diff --git a/README.assets/1.jpg b/README.assets/1.jpg new file mode 100644 index 0000000..1ff4fa1 Binary files /dev/null and b/README.assets/1.jpg differ diff --git a/README.md b/README.md index a9f105c..2d686bf 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,54 @@ # 下位机 -下位机根据传送带脉冲等触发相机,接收上位机给的数据,按其要求控制阀板,用在各种分选机上。 +下位机根据传送带脉冲等触发相机,接收上位机给的数据,按其要求控制阀板。本次下位机采用的硬件是[Microphase](https://www.microphase.cn/)的XME0724CB ZYNQ开发板,具体核心板型号为XME0724-10,到手后记得把各排插针焊一下,如左图: + +![1](README.assets/1.jpg) + +为了供电稳定,采用叠板给底板5V供电,由底板输出3.3V供回给叠板,叠板就是IO扩展板,将IO扩展板插在底板排针上,叠起来,因此称为叠板,如上图中和上图右。 + +IO扩展版提供了 + +- 1个12V电源输入 +- 3个相机触发,2个为冗余 +- 1个ZYNQ散热风扇接口 +- 6个编码器输入,5个为冗余 +- 8个阀板接口,2个为冗余 + +接线时,12V电源连接到IO扩展板的电源接口,阀板从左到右应连接在阀板接口1~6上,相机线应连接相机触发接口`TRIG1`和对应的`GND`接口,编码器线应连接在编码器输入接口`E1`和对应的`GND`接口。注意底板不连接任何外部电源。 + +开发和部署说明见[doc/develop_and_deploy.md](doc/develop_and_deploy.md) ## 目录结构 -- binary为编译好的可执行文件 +- doc为说明文档,包括开发和部署细节、硬件设计的描述等 + + - [develop_and_deploy.md](doc/develop_and_deploy.md)为开发和部署说明,首先看这个文档 + - [hardware_description.md](doc/hardware_description.md)为PL端逻辑设计说明,阐述了硬件工作的整体流程 + - [pl_reference_mannual.md](doc/pl_reference_mannual.md)为PL端逻辑在AXI总线上映射的寄存器参考手册 + - script为配置系统、安装环境、安装可执行文件、卸载可执行文件等的脚本 + + 关于脚本的使用,见[doc/develop_and_deploy.md](doc/develop_and_deploy.md) + + - target.sh为嵌入式linux中自动启动应用程序脚本 + + - load\*.sh为嵌入式linux中加载驱动的脚本 + - .bashrc为嵌入式linux中配置环境变量的脚本 + - protocol为上位机和下位机通信的协议 + - hardware下位机主板、接口板、底板等的硬件设计 -- source为可执行文件的源程序 + + - pl_platform为PL端硬件设计 + - xme0724ioextend为IO叠板的原理图和PCB + +- source为XME0724板子上运行的源程序 + + - liunx_app为Linux上运行的应用程序,即业务逻辑 + - linux_driver为Linux上的驱动,用于控制自定义的PL端硬件 + - petalinux_config为petalinux工具在编译u-boot、kernel、rootfs前进行的配置 + - petalinux_devicetree为本次自定义的Linux设备树文件部分,其余设备树为自动生成的 + - petalinux_hwdescription为petalinux所使用的硬件描述文件,包含了vivado工程中的比特流等信息 ## 版本 diff --git a/doc/develop_and_deploy.md b/doc/develop_and_deploy.md new file mode 100644 index 0000000..de8c0aa --- /dev/null +++ b/doc/develop_and_deploy.md @@ -0,0 +1,322 @@ +# 开发和部署 + +## 开发 + +本次开发基于zynq芯片,因此FPGA设计软件为Vitis中包含的[Vivado 2021.2](https://china.xilinx.com/support/download/index.html/content/xilinx/zh/downloadNav/vitis.html),Linux编译工具为[petalinux 2022.1](https://china.xilinx.com/support/download/index.html/content/xilinx/zh/downloadNav/embedded-design-tools.html),Linux应用程序编译工具为linaro的[arm-linux-gnueabihf-gcc 12.0.1](https://snapshots.linaro.org/gnu-toolchain/12.0-2022.02-1/arm-linux-gnueabihf/)。 + +### 生成硬件描述文件 + +见[doc/hardware_description.md](hardware_description.md) + +### 创建PETALINUX工程 + +1. 创建名为`ps-linux`的工程,并创建两个模块 + + ```shell + $ cd ~ + $ petalinux-create -t project --template zynq -n ps-linux + $ petalinux-create -t modules --name fifo --enable + $ petalinux-create -t modules --name encoder --enable + ``` + +2. 上传驱动代码[source/linux_driver/fifo.c](../source/linux_driver/fifo.c)和[source/linux_driver/encoder.c](../source/linux_driver/encoder.c) + + ```shell + $ cd ~/ps-linux/project-spec/meta-user/recipes-modules/fifo + $ rz # 上传source/linux_driver/fifo.c + $ cd ~/ps-linux/project-spec/meta-user/recipes-modules/encoder +$ rz # 上传source/linux_driver/encoder.c + ``` + +3. 上传xsa文件并config + + ```shell + $ cd ~/ps-linux; rz # 上传source/petalinux_hwdescription/system_wrapper.xsa + $ petalinux-config --get-hw-description system_wrapper.xsa + ``` + + 在`petalinux-config`时候,按下面提示配置 + + ```shell + # Subsystem AUTO Hardware Settings + # ├─Serial Settings + # | ├─FSBL Serial stdin/stdout (设为ps7_uart_0) + # | ├─DTG Serial stdin/stdout (设为ps7_uart_0) + # | └─System stdin/stdout baudrate for ps7_uart_0 (设为115200) + # ├─Ethernet Settings + # | ├─Randomise MAC address (不选) + # | ├─Primary Ethernet (设为ps7_ethernet_0) + # | ├─Ethernet MAC address (设为00:0a:35:00:1e:53) + # | ├─Obtain IP address automatically (不选) + # | ├─Static IP address (设为192.168.10.10) + # | ├─Static IP netmask (设为255.255.255.0) + # | └─Static IP gateway (设为192.168.10.1) + # ├─Flash Settings + # | └─Primary Flash (设为ps7_qspi_0) + # ├─Flash Settings + # | └─Primary Flash (设为ps7_qspi_0) + # ├─SD/SDIO Settings + # | └─Primary SD/SDIO (设为ps7_sd_0) + # Image Packaging Configuration + # └─Image Packaging Configuration + # ├─Root filesystem type (设为EXT4 (SD/eMMC/SATA/USB)) + # ├─name for bootable kernel image (设为image.ub) + # ├─Root filesystem formats (设为ext4 tar.gz) + # └─Copy final images to tftpboot (不选) + ``` + + + +4. 修改设备树,需要修改的文件为`project-spec/meta-user/recipes-bsp/device-tree/files/system-user.dtsi`,先删除该文件,然后上传新的自定义设备树文件[source/petalinux_devicetree/system-user.dtsi](../source/petalinux_devicetree/system-user.dtsi) + + ```shell + $ cd ~/ps-linux/project-spec/meta-user/recipes-bsp/device-tree/files + $ rm system-user.dtsi + $ rz # 上传source/petalinux_devicetree/system-user.dtsi + ``` + +5. 配置kernel,使用命令`petalinux-config -c kernel`,按下面提示或[source/petalinux_config/kernel.cfg](../source/petalinux_config/kernel.cfg)配置 + + ```shell + # File systems + # ├─FUSE (Filesystem in Userspace) support (勾选为星号) + # └─DOS/FAT/EXFAT/NT Filesystems + # ├─Enable FAT UTF-8 option by default (勾选为星号) + # ├─exFAT filesystem support (勾选为星号) + # ├─NTFS file system support (勾选为星号) + # └─NTFS write support (勾选为星号) + # Device Drivers + # └─USB support + # └─OTG support (勾选为星号) + ``` + +6. 配置rootfs,使用命令`petalinux-config -c rootfs`,按下面提示或[source/petalinux_config/rootfs_config](../source/petalinux_config/rootfs_config)配置 + + ```shell + # Filesystem Packages + # ├─base + # | ├─shell + # | | └─bash + # | | └─bash (勾选为星号) + # | ├─tar + # | | └─tar (勾选为星号) + # | ├─util-linux + # | | ├─util-linux-blkid (勾选为星号) + # | | ├─util-linux-lscpu (勾选为星号) + # | | ├─util-linux-umount (勾选为星号) + # | | └─util-linux-mount (勾选为星号) + # | └─xz + # | ├─xz (勾选为星号) + # | └─liblzma (勾选为星号) + # ├─console + # | ├─network + # | | ├─curl + # | | | ├─curl (勾选为星号) + # | | | └─libcurl (勾选为星号) + # | | ├─dropbear + # | | | └─dropbear (不选) + # | | ├─ethtool + # | | | └─ethtool (勾选为星号) + # | | ├─lrzsz + # | | | └─lrzsz (勾选为星号) + # | | ├─minicom + # | | | └─minicom (勾选为星号) + # | | ├─openssh + # | | | ├─openssh (勾选为星号) + # | | | ├─openssh-misc (勾选为星号) + # | | | ├─openssh-sshd (勾选为星号) + # | | | ├─openssh-keygen (勾选为星号) + # | | | ├─openssh-ssh (勾选为星号) + # | | | ├─openssh-sftp (勾选为星号) + # | | | ├─openssh-sftp-server (勾选为星号) + # | | | └─openssh-scp (勾选为星号) + # | | └─wget + # | | └─wget (勾选为星号) + # | ├─utils + # | | ├─bash-completion + # | | | ├─bash-completion (勾选为星号) + # | | | └─bash-completion-extra (勾选为星号) + # | ├─bzip2 + # | | ├─bzip2 (勾选为星号) + # | | └─libbz2 (勾选为星号) + # | ├─file + # | | └─file (勾选为星号) + # | ├─findutils + # | | └─findutils (勾选为星号) + # | ├─gawk + # | | └─gawk (勾选为星号) + # | ├─grep + # | | └─grep (勾选为星号) + # | ├─gzip + # | | └─gzip (勾选为星号) + # | ├─less + # | | └─less (勾选为星号) + # | ├─man + # | | └─man (勾选为星号) + # | ├─man-pages + # | | └─man-pages (勾选为星号) + # | ├─screen + # | | └─screen (勾选为星号) + # | ├─sed + # | | └─sed (勾选为星号) + # | ├─unzip + # | | └─unzip (勾选为星号) + # | ├─vim + # | | ├─vim (勾选为星号) + # | | ├─vim-syntax (勾选为星号) + # | | └─vim-common (勾选为星号) + # | └─zip + # | └─zip (勾选为星号) + # ├─devel + # | └─lsof + # | └─lsof (勾选为星号) + # ├─misc + # | └─perf + # | └─perf (勾选为星号) + # Image Features + # ├─imagefeature-ssh-server-dropbear (不选) + # ├─imagefeature-ssh-server-openssh (勾选为星号) + # ├─imagefeature-hwcodecs (勾选为星号) + # └─imagefeature-package-management (勾选为星号) + # modules + # ├─encoder (勾选为星号) + # └─fifo (勾选为星号) + # PetaLinux RootFS Settings + # ├─ADD_EXTRA_USERS (root:3703;petalinux:3703;) + # ├─ADD_USERS_TO_GROUPS (petalinux:audio,video;) + # └─ADD_USERS_TO_SUDOERS (petalinux) + ``` + +### 编译PETALINUX工程 + +1. 编译工程,使用命令`petalinux-build`。编译完成,在当前工程目录下生成images文件夹,该命令将生成设备树文件、FSBL文件、U-Boot文件,Linux Kernel文件和rootfs文件镜像 + +2. 制作BOOT.BIN启动文件,具体命令如下: + + ```shell + $ cd ~/petalinux-projects/ps-linux/images/linux/ # 生成的BOOT.BIN也在该路径下 + $ petalinux-package --boot --fsbl ./zynq_fsbl.elf --fpga ./system.bit --u-boot ./u-boot.elf --force + ``` + +## 部署 + +> 注意:这部分所需的文件按上一章节编译得到或者从github的release中下载 + +### SSH连接 + +1. 电脑网卡设置到开发板同一网段 + +2. SSH连接信息如下 + + ```shell + $ sshpass -p "3703" ssh root@192.168.10.10 -p 22 + ``` + + +### 修改文件系统 + +> 注意:github的release中包含了修改完成的rootfs.tar.gz,因此无需重复本节的步骤,本节仅用作记录修改步骤 + +1. 给SD卡创建DOS分区表,然后分2个区并创建文件系统,细节如下表: + + | 扇区 | 大小 | 分区类型 | 文件系统 | 卷标 | + | -------------- | -------------- | ----------------- | -------- | ------ | + | 2048~x扇区 | 100M | C W95 FAT32 (LBA) | FAT32 | boot | + | x扇区~最后扇区 | ≈SD卡大小-100M | 83 Linux | ext4 | rootfs | + +2. 将打包和编译得到的BOOT.BIN、boot.scr和image.ub复制到boot分区;将rootfs.tar.gz解压到rootfs分区。 + +3. 拨码开关拨到SD卡启动,插入SD卡到XME0724底板上,上电启动。 + +4. 终端软件连接底板上的串口,波特率115200,8位,1停止位,无校验 + +5. 修改/etc/shadow文件,将root用户的密码删除,切换到root用户并设定密码为3703,具体命令如下: + + ```shell + $ sudo sed "1c root::15069:0:99999:7:::" /etc/shadow + # 如果没有sed命令,用任何其他方式都可以,比如vim + $ su root + $ passwd + ``` + + +6. 配置网络和ssh服务,用root登录: + + ```shell + $ vi /etc/network/interfaces + 添加或确认内容如下: + auto eth0 + iface eth0 inet static + address 192.168.10.10 + netmask 255.255.255.0 + gateway 192.168.10.1 + $ vi /etc/ssh/sshd_config + 确认修改如下选项: + PermitRootLogin yes + PermitEmptyPasswords yes + PasswordAuthentication yes + $ reboot + ``` + +7. 安装编译得到的驱动文件fifo.ko和encode.ko,并设置自动加载,对应脚本见[script/loadfifo.sh](../script/loadfifo.sh)和[script/loadencoder.sh](../script/loadencoder.sh) + + ssh方式,root登录: + + ```shell + $ cd ~; rz #上传fifo.ko + $ rz # 上传encoder.ko + $ mv fifo.ko encoder.ko /lib/modules/[内核版本]/kernel/drivers/ + $ cd /lib/modules/[内核版本]; depmod + $ echo "#!/bin/sh\nmodprobe fifo" > /etc/init.d/loadfifo.sh + $ echo "#!/bin/sh\nmodprobe encoder" > /etc/init.d/loadencoder.sh + $ chmod 755 /etc/init.d/loadfifo.sh + $ chmod 755 /etc/init.d/loadencoder.sh + $ cd /etc/rc5.d + $ ln -s ../init.d/loadfifo.sh S20loadfifo.sh + $ ln -s ../init.d/loadencoder.sh S20loadencoder.sh + ``` + +8. 安装编译得到的应用程序target,并设置自启动,对应脚本见[script/target.sh](../script/target.sh) + + ssh方式,root登录: + + ```shell + $ cd ~; rz # 上传target + $ chmod 755 target + $ echo "#!/bin/sh\nif [ -x /home/root/target ]; then\n /home/root/target\nfi" > /etc/init.d/target.sh + $ chmod 755 /etc/init.d/target.sh + $ cd /etc/rc5.d + $ ln -s ../init.d/target.sh S99target.sh + ``` + +9. \[可选\] 设置.bashrc,美化PS1,对应脚本见[script/.profile](../script/.profile)和[script/.bashrc](../script/.bashrc) + + ```shell + $ cd ~; rz # 上传.bashrc + $ rz # 上传.profile + $ if [ ! -a /home/petalinux/.profile ]; then cp /home/root/.profile /home/petalinux/ fi + $ if [ ! -a /home/petalinux/.bashrc ]; then cp /home/root/.bashrc /home/petalinux/ & chown petalinux:petalinux -R /home/petalinux fi + $ source ~/.profile + ``` + +10. \[可选\] 安装ncurses-6.3和htop. + + ```shell + $ cd ~; rz # 上传ncurses-6.3.tar.gz + $ tar xzf /home/root/ncurses-6.3.tar.gz -C /usr/ + $ rz # 上传htop.tar.gz + $ tar xzf /home/root/htop.tar.gz -C /usr/ + ``` + +### SD卡启动 + +1. 给SD卡创建DOS分区表,然后分2个区并创建文件系统,细节如下表: + + | 扇区 | 大小 | 分区类型 | 文件系统 | 卷标 | + | -------------- | -------------- | ----------------- | -------- | ------ | + | 2048~x扇区 | 100M | C W95 FAT32 (LBA) | FAT32 | boot | + | x扇区~最后扇区 | ≈SD卡大小-100M | 83 Linux | ext4 | rootfs | + +2. 将Github Release中的BOOT.BIN、boot.scr和image.ub复制到boot分区;将rootfs.tar.gz解压到rootfs分区。 + +3. 拨码开关拨到SD卡启动,插入SD卡到XME0724底板上,上电启动。 diff --git a/doc/hardware_description.assets/2.png b/doc/hardware_description.assets/2.png new file mode 100644 index 0000000..327ac1b Binary files /dev/null and b/doc/hardware_description.assets/2.png differ diff --git a/doc/hardware_description.md b/doc/hardware_description.md new file mode 100644 index 0000000..194354f --- /dev/null +++ b/doc/hardware_description.md @@ -0,0 +1,54 @@ +# 硬件平台 + +PL端主要由4个外设组成,分别时**风扇控制器**(FAN),**编码和分频控制器**(ENCODER),**先入先出队列**(FIFO)和**阀板控制器**(VALVE)。其中阀板控制器没有提供AXI接口,因此并没有映射寄存器,软件也无法进行控制。各个控制器的连接关系如下图所示。 + +![2](hardware_description.assets/2.png) + +由于开发板的PL端没有自带晶振,所以4个外设由统一的同步时钟驱动,时钟源来自PS端,为200MHz,软件不可修改。外部编码器信号输入**编码和分频控制器**,控制器根据软件设置的阀触发分频值和相机触发分频值对编码器信号进行分频,分频后的信号用于驱动喷阀动作和触发相机拍照。为同步触发相机和移出队列以及保持队列中数据的动态平衡,**先入先出队列**在相机触发同时输出一个数据,即**先入先出队列**读信号和相机触发共用同一个信号。而由于电磁阀的物理特性导致电磁阀无法以触发相机的频率进行开关,因此**阀板控制器**对先入先出队列输出总线上的数据进行重采样,即按照**编码和分频控制器**输出的阀触发信号更新并转换为阀板协议,输出电磁阀的状态。设计的风扇控制器用于驱动风扇的启停,给ZYNQ芯片进行降温,防止芯片过热导致工作中出现问题。 + +## 生成硬件描述文件 + +1. 创建名为test_lower_machine的工程,打开**Block Design**,添加ZYNQ7 Processing System、ip_fifo、ip_encoder、ip_fan、valve_interfaces模块。 +2. 在ZYNQ7 Processing System中勾选Quad SPI Flash [1-6]、Ethernet 0 [16-27]、USB 0 [28-39]、SD 0 [40-45]、SD 1 [46-51]、UART 0 [14-15]、TTC 0 [EMIO]、GPIO MIO {Ethernet PHY Reset [7]、USB PHY Reset[8]} +3. 按顺序点击**Generate Outputs Product** -> **Create HDL Wrapper** -> **Generate Bitstream**,**File** -> **Export Export Hardware** ,得到xsa文件。 + + + +## ENCODER模块 + +1. encoder模块自定义接口in_signal、out_signal_camera_posedge、out_signal_valve_posedge、out_signal_camera、out_signal_valve + +2. in_signal接口与外部编码器相连,接收外部编码器信号 + +3. out_signal_camera为分频后的信号,用于驱动相机拍照 + +4. out_signal_camera_posedge为out_signal_camera的上升沿,该信号输出给fifo模块的rd_en接口,用来驱动fifo模块将数据加载到AXI总线上 + +5. out_signal_valve_posedge为out_signal_valve的上升沿,该信号输出给valve_interfaces模块的valve_en信号,用于输出AXI总线上的数据,驱动喷阀动作 + +6. ENCODER模块寄存器说明见[doc/pl_reference_mannual.md](pl_reference_mannual.md)中的ENCODER控制器部分 + + + +## FIFO模块 + +1. fifo模块自定义接口rd_en、dout[383:0]、empty、full、almost_full、almost_empty、data_count[11:0]、fifo_valid +2. rd_en接收out_signal_camera_posedge传来的信号,用来驱动fifo模块将数据加载到AXI总线上 +3. dout[383:0]为驱动喷阀动作的总数据,数据位宽为384bit +4. 当empty信号拉高时,表示fifo中数据已经为空,无法输出有效数据 +5. fifo模块寄存器说明见[doc/pl_reference_mannual.md](pl_reference_mannual.md)中的FIFO控制器部分 + +## FAN模块 + +1. fan模块自定义接口fan用于控制风扇的启停 +2. fan模块寄存器说明见[doc/pl_reference_mannual.md](pl_reference_mannual.md)中的FAN控制器部分 + +> Note:fan模块代码中设计了PWM调速功能,但由于硬件兼容问题导致,无法观察到调速现象。但正常的启停可以做到 + +## VALVE_INTERFACES模块 + +1. valve_interfaces模块自定义接口total_valve_data[383:0]、empty、valve_en、sclk[7:0]、sen[7:0]、sdata[7:0] +2. total_valve_data[383:0]接收fifo模块dout接口传输的数据,对其重采样后由sdata接口输出给各个阀板 +3. empty信号与fifo模块的empty信号相连。valve_interfaces模块检测到empty信号为高后,表示fifo中的数据被读空,此时将total_valve_data的384bit的数据全部置为0,然后输出给阀板 +4. valve_en信号拉高后将384bit的数据输出给阀板,更新喷阀状态。该信号不拉高时则不更新喷阀状态 +5. sclk[7:0]、sen[7:0]、sdata[7:0]为对应8块阀板的时钟信号线、使能信号线以及数据信号线 diff --git a/doc/pl_reference_mannual.assets/blocks.pptx b/doc/pl_reference_mannual.assets/blocks.pptx new file mode 100644 index 0000000..1b97b73 Binary files /dev/null and b/doc/pl_reference_mannual.assets/blocks.pptx differ diff --git a/doc/pl_reference_mannual.assets/encoder_block.svg b/doc/pl_reference_mannual.assets/encoder_block.svg new file mode 100644 index 0000000..76e0657 --- /dev/null +++ b/doc/pl_reference_mannual.assets/encoder_block.svg @@ -0,0 +1 @@ +Virtual TrigEx/In TrigCLRCam Div[31:0]Valve Div[31:0]Cam TrigValve TrigEncoder In \ No newline at end of file diff --git a/doc/pl_reference_mannual.assets/encoder_cdivr.png b/doc/pl_reference_mannual.assets/encoder_cdivr.png new file mode 100644 index 0000000..95926ca Binary files /dev/null and b/doc/pl_reference_mannual.assets/encoder_cdivr.png differ diff --git a/doc/pl_reference_mannual.assets/encoder_cr.png b/doc/pl_reference_mannual.assets/encoder_cr.png new file mode 100644 index 0000000..b905c42 Binary files /dev/null and b/doc/pl_reference_mannual.assets/encoder_cr.png differ diff --git a/doc/pl_reference_mannual.assets/encoder_regs.png b/doc/pl_reference_mannual.assets/encoder_regs.png new file mode 100644 index 0000000..bf3c785 Binary files /dev/null and b/doc/pl_reference_mannual.assets/encoder_regs.png differ diff --git a/doc/pl_reference_mannual.assets/encoder_vdivr.png b/doc/pl_reference_mannual.assets/encoder_vdivr.png new file mode 100644 index 0000000..23fd001 Binary files /dev/null and b/doc/pl_reference_mannual.assets/encoder_vdivr.png differ diff --git a/doc/pl_reference_mannual.assets/fan_block.svg b/doc/pl_reference_mannual.assets/fan_block.svg new file mode 100644 index 0000000..ace8bbd --- /dev/null +++ b/doc/pl_reference_mannual.assets/fan_block.svg @@ -0,0 +1 @@ +SPDENFAN \ No newline at end of file diff --git a/doc/pl_reference_mannual.assets/fan_cr.png b/doc/pl_reference_mannual.assets/fan_cr.png new file mode 100644 index 0000000..aeba73b Binary files /dev/null and b/doc/pl_reference_mannual.assets/fan_cr.png differ diff --git a/doc/pl_reference_mannual.assets/fan_regs.png b/doc/pl_reference_mannual.assets/fan_regs.png new file mode 100644 index 0000000..b7f1ba2 Binary files /dev/null and b/doc/pl_reference_mannual.assets/fan_regs.png differ diff --git a/doc/pl_reference_mannual.assets/fan_spdr.png b/doc/pl_reference_mannual.assets/fan_spdr.png new file mode 100644 index 0000000..4841e46 Binary files /dev/null and b/doc/pl_reference_mannual.assets/fan_spdr.png differ diff --git a/doc/pl_reference_mannual.assets/fifo_block.svg b/doc/pl_reference_mannual.assets/fifo_block.svg new file mode 100644 index 0000000..d9d6445 --- /dev/null +++ b/doc/pl_reference_mannual.assets/fifo_block.svg @@ -0,0 +1 @@ +DT_OUT[383:0]xEMPTYFULLALMOST_EMPTYALMOST_FULLCOUNT[11:0]FIFO_VALIDRD_SYNWR_SYNCLEARDT_IN[383:0] \ No newline at end of file diff --git a/doc/pl_reference_mannual.assets/fifo_cr.png b/doc/pl_reference_mannual.assets/fifo_cr.png new file mode 100644 index 0000000..b964aaa Binary files /dev/null and b/doc/pl_reference_mannual.assets/fifo_cr.png differ diff --git a/doc/pl_reference_mannual.assets/fifo_datx.png b/doc/pl_reference_mannual.assets/fifo_datx.png new file mode 100644 index 0000000..5482af5 Binary files /dev/null and b/doc/pl_reference_mannual.assets/fifo_datx.png differ diff --git a/doc/pl_reference_mannual.assets/fifo_regs.png b/doc/pl_reference_mannual.assets/fifo_regs.png new file mode 100644 index 0000000..3264aa0 Binary files /dev/null and b/doc/pl_reference_mannual.assets/fifo_regs.png differ diff --git a/doc/pl_reference_mannual.assets/fifo_sr.png b/doc/pl_reference_mannual.assets/fifo_sr.png new file mode 100644 index 0000000..22499d7 Binary files /dev/null and b/doc/pl_reference_mannual.assets/fifo_sr.png differ diff --git a/doc/pl_reference_mannual.assets/regs.xlsx b/doc/pl_reference_mannual.assets/regs.xlsx new file mode 100644 index 0000000..fd65e48 Binary files /dev/null and b/doc/pl_reference_mannual.assets/regs.xlsx differ diff --git a/doc/pl_reference_mannual.assets/system_arch.png b/doc/pl_reference_mannual.assets/system_arch.png new file mode 100644 index 0000000..327ac1b Binary files /dev/null and b/doc/pl_reference_mannual.assets/system_arch.png differ diff --git a/doc/pl_reference_mannual.md b/doc/pl_reference_mannual.md new file mode 100644 index 0000000..1a705b8 --- /dev/null +++ b/doc/pl_reference_mannual.md @@ -0,0 +1,213 @@ +# PL 端自定义外设参考手册 + +## 存储器和总线架构 + +### 系统架构 + +PL端主要由4个外设组成,分别时**风扇控制器**(FAN),**编码和分频控制器**(ENCODER),**先入先出队列**(FIFO)和**阀板控制器**(VALVE)。其中阀板控制器没有提供AXI接口,因此并没有映射寄存器,软件也无法进行控制。各个控制器的连接关系如下图所示。 + +![system_arch](pl_reference_mannual.assets/system_arch.png) + +4个外设由统一的同步时钟驱动,时钟源来自PS端,为200MHz,软件不可修改。外部编码器信号输入**编码和分频控制器**,控制器根据软件设置的阀触发分频值和相机触发分频值对编码器信号进行分频。为同步触发相机和移出队列,**先入先出队列**在相机触发同时输出一个数据,即**先入先出队列**读信号和相机触发共用同一个信号。而由于电磁阀的物理特性导致电磁阀无法以触发相机的频率进行开关,因此**阀板控制器**对先入先出队列输出总线上的数据进行重采样,即按照**编码和分频控制器**输出的阀触发信号更新并转换为阀板协议,输出电磁阀的状态。 + +具体的硬件设计和信号说明见[doc/hardware_description.md](hardware_description.md) + +各控制器的边界地址和所属总线等信息如下表所示 + +| 边界地址 | 外设 | 总线 | +| ----------------------- | ---------------- | --------- | +| 0x43c00000 - 0x43c0ffff | 先入先出队列 | M_AXI_GP0 | +| 0x43c10000 - 0x43c1ffff | 编码和分频控制器 | M_AXI_GP0 | +| 0x43c20000 - 0x43c2ffff | 风扇控制器 | M_AXI_GP0 | + +## 风扇控制器 (FAN) + +### FAN简介 + +FAN模块用于控 制散热风扇的启停以及通过PWM调整风扇速度。通过对寄存器写入值,该模块能正常启停散热风扇,但由于代码与硬件兼容问题,导致无法观察到调速现象。 + +### FAN主要特性 + +- 能控制风扇的启停 +- 自定义占空比,调整风扇转速 + +### FAN功能说明 + +fan_block + +通过将开启使能拉高,开启风扇。通过向风速寄存器写入PWM占空值,控制风扇减少或提高风速。 + +### FAN寄存器说明 + +FAN模块寄存器主要包括控制寄存器 (FAN_CR)、风速寄存器 (FAN_SPDR)。控制寄存器 (FAN_CR)用于控制风扇开启或关闭的状态,风速寄存器 (FAN_SPDR)通过PWM技术设置风扇转动的速度。 + +**Base Address: 0x43c20000** + +#### FAN控制寄存器 (FAN_CR) + +偏移地址: 0x00
复位值: 0x0000 0000 + +![fan_cr](pl_reference_mannual.assets/fan_cr.png) + +| **Field** | **Description** | +| :----------- | :----------------------------------------------------------- | +| 位31:16 保留 | 必须保持复位值 | +| 位0 **EN** | 内部触发信号 (Virtual Triggle Signal)
0: 停止风扇
1: 开启风扇 | + +#### FAN风速寄存器 (FAN_SPDR) + +偏移地址: 0x04
复位值: 0x0000 0000 + +![fan_spdr](pl_reference_mannual.assets/fan_spdr.png) + +| **Field** | **Description** | +| :------------- | :----------------------------------------------------------- | +| 位31:0 **SPD** | 该寄存器值表示设置的风扇PWM占空值,占空比转换公式如下。
占空比% = SPD / (2 ^ 32 - 1) * 100% | + +#### FAN寄存器映射 + +FAN寄存器可映射为32位可寻址寄存器,如下表所述: + +![fan_regs](pl_reference_mannual.assets/fan_regs.png) + +## 编码和分频控制器 (ENCODER) + +### ENCODER简介 + +ENCODER模块主要用于实现编码器计数以及对编码器脉冲进行分频,分频后的脉冲信号输出给相机和阀板,并且能控制FIFO模块的读操作,将数据加载到AXI数据总线上。该模块包括1个控制寄存器 (ENCODER_CR)、阀触发分频寄存器 (ENCODER_VDIVR)、相机触发分频寄存器 (ENCODER_CDIVR)。 + +### ENCODER主要特性 + +- 独立设置对相机和喷阀的分频系数 +- 内外两种触发模式选择 +- 清空功能 + +### ENCODER功能说明 + +下图给出了ENCODER的主要信号: + +图片1 + +ENCODER模块接收编码器脉冲信号,通过设置的相机和喷阀分频系数,生成对应的触发信号。编码器脉冲信号可由内部或外部触发模式产生。 + +### ENCODER寄存器说明 + +ENCODER模块的寄存器主要有控制寄存器 (ENCODER_CR)、阀触发分频寄存器 (ENCODER_VDIVR)和相机触发分频寄存器 (ENCODER_CDIVR)。控制寄存器 (ENCODER_CR)用于进行触发模式选择以及复位清空,阀触发分频寄存器 (ENCODER_VDIVR)用于寄存输入的分频系数,将编码器脉冲除以分频系数得到触发脉冲。 + +**Base Address: 0x43c10000** + +#### ENCODER控制寄存器 (ENCODER_CR) + +偏移地址: 0x00
复位值: 0x0000 0000 + +![ ](pl_reference_mannual.assets/encoder_cr.png) + +| **Field** | **Description** | +| :---------- | :----------------------------------------------------------- | +| 位31:3 保留 | 必须保持复位值 | +| 位2 **VTS** | 内部触发信号 (Virtual Triggle Signal)
**MOD**位置1时,由上位机软件写入,将该位信号作为触发信号 | +| 位1 **MOD** | 模式选择 (Mode)
0: 外部触发模式,外部触发编码器转动
1: 内部触发模式,上位机软件模拟触发信号 | +| 位0 **CLR** | 清除缓存 (Clear)
清除编码和分频控制器内部的分频计数值,不影响VDIV和CDIV | + +#### ENCODER阀触发分频寄存器 (ENCODER_VDIVR) + +偏移地址: 0x04
复位值: 0x0000 0000 + +![image-20220613202916591](pl_reference_mannual.assets/encoder_vdivr.png) + +| **Field** | **Description** | +| :-------------- | :----------------------------------------------------------- | +| 位31:0 **VDIV** | 阀触发分频值
写入数据后编码和分频控制器自动清除缓存并应用新的数值
注意:0表示不间断触发,即PL端每个时钟周期均触发阀模块 | + +#### ENCODER相机触发分频寄存器 (ENCODER_CDIVR) + +偏移地址: 0x08
复位值: 0x0000 0000 + +![image-20220613202916591](pl_reference_mannual.assets/encoder_cdivr.png) + +| **Field** | **Description** | +| :-------------- | :----------------------------------------------------------- | +| 位31:0 **CDIV** | 相机触发分频值
写入数据后编码和分频控制器自动清除缓存并应用新的数值
注意:0表示不间断触发,即PL端每个时钟周期均触发相机 | + +#### ENCODER寄存器映射 + +ENCODER寄存器可映射为32位可寻址寄存器,如下表所述: + +![encoder_regs](pl_reference_mannual.assets/encoder_regs.png) + +## 先入先出队列 (FIFO) + +### FIFO简介 + +FIFO模块为下位机的核心模块,用于接收控制喷阀的信号,以先入先出原则,按顺序由encoder模块控制输出给阀板。 + +### FIFO主要特性 + +- 384bit数据位宽,最大4096深度 +- 实时计算存储数据数量,提供队列满,队列空等信号 +- 指示队列输出状态 +- 清空功能 + +### FIFO功能说明 + +下图给出了FIFO的主要信号: + +fifo_block + +FIFO模块在写同步信号拉高后接收用于控制喷阀的384bit位宽的数据,并在读使能拉高后将数据加载到AXI数据总线上,当队列读空后,empty信号拉高,不输出有效数据,表示关闭喷阀。复位信号拉高后将整个队列清空。COUNT信号表示当前在FIFO内存在多少个有效数据。 + +### FIFO寄存器说明 + +FIFO模块寄存器主要包括数据寄存器x (FIFO_DATx)(x=0...11) 、状态寄存器 (FIFO_SR) 、控制寄存器 (FIFO_CR) 。数据寄存器x (FIFO_DATx)(x=0...11) 用于寄存写入的384bit数据,并保持该数据。状态寄存器 (FIFO_SR)用于反映FIFO内部数据的寄存状态,标志FIFO是否被读空、写满以及FIFO内当前存在多少有效数据。控制寄存器 (FIFO_CR) 用于控制AXI总线上的数据被写入FIFO,以及实现复位清空操作。 + +**Base Address: 0x43c00000** + +#### FIFO数据寄存器x (FIFO_DATx) (x=0...11) + +FIFO的写宽度为384bit,因此需12个32位寄存器**FIFO_DAT0**-**FIFO_DAT11**,按小端字节序共同组成384bit位宽。将数据写入这12个寄存器后,应对位**WS**写入1,此时数据寄存器组中的数据写入到FIFO中。 + +偏移地址: 0x00...0x2C
复位值: 0x0000 0000 + +![image-20220613202916591](pl_reference_mannual.assets/fifo_datx.png) + +| **Field** | **Description** | +| :------------------------------ | :----------------------------------------------------------- | +| 位31:0 **DTIN[x\*32+31:x\*32]** | FIFO数据寄存器x写入数据位[x\*32+31:x\*32]
写入数据后该寄存器将保持写入的值,直到对**WS**位写入1,数据才会进入FIFO队列。不要读取该寄存器。结合VALVE外设可得
0: 对应喷阀关闭
1: 对应喷阀打开 | + + + +#### FIFO状态寄存器 (FIFO_SR) + +状态寄存器指示FIFO的内部状态,数据数量等,为只读寄存器,不可写 + +偏移地址: 0x30
复位值: 0x0000 0000 + +![image-20220613203939644](pl_reference_mannual.assets/fifo_sr.png) + +| **Field** | **Description** | +| :------------- | :----------------------------------------------------------- | +| 位31:17 保留 | 必须保持复位值 | +| 位16 **VLD** | 数据输出有效标志 (Valid)
0: 当前无有效输出,输出保持上一状态
1: 当前队列正在输出有效数据 | +| 位15 **AMEM** | 队列将空标志 (Almost Empty)
0: 队列没有被读空
1: 队列在一个读时钟周期后会被读空 | +| 位14 **EM** | 队列空标志 (Empty)
0: 队列中存在有效数据,没有被读空
1: 队列中已经没有有效数据 | +| 位13 **AMFU** | 队列将满标志 (Almost Full)
0: 队列没有被写满
1: 队列在一个写时钟周期后会被写满 | +| 位12 **FU** | 队列满标志 (Almost Full)
0: 队列中的有效数据小于FIFO数据深度
1: 队列中的有效数据达到FIFO数据深度 | +| 位11:0 **CNT** | 队列数据数量 (Data Count)
该值指示队列中的数据数量
注意:一个数据位384位宽 | + +#### FIFO控制寄存器 (FIFO_CR) + +偏移地址: 0x38
复位值: 0x0000 00xx + +![image-20220613212701816](pl_reference_mannual.assets/fifo_cr.png) + +| **Field** | **Description** | +| :---------- | :----------------------------------------------------------- | +| 位31:2 保留 | 必须保持复位值 | +| 位1 **CLR** | 清空队列 (Clear)
对该位写入1,队列将清空,同时队列输出为全0。
注意:不要写入除1以外的任何值。 | +| 位0 **WS** | 写入同步 (Write Synchronization)
对该位写入1,**FIFO_DATx**的数据按字节小端序进入队列。
注意:不要写入除1以外的任何值。 | + +#### FIFO寄存器映射 + +FIFO寄存器可映射为32位可寻址寄存器,如下表所述: + +image-20220613220214064 \ No newline at end of file diff --git a/hardware/pl_platform/README.md b/hardware/pl_platform/README.md new file mode 100644 index 0000000..6790377 --- /dev/null +++ b/hardware/pl_platform/README.md @@ -0,0 +1 @@ +PL端的fpga工程待补充 \ No newline at end of file diff --git a/hardware/test_lower_machine/ip_upgrade.log b/hardware/test_lower_machine/ip_upgrade.log deleted file mode 100644 index cbd2491..0000000 --- a/hardware/test_lower_machine/ip_upgrade.log +++ /dev/null @@ -1,555 +0,0 @@ -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Thu Apr 21 22:01:10 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 23) to (Rev. 24) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Thu Apr 21 21:22:43 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 22) to (Rev. 23) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Thu Apr 21 21:17:10 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 21) to (Rev. 22) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Thu Apr 21 20:54:40 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 20) to (Rev. 21) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Thu Apr 21 14:00:19 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -CAUTION (success, with warnings) in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 19) to (Rev. 20) - -After upgrade, an IP may have parameter and port differences compared to the original customization. Please review the parameters within the IP customization GUI to ensure proper functionality. Also, please review the updated IP instantiation template to ensure proper connectivity, and update your design if required. - -2. Connection Warnings ----------------------- - -Detected external port differences while upgrading 'system_ip_fifo_0_0'. These changes may impact your design. - - --Upgraded port 'data_count' width 12 differs from original width 14 - --Upgrade has added port 'fifo_valid' - - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Thu Apr 21 13:32:41 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -CAUTION (success, with warnings) in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 18) to (Rev. 19) - -After upgrade, an IP may have parameter and port differences compared to the original customization. Please review the parameters within the IP customization GUI to ensure proper functionality. Also, please review the updated IP instantiation template to ensure proper connectivity, and update your design if required. - -2. Connection Warnings ----------------------- - -Detected external port differences while upgrading 'system_ip_fifo_0_0'. These changes may impact your design. - - --Upgraded port 'data_count' width 14 differs from original width 10 - - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Thu Apr 21 13:30:55 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 17) to (Rev. 18) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Thu Apr 21 13:26:18 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 16) to (Rev. 17) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Thu Apr 21 13:13:41 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 15) to (Rev. 16) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Thu Apr 21 13:02:46 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'valve_interface_0' - -1. Summary ----------- - -SUCCESS in the upgrade of valve_interface_0 (user.org:user:valve_interface:1.0) from (Rev. 2) to (Rev. 3) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Thu Apr 21 12:52:37 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 14) to (Rev. 15) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Wed Apr 20 20:51:39 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_encoder_0_1' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_encoder_0_1 (user.org:user:ip_encoder:1.0) from (Rev. 2) to (Rev. 3) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Wed Apr 20 16:50:39 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_encoder_0_0' - -1. Summary ----------- - -CAUTION (success, with warnings) in the upgrade of system_ip_encoder_0_0 (user.org:user:ip_encoder:1.0) from (Rev. 1) to (Rev. 3) - -After upgrade, an IP may have parameter and port differences compared to the original customization. Please review the parameters within the IP customization GUI to ensure proper functionality. Also, please review the updated IP instantiation template to ensure proper connectivity, and update your design if required. - -2. Connection Warnings ----------------------- - -Detected external port differences while upgrading 'system_ip_encoder_0_0'. These changes may impact your design. - - --Upgrade has removed port 'out_signal' - --Upgrade has removed port 'out_signal_posedge' - --Upgrade has added port 'out_signal_camera' - --Upgrade has added port 'out_signal_camera_posedge' - --Upgrade has added port 'out_signal_valve' - --Upgrade has added port 'out_signal_valve_posedge' - - -3. Customization warnings -------------------------- - -Parameter 'DIVIDER' is no longer present on the upgraded IP 'system_ip_encoder_0_0', and cannot be set to '10' - - -4. Debug Commands ------------------ - - The following debug information can be passed to Vivado as Tcl commands, -in order to validate or debug the output of the upgrade flow. - You may consult any warnings from within this upgrade, and alter or remove -the configuration parameter(s) which caused the warning; then execute the Tcl -commands, and use the IP Customization GUI to verify the IP configuration. - -create_ip -vlnv user.org:user:ip_encoder:1.0 -user_name system_ip_encoder_0_0 -set_property -dict "\ - CONFIG.Component_Name {system_ip_encoder_0_0} \ - CONFIG.rst_n.INSERT_VIP {0} \ - CONFIG.rst_n.POLARITY {ACTIVE_LOW} \ - CONFIG.sys_clk.ASSOCIATED_BUSIF {} \ - CONFIG.sys_clk.ASSOCIATED_PORT {} \ - CONFIG.sys_clk.ASSOCIATED_RESET {} \ - CONFIG.sys_clk.CLK_DOMAIN {} \ - CONFIG.sys_clk.FREQ_HZ {100000000} \ - CONFIG.sys_clk.FREQ_TOLERANCE_HZ {0} \ - CONFIG.sys_clk.INSERT_VIP {0} \ - CONFIG.sys_clk.PHASE {0.0} " [get_ips system_ip_encoder_0_0] - - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Tue Apr 19 17:23:51 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -CAUTION (success, with warnings) in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 13) to (Rev. 14) - -After upgrade, an IP may have parameter and port differences compared to the original customization. Please review the parameters within the IP customization GUI to ensure proper functionality. Also, please review the updated IP instantiation template to ensure proper connectivity, and update your design if required. - -2. Connection Warnings ----------------------- - -Detected external port differences while upgrading 'system_ip_fifo_0_0'. These changes may impact your design. - - --Upgrade has added port 'almost_empty' - --Upgrade has added port 'almost_full' - --Upgrade has added port 'data_count' - --Upgrade has added port 'dout' - --Upgrade has added port 'empty' - --Upgrade has added port 'full' - --Upgrade has added port 'rd_en' - - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Mon Apr 18 20:50:40 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 12) to (Rev. 13) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Mon Apr 18 20:31:17 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 11) to (Rev. 12) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Mon Apr 18 20:02:55 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 10) to (Rev. 11) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Mon Apr 18 17:08:30 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 6) to (Rev. 10) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Mon Apr 18 16:46:01 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 5) to (Rev. 6) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Tue Apr 5 20:36:21 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 4) to (Rev. 5) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Tue Apr 5 20:28:59 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 3) to (Rev. 4) - - - - - - -Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. ------------------------------------------------------------------------------------- -| Tool Version : Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -| Date : Tue Apr 5 18:58:47 2022 -| Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -| Command : upgrade_ip -| Device : xc7z010clg400-1 ------------------------------------------------------------------------------------- - -Upgrade Log for IP 'system_ip_fifo_0_0' - -1. Summary ----------- - -SUCCESS in the upgrade of system_ip_fifo_0_0 (user.org:user:ip_fifo:1.0) from (Rev. 2) to (Rev. 3) - diff --git a/hardware/test_lower_machine/system_wrapper.xsa b/hardware/test_lower_machine/system_wrapper.xsa deleted file mode 100644 index 7c684f9..0000000 Binary files a/hardware/test_lower_machine/system_wrapper.xsa and /dev/null differ diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/mref/valve_interfaces/component.xml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/mref/valve_interfaces/component.xml deleted file mode 100644 index 26732ca..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/mref/valve_interfaces/component.xml +++ /dev/null @@ -1,286 +0,0 @@ - - - xilinx.com - module_ref - valve_interfaces - 1.0 - - - rst_n - - - - - - - RST - - - rst_n - - - - - - POLARITY - ACTIVE_LOW - - - - - sys_clk - - - - - - - CLK - - - sys_clk - - - - - - - - - xilinx_anylanguagesynthesis - Synthesis - :vivado.xilinx.com:synthesis - Verilog - valve_interfaces - - - viewChecksum - 52d9f4f7 - - - - - xilinx_anylanguagebehavioralsimulation - Simulation - :vivado.xilinx.com:simulation - Verilog - valve_interfaces - - - viewChecksum - 52d9f4f7 - - - - - xilinx_xpgui - UI Layout - :vivado.xilinx.com:xgui.ui - - xilinx_xpgui_view_fileset - - - - - - total_valve_data - - in - - 383 - 0 - - - - std_logic_vector - xilinx_anylanguagesynthesis - xilinx_anylanguagebehavioralsimulation - - - - - - sys_clk - - in - - - std_logic - xilinx_anylanguagesynthesis - xilinx_anylanguagebehavioralsimulation - - - - - - rst_n - - in - - - std_logic - xilinx_anylanguagesynthesis - xilinx_anylanguagebehavioralsimulation - - - - - - valve_en - - in - - - std_logic - xilinx_anylanguagesynthesis - xilinx_anylanguagebehavioralsimulation - - - - - - empty - - in - - - std_logic - xilinx_anylanguagesynthesis - xilinx_anylanguagebehavioralsimulation - - - - - - sclk - - out - - 5 - 0 - - - - std_logic_vector - xilinx_anylanguagesynthesis - xilinx_anylanguagebehavioralsimulation - - - - - - sen - - out - - 5 - 0 - - - - std_logic_vector - xilinx_anylanguagesynthesis - xilinx_anylanguagebehavioralsimulation - - - - - - sdata - - out - - 5 - 0 - - - - std_logic_vector - xilinx_anylanguagesynthesis - xilinx_anylanguagebehavioralsimulation - - - - - - - - VALVE_PORT_NUM - Valve Port Num - 6 - - - TOTAL_VALVE_DATA_WIDTH - Total Valve Data Width - 384 - - - VALVE_DATA_WIDTH - Valve Data Width - 48 - - - - - - choice_list_74b5137e - ACTIVE_HIGH - ACTIVE_LOW - - - - - xilinx_xpgui_view_fileset - - xgui/valve_interfaces_v1_0.tcl - tclSource - CHECKSUM_a55fb5f0 - XGUI_VERSION_2 - - - - xilinx.com:module_ref:valve_interfaces:1.0 - - - VALVE_PORT_NUM - Valve Port Num - 6 - - - TOTAL_VALVE_DATA_WIDTH - Total Valve Data Width - 384 - - - VALVE_DATA_WIDTH - Valve Data Width - 48 - - - Component_Name - valve_interfaces_v1_0 - - - - - - zynq - - - /UserIP - - valve_interfaces_v1_0 - level_1 - dynamic_params - module_ref - - IPI - - 1 - 2022-04-21T12:40:59Z - - - 2021.2 - - - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/mref/valve_interfaces/xgui/valve_interfaces_v1_0.tcl b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/mref/valve_interfaces/xgui/valve_interfaces_v1_0.tcl deleted file mode 100644 index 6c431bd..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/mref/valve_interfaces/xgui/valve_interfaces_v1_0.tcl +++ /dev/null @@ -1,55 +0,0 @@ -# Definitional proc to organize widgets for parameters. -proc init_gui { IPINST } { - ipgui::add_param $IPINST -name "Component_Name" - #Adding Page - set Page_0 [ipgui::add_page $IPINST -name "Page 0"] - ipgui::add_param $IPINST -name "TOTAL_VALVE_DATA_WIDTH" -parent ${Page_0} - ipgui::add_param $IPINST -name "VALVE_DATA_WIDTH" -parent ${Page_0} - ipgui::add_param $IPINST -name "VALVE_PORT_NUM" -parent ${Page_0} - - -} - -proc update_PARAM_VALUE.TOTAL_VALVE_DATA_WIDTH { PARAM_VALUE.TOTAL_VALVE_DATA_WIDTH } { - # Procedure called to update TOTAL_VALVE_DATA_WIDTH when any of the dependent parameters in the arguments change -} - -proc validate_PARAM_VALUE.TOTAL_VALVE_DATA_WIDTH { PARAM_VALUE.TOTAL_VALVE_DATA_WIDTH } { - # Procedure called to validate TOTAL_VALVE_DATA_WIDTH - return true -} - -proc update_PARAM_VALUE.VALVE_DATA_WIDTH { PARAM_VALUE.VALVE_DATA_WIDTH } { - # Procedure called to update VALVE_DATA_WIDTH when any of the dependent parameters in the arguments change -} - -proc validate_PARAM_VALUE.VALVE_DATA_WIDTH { PARAM_VALUE.VALVE_DATA_WIDTH } { - # Procedure called to validate VALVE_DATA_WIDTH - return true -} - -proc update_PARAM_VALUE.VALVE_PORT_NUM { PARAM_VALUE.VALVE_PORT_NUM } { - # Procedure called to update VALVE_PORT_NUM when any of the dependent parameters in the arguments change -} - -proc validate_PARAM_VALUE.VALVE_PORT_NUM { PARAM_VALUE.VALVE_PORT_NUM } { - # Procedure called to validate VALVE_PORT_NUM - return true -} - - -proc update_MODELPARAM_VALUE.VALVE_PORT_NUM { MODELPARAM_VALUE.VALVE_PORT_NUM PARAM_VALUE.VALVE_PORT_NUM } { - # Procedure called to set VHDL generic/Verilog parameter value(s) based on TCL parameter value - set_property value [get_property value ${PARAM_VALUE.VALVE_PORT_NUM}] ${MODELPARAM_VALUE.VALVE_PORT_NUM} -} - -proc update_MODELPARAM_VALUE.TOTAL_VALVE_DATA_WIDTH { MODELPARAM_VALUE.TOTAL_VALVE_DATA_WIDTH PARAM_VALUE.TOTAL_VALVE_DATA_WIDTH } { - # Procedure called to set VHDL generic/Verilog parameter value(s) based on TCL parameter value - set_property value [get_property value ${PARAM_VALUE.TOTAL_VALVE_DATA_WIDTH}] ${MODELPARAM_VALUE.TOTAL_VALVE_DATA_WIDTH} -} - -proc update_MODELPARAM_VALUE.VALVE_DATA_WIDTH { MODELPARAM_VALUE.VALVE_DATA_WIDTH PARAM_VALUE.VALVE_DATA_WIDTH } { - # Procedure called to set VHDL generic/Verilog parameter value(s) based on TCL parameter value - set_property value [get_property value ${PARAM_VALUE.VALVE_DATA_WIDTH}] ${MODELPARAM_VALUE.VALVE_DATA_WIDTH} -} - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/hdl/system_wrapper.v b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/hdl/system_wrapper.v deleted file mode 100644 index 90b0841..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/hdl/system_wrapper.v +++ /dev/null @@ -1,120 +0,0 @@ -//Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. -//-------------------------------------------------------------------------------- -//Tool Version: Vivado v.2021.2 (lin64) Build 3367213 Tue Oct 19 02:47:39 MDT 2021 -//Date : Thu Apr 21 22:01:23 2022 -//Host : miaow-zdyz running 64-bit Ubuntu 20.04.2 LTS -//Command : generate_target system_wrapper.bd -//Design : system_wrapper -//Purpose : IP block netlist -//-------------------------------------------------------------------------------- -`timescale 1 ps / 1 ps - -module system_wrapper - (DDR_addr, - DDR_ba, - DDR_cas_n, - DDR_ck_n, - DDR_ck_p, - DDR_cke, - DDR_cs_n, - DDR_dm, - DDR_dq, - DDR_dqs_n, - DDR_dqs_p, - DDR_odt, - DDR_ras_n, - DDR_reset_n, - DDR_we_n, - FIXED_IO_ddr_vrn, - FIXED_IO_ddr_vrp, - FIXED_IO_mio, - FIXED_IO_ps_clk, - FIXED_IO_ps_porb, - FIXED_IO_ps_srstb, - encoder_signal, - out_signal_camera_0, - sclk_0, - sdata_0, - sen_0); - inout [14:0]DDR_addr; - inout [2:0]DDR_ba; - inout DDR_cas_n; - inout DDR_ck_n; - inout DDR_ck_p; - inout DDR_cke; - inout DDR_cs_n; - inout [3:0]DDR_dm; - inout [31:0]DDR_dq; - inout [3:0]DDR_dqs_n; - inout [3:0]DDR_dqs_p; - inout DDR_odt; - inout DDR_ras_n; - inout DDR_reset_n; - inout DDR_we_n; - inout FIXED_IO_ddr_vrn; - inout FIXED_IO_ddr_vrp; - inout [53:0]FIXED_IO_mio; - inout FIXED_IO_ps_clk; - inout FIXED_IO_ps_porb; - inout FIXED_IO_ps_srstb; - input encoder_signal; - output out_signal_camera_0; - output [5:0]sclk_0; - output [5:0]sdata_0; - output [5:0]sen_0; - - wire [14:0]DDR_addr; - wire [2:0]DDR_ba; - wire DDR_cas_n; - wire DDR_ck_n; - wire DDR_ck_p; - wire DDR_cke; - wire DDR_cs_n; - wire [3:0]DDR_dm; - wire [31:0]DDR_dq; - wire [3:0]DDR_dqs_n; - wire [3:0]DDR_dqs_p; - wire DDR_odt; - wire DDR_ras_n; - wire DDR_reset_n; - wire DDR_we_n; - wire FIXED_IO_ddr_vrn; - wire FIXED_IO_ddr_vrp; - wire [53:0]FIXED_IO_mio; - wire FIXED_IO_ps_clk; - wire FIXED_IO_ps_porb; - wire FIXED_IO_ps_srstb; - wire encoder_signal; - wire out_signal_camera_0; - wire [5:0]sclk_0; - wire [5:0]sdata_0; - wire [5:0]sen_0; - - system system_i - (.DDR_addr(DDR_addr), - .DDR_ba(DDR_ba), - .DDR_cas_n(DDR_cas_n), - .DDR_ck_n(DDR_ck_n), - .DDR_ck_p(DDR_ck_p), - .DDR_cke(DDR_cke), - .DDR_cs_n(DDR_cs_n), - .DDR_dm(DDR_dm), - .DDR_dq(DDR_dq), - .DDR_dqs_n(DDR_dqs_n), - .DDR_dqs_p(DDR_dqs_p), - .DDR_odt(DDR_odt), - .DDR_ras_n(DDR_ras_n), - .DDR_reset_n(DDR_reset_n), - .DDR_we_n(DDR_we_n), - .FIXED_IO_ddr_vrn(FIXED_IO_ddr_vrn), - .FIXED_IO_ddr_vrp(FIXED_IO_ddr_vrp), - .FIXED_IO_mio(FIXED_IO_mio), - .FIXED_IO_ps_clk(FIXED_IO_ps_clk), - .FIXED_IO_ps_porb(FIXED_IO_ps_porb), - .FIXED_IO_ps_srstb(FIXED_IO_ps_srstb), - .encoder_signal(encoder_signal), - .out_signal_camera_0(out_signal_camera_0), - .sclk_0(sclk_0), - .sdata_0(sdata_0), - .sen_0(sen_0)); -endmodule diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_auto_pc_0/system_auto_pc_0.xml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_auto_pc_0/system_auto_pc_0.xml deleted file mode 100644 index 7581d6b..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_auto_pc_0/system_auto_pc_0.xml +++ /dev/null @@ -1,4020 +0,0 @@ - - - xilinx.com - customized_ip - system_auto_pc_0 - 1.0 - - - S_AXI - S_AXI - - - - - - - AWID - - - s_axi_awid - - - - - AWADDR - - - s_axi_awaddr - - - - - AWLEN - - - s_axi_awlen - - - - - AWSIZE - - - s_axi_awsize - - - - - AWBURST - - - s_axi_awburst - - - - - AWLOCK - - - s_axi_awlock - - - - - AWCACHE - - - s_axi_awcache - - - - - AWPROT - - - s_axi_awprot - - - - - AWREGION - - - s_axi_awregion - - - - - AWQOS - - - s_axi_awqos - - - - - AWUSER - - - s_axi_awuser - - - - - AWVALID - - - s_axi_awvalid - - - - - AWREADY - - - s_axi_awready - - - - - WID - - - s_axi_wid - - - - - WDATA - - - s_axi_wdata - - - - - WSTRB - - - s_axi_wstrb - - - - - WLAST - - - s_axi_wlast - - - - - WUSER - - - s_axi_wuser - - - - - WVALID - - - s_axi_wvalid - - - - - WREADY - - - s_axi_wready - - - - - BID - - - s_axi_bid - - - - - BRESP - - - s_axi_bresp - - - - - BUSER - - - s_axi_buser - - - - - BVALID - - - s_axi_bvalid - - - - - BREADY - - - s_axi_bready - - - - - ARID - - - s_axi_arid - - - - - ARADDR - - - s_axi_araddr - - - - - ARLEN - - - s_axi_arlen - - - - - ARSIZE - - - s_axi_arsize - - - - - ARBURST - - - s_axi_arburst - - - - - ARLOCK - - - s_axi_arlock - - - - - ARCACHE - - - s_axi_arcache - - - - - ARPROT - - - s_axi_arprot - - - - - ARREGION - - - s_axi_arregion - - - - - ARQOS - - - s_axi_arqos - - - - - ARUSER - - - s_axi_aruser - - - - - ARVALID - - - s_axi_arvalid - - - - - ARREADY - - - s_axi_arready - - - - - RID - - - s_axi_rid - - - - - RDATA - - - s_axi_rdata - - - - - RRESP - - - s_axi_rresp - - - - - RLAST - - - s_axi_rlast - - - - - RUSER - - - s_axi_ruser - - - - - RVALID - - - s_axi_rvalid - - - - - RREADY - - - s_axi_rready - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI3 - - - simulation.tlm - - - - - FREQ_HZ - 2e+08 - - - simulation.tlm - - - - - ID_WIDTH - 12 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 0 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 0 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 8 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 8 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 16 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - simulation.tlm - - - - - NUM_READ_THREADS - 4 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 4 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - M_AXI - M_AXI - - - - - - - AWID - - - m_axi_awid - - - - - AWADDR - - - m_axi_awaddr - - - - - AWLEN - - - m_axi_awlen - - - - - AWSIZE - - - m_axi_awsize - - - - - AWBURST - - - m_axi_awburst - - - - - AWLOCK - - - m_axi_awlock - - - - - AWCACHE - - - m_axi_awcache - - - - - AWPROT - - - m_axi_awprot - - - - - AWREGION - - - m_axi_awregion - - - - - AWQOS - - - m_axi_awqos - - - - - AWUSER - - - m_axi_awuser - - - - - AWVALID - - - m_axi_awvalid - - - - - AWREADY - - - m_axi_awready - - - - - WID - - - m_axi_wid - - - - - WDATA - - - m_axi_wdata - - - - - WSTRB - - - m_axi_wstrb - - - - - WLAST - - - m_axi_wlast - - - - - WUSER - - - m_axi_wuser - - - - - WVALID - - - m_axi_wvalid - - - - - WREADY - - - m_axi_wready - - - - - BID - - - m_axi_bid - - - - - BRESP - - - m_axi_bresp - - - - - BUSER - - - m_axi_buser - - - - - BVALID - - - m_axi_bvalid - - - - - BREADY - - - m_axi_bready - - - - - ARID - - - m_axi_arid - - - - - ARADDR - - - m_axi_araddr - - - - - ARLEN - - - m_axi_arlen - - - - - ARSIZE - - - m_axi_arsize - - - - - ARBURST - - - m_axi_arburst - - - - - ARLOCK - - - m_axi_arlock - - - - - ARCACHE - - - m_axi_arcache - - - - - ARPROT - - - m_axi_arprot - - - - - ARREGION - - - m_axi_arregion - - - - - ARQOS - - - m_axi_arqos - - - - - ARUSER - - - m_axi_aruser - - - - - ARVALID - - - m_axi_arvalid - - - - - ARREADY - - - m_axi_arready - - - - - RID - - - m_axi_rid - - - - - RDATA - - - m_axi_rdata - - - - - RRESP - - - m_axi_rresp - - - - - RLAST - - - m_axi_rlast - - - - - RUSER - - - m_axi_ruser - - - - - RVALID - - - m_axi_rvalid - - - - - RREADY - - - m_axi_rready - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4LITE - - - simulation.tlm - - - - - FREQ_HZ - 2e+08 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 0 - - - simulation.tlm - - - - - HAS_LOCK - 0 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 0 - - - simulation.tlm - - - - - HAS_QOS - 0 - - - simulation.tlm - - - - - HAS_REGION - 0 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 0 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 8 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 8 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 1 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - simulation.tlm - - - - - NUM_READ_THREADS - 4 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 4 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - CLK - CLK - - - - - - - CLK - - - aclk - - - - - - FREQ_HZ - aclk frequency - aclk frequency - 2e+08 - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - none - - - - - ASSOCIATED_BUSIF - S_AXI:M_AXI - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - ARESETN - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - RST - RST - - - - - - - RST - - - aresetn - - - - - - POLARITY - ACTIVE_LOW - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - TYPE - INTERCONNECT - - - none - - - - - - - S_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_wr_socket - - - - - - M_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_wr_socket - - - - - - - - - aclk - - in - - - wire - dummy_view - - - - - - aresetn - - in - - - wire - dummy_view - - - - - - s_axi_awid - - in - - 11 - 0 - - - - wire - dummy_view - - - - 0x000 - - - - - - true - - - - - - s_axi_awaddr - - in - - 31 - 0 - - - - wire - dummy_view - - - - 0x00000000 - - - - - - true - - - - - - s_axi_awlen - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_awsize - - in - - 2 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_awburst - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x1 - - - - - - true - - - - - - s_axi_awlock - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_awcache - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_awprot - - in - - 2 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_awregion - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awqos - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_awuser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awvalid - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_awready - - out - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_wid - - in - - 11 - 0 - - - - wire - dummy_view - - - - 0x000 - - - - - - true - - - - - - s_axi_wdata - - in - - 31 - 0 - - - - wire - dummy_view - - - - 0x00000000 - - - - - - true - - - - - - s_axi_wstrb - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0xF - - - - - - true - - - - - - s_axi_wlast - - in - - - wire - dummy_view - - - - 0x1 - - - - - - true - - - - - - s_axi_wuser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_wvalid - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_wready - - out - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_bid - - out - - 11 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_bresp - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_buser - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - s_axi_bvalid - - out - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_bready - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_arid - - in - - 11 - 0 - - - - wire - dummy_view - - - - 0x000 - - - - - - true - - - - - - s_axi_araddr - - in - - 31 - 0 - - - - wire - dummy_view - - - - 0x00000000 - - - - - - true - - - - - - s_axi_arlen - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_arsize - - in - - 2 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_arburst - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x1 - - - - - - true - - - - - - s_axi_arlock - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_arcache - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_arprot - - in - - 2 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_arregion - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_arqos - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_aruser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_arvalid - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_arready - - out - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_rid - - out - - 11 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_rdata - - out - - 31 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_rresp - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_rlast - - out - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_ruser - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - s_axi_rvalid - - out - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_rready - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_awid - - out - - 11 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awaddr - - out - - 31 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_awlen - - out - - 7 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awsize - - out - - 2 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awburst - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awlock - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awcache - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awprot - - out - - 2 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_awregion - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awqos - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awuser - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awvalid - - out - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_awready - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_wid - - out - - 11 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_wdata - - out - - 31 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_wstrb - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_wlast - - out - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_wuser - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_wvalid - - out - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_wready - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_bid - - in - - 11 - 0 - - - - wire - dummy_view - - - - 0x000 - - - - - - false - - - - - - m_axi_bresp - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_buser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - m_axi_bvalid - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_bready - - out - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_arid - - out - - 11 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_araddr - - out - - 31 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_arlen - - out - - 7 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arsize - - out - - 2 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arburst - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arlock - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arcache - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arprot - - out - - 2 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_arregion - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arqos - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_aruser - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arvalid - - out - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_arready - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_rid - - in - - 11 - 0 - - - - wire - dummy_view - - - - 0x000 - - - - - - false - - - - - - m_axi_rdata - - in - - 31 - 0 - - - - wire - dummy_view - - - - 0x00000000 - - - - - - true - - - - - - m_axi_rresp - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_rlast - - in - - - wire - dummy_view - - - - 0x1 - - - - - - false - - - - - - m_axi_ruser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - m_axi_rvalid - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_rready - - out - - - wire - dummy_view - - - - - - - true - - - - - - target_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 0 - - - - - - - 1 - - - - - target_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 0 - - - - - - - 1 - - - - - initiator_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 0 - - - - - - - 1 - - - - - initiator_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 0 - - - - - - - 1 - - - - - - - C_FAMILY - zynq - - - C_M_AXI_PROTOCOL - 2 - - - C_S_AXI_PROTOCOL - 1 - - - C_IGNORE_ID - 0 - - - C_AXI_ID_WIDTH - 12 - - - C_AXI_ADDR_WIDTH - 32 - - - C_AXI_DATA_WIDTH - 32 - - - C_AXI_SUPPORTS_WRITE - 1 - - - C_AXI_SUPPORTS_READ - 1 - - - C_AXI_SUPPORTS_USER_SIGNALS - 0 - - - C_AXI_AWUSER_WIDTH - 1 - - - C_AXI_ARUSER_WIDTH - 1 - - - C_AXI_WUSER_WIDTH - 1 - - - C_AXI_RUSER_WIDTH - 1 - - - C_AXI_BUSER_WIDTH - 1 - - - C_TRANSLATION_MODE - 2 - - - - - - choice_list_7235ff92 - AXI4 - AXI3 - AXI4LITE - - - choice_list_99ba8646 - 32 - 64 - - - choice_list_dfc23cd1 - AXI4 - AXI4LITE - - - choice_pairs_940700f2 - READ_WRITE - READ_ONLY - WRITE_ONLY - - - choice_pairs_fc76701f - 2 - 0 - - - The AXI Protocol Converter IP provides the facility to change the protocol of the connection between an AXI4/AXI3/AXI4-Lite master and slave. It will convert between AXI4->AXI3/AXI4-Lite, AXI3->AXI4/AXI4-Lite, AXI4-Lite->AXI4/AXI3. - - - SI_PROTOCOL - SI PROTOCOL - AXI3 - - - MI_PROTOCOL - MI PROTOCOL - AXI4LITE - - - READ_WRITE_MODE - READ_WRITE Mode - READ_WRITE - - - TRANSLATION_MODE - Translation Mode - 2 - - - ADDR_WIDTH - Address Width - 32 - - - DATA_WIDTH - Data Width - 32 - - - ID_WIDTH - ID Width - 12 - - - AWUSER_WIDTH - AWUSER_WIDTH - 0 - - - ARUSER_WIDTH - ARUSER_WIDTH - 0 - - - RUSER_WIDTH - RUSER_WIDTH - 0 - - - WUSER_WIDTH - WUSER_WIDTH - 0 - - - BUSER_WIDTH - BUSER_WIDTH - 0 - - - Component_Name - system_auto_pc_0 - - - - - AXI Protocol Converter - - XPM_MEMORY - XPM_CDC - - - xtlm - - 25 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2021.2 - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_ila_0_0/system_ila_0_0.xml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_ila_0_0/system_ila_0_0.xml deleted file mode 100644 index 7f6e11c..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_ila_0_0/system_ila_0_0.xml +++ /dev/null @@ -1,74530 +0,0 @@ - - - xilinx.com - customized_ip - system_ila_0_0 - 1.0 - - - TRIG_IN - - - - - - - ACK - - - trig_in_ack - - - - - TRIG - - - trig_in - - - - - - - false - - - - - - TRIG_OUT - - - - - - - ACK - - - trig_out_ack - - - - - TRIG - - - trig_out - - - - - - - false - - - - - - signal_clock - - - - - - - CLK - - - clk - - - - - - ASSOCIATED_BUSIF - SLOT_0_AXI:SLOT_0_AXIS - - - FREQ_HZ - clk frequency - clk frequency - 2e+08 - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - SLOT_0_AXI - SLOT_0_AXI - SLOT 0 AXI MONITOR - - - - - - - ARADDR - - - probe5 - - - - - ARBURST - - - probe29 - - - - - ARCACHE - - - probe31 - - - - - ARID - - - probe25 - - - - - ARLEN - - - probe27 - - - - - ARLOCK - - - probe30 - - - - - ARPROT - - - probe17 - - - - - ARQOS - - - probe34 - - - - - ARREADY - - - probe9 - - - - - ARREGION - - - probe33 - - - - - ARSIZE - - - probe28 - - - - - ARUSER - - - probe35 - - - - - ARVALID - - - probe8 - - - - - AWADDR - - - probe1 - - - - - AWBURST - - - probe24 - - - - - AWCACHE - - - probe32 - - - - - AWID - - - probe19 - - - - - AWLEN - - - probe21 - - - - - AWLOCK - - - probe26 - - - - - AWPROT - - - probe18 - - - - - AWQOS - - - probe37 - - - - - AWREADY - - - probe12 - - - - - AWREGION - - - probe36 - - - - - AWSIZE - - - probe23 - - - - - AWUSER - - - probe39 - - - - - AWVALID - - - probe11 - - - - - BID - - - probe20 - - - - - BREADY - - - probe4 - - - - - BRESP - - - probe2 - - - - - BUSER - - - probe22 - - - - - BVALID - - - probe3 - - - - - RDATA - - - probe10 - - - - - RID - - - probe38 - - - - - RLAST - - - probe40 - - - - - RREADY - - - probe6 - - - - - RRESP - - - probe13 - - - - - RUSER - - - probe41 - - - - - RVALID - - - probe16 - - - - - WDATA - - - probe14 - - - - - WID - - - probe44 - - - - - WLAST - - - probe42 - - - - - WREADY - - - probe0 - - - - - WSTRB - - - probe15 - - - - - WUSER - - - probe43 - - - - - WVALID - - - probe7 - - - - - - DATA_WIDTH - 32 - - - none - - - - - PROTOCOL - AXI4 - - - none - - - - - FREQ_HZ - 100000000 - - - none - - - - - ID_WIDTH - 1 - - - none - - - - - ADDR_WIDTH - 32 - - - none - - - - - AWUSER_WIDTH - 1 - - - none - - - - - ARUSER_WIDTH - 1 - - - none - - - - - WUSER_WIDTH - 1 - - - none - - - - - RUSER_WIDTH - 1 - - - none - - - - - BUSER_WIDTH - 1 - - - none - - - - - READ_WRITE_MODE - READ_WRITE - - - none - - - - - HAS_BURST - 1 - - - none - - - - - HAS_LOCK - 1 - - - none - - - - - HAS_PROT - 1 - - - none - - - - - HAS_CACHE - 1 - - - none - - - - - HAS_QOS - 1 - - - none - - - - - HAS_REGION - 1 - - - none - - - - - HAS_WSTRB - 1 - - - none - - - - - HAS_BRESP - 1 - - - none - - - - - HAS_RRESP - 1 - - - none - - - - - SUPPORTS_NARROW_BURST - 1 - - - none - - - - - NUM_READ_OUTSTANDING - 2 - - - none - - - - - NUM_WRITE_OUTSTANDING - 2 - - - none - - - - - MAX_BURST_LENGTH - 256 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - NUM_READ_THREADS - 1 - - - none - - - - - NUM_WRITE_THREADS - 1 - - - none - - - - - RUSER_BITS_PER_BYTE - 0 - - - none - - - - - WUSER_BITS_PER_BYTE - 0 - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - SLOT_0_AXIS - AXI4 Stream monitor - - - - - - - TDATA - - - probe1 - - - - - TDEST - - - probe7 - - - - - TID - - - probe8 - - - - - TKEEP - - - probe6 - - - - - TLAST - - - probe4 - - - - - TREADY - - - probe0 - - - - - TSTRB - - - probe2 - - - - - TUSER - - - probe5 - - - - - TVALID - - - probe3 - - - - - - TDATA_NUM_BYTES - 1 - - - none - - - - - TDEST_WIDTH - 0 - - - none - - - - - TID_WIDTH - 0 - - - none - - - - - TUSER_WIDTH - 0 - - - none - - - - - HAS_TREADY - 1 - - - none - - - - - HAS_TSTRB - 0 - - - none - - - - - HAS_TKEEP - 0 - - - none - - - - - HAS_TLAST - 0 - - - none - - - - - FREQ_HZ - 100000000 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - LAYERED_METADATA - undef - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - - - - clk - - in - - - std_logic - dummy_view - - - - - - clk_nobuf - - in - - - std_logic - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - clkdiv_out - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - trig_in - - in - - - std_logic - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - trig_in_ack - - out - - - std_logic - dummy_view - - - - - - BUF - - false - - - - - - trig_out - - out - - - std_logic - dummy_view - - - - - - BUF - - false - - - - - - trig_out_ack - - in - - - std_logic - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe0 - - in - - 47 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - true - - - - - - probe1 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - true - - - - - - probe2 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - true - - - - - - probe3 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - true - - - - - - probe4 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - true - - - - - - probe5 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe6 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe7 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe8 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe9 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe10 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe11 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe12 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe13 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe14 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe15 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe16 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe17 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe18 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe19 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe20 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe21 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe22 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe23 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe24 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe25 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe26 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe27 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe28 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe29 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe30 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe31 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe32 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe33 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe34 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe35 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe36 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe37 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe38 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe39 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe40 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe41 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe42 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe43 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe44 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe45 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe46 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe47 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe48 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe49 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe50 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe51 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe52 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe53 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe54 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe55 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe56 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe57 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe58 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe59 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe60 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe61 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe62 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe63 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe64 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe65 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe66 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe67 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe68 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe69 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe70 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe71 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe72 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe73 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe74 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe75 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe76 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe77 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe78 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe79 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe80 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe81 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe82 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe83 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe84 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe85 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe86 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe87 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe88 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe89 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe90 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe91 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe92 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe93 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe94 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe95 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe96 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe97 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe98 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe99 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe100 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe101 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe102 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe103 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe104 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe105 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe106 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe107 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe108 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe109 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe110 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe111 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe112 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe113 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe114 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe115 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe116 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe117 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe118 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe119 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe120 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe121 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe122 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe123 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe124 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe125 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe126 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe127 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe128 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe129 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe130 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe131 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe132 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe133 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe134 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe135 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe136 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe137 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe138 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe139 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe140 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe141 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe142 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe143 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe144 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe145 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe146 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe147 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe148 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe149 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe150 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe151 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe152 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe153 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe154 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe155 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe156 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe157 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe158 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe159 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe160 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe161 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe162 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe163 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe164 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe165 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe166 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe167 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe168 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe169 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe170 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe171 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe172 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe173 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe174 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe175 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe176 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe177 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe178 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe179 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe180 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe181 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe182 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe183 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe184 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe185 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe186 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe187 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe188 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe189 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe190 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe191 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe192 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe193 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe194 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe195 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe196 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe197 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe198 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe199 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe200 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe201 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe202 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe203 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe204 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe205 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe206 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe207 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe208 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe209 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe210 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe211 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe212 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe213 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe214 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe215 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe216 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe217 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe218 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe219 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe220 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe221 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe222 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe223 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe224 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe225 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe226 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe227 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe228 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe229 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe230 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe231 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe232 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe233 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe234 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe235 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe236 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe237 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe238 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe239 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe240 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe241 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe242 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe243 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe244 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe245 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe246 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe247 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe248 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe249 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe250 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe251 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe252 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe253 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe254 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe255 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe256 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe257 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe258 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe259 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe260 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe261 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe262 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe263 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe264 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe265 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe266 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe267 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe268 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe269 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe270 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe271 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe272 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe273 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe274 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe275 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe276 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe277 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe278 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe279 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe280 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe281 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe282 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe283 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe284 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe285 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe286 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe287 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe288 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe289 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe290 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe291 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe292 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe293 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe294 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe295 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe296 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe297 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe298 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe299 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe300 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe301 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe302 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe303 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe304 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe305 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe306 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe307 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe308 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe309 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe310 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe311 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe312 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe313 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe314 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe315 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe316 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe317 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe318 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe319 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe320 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe321 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe322 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe323 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe324 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe325 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe326 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe327 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe328 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe329 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe330 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe331 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe332 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe333 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe334 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe335 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe336 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe337 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe338 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe339 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe340 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe341 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe342 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe343 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe344 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe345 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe346 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe347 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe348 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe349 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe350 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe351 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe352 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe353 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe354 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe355 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe356 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe357 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe358 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe359 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe360 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe361 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe362 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe363 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe364 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe365 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe366 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe367 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe368 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe369 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe370 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe371 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe372 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe373 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe374 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe375 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe376 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe377 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe378 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe379 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe380 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe381 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe382 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe383 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe384 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe385 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe386 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe387 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe388 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe389 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe390 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe391 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe392 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe393 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe394 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe395 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe396 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe397 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe398 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe399 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe400 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe401 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe402 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe403 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe404 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe405 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe406 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe407 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe408 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe409 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe410 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe411 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe412 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe413 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe414 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe415 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe416 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe417 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe418 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe419 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe420 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe421 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe422 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe423 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe424 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe425 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe426 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe427 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe428 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe429 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe430 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe431 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe432 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe433 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe434 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe435 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe436 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe437 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe438 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe439 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe440 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe441 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe442 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe443 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe444 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe445 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe446 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe447 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe448 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe449 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe450 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe451 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe452 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe453 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe454 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe455 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe456 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe457 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe458 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe459 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe460 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe461 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe462 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe463 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe464 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe465 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe466 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe467 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe468 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe469 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe470 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe471 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe472 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe473 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe474 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe475 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe476 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe477 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe478 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe479 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe480 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe481 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe482 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe483 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe484 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe485 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe486 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe487 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe488 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe489 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe490 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe491 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe492 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe493 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe494 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe495 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe496 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe497 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe498 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe499 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe500 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe501 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe502 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe503 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe504 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe505 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe506 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe507 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe508 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe509 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe510 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe511 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe512 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe513 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe514 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe515 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe516 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe517 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe518 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe519 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe520 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe521 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe522 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe523 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe524 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe525 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe526 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe527 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe528 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe529 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe530 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe531 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe532 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe533 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe534 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe535 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe536 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe537 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe538 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe539 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe540 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe541 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe542 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe543 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe544 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe545 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe546 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe547 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe548 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe549 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe550 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe551 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe552 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe553 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe554 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe555 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe556 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe557 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe558 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe559 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe560 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe561 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe562 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe563 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe564 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe565 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe566 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe567 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe568 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe569 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe570 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe571 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe572 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe573 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe574 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe575 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe576 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe577 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe578 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe579 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe580 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe581 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe582 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe583 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe584 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe585 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe586 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe587 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe588 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe589 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe590 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe591 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe592 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe593 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe594 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe595 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe596 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe597 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe598 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe599 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe600 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe601 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe602 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe603 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe604 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe605 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe606 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe607 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe608 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe609 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe610 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe611 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe612 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe613 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe614 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe615 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe616 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe617 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe618 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe619 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe620 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe621 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe622 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe623 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe624 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe625 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe626 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe627 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe628 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe629 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe630 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe631 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe632 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe633 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe634 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe635 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe636 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe637 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe638 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe639 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe640 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe641 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe642 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe643 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe644 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe645 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe646 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe647 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe648 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe649 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe650 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe651 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe652 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe653 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe654 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe655 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe656 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe657 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe658 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe659 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe660 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe661 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe662 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe663 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe664 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe665 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe666 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe667 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe668 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe669 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe670 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe671 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe672 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe673 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe674 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe675 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe676 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe677 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe678 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe679 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe680 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe681 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe682 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe683 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe684 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe685 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe686 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe687 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe688 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe689 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe690 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe691 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe692 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe693 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe694 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe695 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe696 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe697 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe698 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe699 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe700 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe701 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe702 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe703 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe704 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe705 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe706 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe707 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe708 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe709 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe710 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe711 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe712 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe713 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe714 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe715 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe716 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe717 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe718 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe719 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe720 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe721 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe722 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe723 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe724 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe725 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe726 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe727 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe728 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe729 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe730 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe731 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe732 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe733 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe734 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe735 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe736 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe737 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe738 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe739 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe740 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe741 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe742 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe743 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe744 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe745 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe746 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe747 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe748 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe749 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe750 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe751 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe752 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe753 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe754 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe755 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe756 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe757 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe758 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe759 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe760 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe761 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe762 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe763 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe764 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe765 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe766 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe767 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe768 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe769 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe770 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe771 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe772 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe773 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe774 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe775 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe776 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe777 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe778 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe779 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe780 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe781 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe782 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe783 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe784 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe785 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe786 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe787 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe788 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe789 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe790 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe791 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe792 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe793 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe794 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe795 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe796 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe797 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe798 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe799 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe800 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe801 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe802 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe803 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe804 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe805 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe806 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe807 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe808 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe809 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe810 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe811 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe812 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe813 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe814 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe815 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe816 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe817 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe818 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe819 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe820 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe821 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe822 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe823 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe824 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe825 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe826 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe827 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe828 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe829 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe830 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe831 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe832 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe833 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe834 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe835 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe836 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe837 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe838 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe839 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe840 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe841 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe842 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe843 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe844 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe845 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe846 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe847 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe848 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe849 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe850 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe851 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe852 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe853 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe854 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe855 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe856 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe857 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe858 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe859 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe860 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe861 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe862 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe863 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe864 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe865 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe866 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe867 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe868 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe869 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe870 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe871 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe872 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe873 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe874 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe875 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe876 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe877 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe878 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe879 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe880 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe881 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe882 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe883 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe884 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe885 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe886 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe887 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe888 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe889 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe890 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe891 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe892 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe893 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe894 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe895 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe896 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe897 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe898 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe899 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe900 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe901 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe902 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe903 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe904 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe905 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe906 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe907 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe908 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe909 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe910 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe911 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe912 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe913 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe914 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe915 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe916 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe917 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe918 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe919 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe920 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe921 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe922 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe923 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe924 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe925 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe926 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe927 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe928 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe929 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe930 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe931 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe932 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe933 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe934 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe935 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe936 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe937 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe938 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe939 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe940 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe941 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe942 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe943 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe944 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe945 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe946 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe947 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe948 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe949 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe950 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe951 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe952 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe953 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe954 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe955 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe956 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe957 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe958 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe959 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe960 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe961 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe962 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe963 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe964 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe965 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe966 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe967 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe968 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe969 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe970 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe971 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe972 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe973 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe974 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe975 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe976 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe977 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe978 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe979 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe980 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe981 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe982 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe983 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe984 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe985 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe986 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe987 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe988 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe989 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe990 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe991 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe992 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe993 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe994 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe995 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe996 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe997 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe998 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe999 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1000 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1001 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1002 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1003 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1004 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1005 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1006 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1007 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1008 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1009 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1010 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1011 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1012 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1013 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1014 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1015 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1016 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1017 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1018 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1019 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1020 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1021 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1022 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - probe1023 - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - BUF - - false - - - - - - - - C_XLNX_HW_PROBE_INFO - C Xlnx Hw Probe Info - DEFAULT - - - C_XLNX_HW_PROBE_INFO_DUMMY1 - C Xlnx Hw Probe Info Dummy - DEFAULT - - - C_XLNX_HW_PROBE_INFO_DUMMY2 - C Xlnx Hw Probe Info Dummy - DEFAULT - - - C_XLNX_HW_PROBE_INFO_DUMMY3 - C Xlnx Hw Probe Info Dummy - DEFAULT - - - C_XLNX_HW_PROBE_INFO_DUMMY4 - C Xlnx Hw Probe Info Dummy - DEFAULT - - - C_XDEVICEFAMILY - zynq - - - C_CORE_TYPE - C Core Type - 1 - - - C_CORE_INFO1 - C Core Info1 - 0 - - - C_CORE_INFO2 - C Core Info2 - 0 - - - C_CAPTURE_TYPE - C Capture Type - 0 - - - C_MU_TYPE - C Mu Type - 0 - - - C_TC_TYPE - C Tc Type - 0 - - - C_SLOT_0_AXI_PROTOCOL - C Slot 0 Axi Protocol - AXI4 - - - C_NUM_MONITOR_SLOTS - Number of Slots - 1 - - - C_ENABLE_ILA_AXI_MON - C Enable Ila Axi Mon - 0 - - - C_NUM_OF_PROBES - Number of Probes - 5 - - - C_DATA_DEPTH - Sample Data Depth - 4096 - - - C_MAJOR_VERSION - C Major Version - 2021 - - - C_MINOR_VERSION - C Minor Version - 2 - - - C_BUILD_REVISION - C Build Revision - 0 - - - C_CORE_MAJOR_VER - C Core Major Ver - 6 - - - - false - - - - - - C_CORE_MINOR_VER - C Core Minor Ver - 0 - - - C_XSDB_SLAVE_TYPE - C Xsdb Slave Type - 17 - - - C_NEXT_SLAVE - C Next Slave - 0 - - - C_CSE_DRV_VER - C Cse Drv Ver - 2 - - - C_USE_TEST_REG - C Use Test Reg - 1 - - - C_PIPE_IFACE - C Pipe Iface - 1 - - - C_RAM_STYLE - C Ram Style - SUBCORE - - - C_TRIGOUT_EN - 0 - - - C_TRIGIN_EN - 0 - - - C_SLOT_0_AXIS_TUSER_WIDTH - C Slot 0 Axis TUSER Width - 1 - - - C_SLOT_0_AXIS_TDEST_WIDTH - C Slot 0 Axis TDEST Width - 1 - - - C_SLOT_0_AXIS_TID_WIDTH - C Slot 0 Axis TID Width - 1 - - - C_SLOT_0_AXI_ID_WIDTH - C Slot 0 Axi Id Width - 1 - - - C_SLOT_0_AXI_ARUSER_WIDTH - C Slot 0 Axi ARUSER Width - 1 - - - C_SLOT_0_AXI_RUSER_WIDTH - C Slot 0 Axi RUSER Width - 1 - - - C_SLOT_0_AXI_AWUSER_WIDTH - C Slot 0 Axi AWUSER Width - 1 - - - C_SLOT_0_AXI_WUSER_WIDTH - C Slot 0 Axi WUSER Width - 1 - - - C_SLOT_0_AXI_BUSER_WIDTH - C Slot 0 Axi BUSER Width - 1 - - - C_PROBE0_WIDTH - Probe0 Width - 48 - - - C_PROBE1_WIDTH - Probe1 Width - 1 - - - C_PROBE2_WIDTH - Probe2 Width - 1 - - - C_PROBE3_WIDTH - Probe3 Width - 1 - - - C_PROBE4_WIDTH - Probe4 Width - 1 - - - C_PROBE5_WIDTH - Probe5 Width - 1 - - - C_PROBE6_WIDTH - Probe6 Width - 1 - - - C_PROBE7_WIDTH - Probe7 Width - 1 - - - C_PROBE8_WIDTH - Probe8 Width - 1 - - - C_PROBE9_WIDTH - Probe9 Width - 1 - - - C_PROBE10_WIDTH - Probe10 Width - 1 - - - C_PROBE11_WIDTH - Probe11 Width - 1 - - - C_PROBE12_WIDTH - Probe12 Width - 1 - - - C_PROBE13_WIDTH - Probe13 Width - 1 - - - C_PROBE14_WIDTH - Probe14 Width - 1 - - - C_PROBE15_WIDTH - Probe15 Width - 1 - - - C_PROBE16_WIDTH - Probe16 Width - 1 - - - C_PROBE17_WIDTH - Probe17 Width - 1 - - - C_PROBE18_WIDTH - Probe18 Width - 1 - - - C_PROBE19_WIDTH - Probe19 Width - 1 - - - C_PROBE20_WIDTH - Probe20 Width - 1 - - - C_PROBE21_WIDTH - Probe21 Width - 1 - - - C_PROBE22_WIDTH - Probe22 Width - 1 - - - C_PROBE23_WIDTH - Probe23 Width - 1 - - - C_PROBE24_WIDTH - Probe24 Width - 1 - - - C_PROBE25_WIDTH - Probe25 Width - 1 - - - C_PROBE26_WIDTH - Probe26 Width - 1 - - - C_PROBE27_WIDTH - Probe27 Width - 1 - - - C_PROBE28_WIDTH - Probe28 Width - 1 - - - C_PROBE29_WIDTH - Probe29 Width - 1 - - - C_PROBE30_WIDTH - Probe30 Width - 1 - - - C_PROBE31_WIDTH - Probe31 Width - 1 - - - C_PROBE32_WIDTH - Probe32 Width - 1 - - - C_PROBE33_WIDTH - Probe33 Width - 1 - - - C_PROBE34_WIDTH - Probe34 Width - 1 - - - C_PROBE35_WIDTH - Probe35 Width - 1 - - - C_PROBE36_WIDTH - Probe36 Width - 1 - - - C_PROBE37_WIDTH - Probe37 Width - 1 - - - C_PROBE38_WIDTH - Probe38 Width - 1 - - - C_PROBE39_WIDTH - Probe39 Width - 1 - - - C_PROBE40_WIDTH - Probe40 Width - 1 - - - C_PROBE41_WIDTH - Probe41 Width - 1 - - - C_PROBE42_WIDTH - Probe42 Width - 1 - - - C_PROBE43_WIDTH - Probe43 Width - 1 - - - C_PROBE44_WIDTH - Probe44 Width - 1 - - - C_PROBE45_WIDTH - Probe45 Width - 1 - - - C_PROBE46_WIDTH - Probe46 Width - 1 - - - C_PROBE47_WIDTH - Probe47 Width - 1 - - - C_PROBE48_WIDTH - Probe48 Width - 1 - - - C_PROBE49_WIDTH - Probe49 Width - 1 - - - C_PROBE50_WIDTH - Probe50 Width - 1 - - - C_PROBE51_WIDTH - Probe51 Width - 1 - - - C_PROBE52_WIDTH - Probe52 Width - 1 - - - C_PROBE53_WIDTH - Probe53 Width - 1 - - - C_PROBE54_WIDTH - Probe54 Width - 1 - - - C_PROBE55_WIDTH - Probe55 Width - 1 - - - C_PROBE56_WIDTH - Probe56 Width - 1 - - - C_PROBE57_WIDTH - Probe57 Width - 1 - - - C_PROBE58_WIDTH - Probe58 Width - 1 - - - C_PROBE59_WIDTH - Probe59 Width - 1 - - - C_PROBE60_WIDTH - Probe60 Width - 1 - - - C_PROBE61_WIDTH - Probe61 Width - 1 - - - C_PROBE62_WIDTH - Probe62 Width - 1 - - - C_PROBE63_WIDTH - Probe63 Width - 1 - - - C_PROBE64_WIDTH - Probe64 Width - 1 - - - C_PROBE65_WIDTH - Probe65 Width - 1 - - - C_PROBE66_WIDTH - Probe66 Width - 1 - - - C_PROBE67_WIDTH - Probe67 Width - 1 - - - C_PROBE68_WIDTH - Probe68 Width - 1 - - - C_PROBE69_WIDTH - Probe69 Width - 1 - - - C_PROBE70_WIDTH - Probe70 Width - 1 - - - C_PROBE71_WIDTH - Probe71 Width - 1 - - - C_PROBE72_WIDTH - Probe72 Width - 1 - - - C_PROBE73_WIDTH - Probe73 Width - 1 - - - C_PROBE74_WIDTH - Probe74 Width - 1 - - - C_PROBE75_WIDTH - Probe75 Width - 1 - - - C_PROBE76_WIDTH - Probe76 Width - 1 - - - C_PROBE77_WIDTH - Probe77 Width - 1 - - - C_PROBE78_WIDTH - Probe78 Width - 1 - - - C_PROBE79_WIDTH - Probe79 Width - 1 - - - C_PROBE80_WIDTH - Probe80 Width - 1 - - - C_PROBE81_WIDTH - Probe81 Width - 1 - - - C_PROBE82_WIDTH - Probe82 Width - 1 - - - C_PROBE83_WIDTH - Probe83 Width - 1 - - - C_PROBE84_WIDTH - Probe84 Width - 1 - - - C_PROBE85_WIDTH - Probe85 Width - 1 - - - C_PROBE86_WIDTH - Probe86 Width - 1 - - - C_PROBE87_WIDTH - Probe87 Width - 1 - - - C_PROBE88_WIDTH - Probe88 Width - 1 - - - C_PROBE89_WIDTH - Probe89 Width - 1 - - - C_PROBE90_WIDTH - Probe90 Width - 1 - - - C_PROBE91_WIDTH - Probe91 Width - 1 - - - C_PROBE92_WIDTH - Probe92 Width - 1 - - - C_PROBE93_WIDTH - Probe93 Width - 1 - - - C_PROBE94_WIDTH - Probe94 Width - 1 - - - C_PROBE95_WIDTH - Probe95 Width - 1 - - - C_PROBE96_WIDTH - Probe96 Width - 1 - - - C_PROBE97_WIDTH - Probe97 Width - 1 - - - C_PROBE98_WIDTH - Probe98 Width - 1 - - - C_PROBE99_WIDTH - Probe99 Width - 1 - - - C_PROBE100_WIDTH - Probe100 Width - 1 - - - C_PROBE101_WIDTH - Probe101 Width - 1 - - - C_PROBE102_WIDTH - Probe102 Width - 1 - - - C_PROBE103_WIDTH - Probe103 Width - 1 - - - C_PROBE104_WIDTH - Probe104 Width - 1 - - - C_PROBE105_WIDTH - Probe105 Width - 1 - - - C_PROBE106_WIDTH - Probe106 Width - 1 - - - C_PROBE107_WIDTH - Probe107 Width - 1 - - - C_PROBE108_WIDTH - Probe108 Width - 1 - - - C_PROBE109_WIDTH - Probe109 Width - 1 - - - C_PROBE110_WIDTH - Probe110 Width - 1 - - - C_PROBE111_WIDTH - Probe111 Width - 1 - - - C_PROBE112_WIDTH - Probe112 Width - 1 - - - C_PROBE113_WIDTH - Probe113 Width - 1 - - - C_PROBE114_WIDTH - Probe114 Width - 1 - - - C_PROBE115_WIDTH - Probe115 Width - 1 - - - C_PROBE116_WIDTH - Probe116 Width - 1 - - - C_PROBE117_WIDTH - Probe117 Width - 1 - - - C_PROBE118_WIDTH - Probe118 Width - 1 - - - C_PROBE119_WIDTH - Probe119 Width - 1 - - - C_PROBE120_WIDTH - Probe120 Width - 1 - - - C_PROBE121_WIDTH - Probe121 Width - 1 - - - C_PROBE122_WIDTH - Probe122 Width - 1 - - - C_PROBE123_WIDTH - Probe123 Width - 1 - - - C_PROBE124_WIDTH - Probe124 Width - 1 - - - C_PROBE125_WIDTH - Probe125 Width - 1 - - - C_PROBE126_WIDTH - Probe126 Width - 1 - - - C_PROBE127_WIDTH - Probe127 Width - 1 - - - C_PROBE128_WIDTH - Probe128 Width - 1 - - - C_PROBE129_WIDTH - Probe129 Width - 1 - - - C_PROBE130_WIDTH - Probe130 Width - 1 - - - C_PROBE131_WIDTH - Probe131 Width - 1 - - - C_PROBE132_WIDTH - Probe132 Width - 1 - - - C_PROBE133_WIDTH - Probe133 Width - 1 - - - C_PROBE134_WIDTH - Probe134 Width - 1 - - - C_PROBE135_WIDTH - Probe135 Width - 1 - - - C_PROBE136_WIDTH - Probe136 Width - 1 - - - C_PROBE137_WIDTH - Probe137 Width - 1 - - - C_PROBE138_WIDTH - Probe138 Width - 1 - - - C_PROBE139_WIDTH - Probe139 Width - 1 - - - C_PROBE140_WIDTH - Probe140 Width - 1 - - - C_PROBE141_WIDTH - Probe141 Width - 1 - - - C_PROBE142_WIDTH - Probe142 Width - 1 - - - C_PROBE143_WIDTH - Probe143 Width - 1 - - - C_PROBE144_WIDTH - Probe144 Width - 1 - - - C_PROBE145_WIDTH - Probe145 Width - 1 - - - C_PROBE146_WIDTH - Probe146 Width - 1 - - - C_PROBE147_WIDTH - Probe147 Width - 1 - - - C_PROBE148_WIDTH - Probe148 Width - 1 - - - C_PROBE149_WIDTH - Probe149 Width - 1 - - - C_PROBE150_WIDTH - Probe150 Width - 1 - - - C_PROBE151_WIDTH - Probe151 Width - 1 - - - C_PROBE152_WIDTH - Probe152 Width - 1 - - - C_PROBE153_WIDTH - Probe153 Width - 1 - - - C_PROBE154_WIDTH - Probe154 Width - 1 - - - C_PROBE155_WIDTH - Probe155 Width - 1 - - - C_PROBE156_WIDTH - Probe156 Width - 1 - - - C_PROBE157_WIDTH - Probe157 Width - 1 - - - C_PROBE158_WIDTH - Probe158 Width - 1 - - - C_PROBE159_WIDTH - Probe159 Width - 1 - - - C_PROBE160_WIDTH - Probe160 Width - 1 - - - C_PROBE161_WIDTH - Probe161 Width - 1 - - - C_PROBE162_WIDTH - Probe162 Width - 1 - - - C_PROBE163_WIDTH - Probe163 Width - 1 - - - C_PROBE164_WIDTH - Probe164 Width - 1 - - - C_PROBE165_WIDTH - Probe165 Width - 1 - - - C_PROBE166_WIDTH - Probe166 Width - 1 - - - C_PROBE167_WIDTH - Probe167 Width - 1 - - - C_PROBE168_WIDTH - Probe168 Width - 1 - - - C_PROBE169_WIDTH - Probe169 Width - 1 - - - C_PROBE170_WIDTH - Probe170 Width - 1 - - - C_PROBE171_WIDTH - Probe171 Width - 1 - - - C_PROBE172_WIDTH - Probe172 Width - 1 - - - C_PROBE173_WIDTH - Probe173 Width - 1 - - - C_PROBE174_WIDTH - Probe174 Width - 1 - - - C_PROBE175_WIDTH - Probe175 Width - 1 - - - C_PROBE176_WIDTH - Probe176 Width - 1 - - - C_PROBE177_WIDTH - Probe177 Width - 1 - - - C_PROBE178_WIDTH - Probe178 Width - 1 - - - C_PROBE179_WIDTH - Probe179 Width - 1 - - - C_PROBE180_WIDTH - Probe180 Width - 1 - - - C_PROBE181_WIDTH - Probe181 Width - 1 - - - C_PROBE182_WIDTH - Probe182 Width - 1 - - - C_PROBE183_WIDTH - Probe183 Width - 1 - - - C_PROBE184_WIDTH - Probe184 Width - 1 - - - C_PROBE185_WIDTH - Probe185 Width - 1 - - - C_PROBE186_WIDTH - Probe186 Width - 1 - - - C_PROBE187_WIDTH - Probe187 Width - 1 - - - C_PROBE188_WIDTH - Probe188 Width - 1 - - - C_PROBE189_WIDTH - Probe189 Width - 1 - - - C_PROBE190_WIDTH - Probe190 Width - 1 - - - C_PROBE191_WIDTH - Probe191 Width - 1 - - - C_PROBE192_WIDTH - Probe192 Width - 1 - - - C_PROBE193_WIDTH - Probe193 Width - 1 - - - C_PROBE194_WIDTH - Probe194 Width - 1 - - - C_PROBE195_WIDTH - Probe195 Width - 1 - - - C_PROBE196_WIDTH - Probe196 Width - 1 - - - C_PROBE197_WIDTH - Probe197 Width - 1 - - - C_PROBE198_WIDTH - Probe198 Width - 1 - - - C_PROBE199_WIDTH - Probe199 Width - 1 - - - C_PROBE200_WIDTH - Probe200 Width - 1 - - - C_PROBE201_WIDTH - Probe201 Width - 1 - - - C_PROBE202_WIDTH - Probe202 Width - 1 - - - C_PROBE203_WIDTH - Probe203 Width - 1 - - - C_PROBE204_WIDTH - Probe204 Width - 1 - - - C_PROBE205_WIDTH - Probe205 Width - 1 - - - C_PROBE206_WIDTH - Probe206 Width - 1 - - - C_PROBE207_WIDTH - Probe207 Width - 1 - - - C_PROBE208_WIDTH - Probe208 Width - 1 - - - C_PROBE209_WIDTH - Probe209 Width - 1 - - - C_PROBE210_WIDTH - Probe210 Width - 1 - - - C_PROBE211_WIDTH - Probe211 Width - 1 - - - C_PROBE212_WIDTH - Probe212 Width - 1 - - - C_PROBE213_WIDTH - Probe213 Width - 1 - - - C_PROBE214_WIDTH - Probe214 Width - 1 - - - C_PROBE215_WIDTH - Probe215 Width - 1 - - - C_PROBE216_WIDTH - Probe216 Width - 1 - - - C_PROBE217_WIDTH - Probe217 Width - 1 - - - C_PROBE218_WIDTH - Probe218 Width - 1 - - - C_PROBE219_WIDTH - Probe219 Width - 1 - - - C_PROBE220_WIDTH - Probe220 Width - 1 - - - C_PROBE221_WIDTH - Probe221 Width - 1 - - - C_PROBE222_WIDTH - Probe222 Width - 1 - - - C_PROBE223_WIDTH - Probe223 Width - 1 - - - C_PROBE224_WIDTH - Probe224 Width - 1 - - - C_PROBE225_WIDTH - Probe225 Width - 1 - - - C_PROBE226_WIDTH - Probe226 Width - 1 - - - C_PROBE227_WIDTH - Probe227 Width - 1 - - - C_PROBE228_WIDTH - Probe228 Width - 1 - - - C_PROBE229_WIDTH - Probe229 Width - 1 - - - C_PROBE230_WIDTH - Probe230 Width - 1 - - - C_PROBE231_WIDTH - Probe231 Width - 1 - - - C_PROBE232_WIDTH - Probe232 Width - 1 - - - C_PROBE233_WIDTH - Probe233 Width - 1 - - - C_PROBE234_WIDTH - Probe234 Width - 1 - - - C_PROBE235_WIDTH - Probe235 Width - 1 - - - C_PROBE236_WIDTH - Probe236 Width - 1 - - - C_PROBE237_WIDTH - Probe237 Width - 1 - - - C_PROBE238_WIDTH - Probe238 Width - 1 - - - C_PROBE239_WIDTH - Probe239 Width - 1 - - - C_PROBE240_WIDTH - Probe240 Width - 1 - - - C_PROBE241_WIDTH - Probe241 Width - 1 - - - C_PROBE242_WIDTH - Probe242 Width - 1 - - - C_PROBE243_WIDTH - Probe243 Width - 1 - - - C_PROBE244_WIDTH - Probe244 Width - 1 - - - C_PROBE245_WIDTH - Probe245 Width - 1 - - - C_PROBE246_WIDTH - Probe246 Width - 1 - - - C_PROBE247_WIDTH - Probe247 Width - 1 - - - C_PROBE248_WIDTH - Probe248 Width - 1 - - - C_PROBE249_WIDTH - Probe249 Width - 1 - - - C_PROBE250_WIDTH - Probe250 Width - 1 - - - C_PROBE251_WIDTH - Probe251 Width - 1 - - - C_PROBE252_WIDTH - Probe252 Width - 1 - - - C_PROBE253_WIDTH - Probe253 Width - 1 - - - C_PROBE254_WIDTH - Probe254 Width - 1 - - - C_PROBE255_WIDTH - Probe255 Width - 1 - - - C_PROBE256_WIDTH - Probe256 Width - 1 - - - C_PROBE257_WIDTH - Probe257 Width - 1 - - - C_PROBE258_WIDTH - Probe258 Width - 1 - - - C_PROBE259_WIDTH - Probe259 Width - 1 - - - C_PROBE260_WIDTH - Probe260 Width - 1 - - - C_PROBE261_WIDTH - Probe261 Width - 1 - - - C_PROBE262_WIDTH - Probe262 Width - 1 - - - C_PROBE263_WIDTH - Probe263 Width - 1 - - - C_PROBE264_WIDTH - Probe264 Width - 1 - - - C_PROBE265_WIDTH - Probe265 Width - 1 - - - C_PROBE266_WIDTH - Probe266 Width - 1 - - - C_PROBE267_WIDTH - Probe267 Width - 1 - - - C_PROBE268_WIDTH - Probe268 Width - 1 - - - C_PROBE269_WIDTH - Probe269 Width - 1 - - - C_PROBE270_WIDTH - Probe270 Width - 1 - - - C_PROBE271_WIDTH - Probe271 Width - 1 - - - C_PROBE272_WIDTH - Probe272 Width - 1 - - - C_PROBE273_WIDTH - Probe273 Width - 1 - - - C_PROBE274_WIDTH - Probe274 Width - 1 - - - C_PROBE275_WIDTH - Probe275 Width - 1 - - - C_PROBE276_WIDTH - Probe276 Width - 1 - - - C_PROBE277_WIDTH - Probe277 Width - 1 - - - C_PROBE278_WIDTH - Probe278 Width - 1 - - - C_PROBE279_WIDTH - Probe279 Width - 1 - - - C_PROBE280_WIDTH - Probe280 Width - 1 - - - C_PROBE281_WIDTH - Probe281 Width - 1 - - - C_PROBE282_WIDTH - Probe282 Width - 1 - - - C_PROBE283_WIDTH - Probe283 Width - 1 - - - C_PROBE284_WIDTH - Probe284 Width - 1 - - - C_PROBE285_WIDTH - Probe285 Width - 1 - - - C_PROBE286_WIDTH - Probe286 Width - 1 - - - C_PROBE287_WIDTH - Probe287 Width - 1 - - - C_PROBE288_WIDTH - Probe288 Width - 1 - - - C_PROBE289_WIDTH - Probe289 Width - 1 - - - C_PROBE290_WIDTH - Probe290 Width - 1 - - - C_PROBE291_WIDTH - Probe291 Width - 1 - - - C_PROBE292_WIDTH - Probe292 Width - 1 - - - C_PROBE293_WIDTH - Probe293 Width - 1 - - - C_PROBE294_WIDTH - Probe294 Width - 1 - - - C_PROBE295_WIDTH - Probe295 Width - 1 - - - C_PROBE296_WIDTH - Probe296 Width - 1 - - - C_PROBE297_WIDTH - Probe297 Width - 1 - - - C_PROBE298_WIDTH - Probe298 Width - 1 - - - C_PROBE299_WIDTH - Probe299 Width - 1 - - - C_PROBE300_WIDTH - Probe300 Width - 1 - - - C_PROBE301_WIDTH - Probe301 Width - 1 - - - C_PROBE302_WIDTH - Probe302 Width - 1 - - - C_PROBE303_WIDTH - Probe303 Width - 1 - - - C_PROBE304_WIDTH - Probe304 Width - 1 - - - C_PROBE305_WIDTH - Probe305 Width - 1 - - - C_PROBE306_WIDTH - Probe306 Width - 1 - - - C_PROBE307_WIDTH - Probe307 Width - 1 - - - C_PROBE308_WIDTH - Probe308 Width - 1 - - - C_PROBE309_WIDTH - Probe309 Width - 1 - - - C_PROBE310_WIDTH - Probe310 Width - 1 - - - C_PROBE311_WIDTH - Probe311 Width - 1 - - - C_PROBE312_WIDTH - Probe312 Width - 1 - - - C_PROBE313_WIDTH - Probe313 Width - 1 - - - C_PROBE314_WIDTH - Probe314 Width - 1 - - - C_PROBE315_WIDTH - Probe315 Width - 1 - - - C_PROBE316_WIDTH - Probe316 Width - 1 - - - C_PROBE317_WIDTH - Probe317 Width - 1 - - - C_PROBE318_WIDTH - Probe318 Width - 1 - - - C_PROBE319_WIDTH - Probe319 Width - 1 - - - C_PROBE320_WIDTH - Probe320 Width - 1 - - - C_PROBE321_WIDTH - Probe321 Width - 1 - - - C_PROBE322_WIDTH - Probe322 Width - 1 - - - C_PROBE323_WIDTH - Probe323 Width - 1 - - - C_PROBE324_WIDTH - Probe324 Width - 1 - - - C_PROBE325_WIDTH - Probe325 Width - 1 - - - C_PROBE326_WIDTH - Probe326 Width - 1 - - - C_PROBE327_WIDTH - Probe327 Width - 1 - - - C_PROBE328_WIDTH - Probe328 Width - 1 - - - C_PROBE329_WIDTH - Probe329 Width - 1 - - - C_PROBE330_WIDTH - Probe330 Width - 1 - - - C_PROBE331_WIDTH - Probe331 Width - 1 - - - C_PROBE332_WIDTH - Probe332 Width - 1 - - - C_PROBE333_WIDTH - Probe333 Width - 1 - - - C_PROBE334_WIDTH - Probe334 Width - 1 - - - C_PROBE335_WIDTH - Probe335 Width - 1 - - - C_PROBE336_WIDTH - Probe336 Width - 1 - - - C_PROBE337_WIDTH - Probe337 Width - 1 - - - C_PROBE338_WIDTH - Probe338 Width - 1 - - - C_PROBE339_WIDTH - Probe339 Width - 1 - - - C_PROBE340_WIDTH - Probe340 Width - 1 - - - C_PROBE341_WIDTH - Probe341 Width - 1 - - - C_PROBE342_WIDTH - Probe342 Width - 1 - - - C_PROBE343_WIDTH - Probe343 Width - 1 - - - C_PROBE344_WIDTH - Probe344 Width - 1 - - - C_PROBE345_WIDTH - Probe345 Width - 1 - - - C_PROBE346_WIDTH - Probe346 Width - 1 - - - C_PROBE347_WIDTH - Probe347 Width - 1 - - - C_PROBE348_WIDTH - Probe348 Width - 1 - - - C_PROBE349_WIDTH - Probe349 Width - 1 - - - C_PROBE350_WIDTH - Probe350 Width - 1 - - - C_PROBE351_WIDTH - Probe351 Width - 1 - - - C_PROBE352_WIDTH - Probe352 Width - 1 - - - C_PROBE353_WIDTH - Probe353 Width - 1 - - - C_PROBE354_WIDTH - Probe354 Width - 1 - - - C_PROBE355_WIDTH - Probe355 Width - 1 - - - C_PROBE356_WIDTH - Probe356 Width - 1 - - - C_PROBE357_WIDTH - Probe357 Width - 1 - - - C_PROBE358_WIDTH - Probe358 Width - 1 - - - C_PROBE359_WIDTH - Probe359 Width - 1 - - - C_PROBE360_WIDTH - Probe360 Width - 1 - - - C_PROBE361_WIDTH - Probe361 Width - 1 - - - C_PROBE362_WIDTH - Probe362 Width - 1 - - - C_PROBE363_WIDTH - Probe363 Width - 1 - - - C_PROBE364_WIDTH - Probe364 Width - 1 - - - C_PROBE365_WIDTH - Probe365 Width - 1 - - - C_PROBE366_WIDTH - Probe366 Width - 1 - - - C_PROBE367_WIDTH - Probe367 Width - 1 - - - C_PROBE368_WIDTH - Probe368 Width - 1 - - - C_PROBE369_WIDTH - Probe369 Width - 1 - - - C_PROBE370_WIDTH - Probe370 Width - 1 - - - C_PROBE371_WIDTH - Probe371 Width - 1 - - - C_PROBE372_WIDTH - Probe372 Width - 1 - - - C_PROBE373_WIDTH - Probe373 Width - 1 - - - C_PROBE374_WIDTH - Probe374 Width - 1 - - - C_PROBE375_WIDTH - Probe375 Width - 1 - - - C_PROBE376_WIDTH - Probe376 Width - 1 - - - C_PROBE377_WIDTH - Probe377 Width - 1 - - - C_PROBE378_WIDTH - Probe378 Width - 1 - - - C_PROBE379_WIDTH - Probe379 Width - 1 - - - C_PROBE380_WIDTH - Probe380 Width - 1 - - - C_PROBE381_WIDTH - Probe381 Width - 1 - - - C_PROBE382_WIDTH - Probe382 Width - 1 - - - C_PROBE383_WIDTH - Probe383 Width - 1 - - - C_PROBE384_WIDTH - Probe384 Width - 1 - - - C_PROBE385_WIDTH - Probe385 Width - 1 - - - C_PROBE386_WIDTH - Probe386 Width - 1 - - - C_PROBE387_WIDTH - Probe387 Width - 1 - - - C_PROBE388_WIDTH - Probe388 Width - 1 - - - C_PROBE389_WIDTH - Probe389 Width - 1 - - - C_PROBE390_WIDTH - Probe390 Width - 1 - - - C_PROBE391_WIDTH - Probe391 Width - 1 - - - C_PROBE392_WIDTH - Probe392 Width - 1 - - - C_PROBE393_WIDTH - Probe393 Width - 1 - - - C_PROBE394_WIDTH - Probe394 Width - 1 - - - C_PROBE395_WIDTH - Probe395 Width - 1 - - - C_PROBE396_WIDTH - Probe396 Width - 1 - - - C_PROBE397_WIDTH - Probe397 Width - 1 - - - C_PROBE398_WIDTH - Probe398 Width - 1 - - - C_PROBE399_WIDTH - Probe399 Width - 1 - - - C_PROBE400_WIDTH - Probe400 Width - 1 - - - C_PROBE401_WIDTH - Probe401 Width - 1 - - - C_PROBE402_WIDTH - Probe402 Width - 1 - - - C_PROBE403_WIDTH - Probe403 Width - 1 - - - C_PROBE404_WIDTH - Probe404 Width - 1 - - - C_PROBE405_WIDTH - Probe405 Width - 1 - - - C_PROBE406_WIDTH - Probe406 Width - 1 - - - C_PROBE407_WIDTH - Probe407 Width - 1 - - - C_PROBE408_WIDTH - Probe408 Width - 1 - - - C_PROBE409_WIDTH - Probe409 Width - 1 - - - C_PROBE410_WIDTH - Probe410 Width - 1 - - - C_PROBE411_WIDTH - Probe411 Width - 1 - - - C_PROBE412_WIDTH - Probe412 Width - 1 - - - C_PROBE413_WIDTH - Probe413 Width - 1 - - - C_PROBE414_WIDTH - Probe414 Width - 1 - - - C_PROBE415_WIDTH - Probe415 Width - 1 - - - C_PROBE416_WIDTH - Probe416 Width - 1 - - - C_PROBE417_WIDTH - Probe417 Width - 1 - - - C_PROBE418_WIDTH - Probe418 Width - 1 - - - C_PROBE419_WIDTH - Probe419 Width - 1 - - - C_PROBE420_WIDTH - Probe420 Width - 1 - - - C_PROBE421_WIDTH - Probe421 Width - 1 - - - C_PROBE422_WIDTH - Probe422 Width - 1 - - - C_PROBE423_WIDTH - Probe423 Width - 1 - - - C_PROBE424_WIDTH - Probe424 Width - 1 - - - C_PROBE425_WIDTH - Probe425 Width - 1 - - - C_PROBE426_WIDTH - Probe426 Width - 1 - - - C_PROBE427_WIDTH - Probe427 Width - 1 - - - C_PROBE428_WIDTH - Probe428 Width - 1 - - - C_PROBE429_WIDTH - Probe429 Width - 1 - - - C_PROBE430_WIDTH - Probe430 Width - 1 - - - C_PROBE431_WIDTH - Probe431 Width - 1 - - - C_PROBE432_WIDTH - Probe432 Width - 1 - - - C_PROBE433_WIDTH - Probe433 Width - 1 - - - C_PROBE434_WIDTH - Probe434 Width - 1 - - - C_PROBE435_WIDTH - Probe435 Width - 1 - - - C_PROBE436_WIDTH - Probe436 Width - 1 - - - C_PROBE437_WIDTH - Probe437 Width - 1 - - - C_PROBE438_WIDTH - Probe438 Width - 1 - - - C_PROBE439_WIDTH - Probe439 Width - 1 - - - C_PROBE440_WIDTH - Probe440 Width - 1 - - - C_PROBE441_WIDTH - Probe441 Width - 1 - - - C_PROBE442_WIDTH - Probe442 Width - 1 - - - C_PROBE443_WIDTH - Probe443 Width - 1 - - - C_PROBE444_WIDTH - Probe444 Width - 1 - - - C_PROBE445_WIDTH - Probe445 Width - 1 - - - C_PROBE446_WIDTH - Probe446 Width - 1 - - - C_PROBE447_WIDTH - Probe447 Width - 1 - - - C_PROBE448_WIDTH - Probe448 Width - 1 - - - C_PROBE449_WIDTH - Probe449 Width - 1 - - - C_PROBE450_WIDTH - Probe450 Width - 1 - - - C_PROBE451_WIDTH - Probe451 Width - 1 - - - C_PROBE452_WIDTH - Probe452 Width - 1 - - - C_PROBE453_WIDTH - Probe453 Width - 1 - - - C_PROBE454_WIDTH - Probe454 Width - 1 - - - C_PROBE455_WIDTH - Probe455 Width - 1 - - - C_PROBE456_WIDTH - Probe456 Width - 1 - - - C_PROBE457_WIDTH - Probe457 Width - 1 - - - C_PROBE458_WIDTH - Probe458 Width - 1 - - - C_PROBE459_WIDTH - Probe459 Width - 1 - - - C_PROBE460_WIDTH - Probe460 Width - 1 - - - C_PROBE461_WIDTH - Probe461 Width - 1 - - - C_PROBE462_WIDTH - Probe462 Width - 1 - - - C_PROBE463_WIDTH - Probe463 Width - 1 - - - C_PROBE464_WIDTH - Probe464 Width - 1 - - - C_PROBE465_WIDTH - Probe465 Width - 1 - - - C_PROBE466_WIDTH - Probe466 Width - 1 - - - C_PROBE467_WIDTH - Probe467 Width - 1 - - - C_PROBE468_WIDTH - Probe468 Width - 1 - - - C_PROBE469_WIDTH - Probe469 Width - 1 - - - C_PROBE470_WIDTH - Probe470 Width - 1 - - - C_PROBE471_WIDTH - Probe471 Width - 1 - - - C_PROBE472_WIDTH - Probe472 Width - 1 - - - C_PROBE473_WIDTH - Probe473 Width - 1 - - - C_PROBE474_WIDTH - Probe474 Width - 1 - - - C_PROBE475_WIDTH - Probe475 Width - 1 - - - C_PROBE476_WIDTH - Probe476 Width - 1 - - - C_PROBE477_WIDTH - Probe477 Width - 1 - - - C_PROBE478_WIDTH - Probe478 Width - 1 - - - C_PROBE479_WIDTH - Probe479 Width - 1 - - - C_PROBE480_WIDTH - Probe480 Width - 1 - - - C_PROBE481_WIDTH - Probe481 Width - 1 - - - C_PROBE482_WIDTH - Probe482 Width - 1 - - - C_PROBE483_WIDTH - Probe483 Width - 1 - - - C_PROBE484_WIDTH - Probe484 Width - 1 - - - C_PROBE485_WIDTH - Probe485 Width - 1 - - - C_PROBE486_WIDTH - Probe486 Width - 1 - - - C_PROBE487_WIDTH - Probe487 Width - 1 - - - C_PROBE488_WIDTH - Probe488 Width - 1 - - - C_PROBE489_WIDTH - Probe489 Width - 1 - - - C_PROBE490_WIDTH - Probe490 Width - 1 - - - C_PROBE491_WIDTH - Probe491 Width - 1 - - - C_PROBE492_WIDTH - Probe492 Width - 1 - - - C_PROBE493_WIDTH - Probe493 Width - 1 - - - C_PROBE494_WIDTH - Probe494 Width - 1 - - - C_PROBE495_WIDTH - Probe495 Width - 1 - - - C_PROBE496_WIDTH - Probe496 Width - 1 - - - C_PROBE497_WIDTH - Probe497 Width - 1 - - - C_PROBE498_WIDTH - Probe498 Width - 1 - - - C_PROBE499_WIDTH - Probe499 Width - 1 - - - C_PROBE500_WIDTH - Probe500 Width - 1 - - - C_PROBE501_WIDTH - Probe501 Width - 1 - - - C_PROBE502_WIDTH - Probe502 Width - 1 - - - C_PROBE503_WIDTH - Probe503 Width - 1 - - - C_PROBE504_WIDTH - Probe504 Width - 1 - - - C_PROBE505_WIDTH - Probe505 Width - 1 - - - C_PROBE506_WIDTH - Probe506 Width - 1 - - - C_PROBE507_WIDTH - Probe507 Width - 1 - - - C_PROBE508_WIDTH - Probe508 Width - 1 - - - C_PROBE509_WIDTH - Probe509 Width - 1 - - - C_PROBE510_WIDTH - Probe510 Width - 1 - - - C_PROBE511_WIDTH - Probe511 Width - 1 - - - C_PROBE512_WIDTH - Probe512 Width - 1 - - - C_PROBE513_WIDTH - Probe513 Width - 1 - - - C_PROBE514_WIDTH - Probe514 Width - 1 - - - C_PROBE515_WIDTH - Probe515 Width - 1 - - - C_PROBE516_WIDTH - Probe516 Width - 1 - - - C_PROBE517_WIDTH - Probe517 Width - 1 - - - C_PROBE518_WIDTH - Probe518 Width - 1 - - - C_PROBE519_WIDTH - Probe519 Width - 1 - - - C_PROBE520_WIDTH - Probe520 Width - 1 - - - C_PROBE521_WIDTH - Probe521 Width - 1 - - - C_PROBE522_WIDTH - Probe522 Width - 1 - - - C_PROBE523_WIDTH - Probe523 Width - 1 - - - C_PROBE524_WIDTH - Probe524 Width - 1 - - - C_PROBE525_WIDTH - Probe525 Width - 1 - - - C_PROBE526_WIDTH - Probe526 Width - 1 - - - C_PROBE527_WIDTH - Probe527 Width - 1 - - - C_PROBE528_WIDTH - Probe528 Width - 1 - - - C_PROBE529_WIDTH - Probe529 Width - 1 - - - C_PROBE530_WIDTH - Probe530 Width - 1 - - - C_PROBE531_WIDTH - Probe531 Width - 1 - - - C_PROBE532_WIDTH - Probe532 Width - 1 - - - C_PROBE533_WIDTH - Probe533 Width - 1 - - - C_PROBE534_WIDTH - Probe534 Width - 1 - - - C_PROBE535_WIDTH - Probe535 Width - 1 - - - C_PROBE536_WIDTH - Probe536 Width - 1 - - - C_PROBE537_WIDTH - Probe537 Width - 1 - - - C_PROBE538_WIDTH - Probe538 Width - 1 - - - C_PROBE539_WIDTH - Probe539 Width - 1 - - - C_PROBE540_WIDTH - Probe540 Width - 1 - - - C_PROBE541_WIDTH - Probe541 Width - 1 - - - C_PROBE542_WIDTH - Probe542 Width - 1 - - - C_PROBE543_WIDTH - Probe543 Width - 1 - - - C_PROBE544_WIDTH - Probe544 Width - 1 - - - C_PROBE545_WIDTH - Probe545 Width - 1 - - - C_PROBE546_WIDTH - Probe546 Width - 1 - - - C_PROBE547_WIDTH - Probe547 Width - 1 - - - C_PROBE548_WIDTH - Probe548 Width - 1 - - - C_PROBE549_WIDTH - Probe549 Width - 1 - - - C_PROBE550_WIDTH - Probe550 Width - 1 - - - C_PROBE551_WIDTH - Probe551 Width - 1 - - - C_PROBE552_WIDTH - Probe552 Width - 1 - - - C_PROBE553_WIDTH - Probe553 Width - 1 - - - C_PROBE554_WIDTH - Probe554 Width - 1 - - - C_PROBE555_WIDTH - Probe555 Width - 1 - - - C_PROBE556_WIDTH - Probe556 Width - 1 - - - C_PROBE557_WIDTH - Probe557 Width - 1 - - - C_PROBE558_WIDTH - Probe558 Width - 1 - - - C_PROBE559_WIDTH - Probe559 Width - 1 - - - C_PROBE560_WIDTH - Probe560 Width - 1 - - - C_PROBE561_WIDTH - Probe561 Width - 1 - - - C_PROBE562_WIDTH - Probe562 Width - 1 - - - C_PROBE563_WIDTH - Probe563 Width - 1 - - - C_PROBE564_WIDTH - Probe564 Width - 1 - - - C_PROBE565_WIDTH - Probe565 Width - 1 - - - C_PROBE566_WIDTH - Probe566 Width - 1 - - - C_PROBE567_WIDTH - Probe567 Width - 1 - - - C_PROBE568_WIDTH - Probe568 Width - 1 - - - C_PROBE569_WIDTH - Probe569 Width - 1 - - - C_PROBE570_WIDTH - Probe570 Width - 1 - - - C_PROBE571_WIDTH - Probe571 Width - 1 - - - C_PROBE572_WIDTH - Probe572 Width - 1 - - - C_PROBE573_WIDTH - Probe573 Width - 1 - - - C_PROBE574_WIDTH - Probe574 Width - 1 - - - C_PROBE575_WIDTH - Probe575 Width - 1 - - - C_PROBE576_WIDTH - Probe576 Width - 1 - - - C_PROBE577_WIDTH - Probe577 Width - 1 - - - C_PROBE578_WIDTH - Probe578 Width - 1 - - - C_PROBE579_WIDTH - Probe579 Width - 1 - - - C_PROBE580_WIDTH - Probe580 Width - 1 - - - C_PROBE581_WIDTH - Probe581 Width - 1 - - - C_PROBE582_WIDTH - Probe582 Width - 1 - - - C_PROBE583_WIDTH - Probe583 Width - 1 - - - C_PROBE584_WIDTH - Probe584 Width - 1 - - - C_PROBE585_WIDTH - Probe585 Width - 1 - - - C_PROBE586_WIDTH - Probe586 Width - 1 - - - C_PROBE587_WIDTH - Probe587 Width - 1 - - - C_PROBE588_WIDTH - Probe588 Width - 1 - - - C_PROBE589_WIDTH - Probe589 Width - 1 - - - C_PROBE590_WIDTH - Probe590 Width - 1 - - - C_PROBE591_WIDTH - Probe591 Width - 1 - - - C_PROBE592_WIDTH - Probe592 Width - 1 - - - C_PROBE593_WIDTH - Probe593 Width - 1 - - - C_PROBE594_WIDTH - Probe594 Width - 1 - - - C_PROBE595_WIDTH - Probe595 Width - 1 - - - C_PROBE596_WIDTH - Probe596 Width - 1 - - - C_PROBE597_WIDTH - Probe597 Width - 1 - - - C_PROBE598_WIDTH - Probe598 Width - 1 - - - C_PROBE599_WIDTH - Probe599 Width - 1 - - - C_PROBE600_WIDTH - Probe600 Width - 1 - - - C_PROBE601_WIDTH - Probe601 Width - 1 - - - C_PROBE602_WIDTH - Probe602 Width - 1 - - - C_PROBE603_WIDTH - Probe603 Width - 1 - - - C_PROBE604_WIDTH - Probe604 Width - 1 - - - C_PROBE605_WIDTH - Probe605 Width - 1 - - - C_PROBE606_WIDTH - Probe606 Width - 1 - - - C_PROBE607_WIDTH - Probe607 Width - 1 - - - C_PROBE608_WIDTH - Probe608 Width - 1 - - - C_PROBE609_WIDTH - Probe609 Width - 1 - - - C_PROBE610_WIDTH - Probe610 Width - 1 - - - C_PROBE611_WIDTH - Probe611 Width - 1 - - - C_PROBE612_WIDTH - Probe612 Width - 1 - - - C_PROBE613_WIDTH - Probe613 Width - 1 - - - C_PROBE614_WIDTH - Probe614 Width - 1 - - - C_PROBE615_WIDTH - Probe615 Width - 1 - - - C_PROBE616_WIDTH - Probe616 Width - 1 - - - C_PROBE617_WIDTH - Probe617 Width - 1 - - - C_PROBE618_WIDTH - Probe618 Width - 1 - - - C_PROBE619_WIDTH - Probe619 Width - 1 - - - C_PROBE620_WIDTH - Probe620 Width - 1 - - - C_PROBE621_WIDTH - Probe621 Width - 1 - - - C_PROBE622_WIDTH - Probe622 Width - 1 - - - C_PROBE623_WIDTH - Probe623 Width - 1 - - - C_PROBE624_WIDTH - Probe624 Width - 1 - - - C_PROBE625_WIDTH - Probe625 Width - 1 - - - C_PROBE626_WIDTH - Probe626 Width - 1 - - - C_PROBE627_WIDTH - Probe627 Width - 1 - - - C_PROBE628_WIDTH - Probe628 Width - 1 - - - C_PROBE629_WIDTH - Probe629 Width - 1 - - - C_PROBE630_WIDTH - Probe630 Width - 1 - - - C_PROBE631_WIDTH - Probe631 Width - 1 - - - C_PROBE632_WIDTH - Probe632 Width - 1 - - - C_PROBE633_WIDTH - Probe633 Width - 1 - - - C_PROBE634_WIDTH - Probe634 Width - 1 - - - C_PROBE635_WIDTH - Probe635 Width - 1 - - - C_PROBE636_WIDTH - Probe636 Width - 1 - - - C_PROBE637_WIDTH - Probe637 Width - 1 - - - C_PROBE638_WIDTH - Probe638 Width - 1 - - - C_PROBE639_WIDTH - Probe639 Width - 1 - - - C_PROBE640_WIDTH - Probe640 Width - 1 - - - C_PROBE641_WIDTH - Probe641 Width - 1 - - - C_PROBE642_WIDTH - Probe642 Width - 1 - - - C_PROBE643_WIDTH - Probe643 Width - 1 - - - C_PROBE644_WIDTH - Probe644 Width - 1 - - - C_PROBE645_WIDTH - Probe645 Width - 1 - - - C_PROBE646_WIDTH - Probe646 Width - 1 - - - C_PROBE647_WIDTH - Probe647 Width - 1 - - - C_PROBE648_WIDTH - Probe648 Width - 1 - - - C_PROBE649_WIDTH - Probe649 Width - 1 - - - C_PROBE650_WIDTH - Probe650 Width - 1 - - - C_PROBE651_WIDTH - Probe651 Width - 1 - - - C_PROBE652_WIDTH - Probe652 Width - 1 - - - C_PROBE653_WIDTH - Probe653 Width - 1 - - - C_PROBE654_WIDTH - Probe654 Width - 1 - - - C_PROBE655_WIDTH - Probe655 Width - 1 - - - C_PROBE656_WIDTH - Probe656 Width - 1 - - - C_PROBE657_WIDTH - Probe657 Width - 1 - - - C_PROBE658_WIDTH - Probe658 Width - 1 - - - C_PROBE659_WIDTH - Probe659 Width - 1 - - - C_PROBE660_WIDTH - Probe660 Width - 1 - - - C_PROBE661_WIDTH - Probe661 Width - 1 - - - C_PROBE662_WIDTH - Probe662 Width - 1 - - - C_PROBE663_WIDTH - Probe663 Width - 1 - - - C_PROBE664_WIDTH - Probe664 Width - 1 - - - C_PROBE665_WIDTH - Probe665 Width - 1 - - - C_PROBE666_WIDTH - Probe666 Width - 1 - - - C_PROBE667_WIDTH - Probe667 Width - 1 - - - C_PROBE668_WIDTH - Probe668 Width - 1 - - - C_PROBE669_WIDTH - Probe669 Width - 1 - - - C_PROBE670_WIDTH - Probe670 Width - 1 - - - C_PROBE671_WIDTH - Probe671 Width - 1 - - - C_PROBE672_WIDTH - Probe672 Width - 1 - - - C_PROBE673_WIDTH - Probe673 Width - 1 - - - C_PROBE674_WIDTH - Probe674 Width - 1 - - - C_PROBE675_WIDTH - Probe675 Width - 1 - - - C_PROBE676_WIDTH - Probe676 Width - 1 - - - C_PROBE677_WIDTH - Probe677 Width - 1 - - - C_PROBE678_WIDTH - Probe678 Width - 1 - - - C_PROBE679_WIDTH - Probe679 Width - 1 - - - C_PROBE680_WIDTH - Probe680 Width - 1 - - - C_PROBE681_WIDTH - Probe681 Width - 1 - - - C_PROBE682_WIDTH - Probe682 Width - 1 - - - C_PROBE683_WIDTH - Probe683 Width - 1 - - - C_PROBE684_WIDTH - Probe684 Width - 1 - - - C_PROBE685_WIDTH - Probe685 Width - 1 - - - C_PROBE686_WIDTH - Probe686 Width - 1 - - - C_PROBE687_WIDTH - Probe687 Width - 1 - - - C_PROBE688_WIDTH - Probe688 Width - 1 - - - C_PROBE689_WIDTH - Probe689 Width - 1 - - - C_PROBE690_WIDTH - Probe690 Width - 1 - - - C_PROBE691_WIDTH - Probe691 Width - 1 - - - C_PROBE692_WIDTH - Probe692 Width - 1 - - - C_PROBE693_WIDTH - Probe693 Width - 1 - - - C_PROBE694_WIDTH - Probe694 Width - 1 - - - C_PROBE695_WIDTH - Probe695 Width - 1 - - - C_PROBE696_WIDTH - Probe696 Width - 1 - - - C_PROBE697_WIDTH - Probe697 Width - 1 - - - C_PROBE698_WIDTH - Probe698 Width - 1 - - - C_PROBE699_WIDTH - Probe699 Width - 1 - - - C_PROBE700_WIDTH - Probe700 Width - 1 - - - C_PROBE701_WIDTH - Probe701 Width - 1 - - - C_PROBE702_WIDTH - Probe702 Width - 1 - - - C_PROBE703_WIDTH - Probe703 Width - 1 - - - C_PROBE704_WIDTH - Probe704 Width - 1 - - - C_PROBE705_WIDTH - Probe705 Width - 1 - - - C_PROBE706_WIDTH - Probe706 Width - 1 - - - C_PROBE707_WIDTH - Probe707 Width - 1 - - - C_PROBE708_WIDTH - Probe708 Width - 1 - - - C_PROBE709_WIDTH - Probe709 Width - 1 - - - C_PROBE710_WIDTH - Probe710 Width - 1 - - - C_PROBE711_WIDTH - Probe711 Width - 1 - - - C_PROBE712_WIDTH - Probe712 Width - 1 - - - C_PROBE713_WIDTH - Probe713 Width - 1 - - - C_PROBE714_WIDTH - Probe714 Width - 1 - - - C_PROBE715_WIDTH - Probe715 Width - 1 - - - C_PROBE716_WIDTH - Probe716 Width - 1 - - - C_PROBE717_WIDTH - Probe717 Width - 1 - - - C_PROBE718_WIDTH - Probe718 Width - 1 - - - C_PROBE719_WIDTH - Probe719 Width - 1 - - - C_PROBE720_WIDTH - Probe720 Width - 1 - - - C_PROBE721_WIDTH - Probe721 Width - 1 - - - C_PROBE722_WIDTH - Probe722 Width - 1 - - - C_PROBE723_WIDTH - Probe723 Width - 1 - - - C_PROBE724_WIDTH - Probe724 Width - 1 - - - C_PROBE725_WIDTH - Probe725 Width - 1 - - - C_PROBE726_WIDTH - Probe726 Width - 1 - - - C_PROBE727_WIDTH - Probe727 Width - 1 - - - C_PROBE728_WIDTH - Probe728 Width - 1 - - - C_PROBE729_WIDTH - Probe729 Width - 1 - - - C_PROBE730_WIDTH - Probe730 Width - 1 - - - C_PROBE731_WIDTH - Probe731 Width - 1 - - - C_PROBE732_WIDTH - Probe732 Width - 1 - - - C_PROBE733_WIDTH - Probe733 Width - 1 - - - C_PROBE734_WIDTH - Probe734 Width - 1 - - - C_PROBE735_WIDTH - Probe735 Width - 1 - - - C_PROBE736_WIDTH - Probe736 Width - 1 - - - C_PROBE737_WIDTH - Probe737 Width - 1 - - - C_PROBE738_WIDTH - Probe738 Width - 1 - - - C_PROBE739_WIDTH - Probe739 Width - 1 - - - C_PROBE740_WIDTH - Probe740 Width - 1 - - - C_PROBE741_WIDTH - Probe741 Width - 1 - - - C_PROBE742_WIDTH - Probe742 Width - 1 - - - C_PROBE743_WIDTH - Probe743 Width - 1 - - - C_PROBE744_WIDTH - Probe744 Width - 1 - - - C_PROBE745_WIDTH - Probe745 Width - 1 - - - C_PROBE746_WIDTH - Probe746 Width - 1 - - - C_PROBE747_WIDTH - Probe747 Width - 1 - - - C_PROBE748_WIDTH - Probe748 Width - 1 - - - C_PROBE749_WIDTH - Probe749 Width - 1 - - - C_PROBE750_WIDTH - Probe750 Width - 1 - - - C_PROBE751_WIDTH - Probe751 Width - 1 - - - C_PROBE752_WIDTH - Probe752 Width - 1 - - - C_PROBE753_WIDTH - Probe753 Width - 1 - - - C_PROBE754_WIDTH - Probe754 Width - 1 - - - C_PROBE755_WIDTH - Probe755 Width - 1 - - - C_PROBE756_WIDTH - Probe756 Width - 1 - - - C_PROBE757_WIDTH - Probe757 Width - 1 - - - C_PROBE758_WIDTH - Probe758 Width - 1 - - - C_PROBE759_WIDTH - Probe759 Width - 1 - - - C_PROBE760_WIDTH - Probe760 Width - 1 - - - C_PROBE761_WIDTH - Probe761 Width - 1 - - - C_PROBE762_WIDTH - Probe762 Width - 1 - - - C_PROBE763_WIDTH - Probe763 Width - 1 - - - C_PROBE764_WIDTH - Probe764 Width - 1 - - - C_PROBE765_WIDTH - Probe765 Width - 1 - - - C_PROBE766_WIDTH - Probe766 Width - 1 - - - C_PROBE767_WIDTH - Probe767 Width - 1 - - - C_PROBE768_WIDTH - Probe768 Width - 1 - - - C_PROBE769_WIDTH - Probe769 Width - 1 - - - C_PROBE770_WIDTH - Probe770 Width - 1 - - - C_PROBE771_WIDTH - Probe771 Width - 1 - - - C_PROBE772_WIDTH - Probe772 Width - 1 - - - C_PROBE773_WIDTH - Probe773 Width - 1 - - - C_PROBE774_WIDTH - Probe774 Width - 1 - - - C_PROBE775_WIDTH - Probe775 Width - 1 - - - C_PROBE776_WIDTH - Probe776 Width - 1 - - - C_PROBE777_WIDTH - Probe777 Width - 1 - - - C_PROBE778_WIDTH - Probe778 Width - 1 - - - C_PROBE779_WIDTH - Probe779 Width - 1 - - - C_PROBE780_WIDTH - Probe780 Width - 1 - - - C_PROBE781_WIDTH - Probe781 Width - 1 - - - C_PROBE782_WIDTH - Probe782 Width - 1 - - - C_PROBE783_WIDTH - Probe783 Width - 1 - - - C_PROBE784_WIDTH - Probe784 Width - 1 - - - C_PROBE785_WIDTH - Probe785 Width - 1 - - - C_PROBE786_WIDTH - Probe786 Width - 1 - - - C_PROBE787_WIDTH - Probe787 Width - 1 - - - C_PROBE788_WIDTH - Probe788 Width - 1 - - - C_PROBE789_WIDTH - Probe789 Width - 1 - - - C_PROBE790_WIDTH - Probe790 Width - 1 - - - C_PROBE791_WIDTH - Probe791 Width - 1 - - - C_PROBE792_WIDTH - Probe792 Width - 1 - - - C_PROBE793_WIDTH - Probe793 Width - 1 - - - C_PROBE794_WIDTH - Probe794 Width - 1 - - - C_PROBE795_WIDTH - Probe795 Width - 1 - - - C_PROBE796_WIDTH - Probe796 Width - 1 - - - C_PROBE797_WIDTH - Probe797 Width - 1 - - - C_PROBE798_WIDTH - Probe798 Width - 1 - - - C_PROBE799_WIDTH - Probe799 Width - 1 - - - C_PROBE800_WIDTH - Probe800 Width - 1 - - - C_PROBE801_WIDTH - Probe801 Width - 1 - - - C_PROBE802_WIDTH - Probe802 Width - 1 - - - C_PROBE803_WIDTH - Probe803 Width - 1 - - - C_PROBE804_WIDTH - Probe804 Width - 1 - - - C_PROBE805_WIDTH - Probe805 Width - 1 - - - C_PROBE806_WIDTH - Probe806 Width - 1 - - - C_PROBE807_WIDTH - Probe807 Width - 1 - - - C_PROBE808_WIDTH - Probe808 Width - 1 - - - C_PROBE809_WIDTH - Probe809 Width - 1 - - - C_PROBE810_WIDTH - Probe810 Width - 1 - - - C_PROBE811_WIDTH - Probe811 Width - 1 - - - C_PROBE812_WIDTH - Probe812 Width - 1 - - - C_PROBE813_WIDTH - Probe813 Width - 1 - - - C_PROBE814_WIDTH - Probe814 Width - 1 - - - C_PROBE815_WIDTH - Probe815 Width - 1 - - - C_PROBE816_WIDTH - Probe816 Width - 1 - - - C_PROBE817_WIDTH - Probe817 Width - 1 - - - C_PROBE818_WIDTH - Probe818 Width - 1 - - - C_PROBE819_WIDTH - Probe819 Width - 1 - - - C_PROBE820_WIDTH - Probe820 Width - 1 - - - C_PROBE821_WIDTH - Probe821 Width - 1 - - - C_PROBE822_WIDTH - Probe822 Width - 1 - - - C_PROBE823_WIDTH - Probe823 Width - 1 - - - C_PROBE824_WIDTH - Probe824 Width - 1 - - - C_PROBE825_WIDTH - Probe825 Width - 1 - - - C_PROBE826_WIDTH - Probe826 Width - 1 - - - C_PROBE827_WIDTH - Probe827 Width - 1 - - - C_PROBE828_WIDTH - Probe828 Width - 1 - - - C_PROBE829_WIDTH - Probe829 Width - 1 - - - C_PROBE830_WIDTH - Probe830 Width - 1 - - - C_PROBE831_WIDTH - Probe831 Width - 1 - - - C_PROBE832_WIDTH - Probe832 Width - 1 - - - C_PROBE833_WIDTH - Probe833 Width - 1 - - - C_PROBE834_WIDTH - Probe834 Width - 1 - - - C_PROBE835_WIDTH - Probe835 Width - 1 - - - C_PROBE836_WIDTH - Probe836 Width - 1 - - - C_PROBE837_WIDTH - Probe837 Width - 1 - - - C_PROBE838_WIDTH - Probe838 Width - 1 - - - C_PROBE839_WIDTH - Probe839 Width - 1 - - - C_PROBE840_WIDTH - Probe840 Width - 1 - - - C_PROBE841_WIDTH - Probe841 Width - 1 - - - C_PROBE842_WIDTH - Probe842 Width - 1 - - - C_PROBE843_WIDTH - Probe843 Width - 1 - - - C_PROBE844_WIDTH - Probe844 Width - 1 - - - C_PROBE845_WIDTH - Probe845 Width - 1 - - - C_PROBE846_WIDTH - Probe846 Width - 1 - - - C_PROBE847_WIDTH - Probe847 Width - 1 - - - C_PROBE848_WIDTH - Probe848 Width - 1 - - - C_PROBE849_WIDTH - Probe849 Width - 1 - - - C_PROBE850_WIDTH - Probe850 Width - 1 - - - C_PROBE851_WIDTH - Probe851 Width - 1 - - - C_PROBE852_WIDTH - Probe852 Width - 1 - - - C_PROBE853_WIDTH - Probe853 Width - 1 - - - C_PROBE854_WIDTH - Probe854 Width - 1 - - - C_PROBE855_WIDTH - Probe855 Width - 1 - - - C_PROBE856_WIDTH - Probe856 Width - 1 - - - C_PROBE857_WIDTH - Probe857 Width - 1 - - - C_PROBE858_WIDTH - Probe858 Width - 1 - - - C_PROBE859_WIDTH - Probe859 Width - 1 - - - C_PROBE860_WIDTH - Probe860 Width - 1 - - - C_PROBE861_WIDTH - Probe861 Width - 1 - - - C_PROBE862_WIDTH - Probe862 Width - 1 - - - C_PROBE863_WIDTH - Probe863 Width - 1 - - - C_PROBE864_WIDTH - Probe864 Width - 1 - - - C_PROBE865_WIDTH - Probe865 Width - 1 - - - C_PROBE866_WIDTH - Probe866 Width - 1 - - - C_PROBE867_WIDTH - Probe867 Width - 1 - - - C_PROBE868_WIDTH - Probe868 Width - 1 - - - C_PROBE869_WIDTH - Probe869 Width - 1 - - - C_PROBE870_WIDTH - Probe870 Width - 1 - - - C_PROBE871_WIDTH - Probe871 Width - 1 - - - C_PROBE872_WIDTH - Probe872 Width - 1 - - - C_PROBE873_WIDTH - Probe873 Width - 1 - - - C_PROBE874_WIDTH - Probe874 Width - 1 - - - C_PROBE875_WIDTH - Probe875 Width - 1 - - - C_PROBE876_WIDTH - Probe876 Width - 1 - - - C_PROBE877_WIDTH - Probe877 Width - 1 - - - C_PROBE878_WIDTH - Probe878 Width - 1 - - - C_PROBE879_WIDTH - Probe879 Width - 1 - - - C_PROBE880_WIDTH - Probe880 Width - 1 - - - C_PROBE881_WIDTH - Probe881 Width - 1 - - - C_PROBE882_WIDTH - Probe882 Width - 1 - - - C_PROBE883_WIDTH - Probe883 Width - 1 - - - C_PROBE884_WIDTH - Probe884 Width - 1 - - - C_PROBE885_WIDTH - Probe885 Width - 1 - - - C_PROBE886_WIDTH - Probe886 Width - 1 - - - C_PROBE887_WIDTH - Probe887 Width - 1 - - - C_PROBE888_WIDTH - Probe888 Width - 1 - - - C_PROBE889_WIDTH - Probe889 Width - 1 - - - C_PROBE890_WIDTH - Probe890 Width - 1 - - - C_PROBE891_WIDTH - Probe891 Width - 1 - - - C_PROBE892_WIDTH - Probe892 Width - 1 - - - C_PROBE893_WIDTH - Probe893 Width - 1 - - - C_PROBE894_WIDTH - Probe894 Width - 1 - - - C_PROBE895_WIDTH - Probe895 Width - 1 - - - C_PROBE896_WIDTH - Probe896 Width - 1 - - - C_PROBE897_WIDTH - Probe897 Width - 1 - - - C_PROBE898_WIDTH - Probe898 Width - 1 - - - C_PROBE899_WIDTH - Probe899 Width - 1 - - - C_PROBE900_WIDTH - Probe900 Width - 1 - - - C_PROBE901_WIDTH - Probe901 Width - 1 - - - C_PROBE902_WIDTH - Probe902 Width - 1 - - - C_PROBE903_WIDTH - Probe903 Width - 1 - - - C_PROBE904_WIDTH - Probe904 Width - 1 - - - C_PROBE905_WIDTH - Probe905 Width - 1 - - - C_PROBE906_WIDTH - Probe906 Width - 1 - - - C_PROBE907_WIDTH - Probe907 Width - 1 - - - C_PROBE908_WIDTH - Probe908 Width - 1 - - - C_PROBE909_WIDTH - Probe909 Width - 1 - - - C_PROBE910_WIDTH - Probe910 Width - 1 - - - C_PROBE911_WIDTH - Probe911 Width - 1 - - - C_PROBE912_WIDTH - Probe912 Width - 1 - - - C_PROBE913_WIDTH - Probe913 Width - 1 - - - C_PROBE914_WIDTH - Probe914 Width - 1 - - - C_PROBE915_WIDTH - Probe915 Width - 1 - - - C_PROBE916_WIDTH - Probe916 Width - 1 - - - C_PROBE917_WIDTH - Probe917 Width - 1 - - - C_PROBE918_WIDTH - Probe918 Width - 1 - - - C_PROBE919_WIDTH - Probe919 Width - 1 - - - C_PROBE920_WIDTH - Probe920 Width - 1 - - - C_PROBE921_WIDTH - Probe921 Width - 1 - - - C_PROBE922_WIDTH - Probe922 Width - 1 - - - C_PROBE923_WIDTH - Probe923 Width - 1 - - - C_PROBE924_WIDTH - Probe924 Width - 1 - - - C_PROBE925_WIDTH - Probe925 Width - 1 - - - C_PROBE926_WIDTH - Probe926 Width - 1 - - - C_PROBE927_WIDTH - Probe927 Width - 1 - - - C_PROBE928_WIDTH - Probe928 Width - 1 - - - C_PROBE929_WIDTH - Probe929 Width - 1 - - - C_PROBE930_WIDTH - Probe930 Width - 1 - - - C_PROBE931_WIDTH - Probe931 Width - 1 - - - C_PROBE932_WIDTH - Probe932 Width - 1 - - - C_PROBE933_WIDTH - Probe933 Width - 1 - - - C_PROBE934_WIDTH - Probe934 Width - 1 - - - C_PROBE935_WIDTH - Probe935 Width - 1 - - - C_PROBE936_WIDTH - Probe936 Width - 1 - - - C_PROBE937_WIDTH - Probe937 Width - 1 - - - C_PROBE938_WIDTH - Probe938 Width - 1 - - - C_PROBE939_WIDTH - Probe939 Width - 1 - - - C_PROBE940_WIDTH - Probe940 Width - 1 - - - C_PROBE941_WIDTH - Probe941 Width - 1 - - - C_PROBE942_WIDTH - Probe942 Width - 1 - - - C_PROBE943_WIDTH - Probe943 Width - 1 - - - C_PROBE944_WIDTH - Probe944 Width - 1 - - - C_PROBE945_WIDTH - Probe945 Width - 1 - - - C_PROBE946_WIDTH - Probe946 Width - 1 - - - C_PROBE947_WIDTH - Probe947 Width - 1 - - - C_PROBE948_WIDTH - Probe948 Width - 1 - - - C_PROBE949_WIDTH - Probe949 Width - 1 - - - C_PROBE950_WIDTH - Probe950 Width - 1 - - - C_PROBE951_WIDTH - Probe951 Width - 1 - - - C_PROBE952_WIDTH - Probe952 Width - 1 - - - C_PROBE953_WIDTH - Probe953 Width - 1 - - - C_PROBE954_WIDTH - Probe954 Width - 1 - - - C_PROBE955_WIDTH - Probe955 Width - 1 - - - C_PROBE956_WIDTH - Probe956 Width - 1 - - - C_PROBE957_WIDTH - Probe957 Width - 1 - - - C_PROBE958_WIDTH - Probe958 Width - 1 - - - C_PROBE959_WIDTH - Probe959 Width - 1 - - - C_PROBE960_WIDTH - Probe960 Width - 1 - - - C_PROBE961_WIDTH - Probe961 Width - 1 - - - C_PROBE962_WIDTH - Probe962 Width - 1 - - - C_PROBE963_WIDTH - Probe963 Width - 1 - - - C_PROBE964_WIDTH - Probe964 Width - 1 - - - C_PROBE965_WIDTH - Probe965 Width - 1 - - - C_PROBE966_WIDTH - Probe966 Width - 1 - - - C_PROBE967_WIDTH - Probe967 Width - 1 - - - C_PROBE968_WIDTH - Probe968 Width - 1 - - - C_PROBE969_WIDTH - Probe969 Width - 1 - - - C_PROBE970_WIDTH - Probe970 Width - 1 - - - C_PROBE971_WIDTH - Probe971 Width - 1 - - - C_PROBE972_WIDTH - Probe972 Width - 1 - - - C_PROBE973_WIDTH - Probe973 Width - 1 - - - C_PROBE974_WIDTH - Probe974 Width - 1 - - - C_PROBE975_WIDTH - Probe975 Width - 1 - - - C_PROBE976_WIDTH - Probe976 Width - 1 - - - C_PROBE977_WIDTH - Probe977 Width - 1 - - - C_PROBE978_WIDTH - Probe978 Width - 1 - - - C_PROBE979_WIDTH - Probe979 Width - 1 - - - C_PROBE980_WIDTH - Probe980 Width - 1 - - - C_PROBE981_WIDTH - Probe981 Width - 1 - - - C_PROBE982_WIDTH - Probe982 Width - 1 - - - C_PROBE983_WIDTH - Probe983 Width - 1 - - - C_PROBE984_WIDTH - Probe984 Width - 1 - - - C_PROBE985_WIDTH - Probe985 Width - 1 - - - C_PROBE986_WIDTH - Probe986 Width - 1 - - - C_PROBE987_WIDTH - Probe987 Width - 1 - - - C_PROBE988_WIDTH - Probe988 Width - 1 - - - C_PROBE989_WIDTH - Probe989 Width - 1 - - - C_PROBE990_WIDTH - Probe990 Width - 1 - - - C_PROBE991_WIDTH - Probe991 Width - 1 - - - C_PROBE992_WIDTH - Probe992 Width - 1 - - - C_PROBE993_WIDTH - Probe993 Width - 1 - - - C_PROBE994_WIDTH - Probe994 Width - 1 - - - C_PROBE995_WIDTH - Probe995 Width - 1 - - - C_PROBE996_WIDTH - Probe996 Width - 1 - - - C_PROBE997_WIDTH - Probe997 Width - 1 - - - C_PROBE998_WIDTH - Probe998 Width - 1 - - - C_PROBE999_WIDTH - Probe999 Width - 1 - - - C_PROBE1000_WIDTH - Probe1000 Width - 1 - - - C_PROBE1001_WIDTH - Probe1001 Width - 1 - - - C_PROBE1002_WIDTH - Probe1002 Width - 1 - - - C_PROBE1003_WIDTH - Probe1003 Width - 1 - - - C_PROBE1004_WIDTH - Probe1004 Width - 1 - - - C_PROBE1005_WIDTH - Probe1005 Width - 1 - - - C_PROBE1006_WIDTH - Probe1006 Width - 1 - - - C_PROBE1007_WIDTH - Probe1007 Width - 1 - - - C_PROBE1008_WIDTH - Probe1008 Width - 1 - - - C_PROBE1009_WIDTH - Probe1009 Width - 1 - - - C_PROBE1010_WIDTH - Probe1010 Width - 1 - - - C_PROBE1011_WIDTH - Probe1011 Width - 1 - - - C_PROBE1012_WIDTH - Probe1012 Width - 1 - - - C_PROBE1013_WIDTH - Probe1013 Width - 1 - - - C_PROBE1014_WIDTH - Probe1014 Width - 1 - - - C_PROBE1015_WIDTH - Probe1015 Width - 1 - - - C_PROBE1016_WIDTH - Probe1016 Width - 1 - - - C_PROBE1017_WIDTH - Probe1017 Width - 1 - - - C_PROBE1018_WIDTH - Probe1018 Width - 1 - - - C_PROBE1019_WIDTH - Probe1019 Width - 1 - - - C_PROBE1020_WIDTH - Probe1020 Width - 1 - - - C_PROBE1021_WIDTH - Probe1021 Width - 1 - - - C_PROBE1022_WIDTH - Probe1022 Width - 1 - - - C_PROBE1023_WIDTH - Probe1023 Width - 1 - - - C_PROBE0_TYPE - Probe0 TYPE - 0 - - - C_PROBE1_TYPE - Probe1 TYPE - 0 - - - C_PROBE2_TYPE - Probe2 TYPE - 0 - - - C_PROBE3_TYPE - Probe3 TYPE - 0 - - - C_PROBE4_TYPE - Probe4 TYPE - 0 - - - C_PROBE5_TYPE - Probe5 TYPE - 0 - - - C_PROBE6_TYPE - Probe6 TYPE - 0 - - - C_PROBE7_TYPE - Probe7 TYPE - 0 - - - C_PROBE8_TYPE - Probe8 TYPE - 0 - - - C_PROBE9_TYPE - Probe9 TYPE - 0 - - - C_PROBE10_TYPE - Probe10 TYPE - 0 - - - C_PROBE11_TYPE - Probe11 TYPE - 0 - - - C_PROBE12_TYPE - Probe12 TYPE - 0 - - - C_PROBE13_TYPE - Probe13 TYPE - 0 - - - C_PROBE14_TYPE - Probe14 TYPE - 0 - - - C_PROBE15_TYPE - Probe15 TYPE - 0 - - - C_PROBE16_TYPE - Probe16 TYPE - 0 - - - C_PROBE17_TYPE - Probe17 TYPE - 0 - - - C_PROBE18_TYPE - Probe18 TYPE - 0 - - - C_PROBE19_TYPE - Probe19 TYPE - 0 - - - C_PROBE20_TYPE - Probe20 TYPE - 0 - - - C_PROBE21_TYPE - Probe21 TYPE - 0 - - - C_PROBE22_TYPE - Probe22 TYPE - 0 - - - C_PROBE23_TYPE - Probe23 TYPE - 0 - - - C_PROBE24_TYPE - Probe24 TYPE - 0 - - - C_PROBE25_TYPE - Probe25 TYPE - 0 - - - C_PROBE26_TYPE - Probe26 TYPE - 0 - - - C_PROBE27_TYPE - Probe27 TYPE - 0 - - - C_PROBE28_TYPE - Probe28 TYPE - 0 - - - C_PROBE29_TYPE - Probe29 TYPE - 0 - - - C_PROBE30_TYPE - Probe30 TYPE - 0 - - - C_PROBE31_TYPE - Probe31 TYPE - 0 - - - C_PROBE32_TYPE - Probe32 TYPE - 0 - - - C_PROBE33_TYPE - Probe33 TYPE - 0 - - - C_PROBE34_TYPE - Probe34 TYPE - 0 - - - C_PROBE35_TYPE - Probe35 TYPE - 0 - - - C_PROBE36_TYPE - Probe36 TYPE - 0 - - - C_PROBE37_TYPE - Probe37 TYPE - 0 - - - C_PROBE38_TYPE - Probe38 TYPE - 0 - - - C_PROBE39_TYPE - Probe39 TYPE - 0 - - - C_PROBE40_TYPE - Probe40 TYPE - 0 - - - C_PROBE41_TYPE - Probe41 TYPE - 0 - - - C_PROBE42_TYPE - Probe42 TYPE - 0 - - - C_PROBE43_TYPE - Probe43 TYPE - 0 - - - C_PROBE44_TYPE - Probe44 TYPE - 0 - - - C_PROBE45_TYPE - Probe45 TYPE - 0 - - - C_PROBE46_TYPE - Probe46 TYPE - 0 - - - C_PROBE47_TYPE - Probe47 TYPE - 0 - - - C_PROBE48_TYPE - Probe48 TYPE - 0 - - - C_PROBE49_TYPE - Probe49 TYPE - 0 - - - C_PROBE50_TYPE - Probe50 TYPE - 0 - - - C_PROBE51_TYPE - Probe51 TYPE - 0 - - - C_PROBE52_TYPE - Probe52 TYPE - 0 - - - C_PROBE53_TYPE - Probe53 TYPE - 0 - - - C_PROBE54_TYPE - Probe54 TYPE - 0 - - - C_PROBE55_TYPE - Probe55 TYPE - 0 - - - C_PROBE56_TYPE - Probe56 TYPE - 0 - - - C_PROBE57_TYPE - Probe57 TYPE - 0 - - - C_PROBE58_TYPE - Probe58 TYPE - 0 - - - C_PROBE59_TYPE - Probe59 TYPE - 0 - - - C_PROBE60_TYPE - Probe60 TYPE - 0 - - - C_PROBE61_TYPE - Probe61 TYPE - 0 - - - C_PROBE62_TYPE - Probe62 TYPE - 0 - - - C_PROBE63_TYPE - Probe63 TYPE - 0 - - - C_PROBE64_TYPE - Probe64 TYPE - 0 - - - C_PROBE65_TYPE - Probe65 TYPE - 0 - - - C_PROBE66_TYPE - Probe66 TYPE - 0 - - - C_PROBE67_TYPE - Probe67 TYPE - 0 - - - C_PROBE68_TYPE - Probe68 TYPE - 0 - - - C_PROBE69_TYPE - Probe69 TYPE - 0 - - - C_PROBE70_TYPE - Probe70 TYPE - 0 - - - C_PROBE71_TYPE - Probe71 TYPE - 0 - - - C_PROBE72_TYPE - Probe72 TYPE - 0 - - - C_PROBE73_TYPE - Probe73 TYPE - 0 - - - C_PROBE74_TYPE - Probe74 TYPE - 0 - - - C_PROBE75_TYPE - Probe75 TYPE - 0 - - - C_PROBE76_TYPE - Probe76 TYPE - 0 - - - C_PROBE77_TYPE - Probe77 TYPE - 0 - - - C_PROBE78_TYPE - Probe78 TYPE - 0 - - - C_PROBE79_TYPE - Probe79 TYPE - 0 - - - C_PROBE80_TYPE - Probe80 TYPE - 0 - - - C_PROBE81_TYPE - Probe81 TYPE - 0 - - - C_PROBE82_TYPE - Probe82 TYPE - 0 - - - C_PROBE83_TYPE - Probe83 TYPE - 0 - - - C_PROBE84_TYPE - Probe84 TYPE - 0 - - - C_PROBE85_TYPE - Probe85 TYPE - 0 - - - C_PROBE86_TYPE - Probe86 TYPE - 0 - - - C_PROBE87_TYPE - Probe87 TYPE - 0 - - - C_PROBE88_TYPE - Probe88 TYPE - 0 - - - C_PROBE89_TYPE - Probe89 TYPE - 0 - - - C_PROBE90_TYPE - Probe90 TYPE - 0 - - - C_PROBE91_TYPE - Probe91 TYPE - 0 - - - C_PROBE92_TYPE - Probe92 TYPE - 0 - - - C_PROBE93_TYPE - Probe93 TYPE - 0 - - - C_PROBE94_TYPE - Probe94 TYPE - 0 - - - C_PROBE95_TYPE - Probe95 TYPE - 0 - - - C_PROBE96_TYPE - Probe96 TYPE - 0 - - - C_PROBE97_TYPE - Probe97 TYPE - 0 - - - C_PROBE98_TYPE - Probe98 TYPE - 0 - - - C_PROBE99_TYPE - Probe99 TYPE - 0 - - - C_PROBE100_TYPE - Probe100 TYPE - 0 - - - C_PROBE101_TYPE - Probe101 TYPE - 0 - - - C_PROBE102_TYPE - Probe102 TYPE - 0 - - - C_PROBE103_TYPE - Probe103 TYPE - 0 - - - C_PROBE104_TYPE - Probe104 TYPE - 0 - - - C_PROBE105_TYPE - Probe105 TYPE - 0 - - - C_PROBE106_TYPE - Probe106 TYPE - 0 - - - C_PROBE107_TYPE - Probe107 TYPE - 0 - - - C_PROBE108_TYPE - Probe108 TYPE - 0 - - - C_PROBE109_TYPE - Probe109 TYPE - 0 - - - C_PROBE110_TYPE - Probe110 TYPE - 0 - - - C_PROBE111_TYPE - Probe111 TYPE - 0 - - - C_PROBE112_TYPE - Probe112 TYPE - 0 - - - C_PROBE113_TYPE - Probe113 TYPE - 0 - - - C_PROBE114_TYPE - Probe114 TYPE - 0 - - - C_PROBE115_TYPE - Probe115 TYPE - 0 - - - C_PROBE116_TYPE - Probe116 TYPE - 0 - - - C_PROBE117_TYPE - Probe117 TYPE - 0 - - - C_PROBE118_TYPE - Probe118 TYPE - 0 - - - C_PROBE119_TYPE - Probe119 TYPE - 0 - - - C_PROBE120_TYPE - Probe120 TYPE - 0 - - - C_PROBE121_TYPE - Probe121 TYPE - 0 - - - C_PROBE122_TYPE - Probe122 TYPE - 0 - - - C_PROBE123_TYPE - Probe123 TYPE - 0 - - - C_PROBE124_TYPE - Probe124 TYPE - 0 - - - C_PROBE125_TYPE - Probe125 TYPE - 0 - - - C_PROBE126_TYPE - Probe126 TYPE - 0 - - - C_PROBE127_TYPE - Probe127 TYPE - 0 - - - C_PROBE128_TYPE - Probe128 TYPE - 0 - - - C_PROBE129_TYPE - Probe129 TYPE - 0 - - - C_PROBE130_TYPE - Probe130 TYPE - 0 - - - C_PROBE131_TYPE - Probe131 TYPE - 0 - - - C_PROBE132_TYPE - Probe132 TYPE - 0 - - - C_PROBE133_TYPE - Probe133 TYPE - 0 - - - C_PROBE134_TYPE - Probe134 TYPE - 0 - - - C_PROBE135_TYPE - Probe135 TYPE - 0 - - - C_PROBE136_TYPE - Probe136 TYPE - 0 - - - C_PROBE137_TYPE - Probe137 TYPE - 0 - - - C_PROBE138_TYPE - Probe138 TYPE - 0 - - - C_PROBE139_TYPE - Probe139 TYPE - 0 - - - C_PROBE140_TYPE - Probe140 TYPE - 0 - - - C_PROBE141_TYPE - Probe141 TYPE - 0 - - - C_PROBE142_TYPE - Probe142 TYPE - 0 - - - C_PROBE143_TYPE - Probe143 TYPE - 0 - - - C_PROBE144_TYPE - Probe144 TYPE - 0 - - - C_PROBE145_TYPE - Probe145 TYPE - 0 - - - C_PROBE146_TYPE - Probe146 TYPE - 0 - - - C_PROBE147_TYPE - Probe147 TYPE - 0 - - - C_PROBE148_TYPE - Probe148 TYPE - 0 - - - C_PROBE149_TYPE - Probe149 TYPE - 0 - - - C_PROBE150_TYPE - Probe150 TYPE - 0 - - - C_PROBE151_TYPE - Probe151 TYPE - 0 - - - C_PROBE152_TYPE - Probe152 TYPE - 0 - - - C_PROBE153_TYPE - Probe153 TYPE - 0 - - - C_PROBE154_TYPE - Probe154 TYPE - 0 - - - C_PROBE155_TYPE - Probe155 TYPE - 0 - - - C_PROBE156_TYPE - Probe156 TYPE - 0 - - - C_PROBE157_TYPE - Probe157 TYPE - 0 - - - C_PROBE158_TYPE - Probe158 TYPE - 0 - - - C_PROBE159_TYPE - Probe159 TYPE - 0 - - - C_PROBE160_TYPE - Probe160 TYPE - 0 - - - C_PROBE161_TYPE - Probe161 TYPE - 0 - - - C_PROBE162_TYPE - Probe162 TYPE - 0 - - - C_PROBE163_TYPE - Probe163 TYPE - 0 - - - C_PROBE164_TYPE - Probe164 TYPE - 0 - - - C_PROBE165_TYPE - Probe165 TYPE - 0 - - - C_PROBE166_TYPE - Probe166 TYPE - 0 - - - C_PROBE167_TYPE - Probe167 TYPE - 0 - - - C_PROBE168_TYPE - Probe168 TYPE - 0 - - - C_PROBE169_TYPE - Probe169 TYPE - 0 - - - C_PROBE170_TYPE - Probe170 TYPE - 0 - - - C_PROBE171_TYPE - Probe171 TYPE - 0 - - - C_PROBE172_TYPE - Probe172 TYPE - 0 - - - C_PROBE173_TYPE - Probe173 TYPE - 0 - - - C_PROBE174_TYPE - Probe174 TYPE - 0 - - - C_PROBE175_TYPE - Probe175 TYPE - 0 - - - C_PROBE176_TYPE - Probe176 TYPE - 0 - - - C_PROBE177_TYPE - Probe177 TYPE - 0 - - - C_PROBE178_TYPE - Probe178 TYPE - 0 - - - C_PROBE179_TYPE - Probe179 TYPE - 0 - - - C_PROBE180_TYPE - Probe180 TYPE - 0 - - - C_PROBE181_TYPE - Probe181 TYPE - 0 - - - C_PROBE182_TYPE - Probe182 TYPE - 0 - - - C_PROBE183_TYPE - Probe183 TYPE - 0 - - - C_PROBE184_TYPE - Probe184 TYPE - 0 - - - C_PROBE185_TYPE - Probe185 TYPE - 0 - - - C_PROBE186_TYPE - Probe186 TYPE - 0 - - - C_PROBE187_TYPE - Probe187 TYPE - 0 - - - C_PROBE188_TYPE - Probe188 TYPE - 0 - - - C_PROBE189_TYPE - Probe189 TYPE - 0 - - - C_PROBE190_TYPE - Probe190 TYPE - 0 - - - C_PROBE191_TYPE - Probe191 TYPE - 0 - - - C_PROBE192_TYPE - Probe192 TYPE - 0 - - - C_PROBE193_TYPE - Probe193 TYPE - 0 - - - C_PROBE194_TYPE - Probe194 TYPE - 0 - - - C_PROBE195_TYPE - Probe195 TYPE - 0 - - - C_PROBE196_TYPE - Probe196 TYPE - 0 - - - C_PROBE197_TYPE - Probe197 TYPE - 0 - - - C_PROBE198_TYPE - Probe198 TYPE - 0 - - - C_PROBE199_TYPE - Probe199 TYPE - 0 - - - C_PROBE200_TYPE - Probe200 TYPE - 0 - - - C_PROBE201_TYPE - Probe201 TYPE - 0 - - - C_PROBE202_TYPE - Probe202 TYPE - 0 - - - C_PROBE203_TYPE - Probe203 TYPE - 0 - - - C_PROBE204_TYPE - Probe204 TYPE - 0 - - - C_PROBE205_TYPE - Probe205 TYPE - 0 - - - C_PROBE206_TYPE - Probe206 TYPE - 0 - - - C_PROBE207_TYPE - Probe207 TYPE - 0 - - - C_PROBE208_TYPE - Probe208 TYPE - 0 - - - C_PROBE209_TYPE - Probe209 TYPE - 0 - - - C_PROBE210_TYPE - Probe210 TYPE - 0 - - - C_PROBE211_TYPE - Probe211 TYPE - 0 - - - C_PROBE212_TYPE - Probe212 TYPE - 0 - - - C_PROBE213_TYPE - Probe213 TYPE - 0 - - - C_PROBE214_TYPE - Probe214 TYPE - 0 - - - C_PROBE215_TYPE - Probe215 TYPE - 0 - - - C_PROBE216_TYPE - Probe216 TYPE - 0 - - - C_PROBE217_TYPE - Probe217 TYPE - 0 - - - C_PROBE218_TYPE - Probe218 TYPE - 0 - - - C_PROBE219_TYPE - Probe219 TYPE - 0 - - - C_PROBE220_TYPE - Probe220 TYPE - 0 - - - C_PROBE221_TYPE - Probe221 TYPE - 0 - - - C_PROBE222_TYPE - Probe222 TYPE - 0 - - - C_PROBE223_TYPE - Probe223 TYPE - 0 - - - C_PROBE224_TYPE - Probe224 TYPE - 0 - - - C_PROBE225_TYPE - Probe225 TYPE - 0 - - - C_PROBE226_TYPE - Probe226 TYPE - 0 - - - C_PROBE227_TYPE - Probe227 TYPE - 0 - - - C_PROBE228_TYPE - Probe228 TYPE - 0 - - - C_PROBE229_TYPE - Probe229 TYPE - 0 - - - C_PROBE230_TYPE - Probe230 TYPE - 0 - - - C_PROBE231_TYPE - Probe231 TYPE - 0 - - - C_PROBE232_TYPE - Probe232 TYPE - 0 - - - C_PROBE233_TYPE - Probe233 TYPE - 0 - - - C_PROBE234_TYPE - Probe234 TYPE - 0 - - - C_PROBE235_TYPE - Probe235 TYPE - 0 - - - C_PROBE236_TYPE - Probe236 TYPE - 0 - - - C_PROBE237_TYPE - Probe237 TYPE - 0 - - - C_PROBE238_TYPE - Probe238 TYPE - 0 - - - C_PROBE239_TYPE - Probe239 TYPE - 0 - - - C_PROBE240_TYPE - Probe240 TYPE - 0 - - - C_PROBE241_TYPE - Probe241 TYPE - 0 - - - C_PROBE242_TYPE - Probe242 TYPE - 0 - - - C_PROBE243_TYPE - Probe243 TYPE - 0 - - - C_PROBE244_TYPE - Probe244 TYPE - 0 - - - C_PROBE245_TYPE - Probe245 TYPE - 0 - - - C_PROBE246_TYPE - Probe246 TYPE - 0 - - - C_PROBE247_TYPE - Probe247 TYPE - 0 - - - C_PROBE248_TYPE - Probe248 TYPE - 0 - - - C_PROBE249_TYPE - Probe249 TYPE - 0 - - - C_PROBE250_TYPE - Probe250 TYPE - 0 - - - C_PROBE251_TYPE - Probe251 TYPE - 0 - - - C_PROBE252_TYPE - Probe252 TYPE - 0 - - - C_PROBE253_TYPE - Probe253 TYPE - 0 - - - C_PROBE254_TYPE - Probe254 TYPE - 0 - - - C_PROBE255_TYPE - Probe255 TYPE - 0 - - - C_PROBE256_TYPE - Probe256 TYPE - 0 - - - C_PROBE257_TYPE - Probe257 TYPE - 0 - - - C_PROBE258_TYPE - Probe258 TYPE - 0 - - - C_PROBE259_TYPE - Probe259 TYPE - 0 - - - C_PROBE260_TYPE - Probe260 TYPE - 0 - - - C_PROBE261_TYPE - Probe261 TYPE - 0 - - - C_PROBE262_TYPE - Probe262 TYPE - 0 - - - C_PROBE263_TYPE - Probe263 TYPE - 0 - - - C_PROBE264_TYPE - Probe264 TYPE - 0 - - - C_PROBE265_TYPE - Probe265 TYPE - 0 - - - C_PROBE266_TYPE - Probe266 TYPE - 0 - - - C_PROBE267_TYPE - Probe267 TYPE - 0 - - - C_PROBE268_TYPE - Probe268 TYPE - 0 - - - C_PROBE269_TYPE - Probe269 TYPE - 0 - - - C_PROBE270_TYPE - Probe270 TYPE - 0 - - - C_PROBE271_TYPE - Probe271 TYPE - 0 - - - C_PROBE272_TYPE - Probe272 TYPE - 0 - - - C_PROBE273_TYPE - Probe273 TYPE - 0 - - - C_PROBE274_TYPE - Probe274 TYPE - 0 - - - C_PROBE275_TYPE - Probe275 TYPE - 0 - - - C_PROBE276_TYPE - Probe276 TYPE - 0 - - - C_PROBE277_TYPE - Probe277 TYPE - 0 - - - C_PROBE278_TYPE - Probe278 TYPE - 0 - - - C_PROBE279_TYPE - Probe279 TYPE - 0 - - - C_PROBE280_TYPE - Probe280 TYPE - 0 - - - C_PROBE281_TYPE - Probe281 TYPE - 0 - - - C_PROBE282_TYPE - Probe282 TYPE - 0 - - - C_PROBE283_TYPE - Probe283 TYPE - 0 - - - C_PROBE284_TYPE - Probe284 TYPE - 0 - - - C_PROBE285_TYPE - Probe285 TYPE - 0 - - - C_PROBE286_TYPE - Probe286 TYPE - 0 - - - C_PROBE287_TYPE - Probe287 TYPE - 0 - - - C_PROBE288_TYPE - Probe288 TYPE - 0 - - - C_PROBE289_TYPE - Probe289 TYPE - 0 - - - C_PROBE290_TYPE - Probe290 TYPE - 0 - - - C_PROBE291_TYPE - Probe291 TYPE - 0 - - - C_PROBE292_TYPE - Probe292 TYPE - 0 - - - C_PROBE293_TYPE - Probe293 TYPE - 0 - - - C_PROBE294_TYPE - Probe294 TYPE - 0 - - - C_PROBE295_TYPE - Probe295 TYPE - 0 - - - C_PROBE296_TYPE - Probe296 TYPE - 0 - - - C_PROBE297_TYPE - Probe297 TYPE - 0 - - - C_PROBE298_TYPE - Probe298 TYPE - 0 - - - C_PROBE299_TYPE - Probe299 TYPE - 0 - - - C_PROBE300_TYPE - Probe300 TYPE - 0 - - - C_PROBE301_TYPE - Probe301 TYPE - 0 - - - C_PROBE302_TYPE - Probe302 TYPE - 0 - - - C_PROBE303_TYPE - Probe303 TYPE - 0 - - - C_PROBE304_TYPE - Probe304 TYPE - 0 - - - C_PROBE305_TYPE - Probe305 TYPE - 0 - - - C_PROBE306_TYPE - Probe306 TYPE - 0 - - - C_PROBE307_TYPE - Probe307 TYPE - 0 - - - C_PROBE308_TYPE - Probe308 TYPE - 0 - - - C_PROBE309_TYPE - Probe309 TYPE - 0 - - - C_PROBE310_TYPE - Probe310 TYPE - 0 - - - C_PROBE311_TYPE - Probe311 TYPE - 0 - - - C_PROBE312_TYPE - Probe312 TYPE - 0 - - - C_PROBE313_TYPE - Probe313 TYPE - 0 - - - C_PROBE314_TYPE - Probe314 TYPE - 0 - - - C_PROBE315_TYPE - Probe315 TYPE - 0 - - - C_PROBE316_TYPE - Probe316 TYPE - 0 - - - C_PROBE317_TYPE - Probe317 TYPE - 0 - - - C_PROBE318_TYPE - Probe318 TYPE - 0 - - - C_PROBE319_TYPE - Probe319 TYPE - 0 - - - C_PROBE320_TYPE - Probe320 TYPE - 0 - - - C_PROBE321_TYPE - Probe321 TYPE - 0 - - - C_PROBE322_TYPE - Probe322 TYPE - 0 - - - C_PROBE323_TYPE - Probe323 TYPE - 0 - - - C_PROBE324_TYPE - Probe324 TYPE - 0 - - - C_PROBE325_TYPE - Probe325 TYPE - 0 - - - C_PROBE326_TYPE - Probe326 TYPE - 0 - - - C_PROBE327_TYPE - Probe327 TYPE - 0 - - - C_PROBE328_TYPE - Probe328 TYPE - 0 - - - C_PROBE329_TYPE - Probe329 TYPE - 0 - - - C_PROBE330_TYPE - Probe330 TYPE - 0 - - - C_PROBE331_TYPE - Probe331 TYPE - 0 - - - C_PROBE332_TYPE - Probe332 TYPE - 0 - - - C_PROBE333_TYPE - Probe333 TYPE - 0 - - - C_PROBE334_TYPE - Probe334 TYPE - 0 - - - C_PROBE335_TYPE - Probe335 TYPE - 0 - - - C_PROBE336_TYPE - Probe336 TYPE - 0 - - - C_PROBE337_TYPE - Probe337 TYPE - 0 - - - C_PROBE338_TYPE - Probe338 TYPE - 0 - - - C_PROBE339_TYPE - Probe339 TYPE - 0 - - - C_PROBE340_TYPE - Probe340 TYPE - 0 - - - C_PROBE341_TYPE - Probe341 TYPE - 0 - - - C_PROBE342_TYPE - Probe342 TYPE - 0 - - - C_PROBE343_TYPE - Probe343 TYPE - 0 - - - C_PROBE344_TYPE - Probe344 TYPE - 0 - - - C_PROBE345_TYPE - Probe345 TYPE - 0 - - - C_PROBE346_TYPE - Probe346 TYPE - 0 - - - C_PROBE347_TYPE - Probe347 TYPE - 0 - - - C_PROBE348_TYPE - Probe348 TYPE - 0 - - - C_PROBE349_TYPE - Probe349 TYPE - 0 - - - C_PROBE350_TYPE - Probe350 TYPE - 0 - - - C_PROBE351_TYPE - Probe351 TYPE - 0 - - - C_PROBE352_TYPE - Probe352 TYPE - 0 - - - C_PROBE353_TYPE - Probe353 TYPE - 0 - - - C_PROBE354_TYPE - Probe354 TYPE - 0 - - - C_PROBE355_TYPE - Probe355 TYPE - 0 - - - C_PROBE356_TYPE - Probe356 TYPE - 0 - - - C_PROBE357_TYPE - Probe357 TYPE - 0 - - - C_PROBE358_TYPE - Probe358 TYPE - 0 - - - C_PROBE359_TYPE - Probe359 TYPE - 0 - - - C_PROBE360_TYPE - Probe360 TYPE - 0 - - - C_PROBE361_TYPE - Probe361 TYPE - 0 - - - C_PROBE362_TYPE - Probe362 TYPE - 0 - - - C_PROBE363_TYPE - Probe363 TYPE - 0 - - - C_PROBE364_TYPE - Probe364 TYPE - 0 - - - C_PROBE365_TYPE - Probe365 TYPE - 0 - - - C_PROBE366_TYPE - Probe366 TYPE - 0 - - - C_PROBE367_TYPE - Probe367 TYPE - 0 - - - C_PROBE368_TYPE - Probe368 TYPE - 0 - - - C_PROBE369_TYPE - Probe369 TYPE - 0 - - - C_PROBE370_TYPE - Probe370 TYPE - 0 - - - C_PROBE371_TYPE - Probe371 TYPE - 0 - - - C_PROBE372_TYPE - Probe372 TYPE - 0 - - - C_PROBE373_TYPE - Probe373 TYPE - 0 - - - C_PROBE374_TYPE - Probe374 TYPE - 0 - - - C_PROBE375_TYPE - Probe375 TYPE - 0 - - - C_PROBE376_TYPE - Probe376 TYPE - 0 - - - C_PROBE377_TYPE - Probe377 TYPE - 0 - - - C_PROBE378_TYPE - Probe378 TYPE - 0 - - - C_PROBE379_TYPE - Probe379 TYPE - 0 - - - C_PROBE380_TYPE - Probe380 TYPE - 0 - - - C_PROBE381_TYPE - Probe381 TYPE - 0 - - - C_PROBE382_TYPE - Probe382 TYPE - 0 - - - C_PROBE383_TYPE - Probe383 TYPE - 0 - - - C_PROBE384_TYPE - Probe384 TYPE - 0 - - - C_PROBE385_TYPE - Probe385 TYPE - 0 - - - C_PROBE386_TYPE - Probe386 TYPE - 0 - - - C_PROBE387_TYPE - Probe387 TYPE - 0 - - - C_PROBE388_TYPE - Probe388 TYPE - 0 - - - C_PROBE389_TYPE - Probe389 TYPE - 0 - - - C_PROBE390_TYPE - Probe390 TYPE - 0 - - - C_PROBE391_TYPE - Probe391 TYPE - 0 - - - C_PROBE392_TYPE - Probe392 TYPE - 0 - - - C_PROBE393_TYPE - Probe393 TYPE - 0 - - - C_PROBE394_TYPE - Probe394 TYPE - 0 - - - C_PROBE395_TYPE - Probe395 TYPE - 0 - - - C_PROBE396_TYPE - Probe396 TYPE - 0 - - - C_PROBE397_TYPE - Probe397 TYPE - 0 - - - C_PROBE398_TYPE - Probe398 TYPE - 0 - - - C_PROBE399_TYPE - Probe399 TYPE - 0 - - - C_PROBE400_TYPE - Probe400 TYPE - 0 - - - C_PROBE401_TYPE - Probe401 TYPE - 0 - - - C_PROBE402_TYPE - Probe402 TYPE - 0 - - - C_PROBE403_TYPE - Probe403 TYPE - 0 - - - C_PROBE404_TYPE - Probe404 TYPE - 0 - - - C_PROBE405_TYPE - Probe405 TYPE - 0 - - - C_PROBE406_TYPE - Probe406 TYPE - 0 - - - C_PROBE407_TYPE - Probe407 TYPE - 0 - - - C_PROBE408_TYPE - Probe408 TYPE - 0 - - - C_PROBE409_TYPE - Probe409 TYPE - 0 - - - C_PROBE410_TYPE - Probe410 TYPE - 0 - - - C_PROBE411_TYPE - Probe411 TYPE - 0 - - - C_PROBE412_TYPE - Probe412 TYPE - 0 - - - C_PROBE413_TYPE - Probe413 TYPE - 0 - - - C_PROBE414_TYPE - Probe414 TYPE - 0 - - - C_PROBE415_TYPE - Probe415 TYPE - 0 - - - C_PROBE416_TYPE - Probe416 TYPE - 0 - - - C_PROBE417_TYPE - Probe417 TYPE - 0 - - - C_PROBE418_TYPE - Probe418 TYPE - 0 - - - C_PROBE419_TYPE - Probe419 TYPE - 0 - - - C_PROBE420_TYPE - Probe420 TYPE - 0 - - - C_PROBE421_TYPE - Probe421 TYPE - 0 - - - C_PROBE422_TYPE - Probe422 TYPE - 0 - - - C_PROBE423_TYPE - Probe423 TYPE - 0 - - - C_PROBE424_TYPE - Probe424 TYPE - 0 - - - C_PROBE425_TYPE - Probe425 TYPE - 0 - - - C_PROBE426_TYPE - Probe426 TYPE - 0 - - - C_PROBE427_TYPE - Probe427 TYPE - 0 - - - C_PROBE428_TYPE - Probe428 TYPE - 0 - - - C_PROBE429_TYPE - Probe429 TYPE - 0 - - - C_PROBE430_TYPE - Probe430 TYPE - 0 - - - C_PROBE431_TYPE - Probe431 TYPE - 0 - - - C_PROBE432_TYPE - Probe432 TYPE - 0 - - - C_PROBE433_TYPE - Probe433 TYPE - 0 - - - C_PROBE434_TYPE - Probe434 TYPE - 0 - - - C_PROBE435_TYPE - Probe435 TYPE - 0 - - - C_PROBE436_TYPE - Probe436 TYPE - 0 - - - C_PROBE437_TYPE - Probe437 TYPE - 0 - - - C_PROBE438_TYPE - Probe438 TYPE - 0 - - - C_PROBE439_TYPE - Probe439 TYPE - 0 - - - C_PROBE440_TYPE - Probe440 TYPE - 0 - - - C_PROBE441_TYPE - Probe441 TYPE - 0 - - - C_PROBE442_TYPE - Probe442 TYPE - 0 - - - C_PROBE443_TYPE - Probe443 TYPE - 0 - - - C_PROBE444_TYPE - Probe444 TYPE - 0 - - - C_PROBE445_TYPE - Probe445 TYPE - 0 - - - C_PROBE446_TYPE - Probe446 TYPE - 0 - - - C_PROBE447_TYPE - Probe447 TYPE - 0 - - - C_PROBE448_TYPE - Probe448 TYPE - 0 - - - C_PROBE449_TYPE - Probe449 TYPE - 0 - - - C_PROBE450_TYPE - Probe450 TYPE - 0 - - - C_PROBE451_TYPE - Probe451 TYPE - 0 - - - C_PROBE452_TYPE - Probe452 TYPE - 0 - - - C_PROBE453_TYPE - Probe453 TYPE - 0 - - - C_PROBE454_TYPE - Probe454 TYPE - 0 - - - C_PROBE455_TYPE - Probe455 TYPE - 0 - - - C_PROBE456_TYPE - Probe456 TYPE - 0 - - - C_PROBE457_TYPE - Probe457 TYPE - 0 - - - C_PROBE458_TYPE - Probe458 TYPE - 0 - - - C_PROBE459_TYPE - Probe459 TYPE - 0 - - - C_PROBE460_TYPE - Probe460 TYPE - 0 - - - C_PROBE461_TYPE - Probe461 TYPE - 0 - - - C_PROBE462_TYPE - Probe462 TYPE - 0 - - - C_PROBE463_TYPE - Probe463 TYPE - 0 - - - C_PROBE464_TYPE - Probe464 TYPE - 0 - - - C_PROBE465_TYPE - Probe465 TYPE - 0 - - - C_PROBE466_TYPE - Probe466 TYPE - 0 - - - C_PROBE467_TYPE - Probe467 TYPE - 0 - - - C_PROBE468_TYPE - Probe468 TYPE - 0 - - - C_PROBE469_TYPE - Probe469 TYPE - 0 - - - C_PROBE470_TYPE - Probe470 TYPE - 0 - - - C_PROBE471_TYPE - Probe471 TYPE - 0 - - - C_PROBE472_TYPE - Probe472 TYPE - 0 - - - C_PROBE473_TYPE - Probe473 TYPE - 0 - - - C_PROBE474_TYPE - Probe474 TYPE - 0 - - - C_PROBE475_TYPE - Probe475 TYPE - 0 - - - C_PROBE476_TYPE - Probe476 TYPE - 0 - - - C_PROBE477_TYPE - Probe477 TYPE - 0 - - - C_PROBE478_TYPE - Probe478 TYPE - 0 - - - C_PROBE479_TYPE - Probe479 TYPE - 0 - - - C_PROBE480_TYPE - Probe480 TYPE - 0 - - - C_PROBE481_TYPE - Probe481 TYPE - 0 - - - C_PROBE482_TYPE - Probe482 TYPE - 0 - - - C_PROBE483_TYPE - Probe483 TYPE - 0 - - - C_PROBE484_TYPE - Probe484 TYPE - 0 - - - C_PROBE485_TYPE - Probe485 TYPE - 0 - - - C_PROBE486_TYPE - Probe486 TYPE - 0 - - - C_PROBE487_TYPE - Probe487 TYPE - 0 - - - C_PROBE488_TYPE - Probe488 TYPE - 0 - - - C_PROBE489_TYPE - Probe489 TYPE - 0 - - - C_PROBE490_TYPE - Probe490 TYPE - 0 - - - C_PROBE491_TYPE - Probe491 TYPE - 0 - - - C_PROBE492_TYPE - Probe492 TYPE - 0 - - - C_PROBE493_TYPE - Probe493 TYPE - 0 - - - C_PROBE494_TYPE - Probe494 TYPE - 0 - - - C_PROBE495_TYPE - Probe495 TYPE - 0 - - - C_PROBE496_TYPE - Probe496 TYPE - 0 - - - C_PROBE497_TYPE - Probe497 TYPE - 0 - - - C_PROBE498_TYPE - Probe498 TYPE - 0 - - - C_PROBE499_TYPE - Probe499 TYPE - 0 - - - C_PROBE500_TYPE - Probe500 TYPE - 0 - - - C_PROBE501_TYPE - Probe501 TYPE - 0 - - - C_PROBE502_TYPE - Probe502 TYPE - 0 - - - C_PROBE503_TYPE - Probe503 TYPE - 0 - - - C_PROBE504_TYPE - Probe504 TYPE - 0 - - - C_PROBE505_TYPE - Probe505 TYPE - 0 - - - C_PROBE506_TYPE - Probe506 TYPE - 0 - - - C_PROBE507_TYPE - Probe507 TYPE - 0 - - - C_PROBE508_TYPE - Probe508 TYPE - 0 - - - C_PROBE509_TYPE - Probe509 TYPE - 0 - - - C_PROBE510_TYPE - Probe510 TYPE - 0 - - - C_PROBE511_TYPE - Probe511 TYPE - 0 - - - C_PROBE512_TYPE - Probe512 TYPE - 0 - - - C_PROBE513_TYPE - Probe513 TYPE - 0 - - - C_PROBE514_TYPE - Probe514 TYPE - 0 - - - C_PROBE515_TYPE - Probe515 TYPE - 0 - - - C_PROBE516_TYPE - Probe516 TYPE - 0 - - - C_PROBE517_TYPE - Probe517 TYPE - 0 - - - C_PROBE518_TYPE - Probe518 TYPE - 0 - - - C_PROBE519_TYPE - Probe519 TYPE - 0 - - - C_PROBE520_TYPE - Probe520 TYPE - 0 - - - C_PROBE521_TYPE - Probe521 TYPE - 0 - - - C_PROBE522_TYPE - Probe522 TYPE - 0 - - - C_PROBE523_TYPE - Probe523 TYPE - 0 - - - C_PROBE524_TYPE - Probe524 TYPE - 0 - - - C_PROBE525_TYPE - Probe525 TYPE - 0 - - - C_PROBE526_TYPE - Probe526 TYPE - 0 - - - C_PROBE527_TYPE - Probe527 TYPE - 0 - - - C_PROBE528_TYPE - Probe528 TYPE - 0 - - - C_PROBE529_TYPE - Probe529 TYPE - 0 - - - C_PROBE530_TYPE - Probe530 TYPE - 0 - - - C_PROBE531_TYPE - Probe531 TYPE - 0 - - - C_PROBE532_TYPE - Probe532 TYPE - 0 - - - C_PROBE533_TYPE - Probe533 TYPE - 0 - - - C_PROBE534_TYPE - Probe534 TYPE - 0 - - - C_PROBE535_TYPE - Probe535 TYPE - 0 - - - C_PROBE536_TYPE - Probe536 TYPE - 0 - - - C_PROBE537_TYPE - Probe537 TYPE - 0 - - - C_PROBE538_TYPE - Probe538 TYPE - 0 - - - C_PROBE539_TYPE - Probe539 TYPE - 0 - - - C_PROBE540_TYPE - Probe540 TYPE - 0 - - - C_PROBE541_TYPE - Probe541 TYPE - 0 - - - C_PROBE542_TYPE - Probe542 TYPE - 0 - - - C_PROBE543_TYPE - Probe543 TYPE - 0 - - - C_PROBE544_TYPE - Probe544 TYPE - 0 - - - C_PROBE545_TYPE - Probe545 TYPE - 0 - - - C_PROBE546_TYPE - Probe546 TYPE - 0 - - - C_PROBE547_TYPE - Probe547 TYPE - 0 - - - C_PROBE548_TYPE - Probe548 TYPE - 0 - - - C_PROBE549_TYPE - Probe549 TYPE - 0 - - - C_PROBE550_TYPE - Probe550 TYPE - 0 - - - C_PROBE551_TYPE - Probe551 TYPE - 0 - - - C_PROBE552_TYPE - Probe552 TYPE - 0 - - - C_PROBE553_TYPE - Probe553 TYPE - 0 - - - C_PROBE554_TYPE - Probe554 TYPE - 0 - - - C_PROBE555_TYPE - Probe555 TYPE - 0 - - - C_PROBE556_TYPE - Probe556 TYPE - 0 - - - C_PROBE557_TYPE - Probe557 TYPE - 0 - - - C_PROBE558_TYPE - Probe558 TYPE - 0 - - - C_PROBE559_TYPE - Probe559 TYPE - 0 - - - C_PROBE560_TYPE - Probe560 TYPE - 0 - - - C_PROBE561_TYPE - Probe561 TYPE - 0 - - - C_PROBE562_TYPE - Probe562 TYPE - 0 - - - C_PROBE563_TYPE - Probe563 TYPE - 0 - - - C_PROBE564_TYPE - Probe564 TYPE - 0 - - - C_PROBE565_TYPE - Probe565 TYPE - 0 - - - C_PROBE566_TYPE - Probe566 TYPE - 0 - - - C_PROBE567_TYPE - Probe567 TYPE - 0 - - - C_PROBE568_TYPE - Probe568 TYPE - 0 - - - C_PROBE569_TYPE - Probe569 TYPE - 0 - - - C_PROBE570_TYPE - Probe570 TYPE - 0 - - - C_PROBE571_TYPE - Probe571 TYPE - 0 - - - C_PROBE572_TYPE - Probe572 TYPE - 0 - - - C_PROBE573_TYPE - Probe573 TYPE - 0 - - - C_PROBE574_TYPE - Probe574 TYPE - 0 - - - C_PROBE575_TYPE - Probe575 TYPE - 0 - - - C_PROBE576_TYPE - Probe576 TYPE - 0 - - - C_PROBE577_TYPE - Probe577 TYPE - 0 - - - C_PROBE578_TYPE - Probe578 TYPE - 0 - - - C_PROBE579_TYPE - Probe579 TYPE - 0 - - - C_PROBE580_TYPE - Probe580 TYPE - 0 - - - C_PROBE581_TYPE - Probe581 TYPE - 0 - - - C_PROBE582_TYPE - Probe582 TYPE - 0 - - - C_PROBE583_TYPE - Probe583 TYPE - 0 - - - C_PROBE584_TYPE - Probe584 TYPE - 0 - - - C_PROBE585_TYPE - Probe585 TYPE - 0 - - - C_PROBE586_TYPE - Probe586 TYPE - 0 - - - C_PROBE587_TYPE - Probe587 TYPE - 0 - - - C_PROBE588_TYPE - Probe588 TYPE - 0 - - - C_PROBE589_TYPE - Probe589 TYPE - 0 - - - C_PROBE590_TYPE - Probe590 TYPE - 0 - - - C_PROBE591_TYPE - Probe591 TYPE - 0 - - - C_PROBE592_TYPE - Probe592 TYPE - 0 - - - C_PROBE593_TYPE - Probe593 TYPE - 0 - - - C_PROBE594_TYPE - Probe594 TYPE - 0 - - - C_PROBE595_TYPE - Probe595 TYPE - 0 - - - C_PROBE596_TYPE - Probe596 TYPE - 0 - - - C_PROBE597_TYPE - Probe597 TYPE - 0 - - - C_PROBE598_TYPE - Probe598 TYPE - 0 - - - C_PROBE599_TYPE - Probe599 TYPE - 0 - - - C_PROBE600_TYPE - Probe600 TYPE - 0 - - - C_PROBE601_TYPE - Probe601 TYPE - 0 - - - C_PROBE602_TYPE - Probe602 TYPE - 0 - - - C_PROBE603_TYPE - Probe603 TYPE - 0 - - - C_PROBE604_TYPE - Probe604 TYPE - 0 - - - C_PROBE605_TYPE - Probe605 TYPE - 0 - - - C_PROBE606_TYPE - Probe606 TYPE - 0 - - - C_PROBE607_TYPE - Probe607 TYPE - 0 - - - C_PROBE608_TYPE - Probe608 TYPE - 0 - - - C_PROBE609_TYPE - Probe609 TYPE - 0 - - - C_PROBE610_TYPE - Probe610 TYPE - 0 - - - C_PROBE611_TYPE - Probe611 TYPE - 0 - - - C_PROBE612_TYPE - Probe612 TYPE - 0 - - - C_PROBE613_TYPE - Probe613 TYPE - 0 - - - C_PROBE614_TYPE - Probe614 TYPE - 0 - - - C_PROBE615_TYPE - Probe615 TYPE - 0 - - - C_PROBE616_TYPE - Probe616 TYPE - 0 - - - C_PROBE617_TYPE - Probe617 TYPE - 0 - - - C_PROBE618_TYPE - Probe618 TYPE - 0 - - - C_PROBE619_TYPE - Probe619 TYPE - 0 - - - C_PROBE620_TYPE - Probe620 TYPE - 0 - - - C_PROBE621_TYPE - Probe621 TYPE - 0 - - - C_PROBE622_TYPE - Probe622 TYPE - 0 - - - C_PROBE623_TYPE - Probe623 TYPE - 0 - - - C_PROBE624_TYPE - Probe624 TYPE - 0 - - - C_PROBE625_TYPE - Probe625 TYPE - 0 - - - C_PROBE626_TYPE - Probe626 TYPE - 0 - - - C_PROBE627_TYPE - Probe627 TYPE - 0 - - - C_PROBE628_TYPE - Probe628 TYPE - 0 - - - C_PROBE629_TYPE - Probe629 TYPE - 0 - - - C_PROBE630_TYPE - Probe630 TYPE - 0 - - - C_PROBE631_TYPE - Probe631 TYPE - 0 - - - C_PROBE632_TYPE - Probe632 TYPE - 0 - - - C_PROBE633_TYPE - Probe633 TYPE - 0 - - - C_PROBE634_TYPE - Probe634 TYPE - 0 - - - C_PROBE635_TYPE - Probe635 TYPE - 0 - - - C_PROBE636_TYPE - Probe636 TYPE - 0 - - - C_PROBE637_TYPE - Probe637 TYPE - 0 - - - C_PROBE638_TYPE - Probe638 TYPE - 0 - - - C_PROBE639_TYPE - Probe639 TYPE - 0 - - - C_PROBE640_TYPE - Probe640 TYPE - 0 - - - C_PROBE641_TYPE - Probe641 TYPE - 0 - - - C_PROBE642_TYPE - Probe642 TYPE - 0 - - - C_PROBE643_TYPE - Probe643 TYPE - 0 - - - C_PROBE644_TYPE - Probe644 TYPE - 0 - - - C_PROBE645_TYPE - Probe645 TYPE - 0 - - - C_PROBE646_TYPE - Probe646 TYPE - 0 - - - C_PROBE647_TYPE - Probe647 TYPE - 0 - - - C_PROBE648_TYPE - Probe648 TYPE - 0 - - - C_PROBE649_TYPE - Probe649 TYPE - 0 - - - C_PROBE650_TYPE - Probe650 TYPE - 0 - - - C_PROBE651_TYPE - Probe651 TYPE - 0 - - - C_PROBE652_TYPE - Probe652 TYPE - 0 - - - C_PROBE653_TYPE - Probe653 TYPE - 0 - - - C_PROBE654_TYPE - Probe654 TYPE - 0 - - - C_PROBE655_TYPE - Probe655 TYPE - 0 - - - C_PROBE656_TYPE - Probe656 TYPE - 0 - - - C_PROBE657_TYPE - Probe657 TYPE - 0 - - - C_PROBE658_TYPE - Probe658 TYPE - 0 - - - C_PROBE659_TYPE - Probe659 TYPE - 0 - - - C_PROBE660_TYPE - Probe660 TYPE - 0 - - - C_PROBE661_TYPE - Probe661 TYPE - 0 - - - C_PROBE662_TYPE - Probe662 TYPE - 0 - - - C_PROBE663_TYPE - Probe663 TYPE - 0 - - - C_PROBE664_TYPE - Probe664 TYPE - 0 - - - C_PROBE665_TYPE - Probe665 TYPE - 0 - - - C_PROBE666_TYPE - Probe666 TYPE - 0 - - - C_PROBE667_TYPE - Probe667 TYPE - 0 - - - C_PROBE668_TYPE - Probe668 TYPE - 0 - - - C_PROBE669_TYPE - Probe669 TYPE - 0 - - - C_PROBE670_TYPE - Probe670 TYPE - 0 - - - C_PROBE671_TYPE - Probe671 TYPE - 0 - - - C_PROBE672_TYPE - Probe672 TYPE - 0 - - - C_PROBE673_TYPE - Probe673 TYPE - 0 - - - C_PROBE674_TYPE - Probe674 TYPE - 0 - - - C_PROBE675_TYPE - Probe675 TYPE - 0 - - - C_PROBE676_TYPE - Probe676 TYPE - 0 - - - C_PROBE677_TYPE - Probe677 TYPE - 0 - - - C_PROBE678_TYPE - Probe678 TYPE - 0 - - - C_PROBE679_TYPE - Probe679 TYPE - 0 - - - C_PROBE680_TYPE - Probe680 TYPE - 0 - - - C_PROBE681_TYPE - Probe681 TYPE - 0 - - - C_PROBE682_TYPE - Probe682 TYPE - 0 - - - C_PROBE683_TYPE - Probe683 TYPE - 0 - - - C_PROBE684_TYPE - Probe684 TYPE - 0 - - - C_PROBE685_TYPE - Probe685 TYPE - 0 - - - C_PROBE686_TYPE - Probe686 TYPE - 0 - - - C_PROBE687_TYPE - Probe687 TYPE - 0 - - - C_PROBE688_TYPE - Probe688 TYPE - 0 - - - C_PROBE689_TYPE - Probe689 TYPE - 0 - - - C_PROBE690_TYPE - Probe690 TYPE - 0 - - - C_PROBE691_TYPE - Probe691 TYPE - 0 - - - C_PROBE692_TYPE - Probe692 TYPE - 0 - - - C_PROBE693_TYPE - Probe693 TYPE - 0 - - - C_PROBE694_TYPE - Probe694 TYPE - 0 - - - C_PROBE695_TYPE - Probe695 TYPE - 0 - - - C_PROBE696_TYPE - Probe696 TYPE - 0 - - - C_PROBE697_TYPE - Probe697 TYPE - 0 - - - C_PROBE698_TYPE - Probe698 TYPE - 0 - - - C_PROBE699_TYPE - Probe699 TYPE - 0 - - - C_PROBE700_TYPE - Probe700 TYPE - 0 - - - C_PROBE701_TYPE - Probe701 TYPE - 0 - - - C_PROBE702_TYPE - Probe702 TYPE - 0 - - - C_PROBE703_TYPE - Probe703 TYPE - 0 - - - C_PROBE704_TYPE - Probe704 TYPE - 0 - - - C_PROBE705_TYPE - Probe705 TYPE - 0 - - - C_PROBE706_TYPE - Probe706 TYPE - 0 - - - C_PROBE707_TYPE - Probe707 TYPE - 0 - - - C_PROBE708_TYPE - Probe708 TYPE - 0 - - - C_PROBE709_TYPE - Probe709 TYPE - 0 - - - C_PROBE710_TYPE - Probe710 TYPE - 0 - - - C_PROBE711_TYPE - Probe711 TYPE - 0 - - - C_PROBE712_TYPE - Probe712 TYPE - 0 - - - C_PROBE713_TYPE - Probe713 TYPE - 0 - - - C_PROBE714_TYPE - Probe714 TYPE - 0 - - - C_PROBE715_TYPE - Probe715 TYPE - 0 - - - C_PROBE716_TYPE - Probe716 TYPE - 0 - - - C_PROBE717_TYPE - Probe717 TYPE - 0 - - - C_PROBE718_TYPE - Probe718 TYPE - 0 - - - C_PROBE719_TYPE - Probe719 TYPE - 0 - - - C_PROBE720_TYPE - Probe720 TYPE - 0 - - - C_PROBE721_TYPE - Probe721 TYPE - 0 - - - C_PROBE722_TYPE - Probe722 TYPE - 0 - - - C_PROBE723_TYPE - Probe723 TYPE - 0 - - - C_PROBE724_TYPE - Probe724 TYPE - 0 - - - C_PROBE725_TYPE - Probe725 TYPE - 0 - - - C_PROBE726_TYPE - Probe726 TYPE - 0 - - - C_PROBE727_TYPE - Probe727 TYPE - 0 - - - C_PROBE728_TYPE - Probe728 TYPE - 0 - - - C_PROBE729_TYPE - Probe729 TYPE - 0 - - - C_PROBE730_TYPE - Probe730 TYPE - 0 - - - C_PROBE731_TYPE - Probe731 TYPE - 0 - - - C_PROBE732_TYPE - Probe732 TYPE - 0 - - - C_PROBE733_TYPE - Probe733 TYPE - 0 - - - C_PROBE734_TYPE - Probe734 TYPE - 0 - - - C_PROBE735_TYPE - Probe735 TYPE - 0 - - - C_PROBE736_TYPE - Probe736 TYPE - 0 - - - C_PROBE737_TYPE - Probe737 TYPE - 0 - - - C_PROBE738_TYPE - Probe738 TYPE - 0 - - - C_PROBE739_TYPE - Probe739 TYPE - 0 - - - C_PROBE740_TYPE - Probe740 TYPE - 0 - - - C_PROBE741_TYPE - Probe741 TYPE - 0 - - - C_PROBE742_TYPE - Probe742 TYPE - 0 - - - C_PROBE743_TYPE - Probe743 TYPE - 0 - - - C_PROBE744_TYPE - Probe744 TYPE - 0 - - - C_PROBE745_TYPE - Probe745 TYPE - 0 - - - C_PROBE746_TYPE - Probe746 TYPE - 0 - - - C_PROBE747_TYPE - Probe747 TYPE - 0 - - - C_PROBE748_TYPE - Probe748 TYPE - 0 - - - C_PROBE749_TYPE - Probe749 TYPE - 0 - - - C_PROBE750_TYPE - Probe750 TYPE - 0 - - - C_PROBE751_TYPE - Probe751 TYPE - 0 - - - C_PROBE752_TYPE - Probe752 TYPE - 0 - - - C_PROBE753_TYPE - Probe753 TYPE - 0 - - - C_PROBE754_TYPE - Probe754 TYPE - 0 - - - C_PROBE755_TYPE - Probe755 TYPE - 0 - - - C_PROBE756_TYPE - Probe756 TYPE - 0 - - - C_PROBE757_TYPE - Probe757 TYPE - 0 - - - C_PROBE758_TYPE - Probe758 TYPE - 0 - - - C_PROBE759_TYPE - Probe759 TYPE - 0 - - - C_PROBE760_TYPE - Probe760 TYPE - 0 - - - C_PROBE761_TYPE - Probe761 TYPE - 0 - - - C_PROBE762_TYPE - Probe762 TYPE - 0 - - - C_PROBE763_TYPE - Probe763 TYPE - 0 - - - C_PROBE764_TYPE - Probe764 TYPE - 0 - - - C_PROBE765_TYPE - Probe765 TYPE - 0 - - - C_PROBE766_TYPE - Probe766 TYPE - 0 - - - C_PROBE767_TYPE - Probe767 TYPE - 0 - - - C_PROBE768_TYPE - Probe768 TYPE - 0 - - - C_PROBE769_TYPE - Probe769 TYPE - 0 - - - C_PROBE770_TYPE - Probe770 TYPE - 0 - - - C_PROBE771_TYPE - Probe771 TYPE - 0 - - - C_PROBE772_TYPE - Probe772 TYPE - 0 - - - C_PROBE773_TYPE - Probe773 TYPE - 0 - - - C_PROBE774_TYPE - Probe774 TYPE - 0 - - - C_PROBE775_TYPE - Probe775 TYPE - 0 - - - C_PROBE776_TYPE - Probe776 TYPE - 0 - - - C_PROBE777_TYPE - Probe777 TYPE - 0 - - - C_PROBE778_TYPE - Probe778 TYPE - 0 - - - C_PROBE779_TYPE - Probe779 TYPE - 0 - - - C_PROBE780_TYPE - Probe780 TYPE - 0 - - - C_PROBE781_TYPE - Probe781 TYPE - 0 - - - C_PROBE782_TYPE - Probe782 TYPE - 0 - - - C_PROBE783_TYPE - Probe783 TYPE - 0 - - - C_PROBE784_TYPE - Probe784 TYPE - 0 - - - C_PROBE785_TYPE - Probe785 TYPE - 0 - - - C_PROBE786_TYPE - Probe786 TYPE - 0 - - - C_PROBE787_TYPE - Probe787 TYPE - 0 - - - C_PROBE788_TYPE - Probe788 TYPE - 0 - - - C_PROBE789_TYPE - Probe789 TYPE - 0 - - - C_PROBE790_TYPE - Probe790 TYPE - 0 - - - C_PROBE791_TYPE - Probe791 TYPE - 0 - - - C_PROBE792_TYPE - Probe792 TYPE - 0 - - - C_PROBE793_TYPE - Probe793 TYPE - 0 - - - C_PROBE794_TYPE - Probe794 TYPE - 0 - - - C_PROBE795_TYPE - Probe795 TYPE - 0 - - - C_PROBE796_TYPE - Probe796 TYPE - 0 - - - C_PROBE797_TYPE - Probe797 TYPE - 0 - - - C_PROBE798_TYPE - Probe798 TYPE - 0 - - - C_PROBE799_TYPE - Probe799 TYPE - 0 - - - C_PROBE800_TYPE - Probe800 TYPE - 0 - - - C_PROBE801_TYPE - Probe801 TYPE - 0 - - - C_PROBE802_TYPE - Probe802 TYPE - 0 - - - C_PROBE803_TYPE - Probe803 TYPE - 0 - - - C_PROBE804_TYPE - Probe804 TYPE - 0 - - - C_PROBE805_TYPE - Probe805 TYPE - 0 - - - C_PROBE806_TYPE - Probe806 TYPE - 0 - - - C_PROBE807_TYPE - Probe807 TYPE - 0 - - - C_PROBE808_TYPE - Probe808 TYPE - 0 - - - C_PROBE809_TYPE - Probe809 TYPE - 0 - - - C_PROBE810_TYPE - Probe810 TYPE - 0 - - - C_PROBE811_TYPE - Probe811 TYPE - 0 - - - C_PROBE812_TYPE - Probe812 TYPE - 0 - - - C_PROBE813_TYPE - Probe813 TYPE - 0 - - - C_PROBE814_TYPE - Probe814 TYPE - 0 - - - C_PROBE815_TYPE - Probe815 TYPE - 0 - - - C_PROBE816_TYPE - Probe816 TYPE - 0 - - - C_PROBE817_TYPE - Probe817 TYPE - 0 - - - C_PROBE818_TYPE - Probe818 TYPE - 0 - - - C_PROBE819_TYPE - Probe819 TYPE - 0 - - - C_PROBE820_TYPE - Probe820 TYPE - 0 - - - C_PROBE821_TYPE - Probe821 TYPE - 0 - - - C_PROBE822_TYPE - Probe822 TYPE - 0 - - - C_PROBE823_TYPE - Probe823 TYPE - 0 - - - C_PROBE824_TYPE - Probe824 TYPE - 0 - - - C_PROBE825_TYPE - Probe825 TYPE - 0 - - - C_PROBE826_TYPE - Probe826 TYPE - 0 - - - C_PROBE827_TYPE - Probe827 TYPE - 0 - - - C_PROBE828_TYPE - Probe828 TYPE - 0 - - - C_PROBE829_TYPE - Probe829 TYPE - 0 - - - C_PROBE830_TYPE - Probe830 TYPE - 0 - - - C_PROBE831_TYPE - Probe831 TYPE - 0 - - - C_PROBE832_TYPE - Probe832 TYPE - 0 - - - C_PROBE833_TYPE - Probe833 TYPE - 0 - - - C_PROBE834_TYPE - Probe834 TYPE - 0 - - - C_PROBE835_TYPE - Probe835 TYPE - 0 - - - C_PROBE836_TYPE - Probe836 TYPE - 0 - - - C_PROBE837_TYPE - Probe837 TYPE - 0 - - - C_PROBE838_TYPE - Probe838 TYPE - 0 - - - C_PROBE839_TYPE - Probe839 TYPE - 0 - - - C_PROBE840_TYPE - Probe840 TYPE - 0 - - - C_PROBE841_TYPE - Probe841 TYPE - 0 - - - C_PROBE842_TYPE - Probe842 TYPE - 0 - - - C_PROBE843_TYPE - Probe843 TYPE - 0 - - - C_PROBE844_TYPE - Probe844 TYPE - 0 - - - C_PROBE845_TYPE - Probe845 TYPE - 0 - - - C_PROBE846_TYPE - Probe846 TYPE - 0 - - - C_PROBE847_TYPE - Probe847 TYPE - 0 - - - C_PROBE848_TYPE - Probe848 TYPE - 0 - - - C_PROBE849_TYPE - Probe849 TYPE - 0 - - - C_PROBE850_TYPE - Probe850 TYPE - 0 - - - C_PROBE851_TYPE - Probe851 TYPE - 0 - - - C_PROBE852_TYPE - Probe852 TYPE - 0 - - - C_PROBE853_TYPE - Probe853 TYPE - 0 - - - C_PROBE854_TYPE - Probe854 TYPE - 0 - - - C_PROBE855_TYPE - Probe855 TYPE - 0 - - - C_PROBE856_TYPE - Probe856 TYPE - 0 - - - C_PROBE857_TYPE - Probe857 TYPE - 0 - - - C_PROBE858_TYPE - Probe858 TYPE - 0 - - - C_PROBE859_TYPE - Probe859 TYPE - 0 - - - C_PROBE860_TYPE - Probe860 TYPE - 0 - - - C_PROBE861_TYPE - Probe861 TYPE - 0 - - - C_PROBE862_TYPE - Probe862 TYPE - 0 - - - C_PROBE863_TYPE - Probe863 TYPE - 0 - - - C_PROBE864_TYPE - Probe864 TYPE - 0 - - - C_PROBE865_TYPE - Probe865 TYPE - 0 - - - C_PROBE866_TYPE - Probe866 TYPE - 0 - - - C_PROBE867_TYPE - Probe867 TYPE - 0 - - - C_PROBE868_TYPE - Probe868 TYPE - 0 - - - C_PROBE869_TYPE - Probe869 TYPE - 0 - - - C_PROBE870_TYPE - Probe870 TYPE - 0 - - - C_PROBE871_TYPE - Probe871 TYPE - 0 - - - C_PROBE872_TYPE - Probe872 TYPE - 0 - - - C_PROBE873_TYPE - Probe873 TYPE - 0 - - - C_PROBE874_TYPE - Probe874 TYPE - 0 - - - C_PROBE875_TYPE - Probe875 TYPE - 0 - - - C_PROBE876_TYPE - Probe876 TYPE - 0 - - - C_PROBE877_TYPE - Probe877 TYPE - 0 - - - C_PROBE878_TYPE - Probe878 TYPE - 0 - - - C_PROBE879_TYPE - Probe879 TYPE - 0 - - - C_PROBE880_TYPE - Probe880 TYPE - 0 - - - C_PROBE881_TYPE - Probe881 TYPE - 0 - - - C_PROBE882_TYPE - Probe882 TYPE - 0 - - - C_PROBE883_TYPE - Probe883 TYPE - 0 - - - C_PROBE884_TYPE - Probe884 TYPE - 0 - - - C_PROBE885_TYPE - Probe885 TYPE - 0 - - - C_PROBE886_TYPE - Probe886 TYPE - 0 - - - C_PROBE887_TYPE - Probe887 TYPE - 0 - - - C_PROBE888_TYPE - Probe888 TYPE - 0 - - - C_PROBE889_TYPE - Probe889 TYPE - 0 - - - C_PROBE890_TYPE - Probe890 TYPE - 0 - - - C_PROBE891_TYPE - Probe891 TYPE - 0 - - - C_PROBE892_TYPE - Probe892 TYPE - 0 - - - C_PROBE893_TYPE - Probe893 TYPE - 0 - - - C_PROBE894_TYPE - Probe894 TYPE - 0 - - - C_PROBE895_TYPE - Probe895 TYPE - 0 - - - C_PROBE896_TYPE - Probe896 TYPE - 0 - - - C_PROBE897_TYPE - Probe897 TYPE - 0 - - - C_PROBE898_TYPE - Probe898 TYPE - 0 - - - C_PROBE899_TYPE - Probe899 TYPE - 0 - - - C_PROBE900_TYPE - Probe900 TYPE - 0 - - - C_PROBE901_TYPE - Probe901 TYPE - 0 - - - C_PROBE902_TYPE - Probe902 TYPE - 0 - - - C_PROBE903_TYPE - Probe903 TYPE - 0 - - - C_PROBE904_TYPE - Probe904 TYPE - 0 - - - C_PROBE905_TYPE - Probe905 TYPE - 0 - - - C_PROBE906_TYPE - Probe906 TYPE - 0 - - - C_PROBE907_TYPE - Probe907 TYPE - 0 - - - C_PROBE908_TYPE - Probe908 TYPE - 0 - - - C_PROBE909_TYPE - Probe909 TYPE - 0 - - - C_PROBE910_TYPE - Probe910 TYPE - 0 - - - C_PROBE911_TYPE - Probe911 TYPE - 0 - - - C_PROBE912_TYPE - Probe912 TYPE - 0 - - - C_PROBE913_TYPE - Probe913 TYPE - 0 - - - C_PROBE914_TYPE - Probe914 TYPE - 0 - - - C_PROBE915_TYPE - Probe915 TYPE - 0 - - - C_PROBE916_TYPE - Probe916 TYPE - 0 - - - C_PROBE917_TYPE - Probe917 TYPE - 0 - - - C_PROBE918_TYPE - Probe918 TYPE - 0 - - - C_PROBE919_TYPE - Probe919 TYPE - 0 - - - C_PROBE920_TYPE - Probe920 TYPE - 0 - - - C_PROBE921_TYPE - Probe921 TYPE - 0 - - - C_PROBE922_TYPE - Probe922 TYPE - 0 - - - C_PROBE923_TYPE - Probe923 TYPE - 0 - - - C_PROBE924_TYPE - Probe924 TYPE - 0 - - - C_PROBE925_TYPE - Probe925 TYPE - 0 - - - C_PROBE926_TYPE - Probe926 TYPE - 0 - - - C_PROBE927_TYPE - Probe927 TYPE - 0 - - - C_PROBE928_TYPE - Probe928 TYPE - 0 - - - C_PROBE929_TYPE - Probe929 TYPE - 0 - - - C_PROBE930_TYPE - Probe930 TYPE - 0 - - - C_PROBE931_TYPE - Probe931 TYPE - 0 - - - C_PROBE932_TYPE - Probe932 TYPE - 0 - - - C_PROBE933_TYPE - Probe933 TYPE - 0 - - - C_PROBE934_TYPE - Probe934 TYPE - 0 - - - C_PROBE935_TYPE - Probe935 TYPE - 0 - - - C_PROBE936_TYPE - Probe936 TYPE - 0 - - - C_PROBE937_TYPE - Probe937 TYPE - 0 - - - C_PROBE938_TYPE - Probe938 TYPE - 0 - - - C_PROBE939_TYPE - Probe939 TYPE - 0 - - - C_PROBE940_TYPE - Probe940 TYPE - 0 - - - C_PROBE941_TYPE - Probe941 TYPE - 0 - - - C_PROBE942_TYPE - Probe942 TYPE - 0 - - - C_PROBE943_TYPE - Probe943 TYPE - 0 - - - C_PROBE944_TYPE - Probe944 TYPE - 0 - - - C_PROBE945_TYPE - Probe945 TYPE - 0 - - - C_PROBE946_TYPE - Probe946 TYPE - 0 - - - C_PROBE947_TYPE - Probe947 TYPE - 0 - - - C_PROBE948_TYPE - Probe948 TYPE - 0 - - - C_PROBE949_TYPE - Probe949 TYPE - 0 - - - C_PROBE950_TYPE - Probe950 TYPE - 0 - - - C_PROBE951_TYPE - Probe951 TYPE - 0 - - - C_PROBE952_TYPE - Probe952 TYPE - 0 - - - C_PROBE953_TYPE - Probe953 TYPE - 0 - - - C_PROBE954_TYPE - Probe954 TYPE - 0 - - - C_PROBE955_TYPE - Probe955 TYPE - 0 - - - C_PROBE956_TYPE - Probe956 TYPE - 0 - - - C_PROBE957_TYPE - Probe957 TYPE - 0 - - - C_PROBE958_TYPE - Probe958 TYPE - 0 - - - C_PROBE959_TYPE - Probe959 TYPE - 0 - - - C_PROBE960_TYPE - Probe960 TYPE - 0 - - - C_PROBE961_TYPE - Probe961 TYPE - 0 - - - C_PROBE962_TYPE - Probe962 TYPE - 0 - - - C_PROBE963_TYPE - Probe963 TYPE - 0 - - - C_PROBE964_TYPE - Probe964 TYPE - 0 - - - C_PROBE965_TYPE - Probe965 TYPE - 0 - - - C_PROBE966_TYPE - Probe966 TYPE - 0 - - - C_PROBE967_TYPE - Probe967 TYPE - 0 - - - C_PROBE968_TYPE - Probe968 TYPE - 0 - - - C_PROBE969_TYPE - Probe969 TYPE - 0 - - - C_PROBE970_TYPE - Probe970 TYPE - 0 - - - C_PROBE971_TYPE - Probe971 TYPE - 0 - - - C_PROBE972_TYPE - Probe972 TYPE - 0 - - - C_PROBE973_TYPE - Probe973 TYPE - 0 - - - C_PROBE974_TYPE - Probe974 TYPE - 0 - - - C_PROBE975_TYPE - Probe975 TYPE - 0 - - - C_PROBE976_TYPE - Probe976 TYPE - 0 - - - C_PROBE977_TYPE - Probe977 TYPE - 0 - - - C_PROBE978_TYPE - Probe978 TYPE - 0 - - - C_PROBE979_TYPE - Probe979 TYPE - 0 - - - C_PROBE980_TYPE - Probe980 TYPE - 0 - - - C_PROBE981_TYPE - Probe981 TYPE - 0 - - - C_PROBE982_TYPE - Probe982 TYPE - 0 - - - C_PROBE983_TYPE - Probe983 TYPE - 0 - - - C_PROBE984_TYPE - Probe984 TYPE - 0 - - - C_PROBE985_TYPE - Probe985 TYPE - 0 - - - C_PROBE986_TYPE - Probe986 TYPE - 0 - - - C_PROBE987_TYPE - Probe987 TYPE - 0 - - - C_PROBE988_TYPE - Probe988 TYPE - 0 - - - C_PROBE989_TYPE - Probe989 TYPE - 0 - - - C_PROBE990_TYPE - Probe990 TYPE - 0 - - - C_PROBE991_TYPE - Probe991 TYPE - 0 - - - C_PROBE992_TYPE - Probe992 TYPE - 0 - - - C_PROBE993_TYPE - Probe993 TYPE - 0 - - - C_PROBE994_TYPE - Probe994 TYPE - 0 - - - C_PROBE995_TYPE - Probe995 TYPE - 0 - - - C_PROBE996_TYPE - Probe996 TYPE - 0 - - - C_PROBE997_TYPE - Probe997 TYPE - 0 - - - C_PROBE998_TYPE - Probe998 TYPE - 0 - - - C_PROBE999_TYPE - Probe999 TYPE - 0 - - - C_PROBE1000_TYPE - Probe1000 TYPE - 0 - - - C_PROBE1001_TYPE - Probe1001 TYPE - 0 - - - C_PROBE1002_TYPE - Probe1002 TYPE - 0 - - - C_PROBE1003_TYPE - Probe1003 TYPE - 0 - - - C_PROBE1004_TYPE - Probe1004 TYPE - 0 - - - C_PROBE1005_TYPE - Probe1005 TYPE - 0 - - - C_PROBE1006_TYPE - Probe1006 TYPE - 0 - - - C_PROBE1007_TYPE - Probe1007 TYPE - 0 - - - C_PROBE1008_TYPE - Probe1008 TYPE - 0 - - - C_PROBE1009_TYPE - Probe1009 TYPE - 0 - - - C_PROBE1010_TYPE - Probe1010 TYPE - 0 - - - C_PROBE1011_TYPE - Probe1011 TYPE - 0 - - - C_PROBE1012_TYPE - Probe1012 TYPE - 0 - - - C_PROBE1013_TYPE - Probe1013 TYPE - 0 - - - C_PROBE1014_TYPE - Probe1014 TYPE - 0 - - - C_PROBE1015_TYPE - Probe1015 TYPE - 0 - - - C_PROBE1016_TYPE - Probe1016 TYPE - 0 - - - C_PROBE1017_TYPE - Probe1017 TYPE - 0 - - - C_PROBE1018_TYPE - Probe1018 TYPE - 0 - - - C_PROBE1019_TYPE - Probe1019 TYPE - 0 - - - C_PROBE1020_TYPE - Probe1020 TYPE - 0 - - - C_PROBE1021_TYPE - Probe1021 TYPE - 0 - - - C_PROBE1022_TYPE - Probe1022 TYPE - 0 - - - C_PROBE1023_TYPE - Probe1023 TYPE - 0 - - - C_PROBE0_MU_CNT - C Probe0 Mu Cnt - 1 - - - C_PROBE1_MU_CNT - C Probe1 Mu Cnt - 1 - - - C_PROBE2_MU_CNT - C Probe2 Mu Cnt - 1 - - - C_PROBE3_MU_CNT - C Probe3 Mu Cnt - 1 - - - C_PROBE4_MU_CNT - C Probe4 Mu Cnt - 1 - - - C_PROBE5_MU_CNT - C Probe5 Mu Cnt - 1 - - - C_PROBE6_MU_CNT - C Probe6 Mu Cnt - 1 - - - C_PROBE7_MU_CNT - C Probe7 Mu Cnt - 1 - - - C_PROBE8_MU_CNT - C Probe8 Mu Cnt - 1 - - - C_PROBE9_MU_CNT - C Probe9 Mu Cnt - 1 - - - C_PROBE10_MU_CNT - C Probe10 Mu Cnt - 1 - - - C_PROBE11_MU_CNT - C Probe11 Mu Cnt - 1 - - - C_PROBE12_MU_CNT - C Probe12 Mu Cnt - 1 - - - C_PROBE13_MU_CNT - C Probe13 Mu Cnt - 1 - - - C_PROBE14_MU_CNT - C Probe14 Mu Cnt - 1 - - - C_PROBE15_MU_CNT - C Probe15 Mu Cnt - 1 - - - C_PROBE16_MU_CNT - C Probe16 Mu Cnt - 1 - - - C_PROBE17_MU_CNT - C Probe17 Mu Cnt - 1 - - - C_PROBE18_MU_CNT - C Probe18 Mu Cnt - 1 - - - C_PROBE19_MU_CNT - C Probe19 Mu Cnt - 1 - - - C_PROBE20_MU_CNT - C Probe20 Mu Cnt - 1 - - - C_PROBE21_MU_CNT - C Probe21 Mu Cnt - 1 - - - C_PROBE22_MU_CNT - C Probe22 Mu Cnt - 1 - - - C_PROBE23_MU_CNT - C Probe23 Mu Cnt - 1 - - - C_PROBE24_MU_CNT - C Probe24 Mu Cnt - 1 - - - C_PROBE25_MU_CNT - C Probe25 Mu Cnt - 1 - - - C_PROBE26_MU_CNT - C Probe26 Mu Cnt - 1 - - - C_PROBE27_MU_CNT - C Probe27 Mu Cnt - 1 - - - C_PROBE28_MU_CNT - C Probe28 Mu Cnt - 1 - - - C_PROBE29_MU_CNT - C Probe29 Mu Cnt - 1 - - - C_PROBE30_MU_CNT - C Probe30 Mu Cnt - 1 - - - C_PROBE31_MU_CNT - C Probe31 Mu Cnt - 1 - - - C_PROBE32_MU_CNT - C Probe32 Mu Cnt - 1 - - - C_PROBE33_MU_CNT - C Probe33 Mu Cnt - 1 - - - C_PROBE34_MU_CNT - C Probe34 Mu Cnt - 1 - - - C_PROBE35_MU_CNT - C Probe35 Mu Cnt - 1 - - - C_PROBE36_MU_CNT - C Probe36 Mu Cnt - 1 - - - C_PROBE37_MU_CNT - C Probe37 Mu Cnt - 1 - - - C_PROBE38_MU_CNT - C Probe38 Mu Cnt - 1 - - - C_PROBE39_MU_CNT - C Probe39 Mu Cnt - 1 - - - C_PROBE40_MU_CNT - C Probe40 Mu Cnt - 1 - - - C_PROBE41_MU_CNT - C Probe41 Mu Cnt - 1 - - - C_PROBE42_MU_CNT - C Probe42 Mu Cnt - 1 - - - C_PROBE43_MU_CNT - C Probe43 Mu Cnt - 1 - - - C_PROBE44_MU_CNT - C Probe44 Mu Cnt - 1 - - - C_PROBE45_MU_CNT - C Probe45 Mu Cnt - 1 - - - C_PROBE46_MU_CNT - C Probe46 Mu Cnt - 1 - - - C_PROBE47_MU_CNT - C Probe47 Mu Cnt - 1 - - - C_PROBE48_MU_CNT - C Probe48 Mu Cnt - 1 - - - C_PROBE49_MU_CNT - C Probe49 Mu Cnt - 1 - - - C_PROBE50_MU_CNT - C Probe50 Mu Cnt - 1 - - - C_PROBE51_MU_CNT - C Probe51 Mu Cnt - 1 - - - C_PROBE52_MU_CNT - C Probe52 Mu Cnt - 1 - - - C_PROBE53_MU_CNT - C Probe53 Mu Cnt - 1 - - - C_PROBE54_MU_CNT - C Probe54 Mu Cnt - 1 - - - C_PROBE55_MU_CNT - C Probe55 Mu Cnt - 1 - - - C_PROBE56_MU_CNT - C Probe56 Mu Cnt - 1 - - - C_PROBE57_MU_CNT - C Probe57 Mu Cnt - 1 - - - C_PROBE58_MU_CNT - C Probe58 Mu Cnt - 1 - - - C_PROBE59_MU_CNT - C Probe59 Mu Cnt - 1 - - - C_PROBE60_MU_CNT - C Probe60 Mu Cnt - 1 - - - C_PROBE61_MU_CNT - C Probe61 Mu Cnt - 1 - - - C_PROBE62_MU_CNT - C Probe62 Mu Cnt - 1 - - - C_PROBE63_MU_CNT - C Probe63 Mu Cnt - 1 - - - C_PROBE64_MU_CNT - C Probe64 Mu Cnt - 1 - - - C_PROBE65_MU_CNT - C Probe65 Mu Cnt - 1 - - - C_PROBE66_MU_CNT - C Probe66 Mu Cnt - 1 - - - C_PROBE67_MU_CNT - C Probe67 Mu Cnt - 1 - - - C_PROBE68_MU_CNT - C Probe68 Mu Cnt - 1 - - - C_PROBE69_MU_CNT - C Probe69 Mu Cnt - 1 - - - C_PROBE70_MU_CNT - C Probe70 Mu Cnt - 1 - - - C_PROBE71_MU_CNT - C Probe71 Mu Cnt - 1 - - - C_PROBE72_MU_CNT - C Probe72 Mu Cnt - 1 - - - C_PROBE73_MU_CNT - C Probe73 Mu Cnt - 1 - - - C_PROBE74_MU_CNT - C Probe74 Mu Cnt - 1 - - - C_PROBE75_MU_CNT - C Probe75 Mu Cnt - 1 - - - C_PROBE76_MU_CNT - C Probe76 Mu Cnt - 1 - - - C_PROBE77_MU_CNT - C Probe77 Mu Cnt - 1 - - - C_PROBE78_MU_CNT - C Probe78 Mu Cnt - 1 - - - C_PROBE79_MU_CNT - C Probe79 Mu Cnt - 1 - - - C_PROBE80_MU_CNT - C Probe80 Mu Cnt - 1 - - - C_PROBE81_MU_CNT - C Probe81 Mu Cnt - 1 - - - C_PROBE82_MU_CNT - C Probe82 Mu Cnt - 1 - - - C_PROBE83_MU_CNT - C Probe83 Mu Cnt - 1 - - - C_PROBE84_MU_CNT - C Probe84 Mu Cnt - 1 - - - C_PROBE85_MU_CNT - C Probe85 Mu Cnt - 1 - - - C_PROBE86_MU_CNT - C Probe86 Mu Cnt - 1 - - - C_PROBE87_MU_CNT - C Probe87 Mu Cnt - 1 - - - C_PROBE88_MU_CNT - C Probe88 Mu Cnt - 1 - - - C_PROBE89_MU_CNT - C Probe89 Mu Cnt - 1 - - - C_PROBE90_MU_CNT - C Probe90 Mu Cnt - 1 - - - C_PROBE91_MU_CNT - C Probe91 Mu Cnt - 1 - - - C_PROBE92_MU_CNT - C Probe92 Mu Cnt - 1 - - - C_PROBE93_MU_CNT - C Probe93 Mu Cnt - 1 - - - C_PROBE94_MU_CNT - C Probe94 Mu Cnt - 1 - - - C_PROBE95_MU_CNT - C Probe95 Mu Cnt - 1 - - - C_PROBE96_MU_CNT - C Probe96 Mu Cnt - 1 - - - C_PROBE97_MU_CNT - C Probe97 Mu Cnt - 1 - - - C_PROBE98_MU_CNT - C Probe98 Mu Cnt - 1 - - - C_PROBE99_MU_CNT - C Probe99 Mu Cnt - 1 - - - C_PROBE100_MU_CNT - C Probe100 Mu Cnt - 1 - - - C_PROBE101_MU_CNT - C Probe101 Mu Cnt - 1 - - - C_PROBE102_MU_CNT - C Probe102 Mu Cnt - 1 - - - C_PROBE103_MU_CNT - C Probe103 Mu Cnt - 1 - - - C_PROBE104_MU_CNT - C Probe104 Mu Cnt - 1 - - - C_PROBE105_MU_CNT - C Probe105 Mu Cnt - 1 - - - C_PROBE106_MU_CNT - C Probe106 Mu Cnt - 1 - - - C_PROBE107_MU_CNT - C Probe107 Mu Cnt - 1 - - - C_PROBE108_MU_CNT - C Probe108 Mu Cnt - 1 - - - C_PROBE109_MU_CNT - C Probe109 Mu Cnt - 1 - - - C_PROBE110_MU_CNT - C Probe110 Mu Cnt - 1 - - - C_PROBE111_MU_CNT - C Probe111 Mu Cnt - 1 - - - C_PROBE112_MU_CNT - C Probe112 Mu Cnt - 1 - - - C_PROBE113_MU_CNT - C Probe113 Mu Cnt - 1 - - - C_PROBE114_MU_CNT - C Probe114 Mu Cnt - 1 - - - C_PROBE115_MU_CNT - C Probe115 Mu Cnt - 1 - - - C_PROBE116_MU_CNT - C Probe116 Mu Cnt - 1 - - - C_PROBE117_MU_CNT - C Probe117 Mu Cnt - 1 - - - C_PROBE118_MU_CNT - C Probe118 Mu Cnt - 1 - - - C_PROBE119_MU_CNT - C Probe119 Mu Cnt - 1 - - - C_PROBE120_MU_CNT - C Probe120 Mu Cnt - 1 - - - C_PROBE121_MU_CNT - C Probe121 Mu Cnt - 1 - - - C_PROBE122_MU_CNT - C Probe122 Mu Cnt - 1 - - - C_PROBE123_MU_CNT - C Probe123 Mu Cnt - 1 - - - C_PROBE124_MU_CNT - C Probe124 Mu Cnt - 1 - - - C_PROBE125_MU_CNT - C Probe125 Mu Cnt - 1 - - - C_PROBE126_MU_CNT - C Probe126 Mu Cnt - 1 - - - C_PROBE127_MU_CNT - C Probe127 Mu Cnt - 1 - - - C_PROBE128_MU_CNT - C Probe128 Mu Cnt - 1 - - - C_PROBE129_MU_CNT - C Probe129 Mu Cnt - 1 - - - C_PROBE130_MU_CNT - C Probe130 Mu Cnt - 1 - - - C_PROBE131_MU_CNT - C Probe131 Mu Cnt - 1 - - - C_PROBE132_MU_CNT - C Probe132 Mu Cnt - 1 - - - C_PROBE133_MU_CNT - C Probe133 Mu Cnt - 1 - - - C_PROBE134_MU_CNT - C Probe134 Mu Cnt - 1 - - - C_PROBE135_MU_CNT - C Probe135 Mu Cnt - 1 - - - C_PROBE136_MU_CNT - C Probe136 Mu Cnt - 1 - - - C_PROBE137_MU_CNT - C Probe137 Mu Cnt - 1 - - - C_PROBE138_MU_CNT - C Probe138 Mu Cnt - 1 - - - C_PROBE139_MU_CNT - C Probe139 Mu Cnt - 1 - - - C_PROBE140_MU_CNT - C Probe140 Mu Cnt - 1 - - - C_PROBE141_MU_CNT - C Probe141 Mu Cnt - 1 - - - C_PROBE142_MU_CNT - C Probe142 Mu Cnt - 1 - - - C_PROBE143_MU_CNT - C Probe143 Mu Cnt - 1 - - - C_PROBE144_MU_CNT - C Probe144 Mu Cnt - 1 - - - C_PROBE145_MU_CNT - C Probe145 Mu Cnt - 1 - - - C_PROBE146_MU_CNT - C Probe146 Mu Cnt - 1 - - - C_PROBE147_MU_CNT - C Probe147 Mu Cnt - 1 - - - C_PROBE148_MU_CNT - C Probe148 Mu Cnt - 1 - - - C_PROBE149_MU_CNT - C Probe149 Mu Cnt - 1 - - - C_PROBE150_MU_CNT - C Probe150 Mu Cnt - 1 - - - C_PROBE151_MU_CNT - C Probe151 Mu Cnt - 1 - - - C_PROBE152_MU_CNT - C Probe152 Mu Cnt - 1 - - - C_PROBE153_MU_CNT - C Probe153 Mu Cnt - 1 - - - C_PROBE154_MU_CNT - C Probe154 Mu Cnt - 1 - - - C_PROBE155_MU_CNT - C Probe155 Mu Cnt - 1 - - - C_PROBE156_MU_CNT - C Probe156 Mu Cnt - 1 - - - C_PROBE157_MU_CNT - C Probe157 Mu Cnt - 1 - - - C_PROBE158_MU_CNT - C Probe158 Mu Cnt - 1 - - - C_PROBE159_MU_CNT - C Probe159 Mu Cnt - 1 - - - C_PROBE160_MU_CNT - C Probe160 Mu Cnt - 1 - - - C_PROBE161_MU_CNT - C Probe161 Mu Cnt - 1 - - - C_PROBE162_MU_CNT - C Probe162 Mu Cnt - 1 - - - C_PROBE163_MU_CNT - C Probe163 Mu Cnt - 1 - - - C_PROBE164_MU_CNT - C Probe164 Mu Cnt - 1 - - - C_PROBE165_MU_CNT - C Probe165 Mu Cnt - 1 - - - C_PROBE166_MU_CNT - C Probe166 Mu Cnt - 1 - - - C_PROBE167_MU_CNT - C Probe167 Mu Cnt - 1 - - - C_PROBE168_MU_CNT - C Probe168 Mu Cnt - 1 - - - C_PROBE169_MU_CNT - C Probe169 Mu Cnt - 1 - - - C_PROBE170_MU_CNT - C Probe170 Mu Cnt - 1 - - - C_PROBE171_MU_CNT - C Probe171 Mu Cnt - 1 - - - C_PROBE172_MU_CNT - C Probe172 Mu Cnt - 1 - - - C_PROBE173_MU_CNT - C Probe173 Mu Cnt - 1 - - - C_PROBE174_MU_CNT - C Probe174 Mu Cnt - 1 - - - C_PROBE175_MU_CNT - C Probe175 Mu Cnt - 1 - - - C_PROBE176_MU_CNT - C Probe176 Mu Cnt - 1 - - - C_PROBE177_MU_CNT - C Probe177 Mu Cnt - 1 - - - C_PROBE178_MU_CNT - C Probe178 Mu Cnt - 1 - - - C_PROBE179_MU_CNT - C Probe179 Mu Cnt - 1 - - - C_PROBE180_MU_CNT - C Probe180 Mu Cnt - 1 - - - C_PROBE181_MU_CNT - C Probe181 Mu Cnt - 1 - - - C_PROBE182_MU_CNT - C Probe182 Mu Cnt - 1 - - - C_PROBE183_MU_CNT - C Probe183 Mu Cnt - 1 - - - C_PROBE184_MU_CNT - C Probe184 Mu Cnt - 1 - - - C_PROBE185_MU_CNT - C Probe185 Mu Cnt - 1 - - - C_PROBE186_MU_CNT - C Probe186 Mu Cnt - 1 - - - C_PROBE187_MU_CNT - C Probe187 Mu Cnt - 1 - - - C_PROBE188_MU_CNT - C Probe188 Mu Cnt - 1 - - - C_PROBE189_MU_CNT - C Probe189 Mu Cnt - 1 - - - C_PROBE190_MU_CNT - C Probe190 Mu Cnt - 1 - - - C_PROBE191_MU_CNT - C Probe191 Mu Cnt - 1 - - - C_PROBE192_MU_CNT - C Probe192 Mu Cnt - 1 - - - C_PROBE193_MU_CNT - C Probe193 Mu Cnt - 1 - - - C_PROBE194_MU_CNT - C Probe194 Mu Cnt - 1 - - - C_PROBE195_MU_CNT - C Probe195 Mu Cnt - 1 - - - C_PROBE196_MU_CNT - C Probe196 Mu Cnt - 1 - - - C_PROBE197_MU_CNT - C Probe197 Mu Cnt - 1 - - - C_PROBE198_MU_CNT - C Probe198 Mu Cnt - 1 - - - C_PROBE199_MU_CNT - C Probe199 Mu Cnt - 1 - - - C_PROBE200_MU_CNT - C Probe200 Mu Cnt - 1 - - - C_PROBE201_MU_CNT - C Probe201 Mu Cnt - 1 - - - C_PROBE202_MU_CNT - C Probe202 Mu Cnt - 1 - - - C_PROBE203_MU_CNT - C Probe203 Mu Cnt - 1 - - - C_PROBE204_MU_CNT - C Probe204 Mu Cnt - 1 - - - C_PROBE205_MU_CNT - C Probe205 Mu Cnt - 1 - - - C_PROBE206_MU_CNT - C Probe206 Mu Cnt - 1 - - - C_PROBE207_MU_CNT - C Probe207 Mu Cnt - 1 - - - C_PROBE208_MU_CNT - C Probe208 Mu Cnt - 1 - - - C_PROBE209_MU_CNT - C Probe209 Mu Cnt - 1 - - - C_PROBE210_MU_CNT - C Probe210 Mu Cnt - 1 - - - C_PROBE211_MU_CNT - C Probe211 Mu Cnt - 1 - - - C_PROBE212_MU_CNT - C Probe212 Mu Cnt - 1 - - - C_PROBE213_MU_CNT - C Probe213 Mu Cnt - 1 - - - C_PROBE214_MU_CNT - C Probe214 Mu Cnt - 1 - - - C_PROBE215_MU_CNT - C Probe215 Mu Cnt - 1 - - - C_PROBE216_MU_CNT - C Probe216 Mu Cnt - 1 - - - C_PROBE217_MU_CNT - C Probe217 Mu Cnt - 1 - - - C_PROBE218_MU_CNT - C Probe218 Mu Cnt - 1 - - - C_PROBE219_MU_CNT - C Probe219 Mu Cnt - 1 - - - C_PROBE220_MU_CNT - C Probe220 Mu Cnt - 1 - - - C_PROBE221_MU_CNT - C Probe221 Mu Cnt - 1 - - - C_PROBE222_MU_CNT - C Probe222 Mu Cnt - 1 - - - C_PROBE223_MU_CNT - C Probe223 Mu Cnt - 1 - - - C_PROBE224_MU_CNT - C Probe224 Mu Cnt - 1 - - - C_PROBE225_MU_CNT - C Probe225 Mu Cnt - 1 - - - C_PROBE226_MU_CNT - C Probe226 Mu Cnt - 1 - - - C_PROBE227_MU_CNT - C Probe227 Mu Cnt - 1 - - - C_PROBE228_MU_CNT - C Probe228 Mu Cnt - 1 - - - C_PROBE229_MU_CNT - C Probe229 Mu Cnt - 1 - - - C_PROBE230_MU_CNT - C Probe230 Mu Cnt - 1 - - - C_PROBE231_MU_CNT - C Probe231 Mu Cnt - 1 - - - C_PROBE232_MU_CNT - C Probe232 Mu Cnt - 1 - - - C_PROBE233_MU_CNT - C Probe233 Mu Cnt - 1 - - - C_PROBE234_MU_CNT - C Probe234 Mu Cnt - 1 - - - C_PROBE235_MU_CNT - C Probe235 Mu Cnt - 1 - - - C_PROBE236_MU_CNT - C Probe236 Mu Cnt - 1 - - - C_PROBE237_MU_CNT - C Probe237 Mu Cnt - 1 - - - C_PROBE238_MU_CNT - C Probe238 Mu Cnt - 1 - - - C_PROBE239_MU_CNT - C Probe239 Mu Cnt - 1 - - - C_PROBE240_MU_CNT - C Probe240 Mu Cnt - 1 - - - C_PROBE241_MU_CNT - C Probe241 Mu Cnt - 1 - - - C_PROBE242_MU_CNT - C Probe242 Mu Cnt - 1 - - - C_PROBE243_MU_CNT - C Probe243 Mu Cnt - 1 - - - C_PROBE244_MU_CNT - C Probe244 Mu Cnt - 1 - - - C_PROBE245_MU_CNT - C Probe245 Mu Cnt - 1 - - - C_PROBE246_MU_CNT - C Probe246 Mu Cnt - 1 - - - C_PROBE247_MU_CNT - C Probe247 Mu Cnt - 1 - - - C_PROBE248_MU_CNT - C Probe248 Mu Cnt - 1 - - - C_PROBE249_MU_CNT - C Probe249 Mu Cnt - 1 - - - C_PROBE250_MU_CNT - C Probe250 Mu Cnt - 1 - - - C_PROBE251_MU_CNT - C Probe251 Mu Cnt - 1 - - - C_PROBE252_MU_CNT - C Probe252 Mu Cnt - 1 - - - C_PROBE253_MU_CNT - C Probe253 Mu Cnt - 1 - - - C_PROBE254_MU_CNT - C Probe254 Mu Cnt - 1 - - - C_PROBE255_MU_CNT - C Probe255 Mu Cnt - 1 - - - C_PROBE256_MU_CNT - C Probe256 Mu Cnt - 1 - - - C_PROBE257_MU_CNT - C Probe257 Mu Cnt - 1 - - - C_PROBE258_MU_CNT - C Probe258 Mu Cnt - 1 - - - C_PROBE259_MU_CNT - C Probe259 Mu Cnt - 1 - - - C_PROBE260_MU_CNT - C Probe260 Mu Cnt - 1 - - - C_PROBE261_MU_CNT - C Probe261 Mu Cnt - 1 - - - C_PROBE262_MU_CNT - C Probe262 Mu Cnt - 1 - - - C_PROBE263_MU_CNT - C Probe263 Mu Cnt - 1 - - - C_PROBE264_MU_CNT - C Probe264 Mu Cnt - 1 - - - C_PROBE265_MU_CNT - C Probe265 Mu Cnt - 1 - - - C_PROBE266_MU_CNT - C Probe266 Mu Cnt - 1 - - - C_PROBE267_MU_CNT - C Probe267 Mu Cnt - 1 - - - C_PROBE268_MU_CNT - C Probe268 Mu Cnt - 1 - - - C_PROBE269_MU_CNT - C Probe269 Mu Cnt - 1 - - - C_PROBE270_MU_CNT - C Probe270 Mu Cnt - 1 - - - C_PROBE271_MU_CNT - C Probe271 Mu Cnt - 1 - - - C_PROBE272_MU_CNT - C Probe272 Mu Cnt - 1 - - - C_PROBE273_MU_CNT - C Probe273 Mu Cnt - 1 - - - C_PROBE274_MU_CNT - C Probe274 Mu Cnt - 1 - - - C_PROBE275_MU_CNT - C Probe275 Mu Cnt - 1 - - - C_PROBE276_MU_CNT - C Probe276 Mu Cnt - 1 - - - C_PROBE277_MU_CNT - C Probe277 Mu Cnt - 1 - - - C_PROBE278_MU_CNT - C Probe278 Mu Cnt - 1 - - - C_PROBE279_MU_CNT - C Probe279 Mu Cnt - 1 - - - C_PROBE280_MU_CNT - C Probe280 Mu Cnt - 1 - - - C_PROBE281_MU_CNT - C Probe281 Mu Cnt - 1 - - - C_PROBE282_MU_CNT - C Probe282 Mu Cnt - 1 - - - C_PROBE283_MU_CNT - C Probe283 Mu Cnt - 1 - - - C_PROBE284_MU_CNT - C Probe284 Mu Cnt - 1 - - - C_PROBE285_MU_CNT - C Probe285 Mu Cnt - 1 - - - C_PROBE286_MU_CNT - C Probe286 Mu Cnt - 1 - - - C_PROBE287_MU_CNT - C Probe287 Mu Cnt - 1 - - - C_PROBE288_MU_CNT - C Probe288 Mu Cnt - 1 - - - C_PROBE289_MU_CNT - C Probe289 Mu Cnt - 1 - - - C_PROBE290_MU_CNT - C Probe290 Mu Cnt - 1 - - - C_PROBE291_MU_CNT - C Probe291 Mu Cnt - 1 - - - C_PROBE292_MU_CNT - C Probe292 Mu Cnt - 1 - - - C_PROBE293_MU_CNT - C Probe293 Mu Cnt - 1 - - - C_PROBE294_MU_CNT - C Probe294 Mu Cnt - 1 - - - C_PROBE295_MU_CNT - C Probe295 Mu Cnt - 1 - - - C_PROBE296_MU_CNT - C Probe296 Mu Cnt - 1 - - - C_PROBE297_MU_CNT - C Probe297 Mu Cnt - 1 - - - C_PROBE298_MU_CNT - C Probe298 Mu Cnt - 1 - - - C_PROBE299_MU_CNT - C Probe299 Mu Cnt - 1 - - - C_PROBE300_MU_CNT - C Probe300 Mu Cnt - 1 - - - C_PROBE301_MU_CNT - C Probe301 Mu Cnt - 1 - - - C_PROBE302_MU_CNT - C Probe302 Mu Cnt - 1 - - - C_PROBE303_MU_CNT - C Probe303 Mu Cnt - 1 - - - C_PROBE304_MU_CNT - C Probe304 Mu Cnt - 1 - - - C_PROBE305_MU_CNT - C Probe305 Mu Cnt - 1 - - - C_PROBE306_MU_CNT - C Probe306 Mu Cnt - 1 - - - C_PROBE307_MU_CNT - C Probe307 Mu Cnt - 1 - - - C_PROBE308_MU_CNT - C Probe308 Mu Cnt - 1 - - - C_PROBE309_MU_CNT - C Probe309 Mu Cnt - 1 - - - C_PROBE310_MU_CNT - C Probe310 Mu Cnt - 1 - - - C_PROBE311_MU_CNT - C Probe311 Mu Cnt - 1 - - - C_PROBE312_MU_CNT - C Probe312 Mu Cnt - 1 - - - C_PROBE313_MU_CNT - C Probe313 Mu Cnt - 1 - - - C_PROBE314_MU_CNT - C Probe314 Mu Cnt - 1 - - - C_PROBE315_MU_CNT - C Probe315 Mu Cnt - 1 - - - C_PROBE316_MU_CNT - C Probe316 Mu Cnt - 1 - - - C_PROBE317_MU_CNT - C Probe317 Mu Cnt - 1 - - - C_PROBE318_MU_CNT - C Probe318 Mu Cnt - 1 - - - C_PROBE319_MU_CNT - C Probe319 Mu Cnt - 1 - - - C_PROBE320_MU_CNT - C Probe320 Mu Cnt - 1 - - - C_PROBE321_MU_CNT - C Probe321 Mu Cnt - 1 - - - C_PROBE322_MU_CNT - C Probe322 Mu Cnt - 1 - - - C_PROBE323_MU_CNT - C Probe323 Mu Cnt - 1 - - - C_PROBE324_MU_CNT - C Probe324 Mu Cnt - 1 - - - C_PROBE325_MU_CNT - C Probe325 Mu Cnt - 1 - - - C_PROBE326_MU_CNT - C Probe326 Mu Cnt - 1 - - - C_PROBE327_MU_CNT - C Probe327 Mu Cnt - 1 - - - C_PROBE328_MU_CNT - C Probe328 Mu Cnt - 1 - - - C_PROBE329_MU_CNT - C Probe329 Mu Cnt - 1 - - - C_PROBE330_MU_CNT - C Probe330 Mu Cnt - 1 - - - C_PROBE331_MU_CNT - C Probe331 Mu Cnt - 1 - - - C_PROBE332_MU_CNT - C Probe332 Mu Cnt - 1 - - - C_PROBE333_MU_CNT - C Probe333 Mu Cnt - 1 - - - C_PROBE334_MU_CNT - C Probe334 Mu Cnt - 1 - - - C_PROBE335_MU_CNT - C Probe335 Mu Cnt - 1 - - - C_PROBE336_MU_CNT - C Probe336 Mu Cnt - 1 - - - C_PROBE337_MU_CNT - C Probe337 Mu Cnt - 1 - - - C_PROBE338_MU_CNT - C Probe338 Mu Cnt - 1 - - - C_PROBE339_MU_CNT - C Probe339 Mu Cnt - 1 - - - C_PROBE340_MU_CNT - C Probe340 Mu Cnt - 1 - - - C_PROBE341_MU_CNT - C Probe341 Mu Cnt - 1 - - - C_PROBE342_MU_CNT - C Probe342 Mu Cnt - 1 - - - C_PROBE343_MU_CNT - C Probe343 Mu Cnt - 1 - - - C_PROBE344_MU_CNT - C Probe344 Mu Cnt - 1 - - - C_PROBE345_MU_CNT - C Probe345 Mu Cnt - 1 - - - C_PROBE346_MU_CNT - C Probe346 Mu Cnt - 1 - - - C_PROBE347_MU_CNT - C Probe347 Mu Cnt - 1 - - - C_PROBE348_MU_CNT - C Probe348 Mu Cnt - 1 - - - C_PROBE349_MU_CNT - C Probe349 Mu Cnt - 1 - - - C_PROBE350_MU_CNT - C Probe350 Mu Cnt - 1 - - - C_PROBE351_MU_CNT - C Probe351 Mu Cnt - 1 - - - C_PROBE352_MU_CNT - C Probe352 Mu Cnt - 1 - - - C_PROBE353_MU_CNT - C Probe353 Mu Cnt - 1 - - - C_PROBE354_MU_CNT - C Probe354 Mu Cnt - 1 - - - C_PROBE355_MU_CNT - C Probe355 Mu Cnt - 1 - - - C_PROBE356_MU_CNT - C Probe356 Mu Cnt - 1 - - - C_PROBE357_MU_CNT - C Probe357 Mu Cnt - 1 - - - C_PROBE358_MU_CNT - C Probe358 Mu Cnt - 1 - - - C_PROBE359_MU_CNT - C Probe359 Mu Cnt - 1 - - - C_PROBE360_MU_CNT - C Probe360 Mu Cnt - 1 - - - C_PROBE361_MU_CNT - C Probe361 Mu Cnt - 1 - - - C_PROBE362_MU_CNT - C Probe362 Mu Cnt - 1 - - - C_PROBE363_MU_CNT - C Probe363 Mu Cnt - 1 - - - C_PROBE364_MU_CNT - C Probe364 Mu Cnt - 1 - - - C_PROBE365_MU_CNT - C Probe365 Mu Cnt - 1 - - - C_PROBE366_MU_CNT - C Probe366 Mu Cnt - 1 - - - C_PROBE367_MU_CNT - C Probe367 Mu Cnt - 1 - - - C_PROBE368_MU_CNT - C Probe368 Mu Cnt - 1 - - - C_PROBE369_MU_CNT - C Probe369 Mu Cnt - 1 - - - C_PROBE370_MU_CNT - C Probe370 Mu Cnt - 1 - - - C_PROBE371_MU_CNT - C Probe371 Mu Cnt - 1 - - - C_PROBE372_MU_CNT - C Probe372 Mu Cnt - 1 - - - C_PROBE373_MU_CNT - C Probe373 Mu Cnt - 1 - - - C_PROBE374_MU_CNT - C Probe374 Mu Cnt - 1 - - - C_PROBE375_MU_CNT - C Probe375 Mu Cnt - 1 - - - C_PROBE376_MU_CNT - C Probe376 Mu Cnt - 1 - - - C_PROBE377_MU_CNT - C Probe377 Mu Cnt - 1 - - - C_PROBE378_MU_CNT - C Probe378 Mu Cnt - 1 - - - C_PROBE379_MU_CNT - C Probe379 Mu Cnt - 1 - - - C_PROBE380_MU_CNT - C Probe380 Mu Cnt - 1 - - - C_PROBE381_MU_CNT - C Probe381 Mu Cnt - 1 - - - C_PROBE382_MU_CNT - C Probe382 Mu Cnt - 1 - - - C_PROBE383_MU_CNT - C Probe383 Mu Cnt - 1 - - - C_PROBE384_MU_CNT - C Probe384 Mu Cnt - 1 - - - C_PROBE385_MU_CNT - C Probe385 Mu Cnt - 1 - - - C_PROBE386_MU_CNT - C Probe386 Mu Cnt - 1 - - - C_PROBE387_MU_CNT - C Probe387 Mu Cnt - 1 - - - C_PROBE388_MU_CNT - C Probe388 Mu Cnt - 1 - - - C_PROBE389_MU_CNT - C Probe389 Mu Cnt - 1 - - - C_PROBE390_MU_CNT - C Probe390 Mu Cnt - 1 - - - C_PROBE391_MU_CNT - C Probe391 Mu Cnt - 1 - - - C_PROBE392_MU_CNT - C Probe392 Mu Cnt - 1 - - - C_PROBE393_MU_CNT - C Probe393 Mu Cnt - 1 - - - C_PROBE394_MU_CNT - C Probe394 Mu Cnt - 1 - - - C_PROBE395_MU_CNT - C Probe395 Mu Cnt - 1 - - - C_PROBE396_MU_CNT - C Probe396 Mu Cnt - 1 - - - C_PROBE397_MU_CNT - C Probe397 Mu Cnt - 1 - - - C_PROBE398_MU_CNT - C Probe398 Mu Cnt - 1 - - - C_PROBE399_MU_CNT - C Probe399 Mu Cnt - 1 - - - C_PROBE400_MU_CNT - C Probe400 Mu Cnt - 1 - - - C_PROBE401_MU_CNT - C Probe401 Mu Cnt - 1 - - - C_PROBE402_MU_CNT - C Probe402 Mu Cnt - 1 - - - C_PROBE403_MU_CNT - C Probe403 Mu Cnt - 1 - - - C_PROBE404_MU_CNT - C Probe404 Mu Cnt - 1 - - - C_PROBE405_MU_CNT - C Probe405 Mu Cnt - 1 - - - C_PROBE406_MU_CNT - C Probe406 Mu Cnt - 1 - - - C_PROBE407_MU_CNT - C Probe407 Mu Cnt - 1 - - - C_PROBE408_MU_CNT - C Probe408 Mu Cnt - 1 - - - C_PROBE409_MU_CNT - C Probe409 Mu Cnt - 1 - - - C_PROBE410_MU_CNT - C Probe410 Mu Cnt - 1 - - - C_PROBE411_MU_CNT - C Probe411 Mu Cnt - 1 - - - C_PROBE412_MU_CNT - C Probe412 Mu Cnt - 1 - - - C_PROBE413_MU_CNT - C Probe413 Mu Cnt - 1 - - - C_PROBE414_MU_CNT - C Probe414 Mu Cnt - 1 - - - C_PROBE415_MU_CNT - C Probe415 Mu Cnt - 1 - - - C_PROBE416_MU_CNT - C Probe416 Mu Cnt - 1 - - - C_PROBE417_MU_CNT - C Probe417 Mu Cnt - 1 - - - C_PROBE418_MU_CNT - C Probe418 Mu Cnt - 1 - - - C_PROBE419_MU_CNT - C Probe419 Mu Cnt - 1 - - - C_PROBE420_MU_CNT - C Probe420 Mu Cnt - 1 - - - C_PROBE421_MU_CNT - C Probe421 Mu Cnt - 1 - - - C_PROBE422_MU_CNT - C Probe422 Mu Cnt - 1 - - - C_PROBE423_MU_CNT - C Probe423 Mu Cnt - 1 - - - C_PROBE424_MU_CNT - C Probe424 Mu Cnt - 1 - - - C_PROBE425_MU_CNT - C Probe425 Mu Cnt - 1 - - - C_PROBE426_MU_CNT - C Probe426 Mu Cnt - 1 - - - C_PROBE427_MU_CNT - C Probe427 Mu Cnt - 1 - - - C_PROBE428_MU_CNT - C Probe428 Mu Cnt - 1 - - - C_PROBE429_MU_CNT - C Probe429 Mu Cnt - 1 - - - C_PROBE430_MU_CNT - C Probe430 Mu Cnt - 1 - - - C_PROBE431_MU_CNT - C Probe431 Mu Cnt - 1 - - - C_PROBE432_MU_CNT - C Probe432 Mu Cnt - 1 - - - C_PROBE433_MU_CNT - C Probe433 Mu Cnt - 1 - - - C_PROBE434_MU_CNT - C Probe434 Mu Cnt - 1 - - - C_PROBE435_MU_CNT - C Probe435 Mu Cnt - 1 - - - C_PROBE436_MU_CNT - C Probe436 Mu Cnt - 1 - - - C_PROBE437_MU_CNT - C Probe437 Mu Cnt - 1 - - - C_PROBE438_MU_CNT - C Probe438 Mu Cnt - 1 - - - C_PROBE439_MU_CNT - C Probe439 Mu Cnt - 1 - - - C_PROBE440_MU_CNT - C Probe440 Mu Cnt - 1 - - - C_PROBE441_MU_CNT - C Probe441 Mu Cnt - 1 - - - C_PROBE442_MU_CNT - C Probe442 Mu Cnt - 1 - - - C_PROBE443_MU_CNT - C Probe443 Mu Cnt - 1 - - - C_PROBE444_MU_CNT - C Probe444 Mu Cnt - 1 - - - C_PROBE445_MU_CNT - C Probe445 Mu Cnt - 1 - - - C_PROBE446_MU_CNT - C Probe446 Mu Cnt - 1 - - - C_PROBE447_MU_CNT - C Probe447 Mu Cnt - 1 - - - C_PROBE448_MU_CNT - C Probe448 Mu Cnt - 1 - - - C_PROBE449_MU_CNT - C Probe449 Mu Cnt - 1 - - - C_PROBE450_MU_CNT - C Probe450 Mu Cnt - 1 - - - C_PROBE451_MU_CNT - C Probe451 Mu Cnt - 1 - - - C_PROBE452_MU_CNT - C Probe452 Mu Cnt - 1 - - - C_PROBE453_MU_CNT - C Probe453 Mu Cnt - 1 - - - C_PROBE454_MU_CNT - C Probe454 Mu Cnt - 1 - - - C_PROBE455_MU_CNT - C Probe455 Mu Cnt - 1 - - - C_PROBE456_MU_CNT - C Probe456 Mu Cnt - 1 - - - C_PROBE457_MU_CNT - C Probe457 Mu Cnt - 1 - - - C_PROBE458_MU_CNT - C Probe458 Mu Cnt - 1 - - - C_PROBE459_MU_CNT - C Probe459 Mu Cnt - 1 - - - C_PROBE460_MU_CNT - C Probe460 Mu Cnt - 1 - - - C_PROBE461_MU_CNT - C Probe461 Mu Cnt - 1 - - - C_PROBE462_MU_CNT - C Probe462 Mu Cnt - 1 - - - C_PROBE463_MU_CNT - C Probe463 Mu Cnt - 1 - - - C_PROBE464_MU_CNT - C Probe464 Mu Cnt - 1 - - - C_PROBE465_MU_CNT - C Probe465 Mu Cnt - 1 - - - C_PROBE466_MU_CNT - C Probe466 Mu Cnt - 1 - - - C_PROBE467_MU_CNT - C Probe467 Mu Cnt - 1 - - - C_PROBE468_MU_CNT - C Probe468 Mu Cnt - 1 - - - C_PROBE469_MU_CNT - C Probe469 Mu Cnt - 1 - - - C_PROBE470_MU_CNT - C Probe470 Mu Cnt - 1 - - - C_PROBE471_MU_CNT - C Probe471 Mu Cnt - 1 - - - C_PROBE472_MU_CNT - C Probe472 Mu Cnt - 1 - - - C_PROBE473_MU_CNT - C Probe473 Mu Cnt - 1 - - - C_PROBE474_MU_CNT - C Probe474 Mu Cnt - 1 - - - C_PROBE475_MU_CNT - C Probe475 Mu Cnt - 1 - - - C_PROBE476_MU_CNT - C Probe476 Mu Cnt - 1 - - - C_PROBE477_MU_CNT - C Probe477 Mu Cnt - 1 - - - C_PROBE478_MU_CNT - C Probe478 Mu Cnt - 1 - - - C_PROBE479_MU_CNT - C Probe479 Mu Cnt - 1 - - - C_PROBE480_MU_CNT - C Probe480 Mu Cnt - 1 - - - C_PROBE481_MU_CNT - C Probe481 Mu Cnt - 1 - - - C_PROBE482_MU_CNT - C Probe482 Mu Cnt - 1 - - - C_PROBE483_MU_CNT - C Probe483 Mu Cnt - 1 - - - C_PROBE484_MU_CNT - C Probe484 Mu Cnt - 1 - - - C_PROBE485_MU_CNT - C Probe485 Mu Cnt - 1 - - - C_PROBE486_MU_CNT - C Probe486 Mu Cnt - 1 - - - C_PROBE487_MU_CNT - C Probe487 Mu Cnt - 1 - - - C_PROBE488_MU_CNT - C Probe488 Mu Cnt - 1 - - - C_PROBE489_MU_CNT - C Probe489 Mu Cnt - 1 - - - C_PROBE490_MU_CNT - C Probe490 Mu Cnt - 1 - - - C_PROBE491_MU_CNT - C Probe491 Mu Cnt - 1 - - - C_PROBE492_MU_CNT - C Probe492 Mu Cnt - 1 - - - C_PROBE493_MU_CNT - C Probe493 Mu Cnt - 1 - - - C_PROBE494_MU_CNT - C Probe494 Mu Cnt - 1 - - - C_PROBE495_MU_CNT - C Probe495 Mu Cnt - 1 - - - C_PROBE496_MU_CNT - C Probe496 Mu Cnt - 1 - - - C_PROBE497_MU_CNT - C Probe497 Mu Cnt - 1 - - - C_PROBE498_MU_CNT - C Probe498 Mu Cnt - 1 - - - C_PROBE499_MU_CNT - C Probe499 Mu Cnt - 1 - - - C_PROBE500_MU_CNT - C Probe500 Mu Cnt - 1 - - - C_PROBE501_MU_CNT - C Probe501 Mu Cnt - 1 - - - C_PROBE502_MU_CNT - C Probe502 Mu Cnt - 1 - - - C_PROBE503_MU_CNT - C Probe503 Mu Cnt - 1 - - - C_PROBE504_MU_CNT - C Probe504 Mu Cnt - 1 - - - C_PROBE505_MU_CNT - C Probe505 Mu Cnt - 1 - - - C_PROBE506_MU_CNT - C Probe506 Mu Cnt - 1 - - - C_PROBE507_MU_CNT - C Probe507 Mu Cnt - 1 - - - C_PROBE508_MU_CNT - C Probe508 Mu Cnt - 1 - - - C_PROBE509_MU_CNT - C Probe509 Mu Cnt - 1 - - - C_PROBE510_MU_CNT - C Probe510 Mu Cnt - 1 - - - C_PROBE511_MU_CNT - C Probe511 Mu Cnt - 1 - - - C_PROBE512_MU_CNT - C Probe512 Mu Cnt - 1 - - - C_PROBE513_MU_CNT - C Probe513 Mu Cnt - 1 - - - C_PROBE514_MU_CNT - C Probe514 Mu Cnt - 1 - - - C_PROBE515_MU_CNT - C Probe515 Mu Cnt - 1 - - - C_PROBE516_MU_CNT - C Probe516 Mu Cnt - 1 - - - C_PROBE517_MU_CNT - C Probe517 Mu Cnt - 1 - - - C_PROBE518_MU_CNT - C Probe518 Mu Cnt - 1 - - - C_PROBE519_MU_CNT - C Probe519 Mu Cnt - 1 - - - C_PROBE520_MU_CNT - C Probe520 Mu Cnt - 1 - - - C_PROBE521_MU_CNT - C Probe521 Mu Cnt - 1 - - - C_PROBE522_MU_CNT - C Probe522 Mu Cnt - 1 - - - C_PROBE523_MU_CNT - C Probe523 Mu Cnt - 1 - - - C_PROBE524_MU_CNT - C Probe524 Mu Cnt - 1 - - - C_PROBE525_MU_CNT - C Probe525 Mu Cnt - 1 - - - C_PROBE526_MU_CNT - C Probe526 Mu Cnt - 1 - - - C_PROBE527_MU_CNT - C Probe527 Mu Cnt - 1 - - - C_PROBE528_MU_CNT - C Probe528 Mu Cnt - 1 - - - C_PROBE529_MU_CNT - C Probe529 Mu Cnt - 1 - - - C_PROBE530_MU_CNT - C Probe530 Mu Cnt - 1 - - - C_PROBE531_MU_CNT - C Probe531 Mu Cnt - 1 - - - C_PROBE532_MU_CNT - C Probe532 Mu Cnt - 1 - - - C_PROBE533_MU_CNT - C Probe533 Mu Cnt - 1 - - - C_PROBE534_MU_CNT - C Probe534 Mu Cnt - 1 - - - C_PROBE535_MU_CNT - C Probe535 Mu Cnt - 1 - - - C_PROBE536_MU_CNT - C Probe536 Mu Cnt - 1 - - - C_PROBE537_MU_CNT - C Probe537 Mu Cnt - 1 - - - C_PROBE538_MU_CNT - C Probe538 Mu Cnt - 1 - - - C_PROBE539_MU_CNT - C Probe539 Mu Cnt - 1 - - - C_PROBE540_MU_CNT - C Probe540 Mu Cnt - 1 - - - C_PROBE541_MU_CNT - C Probe541 Mu Cnt - 1 - - - C_PROBE542_MU_CNT - C Probe542 Mu Cnt - 1 - - - C_PROBE543_MU_CNT - C Probe543 Mu Cnt - 1 - - - C_PROBE544_MU_CNT - C Probe544 Mu Cnt - 1 - - - C_PROBE545_MU_CNT - C Probe545 Mu Cnt - 1 - - - C_PROBE546_MU_CNT - C Probe546 Mu Cnt - 1 - - - C_PROBE547_MU_CNT - C Probe547 Mu Cnt - 1 - - - C_PROBE548_MU_CNT - C Probe548 Mu Cnt - 1 - - - C_PROBE549_MU_CNT - C Probe549 Mu Cnt - 1 - - - C_PROBE550_MU_CNT - C Probe550 Mu Cnt - 1 - - - C_PROBE551_MU_CNT - C Probe551 Mu Cnt - 1 - - - C_PROBE552_MU_CNT - C Probe552 Mu Cnt - 1 - - - C_PROBE553_MU_CNT - C Probe553 Mu Cnt - 1 - - - C_PROBE554_MU_CNT - C Probe554 Mu Cnt - 1 - - - C_PROBE555_MU_CNT - C Probe555 Mu Cnt - 1 - - - C_PROBE556_MU_CNT - C Probe556 Mu Cnt - 1 - - - C_PROBE557_MU_CNT - C Probe557 Mu Cnt - 1 - - - C_PROBE558_MU_CNT - C Probe558 Mu Cnt - 1 - - - C_PROBE559_MU_CNT - C Probe559 Mu Cnt - 1 - - - C_PROBE560_MU_CNT - C Probe560 Mu Cnt - 1 - - - C_PROBE561_MU_CNT - C Probe561 Mu Cnt - 1 - - - C_PROBE562_MU_CNT - C Probe562 Mu Cnt - 1 - - - C_PROBE563_MU_CNT - C Probe563 Mu Cnt - 1 - - - C_PROBE564_MU_CNT - C Probe564 Mu Cnt - 1 - - - C_PROBE565_MU_CNT - C Probe565 Mu Cnt - 1 - - - C_PROBE566_MU_CNT - C Probe566 Mu Cnt - 1 - - - C_PROBE567_MU_CNT - C Probe567 Mu Cnt - 1 - - - C_PROBE568_MU_CNT - C Probe568 Mu Cnt - 1 - - - C_PROBE569_MU_CNT - C Probe569 Mu Cnt - 1 - - - C_PROBE570_MU_CNT - C Probe570 Mu Cnt - 1 - - - C_PROBE571_MU_CNT - C Probe571 Mu Cnt - 1 - - - C_PROBE572_MU_CNT - C Probe572 Mu Cnt - 1 - - - C_PROBE573_MU_CNT - C Probe573 Mu Cnt - 1 - - - C_PROBE574_MU_CNT - C Probe574 Mu Cnt - 1 - - - C_PROBE575_MU_CNT - C Probe575 Mu Cnt - 1 - - - C_PROBE576_MU_CNT - C Probe576 Mu Cnt - 1 - - - C_PROBE577_MU_CNT - C Probe577 Mu Cnt - 1 - - - C_PROBE578_MU_CNT - C Probe578 Mu Cnt - 1 - - - C_PROBE579_MU_CNT - C Probe579 Mu Cnt - 1 - - - C_PROBE580_MU_CNT - C Probe580 Mu Cnt - 1 - - - C_PROBE581_MU_CNT - C Probe581 Mu Cnt - 1 - - - C_PROBE582_MU_CNT - C Probe582 Mu Cnt - 1 - - - C_PROBE583_MU_CNT - C Probe583 Mu Cnt - 1 - - - C_PROBE584_MU_CNT - C Probe584 Mu Cnt - 1 - - - C_PROBE585_MU_CNT - C Probe585 Mu Cnt - 1 - - - C_PROBE586_MU_CNT - C Probe586 Mu Cnt - 1 - - - C_PROBE587_MU_CNT - C Probe587 Mu Cnt - 1 - - - C_PROBE588_MU_CNT - C Probe588 Mu Cnt - 1 - - - C_PROBE589_MU_CNT - C Probe589 Mu Cnt - 1 - - - C_PROBE590_MU_CNT - C Probe590 Mu Cnt - 1 - - - C_PROBE591_MU_CNT - C Probe591 Mu Cnt - 1 - - - C_PROBE592_MU_CNT - C Probe592 Mu Cnt - 1 - - - C_PROBE593_MU_CNT - C Probe593 Mu Cnt - 1 - - - C_PROBE594_MU_CNT - C Probe594 Mu Cnt - 1 - - - C_PROBE595_MU_CNT - C Probe595 Mu Cnt - 1 - - - C_PROBE596_MU_CNT - C Probe596 Mu Cnt - 1 - - - C_PROBE597_MU_CNT - C Probe597 Mu Cnt - 1 - - - C_PROBE598_MU_CNT - C Probe598 Mu Cnt - 1 - - - C_PROBE599_MU_CNT - C Probe599 Mu Cnt - 1 - - - C_PROBE600_MU_CNT - C Probe600 Mu Cnt - 1 - - - C_PROBE601_MU_CNT - C Probe601 Mu Cnt - 1 - - - C_PROBE602_MU_CNT - C Probe602 Mu Cnt - 1 - - - C_PROBE603_MU_CNT - C Probe603 Mu Cnt - 1 - - - C_PROBE604_MU_CNT - C Probe604 Mu Cnt - 1 - - - C_PROBE605_MU_CNT - C Probe605 Mu Cnt - 1 - - - C_PROBE606_MU_CNT - C Probe606 Mu Cnt - 1 - - - C_PROBE607_MU_CNT - C Probe607 Mu Cnt - 1 - - - C_PROBE608_MU_CNT - C Probe608 Mu Cnt - 1 - - - C_PROBE609_MU_CNT - C Probe609 Mu Cnt - 1 - - - C_PROBE610_MU_CNT - C Probe610 Mu Cnt - 1 - - - C_PROBE611_MU_CNT - C Probe611 Mu Cnt - 1 - - - C_PROBE612_MU_CNT - C Probe612 Mu Cnt - 1 - - - C_PROBE613_MU_CNT - C Probe613 Mu Cnt - 1 - - - C_PROBE614_MU_CNT - C Probe614 Mu Cnt - 1 - - - C_PROBE615_MU_CNT - C Probe615 Mu Cnt - 1 - - - C_PROBE616_MU_CNT - C Probe616 Mu Cnt - 1 - - - C_PROBE617_MU_CNT - C Probe617 Mu Cnt - 1 - - - C_PROBE618_MU_CNT - C Probe618 Mu Cnt - 1 - - - C_PROBE619_MU_CNT - C Probe619 Mu Cnt - 1 - - - C_PROBE620_MU_CNT - C Probe620 Mu Cnt - 1 - - - C_PROBE621_MU_CNT - C Probe621 Mu Cnt - 1 - - - C_PROBE622_MU_CNT - C Probe622 Mu Cnt - 1 - - - C_PROBE623_MU_CNT - C Probe623 Mu Cnt - 1 - - - C_PROBE624_MU_CNT - C Probe624 Mu Cnt - 1 - - - C_PROBE625_MU_CNT - C Probe625 Mu Cnt - 1 - - - C_PROBE626_MU_CNT - C Probe626 Mu Cnt - 1 - - - C_PROBE627_MU_CNT - C Probe627 Mu Cnt - 1 - - - C_PROBE628_MU_CNT - C Probe628 Mu Cnt - 1 - - - C_PROBE629_MU_CNT - C Probe629 Mu Cnt - 1 - - - C_PROBE630_MU_CNT - C Probe630 Mu Cnt - 1 - - - C_PROBE631_MU_CNT - C Probe631 Mu Cnt - 1 - - - C_PROBE632_MU_CNT - C Probe632 Mu Cnt - 1 - - - C_PROBE633_MU_CNT - C Probe633 Mu Cnt - 1 - - - C_PROBE634_MU_CNT - C Probe634 Mu Cnt - 1 - - - C_PROBE635_MU_CNT - C Probe635 Mu Cnt - 1 - - - C_PROBE636_MU_CNT - C Probe636 Mu Cnt - 1 - - - C_PROBE637_MU_CNT - C Probe637 Mu Cnt - 1 - - - C_PROBE638_MU_CNT - C Probe638 Mu Cnt - 1 - - - C_PROBE639_MU_CNT - C Probe639 Mu Cnt - 1 - - - C_PROBE640_MU_CNT - C Probe640 Mu Cnt - 1 - - - C_PROBE641_MU_CNT - C Probe641 Mu Cnt - 1 - - - C_PROBE642_MU_CNT - C Probe642 Mu Cnt - 1 - - - C_PROBE643_MU_CNT - C Probe643 Mu Cnt - 1 - - - C_PROBE644_MU_CNT - C Probe644 Mu Cnt - 1 - - - C_PROBE645_MU_CNT - C Probe645 Mu Cnt - 1 - - - C_PROBE646_MU_CNT - C Probe646 Mu Cnt - 1 - - - C_PROBE647_MU_CNT - C Probe647 Mu Cnt - 1 - - - C_PROBE648_MU_CNT - C Probe648 Mu Cnt - 1 - - - C_PROBE649_MU_CNT - C Probe649 Mu Cnt - 1 - - - C_PROBE650_MU_CNT - C Probe650 Mu Cnt - 1 - - - C_PROBE651_MU_CNT - C Probe651 Mu Cnt - 1 - - - C_PROBE652_MU_CNT - C Probe652 Mu Cnt - 1 - - - C_PROBE653_MU_CNT - C Probe653 Mu Cnt - 1 - - - C_PROBE654_MU_CNT - C Probe654 Mu Cnt - 1 - - - C_PROBE655_MU_CNT - C Probe655 Mu Cnt - 1 - - - C_PROBE656_MU_CNT - C Probe656 Mu Cnt - 1 - - - C_PROBE657_MU_CNT - C Probe657 Mu Cnt - 1 - - - C_PROBE658_MU_CNT - C Probe658 Mu Cnt - 1 - - - C_PROBE659_MU_CNT - C Probe659 Mu Cnt - 1 - - - C_PROBE660_MU_CNT - C Probe660 Mu Cnt - 1 - - - C_PROBE661_MU_CNT - C Probe661 Mu Cnt - 1 - - - C_PROBE662_MU_CNT - C Probe662 Mu Cnt - 1 - - - C_PROBE663_MU_CNT - C Probe663 Mu Cnt - 1 - - - C_PROBE664_MU_CNT - C Probe664 Mu Cnt - 1 - - - C_PROBE665_MU_CNT - C Probe665 Mu Cnt - 1 - - - C_PROBE666_MU_CNT - C Probe666 Mu Cnt - 1 - - - C_PROBE667_MU_CNT - C Probe667 Mu Cnt - 1 - - - C_PROBE668_MU_CNT - C Probe668 Mu Cnt - 1 - - - C_PROBE669_MU_CNT - C Probe669 Mu Cnt - 1 - - - C_PROBE670_MU_CNT - C Probe670 Mu Cnt - 1 - - - C_PROBE671_MU_CNT - C Probe671 Mu Cnt - 1 - - - C_PROBE672_MU_CNT - C Probe672 Mu Cnt - 1 - - - C_PROBE673_MU_CNT - C Probe673 Mu Cnt - 1 - - - C_PROBE674_MU_CNT - C Probe674 Mu Cnt - 1 - - - C_PROBE675_MU_CNT - C Probe675 Mu Cnt - 1 - - - C_PROBE676_MU_CNT - C Probe676 Mu Cnt - 1 - - - C_PROBE677_MU_CNT - C Probe677 Mu Cnt - 1 - - - C_PROBE678_MU_CNT - C Probe678 Mu Cnt - 1 - - - C_PROBE679_MU_CNT - C Probe679 Mu Cnt - 1 - - - C_PROBE680_MU_CNT - C Probe680 Mu Cnt - 1 - - - C_PROBE681_MU_CNT - C Probe681 Mu Cnt - 1 - - - C_PROBE682_MU_CNT - C Probe682 Mu Cnt - 1 - - - C_PROBE683_MU_CNT - C Probe683 Mu Cnt - 1 - - - C_PROBE684_MU_CNT - C Probe684 Mu Cnt - 1 - - - C_PROBE685_MU_CNT - C Probe685 Mu Cnt - 1 - - - C_PROBE686_MU_CNT - C Probe686 Mu Cnt - 1 - - - C_PROBE687_MU_CNT - C Probe687 Mu Cnt - 1 - - - C_PROBE688_MU_CNT - C Probe688 Mu Cnt - 1 - - - C_PROBE689_MU_CNT - C Probe689 Mu Cnt - 1 - - - C_PROBE690_MU_CNT - C Probe690 Mu Cnt - 1 - - - C_PROBE691_MU_CNT - C Probe691 Mu Cnt - 1 - - - C_PROBE692_MU_CNT - C Probe692 Mu Cnt - 1 - - - C_PROBE693_MU_CNT - C Probe693 Mu Cnt - 1 - - - C_PROBE694_MU_CNT - C Probe694 Mu Cnt - 1 - - - C_PROBE695_MU_CNT - C Probe695 Mu Cnt - 1 - - - C_PROBE696_MU_CNT - C Probe696 Mu Cnt - 1 - - - C_PROBE697_MU_CNT - C Probe697 Mu Cnt - 1 - - - C_PROBE698_MU_CNT - C Probe698 Mu Cnt - 1 - - - C_PROBE699_MU_CNT - C Probe699 Mu Cnt - 1 - - - C_PROBE700_MU_CNT - C Probe700 Mu Cnt - 1 - - - C_PROBE701_MU_CNT - C Probe701 Mu Cnt - 1 - - - C_PROBE702_MU_CNT - C Probe702 Mu Cnt - 1 - - - C_PROBE703_MU_CNT - C Probe703 Mu Cnt - 1 - - - C_PROBE704_MU_CNT - C Probe704 Mu Cnt - 1 - - - C_PROBE705_MU_CNT - C Probe705 Mu Cnt - 1 - - - C_PROBE706_MU_CNT - C Probe706 Mu Cnt - 1 - - - C_PROBE707_MU_CNT - C Probe707 Mu Cnt - 1 - - - C_PROBE708_MU_CNT - C Probe708 Mu Cnt - 1 - - - C_PROBE709_MU_CNT - C Probe709 Mu Cnt - 1 - - - C_PROBE710_MU_CNT - C Probe710 Mu Cnt - 1 - - - C_PROBE711_MU_CNT - C Probe711 Mu Cnt - 1 - - - C_PROBE712_MU_CNT - C Probe712 Mu Cnt - 1 - - - C_PROBE713_MU_CNT - C Probe713 Mu Cnt - 1 - - - C_PROBE714_MU_CNT - C Probe714 Mu Cnt - 1 - - - C_PROBE715_MU_CNT - C Probe715 Mu Cnt - 1 - - - C_PROBE716_MU_CNT - C Probe716 Mu Cnt - 1 - - - C_PROBE717_MU_CNT - C Probe717 Mu Cnt - 1 - - - C_PROBE718_MU_CNT - C Probe718 Mu Cnt - 1 - - - C_PROBE719_MU_CNT - C Probe719 Mu Cnt - 1 - - - C_PROBE720_MU_CNT - C Probe720 Mu Cnt - 1 - - - C_PROBE721_MU_CNT - C Probe721 Mu Cnt - 1 - - - C_PROBE722_MU_CNT - C Probe722 Mu Cnt - 1 - - - C_PROBE723_MU_CNT - C Probe723 Mu Cnt - 1 - - - C_PROBE724_MU_CNT - C Probe724 Mu Cnt - 1 - - - C_PROBE725_MU_CNT - C Probe725 Mu Cnt - 1 - - - C_PROBE726_MU_CNT - C Probe726 Mu Cnt - 1 - - - C_PROBE727_MU_CNT - C Probe727 Mu Cnt - 1 - - - C_PROBE728_MU_CNT - C Probe728 Mu Cnt - 1 - - - C_PROBE729_MU_CNT - C Probe729 Mu Cnt - 1 - - - C_PROBE730_MU_CNT - C Probe730 Mu Cnt - 1 - - - C_PROBE731_MU_CNT - C Probe731 Mu Cnt - 1 - - - C_PROBE732_MU_CNT - C Probe732 Mu Cnt - 1 - - - C_PROBE733_MU_CNT - C Probe733 Mu Cnt - 1 - - - C_PROBE734_MU_CNT - C Probe734 Mu Cnt - 1 - - - C_PROBE735_MU_CNT - C Probe735 Mu Cnt - 1 - - - C_PROBE736_MU_CNT - C Probe736 Mu Cnt - 1 - - - C_PROBE737_MU_CNT - C Probe737 Mu Cnt - 1 - - - C_PROBE738_MU_CNT - C Probe738 Mu Cnt - 1 - - - C_PROBE739_MU_CNT - C Probe739 Mu Cnt - 1 - - - C_PROBE740_MU_CNT - C Probe740 Mu Cnt - 1 - - - C_PROBE741_MU_CNT - C Probe741 Mu Cnt - 1 - - - C_PROBE742_MU_CNT - C Probe742 Mu Cnt - 1 - - - C_PROBE743_MU_CNT - C Probe743 Mu Cnt - 1 - - - C_PROBE744_MU_CNT - C Probe744 Mu Cnt - 1 - - - C_PROBE745_MU_CNT - C Probe745 Mu Cnt - 1 - - - C_PROBE746_MU_CNT - C Probe746 Mu Cnt - 1 - - - C_PROBE747_MU_CNT - C Probe747 Mu Cnt - 1 - - - C_PROBE748_MU_CNT - C Probe748 Mu Cnt - 1 - - - C_PROBE749_MU_CNT - C Probe749 Mu Cnt - 1 - - - C_PROBE750_MU_CNT - C Probe750 Mu Cnt - 1 - - - C_PROBE751_MU_CNT - C Probe751 Mu Cnt - 1 - - - C_PROBE752_MU_CNT - C Probe752 Mu Cnt - 1 - - - C_PROBE753_MU_CNT - C Probe753 Mu Cnt - 1 - - - C_PROBE754_MU_CNT - C Probe754 Mu Cnt - 1 - - - C_PROBE755_MU_CNT - C Probe755 Mu Cnt - 1 - - - C_PROBE756_MU_CNT - C Probe756 Mu Cnt - 1 - - - C_PROBE757_MU_CNT - C Probe757 Mu Cnt - 1 - - - C_PROBE758_MU_CNT - C Probe758 Mu Cnt - 1 - - - C_PROBE759_MU_CNT - C Probe759 Mu Cnt - 1 - - - C_PROBE760_MU_CNT - C Probe760 Mu Cnt - 1 - - - C_PROBE761_MU_CNT - C Probe761 Mu Cnt - 1 - - - C_PROBE762_MU_CNT - C Probe762 Mu Cnt - 1 - - - C_PROBE763_MU_CNT - C Probe763 Mu Cnt - 1 - - - C_PROBE764_MU_CNT - C Probe764 Mu Cnt - 1 - - - C_PROBE765_MU_CNT - C Probe765 Mu Cnt - 1 - - - C_PROBE766_MU_CNT - C Probe766 Mu Cnt - 1 - - - C_PROBE767_MU_CNT - C Probe767 Mu Cnt - 1 - - - C_PROBE768_MU_CNT - C Probe768 Mu Cnt - 1 - - - C_PROBE769_MU_CNT - C Probe769 Mu Cnt - 1 - - - C_PROBE770_MU_CNT - C Probe770 Mu Cnt - 1 - - - C_PROBE771_MU_CNT - C Probe771 Mu Cnt - 1 - - - C_PROBE772_MU_CNT - C Probe772 Mu Cnt - 1 - - - C_PROBE773_MU_CNT - C Probe773 Mu Cnt - 1 - - - C_PROBE774_MU_CNT - C Probe774 Mu Cnt - 1 - - - C_PROBE775_MU_CNT - C Probe775 Mu Cnt - 1 - - - C_PROBE776_MU_CNT - C Probe776 Mu Cnt - 1 - - - C_PROBE777_MU_CNT - C Probe777 Mu Cnt - 1 - - - C_PROBE778_MU_CNT - C Probe778 Mu Cnt - 1 - - - C_PROBE779_MU_CNT - C Probe779 Mu Cnt - 1 - - - C_PROBE780_MU_CNT - C Probe780 Mu Cnt - 1 - - - C_PROBE781_MU_CNT - C Probe781 Mu Cnt - 1 - - - C_PROBE782_MU_CNT - C Probe782 Mu Cnt - 1 - - - C_PROBE783_MU_CNT - C Probe783 Mu Cnt - 1 - - - C_PROBE784_MU_CNT - C Probe784 Mu Cnt - 1 - - - C_PROBE785_MU_CNT - C Probe785 Mu Cnt - 1 - - - C_PROBE786_MU_CNT - C Probe786 Mu Cnt - 1 - - - C_PROBE787_MU_CNT - C Probe787 Mu Cnt - 1 - - - C_PROBE788_MU_CNT - C Probe788 Mu Cnt - 1 - - - C_PROBE789_MU_CNT - C Probe789 Mu Cnt - 1 - - - C_PROBE790_MU_CNT - C Probe790 Mu Cnt - 1 - - - C_PROBE791_MU_CNT - C Probe791 Mu Cnt - 1 - - - C_PROBE792_MU_CNT - C Probe792 Mu Cnt - 1 - - - C_PROBE793_MU_CNT - C Probe793 Mu Cnt - 1 - - - C_PROBE794_MU_CNT - C Probe794 Mu Cnt - 1 - - - C_PROBE795_MU_CNT - C Probe795 Mu Cnt - 1 - - - C_PROBE796_MU_CNT - C Probe796 Mu Cnt - 1 - - - C_PROBE797_MU_CNT - C Probe797 Mu Cnt - 1 - - - C_PROBE798_MU_CNT - C Probe798 Mu Cnt - 1 - - - C_PROBE799_MU_CNT - C Probe799 Mu Cnt - 1 - - - C_PROBE800_MU_CNT - C Probe800 Mu Cnt - 1 - - - C_PROBE801_MU_CNT - C Probe801 Mu Cnt - 1 - - - C_PROBE802_MU_CNT - C Probe802 Mu Cnt - 1 - - - C_PROBE803_MU_CNT - C Probe803 Mu Cnt - 1 - - - C_PROBE804_MU_CNT - C Probe804 Mu Cnt - 1 - - - C_PROBE805_MU_CNT - C Probe805 Mu Cnt - 1 - - - C_PROBE806_MU_CNT - C Probe806 Mu Cnt - 1 - - - C_PROBE807_MU_CNT - C Probe807 Mu Cnt - 1 - - - C_PROBE808_MU_CNT - C Probe808 Mu Cnt - 1 - - - C_PROBE809_MU_CNT - C Probe809 Mu Cnt - 1 - - - C_PROBE810_MU_CNT - C Probe810 Mu Cnt - 1 - - - C_PROBE811_MU_CNT - C Probe811 Mu Cnt - 1 - - - C_PROBE812_MU_CNT - C Probe812 Mu Cnt - 1 - - - C_PROBE813_MU_CNT - C Probe813 Mu Cnt - 1 - - - C_PROBE814_MU_CNT - C Probe814 Mu Cnt - 1 - - - C_PROBE815_MU_CNT - C Probe815 Mu Cnt - 1 - - - C_PROBE816_MU_CNT - C Probe816 Mu Cnt - 1 - - - C_PROBE817_MU_CNT - C Probe817 Mu Cnt - 1 - - - C_PROBE818_MU_CNT - C Probe818 Mu Cnt - 1 - - - C_PROBE819_MU_CNT - C Probe819 Mu Cnt - 1 - - - C_PROBE820_MU_CNT - C Probe820 Mu Cnt - 1 - - - C_PROBE821_MU_CNT - C Probe821 Mu Cnt - 1 - - - C_PROBE822_MU_CNT - C Probe822 Mu Cnt - 1 - - - C_PROBE823_MU_CNT - C Probe823 Mu Cnt - 1 - - - C_PROBE824_MU_CNT - C Probe824 Mu Cnt - 1 - - - C_PROBE825_MU_CNT - C Probe825 Mu Cnt - 1 - - - C_PROBE826_MU_CNT - C Probe826 Mu Cnt - 1 - - - C_PROBE827_MU_CNT - C Probe827 Mu Cnt - 1 - - - C_PROBE828_MU_CNT - C Probe828 Mu Cnt - 1 - - - C_PROBE829_MU_CNT - C Probe829 Mu Cnt - 1 - - - C_PROBE830_MU_CNT - C Probe830 Mu Cnt - 1 - - - C_PROBE831_MU_CNT - C Probe831 Mu Cnt - 1 - - - C_PROBE832_MU_CNT - C Probe832 Mu Cnt - 1 - - - C_PROBE833_MU_CNT - C Probe833 Mu Cnt - 1 - - - C_PROBE834_MU_CNT - C Probe834 Mu Cnt - 1 - - - C_PROBE835_MU_CNT - C Probe835 Mu Cnt - 1 - - - C_PROBE836_MU_CNT - C Probe836 Mu Cnt - 1 - - - C_PROBE837_MU_CNT - C Probe837 Mu Cnt - 1 - - - C_PROBE838_MU_CNT - C Probe838 Mu Cnt - 1 - - - C_PROBE839_MU_CNT - C Probe839 Mu Cnt - 1 - - - C_PROBE840_MU_CNT - C Probe840 Mu Cnt - 1 - - - C_PROBE841_MU_CNT - C Probe841 Mu Cnt - 1 - - - C_PROBE842_MU_CNT - C Probe842 Mu Cnt - 1 - - - C_PROBE843_MU_CNT - C Probe843 Mu Cnt - 1 - - - C_PROBE844_MU_CNT - C Probe844 Mu Cnt - 1 - - - C_PROBE845_MU_CNT - C Probe845 Mu Cnt - 1 - - - C_PROBE846_MU_CNT - C Probe846 Mu Cnt - 1 - - - C_PROBE847_MU_CNT - C Probe847 Mu Cnt - 1 - - - C_PROBE848_MU_CNT - C Probe848 Mu Cnt - 1 - - - C_PROBE849_MU_CNT - C Probe849 Mu Cnt - 1 - - - C_PROBE850_MU_CNT - C Probe850 Mu Cnt - 1 - - - C_PROBE851_MU_CNT - C Probe851 Mu Cnt - 1 - - - C_PROBE852_MU_CNT - C Probe852 Mu Cnt - 1 - - - C_PROBE853_MU_CNT - C Probe853 Mu Cnt - 1 - - - C_PROBE854_MU_CNT - C Probe854 Mu Cnt - 1 - - - C_PROBE855_MU_CNT - C Probe855 Mu Cnt - 1 - - - C_PROBE856_MU_CNT - C Probe856 Mu Cnt - 1 - - - C_PROBE857_MU_CNT - C Probe857 Mu Cnt - 1 - - - C_PROBE858_MU_CNT - C Probe858 Mu Cnt - 1 - - - C_PROBE859_MU_CNT - C Probe859 Mu Cnt - 1 - - - C_PROBE860_MU_CNT - C Probe860 Mu Cnt - 1 - - - C_PROBE861_MU_CNT - C Probe861 Mu Cnt - 1 - - - C_PROBE862_MU_CNT - C Probe862 Mu Cnt - 1 - - - C_PROBE863_MU_CNT - C Probe863 Mu Cnt - 1 - - - C_PROBE864_MU_CNT - C Probe864 Mu Cnt - 1 - - - C_PROBE865_MU_CNT - C Probe865 Mu Cnt - 1 - - - C_PROBE866_MU_CNT - C Probe866 Mu Cnt - 1 - - - C_PROBE867_MU_CNT - C Probe867 Mu Cnt - 1 - - - C_PROBE868_MU_CNT - C Probe868 Mu Cnt - 1 - - - C_PROBE869_MU_CNT - C Probe869 Mu Cnt - 1 - - - C_PROBE870_MU_CNT - C Probe870 Mu Cnt - 1 - - - C_PROBE871_MU_CNT - C Probe871 Mu Cnt - 1 - - - C_PROBE872_MU_CNT - C Probe872 Mu Cnt - 1 - - - C_PROBE873_MU_CNT - C Probe873 Mu Cnt - 1 - - - C_PROBE874_MU_CNT - C Probe874 Mu Cnt - 1 - - - C_PROBE875_MU_CNT - C Probe875 Mu Cnt - 1 - - - C_PROBE876_MU_CNT - C Probe876 Mu Cnt - 1 - - - C_PROBE877_MU_CNT - C Probe877 Mu Cnt - 1 - - - C_PROBE878_MU_CNT - C Probe878 Mu Cnt - 1 - - - C_PROBE879_MU_CNT - C Probe879 Mu Cnt - 1 - - - C_PROBE880_MU_CNT - C Probe880 Mu Cnt - 1 - - - C_PROBE881_MU_CNT - C Probe881 Mu Cnt - 1 - - - C_PROBE882_MU_CNT - C Probe882 Mu Cnt - 1 - - - C_PROBE883_MU_CNT - C Probe883 Mu Cnt - 1 - - - C_PROBE884_MU_CNT - C Probe884 Mu Cnt - 1 - - - C_PROBE885_MU_CNT - C Probe885 Mu Cnt - 1 - - - C_PROBE886_MU_CNT - C Probe886 Mu Cnt - 1 - - - C_PROBE887_MU_CNT - C Probe887 Mu Cnt - 1 - - - C_PROBE888_MU_CNT - C Probe888 Mu Cnt - 1 - - - C_PROBE889_MU_CNT - C Probe889 Mu Cnt - 1 - - - C_PROBE890_MU_CNT - C Probe890 Mu Cnt - 1 - - - C_PROBE891_MU_CNT - C Probe891 Mu Cnt - 1 - - - C_PROBE892_MU_CNT - C Probe892 Mu Cnt - 1 - - - C_PROBE893_MU_CNT - C Probe893 Mu Cnt - 1 - - - C_PROBE894_MU_CNT - C Probe894 Mu Cnt - 1 - - - C_PROBE895_MU_CNT - C Probe895 Mu Cnt - 1 - - - C_PROBE896_MU_CNT - C Probe896 Mu Cnt - 1 - - - C_PROBE897_MU_CNT - C Probe897 Mu Cnt - 1 - - - C_PROBE898_MU_CNT - C Probe898 Mu Cnt - 1 - - - C_PROBE899_MU_CNT - C Probe899 Mu Cnt - 1 - - - C_PROBE900_MU_CNT - C Probe900 Mu Cnt - 1 - - - C_PROBE901_MU_CNT - C Probe901 Mu Cnt - 1 - - - C_PROBE902_MU_CNT - C Probe902 Mu Cnt - 1 - - - C_PROBE903_MU_CNT - C Probe903 Mu Cnt - 1 - - - C_PROBE904_MU_CNT - C Probe904 Mu Cnt - 1 - - - C_PROBE905_MU_CNT - C Probe905 Mu Cnt - 1 - - - C_PROBE906_MU_CNT - C Probe906 Mu Cnt - 1 - - - C_PROBE907_MU_CNT - C Probe907 Mu Cnt - 1 - - - C_PROBE908_MU_CNT - C Probe908 Mu Cnt - 1 - - - C_PROBE909_MU_CNT - C Probe909 Mu Cnt - 1 - - - C_PROBE910_MU_CNT - C Probe910 Mu Cnt - 1 - - - C_PROBE911_MU_CNT - C Probe911 Mu Cnt - 1 - - - C_PROBE912_MU_CNT - C Probe912 Mu Cnt - 1 - - - C_PROBE913_MU_CNT - C Probe913 Mu Cnt - 1 - - - C_PROBE914_MU_CNT - C Probe914 Mu Cnt - 1 - - - C_PROBE915_MU_CNT - C Probe915 Mu Cnt - 1 - - - C_PROBE916_MU_CNT - C Probe916 Mu Cnt - 1 - - - C_PROBE917_MU_CNT - C Probe917 Mu Cnt - 1 - - - C_PROBE918_MU_CNT - C Probe918 Mu Cnt - 1 - - - C_PROBE919_MU_CNT - C Probe919 Mu Cnt - 1 - - - C_PROBE920_MU_CNT - C Probe920 Mu Cnt - 1 - - - C_PROBE921_MU_CNT - C Probe921 Mu Cnt - 1 - - - C_PROBE922_MU_CNT - C Probe922 Mu Cnt - 1 - - - C_PROBE923_MU_CNT - C Probe923 Mu Cnt - 1 - - - C_PROBE924_MU_CNT - C Probe924 Mu Cnt - 1 - - - C_PROBE925_MU_CNT - C Probe925 Mu Cnt - 1 - - - C_PROBE926_MU_CNT - C Probe926 Mu Cnt - 1 - - - C_PROBE927_MU_CNT - C Probe927 Mu Cnt - 1 - - - C_PROBE928_MU_CNT - C Probe928 Mu Cnt - 1 - - - C_PROBE929_MU_CNT - C Probe929 Mu Cnt - 1 - - - C_PROBE930_MU_CNT - C Probe930 Mu Cnt - 1 - - - C_PROBE931_MU_CNT - C Probe931 Mu Cnt - 1 - - - C_PROBE932_MU_CNT - C Probe932 Mu Cnt - 1 - - - C_PROBE933_MU_CNT - C Probe933 Mu Cnt - 1 - - - C_PROBE934_MU_CNT - C Probe934 Mu Cnt - 1 - - - C_PROBE935_MU_CNT - C Probe935 Mu Cnt - 1 - - - C_PROBE936_MU_CNT - C Probe936 Mu Cnt - 1 - - - C_PROBE937_MU_CNT - C Probe937 Mu Cnt - 1 - - - C_PROBE938_MU_CNT - C Probe938 Mu Cnt - 1 - - - C_PROBE939_MU_CNT - C Probe939 Mu Cnt - 1 - - - C_PROBE940_MU_CNT - C Probe940 Mu Cnt - 1 - - - C_PROBE941_MU_CNT - C Probe941 Mu Cnt - 1 - - - C_PROBE942_MU_CNT - C Probe942 Mu Cnt - 1 - - - C_PROBE943_MU_CNT - C Probe943 Mu Cnt - 1 - - - C_PROBE944_MU_CNT - C Probe944 Mu Cnt - 1 - - - C_PROBE945_MU_CNT - C Probe945 Mu Cnt - 1 - - - C_PROBE946_MU_CNT - C Probe946 Mu Cnt - 1 - - - C_PROBE947_MU_CNT - C Probe947 Mu Cnt - 1 - - - C_PROBE948_MU_CNT - C Probe948 Mu Cnt - 1 - - - C_PROBE949_MU_CNT - C Probe949 Mu Cnt - 1 - - - C_PROBE950_MU_CNT - C Probe950 Mu Cnt - 1 - - - C_PROBE951_MU_CNT - C Probe951 Mu Cnt - 1 - - - C_PROBE952_MU_CNT - C Probe952 Mu Cnt - 1 - - - C_PROBE953_MU_CNT - C Probe953 Mu Cnt - 1 - - - C_PROBE954_MU_CNT - C Probe954 Mu Cnt - 1 - - - C_PROBE955_MU_CNT - C Probe955 Mu Cnt - 1 - - - C_PROBE956_MU_CNT - C Probe956 Mu Cnt - 1 - - - C_PROBE957_MU_CNT - C Probe957 Mu Cnt - 1 - - - C_PROBE958_MU_CNT - C Probe958 Mu Cnt - 1 - - - C_PROBE959_MU_CNT - C Probe959 Mu Cnt - 1 - - - C_PROBE960_MU_CNT - C Probe960 Mu Cnt - 1 - - - C_PROBE961_MU_CNT - C Probe961 Mu Cnt - 1 - - - C_PROBE962_MU_CNT - C Probe962 Mu Cnt - 1 - - - C_PROBE963_MU_CNT - C Probe963 Mu Cnt - 1 - - - C_PROBE964_MU_CNT - C Probe964 Mu Cnt - 1 - - - C_PROBE965_MU_CNT - C Probe965 Mu Cnt - 1 - - - C_PROBE966_MU_CNT - C Probe966 Mu Cnt - 1 - - - C_PROBE967_MU_CNT - C Probe967 Mu Cnt - 1 - - - C_PROBE968_MU_CNT - C Probe968 Mu Cnt - 1 - - - C_PROBE969_MU_CNT - C Probe969 Mu Cnt - 1 - - - C_PROBE970_MU_CNT - C Probe970 Mu Cnt - 1 - - - C_PROBE971_MU_CNT - C Probe971 Mu Cnt - 1 - - - C_PROBE972_MU_CNT - C Probe972 Mu Cnt - 1 - - - C_PROBE973_MU_CNT - C Probe973 Mu Cnt - 1 - - - C_PROBE974_MU_CNT - C Probe974 Mu Cnt - 1 - - - C_PROBE975_MU_CNT - C Probe975 Mu Cnt - 1 - - - C_PROBE976_MU_CNT - C Probe976 Mu Cnt - 1 - - - C_PROBE977_MU_CNT - C Probe977 Mu Cnt - 1 - - - C_PROBE978_MU_CNT - C Probe978 Mu Cnt - 1 - - - C_PROBE979_MU_CNT - C Probe979 Mu Cnt - 1 - - - C_PROBE980_MU_CNT - C Probe980 Mu Cnt - 1 - - - C_PROBE981_MU_CNT - C Probe981 Mu Cnt - 1 - - - C_PROBE982_MU_CNT - C Probe982 Mu Cnt - 1 - - - C_PROBE983_MU_CNT - C Probe983 Mu Cnt - 1 - - - C_PROBE984_MU_CNT - C Probe984 Mu Cnt - 1 - - - C_PROBE985_MU_CNT - C Probe985 Mu Cnt - 1 - - - C_PROBE986_MU_CNT - C Probe986 Mu Cnt - 1 - - - C_PROBE987_MU_CNT - C Probe987 Mu Cnt - 1 - - - C_PROBE988_MU_CNT - C Probe988 Mu Cnt - 1 - - - C_PROBE989_MU_CNT - C Probe989 Mu Cnt - 1 - - - C_PROBE990_MU_CNT - C Probe990 Mu Cnt - 1 - - - C_PROBE991_MU_CNT - C Probe991 Mu Cnt - 1 - - - C_PROBE992_MU_CNT - C Probe992 Mu Cnt - 1 - - - C_PROBE993_MU_CNT - C Probe993 Mu Cnt - 1 - - - C_PROBE994_MU_CNT - C Probe994 Mu Cnt - 1 - - - C_PROBE995_MU_CNT - C Probe995 Mu Cnt - 1 - - - C_PROBE996_MU_CNT - C Probe996 Mu Cnt - 1 - - - C_PROBE997_MU_CNT - C Probe997 Mu Cnt - 1 - - - C_PROBE998_MU_CNT - C Probe998 Mu Cnt - 1 - - - C_PROBE999_MU_CNT - C Probe999 Mu Cnt - 1 - - - C_PROBE1000_MU_CNT - C Probe1000 Mu Cnt - 1 - - - C_PROBE1001_MU_CNT - C Probe1001 Mu Cnt - 1 - - - C_PROBE1002_MU_CNT - C Probe1002 Mu Cnt - 1 - - - C_PROBE1003_MU_CNT - C Probe1003 Mu Cnt - 1 - - - C_PROBE1004_MU_CNT - C Probe1004 Mu Cnt - 1 - - - C_PROBE1005_MU_CNT - C Probe1005 Mu Cnt - 1 - - - C_PROBE1006_MU_CNT - C Probe1006 Mu Cnt - 1 - - - C_PROBE1007_MU_CNT - C Probe1007 Mu Cnt - 1 - - - C_PROBE1008_MU_CNT - C Probe1008 Mu Cnt - 1 - - - C_PROBE1009_MU_CNT - C Probe1009 Mu Cnt - 1 - - - C_PROBE1010_MU_CNT - C Probe1010 Mu Cnt - 1 - - - C_PROBE1011_MU_CNT - C Probe1011 Mu Cnt - 1 - - - C_PROBE1012_MU_CNT - C Probe1012 Mu Cnt - 1 - - - C_PROBE1013_MU_CNT - C Probe1013 Mu Cnt - 1 - - - C_PROBE1014_MU_CNT - C Probe1014 Mu Cnt - 1 - - - C_PROBE1015_MU_CNT - C Probe1015 Mu Cnt - 1 - - - C_PROBE1016_MU_CNT - C Probe1016 Mu Cnt - 1 - - - C_PROBE1017_MU_CNT - C Probe1017 Mu Cnt - 1 - - - C_PROBE1018_MU_CNT - C Probe1018 Mu Cnt - 1 - - - C_PROBE1019_MU_CNT - C Probe1019 Mu Cnt - 1 - - - C_PROBE1020_MU_CNT - C Probe1020 Mu Cnt - 1 - - - C_PROBE1021_MU_CNT - C Probe1021 Mu Cnt - 1 - - - C_PROBE1022_MU_CNT - C Probe1022 Mu Cnt - 1 - - - C_PROBE1023_MU_CNT - C Probe1023 Mu Cnt - 1 - - - C_ADV_TRIGGER - C Adv Trigger - 0 - - - C_EN_DDR_ILA - C En Ddr Ila - 0 - - - C_DDR_CLK_GEN - C Ddr Clk Gen - 0 - - - C_CLK_FREQ - C Clk Freq - 200 - - - C_ILA_CLK_FREQ - Clk Freq - 2000000 - - - C_CLK_PERIOD - C Clk Period - 5.0 - - - C_INPUT_PIPE_STAGES - C Input Pipe Stages - 0 - - - C_EN_STRG_QUAL - C Enable Storage Qual - 0 - - - C_EN_TIME_TAG - Enable Transitional Storage - 0 - - - C_TIME_TAG_WIDTH - Time tag counter width - 32 - - - C_CLKFBOUT_MULT_F - C Clkfbout Mult F - 10 - - - C_DIVCLK_DIVIDE - C Divclk Divide - 3 - - - C_CLKOUT0_DIVIDE_F - C Clkout0 Divide F - 10 - - - - - - choice_list_40181835 - 32 - 64 - 128 - 256 - 512 - 1024 - - - choice_list_5b112c51 - Native - AXI - - - choice_list_8903bcca - AXI4 - AXI4LITE - AXI3 - AXI4S - - - choice_list_8af5a703 - 0 - 1 - - - choice_list_9a520d84 - 8 - 16 - 24 - 32 - 64 - 128 - 256 - 512 - 1024 - - - choice_list_c63ab5b1 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - - - choice_list_d4fc98f8 - 1024 - 2048 - 4096 - 8192 - 16384 - 32768 - 65536 - 131072 - - - choice_pairs_0610f451 - 0 - 1 - 2 - - - choice_pairs_4873554b - 0 - 1 - - - The Integrated Logic Analyzer (ILA) core is a customizable logic analyzer core that can be used to monitor any internal signal of your design. The ILA core includes many advanced features of modern logic analyzers, including Boolean trigger equations, customizable data capture buffer depth, and optional trigger input/output ports. Because the ILA core is synchronous to the design being monitored, all design clock constraints that are applied to your design are also applied to the components inside the ILA core. Run-time interaction with this core requires the use of the Vivado logic analyzer feature. - - - C_PROBE1023_TYPE - Probe1023 TYPE - 0 - - - - true - - - - - - C_PROBE1022_TYPE - Probe1022 TYPE - 0 - - - - true - - - - - - C_PROBE1021_TYPE - Probe1021 TYPE - 0 - - - - true - - - - - - C_PROBE1020_TYPE - Probe1020 TYPE - 0 - - - - true - - - - - - C_PROBE1019_TYPE - Probe1019 TYPE - 0 - - - - true - - - - - - C_PROBE1018_TYPE - Probe1018 TYPE - 0 - - - - true - - - - - - C_PROBE1017_TYPE - Probe1017 TYPE - 0 - - - - true - - - - - - C_PROBE1016_TYPE - Probe1016 TYPE - 0 - - - - true - - - - - - C_PROBE1015_TYPE - Probe1015 TYPE - 0 - - - - true - - - - - - C_PROBE1014_TYPE - Probe1014 TYPE - 0 - - - - true - - - - - - C_PROBE1013_TYPE - Probe1013 TYPE - 0 - - - - true - - - - - - C_PROBE1012_TYPE - Probe1012 TYPE - 0 - - - - true - - - - - - C_PROBE1011_TYPE - Probe1011 TYPE - 0 - - - - true - - - - - - C_PROBE1010_TYPE - Probe1010 TYPE - 0 - - - - true - - - - - - C_PROBE1009_TYPE - Probe1009 TYPE - 0 - - - - true - - - - - - C_PROBE1008_TYPE - Probe1008 TYPE - 0 - - - - true - - - - - - C_PROBE1007_TYPE - Probe1007 TYPE - 0 - - - - true - - - - - - C_PROBE1006_TYPE - Probe1006 TYPE - 0 - - - - true - - - - - - C_PROBE1005_TYPE - Probe1005 TYPE - 0 - - - - true - - - - - - C_PROBE1004_TYPE - Probe1004 TYPE - 0 - - - - true - - - - - - C_PROBE1003_TYPE - Probe1003 TYPE - 0 - - - - true - - - - - - C_PROBE1002_TYPE - Probe1002 TYPE - 0 - - - - true - - - - - - C_PROBE1001_TYPE - Probe1001 TYPE - 0 - - - - true - - - - - - C_PROBE1000_TYPE - Probe1000 TYPE - 0 - - - - true - - - - - - C_PROBE999_TYPE - Probe999 TYPE - 0 - - - - true - - - - - - C_PROBE998_TYPE - Probe998 TYPE - 0 - - - - true - - - - - - C_PROBE997_TYPE - Probe997 TYPE - 0 - - - - true - - - - - - C_PROBE996_TYPE - Probe996 TYPE - 0 - - - - true - - - - - - C_PROBE995_TYPE - Probe995 TYPE - 0 - - - - true - - - - - - C_PROBE994_TYPE - Probe994 TYPE - 0 - - - - true - - - - - - C_PROBE993_TYPE - Probe993 TYPE - 0 - - - - true - - - - - - C_PROBE992_TYPE - Probe992 TYPE - 0 - - - - true - - - - - - C_PROBE991_TYPE - Probe991 TYPE - 0 - - - - true - - - - - - C_PROBE990_TYPE - Probe990 TYPE - 0 - - - - true - - - - - - C_PROBE989_TYPE - Probe989 TYPE - 0 - - - - true - - - - - - C_PROBE988_TYPE - Probe988 TYPE - 0 - - - - true - - - - - - C_PROBE987_TYPE - Probe987 TYPE - 0 - - - - true - - - - - - C_PROBE986_TYPE - Probe986 TYPE - 0 - - - - true - - - - - - C_PROBE985_TYPE - Probe985 TYPE - 0 - - - - true - - - - - - C_PROBE984_TYPE - Probe984 TYPE - 0 - - - - true - - - - - - C_PROBE983_TYPE - Probe983 TYPE - 0 - - - - true - - - - - - C_PROBE982_TYPE - Probe982 TYPE - 0 - - - - true - - - - - - C_PROBE981_TYPE - Probe981 TYPE - 0 - - - - true - - - - - - C_PROBE980_TYPE - Probe980 TYPE - 0 - - - - true - - - - - - C_PROBE979_TYPE - Probe979 TYPE - 0 - - - - true - - - - - - C_PROBE978_TYPE - Probe978 TYPE - 0 - - - - true - - - - - - C_PROBE977_TYPE - Probe977 TYPE - 0 - - - - true - - - - - - C_PROBE976_TYPE - Probe976 TYPE - 0 - - - - true - - - - - - C_PROBE975_TYPE - Probe975 TYPE - 0 - - - - true - - - - - - C_PROBE974_TYPE - Probe974 TYPE - 0 - - - - true - - - - - - C_PROBE973_TYPE - Probe973 TYPE - 0 - - - - true - - - - - - C_PROBE972_TYPE - Probe972 TYPE - 0 - - - - true - - - - - - C_PROBE971_TYPE - Probe971 TYPE - 0 - - - - true - - - - - - C_PROBE970_TYPE - Probe970 TYPE - 0 - - - - true - - - - - - C_PROBE969_TYPE - Probe969 TYPE - 0 - - - - true - - - - - - C_PROBE968_TYPE - Probe968 TYPE - 0 - - - - true - - - - - - C_PROBE967_TYPE - Probe967 TYPE - 0 - - - - true - - - - - - C_PROBE966_TYPE - Probe966 TYPE - 0 - - - - true - - - - - - C_PROBE965_TYPE - Probe965 TYPE - 0 - - - - true - - - - - - C_PROBE964_TYPE - Probe964 TYPE - 0 - - - - true - - - - - - C_PROBE963_TYPE - Probe963 TYPE - 0 - - - - true - - - - - - C_PROBE962_TYPE - Probe962 TYPE - 0 - - - - true - - - - - - C_PROBE961_TYPE - Probe961 TYPE - 0 - - - - true - - - - - - C_PROBE960_TYPE - Probe960 TYPE - 0 - - - - true - - - - - - C_PROBE959_TYPE - Probe959 TYPE - 0 - - - - true - - - - - - C_PROBE958_TYPE - Probe958 TYPE - 0 - - - - true - - - - - - C_PROBE957_TYPE - Probe957 TYPE - 0 - - - - true - - - - - - C_PROBE956_TYPE - Probe956 TYPE - 0 - - - - true - - - - - - C_PROBE955_TYPE - Probe955 TYPE - 0 - - - - true - - - - - - C_PROBE954_TYPE - Probe954 TYPE - 0 - - - - true - - - - - - C_PROBE953_TYPE - Probe953 TYPE - 0 - - - - true - - - - - - C_PROBE952_TYPE - Probe952 TYPE - 0 - - - - true - - - - - - C_PROBE951_TYPE - Probe951 TYPE - 0 - - - - true - - - - - - C_PROBE950_TYPE - Probe950 TYPE - 0 - - - - true - - - - - - C_PROBE949_TYPE - Probe949 TYPE - 0 - - - - true - - - - - - C_PROBE948_TYPE - Probe948 TYPE - 0 - - - - true - - - - - - C_PROBE947_TYPE - Probe947 TYPE - 0 - - - - true - - - - - - C_PROBE946_TYPE - Probe946 TYPE - 0 - - - - true - - - - - - C_PROBE945_TYPE - Probe945 TYPE - 0 - - - - true - - - - - - C_PROBE944_TYPE - Probe944 TYPE - 0 - - - - true - - - - - - C_PROBE943_TYPE - Probe943 TYPE - 0 - - - - true - - - - - - C_PROBE942_TYPE - Probe942 TYPE - 0 - - - - true - - - - - - C_PROBE941_TYPE - Probe941 TYPE - 0 - - - - true - - - - - - C_PROBE940_TYPE - Probe940 TYPE - 0 - - - - true - - - - - - C_PROBE939_TYPE - Probe939 TYPE - 0 - - - - true - - - - - - C_PROBE938_TYPE - Probe938 TYPE - 0 - - - - true - - - - - - C_PROBE937_TYPE - Probe937 TYPE - 0 - - - - true - - - - - - C_PROBE936_TYPE - Probe936 TYPE - 0 - - - - true - - - - - - C_PROBE935_TYPE - Probe935 TYPE - 0 - - - - true - - - - - - C_PROBE934_TYPE - Probe934 TYPE - 0 - - - - true - - - - - - C_PROBE933_TYPE - Probe933 TYPE - 0 - - - - true - - - - - - C_PROBE932_TYPE - Probe932 TYPE - 0 - - - - true - - - - - - C_PROBE931_TYPE - Probe931 TYPE - 0 - - - - true - - - - - - C_PROBE930_TYPE - Probe930 TYPE - 0 - - - - true - - - - - - C_PROBE929_TYPE - Probe929 TYPE - 0 - - - - true - - - - - - C_PROBE928_TYPE - Probe928 TYPE - 0 - - - - true - - - - - - C_PROBE927_TYPE - Probe927 TYPE - 0 - - - - true - - - - - - C_PROBE926_TYPE - Probe926 TYPE - 0 - - - - true - - - - - - C_PROBE925_TYPE - Probe925 TYPE - 0 - - - - true - - - - - - C_PROBE924_TYPE - Probe924 TYPE - 0 - - - - true - - - - - - C_PROBE923_TYPE - Probe923 TYPE - 0 - - - - true - - - - - - C_PROBE922_TYPE - Probe922 TYPE - 0 - - - - true - - - - - - C_PROBE921_TYPE - Probe921 TYPE - 0 - - - - true - - - - - - C_PROBE920_TYPE - Probe920 TYPE - 0 - - - - true - - - - - - C_PROBE919_TYPE - Probe919 TYPE - 0 - - - - true - - - - - - C_PROBE918_TYPE - Probe918 TYPE - 0 - - - - true - - - - - - C_PROBE917_TYPE - Probe917 TYPE - 0 - - - - true - - - - - - C_PROBE916_TYPE - Probe916 TYPE - 0 - - - - true - - - - - - C_PROBE915_TYPE - Probe915 TYPE - 0 - - - - true - - - - - - C_PROBE914_TYPE - Probe914 TYPE - 0 - - - - true - - - - - - C_PROBE913_TYPE - Probe913 TYPE - 0 - - - - true - - - - - - C_PROBE912_TYPE - Probe912 TYPE - 0 - - - - true - - - - - - C_PROBE911_TYPE - Probe911 TYPE - 0 - - - - true - - - - - - C_PROBE910_TYPE - Probe910 TYPE - 0 - - - - true - - - - - - C_PROBE909_TYPE - Probe909 TYPE - 0 - - - - true - - - - - - C_PROBE908_TYPE - Probe908 TYPE - 0 - - - - true - - - - - - C_PROBE907_TYPE - Probe907 TYPE - 0 - - - - true - - - - - - C_PROBE906_TYPE - Probe906 TYPE - 0 - - - - true - - - - - - C_PROBE905_TYPE - Probe905 TYPE - 0 - - - - true - - - - - - C_PROBE904_TYPE - Probe904 TYPE - 0 - - - - true - - - - - - C_PROBE903_TYPE - Probe903 TYPE - 0 - - - - true - - - - - - C_PROBE902_TYPE - Probe902 TYPE - 0 - - - - true - - - - - - C_PROBE901_TYPE - Probe901 TYPE - 0 - - - - true - - - - - - C_PROBE900_TYPE - Probe900 TYPE - 0 - - - - true - - - - - - C_PROBE899_TYPE - Probe899 TYPE - 0 - - - - true - - - - - - C_PROBE898_TYPE - Probe898 TYPE - 0 - - - - true - - - - - - C_PROBE897_TYPE - Probe897 TYPE - 0 - - - - true - - - - - - C_PROBE896_TYPE - Probe896 TYPE - 0 - - - - true - - - - - - C_PROBE895_TYPE - Probe895 TYPE - 0 - - - - true - - - - - - C_PROBE894_TYPE - Probe894 TYPE - 0 - - - - true - - - - - - C_PROBE893_TYPE - Probe893 TYPE - 0 - - - - true - - - - - - C_PROBE892_TYPE - Probe892 TYPE - 0 - - - - true - - - - - - C_PROBE891_TYPE - Probe891 TYPE - 0 - - - - true - - - - - - C_PROBE890_TYPE - Probe890 TYPE - 0 - - - - true - - - - - - C_PROBE889_TYPE - Probe889 TYPE - 0 - - - - true - - - - - - C_PROBE888_TYPE - Probe888 TYPE - 0 - - - - true - - - - - - C_PROBE887_TYPE - Probe887 TYPE - 0 - - - - true - - - - - - C_PROBE886_TYPE - Probe886 TYPE - 0 - - - - true - - - - - - C_PROBE885_TYPE - Probe885 TYPE - 0 - - - - true - - - - - - C_PROBE884_TYPE - Probe884 TYPE - 0 - - - - true - - - - - - C_PROBE883_TYPE - Probe883 TYPE - 0 - - - - true - - - - - - C_PROBE882_TYPE - Probe882 TYPE - 0 - - - - true - - - - - - C_PROBE881_TYPE - Probe881 TYPE - 0 - - - - true - - - - - - C_PROBE880_TYPE - Probe880 TYPE - 0 - - - - true - - - - - - C_PROBE879_TYPE - Probe879 TYPE - 0 - - - - true - - - - - - C_PROBE878_TYPE - Probe878 TYPE - 0 - - - - true - - - - - - C_PROBE877_TYPE - Probe877 TYPE - 0 - - - - true - - - - - - C_PROBE876_TYPE - Probe876 TYPE - 0 - - - - true - - - - - - C_PROBE875_TYPE - Probe875 TYPE - 0 - - - - true - - - - - - C_PROBE874_TYPE - Probe874 TYPE - 0 - - - - true - - - - - - C_PROBE873_TYPE - Probe873 TYPE - 0 - - - - true - - - - - - C_PROBE872_TYPE - Probe872 TYPE - 0 - - - - true - - - - - - C_PROBE871_TYPE - Probe871 TYPE - 0 - - - - true - - - - - - C_PROBE870_TYPE - Probe870 TYPE - 0 - - - - true - - - - - - C_PROBE869_TYPE - Probe869 TYPE - 0 - - - - true - - - - - - C_PROBE868_TYPE - Probe868 TYPE - 0 - - - - true - - - - - - C_PROBE867_TYPE - Probe867 TYPE - 0 - - - - true - - - - - - C_PROBE866_TYPE - Probe866 TYPE - 0 - - - - true - - - - - - C_PROBE865_TYPE - Probe865 TYPE - 0 - - - - true - - - - - - C_PROBE864_TYPE - Probe864 TYPE - 0 - - - - true - - - - - - C_PROBE863_TYPE - Probe863 TYPE - 0 - - - - true - - - - - - C_PROBE862_TYPE - Probe862 TYPE - 0 - - - - true - - - - - - C_PROBE861_TYPE - Probe861 TYPE - 0 - - - - true - - - - - - C_PROBE860_TYPE - Probe860 TYPE - 0 - - - - true - - - - - - C_PROBE859_TYPE - Probe859 TYPE - 0 - - - - true - - - - - - C_PROBE858_TYPE - Probe858 TYPE - 0 - - - - true - - - - - - C_PROBE857_TYPE - Probe857 TYPE - 0 - - - - true - - - - - - C_PROBE856_TYPE - Probe856 TYPE - 0 - - - - true - - - - - - C_PROBE855_TYPE - Probe855 TYPE - 0 - - - - true - - - - - - C_PROBE854_TYPE - Probe854 TYPE - 0 - - - - true - - - - - - C_PROBE853_TYPE - Probe853 TYPE - 0 - - - - true - - - - - - C_PROBE852_TYPE - Probe852 TYPE - 0 - - - - true - - - - - - C_PROBE851_TYPE - Probe851 TYPE - 0 - - - - true - - - - - - C_PROBE850_TYPE - Probe850 TYPE - 0 - - - - true - - - - - - C_PROBE849_TYPE - Probe849 TYPE - 0 - - - - true - - - - - - C_PROBE848_TYPE - Probe848 TYPE - 0 - - - - true - - - - - - C_PROBE847_TYPE - Probe847 TYPE - 0 - - - - true - - - - - - C_PROBE846_TYPE - Probe846 TYPE - 0 - - - - true - - - - - - C_PROBE845_TYPE - Probe845 TYPE - 0 - - - - true - - - - - - C_PROBE844_TYPE - Probe844 TYPE - 0 - - - - true - - - - - - C_PROBE843_TYPE - Probe843 TYPE - 0 - - - - true - - - - - - C_PROBE842_TYPE - Probe842 TYPE - 0 - - - - true - - - - - - C_PROBE841_TYPE - Probe841 TYPE - 0 - - - - true - - - - - - C_PROBE840_TYPE - Probe840 TYPE - 0 - - - - true - - - - - - C_PROBE839_TYPE - Probe839 TYPE - 0 - - - - true - - - - - - C_PROBE838_TYPE - Probe838 TYPE - 0 - - - - true - - - - - - C_PROBE837_TYPE - Probe837 TYPE - 0 - - - - true - - - - - - C_PROBE836_TYPE - Probe836 TYPE - 0 - - - - true - - - - - - C_PROBE835_TYPE - Probe835 TYPE - 0 - - - - true - - - - - - C_PROBE834_TYPE - Probe834 TYPE - 0 - - - - true - - - - - - C_PROBE833_TYPE - Probe833 TYPE - 0 - - - - true - - - - - - C_PROBE832_TYPE - Probe832 TYPE - 0 - - - - true - - - - - - C_PROBE831_TYPE - Probe831 TYPE - 0 - - - - true - - - - - - C_PROBE830_TYPE - Probe830 TYPE - 0 - - - - true - - - - - - C_PROBE829_TYPE - Probe829 TYPE - 0 - - - - true - - - - - - C_PROBE828_TYPE - Probe828 TYPE - 0 - - - - true - - - - - - C_PROBE827_TYPE - Probe827 TYPE - 0 - - - - true - - - - - - C_PROBE826_TYPE - Probe826 TYPE - 0 - - - - true - - - - - - C_PROBE825_TYPE - Probe825 TYPE - 0 - - - - true - - - - - - C_PROBE824_TYPE - Probe824 TYPE - 0 - - - - true - - - - - - C_PROBE823_TYPE - Probe823 TYPE - 0 - - - - true - - - - - - C_PROBE822_TYPE - Probe822 TYPE - 0 - - - - true - - - - - - C_PROBE821_TYPE - Probe821 TYPE - 0 - - - - true - - - - - - C_PROBE820_TYPE - Probe820 TYPE - 0 - - - - true - - - - - - C_PROBE819_TYPE - Probe819 TYPE - 0 - - - - true - - - - - - C_PROBE818_TYPE - Probe818 TYPE - 0 - - - - true - - - - - - C_PROBE817_TYPE - Probe817 TYPE - 0 - - - - true - - - - - - C_PROBE816_TYPE - Probe816 TYPE - 0 - - - - true - - - - - - C_PROBE815_TYPE - Probe815 TYPE - 0 - - - - true - - - - - - C_PROBE814_TYPE - Probe814 TYPE - 0 - - - - true - - - - - - C_PROBE813_TYPE - Probe813 TYPE - 0 - - - - true - - - - - - C_PROBE812_TYPE - Probe812 TYPE - 0 - - - - true - - - - - - C_PROBE811_TYPE - Probe811 TYPE - 0 - - - - true - - - - - - C_PROBE810_TYPE - Probe810 TYPE - 0 - - - - true - - - - - - C_PROBE809_TYPE - Probe809 TYPE - 0 - - - - true - - - - - - C_PROBE808_TYPE - Probe808 TYPE - 0 - - - - true - - - - - - C_PROBE807_TYPE - Probe807 TYPE - 0 - - - - true - - - - - - C_PROBE806_TYPE - Probe806 TYPE - 0 - - - - true - - - - - - C_PROBE805_TYPE - Probe805 TYPE - 0 - - - - true - - - - - - C_PROBE804_TYPE - Probe804 TYPE - 0 - - - - true - - - - - - C_PROBE803_TYPE - Probe803 TYPE - 0 - - - - true - - - - - - C_PROBE802_TYPE - Probe802 TYPE - 0 - - - - true - - - - - - C_PROBE801_TYPE - Probe801 TYPE - 0 - - - - true - - - - - - C_PROBE800_TYPE - Probe800 TYPE - 0 - - - - true - - - - - - C_PROBE799_TYPE - Probe799 TYPE - 0 - - - - true - - - - - - C_PROBE798_TYPE - Probe798 TYPE - 0 - - - - true - - - - - - C_PROBE797_TYPE - Probe797 TYPE - 0 - - - - true - - - - - - C_PROBE796_TYPE - Probe796 TYPE - 0 - - - - true - - - - - - C_PROBE795_TYPE - Probe795 TYPE - 0 - - - - true - - - - - - C_PROBE794_TYPE - Probe794 TYPE - 0 - - - - true - - - - - - C_PROBE793_TYPE - Probe793 TYPE - 0 - - - - true - - - - - - C_PROBE792_TYPE - Probe792 TYPE - 0 - - - - true - - - - - - C_PROBE791_TYPE - Probe791 TYPE - 0 - - - - true - - - - - - C_PROBE790_TYPE - Probe790 TYPE - 0 - - - - true - - - - - - C_PROBE789_TYPE - Probe789 TYPE - 0 - - - - true - - - - - - C_PROBE788_TYPE - Probe788 TYPE - 0 - - - - true - - - - - - C_PROBE787_TYPE - Probe787 TYPE - 0 - - - - true - - - - - - C_PROBE786_TYPE - Probe786 TYPE - 0 - - - - true - - - - - - C_PROBE785_TYPE - Probe785 TYPE - 0 - - - - true - - - - - - C_PROBE784_TYPE - Probe784 TYPE - 0 - - - - true - - - - - - C_PROBE783_TYPE - Probe783 TYPE - 0 - - - - true - - - - - - C_PROBE782_TYPE - Probe782 TYPE - 0 - - - - true - - - - - - C_PROBE781_TYPE - Probe781 TYPE - 0 - - - - true - - - - - - C_PROBE780_TYPE - Probe780 TYPE - 0 - - - - true - - - - - - C_PROBE779_TYPE - Probe779 TYPE - 0 - - - - true - - - - - - C_PROBE778_TYPE - Probe778 TYPE - 0 - - - - true - - - - - - C_PROBE777_TYPE - Probe777 TYPE - 0 - - - - true - - - - - - C_PROBE776_TYPE - Probe776 TYPE - 0 - - - - true - - - - - - C_PROBE775_TYPE - Probe775 TYPE - 0 - - - - true - - - - - - C_PROBE774_TYPE - Probe774 TYPE - 0 - - - - true - - - - - - C_PROBE773_TYPE - Probe773 TYPE - 0 - - - - true - - - - - - C_PROBE772_TYPE - Probe772 TYPE - 0 - - - - true - - - - - - C_PROBE771_TYPE - Probe771 TYPE - 0 - - - - true - - - - - - C_PROBE770_TYPE - Probe770 TYPE - 0 - - - - true - - - - - - C_PROBE769_TYPE - Probe769 TYPE - 0 - - - - true - - - - - - C_PROBE768_TYPE - Probe768 TYPE - 0 - - - - true - - - - - - C_PROBE767_TYPE - Probe767 TYPE - 0 - - - - true - - - - - - C_PROBE766_TYPE - Probe766 TYPE - 0 - - - - true - - - - - - C_PROBE765_TYPE - Probe765 TYPE - 0 - - - - true - - - - - - C_PROBE764_TYPE - Probe764 TYPE - 0 - - - - true - - - - - - C_PROBE763_TYPE - Probe763 TYPE - 0 - - - - true - - - - - - C_PROBE762_TYPE - Probe762 TYPE - 0 - - - - true - - - - - - C_PROBE761_TYPE - Probe761 TYPE - 0 - - - - true - - - - - - C_PROBE760_TYPE - Probe760 TYPE - 0 - - - - true - - - - - - C_PROBE759_TYPE - Probe759 TYPE - 0 - - - - true - - - - - - C_PROBE758_TYPE - Probe758 TYPE - 0 - - - - true - - - - - - C_PROBE757_TYPE - Probe757 TYPE - 0 - - - - true - - - - - - C_PROBE756_TYPE - Probe756 TYPE - 0 - - - - true - - - - - - C_PROBE755_TYPE - Probe755 TYPE - 0 - - - - true - - - - - - C_PROBE754_TYPE - Probe754 TYPE - 0 - - - - true - - - - - - C_PROBE753_TYPE - Probe753 TYPE - 0 - - - - true - - - - - - C_PROBE752_TYPE - Probe752 TYPE - 0 - - - - true - - - - - - C_PROBE751_TYPE - Probe751 TYPE - 0 - - - - true - - - - - - C_PROBE750_TYPE - Probe750 TYPE - 0 - - - - true - - - - - - C_PROBE749_TYPE - Probe749 TYPE - 0 - - - - true - - - - - - C_PROBE748_TYPE - Probe748 TYPE - 0 - - - - true - - - - - - C_PROBE747_TYPE - Probe747 TYPE - 0 - - - - true - - - - - - C_PROBE746_TYPE - Probe746 TYPE - 0 - - - - true - - - - - - C_PROBE745_TYPE - Probe745 TYPE - 0 - - - - true - - - - - - C_PROBE744_TYPE - Probe744 TYPE - 0 - - - - true - - - - - - C_PROBE743_TYPE - Probe743 TYPE - 0 - - - - true - - - - - - C_PROBE742_TYPE - Probe742 TYPE - 0 - - - - true - - - - - - C_PROBE741_TYPE - Probe741 TYPE - 0 - - - - true - - - - - - C_PROBE740_TYPE - Probe740 TYPE - 0 - - - - true - - - - - - C_PROBE739_TYPE - Probe739 TYPE - 0 - - - - true - - - - - - C_PROBE738_TYPE - Probe738 TYPE - 0 - - - - true - - - - - - C_PROBE737_TYPE - Probe737 TYPE - 0 - - - - true - - - - - - C_PROBE736_TYPE - Probe736 TYPE - 0 - - - - true - - - - - - C_PROBE735_TYPE - Probe735 TYPE - 0 - - - - true - - - - - - C_PROBE734_TYPE - Probe734 TYPE - 0 - - - - true - - - - - - C_PROBE733_TYPE - Probe733 TYPE - 0 - - - - true - - - - - - C_PROBE732_TYPE - Probe732 TYPE - 0 - - - - true - - - - - - C_PROBE731_TYPE - Probe731 TYPE - 0 - - - - true - - - - - - C_PROBE730_TYPE - Probe730 TYPE - 0 - - - - true - - - - - - C_PROBE729_TYPE - Probe729 TYPE - 0 - - - - true - - - - - - C_PROBE728_TYPE - Probe728 TYPE - 0 - - - - true - - - - - - C_PROBE727_TYPE - Probe727 TYPE - 0 - - - - true - - - - - - C_PROBE726_TYPE - Probe726 TYPE - 0 - - - - true - - - - - - C_PROBE725_TYPE - Probe725 TYPE - 0 - - - - true - - - - - - C_PROBE724_TYPE - Probe724 TYPE - 0 - - - - true - - - - - - C_PROBE723_TYPE - Probe723 TYPE - 0 - - - - true - - - - - - C_PROBE722_TYPE - Probe722 TYPE - 0 - - - - true - - - - - - C_PROBE721_TYPE - Probe721 TYPE - 0 - - - - true - - - - - - C_PROBE720_TYPE - Probe720 TYPE - 0 - - - - true - - - - - - C_PROBE719_TYPE - Probe719 TYPE - 0 - - - - true - - - - - - C_PROBE718_TYPE - Probe718 TYPE - 0 - - - - true - - - - - - C_PROBE717_TYPE - Probe717 TYPE - 0 - - - - true - - - - - - C_PROBE716_TYPE - Probe716 TYPE - 0 - - - - true - - - - - - C_PROBE715_TYPE - Probe715 TYPE - 0 - - - - true - - - - - - C_PROBE714_TYPE - Probe714 TYPE - 0 - - - - true - - - - - - C_PROBE713_TYPE - Probe713 TYPE - 0 - - - - true - - - - - - C_PROBE712_TYPE - Probe712 TYPE - 0 - - - - true - - - - - - C_PROBE711_TYPE - Probe711 TYPE - 0 - - - - true - - - - - - C_PROBE710_TYPE - Probe710 TYPE - 0 - - - - true - - - - - - C_PROBE709_TYPE - Probe709 TYPE - 0 - - - - true - - - - - - C_PROBE708_TYPE - Probe708 TYPE - 0 - - - - true - - - - - - C_PROBE707_TYPE - Probe707 TYPE - 0 - - - - true - - - - - - C_PROBE706_TYPE - Probe706 TYPE - 0 - - - - true - - - - - - C_PROBE705_TYPE - Probe705 TYPE - 0 - - - - true - - - - - - C_PROBE704_TYPE - Probe704 TYPE - 0 - - - - true - - - - - - C_PROBE703_TYPE - Probe703 TYPE - 0 - - - - true - - - - - - C_PROBE702_TYPE - Probe702 TYPE - 0 - - - - true - - - - - - C_PROBE701_TYPE - Probe701 TYPE - 0 - - - - true - - - - - - C_PROBE700_TYPE - Probe700 TYPE - 0 - - - - true - - - - - - C_PROBE699_TYPE - Probe699 TYPE - 0 - - - - true - - - - - - C_PROBE698_TYPE - Probe698 TYPE - 0 - - - - true - - - - - - C_PROBE697_TYPE - Probe697 TYPE - 0 - - - - true - - - - - - C_PROBE696_TYPE - Probe696 TYPE - 0 - - - - true - - - - - - C_PROBE695_TYPE - Probe695 TYPE - 0 - - - - true - - - - - - C_PROBE694_TYPE - Probe694 TYPE - 0 - - - - true - - - - - - C_PROBE693_TYPE - Probe693 TYPE - 0 - - - - true - - - - - - C_PROBE692_TYPE - Probe692 TYPE - 0 - - - - true - - - - - - C_PROBE691_TYPE - Probe691 TYPE - 0 - - - - true - - - - - - C_PROBE690_TYPE - Probe690 TYPE - 0 - - - - true - - - - - - C_PROBE689_TYPE - Probe689 TYPE - 0 - - - - true - - - - - - C_PROBE688_TYPE - Probe688 TYPE - 0 - - - - true - - - - - - C_PROBE687_TYPE - Probe687 TYPE - 0 - - - - true - - - - - - C_PROBE686_TYPE - Probe686 TYPE - 0 - - - - true - - - - - - C_PROBE685_TYPE - Probe685 TYPE - 0 - - - - true - - - - - - C_PROBE684_TYPE - Probe684 TYPE - 0 - - - - true - - - - - - C_PROBE683_TYPE - Probe683 TYPE - 0 - - - - true - - - - - - C_PROBE682_TYPE - Probe682 TYPE - 0 - - - - true - - - - - - C_PROBE681_TYPE - Probe681 TYPE - 0 - - - - true - - - - - - C_PROBE680_TYPE - Probe680 TYPE - 0 - - - - true - - - - - - C_PROBE679_TYPE - Probe679 TYPE - 0 - - - - true - - - - - - C_PROBE678_TYPE - Probe678 TYPE - 0 - - - - true - - - - - - C_PROBE677_TYPE - Probe677 TYPE - 0 - - - - true - - - - - - C_PROBE676_TYPE - Probe676 TYPE - 0 - - - - true - - - - - - C_PROBE675_TYPE - Probe675 TYPE - 0 - - - - true - - - - - - C_PROBE674_TYPE - Probe674 TYPE - 0 - - - - true - - - - - - C_PROBE673_TYPE - Probe673 TYPE - 0 - - - - true - - - - - - C_PROBE672_TYPE - Probe672 TYPE - 0 - - - - true - - - - - - C_PROBE671_TYPE - Probe671 TYPE - 0 - - - - true - - - - - - C_PROBE670_TYPE - Probe670 TYPE - 0 - - - - true - - - - - - C_PROBE669_TYPE - Probe669 TYPE - 0 - - - - true - - - - - - C_PROBE668_TYPE - Probe668 TYPE - 0 - - - - true - - - - - - C_PROBE667_TYPE - Probe667 TYPE - 0 - - - - true - - - - - - C_PROBE666_TYPE - Probe666 TYPE - 0 - - - - true - - - - - - C_PROBE665_TYPE - Probe665 TYPE - 0 - - - - true - - - - - - C_PROBE664_TYPE - Probe664 TYPE - 0 - - - - true - - - - - - C_PROBE663_TYPE - Probe663 TYPE - 0 - - - - true - - - - - - C_PROBE662_TYPE - Probe662 TYPE - 0 - - - - true - - - - - - C_PROBE661_TYPE - Probe661 TYPE - 0 - - - - true - - - - - - C_PROBE660_TYPE - Probe660 TYPE - 0 - - - - true - - - - - - C_PROBE659_TYPE - Probe659 TYPE - 0 - - - - true - - - - - - C_PROBE658_TYPE - Probe658 TYPE - 0 - - - - true - - - - - - C_PROBE657_TYPE - Probe657 TYPE - 0 - - - - true - - - - - - C_PROBE656_TYPE - Probe656 TYPE - 0 - - - - true - - - - - - C_PROBE655_TYPE - Probe655 TYPE - 0 - - - - true - - - - - - C_PROBE654_TYPE - Probe654 TYPE - 0 - - - - true - - - - - - C_PROBE653_TYPE - Probe653 TYPE - 0 - - - - true - - - - - - C_PROBE652_TYPE - Probe652 TYPE - 0 - - - - true - - - - - - C_PROBE651_TYPE - Probe651 TYPE - 0 - - - - true - - - - - - C_PROBE650_TYPE - Probe650 TYPE - 0 - - - - true - - - - - - C_PROBE649_TYPE - Probe649 TYPE - 0 - - - - true - - - - - - C_PROBE648_TYPE - Probe648 TYPE - 0 - - - - true - - - - - - C_PROBE647_TYPE - Probe647 TYPE - 0 - - - - true - - - - - - C_PROBE646_TYPE - Probe646 TYPE - 0 - - - - true - - - - - - C_PROBE645_TYPE - Probe645 TYPE - 0 - - - - true - - - - - - C_PROBE644_TYPE - Probe644 TYPE - 0 - - - - true - - - - - - C_PROBE643_TYPE - Probe643 TYPE - 0 - - - - true - - - - - - C_PROBE642_TYPE - Probe642 TYPE - 0 - - - - true - - - - - - C_PROBE641_TYPE - Probe641 TYPE - 0 - - - - true - - - - - - C_PROBE640_TYPE - Probe640 TYPE - 0 - - - - true - - - - - - C_PROBE639_TYPE - Probe639 TYPE - 0 - - - - true - - - - - - C_PROBE638_TYPE - Probe638 TYPE - 0 - - - - true - - - - - - C_PROBE637_TYPE - Probe637 TYPE - 0 - - - - true - - - - - - C_PROBE636_TYPE - Probe636 TYPE - 0 - - - - true - - - - - - C_PROBE635_TYPE - Probe635 TYPE - 0 - - - - true - - - - - - C_PROBE634_TYPE - Probe634 TYPE - 0 - - - - true - - - - - - C_PROBE633_TYPE - Probe633 TYPE - 0 - - - - true - - - - - - C_PROBE632_TYPE - Probe632 TYPE - 0 - - - - true - - - - - - C_PROBE631_TYPE - Probe631 TYPE - 0 - - - - true - - - - - - C_PROBE630_TYPE - Probe630 TYPE - 0 - - - - true - - - - - - C_PROBE629_TYPE - Probe629 TYPE - 0 - - - - true - - - - - - C_PROBE628_TYPE - Probe628 TYPE - 0 - - - - true - - - - - - C_PROBE627_TYPE - Probe627 TYPE - 0 - - - - true - - - - - - C_PROBE626_TYPE - Probe626 TYPE - 0 - - - - true - - - - - - C_PROBE625_TYPE - Probe625 TYPE - 0 - - - - true - - - - - - C_PROBE624_TYPE - Probe624 TYPE - 0 - - - - true - - - - - - C_PROBE623_TYPE - Probe623 TYPE - 0 - - - - true - - - - - - C_PROBE622_TYPE - Probe622 TYPE - 0 - - - - true - - - - - - C_PROBE621_TYPE - Probe621 TYPE - 0 - - - - true - - - - - - C_PROBE620_TYPE - Probe620 TYPE - 0 - - - - true - - - - - - C_PROBE619_TYPE - Probe619 TYPE - 0 - - - - true - - - - - - C_PROBE618_TYPE - Probe618 TYPE - 0 - - - - true - - - - - - C_PROBE617_TYPE - Probe617 TYPE - 0 - - - - true - - - - - - C_PROBE616_TYPE - Probe616 TYPE - 0 - - - - true - - - - - - C_PROBE615_TYPE - Probe615 TYPE - 0 - - - - true - - - - - - C_PROBE614_TYPE - Probe614 TYPE - 0 - - - - true - - - - - - C_PROBE613_TYPE - Probe613 TYPE - 0 - - - - true - - - - - - C_PROBE612_TYPE - Probe612 TYPE - 0 - - - - true - - - - - - C_PROBE611_TYPE - Probe611 TYPE - 0 - - - - true - - - - - - C_PROBE610_TYPE - Probe610 TYPE - 0 - - - - true - - - - - - C_PROBE609_TYPE - Probe609 TYPE - 0 - - - - true - - - - - - C_PROBE608_TYPE - Probe608 TYPE - 0 - - - - true - - - - - - C_PROBE607_TYPE - Probe607 TYPE - 0 - - - - true - - - - - - C_PROBE606_TYPE - Probe606 TYPE - 0 - - - - true - - - - - - C_PROBE605_TYPE - Probe605 TYPE - 0 - - - - true - - - - - - C_PROBE604_TYPE - Probe604 TYPE - 0 - - - - true - - - - - - C_PROBE603_TYPE - Probe603 TYPE - 0 - - - - true - - - - - - C_PROBE602_TYPE - Probe602 TYPE - 0 - - - - true - - - - - - C_PROBE601_TYPE - Probe601 TYPE - 0 - - - - true - - - - - - C_PROBE600_TYPE - Probe600 TYPE - 0 - - - - true - - - - - - C_PROBE599_TYPE - Probe599 TYPE - 0 - - - - true - - - - - - C_PROBE598_TYPE - Probe598 TYPE - 0 - - - - true - - - - - - C_PROBE597_TYPE - Probe597 TYPE - 0 - - - - true - - - - - - C_PROBE596_TYPE - Probe596 TYPE - 0 - - - - true - - - - - - C_PROBE595_TYPE - Probe595 TYPE - 0 - - - - true - - - - - - C_PROBE594_TYPE - Probe594 TYPE - 0 - - - - true - - - - - - C_PROBE593_TYPE - Probe593 TYPE - 0 - - - - true - - - - - - C_PROBE592_TYPE - Probe592 TYPE - 0 - - - - true - - - - - - C_PROBE591_TYPE - Probe591 TYPE - 0 - - - - true - - - - - - C_PROBE590_TYPE - Probe590 TYPE - 0 - - - - true - - - - - - C_PROBE589_TYPE - Probe589 TYPE - 0 - - - - true - - - - - - C_PROBE588_TYPE - Probe588 TYPE - 0 - - - - true - - - - - - C_PROBE587_TYPE - Probe587 TYPE - 0 - - - - true - - - - - - C_PROBE586_TYPE - Probe586 TYPE - 0 - - - - true - - - - - - C_PROBE585_TYPE - Probe585 TYPE - 0 - - - - true - - - - - - C_PROBE584_TYPE - Probe584 TYPE - 0 - - - - true - - - - - - C_PROBE583_TYPE - Probe583 TYPE - 0 - - - - true - - - - - - C_PROBE582_TYPE - Probe582 TYPE - 0 - - - - true - - - - - - C_PROBE581_TYPE - Probe581 TYPE - 0 - - - - true - - - - - - C_PROBE580_TYPE - Probe580 TYPE - 0 - - - - true - - - - - - C_PROBE579_TYPE - Probe579 TYPE - 0 - - - - true - - - - - - C_PROBE578_TYPE - Probe578 TYPE - 0 - - - - true - - - - - - C_PROBE577_TYPE - Probe577 TYPE - 0 - - - - true - - - - - - C_PROBE576_TYPE - Probe576 TYPE - 0 - - - - true - - - - - - C_PROBE575_TYPE - Probe575 TYPE - 0 - - - - true - - - - - - C_PROBE574_TYPE - Probe574 TYPE - 0 - - - - true - - - - - - C_PROBE573_TYPE - Probe573 TYPE - 0 - - - - true - - - - - - C_PROBE572_TYPE - Probe572 TYPE - 0 - - - - true - - - - - - C_PROBE571_TYPE - Probe571 TYPE - 0 - - - - true - - - - - - C_PROBE570_TYPE - Probe570 TYPE - 0 - - - - true - - - - - - C_PROBE569_TYPE - Probe569 TYPE - 0 - - - - true - - - - - - C_PROBE568_TYPE - Probe568 TYPE - 0 - - - - true - - - - - - C_PROBE567_TYPE - Probe567 TYPE - 0 - - - - true - - - - - - C_PROBE566_TYPE - Probe566 TYPE - 0 - - - - true - - - - - - C_PROBE565_TYPE - Probe565 TYPE - 0 - - - - true - - - - - - C_PROBE564_TYPE - Probe564 TYPE - 0 - - - - true - - - - - - C_PROBE563_TYPE - Probe563 TYPE - 0 - - - - true - - - - - - C_PROBE562_TYPE - Probe562 TYPE - 0 - - - - true - - - - - - C_PROBE561_TYPE - Probe561 TYPE - 0 - - - - true - - - - - - C_PROBE560_TYPE - Probe560 TYPE - 0 - - - - true - - - - - - C_PROBE559_TYPE - Probe559 TYPE - 0 - - - - true - - - - - - C_PROBE558_TYPE - Probe558 TYPE - 0 - - - - true - - - - - - C_PROBE557_TYPE - Probe557 TYPE - 0 - - - - true - - - - - - C_PROBE556_TYPE - Probe556 TYPE - 0 - - - - true - - - - - - C_PROBE555_TYPE - Probe555 TYPE - 0 - - - - true - - - - - - C_PROBE554_TYPE - Probe554 TYPE - 0 - - - - true - - - - - - C_PROBE553_TYPE - Probe553 TYPE - 0 - - - - true - - - - - - C_PROBE552_TYPE - Probe552 TYPE - 0 - - - - true - - - - - - C_PROBE551_TYPE - Probe551 TYPE - 0 - - - - true - - - - - - C_PROBE550_TYPE - Probe550 TYPE - 0 - - - - true - - - - - - C_PROBE549_TYPE - Probe549 TYPE - 0 - - - - true - - - - - - C_PROBE548_TYPE - Probe548 TYPE - 0 - - - - true - - - - - - C_PROBE547_TYPE - Probe547 TYPE - 0 - - - - true - - - - - - C_PROBE546_TYPE - Probe546 TYPE - 0 - - - - true - - - - - - C_PROBE545_TYPE - Probe545 TYPE - 0 - - - - true - - - - - - C_PROBE544_TYPE - Probe544 TYPE - 0 - - - - true - - - - - - C_PROBE543_TYPE - Probe543 TYPE - 0 - - - - true - - - - - - C_PROBE542_TYPE - Probe542 TYPE - 0 - - - - true - - - - - - C_PROBE541_TYPE - Probe541 TYPE - 0 - - - - true - - - - - - C_PROBE540_TYPE - Probe540 TYPE - 0 - - - - true - - - - - - C_PROBE539_TYPE - Probe539 TYPE - 0 - - - - true - - - - - - C_PROBE538_TYPE - Probe538 TYPE - 0 - - - - true - - - - - - C_PROBE537_TYPE - Probe537 TYPE - 0 - - - - true - - - - - - C_PROBE536_TYPE - Probe536 TYPE - 0 - - - - true - - - - - - C_PROBE535_TYPE - Probe535 TYPE - 0 - - - - true - - - - - - C_PROBE534_TYPE - Probe534 TYPE - 0 - - - - true - - - - - - C_PROBE533_TYPE - Probe533 TYPE - 0 - - - - true - - - - - - C_PROBE532_TYPE - Probe532 TYPE - 0 - - - - true - - - - - - C_PROBE531_TYPE - Probe531 TYPE - 0 - - - - true - - - - - - C_PROBE530_TYPE - Probe530 TYPE - 0 - - - - true - - - - - - C_PROBE529_TYPE - Probe529 TYPE - 0 - - - - true - - - - - - C_PROBE528_TYPE - Probe528 TYPE - 0 - - - - true - - - - - - C_PROBE527_TYPE - Probe527 TYPE - 0 - - - - true - - - - - - C_PROBE526_TYPE - Probe526 TYPE - 0 - - - - true - - - - - - C_PROBE525_TYPE - Probe525 TYPE - 0 - - - - true - - - - - - C_PROBE524_TYPE - Probe524 TYPE - 0 - - - - true - - - - - - C_PROBE523_TYPE - Probe523 TYPE - 0 - - - - true - - - - - - C_PROBE522_TYPE - Probe522 TYPE - 0 - - - - true - - - - - - C_PROBE521_TYPE - Probe521 TYPE - 0 - - - - true - - - - - - C_PROBE520_TYPE - Probe520 TYPE - 0 - - - - true - - - - - - C_PROBE519_TYPE - Probe519 TYPE - 0 - - - - true - - - - - - C_PROBE518_TYPE - Probe518 TYPE - 0 - - - - true - - - - - - C_PROBE517_TYPE - Probe517 TYPE - 0 - - - - true - - - - - - C_PROBE516_TYPE - Probe516 TYPE - 0 - - - - true - - - - - - C_PROBE515_TYPE - Probe515 TYPE - 0 - - - - true - - - - - - C_PROBE514_TYPE - Probe514 TYPE - 0 - - - - true - - - - - - C_PROBE513_TYPE - Probe513 TYPE - 0 - - - - true - - - - - - C_PROBE512_TYPE - Probe512 TYPE - 0 - - - - true - - - - - - C_PROBE511_TYPE - Probe511 TYPE - 0 - - - - true - - - - - - C_PROBE510_TYPE - Probe510 TYPE - 0 - - - - true - - - - - - C_PROBE509_TYPE - Probe509 TYPE - 0 - - - - true - - - - - - C_PROBE508_TYPE - Probe508 TYPE - 0 - - - - true - - - - - - C_PROBE507_TYPE - Probe507 TYPE - 0 - - - - true - - - - - - C_PROBE506_TYPE - Probe506 TYPE - 0 - - - - true - - - - - - C_PROBE505_TYPE - Probe505 TYPE - 0 - - - - true - - - - - - C_PROBE504_TYPE - Probe504 TYPE - 0 - - - - true - - - - - - C_PROBE503_TYPE - Probe503 TYPE - 0 - - - - true - - - - - - C_PROBE502_TYPE - Probe502 TYPE - 0 - - - - true - - - - - - C_PROBE501_TYPE - Probe501 TYPE - 0 - - - - true - - - - - - C_PROBE500_TYPE - Probe500 TYPE - 0 - - - - true - - - - - - C_PROBE499_TYPE - Probe499 TYPE - 0 - - - - true - - - - - - C_PROBE498_TYPE - Probe498 TYPE - 0 - - - - true - - - - - - C_PROBE497_TYPE - Probe497 TYPE - 0 - - - - true - - - - - - C_PROBE496_TYPE - Probe496 TYPE - 0 - - - - true - - - - - - C_PROBE495_TYPE - Probe495 TYPE - 0 - - - - true - - - - - - C_PROBE494_TYPE - Probe494 TYPE - 0 - - - - true - - - - - - C_PROBE493_TYPE - Probe493 TYPE - 0 - - - - true - - - - - - C_PROBE492_TYPE - Probe492 TYPE - 0 - - - - true - - - - - - C_PROBE491_TYPE - Probe491 TYPE - 0 - - - - true - - - - - - C_PROBE490_TYPE - Probe490 TYPE - 0 - - - - true - - - - - - C_PROBE489_TYPE - Probe489 TYPE - 0 - - - - true - - - - - - C_PROBE488_TYPE - Probe488 TYPE - 0 - - - - true - - - - - - C_PROBE487_TYPE - Probe487 TYPE - 0 - - - - true - - - - - - C_PROBE486_TYPE - Probe486 TYPE - 0 - - - - true - - - - - - C_PROBE485_TYPE - Probe485 TYPE - 0 - - - - true - - - - - - C_PROBE484_TYPE - Probe484 TYPE - 0 - - - - true - - - - - - C_PROBE483_TYPE - Probe483 TYPE - 0 - - - - true - - - - - - C_PROBE482_TYPE - Probe482 TYPE - 0 - - - - true - - - - - - C_PROBE481_TYPE - Probe481 TYPE - 0 - - - - true - - - - - - C_PROBE480_TYPE - Probe480 TYPE - 0 - - - - true - - - - - - C_PROBE479_TYPE - Probe479 TYPE - 0 - - - - true - - - - - - C_PROBE478_TYPE - Probe478 TYPE - 0 - - - - true - - - - - - C_PROBE477_TYPE - Probe477 TYPE - 0 - - - - true - - - - - - C_PROBE476_TYPE - Probe476 TYPE - 0 - - - - true - - - - - - C_PROBE475_TYPE - Probe475 TYPE - 0 - - - - true - - - - - - C_PROBE474_TYPE - Probe474 TYPE - 0 - - - - true - - - - - - C_PROBE473_TYPE - Probe473 TYPE - 0 - - - - true - - - - - - C_PROBE472_TYPE - Probe472 TYPE - 0 - - - - true - - - - - - C_PROBE471_TYPE - Probe471 TYPE - 0 - - - - true - - - - - - C_PROBE470_TYPE - Probe470 TYPE - 0 - - - - true - - - - - - C_PROBE469_TYPE - Probe469 TYPE - 0 - - - - true - - - - - - C_PROBE468_TYPE - Probe468 TYPE - 0 - - - - true - - - - - - C_PROBE467_TYPE - Probe467 TYPE - 0 - - - - true - - - - - - C_PROBE466_TYPE - Probe466 TYPE - 0 - - - - true - - - - - - C_PROBE465_TYPE - Probe465 TYPE - 0 - - - - true - - - - - - C_PROBE464_TYPE - Probe464 TYPE - 0 - - - - true - - - - - - C_PROBE463_TYPE - Probe463 TYPE - 0 - - - - true - - - - - - C_PROBE462_TYPE - Probe462 TYPE - 0 - - - - true - - - - - - C_PROBE461_TYPE - Probe461 TYPE - 0 - - - - true - - - - - - C_PROBE460_TYPE - Probe460 TYPE - 0 - - - - true - - - - - - C_PROBE459_TYPE - Probe459 TYPE - 0 - - - - true - - - - - - C_PROBE458_TYPE - Probe458 TYPE - 0 - - - - true - - - - - - C_PROBE457_TYPE - Probe457 TYPE - 0 - - - - true - - - - - - C_PROBE456_TYPE - Probe456 TYPE - 0 - - - - true - - - - - - C_PROBE455_TYPE - Probe455 TYPE - 0 - - - - true - - - - - - C_PROBE454_TYPE - Probe454 TYPE - 0 - - - - true - - - - - - C_PROBE453_TYPE - Probe453 TYPE - 0 - - - - true - - - - - - C_PROBE452_TYPE - Probe452 TYPE - 0 - - - - true - - - - - - C_PROBE451_TYPE - Probe451 TYPE - 0 - - - - true - - - - - - C_PROBE450_TYPE - Probe450 TYPE - 0 - - - - true - - - - - - C_PROBE449_TYPE - Probe449 TYPE - 0 - - - - true - - - - - - C_PROBE448_TYPE - Probe448 TYPE - 0 - - - - true - - - - - - C_PROBE447_TYPE - Probe447 TYPE - 0 - - - - true - - - - - - C_PROBE446_TYPE - Probe446 TYPE - 0 - - - - true - - - - - - C_PROBE445_TYPE - Probe445 TYPE - 0 - - - - true - - - - - - C_PROBE444_TYPE - Probe444 TYPE - 0 - - - - true - - - - - - C_PROBE443_TYPE - Probe443 TYPE - 0 - - - - true - - - - - - C_PROBE442_TYPE - Probe442 TYPE - 0 - - - - true - - - - - - C_PROBE441_TYPE - Probe441 TYPE - 0 - - - - true - - - - - - C_PROBE440_TYPE - Probe440 TYPE - 0 - - - - true - - - - - - C_PROBE439_TYPE - Probe439 TYPE - 0 - - - - true - - - - - - C_PROBE438_TYPE - Probe438 TYPE - 0 - - - - true - - - - - - C_PROBE437_TYPE - Probe437 TYPE - 0 - - - - true - - - - - - C_PROBE436_TYPE - Probe436 TYPE - 0 - - - - true - - - - - - C_PROBE435_TYPE - Probe435 TYPE - 0 - - - - true - - - - - - C_PROBE434_TYPE - Probe434 TYPE - 0 - - - - true - - - - - - C_PROBE433_TYPE - Probe433 TYPE - 0 - - - - true - - - - - - C_PROBE432_TYPE - Probe432 TYPE - 0 - - - - true - - - - - - C_PROBE431_TYPE - Probe431 TYPE - 0 - - - - true - - - - - - C_PROBE430_TYPE - Probe430 TYPE - 0 - - - - true - - - - - - C_PROBE429_TYPE - Probe429 TYPE - 0 - - - - true - - - - - - C_PROBE428_TYPE - Probe428 TYPE - 0 - - - - true - - - - - - C_PROBE427_TYPE - Probe427 TYPE - 0 - - - - true - - - - - - C_PROBE426_TYPE - Probe426 TYPE - 0 - - - - true - - - - - - C_PROBE425_TYPE - Probe425 TYPE - 0 - - - - true - - - - - - C_PROBE424_TYPE - Probe424 TYPE - 0 - - - - true - - - - - - C_PROBE423_TYPE - Probe423 TYPE - 0 - - - - true - - - - - - C_PROBE422_TYPE - Probe422 TYPE - 0 - - - - true - - - - - - C_PROBE421_TYPE - Probe421 TYPE - 0 - - - - true - - - - - - C_PROBE420_TYPE - Probe420 TYPE - 0 - - - - true - - - - - - C_PROBE419_TYPE - Probe419 TYPE - 0 - - - - true - - - - - - C_PROBE418_TYPE - Probe418 TYPE - 0 - - - - true - - - - - - C_PROBE417_TYPE - Probe417 TYPE - 0 - - - - true - - - - - - C_PROBE416_TYPE - Probe416 TYPE - 0 - - - - true - - - - - - C_PROBE415_TYPE - Probe415 TYPE - 0 - - - - true - - - - - - C_PROBE414_TYPE - Probe414 TYPE - 0 - - - - true - - - - - - C_PROBE413_TYPE - Probe413 TYPE - 0 - - - - true - - - - - - C_PROBE412_TYPE - Probe412 TYPE - 0 - - - - true - - - - - - C_PROBE411_TYPE - Probe411 TYPE - 0 - - - - true - - - - - - C_PROBE410_TYPE - Probe410 TYPE - 0 - - - - true - - - - - - C_PROBE409_TYPE - Probe409 TYPE - 0 - - - - true - - - - - - C_PROBE408_TYPE - Probe408 TYPE - 0 - - - - true - - - - - - C_PROBE407_TYPE - Probe407 TYPE - 0 - - - - true - - - - - - C_PROBE406_TYPE - Probe406 TYPE - 0 - - - - true - - - - - - C_PROBE405_TYPE - Probe405 TYPE - 0 - - - - true - - - - - - C_PROBE404_TYPE - Probe404 TYPE - 0 - - - - true - - - - - - C_PROBE403_TYPE - Probe403 TYPE - 0 - - - - true - - - - - - C_PROBE402_TYPE - Probe402 TYPE - 0 - - - - true - - - - - - C_PROBE401_TYPE - Probe401 TYPE - 0 - - - - true - - - - - - C_PROBE400_TYPE - Probe400 TYPE - 0 - - - - true - - - - - - C_PROBE399_TYPE - Probe399 TYPE - 0 - - - - true - - - - - - C_PROBE398_TYPE - Probe398 TYPE - 0 - - - - true - - - - - - C_PROBE397_TYPE - Probe397 TYPE - 0 - - - - true - - - - - - C_PROBE396_TYPE - Probe396 TYPE - 0 - - - - true - - - - - - C_PROBE395_TYPE - Probe395 TYPE - 0 - - - - true - - - - - - C_PROBE394_TYPE - Probe394 TYPE - 0 - - - - true - - - - - - C_PROBE393_TYPE - Probe393 TYPE - 0 - - - - true - - - - - - C_PROBE392_TYPE - Probe392 TYPE - 0 - - - - true - - - - - - C_PROBE391_TYPE - Probe391 TYPE - 0 - - - - true - - - - - - C_PROBE390_TYPE - Probe390 TYPE - 0 - - - - true - - - - - - C_PROBE389_TYPE - Probe389 TYPE - 0 - - - - true - - - - - - C_PROBE388_TYPE - Probe388 TYPE - 0 - - - - true - - - - - - C_PROBE387_TYPE - Probe387 TYPE - 0 - - - - true - - - - - - C_PROBE386_TYPE - Probe386 TYPE - 0 - - - - true - - - - - - C_PROBE385_TYPE - Probe385 TYPE - 0 - - - - true - - - - - - C_PROBE384_TYPE - Probe384 TYPE - 0 - - - - true - - - - - - C_PROBE383_TYPE - Probe383 TYPE - 0 - - - - true - - - - - - C_PROBE382_TYPE - Probe382 TYPE - 0 - - - - true - - - - - - C_PROBE381_TYPE - Probe381 TYPE - 0 - - - - true - - - - - - C_PROBE380_TYPE - Probe380 TYPE - 0 - - - - true - - - - - - C_PROBE379_TYPE - Probe379 TYPE - 0 - - - - true - - - - - - C_PROBE378_TYPE - Probe378 TYPE - 0 - - - - true - - - - - - C_PROBE377_TYPE - Probe377 TYPE - 0 - - - - true - - - - - - C_PROBE376_TYPE - Probe376 TYPE - 0 - - - - true - - - - - - C_PROBE375_TYPE - Probe375 TYPE - 0 - - - - true - - - - - - C_PROBE374_TYPE - Probe374 TYPE - 0 - - - - true - - - - - - C_PROBE373_TYPE - Probe373 TYPE - 0 - - - - true - - - - - - C_PROBE372_TYPE - Probe372 TYPE - 0 - - - - true - - - - - - C_PROBE371_TYPE - Probe371 TYPE - 0 - - - - true - - - - - - C_PROBE370_TYPE - Probe370 TYPE - 0 - - - - true - - - - - - C_PROBE369_TYPE - Probe369 TYPE - 0 - - - - true - - - - - - C_PROBE368_TYPE - Probe368 TYPE - 0 - - - - true - - - - - - C_PROBE367_TYPE - Probe367 TYPE - 0 - - - - true - - - - - - C_PROBE366_TYPE - Probe366 TYPE - 0 - - - - true - - - - - - C_PROBE365_TYPE - Probe365 TYPE - 0 - - - - true - - - - - - C_PROBE364_TYPE - Probe364 TYPE - 0 - - - - true - - - - - - C_PROBE363_TYPE - Probe363 TYPE - 0 - - - - true - - - - - - C_PROBE362_TYPE - Probe362 TYPE - 0 - - - - true - - - - - - C_PROBE361_TYPE - Probe361 TYPE - 0 - - - - true - - - - - - C_PROBE360_TYPE - Probe360 TYPE - 0 - - - - true - - - - - - C_PROBE359_TYPE - Probe359 TYPE - 0 - - - - true - - - - - - C_PROBE358_TYPE - Probe358 TYPE - 0 - - - - true - - - - - - C_PROBE357_TYPE - Probe357 TYPE - 0 - - - - true - - - - - - C_PROBE356_TYPE - Probe356 TYPE - 0 - - - - true - - - - - - C_PROBE355_TYPE - Probe355 TYPE - 0 - - - - true - - - - - - C_PROBE354_TYPE - Probe354 TYPE - 0 - - - - true - - - - - - C_PROBE353_TYPE - Probe353 TYPE - 0 - - - - true - - - - - - C_PROBE352_TYPE - Probe352 TYPE - 0 - - - - true - - - - - - C_PROBE351_TYPE - Probe351 TYPE - 0 - - - - true - - - - - - C_PROBE350_TYPE - Probe350 TYPE - 0 - - - - true - - - - - - C_PROBE349_TYPE - Probe349 TYPE - 0 - - - - true - - - - - - C_PROBE348_TYPE - Probe348 TYPE - 0 - - - - true - - - - - - C_PROBE347_TYPE - Probe347 TYPE - 0 - - - - true - - - - - - C_PROBE346_TYPE - Probe346 TYPE - 0 - - - - true - - - - - - C_PROBE345_TYPE - Probe345 TYPE - 0 - - - - true - - - - - - C_PROBE344_TYPE - Probe344 TYPE - 0 - - - - true - - - - - - C_PROBE343_TYPE - Probe343 TYPE - 0 - - - - true - - - - - - C_PROBE342_TYPE - Probe342 TYPE - 0 - - - - true - - - - - - C_PROBE341_TYPE - Probe341 TYPE - 0 - - - - true - - - - - - C_PROBE340_TYPE - Probe340 TYPE - 0 - - - - true - - - - - - C_PROBE339_TYPE - Probe339 TYPE - 0 - - - - true - - - - - - C_PROBE338_TYPE - Probe338 TYPE - 0 - - - - true - - - - - - C_PROBE337_TYPE - Probe337 TYPE - 0 - - - - true - - - - - - C_PROBE336_TYPE - Probe336 TYPE - 0 - - - - true - - - - - - C_PROBE335_TYPE - Probe335 TYPE - 0 - - - - true - - - - - - C_PROBE334_TYPE - Probe334 TYPE - 0 - - - - true - - - - - - C_PROBE333_TYPE - Probe333 TYPE - 0 - - - - true - - - - - - C_PROBE332_TYPE - Probe332 TYPE - 0 - - - - true - - - - - - C_PROBE331_TYPE - Probe331 TYPE - 0 - - - - true - - - - - - C_PROBE330_TYPE - Probe330 TYPE - 0 - - - - true - - - - - - C_PROBE329_TYPE - Probe329 TYPE - 0 - - - - true - - - - - - C_PROBE328_TYPE - Probe328 TYPE - 0 - - - - true - - - - - - C_PROBE327_TYPE - Probe327 TYPE - 0 - - - - true - - - - - - C_PROBE326_TYPE - Probe326 TYPE - 0 - - - - true - - - - - - C_PROBE325_TYPE - Probe325 TYPE - 0 - - - - true - - - - - - C_PROBE324_TYPE - Probe324 TYPE - 0 - - - - true - - - - - - C_PROBE323_TYPE - Probe323 TYPE - 0 - - - - true - - - - - - C_PROBE322_TYPE - Probe322 TYPE - 0 - - - - true - - - - - - C_PROBE321_TYPE - Probe321 TYPE - 0 - - - - true - - - - - - C_PROBE320_TYPE - Probe320 TYPE - 0 - - - - true - - - - - - C_PROBE319_TYPE - Probe319 TYPE - 0 - - - - true - - - - - - C_PROBE318_TYPE - Probe318 TYPE - 0 - - - - true - - - - - - C_PROBE317_TYPE - Probe317 TYPE - 0 - - - - true - - - - - - C_PROBE316_TYPE - Probe316 TYPE - 0 - - - - true - - - - - - C_PROBE315_TYPE - Probe315 TYPE - 0 - - - - true - - - - - - C_PROBE314_TYPE - Probe314 TYPE - 0 - - - - true - - - - - - C_PROBE313_TYPE - Probe313 TYPE - 0 - - - - true - - - - - - C_PROBE312_TYPE - Probe312 TYPE - 0 - - - - true - - - - - - C_PROBE311_TYPE - Probe311 TYPE - 0 - - - - true - - - - - - C_PROBE310_TYPE - Probe310 TYPE - 0 - - - - true - - - - - - C_PROBE309_TYPE - Probe309 TYPE - 0 - - - - true - - - - - - C_PROBE308_TYPE - Probe308 TYPE - 0 - - - - true - - - - - - C_PROBE307_TYPE - Probe307 TYPE - 0 - - - - true - - - - - - C_PROBE306_TYPE - Probe306 TYPE - 0 - - - - true - - - - - - C_PROBE305_TYPE - Probe305 TYPE - 0 - - - - true - - - - - - C_PROBE304_TYPE - Probe304 TYPE - 0 - - - - true - - - - - - C_PROBE303_TYPE - Probe303 TYPE - 0 - - - - true - - - - - - C_PROBE302_TYPE - Probe302 TYPE - 0 - - - - true - - - - - - C_PROBE301_TYPE - Probe301 TYPE - 0 - - - - true - - - - - - C_PROBE300_TYPE - Probe300 TYPE - 0 - - - - true - - - - - - C_PROBE299_TYPE - Probe299 TYPE - 0 - - - - true - - - - - - C_PROBE298_TYPE - Probe298 TYPE - 0 - - - - true - - - - - - C_PROBE297_TYPE - Probe297 TYPE - 0 - - - - true - - - - - - C_PROBE296_TYPE - Probe296 TYPE - 0 - - - - true - - - - - - C_PROBE295_TYPE - Probe295 TYPE - 0 - - - - true - - - - - - C_PROBE294_TYPE - Probe294 TYPE - 0 - - - - true - - - - - - C_PROBE293_TYPE - Probe293 TYPE - 0 - - - - true - - - - - - C_PROBE292_TYPE - Probe292 TYPE - 0 - - - - true - - - - - - C_PROBE291_TYPE - Probe291 TYPE - 0 - - - - true - - - - - - C_PROBE290_TYPE - Probe290 TYPE - 0 - - - - true - - - - - - C_PROBE289_TYPE - Probe289 TYPE - 0 - - - - true - - - - - - C_PROBE288_TYPE - Probe288 TYPE - 0 - - - - true - - - - - - C_PROBE287_TYPE - Probe287 TYPE - 0 - - - - true - - - - - - C_PROBE286_TYPE - Probe286 TYPE - 0 - - - - true - - - - - - C_PROBE285_TYPE - Probe285 TYPE - 0 - - - - true - - - - - - C_PROBE284_TYPE - Probe284 TYPE - 0 - - - - true - - - - - - C_PROBE283_TYPE - Probe283 TYPE - 0 - - - - true - - - - - - C_PROBE282_TYPE - Probe282 TYPE - 0 - - - - true - - - - - - C_PROBE281_TYPE - Probe281 TYPE - 0 - - - - true - - - - - - C_PROBE280_TYPE - Probe280 TYPE - 0 - - - - true - - - - - - C_PROBE279_TYPE - Probe279 TYPE - 0 - - - - true - - - - - - C_PROBE278_TYPE - Probe278 TYPE - 0 - - - - true - - - - - - C_PROBE277_TYPE - Probe277 TYPE - 0 - - - - true - - - - - - C_PROBE276_TYPE - Probe276 TYPE - 0 - - - - true - - - - - - C_PROBE275_TYPE - Probe275 TYPE - 0 - - - - true - - - - - - C_PROBE274_TYPE - Probe274 TYPE - 0 - - - - true - - - - - - C_PROBE273_TYPE - Probe273 TYPE - 0 - - - - true - - - - - - C_PROBE272_TYPE - Probe272 TYPE - 0 - - - - true - - - - - - C_PROBE271_TYPE - Probe271 TYPE - 0 - - - - true - - - - - - C_PROBE270_TYPE - Probe270 TYPE - 0 - - - - true - - - - - - C_PROBE269_TYPE - Probe269 TYPE - 0 - - - - true - - - - - - C_PROBE268_TYPE - Probe268 TYPE - 0 - - - - true - - - - - - C_PROBE267_TYPE - Probe267 TYPE - 0 - - - - true - - - - - - C_PROBE266_TYPE - Probe266 TYPE - 0 - - - - true - - - - - - C_PROBE265_TYPE - Probe265 TYPE - 0 - - - - true - - - - - - C_PROBE264_TYPE - Probe264 TYPE - 0 - - - - true - - - - - - C_PROBE263_TYPE - Probe263 TYPE - 0 - - - - true - - - - - - C_PROBE262_TYPE - Probe262 TYPE - 0 - - - - true - - - - - - C_PROBE261_TYPE - Probe261 TYPE - 0 - - - - true - - - - - - C_PROBE260_TYPE - Probe260 TYPE - 0 - - - - true - - - - - - C_PROBE259_TYPE - Probe259 TYPE - 0 - - - - true - - - - - - C_PROBE258_TYPE - Probe258 TYPE - 0 - - - - true - - - - - - C_PROBE257_TYPE - Probe257 TYPE - 0 - - - - true - - - - - - C_PROBE256_TYPE - Probe256 TYPE - 0 - - - - true - - - - - - C_PROBE255_TYPE - Probe255 TYPE - 0 - - - - true - - - - - - C_PROBE254_TYPE - Probe254 TYPE - 0 - - - - true - - - - - - C_PROBE253_TYPE - Probe253 TYPE - 0 - - - - true - - - - - - C_PROBE252_TYPE - Probe252 TYPE - 0 - - - - true - - - - - - C_PROBE251_TYPE - Probe251 TYPE - 0 - - - - true - - - - - - C_PROBE250_TYPE - Probe250 TYPE - 0 - - - - true - - - - - - C_PROBE249_TYPE - Probe249 TYPE - 0 - - - - true - - - - - - C_PROBE248_TYPE - Probe248 TYPE - 0 - - - - true - - - - - - C_PROBE247_TYPE - Probe247 TYPE - 0 - - - - true - - - - - - C_PROBE246_TYPE - Probe246 TYPE - 0 - - - - true - - - - - - C_PROBE245_TYPE - Probe245 TYPE - 0 - - - - true - - - - - - C_PROBE244_TYPE - Probe244 TYPE - 0 - - - - true - - - - - - C_PROBE243_TYPE - Probe243 TYPE - 0 - - - - true - - - - - - C_PROBE242_TYPE - Probe242 TYPE - 0 - - - - true - - - - - - C_PROBE241_TYPE - Probe241 TYPE - 0 - - - - true - - - - - - C_PROBE240_TYPE - Probe240 TYPE - 0 - - - - true - - - - - - C_PROBE239_TYPE - Probe239 TYPE - 0 - - - - true - - - - - - C_PROBE238_TYPE - Probe238 TYPE - 0 - - - - true - - - - - - C_PROBE237_TYPE - Probe237 TYPE - 0 - - - - true - - - - - - C_PROBE236_TYPE - Probe236 TYPE - 0 - - - - true - - - - - - C_PROBE235_TYPE - Probe235 TYPE - 0 - - - - true - - - - - - C_PROBE234_TYPE - Probe234 TYPE - 0 - - - - true - - - - - - C_PROBE233_TYPE - Probe233 TYPE - 0 - - - - true - - - - - - C_PROBE232_TYPE - Probe232 TYPE - 0 - - - - true - - - - - - C_PROBE231_TYPE - Probe231 TYPE - 0 - - - - true - - - - - - C_PROBE230_TYPE - Probe230 TYPE - 0 - - - - true - - - - - - C_PROBE229_TYPE - Probe229 TYPE - 0 - - - - true - - - - - - C_PROBE228_TYPE - Probe228 TYPE - 0 - - - - true - - - - - - C_PROBE227_TYPE - Probe227 TYPE - 0 - - - - true - - - - - - C_PROBE226_TYPE - Probe226 TYPE - 0 - - - - true - - - - - - C_PROBE225_TYPE - Probe225 TYPE - 0 - - - - true - - - - - - C_PROBE224_TYPE - Probe224 TYPE - 0 - - - - true - - - - - - C_PROBE223_TYPE - Probe223 TYPE - 0 - - - - true - - - - - - C_PROBE222_TYPE - Probe222 TYPE - 0 - - - - true - - - - - - C_PROBE221_TYPE - Probe221 TYPE - 0 - - - - true - - - - - - C_PROBE220_TYPE - Probe220 TYPE - 0 - - - - true - - - - - - C_PROBE219_TYPE - Probe219 TYPE - 0 - - - - true - - - - - - C_PROBE218_TYPE - Probe218 TYPE - 0 - - - - true - - - - - - C_PROBE217_TYPE - Probe217 TYPE - 0 - - - - true - - - - - - C_PROBE216_TYPE - Probe216 TYPE - 0 - - - - true - - - - - - C_PROBE215_TYPE - Probe215 TYPE - 0 - - - - true - - - - - - C_PROBE214_TYPE - Probe214 TYPE - 0 - - - - true - - - - - - C_PROBE213_TYPE - Probe213 TYPE - 0 - - - - true - - - - - - C_PROBE212_TYPE - Probe212 TYPE - 0 - - - - true - - - - - - C_PROBE211_TYPE - Probe211 TYPE - 0 - - - - true - - - - - - C_PROBE210_TYPE - Probe210 TYPE - 0 - - - - true - - - - - - C_PROBE209_TYPE - Probe209 TYPE - 0 - - - - true - - - - - - C_PROBE208_TYPE - Probe208 TYPE - 0 - - - - true - - - - - - C_PROBE207_TYPE - Probe207 TYPE - 0 - - - - true - - - - - - C_PROBE206_TYPE - Probe206 TYPE - 0 - - - - true - - - - - - C_PROBE205_TYPE - Probe205 TYPE - 0 - - - - true - - - - - - C_PROBE204_TYPE - Probe204 TYPE - 0 - - - - true - - - - - - C_PROBE203_TYPE - Probe203 TYPE - 0 - - - - true - - - - - - C_PROBE202_TYPE - Probe202 TYPE - 0 - - - - true - - - - - - C_PROBE201_TYPE - Probe201 TYPE - 0 - - - - true - - - - - - C_PROBE200_TYPE - Probe200 TYPE - 0 - - - - true - - - - - - C_PROBE199_TYPE - Probe199 TYPE - 0 - - - - true - - - - - - C_PROBE198_TYPE - Probe198 TYPE - 0 - - - - true - - - - - - C_PROBE197_TYPE - Probe197 TYPE - 0 - - - - true - - - - - - C_PROBE196_TYPE - Probe196 TYPE - 0 - - - - true - - - - - - C_PROBE195_TYPE - Probe195 TYPE - 0 - - - - true - - - - - - C_PROBE194_TYPE - Probe194 TYPE - 0 - - - - true - - - - - - C_PROBE193_TYPE - Probe193 TYPE - 0 - - - - true - - - - - - C_PROBE192_TYPE - Probe192 TYPE - 0 - - - - true - - - - - - C_PROBE191_TYPE - Probe191 TYPE - 0 - - - - true - - - - - - C_PROBE190_TYPE - Probe190 TYPE - 0 - - - - true - - - - - - C_PROBE189_TYPE - Probe189 TYPE - 0 - - - - true - - - - - - C_PROBE188_TYPE - Probe188 TYPE - 0 - - - - true - - - - - - C_PROBE187_TYPE - Probe187 TYPE - 0 - - - - true - - - - - - C_PROBE186_TYPE - Probe186 TYPE - 0 - - - - true - - - - - - C_PROBE185_TYPE - Probe185 TYPE - 0 - - - - true - - - - - - C_PROBE184_TYPE - Probe184 TYPE - 0 - - - - true - - - - - - C_PROBE183_TYPE - Probe183 TYPE - 0 - - - - true - - - - - - C_PROBE182_TYPE - Probe182 TYPE - 0 - - - - true - - - - - - C_PROBE181_TYPE - Probe181 TYPE - 0 - - - - true - - - - - - C_PROBE180_TYPE - Probe180 TYPE - 0 - - - - true - - - - - - C_PROBE179_TYPE - Probe179 TYPE - 0 - - - - true - - - - - - C_PROBE178_TYPE - Probe178 TYPE - 0 - - - - true - - - - - - C_PROBE177_TYPE - Probe177 TYPE - 0 - - - - true - - - - - - C_PROBE176_TYPE - Probe176 TYPE - 0 - - - - true - - - - - - C_PROBE175_TYPE - Probe175 TYPE - 0 - - - - true - - - - - - C_PROBE174_TYPE - Probe174 TYPE - 0 - - - - true - - - - - - C_PROBE173_TYPE - Probe173 TYPE - 0 - - - - true - - - - - - C_PROBE172_TYPE - Probe172 TYPE - 0 - - - - true - - - - - - C_PROBE171_TYPE - Probe171 TYPE - 0 - - - - true - - - - - - C_PROBE170_TYPE - Probe170 TYPE - 0 - - - - true - - - - - - C_PROBE169_TYPE - Probe169 TYPE - 0 - - - - true - - - - - - C_PROBE168_TYPE - Probe168 TYPE - 0 - - - - true - - - - - - C_PROBE167_TYPE - Probe167 TYPE - 0 - - - - true - - - - - - C_PROBE166_TYPE - Probe166 TYPE - 0 - - - - true - - - - - - C_PROBE165_TYPE - Probe165 TYPE - 0 - - - - true - - - - - - C_PROBE164_TYPE - Probe164 TYPE - 0 - - - - true - - - - - - C_PROBE163_TYPE - Probe163 TYPE - 0 - - - - true - - - - - - C_PROBE162_TYPE - Probe162 TYPE - 0 - - - - true - - - - - - C_PROBE161_TYPE - Probe161 TYPE - 0 - - - - true - - - - - - C_PROBE160_TYPE - Probe160 TYPE - 0 - - - - true - - - - - - C_PROBE159_TYPE - Probe159 TYPE - 0 - - - - true - - - - - - C_PROBE158_TYPE - Probe158 TYPE - 0 - - - - true - - - - - - C_PROBE157_TYPE - Probe157 TYPE - 0 - - - - true - - - - - - C_PROBE156_TYPE - Probe156 TYPE - 0 - - - - true - - - - - - C_PROBE155_TYPE - Probe155 TYPE - 0 - - - - true - - - - - - C_PROBE154_TYPE - Probe154 TYPE - 0 - - - - true - - - - - - C_PROBE153_TYPE - Probe153 TYPE - 0 - - - - true - - - - - - C_PROBE152_TYPE - Probe152 TYPE - 0 - - - - true - - - - - - C_PROBE151_TYPE - Probe151 TYPE - 0 - - - - true - - - - - - C_PROBE150_TYPE - Probe150 TYPE - 0 - - - - true - - - - - - C_PROBE149_TYPE - Probe149 TYPE - 0 - - - - true - - - - - - C_PROBE148_TYPE - Probe148 TYPE - 0 - - - - true - - - - - - C_PROBE147_TYPE - Probe147 TYPE - 0 - - - - true - - - - - - C_PROBE146_TYPE - Probe146 TYPE - 0 - - - - true - - - - - - C_PROBE145_TYPE - Probe145 TYPE - 0 - - - - true - - - - - - C_PROBE144_TYPE - Probe144 TYPE - 0 - - - - true - - - - - - C_PROBE143_TYPE - Probe143 TYPE - 0 - - - - true - - - - - - C_PROBE142_TYPE - Probe142 TYPE - 0 - - - - true - - - - - - C_PROBE141_TYPE - Probe141 TYPE - 0 - - - - true - - - - - - C_PROBE140_TYPE - Probe140 TYPE - 0 - - - - true - - - - - - C_PROBE139_TYPE - Probe139 TYPE - 0 - - - - true - - - - - - C_PROBE138_TYPE - Probe138 TYPE - 0 - - - - true - - - - - - C_PROBE137_TYPE - Probe137 TYPE - 0 - - - - true - - - - - - C_PROBE136_TYPE - Probe136 TYPE - 0 - - - - true - - - - - - C_PROBE135_TYPE - Probe135 TYPE - 0 - - - - true - - - - - - C_PROBE134_TYPE - Probe134 TYPE - 0 - - - - true - - - - - - C_PROBE133_TYPE - Probe133 TYPE - 0 - - - - true - - - - - - C_PROBE132_TYPE - Probe132 TYPE - 0 - - - - true - - - - - - C_PROBE131_TYPE - Probe131 TYPE - 0 - - - - true - - - - - - C_PROBE130_TYPE - Probe130 TYPE - 0 - - - - true - - - - - - C_PROBE129_TYPE - Probe129 TYPE - 0 - - - - true - - - - - - C_PROBE128_TYPE - Probe128 TYPE - 0 - - - - true - - - - - - C_PROBE127_TYPE - Probe127 TYPE - 0 - - - - true - - - - - - C_PROBE126_TYPE - Probe126 TYPE - 0 - - - - true - - - - - - C_PROBE125_TYPE - Probe125 TYPE - 0 - - - - true - - - - - - C_PROBE124_TYPE - Probe124 TYPE - 0 - - - - true - - - - - - C_PROBE123_TYPE - Probe123 TYPE - 0 - - - - true - - - - - - C_PROBE122_TYPE - Probe122 TYPE - 0 - - - - true - - - - - - C_PROBE121_TYPE - Probe121 TYPE - 0 - - - - true - - - - - - C_PROBE120_TYPE - Probe120 TYPE - 0 - - - - true - - - - - - C_PROBE119_TYPE - Probe119 TYPE - 0 - - - - true - - - - - - C_PROBE118_TYPE - Probe118 TYPE - 0 - - - - true - - - - - - C_PROBE117_TYPE - Probe117 TYPE - 0 - - - - true - - - - - - C_PROBE116_TYPE - Probe116 TYPE - 0 - - - - true - - - - - - C_PROBE115_TYPE - Probe115 TYPE - 0 - - - - true - - - - - - C_PROBE114_TYPE - Probe114 TYPE - 0 - - - - true - - - - - - C_PROBE113_TYPE - Probe113 TYPE - 0 - - - - true - - - - - - C_PROBE112_TYPE - Probe112 TYPE - 0 - - - - true - - - - - - C_PROBE111_TYPE - Probe111 TYPE - 0 - - - - true - - - - - - C_PROBE110_TYPE - Probe110 TYPE - 0 - - - - true - - - - - - C_PROBE109_TYPE - Probe109 TYPE - 0 - - - - true - - - - - - C_PROBE108_TYPE - Probe108 TYPE - 0 - - - - true - - - - - - C_PROBE107_TYPE - Probe107 TYPE - 0 - - - - true - - - - - - C_PROBE106_TYPE - Probe106 TYPE - 0 - - - - true - - - - - - C_PROBE105_TYPE - Probe105 TYPE - 0 - - - - true - - - - - - C_PROBE104_TYPE - Probe104 TYPE - 0 - - - - true - - - - - - C_PROBE103_TYPE - Probe103 TYPE - 0 - - - - true - - - - - - C_PROBE102_TYPE - Probe102 TYPE - 0 - - - - true - - - - - - C_PROBE101_TYPE - Probe101 TYPE - 0 - - - - true - - - - - - C_PROBE100_TYPE - Probe100 TYPE - 0 - - - - true - - - - - - C_PROBE99_TYPE - Probe99 TYPE - 0 - - - - true - - - - - - C_PROBE98_TYPE - Probe98 TYPE - 0 - - - - true - - - - - - C_PROBE97_TYPE - Probe97 TYPE - 0 - - - - true - - - - - - C_PROBE96_TYPE - Probe96 TYPE - 0 - - - - true - - - - - - C_PROBE95_TYPE - Probe95 TYPE - 0 - - - - true - - - - - - C_PROBE94_TYPE - Probe94 TYPE - 0 - - - - true - - - - - - C_PROBE93_TYPE - Probe93 TYPE - 0 - - - - true - - - - - - C_PROBE92_TYPE - Probe92 TYPE - 0 - - - - true - - - - - - C_PROBE91_TYPE - Probe91 TYPE - 0 - - - - true - - - - - - C_PROBE90_TYPE - Probe90 TYPE - 0 - - - - true - - - - - - C_PROBE89_TYPE - Probe89 TYPE - 0 - - - - true - - - - - - C_PROBE88_TYPE - Probe88 TYPE - 0 - - - - true - - - - - - C_PROBE87_TYPE - Probe87 TYPE - 0 - - - - true - - - - - - C_PROBE86_TYPE - Probe86 TYPE - 0 - - - - true - - - - - - C_PROBE85_TYPE - Probe85 TYPE - 0 - - - - true - - - - - - C_PROBE84_TYPE - Probe84 TYPE - 0 - - - - true - - - - - - C_PROBE83_TYPE - Probe83 TYPE - 0 - - - - true - - - - - - C_PROBE82_TYPE - Probe82 TYPE - 0 - - - - true - - - - - - C_PROBE81_TYPE - Probe81 TYPE - 0 - - - - true - - - - - - C_PROBE80_TYPE - Probe80 TYPE - 0 - - - - true - - - - - - C_PROBE79_TYPE - Probe79 TYPE - 0 - - - - true - - - - - - C_PROBE78_TYPE - Probe78 TYPE - 0 - - - - true - - - - - - C_PROBE77_TYPE - Probe77 TYPE - 0 - - - - true - - - - - - C_PROBE76_TYPE - Probe76 TYPE - 0 - - - - true - - - - - - C_PROBE75_TYPE - Probe75 TYPE - 0 - - - - true - - - - - - C_PROBE74_TYPE - Probe74 TYPE - 0 - - - - true - - - - - - C_PROBE73_TYPE - Probe73 TYPE - 0 - - - - true - - - - - - C_PROBE72_TYPE - Probe72 TYPE - 0 - - - - true - - - - - - C_PROBE71_TYPE - Probe71 TYPE - 0 - - - - true - - - - - - C_PROBE70_TYPE - Probe70 TYPE - 0 - - - - true - - - - - - C_PROBE69_TYPE - Probe69 TYPE - 0 - - - - true - - - - - - C_PROBE68_TYPE - Probe68 TYPE - 0 - - - - true - - - - - - C_PROBE67_TYPE - Probe67 TYPE - 0 - - - - true - - - - - - C_PROBE66_TYPE - Probe66 TYPE - 0 - - - - true - - - - - - C_PROBE65_TYPE - Probe65 TYPE - 0 - - - - true - - - - - - C_PROBE64_TYPE - Probe64 TYPE - 0 - - - - true - - - - - - C_PROBE63_TYPE - Probe63 TYPE - 0 - - - - true - - - - - - C_PROBE62_TYPE - Probe62 TYPE - 0 - - - - true - - - - - - C_PROBE61_TYPE - Probe61 TYPE - 0 - - - - true - - - - - - C_PROBE60_TYPE - Probe60 TYPE - 0 - - - - true - - - - - - C_PROBE59_TYPE - Probe59 TYPE - 0 - - - - true - - - - - - C_PROBE58_TYPE - Probe58 TYPE - 0 - - - - true - - - - - - C_PROBE57_TYPE - Probe57 TYPE - 0 - - - - true - - - - - - C_PROBE56_TYPE - Probe56 TYPE - 0 - - - - true - - - - - - C_PROBE55_TYPE - Probe55 TYPE - 0 - - - - true - - - - - - C_PROBE54_TYPE - Probe54 TYPE - 0 - - - - true - - - - - - C_PROBE53_TYPE - Probe53 TYPE - 0 - - - - true - - - - - - C_PROBE52_TYPE - Probe52 TYPE - 0 - - - - true - - - - - - C_PROBE51_TYPE - Probe51 TYPE - 0 - - - - true - - - - - - C_PROBE50_TYPE - Probe50 TYPE - 0 - - - - true - - - - - - C_PROBE49_TYPE - Probe49 TYPE - 0 - - - - true - - - - - - C_PROBE48_TYPE - Probe48 TYPE - 0 - - - - true - - - - - - C_PROBE47_TYPE - Probe47 TYPE - 0 - - - - true - - - - - - C_PROBE46_TYPE - Probe46 TYPE - 0 - - - - true - - - - - - C_PROBE45_TYPE - Probe45 TYPE - 0 - - - - true - - - - - - C_PROBE44_TYPE - Probe44 TYPE - 0 - - - - true - - - - - - C_PROBE43_TYPE - Probe43 TYPE - 0 - - - - true - - - - - - C_PROBE42_TYPE - Probe42 TYPE - 0 - - - - true - - - - - - C_PROBE41_TYPE - Probe41 TYPE - 0 - - - - true - - - - - - C_PROBE40_TYPE - Probe40 TYPE - 0 - - - - true - - - - - - C_PROBE39_TYPE - Probe39 TYPE - 0 - - - - true - - - - - - C_PROBE38_TYPE - Probe38 TYPE - 0 - - - - true - - - - - - C_PROBE37_TYPE - Probe37 TYPE - 0 - - - - true - - - - - - C_PROBE36_TYPE - Probe36 TYPE - 0 - - - - true - - - - - - C_PROBE35_TYPE - Probe35 TYPE - 0 - - - - true - - - - - - C_PROBE34_TYPE - Probe34 TYPE - 0 - - - - true - - - - - - C_PROBE33_TYPE - Probe33 TYPE - 0 - - - - true - - - - - - C_PROBE32_TYPE - Probe32 TYPE - 0 - - - - true - - - - - - C_PROBE31_TYPE - Probe31 TYPE - 0 - - - - true - - - - - - C_PROBE30_TYPE - Probe30 TYPE - 0 - - - - true - - - - - - C_PROBE29_TYPE - Probe29 TYPE - 0 - - - - true - - - - - - C_PROBE28_TYPE - Probe28 TYPE - 0 - - - - true - - - - - - C_PROBE27_TYPE - Probe27 TYPE - 0 - - - - true - - - - - - C_PROBE26_TYPE - Probe26 TYPE - 0 - - - - true - - - - - - C_PROBE25_TYPE - Probe25 TYPE - 0 - - - - true - - - - - - C_PROBE24_TYPE - Probe24 TYPE - 0 - - - - true - - - - - - C_PROBE23_TYPE - Probe23 TYPE - 0 - - - - true - - - - - - C_PROBE22_TYPE - Probe22 TYPE - 0 - - - - true - - - - - - C_PROBE21_TYPE - Probe21 TYPE - 0 - - - - true - - - - - - C_PROBE20_TYPE - Probe20 TYPE - 0 - - - - true - - - - - - C_PROBE19_TYPE - Probe19 TYPE - 0 - - - - true - - - - - - C_PROBE18_TYPE - Probe18 TYPE - 0 - - - - true - - - - - - C_PROBE17_TYPE - Probe17 TYPE - 0 - - - - true - - - - - - C_PROBE16_TYPE - Probe16 TYPE - 0 - - - - true - - - - - - C_PROBE15_TYPE - Probe15 TYPE - 0 - - - - true - - - - - - C_PROBE14_TYPE - Probe14 TYPE - 0 - - - - true - - - - - - C_PROBE13_TYPE - Probe13 TYPE - 0 - - - - true - - - - - - C_PROBE12_TYPE - Probe12 TYPE - 0 - - - - true - - - - - - C_PROBE11_TYPE - Probe11 TYPE - 0 - - - - true - - - - - - C_PROBE10_TYPE - Probe10 TYPE - 0 - - - - true - - - - - - C_PROBE9_TYPE - Probe9 TYPE - 0 - - - - true - - - - - - C_PROBE8_TYPE - Probe8 TYPE - 0 - - - - true - - - - - - C_PROBE7_TYPE - Probe7 TYPE - 0 - - - - true - - - - - - C_PROBE6_TYPE - Probe6 TYPE - 0 - - - - true - - - - - - C_PROBE5_TYPE - Probe5 TYPE - 0 - - - - true - - - - - - C_PROBE4_TYPE - Probe4 TYPE - 0 - - - - true - - - - - - C_PROBE3_TYPE - Probe3 TYPE - 0 - - - - true - - - - - - C_PROBE2_TYPE - Probe2 TYPE - 0 - - - - true - - - - - - C_PROBE1_TYPE - Probe1 TYPE - 0 - - - - true - - - - - - C_PROBE0_TYPE - Probe0 TYPE - 0 - - - - true - - - - - - C_PROBE1023_WIDTH - Probe1023 Width - 1 - - - - true - - - - - - C_PROBE1022_WIDTH - Probe1022 Width - 1 - - - - true - - - - - - C_PROBE1021_WIDTH - Probe1021 Width - 1 - - - - true - - - - - - C_PROBE1020_WIDTH - Probe1020 Width - 1 - - - - true - - - - - - C_PROBE1019_WIDTH - Probe1019 Width - 1 - - - - true - - - - - - C_PROBE1018_WIDTH - Probe1018 Width - 1 - - - - true - - - - - - C_PROBE1017_WIDTH - Probe1017 Width - 1 - - - - true - - - - - - C_PROBE1016_WIDTH - Probe1016 Width - 1 - - - - true - - - - - - C_PROBE1015_WIDTH - Probe1015 Width - 1 - - - - true - - - - - - C_PROBE1014_WIDTH - Probe1014 Width - 1 - - - - true - - - - - - C_PROBE1013_WIDTH - Probe1013 Width - 1 - - - - true - - - - - - C_PROBE1012_WIDTH - Probe1012 Width - 1 - - - - true - - - - - - C_PROBE1011_WIDTH - Probe1011 Width - 1 - - - - true - - - - - - C_PROBE1010_WIDTH - Probe1010 Width - 1 - - - - true - - - - - - C_PROBE1009_WIDTH - Probe1009 Width - 1 - - - - true - - - - - - C_PROBE1008_WIDTH - Probe1008 Width - 1 - - - - true - - - - - - C_PROBE1007_WIDTH - Probe1007 Width - 1 - - - - true - - - - - - C_PROBE1006_WIDTH - Probe1006 Width - 1 - - - - true - - - - - - C_PROBE1005_WIDTH - Probe1005 Width - 1 - - - - true - - - - - - C_PROBE1004_WIDTH - Probe1004 Width - 1 - - - - true - - - - - - C_PROBE1003_WIDTH - Probe1003 Width - 1 - - - - true - - - - - - C_PROBE1002_WIDTH - Probe1002 Width - 1 - - - - true - - - - - - C_PROBE1001_WIDTH - Probe1001 Width - 1 - - - - true - - - - - - C_PROBE1000_WIDTH - Probe1000 Width - 1 - - - - true - - - - - - C_PROBE999_WIDTH - Probe999 Width - 1 - - - - true - - - - - - C_PROBE998_WIDTH - Probe998 Width - 1 - - - - true - - - - - - C_PROBE997_WIDTH - Probe997 Width - 1 - - - - true - - - - - - C_PROBE996_WIDTH - Probe996 Width - 1 - - - - true - - - - - - C_PROBE995_WIDTH - Probe995 Width - 1 - - - - true - - - - - - C_PROBE994_WIDTH - Probe994 Width - 1 - - - - true - - - - - - C_PROBE993_WIDTH - Probe993 Width - 1 - - - - true - - - - - - C_PROBE992_WIDTH - Probe992 Width - 1 - - - - true - - - - - - C_PROBE991_WIDTH - Probe991 Width - 1 - - - - true - - - - - - C_PROBE990_WIDTH - Probe990 Width - 1 - - - - true - - - - - - C_PROBE989_WIDTH - Probe989 Width - 1 - - - - true - - - - - - C_PROBE988_WIDTH - Probe988 Width - 1 - - - - true - - - - - - C_PROBE987_WIDTH - Probe987 Width - 1 - - - - true - - - - - - C_PROBE986_WIDTH - Probe986 Width - 1 - - - - true - - - - - - C_PROBE985_WIDTH - Probe985 Width - 1 - - - - true - - - - - - C_PROBE984_WIDTH - Probe984 Width - 1 - - - - true - - - - - - C_PROBE983_WIDTH - Probe983 Width - 1 - - - - true - - - - - - C_PROBE982_WIDTH - Probe982 Width - 1 - - - - true - - - - - - C_PROBE981_WIDTH - Probe981 Width - 1 - - - - true - - - - - - C_PROBE980_WIDTH - Probe980 Width - 1 - - - - true - - - - - - C_PROBE979_WIDTH - Probe979 Width - 1 - - - - true - - - - - - C_PROBE978_WIDTH - Probe978 Width - 1 - - - - true - - - - - - C_PROBE977_WIDTH - Probe977 Width - 1 - - - - true - - - - - - C_PROBE976_WIDTH - Probe976 Width - 1 - - - - true - - - - - - C_PROBE975_WIDTH - Probe975 Width - 1 - - - - true - - - - - - C_PROBE974_WIDTH - Probe974 Width - 1 - - - - true - - - - - - C_PROBE973_WIDTH - Probe973 Width - 1 - - - - true - - - - - - C_PROBE972_WIDTH - Probe972 Width - 1 - - - - true - - - - - - C_PROBE971_WIDTH - Probe971 Width - 1 - - - - true - - - - - - C_PROBE970_WIDTH - Probe970 Width - 1 - - - - true - - - - - - C_PROBE969_WIDTH - Probe969 Width - 1 - - - - true - - - - - - C_PROBE968_WIDTH - Probe968 Width - 1 - - - - true - - - - - - C_PROBE967_WIDTH - Probe967 Width - 1 - - - - true - - - - - - C_PROBE966_WIDTH - Probe966 Width - 1 - - - - true - - - - - - C_PROBE965_WIDTH - Probe965 Width - 1 - - - - true - - - - - - C_PROBE964_WIDTH - Probe964 Width - 1 - - - - true - - - - - - C_PROBE963_WIDTH - Probe963 Width - 1 - - - - true - - - - - - C_PROBE962_WIDTH - Probe962 Width - 1 - - - - true - - - - - - C_PROBE961_WIDTH - Probe961 Width - 1 - - - - true - - - - - - C_PROBE960_WIDTH - Probe960 Width - 1 - - - - true - - - - - - C_PROBE959_WIDTH - Probe959 Width - 1 - - - - true - - - - - - C_PROBE958_WIDTH - Probe958 Width - 1 - - - - true - - - - - - C_PROBE957_WIDTH - Probe957 Width - 1 - - - - true - - - - - - C_PROBE956_WIDTH - Probe956 Width - 1 - - - - true - - - - - - C_PROBE955_WIDTH - Probe955 Width - 1 - - - - true - - - - - - C_PROBE954_WIDTH - Probe954 Width - 1 - - - - true - - - - - - C_PROBE953_WIDTH - Probe953 Width - 1 - - - - true - - - - - - C_PROBE952_WIDTH - Probe952 Width - 1 - - - - true - - - - - - C_PROBE951_WIDTH - Probe951 Width - 1 - - - - true - - - - - - C_PROBE950_WIDTH - Probe950 Width - 1 - - - - true - - - - - - C_PROBE949_WIDTH - Probe949 Width - 1 - - - - true - - - - - - C_PROBE948_WIDTH - Probe948 Width - 1 - - - - true - - - - - - C_PROBE947_WIDTH - Probe947 Width - 1 - - - - true - - - - - - C_PROBE946_WIDTH - Probe946 Width - 1 - - - - true - - - - - - C_PROBE945_WIDTH - Probe945 Width - 1 - - - - true - - - - - - C_PROBE944_WIDTH - Probe944 Width - 1 - - - - true - - - - - - C_PROBE943_WIDTH - Probe943 Width - 1 - - - - true - - - - - - C_PROBE942_WIDTH - Probe942 Width - 1 - - - - true - - - - - - C_PROBE941_WIDTH - Probe941 Width - 1 - - - - true - - - - - - C_PROBE940_WIDTH - Probe940 Width - 1 - - - - true - - - - - - C_PROBE939_WIDTH - Probe939 Width - 1 - - - - true - - - - - - C_PROBE938_WIDTH - Probe938 Width - 1 - - - - true - - - - - - C_PROBE937_WIDTH - Probe937 Width - 1 - - - - true - - - - - - C_PROBE936_WIDTH - Probe936 Width - 1 - - - - true - - - - - - C_PROBE935_WIDTH - Probe935 Width - 1 - - - - true - - - - - - C_PROBE934_WIDTH - Probe934 Width - 1 - - - - true - - - - - - C_PROBE933_WIDTH - Probe933 Width - 1 - - - - true - - - - - - C_PROBE932_WIDTH - Probe932 Width - 1 - - - - true - - - - - - C_PROBE931_WIDTH - Probe931 Width - 1 - - - - true - - - - - - C_PROBE930_WIDTH - Probe930 Width - 1 - - - - true - - - - - - C_PROBE929_WIDTH - Probe929 Width - 1 - - - - true - - - - - - C_PROBE928_WIDTH - Probe928 Width - 1 - - - - true - - - - - - C_PROBE927_WIDTH - Probe927 Width - 1 - - - - true - - - - - - C_PROBE926_WIDTH - Probe926 Width - 1 - - - - true - - - - - - C_PROBE925_WIDTH - Probe925 Width - 1 - - - - true - - - - - - C_PROBE924_WIDTH - Probe924 Width - 1 - - - - true - - - - - - C_PROBE923_WIDTH - Probe923 Width - 1 - - - - true - - - - - - C_PROBE922_WIDTH - Probe922 Width - 1 - - - - true - - - - - - C_PROBE921_WIDTH - Probe921 Width - 1 - - - - true - - - - - - C_PROBE920_WIDTH - Probe920 Width - 1 - - - - true - - - - - - C_PROBE919_WIDTH - Probe919 Width - 1 - - - - true - - - - - - C_PROBE918_WIDTH - Probe918 Width - 1 - - - - true - - - - - - C_PROBE917_WIDTH - Probe917 Width - 1 - - - - true - - - - - - C_PROBE916_WIDTH - Probe916 Width - 1 - - - - true - - - - - - C_PROBE915_WIDTH - Probe915 Width - 1 - - - - true - - - - - - C_PROBE914_WIDTH - Probe914 Width - 1 - - - - true - - - - - - C_PROBE913_WIDTH - Probe913 Width - 1 - - - - true - - - - - - C_PROBE912_WIDTH - Probe912 Width - 1 - - - - true - - - - - - C_PROBE911_WIDTH - Probe911 Width - 1 - - - - true - - - - - - C_PROBE910_WIDTH - Probe910 Width - 1 - - - - true - - - - - - C_PROBE909_WIDTH - Probe909 Width - 1 - - - - true - - - - - - C_PROBE908_WIDTH - Probe908 Width - 1 - - - - true - - - - - - C_PROBE907_WIDTH - Probe907 Width - 1 - - - - true - - - - - - C_PROBE906_WIDTH - Probe906 Width - 1 - - - - true - - - - - - C_PROBE905_WIDTH - Probe905 Width - 1 - - - - true - - - - - - C_PROBE904_WIDTH - Probe904 Width - 1 - - - - true - - - - - - C_PROBE903_WIDTH - Probe903 Width - 1 - - - - true - - - - - - C_PROBE902_WIDTH - Probe902 Width - 1 - - - - true - - - - - - C_PROBE901_WIDTH - Probe901 Width - 1 - - - - true - - - - - - C_PROBE900_WIDTH - Probe900 Width - 1 - - - - true - - - - - - C_PROBE899_WIDTH - Probe899 Width - 1 - - - - true - - - - - - C_PROBE898_WIDTH - Probe898 Width - 1 - - - - true - - - - - - C_PROBE897_WIDTH - Probe897 Width - 1 - - - - true - - - - - - C_PROBE896_WIDTH - Probe896 Width - 1 - - - - true - - - - - - C_PROBE895_WIDTH - Probe895 Width - 1 - - - - true - - - - - - C_PROBE894_WIDTH - Probe894 Width - 1 - - - - true - - - - - - C_PROBE893_WIDTH - Probe893 Width - 1 - - - - true - - - - - - C_PROBE892_WIDTH - Probe892 Width - 1 - - - - true - - - - - - C_PROBE891_WIDTH - Probe891 Width - 1 - - - - true - - - - - - C_PROBE890_WIDTH - Probe890 Width - 1 - - - - true - - - - - - C_PROBE889_WIDTH - Probe889 Width - 1 - - - - true - - - - - - C_PROBE888_WIDTH - Probe888 Width - 1 - - - - true - - - - - - C_PROBE887_WIDTH - Probe887 Width - 1 - - - - true - - - - - - C_PROBE886_WIDTH - Probe886 Width - 1 - - - - true - - - - - - C_PROBE885_WIDTH - Probe885 Width - 1 - - - - true - - - - - - C_PROBE884_WIDTH - Probe884 Width - 1 - - - - true - - - - - - C_PROBE883_WIDTH - Probe883 Width - 1 - - - - true - - - - - - C_PROBE882_WIDTH - Probe882 Width - 1 - - - - true - - - - - - C_PROBE881_WIDTH - Probe881 Width - 1 - - - - true - - - - - - C_PROBE880_WIDTH - Probe880 Width - 1 - - - - true - - - - - - C_PROBE879_WIDTH - Probe879 Width - 1 - - - - true - - - - - - C_PROBE878_WIDTH - Probe878 Width - 1 - - - - true - - - - - - C_PROBE877_WIDTH - Probe877 Width - 1 - - - - true - - - - - - C_PROBE876_WIDTH - Probe876 Width - 1 - - - - true - - - - - - C_PROBE875_WIDTH - Probe875 Width - 1 - - - - true - - - - - - C_PROBE874_WIDTH - Probe874 Width - 1 - - - - true - - - - - - C_PROBE873_WIDTH - Probe873 Width - 1 - - - - true - - - - - - C_PROBE872_WIDTH - Probe872 Width - 1 - - - - true - - - - - - C_PROBE871_WIDTH - Probe871 Width - 1 - - - - true - - - - - - C_PROBE870_WIDTH - Probe870 Width - 1 - - - - true - - - - - - C_PROBE869_WIDTH - Probe869 Width - 1 - - - - true - - - - - - C_PROBE868_WIDTH - Probe868 Width - 1 - - - - true - - - - - - C_PROBE867_WIDTH - Probe867 Width - 1 - - - - true - - - - - - C_PROBE866_WIDTH - Probe866 Width - 1 - - - - true - - - - - - C_PROBE865_WIDTH - Probe865 Width - 1 - - - - true - - - - - - C_PROBE864_WIDTH - Probe864 Width - 1 - - - - true - - - - - - C_PROBE863_WIDTH - Probe863 Width - 1 - - - - true - - - - - - C_PROBE862_WIDTH - Probe862 Width - 1 - - - - true - - - - - - C_PROBE861_WIDTH - Probe861 Width - 1 - - - - true - - - - - - C_PROBE860_WIDTH - Probe860 Width - 1 - - - - true - - - - - - C_PROBE859_WIDTH - Probe859 Width - 1 - - - - true - - - - - - C_PROBE858_WIDTH - Probe858 Width - 1 - - - - true - - - - - - C_PROBE857_WIDTH - Probe857 Width - 1 - - - - true - - - - - - C_PROBE856_WIDTH - Probe856 Width - 1 - - - - true - - - - - - C_PROBE855_WIDTH - Probe855 Width - 1 - - - - true - - - - - - C_PROBE854_WIDTH - Probe854 Width - 1 - - - - true - - - - - - C_PROBE853_WIDTH - Probe853 Width - 1 - - - - true - - - - - - C_PROBE852_WIDTH - Probe852 Width - 1 - - - - true - - - - - - C_PROBE851_WIDTH - Probe851 Width - 1 - - - - true - - - - - - C_PROBE850_WIDTH - Probe850 Width - 1 - - - - true - - - - - - C_PROBE849_WIDTH - Probe849 Width - 1 - - - - true - - - - - - C_PROBE848_WIDTH - Probe848 Width - 1 - - - - true - - - - - - C_PROBE847_WIDTH - Probe847 Width - 1 - - - - true - - - - - - C_PROBE846_WIDTH - Probe846 Width - 1 - - - - true - - - - - - C_PROBE845_WIDTH - Probe845 Width - 1 - - - - true - - - - - - C_PROBE844_WIDTH - Probe844 Width - 1 - - - - true - - - - - - C_PROBE843_WIDTH - Probe843 Width - 1 - - - - true - - - - - - C_PROBE842_WIDTH - Probe842 Width - 1 - - - - true - - - - - - C_PROBE841_WIDTH - Probe841 Width - 1 - - - - true - - - - - - C_PROBE840_WIDTH - Probe840 Width - 1 - - - - true - - - - - - C_PROBE839_WIDTH - Probe839 Width - 1 - - - - true - - - - - - C_PROBE838_WIDTH - Probe838 Width - 1 - - - - true - - - - - - C_PROBE837_WIDTH - Probe837 Width - 1 - - - - true - - - - - - C_PROBE836_WIDTH - Probe836 Width - 1 - - - - true - - - - - - C_PROBE835_WIDTH - Probe835 Width - 1 - - - - true - - - - - - C_PROBE834_WIDTH - Probe834 Width - 1 - - - - true - - - - - - C_PROBE833_WIDTH - Probe833 Width - 1 - - - - true - - - - - - C_PROBE832_WIDTH - Probe832 Width - 1 - - - - true - - - - - - C_PROBE831_WIDTH - Probe831 Width - 1 - - - - true - - - - - - C_PROBE830_WIDTH - Probe830 Width - 1 - - - - true - - - - - - C_PROBE829_WIDTH - Probe829 Width - 1 - - - - true - - - - - - C_PROBE828_WIDTH - Probe828 Width - 1 - - - - true - - - - - - C_PROBE827_WIDTH - Probe827 Width - 1 - - - - true - - - - - - C_PROBE826_WIDTH - Probe826 Width - 1 - - - - true - - - - - - C_PROBE825_WIDTH - Probe825 Width - 1 - - - - true - - - - - - C_PROBE824_WIDTH - Probe824 Width - 1 - - - - true - - - - - - C_PROBE823_WIDTH - Probe823 Width - 1 - - - - true - - - - - - C_PROBE822_WIDTH - Probe822 Width - 1 - - - - true - - - - - - C_PROBE821_WIDTH - Probe821 Width - 1 - - - - true - - - - - - C_PROBE820_WIDTH - Probe820 Width - 1 - - - - true - - - - - - C_PROBE819_WIDTH - Probe819 Width - 1 - - - - true - - - - - - C_PROBE818_WIDTH - Probe818 Width - 1 - - - - true - - - - - - C_PROBE817_WIDTH - Probe817 Width - 1 - - - - true - - - - - - C_PROBE816_WIDTH - Probe816 Width - 1 - - - - true - - - - - - C_PROBE815_WIDTH - Probe815 Width - 1 - - - - true - - - - - - C_PROBE814_WIDTH - Probe814 Width - 1 - - - - true - - - - - - C_PROBE813_WIDTH - Probe813 Width - 1 - - - - true - - - - - - C_PROBE812_WIDTH - Probe812 Width - 1 - - - - true - - - - - - C_PROBE811_WIDTH - Probe811 Width - 1 - - - - true - - - - - - C_PROBE810_WIDTH - Probe810 Width - 1 - - - - true - - - - - - C_PROBE809_WIDTH - Probe809 Width - 1 - - - - true - - - - - - C_PROBE808_WIDTH - Probe808 Width - 1 - - - - true - - - - - - C_PROBE807_WIDTH - Probe807 Width - 1 - - - - true - - - - - - C_PROBE806_WIDTH - Probe806 Width - 1 - - - - true - - - - - - C_PROBE805_WIDTH - Probe805 Width - 1 - - - - true - - - - - - C_PROBE804_WIDTH - Probe804 Width - 1 - - - - true - - - - - - C_PROBE803_WIDTH - Probe803 Width - 1 - - - - true - - - - - - C_PROBE802_WIDTH - Probe802 Width - 1 - - - - true - - - - - - C_PROBE801_WIDTH - Probe801 Width - 1 - - - - true - - - - - - C_PROBE800_WIDTH - Probe800 Width - 1 - - - - true - - - - - - C_PROBE799_WIDTH - Probe799 Width - 1 - - - - true - - - - - - C_PROBE798_WIDTH - Probe798 Width - 1 - - - - true - - - - - - C_PROBE797_WIDTH - Probe797 Width - 1 - - - - true - - - - - - C_PROBE796_WIDTH - Probe796 Width - 1 - - - - true - - - - - - C_PROBE795_WIDTH - Probe795 Width - 1 - - - - true - - - - - - C_PROBE794_WIDTH - Probe794 Width - 1 - - - - true - - - - - - C_PROBE793_WIDTH - Probe793 Width - 1 - - - - true - - - - - - C_PROBE792_WIDTH - Probe792 Width - 1 - - - - true - - - - - - C_PROBE791_WIDTH - Probe791 Width - 1 - - - - true - - - - - - C_PROBE790_WIDTH - Probe790 Width - 1 - - - - true - - - - - - C_PROBE789_WIDTH - Probe789 Width - 1 - - - - true - - - - - - C_PROBE788_WIDTH - Probe788 Width - 1 - - - - true - - - - - - C_PROBE787_WIDTH - Probe787 Width - 1 - - - - true - - - - - - C_PROBE786_WIDTH - Probe786 Width - 1 - - - - true - - - - - - C_PROBE785_WIDTH - Probe785 Width - 1 - - - - true - - - - - - C_PROBE784_WIDTH - Probe784 Width - 1 - - - - true - - - - - - C_PROBE783_WIDTH - Probe783 Width - 1 - - - - true - - - - - - C_PROBE782_WIDTH - Probe782 Width - 1 - - - - true - - - - - - C_PROBE781_WIDTH - Probe781 Width - 1 - - - - true - - - - - - C_PROBE780_WIDTH - Probe780 Width - 1 - - - - true - - - - - - C_PROBE779_WIDTH - Probe779 Width - 1 - - - - true - - - - - - C_PROBE778_WIDTH - Probe778 Width - 1 - - - - true - - - - - - C_PROBE777_WIDTH - Probe777 Width - 1 - - - - true - - - - - - C_PROBE776_WIDTH - Probe776 Width - 1 - - - - true - - - - - - C_PROBE775_WIDTH - Probe775 Width - 1 - - - - true - - - - - - C_PROBE774_WIDTH - Probe774 Width - 1 - - - - true - - - - - - C_PROBE773_WIDTH - Probe773 Width - 1 - - - - true - - - - - - C_PROBE772_WIDTH - Probe772 Width - 1 - - - - true - - - - - - C_PROBE771_WIDTH - Probe771 Width - 1 - - - - true - - - - - - C_PROBE770_WIDTH - Probe770 Width - 1 - - - - true - - - - - - C_PROBE769_WIDTH - Probe769 Width - 1 - - - - true - - - - - - C_PROBE768_WIDTH - Probe768 Width - 1 - - - - true - - - - - - C_PROBE767_WIDTH - Probe767 Width - 1 - - - - true - - - - - - C_PROBE766_WIDTH - Probe766 Width - 1 - - - - true - - - - - - C_PROBE765_WIDTH - Probe765 Width - 1 - - - - true - - - - - - C_PROBE764_WIDTH - Probe764 Width - 1 - - - - true - - - - - - C_PROBE763_WIDTH - Probe763 Width - 1 - - - - true - - - - - - C_PROBE762_WIDTH - Probe762 Width - 1 - - - - true - - - - - - C_PROBE761_WIDTH - Probe761 Width - 1 - - - - true - - - - - - C_PROBE760_WIDTH - Probe760 Width - 1 - - - - true - - - - - - C_PROBE759_WIDTH - Probe759 Width - 1 - - - - true - - - - - - C_PROBE758_WIDTH - Probe758 Width - 1 - - - - true - - - - - - C_PROBE757_WIDTH - Probe757 Width - 1 - - - - true - - - - - - C_PROBE756_WIDTH - Probe756 Width - 1 - - - - true - - - - - - C_PROBE755_WIDTH - Probe755 Width - 1 - - - - true - - - - - - C_PROBE754_WIDTH - Probe754 Width - 1 - - - - true - - - - - - C_PROBE753_WIDTH - Probe753 Width - 1 - - - - true - - - - - - C_PROBE752_WIDTH - Probe752 Width - 1 - - - - true - - - - - - C_PROBE751_WIDTH - Probe751 Width - 1 - - - - true - - - - - - C_PROBE750_WIDTH - Probe750 Width - 1 - - - - true - - - - - - C_PROBE749_WIDTH - Probe749 Width - 1 - - - - true - - - - - - C_PROBE748_WIDTH - Probe748 Width - 1 - - - - true - - - - - - C_PROBE747_WIDTH - Probe747 Width - 1 - - - - true - - - - - - C_PROBE746_WIDTH - Probe746 Width - 1 - - - - true - - - - - - C_PROBE745_WIDTH - Probe745 Width - 1 - - - - true - - - - - - C_PROBE744_WIDTH - Probe744 Width - 1 - - - - true - - - - - - C_PROBE743_WIDTH - Probe743 Width - 1 - - - - true - - - - - - C_PROBE742_WIDTH - Probe742 Width - 1 - - - - true - - - - - - C_PROBE741_WIDTH - Probe741 Width - 1 - - - - true - - - - - - C_PROBE740_WIDTH - Probe740 Width - 1 - - - - true - - - - - - C_PROBE739_WIDTH - Probe739 Width - 1 - - - - true - - - - - - C_PROBE738_WIDTH - Probe738 Width - 1 - - - - true - - - - - - C_PROBE737_WIDTH - Probe737 Width - 1 - - - - true - - - - - - C_PROBE736_WIDTH - Probe736 Width - 1 - - - - true - - - - - - C_PROBE735_WIDTH - Probe735 Width - 1 - - - - true - - - - - - C_PROBE734_WIDTH - Probe734 Width - 1 - - - - true - - - - - - C_PROBE733_WIDTH - Probe733 Width - 1 - - - - true - - - - - - C_PROBE732_WIDTH - Probe732 Width - 1 - - - - true - - - - - - C_PROBE731_WIDTH - Probe731 Width - 1 - - - - true - - - - - - C_PROBE730_WIDTH - Probe730 Width - 1 - - - - true - - - - - - C_PROBE729_WIDTH - Probe729 Width - 1 - - - - true - - - - - - C_PROBE728_WIDTH - Probe728 Width - 1 - - - - true - - - - - - C_PROBE727_WIDTH - Probe727 Width - 1 - - - - true - - - - - - C_PROBE726_WIDTH - Probe726 Width - 1 - - - - true - - - - - - C_PROBE725_WIDTH - Probe725 Width - 1 - - - - true - - - - - - C_PROBE724_WIDTH - Probe724 Width - 1 - - - - true - - - - - - C_PROBE723_WIDTH - Probe723 Width - 1 - - - - true - - - - - - C_PROBE722_WIDTH - Probe722 Width - 1 - - - - true - - - - - - C_PROBE721_WIDTH - Probe721 Width - 1 - - - - true - - - - - - C_PROBE720_WIDTH - Probe720 Width - 1 - - - - true - - - - - - C_PROBE719_WIDTH - Probe719 Width - 1 - - - - true - - - - - - C_PROBE718_WIDTH - Probe718 Width - 1 - - - - true - - - - - - C_PROBE717_WIDTH - Probe717 Width - 1 - - - - true - - - - - - C_PROBE716_WIDTH - Probe716 Width - 1 - - - - true - - - - - - C_PROBE715_WIDTH - Probe715 Width - 1 - - - - true - - - - - - C_PROBE714_WIDTH - Probe714 Width - 1 - - - - true - - - - - - C_PROBE713_WIDTH - Probe713 Width - 1 - - - - true - - - - - - C_PROBE712_WIDTH - Probe712 Width - 1 - - - - true - - - - - - C_PROBE711_WIDTH - Probe711 Width - 1 - - - - true - - - - - - C_PROBE710_WIDTH - Probe710 Width - 1 - - - - true - - - - - - C_PROBE709_WIDTH - Probe709 Width - 1 - - - - true - - - - - - C_PROBE708_WIDTH - Probe708 Width - 1 - - - - true - - - - - - C_PROBE707_WIDTH - Probe707 Width - 1 - - - - true - - - - - - C_PROBE706_WIDTH - Probe706 Width - 1 - - - - true - - - - - - C_PROBE705_WIDTH - Probe705 Width - 1 - - - - true - - - - - - C_PROBE704_WIDTH - Probe704 Width - 1 - - - - true - - - - - - C_PROBE703_WIDTH - Probe703 Width - 1 - - - - true - - - - - - C_PROBE702_WIDTH - Probe702 Width - 1 - - - - true - - - - - - C_PROBE701_WIDTH - Probe701 Width - 1 - - - - true - - - - - - C_PROBE700_WIDTH - Probe700 Width - 1 - - - - true - - - - - - C_PROBE699_WIDTH - Probe699 Width - 1 - - - - true - - - - - - C_PROBE698_WIDTH - Probe698 Width - 1 - - - - true - - - - - - C_PROBE697_WIDTH - Probe697 Width - 1 - - - - true - - - - - - C_PROBE696_WIDTH - Probe696 Width - 1 - - - - true - - - - - - C_PROBE695_WIDTH - Probe695 Width - 1 - - - - true - - - - - - C_PROBE694_WIDTH - Probe694 Width - 1 - - - - true - - - - - - C_PROBE693_WIDTH - Probe693 Width - 1 - - - - true - - - - - - C_PROBE692_WIDTH - Probe692 Width - 1 - - - - true - - - - - - C_PROBE691_WIDTH - Probe691 Width - 1 - - - - true - - - - - - C_PROBE690_WIDTH - Probe690 Width - 1 - - - - true - - - - - - C_PROBE689_WIDTH - Probe689 Width - 1 - - - - true - - - - - - C_PROBE688_WIDTH - Probe688 Width - 1 - - - - true - - - - - - C_PROBE687_WIDTH - Probe687 Width - 1 - - - - true - - - - - - C_PROBE686_WIDTH - Probe686 Width - 1 - - - - true - - - - - - C_PROBE685_WIDTH - Probe685 Width - 1 - - - - true - - - - - - C_PROBE684_WIDTH - Probe684 Width - 1 - - - - true - - - - - - C_PROBE683_WIDTH - Probe683 Width - 1 - - - - true - - - - - - C_PROBE682_WIDTH - Probe682 Width - 1 - - - - true - - - - - - C_PROBE681_WIDTH - Probe681 Width - 1 - - - - true - - - - - - C_PROBE680_WIDTH - Probe680 Width - 1 - - - - true - - - - - - C_PROBE679_WIDTH - Probe679 Width - 1 - - - - true - - - - - - C_PROBE678_WIDTH - Probe678 Width - 1 - - - - true - - - - - - C_PROBE677_WIDTH - Probe677 Width - 1 - - - - true - - - - - - C_PROBE676_WIDTH - Probe676 Width - 1 - - - - true - - - - - - C_PROBE675_WIDTH - Probe675 Width - 1 - - - - true - - - - - - C_PROBE674_WIDTH - Probe674 Width - 1 - - - - true - - - - - - C_PROBE673_WIDTH - Probe673 Width - 1 - - - - true - - - - - - C_PROBE672_WIDTH - Probe672 Width - 1 - - - - true - - - - - - C_PROBE671_WIDTH - Probe671 Width - 1 - - - - true - - - - - - C_PROBE670_WIDTH - Probe670 Width - 1 - - - - true - - - - - - C_PROBE669_WIDTH - Probe669 Width - 1 - - - - true - - - - - - C_PROBE668_WIDTH - Probe668 Width - 1 - - - - true - - - - - - C_PROBE667_WIDTH - Probe667 Width - 1 - - - - true - - - - - - C_PROBE666_WIDTH - Probe666 Width - 1 - - - - true - - - - - - C_PROBE665_WIDTH - Probe665 Width - 1 - - - - true - - - - - - C_PROBE664_WIDTH - Probe664 Width - 1 - - - - true - - - - - - C_PROBE663_WIDTH - Probe663 Width - 1 - - - - true - - - - - - C_PROBE662_WIDTH - Probe662 Width - 1 - - - - true - - - - - - C_PROBE661_WIDTH - Probe661 Width - 1 - - - - true - - - - - - C_PROBE660_WIDTH - Probe660 Width - 1 - - - - true - - - - - - C_PROBE659_WIDTH - Probe659 Width - 1 - - - - true - - - - - - C_PROBE658_WIDTH - Probe658 Width - 1 - - - - true - - - - - - C_PROBE657_WIDTH - Probe657 Width - 1 - - - - true - - - - - - C_PROBE656_WIDTH - Probe656 Width - 1 - - - - true - - - - - - C_PROBE655_WIDTH - Probe655 Width - 1 - - - - true - - - - - - C_PROBE654_WIDTH - Probe654 Width - 1 - - - - true - - - - - - C_PROBE653_WIDTH - Probe653 Width - 1 - - - - true - - - - - - C_PROBE652_WIDTH - Probe652 Width - 1 - - - - true - - - - - - C_PROBE651_WIDTH - Probe651 Width - 1 - - - - true - - - - - - C_PROBE650_WIDTH - Probe650 Width - 1 - - - - true - - - - - - C_PROBE649_WIDTH - Probe649 Width - 1 - - - - true - - - - - - C_PROBE648_WIDTH - Probe648 Width - 1 - - - - true - - - - - - C_PROBE647_WIDTH - Probe647 Width - 1 - - - - true - - - - - - C_PROBE646_WIDTH - Probe646 Width - 1 - - - - true - - - - - - C_PROBE645_WIDTH - Probe645 Width - 1 - - - - true - - - - - - C_PROBE644_WIDTH - Probe644 Width - 1 - - - - true - - - - - - C_PROBE643_WIDTH - Probe643 Width - 1 - - - - true - - - - - - C_PROBE642_WIDTH - Probe642 Width - 1 - - - - true - - - - - - C_PROBE641_WIDTH - Probe641 Width - 1 - - - - true - - - - - - C_PROBE640_WIDTH - Probe640 Width - 1 - - - - true - - - - - - C_PROBE639_WIDTH - Probe639 Width - 1 - - - - true - - - - - - C_PROBE638_WIDTH - Probe638 Width - 1 - - - - true - - - - - - C_PROBE637_WIDTH - Probe637 Width - 1 - - - - true - - - - - - C_PROBE636_WIDTH - Probe636 Width - 1 - - - - true - - - - - - C_PROBE635_WIDTH - Probe635 Width - 1 - - - - true - - - - - - C_PROBE634_WIDTH - Probe634 Width - 1 - - - - true - - - - - - C_PROBE633_WIDTH - Probe633 Width - 1 - - - - true - - - - - - C_PROBE632_WIDTH - Probe632 Width - 1 - - - - true - - - - - - C_PROBE631_WIDTH - Probe631 Width - 1 - - - - true - - - - - - C_PROBE630_WIDTH - Probe630 Width - 1 - - - - true - - - - - - C_PROBE629_WIDTH - Probe629 Width - 1 - - - - true - - - - - - C_PROBE628_WIDTH - Probe628 Width - 1 - - - - true - - - - - - C_PROBE627_WIDTH - Probe627 Width - 1 - - - - true - - - - - - C_PROBE626_WIDTH - Probe626 Width - 1 - - - - true - - - - - - C_PROBE625_WIDTH - Probe625 Width - 1 - - - - true - - - - - - C_PROBE624_WIDTH - Probe624 Width - 1 - - - - true - - - - - - C_PROBE623_WIDTH - Probe623 Width - 1 - - - - true - - - - - - C_PROBE622_WIDTH - Probe622 Width - 1 - - - - true - - - - - - C_PROBE621_WIDTH - Probe621 Width - 1 - - - - true - - - - - - C_PROBE620_WIDTH - Probe620 Width - 1 - - - - true - - - - - - C_PROBE619_WIDTH - Probe619 Width - 1 - - - - true - - - - - - C_PROBE618_WIDTH - Probe618 Width - 1 - - - - true - - - - - - C_PROBE617_WIDTH - Probe617 Width - 1 - - - - true - - - - - - C_PROBE616_WIDTH - Probe616 Width - 1 - - - - true - - - - - - C_PROBE615_WIDTH - Probe615 Width - 1 - - - - true - - - - - - C_PROBE614_WIDTH - Probe614 Width - 1 - - - - true - - - - - - C_PROBE613_WIDTH - Probe613 Width - 1 - - - - true - - - - - - C_PROBE612_WIDTH - Probe612 Width - 1 - - - - true - - - - - - C_PROBE611_WIDTH - Probe611 Width - 1 - - - - true - - - - - - C_PROBE610_WIDTH - Probe610 Width - 1 - - - - true - - - - - - C_PROBE609_WIDTH - Probe609 Width - 1 - - - - true - - - - - - C_PROBE608_WIDTH - Probe608 Width - 1 - - - - true - - - - - - C_PROBE607_WIDTH - Probe607 Width - 1 - - - - true - - - - - - C_PROBE606_WIDTH - Probe606 Width - 1 - - - - true - - - - - - C_PROBE605_WIDTH - Probe605 Width - 1 - - - - true - - - - - - C_PROBE604_WIDTH - Probe604 Width - 1 - - - - true - - - - - - C_PROBE603_WIDTH - Probe603 Width - 1 - - - - true - - - - - - C_PROBE602_WIDTH - Probe602 Width - 1 - - - - true - - - - - - C_PROBE601_WIDTH - Probe601 Width - 1 - - - - true - - - - - - C_PROBE600_WIDTH - Probe600 Width - 1 - - - - true - - - - - - C_PROBE599_WIDTH - Probe599 Width - 1 - - - - true - - - - - - C_PROBE598_WIDTH - Probe598 Width - 1 - - - - true - - - - - - C_PROBE597_WIDTH - Probe597 Width - 1 - - - - true - - - - - - C_PROBE596_WIDTH - Probe596 Width - 1 - - - - true - - - - - - C_PROBE595_WIDTH - Probe595 Width - 1 - - - - true - - - - - - C_PROBE594_WIDTH - Probe594 Width - 1 - - - - true - - - - - - C_PROBE593_WIDTH - Probe593 Width - 1 - - - - true - - - - - - C_PROBE592_WIDTH - Probe592 Width - 1 - - - - true - - - - - - C_PROBE591_WIDTH - Probe591 Width - 1 - - - - true - - - - - - C_PROBE590_WIDTH - Probe590 Width - 1 - - - - true - - - - - - C_PROBE589_WIDTH - Probe589 Width - 1 - - - - true - - - - - - C_PROBE588_WIDTH - Probe588 Width - 1 - - - - true - - - - - - C_PROBE587_WIDTH - Probe587 Width - 1 - - - - true - - - - - - C_PROBE586_WIDTH - Probe586 Width - 1 - - - - true - - - - - - C_PROBE585_WIDTH - Probe585 Width - 1 - - - - true - - - - - - C_PROBE584_WIDTH - Probe584 Width - 1 - - - - true - - - - - - C_PROBE583_WIDTH - Probe583 Width - 1 - - - - true - - - - - - C_PROBE582_WIDTH - Probe582 Width - 1 - - - - true - - - - - - C_PROBE581_WIDTH - Probe581 Width - 1 - - - - true - - - - - - C_PROBE580_WIDTH - Probe580 Width - 1 - - - - true - - - - - - C_PROBE579_WIDTH - Probe579 Width - 1 - - - - true - - - - - - C_PROBE578_WIDTH - Probe578 Width - 1 - - - - true - - - - - - C_PROBE577_WIDTH - Probe577 Width - 1 - - - - true - - - - - - C_PROBE576_WIDTH - Probe576 Width - 1 - - - - true - - - - - - C_PROBE575_WIDTH - Probe575 Width - 1 - - - - true - - - - - - C_PROBE574_WIDTH - Probe574 Width - 1 - - - - true - - - - - - C_PROBE573_WIDTH - Probe573 Width - 1 - - - - true - - - - - - C_PROBE572_WIDTH - Probe572 Width - 1 - - - - true - - - - - - C_PROBE571_WIDTH - Probe571 Width - 1 - - - - true - - - - - - C_PROBE570_WIDTH - Probe570 Width - 1 - - - - true - - - - - - C_PROBE569_WIDTH - Probe569 Width - 1 - - - - true - - - - - - C_PROBE568_WIDTH - Probe568 Width - 1 - - - - true - - - - - - C_PROBE567_WIDTH - Probe567 Width - 1 - - - - true - - - - - - C_PROBE566_WIDTH - Probe566 Width - 1 - - - - true - - - - - - C_PROBE565_WIDTH - Probe565 Width - 1 - - - - true - - - - - - C_PROBE564_WIDTH - Probe564 Width - 1 - - - - true - - - - - - C_PROBE563_WIDTH - Probe563 Width - 1 - - - - true - - - - - - C_PROBE562_WIDTH - Probe562 Width - 1 - - - - true - - - - - - C_PROBE561_WIDTH - Probe561 Width - 1 - - - - true - - - - - - C_PROBE560_WIDTH - Probe560 Width - 1 - - - - true - - - - - - C_PROBE559_WIDTH - Probe559 Width - 1 - - - - true - - - - - - C_PROBE558_WIDTH - Probe558 Width - 1 - - - - true - - - - - - C_PROBE557_WIDTH - Probe557 Width - 1 - - - - true - - - - - - C_PROBE556_WIDTH - Probe556 Width - 1 - - - - true - - - - - - C_PROBE555_WIDTH - Probe555 Width - 1 - - - - true - - - - - - C_PROBE554_WIDTH - Probe554 Width - 1 - - - - true - - - - - - C_PROBE553_WIDTH - Probe553 Width - 1 - - - - true - - - - - - C_PROBE552_WIDTH - Probe552 Width - 1 - - - - true - - - - - - C_PROBE551_WIDTH - Probe551 Width - 1 - - - - true - - - - - - C_PROBE550_WIDTH - Probe550 Width - 1 - - - - true - - - - - - C_PROBE549_WIDTH - Probe549 Width - 1 - - - - true - - - - - - C_PROBE548_WIDTH - Probe548 Width - 1 - - - - true - - - - - - C_PROBE547_WIDTH - Probe547 Width - 1 - - - - true - - - - - - C_PROBE546_WIDTH - Probe546 Width - 1 - - - - true - - - - - - C_PROBE545_WIDTH - Probe545 Width - 1 - - - - true - - - - - - C_PROBE544_WIDTH - Probe544 Width - 1 - - - - true - - - - - - C_PROBE543_WIDTH - Probe543 Width - 1 - - - - true - - - - - - C_PROBE542_WIDTH - Probe542 Width - 1 - - - - true - - - - - - C_PROBE541_WIDTH - Probe541 Width - 1 - - - - true - - - - - - C_PROBE540_WIDTH - Probe540 Width - 1 - - - - true - - - - - - C_PROBE539_WIDTH - Probe539 Width - 1 - - - - true - - - - - - C_PROBE538_WIDTH - Probe538 Width - 1 - - - - true - - - - - - C_PROBE537_WIDTH - Probe537 Width - 1 - - - - true - - - - - - C_PROBE536_WIDTH - Probe536 Width - 1 - - - - true - - - - - - C_PROBE535_WIDTH - Probe535 Width - 1 - - - - true - - - - - - C_PROBE534_WIDTH - Probe534 Width - 1 - - - - true - - - - - - C_PROBE533_WIDTH - Probe533 Width - 1 - - - - true - - - - - - C_PROBE532_WIDTH - Probe532 Width - 1 - - - - true - - - - - - C_PROBE531_WIDTH - Probe531 Width - 1 - - - - true - - - - - - C_PROBE530_WIDTH - Probe530 Width - 1 - - - - true - - - - - - C_PROBE529_WIDTH - Probe529 Width - 1 - - - - true - - - - - - C_PROBE528_WIDTH - Probe528 Width - 1 - - - - true - - - - - - C_PROBE527_WIDTH - Probe527 Width - 1 - - - - true - - - - - - C_PROBE526_WIDTH - Probe526 Width - 1 - - - - true - - - - - - C_PROBE525_WIDTH - Probe525 Width - 1 - - - - true - - - - - - C_PROBE524_WIDTH - Probe524 Width - 1 - - - - true - - - - - - C_PROBE523_WIDTH - Probe523 Width - 1 - - - - true - - - - - - C_PROBE522_WIDTH - Probe522 Width - 1 - - - - true - - - - - - C_PROBE521_WIDTH - Probe521 Width - 1 - - - - true - - - - - - C_PROBE520_WIDTH - Probe520 Width - 1 - - - - true - - - - - - C_PROBE519_WIDTH - Probe519 Width - 1 - - - - true - - - - - - C_PROBE518_WIDTH - Probe518 Width - 1 - - - - true - - - - - - C_PROBE517_WIDTH - Probe517 Width - 1 - - - - true - - - - - - C_PROBE516_WIDTH - Probe516 Width - 1 - - - - true - - - - - - C_PROBE515_WIDTH - Probe515 Width - 1 - - - - true - - - - - - C_PROBE514_WIDTH - Probe514 Width - 1 - - - - true - - - - - - C_PROBE513_WIDTH - Probe513 Width - 1 - - - - true - - - - - - C_PROBE512_WIDTH - Probe512 Width - 1 - - - - true - - - - - - C_PROBE511_WIDTH - Probe511 Width - 1 - - - - true - - - - - - C_PROBE510_WIDTH - Probe510 Width - 1 - - - - true - - - - - - C_PROBE509_WIDTH - Probe509 Width - 1 - - - - true - - - - - - C_PROBE508_WIDTH - Probe508 Width - 1 - - - - true - - - - - - C_PROBE507_WIDTH - Probe507 Width - 1 - - - - true - - - - - - C_PROBE506_WIDTH - Probe506 Width - 1 - - - - true - - - - - - C_PROBE505_WIDTH - Probe505 Width - 1 - - - - true - - - - - - C_PROBE504_WIDTH - Probe504 Width - 1 - - - - true - - - - - - C_PROBE503_WIDTH - Probe503 Width - 1 - - - - true - - - - - - C_PROBE502_WIDTH - Probe502 Width - 1 - - - - true - - - - - - C_PROBE501_WIDTH - Probe501 Width - 1 - - - - true - - - - - - C_PROBE500_WIDTH - Probe500 Width - 1 - - - - true - - - - - - C_PROBE499_WIDTH - Probe499 Width - 1 - - - - true - - - - - - C_PROBE498_WIDTH - Probe498 Width - 1 - - - - true - - - - - - C_PROBE497_WIDTH - Probe497 Width - 1 - - - - true - - - - - - C_PROBE496_WIDTH - Probe496 Width - 1 - - - - true - - - - - - C_PROBE495_WIDTH - Probe495 Width - 1 - - - - true - - - - - - C_PROBE494_WIDTH - Probe494 Width - 1 - - - - true - - - - - - C_PROBE493_WIDTH - Probe493 Width - 1 - - - - true - - - - - - C_PROBE492_WIDTH - Probe492 Width - 1 - - - - true - - - - - - C_PROBE491_WIDTH - Probe491 Width - 1 - - - - true - - - - - - C_PROBE490_WIDTH - Probe490 Width - 1 - - - - true - - - - - - C_PROBE489_WIDTH - Probe489 Width - 1 - - - - true - - - - - - C_PROBE488_WIDTH - Probe488 Width - 1 - - - - true - - - - - - C_PROBE487_WIDTH - Probe487 Width - 1 - - - - true - - - - - - C_PROBE486_WIDTH - Probe486 Width - 1 - - - - true - - - - - - C_PROBE485_WIDTH - Probe485 Width - 1 - - - - true - - - - - - C_PROBE484_WIDTH - Probe484 Width - 1 - - - - true - - - - - - C_PROBE483_WIDTH - Probe483 Width - 1 - - - - true - - - - - - C_PROBE482_WIDTH - Probe482 Width - 1 - - - - true - - - - - - C_PROBE481_WIDTH - Probe481 Width - 1 - - - - true - - - - - - C_PROBE480_WIDTH - Probe480 Width - 1 - - - - true - - - - - - C_PROBE479_WIDTH - Probe479 Width - 1 - - - - true - - - - - - C_PROBE478_WIDTH - Probe478 Width - 1 - - - - true - - - - - - C_PROBE477_WIDTH - Probe477 Width - 1 - - - - true - - - - - - C_PROBE476_WIDTH - Probe476 Width - 1 - - - - true - - - - - - C_PROBE475_WIDTH - Probe475 Width - 1 - - - - true - - - - - - C_PROBE474_WIDTH - Probe474 Width - 1 - - - - true - - - - - - C_PROBE473_WIDTH - Probe473 Width - 1 - - - - true - - - - - - C_PROBE472_WIDTH - Probe472 Width - 1 - - - - true - - - - - - C_PROBE471_WIDTH - Probe471 Width - 1 - - - - true - - - - - - C_PROBE470_WIDTH - Probe470 Width - 1 - - - - true - - - - - - C_PROBE469_WIDTH - Probe469 Width - 1 - - - - true - - - - - - C_PROBE468_WIDTH - Probe468 Width - 1 - - - - true - - - - - - C_PROBE467_WIDTH - Probe467 Width - 1 - - - - true - - - - - - C_PROBE466_WIDTH - Probe466 Width - 1 - - - - true - - - - - - C_PROBE465_WIDTH - Probe465 Width - 1 - - - - true - - - - - - C_PROBE464_WIDTH - Probe464 Width - 1 - - - - true - - - - - - C_PROBE463_WIDTH - Probe463 Width - 1 - - - - true - - - - - - C_PROBE462_WIDTH - Probe462 Width - 1 - - - - true - - - - - - C_PROBE461_WIDTH - Probe461 Width - 1 - - - - true - - - - - - C_PROBE460_WIDTH - Probe460 Width - 1 - - - - true - - - - - - C_PROBE459_WIDTH - Probe459 Width - 1 - - - - true - - - - - - C_PROBE458_WIDTH - Probe458 Width - 1 - - - - true - - - - - - C_PROBE457_WIDTH - Probe457 Width - 1 - - - - true - - - - - - C_PROBE456_WIDTH - Probe456 Width - 1 - - - - true - - - - - - C_PROBE455_WIDTH - Probe455 Width - 1 - - - - true - - - - - - C_PROBE454_WIDTH - Probe454 Width - 1 - - - - true - - - - - - C_PROBE453_WIDTH - Probe453 Width - 1 - - - - true - - - - - - C_PROBE452_WIDTH - Probe452 Width - 1 - - - - true - - - - - - C_PROBE451_WIDTH - Probe451 Width - 1 - - - - true - - - - - - C_PROBE450_WIDTH - Probe450 Width - 1 - - - - true - - - - - - C_PROBE449_WIDTH - Probe449 Width - 1 - - - - true - - - - - - C_PROBE448_WIDTH - Probe448 Width - 1 - - - - true - - - - - - C_PROBE447_WIDTH - Probe447 Width - 1 - - - - true - - - - - - C_PROBE446_WIDTH - Probe446 Width - 1 - - - - true - - - - - - C_PROBE445_WIDTH - Probe445 Width - 1 - - - - true - - - - - - C_PROBE444_WIDTH - Probe444 Width - 1 - - - - true - - - - - - C_PROBE443_WIDTH - Probe443 Width - 1 - - - - true - - - - - - C_PROBE442_WIDTH - Probe442 Width - 1 - - - - true - - - - - - C_PROBE441_WIDTH - Probe441 Width - 1 - - - - true - - - - - - C_PROBE440_WIDTH - Probe440 Width - 1 - - - - true - - - - - - C_PROBE439_WIDTH - Probe439 Width - 1 - - - - true - - - - - - C_PROBE438_WIDTH - Probe438 Width - 1 - - - - true - - - - - - C_PROBE437_WIDTH - Probe437 Width - 1 - - - - true - - - - - - C_PROBE436_WIDTH - Probe436 Width - 1 - - - - true - - - - - - C_PROBE435_WIDTH - Probe435 Width - 1 - - - - true - - - - - - C_PROBE434_WIDTH - Probe434 Width - 1 - - - - true - - - - - - C_PROBE433_WIDTH - Probe433 Width - 1 - - - - true - - - - - - C_PROBE432_WIDTH - Probe432 Width - 1 - - - - true - - - - - - C_PROBE431_WIDTH - Probe431 Width - 1 - - - - true - - - - - - C_PROBE430_WIDTH - Probe430 Width - 1 - - - - true - - - - - - C_PROBE429_WIDTH - Probe429 Width - 1 - - - - true - - - - - - C_PROBE428_WIDTH - Probe428 Width - 1 - - - - true - - - - - - C_PROBE427_WIDTH - Probe427 Width - 1 - - - - true - - - - - - C_PROBE426_WIDTH - Probe426 Width - 1 - - - - true - - - - - - C_PROBE425_WIDTH - Probe425 Width - 1 - - - - true - - - - - - C_PROBE424_WIDTH - Probe424 Width - 1 - - - - true - - - - - - C_PROBE423_WIDTH - Probe423 Width - 1 - - - - true - - - - - - C_PROBE422_WIDTH - Probe422 Width - 1 - - - - true - - - - - - C_PROBE421_WIDTH - Probe421 Width - 1 - - - - true - - - - - - C_PROBE420_WIDTH - Probe420 Width - 1 - - - - true - - - - - - C_PROBE419_WIDTH - Probe419 Width - 1 - - - - true - - - - - - C_PROBE418_WIDTH - Probe418 Width - 1 - - - - true - - - - - - C_PROBE417_WIDTH - Probe417 Width - 1 - - - - true - - - - - - C_PROBE416_WIDTH - Probe416 Width - 1 - - - - true - - - - - - C_PROBE415_WIDTH - Probe415 Width - 1 - - - - true - - - - - - C_PROBE414_WIDTH - Probe414 Width - 1 - - - - true - - - - - - C_PROBE413_WIDTH - Probe413 Width - 1 - - - - true - - - - - - C_PROBE412_WIDTH - Probe412 Width - 1 - - - - true - - - - - - C_PROBE411_WIDTH - Probe411 Width - 1 - - - - true - - - - - - C_PROBE410_WIDTH - Probe410 Width - 1 - - - - true - - - - - - C_PROBE409_WIDTH - Probe409 Width - 1 - - - - true - - - - - - C_PROBE408_WIDTH - Probe408 Width - 1 - - - - true - - - - - - C_PROBE407_WIDTH - Probe407 Width - 1 - - - - true - - - - - - C_PROBE406_WIDTH - Probe406 Width - 1 - - - - true - - - - - - C_PROBE405_WIDTH - Probe405 Width - 1 - - - - true - - - - - - C_PROBE404_WIDTH - Probe404 Width - 1 - - - - true - - - - - - C_PROBE403_WIDTH - Probe403 Width - 1 - - - - true - - - - - - C_PROBE402_WIDTH - Probe402 Width - 1 - - - - true - - - - - - C_PROBE401_WIDTH - Probe401 Width - 1 - - - - true - - - - - - C_PROBE400_WIDTH - Probe400 Width - 1 - - - - true - - - - - - C_PROBE399_WIDTH - Probe399 Width - 1 - - - - true - - - - - - C_PROBE398_WIDTH - Probe398 Width - 1 - - - - true - - - - - - C_PROBE397_WIDTH - Probe397 Width - 1 - - - - true - - - - - - C_PROBE396_WIDTH - Probe396 Width - 1 - - - - true - - - - - - C_PROBE395_WIDTH - Probe395 Width - 1 - - - - true - - - - - - C_PROBE394_WIDTH - Probe394 Width - 1 - - - - true - - - - - - C_PROBE393_WIDTH - Probe393 Width - 1 - - - - true - - - - - - C_PROBE392_WIDTH - Probe392 Width - 1 - - - - true - - - - - - C_PROBE391_WIDTH - Probe391 Width - 1 - - - - true - - - - - - C_PROBE390_WIDTH - Probe390 Width - 1 - - - - true - - - - - - C_PROBE389_WIDTH - Probe389 Width - 1 - - - - true - - - - - - C_PROBE388_WIDTH - Probe388 Width - 1 - - - - true - - - - - - C_PROBE387_WIDTH - Probe387 Width - 1 - - - - true - - - - - - C_PROBE386_WIDTH - Probe386 Width - 1 - - - - true - - - - - - C_PROBE385_WIDTH - Probe385 Width - 1 - - - - true - - - - - - C_PROBE384_WIDTH - Probe384 Width - 1 - - - - true - - - - - - C_PROBE383_WIDTH - Probe383 Width - 1 - - - - true - - - - - - C_PROBE382_WIDTH - Probe382 Width - 1 - - - - true - - - - - - C_PROBE381_WIDTH - Probe381 Width - 1 - - - - true - - - - - - C_PROBE380_WIDTH - Probe380 Width - 1 - - - - true - - - - - - C_PROBE379_WIDTH - Probe379 Width - 1 - - - - true - - - - - - C_PROBE378_WIDTH - Probe378 Width - 1 - - - - true - - - - - - C_PROBE377_WIDTH - Probe377 Width - 1 - - - - true - - - - - - C_PROBE376_WIDTH - Probe376 Width - 1 - - - - true - - - - - - C_PROBE375_WIDTH - Probe375 Width - 1 - - - - true - - - - - - C_PROBE374_WIDTH - Probe374 Width - 1 - - - - true - - - - - - C_PROBE373_WIDTH - Probe373 Width - 1 - - - - true - - - - - - C_PROBE372_WIDTH - Probe372 Width - 1 - - - - true - - - - - - C_PROBE371_WIDTH - Probe371 Width - 1 - - - - true - - - - - - C_PROBE370_WIDTH - Probe370 Width - 1 - - - - true - - - - - - C_PROBE369_WIDTH - Probe369 Width - 1 - - - - true - - - - - - C_PROBE368_WIDTH - Probe368 Width - 1 - - - - true - - - - - - C_PROBE367_WIDTH - Probe367 Width - 1 - - - - true - - - - - - C_PROBE366_WIDTH - Probe366 Width - 1 - - - - true - - - - - - C_PROBE365_WIDTH - Probe365 Width - 1 - - - - true - - - - - - C_PROBE364_WIDTH - Probe364 Width - 1 - - - - true - - - - - - C_PROBE363_WIDTH - Probe363 Width - 1 - - - - true - - - - - - C_PROBE362_WIDTH - Probe362 Width - 1 - - - - true - - - - - - C_PROBE361_WIDTH - Probe361 Width - 1 - - - - true - - - - - - C_PROBE360_WIDTH - Probe360 Width - 1 - - - - true - - - - - - C_PROBE359_WIDTH - Probe359 Width - 1 - - - - true - - - - - - C_PROBE358_WIDTH - Probe358 Width - 1 - - - - true - - - - - - C_PROBE357_WIDTH - Probe357 Width - 1 - - - - true - - - - - - C_PROBE356_WIDTH - Probe356 Width - 1 - - - - true - - - - - - C_PROBE355_WIDTH - Probe355 Width - 1 - - - - true - - - - - - C_PROBE354_WIDTH - Probe354 Width - 1 - - - - true - - - - - - C_PROBE353_WIDTH - Probe353 Width - 1 - - - - true - - - - - - C_PROBE352_WIDTH - Probe352 Width - 1 - - - - true - - - - - - C_PROBE351_WIDTH - Probe351 Width - 1 - - - - true - - - - - - C_PROBE350_WIDTH - Probe350 Width - 1 - - - - true - - - - - - C_PROBE349_WIDTH - Probe349 Width - 1 - - - - true - - - - - - C_PROBE348_WIDTH - Probe348 Width - 1 - - - - true - - - - - - C_PROBE347_WIDTH - Probe347 Width - 1 - - - - true - - - - - - C_PROBE346_WIDTH - Probe346 Width - 1 - - - - true - - - - - - C_PROBE345_WIDTH - Probe345 Width - 1 - - - - true - - - - - - C_PROBE344_WIDTH - Probe344 Width - 1 - - - - true - - - - - - C_PROBE343_WIDTH - Probe343 Width - 1 - - - - true - - - - - - C_PROBE342_WIDTH - Probe342 Width - 1 - - - - true - - - - - - C_PROBE341_WIDTH - Probe341 Width - 1 - - - - true - - - - - - C_PROBE340_WIDTH - Probe340 Width - 1 - - - - true - - - - - - C_PROBE339_WIDTH - Probe339 Width - 1 - - - - true - - - - - - C_PROBE338_WIDTH - Probe338 Width - 1 - - - - true - - - - - - C_PROBE337_WIDTH - Probe337 Width - 1 - - - - true - - - - - - C_PROBE336_WIDTH - Probe336 Width - 1 - - - - true - - - - - - C_PROBE335_WIDTH - Probe335 Width - 1 - - - - true - - - - - - C_PROBE334_WIDTH - Probe334 Width - 1 - - - - true - - - - - - C_PROBE333_WIDTH - Probe333 Width - 1 - - - - true - - - - - - C_PROBE332_WIDTH - Probe332 Width - 1 - - - - true - - - - - - C_PROBE331_WIDTH - Probe331 Width - 1 - - - - true - - - - - - C_PROBE330_WIDTH - Probe330 Width - 1 - - - - true - - - - - - C_PROBE329_WIDTH - Probe329 Width - 1 - - - - true - - - - - - C_PROBE328_WIDTH - Probe328 Width - 1 - - - - true - - - - - - C_PROBE327_WIDTH - Probe327 Width - 1 - - - - true - - - - - - C_PROBE326_WIDTH - Probe326 Width - 1 - - - - true - - - - - - C_PROBE325_WIDTH - Probe325 Width - 1 - - - - true - - - - - - C_PROBE324_WIDTH - Probe324 Width - 1 - - - - true - - - - - - C_PROBE323_WIDTH - Probe323 Width - 1 - - - - true - - - - - - C_PROBE322_WIDTH - Probe322 Width - 1 - - - - true - - - - - - C_PROBE321_WIDTH - Probe321 Width - 1 - - - - true - - - - - - C_PROBE320_WIDTH - Probe320 Width - 1 - - - - true - - - - - - C_PROBE319_WIDTH - Probe319 Width - 1 - - - - true - - - - - - C_PROBE318_WIDTH - Probe318 Width - 1 - - - - true - - - - - - C_PROBE317_WIDTH - Probe317 Width - 1 - - - - true - - - - - - C_PROBE316_WIDTH - Probe316 Width - 1 - - - - true - - - - - - C_PROBE315_WIDTH - Probe315 Width - 1 - - - - true - - - - - - C_PROBE314_WIDTH - Probe314 Width - 1 - - - - true - - - - - - C_PROBE313_WIDTH - Probe313 Width - 1 - - - - true - - - - - - C_PROBE312_WIDTH - Probe312 Width - 1 - - - - true - - - - - - C_PROBE311_WIDTH - Probe311 Width - 1 - - - - true - - - - - - C_PROBE310_WIDTH - Probe310 Width - 1 - - - - true - - - - - - C_PROBE309_WIDTH - Probe309 Width - 1 - - - - true - - - - - - C_PROBE308_WIDTH - Probe308 Width - 1 - - - - true - - - - - - C_PROBE307_WIDTH - Probe307 Width - 1 - - - - true - - - - - - C_PROBE306_WIDTH - Probe306 Width - 1 - - - - true - - - - - - C_PROBE305_WIDTH - Probe305 Width - 1 - - - - true - - - - - - C_PROBE304_WIDTH - Probe304 Width - 1 - - - - true - - - - - - C_PROBE303_WIDTH - Probe303 Width - 1 - - - - true - - - - - - C_PROBE302_WIDTH - Probe302 Width - 1 - - - - true - - - - - - C_PROBE301_WIDTH - Probe301 Width - 1 - - - - true - - - - - - C_PROBE300_WIDTH - Probe300 Width - 1 - - - - true - - - - - - C_PROBE299_WIDTH - Probe299 Width - 1 - - - - true - - - - - - C_PROBE298_WIDTH - Probe298 Width - 1 - - - - true - - - - - - C_PROBE297_WIDTH - Probe297 Width - 1 - - - - true - - - - - - C_PROBE296_WIDTH - Probe296 Width - 1 - - - - true - - - - - - C_PROBE295_WIDTH - Probe295 Width - 1 - - - - true - - - - - - C_PROBE294_WIDTH - Probe294 Width - 1 - - - - true - - - - - - C_PROBE293_WIDTH - Probe293 Width - 1 - - - - true - - - - - - C_PROBE292_WIDTH - Probe292 Width - 1 - - - - true - - - - - - C_PROBE291_WIDTH - Probe291 Width - 1 - - - - true - - - - - - C_PROBE290_WIDTH - Probe290 Width - 1 - - - - true - - - - - - C_PROBE289_WIDTH - Probe289 Width - 1 - - - - true - - - - - - C_PROBE288_WIDTH - Probe288 Width - 1 - - - - true - - - - - - C_PROBE287_WIDTH - Probe287 Width - 1 - - - - true - - - - - - C_PROBE286_WIDTH - Probe286 Width - 1 - - - - true - - - - - - C_PROBE285_WIDTH - Probe285 Width - 1 - - - - true - - - - - - C_PROBE284_WIDTH - Probe284 Width - 1 - - - - true - - - - - - C_PROBE283_WIDTH - Probe283 Width - 1 - - - - true - - - - - - C_PROBE282_WIDTH - Probe282 Width - 1 - - - - true - - - - - - C_PROBE281_WIDTH - Probe281 Width - 1 - - - - true - - - - - - C_PROBE280_WIDTH - Probe280 Width - 1 - - - - true - - - - - - C_PROBE279_WIDTH - Probe279 Width - 1 - - - - true - - - - - - C_PROBE278_WIDTH - Probe278 Width - 1 - - - - true - - - - - - C_PROBE277_WIDTH - Probe277 Width - 1 - - - - true - - - - - - C_PROBE276_WIDTH - Probe276 Width - 1 - - - - true - - - - - - C_PROBE275_WIDTH - Probe275 Width - 1 - - - - true - - - - - - C_PROBE274_WIDTH - Probe274 Width - 1 - - - - true - - - - - - C_PROBE273_WIDTH - Probe273 Width - 1 - - - - true - - - - - - C_PROBE272_WIDTH - Probe272 Width - 1 - - - - true - - - - - - C_PROBE271_WIDTH - Probe271 Width - 1 - - - - true - - - - - - C_PROBE270_WIDTH - Probe270 Width - 1 - - - - true - - - - - - C_PROBE269_WIDTH - Probe269 Width - 1 - - - - true - - - - - - C_PROBE268_WIDTH - Probe268 Width - 1 - - - - true - - - - - - C_PROBE267_WIDTH - Probe267 Width - 1 - - - - true - - - - - - C_PROBE266_WIDTH - Probe266 Width - 1 - - - - true - - - - - - C_PROBE265_WIDTH - Probe265 Width - 1 - - - - true - - - - - - C_PROBE264_WIDTH - Probe264 Width - 1 - - - - true - - - - - - C_PROBE263_WIDTH - Probe263 Width - 1 - - - - true - - - - - - C_PROBE262_WIDTH - Probe262 Width - 1 - - - - true - - - - - - C_PROBE261_WIDTH - Probe261 Width - 1 - - - - true - - - - - - C_PROBE260_WIDTH - Probe260 Width - 1 - - - - true - - - - - - C_PROBE259_WIDTH - Probe259 Width - 1 - - - - true - - - - - - C_PROBE258_WIDTH - Probe258 Width - 1 - - - - true - - - - - - C_PROBE257_WIDTH - Probe257 Width - 1 - - - - true - - - - - - C_PROBE256_WIDTH - Probe256 Width - 1 - - - - true - - - - - - C_PROBE255_WIDTH - Probe255 Width - 1 - - - - true - - - - - - C_PROBE254_WIDTH - Probe254 Width - 1 - - - - true - - - - - - C_PROBE253_WIDTH - Probe253 Width - 1 - - - - true - - - - - - C_PROBE252_WIDTH - Probe252 Width - 1 - - - - true - - - - - - C_PROBE251_WIDTH - Probe251 Width - 1 - - - - true - - - - - - C_PROBE250_WIDTH - Probe250 Width - 1 - - - - true - - - - - - C_PROBE249_WIDTH - Probe249 Width - 1 - - - - true - - - - - - C_PROBE248_WIDTH - Probe248 Width - 1 - - - - true - - - - - - C_PROBE247_WIDTH - Probe247 Width - 1 - - - - true - - - - - - C_PROBE246_WIDTH - Probe246 Width - 1 - - - - true - - - - - - C_PROBE245_WIDTH - Probe245 Width - 1 - - - - true - - - - - - C_PROBE244_WIDTH - Probe244 Width - 1 - - - - true - - - - - - C_PROBE243_WIDTH - Probe243 Width - 1 - - - - true - - - - - - C_PROBE242_WIDTH - Probe242 Width - 1 - - - - true - - - - - - C_PROBE241_WIDTH - Probe241 Width - 1 - - - - true - - - - - - C_PROBE240_WIDTH - Probe240 Width - 1 - - - - true - - - - - - C_PROBE239_WIDTH - Probe239 Width - 1 - - - - true - - - - - - C_PROBE238_WIDTH - Probe238 Width - 1 - - - - true - - - - - - C_PROBE237_WIDTH - Probe237 Width - 1 - - - - true - - - - - - C_PROBE236_WIDTH - Probe236 Width - 1 - - - - true - - - - - - C_PROBE235_WIDTH - Probe235 Width - 1 - - - - true - - - - - - C_PROBE234_WIDTH - Probe234 Width - 1 - - - - true - - - - - - C_PROBE233_WIDTH - Probe233 Width - 1 - - - - true - - - - - - C_PROBE232_WIDTH - Probe232 Width - 1 - - - - true - - - - - - C_PROBE231_WIDTH - Probe231 Width - 1 - - - - true - - - - - - C_PROBE230_WIDTH - Probe230 Width - 1 - - - - true - - - - - - C_PROBE229_WIDTH - Probe229 Width - 1 - - - - true - - - - - - C_PROBE228_WIDTH - Probe228 Width - 1 - - - - true - - - - - - C_PROBE227_WIDTH - Probe227 Width - 1 - - - - true - - - - - - C_PROBE226_WIDTH - Probe226 Width - 1 - - - - true - - - - - - C_PROBE225_WIDTH - Probe225 Width - 1 - - - - true - - - - - - C_PROBE224_WIDTH - Probe224 Width - 1 - - - - true - - - - - - C_PROBE223_WIDTH - Probe223 Width - 1 - - - - true - - - - - - C_PROBE222_WIDTH - Probe222 Width - 1 - - - - true - - - - - - C_PROBE221_WIDTH - Probe221 Width - 1 - - - - true - - - - - - C_PROBE220_WIDTH - Probe220 Width - 1 - - - - true - - - - - - C_PROBE219_WIDTH - Probe219 Width - 1 - - - - true - - - - - - C_PROBE218_WIDTH - Probe218 Width - 1 - - - - true - - - - - - C_PROBE217_WIDTH - Probe217 Width - 1 - - - - true - - - - - - C_PROBE216_WIDTH - Probe216 Width - 1 - - - - true - - - - - - C_PROBE215_WIDTH - Probe215 Width - 1 - - - - true - - - - - - C_PROBE214_WIDTH - Probe214 Width - 1 - - - - true - - - - - - C_PROBE213_WIDTH - Probe213 Width - 1 - - - - true - - - - - - C_PROBE212_WIDTH - Probe212 Width - 1 - - - - true - - - - - - C_PROBE211_WIDTH - Probe211 Width - 1 - - - - true - - - - - - C_PROBE210_WIDTH - Probe210 Width - 1 - - - - true - - - - - - C_PROBE209_WIDTH - Probe209 Width - 1 - - - - true - - - - - - C_PROBE208_WIDTH - Probe208 Width - 1 - - - - true - - - - - - C_PROBE207_WIDTH - Probe207 Width - 1 - - - - true - - - - - - C_PROBE206_WIDTH - Probe206 Width - 1 - - - - true - - - - - - C_PROBE205_WIDTH - Probe205 Width - 1 - - - - true - - - - - - C_PROBE204_WIDTH - Probe204 Width - 1 - - - - true - - - - - - C_PROBE203_WIDTH - Probe203 Width - 1 - - - - true - - - - - - C_PROBE202_WIDTH - Probe202 Width - 1 - - - - true - - - - - - C_PROBE201_WIDTH - Probe201 Width - 1 - - - - true - - - - - - C_PROBE200_WIDTH - Probe200 Width - 1 - - - - true - - - - - - C_PROBE199_WIDTH - Probe199 Width - 1 - - - - true - - - - - - C_PROBE198_WIDTH - Probe198 Width - 1 - - - - true - - - - - - C_PROBE197_WIDTH - Probe197 Width - 1 - - - - true - - - - - - C_PROBE196_WIDTH - Probe196 Width - 1 - - - - true - - - - - - C_PROBE195_WIDTH - Probe195 Width - 1 - - - - true - - - - - - C_PROBE194_WIDTH - Probe194 Width - 1 - - - - true - - - - - - C_PROBE193_WIDTH - Probe193 Width - 1 - - - - true - - - - - - C_PROBE192_WIDTH - Probe192 Width - 1 - - - - true - - - - - - C_PROBE191_WIDTH - Probe191 Width - 1 - - - - true - - - - - - C_PROBE190_WIDTH - Probe190 Width - 1 - - - - true - - - - - - C_PROBE189_WIDTH - Probe189 Width - 1 - - - - true - - - - - - C_PROBE188_WIDTH - Probe188 Width - 1 - - - - true - - - - - - C_PROBE187_WIDTH - Probe187 Width - 1 - - - - true - - - - - - C_PROBE186_WIDTH - Probe186 Width - 1 - - - - true - - - - - - C_PROBE185_WIDTH - Probe185 Width - 1 - - - - true - - - - - - C_PROBE184_WIDTH - Probe184 Width - 1 - - - - true - - - - - - C_PROBE183_WIDTH - Probe183 Width - 1 - - - - true - - - - - - C_PROBE182_WIDTH - Probe182 Width - 1 - - - - true - - - - - - C_PROBE181_WIDTH - Probe181 Width - 1 - - - - true - - - - - - C_PROBE180_WIDTH - Probe180 Width - 1 - - - - true - - - - - - C_PROBE179_WIDTH - Probe179 Width - 1 - - - - true - - - - - - C_PROBE178_WIDTH - Probe178 Width - 1 - - - - true - - - - - - C_PROBE177_WIDTH - Probe177 Width - 1 - - - - true - - - - - - C_PROBE176_WIDTH - Probe176 Width - 1 - - - - true - - - - - - C_PROBE175_WIDTH - Probe175 Width - 1 - - - - true - - - - - - C_PROBE174_WIDTH - Probe174 Width - 1 - - - - true - - - - - - C_PROBE173_WIDTH - Probe173 Width - 1 - - - - true - - - - - - C_PROBE172_WIDTH - Probe172 Width - 1 - - - - true - - - - - - C_PROBE171_WIDTH - Probe171 Width - 1 - - - - true - - - - - - C_PROBE170_WIDTH - Probe170 Width - 1 - - - - true - - - - - - C_PROBE169_WIDTH - Probe169 Width - 1 - - - - true - - - - - - C_PROBE168_WIDTH - Probe168 Width - 1 - - - - true - - - - - - C_PROBE167_WIDTH - Probe167 Width - 1 - - - - true - - - - - - C_PROBE166_WIDTH - Probe166 Width - 1 - - - - true - - - - - - C_PROBE165_WIDTH - Probe165 Width - 1 - - - - true - - - - - - C_PROBE164_WIDTH - Probe164 Width - 1 - - - - true - - - - - - C_PROBE163_WIDTH - Probe163 Width - 1 - - - - true - - - - - - C_PROBE162_WIDTH - Probe162 Width - 1 - - - - true - - - - - - C_PROBE161_WIDTH - Probe161 Width - 1 - - - - true - - - - - - C_PROBE160_WIDTH - Probe160 Width - 1 - - - - true - - - - - - C_PROBE159_WIDTH - Probe159 Width - 1 - - - - true - - - - - - C_PROBE158_WIDTH - Probe158 Width - 1 - - - - true - - - - - - C_PROBE157_WIDTH - Probe157 Width - 1 - - - - true - - - - - - C_PROBE156_WIDTH - Probe156 Width - 1 - - - - true - - - - - - C_PROBE155_WIDTH - Probe155 Width - 1 - - - - true - - - - - - C_PROBE154_WIDTH - Probe154 Width - 1 - - - - true - - - - - - C_PROBE153_WIDTH - Probe153 Width - 1 - - - - true - - - - - - C_PROBE152_WIDTH - Probe152 Width - 1 - - - - true - - - - - - C_PROBE151_WIDTH - Probe151 Width - 1 - - - - true - - - - - - C_PROBE150_WIDTH - Probe150 Width - 1 - - - - true - - - - - - C_PROBE149_WIDTH - Probe149 Width - 1 - - - - true - - - - - - C_PROBE148_WIDTH - Probe148 Width - 1 - - - - true - - - - - - C_PROBE147_WIDTH - Probe147 Width - 1 - - - - true - - - - - - C_PROBE146_WIDTH - Probe146 Width - 1 - - - - true - - - - - - C_PROBE145_WIDTH - Probe145 Width - 1 - - - - true - - - - - - C_PROBE144_WIDTH - Probe144 Width - 1 - - - - true - - - - - - C_PROBE143_WIDTH - Probe143 Width - 1 - - - - true - - - - - - C_PROBE142_WIDTH - Probe142 Width - 1 - - - - true - - - - - - C_PROBE141_WIDTH - Probe141 Width - 1 - - - - true - - - - - - C_PROBE140_WIDTH - Probe140 Width - 1 - - - - true - - - - - - C_PROBE139_WIDTH - Probe139 Width - 1 - - - - true - - - - - - C_PROBE138_WIDTH - Probe138 Width - 1 - - - - true - - - - - - C_PROBE137_WIDTH - Probe137 Width - 1 - - - - true - - - - - - C_PROBE136_WIDTH - Probe136 Width - 1 - - - - true - - - - - - C_PROBE135_WIDTH - Probe135 Width - 1 - - - - true - - - - - - C_PROBE134_WIDTH - Probe134 Width - 1 - - - - true - - - - - - C_PROBE133_WIDTH - Probe133 Width - 1 - - - - true - - - - - - C_PROBE132_WIDTH - Probe132 Width - 1 - - - - true - - - - - - C_PROBE131_WIDTH - Probe131 Width - 1 - - - - true - - - - - - C_PROBE130_WIDTH - Probe130 Width - 1 - - - - true - - - - - - C_PROBE129_WIDTH - Probe129 Width - 1 - - - - true - - - - - - C_PROBE128_WIDTH - Probe128 Width - 1 - - - - true - - - - - - C_PROBE127_WIDTH - Probe127 Width - 1 - - - - true - - - - - - C_PROBE126_WIDTH - Probe126 Width - 1 - - - - true - - - - - - C_PROBE125_WIDTH - Probe125 Width - 1 - - - - true - - - - - - C_PROBE124_WIDTH - Probe124 Width - 1 - - - - true - - - - - - C_PROBE123_WIDTH - Probe123 Width - 1 - - - - true - - - - - - C_PROBE122_WIDTH - Probe122 Width - 1 - - - - true - - - - - - C_PROBE121_WIDTH - Probe121 Width - 1 - - - - true - - - - - - C_PROBE120_WIDTH - Probe120 Width - 1 - - - - true - - - - - - C_PROBE119_WIDTH - Probe119 Width - 1 - - - - true - - - - - - C_PROBE118_WIDTH - Probe118 Width - 1 - - - - true - - - - - - C_PROBE117_WIDTH - Probe117 Width - 1 - - - - true - - - - - - C_PROBE116_WIDTH - Probe116 Width - 1 - - - - true - - - - - - C_PROBE115_WIDTH - Probe115 Width - 1 - - - - true - - - - - - C_PROBE114_WIDTH - Probe114 Width - 1 - - - - true - - - - - - C_PROBE113_WIDTH - Probe113 Width - 1 - - - - true - - - - - - C_PROBE112_WIDTH - Probe112 Width - 1 - - - - true - - - - - - C_PROBE111_WIDTH - Probe111 Width - 1 - - - - true - - - - - - C_PROBE110_WIDTH - Probe110 Width - 1 - - - - true - - - - - - C_PROBE109_WIDTH - Probe109 Width - 1 - - - - true - - - - - - C_PROBE108_WIDTH - Probe108 Width - 1 - - - - true - - - - - - C_PROBE107_WIDTH - Probe107 Width - 1 - - - - true - - - - - - C_PROBE106_WIDTH - Probe106 Width - 1 - - - - true - - - - - - C_PROBE105_WIDTH - Probe105 Width - 1 - - - - true - - - - - - C_PROBE104_WIDTH - Probe104 Width - 1 - - - - true - - - - - - C_PROBE103_WIDTH - Probe103 Width - 1 - - - - true - - - - - - C_PROBE102_WIDTH - Probe102 Width - 1 - - - - true - - - - - - C_PROBE101_WIDTH - Probe101 Width - 1 - - - - true - - - - - - C_PROBE100_WIDTH - Probe100 Width - 1 - - - - true - - - - - - C_PROBE99_WIDTH - Probe99 Width - 1 - - - - true - - - - - - C_PROBE98_WIDTH - Probe98 Width - 1 - - - - true - - - - - - C_PROBE97_WIDTH - Probe97 Width - 1 - - - - true - - - - - - C_PROBE96_WIDTH - Probe96 Width - 1 - - - - true - - - - - - C_PROBE95_WIDTH - Probe95 Width - 1 - - - - true - - - - - - C_PROBE94_WIDTH - Probe94 Width - 1 - - - - true - - - - - - C_PROBE93_WIDTH - Probe93 Width - 1 - - - - true - - - - - - C_PROBE92_WIDTH - Probe92 Width - 1 - - - - true - - - - - - C_PROBE91_WIDTH - Probe91 Width - 1 - - - - true - - - - - - C_PROBE90_WIDTH - Probe90 Width - 1 - - - - true - - - - - - C_PROBE89_WIDTH - Probe89 Width - 1 - - - - true - - - - - - C_PROBE88_WIDTH - Probe88 Width - 1 - - - - true - - - - - - C_PROBE87_WIDTH - Probe87 Width - 1 - - - - true - - - - - - C_PROBE86_WIDTH - Probe86 Width - 1 - - - - true - - - - - - C_PROBE85_WIDTH - Probe85 Width - 1 - - - - true - - - - - - C_PROBE84_WIDTH - Probe84 Width - 1 - - - - true - - - - - - C_PROBE83_WIDTH - Probe83 Width - 1 - - - - true - - - - - - C_PROBE82_WIDTH - Probe82 Width - 1 - - - - true - - - - - - C_PROBE81_WIDTH - Probe81 Width - 1 - - - - true - - - - - - C_PROBE80_WIDTH - Probe80 Width - 1 - - - - true - - - - - - C_PROBE79_WIDTH - Probe79 Width - 1 - - - - true - - - - - - C_PROBE78_WIDTH - Probe78 Width - 1 - - - - true - - - - - - C_PROBE77_WIDTH - Probe77 Width - 1 - - - - true - - - - - - C_PROBE76_WIDTH - Probe76 Width - 1 - - - - true - - - - - - C_PROBE75_WIDTH - Probe75 Width - 1 - - - - true - - - - - - C_PROBE74_WIDTH - Probe74 Width - 1 - - - - true - - - - - - C_PROBE73_WIDTH - Probe73 Width - 1 - - - - true - - - - - - C_PROBE72_WIDTH - Probe72 Width - 1 - - - - true - - - - - - C_PROBE71_WIDTH - Probe71 Width - 1 - - - - true - - - - - - C_PROBE69_WIDTH - Probe69 Width - 1 - - - - true - - - - - - C_PROBE68_WIDTH - Probe68 Width - 1 - - - - true - - - - - - C_PROBE67_WIDTH - Probe67 Width - 1 - - - - true - - - - - - C_PROBE66_WIDTH - Probe66 Width - 1 - - - - true - - - - - - C_PROBE65_WIDTH - Probe65 Width - 1 - - - - true - - - - - - C_PROBE64_WIDTH - Probe64 Width - 1 - - - - true - - - - - - C_PROBE63_WIDTH - Probe63 Width - 1 - - - - true - - - - - - C_PROBE62_WIDTH - Probe62 Width - 1 - - - - true - - - - - - C_PROBE61_WIDTH - Probe61 Width - 1 - - - - true - - - - - - C_PROBE60_WIDTH - Probe60 Width - 1 - - - - true - - - - - - C_PROBE59_WIDTH - Probe59 Width - 1 - - - - true - - - - - - C_PROBE58_WIDTH - Probe58 Width - 1 - - - - true - - - - - - C_PROBE57_WIDTH - Probe57 Width - 1 - - - - true - - - - - - C_PROBE56_WIDTH - Probe56 Width - 1 - - - - true - - - - - - C_PROBE55_WIDTH - Probe55 Width - 1 - - - - true - - - - - - C_PROBE54_WIDTH - Probe54 Width - 1 - - - - true - - - - - - C_PROBE53_WIDTH - Probe53 Width - 1 - - - - true - - - - - - C_PROBE52_WIDTH - Probe52 Width - 1 - - - - true - - - - - - C_PROBE51_WIDTH - Probe51 Width - 1 - - - - true - - - - - - C_PROBE50_WIDTH - Probe50 Width - 1 - - - - true - - - - - - C_PROBE49_WIDTH - Probe49 Width - 1 - - - - true - - - - - - C_PROBE48_WIDTH - Probe48 Width - 1 - - - - true - - - - - - C_PROBE47_WIDTH - Probe47 Width - 1 - - - - true - - - - - - C_PROBE46_WIDTH - Probe46 Width - 1 - - - - true - - - - - - C_PROBE45_WIDTH - Probe45 Width - 1 - - - - true - - - - - - C_PROBE44_WIDTH - Probe44 Width - 1 - - - - true - - - - - - C_PROBE43_WIDTH - Probe43 Width - 1 - - - - true - - - - - - C_PROBE42_WIDTH - Probe42 Width - 1 - - - - true - - - - - - C_PROBE41_WIDTH - Probe41 Width - 1 - - - - true - - - - - - C_PROBE40_WIDTH - Probe40 Width - 1 - - - - true - - - - - - C_PROBE39_WIDTH - Probe39 Width - 1 - - - - true - - - - - - C_PROBE38_WIDTH - Probe38 Width - 1 - - - - true - - - - - - C_PROBE37_WIDTH - Probe37 Width - 1 - - - - true - - - - - - C_PROBE36_WIDTH - Probe36 Width - 1 - - - - true - - - - - - C_PROBE35_WIDTH - Probe35 Width - 1 - - - - true - - - - - - C_PROBE34_WIDTH - Probe34 Width - 1 - - - - true - - - - - - C_PROBE33_WIDTH - Probe33 Width - 1 - - - - true - - - - - - C_PROBE32_WIDTH - Probe32 Width - 1 - - - - true - - - - - - C_PROBE31_WIDTH - Probe31 Width - 1 - - - - true - - - - - - C_PROBE30_WIDTH - Probe30 Width - 1 - - - - true - - - - - - C_PROBE29_WIDTH - Probe29 Width - 1 - - - - true - - - - - - C_PROBE28_WIDTH - Probe28 Width - 1 - - - - true - - - - - - C_PROBE27_WIDTH - Probe27 Width - 1 - - - - true - - - - - - C_PROBE26_WIDTH - Probe26 Width - 1 - - - - true - - - - - - C_PROBE25_WIDTH - Probe25 Width - 1 - - - - true - - - - - - C_PROBE24_WIDTH - Probe24 Width - 1 - - - - true - - - - - - C_PROBE23_WIDTH - Probe23 Width - 1 - - - - true - - - - - - C_PROBE22_WIDTH - Probe22 Width - 1 - - - - true - - - - - - C_PROBE21_WIDTH - Probe21 Width - 1 - - - - true - - - - - - C_PROBE20_WIDTH - Probe20 Width - 1 - - - - true - - - - - - C_PROBE19_WIDTH - Probe19 Width - 1 - - - - true - - - - - - C_PROBE18_WIDTH - Probe18 Width - 1 - - - - true - - - - - - C_PROBE17_WIDTH - Probe17 Width - 1 - - - - true - - - - - - C_PROBE16_WIDTH - Probe16 Width - 1 - - - - true - - - - - - C_PROBE15_WIDTH - Probe15 Width - 1 - - - - true - - - - - - C_PROBE14_WIDTH - Probe14 Width - 1 - - - - true - - - - - - C_PROBE13_WIDTH - Probe13 Width - 1 - - - - true - - - - - - C_PROBE12_WIDTH - Probe12 Width - 1 - - - - true - - - - - - C_PROBE11_WIDTH - Probe11 Width - 1 - - - - true - - - - - - C_PROBE10_WIDTH - Probe10 Width - 1 - - - - true - - - - - - C_PROBE9_WIDTH - Probe9 Width - 1 - - - - true - - - - - - C_PROBE8_WIDTH - Probe8 Width - 1 - - - - true - - - - - - C_PROBE7_WIDTH - Probe7 Width - 1 - - - - true - - - - - - C_PROBE6_WIDTH - Probe6 Width - 1 - - - - true - - - - - - C_PROBE5_WIDTH - Probe5 Width - 1 - - - - true - - - - - - C_PROBE4_WIDTH - Probe4 Width - 1 - - - - true - - - - - - C_PROBE3_WIDTH - Probe3 Width - 1 - - - - true - - - - - - C_PROBE2_WIDTH - Probe2 Width - 1 - - - - true - - - - - - C_PROBE1_WIDTH - Probe1 Width - 1 - - - - true - - - - - - C_PROBE0_WIDTH - Probe0 Width - 48 - - - - true - - - - - - C_DATA_DEPTH - Sample Data Depth - 4096 - - - - true - - - - - - C_NUM_OF_PROBES - Number of Probes - 5 - - - - true - - - - - - C_XLNX_HW_PROBE_INFO - C Xlnx Hw Probe Info - DEFAULT - - - - true - - - - - - Component_Name - system_ila_0_0 - - - - true - - - - - - C_PROBE70_WIDTH - Probe70 Width - 1 - - - - true - - - - - - C_TRIGOUT_EN - C Trigout En - false - - - - true - - - - - - C_EN_STRG_QUAL - C Enable Storage Qual - 0 - - - C_EN_TIME_TAG - Enable Transitional Storage - 0 - - - C_TIME_TAG_WIDTH - Time tag counter Width - 32 - - - C_INPUT_PIPE_STAGES - C Input Pipe Stages - 0 - - - C_EN_DDR_ILA - C En Ddr Ila - FALSE - - - C_DDR_CLK_GEN - C Ddr Clk Gen - FALSE - - - C_CLK_FREQ - C Clk Freq - 200 - - - C_ILA_CLK_FREQ - Clk Freq - 200000000 - - - C_CLK_PERIOD - C Clk Period - 5 - - - C_CLKFBOUT_MULT_F - C Clkfbout Mult F - 10 - - - C_DIVCLK_DIVIDE - C Divclk Divide - 3 - - - C_CLKOUT0_DIVIDE_F - C Clkout0 Divide F - 10 - - - C_ADV_TRIGGER - C Adv Trigger - FALSE - - - C_PROBE1023_MU_CNT - C Probe1023 Mu Cnt - 1 - - - C_PROBE1022_MU_CNT - C Probe1022 Mu Cnt - 1 - - - C_PROBE1021_MU_CNT - C Probe1021 Mu Cnt - 1 - - - C_PROBE1020_MU_CNT - C Probe1020 Mu Cnt - 1 - - - C_PROBE1019_MU_CNT - C Probe1019 Mu Cnt - 1 - - - C_PROBE1018_MU_CNT - C Probe1018 Mu Cnt - 1 - - - C_PROBE1017_MU_CNT - C Probe1017 Mu Cnt - 1 - - - C_PROBE1016_MU_CNT - C Probe1016 Mu Cnt - 1 - - - C_PROBE1015_MU_CNT - C Probe1015 Mu Cnt - 1 - - - C_PROBE1014_MU_CNT - C Probe1014 Mu Cnt - 1 - - - C_PROBE1013_MU_CNT - C Probe1013 Mu Cnt - 1 - - - C_PROBE1012_MU_CNT - C Probe1012 Mu Cnt - 1 - - - C_PROBE1011_MU_CNT - C Probe1011 Mu Cnt - 1 - - - C_PROBE1010_MU_CNT - C Probe1010 Mu Cnt - 1 - - - C_PROBE1009_MU_CNT - C Probe1009 Mu Cnt - 1 - - - C_PROBE1008_MU_CNT - C Probe1008 Mu Cnt - 1 - - - C_PROBE1007_MU_CNT - C Probe1007 Mu Cnt - 1 - - - C_PROBE1006_MU_CNT - C Probe1006 Mu Cnt - 1 - - - C_PROBE1005_MU_CNT - C Probe1005 Mu Cnt - 1 - - - C_PROBE1004_MU_CNT - C Probe1004 Mu Cnt - 1 - - - C_PROBE1003_MU_CNT - C Probe1003 Mu Cnt - 1 - - - C_PROBE1002_MU_CNT - C Probe1002 Mu Cnt - 1 - - - C_PROBE1001_MU_CNT - C Probe1001 Mu Cnt - 1 - - - C_PROBE1000_MU_CNT - C Probe1000 Mu Cnt - 1 - - - C_PROBE999_MU_CNT - C Probe999 Mu Cnt - 1 - - - C_PROBE998_MU_CNT - C Probe998 Mu Cnt - 1 - - - C_PROBE997_MU_CNT - C Probe997 Mu Cnt - 1 - - - C_PROBE996_MU_CNT - C Probe996 Mu Cnt - 1 - - - C_PROBE995_MU_CNT - C Probe995 Mu Cnt - 1 - - - C_PROBE994_MU_CNT - C Probe994 Mu Cnt - 1 - - - C_PROBE993_MU_CNT - C Probe993 Mu Cnt - 1 - - - C_PROBE992_MU_CNT - C Probe992 Mu Cnt - 1 - - - C_PROBE991_MU_CNT - C Probe991 Mu Cnt - 1 - - - C_PROBE990_MU_CNT - C Probe990 Mu Cnt - 1 - - - C_PROBE989_MU_CNT - C Probe989 Mu Cnt - 1 - - - C_PROBE988_MU_CNT - C Probe988 Mu Cnt - 1 - - - C_PROBE987_MU_CNT - C Probe987 Mu Cnt - 1 - - - C_PROBE986_MU_CNT - C Probe986 Mu Cnt - 1 - - - C_PROBE985_MU_CNT - C Probe985 Mu Cnt - 1 - - - C_PROBE984_MU_CNT - C Probe984 Mu Cnt - 1 - - - C_PROBE983_MU_CNT - C Probe983 Mu Cnt - 1 - - - C_PROBE982_MU_CNT - C Probe982 Mu Cnt - 1 - - - C_PROBE981_MU_CNT - C Probe981 Mu Cnt - 1 - - - C_PROBE980_MU_CNT - C Probe980 Mu Cnt - 1 - - - C_PROBE979_MU_CNT - C Probe979 Mu Cnt - 1 - - - C_PROBE978_MU_CNT - C Probe978 Mu Cnt - 1 - - - C_PROBE977_MU_CNT - C Probe977 Mu Cnt - 1 - - - C_PROBE976_MU_CNT - C Probe976 Mu Cnt - 1 - - - C_PROBE975_MU_CNT - C Probe975 Mu Cnt - 1 - - - C_PROBE974_MU_CNT - C Probe974 Mu Cnt - 1 - - - C_PROBE973_MU_CNT - C Probe973 Mu Cnt - 1 - - - C_PROBE972_MU_CNT - C Probe972 Mu Cnt - 1 - - - C_PROBE971_MU_CNT - C Probe971 Mu Cnt - 1 - - - C_PROBE970_MU_CNT - C Probe970 Mu Cnt - 1 - - - C_PROBE969_MU_CNT - C Probe969 Mu Cnt - 1 - - - C_PROBE968_MU_CNT - C Probe968 Mu Cnt - 1 - - - C_PROBE967_MU_CNT - C Probe967 Mu Cnt - 1 - - - C_PROBE966_MU_CNT - C Probe966 Mu Cnt - 1 - - - C_PROBE965_MU_CNT - C Probe965 Mu Cnt - 1 - - - C_PROBE964_MU_CNT - C Probe964 Mu Cnt - 1 - - - C_PROBE963_MU_CNT - C Probe963 Mu Cnt - 1 - - - C_PROBE962_MU_CNT - C Probe962 Mu Cnt - 1 - - - C_PROBE961_MU_CNT - C Probe961 Mu Cnt - 1 - - - C_PROBE960_MU_CNT - C Probe960 Mu Cnt - 1 - - - C_PROBE959_MU_CNT - C Probe959 Mu Cnt - 1 - - - C_PROBE958_MU_CNT - C Probe958 Mu Cnt - 1 - - - C_PROBE957_MU_CNT - C Probe957 Mu Cnt - 1 - - - C_PROBE956_MU_CNT - C Probe956 Mu Cnt - 1 - - - C_PROBE955_MU_CNT - C Probe955 Mu Cnt - 1 - - - C_PROBE954_MU_CNT - C Probe954 Mu Cnt - 1 - - - C_PROBE953_MU_CNT - C Probe953 Mu Cnt - 1 - - - C_PROBE952_MU_CNT - C Probe952 Mu Cnt - 1 - - - C_PROBE951_MU_CNT - C Probe951 Mu Cnt - 1 - - - C_PROBE950_MU_CNT - C Probe950 Mu Cnt - 1 - - - C_PROBE949_MU_CNT - C Probe949 Mu Cnt - 1 - - - C_PROBE948_MU_CNT - C Probe948 Mu Cnt - 1 - - - C_PROBE947_MU_CNT - C Probe947 Mu Cnt - 1 - - - C_PROBE946_MU_CNT - C Probe946 Mu Cnt - 1 - - - C_PROBE945_MU_CNT - C Probe945 Mu Cnt - 1 - - - C_PROBE944_MU_CNT - C Probe944 Mu Cnt - 1 - - - C_PROBE943_MU_CNT - C Probe943 Mu Cnt - 1 - - - C_PROBE942_MU_CNT - C Probe942 Mu Cnt - 1 - - - C_PROBE941_MU_CNT - C Probe941 Mu Cnt - 1 - - - C_PROBE940_MU_CNT - C Probe940 Mu Cnt - 1 - - - C_PROBE939_MU_CNT - C Probe939 Mu Cnt - 1 - - - C_PROBE938_MU_CNT - C Probe938 Mu Cnt - 1 - - - C_PROBE937_MU_CNT - C Probe937 Mu Cnt - 1 - - - C_PROBE936_MU_CNT - C Probe936 Mu Cnt - 1 - - - C_PROBE935_MU_CNT - C Probe935 Mu Cnt - 1 - - - C_PROBE934_MU_CNT - C Probe934 Mu Cnt - 1 - - - C_PROBE933_MU_CNT - C Probe933 Mu Cnt - 1 - - - C_PROBE932_MU_CNT - C Probe932 Mu Cnt - 1 - - - C_PROBE931_MU_CNT - C Probe931 Mu Cnt - 1 - - - C_PROBE930_MU_CNT - C Probe930 Mu Cnt - 1 - - - C_PROBE929_MU_CNT - C Probe929 Mu Cnt - 1 - - - C_PROBE928_MU_CNT - C Probe928 Mu Cnt - 1 - - - C_PROBE927_MU_CNT - C Probe927 Mu Cnt - 1 - - - C_PROBE926_MU_CNT - C Probe926 Mu Cnt - 1 - - - C_PROBE925_MU_CNT - C Probe925 Mu Cnt - 1 - - - C_PROBE924_MU_CNT - C Probe924 Mu Cnt - 1 - - - C_PROBE923_MU_CNT - C Probe923 Mu Cnt - 1 - - - C_PROBE922_MU_CNT - C Probe922 Mu Cnt - 1 - - - C_PROBE921_MU_CNT - C Probe921 Mu Cnt - 1 - - - C_PROBE920_MU_CNT - C Probe920 Mu Cnt - 1 - - - C_PROBE919_MU_CNT - C Probe919 Mu Cnt - 1 - - - C_PROBE918_MU_CNT - C Probe918 Mu Cnt - 1 - - - C_PROBE917_MU_CNT - C Probe917 Mu Cnt - 1 - - - C_PROBE916_MU_CNT - C Probe916 Mu Cnt - 1 - - - C_PROBE915_MU_CNT - C Probe915 Mu Cnt - 1 - - - C_PROBE914_MU_CNT - C Probe914 Mu Cnt - 1 - - - C_PROBE913_MU_CNT - C Probe913 Mu Cnt - 1 - - - C_PROBE912_MU_CNT - C Probe912 Mu Cnt - 1 - - - C_PROBE911_MU_CNT - C Probe911 Mu Cnt - 1 - - - C_PROBE910_MU_CNT - C Probe910 Mu Cnt - 1 - - - C_PROBE909_MU_CNT - C Probe909 Mu Cnt - 1 - - - C_PROBE908_MU_CNT - C Probe908 Mu Cnt - 1 - - - C_PROBE907_MU_CNT - C Probe907 Mu Cnt - 1 - - - C_PROBE906_MU_CNT - C Probe906 Mu Cnt - 1 - - - C_PROBE905_MU_CNT - C Probe905 Mu Cnt - 1 - - - C_PROBE904_MU_CNT - C Probe904 Mu Cnt - 1 - - - C_PROBE903_MU_CNT - C Probe903 Mu Cnt - 1 - - - C_PROBE902_MU_CNT - C Probe902 Mu Cnt - 1 - - - C_PROBE901_MU_CNT - C Probe901 Mu Cnt - 1 - - - C_PROBE900_MU_CNT - C Probe900 Mu Cnt - 1 - - - C_PROBE899_MU_CNT - C Probe899 Mu Cnt - 1 - - - C_PROBE898_MU_CNT - C Probe898 Mu Cnt - 1 - - - C_PROBE897_MU_CNT - C Probe897 Mu Cnt - 1 - - - C_PROBE896_MU_CNT - C Probe896 Mu Cnt - 1 - - - C_PROBE895_MU_CNT - C Probe895 Mu Cnt - 1 - - - C_PROBE894_MU_CNT - C Probe894 Mu Cnt - 1 - - - C_PROBE893_MU_CNT - C Probe893 Mu Cnt - 1 - - - C_PROBE892_MU_CNT - C Probe892 Mu Cnt - 1 - - - C_PROBE891_MU_CNT - C Probe891 Mu Cnt - 1 - - - C_PROBE890_MU_CNT - C Probe890 Mu Cnt - 1 - - - C_PROBE889_MU_CNT - C Probe889 Mu Cnt - 1 - - - C_PROBE888_MU_CNT - C Probe888 Mu Cnt - 1 - - - C_PROBE887_MU_CNT - C Probe887 Mu Cnt - 1 - - - C_PROBE886_MU_CNT - C Probe886 Mu Cnt - 1 - - - C_PROBE885_MU_CNT - C Probe885 Mu Cnt - 1 - - - C_PROBE884_MU_CNT - C Probe884 Mu Cnt - 1 - - - C_PROBE883_MU_CNT - C Probe883 Mu Cnt - 1 - - - C_PROBE882_MU_CNT - C Probe882 Mu Cnt - 1 - - - C_PROBE881_MU_CNT - C Probe881 Mu Cnt - 1 - - - C_PROBE880_MU_CNT - C Probe880 Mu Cnt - 1 - - - C_PROBE879_MU_CNT - C Probe879 Mu Cnt - 1 - - - C_PROBE878_MU_CNT - C Probe878 Mu Cnt - 1 - - - C_PROBE877_MU_CNT - C Probe877 Mu Cnt - 1 - - - C_PROBE876_MU_CNT - C Probe876 Mu Cnt - 1 - - - C_PROBE875_MU_CNT - C Probe875 Mu Cnt - 1 - - - C_PROBE874_MU_CNT - C Probe874 Mu Cnt - 1 - - - C_PROBE873_MU_CNT - C Probe873 Mu Cnt - 1 - - - C_PROBE872_MU_CNT - C Probe872 Mu Cnt - 1 - - - C_PROBE871_MU_CNT - C Probe871 Mu Cnt - 1 - - - C_PROBE870_MU_CNT - C Probe870 Mu Cnt - 1 - - - C_PROBE869_MU_CNT - C Probe869 Mu Cnt - 1 - - - C_PROBE868_MU_CNT - C Probe868 Mu Cnt - 1 - - - C_PROBE867_MU_CNT - C Probe867 Mu Cnt - 1 - - - C_PROBE866_MU_CNT - C Probe866 Mu Cnt - 1 - - - C_PROBE865_MU_CNT - C Probe865 Mu Cnt - 1 - - - C_PROBE864_MU_CNT - C Probe864 Mu Cnt - 1 - - - C_PROBE863_MU_CNT - C Probe863 Mu Cnt - 1 - - - C_PROBE862_MU_CNT - C Probe862 Mu Cnt - 1 - - - C_PROBE861_MU_CNT - C Probe861 Mu Cnt - 1 - - - C_PROBE860_MU_CNT - C Probe860 Mu Cnt - 1 - - - C_PROBE859_MU_CNT - C Probe859 Mu Cnt - 1 - - - C_PROBE858_MU_CNT - C Probe858 Mu Cnt - 1 - - - C_PROBE857_MU_CNT - C Probe857 Mu Cnt - 1 - - - C_PROBE856_MU_CNT - C Probe856 Mu Cnt - 1 - - - C_PROBE855_MU_CNT - C Probe855 Mu Cnt - 1 - - - C_PROBE854_MU_CNT - C Probe854 Mu Cnt - 1 - - - C_PROBE853_MU_CNT - C Probe853 Mu Cnt - 1 - - - C_PROBE852_MU_CNT - C Probe852 Mu Cnt - 1 - - - C_PROBE851_MU_CNT - C Probe851 Mu Cnt - 1 - - - C_PROBE850_MU_CNT - C Probe850 Mu Cnt - 1 - - - C_PROBE849_MU_CNT - C Probe849 Mu Cnt - 1 - - - C_PROBE848_MU_CNT - C Probe848 Mu Cnt - 1 - - - C_PROBE847_MU_CNT - C Probe847 Mu Cnt - 1 - - - C_PROBE846_MU_CNT - C Probe846 Mu Cnt - 1 - - - C_PROBE845_MU_CNT - C Probe845 Mu Cnt - 1 - - - C_PROBE844_MU_CNT - C Probe844 Mu Cnt - 1 - - - C_PROBE843_MU_CNT - C Probe843 Mu Cnt - 1 - - - C_PROBE842_MU_CNT - C Probe842 Mu Cnt - 1 - - - C_PROBE841_MU_CNT - C Probe841 Mu Cnt - 1 - - - C_PROBE840_MU_CNT - C Probe840 Mu Cnt - 1 - - - C_PROBE839_MU_CNT - C Probe839 Mu Cnt - 1 - - - C_PROBE838_MU_CNT - C Probe838 Mu Cnt - 1 - - - C_PROBE837_MU_CNT - C Probe837 Mu Cnt - 1 - - - C_PROBE836_MU_CNT - C Probe836 Mu Cnt - 1 - - - C_PROBE835_MU_CNT - C Probe835 Mu Cnt - 1 - - - C_PROBE834_MU_CNT - C Probe834 Mu Cnt - 1 - - - C_PROBE833_MU_CNT - C Probe833 Mu Cnt - 1 - - - C_PROBE832_MU_CNT - C Probe832 Mu Cnt - 1 - - - C_PROBE831_MU_CNT - C Probe831 Mu Cnt - 1 - - - C_PROBE830_MU_CNT - C Probe830 Mu Cnt - 1 - - - C_PROBE829_MU_CNT - C Probe829 Mu Cnt - 1 - - - C_PROBE828_MU_CNT - C Probe828 Mu Cnt - 1 - - - C_PROBE827_MU_CNT - C Probe827 Mu Cnt - 1 - - - C_PROBE826_MU_CNT - C Probe826 Mu Cnt - 1 - - - C_PROBE825_MU_CNT - C Probe825 Mu Cnt - 1 - - - C_PROBE824_MU_CNT - C Probe824 Mu Cnt - 1 - - - C_PROBE823_MU_CNT - C Probe823 Mu Cnt - 1 - - - C_PROBE822_MU_CNT - C Probe822 Mu Cnt - 1 - - - C_PROBE821_MU_CNT - C Probe821 Mu Cnt - 1 - - - C_PROBE820_MU_CNT - C Probe820 Mu Cnt - 1 - - - C_PROBE819_MU_CNT - C Probe819 Mu Cnt - 1 - - - C_PROBE818_MU_CNT - C Probe818 Mu Cnt - 1 - - - C_PROBE817_MU_CNT - C Probe817 Mu Cnt - 1 - - - C_PROBE816_MU_CNT - C Probe816 Mu Cnt - 1 - - - C_PROBE815_MU_CNT - C Probe815 Mu Cnt - 1 - - - C_PROBE814_MU_CNT - C Probe814 Mu Cnt - 1 - - - C_PROBE813_MU_CNT - C Probe813 Mu Cnt - 1 - - - C_PROBE812_MU_CNT - C Probe812 Mu Cnt - 1 - - - C_PROBE811_MU_CNT - C Probe811 Mu Cnt - 1 - - - C_PROBE810_MU_CNT - C Probe810 Mu Cnt - 1 - - - C_PROBE809_MU_CNT - C Probe809 Mu Cnt - 1 - - - C_PROBE808_MU_CNT - C Probe808 Mu Cnt - 1 - - - C_PROBE807_MU_CNT - C Probe807 Mu Cnt - 1 - - - C_PROBE806_MU_CNT - C Probe806 Mu Cnt - 1 - - - C_PROBE805_MU_CNT - C Probe805 Mu Cnt - 1 - - - C_PROBE804_MU_CNT - C Probe804 Mu Cnt - 1 - - - C_PROBE803_MU_CNT - C Probe803 Mu Cnt - 1 - - - C_PROBE802_MU_CNT - C Probe802 Mu Cnt - 1 - - - C_PROBE801_MU_CNT - C Probe801 Mu Cnt - 1 - - - C_PROBE800_MU_CNT - C Probe800 Mu Cnt - 1 - - - C_PROBE799_MU_CNT - C Probe799 Mu Cnt - 1 - - - C_PROBE798_MU_CNT - C Probe798 Mu Cnt - 1 - - - C_PROBE797_MU_CNT - C Probe797 Mu Cnt - 1 - - - C_PROBE796_MU_CNT - C Probe796 Mu Cnt - 1 - - - C_PROBE795_MU_CNT - C Probe795 Mu Cnt - 1 - - - C_PROBE794_MU_CNT - C Probe794 Mu Cnt - 1 - - - C_PROBE793_MU_CNT - C Probe793 Mu Cnt - 1 - - - C_PROBE792_MU_CNT - C Probe792 Mu Cnt - 1 - - - C_PROBE791_MU_CNT - C Probe791 Mu Cnt - 1 - - - C_PROBE790_MU_CNT - C Probe790 Mu Cnt - 1 - - - C_PROBE789_MU_CNT - C Probe789 Mu Cnt - 1 - - - C_PROBE788_MU_CNT - C Probe788 Mu Cnt - 1 - - - C_PROBE787_MU_CNT - C Probe787 Mu Cnt - 1 - - - C_PROBE786_MU_CNT - C Probe786 Mu Cnt - 1 - - - C_PROBE785_MU_CNT - C Probe785 Mu Cnt - 1 - - - C_PROBE784_MU_CNT - C Probe784 Mu Cnt - 1 - - - C_PROBE783_MU_CNT - C Probe783 Mu Cnt - 1 - - - C_PROBE782_MU_CNT - C Probe782 Mu Cnt - 1 - - - C_PROBE781_MU_CNT - C Probe781 Mu Cnt - 1 - - - C_PROBE780_MU_CNT - C Probe780 Mu Cnt - 1 - - - C_PROBE779_MU_CNT - C Probe779 Mu Cnt - 1 - - - C_PROBE778_MU_CNT - C Probe778 Mu Cnt - 1 - - - C_PROBE777_MU_CNT - C Probe777 Mu Cnt - 1 - - - C_PROBE776_MU_CNT - C Probe776 Mu Cnt - 1 - - - C_PROBE775_MU_CNT - C Probe775 Mu Cnt - 1 - - - C_PROBE774_MU_CNT - C Probe774 Mu Cnt - 1 - - - C_PROBE773_MU_CNT - C Probe773 Mu Cnt - 1 - - - C_PROBE772_MU_CNT - C Probe772 Mu Cnt - 1 - - - C_PROBE771_MU_CNT - C Probe771 Mu Cnt - 1 - - - C_PROBE770_MU_CNT - C Probe770 Mu Cnt - 1 - - - C_PROBE769_MU_CNT - C Probe769 Mu Cnt - 1 - - - C_PROBE768_MU_CNT - C Probe768 Mu Cnt - 1 - - - C_PROBE767_MU_CNT - C Probe767 Mu Cnt - 1 - - - C_PROBE766_MU_CNT - C Probe766 Mu Cnt - 1 - - - C_PROBE765_MU_CNT - C Probe765 Mu Cnt - 1 - - - C_PROBE764_MU_CNT - C Probe764 Mu Cnt - 1 - - - C_PROBE763_MU_CNT - C Probe763 Mu Cnt - 1 - - - C_PROBE762_MU_CNT - C Probe762 Mu Cnt - 1 - - - C_PROBE761_MU_CNT - C Probe761 Mu Cnt - 1 - - - C_PROBE760_MU_CNT - C Probe760 Mu Cnt - 1 - - - C_PROBE759_MU_CNT - C Probe759 Mu Cnt - 1 - - - C_PROBE758_MU_CNT - C Probe758 Mu Cnt - 1 - - - C_PROBE757_MU_CNT - C Probe757 Mu Cnt - 1 - - - C_PROBE756_MU_CNT - C Probe756 Mu Cnt - 1 - - - C_PROBE755_MU_CNT - C Probe755 Mu Cnt - 1 - - - C_PROBE754_MU_CNT - C Probe754 Mu Cnt - 1 - - - C_PROBE753_MU_CNT - C Probe753 Mu Cnt - 1 - - - C_PROBE752_MU_CNT - C Probe752 Mu Cnt - 1 - - - C_PROBE751_MU_CNT - C Probe751 Mu Cnt - 1 - - - C_PROBE750_MU_CNT - C Probe750 Mu Cnt - 1 - - - C_PROBE749_MU_CNT - C Probe749 Mu Cnt - 1 - - - C_PROBE748_MU_CNT - C Probe748 Mu Cnt - 1 - - - C_PROBE747_MU_CNT - C Probe747 Mu Cnt - 1 - - - C_PROBE746_MU_CNT - C Probe746 Mu Cnt - 1 - - - C_PROBE745_MU_CNT - C Probe745 Mu Cnt - 1 - - - C_PROBE744_MU_CNT - C Probe744 Mu Cnt - 1 - - - C_PROBE743_MU_CNT - C Probe743 Mu Cnt - 1 - - - C_PROBE742_MU_CNT - C Probe742 Mu Cnt - 1 - - - C_PROBE741_MU_CNT - C Probe741 Mu Cnt - 1 - - - C_PROBE740_MU_CNT - C Probe740 Mu Cnt - 1 - - - C_PROBE739_MU_CNT - C Probe739 Mu Cnt - 1 - - - C_PROBE738_MU_CNT - C Probe738 Mu Cnt - 1 - - - C_PROBE737_MU_CNT - C Probe737 Mu Cnt - 1 - - - C_PROBE736_MU_CNT - C Probe736 Mu Cnt - 1 - - - C_PROBE735_MU_CNT - C Probe735 Mu Cnt - 1 - - - C_PROBE734_MU_CNT - C Probe734 Mu Cnt - 1 - - - C_PROBE733_MU_CNT - C Probe733 Mu Cnt - 1 - - - C_PROBE732_MU_CNT - C Probe732 Mu Cnt - 1 - - - C_PROBE731_MU_CNT - C Probe731 Mu Cnt - 1 - - - C_PROBE730_MU_CNT - C Probe730 Mu Cnt - 1 - - - C_PROBE729_MU_CNT - C Probe729 Mu Cnt - 1 - - - C_PROBE728_MU_CNT - C Probe728 Mu Cnt - 1 - - - C_PROBE727_MU_CNT - C Probe727 Mu Cnt - 1 - - - C_PROBE726_MU_CNT - C Probe726 Mu Cnt - 1 - - - C_PROBE725_MU_CNT - C Probe725 Mu Cnt - 1 - - - C_PROBE724_MU_CNT - C Probe724 Mu Cnt - 1 - - - C_PROBE723_MU_CNT - C Probe723 Mu Cnt - 1 - - - C_PROBE722_MU_CNT - C Probe722 Mu Cnt - 1 - - - C_PROBE721_MU_CNT - C Probe721 Mu Cnt - 1 - - - C_PROBE720_MU_CNT - C Probe720 Mu Cnt - 1 - - - C_PROBE719_MU_CNT - C Probe719 Mu Cnt - 1 - - - C_PROBE718_MU_CNT - C Probe718 Mu Cnt - 1 - - - C_PROBE717_MU_CNT - C Probe717 Mu Cnt - 1 - - - C_PROBE716_MU_CNT - C Probe716 Mu Cnt - 1 - - - C_PROBE715_MU_CNT - C Probe715 Mu Cnt - 1 - - - C_PROBE714_MU_CNT - C Probe714 Mu Cnt - 1 - - - C_PROBE713_MU_CNT - C Probe713 Mu Cnt - 1 - - - C_PROBE712_MU_CNT - C Probe712 Mu Cnt - 1 - - - C_PROBE711_MU_CNT - C Probe711 Mu Cnt - 1 - - - C_PROBE710_MU_CNT - C Probe710 Mu Cnt - 1 - - - C_PROBE709_MU_CNT - C Probe709 Mu Cnt - 1 - - - C_PROBE708_MU_CNT - C Probe708 Mu Cnt - 1 - - - C_PROBE707_MU_CNT - C Probe707 Mu Cnt - 1 - - - C_PROBE706_MU_CNT - C Probe706 Mu Cnt - 1 - - - C_PROBE705_MU_CNT - C Probe705 Mu Cnt - 1 - - - C_PROBE704_MU_CNT - C Probe704 Mu Cnt - 1 - - - C_PROBE703_MU_CNT - C Probe703 Mu Cnt - 1 - - - C_PROBE702_MU_CNT - C Probe702 Mu Cnt - 1 - - - C_PROBE701_MU_CNT - C Probe701 Mu Cnt - 1 - - - C_PROBE700_MU_CNT - C Probe700 Mu Cnt - 1 - - - C_PROBE699_MU_CNT - C Probe699 Mu Cnt - 1 - - - C_PROBE698_MU_CNT - C Probe698 Mu Cnt - 1 - - - C_PROBE697_MU_CNT - C Probe697 Mu Cnt - 1 - - - C_PROBE696_MU_CNT - C Probe696 Mu Cnt - 1 - - - C_PROBE695_MU_CNT - C Probe695 Mu Cnt - 1 - - - C_PROBE694_MU_CNT - C Probe694 Mu Cnt - 1 - - - C_PROBE693_MU_CNT - C Probe693 Mu Cnt - 1 - - - C_PROBE692_MU_CNT - C Probe692 Mu Cnt - 1 - - - C_PROBE691_MU_CNT - C Probe691 Mu Cnt - 1 - - - C_PROBE690_MU_CNT - C Probe690 Mu Cnt - 1 - - - C_PROBE689_MU_CNT - C Probe689 Mu Cnt - 1 - - - C_PROBE688_MU_CNT - C Probe688 Mu Cnt - 1 - - - C_PROBE687_MU_CNT - C Probe687 Mu Cnt - 1 - - - C_PROBE686_MU_CNT - C Probe686 Mu Cnt - 1 - - - C_PROBE685_MU_CNT - C Probe685 Mu Cnt - 1 - - - C_PROBE684_MU_CNT - C Probe684 Mu Cnt - 1 - - - C_PROBE683_MU_CNT - C Probe683 Mu Cnt - 1 - - - C_PROBE682_MU_CNT - C Probe682 Mu Cnt - 1 - - - C_PROBE681_MU_CNT - C Probe681 Mu Cnt - 1 - - - C_PROBE680_MU_CNT - C Probe680 Mu Cnt - 1 - - - C_PROBE679_MU_CNT - C Probe679 Mu Cnt - 1 - - - C_PROBE678_MU_CNT - C Probe678 Mu Cnt - 1 - - - C_PROBE677_MU_CNT - C Probe677 Mu Cnt - 1 - - - C_PROBE676_MU_CNT - C Probe676 Mu Cnt - 1 - - - C_PROBE675_MU_CNT - C Probe675 Mu Cnt - 1 - - - C_PROBE674_MU_CNT - C Probe674 Mu Cnt - 1 - - - C_PROBE673_MU_CNT - C Probe673 Mu Cnt - 1 - - - C_PROBE672_MU_CNT - C Probe672 Mu Cnt - 1 - - - C_PROBE671_MU_CNT - C Probe671 Mu Cnt - 1 - - - C_PROBE670_MU_CNT - C Probe670 Mu Cnt - 1 - - - C_PROBE669_MU_CNT - C Probe669 Mu Cnt - 1 - - - C_PROBE668_MU_CNT - C Probe668 Mu Cnt - 1 - - - C_PROBE667_MU_CNT - C Probe667 Mu Cnt - 1 - - - C_PROBE666_MU_CNT - C Probe666 Mu Cnt - 1 - - - C_PROBE665_MU_CNT - C Probe665 Mu Cnt - 1 - - - C_PROBE664_MU_CNT - C Probe664 Mu Cnt - 1 - - - C_PROBE663_MU_CNT - C Probe663 Mu Cnt - 1 - - - C_PROBE662_MU_CNT - C Probe662 Mu Cnt - 1 - - - C_PROBE661_MU_CNT - C Probe661 Mu Cnt - 1 - - - C_PROBE660_MU_CNT - C Probe660 Mu Cnt - 1 - - - C_PROBE659_MU_CNT - C Probe659 Mu Cnt - 1 - - - C_PROBE658_MU_CNT - C Probe658 Mu Cnt - 1 - - - C_PROBE657_MU_CNT - C Probe657 Mu Cnt - 1 - - - C_PROBE656_MU_CNT - C Probe656 Mu Cnt - 1 - - - C_PROBE655_MU_CNT - C Probe655 Mu Cnt - 1 - - - C_PROBE654_MU_CNT - C Probe654 Mu Cnt - 1 - - - C_PROBE653_MU_CNT - C Probe653 Mu Cnt - 1 - - - C_PROBE652_MU_CNT - C Probe652 Mu Cnt - 1 - - - C_PROBE651_MU_CNT - C Probe651 Mu Cnt - 1 - - - C_PROBE650_MU_CNT - C Probe650 Mu Cnt - 1 - - - C_PROBE649_MU_CNT - C Probe649 Mu Cnt - 1 - - - C_PROBE648_MU_CNT - C Probe648 Mu Cnt - 1 - - - C_PROBE647_MU_CNT - C Probe647 Mu Cnt - 1 - - - C_PROBE646_MU_CNT - C Probe646 Mu Cnt - 1 - - - C_PROBE645_MU_CNT - C Probe645 Mu Cnt - 1 - - - C_PROBE644_MU_CNT - C Probe644 Mu Cnt - 1 - - - C_PROBE643_MU_CNT - C Probe643 Mu Cnt - 1 - - - C_PROBE642_MU_CNT - C Probe642 Mu Cnt - 1 - - - C_PROBE641_MU_CNT - C Probe641 Mu Cnt - 1 - - - C_PROBE640_MU_CNT - C Probe640 Mu Cnt - 1 - - - C_PROBE639_MU_CNT - C Probe639 Mu Cnt - 1 - - - C_PROBE638_MU_CNT - C Probe638 Mu Cnt - 1 - - - C_PROBE637_MU_CNT - C Probe637 Mu Cnt - 1 - - - C_PROBE636_MU_CNT - C Probe636 Mu Cnt - 1 - - - C_PROBE635_MU_CNT - C Probe635 Mu Cnt - 1 - - - C_PROBE634_MU_CNT - C Probe634 Mu Cnt - 1 - - - C_PROBE633_MU_CNT - C Probe633 Mu Cnt - 1 - - - C_PROBE632_MU_CNT - C Probe632 Mu Cnt - 1 - - - C_PROBE631_MU_CNT - C Probe631 Mu Cnt - 1 - - - C_PROBE630_MU_CNT - C Probe630 Mu Cnt - 1 - - - C_PROBE629_MU_CNT - C Probe629 Mu Cnt - 1 - - - C_PROBE628_MU_CNT - C Probe628 Mu Cnt - 1 - - - C_PROBE627_MU_CNT - C Probe627 Mu Cnt - 1 - - - C_PROBE626_MU_CNT - C Probe626 Mu Cnt - 1 - - - C_PROBE625_MU_CNT - C Probe625 Mu Cnt - 1 - - - C_PROBE624_MU_CNT - C Probe624 Mu Cnt - 1 - - - C_PROBE623_MU_CNT - C Probe623 Mu Cnt - 1 - - - C_PROBE622_MU_CNT - C Probe622 Mu Cnt - 1 - - - C_PROBE621_MU_CNT - C Probe621 Mu Cnt - 1 - - - C_PROBE620_MU_CNT - C Probe620 Mu Cnt - 1 - - - C_PROBE619_MU_CNT - C Probe619 Mu Cnt - 1 - - - C_PROBE618_MU_CNT - C Probe618 Mu Cnt - 1 - - - C_PROBE617_MU_CNT - C Probe617 Mu Cnt - 1 - - - C_PROBE616_MU_CNT - C Probe616 Mu Cnt - 1 - - - C_PROBE615_MU_CNT - C Probe615 Mu Cnt - 1 - - - C_PROBE614_MU_CNT - C Probe614 Mu Cnt - 1 - - - C_PROBE613_MU_CNT - C Probe613 Mu Cnt - 1 - - - C_PROBE612_MU_CNT - C Probe612 Mu Cnt - 1 - - - C_PROBE611_MU_CNT - C Probe611 Mu Cnt - 1 - - - C_PROBE610_MU_CNT - C Probe610 Mu Cnt - 1 - - - C_PROBE609_MU_CNT - C Probe609 Mu Cnt - 1 - - - C_PROBE608_MU_CNT - C Probe608 Mu Cnt - 1 - - - C_PROBE607_MU_CNT - C Probe607 Mu Cnt - 1 - - - C_PROBE606_MU_CNT - C Probe606 Mu Cnt - 1 - - - C_PROBE605_MU_CNT - C Probe605 Mu Cnt - 1 - - - C_PROBE604_MU_CNT - C Probe604 Mu Cnt - 1 - - - C_PROBE603_MU_CNT - C Probe603 Mu Cnt - 1 - - - C_PROBE602_MU_CNT - C Probe602 Mu Cnt - 1 - - - C_PROBE601_MU_CNT - C Probe601 Mu Cnt - 1 - - - C_PROBE600_MU_CNT - C Probe600 Mu Cnt - 1 - - - C_PROBE599_MU_CNT - C Probe599 Mu Cnt - 1 - - - C_PROBE598_MU_CNT - C Probe598 Mu Cnt - 1 - - - C_PROBE597_MU_CNT - C Probe597 Mu Cnt - 1 - - - C_PROBE596_MU_CNT - C Probe596 Mu Cnt - 1 - - - C_PROBE595_MU_CNT - C Probe595 Mu Cnt - 1 - - - C_PROBE594_MU_CNT - C Probe594 Mu Cnt - 1 - - - C_PROBE593_MU_CNT - C Probe593 Mu Cnt - 1 - - - C_PROBE592_MU_CNT - C Probe592 Mu Cnt - 1 - - - C_PROBE591_MU_CNT - C Probe591 Mu Cnt - 1 - - - C_PROBE590_MU_CNT - C Probe590 Mu Cnt - 1 - - - C_PROBE589_MU_CNT - C Probe589 Mu Cnt - 1 - - - C_PROBE588_MU_CNT - C Probe588 Mu Cnt - 1 - - - C_PROBE587_MU_CNT - C Probe587 Mu Cnt - 1 - - - C_PROBE586_MU_CNT - C Probe586 Mu Cnt - 1 - - - C_PROBE585_MU_CNT - C Probe585 Mu Cnt - 1 - - - C_PROBE584_MU_CNT - C Probe584 Mu Cnt - 1 - - - C_PROBE583_MU_CNT - C Probe583 Mu Cnt - 1 - - - C_PROBE582_MU_CNT - C Probe582 Mu Cnt - 1 - - - C_PROBE581_MU_CNT - C Probe581 Mu Cnt - 1 - - - C_PROBE580_MU_CNT - C Probe580 Mu Cnt - 1 - - - C_PROBE579_MU_CNT - C Probe579 Mu Cnt - 1 - - - C_PROBE578_MU_CNT - C Probe578 Mu Cnt - 1 - - - C_PROBE577_MU_CNT - C Probe577 Mu Cnt - 1 - - - C_PROBE576_MU_CNT - C Probe576 Mu Cnt - 1 - - - C_PROBE575_MU_CNT - C Probe575 Mu Cnt - 1 - - - C_PROBE574_MU_CNT - C Probe574 Mu Cnt - 1 - - - C_PROBE573_MU_CNT - C Probe573 Mu Cnt - 1 - - - C_PROBE572_MU_CNT - C Probe572 Mu Cnt - 1 - - - C_PROBE571_MU_CNT - C Probe571 Mu Cnt - 1 - - - C_PROBE570_MU_CNT - C Probe570 Mu Cnt - 1 - - - C_PROBE569_MU_CNT - C Probe569 Mu Cnt - 1 - - - C_PROBE568_MU_CNT - C Probe568 Mu Cnt - 1 - - - C_PROBE567_MU_CNT - C Probe567 Mu Cnt - 1 - - - C_PROBE566_MU_CNT - C Probe566 Mu Cnt - 1 - - - C_PROBE565_MU_CNT - C Probe565 Mu Cnt - 1 - - - C_PROBE564_MU_CNT - C Probe564 Mu Cnt - 1 - - - C_PROBE563_MU_CNT - C Probe563 Mu Cnt - 1 - - - C_PROBE562_MU_CNT - C Probe562 Mu Cnt - 1 - - - C_PROBE561_MU_CNT - C Probe561 Mu Cnt - 1 - - - C_PROBE560_MU_CNT - C Probe560 Mu Cnt - 1 - - - C_PROBE559_MU_CNT - C Probe559 Mu Cnt - 1 - - - C_PROBE558_MU_CNT - C Probe558 Mu Cnt - 1 - - - C_PROBE557_MU_CNT - C Probe557 Mu Cnt - 1 - - - C_PROBE556_MU_CNT - C Probe556 Mu Cnt - 1 - - - C_PROBE555_MU_CNT - C Probe555 Mu Cnt - 1 - - - C_PROBE554_MU_CNT - C Probe554 Mu Cnt - 1 - - - C_PROBE553_MU_CNT - C Probe553 Mu Cnt - 1 - - - C_PROBE552_MU_CNT - C Probe552 Mu Cnt - 1 - - - C_PROBE551_MU_CNT - C Probe551 Mu Cnt - 1 - - - C_PROBE550_MU_CNT - C Probe550 Mu Cnt - 1 - - - C_PROBE549_MU_CNT - C Probe549 Mu Cnt - 1 - - - C_PROBE548_MU_CNT - C Probe548 Mu Cnt - 1 - - - C_PROBE547_MU_CNT - C Probe547 Mu Cnt - 1 - - - C_PROBE546_MU_CNT - C Probe546 Mu Cnt - 1 - - - C_PROBE545_MU_CNT - C Probe545 Mu Cnt - 1 - - - C_PROBE544_MU_CNT - C Probe544 Mu Cnt - 1 - - - C_PROBE543_MU_CNT - C Probe543 Mu Cnt - 1 - - - C_PROBE542_MU_CNT - C Probe542 Mu Cnt - 1 - - - C_PROBE541_MU_CNT - C Probe541 Mu Cnt - 1 - - - C_PROBE540_MU_CNT - C Probe540 Mu Cnt - 1 - - - C_PROBE539_MU_CNT - C Probe539 Mu Cnt - 1 - - - C_PROBE538_MU_CNT - C Probe538 Mu Cnt - 1 - - - C_PROBE537_MU_CNT - C Probe537 Mu Cnt - 1 - - - C_PROBE536_MU_CNT - C Probe536 Mu Cnt - 1 - - - C_PROBE535_MU_CNT - C Probe535 Mu Cnt - 1 - - - C_PROBE534_MU_CNT - C Probe534 Mu Cnt - 1 - - - C_PROBE533_MU_CNT - C Probe533 Mu Cnt - 1 - - - C_PROBE532_MU_CNT - C Probe532 Mu Cnt - 1 - - - C_PROBE531_MU_CNT - C Probe531 Mu Cnt - 1 - - - C_PROBE530_MU_CNT - C Probe530 Mu Cnt - 1 - - - C_PROBE529_MU_CNT - C Probe529 Mu Cnt - 1 - - - C_PROBE528_MU_CNT - C Probe528 Mu Cnt - 1 - - - C_PROBE527_MU_CNT - C Probe527 Mu Cnt - 1 - - - C_PROBE526_MU_CNT - C Probe526 Mu Cnt - 1 - - - C_PROBE525_MU_CNT - C Probe525 Mu Cnt - 1 - - - C_PROBE524_MU_CNT - C Probe524 Mu Cnt - 1 - - - C_PROBE523_MU_CNT - C Probe523 Mu Cnt - 1 - - - C_PROBE522_MU_CNT - C Probe522 Mu Cnt - 1 - - - C_PROBE521_MU_CNT - C Probe521 Mu Cnt - 1 - - - C_PROBE520_MU_CNT - C Probe520 Mu Cnt - 1 - - - C_PROBE519_MU_CNT - C Probe519 Mu Cnt - 1 - - - C_PROBE518_MU_CNT - C Probe518 Mu Cnt - 1 - - - C_PROBE517_MU_CNT - C Probe517 Mu Cnt - 1 - - - C_PROBE516_MU_CNT - C Probe516 Mu Cnt - 1 - - - C_PROBE515_MU_CNT - C Probe515 Mu Cnt - 1 - - - C_PROBE514_MU_CNT - C Probe514 Mu Cnt - 1 - - - C_PROBE513_MU_CNT - C Probe513 Mu Cnt - 1 - - - C_PROBE512_MU_CNT - C Probe512 Mu Cnt - 1 - - - C_PROBE511_MU_CNT - C Probe511 Mu Cnt - 1 - - - C_PROBE510_MU_CNT - C Probe510 Mu Cnt - 1 - - - C_PROBE509_MU_CNT - C Probe509 Mu Cnt - 1 - - - C_PROBE508_MU_CNT - C Probe508 Mu Cnt - 1 - - - C_PROBE507_MU_CNT - C Probe507 Mu Cnt - 1 - - - C_PROBE506_MU_CNT - C Probe506 Mu Cnt - 1 - - - C_PROBE505_MU_CNT - C Probe505 Mu Cnt - 1 - - - C_PROBE504_MU_CNT - C Probe504 Mu Cnt - 1 - - - C_PROBE503_MU_CNT - C Probe503 Mu Cnt - 1 - - - C_PROBE502_MU_CNT - C Probe502 Mu Cnt - 1 - - - C_PROBE501_MU_CNT - C Probe501 Mu Cnt - 1 - - - C_PROBE500_MU_CNT - C Probe500 Mu Cnt - 1 - - - C_PROBE499_MU_CNT - C Probe499 Mu Cnt - 1 - - - C_PROBE498_MU_CNT - C Probe498 Mu Cnt - 1 - - - C_PROBE497_MU_CNT - C Probe497 Mu Cnt - 1 - - - C_PROBE496_MU_CNT - C Probe496 Mu Cnt - 1 - - - C_PROBE495_MU_CNT - C Probe495 Mu Cnt - 1 - - - C_PROBE494_MU_CNT - C Probe494 Mu Cnt - 1 - - - C_PROBE493_MU_CNT - C Probe493 Mu Cnt - 1 - - - C_PROBE492_MU_CNT - C Probe492 Mu Cnt - 1 - - - C_PROBE491_MU_CNT - C Probe491 Mu Cnt - 1 - - - C_PROBE490_MU_CNT - C Probe490 Mu Cnt - 1 - - - C_PROBE489_MU_CNT - C Probe489 Mu Cnt - 1 - - - C_PROBE488_MU_CNT - C Probe488 Mu Cnt - 1 - - - C_PROBE487_MU_CNT - C Probe487 Mu Cnt - 1 - - - C_PROBE486_MU_CNT - C Probe486 Mu Cnt - 1 - - - C_PROBE485_MU_CNT - C Probe485 Mu Cnt - 1 - - - C_PROBE484_MU_CNT - C Probe484 Mu Cnt - 1 - - - C_PROBE483_MU_CNT - C Probe483 Mu Cnt - 1 - - - C_PROBE482_MU_CNT - C Probe482 Mu Cnt - 1 - - - C_PROBE481_MU_CNT - C Probe481 Mu Cnt - 1 - - - C_PROBE480_MU_CNT - C Probe480 Mu Cnt - 1 - - - C_PROBE479_MU_CNT - C Probe479 Mu Cnt - 1 - - - C_PROBE478_MU_CNT - C Probe478 Mu Cnt - 1 - - - C_PROBE477_MU_CNT - C Probe477 Mu Cnt - 1 - - - C_PROBE476_MU_CNT - C Probe476 Mu Cnt - 1 - - - C_PROBE475_MU_CNT - C Probe475 Mu Cnt - 1 - - - C_PROBE474_MU_CNT - C Probe474 Mu Cnt - 1 - - - C_PROBE473_MU_CNT - C Probe473 Mu Cnt - 1 - - - C_PROBE472_MU_CNT - C Probe472 Mu Cnt - 1 - - - C_PROBE471_MU_CNT - C Probe471 Mu Cnt - 1 - - - C_PROBE470_MU_CNT - C Probe470 Mu Cnt - 1 - - - C_PROBE469_MU_CNT - C Probe469 Mu Cnt - 1 - - - C_PROBE468_MU_CNT - C Probe468 Mu Cnt - 1 - - - C_PROBE467_MU_CNT - C Probe467 Mu Cnt - 1 - - - C_PROBE466_MU_CNT - C Probe466 Mu Cnt - 1 - - - C_PROBE465_MU_CNT - C Probe465 Mu Cnt - 1 - - - C_PROBE464_MU_CNT - C Probe464 Mu Cnt - 1 - - - C_PROBE463_MU_CNT - C Probe463 Mu Cnt - 1 - - - C_PROBE462_MU_CNT - C Probe462 Mu Cnt - 1 - - - C_PROBE461_MU_CNT - C Probe461 Mu Cnt - 1 - - - C_PROBE460_MU_CNT - C Probe460 Mu Cnt - 1 - - - C_PROBE459_MU_CNT - C Probe459 Mu Cnt - 1 - - - C_PROBE458_MU_CNT - C Probe458 Mu Cnt - 1 - - - C_PROBE457_MU_CNT - C Probe457 Mu Cnt - 1 - - - C_PROBE456_MU_CNT - C Probe456 Mu Cnt - 1 - - - C_PROBE455_MU_CNT - C Probe455 Mu Cnt - 1 - - - C_PROBE454_MU_CNT - C Probe454 Mu Cnt - 1 - - - C_PROBE453_MU_CNT - C Probe453 Mu Cnt - 1 - - - C_PROBE452_MU_CNT - C Probe452 Mu Cnt - 1 - - - C_PROBE451_MU_CNT - C Probe451 Mu Cnt - 1 - - - C_PROBE450_MU_CNT - C Probe450 Mu Cnt - 1 - - - C_PROBE449_MU_CNT - C Probe449 Mu Cnt - 1 - - - C_PROBE448_MU_CNT - C Probe448 Mu Cnt - 1 - - - C_PROBE447_MU_CNT - C Probe447 Mu Cnt - 1 - - - C_PROBE446_MU_CNT - C Probe446 Mu Cnt - 1 - - - C_PROBE445_MU_CNT - C Probe445 Mu Cnt - 1 - - - C_PROBE444_MU_CNT - C Probe444 Mu Cnt - 1 - - - C_PROBE443_MU_CNT - C Probe443 Mu Cnt - 1 - - - C_PROBE442_MU_CNT - C Probe442 Mu Cnt - 1 - - - C_PROBE441_MU_CNT - C Probe441 Mu Cnt - 1 - - - C_PROBE440_MU_CNT - C Probe440 Mu Cnt - 1 - - - C_PROBE439_MU_CNT - C Probe439 Mu Cnt - 1 - - - C_PROBE438_MU_CNT - C Probe438 Mu Cnt - 1 - - - C_PROBE437_MU_CNT - C Probe437 Mu Cnt - 1 - - - C_PROBE436_MU_CNT - C Probe436 Mu Cnt - 1 - - - C_PROBE435_MU_CNT - C Probe435 Mu Cnt - 1 - - - C_PROBE434_MU_CNT - C Probe434 Mu Cnt - 1 - - - C_PROBE433_MU_CNT - C Probe433 Mu Cnt - 1 - - - C_PROBE432_MU_CNT - C Probe432 Mu Cnt - 1 - - - C_PROBE431_MU_CNT - C Probe431 Mu Cnt - 1 - - - C_PROBE430_MU_CNT - C Probe430 Mu Cnt - 1 - - - C_PROBE429_MU_CNT - C Probe429 Mu Cnt - 1 - - - C_PROBE428_MU_CNT - C Probe428 Mu Cnt - 1 - - - C_PROBE427_MU_CNT - C Probe427 Mu Cnt - 1 - - - C_PROBE426_MU_CNT - C Probe426 Mu Cnt - 1 - - - C_PROBE425_MU_CNT - C Probe425 Mu Cnt - 1 - - - C_PROBE424_MU_CNT - C Probe424 Mu Cnt - 1 - - - C_PROBE423_MU_CNT - C Probe423 Mu Cnt - 1 - - - C_PROBE422_MU_CNT - C Probe422 Mu Cnt - 1 - - - C_PROBE421_MU_CNT - C Probe421 Mu Cnt - 1 - - - C_PROBE420_MU_CNT - C Probe420 Mu Cnt - 1 - - - C_PROBE419_MU_CNT - C Probe419 Mu Cnt - 1 - - - C_PROBE418_MU_CNT - C Probe418 Mu Cnt - 1 - - - C_PROBE417_MU_CNT - C Probe417 Mu Cnt - 1 - - - C_PROBE416_MU_CNT - C Probe416 Mu Cnt - 1 - - - C_PROBE415_MU_CNT - C Probe415 Mu Cnt - 1 - - - C_PROBE414_MU_CNT - C Probe414 Mu Cnt - 1 - - - C_PROBE413_MU_CNT - C Probe413 Mu Cnt - 1 - - - C_PROBE412_MU_CNT - C Probe412 Mu Cnt - 1 - - - C_PROBE411_MU_CNT - C Probe411 Mu Cnt - 1 - - - C_PROBE410_MU_CNT - C Probe410 Mu Cnt - 1 - - - C_PROBE409_MU_CNT - C Probe409 Mu Cnt - 1 - - - C_PROBE408_MU_CNT - C Probe408 Mu Cnt - 1 - - - C_PROBE407_MU_CNT - C Probe407 Mu Cnt - 1 - - - C_PROBE406_MU_CNT - C Probe406 Mu Cnt - 1 - - - C_PROBE405_MU_CNT - C Probe405 Mu Cnt - 1 - - - C_PROBE404_MU_CNT - C Probe404 Mu Cnt - 1 - - - C_PROBE403_MU_CNT - C Probe403 Mu Cnt - 1 - - - C_PROBE402_MU_CNT - C Probe402 Mu Cnt - 1 - - - C_PROBE401_MU_CNT - C Probe401 Mu Cnt - 1 - - - C_PROBE400_MU_CNT - C Probe400 Mu Cnt - 1 - - - C_PROBE399_MU_CNT - C Probe399 Mu Cnt - 1 - - - C_PROBE398_MU_CNT - C Probe398 Mu Cnt - 1 - - - C_PROBE397_MU_CNT - C Probe397 Mu Cnt - 1 - - - C_PROBE396_MU_CNT - C Probe396 Mu Cnt - 1 - - - C_PROBE395_MU_CNT - C Probe395 Mu Cnt - 1 - - - C_PROBE394_MU_CNT - C Probe394 Mu Cnt - 1 - - - C_PROBE393_MU_CNT - C Probe393 Mu Cnt - 1 - - - C_PROBE392_MU_CNT - C Probe392 Mu Cnt - 1 - - - C_PROBE391_MU_CNT - C Probe391 Mu Cnt - 1 - - - C_PROBE390_MU_CNT - C Probe390 Mu Cnt - 1 - - - C_PROBE389_MU_CNT - C Probe389 Mu Cnt - 1 - - - C_PROBE388_MU_CNT - C Probe388 Mu Cnt - 1 - - - C_PROBE387_MU_CNT - C Probe387 Mu Cnt - 1 - - - C_PROBE386_MU_CNT - C Probe386 Mu Cnt - 1 - - - C_PROBE385_MU_CNT - C Probe385 Mu Cnt - 1 - - - C_PROBE384_MU_CNT - C Probe384 Mu Cnt - 1 - - - C_PROBE383_MU_CNT - C Probe383 Mu Cnt - 1 - - - C_PROBE382_MU_CNT - C Probe382 Mu Cnt - 1 - - - C_PROBE381_MU_CNT - C Probe381 Mu Cnt - 1 - - - C_PROBE380_MU_CNT - C Probe380 Mu Cnt - 1 - - - C_PROBE379_MU_CNT - C Probe379 Mu Cnt - 1 - - - C_PROBE378_MU_CNT - C Probe378 Mu Cnt - 1 - - - C_PROBE377_MU_CNT - C Probe377 Mu Cnt - 1 - - - C_PROBE376_MU_CNT - C Probe376 Mu Cnt - 1 - - - C_PROBE375_MU_CNT - C Probe375 Mu Cnt - 1 - - - C_PROBE374_MU_CNT - C Probe374 Mu Cnt - 1 - - - C_PROBE373_MU_CNT - C Probe373 Mu Cnt - 1 - - - C_PROBE372_MU_CNT - C Probe372 Mu Cnt - 1 - - - C_PROBE371_MU_CNT - C Probe371 Mu Cnt - 1 - - - C_PROBE370_MU_CNT - C Probe370 Mu Cnt - 1 - - - C_PROBE369_MU_CNT - C Probe369 Mu Cnt - 1 - - - C_PROBE368_MU_CNT - C Probe368 Mu Cnt - 1 - - - C_PROBE367_MU_CNT - C Probe367 Mu Cnt - 1 - - - C_PROBE366_MU_CNT - C Probe366 Mu Cnt - 1 - - - C_PROBE365_MU_CNT - C Probe365 Mu Cnt - 1 - - - C_PROBE364_MU_CNT - C Probe364 Mu Cnt - 1 - - - C_PROBE363_MU_CNT - C Probe363 Mu Cnt - 1 - - - C_PROBE362_MU_CNT - C Probe362 Mu Cnt - 1 - - - C_PROBE361_MU_CNT - C Probe361 Mu Cnt - 1 - - - C_PROBE360_MU_CNT - C Probe360 Mu Cnt - 1 - - - C_PROBE359_MU_CNT - C Probe359 Mu Cnt - 1 - - - C_PROBE358_MU_CNT - C Probe358 Mu Cnt - 1 - - - C_PROBE357_MU_CNT - C Probe357 Mu Cnt - 1 - - - C_PROBE356_MU_CNT - C Probe356 Mu Cnt - 1 - - - C_PROBE355_MU_CNT - C Probe355 Mu Cnt - 1 - - - C_PROBE354_MU_CNT - C Probe354 Mu Cnt - 1 - - - C_PROBE353_MU_CNT - C Probe353 Mu Cnt - 1 - - - C_PROBE352_MU_CNT - C Probe352 Mu Cnt - 1 - - - C_PROBE351_MU_CNT - C Probe351 Mu Cnt - 1 - - - C_PROBE350_MU_CNT - C Probe350 Mu Cnt - 1 - - - C_PROBE349_MU_CNT - C Probe349 Mu Cnt - 1 - - - C_PROBE348_MU_CNT - C Probe348 Mu Cnt - 1 - - - C_PROBE347_MU_CNT - C Probe347 Mu Cnt - 1 - - - C_PROBE346_MU_CNT - C Probe346 Mu Cnt - 1 - - - C_PROBE345_MU_CNT - C Probe345 Mu Cnt - 1 - - - C_PROBE344_MU_CNT - C Probe344 Mu Cnt - 1 - - - C_PROBE343_MU_CNT - C Probe343 Mu Cnt - 1 - - - C_PROBE342_MU_CNT - C Probe342 Mu Cnt - 1 - - - C_PROBE341_MU_CNT - C Probe341 Mu Cnt - 1 - - - C_PROBE340_MU_CNT - C Probe340 Mu Cnt - 1 - - - C_PROBE339_MU_CNT - C Probe339 Mu Cnt - 1 - - - C_PROBE338_MU_CNT - C Probe338 Mu Cnt - 1 - - - C_PROBE337_MU_CNT - C Probe337 Mu Cnt - 1 - - - C_PROBE336_MU_CNT - C Probe336 Mu Cnt - 1 - - - C_PROBE335_MU_CNT - C Probe335 Mu Cnt - 1 - - - C_PROBE334_MU_CNT - C Probe334 Mu Cnt - 1 - - - C_PROBE333_MU_CNT - C Probe333 Mu Cnt - 1 - - - C_PROBE332_MU_CNT - C Probe332 Mu Cnt - 1 - - - C_PROBE331_MU_CNT - C Probe331 Mu Cnt - 1 - - - C_PROBE330_MU_CNT - C Probe330 Mu Cnt - 1 - - - C_PROBE329_MU_CNT - C Probe329 Mu Cnt - 1 - - - C_PROBE328_MU_CNT - C Probe328 Mu Cnt - 1 - - - C_PROBE327_MU_CNT - C Probe327 Mu Cnt - 1 - - - C_PROBE326_MU_CNT - C Probe326 Mu Cnt - 1 - - - C_PROBE325_MU_CNT - C Probe325 Mu Cnt - 1 - - - C_PROBE324_MU_CNT - C Probe324 Mu Cnt - 1 - - - C_PROBE323_MU_CNT - C Probe323 Mu Cnt - 1 - - - C_PROBE322_MU_CNT - C Probe322 Mu Cnt - 1 - - - C_PROBE321_MU_CNT - C Probe321 Mu Cnt - 1 - - - C_PROBE320_MU_CNT - C Probe320 Mu Cnt - 1 - - - C_PROBE319_MU_CNT - C Probe319 Mu Cnt - 1 - - - C_PROBE318_MU_CNT - C Probe318 Mu Cnt - 1 - - - C_PROBE317_MU_CNT - C Probe317 Mu Cnt - 1 - - - C_PROBE316_MU_CNT - C Probe316 Mu Cnt - 1 - - - C_PROBE315_MU_CNT - C Probe315 Mu Cnt - 1 - - - C_PROBE314_MU_CNT - C Probe314 Mu Cnt - 1 - - - C_PROBE313_MU_CNT - C Probe313 Mu Cnt - 1 - - - C_PROBE312_MU_CNT - C Probe312 Mu Cnt - 1 - - - C_PROBE311_MU_CNT - C Probe311 Mu Cnt - 1 - - - C_PROBE310_MU_CNT - C Probe310 Mu Cnt - 1 - - - C_PROBE309_MU_CNT - C Probe309 Mu Cnt - 1 - - - C_PROBE308_MU_CNT - C Probe308 Mu Cnt - 1 - - - C_PROBE307_MU_CNT - C Probe307 Mu Cnt - 1 - - - C_PROBE306_MU_CNT - C Probe306 Mu Cnt - 1 - - - C_PROBE305_MU_CNT - C Probe305 Mu Cnt - 1 - - - C_PROBE304_MU_CNT - C Probe304 Mu Cnt - 1 - - - C_PROBE303_MU_CNT - C Probe303 Mu Cnt - 1 - - - C_PROBE302_MU_CNT - C Probe302 Mu Cnt - 1 - - - C_PROBE301_MU_CNT - C Probe301 Mu Cnt - 1 - - - C_PROBE300_MU_CNT - C Probe300 Mu Cnt - 1 - - - C_PROBE299_MU_CNT - C Probe299 Mu Cnt - 1 - - - C_PROBE298_MU_CNT - C Probe298 Mu Cnt - 1 - - - C_PROBE297_MU_CNT - C Probe297 Mu Cnt - 1 - - - C_PROBE296_MU_CNT - C Probe296 Mu Cnt - 1 - - - C_PROBE295_MU_CNT - C Probe295 Mu Cnt - 1 - - - C_PROBE294_MU_CNT - C Probe294 Mu Cnt - 1 - - - C_PROBE293_MU_CNT - C Probe293 Mu Cnt - 1 - - - C_PROBE292_MU_CNT - C Probe292 Mu Cnt - 1 - - - C_PROBE291_MU_CNT - C Probe291 Mu Cnt - 1 - - - C_PROBE290_MU_CNT - C Probe290 Mu Cnt - 1 - - - C_PROBE289_MU_CNT - C Probe289 Mu Cnt - 1 - - - C_PROBE288_MU_CNT - C Probe288 Mu Cnt - 1 - - - C_PROBE287_MU_CNT - C Probe287 Mu Cnt - 1 - - - C_PROBE286_MU_CNT - C Probe286 Mu Cnt - 1 - - - C_PROBE285_MU_CNT - C Probe285 Mu Cnt - 1 - - - C_PROBE284_MU_CNT - C Probe284 Mu Cnt - 1 - - - C_PROBE283_MU_CNT - C Probe283 Mu Cnt - 1 - - - C_PROBE282_MU_CNT - C Probe282 Mu Cnt - 1 - - - C_PROBE281_MU_CNT - C Probe281 Mu Cnt - 1 - - - C_PROBE280_MU_CNT - C Probe280 Mu Cnt - 1 - - - C_PROBE279_MU_CNT - C Probe279 Mu Cnt - 1 - - - C_PROBE278_MU_CNT - C Probe278 Mu Cnt - 1 - - - C_PROBE277_MU_CNT - C Probe277 Mu Cnt - 1 - - - C_PROBE276_MU_CNT - C Probe276 Mu Cnt - 1 - - - C_PROBE275_MU_CNT - C Probe275 Mu Cnt - 1 - - - C_PROBE274_MU_CNT - C Probe274 Mu Cnt - 1 - - - C_PROBE273_MU_CNT - C Probe273 Mu Cnt - 1 - - - C_PROBE272_MU_CNT - C Probe272 Mu Cnt - 1 - - - C_PROBE271_MU_CNT - C Probe271 Mu Cnt - 1 - - - C_PROBE270_MU_CNT - C Probe270 Mu Cnt - 1 - - - C_PROBE269_MU_CNT - C Probe269 Mu Cnt - 1 - - - C_PROBE268_MU_CNT - C Probe268 Mu Cnt - 1 - - - C_PROBE267_MU_CNT - C Probe267 Mu Cnt - 1 - - - C_PROBE266_MU_CNT - C Probe266 Mu Cnt - 1 - - - C_PROBE265_MU_CNT - C Probe265 Mu Cnt - 1 - - - C_PROBE264_MU_CNT - C Probe264 Mu Cnt - 1 - - - C_PROBE263_MU_CNT - C Probe263 Mu Cnt - 1 - - - C_PROBE262_MU_CNT - C Probe262 Mu Cnt - 1 - - - C_PROBE261_MU_CNT - C Probe261 Mu Cnt - 1 - - - C_PROBE260_MU_CNT - C Probe260 Mu Cnt - 1 - - - C_PROBE259_MU_CNT - C Probe259 Mu Cnt - 1 - - - C_PROBE258_MU_CNT - C Probe258 Mu Cnt - 1 - - - C_PROBE257_MU_CNT - C Probe257 Mu Cnt - 1 - - - C_PROBE256_MU_CNT - C Probe256 Mu Cnt - 1 - - - C_PROBE255_MU_CNT - C Probe255 Mu Cnt - 1 - - - C_PROBE254_MU_CNT - C Probe254 Mu Cnt - 1 - - - C_PROBE253_MU_CNT - C Probe253 Mu Cnt - 1 - - - C_PROBE252_MU_CNT - C Probe252 Mu Cnt - 1 - - - C_PROBE251_MU_CNT - C Probe251 Mu Cnt - 1 - - - C_PROBE250_MU_CNT - C Probe250 Mu Cnt - 1 - - - C_PROBE249_MU_CNT - C Probe249 Mu Cnt - 1 - - - C_PROBE248_MU_CNT - C Probe248 Mu Cnt - 1 - - - C_PROBE247_MU_CNT - C Probe247 Mu Cnt - 1 - - - C_PROBE246_MU_CNT - C Probe246 Mu Cnt - 1 - - - C_PROBE245_MU_CNT - C Probe245 Mu Cnt - 1 - - - C_PROBE244_MU_CNT - C Probe244 Mu Cnt - 1 - - - C_PROBE243_MU_CNT - C Probe243 Mu Cnt - 1 - - - C_PROBE242_MU_CNT - C Probe242 Mu Cnt - 1 - - - C_PROBE241_MU_CNT - C Probe241 Mu Cnt - 1 - - - C_PROBE240_MU_CNT - C Probe240 Mu Cnt - 1 - - - C_PROBE239_MU_CNT - C Probe239 Mu Cnt - 1 - - - C_PROBE238_MU_CNT - C Probe238 Mu Cnt - 1 - - - C_PROBE237_MU_CNT - C Probe237 Mu Cnt - 1 - - - C_PROBE236_MU_CNT - C Probe236 Mu Cnt - 1 - - - C_PROBE235_MU_CNT - C Probe235 Mu Cnt - 1 - - - C_PROBE234_MU_CNT - C Probe234 Mu Cnt - 1 - - - C_PROBE233_MU_CNT - C Probe233 Mu Cnt - 1 - - - C_PROBE232_MU_CNT - C Probe232 Mu Cnt - 1 - - - C_PROBE231_MU_CNT - C Probe231 Mu Cnt - 1 - - - C_PROBE230_MU_CNT - C Probe230 Mu Cnt - 1 - - - C_PROBE229_MU_CNT - C Probe229 Mu Cnt - 1 - - - C_PROBE228_MU_CNT - C Probe228 Mu Cnt - 1 - - - C_PROBE227_MU_CNT - C Probe227 Mu Cnt - 1 - - - C_PROBE226_MU_CNT - C Probe226 Mu Cnt - 1 - - - C_PROBE225_MU_CNT - C Probe225 Mu Cnt - 1 - - - C_PROBE224_MU_CNT - C Probe224 Mu Cnt - 1 - - - C_PROBE223_MU_CNT - C Probe223 Mu Cnt - 1 - - - C_PROBE222_MU_CNT - C Probe222 Mu Cnt - 1 - - - C_PROBE221_MU_CNT - C Probe221 Mu Cnt - 1 - - - C_PROBE220_MU_CNT - C Probe220 Mu Cnt - 1 - - - C_PROBE219_MU_CNT - C Probe219 Mu Cnt - 1 - - - C_PROBE218_MU_CNT - C Probe218 Mu Cnt - 1 - - - C_PROBE217_MU_CNT - C Probe217 Mu Cnt - 1 - - - C_PROBE216_MU_CNT - C Probe216 Mu Cnt - 1 - - - C_PROBE215_MU_CNT - C Probe215 Mu Cnt - 1 - - - C_PROBE214_MU_CNT - C Probe214 Mu Cnt - 1 - - - C_PROBE213_MU_CNT - C Probe213 Mu Cnt - 1 - - - C_PROBE212_MU_CNT - C Probe212 Mu Cnt - 1 - - - C_PROBE211_MU_CNT - C Probe211 Mu Cnt - 1 - - - C_PROBE210_MU_CNT - C Probe210 Mu Cnt - 1 - - - C_PROBE209_MU_CNT - C Probe209 Mu Cnt - 1 - - - C_PROBE208_MU_CNT - C Probe208 Mu Cnt - 1 - - - C_PROBE207_MU_CNT - C Probe207 Mu Cnt - 1 - - - C_PROBE206_MU_CNT - C Probe206 Mu Cnt - 1 - - - C_PROBE205_MU_CNT - C Probe205 Mu Cnt - 1 - - - C_PROBE204_MU_CNT - C Probe204 Mu Cnt - 1 - - - C_PROBE203_MU_CNT - C Probe203 Mu Cnt - 1 - - - C_PROBE202_MU_CNT - C Probe202 Mu Cnt - 1 - - - C_PROBE201_MU_CNT - C Probe201 Mu Cnt - 1 - - - C_PROBE200_MU_CNT - C Probe200 Mu Cnt - 1 - - - C_PROBE199_MU_CNT - C Probe199 Mu Cnt - 1 - - - C_PROBE198_MU_CNT - C Probe198 Mu Cnt - 1 - - - C_PROBE197_MU_CNT - C Probe197 Mu Cnt - 1 - - - C_PROBE196_MU_CNT - C Probe196 Mu Cnt - 1 - - - C_PROBE195_MU_CNT - C Probe195 Mu Cnt - 1 - - - C_PROBE194_MU_CNT - C Probe194 Mu Cnt - 1 - - - C_PROBE193_MU_CNT - C Probe193 Mu Cnt - 1 - - - C_PROBE192_MU_CNT - C Probe192 Mu Cnt - 1 - - - C_PROBE191_MU_CNT - C Probe191 Mu Cnt - 1 - - - C_PROBE190_MU_CNT - C Probe190 Mu Cnt - 1 - - - C_PROBE189_MU_CNT - C Probe189 Mu Cnt - 1 - - - C_PROBE188_MU_CNT - C Probe188 Mu Cnt - 1 - - - C_PROBE187_MU_CNT - C Probe187 Mu Cnt - 1 - - - C_PROBE186_MU_CNT - C Probe186 Mu Cnt - 1 - - - C_PROBE185_MU_CNT - C Probe185 Mu Cnt - 1 - - - C_PROBE184_MU_CNT - C Probe184 Mu Cnt - 1 - - - C_PROBE183_MU_CNT - C Probe183 Mu Cnt - 1 - - - C_PROBE182_MU_CNT - C Probe182 Mu Cnt - 1 - - - C_PROBE181_MU_CNT - C Probe181 Mu Cnt - 1 - - - C_PROBE180_MU_CNT - C Probe180 Mu Cnt - 1 - - - C_PROBE179_MU_CNT - C Probe179 Mu Cnt - 1 - - - C_PROBE178_MU_CNT - C Probe178 Mu Cnt - 1 - - - C_PROBE177_MU_CNT - C Probe177 Mu Cnt - 1 - - - C_PROBE176_MU_CNT - C Probe176 Mu Cnt - 1 - - - C_PROBE175_MU_CNT - C Probe175 Mu Cnt - 1 - - - C_PROBE174_MU_CNT - C Probe174 Mu Cnt - 1 - - - C_PROBE173_MU_CNT - C Probe173 Mu Cnt - 1 - - - C_PROBE172_MU_CNT - C Probe172 Mu Cnt - 1 - - - C_PROBE171_MU_CNT - C Probe171 Mu Cnt - 1 - - - C_PROBE170_MU_CNT - C Probe170 Mu Cnt - 1 - - - C_PROBE169_MU_CNT - C Probe169 Mu Cnt - 1 - - - C_PROBE168_MU_CNT - C Probe168 Mu Cnt - 1 - - - C_PROBE167_MU_CNT - C Probe167 Mu Cnt - 1 - - - C_PROBE166_MU_CNT - C Probe166 Mu Cnt - 1 - - - C_PROBE165_MU_CNT - C Probe165 Mu Cnt - 1 - - - C_PROBE164_MU_CNT - C Probe164 Mu Cnt - 1 - - - C_PROBE163_MU_CNT - C Probe163 Mu Cnt - 1 - - - C_PROBE162_MU_CNT - C Probe162 Mu Cnt - 1 - - - C_PROBE161_MU_CNT - C Probe161 Mu Cnt - 1 - - - C_PROBE160_MU_CNT - C Probe160 Mu Cnt - 1 - - - C_PROBE159_MU_CNT - C Probe159 Mu Cnt - 1 - - - C_PROBE158_MU_CNT - C Probe158 Mu Cnt - 1 - - - C_PROBE157_MU_CNT - C Probe157 Mu Cnt - 1 - - - C_PROBE156_MU_CNT - C Probe156 Mu Cnt - 1 - - - C_PROBE155_MU_CNT - C Probe155 Mu Cnt - 1 - - - C_PROBE154_MU_CNT - C Probe154 Mu Cnt - 1 - - - C_PROBE153_MU_CNT - C Probe153 Mu Cnt - 1 - - - C_PROBE152_MU_CNT - C Probe152 Mu Cnt - 1 - - - C_PROBE151_MU_CNT - C Probe151 Mu Cnt - 1 - - - C_PROBE150_MU_CNT - C Probe150 Mu Cnt - 1 - - - C_PROBE149_MU_CNT - C Probe149 Mu Cnt - 1 - - - C_PROBE148_MU_CNT - C Probe148 Mu Cnt - 1 - - - C_PROBE147_MU_CNT - C Probe147 Mu Cnt - 1 - - - C_PROBE146_MU_CNT - C Probe146 Mu Cnt - 1 - - - C_PROBE145_MU_CNT - C Probe145 Mu Cnt - 1 - - - C_PROBE144_MU_CNT - C Probe144 Mu Cnt - 1 - - - C_PROBE143_MU_CNT - C Probe143 Mu Cnt - 1 - - - C_PROBE142_MU_CNT - C Probe142 Mu Cnt - 1 - - - C_PROBE141_MU_CNT - C Probe141 Mu Cnt - 1 - - - C_PROBE140_MU_CNT - C Probe140 Mu Cnt - 1 - - - C_PROBE139_MU_CNT - C Probe139 Mu Cnt - 1 - - - C_PROBE138_MU_CNT - C Probe138 Mu Cnt - 1 - - - C_PROBE137_MU_CNT - C Probe137 Mu Cnt - 1 - - - C_PROBE136_MU_CNT - C Probe136 Mu Cnt - 1 - - - C_PROBE135_MU_CNT - C Probe135 Mu Cnt - 1 - - - C_PROBE134_MU_CNT - C Probe134 Mu Cnt - 1 - - - C_PROBE133_MU_CNT - C Probe133 Mu Cnt - 1 - - - C_PROBE132_MU_CNT - C Probe132 Mu Cnt - 1 - - - C_PROBE131_MU_CNT - C Probe131 Mu Cnt - 1 - - - C_PROBE130_MU_CNT - C Probe130 Mu Cnt - 1 - - - C_PROBE129_MU_CNT - C Probe129 Mu Cnt - 1 - - - C_PROBE128_MU_CNT - C Probe128 Mu Cnt - 1 - - - C_PROBE127_MU_CNT - C Probe127 Mu Cnt - 1 - - - C_PROBE126_MU_CNT - C Probe126 Mu Cnt - 1 - - - C_PROBE125_MU_CNT - C Probe125 Mu Cnt - 1 - - - C_PROBE124_MU_CNT - C Probe124 Mu Cnt - 1 - - - C_PROBE123_MU_CNT - C Probe123 Mu Cnt - 1 - - - C_PROBE122_MU_CNT - C Probe122 Mu Cnt - 1 - - - C_PROBE121_MU_CNT - C Probe121 Mu Cnt - 1 - - - C_PROBE120_MU_CNT - C Probe120 Mu Cnt - 1 - - - C_PROBE119_MU_CNT - C Probe119 Mu Cnt - 1 - - - C_PROBE118_MU_CNT - C Probe118 Mu Cnt - 1 - - - C_PROBE117_MU_CNT - C Probe117 Mu Cnt - 1 - - - C_PROBE116_MU_CNT - C Probe116 Mu Cnt - 1 - - - C_PROBE115_MU_CNT - C Probe115 Mu Cnt - 1 - - - C_PROBE114_MU_CNT - C Probe114 Mu Cnt - 1 - - - C_PROBE113_MU_CNT - C Probe113 Mu Cnt - 1 - - - C_PROBE112_MU_CNT - C Probe112 Mu Cnt - 1 - - - C_PROBE111_MU_CNT - C Probe111 Mu Cnt - 1 - - - C_PROBE110_MU_CNT - C Probe110 Mu Cnt - 1 - - - C_PROBE109_MU_CNT - C Probe109 Mu Cnt - 1 - - - C_PROBE108_MU_CNT - C Probe108 Mu Cnt - 1 - - - C_PROBE107_MU_CNT - C Probe107 Mu Cnt - 1 - - - C_PROBE106_MU_CNT - C Probe106 Mu Cnt - 1 - - - C_PROBE105_MU_CNT - C Probe105 Mu Cnt - 1 - - - C_PROBE104_MU_CNT - C Probe104 Mu Cnt - 1 - - - C_PROBE103_MU_CNT - C Probe103 Mu Cnt - 1 - - - C_PROBE102_MU_CNT - C Probe102 Mu Cnt - 1 - - - C_PROBE101_MU_CNT - C Probe101 Mu Cnt - 1 - - - C_PROBE100_MU_CNT - C Probe100 Mu Cnt - 1 - - - C_PROBE99_MU_CNT - C Probe99 Mu Cnt - 1 - - - C_PROBE98_MU_CNT - C Probe98 Mu Cnt - 1 - - - C_PROBE97_MU_CNT - C Probe97 Mu Cnt - 1 - - - C_PROBE96_MU_CNT - C Probe96 Mu Cnt - 1 - - - C_PROBE95_MU_CNT - C Probe95 Mu Cnt - 1 - - - C_PROBE94_MU_CNT - C Probe94 Mu Cnt - 1 - - - C_PROBE93_MU_CNT - C Probe93 Mu Cnt - 1 - - - C_PROBE92_MU_CNT - C Probe92 Mu Cnt - 1 - - - C_PROBE91_MU_CNT - C Probe91 Mu Cnt - 1 - - - C_PROBE90_MU_CNT - C Probe90 Mu Cnt - 1 - - - C_PROBE89_MU_CNT - C Probe89 Mu Cnt - 1 - - - C_PROBE88_MU_CNT - C Probe88 Mu Cnt - 1 - - - C_PROBE87_MU_CNT - C Probe87 Mu Cnt - 1 - - - C_PROBE86_MU_CNT - C Probe86 Mu Cnt - 1 - - - C_PROBE85_MU_CNT - C Probe85 Mu Cnt - 1 - - - C_PROBE84_MU_CNT - C Probe84 Mu Cnt - 1 - - - C_PROBE83_MU_CNT - C Probe83 Mu Cnt - 1 - - - C_PROBE82_MU_CNT - C Probe82 Mu Cnt - 1 - - - C_PROBE81_MU_CNT - C Probe81 Mu Cnt - 1 - - - C_PROBE80_MU_CNT - C Probe80 Mu Cnt - 1 - - - C_PROBE79_MU_CNT - C Probe79 Mu Cnt - 1 - - - C_PROBE78_MU_CNT - C Probe78 Mu Cnt - 1 - - - C_PROBE77_MU_CNT - C Probe77 Mu Cnt - 1 - - - C_PROBE76_MU_CNT - C Probe76 Mu Cnt - 1 - - - C_PROBE75_MU_CNT - C Probe75 Mu Cnt - 1 - - - C_PROBE74_MU_CNT - C Probe74 Mu Cnt - 1 - - - C_PROBE73_MU_CNT - C Probe73 Mu Cnt - 1 - - - C_PROBE72_MU_CNT - C Probe72 Mu Cnt - 1 - - - C_PROBE71_MU_CNT - C Probe71 Mu Cnt - 1 - - - C_PROBE70_MU_CNT - C Probe70 Mu Cnt - 1 - - - C_PROBE69_MU_CNT - C Probe69 Mu Cnt - 1 - - - C_PROBE68_MU_CNT - C Probe68 Mu Cnt - 1 - - - C_PROBE67_MU_CNT - C Probe67 Mu Cnt - 1 - - - C_PROBE66_MU_CNT - C Probe66 Mu Cnt - 1 - - - C_PROBE65_MU_CNT - C Probe65 Mu Cnt - 1 - - - C_PROBE64_MU_CNT - C Probe64 Mu Cnt - 1 - - - C_PROBE63_MU_CNT - C Probe63 Mu Cnt - 1 - - - C_PROBE62_MU_CNT - C Probe62 Mu Cnt - 1 - - - C_PROBE61_MU_CNT - C Probe61 Mu Cnt - 1 - - - C_PROBE60_MU_CNT - C Probe60 Mu Cnt - 1 - - - C_PROBE59_MU_CNT - C Probe59 Mu Cnt - 1 - - - C_PROBE58_MU_CNT - C Probe58 Mu Cnt - 1 - - - C_PROBE57_MU_CNT - C Probe57 Mu Cnt - 1 - - - C_PROBE56_MU_CNT - C Probe56 Mu Cnt - 1 - - - C_PROBE55_MU_CNT - C Probe55 Mu Cnt - 1 - - - C_PROBE54_MU_CNT - C Probe54 Mu Cnt - 1 - - - C_PROBE53_MU_CNT - C Probe53 Mu Cnt - 1 - - - C_PROBE52_MU_CNT - C Probe52 Mu Cnt - 1 - - - C_PROBE51_MU_CNT - C Probe51 Mu Cnt - 1 - - - C_PROBE50_MU_CNT - C Probe50 Mu Cnt - 1 - - - C_PROBE49_MU_CNT - C Probe49 Mu Cnt - 1 - - - C_PROBE48_MU_CNT - C Probe48 Mu Cnt - 1 - - - C_PROBE47_MU_CNT - C Probe47 Mu Cnt - 1 - - - C_PROBE46_MU_CNT - C Probe46 Mu Cnt - 1 - - - C_PROBE45_MU_CNT - C Probe45 Mu Cnt - 1 - - - C_PROBE44_MU_CNT - C Probe44 Mu Cnt - 1 - - - C_PROBE43_MU_CNT - C Probe43 Mu Cnt - 1 - - - C_PROBE42_MU_CNT - C Probe42 Mu Cnt - 1 - - - C_PROBE41_MU_CNT - C Probe41 Mu Cnt - 1 - - - C_PROBE40_MU_CNT - C Probe40 Mu Cnt - 1 - - - C_PROBE39_MU_CNT - C Probe39 Mu Cnt - 1 - - - C_PROBE38_MU_CNT - C Probe38 Mu Cnt - 1 - - - C_PROBE37_MU_CNT - C Probe37 Mu Cnt - 1 - - - C_PROBE36_MU_CNT - C Probe36 Mu Cnt - 1 - - - C_PROBE35_MU_CNT - C Probe35 Mu Cnt - 1 - - - C_PROBE34_MU_CNT - C Probe34 Mu Cnt - 1 - - - C_PROBE33_MU_CNT - C Probe33 Mu Cnt - 1 - - - C_PROBE32_MU_CNT - C Probe32 Mu Cnt - 1 - - - C_PROBE31_MU_CNT - C Probe31 Mu Cnt - 1 - - - C_PROBE30_MU_CNT - C Probe30 Mu Cnt - 1 - - - C_PROBE29_MU_CNT - C Probe29 Mu Cnt - 1 - - - C_PROBE28_MU_CNT - C Probe28 Mu Cnt - 1 - - - C_PROBE27_MU_CNT - C Probe27 Mu Cnt - 1 - - - C_PROBE26_MU_CNT - C Probe26 Mu Cnt - 1 - - - C_PROBE25_MU_CNT - C Probe25 Mu Cnt - 1 - - - C_PROBE24_MU_CNT - C Probe24 Mu Cnt - 1 - - - C_PROBE23_MU_CNT - C Probe23 Mu Cnt - 1 - - - C_PROBE22_MU_CNT - C Probe22 Mu Cnt - 1 - - - C_PROBE21_MU_CNT - C Probe21 Mu Cnt - 1 - - - C_PROBE20_MU_CNT - C Probe20 Mu Cnt - 1 - - - C_PROBE19_MU_CNT - C Probe19 Mu Cnt - 1 - - - C_PROBE18_MU_CNT - C Probe18 Mu Cnt - 1 - - - C_PROBE17_MU_CNT - C Probe17 Mu Cnt - 1 - - - C_PROBE16_MU_CNT - C Probe16 Mu Cnt - 1 - - - C_PROBE15_MU_CNT - C Probe15 Mu Cnt - 1 - - - C_PROBE14_MU_CNT - C Probe14 Mu Cnt - 1 - - - C_PROBE13_MU_CNT - C Probe13 Mu Cnt - 1 - - - C_PROBE12_MU_CNT - C Probe12 Mu Cnt - 1 - - - C_PROBE11_MU_CNT - C Probe11 Mu Cnt - 1 - - - C_PROBE10_MU_CNT - C Probe10 Mu Cnt - 1 - - - C_PROBE9_MU_CNT - C Probe9 Mu Cnt - 1 - - - C_PROBE8_MU_CNT - C Probe8 Mu Cnt - 1 - - - C_PROBE7_MU_CNT - C Probe7 Mu Cnt - 1 - - - C_PROBE6_MU_CNT - C Probe6 Mu Cnt - 1 - - - C_PROBE5_MU_CNT - C Probe5 Mu Cnt - 1 - - - C_PROBE4_MU_CNT - C Probe4 Mu Cnt - 1 - - - C_PROBE3_MU_CNT - C Probe3 Mu Cnt - 1 - - - C_PROBE2_MU_CNT - C Probe2 Mu Cnt - 1 - - - C_PROBE1_MU_CNT - C Probe1 Mu Cnt - 1 - - - C_PROBE0_MU_CNT - C Probe0 Mu Cnt - 1 - - - C_TRIGIN_EN - C Trigin En - false - - - - true - - - - - - EN_BRAM_DRC - Enable Bram Drc - TRUE - - - ALL_PROBE_SAME_MU - Same Number of Comparators for all Probes - TRUE - - - - true - - - - - - ALL_PROBE_SAME_MU_CNT - All Probe Same Mu Cnt - 1 - - - C_NUM_MONITOR_SLOTS - Number of Slots - 1 - - - - false - - - - - - C_SLOT_0_AXI_ARUSER_WIDTH - C Slot 0 Axi ARUSER Width - 1 - - - C_SLOT_0_AXI_RUSER_WIDTH - C Slot 0 Axi RUSER Width - 1 - - - C_SLOT_0_AXI_AWUSER_WIDTH - C Slot 0 Axi AWUSER Width - 1 - - - C_SLOT_0_AXI_WUSER_WIDTH - C Slot 0 Axi WUSER Width - 1 - - - C_SLOT_0_AXI_BUSER_WIDTH - C Slot 0 Axi BUSER Width - 1 - - - C_SLOT_0_AXI_ID_WIDTH - C Slot 0 Axi Id Width - 1 - - - C_SLOT_0_AXI_DATA_WIDTH - C Slot 0 Axi Data Width - 32 - - - C_SLOT_0_AXI_ADDR_WIDTH - C Slot 0 Axi Addr Width - 32 - - - C_SLOT_0_AXI_PROTOCOL - C Slot 0 Axi Protocol - AXI4 - - - C_SLOT_0_AXIS_TDATA_WIDTH - C Slot 0 Axis TData Width - 32 - - - C_SLOT_0_AXIS_TID_WIDTH - 218700 - 1 - - - C_SLOT_0_AXIS_TUSER_WIDTH - 218800 - 1 - - - C_SLOT_0_AXIS_TDEST_WIDTH - 218900 - 1 - - - C_ENABLE_ILA_AXI_MON - C Enable Ila Axi Mon - false - - - C_MONITOR_TYPE - C Monitor Type - Native - - - - - ILA (Integrated Logic Analyzer) - - XPM_MEMORY - XPM_CDC - - 12 - - /proj/xhdhdstaff/niloyr/debug_tools/IP3_niloyr_cs/DEV/output/internal/vivado/data/ip/xilinx - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2021.2 - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_ip_encoder_0_1/system_ip_encoder_0_1.xml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_ip_encoder_0_1/system_ip_encoder_0_1.xml deleted file mode 100644 index 389d0b9..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_ip_encoder_0_1/system_ip_encoder_0_1.xml +++ /dev/null @@ -1,1143 +0,0 @@ - - - user.org - customized_ip - system_ip_encoder_0_1 - 1.0 - - - S00_AXI - - - - - - - - - AWADDR - - - s00_axi_awaddr - - - - - AWPROT - - - s00_axi_awprot - - - - - AWVALID - - - s00_axi_awvalid - - - - - AWREADY - - - s00_axi_awready - - - - - WDATA - - - s00_axi_wdata - - - - - WSTRB - - - s00_axi_wstrb - - - - - WVALID - - - s00_axi_wvalid - - - - - WREADY - - - s00_axi_wready - - - - - BRESP - - - s00_axi_bresp - - - - - BVALID - - - s00_axi_bvalid - - - - - BREADY - - - s00_axi_bready - - - - - ARADDR - - - s00_axi_araddr - - - - - ARPROT - - - s00_axi_arprot - - - - - ARVALID - - - s00_axi_arvalid - - - - - ARREADY - - - s00_axi_arready - - - - - RDATA - - - s00_axi_rdata - - - - - RRESP - - - s00_axi_rresp - - - - - RVALID - - - s00_axi_rvalid - - - - - RREADY - - - s00_axi_rready - - - - - - WIZ_DATA_WIDTH - 32 - - - WIZ_NUM_REG - 4 - - - SUPPORTS_NARROW_BURST - 0 - - - DATA_WIDTH - 32 - - - none - - - - - PROTOCOL - AXI4LITE - - - none - - - - - FREQ_HZ - 2e+08 - - - none - - - - - ID_WIDTH - 0 - - - none - - - - - ADDR_WIDTH - 4 - - - none - - - - - AWUSER_WIDTH - 0 - - - none - - - - - ARUSER_WIDTH - 0 - - - none - - - - - WUSER_WIDTH - 0 - - - none - - - - - RUSER_WIDTH - 0 - - - none - - - - - BUSER_WIDTH - 0 - - - none - - - - - READ_WRITE_MODE - READ_WRITE - - - none - - - - - HAS_BURST - 0 - - - none - - - - - HAS_LOCK - 0 - - - none - - - - - HAS_PROT - 1 - - - none - - - - - HAS_CACHE - 0 - - - none - - - - - HAS_QOS - 0 - - - none - - - - - HAS_REGION - 0 - - - none - - - - - HAS_WSTRB - 1 - - - none - - - - - HAS_BRESP - 1 - - - none - - - - - HAS_RRESP - 1 - - - none - - - - - NUM_READ_OUTSTANDING - 2 - - - none - - - - - NUM_WRITE_OUTSTANDING - 2 - - - none - - - - - MAX_BURST_LENGTH - 1 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - none - - - - - NUM_READ_THREADS - 1 - - - none - - - - - NUM_WRITE_THREADS - 1 - - - none - - - - - RUSER_BITS_PER_BYTE - 0 - - - none - - - - - WUSER_BITS_PER_BYTE - 0 - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - S00_AXI_RST - - - - - - - RST - - - s00_axi_aresetn - - - - - - POLARITY - ACTIVE_LOW - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - S00_AXI_CLK - - - - - - - CLK - - - s00_axi_aclk - - - - - - ASSOCIATED_BUSIF - S00_AXI - - - ASSOCIATED_RESET - s00_axi_aresetn - - - FREQ_HZ - 2e+08 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - - S00_AXI - - S00_AXI_reg - 0 - 4096 - 32 - register - - - OFFSET_BASE_PARAM - C_S00_AXI_BASEADDR - - - OFFSET_HIGH_PARAM - C_S00_AXI_HIGHADDR - - - - - - - - - in_signal - - in - - - std_logic - dummy_view - - - - - - out_signal_valve_posedge - - out - - - std_logic - dummy_view - - - - - - out_signal_valve - - out - - - std_logic - dummy_view - - - - - - out_signal_camera_posedge - - out - - - std_logic - dummy_view - - - - - - out_signal_camera - - out - - - std_logic - dummy_view - - - - - - s00_axi_aclk - - in - - - wire - dummy_view - - - - - - s00_axi_aresetn - - in - - - wire - dummy_view - - - - - - s00_axi_awaddr - - in - - 3 - 0 - - - - wire - dummy_view - - - - - - s00_axi_awprot - - in - - 2 - 0 - - - - wire - dummy_view - - - - - - s00_axi_awvalid - - in - - - wire - dummy_view - - - - - - s00_axi_awready - - out - - - wire - dummy_view - - - - - - s00_axi_wdata - - in - - 31 - 0 - - - - wire - dummy_view - - - - - - s00_axi_wstrb - - in - - 3 - 0 - - - - wire - dummy_view - - - - - - s00_axi_wvalid - - in - - - wire - dummy_view - - - - - - s00_axi_wready - - out - - - wire - dummy_view - - - - - - s00_axi_bresp - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - s00_axi_bvalid - - out - - - wire - dummy_view - - - - - - s00_axi_bready - - in - - - wire - dummy_view - - - - - - s00_axi_araddr - - in - - 3 - 0 - - - - wire - dummy_view - - - - - - s00_axi_arprot - - in - - 2 - 0 - - - - wire - dummy_view - - - - - - s00_axi_arvalid - - in - - - wire - dummy_view - - - - - - s00_axi_arready - - out - - - wire - dummy_view - - - - - - s00_axi_rdata - - out - - 31 - 0 - - - - wire - dummy_view - - - - - - s00_axi_rresp - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - s00_axi_rvalid - - out - - - wire - dummy_view - - - - - - s00_axi_rready - - in - - - wire - dummy_view - - - - - - - - C_S00_AXI_DATA_WIDTH - C S00 AXI DATA WIDTH - Width of S_AXI data bus - 32 - - - C_S00_AXI_ADDR_WIDTH - C S00 AXI ADDR WIDTH - Width of S_AXI address bus - 4 - - - - - - choice_list_6fc15197 - 32 - - - choice_list_9d8b0d81 - ACTIVE_HIGH - ACTIVE_LOW - - - choice_pairs_ce1226b1 - 1 - 0 - - - ip_encoder - - - C_S00_AXI_DATA_WIDTH - C S00 AXI DATA WIDTH - Width of S_AXI data bus - 32 - - - - false - - - - - - C_S00_AXI_ADDR_WIDTH - C S00 AXI ADDR WIDTH - Width of S_AXI address bus - 4 - - - - false - - - - - - C_S00_AXI_BASEADDR - C S00 AXI BASEADDR - 0xFFFFFFFF - - - - false - - - - - - C_S00_AXI_HIGHADDR - C S00 AXI HIGHADDR - 0x00000000 - - - - false - - - - - - Component_Name - system_ip_encoder_0_1 - - - - - ip_encoder_v1.0 - 3 - - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - /home/miaow/zynq/ip_repo/ip_encoder_1.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2021.2 - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_ip_fifo_0_0/system_ip_fifo_0_0.xml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_ip_fifo_0_0/system_ip_fifo_0_0.xml deleted file mode 100644 index e27ea91..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_ip_fifo_0_0/system_ip_fifo_0_0.xml +++ /dev/null @@ -1,1414 +0,0 @@ - - - user.org - customized_ip - system_ip_fifo_0_0 - 1.0 - - - S00_AXI - - - - - - - - - AWADDR - - - s00_axi_awaddr - - - - - AWPROT - - - s00_axi_awprot - - - - - AWVALID - - - s00_axi_awvalid - - - - - AWREADY - - - s00_axi_awready - - - - - WDATA - - - s00_axi_wdata - - - - - WSTRB - - - s00_axi_wstrb - - - - - WVALID - - - s00_axi_wvalid - - - - - WREADY - - - s00_axi_wready - - - - - BRESP - - - s00_axi_bresp - - - - - BVALID - - - s00_axi_bvalid - - - - - BREADY - - - s00_axi_bready - - - - - ARADDR - - - s00_axi_araddr - - - - - ARPROT - - - s00_axi_arprot - - - - - ARVALID - - - s00_axi_arvalid - - - - - ARREADY - - - s00_axi_arready - - - - - RDATA - - - s00_axi_rdata - - - - - RRESP - - - s00_axi_rresp - - - - - RVALID - - - s00_axi_rvalid - - - - - RREADY - - - s00_axi_rready - - - - - - WIZ_DATA_WIDTH - 32 - - - WIZ_NUM_REG - 15 - - - SUPPORTS_NARROW_BURST - 0 - - - DATA_WIDTH - 32 - - - none - - - - - PROTOCOL - AXI4LITE - - - none - - - - - FREQ_HZ - 2e+08 - - - none - - - - - ID_WIDTH - 0 - - - none - - - - - ADDR_WIDTH - 6 - - - none - - - - - AWUSER_WIDTH - 0 - - - none - - - - - ARUSER_WIDTH - 0 - - - none - - - - - WUSER_WIDTH - 0 - - - none - - - - - RUSER_WIDTH - 0 - - - none - - - - - BUSER_WIDTH - 0 - - - none - - - - - READ_WRITE_MODE - READ_WRITE - - - none - - - - - HAS_BURST - 0 - - - none - - - - - HAS_LOCK - 0 - - - none - - - - - HAS_PROT - 1 - - - none - - - - - HAS_CACHE - 0 - - - none - - - - - HAS_QOS - 0 - - - none - - - - - HAS_REGION - 0 - - - none - - - - - HAS_WSTRB - 1 - - - none - - - - - HAS_BRESP - 1 - - - none - - - - - HAS_RRESP - 1 - - - none - - - - - NUM_READ_OUTSTANDING - 2 - - - none - - - - - NUM_WRITE_OUTSTANDING - 2 - - - none - - - - - MAX_BURST_LENGTH - 1 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - none - - - - - NUM_READ_THREADS - 1 - - - none - - - - - NUM_WRITE_THREADS - 1 - - - none - - - - - RUSER_BITS_PER_BYTE - 0 - - - none - - - - - WUSER_BITS_PER_BYTE - 0 - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - S00_AXI_RST - - - - - - - RST - - - s00_axi_aresetn - - - - - - POLARITY - ACTIVE_LOW - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - S00_AXI_CLK - - - - - - - CLK - - - s00_axi_aclk - - - - - - ASSOCIATED_BUSIF - S00_AXI - - - ASSOCIATED_RESET - s00_axi_aresetn - - - FREQ_HZ - 2e+08 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - - S00_AXI - - S00_AXI_reg - 0 - 4096 - 32 - register - - - OFFSET_BASE_PARAM - C_S00_AXI_BASEADDR - - - OFFSET_HIGH_PARAM - C_S00_AXI_HIGHADDR - - - - - - - - - rd_en - - in - - - std_logic - dummy_view - - - - - - dout - - out - - 383 - 0 - - - - std_logic_vector - dummy_view - - - - - - full - - out - - - std_logic - dummy_view - - - - - - almost_full - - out - - - std_logic - dummy_view - - - - - - empty - - out - - - std_logic - dummy_view - - - - - - almost_empty - - out - - - std_logic - dummy_view - - - - - - data_count - - out - - 11 - 0 - - - - std_logic_vector - dummy_view - - - - - - fifo_valid - - out - - - std_logic - dummy_view - - - - - - s00_axi_aclk - - in - - - wire - dummy_view - - - - - - s00_axi_aresetn - - in - - - wire - dummy_view - - - - - - s00_axi_awaddr - - in - - 5 - 0 - - - - wire - dummy_view - - - - - - s00_axi_awprot - - in - - 2 - 0 - - - - wire - dummy_view - - - - - - s00_axi_awvalid - - in - - - wire - dummy_view - - - - - - s00_axi_awready - - out - - - wire - dummy_view - - - - - - s00_axi_wdata - - in - - 31 - 0 - - - - wire - dummy_view - - - - - - s00_axi_wstrb - - in - - 3 - 0 - - - - wire - dummy_view - - - - - - s00_axi_wvalid - - in - - - wire - dummy_view - - - - - - s00_axi_wready - - out - - - wire - dummy_view - - - - - - s00_axi_bresp - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - s00_axi_bvalid - - out - - - wire - dummy_view - - - - - - s00_axi_bready - - in - - - wire - dummy_view - - - - - - s00_axi_araddr - - in - - 5 - 0 - - - - wire - dummy_view - - - - - - s00_axi_arprot - - in - - 2 - 0 - - - - wire - dummy_view - - - - - - s00_axi_arvalid - - in - - - wire - dummy_view - - - - - - s00_axi_arready - - out - - - wire - dummy_view - - - - - - s00_axi_rdata - - out - - 31 - 0 - - - - wire - dummy_view - - - - - - s00_axi_rresp - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - s00_axi_rvalid - - out - - - wire - dummy_view - - - - - - s00_axi_rready - - in - - - wire - dummy_view - - - - - - - - C_S00_AXI_DATA_WIDTH - C S00 AXI DATA WIDTH - Width of S_AXI data bus - 32 - - - C_S00_AXI_ADDR_WIDTH - C S00 AXI ADDR WIDTH - Width of S_AXI address bus - 6 - - - - - - choice_list_6fc15197 - 32 - - - choice_list_9d8b0d81 - ACTIVE_HIGH - ACTIVE_LOW - - - choice_pairs_ce1226b1 - 1 - 0 - - - fifo with axi input and native output - - - C_S00_AXI_DATA_WIDTH - C S00 AXI DATA WIDTH - Width of S_AXI data bus - 32 - - - - false - - - - - - C_S00_AXI_ADDR_WIDTH - C S00 AXI ADDR WIDTH - Width of S_AXI address bus - 6 - - - - false - - - - - - C_S00_AXI_BASEADDR - C S00 AXI BASEADDR - 0xFFFFFFFF - - - - false - - - - - - C_S00_AXI_HIGHADDR - C S00 AXI HIGHADDR - 0x00000000 - - - - false - - - - - - Component_Name - system_ip_fifo_0_0 - - - - - ip_fifo_v1.0 - - XPM_CDC - XPM_MEMORY - - 24 - - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - /home/miaow/zynq/ip_repo/ip_fifo_1.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2021.2 - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_processing_system7_0_0/ps7_parameters.xml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_processing_system7_0_0/ps7_parameters.xml deleted file mode 100644 index d9a5acc..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_processing_system7_0_0/ps7_parameters.xml +++ /dev/null @@ -1,643 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_processing_system7_0_0/system_processing_system7_0_0.xml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_processing_system7_0_0/system_processing_system7_0_0.xml deleted file mode 100644 index 4e2d758..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_processing_system7_0_0/system_processing_system7_0_0.xml +++ /dev/null @@ -1,40782 +0,0 @@ - - - xilinx.com - customized_ip - system_processing_system7_0_0 - 1.0 - - - GMII_ETHERNET_0 - - - - - - - TX_EN - - - ENET0_GMII_TX_EN - - - - - TX_ER - - - ENET0_GMII_TX_ER - - - - - TXD - - - ENET0_GMII_TXD - - - - - COL - - - ENET0_GMII_COL - - - - - CRS - - - ENET0_GMII_CRS - - - - - RX_CLK - - - ENET0_GMII_RX_CLK - - - - - RX_DV - - - ENET0_GMII_RX_DV - - - - - RX_ER - - - ENET0_GMII_RX_ER - - - - - TX_CLK - - - ENET0_GMII_TX_CLK - - - - - RXD - - - ENET0_GMII_RXD - - - - - - - false - - - - - - MDIO_ETHERNET_0 - - - - - - - MDC - - - ENET0_MDIO_MDC - - - - - MDIO_O - - - ENET0_MDIO_O - - - - - MDIO_T - - - ENET0_MDIO_T - - - - - MDIO_I - - - ENET0_MDIO_I - - - - - - CAN_DEBUG - false - - - none - - - - - - - - false - - - - - - PTP_ETHERNET_0 - - - - - - - DELAY_REQ_RX - - - ENET0_PTP_DELAY_REQ_RX - - - - - DELAY_REQ_TX - - - ENET0_PTP_DELAY_REQ_TX - - - - - PDELAY_REQ_RX - - - ENET0_PTP_PDELAY_REQ_RX - - - - - PDELAY_REQ_TX - - - ENET0_PTP_PDELAY_REQ_TX - - - - - PDELAY_RESP_RX - - - ENET0_PTP_PDELAY_RESP_RX - - - - - PDELAY_RESP_TX - - - ENET0_PTP_PDELAY_RESP_TX - - - - - SYNC_FRAME_RX - - - ENET0_PTP_SYNC_FRAME_RX - - - - - SYNC_FRAME_TX - - - ENET0_PTP_SYNC_FRAME_TX - - - - - SOF_RX - - - ENET0_SOF_RX - - - - - SOF_TX - - - ENET0_SOF_TX - - - - - - - false - - - - - - ENET0_EXT_INTIN - - - - - - - INTERRUPT - - - ENET0_EXT_INTIN - - - - - - SENSITIVITY - LEVEL_HIGH - - - none - - - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - GMII_ETHERNET_1 - - - - - - - TX_EN - - - ENET1_GMII_TX_EN - - - - - TX_ER - - - ENET1_GMII_TX_ER - - - - - TXD - - - ENET1_GMII_TXD - - - - - COL - - - ENET1_GMII_COL - - - - - CRS - - - ENET1_GMII_CRS - - - - - RX_CLK - - - ENET1_GMII_RX_CLK - - - - - RX_DV - - - ENET1_GMII_RX_DV - - - - - RX_ER - - - ENET1_GMII_RX_ER - - - - - TX_CLK - - - ENET1_GMII_TX_CLK - - - - - RXD - - - ENET1_GMII_RXD - - - - - - - false - - - - - - MDIO_ETHERNET_1 - - - - - - - MDC - - - ENET1_MDIO_MDC - - - - - MDIO_O - - - ENET1_MDIO_O - - - - - MDIO_T - - - ENET1_MDIO_T - - - - - MDIO_I - - - ENET1_MDIO_I - - - - - - CAN_DEBUG - false - - - none - - - - - - - - false - - - - - - PTP_ETHERNET_1 - - - - - - - DELAY_REQ_RX - - - ENET1_PTP_DELAY_REQ_RX - - - - - DELAY_REQ_TX - - - ENET1_PTP_DELAY_REQ_TX - - - - - PDELAY_REQ_RX - - - ENET1_PTP_PDELAY_REQ_RX - - - - - PDELAY_REQ_TX - - - ENET1_PTP_PDELAY_REQ_TX - - - - - PDELAY_RESP_RX - - - ENET1_PTP_PDELAY_RESP_RX - - - - - PDELAY_RESP_TX - - - ENET1_PTP_PDELAY_RESP_TX - - - - - SYNC_FRAME_RX - - - ENET1_PTP_SYNC_FRAME_RX - - - - - SYNC_FRAME_TX - - - ENET1_PTP_SYNC_FRAME_TX - - - - - SOF_RX - - - ENET1_SOF_RX - - - - - SOF_TX - - - ENET1_SOF_TX - - - - - - - false - - - - - - ENET1_EXT_INTIN - - - - - - - INTERRUPT - - - ENET1_EXT_INTIN - - - - - - SENSITIVITY - LEVEL_HIGH - - - none - - - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - GPIO_0 - - - - - - - TRI_I - - - GPIO_I - - - - - TRI_O - - - GPIO_O - - - - - TRI_T - - - GPIO_T - - - - - - - false - - - - - - DDR - - - - - - - CAS_N - - - DDR_CAS_n - - - - - CKE - - - DDR_CKE - - - - - CK_N - - - DDR_Clk_n - - - - - CK_P - - - DDR_Clk - - - - - CS_N - - - DDR_CS_n - - - - - RESET_N - - - DDR_DRSTB - - - - - ODT - - - DDR_ODT - - - - - RAS_N - - - DDR_RAS_n - - - - - WE_N - - - DDR_WEB - - - - - BA - - - DDR_BankAddr - - - - - ADDR - - - DDR_Addr - - - - - DM - - - DDR_DM - - - - - DQ - - - DDR_DQ - - - - - DQS_N - - - DDR_DQS_n - - - - - DQS_P - - - DDR_DQS - - - - - - CAN_DEBUG - false - - - none - - - - - TIMEPERIOD_PS - 1250 - - - none - - - - - MEMORY_TYPE - COMPONENTS - - - none - - - - - MEMORY_PART - - - - none - - - - - DATA_WIDTH - 8 - - - none - - - - - CS_ENABLED - true - - - none - - - - - DATA_MASK_ENABLED - true - - - none - - - - - SLOT - Single - - - none - - - - - CUSTOM_PARTS - - - - none - - - - - MEM_ADDR_MAP - ROW_COLUMN_BANK - - - none - - - - - BURST_LENGTH - 8 - - - none - - - - - AXI_ARBITRATION_SCHEME - TDM - - - none - - - - - CAS_LATENCY - 11 - - - none - - - - - CAS_WRITE_LATENCY - 11 - - - none - - - - - - - - true - - - - - - FIXED_IO - - - - - - - MIO - - - MIO - - - - - DDR_VRN - - - DDR_VRN - - - - - DDR_VRP - - - DDR_VRP - - - - - PS_SRSTB - - - PS_SRSTB - - - - - PS_CLK - - - PS_CLK - - - - - PS_PORB - - - PS_PORB - - - - - - CAN_DEBUG - false - - - none - - - - - - - UART_0 - - - - - - - DTRn - - - UART0_DTRN - - - - - RTSn - - - UART0_RTSN - - - - - TxD - - - UART0_TX - - - - - CTSn - - - UART0_CTSN - - - - - DCDn - - - UART0_DCDN - - - - - DSRn - - - UART0_DSRN - - - - - RI - - - UART0_RIN - - - - - RxD - - - UART0_RX - - - - - - - false - - - - - - UART_1 - - - - - - - DTRn - - - UART1_DTRN - - - - - RTSn - - - UART1_RTSN - - - - - TxD - - - UART1_TX - - - - - CTSn - - - UART1_CTSN - - - - - DCDn - - - UART1_DCDN - - - - - DSRn - - - UART1_DSRN - - - - - RI - - - UART1_RIN - - - - - RxD - - - UART1_RX - - - - - - - false - - - - - - IIC_0 - - - - - - - SDA_I - - - I2C0_SDA_I - - - - - SDA_O - - - I2C0_SDA_O - - - - - SDA_T - - - I2C0_SDA_T - - - - - SCL_I - - - I2C0_SCL_I - - - - - SCL_O - - - I2C0_SCL_O - - - - - SCL_T - - - I2C0_SCL_T - - - - - - - false - - - - - - IIC_1 - - - - - - - SDA_I - - - I2C1_SDA_I - - - - - SDA_O - - - I2C1_SDA_O - - - - - SDA_T - - - I2C1_SDA_T - - - - - SCL_I - - - I2C1_SCL_I - - - - - SCL_O - - - I2C1_SCL_O - - - - - SCL_T - - - I2C1_SCL_T - - - - - - - false - - - - - - SPI_0 - - - - - - - SCK_I - - - SPI0_SCLK_I - - - - - SCK_O - - - SPI0_SCLK_O - - - - - SCK_T - - - SPI0_SCLK_T - - - - - IO0_I - - - SPI0_MOSI_I - - - - - IO0_O - - - SPI0_MOSI_O - - - - - IO0_T - - - SPI0_MOSI_T - - - - - IO1_I - - - SPI0_MISO_I - - - - - IO1_O - - - SPI0_MISO_O - - - - - IO1_T - - - SPI0_MISO_T - - - - - SS_I - - - SPI0_SS_I - - - - - SS_O - - - SPI0_SS_O - - - - - SS1_O - - - SPI0_SS1_O - - - - - SS2_O - - - SPI0_SS2_O - - - - - SS_T - - - SPI0_SS_T - - - - - - - false - - - - - - SPI_1 - - - - - - - SCK_I - - - SPI1_SCLK_I - - - - - SCK_O - - - SPI1_SCLK_O - - - - - SCK_T - - - SPI1_SCLK_T - - - - - IO0_I - - - SPI1_MOSI_I - - - - - IO0_O - - - SPI1_MOSI_O - - - - - IO0_T - - - SPI1_MOSI_T - - - - - IO1_I - - - SPI1_MISO_I - - - - - IO1_O - - - SPI1_MISO_O - - - - - IO1_T - - - SPI1_MISO_T - - - - - SS_I - - - SPI1_SS_I - - - - - SS_O - - - SPI1_SS_O - - - - - SS1_O - - - SPI1_SS1_O - - - - - SS2_O - - - SPI1_SS2_O - - - - - SS_T - - - SPI1_SS_T - - - - - - - false - - - - - - CAN_0 - - - - - - - TX - - - CAN0_PHY_TX - - - - - RX - - - CAN0_PHY_RX - - - - - - - false - - - - - - CAN_1 - - - - - - - TX - - - CAN1_PHY_TX - - - - - RX - - - CAN1_PHY_RX - - - - - - - false - - - - - - PJTAG - - - - - - - TCK - - - PJTAG_TCK - - - - - TMS - - - PJTAG_TMS - - - - - TDI - - - PJTAG_TDI - - - - - TDO - - - PJTAG_TDO - - - - - - - false - - - - - - SDIO_0 - - - - - - - CLK - - - SDIO0_CLK - - - - - CLK_FB - - - SDIO0_CLK_FB - - - - - CMD_O - - - SDIO0_CMD_O - - - - - CMD_I - - - SDIO0_CMD_I - - - - - CMD_T - - - SDIO0_CMD_T - - - - - DATA_I - - - SDIO0_DATA_I - - - - - DATA_O - - - SDIO0_DATA_O - - - - - DATA_T - - - SDIO0_DATA_T - - - - - LED - - - SDIO0_LED - - - - - CDN - - - SDIO0_CDN - - - - - WP - - - SDIO0_WP - - - - - BUSPOW - - - SDIO0_BUSPOW - - - - - BUSVOLT - - - SDIO0_BUSVOLT - - - - - - - false - - - - - - SDIO_1 - - - - - - - CLK - - - SDIO1_CLK - - - - - CLK_FB - - - SDIO1_CLK_FB - - - - - CMD_O - - - SDIO1_CMD_O - - - - - CMD_I - - - SDIO1_CMD_I - - - - - CMD_T - - - SDIO1_CMD_T - - - - - DATA_I - - - SDIO1_DATA_I - - - - - DATA_O - - - SDIO1_DATA_O - - - - - DATA_T - - - SDIO1_DATA_T - - - - - LED - - - SDIO1_LED - - - - - CDN - - - SDIO1_CDN - - - - - WP - - - SDIO1_WP - - - - - BUSPOW - - - SDIO1_BUSPOW - - - - - BUSVOLT - - - SDIO1_BUSVOLT - - - - - - - false - - - - - - TRACE_0 - - - - - - - CLK_O - - - TRACE_CLK_OUT - - - - - CLK_I - - - TRACE_CLK - - - - - CTL - - - TRACE_CTL - - - - - DATA - - - TRACE_DATA - - - - - - - false - - - - - - USBIND_0 - - - - - - - PORT_INDCTL - - - USB0_PORT_INDCTL - - - - - VBUS_PWRSELECT - - - USB0_VBUS_PWRSELECT - - - - - VBUS_PWRFAULT - - - USB0_VBUS_PWRFAULT - - - - - - - false - - - - - - USBIND_1 - - - - - - - PORT_INDCTL - - - USB1_PORT_INDCTL - - - - - VBUS_PWRSELECT - - - USB1_VBUS_PWRSELECT - - - - - VBUS_PWRFAULT - - - USB1_VBUS_PWRFAULT - - - - - - - false - - - - - - S_AXI_HP0_FIFO_CTRL - - - - - - - RCOUNT - - - S_AXI_HP0_RCOUNT - - - - - WCOUNT - - - S_AXI_HP0_WCOUNT - - - - - RACOUNT - - - S_AXI_HP0_RACOUNT - - - - - WACOUNT - - - S_AXI_HP0_WACOUNT - - - - - RDISSUECAPEN - - - S_AXI_HP0_RDISSUECAP1_EN - - - - - WRISSUECAPEN - - - S_AXI_HP0_WRISSUECAP1_EN - - - - - - - false - - - - - - S_AXI_HP1_FIFO_CTRL - - - - - - - RCOUNT - - - S_AXI_HP1_RCOUNT - - - - - WCOUNT - - - S_AXI_HP1_WCOUNT - - - - - RACOUNT - - - S_AXI_HP1_RACOUNT - - - - - WACOUNT - - - S_AXI_HP1_WACOUNT - - - - - RDISSUECAPEN - - - S_AXI_HP1_RDISSUECAP1_EN - - - - - WRISSUECAPEN - - - S_AXI_HP1_WRISSUECAP1_EN - - - - - - - false - - - - - - S_AXI_HP2_FIFO_CTRL - - - - - - - RCOUNT - - - S_AXI_HP2_RCOUNT - - - - - WCOUNT - - - S_AXI_HP2_WCOUNT - - - - - RACOUNT - - - S_AXI_HP2_RACOUNT - - - - - WACOUNT - - - S_AXI_HP2_WACOUNT - - - - - RDISSUECAPEN - - - S_AXI_HP2_RDISSUECAP1_EN - - - - - WRISSUECAPEN - - - S_AXI_HP2_WRISSUECAP1_EN - - - - - - - false - - - - - - S_AXI_HP3_FIFO_CTRL - - - - - - - RCOUNT - - - S_AXI_HP3_RCOUNT - - - - - WCOUNT - - - S_AXI_HP3_WCOUNT - - - - - RACOUNT - - - S_AXI_HP3_RACOUNT - - - - - WACOUNT - - - S_AXI_HP3_WACOUNT - - - - - RDISSUECAPEN - - - S_AXI_HP3_RDISSUECAP1_EN - - - - - WRISSUECAPEN - - - S_AXI_HP3_WRISSUECAP1_EN - - - - - - - false - - - - - - DMA0_REQ - - - - - - - TREADY - - - DMA0_DRREADY - - - - - TLAST - - - DMA0_DRLAST - - - - - TVALID - - - DMA0_DRVALID - - - - - TUSER - - - DMA0_DRTYPE - - - - - - TDATA_NUM_BYTES - 1 - - - simulation.tlm - - - - - TDEST_WIDTH - 0 - - - simulation.tlm - - - - - TID_WIDTH - 0 - - - simulation.tlm - - - - - TUSER_WIDTH - 0 - - - simulation.tlm - - - - - HAS_TREADY - 1 - - - simulation.tlm - - - - - HAS_TSTRB - 0 - - - simulation.tlm - - - - - HAS_TKEEP - 0 - - - simulation.tlm - - - - - HAS_TLAST - 0 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - LAYERED_METADATA - undef - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - DMA0_ACK - - - - - - - TUSER - - - DMA0_DATYPE - - - - - TVALID - - - DMA0_DAVALID - - - - - TREADY - - - DMA0_DAREADY - - - - - - TDATA_NUM_BYTES - 1 - - - simulation.tlm - - - - - TDEST_WIDTH - 0 - - - simulation.tlm - - - - - TID_WIDTH - 0 - - - simulation.tlm - - - - - TUSER_WIDTH - 0 - - - simulation.tlm - - - - - HAS_TREADY - 1 - - - simulation.tlm - - - - - HAS_TSTRB - 0 - - - simulation.tlm - - - - - HAS_TKEEP - 0 - - - simulation.tlm - - - - - HAS_TLAST - 0 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - LAYERED_METADATA - undef - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - DMA1_REQ - - - - - - - TREADY - - - DMA1_DRREADY - - - - - TLAST - - - DMA1_DRLAST - - - - - TVALID - - - DMA1_DRVALID - - - - - TUSER - - - DMA1_DRTYPE - - - - - - TDATA_NUM_BYTES - 1 - - - simulation.tlm - - - - - TDEST_WIDTH - 0 - - - simulation.tlm - - - - - TID_WIDTH - 0 - - - simulation.tlm - - - - - TUSER_WIDTH - 0 - - - simulation.tlm - - - - - HAS_TREADY - 1 - - - simulation.tlm - - - - - HAS_TSTRB - 0 - - - simulation.tlm - - - - - HAS_TKEEP - 0 - - - simulation.tlm - - - - - HAS_TLAST - 0 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - LAYERED_METADATA - undef - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - DMA1_ACK - - - - - - - TUSER - - - DMA1_DATYPE - - - - - TVALID - - - DMA1_DAVALID - - - - - TREADY - - - DMA1_DAREADY - - - - - - TDATA_NUM_BYTES - 1 - - - simulation.tlm - - - - - TDEST_WIDTH - 0 - - - simulation.tlm - - - - - TID_WIDTH - 0 - - - simulation.tlm - - - - - TUSER_WIDTH - 0 - - - simulation.tlm - - - - - HAS_TREADY - 1 - - - simulation.tlm - - - - - HAS_TSTRB - 0 - - - simulation.tlm - - - - - HAS_TKEEP - 0 - - - simulation.tlm - - - - - HAS_TLAST - 0 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - LAYERED_METADATA - undef - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - DMA2_REQ - - - - - - - TREADY - - - DMA2_DRREADY - - - - - TLAST - - - DMA2_DRLAST - - - - - TVALID - - - DMA2_DRVALID - - - - - TUSER - - - DMA2_DRTYPE - - - - - - TDATA_NUM_BYTES - 1 - - - simulation.tlm - - - - - TDEST_WIDTH - 0 - - - simulation.tlm - - - - - TID_WIDTH - 0 - - - simulation.tlm - - - - - TUSER_WIDTH - 0 - - - simulation.tlm - - - - - HAS_TREADY - 1 - - - simulation.tlm - - - - - HAS_TSTRB - 0 - - - simulation.tlm - - - - - HAS_TKEEP - 0 - - - simulation.tlm - - - - - HAS_TLAST - 0 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - LAYERED_METADATA - undef - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - DMA2_ACK - - - - - - - TUSER - - - DMA2_DATYPE - - - - - TVALID - - - DMA2_DAVALID - - - - - TREADY - - - DMA2_DAREADY - - - - - - TDATA_NUM_BYTES - 1 - - - simulation.tlm - - - - - TDEST_WIDTH - 0 - - - simulation.tlm - - - - - TID_WIDTH - 0 - - - simulation.tlm - - - - - TUSER_WIDTH - 0 - - - simulation.tlm - - - - - HAS_TREADY - 1 - - - simulation.tlm - - - - - HAS_TSTRB - 0 - - - simulation.tlm - - - - - HAS_TKEEP - 0 - - - simulation.tlm - - - - - HAS_TLAST - 0 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - LAYERED_METADATA - undef - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - DMA3_REQ - - - - - - - TREADY - - - DMA3_DRREADY - - - - - TLAST - - - DMA3_DRLAST - - - - - TVALID - - - DMA3_DRVALID - - - - - TUSER - - - DMA3_DRTYPE - - - - - - TDATA_NUM_BYTES - 1 - - - simulation.tlm - - - - - TDEST_WIDTH - 0 - - - simulation.tlm - - - - - TID_WIDTH - 0 - - - simulation.tlm - - - - - TUSER_WIDTH - 0 - - - simulation.tlm - - - - - HAS_TREADY - 1 - - - simulation.tlm - - - - - HAS_TSTRB - 0 - - - simulation.tlm - - - - - HAS_TKEEP - 0 - - - simulation.tlm - - - - - HAS_TLAST - 0 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - LAYERED_METADATA - undef - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - DMA3_ACK - - - - - - - TUSER - - - DMA3_DATYPE - - - - - TVALID - - - DMA3_DAVALID - - - - - TREADY - - - DMA3_DAREADY - - - - - - TDATA_NUM_BYTES - 1 - - - simulation.tlm - - - - - TDEST_WIDTH - 0 - - - simulation.tlm - - - - - TID_WIDTH - 0 - - - simulation.tlm - - - - - TUSER_WIDTH - 0 - - - simulation.tlm - - - - - HAS_TREADY - 1 - - - simulation.tlm - - - - - HAS_TSTRB - 0 - - - simulation.tlm - - - - - HAS_TKEEP - 0 - - - simulation.tlm - - - - - HAS_TLAST - 0 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - LAYERED_METADATA - undef - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - FTM_TRACE_DATA - - - - - - - TDATA - - - FTMD_TRACEIN_DATA - - - - - TVALID - - - FTMD_TRACEIN_VALID - - - - - TID - - - FTMD_TRACEIN_ATID - - - - - - TDATA_NUM_BYTES - 1 - - - simulation.tlm - - - - - TDEST_WIDTH - 0 - - - simulation.tlm - - - - - TID_WIDTH - 0 - - - simulation.tlm - - - - - TUSER_WIDTH - 0 - - - simulation.tlm - - - - - HAS_TREADY - 1 - - - simulation.tlm - - - - - HAS_TSTRB - 0 - - - simulation.tlm - - - - - HAS_TKEEP - 0 - - - simulation.tlm - - - - - HAS_TLAST - 0 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - LAYERED_METADATA - undef - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - PROC_EVENT - - - - - - - EVENTO - - - EVENT_EVENTO - - - - - STANDBYWFE - - - EVENT_STANDBYWFE - - - - - STANDBYWFI - - - EVENT_STANDBYWFI - - - - - EVENTI - - - EVENT_EVENTI - - - - - - - false - - - - - - M_AXI_GP0 - - - - - 0x40000000 - - - - - - ARVALID - - - M_AXI_GP0_ARVALID - - - - - AWVALID - - - M_AXI_GP0_AWVALID - - - - - BREADY - - - M_AXI_GP0_BREADY - - - - - RREADY - - - M_AXI_GP0_RREADY - - - - - WLAST - - - M_AXI_GP0_WLAST - - - - - WVALID - - - M_AXI_GP0_WVALID - - - - - ARID - - - M_AXI_GP0_ARID - - - - - AWID - - - M_AXI_GP0_AWID - - - - - WID - - - M_AXI_GP0_WID - - - - - ARBURST - - - M_AXI_GP0_ARBURST - - - - - ARLOCK - - - M_AXI_GP0_ARLOCK - - - - - ARSIZE - - - M_AXI_GP0_ARSIZE - - - - - AWBURST - - - M_AXI_GP0_AWBURST - - - - - AWLOCK - - - M_AXI_GP0_AWLOCK - - - - - AWSIZE - - - M_AXI_GP0_AWSIZE - - - - - ARPROT - - - M_AXI_GP0_ARPROT - - - - - AWPROT - - - M_AXI_GP0_AWPROT - - - - - ARADDR - - - M_AXI_GP0_ARADDR - - - - - AWADDR - - - M_AXI_GP0_AWADDR - - - - - WDATA - - - M_AXI_GP0_WDATA - - - - - ARCACHE - - - M_AXI_GP0_ARCACHE - - - - - ARLEN - - - M_AXI_GP0_ARLEN - - - - - ARQOS - - - M_AXI_GP0_ARQOS - - - - - AWCACHE - - - M_AXI_GP0_AWCACHE - - - - - AWLEN - - - M_AXI_GP0_AWLEN - - - - - AWQOS - - - M_AXI_GP0_AWQOS - - - - - WSTRB - - - M_AXI_GP0_WSTRB - - - - - ARREADY - - - M_AXI_GP0_ARREADY - - - - - AWREADY - - - M_AXI_GP0_AWREADY - - - - - BVALID - - - M_AXI_GP0_BVALID - - - - - RLAST - - - M_AXI_GP0_RLAST - - - - - RVALID - - - M_AXI_GP0_RVALID - - - - - WREADY - - - M_AXI_GP0_WREADY - - - - - BID - - - M_AXI_GP0_BID - - - - - RID - - - M_AXI_GP0_RID - - - - - BRESP - - - M_AXI_GP0_BRESP - - - - - RRESP - - - M_AXI_GP0_RRESP - - - - - RDATA - - - M_AXI_GP0_RDATA - - - - - - SUPPORTS_NARROW_BURST - 0 - - - - true - - - - - - NUM_WRITE_OUTSTANDING - NUM WRITE OUTSTANDING - 8 - - - NUM_READ_OUTSTANDING - NUM READ OUTSTANDING - 8 - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI3 - - - simulation.tlm - - - - - FREQ_HZ - 2e+08 - - - simulation.tlm - - - - - ID_WIDTH - 12 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 0 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 16 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - simulation.tlm - - - - - NUM_READ_THREADS - 4 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 4 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - true - - - - - - M_AXI_GP1 - - - - - 0x80000000 - - - - - - ARVALID - - - M_AXI_GP1_ARVALID - - - - - AWVALID - - - M_AXI_GP1_AWVALID - - - - - BREADY - - - M_AXI_GP1_BREADY - - - - - RREADY - - - M_AXI_GP1_RREADY - - - - - WLAST - - - M_AXI_GP1_WLAST - - - - - WVALID - - - M_AXI_GP1_WVALID - - - - - ARID - - - M_AXI_GP1_ARID - - - - - AWID - - - M_AXI_GP1_AWID - - - - - WID - - - M_AXI_GP1_WID - - - - - ARBURST - - - M_AXI_GP1_ARBURST - - - - - ARLOCK - - - M_AXI_GP1_ARLOCK - - - - - ARSIZE - - - M_AXI_GP1_ARSIZE - - - - - AWBURST - - - M_AXI_GP1_AWBURST - - - - - AWLOCK - - - M_AXI_GP1_AWLOCK - - - - - AWSIZE - - - M_AXI_GP1_AWSIZE - - - - - ARPROT - - - M_AXI_GP1_ARPROT - - - - - AWPROT - - - M_AXI_GP1_AWPROT - - - - - ARADDR - - - M_AXI_GP1_ARADDR - - - - - AWADDR - - - M_AXI_GP1_AWADDR - - - - - WDATA - - - M_AXI_GP1_WDATA - - - - - ARCACHE - - - M_AXI_GP1_ARCACHE - - - - - ARLEN - - - M_AXI_GP1_ARLEN - - - - - ARQOS - - - M_AXI_GP1_ARQOS - - - - - AWCACHE - - - M_AXI_GP1_AWCACHE - - - - - AWLEN - - - M_AXI_GP1_AWLEN - - - - - AWQOS - - - M_AXI_GP1_AWQOS - - - - - WSTRB - - - M_AXI_GP1_WSTRB - - - - - ARREADY - - - M_AXI_GP1_ARREADY - - - - - AWREADY - - - M_AXI_GP1_AWREADY - - - - - BVALID - - - M_AXI_GP1_BVALID - - - - - RLAST - - - M_AXI_GP1_RLAST - - - - - RVALID - - - M_AXI_GP1_RVALID - - - - - WREADY - - - M_AXI_GP1_WREADY - - - - - BID - - - M_AXI_GP1_BID - - - - - RID - - - M_AXI_GP1_RID - - - - - BRESP - - - M_AXI_GP1_BRESP - - - - - RRESP - - - M_AXI_GP1_RRESP - - - - - RDATA - - - M_AXI_GP1_RDATA - - - - - - NUM_WRITE_OUTSTANDING - NUM WRITE OUTSTANDING - 8 - - - NUM_READ_OUTSTANDING - NUM READ OUTSTANDING - 8 - - - SUPPORTS_NARROW_BURST - 0 - - - - false - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_ACP - - - - - - - - - ARREADY - - - S_AXI_ACP_ARREADY - - - - - AWREADY - - - S_AXI_ACP_AWREADY - - - - - BVALID - - - S_AXI_ACP_BVALID - - - - - RLAST - - - S_AXI_ACP_RLAST - - - - - RVALID - - - S_AXI_ACP_RVALID - - - - - WREADY - - - S_AXI_ACP_WREADY - - - - - BRESP - - - S_AXI_ACP_BRESP - - - - - RRESP - - - S_AXI_ACP_RRESP - - - - - BID - - - S_AXI_ACP_BID - - - - - RID - - - S_AXI_ACP_RID - - - - - RDATA - - - S_AXI_ACP_RDATA - - - - - ARVALID - - - S_AXI_ACP_ARVALID - - - - - AWVALID - - - S_AXI_ACP_AWVALID - - - - - BREADY - - - S_AXI_ACP_BREADY - - - - - RREADY - - - S_AXI_ACP_RREADY - - - - - WLAST - - - S_AXI_ACP_WLAST - - - - - WVALID - - - S_AXI_ACP_WVALID - - - - - ARID - - - S_AXI_ACP_ARID - - - - - ARPROT - - - S_AXI_ACP_ARPROT - - - - - AWID - - - S_AXI_ACP_AWID - - - - - AWPROT - - - S_AXI_ACP_AWPROT - - - - - WID - - - S_AXI_ACP_WID - - - - - ARADDR - - - S_AXI_ACP_ARADDR - - - - - AWADDR - - - S_AXI_ACP_AWADDR - - - - - ARCACHE - - - S_AXI_ACP_ARCACHE - - - - - ARLEN - - - S_AXI_ACP_ARLEN - - - - - ARQOS - - - S_AXI_ACP_ARQOS - - - - - AWCACHE - - - S_AXI_ACP_AWCACHE - - - - - AWLEN - - - S_AXI_ACP_AWLEN - - - - - AWQOS - - - S_AXI_ACP_AWQOS - - - - - ARBURST - - - S_AXI_ACP_ARBURST - - - - - ARLOCK - - - S_AXI_ACP_ARLOCK - - - - - ARSIZE - - - S_AXI_ACP_ARSIZE - - - - - AWBURST - - - S_AXI_ACP_AWBURST - - - - - AWLOCK - - - S_AXI_ACP_AWLOCK - - - - - AWSIZE - - - S_AXI_ACP_AWSIZE - - - - - ARUSER - - - S_AXI_ACP_ARUSER - - - - - AWUSER - - - S_AXI_ACP_AWUSER - - - - - WDATA - - - S_AXI_ACP_WDATA - - - - - WSTRB - - - S_AXI_ACP_WSTRB - - - - - - NUM_WRITE_OUTSTANDING - NUM WRITE OUTSTANDING - 8 - - - NUM_READ_OUTSTANDING - NUM READ OUTSTANDING - 8 - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_GP0 - - - - - - - - - ARREADY - - - S_AXI_GP0_ARREADY - - - - - AWREADY - - - S_AXI_GP0_AWREADY - - - - - BVALID - - - S_AXI_GP0_BVALID - - - - - RLAST - - - S_AXI_GP0_RLAST - - - - - RVALID - - - S_AXI_GP0_RVALID - - - - - WREADY - - - S_AXI_GP0_WREADY - - - - - BRESP - - - S_AXI_GP0_BRESP - - - - - RRESP - - - S_AXI_GP0_RRESP - - - - - RDATA - - - S_AXI_GP0_RDATA - - - - - BID - - - S_AXI_GP0_BID - - - - - RID - - - S_AXI_GP0_RID - - - - - ARVALID - - - S_AXI_GP0_ARVALID - - - - - AWVALID - - - S_AXI_GP0_AWVALID - - - - - BREADY - - - S_AXI_GP0_BREADY - - - - - RREADY - - - S_AXI_GP0_RREADY - - - - - WLAST - - - S_AXI_GP0_WLAST - - - - - WVALID - - - S_AXI_GP0_WVALID - - - - - ARBURST - - - S_AXI_GP0_ARBURST - - - - - ARLOCK - - - S_AXI_GP0_ARLOCK - - - - - ARSIZE - - - S_AXI_GP0_ARSIZE - - - - - AWBURST - - - S_AXI_GP0_AWBURST - - - - - AWLOCK - - - S_AXI_GP0_AWLOCK - - - - - AWSIZE - - - S_AXI_GP0_AWSIZE - - - - - ARPROT - - - S_AXI_GP0_ARPROT - - - - - AWPROT - - - S_AXI_GP0_AWPROT - - - - - ARADDR - - - S_AXI_GP0_ARADDR - - - - - AWADDR - - - S_AXI_GP0_AWADDR - - - - - WDATA - - - S_AXI_GP0_WDATA - - - - - ARCACHE - - - S_AXI_GP0_ARCACHE - - - - - ARLEN - - - S_AXI_GP0_ARLEN - - - - - ARQOS - - - S_AXI_GP0_ARQOS - - - - - AWCACHE - - - S_AXI_GP0_AWCACHE - - - - - AWLEN - - - S_AXI_GP0_AWLEN - - - - - AWQOS - - - S_AXI_GP0_AWQOS - - - - - WSTRB - - - S_AXI_GP0_WSTRB - - - - - ARID - - - S_AXI_GP0_ARID - - - - - AWID - - - S_AXI_GP0_AWID - - - - - WID - - - S_AXI_GP0_WID - - - - - - NUM_WRITE_OUTSTANDING - NUM WRITE OUTSTANDING - 8 - - - NUM_READ_OUTSTANDING - NUM READ OUTSTANDING - 8 - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_GP1 - - - - - - - - - ARREADY - - - S_AXI_GP1_ARREADY - - - - - AWREADY - - - S_AXI_GP1_AWREADY - - - - - BVALID - - - S_AXI_GP1_BVALID - - - - - RLAST - - - S_AXI_GP1_RLAST - - - - - RVALID - - - S_AXI_GP1_RVALID - - - - - WREADY - - - S_AXI_GP1_WREADY - - - - - BRESP - - - S_AXI_GP1_BRESP - - - - - RRESP - - - S_AXI_GP1_RRESP - - - - - RDATA - - - S_AXI_GP1_RDATA - - - - - BID - - - S_AXI_GP1_BID - - - - - RID - - - S_AXI_GP1_RID - - - - - ARVALID - - - S_AXI_GP1_ARVALID - - - - - AWVALID - - - S_AXI_GP1_AWVALID - - - - - BREADY - - - S_AXI_GP1_BREADY - - - - - RREADY - - - S_AXI_GP1_RREADY - - - - - WLAST - - - S_AXI_GP1_WLAST - - - - - WVALID - - - S_AXI_GP1_WVALID - - - - - ARBURST - - - S_AXI_GP1_ARBURST - - - - - ARLOCK - - - S_AXI_GP1_ARLOCK - - - - - ARSIZE - - - S_AXI_GP1_ARSIZE - - - - - AWBURST - - - S_AXI_GP1_AWBURST - - - - - AWLOCK - - - S_AXI_GP1_AWLOCK - - - - - AWSIZE - - - S_AXI_GP1_AWSIZE - - - - - ARPROT - - - S_AXI_GP1_ARPROT - - - - - AWPROT - - - S_AXI_GP1_AWPROT - - - - - ARADDR - - - S_AXI_GP1_ARADDR - - - - - AWADDR - - - S_AXI_GP1_AWADDR - - - - - WDATA - - - S_AXI_GP1_WDATA - - - - - ARCACHE - - - S_AXI_GP1_ARCACHE - - - - - ARLEN - - - S_AXI_GP1_ARLEN - - - - - ARQOS - - - S_AXI_GP1_ARQOS - - - - - AWCACHE - - - S_AXI_GP1_AWCACHE - - - - - AWLEN - - - S_AXI_GP1_AWLEN - - - - - AWQOS - - - S_AXI_GP1_AWQOS - - - - - WSTRB - - - S_AXI_GP1_WSTRB - - - - - ARID - - - S_AXI_GP1_ARID - - - - - AWID - - - S_AXI_GP1_AWID - - - - - WID - - - S_AXI_GP1_WID - - - - - - NUM_WRITE_OUTSTANDING - NUM WRITE OUTSTANDING - 8 - - - NUM_READ_OUTSTANDING - NUM READ OUTSTANDING - 8 - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_HP0 - - - - - - - - - ARREADY - - - S_AXI_HP0_ARREADY - - - - - AWREADY - - - S_AXI_HP0_AWREADY - - - - - BVALID - - - S_AXI_HP0_BVALID - - - - - RLAST - - - S_AXI_HP0_RLAST - - - - - RVALID - - - S_AXI_HP0_RVALID - - - - - WREADY - - - S_AXI_HP0_WREADY - - - - - BRESP - - - S_AXI_HP0_BRESP - - - - - RRESP - - - S_AXI_HP0_RRESP - - - - - BID - - - S_AXI_HP0_BID - - - - - RID - - - S_AXI_HP0_RID - - - - - RDATA - - - S_AXI_HP0_RDATA - - - - - ARVALID - - - S_AXI_HP0_ARVALID - - - - - AWVALID - - - S_AXI_HP0_AWVALID - - - - - BREADY - - - S_AXI_HP0_BREADY - - - - - RREADY - - - S_AXI_HP0_RREADY - - - - - WLAST - - - S_AXI_HP0_WLAST - - - - - WVALID - - - S_AXI_HP0_WVALID - - - - - ARBURST - - - S_AXI_HP0_ARBURST - - - - - ARLOCK - - - S_AXI_HP0_ARLOCK - - - - - ARSIZE - - - S_AXI_HP0_ARSIZE - - - - - AWBURST - - - S_AXI_HP0_AWBURST - - - - - AWLOCK - - - S_AXI_HP0_AWLOCK - - - - - AWSIZE - - - S_AXI_HP0_AWSIZE - - - - - ARPROT - - - S_AXI_HP0_ARPROT - - - - - AWPROT - - - S_AXI_HP0_AWPROT - - - - - ARADDR - - - S_AXI_HP0_ARADDR - - - - - AWADDR - - - S_AXI_HP0_AWADDR - - - - - ARCACHE - - - S_AXI_HP0_ARCACHE - - - - - ARLEN - - - S_AXI_HP0_ARLEN - - - - - ARQOS - - - S_AXI_HP0_ARQOS - - - - - AWCACHE - - - S_AXI_HP0_AWCACHE - - - - - AWLEN - - - S_AXI_HP0_AWLEN - - - - - AWQOS - - - S_AXI_HP0_AWQOS - - - - - ARID - - - S_AXI_HP0_ARID - - - - - AWID - - - S_AXI_HP0_AWID - - - - - WID - - - S_AXI_HP0_WID - - - - - WDATA - - - S_AXI_HP0_WDATA - - - - - WSTRB - - - S_AXI_HP0_WSTRB - - - - - - NUM_WRITE_OUTSTANDING - NUM WRITE OUTSTANDING - 8 - - - NUM_READ_OUTSTANDING - NUM READ OUTSTANDING - 8 - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_HP1 - - - - - - - - - ARREADY - - - S_AXI_HP1_ARREADY - - - - - AWREADY - - - S_AXI_HP1_AWREADY - - - - - BVALID - - - S_AXI_HP1_BVALID - - - - - RLAST - - - S_AXI_HP1_RLAST - - - - - RVALID - - - S_AXI_HP1_RVALID - - - - - WREADY - - - S_AXI_HP1_WREADY - - - - - BRESP - - - S_AXI_HP1_BRESP - - - - - RRESP - - - S_AXI_HP1_RRESP - - - - - BID - - - S_AXI_HP1_BID - - - - - RID - - - S_AXI_HP1_RID - - - - - RDATA - - - S_AXI_HP1_RDATA - - - - - ARVALID - - - S_AXI_HP1_ARVALID - - - - - AWVALID - - - S_AXI_HP1_AWVALID - - - - - BREADY - - - S_AXI_HP1_BREADY - - - - - RREADY - - - S_AXI_HP1_RREADY - - - - - WLAST - - - S_AXI_HP1_WLAST - - - - - WVALID - - - S_AXI_HP1_WVALID - - - - - ARBURST - - - S_AXI_HP1_ARBURST - - - - - ARLOCK - - - S_AXI_HP1_ARLOCK - - - - - ARSIZE - - - S_AXI_HP1_ARSIZE - - - - - AWBURST - - - S_AXI_HP1_AWBURST - - - - - AWLOCK - - - S_AXI_HP1_AWLOCK - - - - - AWSIZE - - - S_AXI_HP1_AWSIZE - - - - - ARPROT - - - S_AXI_HP1_ARPROT - - - - - AWPROT - - - S_AXI_HP1_AWPROT - - - - - ARADDR - - - S_AXI_HP1_ARADDR - - - - - AWADDR - - - S_AXI_HP1_AWADDR - - - - - ARCACHE - - - S_AXI_HP1_ARCACHE - - - - - ARLEN - - - S_AXI_HP1_ARLEN - - - - - ARQOS - - - S_AXI_HP1_ARQOS - - - - - AWCACHE - - - S_AXI_HP1_AWCACHE - - - - - AWLEN - - - S_AXI_HP1_AWLEN - - - - - AWQOS - - - S_AXI_HP1_AWQOS - - - - - ARID - - - S_AXI_HP1_ARID - - - - - AWID - - - S_AXI_HP1_AWID - - - - - WID - - - S_AXI_HP1_WID - - - - - WDATA - - - S_AXI_HP1_WDATA - - - - - WSTRB - - - S_AXI_HP1_WSTRB - - - - - - NUM_WRITE_OUTSTANDING - NUM WRITE OUTSTANDING - 8 - - - NUM_READ_OUTSTANDING - NUM READ OUTSTANDING - 8 - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_HP2 - - - - - - - - - ARREADY - - - S_AXI_HP2_ARREADY - - - - - AWREADY - - - S_AXI_HP2_AWREADY - - - - - BVALID - - - S_AXI_HP2_BVALID - - - - - RLAST - - - S_AXI_HP2_RLAST - - - - - RVALID - - - S_AXI_HP2_RVALID - - - - - WREADY - - - S_AXI_HP2_WREADY - - - - - BRESP - - - S_AXI_HP2_BRESP - - - - - RRESP - - - S_AXI_HP2_RRESP - - - - - BID - - - S_AXI_HP2_BID - - - - - RID - - - S_AXI_HP2_RID - - - - - RDATA - - - S_AXI_HP2_RDATA - - - - - ARVALID - - - S_AXI_HP2_ARVALID - - - - - AWVALID - - - S_AXI_HP2_AWVALID - - - - - BREADY - - - S_AXI_HP2_BREADY - - - - - RREADY - - - S_AXI_HP2_RREADY - - - - - WLAST - - - S_AXI_HP2_WLAST - - - - - WVALID - - - S_AXI_HP2_WVALID - - - - - ARBURST - - - S_AXI_HP2_ARBURST - - - - - ARLOCK - - - S_AXI_HP2_ARLOCK - - - - - ARSIZE - - - S_AXI_HP2_ARSIZE - - - - - AWBURST - - - S_AXI_HP2_AWBURST - - - - - AWLOCK - - - S_AXI_HP2_AWLOCK - - - - - AWSIZE - - - S_AXI_HP2_AWSIZE - - - - - ARPROT - - - S_AXI_HP2_ARPROT - - - - - AWPROT - - - S_AXI_HP2_AWPROT - - - - - ARADDR - - - S_AXI_HP2_ARADDR - - - - - AWADDR - - - S_AXI_HP2_AWADDR - - - - - ARCACHE - - - S_AXI_HP2_ARCACHE - - - - - ARLEN - - - S_AXI_HP2_ARLEN - - - - - ARQOS - - - S_AXI_HP2_ARQOS - - - - - AWCACHE - - - S_AXI_HP2_AWCACHE - - - - - AWLEN - - - S_AXI_HP2_AWLEN - - - - - AWQOS - - - S_AXI_HP2_AWQOS - - - - - ARID - - - S_AXI_HP2_ARID - - - - - AWID - - - S_AXI_HP2_AWID - - - - - WID - - - S_AXI_HP2_WID - - - - - WDATA - - - S_AXI_HP2_WDATA - - - - - WSTRB - - - S_AXI_HP2_WSTRB - - - - - - NUM_WRITE_OUTSTANDING - NUM WRITE OUTSTANDING - 8 - - - NUM_READ_OUTSTANDING - NUM READ OUTSTANDING - 8 - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_HP3 - - - - - - - - - ARREADY - - - S_AXI_HP3_ARREADY - - - - - AWREADY - - - S_AXI_HP3_AWREADY - - - - - BVALID - - - S_AXI_HP3_BVALID - - - - - RLAST - - - S_AXI_HP3_RLAST - - - - - RVALID - - - S_AXI_HP3_RVALID - - - - - WREADY - - - S_AXI_HP3_WREADY - - - - - BRESP - - - S_AXI_HP3_BRESP - - - - - RRESP - - - S_AXI_HP3_RRESP - - - - - BID - - - S_AXI_HP3_BID - - - - - RID - - - S_AXI_HP3_RID - - - - - RDATA - - - S_AXI_HP3_RDATA - - - - - ARVALID - - - S_AXI_HP3_ARVALID - - - - - AWVALID - - - S_AXI_HP3_AWVALID - - - - - BREADY - - - S_AXI_HP3_BREADY - - - - - RREADY - - - S_AXI_HP3_RREADY - - - - - WLAST - - - S_AXI_HP3_WLAST - - - - - WVALID - - - S_AXI_HP3_WVALID - - - - - ARBURST - - - S_AXI_HP3_ARBURST - - - - - ARLOCK - - - S_AXI_HP3_ARLOCK - - - - - ARSIZE - - - S_AXI_HP3_ARSIZE - - - - - AWBURST - - - S_AXI_HP3_AWBURST - - - - - AWLOCK - - - S_AXI_HP3_AWLOCK - - - - - AWSIZE - - - S_AXI_HP3_AWSIZE - - - - - ARPROT - - - S_AXI_HP3_ARPROT - - - - - AWPROT - - - S_AXI_HP3_AWPROT - - - - - ARADDR - - - S_AXI_HP3_ARADDR - - - - - AWADDR - - - S_AXI_HP3_AWADDR - - - - - ARCACHE - - - S_AXI_HP3_ARCACHE - - - - - ARLEN - - - S_AXI_HP3_ARLEN - - - - - ARQOS - - - S_AXI_HP3_ARQOS - - - - - AWCACHE - - - S_AXI_HP3_AWCACHE - - - - - AWLEN - - - S_AXI_HP3_AWLEN - - - - - AWQOS - - - S_AXI_HP3_AWQOS - - - - - ARID - - - S_AXI_HP3_ARID - - - - - AWID - - - S_AXI_HP3_AWID - - - - - WID - - - S_AXI_HP3_WID - - - - - WDATA - - - S_AXI_HP3_WDATA - - - - - WSTRB - - - S_AXI_HP3_WSTRB - - - - - - NUM_WRITE_OUTSTANDING - NUM WRITE OUTSTANDING - 8 - - - NUM_READ_OUTSTANDING - NUM READ OUTSTANDING - 8 - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - FCLK_CLK0 - - - - - - - CLK - - - FCLK_CLK0 - - - - - - FREQ_HZ - 2e+08 - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - none - - - - - ASSOCIATED_BUSIF - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - true - - - - - - FCLK_CLK1 - - - - - - - CLK - - - FCLK_CLK1 - - - - - - FREQ_HZ - 10000000 - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_BUSIF - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - FCLK_CLK2 - - - - - - - CLK - - - FCLK_CLK2 - - - - - - FREQ_HZ - 10000000 - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_BUSIF - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - FCLK_CLK3 - - - - - - - CLK - - - FCLK_CLK3 - - - - - - FREQ_HZ - 10000000 - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_BUSIF - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - FCLK_RESET0_N - - - - - - - RST - - - FCLK_RESET0_N - - - - - - POLARITY - ACTIVE_LOW - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - true - - - - - - FCLK_RESET1_N - - - - - - - RST - - - FCLK_RESET1_N - - - - - - POLARITY - ACTIVE_LOW - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - FCLK_RESET2_N - - - - - - - RST - - - FCLK_RESET2_N - - - - - - POLARITY - ACTIVE_LOW - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - FCLK_RESET3_N - - - - - - - RST - - - FCLK_RESET3_N - - - - - - POLARITY - ACTIVE_LOW - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - IRQ_P2F_DMAC_ABORT - - - - - - - INTERRUPT - - - IRQ_P2F_DMAC_ABORT - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_DMAC0 - - - - - - - INTERRUPT - - - IRQ_P2F_DMAC0 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_DMAC1 - - - - - - - INTERRUPT - - - IRQ_P2F_DMAC1 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_DMAC2 - - - - - - - INTERRUPT - - - IRQ_P2F_DMAC2 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_DMAC3 - - - - - - - INTERRUPT - - - IRQ_P2F_DMAC3 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_DMAC4 - - - - - - - INTERRUPT - - - IRQ_P2F_DMAC4 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_DMAC5 - - - - - - - INTERRUPT - - - IRQ_P2F_DMAC5 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_DMAC6 - - - - - - - INTERRUPT - - - IRQ_P2F_DMAC6 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_DMAC7 - - - - - - - INTERRUPT - - - IRQ_P2F_DMAC7 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_SMC - - - - - - - INTERRUPT - - - IRQ_P2F_SMC - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_QSPI - - - - - - - INTERRUPT - - - IRQ_P2F_QSPI - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_CTI - - - - - - - INTERRUPT - - - IRQ_P2F_CTI - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_GPIO - - - - - - - INTERRUPT - - - IRQ_P2F_GPIO - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_USB0 - - - - - - - INTERRUPT - - - IRQ_P2F_USB0 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_ENET0 - - - - - - - INTERRUPT - - - IRQ_P2F_ENET0 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_ENET_WAKE0 - - - - - - - INTERRUPT - - - IRQ_P2F_ENET_WAKE0 - - - - - - SENSITIVITY - EDGE_RISING - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_SDIO0 - - - - - - - INTERRUPT - - - IRQ_P2F_SDIO0 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_I2C0 - - - - - - - INTERRUPT - - - IRQ_P2F_I2C0 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_SPI0 - - - - - - - INTERRUPT - - - IRQ_P2F_SPI0 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_UART0 - - - - - - - INTERRUPT - - - IRQ_P2F_UART0 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_CAN0 - - - - - - - INTERRUPT - - - IRQ_P2F_CAN0 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_USB1 - - - - - - - INTERRUPT - - - IRQ_P2F_USB1 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_ENET1 - - - - - - - INTERRUPT - - - IRQ_P2F_ENET1 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_ENET_WAKE1 - - - - - - - INTERRUPT - - - IRQ_P2F_ENET_WAKE1 - - - - - - SENSITIVITY - EDGE_RISING - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_SDIO1 - - - - - - - INTERRUPT - - - IRQ_P2F_SDIO1 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_I2C1 - - - - - - - INTERRUPT - - - IRQ_P2F_I2C1 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_SPI1 - - - - - - - INTERRUPT - - - IRQ_P2F_SPI1 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_UART1 - - - - - - - INTERRUPT - - - IRQ_P2F_UART1 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_P2F_CAN1 - - - - - - - INTERRUPT - - - IRQ_P2F_CAN1 - - - - - - SENSITIVITY - LEVEL_HIGH - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - IRQ_F2P - - - - - - - INTERRUPT - - - IRQ_F2P - - - - - - SENSITIVITY - LEVEL_HIGH - - - none - - - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - Core0_nFIQ - - - - - - - INTERRUPT - - - Core0_nFIQ - - - - - - SENSITIVITY - LEVEL_HIGH - - - none - - - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - Core0_nIRQ - - - - - - - INTERRUPT - - - Core0_nIRQ - - - - - - SENSITIVITY - LEVEL_HIGH - - - none - - - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - Core1_nFIQ - - - - - - - INTERRUPT - - - Core1_nFIQ - - - - - - SENSITIVITY - LEVEL_HIGH - - - none - - - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - Core1_nIRQ - - - - - - - INTERRUPT - - - Core1_nIRQ - - - - - - SENSITIVITY - LEVEL_HIGH - - - none - - - - - PortWidth - 1 - - - none - - - - - - - - false - - - - - - M_AXI_GP0_ACLK - - - - - - - CLK - - - M_AXI_GP0_ACLK - - - - - - ASSOCIATED_BUSIF - M_AXI_GP0 - - - FREQ_HZ - 2e+08 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - true - - - - - - M_AXI_GP1_ACLK - - - - - - - CLK - - - M_AXI_GP1_ACLK - - - - - - ASSOCIATED_BUSIF - M_AXI_GP1 - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_ACP_ACLK - - - - - - - CLK - - - S_AXI_ACP_ACLK - - - - - - ASSOCIATED_BUSIF - S_AXI_ACP - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_GP0_ACLK - - - - - - - CLK - - - S_AXI_GP0_ACLK - - - - - - ASSOCIATED_BUSIF - S_AXI_GP0 - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_GP1_ACLK - - - - - - - CLK - - - S_AXI_GP1_ACLK - - - - - - ASSOCIATED_BUSIF - S_AXI_GP1 - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_HP0_ACLK - - - - - - - CLK - - - S_AXI_HP0_ACLK - - - - - - ASSOCIATED_BUSIF - S_AXI_HP0 - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_HP1_ACLK - - - - - - - CLK - - - S_AXI_HP1_ACLK - - - - - - ASSOCIATED_BUSIF - S_AXI_HP1 - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_HP2_ACLK - - - - - - - CLK - - - S_AXI_HP2_ACLK - - - - - - ASSOCIATED_BUSIF - S_AXI_HP2 - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S_AXI_HP3_ACLK - - - - - - - CLK - - - S_AXI_HP3_ACLK - - - - - - ASSOCIATED_BUSIF - S_AXI_HP3 - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - FTMD_TRACEIN_CLK - - - - - - - CLK - - - FTMD_TRACEIN_CLK - - - - - - ASSOCIATED_BUSIF - FTM_TRACE_DATA - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - DMA0_ACLK - - - - - - - CLK - - - DMA0_ACLK - - - - - - ASSOCIATED_BUSIF - DMA0_ACK:DMA0_REQ - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - DMA1_ACLK - - - - - - - CLK - - - DMA1_ACLK - - - - - - ASSOCIATED_BUSIF - DMA1_ACK:DMA1_REQ - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - DMA2_ACLK - - - - - - - CLK - - - DMA2_ACLK - - - - - - ASSOCIATED_BUSIF - DMA2_ACK:DMA2_REQ - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - DMA3_ACLK - - - - - - - CLK - - - DMA3_ACLK - - - - - - ASSOCIATED_BUSIF - DMA3_ACK:DMA3_REQ - - - FREQ_HZ - 100000000 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - TRIGGER_IN_0 - - - - - - - TRIG - - - FTMT_F2P_TRIG_0 - - - - - ACK - - - FTMT_F2P_TRIGACK_0 - - - - - - - false - - - - - - TRIGGER_IN_1 - - - - - - - TRIG - - - FTMT_F2P_TRIG_1 - - - - - ACK - - - FTMT_F2P_TRIGACK_1 - - - - - - - false - - - - - - TRIGGER_IN_2 - - - - - - - TRIG - - - FTMT_F2P_TRIG_2 - - - - - ACK - - - FTMT_F2P_TRIGACK_2 - - - - - - - false - - - - - - TRIGGER_IN_3 - - - - - - - TRIG - - - FTMT_F2P_TRIG_3 - - - - - ACK - - - FTMT_F2P_TRIGACK_3 - - - - - - - false - - - - - - TRIGGER_OUT_0 - - - - - - - ACK - - - FTMT_P2F_TRIGACK_0 - - - - - TRIG - - - FTMT_P2F_TRIG_0 - - - - - - - false - - - - - - TRIGGER_OUT_1 - - - - - - - ACK - - - FTMT_P2F_TRIGACK_1 - - - - - TRIG - - - FTMT_P2F_TRIG_1 - - - - - - - false - - - - - - TRIGGER_OUT_2 - - - - - - - ACK - - - FTMT_P2F_TRIGACK_2 - - - - - TRIG - - - FTMT_P2F_TRIG_2 - - - - - - - false - - - - - - TRIGGER_OUT_3 - - - - - - - ACK - - - FTMT_P2F_TRIGACK_3 - - - - - TRIG - - - FTMT_P2F_TRIG_3 - - - - - - - false - - - - - - M_AXI_GP0_tlm - - - - - - - AXIMM_READ_SOCKET - - - M_AXI_GP0_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - M_AXI_GP0_wr_socket - - - - - - M_AXI_GP1_tlm - - - - - - - AXIMM_READ_SOCKET - - - M_AXI_GP1_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - M_AXI_GP1_wr_socket - - - - - - S_AXI_GP0_tlm - - - - - - - AXIMM_READ_SOCKET - - - S_AXI_GP0_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - S_AXI_GP0_wr_socket - - - - - - S_AXI_GP1_tlm - - - - - - - AXIMM_READ_SOCKET - - - S_AXI_GP1_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - S_AXI_GP1_wr_socket - - - - - - S_AXI_GP2_tlm - - - - - - - AXIMM_READ_SOCKET - - - S_AXI_GP2_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - S_AXI_GP2_wr_socket - - - - - - S_AXI_GP3_tlm - - - - - - - AXIMM_READ_SOCKET - - - S_AXI_GP3_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - S_AXI_GP3_wr_socket - - - - - - S_AXI_ACP_tlm - - - - - - - AXIMM_READ_SOCKET - - - S_AXI_ACP_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - S_AXI_ACP_wr_socket - - - - - - S_AXI_HP0_tlm - - - - - - - AXIMM_READ_SOCKET - - - S_AXI_HP0_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - S_AXI_HP0_wr_socket - - - - - - S_AXI_HP1_tlm - - - - - - - AXIMM_READ_SOCKET - - - S_AXI_HP1_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - S_AXI_HP1_wr_socket - - - - - - S_AXI_HP2_tlm - - - - - - - AXIMM_READ_SOCKET - - - S_AXI_HP2_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - S_AXI_HP2_wr_socket - - - - - - S_AXI_HP3_tlm - - - - - - - AXIMM_READ_SOCKET - - - S_AXI_HP3_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - S_AXI_HP3_wr_socket - - - - - - DMA0_REQ_tlm - - - - - - - AXIS_SOCKET - - - DMA0_REQ_tlm_axis_socket - - - - - - - false - - - - - - DMA0_ACK_tlm - - - - - - - AXIS_SOCKET - - - DMA0_ACK_tlm_axis_socket - - - - - - - false - - - - - - DMA1_REQ_tlm - - - - - - - AXIS_SOCKET - - - DMA1_REQ_tlm_axis_socket - - - - - - - false - - - - - - DMA1_ACK_tlm - - - - - - - AXIS_SOCKET - - - DMA1_ACK_tlm_axis_socket - - - - - - - false - - - - - - DMA2_REQ_tlm - - - - - - - AXIS_SOCKET - - - DMA2_REQ_tlm_axis_socket - - - - - - - false - - - - - - DMA2_ACK_tlm - - - - - - - AXIS_SOCKET - - - DMA2_ACK_tlm_axis_socket - - - - - - - false - - - - - - DMA3_REQ_tlm - - - - - - - AXIS_SOCKET - - - DMA3_REQ_tlm_axis_socket - - - - - - - false - - - - - - DMA3_ACK_tlm - - - - - - - AXIS_SOCKET - - - DMA3_ACK_tlm_axis_socket - - - - - - - false - - - - - - FTM_TRACE_DATA_tlm - - - - - - - AXIS_SOCKET - - - FTM_TRACE_DATA_tlm_axis_socket - - - - - - - false - - - - - - - - Data - Data - 4G - 32 - - - segment1 - segment1 - 0x00000000 - 0x00040000 - - - segment2 - segment2 - 0x00040000 - 0x00040000 - - - segment3 - segment3 - 0x00080000 - 0x00080000 - - - segment4 - segment4 - 0x00100000 - 0x3ff00000 - - - M_AXI_GP0 - M_AXI_GP0 - 0x40000000 - 0x40000000 - - - M_AXI_GP1 - M_AXI_GP1 - 0x80000000 - 0x40000000 - - - IO_Peripheral_Registers - IO Peripheral Registers - 0xe0000000 - 0x00300000 - - - SMC_Memories - SMC Memories - 0xe1000000 - 0x05000000 - - - SLCR_Registers - SLCR Registers - 0xf8000000 - 0x00000c00 - - - PS_System_Registers - PS System Registers - 0xf8001000 - 0x0080f000 - - - CPU_Private_Registers - CPU Private Registers - 0xf8900000 - 0x00603000 - - - segment5 - segment5 - 0xfc000000 - 0x02000000 - - - segment6 - segment6 - 0xfffc0000 - 0x00040000 - - - - - - - S_AXI_HP0 - - HP0_LOW_OCM - HP0 LOW OCM - 0x00000000 - 0x00040000 - 32 - memory - - - - false - - - - - - HP0_DDR_LOWOCM - HP0 DDR LOWOCM - 0x00000000 - 536870912 - 32 - memory - - - - true - - - - - - HP0_HIGH_OCM - HP0 HIGH OCM - 0xfffc0000 - 0x00040000 - 32 - memory - - - - false - - - - - - - - false - - - - - - S_AXI_HP1 - - HP1_LOW_OCM - HP1 LOW OCM - 0x00000000 - 0x00040000 - 32 - memory - - - - false - - - - - - HP1_DDR_LOWOCM - HP1 DDR LOWOCM - 0x00000000 - 536870912 - 32 - memory - - - - true - - - - - - HP1_HIGH_OCM - HP1 HIGH OCM - 0xfffc0000 - 0x00040000 - 32 - memory - - - - false - - - - - - - - false - - - - - - S_AXI_HP2 - - HP2_LOW_OCM - HP2 LOW OCM - 0x00000000 - 0x00040000 - 32 - memory - - - - false - - - - - - HP2_DDR_LOWOCM - HP2 DDR LOWOCM - 0x00000000 - 536870912 - 32 - memory - - - - true - - - - - - HP2_HIGH_OCM - HP2 HIGH OCM - 0xfffc0000 - 0x00040000 - 32 - memory - - - - false - - - - - - - - false - - - - - - S_AXI_HP3 - - HP3_LOW_OCM - HP3 LOW OCM - 0x00000000 - 0x00040000 - 32 - memory - - - - false - - - - - - HP3_DDR_LOWOCM - HP3 DDR LOWOCM - 0x00000000 - 536870912 - 32 - memory - - - - true - - - - - - HP3_HIGH_OCM - HP3 HIGH OCM - 0xfffc0000 - 0x00040000 - 32 - memory - - - - false - - - - - - - - false - - - - - - S_AXI_GP0 - - GP0_LOW_OCM - GP0 LOW OCM - 0x00000000 - 0x00040000 - 32 - memory - - - - false - - - - - - GP0_DDR_LOWOCM - GP0 DDR LOWOCM - 0x00000000 - 536870912 - 32 - memory - - - - true - - - - - - GP0_HIGH_OCM - GP0 HIGH OCM - 0xfffc0000 - 0x00040000 - 32 - memory - - - - false - - - - - - GP0_QSPI_LINEAR - GP0 QSPI LINEAR - 0xfc000000 - 16777216 - 32 - memory - - - - false - - - - - - GP0_SRAM_NOR0 - GP0 SRAM NOR 0 - 0xe2000000 - 0x02000000 - 32 - memory - - - - false - - - - - - GP0_SRAM_NOR1 - GP0 SRAM NOR 1 - 0xe4000000 - 0x02000000 - 32 - memory - - - - false - - - - - - GP0_NAND - GP0 NAND - 0xe1000000 - 0x01000000 - 32 - memory - - - - false - - - - - - GP0_IOP - GP0 IOP - 0xe0000000 - 0x00400000 - 32 - register - - - - true - - - - - - GP0_UART0 - GP0 UART0 - 0xe0000000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_UART1 - GP0 UART0 - 0xe0001000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_USB0 - GP0 USB0 - 0xe0002000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_USB1 - GP0 USB1 - 0xe0003000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_IIC0 - GP0 IIC0 - 0xe0004000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_IIC1 - GP0 IIC1 - 0xe0005000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_SPI0 - GP0 SPI0 - 0xe0006000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_SPI1 - GP0 SPI1 - 0xe0007000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_CAN0 - GP0 CAN0 - 0xe0008000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_CAN1 - GP0 CAN1 - 0xe0009000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_GPIO - GP0 GPIO - 0xe000A000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_ENET0 - GP0 ENET0 - 0xe000B000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_ENET1 - GP0 ENET1 - 0xe000C000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_QSPI - GP0 QSPI - 0xe000D000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_SMC - GP0 SMC - 0xe000e000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_SDIO0 - GP0 SDIO0 - 0xe0100000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_SDIO1 - GP0 SDIO1 - 0xe0101000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_PS_SLCR_REGS - GP0 PS REG - 0xf8000000 - 0x00010000 - 32 - register - - - - false - - - - - - GP0_SLCR - GP0 SLCR - 0xf8000000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_TTC0 - GP0 TTC0 - 0xf8001000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_TTC1 - GP0 TTC1 - 0xf8002000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_DMAC_S - GP0 DMAC S - 0xf8003000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_DMAC_NS - GP0 DMAC NS - 0xf8004000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_SWDT - GP0 SWDT - 0xf8005000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_DDRC - GP0 DDRC - 0xf8006000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_DEVCFG - GP0 DEVCFG - 0xf8007000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_AFI0 - GP0 AFI0 - 0xf8008000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_AFI1 - GP0 AFI1 - 0xf8009000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_AFI2 - GP0 AFI2 - 0xf800A000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_AFI3 - GP0 AFI3 - 0xf800B000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_OCM_REG - GP0 OCM REG - 0xf800C000 - 0x00001000 - 32 - register - - - - false - - - - - - GP0_CORESIGHT - GP0 CORESIGHT - 0xf8800000 - 0x00100000 - 32 - register - - - - false - - - - - - GP0_M_AXI_GP0 - GP0 M AXI GP0 - 0x40000000 - 0x40000000 - 32 - register - - - - true - - - - - - GP0_M_AXI_GP1 - GP0 M AXI GP1 - 0x80000000 - 0x40000000 - 32 - register - - - - false - - - - - - - - false - - - - - - S_AXI_GP1 - - GP1_LOW_OCM - GP1 LOW OCM - 0x00000000 - 0x00040000 - 32 - memory - - - - false - - - - - - GP1_DDR_LOWOCM - GP1 DDR LOWOCM - 0x00000000 - 536870912 - 32 - memory - - - - true - - - - - - GP1_HIGH_OCM - GP1 HIGH OCM - 0xfffc0000 - 0x00040000 - 32 - memory - - - - false - - - - - - GP1_QSPI_LINEAR - GP1 QSPI LINEAR - 0xfc000000 - 16777216 - 32 - memory - - - - false - - - - - - GP1_SRAM_NOR0 - GP1 SRAM NOR 0 - 0xe2000000 - 0x02000000 - 32 - memory - - - - false - - - - - - GP1_SRAM_NOR1 - GP1 SRAM NOR 1 - 0xe4000000 - 0x02000000 - 32 - memory - - - - false - - - - - - GP1_NAND - GP1 NAND - 0xe1000000 - 0x01000000 - 32 - memory - - - - false - - - - - - GP1_IOP - GP1 IOP - 0xe0000000 - 0x00400000 - 32 - register - - - - true - - - - - - GP1_UART0 - GP1 UART0 - 0xe0000000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_UART1 - GP1 UART0 - 0xe0001000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_USB0 - GP1 USB0 - 0xe0002000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_USB1 - GP1 USB1 - 0xe0003000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_IIC0 - GP1 IIC0 - 0xe0004000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_IIC1 - GP1 IIC1 - 0xe0005000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_SPI0 - GP1 SPI0 - 0xe0006000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_SPI1 - GP1 SPI1 - 0xe0007000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_CAN0 - GP1 CAN0 - 0xe0008000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_CAN1 - GP1 CAN1 - 0xe0009000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_GPIO - GP1 GPIO - 0xe000A000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_ENET0 - GP1 ENET0 - 0xe000B000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_ENET1 - GP1 ENET1 - 0xe000C000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_QSPI - GP1 QSPI - 0xe000D000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_SMC - GP1 SMC - 0xe000e000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_SDIO0 - GP1 SDIO0 - 0xe0100000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_SDIO1 - GP1 SDIO1 - 0xe0101000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_PS_SLCR_REGS - GP1 PS REG - 0xf8000000 - 0x00010000 - 32 - register - - - - false - - - - - - GP1_SLCR - GP1 SLCR - 0xf8000000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_TTC0 - GP1 TTC0 - 0xf8001000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_TTC1 - GP1 TTC1 - 0xf8002000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_DMAC_S - GP1 DMAC S - 0xf8003000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_DMAC_NS - GP1 DMAC NS - 0xf8004000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_SWDT - GP1 SWDT - 0xf8005000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_DDRC - GP1 DDRC - 0xf8006000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_DEVCFG - GP1 DEVCFG - 0xf8007000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_AFI0 - GP1 AFI0 - 0xf8008000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_AFI1 - GP1 AFI1 - 0xf8009000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_AFI2 - GP1 AFI2 - 0xf800A000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_AFI3 - GP1 AFI3 - 0xf800B000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_OCM_REG - GP1 OCM REG - 0xf800C000 - 0x00001000 - 32 - register - - - - false - - - - - - GP1_CORESIGHT - GP1 CORESIGHT - 0xf8800000 - 0x00100000 - 32 - register - - - - false - - - - - - GP1_M_AXI_GP0 - GP1 M AXI GP0 - 0x40000000 - 0x40000000 - 32 - register - - - - true - - - - - - GP1_M_AXI_GP1 - GP1 M AXI GP1 - 0x80000000 - 0x40000000 - 32 - register - - - - false - - - - - - - - false - - - - - - S_AXI_ACP - - ACP_LOW_OCM - ACP LOW OCM - 0x00000000 - 0x00040000 - 32 - memory - - - - false - - - - - - ACP_DDR_LOWOCM - ACP DDR LOWOCM - 0x00000000 - 536870912 - 32 - memory - - - - true - - - - - - ACP_HIGH_OCM - ACP HIGH OCM - 0xfffc0000 - 0x00040000 - 32 - memory - - - - false - - - - - - ACP_QSPI_LINEAR - ACP QSPI LINEAR - 0xfc000000 - 16777216 - 32 - memory - - - - false - - - - - - ACP_SRAM_NOR0 - ACP SRAM NOR 0 - 0xe2000000 - 0x02000000 - 32 - memory - - - - false - - - - - - ACP_SRAM_NOR1 - ACP SRAM NOR 1 - 0xe4000000 - 0x02000000 - 32 - memory - - - - false - - - - - - ACP_NAND - ACP NAND - 0xe1000000 - 0x01000000 - 32 - memory - - - - false - - - - - - ACP_IOP - ACP IOP - 0xe0000000 - 0x00400000 - 32 - register - - - - true - - - - - - ACP_UART0 - ACP UART0 - 0xe0000000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_UART1 - ACP UART0 - 0xe0001000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_USB0 - ACP USB0 - 0xe0002000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_USB1 - ACP USB1 - 0xe0003000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_IIC0 - ACP IIC0 - 0xe0004000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_IIC1 - ACP IIC1 - 0xe0005000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_SPI0 - ACP SPI0 - 0xe0006000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_SPI1 - ACP SPI1 - 0xe0007000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_CAN0 - ACP CAN0 - 0xe0008000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_CAN1 - ACP CAN1 - 0xe0009000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_GPIO - ACP GPIO - 0xe000A000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_ENET0 - ACP ENET0 - 0xe000B000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_ENET1 - ACP ENET1 - 0xe000C000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_QSPI - ACP QSPI - 0xe000D000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_SMC - ACP SMC - 0xe000e000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_SDIO0 - ACP SDIO0 - 0xe0100000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_SDIO1 - ACP SDIO1 - 0xe0101000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_PS_SLCR_REGS - ACP PS REG - 0xf8000000 - 0x00010000 - 32 - register - - - - false - - - - - - ACP_SLCR - ACP SLCR - 0xf8000000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_TTC0 - ACP TTC0 - 0xf8001000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_TTC1 - ACP TTC1 - 0xf8002000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_DMAC_S - ACP DMAC S - 0xf8003000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_DMAC_NS - ACP DMAC NS - 0xf8004000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_SWDT - ACP SWDT - 0xf8005000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_DDRC - ACP DDRC - 0xf8006000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_DEVCFG - ACP DEVCFG - 0xf8007000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_AFI0 - ACP AFI0 - 0xf8008000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_AFI1 - ACP AFI1 - 0xf8009000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_AFI2 - ACP AFI2 - 0xf800A000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_AFI3 - ACP AFI3 - 0xf800B000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_OCM_REG - ACP OCM REG - 0xf800C000 - 0x00001000 - 32 - register - - - - false - - - - - - ACP_CORESIGHT - ACP CORESIGHT - 0xf8800000 - 0x00100000 - 32 - register - - - - false - - - - - - ACP_M_AXI_GP0 - ACP M AXI GP0 - 0x40000000 - 0x40000000 - 32 - register - - - - true - - - - - - ACP_M_AXI_GP1 - ACP M AXI GP1 - 0x80000000 - 0x40000000 - 32 - register - - - - false - - - - - - - - false - - - - - - - - - CAN0_PHY_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - CAN0_PHY_RX - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - CAN1_PHY_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - CAN1_PHY_RX - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET0_GMII_TX_EN - - out - - 0 - 0 - - - - reg - dummy_view - - - - - - - false - - - - - - ENET0_GMII_TX_ER - - out - - 0 - 0 - - - - reg - dummy_view - - - - - - - false - - - - - - ENET0_MDIO_MDC - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_MDIO_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_MDIO_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_PTP_DELAY_REQ_RX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_PTP_DELAY_REQ_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_PTP_PDELAY_REQ_RX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_PTP_PDELAY_REQ_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_PTP_PDELAY_RESP_RX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_PTP_PDELAY_RESP_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_PTP_SYNC_FRAME_RX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_PTP_SYNC_FRAME_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_SOF_RX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_SOF_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_GMII_TXD - - out - - 7 - 0 - - - - reg - dummy_view - - - - - - - false - - - - - - ENET0_GMII_COL - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET0_GMII_CRS - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET0_GMII_RX_CLK - - in - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_GMII_RX_DV - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET0_GMII_RX_ER - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET0_GMII_TX_CLK - - in - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET0_MDIO_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET0_EXT_INTIN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET0_GMII_RXD - - in - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - ENET1_GMII_TX_EN - - out - - 0 - 0 - - - - reg - dummy_view - - - - - - - false - - - - - - ENET1_GMII_TX_ER - - out - - 0 - 0 - - - - reg - dummy_view - - - - - - - false - - - - - - ENET1_MDIO_MDC - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_MDIO_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_MDIO_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_PTP_DELAY_REQ_RX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_PTP_DELAY_REQ_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_PTP_PDELAY_REQ_RX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_PTP_PDELAY_REQ_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_PTP_PDELAY_RESP_RX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_PTP_PDELAY_RESP_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_PTP_SYNC_FRAME_RX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_PTP_SYNC_FRAME_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_SOF_RX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_SOF_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_GMII_TXD - - out - - 7 - 0 - - - - reg - dummy_view - - - - - - - false - - - - - - ENET1_GMII_COL - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET1_GMII_CRS - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET1_GMII_RX_CLK - - in - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_GMII_RX_DV - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET1_GMII_RX_ER - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET1_GMII_TX_CLK - - in - - - std_logic - dummy_view - - - - - - - false - - - - - - ENET1_MDIO_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET1_EXT_INTIN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - ENET1_GMII_RXD - - in - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - GPIO_I - - in - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - GPIO_O - - out - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - GPIO_T - - out - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - I2C0_SDA_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - I2C0_SDA_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - I2C0_SDA_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - I2C0_SCL_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - I2C0_SCL_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - I2C0_SCL_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - I2C1_SDA_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - I2C1_SDA_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - I2C1_SDA_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - I2C1_SCL_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - I2C1_SCL_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - I2C1_SCL_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - PJTAG_TCK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - PJTAG_TMS - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - PJTAG_TDI - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - PJTAG_TDO - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SDIO0_CLK - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SDIO0_CLK_FB - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SDIO0_CMD_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SDIO0_CMD_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SDIO0_CMD_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SDIO0_DATA_I - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - SDIO0_DATA_O - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - SDIO0_DATA_T - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - SDIO0_LED - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SDIO0_CDN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SDIO0_WP - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SDIO0_BUSPOW - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SDIO0_BUSVOLT - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - SDIO1_CLK - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SDIO1_CLK_FB - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SDIO1_CMD_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SDIO1_CMD_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SDIO1_CMD_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SDIO1_DATA_I - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - SDIO1_DATA_O - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - SDIO1_DATA_T - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - SDIO1_LED - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SDIO1_CDN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SDIO1_WP - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SDIO1_BUSPOW - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SDIO1_BUSVOLT - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - SPI0_SCLK_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SPI0_SCLK_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI0_SCLK_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI0_MOSI_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SPI0_MOSI_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI0_MOSI_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI0_MISO_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SPI0_MISO_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI0_MISO_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI0_SS_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SPI0_SS_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI0_SS1_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI0_SS2_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI0_SS_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI1_SCLK_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SPI1_SCLK_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI1_SCLK_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI1_MOSI_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SPI1_MOSI_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI1_MOSI_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI1_MISO_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SPI1_MISO_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI1_MISO_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI1_SS_I - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SPI1_SS_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI1_SS1_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI1_SS2_O - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - SPI1_SS_T - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - UART0_DTRN - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - UART0_RTSN - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - UART0_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - UART0_CTSN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - UART0_DCDN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - UART0_DSRN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - UART0_RIN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - UART0_RX - - in - - - std_logic - dummy_view - - - - 1 - - - - - - false - - - - - - UART1_DTRN - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - UART1_RTSN - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - UART1_TX - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - UART1_CTSN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - UART1_DCDN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - UART1_DSRN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - UART1_RIN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - UART1_RX - - in - - - std_logic - dummy_view - - - - 1 - - - - - - false - - - - - - TTC0_WAVE0_OUT - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - TTC0_WAVE1_OUT - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - TTC0_WAVE2_OUT - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - TTC0_CLK0_IN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - TTC0_CLK1_IN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - TTC0_CLK2_IN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - TTC1_WAVE0_OUT - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - TTC1_WAVE1_OUT - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - TTC1_WAVE2_OUT - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - TTC1_CLK0_IN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - TTC1_CLK1_IN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - TTC1_CLK2_IN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - WDT_CLK_IN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - WDT_RST_OUT - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - TRACE_CLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - TRACE_CLK_OUT - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - TRACE_CTL - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - TRACE_DATA - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - USB0_PORT_INDCTL - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - USB0_VBUS_PWRSELECT - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - USB0_VBUS_PWRFAULT - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - USB1_PORT_INDCTL - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - USB1_VBUS_PWRSELECT - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - USB1_VBUS_PWRFAULT - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - SRAM_INTIN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - M_AXI_GP0_ARVALID - - out - - - std_logic - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_AWVALID - - out - - - std_logic - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_BREADY - - out - - - std_logic - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_RREADY - - out - - - std_logic - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_WLAST - - out - - - std_logic - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_WVALID - - out - - - std_logic - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_ARID - - out - - 11 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_AWID - - out - - 11 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_WID - - out - - 11 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_ARBURST - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_ARLOCK - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_ARSIZE - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_AWBURST - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_AWLOCK - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_AWSIZE - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_ARPROT - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_AWPROT - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_ARADDR - - out - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_AWADDR - - out - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_WDATA - - out - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_ARCACHE - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_ARLEN - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_ARQOS - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_AWCACHE - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_AWLEN - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_AWQOS - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_WSTRB - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - M_AXI_GP0_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - true - - - - - - M_AXI_GP0_ARREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - true - - - - - - M_AXI_GP0_AWREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - true - - - - - - M_AXI_GP0_BVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - true - - - - - - M_AXI_GP0_RLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - true - - - - - - M_AXI_GP0_RVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - true - - - - - - M_AXI_GP0_WREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - true - - - - - - M_AXI_GP0_BID - - in - - 11 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - true - - - - - - M_AXI_GP0_RID - - in - - 11 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - true - - - - - - M_AXI_GP0_BRESP - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - true - - - - - - M_AXI_GP0_RRESP - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - true - - - - - - M_AXI_GP0_RDATA - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - true - - - - - - M_AXI_GP1_ARVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_AWVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_BREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_RREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_WLAST - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_WVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_ARID - - out - - 11 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_AWID - - out - - 11 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_WID - - out - - 11 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_ARBURST - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_ARLOCK - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_ARSIZE - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_AWBURST - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_AWLOCK - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_AWSIZE - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_ARPROT - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_AWPROT - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_ARADDR - - out - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_AWADDR - - out - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_WDATA - - out - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_ARCACHE - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_ARLEN - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_ARQOS - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_AWCACHE - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_AWLEN - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_AWQOS - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_WSTRB - - out - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - M_AXI_GP1_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - M_AXI_GP1_ARREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - M_AXI_GP1_AWREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - M_AXI_GP1_BVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - M_AXI_GP1_RLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - M_AXI_GP1_RVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - M_AXI_GP1_WREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - M_AXI_GP1_BID - - in - - 11 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - M_AXI_GP1_RID - - in - - 11 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - M_AXI_GP1_BRESP - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - M_AXI_GP1_RRESP - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - M_AXI_GP1_RDATA - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_ARREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_GP0_AWREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_GP0_BVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_GP0_RLAST - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_GP0_RVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_GP0_WREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_GP0_BRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_GP0_RRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_GP0_RDATA - - out - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_GP0_BID - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_GP0_RID - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_GP0_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_ARVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_AWVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_BREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_RREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_WLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_WVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_ARBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_ARLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_ARSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_AWBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_AWLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_AWSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_ARPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_AWPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_ARADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_AWADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_WDATA - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_ARCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_ARLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_ARQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_AWCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_AWLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_AWQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_WSTRB - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_ARID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_AWID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP0_WID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_ARREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_GP1_AWREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_GP1_BVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_GP1_RLAST - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_GP1_RVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_GP1_WREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_GP1_BRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_GP1_RRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_GP1_RDATA - - out - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_GP1_BID - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_GP1_RID - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_GP1_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_ARVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_AWVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_BREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_RREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_WLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_WVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_ARBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_ARLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_ARSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_AWBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_AWLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_AWSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_ARPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_AWPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_ARADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_AWADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_WDATA - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_ARCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_ARLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_ARQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_AWCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_AWLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_AWQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_WSTRB - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_ARID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_AWID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_GP1_WID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_ARREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_ACP_AWREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_ACP_BVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_ACP_RLAST - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_ACP_RVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_ACP_WREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_ACP_BRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_ACP_RRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_ACP_BID - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_ACP_RID - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_ACP_RDATA - - out - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_ACP_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_ARVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_AWVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_BREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_RREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_WLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_WVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_ARID - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_ARPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_AWID - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_AWPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_WID - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_ARADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_AWADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_ARCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_ARLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_ARQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_AWCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_AWLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_AWQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_ARBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_ARLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_ARSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_AWBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_AWLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_AWSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_ARUSER - - in - - 4 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_AWUSER - - in - - 4 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_WDATA - - in - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_ACP_WSTRB - - in - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_ARREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_AWREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_BVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_RLAST - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_RVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_WREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_BRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_RRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_BID - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_RID - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_RDATA - - out - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_RCOUNT - - out - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_WCOUNT - - out - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_RACOUNT - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_WACOUNT - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP0_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_ARVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_AWVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_BREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_RDISSUECAP1_EN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_RREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_WLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_WRISSUECAP1_EN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_WVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_ARBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_ARLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_ARSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_AWBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_AWLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_AWSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_ARPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_AWPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_ARADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_AWADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_ARCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_ARLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_ARQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_AWCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_AWLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_AWQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_ARID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_AWID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_WID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_WDATA - - in - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP0_WSTRB - - in - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_ARREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_AWREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_BVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_RLAST - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_RVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_WREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_BRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_RRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_BID - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_RID - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_RDATA - - out - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_RCOUNT - - out - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_WCOUNT - - out - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_RACOUNT - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_WACOUNT - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP1_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_ARVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_AWVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_BREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_RDISSUECAP1_EN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_RREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_WLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_WRISSUECAP1_EN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_WVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_ARBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_ARLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_ARSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_AWBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_AWLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_AWSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_ARPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_AWPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_ARADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_AWADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_ARCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_ARLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_ARQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_AWCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_AWLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_AWQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_ARID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_AWID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_WID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_WDATA - - in - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP1_WSTRB - - in - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_ARREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_AWREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_BVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_RLAST - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_RVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_WREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_BRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_RRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_BID - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_RID - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_RDATA - - out - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_RCOUNT - - out - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_WCOUNT - - out - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_RACOUNT - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_WACOUNT - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP2_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_ARVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_AWVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_BREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_RDISSUECAP1_EN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_RREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_WLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_WRISSUECAP1_EN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_WVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_ARBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_ARLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_ARSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_AWBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_AWLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_AWSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_ARPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_AWPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_ARADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_AWADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_ARCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_ARLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_ARQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_AWCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_AWLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_AWQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_ARID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_AWID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_WID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_WDATA - - in - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP2_WSTRB - - in - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_ARREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_AWREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_BVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_RLAST - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_RVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_WREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_BRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_RRESP - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_BID - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_RID - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_RDATA - - out - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_RCOUNT - - out - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_WCOUNT - - out - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_RACOUNT - - out - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_WACOUNT - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - S_AXI_HP3_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_ARVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_AWVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_BREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_RDISSUECAP1_EN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_RREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_WLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_WRISSUECAP1_EN - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_WVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_ARBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_ARLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_ARSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_AWBURST - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_AWLOCK - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_AWSIZE - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_ARPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_AWPROT - - in - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_ARADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_AWADDR - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_ARCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_ARLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_ARQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_AWCACHE - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_AWLEN - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_AWQOS - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_ARID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_AWID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_WID - - in - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_WDATA - - in - - 63 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - S_AXI_HP3_WSTRB - - in - - 7 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - IRQ_P2F_DMAC_ABORT - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_DMAC0 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_DMAC1 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_DMAC2 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_DMAC3 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_DMAC4 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_DMAC5 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_DMAC6 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_DMAC7 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_SMC - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_QSPI - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_CTI - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_GPIO - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_USB0 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_ENET0 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_ENET_WAKE0 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_SDIO0 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_I2C0 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_SPI0 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_UART0 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_CAN0 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_USB1 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_ENET1 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_ENET_WAKE1 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_SDIO1 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_I2C1 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_SPI1 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_UART1 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_P2F_CAN1 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - IRQ_F2P - - in - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - Core0_nFIQ - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - Core0_nIRQ - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - Core1_nFIQ - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - Core1_nIRQ - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA0_DATYPE - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - DMA0_DAVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - DMA0_DRREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - DMA1_DATYPE - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - DMA1_DAVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - DMA1_DRREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - DMA2_DATYPE - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - DMA2_DAVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - DMA2_DRREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - DMA3_DATYPE - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - DMA3_DAVALID - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - DMA3_DRREADY - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - DMA0_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA0_DAREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA0_DRLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA0_DRVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA1_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA1_DAREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA1_DRLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA1_DRVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA2_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA2_DAREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA2_DRLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA2_DRVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA3_ACLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA3_DAREADY - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA3_DRLAST - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA3_DRVALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DMA0_DRTYPE - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - DMA1_DRTYPE - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - DMA2_DRTYPE - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - DMA3_DRTYPE - - in - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - FCLK_CLK0 - - out - - - std_logic - dummy_view - - - - - - - true - - - - - - FCLK_CLK1 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FCLK_CLK2 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FCLK_CLK3 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FCLK_CLKTRIG0_N - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FCLK_CLKTRIG1_N - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FCLK_CLKTRIG2_N - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FCLK_CLKTRIG3_N - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FCLK_RESET0_N - - out - - - std_logic - dummy_view - - - - - - - true - - - - - - FCLK_RESET1_N - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FCLK_RESET2_N - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FCLK_RESET3_N - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FTMD_TRACEIN_DATA - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - FTMD_TRACEIN_VALID - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FTMD_TRACEIN_CLK - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FTMD_TRACEIN_ATID - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - FTMT_F2P_TRIG_0 - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FTMT_F2P_TRIGACK_0 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FTMT_F2P_TRIG_1 - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FTMT_F2P_TRIGACK_1 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FTMT_F2P_TRIG_2 - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FTMT_F2P_TRIGACK_2 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FTMT_F2P_TRIG_3 - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FTMT_F2P_TRIGACK_3 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FTMT_F2P_DEBUG - - in - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - FTMT_P2F_TRIGACK_0 - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FTMT_P2F_TRIG_0 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FTMT_P2F_TRIGACK_1 - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FTMT_P2F_TRIG_1 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FTMT_P2F_TRIGACK_2 - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FTMT_P2F_TRIG_2 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FTMT_P2F_TRIGACK_3 - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - FTMT_P2F_TRIG_3 - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - FTMT_P2F_DEBUG - - out - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - FPGA_IDLE_N - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - EVENT_EVENTO - - out - - - std_logic - dummy_view - - - - - - - false - - - - - - EVENT_STANDBYWFE - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - EVENT_STANDBYWFI - - out - - 1 - 0 - - - - std_logic_vector - dummy_view - - - - - - - false - - - - - - EVENT_EVENTI - - in - - - std_logic - dummy_view - - - - 0 - - - - - - false - - - - - - DDR_ARB - - in - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - - false - - - - - - MIO - - inout - - 53 - 0 - - - - std_logic_vector - dummy_view - - - - - - DDR_CAS_n - - inout - - - std_logic - dummy_view - - - - - - - true - - - - - - DDR_CKE - - inout - - - std_logic - dummy_view - - - - - - - true - - - - - - DDR_Clk_n - - inout - - - std_logic - dummy_view - - - - - - - true - - - - - - DDR_Clk - - inout - - - std_logic - dummy_view - - - - - - - true - - - - - - DDR_CS_n - - inout - - - std_logic - dummy_view - - - - - - - true - - - - - - DDR_DRSTB - - inout - - - std_logic - dummy_view - - - - - - - true - - - - - - DDR_ODT - - inout - - - std_logic - dummy_view - - - - - - - true - - - - - - DDR_RAS_n - - inout - - - std_logic - dummy_view - - - - - - - true - - - - - - DDR_WEB - - inout - - - std_logic - dummy_view - - - - - - - true - - - - - - DDR_BankAddr - - inout - - 2 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - DDR_Addr - - inout - - 14 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - DDR_VRN - - inout - - - std_logic - dummy_view - - - - - - - true - - - - - - DDR_VRP - - inout - - - std_logic - dummy_view - - - - - - - true - - - - - - DDR_DM - - inout - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - DDR_DQ - - inout - - 31 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - DDR_DQS_n - - inout - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - DDR_DQS - - inout - - 3 - 0 - - - - std_logic_vector - dummy_view - - - - - - - true - - - - - - PS_SRSTB - - inout - - - std_logic - dummy_view - - - - - - PS_CLK - - inout - - - std_logic - dummy_view - - - - - - PS_PORB - - inout - - - std_logic - dummy_view - - - - - - M_AXI_GP0_rd_socket - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - M_AXI_GP0_wr_socket - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - M_AXI_GP1_rd_socket - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - M_AXI_GP1_wr_socket - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_GP0_rd_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_GP0_wr_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_GP1_rd_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_GP2_rd_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_GP3_rd_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_GP1_wr_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_GP2_wr_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_GP3_wr_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_HP0_rd_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_HP0_wr_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_HP1_rd_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_HP1_wr_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_HP2_rd_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_HP2_wr_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_HP3_rd_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_HP3_wr_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_ACP_rd_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - S_AXI_ACP_wr_socket - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - DMA0_REQ_tlm_axis_socket - - - xtlm::xtlm_axis_target_socket - xtlm.h - - - provides - - - tlm - xtlm.h - - - name - socket - - - width - 32 - - - - - - - 0 - - - - - DMA0_ACK_tlm_axis_socket - - - xtlm::xtlm_axis_initiator_socket - xtlm.h - - - requires - - - tlm - xtlm.h - - - name - socket - - - width - 32 - - - - - - - 0 - - - - - DMA1_REQ_tlm_axis_socket - - - xtlm::xtlm_axis_target_socket - xtlm.h - - - provides - - - tlm - xtlm.h - - - name - socket - - - width - 32 - - - - - - - 0 - - - - - DMA1_ACK_tlm_axis_socket - - - xtlm::xtlm_axis_initiator_socket - xtlm.h - - - requires - - - tlm - xtlm.h - - - name - socket - - - width - 32 - - - - - - - 0 - - - - - DMA2_REQ_tlm_axis_socket - - - xtlm::xtlm_axis_target_socket - xtlm.h - - - provides - - - tlm - xtlm.h - - - name - socket - - - width - 32 - - - - - - - 0 - - - - - DMA2_ACK_tlm_axis_socket - - - xtlm::xtlm_axis_initiator_socket - xtlm.h - - - requires - - - tlm - xtlm.h - - - name - socket - - - width - 32 - - - - - - - 0 - - - - - DMA3_REQ_tlm_axis_socket - - - xtlm::xtlm_axis_target_socket - xtlm.h - - - provides - - - tlm - xtlm.h - - - name - socket - - - width - 32 - - - - - - - 0 - - - - - DMA3_ACK_tlm_axis_socket - - - xtlm::xtlm_axis_initiator_socket - xtlm.h - - - requires - - - tlm - xtlm.h - - - name - socket - - - width - 32 - - - - - - - 0 - - - - - FTM_TRACE_DATA_tlm_axis_socket - - - xtlm::xtlm_axis_target_socket - xtlm.h - - - provides - - - tlm - xtlm.h - - - name - socket - - - width - 32 - - - - - - - 0 - - - - - - - C_EN_EMIO_PJTAG - 0 - - - C_EN_EMIO_ENET0 - 0 - - - C_EN_EMIO_ENET1 - 0 - - - C_EN_EMIO_TRACE - 0 - - - C_INCLUDE_TRACE_BUFFER - 0 - - - C_TRACE_BUFFER_FIFO_SIZE - 128 - - - USE_TRACE_DATA_EDGE_DETECTOR - 0 - - - C_TRACE_PIPELINE_WIDTH - 8 - - - C_TRACE_BUFFER_CLOCK_DELAY - 12 - - - C_EMIO_GPIO_WIDTH - 64 - - - C_INCLUDE_ACP_TRANS_CHECK - 0 - - - C_USE_DEFAULT_ACP_USER_VAL - 0 - - - C_S_AXI_ACP_ARUSER_VAL - 31 - - - C_S_AXI_ACP_AWUSER_VAL - 31 - - - C_M_AXI_GP0_ID_WIDTH - 12 - - - C_M_AXI_GP0_ENABLE_STATIC_REMAP - 0 - - - C_M_AXI_GP1_ID_WIDTH - 12 - - - C_M_AXI_GP1_ENABLE_STATIC_REMAP - 0 - - - C_S_AXI_GP0_ID_WIDTH - 6 - - - C_S_AXI_GP1_ID_WIDTH - 6 - - - C_S_AXI_ACP_ID_WIDTH - 3 - - - C_S_AXI_HP0_ID_WIDTH - 6 - - - C_S_AXI_HP0_DATA_WIDTH - 64 - - - C_S_AXI_HP1_ID_WIDTH - 6 - - - C_S_AXI_HP1_DATA_WIDTH - 64 - - - C_S_AXI_HP2_ID_WIDTH - 6 - - - C_S_AXI_HP2_DATA_WIDTH - 64 - - - C_S_AXI_HP3_ID_WIDTH - 6 - - - C_S_AXI_HP3_DATA_WIDTH - 64 - - - C_M_AXI_GP0_THREAD_ID_WIDTH - 12 - - - C_M_AXI_GP1_THREAD_ID_WIDTH - 12 - - - C_NUM_F2P_INTR_INPUTS - 1 - - - C_IRQ_F2P_MODE - DIRECT - - - C_DQ_WIDTH - 32 - - - C_DQS_WIDTH - 4 - - - C_DM_WIDTH - 4 - - - C_MIO_PRIMITIVE - 54 - - - C_TRACE_INTERNAL_WIDTH - 2 - - - C_USE_AXI_NONSECURE - 0 - - - C_USE_M_AXI_GP0 - 1 - - - C_USE_M_AXI_GP1 - 0 - - - C_USE_S_AXI_GP0 - 0 - - - C_USE_S_AXI_GP1 - 0 - - - C_USE_S_AXI_HP0 - 0 - - - C_USE_S_AXI_HP1 - 0 - - - C_USE_S_AXI_HP2 - 0 - - - C_USE_S_AXI_HP3 - 0 - - - C_USE_S_AXI_ACP - 0 - - - C_PS7_SI_REV - PRODUCTION - - - C_FCLK_CLK0_BUF - TRUE - - - C_FCLK_CLK1_BUF - FALSE - - - C_FCLK_CLK2_BUF - FALSE - - - C_FCLK_CLK3_BUF - FALSE - - - C_PACKAGE_NAME - clg400 - - - C_GP0_EN_MODIFIABLE_TXN - 1 - - - C_GP1_EN_MODIFIABLE_TXN - 1 - - - - - - choice_list_020b381d - <Select> - MIO 40 .. 51 - - - choice_list_070fff2f - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - - - choice_list_0d7de060 - ARM PLL - DDR PLL - IO PLL - External - - - choice_list_1075ca33 - 4 - 2 - - - choice_list_129b798f - <Select> - EMIO - MIO 18 - MIO 30 - MIO 42 - - - choice_list_13f07802 - DISABLED - - - choice_list_1a80fa5a - <Select> - EMIO - MIO 18 .. 19 - MIO 30 .. 31 - MIO 42 .. 43 - - - choice_list_1e4fa2cf - <Select> - MIO - - - choice_list_2091a159 - <Select> - MIO 0 2.. 14 - - - choice_list_20dc6536 - 32 - 16 - - - choice_list_2328412a - HPR(0)/LPR(32) - HPR(8)/LPR(24) - HPR(16)/LPR(16) - HPR(24)/LPR(8) - HPR(32)/LPR(0) - - - choice_list_27376075 - 12 - - - choice_list_2d7daef4 - disabled - enabled - - - choice_list_2e355d8b - Normal (0-85) - High (95 Max) - - - choice_list_303d848a - <Select> - MIO 1 - - - choice_list_30d18a73 - 0xE0105fff - - - choice_list_319636fe - 0xE0104fff - - - choice_list_32c7371b - 128 MBits - 256 MBits - 512 MBits - 1024 MBits - 2048 MBits - 4096 MBits - 8192 MBits - - - choice_list_353a343d - <Select> - MIO 3 .. 39 - - - choice_list_35b40bd0 - 6 - - - choice_list_3607bdd0 - 0xE0102fff - - - choice_list_3740015d - 0xE0103fff - - - choice_list_390b0393 - <Select> - EMIO - MIO 16 .. 21 - MIO 28 .. 33 - MIO 40 .. 45 - - - choice_list_3b9f1944 - <Select> - x8 - - - choice_list_3c74058c - <Select> - MIO 0 - MIO 2 - MIO 4 - MIO 6 - MIO 8 - MIO 10 - MIO 12 - MIO 14 - MIO 16 - MIO 18 - MIO 20 - MIO 22 - MIO 24 - MIO 26 - MIO 28 - MIO 30 - MIO 32 - MIO 34 - MIO 36 - MIO 38 - MIO 40 - MIO 42 - MIO 44 - MIO 46 - MIO 48 - MIO 50 - MIO 52 - - - choice_list_3f5f808e - LVCMOS 3.3V - LVCMOS 2.5V - HSTL 1.8V - LVCMOS 1.8V - - - choice_list_422ff54b - <Select> - fast - slow - - - choice_list_45a0fd9c - <Select> - EMIO - MIO 14 .. 15 - MIO 26 .. 27 - - - choice_list_46eb370a - DIRECT - REVERSE - - - choice_list_49727578 - 0x00100000 - 0x00040000 - - - choice_list_4d36a164 - <Select> - Low - Medium - High - - - choice_list_56c426e3 - <Select> - in - out - inout - - - choice_list_56e9f994 - <Select> - EMIO - MIO 10 .. 13 - MIO 22 .. 25 - MIO 34 .. 37 - MIO 46 .. 49 - - - choice_list_5d0f73c4 - <Select> - EMIO - MIO 10 .. 11 - MIO 14 .. 15 - MIO 18 .. 19 - MIO 22 .. 23 - MIO 26 .. 27 - MIO 30 .. 31 - MIO 34 .. 35 - MIO 38 .. 39 - MIO 42 .. 43 - MIO 46 .. 47 - MIO 50 .. 51 - - - choice_list_5d70a6b7 - <Select> - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 - 36 - 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 - 47 - 48 - 49 - 50 - 51 - 52 - 53 - 54 - 55 - 56 - 57 - 58 - 59 - 60 - 61 - 62 - 63 - 64 - - - choice_list_606c1634 - <Select> - EMIO - MIO 52 .. 53 - - - choice_list_6727dfa6 - 1 - 0 - - - choice_list_6a282484 - <Select> - EMIO - MIO 0 - MIO 1 - MIO 2 - MIO 3 - MIO 4 - MIO 5 - MIO 6 - MIO 9 - MIO 10 - MIO 11 - MIO 12 - MIO 13 - MIO 14 - MIO 15 - MIO 16 - MIO 17 - MIO 18 - MIO 19 - MIO 20 - MIO 21 - MIO 22 - MIO 23 - MIO 24 - MIO 25 - MIO 26 - MIO 27 - MIO 28 - MIO 29 - MIO 30 - MIO 31 - MIO 32 - MIO 33 - MIO 34 - MIO 35 - MIO 36 - MIO 37 - MIO 38 - MIO 39 - MIO 40 - MIO 41 - MIO 42 - MIO 43 - MIO 44 - MIO 45 - MIO 46 - MIO 47 - MIO 48 - MIO 49 - MIO 50 - MIO 51 - MIO 52 - MIO 53 - - - choice_list_6bc4d474 - LVCMOS 3.3V - - - choice_list_6bd7fb73 - Active High - Active Low - - - choice_list_7275faaa - <Select> - LVCMOS 3.3V - - - choice_list_72f3e128 - LVCMOS 1.8V - LVCMOS 2.5V - LVCMOS 3.3V - HSTL 1.8V - - - choice_list_767f870c - External - - - choice_list_7abc2131 - 16 Bit - 32 Bit - - - choice_list_7bfdc3d8 - <Select> - EMIO - MIO 20 - MIO 32 - MIO 44 - - - choice_list_7d098ed6 - ARM PLL - IO PLL - DDR PLL - External - - - choice_list_7d6d1b3f - 1 - 2 - 3 - - - choice_list_7f27baa5 - DDR3_800D - DDR3_800E - DDR3_1066E - DDR3_1066F - DDR3_1066G - DDR3_1333F - DDR3_1333G - DDR3_1333H - DDR3_1333J - DDR3_1600G - DDR3_1600H - DDR3_1600J - DDR3_1600K - - - choice_list_82c3921b - 0xE0008FFF - - - choice_list_83072ce2 - <Select> - MIO 1 - MIO 3 - MIO 5 - MIO 7 - MIO 9 - MIO 11 - MIO 13 - MIO 15 - MIO 17 - MIO 19 - MIO 21 - MIO 23 - MIO 25 - MIO 27 - MIO 29 - MIO 31 - MIO 33 - MIO 35 - MIO 37 - MIO 39 - MIO 41 - MIO 43 - MIO 45 - MIO 47 - MIO 49 - MIO 51 - MIO 53 - - - choice_list_83842e96 - 0xE0009FFF - - - choice_list_86458347 - fast - slow - - - choice_list_86fc01e0 - <Select> - EMIO - MIO 16 .. 27 - - - choice_list_88a617f1 - <Select> - EMIO - MIO 12 .. 13 - MIO 16 .. 17 - MIO 20 .. 21 - MIO 24 .. 25 - MIO 28 .. 29 - MIO 32 .. 33 - MIO 36 .. 37 - MIO 40 .. 41 - MIO 44 .. 45 - MIO 48 .. 49 - MIO 52 .. 53 - - - choice_list_88fe7673 - 0xE0000FFF - - - choice_list_893462de - <Select> - EMIO - MIO 8 .. 9 - MIO 12 .. 13 - MIO 16 .. 17 - MIO 20 .. 21 - MIO 24 .. 25 - MIO 28 .. 29 - MIO 32 .. 33 - MIO 36 .. 37 - MIO 40 .. 41 - MIO 44 .. 45 - MIO 48 .. 49 - MIO 52 .. 53 - - - choice_list_89b9cafe - 0xE0001FFF - - - choice_list_8af5a703 - 0 - 1 - - - choice_list_8ca738ca - 0xE0005FFF - - - choice_list_8de08447 - 0xE0004FFF - - - choice_list_8e2841d0 - 0xE0007FFF - - - choice_list_8f6ffd5d - 0xE0006FFF - - - choice_list_908f40dd - <Select> - EMIO - MIO 16 .. 19 - - - choice_list_92aefd84 - 0xE0104000 - - - choice_list_935a3e6e - <Select> - EMIO - MIO 12 .. 13 - MIO 24 .. 25 - - - choice_list_93a2bb4f - <Select> - EMIO - MIO 13 - MIO 25 - MIO 37 - MIO 49 - - - choice_list_93e94109 - 0xE0105000 - - - choice_list_9478ca27 - 0xE0103000 - - - choice_list_953f76aa - 0xE0102000 - - - choice_list_95a9da0c - in - out - inout - - - choice_list_96d47178 - <Select> - EMIO - MIO 14 - MIO 26 - MIO 38 - MIO 50 - - - choice_list_96d47805 - 32 - 64 - 128 - 256 - - - choice_list_96f7b33d - 0xE0101000 - - - choice_list_97b00fb0 - 0xE0100000 - - - choice_list_99ba8646 - 32 - 64 - - - choice_list_9e358632 - None - Default - ZC702 - ZC706 - ZedBoard - - - choice_list_a0318123 - 54 - 32 - - - choice_list_a0c775a9 - clg484 - clg225 - clg400 - ffg676 - fbg676 - fbg484 - ffg900 - cl400 - cl484 - rf676 - fb484 - - - choice_list_a841b9a1 - 1000 Mbps - 100 Mbps - 10 Mbps - - - choice_list_a8e6d6fb - <Select> - EMIO - MIO 14 .. 15 - MIO 26 .. 27 - MIO 38 .. 39 - MIO 50 .. 51 - MIO 52 .. 53 - - - choice_list_ae9f88f6 - 1 - - - choice_list_af9e7a8f - <Select> - EMIO - MIO 10 .. 11 - MIO 22 .. 23 - - - choice_list_b3ee7919 - <Select> - EMIO - MIO 0 - MIO 1 - MIO 2 - MIO 3 - MIO 4 - MIO 5 - MIO 6 - MIO 7 - MIO 8 - MIO 9 - MIO 10 - MIO 11 - MIO 12 - MIO 13 - MIO 14 - MIO 15 - MIO 16 - MIO 17 - MIO 18 - MIO 19 - MIO 20 - MIO 21 - MIO 22 - MIO 23 - MIO 24 - MIO 25 - MIO 26 - MIO 27 - MIO 28 - MIO 29 - MIO 30 - MIO 31 - MIO 32 - MIO 33 - MIO 34 - MIO 35 - MIO 36 - MIO 37 - MIO 38 - MIO 39 - MIO 40 - MIO 41 - MIO 42 - MIO 43 - MIO 44 - MIO 45 - MIO 46 - MIO 47 - MIO 48 - MIO 49 - MIO 50 - MIO 51 - MIO 52 - MIO 53 - - - choice_list_b4a6147c - 0xE000B000 - - - choice_list_b5e1a8f1 - 0xE000C000 - - - choice_list_b66926f4 - <Select> - EMIO - MIO 28 .. 39 - - - choice_list_b6ff1ce3 - <Select> - EMIO - MIO 15 - MIO 27 - MIO 39 - MIO 51 - - - choice_list_b76ed1eb - 0xE000A000 - - - choice_list_ba65fe0e - <Select> - EMIO - MIO 2 .. 9 - - - choice_list_bc805c93 - <Select> - x1 - x2 - x4 - - - choice_list_bd8e4b31 - 6:2:1 - 4:2:1 - - - choice_list_be8ca58c - MT41J128M8 JP-125 - MT41J128M8 JP-15E - MT41J64M16 JT-125G - MT41J64M16 JT-15E - MT41J256M8 DA-107 - MT41K128M16 JT-125 - MT41J256M8 HX-125 - MT41J256M8 HX-15E - MT41J256M8 HX-187E - MT41J128M16 HA-107G - MT41J128M16 HA-125 - MT41J128M16 HA-15E - MT41J128M16 HA-187E - MT41J512M8 RA-15E - MT41K128M16 HA-15E - MT41K256M16 RE-125 - MT41K256M16 RE-15E - MT41K256M8 DA-125 - MT41K256M8 DA-15E - MT41K256M8 HX-15E - MT41J256M16 RE-125 - Custom - - - choice_list_bed41605 - PRODUCTION - - - choice_list_c11320b6 - 0x3FFFFFFF - - - choice_list_c4046e95 - 0xE0100FFF - - - choice_list_c543d218 - 0xE0101FFF - - - choice_list_c5ebb0ea - LPDDR 2 - DDR 2 - DDR 3 - DDR 3 (Low Voltage) - - - choice_list_ca108395 - 2 - 4 - 8 - 16 - 32 - - - choice_list_ce8c471b - <Select> - disabled - enabled - - - choice_list_d0304fb3 - 0xE0009000 - - - choice_list_d10f4555 - FALSE - TRUE - - - choice_list_d177f33e - 0xE0008000 - - - choice_list_d282f9a2 - <Select> - EMIO - MIO 16 .. 17 - MIO 28 .. 29 - MIO 40 .. 41 - - - choice_list_d2a5f697 - CPU_1X - External - - - choice_list_d2f51b63 - <Select> - MIO 0 9 .. 13 - - - choice_list_d525dd8e - 0xFCFFFFFF - - - choice_list_d54f49f9 - <Select> - MIO 28 .. 39 - - - choice_list_d679c87d - <Select> - MIO 0 - MIO 1 - MIO 2 - MIO 3 - MIO 4 - MIO 5 - MIO 6 - MIO 7 - MIO 8 - MIO 9 - MIO 10 - MIO 11 - MIO 12 - MIO 13 - MIO 14 - MIO 15 - MIO 16 - MIO 17 - MIO 18 - MIO 19 - MIO 20 - MIO 21 - MIO 22 - MIO 23 - MIO 24 - MIO 25 - MIO 26 - MIO 27 - MIO 28 - MIO 29 - MIO 30 - MIO 31 - MIO 32 - MIO 33 - MIO 34 - MIO 35 - MIO 36 - MIO 37 - MIO 38 - MIO 39 - MIO 40 - MIO 41 - MIO 42 - MIO 43 - MIO 44 - MIO 45 - MIO 46 - MIO 47 - MIO 48 - MIO 49 - MIO 50 - MIO 51 - MIO 52 - MIO 53 - - - choice_list_d88af9c3 - <Select> - Share reset pin - Separate reset pins - - - choice_list_da0dabdb - 0xE0001000 - - - choice_list_db4a1756 - 0xE0000000 - - - choice_list_dc7979fd - <Select> - MIO 8 - - - choice_list_dc85a6c5 - ARM PLL - DDR PLL - External - IO PLL - - - choice_list_dcdb9c78 - 0xE0006000 - - - choice_list_dd9c20f5 - 0xE0007000 - - - choice_list_de54e562 - 0xE0004000 - - - choice_list_de6d24b0 - <Select> - MIO 1 .. 6 - - - choice_list_df1359ef - 0xE0005000 - - - choice_list_e14dbfa8 - <Select> - MIO 0 - - - choice_list_e4dab0ce - 0xE000AFFF - - - choice_list_e655c9d4 - 0xE000CFFF - - - choice_list_e7127559 - 0xE000BFFF - - - choice_list_e743b0fa - DDR PLL - - - choice_list_ea556125 - ARM PLL - DDR PLL - IO PLL - - - choice_list_eaad72ce - 8 Bits - 16 Bits - 32 Bits - - - choice_list_f192fb1e - <Select> - EMIO - MIO 19 - MIO 31 - MIO 43 - - - choice_list_f585525a - 110 - 300 - 1200 - 2400 - 4800 - 9600 - 19200 - 38400 - 57600 - 115200 - 128000 - 230400 - 460800 - 921600 - - - choice_list_f591e16e - DDR PLL - ARM PLL - IO PLL - - - choice_list_f5e7200e - 6 - 12 - - - choice_list_f632ce2e - EMIO - MIO 10 .. 11 - MIO 14 .. 15 - MIO 18 .. 19 - MIO 22 .. 23 - MIO 26 .. 27 - MIO 30 .. 31 - MIO 34 .. 35 - MIO 38 .. 39 - MIO 42 .. 43 - MIO 46 .. 47 - MIO 50 .. 51 - - - choice_list_f7022b26 - <Select> - EMIO - MIO 10 .. 15 - MIO 22 .. 27 - MIO 34 .. 39 - MIO 46 .. 51 - - - choice_list_f7b6ff1b - <Select> - EMIO - - - choice_list_fb1b25ef - <Select> - MIO 16 .. 23 - - - choice_list_fc3456a9 - Disabled - Enabled - - - choice_list_fd37a6fb - 4 - 8 - - - choice_list_fe5d5471 - <Select> - Share reset pin - - - - - CPU0_A9 - - - - is_visible - FALSE - - - processor_type - ARM - - - - - CPU1_A9 - - - - is_visible - FALSE - - - processor_type - ARM - - - - - Arm dual core SOC with Zynq fpga - - - PCW_DDR_RAM_BASEADDR - PCW DDR RAM BASEADDR - 0x00100000 - - - - true - - - - - - PCW_DDR_RAM_HIGHADDR - PCW DDR RAM HIGHADDR - 0x1FFFFFFF - - - - true - - - - - - PCW_UART0_BASEADDR - PCW UART0 BASEADDR - 0xE0000000 - - - - true - - - - - - PCW_UART0_HIGHADDR - PCW UART0 HIGHADDR - 0xE0000FFF - - - - true - - - - - - PCW_UART1_BASEADDR - PCW UART1 BASEADDR - 0xE0001000 - - - - false - - - - - - PCW_UART1_HIGHADDR - PCW UART1 HIGHADDR - 0xE0001FFF - - - - false - - - - - - PCW_I2C0_BASEADDR - PCW I2C0 BASEADDR - 0xE0004000 - - - - false - - - - - - PCW_I2C0_HIGHADDR - PCW I2C0 HIGHADDR - 0xE0004FFF - - - - false - - - - - - PCW_I2C1_BASEADDR - PCW I2C1 BASEADDR - 0xE0005000 - - - - false - - - - - - PCW_I2C1_HIGHADDR - PCW I2C1 HIGHADDR - 0xE0005FFF - - - - false - - - - - - PCW_SPI0_BASEADDR - PCW SPI0 BASEADDR - 0xE0006000 - - - - false - - - - - - PCW_SPI0_HIGHADDR - PCW SPI0 HIGHADDR - 0xE0006FFF - - - - false - - - - - - PCW_SPI1_BASEADDR - PCW SPI1 BASEADDR - 0xE0007000 - - - - false - - - - - - PCW_SPI1_HIGHADDR - PCW SPI1 HIGHADDR - 0xE0007FFF - - - - false - - - - - - PCW_CAN0_BASEADDR - PCW CAN0 BASEADDR - 0xE0008000 - - - - false - - - - - - PCW_CAN0_HIGHADDR - PCW CAN0 HIGHADDR - 0xE0008FFF - - - - false - - - - - - PCW_CAN1_BASEADDR - PCW CAN1 BASEADDR - 0xE0009000 - - - - false - - - - - - PCW_CAN1_HIGHADDR - PCW CAN1 HIGHADDR - 0xE0009FFF - - - - false - - - - - - PCW_GPIO_BASEADDR - PCW GPIO BASEADDR - 0xE000A000 - - - - false - - - - - - PCW_GPIO_HIGHADDR - PCW GPIO HIGHADDR - 0xE000AFFF - - - - false - - - - - - PCW_ENET0_BASEADDR - PCW ENET0 BASEADDR - 0xE000B000 - - - - false - - - - - - PCW_ENET0_HIGHADDR - PCW ENET0 HIGHADDR - 0xE000BFFF - - - - false - - - - - - PCW_ENET1_BASEADDR - PCW ENET1 BASEADDR - 0xE000C000 - - - - false - - - - - - PCW_ENET1_HIGHADDR - PCW ENET1 HIGHADDR - 0xE000CFFF - - - - false - - - - - - PCW_SDIO0_BASEADDR - PCW SDIO0 BASEADDR - 0xE0100000 - - - - false - - - - - - PCW_SDIO0_HIGHADDR - PCW SDIO0 HIGHADDR - 0xE0100FFF - - - - false - - - - - - PCW_SDIO1_BASEADDR - PCW SDIO1 BASEADDR - 0xE0101000 - - - - false - - - - - - PCW_SDIO1_HIGHADDR - PCW SDIO1 HIGHADDR - 0xE0101FFF - - - - false - - - - - - PCW_USB0_BASEADDR - PCW USB0 BASEADDR - 0xE0102000 - - - - false - - - - - - PCW_USB0_HIGHADDR - PCW USB0 HIGHADDR - 0xE0102fff - - - - false - - - - - - PCW_USB1_BASEADDR - PCW USB1 BASEADDR - 0xE0103000 - - - - false - - - - - - PCW_USB1_HIGHADDR - PCW USB1 HIGHADDR - 0xE0103fff - - - - false - - - - - - PCW_TTC0_BASEADDR - PCW TTC0 BASEADDR - 0xE0104000 - - - - false - - - - - - PCW_TTC0_HIGHADDR - PCW TTC0 HIGHADDR - 0xE0104fff - - - - false - - - - - - PCW_TTC1_BASEADDR - PCW TTC1 BASEADDR - 0xE0105000 - - - - false - - - - - - PCW_TTC1_HIGHADDR - PCW TTC1 HIGHADDR - 0xE0105fff - - - - false - - - - - - PCW_FCLK_CLK0_BUF - PCW FCLK CLK0 BUF - TRUE - - - - true - - - - - - PCW_FCLK_CLK1_BUF - PCW FCLK CLK1 BUF - FALSE - - - - false - - - - - - PCW_FCLK_CLK2_BUF - PCW FCLK CLK2 BUF - FALSE - - - - false - - - - - - PCW_FCLK_CLK3_BUF - PCW FCLK CLK3 BUF - FALSE - - - - false - - - - - - PCW_UIPARAM_DDR_FREQ_MHZ - PCW UIPARAM DDR FREQ MHZ - 533.333333 - - - PCW_UIPARAM_DDR_BANK_ADDR_COUNT - PCW UIPARAM DDR BANK ADDR COUNT - 3 - - - - false - - - - - - PCW_UIPARAM_DDR_ROW_ADDR_COUNT - PCW UIPARAM DDR ROW ADDR COUNT - 14 - - - - false - - - - - - PCW_UIPARAM_DDR_COL_ADDR_COUNT - PCW UIPARAM DDR COL ADDR COUNT - 10 - - - - false - - - - - - PCW_UIPARAM_DDR_CL - PCW UIPARAM DDR CL - 7 - - - - false - - - - - - PCW_UIPARAM_DDR_CWL - PCW UIPARAM DDR CWL - 6 - - - - false - - - - - - PCW_UIPARAM_DDR_T_RCD - PCW UIPARAM DDR T RCD - 7 - - - - false - - - - - - PCW_UIPARAM_DDR_T_RP - PCW UIPARAM DDR T RP - 7 - - - - false - - - - - - PCW_UIPARAM_DDR_T_RC - PCW UIPARAM DDR T RC - 48.75 - - - - false - - - - - - PCW_UIPARAM_DDR_T_RAS_MIN - PCW UIPARAM DDR T RAS MIN - 35.0 - - - - false - - - - - - PCW_UIPARAM_DDR_T_FAW - PCW UIPARAM DDR T FAW - 40.0 - - - - false - - - - - - PCW_UIPARAM_DDR_AL - PCW UIPARAM DDR AL - 0 - - - PCW_UIPARAM_DDR_DQS_TO_CLK_DELAY_0 - PCW UIPARAM DDR DQS TO CLK DELAY 0 - 0.0 - - - PCW_UIPARAM_DDR_DQS_TO_CLK_DELAY_1 - PCW UIPARAM DDR DQS TO CLK DELAY 1 - 0.0 - - - PCW_UIPARAM_DDR_DQS_TO_CLK_DELAY_2 - PCW UIPARAM DDR DQS TO CLK DELAY 2 - 0.0 - - - PCW_UIPARAM_DDR_DQS_TO_CLK_DELAY_3 - PCW UIPARAM DDR DQS TO CLK DELAY 3 - 0.0 - - - PCW_UIPARAM_DDR_BOARD_DELAY0 - PCW UIPARAM DDR BOARD DELAY0 - 0.25 - - - PCW_UIPARAM_DDR_BOARD_DELAY1 - PCW UIPARAM DDR BOARD DELAY1 - 0.25 - - - PCW_UIPARAM_DDR_BOARD_DELAY2 - PCW UIPARAM DDR BOARD DELAY2 - 0.25 - - - PCW_UIPARAM_DDR_BOARD_DELAY3 - PCW UIPARAM DDR BOARD DELAY3 - 0.25 - - - PCW_UIPARAM_DDR_DQS_0_LENGTH_MM - PCW UIPARAM DDR DQS 0 LENGTH MM - 0 - - - PCW_UIPARAM_DDR_DQS_1_LENGTH_MM - PCW UIPARAM DDR DQS 1 LENGTH MM - 0 - - - PCW_UIPARAM_DDR_DQS_2_LENGTH_MM - PCW UIPARAM DDR DQS 2 LENGTH MM - 0 - - - PCW_UIPARAM_DDR_DQS_3_LENGTH_MM - PCW UIPARAM DDR DQS 3 LENGTH MM - 0 - - - PCW_UIPARAM_DDR_DQ_0_LENGTH_MM - PCW UIPARAM DDR DQ 0 LENGTH MM - 0 - - - PCW_UIPARAM_DDR_DQ_1_LENGTH_MM - PCW UIPARAM DDR DQ 1 LENGTH MM - 0 - - - PCW_UIPARAM_DDR_DQ_2_LENGTH_MM - PCW UIPARAM DDR DQ 2 LENGTH MM - 0 - - - PCW_UIPARAM_DDR_DQ_3_LENGTH_MM - PCW UIPARAM DDR DQ 3 LENGTH MM - 0 - - - PCW_UIPARAM_DDR_CLOCK_0_LENGTH_MM - PCW UIPARAM DDR CLOCK 0 LENGTH MM - 0 - - - PCW_UIPARAM_DDR_CLOCK_1_LENGTH_MM - PCW UIPARAM DDR CLOCK 1 LENGTH MM - 0 - - - PCW_UIPARAM_DDR_CLOCK_2_LENGTH_MM - PCW UIPARAM DDR CLOCK 2 LENGTH MM - 0 - - - PCW_UIPARAM_DDR_CLOCK_3_LENGTH_MM - PCW UIPARAM DDR CLOCK 3 LENGTH MM - 0 - - - PCW_UIPARAM_DDR_DQS_0_PACKAGE_LENGTH - PCW UIPARAM DDR DQS 0 PACKAGE LENGTH - 101.239 - - - PCW_UIPARAM_DDR_DQS_1_PACKAGE_LENGTH - PCW UIPARAM DDR DQS 1 PACKAGE LENGTH - 79.5025 - - - PCW_UIPARAM_DDR_DQS_2_PACKAGE_LENGTH - PCW UIPARAM DDR DQS 2 PACKAGE LENGTH - 60.536 - - - PCW_UIPARAM_DDR_DQS_3_PACKAGE_LENGTH - PCW UIPARAM DDR DQS 3 PACKAGE LENGTH - 71.7715 - - - PCW_UIPARAM_DDR_DQ_0_PACKAGE_LENGTH - PCW UIPARAM DDR DQ 0 PACKAGE LENGTH - 104.5365 - - - PCW_UIPARAM_DDR_DQ_1_PACKAGE_LENGTH - PCW UIPARAM DDR DQ 1 PACKAGE LENGTH - 70.676 - - - PCW_UIPARAM_DDR_DQ_2_PACKAGE_LENGTH - PCW UIPARAM DDR DQ 2 PACKAGE LENGTH - 59.1615 - - - PCW_UIPARAM_DDR_DQ_3_PACKAGE_LENGTH - PCW UIPARAM DDR DQ 3 PACKAGE LENGTH - 81.319 - - - PCW_UIPARAM_DDR_CLOCK_0_PACKAGE_LENGTH - PCW UIPARAM DDR CLOCK 0 PACKAGE LENGTH - 54.563 - - - PCW_UIPARAM_DDR_CLOCK_1_PACKAGE_LENGTH - PCW UIPARAM DDR CLOCK 1 PACKAGE LENGTH - 54.563 - - - PCW_UIPARAM_DDR_CLOCK_2_PACKAGE_LENGTH - PCW UIPARAM DDR CLOCK 2 PACKAGE LENGTH - 54.563 - - - PCW_UIPARAM_DDR_CLOCK_3_PACKAGE_LENGTH - PCW UIPARAM DDR CLOCK 3 PACKAGE LENGTH - 54.563 - - - PCW_UIPARAM_DDR_DQS_0_PROPOGATION_DELAY - PCW UIPARAM DDR DQS 0 PROPOGATION DELAY - 160 - - - PCW_UIPARAM_DDR_DQS_1_PROPOGATION_DELAY - PCW UIPARAM DDR DQS 1 PROPOGATION DELAY - 160 - - - PCW_UIPARAM_DDR_DQS_2_PROPOGATION_DELAY - PCW UIPARAM DDR DQS 2 PROPOGATION DELAY - 160 - - - PCW_UIPARAM_DDR_DQS_3_PROPOGATION_DELAY - PCW UIPARAM DDR DQS 3 PROPOGATION DELAY - 160 - - - PCW_UIPARAM_DDR_DQ_0_PROPOGATION_DELAY - PCW UIPARAM DDR DQ 0 PROPOGATION DELAY - 160 - - - PCW_UIPARAM_DDR_DQ_1_PROPOGATION_DELAY - PCW UIPARAM DDR DQ 1 PROPOGATION DELAY - 160 - - - PCW_UIPARAM_DDR_DQ_2_PROPOGATION_DELAY - PCW UIPARAM DDR DQ 2 PROPOGATION DELAY - 160 - - - PCW_UIPARAM_DDR_DQ_3_PROPOGATION_DELAY - PCW UIPARAM DDR DQ 3 PROPOGATION DELAY - 160 - - - PCW_UIPARAM_DDR_CLOCK_0_PROPOGATION_DELAY - PCW UIPARAM DDR CLOCK 0 PROPOGATION DELAY - 160 - - - PCW_UIPARAM_DDR_CLOCK_1_PROPOGATION_DELAY - PCW UIPARAM DDR CLOCK 1 PROPOGATION DELAY - 160 - - - PCW_UIPARAM_DDR_CLOCK_2_PROPOGATION_DELAY - PCW UIPARAM DDR CLOCK 2 PROPOGATION DELAY - 160 - - - PCW_UIPARAM_DDR_CLOCK_3_PROPOGATION_DELAY - PCW UIPARAM DDR CLOCK 3 PROPOGATION DELAY - 160 - - - PCW_PACKAGE_DDR_DQS_TO_CLK_DELAY_0 - PCW PACKAGE DDR DQS TO CLK DELAY 0 - -0.047 - - - PCW_PACKAGE_DDR_DQS_TO_CLK_DELAY_1 - PCW PACKAGE DDR DQS TO CLK DELAY 1 - -0.025 - - - PCW_PACKAGE_DDR_DQS_TO_CLK_DELAY_2 - PCW PACKAGE DDR DQS TO CLK DELAY 2 - -0.006 - - - PCW_PACKAGE_DDR_DQS_TO_CLK_DELAY_3 - PCW PACKAGE DDR DQS TO CLK DELAY 3 - -0.017 - - - PCW_PACKAGE_DDR_BOARD_DELAY0 - PCW PACKAGE DDR BOARD DELAY0 - 0.080 - - - PCW_PACKAGE_DDR_BOARD_DELAY1 - PCW PACKAGE DDR BOARD DELAY1 - 0.063 - - - PCW_PACKAGE_DDR_BOARD_DELAY2 - PCW PACKAGE DDR BOARD DELAY2 - 0.057 - - - PCW_PACKAGE_DDR_BOARD_DELAY3 - PCW PACKAGE DDR BOARD DELAY3 - 0.068 - - - PCW_CPU_CPU_6X4X_MAX_RANGE - PCW CPU CPU 6X4X MAX RANGE - 667 - - - PCW_CRYSTAL_PERIPHERAL_FREQMHZ - PCW CRYSTAL PERIPHERAL FREQMHZ - 33.333333 - - - PCW_APU_PERIPHERAL_FREQMHZ - PCW APU PERIPHERAL FREQMHZ - 666.666666 - - - PCW_DCI_PERIPHERAL_FREQMHZ - PCW DCI PERIPHERAL FREQMHZ - 10.159 - - - PCW_QSPI_PERIPHERAL_FREQMHZ - PCW QSPI PERIPHERAL FREQMHZ - 200 - - - - false - - - - - - PCW_SMC_PERIPHERAL_FREQMHZ - PCW SMC PERIPHERAL FREQMHZ - 100 - - - - false - - - - - - PCW_USB0_PERIPHERAL_FREQMHZ - PCW USB0 PERIPHERAL FREQMHZ - 60 - - - - false - - - - - - PCW_USB1_PERIPHERAL_FREQMHZ - PCW USB1 PERIPHERAL FREQMHZ - 60 - - - - false - - - - - - PCW_SDIO_PERIPHERAL_FREQMHZ - PCW SDIO PERIPHERAL FREQMHZ - 100 - - - - false - - - - - - PCW_UART_PERIPHERAL_FREQMHZ - PCW UART PERIPHERAL FREQMHZ - 100 - - - PCW_SPI_PERIPHERAL_FREQMHZ - PCW SPI PERIPHERAL FREQMHZ - 166.666666 - - - - false - - - - - - PCW_CAN_PERIPHERAL_FREQMHZ - PCW CAN PERIPHERAL FREQMHZ - 100 - - - - false - - - - - - PCW_CAN0_PERIPHERAL_FREQMHZ - PCW CAN0 PERIPHERAL FREQMHZ - -1 - - - - false - - - - - - PCW_CAN1_PERIPHERAL_FREQMHZ - PCW CAN1 PERIPHERAL FREQMHZ - -1 - - - - false - - - - - - PCW_I2C_PERIPHERAL_FREQMHZ - PCW I2C PERIPHERAL FREQMHZ - 25 - - - - false - - - - - - PCW_WDT_PERIPHERAL_FREQMHZ - PCW WDT PERIPHERAL FREQMHZ - 133.333333 - - - - false - - - - - - PCW_TTC_PERIPHERAL_FREQMHZ - PCW TTC PERIPHERAL FREQMHZ - 50 - - - - false - - - - - - PCW_TTC0_CLK0_PERIPHERAL_FREQMHZ - PCW TTC0 CLK0 PERIPHERAL FREQMHZ - 133.333333 - - - - false - - - - - - PCW_TTC0_CLK1_PERIPHERAL_FREQMHZ - PCW TTC0 CLK1 PERIPHERAL FREQMHZ - 133.333333 - - - - false - - - - - - PCW_TTC0_CLK2_PERIPHERAL_FREQMHZ - PCW TTC0 CLK2 PERIPHERAL FREQMHZ - 133.333333 - - - - false - - - - - - PCW_TTC1_CLK0_PERIPHERAL_FREQMHZ - PCW TTC1 CLK0 PERIPHERAL FREQMHZ - 133.333333 - - - - false - - - - - - PCW_TTC1_CLK1_PERIPHERAL_FREQMHZ - PCW TTC1 CLK1 PERIPHERAL FREQMHZ - 133.333333 - - - - false - - - - - - PCW_TTC1_CLK2_PERIPHERAL_FREQMHZ - PCW TTC1 CLK2 PERIPHERAL FREQMHZ - 133.333333 - - - - false - - - - - - PCW_PCAP_PERIPHERAL_FREQMHZ - PCW PCAP PERIPHERAL FREQMHZ - 200 - - - PCW_TPIU_PERIPHERAL_FREQMHZ - PCW TPIU PERIPHERAL FREQMHZ - 200 - - - - false - - - - - - PCW_FPGA0_PERIPHERAL_FREQMHZ - PCW FPGA0 PERIPHERAL FREQMHZ - 200 - - - PCW_FPGA1_PERIPHERAL_FREQMHZ - PCW FPGA1 PERIPHERAL FREQMHZ - 50 - - - PCW_FPGA2_PERIPHERAL_FREQMHZ - PCW FPGA2 PERIPHERAL FREQMHZ - 50 - - - PCW_FPGA3_PERIPHERAL_FREQMHZ - PCW FPGA3 PERIPHERAL FREQMHZ - 50 - - - PCW_ACT_APU_PERIPHERAL_FREQMHZ - PCW ACT APU PERIPHERAL FREQMHZ - 666.666687 - - - PCW_UIPARAM_ACT_DDR_FREQ_MHZ - PCW UIPARAM ACT DDR FREQ MHZ - 533.333374 - - - PCW_ACT_DCI_PERIPHERAL_FREQMHZ - PCW ACT DCI PERIPHERAL FREQMHZ - 10.158730 - - - PCW_ACT_QSPI_PERIPHERAL_FREQMHZ - PCW ACT QSPI PERIPHERAL FREQMHZ - 10.000000 - - - PCW_ACT_SMC_PERIPHERAL_FREQMHZ - PCW ACT SMC PERIPHERAL FREQMHZ - 10.000000 - - - PCW_ACT_ENET0_PERIPHERAL_FREQMHZ - PCW ACT ENET0 PERIPHERAL FREQMHZ - 10.000000 - - - PCW_ACT_ENET1_PERIPHERAL_FREQMHZ - PCW ACT ENET1 PERIPHERAL FREQMHZ - 10.000000 - - - PCW_ACT_USB0_PERIPHERAL_FREQMHZ - PCW ACT USB0 PERIPHERAL FREQMHZ - 60 - - - PCW_ACT_USB1_PERIPHERAL_FREQMHZ - PCW ACT USB1 PERIPHERAL FREQMHZ - 60 - - - PCW_ACT_SDIO_PERIPHERAL_FREQMHZ - PCW ACT SDIO PERIPHERAL FREQMHZ - 10.000000 - - - PCW_ACT_UART_PERIPHERAL_FREQMHZ - PCW ACT UART PERIPHERAL FREQMHZ - 100.000000 - - - PCW_ACT_SPI_PERIPHERAL_FREQMHZ - PCW ACT SPI PERIPHERAL FREQMHZ - 10.000000 - - - PCW_ACT_CAN_PERIPHERAL_FREQMHZ - PCW ACT CAN PERIPHERAL FREQMHZ - 10.000000 - - - PCW_ACT_CAN0_PERIPHERAL_FREQMHZ - PCW ACT CAN0 PERIPHERAL FREQMHZ - 23.8095 - - - PCW_ACT_CAN1_PERIPHERAL_FREQMHZ - PCW ACT CAN0 PERIPHERAL FREQMHZ - 23.8095 - - - PCW_ACT_I2C_PERIPHERAL_FREQMHZ - PCW ACT I2C PERIPHERAL FREQMHZ - 50 - - - PCW_ACT_WDT_PERIPHERAL_FREQMHZ - PCW ACT WDT PERIPHERAL FREQMHZ - 111.111115 - - - PCW_ACT_TTC_PERIPHERAL_FREQMHZ - PCW ACT TTC PERIPHERAL FREQMHZ - 50 - - - PCW_ACT_PCAP_PERIPHERAL_FREQMHZ - PCW ACT PCAP PERIPHERAL FREQMHZ - 200.000000 - - - PCW_ACT_TPIU_PERIPHERAL_FREQMHZ - PCW ACT TPIU PERIPHERAL FREQMHZ - 200.000000 - - - PCW_ACT_FPGA0_PERIPHERAL_FREQMHZ - PCW ACT FPGA0 PERIPHERAL FREQMHZ - 200.000000 - - - PCW_ACT_FPGA1_PERIPHERAL_FREQMHZ - PCW ACT FPGA1 PERIPHERAL FREQMHZ - 10.000000 - - - PCW_ACT_FPGA2_PERIPHERAL_FREQMHZ - PCW ACT FPGA2 PERIPHERAL FREQMHZ - 10.000000 - - - PCW_ACT_FPGA3_PERIPHERAL_FREQMHZ - PCW ACT FPGA3 PERIPHERAL FREQMHZ - 10.000000 - - - PCW_ACT_TTC0_CLK0_PERIPHERAL_FREQMHZ - PCW ACT TTC0 CLK0 PERIPHERAL FREQMHZ - 111.111115 - - - PCW_ACT_TTC0_CLK1_PERIPHERAL_FREQMHZ - PCW ACT TTC0 CLK1 PERIPHERAL FREQMHZ - 111.111115 - - - PCW_ACT_TTC0_CLK2_PERIPHERAL_FREQMHZ - PCW ACT TTC0 CLK2 PERIPHERAL FREQMHZ - 111.111115 - - - PCW_ACT_TTC1_CLK0_PERIPHERAL_FREQMHZ - PCW ACT TTC1 CLK0 PERIPHERAL FREQMHZ - 111.111115 - - - PCW_ACT_TTC1_CLK1_PERIPHERAL_FREQMHZ - PCW ACT TTC1 CLK1 PERIPHERAL FREQMHZ - 111.111115 - - - PCW_ACT_TTC1_CLK2_PERIPHERAL_FREQMHZ - PCW ACT TTC1 CLK2 PERIPHERAL FREQMHZ - 111.111115 - - - PCW_CLK0_FREQ - PCW CLK0 FREQ - 200000000 - - - PCW_CLK1_FREQ - PCW CLK1 FREQ - 10000000 - - - PCW_CLK2_FREQ - PCW CLK2 FREQ - 10000000 - - - PCW_CLK3_FREQ - PCW CLK3 FREQ - 10000000 - - - PCW_OVERRIDE_BASIC_CLOCK - PCW OVERRIDE FREQ - 0 - - - PCW_CPU_PERIPHERAL_DIVISOR0 - CLKPARAM - 2 - - - - false - - - - - - PCW_DDR_PERIPHERAL_DIVISOR0 - CLKPARAM - 2 - - - - false - - - - - - PCW_SMC_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - - false - - - - - - PCW_QSPI_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - - false - - - - - - PCW_SDIO_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - - false - - - - - - PCW_UART_PERIPHERAL_DIVISOR0 - CLKPARAM - 16 - - - - false - - - - - - PCW_SPI_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - - false - - - - - - PCW_CAN_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - - false - - - - - - PCW_CAN_PERIPHERAL_DIVISOR1 - CLKPARAM - 1 - - - - false - - - - - - PCW_FCLK0_PERIPHERAL_DIVISOR0 - CLKPARAM - 4 - - - - false - - - - - - PCW_FCLK1_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - - false - - - - - - PCW_FCLK2_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - - false - - - - - - PCW_FCLK3_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - - false - - - - - - PCW_FCLK0_PERIPHERAL_DIVISOR1 - CLKPARAM - 2 - - - - false - - - - - - PCW_FCLK1_PERIPHERAL_DIVISOR1 - CLKPARAM - 1 - - - - false - - - - - - PCW_FCLK2_PERIPHERAL_DIVISOR1 - CLKPARAM - 1 - - - - false - - - - - - PCW_FCLK3_PERIPHERAL_DIVISOR1 - CLKPARAM - 1 - - - - false - - - - - - PCW_ENET0_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - - false - - - - - - PCW_ENET1_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - - false - - - - - - PCW_ENET0_PERIPHERAL_DIVISOR1 - CLKPARAM - 1 - - - - false - - - - - - PCW_ENET1_PERIPHERAL_DIVISOR1 - CLKPARAM - 1 - - - - false - - - - - - PCW_TPIU_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - - false - - - - - - PCW_DCI_PERIPHERAL_DIVISOR0 - CLKPARAM - 15 - - - - false - - - - - - PCW_DCI_PERIPHERAL_DIVISOR1 - CLKPARAM - 7 - - - - false - - - - - - PCW_PCAP_PERIPHERAL_DIVISOR0 - CLKPARAM - 8 - - - - false - - - - - - PCW_TTC0_CLK0_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - PCW_TTC0_CLK1_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - PCW_TTC0_CLK2_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - PCW_TTC1_CLK0_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - PCW_TTC1_CLK1_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - PCW_TTC1_CLK2_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - PCW_WDT_PERIPHERAL_DIVISOR0 - CLKPARAM - 1 - - - PCW_ARMPLL_CTRL_FBDIV - CLKPARAM - 40 - - - - false - - - - - - PCW_IOPLL_CTRL_FBDIV - CLKPARAM - 48 - - - - false - - - - - - PCW_DDRPLL_CTRL_FBDIV - CLKPARAM - 32 - - - - false - - - - - - PCW_CPU_CPU_PLL_FREQMHZ - CLKPARAM - 1333.333 - - - - false - - - - - - PCW_IO_IO_PLL_FREQMHZ - CLKPARAM - 1600.000 - - - - false - - - - - - PCW_DDR_DDR_PLL_FREQMHZ - CLKPARAM - 1066.667 - - - - false - - - - - - PCW_SMC_PERIPHERAL_VALID - PCW SMC PERIPHERAL VALID - 0 - - - PCW_SDIO_PERIPHERAL_VALID - PCW SDIO PERIPHERAL VALID - 0 - - - PCW_SPI_PERIPHERAL_VALID - PCW SPI PERIPHERAL VALID - 0 - - - PCW_CAN_PERIPHERAL_VALID - PCW CAN PERIPHERAL VALID - 0 - - - PCW_UART_PERIPHERAL_VALID - PCW UART PERIPHERAL VALID - 1 - - - PCW_EN_EMIO_CAN0 - PCW EN EMIO CAN0 - 0 - - - PCW_EN_EMIO_CAN1 - PCW EN EMIO CAN1 - 0 - - - PCW_EN_EMIO_ENET0 - PCW EN EMIO ENET0 - 0 - - - PCW_EN_EMIO_ENET1 - PCW EN EMIO ENET1 - 0 - - - PCW_EN_PTP_ENET0 - PCW EN PTP ENET0 - 0 - - - PCW_EN_PTP_ENET1 - PCW EN PTP ENET1 - 0 - - - PCW_EN_EMIO_GPIO - PCW EN EMIO GPIO - 0 - - - PCW_EN_EMIO_I2C0 - PCW EN EMIO I2C0 - 0 - - - PCW_EN_EMIO_I2C1 - PCW EN EMIO I2C1 - 0 - - - PCW_EN_EMIO_PJTAG - PCW EN EMIO PJTAG - 0 - - - PCW_EN_EMIO_SDIO0 - PCW EN EMIO SDIO0 - 0 - - - PCW_EN_EMIO_CD_SDIO0 - PCW EN EMIO CD SDIO0 - 0 - - - PCW_EN_EMIO_WP_SDIO0 - PCW EN EMIO WP SDIO0 - 0 - - - PCW_EN_EMIO_SDIO1 - PCW EN EMIO SDIO1 - 0 - - - PCW_EN_EMIO_CD_SDIO1 - PCW EN EMIO CD SDIO1 - 0 - - - PCW_EN_EMIO_WP_SDIO1 - PCW EN EMIO WP SDIO1 - 0 - - - PCW_EN_EMIO_SPI0 - PCW EN EMIO SPI0 - 0 - - - PCW_EN_EMIO_SPI1 - PCW EN EMIO SPI1 - 0 - - - PCW_EN_EMIO_UART0 - PCW EN EMIO UART0 - 0 - - - PCW_EN_EMIO_UART1 - PCW EN EMIO UART1 - 0 - - - PCW_EN_EMIO_MODEM_UART0 - PCW EN EMIO MODEM UART0 - 0 - - - PCW_EN_EMIO_MODEM_UART1 - PCW EN EMIO MODEM UART1 - 0 - - - PCW_EN_EMIO_TTC0 - PCW EN EMIO TTC0 - 0 - - - PCW_EN_EMIO_TTC1 - PCW EN EMIO TTC1 - 0 - - - PCW_EN_EMIO_WDT - PCW EN EMIO WDT - 0 - - - PCW_EN_EMIO_TRACE - PCW EN EMIO TRACE - 0 - - - PCW_USE_AXI_NONSECURE - PCW USE AXI NON SECURE - 0 - - - PCW_USE_M_AXI_GP0 - PCW USE M AXI GP0 - 1 - - - PCW_USE_M_AXI_GP1 - PCW USE M AXI GP1 - 0 - - - PCW_USE_S_AXI_GP0 - PCW USE S AXI GP0 - 0 - - - PCW_USE_S_AXI_GP1 - PCW USE S AXI GP1 - 0 - - - PCW_USE_S_AXI_ACP - PCW USE S AXI ACP - 0 - - - PCW_USE_S_AXI_HP0 - PCW USE S AXI HP0 - 0 - - - PCW_USE_S_AXI_HP1 - PCW USE S AXI HP1 - 0 - - - PCW_USE_S_AXI_HP2 - PCW USE S AXI HP2 - 0 - - - PCW_USE_S_AXI_HP3 - PCW USE S AXI HP3 - 0 - - - PCW_M_AXI_GP0_FREQMHZ - PCW M AXI GP0 FREQMHZ - 200.0 - - - - true - - - - - - PCW_M_AXI_GP1_FREQMHZ - PCW M AXI GP1 FREQMHZ - 10 - - - - false - - - - - - PCW_S_AXI_GP0_FREQMHZ - PCW S AXI GP0 FREQMHZ - 10 - - - - false - - - - - - PCW_S_AXI_GP1_FREQMHZ - PCW S AXI GP1 FREQMHZ - 10 - - - - false - - - - - - PCW_S_AXI_ACP_FREQMHZ - PCW S AXI ACP FREQMHZ - 10 - - - - false - - - - - - PCW_S_AXI_HP0_FREQMHZ - PCW S AXI HP0 FREQMHZ - 10 - - - - false - - - - - - PCW_S_AXI_HP1_FREQMHZ - PCW S AXI HP1 FREQMHZ - 10 - - - - false - - - - - - PCW_S_AXI_HP2_FREQMHZ - PCW S AXI HP2 FREQMHZ - 10 - - - - false - - - - - - PCW_S_AXI_HP3_FREQMHZ - PCW S AXI HP3 FREQMHZ - 10 - - - - false - - - - - - PCW_USE_DMA0 - PCW USE DMA0 - 0 - - - PCW_USE_DMA1 - PCW USE DMA1 - 0 - - - PCW_USE_DMA2 - PCW USE DMA2 - 0 - - - PCW_USE_DMA3 - PCW USE DMA3 - 0 - - - PCW_USE_TRACE - PCW USE TRACE - Enable FTM Trace interface used to capture data from PL to PS debug system - 0 - - - PCW_TRACE_PIPELINE_WIDTH - PCW TRACE PIPELINE WIDTH - 8 - - - - false - - - - - - PCW_INCLUDE_TRACE_BUFFER - PCW INCLUDE TRACE BUFFER - 0 - - - - false - - - - - - PCW_TRACE_BUFFER_FIFO_SIZE - PCW TRACE BUFFER FIFO SIZE - 128 - - - - false - - - - - - PCW_USE_TRACE_DATA_EDGE_DETECTOR - PCW USE TRACE DATA EDGE DETECTOR - 0 - - - - false - - - - - - PCW_TRACE_BUFFER_CLOCK_DELAY - PCW TRACE BUFFER CLOCK DELAY - 12 - - - - false - - - - - - PCW_USE_CROSS_TRIGGER - PCW USE CROSS TRIGGER - 0 - - - PCW_FTM_CTI_IN0 - DISABLED - - - - false - - - - - - PCW_FTM_CTI_IN1 - DISABLED - - - - false - - - - - - PCW_FTM_CTI_IN2 - DISABLED - - - - false - - - - - - PCW_FTM_CTI_IN3 - DISABLED - - - - false - - - - - - PCW_FTM_CTI_OUT0 - DISABLED - - - - false - - - - - - PCW_FTM_CTI_OUT1 - DISABLED - - - - false - - - - - - PCW_FTM_CTI_OUT2 - DISABLED - - - - false - - - - - - PCW_FTM_CTI_OUT3 - DISABLED - - - - false - - - - - - PCW_USE_DEBUG - PCW USE DEBUG - 0 - - - PCW_USE_CR_FABRIC - PCW USE CR FABRIC - 1 - - - PCW_USE_AXI_FABRIC_IDLE - PCW USE AXI FABRIC IDLE - Enables idle AXI signal to the PS used to indicate that there are no outstanding AXI transactions in the PL - 0 - - - PCW_USE_DDR_BYPASS - PCW USE DDR BYPASS - Enables DDR urgent/arb signal used to signal a critical memory starvation situation to the DDR arbitration for the four AXI ports of the PS DDR memory controller - 0 - - - PCW_USE_FABRIC_INTERRUPT - PCW USE FABRIC INTERRUPT - 0 - - - PCW_USE_PROC_EVENT_BUS - PCW USE PROC EVENT BUS - 0 - - - PCW_USE_EXPANDED_IOP - PCW USE EXPANDED IOP - 0 - - - PCW_USE_HIGH_OCM - PCW USE HIGH OCM - 0 - - - PCW_USE_PS_SLCR_REGISTERS - PCW USE PS SLCR REGISTERS - 0 - - - PCW_USE_EXPANDED_PS_SLCR_REGISTERS - PCW USE EXPANDED PS SLCR REGISTERS - 0 - - - - false - - - - - - PCW_USE_CORESIGHT - PCW USE CORESIGHT - 0 - - - PCW_EN_EMIO_SRAM_INT - PCW EN EMIO SRAM INT - 0 - - - PCW_GPIO_EMIO_GPIO_WIDTH - PCW EMIO GPIO WIDTH - 64 - - - - false - - - - - - PCW_GP0_NUM_WRITE_THREADS - GP0 NUM WRITE THREADS - 4 - - - PCW_GP0_NUM_READ_THREADS - GP0 NUM READ THREADS - 4 - - - PCW_GP1_NUM_WRITE_THREADS - GP1 NUM WRITE THREADS - 4 - - - PCW_GP1_NUM_READ_THREADS - GP1 NUM READ THREADS - 4 - - - PCW_UART0_BAUD_RATE - PCW UART0 BAUD RATE - Configure baud rate to determine UART0 operating frequency - 115200 - - - - true - - - - - - PCW_UART1_BAUD_RATE - PCW UART1 BAUD RATE - Configure baud rate to determine UART1 operating frequency - 115200 - - - - false - - - - - - PCW_EN_4K_TIMER - PCW EN 4K TIMER - 0 - - - PCW_M_AXI_GP0_ID_WIDTH - PCW M AXI GP0 ID WIDTH - 12 - - - - true - - - - - - PCW_M_AXI_GP0_ENABLE_STATIC_REMAP - PCW M AXI GP0 ENABLE STATIC REMAP - 0 - - - - true - - - - - - PCW_M_AXI_GP0_SUPPORT_NARROW_BURST - PCW M AXI GP0 SUPPORT NARROW BURST - 0 - - - - true - - - - - - PCW_M_AXI_GP0_THREAD_ID_WIDTH - PCW M AXI GP0 THREAD ID WIDTH - 12 - - - - true - - - - - - PCW_M_AXI_GP1_ID_WIDTH - PCW M AXI GP1 ID WIDTH - 12 - - - - false - - - - - - PCW_M_AXI_GP1_ENABLE_STATIC_REMAP - PCW M AXI GP1 ENABLE STATIC REMAP - 0 - - - - false - - - - - - PCW_M_AXI_GP1_SUPPORT_NARROW_BURST - PCW M AXI GP1 SUPPORT NARROW BURST - 0 - - - - false - - - - - - PCW_M_AXI_GP1_THREAD_ID_WIDTH - PCW M AXI GP1 THREAD ID WIDTH - 12 - - - - false - - - - - - PCW_S_AXI_GP0_ID_WIDTH - PCW S AXI GP0 ID WIDTH - 6 - - - - false - - - - - - PCW_S_AXI_GP1_ID_WIDTH - PCW S AXI GP1 ID WIDTH - 6 - - - - false - - - - - - PCW_S_AXI_ACP_ID_WIDTH - PCW S AXI ACP ID WIDTH - 3 - - - - false - - - - - - PCW_INCLUDE_ACP_TRANS_CHECK - PCW INCLUDE ACP TRANS CHECK - 0 - - - PCW_USE_DEFAULT_ACP_USER_VAL - PCW USE DEFAULT ACP USER VAL - 0 - - - - false - - - - - - PCW_S_AXI_ACP_ARUSER_VAL - PCW S AXI ACP ARUSER VAL - 31 - - - - false - - - - - - PCW_S_AXI_ACP_AWUSER_VAL - PCW S AXI ACP AWUSER VAL - 31 - - - - false - - - - - - PCW_S_AXI_HP0_ID_WIDTH - PCW S AXI HP0 ID WIDTH - 6 - - - - false - - - - - - PCW_S_AXI_HP0_DATA_WIDTH - PCW S AXI HP0 DATA WIDTH - 64 - - - - true - - - - - - PCW_S_AXI_HP1_ID_WIDTH - PCW S AXI HP1 ID WIDTH - 6 - - - - false - - - - - - PCW_S_AXI_HP1_DATA_WIDTH - PCW S AXI HP1 DATA WIDTH - 64 - - - - true - - - - - - PCW_S_AXI_HP2_ID_WIDTH - PCW S AXI HP2 ID WIDTH - 6 - - - - false - - - - - - PCW_S_AXI_HP2_DATA_WIDTH - PCW S AXI HP2 DATA WIDTH - 64 - - - - true - - - - - - PCW_S_AXI_HP3_ID_WIDTH - PCW S AXI HP3 ID WIDTH - 6 - - - - false - - - - - - PCW_S_AXI_HP3_DATA_WIDTH - PCW S AXI HP3 DATA WIDTH - 64 - - - - true - - - - - - PCW_NUM_F2P_INTR_INPUTS - PCW NUM F2P INTR INPUTS - 1 - - - - false - - - - - - PCW_EN_DDR - PCW EN DDR - 1 - - - PCW_EN_SMC - PCW EN SMC - 0 - - - PCW_EN_QSPI - PCW EN QSPI - 0 - - - PCW_EN_CAN0 - PCW EN CAN0 - 0 - - - PCW_EN_CAN1 - PCW EN CAN1 - 0 - - - PCW_EN_ENET0 - PCW EN ENET0 - 0 - - - PCW_EN_ENET1 - PCW EN ENET1 - 0 - - - PCW_EN_GPIO - PCW EN GPIO - 0 - - - PCW_EN_I2C0 - PCW EN I2C0 - 0 - - - PCW_EN_I2C1 - PCW EN I2C1 - 0 - - - PCW_EN_PJTAG - PCW EN PJTAG - 0 - - - PCW_EN_SDIO0 - PCW EN SDIO0 - 0 - - - PCW_EN_SDIO1 - PCW EN SDIO1 - 0 - - - PCW_EN_SPI0 - PCW EN SPI0 - 0 - - - PCW_EN_SPI1 - PCW EN SPI1 - 0 - - - PCW_EN_UART0 - PCW EN UART0 - 1 - - - PCW_EN_UART1 - PCW EN UART1 - 0 - - - PCW_EN_MODEM_UART0 - PCW EN MODEM UART0 - 0 - - - PCW_EN_MODEM_UART1 - PCW EN MODEM UART1 - 0 - - - PCW_EN_TTC0 - PCW EN TTC0 - 0 - - - PCW_EN_TTC1 - PCW EN TTC1 - 0 - - - PCW_EN_WDT - PCW EN WDT - 0 - - - PCW_EN_TRACE - PCW EN TRACE - 0 - - - PCW_EN_USB0 - PCW EN USB0 - 0 - - - PCW_EN_USB1 - PCW EN USB1 - 0 - - - PCW_DQ_WIDTH - PCW DQ WIDTH - 32 - - - PCW_DQS_WIDTH - PCW DQS WIDTH - 4 - - - PCW_DM_WIDTH - PCW DM WIDTH - 4 - - - PCW_MIO_PRIMITIVE - PCW MIO PRIMITIVE - 54 - - - PCW_EN_CLK0_PORT - PCW EN CLK0 PORT - 1 - - - - true - - - - - - PCW_EN_CLK1_PORT - PCW EN CLK1 PORT - 0 - - - - true - - - - - - PCW_EN_CLK2_PORT - PCW EN CLK2 PORT - 0 - - - - true - - - - - - PCW_EN_CLK3_PORT - PCW EN CLK3 PORT - 0 - - - - true - - - - - - PCW_EN_RST0_PORT - PCW EN RST0 PORT - Enables general purpose reset signal 0 for PL logic - 1 - - - - true - - - - - - PCW_EN_RST1_PORT - PCW EN RST1 PORT - Enables general purpose reset signal 1 for PL logic - 0 - - - - true - - - - - - PCW_EN_RST2_PORT - PCW EN RST2 PORT - Enables general purpose reset signal 2 for PL logic - 0 - - - - true - - - - - - PCW_EN_RST3_PORT - PCW EN RST3 PORT - Enables general purpose reset signal 3 for PL logic - 0 - - - - true - - - - - - PCW_EN_CLKTRIG0_PORT - PCW EN CLKTRIG0 PORT - Enables PL clock trigger signal 0 used to halt the PL clock when counting a programmed number of clock pulses - 0 - - - - true - - - - - - PCW_EN_CLKTRIG1_PORT - PCW EN CLKTRIG1 PORT - Enables PL clock trigger signal 1 used to halt the PL clock when counting a programmed number of clock pulses - 0 - - - - true - - - - - - PCW_EN_CLKTRIG2_PORT - PCW EN CLKTRIG2 PORT - Enables PL clock trigger signal 2 used to halt the PL clock when counting a programmed number of clock pulses - 0 - - - - true - - - - - - PCW_EN_CLKTRIG3_PORT - PCW EN CLKTRIG3 PORT - Enables PL clock trigger signal 3 used to halt the PL clock when counting a programmed number of clock pulses - 0 - - - - true - - - - - - PCW_P2F_DMAC_ABORT_INTR - PCW P2F DMAC ABORT INTR - 0 - - - - false - - - - - - PCW_P2F_DMAC0_INTR - PCW P2F DMAC0 INTR - 0 - - - - false - - - - - - PCW_P2F_DMAC1_INTR - PCW P2F DMAC1 INTR - 0 - - - - false - - - - - - PCW_P2F_DMAC2_INTR - PCW P2F DMAC2 INTR - 0 - - - - false - - - - - - PCW_P2F_DMAC3_INTR - PCW P2F DMAC3 INTR - 0 - - - - false - - - - - - PCW_P2F_DMAC4_INTR - PCW P2F DMAC4 INTR - 0 - - - - false - - - - - - PCW_P2F_DMAC5_INTR - PCW P2F DMAC5 INTR - 0 - - - - false - - - - - - PCW_P2F_DMAC6_INTR - PCW P2F DMAC6 INTR - 0 - - - - false - - - - - - PCW_P2F_DMAC7_INTR - PCW P2F DMAC7 INTR - 0 - - - - false - - - - - - PCW_P2F_SMC_INTR - PCW P2F SMC INTR - 0 - - - - false - - - - - - PCW_P2F_QSPI_INTR - PCW P2F QSPI INTR - 0 - - - - false - - - - - - PCW_P2F_CTI_INTR - PCW P2F CTI INTR - 0 - - - - false - - - - - - PCW_P2F_GPIO_INTR - PCW P2F GPIO INTR - 0 - - - - false - - - - - - PCW_P2F_USB0_INTR - PCW P2F USB0 INTR - 0 - - - - false - - - - - - PCW_P2F_ENET0_INTR - PCW P2F ENET0 INTR - 0 - - - - false - - - - - - PCW_P2F_SDIO0_INTR - PCW P2F SDIO0 INTR - 0 - - - - false - - - - - - PCW_P2F_I2C0_INTR - PCW P2F I2C0 INTR - 0 - - - - false - - - - - - PCW_P2F_SPI0_INTR - PCW P2F SPI0 INTR - 0 - - - - false - - - - - - PCW_P2F_UART0_INTR - PCW P2F UART0 INTR - 0 - - - - false - - - - - - PCW_P2F_CAN0_INTR - PCW P2F CAN0 INTR - 0 - - - - false - - - - - - PCW_P2F_USB1_INTR - PCW P2F USB1 INTR - 0 - - - - false - - - - - - PCW_P2F_ENET1_INTR - PCW P2F ENET1 INTR - 0 - - - - false - - - - - - PCW_P2F_SDIO1_INTR - PCW P2F SDIO1 INTR - 0 - - - - false - - - - - - PCW_P2F_I2C1_INTR - PCW P2F I2C1 INTR - 0 - - - - false - - - - - - PCW_P2F_SPI1_INTR - PCW P2F SPI1 INTR - 0 - - - - false - - - - - - PCW_P2F_UART1_INTR - PCW P2F UART1 INTR - 0 - - - - false - - - - - - PCW_P2F_CAN1_INTR - PCW P2F CAN1 INTR - 0 - - - - false - - - - - - PCW_IRQ_F2P_INTR - PCW IRQ F2P INTR - 0 - - - - false - - - - - - PCW_IRQ_F2P_MODE - PCW IRQ F2P MODE - DIRECT - - - - true - - - - - - PCW_CORE0_FIQ_INTR - PCW CORE0 FIQ INTR - 0 - - - - false - - - - - - PCW_CORE0_IRQ_INTR - PCW CORE0 IRQ INTR - 0 - - - - false - - - - - - PCW_CORE1_FIQ_INTR - PCW CORE1 FIQ INTR - 0 - - - - false - - - - - - PCW_CORE1_IRQ_INTR - PCW CORE1 IRQ INTR - 0 - - - - false - - - - - - PCW_VALUE_SILVERSION - PCW VALUE SILVERSION - 3 - - - PCW_GP0_EN_MODIFIABLE_TXN - PCW GP0 EN MODIFIABLE TXN - 1 - - - PCW_GP1_EN_MODIFIABLE_TXN - PCW GP1 EN MODIFIABLE TXN - 1 - - - PCW_IMPORT_BOARD_PRESET - PCW IMPORT BOARD PRESET - None - - - PCW_PERIPHERAL_BOARD_PRESET - PCW PERIPHERAL BOARD PRESET - None - - - PCW_PRESET_BANK0_VOLTAGE - PCW PRESET BANK0 VOLTAGE - LVCMOS 3.3V - - - PCW_PRESET_BANK1_VOLTAGE - PCW PRESET BANK1 VOLTAGE - LVCMOS 3.3V - - - PCW_UIPARAM_DDR_ENABLE - PCW UIPARAM DDR ENABLE - 1 - - - PCW_UIPARAM_DDR_ADV_ENABLE - PCW UIPARAM DDR ADV ENABLE - 0 - - - PCW_UIPARAM_DDR_MEMORY_TYPE - PCW UIPARAM DDR MEMORY TYPE - DDR 3 - - - PCW_UIPARAM_DDR_ECC - PCW UIPARAM DDR ECC - Disabled - - - - false - - - - - - PCW_UIPARAM_DDR_BUS_WIDTH - PCW UIPARAM DDR BUS WIDTH - 32 Bit - - - PCW_UIPARAM_DDR_BL - PCW UIPARAM DDR BL - 8 - - - PCW_UIPARAM_DDR_HIGH_TEMP - PCW UIPARAM DDR HIGH TEMP - Normal (0-85) - - - PCW_UIPARAM_DDR_PARTNO - PCW UIPARAM DDR PARTNO - MT41J128M16 HA-125 - - - PCW_UIPARAM_DDR_DRAM_WIDTH - PCW UIPARAM DDR DRAM WIDTH - 16 Bits - - - - false - - - - - - PCW_UIPARAM_DDR_DEVICE_CAPACITY - PCW UIPARAM DDR DEVICE CAPACITY - 2048 MBits - - - - false - - - - - - PCW_UIPARAM_DDR_SPEED_BIN - PCW UIPARAM DDR SPEED BIN - DDR3_1066F - - - - false - - - - - - PCW_UIPARAM_DDR_TRAIN_WRITE_LEVEL - PCW UIPARAM DDR TRAIN WRITE LEVEL - 1 - - - PCW_UIPARAM_DDR_TRAIN_READ_GATE - PCW UIPARAM DDR TRAIN READ GATE - 1 - - - PCW_UIPARAM_DDR_TRAIN_DATA_EYE - PCW UIPARAM DDR TRAIN DATA EYE - 1 - - - PCW_UIPARAM_DDR_CLOCK_STOP_EN - PCW UIPARAM DDR CLOCK STOP EN - 0 - - - PCW_UIPARAM_DDR_USE_INTERNAL_VREF - PCW UIPARAM DDR USE INTERNAL VREF - 0 - - - PCW_DDR_PRIORITY_WRITEPORT_0 - PCW DDR PRIORITY WRITEPORT 0 - <Select> - - - - false - - - - - - PCW_DDR_PRIORITY_WRITEPORT_1 - PCW DDR PRIORITY WRITEPORT 0 - <Select> - - - - false - - - - - - PCW_DDR_PRIORITY_WRITEPORT_2 - PCW DDR PRIORITY WRITEPORT 0 - <Select> - - - - false - - - - - - PCW_DDR_PRIORITY_WRITEPORT_3 - PCW DDR PRIORITY WRITEPORT 0 - <Select> - - - - false - - - - - - PCW_DDR_PRIORITY_READPORT_0 - PCW DDR PRIORITY READPORT 0 - <Select> - - - - false - - - - - - PCW_DDR_PRIORITY_READPORT_1 - PCW DDR PRIORITY READPORT 1 - <Select> - - - - false - - - - - - PCW_DDR_PRIORITY_READPORT_2 - PCW DDR PRIORITY READPORT 2 - <Select> - - - - false - - - - - - PCW_DDR_PRIORITY_READPORT_3 - PCW DDR PRIORITY READPORT 3 - <Select> - - - - false - - - - - - PCW_DDR_PORT0_HPR_ENABLE - PCW DDR PORT0 ENABLE HPR - 0 - - - - false - - - - - - PCW_DDR_PORT1_HPR_ENABLE - PCW DDR PORT1 ENABLE HPR - 0 - - - - false - - - - - - PCW_DDR_PORT2_HPR_ENABLE - PCW DDR PORT2 ENABLE HPR - 0 - - - - false - - - - - - PCW_DDR_PORT3_HPR_ENABLE - PCW DDR PORT3 ENABLE HPR - 0 - - - - false - - - - - - PCW_DDR_HPRLPR_QUEUE_PARTITION - PCW DDR HPRLPR QUEUE PARTITION - HPR(0)/LPR(32) - - - - false - - - - - - PCW_DDR_LPR_TO_CRITICAL_PRIORITY_LEVEL - PCW DDR LPR TO CRITICAL PRIORITY LEVEL - 2 - - - - false - - - - - - PCW_DDR_HPR_TO_CRITICAL_PRIORITY_LEVEL - PCW DDR HPR TO CRITICAL PRIORITY LEVEL - 15 - - - - false - - - - - - PCW_DDR_WRITE_TO_CRITICAL_PRIORITY_LEVEL - PCW DDR WRITE TO CRITICAL PRIORITY LEVEL - 2 - - - - false - - - - - - PCW_NAND_PERIPHERAL_ENABLE - PCW NAND PERIPHERAL ENABLE - 0 - - - PCW_NAND_NAND_IO - PCW NAND NAND IO - <Select> - - - - false - - - - - - PCW_NAND_GRP_D8_ENABLE - 0 - - - - false - - - - - - PCW_NAND_GRP_D8_IO - PCW NAND GRP D8 IO - <Select> - - - - false - - - - - - PCW_NOR_PERIPHERAL_ENABLE - PCW NOR PERIPHERAL ENABLE - 0 - - - PCW_NOR_NOR_IO - PCW NOR NOR IO - <Select> - - - - false - - - - - - PCW_NOR_GRP_A25_ENABLE - PCW NOR GRP A25 IO - 0 - - - - false - - - - - - PCW_NOR_GRP_A25_IO - PCW NOR GRP CS0 IO - <Select> - - - - false - - - - - - PCW_NOR_GRP_CS0_ENABLE - 0 - - - - false - - - - - - PCW_NOR_GRP_CS0_IO - PCW NOR GRP CS1 IO - <Select> - - - - false - - - - - - PCW_NOR_GRP_SRAM_CS0_ENABLE - PCW NOR GRP SRAM CS0 ENABLE - 0 - - - - false - - - - - - PCW_NOR_GRP_SRAM_CS0_IO - PCW NOR GRP SRAM CS1 IO - <Select> - - - - false - - - - - - PCW_NOR_GRP_CS1_ENABLE - 0 - - - - false - - - - - - PCW_NOR_GRP_CS1_IO - PCW NOR GRP SRAM CS0 IO - <Select> - - - - false - - - - - - PCW_NOR_GRP_SRAM_CS1_ENABLE - PCW NOR GRP SRAM CS1 ENABLE - 0 - - - - false - - - - - - PCW_NOR_GRP_SRAM_CS1_IO - <Select> - - - - false - - - - - - PCW_NOR_GRP_SRAM_INT_ENABLE - 0 - - - - false - - - - - - PCW_NOR_GRP_SRAM_INT_IO - <Select> - - - - false - - - - - - PCW_QSPI_PERIPHERAL_ENABLE - PCW QSPI PERIPHERAL ENABLE - 0 - - - PCW_QSPI_QSPI_IO - PCW QSPI QSPI IO - <Select> - - - - false - - - - - - PCW_QSPI_GRP_SINGLE_SS_ENABLE - PCW QSPI GRP SINGLE SS ENABLE - 0 - - - - false - - - - - - PCW_QSPI_GRP_SINGLE_SS_IO - PCW QSPI GRP SINGLE SS IO - <Select> - - - - false - - - - - - PCW_QSPI_GRP_SS1_ENABLE - 0 - - - - false - - - - - - PCW_QSPI_GRP_SS1_IO - PCW QSPI GRP SS1 IO - <Select> - - - - false - - - - - - PCW_SINGLE_QSPI_DATA_MODE - Single QSPI Data Mode - <Select> - - - - false - - - - - - PCW_DUAL_STACK_QSPI_DATA_MODE - Dual Stack QSPI Data Mode - <Select> - - - - false - - - - - - PCW_DUAL_PARALLEL_QSPI_DATA_MODE - Dual Parallel QSPI Data Mode - <Select> - - - - false - - - - - - PCW_QSPI_GRP_IO1_ENABLE - 0 - - - - false - - - - - - PCW_QSPI_GRP_IO1_IO - PCW QSPI GRP IO1 IO - <Select> - - - - false - - - - - - PCW_QSPI_GRP_FBCLK_ENABLE - 0 - - - - false - - - - - - PCW_QSPI_GRP_FBCLK_IO - PCW QSPI GRP FBCLK IO - <Select> - - - - false - - - - - - PCW_QSPI_INTERNAL_HIGHADDRESS - PCW QSPI INTERNAL HIGHADDRESS - 0xFCFFFFFF - - - PCW_ENET0_PERIPHERAL_ENABLE - PCW ENET0 PERIPHERAL ENABLE - 0 - - - PCW_ENET0_ENET0_IO - PCW ENET0 ENET0 IO - <Select> - - - - false - - - - - - PCW_ENET0_GRP_MDIO_ENABLE - 0 - - - - false - - - - - - PCW_ENET0_GRP_MDIO_IO - PCW ENET0 GRP MDIO IO - <Select> - - - - false - - - - - - PCW_ENET_RESET_ENABLE - 0 - - - - false - - - - - - PCW_ENET_RESET_SELECT - <Select> - - - - false - - - - - - PCW_ENET0_RESET_ENABLE - 0 - - - - false - - - - - - PCW_ENET0_RESET_IO - <Select> - - - - false - - - - - - PCW_ENET1_PERIPHERAL_ENABLE - PCW ENET1 PERIPHERAL ENABLE - 0 - - - PCW_ENET1_ENET1_IO - PCW ENET1 ENET1 IO - <Select> - - - - false - - - - - - PCW_ENET1_GRP_MDIO_ENABLE - 0 - - - - false - - - - - - PCW_ENET1_GRP_MDIO_IO - PCW ENET1 GRP MDIO IO - <Select> - - - - false - - - - - - PCW_ENET1_RESET_ENABLE - 0 - - - - false - - - - - - PCW_ENET1_RESET_IO - <Select> - - - - false - - - - - - PCW_SD0_PERIPHERAL_ENABLE - PCW SD0 PERIPHERAL ENABLE - 0 - - - PCW_SD0_SD0_IO - PCW SD0 SD0 IO - <Select> - - - - false - - - - - - PCW_SD0_GRP_CD_ENABLE - 0 - - - - false - - - - - - PCW_SD0_GRP_CD_IO - PCW SD0 GRP CD IO - <Select> - - - - false - - - - - - PCW_SD0_GRP_WP_ENABLE - 0 - - - - false - - - - - - PCW_SD0_GRP_WP_IO - PCW SD0 GRP WP IO - <Select> - - - - false - - - - - - PCW_SD0_GRP_POW_ENABLE - 0 - - - - false - - - - - - PCW_SD0_GRP_POW_IO - PCW SD0 GRP POW IO - <Select> - - - - false - - - - - - PCW_SD1_PERIPHERAL_ENABLE - PCW SD1 PERIPHERAL ENABLE - 0 - - - PCW_SD1_SD1_IO - PCW SD1 SD1 IO - <Select> - - - - false - - - - - - PCW_SD1_GRP_CD_ENABLE - 0 - - - - false - - - - - - PCW_SD1_GRP_CD_IO - PCW SD1 GRP CD IO - <Select> - - - - false - - - - - - PCW_SD1_GRP_WP_ENABLE - 0 - - - - false - - - - - - PCW_SD1_GRP_WP_IO - PCW SD1 GRP WP IO - <Select> - - - - false - - - - - - PCW_SD1_GRP_POW_ENABLE - 0 - - - - false - - - - - - PCW_SD1_GRP_POW_IO - PCW SD1 GRP POW IO - <Select> - - - - false - - - - - - PCW_UART0_PERIPHERAL_ENABLE - PCW UART0 PERIPHERAL ENABLE - 1 - - - PCW_UART0_UART0_IO - PCW UART0 UART0 IO - MIO 14 .. 15 - - - PCW_UART0_GRP_FULL_ENABLE - 0 - - - PCW_UART0_GRP_FULL_IO - <Select> - - - - false - - - - - - PCW_UART1_PERIPHERAL_ENABLE - PCW UART1 PERIPHERAL ENABLE - 0 - - - PCW_UART1_UART1_IO - PCW UART1 UART1 IO - <Select> - - - - false - - - - - - PCW_UART1_GRP_FULL_ENABLE - 0 - - - - false - - - - - - PCW_UART1_GRP_FULL_IO - <Select> - - - - false - - - - - - PCW_SPI0_PERIPHERAL_ENABLE - PCW SPI0 PERIPHERAL ENABLE - 0 - - - PCW_SPI0_SPI0_IO - PCW SPI0 SPI0 IO - <Select> - - - - false - - - - - - PCW_SPI0_GRP_SS0_ENABLE - 0 - - - - false - - - - - - PCW_SPI0_GRP_SS0_IO - PCW SPI0 GRP SS0 IO - <Select> - - - - false - - - - - - PCW_SPI0_GRP_SS1_ENABLE - 0 - - - - false - - - - - - PCW_SPI0_GRP_SS1_IO - PCW SPI0 GRP SS1 IO - <Select> - - - - false - - - - - - PCW_SPI0_GRP_SS2_ENABLE - 0 - - - - false - - - - - - PCW_SPI0_GRP_SS2_IO - PCW SPI0 GRP SS2 IO - <Select> - - - - false - - - - - - PCW_SPI1_PERIPHERAL_ENABLE - PCW SPI1 PERIPHERAL ENABLE - 0 - - - PCW_SPI1_SPI1_IO - PCW SPI1 SPI1 IO - <Select> - - - - false - - - - - - PCW_SPI1_GRP_SS0_ENABLE - 0 - - - - false - - - - - - PCW_SPI1_GRP_SS0_IO - PCW SPI1 GRP SS0 IO - <Select> - - - - false - - - - - - PCW_SPI1_GRP_SS1_ENABLE - 0 - - - - false - - - - - - PCW_SPI1_GRP_SS1_IO - PCW SPI1 GRP SS1 IO - <Select> - - - - false - - - - - - PCW_SPI1_GRP_SS2_ENABLE - 0 - - - - false - - - - - - PCW_SPI1_GRP_SS2_IO - PCW SPI1 GRP SS2 IO - <Select> - - - - false - - - - - - PCW_CAN0_PERIPHERAL_ENABLE - PCW CAN0 PERIPHERAL ENABLE - 0 - - - PCW_CAN0_CAN0_IO - PCW CAN0 CAN0 IO - <Select> - - - - false - - - - - - PCW_CAN0_GRP_CLK_ENABLE - 0 - - - - false - - - - - - PCW_CAN0_GRP_CLK_IO - PCW CAN0 GRP CLK IO - <Select> - - - - false - - - - - - PCW_CAN1_PERIPHERAL_ENABLE - PCW CAN1 PERIPHERAL ENABLE - 0 - - - PCW_CAN1_CAN1_IO - PCW CAN1 CAN1 IO - <Select> - - - - false - - - - - - PCW_CAN1_GRP_CLK_ENABLE - 0 - - - - false - - - - - - PCW_CAN1_GRP_CLK_IO - PCW CAN1 GRP CLK IO - <Select> - - - - false - - - - - - PCW_TRACE_PERIPHERAL_ENABLE - PCW TRACE PERIPHERAL ENABLE - 0 - - - PCW_TRACE_TRACE_IO - PCW TRACE TRACE IO - <Select> - - - - false - - - - - - PCW_TRACE_GRP_2BIT_ENABLE - 0 - - - - false - - - - - - PCW_TRACE_GRP_2BIT_IO - PCW TRACE GRP 2BIT IO - <Select> - - - - false - - - - - - PCW_TRACE_GRP_4BIT_ENABLE - 0 - - - - false - - - - - - PCW_TRACE_GRP_4BIT_IO - PCW TRACE GRP 4BIT IO - <Select> - - - - false - - - - - - PCW_TRACE_GRP_8BIT_ENABLE - 0 - - - - false - - - - - - PCW_TRACE_GRP_8BIT_IO - PCW TRACE GRP 8BIT IO - <Select> - - - - false - - - - - - PCW_TRACE_GRP_16BIT_ENABLE - 0 - - - - false - - - - - - PCW_TRACE_GRP_16BIT_IO - PCW TRACE GRP 16BIT IO - <Select> - - - - false - - - - - - PCW_TRACE_GRP_32BIT_ENABLE - 0 - - - - false - - - - - - PCW_TRACE_GRP_32BIT_IO - PCW TRACE GRP 32BIT IO - <Select> - - - - false - - - - - - PCW_TRACE_INTERNAL_WIDTH - PCW TRACE INTERNAL WIDTH - 2 - - - PCW_WDT_PERIPHERAL_ENABLE - PCW WDT PERIPHERAL ENABLE - 0 - - - PCW_WDT_WDT_IO - PCW WDT WDT IO - <Select> - - - - false - - - - - - PCW_TTC0_PERIPHERAL_ENABLE - PCW TTC0 PERIPHERAL ENABLE - 0 - - - PCW_TTC0_TTC0_IO - PCW TTC0 TTC0 IO - <Select> - - - - false - - - - - - PCW_TTC1_PERIPHERAL_ENABLE - PCW TTC1 PERIPHERAL ENABLE - 0 - - - PCW_TTC1_TTC1_IO - PCW TTC1 TTC1 IO - <Select> - - - - false - - - - - - PCW_PJTAG_PERIPHERAL_ENABLE - PCW PJTAG PERIPHERAL ENABLE - 0 - - - PCW_PJTAG_PJTAG_IO - PCW PJTAG PJTAG IO - <Select> - - - - false - - - - - - PCW_USB0_PERIPHERAL_ENABLE - PCW USB0 PERIPHERAL ENABLE - 0 - - - PCW_USB0_USB0_IO - PCW USB0 USB0 IO - <Select> - - - - false - - - - - - PCW_USB_RESET_ENABLE - 0 - - - - false - - - - - - PCW_USB_RESET_SELECT - <Select> - - - - false - - - - - - PCW_USB0_RESET_ENABLE - 0 - - - - false - - - - - - PCW_USB0_RESET_IO - <Select> - - - - false - - - - - - PCW_USB1_PERIPHERAL_ENABLE - PCW USB1 PERIPHERAL ENABLE - 0 - - - PCW_USB1_USB1_IO - PCW USB1 USB1 IO - <Select> - - - - false - - - - - - PCW_USB1_RESET_ENABLE - 0 - - - - false - - - - - - PCW_USB1_RESET_IO - <Select> - - - - false - - - - - - PCW_I2C0_PERIPHERAL_ENABLE - PCW I2C0 PERIPHERAL ENABLE - 0 - - - PCW_I2C0_I2C0_IO - PCW I2C0 I2C0 IO - <Select> - - - - false - - - - - - PCW_I2C0_GRP_INT_ENABLE - 0 - - - - false - - - - - - PCW_I2C0_GRP_INT_IO - PCW I2C0 GRP INT IO - <Select> - - - - false - - - - - - PCW_I2C0_RESET_ENABLE - 0 - - - - false - - - - - - PCW_I2C0_RESET_IO - <Select> - - - - false - - - - - - PCW_I2C1_PERIPHERAL_ENABLE - PCW I2C1 PERIPHERAL ENABLE - 0 - - - PCW_I2C1_I2C1_IO - PCW I2C1 I2C1 IO - <Select> - - - - false - - - - - - PCW_I2C1_GRP_INT_ENABLE - 0 - - - - false - - - - - - PCW_I2C1_GRP_INT_IO - PCW I2C1 GRP INT IO - <Select> - - - - false - - - - - - PCW_I2C_RESET_ENABLE - 0 - - - - false - - - - - - PCW_I2C_RESET_SELECT - <Select> - - - - false - - - - - - PCW_I2C1_RESET_ENABLE - 0 - - - - false - - - - - - PCW_I2C1_RESET_IO - <Select> - - - - false - - - - - - PCW_GPIO_PERIPHERAL_ENABLE - PCW GPIO PERIPHERAL ENABLE - 0 - - - PCW_GPIO_MIO_GPIO_ENABLE - 0 - - - PCW_GPIO_MIO_GPIO_IO - PCW GPIO MIO GPIO IO - <Select> - - - - false - - - - - - PCW_GPIO_EMIO_GPIO_ENABLE - PCW GPIO EMIO GPIO ENABLE - 0 - - - PCW_GPIO_EMIO_GPIO_IO - PCW GPIO EMIO GPIO IO - <Select> - - - - false - - - - - - PCW_APU_CLK_RATIO_ENABLE - PCW APU CLK RATIO ENABLE - 6:2:1 - - - PCW_ENET0_PERIPHERAL_FREQMHZ - PCW ENET0 PERIPHERAL FREQMHZ - 1000 Mbps - - - - false - - - - - - PCW_ENET1_PERIPHERAL_FREQMHZ - PCW ENET1 PERIPHERAL FREQMHZ - 1000 Mbps - - - - false - - - - - - PCW_CPU_PERIPHERAL_CLKSRC - PCW CPU PERIPHERAL CLKSRC - ARM PLL - - - PCW_DDR_PERIPHERAL_CLKSRC - PCW DDR PERIPHERAL CLKSRC - DDR PLL - - - PCW_SMC_PERIPHERAL_CLKSRC - PCW SMC PERIPHERAL CLKSRC - IO PLL - - - PCW_QSPI_PERIPHERAL_CLKSRC - PCW QSPI PERIPHERAL CLKSRC - IO PLL - - - PCW_SDIO_PERIPHERAL_CLKSRC - PCW SDIO PERIPHERAL CLKSRC - IO PLL - - - PCW_UART_PERIPHERAL_CLKSRC - PCW UART PERIPHERAL CLKSRC - IO PLL - - - PCW_SPI_PERIPHERAL_CLKSRC - PCW SPI PERIPHERAL CLKSRC - IO PLL - - - PCW_CAN_PERIPHERAL_CLKSRC - PCW CAN PERIPHERAL CLKSRC - IO PLL - - - PCW_FCLK0_PERIPHERAL_CLKSRC - PCW FCLK0 PERIPHERAL CLKSRC - IO PLL - - - PCW_FCLK1_PERIPHERAL_CLKSRC - PCW FCLK1 PERIPHERAL CLKSRC - IO PLL - - - PCW_FCLK2_PERIPHERAL_CLKSRC - PCW FCLK2 PERIPHERAL CLKSRC - IO PLL - - - PCW_FCLK3_PERIPHERAL_CLKSRC - PCW FCLK3 PERIPHERAL CLKSRC - IO PLL - - - PCW_ENET0_PERIPHERAL_CLKSRC - PCW ENET0 PERIPHERAL CLKSRC - IO PLL - - - PCW_ENET1_PERIPHERAL_CLKSRC - PCW ENET1 PERIPHERAL CLKSRC - IO PLL - - - PCW_CAN0_PERIPHERAL_CLKSRC - PCW CAN0 PERIPHERAL CLKSRC - External - - - PCW_CAN1_PERIPHERAL_CLKSRC - PCW CAN1 PERIPHERAL CLKSRC - External - - - PCW_TPIU_PERIPHERAL_CLKSRC - PCW TPIU PERIPHERAL CLKSRC - External - - - PCW_TTC0_CLK0_PERIPHERAL_CLKSRC - PCW TTC0 CLK0 PERIPHERAL CLKSRC - CPU_1X - - - PCW_TTC0_CLK1_PERIPHERAL_CLKSRC - PCW TTC0 CLK1 PERIPHERAL CLKSRC - CPU_1X - - - PCW_TTC0_CLK2_PERIPHERAL_CLKSRC - PCW TTC0 CLK2 PERIPHERAL CLKSRC - CPU_1X - - - PCW_TTC1_CLK0_PERIPHERAL_CLKSRC - PCW TTC1 CLK0 PERIPHERAL CLKSRC - CPU_1X - - - PCW_TTC1_CLK1_PERIPHERAL_CLKSRC - PCW TTC1 CLK1 PERIPHERAL CLKSRC - CPU_1X - - - PCW_TTC1_CLK2_PERIPHERAL_CLKSRC - PCW TTC1 CLK2 PERIPHERAL CLKSRC - CPU_1X - - - PCW_WDT_PERIPHERAL_CLKSRC - PCW WDT PERIPHERAL CLKSRC - CPU_1X - - - PCW_DCI_PERIPHERAL_CLKSRC - PCW DCI PERIPHERAL CLKSRC - DDR PLL - - - PCW_PCAP_PERIPHERAL_CLKSRC - PCW PCAP PERIPHERAL CLKSRC - IO PLL - - - PCW_USB_RESET_POLARITY - PCW USB RESET POLARITY - Active Low - - - PCW_ENET_RESET_POLARITY - PCW USB RESET POLARITY - Active Low - - - PCW_I2C_RESET_POLARITY - PCW USB RESET POLARITY - Active Low - - - PCW_MIO_0_PULLUP - PCW MIO 0 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_0_IOTYPE - PCW MIO 0 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_0_DIRECTION - PCW MIO 0 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_0_SLEW - PCW MIO 0 SLEW - <Select> - - - - false - - - - - - PCW_MIO_1_PULLUP - PCW MIO 1 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_1_IOTYPE - PCW MIO 1 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_1_DIRECTION - PCW MIO 1 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_1_SLEW - PCW MIO 1 SLEW - <Select> - - - - false - - - - - - PCW_MIO_2_PULLUP - PCW MIO 2 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_2_IOTYPE - PCW MIO 2 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_2_DIRECTION - PCW MIO 2 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_2_SLEW - PCW MIO 2 SLEW - <Select> - - - - false - - - - - - PCW_MIO_3_PULLUP - PCW MIO 3 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_3_IOTYPE - PCW MIO 3 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_3_DIRECTION - PCW MIO 3 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_3_SLEW - PCW MIO 3 SLEW - <Select> - - - - false - - - - - - PCW_MIO_4_PULLUP - PCW MIO 4 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_4_IOTYPE - PCW MIO 4 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_4_DIRECTION - PCW MIO 4 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_4_SLEW - PCW MIO 4 SLEW - <Select> - - - - false - - - - - - PCW_MIO_5_PULLUP - PCW MIO 5 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_5_IOTYPE - PCW MIO 5 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_5_DIRECTION - PCW MIO 5 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_5_SLEW - PCW MIO 5 SLEW - <Select> - - - - false - - - - - - PCW_MIO_6_PULLUP - PCW MIO 6 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_6_IOTYPE - PCW MIO 6 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_6_DIRECTION - PCW MIO 6 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_6_SLEW - PCW MIO 6 SLEW - <Select> - - - - false - - - - - - PCW_MIO_7_PULLUP - PCW MIO 7 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_7_IOTYPE - PCW MIO 7 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_7_DIRECTION - PCW MIO 7 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_7_SLEW - PCW MIO 7 SLEW - <Select> - - - - false - - - - - - PCW_MIO_8_PULLUP - PCW MIO 8 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_8_IOTYPE - PCW MIO 8 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_8_DIRECTION - PCW MIO 8 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_8_SLEW - PCW MIO 8 SLEW - <Select> - - - - false - - - - - - PCW_MIO_9_PULLUP - PCW MIO 9 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_9_IOTYPE - PCW MIO 9 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_9_DIRECTION - PCW MIO 9 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_9_SLEW - PCW MIO 9 SLEW - <Select> - - - - false - - - - - - PCW_MIO_10_PULLUP - PCW MIO 10 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_10_IOTYPE - PCW MIO 10 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_10_DIRECTION - PCW MIO 10 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_10_SLEW - PCW MIO 10 SLEW - <Select> - - - - false - - - - - - PCW_MIO_11_PULLUP - PCW MIO 11 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_11_IOTYPE - PCW MIO 11 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_11_DIRECTION - PCW MIO 11 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_11_SLEW - PCW MIO 11 SLEW - <Select> - - - - false - - - - - - PCW_MIO_12_PULLUP - PCW MIO 12 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_12_IOTYPE - PCW MIO 12 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_12_DIRECTION - PCW MIO 12 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_12_SLEW - PCW MIO 12 SLEW - <Select> - - - - false - - - - - - PCW_MIO_13_PULLUP - PCW MIO 13 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_13_IOTYPE - PCW MIO 13 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_13_DIRECTION - PCW MIO 13 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_13_SLEW - PCW MIO 13 SLEW - <Select> - - - - false - - - - - - PCW_MIO_14_PULLUP - PCW MIO 14 PULLUP - enabled - - - PCW_MIO_14_IOTYPE - PCW MIO 14 IOTYPE - LVCMOS 3.3V - - - PCW_MIO_14_DIRECTION - PCW MIO 14 DIRECTION - in - - - - false - - - - - - PCW_MIO_14_SLEW - PCW MIO 14 SLEW - slow - - - PCW_MIO_15_PULLUP - PCW MIO 15 PULLUP - enabled - - - PCW_MIO_15_IOTYPE - PCW MIO 15 IOTYPE - LVCMOS 3.3V - - - PCW_MIO_15_DIRECTION - PCW MIO 15 DIRECTION - out - - - - false - - - - - - PCW_MIO_15_SLEW - PCW MIO 15 SLEW - slow - - - PCW_MIO_16_PULLUP - PCW MIO 16 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_16_IOTYPE - PCW MIO 16 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_16_DIRECTION - PCW MIO 16 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_16_SLEW - PCW MIO 16 SLEW - <Select> - - - - false - - - - - - PCW_MIO_17_PULLUP - PCW MIO 17 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_17_IOTYPE - PCW MIO 17 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_17_DIRECTION - PCW MIO 17 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_17_SLEW - PCW MIO 17 SLEW - <Select> - - - - false - - - - - - PCW_MIO_18_PULLUP - PCW MIO 18 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_18_IOTYPE - PCW MIO 18 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_18_DIRECTION - PCW MIO 18 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_18_SLEW - PCW MIO 18 SLEW - <Select> - - - - false - - - - - - PCW_MIO_19_PULLUP - PCW MIO 19 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_19_IOTYPE - PCW MIO 19 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_19_DIRECTION - PCW MIO 19 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_19_SLEW - PCW MIO 19 SLEW - <Select> - - - - false - - - - - - PCW_MIO_20_PULLUP - PCW MIO 20 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_20_IOTYPE - PCW MIO 20 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_20_DIRECTION - PCW MIO 20 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_20_SLEW - PCW MIO 20 SLEW - <Select> - - - - false - - - - - - PCW_MIO_21_PULLUP - PCW MIO 21 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_21_IOTYPE - PCW MIO 21 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_21_DIRECTION - PCW MIO 21 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_21_SLEW - PCW MIO 21 SLEW - <Select> - - - - false - - - - - - PCW_MIO_22_PULLUP - PCW MIO 22 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_22_IOTYPE - PCW MIO 22 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_22_DIRECTION - PCW MIO 22 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_22_SLEW - PCW MIO 22 SLEW - <Select> - - - - false - - - - - - PCW_MIO_23_PULLUP - PCW MIO 23 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_23_IOTYPE - PCW MIO 23 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_23_DIRECTION - PCW MIO 23 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_23_SLEW - PCW MIO 23 SLEW - <Select> - - - - false - - - - - - PCW_MIO_24_PULLUP - PCW MIO 24 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_24_IOTYPE - PCW MIO 24 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_24_DIRECTION - PCW MIO 24 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_24_SLEW - PCW MIO 24 SLEW - <Select> - - - - false - - - - - - PCW_MIO_25_PULLUP - PCW MIO 25 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_25_IOTYPE - PCW MIO 25 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_25_DIRECTION - PCW MIO 25 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_25_SLEW - PCW MIO 25 SLEW - <Select> - - - - false - - - - - - PCW_MIO_26_PULLUP - PCW MIO 26 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_26_IOTYPE - PCW MIO 26 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_26_DIRECTION - PCW MIO 26 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_26_SLEW - PCW MIO 26 SLEW - <Select> - - - - false - - - - - - PCW_MIO_27_PULLUP - PCW MIO 27 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_27_IOTYPE - PCW MIO 27 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_27_DIRECTION - PCW MIO 27 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_27_SLEW - PCW MIO 27 SLEW - <Select> - - - - false - - - - - - PCW_MIO_28_PULLUP - PCW MIO 28 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_28_IOTYPE - PCW MIO 28 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_28_DIRECTION - PCW MIO 28 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_28_SLEW - PCW MIO 28 SLEW - <Select> - - - - false - - - - - - PCW_MIO_29_PULLUP - PCW MIO 29 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_29_IOTYPE - PCW MIO 29 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_29_DIRECTION - PCW MIO 29 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_29_SLEW - PCW MIO 29 SLEW - <Select> - - - - false - - - - - - PCW_MIO_30_PULLUP - PCW MIO 30 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_30_IOTYPE - PCW MIO 30 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_30_DIRECTION - PCW MIO 30 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_30_SLEW - PCW MIO 30 SLEW - <Select> - - - - false - - - - - - PCW_MIO_31_PULLUP - PCW MIO 31 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_31_IOTYPE - PCW MIO 31 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_31_DIRECTION - PCW MIO 31 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_31_SLEW - PCW MIO 31 SLEW - <Select> - - - - false - - - - - - PCW_MIO_32_PULLUP - PCW MIO 32 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_32_IOTYPE - PCW MIO 32 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_32_DIRECTION - PCW MIO 32 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_32_SLEW - PCW MIO 32 SLEW - <Select> - - - - false - - - - - - PCW_MIO_33_PULLUP - PCW MIO 33 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_33_IOTYPE - PCW MIO 33 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_33_DIRECTION - PCW MIO 33 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_33_SLEW - PCW MIO 33 SLEW - <Select> - - - - false - - - - - - PCW_MIO_34_PULLUP - PCW MIO 34 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_34_IOTYPE - PCW MIO 34 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_34_DIRECTION - PCW MIO 34 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_34_SLEW - PCW MIO 34 SLEW - <Select> - - - - false - - - - - - PCW_MIO_35_PULLUP - PCW MIO 35 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_35_IOTYPE - PCW MIO 35 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_35_DIRECTION - PCW MIO 35 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_35_SLEW - PCW MIO 35 SLEW - <Select> - - - - false - - - - - - PCW_MIO_36_PULLUP - PCW MIO 36 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_36_IOTYPE - PCW MIO 36 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_36_DIRECTION - PCW MIO 36 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_36_SLEW - PCW MIO 36 SLEW - <Select> - - - - false - - - - - - PCW_MIO_37_PULLUP - PCW MIO 37 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_37_IOTYPE - PCW MIO 37 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_37_DIRECTION - PCW MIO 37 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_37_SLEW - PCW MIO 37 SLEW - <Select> - - - - false - - - - - - PCW_MIO_38_PULLUP - PCW MIO 38 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_38_IOTYPE - PCW MIO 38 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_38_DIRECTION - PCW MIO 38 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_38_SLEW - PCW MIO 38 SLEW - <Select> - - - - false - - - - - - PCW_MIO_39_PULLUP - PCW MIO 39 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_39_IOTYPE - PCW MIO 39 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_39_DIRECTION - PCW MIO 39 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_39_SLEW - PCW MIO 39 SLEW - <Select> - - - - false - - - - - - PCW_MIO_40_PULLUP - PCW MIO 40 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_40_IOTYPE - PCW MIO 40 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_40_DIRECTION - PCW MIO 40 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_40_SLEW - PCW MIO 40 SLEW - <Select> - - - - false - - - - - - PCW_MIO_41_PULLUP - PCW MIO 41 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_41_IOTYPE - PCW MIO 41 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_41_DIRECTION - PCW MIO 41 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_41_SLEW - PCW MIO 41 SLEW - <Select> - - - - false - - - - - - PCW_MIO_42_PULLUP - PCW MIO 42 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_42_IOTYPE - PCW MIO 42 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_42_DIRECTION - PCW MIO 42 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_42_SLEW - PCW MIO 42 SLEW - <Select> - - - - false - - - - - - PCW_MIO_43_PULLUP - PCW MIO 43 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_43_IOTYPE - PCW MIO 43 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_43_DIRECTION - PCW MIO 43 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_43_SLEW - PCW MIO 43 SLEW - <Select> - - - - false - - - - - - PCW_MIO_44_PULLUP - PCW MIO 44 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_44_IOTYPE - PCW MIO 44 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_44_DIRECTION - PCW MIO 44 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_44_SLEW - PCW MIO 44 SLEW - <Select> - - - - false - - - - - - PCW_MIO_45_PULLUP - PCW MIO 45 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_45_IOTYPE - PCW MIO 45 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_45_DIRECTION - PCW MIO 45 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_45_SLEW - PCW MIO 45 SLEW - <Select> - - - - false - - - - - - PCW_MIO_46_PULLUP - PCW MIO 46 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_46_IOTYPE - PCW MIO 46 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_46_DIRECTION - PCW MIO 46 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_46_SLEW - PCW MIO 46 SLEW - <Select> - - - - false - - - - - - PCW_MIO_47_PULLUP - PCW MIO 47 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_47_IOTYPE - PCW MIO 47 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_47_DIRECTION - PCW MIO 47 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_47_SLEW - PCW MIO 47 SLEW - <Select> - - - - false - - - - - - PCW_MIO_48_PULLUP - PCW MIO 48 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_48_IOTYPE - PCW MIO 48 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_48_DIRECTION - PCW MIO 48 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_48_SLEW - PCW MIO 48 SLEW - <Select> - - - - false - - - - - - PCW_MIO_49_PULLUP - PCW MIO 49 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_49_IOTYPE - PCW MIO 49 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_49_DIRECTION - PCW MIO 49 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_49_SLEW - PCW MIO 49 SLEW - <Select> - - - - false - - - - - - PCW_MIO_50_PULLUP - PCW MIO 50 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_50_IOTYPE - PCW MIO 50 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_50_DIRECTION - PCW MIO 50 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_50_SLEW - PCW MIO 50 SLEW - <Select> - - - - false - - - - - - PCW_MIO_51_PULLUP - PCW MIO 51 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_51_IOTYPE - PCW MIO 51 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_51_DIRECTION - PCW MIO 51 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_51_SLEW - PCW MIO 51 SLEW - <Select> - - - - false - - - - - - PCW_MIO_52_PULLUP - PCW MIO 52 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_52_IOTYPE - PCW MIO 52 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_52_DIRECTION - PCW MIO 52 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_52_SLEW - PCW MIO 52 SLEW - <Select> - - - - false - - - - - - PCW_MIO_53_PULLUP - PCW MIO 53 PULLUP - <Select> - - - - false - - - - - - PCW_MIO_53_IOTYPE - PCW MIO 53 IOTYPE - <Select> - - - - false - - - - - - PCW_MIO_53_DIRECTION - PCW MIO 53 DIRECTION - <Select> - - - - false - - - - - - PCW_MIO_53_SLEW - PCW MIO 53 SLEW - <Select> - - - - false - - - - - - preset - preset - None - - - PCW_UIPARAM_GENERATE_SUMMARY - PCW UIPARAM GENERATE SUMMARY - NA - - - PCW_MIO_TREE_PERIPHERALS - PCW MIO TREE PERIPHERALS - unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#UART 0#UART 0#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#un -assigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned - - - PCW_MIO_TREE_SIGNALS - PCW MIO TREE SIGNALS - unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#rx#tx#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned -#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned - - - PCW_PS7_SI_REV - PCW PS7 SI REV - PRODUCTION - - - PCW_FPGA_FCLK0_ENABLE - PCW FPGA FCLK0 ENABLE - 1 - - - - true - - - - - - PCW_FPGA_FCLK1_ENABLE - PCW FPGA FCLK1 ENABLE - 0 - - - - false - - - - - - PCW_FPGA_FCLK2_ENABLE - PCW FPGA FCLK2 ENABLE - 0 - - - - false - - - - - - PCW_FPGA_FCLK3_ENABLE - PCW FPGA FCLK3 ENABLE - 0 - - - - false - - - - - - PCW_NOR_SRAM_CS0_T_TR - PCW NOR SRAM CS0 T TR - 1 - - - PCW_NOR_SRAM_CS0_T_PC - PCW NOR SRAM CS0 T PC - 1 - - - PCW_NOR_SRAM_CS0_T_WP - PCW NOR SRAM CS0 T WP - 1 - - - PCW_NOR_SRAM_CS0_T_CEOE - PCW NOR SRAM CS0 T CEOE - 1 - - - PCW_NOR_SRAM_CS0_T_WC - PCW NOR SRAM CS0 T WC - 11 - - - PCW_NOR_SRAM_CS0_T_RC - PCW NOR SRAM CS0 T RC - 11 - - - PCW_NOR_SRAM_CS0_WE_TIME - PCW NOR SRAM CS0 WE TIME - 0 - - - PCW_NOR_SRAM_CS1_T_TR - PCW NOR SRAM CS1 T TR - 1 - - - PCW_NOR_SRAM_CS1_T_PC - PCW NOR SRAM CS1 T PC - 1 - - - PCW_NOR_SRAM_CS1_T_WP - PCW NOR SRAM CS1 T WP - 1 - - - PCW_NOR_SRAM_CS1_T_CEOE - PCW NOR SRAM CS1 T CEOE - 1 - - - PCW_NOR_SRAM_CS1_T_WC - PCW NOR SRAM CS1 T WC - 11 - - - PCW_NOR_SRAM_CS1_T_RC - PCW NOR SRAM CS1 T RC - 11 - - - PCW_NOR_SRAM_CS1_WE_TIME - PCW NOR SRAM CS1 WE TIME - 0 - - - PCW_NOR_CS0_T_TR - PCW NOR CS0 T TR - 1 - - - PCW_NOR_CS0_T_PC - PCW NOR CS0 T PC - 1 - - - PCW_NOR_CS0_T_WP - PCW NOR CS0 T WP - 1 - - - PCW_NOR_CS0_T_CEOE - PCW NOR CS0 T CEOE - 1 - - - PCW_NOR_CS0_T_WC - PCW NOR CS0 T WC - 11 - - - PCW_NOR_CS0_T_RC - PCW NOR CS0 T RC - 11 - - - PCW_NOR_CS0_WE_TIME - PCW NOR CS0 WE TIME - 0 - - - PCW_NOR_CS1_T_TR - PCW NOR CS1 T TR - 1 - - - PCW_NOR_CS1_T_PC - PCW NOR CS1 T PC - 1 - - - PCW_NOR_CS1_T_WP - PCW NOR CS1 T WP - 1 - - - PCW_NOR_CS1_T_CEOE - PCW NOR CS1 T CEOE - 1 - - - PCW_NOR_CS1_T_WC - PCW NOR CS1 T WC - 11 - - - PCW_NOR_CS1_T_RC - PCW NOR CS1 T RC - 11 - - - PCW_NOR_CS1_WE_TIME - PCW NOR CS1 WE TIME - 0 - - - PCW_NAND_CYCLES_T_RR - PCW NAND CYCLES T RR - 1 - - - PCW_NAND_CYCLES_T_AR - PCW NAND CYCLES T AR - 1 - - - PCW_NAND_CYCLES_T_CLR - PCW NAND CYCLES T CLR - 1 - - - PCW_NAND_CYCLES_T_WP - PCW NAND CYCLES T WP - 1 - - - PCW_NAND_CYCLES_T_REA - PCW NAND CYCLES T REA - 1 - - - PCW_NAND_CYCLES_T_WC - PCW NAND CYCLES T WC - 11 - - - PCW_NAND_CYCLES_T_RC - PCW NAND CYCLES T RC - 11 - - - PCW_SMC_CYCLE_T0 - PCW SMC CYCLE T0 - NA - - - PCW_SMC_CYCLE_T1 - PCW SMC CYCLE T1 - NA - - - PCW_SMC_CYCLE_T2 - PCW SMC CYCLE T2 - NA - - - PCW_SMC_CYCLE_T3 - PCW SMC CYCLE T3 - NA - - - PCW_SMC_CYCLE_T4 - PCW SMC CYCLE T4 - NA - - - PCW_SMC_CYCLE_T5 - PCW SMC CYCLE T5 - NA - - - PCW_SMC_CYCLE_T6 - PCW SMC CYCLE T6 - NA - - - PCW_PACKAGE_NAME - PCW PACKAGE NAME - clg400 - - - PCW_PLL_BYPASSMODE_ENABLE - PCW PLL BYPASSMODE ENABLE - 0 - - - Component_Name - system_processing_system7_0_0 - - - - - ZYNQ7 Processing System - - remote_port_c_v4 - remote_port_sc_v4 - xtlm - - 6 - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2021.2 - - - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_ps7_0_axi_periph_0/system_ps7_0_axi_periph_0.xml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_ps7_0_axi_periph_0/system_ps7_0_axi_periph_0.xml deleted file mode 100644 index 642bbf7..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_ps7_0_axi_periph_0/system_ps7_0_axi_periph_0.xml +++ /dev/null @@ -1,1646 +0,0 @@ - - - xilinx.com - customized_ip - system_ps7_0_axi_periph_0 - 1.0 - - - choice_list_40181835 - 32 - 64 - 128 - 256 - 512 - 1024 - - - choice_list_661c4a03 - 2 - 4 - 8 - 16 - 32 - 64 - - - choice_pairs_4873554b - 0 - 1 - - - choice_pairs_76d086ea - 0 - 1 - 2 - - - choice_pairs_ab2668a2 - 0 - 1 - 2 - - - choice_pairs_b6c9535e - 0 - 1 - 3 - 4 - - - The AXI Interconnect IP connects one or more AXI memory-mapped master devices to one or more AXI memory mapped slave devices - - - NUM_SI - Number of Slave Interfaces - 1 - - - NUM_MI - Number of Master Interfaces - 2 - - - STRATEGY - Interconnect Optimization Strategy - 2 - - - ENABLE_ADVANCED_OPTIONS - Enable Advanced Configuration Options - 0 - - - ENABLE_PROTOCOL_CHECKERS - Enable Protocol Checkers and mark interfaces for debug - 0 - - - XBAR_DATA_WIDTH - Data Width of the AXI Crossbar - 32 - - - PCHK_WAITS - Maximum number of idle cycles for READY monitoring - 0 - - - PCHK_MAX_RD_BURSTS - Maximum outstanding READ Transactions per ID - 2 - - - PCHK_MAX_WR_BURSTS - Maximum outstanding WRITE Transactions per ID - 2 - - - SYNCHRONIZATION_STAGES - Synchronization Stages - 3 - - - M00_HAS_REGSLICE - Enable Register Slice on interface M00_AXI - 0 - - - M01_HAS_REGSLICE - Enable Register Slice on interface M01_AXI - 0 - - - M02_HAS_REGSLICE - Enable Register Slice on interface M02_AXI - 0 - - - M03_HAS_REGSLICE - Enable Register Slice on interface M03_AXI - 0 - - - M04_HAS_REGSLICE - Enable Register Slice on interface M04_AXI - 0 - - - M05_HAS_REGSLICE - Enable Register Slice on interface M05_AXI - 0 - - - M06_HAS_REGSLICE - Enable Register Slice on interface M06_AXI - 0 - - - M07_HAS_REGSLICE - Enable Register Slice on interface M07_AXI - 0 - - - M08_HAS_REGSLICE - Enable Register Slice on interface M08_AXI - 0 - - - M09_HAS_REGSLICE - Enable Register Slice on interface M09_AXI - 0 - - - M10_HAS_REGSLICE - Enable Register Slice on interface M10_AXI - 0 - - - M11_HAS_REGSLICE - Enable Register Slice on interface M11_AXI - 0 - - - M12_HAS_REGSLICE - Enable Register Slice on interface M12_AXI - 0 - - - M13_HAS_REGSLICE - Enable Register Slice on interface M13_AXI - 0 - - - M14_HAS_REGSLICE - Enable Register Slice on interface M14_AXI - 0 - - - M15_HAS_REGSLICE - Enable Register Slice on interface M15_AXI - 0 - - - M16_HAS_REGSLICE - Enable Register Slice on interface M16_AXI - 0 - - - M17_HAS_REGSLICE - Enable Register Slice on interface M17_AXI - 0 - - - M18_HAS_REGSLICE - Enable Register Slice on interface M18_AXI - 0 - - - M19_HAS_REGSLICE - Enable Register Slice on interface M19_AXI - 0 - - - M20_HAS_REGSLICE - Enable Register Slice on interface M20_AXI - 0 - - - M21_HAS_REGSLICE - Enable Register Slice on interface M21_AXI - 0 - - - M22_HAS_REGSLICE - Enable Register Slice on interface M22_AXI - 0 - - - M23_HAS_REGSLICE - Enable Register Slice on interface M23_AXI - 0 - - - M24_HAS_REGSLICE - Enable Register Slice on interface M24_AXI - 0 - - - M25_HAS_REGSLICE - Enable Register Slice on interface M25_AXI - 0 - - - M26_HAS_REGSLICE - Enable Register Slice on interface M26_AXI - 0 - - - M27_HAS_REGSLICE - Enable Register Slice on interface M27_AXI - 0 - - - M28_HAS_REGSLICE - Enable Register Slice on interface M28_AXI - 0 - - - M29_HAS_REGSLICE - Enable Register Slice on interface M29_AXI - 0 - - - M30_HAS_REGSLICE - Enable Register Slice on interface M30_AXI - 0 - - - M31_HAS_REGSLICE - Enable Register Slice on interface M31_AXI - 0 - - - M32_HAS_REGSLICE - Enable Register Slice on interface M32_AXI - 0 - - - M33_HAS_REGSLICE - Enable Register Slice on interface M33_AXI - 0 - - - M34_HAS_REGSLICE - Enable Register Slice on interface M34_AXI - 0 - - - M35_HAS_REGSLICE - Enable Register Slice on interface M35_AXI - 0 - - - M36_HAS_REGSLICE - Enable Register Slice on interface M36_AXI - 0 - - - M37_HAS_REGSLICE - Enable Register Slice on interface M37_AXI - 0 - - - M38_HAS_REGSLICE - Enable Register Slice on interface M38_AXI - 0 - - - M39_HAS_REGSLICE - Enable Register Slice on interface M39_AXI - 0 - - - M40_HAS_REGSLICE - Enable Register Slice on interface M40_AXI - 0 - - - M41_HAS_REGSLICE - Enable Register Slice on interface M41_AXI - 0 - - - M42_HAS_REGSLICE - Enable Register Slice on interface M42_AXI - 0 - - - M43_HAS_REGSLICE - Enable Register Slice on interface M43_AXI - 0 - - - M44_HAS_REGSLICE - Enable Register Slice on interface M44_AXI - 0 - - - M45_HAS_REGSLICE - Enable Register Slice on interface M45_AXI - 0 - - - M46_HAS_REGSLICE - Enable Register Slice on interface M46_AXI - 0 - - - M47_HAS_REGSLICE - Enable Register Slice on interface M47_AXI - 0 - - - M48_HAS_REGSLICE - Enable Register Slice on interface M48_AXI - 0 - - - M49_HAS_REGSLICE - Enable Register Slice on interface M49_AXI - 0 - - - M50_HAS_REGSLICE - Enable Register Slice on interface M50_AXI - 0 - - - M51_HAS_REGSLICE - Enable Register Slice on interface M51_AXI - 0 - - - M52_HAS_REGSLICE - Enable Register Slice on interface M52_AXI - 0 - - - M53_HAS_REGSLICE - Enable Register Slice on interface M53_AXI - 0 - - - M54_HAS_REGSLICE - Enable Register Slice on interface M54_AXI - 0 - - - M55_HAS_REGSLICE - Enable Register Slice on interface M55_AXI - 0 - - - M56_HAS_REGSLICE - Enable Register Slice on interface M56_AXI - 0 - - - M57_HAS_REGSLICE - Enable Register Slice on interface M57_AXI - 0 - - - M58_HAS_REGSLICE - Enable Register Slice on interface M58_AXI - 0 - - - M59_HAS_REGSLICE - Enable Register Slice on interface M59_AXI - 0 - - - M60_HAS_REGSLICE - Enable Register Slice on interface M60_AXI - 0 - - - M61_HAS_REGSLICE - Enable Register Slice on interface M61_AXI - 0 - - - M62_HAS_REGSLICE - Enable Register Slice on interface M62_AXI - 0 - - - M63_HAS_REGSLICE - Enable Register Slice on interface M63_AXI - 0 - - - M00_HAS_DATA_FIFO - Enable Data FIFO on interface M00_AXI - 0 - - - M01_HAS_DATA_FIFO - Enable Data FIFO on interface M01_AXI - 0 - - - M02_HAS_DATA_FIFO - Enable Data FIFO on interface M02_AXI - 0 - - - M03_HAS_DATA_FIFO - Enable Data FIFO on interface M03_AXI - 0 - - - M04_HAS_DATA_FIFO - Enable Data FIFO on interface M04_AXI - 0 - - - M05_HAS_DATA_FIFO - Enable Data FIFO on interface M05_AXI - 0 - - - M06_HAS_DATA_FIFO - Enable Data FIFO on interface M06_AXI - 0 - - - M07_HAS_DATA_FIFO - Enable Data FIFO on interface M07_AXI - 0 - - - M08_HAS_DATA_FIFO - Enable Data FIFO on interface M08_AXI - 0 - - - M09_HAS_DATA_FIFO - Enable Data FIFO on interface M09_AXI - 0 - - - M10_HAS_DATA_FIFO - Enable Data FIFO on interface M10_AXI - 0 - - - M11_HAS_DATA_FIFO - Enable Data FIFO on interface M11_AXI - 0 - - - M12_HAS_DATA_FIFO - Enable Data FIFO on interface M12_AXI - 0 - - - M13_HAS_DATA_FIFO - Enable Data FIFO on interface M13_AXI - 0 - - - M14_HAS_DATA_FIFO - Enable Data FIFO on interface M14_AXI - 0 - - - M15_HAS_DATA_FIFO - Enable Data FIFO on interface M15_AXI - 0 - - - M16_HAS_DATA_FIFO - Enable Data FIFO on interface M16_AXI - 0 - - - M17_HAS_DATA_FIFO - Enable Data FIFO on interface M17_AXI - 0 - - - M18_HAS_DATA_FIFO - Enable Data FIFO on interface M18_AXI - 0 - - - M19_HAS_DATA_FIFO - Enable Data FIFO on interface M19_AXI - 0 - - - M20_HAS_DATA_FIFO - Enable Data FIFO on interface M20_AXI - 0 - - - M21_HAS_DATA_FIFO - Enable Data FIFO on interface M21_AXI - 0 - - - M22_HAS_DATA_FIFO - Enable Data FIFO on interface M22_AXI - 0 - - - M23_HAS_DATA_FIFO - Enable Data FIFO on interface M23_AXI - 0 - - - M24_HAS_DATA_FIFO - Enable Data FIFO on interface M24_AXI - 0 - - - M25_HAS_DATA_FIFO - Enable Data FIFO on interface M25_AXI - 0 - - - M26_HAS_DATA_FIFO - Enable Data FIFO on interface M26_AXI - 0 - - - M27_HAS_DATA_FIFO - Enable Data FIFO on interface M27_AXI - 0 - - - M28_HAS_DATA_FIFO - Enable Data FIFO on interface M28_AXI - 0 - - - M29_HAS_DATA_FIFO - Enable Data FIFO on interface M29_AXI - 0 - - - M30_HAS_DATA_FIFO - Enable Data FIFO on interface M30_AXI - 0 - - - M31_HAS_DATA_FIFO - Enable Data FIFO on interface M31_AXI - 0 - - - M32_HAS_DATA_FIFO - Enable Data FIFO on interface M32_AXI - 0 - - - M33_HAS_DATA_FIFO - Enable Data FIFO on interface M33_AXI - 0 - - - M34_HAS_DATA_FIFO - Enable Data FIFO on interface M34_AXI - 0 - - - M35_HAS_DATA_FIFO - Enable Data FIFO on interface M35_AXI - 0 - - - M36_HAS_DATA_FIFO - Enable Data FIFO on interface M36_AXI - 0 - - - M37_HAS_DATA_FIFO - Enable Data FIFO on interface M37_AXI - 0 - - - M38_HAS_DATA_FIFO - Enable Data FIFO on interface M38_AXI - 0 - - - M39_HAS_DATA_FIFO - Enable Data FIFO on interface M39_AXI - 0 - - - M40_HAS_DATA_FIFO - Enable Data FIFO on interface M40_AXI - 0 - - - M41_HAS_DATA_FIFO - Enable Data FIFO on interface M41_AXI - 0 - - - M42_HAS_DATA_FIFO - Enable Data FIFO on interface M42_AXI - 0 - - - M43_HAS_DATA_FIFO - Enable Data FIFO on interface M43_AXI - 0 - - - M44_HAS_DATA_FIFO - Enable Data FIFO on interface M44_AXI - 0 - - - M45_HAS_DATA_FIFO - Enable Data FIFO on interface M45_AXI - 0 - - - M46_HAS_DATA_FIFO - Enable Data FIFO on interface M46_AXI - 0 - - - M47_HAS_DATA_FIFO - Enable Data FIFO on interface M47_AXI - 0 - - - M48_HAS_DATA_FIFO - Enable Data FIFO on interface M48_AXI - 0 - - - M49_HAS_DATA_FIFO - Enable Data FIFO on interface M49_AXI - 0 - - - M50_HAS_DATA_FIFO - Enable Data FIFO on interface M50_AXI - 0 - - - M51_HAS_DATA_FIFO - Enable Data FIFO on interface M51_AXI - 0 - - - M52_HAS_DATA_FIFO - Enable Data FIFO on interface M52_AXI - 0 - - - M53_HAS_DATA_FIFO - Enable Data FIFO on interface M53_AXI - 0 - - - M54_HAS_DATA_FIFO - Enable Data FIFO on interface M54_AXI - 0 - - - M55_HAS_DATA_FIFO - Enable Data FIFO on interface M55_AXI - 0 - - - M56_HAS_DATA_FIFO - Enable Data FIFO on interface M56_AXI - 0 - - - M57_HAS_DATA_FIFO - Enable Data FIFO on interface M57_AXI - 0 - - - M58_HAS_DATA_FIFO - Enable Data FIFO on interface M58_AXI - 0 - - - M59_HAS_DATA_FIFO - Enable Data FIFO on interface M59_AXI - 0 - - - M60_HAS_DATA_FIFO - Enable Data FIFO on interface M60_AXI - 0 - - - M61_HAS_DATA_FIFO - Enable Data FIFO on interface M61_AXI - 0 - - - M62_HAS_DATA_FIFO - Enable Data FIFO on interface M62_AXI - 0 - - - M63_HAS_DATA_FIFO - Enable Data FIFO on interface M63_AXI - 0 - - - S00_HAS_REGSLICE - Enable Register Slice on interface S00_AXI - 0 - - - S01_HAS_REGSLICE - Enable Register Slice on interface S01_AXI - 0 - - - S02_HAS_REGSLICE - Enable Register Slice on interface S02_AXI - 0 - - - S03_HAS_REGSLICE - Enable Register Slice on interface S03_AXI - 0 - - - S04_HAS_REGSLICE - Enable Register Slice on interface S04_AXI - 0 - - - S05_HAS_REGSLICE - Enable Register Slice on interface S05_AXI - 0 - - - S06_HAS_REGSLICE - Enable Register Slice on interface S06_AXI - 0 - - - S07_HAS_REGSLICE - Enable Register Slice on interface S07_AXI - 0 - - - S08_HAS_REGSLICE - Enable Register Slice on interface S08_AXI - 0 - - - S09_HAS_REGSLICE - Enable Register Slice on interface S09_AXI - 0 - - - S10_HAS_REGSLICE - Enable Register Slice on interface S10_AXI - 0 - - - S11_HAS_REGSLICE - Enable Register Slice on interface S11_AXI - 0 - - - S12_HAS_REGSLICE - Enable Register Slice on interface S12_AXI - 0 - - - S13_HAS_REGSLICE - Enable Register Slice on interface S13_AXI - 0 - - - S14_HAS_REGSLICE - Enable Register Slice on interface S14_AXI - 0 - - - S15_HAS_REGSLICE - Enable Register Slice on interface S15_AXI - 0 - - - S00_HAS_DATA_FIFO - Enable Data FIFO on interface S00_AXI - 2 - - - S01_HAS_DATA_FIFO - Enable Data FIFO on interface S01_AXI - 0 - - - S02_HAS_DATA_FIFO - Enable Data FIFO on interface S02_AXI - 0 - - - S03_HAS_DATA_FIFO - Enable Data FIFO on interface S03_AXI - 0 - - - S04_HAS_DATA_FIFO - Enable Data FIFO on interface S04_AXI - 0 - - - S05_HAS_DATA_FIFO - Enable Data FIFO on interface S05_AXI - 0 - - - S06_HAS_DATA_FIFO - Enable Data FIFO on interface S06_AXI - 0 - - - S07_HAS_DATA_FIFO - Enable Data FIFO on interface S07_AXI - 0 - - - S08_HAS_DATA_FIFO - Enable Data FIFO on interface S08_AXI - 0 - - - S09_HAS_DATA_FIFO - Enable Data FIFO on interface S09_AXI - 0 - - - S10_HAS_DATA_FIFO - Enable Data FIFO on interface S10_AXI - 0 - - - S11_HAS_DATA_FIFO - Enable Data FIFO on interface S11_AXI - 0 - - - S12_HAS_DATA_FIFO - Enable Data FIFO on interface S12_AXI - 0 - - - S13_HAS_DATA_FIFO - Enable Data FIFO on interface S13_AXI - 0 - - - S14_HAS_DATA_FIFO - Enable Data FIFO on interface S14_AXI - 0 - - - S15_HAS_DATA_FIFO - Enable Data FIFO on interface S15_AXI - 0 - - - M00_ISSUANCE - Incicates whether M00_AXI connects to a secure slave - 0 - - - M01_ISSUANCE - Incicates whether M01_AXI connects to a secure slave - 0 - - - M02_ISSUANCE - Incicates whether M02_AXI connects to a secure slave - 0 - - - M03_ISSUANCE - Incicates whether M03_AXI connects to a secure slave - 0 - - - M04_ISSUANCE - Incicates whether M04_AXI connects to a secure slave - 0 - - - M05_ISSUANCE - Incicates whether M05_AXI connects to a secure slave - 0 - - - M06_ISSUANCE - Incicates whether M06_AXI connects to a secure slave - 0 - - - M07_ISSUANCE - Incicates whether M07_AXI connects to a secure slave - 0 - - - M08_ISSUANCE - Incicates whether M08_AXI connects to a secure slave - 0 - - - M09_ISSUANCE - Incicates whether M09_AXI connects to a secure slave - 0 - - - M10_ISSUANCE - Incicates whether M10_AXI connects to a secure slave - 0 - - - M11_ISSUANCE - Incicates whether M11_AXI connects to a secure slave - 0 - - - M12_ISSUANCE - Incicates whether M12_AXI connects to a secure slave - 0 - - - M13_ISSUANCE - Incicates whether M13_AXI connects to a secure slave - 0 - - - M14_ISSUANCE - Incicates whether M14_AXI connects to a secure slave - 0 - - - M15_ISSUANCE - Incicates whether M15_AXI connects to a secure slave - 0 - - - M16_ISSUANCE - Incicates whether M16_AXI connects to a secure slave - 0 - - - M17_ISSUANCE - Incicates whether M17_AXI connects to a secure slave - 0 - - - M18_ISSUANCE - Incicates whether M18_AXI connects to a secure slave - 0 - - - M19_ISSUANCE - Incicates whether M19_AXI connects to a secure slave - 0 - - - M20_ISSUANCE - Incicates whether M20_AXI connects to a secure slave - 0 - - - M21_ISSUANCE - Incicates whether M21_AXI connects to a secure slave - 0 - - - M22_ISSUANCE - Incicates whether M22_AXI connects to a secure slave - 0 - - - M23_ISSUANCE - Incicates whether M23_AXI connects to a secure slave - 0 - - - M24_ISSUANCE - Incicates whether M24_AXI connects to a secure slave - 0 - - - M25_ISSUANCE - Incicates whether M25_AXI connects to a secure slave - 0 - - - M26_ISSUANCE - Incicates whether M26_AXI connects to a secure slave - 0 - - - M27_ISSUANCE - Incicates whether M27_AXI connects to a secure slave - 0 - - - M28_ISSUANCE - Incicates whether M28_AXI connects to a secure slave - 0 - - - M29_ISSUANCE - Incicates whether M29_AXI connects to a secure slave - 0 - - - M30_ISSUANCE - Incicates whether M30_AXI connects to a secure slave - 0 - - - M31_ISSUANCE - Incicates whether M31_AXI connects to a secure slave - 0 - - - M32_ISSUANCE - Incicates whether M32_AXI connects to a secure slave - 0 - - - M33_ISSUANCE - Incicates whether M33_AXI connects to a secure slave - 0 - - - M34_ISSUANCE - Incicates whether M34_AXI connects to a secure slave - 0 - - - M35_ISSUANCE - Incicates whether M35_AXI connects to a secure slave - 0 - - - M36_ISSUANCE - Incicates whether M36_AXI connects to a secure slave - 0 - - - M37_ISSUANCE - Incicates whether M37_AXI connects to a secure slave - 0 - - - M38_ISSUANCE - Incicates whether M38_AXI connects to a secure slave - 0 - - - M39_ISSUANCE - Incicates whether M39_AXI connects to a secure slave - 0 - - - M40_ISSUANCE - Incicates whether M40_AXI connects to a secure slave - 0 - - - M41_ISSUANCE - Incicates whether M41_AXI connects to a secure slave - 0 - - - M42_ISSUANCE - Incicates whether M42_AXI connects to a secure slave - 0 - - - M43_ISSUANCE - Incicates whether M43_AXI connects to a secure slave - 0 - - - M44_ISSUANCE - Incicates whether M44_AXI connects to a secure slave - 0 - - - M45_ISSUANCE - Incicates whether M45_AXI connects to a secure slave - 0 - - - M46_ISSUANCE - Incicates whether M46_AXI connects to a secure slave - 0 - - - M47_ISSUANCE - Incicates whether M47_AXI connects to a secure slave - 0 - - - M48_ISSUANCE - Incicates whether M48_AXI connects to a secure slave - 0 - - - M49_ISSUANCE - Incicates whether M49_AXI connects to a secure slave - 0 - - - M50_ISSUANCE - Incicates whether M50_AXI connects to a secure slave - 0 - - - M51_ISSUANCE - Incicates whether M51_AXI connects to a secure slave - 0 - - - M52_ISSUANCE - Incicates whether M52_AXI connects to a secure slave - 0 - - - M53_ISSUANCE - Incicates whether M53_AXI connects to a secure slave - 0 - - - M54_ISSUANCE - Incicates whether M54_AXI connects to a secure slave - 0 - - - M55_ISSUANCE - Incicates whether M55_AXI connects to a secure slave - 0 - - - M56_ISSUANCE - Incicates whether M56_AXI connects to a secure slave - 0 - - - M57_ISSUANCE - Incicates whether M57_AXI connects to a secure slave - 0 - - - M58_ISSUANCE - Incicates whether M58_AXI connects to a secure slave - 0 - - - M59_ISSUANCE - Incicates whether M59_AXI connects to a secure slave - 0 - - - M60_ISSUANCE - Incicates whether M60_AXI connects to a secure slave - 0 - - - M61_ISSUANCE - Incicates whether M61_AXI connects to a secure slave - 0 - - - M62_ISSUANCE - Incicates whether M62_AXI connects to a secure slave - 0 - - - M63_ISSUANCE - Incicates whether M63_AXI connects to a secure slave - 0 - - - M00_SECURE - Incicates whether M00_AXI connects to a secure slave - 0 - - - M01_SECURE - Incicates whether M01_AXI connects to a secure slave - 0 - - - M02_SECURE - Incicates whether M02_AXI connects to a secure slave - 0 - - - M03_SECURE - Incicates whether M03_AXI connects to a secure slave - 0 - - - M04_SECURE - Incicates whether M04_AXI connects to a secure slave - 0 - - - M05_SECURE - Incicates whether M05_AXI connects to a secure slave - 0 - - - M06_SECURE - Incicates whether M06_AXI connects to a secure slave - 0 - - - M07_SECURE - Incicates whether M07_AXI connects to a secure slave - 0 - - - M08_SECURE - Incicates whether M08_AXI connects to a secure slave - 0 - - - M09_SECURE - Incicates whether M09_AXI connects to a secure slave - 0 - - - M10_SECURE - Incicates whether M10_AXI connects to a secure slave - 0 - - - M11_SECURE - Incicates whether M11_AXI connects to a secure slave - 0 - - - M12_SECURE - Incicates whether M12_AXI connects to a secure slave - 0 - - - M13_SECURE - Incicates whether M13_AXI connects to a secure slave - 0 - - - M14_SECURE - Incicates whether M14_AXI connects to a secure slave - 0 - - - M15_SECURE - Incicates whether M15_AXI connects to a secure slave - 0 - - - M16_SECURE - Incicates whether M16_AXI connects to a secure slave - 0 - - - M17_SECURE - Incicates whether M17_AXI connects to a secure slave - 0 - - - M18_SECURE - Incicates whether M18_AXI connects to a secure slave - 0 - - - M19_SECURE - Incicates whether M19_AXI connects to a secure slave - 0 - - - M20_SECURE - Incicates whether M20_AXI connects to a secure slave - 0 - - - M21_SECURE - Incicates whether M21_AXI connects to a secure slave - 0 - - - M22_SECURE - Incicates whether M22_AXI connects to a secure slave - 0 - - - M23_SECURE - Incicates whether M23_AXI connects to a secure slave - 0 - - - M24_SECURE - Incicates whether M24_AXI connects to a secure slave - 0 - - - M25_SECURE - Incicates whether M25_AXI connects to a secure slave - 0 - - - M26_SECURE - Incicates whether M26_AXI connects to a secure slave - 0 - - - M27_SECURE - Incicates whether M27_AXI connects to a secure slave - 0 - - - M28_SECURE - Incicates whether M28_AXI connects to a secure slave - 0 - - - M29_SECURE - Incicates whether M29_AXI connects to a secure slave - 0 - - - M30_SECURE - Incicates whether M30_AXI connects to a secure slave - 0 - - - M31_SECURE - Incicates whether M31_AXI connects to a secure slave - 0 - - - M32_SECURE - Incicates whether M32_AXI connects to a secure slave - 0 - - - M33_SECURE - Incicates whether M33_AXI connects to a secure slave - 0 - - - M34_SECURE - Incicates whether M34_AXI connects to a secure slave - 0 - - - M35_SECURE - Incicates whether M35_AXI connects to a secure slave - 0 - - - M36_SECURE - Incicates whether M36_AXI connects to a secure slave - 0 - - - M37_SECURE - Incicates whether M37_AXI connects to a secure slave - 0 - - - M38_SECURE - Incicates whether M38_AXI connects to a secure slave - 0 - - - M39_SECURE - Incicates whether M39_AXI connects to a secure slave - 0 - - - M40_SECURE - Incicates whether M40_AXI connects to a secure slave - 0 - - - M41_SECURE - Incicates whether M41_AXI connects to a secure slave - 0 - - - M42_SECURE - Incicates whether M42_AXI connects to a secure slave - 0 - - - M43_SECURE - Incicates whether M43_AXI connects to a secure slave - 0 - - - M44_SECURE - Incicates whether M44_AXI connects to a secure slave - 0 - - - M45_SECURE - Incicates whether M45_AXI connects to a secure slave - 0 - - - M46_SECURE - Incicates whether M46_AXI connects to a secure slave - 0 - - - M47_SECURE - Incicates whether M47_AXI connects to a secure slave - 0 - - - M48_SECURE - Incicates whether M48_AXI connects to a secure slave - 0 - - - M49_SECURE - Incicates whether M49_AXI connects to a secure slave - 0 - - - M50_SECURE - Incicates whether M50_AXI connects to a secure slave - 0 - - - M51_SECURE - Incicates whether M51_AXI connects to a secure slave - 0 - - - M52_SECURE - Incicates whether M52_AXI connects to a secure slave - 0 - - - M53_SECURE - Incicates whether M53_AXI connects to a secure slave - 0 - - - M54_SECURE - Incicates whether M54_AXI connects to a secure slave - 0 - - - M55_SECURE - Incicates whether M55_AXI connects to a secure slave - 0 - - - M56_SECURE - Incicates whether M56_AXI connects to a secure slave - 0 - - - M57_SECURE - Incicates whether M57_AXI connects to a secure slave - 0 - - - M58_SECURE - Incicates whether M58_AXI connects to a secure slave - 0 - - - M59_SECURE - Incicates whether M59_AXI connects to a secure slave - 0 - - - M60_SECURE - Incicates whether M60_AXI connects to a secure slave - 0 - - - M61_SECURE - Incicates whether M61_AXI connects to a secure slave - 0 - - - M62_SECURE - Incicates whether M62_AXI connects to a secure slave - 0 - - - M63_SECURE - Incicates whether M63_AXI connects to a secure slave - 0 - - - S00_ARB_PRIORITY - Controls S00_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S01_ARB_PRIORITY - Controls S01_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S02_ARB_PRIORITY - Controls S02_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S03_ARB_PRIORITY - Controls S03_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S04_ARB_PRIORITY - Controls S04_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S05_ARB_PRIORITY - Controls S05_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S06_ARB_PRIORITY - Controls S06_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S07_ARB_PRIORITY - Controls S07_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S08_ARB_PRIORITY - Controls S08_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S09_ARB_PRIORITY - Controls S09_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S10_ARB_PRIORITY - Controls S10_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S11_ARB_PRIORITY - Controls S11_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S12_ARB_PRIORITY - Controls S12_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S13_ARB_PRIORITY - Controls S13_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S14_ARB_PRIORITY - Controls S14_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - S15_ARB_PRIORITY - Controls S15_ARB_PRIORITY on SI axi_crossbar instance within interconnect - 0 - - - Component_Name - system_ps7_0_axi_periph_0 - - - - - AXI Interconnect - 26 - - - - - - - - - - 2021.2 - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_rst_ps7_0_200M_0/system_rst_ps7_0_200M_0.xml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_rst_ps7_0_200M_0/system_rst_ps7_0_200M_0.xml deleted file mode 100644 index 3fd29e2..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_rst_ps7_0_200M_0/system_rst_ps7_0_200M_0.xml +++ /dev/null @@ -1,700 +0,0 @@ - - - xilinx.com - customized_ip - system_rst_ps7_0_200M_0 - 1.0 - - - clock - Clock - - - - - - - CLK - - - slowest_sync_clk - - - - - - ASSOCIATED_RESET - mb_reset:bus_struct_reset:interconnect_aresetn:peripheral_aresetn:peripheral_reset - - - FREQ_HZ - Slowest Sync clock frequency - Slowest Synchronous clock frequency - 2e+08 - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - none - - - - - ASSOCIATED_BUSIF - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - ext_reset - Ext_Reset - - - - - - - RST - - - ext_reset_in - - - - - - BOARD.ASSOCIATED_PARAM - RESET_BOARD_INTERFACE - - - - required - - - - - - POLARITY - ACTIVE_LOW - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - aux_reset - aux_reset - - - - - - - RST - - - aux_reset_in - - - - - - POLARITY - ACTIVE_LOW - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - dbg_reset - DBG_Reset - - - - - - - RST - - - mb_debug_sys_rst - - - - - - POLARITY - ACTIVE_HIGH - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - mb_rst - MB_rst - - - - - - - RST - - - mb_reset - - - - - - POLARITY - ACTIVE_HIGH - - - TYPE - PROCESSOR - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - bus_struct_reset - bus_struct_reset - - - - - - - RST - - - bus_struct_reset - - - - - - POLARITY - ACTIVE_HIGH - - - TYPE - INTERCONNECT - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - interconnect_low_rst - interconnect_low_rst - - - - - - - RST - - - interconnect_aresetn - - - - - - POLARITY - ACTIVE_LOW - - - TYPE - INTERCONNECT - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - peripheral_high_rst - peripheral_high_rst - - - - - - - RST - - - peripheral_reset - - - - - - POLARITY - ACTIVE_HIGH - - - TYPE - PERIPHERAL - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - peripheral_low_rst - peripheral_low_rst - - - - - - - RST - - - peripheral_aresetn - - - - - - POLARITY - ACTIVE_LOW - - - TYPE - PERIPHERAL - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - - - slowest_sync_clk - - in - - - std_logic - dummy_view - - - - - - ext_reset_in - - in - - - std_logic - dummy_view - - - - - - aux_reset_in - - in - - - std_logic - dummy_view - - - - 1 - - - - - mb_debug_sys_rst - - in - - - std_logic - dummy_view - - - - 0 - - - - - dcm_locked - - in - - - std_logic - dummy_view - - - - 0x1 - - - - - mb_reset - - out - - - std_logic - dummy_view - - - - 0x0 - - - - - bus_struct_reset - - out - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - peripheral_reset - - out - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 0 - - - - - interconnect_aresetn - - out - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 1 - - - - - peripheral_aresetn - - out - - 0 - 0 - - - - std_logic_vector - dummy_view - - - - 1 - - - - - - - C_FAMILY - zynq - - - C_EXT_RST_WIDTH - Ext Rst Width - 4 - - - C_AUX_RST_WIDTH - Aux Rst Width - 4 - - - C_EXT_RESET_HIGH - Ext Reset High - 0 - - - C_AUX_RESET_HIGH - Aux Reset High - 0 - - - C_NUM_BUS_RST - No. of Bus Reset (Active High) - 1 - - - C_NUM_PERP_RST - No. of Peripheral Reset (Active High) - 1 - - - C_NUM_INTERCONNECT_ARESETN - No. of Interconnect Reset (Active Low) - 1 - - - C_NUM_PERP_ARESETN - No. of Peripheral Reset (Active Low) - 1 - - - - - - choice_list_ac75ef1e - Custom - - - Processor Reset System - - - C_NUM_PERP_ARESETN - No. of Peripheral Reset (Active Low) - 1 - - - C_NUM_INTERCONNECT_ARESETN - No. of Interconnect Reset (Active Low) - 1 - - - C_NUM_PERP_RST - No. of Peripheral Reset (Active High) - 1 - - - C_NUM_BUS_RST - No. of Bus Reset (Active High) - 1 - - - C_AUX_RESET_HIGH - Aux Reset High - 0 - - - C_EXT_RESET_HIGH - Ext Reset High - 0 - - - C_AUX_RST_WIDTH - Aux Rst Width - 4 - - - C_EXT_RST_WIDTH - Ext Rst Width - 4 - - - Component_Name - system_rst_ps7_0_200M_0 - - - USE_BOARD_FLOW - Generate Board based IO Constraints - false - - - RESET_BOARD_INTERFACE - Custom - - - - - Processor System Reset - 13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2021.2 - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_s00_data_fifo_0/system_s00_data_fifo_0.xml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_s00_data_fifo_0/system_s00_data_fifo_0.xml deleted file mode 100644 index 6bc15d7..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_s00_data_fifo_0/system_s00_data_fifo_0.xml +++ /dev/null @@ -1,4030 +0,0 @@ - - - xilinx.com - customized_ip - system_s00_data_fifo_0 - 1.0 - - - S_AXI - S_AXI - - - - - - - AWID - - - s_axi_awid - - - - - AWADDR - - - s_axi_awaddr - - - - - AWLEN - - - s_axi_awlen - - - - - AWSIZE - - - s_axi_awsize - - - - - AWBURST - - - s_axi_awburst - - - - - AWLOCK - - - s_axi_awlock - - - - - AWCACHE - - - s_axi_awcache - - - - - AWPROT - - - s_axi_awprot - - - - - AWREGION - - - s_axi_awregion - - - - - AWQOS - - - s_axi_awqos - - - - - AWUSER - - - s_axi_awuser - - - - - AWVALID - - - s_axi_awvalid - - - - - AWREADY - - - s_axi_awready - - - - - WID - - - s_axi_wid - - - - - WDATA - - - s_axi_wdata - - - - - WSTRB - - - s_axi_wstrb - - - - - WLAST - - - s_axi_wlast - - - - - WUSER - - - s_axi_wuser - - - - - WVALID - - - s_axi_wvalid - - - - - WREADY - - - s_axi_wready - - - - - BID - - - s_axi_bid - - - - - BRESP - - - s_axi_bresp - - - - - BUSER - - - s_axi_buser - - - - - BVALID - - - s_axi_bvalid - - - - - BREADY - - - s_axi_bready - - - - - ARID - - - s_axi_arid - - - - - ARADDR - - - s_axi_araddr - - - - - ARLEN - - - s_axi_arlen - - - - - ARSIZE - - - s_axi_arsize - - - - - ARBURST - - - s_axi_arburst - - - - - ARLOCK - - - s_axi_arlock - - - - - ARCACHE - - - s_axi_arcache - - - - - ARPROT - - - s_axi_arprot - - - - - ARREGION - - - s_axi_arregion - - - - - ARQOS - - - s_axi_arqos - - - - - ARUSER - - - s_axi_aruser - - - - - ARVALID - - - s_axi_arvalid - - - - - ARREADY - - - s_axi_arready - - - - - RID - - - s_axi_rid - - - - - RDATA - - - s_axi_rdata - - - - - RRESP - - - s_axi_rresp - - - - - RLAST - - - s_axi_rlast - - - - - RUSER - - - s_axi_ruser - - - - - RVALID - - - s_axi_rvalid - - - - - RREADY - - - s_axi_rready - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4LITE - - - simulation.tlm - - - - - FREQ_HZ - 2e+08 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 0 - - - simulation.tlm - - - - - HAS_LOCK - 0 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 0 - - - simulation.tlm - - - - - HAS_QOS - 0 - - - simulation.tlm - - - - - HAS_REGION - 0 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 0 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 8 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 8 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 1 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - simulation.tlm - - - - - NUM_READ_THREADS - 4 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 4 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - M_AXI - M_AXI - - - - - - - AWID - - - m_axi_awid - - - - - AWADDR - - - m_axi_awaddr - - - - - AWLEN - - - m_axi_awlen - - - - - AWSIZE - - - m_axi_awsize - - - - - AWBURST - - - m_axi_awburst - - - - - AWLOCK - - - m_axi_awlock - - - - - AWCACHE - - - m_axi_awcache - - - - - AWPROT - - - m_axi_awprot - - - - - AWREGION - - - m_axi_awregion - - - - - AWQOS - - - m_axi_awqos - - - - - AWUSER - - - m_axi_awuser - - - - - AWVALID - - - m_axi_awvalid - - - - - AWREADY - - - m_axi_awready - - - - - WID - - - m_axi_wid - - - - - WDATA - - - m_axi_wdata - - - - - WSTRB - - - m_axi_wstrb - - - - - WLAST - - - m_axi_wlast - - - - - WUSER - - - m_axi_wuser - - - - - WVALID - - - m_axi_wvalid - - - - - WREADY - - - m_axi_wready - - - - - BID - - - m_axi_bid - - - - - BRESP - - - m_axi_bresp - - - - - BUSER - - - m_axi_buser - - - - - BVALID - - - m_axi_bvalid - - - - - BREADY - - - m_axi_bready - - - - - ARID - - - m_axi_arid - - - - - ARADDR - - - m_axi_araddr - - - - - ARLEN - - - m_axi_arlen - - - - - ARSIZE - - - m_axi_arsize - - - - - ARBURST - - - m_axi_arburst - - - - - ARLOCK - - - m_axi_arlock - - - - - ARCACHE - - - m_axi_arcache - - - - - ARPROT - - - m_axi_arprot - - - - - ARREGION - - - m_axi_arregion - - - - - ARQOS - - - m_axi_arqos - - - - - ARUSER - - - m_axi_aruser - - - - - ARVALID - - - m_axi_arvalid - - - - - ARREADY - - - m_axi_arready - - - - - RID - - - m_axi_rid - - - - - RDATA - - - m_axi_rdata - - - - - RRESP - - - m_axi_rresp - - - - - RLAST - - - m_axi_rlast - - - - - RUSER - - - m_axi_ruser - - - - - RVALID - - - m_axi_rvalid - - - - - RREADY - - - m_axi_rready - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4LITE - - - simulation.tlm - - - - - FREQ_HZ - 2e+08 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 0 - - - simulation.tlm - - - - - HAS_LOCK - 0 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 0 - - - simulation.tlm - - - - - HAS_QOS - 0 - - - simulation.tlm - - - - - HAS_REGION - 0 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 0 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 8 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 8 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 1 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - simulation.tlm - - - - - NUM_READ_THREADS - 4 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 4 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - CLK - CLK - - - - - - - CLK - - - aclk - - - - - - FREQ_HZ - aclk frequency - aclk frequency - 2e+08 - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - none - - - - - ASSOCIATED_BUSIF - S_AXI:M_AXI - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - ARESETN - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - RST - RST - - - - - - - RST - - - aresetn - - - - - - POLARITY - ACTIVE_LOW - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - TYPE - INTERCONNECT - - - none - - - - - - - M_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - M_INITIATOR_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - M_INITIATOR_wr_socket - - - - - - S_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - S_TARGET_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - S_TARGET_wr_socket - - - - - - - - - aclk - - in - - - wire - dummy_view - - - - - - aresetn - - in - - - wire - dummy_view - - - - - - s_axi_awid - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awaddr - - in - - 31 - 0 - - - - wire - dummy_view - - - - 0x00000000 - - - - - - true - - - - - - s_axi_awlen - - in - - 7 - 0 - - - - wire - dummy_view - - - - 0x00 - - - - - - false - - - - - - s_axi_awsize - - in - - 2 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awburst - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x1 - - - - - - false - - - - - - s_axi_awlock - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awcache - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awprot - - in - - 2 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_awregion - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awqos - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awuser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awvalid - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_awready - - out - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_wid - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_wdata - - in - - 31 - 0 - - - - wire - dummy_view - - - - 0x00000000 - - - - - - true - - - - - - s_axi_wstrb - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0xF - - - - - - true - - - - - - s_axi_wlast - - in - - - wire - dummy_view - - - - 0x1 - - - - - - false - - - - - - s_axi_wuser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_wvalid - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_wready - - out - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_bid - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - s_axi_bresp - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_buser - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - s_axi_bvalid - - out - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_bready - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_arid - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_araddr - - in - - 31 - 0 - - - - wire - dummy_view - - - - 0x00000000 - - - - - - true - - - - - - s_axi_arlen - - in - - 7 - 0 - - - - wire - dummy_view - - - - 0x00 - - - - - - false - - - - - - s_axi_arsize - - in - - 2 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_arburst - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x1 - - - - - - false - - - - - - s_axi_arlock - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_arcache - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_arprot - - in - - 2 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_arregion - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_arqos - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_aruser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_arvalid - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_arready - - out - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_rid - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - s_axi_rdata - - out - - 31 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_rresp - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_rlast - - out - - - wire - dummy_view - - - - - - - false - - - - - - s_axi_ruser - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - s_axi_rvalid - - out - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_rready - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_awid - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awaddr - - out - - 31 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_awlen - - out - - 7 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awsize - - out - - 2 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awburst - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awlock - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awcache - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awprot - - out - - 2 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_awregion - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awqos - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awuser - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awvalid - - out - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_awready - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_wid - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_wdata - - out - - 31 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_wstrb - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_wlast - - out - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_wuser - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_wvalid - - out - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_wready - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_bid - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - m_axi_bresp - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_buser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - m_axi_bvalid - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_bready - - out - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_arid - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_araddr - - out - - 31 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_arlen - - out - - 7 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arsize - - out - - 2 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arburst - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arlock - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arcache - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arprot - - out - - 2 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_arregion - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arqos - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_aruser - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arvalid - - out - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_arready - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_rid - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - m_axi_rdata - - in - - 31 - 0 - - - - wire - dummy_view - - - - 0x00000000 - - - - - - true - - - - - - m_axi_rresp - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_rlast - - in - - - wire - dummy_view - - - - 0x1 - - - - - - false - - - - - - m_axi_ruser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - m_axi_rvalid - - in - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_rready - - out - - - wire - dummy_view - - - - - - - true - - - - - - M_INITIATOR_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - M_INITIATOR_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - S_TARGET_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - - - - - 1 - - - - - S_TARGET_rd_socket - AXIMM Read Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - - - - - 1 - - - - - - - C_FAMILY - zynq - - - C_AXI_PROTOCOL - 2 - - - C_AXI_ID_WIDTH - 1 - - - C_AXI_ADDR_WIDTH - 32 - - - C_AXI_DATA_WIDTH - 32 - - - C_AXI_SUPPORTS_USER_SIGNALS - 0 - - - C_AXI_AWUSER_WIDTH - 1 - - - C_AXI_ARUSER_WIDTH - 1 - - - C_AXI_WUSER_WIDTH - 1 - - - C_AXI_RUSER_WIDTH - 1 - - - C_AXI_BUSER_WIDTH - 1 - - - C_AXI_WRITE_FIFO_DEPTH - 512 - - - C_AXI_WRITE_FIFO_TYPE - bram - - - C_AXI_WRITE_FIFO_DELAY - 1 - - - C_AXI_READ_FIFO_DEPTH - 512 - - - C_AXI_READ_FIFO_TYPE - bram - - - C_AXI_READ_FIFO_DELAY - 1 - - - - - - choice_list_261eadd2 - 0 - 32 - 512 - - - choice_list_7235ff92 - AXI4 - AXI3 - AXI4LITE - - - choice_list_99ba8646 - 32 - 64 - - - choice_pairs_0f1d8cea - 0 - 1 - - - choice_pairs_940700f2 - READ_WRITE - READ_ONLY - WRITE_ONLY - - - The AXI Data FIFO IP provides the facility to add flexible buffering between an AXI4/AXI3/AXI4-Lite master and slave. - - - PROTOCOL - PROTOCOL - AXI4LITE - - - READ_WRITE_MODE - READ_WRITE Mode - READ_WRITE - - - ADDR_WIDTH - Address Width - 32 - - - DATA_WIDTH - Data Width - 32 - - - ID_WIDTH - ID Width - 0 - - - AWUSER_WIDTH - AWUSER_WIDTH - 0 - - - ARUSER_WIDTH - ARUSER_WIDTH - 0 - - - RUSER_WIDTH - RUSER_WIDTH - 0 - - - WUSER_WIDTH - WUSER_WIDTH - 0 - - - BUSER_WIDTH - BUSER_WIDTH - 0 - - - WRITE_FIFO_DEPTH - WRITE FIFO DEPTH - 512 - - - READ_FIFO_DEPTH - READ FIFO DEPTH - 512 - - - WRITE_FIFO_DELAY - WRITE FIFO DELAY - 1 - - - READ_FIFO_DELAY - READ FIFO DELAY - 1 - - - Component_Name - system_s00_data_fifo_0 - - - - - AXI Data FIFO - - XPM_MEMORY - XPM_CDC - - - xtlm - - 24 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2021.2 - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_valve_interfaces_0_0/system_valve_interfaces_0_0.xml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_valve_interfaces_0_0/system_valve_interfaces_0_0.xml deleted file mode 100644 index 555fbd8..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_valve_interfaces_0_0/system_valve_interfaces_0_0.xml +++ /dev/null @@ -1,312 +0,0 @@ - - - xilinx.com - customized_ip - system_valve_interfaces_0_0 - 1.0 - - - rst_n - - - - - - - RST - - - rst_n - - - - - - POLARITY - ACTIVE_LOW - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - sys_clk - - - - - - - CLK - - - sys_clk - - - - - - FREQ_HZ - 2e+08 - - - none - - - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - none - - - - - ASSOCIATED_BUSIF - - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - - - total_valve_data - - in - - 383 - 0 - - - - std_logic_vector - dummy_view - - - - - - sys_clk - - in - - - std_logic - dummy_view - - - - - - rst_n - - in - - - std_logic - dummy_view - - - - - - valve_en - - in - - - std_logic - dummy_view - - - - - - empty - - in - - - std_logic - dummy_view - - - - - - sclk - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - sen - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - sdata - - out - - 5 - 0 - - - - std_logic_vector - dummy_view - - - - - - - - VALVE_PORT_NUM - Valve Port Num - 6 - - - TOTAL_VALVE_DATA_WIDTH - Total Valve Data Width - 384 - - - VALVE_DATA_WIDTH - Valve Data Width - 48 - - - - - - choice_list_9d8b0d81 - ACTIVE_HIGH - ACTIVE_LOW - - - xilinx.com:module_ref:valve_interfaces:1.0 - - - VALVE_PORT_NUM - Valve Port Num - 6 - - - TOTAL_VALVE_DATA_WIDTH - Total Valve Data Width - 384 - - - VALVE_DATA_WIDTH - Valve Data Width - 48 - - - Component_Name - system_valve_interfaces_0_0 - - - - - valve_interfaces_v1_0 - module_ref - 1 - - - - - - - - - - - - - 2021.2 - - - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_xbar_0/system_xbar_0.xml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_xbar_0/system_xbar_0.xml deleted file mode 100644 index 873b3e0..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/ip/system_xbar_0/system_xbar_0.xml +++ /dev/null @@ -1,47162 +0,0 @@ - - - xilinx.com - customized_ip - system_xbar_0 - 1.0 - - - RSTIF - RSTIF - - - - - - - RST - - - aresetn - - - - - - POLARITY - ACTIVE_LOW - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - TYPE - INTERCONNECT - - - none - - - - - - - CLKIF - CLKIF - - - - - - - CLK - - - aclk - - - - - - FREQ_HZ - aclk frequency - aclk frequency - 2e+08 - - - FREQ_TOLERANCE_HZ - 0 - - - none - - - - - PHASE - 0.0 - - - none - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - none - - - - - ASSOCIATED_BUSIF - M00_AXI:M01_AXI:M02_AXI:M03_AXI:M04_AXI:M05_AXI:M06_AXI:M07_AXI:M08_AXI:M09_AXI:M10_AXI:M11_AXI:M12_AXI:M13_AXI:M14_AXI:M15_AXI:S00_AXI:S01_AXI:S02_AXI:S03_AXI:S04_AXI:S05_AXI:S06_AXI:S07_AXI:S08_AXI:S09_AXI:S10_AXI:S11_AXI:S12_AXI:S13_AXI:S14_AXI:S15_AXI - - - none - - - - - ASSOCIATED_PORT - - - - none - - - - - ASSOCIATED_RESET - ARESETN - - - none - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - S00_AXI - S00_AXI - - - - - - - AWID - - - s_axi_awid - - 0 - 0 - - - - - - AWADDR - - - s_axi_awaddr - - 31 - 0 - - - - - - AWLEN - - - s_axi_awlen - - 7 - 0 - - - - - - AWSIZE - - - s_axi_awsize - - 2 - 0 - - - - - - AWBURST - - - s_axi_awburst - - 1 - 0 - - - - - - AWLOCK - - - s_axi_awlock - - 0 - 0 - - - - - - AWCACHE - - - s_axi_awcache - - 3 - 0 - - - - - - AWPROT - - - s_axi_awprot - - 2 - 0 - - - - - - AWQOS - - - s_axi_awqos - - 3 - 0 - - - - - - AWUSER - - - s_axi_awuser - - 0 - 0 - - - - - - AWVALID - - - s_axi_awvalid - - 0 - 0 - - - - - - AWREADY - - - s_axi_awready - - 0 - 0 - - - - - - WID - - - s_axi_wid - - 0 - 0 - - - - - - WDATA - - - s_axi_wdata - - 31 - 0 - - - - - - WSTRB - - - s_axi_wstrb - - 3 - 0 - - - - - - WLAST - - - s_axi_wlast - - 0 - 0 - - - - - - WUSER - - - s_axi_wuser - - 0 - 0 - - - - - - WVALID - - - s_axi_wvalid - - 0 - 0 - - - - - - WREADY - - - s_axi_wready - - 0 - 0 - - - - - - BID - - - s_axi_bid - - 0 - 0 - - - - - - BRESP - - - s_axi_bresp - - 1 - 0 - - - - - - BUSER - - - s_axi_buser - - 0 - 0 - - - - - - BVALID - - - s_axi_bvalid - - 0 - 0 - - - - - - BREADY - - - s_axi_bready - - 0 - 0 - - - - - - ARID - - - s_axi_arid - - 0 - 0 - - - - - - ARADDR - - - s_axi_araddr - - 31 - 0 - - - - - - ARLEN - - - s_axi_arlen - - 7 - 0 - - - - - - ARSIZE - - - s_axi_arsize - - 2 - 0 - - - - - - ARBURST - - - s_axi_arburst - - 1 - 0 - - - - - - ARLOCK - - - s_axi_arlock - - 0 - 0 - - - - - - ARCACHE - - - s_axi_arcache - - 3 - 0 - - - - - - ARPROT - - - s_axi_arprot - - 2 - 0 - - - - - - ARQOS - - - s_axi_arqos - - 3 - 0 - - - - - - ARUSER - - - s_axi_aruser - - 0 - 0 - - - - - - ARVALID - - - s_axi_arvalid - - 0 - 0 - - - - - - ARREADY - - - s_axi_arready - - 0 - 0 - - - - - - RID - - - s_axi_rid - - 0 - 0 - - - - - - RDATA - - - s_axi_rdata - - 31 - 0 - - - - - - RRESP - - - s_axi_rresp - - 1 - 0 - - - - - - RLAST - - - s_axi_rlast - - 0 - 0 - - - - - - RUSER - - - s_axi_ruser - - 0 - 0 - - - - - - RVALID - - - s_axi_rvalid - - 0 - 0 - - - - - - RREADY - - - s_axi_rready - - 0 - 0 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4LITE - - - simulation.tlm - - - - - FREQ_HZ - 2e+08 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 0 - - - simulation.tlm - - - - - HAS_LOCK - 0 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 0 - - - simulation.tlm - - - - - HAS_QOS - 0 - - - simulation.tlm - - - - - HAS_REGION - 0 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 0 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 8 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 8 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 1 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - simulation.tlm - - - - - NUM_READ_THREADS - 4 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 4 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - true - - - - - - M00_AXI - M00_AXI - - - - - - - AWID - - - m_axi_awid - - 0 - 0 - - - - - - AWADDR - - - m_axi_awaddr - - 31 - 0 - - - - - - AWLEN - - - m_axi_awlen - - 7 - 0 - - - - - - AWSIZE - - - m_axi_awsize - - 2 - 0 - - - - - - AWBURST - - - m_axi_awburst - - 1 - 0 - - - - - - AWLOCK - - - m_axi_awlock - - 0 - 0 - - - - - - AWCACHE - - - m_axi_awcache - - 3 - 0 - - - - - - AWPROT - - - m_axi_awprot - - 2 - 0 - - - - - - AWREGION - - - m_axi_awregion - - 3 - 0 - - - - - - AWQOS - - - m_axi_awqos - - 3 - 0 - - - - - - AWUSER - - - m_axi_awuser - - 0 - 0 - - - - - - AWVALID - - - m_axi_awvalid - - 0 - 0 - - - - - - AWREADY - - - m_axi_awready - - 0 - 0 - - - - - - WID - - - m_axi_wid - - 0 - 0 - - - - - - WDATA - - - m_axi_wdata - - 31 - 0 - - - - - - WSTRB - - - m_axi_wstrb - - 3 - 0 - - - - - - WLAST - - - m_axi_wlast - - 0 - 0 - - - - - - WUSER - - - m_axi_wuser - - 0 - 0 - - - - - - WVALID - - - m_axi_wvalid - - 0 - 0 - - - - - - WREADY - - - m_axi_wready - - 0 - 0 - - - - - - BID - - - m_axi_bid - - 0 - 0 - - - - - - BRESP - - - m_axi_bresp - - 1 - 0 - - - - - - BUSER - - - m_axi_buser - - 0 - 0 - - - - - - BVALID - - - m_axi_bvalid - - 0 - 0 - - - - - - BREADY - - - m_axi_bready - - 0 - 0 - - - - - - ARID - - - m_axi_arid - - 0 - 0 - - - - - - ARADDR - - - m_axi_araddr - - 31 - 0 - - - - - - ARLEN - - - m_axi_arlen - - 7 - 0 - - - - - - ARSIZE - - - m_axi_arsize - - 2 - 0 - - - - - - ARBURST - - - m_axi_arburst - - 1 - 0 - - - - - - ARLOCK - - - m_axi_arlock - - 0 - 0 - - - - - - ARCACHE - - - m_axi_arcache - - 3 - 0 - - - - - - ARPROT - - - m_axi_arprot - - 2 - 0 - - - - - - ARREGION - - - m_axi_arregion - - 3 - 0 - - - - - - ARQOS - - - m_axi_arqos - - 3 - 0 - - - - - - ARUSER - - - m_axi_aruser - - 0 - 0 - - - - - - ARVALID - - - m_axi_arvalid - - 0 - 0 - - - - - - ARREADY - - - m_axi_arready - - 0 - 0 - - - - - - RID - - - m_axi_rid - - 0 - 0 - - - - - - RDATA - - - m_axi_rdata - - 31 - 0 - - - - - - RRESP - - - m_axi_rresp - - 1 - 0 - - - - - - RLAST - - - m_axi_rlast - - 0 - 0 - - - - - - RUSER - - - m_axi_ruser - - 0 - 0 - - - - - - RVALID - - - m_axi_rvalid - - 0 - 0 - - - - - - RREADY - - - m_axi_rready - - 0 - 0 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4LITE - - - simulation.tlm - - - - - FREQ_HZ - 2e+08 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 0 - - - simulation.tlm - - - - - HAS_LOCK - 0 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 0 - - - simulation.tlm - - - - - HAS_QOS - 0 - - - simulation.tlm - - - - - HAS_REGION - 0 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 0 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 2 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 2 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 1 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - true - - - - - - S01_AXI - S01_AXI - - - - - - - AWID - - - s_axi_awid - - 1 - 1 - - - - - - AWADDR - - - s_axi_awaddr - - 63 - 32 - - - - - - AWLEN - - - s_axi_awlen - - 15 - 8 - - - - - - AWSIZE - - - s_axi_awsize - - 5 - 3 - - - - - - AWBURST - - - s_axi_awburst - - 3 - 2 - - - - - - AWLOCK - - - s_axi_awlock - - 1 - 1 - - - - - - AWCACHE - - - s_axi_awcache - - 7 - 4 - - - - - - AWPROT - - - s_axi_awprot - - 5 - 3 - - - - - - AWQOS - - - s_axi_awqos - - 7 - 4 - - - - - - AWUSER - - - s_axi_awuser - - 1 - 1 - - - - - - AWVALID - - - s_axi_awvalid - - 1 - 1 - - - - - - AWREADY - - - s_axi_awready - - 1 - 1 - - - - - - WID - - - s_axi_wid - - 1 - 1 - - - - - - WDATA - - - s_axi_wdata - - 63 - 32 - - - - - - WSTRB - - - s_axi_wstrb - - 7 - 4 - - - - - - WLAST - - - s_axi_wlast - - 1 - 1 - - - - - - WUSER - - - s_axi_wuser - - 1 - 1 - - - - - - WVALID - - - s_axi_wvalid - - 1 - 1 - - - - - - WREADY - - - s_axi_wready - - 1 - 1 - - - - - - BID - - - s_axi_bid - - 1 - 1 - - - - - - BRESP - - - s_axi_bresp - - 3 - 2 - - - - - - BUSER - - - s_axi_buser - - 1 - 1 - - - - - - BVALID - - - s_axi_bvalid - - 1 - 1 - - - - - - BREADY - - - s_axi_bready - - 1 - 1 - - - - - - ARID - - - s_axi_arid - - 1 - 1 - - - - - - ARADDR - - - s_axi_araddr - - 63 - 32 - - - - - - ARLEN - - - s_axi_arlen - - 15 - 8 - - - - - - ARSIZE - - - s_axi_arsize - - 5 - 3 - - - - - - ARBURST - - - s_axi_arburst - - 3 - 2 - - - - - - ARLOCK - - - s_axi_arlock - - 1 - 1 - - - - - - ARCACHE - - - s_axi_arcache - - 7 - 4 - - - - - - ARPROT - - - s_axi_arprot - - 5 - 3 - - - - - - ARQOS - - - s_axi_arqos - - 7 - 4 - - - - - - ARUSER - - - s_axi_aruser - - 1 - 1 - - - - - - ARVALID - - - s_axi_arvalid - - 1 - 1 - - - - - - ARREADY - - - s_axi_arready - - 1 - 1 - - - - - - RID - - - s_axi_rid - - 1 - 1 - - - - - - RDATA - - - s_axi_rdata - - 63 - 32 - - - - - - RRESP - - - s_axi_rresp - - 3 - 2 - - - - - - RLAST - - - s_axi_rlast - - 1 - 1 - - - - - - RUSER - - - s_axi_ruser - - 1 - 1 - - - - - - RVALID - - - s_axi_rvalid - - 1 - 1 - - - - - - RREADY - - - s_axi_rready - - 1 - 1 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M01_AXI - M01_AXI - - - - - - - AWID - - - m_axi_awid - - 1 - 1 - - - - - - AWADDR - - - m_axi_awaddr - - 63 - 32 - - - - - - AWLEN - - - m_axi_awlen - - 15 - 8 - - - - - - AWSIZE - - - m_axi_awsize - - 5 - 3 - - - - - - AWBURST - - - m_axi_awburst - - 3 - 2 - - - - - - AWLOCK - - - m_axi_awlock - - 1 - 1 - - - - - - AWCACHE - - - m_axi_awcache - - 7 - 4 - - - - - - AWPROT - - - m_axi_awprot - - 5 - 3 - - - - - - AWREGION - - - m_axi_awregion - - 7 - 4 - - - - - - AWQOS - - - m_axi_awqos - - 7 - 4 - - - - - - AWUSER - - - m_axi_awuser - - 1 - 1 - - - - - - AWVALID - - - m_axi_awvalid - - 1 - 1 - - - - - - AWREADY - - - m_axi_awready - - 1 - 1 - - - - - - WID - - - m_axi_wid - - 1 - 1 - - - - - - WDATA - - - m_axi_wdata - - 63 - 32 - - - - - - WSTRB - - - m_axi_wstrb - - 7 - 4 - - - - - - WLAST - - - m_axi_wlast - - 1 - 1 - - - - - - WUSER - - - m_axi_wuser - - 1 - 1 - - - - - - WVALID - - - m_axi_wvalid - - 1 - 1 - - - - - - WREADY - - - m_axi_wready - - 1 - 1 - - - - - - BID - - - m_axi_bid - - 1 - 1 - - - - - - BRESP - - - m_axi_bresp - - 3 - 2 - - - - - - BUSER - - - m_axi_buser - - 1 - 1 - - - - - - BVALID - - - m_axi_bvalid - - 1 - 1 - - - - - - BREADY - - - m_axi_bready - - 1 - 1 - - - - - - ARID - - - m_axi_arid - - 1 - 1 - - - - - - ARADDR - - - m_axi_araddr - - 63 - 32 - - - - - - ARLEN - - - m_axi_arlen - - 15 - 8 - - - - - - ARSIZE - - - m_axi_arsize - - 5 - 3 - - - - - - ARBURST - - - m_axi_arburst - - 3 - 2 - - - - - - ARLOCK - - - m_axi_arlock - - 1 - 1 - - - - - - ARCACHE - - - m_axi_arcache - - 7 - 4 - - - - - - ARPROT - - - m_axi_arprot - - 5 - 3 - - - - - - ARREGION - - - m_axi_arregion - - 7 - 4 - - - - - - ARQOS - - - m_axi_arqos - - 7 - 4 - - - - - - ARUSER - - - m_axi_aruser - - 1 - 1 - - - - - - ARVALID - - - m_axi_arvalid - - 1 - 1 - - - - - - ARREADY - - - m_axi_arready - - 1 - 1 - - - - - - RID - - - m_axi_rid - - 1 - 1 - - - - - - RDATA - - - m_axi_rdata - - 63 - 32 - - - - - - RRESP - - - m_axi_rresp - - 3 - 2 - - - - - - RLAST - - - m_axi_rlast - - 1 - 1 - - - - - - RUSER - - - m_axi_ruser - - 1 - 1 - - - - - - RVALID - - - m_axi_rvalid - - 1 - 1 - - - - - - RREADY - - - m_axi_rready - - 1 - 1 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4LITE - - - simulation.tlm - - - - - FREQ_HZ - 2e+08 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 0 - - - simulation.tlm - - - - - HAS_LOCK - 0 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 0 - - - simulation.tlm - - - - - HAS_QOS - 0 - - - simulation.tlm - - - - - HAS_REGION - 0 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 0 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 2 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 2 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 1 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - system_processing_system7_0_0_FCLK_CLK0 - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - true - - - - - - S02_AXI - S02_AXI - - - - - - - AWID - - - s_axi_awid - - 2 - 2 - - - - - - AWADDR - - - s_axi_awaddr - - 95 - 64 - - - - - - AWLEN - - - s_axi_awlen - - 23 - 16 - - - - - - AWSIZE - - - s_axi_awsize - - 8 - 6 - - - - - - AWBURST - - - s_axi_awburst - - 5 - 4 - - - - - - AWLOCK - - - s_axi_awlock - - 2 - 2 - - - - - - AWCACHE - - - s_axi_awcache - - 11 - 8 - - - - - - AWPROT - - - s_axi_awprot - - 8 - 6 - - - - - - AWQOS - - - s_axi_awqos - - 11 - 8 - - - - - - AWUSER - - - s_axi_awuser - - 2 - 2 - - - - - - AWVALID - - - s_axi_awvalid - - 2 - 2 - - - - - - AWREADY - - - s_axi_awready - - 2 - 2 - - - - - - WID - - - s_axi_wid - - 2 - 2 - - - - - - WDATA - - - s_axi_wdata - - 95 - 64 - - - - - - WSTRB - - - s_axi_wstrb - - 11 - 8 - - - - - - WLAST - - - s_axi_wlast - - 2 - 2 - - - - - - WUSER - - - s_axi_wuser - - 2 - 2 - - - - - - WVALID - - - s_axi_wvalid - - 2 - 2 - - - - - - WREADY - - - s_axi_wready - - 2 - 2 - - - - - - BID - - - s_axi_bid - - 2 - 2 - - - - - - BRESP - - - s_axi_bresp - - 5 - 4 - - - - - - BUSER - - - s_axi_buser - - 2 - 2 - - - - - - BVALID - - - s_axi_bvalid - - 2 - 2 - - - - - - BREADY - - - s_axi_bready - - 2 - 2 - - - - - - ARID - - - s_axi_arid - - 2 - 2 - - - - - - ARADDR - - - s_axi_araddr - - 95 - 64 - - - - - - ARLEN - - - s_axi_arlen - - 23 - 16 - - - - - - ARSIZE - - - s_axi_arsize - - 8 - 6 - - - - - - ARBURST - - - s_axi_arburst - - 5 - 4 - - - - - - ARLOCK - - - s_axi_arlock - - 2 - 2 - - - - - - ARCACHE - - - s_axi_arcache - - 11 - 8 - - - - - - ARPROT - - - s_axi_arprot - - 8 - 6 - - - - - - ARQOS - - - s_axi_arqos - - 11 - 8 - - - - - - ARUSER - - - s_axi_aruser - - 2 - 2 - - - - - - ARVALID - - - s_axi_arvalid - - 2 - 2 - - - - - - ARREADY - - - s_axi_arready - - 2 - 2 - - - - - - RID - - - s_axi_rid - - 2 - 2 - - - - - - RDATA - - - s_axi_rdata - - 95 - 64 - - - - - - RRESP - - - s_axi_rresp - - 5 - 4 - - - - - - RLAST - - - s_axi_rlast - - 2 - 2 - - - - - - RUSER - - - s_axi_ruser - - 2 - 2 - - - - - - RVALID - - - s_axi_rvalid - - 2 - 2 - - - - - - RREADY - - - s_axi_rready - - 2 - 2 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M02_AXI - M02_AXI - - - - - - - AWID - - - m_axi_awid - - 2 - 2 - - - - - - AWADDR - - - m_axi_awaddr - - 95 - 64 - - - - - - AWLEN - - - m_axi_awlen - - 23 - 16 - - - - - - AWSIZE - - - m_axi_awsize - - 8 - 6 - - - - - - AWBURST - - - m_axi_awburst - - 5 - 4 - - - - - - AWLOCK - - - m_axi_awlock - - 2 - 2 - - - - - - AWCACHE - - - m_axi_awcache - - 11 - 8 - - - - - - AWPROT - - - m_axi_awprot - - 8 - 6 - - - - - - AWREGION - - - m_axi_awregion - - 11 - 8 - - - - - - AWQOS - - - m_axi_awqos - - 11 - 8 - - - - - - AWUSER - - - m_axi_awuser - - 2 - 2 - - - - - - AWVALID - - - m_axi_awvalid - - 2 - 2 - - - - - - AWREADY - - - m_axi_awready - - 2 - 2 - - - - - - WID - - - m_axi_wid - - 2 - 2 - - - - - - WDATA - - - m_axi_wdata - - 95 - 64 - - - - - - WSTRB - - - m_axi_wstrb - - 11 - 8 - - - - - - WLAST - - - m_axi_wlast - - 2 - 2 - - - - - - WUSER - - - m_axi_wuser - - 2 - 2 - - - - - - WVALID - - - m_axi_wvalid - - 2 - 2 - - - - - - WREADY - - - m_axi_wready - - 2 - 2 - - - - - - BID - - - m_axi_bid - - 2 - 2 - - - - - - BRESP - - - m_axi_bresp - - 5 - 4 - - - - - - BUSER - - - m_axi_buser - - 2 - 2 - - - - - - BVALID - - - m_axi_bvalid - - 2 - 2 - - - - - - BREADY - - - m_axi_bready - - 2 - 2 - - - - - - ARID - - - m_axi_arid - - 2 - 2 - - - - - - ARADDR - - - m_axi_araddr - - 95 - 64 - - - - - - ARLEN - - - m_axi_arlen - - 23 - 16 - - - - - - ARSIZE - - - m_axi_arsize - - 8 - 6 - - - - - - ARBURST - - - m_axi_arburst - - 5 - 4 - - - - - - ARLOCK - - - m_axi_arlock - - 2 - 2 - - - - - - ARCACHE - - - m_axi_arcache - - 11 - 8 - - - - - - ARPROT - - - m_axi_arprot - - 8 - 6 - - - - - - ARREGION - - - m_axi_arregion - - 11 - 8 - - - - - - ARQOS - - - m_axi_arqos - - 11 - 8 - - - - - - ARUSER - - - m_axi_aruser - - 2 - 2 - - - - - - ARVALID - - - m_axi_arvalid - - 2 - 2 - - - - - - ARREADY - - - m_axi_arready - - 2 - 2 - - - - - - RID - - - m_axi_rid - - 2 - 2 - - - - - - RDATA - - - m_axi_rdata - - 95 - 64 - - - - - - RRESP - - - m_axi_rresp - - 5 - 4 - - - - - - RLAST - - - m_axi_rlast - - 2 - 2 - - - - - - RUSER - - - m_axi_ruser - - 2 - 2 - - - - - - RVALID - - - m_axi_rvalid - - 2 - 2 - - - - - - RREADY - - - m_axi_rready - - 2 - 2 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S03_AXI - S03_AXI - - - - - - - AWID - - - s_axi_awid - - 3 - 3 - - - - - - AWADDR - - - s_axi_awaddr - - 127 - 96 - - - - - - AWLEN - - - s_axi_awlen - - 31 - 24 - - - - - - AWSIZE - - - s_axi_awsize - - 11 - 9 - - - - - - AWBURST - - - s_axi_awburst - - 7 - 6 - - - - - - AWLOCK - - - s_axi_awlock - - 3 - 3 - - - - - - AWCACHE - - - s_axi_awcache - - 15 - 12 - - - - - - AWPROT - - - s_axi_awprot - - 11 - 9 - - - - - - AWQOS - - - s_axi_awqos - - 15 - 12 - - - - - - AWUSER - - - s_axi_awuser - - 3 - 3 - - - - - - AWVALID - - - s_axi_awvalid - - 3 - 3 - - - - - - AWREADY - - - s_axi_awready - - 3 - 3 - - - - - - WID - - - s_axi_wid - - 3 - 3 - - - - - - WDATA - - - s_axi_wdata - - 127 - 96 - - - - - - WSTRB - - - s_axi_wstrb - - 15 - 12 - - - - - - WLAST - - - s_axi_wlast - - 3 - 3 - - - - - - WUSER - - - s_axi_wuser - - 3 - 3 - - - - - - WVALID - - - s_axi_wvalid - - 3 - 3 - - - - - - WREADY - - - s_axi_wready - - 3 - 3 - - - - - - BID - - - s_axi_bid - - 3 - 3 - - - - - - BRESP - - - s_axi_bresp - - 7 - 6 - - - - - - BUSER - - - s_axi_buser - - 3 - 3 - - - - - - BVALID - - - s_axi_bvalid - - 3 - 3 - - - - - - BREADY - - - s_axi_bready - - 3 - 3 - - - - - - ARID - - - s_axi_arid - - 3 - 3 - - - - - - ARADDR - - - s_axi_araddr - - 127 - 96 - - - - - - ARLEN - - - s_axi_arlen - - 31 - 24 - - - - - - ARSIZE - - - s_axi_arsize - - 11 - 9 - - - - - - ARBURST - - - s_axi_arburst - - 7 - 6 - - - - - - ARLOCK - - - s_axi_arlock - - 3 - 3 - - - - - - ARCACHE - - - s_axi_arcache - - 15 - 12 - - - - - - ARPROT - - - s_axi_arprot - - 11 - 9 - - - - - - ARQOS - - - s_axi_arqos - - 15 - 12 - - - - - - ARUSER - - - s_axi_aruser - - 3 - 3 - - - - - - ARVALID - - - s_axi_arvalid - - 3 - 3 - - - - - - ARREADY - - - s_axi_arready - - 3 - 3 - - - - - - RID - - - s_axi_rid - - 3 - 3 - - - - - - RDATA - - - s_axi_rdata - - 127 - 96 - - - - - - RRESP - - - s_axi_rresp - - 7 - 6 - - - - - - RLAST - - - s_axi_rlast - - 3 - 3 - - - - - - RUSER - - - s_axi_ruser - - 3 - 3 - - - - - - RVALID - - - s_axi_rvalid - - 3 - 3 - - - - - - RREADY - - - s_axi_rready - - 3 - 3 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M03_AXI - M03_AXI - - - - - - - AWID - - - m_axi_awid - - 3 - 3 - - - - - - AWADDR - - - m_axi_awaddr - - 127 - 96 - - - - - - AWLEN - - - m_axi_awlen - - 31 - 24 - - - - - - AWSIZE - - - m_axi_awsize - - 11 - 9 - - - - - - AWBURST - - - m_axi_awburst - - 7 - 6 - - - - - - AWLOCK - - - m_axi_awlock - - 3 - 3 - - - - - - AWCACHE - - - m_axi_awcache - - 15 - 12 - - - - - - AWPROT - - - m_axi_awprot - - 11 - 9 - - - - - - AWREGION - - - m_axi_awregion - - 15 - 12 - - - - - - AWQOS - - - m_axi_awqos - - 15 - 12 - - - - - - AWUSER - - - m_axi_awuser - - 3 - 3 - - - - - - AWVALID - - - m_axi_awvalid - - 3 - 3 - - - - - - AWREADY - - - m_axi_awready - - 3 - 3 - - - - - - WID - - - m_axi_wid - - 3 - 3 - - - - - - WDATA - - - m_axi_wdata - - 127 - 96 - - - - - - WSTRB - - - m_axi_wstrb - - 15 - 12 - - - - - - WLAST - - - m_axi_wlast - - 3 - 3 - - - - - - WUSER - - - m_axi_wuser - - 3 - 3 - - - - - - WVALID - - - m_axi_wvalid - - 3 - 3 - - - - - - WREADY - - - m_axi_wready - - 3 - 3 - - - - - - BID - - - m_axi_bid - - 3 - 3 - - - - - - BRESP - - - m_axi_bresp - - 7 - 6 - - - - - - BUSER - - - m_axi_buser - - 3 - 3 - - - - - - BVALID - - - m_axi_bvalid - - 3 - 3 - - - - - - BREADY - - - m_axi_bready - - 3 - 3 - - - - - - ARID - - - m_axi_arid - - 3 - 3 - - - - - - ARADDR - - - m_axi_araddr - - 127 - 96 - - - - - - ARLEN - - - m_axi_arlen - - 31 - 24 - - - - - - ARSIZE - - - m_axi_arsize - - 11 - 9 - - - - - - ARBURST - - - m_axi_arburst - - 7 - 6 - - - - - - ARLOCK - - - m_axi_arlock - - 3 - 3 - - - - - - ARCACHE - - - m_axi_arcache - - 15 - 12 - - - - - - ARPROT - - - m_axi_arprot - - 11 - 9 - - - - - - ARREGION - - - m_axi_arregion - - 15 - 12 - - - - - - ARQOS - - - m_axi_arqos - - 15 - 12 - - - - - - ARUSER - - - m_axi_aruser - - 3 - 3 - - - - - - ARVALID - - - m_axi_arvalid - - 3 - 3 - - - - - - ARREADY - - - m_axi_arready - - 3 - 3 - - - - - - RID - - - m_axi_rid - - 3 - 3 - - - - - - RDATA - - - m_axi_rdata - - 127 - 96 - - - - - - RRESP - - - m_axi_rresp - - 7 - 6 - - - - - - RLAST - - - m_axi_rlast - - 3 - 3 - - - - - - RUSER - - - m_axi_ruser - - 3 - 3 - - - - - - RVALID - - - m_axi_rvalid - - 3 - 3 - - - - - - RREADY - - - m_axi_rready - - 3 - 3 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S04_AXI - S04_AXI - - - - - - - AWID - - - s_axi_awid - - 4 - 4 - - - - - - AWADDR - - - s_axi_awaddr - - 159 - 128 - - - - - - AWLEN - - - s_axi_awlen - - 39 - 32 - - - - - - AWSIZE - - - s_axi_awsize - - 14 - 12 - - - - - - AWBURST - - - s_axi_awburst - - 9 - 8 - - - - - - AWLOCK - - - s_axi_awlock - - 4 - 4 - - - - - - AWCACHE - - - s_axi_awcache - - 19 - 16 - - - - - - AWPROT - - - s_axi_awprot - - 14 - 12 - - - - - - AWQOS - - - s_axi_awqos - - 19 - 16 - - - - - - AWUSER - - - s_axi_awuser - - 4 - 4 - - - - - - AWVALID - - - s_axi_awvalid - - 4 - 4 - - - - - - AWREADY - - - s_axi_awready - - 4 - 4 - - - - - - WID - - - s_axi_wid - - 4 - 4 - - - - - - WDATA - - - s_axi_wdata - - 159 - 128 - - - - - - WSTRB - - - s_axi_wstrb - - 19 - 16 - - - - - - WLAST - - - s_axi_wlast - - 4 - 4 - - - - - - WUSER - - - s_axi_wuser - - 4 - 4 - - - - - - WVALID - - - s_axi_wvalid - - 4 - 4 - - - - - - WREADY - - - s_axi_wready - - 4 - 4 - - - - - - BID - - - s_axi_bid - - 4 - 4 - - - - - - BRESP - - - s_axi_bresp - - 9 - 8 - - - - - - BUSER - - - s_axi_buser - - 4 - 4 - - - - - - BVALID - - - s_axi_bvalid - - 4 - 4 - - - - - - BREADY - - - s_axi_bready - - 4 - 4 - - - - - - ARID - - - s_axi_arid - - 4 - 4 - - - - - - ARADDR - - - s_axi_araddr - - 159 - 128 - - - - - - ARLEN - - - s_axi_arlen - - 39 - 32 - - - - - - ARSIZE - - - s_axi_arsize - - 14 - 12 - - - - - - ARBURST - - - s_axi_arburst - - 9 - 8 - - - - - - ARLOCK - - - s_axi_arlock - - 4 - 4 - - - - - - ARCACHE - - - s_axi_arcache - - 19 - 16 - - - - - - ARPROT - - - s_axi_arprot - - 14 - 12 - - - - - - ARQOS - - - s_axi_arqos - - 19 - 16 - - - - - - ARUSER - - - s_axi_aruser - - 4 - 4 - - - - - - ARVALID - - - s_axi_arvalid - - 4 - 4 - - - - - - ARREADY - - - s_axi_arready - - 4 - 4 - - - - - - RID - - - s_axi_rid - - 4 - 4 - - - - - - RDATA - - - s_axi_rdata - - 159 - 128 - - - - - - RRESP - - - s_axi_rresp - - 9 - 8 - - - - - - RLAST - - - s_axi_rlast - - 4 - 4 - - - - - - RUSER - - - s_axi_ruser - - 4 - 4 - - - - - - RVALID - - - s_axi_rvalid - - 4 - 4 - - - - - - RREADY - - - s_axi_rready - - 4 - 4 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M04_AXI - M04_AXI - - - - - - - AWID - - - m_axi_awid - - 4 - 4 - - - - - - AWADDR - - - m_axi_awaddr - - 159 - 128 - - - - - - AWLEN - - - m_axi_awlen - - 39 - 32 - - - - - - AWSIZE - - - m_axi_awsize - - 14 - 12 - - - - - - AWBURST - - - m_axi_awburst - - 9 - 8 - - - - - - AWLOCK - - - m_axi_awlock - - 4 - 4 - - - - - - AWCACHE - - - m_axi_awcache - - 19 - 16 - - - - - - AWPROT - - - m_axi_awprot - - 14 - 12 - - - - - - AWREGION - - - m_axi_awregion - - 19 - 16 - - - - - - AWQOS - - - m_axi_awqos - - 19 - 16 - - - - - - AWUSER - - - m_axi_awuser - - 4 - 4 - - - - - - AWVALID - - - m_axi_awvalid - - 4 - 4 - - - - - - AWREADY - - - m_axi_awready - - 4 - 4 - - - - - - WID - - - m_axi_wid - - 4 - 4 - - - - - - WDATA - - - m_axi_wdata - - 159 - 128 - - - - - - WSTRB - - - m_axi_wstrb - - 19 - 16 - - - - - - WLAST - - - m_axi_wlast - - 4 - 4 - - - - - - WUSER - - - m_axi_wuser - - 4 - 4 - - - - - - WVALID - - - m_axi_wvalid - - 4 - 4 - - - - - - WREADY - - - m_axi_wready - - 4 - 4 - - - - - - BID - - - m_axi_bid - - 4 - 4 - - - - - - BRESP - - - m_axi_bresp - - 9 - 8 - - - - - - BUSER - - - m_axi_buser - - 4 - 4 - - - - - - BVALID - - - m_axi_bvalid - - 4 - 4 - - - - - - BREADY - - - m_axi_bready - - 4 - 4 - - - - - - ARID - - - m_axi_arid - - 4 - 4 - - - - - - ARADDR - - - m_axi_araddr - - 159 - 128 - - - - - - ARLEN - - - m_axi_arlen - - 39 - 32 - - - - - - ARSIZE - - - m_axi_arsize - - 14 - 12 - - - - - - ARBURST - - - m_axi_arburst - - 9 - 8 - - - - - - ARLOCK - - - m_axi_arlock - - 4 - 4 - - - - - - ARCACHE - - - m_axi_arcache - - 19 - 16 - - - - - - ARPROT - - - m_axi_arprot - - 14 - 12 - - - - - - ARREGION - - - m_axi_arregion - - 19 - 16 - - - - - - ARQOS - - - m_axi_arqos - - 19 - 16 - - - - - - ARUSER - - - m_axi_aruser - - 4 - 4 - - - - - - ARVALID - - - m_axi_arvalid - - 4 - 4 - - - - - - ARREADY - - - m_axi_arready - - 4 - 4 - - - - - - RID - - - m_axi_rid - - 4 - 4 - - - - - - RDATA - - - m_axi_rdata - - 159 - 128 - - - - - - RRESP - - - m_axi_rresp - - 9 - 8 - - - - - - RLAST - - - m_axi_rlast - - 4 - 4 - - - - - - RUSER - - - m_axi_ruser - - 4 - 4 - - - - - - RVALID - - - m_axi_rvalid - - 4 - 4 - - - - - - RREADY - - - m_axi_rready - - 4 - 4 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S05_AXI - S05_AXI - - - - - - - AWID - - - s_axi_awid - - 5 - 5 - - - - - - AWADDR - - - s_axi_awaddr - - 191 - 160 - - - - - - AWLEN - - - s_axi_awlen - - 47 - 40 - - - - - - AWSIZE - - - s_axi_awsize - - 17 - 15 - - - - - - AWBURST - - - s_axi_awburst - - 11 - 10 - - - - - - AWLOCK - - - s_axi_awlock - - 5 - 5 - - - - - - AWCACHE - - - s_axi_awcache - - 23 - 20 - - - - - - AWPROT - - - s_axi_awprot - - 17 - 15 - - - - - - AWQOS - - - s_axi_awqos - - 23 - 20 - - - - - - AWUSER - - - s_axi_awuser - - 5 - 5 - - - - - - AWVALID - - - s_axi_awvalid - - 5 - 5 - - - - - - AWREADY - - - s_axi_awready - - 5 - 5 - - - - - - WID - - - s_axi_wid - - 5 - 5 - - - - - - WDATA - - - s_axi_wdata - - 191 - 160 - - - - - - WSTRB - - - s_axi_wstrb - - 23 - 20 - - - - - - WLAST - - - s_axi_wlast - - 5 - 5 - - - - - - WUSER - - - s_axi_wuser - - 5 - 5 - - - - - - WVALID - - - s_axi_wvalid - - 5 - 5 - - - - - - WREADY - - - s_axi_wready - - 5 - 5 - - - - - - BID - - - s_axi_bid - - 5 - 5 - - - - - - BRESP - - - s_axi_bresp - - 11 - 10 - - - - - - BUSER - - - s_axi_buser - - 5 - 5 - - - - - - BVALID - - - s_axi_bvalid - - 5 - 5 - - - - - - BREADY - - - s_axi_bready - - 5 - 5 - - - - - - ARID - - - s_axi_arid - - 5 - 5 - - - - - - ARADDR - - - s_axi_araddr - - 191 - 160 - - - - - - ARLEN - - - s_axi_arlen - - 47 - 40 - - - - - - ARSIZE - - - s_axi_arsize - - 17 - 15 - - - - - - ARBURST - - - s_axi_arburst - - 11 - 10 - - - - - - ARLOCK - - - s_axi_arlock - - 5 - 5 - - - - - - ARCACHE - - - s_axi_arcache - - 23 - 20 - - - - - - ARPROT - - - s_axi_arprot - - 17 - 15 - - - - - - ARQOS - - - s_axi_arqos - - 23 - 20 - - - - - - ARUSER - - - s_axi_aruser - - 5 - 5 - - - - - - ARVALID - - - s_axi_arvalid - - 5 - 5 - - - - - - ARREADY - - - s_axi_arready - - 5 - 5 - - - - - - RID - - - s_axi_rid - - 5 - 5 - - - - - - RDATA - - - s_axi_rdata - - 191 - 160 - - - - - - RRESP - - - s_axi_rresp - - 11 - 10 - - - - - - RLAST - - - s_axi_rlast - - 5 - 5 - - - - - - RUSER - - - s_axi_ruser - - 5 - 5 - - - - - - RVALID - - - s_axi_rvalid - - 5 - 5 - - - - - - RREADY - - - s_axi_rready - - 5 - 5 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M05_AXI - M05_AXI - - - - - - - AWID - - - m_axi_awid - - 5 - 5 - - - - - - AWADDR - - - m_axi_awaddr - - 191 - 160 - - - - - - AWLEN - - - m_axi_awlen - - 47 - 40 - - - - - - AWSIZE - - - m_axi_awsize - - 17 - 15 - - - - - - AWBURST - - - m_axi_awburst - - 11 - 10 - - - - - - AWLOCK - - - m_axi_awlock - - 5 - 5 - - - - - - AWCACHE - - - m_axi_awcache - - 23 - 20 - - - - - - AWPROT - - - m_axi_awprot - - 17 - 15 - - - - - - AWREGION - - - m_axi_awregion - - 23 - 20 - - - - - - AWQOS - - - m_axi_awqos - - 23 - 20 - - - - - - AWUSER - - - m_axi_awuser - - 5 - 5 - - - - - - AWVALID - - - m_axi_awvalid - - 5 - 5 - - - - - - AWREADY - - - m_axi_awready - - 5 - 5 - - - - - - WID - - - m_axi_wid - - 5 - 5 - - - - - - WDATA - - - m_axi_wdata - - 191 - 160 - - - - - - WSTRB - - - m_axi_wstrb - - 23 - 20 - - - - - - WLAST - - - m_axi_wlast - - 5 - 5 - - - - - - WUSER - - - m_axi_wuser - - 5 - 5 - - - - - - WVALID - - - m_axi_wvalid - - 5 - 5 - - - - - - WREADY - - - m_axi_wready - - 5 - 5 - - - - - - BID - - - m_axi_bid - - 5 - 5 - - - - - - BRESP - - - m_axi_bresp - - 11 - 10 - - - - - - BUSER - - - m_axi_buser - - 5 - 5 - - - - - - BVALID - - - m_axi_bvalid - - 5 - 5 - - - - - - BREADY - - - m_axi_bready - - 5 - 5 - - - - - - ARID - - - m_axi_arid - - 5 - 5 - - - - - - ARADDR - - - m_axi_araddr - - 191 - 160 - - - - - - ARLEN - - - m_axi_arlen - - 47 - 40 - - - - - - ARSIZE - - - m_axi_arsize - - 17 - 15 - - - - - - ARBURST - - - m_axi_arburst - - 11 - 10 - - - - - - ARLOCK - - - m_axi_arlock - - 5 - 5 - - - - - - ARCACHE - - - m_axi_arcache - - 23 - 20 - - - - - - ARPROT - - - m_axi_arprot - - 17 - 15 - - - - - - ARREGION - - - m_axi_arregion - - 23 - 20 - - - - - - ARQOS - - - m_axi_arqos - - 23 - 20 - - - - - - ARUSER - - - m_axi_aruser - - 5 - 5 - - - - - - ARVALID - - - m_axi_arvalid - - 5 - 5 - - - - - - ARREADY - - - m_axi_arready - - 5 - 5 - - - - - - RID - - - m_axi_rid - - 5 - 5 - - - - - - RDATA - - - m_axi_rdata - - 191 - 160 - - - - - - RRESP - - - m_axi_rresp - - 11 - 10 - - - - - - RLAST - - - m_axi_rlast - - 5 - 5 - - - - - - RUSER - - - m_axi_ruser - - 5 - 5 - - - - - - RVALID - - - m_axi_rvalid - - 5 - 5 - - - - - - RREADY - - - m_axi_rready - - 5 - 5 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S06_AXI - S06_AXI - - - - - - - AWID - - - s_axi_awid - - 6 - 6 - - - - - - AWADDR - - - s_axi_awaddr - - 223 - 192 - - - - - - AWLEN - - - s_axi_awlen - - 55 - 48 - - - - - - AWSIZE - - - s_axi_awsize - - 20 - 18 - - - - - - AWBURST - - - s_axi_awburst - - 13 - 12 - - - - - - AWLOCK - - - s_axi_awlock - - 6 - 6 - - - - - - AWCACHE - - - s_axi_awcache - - 27 - 24 - - - - - - AWPROT - - - s_axi_awprot - - 20 - 18 - - - - - - AWQOS - - - s_axi_awqos - - 27 - 24 - - - - - - AWUSER - - - s_axi_awuser - - 6 - 6 - - - - - - AWVALID - - - s_axi_awvalid - - 6 - 6 - - - - - - AWREADY - - - s_axi_awready - - 6 - 6 - - - - - - WID - - - s_axi_wid - - 6 - 6 - - - - - - WDATA - - - s_axi_wdata - - 223 - 192 - - - - - - WSTRB - - - s_axi_wstrb - - 27 - 24 - - - - - - WLAST - - - s_axi_wlast - - 6 - 6 - - - - - - WUSER - - - s_axi_wuser - - 6 - 6 - - - - - - WVALID - - - s_axi_wvalid - - 6 - 6 - - - - - - WREADY - - - s_axi_wready - - 6 - 6 - - - - - - BID - - - s_axi_bid - - 6 - 6 - - - - - - BRESP - - - s_axi_bresp - - 13 - 12 - - - - - - BUSER - - - s_axi_buser - - 6 - 6 - - - - - - BVALID - - - s_axi_bvalid - - 6 - 6 - - - - - - BREADY - - - s_axi_bready - - 6 - 6 - - - - - - ARID - - - s_axi_arid - - 6 - 6 - - - - - - ARADDR - - - s_axi_araddr - - 223 - 192 - - - - - - ARLEN - - - s_axi_arlen - - 55 - 48 - - - - - - ARSIZE - - - s_axi_arsize - - 20 - 18 - - - - - - ARBURST - - - s_axi_arburst - - 13 - 12 - - - - - - ARLOCK - - - s_axi_arlock - - 6 - 6 - - - - - - ARCACHE - - - s_axi_arcache - - 27 - 24 - - - - - - ARPROT - - - s_axi_arprot - - 20 - 18 - - - - - - ARQOS - - - s_axi_arqos - - 27 - 24 - - - - - - ARUSER - - - s_axi_aruser - - 6 - 6 - - - - - - ARVALID - - - s_axi_arvalid - - 6 - 6 - - - - - - ARREADY - - - s_axi_arready - - 6 - 6 - - - - - - RID - - - s_axi_rid - - 6 - 6 - - - - - - RDATA - - - s_axi_rdata - - 223 - 192 - - - - - - RRESP - - - s_axi_rresp - - 13 - 12 - - - - - - RLAST - - - s_axi_rlast - - 6 - 6 - - - - - - RUSER - - - s_axi_ruser - - 6 - 6 - - - - - - RVALID - - - s_axi_rvalid - - 6 - 6 - - - - - - RREADY - - - s_axi_rready - - 6 - 6 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M06_AXI - M06_AXI - - - - - - - AWID - - - m_axi_awid - - 6 - 6 - - - - - - AWADDR - - - m_axi_awaddr - - 223 - 192 - - - - - - AWLEN - - - m_axi_awlen - - 55 - 48 - - - - - - AWSIZE - - - m_axi_awsize - - 20 - 18 - - - - - - AWBURST - - - m_axi_awburst - - 13 - 12 - - - - - - AWLOCK - - - m_axi_awlock - - 6 - 6 - - - - - - AWCACHE - - - m_axi_awcache - - 27 - 24 - - - - - - AWPROT - - - m_axi_awprot - - 20 - 18 - - - - - - AWREGION - - - m_axi_awregion - - 27 - 24 - - - - - - AWQOS - - - m_axi_awqos - - 27 - 24 - - - - - - AWUSER - - - m_axi_awuser - - 6 - 6 - - - - - - AWVALID - - - m_axi_awvalid - - 6 - 6 - - - - - - AWREADY - - - m_axi_awready - - 6 - 6 - - - - - - WID - - - m_axi_wid - - 6 - 6 - - - - - - WDATA - - - m_axi_wdata - - 223 - 192 - - - - - - WSTRB - - - m_axi_wstrb - - 27 - 24 - - - - - - WLAST - - - m_axi_wlast - - 6 - 6 - - - - - - WUSER - - - m_axi_wuser - - 6 - 6 - - - - - - WVALID - - - m_axi_wvalid - - 6 - 6 - - - - - - WREADY - - - m_axi_wready - - 6 - 6 - - - - - - BID - - - m_axi_bid - - 6 - 6 - - - - - - BRESP - - - m_axi_bresp - - 13 - 12 - - - - - - BUSER - - - m_axi_buser - - 6 - 6 - - - - - - BVALID - - - m_axi_bvalid - - 6 - 6 - - - - - - BREADY - - - m_axi_bready - - 6 - 6 - - - - - - ARID - - - m_axi_arid - - 6 - 6 - - - - - - ARADDR - - - m_axi_araddr - - 223 - 192 - - - - - - ARLEN - - - m_axi_arlen - - 55 - 48 - - - - - - ARSIZE - - - m_axi_arsize - - 20 - 18 - - - - - - ARBURST - - - m_axi_arburst - - 13 - 12 - - - - - - ARLOCK - - - m_axi_arlock - - 6 - 6 - - - - - - ARCACHE - - - m_axi_arcache - - 27 - 24 - - - - - - ARPROT - - - m_axi_arprot - - 20 - 18 - - - - - - ARREGION - - - m_axi_arregion - - 27 - 24 - - - - - - ARQOS - - - m_axi_arqos - - 27 - 24 - - - - - - ARUSER - - - m_axi_aruser - - 6 - 6 - - - - - - ARVALID - - - m_axi_arvalid - - 6 - 6 - - - - - - ARREADY - - - m_axi_arready - - 6 - 6 - - - - - - RID - - - m_axi_rid - - 6 - 6 - - - - - - RDATA - - - m_axi_rdata - - 223 - 192 - - - - - - RRESP - - - m_axi_rresp - - 13 - 12 - - - - - - RLAST - - - m_axi_rlast - - 6 - 6 - - - - - - RUSER - - - m_axi_ruser - - 6 - 6 - - - - - - RVALID - - - m_axi_rvalid - - 6 - 6 - - - - - - RREADY - - - m_axi_rready - - 6 - 6 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S07_AXI - S07_AXI - - - - - - - AWID - - - s_axi_awid - - 7 - 7 - - - - - - AWADDR - - - s_axi_awaddr - - 255 - 224 - - - - - - AWLEN - - - s_axi_awlen - - 63 - 56 - - - - - - AWSIZE - - - s_axi_awsize - - 23 - 21 - - - - - - AWBURST - - - s_axi_awburst - - 15 - 14 - - - - - - AWLOCK - - - s_axi_awlock - - 7 - 7 - - - - - - AWCACHE - - - s_axi_awcache - - 31 - 28 - - - - - - AWPROT - - - s_axi_awprot - - 23 - 21 - - - - - - AWQOS - - - s_axi_awqos - - 31 - 28 - - - - - - AWUSER - - - s_axi_awuser - - 7 - 7 - - - - - - AWVALID - - - s_axi_awvalid - - 7 - 7 - - - - - - AWREADY - - - s_axi_awready - - 7 - 7 - - - - - - WID - - - s_axi_wid - - 7 - 7 - - - - - - WDATA - - - s_axi_wdata - - 255 - 224 - - - - - - WSTRB - - - s_axi_wstrb - - 31 - 28 - - - - - - WLAST - - - s_axi_wlast - - 7 - 7 - - - - - - WUSER - - - s_axi_wuser - - 7 - 7 - - - - - - WVALID - - - s_axi_wvalid - - 7 - 7 - - - - - - WREADY - - - s_axi_wready - - 7 - 7 - - - - - - BID - - - s_axi_bid - - 7 - 7 - - - - - - BRESP - - - s_axi_bresp - - 15 - 14 - - - - - - BUSER - - - s_axi_buser - - 7 - 7 - - - - - - BVALID - - - s_axi_bvalid - - 7 - 7 - - - - - - BREADY - - - s_axi_bready - - 7 - 7 - - - - - - ARID - - - s_axi_arid - - 7 - 7 - - - - - - ARADDR - - - s_axi_araddr - - 255 - 224 - - - - - - ARLEN - - - s_axi_arlen - - 63 - 56 - - - - - - ARSIZE - - - s_axi_arsize - - 23 - 21 - - - - - - ARBURST - - - s_axi_arburst - - 15 - 14 - - - - - - ARLOCK - - - s_axi_arlock - - 7 - 7 - - - - - - ARCACHE - - - s_axi_arcache - - 31 - 28 - - - - - - ARPROT - - - s_axi_arprot - - 23 - 21 - - - - - - ARQOS - - - s_axi_arqos - - 31 - 28 - - - - - - ARUSER - - - s_axi_aruser - - 7 - 7 - - - - - - ARVALID - - - s_axi_arvalid - - 7 - 7 - - - - - - ARREADY - - - s_axi_arready - - 7 - 7 - - - - - - RID - - - s_axi_rid - - 7 - 7 - - - - - - RDATA - - - s_axi_rdata - - 255 - 224 - - - - - - RRESP - - - s_axi_rresp - - 15 - 14 - - - - - - RLAST - - - s_axi_rlast - - 7 - 7 - - - - - - RUSER - - - s_axi_ruser - - 7 - 7 - - - - - - RVALID - - - s_axi_rvalid - - 7 - 7 - - - - - - RREADY - - - s_axi_rready - - 7 - 7 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M07_AXI - M07_AXI - - - - - - - AWID - - - m_axi_awid - - 7 - 7 - - - - - - AWADDR - - - m_axi_awaddr - - 255 - 224 - - - - - - AWLEN - - - m_axi_awlen - - 63 - 56 - - - - - - AWSIZE - - - m_axi_awsize - - 23 - 21 - - - - - - AWBURST - - - m_axi_awburst - - 15 - 14 - - - - - - AWLOCK - - - m_axi_awlock - - 7 - 7 - - - - - - AWCACHE - - - m_axi_awcache - - 31 - 28 - - - - - - AWPROT - - - m_axi_awprot - - 23 - 21 - - - - - - AWREGION - - - m_axi_awregion - - 31 - 28 - - - - - - AWQOS - - - m_axi_awqos - - 31 - 28 - - - - - - AWUSER - - - m_axi_awuser - - 7 - 7 - - - - - - AWVALID - - - m_axi_awvalid - - 7 - 7 - - - - - - AWREADY - - - m_axi_awready - - 7 - 7 - - - - - - WID - - - m_axi_wid - - 7 - 7 - - - - - - WDATA - - - m_axi_wdata - - 255 - 224 - - - - - - WSTRB - - - m_axi_wstrb - - 31 - 28 - - - - - - WLAST - - - m_axi_wlast - - 7 - 7 - - - - - - WUSER - - - m_axi_wuser - - 7 - 7 - - - - - - WVALID - - - m_axi_wvalid - - 7 - 7 - - - - - - WREADY - - - m_axi_wready - - 7 - 7 - - - - - - BID - - - m_axi_bid - - 7 - 7 - - - - - - BRESP - - - m_axi_bresp - - 15 - 14 - - - - - - BUSER - - - m_axi_buser - - 7 - 7 - - - - - - BVALID - - - m_axi_bvalid - - 7 - 7 - - - - - - BREADY - - - m_axi_bready - - 7 - 7 - - - - - - ARID - - - m_axi_arid - - 7 - 7 - - - - - - ARADDR - - - m_axi_araddr - - 255 - 224 - - - - - - ARLEN - - - m_axi_arlen - - 63 - 56 - - - - - - ARSIZE - - - m_axi_arsize - - 23 - 21 - - - - - - ARBURST - - - m_axi_arburst - - 15 - 14 - - - - - - ARLOCK - - - m_axi_arlock - - 7 - 7 - - - - - - ARCACHE - - - m_axi_arcache - - 31 - 28 - - - - - - ARPROT - - - m_axi_arprot - - 23 - 21 - - - - - - ARREGION - - - m_axi_arregion - - 31 - 28 - - - - - - ARQOS - - - m_axi_arqos - - 31 - 28 - - - - - - ARUSER - - - m_axi_aruser - - 7 - 7 - - - - - - ARVALID - - - m_axi_arvalid - - 7 - 7 - - - - - - ARREADY - - - m_axi_arready - - 7 - 7 - - - - - - RID - - - m_axi_rid - - 7 - 7 - - - - - - RDATA - - - m_axi_rdata - - 255 - 224 - - - - - - RRESP - - - m_axi_rresp - - 15 - 14 - - - - - - RLAST - - - m_axi_rlast - - 7 - 7 - - - - - - RUSER - - - m_axi_ruser - - 7 - 7 - - - - - - RVALID - - - m_axi_rvalid - - 7 - 7 - - - - - - RREADY - - - m_axi_rready - - 7 - 7 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S08_AXI - S08_AXI - - - - - - - AWID - - - s_axi_awid - - 8 - 8 - - - - - - AWADDR - - - s_axi_awaddr - - 287 - 256 - - - - - - AWLEN - - - s_axi_awlen - - 71 - 64 - - - - - - AWSIZE - - - s_axi_awsize - - 26 - 24 - - - - - - AWBURST - - - s_axi_awburst - - 17 - 16 - - - - - - AWLOCK - - - s_axi_awlock - - 8 - 8 - - - - - - AWCACHE - - - s_axi_awcache - - 35 - 32 - - - - - - AWPROT - - - s_axi_awprot - - 26 - 24 - - - - - - AWQOS - - - s_axi_awqos - - 35 - 32 - - - - - - AWUSER - - - s_axi_awuser - - 8 - 8 - - - - - - AWVALID - - - s_axi_awvalid - - 8 - 8 - - - - - - AWREADY - - - s_axi_awready - - 8 - 8 - - - - - - WID - - - s_axi_wid - - 8 - 8 - - - - - - WDATA - - - s_axi_wdata - - 287 - 256 - - - - - - WSTRB - - - s_axi_wstrb - - 35 - 32 - - - - - - WLAST - - - s_axi_wlast - - 8 - 8 - - - - - - WUSER - - - s_axi_wuser - - 8 - 8 - - - - - - WVALID - - - s_axi_wvalid - - 8 - 8 - - - - - - WREADY - - - s_axi_wready - - 8 - 8 - - - - - - BID - - - s_axi_bid - - 8 - 8 - - - - - - BRESP - - - s_axi_bresp - - 17 - 16 - - - - - - BUSER - - - s_axi_buser - - 8 - 8 - - - - - - BVALID - - - s_axi_bvalid - - 8 - 8 - - - - - - BREADY - - - s_axi_bready - - 8 - 8 - - - - - - ARID - - - s_axi_arid - - 8 - 8 - - - - - - ARADDR - - - s_axi_araddr - - 287 - 256 - - - - - - ARLEN - - - s_axi_arlen - - 71 - 64 - - - - - - ARSIZE - - - s_axi_arsize - - 26 - 24 - - - - - - ARBURST - - - s_axi_arburst - - 17 - 16 - - - - - - ARLOCK - - - s_axi_arlock - - 8 - 8 - - - - - - ARCACHE - - - s_axi_arcache - - 35 - 32 - - - - - - ARPROT - - - s_axi_arprot - - 26 - 24 - - - - - - ARQOS - - - s_axi_arqos - - 35 - 32 - - - - - - ARUSER - - - s_axi_aruser - - 8 - 8 - - - - - - ARVALID - - - s_axi_arvalid - - 8 - 8 - - - - - - ARREADY - - - s_axi_arready - - 8 - 8 - - - - - - RID - - - s_axi_rid - - 8 - 8 - - - - - - RDATA - - - s_axi_rdata - - 287 - 256 - - - - - - RRESP - - - s_axi_rresp - - 17 - 16 - - - - - - RLAST - - - s_axi_rlast - - 8 - 8 - - - - - - RUSER - - - s_axi_ruser - - 8 - 8 - - - - - - RVALID - - - s_axi_rvalid - - 8 - 8 - - - - - - RREADY - - - s_axi_rready - - 8 - 8 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M08_AXI - M08_AXI - - - - - - - AWID - - - m_axi_awid - - 8 - 8 - - - - - - AWADDR - - - m_axi_awaddr - - 287 - 256 - - - - - - AWLEN - - - m_axi_awlen - - 71 - 64 - - - - - - AWSIZE - - - m_axi_awsize - - 26 - 24 - - - - - - AWBURST - - - m_axi_awburst - - 17 - 16 - - - - - - AWLOCK - - - m_axi_awlock - - 8 - 8 - - - - - - AWCACHE - - - m_axi_awcache - - 35 - 32 - - - - - - AWPROT - - - m_axi_awprot - - 26 - 24 - - - - - - AWREGION - - - m_axi_awregion - - 35 - 32 - - - - - - AWQOS - - - m_axi_awqos - - 35 - 32 - - - - - - AWUSER - - - m_axi_awuser - - 8 - 8 - - - - - - AWVALID - - - m_axi_awvalid - - 8 - 8 - - - - - - AWREADY - - - m_axi_awready - - 8 - 8 - - - - - - WID - - - m_axi_wid - - 8 - 8 - - - - - - WDATA - - - m_axi_wdata - - 287 - 256 - - - - - - WSTRB - - - m_axi_wstrb - - 35 - 32 - - - - - - WLAST - - - m_axi_wlast - - 8 - 8 - - - - - - WUSER - - - m_axi_wuser - - 8 - 8 - - - - - - WVALID - - - m_axi_wvalid - - 8 - 8 - - - - - - WREADY - - - m_axi_wready - - 8 - 8 - - - - - - BID - - - m_axi_bid - - 8 - 8 - - - - - - BRESP - - - m_axi_bresp - - 17 - 16 - - - - - - BUSER - - - m_axi_buser - - 8 - 8 - - - - - - BVALID - - - m_axi_bvalid - - 8 - 8 - - - - - - BREADY - - - m_axi_bready - - 8 - 8 - - - - - - ARID - - - m_axi_arid - - 8 - 8 - - - - - - ARADDR - - - m_axi_araddr - - 287 - 256 - - - - - - ARLEN - - - m_axi_arlen - - 71 - 64 - - - - - - ARSIZE - - - m_axi_arsize - - 26 - 24 - - - - - - ARBURST - - - m_axi_arburst - - 17 - 16 - - - - - - ARLOCK - - - m_axi_arlock - - 8 - 8 - - - - - - ARCACHE - - - m_axi_arcache - - 35 - 32 - - - - - - ARPROT - - - m_axi_arprot - - 26 - 24 - - - - - - ARREGION - - - m_axi_arregion - - 35 - 32 - - - - - - ARQOS - - - m_axi_arqos - - 35 - 32 - - - - - - ARUSER - - - m_axi_aruser - - 8 - 8 - - - - - - ARVALID - - - m_axi_arvalid - - 8 - 8 - - - - - - ARREADY - - - m_axi_arready - - 8 - 8 - - - - - - RID - - - m_axi_rid - - 8 - 8 - - - - - - RDATA - - - m_axi_rdata - - 287 - 256 - - - - - - RRESP - - - m_axi_rresp - - 17 - 16 - - - - - - RLAST - - - m_axi_rlast - - 8 - 8 - - - - - - RUSER - - - m_axi_ruser - - 8 - 8 - - - - - - RVALID - - - m_axi_rvalid - - 8 - 8 - - - - - - RREADY - - - m_axi_rready - - 8 - 8 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S09_AXI - S09_AXI - - - - - - - AWID - - - s_axi_awid - - 9 - 9 - - - - - - AWADDR - - - s_axi_awaddr - - 319 - 288 - - - - - - AWLEN - - - s_axi_awlen - - 79 - 72 - - - - - - AWSIZE - - - s_axi_awsize - - 29 - 27 - - - - - - AWBURST - - - s_axi_awburst - - 19 - 18 - - - - - - AWLOCK - - - s_axi_awlock - - 9 - 9 - - - - - - AWCACHE - - - s_axi_awcache - - 39 - 36 - - - - - - AWPROT - - - s_axi_awprot - - 29 - 27 - - - - - - AWQOS - - - s_axi_awqos - - 39 - 36 - - - - - - AWUSER - - - s_axi_awuser - - 9 - 9 - - - - - - AWVALID - - - s_axi_awvalid - - 9 - 9 - - - - - - AWREADY - - - s_axi_awready - - 9 - 9 - - - - - - WID - - - s_axi_wid - - 9 - 9 - - - - - - WDATA - - - s_axi_wdata - - 319 - 288 - - - - - - WSTRB - - - s_axi_wstrb - - 39 - 36 - - - - - - WLAST - - - s_axi_wlast - - 9 - 9 - - - - - - WUSER - - - s_axi_wuser - - 9 - 9 - - - - - - WVALID - - - s_axi_wvalid - - 9 - 9 - - - - - - WREADY - - - s_axi_wready - - 9 - 9 - - - - - - BID - - - s_axi_bid - - 9 - 9 - - - - - - BRESP - - - s_axi_bresp - - 19 - 18 - - - - - - BUSER - - - s_axi_buser - - 9 - 9 - - - - - - BVALID - - - s_axi_bvalid - - 9 - 9 - - - - - - BREADY - - - s_axi_bready - - 9 - 9 - - - - - - ARID - - - s_axi_arid - - 9 - 9 - - - - - - ARADDR - - - s_axi_araddr - - 319 - 288 - - - - - - ARLEN - - - s_axi_arlen - - 79 - 72 - - - - - - ARSIZE - - - s_axi_arsize - - 29 - 27 - - - - - - ARBURST - - - s_axi_arburst - - 19 - 18 - - - - - - ARLOCK - - - s_axi_arlock - - 9 - 9 - - - - - - ARCACHE - - - s_axi_arcache - - 39 - 36 - - - - - - ARPROT - - - s_axi_arprot - - 29 - 27 - - - - - - ARQOS - - - s_axi_arqos - - 39 - 36 - - - - - - ARUSER - - - s_axi_aruser - - 9 - 9 - - - - - - ARVALID - - - s_axi_arvalid - - 9 - 9 - - - - - - ARREADY - - - s_axi_arready - - 9 - 9 - - - - - - RID - - - s_axi_rid - - 9 - 9 - - - - - - RDATA - - - s_axi_rdata - - 319 - 288 - - - - - - RRESP - - - s_axi_rresp - - 19 - 18 - - - - - - RLAST - - - s_axi_rlast - - 9 - 9 - - - - - - RUSER - - - s_axi_ruser - - 9 - 9 - - - - - - RVALID - - - s_axi_rvalid - - 9 - 9 - - - - - - RREADY - - - s_axi_rready - - 9 - 9 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M09_AXI - M09_AXI - - - - - - - AWID - - - m_axi_awid - - 9 - 9 - - - - - - AWADDR - - - m_axi_awaddr - - 319 - 288 - - - - - - AWLEN - - - m_axi_awlen - - 79 - 72 - - - - - - AWSIZE - - - m_axi_awsize - - 29 - 27 - - - - - - AWBURST - - - m_axi_awburst - - 19 - 18 - - - - - - AWLOCK - - - m_axi_awlock - - 9 - 9 - - - - - - AWCACHE - - - m_axi_awcache - - 39 - 36 - - - - - - AWPROT - - - m_axi_awprot - - 29 - 27 - - - - - - AWREGION - - - m_axi_awregion - - 39 - 36 - - - - - - AWQOS - - - m_axi_awqos - - 39 - 36 - - - - - - AWUSER - - - m_axi_awuser - - 9 - 9 - - - - - - AWVALID - - - m_axi_awvalid - - 9 - 9 - - - - - - AWREADY - - - m_axi_awready - - 9 - 9 - - - - - - WID - - - m_axi_wid - - 9 - 9 - - - - - - WDATA - - - m_axi_wdata - - 319 - 288 - - - - - - WSTRB - - - m_axi_wstrb - - 39 - 36 - - - - - - WLAST - - - m_axi_wlast - - 9 - 9 - - - - - - WUSER - - - m_axi_wuser - - 9 - 9 - - - - - - WVALID - - - m_axi_wvalid - - 9 - 9 - - - - - - WREADY - - - m_axi_wready - - 9 - 9 - - - - - - BID - - - m_axi_bid - - 9 - 9 - - - - - - BRESP - - - m_axi_bresp - - 19 - 18 - - - - - - BUSER - - - m_axi_buser - - 9 - 9 - - - - - - BVALID - - - m_axi_bvalid - - 9 - 9 - - - - - - BREADY - - - m_axi_bready - - 9 - 9 - - - - - - ARID - - - m_axi_arid - - 9 - 9 - - - - - - ARADDR - - - m_axi_araddr - - 319 - 288 - - - - - - ARLEN - - - m_axi_arlen - - 79 - 72 - - - - - - ARSIZE - - - m_axi_arsize - - 29 - 27 - - - - - - ARBURST - - - m_axi_arburst - - 19 - 18 - - - - - - ARLOCK - - - m_axi_arlock - - 9 - 9 - - - - - - ARCACHE - - - m_axi_arcache - - 39 - 36 - - - - - - ARPROT - - - m_axi_arprot - - 29 - 27 - - - - - - ARREGION - - - m_axi_arregion - - 39 - 36 - - - - - - ARQOS - - - m_axi_arqos - - 39 - 36 - - - - - - ARUSER - - - m_axi_aruser - - 9 - 9 - - - - - - ARVALID - - - m_axi_arvalid - - 9 - 9 - - - - - - ARREADY - - - m_axi_arready - - 9 - 9 - - - - - - RID - - - m_axi_rid - - 9 - 9 - - - - - - RDATA - - - m_axi_rdata - - 319 - 288 - - - - - - RRESP - - - m_axi_rresp - - 19 - 18 - - - - - - RLAST - - - m_axi_rlast - - 9 - 9 - - - - - - RUSER - - - m_axi_ruser - - 9 - 9 - - - - - - RVALID - - - m_axi_rvalid - - 9 - 9 - - - - - - RREADY - - - m_axi_rready - - 9 - 9 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S10_AXI - S10_AXI - - - - - - - AWID - - - s_axi_awid - - 10 - 10 - - - - - - AWADDR - - - s_axi_awaddr - - 351 - 320 - - - - - - AWLEN - - - s_axi_awlen - - 87 - 80 - - - - - - AWSIZE - - - s_axi_awsize - - 32 - 30 - - - - - - AWBURST - - - s_axi_awburst - - 21 - 20 - - - - - - AWLOCK - - - s_axi_awlock - - 10 - 10 - - - - - - AWCACHE - - - s_axi_awcache - - 43 - 40 - - - - - - AWPROT - - - s_axi_awprot - - 32 - 30 - - - - - - AWQOS - - - s_axi_awqos - - 43 - 40 - - - - - - AWUSER - - - s_axi_awuser - - 10 - 10 - - - - - - AWVALID - - - s_axi_awvalid - - 10 - 10 - - - - - - AWREADY - - - s_axi_awready - - 10 - 10 - - - - - - WID - - - s_axi_wid - - 10 - 10 - - - - - - WDATA - - - s_axi_wdata - - 351 - 320 - - - - - - WSTRB - - - s_axi_wstrb - - 43 - 40 - - - - - - WLAST - - - s_axi_wlast - - 10 - 10 - - - - - - WUSER - - - s_axi_wuser - - 10 - 10 - - - - - - WVALID - - - s_axi_wvalid - - 10 - 10 - - - - - - WREADY - - - s_axi_wready - - 10 - 10 - - - - - - BID - - - s_axi_bid - - 10 - 10 - - - - - - BRESP - - - s_axi_bresp - - 21 - 20 - - - - - - BUSER - - - s_axi_buser - - 10 - 10 - - - - - - BVALID - - - s_axi_bvalid - - 10 - 10 - - - - - - BREADY - - - s_axi_bready - - 10 - 10 - - - - - - ARID - - - s_axi_arid - - 10 - 10 - - - - - - ARADDR - - - s_axi_araddr - - 351 - 320 - - - - - - ARLEN - - - s_axi_arlen - - 87 - 80 - - - - - - ARSIZE - - - s_axi_arsize - - 32 - 30 - - - - - - ARBURST - - - s_axi_arburst - - 21 - 20 - - - - - - ARLOCK - - - s_axi_arlock - - 10 - 10 - - - - - - ARCACHE - - - s_axi_arcache - - 43 - 40 - - - - - - ARPROT - - - s_axi_arprot - - 32 - 30 - - - - - - ARQOS - - - s_axi_arqos - - 43 - 40 - - - - - - ARUSER - - - s_axi_aruser - - 10 - 10 - - - - - - ARVALID - - - s_axi_arvalid - - 10 - 10 - - - - - - ARREADY - - - s_axi_arready - - 10 - 10 - - - - - - RID - - - s_axi_rid - - 10 - 10 - - - - - - RDATA - - - s_axi_rdata - - 351 - 320 - - - - - - RRESP - - - s_axi_rresp - - 21 - 20 - - - - - - RLAST - - - s_axi_rlast - - 10 - 10 - - - - - - RUSER - - - s_axi_ruser - - 10 - 10 - - - - - - RVALID - - - s_axi_rvalid - - 10 - 10 - - - - - - RREADY - - - s_axi_rready - - 10 - 10 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M10_AXI - M10_AXI - - - - - - - AWID - - - m_axi_awid - - 10 - 10 - - - - - - AWADDR - - - m_axi_awaddr - - 351 - 320 - - - - - - AWLEN - - - m_axi_awlen - - 87 - 80 - - - - - - AWSIZE - - - m_axi_awsize - - 32 - 30 - - - - - - AWBURST - - - m_axi_awburst - - 21 - 20 - - - - - - AWLOCK - - - m_axi_awlock - - 10 - 10 - - - - - - AWCACHE - - - m_axi_awcache - - 43 - 40 - - - - - - AWPROT - - - m_axi_awprot - - 32 - 30 - - - - - - AWREGION - - - m_axi_awregion - - 43 - 40 - - - - - - AWQOS - - - m_axi_awqos - - 43 - 40 - - - - - - AWUSER - - - m_axi_awuser - - 10 - 10 - - - - - - AWVALID - - - m_axi_awvalid - - 10 - 10 - - - - - - AWREADY - - - m_axi_awready - - 10 - 10 - - - - - - WID - - - m_axi_wid - - 10 - 10 - - - - - - WDATA - - - m_axi_wdata - - 351 - 320 - - - - - - WSTRB - - - m_axi_wstrb - - 43 - 40 - - - - - - WLAST - - - m_axi_wlast - - 10 - 10 - - - - - - WUSER - - - m_axi_wuser - - 10 - 10 - - - - - - WVALID - - - m_axi_wvalid - - 10 - 10 - - - - - - WREADY - - - m_axi_wready - - 10 - 10 - - - - - - BID - - - m_axi_bid - - 10 - 10 - - - - - - BRESP - - - m_axi_bresp - - 21 - 20 - - - - - - BUSER - - - m_axi_buser - - 10 - 10 - - - - - - BVALID - - - m_axi_bvalid - - 10 - 10 - - - - - - BREADY - - - m_axi_bready - - 10 - 10 - - - - - - ARID - - - m_axi_arid - - 10 - 10 - - - - - - ARADDR - - - m_axi_araddr - - 351 - 320 - - - - - - ARLEN - - - m_axi_arlen - - 87 - 80 - - - - - - ARSIZE - - - m_axi_arsize - - 32 - 30 - - - - - - ARBURST - - - m_axi_arburst - - 21 - 20 - - - - - - ARLOCK - - - m_axi_arlock - - 10 - 10 - - - - - - ARCACHE - - - m_axi_arcache - - 43 - 40 - - - - - - ARPROT - - - m_axi_arprot - - 32 - 30 - - - - - - ARREGION - - - m_axi_arregion - - 43 - 40 - - - - - - ARQOS - - - m_axi_arqos - - 43 - 40 - - - - - - ARUSER - - - m_axi_aruser - - 10 - 10 - - - - - - ARVALID - - - m_axi_arvalid - - 10 - 10 - - - - - - ARREADY - - - m_axi_arready - - 10 - 10 - - - - - - RID - - - m_axi_rid - - 10 - 10 - - - - - - RDATA - - - m_axi_rdata - - 351 - 320 - - - - - - RRESP - - - m_axi_rresp - - 21 - 20 - - - - - - RLAST - - - m_axi_rlast - - 10 - 10 - - - - - - RUSER - - - m_axi_ruser - - 10 - 10 - - - - - - RVALID - - - m_axi_rvalid - - 10 - 10 - - - - - - RREADY - - - m_axi_rready - - 10 - 10 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S11_AXI - S11_AXI - - - - - - - AWID - - - s_axi_awid - - 11 - 11 - - - - - - AWADDR - - - s_axi_awaddr - - 383 - 352 - - - - - - AWLEN - - - s_axi_awlen - - 95 - 88 - - - - - - AWSIZE - - - s_axi_awsize - - 35 - 33 - - - - - - AWBURST - - - s_axi_awburst - - 23 - 22 - - - - - - AWLOCK - - - s_axi_awlock - - 11 - 11 - - - - - - AWCACHE - - - s_axi_awcache - - 47 - 44 - - - - - - AWPROT - - - s_axi_awprot - - 35 - 33 - - - - - - AWQOS - - - s_axi_awqos - - 47 - 44 - - - - - - AWUSER - - - s_axi_awuser - - 11 - 11 - - - - - - AWVALID - - - s_axi_awvalid - - 11 - 11 - - - - - - AWREADY - - - s_axi_awready - - 11 - 11 - - - - - - WID - - - s_axi_wid - - 11 - 11 - - - - - - WDATA - - - s_axi_wdata - - 383 - 352 - - - - - - WSTRB - - - s_axi_wstrb - - 47 - 44 - - - - - - WLAST - - - s_axi_wlast - - 11 - 11 - - - - - - WUSER - - - s_axi_wuser - - 11 - 11 - - - - - - WVALID - - - s_axi_wvalid - - 11 - 11 - - - - - - WREADY - - - s_axi_wready - - 11 - 11 - - - - - - BID - - - s_axi_bid - - 11 - 11 - - - - - - BRESP - - - s_axi_bresp - - 23 - 22 - - - - - - BUSER - - - s_axi_buser - - 11 - 11 - - - - - - BVALID - - - s_axi_bvalid - - 11 - 11 - - - - - - BREADY - - - s_axi_bready - - 11 - 11 - - - - - - ARID - - - s_axi_arid - - 11 - 11 - - - - - - ARADDR - - - s_axi_araddr - - 383 - 352 - - - - - - ARLEN - - - s_axi_arlen - - 95 - 88 - - - - - - ARSIZE - - - s_axi_arsize - - 35 - 33 - - - - - - ARBURST - - - s_axi_arburst - - 23 - 22 - - - - - - ARLOCK - - - s_axi_arlock - - 11 - 11 - - - - - - ARCACHE - - - s_axi_arcache - - 47 - 44 - - - - - - ARPROT - - - s_axi_arprot - - 35 - 33 - - - - - - ARQOS - - - s_axi_arqos - - 47 - 44 - - - - - - ARUSER - - - s_axi_aruser - - 11 - 11 - - - - - - ARVALID - - - s_axi_arvalid - - 11 - 11 - - - - - - ARREADY - - - s_axi_arready - - 11 - 11 - - - - - - RID - - - s_axi_rid - - 11 - 11 - - - - - - RDATA - - - s_axi_rdata - - 383 - 352 - - - - - - RRESP - - - s_axi_rresp - - 23 - 22 - - - - - - RLAST - - - s_axi_rlast - - 11 - 11 - - - - - - RUSER - - - s_axi_ruser - - 11 - 11 - - - - - - RVALID - - - s_axi_rvalid - - 11 - 11 - - - - - - RREADY - - - s_axi_rready - - 11 - 11 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M11_AXI - M11_AXI - - - - - - - AWID - - - m_axi_awid - - 11 - 11 - - - - - - AWADDR - - - m_axi_awaddr - - 383 - 352 - - - - - - AWLEN - - - m_axi_awlen - - 95 - 88 - - - - - - AWSIZE - - - m_axi_awsize - - 35 - 33 - - - - - - AWBURST - - - m_axi_awburst - - 23 - 22 - - - - - - AWLOCK - - - m_axi_awlock - - 11 - 11 - - - - - - AWCACHE - - - m_axi_awcache - - 47 - 44 - - - - - - AWPROT - - - m_axi_awprot - - 35 - 33 - - - - - - AWREGION - - - m_axi_awregion - - 47 - 44 - - - - - - AWQOS - - - m_axi_awqos - - 47 - 44 - - - - - - AWUSER - - - m_axi_awuser - - 11 - 11 - - - - - - AWVALID - - - m_axi_awvalid - - 11 - 11 - - - - - - AWREADY - - - m_axi_awready - - 11 - 11 - - - - - - WID - - - m_axi_wid - - 11 - 11 - - - - - - WDATA - - - m_axi_wdata - - 383 - 352 - - - - - - WSTRB - - - m_axi_wstrb - - 47 - 44 - - - - - - WLAST - - - m_axi_wlast - - 11 - 11 - - - - - - WUSER - - - m_axi_wuser - - 11 - 11 - - - - - - WVALID - - - m_axi_wvalid - - 11 - 11 - - - - - - WREADY - - - m_axi_wready - - 11 - 11 - - - - - - BID - - - m_axi_bid - - 11 - 11 - - - - - - BRESP - - - m_axi_bresp - - 23 - 22 - - - - - - BUSER - - - m_axi_buser - - 11 - 11 - - - - - - BVALID - - - m_axi_bvalid - - 11 - 11 - - - - - - BREADY - - - m_axi_bready - - 11 - 11 - - - - - - ARID - - - m_axi_arid - - 11 - 11 - - - - - - ARADDR - - - m_axi_araddr - - 383 - 352 - - - - - - ARLEN - - - m_axi_arlen - - 95 - 88 - - - - - - ARSIZE - - - m_axi_arsize - - 35 - 33 - - - - - - ARBURST - - - m_axi_arburst - - 23 - 22 - - - - - - ARLOCK - - - m_axi_arlock - - 11 - 11 - - - - - - ARCACHE - - - m_axi_arcache - - 47 - 44 - - - - - - ARPROT - - - m_axi_arprot - - 35 - 33 - - - - - - ARREGION - - - m_axi_arregion - - 47 - 44 - - - - - - ARQOS - - - m_axi_arqos - - 47 - 44 - - - - - - ARUSER - - - m_axi_aruser - - 11 - 11 - - - - - - ARVALID - - - m_axi_arvalid - - 11 - 11 - - - - - - ARREADY - - - m_axi_arready - - 11 - 11 - - - - - - RID - - - m_axi_rid - - 11 - 11 - - - - - - RDATA - - - m_axi_rdata - - 383 - 352 - - - - - - RRESP - - - m_axi_rresp - - 23 - 22 - - - - - - RLAST - - - m_axi_rlast - - 11 - 11 - - - - - - RUSER - - - m_axi_ruser - - 11 - 11 - - - - - - RVALID - - - m_axi_rvalid - - 11 - 11 - - - - - - RREADY - - - m_axi_rready - - 11 - 11 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S12_AXI - S12_AXI - - - - - - - AWID - - - s_axi_awid - - 12 - 12 - - - - - - AWADDR - - - s_axi_awaddr - - 415 - 384 - - - - - - AWLEN - - - s_axi_awlen - - 103 - 96 - - - - - - AWSIZE - - - s_axi_awsize - - 38 - 36 - - - - - - AWBURST - - - s_axi_awburst - - 25 - 24 - - - - - - AWLOCK - - - s_axi_awlock - - 12 - 12 - - - - - - AWCACHE - - - s_axi_awcache - - 51 - 48 - - - - - - AWPROT - - - s_axi_awprot - - 38 - 36 - - - - - - AWQOS - - - s_axi_awqos - - 51 - 48 - - - - - - AWUSER - - - s_axi_awuser - - 12 - 12 - - - - - - AWVALID - - - s_axi_awvalid - - 12 - 12 - - - - - - AWREADY - - - s_axi_awready - - 12 - 12 - - - - - - WID - - - s_axi_wid - - 12 - 12 - - - - - - WDATA - - - s_axi_wdata - - 415 - 384 - - - - - - WSTRB - - - s_axi_wstrb - - 51 - 48 - - - - - - WLAST - - - s_axi_wlast - - 12 - 12 - - - - - - WUSER - - - s_axi_wuser - - 12 - 12 - - - - - - WVALID - - - s_axi_wvalid - - 12 - 12 - - - - - - WREADY - - - s_axi_wready - - 12 - 12 - - - - - - BID - - - s_axi_bid - - 12 - 12 - - - - - - BRESP - - - s_axi_bresp - - 25 - 24 - - - - - - BUSER - - - s_axi_buser - - 12 - 12 - - - - - - BVALID - - - s_axi_bvalid - - 12 - 12 - - - - - - BREADY - - - s_axi_bready - - 12 - 12 - - - - - - ARID - - - s_axi_arid - - 12 - 12 - - - - - - ARADDR - - - s_axi_araddr - - 415 - 384 - - - - - - ARLEN - - - s_axi_arlen - - 103 - 96 - - - - - - ARSIZE - - - s_axi_arsize - - 38 - 36 - - - - - - ARBURST - - - s_axi_arburst - - 25 - 24 - - - - - - ARLOCK - - - s_axi_arlock - - 12 - 12 - - - - - - ARCACHE - - - s_axi_arcache - - 51 - 48 - - - - - - ARPROT - - - s_axi_arprot - - 38 - 36 - - - - - - ARQOS - - - s_axi_arqos - - 51 - 48 - - - - - - ARUSER - - - s_axi_aruser - - 12 - 12 - - - - - - ARVALID - - - s_axi_arvalid - - 12 - 12 - - - - - - ARREADY - - - s_axi_arready - - 12 - 12 - - - - - - RID - - - s_axi_rid - - 12 - 12 - - - - - - RDATA - - - s_axi_rdata - - 415 - 384 - - - - - - RRESP - - - s_axi_rresp - - 25 - 24 - - - - - - RLAST - - - s_axi_rlast - - 12 - 12 - - - - - - RUSER - - - s_axi_ruser - - 12 - 12 - - - - - - RVALID - - - s_axi_rvalid - - 12 - 12 - - - - - - RREADY - - - s_axi_rready - - 12 - 12 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M12_AXI - M12_AXI - - - - - - - AWID - - - m_axi_awid - - 12 - 12 - - - - - - AWADDR - - - m_axi_awaddr - - 415 - 384 - - - - - - AWLEN - - - m_axi_awlen - - 103 - 96 - - - - - - AWSIZE - - - m_axi_awsize - - 38 - 36 - - - - - - AWBURST - - - m_axi_awburst - - 25 - 24 - - - - - - AWLOCK - - - m_axi_awlock - - 12 - 12 - - - - - - AWCACHE - - - m_axi_awcache - - 51 - 48 - - - - - - AWPROT - - - m_axi_awprot - - 38 - 36 - - - - - - AWREGION - - - m_axi_awregion - - 51 - 48 - - - - - - AWQOS - - - m_axi_awqos - - 51 - 48 - - - - - - AWUSER - - - m_axi_awuser - - 12 - 12 - - - - - - AWVALID - - - m_axi_awvalid - - 12 - 12 - - - - - - AWREADY - - - m_axi_awready - - 12 - 12 - - - - - - WID - - - m_axi_wid - - 12 - 12 - - - - - - WDATA - - - m_axi_wdata - - 415 - 384 - - - - - - WSTRB - - - m_axi_wstrb - - 51 - 48 - - - - - - WLAST - - - m_axi_wlast - - 12 - 12 - - - - - - WUSER - - - m_axi_wuser - - 12 - 12 - - - - - - WVALID - - - m_axi_wvalid - - 12 - 12 - - - - - - WREADY - - - m_axi_wready - - 12 - 12 - - - - - - BID - - - m_axi_bid - - 12 - 12 - - - - - - BRESP - - - m_axi_bresp - - 25 - 24 - - - - - - BUSER - - - m_axi_buser - - 12 - 12 - - - - - - BVALID - - - m_axi_bvalid - - 12 - 12 - - - - - - BREADY - - - m_axi_bready - - 12 - 12 - - - - - - ARID - - - m_axi_arid - - 12 - 12 - - - - - - ARADDR - - - m_axi_araddr - - 415 - 384 - - - - - - ARLEN - - - m_axi_arlen - - 103 - 96 - - - - - - ARSIZE - - - m_axi_arsize - - 38 - 36 - - - - - - ARBURST - - - m_axi_arburst - - 25 - 24 - - - - - - ARLOCK - - - m_axi_arlock - - 12 - 12 - - - - - - ARCACHE - - - m_axi_arcache - - 51 - 48 - - - - - - ARPROT - - - m_axi_arprot - - 38 - 36 - - - - - - ARREGION - - - m_axi_arregion - - 51 - 48 - - - - - - ARQOS - - - m_axi_arqos - - 51 - 48 - - - - - - ARUSER - - - m_axi_aruser - - 12 - 12 - - - - - - ARVALID - - - m_axi_arvalid - - 12 - 12 - - - - - - ARREADY - - - m_axi_arready - - 12 - 12 - - - - - - RID - - - m_axi_rid - - 12 - 12 - - - - - - RDATA - - - m_axi_rdata - - 415 - 384 - - - - - - RRESP - - - m_axi_rresp - - 25 - 24 - - - - - - RLAST - - - m_axi_rlast - - 12 - 12 - - - - - - RUSER - - - m_axi_ruser - - 12 - 12 - - - - - - RVALID - - - m_axi_rvalid - - 12 - 12 - - - - - - RREADY - - - m_axi_rready - - 12 - 12 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S13_AXI - S13_AXI - - - - - - - AWID - - - s_axi_awid - - 13 - 13 - - - - - - AWADDR - - - s_axi_awaddr - - 447 - 416 - - - - - - AWLEN - - - s_axi_awlen - - 111 - 104 - - - - - - AWSIZE - - - s_axi_awsize - - 41 - 39 - - - - - - AWBURST - - - s_axi_awburst - - 27 - 26 - - - - - - AWLOCK - - - s_axi_awlock - - 13 - 13 - - - - - - AWCACHE - - - s_axi_awcache - - 55 - 52 - - - - - - AWPROT - - - s_axi_awprot - - 41 - 39 - - - - - - AWQOS - - - s_axi_awqos - - 55 - 52 - - - - - - AWUSER - - - s_axi_awuser - - 13 - 13 - - - - - - AWVALID - - - s_axi_awvalid - - 13 - 13 - - - - - - AWREADY - - - s_axi_awready - - 13 - 13 - - - - - - WID - - - s_axi_wid - - 13 - 13 - - - - - - WDATA - - - s_axi_wdata - - 447 - 416 - - - - - - WSTRB - - - s_axi_wstrb - - 55 - 52 - - - - - - WLAST - - - s_axi_wlast - - 13 - 13 - - - - - - WUSER - - - s_axi_wuser - - 13 - 13 - - - - - - WVALID - - - s_axi_wvalid - - 13 - 13 - - - - - - WREADY - - - s_axi_wready - - 13 - 13 - - - - - - BID - - - s_axi_bid - - 13 - 13 - - - - - - BRESP - - - s_axi_bresp - - 27 - 26 - - - - - - BUSER - - - s_axi_buser - - 13 - 13 - - - - - - BVALID - - - s_axi_bvalid - - 13 - 13 - - - - - - BREADY - - - s_axi_bready - - 13 - 13 - - - - - - ARID - - - s_axi_arid - - 13 - 13 - - - - - - ARADDR - - - s_axi_araddr - - 447 - 416 - - - - - - ARLEN - - - s_axi_arlen - - 111 - 104 - - - - - - ARSIZE - - - s_axi_arsize - - 41 - 39 - - - - - - ARBURST - - - s_axi_arburst - - 27 - 26 - - - - - - ARLOCK - - - s_axi_arlock - - 13 - 13 - - - - - - ARCACHE - - - s_axi_arcache - - 55 - 52 - - - - - - ARPROT - - - s_axi_arprot - - 41 - 39 - - - - - - ARQOS - - - s_axi_arqos - - 55 - 52 - - - - - - ARUSER - - - s_axi_aruser - - 13 - 13 - - - - - - ARVALID - - - s_axi_arvalid - - 13 - 13 - - - - - - ARREADY - - - s_axi_arready - - 13 - 13 - - - - - - RID - - - s_axi_rid - - 13 - 13 - - - - - - RDATA - - - s_axi_rdata - - 447 - 416 - - - - - - RRESP - - - s_axi_rresp - - 27 - 26 - - - - - - RLAST - - - s_axi_rlast - - 13 - 13 - - - - - - RUSER - - - s_axi_ruser - - 13 - 13 - - - - - - RVALID - - - s_axi_rvalid - - 13 - 13 - - - - - - RREADY - - - s_axi_rready - - 13 - 13 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M13_AXI - M13_AXI - - - - - - - AWID - - - m_axi_awid - - 13 - 13 - - - - - - AWADDR - - - m_axi_awaddr - - 447 - 416 - - - - - - AWLEN - - - m_axi_awlen - - 111 - 104 - - - - - - AWSIZE - - - m_axi_awsize - - 41 - 39 - - - - - - AWBURST - - - m_axi_awburst - - 27 - 26 - - - - - - AWLOCK - - - m_axi_awlock - - 13 - 13 - - - - - - AWCACHE - - - m_axi_awcache - - 55 - 52 - - - - - - AWPROT - - - m_axi_awprot - - 41 - 39 - - - - - - AWREGION - - - m_axi_awregion - - 55 - 52 - - - - - - AWQOS - - - m_axi_awqos - - 55 - 52 - - - - - - AWUSER - - - m_axi_awuser - - 13 - 13 - - - - - - AWVALID - - - m_axi_awvalid - - 13 - 13 - - - - - - AWREADY - - - m_axi_awready - - 13 - 13 - - - - - - WID - - - m_axi_wid - - 13 - 13 - - - - - - WDATA - - - m_axi_wdata - - 447 - 416 - - - - - - WSTRB - - - m_axi_wstrb - - 55 - 52 - - - - - - WLAST - - - m_axi_wlast - - 13 - 13 - - - - - - WUSER - - - m_axi_wuser - - 13 - 13 - - - - - - WVALID - - - m_axi_wvalid - - 13 - 13 - - - - - - WREADY - - - m_axi_wready - - 13 - 13 - - - - - - BID - - - m_axi_bid - - 13 - 13 - - - - - - BRESP - - - m_axi_bresp - - 27 - 26 - - - - - - BUSER - - - m_axi_buser - - 13 - 13 - - - - - - BVALID - - - m_axi_bvalid - - 13 - 13 - - - - - - BREADY - - - m_axi_bready - - 13 - 13 - - - - - - ARID - - - m_axi_arid - - 13 - 13 - - - - - - ARADDR - - - m_axi_araddr - - 447 - 416 - - - - - - ARLEN - - - m_axi_arlen - - 111 - 104 - - - - - - ARSIZE - - - m_axi_arsize - - 41 - 39 - - - - - - ARBURST - - - m_axi_arburst - - 27 - 26 - - - - - - ARLOCK - - - m_axi_arlock - - 13 - 13 - - - - - - ARCACHE - - - m_axi_arcache - - 55 - 52 - - - - - - ARPROT - - - m_axi_arprot - - 41 - 39 - - - - - - ARREGION - - - m_axi_arregion - - 55 - 52 - - - - - - ARQOS - - - m_axi_arqos - - 55 - 52 - - - - - - ARUSER - - - m_axi_aruser - - 13 - 13 - - - - - - ARVALID - - - m_axi_arvalid - - 13 - 13 - - - - - - ARREADY - - - m_axi_arready - - 13 - 13 - - - - - - RID - - - m_axi_rid - - 13 - 13 - - - - - - RDATA - - - m_axi_rdata - - 447 - 416 - - - - - - RRESP - - - m_axi_rresp - - 27 - 26 - - - - - - RLAST - - - m_axi_rlast - - 13 - 13 - - - - - - RUSER - - - m_axi_ruser - - 13 - 13 - - - - - - RVALID - - - m_axi_rvalid - - 13 - 13 - - - - - - RREADY - - - m_axi_rready - - 13 - 13 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S14_AXI - S14_AXI - - - - - - - AWID - - - s_axi_awid - - 14 - 14 - - - - - - AWADDR - - - s_axi_awaddr - - 479 - 448 - - - - - - AWLEN - - - s_axi_awlen - - 119 - 112 - - - - - - AWSIZE - - - s_axi_awsize - - 44 - 42 - - - - - - AWBURST - - - s_axi_awburst - - 29 - 28 - - - - - - AWLOCK - - - s_axi_awlock - - 14 - 14 - - - - - - AWCACHE - - - s_axi_awcache - - 59 - 56 - - - - - - AWPROT - - - s_axi_awprot - - 44 - 42 - - - - - - AWQOS - - - s_axi_awqos - - 59 - 56 - - - - - - AWUSER - - - s_axi_awuser - - 14 - 14 - - - - - - AWVALID - - - s_axi_awvalid - - 14 - 14 - - - - - - AWREADY - - - s_axi_awready - - 14 - 14 - - - - - - WID - - - s_axi_wid - - 14 - 14 - - - - - - WDATA - - - s_axi_wdata - - 479 - 448 - - - - - - WSTRB - - - s_axi_wstrb - - 59 - 56 - - - - - - WLAST - - - s_axi_wlast - - 14 - 14 - - - - - - WUSER - - - s_axi_wuser - - 14 - 14 - - - - - - WVALID - - - s_axi_wvalid - - 14 - 14 - - - - - - WREADY - - - s_axi_wready - - 14 - 14 - - - - - - BID - - - s_axi_bid - - 14 - 14 - - - - - - BRESP - - - s_axi_bresp - - 29 - 28 - - - - - - BUSER - - - s_axi_buser - - 14 - 14 - - - - - - BVALID - - - s_axi_bvalid - - 14 - 14 - - - - - - BREADY - - - s_axi_bready - - 14 - 14 - - - - - - ARID - - - s_axi_arid - - 14 - 14 - - - - - - ARADDR - - - s_axi_araddr - - 479 - 448 - - - - - - ARLEN - - - s_axi_arlen - - 119 - 112 - - - - - - ARSIZE - - - s_axi_arsize - - 44 - 42 - - - - - - ARBURST - - - s_axi_arburst - - 29 - 28 - - - - - - ARLOCK - - - s_axi_arlock - - 14 - 14 - - - - - - ARCACHE - - - s_axi_arcache - - 59 - 56 - - - - - - ARPROT - - - s_axi_arprot - - 44 - 42 - - - - - - ARQOS - - - s_axi_arqos - - 59 - 56 - - - - - - ARUSER - - - s_axi_aruser - - 14 - 14 - - - - - - ARVALID - - - s_axi_arvalid - - 14 - 14 - - - - - - ARREADY - - - s_axi_arready - - 14 - 14 - - - - - - RID - - - s_axi_rid - - 14 - 14 - - - - - - RDATA - - - s_axi_rdata - - 479 - 448 - - - - - - RRESP - - - s_axi_rresp - - 29 - 28 - - - - - - RLAST - - - s_axi_rlast - - 14 - 14 - - - - - - RUSER - - - s_axi_ruser - - 14 - 14 - - - - - - RVALID - - - s_axi_rvalid - - 14 - 14 - - - - - - RREADY - - - s_axi_rready - - 14 - 14 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M14_AXI - M14_AXI - - - - - - - AWID - - - m_axi_awid - - 14 - 14 - - - - - - AWADDR - - - m_axi_awaddr - - 479 - 448 - - - - - - AWLEN - - - m_axi_awlen - - 119 - 112 - - - - - - AWSIZE - - - m_axi_awsize - - 44 - 42 - - - - - - AWBURST - - - m_axi_awburst - - 29 - 28 - - - - - - AWLOCK - - - m_axi_awlock - - 14 - 14 - - - - - - AWCACHE - - - m_axi_awcache - - 59 - 56 - - - - - - AWPROT - - - m_axi_awprot - - 44 - 42 - - - - - - AWREGION - - - m_axi_awregion - - 59 - 56 - - - - - - AWQOS - - - m_axi_awqos - - 59 - 56 - - - - - - AWUSER - - - m_axi_awuser - - 14 - 14 - - - - - - AWVALID - - - m_axi_awvalid - - 14 - 14 - - - - - - AWREADY - - - m_axi_awready - - 14 - 14 - - - - - - WID - - - m_axi_wid - - 14 - 14 - - - - - - WDATA - - - m_axi_wdata - - 479 - 448 - - - - - - WSTRB - - - m_axi_wstrb - - 59 - 56 - - - - - - WLAST - - - m_axi_wlast - - 14 - 14 - - - - - - WUSER - - - m_axi_wuser - - 14 - 14 - - - - - - WVALID - - - m_axi_wvalid - - 14 - 14 - - - - - - WREADY - - - m_axi_wready - - 14 - 14 - - - - - - BID - - - m_axi_bid - - 14 - 14 - - - - - - BRESP - - - m_axi_bresp - - 29 - 28 - - - - - - BUSER - - - m_axi_buser - - 14 - 14 - - - - - - BVALID - - - m_axi_bvalid - - 14 - 14 - - - - - - BREADY - - - m_axi_bready - - 14 - 14 - - - - - - ARID - - - m_axi_arid - - 14 - 14 - - - - - - ARADDR - - - m_axi_araddr - - 479 - 448 - - - - - - ARLEN - - - m_axi_arlen - - 119 - 112 - - - - - - ARSIZE - - - m_axi_arsize - - 44 - 42 - - - - - - ARBURST - - - m_axi_arburst - - 29 - 28 - - - - - - ARLOCK - - - m_axi_arlock - - 14 - 14 - - - - - - ARCACHE - - - m_axi_arcache - - 59 - 56 - - - - - - ARPROT - - - m_axi_arprot - - 44 - 42 - - - - - - ARREGION - - - m_axi_arregion - - 59 - 56 - - - - - - ARQOS - - - m_axi_arqos - - 59 - 56 - - - - - - ARUSER - - - m_axi_aruser - - 14 - 14 - - - - - - ARVALID - - - m_axi_arvalid - - 14 - 14 - - - - - - ARREADY - - - m_axi_arready - - 14 - 14 - - - - - - RID - - - m_axi_rid - - 14 - 14 - - - - - - RDATA - - - m_axi_rdata - - 479 - 448 - - - - - - RRESP - - - m_axi_rresp - - 29 - 28 - - - - - - RLAST - - - m_axi_rlast - - 14 - 14 - - - - - - RUSER - - - m_axi_ruser - - 14 - 14 - - - - - - RVALID - - - m_axi_rvalid - - 14 - 14 - - - - - - RREADY - - - m_axi_rready - - 14 - 14 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S15_AXI - S15_AXI - - - - - - - AWID - - - s_axi_awid - - 15 - 15 - - - - - - AWADDR - - - s_axi_awaddr - - 511 - 480 - - - - - - AWLEN - - - s_axi_awlen - - 127 - 120 - - - - - - AWSIZE - - - s_axi_awsize - - 47 - 45 - - - - - - AWBURST - - - s_axi_awburst - - 31 - 30 - - - - - - AWLOCK - - - s_axi_awlock - - 15 - 15 - - - - - - AWCACHE - - - s_axi_awcache - - 63 - 60 - - - - - - AWPROT - - - s_axi_awprot - - 47 - 45 - - - - - - AWQOS - - - s_axi_awqos - - 63 - 60 - - - - - - AWUSER - - - s_axi_awuser - - 15 - 15 - - - - - - AWVALID - - - s_axi_awvalid - - 15 - 15 - - - - - - AWREADY - - - s_axi_awready - - 15 - 15 - - - - - - WID - - - s_axi_wid - - 15 - 15 - - - - - - WDATA - - - s_axi_wdata - - 511 - 480 - - - - - - WSTRB - - - s_axi_wstrb - - 63 - 60 - - - - - - WLAST - - - s_axi_wlast - - 15 - 15 - - - - - - WUSER - - - s_axi_wuser - - 15 - 15 - - - - - - WVALID - - - s_axi_wvalid - - 15 - 15 - - - - - - WREADY - - - s_axi_wready - - 15 - 15 - - - - - - BID - - - s_axi_bid - - 15 - 15 - - - - - - BRESP - - - s_axi_bresp - - 31 - 30 - - - - - - BUSER - - - s_axi_buser - - 15 - 15 - - - - - - BVALID - - - s_axi_bvalid - - 15 - 15 - - - - - - BREADY - - - s_axi_bready - - 15 - 15 - - - - - - ARID - - - s_axi_arid - - 15 - 15 - - - - - - ARADDR - - - s_axi_araddr - - 511 - 480 - - - - - - ARLEN - - - s_axi_arlen - - 127 - 120 - - - - - - ARSIZE - - - s_axi_arsize - - 47 - 45 - - - - - - ARBURST - - - s_axi_arburst - - 31 - 30 - - - - - - ARLOCK - - - s_axi_arlock - - 15 - 15 - - - - - - ARCACHE - - - s_axi_arcache - - 63 - 60 - - - - - - ARPROT - - - s_axi_arprot - - 47 - 45 - - - - - - ARQOS - - - s_axi_arqos - - 63 - 60 - - - - - - ARUSER - - - s_axi_aruser - - 15 - 15 - - - - - - ARVALID - - - s_axi_arvalid - - 15 - 15 - - - - - - ARREADY - - - s_axi_arready - - 15 - 15 - - - - - - RID - - - s_axi_rid - - 15 - 15 - - - - - - RDATA - - - s_axi_rdata - - 511 - 480 - - - - - - RRESP - - - s_axi_rresp - - 31 - 30 - - - - - - RLAST - - - s_axi_rlast - - 15 - 15 - - - - - - RUSER - - - s_axi_ruser - - 15 - 15 - - - - - - RVALID - - - s_axi_rvalid - - 15 - 15 - - - - - - RREADY - - - s_axi_rready - - 15 - 15 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - M15_AXI - M15_AXI - - - - - - - AWID - - - m_axi_awid - - 15 - 15 - - - - - - AWADDR - - - m_axi_awaddr - - 511 - 480 - - - - - - AWLEN - - - m_axi_awlen - - 127 - 120 - - - - - - AWSIZE - - - m_axi_awsize - - 47 - 45 - - - - - - AWBURST - - - m_axi_awburst - - 31 - 30 - - - - - - AWLOCK - - - m_axi_awlock - - 15 - 15 - - - - - - AWCACHE - - - m_axi_awcache - - 63 - 60 - - - - - - AWPROT - - - m_axi_awprot - - 47 - 45 - - - - - - AWREGION - - - m_axi_awregion - - 63 - 60 - - - - - - AWQOS - - - m_axi_awqos - - 63 - 60 - - - - - - AWUSER - - - m_axi_awuser - - 15 - 15 - - - - - - AWVALID - - - m_axi_awvalid - - 15 - 15 - - - - - - AWREADY - - - m_axi_awready - - 15 - 15 - - - - - - WID - - - m_axi_wid - - 15 - 15 - - - - - - WDATA - - - m_axi_wdata - - 511 - 480 - - - - - - WSTRB - - - m_axi_wstrb - - 63 - 60 - - - - - - WLAST - - - m_axi_wlast - - 15 - 15 - - - - - - WUSER - - - m_axi_wuser - - 15 - 15 - - - - - - WVALID - - - m_axi_wvalid - - 15 - 15 - - - - - - WREADY - - - m_axi_wready - - 15 - 15 - - - - - - BID - - - m_axi_bid - - 15 - 15 - - - - - - BRESP - - - m_axi_bresp - - 31 - 30 - - - - - - BUSER - - - m_axi_buser - - 15 - 15 - - - - - - BVALID - - - m_axi_bvalid - - 15 - 15 - - - - - - BREADY - - - m_axi_bready - - 15 - 15 - - - - - - ARID - - - m_axi_arid - - 15 - 15 - - - - - - ARADDR - - - m_axi_araddr - - 511 - 480 - - - - - - ARLEN - - - m_axi_arlen - - 127 - 120 - - - - - - ARSIZE - - - m_axi_arsize - - 47 - 45 - - - - - - ARBURST - - - m_axi_arburst - - 31 - 30 - - - - - - ARLOCK - - - m_axi_arlock - - 15 - 15 - - - - - - ARCACHE - - - m_axi_arcache - - 63 - 60 - - - - - - ARPROT - - - m_axi_arprot - - 47 - 45 - - - - - - ARREGION - - - m_axi_arregion - - 63 - 60 - - - - - - ARQOS - - - m_axi_arqos - - 63 - 60 - - - - - - ARUSER - - - m_axi_aruser - - 15 - 15 - - - - - - ARVALID - - - m_axi_arvalid - - 15 - 15 - - - - - - ARREADY - - - m_axi_arready - - 15 - 15 - - - - - - RID - - - m_axi_rid - - 15 - 15 - - - - - - RDATA - - - m_axi_rdata - - 511 - 480 - - - - - - RRESP - - - m_axi_rresp - - 31 - 30 - - - - - - RLAST - - - m_axi_rlast - - 15 - 15 - - - - - - RUSER - - - m_axi_ruser - - 15 - 15 - - - - - - RVALID - - - m_axi_rvalid - - 15 - 15 - - - - - - RREADY - - - m_axi_rready - - 15 - 15 - - - - - - - DATA_WIDTH - 32 - - - simulation.tlm - - - - - PROTOCOL - AXI4 - - - simulation.tlm - - - - - FREQ_HZ - 100000000 - - - simulation.tlm - - - - - ID_WIDTH - 0 - - - simulation.tlm - - - - - ADDR_WIDTH - 32 - - - simulation.tlm - - - - - AWUSER_WIDTH - 0 - - - simulation.tlm - - - - - ARUSER_WIDTH - 0 - - - simulation.tlm - - - - - WUSER_WIDTH - 0 - - - simulation.tlm - - - - - RUSER_WIDTH - 0 - - - simulation.tlm - - - - - BUSER_WIDTH - 0 - - - simulation.tlm - - - - - READ_WRITE_MODE - READ_WRITE - - - simulation.tlm - - - - - HAS_BURST - 1 - - - simulation.tlm - - - - - HAS_LOCK - 1 - - - simulation.tlm - - - - - HAS_PROT - 1 - - - simulation.tlm - - - - - HAS_CACHE - 1 - - - simulation.tlm - - - - - HAS_QOS - 1 - - - simulation.tlm - - - - - HAS_REGION - 1 - - - simulation.tlm - - - - - HAS_WSTRB - 1 - - - simulation.tlm - - - - - HAS_BRESP - 1 - - - simulation.tlm - - - - - HAS_RRESP - 1 - - - simulation.tlm - - - - - SUPPORTS_NARROW_BURST - 1 - - - simulation.tlm - - - - - NUM_READ_OUTSTANDING - 1 - - - simulation.tlm - - - - - NUM_WRITE_OUTSTANDING - 1 - - - simulation.tlm - - - - - MAX_BURST_LENGTH - 256 - - - simulation.tlm - - - - - PHASE - 0.0 - - - simulation.tlm - - - - - CLK_DOMAIN - - - - simulation.tlm - - - - - NUM_READ_THREADS - 1 - - - simulation.tlm - - - - - NUM_WRITE_THREADS - 1 - - - simulation.tlm - - - - - RUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - WUSER_BITS_PER_BYTE - 0 - - - simulation.tlm - - - - - INSERT_VIP - 0 - - - simulation.rtl - - - - - - - - false - - - - - - S00_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_0_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_0_wr_socket - - - - - - S01_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_1_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_1_wr_socket - - - - - - S02_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_2_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_2_wr_socket - - - - - - S03_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_3_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_3_wr_socket - - - - - - S04_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_4_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_4_wr_socket - - - - - - S05_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_5_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_5_wr_socket - - - - - - S06_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_6_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_6_wr_socket - - - - - - S07_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_7_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_7_wr_socket - - - - - - S08_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_8_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_8_wr_socket - - - - - - S09_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_9_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_9_wr_socket - - - - - - S10_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_10_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_10_wr_socket - - - - - - S11_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_11_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_11_wr_socket - - - - - - S12_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_12_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_12_wr_socket - - - - - - S13_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_13_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_13_wr_socket - - - - - - S14_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_14_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_14_wr_socket - - - - - - S15_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - target_15_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - target_15_wr_socket - - - - - - M00_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_0_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_0_wr_socket - - - - - - M01_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_1_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_1_wr_socket - - - - - - M02_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_2_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_2_wr_socket - - - - - - M03_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_3_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_3_wr_socket - - - - - - M04_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_4_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_4_wr_socket - - - - - - M05_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_5_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_5_wr_socket - - - - - - M06_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_6_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_6_wr_socket - - - - - - M07_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_7_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_7_wr_socket - - - - - - M08_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_8_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_8_wr_socket - - - - - - M09_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_9_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_9_wr_socket - - - - - - M10_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_10_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_10_wr_socket - - - - - - M11_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_11_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_11_wr_socket - - - - - - M12_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_12_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_12_wr_socket - - - - - - M13_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_13_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_13_wr_socket - - - - - - M14_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_14_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_14_wr_socket - - - - - - M15_AXI_TLM - - - - - - - AXIMM_READ_SOCKET - - - initiator_15_rd_socket - - - - - AXIMM_WRITE_SOCKET - - - initiator_15_wr_socket - - - - - - - - - aclk - - in - - - wire - dummy_view - - - - - - aresetn - - in - - - wire - dummy_view - - - - - - s_axi_awid - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awaddr - - in - - 31 - 0 - - - - wire - dummy_view - - - - 0x00000000 - - - - - s_axi_awlen - - in - - 7 - 0 - - - - wire - dummy_view - - - - 0x00 - - - - - - false - - - - - - s_axi_awsize - - in - - 2 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awburst - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awlock - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awcache - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awprot - - in - - 2 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - s_axi_awqos - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awuser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_awvalid - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_awready - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - s_axi_wid - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_wdata - - in - - 31 - 0 - - - - wire - dummy_view - - - - 0x00000000 - - - - - s_axi_wstrb - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0xF - - - - - s_axi_wlast - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x1 - - - - - - false - - - - - - s_axi_wuser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_wvalid - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_wready - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - s_axi_bid - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - s_axi_bresp - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - s_axi_buser - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - s_axi_bvalid - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_bready - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - s_axi_arid - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_araddr - - in - - 31 - 0 - - - - wire - dummy_view - - - - 0x00000000 - - - - - s_axi_arlen - - in - - 7 - 0 - - - - wire - dummy_view - - - - 0x00 - - - - - - false - - - - - - s_axi_arsize - - in - - 2 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_arburst - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_arlock - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_arcache - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_arprot - - in - - 2 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - s_axi_arqos - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_aruser - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - s_axi_arvalid - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - s_axi_arready - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - s_axi_rid - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - s_axi_rdata - - out - - 31 - 0 - - - - wire - dummy_view - - - - - - s_axi_rresp - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - s_axi_rlast - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - s_axi_ruser - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - s_axi_rvalid - - out - - 0 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - s_axi_rready - - in - - 0 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - m_axi_awid - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awaddr - - out - - 63 - 0 - - - - wire - dummy_view - - - - - - m_axi_awlen - - out - - 15 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awsize - - out - - 5 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awburst - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awlock - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awcache - - out - - 7 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awprot - - out - - 5 - 0 - - - - wire - dummy_view - - - - - - m_axi_awregion - - out - - 7 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awqos - - out - - 7 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awuser - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_awvalid - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_awready - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - m_axi_wid - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_wdata - - out - - 63 - 0 - - - - wire - dummy_view - - - - - - m_axi_wstrb - - out - - 7 - 0 - - - - wire - dummy_view - - - - - - m_axi_wlast - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_wuser - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_wvalid - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_wready - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - m_axi_bid - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - m_axi_bresp - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - m_axi_buser - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - m_axi_bvalid - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_bready - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - m_axi_arid - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_araddr - - out - - 63 - 0 - - - - wire - dummy_view - - - - - - m_axi_arlen - - out - - 15 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arsize - - out - - 5 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arburst - - out - - 3 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arlock - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arcache - - out - - 7 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arprot - - out - - 5 - 0 - - - - wire - dummy_view - - - - - - m_axi_arregion - - out - - 7 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arqos - - out - - 7 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_aruser - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - false - - - - - - m_axi_arvalid - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - - true - - - - - - m_axi_arready - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - m_axi_rid - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - m_axi_rdata - - in - - 63 - 0 - - - - wire - dummy_view - - - - 0x0000000000000000 - - - - - m_axi_rresp - - in - - 3 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - m_axi_rlast - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x3 - - - - - - false - - - - - - m_axi_ruser - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - false - - - - - - m_axi_rvalid - - in - - 1 - 0 - - - - wire - dummy_view - - - - 0x0 - - - - - - true - - - - - - m_axi_rready - - out - - 1 - 0 - - - - wire - dummy_view - - - - - - target_0_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_0_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_1_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_1_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_2_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_2_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_3_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_3_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_4_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_4_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_5_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_5_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_6_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_6_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_7_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_7_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_8_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_8_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_9_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_9_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_10_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_10_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_11_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_11_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_12_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_12_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_13_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_13_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_14_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_14_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - target_15_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - target_15_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_target_socket - xtlm.h - - - provides - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_0_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_0_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_1_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_1_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_2_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_2_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_3_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_3_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_4_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_4_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_5_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_5_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_6_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_6_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_7_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_7_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_8_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_8_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_9_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_9_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_10_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_10_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_11_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_11_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_12_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_12_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_13_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_13_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_14_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_14_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_15_wr_socket - AXIMM Write Socket - AXIMM Socket for Write - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - wr_socket - - - width - 32 - - - - - - - 1 - - - - - initiator_15_rd_socket - AXIMM Read Socket - AXIMM Socket for Read - - - xtlm::xtlm_aximm_initiator_socket - xtlm.h - - - requires - - - tlm - - - name - rd_socket - - - width - 32 - - - - - - - 1 - - - - - - - C_FAMILY - zynq - - - C_NUM_SLAVE_SLOTS - 1 - - - C_NUM_MASTER_SLOTS - 2 - - - C_AXI_ID_WIDTH - 1 - - - C_AXI_ADDR_WIDTH - 32 - - - C_AXI_DATA_WIDTH - 32 - - - C_AXI_PROTOCOL - 2 - - - C_NUM_ADDR_RANGES - 1 - - - C_M_AXI_BASE_ADDR - 0x0000000043c100000000000043c00000 - - - C_M_AXI_ADDR_WIDTH - 0x0000001000000010 - - - C_S_AXI_BASE_ID - 0x00000000 - - - C_S_AXI_THREAD_ID_WIDTH - 0x00000000 - - - C_AXI_SUPPORTS_USER_SIGNALS - 0 - - - C_AXI_AWUSER_WIDTH - 1 - - - C_AXI_ARUSER_WIDTH - 1 - - - C_AXI_WUSER_WIDTH - 1 - - - C_AXI_RUSER_WIDTH - 1 - - - C_AXI_BUSER_WIDTH - 1 - - - C_M_AXI_WRITE_CONNECTIVITY - 0xFFFFFFFFFFFFFFFF - - - C_M_AXI_READ_CONNECTIVITY - 0xFFFFFFFFFFFFFFFF - - - C_R_REGISTER - 1 - - - C_S_AXI_SINGLE_THREAD - 0x00000001 - - - C_S_AXI_WRITE_ACCEPTANCE - 0x00000004 - - - C_S_AXI_READ_ACCEPTANCE - 0x00000004 - - - C_M_AXI_WRITE_ISSUING - 0x0000000800000008 - - - C_M_AXI_READ_ISSUING - 0x0000000800000008 - - - C_S_AXI_ARB_PRIORITY - 0x00000000 - - - C_M_AXI_SECURE - 0x00000000 - - - C_CONNECTIVITY_MODE - 0 - - - - - - choice_list_7235ff92 - AXI4 - AXI3 - AXI4LITE - - - choice_list_99ba8646 - 32 - 64 - - - choice_pairs_12c5c5a3 - 0 - 1 - 7 - 8 - - - choice_pairs_37189c7b - 0 - 1 - - - choice_pairs_4873554b - 0 - 1 - - - choice_pairs_6c89085d - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - - - choice_pairs_d73d287f - SASD - SAMD - - - choice_pairs_d9a0b468 - 0 - 1 - - - choice_pairs_dd3f402c - 0 - 1 - 2 - - - The AXI Crossbar IP provides the infrastructure to connect multiple AXI4/AXI3/AXI4-Lite masters and slaves. - - - ADDR_RANGES - Number of Address Ranges - 1 - - - - true - - - - - - NUM_SI - Number of Slave Interfaces - 1 - - - - true - - - - - - NUM_MI - Number of Master Interfaces - 2 - - - - true - - - - - - ADDR_WIDTH - Address Width - 32 - - - - true - - - - - - STRATEGY - Crossbar Optimization Strategy - 2 - - - - true - - - - - - PROTOCOL - Protocol - AXI4LITE - - - - true - - - - - - DATA_WIDTH - Data Width - 32 - - - - true - - - - - - CONNECTIVITY_MODE - Connectivity Mode - SASD - - - - false - - - - - - ID_WIDTH - ID Width - 0 - - - - false - - - - - - AWUSER_WIDTH - AWUSER Signal Width - 0 - - - - false - - - - - - ARUSER_WIDTH - ARUSER Signal Width - 0 - - - - false - - - - - - WUSER_WIDTH - WUSER Signal Width - 0 - - - - false - - - - - - RUSER_WIDTH - RUSER Signal Width - 0 - - - - false - - - - - - BUSER_WIDTH - BUSER Signal Width - 0 - - - - false - - - - - - R_REGISTER - Read Channel Register Slice - 1 - - - - true - - - - - - M00_S00_READ_CONNECTIVITY - My M00_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S01_READ_CONNECTIVITY - My M00_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S02_READ_CONNECTIVITY - My M00_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S03_READ_CONNECTIVITY - My M00_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S04_READ_CONNECTIVITY - My M00_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S05_READ_CONNECTIVITY - My M00_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S06_READ_CONNECTIVITY - My M00_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S07_READ_CONNECTIVITY - My M00_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S08_READ_CONNECTIVITY - My M00_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S09_READ_CONNECTIVITY - My M00_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S10_READ_CONNECTIVITY - My M00_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S11_READ_CONNECTIVITY - My M00_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S12_READ_CONNECTIVITY - My M00_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S13_READ_CONNECTIVITY - My M00_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S14_READ_CONNECTIVITY - My M00_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S15_READ_CONNECTIVITY - My M00_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S00_READ_CONNECTIVITY - My M01_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S01_READ_CONNECTIVITY - My M01_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S02_READ_CONNECTIVITY - My M01_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S03_READ_CONNECTIVITY - My M01_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S04_READ_CONNECTIVITY - My M01_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S05_READ_CONNECTIVITY - My M01_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S06_READ_CONNECTIVITY - My M01_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S07_READ_CONNECTIVITY - My M01_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S08_READ_CONNECTIVITY - My M01_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S09_READ_CONNECTIVITY - My M01_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S10_READ_CONNECTIVITY - My M01_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S11_READ_CONNECTIVITY - My M01_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S12_READ_CONNECTIVITY - My M01_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S13_READ_CONNECTIVITY - My M01_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S14_READ_CONNECTIVITY - My M01_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M01_S15_READ_CONNECTIVITY - My M01_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S00_READ_CONNECTIVITY - My M02_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S01_READ_CONNECTIVITY - My M02_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S02_READ_CONNECTIVITY - My M02_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S03_READ_CONNECTIVITY - My M02_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S04_READ_CONNECTIVITY - My M02_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S05_READ_CONNECTIVITY - My M02_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S06_READ_CONNECTIVITY - My M02_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S07_READ_CONNECTIVITY - My M02_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S08_READ_CONNECTIVITY - My M02_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S09_READ_CONNECTIVITY - My M02_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S10_READ_CONNECTIVITY - My M02_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S11_READ_CONNECTIVITY - My M02_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S12_READ_CONNECTIVITY - My M02_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S13_READ_CONNECTIVITY - My M02_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S14_READ_CONNECTIVITY - My M02_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M02_S15_READ_CONNECTIVITY - My M02_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S00_READ_CONNECTIVITY - My M03_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S01_READ_CONNECTIVITY - My M03_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S02_READ_CONNECTIVITY - My M03_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S03_READ_CONNECTIVITY - My M03_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S04_READ_CONNECTIVITY - My M03_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S05_READ_CONNECTIVITY - My M03_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S06_READ_CONNECTIVITY - My M03_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S07_READ_CONNECTIVITY - My M03_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S08_READ_CONNECTIVITY - My M03_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S09_READ_CONNECTIVITY - My M03_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S10_READ_CONNECTIVITY - My M03_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S11_READ_CONNECTIVITY - My M03_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S12_READ_CONNECTIVITY - My M03_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S13_READ_CONNECTIVITY - My M03_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S14_READ_CONNECTIVITY - My M03_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M03_S15_READ_CONNECTIVITY - My M03_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S00_READ_CONNECTIVITY - My M04_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S01_READ_CONNECTIVITY - My M04_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S02_READ_CONNECTIVITY - My M04_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S03_READ_CONNECTIVITY - My M04_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S04_READ_CONNECTIVITY - My M04_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S05_READ_CONNECTIVITY - My M04_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S06_READ_CONNECTIVITY - My M04_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S07_READ_CONNECTIVITY - My M04_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S08_READ_CONNECTIVITY - My M04_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S09_READ_CONNECTIVITY - My M04_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S10_READ_CONNECTIVITY - My M04_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S11_READ_CONNECTIVITY - My M04_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S12_READ_CONNECTIVITY - My M04_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S13_READ_CONNECTIVITY - My M04_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S14_READ_CONNECTIVITY - My M04_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M04_S15_READ_CONNECTIVITY - My M04_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S00_READ_CONNECTIVITY - My M05_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S01_READ_CONNECTIVITY - My M05_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S02_READ_CONNECTIVITY - My M05_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S03_READ_CONNECTIVITY - My M05_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S04_READ_CONNECTIVITY - My M05_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S05_READ_CONNECTIVITY - My M05_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S06_READ_CONNECTIVITY - My M05_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S07_READ_CONNECTIVITY - My M05_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S08_READ_CONNECTIVITY - My M05_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S09_READ_CONNECTIVITY - My M05_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S10_READ_CONNECTIVITY - My M05_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S11_READ_CONNECTIVITY - My M05_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S12_READ_CONNECTIVITY - My M05_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S13_READ_CONNECTIVITY - My M05_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S14_READ_CONNECTIVITY - My M05_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M05_S15_READ_CONNECTIVITY - My M05_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S00_READ_CONNECTIVITY - My M06_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S01_READ_CONNECTIVITY - My M06_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S02_READ_CONNECTIVITY - My M06_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S03_READ_CONNECTIVITY - My M06_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S04_READ_CONNECTIVITY - My M06_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S05_READ_CONNECTIVITY - My M06_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S06_READ_CONNECTIVITY - My M06_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S07_READ_CONNECTIVITY - My M06_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S08_READ_CONNECTIVITY - My M06_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S09_READ_CONNECTIVITY - My M06_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S10_READ_CONNECTIVITY - My M06_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S11_READ_CONNECTIVITY - My M06_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S12_READ_CONNECTIVITY - My M06_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S13_READ_CONNECTIVITY - My M06_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S14_READ_CONNECTIVITY - My M06_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M06_S15_READ_CONNECTIVITY - My M06_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S00_READ_CONNECTIVITY - My M07_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S01_READ_CONNECTIVITY - My M07_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S02_READ_CONNECTIVITY - My M07_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S03_READ_CONNECTIVITY - My M07_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S04_READ_CONNECTIVITY - My M07_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S05_READ_CONNECTIVITY - My M07_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S06_READ_CONNECTIVITY - My M07_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S07_READ_CONNECTIVITY - My M07_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S08_READ_CONNECTIVITY - My M07_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S09_READ_CONNECTIVITY - My M07_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S10_READ_CONNECTIVITY - My M07_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S11_READ_CONNECTIVITY - My M07_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S12_READ_CONNECTIVITY - My M07_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S13_READ_CONNECTIVITY - My M07_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S14_READ_CONNECTIVITY - My M07_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M07_S15_READ_CONNECTIVITY - My M07_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S00_READ_CONNECTIVITY - My M08_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S01_READ_CONNECTIVITY - My M08_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S02_READ_CONNECTIVITY - My M08_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S03_READ_CONNECTIVITY - My M08_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S04_READ_CONNECTIVITY - My M08_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S05_READ_CONNECTIVITY - My M08_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S06_READ_CONNECTIVITY - My M08_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S07_READ_CONNECTIVITY - My M08_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S08_READ_CONNECTIVITY - My M08_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S09_READ_CONNECTIVITY - My M08_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S10_READ_CONNECTIVITY - My M08_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S11_READ_CONNECTIVITY - My M08_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S12_READ_CONNECTIVITY - My M08_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S13_READ_CONNECTIVITY - My M08_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S14_READ_CONNECTIVITY - My M08_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M08_S15_READ_CONNECTIVITY - My M08_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S00_READ_CONNECTIVITY - My M09_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S01_READ_CONNECTIVITY - My M09_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S02_READ_CONNECTIVITY - My M09_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S03_READ_CONNECTIVITY - My M09_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S04_READ_CONNECTIVITY - My M09_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S05_READ_CONNECTIVITY - My M09_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S06_READ_CONNECTIVITY - My M09_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S07_READ_CONNECTIVITY - My M09_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S08_READ_CONNECTIVITY - My M09_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S09_READ_CONNECTIVITY - My M09_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S10_READ_CONNECTIVITY - My M09_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S11_READ_CONNECTIVITY - My M09_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S12_READ_CONNECTIVITY - My M09_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S13_READ_CONNECTIVITY - My M09_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S14_READ_CONNECTIVITY - My M09_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M09_S15_READ_CONNECTIVITY - My M09_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S00_READ_CONNECTIVITY - My M10_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S01_READ_CONNECTIVITY - My M10_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S02_READ_CONNECTIVITY - My M10_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S03_READ_CONNECTIVITY - My M10_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S04_READ_CONNECTIVITY - My M10_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S05_READ_CONNECTIVITY - My M10_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S06_READ_CONNECTIVITY - My M10_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S07_READ_CONNECTIVITY - My M10_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S08_READ_CONNECTIVITY - My M10_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S09_READ_CONNECTIVITY - My M10_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S10_READ_CONNECTIVITY - My M10_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S11_READ_CONNECTIVITY - My M10_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S12_READ_CONNECTIVITY - My M10_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S13_READ_CONNECTIVITY - My M10_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S14_READ_CONNECTIVITY - My M10_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M10_S15_READ_CONNECTIVITY - My M10_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S00_READ_CONNECTIVITY - My M11_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S01_READ_CONNECTIVITY - My M11_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S02_READ_CONNECTIVITY - My M11_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S03_READ_CONNECTIVITY - My M11_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S04_READ_CONNECTIVITY - My M11_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S05_READ_CONNECTIVITY - My M11_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S06_READ_CONNECTIVITY - My M11_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S07_READ_CONNECTIVITY - My M11_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S08_READ_CONNECTIVITY - My M11_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S09_READ_CONNECTIVITY - My M11_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S10_READ_CONNECTIVITY - My M11_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S11_READ_CONNECTIVITY - My M11_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S12_READ_CONNECTIVITY - My M11_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S13_READ_CONNECTIVITY - My M11_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S14_READ_CONNECTIVITY - My M11_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M11_S15_READ_CONNECTIVITY - My M11_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S00_READ_CONNECTIVITY - My M12_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S01_READ_CONNECTIVITY - My M12_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S02_READ_CONNECTIVITY - My M12_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S03_READ_CONNECTIVITY - My M12_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S04_READ_CONNECTIVITY - My M12_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S05_READ_CONNECTIVITY - My M12_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S06_READ_CONNECTIVITY - My M12_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S07_READ_CONNECTIVITY - My M12_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S08_READ_CONNECTIVITY - My M12_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S09_READ_CONNECTIVITY - My M12_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S10_READ_CONNECTIVITY - My M12_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S11_READ_CONNECTIVITY - My M12_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S12_READ_CONNECTIVITY - My M12_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S13_READ_CONNECTIVITY - My M12_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S14_READ_CONNECTIVITY - My M12_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M12_S15_READ_CONNECTIVITY - My M12_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S00_READ_CONNECTIVITY - My M13_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S01_READ_CONNECTIVITY - My M13_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S02_READ_CONNECTIVITY - My M13_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S03_READ_CONNECTIVITY - My M13_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S04_READ_CONNECTIVITY - My M13_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S05_READ_CONNECTIVITY - My M13_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S06_READ_CONNECTIVITY - My M13_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S07_READ_CONNECTIVITY - My M13_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S08_READ_CONNECTIVITY - My M13_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S09_READ_CONNECTIVITY - My M13_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S10_READ_CONNECTIVITY - My M13_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S11_READ_CONNECTIVITY - My M13_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S12_READ_CONNECTIVITY - My M13_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S13_READ_CONNECTIVITY - My M13_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S14_READ_CONNECTIVITY - My M13_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M13_S15_READ_CONNECTIVITY - My M13_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S00_READ_CONNECTIVITY - My M14_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S01_READ_CONNECTIVITY - My M14_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S02_READ_CONNECTIVITY - My M14_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S03_READ_CONNECTIVITY - My M14_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S04_READ_CONNECTIVITY - My M14_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S05_READ_CONNECTIVITY - My M14_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S06_READ_CONNECTIVITY - My M14_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S07_READ_CONNECTIVITY - My M14_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S08_READ_CONNECTIVITY - My M14_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S09_READ_CONNECTIVITY - My M14_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S10_READ_CONNECTIVITY - My M14_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S11_READ_CONNECTIVITY - My M14_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S12_READ_CONNECTIVITY - My M14_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S13_READ_CONNECTIVITY - My M14_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S14_READ_CONNECTIVITY - My M14_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M14_S15_READ_CONNECTIVITY - My M14_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S00_READ_CONNECTIVITY - My M15_S00_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S01_READ_CONNECTIVITY - My M15_S01_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S02_READ_CONNECTIVITY - My M15_S02_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S03_READ_CONNECTIVITY - My M15_S03_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S04_READ_CONNECTIVITY - My M15_S04_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S05_READ_CONNECTIVITY - My M15_S05_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S06_READ_CONNECTIVITY - My M15_S06_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S07_READ_CONNECTIVITY - My M15_S07_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S08_READ_CONNECTIVITY - My M15_S08_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S09_READ_CONNECTIVITY - My M15_S09_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S10_READ_CONNECTIVITY - My M15_S10_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S11_READ_CONNECTIVITY - My M15_S11_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S12_READ_CONNECTIVITY - My M15_S12_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S13_READ_CONNECTIVITY - My M15_S13_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S14_READ_CONNECTIVITY - My M15_S14_READ_CONNECTIVITY - 1 - - - - true - - - - - - M15_S15_READ_CONNECTIVITY - My M15_S15_READ_CONNECTIVITY - 1 - - - - true - - - - - - M00_S00_WRITE_CONNECTIVITY - My M00_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S01_WRITE_CONNECTIVITY - My M00_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S02_WRITE_CONNECTIVITY - My M00_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S03_WRITE_CONNECTIVITY - My M00_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S04_WRITE_CONNECTIVITY - My M00_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S05_WRITE_CONNECTIVITY - My M00_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S06_WRITE_CONNECTIVITY - My M00_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S07_WRITE_CONNECTIVITY - My M00_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S08_WRITE_CONNECTIVITY - My M00_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S09_WRITE_CONNECTIVITY - My M00_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S10_WRITE_CONNECTIVITY - My M00_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S11_WRITE_CONNECTIVITY - My M00_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S12_WRITE_CONNECTIVITY - My M00_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S13_WRITE_CONNECTIVITY - My M00_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S14_WRITE_CONNECTIVITY - My M00_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M00_S15_WRITE_CONNECTIVITY - My M00_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S00_WRITE_CONNECTIVITY - My M01_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S01_WRITE_CONNECTIVITY - My M01_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S02_WRITE_CONNECTIVITY - My M01_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S03_WRITE_CONNECTIVITY - My M01_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S04_WRITE_CONNECTIVITY - My M01_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S05_WRITE_CONNECTIVITY - My M01_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S06_WRITE_CONNECTIVITY - My M01_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S07_WRITE_CONNECTIVITY - My M01_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S08_WRITE_CONNECTIVITY - My M01_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S09_WRITE_CONNECTIVITY - My M01_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S10_WRITE_CONNECTIVITY - My M01_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S11_WRITE_CONNECTIVITY - My M01_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S12_WRITE_CONNECTIVITY - My M01_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S13_WRITE_CONNECTIVITY - My M01_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S14_WRITE_CONNECTIVITY - My M01_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M01_S15_WRITE_CONNECTIVITY - My M01_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S00_WRITE_CONNECTIVITY - My M02_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S01_WRITE_CONNECTIVITY - My M02_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S02_WRITE_CONNECTIVITY - My M02_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S03_WRITE_CONNECTIVITY - My M02_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S04_WRITE_CONNECTIVITY - My M02_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S05_WRITE_CONNECTIVITY - My M02_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S06_WRITE_CONNECTIVITY - My M02_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S07_WRITE_CONNECTIVITY - My M02_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S08_WRITE_CONNECTIVITY - My M02_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S09_WRITE_CONNECTIVITY - My M02_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S10_WRITE_CONNECTIVITY - My M02_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S11_WRITE_CONNECTIVITY - My M02_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S12_WRITE_CONNECTIVITY - My M02_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S13_WRITE_CONNECTIVITY - My M02_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S14_WRITE_CONNECTIVITY - My M02_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M02_S15_WRITE_CONNECTIVITY - My M02_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S00_WRITE_CONNECTIVITY - My M03_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S01_WRITE_CONNECTIVITY - My M03_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S02_WRITE_CONNECTIVITY - My M03_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S03_WRITE_CONNECTIVITY - My M03_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S04_WRITE_CONNECTIVITY - My M03_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S05_WRITE_CONNECTIVITY - My M03_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S06_WRITE_CONNECTIVITY - My M03_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S07_WRITE_CONNECTIVITY - My M03_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S08_WRITE_CONNECTIVITY - My M03_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S09_WRITE_CONNECTIVITY - My M03_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S10_WRITE_CONNECTIVITY - My M03_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S11_WRITE_CONNECTIVITY - My M03_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S12_WRITE_CONNECTIVITY - My M03_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S13_WRITE_CONNECTIVITY - My M03_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S14_WRITE_CONNECTIVITY - My M03_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M03_S15_WRITE_CONNECTIVITY - My M03_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S00_WRITE_CONNECTIVITY - My M04_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S01_WRITE_CONNECTIVITY - My M04_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S02_WRITE_CONNECTIVITY - My M04_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S03_WRITE_CONNECTIVITY - My M04_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S04_WRITE_CONNECTIVITY - My M04_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S05_WRITE_CONNECTIVITY - My M04_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S06_WRITE_CONNECTIVITY - My M04_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S07_WRITE_CONNECTIVITY - My M04_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S08_WRITE_CONNECTIVITY - My M04_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S09_WRITE_CONNECTIVITY - My M04_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S10_WRITE_CONNECTIVITY - My M04_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S11_WRITE_CONNECTIVITY - My M04_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S12_WRITE_CONNECTIVITY - My M04_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S13_WRITE_CONNECTIVITY - My M04_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S14_WRITE_CONNECTIVITY - My M04_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M04_S15_WRITE_CONNECTIVITY - My M04_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S00_WRITE_CONNECTIVITY - My M05_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S01_WRITE_CONNECTIVITY - My M05_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S02_WRITE_CONNECTIVITY - My M05_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S03_WRITE_CONNECTIVITY - My M05_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S04_WRITE_CONNECTIVITY - My M05_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S05_WRITE_CONNECTIVITY - My M05_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S06_WRITE_CONNECTIVITY - My M05_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S07_WRITE_CONNECTIVITY - My M05_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S08_WRITE_CONNECTIVITY - My M05_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S09_WRITE_CONNECTIVITY - My M05_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S10_WRITE_CONNECTIVITY - My M05_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S11_WRITE_CONNECTIVITY - My M05_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S12_WRITE_CONNECTIVITY - My M05_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S13_WRITE_CONNECTIVITY - My M05_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S14_WRITE_CONNECTIVITY - My M05_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M05_S15_WRITE_CONNECTIVITY - My M05_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S00_WRITE_CONNECTIVITY - My M06_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S01_WRITE_CONNECTIVITY - My M06_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S02_WRITE_CONNECTIVITY - My M06_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S03_WRITE_CONNECTIVITY - My M06_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S04_WRITE_CONNECTIVITY - My M06_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S05_WRITE_CONNECTIVITY - My M06_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S06_WRITE_CONNECTIVITY - My M06_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S07_WRITE_CONNECTIVITY - My M06_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S08_WRITE_CONNECTIVITY - My M06_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S09_WRITE_CONNECTIVITY - My M06_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S10_WRITE_CONNECTIVITY - My M06_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S11_WRITE_CONNECTIVITY - My M06_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S12_WRITE_CONNECTIVITY - My M06_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S13_WRITE_CONNECTIVITY - My M06_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S14_WRITE_CONNECTIVITY - My M06_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M06_S15_WRITE_CONNECTIVITY - My M06_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S00_WRITE_CONNECTIVITY - My M07_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S01_WRITE_CONNECTIVITY - My M07_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S02_WRITE_CONNECTIVITY - My M07_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S03_WRITE_CONNECTIVITY - My M07_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S04_WRITE_CONNECTIVITY - My M07_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S05_WRITE_CONNECTIVITY - My M07_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S06_WRITE_CONNECTIVITY - My M07_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S07_WRITE_CONNECTIVITY - My M07_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S08_WRITE_CONNECTIVITY - My M07_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S09_WRITE_CONNECTIVITY - My M07_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S10_WRITE_CONNECTIVITY - My M07_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S11_WRITE_CONNECTIVITY - My M07_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S12_WRITE_CONNECTIVITY - My M07_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S13_WRITE_CONNECTIVITY - My M07_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S14_WRITE_CONNECTIVITY - My M07_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M07_S15_WRITE_CONNECTIVITY - My M07_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S00_WRITE_CONNECTIVITY - My M08_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S01_WRITE_CONNECTIVITY - My M08_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S02_WRITE_CONNECTIVITY - My M08_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S03_WRITE_CONNECTIVITY - My M08_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S04_WRITE_CONNECTIVITY - My M08_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S05_WRITE_CONNECTIVITY - My M08_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S06_WRITE_CONNECTIVITY - My M08_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S07_WRITE_CONNECTIVITY - My M08_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S08_WRITE_CONNECTIVITY - My M08_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S09_WRITE_CONNECTIVITY - My M08_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S10_WRITE_CONNECTIVITY - My M08_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S11_WRITE_CONNECTIVITY - My M08_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S12_WRITE_CONNECTIVITY - My M08_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S13_WRITE_CONNECTIVITY - My M08_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S14_WRITE_CONNECTIVITY - My M08_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M08_S15_WRITE_CONNECTIVITY - My M08_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S00_WRITE_CONNECTIVITY - My M09_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S01_WRITE_CONNECTIVITY - My M09_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S02_WRITE_CONNECTIVITY - My M09_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S03_WRITE_CONNECTIVITY - My M09_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S04_WRITE_CONNECTIVITY - My M09_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S05_WRITE_CONNECTIVITY - My M09_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S06_WRITE_CONNECTIVITY - My M09_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S07_WRITE_CONNECTIVITY - My M09_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S08_WRITE_CONNECTIVITY - My M09_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S09_WRITE_CONNECTIVITY - My M09_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S10_WRITE_CONNECTIVITY - My M09_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S11_WRITE_CONNECTIVITY - My M09_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S12_WRITE_CONNECTIVITY - My M09_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S13_WRITE_CONNECTIVITY - My M09_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S14_WRITE_CONNECTIVITY - My M09_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M09_S15_WRITE_CONNECTIVITY - My M09_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S00_WRITE_CONNECTIVITY - My M10_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S01_WRITE_CONNECTIVITY - My M10_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S02_WRITE_CONNECTIVITY - My M10_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S03_WRITE_CONNECTIVITY - My M10_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S04_WRITE_CONNECTIVITY - My M10_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S05_WRITE_CONNECTIVITY - My M10_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S06_WRITE_CONNECTIVITY - My M10_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S07_WRITE_CONNECTIVITY - My M10_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S08_WRITE_CONNECTIVITY - My M10_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S09_WRITE_CONNECTIVITY - My M10_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S10_WRITE_CONNECTIVITY - My M10_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S11_WRITE_CONNECTIVITY - My M10_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S12_WRITE_CONNECTIVITY - My M10_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S13_WRITE_CONNECTIVITY - My M10_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S14_WRITE_CONNECTIVITY - My M10_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M10_S15_WRITE_CONNECTIVITY - My M10_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S00_WRITE_CONNECTIVITY - My M11_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S01_WRITE_CONNECTIVITY - My M11_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S02_WRITE_CONNECTIVITY - My M11_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S03_WRITE_CONNECTIVITY - My M11_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S04_WRITE_CONNECTIVITY - My M11_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S05_WRITE_CONNECTIVITY - My M11_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S06_WRITE_CONNECTIVITY - My M11_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S07_WRITE_CONNECTIVITY - My M11_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S08_WRITE_CONNECTIVITY - My M11_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S09_WRITE_CONNECTIVITY - My M11_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S10_WRITE_CONNECTIVITY - My M11_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S11_WRITE_CONNECTIVITY - My M11_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S12_WRITE_CONNECTIVITY - My M11_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S13_WRITE_CONNECTIVITY - My M11_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S14_WRITE_CONNECTIVITY - My M11_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M11_S15_WRITE_CONNECTIVITY - My M11_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S00_WRITE_CONNECTIVITY - My M12_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S01_WRITE_CONNECTIVITY - My M12_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S02_WRITE_CONNECTIVITY - My M12_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S03_WRITE_CONNECTIVITY - My M12_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S04_WRITE_CONNECTIVITY - My M12_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S05_WRITE_CONNECTIVITY - My M12_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S06_WRITE_CONNECTIVITY - My M12_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S07_WRITE_CONNECTIVITY - My M12_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S08_WRITE_CONNECTIVITY - My M12_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S09_WRITE_CONNECTIVITY - My M12_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S10_WRITE_CONNECTIVITY - My M12_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S11_WRITE_CONNECTIVITY - My M12_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S12_WRITE_CONNECTIVITY - My M12_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S13_WRITE_CONNECTIVITY - My M12_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S14_WRITE_CONNECTIVITY - My M12_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M12_S15_WRITE_CONNECTIVITY - My M12_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S00_WRITE_CONNECTIVITY - My M13_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S01_WRITE_CONNECTIVITY - My M13_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S02_WRITE_CONNECTIVITY - My M13_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S03_WRITE_CONNECTIVITY - My M13_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S04_WRITE_CONNECTIVITY - My M13_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S05_WRITE_CONNECTIVITY - My M13_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S06_WRITE_CONNECTIVITY - My M13_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S07_WRITE_CONNECTIVITY - My M13_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S08_WRITE_CONNECTIVITY - My M13_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S09_WRITE_CONNECTIVITY - My M13_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S10_WRITE_CONNECTIVITY - My M13_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S11_WRITE_CONNECTIVITY - My M13_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S12_WRITE_CONNECTIVITY - My M13_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S13_WRITE_CONNECTIVITY - My M13_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S14_WRITE_CONNECTIVITY - My M13_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M13_S15_WRITE_CONNECTIVITY - My M13_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S00_WRITE_CONNECTIVITY - My M14_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S01_WRITE_CONNECTIVITY - My M14_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S02_WRITE_CONNECTIVITY - My M14_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S03_WRITE_CONNECTIVITY - My M14_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S04_WRITE_CONNECTIVITY - My M14_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S05_WRITE_CONNECTIVITY - My M14_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S06_WRITE_CONNECTIVITY - My M14_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S07_WRITE_CONNECTIVITY - My M14_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S08_WRITE_CONNECTIVITY - My M14_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S09_WRITE_CONNECTIVITY - My M14_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S10_WRITE_CONNECTIVITY - My M14_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S11_WRITE_CONNECTIVITY - My M14_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S12_WRITE_CONNECTIVITY - My M14_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S13_WRITE_CONNECTIVITY - My M14_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S14_WRITE_CONNECTIVITY - My M14_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M14_S15_WRITE_CONNECTIVITY - My M14_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S00_WRITE_CONNECTIVITY - My M15_S00_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S01_WRITE_CONNECTIVITY - My M15_S01_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S02_WRITE_CONNECTIVITY - My M15_S02_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S03_WRITE_CONNECTIVITY - My M15_S03_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S04_WRITE_CONNECTIVITY - My M15_S04_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S05_WRITE_CONNECTIVITY - My M15_S05_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S06_WRITE_CONNECTIVITY - My M15_S06_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S07_WRITE_CONNECTIVITY - My M15_S07_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S08_WRITE_CONNECTIVITY - My M15_S08_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S09_WRITE_CONNECTIVITY - My M15_S09_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S10_WRITE_CONNECTIVITY - My M15_S10_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S11_WRITE_CONNECTIVITY - My M15_S11_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S12_WRITE_CONNECTIVITY - My M15_S12_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S13_WRITE_CONNECTIVITY - My M15_S13_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S14_WRITE_CONNECTIVITY - My M15_S14_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - M15_S15_WRITE_CONNECTIVITY - My M15_S15_WRITE_CONNECTIVITY - 1 - - - - true - - - - - - S00_THREAD_ID_WIDTH - My S00_THREAD_ID_WIDTH - 0 - - - - false - - - - - - S01_THREAD_ID_WIDTH - My S01_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S02_THREAD_ID_WIDTH - My S02_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S03_THREAD_ID_WIDTH - My S03_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S04_THREAD_ID_WIDTH - My S04_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S05_THREAD_ID_WIDTH - My S05_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S06_THREAD_ID_WIDTH - My S06_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S07_THREAD_ID_WIDTH - My S07_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S08_THREAD_ID_WIDTH - My S08_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S09_THREAD_ID_WIDTH - My S09_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S10_THREAD_ID_WIDTH - My S10_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S11_THREAD_ID_WIDTH - My S11_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S12_THREAD_ID_WIDTH - My S12_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S13_THREAD_ID_WIDTH - My S13_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S14_THREAD_ID_WIDTH - My S14_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S15_THREAD_ID_WIDTH - My S15_THREAD_ID_WIDTH - 0 - - - - true - - - - - - S00_WRITE_ACCEPTANCE - My S00_WRITE_ACCEPTANCE - 4 - - - - false - - - - - - S01_WRITE_ACCEPTANCE - My S01_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S02_WRITE_ACCEPTANCE - My S02_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S03_WRITE_ACCEPTANCE - My S03_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S04_WRITE_ACCEPTANCE - My S04_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S05_WRITE_ACCEPTANCE - My S05_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S06_WRITE_ACCEPTANCE - My S06_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S07_WRITE_ACCEPTANCE - My S07_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S08_WRITE_ACCEPTANCE - My S08_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S09_WRITE_ACCEPTANCE - My S09_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S10_WRITE_ACCEPTANCE - My S10_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S11_WRITE_ACCEPTANCE - My S11_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S12_WRITE_ACCEPTANCE - My S12_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S13_WRITE_ACCEPTANCE - My S13_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S14_WRITE_ACCEPTANCE - My S14_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S15_WRITE_ACCEPTANCE - My S15_WRITE_ACCEPTANCE - 4 - - - - true - - - - - - S00_READ_ACCEPTANCE - My S00_READ_ACCEPTANCE - 4 - - - - false - - - - - - S01_READ_ACCEPTANCE - My S01_READ_ACCEPTANCE - 4 - - - - true - - - - - - S02_READ_ACCEPTANCE - My S02_READ_ACCEPTANCE - 4 - - - - true - - - - - - S03_READ_ACCEPTANCE - My S03_READ_ACCEPTANCE - 4 - - - - true - - - - - - S04_READ_ACCEPTANCE - My S04_READ_ACCEPTANCE - 4 - - - - true - - - - - - S05_READ_ACCEPTANCE - My S05_READ_ACCEPTANCE - 4 - - - - true - - - - - - S06_READ_ACCEPTANCE - My S06_READ_ACCEPTANCE - 4 - - - - true - - - - - - S07_READ_ACCEPTANCE - My S07_READ_ACCEPTANCE - 4 - - - - true - - - - - - S08_READ_ACCEPTANCE - My S08_READ_ACCEPTANCE - 4 - - - - true - - - - - - S09_READ_ACCEPTANCE - My S09_READ_ACCEPTANCE - 4 - - - - true - - - - - - S10_READ_ACCEPTANCE - My S10_READ_ACCEPTANCE - 4 - - - - true - - - - - - S11_READ_ACCEPTANCE - My S11_READ_ACCEPTANCE - 4 - - - - true - - - - - - S12_READ_ACCEPTANCE - My S12_READ_ACCEPTANCE - 4 - - - - true - - - - - - S13_READ_ACCEPTANCE - My S13_READ_ACCEPTANCE - 4 - - - - true - - - - - - S14_READ_ACCEPTANCE - My S14_READ_ACCEPTANCE - 4 - - - - true - - - - - - S15_READ_ACCEPTANCE - My S15_READ_ACCEPTANCE - 4 - - - - true - - - - - - M00_WRITE_ISSUING - My M00_WRITE_ISSUING - 8 - - - - false - - - - - - M01_WRITE_ISSUING - My M01_WRITE_ISSUING - 8 - - - - false - - - - - - M02_WRITE_ISSUING - My M02_WRITE_ISSUING - 8 - - - - true - - - - - - M03_WRITE_ISSUING - My M03_WRITE_ISSUING - 8 - - - - true - - - - - - M04_WRITE_ISSUING - My M04_WRITE_ISSUING - 8 - - - - true - - - - - - M05_WRITE_ISSUING - My M05_WRITE_ISSUING - 8 - - - - true - - - - - - M06_WRITE_ISSUING - My M06_WRITE_ISSUING - 8 - - - - true - - - - - - M07_WRITE_ISSUING - My M07_WRITE_ISSUING - 8 - - - - true - - - - - - M08_WRITE_ISSUING - My M08_WRITE_ISSUING - 8 - - - - true - - - - - - M09_WRITE_ISSUING - My M09_WRITE_ISSUING - 8 - - - - true - - - - - - M10_WRITE_ISSUING - My M10_WRITE_ISSUING - 8 - - - - true - - - - - - M11_WRITE_ISSUING - My M11_WRITE_ISSUING - 8 - - - - true - - - - - - M12_WRITE_ISSUING - My M12_WRITE_ISSUING - 8 - - - - true - - - - - - M13_WRITE_ISSUING - My M13_WRITE_ISSUING - 8 - - - - true - - - - - - M14_WRITE_ISSUING - My M14_WRITE_ISSUING - 8 - - - - true - - - - - - M15_WRITE_ISSUING - My M15_WRITE_ISSUING - 8 - - - - true - - - - - - M00_READ_ISSUING - My M00_READ_ISSUING - 8 - - - - false - - - - - - M01_READ_ISSUING - My M01_READ_ISSUING - 8 - - - - false - - - - - - M02_READ_ISSUING - My M02_READ_ISSUING - 8 - - - - true - - - - - - M03_READ_ISSUING - My M03_READ_ISSUING - 8 - - - - true - - - - - - M04_READ_ISSUING - My M04_READ_ISSUING - 8 - - - - true - - - - - - M05_READ_ISSUING - My M05_READ_ISSUING - 8 - - - - true - - - - - - M06_READ_ISSUING - My M06_READ_ISSUING - 8 - - - - true - - - - - - M07_READ_ISSUING - My M07_READ_ISSUING - 8 - - - - true - - - - - - M08_READ_ISSUING - My M08_READ_ISSUING - 8 - - - - true - - - - - - M09_READ_ISSUING - My M09_READ_ISSUING - 8 - - - - true - - - - - - M10_READ_ISSUING - My M10_READ_ISSUING - 8 - - - - true - - - - - - M11_READ_ISSUING - My M11_READ_ISSUING - 8 - - - - true - - - - - - M12_READ_ISSUING - My M12_READ_ISSUING - 8 - - - - true - - - - - - M13_READ_ISSUING - My M13_READ_ISSUING - 8 - - - - true - - - - - - M14_READ_ISSUING - My M14_READ_ISSUING - 8 - - - - true - - - - - - M15_READ_ISSUING - My M15_READ_ISSUING - 8 - - - - true - - - - - - S00_ARB_PRIORITY - My S00_ARB_PRIORITY - 0 - - - - true - - - - - - S01_ARB_PRIORITY - My S01_ARB_PRIORITY - 0 - - - - true - - - - - - S02_ARB_PRIORITY - My S02_ARB_PRIORITY - 0 - - - - true - - - - - - S03_ARB_PRIORITY - My S03_ARB_PRIORITY - 0 - - - - true - - - - - - S04_ARB_PRIORITY - My S04_ARB_PRIORITY - 0 - - - - true - - - - - - S05_ARB_PRIORITY - My S05_ARB_PRIORITY - 0 - - - - true - - - - - - S06_ARB_PRIORITY - My S06_ARB_PRIORITY - 0 - - - - true - - - - - - S07_ARB_PRIORITY - My S07_ARB_PRIORITY - 0 - - - - true - - - - - - S08_ARB_PRIORITY - My S08_ARB_PRIORITY - 0 - - - - true - - - - - - S09_ARB_PRIORITY - My S09_ARB_PRIORITY - 0 - - - - true - - - - - - S10_ARB_PRIORITY - My S10_ARB_PRIORITY - 0 - - - - true - - - - - - S11_ARB_PRIORITY - My S11_ARB_PRIORITY - 0 - - - - true - - - - - - S12_ARB_PRIORITY - My S12_ARB_PRIORITY - 0 - - - - true - - - - - - S13_ARB_PRIORITY - My S13_ARB_PRIORITY - 0 - - - - true - - - - - - S14_ARB_PRIORITY - My S14_ARB_PRIORITY - 0 - - - - true - - - - - - S15_ARB_PRIORITY - My S15_ARB_PRIORITY - 0 - - - - true - - - - - - M00_ERR_MODE - My M00_ERR_MODE - 0 - - - - true - - - - - - M01_ERR_MODE - My M01_ERR_MODE - 0 - - - - true - - - - - - M02_ERR_MODE - My M02_ERR_MODE - 0 - - - - true - - - - - - M03_ERR_MODE - My M03_ERR_MODE - 0 - - - - true - - - - - - M04_ERR_MODE - My M04_ERR_MODE - 0 - - - - true - - - - - - M05_ERR_MODE - My M05_ERR_MODE - 0 - - - - true - - - - - - M06_ERR_MODE - My M06_ERR_MODE - 0 - - - - true - - - - - - M07_ERR_MODE - My M07_ERR_MODE - 0 - - - - true - - - - - - M08_ERR_MODE - My M08_ERR_MODE - 0 - - - - true - - - - - - M09_ERR_MODE - My M09_ERR_MODE - 0 - - - - true - - - - - - M10_ERR_MODE - My M10_ERR_MODE - 0 - - - - true - - - - - - M11_ERR_MODE - My M11_ERR_MODE - 0 - - - - true - - - - - - M12_ERR_MODE - My M12_ERR_MODE - 0 - - - - true - - - - - - M13_ERR_MODE - My M13_ERR_MODE - 0 - - - - true - - - - - - M14_ERR_MODE - My M14_ERR_MODE - 0 - - - - true - - - - - - M15_ERR_MODE - My M15_ERR_MODE - 0 - - - - true - - - - - - S00_SINGLE_THREAD - My S00_SINGLE_THREAD - 1 - - - - false - - - - - - S01_SINGLE_THREAD - My S01_SINGLE_THREAD - 0 - - - - true - - - - - - S02_SINGLE_THREAD - My S02_SINGLE_THREAD - 0 - - - - true - - - - - - S03_SINGLE_THREAD - My S03_SINGLE_THREAD - 0 - - - - true - - - - - - S04_SINGLE_THREAD - My S04_SINGLE_THREAD - 0 - - - - true - - - - - - S05_SINGLE_THREAD - My S05_SINGLE_THREAD - 0 - - - - true - - - - - - S06_SINGLE_THREAD - My S06_SINGLE_THREAD - 0 - - - - true - - - - - - S07_SINGLE_THREAD - My S07_SINGLE_THREAD - 0 - - - - true - - - - - - S08_SINGLE_THREAD - My S08_SINGLE_THREAD - 0 - - - - true - - - - - - S09_SINGLE_THREAD - My S09_SINGLE_THREAD - 0 - - - - true - - - - - - S10_SINGLE_THREAD - My S10_SINGLE_THREAD - 0 - - - - true - - - - - - S11_SINGLE_THREAD - My S11_SINGLE_THREAD - 0 - - - - true - - - - - - S12_SINGLE_THREAD - My S12_SINGLE_THREAD - 0 - - - - true - - - - - - S13_SINGLE_THREAD - My S13_SINGLE_THREAD - 0 - - - - true - - - - - - S14_SINGLE_THREAD - My S14_SINGLE_THREAD - 0 - - - - true - - - - - - S15_SINGLE_THREAD - My S15_SINGLE_THREAD - 0 - - - - true - - - - - - M00_SECURE - My M00_SECURE - 0 - - - - true - - - - - - M01_SECURE - My M01_SECURE - 0 - - - - true - - - - - - M02_SECURE - My M02_SECURE - 0 - - - - true - - - - - - M03_SECURE - My M03_SECURE - 0 - - - - true - - - - - - M04_SECURE - My M04_SECURE - 0 - - - - true - - - - - - M05_SECURE - My M05_SECURE - 0 - - - - true - - - - - - M06_SECURE - My M06_SECURE - 0 - - - - true - - - - - - M07_SECURE - My M07_SECURE - 0 - - - - true - - - - - - M08_SECURE - My M08_SECURE - 0 - - - - true - - - - - - M09_SECURE - My M09_SECURE - 0 - - - - true - - - - - - M10_SECURE - My M10_SECURE - 0 - - - - true - - - - - - M11_SECURE - My M11_SECURE - 0 - - - - true - - - - - - M12_SECURE - My M12_SECURE - 0 - - - - true - - - - - - M13_SECURE - My M13_SECURE - 0 - - - - true - - - - - - M14_SECURE - My M14_SECURE - 0 - - - - true - - - - - - M15_SECURE - My M15_SECURE - 0 - - - - true - - - - - - S00_BASE_ID - My S00_BASE_ID - 0x00000000 - - - - false - - - - - - S01_BASE_ID - My S01_BASE_ID - 0x00000001 - - - - true - - - - - - S02_BASE_ID - My S02_BASE_ID - 0x00000002 - - - - true - - - - - - S03_BASE_ID - My S03_BASE_ID - 0x00000003 - - - - true - - - - - - S04_BASE_ID - My S04_BASE_ID - 0x00000004 - - - - true - - - - - - S05_BASE_ID - My S05_BASE_ID - 0x00000005 - - - - true - - - - - - S06_BASE_ID - My S06_BASE_ID - 0x00000006 - - - - true - - - - - - S07_BASE_ID - My S07_BASE_ID - 0x00000007 - - - - true - - - - - - S08_BASE_ID - My S08_BASE_ID - 0x00000008 - - - - true - - - - - - S09_BASE_ID - My S09_BASE_ID - 0x00000009 - - - - true - - - - - - S10_BASE_ID - My S10_BASE_ID - 0x0000000a - - - - true - - - - - - S11_BASE_ID - My S11_BASE_ID - 0x0000000b - - - - true - - - - - - S12_BASE_ID - My S12_BASE_ID - 0x0000000c - - - - true - - - - - - S13_BASE_ID - My S13_BASE_ID - 0x0000000d - - - - true - - - - - - S14_BASE_ID - My S14_BASE_ID - 0x0000000e - - - - true - - - - - - S15_BASE_ID - My S15_BASE_ID - 0x0000000f - - - - true - - - - - - M00_A00_BASE_ADDR - My M00_A00_BASE_ADDR - 0x0000000043C00000 - - - - true - - - - - - M00_A01_BASE_ADDR - My M00_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A02_BASE_ADDR - My M00_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A03_BASE_ADDR - My M00_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A04_BASE_ADDR - My M00_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A05_BASE_ADDR - My M00_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A06_BASE_ADDR - My M00_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A07_BASE_ADDR - My M00_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A08_BASE_ADDR - My M00_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A09_BASE_ADDR - My M00_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A10_BASE_ADDR - My M00_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A11_BASE_ADDR - My M00_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A12_BASE_ADDR - My M00_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A13_BASE_ADDR - My M00_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A14_BASE_ADDR - My M00_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A15_BASE_ADDR - My M00_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A00_BASE_ADDR - My M01_A00_BASE_ADDR - 0x0000000043C10000 - - - - true - - - - - - M01_A01_BASE_ADDR - My M01_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A02_BASE_ADDR - My M01_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A03_BASE_ADDR - My M01_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A04_BASE_ADDR - My M01_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A05_BASE_ADDR - My M01_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A06_BASE_ADDR - My M01_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A07_BASE_ADDR - My M01_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A08_BASE_ADDR - My M01_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A09_BASE_ADDR - My M01_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A10_BASE_ADDR - My M01_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A11_BASE_ADDR - My M01_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A12_BASE_ADDR - My M01_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A13_BASE_ADDR - My M01_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A14_BASE_ADDR - My M01_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M01_A15_BASE_ADDR - My M01_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A00_BASE_ADDR - My M02_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A01_BASE_ADDR - My M02_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A02_BASE_ADDR - My M02_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A03_BASE_ADDR - My M02_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A04_BASE_ADDR - My M02_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A05_BASE_ADDR - My M02_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A06_BASE_ADDR - My M02_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A07_BASE_ADDR - My M02_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A08_BASE_ADDR - My M02_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A09_BASE_ADDR - My M02_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A10_BASE_ADDR - My M02_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A11_BASE_ADDR - My M02_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A12_BASE_ADDR - My M02_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A13_BASE_ADDR - My M02_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A14_BASE_ADDR - My M02_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M02_A15_BASE_ADDR - My M02_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A00_BASE_ADDR - My M03_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A01_BASE_ADDR - My M03_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A02_BASE_ADDR - My M03_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A03_BASE_ADDR - My M03_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A04_BASE_ADDR - My M03_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A05_BASE_ADDR - My M03_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A06_BASE_ADDR - My M03_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A07_BASE_ADDR - My M03_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A08_BASE_ADDR - My M03_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A09_BASE_ADDR - My M03_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A10_BASE_ADDR - My M03_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A11_BASE_ADDR - My M03_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A12_BASE_ADDR - My M03_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A13_BASE_ADDR - My M03_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A14_BASE_ADDR - My M03_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M03_A15_BASE_ADDR - My M03_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A00_BASE_ADDR - My M04_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A01_BASE_ADDR - My M04_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A02_BASE_ADDR - My M04_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A03_BASE_ADDR - My M04_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A04_BASE_ADDR - My M04_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A05_BASE_ADDR - My M04_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A06_BASE_ADDR - My M04_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A07_BASE_ADDR - My M04_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A08_BASE_ADDR - My M04_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A09_BASE_ADDR - My M04_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A10_BASE_ADDR - My M04_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A11_BASE_ADDR - My M04_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A12_BASE_ADDR - My M04_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A13_BASE_ADDR - My M04_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A14_BASE_ADDR - My M04_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M04_A15_BASE_ADDR - My M04_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A00_BASE_ADDR - My M05_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A01_BASE_ADDR - My M05_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A02_BASE_ADDR - My M05_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A03_BASE_ADDR - My M05_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A04_BASE_ADDR - My M05_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A05_BASE_ADDR - My M05_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A06_BASE_ADDR - My M05_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A07_BASE_ADDR - My M05_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A08_BASE_ADDR - My M05_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A09_BASE_ADDR - My M05_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A10_BASE_ADDR - My M05_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A11_BASE_ADDR - My M05_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A12_BASE_ADDR - My M05_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A13_BASE_ADDR - My M05_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A14_BASE_ADDR - My M05_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M05_A15_BASE_ADDR - My M05_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A00_BASE_ADDR - My M06_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A01_BASE_ADDR - My M06_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A02_BASE_ADDR - My M06_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A03_BASE_ADDR - My M06_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A04_BASE_ADDR - My M06_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A05_BASE_ADDR - My M06_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A06_BASE_ADDR - My M06_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A07_BASE_ADDR - My M06_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A08_BASE_ADDR - My M06_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A09_BASE_ADDR - My M06_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A10_BASE_ADDR - My M06_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A11_BASE_ADDR - My M06_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A12_BASE_ADDR - My M06_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A13_BASE_ADDR - My M06_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A14_BASE_ADDR - My M06_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M06_A15_BASE_ADDR - My M06_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A00_BASE_ADDR - My M07_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A01_BASE_ADDR - My M07_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A02_BASE_ADDR - My M07_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A03_BASE_ADDR - My M07_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A04_BASE_ADDR - My M07_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A05_BASE_ADDR - My M07_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A06_BASE_ADDR - My M07_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A07_BASE_ADDR - My M07_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A08_BASE_ADDR - My M07_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A09_BASE_ADDR - My M07_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A10_BASE_ADDR - My M07_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A11_BASE_ADDR - My M07_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A12_BASE_ADDR - My M07_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A13_BASE_ADDR - My M07_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A14_BASE_ADDR - My M07_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M07_A15_BASE_ADDR - My M07_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A00_BASE_ADDR - My M08_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A01_BASE_ADDR - My M08_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A02_BASE_ADDR - My M08_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A03_BASE_ADDR - My M08_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A04_BASE_ADDR - My M08_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A05_BASE_ADDR - My M08_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A06_BASE_ADDR - My M08_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A07_BASE_ADDR - My M08_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A08_BASE_ADDR - My M08_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A09_BASE_ADDR - My M08_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A10_BASE_ADDR - My M08_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A11_BASE_ADDR - My M08_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A12_BASE_ADDR - My M08_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A13_BASE_ADDR - My M08_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A14_BASE_ADDR - My M08_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M08_A15_BASE_ADDR - My M08_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A00_BASE_ADDR - My M09_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A01_BASE_ADDR - My M09_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A02_BASE_ADDR - My M09_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A03_BASE_ADDR - My M09_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A04_BASE_ADDR - My M09_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A05_BASE_ADDR - My M09_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A06_BASE_ADDR - My M09_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A07_BASE_ADDR - My M09_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A08_BASE_ADDR - My M09_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A09_BASE_ADDR - My M09_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A10_BASE_ADDR - My M09_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A11_BASE_ADDR - My M09_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A12_BASE_ADDR - My M09_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A13_BASE_ADDR - My M09_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A14_BASE_ADDR - My M09_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M09_A15_BASE_ADDR - My M09_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A00_BASE_ADDR - My M10_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A01_BASE_ADDR - My M10_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A02_BASE_ADDR - My M10_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A03_BASE_ADDR - My M10_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A04_BASE_ADDR - My M10_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A05_BASE_ADDR - My M10_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A06_BASE_ADDR - My M10_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A07_BASE_ADDR - My M10_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A08_BASE_ADDR - My M10_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A09_BASE_ADDR - My M10_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A10_BASE_ADDR - My M10_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A11_BASE_ADDR - My M10_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A12_BASE_ADDR - My M10_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A13_BASE_ADDR - My M10_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A14_BASE_ADDR - My M10_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M10_A15_BASE_ADDR - My M10_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A00_BASE_ADDR - My M11_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A01_BASE_ADDR - My M11_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A02_BASE_ADDR - My M11_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A03_BASE_ADDR - My M11_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A04_BASE_ADDR - My M11_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A05_BASE_ADDR - My M11_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A06_BASE_ADDR - My M11_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A07_BASE_ADDR - My M11_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A08_BASE_ADDR - My M11_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A09_BASE_ADDR - My M11_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A10_BASE_ADDR - My M11_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A11_BASE_ADDR - My M11_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A12_BASE_ADDR - My M11_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A13_BASE_ADDR - My M11_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A14_BASE_ADDR - My M11_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M11_A15_BASE_ADDR - My M11_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A00_BASE_ADDR - My M12_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A01_BASE_ADDR - My M12_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A02_BASE_ADDR - My M12_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A03_BASE_ADDR - My M12_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A04_BASE_ADDR - My M12_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A05_BASE_ADDR - My M12_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A06_BASE_ADDR - My M12_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A07_BASE_ADDR - My M12_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A08_BASE_ADDR - My M12_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A09_BASE_ADDR - My M12_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A10_BASE_ADDR - My M12_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A11_BASE_ADDR - My M12_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A12_BASE_ADDR - My M12_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A13_BASE_ADDR - My M12_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A14_BASE_ADDR - My M12_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M12_A15_BASE_ADDR - My M12_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A00_BASE_ADDR - My M13_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A01_BASE_ADDR - My M13_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A02_BASE_ADDR - My M13_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A03_BASE_ADDR - My M13_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A04_BASE_ADDR - My M13_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A05_BASE_ADDR - My M13_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A06_BASE_ADDR - My M13_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A07_BASE_ADDR - My M13_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A08_BASE_ADDR - My M13_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A09_BASE_ADDR - My M13_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A10_BASE_ADDR - My M13_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A11_BASE_ADDR - My M13_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A12_BASE_ADDR - My M13_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A13_BASE_ADDR - My M13_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A14_BASE_ADDR - My M13_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M13_A15_BASE_ADDR - My M13_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A00_BASE_ADDR - My M14_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A01_BASE_ADDR - My M14_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A02_BASE_ADDR - My M14_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A03_BASE_ADDR - My M14_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A04_BASE_ADDR - My M14_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A05_BASE_ADDR - My M14_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A06_BASE_ADDR - My M14_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A07_BASE_ADDR - My M14_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A08_BASE_ADDR - My M14_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A09_BASE_ADDR - My M14_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A10_BASE_ADDR - My M14_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A11_BASE_ADDR - My M14_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A12_BASE_ADDR - My M14_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A13_BASE_ADDR - My M14_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A14_BASE_ADDR - My M14_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M14_A15_BASE_ADDR - My M14_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A00_BASE_ADDR - My M15_A00_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A01_BASE_ADDR - My M15_A01_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A02_BASE_ADDR - My M15_A02_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A03_BASE_ADDR - My M15_A03_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A04_BASE_ADDR - My M15_A04_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A05_BASE_ADDR - My M15_A05_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A06_BASE_ADDR - My M15_A06_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A07_BASE_ADDR - My M15_A07_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A08_BASE_ADDR - My M15_A08_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A09_BASE_ADDR - My M15_A09_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A10_BASE_ADDR - My M15_A10_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A11_BASE_ADDR - My M15_A11_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A12_BASE_ADDR - My M15_A12_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A13_BASE_ADDR - My M15_A13_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A14_BASE_ADDR - My M15_A14_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M15_A15_BASE_ADDR - My M15_A15_BASE_ADDR - 0xffffffffffffffff - - - - true - - - - - - M00_A00_ADDR_WIDTH - My M00_A00_ADDR_WIDTH - 16 - - - - true - - - - - - M00_A01_ADDR_WIDTH - My M00_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A02_ADDR_WIDTH - My M00_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A03_ADDR_WIDTH - My M00_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A04_ADDR_WIDTH - My M00_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A05_ADDR_WIDTH - My M00_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A06_ADDR_WIDTH - My M00_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A07_ADDR_WIDTH - My M00_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A08_ADDR_WIDTH - My M00_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A09_ADDR_WIDTH - My M00_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A10_ADDR_WIDTH - My M00_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A11_ADDR_WIDTH - My M00_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A12_ADDR_WIDTH - My M00_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A13_ADDR_WIDTH - My M00_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A14_ADDR_WIDTH - My M00_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M00_A15_ADDR_WIDTH - My M00_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A00_ADDR_WIDTH - My M01_A00_ADDR_WIDTH - 16 - - - - true - - - - - - M01_A01_ADDR_WIDTH - My M01_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A02_ADDR_WIDTH - My M01_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A03_ADDR_WIDTH - My M01_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A04_ADDR_WIDTH - My M01_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A05_ADDR_WIDTH - My M01_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A06_ADDR_WIDTH - My M01_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A07_ADDR_WIDTH - My M01_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A08_ADDR_WIDTH - My M01_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A09_ADDR_WIDTH - My M01_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A10_ADDR_WIDTH - My M01_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A11_ADDR_WIDTH - My M01_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A12_ADDR_WIDTH - My M01_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A13_ADDR_WIDTH - My M01_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A14_ADDR_WIDTH - My M01_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M01_A15_ADDR_WIDTH - My M01_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A00_ADDR_WIDTH - My M02_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A01_ADDR_WIDTH - My M02_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A02_ADDR_WIDTH - My M02_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A03_ADDR_WIDTH - My M02_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A04_ADDR_WIDTH - My M02_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A05_ADDR_WIDTH - My M02_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A06_ADDR_WIDTH - My M02_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A07_ADDR_WIDTH - My M02_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A08_ADDR_WIDTH - My M02_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A09_ADDR_WIDTH - My M02_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A10_ADDR_WIDTH - My M02_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A11_ADDR_WIDTH - My M02_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A12_ADDR_WIDTH - My M02_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A13_ADDR_WIDTH - My M02_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A14_ADDR_WIDTH - My M02_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M02_A15_ADDR_WIDTH - My M02_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A00_ADDR_WIDTH - My M03_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A01_ADDR_WIDTH - My M03_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A02_ADDR_WIDTH - My M03_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A03_ADDR_WIDTH - My M03_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A04_ADDR_WIDTH - My M03_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A05_ADDR_WIDTH - My M03_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A06_ADDR_WIDTH - My M03_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A07_ADDR_WIDTH - My M03_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A08_ADDR_WIDTH - My M03_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A09_ADDR_WIDTH - My M03_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A10_ADDR_WIDTH - My M03_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A11_ADDR_WIDTH - My M03_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A12_ADDR_WIDTH - My M03_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A13_ADDR_WIDTH - My M03_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A14_ADDR_WIDTH - My M03_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M03_A15_ADDR_WIDTH - My M03_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A00_ADDR_WIDTH - My M04_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A01_ADDR_WIDTH - My M04_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A02_ADDR_WIDTH - My M04_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A03_ADDR_WIDTH - My M04_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A04_ADDR_WIDTH - My M04_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A05_ADDR_WIDTH - My M04_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A06_ADDR_WIDTH - My M04_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A07_ADDR_WIDTH - My M04_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A08_ADDR_WIDTH - My M04_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A09_ADDR_WIDTH - My M04_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A10_ADDR_WIDTH - My M04_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A11_ADDR_WIDTH - My M04_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A12_ADDR_WIDTH - My M04_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A13_ADDR_WIDTH - My M04_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A14_ADDR_WIDTH - My M04_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M04_A15_ADDR_WIDTH - My M04_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A00_ADDR_WIDTH - My M05_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A01_ADDR_WIDTH - My M05_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A02_ADDR_WIDTH - My M05_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A03_ADDR_WIDTH - My M05_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A04_ADDR_WIDTH - My M05_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A05_ADDR_WIDTH - My M05_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A06_ADDR_WIDTH - My M05_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A07_ADDR_WIDTH - My M05_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A08_ADDR_WIDTH - My M05_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A09_ADDR_WIDTH - My M05_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A10_ADDR_WIDTH - My M05_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A11_ADDR_WIDTH - My M05_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A12_ADDR_WIDTH - My M05_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A13_ADDR_WIDTH - My M05_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A14_ADDR_WIDTH - My M05_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M05_A15_ADDR_WIDTH - My M05_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A00_ADDR_WIDTH - My M06_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A01_ADDR_WIDTH - My M06_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A02_ADDR_WIDTH - My M06_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A03_ADDR_WIDTH - My M06_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A04_ADDR_WIDTH - My M06_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A05_ADDR_WIDTH - My M06_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A06_ADDR_WIDTH - My M06_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A07_ADDR_WIDTH - My M06_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A08_ADDR_WIDTH - My M06_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A09_ADDR_WIDTH - My M06_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A10_ADDR_WIDTH - My M06_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A11_ADDR_WIDTH - My M06_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A12_ADDR_WIDTH - My M06_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A13_ADDR_WIDTH - My M06_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A14_ADDR_WIDTH - My M06_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M06_A15_ADDR_WIDTH - My M06_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A00_ADDR_WIDTH - My M07_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A01_ADDR_WIDTH - My M07_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A02_ADDR_WIDTH - My M07_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A03_ADDR_WIDTH - My M07_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A04_ADDR_WIDTH - My M07_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A05_ADDR_WIDTH - My M07_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A06_ADDR_WIDTH - My M07_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A07_ADDR_WIDTH - My M07_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A08_ADDR_WIDTH - My M07_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A09_ADDR_WIDTH - My M07_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A10_ADDR_WIDTH - My M07_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A11_ADDR_WIDTH - My M07_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A12_ADDR_WIDTH - My M07_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A13_ADDR_WIDTH - My M07_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A14_ADDR_WIDTH - My M07_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M07_A15_ADDR_WIDTH - My M07_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A00_ADDR_WIDTH - My M08_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A01_ADDR_WIDTH - My M08_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A02_ADDR_WIDTH - My M08_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A03_ADDR_WIDTH - My M08_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A04_ADDR_WIDTH - My M08_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A05_ADDR_WIDTH - My M08_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A06_ADDR_WIDTH - My M08_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A07_ADDR_WIDTH - My M08_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A08_ADDR_WIDTH - My M08_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A09_ADDR_WIDTH - My M08_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A10_ADDR_WIDTH - My M08_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A11_ADDR_WIDTH - My M08_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A12_ADDR_WIDTH - My M08_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A13_ADDR_WIDTH - My M08_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A14_ADDR_WIDTH - My M08_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M08_A15_ADDR_WIDTH - My M08_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A00_ADDR_WIDTH - My M09_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A01_ADDR_WIDTH - My M09_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A02_ADDR_WIDTH - My M09_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A03_ADDR_WIDTH - My M09_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A04_ADDR_WIDTH - My M09_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A05_ADDR_WIDTH - My M09_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A06_ADDR_WIDTH - My M09_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A07_ADDR_WIDTH - My M09_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A08_ADDR_WIDTH - My M09_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A09_ADDR_WIDTH - My M09_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A10_ADDR_WIDTH - My M09_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A11_ADDR_WIDTH - My M09_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A12_ADDR_WIDTH - My M09_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A13_ADDR_WIDTH - My M09_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A14_ADDR_WIDTH - My M09_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M09_A15_ADDR_WIDTH - My M09_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A00_ADDR_WIDTH - My M10_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A01_ADDR_WIDTH - My M10_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A02_ADDR_WIDTH - My M10_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A03_ADDR_WIDTH - My M10_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A04_ADDR_WIDTH - My M10_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A05_ADDR_WIDTH - My M10_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A06_ADDR_WIDTH - My M10_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A07_ADDR_WIDTH - My M10_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A08_ADDR_WIDTH - My M10_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A09_ADDR_WIDTH - My M10_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A10_ADDR_WIDTH - My M10_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A11_ADDR_WIDTH - My M10_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A12_ADDR_WIDTH - My M10_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A13_ADDR_WIDTH - My M10_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A14_ADDR_WIDTH - My M10_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M10_A15_ADDR_WIDTH - My M10_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A00_ADDR_WIDTH - My M11_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A01_ADDR_WIDTH - My M11_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A02_ADDR_WIDTH - My M11_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A03_ADDR_WIDTH - My M11_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A04_ADDR_WIDTH - My M11_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A05_ADDR_WIDTH - My M11_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A06_ADDR_WIDTH - My M11_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A07_ADDR_WIDTH - My M11_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A08_ADDR_WIDTH - My M11_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A09_ADDR_WIDTH - My M11_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A10_ADDR_WIDTH - My M11_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A11_ADDR_WIDTH - My M11_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A12_ADDR_WIDTH - My M11_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A13_ADDR_WIDTH - My M11_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A14_ADDR_WIDTH - My M11_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M11_A15_ADDR_WIDTH - My M11_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A00_ADDR_WIDTH - My M12_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A01_ADDR_WIDTH - My M12_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A02_ADDR_WIDTH - My M12_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A03_ADDR_WIDTH - My M12_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A04_ADDR_WIDTH - My M12_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A05_ADDR_WIDTH - My M12_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A06_ADDR_WIDTH - My M12_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A07_ADDR_WIDTH - My M12_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A08_ADDR_WIDTH - My M12_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A09_ADDR_WIDTH - My M12_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A10_ADDR_WIDTH - My M12_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A11_ADDR_WIDTH - My M12_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A12_ADDR_WIDTH - My M12_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A13_ADDR_WIDTH - My M12_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A14_ADDR_WIDTH - My M12_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M12_A15_ADDR_WIDTH - My M12_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A00_ADDR_WIDTH - My M13_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A01_ADDR_WIDTH - My M13_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A02_ADDR_WIDTH - My M13_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A03_ADDR_WIDTH - My M13_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A04_ADDR_WIDTH - My M13_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A05_ADDR_WIDTH - My M13_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A06_ADDR_WIDTH - My M13_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A07_ADDR_WIDTH - My M13_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A08_ADDR_WIDTH - My M13_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A09_ADDR_WIDTH - My M13_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A10_ADDR_WIDTH - My M13_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A11_ADDR_WIDTH - My M13_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A12_ADDR_WIDTH - My M13_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A13_ADDR_WIDTH - My M13_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A14_ADDR_WIDTH - My M13_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M13_A15_ADDR_WIDTH - My M13_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A00_ADDR_WIDTH - My M14_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A01_ADDR_WIDTH - My M14_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A02_ADDR_WIDTH - My M14_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A03_ADDR_WIDTH - My M14_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A04_ADDR_WIDTH - My M14_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A05_ADDR_WIDTH - My M14_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A06_ADDR_WIDTH - My M14_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A07_ADDR_WIDTH - My M14_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A08_ADDR_WIDTH - My M14_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A09_ADDR_WIDTH - My M14_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A10_ADDR_WIDTH - My M14_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A11_ADDR_WIDTH - My M14_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A12_ADDR_WIDTH - My M14_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A13_ADDR_WIDTH - My M14_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A14_ADDR_WIDTH - My M14_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M14_A15_ADDR_WIDTH - My M14_A15_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A00_ADDR_WIDTH - My M15_A00_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A01_ADDR_WIDTH - My M15_A01_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A02_ADDR_WIDTH - My M15_A02_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A03_ADDR_WIDTH - My M15_A03_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A04_ADDR_WIDTH - My M15_A04_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A05_ADDR_WIDTH - My M15_A05_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A06_ADDR_WIDTH - My M15_A06_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A07_ADDR_WIDTH - My M15_A07_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A08_ADDR_WIDTH - My M15_A08_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A09_ADDR_WIDTH - My M15_A09_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A10_ADDR_WIDTH - My M15_A10_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A11_ADDR_WIDTH - My M15_A11_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A12_ADDR_WIDTH - My M15_A12_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A13_ADDR_WIDTH - My M15_A13_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A14_ADDR_WIDTH - My M15_A14_ADDR_WIDTH - 0 - - - - true - - - - - - M15_A15_ADDR_WIDTH - My M15_A15_ADDR_WIDTH - 0 - - - - true - - - - - - Component_Name - system_xbar_0 - - - - - AXI Crossbar - - XPM_MEMORY - XPM_CDC - - - xtlm - xtlm_simple_interconnect_v1_0 - - 26 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2021.2 - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/system.bxml b/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/system.bxml deleted file mode 100644 index c69ce4b..0000000 --- a/hardware/test_lower_machine/test_lower_machine.gen/sources_1/bd/system/system.bxml +++ /dev/null @@ -1,11 +0,0 @@ - - - - Composite Fileset - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/constrs_1/new/test_lower_machine.xdc b/hardware/test_lower_machine/test_lower_machine.srcs/constrs_1/new/test_lower_machine.xdc deleted file mode 100644 index 6782eaf..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/constrs_1/new/test_lower_machine.xdc +++ /dev/null @@ -1,59 +0,0 @@ -set_property IOSTANDARD LVCMOS33 [get_ports {sclk_0[5]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sclk_0[4]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sclk_0[3]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sclk_0[2]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sclk_0[1]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sclk_0[0]}] -set_property PACKAGE_PIN E17 [get_ports {sclk_0[0]}] -set_property PACKAGE_PIN J18 [get_ports {sclk_0[1]}] -set_property PACKAGE_PIN B20 [get_ports {sclk_0[2]}] -set_property PACKAGE_PIN B19 [get_ports {sclk_0[3]}] -set_property PACKAGE_PIN H15 [get_ports {sclk_0[4]}] -set_property PACKAGE_PIN L17 [get_ports {sclk_0[5]}] -set_property SLEW FAST [get_ports {sclk_0[5]}] -set_property SLEW FAST [get_ports {sclk_0[4]}] -set_property SLEW FAST [get_ports {sclk_0[3]}] -set_property SLEW FAST [get_ports {sclk_0[2]}] -set_property SLEW FAST [get_ports {sclk_0[1]}] -set_property SLEW FAST [get_ports {sclk_0[0]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sdata_0[5]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sdata_0[4]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sdata_0[3]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sdata_0[2]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sdata_0[1]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sdata_0[0]}] -set_property SLEW FAST [get_ports {sdata_0[5]}] -set_property SLEW FAST [get_ports {sdata_0[4]}] -set_property SLEW FAST [get_ports {sdata_0[3]}] -set_property SLEW FAST [get_ports {sdata_0[2]}] -set_property SLEW FAST [get_ports {sdata_0[1]}] -set_property SLEW FAST [get_ports {sdata_0[0]}] -set_property PACKAGE_PIN H18 [get_ports {sdata_0[0]}] -set_property PACKAGE_PIN E18 [get_ports {sdata_0[1]}] -set_property PACKAGE_PIN C20 [get_ports {sdata_0[2]}] -set_property PACKAGE_PIN K14 [get_ports {sdata_0[3]}] -set_property PACKAGE_PIN G15 [get_ports {sdata_0[4]}] -set_property PACKAGE_PIN D20 [get_ports {sdata_0[5]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sen_0[5]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sen_0[4]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sen_0[3]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sen_0[2]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sen_0[1]}] -set_property IOSTANDARD LVCMOS33 [get_ports {sen_0[0]}] -set_property SLEW FAST [get_ports {sen_0[5]}] -set_property SLEW FAST [get_ports {sen_0[4]}] -set_property SLEW FAST [get_ports {sen_0[3]}] -set_property SLEW FAST [get_ports {sen_0[2]}] -set_property SLEW FAST [get_ports {sen_0[1]}] -set_property SLEW FAST [get_ports {sen_0[0]}] -set_property PACKAGE_PIN D18 [get_ports {sen_0[0]}] -set_property PACKAGE_PIN E19 [get_ports {sen_0[1]}] -set_property PACKAGE_PIN J14 [get_ports {sen_0[2]}] -set_property PACKAGE_PIN A20 [get_ports {sen_0[3]}] -set_property PACKAGE_PIN D19 [get_ports {sen_0[4]}] -set_property PACKAGE_PIN L16 [get_ports {sen_0[5]}] -set_property PACKAGE_PIN W19 [get_ports encoder_signal] -set_property IOSTANDARD LVCMOS33 [get_ports encoder_signal] -set_property IOSTANDARD LVCMOS33 [get_ports out_signal_camera_0] -set_property PACKAGE_PIN T10 [get_ports out_signal_camera_0] -set_property SLEW FAST [get_ports out_signal_camera_0] diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_auto_pc_0/system_auto_pc_0.xci b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_auto_pc_0/system_auto_pc_0.xci deleted file mode 100644 index 2efb68d..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_auto_pc_0/system_auto_pc_0.xci +++ /dev/null @@ -1,260 +0,0 @@ - - - xilinx.com - xci - unknown - 1.0 - - - system_auto_pc_0 - - - S_AXI:M_AXI - - ARESETN - system_processing_system7_0_0_FCLK_CLK0 - 2e+08 - 0 - 0 - 0.0 - 32 - 0 - 0 - 0 - system_processing_system7_0_0_FCLK_CLK0 - 32 - 2e+08 - 1 - 0 - 0 - 0 - 1 - 0 - 0 - 1 - 1 - 0 - 0 - 1 - 8 - 4 - 8 - 4 - 0.0 - AXI4LITE - READ_WRITE - 0 - 0 - 0 - 0 - 0 - 0 - ACTIVE_LOW - INTERCONNECT - 32 - 0 - 0 - 0 - system_processing_system7_0_0_FCLK_CLK0 - 32 - 2e+08 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 1 - 1 - 12 - 0 - 16 - 8 - 4 - 8 - 4 - 0.0 - AXI3 - READ_WRITE - 0 - 0 - 0 - 0 - 0 - 32 - 1 - 1 - 1 - 32 - 12 - 1 - 1 - 0 - 1 - 1 - zynq - 0 - 2 - 1 - 2 - 32 - 0 - 0 - 0 - system_auto_pc_0 - 32 - 12 - AXI4LITE - READ_WRITE - 0 - AXI3 - 2 - 0 - zynq - - - xc7z010 - clg400 - VERILOG - - MIXED - -1 - - - TRUE - TRUE - IP_Integrator - 25 - TRUE - ../../../../../../test_lower_machine.gen/sources_1/bd/system/ip/system_auto_pc_0 - rtl - ../../ipshared - 2021.2 - OUT_OF_CONTEXT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_ila_0_0/system_ila_0_0.xci b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_ila_0_0/system_ila_0_0.xci deleted file mode 100644 index aea569e..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_ila_0_0/system_ila_0_0.xci +++ /dev/null @@ -1,3291 +0,0 @@ - - - xilinx.com - xci - unknown - 1.0 - - - system_ila_0_0 - - - - - system_processing_system7_0_0_FCLK_CLK0 - 2e+08 - 0 - 0 - 0.0 - 32 - 1 - 1 - 1 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 256 - 2 - 1 - 2 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 1 - 1 - 0 - 1 - - 100000000 - 0 - 0 - 1 - 0 - 0 - undef - 0.0 - 1 - 0 - 0 - 0 - 0 - 10 - 10 - 200 - 5.0 - 6 - 4096 - 0 - 3 - 0 - 0 - 0 - 0 - 2000000 - 0 - 2021 - 2 - 1 - 5 - AXI4 - 32 - 0 - 0 - zynq - DEFAULT - DEFAULT - DEFAULT - DEFAULT - DEFAULT - TRUE - 1 - FALSE - 10 - 10 - 200 - 5 - 4096 - FALSE - 3 - false - FALSE - 0 - 0 - 200000000 - 0 - Native - 1 - 5 - 1 - 0 - 48 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 1 - 0 - 1 - 32 - 1 - 1 - 1 - 32 - 1 - 1 - 1 - 32 - 1 - AXI4 - 1 - 1 - 32 - false - false - DEFAULT - system_ila_0_0 - TRUE - zynq - - - xc7z010 - clg400 - VERILOG - - MIXED - -1 - - - TRUE - TRUE - IP_Integrator - 12 - TRUE - ../../../../../../test_lower_machine.gen/sources_1/bd/system/ip/system_ila_0_0 - - ../../ipshared - 2021.2 - OUT_OF_CONTEXT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_ip_encoder_0_1/system_ip_encoder_0_1.xci b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_ip_encoder_0_1/system_ip_encoder_0_1.xci deleted file mode 100644 index 9d6f730..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_ip_encoder_0_1/system_ip_encoder_0_1.xci +++ /dev/null @@ -1,138 +0,0 @@ - - - xilinx.com - xci - unknown - 1.0 - - - system_ip_encoder_0_1 - - - 0 - 4 - 0 - 0 - 0 - system_processing_system7_0_0_FCLK_CLK0 - 32 - 2e+08 - 1 - 0 - 0 - 0 - 1 - 0 - 0 - 1 - 1 - 0 - 0 - 1 - 2 - 1 - 2 - 1 - 0.0 - AXI4LITE - READ_WRITE - 0 - 0 - 0 - 0 - - system_processing_system7_0_0_FCLK_CLK0 - 2e+08 - 0 - 0 - 0.0 - 0 - 4 - 32 - 4 - 0xFFFFFFFF - 32 - 0x00000000 - system_ip_encoder_0_1 - zynq - - - xc7z010 - clg400 - VERILOG - - MIXED - -1 - - - TRUE - TRUE - IP_Integrator - 3 - TRUE - ../../../../../../test_lower_machine.gen/sources_1/bd/system/ip/system_ip_encoder_0_1 - - ../../ipshared - 2021.2 - OUT_OF_CONTEXT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_ip_fifo_0_0/system_ip_fifo_0_0.xci b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_ip_fifo_0_0/system_ip_fifo_0_0.xci deleted file mode 100644 index 9bd77cf..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_ip_fifo_0_0/system_ip_fifo_0_0.xci +++ /dev/null @@ -1,138 +0,0 @@ - - - xilinx.com - xci - unknown - 1.0 - - - system_ip_fifo_0_0 - - - 0 - 6 - 0 - 0 - 0 - system_processing_system7_0_0_FCLK_CLK0 - 32 - 2e+08 - 1 - 0 - 0 - 0 - 1 - 0 - 0 - 1 - 1 - 0 - 0 - 1 - 2 - 1 - 2 - 1 - 0.0 - AXI4LITE - READ_WRITE - 0 - 0 - 0 - 0 - - system_processing_system7_0_0_FCLK_CLK0 - 2e+08 - 0 - 0 - 0.0 - 0 - 6 - 32 - 6 - 0xFFFFFFFF - 32 - 0x00000000 - system_ip_fifo_0_0 - zynq - - - xc7z010 - clg400 - VERILOG - - MIXED - -1 - - - TRUE - TRUE - IP_Integrator - 24 - TRUE - ../../../../../../test_lower_machine.gen/sources_1/bd/system/ip/system_ip_fifo_0_0 - - ../../ipshared - 2021.2 - OUT_OF_CONTEXT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_processing_system7_0_0/system_processing_system7_0_0.xci b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_processing_system7_0_0/system_processing_system7_0_0.xci deleted file mode 100644 index a7f88da..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_processing_system7_0_0/system_processing_system7_0_0.xci +++ /dev/null @@ -1,1691 +0,0 @@ - - - xilinx.com - xci - unknown - 1.0 - - - system_processing_system7_0_0 - - - 1 - LEVEL_HIGH - 1 - LEVEL_HIGH - 1 - LEVEL_HIGH - 1 - LEVEL_HIGH - TDM - 8 - false - 11 - 11 - true - - true - 8 - - COMPONENTS - ROW_COLUMN_BANK - Single - 1250 - - 100000000 - 0 - 0 - 1 - 0 - 0 - undef - 0.0 - 1 - 0 - 0 - 0 - - - - 100000000 - 0 - 0 - 0.0 - - 100000000 - 0 - 0 - 1 - 0 - 0 - undef - 0.0 - 1 - 0 - 0 - 0 - - 100000000 - 0 - 0 - 1 - 0 - 0 - undef - 0.0 - 1 - 0 - 0 - 0 - - - - 100000000 - 0 - 0 - 0.0 - - 100000000 - 0 - 0 - 1 - 0 - 0 - undef - 0.0 - 1 - 0 - 0 - 0 - - 100000000 - 0 - 0 - 1 - 0 - 0 - undef - 0.0 - 1 - 0 - 0 - 0 - - - - 100000000 - 0 - 0 - 0.0 - - 100000000 - 0 - 0 - 1 - 0 - 0 - undef - 0.0 - 1 - 0 - 0 - 0 - - 100000000 - 0 - 0 - 1 - 0 - 0 - undef - 0.0 - 1 - 0 - 0 - 0 - - - - 100000000 - 0 - 0 - 0.0 - - 100000000 - 0 - 0 - 1 - 0 - 0 - undef - 0.0 - 1 - 0 - 0 - 0 - 1 - LEVEL_HIGH - 1 - LEVEL_HIGH - - - - system_processing_system7_0_0_FCLK_CLK0 - 2e+08 - 0 - 0 - 0.0 - - - - - 0 - 0 - 0.0 - - - - - 0 - 0 - 0.0 - - - - - 0 - 0 - 0.0 - 0 - ACTIVE_LOW - 0 - ACTIVE_LOW - 0 - ACTIVE_LOW - 0 - ACTIVE_LOW - false - - - - 100000000 - 0 - 0 - 0.0 - - 100000000 - 0 - 0 - 1 - 0 - 0 - undef - 0.0 - 1 - 0 - 0 - 0 - 1 - LEVEL_HIGH - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - false - false - 32 - 0 - 0 - 0 - system_processing_system7_0_0_FCLK_CLK0 - 32 - 2e+08 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 1 - 1 - 12 - 0 - 16 - 4 - 4 - 0.0 - AXI3 - READ_WRITE - 0 - 0 - 0 - 0 - 0 - - - system_processing_system7_0_0_FCLK_CLK0 - 2e+08 - 0 - 0 - 0.0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 0 - 0 - - - - 100000000 - 0 - 0 - 0.0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - - - - 100000000 - 0 - 0 - 0.0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - - - - 100000000 - 0 - 0 - 0.0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - - - - 100000000 - 0 - 0 - 0.0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - - - - 100000000 - 0 - 0 - 0.0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - - - - 100000000 - 0 - 0 - 0.0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - - - - 100000000 - 0 - 0 - 0.0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - - - - 100000000 - 0 - 0 - 0.0 - system_processing_system7_0_0 - 666.666687 - 23.8095 - 23.8095 - 10.000000 - 10.158730 - 10.000000 - 10.000000 - 200.000000 - 10.000000 - 10.000000 - 10.000000 - 50 - 200.000000 - 10.000000 - 10.000000 - 10.000000 - 10.000000 - 200.000000 - 111.111115 - 111.111115 - 111.111115 - 111.111115 - 111.111115 - 111.111115 - 50 - 100.000000 - 60 - 60 - 111.111115 - 6:2:1 - 666.666666 - 40 - 0xE0008000 - <Select> - 0 - <Select> - 0xE0008FFF - External - 0 - -1 - 0xE0009000 - <Select> - 0 - <Select> - 0xE0009FFF - External - 0 - -1 - IO PLL - 1 - 1 - 100 - 0 - 200000000 - 10000000 - 10000000 - 10000000 - 0 - 0 - 0 - 0 - 667 - 1333.333 - ARM PLL - 2 - 33.333333 - DDR PLL - 15 - 7 - 10.159 - 32 - 1066.667 - HPR(0)/LPR(32) - 15 - 2 - DDR PLL - 2 - 0 - 0 - 0 - 0 - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - 0x00100000 - 0x1FFFFFFF - 2 - 4 - 4 - 32 - <Select> - <Select> - 0xE000B000 - <Select> - 0 - <Select> - 0xE000BFFF - IO PLL - 1 - 1 - 0 - 1000 Mbps - 0 - <Select> - 0xE000C000 - <Select> - 0 - <Select> - 0xE000CFFF - IO PLL - 1 - 1 - 0 - 1000 Mbps - 0 - <Select> - 0 - Active Low - <Select> - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - IO PLL - 4 - 2 - IO PLL - 1 - 1 - IO PLL - 1 - 1 - IO PLL - 1 - 1 - TRUE - FALSE - FALSE - FALSE - 200 - 50 - 50 - 50 - 1 - 0 - 0 - 0 - DISABLED - DISABLED - DISABLED - DISABLED - DISABLED - DISABLED - DISABLED - DISABLED - 1 - 4 - 4 - 1 - 4 - 4 - 0xE000A000 - 0 - <Select> - 64 - 0xE000AFFF - 0 - <Select> - 0 - 0xE0004000 - 0 - <Select> - 0xE0004FFF - <Select> - 0 - 0 - <Select> - 0xE0005000 - 0 - <Select> - 0xE0005FFF - <Select> - 0 - 0 - <Select> - 25 - 0 - Active Low - <Select> - None - 0 - 0 - 48 - 1600.000 - 0 - DIRECT - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - in - LVCMOS 3.3V - enabled - slow - out - LVCMOS 3.3V - enabled - slow - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - <Select> - 54 - unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#UART 0#UART 0#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#un -assigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned - unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#rx#tx#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned -#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned - 0 - 200.0 - 12 - 0 - 12 - 0 - 10 - 12 - 0 - 12 - 1 - 1 - 11 - 1 - 1 - 11 - 1 - 0 - <Select> - <Select> - 0 - 1 - 1 - 11 - 1 - 11 - 1 - 0 - 1 - 1 - 11 - 1 - 11 - 1 - 0 - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0 - <Select> - <Select> - 0 - 1 - 1 - 11 - 1 - 11 - 1 - 0 - 1 - 1 - 11 - 1 - 11 - 1 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0.080 - 0.063 - 0.057 - 0.068 - -0.047 - -0.025 - -0.006 - -0.017 - clg400 - IO PLL - 8 - 200 - None - 0 - <Select> - 0 - LVCMOS 3.3V - LVCMOS 3.3V - PRODUCTION - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0xFCFFFFFF - IO PLL - 1 - 0 - 200 - <Select> - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0xE0100000 - 0xE0100FFF - 0xE0101000 - 0xE0101FFF - IO PLL - 1 - 100 - 0 - <Select> - NA - NA - NA - NA - NA - NA - NA - IO PLL - 1 - 100 - 0 - 0xE0006000 - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0xE0006FFF - 0 - <Select> - 0xE0007000 - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0xE0007FFF - 0 - <Select> - IO PLL - 1 - 166.666666 - 0 - 31 - 31 - 10 - 3 - 10 - 6 - 10 - 6 - 64 - 10 - 6 - 64 - 10 - 6 - 64 - 10 - 6 - 64 - 10 - 6 - External - 1 - 200 - 12 - 128 - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0 - <Select> - 0 - <Select> - 2 - 0 - 8 - <Select> - 0xE0104000 - CPU_1X - 1 - 133.333333 - CPU_1X - 1 - 133.333333 - CPU_1X - 1 - 133.333333 - 0xE0104fff - 0 - <Select> - 0xE0105000 - CPU_1X - 1 - 133.333333 - CPU_1X - 1 - 133.333333 - CPU_1X - 1 - 133.333333 - 0xE0105fff - 0 - <Select> - 50 - 0xE0000000 - 115200 - 0 - <Select> - 0xE0000FFF - 1 - MIO 14 .. 15 - 0xE0001000 - 115200 - 0 - <Select> - 0xE0001FFF - 0 - <Select> - IO PLL - 16 - 100 - 1 - 533.333374 - 0 - 0 - 3 - 8 - 0.25 - 0.25 - 0.25 - 0.25 - 32 Bit - 7 - 0 - 54.563 - 160 - 0 - 54.563 - 160 - 0 - 54.563 - 160 - 0 - 54.563 - 160 - 0 - 10 - 6 - 2048 MBits - 0 - 101.239 - 160 - 0 - 79.5025 - 160 - 0 - 60.536 - 160 - 0 - 71.7715 - 160 - 0.0 - 0.0 - 0.0 - 0.0 - 0 - 104.5365 - 160 - 0 - 70.676 - 160 - 0 - 59.1615 - 160 - 0 - 81.319 - 160 - 16 Bits - Disabled - 1 - 533.333333 - Normal (0-85) - DDR 3 - MT41J128M16 HA-125 - 14 - DDR3_1066F - 1 - 1 - 1 - 40.0 - 35.0 - 48.75 - 7 - 7 - 0 - NA - 0xE0102000 - 0xE0102fff - 0 - 60 - 0 - <Select> - <Select> - 0xE0103000 - 0xE0103fff - 0 - 60 - 0 - <Select> - <Select> - 0 - Active Low - <Select> - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 3 - CPU_1X - 1 - 0 - 133.333333 - <Select> - None - zynq - - - xc7z010 - clg400 - VERILOG - - MIXED - -1 - - - TRUE - TRUE - IP_Integrator - 6 - TRUE - ../../../../../../test_lower_machine.gen/sources_1/bd/system/ip/system_processing_system7_0_0 - - ../../ipshared - 2021.2 - OUT_OF_CONTEXT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_ps7_0_axi_periph_0/system_ps7_0_axi_periph_0.xci b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_ps7_0_axi_periph_0/system_ps7_0_axi_periph_0.xci deleted file mode 100644 index 58ee097..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_ps7_0_axi_periph_0/system_ps7_0_axi_periph_0.xci +++ /dev/null @@ -1,362 +0,0 @@ - - - xilinx.com - xci - unknown - 1.0 - - - system_ps7_0_axi_periph_0 - - - system_ps7_0_axi_periph_0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2 - 1 - 2 - 2 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2 - 3 - 32 - zynq - - - xc7z010 - clg400 - VERILOG - - MIXED - -1 - - - TRUE - TRUE - IP_Integrator_AppCore - 26 - TRUE - ../../../../../../test_lower_machine.gen/sources_1/bd/system/ip/system_ps7_0_axi_periph_0 - - ../../ipshared - 2021.2 - GLOBAL - - - - - - - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_rst_ps7_0_200M_0/system_rst_ps7_0_200M_0.xci b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_rst_ps7_0_200M_0/system_rst_ps7_0_200M_0.xci deleted file mode 100644 index 6827a33..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_rst_ps7_0_200M_0/system_rst_ps7_0_200M_0.xci +++ /dev/null @@ -1,101 +0,0 @@ - - - xilinx.com - xci - unknown - 1.0 - - - system_rst_ps7_0_200M_0 - - - 0 - ACTIVE_LOW - 0 - - - system_processing_system7_0_0_FCLK_CLK0 - 2e+08 - 0 - 0 - 0.0 - 0 - 0 - ACTIVE_LOW - 0 - 0 - 0 - 0 - 0 - 4 - 0 - 4 - zynq - 1 - 1 - 1 - 1 - 0 - 4 - 0 - 4 - 1 - 1 - 1 - 1 - system_rst_ps7_0_200M_0 - Custom - false - zynq - - - xc7z010 - clg400 - VERILOG - - MIXED - -1 - - - TRUE - TRUE - IP_Integrator - 13 - TRUE - ../../../../../../test_lower_machine.gen/sources_1/bd/system/ip/system_rst_ps7_0_200M_0 - - ../../ipshared - 2021.2 - OUT_OF_CONTEXT - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_s00_data_fifo_0/system_s00_data_fifo_0.xci b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_s00_data_fifo_0/system_s00_data_fifo_0.xci deleted file mode 100644 index 68149a7..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_s00_data_fifo_0/system_s00_data_fifo_0.xci +++ /dev/null @@ -1,264 +0,0 @@ - - - xilinx.com - xci - unknown - 1.0 - - - system_s00_data_fifo_0 - - - S_AXI:M_AXI - - ARESETN - system_processing_system7_0_0_FCLK_CLK0 - 2e+08 - 0 - 0 - 0.0 - 32 - 0 - 0 - 0 - system_processing_system7_0_0_FCLK_CLK0 - 32 - 2e+08 - 1 - 0 - 0 - 0 - 1 - 0 - 0 - 1 - 1 - 0 - 0 - 1 - 8 - 4 - 8 - 4 - 0.0 - AXI4LITE - READ_WRITE - 0 - 0 - 0 - 0 - 0 - 0 - ACTIVE_LOW - INTERCONNECT - 32 - 0 - 0 - 0 - system_processing_system7_0_0_FCLK_CLK0 - 32 - 2e+08 - 1 - 0 - 0 - 0 - 1 - 0 - 0 - 1 - 1 - 0 - 0 - 1 - 8 - 4 - 8 - 4 - 0.0 - AXI4LITE - READ_WRITE - 0 - 0 - 0 - 0 - 0 - 32 - 1 - 1 - 1 - 32 - 1 - 2 - 1 - 512 - bram - 1 - 0 - 1 - 512 - bram - 1 - zynq - 32 - 0 - 0 - 0 - system_s00_data_fifo_0 - 32 - 0 - AXI4LITE - 1 - 512 - READ_WRITE - 0 - 1 - 512 - 0 - zynq - - - xc7z010 - clg400 - VERILOG - - MIXED - -1 - - - TRUE - TRUE - IP_Integrator - 24 - TRUE - ../../../../../../test_lower_machine.gen/sources_1/bd/system/ip/system_s00_data_fifo_0 - rtl - ../../ipshared - 2021.2 - OUT_OF_CONTEXT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_valve_interfaces_0_0/system_valve_interfaces_0_0.xci b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_valve_interfaces_0_0/system_valve_interfaces_0_0.xci deleted file mode 100644 index 807cd99..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_valve_interfaces_0_0/system_valve_interfaces_0_0.xci +++ /dev/null @@ -1,71 +0,0 @@ - - - xilinx.com - xci - unknown - 1.0 - - - system_valve_interfaces_0_0 - - - 0 - - - - system_processing_system7_0_0_FCLK_CLK0 - 2e+08 - 0 - 0 - 0.0 - 384 - 48 - 6 - system_valve_interfaces_0_0 - 384 - 48 - 6 - zynq - - - xc7z010 - clg400 - VERILOG - - MIXED - -1 - - - TRUE - TRUE - IP_Integrator - 1 - TRUE - ../../../../../../test_lower_machine.gen/sources_1/bd/system/ip/system_valve_interfaces_0_0 - - ../../ipshared - 2021.2 - OOC_HIERARCHICAL - - - - - - - - - - - - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_xbar_0/system_xbar_0.xci b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_xbar_0/system_xbar_0.xci deleted file mode 100644 index 4d4fded..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ip/system_xbar_0/system_xbar_0.xci +++ /dev/null @@ -1,3538 +0,0 @@ - - - xilinx.com - xci - unknown - 1.0 - - - system_xbar_0 - - - M00_AXI:M01_AXI:M02_AXI:M03_AXI:M04_AXI:M05_AXI:M06_AXI:M07_AXI:M08_AXI:M09_AXI:M10_AXI:M11_AXI:M12_AXI:M13_AXI:M14_AXI:M15_AXI:S00_AXI:S01_AXI:S02_AXI:S03_AXI:S04_AXI:S05_AXI:S06_AXI:S07_AXI:S08_AXI:S09_AXI:S10_AXI:S11_AXI:S12_AXI:S13_AXI:S14_AXI:S15_AXI - - ARESETN - system_processing_system7_0_0_FCLK_CLK0 - 2e+08 - 0 - 0 - 0.0 - 32 - 0 - 0 - 0 - system_processing_system7_0_0_FCLK_CLK0 - 32 - 2e+08 - 1 - 0 - 0 - 0 - 1 - 0 - 0 - 1 - 1 - 0 - 0 - 1 - 2 - 1 - 2 - 1 - 0.0 - AXI4LITE - READ_WRITE - 0 - 0 - 0 - 0 - 0 - 32 - 0 - 0 - 0 - system_processing_system7_0_0_FCLK_CLK0 - 32 - 2e+08 - 1 - 0 - 0 - 0 - 1 - 0 - 0 - 1 - 1 - 0 - 0 - 1 - 2 - 1 - 2 - 1 - 0.0 - AXI4LITE - READ_WRITE - 0 - 0 - 0 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 0 - ACTIVE_LOW - INTERCONNECT - 32 - 0 - 0 - 0 - system_processing_system7_0_0_FCLK_CLK0 - 32 - 2e+08 - 1 - 0 - 0 - 0 - 1 - 0 - 0 - 1 - 1 - 0 - 0 - 1 - 8 - 4 - 8 - 4 - 0.0 - AXI4LITE - READ_WRITE - 0 - 0 - 0 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 0 - 0 - 0 - - 32 - 100000000 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 256 - 1 - 1 - 1 - 1 - 0.0 - AXI4 - READ_WRITE - 0 - 0 - 1 - 0 - 0 - 32 - 1 - 1 - 1 - 32 - 1 - 2 - 1 - 0 - 1 - 0 - zynq - 0x0000001000000010 - 0x0000000043c100000000000043c00000 - 0xFFFFFFFFFFFFFFFF - 0x0000000800000008 - 0x00000000 - 0xFFFFFFFFFFFFFFFF - 0x0000000800000008 - 1 - 2 - 1 - 1 - 0x00000000 - 0x00000000 - 0x00000004 - 0x00000001 - 0x00000000 - 0x00000004 - 1 - 32 - 0 - 0 - 0 - SASD - system_xbar_0 - 32 - 0 - 16 - 0x0000000043C00000 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 16 - 0x0000000043C10000 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 0xffffffffffffffff - 0 - 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 8 - 2 - 1 - AXI4LITE - 0 - 1 - 0 - 0x00000000 - 4 - 1 - 0 - 4 - 0 - 0x00000001 - 4 - 0 - 0 - 4 - 0 - 0x00000002 - 4 - 0 - 0 - 4 - 0 - 0x00000003 - 4 - 0 - 0 - 4 - 0 - 0x00000004 - 4 - 0 - 0 - 4 - 0 - 0x00000005 - 4 - 0 - 0 - 4 - 0 - 0x00000006 - 4 - 0 - 0 - 4 - 0 - 0x00000007 - 4 - 0 - 0 - 4 - 0 - 0x00000008 - 4 - 0 - 0 - 4 - 0 - 0x00000009 - 4 - 0 - 0 - 4 - 0 - 0x0000000a - 4 - 0 - 0 - 4 - 0 - 0x0000000b - 4 - 0 - 0 - 4 - 0 - 0x0000000c - 4 - 0 - 0 - 4 - 0 - 0x0000000d - 4 - 0 - 0 - 4 - 0 - 0x0000000e - 4 - 0 - 0 - 4 - 0 - 0x0000000f - 4 - 0 - 0 - 4 - 2 - 0 - zynq - - - xc7z010 - clg400 - VERILOG - - MIXED - -1 - - - TRUE - TRUE - IP_Integrator - 26 - TRUE - ../../../../../../test_lower_machine.gen/sources_1/bd/system/ip/system_xbar_0 - rtl - ../../ipshared - 2021.2 - OUT_OF_CONTEXT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/system.bd b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/system.bd deleted file mode 100644 index d102737..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/system.bd +++ /dev/null @@ -1,1107 +0,0 @@ -{ - "design": { - "design_info": { - "boundary_crc": "0xD4B1B0C308C692A6", - "device": "xc7z010clg400-1", - "gen_directory": "../../../../test_lower_machine.gen/sources_1/bd/system", - "name": "system", - "rev_ctrl_bd_flag": "RevCtrlBdOff", - "synth_flow_mode": "Hierarchical", - "tool_version": "2021.2", - "validated": "true" - }, - "design_tree": { - "processing_system7_0": "", - "ps7_0_axi_periph": { - "xbar": "", - "s00_couplers": { - "s00_data_fifo": "", - "auto_pc": "" - }, - "m00_couplers": {}, - "m01_couplers": {} - }, - "rst_ps7_0_200M": "", - "ip_encoder_0": "", - "ila_0": "", - "valve_interfaces_0": "", - "ip_fifo_0": "" - }, - "interface_ports": { - "DDR": { - "mode": "Master", - "vlnv_bus_definition": "xilinx.com:interface:ddrx:1.0", - "vlnv": "xilinx.com:interface:ddrx_rtl:1.0", - "parameters": { - "AXI_ARBITRATION_SCHEME": { - "value": "TDM", - "value_src": "default" - }, - "BURST_LENGTH": { - "value": "8", - "value_src": "default" - }, - "CAN_DEBUG": { - "value": "false", - "value_src": "default" - }, - "CAS_LATENCY": { - "value": "11", - "value_src": "default" - }, - "CAS_WRITE_LATENCY": { - "value": "11", - "value_src": "default" - }, - "CS_ENABLED": { - "value": "true", - "value_src": "default" - }, - "DATA_MASK_ENABLED": { - "value": "true", - "value_src": "default" - }, - "DATA_WIDTH": { - "value": "8", - "value_src": "default" - }, - "MEMORY_TYPE": { - "value": "COMPONENTS", - "value_src": "default" - }, - "MEM_ADDR_MAP": { - "value": "ROW_COLUMN_BANK", - "value_src": "default" - }, - "SLOT": { - "value": "Single", - "value_src": "default" - }, - "TIMEPERIOD_PS": { - "value": "1250", - "value_src": "default" - } - } - }, - "FIXED_IO": { - "mode": "Master", - "vlnv_bus_definition": "xilinx.com:display_processing_system7:fixedio:1.0", - "vlnv": "xilinx.com:display_processing_system7:fixedio_rtl:1.0", - "parameters": { - "CAN_DEBUG": { - "value": "false", - "value_src": "default" - } - } - } - }, - "ports": { - "sen_0": { - "direction": "O", - "left": "5", - "right": "0" - }, - "sclk_0": { - "direction": "O", - "left": "5", - "right": "0" - }, - "sdata_0": { - "direction": "O", - "left": "5", - "right": "0" - }, - "encoder_signal": { - "direction": "I" - }, - "out_signal_camera_0": { - "direction": "O" - } - }, - "components": { - "processing_system7_0": { - "vlnv": "xilinx.com:ip:processing_system7:5.5", - "xci_name": "system_processing_system7_0_0", - "xci_path": "ip/system_processing_system7_0_0/system_processing_system7_0_0.xci", - "inst_hier_path": "processing_system7_0", - "parameters": { - "PCW_ACT_APU_PERIPHERAL_FREQMHZ": { - "value": "666.666687" - }, - "PCW_ACT_CAN_PERIPHERAL_FREQMHZ": { - "value": "10.000000" - }, - "PCW_ACT_DCI_PERIPHERAL_FREQMHZ": { - "value": "10.158730" - }, - "PCW_ACT_ENET0_PERIPHERAL_FREQMHZ": { - "value": "10.000000" - }, - "PCW_ACT_ENET1_PERIPHERAL_FREQMHZ": { - "value": "10.000000" - }, - "PCW_ACT_FPGA0_PERIPHERAL_FREQMHZ": { - "value": "200.000000" - }, - "PCW_ACT_FPGA1_PERIPHERAL_FREQMHZ": { - "value": "10.000000" - }, - "PCW_ACT_FPGA2_PERIPHERAL_FREQMHZ": { - "value": "10.000000" - }, - "PCW_ACT_FPGA3_PERIPHERAL_FREQMHZ": { - "value": "10.000000" - }, - "PCW_ACT_PCAP_PERIPHERAL_FREQMHZ": { - "value": "200.000000" - }, - "PCW_ACT_QSPI_PERIPHERAL_FREQMHZ": { - "value": "10.000000" - }, - "PCW_ACT_SDIO_PERIPHERAL_FREQMHZ": { - "value": "10.000000" - }, - "PCW_ACT_SMC_PERIPHERAL_FREQMHZ": { - "value": "10.000000" - }, - "PCW_ACT_SPI_PERIPHERAL_FREQMHZ": { - "value": "10.000000" - }, - "PCW_ACT_TPIU_PERIPHERAL_FREQMHZ": { - "value": "200.000000" - }, - "PCW_ACT_TTC0_CLK0_PERIPHERAL_FREQMHZ": { - "value": "111.111115" - }, - "PCW_ACT_TTC0_CLK1_PERIPHERAL_FREQMHZ": { - "value": "111.111115" - }, - "PCW_ACT_TTC0_CLK2_PERIPHERAL_FREQMHZ": { - "value": "111.111115" - }, - "PCW_ACT_TTC1_CLK0_PERIPHERAL_FREQMHZ": { - "value": "111.111115" - }, - "PCW_ACT_TTC1_CLK1_PERIPHERAL_FREQMHZ": { - "value": "111.111115" - }, - "PCW_ACT_TTC1_CLK2_PERIPHERAL_FREQMHZ": { - "value": "111.111115" - }, - "PCW_ACT_UART_PERIPHERAL_FREQMHZ": { - "value": "100.000000" - }, - "PCW_ACT_WDT_PERIPHERAL_FREQMHZ": { - "value": "111.111115" - }, - "PCW_CLK0_FREQ": { - "value": "200000000" - }, - "PCW_CLK1_FREQ": { - "value": "10000000" - }, - "PCW_CLK2_FREQ": { - "value": "10000000" - }, - "PCW_CLK3_FREQ": { - "value": "10000000" - }, - "PCW_DDR_RAM_HIGHADDR": { - "value": "0x1FFFFFFF" - }, - "PCW_EN_EMIO_UART0": { - "value": "0" - }, - "PCW_EN_UART0": { - "value": "1" - }, - "PCW_FPGA0_PERIPHERAL_FREQMHZ": { - "value": "200" - }, - "PCW_FPGA_FCLK0_ENABLE": { - "value": "1" - }, - "PCW_MIO_14_IOTYPE": { - "value": "LVCMOS 3.3V" - }, - "PCW_MIO_14_PULLUP": { - "value": "enabled" - }, - "PCW_MIO_14_SLEW": { - "value": "slow" - }, - "PCW_MIO_15_IOTYPE": { - "value": "LVCMOS 3.3V" - }, - "PCW_MIO_15_PULLUP": { - "value": "enabled" - }, - "PCW_MIO_15_SLEW": { - "value": "slow" - }, - "PCW_MIO_TREE_PERIPHERALS": { - "value": "unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#UART 0#UART 0#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned" - }, - "PCW_MIO_TREE_SIGNALS": { - "value": "unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#rx#tx#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned#unassigned" - }, - "PCW_UART0_GRP_FULL_ENABLE": { - "value": "0" - }, - "PCW_UART0_PERIPHERAL_ENABLE": { - "value": "1" - }, - "PCW_UART0_UART0_IO": { - "value": "MIO 14 .. 15" - }, - "PCW_UART_PERIPHERAL_FREQMHZ": { - "value": "100" - }, - "PCW_UART_PERIPHERAL_VALID": { - "value": "1" - }, - "PCW_UIPARAM_ACT_DDR_FREQ_MHZ": { - "value": "533.333374" - }, - "PCW_UIPARAM_DDR_PARTNO": { - "value": "MT41J128M16 HA-125" - } - }, - "interface_ports": { - "M_AXI_GP0": { - "vlnv": "xilinx.com:interface:aximm_rtl:1.0", - "mode": "Master", - "address_space_ref": "Data", - "base_address": { - "minimum": "0x40000000", - "maximum": "0x7FFFFFFF", - "width": "32" - } - } - }, - "addressing": { - "address_spaces": { - "Data": { - "range": "4G", - "width": "32", - "local_memory_map": { - "name": "Data", - "description": "Address Space Segments", - "address_blocks": { - "segment1": { - "name": "segment1", - "display_name": "segment1", - "base_address": "0x00000000", - "range": "256K", - "width": "18", - "usage": "register" - }, - "segment2": { - "name": "segment2", - "display_name": "segment2", - "base_address": "0x00040000", - "range": "256K", - "width": "19", - "usage": "register" - }, - "segment3": { - "name": "segment3", - "display_name": "segment3", - "base_address": "0x00080000", - "range": "512K", - "width": "20", - "usage": "register" - }, - "segment4": { - "name": "segment4", - "display_name": "segment4", - "base_address": "0x00100000", - "range": "1023M", - "width": "30", - "usage": "register" - }, - "M_AXI_GP0": { - "name": "M_AXI_GP0", - "display_name": "M_AXI_GP0", - "base_address": "0x40000000", - "range": "1G", - "width": "31", - "usage": "register" - }, - "M_AXI_GP1": { - "name": "M_AXI_GP1", - "display_name": "M_AXI_GP1", - "base_address": "0x80000000", - "range": "1G", - "width": "32", - "usage": "register" - }, - "IO_Peripheral_Registers": { - "name": "IO_Peripheral_Registers", - "display_name": "IO Peripheral Registers", - "base_address": "0xE0000000", - "range": "3M", - "width": "32", - "usage": "register" - }, - "SMC_Memories": { - "name": "SMC_Memories", - "display_name": "SMC Memories", - "base_address": "0xE1000000", - "range": "80M", - "width": "32", - "usage": "register" - }, - "SLCR_Registers": { - "name": "SLCR_Registers", - "display_name": "SLCR Registers", - "base_address": "0xF8000000", - "range": "3K", - "width": "32", - "usage": "register" - }, - "PS_System_Registers": { - "name": "PS_System_Registers", - "display_name": "PS System Registers", - "base_address": "0xF8001000", - "range": "8252K", - "width": "32", - "usage": "register" - }, - "CPU_Private_Registers": { - "name": "CPU_Private_Registers", - "display_name": "CPU Private Registers", - "base_address": "0xF8900000", - "range": "6156K", - "width": "32", - "usage": "register" - }, - "segment5": { - "name": "segment5", - "display_name": "segment5", - "base_address": "0xFC000000", - "range": "32M", - "width": "32", - "usage": "register" - }, - "segment6": { - "name": "segment6", - "display_name": "segment6", - "base_address": "0xFFFC0000", - "range": "256K", - "width": "32", - "usage": "register" - } - } - } - } - } - } - }, - "ps7_0_axi_periph": { - "vlnv": "xilinx.com:ip:axi_interconnect:2.1", - "xci_path": "ip/system_ps7_0_axi_periph_0/system_ps7_0_axi_periph_0.xci", - "inst_hier_path": "ps7_0_axi_periph", - "xci_name": "system_ps7_0_axi_periph_0", - "parameters": { - "NUM_MI": { - "value": "2" - }, - "S00_HAS_DATA_FIFO": { - "value": "2" - }, - "STRATEGY": { - "value": "2" - } - }, - "interface_ports": { - "S00_AXI": { - "mode": "Slave", - "vlnv_bus_definition": "xilinx.com:interface:aximm:1.0", - "vlnv": "xilinx.com:interface:aximm_rtl:1.0" - }, - "M00_AXI": { - "mode": "Master", - "vlnv_bus_definition": "xilinx.com:interface:aximm:1.0", - "vlnv": "xilinx.com:interface:aximm_rtl:1.0" - }, - "M01_AXI": { - "mode": "Master", - "vlnv_bus_definition": "xilinx.com:interface:aximm:1.0", - "vlnv": "xilinx.com:interface:aximm_rtl:1.0" - } - }, - "ports": { - "ACLK": { - "type": "clk", - "direction": "I", - "parameters": { - "ASSOCIATED_RESET": { - "value": "ARESETN" - } - } - }, - "ARESETN": { - "type": "rst", - "direction": "I" - }, - "S00_ACLK": { - "type": "clk", - "direction": "I", - "parameters": { - "ASSOCIATED_BUSIF": { - "value": "S00_AXI" - }, - "ASSOCIATED_RESET": { - "value": "S00_ARESETN" - } - } - }, - "S00_ARESETN": { - "type": "rst", - "direction": "I" - }, - "M00_ACLK": { - "type": "clk", - "direction": "I", - "parameters": { - "ASSOCIATED_BUSIF": { - "value": "M00_AXI" - }, - "ASSOCIATED_RESET": { - "value": "M00_ARESETN" - } - } - }, - "M00_ARESETN": { - "type": "rst", - "direction": "I" - }, - "M01_ACLK": { - "type": "clk", - "direction": "I", - "parameters": { - "ASSOCIATED_BUSIF": { - "value": "M01_AXI" - }, - "ASSOCIATED_RESET": { - "value": "M01_ARESETN" - } - } - }, - "M01_ARESETN": { - "type": "rst", - "direction": "I" - } - }, - "components": { - "xbar": { - "vlnv": "xilinx.com:ip:axi_crossbar:2.1", - "xci_name": "system_xbar_0", - "xci_path": "ip/system_xbar_0/system_xbar_0.xci", - "inst_hier_path": "ps7_0_axi_periph/xbar", - "parameters": { - "NUM_MI": { - "value": "2" - }, - "NUM_SI": { - "value": "1" - }, - "STRATEGY": { - "value": "2" - } - }, - "interface_ports": { - "S00_AXI": { - "vlnv": "xilinx.com:interface:aximm_rtl:1.0", - "mode": "Slave", - "bridges": [ - "M00_AXI", - "M01_AXI" - ] - } - } - }, - "s00_couplers": { - "interface_ports": { - "M_AXI": { - "mode": "Master", - "vlnv_bus_definition": "xilinx.com:interface:aximm:1.0", - "vlnv": "xilinx.com:interface:aximm_rtl:1.0" - }, - "S_AXI": { - "mode": "Slave", - "vlnv_bus_definition": "xilinx.com:interface:aximm:1.0", - "vlnv": "xilinx.com:interface:aximm_rtl:1.0" - } - }, - "ports": { - "M_ACLK": { - "type": "clk", - "direction": "I", - "parameters": { - "ASSOCIATED_BUSIF": { - "value": "M_AXI" - }, - "ASSOCIATED_RESET": { - "value": "M_ARESETN" - } - } - }, - "M_ARESETN": { - "type": "rst", - "direction": "I" - }, - "S_ACLK": { - "type": "clk", - "direction": "I", - "parameters": { - "ASSOCIATED_BUSIF": { - "value": "S_AXI" - }, - "ASSOCIATED_RESET": { - "value": "S_ARESETN" - } - } - }, - "S_ARESETN": { - "type": "rst", - "direction": "I" - } - }, - "components": { - "s00_data_fifo": { - "vlnv": "xilinx.com:ip:axi_data_fifo:2.1", - "xci_name": "system_s00_data_fifo_0", - "xci_path": "ip/system_s00_data_fifo_0/system_s00_data_fifo_0.xci", - "inst_hier_path": "ps7_0_axi_periph/s00_couplers/s00_data_fifo", - "interface_ports": { - "S_AXI": { - "vlnv": "xilinx.com:interface:aximm_rtl:1.0", - "mode": "Slave", - "bridges": [ - "M_AXI" - ] - } - } - }, - "auto_pc": { - "vlnv": "xilinx.com:ip:axi_protocol_converter:2.1", - "xci_name": "system_auto_pc_0", - "xci_path": "ip/system_auto_pc_0/system_auto_pc_0.xci", - "inst_hier_path": "ps7_0_axi_periph/s00_couplers/auto_pc", - "parameters": { - "MI_PROTOCOL": { - "value": "AXI4LITE" - }, - "SI_PROTOCOL": { - "value": "AXI3" - } - }, - "interface_ports": { - "S_AXI": { - "vlnv": "xilinx.com:interface:aximm_rtl:1.0", - "mode": "Slave", - "bridges": [ - "M_AXI" - ] - } - } - } - }, - "interface_nets": { - "auto_pc_to_s00_data_fifo": { - "interface_ports": [ - "s00_data_fifo/S_AXI", - "auto_pc/M_AXI" - ] - }, - "s00_couplers_to_auto_pc": { - "interface_ports": [ - "S_AXI", - "auto_pc/S_AXI" - ] - }, - "s00_data_fifo_to_s00_couplers": { - "interface_ports": [ - "M_AXI", - "s00_data_fifo/M_AXI" - ] - } - }, - "nets": { - "M_ACLK_1": { - "ports": [ - "M_ACLK", - "s00_data_fifo/aclk" - ] - }, - "M_ARESETN_1": { - "ports": [ - "M_ARESETN", - "s00_data_fifo/aresetn" - ] - }, - "S_ACLK_1": { - "ports": [ - "S_ACLK", - "auto_pc/aclk" - ] - }, - "S_ARESETN_1": { - "ports": [ - "S_ARESETN", - "auto_pc/aresetn" - ] - } - } - }, - "m00_couplers": { - "interface_ports": { - "M_AXI": { - "mode": "Master", - "vlnv_bus_definition": "xilinx.com:interface:aximm:1.0", - "vlnv": "xilinx.com:interface:aximm_rtl:1.0" - }, - "S_AXI": { - "mode": "Slave", - "vlnv_bus_definition": "xilinx.com:interface:aximm:1.0", - "vlnv": "xilinx.com:interface:aximm_rtl:1.0" - } - }, - "ports": { - "M_ACLK": { - "type": "clk", - "direction": "I", - "parameters": { - "ASSOCIATED_BUSIF": { - "value": "M_AXI" - }, - "ASSOCIATED_RESET": { - "value": "M_ARESETN" - } - } - }, - "M_ARESETN": { - "type": "rst", - "direction": "I" - }, - "S_ACLK": { - "type": "clk", - "direction": "I", - "parameters": { - "ASSOCIATED_BUSIF": { - "value": "S_AXI" - }, - "ASSOCIATED_RESET": { - "value": "S_ARESETN" - } - } - }, - "S_ARESETN": { - "type": "rst", - "direction": "I" - } - }, - "interface_nets": { - "m00_couplers_to_m00_couplers": { - "interface_ports": [ - "S_AXI", - "M_AXI" - ] - } - } - }, - "m01_couplers": { - "interface_ports": { - "M_AXI": { - "mode": "Master", - "vlnv_bus_definition": "xilinx.com:interface:aximm:1.0", - "vlnv": "xilinx.com:interface:aximm_rtl:1.0" - }, - "S_AXI": { - "mode": "Slave", - "vlnv_bus_definition": "xilinx.com:interface:aximm:1.0", - "vlnv": "xilinx.com:interface:aximm_rtl:1.0" - } - }, - "ports": { - "M_ACLK": { - "type": "clk", - "direction": "I", - "parameters": { - "ASSOCIATED_BUSIF": { - "value": "M_AXI" - }, - "ASSOCIATED_RESET": { - "value": "M_ARESETN" - } - } - }, - "M_ARESETN": { - "type": "rst", - "direction": "I" - }, - "S_ACLK": { - "type": "clk", - "direction": "I", - "parameters": { - "ASSOCIATED_BUSIF": { - "value": "S_AXI" - }, - "ASSOCIATED_RESET": { - "value": "S_ARESETN" - } - } - }, - "S_ARESETN": { - "type": "rst", - "direction": "I" - } - }, - "interface_nets": { - "m01_couplers_to_m01_couplers": { - "interface_ports": [ - "S_AXI", - "M_AXI" - ] - } - } - } - }, - "interface_nets": { - "m00_couplers_to_ps7_0_axi_periph": { - "interface_ports": [ - "M00_AXI", - "m00_couplers/M_AXI" - ] - }, - "m01_couplers_to_ps7_0_axi_periph": { - "interface_ports": [ - "M01_AXI", - "m01_couplers/M_AXI" - ] - }, - "ps7_0_axi_periph_to_s00_couplers": { - "interface_ports": [ - "S00_AXI", - "s00_couplers/S_AXI" - ] - }, - "s00_couplers_to_xbar": { - "interface_ports": [ - "s00_couplers/M_AXI", - "xbar/S00_AXI" - ] - }, - "xbar_to_m00_couplers": { - "interface_ports": [ - "xbar/M00_AXI", - "m00_couplers/S_AXI" - ] - }, - "xbar_to_m01_couplers": { - "interface_ports": [ - "xbar/M01_AXI", - "m01_couplers/S_AXI" - ] - } - }, - "nets": { - "ps7_0_axi_periph_ACLK_net": { - "ports": [ - "ACLK", - "xbar/aclk", - "s00_couplers/S_ACLK", - "s00_couplers/M_ACLK", - "m00_couplers/M_ACLK", - "m01_couplers/M_ACLK", - "m00_couplers/S_ACLK", - "m01_couplers/S_ACLK" - ] - }, - "ps7_0_axi_periph_ARESETN_net": { - "ports": [ - "ARESETN", - "xbar/aresetn", - "s00_couplers/S_ARESETN", - "s00_couplers/M_ARESETN", - "m00_couplers/M_ARESETN", - "m01_couplers/M_ARESETN", - "m00_couplers/S_ARESETN", - "m01_couplers/S_ARESETN" - ] - } - } - }, - "rst_ps7_0_200M": { - "vlnv": "xilinx.com:ip:proc_sys_reset:5.0", - "xci_name": "system_rst_ps7_0_200M_0", - "xci_path": "ip/system_rst_ps7_0_200M_0/system_rst_ps7_0_200M_0.xci", - "inst_hier_path": "rst_ps7_0_200M" - }, - "ip_encoder_0": { - "vlnv": "user.org:user:ip_encoder:1.0", - "xci_name": "system_ip_encoder_0_1", - "xci_path": "ip/system_ip_encoder_0_1/system_ip_encoder_0_1.xci", - "inst_hier_path": "ip_encoder_0" - }, - "ila_0": { - "vlnv": "xilinx.com:ip:ila:6.2", - "xci_name": "system_ila_0_0", - "xci_path": "ip/system_ila_0_0/system_ila_0_0.xci", - "inst_hier_path": "ila_0", - "parameters": { - "C_DATA_DEPTH": { - "value": "4096" - }, - "C_ENABLE_ILA_AXI_MON": { - "value": "false" - }, - "C_MONITOR_TYPE": { - "value": "Native" - }, - "C_NUM_OF_PROBES": { - "value": "5" - }, - "C_PROBE0_WIDTH": { - "value": "48" - }, - "C_PROBE3_WIDTH": { - "value": "1" - }, - "C_PROBE4_WIDTH": { - "value": "1" - }, - "C_PROBE5_WIDTH": { - "value": "1" - } - } - }, - "valve_interfaces_0": { - "vlnv": "xilinx.com:module_ref:valve_interfaces:1.0", - "xci_name": "system_valve_interfaces_0_0", - "xci_path": "ip/system_valve_interfaces_0_0/system_valve_interfaces_0_0.xci", - "inst_hier_path": "valve_interfaces_0", - "reference_info": { - "ref_type": "hdl", - "ref_name": "valve_interfaces", - "boundary_crc": "0x0" - }, - "ports": { - "total_valve_data": { - "direction": "I", - "left": "383", - "right": "0" - }, - "sys_clk": { - "type": "clk", - "direction": "I", - "parameters": { - "FREQ_HZ": { - "value": "2e+08", - "value_src": "user_prop" - }, - "CLK_DOMAIN": { - "value": "system_processing_system7_0_0_FCLK_CLK0", - "value_src": "default_prop" - } - } - }, - "rst_n": { - "type": "rst", - "direction": "I", - "parameters": { - "POLARITY": { - "value": "ACTIVE_LOW", - "value_src": "constant" - } - } - }, - "valve_en": { - "direction": "I" - }, - "empty": { - "direction": "I" - }, - "sclk": { - "direction": "O", - "left": "5", - "right": "0" - }, - "sen": { - "direction": "O", - "left": "5", - "right": "0" - }, - "sdata": { - "direction": "O", - "left": "5", - "right": "0" - } - } - }, - "ip_fifo_0": { - "vlnv": "user.org:user:ip_fifo:1.0", - "xci_name": "system_ip_fifo_0_0", - "xci_path": "ip/system_ip_fifo_0_0/system_ip_fifo_0_0.xci", - "inst_hier_path": "ip_fifo_0" - } - }, - "interface_nets": { - "processing_system7_0_DDR": { - "interface_ports": [ - "DDR", - "processing_system7_0/DDR" - ] - }, - "processing_system7_0_FIXED_IO": { - "interface_ports": [ - "FIXED_IO", - "processing_system7_0/FIXED_IO" - ] - }, - "processing_system7_0_M_AXI_GP0": { - "interface_ports": [ - "processing_system7_0/M_AXI_GP0", - "ps7_0_axi_periph/S00_AXI" - ] - }, - "ps7_0_axi_periph_M00_AXI": { - "interface_ports": [ - "ps7_0_axi_periph/M00_AXI", - "ip_fifo_0/S00_AXI" - ] - }, - "ps7_0_axi_periph_M01_AXI": { - "interface_ports": [ - "ps7_0_axi_periph/M01_AXI", - "ip_encoder_0/S00_AXI" - ] - } - }, - "nets": { - "in_signal_0_1": { - "ports": [ - "encoder_signal", - "ip_encoder_0/in_signal" - ] - }, - "ip_encoder_0_out_signal_camera": { - "ports": [ - "ip_encoder_0/out_signal_camera", - "out_signal_camera_0", - "ila_0/probe3" - ] - }, - "ip_encoder_0_out_signal_camera_posedge": { - "ports": [ - "ip_encoder_0/out_signal_camera_posedge", - "ila_0/probe1", - "ip_fifo_0/rd_en" - ] - }, - "ip_encoder_0_out_signal_valve": { - "ports": [ - "ip_encoder_0/out_signal_valve", - "ila_0/probe4" - ] - }, - "ip_encoder_0_out_signal_valve_posedge": { - "ports": [ - "ip_encoder_0/out_signal_valve_posedge", - "valve_interfaces_0/valve_en", - "ila_0/probe2" - ] - }, - "ip_fifo_0_dout": { - "ports": [ - "ip_fifo_0/dout", - "ila_0/probe0", - "valve_interfaces_0/total_valve_data" - ] - }, - "ip_fifo_0_empty": { - "ports": [ - "ip_fifo_0/empty", - "valve_interfaces_0/empty" - ] - }, - "processing_system7_0_FCLK_CLK0": { - "ports": [ - "processing_system7_0/FCLK_CLK0", - "processing_system7_0/M_AXI_GP0_ACLK", - "ps7_0_axi_periph/S00_ACLK", - "rst_ps7_0_200M/slowest_sync_clk", - "ps7_0_axi_periph/M00_ACLK", - "ps7_0_axi_periph/ACLK", - "ps7_0_axi_periph/M01_ACLK", - "ip_encoder_0/s00_axi_aclk", - "ila_0/clk", - "valve_interfaces_0/sys_clk", - "ip_fifo_0/s00_axi_aclk" - ] - }, - "processing_system7_0_FCLK_RESET0_N": { - "ports": [ - "processing_system7_0/FCLK_RESET0_N", - "valve_interfaces_0/rst_n", - "rst_ps7_0_200M/ext_reset_in" - ] - }, - "rst_ps7_0_200M_peripheral_aresetn": { - "ports": [ - "rst_ps7_0_200M/peripheral_aresetn", - "ps7_0_axi_periph/S00_ARESETN", - "ps7_0_axi_periph/M00_ARESETN", - "ps7_0_axi_periph/ARESETN", - "ps7_0_axi_periph/M01_ARESETN", - "ip_encoder_0/s00_axi_aresetn", - "ip_fifo_0/s00_axi_aresetn" - ] - }, - "valve_interfaces_0_sclk": { - "ports": [ - "valve_interfaces_0/sclk", - "sclk_0" - ] - }, - "valve_interfaces_0_sdata": { - "ports": [ - "valve_interfaces_0/sdata", - "sdata_0" - ] - }, - "valve_interfaces_0_sen": { - "ports": [ - "valve_interfaces_0/sen", - "sen_0" - ] - } - }, - "addressing": { - "/processing_system7_0": { - "address_spaces": { - "Data": { - "segments": { - "SEG_ip_encoder_0_S00_AXI_reg": { - "address_block": "/ip_encoder_0/S00_AXI/S00_AXI_reg", - "offset": "0x43C10000", - "range": "64K", - "offset_base_param": "C_S00_AXI_BASEADDR", - "offset_high_param": "C_S00_AXI_HIGHADDR" - }, - "SEG_ip_fifo_0_S00_AXI_reg": { - "address_block": "/ip_fifo_0/S00_AXI/S00_AXI_reg", - "offset": "0x43C00000", - "range": "64K", - "offset_base_param": "C_S00_AXI_BASEADDR", - "offset_high_param": "C_S00_AXI_HIGHADDR" - } - } - } - } - } - } - } -} \ No newline at end of file diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/system.bda b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/system.bda deleted file mode 100644 index 60ec1cb..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/system.bda +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - 0x43C10000 - C_S00_AXI_BASEADDR - 0x43C1FFFF - C_S00_AXI_HIGHADDR - Data - /processing_system7_0 - M_AXI_GP0 - SEG_ip_encoder_0_S00_AXI_reg - xilinx.com:ip:processing_system7:5.5 - both - /ip_encoder_0 - S00_AXI - S00_AXI_reg - user.org:user:ip_encoder:1.0 - register - AC - - - 2 - system - VR - - - active - 2 - PM - - - system - BC - - - 0x43C00000 - C_S00_AXI_BASEADDR - 0x43C0FFFF - C_S00_AXI_HIGHADDR - Data - /processing_system7_0 - M_AXI_GP0 - SEG_ip_fifo_0_S00_AXI_reg - xilinx.com:ip:processing_system7:5.5 - both - /ip_fifo_0 - S00_AXI - S00_AXI_reg - user.org:user:ip_fifo:1.0 - register - AC - - - - - 2 - - - 2 - - - diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ui/bd_c954508f.ui b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ui/bd_c954508f.ui deleted file mode 100644 index 2a276ca..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/bd/system/ui/bd_c954508f.ui +++ /dev/null @@ -1,49 +0,0 @@ -{ - "ActiveEmotionalView":"Default View", - "Default View_ScaleFactor":"0.926657", - "Default View_TopLeft":"-156,-150", - "ExpandedHierarchyInLayout":"", - "guistr":"# # String gsaved with Nlview 7.0r4 2019-12-20 bk=1.5203 VDI=41 GEI=36 GUI=JA:10.0 TLS -# -string -flagsOSRD -preplace port DDR -pg 1 -lvl 5 -x 1620 -y 320 -defaultsOSRD -preplace port FIXED_IO -pg 1 -lvl 5 -x 1620 -y 340 -defaultsOSRD -preplace port port-id_encoder_signal -pg 1 -lvl 0 -x 0 -y 260 -defaultsOSRD -preplace port port-id_out_signal_camera_0 -pg 1 -lvl 5 -x 1620 -y 520 -defaultsOSRD -preplace portBus sen_0 -pg 1 -lvl 5 -x 1620 -y 120 -defaultsOSRD -preplace portBus sclk_0 -pg 1 -lvl 5 -x 1620 -y 100 -defaultsOSRD -preplace portBus sdata_0 -pg 1 -lvl 5 -x 1620 -y 140 -defaultsOSRD -preplace inst processing_system7_0 -pg 1 -lvl 1 -x 230 -y 360 -defaultsOSRD -preplace inst ps7_0_axi_periph -pg 1 -lvl 2 -x 640 -y 140 -defaultsOSRD -preplace inst rst_ps7_0_200M -pg 1 -lvl 1 -x 230 -y 160 -defaultsOSRD -preplace inst ip_encoder_0 -pg 1 -lvl 3 -x 1010 -y 430 -defaultsOSRD -preplace inst ila_0 -pg 1 -lvl 4 -x 1410 -y 430 -defaultsOSRD -preplace inst valve_interfaces_0 -pg 1 -lvl 4 -x 1410 -y 120 -defaultsOSRD -preplace inst ip_fifo_0 -pg 1 -lvl 3 -x 1010 -y 160 -defaultsOSRD -preplace netloc in_signal_0_1 1 0 3 NJ 260 470J 420 NJ -preplace netloc ip_encoder_0_out_signal_camera 1 3 2 1230J 300 1590J -preplace netloc ip_fifo_0_dout 1 3 1 1220 80n -preplace netloc ip_fifo_0_empty 1 3 1 N 160 -preplace netloc processing_system7_0_FCLK_CLK0 1 0 4 20 60 440 290 820 280 1240 -preplace netloc rst_ps7_0_200M_peripheral_aresetn 1 1 2 430 280 800 -preplace netloc valve_interfaces_0_sclk 1 4 1 NJ 100 -preplace netloc valve_interfaces_0_sdata 1 4 1 NJ 140 -preplace netloc valve_interfaces_0_sen 1 4 1 NJ 120 -preplace netloc ip_encoder_0_out_signal_valve_posedge 1 3 1 1210 140n -preplace netloc processing_system7_0_FCLK_RESET0_N 1 0 4 30 460 490 330 790J 40 1230J -preplace netloc ip_encoder_0_out_signal_camera_posedge 1 2 2 830 520 1200 -preplace netloc ip_encoder_0_out_signal_valve 1 3 1 1190 420n -preplace netloc processing_system7_0_DDR 1 1 4 460J 310 NJ 310 NJ 310 1600J -preplace netloc processing_system7_0_FIXED_IO 1 1 4 480J 320 NJ 320 NJ 320 1580J -preplace netloc processing_system7_0_M_AXI_GP0 1 1 1 450 60n -preplace netloc ps7_0_axi_periph_M00_AXI 1 2 1 N 130 -preplace netloc ps7_0_axi_periph_M01_AXI 1 2 1 810 150n -levelinfo -pg 1 0 230 640 1010 1410 1620 -pagesize -pg 1 -db -bbox -sgen -160 0 1820 540 -" -} -{ - "da_axi4_cnt":"2", - "da_board_cnt":"1", - "da_clkrst_cnt":"2", - "da_ps7_cnt":"1" -} diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/ip/.Xil/.valve_interface_0.xcix.lock b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/ip/.Xil/.valve_interface_0.xcix.lock deleted file mode 100644 index e69de29..0000000 diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/ip/valve_interface_0.xcix b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/ip/valve_interface_0.xcix deleted file mode 100644 index 5983e1b..0000000 Binary files a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/ip/valve_interface_0.xcix and /dev/null differ diff --git a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/new/valve_interfaces.v b/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/new/valve_interfaces.v deleted file mode 100644 index 240afab..0000000 --- a/hardware/test_lower_machine/test_lower_machine.srcs/sources_1/new/valve_interfaces.v +++ /dev/null @@ -1,46 +0,0 @@ -module valve_interfaces#( - parameter VALVE_PORT_NUM = 6, - parameter TOTAL_VALVE_DATA_WIDTH = 384, - parameter VALVE_DATA_WIDTH = 48 - )( - input [TOTAL_VALVE_DATA_WIDTH - 1:0] total_valve_data, - input sys_clk, - input rst_n, - input valve_en, - input empty, - output [VALVE_PORT_NUM - 1:0] sclk, - output [VALVE_PORT_NUM - 1:0] sen, - output [VALVE_PORT_NUM - 1:0] sdata - ); - - reg [1:0] valve_en_buf; - wire [TOTAL_VALVE_DATA_WIDTH - 1:0] total_valve_data_safe = empty ? 'b0 : total_valve_data; - wire valve_en_delayed = valve_en_buf[1]; - always @(posedge sys_clk) begin - if (!rst_n) begin - valve_en_buf <= 0; - end - else begin - valve_en_buf[0] <= valve_en; - valve_en_buf[1] <= valve_en_buf[0]; - end - end - - generate - genvar i; - for(i=0; i - - - - - diff --git a/hardware/test_lower_machine/test_lower_machine.tmp/ip_encoder_v1_0_project/ip_encoder_v1_0_project.xpr b/hardware/test_lower_machine/test_lower_machine.tmp/ip_encoder_v1_0_project/ip_encoder_v1_0_project.xpr deleted file mode 100644 index 82876ee..0000000 --- a/hardware/test_lower_machine/test_lower_machine.tmp/ip_encoder_v1_0_project/ip_encoder_v1_0_project.xpr +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Vivado Synthesis Defaults - - - - - - - - - - - Default settings for Implementation. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default_dashboard - - - diff --git a/hardware/test_lower_machine/test_lower_machine.xpr b/hardware/test_lower_machine/test_lower_machine.xpr deleted file mode 100644 index 8eedae5..0000000 --- a/hardware/test_lower_machine/test_lower_machine.xpr +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default_dashboard - - - diff --git a/hardware/xme0724ioextend/out/xme0724ioextend_gerber_v2.0.zip b/hardware/xme0724ioextend/out/xme0724ioextend_gerber_v2.0.zip deleted file mode 100644 index ae4b3f1..0000000 Binary files a/hardware/xme0724ioextend/out/xme0724ioextend_gerber_v2.0.zip and /dev/null differ diff --git a/hardware/xme0724ioextend/out/xme0724ioextend_v2.0_ass.pdf b/hardware/xme0724ioextend/out/xme0724ioextend_v2.0_ass.pdf deleted file mode 100644 index c1bb30f..0000000 Binary files a/hardware/xme0724ioextend/out/xme0724ioextend_v2.0_ass.pdf and /dev/null differ diff --git a/hardware/xme0724ioextend/out/xme0724ioextend_v2.0_bom.xlsx b/hardware/xme0724ioextend/out/xme0724ioextend_v2.0_bom.xlsx deleted file mode 100644 index 29eb5db..0000000 Binary files a/hardware/xme0724ioextend/out/xme0724ioextend_v2.0_bom.xlsx and /dev/null differ diff --git a/hardware/xme0724ioextend/out/xme0724ioextend_v2.0_sch.pdf b/hardware/xme0724ioextend/out/xme0724ioextend_v2.0_sch.pdf deleted file mode 100644 index ae7a5c5..0000000 Binary files a/hardware/xme0724ioextend/out/xme0724ioextend_v2.0_sch.pdf and /dev/null differ diff --git a/protocol/下位机和上位机通信协议.md b/protocol/下位机和上位机通信协议.md index 738a868..232bb9f 100644 --- a/protocol/下位机和上位机通信协议.md +++ b/protocol/下位机和上位机通信协议.md @@ -1,29 +1,34 @@ +# 下位机和上位机通信协议 V1.1 + | 起始 | 长度高 | 长度低 | 类型高 | 类型低 | 数据字节1 | ... | 数据字节n | 校验低 | 校验高 | 结束 | | ---- | ------ | ------ | ------ | ------ | --------- | ---- | --------- | ------ | ------ | ---- | -| 0xAA | 0x00 | 0x03 | 's' | 't' | | | | 0xFF | 0xFF | 0xBB | +| 0xAA | 0x00 | 0x0A | 's' | 't' | | | | 0xFF | 0xFF | 0xBB | -长度=数据字节数+2,组成一个无符号16位数,校验字节随意给值即可 +**长度**=数据字节数+2,组成一个无符号16位数,校验字节随意给值即可 -类型 +**类型** - 命令 - - 开始命令 st,长度3,数据0xFF - - 停止命令sp,长度3,数据0xFF - - 测试命令te,长度3,数据0xFF - - poweron命令po,长度3,数据0xFF - - 设置相机触发周期对应的脉冲数sc,长度4,数据位十进制字符串'5''0'表示值50,'5'在前,'0'在后 - - 设置阀板动作对应的脉冲数sv,长度4,数据位十进制字符串'5''0'表示值50,'5'在前,'0'在后 - - 设置相机触发到阀板动作的延迟脉冲数sd,长度4,数据位十进制字符串'5''0'表示值100,'5'在前,'0'在后 - - 数据命令da, 长度为3002,数据要有3000个 + - 开始命令 st,**长度**3,**数据**0xFF + - 停止命令sp,**长度**3,**数据**0xFF + - 测试命令te,**长度**10,数据为十进制字符串,'0''0''0''0''0''0''5''0'表示值50,'5'在前,'0'在后 + - 停止测试tt,**长度**3,**数据**0xFF + - poweron命令po,**长度**3,**数据**0xFF + - 设置相机触发周期对应的脉冲数sc,**长度**10,数据为十进制字符串,'0''0''0''0''0''0''5''0'表示值50,'5'在前,'0'在后 // 1234 + - 设置阀板动作对应的脉冲数sv,**长度**10,数据为十进制字符串,'0''0''0''0''0''0''5''0'表示值50,'5'在前,'0'在后 //1000 + - 设置相机触发到阀板动作的延迟脉冲数sd,**长度**10,数据为十进制字符串,'0''0''0''0''0''0''5''0'表示值50,'5'在前,'0'在后 //200 + - 数据命令da, **长度**为视需求而定,数据要有(**长度**-2)个字节 - 数据 - 数据就是阀数据,其实这是一个命令,也就是数据命令'da',分到数据这一节写是因为它的参数格式和其他命令不同,下表为字节排序,接收时从左往右,也就是数据字节1先接收到,然后是数据字节2,最后是数据字节6。阀1代表面向阀板,最靠近右边的阀,所以最左边的为阀48 + 数据就是阀数据,其实这是一个命令,也就是数据命令'da',分到数据这一节写是因为它的参数格式和其他命令不同,下表为字节排序,接收时从右往左,也就是数据字节1先接收到,然后是数据字节2,最后是数据字节(m-1)。 + + 阀1代表面向各块阀板,最靠近右边的阀,所以最左边的为阀n -| 数据字节1 | 数据字节2 | 数据字节3 | 数据字节4 | 数据字节5 | 数据字节6 | -| --------- | --------- | --------- | --------- | --------- | --------- | -| 阀48-41 | 阀40-33 | 阀32-25 | 阀24-17 | 阀16-9 | 阀8-1 | +| 数据字节(m-1) | 数据字节(m-2) | ... | 数据字节2 | 数据字节1 | 数据字节0 | +| ------------- | -------------- | ---- | --------- | --------- | --------- | +| 阀n~(n-7) | 阀(n-8)~(n-15) | ... | 阀24-17 | 阀16-9 | 阀8-1 | ​ 对于各个字节,其中的位是这么对应的,以数据字节2为例 @@ -31,4 +36,4 @@ | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | | 阀8 | 阀7 | 阀6 | 阀5 | 阀4 | 阀3 | 阀2 | 阀1 | -​ 需要注意的是,这里的数据不是ascii编码的,是直接的数据字节。上面描述字节排序的表为hostcomputer图像中的一行对应的阀动作,一共500行,发送完一行后接着发送下一行,直到最后一行。因此一共有3000个字节的数据。 \ No newline at end of file +​ 需要注意的是,这里的数据不是ascii编码的,是直接的数据字节。上面描述字节排序的表为hostcomputer图像中的一行对应的阀动作,一共若干行,发送完一行后接着发送下一行,直到最后一行。因此一共有(行数*m)个字节的数据。 \ No newline at end of file diff --git a/script/.bashrc b/script/.bashrc new file mode 100644 index 0000000..e06ffc0 --- /dev/null +++ b/script/.bashrc @@ -0,0 +1,108 @@ + +# If not running interactively, don't do anything +case $- in + *i*) ;; + *) return;; +esac + +# don't put duplicate lines or lines starting with space in the history. +# See bash(1) for more options +HISTCONTROL=ignoreboth + +# append to the history file, don't overwrite it +shopt -s histappend + +# for setting history length see HISTSIZE and HISTFILESIZE in bash(1) +HISTSIZE=1000 +HISTFILESIZE=2000 + +# check the window size after each command and, if necessary, +# update the values of LINES and COLUMNS. +shopt -s checkwinsize + +# If set, the pattern "**" used in a pathname expansion context will +# match all files and zero or more directories and subdirectories. +#shopt -s globstar + +# make less more friendly for non-text input files, see lesspipe(1) +[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" + +# set a fancy prompt (non-color, unless we know we "want" color) +case "$TERM" in + xterm-color|*-256color) color_prompt=yes;; +esac + +# uncomment for a colored prompt, if the terminal has the capability; turned +# off by default to not distract the user: the focus in a terminal window +# should be on the output of commands, not on the prompt +force_color_prompt=yes + +if [ -n "$force_color_prompt" ]; then + if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then + # We have color support; assume it's compliant with Ecma-48 + # (ISO/IEC-6429). (Lack of such support is extremely rare, and such + # a case would tend to support setf rather than setaf.) + color_prompt=yes + else + color_prompt= + fi +fi + +if [ "$color_prompt" = yes ]; then + PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' +else + PS1='\u@\h:\w\$ ' +fi +unset color_prompt force_color_prompt + +# If this is an xterm set the title to user@host:dir +case "$TERM" in +xterm*|rxvt*) + PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" + ;; +*) + ;; +esac + +# enable color support of ls and also add handy aliases + +alias ls='ls --color=auto' +#alias dir='dir --color=auto' +#alias vdir='vdir --color=auto' + +alias grep='grep --color=auto' +alias fgrep='fgrep --color=auto' +alias egrep='egrep --color=auto' + + +# colored GCC warnings and errors +#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' + +# some more ls aliases +alias ll='ls -alF' +alias la='ls -A' +alias l='ls -CF' + +# Add an "alert" alias for long running commands. Use like so: +# sleep 10; alert +alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' + +# Alias definitions. +# You may want to put all your additions into a separate file like +# ~/.bash_aliases, instead of adding them here directly. +# See /usr/share/doc/bash-doc/examples in the bash-doc package. + +if [ -f ~/.bash_aliases ]; then + . ~/.bash_aliases +fi + +# enable programmable completion features (you don't need to enable +# this, if it's already enabled in /etc/bash.bashrc and /etc/profile +# sources /etc/bash.bashrc). +if [ -f /usr/share/bash-completion/bash_completion ]; then +. /usr/share/bash-completion/bash_completion +elif [ -f /etc/bash_completion ]; then +. /etc/bash_completion +fi + + diff --git a/script/.profile b/script/.profile new file mode 100644 index 0000000..a873160 --- /dev/null +++ b/script/.profile @@ -0,0 +1,11 @@ +# ~/.profile: executed by Bourne-compatible login shells. + +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +# path set by /etc/profile +# export PATH + +# Might fail after "su - myuser" when /dev/tty* is not writable by "myuser". +mesg n 2>/dev/null diff --git a/script/README.md b/script/README.md deleted file mode 100644 index 349be25..0000000 --- a/script/README.md +++ /dev/null @@ -1,2 +0,0 @@ -待补充 - diff --git a/script/loadencoder.sh b/script/loadencoder.sh new file mode 100644 index 0000000..3cb5289 --- /dev/null +++ b/script/loadencoder.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +modprobe encoder \ No newline at end of file diff --git a/script/loadfifo.sh b/script/loadfifo.sh new file mode 100644 index 0000000..cb77206 --- /dev/null +++ b/script/loadfifo.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +modprobe fifo \ No newline at end of file diff --git a/script/target.sh b/script/target.sh new file mode 100644 index 0000000..163a163 --- /dev/null +++ b/script/target.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ -x /home/root/target ]; then + /home/root/target +fi diff --git a/source/linux_app/.gitignore b/source/linux_app/.gitignore new file mode 100644 index 0000000..90c5bbe --- /dev/null +++ b/source/linux_app/.gitignore @@ -0,0 +1,66 @@ +# Prerequisites +*.d + +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/c_cpp_properties.json +!.vscode/*.code-snippets +build/ + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf \ No newline at end of file diff --git a/source/linux_app/Makefile b/source/linux_app/Makefile new file mode 100644 index 0000000..71c2af5 --- /dev/null +++ b/source/linux_app/Makefile @@ -0,0 +1,86 @@ +#makefile for file_ioctl +CROSS_COMPILE ?= /home/miaow/software/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/bin/arm-none-linux-gnueabihf- +TARGET := target +BUILD_DIR := build + +ifeq ("$(origin V)", "command line") + KBUILD_VERBOSE = $(V) +endif +ifndef KBUILD_VERBOSE + KBUILD_VERBOSE = 0 +endif + +ifeq ($(KBUILD_VERBOSE),1) + quiet = + Q = +else + quiet=quiet_ + Q = @ +endif + +ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4 +ifneq ($(filter %s ,$(firstword x$(MAKEFLAGS))),) + quiet=silent_ +endif +else # make-3.8x +ifneq ($(filter s% -s%,$(MAKEFLAGS)),) + quiet=silent_ +endif +endif + + +SRC := $(wildcard *.c) +ASM_SRC := $(wildcard *.s) +OBJ := $(addprefix $(BUILD_DIR)/, $(notdir $(SRC:.c=.o))) +ASM_OBJ := $(addprefix $(BUILD_DIR)/, $(notdir $(ASM_SRC:.s=.o))) +DIS := $(addprefix $(BUILD_DIR)/, $(notdir $(SRC:.c=.dis))) +ASM_DIS := $(addprefix $(BUILD_DIR)/, $(notdir $(ASM_SRC:.s=.dis))) + +_TARGET := $(BUILD_DIR)/$(TARGET) +TARGET_DIS := $(BUILD_DIR)/$(TARGET).dis + +LD = $(CROSS_COMPILE)ld +CC = $(CROSS_COMPILE)gcc +CPP = $(CC) -E +AR = $(CROSS_COMPILE)ar +LDR = $(CROSS_COMPILE)ldr +STRIP = $(CROSS_COMPILE)strip +OBJCOPY = $(CROSS_COMPILE)objcopy +OBJDUMP = $(CROSS_COMPILE)objdump +CFLAGS = -g -std=gnu99 -Wall -I. +LDFLAGS = -lpthread -lc -lm -lrt + +.SECONDARY: + +.PHONY:all +all: $(_TARGET) $(DIS) $(ASM_DIS) $(TARGET_DIS) + +$(BUILD_DIR)/%.i:%.c %.h Makefile | $(BUILD_DIR) + $(Q)$(CC) -E $(CFLAGS) $< -o $@ +$(BUILD_DIR)/%.s:$(BUILD_DIR)/%.i Makefile | $(BUILD_DIR) + $(Q)$(CC) -S $(CFLAGS) $< -o $@ +$(BUILD_DIR)/%.o:$(BUILD_DIR)/%.s Makefile | $(BUILD_DIR) + $(Q)$(CC) -c $(CFLAGS) $< -o $@ +$(BUILD_DIR)/%.o:%.s Makefile | $(BUILD_DIR) + $(Q)$(CC) -c $(CFLAGS) $< -o $@ +$(BUILD_DIR)/%.dis:$(BUILD_DIR)/%.o Makefile | $(BUILD_DIR) + $(Q)$(OBJDUMP) -s -d $< > $@ +$(TARGET_DIS):$(_TARGET) Makefile | $(BUILD_DIR) + $(Q)$(OBJDUMP) -s -d $< > $@ +$(_TARGET):$(OBJ) $(ASM_OBJ) Makefile | $(BUILD_DIR) + $(Q)$(CC) $(OBJ) $(ASM_OBJ) $(LDFLAGS) -o $@ + + +.PHONY:clean +clean: + $(Q)$(RM) $(BUILD_DIR)/* -f + +.PHONY:install +install:$(TARGET) + $(Q)chmod 777 $(TARGET) + +.PHONY:$(BUILD_DIR) +$(BUILD_DIR): + $(Q)if [ ! -d $(BUILD_DIR) ]; then mkdir -p $@; fi + + \ No newline at end of file diff --git a/source/linux_app/common.h b/source/linux_app/common.h new file mode 100644 index 0000000..6578f99 --- /dev/null +++ b/source/linux_app/common.h @@ -0,0 +1,46 @@ +/** + * @file common.h + * @brief Common macros. + * @author miaow (3703781@qq.com) + * @version 1.0 + * @date 2022/06/12 + * @mainpage github.com/NanjingForestryUniversity + * + * @copyright Copyright (c) 2022 miaow + * + * @par Changelog: + * + *
Date Version Author Description + *
2022/06/12 1.0 miaow Write this file + *
+ */ +#ifndef __COMMON_H +#define __COMMON_H + +#include +#include + +#define ON_ERROR(res, message1, message2) \ + if (res < 0) \ + { \ + sprintf(perror_buffer, "error %d at %s:%d, %s, %s", res, __FILE__, __LINE__, message1, message2); \ + perror(perror_buffer); \ + } + +#define ON_ERROR_RET_VOID(res, message1, message2) \ + ON_ERROR(res, message1, message2); \ + if (res < 0) \ + { \ + res = 0; \ + return; \ + } + +#define ON_ERROR_RET(res, message1, message2, retval) \ + ON_ERROR(res, message1, message2); \ + if (res < 0) \ + { \ + res = 0; \ + return retval; \ + } + +#endif \ No newline at end of file diff --git a/source/linux_app/encoder_dev.c b/source/linux_app/encoder_dev.c new file mode 100644 index 0000000..82ab279 --- /dev/null +++ b/source/linux_app/encoder_dev.c @@ -0,0 +1,119 @@ +/** + * @file encoder_dev.c + * @brief Manage the hardware encoder unit + * @author miaow (3703781@qq.com) + * @version 1.0 + * @date 2022/06/11 + * @mainpage github.com/NanjingForestryUniversity + * + * @copyright Copyright (c) 2022 miaow + * + * @par Changelog: + * + *
Date Version Author Description + *
2022/06/11 0.9 Miaow Write this module + *
+ */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define ENCODER_CMD_FUNCTION_CLEAR 1 +#define ENCODER_CMD_FUNCTION_VIRT_INPUT 2 + +static int encoder_dev_fd = -1; +static char perror_buffer[128]; + +static struct { + unsigned int valve_divide_value; + unsigned int camera_divide_value; +} encoder_dev_divide_value_structure; + +/** + * @brief Initialize the hardware encoder unit + * @note This function just open the file descriptor of the hardware encoder unit + * @return 0 - success, other - error + */ +int encoder_dev_init() +{ + encoder_dev_fd = open(ENCODER_DEV_PATH, O_RDWR); + ON_ERROR_RET(encoder_dev_fd, "", "", -1); + return 0; +} + +/** + * @brief Set the two divider in the hareware encoder unit. + * @param valve_divide the frequency division factor between the encoder signal and valve output + * Set ENCODER_DEV_DIVIDE_NOT_TO_SET to skip changing the division facter + * @param camera_divide the frequency division factor between the encoder signal and camera triggle signal + * Set ENCODER_DEV_DIVIDE_NOT_TO_SET to skip changing the division facter + * + * @return 0 - success, other - error + */ +int encoder_dev_set_divide(int valve_divide, int camera_divide) +{ + encoder_dev_divide_value_structure.valve_divide_value = valve_divide; + encoder_dev_divide_value_structure.camera_divide_value = camera_divide; + ssize_t size = write(encoder_dev_fd, &encoder_dev_divide_value_structure, sizeof(encoder_dev_divide_value_structure)); + int res = -(size != sizeof(encoder_dev_divide_value_structure)); + ON_ERROR_RET(res, "size=", "", -1); + + return 0; +} + +/** + * @brief Set the trig signal to internal or external. + * @param mode ENCODER_TRIG_MODE_EXTERNEL for externally trig, or ENCODER_TRIG_MODE_INTERNEL for internally trig + * @return 0 - success, other - error + */ +int encoder_dev_virtual_trig(int count) +{ + int res = ioctl(encoder_dev_fd, _IOW('D', ENCODER_CMD_FUNCTION_VIRT_INPUT, 4), count); + ON_ERROR_RET(res, "", "", -1); + return 0; +} + +/** + * @brief Set the trig signal to internal or external. + * @param mode ENCODER_TRIG_MODE_EXTERNEL for externally trig, or ENCODER_TRIG_MODE_INTERNEL for internally trig + * @return 0 - success, other - error + */ +int encoder_dev_set_trigmod(int mode) +{ + int res = ioctl(encoder_dev_fd, _IOW('D', mode, 0)); + ON_ERROR_RET(res, "", "", -1); + return 0; +} + +/** + * @brief Claer the cache in hardware encoder unit. + * @note The frequency division counters continutly count pluses of external/internal signal. + * This functhion clears the counters. + * @return 0 - success, other - error + */ +int encoder_dev_flush() +{ + int res = ioctl(encoder_dev_fd, _IOW('D', ENCODER_CMD_FUNCTION_CLEAR, 0)); + ON_ERROR_RET(res, "", "", -1); + return 0; +} + +/** + * @brief Deinitialize the hardware encoder unit. + * @note This function just close the file descriptor of the encoder unit. + * @return 0 - success, other - error + */ +int encoder_dev_deinit() +{ + int res = close(encoder_dev_fd); + + ON_ERROR_RET(res, "", "", -1); + return 0; +} diff --git a/source/linux_app/encoder_dev.h b/source/linux_app/encoder_dev.h new file mode 100644 index 0000000..fc9cb19 --- /dev/null +++ b/source/linux_app/encoder_dev.h @@ -0,0 +1,35 @@ +/** + * @file encoder_dev.h + * @brief Manage the hardware encoder unit + * @author miaow (3703781@qq.com) + * @version 1.0 + * @date 2022/06/11 + * + * @copyright Copyright (c) 2022 miaow + * + * @par Changelog: + * + *
Date Version Author Description + *
2022/06/11 0.9 Miaow Write this module + *
+ */ +#ifndef __ENCODER_DEV_H +#define __ENCODER_DEV_H + +#include + +#define ENCODER_DEV_PATH "/dev/encoder" + +#define ENCODER_DEV_DIVIDE_NOT_TO_SET 0 + +#define ENCODER_TRIG_MODE_EXTERNEL 100 +#define ENCODER_TRIG_MODE_INTERNEL 101 + +int encoder_dev_set_divide(int valve_divide, int camera_divide); +int encoder_dev_flush(void); +int encoder_dev_set_trigmod(int mode); +int encoder_dev_virtual_trig(int count); +int encoder_dev_init(void); +int encoder_dev_deinit(void); + +#endif diff --git a/source/linux_app/fifo_dev.c b/source/linux_app/fifo_dev.c new file mode 100644 index 0000000..9bb04f4 --- /dev/null +++ b/source/linux_app/fifo_dev.c @@ -0,0 +1,120 @@ +/** + * @file fifo_dev.c + * @brief Operate the hardware fifo with Linux application + * @details Call fifo_dev_init() paired with fifo_dev_deinit() as their names imply, fifo_dev_write() can be executed several times to operate the hardware fifo between fifo_dev_init() and fifo_dev_deinit() + * @mainpage github.com/NanjingForestryUniversity + * @author miaow + * @email 3703781@qq.com + * @version 1.0 + * @date 2022/06/09 + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#define FIFO_CMD_FUNCTION_CLEAR 1 +#define FIFO_CMD_FUNCTION_PADDING 2 + + +static int fifo_dev_fd = -1; +static char perror_buffer[128]; + +/** + * @brief Initialize the hardware fifo + * @note This function just open the file descriptor of the hardware fifo + * @return 0 - success, other - error + */ +int fifo_dev_init() +{ + fifo_dev_fd = open(FIFO_DEV_PATH, O_RDWR); + ON_ERROR_RET(fifo_dev_fd, "", "", -1); + return 0; +} + +/** + * @brief Set value to put of a frame. + * @param valve_data An array 32bytes * 600rows. + * @return 0 - success, other - error + */ +int fifo_dev_write_frame(void *valve_data) +{ + ssize_t size = write(fifo_dev_fd, valve_data, 32 * 600); + int res = -(size < 32 * 600); + ON_ERROR_RET(res, "size=", "", -1); + + return 0; +} + +/** + * @brief Set value to put of a row. + * @param valve_data An array 32bytes. + * @return 0 - success, other - error + */ +int fifo_dev_write_row(void *valve_data) +{ + ssize_t size = write(fifo_dev_fd, valve_data, 32); + int res = -(size < 32); + ON_ERROR_RET(res, "size=", "", -1); + return 0; +} + +/** + * @brief Flush and clear the hardware fifo. + * @return 0 - success, other - error + */ +int fifo_dev_clear() +{ + int res = ioctl(fifo_dev_fd, _IOW('D', FIFO_CMD_FUNCTION_CLEAR, 0)); + + ON_ERROR_RET(res, "", "", -1); + return 0; +} + + +/** + * @brief Write `count` zero-items to the haredware fifo, which acts as delay time. + * @param count Count of zero-items to write. + * @return 0 - success, other - error + */ +int fifo_dev_write_delay(uint32_t count) +{ + int res = ioctl(fifo_dev_fd, _IOW('D', FIFO_CMD_FUNCTION_CLEAR, 0), count); + + ON_ERROR_RET(res, "", "", -1); + return 0; +} + +/** + * @brief Get the count of items in the hardware fifo. + * @note An item from hardware fifo is of 256 bits in size, aka. 32 bytes, 8 integers + * @return 0 - success, other - error + */ +int fifo_dev_get_count() +{ + uint32_t fifo_item_count; + ssize_t size = read(fifo_dev_fd, &fifo_item_count, sizeof(fifo_item_count)); + + if (size != sizeof(fifo_item_count)) + ON_ERROR(-1, "size=", ""); + + return fifo_item_count; +} + +/** + * @brief Deinitialize the hardware fifo. + * @note This function just close the file descriptor of the hardware fifo. + * @return 0 - success, -1 - error + */ +int fifo_dev_deinit() +{ + int res = close(fifo_dev_fd); + + ON_ERROR_RET(res, "", "", -1); + return 0; +} diff --git a/source/linux_app/fifo_dev.h b/source/linux_app/fifo_dev.h new file mode 100644 index 0000000..ba230fd --- /dev/null +++ b/source/linux_app/fifo_dev.h @@ -0,0 +1,27 @@ +/** + * @file fifo_dev.h + * @brief Operate the hardware fifo with Linux application + * @details Call fifo_dev_init() paired with fifo_dev_deinit() as their names imply, fifo_dev_write() can be executed several times to operate the hardware fifo between fifo_dev_init() and fifo_dev_deinit() + * @mainpage github.com/NanjingForestryUniversity + * @author miaow + * @email 3703781@qq.com + * @version 1.0 + * @date 2022/06/09 + */ +#ifndef __FIFO_DEV_H +#define __FIFO_DEV_H + +#include + +#define FIFO_DEV_PATH "/dev/fifo" + +int fifo_dev_init(void); +int fifo_dev_write_frame(void *valve_data); +int fifo_dev_clear(void); +int fifo_dev_write_delay(uint32_t count); +int fifo_dev_write_row(void *valve_data); +int fifo_dev_get_count(void); + +int fifo_dev_deinit(void); + +#endif \ No newline at end of file diff --git a/source/linux_app/host_computer.c b/source/linux_app/host_computer.c new file mode 100644 index 0000000..41c0a51 --- /dev/null +++ b/source/linux_app/host_computer.c @@ -0,0 +1,289 @@ +/** + * @file host_computer.c + * @brief Commnunicate with host computer. Protocal is described in hostcomputer通信协议.md + * @author miaow (3703781@qq.com) + * @version 1.0 + * @date 2022/01/16 + * @mainpage github.com/NanjingForestryUniversity + * + * @copyright Copyright (c) 2022 miaow + * + * @par Changelog: + * + *
Date Version Author Description + *
2022/01/16 1.0 miaow Write this file + *
+ */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define HOST_COMPUTER_PICTURE_COLUMN_BYTES (HOST_COMPUTER_PICTURE_COLUMN_NUM / 8) +#define HOST_COMPUTER_RAW_DATA_BYTES (HOST_COMPUTER_PICTURE_COLUMN_BYTES * HOST_COMPUTER_PICTURE_ROW_NUM) + +static char perror_buffer[128]; +/** + * @brief Queue handle structure + */ +typedef struct +{ + queue_uint64_msg_t *cmd_q; // A pointer to the queue for commands + int socket_fd; // The socket fd for receiving commands and data + int need_exit; // The flag variable to indicate whether to exit the loop_thread in this file + pthread_t loop_thread; // The main routine of this module, which parses commands and data from host, puts them into the queue + pthread_mutex_t loop_thread_mutex; // The mutex for loop_thread +} hostcomputer_t; + +static hostcomputer_t _global_structure; +void *loop_thread_func(void *param); + +/** + * @brief Pre initialize host computer module + * @param data_q A pointer to the queue storing the valve data from host computer + * @param cmd_q A pointer to the queue storing the cmd from host computer + * @return 0 - success + */ +int hostcomputer_init(queue_uint64_msg_t *cmd_q) +{ + _global_structure.cmd_q = cmd_q; + + pthread_mutex_init(&_global_structure.loop_thread_mutex, NULL); + pthread_create(&_global_structure.loop_thread, NULL, loop_thread_func, NULL); + + return 0; +} + +/** + * @brief Receive `size` bytes from a socket. If no more bytes are available at the socket, this function return -1 when timeout reaches. + * @param fd The socket fd + * @param buf Received bytes + * @param size Number of bytes to receive + * @return These calls return the number of bytes received, or -1 if time out occurred + */ +static int recvn(int fd, char *buf, int size) +{ + char *pt = buf; + int count = size; + while (count > 0) + { + int len = recv(fd, pt, count, 0); + // if (len == -1 && (errno == EAGAIN || errno == EWOULDBLOCK)) + // { + // // printf("recv timeout\r\n"); + // } + if (len == -1) + return -1; + else if (len == 0) + return size - count; + pt += len; + count -= len; + } + return size; +} + +/** + * @brief To inspect the status of TCP connection + * @param sock_fd The socket + * @return 0 - Not connected, 1 - connected + */ +static int is_connected(int sock_fd) +{ + struct tcp_info info; + int len = sizeof(info); + getsockopt(sock_fd, IPPROTO_TCP, TCP_INFO, &info, (socklen_t *)&len); + return info.tcpi_state == TCP_ESTABLISHED; +} + +/** + * @brief This function runs in child thread and handles communication with host computer + * @param param NULL + * @return NULL + */ +void *loop_thread_func(void *param) +{ + printf("loop thread in %s start\r\n", __FILE__); + int need_exit = 0; + char pre; + uint16_t n_bytes; + char type[2]; + char data[HOST_COMPUTER_RAW_DATA_BYTES + 1]; + char check[2]; + while (!need_exit) + { + pthread_mutex_lock(&_global_structure.loop_thread_mutex); + need_exit = _global_structure.need_exit; + pthread_mutex_unlock(&_global_structure.loop_thread_mutex); + // reconnect if not connected + if (!is_connected(_global_structure.socket_fd)) + { + _global_structure.socket_fd = socket(AF_INET, SOCK_STREAM, 0); + struct timeval timeout = {.tv_sec = 10, .tv_usec = 0}; + setsockopt(_global_structure.socket_fd, SOL_SOCKET, SO_RCVTIMEO, &timeout, sizeof(timeout)); + ON_ERROR_RET(_global_structure.socket_fd, "hostcomputer_init", "", NULL); + struct sockaddr_in serAddr; + serAddr.sin_family = AF_INET; + // serAddr.sin_addr.s_addr = inet_addr(HOST_COMPUTER_IP); + inet_pton(AF_INET, HOST_COMPUTER_IP, &serAddr.sin_addr); + serAddr.sin_port = htons(HOST_COMPUTER_PORT); + printf("Connecting host computer..."); + fflush(stdout); + if (connect(_global_structure.socket_fd, (struct sockaddr *)&serAddr, sizeof(struct sockaddr_in)) == -1) + { + sleep(2); + close(_global_structure.socket_fd); + printf("FAILED\r\n"); + continue; + } + printf("OK\r\n"); + } + + // =======================parse the protocol========================================= + + if (recvn(_global_structure.socket_fd, (char *)&pre, 1) > 1) + { + // close(_global_structure.socket_fd); + printf("pre_len!=1\r\n"); + continue; + } + if (pre != 0xAA) + { + // close(_global_structure.socket_fd); + // printf("%X ", (int)pre); + // fflush(stdout); + continue; + } + if (recvn(_global_structure.socket_fd, (char *)&n_bytes, 2) != 2) + { + // close(_global_structure.socket_fd); + printf("n_bytes_len!=2\r\n"); + continue; + } + n_bytes = ntohs(n_bytes); + if (n_bytes != HOST_COMPUTER_RAW_DATA_BYTES + 2 && n_bytes > 10) + { + // close(_global_structure.socket_fd); + printf("n_bytes> 10 and n_bytes!=HOST_COMPUTER_RAW_DATA_BYTES + 2\r\n"); + continue; + } + if (recvn(_global_structure.socket_fd, (char *)type, 2) != 2) + { + // close(_global_structure.socket_fd); + printf("type!=2\r\n"); + continue; + } + if (recvn(_global_structure.socket_fd, (char *)data, n_bytes - 2) != n_bytes - 2) + { + // close(_global_structure.socket_fd); + printf("data_len!=n_bytes-2\r\n"); + continue; + } + + data[n_bytes - 2] = 0; + if (recvn(_global_structure.socket_fd, (char *)check, 2) != 2) + { + // close(_global_structure.socket_fd); + printf("check_len!=2\r\n"); + continue; + } + if (recvn(_global_structure.socket_fd, (char *)&pre, 1) != 1) + { + // close(_global_structure.socket_fd); + printf("end_len!=1\r\n"); + continue; + } + if (pre != 0xBB) + { + // close(_global_structure.socket_fd); + printf("end!=0xBB\r\n"); + continue; + } + + // =======================parse the commands========================================= + // commands are reformed as an uint64_t, 0x--------xxxxxxxx, where `-` refers its paramter and `x` is HOSTCOMPUTER_CMD + if (type[0] == 'd' && type[1] == 'a') + { + // printf("%dbytes of data put to data queue\r\n", (int)n_bytes - 2); + if (n_bytes - 2 != HOST_COMPUTER_RAW_DATA_BYTES) + { + printf("n_bytes-2!=%d\r\n", HOST_COMPUTER_RAW_DATA_BYTES); + continue; + } + fifo_dev_write_frame(data); + } + else if (type[0] == 's' && type[1] == 't') + { + // printf("Start put to cmd queue, param:%d\r\n", (int)atoll(data)); + queue_uint64_put(_global_structure.cmd_q, (atoll(data) << 32) | HOSTCOMPUTER_CMD_START); + } + else if (type[0] == 's' && type[1] == 'p') + { + // printf("Stop put to cmd queue, param:%d\r\n", (int)atoll(data)); + queue_uint64_put(_global_structure.cmd_q, (atoll(data) << 32) | HOSTCOMPUTER_CMD_STOP); + } + else if (type[0] == 't' && type[1] == 'e') + { + // printf("Test put to cmd queue, param:%d\r\n", (int)atoll(data)); + queue_uint64_put(_global_structure.cmd_q, (atoll(data) << 32) | HOSTCOMPUTER_CMD_TEST); + } + else if (type[0] == 't' && type[1] == 't') + { + // printf("Test put to cmd queue, param:%d\r\n", (int)atoll(data)); + queue_uint64_put(_global_structure.cmd_q, (atoll(data) << 32) | HOSTCOMPUTER_CMD_STOP_TEST); + } + else if (type[0] == 'p' && type[1] == 'o') + { + // printf("Power on put to cmd queue, param:%d\r\n", (int)atoll(data)); + queue_uint64_put(_global_structure.cmd_q, (atoll(data) << 32) | HOSTCOMPUTER_CMD_POWERON); + } + else if (type[0] == 's' && type[1] == 'c') + { + // printf("Set camera triggle pulse count put to cmd queue, param:%d\r\n", (int)atoll(data)); + queue_uint64_put(_global_structure.cmd_q, (atoll(data) << 32) | HOSTCOMPUTER_CMD_SETCAMERATRIGPULSECOUNT); + } + else if (type[0] == 's' && type[1] == 'v') + { + // printf("Set valve pulse count put to cmd queue, param:%d\r\n", (int)atoll(data)); + queue_uint64_put(_global_structure.cmd_q, (atoll(data) << 32) | HOSTCOMPUTER_CMD_SETVALVETRIGPULSECOUNT); + } + else if (type[0] == 's' && type[1] == 'd') + { + // printf("Set camera to valve pulse count put to cmd queue, param:%d\r\n", (int)atoll(data)); + queue_uint64_put(_global_structure.cmd_q, (atoll(data) << 32) | HOSTCOMPUTER_CMD_SETCAMERATOVALVEPULSECOUNT); + } + else + { + printf("Unknown command received"); + } + } + printf("loop thread in %s exit\r\n", __FILE__); + return NULL; +} + +/** + * @brief Deinitialize and release resources used by host computer module + * @return int + */ +int hostcomputer_deinit() +{ + pthread_mutex_lock(&_global_structure.loop_thread_mutex); + _global_structure.need_exit = 1; + pthread_mutex_unlock(&_global_structure.loop_thread_mutex); + pthread_join(_global_structure.loop_thread, NULL); + pthread_mutex_destroy(&_global_structure.loop_thread_mutex); + + close(_global_structure.socket_fd); + _global_structure.socket_fd = 0; + _global_structure.need_exit = 0; + _global_structure.cmd_q = NULL; + return 0; +} diff --git a/source/linux_app/host_computer.h b/source/linux_app/host_computer.h new file mode 100644 index 0000000..a523222 --- /dev/null +++ b/source/linux_app/host_computer.h @@ -0,0 +1,47 @@ +/** + * @file host_computer.h + * @brief Commnunicate with host computer. Protocal is described in hostcomputer通信协议.md + * @author miaow (3703781@qq.com) + * @version 1.0 + * @date 2022/01/16 + * + * @copyright Copyright (c) 2022 miaow + * + * @par Changelog: + * + *
Date Version Author Description + *
2022/01/16 1.0 miaow Write this file + *
+ */ +#ifndef __HOST_COMPUTER_H +#define __HOST_COMPUTER_H + +#include +#include +#include + +#define HOST_COMPUTER_IP "192.168.10.8" +#define HOST_COMPUTER_PORT 13452 +#define HOST_COMPUTER_PICTURE_ROW_NUM 600 +#define HOST_COMPUTER_PICTURE_COLUMN_NUM 256 + +/** + * @brief The commonds, ref hostcomputer通信协议 v1.1.md + */ +enum HOSTCOMPUTER_CMD +{ + HOSTCOMPUTER_CMD_START = 2, + HOSTCOMPUTER_CMD_STOP = 3, + HOSTCOMPUTER_CMD_TEST = 4, + HOSTCOMPUTER_CMD_POWERON = 5, + HOSTCOMPUTER_CMD_SETCAMERATRIGPULSECOUNT = 6, + HOSTCOMPUTER_CMD_SETVALVETRIGPULSECOUNT = 7, + HOSTCOMPUTER_CMD_SETCAMERATOVALVEPULSECOUNT = 8, + HOSTCOMPUTER_CMD_STOP_TEST = 9 + +}; + +int hostcomputer_init(queue_uint64_msg_t *cmd_q); +int hostcomputer_deinit(void); + +#endif diff --git a/source/linux_app/main.c b/source/linux_app/main.c new file mode 100644 index 0000000..8bfd955 --- /dev/null +++ b/source/linux_app/main.c @@ -0,0 +1,180 @@ +/** + * @file main.c + * @brief Excute the commands from host_computer + * @author miaow (3703781@qq.com) + * @version 1.0 + * @date 2022/06/12 + * @mainpage github.com/NanjingForestryUniversity + * + * @copyright Copyright (c) 2022 miaow + * + * @par Changelog: + * + *
Date Version Author Description + *
2022/06/12 1.0 miaow Write this file + *
+ */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define SET_VALVE_ONLY_N_ON(u32_buf, n) bzero(u32_buf, sizeof(u32_buf));SET_VALVE_N_ON(u32_buf, n) +#define SET_VALVE_N_ON(u32_buf, n) u32_buf[n / 32] = 1 << (n % 32) + +/** + * @brief Value of state machine + */ +typedef enum +{ + SLEEPING = 0, + RUNNING = 1, +} status_enum_t; + +queue_uint64_msg_t cmd_queue = {0}; + +static status_enum_t status = SLEEPING; +static int camera_trigger_pulse_count = 1200; +static int valve_trigger_pulse_count = 120; +static int camera_to_valve_pulse_count = 5000; + +void process_cmd(uint64_t *cmd); + +/** + * @brief Read from the cmd_queue and excute the command every 100ms. + * @param argc not used + * @param argv not used + * @return int should not return. + */ +int main(int argc, char *argv[]) +{ + queue_uint64_init(&cmd_queue, 9999); + + // Initialize drivers and clear all caches + encoder_dev_init(); + encoder_dev_set_trigmod(ENCODER_TRIG_MODE_INTERNEL); + encoder_dev_set_divide(2, 2); + fifo_dev_init(); + hostcomputer_init(&cmd_queue); + printf("\r\n>>>>>\r\nstatus==SLEEPING\r\n<<<<<\r\n\r\n"); + uint64_t cmd; + int TRUE = 1; + // Read from the cmd_queue and excute the command every 100ms + while (TRUE) + { + if (queue_uint64_get(&cmd_queue, &cmd) == 0) + process_cmd(&cmd); + usleep(100000); + } + + // Never run here + hostcomputer_deinit(); + fifo_dev_clear(); + encoder_dev_set_divide(2, 2); + encoder_dev_virtual_trig(10); + + fifo_dev_deinit(); + encoder_dev_set_trigmod(ENCODER_TRIG_MODE_INTERNEL); + encoder_dev_deinit(); + queue_uint64_deinit(&cmd_queue); + + return 0; +} + +/** + * @brief Excute the command and control the states + * @param cmd The command to be excuted + */ +void process_cmd(uint64_t *cmd) +{ + int tmp_cmd = (int)*cmd; + int tmp_data = (int)(*cmd >> 32); + + // Only in the SLEEPING state, it resbonds to START or TEST command. + if (status == SLEEPING) + { + if (tmp_cmd == HOSTCOMPUTER_CMD_START) + { + // Before running, clear the hardware fifo and hardware encoder. Then, the two dividers and delay value should be set. + // Also, the hareware encoder is expected to receiving pluse of encoder: the EXTERNAL mode + fifo_dev_clear(); + fifo_dev_write_delay(camera_to_valve_pulse_count); + encoder_dev_flush(); + encoder_dev_set_divide(valve_trigger_pulse_count, camera_trigger_pulse_count); + encoder_dev_set_trigmod(ENCODER_TRIG_MODE_EXTERNEL); + printf("\r\n>>>>>\r\nstatus==RUNNING\r\ncamera_trigger_pulse_count=%d\r\nvalve_trigger_pulse_count=%d\r\ncamera_to_valve_pulse_count=%d\r\n<<<<<\r\n\r\n", camera_trigger_pulse_count, valve_trigger_pulse_count, camera_to_valve_pulse_count); + status = RUNNING; + } + else if (tmp_cmd == HOSTCOMPUTER_CMD_TEST) + { + uint32_t row_data[8] = {0}; + // When to excute TEST cmd (aka testing the valve), hardware fifo and hardware encoder should be cleared. + // A new combination of divider is set: 2 for both valve and camera, for less virtual pluse is needed to triggle valve in INTERNAL mode. + // Note that camera can be triggled during testing. + fifo_dev_clear(); + encoder_dev_flush(); + encoder_dev_set_trigmod(ENCODER_TRIG_MODE_INTERNEL); + encoder_dev_set_divide(2, 2); + + // A parameter below 256 represents a single shot, the value of parameter indicates the valve to triggle. + if (tmp_data < 256) + { + SET_VALVE_ONLY_N_ON(row_data, tmp_data); + fifo_dev_write_row(row_data); + // delay for 100 ms and turn off the valve + encoder_dev_virtual_trig(2); + usleep(100000); + encoder_dev_virtual_trig(2); + } + // 257 represents triggle valve from NO.1 to 256 sequenctially. This loop blocks for 25.7s. + else if (tmp_data == 257) + { + for (int i = 0; i < 256; i++) + { + SET_VALVE_ONLY_N_ON(row_data, i); + fifo_dev_write_row(row_data); + } + for (int i = 0; i < 257; i++) + { + encoder_dev_virtual_trig(2); + usleep(100000); + } + } + } + else if (tmp_cmd == HOSTCOMPUTER_CMD_SETCAMERATRIGPULSECOUNT) + { + camera_trigger_pulse_count = tmp_data; + } + else if (tmp_cmd == HOSTCOMPUTER_CMD_SETVALVETRIGPULSECOUNT) + { + valve_trigger_pulse_count = tmp_data; + } + else if (tmp_cmd == HOSTCOMPUTER_CMD_SETCAMERATOVALVEPULSECOUNT) + { + camera_to_valve_pulse_count = tmp_data; + } + } + // Only in RUNNING state, the lower machine responds to STOP command. + else if (status == RUNNING) + { + if (tmp_cmd == HOSTCOMPUTER_CMD_STOP) + { + // Clear hardware fifo. + // 10 virtual triggles in internal mode ensure valve is turned off. + // Hardware encoder is flushed for a fresh start. + fifo_dev_clear(); + encoder_dev_set_trigmod(ENCODER_TRIG_MODE_INTERNEL); + encoder_dev_set_divide(2, 2); + encoder_dev_virtual_trig(10); + encoder_dev_flush(); + status = SLEEPING; + printf("\r\n>>>>>\r\nstatus==SLEEPING\r\n<<<<<\r\n\r\n"); + } + } +} diff --git a/source/linux_app/queue_uint64.c b/source/linux_app/queue_uint64.c new file mode 100644 index 0000000..fecac84 --- /dev/null +++ b/source/linux_app/queue_uint64.c @@ -0,0 +1,196 @@ + +/** + * @file queue_uint64.c + * @brief Thread safe queue, which stores uint64_t + * @details Call queue_init(queue_uint64_msg_t *q, int max_count) paired with queue_deinit(queue_uint64_msg_t *q) as their names imply, queue_initstruct(queue_uint64_msg_t *q)Initialize the message queue structure,*queue_get(queue_uint64_msg_t *q) and queue_put(queue_uint64_msg_t *q, void *data) In and out of the team operation + * @author miaow (3703781@qq.com) + * @version 1.0 + * @date 2021/01/10 + * @mainpage github.com/NanjingForestryUniversity + * + * @copyright Copyright (c) 2022 miaow + * + * @par Changelog: + * + *
Date Version Author Description + *
2022/01/09 1.0 miaow Write this file + *
+ */ + +#include +#include +#ifdef QUEUE_UINT64_DEBUG +#include +#include +#endif +#include + +/** + * @brief Take out the first item from the circular queue + * @param q The queue handler + * @param data A buffer of uint64_t[1] to store the data taken out + * @return 0 - success, -1 - failed + */ +int queue_uint64_get(queue_uint64_msg_t *q, uint64_t *data) +{ + pthread_mutex_lock(&q->_mux); + // while (q->lget == q->lput && 0 == q->nData) + // { + // // The reason program goes here: assuming there are 2 consmer threads block in this function + // // One wakes first and consumes 2 data quickly before another wakes + // // In the circumstances that the queue contains 2 items formerly, the second thread should not get data from an empty queue + // // This may happen when 2 queue_puts was called by producers and at that moment 2 consmer threads have been blocked + + // // It is designed as a circular queue, where lget==lput means: + // // 1:nData!=0,a full queue + // // 2:nData为0,an empty queue + // q->nEmptyThread++; + // pthread_cond_wait(&q->_cond_get, &q->_mux); + // q->nEmptyThread--; + // } + if (q->nData == 0) + { + pthread_mutex_unlock(&q->_mux); + return -1; + } +#ifdef QUEUE_UINT64_DEBUG + printf("get data! lget:%d, ", q->lget); +#endif + *data = (q->buffer)[q->lget++]; +#ifdef QUEUE_UINT64_DEBUG + printf("data:% lld", *data); +#endif + if (q->lget == q->size) + { + // this is a circular queue + q->lget = 0; + } + q->nData--; +#ifdef QUEUE_UINT64_DEBUG + printf(", nData:%d\r\n", q->nData); +#endif + // if (q->nFullThread) + // { + // // call pthread_cond_signal only when necessary, enter the kernel state as little as possible + // pthread_cond_signal(&q->_cond_put); + // } + pthread_mutex_unlock(&q->_mux); + return 0; +} + +/** + * @brief Initialize the queue with a size (maximum count of items) specified in q->size + * @param q The queue hander to be initialized + * @return 0 - success, -1 - failed + * @note q->size should be set before calling this function + */ +int queue_uint64_initstruct(queue_uint64_msg_t *q) +{ + q->buffer = malloc(q->size * sizeof(uint64_t)); + if (q->buffer == NULL) + return -1; + pthread_mutex_init(&q->_mux, NULL); + // pthread_cond_init(&q->_cond_get, NULL); + // pthread_cond_init(&q->_cond_put, NULL); + return 0; +} + +/** + * @brief Initialize the queue + * @param q The queue hander to be initialized + * @param max_count Maximum count of items in the queue + * @return 0 - success, -1 - failed + */ +int queue_uint64_init(queue_uint64_msg_t *q, int max_count) +{ + q->size = max_count; + return queue_uint64_initstruct(q); +} + +/** + * @brief Deinitialize the queue + * @param q The queue handle + * @return 0 - success + */ +int queue_uint64_deinit(queue_uint64_msg_t *q) +{ + free(q->buffer); + q->buffer = NULL; + pthread_mutex_destroy(&q->_mux); + // pthread_cond_destroy(&q->_cond_get); + // pthread_cond_destroy(&q->_cond_put); + q->size = 0; + q->nData = 0; + q->lget = 0; + q->lput = 0; + // q->nEmptyThread = 0; + // q->nFullThread = 0; + return 0; +} + +/** + * @brief Put one item into the circular queue + * @param q The queue handle + * @param data The item to put + * @return 0 - success, -1 - failed + */ +int queue_uint64_put(queue_uint64_msg_t *q, uint64_t data) +{ + pthread_mutex_lock(&q->_mux); + // while (q->lget == q->lput && q->nData) + // { + // q->nFullThread++; + // pthread_cond_wait(&q->_cond_put, &q->_mux); + // q->nFullThread--; + // } + if (q->lget == q->lput && q->nData) + { + pthread_mutex_unlock(&q->_mux); + return -1; + } +#ifdef QUEUE_UINT64_DEBUG + printf("put data! lput:%d, data:%lld", q->lput, data); +#endif + (q->buffer)[q->lput++] = data; + if (q->lput == q->size) + { + q->lput = 0; + } + q->nData++; +#ifdef QUEUE_UINT64_DEBUG + printf(" nData:%d\n", q->nData); +#endif + // if (q->nEmptyThread) + // { + // pthread_cond_signal(&q->_cond_get); + // } + pthread_mutex_unlock(&q->_mux); + return 0; +} + +/** + * @brief Clear the circular queue + * @param q The queue handle + * @return 0 - success, -1 - failed + */ +int queue_uint64_clear(queue_uint64_msg_t *q) +{ + pthread_mutex_lock(&q->_mux); + // while (q->lget == q->lput && q->nData) + // { + // q->nFullThread++; + // pthread_cond_wait(&q->_cond_put, &q->_mux); + // q->nFullThread--; + // } + q->lget = q->lput = q->nData = 0; +#ifdef QUEUE_UINT64_DEBUG + printf("clear!\r\n"); +#endif + + // if (q->nEmptyThread) + // { + // pthread_cond_signal(&q->_cond_get); + // } + pthread_mutex_unlock(&q->_mux); + return 0; +} \ No newline at end of file diff --git a/source/linux_app/queue_uint64.h b/source/linux_app/queue_uint64.h new file mode 100644 index 0000000..74990f6 --- /dev/null +++ b/source/linux_app/queue_uint64.h @@ -0,0 +1,49 @@ +/** + * @file queue_uint64.h + * @brief Thread safe queue, which stores uint64_t + * @details Call queue_init(queue_uint64_msg_t *q, int max_count) paired with queue_deinit(queue_uint64_msg_t *q) as their names imply, queue_initstruct(queue_uint64_msg_t *q)Initialize the message queue structure,*queue_get(queue_uint64_msg_t *q) and queue_put(queue_uint64_msg_t *q, void *data) In and out of the team operation + * @author miaow (3703781@qq.com) + * @version 1.0 + * @date 2021/01/10 + * @mainpage github.com/NanjingForestryUniversity + * + * @copyright Copyright (c) 2022 miaow + * + * @par Changelog: + * + *
Date Version Author Description + *
2022/01/09 1.0 miaow Write this file + *
+ */ +#if !defined(__QUEUE_UINT64_H) +#define __QUEUE_UINT64_H + +#include +#include + +/** + * @brief Queue handle structure + */ +typedef struct +{ + uint64_t *buffer; // 缓冲数据, .buffer = msg + int size; // 队列大小,使用的时候给出稍大的size,可以减少进入内核态的操作 + int lget; // 取队列数据的偏移量 + int lput; // 放队列数据的偏移量 + int nData; // 队列中数据的个数,用来判断队列满/空 + // int nFullThread; // 由于队列满而阻塞在put_queue的线程个数 + // int nEmptyThread; // 由于队列空而阻塞在get_queue的线程个数 + pthread_mutex_t _mux; + // pthread_cond_t _cond_get, _cond_put; +} queue_uint64_msg_t; + +// #define QUEUE_UINT64_DEBUG + +int queue_uint64_get(queue_uint64_msg_t *q, uint64_t *data); +int queue_uint64_put(queue_uint64_msg_t *q, uint64_t data); +int queue_uint64_initstruct(queue_uint64_msg_t *q); +int queue_uint64_init(queue_uint64_msg_t *q, int max_count); +int queue_uint64_clear(queue_uint64_msg_t *q); +int queue_uint64_deinit(queue_uint64_msg_t *q); + +#endif // __QUEUE_UINT64_H diff --git a/source/linux_driver/encoder.c b/source/linux_driver/encoder.c new file mode 100644 index 0000000..65e66c8 --- /dev/null +++ b/source/linux_driver/encoder.c @@ -0,0 +1,277 @@ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define ENCODER_CNT 1 /* 主设备号 */ +#define ENCODER_NAME "encoder" /* 设备名字 */ + +#define ENCODER_CMD_FUNCTION_CLEAR 1 +#define ENCODER_CMD_FUNCTION_VIRT_INPUT 2 + +#define ENCODER_CMD_INPUT_MODE_EXTERNEL 100 +#define ENCODER_CMD_INPUT_MODE_INTERNEL 101 + + +/* + * 相关寄存器地址定义 + */ +#define ENCODER_REG_BASE 0x43C10000 +#define ENCODER_REG_0_OFFSET 0x00000000 +#define ENCODER_REG_1_OFFSET 0x00000004 +#define ENCODER_REG_2_OFFSET 0x00000008 +#define ENCODER_REG_3_OFFSET 0x0000000C + +/* 映射后的寄存器虚拟地址指针 */ +static void __iomem *encoder_reg_0_addr; +static void __iomem *encoder_reg_1_addr; +static void __iomem *encoder_reg_2_addr; +static void __iomem *encoder_reg_3_addr; + +struct encoder_dev +{ + dev_t devid; /* 设备号 */ + struct cdev cdev; /* cdev */ + struct class *class; /* 类 */ + struct device *device; /* 设备 */ + int major; /* 主设备号 */ + int minor; /* 次设备号 */ +}; + +typedef struct +{ + u32 valve_divide_value; + u32 camera_divide_value; +} kernelbuf_typedef; + +static struct encoder_dev encoder; + +/* + * @description : 打开设备 + * @param – inode : 传递给驱动的inode + * @param - filp : 设备文件,file结构体有个叫做private_data的成员变量 + * 一般在open的时候将private_data指向设备结构体。 + * @return : 0 成功;其他 失败 + */ +static int encoder_open(struct inode *inode, struct file *filp) +{ + return 0; +} + +/* + * @description : 向设备写数据 + * @param - filp : 设备文件,表示打开的文件描述符 + * @param - buf : 要写给设备写入的数据 + * @param - cnt : 要写入的数据长度 + * @param - offt : 相对于文件首地址的偏移 + * @return : 写入的字节数,如果为负值,表示写入失败 + */ +static ssize_t encoder_write(struct file *filp, const char __user *buf, size_t cnt, loff_t *offt) +{ + int ret; + + u32 data; + kernelbuf_typedef kern_buf = { + .valve_divide_value = 0, + .camera_divide_value = 0, + }; + if (cnt != sizeof(kern_buf)) + { + printk(KERN_ERR "encoder write: cnt error, cnt=%d", cnt); + return -EFAULT; + } + ret = copy_from_user(&kern_buf, buf, cnt); // 得到应用层传递过来的数据 + if (ret < 0) + { + printk(KERN_ERR "kernel write failed!\r\n"); + return -EFAULT; + } + if (!(kern_buf.valve_divide_value || kern_buf.camera_divide_value)) + return 0; + + data = readl(encoder_reg_0_addr); + writel(data & ~(u32)(1 << 0), encoder_reg_0_addr); + + if (kern_buf.valve_divide_value != 0) + writel(kern_buf.valve_divide_value, encoder_reg_1_addr); + if (kern_buf.camera_divide_value != 0) + writel(kern_buf.camera_divide_value, encoder_reg_2_addr); + + writel(data | (u32)(1 << 0), encoder_reg_0_addr); + + return cnt; +} + +/* + * @description : 关闭/释放设备 + * @param – filp : 要关闭的设备文件(文件描述符) + * @return : 0 成功;其他 失败 + */ +static int encoder_release(struct inode *inode, struct file *filp) +{ + return 0; +} + +static long encoder_ioctl(struct file *fp, unsigned int cmd, unsigned long tmp) +{ + u32 data, cmd_parsed; + if (_IOC_TYPE(cmd) != 'D' || _IOC_DIR(cmd) != _IOC_WRITE) + { + printk(KERN_ERR "IOC_TYPE or IOC_WRITE error: IOC_TYPE=%c, IOC_WRITE=%d\r\n", _IOC_TYPE(cmd), _IOC_DIR(cmd)); + return -EINVAL; + } + cmd_parsed = _IOC_NR(cmd); + data = readl(encoder_reg_0_addr); + if (cmd_parsed == ENCODER_CMD_FUNCTION_CLEAR) + { + writel(data & ~(u32)(1 << 0), encoder_reg_0_addr); + writel(data | (u32)(1 << 0), encoder_reg_0_addr); + } + else if (cmd_parsed == ENCODER_CMD_INPUT_MODE_EXTERNEL) + { + writel(data & ~(u32)(1 << 1), encoder_reg_0_addr); + } + else if (cmd_parsed == ENCODER_CMD_INPUT_MODE_INTERNEL) + { + writel(data | (u32)(1 << 1), encoder_reg_0_addr); + } + else if (cmd_parsed == ENCODER_CMD_FUNCTION_VIRT_INPUT) + { + int i; + // 1. ENCODER_CMD_INPUT_MODE_INTERNEL + writel(data | (u32)(1 << 1), encoder_reg_0_addr); + // 2. Generate pluses + for (i = 0; i < tmp; i++) + { + writel(data & ~(u32)(1 << 2), encoder_reg_0_addr); + writel(data | (u32)(1 << 2), encoder_reg_0_addr); + } + // 3. Recover the original configuration + writel(data, encoder_reg_0_addr); + } + + return 0; +} + +/* 设备操作函数 */ +static struct file_operations encoder_fops = { + .owner = THIS_MODULE, + .open = encoder_open, + .write = encoder_write, + .release = encoder_release, + .unlocked_ioctl = encoder_ioctl, +}; + +static int __init encoder_init(void) +{ + int ret; + u32 data; + /* 寄存器地址映射 */ + encoder_reg_0_addr = ioremap(ENCODER_REG_BASE + ENCODER_REG_0_OFFSET, 4); + encoder_reg_1_addr = ioremap(ENCODER_REG_BASE + ENCODER_REG_1_OFFSET, 4); + encoder_reg_2_addr = ioremap(ENCODER_REG_BASE + ENCODER_REG_2_OFFSET, 4); + encoder_reg_3_addr = ioremap(ENCODER_REG_BASE + ENCODER_REG_3_OFFSET, 4); + + /* 注册字符设备驱动 */ + //(1)创建设备号 + if (encoder.major) + { + encoder.devid = MKDEV(encoder.major, 0); + ret = register_chrdev_region(encoder.devid, ENCODER_CNT, ENCODER_NAME); + if (ret) + goto FAIL_REGISTER_CHR_DEV; + } + else + { + ret = alloc_chrdev_region(&encoder.devid, 0, ENCODER_CNT, ENCODER_NAME); + if (ret) + goto FAIL_REGISTER_CHR_DEV; + encoder.major = MAJOR(encoder.devid); + encoder.minor = MINOR(encoder.devid); + } + + //(2)初始化cdev + encoder.cdev.owner = THIS_MODULE; + cdev_init(&encoder.cdev, &encoder_fops); + + //(3)添加cdev + ret = cdev_add(&encoder.cdev, encoder.devid, ENCODER_CNT); + if (ret) + goto FAIL_ADD_CDEV; + + //(4)创建类 + encoder.class = class_create(THIS_MODULE, ENCODER_NAME); + if (IS_ERR(encoder.class)) + { + ret = PTR_ERR(encoder.class); + goto FAIL_CREATE_CLASS; + } + + //(5)创建设备 + encoder.device = device_create(encoder.class, NULL, encoder.devid, NULL, ENCODER_NAME); + if (IS_ERR(encoder.device)) + { + ret = PTR_ERR(encoder.device); + goto FAIL_CREATE_DEV; + } + + //默认分频系数1000 + data = readl(encoder_reg_0_addr); + writel(data & ~(u32)(1 << 0), encoder_reg_0_addr); + writel(1000, encoder_reg_1_addr); + writel(1000, encoder_reg_2_addr); + writel(data | (u32)(1 << 0), encoder_reg_0_addr); + + return 0; + +FAIL_CREATE_DEV: + class_destroy(encoder.class); + +FAIL_CREATE_CLASS: + cdev_del(&encoder.cdev); + +FAIL_ADD_CDEV: + unregister_chrdev_region(encoder.devid, ENCODER_CNT); + +FAIL_REGISTER_CHR_DEV: + iounmap(encoder_reg_0_addr); + iounmap(encoder_reg_1_addr); + iounmap(encoder_reg_2_addr); + iounmap(encoder_reg_3_addr); + + return ret; +} + +static void __exit encoder_exit(void) +{ + //(1)注销设备 + device_destroy(encoder.class, encoder.devid); + + //(2)注销类 + class_destroy(encoder.class); + + //(3)删除cdev + cdev_del(&encoder.cdev); + + //(4)注销设备号 + unregister_chrdev_region(encoder.devid, ENCODER_CNT); + + //(5)取消内存映射 + iounmap(encoder_reg_0_addr); + iounmap(encoder_reg_1_addr); + iounmap(encoder_reg_2_addr); + iounmap(encoder_reg_3_addr); +} + +/* 驱动模块入口和出口函数注册 */ +module_init(encoder_init); +module_exit(encoder_exit); +MODULE_AUTHOR("DingKun"); +MODULE_DESCRIPTION("driver for hardware encoder in the platform"); +MODULE_LICENSE("GPL"); diff --git a/source/linux_driver/fifo.c b/source/linux_driver/fifo.c new file mode 100644 index 0000000..f230af8 --- /dev/null +++ b/source/linux_driver/fifo.c @@ -0,0 +1,329 @@ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define FIFO_CNT 1 /* 设备号个数 */ +#define FIFO_NAME "fifo" /* 名字 */ +#define FIFO_CMD_FUNCTION_CLEAR 1 +#define FIFO_CMD_FUNCTION_PADDING 2 + +/* + * 相关寄存器地址定义 + */ +#define FIFO_REG_BASE 0x43C00000 +#define FIFO_REG_0_OFFSET 0x00000000 +#define FIFO_REG_1_OFFSET 0x00000004 +#define FIFO_REG_2_OFFSET 0x00000008 +#define FIFO_REG_3_OFFSET 0x0000000C +#define FIFO_REG_4_OFFSET 0x00000010 +#define FIFO_REG_5_OFFSET 0x00000014 +#define FIFO_REG_6_OFFSET 0x00000018 +#define FIFO_REG_7_OFFSET 0x0000001C +#define FIFO_REG_8_OFFSET 0x00000020 +#define FIFO_REG_9_OFFSET 0x00000024 +#define FIFO_REG_10_OFFSET 0x00000028 +#define FIFO_REG_11_OFFSET 0x0000002C +#define FIFO_REG_12_OFFSET 0x00000030 // {16'b0, almost_empty, empty, almost_full, full, data_count[11:0]}; +#define FIFO_REG_13_OFFSET 0x00000034 +#define FIFO_REG_14_OFFSET 0x00000038 + +/* 映射后的寄存器虚拟地址指针 */ +static void __iomem *fifo_reg_0_addr; +static void __iomem *fifo_reg_1_addr; +static void __iomem *fifo_reg_2_addr; +static void __iomem *fifo_reg_3_addr; +static void __iomem *fifo_reg_4_addr; +static void __iomem *fifo_reg_5_addr; +static void __iomem *fifo_reg_6_addr; +static void __iomem *fifo_reg_7_addr; +static void __iomem *fifo_reg_8_addr; +static void __iomem *fifo_reg_9_addr; +static void __iomem *fifo_reg_10_addr; +static void __iomem *fifo_reg_11_addr; +static void __iomem *fifo_reg_12_addr; +static void __iomem *fifo_reg_13_addr; +static void __iomem *fifo_reg_14_addr; + +/* fifo设备结构体 */ +struct fifo_dev +{ + dev_t devid; /* 设备号 */ + struct cdev cdev; /* cdev */ + struct class *class; /* 类 */ + struct device *device; /* 设备 */ + int major; /* 主设备号 */ + int minor; /* 次设备号 */ +}; + +static struct fifo_dev fifo; /* led设备 */ + +/* + * @description : 打开设备 + * @param – inode : 传递给驱动的inode + * @param - filp : 设备文件,file结构体有个叫做private_data的成员变量 + * 一般在open的时候将private_data指向设备结构体。 + * @return : 0 成功;其他 失败 + */ +static int fifo_open(struct inode *inode, struct file *filp) +{ + return 0; +} + +/* + * @description : 从设备读取数据 + * @param - filp : 要打开的设备文件(文件描述符) + * @param - buf : 返回给用户空间的数据缓冲区 + * @param - cnt : 要读取的数据长度 + * @param - offt : 相对于文件首地址的偏移 + * @return : 读取的字节数,如果为负值,表示读取失败 + */ +static ssize_t fifo_read(struct file *filp, char __user *buf, size_t cnt, loff_t *offt) +{ + u32 data = readl(fifo_reg_12_addr) & 0xFFF; + copy_to_user(buf, &data, 4); + return cnt; +} + +static u32 kern_buf_u32[8 * 4096]; + +/* + * @description : 向设备写数据 + * @param - filp : 设备文件,表示打开的文件描述符 + * @param - buf : 要写给设备写入的数据 + * @param - cnt : 要写入的数据长度 + * @param - offt : 相对于文件首地址的偏移 + * @return : 写入的字节数,如果为负值,表示写入失败 + */ +static ssize_t fifo_write(struct file *filp, const char __user *buf, size_t cnt, loff_t *offt) +{ + int ret; + int i; + + if (cnt % 32 != 0 || cnt > sizeof(kern_buf_u32)) + { + printk(KERN_ERR "cnt error, cnt=%d\r\n", cnt); + return -1; + } + + ret = copy_from_user(kern_buf_u32, buf, cnt); // 得到应用层传递过来的数据 + if (ret < 0) + { + printk(KERN_ERR "kernel write failed!\r\n"); + return -EFAULT; + } + + for (i = 0; i < (cnt / sizeof(u32)); i += 8) + { + writel(kern_buf_u32[i], fifo_reg_0_addr); + writel(kern_buf_u32[i + 1], fifo_reg_1_addr); + writel(kern_buf_u32[i + 2], fifo_reg_2_addr); + writel(kern_buf_u32[i + 3], fifo_reg_3_addr); + writel(kern_buf_u32[i + 4], fifo_reg_4_addr); + writel(kern_buf_u32[i + 5], fifo_reg_5_addr); + writel(kern_buf_u32[i + 6], fifo_reg_6_addr); + writel(kern_buf_u32[i + 7], fifo_reg_7_addr); + writel(0, fifo_reg_8_addr); + writel(0, fifo_reg_9_addr); + writel(0, fifo_reg_10_addr); + writel(0, fifo_reg_11_addr); + writel(1, fifo_reg_14_addr); + } + + return cnt; +} + +/* + * @description : 关闭/释放设备 + * @param – filp : 要关闭的设备文件(文件描述符) + * @return : 0 成功;其他 失败 + */ +static int fifo_release(struct inode *inode, struct file *filp) +{ + return 0; +} + +static long fifo_ioctl(struct file *fp, unsigned int cmd, unsigned long tmp) +{ + if (_IOC_TYPE(cmd) != 'D' || _IOC_DIR(cmd) != _IOC_WRITE) + { + printk(KERN_ERR "IOC_TYPE or IOC_WRITE error: IOC_TYPE=%c, IOC_WRITE=%d\r\n", _IOC_TYPE(cmd), _IOC_DIR(cmd)); + return -EINVAL; + } + if (_IOC_NR(cmd) == FIFO_CMD_FUNCTION_CLEAR) + { + writel(((u32)1 << 1), fifo_reg_14_addr); + } + else if (_IOC_NR(cmd) == FIFO_CMD_FUNCTION_PADDING) + { + int i; + for (i = 0; i < tmp; i ++) + { + writel((u32)0, fifo_reg_0_addr); + writel((u32)0, fifo_reg_1_addr); + writel((u32)0, fifo_reg_2_addr); + writel((u32)0, fifo_reg_3_addr); + writel((u32)0, fifo_reg_4_addr); + writel((u32)0, fifo_reg_5_addr); + writel((u32)0, fifo_reg_6_addr); + writel((u32)0, fifo_reg_7_addr); + writel((u32)0, fifo_reg_8_addr); + writel((u32)0, fifo_reg_9_addr); + writel((u32)0, fifo_reg_10_addr); + writel((u32)0, fifo_reg_11_addr); + writel((u32)1, fifo_reg_14_addr); + } + } + return 0; +} + +/* 设备操作函数 */ +static struct file_operations fifo_fops = { + .owner = THIS_MODULE, + .open = fifo_open, + .read = fifo_read, + .write = fifo_write, + .release = fifo_release, + .unlocked_ioctl = fifo_ioctl, +}; + +static int __init fifo_init(void) +{ + int ret; + /* 寄存器地址映射 */ + fifo_reg_0_addr = ioremap(FIFO_REG_BASE + FIFO_REG_0_OFFSET, 4); + fifo_reg_1_addr = ioremap(FIFO_REG_BASE + FIFO_REG_1_OFFSET, 4); + fifo_reg_2_addr = ioremap(FIFO_REG_BASE + FIFO_REG_2_OFFSET, 4); + fifo_reg_3_addr = ioremap(FIFO_REG_BASE + FIFO_REG_3_OFFSET, 4); + fifo_reg_4_addr = ioremap(FIFO_REG_BASE + FIFO_REG_4_OFFSET, 4); + fifo_reg_5_addr = ioremap(FIFO_REG_BASE + FIFO_REG_5_OFFSET, 4); + fifo_reg_6_addr = ioremap(FIFO_REG_BASE + FIFO_REG_6_OFFSET, 4); + fifo_reg_7_addr = ioremap(FIFO_REG_BASE + FIFO_REG_7_OFFSET, 4); + fifo_reg_8_addr = ioremap(FIFO_REG_BASE + FIFO_REG_8_OFFSET, 4); + fifo_reg_9_addr = ioremap(FIFO_REG_BASE + FIFO_REG_9_OFFSET, 4); + fifo_reg_10_addr = ioremap(FIFO_REG_BASE + FIFO_REG_10_OFFSET, 4); + fifo_reg_11_addr = ioremap(FIFO_REG_BASE + FIFO_REG_11_OFFSET, 4); + fifo_reg_12_addr = ioremap(FIFO_REG_BASE + FIFO_REG_12_OFFSET, 4); + fifo_reg_13_addr = ioremap(FIFO_REG_BASE + FIFO_REG_13_OFFSET, 4); + fifo_reg_14_addr = ioremap(FIFO_REG_BASE + FIFO_REG_14_OFFSET, 4); + + /* 注册字符设备驱动 */ + //(1)创建设备号 + if (fifo.major) + { + fifo.devid = MKDEV(fifo.major, 0); + ret = register_chrdev_region(fifo.devid, FIFO_CNT, FIFO_NAME); + if (ret) + goto FAIL_REGISTER_CHR_DEV; + } + else + { + ret = alloc_chrdev_region(&fifo.devid, 0, FIFO_CNT, FIFO_NAME); + if (ret) + goto FAIL_REGISTER_CHR_DEV; + fifo.major = MAJOR(fifo.devid); + fifo.minor = MINOR(fifo.devid); + } + + //(2)初始化cdev + fifo.cdev.owner = THIS_MODULE; + cdev_init(&fifo.cdev, &fifo_fops); + + //(3)添加cdev + ret = cdev_add(&fifo.cdev, fifo.devid, FIFO_CNT); + if (ret) + goto FAIL_ADD_CDEV; + + //(4)创建类 + fifo.class = class_create(THIS_MODULE, FIFO_NAME); + if (IS_ERR(fifo.class)) + { + ret = PTR_ERR(fifo.class); + goto FAIL_CREATE_CLASS; + } + + //(5)创建设备 + fifo.device = device_create(fifo.class, NULL, fifo.devid, NULL, FIFO_NAME); + if (IS_ERR(fifo.device)) + { + ret = PTR_ERR(fifo.device); + goto FAIL_CREATE_DEV; + } + + return 0; + +FAIL_CREATE_DEV: + class_destroy(fifo.class); + +FAIL_CREATE_CLASS: + cdev_del(&fifo.cdev); + +FAIL_ADD_CDEV: + unregister_chrdev_region(fifo.devid, FIFO_CNT); + +FAIL_REGISTER_CHR_DEV: + iounmap(fifo_reg_0_addr); + iounmap(fifo_reg_1_addr); + iounmap(fifo_reg_2_addr); + iounmap(fifo_reg_3_addr); + iounmap(fifo_reg_4_addr); + iounmap(fifo_reg_5_addr); + iounmap(fifo_reg_6_addr); + iounmap(fifo_reg_7_addr); + iounmap(fifo_reg_8_addr); + iounmap(fifo_reg_9_addr); + iounmap(fifo_reg_10_addr); + iounmap(fifo_reg_11_addr); + iounmap(fifo_reg_12_addr); + iounmap(fifo_reg_13_addr); + iounmap(fifo_reg_14_addr); + + return ret; +} + +static void __exit fifo_exit(void) +{ + + //(1)注销设备 + device_destroy(fifo.class, fifo.devid); + + //(2)注销类 + class_destroy(fifo.class); + + //(3)删除cdev + cdev_del(&fifo.cdev); + + //(4)注销设备号 + unregister_chrdev_region(fifo.devid, FIFO_CNT); + + //(5)取消内存映射 + iounmap(fifo_reg_0_addr); + iounmap(fifo_reg_1_addr); + iounmap(fifo_reg_2_addr); + iounmap(fifo_reg_3_addr); + iounmap(fifo_reg_4_addr); + iounmap(fifo_reg_5_addr); + iounmap(fifo_reg_6_addr); + iounmap(fifo_reg_7_addr); + iounmap(fifo_reg_8_addr); + iounmap(fifo_reg_9_addr); + iounmap(fifo_reg_10_addr); + iounmap(fifo_reg_11_addr); + iounmap(fifo_reg_12_addr); + iounmap(fifo_reg_13_addr); + iounmap(fifo_reg_14_addr); +} + +/* 驱动模块入口和出口函数注册 */ +module_init(fifo_init); +module_exit(fifo_exit); +MODULE_AUTHOR("Dingkun"); +MODULE_DESCRIPTION("driver for hardware fifo in the platform"); +MODULE_LICENSE("GPL"); diff --git a/source/petalinux_config/kernel.cfg b/source/petalinux_config/kernel.cfg new file mode 100644 index 0000000..ead4430 --- /dev/null +++ b/source/petalinux_config/kernel.cfg @@ -0,0 +1,8 @@ +CONFIG_FS_POSIX_ACL=y +CONFIG_FUSE_FS=y +CONFIG_USB_OTG=y +CONFIG_FAT_DEFAULT_UTF8=y +CONFIG_EXFAT_FS=y +CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8" +CONFIG_NTFS_FS=y +CONFIG_NTFS_RW=y \ No newline at end of file diff --git a/source/petalinux_config/petalinux_config b/source/petalinux_config/petalinux_config new file mode 100644 index 0000000..cf23540 --- /dev/null +++ b/source/petalinux_config/petalinux_config @@ -0,0 +1,262 @@ +# +# Automatically generated file; DO NOT EDIT. +# misc/config System Configuration +# +CONFIG_SUBSYSTEM_TYPE_LINUX=y +CONFIG_SYSTEM_ZYNQ=y + +# +# Linux Components Selection +# +CONFIG_SUBSYSTEM_COMPONENT_DEVICE__TREE_NAME_DEVICE__TREE__GENERATOR=y +CONFIG_SUBSYSTEM_COMPONENT_BOOTLOADER_AUTO_FSBL=y +CONFIG_SUBSYSTEM_COMPONENT_BOOTLOADER_NAME_ZYNQ_FSBL=y +CONFIG_SUBSYSTEM_COMPONENT_BOOTLOADER_AUTO_PS_INIT=y +CONFIG_SUBSYSTEM_COMPONENT_U__BOOT_NAME_U__BOOT__XLNX=y +# CONFIG_SUBSYSTEM_COMPONENT_U__BOOT_NAME_REMOTE is not set +# CONFIG_SUBSYSTEM_COMPONENT_U__BOOT_NAME_EXT__LOCAL__SRC is not set +CONFIG_SUBSYSTEM_COMPONENT_LINUX__KERNEL_NAME_LINUX__XLNX=y +# CONFIG_SUBSYSTEM_COMPONENT_LINUX__KERNEL_NAME_REMOTE is not set +# CONFIG_SUBSYSTEM_COMPONENT_LINUX__KERNEL_NAME_EXT__LOCAL__SRC is not set + +# +# Auto Config Settings +# +CONFIG_SUBSYSTEM_AUTOCONFIG_DEVICE__TREE=y +# CONFIG_SUBSYSTEM_DEVICE_TREE_MANUAL_INCLUDE is not set +CONFIG_SUBSYSTEM_HARDWARE_AUTO=y +CONFIG_SUBSYSTEM_PROCESSOR0_IP_NAME="ps7_cortexa9_0" +CONFIG_SUBSYSTEM_PROCESSOR_ps7_cortexa9_0_SELECT=y +CONFIG_SUBSYSTEM_ARCH_ARM=y + +# +# Memory Settings +# +CONFIG_SUBSYSTEM_MEMORY_PS7_DDR_0_BANKLESS_SELECT=y +# CONFIG_SUBSYSTEM_MEMORY_MANUAL_SELECT is not set +CONFIG_SUBSYSTEM_MEMORY_PS7_DDR_0_BANKLESS_BASEADDR=0x0 +CONFIG_SUBSYSTEM_MEMORY_PS7_DDR_0_BANKLESS_SIZE=0x20000000 +CONFIG_SUBSYSTEM_MEMORY_PS7_DDR_0_BANKLESS_KERNEL_BASEADDR=0x0 +CONFIG_SUBSYSTEM_MEMORY_PS7_DDR_0_BANKLESS_U__BOOT_TEXTBASE_OFFSET=0x400000 +CONFIG_SUBSYSTEM_MEMORY_IP_NAME="PS7_DDR_0" + +# +# Serial Settings +# +CONFIG_SUBSYSTEM_FSBL_SERIAL_PS7_UART_0_SELECT=y +# CONFIG_SUBSYSTEM_FSBL_SERIAL_MANUAL_SELECT is not set +CONFIG_SUBSYSTEM_SERIAL_PS7_UART_0_SELECT=y +# CONFIG_SUBSYSTEM_SERIAL_MANUAL_SELECT is not set +# CONFIG_SUBSYSTEM_SERIAL_PS7_UART_0_BAUDRATE_600 is not set +# CONFIG_SUBSYSTEM_SERIAL_PS7_UART_0_BAUDRATE_9600 is not set +# CONFIG_SUBSYSTEM_SERIAL_PS7_UART_0_BAUDRATE_28800 is not set +CONFIG_SUBSYSTEM_SERIAL_PS7_UART_0_BAUDRATE_115200=y +# CONFIG_SUBSYSTEM_SERIAL_PS7_UART_0_BAUDRATE_230400 is not set +# CONFIG_SUBSYSTEM_SERIAL_PS7_UART_0_BAUDRATE_460800 is not set +# CONFIG_SUBSYSTEM_SERIAL_PS7_UART_0_BAUDRATE_921600 is not set +CONFIG_SUBSYSTEM_SERIAL_FSBL_IP_NAME="ps7_uart_0" +CONFIG_SUBSYSTEM_SERIAL_IP_NAME="ps7_uart_0" + +# +# Ethernet Settings +# +CONFIG_SUBSYSTEM_ETHERNET_PS7_ETHERNET_0_SELECT=y +# CONFIG_SUBSYSTEM_ETHERNET_MANUAL_SELECT is not set +# CONFIG_SUBSYSTEM_ETHERNET_PS7_ETHERNET_0_MAC_AUTO is not set +CONFIG_SUBSYSTEM_ETHERNET_PS7_ETHERNET_0_MAC="00:0a:35:00:1e:53" +# CONFIG_SUBSYSTEM_ETHERNET_PS7_ETHERNET_0_USE_DHCP is not set +CONFIG_SUBSYSTEM_ETHERNET_PS7_ETHERNET_0_IP_ADDRESS="192.168.10.10" +CONFIG_SUBSYSTEM_ETHERNET_PS7_ETHERNET_0_IP_NETMASK="255.255.255.0" +CONFIG_SUBSYSTEM_ETHERNET_PS7_ETHERNET_0_IP_GATEWAY="192.168.10.1" + +# +# Flash Settings +# +CONFIG_SUBSYSTEM_FLASH_PS7_QSPI_0_BANKLESS_SELECT=y +# CONFIG_SUBSYSTEM_FLASH_MANUAL_SELECT is not set +# CONFIG_SUBSYSTEM_FLASH__ADVANCED_AUTOCONFIG is not set + +# +# partition 0 +# +CONFIG_SUBSYSTEM_FLASH_PS7_QSPI_0_BANKLESS_PART0_NAME="boot" +CONFIG_SUBSYSTEM_FLASH_PS7_QSPI_0_BANKLESS_PART0_SIZE=0x400000 + +# +# partition 1 +# +CONFIG_SUBSYSTEM_FLASH_PS7_QSPI_0_BANKLESS_PART1_NAME="kernel" +CONFIG_SUBSYSTEM_FLASH_PS7_QSPI_0_BANKLESS_PART1_SIZE=0x1400000 + +# +# partition 2 +# +CONFIG_SUBSYSTEM_FLASH_PS7_QSPI_0_BANKLESS_PART2_NAME="bootenv" +CONFIG_SUBSYSTEM_FLASH_PS7_QSPI_0_BANKLESS_PART2_SIZE=0x400000 + +# +# partition 3 +# +CONFIG_SUBSYSTEM_FLASH_PS7_QSPI_0_BANKLESS_PART3_NAME="" +CONFIG_SUBSYSTEM_FLASH_IP_NAME="ps7_qspi_0" + +# +# SD/SDIO Settings +# +CONFIG_SUBSYSTEM_PRIMARY_SD_PS7_SD_0_SELECT=y +# CONFIG_SUBSYSTEM_PRIMARY_SD_PS7_SD_1_SELECT is not set +# CONFIG_SUBSYSTEM_PRIMARY_SD_MANUAL_SELECT is not set +CONFIG_SUBSYSTEM_SD_PS7_SD_0_SELECT=y +CONFIG_SUBSYSTEM_SD_PS7_SD_1_SELECT=y + +# +# RTC Settings +# +CONFIG_SUBSYSTEM_RTC_MANUAL_SELECT=y +CONFIG_SUBSYSTEM_USB_PS7_USB_0_SELECT=y +CONFIG_SUBSYSTEM_ENDIAN_LITTLE=y + +# +# DTG Settings +# +CONFIG_SUBSYSTEM_MACHINE_NAME="template" +CONFIG_SUBSYSTEM_EXTRA_DT_FILES="" + +# +# Kernel Bootargs +# +CONFIG_SUBSYSTEM_BOOTARGS_AUTO=y +CONFIG_SUBSYSTEM_BOOTARGS_EARLYPRINTK=y + +CONFIG_SUBSYSTEM_DEVICETREE_COMPILER_FLAGS="-@" +# CONFIG_SUBSYSTEM_DTB_OVERLAY is not set +# CONFIG_SUBSYSTEM_REMOVE_PL_DTB is not set +# CONFIG_SUBSYSTEM_ENABLE_NO_ALIAS is not set +# CONFIG_SUBSYSTEM_ENABLE_DT_VERBOSE is not set + +# +# FSBL Configuration +# +CONFIG_SUBSYSTEM_FSBL_BSPCOMPILER_FLAGS="" +CONFIG_SUBSYSTEM_FSBL_COMPILER_EXTRA_FLAGS="" + +# +# FPGA Manager +# +# CONFIG_SUBSYSTEM_FPGA_MANAGER is not set + +# +# u-boot Configuration +# +CONFIG_SUBSYSTEM_UBOOT_CONFIG_TARGET="xilinx_zynq_virt_defconfig" + +# +# u-boot script configuration +# +CONFIG_SUBSYSTEM_UBOOT_APPEND_BASEADDR=y +CONFIG_SUBSYSTEM_UBOOT_PRE_BOOTENV="" + +# +# JTAG/DDR image offsets +# +CONFIG_SUBSYSTEM_UBOOT_DEVICETREE_OFFSET=0x100000 +CONFIG_SUBSYSTEM_UBOOT_KERNEL_OFFSET=0x200000 +CONFIG_SUBSYSTEM_UBOOT_RAMDISK_IMAGE_OFFSET=0x4000000 +CONFIG_SUBSYSTEM_UBOOT_FIT_IMAGE_OFFSET=0x10000000 + +# +# QSPI/OSPI image offsets +# +CONFIG_SUBSYSTEM_UBOOT_QSPI_KERNEL_OFFSET=0xA00000 +CONFIG_SUBSYSTEM_UBOOT_QSPI_KERNEL_SIZE=0x600000 +CONFIG_SUBSYSTEM_UBOOT_QSPI_RAMDISK_OFFSET=0x1000000 +CONFIG_SUBSYSTEM_UBOOT_QSPI_RAMDISK_SIZE=0xF80000 +CONFIG_SUBSYSTEM_UBOOT_QSPI_FIT_IMAGE_OFFSET=0xA80000 +CONFIG_SUBSYSTEM_UBOOT_QSPI_FIT_IMAGE_SIZE=0x1500000 + +# +# NAND image offsets +# +CONFIG_SUBSYSTEM_UBOOT_NAND_KERNEL_OFFSET=0x1000000 +CONFIG_SUBSYSTEM_UBOOT_NAND_KERNEL_SIZE=0x3200000 +CONFIG_SUBSYSTEM_UBOOT_NAND_RAMDISK_OFFSET=0x4600000 +CONFIG_SUBSYSTEM_UBOOT_NAND_RAMDISK_SIZE=0x3200000 +CONFIG_SUBSYSTEM_UBOOT_NAND_FIT_IMAGE_OFFSET=0x1080000 +CONFIG_SUBSYSTEM_UBOOT_NAND_FIT_IMAGE_SIZE=0x6400000 +CONFIG_SUBSYSTEM_UBOOT_KERNEL_IMAGE="uImage" +CONFIG_SUBSYSTEM_UBOOT_FIT_IMAGE="image.ub" +# CONFIG_SUBSYSTEM_UBOOT_EXT_DTB is not set + +# +# Linux Configuration +# +CONFIG_SUBSYSTEM_LINUX_CONFIG_TARGET="" + +# +# Image Packaging Configuration +# +# CONFIG_SUBSYSTEM_ROOTFS_INITRAMFS is not set +# CONFIG_SUBSYSTEM_ROOTFS_INITRD is not set +# CONFIG_SUBSYSTEM_ROOTFS_JFFS2 is not set +# CONFIG_SUBSYSTEM_ROOTFS_UBIFS is not set +# CONFIG_SUBSYSTEM_ROOTFS_NFS is not set +CONFIG_SUBSYSTEM_ROOTFS_EXT4=y +# CONFIG_SUBSYSTEM_ROOTFS_OTHER is not set +CONFIG_SUBSYSTEM_SDROOT_DEV="/dev/mmcblk0p2" +CONFIG_SUBSYSTEM_UIMAGE_NAME="image.ub" +CONFIG_SUBSYSTEM_RFS_FORMATS="ext4 tar.gz" +CONFIG_SUBSYSTEM_DTB_PADDING_SIZE=0x1000 +# CONFIG_SUBSYSTEM_COPY_TO_TFTPBOOT is not set + +# +# Firmware Version Configuration +# +CONFIG_SUBSYSTEM_HOSTNAME="ps-linux" +CONFIG_SUBSYSTEM_PRODUCT="ps-linux" +CONFIG_SUBSYSTEM_FW_VERSION="1.00" + +# +# Yocto Settings +# +CONFIG_YOCTO_MACHINE_NAME="zynq-generic" + +# +# TMPDIR Location +# +CONFIG_TMP_DIR_LOCATION="${PROOT}/build/tmp" + +# +# Devtool Workspace Location +# +CONFIG_DEVTOOL_WORKSPACE_LOCATION="${PROOT}/components/yocto/workspace" + +# +# Parallel thread execution +# +CONFIG_YOCTO_BB_NUMBER_THREADS="" +CONFIG_YOCTO_PARALLEL_MAKE="" + +# +# Add pre-mirror url +# +CONFIG_PRE_MIRROR_URL="http://petalinux.xilinx.com/sswreleases/rel-v${PETALINUX_MAJOR_VER}/downloads" + +# +# Local sstate feeds settings +# +CONFIG_YOCTO_LOCAL_SSTATE_FEEDS_URL="" +CONFIG_YOCTO_NETWORK_SSTATE_FEEDS=y + +# +# Network sstate feeds URL +# +CONFIG_YOCTO_NETWORK_SSTATE_FEEDS_URL="http://petalinux.xilinx.com/sswreleases/rel-v${PETALINUX_MAJOR_VER}/arm/sstate-cache" +# CONFIG_YOCTO_BB_NO_NETWORK is not set +# CONFIG_YOCTO_BUILDTOOLS_EXTENDED is not set + +# +# User Layers +# +CONFIG_USER_LAYER_0="" + +CONFIG_SUBSYSTEM_BOOTARGS_GENERATED="console=ttyPS0,115200 earlycon root=/dev/mmcblk0p2 rw rootwait" diff --git a/source/petalinux_config/rootfs_config b/source/petalinux_config/rootfs_config new file mode 100644 index 0000000..8f8ba49 --- /dev/null +++ b/source/petalinux_config/rootfs_config @@ -0,0 +1,3903 @@ +# +# Automatically generated file; DO NOT EDIT. +# Configuration +# +CONFIG_system-zynq=y + +# +# Filesystem Packages +# + +# +# admin +# + +# +# sudo +# +# CONFIG_sudo is not set +# CONFIG_sudo-dbg is not set +# CONFIG_sudo-dev is not set + +# +# base +# + +# +# base-files +# +# CONFIG_base-files is not set +# CONFIG_base-files-dbg is not set +# CONFIG_base-files-dev is not set + +# +# base-passwd +# +# CONFIG_base-passwd is not set +# CONFIG_base-passwd-dev is not set +# CONFIG_base-passwd-dbg is not set +# CONFIG_base-passwd-update is not set + +# +# bc +# +# CONFIG_bc is not set +# CONFIG_bc-dev is not set +# CONFIG_bc-dbg is not set + +# +# busybox +# +# CONFIG_busybox is not set +# CONFIG_busybox-udhcpd is not set +# CONFIG_busybox-httpd is not set +# CONFIG_busybox-dbg is not set +# CONFIG_busybox-inetd is not set +# CONFIG_busybox-dev is not set +# CONFIG_busybox-hwclock is not set +# CONFIG_busybox-udhcpc is not set +# CONFIG_busybox-syslog is not set + +# +# cpio +# +# CONFIG_cpio is not set +# CONFIG_cpio-dbg is not set +# CONFIG_cpio-dev is not set +# CONFIG_cpio-rmt is not set + +# +# dbus +# +# CONFIG_dbus is not set +# CONFIG_dbus-lib is not set +# CONFIG_dbus-dev is not set +# CONFIG_dbus-dbg is not set + +# +# dbus-glib +# +# CONFIG_dbus-glib is not set +# CONFIG_dbus-glib-bash-completion is not set +# CONFIG_dbus-glib-tests is not set +# CONFIG_dbus-glib-dbg is not set +# CONFIG_dbus-glib-dev is not set + +# +# dbus-wait +# +# CONFIG_dbus-wait is not set +# CONFIG_dbus-wait-dbg is not set +# CONFIG_dbus-wait-dev is not set + +# +# diffutils +# +# CONFIG_diffutils is not set +# CONFIG_diffutils-dbg is not set +# CONFIG_diffutils-dev is not set + +# +# dnf +# +# CONFIG_dnf is not set + +# +# e2fsprogs +# +# CONFIG_e2fsprogs is not set +# CONFIG_e2fsprogs-resize2fs is not set +# CONFIG_e2fsprogs-badblocks is not set +# CONFIG_e2fsprogs-e2fsck is not set +# CONFIG_libss is not set +# CONFIG_libcomerr is not set +# CONFIG_libext2fs is not set +# CONFIG_e2fsprogs-dev is not set +# CONFIG_e2fsprogs-tune2fs is not set +# CONFIG_libe2p is not set +CONFIG_e2fsprogs-mke2fs=y +# CONFIG_e2fsprogs-dbg is not set + +# +# ed +# +# CONFIG_ed is not set +# CONFIG_ed-dev is not set +# CONFIG_ed-dbg is not set + +# +# elfutils +# +# CONFIG_elfutils is not set +# CONFIG_libdw is not set +# CONFIG_elfutils-dev is not set +# CONFIG_elfutils-binutils is not set +# CONFIG_libelf is not set +# CONFIG_libasm is not set +# CONFIG_elfutils-dbg is not set + +# +# formfactor +# +# CONFIG_formfactor is not set +# CONFIG_formfactor-dbg is not set +# CONFIG_formfactor-dev is not set + +# +# fpga-manager-script +# +CONFIG_fpga-manager-script=y + +# +# haveged +# +CONFIG_haveged=y + +# +# i2c-tools +# +# CONFIG_i2c-tools is not set +# CONFIG_i2c-tools-dev is not set +# CONFIG_i2c-tools-dbg is not set +# CONFIG_i2c-tools-misc is not set + +# +# init-ifupdown +# +# CONFIG_init-ifupdown is not set +# CONFIG_init-ifupdown-dev is not set +# CONFIG_init-ifupdown-dbg is not set + +# +# initscripts +# +# CONFIG_initscripts is not set +# CONFIG_initscripts-dev is not set +# CONFIG_initscripts-dbg is not set +# CONFIG_initscripts-functions is not set + +# +# iproute2 +# +# CONFIG_iproute2 is not set +# CONFIG_iproute2-tc is not set +# CONFIG_iproute2-nstat is not set +# CONFIG_iproute2-dev is not set +# CONFIG_iproute2-lnstat is not set +# CONFIG_iproute2-rtacct is not set +# CONFIG_iproute2-ss is not set +# CONFIG_iproute2-ifstat is not set +# CONFIG_iproute2-genl is not set +# CONFIG_iproute2-bash-completion is not set +# CONFIG_iproute2-dbg is not set + +# +# kmod +# +# CONFIG_kmod is not set +# CONFIG_kmod-dbg is not set +# CONFIG_libkmod is not set +# CONFIG_kmod-dev is not set +# CONFIG_kmod-bash-completion is not set + +# +# linuxptp +# +# CONFIG_linuxptp is not set +# CONFIG_linuxptp-dev is not set +# CONFIG_linuxptp-dbg is not set + +# +# modutils-initscripts +# +# CONFIG_modutils-initscripts is not set +# CONFIG_modutils-initscripts-dev is not set +# CONFIG_modutils-initscripts-dbg is not set + +# +# mtd-utils +# +CONFIG_mtd-utils=y +# CONFIG_mtd-utils-ubifs is not set +# CONFIG_mtd-utils-dev is not set +# CONFIG_mtd-utils-jffs2 is not set +# CONFIG_mtd-utils-dbg is not set +# CONFIG_mtd-utils-misc is not set + +# +# netbase +# +# CONFIG_netbase is not set +# CONFIG_netbase-dbg is not set +# CONFIG_netbase-dev is not set + +# +# opkg +# +# CONFIG_opkg is not set +# CONFIG_opkg-dev is not set +# CONFIG_libopkg is not set +# CONFIG_opkg-dbg is not set + +# +# opkg-utils +# +# CONFIG_opkg-utils is not set +# CONFIG_update-alternatives-opkg is not set +# CONFIG_opkg-utils-dbg is not set + +# +# procps +# +# CONFIG_procps is not set +# CONFIG_procps-dbg is not set +# CONFIG_procps-dev is not set + +# +# pseudo +# +# CONFIG_pseudo is not set +# CONFIG_pseudo-dbg is not set +# CONFIG_pseudo-dev is not set + +# +# psplash +# +# CONFIG_psplash is not set +# CONFIG_psplash-dbg is not set +# CONFIG_psplash-default is not set +# CONFIG_psplash-dev is not set + +# +# quota +# +# CONFIG_quota is not set +# CONFIG_quota-dev is not set +# CONFIG_quota-dbg is not set + +# +# shared-mime-info +# +# CONFIG_shared-mime-info is not set +# CONFIG_shared-mime-info-dev is not set +# CONFIG_shared-mime-info-dbg is not set +# CONFIG_shared-mime-info-data is not set + +# +# shell +# + +# +# bash +# +CONFIG_bash=y +# CONFIG_bash-dev is not set +# CONFIG_bash-dbg is not set + +# +# sysvinit +# +# CONFIG_sysvinit is not set +# CONFIG_sysvinit-pidof is not set +# CONFIG_sysvinit-dbg is not set +# CONFIG_sysvinit-dev is not set +# CONFIG_sysvinit-sulogin is not set + +# +# tar +# +CONFIG_tar=y +# CONFIG_tar-dev is not set +# CONFIG_tar-rmt is not set +# CONFIG_tar-dbg is not set + +# +# tzdata +# +# CONFIG_tzdata is not set +# CONFIG_tzdata-asia is not set +# CONFIG_tzdata-arctic is not set +# CONFIG_tzdata-posix is not set +# CONFIG_tzdata-africa is not set +# CONFIG_tzdata-europe is not set +# CONFIG_tzdata-americas is not set +# CONFIG_tzdata-antarctica is not set +# CONFIG_tzdata-atlantic is not set +# CONFIG_tzdata-misc is not set +# CONFIG_tzdata-right is not set +# CONFIG_tzdata-pacific is not set +# CONFIG_tzdata-australia is not set + +# +# update-rc.d +# +# CONFIG_update-rc.d is not set +# CONFIG_update-rc.d-dev is not set +# CONFIG_update-rc.d-dbg is not set + +# +# usbutils +# +# CONFIG_usbutils is not set +# CONFIG_usbutils-dbg is not set +# CONFIG_usbutils-dev is not set + +# +# util-linux +# +# CONFIG_util-linux is not set +# CONFIG_util-linux-dev is not set +# CONFIG_util-linux-fsck.cramfs is not set +# CONFIG_util-linux-swaponoff is not set +# CONFIG_util-linux-sfdisk is not set +# CONFIG_util-linux-uuidd is not set +# CONFIG_util-linux-getopt is not set +# CONFIG_util-linux-findfs is not set +# CONFIG_util-linux-mountpoint is not set +# CONFIG_util-linux-hwclock is not set +# CONFIG_util-linux-mcookie is not set +# CONFIG_util-linux-dbg is not set +# CONFIG_util-linux-mkfs.cramfs is not set +CONFIG_util-linux-blkid=y +# CONFIG_util-linux-sulogin is not set +# CONFIG_util-linux-losetup is not set +# CONFIG_util-linux-fstrim is not set +# CONFIG_util-linux-cfdisk is not set +# CONFIG_util-linux-agetty is not set +# CONFIG_util-linux-bash-completion is not set +CONFIG_util-linux-lscpu=y +# CONFIG_util-linux-prlimit is not set +CONFIG_util-linux-umount=y +# CONFIG_util-linux-partx is not set +# CONFIG_util-linux-mkfs is not set +# CONFIG_util-linux-readprofile is not set +# CONFIG_util-linux-uuidgen is not set +CONFIG_util-linux-mount=y +# CONFIG_util-linux-fdisk is not set +# CONFIG_util-linux-fsck is not set + +# +# utils +# + +# +# shadow +# +# CONFIG_shadow is not set +# CONFIG_shadow-base is not set +# CONFIG_shadow-dev is not set +# CONFIG_shadow-dbg is not set + +# +# xz +# +CONFIG_xz=y +# CONFIG_xz-dev is not set +# CONFIG_xz-dbg is not set +CONFIG_liblzma=y + +# +# baseutils +# + +# +# shadow-securetty +# +# CONFIG_shadow-securetty is not set +# CONFIG_shadow-securetty-dev is not set +# CONFIG_shadow-securetty-dbg is not set + +# +# benchmark +# + +# +# tests +# + +# +# dhrystone +# +# CONFIG_dhrystone is not set +# CONFIG_dhrystone-dev is not set +# CONFIG_dhrystone-dbg is not set + +# +# linpack +# +# CONFIG_linpack is not set +# CONFIG_linpack-dbg is not set +# CONFIG_linpack-dev is not set + +# +# whetstone +# +# CONFIG_whetstone is not set +# CONFIG_whetstone-dev is not set +# CONFIG_whetstone-dbg is not set + +# +# bootgen +# +# CONFIG_bootgen is not set +# CONFIG_bootgen-dev is not set +# CONFIG_bootgen-dbg is not set + +# +# console +# + +# +# network +# + +# +# canutils +# +# CONFIG_canutils is not set +# CONFIG_canutils-dbg is not set +# CONFIG_canutils-dev is not set + +# +# can-utils +# +CONFIG_can-utils=y +# CONFIG_can-utils-dbg is not set +# CONFIG_can-utils-dev is not set + +# +# curl +# +CONFIG_curl=y +# CONFIG_curl-dev is not set +CONFIG_libcurl=y +# CONFIG_curl-dbg is not set + +# +# dropbear +# +# CONFIG_dropbear is not set +# CONFIG_dropbear-dev is not set +# CONFIG_dropbear-dbg is not set + +# +# ethtool +# +CONFIG_ethtool=y +# CONFIG_ethtool-dbg is not set +# CONFIG_ethtool-dev is not set + +# +# lrzsz +# +CONFIG_lrzsz=y +# CONFIG_lrzsz-dbg is not set +# CONFIG_lrzsz-dev is not set + +# +# mailx +# +# CONFIG_mailx is not set +# CONFIG_mailx-dbg is not set +# CONFIG_mailx-dev is not set + +# +# minicom +# +CONFIG_minicom=y +# CONFIG_minicom-dbg is not set +# CONFIG_minicom-dev is not set + +# +# nfs-utils +# +CONFIG_nfs-utils=y +# CONFIG_nfs-utils-dev is not set +# CONFIG_nfs-utils-client is not set +# CONFIG_nfs-utils-stats is not set +# CONFIG_nfs-utils-dbg is not set + +# +# openssh +# +CONFIG_openssh=y +CONFIG_openssh-misc=y +# CONFIG_openssh-dbg is not set +CONFIG_openssh-sshd=y +CONFIG_openssh-keygen=y +CONFIG_openssh-ssh=y +# CONFIG_openssh-dev is not set +CONFIG_openssh-sftp=y +CONFIG_openssh-sftp-server=y +CONFIG_openssh-scp=y + +# +# ppp +# +# CONFIG_ppp is not set +# CONFIG_ppp-minconn is not set +# CONFIG_ppp-l2tp is not set +# CONFIG_ppp-dev is not set +# CONFIG_ppp-password is not set +# CONFIG_ppp-radius is not set +# CONFIG_ppp-tools is not set +# CONFIG_ppp-dbg is not set +# CONFIG_ppp-oe is not set +# CONFIG_ppp-oa is not set +# CONFIG_ppp-winbind is not set + +# +# rpcbind +# +# CONFIG_rpcbind is not set +# CONFIG_rpcbind-dbg is not set +# CONFIG_rpcbind-dev is not set + +# +# rsync +# +# CONFIG_rsync is not set +# CONFIG_rsync-dev is not set +# CONFIG_rsync-dbg is not set + +# +# socat +# +# CONFIG_socat is not set +# CONFIG_socat-dbg is not set +# CONFIG_socat-dev is not set + +# +# subversion +# +# CONFIG_subversion is not set +# CONFIG_subversion-dev is not set +# CONFIG_subversion-dbg is not set + +# +# tcp-wrappers +# +# CONFIG_tcp-wrappers is not set +# CONFIG_tcp-wrappers-dbg is not set +# CONFIG_libwrap-dev is not set +# CONFIG_libwrap is not set + +# +# wget +# +CONFIG_wget=y +# CONFIG_wget-dev is not set +# CONFIG_wget-dbg is not set + +# +# tools +# + +# +# parted +# +# CONFIG_parted is not set +# CONFIG_parted-dbg is not set +# CONFIG_parted-dev is not set + +# +# utils +# + +# +# alsa-utils +# +# CONFIG_alsa-utils is not set +# CONFIG_alsa-utils-aconnect is not set +# CONFIG_alsa-utils-alsaloop is not set +# CONFIG_alsa-utils-aseqdump is not set +# CONFIG_alsa-utils-aplay is not set +# CONFIG_alsa-utils-iecset is not set +# CONFIG_alsa-utils-alsaucm is not set +# CONFIG_alsa-utils-dev is not set +# CONFIG_alsa-utils-alsamixer is not set +# CONFIG_alsa-utils-amixer is not set +# CONFIG_alsa-utils-speakertest is not set +# CONFIG_alsa-utils-alsactl is not set +# CONFIG_alsa-utils-dbg is not set +# CONFIG_alsa-utils-midi is not set +# CONFIG_alsa-utils-aseqnet is not set +# CONFIG_alsa-utils-alsatplg is not set + +# +# bash-completion +# +CONFIG_bash-completion=y +# CONFIG_bash-completion-dev is not set +CONFIG_bash-completion-extra=y +# CONFIG_bash-completion-dbg is not set + +# +# bzip2 +# +CONFIG_bzip2=y +CONFIG_libbz2=y +# CONFIG_bzip2-dbg is not set +# CONFIG_bzip2-dev is not set + +# +# file +# +CONFIG_file=y +# CONFIG_file-dbg is not set +# CONFIG_file-dev is not set + +# +# findutils +# +CONFIG_findutils=y +# CONFIG_findutils-dbg is not set +# CONFIG_findutils-dev is not set + +# +# gawk +# +CONFIG_gawk=y +# CONFIG_gawk-dbg is not set +# CONFIG_gawk-dev is not set + +# +# git +# +# CONFIG_git is not set +# CONFIG_git-bash-completion is not set +# CONFIG_gitweb is not set +# CONFIG_git-perltools is not set +# CONFIG_git-dev is not set +# CONFIG_git-dbg is not set + +# +# grep +# +CONFIG_grep=y +# CONFIG_grep-dbg is not set +# CONFIG_grep-dev is not set + +# +# groff +# +# CONFIG_groff is not set +# CONFIG_groff-dev is not set +# CONFIG_groff-dbg is not set + +# +# gzip +# +CONFIG_gzip=y +# CONFIG_gzip-dbg is not set +# CONFIG_gzip-dev is not set + +# +# hdparm +# +# CONFIG_hdparm is not set +# CONFIG_wiper is not set +# CONFIG_hdparm-dbg is not set +# CONFIG_hdparm-dev is not set + +# +# less +# +CONFIG_less=y +# CONFIG_less-dev is not set +# CONFIG_less-dbg is not set + +# +# ltp +# +# CONFIG_ltp is not set +# CONFIG_ltp-dev is not set +# CONFIG_ltp-dbg is not set + +# +# man +# +CONFIG_man=y + +# +# man-pages +# +CONFIG_man-pages=y +# CONFIG_man-pages-dbg is not set +# CONFIG_man-pages-dev is not set + +# +# mc +# +# CONFIG_mc is not set +# CONFIG_mc-dev is not set +# CONFIG_mc-helpers-perl is not set +# CONFIG_mc-helpers is not set +# CONFIG_mc-fish is not set +# CONFIG_mc-dbg is not set + +# +# pciutils +# +CONFIG_pciutils=y +# CONFIG_pciutils-ids is not set +# CONFIG_pciutils-dev is not set +# CONFIG_libpci is not set +# CONFIG_pciutils-dbg is not set + +# +# pkgconfig +# +# CONFIG_pkgconfig is not set +# CONFIG_pkgconfig-dbg is not set +# CONFIG_pkgconfig-dev is not set + +# +# screen +# +CONFIG_screen=y +# CONFIG_screen-dbg is not set +# CONFIG_screen-dev is not set + +# +# sed +# +CONFIG_sed=y +# CONFIG_sed-dbg is not set +# CONFIG_sed-dev is not set + +# +# setserial +# +# CONFIG_setserial is not set +# CONFIG_setserial-dev is not set +# CONFIG_setserial-dbg is not set + +# +# smartmontools +# +# CONFIG_smartmontools is not set +# CONFIG_smartmontools-dbg is not set +# CONFIG_smartmontools-dev is not set + +# +# strace +# +# CONFIG_strace is not set +# CONFIG_strace-dev is not set +# CONFIG_strace-dbg is not set + +# +# sysstat +# +# CONFIG_sysstat is not set +# CONFIG_sysstat-dev is not set +# CONFIG_sysstat-dbg is not set + +# +# texinfo +# +# CONFIG_texinfo is not set +# CONFIG_texinfo-dev is not set +# CONFIG_info is not set +# CONFIG_texinfo-dbg is not set + +# +# unzip +# +CONFIG_unzip=y +# CONFIG_unzip-dbg is not set +# CONFIG_unzip-dev is not set + +# +# vim +# +CONFIG_vim=y +CONFIG_vim-syntax=y +# CONFIG_vim-dev is not set +# CONFIG_vim-help is not set +CONFIG_vim-common=y +# CONFIG_vim-vimrc is not set +# CONFIG_vim-tutor is not set +# CONFIG_vim-tools is not set +# CONFIG_vim-dbg is not set + +# +# zip +# +CONFIG_zip=y +# CONFIG_zip-dev is not set +# CONFIG_zip-dbg is not set + +# +# devel +# + +# +# autoconf +# +# CONFIG_autoconf is not set +# CONFIG_autoconf-dev is not set +# CONFIG_autoconf-dbg is not set + +# +# automake +# +# CONFIG_automake is not set +# CONFIG_automake-dev is not set +# CONFIG_automake-dbg is not set + +# +# binutils +# +# CONFIG_binutils is not set +# CONFIG_binutils-dev is not set +# CONFIG_binutils-dbg is not set + +# +# bison +# +# CONFIG_bison is not set +# CONFIG_bison-dbg is not set +# CONFIG_bison-dev is not set + +# +# ccache +# +# CONFIG_ccache is not set +# CONFIG_ccache-dbg is not set +# CONFIG_ccache-dev is not set + +# +# diffstat +# +# CONFIG_diffstat is not set +# CONFIG_diffstat-dbg is not set +# CONFIG_diffstat-dev is not set + +# +# distcc +# +# CONFIG_distcc is not set +# CONFIG_distcc-dbg is not set +# CONFIG_distcc-dev is not set + +# +# expect +# +# CONFIG_expect is not set +# CONFIG_expect-dbg is not set +# CONFIG_expect-dev is not set + +# +# flex +# +# CONFIG_flex is not set +# CONFIG_flex-dev is not set +# CONFIG_flex-dbg is not set + +# +# gmp +# +# CONFIG_gmp is not set +# CONFIG_gmp-dbg is not set +# CONFIG_gmp-dev is not set +# CONFIG_libgmpxx is not set + +# +# gnu-config +# +# CONFIG_gnu-config is not set + +# +# intltool +# +# CONFIG_intltool is not set +# CONFIG_intltool-dev is not set +# CONFIG_intltool-dbg is not set + +# +# libarchive +# +# CONFIG_libarchive is not set +# CONFIG_libarchive-dev is not set +# CONFIG_bsdcpio is not set +# CONFIG_bsdtar is not set +# CONFIG_libarchive-dbg is not set + +# +# libcheck +# +# CONFIG_libcheck is not set +# CONFIG_libcheck-dev is not set +# CONFIG_libcheck-dbg is not set + +# +# libpcre +# +# CONFIG_libpcre is not set +# CONFIG_libpcre-dev is not set +# CONFIG_libpcreposix is not set +# CONFIG_libpcre-dbg is not set +# CONFIG_libpcrecpp is not set +# CONFIG_pcretest is not set +# CONFIG_pcregrep is not set + +# +# lsof +# +CONFIG_lsof=y +# CONFIG_lsof-dev is not set +# CONFIG_lsof-dbg is not set + +# +# make +# +# CONFIG_make is not set +# CONFIG_make-dbg is not set +# CONFIG_make-dev is not set + +# +# mpfr +# +# CONFIG_mpfr is not set +# CONFIG_mpfr-dev is not set +# CONFIG_mpfr-dbg is not set + +# +# perl +# +# CONFIG_perl is not set +# CONFIG_perl-module-unicore is not set +# CONFIG_perl-dev is not set +# CONFIG_perl-misc is not set +# CONFIG_perl-dbg is not set +# CONFIG_perl-module-cpan is not set +# CONFIG_perl-modules is not set +# CONFIG_perl-pod is not set + +# +# python3-nose +# +# CONFIG_python3-nose is not set +# CONFIG_python3-nose-dbg is not set +# CONFIG_python3-nose-dev is not set + +# +# python3-numpy +# +# CONFIG_python3-numpy is not set +# CONFIG_python3-numpy-dev is not set +# CONFIG_python3-numpy-dbg is not set + +# +# python3-scons +# +# CONFIG_python3-scons is not set +# CONFIG_python3-scons-dev is not set +# CONFIG_python3-scons-dbg is not set + +# +# python3-dbus +# +# CONFIG_python3-dbus is not set +# CONFIG_python3-dbus-dbg is not set +# CONFIG_python3-dbus-dev is not set + +# +# python3-pygobject +# +# CONFIG_python3-pygobject is not set +# CONFIG_python3-pygobject-dbg is not set +# CONFIG_python3-pygobject-dev is not set + +# +# quilt +# +# CONFIG_quilt is not set +# CONFIG_quilt-dbg is not set +# CONFIG_quilt-dev is not set +# CONFIG_guards is not set + +# +# ruby +# + +# +# ruby +# +# CONFIG_ruby is not set +# CONFIG_ruby-dev is not set +# CONFIG_ruby-rdoc is not set +# CONFIG_ruby-dbg is not set + +# +# run-postinsts +# +CONFIG_run-postinsts=y +# CONFIG_run-postinsts-dbg is not set +# CONFIG_run-postinsts-dev is not set + +# +# swig +# +# CONFIG_swig is not set +# CONFIG_swig-dev is not set +# CONFIG_swig-dbg is not set + +# +# tcltk +# + +# +# tcl +# +# CONFIG_tcl is not set +# CONFIG_tcl-dev is not set +# CONFIG_tcl-lib is not set +# CONFIG_tcl-dbg is not set + +# +# vala +# +# CONFIG_vala is not set +# CONFIG_vala-dev is not set +# CONFIG_vala-dbg is not set + +# +# fonts +# + +# +# cantarell-fonts +# +# CONFIG_cantarell-fonts is not set +# CONFIG_cantarell-fonts-dbg is not set +# CONFIG_cantarell-fonts-dev is not set + +# +# kernel +# + +# +# userland +# + +# +# kexec-tools +# +# CONFIG_kexec-tools is not set +# CONFIG_kexec-tools-dbg is not set +# CONFIG_kdump is not set +# CONFIG_kexec-tools-dev is not set +# CONFIG_kexec is not set +# CONFIG_vmcore-dmesg is not set + +# +# libs +# + +# +# acl +# +# CONFIG_acl is not set +# CONFIG_acl-dev is not set +# CONFIG_libacl is not set +# CONFIG_acl-dbg is not set + +# +# apr +# +# CONFIG_apr is not set +# CONFIG_apr-dbg is not set +# CONFIG_apr-dev is not set + +# +# apr-util +# +# CONFIG_apr-util is not set +# CONFIG_apr-util-dev is not set +# CONFIG_apr-util-dbg is not set + +# +# attr +# +# CONFIG_attr is not set +# CONFIG_attr-dbg is not set +# CONFIG_attr-dev is not set +# CONFIG_libattr is not set + +# +# bluez5 +# +# CONFIG_bluez5 is not set +# CONFIG_bluez5-testtools is not set +# CONFIG_bluez5-dbg is not set +# CONFIG_bluez5-obex is not set +# CONFIG_bluez5-dev is not set +# CONFIG_bluez5-noinst-tools is not set + +# +# boost +# +# CONFIG_boost is not set +# CONFIG_boost-random is not set +# CONFIG_boost-regex is not set +# CONFIG_boost-atomic is not set +# CONFIG_boost-thread is not set +# CONFIG_boost-serialization is not set +# CONFIG_boost-filesystem is not set +# CONFIG_boost-test is not set +# CONFIG_boost-system is not set +# CONFIG_boost-graph is not set +# CONFIG_boost-container is not set +# CONFIG_boost-date-time is not set +# CONFIG_boost-math is not set +# CONFIG_boost-wave is not set +# CONFIG_boost-chrono is not set +# CONFIG_boost-timer is not set +# CONFIG_boost-dev is not set +# CONFIG_boost-program-options is not set +# CONFIG_boost-iostreams is not set +# CONFIG_boost-dbg is not set +# CONFIG_boost-log is not set + +# +# cairo +# +# CONFIG_cairo is not set +# CONFIG_cairo-gobject is not set +# CONFIG_cairo-script-interpreter is not set +# CONFIG_cairo-perf-utils is not set +# CONFIG_cairo-dbg is not set +# CONFIG_cairo-dev is not set + +# +# db +# +# CONFIG_db is not set +# CONFIG_db-dbg is not set +# CONFIG_db-cxx is not set +# CONFIG_db-dev is not set +# CONFIG_db-bin is not set + +# +# devel +# + +# +# libyaml +# +# CONFIG_libyaml is not set +# CONFIG_libyaml-dev is not set +# CONFIG_libyaml-dbg is not set + +# +# expat +# +# CONFIG_expat is not set +# CONFIG_expat-bin is not set +# CONFIG_expat-dbg is not set +# CONFIG_expat-dev is not set + +# +# faad2 +# +# CONFIG_faad2 is not set +# CONFIG_faad2-dev is not set +# CONFIG_faad2-dbg is not set + +# +# ffmpeg +# +# CONFIG_ffmpeg is not set +# CONFIG_ffmpeg-dbg is not set +# CONFIG_ffmpeg-dev is not set + +# +# flac +# +# CONFIG_flac is not set +# CONFIG_flac-dbg is not set +# CONFIG_libflacPLUSPLUS is not set +# CONFIG_libflac is not set +# CONFIG_flac-dev is not set + +# +# fontconfig +# +# CONFIG_fontconfig is not set +# CONFIG_fontconfig-utils is not set +# CONFIG_fontconfig-dbg is not set +# CONFIG_fontconfig-dev is not set + +# +# freetype +# +# CONFIG_freetype is not set +# CONFIG_freetype-dbg is not set +# CONFIG_freetype-dev is not set + +# +# gdbm +# +# CONFIG_gdbm is not set +# CONFIG_gdbm-bin is not set +# CONFIG_gdbm-compat is not set +# CONFIG_gdbm-dbg is not set +# CONFIG_gdbm-dev is not set + +# +# gdk-pixbuf +# +# CONFIG_gdk-pixbuf is not set +# CONFIG_gdk-pixbuf-xlib is not set +# CONFIG_gdk-pixbuf-dbg is not set +# CONFIG_gdk-pixbuf-dev is not set + +# +# gettext +# +# CONFIG_gettext is not set +# CONFIG_libgettextlib is not set +# CONFIG_gettext-dev is not set +# CONFIG_gettext-runtime is not set +# CONFIG_libgettextsrc is not set +# CONFIG_gettext-dbg is not set + +# +# glib-networking +# +# CONFIG_glib-networking is not set +# CONFIG_glib-networking-dbg is not set +# CONFIG_glib-networking-dev is not set + +# +# gobject-introspection +# +# CONFIG_gobject-introspection is not set +# CONFIG_gobject-introspection-dev is not set +# CONFIG_gobject-introspection-dbg is not set + +# +# gtk+ +# +# CONFIG_gtkPLUS is not set +# CONFIG_gtkPLUS-dev is not set +# CONFIG_gtkPLUS-dbg is not set +# CONFIG_libgail is not set +# CONFIG_gtk-demo is not set + +# +# gtk+3 +# +# CONFIG_gtkPLUS3 is not set +# CONFIG_gtkPLUS3-demo is not set +# CONFIG_gtkPLUS3-dev is not set +# CONFIG_gtkPLUS3-dbg is not set + +# +# harfbuzz +# +# CONFIG_harfbuzz is not set +# CONFIG_harfbuzz-icu is not set +# CONFIG_harfbuzz-icu-dev is not set +# CONFIG_harfbuzz-bin is not set +# CONFIG_harfbuzz-dev is not set +# CONFIG_harfbuzz-dbg is not set + +# +# libaio +# +# CONFIG_libaio is not set +# CONFIG_libaio-dev is not set +# CONFIG_libaio-dbg is not set + +# +# libcap +# +# CONFIG_libcap is not set +# CONFIG_libcap-dbg is not set +# CONFIG_libcap-dev is not set +# CONFIG_libcap-bin is not set + +# +# libdaemon +# +# CONFIG_libdaemon is not set +# CONFIG_libdaemon-dbg is not set +# CONFIG_libdaemon-dev is not set + +# +# libdmx +# +# CONFIG_libdmx is not set +# CONFIG_libdmx-dbg is not set +# CONFIG_libdmx-dev is not set + +# +# libeigen +# +# CONFIG_libeigen-dev is not set +# CONFIG_libeigen-dbg is not set + +# +# libepoxy +# +# CONFIG_libepoxy is not set +# CONFIG_libepoxy-dev is not set +# CONFIG_libepoxy-dbg is not set + +# +# libevdev +# +# CONFIG_libevdev is not set +# CONFIG_libevdev-dbg is not set +# CONFIG_libevdev-dev is not set + +# +# libevent +# +# CONFIG_libevent is not set +# CONFIG_libevent-dev is not set +# CONFIG_libevent-dbg is not set + +# +# libexif +# +# CONFIG_libexif is not set +# CONFIG_libexif-dbg is not set +# CONFIG_libexif-dev is not set + +# +# libffi +# +# CONFIG_libffi is not set +# CONFIG_libffi-dev is not set +# CONFIG_libffi-dbg is not set + +# +# libfontenc +# +# CONFIG_libfontenc is not set +# CONFIG_libfontenc-dev is not set +# CONFIG_libfontenc-dbg is not set + +# +# libgcrypt +# +# CONFIG_libgcrypt is not set +# CONFIG_libgcrypt-dbg is not set +# CONFIG_libgcrypt-dev is not set +# CONFIG_dumpsexp-dev is not set + +# +# libgpg-error +# +# CONFIG_libgpg-error is not set +# CONFIG_libgpg-error-dbg is not set +# CONFIG_libgpg-error-dev is not set + +# +# libgphoto2 +# +# CONFIG_libgphoto2 is not set +# CONFIG_libgphoto2-dbg is not set +# CONFIG_libgphotoport is not set +# CONFIG_libgphoto2-bin is not set +# CONFIG_libgphoto2-camlibs is not set +# CONFIG_libgphoto2-dev is not set + +# +# libgpiod +# +# CONFIG_libgpiod is not set +# CONFIG_libgpiod-dev is not set +# CONFIG_libgpiod-dbg is not set + +# +# libgudev +# +# CONFIG_libgudev is not set +# CONFIG_libgudev-dev is not set +# CONFIG_libgudev-dbg is not set + +# +# libical +# +# CONFIG_libical is not set +# CONFIG_libical-dev is not set +# CONFIG_libical-dbg is not set + +# +# libice +# +# CONFIG_libice is not set +# CONFIG_libice-dbg is not set +# CONFIG_libice-dev is not set + +# +# libid3tag +# +# CONFIG_libid3tag is not set +# CONFIG_libid3tag-dbg is not set +# CONFIG_libid3tag-dev is not set + +# +# libidn +# +# CONFIG_libidn is not set +# CONFIG_idn is not set +# CONFIG_libidn-dbg is not set +# CONFIG_libidn-dev is not set + +# +# libinput +# +# CONFIG_libinput is not set +# CONFIG_libinput-dbg is not set +# CONFIG_libinput-dev is not set + +# +# libjpeg-turbo +# +# CONFIG_libjpeg-turbo is not set +# CONFIG_libturbojpeg is not set +# CONFIG_jpeg-tools is not set +# CONFIG_libjpeg-turbo-dbg is not set +# CONFIG_libjpeg-turbo-dev is not set + +# +# libmetal +# +# CONFIG_libmetal is not set +# CONFIG_libmetal-dbg is not set +# CONFIG_libmetal-dev is not set + +# +# libmpc +# +# CONFIG_libmpc is not set +# CONFIG_libmpc-dev is not set +# CONFIG_libmpc-dbg is not set + +# +# libnet +# +# CONFIG_libnet is not set +# CONFIG_libnet-dev is not set +# CONFIG_libnet-dbg is not set + +# +# libnewt +# +# CONFIG_libnewt is not set +# CONFIG_libnewt-dev is not set +# CONFIG_libnewt-dbg is not set +# CONFIG_whiptail is not set + +# +# libnotify +# +# CONFIG_libnotify is not set +# CONFIG_libnotify-dbg is not set +# CONFIG_libnotify-dev is not set + +# +# libnss-mdns +# +# CONFIG_libnss-mdns is not set +# CONFIG_libnss-mdns-dbg is not set +# CONFIG_libnss-mdns-dev is not set + +# +# libogg +# +# CONFIG_libogg is not set +# CONFIG_libogg-dev is not set +# CONFIG_libogg-dbg is not set + +# +# libpciaccess +# +# CONFIG_libpciaccess is not set +# CONFIG_libpciaccess-dbg is not set +# CONFIG_libpciaccess-dev is not set + +# +# libpng +# +# CONFIG_libpng is not set +# CONFIG_libpng-dev is not set +# CONFIG_libpng-dbg is not set +# CONFIG_libpng-tools is not set + +# +# libproxy +# +# CONFIG_libproxy is not set +# CONFIG_libproxy-dev is not set +# CONFIG_libproxy-dbg is not set + +# +# libsamplerate0 +# +# CONFIG_libsamplerate0 is not set +# CONFIG_libsamplerate0-dbg is not set +# CONFIG_libsamplerate0-dev is not set + +# +# libsecret +# +# CONFIG_libsecret is not set +# CONFIG_libsecret-dbg is not set +# CONFIG_libsecret-dev is not set + +# +# libsm +# +# CONFIG_libsm is not set +# CONFIG_libsm-dev is not set +# CONFIG_libsm-dbg is not set + +# +# libtasn1 +# +# CONFIG_libtasn1 is not set +# CONFIG_libtasn1-bin is not set +# CONFIG_libtasn1-dev is not set +# CONFIG_libtasn1-dbg is not set + +# +# libtheora +# +# CONFIG_libtheora is not set +# CONFIG_libtheora-dbg is not set +# CONFIG_libtheora-dev is not set + +# +# libtool +# +# CONFIG_libtool is not set +# CONFIG_libtool-dbg is not set +# CONFIG_libltdl is not set +# CONFIG_libtool-dev is not set + +# +# liburcu +# +# CONFIG_liburcu is not set +# CONFIG_liburcu-dev is not set +# CONFIG_liburcu-dbg is not set + +# +# libusb-compat +# +# CONFIG_libusb-compat is not set +# CONFIG_libusb-compat-dev is not set +# CONFIG_libusb-compat-dbg is not set + +# +# libusb1 +# +# CONFIG_libusb1 is not set +# CONFIG_libusb1-dbg is not set +# CONFIG_libusb1-dev is not set + +# +# libvorbis +# +# CONFIG_libvorbis is not set +# CONFIG_libvorbis-dbg is not set +# CONFIG_libvorbis-dev is not set + +# +# libwebp +# +# CONFIG_libwebp is not set +# CONFIG_libwebp-bin is not set +# CONFIG_libwebp-dev is not set +# CONFIG_libwebp-dbg is not set + +# +# libx11 +# +# CONFIG_libx11 is not set +# CONFIG_libx11-dbg is not set +# CONFIG_libx11-xcb is not set +# CONFIG_libx11-dev is not set + +# +# libxau +# +# CONFIG_libxau is not set +# CONFIG_libxau-dbg is not set +# CONFIG_libxau-dev is not set + +# +# libxcomposite +# +# CONFIG_libxcomposite is not set +# CONFIG_libxcomposite-dbg is not set +# CONFIG_libxcomposite-dev is not set + +# +# libxcursor +# +# CONFIG_libxcursor is not set +# CONFIG_libxcursor-dev is not set +# CONFIG_libxcursor-dbg is not set + +# +# libxdamage +# +# CONFIG_libxdamage is not set +# CONFIG_libxdamage-dev is not set +# CONFIG_libxdamage-dbg is not set + +# +# libxdmcp +# +# CONFIG_libxdmcp is not set +# CONFIG_libxdmcp-dev is not set +# CONFIG_libxdmcp-dbg is not set + +# +# libxext +# +# CONFIG_libxext is not set +# CONFIG_libxext-dbg is not set +# CONFIG_libxext-dev is not set + +# +# libxfixes +# +# CONFIG_libxfixes is not set +# CONFIG_libxfixes-dev is not set +# CONFIG_libxfixes-dbg is not set + +# +# libxfont +# +# CONFIG_libxfont is not set +# CONFIG_libxfont-dev is not set +# CONFIG_libxfont-dbg is not set + +# +# libxft +# +# CONFIG_libxft is not set +# CONFIG_libxft-dev is not set +# CONFIG_libxft-dbg is not set + +# +# libxi +# +# CONFIG_libxi is not set +# CONFIG_libxi-dbg is not set +# CONFIG_libxi-dev is not set + +# +# libxinerama +# +# CONFIG_libxinerama is not set +# CONFIG_libxinerama-dbg is not set +# CONFIG_libxinerama-dev is not set + +# +# libxkbcommon +# +# CONFIG_libxkbcommon is not set +# CONFIG_libxkbcommon-dbg is not set +# CONFIG_libxkbcommon-dev is not set + +# +# libxkbfile +# +# CONFIG_libxkbfile is not set +# CONFIG_libxkbfile-dbg is not set +# CONFIG_libxkbfile-dev is not set + +# +# libxml-parser-perl +# +# CONFIG_libxml-parser-perl is not set +# CONFIG_libxml-parser-perl-dbg is not set +# CONFIG_libxml-parser-perl-dev is not set + +# +# libxml2 +# +# CONFIG_libxml2 is not set +# CONFIG_libxml2-dbg is not set +# CONFIG_libxml2-dev is not set +# CONFIG_libxml2-python is not set + +# +# libxmu +# +# CONFIG_libxmu is not set +# CONFIG_libxmu-dev is not set +# CONFIG_libxmu-dbg is not set +# CONFIG_libxmuu is not set + +# +# libxrandr +# +# CONFIG_libxrandr is not set +# CONFIG_libxrandr-dev is not set +# CONFIG_libxrandr-dbg is not set + +# +# libxrender +# +# CONFIG_libxrender is not set +# CONFIG_libxrender-dev is not set +# CONFIG_libxrender-dbg is not set + +# +# libxres +# +# CONFIG_libxres is not set +# CONFIG_libxres-dev is not set +# CONFIG_libxres-dbg is not set + +# +# libxslt +# +# CONFIG_libxslt is not set +# CONFIG_libxslt-dev is not set +# CONFIG_libxslt-bin is not set +# CONFIG_libxslt-dbg is not set + +# +# libxt +# +# CONFIG_libxt is not set +# CONFIG_libxt-dbg is not set +# CONFIG_libxt-dev is not set + +# +# libxtst +# +# CONFIG_libxtst is not set +# CONFIG_libxtst-dev is not set +# CONFIG_libxtst-dbg is not set + +# +# libxv +# +# CONFIG_libxv is not set +# CONFIG_libxv-dbg is not set +# CONFIG_libxv-dev is not set + +# +# libxxf86vm +# +# CONFIG_libxxf86vm is not set +# CONFIG_libxxf86vm-dbg is not set +# CONFIG_libxxf86vm-dev is not set + +# +# lzo +# +# CONFIG_lzo is not set +# CONFIG_lzo-dbg is not set +# CONFIG_lzo-dev is not set + +# +# mtdev +# +# CONFIG_mtdev is not set +# CONFIG_mtdev-dbg is not set +# CONFIG_mtdev-dev is not set + +# +# multimedia +# + +# +# alsa-lib +# +# CONFIG_alsa-lib is not set +# CONFIG_alsa-lib-dbg is not set +# CONFIG_alsa-lib-dev is not set +# CONFIG_alsa-server is not set +# CONFIG_libasound is not set +# CONFIG_alsa-conf-base is not set +# CONFIG_alsa-conf is not set +# CONFIG_alsa-oss is not set + +# +# libsndfile1 +# +# CONFIG_libsndfile1 is not set +# CONFIG_libsndfile1-dbg is not set +# CONFIG_libsndfile1-dev is not set +# CONFIG_libsndfile1-bin is not set + +# +# pulseaudio +# +# CONFIG_pulseaudio is not set +# CONFIG_pulseaudio-misc is not set +# CONFIG_libpulse-mainloop-glib is not set +# CONFIG_pulseaudio-dbg is not set +# CONFIG_libpulsecommon is not set +# CONFIG_pulseaudio-module-console-kit is not set +# CONFIG_pulseaudio-bash-completion is not set +# CONFIG_libpulse-simple is not set +# CONFIG_libpulsecore is not set +# CONFIG_libpulse is not set +# CONFIG_pulseaudio-dev is not set +# CONFIG_pulseaudio-server is not set + +# +# taglib +# +# CONFIG_taglib is not set +# CONFIG_taglib-dev is not set +# CONFIG_taglib-c is not set +# CONFIG_taglib-dbg is not set + +# +# ncurses +# +# CONFIG_ncurses is not set +# CONFIG_ncurses-terminfo-base is not set +# CONFIG_ncurses-dev is not set +# CONFIG_ncurses-tools is not set +# CONFIG_ncurses-terminfo is not set +# CONFIG_ncurses-dbg is not set + +# +# neon +# +# CONFIG_neon is not set +# CONFIG_neon-dev is not set +# CONFIG_neon-dbg is not set + +# +# nettle +# +# CONFIG_nettle is not set +# CONFIG_nettle-dev is not set +# CONFIG_nettle-dbg is not set + +# +# network +# + +# +# libnl +# +# CONFIG_libnl is not set +# CONFIG_libnl-xfrm is not set +# CONFIG_libnl-nf is not set +# CONFIG_libnl-dev is not set +# CONFIG_libnl-cli is not set +# CONFIG_libnl-dbg is not set +# CONFIG_libnl-route is not set +# CONFIG_libnl-idiag is not set +# CONFIG_libnl-genl is not set + +# +# libpcap +# +# CONFIG_libpcap is not set +# CONFIG_libpcap-dev is not set +# CONFIG_libpcap-dbg is not set + +# +# libsocketcan +# +# CONFIG_libsocketcan is not set +# CONFIG_libsocketcan-dbg is not set +# CONFIG_libsocketcan-dev is not set + +# +# libtirpc +# +# CONFIG_libtirpc is not set +# CONFIG_libtirpc-dev is not set +# CONFIG_libtirpc-dbg is not set + +# +# openssl +# +# CONFIG_openssl is not set +# CONFIG_openssl-bin is not set +# CONFIG_openssl-conf is not set +# CONFIG_openssl-dbg is not set +# CONFIG_openssl-engines is not set +# CONFIG_libcrypto is not set +# CONFIG_openssl-dev is not set +# CONFIG_openssl-misc is not set +# CONFIG_libssl is not set + +# +# open-amp +# +# CONFIG_open-amp is not set +# CONFIG_open-amp-dbg is not set +# CONFIG_open-amp-dev is not set + +# +# opencv +# +# CONFIG_opencv is not set +# CONFIG_opencv-dev is not set +# CONFIG_opencv-apps is not set +# CONFIG_opencv-samples is not set +# CONFIG_opencv-dbg is not set + +# +# pango +# +# CONFIG_pango is not set +# CONFIG_pango-dbg is not set +# CONFIG_pango-dev is not set + +# +# popt +# +# CONFIG_popt is not set +# CONFIG_popt-dbg is not set +# CONFIG_popt-dev is not set + +# +# readline +# +# CONFIG_readline is not set +# CONFIG_readline-dev is not set +# CONFIG_readline-dbg is not set + +# +# sbc +# +# CONFIG_sbc is not set +# CONFIG_sbc-dev is not set +# CONFIG_sbc-dbg is not set + +# +# slang +# +# CONFIG_slang is not set +# CONFIG_slang-dev is not set +# CONFIG_slang-dbg is not set + +# +# speex +# +# CONFIG_speex is not set +# CONFIG_speex-dev is not set +# CONFIG_speex-dbg is not set + +# +# speexdsp +# +# CONFIG_speexdsp is not set +# CONFIG_speexdsp-dev is not set +# CONFIG_speexdsp-dbg is not set + +# +# sqlite3 +# +# CONFIG_sqlite3 is not set +# CONFIG_libsqlite3 is not set +# CONFIG_sqlite3-dbg is not set +# CONFIG_libsqlite3-dev is not set + +# +# startup-notification +# +# CONFIG_startup-notification is not set +# CONFIG_startup-notification-dev is not set +# CONFIG_startup-notification-dbg is not set + +# +# tremor +# +# CONFIG_tremor is not set +# CONFIG_tremor-dev is not set +# CONFIG_tremor-dbg is not set + +# +# which +# +# CONFIG_which is not set +# CONFIG_which-dev is not set +# CONFIG_which-dbg is not set + +# +# xrt +# +# CONFIG_xrt is not set +# CONFIG_xrt-dev is not set +# CONFIG_xrt-dbg is not set + +# +# zocl +# +# CONFIG_zocl is not set +# CONFIG_zocl-dev is not set +# CONFIG_zocl-dbg is not set + +# +# opencl-clhpp +# +# CONFIG_opencl-clhpp-dev is not set + +# +# opencl-headers +# +# CONFIG_opencl-headers is not set + +# +# protobuf +# +# CONFIG_protobuf is not set + +# +# zlib +# +# CONFIG_zlib is not set +# CONFIG_zlib-dbg is not set +# CONFIG_zlib-dev is not set + +# +# misc +# + +# +# alsa-state +# +# CONFIG_alsa-state is not set +# CONFIG_alsa-state-dev is not set +# CONFIG_alsa-state-dbg is not set +# CONFIG_alsa-states is not set + +# +# apache2 +# +# CONFIG_apache2 is not set +# CONFIG_apache2-dbg is not set +# CONFIG_apache2-dev is not set + +# +# at-spi2-atk +# +# CONFIG_at-spi2-atk is not set +# CONFIG_at-spi2-atk-dbg is not set +# CONFIG_at-spi2-atk-gnome is not set +# CONFIG_at-spi2-atk-dev is not set +# CONFIG_at-spi2-atk-gtk2 is not set + +# +# at-spi2-core +# +# CONFIG_at-spi2-core is not set +# CONFIG_at-spi2-core-dev is not set +# CONFIG_at-spi2-core-dbg is not set + +# +# babeltrace +# +# CONFIG_babeltrace is not set +# CONFIG_babeltrace-dev is not set +# CONFIG_babeltrace-dbg is not set + +# +# blktool +# +# CONFIG_blktool is not set +# CONFIG_blktool-dev is not set +# CONFIG_blktool-dbg is not set + +# +# blktrace +# +# CONFIG_blktrace is not set +# CONFIG_blktrace-dbg is not set +# CONFIG_blktrace-dev is not set + +# +# ca-certificates +# +# CONFIG_ca-certificates is not set +# CONFIG_ca-certificates-dev is not set +# CONFIG_ca-certificates-dbg is not set + +# +# chrpath +# +# CONFIG_chrpath is not set +# CONFIG_chrpath-dev is not set +# CONFIG_chrpath-dbg is not set + +# +# connman +# +# CONFIG_connman is not set +# CONFIG_connman-tests is not set +# CONFIG_connman-dev is not set +# CONFIG_connman-dbg is not set +# CONFIG_connman-tools is not set +# CONFIG_connman-wait-online is not set +# CONFIG_connman-client is not set + +# +# connman-conf +# +# CONFIG_connman-conf-dbg is not set + +# +# consolekit +# +# CONFIG_consolekit is not set +# CONFIG_consolekit-dbg is not set +# CONFIG_consolekit-dev is not set + +# +# coreutils +# +# CONFIG_coreutils is not set +# CONFIG_coreutils-dev is not set +# CONFIG_coreutils-dbg is not set + +# +# cpufrequtils +# +# CONFIG_cpufrequtils is not set +# CONFIG_cpufrequtils-dev is not set +# CONFIG_cpufrequtils-dbg is not set + +# +# cryptodev-linux +# +# CONFIG_cryptodev-linux is not set +# CONFIG_cryptodev-linux-dev is not set +# CONFIG_cryptodev-linux-dbg is not set + +# +# encodings +# +# CONFIG_encodings is not set +# CONFIG_encodings-dev is not set +# CONFIG_encodings-dbg is not set + +# +# epiphany +# +# CONFIG_epiphany is not set +# CONFIG_epiphany-dbg is not set +# CONFIG_epiphany-dev is not set + +# +# libudev +# +# CONFIG_libudev is not set +CONFIG_udev-extraconf=y + +# +# fbset +# +# CONFIG_fbset is not set +# CONFIG_fbset-dbg is not set +# CONFIG_fbset-dev is not set + +# +# fbset-modes +# +# CONFIG_fbset-modes is not set +# CONFIG_fbset-modes-dev is not set +# CONFIG_fbset-modes-dbg is not set + +# +# font-util +# +# CONFIG_font-util is not set +# CONFIG_font-util-dev is not set +# CONFIG_font-util-dbg is not set + +# +# gcc-runtime +# +# CONFIG_libstdcPLUSPLUS is not set +# CONFIG_libstdcPLUSPLUS-dev is not set + +# +# gcc-sanitizers +# +# CONFIG_gcc-sanitizers is not set +# CONFIG_libubsan-dev is not set +# CONFIG_libubsan is not set +# CONFIG_gcc-sanitizers-dbg is not set +# CONFIG_libasan is not set +# CONFIG_libasan-dev is not set + +# +# gcr +# +# CONFIG_gcr is not set +# CONFIG_gcr-dev is not set +# CONFIG_gcr-dbg is not set + +# +# gdb +# +# CONFIG_gdb is not set +# CONFIG_gdb-dbg is not set +# CONFIG_gdb-dev is not set +# CONFIG_gdbserver is not set + +# +# glib-2.0 +# +# CONFIG_glib-2.0 is not set +# CONFIG_glib-2.0-codegen is not set +# CONFIG_glib-2.0-utils is not set +# CONFIG_glib-2.0-dbg is not set +# CONFIG_glib-2.0-bash-completion is not set +# CONFIG_glib-2.0-dev is not set + +# +# glibc +# +# CONFIG_glibc is not set +# CONFIG_glibc-dev is not set +# CONFIG_glibc-dbg is not set +# CONFIG_ldd is not set + +# +# gnome-desktop-testing +# +# CONFIG_gnome-desktop-testing is not set +# CONFIG_gnome-desktop-testing-dbg is not set +# CONFIG_gnome-desktop-testing-dev is not set + +# +# gnutls +# +# CONFIG_gnutls is not set +# CONFIG_gnutls-dev is not set +# CONFIG_gnutls-dbg is not set +# CONFIG_gnutls-bin is not set +# CONFIG_gnutls-xx is not set +# CONFIG_gnutls-openssl is not set + +# +# gsettings-desktop-schemas +# +# CONFIG_gsettings-desktop-schemas is not set +# CONFIG_gsettings-desktop-schemas-dev is not set +# CONFIG_gsettings-desktop-schemas-dbg is not set + +# +# gst-player +# +# CONFIG_gst-player is not set + +# +# gstreamer1.0-plugins-bad +# +# CONFIG_gstreamer1.0-plugins-bad is not set +# CONFIG_gstreamer1.0-plugins-bad-meta is not set +# CONFIG_gstreamer1.0-plugins-bad-dev is not set +# CONFIG_gstreamer1.0-plugins-bad-dbg is not set + +# +# gstreamer1.0-plugins-base +# +# CONFIG_gstreamer1.0-plugins-base is not set +# CONFIG_gstreamer1.0-plugins-base-dev is not set +# CONFIG_gstreamer1.0-plugins-base-apps is not set +# CONFIG_gstreamer1.0-plugins-base-meta is not set +# CONFIG_gstreamer1.0-plugins-base-dbg is not set + +# +# gstreamer1.0-plugins-good +# +# CONFIG_gstreamer1.0-plugins-good is not set +# CONFIG_gstreamer1.0-plugins-good-meta is not set +# CONFIG_gstreamer1.0-plugins-good-dev is not set +# CONFIG_gstreamer1.0-plugins-good-dbg is not set + +# +# hicolor-icon-theme +# +# CONFIG_hicolor-icon-theme is not set +# CONFIG_hicolor-icon-theme-dbg is not set +# CONFIG_hicolor-icon-theme-dev is not set + +# +# icu +# +# CONFIG_icu is not set +# CONFIG_libicudata is not set +# CONFIG_libicuio is not set +# CONFIG_libicui18n is not set +# CONFIG_icu-dbg is not set +# CONFIG_libicuuc is not set +# CONFIG_libicutu is not set +# CONFIG_icu-dev is not set + +# +# iotop +# +# CONFIG_iotop is not set +# CONFIG_iotop-dev is not set +# CONFIG_iotop-dbg is not set + +# +# iptables +# +# CONFIG_iptables is not set +# CONFIG_iptables-dbg is not set +# CONFIG_iptables-dev is not set + +# +# iso-codes +# +# CONFIG_iso-codes is not set +# CONFIG_iso-codes-dbg is not set +# CONFIG_iso-codes-dev is not set + +# +# json-c +# +# CONFIG_json-c is not set +# CONFIG_json-c-dbg is not set +# CONFIG_json-c-dev is not set + +# +# l3afpad +# +# CONFIG_l3afpad is not set +# CONFIG_l3afpad-dev is not set +# CONFIG_l3afpad-dbg is not set + +# +# lttng-ust +# +# CONFIG_lttng-ust is not set +# CONFIG_lttng-ust-dbg is not set +# CONFIG_lttng-ust-bin is not set +# CONFIG_lttng-ust-dev is not set + +# +# m4 +# +# CONFIG_m4 is not set +# CONFIG_m4-dbg is not set +# CONFIG_m4-dev is not set + +# +# matchbox-config-gtk +# +# CONFIG_matchbox-config-gtk is not set +# CONFIG_matchbox-config-gtk-dev is not set +# CONFIG_matchbox-config-gtk-dbg is not set + +# +# matchbox-panel-2 +# +# CONFIG_matchbox-panel-2 is not set +# CONFIG_matchbox-panel-2-dbg is not set +# CONFIG_matchbox-panel-2-dev is not set + +# +# mdadm +# +# CONFIG_mdadm is not set +# CONFIG_mdadm-dbg is not set +# CONFIG_mdadm-dev is not set + +# +# mkfontdir +# +# CONFIG_mkfontdir is not set + +# +# mkfontscale +# +# CONFIG_mkfontscale is not set +# CONFIG_mkfontscale-dbg is not set +# CONFIG_mkfontscale-dev is not set + +# +# net-tools +# +CONFIG_net-tools=y +# CONFIG_net-tools-dbg is not set +# CONFIG_net-tools-dev is not set + +# +# nicstat +# +# CONFIG_nicstat is not set +# CONFIG_nicstat-dbg is not set +# CONFIG_nicstat-dev is not set + +# +# ofono +# +# CONFIG_ofono is not set +# CONFIG_ofono-tests is not set +# CONFIG_ofono-dev is not set +# CONFIG_ofono-dbg is not set + +# +# openamp-fw-echo-testd +# +# CONFIG_openamp-fw-echo-testd is not set +# CONFIG_openamp-fw-echo-testd-dev is not set +# CONFIG_openamp-fw-echo-testd-dbg is not set + +# +# openamp-fw-mat-muld +# +# CONFIG_openamp-fw-mat-muld is not set +# CONFIG_openamp-fw-mat-muld-dev is not set +# CONFIG_openamp-fw-mat-muld-dbg is not set + +# +# openamp-fw-rpc-demo +# +# CONFIG_openamp-fw-rpc-demo is not set +# CONFIG_openamp-fw-rpc-demo-dev is not set +# CONFIG_openamp-fw-rpc-demo-dbg is not set + +# +# opkg-arch-config +# +# CONFIG_opkg-arch-config is not set +# CONFIG_opkg-arch-config-dbg is not set +# CONFIG_opkg-arch-config-dev is not set + +# +# orc +# +# CONFIG_orc is not set +# CONFIG_orc-dbg is not set +# CONFIG_orc-dev is not set + +# +# p11-kit +# +# CONFIG_p11-kit is not set +# CONFIG_p11-kit-dev is not set +# CONFIG_p11-kit-dbg is not set + +# +# packagegroup-core-boot +# +CONFIG_packagegroup-core-boot=y +# CONFIG_packagegroup-core-boot-dev is not set +# CONFIG_packagegroup-core-boot-dbg is not set + +# +# packagegroup-core-buildessential +# +CONFIG_packagegroup-core-buildessential=y +# CONFIG_packagegroup-core-buildessential-dev is not set +# CONFIG_packagegroup-core-buildessential-dbg is not set + +# +# packagegroup-core-sdk +# +# CONFIG_packagegroup-core-sdk is not set +# CONFIG_packagegroup-core-sdk-dbg is not set +# CONFIG_packagegroup-core-sdk-dev is not set + +# +# packagegroup-core-ssh-dropbear +# +# CONFIG_packagegroup-core-ssh-dropbear is not set +# CONFIG_packagegroup-core-ssh-dropbear-dbg is not set +# CONFIG_packagegroup-core-ssh-dropbear-dev is not set + +# +# packagegroup-core-standalone-sdk-target +# +# CONFIG_packagegroup-core-standalone-sdk-target is not set +# CONFIG_packagegroup-core-standalone-sdk-target-dev is not set +# CONFIG_packagegroup-core-standalone-sdk-target-dbg is not set + +# +# packagegroup-core-tools-debug +# +# CONFIG_packagegroup-core-tools-debug is not set +# CONFIG_packagegroup-core-tools-debug-dev is not set +# CONFIG_packagegroup-core-tools-debug-dbg is not set + +# +# packagegroup-core-tools-profile +# +# CONFIG_packagegroup-core-tools-profile is not set +# CONFIG_packagegroup-core-tools-profile-dbg is not set +# CONFIG_packagegroup-core-tools-profile-dev is not set + +# +# packagegroup-core-tools-testapps +# +# CONFIG_packagegroup-core-tools-testapps is not set +# CONFIG_packagegroup-core-tools-testapps-dbg is not set +# CONFIG_packagegroup-core-tools-testapps-dev is not set + +# +# packagegroup-core-x11 +# +# CONFIG_packagegroup-core-x11 is not set +# CONFIG_packagegroup-core-x11-dbg is not set +# CONFIG_packagegroup-core-x11-utils-dbg is not set +# CONFIG_packagegroup-core-x11-dev is not set +# CONFIG_packagegroup-core-x11-utils is not set +# CONFIG_packagegroup-core-x11-utils-dev is not set + +# +# packagegroup-core-x11-base +# +# CONFIG_packagegroup-core-x11-base is not set +# CONFIG_packagegroup-core-x11-base-dev is not set +# CONFIG_packagegroup-core-x11-base-dbg is not set + +# +# packagegroup-core-x11-xserver +# +# CONFIG_packagegroup-core-x11-xserver is not set +# CONFIG_packagegroup-core-x11-xserver-dev is not set +# CONFIG_packagegroup-core-x11-xserver-dbg is not set + +# +# packagegroup-self-hosted +# +# CONFIG_packagegroup-self-hosted is not set +# CONFIG_packagegroup-self-hosted-extended-dev is not set +# CONFIG_packagegroup-self-hosted-debug-dev is not set +# CONFIG_packagegroup-self-hosted-dev is not set +# CONFIG_packagegroup-self-hosted-extended-dbg is not set +# CONFIG_packagegroup-self-hosted-sdk-dev is not set +# CONFIG_packagegroup-self-hosted-dbg is not set +# CONFIG_packagegroup-self-hosted-graphics-dev is not set +# CONFIG_packagegroup-self-hosted-sdk is not set +# CONFIG_packagegroup-self-hosted-debug is not set +# CONFIG_packagegroup-self-hosted-host-tools is not set +# CONFIG_packagegroup-self-hosted-debug-dbg is not set +# CONFIG_packagegroup-self-hosted-extended is not set +# CONFIG_packagegroup-self-hosted-host-tools-dev is not set +# CONFIG_packagegroup-self-hosted-graphics-dbg is not set +# CONFIG_packagegroup-self-hosted-sdk-dbg is not set +# CONFIG_packagegroup-self-hosted-host-tools-dbg is not set +# CONFIG_packagegroup-self-hosted-graphics is not set + +# +# perf +# +CONFIG_perf=y +# CONFIG_perf-tests is not set +# CONFIG_perf-python is not set +# CONFIG_perf-dbg is not set +# CONFIG_perf-dev is not set + +# +# pixman +# +# CONFIG_pixman is not set +# CONFIG_pixman-dbg is not set +# CONFIG_pixman-dev is not set + +# +# powertop +# +# CONFIG_powertop is not set +# CONFIG_powertop-dev is not set +# CONFIG_powertop-dbg is not set + +# +# ptest-runner +# +# CONFIG_ptest-runner is not set +# CONFIG_ptest-runner-dev is not set +# CONFIG_ptest-runner-dbg is not set + +# +# python3 +# +# CONFIG_python3 is not set +# CONFIG_python3-smtpd is not set +# CONFIG_python3-syslog is not set +# CONFIG_python3-pickle is not set +# CONFIG_python3-dbg is not set +# CONFIG_python3-db is not set +# CONFIG_python3-fcntl is not set +# CONFIG_python3-html is not set +# CONFIG_python3-core is not set +# CONFIG_python3-distutils is not set +# CONFIG_python3-terminal is not set +# CONFIG_python3-pprint is not set +# CONFIG_python3-tkinter is not set +# CONFIG_python3-unixadmin is not set +# CONFIG_python3-mime is not set +# CONFIG_python3-logging is not set +# CONFIG_python3-resource is not set +# CONFIG_python3-email is not set +# CONFIG_python3-math is not set +# CONFIG_python3-json is not set +# CONFIG_python3-image is not set +# CONFIG_python3-stringold is not set +# CONFIG_python3-pydoc is not set +# CONFIG_python3-codecs is not set +# CONFIG_python3-debugger is not set +# CONFIG_python3-xmlrpc is not set +# CONFIG_python3-io is not set +# CONFIG_python3-pkgutil is not set +# CONFIG_python3-idle is not set +# CONFIG_python3-difflib is not set +# CONFIG_python3-unittest is not set +# CONFIG_python3-netserver is not set +# CONFIG_python3-netclient is not set +# CONFIG_python3-gdbm is not set +# CONFIG_python3-profile is not set +# CONFIG_python3-sqlite3 is not set +# CONFIG_python3-2to3 is not set +# CONFIG_libpython3 is not set +# CONFIG_python3-xml is not set +# CONFIG_python3-threading is not set +# CONFIG_python3-modules is not set +# CONFIG_python3-dev is not set +# CONFIG_python3-curses is not set +# CONFIG_python3-multiprocessing is not set +# CONFIG_python3-crypt is not set +# CONFIG_python3-compression is not set +# CONFIG_python3-shell is not set +# CONFIG_python3-tests is not set +# CONFIG_python3-numbers is not set +# CONFIG_python3-audio is not set +# CONFIG_python3-pyvenv is not set +# CONFIG_python3-asyncio is not set +# CONFIG_python3-misc is not set +# CONFIG_python3-datetime is not set +# CONFIG_python3-compile is not set +# CONFIG_python3-mmap is not set +# CONFIG_python3-mailbox is not set +# CONFIG_python3-ctypes is not set + +# +# python3-async +# +# CONFIG_python3-async is not set +# CONFIG_python3-async-dev is not set +# CONFIG_python3-async-dbg is not set + +# +# python3-git +# +# CONFIG_python3-git is not set +# CONFIG_python3-git-dbg is not set +# CONFIG_python3-git-dev is not set + +# +# python3-gitdb +# +# CONFIG_python3-gitdb is not set +# CONFIG_python3-gitdb-dev is not set +# CONFIG_python3-gitdb-dbg is not set + +# +# python3-setuptools +# +# CONFIG_python3-setuptools is not set +# CONFIG_python3-setuptools-dev is not set +# CONFIG_python3-setuptools-dbg is not set + +# +# python3-smmap +# +# CONFIG_python3-smmap is not set +# CONFIG_python3-smmap-dbg is not set +# CONFIG_python3-smmap-dev is not set + +# +# qtbase +# +# CONFIG_qtbase is not set +# CONFIG_qtbase-tools is not set +# CONFIG_qtbase-plugins is not set +# CONFIG_qtbase-examples is not set +# CONFIG_qtbase-dbg is not set +# CONFIG_qtbase-dev is not set +# CONFIG_qtbase-mkspecs is not set + +# +# qtcharts +# +# CONFIG_qtcharts is not set +# CONFIG_qtcharts-mkspecs is not set +# CONFIG_qtcharts-dev is not set +# CONFIG_qtcharts-dbg is not set +# CONFIG_qtcharts-qmlplugins is not set +# CONFIG_qtcharts-qmldesigner is not set + +# +# qtconnectivity +# +# CONFIG_qtconnectivity is not set +# CONFIG_qtconnectivity-tools is not set +# CONFIG_qtconnectivity-mkspecs is not set +# CONFIG_qtconnectivity-dev is not set +# CONFIG_qtconnectivity-dbg is not set +# CONFIG_qtconnectivity-qmlplugins is not set + +# +# qtdeclarative +# +# CONFIG_qtdeclarative is not set +# CONFIG_qtdeclarative-dev is not set +# CONFIG_qtdeclarative-dbg is not set +# CONFIG_qtdeclarative-qmlplugins is not set +# CONFIG_qtdeclarative-tools is not set +# CONFIG_qtdeclarative-mkspecs is not set + +# +# qtimageformats +# +# CONFIG_qtimageformats is not set +# CONFIG_qtimageformats-plugins is not set +# CONFIG_qtimageformats-dbg is not set +# CONFIG_qtimageformats-dev is not set + +# +# qtlocation +# +# CONFIG_qtlocation is not set +# CONFIG_qtlocation-plugins is not set +# CONFIG_qtlocation-qmlplugins is not set +# CONFIG_qtlocation-dbg is not set +# CONFIG_qtlocation-dev is not set +# CONFIG_qtlocation-mkspecs is not set + +# +# qtmultimedia +# +# CONFIG_qtmultimedia is not set +# CONFIG_qtmultimedia-plugins is not set +# CONFIG_qtmultimedia-mkspecs is not set +# CONFIG_qtmultimedia-qmlplugins is not set +# CONFIG_qtmultimedia-dev is not set +# CONFIG_qtmultimedia-dbg is not set + +# +# qtquickcontrols +# +# CONFIG_qtquickcontrols is not set +# CONFIG_qtquickcontrols-dbg is not set +# CONFIG_qtquickcontrols-dev is not set +# CONFIG_qtquickcontrols-qmlplugins is not set +# CONFIG_qtquickcontrols-qmldesigner is not set + +# +# qtscript +# +# CONFIG_qtscript is not set +# CONFIG_qtscript-mkspecs is not set +# CONFIG_qtscript-dbg is not set +# CONFIG_qtscript-dev is not set + +# +# qtsensors +# +# CONFIG_qtsensors is not set +# CONFIG_qtsensors-dbg is not set +# CONFIG_qtsensors-mkspecs is not set +# CONFIG_qtsensors-dev is not set +# CONFIG_qtsensors-plugins is not set +# CONFIG_qtsensors-qmlplugins is not set + +# +# qtserialport +# +# CONFIG_qtserialport is not set +# CONFIG_qtserialport-mkspecs is not set +# CONFIG_qtserialport-dev is not set +# CONFIG_qtserialport-dbg is not set + +# +# qtsvg +# +# CONFIG_qtsvg is not set +# CONFIG_qtsvg-plugins is not set +# CONFIG_qtsvg-mkspecs is not set +# CONFIG_qtsvg-dbg is not set +# CONFIG_qtsvg-dev is not set + +# +# qtsystems +# +# CONFIG_qtsystems is not set +# CONFIG_qtsystems-dbg is not set +# CONFIG_qtsystems-tools is not set +# CONFIG_qtsystems-dev is not set +# CONFIG_qtsystems-qmlplugins is not set +# CONFIG_qtsystems-mkspecs is not set + +# +# qttools +# +# CONFIG_qttools is not set +# CONFIG_qttools-mkspecs is not set +# CONFIG_qttools-dbg is not set +# CONFIG_qttools-tools is not set +# CONFIG_qttools-plugins is not set +# CONFIG_qttools-dev is not set + +# +# qttranslations +# +# CONFIG_qttranslations is not set +# CONFIG_qttranslations-qthelp is not set +# CONFIG_qttranslations-assistant is not set +# CONFIG_qttranslations-qtwebsockets is not set +# CONFIG_qttranslations-qtquickcontrols2 is not set +# CONFIG_qttranslations-qtdeclarative is not set +# CONFIG_qttranslations-qtxmlpatterns is not set +# CONFIG_qttranslations-qtmultimedia is not set +# CONFIG_qttranslations-qtconnectivity is not set +# CONFIG_qttranslations-qtbase is not set +# CONFIG_qttranslations-qtserialport is not set +# CONFIG_qttranslations-linguist is not set +# CONFIG_qttranslations-dbg is not set +# CONFIG_qttranslations-qtlocation is not set +# CONFIG_qttranslations-qtscript is not set +# CONFIG_qttranslations-qtwebengine is not set +# CONFIG_qttranslations-designer is not set +# CONFIG_qttranslations-qtquickcontrols is not set +# CONFIG_qttranslations-dev is not set + +# +# qtwebchannel +# +# CONFIG_qtwebchannel is not set +# CONFIG_qtwebchannel-dev is not set +# CONFIG_qtwebchannel-dbg is not set +# CONFIG_qtwebchannel-qmlplugins is not set +# CONFIG_qtwebchannel-mkspecs is not set + +# +# qtwebkit +# +# CONFIG_qtwebkit is not set +# CONFIG_qtwebkit-qmlplugins is not set +# CONFIG_qtwebkit-dev is not set +# CONFIG_qtwebkit-dbg is not set +# CONFIG_qtwebkit-mkspecs is not set + +# +# qtwebsockets +# +# CONFIG_qtwebsockets is not set +# CONFIG_qtwebsockets-dev is not set +# CONFIG_qtwebsockets-qmlplugins is not set +# CONFIG_qtwebsockets-mkspecs is not set +# CONFIG_qtwebsockets-dbg is not set + +# +# qtxmlpatterns +# +# CONFIG_qtxmlpatterns is not set +# CONFIG_qtxmlpatterns-mkspecs is not set +# CONFIG_qtxmlpatterns-dbg is not set +# CONFIG_qtxmlpatterns-dev is not set +# CONFIG_qtxmlpatterns-tools is not set + +# +# rgb +# +# CONFIG_rgb is not set +# CONFIG_rgb-dbg is not set +# CONFIG_rgb-dev is not set + +# +# rpm +# +# CONFIG_rpm is not set +# CONFIG_rpm-build is not set +# CONFIG_rpm-dev is not set +# CONFIG_rpm-dbg is not set + +# +# rpmsg-echo-test +# +# CONFIG_rpmsg-echo-test is not set +# CONFIG_rpmsg-echo-test-dbg is not set +# CONFIG_rpmsg-echo-test-dev is not set + +# +# rpmsg-mat-mul +# +# CONFIG_rpmsg-mat-mul is not set +# CONFIG_rpmsg-mat-mul-dev is not set +# CONFIG_rpmsg-mat-mul-dbg is not set + +# +# rpmsg-proxy-app +# +# CONFIG_rpmsg-proxy-app is not set +# CONFIG_rpmsg-proxy-app-dev is not set +# CONFIG_rpmsg-proxy-app-dbg is not set + +# +# serf +# +# CONFIG_serf is not set +# CONFIG_serf-dev is not set +# CONFIG_serf-dbg is not set + +# +# sysfsutils +# +# CONFIG_sysfsutils is not set +# CONFIG_libsysfs is not set +# CONFIG_sysfsutils-dev is not set +# CONFIG_sysfsutils-dbg is not set + +# +# systemtap +# +# CONFIG_systemtap is not set +# CONFIG_systemtap-dev is not set +# CONFIG_systemtap-dbg is not set + +# +# sysvinit-inittab +# +# CONFIG_sysvinit-inittab is not set +# CONFIG_sysvinit-inittab-dbg is not set +# CONFIG_sysvinit-inittab-dev is not set + +# +# tbb +# +# CONFIG_tbb is not set +# CONFIG_tbb-dev is not set +# CONFIG_tbb-dbg is not set + +# +# tcf-agent +# +CONFIG_tcf-agent=y +# CONFIG_tcf-agent-dbg is not set +# CONFIG_tcf-agent-dev is not set + +# +# tiff +# +# CONFIG_tiff is not set +# CONFIG_tiff-dev is not set +# CONFIG_tiffxx is not set +# CONFIG_tiff-dbg is not set +# CONFIG_tiff-utils is not set + +# +# util-macros +# +# CONFIG_util-macros is not set +# CONFIG_util-macros-dbg is not set +# CONFIG_util-macros-dev is not set + +# +# v4l-utils +# +# CONFIG_v4l-utils is not set +# CONFIG_libv4l is not set +# CONFIG_ir-keytable is not set +# CONFIG_v4l-utils-dev is not set +# CONFIG_media-ctl is not set +# CONFIG_rc-keymaps is not set +# CONFIG_v4l-utils-dbg is not set +# CONFIG_libv4l-dev is not set + +# +# valgrind +# +# CONFIG_valgrind is not set +# CONFIG_valgrind-dbg is not set +# CONFIG_valgrind-dev is not set + +# +# vte +# +# CONFIG_vte is not set +# CONFIG_libvte is not set +# CONFIG_vte-dbg is not set +# CONFIG_vte-dev is not set + +# +# watchdog +# +# CONFIG_watchdog is not set +# CONFIG_watchdog-dbg is not set +# CONFIG_watchdog-keepalive is not set +# CONFIG_watchdog-dev is not set + +# +# watchdog-config +# +# CONFIG_watchdog-config is not set +# CONFIG_watchdog-config-dbg is not set +# CONFIG_watchdog-config-dev is not set + +# +# webkitgtk +# +# CONFIG_webkitgtk is not set +# CONFIG_webkitgtk-dbg is not set +# CONFIG_webkitgtk-dev is not set + +# +# x11perf +# +# CONFIG_x11perf is not set +# CONFIG_x11perf-dbg is not set +# CONFIG_x11perf-dev is not set + +# +# x264 +# +# CONFIG_x264 is not set +# CONFIG_x264-dbg is not set +# CONFIG_x264-dev is not set +# CONFIG_x264-bin is not set + +# +# xauth +# +# CONFIG_xauth is not set +# CONFIG_xauth-dbg is not set +# CONFIG_xauth-dev is not set + +# +# xcb-util-image +# +# CONFIG_xcb-util-image is not set +# CONFIG_xcb-util-image-dev is not set +# CONFIG_xcb-util-image-dbg is not set + +# +# xcb-util-keysyms +# +# CONFIG_xcb-util-keysyms is not set +# CONFIG_xcb-util-keysyms-dev is not set +# CONFIG_xcb-util-keysyms-dbg is not set + +# +# xcb-util-renderutil +# +# CONFIG_xcb-util-renderutil is not set +# CONFIG_xcb-util-renderutil-dbg is not set +# CONFIG_xcb-util-renderutil-dev is not set + +# +# xcb-util-wm +# +# CONFIG_xcb-util-wm is not set +# CONFIG_xcb-util-wm-dbg is not set +# CONFIG_xcb-util-wm-dev is not set + +# +# xdg-utils +# +# CONFIG_xdg-utils is not set +# CONFIG_xdg-utils-dbg is not set +# CONFIG_xdg-utils-dev is not set + +# +# xdpyinfo +# +# CONFIG_xdpyinfo is not set +# CONFIG_xdpyinfo-dev is not set +# CONFIG_xdpyinfo-dbg is not set + +# +# xf86-input-evdev +# +# CONFIG_xf86-input-evdev is not set +# CONFIG_xf86-input-evdev-dbg is not set +# CONFIG_xf86-input-evdev-dev is not set + +# +# xf86-input-keyboard +# +# CONFIG_xf86-input-keyboard is not set +# CONFIG_xf86-input-keyboard-dev is not set +# CONFIG_xf86-input-keyboard-dbg is not set + +# +# xf86-input-mouse +# +# CONFIG_xf86-input-mouse is not set +# CONFIG_xf86-input-mouse-dbg is not set +# CONFIG_xf86-input-mouse-dev is not set + +# +# xf86-video-fbdev +# +# CONFIG_xf86-video-fbdev is not set +# CONFIG_xf86-video-fbdev-dbg is not set +# CONFIG_xf86-video-fbdev-dev is not set + +# +# xhost +# +# CONFIG_xhost is not set +# CONFIG_xhost-dbg is not set +# CONFIG_xhost-dev is not set + +# +# xinetd +# +# CONFIG_xinetd is not set +# CONFIG_xinetd-dbg is not set +# CONFIG_xinetd-dev is not set + +# +# xinit +# +# CONFIG_xinit is not set +# CONFIG_xinit-dev is not set +# CONFIG_xinit-dbg is not set + +# +# xinput +# +# CONFIG_xinput is not set +# CONFIG_xinput-dev is not set +# CONFIG_xinput-dbg is not set + +# +# xinput-calibrator +# +# CONFIG_xinput-calibrator is not set +# CONFIG_xinput-calibrator-dbg is not set +# CONFIG_xinput-calibrator-dev is not set + +# +# xkbcomp +# +# CONFIG_xkbcomp is not set +# CONFIG_xkbcomp-dev is not set +# CONFIG_xkbcomp-dbg is not set + +# +# xmodmap +# +# CONFIG_xmodmap is not set +# CONFIG_xmodmap-dbg is not set +# CONFIG_xmodmap-dev is not set + +# +# xprop +# +# CONFIG_xprop is not set +# CONFIG_xprop-dbg is not set +# CONFIG_xprop-dev is not set + +# +# xrandr +# +# CONFIG_xrandr is not set +# CONFIG_xrandr-dbg is not set +# CONFIG_xrandr-dev is not set + +# +# xserver-common +# +# CONFIG_xserver-common is not set +# CONFIG_xserver-common-dev is not set +# CONFIG_xserver-common-dbg is not set + +# +# xset +# +# CONFIG_xset is not set +# CONFIG_xset-dbg is not set +# CONFIG_xset-dev is not set + +# +# xtrans +# +# CONFIG_xtrans-dev is not set +# CONFIG_xtrans-dbg is not set + +# +# xwininfo +# +# CONFIG_xwininfo is not set +# CONFIG_xwininfo-dev is not set +# CONFIG_xwininfo-dbg is not set + +# +# yavta +# +# CONFIG_yavta is not set +# CONFIG_yavta-dbg is not set +# CONFIG_yavta-dev is not set + +# +# multimedia +# + +# +# alsa-plugins +# +# CONFIG_alsa-plugins is not set +# CONFIG_alsa-plugins-dev is not set +# CONFIG_alsa-plugins-dbg is not set +# CONFIG_alsa-plugins-pulseaudio-conf is not set + +# +# gstreamer1.0 +# +# CONFIG_gstreamer1.0 is not set +# CONFIG_gstreamer1.0-dev is not set +# CONFIG_gstreamer1.0-dbg is not set + +# +# net +# + +# +# bridge-utils +# +CONFIG_bridge-utils=y +# CONFIG_bridge-utils-dbg is not set +# CONFIG_bridge-utils-dev is not set + +# +# net-snmp +# +# CONFIG_net-snmp is not set +# CONFIG_net-snmp-server-snmptrapd is not set +# CONFIG_net-snmp-libs is not set +# CONFIG_net-snmp-dev is not set +# CONFIG_net-snmp-client is not set +# CONFIG_net-snmp-mibs is not set +# CONFIG_net-snmp-dbg is not set +# CONFIG_net-snmp-server-snmpd is not set +# CONFIG_net-snmp-server is not set + +# +# netcat +# +# CONFIG_netcat is not set +# CONFIG_netcat-dbg is not set +# CONFIG_netcat-dev is not set + +# +# tcpdump +# +# CONFIG_tcpdump is not set +# CONFIG_tcpdump-dbg is not set +# CONFIG_tcpdump-dev is not set + +# +# network +# + +# +# avahi +# +# CONFIG_avahi-dbg is not set +# CONFIG_libavahi-glib is not set +# CONFIG_libavahi-client is not set +# CONFIG_libavahi-core is not set +# CONFIG_avahi-dev is not set +# CONFIG_avahi-dnsconfd is not set +# CONFIG_avahi-autoipd is not set +# CONFIG_avahi-utils is not set +# CONFIG_libavahi-common is not set +# CONFIG_avahi-daemon is not set +# CONFIG_libavahi-gobject is not set + +# +# mobile-broadband-provider-info +# +# CONFIG_mobile-broadband-provider-info is not set +# CONFIG_mobile-broadband-provider-info-dbg is not set +# CONFIG_mobile-broadband-provider-info-dev is not set + +# +# wpa-supplicant +# +# CONFIG_wpa-supplicant is not set +# CONFIG_wpa-supplicant-passphrase is not set +# CONFIG_wpa-supplicant-cli is not set +# CONFIG_wpa-supplicant-dev is not set +# CONFIG_wpa-supplicant-dbg is not set + +# +# ntp +# +# CONFIG_ntp is not set +# CONFIG_ntp-dev is not set +# CONFIG_ntp-dbg is not set + +# +# optional +# + +# +# libatomic-ops +# +# CONFIG_libatomic-ops is not set +# CONFIG_libatomic-ops-dbg is not set +# CONFIG_libatomic-ops-dev is not set + +# +# mtools +# +# CONFIG_mtools is not set +# CONFIG_mtools-dev is not set +# CONFIG_mtools-dbg is not set + +# +# utils +# + +# +# dosfstools +# +# CONFIG_dosfstools is not set +# CONFIG_dosfstools-dev is not set +# CONFIG_dosfstools-dbg is not set + +# +# patch +# +# CONFIG_patch is not set +# CONFIG_patch-dev is not set +# CONFIG_patch-dbg is not set + +# +# resize-part +# +# CONFIG_resize-part is not set +# CONFIG_resize-part-dbg is not set +# CONFIG_resize-part-dev is not set + +# +# u-boot-tools +# +CONFIG_u-boot-tools=y +# CONFIG_u-boot-tools-dbg is not set +# CONFIG_u-boot-tools-dev is not set + +# +# x11 +# + +# +# base +# + +# +# libdrm +# +# CONFIG_libdrm is not set +# CONFIG_libdrm-omap is not set +# CONFIG_libdrm-amdgpu is not set +# CONFIG_libdrm-dev is not set +# CONFIG_libdrm-dbg is not set +# CONFIG_libdrm-drivers is not set +# CONFIG_libdrm-nouveau is not set +# CONFIG_libdrm-tests is not set +# CONFIG_libdrm-freedreno is not set +# CONFIG_libdrm-radeon is not set +# CONFIG_libdrm-kms is not set + +# +# xcursor-transparent-theme +# +# CONFIG_xcursor-transparent-theme is not set +# CONFIG_xcursor-transparent-theme-dev is not set +# CONFIG_xcursor-transparent-theme-dbg is not set + +# +# xserver-xf86-config +# +# CONFIG_xserver-xf86-config is not set +# CONFIG_xserver-xf86-config-dbg is not set +# CONFIG_xserver-xf86-config-dev is not set + +# +# xserver-xorg +# +# CONFIG_xserver-xorg is not set +# CONFIG_xserver-xorg-extension-record is not set +# CONFIG_xserver-xorg-dev is not set +# CONFIG_xserver-xorg-extension-glx is not set +# CONFIG_xserver-xorg-extension-dbe is not set +# CONFIG_xserver-xorg-utils is not set +# CONFIG_xserver-xorg-module-libint10 is not set +# CONFIG_xserver-xorg-extension-dri2 is not set +# CONFIG_xserver-xorg-dbg is not set +# CONFIG_xf86-video-modesetting is not set +# CONFIG_xserver-xorg-module-exa is not set +# CONFIG_xserver-xorg-extension-extmod is not set +# CONFIG_xserver-xorg-extension-dri is not set +# CONFIG_xserver-xorg-xvfb is not set +# CONFIG_xserver-xorg-module-libwfb is not set + +# +# builder +# +# CONFIG_builder is not set +# CONFIG_builder-dev is not set +# CONFIG_builder-dbg is not set + +# +# fonts +# + +# +# liberation-fonts +# +# CONFIG_liberation-fonts is not set + +# +# glew +# +# CONFIG_glew is not set +# CONFIG_glew-dbg is not set +# CONFIG_glew-bin is not set +# CONFIG_glew-dev is not set + +# +# gnome +# + +# +# adwaita-icon-theme +# +# CONFIG_adwaita-icon-theme is not set +# CONFIG_adwaita-icon-theme-symbolic is not set +# CONFIG_adwaita-icon-theme-hires is not set +# CONFIG_adwaita-icon-theme-symbolic-hires is not set +# CONFIG_adwaita-icon-theme-cursors is not set + +# +# gconf +# +# CONFIG_gconf is not set +# CONFIG_gconf-dev is not set +# CONFIG_gconf-dbg is not set + +# +# gnome-common +# +# CONFIG_gnome-common is not set +# CONFIG_gnome-common-dbg is not set +# CONFIG_gnome-common-dev is not set + +# +# gnome-desktop3 +# +# CONFIG_gnome-desktop3 is not set +# CONFIG_gnome-desktop3-dbg is not set +# CONFIG_gnome-desktop3-dev is not set +# CONFIG_libgnome-desktop3 is not set + +# +# gnome-themes-standard +# +# CONFIG_gnome-theme-adwaita is not set + +# +# libsoup-2.4 +# +# CONFIG_libsoup-2.4 is not set +# CONFIG_libsoup-2.4-dev is not set +# CONFIG_libsoup-2.4-dbg is not set + +# +# libglu +# +# CONFIG_libglu is not set +# CONFIG_libglu-dbg is not set +# CONFIG_libglu-dev is not set + +# +# libs +# + +# +# atk +# +# CONFIG_atk is not set +# CONFIG_atk-dbg is not set +# CONFIG_atk-dev is not set + +# +# libfm +# +# CONFIG_libfm is not set +# CONFIG_libfm-mime is not set +# CONFIG_libfm-dev is not set +# CONFIG_libfm-dbg is not set + +# +# libfm-extra +# +# CONFIG_libfm-extra is not set +# CONFIG_libfm-extra-dev is not set +# CONFIG_libfm-extra-dbg is not set + +# +# libmatchbox +# +# CONFIG_libmatchbox is not set +# CONFIG_libmatchbox-dev is not set +# CONFIG_libmatchbox-dbg is not set + +# +# libpthread-stubs +# +# CONFIG_libpthread-stubs-dev is not set +# CONFIG_libpthread-stubs-dbg is not set + +# +# libwnck3 +# +# CONFIG_libwnck3 is not set +# CONFIG_libwnck3-dbg is not set +# CONFIG_libwnck3-dev is not set + +# +# libxcb +# +# CONFIG_libxcb is not set +# CONFIG_libxcb-dev is not set +# CONFIG_libxcb-dbg is not set + +# +# menu-cache +# +# CONFIG_menu-cache is not set +# CONFIG_menu-cache-dev is not set +# CONFIG_menu-cache-dbg is not set + +# +# xcb-proto +# +# CONFIG_xcb-proto-dev is not set +# CONFIG_python-xcbgen is not set +# CONFIG_xcb-proto-dbg is not set + +# +# xcb-util +# +# CONFIG_xcb-util is not set +# CONFIG_xcb-util-dev is not set +# CONFIG_xcb-util-dbg is not set + +# +# xkeyboard-config +# +# CONFIG_xkeyboard-config is not set +# CONFIG_xkeyboard-config-dbg is not set +# CONFIG_xkeyboard-config-dev is not set + +# +# matchbox-keyboard +# +# CONFIG_matchbox-keyboard is not set +# CONFIG_matchbox-keyboard-dbg is not set +# CONFIG_matchbox-keyboard-applet is not set +# CONFIG_matchbox-keyboard-dev is not set +# CONFIG_matchbox-keyboard-im is not set + +# +# matchbox-session +# +# CONFIG_matchbox-session is not set +# CONFIG_matchbox-session-dev is not set +# CONFIG_matchbox-session-dbg is not set + +# +# matchbox-session-sato +# +# CONFIG_matchbox-session-sato is not set +# CONFIG_matchbox-session-sato-dev is not set +# CONFIG_matchbox-session-sato-dbg is not set + +# +# mesa +# +# CONFIG_mesa is not set +# CONFIG_libgles2-mesa is not set +# CONFIG_libgbm is not set +# CONFIG_libegl-mesa is not set +# CONFIG_mesa-dbg is not set +# CONFIG_libgles1-mesa is not set +# CONFIG_libgl-mesa-dev is not set +# CONFIG_libegl-mesa-dev is not set +# CONFIG_mesa-megadriver is not set +# CONFIG_libgles2-mesa-dev is not set +# CONFIG_libgles1-mesa-dev is not set +# CONFIG_libglapi-dev is not set +# CONFIG_mesa-dev is not set +# CONFIG_libglapi is not set +# CONFIG_libgbm-dev is not set +# CONFIG_libgl-mesa is not set +# CONFIG_libgles3-mesa-dev is not set + +# +# mesa-demos +# +# CONFIG_mesa-demos is not set +# CONFIG_mesa-demos-dev is not set +# CONFIG_mesa-demos-dbg is not set + +# +# mini-x-session +# +# CONFIG_mini-x-session is not set +# CONFIG_mini-x-session-dbg is not set +# CONFIG_mini-x-session-dev is not set + +# +# pcmanfm +# +# CONFIG_pcmanfm is not set +# CONFIG_pcmanfm-dbg is not set +# CONFIG_pcmanfm-dev is not set + +# +# settings-daemon +# +# CONFIG_settings-daemon is not set +# CONFIG_settings-daemon-dev is not set +# CONFIG_settings-daemon-dbg is not set + +# +# utils +# + +# +# libcroco +# +# CONFIG_libcroco is not set +# CONFIG_libcroco-dbg is not set +# CONFIG_libcroco-dev is not set + +# +# librsvg +# +# CONFIG_librsvg is not set +# CONFIG_librsvg-gtk is not set +# CONFIG_librsvg-dbg is not set +# CONFIG_librsvg-dev is not set +# CONFIG_rsvg is not set + +# +# matchbox-terminal +# +# CONFIG_matchbox-terminal is not set +# CONFIG_matchbox-terminal-dbg is not set +# CONFIG_matchbox-terminal-dev is not set + +# +# xrestop +# +# CONFIG_xrestop is not set +# CONFIG_xrestop-dev is not set +# CONFIG_xrestop-dbg is not set + +# +# wm +# + +# +# libfakekey +# +# CONFIG_libfakekey is not set +# CONFIG_libfakekey-dev is not set +# CONFIG_libfakekey-dbg is not set + +# +# matchbox-desktop +# +# CONFIG_matchbox-desktop is not set +# CONFIG_matchbox-desktop-dev is not set +# CONFIG_matchbox-desktop-dbg is not set + +# +# matchbox-theme-sato +# +# CONFIG_matchbox-theme-sato is not set +# CONFIG_matchbox-theme-sato-dev is not set +# CONFIG_matchbox-theme-sato-dbg is not set + +# +# matchbox-wm +# +# CONFIG_matchbox-wm is not set +# CONFIG_matchbox-wm-dbg is not set +# CONFIG_matchbox-wm-dev is not set + +# +# xserver-nodm-init +# +# CONFIG_xserver-nodm-init is not set +# CONFIG_xserver-nodm-init-dbg is not set +# CONFIG_xserver-nodm-init-dev is not set + +# +# Petalinux Package Groups +# + +# +# packagegroup-petalinux +# +# CONFIG_packagegroup-petalinux is not set +# CONFIG_packagegroup-petalinux-dev is not set +# CONFIG_packagegroup-petalinux-dbg is not set + +# +# packagegroup-petalinux-audio +# +# CONFIG_packagegroup-petalinux-audio is not set +# CONFIG_packagegroup-petalinux-audio-dbg is not set +# CONFIG_packagegroup-petalinux-audio-dev is not set + +# +# packagegroup-petalinux-display-debug +# +# CONFIG_packagegroup-petalinux-display-debug is not set +# CONFIG_packagegroup-petalinux-display-debug-dbg is not set +# CONFIG_packagegroup-petalinux-display-debug-dev is not set + +# +# packagegroup-petalinux-lmsensors +# +# CONFIG_packagegroup-petalinux-lmsensors is not set +# CONFIG_packagegroup-petalinux-lmsensors-dbg is not set +# CONFIG_packagegroup-petalinux-lmsensors-dev is not set + +# +# packagegroup-petalinux-matchbox +# +# CONFIG_packagegroup-petalinux-matchbox is not set +# CONFIG_packagegroup-petalinux-matchbox-dbg is not set +# CONFIG_packagegroup-petalinux-matchbox-dev is not set + +# +# packagegroup-petalinux-networking-debug +# +# CONFIG_packagegroup-petalinux-networking-debug is not set +# CONFIG_packagegroup-petalinux-networking-debug-dbg is not set +# CONFIG_packagegroup-petalinux-networking-debug-dev is not set + +# +# packagegroup-petalinux-networking-stack +# +# CONFIG_packagegroup-petalinux-networking-stack is not set +# CONFIG_packagegroup-petalinux-networking-stack-dbg is not set +# CONFIG_packagegroup-petalinux-networking-stack-dev is not set + +# +# packagegroup-petalinux-openamp +# +# CONFIG_packagegroup-petalinux-openamp is not set +# CONFIG_packagegroup-petalinux-openamp-dbg is not set +# CONFIG_packagegroup-petalinux-openamp-dev is not set + +# +# packagegroup-petalinux-opencv +# +# CONFIG_packagegroup-petalinux-opencv is not set +# CONFIG_packagegroup-petalinux-opencv-dbg is not set +# CONFIG_packagegroup-petalinux-opencv-dev is not set + +# +# packagegroup-petalinux-python-modules +# +# CONFIG_packagegroup-petalinux-python-modules is not set +# CONFIG_packagegroup-petalinux-python-modules-dbg is not set +# CONFIG_packagegroup-petalinux-python-modules-dev is not set + +# +# packagegroup-petalinux-qt +# +# CONFIG_packagegroup-petalinux-qt is not set +# CONFIG_packagegroup-petalinux-qt-dbg is not set +# CONFIG_packagegroup-petalinux-qt-dev is not set +# CONFIG_imageclass-populate-sdk-qt5 is not set + +# +# packagegroup-petalinux-qt-extended +# +# CONFIG_packagegroup-petalinux-qt-extended is not set +# CONFIG_packagegroup-petalinux-qt-extended-dbg is not set +# CONFIG_packagegroup-petalinux-qt-extended-dev is not set + +# +# packagegroup-petalinux-self-hosted +# +# CONFIG_packagegroup-petalinux-self-hosted is not set +# CONFIG_packagegroup-petalinux-self-hosted-dbg is not set +# CONFIG_packagegroup-petalinux-self-hosted-dev is not set + +# +# packagegroup-petalinux-utils +# +# CONFIG_packagegroup-petalinux-utils is not set +# CONFIG_packagegroup-petalinux-utils-dbg is not set +# CONFIG_packagegroup-petalinux-utils-dev is not set + +# +# packagegroup-petalinux-v4lutils +# +# CONFIG_packagegroup-petalinux-v4lutils is not set +# CONFIG_packagegroup-petalinux-v4lutils-dbg is not set +# CONFIG_packagegroup-petalinux-v4lutils-dev is not set + +# +# packagegroup-petalinux-x11 +# +# CONFIG_packagegroup-petalinux-x11 is not set +# CONFIG_packagegroup-petalinux-x11-dbg is not set +# CONFIG_packagegroup-petalinux-x11-dev is not set + +# +# Image Features +# +# CONFIG_imagefeature-ssh-server-dropbear is not set +CONFIG_imagefeature-ssh-server-openssh=y +CONFIG_imagefeature-hwcodecs=y +CONFIG_imagefeature-package-management=y +CONFIG_package-feed-uris="" +CONFIG_package-feed-archs="" +# CONFIG_imagefeature-debug-tweaks is not set +# CONFIG_auto-login is not set +# CONFIG_Init-manager-systemd is not set +CONFIG_Init-manager-sysvinit=y + +# +# modules +# +CONFIG_encoder=y +CONFIG_fifo=y + +# +# user packages +# +# CONFIG_gpio-demo is not set +# CONFIG_peekpoke is not set + +# +# PetaLinux RootFS Settings +# +CONFIG_ADD_EXTRA_USERS="root:3703;petalinux:3703;" +CONFIG_ADD_USERS_TO_GROUPS="petalinux:audio,video;" +CONFIG_ADD_USERS_TO_SUDOERS="petalinux" diff --git a/source/petalinux_devicetree/system-user.dtsi b/source/petalinux_devicetree/system-user.dtsi new file mode 100644 index 0000000..472acba --- /dev/null +++ b/source/petalinux_devicetree/system-user.dtsi @@ -0,0 +1,26 @@ +/include/ "system-conf.dtsi" +/ { +}; + +/ { + usb_phy0: usb_phy@0 { + compatible = "ulpi-phy"; + reg = <0xe0002000 0x1000>; + view-port = <0x170>; + reset-gpios = <&gpio0 8 1>; + drv-vbus; + }; +}; +&usb0 { + status = "okay"; + dr_mode = "host"; + usb-phy = <&usb_phy0>; +}; +&flash0 { + compatible = "micron,w25q256"; + reg = <0x0>; + #address-cells = <1>; + #size-cells = <1>; + spi-max-frequency = <50000000>; +}; + diff --git a/source/petalinux_hwdescription/README.md b/source/petalinux_hwdescription/README.md new file mode 100644 index 0000000..0aca4d6 --- /dev/null +++ b/source/petalinux_hwdescription/README.md @@ -0,0 +1 @@ +关于生成硬件描述文件,见[doc/hardware_description.md](../../doc/hardware_description.md) \ No newline at end of file diff --git a/source/test_lower_machine/.cproject b/source/test_lower_machine/.cproject deleted file mode 100644 index 80a204e..0000000 --- a/source/test_lower_machine/.cproject +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/source/test_lower_machine/.gitignore b/source/test_lower_machine/.gitignore deleted file mode 100644 index c283696..0000000 --- a/source/test_lower_machine/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/export/ -*.o -*.d diff --git a/source/test_lower_machine/.log/test_lower_machine_.build.ui.log b/source/test_lower_machine/.log/test_lower_machine_.build.ui.log deleted file mode 100644 index 4b6eb1e..0000000 --- a/source/test_lower_machine/.log/test_lower_machine_.build.ui.log +++ /dev/null @@ -1,72 +0,0 @@ -2022-05-15T22:17:26.94189600255-22:17:26 **** Clean-only build of project test_lower_machine **** -000-buildplatform.sh 36625 test_lower_machine clean -000-XSDB Server Channel: tcfchan#5 -000-Cleaning the zynq_fsbl application. -000-rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -000-q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o -000- -000-Cleaning the zynq_fsbl application, bsp -000-make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean -000- -000-rm -f ps7_cortexa9_0/lib/libxil.a -000- -000-Cleaning the BSP for domain - standalone_domain -000-make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean -000- -000-make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean -000- -000-rm -f ps7_cortexa9_0/lib/libxil.a -000- -00255- -22:17:32 Build Finished (took 5s.534ms) - diff --git a/source/test_lower_machine/.project b/source/test_lower_machine/.project deleted file mode 100644 index 2e593be..0000000 --- a/source/test_lower_machine/.project +++ /dev/null @@ -1,18 +0,0 @@ - - - test_lower_machine - Created by Vitis v2021.2 - - - - - com.xilinx.sdx.scw.PlatformProjectBuilder - - - - - - com.xilinx.sdx.scw.platformProject - org.eclipse.cdt.core.cnature - - diff --git a/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/data/ip_encoder.mdd b/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/data/ip_encoder.mdd deleted file mode 100644 index ba75dbe..0000000 --- a/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/data/ip_encoder.mdd +++ /dev/null @@ -1,10 +0,0 @@ - - -OPTION psf_version = 2.1; - -BEGIN DRIVER ip_encoder - OPTION supported_peripherals = (ip_encoder); - OPTION copyfiles = all; - OPTION VERSION = 1.0; - OPTION NAME = ip_encoder; -END DRIVER diff --git a/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/data/ip_encoder.tcl b/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/data/ip_encoder.tcl deleted file mode 100644 index e4dbbf0..0000000 --- a/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/data/ip_encoder.tcl +++ /dev/null @@ -1,5 +0,0 @@ - - -proc generate {drv_handle} { - xdefine_include_file $drv_handle "xparameters.h" "ip_encoder" "NUM_INSTANCES" "DEVICE_ID" "C_S00_AXI_BASEADDR" "C_S00_AXI_HIGHADDR" -} diff --git a/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/src/Makefile b/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/src/Makefile deleted file mode 100644 index 18d6967..0000000 --- a/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/src/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -RELEASEDIR=../../../lib -INCLUDEDIR=../../../include -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h -LIBSOURCES=*.c -OUTS = *.o - -libs: - echo "Compiling ip_encoder..." - $(COMPILER) $(COMPILER_FLAGS) $(EXTRA_COMPILER_FLAGS) $(INCLUDES) $(LIBSOURCES) - $(ARCHIVER) -r ${RELEASEDIR}/${LIB} ${OUTS} - make clean - -include: - ${CP} $(INCLUDEFILES) $(INCLUDEDIR) - -clean: - rm -rf ${OUTS} diff --git a/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/src/ip_encoder.c b/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/src/ip_encoder.c deleted file mode 100644 index d3162a7..0000000 --- a/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/src/ip_encoder.c +++ /dev/null @@ -1,6 +0,0 @@ - - -/***************************** Include Files *******************************/ -#include "ip_encoder.h" - -/************************** Function Definitions ***************************/ diff --git a/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/src/ip_encoder.h b/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/src/ip_encoder.h deleted file mode 100644 index 562108a..0000000 --- a/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/src/ip_encoder.h +++ /dev/null @@ -1,79 +0,0 @@ - -#ifndef IP_ENCODER_H -#define IP_ENCODER_H - - -/****************** Include Files ********************/ -#include "xil_types.h" -#include "xstatus.h" - -#define IP_ENCODER_S00_AXI_SLV_REG0_OFFSET 0 -#define IP_ENCODER_S00_AXI_SLV_REG1_OFFSET 4 -#define IP_ENCODER_S00_AXI_SLV_REG2_OFFSET 8 -#define IP_ENCODER_S00_AXI_SLV_REG3_OFFSET 12 - - -/**************************** Type Definitions *****************************/ -/** - * - * Write a value to a IP_ENCODER register. A 32 bit write is performed. - * If the component is implemented in a smaller width, only the least - * significant data is written. - * - * @param BaseAddress is the base address of the IP_ENCODERdevice. - * @param RegOffset is the register offset from the base to write to. - * @param Data is the data written to the register. - * - * @return None. - * - * @note - * C-style signature: - * void IP_ENCODER_mWriteReg(u32 BaseAddress, unsigned RegOffset, u32 Data) - * - */ -#define IP_ENCODER_mWriteReg(BaseAddress, RegOffset, Data) \ - Xil_Out32((BaseAddress) + (RegOffset), (u32)(Data)) - -/** - * - * Read a value from a IP_ENCODER register. A 32 bit read is performed. - * If the component is implemented in a smaller width, only the least - * significant data is read from the register. The most significant data - * will be read as 0. - * - * @param BaseAddress is the base address of the IP_ENCODER device. - * @param RegOffset is the register offset from the base to write to. - * - * @return Data is the data from the register. - * - * @note - * C-style signature: - * u32 IP_ENCODER_mReadReg(u32 BaseAddress, unsigned RegOffset) - * - */ -#define IP_ENCODER_mReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/************************** Function Prototypes ****************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_ENCODER instance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_ENCODER_Reg_SelfTest(void * baseaddr_p); - -#endif // IP_ENCODER_H diff --git a/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/src/ip_encoder_selftest.c b/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/src/ip_encoder_selftest.c deleted file mode 100644 index bc1f76c..0000000 --- a/source/test_lower_machine/hw/drivers/ip_encoder_v1_0/src/ip_encoder_selftest.c +++ /dev/null @@ -1,60 +0,0 @@ - -/***************************** Include Files *******************************/ -#include "ip_encoder.h" -#include "xparameters.h" -#include "stdio.h" -#include "xil_io.h" - -/************************** Constant Definitions ***************************/ -#define READ_WRITE_MUL_FACTOR 0x10 - -/************************** Function Definitions ***************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_ENCODERinstance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_ENCODER_Reg_SelfTest(void * baseaddr_p) -{ - u32 baseaddr; - int write_loop_index; - int read_loop_index; - int Index; - - baseaddr = (u32) baseaddr_p; - - xil_printf("******************************\n\r"); - xil_printf("* User Peripheral Self Test\n\r"); - xil_printf("******************************\n\n\r"); - - /* - * Write to user logic slave module register(s) and read back - */ - xil_printf("User logic slave module test...\n\r"); - - for (write_loop_index = 0 ; write_loop_index < 4; write_loop_index++) - IP_ENCODER_mWriteReg (baseaddr, write_loop_index*4, (write_loop_index+1)*READ_WRITE_MUL_FACTOR); - for (read_loop_index = 0 ; read_loop_index < 4; read_loop_index++) - if ( IP_ENCODER_mReadReg (baseaddr, read_loop_index*4) != (read_loop_index+1)*READ_WRITE_MUL_FACTOR){ - xil_printf ("Error reading register value at address %x\n", (int)baseaddr + read_loop_index*4); - return XST_FAILURE; - } - - xil_printf(" - slave register write/read passed\n\n\r"); - - return XST_SUCCESS; -} diff --git a/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/data/ip_fifo.mdd b/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/data/ip_fifo.mdd deleted file mode 100644 index bf7ae3a..0000000 --- a/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/data/ip_fifo.mdd +++ /dev/null @@ -1,10 +0,0 @@ - - -OPTION psf_version = 2.1; - -BEGIN DRIVER ip_fifo - OPTION supported_peripherals = (ip_fifo); - OPTION copyfiles = all; - OPTION VERSION = 1.0; - OPTION NAME = ip_fifo; -END DRIVER diff --git a/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/data/ip_fifo.tcl b/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/data/ip_fifo.tcl deleted file mode 100644 index 4e49ad6..0000000 --- a/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/data/ip_fifo.tcl +++ /dev/null @@ -1,5 +0,0 @@ - - -proc generate {drv_handle} { - xdefine_include_file $drv_handle "xparameters.h" "ip_fifo" "NUM_INSTANCES" "DEVICE_ID" "C_S00_AXI_BASEADDR" "C_S00_AXI_HIGHADDR" -} diff --git a/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/src/Makefile b/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/src/Makefile deleted file mode 100644 index baa36f8..0000000 --- a/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/src/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -RELEASEDIR=../../../lib -INCLUDEDIR=../../../include -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h -LIBSOURCES=*.c -OUTS = *.o - -libs: - echo "Compiling ip_fifo..." - $(COMPILER) $(COMPILER_FLAGS) $(EXTRA_COMPILER_FLAGS) $(INCLUDES) $(LIBSOURCES) - $(ARCHIVER) -r ${RELEASEDIR}/${LIB} ${OUTS} - make clean - -include: - ${CP} $(INCLUDEFILES) $(INCLUDEDIR) - -clean: - rm -rf ${OUTS} diff --git a/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/src/ip_fifo.c b/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/src/ip_fifo.c deleted file mode 100644 index fab920b..0000000 --- a/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/src/ip_fifo.c +++ /dev/null @@ -1,6 +0,0 @@ - - -/***************************** Include Files *******************************/ -#include "ip_fifo.h" - -/************************** Function Definitions ***************************/ diff --git a/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/src/ip_fifo.h b/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/src/ip_fifo.h deleted file mode 100644 index 962207c..0000000 --- a/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/src/ip_fifo.h +++ /dev/null @@ -1,90 +0,0 @@ - -#ifndef IP_FIFO_H -#define IP_FIFO_H - - -/****************** Include Files ********************/ -#include "xil_types.h" -#include "xstatus.h" - -#define IP_FIFO_S00_AXI_SLV_REG0_OFFSET 0 -#define IP_FIFO_S00_AXI_SLV_REG1_OFFSET 4 -#define IP_FIFO_S00_AXI_SLV_REG2_OFFSET 8 -#define IP_FIFO_S00_AXI_SLV_REG3_OFFSET 12 -#define IP_FIFO_S00_AXI_SLV_REG4_OFFSET 16 -#define IP_FIFO_S00_AXI_SLV_REG5_OFFSET 20 -#define IP_FIFO_S00_AXI_SLV_REG6_OFFSET 24 -#define IP_FIFO_S00_AXI_SLV_REG7_OFFSET 28 -#define IP_FIFO_S00_AXI_SLV_REG8_OFFSET 32 -#define IP_FIFO_S00_AXI_SLV_REG9_OFFSET 36 -#define IP_FIFO_S00_AXI_SLV_REG10_OFFSET 40 -#define IP_FIFO_S00_AXI_SLV_REG11_OFFSET 44 -#define IP_FIFO_S00_AXI_SLV_REG12_OFFSET 48 -#define IP_FIFO_S00_AXI_SLV_REG13_OFFSET 52 -#define IP_FIFO_S00_AXI_SLV_REG14_OFFSET 56 - - -/**************************** Type Definitions *****************************/ -/** - * - * Write a value to a IP_FIFO register. A 32 bit write is performed. - * If the component is implemented in a smaller width, only the least - * significant data is written. - * - * @param BaseAddress is the base address of the IP_FIFOdevice. - * @param RegOffset is the register offset from the base to write to. - * @param Data is the data written to the register. - * - * @return None. - * - * @note - * C-style signature: - * void IP_FIFO_mWriteReg(u32 BaseAddress, unsigned RegOffset, u32 Data) - * - */ -#define IP_FIFO_mWriteReg(BaseAddress, RegOffset, Data) \ - Xil_Out32((BaseAddress) + (RegOffset), (u32)(Data)) - -/** - * - * Read a value from a IP_FIFO register. A 32 bit read is performed. - * If the component is implemented in a smaller width, only the least - * significant data is read from the register. The most significant data - * will be read as 0. - * - * @param BaseAddress is the base address of the IP_FIFO device. - * @param RegOffset is the register offset from the base to write to. - * - * @return Data is the data from the register. - * - * @note - * C-style signature: - * u32 IP_FIFO_mReadReg(u32 BaseAddress, unsigned RegOffset) - * - */ -#define IP_FIFO_mReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/************************** Function Prototypes ****************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_FIFO instance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_FIFO_Reg_SelfTest(void * baseaddr_p); - -#endif // IP_FIFO_H diff --git a/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/src/ip_fifo_selftest.c b/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/src/ip_fifo_selftest.c deleted file mode 100644 index d45bc0d..0000000 --- a/source/test_lower_machine/hw/drivers/ip_fifo_v1_0/src/ip_fifo_selftest.c +++ /dev/null @@ -1,60 +0,0 @@ - -/***************************** Include Files *******************************/ -#include "ip_fifo.h" -#include "xparameters.h" -#include "stdio.h" -#include "xil_io.h" - -/************************** Constant Definitions ***************************/ -#define READ_WRITE_MUL_FACTOR 0x10 - -/************************** Function Definitions ***************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_FIFOinstance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_FIFO_Reg_SelfTest(void * baseaddr_p) -{ - u32 baseaddr; - int write_loop_index; - int read_loop_index; - int Index; - - baseaddr = (u32) baseaddr_p; - - xil_printf("******************************\n\r"); - xil_printf("* User Peripheral Self Test\n\r"); - xil_printf("******************************\n\n\r"); - - /* - * Write to user logic slave module register(s) and read back - */ - xil_printf("User logic slave module test...\n\r"); - - for (write_loop_index = 0 ; write_loop_index < 4; write_loop_index++) - IP_FIFO_mWriteReg (baseaddr, write_loop_index*4, (write_loop_index+1)*READ_WRITE_MUL_FACTOR); - for (read_loop_index = 0 ; read_loop_index < 4; read_loop_index++) - if ( IP_FIFO_mReadReg (baseaddr, read_loop_index*4) != (read_loop_index+1)*READ_WRITE_MUL_FACTOR){ - xil_printf ("Error reading register value at address %x\n", (int)baseaddr + read_loop_index*4); - return XST_FAILURE; - } - - xil_printf(" - slave register write/read passed\n\n\r"); - - return XST_SUCCESS; -} diff --git a/source/test_lower_machine/hw/ps7_init.c b/source/test_lower_machine/hw/ps7_init.c deleted file mode 100644 index 4178a35..0000000 --- a/source/test_lower_machine/hw/ps7_init.c +++ /dev/null @@ -1,7450 +0,0 @@ -/****************************************************************************** -* -* Copyright (C) 2010-2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************/ -/** -* -* @file ps7_init.c -* -* This file is automatically generated -* -*****************************************************************************/ - -#include "ps7_init.h" - -unsigned long ps7_pll_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_3_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reserved_reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x0007FFFFU ,0x00001082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_en_dfi_dram_clk_disable = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0x7FDFFFFCU ,0x270872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFC3U ,0x00000000U), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00000003U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reserved_reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reserved_reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x0003F03FU ,0x0003C008U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x00010000U ,0x00000000U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. reg_ddrc_dfi_t_ctrl_delay = 0x1 - // .. .. ==> 0XF8006078[3:0] = 0x00000001U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000001U - // .. .. reg_ddrc_dfi_t_dram_clk_disable = 0x1 - // .. .. ==> 0XF8006078[7:4] = 0x00000001U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000010U - // .. .. reg_ddrc_dfi_t_dram_clk_enable = 0x1 - // .. .. ==> 0XF8006078[11:8] = 0x00000001U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000100U - // .. .. reg_ddrc_t_cksre = 0x6 - // .. .. ==> 0XF8006078[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_t_cksrx = 0x6 - // .. .. ==> 0XF8006078[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_t_ckesr = 0x4 - // .. .. ==> 0XF8006078[25:20] = 0x00000004U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00400000U - // .. .. - EMIT_MASKWRITE(0XF8006078, 0x03FFFFFFU ,0x00466111U), - // .. .. reg_ddrc_t_ckpde = 0x2 - // .. .. ==> 0XF800607C[3:0] = 0x00000002U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000002U - // .. .. reg_ddrc_t_ckpdx = 0x2 - // .. .. ==> 0XF800607C[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. reg_ddrc_t_ckdpde = 0x2 - // .. .. ==> 0XF800607C[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_ckdpdx = 0x2 - // .. .. ==> 0XF800607C[15:12] = 0x00000002U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00002000U - // .. .. reg_ddrc_t_ckcsx = 0x3 - // .. .. ==> 0XF800607C[19:16] = 0x00000003U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00030000U - // .. .. - EMIT_MASKWRITE(0XF800607C, 0x000FFFFFU ,0x00032222U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x00000200U ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0x6FFFFEFEU ,0x00040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF5U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. reserved_SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. reserved_VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. reserved_REFIO_TEST = 0x0 - // .. ==> 0XF8000B6C[11:10] = 0x00000000U - // .. ==> MASK : 0x00000C00U VAL : 0x00000000U - // .. reserved_REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. reserved_DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. reserved_CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x00007FFFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000001U ,0x00000001U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reserved_VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reserved_VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reserved_VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reserved_VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reserved_VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[15:14] = 0x00000000U - // .. .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reserved_INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reserved_TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reserved_TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reserved_TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. reserved_TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reserved_INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FEFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x000003FFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_LVL_INP_EN_0 = 1 - // .. ==> 0XF8000900[3:3] = 0x00000001U - // .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. USER_LVL_OUT_EN_0 = 1 - // .. ==> 0XF8000900[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. USER_LVL_INP_EN_1 = 1 - // .. ==> 0XF8000900[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. USER_LVL_OUT_EN_1 = 1 - // .. ==> 0XF8000900[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. reserved_FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. reserved_FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. reserved_FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. reserved_FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. reserved_FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. reserved_FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. reserved_FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. reserved_FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. reserved_FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. .. START: AFI2 SECURE REGISTER - // .. .. FINISH: AFI2 SECURE REGISTER - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_3_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_pll_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_2_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_block = 0x1 - // .. .. ==> 0XF8006004[20:19] = 0x00000001U - // .. .. ==> MASK : 0x00180000U VAL : 0x00080000U - // .. .. reg_ddrc_diff_rank_rd_2cycle_gap = 0x0 - // .. .. ==> 0XF8006004[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_cs_bit1 = 0x0 - // .. .. ==> 0XF8006004[26:22] = 0x00000000U - // .. .. ==> MASK : 0x07C00000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_open_bank = 0x0 - // .. .. ==> 0XF8006004[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_4bank_ram = 0x0 - // .. .. ==> 0XF8006004[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x1FFFFFFFU ,0x00081082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_sdram = 0x1 - // .. .. ==> 0XF8006020[21:21] = 0x00000001U - // .. .. ==> MASK : 0x00200000U VAL : 0x00200000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_clock_stop_en = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_ddrc_loopback = 0x0 - // .. .. ==> 0XF8006020[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0xFFFFFFFCU ,0x272872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_max_rank_rd = 0xf - // .. .. ==> 0XF8006024[5:2] = 0x0000000FU - // .. .. ==> MASK : 0x0000003CU VAL : 0x0000003CU - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFFFU ,0x0000003CU), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_debug_mode = 0x0 - // .. .. ==> 0XF8006038[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_phy_wr_level_start = 0x0 - // .. .. ==> 0XF8006038[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_phy_rd_level_start = 0x0 - // .. .. ==> 0XF8006038[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_dq0_wait_t = 0x0 - // .. .. ==> 0XF8006038[12:9] = 0x00000000U - // .. .. ==> MASK : 0x00001E00U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00001FC3U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reg_ddrc_rank1_rd_odt = 0x1 - // .. .. ==> 0XF8006048[8:6] = 0x00000001U - // .. .. ==> MASK : 0x000001C0U VAL : 0x00000040U - // .. .. reg_ddrc_rank1_wr_odt = 0x1 - // .. .. ==> 0XF8006048[11:9] = 0x00000001U - // .. .. ==> MASK : 0x00000E00U VAL : 0x00000200U - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reg_ddrc_rank2_rd_odt = 0x0 - // .. .. ==> 0XF8006048[20:18] = 0x00000000U - // .. .. ==> MASK : 0x001C0000U VAL : 0x00000000U - // .. .. reg_ddrc_rank2_wr_odt = 0x0 - // .. .. ==> 0XF8006048[23:21] = 0x00000000U - // .. .. ==> MASK : 0x00E00000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_rd_odt = 0x0 - // .. .. ==> 0XF8006048[26:24] = 0x00000000U - // .. .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_wr_odt = 0x0 - // .. .. ==> 0XF8006048[29:27] = 0x00000000U - // .. .. ==> MASK : 0x38000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x3FFFFFFFU ,0x0003C248U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dll_calib_to_min_x1024 = 0x1 - // .. .. ==> 0XF8006058[7:0] = 0x00000001U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000001U - // .. .. reg_ddrc_dll_calib_to_max_x1024 = 0x1 - // .. .. ==> 0XF8006058[15:8] = 0x00000001U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000100U - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x0001FFFFU ,0x00000101U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. reg_ddrc_dfi_t_ctrl_delay = 0x1 - // .. .. ==> 0XF8006078[3:0] = 0x00000001U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000001U - // .. .. reg_ddrc_dfi_t_dram_clk_disable = 0x1 - // .. .. ==> 0XF8006078[7:4] = 0x00000001U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000010U - // .. .. reg_ddrc_dfi_t_dram_clk_enable = 0x1 - // .. .. ==> 0XF8006078[11:8] = 0x00000001U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000100U - // .. .. reg_ddrc_t_cksre = 0x6 - // .. .. ==> 0XF8006078[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_t_cksrx = 0x6 - // .. .. ==> 0XF8006078[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_t_ckesr = 0x4 - // .. .. ==> 0XF8006078[25:20] = 0x00000004U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00400000U - // .. .. - EMIT_MASKWRITE(0XF8006078, 0x03FFFFFFU ,0x00466111U), - // .. .. reg_ddrc_t_ckpde = 0x2 - // .. .. ==> 0XF800607C[3:0] = 0x00000002U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000002U - // .. .. reg_ddrc_t_ckpdx = 0x2 - // .. .. ==> 0XF800607C[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. reg_ddrc_t_ckdpde = 0x2 - // .. .. ==> 0XF800607C[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_ckdpdx = 0x2 - // .. .. ==> 0XF800607C[15:12] = 0x00000002U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00002000U - // .. .. reg_ddrc_t_ckcsx = 0x3 - // .. .. ==> 0XF800607C[19:16] = 0x00000003U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00030000U - // .. .. - EMIT_MASKWRITE(0XF800607C, 0x000FFFFFU ,0x00032222U), - // .. .. refresh_timer0_start_value_x32 = 0x0 - // .. .. ==> 0XF80060A0[11:0] = 0x00000000U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000000U - // .. .. refresh_timer1_start_value_x32 = 0x8 - // .. .. ==> 0XF80060A0[23:12] = 0x00000008U - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00008000U - // .. .. - EMIT_MASKWRITE(0XF80060A0, 0x00FFFFFFU ,0x00008000U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_2t_delay = 0x0 - // .. .. ==> 0XF80060B4[8:0] = 0x00000000U - // .. .. ==> MASK : 0x000001FFU VAL : 0x00000000U - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. reg_ddrc_dis_pre_bypass = 0x0 - // .. .. ==> 0XF80060B4[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x000007FFU ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006118[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006118[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF800611C[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF800611C[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006124[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006124[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_loopback = 0x0 - // .. .. ==> 0XF8006190[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_all_dq_mpr_rd_resp = 0x0 - // .. .. ==> 0XF8006190[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_use_rank0_delays = 0x1 - // .. .. ==> 0XF8006190[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_phy_int_lpbk = 0x0 - // .. .. ==> 0XF8006190[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0xFFFFFFFFU ,0x10040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006208[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF800620C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006210[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006214[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_per_bank_refresh = 0x0 - // .. .. ==> 0XF80062A8[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF7U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. REFIO_TEST = 0x0 - // .. ==> 0XF8000B6C[11:10] = 0x00000000U - // .. ==> MASK : 0x00000C00U VAL : 0x00000000U - // .. REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x00007FFFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000021U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[16:14] = 0x00000000U - // .. .. ==> MASK : 0x0001C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FFFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. IRMODE = 0x0 - // .. ==> 0XE0000004[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. UCLKEN = 0x0 - // .. ==> 0XE0000004[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x00000FFFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_INP_ICT_EN_0 = 3 - // .. ==> 0XF8000900[1:0] = 0x00000003U - // .. ==> MASK : 0x00000003U VAL : 0x00000003U - // .. USER_INP_ICT_EN_1 = 3 - // .. ==> 0XF8000900[3:2] = 0x00000003U - // .. ==> MASK : 0x0000000CU VAL : 0x0000000CU - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_2_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_pll_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_1_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_block = 0x1 - // .. .. ==> 0XF8006004[20:19] = 0x00000001U - // .. .. ==> MASK : 0x00180000U VAL : 0x00080000U - // .. .. reg_ddrc_diff_rank_rd_2cycle_gap = 0x0 - // .. .. ==> 0XF8006004[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_cs_bit1 = 0x0 - // .. .. ==> 0XF8006004[26:22] = 0x00000000U - // .. .. ==> MASK : 0x07C00000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_open_bank = 0x0 - // .. .. ==> 0XF8006004[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_4bank_ram = 0x0 - // .. .. ==> 0XF8006004[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x1FFFFFFFU ,0x00081082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_sdram = 0x1 - // .. .. ==> 0XF8006020[21:21] = 0x00000001U - // .. .. ==> MASK : 0x00200000U VAL : 0x00200000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_clock_stop_en = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_ddrc_loopback = 0x0 - // .. .. ==> 0XF8006020[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0xFFFFFFFCU ,0x272872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_max_rank_rd = 0xf - // .. .. ==> 0XF8006024[5:2] = 0x0000000FU - // .. .. ==> MASK : 0x0000003CU VAL : 0x0000003CU - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFFFU ,0x0000003CU), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_debug_mode = 0x0 - // .. .. ==> 0XF8006038[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_phy_wr_level_start = 0x0 - // .. .. ==> 0XF8006038[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_phy_rd_level_start = 0x0 - // .. .. ==> 0XF8006038[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_dq0_wait_t = 0x0 - // .. .. ==> 0XF8006038[12:9] = 0x00000000U - // .. .. ==> MASK : 0x00001E00U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00001FC3U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reg_ddrc_rank1_rd_odt = 0x1 - // .. .. ==> 0XF8006048[8:6] = 0x00000001U - // .. .. ==> MASK : 0x000001C0U VAL : 0x00000040U - // .. .. reg_ddrc_rank1_wr_odt = 0x1 - // .. .. ==> 0XF8006048[11:9] = 0x00000001U - // .. .. ==> MASK : 0x00000E00U VAL : 0x00000200U - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reg_ddrc_rank2_rd_odt = 0x0 - // .. .. ==> 0XF8006048[20:18] = 0x00000000U - // .. .. ==> MASK : 0x001C0000U VAL : 0x00000000U - // .. .. reg_ddrc_rank2_wr_odt = 0x0 - // .. .. ==> 0XF8006048[23:21] = 0x00000000U - // .. .. ==> MASK : 0x00E00000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_rd_odt = 0x0 - // .. .. ==> 0XF8006048[26:24] = 0x00000000U - // .. .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_wr_odt = 0x0 - // .. .. ==> 0XF8006048[29:27] = 0x00000000U - // .. .. ==> MASK : 0x38000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x3FFFFFFFU ,0x0003C248U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dll_calib_to_min_x1024 = 0x1 - // .. .. ==> 0XF8006058[7:0] = 0x00000001U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000001U - // .. .. reg_ddrc_dll_calib_to_max_x1024 = 0x1 - // .. .. ==> 0XF8006058[15:8] = 0x00000001U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000100U - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x0001FFFFU ,0x00000101U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. refresh_timer0_start_value_x32 = 0x0 - // .. .. ==> 0XF80060A0[11:0] = 0x00000000U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000000U - // .. .. refresh_timer1_start_value_x32 = 0x8 - // .. .. ==> 0XF80060A0[23:12] = 0x00000008U - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00008000U - // .. .. - EMIT_MASKWRITE(0XF80060A0, 0x00FFFFFFU ,0x00008000U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_2t_delay = 0x0 - // .. .. ==> 0XF80060B4[8:0] = 0x00000000U - // .. .. ==> MASK : 0x000001FFU VAL : 0x00000000U - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. reg_ddrc_dis_pre_bypass = 0x0 - // .. .. ==> 0XF80060B4[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x000007FFU ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006118[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006118[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF800611C[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF800611C[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006124[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006124[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_loopback = 0x0 - // .. .. ==> 0XF8006190[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_all_dq_mpr_rd_resp = 0x0 - // .. .. ==> 0XF8006190[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_use_rank0_delays = 0x1 - // .. .. ==> 0XF8006190[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_phy_int_lpbk = 0x0 - // .. .. ==> 0XF8006190[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0xFFFFFFFFU ,0x10040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006208[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF800620C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006210[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006214[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_per_bank_refresh = 0x0 - // .. .. ==> 0XF80062A8[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF7U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x000073FFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000021U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[16:14] = 0x00000000U - // .. .. ==> MASK : 0x0001C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FFFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. IRMODE = 0x0 - // .. ==> 0XE0000004[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. UCLKEN = 0x0 - // .. ==> 0XE0000004[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x00000FFFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_INP_ICT_EN_0 = 3 - // .. ==> 0XF8000900[1:0] = 0x00000003U - // .. ==> MASK : 0x00000003U VAL : 0x00000003U - // .. USER_INP_ICT_EN_1 = 3 - // .. ==> 0XF8000900[3:2] = 0x00000003U - // .. ==> MASK : 0x0000000CU VAL : 0x0000000CU - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_1_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - - -#include "xil_io.h" -#define PS7_MASK_POLL_TIME 100000000 - -char* -getPS7MessageInfo(unsigned key) { - - char* err_msg = ""; - switch (key) { - case PS7_INIT_SUCCESS: err_msg = "PS7 initialization successful"; break; - case PS7_INIT_CORRUPT: err_msg = "PS7 init Data Corrupted"; break; - case PS7_INIT_TIMEOUT: err_msg = "PS7 init mask poll timeout"; break; - case PS7_POLL_FAILED_DDR_INIT: err_msg = "Mask Poll failed for DDR Init"; break; - case PS7_POLL_FAILED_DMA: err_msg = "Mask Poll failed for PLL Init"; break; - case PS7_POLL_FAILED_PLL: err_msg = "Mask Poll failed for DMA done bit"; break; - default: err_msg = "Undefined error status"; break; - } - - return err_msg; -} - -unsigned long -ps7GetSiliconVersion () { - // Read PS version from MCTRL register [31:28] - unsigned long mask = 0xF0000000; - unsigned long *addr = (unsigned long*) 0XF8007080; - unsigned long ps_version = (*addr & mask) >> 28; - return ps_version; -} - -void mask_write (unsigned long add , unsigned long mask, unsigned long val ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - *addr = ( val & mask ) | ( *addr & ~mask); - //xil_printf("MaskWrite : 0x%x--> 0x%x \n \r" ,add, *addr); -} - - -int mask_poll(unsigned long add , unsigned long mask ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - int i = 0; - while (!(*addr & mask)) { - if (i == PS7_MASK_POLL_TIME) { - return -1; - } - i++; - } - return 1; - //xil_printf("MaskPoll : 0x%x --> 0x%x \n \r" , add, *addr); -} - -unsigned long mask_read(unsigned long add , unsigned long mask ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - unsigned long val = (*addr & mask); - //xil_printf("MaskRead : 0x%x --> 0x%x \n \r" , add, val); - return val; -} - - - -int -ps7_config(unsigned long * ps7_config_init) -{ - unsigned long *ptr = ps7_config_init; - - unsigned long opcode; // current instruction .. - unsigned long args[16]; // no opcode has so many args ... - int numargs; // number of arguments of this instruction - int j; // general purpose index - - volatile unsigned long *addr; // some variable to make code readable - unsigned long val,mask; // some variable to make code readable - - int finish = -1 ; // loop while this is negative ! - int i = 0; // Timeout variable - - while( finish < 0 ) { - numargs = ptr[0] & 0xF; - opcode = ptr[0] >> 4; - - for( j = 0 ; j < numargs ; j ++ ) - args[j] = ptr[j+1]; - ptr += numargs + 1; - - - switch ( opcode ) { - - case OPCODE_EXIT: - finish = PS7_INIT_SUCCESS; - break; - - case OPCODE_CLEAR: - addr = (unsigned long*) args[0]; - *addr = 0; - break; - - case OPCODE_WRITE: - addr = (unsigned long*) args[0]; - val = args[1]; - *addr = val; - break; - - case OPCODE_MASKWRITE: - addr = (unsigned long*) args[0]; - mask = args[1]; - val = args[2]; - *addr = ( val & mask ) | ( *addr & ~mask); - break; - - case OPCODE_MASKPOLL: - addr = (unsigned long*) args[0]; - mask = args[1]; - i = 0; - while (!(*addr & mask)) { - if (i == PS7_MASK_POLL_TIME) { - finish = PS7_INIT_TIMEOUT; - break; - } - i++; - } - break; - case OPCODE_MASKDELAY: - { - addr = (unsigned long*) args[0]; - mask = args[1]; - int delay = get_number_of_cycles_for_delay(mask); - perf_reset_and_start_timer(); - while ((*addr < delay)) { - } - } - break; - default: - finish = PS7_INIT_CORRUPT; - break; - } - } - return finish; -} - -unsigned long *ps7_mio_init_data = ps7_mio_init_data_3_0; -unsigned long *ps7_pll_init_data = ps7_pll_init_data_3_0; -unsigned long *ps7_clock_init_data = ps7_clock_init_data_3_0; -unsigned long *ps7_ddr_init_data = ps7_ddr_init_data_3_0; -unsigned long *ps7_peripherals_init_data = ps7_peripherals_init_data_3_0; - -int -ps7_post_config() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret = -1; - if (si_ver == PCW_SILICON_VERSION_1) { - ret = ps7_config (ps7_post_config_1_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else if (si_ver == PCW_SILICON_VERSION_2) { - ret = ps7_config (ps7_post_config_2_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else { - ret = ps7_config (ps7_post_config_3_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } - return PS7_INIT_SUCCESS; -} - -int -ps7_debug() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret = -1; - if (si_ver == PCW_SILICON_VERSION_1) { - ret = ps7_config (ps7_debug_1_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else if (si_ver == PCW_SILICON_VERSION_2) { - ret = ps7_config (ps7_debug_2_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else { - ret = ps7_config (ps7_debug_3_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } - return PS7_INIT_SUCCESS; -} - - -int -ps7_init() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret; - //int pcw_ver = 0; - - if (si_ver == PCW_SILICON_VERSION_1) { - ps7_mio_init_data = ps7_mio_init_data_1_0; - ps7_pll_init_data = ps7_pll_init_data_1_0; - ps7_clock_init_data = ps7_clock_init_data_1_0; - ps7_ddr_init_data = ps7_ddr_init_data_1_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_1_0; - //pcw_ver = 1; - - } else if (si_ver == PCW_SILICON_VERSION_2) { - ps7_mio_init_data = ps7_mio_init_data_2_0; - ps7_pll_init_data = ps7_pll_init_data_2_0; - ps7_clock_init_data = ps7_clock_init_data_2_0; - ps7_ddr_init_data = ps7_ddr_init_data_2_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_2_0; - //pcw_ver = 2; - - } else { - ps7_mio_init_data = ps7_mio_init_data_3_0; - ps7_pll_init_data = ps7_pll_init_data_3_0; - ps7_clock_init_data = ps7_clock_init_data_3_0; - ps7_ddr_init_data = ps7_ddr_init_data_3_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_3_0; - //pcw_ver = 3; - } - - // MIO init - ret = ps7_config (ps7_mio_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // PLL init - ret = ps7_config (ps7_pll_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // Clock init - ret = ps7_config (ps7_clock_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // DDR init - ret = ps7_config (ps7_ddr_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - - - // Peripherals init - ret = ps7_config (ps7_peripherals_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - //xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver); - return PS7_INIT_SUCCESS; -} - - - - -/* For delay calculation using global timer */ - -/* start timer */ - void perf_start_clock(void) -{ - *(volatile unsigned int*)SCU_GLOBAL_TIMER_CONTROL = ((1 << 0) | // Timer Enable - (1 << 3) | // Auto-increment - (0 << 8) // Pre-scale - ); -} - -/* stop timer and reset timer count regs */ - void perf_reset_clock(void) -{ - perf_disable_clock(); - *(volatile unsigned int*)SCU_GLOBAL_TIMER_COUNT_L32 = 0; - *(volatile unsigned int*)SCU_GLOBAL_TIMER_COUNT_U32 = 0; -} - -/* Compute mask for given delay in miliseconds*/ -int get_number_of_cycles_for_delay(unsigned int delay) -{ - // GTC is always clocked at 1/2 of the CPU frequency (CPU_3x2x) - return (APU_FREQ*delay/(2*1000)); - -} - -/* stop timer */ - void perf_disable_clock(void) -{ - *(volatile unsigned int*)SCU_GLOBAL_TIMER_CONTROL = 0; -} - -void perf_reset_and_start_timer() -{ - perf_reset_clock(); - perf_start_clock(); -} - - - - diff --git a/source/test_lower_machine/hw/ps7_init.h b/source/test_lower_machine/hw/ps7_init.h deleted file mode 100644 index 3acf3f1..0000000 --- a/source/test_lower_machine/hw/ps7_init.h +++ /dev/null @@ -1,117 +0,0 @@ -/****************************************************************************** -* -* Copyright (C) 2010-2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************/ -/** -* -* @file ps7_init.h -* -* This file can be included in FSBL code -* to get prototype of ps7_init() function -* and error codes -* -*****************************************************************************/ - - - - -#ifdef __cplusplus -extern "C" { -#endif - - -//typedef unsigned int u32; - - -/** do we need to make this name more unique ? **/ -//extern u32 ps7_init_data[]; -extern unsigned long * ps7_ddr_init_data; -extern unsigned long * ps7_mio_init_data; -extern unsigned long * ps7_pll_init_data; -extern unsigned long * ps7_clock_init_data; -extern unsigned long * ps7_peripherals_init_data; - - - -#define OPCODE_EXIT 0U -#define OPCODE_CLEAR 1U -#define OPCODE_WRITE 2U -#define OPCODE_MASKWRITE 3U -#define OPCODE_MASKPOLL 4U -#define OPCODE_MASKDELAY 5U -#define NEW_PS7_ERR_CODE 1 - -/* Encode number of arguments in last nibble */ -#define EMIT_EXIT() ( (OPCODE_EXIT << 4 ) | 0 ) -#define EMIT_CLEAR(addr) ( (OPCODE_CLEAR << 4 ) | 1 ) , addr -#define EMIT_WRITE(addr,val) ( (OPCODE_WRITE << 4 ) | 2 ) , addr, val -#define EMIT_MASKWRITE(addr,mask,val) ( (OPCODE_MASKWRITE << 4 ) | 3 ) , addr, mask, val -#define EMIT_MASKPOLL(addr,mask) ( (OPCODE_MASKPOLL << 4 ) | 2 ) , addr, mask -#define EMIT_MASKDELAY(addr,mask) ( (OPCODE_MASKDELAY << 4 ) | 2 ) , addr, mask - -/* Returns codes of PS7_Init */ -#define PS7_INIT_SUCCESS (0) // 0 is success in good old C -#define PS7_INIT_CORRUPT (1) // 1 the data is corrupted, and slcr reg are in corrupted state now -#define PS7_INIT_TIMEOUT (2) // 2 when a poll operation timed out -#define PS7_POLL_FAILED_DDR_INIT (3) // 3 when a poll operation timed out for ddr init -#define PS7_POLL_FAILED_DMA (4) // 4 when a poll operation timed out for dma done bit -#define PS7_POLL_FAILED_PLL (5) // 5 when a poll operation timed out for pll sequence init - - -/* Silicon Versions */ -#define PCW_SILICON_VERSION_1 0 -#define PCW_SILICON_VERSION_2 1 -#define PCW_SILICON_VERSION_3 2 - -/* This flag to be used by FSBL to check whether ps7_post_config() proc exixts */ -#define PS7_POST_CONFIG - -/* Freq of all peripherals */ - -#define APU_FREQ 666666687 -#define DDR_FREQ 533333374 -#define DCI_FREQ 10158730 -#define QSPI_FREQ 10000000 -#define SMC_FREQ 10000000 -#define ENET0_FREQ 10000000 -#define ENET1_FREQ 10000000 -#define USB0_FREQ 60000000 -#define USB1_FREQ 60000000 -#define SDIO_FREQ 10000000 -#define UART_FREQ 100000000 -#define SPI_FREQ 10000000 -#define I2C_FREQ 111111115 -#define WDT_FREQ 111111115 -#define TTC_FREQ 50000000 -#define CAN_FREQ 10000000 -#define PCAP_FREQ 200000000 -#define TPIU_FREQ 200000000 -#define FPGA0_FREQ 200000000 -#define FPGA1_FREQ 10000000 -#define FPGA2_FREQ 10000000 -#define FPGA3_FREQ 10000000 - - -/* For delay calculation using global registers*/ -#define SCU_GLOBAL_TIMER_COUNT_L32 0xF8F00200 -#define SCU_GLOBAL_TIMER_COUNT_U32 0xF8F00204 -#define SCU_GLOBAL_TIMER_CONTROL 0xF8F00208 -#define SCU_GLOBAL_TIMER_AUTO_INC 0xF8F00218 - -int ps7_config( unsigned long*); -int ps7_init(); -int ps7_post_config(); -int ps7_debug(); -char* getPS7MessageInfo(unsigned key); - -void perf_start_clock(void); -void perf_disable_clock(void); -void perf_reset_clock(void); -void perf_reset_and_start_timer(); -int get_number_of_cycles_for_delay(unsigned int delay); -#ifdef __cplusplus -} -#endif - diff --git a/source/test_lower_machine/hw/ps7_init.html b/source/test_lower_machine/hw/ps7_init.html deleted file mode 100644 index eaaef0d..0000000 --- a/source/test_lower_machine/hw/ps7_init.html +++ /dev/null @@ -1,89947 +0,0 @@ - - - - -Zynq PS configuration detail - - - - -
- -
Zynq PS7 Summary Report -
-
-
User Configurations -
- -
-
Select Version: - -
-
-
Zynq Register View -
- -
This design is targeted for xc7z010 board (part number: xc7z010clg400-1) - -
-

Zynq Design Summary

- - - - - - - - - - - - - - - - - - - - - -
-Device - -xc7z010 -
-SpeedGrade - --1 -
-Part - -xc7z010clg400-1 -
-Description - -Zynq PS Configuration Report with register details -
-Vendor - -Xilinx -
-

MIO Table View

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-MIO Pin - -Peripheral - -Signal - -IO Type - -Speed - -Pullup - -Direction -
-MIO 0 - - - - - - - - - - - - -
-MIO 1 - - - - - - - - - - - - -
-MIO 2 - - - - - - - - - - - - -
-MIO 3 - - - - - - - - - - - - -
-MIO 4 - - - - - - - - - - - - -
-MIO 5 - - - - - - - - - - - - -
-MIO 6 - - - - - - - - - - - - -
-MIO 7 - - - - - - - - - - - - -
-MIO 8 - - - - - - - - - - - - -
-MIO 9 - - - - - - - - - - - - -
-MIO 10 - - - - - - - - - - - - -
-MIO 11 - - - - - - - - - - - - -
-MIO 12 - - - - - - - - - - - - -
-MIO 13 - - - - - - - - - - - - -
-MIO 14 - -UART 0 - -rx - -LVCMOS 3.3V - -slow - -enabled - -in -
-MIO 15 - -UART 0 - -tx - -LVCMOS 3.3V - -slow - -enabled - -out -
-MIO 16 - - - - - - - - - - - - -
-MIO 17 - - - - - - - - - - - - -
-MIO 18 - - - - - - - - - - - - -
-MIO 19 - - - - - - - - - - - - -
-MIO 20 - - - - - - - - - - - - -
-MIO 21 - - - - - - - - - - - - -
-MIO 22 - - - - - - - - - - - - -
-MIO 23 - - - - - - - - - - - - -
-MIO 24 - - - - - - - - - - - - -
-MIO 25 - - - - - - - - - - - - -
-MIO 26 - - - - - - - - - - - - -
-MIO 27 - - - - - - - - - - - - -
-MIO 28 - - - - - - - - - - - - -
-MIO 29 - - - - - - - - - - - - -
-MIO 30 - - - - - - - - - - - - -
-MIO 31 - - - - - - - - - - - - -
-MIO 32 - - - - - - - - - - - - -
-MIO 33 - - - - - - - - - - - - -
-MIO 34 - - - - - - - - - - - - -
-MIO 35 - - - - - - - - - - - - -
-MIO 36 - - - - - - - - - - - - -
-MIO 37 - - - - - - - - - - - - -
-MIO 38 - - - - - - - - - - - - -
-MIO 39 - - - - - - - - - - - - -
-MIO 40 - - - - - - - - - - - - -
-MIO 41 - - - - - - - - - - - - -
-MIO 42 - - - - - - - - - - - - -
-MIO 43 - - - - - - - - - - - - -
-MIO 44 - - - - - - - - - - - - -
-MIO 45 - - - - - - - - - - - - -
-MIO 46 - - - - - - - - - - - - -
-MIO 47 - - - - - - - - - - - - -
-MIO 48 - - - - - - - - - - - - -
-MIO 49 - - - - - - - - - - - - -
-MIO 50 - - - - - - - - - - - - -
-MIO 51 - - - - - - - - - - - - -
-MIO 52 - - - - - - - - - - - - -
-MIO 53 - - - - - - - - - - - - -
-

DDR Memory information

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Parameter name - -Value - -Description -
-Enable DDR - -1 - -Enable DDR Controller of Zynq PS -
-Memory Part - -MT41J128M16 HA-125 - - -
-DRAM bus width - -32 Bit - -Select the desired data width. Refer to the Thechnical Reference Manual(TRM) for a detailed list of supported DDR data widths -
-ECC - -Disabled - -ECC is supported only for data width of 16-bit -
-BURST Length (lppdr only) - -8 - -Select the burst Length. It refers to the amount of data read/written after a read/write command is presented to the controller -
-Internal Vref - -0 - - -
-Operating Frequency (MHz) - -533.333333 - -Chose the clock period for the desired frequency. The allowed freq range (200 - 667 MHz) is a function of FPGA part and FPGA speed grade -
-HIGH temperature - -Normal (0-85) - -Select the operating temparature -
-DRAM IC bus width - -16 Bits - -Provide the width of the DRAM chip -
-DRAM Device Capacity - -2048 MBits - - -
-Speed Bin - -DDR3_1066F - -Provide the Speed Bin -
-BANK Address Count - -3 - -Defines the bank to which an active an ACTIVE, READ, WRITE, or Precharge Command is being applied -
-ROW Address Count - -14 - -Provide the Row address for ACTIVE commands -
-COLUMN Address Count - -10 - -Provide the Row address for READ/WRITE commands -
-CAS Latency - -7 - -Select the Column Access Strobe (CAS) Latency. It refers to the amount of time it takes for data to appear on the pins of the memory module -
-CAS Write Latency - -6 - -Select the CAS Write Latency -
-RAS to CAS Delay - -7 - -Provide the row address to column address delay time. tRCD is t he time required between the memory controller asserting a row address strobe (RAS), and then asserting the column address strobe (CAS) -
-RECHARGE Time - -7 - -Precharge Time (tRP) is the number of clock cycles needed o terminate acces s to an open row of memory, and open access to the next row -
-tRC (ns ) - -48.75 - -Provide the Row cycle time tRC (ns) -
-tRASmin ( ns ) - -35.0 - -tRASmin (ns) is the minimum number of clock cycles required between an Active command and issuing the Precharge command -
-tFAW - -40.0 - -It restricts the number of activates that can be done within a certain window of time -
-ADDITIVE Latency - -0 - -Provide the Additive Latency (ns). Increases the efficiency of the command and data bus for sustainable bandwidths -
-Write levelling - -1 - - -
-Read gate - -1 - - -
-Read gate - -1 - - -
-DQS to Clock delay [0] (ns) - -0.0 - -The daly difference of each DQS path delay subtracted from the clock path delay -
-DQS to Clock delay [1] (ns) - -0.0 - -The daly difference of each DQS path delay subtracted from the clock path delay -
-DQS to Clock delay [2] (ns) - -0.0 - -The daly difference of each DQS path delay subtracted from the clock path delay -
-DQS to Clock delay [3] (ns) - -0.0 - -The daly difference of each DQS path delay subtracted from the clock path delay -
-Board delay [0] (ns) - -0.25 - -The average of the data midpoint delay, of the data delays associated with a byte lane (DDR_DQ, DDR_DM) averaged with the midpoint of the cloc kdelays (DDR_CK, DR_CK_N) -
-Board delay [1] (ns) - -0.25 - -The average of the data midpoint delay, of the data delays associated with a byte lane (DDR_DQ, DDR_DM) averaged with the midpoint of the cloc kdelays (DDR_CK, DR_CK_N) -
-Board delay [2] (ns) - -0.25 - -The average of the data midpoint delay, of the data delays associated with a byte lane (DDR_DQ, DDR_DM) averaged with the midpoint of the cloc kdelays (DDR_CK, DR_CK_N) -
-Board delay [3] (ns) - -0.25 - -The average of the data midpoint delay, of the data delays associated with a byte lane (DDR_DQ, DDR_DM) averaged with the midpoint of the cloc kdelays (DDR_CK, DR_CK_N) -
-

PS Clocks information

-

PS Reference Clock : 33.333333

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Peripheral - -PLL source - -Frequency (MHz) -
-CPU 6x Freq (MHz) - -ARM PLL - -666.666687 -
-UART Freq (MHz) - -IO PLL - -100.000000 -
-FPGA0 Freq (MHz) - -IO PLL - -200.000000 -
-FPGA1 Freq (MHz) - -IO PLL - -10.000000 -
-FPGA2 Freq (MHz) - -IO PLL - -10.000000 -
-FPGA3 Freq (MHz) - -IO PLL - -10.000000 -
-

ps7_pll_init_data_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -ARM_PLL_CFG - - -0XF8000110 - -32 - -RW - -0x000000 - -ARM PLL Configuration -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_CLK_CTRL - - -0XF8000120 - -32 - -RW - -0x000000 - -CPU Clock Control -
- -DDR_PLL_CFG - - -0XF8000114 - -32 - -RW - -0x000000 - -DDR PLL Configuration -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_CLK_CTRL - - -0XF8000124 - -32 - -RW - -0x000000 - -DDR Clock Control -
- -IO_PLL_CFG - - -0XF8000118 - -32 - -RW - -0x000000 - -IO PLL Configuration -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_pll_init_data_3_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -Write the unlock key, 0xDF0D, to enable writes to the slcr registers. All slcr registers, 0xF800_0000 to 0xF800_0B74, are writeable until locked using the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

PLL SLCR REGISTERS

-

ARM PLL INIT

-

Register ( slcr )ARM_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CFG - -0XF8000110 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -2 - -20 - -Drive the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drive the PLL_CP[3:0] input of the PLL to set the PLL charge pump control -
-LOCK_CNT - -21:12 - -3ff000 - -fa - -fa000 - -Drive the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned with a certain window before syaing locked. -
-ARM_PLL_CFG@0XF8000110 - -31:0 - -3ffff0 - - - -fa220 - -ARM PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -28 - -28000 - -Provide the feedback divisor for the PLL. Note: Before changing this value, the PLL must first be bypassed and then put into reset mode. Refer to the Zynq-7000 TRM, UG585, Clocks chapter for CP/RES/CNT values for the PLL. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -7f000 - - - -28000 - -ARM PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -ARM PLL Bypass override control: PLL_BYPASS_QUAL = 0: 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL = 1 (QUAL bit default value): 0: PLL mode is set based on pin strap setting. 1: PLL bypassed regardless of the pin strapping. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -10 - - - -10 - -ARM PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -PLL reset control: 0: de-assert (PLL operating) 1: assert (PLL held in reset) -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -1 - - - -1 - -ARM PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -PLL reset control: 0: de-assert (PLL operating) 1: assert (PLL held in reset) -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -1 - - - -0 - -ARM PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-ARM_PLL_LOCK - -0:0 - -1 - -1 - -1 - -ARM PLL lock status: 0: not locked, 1: locked -
-PLL_STATUS@0XF800010C - -31:0 - -1 - - - -1 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -ARM PLL Bypass override control: PLL_BYPASS_QUAL = 0: 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL = 1 (QUAL bit default value): 0: PLL mode is set based on pin strap setting. 1: PLL bypassed regardless of the pin strapping. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -10 - - - -0 - -ARM PLL Control -
-

-

Register ( slcr )ARM_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_CLK_CTRL - -0XF8000120 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Select the source used to generate the CPU clock: 0x: ARM PLL 10: DDR PLL 11: IO PLL This field is reset by POR only. -
-DIVISOR - -13:8 - -3f00 - -2 - -200 - -Frequency divisor for the CPU clock source. -
-CPU_6OR4XCLKACT - -24:24 - -1000000 - -1 - -1000000 - -CPU_6x4x Clock control: 0: disable, 1: enable -
-CPU_3OR2XCLKACT - -25:25 - -2000000 - -1 - -2000000 - -CPU_3x2x Clock control: 0: disable, 1: enable -
-CPU_2XCLKACT - -26:26 - -4000000 - -1 - -4000000 - -CPU_2x Clock control: 0: disable, 1: enable -
-CPU_1XCLKACT - -27:27 - -8000000 - -1 - -8000000 - -CPU_1x Clock control: 0: disable, 1: enable -
-CPU_PERI_CLKACT - -28:28 - -10000000 - -1 - -10000000 - -Clock active: 0: Clock is disabled 1: Clock is enabled -
-ARM_CLK_CTRL@0XF8000120 - -31:0 - -1f003f30 - - - -1f000200 - -CPU Clock Control -
-

-

DDR PLL INIT

-

Register ( slcr )DDR_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CFG - -0XF8000114 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -2 - -20 - -Drive the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control. -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drive the PLL_CP[3:0] input of the PLL to set the PLL charge pump control. -
-LOCK_CNT - -21:12 - -3ff000 - -12c - -12c000 - -Drive the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned with a certain window before staying locked. -
-DDR_PLL_CFG@0XF8000114 - -31:0 - -3ffff0 - - - -12c220 - -DDR PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -20 - -20000 - -Provide the feedback divisor for the PLL. Note: Before changing this value, the PLL must first be bypassed and then put into reset mode. Refer to the Zynq-7000 TRM, UG585, Clocks chapter for CP/RES/CNT values for the PLL. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -7f000 - - - -20000 - -DDR PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -DDR PLL Bypass override control: PLL_BYPASS_QUAL = 0 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL = 1 (QUAL bit default value) 0: PLL mode is set based on pin strap setting. 1: PLL bypass is enabled regardless of the pin strapping. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -10 - - - -10 - -DDR PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -PLL reset control: 0: de-assert (PLL operating) 1: assert (PLL held in reset) -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -1 - - - -1 - -DDR PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -PLL reset control: 0: de-assert (PLL operating) 1: assert (PLL held in reset) -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -1 - - - -0 - -DDR PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DDR_PLL_LOCK - -1:1 - -2 - -1 - -2 - -DDR PLL lock status: 0: not locked, 1: locked -
-PLL_STATUS@0XF800010C - -31:0 - -2 - - - -2 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -DDR PLL Bypass override control: PLL_BYPASS_QUAL = 0 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL = 1 (QUAL bit default value) 0: PLL mode is set based on pin strap setting. 1: PLL bypass is enabled regardless of the pin strapping. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -10 - - - -0 - -DDR PLL Control -
-

-

Register ( slcr )DDR_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_CLK_CTRL - -0XF8000124 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DDR_3XCLKACT - -0:0 - -1 - -1 - -1 - -DDR_3x Clock control: 0: disable, 1: enable -
-DDR_2XCLKACT - -1:1 - -2 - -1 - -2 - -DDR_2x Clock control: 0: disable, 1: enable -
-DDR_3XCLK_DIVISOR - -25:20 - -3f00000 - -2 - -200000 - -Frequency divisor for the ddr_3x clock -
-DDR_2XCLK_DIVISOR - -31:26 - -fc000000 - -3 - -c000000 - -Frequency divisor for the ddr_2x clock -
-DDR_CLK_CTRL@0XF8000124 - -31:0 - -fff00003 - - - -c200003 - -DDR Clock Control -
-

-

IO PLL INIT

-

Register ( slcr )IO_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CFG - -0XF8000118 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -4 - -40 - -Drive the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control. -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drive the PLL_CP[3:0] input of the PLL to set the PLL charge pump control. -
-LOCK_CNT - -21:12 - -3ff000 - -fa - -fa000 - -Drive the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned with a certain window before staying locked. -
-IO_PLL_CFG@0XF8000118 - -31:0 - -3ffff0 - - - -fa240 - -IO PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -30 - -30000 - -Provide the feedback divisor for the PLL. Note: Before changing this value, the PLL must first be bypassed and then put into reset mode. Refer to the Zynq-7000 TRM, UG585, Clocks chapter for CP/RES/CNT values for programming the PLL. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -7f000 - - - -30000 - -IO PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -IO PLL Bypass override control: PLL_BYPASS_QUAL = 0 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL = 1 (QUAL bit default value) 0: PLL mode is set based on pin strap setting. 1: PLL bypass is enabled regardless of the pin strapping. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -10 - - - -10 - -IO PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -PLL Reset control: 0: de-assert (PLL operating) 1: assert (PLL held in reset) -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -1 - - - -1 - -IO PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -PLL Reset control: 0: de-assert (PLL operating) 1: assert (PLL held in reset) -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -1 - - - -0 - -IO PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IO_PLL_LOCK - -2:2 - -4 - -1 - -4 - -IO PLL lock status: 0: not locked, 1: locked -
-PLL_STATUS@0XF800010C - -31:0 - -4 - - - -4 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -IO PLL Bypass override control: PLL_BYPASS_QUAL = 0 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL = 1 (QUAL bit default value) 0: PLL mode is set based on pin strap setting. 1: PLL bypass is enabled regardless of the pin strapping. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -10 - - - -0 - -IO PLL Control -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -Write the lock key, 0x767B, to write protect the slcr registers: all slcr registers, 0xF800_0000 to 0xF800_0B74, are write protected until the unlock key is written to the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_clock_init_data_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DCI_CLK_CTRL - - -0XF8000128 - -32 - -RW - -0x000000 - -DCI clock control -
- -UART_CLK_CTRL - - -0XF8000154 - -32 - -RW - -0x000000 - -UART Ref Clock Control -
- -PCAP_CLK_CTRL - - -0XF8000168 - -32 - -RW - -0x000000 - -PCAP Clock Control -
- -FPGA0_CLK_CTRL - - -0XF8000170 - -32 - -RW - -0x000000 - -PL Clock 0 Output control -
- -CLK_621_TRUE - - -0XF80001C4 - -32 - -RW - -0x000000 - -CPU Clock Ratio Mode select -
- -APER_CLK_CTRL - - -0XF800012C - -32 - -RW - -0x000000 - -AMBA Peripheral Clock Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_clock_init_data_3_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -Write the unlock key, 0xDF0D, to enable writes to the slcr registers. All slcr registers, 0xF800_0000 to 0xF800_0B74, are writeable until locked using the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

CLOCK CONTROL SLCR REGISTERS

-

Register ( slcr )DCI_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DCI_CLK_CTRL - -0XF8000128 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT - -0:0 - -1 - -1 - -1 - -DCI clock control - 0: disable, 1: enable -
-DIVISOR0 - -13:8 - -3f00 - -f - -f00 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-DIVISOR1 - -25:20 - -3f00000 - -7 - -700000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. Second cascade divider -
-DCI_CLK_CTRL@0XF8000128 - -31:0 - -3f03f01 - - - -700f01 - -DCI clock control -
-

-

Register ( slcr )UART_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-UART_CLK_CTRL - -0XF8000154 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT0 - -0:0 - -1 - -1 - -1 - -UART 0 Reference clock control. 0: disable, 1: enable -
-CLKACT1 - -1:1 - -2 - -0 - -0 - -UART 1 reference clock active: 0: Clock is disabled 1: Clock is enabled -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Selects the PLL source to generate the clock. 0x: IO PLL 10: ARM PLL 11: DDR PLL -
-DIVISOR - -13:8 - -3f00 - -10 - -1000 - -Divisor for UART Controller source clock. -
-UART_CLK_CTRL@0XF8000154 - -31:0 - -3f33 - - - -1001 - -UART Ref Clock Control -
-

-

TRACE CLOCK

-

Register ( slcr )PCAP_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PCAP_CLK_CTRL - -0XF8000168 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT - -0:0 - -1 - -1 - -1 - -Clock active: 0: Clock is disabled 1: Clock is enabled -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Select the source used to generate the clock: 0x: Source for generated clock is IO PLL. 10: Source for generated clock is ARM PLL. 11: Source for generated clock is DDR PLL. -
-DIVISOR - -13:8 - -3f00 - -8 - -800 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-PCAP_CLK_CTRL@0XF8000168 - -31:0 - -3f31 - - - -801 - -PCAP Clock Control -
-

-

Register ( slcr )FPGA0_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-FPGA0_CLK_CTRL - -0XF8000170 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Select the source used to generate the clock: 0x: Source for generated clock is IO PLL. 10: Source for generated clock is ARM PLL. 11: Source for generated clock is DDR PLL. -
-DIVISOR0 - -13:8 - -3f00 - -4 - -400 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. First cascade divider. -
-DIVISOR1 - -25:20 - -3f00000 - -2 - -200000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. Second cascade divide -
-FPGA0_CLK_CTRL@0XF8000170 - -31:0 - -3f03f30 - - - -200400 - -PL Clock 0 Output control -
-

-

Register ( slcr )CLK_621_TRUE

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CLK_621_TRUE - -0XF80001C4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLK_621_TRUE - -0:0 - -1 - -1 - -1 - -Select the CPU clock ratio: (When this register changes, no access are allowed to OCM.) 0: 4:2:1 1: 6:2:1 -
-CLK_621_TRUE@0XF80001C4 - -31:0 - -1 - - - -1 - -CPU Clock Ratio Mode select -
-

-

Register ( slcr )APER_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-APER_CLK_CTRL - -0XF800012C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DMA_CPU_2XCLKACT - -0:0 - -1 - -1 - -1 - -DMA controller AMBA Clock control 0: disable, 1: enable -
-USB0_CPU_1XCLKACT - -2:2 - -4 - -1 - -4 - -USB controller 0 AMBA Clock control 0: disable, 1: enable -
-USB1_CPU_1XCLKACT - -3:3 - -8 - -1 - -8 - -USB controller 1 AMBA Clock control 0: disable, 1: enable -
-GEM0_CPU_1XCLKACT - -6:6 - -40 - -0 - -0 - -Gigabit Ethernet 0 AMBA Clock control 0: disable, 1: enable -
-GEM1_CPU_1XCLKACT - -7:7 - -80 - -0 - -0 - -Gigabit Ethernet 1 AMBA Clock control 0: disable, 1: enable -
-SDI0_CPU_1XCLKACT - -10:10 - -400 - -0 - -0 - -SDIO controller 0 AMBA Clock 0: disable, 1: enable -
-SDI1_CPU_1XCLKACT - -11:11 - -800 - -0 - -0 - -SDIO controller 1 AMBA Clock control 0: disable, 1: enable -
-SPI0_CPU_1XCLKACT - -14:14 - -4000 - -0 - -0 - -SPI 0 AMBA Clock control 0: disable, 1: enable -
-SPI1_CPU_1XCLKACT - -15:15 - -8000 - -0 - -0 - -SPI 1 AMBA Clock control 0: disable, 1: enable -
-CAN0_CPU_1XCLKACT - -16:16 - -10000 - -0 - -0 - -CAN 0 AMBA Clock control 0: disable, 1: enable -
-CAN1_CPU_1XCLKACT - -17:17 - -20000 - -0 - -0 - -CAN 1 AMBA Clock control 0: disable, 1: enable -
-I2C0_CPU_1XCLKACT - -18:18 - -40000 - -1 - -40000 - -I2C 0 AMBA Clock control 0: disable, 1: enable -
-I2C1_CPU_1XCLKACT - -19:19 - -80000 - -1 - -80000 - -I2C 1 AMBA Clock control 0: disable, 1: enable -
-UART0_CPU_1XCLKACT - -20:20 - -100000 - -1 - -100000 - -UART 0 AMBA Clock control 0: disable, 1: enable -
-UART1_CPU_1XCLKACT - -21:21 - -200000 - -0 - -0 - -UART 1 AMBA Clock control 0: disable, 1: enable -
-GPIO_CPU_1XCLKACT - -22:22 - -400000 - -1 - -400000 - -GPIO AMBA Clock control 0: disable, 1: enable -
-LQSPI_CPU_1XCLKACT - -23:23 - -800000 - -0 - -0 - -Quad SPI AMBA Clock control 0: disable, 1: enable -
-SMC_CPU_1XCLKACT - -24:24 - -1000000 - -1 - -1000000 - -SMC AMBA Clock control 0: disable, 1: enable -
-APER_CLK_CTRL@0XF800012C - -31:0 - -1ffcccd - - - -15c000d - -AMBA Peripheral Clock Control -
-

-

THIS SHOULD BE BLANK

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -Write the lock key, 0x767B, to write protect the slcr registers: all slcr registers, 0xF800_0000 to 0xF800_0B74, are write protected until the unlock key is written to the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_ddr_init_data_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -ddrc_ctrl - - -0XF8006000 - -32 - -RW - -0x000000 - -DDRC Control -
- -Two_rank_cfg - - -0XF8006004 - -32 - -RW - -0x000000 - -Two Rank Configuration -
- -HPR_reg - - -0XF8006008 - -32 - -RW - -0x000000 - -HPR Queue control -
- -LPR_reg - - -0XF800600C - -32 - -RW - -0x000000 - -LPR Queue control -
- -WR_reg - - -0XF8006010 - -32 - -RW - -0x000000 - -WR Queue control -
- -DRAM_param_reg0 - - -0XF8006014 - -32 - -RW - -0x000000 - -DRAM Parameters 0 -
- -DRAM_param_reg1 - - -0XF8006018 - -32 - -RW - -0x000000 - -DRAM Parameters 1 -
- -DRAM_param_reg2 - - -0XF800601C - -32 - -RW - -0x000000 - -DRAM Parameters 2 -
- -DRAM_param_reg3 - - -0XF8006020 - -32 - -RW - -0x000000 - -DRAM Parameters 3 -
- -DRAM_param_reg4 - - -0XF8006024 - -32 - -RW - -0x000000 - -DRAM Parameters 4 -
- -DRAM_init_param - - -0XF8006028 - -32 - -RW - -0x000000 - -DRAM Initialization Parameters -
- -DRAM_EMR_reg - - -0XF800602C - -32 - -RW - -0x000000 - -DRAM EMR2, EMR3 access -
- -DRAM_EMR_MR_reg - - -0XF8006030 - -32 - -RW - -0x000000 - -DRAM EMR, MR access -
- -DRAM_burst8_rdwr - - -0XF8006034 - -32 - -RW - -0x000000 - -DRAM Burst 8 read/write -
- -DRAM_disable_DQ - - -0XF8006038 - -32 - -RW - -0x000000 - -DRAM Disable DQ -
- -DRAM_addr_map_bank - - -0XF800603C - -32 - -RW - -0x000000 - -Row/Column address bits -
- -DRAM_addr_map_col - - -0XF8006040 - -32 - -RW - -0x000000 - -Column address bits -
- -DRAM_addr_map_row - - -0XF8006044 - -32 - -RW - -0x000000 - -Select DRAM row address bits -
- -DRAM_ODT_reg - - -0XF8006048 - -32 - -RW - -0x000000 - -DRAM ODT control -
- -phy_cmd_timeout_rddata_cpt - - -0XF8006050 - -32 - -RW - -0x000000 - -PHY command time out and read data capture FIFO -
- -DLL_calib - - -0XF8006058 - -32 - -RW - -0x000000 - -DLL calibration -
- -ODT_delay_hold - - -0XF800605C - -32 - -RW - -0x000000 - -ODT delay and ODT hold -
- -ctrl_reg1 - - -0XF8006060 - -32 - -RW - -0x000000 - -Controller 1 -
- -ctrl_reg2 - - -0XF8006064 - -32 - -RW - -0x000000 - -Controller 2 -
- -ctrl_reg3 - - -0XF8006068 - -32 - -RW - -0x000000 - -Controller 3 -
- -ctrl_reg4 - - -0XF800606C - -32 - -RW - -0x000000 - -Controller 4 -
- -ctrl_reg5 - - -0XF8006078 - -32 - -RW - -0x000000 - -Controller register 5 -
- -ctrl_reg6 - - -0XF800607C - -32 - -RW - -0x000000 - -Controller register 6 -
- -CHE_T_ZQ - - -0XF80060A4 - -32 - -RW - -0x000000 - -ZQ parameters -
- -CHE_T_ZQ_Short_Interval_Reg - - -0XF80060A8 - -32 - -RW - -0x000000 - -Misc parameters -
- -deep_pwrdwn_reg - - -0XF80060AC - -32 - -RW - -0x000000 - -Deep powerdown (LPDDR2) -
- -reg_2c - - -0XF80060B0 - -32 - -RW - -0x000000 - -Training control -
- -reg_2d - - -0XF80060B4 - -32 - -RW - -0x000000 - -Misc Debug -
- -dfi_timing - - -0XF80060B8 - -32 - -RW - -0x000000 - -DFI timing -
- -CHE_ECC_CONTROL_REG_OFFSET - - -0XF80060C4 - -32 - -RW - -0x000000 - -ECC error clear -
- -CHE_CORR_ECC_LOG_REG_OFFSET - - -0XF80060C8 - -32 - -RW - -0x000000 - -ECC error correction -
- -CHE_UNCORR_ECC_LOG_REG_OFFSET - - -0XF80060DC - -32 - -RW - -0x000000 - -ECC unrecoverable error status -
- -CHE_ECC_STATS_REG_OFFSET - - -0XF80060F0 - -32 - -RW - -0x000000 - -ECC error count -
- -ECC_scrub - - -0XF80060F4 - -32 - -RW - -0x000000 - -ECC mode/scrub -
- -phy_rcvr_enable - - -0XF8006114 - -32 - -RW - -0x000000 - -Phy receiver enable register -
- -PHY_Config - - -0XF8006118 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config - - -0XF800611C - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config - - -0XF8006120 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config - - -0XF8006124 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -phy_init_ratio - - -0XF800612C - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio - - -0XF8006130 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio - - -0XF8006134 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio - - -0XF8006138 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF8006140 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF8006144 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF8006148 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF800614C - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF8006154 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF8006158 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF800615C - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF8006160 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_we_cfg - - -0XF8006168 - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 0. -
- -phy_we_cfg - - -0XF800616C - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 0. -
- -phy_we_cfg - - -0XF8006170 - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 0. -
- -phy_we_cfg - - -0XF8006174 - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 0. -
- -wr_data_slv - - -0XF800617C - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 0. -
- -wr_data_slv - - -0XF8006180 - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 0. -
- -wr_data_slv - - -0XF8006184 - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 0. -
- -wr_data_slv - - -0XF8006188 - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 0. -
- -reg_64 - - -0XF8006190 - -32 - -RW - -0x000000 - -Training control 2 -
- -reg_65 - - -0XF8006194 - -32 - -RW - -0x000000 - -Training control 3 -
- -page_mask - - -0XF8006204 - -32 - -RW - -0x000000 - -Page mask -
- -axi_priority_wr_port - - -0XF8006208 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port - - -0XF800620C - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port - - -0XF8006210 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port - - -0XF8006214 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_rd_port - - -0XF8006218 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port - - -0XF800621C - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port - - -0XF8006220 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port - - -0XF8006224 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -lpddr_ctrl0 - - -0XF80062A8 - -32 - -RW - -0x000000 - -LPDDR2 Control 0 -
- -lpddr_ctrl1 - - -0XF80062AC - -32 - -RW - -0x000000 - -LPDDR2 Control 1 -
- -lpddr_ctrl2 - - -0XF80062B0 - -32 - -RW - -0x000000 - -LPDDR2 Control 2 -
- -lpddr_ctrl3 - - -0XF80062B4 - -32 - -RW - -0x000000 - -LPDDR2 Control 3 -
- -ddrc_ctrl - - -0XF8006000 - -32 - -RW - -0x000000 - -DDRC Control -
-

-

ps7_ddr_init_data_3_0

- - - - - - - - - -

DDR INITIALIZATION

-

LOCK DDR

-

Register ( slcr )ddrc_ctrl

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ddrc_ctrl - -0XF8006000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_soft_rstb - -0:0 - -1 - -0 - -0 - -Active low soft reset. Update during normal operation. 0: Resets the controller 1: Takes the controller out of reset. Dynamic Bit Field. Note: Software changes DRAM controller register values only when the controller is in the reset state, except for bit fields that can be dymanically updated. -
-reg_ddrc_powerdown_en - -1:1 - -2 - -0 - -0 - -Controller power down control. Update during normal operation. Enable the controller to powerdown after it becomes idle. Dynamic Bit Field. 0: disable 1: enable -
-reg_ddrc_data_bus_width - -3:2 - -c - -0 - -0 - -DDR bus width control 00: 32-bit 01: 16-bit 1x: reserved -
-reg_ddrc_burst8_refresh - -6:4 - -70 - -0 - -0 - -Refresh timeout. Programmed value plus one will be the number of refresh timeouts that will be allowed to accumulate before traffic is blocked and the refreshes are forced to execute. Closing pages to perform a refresh is a one-time penalty that must be paid for each group of refreshes; therefore, performing refreshes in a burst reduces the per-refresh penalty of these page closings. Higher numbers for burst_of_N_refresh slightly increases utilization; lower numbers decreases the worst-case latency associated with refreshes. 0: single refresh 1: burst-of-2 ... 7: burst-of-8 refresh -
-reg_ddrc_rdwr_idle_gap - -13:7 - -3f80 - -1 - -80 - -When the preferred transaction store is empty for this many clock cycles, switch to the alternate transaction store if it is non-empty. The read transaction store (both high and low priority) is the default preferred transaction store and the write transaction store is the alternate store. When 'Prefer write over read' is set this is reversed. -
-reg_ddrc_dis_rd_bypass - -14:14 - -4000 - -0 - -0 - -Only present in designs supporting read bypass. For Debug only. 0: Do not disable bypass path for high priority read page hits. 1: disable bypass path for high priority read page hits. -
-reg_ddrc_dis_act_bypass - -15:15 - -8000 - -0 - -0 - -Only present in designs supporting activate bypass. For Debug only. 0: Do not disable bypass path for high priority read activates. 1: disable bypass path for high priority read activates. -
-reg_ddrc_dis_auto_refresh - -16:16 - -10000 - -0 - -0 - -Disable auto-refresh. 0: do not disable auto-refresh. 1: disable auto-refresh. Dynamic Bit Field. Note: When this transitions from 0 to 1, any pending refreshes will be immediately scheduled by the controller. -
-ddrc_ctrl@0XF8006000 - -31:0 - -1ffff - - - -80 - -DDRC Control -
-

-

Register ( slcr )Two_rank_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Two_rank_cfg - -0XF8006004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_rfc_nom_x32 - -11:0 - -fff - -82 - -82 - -tREFI - Average time between refreshes. Unit: in multiples of 32 clocks. DRAM related. Default value is set for DDR3. Dynamic Bit Field. -
-reserved_reg_ddrc_active_ranks - -13:12 - -3000 - -1 - -1000 - -Reserved. Do not modify. -
-reg_ddrc_addrmap_cs_bit0 - -18:14 - -7c000 - -0 - -0 - -Only present for multi-rank configurations. Selects the address bit used as rank address bit 0. Valid Range: 0 to 25, and 31 Internal Base: 9. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 31, rank address bit 0 is set to 0. -
-Two_rank_cfg@0XF8006004 - -31:0 - -7ffff - - - -1082 - -Two Rank Configuration -
-

-

Register ( slcr )HPR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-HPR_reg - -0XF8006008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_hpr_min_non_critical_x32 - -10:0 - -7ff - -f - -f - -Number of counts that the HPR queue is guaranteed to be non-critical (1 count = 32 DDR clocks). -
-reg_ddrc_hpr_max_starve_x32 - -21:11 - -3ff800 - -f - -7800 - -Number of clocks that the HPR queue can be starved before it goes critical. Unit: 32 clocks -
-reg_ddrc_hpr_xact_run_length - -25:22 - -3c00000 - -f - -3c00000 - -Number of transactions that will be serviced once the HPR queue goes critical is the smaller of this number and the number of transactions available. -
-HPR_reg@0XF8006008 - -31:0 - -3ffffff - - - -3c0780f - -HPR Queue control -
-

-

Register ( slcr )LPR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LPR_reg - -0XF800600C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_lpr_min_non_critical_x32 - -10:0 - -7ff - -1 - -1 - -Number of clocks that the LPR queue is guaranteed to be non-critical. Unit: 32 clocks -
-reg_ddrc_lpr_max_starve_x32 - -21:11 - -3ff800 - -2 - -1000 - -Number of clocks that the LPR queue can be starved before it goes critical. Unit: 32 clocks -
-reg_ddrc_lpr_xact_run_length - -25:22 - -3c00000 - -8 - -2000000 - -Number of transactions that will be serviced once the LPR queue goes critical is the smaller of this number and the number of transactions available -
-LPR_reg@0XF800600C - -31:0 - -3ffffff - - - -2001001 - -LPR Queue control -
-

-

Register ( slcr )WR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-WR_reg - -0XF8006010 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_w_min_non_critical_x32 - -10:0 - -7ff - -1 - -1 - -Number of clock cycles that the WR queue is guaranteed to be non-critical. -
-reg_ddrc_w_xact_run_length - -14:11 - -7800 - -8 - -4000 - -Number of transactions that will be serviced once the WR queue goes critical is the smaller of this number and the number of transactions available -
-reg_ddrc_w_max_starve_x32 - -25:15 - -3ff8000 - -2 - -10000 - -Number of clocks that the Write queue can be starved before it goes critical. Unit: 32 clocks. FOR PERFORMANCE ONLY. -
-WR_reg@0XF8006010 - -31:0 - -3ffffff - - - -14001 - -WR Queue control -
-

-

Register ( slcr )DRAM_param_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg0 - -0XF8006014 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_rc - -5:0 - -3f - -1b - -1b - -tRC - Min time between activates to same bank (spec: 65 ns for DDR2-400 and smaller for faster parts). DRAM Related. Default value is set for DDR3. -
-reg_ddrc_t_rfc_min - -13:6 - -3fc0 - -56 - -1580 - -tRFC(min) - Minimum time from refresh to refresh or activate (spec: 75nS to 195nS). DRAM Related. Default value is set for DDR3. Dynamic Bit Field. -
-reg_ddrc_post_selfref_gap_x32 - -20:14 - -1fc000 - -10 - -40000 - -Minimum time to wait after coming out of self refresh before doing anything. This must be bigger than all the constraints that exist. (spec: Maximum of tXSNR and tXSRD and tXSDLL which is 512 clocks). Unit: in multiples of 32 clocks. DRAM Related -
-DRAM_param_reg0@0XF8006014 - -31:0 - -1fffff - - - -4159b - -DRAM Parameters 0 -
-

-

Register ( slcr )DRAM_param_reg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg1 - -0XF8006018 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_wr2pre - -4:0 - -1f - -13 - -13 - -Minimum time between write and precharge to same bank DDR and DDR3: WL + BL/2 + tWR LPDDR2: WL + BL/2 + tWR + 1 Unit: Clocks where, WL: write latency. BL: burst length. This must match the value programmed in the BL bit of the mode register to the DRAM. BST is not supported at present. tWR: write recovery time. This comes directly from the DRAM specs. -
-reg_ddrc_powerdown_to_x32 - -9:5 - -3e0 - -6 - -c0 - -After this many clocks of NOP or DESELECT the controller will put the DRAM into power down. This must be enabled in the Master Control Register. Unit: Multiples of 32 clocks. -
-reg_ddrc_t_faw - -15:10 - -fc00 - -16 - -5800 - -tFAW - At most 4 banks must be activated in a rolling window of tFAW cycles. Unit: clocks. DRAM Related. -
-reg_ddrc_t_ras_max - -21:16 - -3f0000 - -24 - -240000 - -tRAS(max) - Maximum time between activate and precharge to same bank. Maximum time that a page can be kept open (spec is 70 us). If this is zero. The page is closed after each transaction. Unit: Multiples of 1024 clocks DRAM related. -
-reg_ddrc_t_ras_min - -26:22 - -7c00000 - -13 - -4c00000 - -tRAS(min) - Minimum time between activate and precharge to the same bank (spec is 45 ns). Unit: clocks DRAM related. Default value is set for DDR3. -
-reg_ddrc_t_cke - -31:28 - -f0000000 - -4 - -40000000 - -Minimum number of cycles of CKE HIGH/LOW during power down and self refresh. DDR2 and DDR3: Set this to tCKE value. LPDDR2: Set this to the larger of tCKE or tCKESR. Unit: clocks. -
-DRAM_param_reg1@0XF8006018 - -31:0 - -f7ffffff - - - -44e458d3 - -DRAM Parameters 1 -
-

-

Register ( slcr )DRAM_param_reg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg2 - -0XF800601C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_write_latency - -4:0 - -1f - -5 - -5 - -Time from write command to write data on DDRC to PHY Interface. (PHY adds an extra flop delay on the write data path; hence this value is one less than the write latency of the DRAM device itself). DDR2 and DDR3: WL -1 LPDDR2: WL Where WL: Write Latency of DRAM DRAM related. In non-LPDDR mode, the minimum DRAM Write Latency (DDR2) supported is 3. In LPDDR mode, the required DRAM Write Latency of 1 is supported. Since write latency (CWL) min is 3, and DDR2 CWL is CL-1, the min (DDR2) CL supported is 4 -
-reg_ddrc_rd2wr - -9:5 - -3e0 - -7 - -e0 - -Minimum time from read command to write command. Include time for bus turnaround and all per-bank, per-rank, and global constraints. DDR2 and DDR3: RL + BL/2 + 2 - WL LPDDR2: RL + BL/2 + RU (tDQSCKmax / tCK) + 1 - WL Write Pre-amble and DQ/DQS jitter timer is included in the above equation. DRAM RELATED. -
-reg_ddrc_wr2rd - -14:10 - -7c00 - -f - -3c00 - -Minimum time from write command to read command. Includes time for bus turnaround and recovery times and all per-bank, per-rank, and global constraints. DDR2 and DDR3: WL + tWTR + BL/2 LPDDR2: WL + tWTR + BL/2 + 1 Unit: clocks. Where, WL: Write latency, BL: burst length. This should match the value. Programmed in the BL bit of the mode register to the DRAM. tWTR: internal WRITE to READ command delay. This comes directly from the DRAM specs. -
-reg_ddrc_t_xp - -19:15 - -f8000 - -5 - -28000 - -tXP: Minimum time after power down exit to any operation. DRAM related. -
-reg_ddrc_pad_pd - -22:20 - -700000 - -0 - -0 - -If pads have a power-saving mode, this is the greater of the time for the pads to enter power down or the time for the pads to exit power down. Used only in non-DFI designs. Unit: clocks. -
-reg_ddrc_rd2pre - -27:23 - -f800000 - -5 - -2800000 - -Minimum time from read to precharge of same bank DDR2: AL + BL/2 + max(tRTP, 2) - 2 DDR3: AL + max (tRTP, 4) LPDDR2: BL/2 + tRTP - 1 AL: Additive Latency; BL: DRAM Burst Length; tRTP: value from spec. DRAM related. -
-reg_ddrc_t_rcd - -31:28 - -f0000000 - -7 - -70000000 - -tRCD - AL Minimum time from activate to read or write command to same bank Min value for this is 1. AL = Additive Latency. DRAM Related. -
-DRAM_param_reg2@0XF800601C - -31:0 - -ffffffff - - - -7282bce5 - -DRAM Parameters 2 -
-

-

Register ( slcr )DRAM_param_reg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg3 - -0XF8006020 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_ccd - -4:2 - -1c - -4 - -10 - -tCCD - Minimum time between two reads or two writes (from bank a to bank b) is this value + 1. DRAM related. -
-reg_ddrc_t_rrd - -7:5 - -e0 - -6 - -c0 - -tRRD - Minimum time between activates from bank A to bank B. (spec: 10ns or less) DRAM RELATED -
-reg_ddrc_refresh_margin - -11:8 - -f00 - -2 - -200 - -Issue critical refresh or page close this many cycles before the critical refresh or page timer expires. It is recommended that this not be changed from the default value. -
-reg_ddrc_t_rp - -15:12 - -f000 - -7 - -7000 - -tRP - Minimum time from precharge to activate of same bank. DRAM RELATED -
-reg_ddrc_refresh_to_x32 - -20:16 - -1f0000 - -8 - -80000 - -If the refresh timer (tRFC_nom, as known as tREFI) has expired at least once, but it has not expired burst_of_N_refresh times yet, then a 'speculative refresh' may be performed. A speculative refresh is a refresh performed at a time when refresh would be useful, but before it is absolutely required. When the DRAM bus is idle for a period of time determined by this refresh idle timeout and the refresh timer has expired at least once since the last refresh, then a 'speculative refresh' will be performed. Speculative refreshes will continue successively until there are no refreshes pending or until new reads or writes are issued to the controller. Dynamic Bit Field. -
-reg_ddrc_mobile - -22:22 - -400000 - -0 - -0 - -0: DDR2 or DDR3 device. 1: LPDDR2 device. -
-reg_ddrc_en_dfi_dram_clk_disable - -23:23 - -800000 - -0 - -0 - -Enables the assertion of ddrc_dfi_dram_clk_disable. In DDR2/DDR3, only asserted in Self Refresh. In mDDR/LPDDR2, can be asserted in following: - during normal operation (Clock Stop), - in Power Down - in Self Refresh - In Deep Power Down -
-reg_ddrc_read_latency - -28:24 - -1f000000 - -7 - -7000000 - -Non-LPDDR2: not used. DDR2 and DDR3: Set to Read Latency, RL. Time from Read command to Read data on DRAM interface. It is used to calculate when DRAM clock may be stopped. Unit: DDR clock. -
-reg_phy_mode_ddr1_ddr2 - -29:29 - -20000000 - -1 - -20000000 - -unused -
-reg_ddrc_dis_pad_pd - -30:30 - -40000000 - -0 - -0 - -1: disable the pad power down feature 0: Enable the pad power down feature. -
-DRAM_param_reg3@0XF8006020 - -31:0 - -7fdffffc - - - -270872d0 - -DRAM Parameters 3 -
-

-

Register ( slcr )DRAM_param_reg4

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg4 - -0XF8006024 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_en_2t_timing_mode - -0:0 - -1 - -0 - -0 - -1: DDRC will use 2T timing 0: DDRC will use 1T timing -
-reg_ddrc_prefer_write - -1:1 - -2 - -0 - -0 - -1: Bank selector prefers writes over reads -
-reg_ddrc_mr_wr - -6:6 - -40 - -0 - -0 - -A low to high signal on this signal will do a mode register write or read. Controller will accept this command, if this signal is detected high and "ddrc_reg_mr_wr_busy" is detected low. -
-reg_ddrc_mr_addr - -8:7 - -180 - -0 - -0 - -DDR2 and DDR3: Mode register address. LPDDR2: not used. 00: MR0 01: MR1 10: MR2 11: MR3 -
-reg_ddrc_mr_data - -24:9 - -1fffe00 - -0 - -0 - -DDR2 and DDR3: Mode register write data. LPDDR2: The 16 bits are interpreted for reads and writes: Reads: MR Addr[7:0], Don't Care[7:0]. Writes: MR Addf[7:0], MR Data[7:0]. -
-ddrc_reg_mr_wr_busy - -25:25 - -2000000 - -0 - -0 - -Core must initiate a MR write / read operation only if this signal is low. This signal goes high in the clock after the controller accepts the write / read request. It goes low when (i) MR write command has been issued to the DRAM (ii) MR Read data has been returned to Controller. Any MR write / read command that is received when 'ddrc_reg_mr_wr_busy' is high is not accepted. 0: Indicates that the core can initiate a mode register write / read operation. 1: Indicates that mode register write / read operation is in progress. -
-reg_ddrc_mr_type - -26:26 - -4000000 - -0 - -0 - -Indicates whether the Mode register operation is read or write 0: write 1: read -
-reg_ddrc_mr_rdata_valid - -27:27 - -8000000 - -0 - -0 - -This bit indicates whether the Mode Register Read Data present at address 0xA9 is valid or not. This bit is 0 by default. This bit will be cleared (0), whenever a Mode Register Read command is issued. This bit will be set to 1, when the Mode Register Read Data is written to register 0xA9. -
-DRAM_param_reg4@0XF8006024 - -31:0 - -fffffc3 - - - -0 - -DRAM Parameters 4 -
-

-

Register ( slcr )DRAM_init_param

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_init_param - -0XF8006028 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_final_wait_x32 - -6:0 - -7f - -7 - -7 - -Cycles to wait after completing the DRAM init sequence before starting the dynamic scheduler. Units are in counts of a global timer that pulses every 32 clock cycles. Default value is set for DDR3. -
-reg_ddrc_pre_ocd_x32 - -10:7 - -780 - -0 - -0 - -Wait period before driving the 'OCD Complete' command to DRAM. Units are in counts of a global timer that pulses every 32 clock cycles. There is no known spec requirement for this. It may be set to zero. -
-reg_ddrc_t_mrd - -13:11 - -3800 - -4 - -2000 - -tMRD - Cycles between Load Mode commands. DRAM related. Default value is set for DDR3. -
-DRAM_init_param@0XF8006028 - -31:0 - -3fff - - - -2007 - -DRAM Initialization Parameters -
-

-

Register ( slcr )DRAM_EMR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_EMR_reg - -0XF800602C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_emr2 - -15:0 - -ffff - -8 - -8 - -DDR2: Value loaded into EMR2 register DDR3: Value loaded into MR2 register LPDDR2: Value loaded into MR3 register -
-reg_ddrc_emr3 - -31:16 - -ffff0000 - -0 - -0 - -DDR2: Value loaded into EMR3 register DDR3: Value loaded into MR3 register. Set Bit[2:0] to 3'b000. These bits are set appropriately by the Controller during Read Data eye training and Read DQS gate leveling. LPDDR2: Unused -
-DRAM_EMR_reg@0XF800602C - -31:0 - -ffffffff - - - -8 - -DRAM EMR2, EMR3 access -
-

-

Register ( slcr )DRAM_EMR_MR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_EMR_MR_reg - -0XF8006030 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_mr - -15:0 - -ffff - -b30 - -b30 - -DDR2: Value loaded into MR register. (Bit[8] is for DLL and the setting here is ignored. Controller sets this bit appropriately DDR3: Value loaded into MR0 register. LPDDR2: Value loaded into MR1 register -
-reg_ddrc_emr - -31:16 - -ffff0000 - -4 - -40000 - -DDR2: Value loaded into EMR1register. (Bits[9:7] are for OCD and the setting in this reg is ignored. Controller sets this bits appropriately during initialization DDR3: Value loaded into MR1 register. Set Bit[7] to 0. This bit is set appropriately by the Controller during Write Leveling LPDDR2: Value loaded into MR2 register -
-DRAM_EMR_MR_reg@0XF8006030 - -31:0 - -ffffffff - - - -40b30 - -DRAM EMR, MR access -
-

-

Register ( slcr )DRAM_burst8_rdwr

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_burst8_rdwr - -0XF8006034 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_burst_rdwr - -3:0 - -f - -4 - -4 - -Controls the burst size used to access the DRAM. This must match the BL mode register setting in the DRAM. 0010: Burst length of 4 0100: Burst length of 8 1000: Burst length of 16 (LPDDR2 with ___-bit data) All other values are reserved -
-reg_ddrc_pre_cke_x1024 - -13:4 - -3ff0 - -16d - -16d0 - -Clock cycles to wait after a DDR software reset before driving CKE high to start the DRAM initialization sequence. Units: 1024 clock cycles. DDR2 Specifications typically require this to be programmed for a delay of >= 200 uS. LPDDR2 - tINIT0 of 20 mS (max) + tINIT1 of 100 nS (min) -
-reg_ddrc_post_cke_x1024 - -25:16 - -3ff0000 - -1 - -10000 - -Clock cycles to wait after driving CKE high to start the DRAM initialization sequence. Units: 1024 clocks. DDR2 typically require a 400 ns delay, requiring this value to be programmed to 2 at all clock speeds. LPDDR2 - Typically require this to be programmed for a delay of 200 us. -
-reg_ddrc_burstchop - -28:28 - -10000000 - -0 - -0 - -Feature not supported. When 1, Controller is out in burstchop mode. -
-DRAM_burst8_rdwr@0XF8006034 - -31:0 - -13ff3fff - - - -116d4 - -DRAM Burst 8 read/write -
-

-

Register ( slcr )DRAM_disable_DQ

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_disable_DQ - -0XF8006038 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_force_low_pri_n - -0:0 - -1 - -0 - -0 - -Read Transaction Priority disable. 0: read transactions forced to low priority (turns off Bypass). 1: HPR reads allowed if enabled in the AXI priority read registers. -
-reg_ddrc_dis_dq - -1:1 - -2 - -0 - -0 - -When 1, DDRC will not de-queue any transactions from the CAM. Bypass will also be disabled. All transactions will be queued in the CAM. This is for debug only; no reads or writes are issued to DRAM as long as this is asserted. Dynamic Bit Field. -
-DRAM_disable_DQ@0XF8006038 - -31:0 - -3 - - - -0 - -DRAM Disable DQ -
-

-

Register ( slcr )DRAM_addr_map_bank

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_bank - -0XF800603C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_bank_b0 - -3:0 - -f - -7 - -7 - -Selects the address bits used as bank address bit 0. Valid Range: 0 to 14. Internal Base: 5. The selected address bit for each of the bank address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_bank_b1 - -7:4 - -f0 - -7 - -70 - -Selects the address bits used as bank address bit 1. Valid Range: 0 to 14; Internal Base: 6. The selected address bit for each of the bank address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_bank_b2 - -11:8 - -f00 - -7 - -700 - -Selects the AXI address bit used as bank address bit 2. Valid range 0 to 14, and 15. Internal Base: 7. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, bank address bit 2 is set to 0. -
-reg_ddrc_addrmap_col_b5 - -15:12 - -f000 - -0 - -0 - -Full bus width mode: Selects the address bits used as column address bits 6. Half bus width mode: Selects the address bits used as column address bits 7. Valid range is 0-7. Internal Base 8. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b6 - -19:16 - -f0000 - -0 - -0 - -Full bus width mode: Selects the address bits used as column address bits 7. Half bus width mode: Selects the address bits used as column address bits 8. Valid range is 0-7. Internal Base 9. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. -
-DRAM_addr_map_bank@0XF800603C - -31:0 - -fffff - - - -777 - -Row/Column address bits -
-

-

Register ( slcr )DRAM_addr_map_col

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_col - -0XF8006040 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_col_b2 - -3:0 - -f - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 3. Half bus width mode: Selects the address bit used as column address bit 4. Valid Range: 0 to 7. Internal Base: 5 The selected address bit is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b3 - -7:4 - -f0 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 4. Half bus width mode: Selects the address bit used as column address bit 5. Valid Range: 0 to 7 Internal Base: 6 The selected address bit is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b4 - -11:8 - -f00 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 5. Half bus width mode: Selects the address bit used as column address bits 6. Valid Range: 0 to 7. Internal Base: 7. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b7 - -15:12 - -f000 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 8. Half bus width mode: Selects the address bit used as column address bit 9. Valid Range: 0 to 7, and 15. Internal Base: 10. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10.In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b8 - -19:16 - -f0000 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 9. Half bus width mode: Selects the address bit used as column address bit 11. (Column address bit 10 in LPDDR2 mode) Valid Range: 0 to 7, and 15 Internal Base: 11 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b9 - -23:20 - -f00000 - -f - -f00000 - -Full bus width mode: Selects the address bit used as column address bit 11. (Column address bit 10 in LPDDR2 mode) Half bus width mode: Selects the address bit used as column address bit 12. (Column address bit 11 in LPDDR2 mode) Valid Range: 0 to 7, and 15 Internal Base: 12 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b10 - -27:24 - -f000000 - -f - -f000000 - -Full bus width mode: Selects the address bit used as column address bit 12. (Column address bit 11 in LPDDR2 mode) Half bus width mode: Selects the address bit used as column address bit 13. (Column address bit 12 in LPDDR2 mode) Valid Range: 0 to 7, and 15. Internal Base: 13 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b11 - -31:28 - -f0000000 - -f - -f0000000 - -Full bus width mode: Selects the address bit used as column address bit 13. (Column address bit 12 in LPDDR2 mode) Half bus width mode: Unused. To make it unused, this should be set to 15. (Column address bit 13 in LPDDR2 mode) Valid Range: 0 to 7, and 15. Internal Base: 14. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-DRAM_addr_map_col@0XF8006040 - -31:0 - -ffffffff - - - -fff00000 - -Column address bits -
-

-

Register ( slcr )DRAM_addr_map_row

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_row - -0XF8006044 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_row_b0 - -3:0 - -f - -6 - -6 - -Selects the AXI address bits used as row address bit 0. Valid Range: 0 to 11. Internal Base: 9 The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field -
-reg_ddrc_addrmap_row_b1 - -7:4 - -f0 - -6 - -60 - -Selects the AXI address bits used as row address bit 1. Valid Range: 0 to 11. Internal Base: 10 The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_row_b2_11 - -11:8 - -f00 - -6 - -600 - -Selects the AXI address bits used as row address bits 2 to 11. Valid Range: 0 to 11. Internal Base: 11 (for row address bit 2) to 20 (for row address bit 11) The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_row_b12 - -15:12 - -f000 - -6 - -6000 - -Selects the AXI address bit used as row address bit 12. Valid Range: 0 to 8, Internal Base: 21 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 12 is set to 0. -
-reg_ddrc_addrmap_row_b13 - -19:16 - -f0000 - -6 - -60000 - -Selects the AXI address bit used as row address bit 13. Valid Range: 0 to 7, Internal Base: 22 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 13 is set to 0. -
-reg_ddrc_addrmap_row_b14 - -23:20 - -f00000 - -f - -f00000 - -Selects theAXI address bit used as row address bit 14. Valid Range: 0 to 6, Internal Base: 23 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 14 is set to 0. -
-reg_ddrc_addrmap_row_b15 - -27:24 - -f000000 - -f - -f000000 - -Selects the AXI address bit used as row address bit 15. Valid Range: 0 to 5, Internal Base: 24 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 15 is set to 0. -
-DRAM_addr_map_row@0XF8006044 - -31:0 - -fffffff - - - -ff66666 - -Select DRAM row address bits -
-

-

Register ( slcr )DRAM_ODT_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_ODT_reg - -0XF8006048 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_local_odt - -13:12 - -3000 - -0 - -0 - -Value to drive on the 2-bit local_odt PHY outputs when output enable is not asserted and a read is in progress (where 'in progress' is defined as after a read command is issued and until all read data has been returned all the way to the controller.) Typically this is set to the value required to enable termination at the desired strength for read usage. -
-reg_phy_wr_local_odt - -15:14 - -c000 - -3 - -c000 - -Value to drive on the 2-bit local_odt PHY outputs when write levelling is enabled for DQS. -
-reg_phy_idle_local_odt - -17:16 - -30000 - -3 - -30000 - -Value to drive on the 2-bit local_odt PHY outputs when output enable is not asserted and a read is not in progress. Typically this is the value required to disable termination to save power when idle. -
-reserved_reg_ddrc_rank0_wr_odt - -5:3 - -38 - -1 - -8 - -Reserved. Do not modify. -
-reserved_reg_ddrc_rank0_rd_odt - -2:0 - -7 - -0 - -0 - -Reserved. Do not modify. -
-DRAM_ODT_reg@0XF8006048 - -31:0 - -3f03f - - - -3c008 - -DRAM ODT control -
-

-

Register ( slcr )phy_cmd_timeout_rddata_cpt

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_cmd_timeout_rddata_cpt - -0XF8006050 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_cmd_to_data - -3:0 - -f - -0 - -0 - -Not used in DFI PHY. -
-reg_phy_wr_cmd_to_data - -7:4 - -f0 - -0 - -0 - -Not used in DFI PHY. -
-reg_phy_rdc_we_to_re_delay - -11:8 - -f00 - -8 - -800 - -This register value + 1 give the number of clock cycles between writing into the Read Capture FIFO and the read operation. The setting of this register determines the read data timing and depends upon total delay in the system for read operation which include fly-by delays, trace delay, clkout_invert etc. This is used only if reg_phy_use_fixed_re=1. -
-reg_phy_rdc_fifo_rst_disable - -15:15 - -8000 - -0 - -0 - -When 1, disable counting the number of times the Read Data Capture FIFO has been reset when the FIFO was not empty. -
-reg_phy_use_fixed_re - -16:16 - -10000 - -1 - -10000 - -When 1: PHY generates FIFO read enable after fixed number of clock cycles as defined by reg_phy_rdc_we_to_re_delay[3:0]. When 0: PHY uses the not_empty method to do the read enable generation. Note: This port must be set HIGH during training/leveling process i.e. when ddrc_dfi_wrlvl_en/ ddrc_dfi_rdlvl_en/ ddrc_dfi_rdlvl_gate_en port is set HIGH. -
-reg_phy_rdc_fifo_rst_err_cnt_clr - -17:17 - -20000 - -0 - -0 - -Clear/reset for counter rdc_fifo_rst_err_cnt[3:0]. 0: no clear, 1: clear. Note: This is a synchronous dynamic signal that must have timing closed. -
-reg_phy_dis_phy_ctrl_rstn - -18:18 - -40000 - -0 - -0 - -Disable the reset from Phy Ctrl macro. 1: PHY Ctrl macro reset port is always HIGH 0: PHY Ctrl macro gets power on reset. -
-reg_phy_clk_stall_level - -19:19 - -80000 - -0 - -0 - -1: stall clock, for DLL aging control -
-reg_phy_gatelvl_num_of_dq0 - -27:24 - -f000000 - -7 - -7000000 - -This register value determines register determines the number of samples used for each ratio increment during Gate Training. Num_of_iteration = reg_phy_gatelvl_num_of_dq0 + 1 The recommended value for this register is 8. Accuracy is better with higher value, but this will cause leveling to run longer. -
-reg_phy_wrlvl_num_of_dq0 - -31:28 - -f0000000 - -7 - -70000000 - -This register value determines register determines the number of samples used for each ratio increment during Write Leveling. Num_of_iteration = reg_phy_wrlvl_num_of_dq0 + 1 The recommended value for this register is 8. Accuracy is better with higher value, but this will cause leveling to run longer. -
-phy_cmd_timeout_rddata_cpt@0XF8006050 - -31:0 - -ff0f8fff - - - -77010800 - -PHY command time out and read data capture FIFO -
-

-

Register ( slcr )DLL_calib

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DLL_calib - -0XF8006058 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dis_dll_calib - -16:16 - -10000 - -0 - -0 - -When 1, disable dll_calib generated by the controller. The core should issue the dll_calib signal using co_gs_dll_calib input. This input is changeable on the fly. When 0, controller will issue dll_calib periodically -
-DLL_calib@0XF8006058 - -31:0 - -10000 - - - -0 - -DLL calibration -
-

-

Register ( slcr )ODT_delay_hold

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ODT_delay_hold - -0XF800605C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_rd_odt_delay - -3:0 - -f - -3 - -3 - -UNUSED -
-reg_ddrc_wr_odt_delay - -7:4 - -f0 - -0 - -0 - -The delay, in clock cycles, from issuing a write command to setting ODT values associated with that command. ODT setting should remain constant for the entire time that DQS is driven by the controller. The suggested value for DDR2 is WL - 5 and for DDR3 is 0. WL is Write latency. DDR2 ODT has a 2-cycle on-time delay and a 2.5-cycle off-time delay. ODT is not applicable to LPDDR2. -
-reg_ddrc_rd_odt_hold - -11:8 - -f00 - -0 - -0 - -Unused -
-reg_ddrc_wr_odt_hold - -15:12 - -f000 - -5 - -5000 - -Cycles to hold ODT for a Write Command. When 0x0, ODT signal is ON for 1 cycle. When 0x1, it is ON for 2 cycles, etc. The values to program in different modes are : DRAM Burst of 4 -2, DRAM Burst of 8 -4 -
-ODT_delay_hold@0XF800605C - -31:0 - -ffff - - - -5003 - -ODT delay and ODT hold -
-

-

Register ( slcr )ctrl_reg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg1 - -0XF8006060 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_pageclose - -0:0 - -1 - -0 - -0 - -If true, bank will be closed and kept closed if no transactions are available for it. If false, bank will remain open until there is a need to close it (to open a different page, or for page timeout or refresh timeout.) This does not apply when auto-refresh is used. -
-reg_ddrc_lpr_num_entries - -6:1 - -7e - -1f - -3e - -Number of entries in the low priority transaction store is this value plus 1. In this design, by default all read ports are treated as low priority and hence the value of 0x1F. The hpr_num_entries is 32 minus this value. Bit [6] is ignored. -
-reg_ddrc_auto_pre_en - -7:7 - -80 - -0 - -0 - -When set, most reads and writes will be issued with auto-precharge. (Exceptions can be made for collision cases.) -
-reg_ddrc_refresh_update_level - -8:8 - -100 - -0 - -0 - -Toggle this signal to indicate that refresh register(s) have been updated. The value will be automatically updated when exiting soft reset. So it does not need to be toggled initially. Dynamic Bit Field. -
-reg_ddrc_dis_wc - -9:9 - -200 - -0 - -0 - -Disable Write Combine: 0: enable 1: disable -
-reg_ddrc_dis_collision_page_opt - -10:10 - -400 - -0 - -0 - -When this is set to 0, auto-precharge will be disabled for the flushed command in a collision case. Collision cases are write followed by read to same address, read followed by write to same address, or write followed by write to same address with DIS_WC bit = 1 (where 'same address' comparisons exclude the two address bits representing critical word). -
-reg_ddrc_selfref_en - -12:12 - -1000 - -0 - -0 - -If 1, then the controller will put the DRAM into self refresh when the transaction store is empty. Dynamic Bit Field. -
-ctrl_reg1@0XF8006060 - -31:0 - -17ff - - - -3e - -Controller 1 -
-

-

Register ( slcr )ctrl_reg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg2 - -0XF8006064 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_go2critical_hysteresis - -12:5 - -1fe0 - -0 - -0 - -Describes the number of cycles that co_gs_go2critical_rd or co_gs_go2critical_wr must be asserted before the corresponding queue moves to the 'critical' state in the DDRC. The arbiter controls the co_gs_go2critical_* signals; it is designed for use with this hysteresis field set to 0. -
-reg_arb_go2critical_en - -17:17 - -20000 - -1 - -20000 - -0: Keep reg_ddrc_go2critical_wr and reg_ddrc_go2critical_rd signals going to DDRC at 0. 1: Set reg_ddrc_go2critical_wr and reg_ddrc_go2critical_rd signals going to DDRC based on Urgent input coming from AXI master. -
-ctrl_reg2@0XF8006064 - -31:0 - -21fe0 - - - -20000 - -Controller 2 -
-

-

Register ( slcr )ctrl_reg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg3 - -0XF8006068 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_wrlvl_ww - -7:0 - -ff - -41 - -41 - -DDR2: not applicable. LPDDR2 and DDR3: Write leveling write-to-write delay. Specifies the minimum number of clock cycles from the assertion of a ddrc_dfi_wrlvl_strobe signal to the next ddrc_dfi_wrlvl_strobe signal. Only applicable when connecting to PHYs operating in PHY RdLvl Evaluation mode. Recommended value is: (RL + reg_phy_rdc_we_to_re_delay + 50) -
-reg_ddrc_rdlvl_rr - -15:8 - -ff00 - -41 - -4100 - -DDR2 and LPDDR2: not applicable. DDR3: Read leveling read-to-read delay. Specifies the minimum number of clock cycles from the assertion of a read command to the next read command. Only applicable when connecting to PHYs operating in PHY RdLvl Evaluation mode. -
-reg_ddrc_dfi_t_wlmrd - -25:16 - -3ff0000 - -28 - -280000 - -DDR2 and LPDDR2: not applicable. DDR3: First DQS/DQS# rising edge after write leveling mode is programmed. This is same as the tMLRD value from the DRAM spec. -
-ctrl_reg3@0XF8006068 - -31:0 - -3ffffff - - - -284141 - -Controller 3 -
-

-

Register ( slcr )ctrl_reg4

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg4 - -0XF800606C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-dfi_t_ctrlupd_interval_min_x1024 - -7:0 - -ff - -10 - -10 - -This is the minimum amount of time between Controller initiated DFI update requests (which will be executed whenever the controller is idle). Set this number higher to reduce the frequency of update requests, which can have a small impact on the latency of the first read request when the controller is idle. Units: 1024 clocks -
-dfi_t_ctrlupd_interval_max_x1024 - -15:8 - -ff00 - -16 - -1600 - -This is the maximum amount of time between Controller initiated DFI update requests. This timer resets with each update request; when the timer expires, traffic is blocked for a few cycles. PHY can use this idle time to recalibrate the delay lines to the DLLs. The DLL calibration is also used to reset PHY FIFO pointers in case of data capture errors. Updates are required to maintain calibration over PVT, but frequent updates may impact performance. Units: 1024 clocks -
-ctrl_reg4@0XF800606C - -31:0 - -ffff - - - -1610 - -Controller 4 -
-

-

Register ( slcr )ctrl_reg5

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg5 - -0XF8006078 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dfi_t_ctrl_delay - -3:0 - -f - -1 - -1 - -Specifies the number of DFI clock cycles after an assertion or deassertion of the DFI control signals that the control signals at the PHY-DRAM interface reflect the assertion or de-assertion. If the DFI clock and the memory clock are not phase-aligned, this timing parameter should be rounded up to the next integer value. -
-reg_ddrc_dfi_t_dram_clk_disable - -7:4 - -f0 - -1 - -10 - -Specifies the number of DFI clock cycles from the assertion of the ddrc_dfi_dram_clk_disable signal on the DFI until the clock to the DRAM memory devices, at the PHY-DRAM boundary, maintains a low value. If the DFI clock and the memory clock are not phase aligned, this timing parameter should be rounded up to the next integer value. -
-reg_ddrc_dfi_t_dram_clk_enable - -11:8 - -f00 - -1 - -100 - -Specifies the number of DFI clock cycles from the de-assertion of the ddrc_dfi_dram_clk_disable signal on the DFI until the first valid rising edge of the clock to the DRAM memory devices at the PHY-DRAM boundary. If the DFI clock and the memory clock are not phase aligned, this timing parameter should be rounded up to the next integer value. -
-reg_ddrc_t_cksre - -15:12 - -f000 - -6 - -6000 - -This is the time after Self Refresh Entry that CK is maintained as a valid clock. Specifies the clock disable delay after SRE. Recommended settings: LPDDR2: 2 DDR2: 1 DDR3: tCKSRE -
-reg_ddrc_t_cksrx - -19:16 - -f0000 - -6 - -60000 - -This is the time before Self Refresh Exit that CK is maintained as a valid clock before issuing SRX. Specifies the clock stable time before SRX. Recommended settings: LPDDR2: 2 DDR2: 1 DDR3: tCKSRX -
-reg_ddrc_t_ckesr - -25:20 - -3f00000 - -4 - -400000 - -Minimum CKE low width for Self Refresh entry to exit Timing in memory clock cycles. Recommended settings: LPDDR2: tCKESR DDR2: tCKE DDR3: tCKE+1 -
-ctrl_reg5@0XF8006078 - -31:0 - -3ffffff - - - -466111 - -Controller register 5 -
-

-

Register ( slcr )ctrl_reg6

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg6 - -0XF800607C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_ckpde - -3:0 - -f - -2 - -2 - -This is the time after Power Down Entry that CK is maintained as a valid clock. Specifies the clock disable delay after PDE. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckpdx - -7:4 - -f0 - -2 - -20 - -This is the time before Power Down Exit that CK is maintained as a valid clock before issuing PDX. Specifies the clock stable time before PDX. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckdpde - -11:8 - -f00 - -2 - -200 - -This is the time after Deep Power Down Entry that CK is maintained as a valid clock. Specifies the clock disable delay after DPDE. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckdpdx - -15:12 - -f000 - -2 - -2000 - -This is the time before Deep Power Down Exit that CK is maintained as a valid clock before issuing DPDX. Specifies the clock stable time before DPDX. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckcsx - -19:16 - -f0000 - -3 - -30000 - -This is the time before Clock Stop Exit that CK is maintained as a valid clock before issuing DPDX. Specifies the clock stable time before next command after Clock Stop Exit. Recommended setting for LPDDR2: tXP + 2. -
-ctrl_reg6@0XF800607C - -31:0 - -fffff - - - -32222 - -Controller register 6 -
-

-

Register ( slcr )CHE_T_ZQ

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_T_ZQ - -0XF80060A4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dis_auto_zq - -0:0 - -1 - -0 - -0 - -1=disable controller generation of ZQCS command. Co_gs_zq_calib_short can be used instead to control ZQ calibration commands. 0=internally generate ZQCS commands based on reg_ddrc_t_zq_short_interval_x1024 This is only present for implementations supporting DDR3 and LPDDR2 devices. -
-reg_ddrc_ddr3 - -1:1 - -2 - -1 - -2 - -Indicates operating in DDR2/DDR3 mode. Default value is set for DDR3. -
-reg_ddrc_t_mod - -11:2 - -ffc - -200 - -800 - -Mode register set command update delay (minimum d'128) -
-reg_ddrc_t_zq_long_nop - -21:12 - -3ff000 - -200 - -200000 - -DDR2: not applicable. LPDDR2 and DDR3: Number of cycles of NOP required after a ZQCL (ZQ calibration long) command is issued to DRAM. Units: Clock cycles. -
-reg_ddrc_t_zq_short_nop - -31:22 - -ffc00000 - -40 - -10000000 - -DDR2: not applicable. LPDDR2 and DDR3: Number of cycles of NOP required after a ZQCS (ZQ calibration short) command is issued to DRAM. Units: Clock cycles. -
-CHE_T_ZQ@0XF80060A4 - -31:0 - -ffffffff - - - -10200802 - -ZQ parameters -
-

-

Register ( slcr )CHE_T_ZQ_Short_Interval_Reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_T_ZQ_Short_Interval_Reg - -0XF80060A8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-t_zq_short_interval_x1024 - -19:0 - -fffff - -cb73 - -cb73 - -DDR2: not used. LPDDR2 and DDR3: Average interval to wait between automatically issuing ZQCS (ZQ calibration short) commands to DDR3 devices. Meaningless if reg_ddrc_dis_auto_zq=1. Units: 1024 Clock cycles. -
-dram_rstn_x1024 - -27:20 - -ff00000 - -69 - -6900000 - -Number of cycles to assert DRAM reset signal during init sequence. Units: 1024 Clock cycles. Applicable for DDR3 only. -
-CHE_T_ZQ_Short_Interval_Reg@0XF80060A8 - -31:0 - -fffffff - - - -690cb73 - -Misc parameters -
-

-

Register ( slcr )deep_pwrdwn_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-deep_pwrdwn_reg - -0XF80060AC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-deeppowerdown_en - -0:0 - -1 - -0 - -0 - -DDR2 and DDR3: not used. LPDDR2: 0: Brings Controller out of Deep Powerdown mode. 1: Puts DRAM into Deep Powerdown mode when the transaction store is empty. For performance only. Dynamic Bit Field. -
-deeppowerdown_to_x1024 - -8:1 - -1fe - -ff - -1fe - -DDR2 and DDR3: not sued. LPDDR2: Minimum deep power down time. DDR exits from deep power down mode immediately after reg_ddrc_deeppowerdown_en is deasserted. Value from the spec is 500us. Units are in 1024 clock cycles. For performance only. -
-deep_pwrdwn_reg@0XF80060AC - -31:0 - -1ff - - - -1fe - -Deep powerdown (LPDDR2) -
-

-

Register ( slcr )reg_2c

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_2c - -0XF80060B0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-dfi_wrlvl_max_x1024 - -11:0 - -fff - -fff - -fff - -Write leveling maximum time. Specifies the maximum number of clock cycles that the controller will wait for a response (phy_dfi_wrlvl_resp) to a write leveling enable signal (ddrc_dfi_wrlvl_en). Only applicable when connecting to PHY's operating in 'PHY WrLvl Evaluation' mode. Typical value 0xFFF Units 1024 clocks -
-dfi_rdlvl_max_x1024 - -23:12 - -fff000 - -fff - -fff000 - -Read leveling maximum time. Specifies the maximum number of clock cycles that the controller will wait for a response (phy_dfi_rdlvl_resp) to a read leveling enable signal (ddrc_dfi_rdlvl_en or ddrc_dfi_rdlvl_gate_en). Only applicable when connecting to PHY's operating in 'PHY RdLvl Evaluation' mode. Typical value 0xFFF Units 1024 clocks -
-ddrc_reg_twrlvl_max_error - -24:24 - -1000000 - -0 - -0 - -When '1' indicates that the reg_ddrc_dfi_wrlvl_max_x1024 timer has timed out. This is a Clear-on-Write register. If write leveling timed out, an error is indicated by the DDRC and this bit gets set. The value is held until it is cleared. Clearing is done by writing a '0' to this register. Only present in designs that support DDR3. -
-ddrc_reg_trdlvl_max_error - -25:25 - -2000000 - -0 - -0 - -DDR2: not applicable. LPDDR2 and DDR3: When '1' indicates that the reg_ddrc_dfi_rdrlvl_max_x1024 timer has timed out. This is a Clear-on-Write register. If read leveling or gate training timed out, an error is indicated by the DDRC and this bit gets set. The value is held at that value until it is cleared. Clearing is done by writing a '0' to this register. -
-reg_ddrc_dfi_wr_level_en - -26:26 - -4000000 - -1 - -4000000 - -0: Write leveling disabled. 1: Write leveling mode has been enabled as part of init sequence; Valid only for DDR3 DFI designs -
-reg_ddrc_dfi_rd_dqs_gate_level - -27:27 - -8000000 - -1 - -8000000 - -0: Read DQS gate leveling is disabled. 1: Read DQS Gate Leveling mode has been enabled as part of init sequence; Valid only for DDR3 DFI designs -
-reg_ddrc_dfi_rd_data_eye_train - -28:28 - -10000000 - -1 - -10000000 - -DDR2: not applicable. LPDDR2 and DDR3: 0: 1: Read Data Eye training mode has been enabled as part of init sequence. -
-reg_2c@0XF80060B0 - -31:0 - -1fffffff - - - -1cffffff - -Training control -
-

-

Register ( slcr )reg_2d

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_2d - -0XF80060B4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_skip_ocd - -9:9 - -200 - -1 - -200 - -This register must be kept at 1'b1. 1'b0 is NOT supported. 1: Indicates the controller to skip OCD adjustment step during DDR2 initialization. OCD_Default and OCD_Exit are performed instead. 0: Not supported. -
-reg_2d@0XF80060B4 - -31:0 - -200 - - - -200 - -Misc Debug -
-

-

Register ( slcr )dfi_timing

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-dfi_timing - -0XF80060B8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dfi_t_rddata_en - -4:0 - -1f - -6 - -6 - -Time from the assertion of a READ command on the DFI interface to the assertion of the phy_dfi_rddata_en signal. DDR2 and DDR3: RL - 1 LPDDR: RL Where RL is read latency of DRAM. -
-reg_ddrc_dfi_t_ctrlup_min - -14:5 - -7fe0 - -3 - -60 - -Specifies the minimum number of clock cycles that the ddrc_dfi_ctrlupd_req signal must be asserted. -
-reg_ddrc_dfi_t_ctrlup_max - -24:15 - -1ff8000 - -40 - -200000 - -Specifies the maximum number of clock cycles that the ddrc_dfi_ctrlupd_req signal can assert. -
-dfi_timing@0XF80060B8 - -31:0 - -1ffffff - - - -200066 - -DFI timing -
-

-

Register ( slcr )CHE_ECC_CONTROL_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_ECC_CONTROL_REG_OFFSET - -0XF80060C4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-Clear_Uncorrectable_DRAM_ECC_error - -0:0 - -1 - -0 - -0 - -Writing 1 to this bit will clear the uncorrectable log valid bit and the uncorrectable error counters. -
-Clear_Correctable_DRAM_ECC_error - -1:1 - -2 - -0 - -0 - -Writing 1 to this bit will clear the correctable log valid bit and the correctable error counters. -
-CHE_ECC_CONTROL_REG_OFFSET@0XF80060C4 - -31:0 - -3 - - - -0 - -ECC error clear -
-

-

Register ( slcr )CHE_CORR_ECC_LOG_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_CORR_ECC_LOG_REG_OFFSET - -0XF80060C8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CORR_ECC_LOG_VALID - -0:0 - -1 - -0 - -0 - -Set to 1 when a correctable ECC error is captured. As long as this is 1 no further ECC errors will be captured. This is cleared when a 1 is written to register bit[1] of ECC CONTROL REGISTER (0x31) -
-ECC_CORRECTED_BIT_NUM - -7:1 - -fe - -0 - -0 - -Indicator of the bit number syndrome in error for single-bit errors. The field is 7-bit wide to handle 72-bits of data. This is an encoded value with ECC bits placed in between data. The encoding is given in section 5.4 Correctable bit number from the lowest error lane is reported here. There are only 13-valid bits going to an ECC lane (8-data + 5-ECC). Only 4-bits are needed to encode a max value of d'13. Bit[7] of this register is used to indicate the exact byte lane. When a error happens, if CORR_ECC_LOG_COL[0] from register 0x33 is 1'b0, then the error happened in Lane 0 or 1. If CORR_ECC_LOG_COL[0] is 1'b1, then the error happened in Lane 2 or 3. Bit[7] of this register indicates whether the error is from upper or lower byte lane. If it is 0, then it is lower byte lane and if it is 1, then it is upper byte lane. Together with CORR_ECC_LOG_COL[0] and bit[7] of this register, the exact byte lane with correctable error can be determined. -
-CHE_CORR_ECC_LOG_REG_OFFSET@0XF80060C8 - -31:0 - -ff - - - -0 - -ECC error correction -
-

-

Register ( slcr )CHE_UNCORR_ECC_LOG_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_UNCORR_ECC_LOG_REG_OFFSET - -0XF80060DC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNCORR_ECC_LOG_VALID - -0:0 - -1 - -0 - -0 - -Set to 1 when an uncorrectable ECC error is captured. As long as this is a 1, no further ECC errors will be captured. This is cleared when a 1 is written to register bit[0] of ECC CONTROL REGISTER (0x31). -
-CHE_UNCORR_ECC_LOG_REG_OFFSET@0XF80060DC - -31:0 - -1 - - - -0 - -ECC unrecoverable error status -
-

-

Register ( slcr )CHE_ECC_STATS_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_ECC_STATS_REG_OFFSET - -0XF80060F0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-STAT_NUM_CORR_ERR - -15:8 - -ff00 - -0 - -0 - -Returns the number of correctable ECC errors seen since the last read. Counter saturates at max value. This is cleared when a 1 is written to register bit[1] of ECC CONTROL REGISTER (0x58). -
-STAT_NUM_UNCORR_ERR - -7:0 - -ff - -0 - -0 - -Returns the number of uncorrectable errors since the last read. Counter saturates at max value. This is cleared when a 1 is written to register bit[0] of ECC CONTROL REGISTER (0x58). -
-CHE_ECC_STATS_REG_OFFSET@0XF80060F0 - -31:0 - -ffff - - - -0 - -ECC error count -
-

-

Register ( slcr )ECC_scrub

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ECC_scrub - -0XF80060F4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_ecc_mode - -2:0 - -7 - -0 - -0 - -DRAM ECC Mode. The only valid values that works for this project are 000 (No ECC) and 100 (SEC/DED over 1-beat). To run the design in ECC mode, set reg_ddrc_data_bus_width to 2'b01 (Half bus width) and reg_ddrc_ecc_mode to 100. In this mode, there will be 16-data bits + 6-bit ECC on the DRAM bus. Controller must NOT be put in full bus width mode, when ECC is turned ON. 000 : No ECC, 001: Reserved 010: Parity 011: Reserved 100: SEC/DED over 1-beat 101: SEC/DED over multiple beats 110: Device Correction 111: Reserved -
-reg_ddrc_dis_scrub - -3:3 - -8 - -1 - -8 - -0: Enable ECC scrubs (valid only when reg_ddrc_ecc_mode = 100). 1: Disable ECC scrubs -
-ECC_scrub@0XF80060F4 - -31:0 - -f - - - -8 - -ECC mode/scrub -
-

-

Register ( slcr )phy_rcvr_enable

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rcvr_enable - -0XF8006114 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_dif_on - -3:0 - -f - -0 - -0 - -Value to drive to IO receiver enable pins when turning it ON. When NOT in powerdown or self-refresh (when CKE=1) this value will be sent to the IOs to control receiver on/off. IOD is the size specified by the IO_DIFEN_SIZE parameter. -
-reg_phy_dif_off - -7:4 - -f0 - -0 - -0 - -Value to drive to IO receiver enable pins when turning it OFF. When in powerdown or self-refresh (CKE=0) this value will be sent to the IOs to control receiver on/off. IOD is the size specified by the IO_DIFEN_SIZE parameter. Depending on the IO, one of these signals dif_on or dif_off can be used. -
-phy_rcvr_enable@0XF8006114 - -31:0 - -ff - - - -0 - -Phy receiver enable register -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF8006118 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF8006118 - -31:0 - -7fffffcf - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF800611C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF800611C - -31:0 - -7fffffcf - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF8006120 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF8006120 - -31:0 - -7fffffcf - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF8006124 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF8006124 - -31:0 - -7fffffcf - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF800612C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF800612C - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF8006130 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF8006130 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF8006134 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF8006134 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF8006138 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF8006138 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF8006140 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_rd_dqs_slave_ratio for the read DQS slave DLL 1: overwrite the delay/tap value for read DQS slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF8006140 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF8006144 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_rd_dqs_slave_ratio for the read DQS slave DLL 1: overwrite the delay/tap value for read DQS slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF8006144 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF8006148 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_rd_dqs_slave_ratio for the read DQS slave DLL 1: overwrite the delay/tap value for read DQS slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF8006148 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF800614C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_rd_dqs_slave_ratio for the read DQS slave DLL 1: overwrite the delay/tap value for read DQS slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF800614C - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF8006154 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. (Used to program the manual training ratio value) -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_wr_dqs_slave_ratio for the write DQS slave DLL 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF8006154 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF8006158 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. (Used to program the manual training ratio value) -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_wr_dqs_slave_ratio for the write DQS slave DLL 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF8006158 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF800615C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. (Used to program the manual training ratio value) -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_wr_dqs_slave_ratio for the write DQS slave DLL 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF800615C - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF8006160 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. (Used to program the manual training ratio value) -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_wr_dqs_slave_ratio for the write DQS slave DLL 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF8006160 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF8006168 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when reg_phy_fifo_we_in_force is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -0: Use reg_phy_fifo_we_slave_ratio as ratio value for fifo_we_X slave DLL 1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the reg_phy_fifo_we_in_delay bus. i.e. The 'force' bit selects between specifying the delay in 'ratio' units or tap delay units -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when reg_phy_fifo_we_in_force is set to 1. -
-phy_we_cfg@0XF8006168 - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF800616C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when reg_phy_fifo_we_in_force is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -0: Use reg_phy_fifo_we_slave_ratio as ratio value for fifo_we_X slave DLL 1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the reg_phy_fifo_we_in_delay bus. i.e. The 'force' bit selects between specifying the delay in 'ratio' units or tap delay units -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when reg_phy_fifo_we_in_force is set to 1. -
-phy_we_cfg@0XF800616C - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF8006170 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when reg_phy_fifo_we_in_force is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -0: Use reg_phy_fifo_we_slave_ratio as ratio value for fifo_we_X slave DLL 1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the reg_phy_fifo_we_in_delay bus. i.e. The 'force' bit selects between specifying the delay in 'ratio' units or tap delay units -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when reg_phy_fifo_we_in_force is set to 1. -
-phy_we_cfg@0XF8006170 - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF8006174 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when reg_phy_fifo_we_in_force is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -0: Use reg_phy_fifo_we_slave_ratio as ratio value for fifo_we_X slave DLL 1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the reg_phy_fifo_we_in_delay bus. i.e. The 'force' bit selects between specifying the delay in 'ratio' units or tap delay units -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when reg_phy_fifo_we_in_force is set to 1. -
-phy_we_cfg@0XF8006174 - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF800617C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: Selects reg_phy_wr_data_slave_ratio for write data slave DLL 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF800617C - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF8006180 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: Selects reg_phy_wr_data_slave_ratio for write data slave DLL 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF8006180 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF8006184 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: Selects reg_phy_wr_data_slave_ratio for write data slave DLL 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF8006184 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF8006188 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: Selects reg_phy_wr_data_slave_ratio for write data slave DLL 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF8006188 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 0. -
-

-

Register ( slcr )reg_64

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_64 - -0XF8006190 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_bl2 - -1:1 - -2 - -0 - -0 - -Reserved for future Use. -
-reg_phy_at_spd_atpg - -2:2 - -4 - -0 - -0 - -0: run scan test at slow clock speed but with high coverage 1: run scan test at full clock speed but with less coverage During normal function mode, this port must be set 0. -
-reg_phy_bist_enable - -3:3 - -8 - -0 - -0 - -Enable the internal BIST generation and checker logic when this port is set HIGH. Setting this port as 0 will stop the BIST generator/checker. In order to run BIST tests, this port must be set along with reg_phy_loopback. -
-reg_phy_bist_force_err - -4:4 - -10 - -0 - -0 - -This register bit is used to check that BIST checker is not giving false pass. When this port is set 1, data bit gets inverted before sending out to the external memory and BIST checker must return a mismatch error. -
-reg_phy_bist_mode - -6:5 - -60 - -0 - -0 - -The mode bits select the pattern type generated by the BIST generator. All the patterns are transmitted continuously once enabled. 00: constant pattern (0 repeated on each DQ bit) 01: low freq pattern (00001111 repeated on each DQ bit) 10: PRBS pattern (2^7-1 PRBS pattern repeated on each DQ bit) Each DQ bit always has same data value except when early shifting in PRBS mode is requested 11: reserved -
-reg_phy_invert_clkout - -7:7 - -80 - -1 - -80 - -Inverts the polarity of DRAM clock. 0: core clock is passed on to DRAM 1: inverted core clock is passed on to DRAM. Use this when CLK can arrive at a DRAM device ahead of DQS or coincidence with DQS based on board topology. This effectively delays the CLK to the DRAM device by half -cycle, providing a CLK edge that DQS can align to during leveling. -
-reg_phy_sel_logic - -9:9 - -200 - -0 - -0 - -Selects one of the two read leveling algorithms.'b0: Select algorithm # 1'b1: Select algorithm # 2 Please refer to Read Data Eye Training section in PHY User Guide for details about the Read Leveling algorithms -
-reg_phy_ctrl_slave_ratio - -19:10 - -ffc00 - -100 - -40000 - -Ratio value for address/command launch timing in phy_ctrl macro. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_ctrl_slave_force - -20:20 - -100000 - -0 - -0 - -0: Use reg_phy_ctrl_slave_ratio for address/command timing slave DLL 1: overwrite the delay/tap value for address/command timing slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_ctrl_slave_delay - -27:21 - -fe00000 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for address/command timing slave DLL with this value. This is a bit value, the remaining 2 bits are in register 0x65 bits[19:18]. -
-reg_phy_lpddr - -29:29 - -20000000 - -0 - -0 - -0: DDR2 or DDR3. 1: LPDDR2. -
-reg_phy_cmd_latency - -30:30 - -40000000 - -0 - -0 - -If set to 1, command comes to phy_ctrl through a flop. -
-reg_64@0XF8006190 - -31:0 - -6ffffefe - - - -40080 - -Training control 2 -
-

-

Register ( slcr )reg_65

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_65 - -0XF8006194 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_rl_delay - -4:0 - -1f - -2 - -2 - -This delay determines when to select the active rank's ratio logic delay for Write Data and Write DQS slave delay lines after PHY receives a write command at Control Interface. The programmed value must be (Write Latency - 4) with a minimum value of 1. -
-reg_phy_rd_rl_delay - -9:5 - -3e0 - -4 - -80 - -This delay determines when to select the active rank's ratio logic delay for Read Data and Read DQS slave delay lines after PHY receives a read command at Control Interface. The programmed value must be (Read Latency - 3) with a minimum value of 1. -
-reg_phy_dll_lock_diff - -13:10 - -3c00 - -f - -3c00 - -The Maximum number of delay line taps variation allowed while maintaining the master DLL lock. When the PHY is in locked state and the variation on the clock exceeds the variation indicated by the register, the lock signal is deasserted -
-reg_phy_use_wr_level - -14:14 - -4000 - -1 - -4000 - -Write Leveling training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by write leveling Note: This is a Synchronous dynamic signal that requires timing closure. -
-reg_phy_use_rd_dqs_gate_level - -15:15 - -8000 - -1 - -8000 - -Read DQS Gate training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by DQS gate leveling Note: This is a Synchronous dynamic signal that requires timing closure. -
-reg_phy_use_rd_data_eye_level - -16:16 - -10000 - -1 - -10000 - -Read Data Eye training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by data eye leveling Note: This is a Synchronous dynamic signal that requires timing closure -
-reg_phy_dis_calib_rst - -17:17 - -20000 - -0 - -0 - -Disable the dll_calib (internally generated) signal from resetting the Read Capture FIFO pointers and portions of phy_data. Note: dll_calib is (i) generated by dfi_ctrl_upd_req or (ii) by the PHY when it detects that the clock frequency variation has exceeded the bounds set by reg_phy_dll_lock_diff or (iii) periodically throughout the leveling process. dll_calib will update the slave DL with PVT-compensated values according to master DLL outputs -
-reg_phy_ctrl_slave_delay - -19:18 - -c0000 - -0 - -0 - -If reg-phy_rd_dqs_slave_force is 1, replace delay/tap value for address/command timing slave DLL with this value -
-reg_65@0XF8006194 - -31:0 - -fffff - - - -1fc82 - -Training control 3 -
-

-

Register ( slcr )page_mask

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-page_mask - -0XF8006204 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_page_addr_mask - -31:0 - -ffffffff - -0 - -0 - -Set this register based on the value programmed on the reg_ddrc_addrmap_* registers. Set the Column address bits to 0. Set the Page and Bank address bits to 1. This is used for calculating page_match inside the slave modules in Arbiter. The page_match is considered during the arbitration process. This mask applies to 64-bit address and not byte address. Setting this value to 0 disables transaction prioritization based on page/bank match. -
-page_mask@0XF8006204 - -31:0 - -ffffffff - - - -0 - -Page mask -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF8006208 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-axi_priority_wr_port@0XF8006208 - -31:0 - -703ff - - - -3ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF800620C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-axi_priority_wr_port@0XF800620C - -31:0 - -703ff - - - -3ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF8006210 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-axi_priority_wr_port@0XF8006210 - -31:0 - -703ff - - - -3ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF8006214 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-axi_priority_wr_port@0XF8006214 - -31:0 - -703ff - - - -3ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF8006218 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF8006218 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF800621C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF800621C - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF8006220 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF8006220 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF8006224 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF8006224 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )lpddr_ctrl0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl0 - -0XF80062A8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_lpddr2 - -0:0 - -1 - -0 - -0 - -0: DDR2 or DDR3 in use. 1: LPDDR2 in Use. -
-reg_ddrc_derate_enable - -2:2 - -4 - -0 - -0 - -0: Timing parameter derating is disabled. 1: Timing parameter derating is enabled using MR4 read value. This feature should only be enabled after LPDDR2 initialization is completed -
-reg_ddrc_mr4_margin - -11:4 - -ff0 - -0 - -0 - -UNUSED -
-lpddr_ctrl0@0XF80062A8 - -31:0 - -ff5 - - - -0 - -LPDDR2 Control 0 -
-

-

Register ( slcr )lpddr_ctrl1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl1 - -0XF80062AC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_mr4_read_interval - -31:0 - -ffffffff - -0 - -0 - -Interval between two MR4 reads, USED to derate the timing parameters. -
-lpddr_ctrl1@0XF80062AC - -31:0 - -ffffffff - - - -0 - -LPDDR2 Control 1 -
-

-

Register ( slcr )lpddr_ctrl2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl2 - -0XF80062B0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_min_stable_clock_x1 - -3:0 - -f - -5 - -5 - -Time to wait after the first CKE high, tINIT2. Units: 1 clock cycle. LPDDR2 typically requires 5 x tCK delay. -
-reg_ddrc_idle_after_reset_x32 - -11:4 - -ff0 - -12 - -120 - -Idle time after the reset command, tINIT4. Units: 32 clock cycles. -
-reg_ddrc_t_mrw - -21:12 - -3ff000 - -5 - -5000 - -Time to wait during load mode register writes. Present only in designs configured to support LPDDR2. LPDDR2 typically requires value of 5. -
-lpddr_ctrl2@0XF80062B0 - -31:0 - -3fffff - - - -5125 - -LPDDR2 Control 2 -
-

-

Register ( slcr )lpddr_ctrl3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl3 - -0XF80062B4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_max_auto_init_x1024 - -7:0 - -ff - -a8 - -a8 - -Maximum duration of the auto initialization, tINIT5. Units: 1024 clock cycles. LPDDR2 typically requires 10 us. -
-reg_ddrc_dev_zqinit_x32 - -17:8 - -3ff00 - -12 - -1200 - -ZQ initial calibration, tZQINIT. Units: 32 clock cycles. LPDDR2 typically requires 1 us. -
-lpddr_ctrl3@0XF80062B4 - -31:0 - -3ffff - - - -12a8 - -LPDDR2 Control 3 -
-

-

POLL ON DCI STATUS

-

Register ( slcr )DDRIOB_DCI_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_STATUS - -0XF8000B74 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DONE - -13:13 - -2000 - -1 - -2000 - -DCI done signal -
-DDRIOB_DCI_STATUS@0XF8000B74 - -31:0 - -2000 - - - -2000 - -tobe -
-

-

UNLOCK DDR

-

Register ( slcr )ddrc_ctrl

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ddrc_ctrl - -0XF8006000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_soft_rstb - -0:0 - -1 - -1 - -1 - -Active low soft reset. Update during normal operation. 0: Resets the controller 1: Takes the controller out of reset. Dynamic Bit Field. Note: Software changes DRAM controller register values only when the controller is in the reset state, except for bit fields that can be dymanically updated. -
-reg_ddrc_powerdown_en - -1:1 - -2 - -0 - -0 - -Controller power down control. Update during normal operation. Enable the controller to powerdown after it becomes idle. Dynamic Bit Field. 0: disable 1: enable -
-reg_ddrc_data_bus_width - -3:2 - -c - -0 - -0 - -DDR bus width control 00: 32-bit 01: 16-bit 1x: reserved -
-reg_ddrc_burst8_refresh - -6:4 - -70 - -0 - -0 - -Refresh timeout. Programmed value plus one will be the number of refresh timeouts that will be allowed to accumulate before traffic is blocked and the refreshes are forced to execute. Closing pages to perform a refresh is a one-time penalty that must be paid for each group of refreshes; therefore, performing refreshes in a burst reduces the per-refresh penalty of these page closings. Higher numbers for burst_of_N_refresh slightly increases utilization; lower numbers decreases the worst-case latency associated with refreshes. 0: single refresh 1: burst-of-2 ... 7: burst-of-8 refresh -
-reg_ddrc_rdwr_idle_gap - -13:7 - -3f80 - -1 - -80 - -When the preferred transaction store is empty for this many clock cycles, switch to the alternate transaction store if it is non-empty. The read transaction store (both high and low priority) is the default preferred transaction store and the write transaction store is the alternate store. When 'Prefer write over read' is set this is reversed. -
-reg_ddrc_dis_rd_bypass - -14:14 - -4000 - -0 - -0 - -Only present in designs supporting read bypass. For Debug only. 0: Do not disable bypass path for high priority read page hits. 1: disable bypass path for high priority read page hits. -
-reg_ddrc_dis_act_bypass - -15:15 - -8000 - -0 - -0 - -Only present in designs supporting activate bypass. For Debug only. 0: Do not disable bypass path for high priority read activates. 1: disable bypass path for high priority read activates. -
-reg_ddrc_dis_auto_refresh - -16:16 - -10000 - -0 - -0 - -Disable auto-refresh. 0: do not disable auto-refresh. 1: disable auto-refresh. Dynamic Bit Field. Note: When this transitions from 0 to 1, any pending refreshes will be immediately scheduled by the controller. -
-ddrc_ctrl@0XF8006000 - -31:0 - -1ffff - - - -81 - -DDRC Control -
-

-

CHECK DDR STATUS

-

Register ( slcr )mode_sts_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-mode_sts_reg - -0XF8006054 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-ddrc_reg_operating_mode - -2:0 - -7 - -1 - -1 - -Gives the status of the controller. 0: DDRC Init 1: Normal operation 2: Powerdown mode 3: Self-refresh mode 4 and above: deep power down mode (LPDDR2 only) -
-mode_sts_reg@0XF8006054 - -31:0 - -7 - - - -1 - -tobe -
-

- -

-

ps7_mio_init_data_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DDRIOB_ADDR0 - - -0XF8000B40 - -32 - -RW - -0x000000 - -DDR IOB Config for A[14:0], CKE and DRST_B -
- -DDRIOB_ADDR1 - - -0XF8000B44 - -32 - -RW - -0x000000 - -DDR IOB Config for BA[2:0], ODT, CS_B, WE_B, RAS_B and CAS_B -
- -DDRIOB_DATA0 - - -0XF8000B48 - -32 - -RW - -0x000000 - -DDR IOB Config for Data 15:0 -
- -DDRIOB_DATA1 - - -0XF8000B4C - -32 - -RW - -0x000000 - -DDR IOB Config for Data 31:16 -
- -DDRIOB_DIFF0 - - -0XF8000B50 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 1:0 -
- -DDRIOB_DIFF1 - - -0XF8000B54 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 3:2 -
- -DDRIOB_CLOCK - - -0XF8000B58 - -32 - -RW - -0x000000 - -DDR IOB Config for Clock Output -
- -DDRIOB_DRIVE_SLEW_ADDR - - -0XF8000B5C - -32 - -RW - -0x000000 - -Drive and Slew controls for Address and Command pins of the DDR Interface -
- -DDRIOB_DRIVE_SLEW_DATA - - -0XF8000B60 - -32 - -RW - -0x000000 - -Drive and Slew controls for DQ pins of the DDR Interface -
- -DDRIOB_DRIVE_SLEW_DIFF - - -0XF8000B64 - -32 - -RW - -0x000000 - -Drive and Slew controls for DQS pins of the DDR Interface -
- -DDRIOB_DRIVE_SLEW_CLOCK - - -0XF8000B68 - -32 - -RW - -0x000000 - -Drive and Slew controls for Clock pins of the DDR Interface -
- -DDRIOB_DDR_CTRL - - -0XF8000B6C - -32 - -RW - -0x000000 - -DDR IOB Buffer Control -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDR IOB DCI Config -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDR IOB DCI Config -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDR IOB DCI Config -
- -MIO_PIN_14 - - -0XF8000738 - -32 - -RW - -0x000000 - -MIO Pin 14 Control -
- -MIO_PIN_15 - - -0XF800073C - -32 - -RW - -0x000000 - -MIO Pin 15 Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_mio_init_data_3_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -Write the unlock key, 0xDF0D, to enable writes to the slcr registers. All slcr registers, 0xF800_0000 to 0xF800_0B74, are writeable until locked using the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

OCM REMAPPING

-

DDRIOB SETTINGS

-

Register ( slcr )DDRIOB_ADDR0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_ADDR0 - -0XF8000B40 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -0 - -0 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_ADDR0@0XF8000B40 - -31:0 - -fff - - - -600 - -DDR IOB Config for A[14:0], CKE and DRST_B -
-

-

Register ( slcr )DDRIOB_ADDR1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_ADDR1 - -0XF8000B44 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -0 - -0 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_ADDR1@0XF8000B44 - -31:0 - -fff - - - -600 - -DDR IOB Config for BA[2:0], ODT, CS_B, WE_B, RAS_B and CAS_B -
-

-

Register ( slcr )DDRIOB_DATA0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA0 - -0XF8000B48 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -1 - -2 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -3 - -60 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DATA0@0XF8000B48 - -31:0 - -fff - - - -672 - -DDR IOB Config for Data 15:0 -
-

-

Register ( slcr )DDRIOB_DATA1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA1 - -0XF8000B4C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -1 - -2 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -3 - -60 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DATA1@0XF8000B4C - -31:0 - -fff - - - -672 - -DDR IOB Config for Data 31:16 -
-

-

Register ( slcr )DDRIOB_DIFF0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF0 - -0XF8000B50 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -2 - -4 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -3 - -60 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DIFF0@0XF8000B50 - -31:0 - -fff - - - -674 - -DDR IOB Config for DQS 1:0 -
-

-

Register ( slcr )DDRIOB_DIFF1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF1 - -0XF8000B54 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -2 - -4 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -3 - -60 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DIFF1@0XF8000B54 - -31:0 - -fff - - - -674 - -DDR IOB Config for DQS 3:2 -
-

-

Register ( slcr )DDRIOB_CLOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_CLOCK - -0XF8000B58 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -0 - -0 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_CLOCK@0XF8000B58 - -31:0 - -fff - - - -600 - -DDR IOB Config for Clock Output -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_ADDR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_ADDR - -0XF8000B5C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_DRIVE_P - -6:0 - -7f - -1c - -1c - -Reserved. Do not modify. -
-reserved_DRIVE_N - -13:7 - -3f80 - -c - -600 - -Reserved. Do not modify. -
-reserved_SLEW_P - -18:14 - -7c000 - -3 - -c000 - -Reserved. Do not modify. -
-reserved_SLEW_N - -23:19 - -f80000 - -3 - -180000 - -Reserved. Do not modify. -
-reserved_GTL - -26:24 - -7000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_RTERM - -31:27 - -f8000000 - -0 - -0 - -Reserved. Do not modify. -
-DDRIOB_DRIVE_SLEW_ADDR@0XF8000B5C - -31:0 - -ffffffff - - - -18c61c - -Drive and Slew controls for Address and Command pins of the DDR Interface -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_DATA

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_DATA - -0XF8000B60 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_DRIVE_P - -6:0 - -7f - -1c - -1c - -Reserved. Do not modify. -
-reserved_DRIVE_N - -13:7 - -3f80 - -c - -600 - -Reserved. Do not modify. -
-reserved_SLEW_P - -18:14 - -7c000 - -6 - -18000 - -Reserved. Do not modify. -
-reserved_SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -Reserved. Do not modify. -
-reserved_GTL - -26:24 - -7000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_RTERM - -31:27 - -f8000000 - -0 - -0 - -Reserved. Do not modify. -
-DDRIOB_DRIVE_SLEW_DATA@0XF8000B60 - -31:0 - -ffffffff - - - -f9861c - -Drive and Slew controls for DQ pins of the DDR Interface -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_DIFF

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_DIFF - -0XF8000B64 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_DRIVE_P - -6:0 - -7f - -1c - -1c - -Reserved. Do not modify. -
-reserved_DRIVE_N - -13:7 - -3f80 - -c - -600 - -Reserved. Do not modify. -
-reserved_SLEW_P - -18:14 - -7c000 - -6 - -18000 - -Reserved. Do not modify. -
-reserved_SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -Reserved. Do not modify. -
-reserved_GTL - -26:24 - -7000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_RTERM - -31:27 - -f8000000 - -0 - -0 - -Reserved. Do not modify. -
-DDRIOB_DRIVE_SLEW_DIFF@0XF8000B64 - -31:0 - -ffffffff - - - -f9861c - -Drive and Slew controls for DQS pins of the DDR Interface -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_CLOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_CLOCK - -0XF8000B68 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_DRIVE_P - -6:0 - -7f - -1c - -1c - -Reserved. Do not modify. -
-reserved_DRIVE_N - -13:7 - -3f80 - -c - -600 - -Reserved. Do not modify. -
-reserved_SLEW_P - -18:14 - -7c000 - -6 - -18000 - -Reserved. Do not modify. -
-reserved_SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -Reserved. Do not modify. -
-reserved_GTL - -26:24 - -7000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_RTERM - -31:27 - -f8000000 - -0 - -0 - -Reserved. Do not modify. -
-DDRIOB_DRIVE_SLEW_CLOCK@0XF8000B68 - -31:0 - -ffffffff - - - -f9861c - -Drive and Slew controls for Clock pins of the DDR Interface -
-

-

Register ( slcr )DDRIOB_DDR_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DDR_CTRL - -0XF8000B6C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-VREF_INT_EN - -0:0 - -1 - -0 - -0 - -Enables VREF internal generator -
-VREF_SEL - -4:1 - -1e - -0 - -0 - -Specifies DDR IOB Vref generator output: 0001: VREF = 0.6V for LPDDR2 with 1.2V IO 0100: VREF = 0.75V for DDR3 with 1.5V IO 1000: VREF = 0.90V for DDR2 with 1.8V IO -
-VREF_EXT_EN - -6:5 - -60 - -3 - -60 - -Enables External VREF input x0: Disable External VREF for lower 16 bits x1: Enable External VREF for lower 16 bits 0x: Disable External VREF for upper 16 bits 1x: Enable External VREF for upper 16 bits -
-reserved_VREF_PULLUP_EN - -8:7 - -180 - -0 - -0 - -Reserved. Do not modify. -
-REFIO_EN - -9:9 - -200 - -1 - -200 - -Enables VRP,VRN 0: VRP/VRN not used 1: VRP/VRN used as refio -
-reserved_REFIO_TEST - -11:10 - -c00 - -0 - -0 - -Reserved. Do not modify. -
-reserved_REFIO_PULLUP_EN - -12:12 - -1000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_DRST_B_PULLUP_EN - -13:13 - -2000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_CKE_PULLUP_EN - -14:14 - -4000 - -0 - -0 - -Reserved. Do not modify. -
-DDRIOB_DDR_CTRL@0XF8000B6C - -31:0 - -7fff - - - -260 - -DDR IOB Buffer Control -
-

-

ASSERT RESET

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -1 - -1 - -At least toggle once to initialize flops in DCI system -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -1 - - - -1 - -DDR IOB DCI Config -
-

-

DEASSERT RESET

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -0 - -0 - -At least toggle once to initialize flops in DCI system -
-reserved_VRN_OUT - -5:5 - -20 - -1 - -20 - -Reserved. Do not modify. -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -21 - - - -20 - -DDR IOB DCI Config -
-

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -1 - -1 - -At least toggle once to initialize flops in DCI system -
-ENABLE - -1:1 - -2 - -1 - -2 - -DCI System Enable. Set to 1 if any IOs in DDR IO Bank use DCI Termination. DDR2, DDR3 and LPDDR2 (Silicon Revision 2.0+) configurations require this bit set to 1 -
-reserved_VRP_TRI - -2:2 - -4 - -0 - -0 - -Reserved. Do not modify. -
-reserved_VRN_TRI - -3:3 - -8 - -0 - -0 - -Reserved. Do not modify. -
-reserved_VRP_OUT - -4:4 - -10 - -0 - -0 - -Reserved. Do not modify. -
-reserved_VRN_OUT - -5:5 - -20 - -1 - -20 - -Reserved. Do not modify. -
-NREF_OPT1 - -7:6 - -c0 - -0 - -0 - -DCI Calibration. Use the values in the Calibration Table. -
-NREF_OPT2 - -10:8 - -700 - -0 - -0 - -DCI Calibration. Use the values in the Calibration Table. -
-NREF_OPT4 - -13:11 - -3800 - -1 - -800 - -DCI Calibration. Use the values in the Calibration Table. -
-PREF_OPT1 - -15:14 - -c000 - -0 - -0 - -DCI Calibration. Use the values in the Calibration Table. -
-PREF_OPT2 - -19:17 - -e0000 - -0 - -0 - -DCI Calibration. Use the values in the Calibration Table. -
-UPDATE_CONTROL - -20:20 - -100000 - -0 - -0 - -DCI Update Mode. Use the values in the Calibration Table. -
-reserved_INIT_COMPLETE - -21:21 - -200000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_TST_CLK - -22:22 - -400000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_TST_HLN - -23:23 - -800000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_TST_HLP - -24:24 - -1000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_TST_RST - -25:25 - -2000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_INT_DCI_EN - -26:26 - -4000000 - -0 - -0 - -Reserved. Do not modify. -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -7feffff - - - -823 - -DDR IOB DCI Config -
-

-

MIO PROGRAMMING

-

Register ( slcr )MIO_PIN_14

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-MIO_PIN_14 - -0XF8000738 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-TRI_ENABLE - -0:0 - -1 - -1 - -1 - -Operates the same as MIO_PIN_00[TRI_ENABLE] -
-L0_SEL - -1:1 - -2 - -0 - -0 - -Level 0 Mux Select 0: Level 1 Mux 1= Not Used -
-L1_SEL - -2:2 - -4 - -0 - -0 - -Level 1 Mux Select 0: Level 2 Mux 1: Trace Port Data Bit 0, Output -
-L2_SEL - -4:3 - -18 - -0 - -0 - -Level 2 Mux Select 00: Level 3 Mux 01: reserved 10: NAND Flash Busy, Input 11: SDIO 0 Power Control, Output -
-L3_SEL - -7:5 - -e0 - -7 - -e0 - -Level 3 Mux Select 000: GPIO 14 (bank 0), Input/Output 001: CAN 0 Rx, Input 010: I2C 0 Serial Clock, Input/Ouput 011: SWDT Clock, Input 100: SDIO 1 IO Bit 2, Input/Output 101: SPI 1 slave select 1, Output 110: reserved 111: UART 0 RxD, Input -
-Speed - -8:8 - -100 - -0 - -0 - -Operates the same as MIO_PIN_00[Speed] -
-IO_Type - -11:9 - -e00 - -3 - -600 - -Operates the same as MIO_PIN_00[IO_Type] -
-PULLUP - -12:12 - -1000 - -1 - -1000 - -Operates the same as MIO_PIN_00[PULLUP] -
-DisableRcvr - -13:13 - -2000 - -0 - -0 - -Operates the same as MIO_PIN_00[DisableRcvr] -
-MIO_PIN_14@0XF8000738 - -31:0 - -3fff - - - -16e1 - -MIO Pin 14 Control -
-

-

Register ( slcr )MIO_PIN_15

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-MIO_PIN_15 - -0XF800073C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-TRI_ENABLE - -0:0 - -1 - -0 - -0 - -Operates the same as MIO_PIN_00[TRI_ENABLE] -
-L0_SEL - -1:1 - -2 - -0 - -0 - -Level 0 Mux Select 0: Level 1 Mux 1= Not Used -
-L1_SEL - -2:2 - -4 - -0 - -0 - -Level 1 Mux Select 0: Level 2 Mux 1: Trace Port Data Bit 1, Output -
-L2_SEL - -4:3 - -18 - -0 - -0 - -Level 2 Mux Select 00: Level 3 Mux 01: SRAM/NOR Address Bit 0, Output 10: reserved 11: SDIO 1 Power Control, Output -
-L3_SEL - -7:5 - -e0 - -7 - -e0 - -Level 3 Mux Select 000: GPIO 15 (bank 0), Input/Output 001: CAN 0 Tx, Output 010: I2C 0 Serial Data, Input/Output 011: SWDT Reset, Output 100: SDIO 1 IO Bit 3, Input/Output 101: SPI 1 Slave Select 2, Output 110: reserved 111: UART 0 TxD, Output -
-Speed - -8:8 - -100 - -0 - -0 - -Operates the same as MIO_PIN_00[Speed] -
-IO_Type - -11:9 - -e00 - -3 - -600 - -Operates the same as MIO_PIN_00[IO_Type] -
-PULLUP - -12:12 - -1000 - -1 - -1000 - -Operates the same as MIO_PIN_00[PULLUP] -
-DisableRcvr - -13:13 - -2000 - -0 - -0 - -Operates the same as MIO_PIN_00[DisableRcvr] -
-MIO_PIN_15@0XF800073C - -31:0 - -3fff - - - -16e0 - -MIO Pin 15 Control -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -Write the lock key, 0x767B, to write protect the slcr registers: all slcr registers, 0xF800_0000 to 0xF800_0B74, are write protected until the unlock key is written to the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_peripherals_init_data_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DDRIOB_DATA0 - - -0XF8000B48 - -32 - -RW - -0x000000 - -DDR IOB Config for Data 15:0 -
- -DDRIOB_DATA1 - - -0XF8000B4C - -32 - -RW - -0x000000 - -DDR IOB Config for Data 31:16 -
- -DDRIOB_DIFF0 - - -0XF8000B50 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 1:0 -
- -DDRIOB_DIFF1 - - -0XF8000B54 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 3:2 -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
- -Baud_rate_divider_reg0 - - -0XE0000034 - -32 - -RW - -0x000000 - -Baud Rate Divider Register -
- -Baud_rate_gen_reg0 - - -0XE0000018 - -32 - -RW - -0x000000 - -Baud Rate Generator Register. -
- -Control_reg0 - - -0XE0000000 - -32 - -RW - -0x000000 - -UART Control Register -
- -mode_reg0 - - -0XE0000004 - -32 - -RW - -0x000000 - -UART Mode Register -
- -Config_reg - - -0XE000D000 - -32 - -RW - -0x000000 - -SPI configuration register -
- -CTRL - - -0XF8007000 - -32 - -RW - -0x000000 - -Control Register : This register defines basic control registers. Some of the register bits can be locked by control bits in the LOCK Register 0x004. -
-

-

ps7_peripherals_init_data_3_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -Write the unlock key, 0xDF0D, to enable writes to the slcr registers. All slcr registers, 0xF800_0000 to 0xF800_0B74, are writeable until locked using the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

DDR TERM/IBUF_DISABLE_MODE SETTINGS

-

Register ( slcr )DDRIOB_DATA0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA0 - -0XF8000B48 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-DDRIOB_DATA0@0XF8000B48 - -31:0 - -180 - - - -180 - -DDR IOB Config for Data 15:0 -
-

-

Register ( slcr )DDRIOB_DATA1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA1 - -0XF8000B4C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-DDRIOB_DATA1@0XF8000B4C - -31:0 - -180 - - - -180 - -DDR IOB Config for Data 31:16 -
-

-

Register ( slcr )DDRIOB_DIFF0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF0 - -0XF8000B50 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-DDRIOB_DIFF0@0XF8000B50 - -31:0 - -180 - - - -180 - -DDR IOB Config for DQS 1:0 -
-

-

Register ( slcr )DDRIOB_DIFF1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF1 - -0XF8000B54 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-DDRIOB_DIFF1@0XF8000B54 - -31:0 - -180 - - - -180 - -DDR IOB Config for DQS 3:2 -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -Write the lock key, 0x767B, to write protect the slcr registers: all slcr registers, 0xF800_0000 to 0xF800_0B74, are write protected until the unlock key is written to the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

-

SRAM/NOR SET OPMODE

-

UART REGISTERS

-

Register ( slcr )Baud_rate_divider_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Baud_rate_divider_reg0 - -0XE0000034 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-BDIV - -7:0 - -ff - -6 - -6 - -Baud rate divider value: 0 - 3: ignored 4 - 255: Baud rate -
-Baud_rate_divider_reg0@0XE0000034 - -31:0 - -ff - - - -6 - -Baud Rate Divider Register -
-

-

Register ( slcr )Baud_rate_gen_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Baud_rate_gen_reg0 - -0XE0000018 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CD - -15:0 - -ffff - -7c - -7c - -Baud Rate Clock Divisor Value: 0: Disables baud_sample 1: Clock divisor bypass (baud_sample = sel_clk) 2 - 65535: baud_sample -
-Baud_rate_gen_reg0@0XE0000018 - -31:0 - -ffff - - - -7c - -Baud Rate Generator Register. -
-

-

Register ( slcr )Control_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Control_reg0 - -0XE0000000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-STPBRK - -8:8 - -100 - -0 - -0 - -Stop transmitter break: 0: no affect 1: stop transmission of the break after a minimum of one character length and transmit a high level during 12 bit periods. It can be set regardless of the value of STTBRK. -
-STTBRK - -7:7 - -80 - -0 - -0 - -Start transmitter break: 0: no affect 1: start to transmit a break after the characters currently present in the FIFO and the transmit shift register have been transmitted. It can only be set if STPBRK (Stop transmitter break) is not high. -
-RSTTO - -6:6 - -40 - -0 - -0 - -Restart receiver timeout counter: 1: receiver timeout counter is restarted. This bit is self clearing once the restart has completed. -
-TXDIS - -5:5 - -20 - -0 - -0 - -Transmit disable: 0: enable transmitter 1: disable transmitter -
-TXEN - -4:4 - -10 - -1 - -10 - -Transmit enable: 0: disable transmitter 1: enable transmitter, provided the TXDIS field is set to 0. -
-RXDIS - -3:3 - -8 - -0 - -0 - -Receive disable: 0: enable 1: disable, regardless of the value of RXEN -
-RXEN - -2:2 - -4 - -1 - -4 - -Receive enable: 0: disable 1: enable When set to one, the receiver logic is enabled, provided the RXDIS field is set to zero. -
-TXRES - -1:1 - -2 - -1 - -2 - -Software reset for Tx data path: 0: no affect 1: transmitter logic is reset and all pending transmitter data is discarded This bit is self clearing once the reset has completed. -
-RXRES - -0:0 - -1 - -1 - -1 - -Software reset for Rx data path: 0: no affect 1: receiver logic is reset and all pending receiver data is discarded. This bit is self clearing once the reset has completed. -
-Control_reg0@0XE0000000 - -31:0 - -1ff - - - -17 - -UART Control Register -
-

-

Register ( slcr )mode_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-mode_reg0 - -0XE0000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CHMODE - -9:8 - -300 - -0 - -0 - -Channel mode: Defines the mode of operation of the UART. 00: normal 01: automatic echo 10: local loopback 11: remote loopback -
-NBSTOP - -7:6 - -c0 - -0 - -0 - -Number of stop bits: Defines the number of stop bits to detect on receive and to generate on transmit. 00: 1 stop bit 01: 1.5 stop bits 10: 2 stop bits 11: reserved -
-PAR - -5:3 - -38 - -4 - -20 - -Parity type select: Defines the expected parity to check on receive and the parity to generate on transmit. 000: even parity 001: odd parity 010: forced to 0 parity (space) 011: forced to 1 parity (mark) 1xx: no parity -
-CHRL - -2:1 - -6 - -0 - -0 - -Character length select: Defines the number of bits in each character. 11: 6 bits 10: 7 bits 0x: 8 bits -
-CLKS - -0:0 - -1 - -0 - -0 - -Clock source select: This field defines whether a pre-scalar of 8 is applied to the baud rate generator input clock. 0: clock source is uart_ref_clk 1: clock source is uart_ref_clk/8 -
-mode_reg0@0XE0000004 - -31:0 - -3ff - - - -20 - -UART Mode Register -
-

-

QSPI REGISTERS

-

Register ( slcr )Config_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Config_reg - -0XE000D000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-Holdb_dr - -19:19 - -80000 - -1 - -80000 - -If set, Holdb and WPn pins are actively driven by the qspi controller in 1-bit and 2-bit modes . If not set, then external pull up is required on HOLDb and WPn pins . Note that this bit doesn't affect the quad(4-bit) mode as Controller always drives these pins in quad mode. It is highly recommended to set this bit always(irrespective of mode of operation) while using QSPI -
-Config_reg@0XE000D000 - -31:0 - -80000 - - - -80000 - -SPI configuration register -
-

-

PL POWER ON RESET REGISTERS

-

Register ( slcr )CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CTRL - -0XF8007000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PCFG_POR_CNT_4K - -29:29 - -20000000 - -0 - -0 - -This register controls which POR timer the PL will use for power-up. 0 - Use 64k timer 1 - Use 4k timer -
-CTRL@0XF8007000 - -31:0 - -20000000 - - - -0 - -Control Register : This register defines basic control registers. Some of the register bits can be locked by control bits in the LOCK Register 0x004. -
-

-

SMC TIMING CALCULATION REGISTER UPDATE

-

NAND SET CYCLE

-

OPMODE

-

DIRECT COMMAND

-

SRAM/NOR CS0 SET CYCLE

-

DIRECT COMMAND

-

NOR CS0 BASE ADDRESS

-

SRAM/NOR CS1 SET CYCLE

-

DIRECT COMMAND

-

NOR CS1 BASE ADDRESS

-

USB RESET

-

ENET RESET

-

I2C RESET

-

NOR CHIP SELECT

-

DIR MODE BANK 0

-

MASK_DATA_0_LSW HIGH BANK [15:0]

-

OUTPUT ENABLE BANK 0

- -

-

ps7_post_config_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -LVL_SHFTR_EN - - -0XF8000900 - -32 - -RW - -0x000000 - -Level Shifters Enable -
- -FPGA_RST_CTRL - - -0XF8000240 - -32 - -RW - -0x000000 - -FPGA Software Reset Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_post_config_3_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -Write the unlock key, 0xDF0D, to enable writes to the slcr registers. All slcr registers, 0xF800_0000 to 0xF800_0B74, are writeable until locked using the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

ENABLING LEVEL SHIFTER

-

Register ( slcr )LVL_SHFTR_EN

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LVL_SHFTR_EN - -0XF8000900 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-USER_LVL_INP_EN_0 - -3:3 - -8 - -1 - -8 - -Level shifter enable to drive signals from PL to PS -
-USER_LVL_OUT_EN_0 - -2:2 - -4 - -1 - -4 - -Level shifter enable to drive signals from PS to PL -
-USER_LVL_INP_EN_1 - -1:1 - -2 - -1 - -2 - -Level shifter enable to drive signals from PL to PS -
-USER_LVL_OUT_EN_1 - -0:0 - -1 - -1 - -1 - -Level shifter enable to drive signals from PS to PL -
-LVL_SHFTR_EN@0XF8000900 - -31:0 - -f - - - -f - -Level Shifters Enable -
-

-

FPGA RESETS TO 0

-

Register ( slcr )FPGA_RST_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-FPGA_RST_CTRL - -0XF8000240 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_3 - -31:25 - -fe000000 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-reserved_FPGA_ACP_RST - -24:24 - -1000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_AXDS3_RST - -23:23 - -800000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_AXDS2_RST - -22:22 - -400000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_AXDS1_RST - -21:21 - -200000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_AXDS0_RST - -20:20 - -100000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_2 - -19:18 - -c0000 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-reserved_FSSW1_FPGA_RST - -17:17 - -20000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FSSW0_FPGA_RST - -16:16 - -10000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_1 - -15:14 - -c000 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-reserved_FPGA_FMSW1_RST - -13:13 - -2000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_FMSW0_RST - -12:12 - -1000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_DMA3_RST - -11:11 - -800 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_DMA2_RST - -10:10 - -400 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_DMA1_RST - -9:9 - -200 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_DMA0_RST - -8:8 - -100 - -0 - -0 - -Reserved. Do not modify. -
-reserved - -7:4 - -f0 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-FPGA3_OUT_RST - -3:3 - -8 - -0 - -0 - -PL Reset 3 (FCLKRESETN3 output signal). Refer to the PS7 wrapper in EDK for possible signal inversion. Logic level on the FCLKRESETN3 signal: 0: De-assert reset (High logic level). 1: Assert Reset (Low logic state) -
-FPGA2_OUT_RST - -2:2 - -4 - -0 - -0 - -PL Reset 2 (FCLKRESETN2 output signal). Refer to the PS7 wrapper in EDK for possible signal inversion. Logic level on the FCLKRESETN2 signal: 0: De-assert reset (High logic level). 1: Assert Reset (Low logic state) -
-FPGA1_OUT_RST - -1:1 - -2 - -0 - -0 - -PL Reset 1 (FCLKRESETN1 output signal). Refer to the PS7 wrapper in EDK for possible signal inversion. Logic level on the FCLKRESETN1 signal: 0: De-assert reset (High logic level). 1: Assert Reset (Low logic state) -
-FPGA0_OUT_RST - -0:0 - -1 - -0 - -0 - -PL Reset 0 (FCLKRESETN0 output signal). Refer to the PS7 wrapper in EDK for possible signal inversion. Logic level on the FCLKRESETN0 signal: 0: De-assert reset (High logic level). 1: Assert Reset (Low logic state) -
-FPGA_RST_CTRL@0XF8000240 - -31:0 - -ffffffff - - - -0 - -FPGA Software Reset Control -
-

-

AFI REGISTERS

-

AFI0 REGISTERS

-

AFI1 REGISTERS

-

AFI2 REGISTERS

-

AFI3 REGISTERS

-

AFI2 SECURE REGISTER

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -Write the lock key, 0x767B, to write protect the slcr registers: all slcr registers, 0xF800_0000 to 0xF800_0B74, are write protected until the unlock key is written to the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_debug_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -LAR - - -0XF8898FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
- -LAR - - -0XF8899FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
- -LAR - - -0XF8809FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
-

-

ps7_debug_3_0

- - - - - - - - - -

CROSS TRIGGER CONFIGURATIONS

-

UNLOCKING CTI REGISTERS

-

Register ( slcr )LAR

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8898FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8898FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

Register ( slcr )LAR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8899FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8899FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

Register ( slcr )LAR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8809FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8809FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

ENABLING CTI MODULES AND CHANNELS

-

MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS

- -

- - - - -

ps7_pll_init_data_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -ARM_PLL_CFG - - -0XF8000110 - -32 - -RW - -0x000000 - -ARM PLL Configuration -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_CLK_CTRL - - -0XF8000120 - -32 - -RW - -0x000000 - -CPU Clock Control -
- -DDR_PLL_CFG - - -0XF8000114 - -32 - -RW - -0x000000 - -DDR PLL Configuration -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_CLK_CTRL - - -0XF8000124 - -32 - -RW - -0x000000 - -DDR Clock Control -
- -IO_PLL_CFG - - -0XF8000118 - -32 - -RW - -0x000000 - -IO PLL Configuration -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_pll_init_data_2_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

PLL SLCR REGISTERS

-

ARM PLL INIT

-

Register ( slcr )ARM_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CFG - -0XF8000110 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -2 - -20 - -Drive the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drive the PLL_CP[3:0] input of the PLL to set the PLL charge pump control -
-LOCK_CNT - -21:12 - -3ff000 - -fa - -fa000 - -Drive the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned withth a certain window before syaing locked. -
-ARM_PLL_CFG@0XF8000110 - -31:0 - -3ffff0 - - - -fa220 - -ARM PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -28 - -28000 - -Provide the feedback divisor for the PLL. Note: Before changing this value, the PLL must first be bypassed and then put into powerdown or reset state. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -7f000 - - - -28000 - -ARM PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -ARM PLL Bypass override control: PLL_BYPASS_QUAL = 0: 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL =1: 0: 1: bypass mode regardless of the pin strapping. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -10 - - - -10 - -ARM PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -Drive the RESET input of the PLL: 0: PLL out of reset 1: PLL held in reset. After reset, program the PLLs and ensure that the serviced bit is asserted before using. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -1 - - - -1 - -ARM PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -Drive the RESET input of the PLL: 0: PLL out of reset 1: PLL held in reset. After reset, program the PLLs and ensure that the serviced bit is asserted before using. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -1 - - - -0 - -ARM PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-ARM_PLL_LOCK - -0:0 - -1 - -1 - -1 - -ARM PLL lock status: 0: not locked, 1: locked -
-PLL_STATUS@0XF800010C - -31:0 - -1 - - - -1 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -ARM PLL Bypass override control: PLL_BYPASS_QUAL = 0: 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL =1: 0: 1: bypass mode regardless of the pin strapping. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -10 - - - -0 - -ARM PLL Control -
-

-

Register ( slcr )ARM_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_CLK_CTRL - -0XF8000120 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Select the source used to generate the CPU clock: 0x: CPU PLL 10: divided DDR PLL 11: IO PLL -
-DIVISOR - -13:8 - -3f00 - -2 - -200 - -Frequency divisor for the CPU clock source. -
-CPU_6OR4XCLKACT - -24:24 - -1000000 - -1 - -1000000 - -CPU_6x4x Clock control: 0: disable, 1: enable -
-CPU_3OR2XCLKACT - -25:25 - -2000000 - -1 - -2000000 - -CPU_3x2x Clock control: 0: disable, 1: enable -
-CPU_2XCLKACT - -26:26 - -4000000 - -1 - -4000000 - -CPU_2x Clock control: 0: disable, 1: enable -
-CPU_1XCLKACT - -27:27 - -8000000 - -1 - -8000000 - -CPU_1x Clock control: 0: disable, 1: enable -
-CPU_PERI_CLKACT - -28:28 - -10000000 - -1 - -10000000 - -Clock active: 0: Clock is disabled 1: Clock is enabled -
-ARM_CLK_CTRL@0XF8000120 - -31:0 - -1f003f30 - - - -1f000200 - -CPU Clock Control -
-

-

DDR PLL INIT

-

Register ( slcr )DDR_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CFG - -0XF8000114 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -2 - -20 - -Drive the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control. -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drive the PLL_CP[3:0] input of the PLL to set the PLL charge pump control. -
-LOCK_CNT - -21:12 - -3ff000 - -12c - -12c000 - -Drive the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned withth a certain window before staying locked. -
-DDR_PLL_CFG@0XF8000114 - -31:0 - -3ffff0 - - - -12c220 - -DDR PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -20 - -20000 - -Provide the feedback divisor for the PLL. Note: Before changing this value, the PLL must first be bypassed and then put into powerdown or reset state. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -7f000 - - - -20000 - -DDR PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -Overide control of the PLL bypass function within the clock controller to force into bypass state: 0: PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1: PLL forced to be bypassed -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -10 - - - -10 - -DDR PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -Drive the RESET input of the PLL: 0: PLL out of reset 1: PLL held in reset Remember that after reset, program the PLLs and ensure that the serviced bit below is asserted before using. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -1 - - - -1 - -DDR PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -Drive the RESET input of the PLL: 0: PLL out of reset 1: PLL held in reset Remember that after reset, program the PLLs and ensure that the serviced bit below is asserted before using. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -1 - - - -0 - -DDR PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DDR_PLL_LOCK - -1:1 - -2 - -1 - -2 - -DDR PLL lock status: 0: not locked, 1: locked -
-PLL_STATUS@0XF800010C - -31:0 - -2 - - - -2 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -Overide control of the PLL bypass function within the clock controller to force into bypass state: 0: PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1: PLL forced to be bypassed -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -10 - - - -0 - -DDR PLL Control -
-

-

Register ( slcr )DDR_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_CLK_CTRL - -0XF8000124 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DDR_3XCLKACT - -0:0 - -1 - -1 - -1 - -DDR_3x Clock control: 0: disable, 1: enable -
-DDR_2XCLKACT - -1:1 - -2 - -1 - -2 - -DDR_2x Clock control: 0: disable, 1: enable -
-DDR_3XCLK_DIVISOR - -25:20 - -3f00000 - -2 - -200000 - -Frequency divisor for the ddr_3x clock -
-DDR_2XCLK_DIVISOR - -31:26 - -fc000000 - -3 - -c000000 - -Frequency divisor for the ddr_2x clock -
-DDR_CLK_CTRL@0XF8000124 - -31:0 - -fff00003 - - - -c200003 - -DDR Clock Control -
-

-

IO PLL INIT

-

Register ( slcr )IO_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CFG - -0XF8000118 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -4 - -40 - -Drive the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control. -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drive the PLL_CP[3:0] input of the PLL to set the PLL charge pump control. -
-LOCK_CNT - -21:12 - -3ff000 - -fa - -fa000 - -Drive the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned withth a certain window before staying locked. -
-IO_PLL_CFG@0XF8000118 - -31:0 - -3ffff0 - - - -fa240 - -IO PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -30 - -30000 - -Provide the feedback divisor for the PLL. Note: Before changing this value, the PLL must first be bypassed and then put into powerdown or reset state. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -7f000 - - - -30000 - -IO PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -Overide control of the PLL bypass function within the clock controller to force into bypass state: 0: PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1: PLL forced to be bypassed -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -10 - - - -10 - -IO PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -Drive the RESET input of the PLL: 0: PLL out of reset. 1: PLL held in reset. Remember that after a reset, program the PLLs and ensure that the serviced bit below is asserted before using. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -1 - - - -1 - -IO PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -Drive the RESET input of the PLL: 0: PLL out of reset. 1: PLL held in reset. Remember that after a reset, program the PLLs and ensure that the serviced bit below is asserted before using. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -1 - - - -0 - -IO PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IO_PLL_LOCK - -2:2 - -4 - -1 - -4 - -IO PLL lock status: 0: not locked, 1: locked -
-PLL_STATUS@0XF800010C - -31:0 - -4 - - - -4 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -Overide control of the PLL bypass function within the clock controller to force into bypass state: 0: PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1: PLL forced to be bypassed -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -10 - - - -0 - -IO PLL Control -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_clock_init_data_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DCI_CLK_CTRL - - -0XF8000128 - -32 - -RW - -0x000000 - -DCI clock control -
- -UART_CLK_CTRL - - -0XF8000154 - -32 - -RW - -0x000000 - -UART Ref Clock Control -
- -PCAP_CLK_CTRL - - -0XF8000168 - -32 - -RW - -0x000000 - -PCAP Clock Control -
- -FPGA0_CLK_CTRL - - -0XF8000170 - -32 - -RW - -0x000000 - -PL Clock 0 Output control -
- -CLK_621_TRUE - - -0XF80001C4 - -32 - -RW - -0x000000 - -CPU Clock Ratio Mode select -
- -APER_CLK_CTRL - - -0XF800012C - -32 - -RW - -0x000000 - -AMBA Peripheral Clock Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_clock_init_data_2_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

CLOCK CONTROL SLCR REGISTERS

-

Register ( slcr )DCI_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DCI_CLK_CTRL - -0XF8000128 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT - -0:0 - -1 - -1 - -1 - -DCI clock control - 0: disable, 1: enable -
-DIVISOR0 - -13:8 - -3f00 - -f - -f00 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-DIVISOR1 - -25:20 - -3f00000 - -7 - -700000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. Second cascade divider -
-DCI_CLK_CTRL@0XF8000128 - -31:0 - -3f03f01 - - - -700f01 - -DCI clock control -
-

-

Register ( slcr )UART_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-UART_CLK_CTRL - -0XF8000154 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT0 - -0:0 - -1 - -1 - -1 - -UART 0 Reference clock control. 0: disable, 1: enable -
-CLKACT1 - -1:1 - -2 - -0 - -0 - -UART 1 reference clock active: 0: Clock is disabled 1: Clock is enabled -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Selects the PLL source to generate the clock. 0x: IO PLL 10: ARM PLL 11: DDR PLL -
-DIVISOR - -13:8 - -3f00 - -10 - -1000 - -Divisor for UART Controller source clock. -
-UART_CLK_CTRL@0XF8000154 - -31:0 - -3f33 - - - -1001 - -UART Ref Clock Control -
-

-

TRACE CLOCK

-

Register ( slcr )PCAP_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PCAP_CLK_CTRL - -0XF8000168 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT - -0:0 - -1 - -1 - -1 - -Clock active: 0: Clock is disabled 1: Clock is enabled -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Select the source used to generate the clock: 0x: Source for generated clock is IO PLL. 10: Source for generated clock is ARM PLL. 11: Source for generated clock is DDR PLL. -
-DIVISOR - -13:8 - -3f00 - -8 - -800 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-PCAP_CLK_CTRL@0XF8000168 - -31:0 - -3f31 - - - -801 - -PCAP Clock Control -
-

-

Register ( slcr )FPGA0_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-FPGA0_CLK_CTRL - -0XF8000170 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Select the source used to generate the clock: 0x: Source for generated clock is IO PLL. 10: Source for generated clock is ARM PLL. 11: Source for generated clock is DDR PLL. -
-DIVISOR0 - -13:8 - -3f00 - -4 - -400 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. First cascade divider. -
-DIVISOR1 - -25:20 - -3f00000 - -2 - -200000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. Second cascade divide -
-FPGA0_CLK_CTRL@0XF8000170 - -31:0 - -3f03f30 - - - -200400 - -PL Clock 0 Output control -
-

-

Register ( slcr )CLK_621_TRUE

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CLK_621_TRUE - -0XF80001C4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLK_621_TRUE - -0:0 - -1 - -1 - -1 - -Select the CPU clock ration: 0: 4:2:1 1: 6:2:1 -
-CLK_621_TRUE@0XF80001C4 - -31:0 - -1 - - - -1 - -CPU Clock Ratio Mode select -
-

-

Register ( slcr )APER_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-APER_CLK_CTRL - -0XF800012C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DMA_CPU_2XCLKACT - -0:0 - -1 - -1 - -1 - -DMA controller AMBA Clock control 0: disable, 1: enable -
-USB0_CPU_1XCLKACT - -2:2 - -4 - -1 - -4 - -USB controller 0 AMBA Clock control 0: disable, 1: enable -
-USB1_CPU_1XCLKACT - -3:3 - -8 - -1 - -8 - -USB controller 1 AMBA Clock control 0: disable, 1: enable -
-GEM0_CPU_1XCLKACT - -6:6 - -40 - -0 - -0 - -Gigabit Ethernet 0 AMBA Clock control 0: disable, 1: enable -
-GEM1_CPU_1XCLKACT - -7:7 - -80 - -0 - -0 - -Gigabit Ethernet 1 AMBA Clock control 0: disable, 1: enable -
-SDI0_CPU_1XCLKACT - -10:10 - -400 - -0 - -0 - -SDIO controller 0 AMBA Clock 0: disable, 1: enable -
-SDI1_CPU_1XCLKACT - -11:11 - -800 - -0 - -0 - -SDIO controller 1 AMBA Clock control 0: disable, 1: enable -
-SPI0_CPU_1XCLKACT - -14:14 - -4000 - -0 - -0 - -SPI 0 AMBA Clock control 0: disable, 1: enable -
-SPI1_CPU_1XCLKACT - -15:15 - -8000 - -0 - -0 - -SPI 1 AMBA Clock control 0: disable, 1: enable -
-CAN0_CPU_1XCLKACT - -16:16 - -10000 - -0 - -0 - -CAN 0 AMBA Clock control 0: disable, 1: enable -
-CAN1_CPU_1XCLKACT - -17:17 - -20000 - -0 - -0 - -CAN 1 AMBA Clock control 0: disable, 1: enable -
-I2C0_CPU_1XCLKACT - -18:18 - -40000 - -1 - -40000 - -I2C 0 AMBA Clock control 0: disable, 1: enable -
-I2C1_CPU_1XCLKACT - -19:19 - -80000 - -1 - -80000 - -I2C 1 AMBA Clock control 0: disable, 1: enable -
-UART0_CPU_1XCLKACT - -20:20 - -100000 - -1 - -100000 - -UART 0 AMBA Clock control 0: disable, 1: enable -
-UART1_CPU_1XCLKACT - -21:21 - -200000 - -0 - -0 - -UART 1 AMBA Clock control 0: disable, 1: enable -
-GPIO_CPU_1XCLKACT - -22:22 - -400000 - -1 - -400000 - -GPIO AMBA Clock control 0: disable, 1: enable -
-LQSPI_CPU_1XCLKACT - -23:23 - -800000 - -0 - -0 - -Quad SPI AMBA Clock control 0: disable, 1: enable -
-SMC_CPU_1XCLKACT - -24:24 - -1000000 - -1 - -1000000 - -SMC AMBA Clock control 0: disable, 1: enable -
-APER_CLK_CTRL@0XF800012C - -31:0 - -1ffcccd - - - -15c000d - -AMBA Peripheral Clock Control -
-

-

THIS SHOULD BE BLANK

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_ddr_init_data_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -ddrc_ctrl - - -0XF8006000 - -32 - -RW - -0x000000 - -DDRC Control -
- -Two_rank_cfg - - -0XF8006004 - -32 - -RW - -0x000000 - -Two Rank Configuration -
- -HPR_reg - - -0XF8006008 - -32 - -RW - -0x000000 - -HPR Queue control -
- -LPR_reg - - -0XF800600C - -32 - -RW - -0x000000 - -LPR Queue control -
- -WR_reg - - -0XF8006010 - -32 - -RW - -0x000000 - -WR Queue control -
- -DRAM_param_reg0 - - -0XF8006014 - -32 - -RW - -0x000000 - -DRAM Parameters 0 -
- -DRAM_param_reg1 - - -0XF8006018 - -32 - -RW - -0x000000 - -DRAM Parameters 1 -
- -DRAM_param_reg2 - - -0XF800601C - -32 - -RW - -0x000000 - -DRAM Parameters 2 -
- -DRAM_param_reg3 - - -0XF8006020 - -32 - -RW - -0x000000 - -DRAM Parameters 3 -
- -DRAM_param_reg4 - - -0XF8006024 - -32 - -RW - -0x000000 - -DRAM Parameters 4 -
- -DRAM_init_param - - -0XF8006028 - -32 - -RW - -0x000000 - -DRAM Initialization Parameters -
- -DRAM_EMR_reg - - -0XF800602C - -32 - -RW - -0x000000 - -DRAM EMR2, EMR3 access -
- -DRAM_EMR_MR_reg - - -0XF8006030 - -32 - -RW - -0x000000 - -DRAM EMR, MR access -
- -DRAM_burst8_rdwr - - -0XF8006034 - -32 - -RW - -0x000000 - -DRAM Burst 8 read/write -
- -DRAM_disable_DQ - - -0XF8006038 - -32 - -RW - -0x000000 - -DRAM Disable DQ -
- -DRAM_addr_map_bank - - -0XF800603C - -32 - -RW - -0x000000 - -Row/Column address bits -
- -DRAM_addr_map_col - - -0XF8006040 - -32 - -RW - -0x000000 - -Column address bits -
- -DRAM_addr_map_row - - -0XF8006044 - -32 - -RW - -0x000000 - -Select DRAM row address bits -
- -DRAM_ODT_reg - - -0XF8006048 - -32 - -RW - -0x000000 - -DRAM ODT control -
- -phy_cmd_timeout_rddata_cpt - - -0XF8006050 - -32 - -RW - -0x000000 - -PHY command time out and read data capture FIFO -
- -DLL_calib - - -0XF8006058 - -32 - -RW - -0x000000 - -DLL calibration -
- -ODT_delay_hold - - -0XF800605C - -32 - -RW - -0x000000 - -ODT delay and ODT hold -
- -ctrl_reg1 - - -0XF8006060 - -32 - -RW - -0x000000 - -Controller 1 -
- -ctrl_reg2 - - -0XF8006064 - -32 - -RW - -0x000000 - -Controller 2 -
- -ctrl_reg3 - - -0XF8006068 - -32 - -RW - -0x000000 - -Controller 3 -
- -ctrl_reg4 - - -0XF800606C - -32 - -RW - -0x000000 - -Controller 4 -
- -ctrl_reg5 - - -0XF8006078 - -32 - -RW - -0x000000 - -Controller register 5 -
- -ctrl_reg6 - - -0XF800607C - -32 - -RW - -0x000000 - -Controller register 6 -
- -CHE_REFRESH_TIMER01 - - -0XF80060A0 - -32 - -RW - -0x000000 - -CHE_REFRESH_TIMER01 -
- -CHE_T_ZQ - - -0XF80060A4 - -32 - -RW - -0x000000 - -ZQ parameters -
- -CHE_T_ZQ_Short_Interval_Reg - - -0XF80060A8 - -32 - -RW - -0x000000 - -Misc parameters -
- -deep_pwrdwn_reg - - -0XF80060AC - -32 - -RW - -0x000000 - -Deep powerdown (LPDDR2) -
- -reg_2c - - -0XF80060B0 - -32 - -RW - -0x000000 - -Training control -
- -reg_2d - - -0XF80060B4 - -32 - -RW - -0x000000 - -Misc Debug -
- -dfi_timing - - -0XF80060B8 - -32 - -RW - -0x000000 - -DFI timing -
- -CHE_ECC_CONTROL_REG_OFFSET - - -0XF80060C4 - -32 - -RW - -0x000000 - -ECC error clear -
- -CHE_CORR_ECC_LOG_REG_OFFSET - - -0XF80060C8 - -32 - -RW - -0x000000 - -ECC error correction -
- -CHE_UNCORR_ECC_LOG_REG_OFFSET - - -0XF80060DC - -32 - -RW - -0x000000 - -ECC unrecoverable error status -
- -CHE_ECC_STATS_REG_OFFSET - - -0XF80060F0 - -32 - -RW - -0x000000 - -ECC error count -
- -ECC_scrub - - -0XF80060F4 - -32 - -RW - -0x000000 - -ECC mode/scrub -
- -phy_rcvr_enable - - -0XF8006114 - -32 - -RW - -0x000000 - -Phy receiver enable register -
- -PHY_Config0 - - -0XF8006118 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config1 - - -0XF800611C - -32 - -RW - -0x000000 - -PHY configuration register for data slice 1. -
- -PHY_Config2 - - -0XF8006120 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 2. -
- -PHY_Config3 - - -0XF8006124 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 3. -
- -phy_init_ratio0 - - -0XF800612C - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio1 - - -0XF8006130 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 1. -
- -phy_init_ratio2 - - -0XF8006134 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 2. -
- -phy_init_ratio3 - - -0XF8006138 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 3. -
- -phy_rd_dqs_cfg0 - - -0XF8006140 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg1 - - -0XF8006144 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 1. -
- -phy_rd_dqs_cfg2 - - -0XF8006148 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 2. -
- -phy_rd_dqs_cfg3 - - -0XF800614C - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 3. -
- -phy_wr_dqs_cfg0 - - -0XF8006154 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg1 - - -0XF8006158 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 1. -
- -phy_wr_dqs_cfg2 - - -0XF800615C - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 2. -
- -phy_wr_dqs_cfg3 - - -0XF8006160 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 3. -
- -phy_we_cfg0 - - -0XF8006168 - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 0. -
- -phy_we_cfg1 - - -0XF800616C - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 1. -
- -phy_we_cfg2 - - -0XF8006170 - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 2. -
- -phy_we_cfg3 - - -0XF8006174 - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 3. -
- -wr_data_slv0 - - -0XF800617C - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 0. -
- -wr_data_slv1 - - -0XF8006180 - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 1. -
- -wr_data_slv2 - - -0XF8006184 - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 2. -
- -wr_data_slv3 - - -0XF8006188 - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 3. -
- -reg_64 - - -0XF8006190 - -32 - -RW - -0x000000 - -Training control 2 -
- -reg_65 - - -0XF8006194 - -32 - -RW - -0x000000 - -Training control 3 -
- -page_mask - - -0XF8006204 - -32 - -RW - -0x000000 - -Page mask -
- -axi_priority_wr_port0 - - -0XF8006208 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port1 - - -0XF800620C - -32 - -RW - -0x000000 - -AXI Priority control for write port 1. -
- -axi_priority_wr_port2 - - -0XF8006210 - -32 - -RW - -0x000000 - -AXI Priority control for write port 2. -
- -axi_priority_wr_port3 - - -0XF8006214 - -32 - -RW - -0x000000 - -AXI Priority control for write port 3. -
- -axi_priority_rd_port0 - - -0XF8006218 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port1 - - -0XF800621C - -32 - -RW - -0x000000 - -AXI Priority control for read port 1. -
- -axi_priority_rd_port2 - - -0XF8006220 - -32 - -RW - -0x000000 - -AXI Priority control for read port 2. -
- -axi_priority_rd_port3 - - -0XF8006224 - -32 - -RW - -0x000000 - -AXI Priority control for read port 3. -
- -lpddr_ctrl0 - - -0XF80062A8 - -32 - -RW - -0x000000 - -LPDDR2 Control 0 -
- -lpddr_ctrl1 - - -0XF80062AC - -32 - -RW - -0x000000 - -LPDDR2 Control 1 -
- -lpddr_ctrl2 - - -0XF80062B0 - -32 - -RW - -0x000000 - -LPDDR2 Control 2 -
- -lpddr_ctrl3 - - -0XF80062B4 - -32 - -RW - -0x000000 - -LPDDR2 Control 3 -
- -ddrc_ctrl - - -0XF8006000 - -32 - -RW - -0x000000 - -DDRC Control -
-

-

ps7_ddr_init_data_2_0

- - - - - - - - - -

DDR INITIALIZATION

-

LOCK DDR

-

Register ( slcr )ddrc_ctrl

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ddrc_ctrl - -0XF8006000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_soft_rstb - -0:0 - -1 - -0 - -0 - -Active low soft reset. Update during normal operation. 0: Resets the controller 1: Takes the controller out of reset. Dynamic Bit Field. Note: Software changes DRAM controller register values only when the controller is in the reset state, except for bit fields that can be dymanically updated. -
-reg_ddrc_powerdown_en - -1:1 - -2 - -0 - -0 - -Controller power down control. Update during normal operation. Enable the controller to powerdown after it becomes idle. Dynamic Bit Field. 0: disable 1: enable -
-reg_ddrc_data_bus_width - -3:2 - -c - -0 - -0 - -DDR bus width control 00: 32-bit 01: 16-bit 1x: reserved -
-reg_ddrc_burst8_refresh - -6:4 - -70 - -0 - -0 - -Refresh timeout. Programmed value plus one will be the number of refresh timeouts that will be allowed to accumulate before traffic is blocked and the refreshes are forced to execute. Closing pages to perform a refresh is a one-time penalty that must be paid for each group of refreshes; therefore, performing refreshes in a burst reduces the per-refresh penalty of these page closings. Higher numbers for burst_of_N_refresh slightly increases utilization; lower numbers decreases the worst-case latency associated with refreshes. 0: single refresh 1: burst-of-2 ... 7: burst-of-8 refresh -
-reg_ddrc_rdwr_idle_gap - -13:7 - -3f80 - -1 - -80 - -When the preferred transaction store is empty for this many clock cycles, switch to the alternate transaction store if it is non-empty. The read transaction store (both high and low priority) is the default preferred transaction store and the write transaction store is the alternate store. When 'Prefer write over read' is set this is reversed. -
-reg_ddrc_dis_rd_bypass - -14:14 - -4000 - -0 - -0 - -Only present in designs supporting read bypass. For Debug only. 0: Do not disable bypass path for high priority read page hits. 1: disable bypass path for high priority read page hits. -
-reg_ddrc_dis_act_bypass - -15:15 - -8000 - -0 - -0 - -Only present in designs supporting activate bypass. For Debug only. 0: Do not disable bypass path for high priority read activates. 1: disable bypass path for high priority read activates. -
-reg_ddrc_dis_auto_refresh - -16:16 - -10000 - -0 - -0 - -Disable auto-refresh. 0: do not disable auto-refresh. 1: disable auto-refresh. Dynamic Bit Field. Note: When this transitions from 0 to 1, any pending refreshes will be immediately scheduled by the controller. -
-ddrc_ctrl@0XF8006000 - -31:0 - -1ffff - - - -80 - -DDRC Control -
-

-

Register ( slcr )Two_rank_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Two_rank_cfg - -0XF8006004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_rfc_nom_x32 - -11:0 - -fff - -82 - -82 - -tREFI - Average time between refreshes. Unit: in multiples of 32 clocks. DRAM related. Default value is set for DDR3. Dynamic Bit Field. -
-reg_ddrc_active_ranks - -13:12 - -3000 - -1 - -1000 - -Rank configuration: 01: One Rank of DDR 11: Two Ranks of DDR Others: reserved -
-reg_ddrc_addrmap_cs_bit0 - -18:14 - -7c000 - -0 - -0 - -Only present for multi-rank configurations. Selects the address bit used as rank address bit 0. Valid Range: 0 to 25, and 31 Internal Base: 9. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 31, rank address bit 0 is set to 0. -
-reg_ddrc_wr_odt_block - -20:19 - -180000 - -1 - -80000 - -Block read/write scheduling cycle count when Write requires changing ODT settings 00: 1 cycle 01: 2 cycles 10: 3 cycles others: reserved -
-reg_ddrc_diff_rank_rd_2cycle_gap - -21:21 - -200000 - -0 - -0 - -Only present for multi-rank configurations. The two cycle gap is required for mDDR only, due to the large variance in tDQSCK in mDDR. 0: schedule a 1-cycle gap in data responses when performing consecutive reads to different ranks 1: schedule 2 cycle gap for the same -
-reg_ddrc_addrmap_cs_bit1 - -26:22 - -7c00000 - -0 - -0 - -Only present for multi-rank configurations. Selects the address bit used as rank address bit 1. Valid Range: 0 to 25, and 31 Internal Base: 10 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 31, rank address bit 1 is set to 0. -
-reg_ddrc_addrmap_open_bank - -27:27 - -8000000 - -0 - -0 - -Only present if MEMC_SIMPLE_ADDR_MAP is defined. Since MEMC_SIMPLE_ADDR_MAP is not defined, Reserved 1: Set the address map to Open Bank mode -
-reg_ddrc_addrmap_4bank_ram - -28:28 - -10000000 - -0 - -0 - -Only present if MEMC_SIMPLE_ADDR_MAP is defined. Since MEMC_SIMPLE_ADDR_MAP is not defined, Reserved 1: Set the address map for 4 Bank RAMs -
-Two_rank_cfg@0XF8006004 - -31:0 - -1fffffff - - - -81082 - -Two Rank Configuration -
-

-

Register ( slcr )HPR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-HPR_reg - -0XF8006008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_hpr_min_non_critical_x32 - -10:0 - -7ff - -f - -f - -Number of counts that the HPR queue is guaranteed to be non-critical (1 count = 32 DDR clocks). -
-reg_ddrc_hpr_max_starve_x32 - -21:11 - -3ff800 - -f - -7800 - -Number of clocks that the HPR queue can be starved before it goes critical. Unit: 32 clocks -
-reg_ddrc_hpr_xact_run_length - -25:22 - -3c00000 - -f - -3c00000 - -Number of transactions that will be serviced once the HPR queue goes critical is the smaller of this number and the number of transactions available. -
-HPR_reg@0XF8006008 - -31:0 - -3ffffff - - - -3c0780f - -HPR Queue control -
-

-

Register ( slcr )LPR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LPR_reg - -0XF800600C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_lpr_min_non_critical_x32 - -10:0 - -7ff - -1 - -1 - -Number of clocks that the LPR queue is guaranteed to be non-critical. Unit: 32 clocks -
-reg_ddrc_lpr_max_starve_x32 - -21:11 - -3ff800 - -2 - -1000 - -Number of clocks that the LPR queue can be starved before it goes critical. Unit: 32 clocks -
-reg_ddrc_lpr_xact_run_length - -25:22 - -3c00000 - -8 - -2000000 - -Number of transactions that will be serviced once the LPR queue goes critical is the smaller of this number and the number of transactions available -
-LPR_reg@0XF800600C - -31:0 - -3ffffff - - - -2001001 - -LPR Queue control -
-

-

Register ( slcr )WR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-WR_reg - -0XF8006010 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_w_min_non_critical_x32 - -10:0 - -7ff - -1 - -1 - -Number of clock cycles that the WR queue is guaranteed to be non-critical. -
-reg_ddrc_w_xact_run_length - -14:11 - -7800 - -8 - -4000 - -Number of transactions that will be serviced once the WR queue goes critical is the smaller of this number and the number of transactions available -
-reg_ddrc_w_max_starve_x32 - -25:15 - -3ff8000 - -2 - -10000 - -Number of clocks that the Write queue can be starved before it goes critical. Unit: 32 clocks. FOR PERFORMANCE ONLY. -
-WR_reg@0XF8006010 - -31:0 - -3ffffff - - - -14001 - -WR Queue control -
-

-

Register ( slcr )DRAM_param_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg0 - -0XF8006014 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_rc - -5:0 - -3f - -1b - -1b - -tRC - Min time between activates to same bank (spec: 65 ns for DDR2-400 and smaller for faster parts). DRAM Related. Default value is set for DDR3. -
-reg_ddrc_t_rfc_min - -13:6 - -3fc0 - -56 - -1580 - -tRFC(min) - Minimum time from refresh to refresh or activate (spec: 75nS to 195nS). DRAM Related. Default value is set for DDR3. Dynamic Bit Field. -
-reg_ddrc_post_selfref_gap_x32 - -20:14 - -1fc000 - -10 - -40000 - -Minimum time to wait after coming out of self refresh before doing anything. This must be bigger than all the constraints that exist. (spec: Maximum of tXSNR and tXSRD and tXSDLL which is 512 clocks). Unit: in multiples of 32 clocks. DRAM Related -
-DRAM_param_reg0@0XF8006014 - -31:0 - -1fffff - - - -4159b - -DRAM Parameters 0 -
-

-

Register ( slcr )DRAM_param_reg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg1 - -0XF8006018 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_wr2pre - -4:0 - -1f - -13 - -13 - -Minimum time between write and precharge to same bank DDR and DDR3: WL + BL/2 + tWR LPDDR2: WL + BL/2 + tWR + 1 Unit: Clocks where, WL: write latency. BL: burst length. This must match the value programmed in the BL bit of the mode register to the DRAM. BST is not supported at present. tWR: write recovery time. This comes directly from the DRAM specs. -
-reg_ddrc_powerdown_to_x32 - -9:5 - -3e0 - -6 - -c0 - -After this many clocks of NOP or DESELECT the controller will put the DRAM into power down. This must be enabled in the Master Control Register. Unit: Multiples of 32 clocks. -
-reg_ddrc_t_faw - -15:10 - -fc00 - -16 - -5800 - -tFAW - At most 4 banks must be activated in a rolling window of tFAW cycles. Unit: clocks. DRAM Related. -
-reg_ddrc_t_ras_max - -21:16 - -3f0000 - -24 - -240000 - -tRAS(max) - Maximum time between activate and precharge to same bank. Maximum time that a page can be kept open (spec is 70 us). If this is zero. The page is closed after each transaction. Unit: Multiples of 1024 clocks DRAM related. -
-reg_ddrc_t_ras_min - -26:22 - -7c00000 - -13 - -4c00000 - -tRAS(min) - Minimum time between activate and precharge to the same bank (spec is 45 ns). Unit: clocks DRAM related. Default value is set for DDR3. -
-reg_ddrc_t_cke - -31:28 - -f0000000 - -4 - -40000000 - -Minimum number of cycles of CKE HIGH/LOW during power down and self refresh. DDR2 and DDR3: Set this to tCKE value. LPDDR2: Set this to the larger of tCKE or tCKESR. Unit: clocks. -
-DRAM_param_reg1@0XF8006018 - -31:0 - -f7ffffff - - - -44e458d3 - -DRAM Parameters 1 -
-

-

Register ( slcr )DRAM_param_reg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg2 - -0XF800601C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_write_latency - -4:0 - -1f - -5 - -5 - -Time from write command to write data on DDRC to PHY Interface. (PHY adds an extra flop delay on the write data path; hence this value is one less than the write latency of the DRAM device itself). DDR2 and DDR3: WL -1 LPDDR2: WL Where WL: Write Latency of DRAM DRAM related. -
-reg_ddrc_rd2wr - -9:5 - -3e0 - -7 - -e0 - -Minimum time from read command to write command. Include time for bus turnaround and all per-bank, per-rank, and global constraints. DDR2 and DDR3: RL + BL/2 + 2 - WL LPDDR2: RL + BL/2 + RU (tDQSCKmax / tCK) + 1 - WL Write Pre-amble and DQ/DQS jitter timer is included in the above equation. DRAM RELATED. -
-reg_ddrc_wr2rd - -14:10 - -7c00 - -f - -3c00 - -Minimum time from write command to read command. Includes time for bus turnaround and recovery times and all per-bank, per-rank, and global constraints. DDR2 and DDR3: WL + tWTR + BL/2 LPDDR2: WL + tWTR + BL/2 + 1 Unit: clocks. Where, WL: Write latency, BL: burst length. This should match the value. Programmed in the BL bit of the mode register to the DRAM. tWTR: internal WRITE to READ command delay. This comes directly from the DRAM specs. -
-reg_ddrc_t_xp - -19:15 - -f8000 - -5 - -28000 - -tXP: Minimum time after power down exit to any operation. DRAM related. -
-reg_ddrc_pad_pd - -22:20 - -700000 - -0 - -0 - -If pads have a power-saving mode, this is the greater of the time for the pads to enter power down or the time for the pads to exit power down. Used only in non-DFI designs. Unit: clocks. -
-reg_ddrc_rd2pre - -27:23 - -f800000 - -5 - -2800000 - -Minimum time from read to precharge of same bank DDR2: AL + BL/2 + max(tRTP, 2) - 2 DDR3: AL + max (tRTP, 4) LPDDR2: BL/2 + tRTP - 1 AL: Additive Latency; BL: DRAM Burst Length; tRTP: value from spec. DRAM related. -
-reg_ddrc_t_rcd - -31:28 - -f0000000 - -7 - -70000000 - -tRCD - AL Minimum time from activate to read or write command to same bank Min value for this is 1. AL = Additive Latency. DRAM Related. -
-DRAM_param_reg2@0XF800601C - -31:0 - -ffffffff - - - -7282bce5 - -DRAM Parameters 2 -
-

-

Register ( slcr )DRAM_param_reg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg3 - -0XF8006020 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_ccd - -4:2 - -1c - -4 - -10 - -tCCD - Minimum time between two reads or two writes (from bank a to bank b) is this value + 1. DRAM related. -
-reg_ddrc_t_rrd - -7:5 - -e0 - -6 - -c0 - -tRRD - Minimum time between activates from bank A to bank B. (spec: 10ns or less) DRAM RELATED -
-reg_ddrc_refresh_margin - -11:8 - -f00 - -2 - -200 - -Issue critical refresh or page close this many cycles before the critical refresh or page timer expires. It is recommended that this not be changed from the default value. -
-reg_ddrc_t_rp - -15:12 - -f000 - -7 - -7000 - -tRP - Minimum time from precharge to activate of same bank. DRAM RELATED -
-reg_ddrc_refresh_to_x32 - -20:16 - -1f0000 - -8 - -80000 - -If the refresh timer (tRFC_nom, as known as tREFI) has expired at least once, but it has not expired burst_of_N_refresh times yet, then a 'speculative refresh' may be performed. A speculative refresh is a refresh performed at a time when refresh would be useful, but before it is absolutely required. When the DRAM bus is idle for a period of time determined by this refresh idle timeout and the refresh timer has expired at least once since the last refresh, then a 'speculative refresh' will be performed. Speculative refreshes will continue successively until there are no refreshes pending or until new reads or writes are issued to the controller. Dynamic Bit Field. -
-reg_ddrc_sdram - -21:21 - -200000 - -1 - -200000 - -1: sdram device 0: non-sdram device -
-reg_ddrc_mobile - -22:22 - -400000 - -0 - -0 - -0: DDR2 or DDR3 device. 1: LPDDR2 device. -
-reg_ddrc_clock_stop_en - -23:23 - -800000 - -0 - -0 - -DDR2 and DDR3: not used. LPDDR2: 0: stop_clk will never be asserted. 1: enable the assertion of stop_clk to the PHY whenever a clock is not required -
-reg_ddrc_read_latency - -28:24 - -1f000000 - -7 - -7000000 - -Non-LPDDR2: not used. DDR2 and DDR3: Set to Read Latency, RL. Time from Read command to Read data on DRAM interface. It is used to calculate when DRAM clock may be stopped. Unit: DDR clock. -
-reg_phy_mode_ddr1_ddr2 - -29:29 - -20000000 - -1 - -20000000 - -unused -
-reg_ddrc_dis_pad_pd - -30:30 - -40000000 - -0 - -0 - -1: disable the pad power down feature 0: Enable the pad power down feature. -
-reg_ddrc_loopback - -31:31 - -80000000 - -0 - -0 - -unused -
-DRAM_param_reg3@0XF8006020 - -31:0 - -fffffffc - - - -272872d0 - -DRAM Parameters 3 -
-

-

Register ( slcr )DRAM_param_reg4

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg4 - -0XF8006024 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_en_2t_timing_mode - -0:0 - -1 - -0 - -0 - -1: DDRC will use 2T timing 0: DDRC will use 1T timing -
-reg_ddrc_prefer_write - -1:1 - -2 - -0 - -0 - -1: Bank selector prefers writes over reads -
-reg_ddrc_max_rank_rd - -5:2 - -3c - -f - -3c - -Only present for multi-rank configurations Background: Reads to the same rank can be performed back-to-back. Reads from different ranks require additional 1-cycle latency in between (to avoid possible data bus contention). The controller arbitrates for bus access on a cycle-by-cycle basis; therefore after a read is scheduled, there is a clock cycle in which only reads from the same bank are eligible to be scheduled. This prevents reads from other ranks from having fair access to the data bus. This parameter represents the maximum number of 64-byte reads (or 32B reads in some short read cases) that can be scheduled consecutively to the same rank. After this number is reached, a 1-cycle delay is inserted by the scheduler to allow all ranks a fair opportunity to be scheduled. Higher numbers increase bandwidth utilization, lower numbers increase fairness (and hence worst-case latency). FOR PERFORMANCE ONLY. -
-reg_ddrc_mr_wr - -6:6 - -40 - -0 - -0 - -A low to high signal on this signal will do a mode register write or read. Controller will accept this command, if this signal is detected high and "ddrc_reg_mr_wr_busy" is detected low. -
-reg_ddrc_mr_addr - -8:7 - -180 - -0 - -0 - -DDR2 and DDR3: Mode register address. LPDDR2: not used. 00: MR0 01: MR1 10: MR2 11: MR3 -
-reg_ddrc_mr_data - -24:9 - -1fffe00 - -0 - -0 - -DDR2 and DDR3: Mode register write data. LPDDR2: The 16 bits are interpreted for reads and writes: Reads: MR Addr[7:0], Don't Care[7:0]. Writes: MR Addf[7:0], MR Data[7:0]. -
-ddrc_reg_mr_wr_busy - -25:25 - -2000000 - -0 - -0 - -Core must initiate a MR write / read operation only if this signal is low. This signal goes high in the clock after the controller accepts the write / read request. It goes low when (i) MR write command has been issued to the DRAM (ii) MR Read data has been returned to Controller. Any MR write / read command that is received when 'ddrc_reg_mr_wr_busy' is high is not accepted. 0: Indicates that the core can initiate a mode register write / read operation. 1: Indicates that mode register write / read operation is in progress. -
-reg_ddrc_mr_type - -26:26 - -4000000 - -0 - -0 - -Indicates whether the Mode register operation is read or write 0: write 1: read -
-reg_ddrc_mr_rdata_valid - -27:27 - -8000000 - -0 - -0 - -This bit indicates whether the Mode Register Read Data present at address 0xA9 is valid or not. This bit is 0 by default. This bit will be cleared (0), whenever a Mode Register Read command is issued. This bit will be set to 1, when the Mode Register Read Data is written to register 0xA9. -
-DRAM_param_reg4@0XF8006024 - -31:0 - -fffffff - - - -3c - -DRAM Parameters 4 -
-

-

Register ( slcr )DRAM_init_param

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_init_param - -0XF8006028 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_final_wait_x32 - -6:0 - -7f - -7 - -7 - -Cycles to wait after completing the DRAM init sequence before starting the dynamic scheduler. Units are in counts of a global timer that pulses every 32 clock cycles. Default value is set for DDR3. -
-reg_ddrc_pre_ocd_x32 - -10:7 - -780 - -0 - -0 - -Wait period before driving the 'OCD Complete' command to DRAM. Units are in counts of a global timer that pulses every 32 clock cycles. There is no known spec requirement for this. It may be set to zero. -
-reg_ddrc_t_mrd - -13:11 - -3800 - -4 - -2000 - -tMRD - Cycles between Load Mode commands. DRAM related. Default value is set for DDR3. -
-DRAM_init_param@0XF8006028 - -31:0 - -3fff - - - -2007 - -DRAM Initialization Parameters -
-

-

Register ( slcr )DRAM_EMR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_EMR_reg - -0XF800602C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_emr2 - -15:0 - -ffff - -8 - -8 - -DDR2 and DDR3: Value written into the DRAM EMR2 register. LPDDR2: Value written into the DRAM MR3 register. -
-reg_ddrc_emr3 - -31:16 - -ffff0000 - -0 - -0 - -DDR2 and DDR3: Value written into the DRAM EMR3 register. LPDDR2: not used. -
-DRAM_EMR_reg@0XF800602C - -31:0 - -ffffffff - - - -8 - -DRAM EMR2, EMR3 access -
-

-

Register ( slcr )DRAM_EMR_MR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_EMR_MR_reg - -0XF8006030 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_mr - -15:0 - -ffff - -b30 - -b30 - -DDR2 and DDR3: Value written into the DRAM Mode register. Bit 8 is for DLL and the setting here is ignored. The controller sets appropriately. LPDDR2: Value written into the DRAM MR1 register -
-reg_ddrc_emr - -31:16 - -ffff0000 - -4 - -40000 - -DDR2 and DDR3: Value written into the DRAM EMR registers. Bits [9:7] are for OCD and the setting in this register is ignored. The controller sets those bits appropriately. LPDDR2: Value written into the DRAM MR2 register. -
-DRAM_EMR_MR_reg@0XF8006030 - -31:0 - -ffffffff - - - -40b30 - -DRAM EMR, MR access -
-

-

Register ( slcr )DRAM_burst8_rdwr

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_burst8_rdwr - -0XF8006034 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_burst_rdwr - -3:0 - -f - -4 - -4 - -Controls the burst size used to access the DRAM. This must match the BL mode register setting in the DRAM. 0010: Burst length of 4 0100: Burst length of 8 1000: Burst length of 16 (LPDDR2 with ___-bit data) All other values are reserved -
-reg_ddrc_pre_cke_x1024 - -13:4 - -3ff0 - -16d - -16d0 - -Clock cycles to wait after a DDR software reset before driving CKE high to start the DRAM initialization sequence. Units: 1024 clock cycles. DDR2 Specifications typically require this to be programmed for a delay of >= 200 uS. LPDDR2 - tINIT0 of 20 mS (max) + tINIT1 of 100 nS (min) -
-reg_ddrc_post_cke_x1024 - -25:16 - -3ff0000 - -1 - -10000 - -Clock cycles to wait after driving CKE high to start the DRAM initialization sequence. Units: 1024 clocks. DDR2 typically require a 400 ns delay, requiring this value to be programmed to 2 at all clock speeds. LPDDR2 - Typically require this to be programmed for a delay of 200 us. -
-reg_ddrc_burstchop - -28:28 - -10000000 - -0 - -0 - -Feature not supported. When 1, Controller is out in burstchop mode. -
-DRAM_burst8_rdwr@0XF8006034 - -31:0 - -13ff3fff - - - -116d4 - -DRAM Burst 8 read/write -
-

-

Register ( slcr )DRAM_disable_DQ

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_disable_DQ - -0XF8006038 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_force_low_pri_n - -0:0 - -1 - -0 - -0 - -Read Transaction Priority disable. 0: read transactions forced to low priority (turns off Bypass). 1: HPR reads allowed if enabled in the AXI priority read registers. -
-reg_ddrc_dis_dq - -1:1 - -2 - -0 - -0 - -When 1, DDRC will not de-queue any transactions from the CAM. Bypass will also be disabled. All transactions will be queued in the CAM. This is for debug only; no reads or writes are issued to DRAM as long as this is asserted. Dynamic Bit Field. -
-reg_phy_debug_mode - -6:6 - -40 - -0 - -0 - -Not Applicable in this PHY. -
-reg_phy_wr_level_start - -7:7 - -80 - -0 - -0 - -Not Applicable in this PHY. -
-reg_phy_rd_level_start - -8:8 - -100 - -0 - -0 - -Not Applicable in this PHY. -
-reg_phy_dq0_wait_t - -12:9 - -1e00 - -0 - -0 - -Not Applicable in this PHY. -
-DRAM_disable_DQ@0XF8006038 - -31:0 - -1fc3 - - - -0 - -DRAM Disable DQ -
-

-

Register ( slcr )DRAM_addr_map_bank

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_bank - -0XF800603C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_bank_b0 - -3:0 - -f - -7 - -7 - -Selects the address bits used as bank address bit 0. Valid Range: 0 to 14. Internal Base: 5. The selected address bit for each of the bank address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_bank_b1 - -7:4 - -f0 - -7 - -70 - -Selects the address bits used as bank address bit 1. Valid Range: 0 to 14; Internal Base: 6. The selected address bit for each of the bank address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_bank_b2 - -11:8 - -f00 - -7 - -700 - -Selects the AXI address bit used as bank address bit 2. Valid range 0 to 14, and 15. Internal Base: 7. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, bank address bit 2 is set to 0. -
-reg_ddrc_addrmap_col_b5 - -15:12 - -f000 - -0 - -0 - -Full bus width mode: Selects the address bits used as column address bits 6. Half bus width mode: Selects the address bits used as column address bits 7. Valid range is 0-7. Internal Base 8. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. Internal base: 9 -
-reg_ddrc_addrmap_col_b6 - -19:16 - -f0000 - -0 - -0 - -Full bus width mode: Selects the address bits used as column address bits 7. Half bus width mode: Selects the address bits used as column address bits 8. Valid range is 0-7. Internal Base 9. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. Internal base: 9 -
-DRAM_addr_map_bank@0XF800603C - -31:0 - -fffff - - - -777 - -Row/Column address bits -
-

-

Register ( slcr )DRAM_addr_map_col

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_col - -0XF8006040 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_col_b2 - -3:0 - -f - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 3. Half bus width mode: Selects the address bit used as column address bit 4. Valid Range: 0 to 7. Internal Base: 5 The selected address bit is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b3 - -7:4 - -f0 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 4. Half bus width mode: Selects the address bit used as column address bit 5. Valid Range: 0 to 7 Internal Base: 6 The selected address bit is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b4 - -11:8 - -f00 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 5. Half bus width mode: Selects the address bit used as column address bits 6. Valid Range: 0 to 7. Internal Base: 7. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b7 - -15:12 - -f000 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 8. Half bus width mode: Selects the address bit used as column address bit 9. Valid Range: 0 to 7, and 15. Internal Base: 10. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10.In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b8 - -19:16 - -f0000 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 9. Half bus width mode: Selects the address bit used as column address bit 11. (Column address bit 10 in LPDDR2 mode) Valid Range: 0 to 7, and 15 Internal Base: 11 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b9 - -23:20 - -f00000 - -f - -f00000 - -Full bus width mode: Selects the address bit used as column address bit 11. (Column address bit 10 in LPDDR2 mode) Half bus width mode: Selects the address bit used as column address bit 12. (Column address bit 11 in LPDDR2 mode) Valid Range: 0 to 7, and 15 Internal Base: 12 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b10 - -27:24 - -f000000 - -f - -f000000 - -Full bus width mode: Selects the address bit used as column address bit 12. (Column address bit 11 in LPDDR2 mode) Half bus width mode: Selects the address bit used as column address bit 13. (Column address bit 12 in LPDDR2 mode) Valid Range: 0 to 7, and 15. Internal Base: 13 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b11 - -31:28 - -f0000000 - -f - -f0000000 - -Full bus width mode: Selects the address bit used as column address bit 13. (Column address bit 12 in LPDDR2 mode) Half bus width mode: Unused. To make it unused, this should be set to 15. (Column address bit 13 in LPDDR2 mode) Valid Range: 0 to 7, and 15. Internal Base: 14. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-DRAM_addr_map_col@0XF8006040 - -31:0 - -ffffffff - - - -fff00000 - -Column address bits -
-

-

Register ( slcr )DRAM_addr_map_row

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_row - -0XF8006044 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_row_b0 - -3:0 - -f - -6 - -6 - -Selects the AXI address bits used as row address bit 0. Valid Range: 0 to 11. Internal Base: 9 The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field -
-reg_ddrc_addrmap_row_b1 - -7:4 - -f0 - -6 - -60 - -Selects the AXI address bits used as row address bit 1. Valid Range: 0 to 11. Internal Base: 10 The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_row_b2_11 - -11:8 - -f00 - -6 - -600 - -Selects the AXI address bits used as row address bits 2 to 11. Valid Range: 0 to 11. Internal Base: 11 (for row address bit 2) to 20 (for row address bit 11) The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_row_b12 - -15:12 - -f000 - -6 - -6000 - -Selects the AXI address bit used as row address bit 12. Valid Range: 0 to 11, and 15 Internal Base: 21 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 12 is set to 0. -
-reg_ddrc_addrmap_row_b13 - -19:16 - -f0000 - -6 - -60000 - -Selects the AXI address bit used as row address bit 13. Valid Range: 0 to 11, and 15 Internal Base: 22 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 13 is set to 0. -
-reg_ddrc_addrmap_row_b14 - -23:20 - -f00000 - -f - -f00000 - -Selects theAXI address bit used as row address bit 14. Valid Range: 0 to 11, and 15 Internal Base: 23 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 14 is set to 0. -
-reg_ddrc_addrmap_row_b15 - -27:24 - -f000000 - -f - -f000000 - -Selects the AXI address bit used as row address bit 15. Valid Range: 0 to 11, and 15 Internal Base: 24 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 15 is set to 0. -
-DRAM_addr_map_row@0XF8006044 - -31:0 - -fffffff - - - -ff66666 - -Select DRAM row address bits -
-

-

Register ( slcr )DRAM_ODT_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_ODT_reg - -0XF8006048 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_rank0_rd_odt - -2:0 - -7 - -0 - -0 - -Unused. [1:0] - Indicates which remote ODTs must be turned ON during a read to rank 0. Each of the 2 ranks has a remote ODT (in the DRAM) which can be turned on by setting the appropriate bit here. Rank 0 is controlled by the LSB; Rank 1 is controlled by bit next to the LSB. For each rank, set its bit to 1 to enable its ODT. [2]: If 1 then local ODT is enabled during reads to rank 0. -
-reg_ddrc_rank0_wr_odt - -5:3 - -38 - -1 - -8 - -[1:0] - Indicates which remote ODT's must be turned on during a write to rank 0. Each of the 2 ranks has a remote ODT (in the DRAM) which can be turned on by setting the appropriate bit here. Rank 0 is controlled by the LSB; Rank 1 is controlled by bit next to the LSB. For each rank, set its bit to 1 to enable its ODT. [2]: If 1 then local ODT is enabled during writes to rank 0. -
-reg_ddrc_rank1_rd_odt - -8:6 - -1c0 - -1 - -40 - -Unused -
-reg_ddrc_rank1_wr_odt - -11:9 - -e00 - -1 - -200 - -Unused -
-reg_phy_rd_local_odt - -13:12 - -3000 - -0 - -0 - -Value to drive on the 2-bit local_odt PHY outputs when output enable is not asserted and a read is in progress (where 'in progress' is defined as after a read command is issued and until all read data has been returned all the way to the controller.) Typically this is set to the value required to enable termination at the desired strength for read usage. -
-reg_phy_wr_local_odt - -15:14 - -c000 - -3 - -c000 - -Value to drive on the 2-bit local_odt PHY outputs when write levelling is enabled for DQS. -
-reg_phy_idle_local_odt - -17:16 - -30000 - -3 - -30000 - -Value to drive on the 2-bit local_odt PHY outputs when output enable is not asserted and a read is not in progress. Typically this is the value required to disable termination to save power when idle. -
-reg_ddrc_rank2_rd_odt - -20:18 - -1c0000 - -0 - -0 - -Unused -
-reg_ddrc_rank2_wr_odt - -23:21 - -e00000 - -0 - -0 - -Unused -
-reg_ddrc_rank3_rd_odt - -26:24 - -7000000 - -0 - -0 - -Unused -
-reg_ddrc_rank3_wr_odt - -29:27 - -38000000 - -0 - -0 - -Unused -
-DRAM_ODT_reg@0XF8006048 - -31:0 - -3fffffff - - - -3c248 - -DRAM ODT control -
-

-

Register ( slcr )phy_cmd_timeout_rddata_cpt

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_cmd_timeout_rddata_cpt - -0XF8006050 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_cmd_to_data - -3:0 - -f - -0 - -0 - -Not used in DFI PHY. -
-reg_phy_wr_cmd_to_data - -7:4 - -f0 - -0 - -0 - -Not used in DFI PHY. -
-reg_phy_rdc_we_to_re_delay - -11:8 - -f00 - -8 - -800 - -This register value + 1 give the number of clock cycles between writing into the Read Capture FIFO and the read operation. The setting of this register determines the read data timing and depends upon total delay in the system for read operation which include fly-by delays, trace delay, clkout_invert etc. This is used only if reg_phy_use_fixed_re=1. -
-reg_phy_rdc_fifo_rst_disable - -15:15 - -8000 - -0 - -0 - -When 1, disable counting the number of times the Read Data Capture FIFO has been reset when the FIFO was not empty. -
-reg_phy_use_fixed_re - -16:16 - -10000 - -1 - -10000 - -When 1: PHY generates FIFO read enable after fixed number of clock cycles as defined by reg_phy_rdc_we_to_re_delay[3:0]. When 0: PHY uses the not_empty method to do the read enable generation. Note: This port must be set HIGH during training/leveling process i.e. when ddrc_dfi_wrlvl_en/ ddrc_dfi_rdlvl_en/ ddrc_dfi_rdlvl_gate_en port is set HIGH. -
-reg_phy_rdc_fifo_rst_err_cnt_clr - -17:17 - -20000 - -0 - -0 - -Clear/reset for counter rdc_fifo_rst_err_cnt[3:0]. 0: no clear, 1: clear. Note: This is a synchronous dynamic signal that must have timing closed. -
-reg_phy_dis_phy_ctrl_rstn - -18:18 - -40000 - -0 - -0 - -Disable the reset from Phy Ctrl macro. 1: PHY Ctrl macro reset port is always HIGH 0: PHY Ctrl macro gets power on reset. -
-reg_phy_clk_stall_level - -19:19 - -80000 - -0 - -0 - -1: stall clock, for DLL aging control -
-reg_phy_gatelvl_num_of_dq0 - -27:24 - -f000000 - -7 - -7000000 - -This register value determines register determines the number of samples used for each ratio increment during Gate Training. Num_of_iteration = reg_phy_gatelvl_num_of_dq0 + 1 The recommended value for this register is 8. Accuracy is better with higher value, but this will cause leveling to run longer. -
-reg_phy_wrlvl_num_of_dq0 - -31:28 - -f0000000 - -7 - -70000000 - -This register value determines register determines the number of samples used for each ratio increment during Write Leveling. Num_of_iteration = reg_phy_wrlvl_num_of_dq0 + 1 The recommended value for this register is 8. Accuracy is better with higher value, but this will cause leveling to run longer. -
-phy_cmd_timeout_rddata_cpt@0XF8006050 - -31:0 - -ff0f8fff - - - -77010800 - -PHY command time out and read data capture FIFO -
-

-

Register ( slcr )DLL_calib

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DLL_calib - -0XF8006058 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dll_calib_to_min_x1024 - -7:0 - -ff - -1 - -1 - -Unused in DFI Controller. -
-reg_ddrc_dll_calib_to_max_x1024 - -15:8 - -ff00 - -1 - -100 - -Unused in DFI Controller. -
-reg_ddrc_dis_dll_calib - -16:16 - -10000 - -0 - -0 - -When 1, disable dll_calib generated by the controller. The core should issue the dll_calib signal using co_gs_dll_calib input. This input is changeable on the fly. When 0, controller will issue dll_calib periodically -
-DLL_calib@0XF8006058 - -31:0 - -1ffff - - - -101 - -DLL calibration -
-

-

Register ( slcr )ODT_delay_hold

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ODT_delay_hold - -0XF800605C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_rd_odt_delay - -3:0 - -f - -3 - -3 - -UNUSED -
-reg_ddrc_wr_odt_delay - -7:4 - -f0 - -0 - -0 - -The delay, in clock cycles, from issuing a write command to setting ODT values associated with that command. ODT setting should remain constant for the entire time that DQS is driven by the controller. The suggested value for DDR2 is WL - 5 and for DDR3 is 0. WL is Write latency. DDR2 ODT has a 2-cycle on-time delay and a 2.5-cycle off-time delay. ODT is not applicable to LPDDR2. -
-reg_ddrc_rd_odt_hold - -11:8 - -f00 - -0 - -0 - -Unused -
-reg_ddrc_wr_odt_hold - -15:12 - -f000 - -5 - -5000 - -Cycles to hold ODT for a Write Command. When 0x0, ODT signal is ON for 1 cycle. When 0x1, it is ON for 2 cycles, etc. The values to program in different modes are : DRAM Burst of 4 -2, DRAM Burst of 8 -4 -
-ODT_delay_hold@0XF800605C - -31:0 - -ffff - - - -5003 - -ODT delay and ODT hold -
-

-

Register ( slcr )ctrl_reg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg1 - -0XF8006060 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_pageclose - -0:0 - -1 - -0 - -0 - -If true, bank will be closed and kept closed if no transactions are available for it. If false, bank will remain open until there is a need to close it (to open a different page, or for page timeout or refresh timeout.) This does not apply when auto-refresh is used. -
-reg_ddrc_lpr_num_entries - -6:1 - -7e - -1f - -3e - -Number of entries in the low priority transaction store is this value plus 1. In this design, by default all read ports are treated as low priority and hence the value of 0x1F. The hpr_num_entries is 32 minus this value. Bit [6] is ignored. -
-reg_ddrc_auto_pre_en - -7:7 - -80 - -0 - -0 - -When set, most reads and writes will be issued with auto-precharge. (Exceptions can be made for collision cases.) -
-reg_ddrc_refresh_update_level - -8:8 - -100 - -0 - -0 - -Toggle this signal to indicate that refresh register(s) have been updated. The value will be automatically updated when exiting soft reset. So it does not need to be toggled initially. Dynamic Bit Field. -
-reg_ddrc_dis_wc - -9:9 - -200 - -0 - -0 - -Disable Write Combine: 0: enable 1: disable -
-reg_ddrc_dis_collision_page_opt - -10:10 - -400 - -0 - -0 - -When this is set to 0, auto-precharge will be disabled for the flushed command in a collision case. Collision cases are write followed by read to same address, read followed by write to same address, or write followed by write to same address with DIS_WC bit = 1 (where 'same address' comparisons exclude the two address bits representing critical word). -
-reg_ddrc_selfref_en - -12:12 - -1000 - -0 - -0 - -If 1, then the controller will put the DRAM into self refresh when the transaction store is empty. Dynamic Bit Field. -
-ctrl_reg1@0XF8006060 - -31:0 - -17ff - - - -3e - -Controller 1 -
-

-

Register ( slcr )ctrl_reg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg2 - -0XF8006064 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_go2critical_hysteresis - -12:5 - -1fe0 - -0 - -0 - -Describes the number of cycles that co_gs_go2critical_rd or co_gs_go2critical_wr must be asserted before the corresponding queue moves to the 'critical' state in the DDRC. The arbiter controls the co_gs_go2critical_* signals; it is designed for use with this hysteresis field set to 0. -
-reg_arb_go2critical_en - -17:17 - -20000 - -1 - -20000 - -0: Keep reg_ddrc_go2critical_wr and reg_ddrc_go2critical_rd signals going to DDRC at 0. 1: Set reg_ddrc_go2critical_wr and reg_ddrc_go2critical_rd signals going to DDRC based on Urgent input coming from AXI master. -
-ctrl_reg2@0XF8006064 - -31:0 - -21fe0 - - - -20000 - -Controller 2 -
-

-

Register ( slcr )ctrl_reg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg3 - -0XF8006068 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_wrlvl_ww - -7:0 - -ff - -41 - -41 - -DDR2: not applicable. LPDDR2 and DDR3: Write leveling write-to-write delay. Specifies the minimum number of clock cycles from the assertion of a ddrc_dfi_wrlvl_strobe signal to the next ddrc_dfi_wrlvl_strobe signal. Only applicable when connecting to PHYs operating in PHY RdLvl Evaluation mode. Recommended value is: (RL + reg_phy_rdc_we_to_re_delay + 50) -
-reg_ddrc_rdlvl_rr - -15:8 - -ff00 - -41 - -4100 - -DDR2 and LPDDR2: not applicable. DDR3: Read leveling read-to-read delay. Specifies the minimum number of clock cycles from the assertion of a read command to the next read command. Only applicable when connecting to PHYs operating in PHY RdLvl Evaluation mode. -
-reg_ddrc_dfi_t_wlmrd - -25:16 - -3ff0000 - -28 - -280000 - -DDR2 and LPDDR2: not applicable. DDR3: First DQS/DQS# rising edge after write leveling mode is programmed. This is same as the tMLRD value from the DRAM spec. -
-ctrl_reg3@0XF8006068 - -31:0 - -3ffffff - - - -284141 - -Controller 3 -
-

-

Register ( slcr )ctrl_reg4

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg4 - -0XF800606C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-dfi_t_ctrlupd_interval_min_x1024 - -7:0 - -ff - -10 - -10 - -This is the minimum amount of time between Controller initiated DFI update requests (which will be executed whenever the controller is idle). Set this number higher to reduce the frequency of update requests, which can have a small impact on the latency of the first read request when the controller is idle. Units: 1024 clocks -
-dfi_t_ctrlupd_interval_max_x1024 - -15:8 - -ff00 - -16 - -1600 - -This is the maximum amount of time between Controller initiated DFI update requests. This timer resets with each update request; when the timer expires, traffic is blocked for a few cycles. PHY can use this idle time to recalibrate the delay lines to the DLLs. The DLL calibration is also used to reset PHY FIFO pointers in case of data capture errors. Updates are required to maintain calibration over PVT, but frequent updates may impact performance. Units: 1024 clocks -
-ctrl_reg4@0XF800606C - -31:0 - -ffff - - - -1610 - -Controller 4 -
-

-

Register ( slcr )ctrl_reg5

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg5 - -0XF8006078 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dfi_t_ctrl_delay - -3:0 - -f - -1 - -1 - -Specifies the number of DFI clock cycles after an assertion or deassertion of the DFI control signals that the control signals at the PHY-DRAM interface reflect the assertion or de-assertion. If the DFI clock and the memory clock are not phase-aligned, this timing parameter should be rounded up to the next integer value. -
-reg_ddrc_dfi_t_dram_clk_disable - -7:4 - -f0 - -1 - -10 - -Specifies the number of DFI clock cycles from the assertion of the ddrc_dfi_dram_clk_disable signal on the DFI until the clock to the DRAM memory devices, at the PHY-DRAM boundary, maintains a low value. If the DFI clock and the memory clock are not phase aligned, this timing parameter should be rounded up to the next integer value. -
-reg_ddrc_dfi_t_dram_clk_enable - -11:8 - -f00 - -1 - -100 - -Specifies the number of DFI clock cycles from the de-assertion of the ddrc_dfi_dram_clk_disable signal on the DFI until the first valid rising edge of the clock to the DRAM memory devices at the PHY-DRAM boundary. If the DFI clock and the memory clock are not phase aligned, this timing parameter should be rounded up to the next integer value. -
-reg_ddrc_t_cksre - -15:12 - -f000 - -6 - -6000 - -This is the time after Self Refresh Entry that CK is maintained as a valid clock. Specifies the clock disable delay after SRE. Recommended settings: LPDDR2: 2 DDR2: 1 DDR3: tCKSRE -
-reg_ddrc_t_cksrx - -19:16 - -f0000 - -6 - -60000 - -This is the time before Self Refresh Exit that CK is maintained as a valid clock before issuing SRX. Specifies the clock stable time before SRX. Recommended settings: LPDDR2: 2 DDR2: 1 DDR3: tCKSRX -
-reg_ddrc_t_ckesr - -25:20 - -3f00000 - -4 - -400000 - -Minimum CKE low width for Self Refresh entry to exit Timing in memory clock cycles. Recommended settings: LPDDR2: tCKESR DDR2: tCKE DDR3: tCKE+1 -
-ctrl_reg5@0XF8006078 - -31:0 - -3ffffff - - - -466111 - -Controller register 5 -
-

-

Register ( slcr )ctrl_reg6

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg6 - -0XF800607C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_ckpde - -3:0 - -f - -2 - -2 - -This is the time after Power Down Entry that CK is maintained as a valid clock. Specifies the clock disable delay after PDE. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckpdx - -7:4 - -f0 - -2 - -20 - -This is the time before Power Down Exit that CK is maintained as a valid clock before issuing PDX. Specifies the clock stable time before PDX. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckdpde - -11:8 - -f00 - -2 - -200 - -This is the time after Deep Power Down Entry that CK is maintained as a valid clock. Specifies the clock disable delay after DPDE. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckdpdx - -15:12 - -f000 - -2 - -2000 - -This is the time before Deep Power Down Exit that CK is maintained as a valid clock before issuing DPDX. Specifies the clock stable time before DPDX. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckcsx - -19:16 - -f0000 - -3 - -30000 - -This is the time before Clock Stop Exit that CK is maintained as a valid clock before issuing DPDX. Specifies the clock stable time before next command after Clock Stop Exit. Recommended setting for LPDDR2: tXP + 2. -
-ctrl_reg6@0XF800607C - -31:0 - -fffff - - - -32222 - -Controller register 6 -
-

-

Register ( slcr )CHE_REFRESH_TIMER01

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_REFRESH_TIMER01 - -0XF80060A0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-refresh_timer0_start_value_x32 - -11:0 - -fff - -0 - -0 - -Refresh Timer for Rank 1. Unit: in multiples of 32 clocks. (Only present in multi-rank configurations). FOR PERFORMANCE ONLY. -
-refresh_timer1_start_value_x32 - -23:12 - -fff000 - -8 - -8000 - -Refresh Timer for Rank 0. (Only present in multi-rank configurations). Unit: in multiples of 32 clocks. FOR PERFORMANCE ONLY. -
-CHE_REFRESH_TIMER01@0XF80060A0 - -31:0 - -ffffff - - - -8000 - -CHE_REFRESH_TIMER01 -
-

-

Register ( slcr )CHE_T_ZQ

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_T_ZQ - -0XF80060A4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dis_auto_zq - -0:0 - -1 - -0 - -0 - -1=disable controller generation of ZQCS command. Co_gs_zq_calib_short can be used instead to control ZQ calibration commands. 0=internally generate ZQCS commands based on reg_ddrc_t_zq_short_interval_x1024 This is only present for implementations supporting DDR3 and LPDDR2 devices. -
-reg_ddrc_ddr3 - -1:1 - -2 - -1 - -2 - -Indicates operating in DDR2/DDR3 mode. Default value is set for DDR3. -
-reg_ddrc_t_mod - -11:2 - -ffc - -200 - -800 - -Mode register set command update delay (minimum the larger of 12 clock cycles or 15ns) -
-reg_ddrc_t_zq_long_nop - -21:12 - -3ff000 - -200 - -200000 - -DDR2: not applicable. LPDDR2 and DDR3: Number of cycles of NOP required after a ZQCL (ZQ calibration long) command is issued to DRAM. Units: Clock cycles. -
-reg_ddrc_t_zq_short_nop - -31:22 - -ffc00000 - -40 - -10000000 - -DDR2: not applicable. LPDDR2 and DDR3: Number of cycles of NOP required after a ZQCS (ZQ calibration short) command is issued to DRAM. Units: Clock cycles. -
-CHE_T_ZQ@0XF80060A4 - -31:0 - -ffffffff - - - -10200802 - -ZQ parameters -
-

-

Register ( slcr )CHE_T_ZQ_Short_Interval_Reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_T_ZQ_Short_Interval_Reg - -0XF80060A8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-t_zq_short_interval_x1024 - -19:0 - -fffff - -cb73 - -cb73 - -DDR2: not used. LPDDR2 and DDR3: Average interval to wait between automatically issuing ZQCS (ZQ calibration short) commands to DDR3 devices. Meaningless if reg_ddrc_dis_auto_zq=1. Units: 1024 Clock cycles. -
-dram_rstn_x1024 - -27:20 - -ff00000 - -69 - -6900000 - -Number of cycles to assert DRAM reset signal during init sequence. Units: 1024 Clock cycles. Applicable for DDR3 only. -
-CHE_T_ZQ_Short_Interval_Reg@0XF80060A8 - -31:0 - -fffffff - - - -690cb73 - -Misc parameters -
-

-

Register ( slcr )deep_pwrdwn_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-deep_pwrdwn_reg - -0XF80060AC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-deeppowerdown_en - -0:0 - -1 - -0 - -0 - -DDR2 and DDR3: not used. LPDDR2: 0: Brings Controller out of Deep Powerdown mode. 1: Puts DRAM into Deep Powerdown mode when the transaction store is empty. For performance only. Dynamic Bit Field. -
-deeppowerdown_to_x1024 - -8:1 - -1fe - -ff - -1fe - -DDR2 and DDR3: not sued. LPDDR2: Minimum deep power down time. DDR exits from deep power down mode immediately after reg_ddrc_deeppowerdown_en is deasserted. Value from the spec is 500us. Units are in 1024 clock cycles. For performance only. -
-deep_pwrdwn_reg@0XF80060AC - -31:0 - -1ff - - - -1fe - -Deep powerdown (LPDDR2) -
-

-

Register ( slcr )reg_2c

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_2c - -0XF80060B0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-dfi_wrlvl_max_x1024 - -11:0 - -fff - -fff - -fff - -Write leveling maximum time. Specifies the maximum number of clock cycles that the controller will wait for a response (phy_dfi_wrlvl_resp) to a write leveling enable signal (ddrc_dfi_wrlvl_en). Only applicable when connecting to PHY's operating in 'PHY WrLvl Evaluation' mode. Typical value 0xFFF Units 1024 clocks -
-dfi_rdlvl_max_x1024 - -23:12 - -fff000 - -fff - -fff000 - -Read leveling maximum time. Specifies the maximum number of clock cycles that the controller will wait for a response (phy_dfi_rdlvl_resp) to a read leveling enable signal (ddrc_dfi_rdlvl_en or ddrc_dfi_rdlvl_gate_en). Only applicable when connecting to PHY's operating in 'PHY RdLvl Evaluation' mode. Typical value 0xFFF Units 1024 clocks -
-ddrc_reg_twrlvl_max_error - -24:24 - -1000000 - -0 - -0 - -When '1' indicates that the reg_ddrc_dfi_wrlvl_max_x1024 timer has timed out. This is a Clear-on-Write register. If write leveling timed out, an error is indicated by the DDRC and this bit gets set. The value is held until it is cleared. Clearing is done by writing a '0' to this register. Only present in designs that support DDR3. -
-ddrc_reg_trdlvl_max_error - -25:25 - -2000000 - -0 - -0 - -DDR2: not applicable. LPDDR2 and DDR3: When '1' indicates that the reg_ddrc_dfi_rdrlvl_max_x1024 timer has timed out. This is a Clear-on-Write register. If read leveling or gate training timed out, an error is indicated by the DDRC and this bit gets set. The value is held at that value until it is cleared. Clearing is done by writing a '0' to this register. -
-reg_ddrc_dfi_wr_level_en - -26:26 - -4000000 - -1 - -4000000 - -0: Write leveling disabled. 1: Write leveling mode has been enabled as part of init sequence; Valid only for DDR3 DFI designs -
-reg_ddrc_dfi_rd_dqs_gate_level - -27:27 - -8000000 - -1 - -8000000 - -0: Read DQS gate leveling is disabled. 1: Read DQS Gate Leveling mode has been enabled as part of init sequence; Valid only for DDR3 DFI designs -
-reg_ddrc_dfi_rd_data_eye_train - -28:28 - -10000000 - -1 - -10000000 - -DDR2: not applicable. LPDDR2 and DDR3: 0: 1: Read Data Eye training mode has been enabled as part of init sequence. -
-reg_2c@0XF80060B0 - -31:0 - -1fffffff - - - -1cffffff - -Training control -
-

-

Register ( slcr )reg_2d

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_2d - -0XF80060B4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_2t_delay - -8:0 - -1ff - -0 - -0 - -Selects the clock edge in which chip select (CSN) and CKE is asserted. Unsupported feature. -
-reg_ddrc_skip_ocd - -9:9 - -200 - -1 - -200 - -This register must be kept at 1'b1. 1'b0 is NOT supported. 1: Indicates the controller to skip OCD adjustment step during DDR2 initialization. OCD_Default and OCD_Exit are performed instead. 0: Not supported. -
-reg_ddrc_dis_pre_bypass - -10:10 - -400 - -0 - -0 - -Only present in designs supporting precharge bypass. When 1, disable bypass path for high priority precharges FOR DEBUG ONLY. -
-reg_2d@0XF80060B4 - -31:0 - -7ff - - - -200 - -Misc Debug -
-

-

Register ( slcr )dfi_timing

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-dfi_timing - -0XF80060B8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dfi_t_rddata_en - -4:0 - -1f - -6 - -6 - -Time from the assertion of a READ command on the DFI interface to the assertion of the phy_dfi_rddata_en signal. DDR2 and DDR3: RL - 1 LPDDR: RL Where RL is read latency of DRAM. -
-reg_ddrc_dfi_t_ctrlup_min - -14:5 - -7fe0 - -3 - -60 - -Specifies the minimum number of clock cycles that the ddrc_dfi_ctrlupd_req signal must be asserted. -
-reg_ddrc_dfi_t_ctrlup_max - -24:15 - -1ff8000 - -40 - -200000 - -Specifies the maximum number of clock cycles that the ddrc_dfi_ctrlupd_req signal can assert. -
-dfi_timing@0XF80060B8 - -31:0 - -1ffffff - - - -200066 - -DFI timing -
-

-

Register ( slcr )CHE_ECC_CONTROL_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_ECC_CONTROL_REG_OFFSET - -0XF80060C4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-Clear_Uncorrectable_DRAM_ECC_error - -0:0 - -1 - -0 - -0 - -Writing 1 to this bit will clear the uncorrectable log valid bit and the uncorrectable error counters. -
-Clear_Correctable_DRAM_ECC_error - -1:1 - -2 - -0 - -0 - -Writing 1 to this bit will clear the correctable log valid bit and the correctable error counters. -
-CHE_ECC_CONTROL_REG_OFFSET@0XF80060C4 - -31:0 - -3 - - - -0 - -ECC error clear -
-

-

Register ( slcr )CHE_CORR_ECC_LOG_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_CORR_ECC_LOG_REG_OFFSET - -0XF80060C8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CORR_ECC_LOG_VALID - -0:0 - -1 - -0 - -0 - -Set to 1 when a correctable ECC error is captured. As long as this is 1 no further ECC errors will be captured. This is cleared when a 1 is written to register bit[1] of ECC CONTROL REGISTER (0x31) -
-ECC_CORRECTED_BIT_NUM - -7:1 - -fe - -0 - -0 - -Indicator of the bit number syndrome in error for single-bit errors. The field is 7-bit wide to handle 72-bits of data. This is an encoded value with ECC bits placed in between data. The encoding is given in section 5.4 Correctable bit number from the lowest error lane is reported here. There are only 13-valid bits going to an ECC lane (8-data + 5-ECC). Only 4-bits are needed to encode a max value of d'13. Bit[7] of this register is used to indicate the exact byte lane. When a error happens, if CORR_ECC_LOG_COL[0] from register 0x33 is 1'b0, then the error happened in Lane 0 or 1. If CORR_ECC_LOG_COL[0] is 1'b1, then the error happened in Lane 2 or 3. Bit[7] of this register indicates whether the error is from upper or lower byte lane. If it is 0, then it is lower byte lane and if it is 1, then it is upper byte lane. Together with CORR_ECC_LOG_COL[0] and bit[7] of this register, the exact byte lane with correctable error can be determined. -
-CHE_CORR_ECC_LOG_REG_OFFSET@0XF80060C8 - -31:0 - -ff - - - -0 - -ECC error correction -
-

-

Register ( slcr )CHE_UNCORR_ECC_LOG_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_UNCORR_ECC_LOG_REG_OFFSET - -0XF80060DC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNCORR_ECC_LOG_VALID - -0:0 - -1 - -0 - -0 - -Set to 1 when an uncorrectable ECC error is captured. As long as this is a 1, no further ECC errors will be captured. This is cleared when a 1 is written to register bit[0] of ECC CONTROL REGISTER (0x31). -
-CHE_UNCORR_ECC_LOG_REG_OFFSET@0XF80060DC - -31:0 - -1 - - - -0 - -ECC unrecoverable error status -
-

-

Register ( slcr )CHE_ECC_STATS_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_ECC_STATS_REG_OFFSET - -0XF80060F0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-STAT_NUM_CORR_ERR - -15:8 - -ff00 - -0 - -0 - -Returns the number of correctable ECC errors seen since the last read. Counter saturates at max value. This is cleared when a 1 is written to register bit[1] of ECC CONTROL REGISTER (0x58). -
-STAT_NUM_UNCORR_ERR - -7:0 - -ff - -0 - -0 - -Returns the number of un-correctable errors since the last read. Counter saturates at max value. This is cleared when a 1 is written to register bit[0] of ECC CONTROL REGISTER (0x58). -
-CHE_ECC_STATS_REG_OFFSET@0XF80060F0 - -31:0 - -ffff - - - -0 - -ECC error count -
-

-

Register ( slcr )ECC_scrub

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ECC_scrub - -0XF80060F4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_ecc_mode - -2:0 - -7 - -0 - -0 - -DRAM ECC Mode. The only valid values that works for this project are 000 (No ECC) and 100 (SEC/DED over 1-beat). To run the design in ECC mode, set reg_ddrc_data_bus_width to 2'b01 (Half bus width) and reg_ddrc_ecc_mode to 100. In this mode, there will be 16-data bits + 6-bit ECC on the DRAM bus. Controller must NOT be put in full bus width mode, when ECC is turned ON. 000 : No ECC, 001: Reserved 010: Parity 011: Reserved 100: SEC/DED over 1-beat 101: SEC/DED over multiple beats 110: Device Correction 111: Reserved -
-reg_ddrc_dis_scrub - -3:3 - -8 - -1 - -8 - -0: Enable ECC scrubs (valid only when reg_ddrc_ecc_mode = 100). 1: Disable ECC scrubs -
-ECC_scrub@0XF80060F4 - -31:0 - -f - - - -8 - -ECC mode/scrub -
-

-

Register ( slcr )phy_rcvr_enable

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rcvr_enable - -0XF8006114 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_dif_on - -3:0 - -f - -0 - -0 - -Value to drive to IO receiver enable pins when turning it ON. When NOT in powerdown or self-refresh (when CKE=1) this value will be sent to the IOs to control receiver on/off. IOD is the size specified by the IO_DIFEN_SIZE parameter. -
-reg_phy_dif_off - -7:4 - -f0 - -0 - -0 - -Value to drive to IO receiver enable pins when turning it OFF. When in powerdown or self-refresh (CKE=0) this value will be sent to the IOs to control receiver on/off. IOD is the size specified by the IO_DIFEN_SIZE parameter. Depending on the IO, one of these signals dif_on or dif_off can be used. -
-phy_rcvr_enable@0XF8006114 - -31:0 - -ff - - - -0 - -Phy receiver enable register -
-

-

Register ( slcr )PHY_Config0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config0 - -0XF8006118 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Transmitter for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Receiver for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config0@0XF8006118 - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config1 - -0XF800611C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Transmitter for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Receiver for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config1@0XF800611C - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 1. -
-

-

Register ( slcr )PHY_Config2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config2 - -0XF8006120 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Transmitter for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Receiver for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Transmitter for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Receiver for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config2@0XF8006120 - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 2. -
-

-

Register ( slcr )PHY_Config3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config3 - -0XF8006124 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Transmitter for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Receiver for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config3@0XF8006124 - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 3. -
-

-

Register ( slcr )phy_init_ratio0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio0 - -0XF800612C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio0@0XF800612C - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio1 - -0XF8006130 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio1@0XF8006130 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 1. -
-

-

Register ( slcr )phy_init_ratio2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio2 - -0XF8006134 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio2@0XF8006134 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 2. -
-

-

Register ( slcr )phy_init_ratio3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio3 - -0XF8006138 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio3@0XF8006138 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 3. -
-

-

Register ( slcr )phy_rd_dqs_cfg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg0 - -0XF8006140 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg0@0XF8006140 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg1 - -0XF8006144 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg1@0XF8006144 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 1. -
-

-

Register ( slcr )phy_rd_dqs_cfg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg2 - -0XF8006148 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg2@0XF8006148 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 2. -
-

-

Register ( slcr )phy_rd_dqs_cfg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg3 - -0XF800614C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg3@0XF800614C - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 3. -
-

-

Register ( slcr )phy_wr_dqs_cfg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg0 - -0XF8006154 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg0@0XF8006154 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg1 - -0XF8006158 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg1@0XF8006158 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 1. -
-

-

Register ( slcr )phy_wr_dqs_cfg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg2 - -0XF800615C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg2@0XF800615C - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 2. -
-

-

Register ( slcr )phy_wr_dqs_cfg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg3 - -0XF8006160 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg3@0XF8006160 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 3. -
-

-

Register ( slcr )phy_we_cfg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg0 - -0XF8006168 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg0@0XF8006168 - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 0. -
-

-

Register ( slcr )phy_we_cfg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg1 - -0XF800616C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg1@0XF800616C - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 1. -
-

-

Register ( slcr )phy_we_cfg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg2 - -0XF8006170 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg2@0XF8006170 - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 2. -
-

-

Register ( slcr )phy_we_cfg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg3 - -0XF8006174 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg3@0XF8006174 - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 3. -
-

-

Register ( slcr )wr_data_slv0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv0 - -0XF800617C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv0@0XF800617C - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 0. -
-

-

Register ( slcr )wr_data_slv1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv1 - -0XF8006180 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv1@0XF8006180 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 1. -
-

-

Register ( slcr )wr_data_slv2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv2 - -0XF8006184 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv2@0XF8006184 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 2. -
-

-

Register ( slcr )wr_data_slv3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv3 - -0XF8006188 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv3@0XF8006188 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 3. -
-

-

Register ( slcr )reg_64

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_64 - -0XF8006190 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_loopback - -0:0 - -1 - -0 - -0 - -Loopback testing. 1: enable, 0: disable -
-reg_phy_bl2 - -1:1 - -2 - -0 - -0 - -Reserved for future Use. -
-reg_phy_at_spd_atpg - -2:2 - -4 - -0 - -0 - -0: run scan test at slow clock speed but with high coverage 1: run scan test at full clock speed but with less coverage During normal function mode, this port must be set 0. -
-reg_phy_bist_enable - -3:3 - -8 - -0 - -0 - -Enable the internal BIST generation and checker logic when this port is set HIGH. Setting this port as 0 will stop the BIST generator/checker. In order to run BIST tests, this port must be set along with reg_phy_loopback. -
-reg_phy_bist_force_err - -4:4 - -10 - -0 - -0 - -This register bit is used to check that BIST checker is not giving false pass. When this port is set 1, data bit gets inverted before sending out to the external memory and BIST checker must return a mismatch error. -
-reg_phy_bist_mode - -6:5 - -60 - -0 - -0 - -The mode bits select the pattern type generated by the BIST generator. All the patterns are transmitted continuously once enabled. 00: constant pattern (0 repeated on each DQ bit) 01: low freq pattern (00001111 repeated on each DQ bit) 10: PRBS pattern (2^7-1 PRBS pattern repeated on each DQ bit) Each DQ bit always has same data value except when early shifting in PRBS mode is requested 11: reserved -
-reg_phy_invert_clkout - -7:7 - -80 - -1 - -80 - -Inverts the polarity of DRAM clock. 0: core clock is passed on to DRAM 1: inverted core clock is passed on to DRAM. Use this when CLK can arrive at a DRAM device ahead of DQS or coincidence with DQS based on boad topology. This effectively delays the CLK to the DRAM device by half -cycle, providing a CLK edge that DQS can align to during leveling. -
-reg_phy_all_dq_mpr_rd_resp - -8:8 - -100 - -0 - -0 - -0: (default) best for DRAM read responses on only 1 DQ bit; works with reduced accuracy if DRAM provides read response on all bits. (In this mode dq_in[7:0] are OR'd together and dq_in[15:8] are OR'd together.) 1: assume DRAM provides read response on all DQ bits. (In this mode, dq_in[7:0] are OR'd together and dq_in[15:8] are AND'd together.) -
-reg_phy_sel_logic - -9:9 - -200 - -0 - -0 - -Selects one of the two read leveling algorithms.'b0: Select algorithm # 1'b1: Select algorithm # 2 Please refer to Read Data Eye Training section in PHY User Guide for details about the Read Leveling algorithms -
-reg_phy_ctrl_slave_ratio - -19:10 - -ffc00 - -100 - -40000 - -Ratio value for address/command launch timing in phy_ctrl macro. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_ctrl_slave_force - -20:20 - -100000 - -0 - -0 - -1: overwrite the delay/tap value for address/command timing slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_ctrl_slave_delay - -27:21 - -fe00000 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for address/command timing slave DLL with this value. This is a bit value, the remaining 2 bits are in register 0x65 bits[19:18]. -
-reg_phy_use_rank0_delays - -28:28 - -10000000 - -1 - -10000000 - -Delay selection 0: Each Rank uses its own delay 1: Rank 0 delays are used for all ranks -
-reg_phy_lpddr - -29:29 - -20000000 - -0 - -0 - -0: DDR2 or DDR3. 1: LPDDR2. -
-reg_phy_cmd_latency - -30:30 - -40000000 - -0 - -0 - -If set to 1, command comes to phy_ctrl through a flop. -
-reg_phy_int_lpbk - -31:31 - -80000000 - -0 - -0 - -1: enables the PHY internal loopback for DQ,DQS,DM before Ios. By default must be 0. -
-reg_64@0XF8006190 - -31:0 - -ffffffff - - - -10040080 - -Training control 2 -
-

-

Register ( slcr )reg_65

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_65 - -0XF8006194 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_rl_delay - -4:0 - -1f - -2 - -2 - -This delay determines when to select the active rank's ratio logic delay for Write Data and Write DQS slave delay lines after PHY receives a write command at Control Interface. The programmed value must be (Write Latency - 4) with a minimum value of 1. -
-reg_phy_rd_rl_delay - -9:5 - -3e0 - -4 - -80 - -This delay determines when to select the active rank's ratio logic delay for Read Data and Read DQS slave delay lines after PHY receives a read command at Control Interface. The programmed value must be (Read Latency - 3) with a minimum value of 1. -
-reg_phy_dll_lock_diff - -13:10 - -3c00 - -f - -3c00 - -The Maximum number of delay line taps variation allowed while maintaining the master DLL lock. When the PHY is in locked state and the variation on the clock exceeds the variation indicated by the register, the lock signal is deasserted -
-reg_phy_use_wr_level - -14:14 - -4000 - -1 - -4000 - -Write Leveling training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by write leveling Note: This is a Synchronous dynamic signal that requires timing closure. -
-reg_phy_use_rd_dqs_gate_level - -15:15 - -8000 - -1 - -8000 - -Read DQS Gate training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by DQS gate leveling Note: This is a Synchronous dynamic signal that requires timing closure. -
-reg_phy_use_rd_data_eye_level - -16:16 - -10000 - -1 - -10000 - -Read Data Eye training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by data eye leveling Note: This is a Synchronous dynamic signal that requires timing closure -
-reg_phy_dis_calib_rst - -17:17 - -20000 - -0 - -0 - -Disable the dll_calib (internally generated) signal from resetting the Read Capture FIFO pointers and portions of phy_data. Note: dll_calib is (i) generated by dfi_ctrl_upd_req or (ii) by the PHY when it detects that the clock frequency variation has exceeded the bounds set by reg_phy_dll_lock_diff or (iii) periodically throughout the leveling process. dll_calib will update the slave DL with PVT-compensated values according to master DLL outputs -
-reg_phy_ctrl_slave_delay - -19:18 - -c0000 - -0 - -0 - -If reg-phy_rd_dqs_slave_force is 1, replace delay/tap value for address/command timing slave DLL with this value -
-reg_65@0XF8006194 - -31:0 - -fffff - - - -1fc82 - -Training control 3 -
-

-

Register ( slcr )page_mask

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-page_mask - -0XF8006204 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_page_addr_mask - -31:0 - -ffffffff - -0 - -0 - -Set this register based on the value programmed on the reg_ddrc_addrmap_* registers. Set the Column address bits to 0. Set the Page and Bank address bits to 1. This is used for calculating page_match inside the slave modules in Arbiter. The page_match is considered during the arbitration process. This mask applies to 64-bit address and not byte address. Setting this value to 0 disables transaction prioritization based on page/bank match. -
-page_mask@0XF8006204 - -31:0 - -ffffffff - - - -0 - -Page mask -
-

-

Register ( slcr )axi_priority_wr_port0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port0 - -0XF8006208 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port0@0XF8006208 - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port1 - -0XF800620C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port1@0XF800620C - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 1. -
-

-

Register ( slcr )axi_priority_wr_port2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port2 - -0XF8006210 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port2@0XF8006210 - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 2. -
-

-

Register ( slcr )axi_priority_wr_port3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port3 - -0XF8006214 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port3@0XF8006214 - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 3. -
-

-

Register ( slcr )axi_priority_rd_port0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port0 - -0XF8006218 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port0@0XF8006218 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port1 - -0XF800621C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port1@0XF800621C - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 1. -
-

-

Register ( slcr )axi_priority_rd_port2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port2 - -0XF8006220 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port2@0XF8006220 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 2. -
-

-

Register ( slcr )axi_priority_rd_port3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port3 - -0XF8006224 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port3@0XF8006224 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 3. -
-

-

Register ( slcr )lpddr_ctrl0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl0 - -0XF80062A8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_lpddr2 - -0:0 - -1 - -0 - -0 - -0: DDR2 or DDR3 in use. 1: LPDDR2 in Use. -
-reg_ddrc_per_bank_refresh - -1:1 - -2 - -0 - -0 - -0:All bank refresh Per bank refresh allows traffic to flow to other banks. 1:Per bank refresh Per bank refresh is not supported on all LPDDR2 devices. -
-reg_ddrc_derate_enable - -2:2 - -4 - -0 - -0 - -0: Timing parameter derating is disabled. 1: Timing parameter derating is enabled using MR4 read value. -
-reg_ddrc_mr4_margin - -11:4 - -ff0 - -0 - -0 - -UNUSED -
-lpddr_ctrl0@0XF80062A8 - -31:0 - -ff7 - - - -0 - -LPDDR2 Control 0 -
-

-

Register ( slcr )lpddr_ctrl1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl1 - -0XF80062AC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_mr4_read_interval - -31:0 - -ffffffff - -0 - -0 - -Interval between two MR4 reads, USED to derate the timing parameters. -
-lpddr_ctrl1@0XF80062AC - -31:0 - -ffffffff - - - -0 - -LPDDR2 Control 1 -
-

-

Register ( slcr )lpddr_ctrl2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl2 - -0XF80062B0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_min_stable_clock_x1 - -3:0 - -f - -5 - -5 - -Time to wait after the first CKE high, tINIT2. Units: 1 clock cycle. LPDDR2 typically requires 5 x tCK delay. -
-reg_ddrc_idle_after_reset_x32 - -11:4 - -ff0 - -12 - -120 - -Idle time after the reset command, tINIT4. Units: 32 clock cycles. -
-reg_ddrc_t_mrw - -21:12 - -3ff000 - -5 - -5000 - -Time to wait during load mode register writes. Present only in designs configured to support LPDDR2. LPDDR2 typically requires value of 5. -
-lpddr_ctrl2@0XF80062B0 - -31:0 - -3fffff - - - -5125 - -LPDDR2 Control 2 -
-

-

Register ( slcr )lpddr_ctrl3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl3 - -0XF80062B4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_max_auto_init_x1024 - -7:0 - -ff - -a8 - -a8 - -Maximum duration of the auto initialization, tINIT5. Units: 1024 clock cycles. LPDDR2 typically requires 10 us. -
-reg_ddrc_dev_zqinit_x32 - -17:8 - -3ff00 - -12 - -1200 - -ZQ initial calibration, tZQINIT. Units: 32 clock cycles. LPDDR2 typically requires 1 us. -
-lpddr_ctrl3@0XF80062B4 - -31:0 - -3ffff - - - -12a8 - -LPDDR2 Control 3 -
-

-

POLL ON DCI STATUS

-

Register ( slcr )DDRIOB_DCI_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_STATUS - -0XF8000B74 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DONE - -13:13 - -2000 - -1 - -2000 - -DCI done signal -
-DDRIOB_DCI_STATUS@0XF8000B74 - -31:0 - -2000 - - - -2000 - -tobe -
-

-

UNLOCK DDR

-

Register ( slcr )ddrc_ctrl

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ddrc_ctrl - -0XF8006000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_soft_rstb - -0:0 - -1 - -1 - -1 - -Active low soft reset. Update during normal operation. 0: Resets the controller 1: Takes the controller out of reset. Dynamic Bit Field. Note: Software changes DRAM controller register values only when the controller is in the reset state, except for bit fields that can be dymanically updated. -
-reg_ddrc_powerdown_en - -1:1 - -2 - -0 - -0 - -Controller power down control. Update during normal operation. Enable the controller to powerdown after it becomes idle. Dynamic Bit Field. 0: disable 1: enable -
-reg_ddrc_data_bus_width - -3:2 - -c - -0 - -0 - -DDR bus width control 00: 32-bit 01: 16-bit 1x: reserved -
-reg_ddrc_burst8_refresh - -6:4 - -70 - -0 - -0 - -Refresh timeout. Programmed value plus one will be the number of refresh timeouts that will be allowed to accumulate before traffic is blocked and the refreshes are forced to execute. Closing pages to perform a refresh is a one-time penalty that must be paid for each group of refreshes; therefore, performing refreshes in a burst reduces the per-refresh penalty of these page closings. Higher numbers for burst_of_N_refresh slightly increases utilization; lower numbers decreases the worst-case latency associated with refreshes. 0: single refresh 1: burst-of-2 ... 7: burst-of-8 refresh -
-reg_ddrc_rdwr_idle_gap - -13:7 - -3f80 - -1 - -80 - -When the preferred transaction store is empty for this many clock cycles, switch to the alternate transaction store if it is non-empty. The read transaction store (both high and low priority) is the default preferred transaction store and the write transaction store is the alternate store. When 'Prefer write over read' is set this is reversed. -
-reg_ddrc_dis_rd_bypass - -14:14 - -4000 - -0 - -0 - -Only present in designs supporting read bypass. For Debug only. 0: Do not disable bypass path for high priority read page hits. 1: disable bypass path for high priority read page hits. -
-reg_ddrc_dis_act_bypass - -15:15 - -8000 - -0 - -0 - -Only present in designs supporting activate bypass. For Debug only. 0: Do not disable bypass path for high priority read activates. 1: disable bypass path for high priority read activates. -
-reg_ddrc_dis_auto_refresh - -16:16 - -10000 - -0 - -0 - -Disable auto-refresh. 0: do not disable auto-refresh. 1: disable auto-refresh. Dynamic Bit Field. Note: When this transitions from 0 to 1, any pending refreshes will be immediately scheduled by the controller. -
-ddrc_ctrl@0XF8006000 - -31:0 - -1ffff - - - -81 - -DDRC Control -
-

-

CHECK DDR STATUS

-

Register ( slcr )mode_sts_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-mode_sts_reg - -0XF8006054 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-ddrc_reg_operating_mode - -2:0 - -7 - -1 - -1 - -Gives the status of the controller. 0: DDRC Init 1: Normal operation 2: Power-down mode 3: Self-refresh mode 4 and above: deep power down mode (LPDDR2 only) -
-mode_sts_reg@0XF8006054 - -31:0 - -7 - - - -1 - -tobe -
-

- -

-

ps7_mio_init_data_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DDRIOB_ADDR0 - - -0XF8000B40 - -32 - -RW - -0x000000 - -DDR IOB Config for Address 0 -
- -DDRIOB_ADDR1 - - -0XF8000B44 - -32 - -RW - -0x000000 - -DDR IOB Config for Address 1 -
- -DDRIOB_DATA0 - - -0XF8000B48 - -32 - -RW - -0x000000 - -DDR IOB Config for Data 15:0 -
- -DDRIOB_DATA1 - - -0XF8000B4C - -32 - -RW - -0x000000 - -DDR IOB Config for Data 31:16 -
- -DDRIOB_DIFF0 - - -0XF8000B50 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 1:0 -
- -DDRIOB_DIFF1 - - -0XF8000B54 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 3:2 -
- -DDRIOB_CLOCK - - -0XF8000B58 - -32 - -RW - -0x000000 - -DDR IOB Config for Clock Output -
- -DDRIOB_DRIVE_SLEW_ADDR - - -0XF8000B5C - -32 - -RW - -0x000000 - -DDR IOB Slew for Address -
- -DDRIOB_DRIVE_SLEW_DATA - - -0XF8000B60 - -32 - -RW - -0x000000 - -DDR IOB Slew for Data -
- -DDRIOB_DRIVE_SLEW_DIFF - - -0XF8000B64 - -32 - -RW - -0x000000 - -DDR IOB Slew for Diff -
- -DDRIOB_DRIVE_SLEW_CLOCK - - -0XF8000B68 - -32 - -RW - -0x000000 - -DDR IOB Slew for Clock -
- -DDRIOB_DDR_CTRL - - -0XF8000B6C - -32 - -RW - -0x000000 - -DDR IOB Buffer Control -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDRIOB DCI configuration -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDRIOB DCI configuration -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDRIOB DCI configuration -
- -MIO_PIN_14 - - -0XF8000738 - -32 - -RW - -0x000000 - -MIO Pin 14 Control -
- -MIO_PIN_15 - - -0XF800073C - -32 - -RW - -0x000000 - -MIO Pin 15 Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_mio_init_data_2_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

OCM REMAPPING

-

DDRIOB SETTINGS

-

Register ( slcr )DDRIOB_ADDR0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_ADDR0 - -0XF8000B40 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -0 - -0 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_ADDR0@0XF8000B40 - -31:0 - -fff - - - -600 - -DDR IOB Config for Address 0 -
-

-

Register ( slcr )DDRIOB_ADDR1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_ADDR1 - -0XF8000B44 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -0 - -0 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_ADDR1@0XF8000B44 - -31:0 - -fff - - - -600 - -DDR IOB Config for Address 1 -
-

-

Register ( slcr )DDRIOB_DATA0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA0 - -0XF8000B48 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -1 - -2 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DATA0@0XF8000B48 - -31:0 - -fff - - - -672 - -DDR IOB Config for Data 15:0 -
-

-

Register ( slcr )DDRIOB_DATA1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA1 - -0XF8000B4C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -1 - -2 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DATA1@0XF8000B4C - -31:0 - -fff - - - -672 - -DDR IOB Config for Data 31:16 -
-

-

Register ( slcr )DDRIOB_DIFF0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF0 - -0XF8000B50 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -2 - -4 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DIFF0@0XF8000B50 - -31:0 - -fff - - - -674 - -DDR IOB Config for DQS 1:0 -
-

-

Register ( slcr )DDRIOB_DIFF1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF1 - -0XF8000B54 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -2 - -4 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DIFF1@0XF8000B54 - -31:0 - -fff - - - -674 - -DDR IOB Config for DQS 3:2 -
-

-

Register ( slcr )DDRIOB_CLOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_CLOCK - -0XF8000B58 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -0 - -0 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_CLOCK@0XF8000B58 - -31:0 - -fff - - - -600 - -DDR IOB Config for Clock Output -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_ADDR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_ADDR - -0XF8000B5C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -3 - -c000 - -DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -3 - -180000 - -DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000: Normal Operation 001 to 111: Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_ADDR@0XF8000B5C - -31:0 - -ffffffff - - - -18c61c - -DDR IOB Slew for Address -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_DATA

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_DATA - -0XF8000B60 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -6 - -18000 - -DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000: Normal Operation 001 to 111: Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_DATA@0XF8000B60 - -31:0 - -ffffffff - - - -f9861c - -DDR IOB Slew for Data -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_DIFF

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_DIFF - -0XF8000B64 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -6 - -18000 - -DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000: Normal Operation 001 to 111: Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_DIFF@0XF8000B64 - -31:0 - -ffffffff - - - -f9861c - -DDR IOB Slew for Diff -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_CLOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_CLOCK - -0XF8000B68 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -6 - -18000 - -DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000: Normal Operation 001 to 111: Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_CLOCK@0XF8000B68 - -31:0 - -ffffffff - - - -f9861c - -DDR IOB Slew for Clock -
-

-

Register ( slcr )DDRIOB_DDR_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DDR_CTRL - -0XF8000B6C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-VREF_INT_EN - -0:0 - -1 - -0 - -0 - -Enables VREF internal generator -
-VREF_SEL - -4:1 - -1e - -0 - -0 - -Specifies DDR IOB Vref generator output: 0001: VREF = 0.6V for LPDDR2 with 1.2V IO 0100: VREF = 0.75V for DDR3 with 1.5V IO 1000: VREF = 0.90V for DDR2 with 1.8V IO -
-VREF_EXT_EN - -6:5 - -60 - -3 - -60 - -Enables External VREF input x0: Disable External VREF for lower 16 bits x1: Enable External VREF for lower 16 bits 0x: Disable External VREF for upper 16 bits 1X: Enable External VREF for upper 16 bits -
-VREF_PULLUP_EN - -8:7 - -180 - -0 - -0 - -Enables VREF pull-up resistors x0: Disable VREF pull-up for lower 16 bits x1: Enable VREF pull-up for lower 16 bits 0x: Disable VREF pull-up for upper 16 bits 1x: Enable VREF pull-up for upper 16 bits -
-REFIO_EN - -9:9 - -200 - -1 - -200 - -Enables VRP,VRN 0: VRP/VRN not used 1: VRP/VRN used as refio -
-REFIO_TEST - -11:10 - -c00 - -0 - -0 - -Enable test mode for VRP and VRN: 00: VRP/VRN test mode not used 11: VRP/VRN test mode enabled using vref based receiver. VRP/VRN control is set using the VRN_OUT, VRP_OUT, VRN_TRI, VRP_TRI fields in the DDRIOB_DCI_CTRL register -
-REFIO_PULLUP_EN - -12:12 - -1000 - -0 - -0 - -Enables VRP,VRN pull-up resistors 0: no pull-up 1: enable pull-up -
-DRST_B_PULLUP_EN - -13:13 - -2000 - -0 - -0 - -Enables pull-up resistors 0: no pull-up 1: enable pull-up -
-CKE_PULLUP_EN - -14:14 - -4000 - -0 - -0 - -Enables pull-up resistors 0: no pull-up 1: enable pull-up -
-DDRIOB_DDR_CTRL@0XF8000B6C - -31:0 - -7fff - - - -260 - -DDR IOB Buffer Control -
-

-

ASSERT RESET

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -1 - -1 - -At least toggle once to initialise flops in DCI system -
-VRN_OUT - -5:5 - -20 - -1 - -20 - -VRN output value -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -21 - - - -21 - -DDRIOB DCI configuration -
-

-

DEASSERT RESET

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -0 - -0 - -At least toggle once to initialise flops in DCI system -
-VRN_OUT - -5:5 - -20 - -1 - -20 - -VRN output value -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -21 - - - -20 - -DDRIOB DCI configuration -
-

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -1 - -1 - -At least toggle once to initialise flops in DCI system -
-ENABLE - -1:1 - -2 - -1 - -2 - -1 if any iob's use a terminate type, or if dci test block used -
-VRP_TRI - -2:2 - -4 - -0 - -0 - -VRP tristate value -
-VRN_TRI - -3:3 - -8 - -0 - -0 - -VRN tristate value -
-VRP_OUT - -4:4 - -10 - -0 - -0 - -VRP output value -
-VRN_OUT - -5:5 - -20 - -1 - -20 - -VRN output value -
-NREF_OPT1 - -7:6 - -c0 - -0 - -0 - -Reserved -
-NREF_OPT2 - -10:8 - -700 - -0 - -0 - -Reserved -
-NREF_OPT4 - -13:11 - -3800 - -1 - -800 - -Reserved -
-PREF_OPT1 - -16:14 - -1c000 - -0 - -0 - -Reserved -
-PREF_OPT2 - -19:17 - -e0000 - -0 - -0 - -Reserved -
-UPDATE_CONTROL - -20:20 - -100000 - -0 - -0 - -DCI Update -
-INIT_COMPLETE - -21:21 - -200000 - -0 - -0 - -test Internal to IO bank -
-TST_CLK - -22:22 - -400000 - -0 - -0 - -Emulate DCI clock -
-TST_HLN - -23:23 - -800000 - -0 - -0 - -Emulate comparator output (VRN) -
-TST_HLP - -24:24 - -1000000 - -0 - -0 - -Emulate comparator output (VRP) -
-TST_RST - -25:25 - -2000000 - -0 - -0 - -Emulate Reset -
-INT_DCI_EN - -26:26 - -4000000 - -0 - -0 - -Need explanation here -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -7ffffff - - - -823 - -DDRIOB DCI configuration -
-

-

MIO PROGRAMMING

-

Register ( slcr )MIO_PIN_14

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-MIO_PIN_14 - -0XF8000738 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-TRI_ENABLE - -0:0 - -1 - -1 - -1 - -Operates the same as MIO_PIN_00[TRI_ENABLE] -
-L0_SEL - -1:1 - -2 - -0 - -0 - -Level 0 Mux Select 0: Level 1 Mux 1= Not Used -
-L1_SEL - -2:2 - -4 - -0 - -0 - -Level 1 Mux Select 0: Level 2 Mux 1: Trace Port Data Bit 0 -
-L2_SEL - -4:3 - -18 - -0 - -0 - -Level 2 Mux Select 00: Level 3 Mux 01: reserved 10: NAND Flash Busy 11: SDIO 0 Power Control output -
-L3_SEL - -7:5 - -e0 - -7 - -e0 - -Level 3 Mux Select 000: GPIO 14 (bank 0) 001: CAN 0 Rx 010: I2C 0 Serial Clock 011: SWDT Clock Input 100: SDIO 1 IO Bit 2 101: SPI 1 slave select 1 110: reserved 111: UART 0 RxD -
-Speed - -8:8 - -100 - -0 - -0 - -Operates the same as MIO_PIN_00[Speed] -
-IO_Type - -11:9 - -e00 - -3 - -600 - -Operates the same as MIO_PIN_00[IO_Type] -
-PULLUP - -12:12 - -1000 - -1 - -1000 - -Operates the same as MIO_PIN_00[PULL_UP] -
-DisableRcvr - -13:13 - -2000 - -0 - -0 - -Operates the same as MIO_PIN_00[DisableRcvr] -
-MIO_PIN_14@0XF8000738 - -31:0 - -3fff - - - -16e1 - -MIO Pin 14 Control -
-

-

Register ( slcr )MIO_PIN_15

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-MIO_PIN_15 - -0XF800073C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-TRI_ENABLE - -0:0 - -1 - -0 - -0 - -Operates the same as MIO_PIN_00[TRI_ENABLE] -
-L0_SEL - -1:1 - -2 - -0 - -0 - -Level 0 Mux Select 0: Level 1 Mux 1= Not Used -
-L1_SEL - -2:2 - -4 - -0 - -0 - -Level 1 Mux Select 0: Level 2 Mux 1: Trace Port Data Bit 1 -
-L2_SEL - -4:3 - -18 - -0 - -0 - -Level 2 Mux Select 00: Level 3 Mux 01: SRAM/NOR Address Bit 0 10: reserved 11: SDIO 1 Power Control output -
-L3_SEL - -7:5 - -e0 - -7 - -e0 - -Level 3 Mux Select 000: GPIO 15 (bank 0) 001: CAN 0 Tx 010: I2C 0 Serial Data 011: SWDT Reset Out 100: SDIO 1 IO Bit 3 101: SPI 1 Slave Select 2 110: reserved 111: UART 0 TxD -
-Speed - -8:8 - -100 - -0 - -0 - -Operates the same as MIO_PIN_00[Speed] -
-IO_Type - -11:9 - -e00 - -3 - -600 - -Operates the same as MIO_PIN_00[IO_Type] -
-PULLUP - -12:12 - -1000 - -1 - -1000 - -Operates the same as MIO_PIN_00[PULL_UP] -
-DisableRcvr - -13:13 - -2000 - -0 - -0 - -Operates the same as MIO_PIN_00[DisableRcvr] -
-MIO_PIN_15@0XF800073C - -31:0 - -3fff - - - -16e0 - -MIO Pin 15 Control -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_peripherals_init_data_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DDRIOB_DATA0 - - -0XF8000B48 - -32 - -RW - -0x000000 - -DDR IOB Config for Data 15:0 -
- -DDRIOB_DATA1 - - -0XF8000B4C - -32 - -RW - -0x000000 - -DDR IOB Config for Data 31:16 -
- -DDRIOB_DIFF0 - - -0XF8000B50 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 1:0 -
- -DDRIOB_DIFF1 - - -0XF8000B54 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 3:2 -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
- -Baud_rate_divider_reg0 - - -0XE0000034 - -32 - -RW - -0x000000 - -baud rate divider register -
- -Baud_rate_gen_reg0 - - -0XE0000018 - -32 - -RW - -0x000000 - -Baud rate divider register. -
- -Control_reg0 - - -0XE0000000 - -32 - -RW - -0x000000 - -UART Control register -
- -mode_reg0 - - -0XE0000004 - -32 - -RW - -0x000000 - -UART Mode register -
- -Config_reg - - -0XE000D000 - -32 - -RW - -0x000000 - -SPI configuration register -
- -CTRL - - -0XF8007000 - -32 - -RW - -0x000000 - -Control Register : This register defines basic control registers. Some of the register bits can be locked by control bits in the LOCK Register 0x004. -
-

-

ps7_peripherals_init_data_2_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

DDR TERM/IBUF_DISABLE_MODE SETTINGS

-

Register ( slcr )DDRIOB_DATA0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA0 - -0XF8000B48 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-DDRIOB_DATA0@0XF8000B48 - -31:0 - -180 - - - -180 - -DDR IOB Config for Data 15:0 -
-

-

Register ( slcr )DDRIOB_DATA1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA1 - -0XF8000B4C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-DDRIOB_DATA1@0XF8000B4C - -31:0 - -180 - - - -180 - -DDR IOB Config for Data 31:16 -
-

-

Register ( slcr )DDRIOB_DIFF0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF0 - -0XF8000B50 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-DDRIOB_DIFF0@0XF8000B50 - -31:0 - -180 - - - -180 - -DDR IOB Config for DQS 1:0 -
-

-

Register ( slcr )DDRIOB_DIFF1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF1 - -0XF8000B54 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-DDRIOB_DIFF1@0XF8000B54 - -31:0 - -180 - - - -180 - -DDR IOB Config for DQS 3:2 -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

-

SRAM/NOR SET OPMODE

-

UART REGISTERS

-

Register ( slcr )Baud_rate_divider_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Baud_rate_divider_reg0 - -0XE0000034 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-BDIV - -7:0 - -ff - -6 - -6 - -Baud rate divider value: 0 - 3: ignored 4 - 255: Baud rate -
-Baud_rate_divider_reg0@0XE0000034 - -31:0 - -ff - - - -6 - -baud rate divider register -
-

-

Register ( slcr )Baud_rate_gen_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Baud_rate_gen_reg0 - -0XE0000018 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CD - -15:0 - -ffff - -7c - -7c - -Baud Rate Clock Divisor Value: 0: Disables baud_sample 1: Clock divisor bypass 2 - 65535: baud_sample value -
-Baud_rate_gen_reg0@0XE0000018 - -31:0 - -ffff - - - -7c - -Baud rate divider register. -
-

-

Register ( slcr )Control_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Control_reg0 - -0XE0000000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-STPBRK - -8:8 - -100 - -0 - -0 - -Stop transmitter break: 0: start break transmission, 1: stop break transmission. -
-STTBRK - -7:7 - -80 - -0 - -0 - -Start transmitter break: 0: 1: start to transmit a break. Can only be set if STPBRK (Stop transmitter break) is not high. -
-RSTTO - -6:6 - -40 - -0 - -0 - -Restart receiver timeout counter: 0: receiver timeout counter disabled, 1: receiver timeout counter is restarted. -
-TXDIS - -5:5 - -20 - -0 - -0 - -Transmit disable: 0: enable transmitter, 0: disable transmitter -
-TXEN - -4:4 - -10 - -1 - -10 - -Transmit enable: 0: disable transmitter, 1: enable transmitter, provided the TXDIS field is set to 0. -
-RXDIS - -3:3 - -8 - -0 - -0 - -Receive disable: 0: disable, 1: enable -
-RXEN - -2:2 - -4 - -1 - -4 - -Receive enable: 0: disable, 1: enable. When set to one, the receiver logic is enabled, provided the RXDIS field is set to zero. -
-TXRES - -1:1 - -2 - -1 - -2 - -Software reset for Tx data path: 0: 1: transmitter logic is reset and all pending transmitter data is discarded self clear -
-RXRES - -0:0 - -1 - -1 - -1 - -Software reset for Rx data path: 0: 1: receiver logic is reset and all pending receiver data is discarded self clear -
-Control_reg0@0XE0000000 - -31:0 - -1ff - - - -17 - -UART Control register -
-

-

Register ( slcr )mode_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-mode_reg0 - -0XE0000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IRMODE - -11:11 - -800 - -0 - -0 - -Enable IrDA mode: 0: Default UART mode 1: Enable IrDA mode -
-UCLKEN - -10:10 - -400 - -0 - -0 - -External uart_clk source select: 0: APB clock, pclk 1: a user-defined clock -
-CHMODE - -9:8 - -300 - -0 - -0 - -Channel mode: 00: normal 01: automatic cho 10: local loopback 11: remote loopback -
-NBSTOP - -7:6 - -c0 - -0 - -0 - -Number of stop bits: 00: 1 stop bit 01: 1.5 stop bits 10: 2 stop bits 11: reserved -
-PAR - -5:3 - -38 - -4 - -20 - -Parity type select: 000: even parity 001: odd parity 010: forced to 0 parity (space) 011: forced to 1 parity (mark) 1xx: no parity -
-CHRL - -2:1 - -6 - -0 - -0 - -Character length select: 11: 6 bits 10: 7 bits 0x: 8 bits -
-CLKS - -0:0 - -1 - -0 - -0 - -Clock source select: 0: clock source is uart_clk 1: clock source is uart_clk/8 -
-mode_reg0@0XE0000004 - -31:0 - -fff - - - -20 - -UART Mode register -
-

-

QSPI REGISTERS

-

Register ( slcr )Config_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Config_reg - -0XE000D000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-Holdb_dr - -19:19 - -80000 - -1 - -80000 - -Holdb and WPn pins are driven in normal/fast read or dual output/io read by the controller, if set, else external pull-high is required. Both pins are always driven by the controller in quad mode. -
-Config_reg@0XE000D000 - -31:0 - -80000 - - - -80000 - -SPI configuration register -
-

-

PL POWER ON RESET REGISTERS

-

Register ( slcr )CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CTRL - -0XF8007000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PCFG_POR_CNT_4K - -29:29 - -20000000 - -0 - -0 - -This is to indicate to the FPGA fabric what timer to use 0 - use 64K timer 1 - use 4K timer -
-CTRL@0XF8007000 - -31:0 - -20000000 - - - -0 - -Control Register : This register defines basic control registers. Some of the register bits can be locked by control bits in the LOCK Register 0x004. -
-

-

SMC TIMING CALCULATION REGISTER UPDATE

-

NAND SET CYCLE

-

OPMODE

-

DIRECT COMMAND

-

SRAM/NOR CS0 SET CYCLE

-

DIRECT COMMAND

-

NOR CS0 BASE ADDRESS

-

SRAM/NOR CS1 SET CYCLE

-

DIRECT COMMAND

-

NOR CS1 BASE ADDRESS

-

USB RESET

-

ENET RESET

-

I2C RESET

-

NOR CHIP SELECT

-

DIR MODE BANK 0

-

MASK_DATA_0_LSW HIGH BANK [15:0]

-

OUTPUT ENABLE BANK 0

- -

-

ps7_post_config_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -LVL_SHFTR_EN - - -0XF8000900 - -32 - -RW - -0x000000 - -Level Shifters Enable -
- -FPGA_RST_CTRL - - -0XF8000240 - -32 - -RW - -0x000000 - -FPGA Software Reset Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_post_config_2_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

ENABLING LEVEL SHIFTER

-

Register ( slcr )LVL_SHFTR_EN

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LVL_SHFTR_EN - -0XF8000900 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-USER_INP_ICT_EN_0 - -1:0 - -3 - -3 - -3 - -Enable level shifters for PSS user inputs to FPGA in FPGA tile 0, drives slcr_fpga_if_ctrl0[1:0]. -
-USER_INP_ICT_EN_1 - -3:2 - -c - -3 - -c - -Enable level shifters for PSS user inputs to FPGA in FPGA tile 1, drives slcr_fpga_if_ctrl1[1:0]. -
-LVL_SHFTR_EN@0XF8000900 - -31:0 - -f - - - -f - -Level Shifters Enable -
-

-

FPGA RESETS TO 0

-

Register ( slcr )FPGA_RST_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-FPGA_RST_CTRL - -0XF8000240 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_3 - -31:25 - -fe000000 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-FPGA_ACP_RST - -24:24 - -1000000 - -0 - -0 - -FPGA ACP port soft reset: 0: No reset 1: ACP AXI interface reset output asserted -
-FPGA_AXDS3_RST - -23:23 - -800000 - -0 - -0 - -AXDS3AXI interface soft reset. On assertion of this reset, the AXDS3AXI interface reset output will be asserted. 0: No reset 1: AXDS3AXI interface reset output asserted -
-FPGA_AXDS2_RST - -22:22 - -400000 - -0 - -0 - -AXDS2 AXI interface soft reset. On assertion of this reset, the AXDS2 AXI interface reset output will be asserted. 0: No reset 1: AXDS2 AXI interface reset output asserted -
-FPGA_AXDS1_RST - -21:21 - -200000 - -0 - -0 - -AXDS1 AXI interface soft reset. On assertion of this reset, the AXDS1 AXI interface reset output will be asserted. 0: No reset 1: AXDS1 AXI interface reset output asserted -
-FPGA_AXDS0_RST - -20:20 - -100000 - -0 - -0 - -AXDS0 AXI interface soft reset. On assertion of this reset, the AXDS0 AXI interface reset output will be asserted. 0: No reset 1: AXDS0 AXI interface reset output asserted -
-reserved_2 - -19:18 - -c0000 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-FSSW1_FPGA_RST - -17:17 - -20000 - -0 - -0 - -General purpose FPGA slave interface 1 soft reset. On assertion of this reset, the FPGA slave interface 1 reset will be asserted. 0: No reset 1: FPGA slave interface 1 reset is asserted -
-FSSW0_FPGA_RST - -16:16 - -10000 - -0 - -0 - -General purpose FPGA slave interface 0 soft reset. On assertion of this reset, the FPGA slave interface 0 reset will be asserted. 0: No reset 1: FPGA slave interface 0 reset is asserted -
-reserved_1 - -15:14 - -c000 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-FPGA_FMSW1_RST - -13:13 - -2000 - -0 - -0 - -General purpose FPGA master interface: 1: soft reset. On assertion of this reset, the FPGA master interface 1 reset will be asserted. 0: No reset 1: FPGA master interface 1 reset is asserted -
-FPGA_FMSW0_RST - -12:12 - -1000 - -0 - -0 - -General purpose FPGA master interface 0 soft reset. On assertion of this reset, the FPGA master interface 0 reset will be asserted. 0: No reset 1: FPGA master interface 0 reset is asserted. -
-FPGA_DMA3_RST - -11:11 - -800 - -0 - -0 - -FPGA DMA 3 peripheral request soft reset. On assertion of this reset, the FPGA DMA 3 peripheral request reset output will be asserted. 0: No reset 1: FPGA DMA 3 peripheral request reset output asserted -
-FPGA_DMA2_RST - -10:10 - -400 - -0 - -0 - -FPGA DMA 2 peripheral request soft reset. On assertion of this reset, the FPGA DMA 2 peripheral request reset output will be asserted. 0: No reset 1: FPGA DMA 2 peripheral request reset output asserted -
-FPGA_DMA1_RST - -9:9 - -200 - -0 - -0 - -FPGA DMA 1 peripheral request soft reset. On assertion of this reset, the FPGA DMA 1 peripheral request reset output will be asserted. 0: No reset 1: FPGA DMA 1 peripheral request reset output asserted -
-FPGA_DMA0_RST - -8:8 - -100 - -0 - -0 - -FPGA DMA 0 peripheral request soft reset. On assertion of this reset, the FPGA DMA 0 peripheral request reset output will be asserted. 0: No reset 1: FPGA DMA 0 peripheral request reset output asserted -
-reserved - -7:4 - -f0 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-FPGA3_OUT_RST - -3:3 - -8 - -0 - -0 - -FPGA3software reset. On assertion of this reset, the FPGA 3 top level reset output will be asserted. 0: No reset 1: FPGA 3 top level reset output asserted -
-FPGA2_OUT_RST - -2:2 - -4 - -0 - -0 - -FPGA2 software reset. On assertion of this reset, the FPGA 2 top level reset output will be asserted. 0: No reset 1: FPGA 2 top level reset output asserted -
-FPGA1_OUT_RST - -1:1 - -2 - -0 - -0 - -FPGA1 software reset. On assertion of this reset, the FPGA 1 top level reset output will be asserted. 0: No reset 1: FPGA 1 top level reset output asserted -
-FPGA0_OUT_RST - -0:0 - -1 - -0 - -0 - -FPGA0 software reset. On assertion of this reset, the FPGA 0 top level reset output will be asserted. 0: No reset 1: FPGA 0 top level reset output asserted -
-FPGA_RST_CTRL@0XF8000240 - -31:0 - -ffffffff - - - -0 - -FPGA Software Reset Control -
-

-

AFI REGISTERS

-

AFI0 REGISTERS

-

AFI1 REGISTERS

-

AFI2 REGISTERS

-

AFI3 REGISTERS

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_debug_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -LAR - - -0XF8898FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
- -LAR - - -0XF8899FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
- -LAR - - -0XF8809FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
-

-

ps7_debug_2_0

- - - - - - - - - -

CROSS TRIGGER CONFIGURATIONS

-

UNLOCKING CTI REGISTERS

-

Register ( slcr )LAR

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8898FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8898FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

Register ( slcr )LAR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8899FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8899FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

Register ( slcr )LAR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8809FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8809FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

ENABLING CTI MODULES AND CHANNELS

-

MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS

- -

- - - - -

ps7_pll_init_data_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -ARM_PLL_CFG - - -0XF8000110 - -32 - -RW - -0x000000 - -ARM PLL Configuration -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_CLK_CTRL - - -0XF8000120 - -32 - -RW - -0x000000 - -CORTEX A9 Clock Control -
- -DDR_PLL_CFG - - -0XF8000114 - -32 - -RW - -0x000000 - -DDR PLL Configuration -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_CLK_CTRL - - -0XF8000124 - -32 - -RW - -0x000000 - -DDR Clock Control -
- -IO_PLL_CFG - - -0XF8000118 - -32 - -RW - -0x000000 - -IO PLL Configuration -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_pll_init_data_1_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register always returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

PLL SLCR REGISTERS

-

ARM PLL INIT

-

Register ( slcr )ARM_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CFG - -0XF8000110 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -2 - -20 - -Drives the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drives the PLL_CP[3:0] input of the PLL to set the PLL charge pump control -
-LOCK_CNT - -21:12 - -3ff000 - -fa - -fa000 - -Drives the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned withth a certain window before syaing locked. -
-ARM_PLL_CFG@0XF8000110 - -31:0 - -3ffff0 - - - -fa220 - -ARM PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -28 - -28000 - -Provides the feedback divisor for the PLL. NOTE: Before changing this value the PLL must first be bypassed and then put into powerdown or reset state. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -7f000 - - - -28000 - -ARM PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -Overides control of the PLL bypass function within the clock controller to force into bypass state. 0 - PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1 - PLL forced to be bypassed. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -10 - - - -10 - -ARM PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -Drives the RESET input of the PLL. 0 - PLL out of reset; 1 - PLL held in reset. Remember that after reset, the user should program the PLLs and ensure that the serviced bit below is asserted before using. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -1 - - - -1 - -ARM PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -Drives the RESET input of the PLL. 0 - PLL out of reset; 1 - PLL held in reset. Remember that after reset, the user should program the PLLs and ensure that the serviced bit below is asserted before using. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -1 - - - -0 - -ARM PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-ARM_PLL_LOCK - -0:0 - -1 - -1 - -1 - -ARM PLL lock status. 0 - ARM PLL out of lock. 1 - ARM PLL in lock. Note: Reset condition is actually 0, but will always be 1 by the time this register can be read if PLL's are being used. -
-PLL_STATUS@0XF800010C - -31:0 - -1 - - - -1 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -Overides control of the PLL bypass function within the clock controller to force into bypass state. 0 - PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1 - PLL forced to be bypassed. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -10 - - - -0 - -ARM PLL Control -
-

-

Register ( slcr )ARM_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_CLK_CTRL - -0XF8000120 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Selects the source used to generate the clock. 0x - Source for generated clock is CPU PLL. 10 - Source for generated clock is DDR divided clock. 11 - Source for generated clock is IO PLL -
-DIVISOR - -13:8 - -3f00 - -2 - -200 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-CPU_6OR4XCLKACT - -24:24 - -1000000 - -1 - -1000000 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CPU_3OR2XCLKACT - -25:25 - -2000000 - -1 - -2000000 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CPU_2XCLKACT - -26:26 - -4000000 - -1 - -4000000 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CPU_1XCLKACT - -27:27 - -8000000 - -1 - -8000000 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CPU_PERI_CLKACT - -28:28 - -10000000 - -1 - -10000000 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-ARM_CLK_CTRL@0XF8000120 - -31:0 - -1f003f30 - - - -1f000200 - -CORTEX A9 Clock Control -
-

-

DDR PLL INIT

-

Register ( slcr )DDR_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CFG - -0XF8000114 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -2 - -20 - -Drives the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drives the PLL_CP[3:0] input of the PLL to set the PLL charge pump control -
-LOCK_CNT - -21:12 - -3ff000 - -12c - -12c000 - -Drives the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned withth a certain window before syaing locked. -
-DDR_PLL_CFG@0XF8000114 - -31:0 - -3ffff0 - - - -12c220 - -DDR PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -20 - -20000 - -Provides the feedback divisor for the PLL. NOTE: Before changing this value the PLL must first be bypassed and then put into powerdown or reset state. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -7f000 - - - -20000 - -DDR PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -Overides control of the PLL bypass function within the clock controller to force into bypass state. 0 - PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1 - PLL forced to be bypassed -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -10 - - - -10 - -DDR PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -Drives the RESET input of the PLL. 0 - PLL out of reset. 1 - PLL held in reset. Remember that after reset, the user should program the PLLs and ensure that the serviced bit below is asserted before using. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -1 - - - -1 - -DDR PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -Drives the RESET input of the PLL. 0 - PLL out of reset. 1 - PLL held in reset. Remember that after reset, the user should program the PLLs and ensure that the serviced bit below is asserted before using. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -1 - - - -0 - -DDR PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DDR_PLL_LOCK - -1:1 - -2 - -1 - -2 - -DDR PLL lock status. 0 - DDR PLL out of lock. 1 - DDR PLL in lock. Note: Reset condition is actually 0, but will always be 1 by the time this register can be read if PLL's are being used. -
-PLL_STATUS@0XF800010C - -31:0 - -2 - - - -2 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -Overides control of the PLL bypass function within the clock controller to force into bypass state. 0 - PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1 - PLL forced to be bypassed -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -10 - - - -0 - -DDR PLL Control -
-

-

Register ( slcr )DDR_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_CLK_CTRL - -0XF8000124 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DDR_3XCLKACT - -0:0 - -1 - -1 - -1 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-DDR_2XCLKACT - -1:1 - -2 - -1 - -2 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-DDR_3XCLK_DIVISOR - -25:20 - -3f00000 - -2 - -200000 - -Divisor value for the ddr_3xclk -
-DDR_2XCLK_DIVISOR - -31:26 - -fc000000 - -3 - -c000000 - -Divisor value for the ddr_2xclk (does not have to be 2/3 speed of ddr_3xclk) -
-DDR_CLK_CTRL@0XF8000124 - -31:0 - -fff00003 - - - -c200003 - -DDR Clock Control -
-

-

IO PLL INIT

-

Register ( slcr )IO_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CFG - -0XF8000118 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -4 - -40 - -Drives the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drives the PLL_CP[3:0] input of the PLL to set the PLL charge pump control -
-LOCK_CNT - -21:12 - -3ff000 - -fa - -fa000 - -Drives the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned withth a certain window before syaing locked. -
-IO_PLL_CFG@0XF8000118 - -31:0 - -3ffff0 - - - -fa240 - -IO PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -30 - -30000 - -Provides the feedback divisor for the PLL. NOTE: Before changing this value the PLL must first be bypassed and then put into powerdown or reset state. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -7f000 - - - -30000 - -IO PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -Overides control of the PLL bypass function within the clock controller to force into bypass state. 0 - PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1 - PLL forced to be bypassed -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -10 - - - -10 - -IO PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -Drives the RESET input of the PLL. 0 - PLL out of reset. 1 - PLL held in reset. Remember that after reset, the user should program the PLLs and ensure that the serviced bit below is asserted before using. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -1 - - - -1 - -IO PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -Drives the RESET input of the PLL. 0 - PLL out of reset. 1 - PLL held in reset. Remember that after reset, the user should program the PLLs and ensure that the serviced bit below is asserted before using. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -1 - - - -0 - -IO PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IO_PLL_LOCK - -2:2 - -4 - -1 - -4 - -IO PLL lock status. 0 - IO PLL out of lock. 1 - IO PLL in lock. Note: Reset condition is actually 0, but will always be 1 by the time this register can be read if PLL's are being used. -
-PLL_STATUS@0XF800010C - -31:0 - -4 - - - -4 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -Overides control of the PLL bypass function within the clock controller to force into bypass state. 0 - PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1 - PLL forced to be bypassed -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -10 - - - -0 - -IO PLL Control -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register always returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_clock_init_data_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DCI_CLK_CTRL - - -0XF8000128 - -32 - -RW - -0x000000 - -DCI clock control -
- -UART_CLK_CTRL - - -0XF8000154 - -32 - -RW - -0x000000 - -UART Reference Clock Control -
- -PCAP_CLK_CTRL - - -0XF8000168 - -32 - -RW - -0x000000 - -PCAP 2X Clock Contol -
- -FPGA0_CLK_CTRL - - -0XF8000170 - -32 - -RW - -0x000000 - -FPGA 0 Output Clock Control -
- -CLK_621_TRUE - - -0XF80001C4 - -32 - -RW - -0x000000 - -6:2:1 ratio clock, if set -
- -APER_CLK_CTRL - - -0XF800012C - -32 - -RW - -0x000000 - -AMBA Peripheral Clock Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_clock_init_data_1_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register always returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

CLOCK CONTROL SLCR REGISTERS

-

Register ( slcr )DCI_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DCI_CLK_CTRL - -0XF8000128 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT - -0:0 - -1 - -1 - -1 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-DIVISOR0 - -13:8 - -3f00 - -f - -f00 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-DIVISOR1 - -25:20 - -3f00000 - -7 - -700000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. Second cascade divider -
-DCI_CLK_CTRL@0XF8000128 - -31:0 - -3f03f01 - - - -700f01 - -DCI clock control -
-

-

Register ( slcr )UART_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-UART_CLK_CTRL - -0XF8000154 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT0 - -0:0 - -1 - -1 - -1 - -UART 0 reference clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CLKACT1 - -1:1 - -2 - -0 - -0 - -UART 1 reference clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Selects the source used to generate the clock. 0x - Source for generated clock is IO PLL. 10 - Source for generated clock is ARM PLL. 11 - Source for generated clock is DDR PLL. -
-DIVISOR - -13:8 - -3f00 - -10 - -1000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-UART_CLK_CTRL@0XF8000154 - -31:0 - -3f33 - - - -1001 - -UART Reference Clock Control -
-

-

TRACE CLOCK

-

Register ( slcr )PCAP_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PCAP_CLK_CTRL - -0XF8000168 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT - -0:0 - -1 - -1 - -1 - -Clock active 0 - Clock is disabled 1 - Clock is enabled -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Selects the source used to generate the clock. 0x - Source for generated clock is IO PLL. 10 - Source for generated clock is ARM PLL. 11 - Source for generated clock is DDR PLL -
-DIVISOR - -13:8 - -3f00 - -8 - -800 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-PCAP_CLK_CTRL@0XF8000168 - -31:0 - -3f31 - - - -801 - -PCAP 2X Clock Contol -
-

-

Register ( slcr )FPGA0_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-FPGA0_CLK_CTRL - -0XF8000170 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Selects the source used to generate the clock. 0x - Source for generated clock is IO PLL. 10 - Source for generated clock is ARM PLL. 11 - Source for generated clock is DDR PLL. -
-DIVISOR0 - -13:8 - -3f00 - -4 - -400 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. First cascade divider -
-DIVISOR1 - -25:20 - -3f00000 - -2 - -200000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. Second cascade divider -
-FPGA0_CLK_CTRL@0XF8000170 - -31:0 - -3f03f30 - - - -200400 - -FPGA 0 Output Clock Control -
-

-

Register ( slcr )CLK_621_TRUE

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CLK_621_TRUE - -0XF80001C4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLK_621_TRUE - -0:0 - -1 - -1 - -1 - -Enable the 6:2:1 mode. 1 for 6:3:2:1. 0 for 4:2:2:1. -
-CLK_621_TRUE@0XF80001C4 - -31:0 - -1 - - - -1 - -6:2:1 ratio clock, if set -
-

-

Register ( slcr )APER_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-APER_CLK_CTRL - -0XF800012C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DMA_CPU_2XCLKACT - -0:0 - -1 - -1 - -1 - -DMA 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-USB0_CPU_1XCLKACT - -2:2 - -4 - -1 - -4 - -USB 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-USB1_CPU_1XCLKACT - -3:3 - -8 - -1 - -8 - -USB 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-GEM0_CPU_1XCLKACT - -6:6 - -40 - -0 - -0 - -Gigabit Ethernet MAC 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-GEM1_CPU_1XCLKACT - -7:7 - -80 - -0 - -0 - -Gigabit Ethernet MAC 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-SDI0_CPU_1XCLKACT - -10:10 - -400 - -0 - -0 - -SDIO0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-SDI1_CPU_1XCLKACT - -11:11 - -800 - -0 - -0 - -SDIO 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-SPI0_CPU_1XCLKACT - -14:14 - -4000 - -0 - -0 - -SPI 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-SPI1_CPU_1XCLKACT - -15:15 - -8000 - -0 - -0 - -SPI 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CAN0_CPU_1XCLKACT - -16:16 - -10000 - -0 - -0 - -CAN 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CAN1_CPU_1XCLKACT - -17:17 - -20000 - -0 - -0 - -CAN 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-I2C0_CPU_1XCLKACT - -18:18 - -40000 - -1 - -40000 - -I2C 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-I2C1_CPU_1XCLKACT - -19:19 - -80000 - -1 - -80000 - -I2C 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-UART0_CPU_1XCLKACT - -20:20 - -100000 - -1 - -100000 - -UART 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-UART1_CPU_1XCLKACT - -21:21 - -200000 - -0 - -0 - -UART 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-GPIO_CPU_1XCLKACT - -22:22 - -400000 - -1 - -400000 - -GPIO AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-LQSPI_CPU_1XCLKACT - -23:23 - -800000 - -0 - -0 - -LQSPI AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-SMC_CPU_1XCLKACT - -24:24 - -1000000 - -1 - -1000000 - -SMC AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-APER_CLK_CTRL@0XF800012C - -31:0 - -1ffcccd - - - -15c000d - -AMBA Peripheral Clock Control -
-

-

THIS SHOULD BE BLANK

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register always returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_ddr_init_data_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -ddrc_ctrl - - -0XF8006000 - -32 - -RW - -0x000000 - -DDRC Control Register -
- -Two_rank_cfg - - -0XF8006004 - -32 - -RW - -0x000000 - -Two rank configuration register -
- -HPR_reg - - -0XF8006008 - -32 - -RW - -0x000000 - -HPR Queue control register -
- -LPR_reg - - -0XF800600C - -32 - -RW - -0x000000 - -LPR Queue control register -
- -WR_reg - - -0XF8006010 - -32 - -RW - -0x000000 - -WR Queue control register -
- -DRAM_param_reg0 - - -0XF8006014 - -32 - -RW - -0x000000 - -DRAM Parameters register 0 -
- -DRAM_param_reg1 - - -0XF8006018 - -32 - -RW - -0x000000 - -DRAM Parameters register 1 -
- -DRAM_param_reg2 - - -0XF800601C - -32 - -RW - -0x000000 - -DRAM Parameters register 2 -
- -DRAM_param_reg3 - - -0XF8006020 - -32 - -RW - -0x000000 - -DRAM Parameters register 3 -
- -DRAM_param_reg4 - - -0XF8006024 - -32 - -RW - -0x000000 - -DRAM Parameters register 4 -
- -DRAM_init_param - - -0XF8006028 - -32 - -RW - -0x000000 - -DRAM initialization parameters register -
- -DRAM_EMR_reg - - -0XF800602C - -32 - -RW - -0x000000 - -DRAM EMR2, EMR3 access register -
- -DRAM_EMR_MR_reg - - -0XF8006030 - -32 - -RW - -0x000000 - -DRAM EMR, MR access register -
- -DRAM_burst8_rdwr - - -0XF8006034 - -32 - -RW - -0x000000 - -DRAM burst 8 read/write register -
- -DRAM_disable_DQ - - -0XF8006038 - -32 - -RW - -0x000000 - -DRAM Disable DQ register -
- -DRAM_addr_map_bank - - -0XF800603C - -32 - -RW - -0x000000 - -Selects the address bits used as DRAM bank address bits -
- -DRAM_addr_map_col - - -0XF8006040 - -32 - -RW - -0x000000 - -Selects the address bits used as DRAM column address bits -
- -DRAM_addr_map_row - - -0XF8006044 - -32 - -RW - -0x000000 - -Selects the address bits used as DRAM row address bits -
- -DRAM_ODT_reg - - -0XF8006048 - -32 - -RW - -0x000000 - -DRAM ODT register -
- -phy_cmd_timeout_rddata_cpt - - -0XF8006050 - -32 - -RW - -0x000000 - -PHY command time out and read data capture FIFO register -
- -DLL_calib - - -0XF8006058 - -32 - -RW - -0x000000 - -DLL calibration register -
- -ODT_delay_hold - - -0XF800605C - -32 - -RW - -0x000000 - -ODT delay and ODT hold register -
- -ctrl_reg1 - - -0XF8006060 - -32 - -RW - -0x000000 - -Controller register 1 -
- -ctrl_reg2 - - -0XF8006064 - -32 - -RW - -0x000000 - -Controller register 2 -
- -ctrl_reg3 - - -0XF8006068 - -32 - -RW - -0x000000 - -Controller register 3 -
- -ctrl_reg4 - - -0XF800606C - -32 - -RW - -0x000000 - -Controller register 4 -
- -CHE_REFRESH_TIMER01 - - -0XF80060A0 - -32 - -RW - -0x000000 - -CHE_REFRESH_TIMER01 -
- -CHE_T_ZQ - - -0XF80060A4 - -32 - -RW - -0x000000 - -ZQ parameters register -
- -CHE_T_ZQ_Short_Interval_Reg - - -0XF80060A8 - -32 - -RW - -0x000000 - -Misc parameters register -
- -deep_pwrdwn_reg - - -0XF80060AC - -32 - -RW - -0x000000 - -Deep powerdown register -
- -reg_2c - - -0XF80060B0 - -32 - -RW - -0x000000 - -Training control register -
- -reg_2d - - -0XF80060B4 - -32 - -RW - -0x000000 - -Misc Debug register -
- -dfi_timing - - -0XF80060B8 - -32 - -RW - -0x000000 - -DFI timing register -
- -CHE_ECC_CONTROL_REG_OFFSET - - -0XF80060C4 - -32 - -RW - -0x000000 - -ECC error clear register -
- -CHE_CORR_ECC_LOG_REG_OFFSET - - -0XF80060C8 - -32 - -RW - -0x000000 - -ECC error correction register -
- -CHE_UNCORR_ECC_LOG_REG_OFFSET - - -0XF80060DC - -32 - -RW - -0x000000 - -ECC unrecoverable error status register -
- -CHE_ECC_STATS_REG_OFFSET - - -0XF80060F0 - -32 - -RW - -0x000000 - -ECC error count register -
- -ECC_scrub - - -0XF80060F4 - -32 - -RW - -0x000000 - -ECC mode/scrub register -
- -phy_rcvr_enable - - -0XF8006114 - -32 - -RW - -0x000000 - -Phy receiver enable register -
- -PHY_Config - - -0XF8006118 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config - - -0XF800611C - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config - - -0XF8006120 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config - - -0XF8006124 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -phy_init_ratio - - -0XF800612C - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio - - -0XF8006130 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio - - -0XF8006134 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio - - -0XF8006138 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF8006140 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF8006144 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF8006148 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF800614C - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF8006154 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF8006158 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF800615C - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF8006160 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_we_cfg - - -0XF8006168 - -32 - -RW - -0x000000 - -PHY fifo write enable configuration register for data slice 0. -
- -phy_we_cfg - - -0XF800616C - -32 - -RW - -0x000000 - -PHY fifo write enable configuration register for data slice 0. -
- -phy_we_cfg - - -0XF8006170 - -32 - -RW - -0x000000 - -PHY fifo write enable configuration register for data slice 0. -
- -phy_we_cfg - - -0XF8006174 - -32 - -RW - -0x000000 - -PHY fifo write enable configuration register for data slice 0. -
- -wr_data_slv - - -0XF800617C - -32 - -RW - -0x000000 - -PHY write data slave ratio configuration register for data slice 0. -
- -wr_data_slv - - -0XF8006180 - -32 - -RW - -0x000000 - -PHY write data slave ratio configuration register for data slice 0. -
- -wr_data_slv - - -0XF8006184 - -32 - -RW - -0x000000 - -PHY write data slave ratio configuration register for data slice 0. -
- -wr_data_slv - - -0XF8006188 - -32 - -RW - -0x000000 - -PHY write data slave ratio configuration register for data slice 0. -
- -reg_64 - - -0XF8006190 - -32 - -RW - -0x000000 - -Training control register (2) -
- -reg_65 - - -0XF8006194 - -32 - -RW - -0x000000 - -Training control register (3) -
- -page_mask - - -0XF8006204 - -32 - -RW - -0x000000 - -Page mask register -
- -axi_priority_wr_port - - -0XF8006208 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port - - -0XF800620C - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port - - -0XF8006210 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port - - -0XF8006214 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_rd_port - - -0XF8006218 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port - - -0XF800621C - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port - - -0XF8006220 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port - - -0XF8006224 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -lpddr_ctrl0 - - -0XF80062A8 - -32 - -RW - -0x000000 - -LPDDR2 Control 0 Register -
- -lpddr_ctrl1 - - -0XF80062AC - -32 - -RW - -0x000000 - -LPDDR2 Control 1 Register -
- -lpddr_ctrl2 - - -0XF80062B0 - -32 - -RW - -0x000000 - -LPDDR2 Control 2 Register -
- -lpddr_ctrl3 - - -0XF80062B4 - -32 - -RW - -0x000000 - -LPDDR2 Control 3 Register -
- -ddrc_ctrl - - -0XF8006000 - -32 - -RW - -0x000000 - -DDRC Control Register -
-

-

ps7_ddr_init_data_1_0

- - - - - - - - - -

DDR INITIALIZATION

-

LOCK DDR

-

Register ( slcr )ddrc_ctrl

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ddrc_ctrl - -0XF8006000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_soft_rstb - -0:0 - -1 - -0 - -0 - -Active low soft reset. 0 = Resets the controller 1 = Takes the controller out of reset Note: Controller must be taken out of reset only after all other registers have been programmed. -
-reg_ddrc_powerdown_en - -1:1 - -2 - -0 - -0 - -Controller power down control. 0 = DDRC powerdown disabled 1 = the controller goes into power down after a programmable number of cycles 'Maximum idle clocks before power down' (reg_ddrc_powerdown_to_x32). Note: This register bit may be reprogrammed during the course of normal operation. -
-reg_ddrc_data_bus_width - -3:2 - -c - -0 - -0 - -DDR bus width control 00 = 32 bit DDR bus 01 = 16 bit DDR bus 1x = reserved -
-reg_ddrc_burst8_refresh - -6:4 - -70 - -0 - -0 - -Refresh timeout register. Programmed value plus one will be the number of refresh timeouts that will be allowed to accumulate before traffic is blocked and the refreshes are forced to execute. Closing pages to perform a refresh is a one-time penalty that must be paid for each group of refreshes; therefore, performing refreshes in a burst reduces the per-refresh penalty of these page closings. Higher numbers for burst_of_N_refresh slightly increases utilization; lower numbers decreases the worst-case latency associated with refreshes. 0 = single refresh 1 = burst-of-2 . 7 = burst-of-8 refresh -
-reg_ddrc_rdwr_idle_gap - -13:7 - -3f80 - -1 - -80 - -When the preferred transaction store is empty for this many clock cycles, switch to the alternate transaction store if it is non-empty. The read transaction store (both high and low priority) is the default preferred transaction store and the write transaction store is the alternate store. When 'Prefer write over read' is set this is reversed. -
-reg_ddrc_dis_rd_bypass - -14:14 - -4000 - -0 - -0 - -Only present in designs supporting read bypass. For Debug only. 0 = Do not disable bypass path for high priority read page hits. 1 = disable bypass path for high priority read page hits. -
-reg_ddrc_dis_act_bypass - -15:15 - -8000 - -0 - -0 - -Only present in designs supporting activate bypass. For Debug only. 0 = Do not disable bypass path for high priority read activates. 1 = disable bypass path for high priority read activates. -
-reg_ddrc_dis_auto_refresh - -16:16 - -10000 - -0 - -0 - -Disable auto-refresh. 0 = do not disable auto-refresh generated by the controller. This input is changeable on the fly. 1 = disable auto-refresh generated by the controller. This input is changeable on the fly. Note: When this transitions from 0 to 1, any pending refreshes will be immediately scheduled by the controller. -
-ddrc_ctrl@0XF8006000 - -31:0 - -1ffff - - - -80 - -DDRC Control Register -
-

-

Register ( slcr )Two_rank_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Two_rank_cfg - -0XF8006004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_rfc_nom_x32 - -11:0 - -fff - -82 - -82 - -tREFI - Average time between refreshes. Unit: in multiples of 32 clocks. DRAM RELATED. Default value is set for DDR3. -
-reg_ddrc_active_ranks - -13:12 - -3000 - -1 - -1000 - -Only present for multi-rank configurations. Each bit represents one rank. 1=populated; 0=unpopulated 01 = One Rank 11 = Two Ranks Others = Reserved -
-reg_ddrc_addrmap_cs_bit0 - -18:14 - -7c000 - -0 - -0 - -Only present for multi-rank configurations. Selects the address bit used as rank address bit 0. Valid Range: 0 to 25, and 31 Internal Base: 9. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 31, rank address bit 0 is set to 0. -
-reg_ddrc_wr_odt_block - -20:19 - -180000 - -1 - -80000 - -00 = block read/write scheduling for 1-cycle when Write requires changing ODT settings 01 = block read/write scheduling for 2 cycles when Write requires changing ODT settings 10 = block read/write scheduling for 3 cycles when Write requires changing ODT settings 11 = Reserved -
-reg_ddrc_diff_rank_rd_2cycle_gap - -21:21 - -200000 - -0 - -0 - -Only present for multi-rank configurations. The two cycle gap is required for mDDR only, due to the large variance in tDQSCK in mDDR. 0 = schedule a 1-cycle gap in data responses when performing consecutive reads to different ranks 1 = schedule 2 cycle gap for the same -
-reg_ddrc_addrmap_cs_bit1 - -26:22 - -7c00000 - -0 - -0 - -Only present for multi-rank configurations. Selects the address bit used as rank address bit 1. Valid Range: 0 to 25, and 31 Internal Base: 10 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 31, rank address bit 1 is set to 0. -
-reg_ddrc_addrmap_open_bank - -27:27 - -8000000 - -0 - -0 - -Only present if MEMC_SIMPLE_ADDR_MAP is defined. Since MEMC_SIMPLE_ADDR_MAP is not defined, Reserved 1 = Set the address map to Open Bank mode -
-reg_ddrc_addrmap_4bank_ram - -28:28 - -10000000 - -0 - -0 - -Only present if MEMC_SIMPLE_ADDR_MAP is defined. Since MEMC_SIMPLE_ADDR_MAP is not defined, Reserved 1 = Set the address map for 4 Bank RAMs -
-Two_rank_cfg@0XF8006004 - -31:0 - -1fffffff - - - -81082 - -Two rank configuration register -
-

-

Register ( slcr )HPR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-HPR_reg - -0XF8006008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_hpr_min_non_critical_x32 - -10:0 - -7ff - -f - -f - -Number of clocks that the HPR queue is guaranteed to be non-critical. Unit: 32 clocks -
-reg_ddrc_hpr_max_starve_x32 - -21:11 - -3ff800 - -f - -7800 - -Number of clocks that the HPR queue can be starved before it goes critical. Unit: 32 clocks -
-reg_ddrc_hpr_xact_run_length - -25:22 - -3c00000 - -f - -3c00000 - -Number of transactions that will be serviced once the HPR queue goes critical is the smaller of this number and the number of transactions available. -
-HPR_reg@0XF8006008 - -31:0 - -3ffffff - - - -3c0780f - -HPR Queue control register -
-

-

Register ( slcr )LPR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LPR_reg - -0XF800600C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_lpr_min_non_critical_x32 - -10:0 - -7ff - -1 - -1 - -Number of clocks that the LPR queue is guaranteed to be non-critical. Unit: 32 clocks -
-reg_ddrc_lpr_max_starve_x32 - -21:11 - -3ff800 - -2 - -1000 - -Number of clocks that the LPR queue can be starved before it goes critical. Unit: 32 clocks -
-reg_ddrc_lpr_xact_run_length - -25:22 - -3c00000 - -8 - -2000000 - -Number of transactions that will be serviced once the LPR queue goes critical is the smaller of this number and the number of transactions available -
-LPR_reg@0XF800600C - -31:0 - -3ffffff - - - -2001001 - -LPR Queue control register -
-

-

Register ( slcr )WR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-WR_reg - -0XF8006010 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_w_min_non_critical_x32 - -10:0 - -7ff - -1 - -1 - -Number of clock cycles that the WR queue is guaranteed to be non-critical. -
-reg_ddrc_w_xact_run_length - -14:11 - -7800 - -8 - -4000 - -Number of transactions that will be serviced once the WR queue goes critical is the smaller of this number and the number of transactions available -
-reg_ddrc_w_max_starve_x32 - -25:15 - -3ff8000 - -2 - -10000 - -Number of clocks that the Write queue can be starved before it goes critical. Unit: 32 clocks. FOR PERFORMANCE ONLY. -
-WR_reg@0XF8006010 - -31:0 - -3ffffff - - - -14001 - -WR Queue control register -
-

-

Register ( slcr )DRAM_param_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg0 - -0XF8006014 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_rc - -5:0 - -3f - -1b - -1b - -tRC - Min time between activates to same bank (spec: 65 ns for DDR2-400 and smaller for faster parts). DRAM RELATED. Default value is set for DDR3. -
-reg_ddrc_t_rfc_min - -13:6 - -3fc0 - -56 - -1580 - -tRFC(min) - Minimum time from refresh to refresh or activate (spec: 75ns to 195ns). DRAM RELATED. Default value is set for DDR3. -
-reg_ddrc_post_selfref_gap_x32 - -20:14 - -1fc000 - -10 - -40000 - -Minimum time to wait after coming out of self refresh before doing anything. This must be bigger than all the constraints that exist. (spec: Maximum of tXSNR and tXSRD and tXSDLL which is 512 clocks). Unit: in multiples of 32 clocks DRAM RELATED -
-DRAM_param_reg0@0XF8006014 - -31:0 - -1fffff - - - -4159b - -DRAM Parameters register 0 -
-

-

Register ( slcr )DRAM_param_reg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg1 - -0XF8006018 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_wr2pre - -4:0 - -1f - -13 - -13 - -Minimum time between write and precharge to same bank Non-LPDDR2 -> WL + BL/2 + tWR LPDDR2 -> WL + BL/2 + tWR + 1 Unit: Clocks where, WL = write latency. BL = burst length. This must match the value programmed in the BL bit of the mode register to the DRAM. BST is not supported at present. tWR = write recovery time. This comes directly from the DRAM specs. -
-reg_ddrc_powerdown_to_x32 - -9:5 - -3e0 - -6 - -c0 - -After this many clocks of NOP or DESELECT the controller will put the DRAM into power down. This must be enabled in the Master Control Register. Unit: Multiples of 32 clocks. -
-reg_ddrc_t_faw - -15:10 - -fc00 - -16 - -5800 - -tFAW - At most 4 banks must be activated in a rolling window of tFAW cycles. Unit: clocks DRAM RELATED. -
-reg_ddrc_t_ras_max - -21:16 - -3f0000 - -24 - -240000 - -tRAS(max) - Maximum time between activate and precharge to same bank. Maximum time that a page can be kept open (spec: 70 us). If this is zero. The page is closed after each transaction. Unit: Multiples of 1024 clocks DRAM RELATED. -
-reg_ddrc_t_ras_min - -26:22 - -7c00000 - -13 - -4c00000 - -tRAS(min) - Minimum time between activate and precharge to the same bank(spec: 45 ns). Unit: clocks DRAM RELATED. Default value is set for DDR3. -
-reg_ddrc_t_cke - -31:28 - -f0000000 - -4 - -40000000 - -Minimum number of cycles of CKE HIGH/LOW during power down and self refresh. LPDDR2 mode: Set this to the larger of tCKE or tCKESR. Non-LPDDR2 designs: Set this to tCKE value. Unit: clocks. -
-DRAM_param_reg1@0XF8006018 - -31:0 - -f7ffffff - - - -44e458d3 - -DRAM Parameters register 1 -
-

-

Register ( slcr )DRAM_param_reg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg2 - -0XF800601C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_write_latency - -4:0 - -1f - -5 - -5 - -Time from write command to write data on DDRC to PHY Interface. (PHY adds an extra flop delay on the write data path; hence this value is one less than the write latency of the DRAM device itself). DDR2/3 -> WL -1 LPDDR -> 1 LPDDR2 ->WL Where WL = Write Latency of DRAM DRAM RELATED. -
-reg_ddrc_rd2wr - -9:5 - -3e0 - -7 - -e0 - -Minimum time from read command to write command. Include time for bus turnaround and all per-bank, per-rank, and global constraints. non-LPDDR2 -> RL + BL/2 + 2 - WL LPDDR2 -> RL + BL/2 + RU(tDQSCKmax / tCK) + 1 - WL Write Pre-amble and DQ/DQS jitter timer is included in the above equation. DRAM RELATED. -
-reg_ddrc_wr2rd - -14:10 - -7c00 - -f - -3c00 - -Minimum time from write command to read command. Includes time for bus turnaround and recovery times and all per-bank, per-rank, and global constraints. non-LPDDR2 -> WL + tWTR + BL/2 LPDDR2 -> WL + tWTR + BL/2 + 1 Unit: clocks. Where, WL = Write latency, BL = burst length. This should match the value. Programmed in the BL bit of the mode register to the DRAM. tWTR = internal WRITE to READ command delay. This comes directly from the DRAM specs. -
-reg_ddrc_t_xp - -19:15 - -f8000 - -5 - -28000 - -tXP: Minimum time after power down exit to any operation. DRAM RELATED. -
-reg_ddrc_pad_pd - -22:20 - -700000 - -0 - -0 - -If pads have a power-saving mode, this is the greater of the time for the pads to enter power down or the time for the pads to exit power down. Used only in non-DFI designs. Unit: clocks. -
-reg_ddrc_rd2pre - -27:23 - -f800000 - -5 - -2800000 - -Minimum time from read to precharge of same bank DDR2 -> AL + BL/2 + max(tRTP, 2) - 2 DDR3 -> AL + max (tRTP, 4) mDDR -> BL/2 LPDDR2 -> BL/2 + tRTP - 1 AL = Additive Latency BL = DRAM Burst Length tRTP = value from spec DRAM RELATED -
-reg_ddrc_t_rcd - -31:28 - -f0000000 - -7 - -70000000 - -tRCD - AL Minimum time from activate to read or write command to same bank Min value for this is 1. AL = Additive Latency DRAM RELATED -
-DRAM_param_reg2@0XF800601C - -31:0 - -ffffffff - - - -7282bce5 - -DRAM Parameters register 2 -
-

-

Register ( slcr )DRAM_param_reg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg3 - -0XF8006020 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_ccd - -4:2 - -1c - -4 - -10 - -tCCD - Minimum time between two reads or two writes (from bank a to bank b) is this value + 1 DRAM RELATED -
-reg_ddrc_t_rrd - -7:5 - -e0 - -6 - -c0 - -tRRD - Minimum time between activates from bank a to bank b. (spec: 10ns or less) DRAM RELATED -
-reg_ddrc_refresh_margin - -11:8 - -f00 - -2 - -200 - -Issue critical refresh or page close this many cycles before the critical refresh or page timer expires. It is recommended that this not be changed from the default value. -
-reg_ddrc_t_rp - -15:12 - -f000 - -7 - -7000 - -tRP - Minimum time from precharge to activate of same bank. DRAM RELATED -
-reg_ddrc_refresh_to_x32 - -20:16 - -1f0000 - -8 - -80000 - -If the refresh timer (tRFC_nom, as known as tREFI) has expired at least once, but it has not expired burst_of_N_refresh times yet, then a 'speculative refresh' may be performed. A speculative refresh is a refresh performed at a time when refresh would be useful, but before it is absolutely required. When the DRAM bus is idle for a period of time determined by this refresh idle timeout and the refresh timer has expired at least once since the last refresh, then a 'speculative refresh' will be performed. Speculative refreshes will continue successively until there are no refreshes pending or until new reads or writes are issued to the controller. -
-reg_ddrc_sdram - -21:21 - -200000 - -1 - -200000 - -1 = sdram device 0 = non-sdram device -
-reg_ddrc_mobile - -22:22 - -400000 - -0 - -0 - -1= mobile/LPDDR DRAM device in use. 0=non-mobile DRAM device in use. -
-reg_ddrc_clock_stop_en - -23:23 - -800000 - -0 - -0 - -1=enable the assertion of stop_clk to the PHY whenever a clock is not required by LPDDR/ LPDDR2. 0=stop_clk will never be asserted. Note: This is only present for implementations supporting LPDDR/LPDDR2 devices. -
-reg_ddrc_read_latency - -28:24 - -1f000000 - -7 - -7000000 - -Set to RL. Time from Read command to Read data on DRAM interface. Unit: clocks This signal is present for designs supporting LPDDR/LPDDR2 DRAM only. It is used to calculate when DRAM clock may be stopped. RL = Read Latency of DRAM Note: This signal is present for designs supporting LPDDR/LPDDR2 DRAM only. It is used to calculate when DRAM clock may be stopped. -
-reg_phy_mode_ddr1_ddr2 - -29:29 - -20000000 - -1 - -20000000 - -unused -
-reg_ddrc_dis_pad_pd - -30:30 - -40000000 - -0 - -0 - -1 = disable the pad power down feature 0 = Enable the pad power down feature. -
-reg_ddrc_loopback - -31:31 - -80000000 - -0 - -0 - -unused -
-DRAM_param_reg3@0XF8006020 - -31:0 - -fffffffc - - - -272872d0 - -DRAM Parameters register 3 -
-

-

Register ( slcr )DRAM_param_reg4

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg4 - -0XF8006024 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_en_2t_timing_mode - -0:0 - -1 - -0 - -0 - -1 = DDRC will use 2T timing 0 = DDRC will use 1T timing -
-reg_ddrc_prefer_write - -1:1 - -2 - -0 - -0 - -1 = Bank selector prefers writes over reads -
-reg_ddrc_max_rank_rd - -5:2 - -3c - -f - -3c - -Only present for multi-rank configurations Background: Reads to the same rank can be performed back-to-back. Reads from different ranks require additional 1-cycle latency in between (to avoid possible data bus contention). The controller arbitrates for bus access on a cycle-by-cycle basis; therefore after a read is scheduled, there is a clock cycle in which only reads from the same bank are eligible to be scheduled. This prevents reads from other ranks from having fair access to the data bus. This parameter represents the maximum number of 64-byte reads (or 32B reads in some short read cases) that can be scheduled consecutively to the same rank. After this number is reached, a 1-cycle delay is inserted by the scheduler to allow all ranks a fair opportunity to be scheduled. Higher numbers increase bandwidth utilization, lower numbers increase fairness (and hence worst-case latency). FOR PERFORMANCE ONLY. -
-reg_ddrc_mr_wr - -6:6 - -40 - -0 - -0 - -A low to high signal on this signal will do a mode register write or read. Controller will accept this command, if this signal is detected high and 'ddrc_reg_mr_wr_busy' is detected low. -
-reg_ddrc_mr_addr - -8:7 - -180 - -0 - -0 - -Mode register address - for non-LPDDR2 modes. This register is don't care in LPDDR2 mode 00 = MR0 01 = MR1 10 = MR2 11 = MR3 -
-reg_ddrc_mr_data - -24:9 - -1fffe00 - -0 - -0 - -Mode register write data - for non-LPDDR2 modes. For LPDDR2, these 16-bits are interpreted as Writes: \'7bMR Addr[7:0], MR Data[7:0]\'7d. Reads: \'7bMR Addr[7:0], Don't Care[7:0]\'7d -
-ddrc_reg_mr_wr_busy - -25:25 - -2000000 - -0 - -0 - -Core must initiate a MR write / read operation only if this signal is low. This signal goes high in the clock after the controller accepts the write / read request. It goes low when (i) MR write command has been issued to the DRAM (ii) MR Read data has been returned to Controller. Any MR write / read command that is received when 'ddrc_reg_mr_wr_busy' is high is not accepted. 1 = Indicates that mode register write / read operation is in progress. 0 = Indicates that the core can initiate a mode register write / read operation. -
-reg_ddrc_mr_type - -26:26 - -4000000 - -0 - -0 - -Indicates whether the Mode register operation is read or write 1 = read 0 = write -
-reg_ddrc_mr_rdata_valid - -27:27 - -8000000 - -0 - -0 - -This bit indicates whether the Mode Register Read Data present at address 0xA9 is valid or not. This bit is 1'b0 by default. This bit will be cleared (1'b0), whenever a Mode Register Read command is issued. This bit will be set to 1'b1, when the Mode Register Read Data is written to register 0xA9. -
-DRAM_param_reg4@0XF8006024 - -31:0 - -fffffff - - - -3c - -DRAM Parameters register 4 -
-

-

Register ( slcr )DRAM_init_param

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_init_param - -0XF8006028 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_final_wait_x32 - -6:0 - -7f - -7 - -7 - -Cycles to wait after completing the DRAM init sequence before starting the dynamic scheduler. Units are in counts of a global timer that pulses every 32 clock cycles. Default value is set for DDR3. -
-reg_ddrc_pre_ocd_x32 - -10:7 - -780 - -0 - -0 - -Wait period before driving the 'OCD Complete' command to DRAM. Units are in counts of a global timer that pulses every 32 clock cycles. There is no known spec requirement for this. It may be set to zero. -
-reg_ddrc_t_mrd - -13:11 - -3800 - -4 - -2000 - -tMRD - Cycles between Load Mode commands DRAM RELATED Default value is set for DDR3. -
-DRAM_init_param@0XF8006028 - -31:0 - -3fff - - - -2007 - -DRAM initialization parameters register -
-

-

Register ( slcr )DRAM_EMR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_EMR_reg - -0XF800602C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_emr2 - -15:0 - -ffff - -8 - -8 - -Non LPDDR2- Value to be loaded into DRAM EMR2 registers. For LPDDR2 - Value to Write to the MR3 register -
-reg_ddrc_emr3 - -31:16 - -ffff0000 - -0 - -0 - -Non LPDDR2- Value to be loaded into DRAM EMR3 registers. Used in non-LPDDR2 designs only. -
-DRAM_EMR_reg@0XF800602C - -31:0 - -ffffffff - - - -8 - -DRAM EMR2, EMR3 access register -
-

-

Register ( slcr )DRAM_EMR_MR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_EMR_MR_reg - -0XF8006030 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_mr - -15:0 - -ffff - -b30 - -b30 - -Non LPDDR2-Value to be loaded into the DRAM Mode register. Bit 8 is for DLL and the setting here is ignored. The controller sets appropriately. For LPDDR2 - Value to Write to the MR1 register -
-reg_ddrc_emr - -31:16 - -ffff0000 - -4 - -40000 - -Non LPDDR2-Value to be loaded into DRAM EMR registers. Bits [9:7] are for OCD and the setting in this register is ignored. The controller sets those bits appropriately. For LPDDR2 - Value to Write to the MR2 register -
-DRAM_EMR_MR_reg@0XF8006030 - -31:0 - -ffffffff - - - -40b30 - -DRAM EMR, MR access register -
-

-

Register ( slcr )DRAM_burst8_rdwr

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_burst8_rdwr - -0XF8006034 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_burst_rdwr - -3:0 - -f - -4 - -4 - -This controls the burst size used to access the DRAM. This must match the BL mode register setting in the DRAM. In LPDDR and LPDDR2, Burst length of 16 is supported only in Half Bus Width mode. Every input read/write command has 4 cycles of data associated with it and that is not enough data for doing Burst Length16 in Full Bus Width mode. 0010 - Burst length of 4 0100 - Burst length of 8 1000 - Burst length of 16 (only supported for LPDDR AND LPDDR2) All other values are reserved -
-reg_ddrc_pre_cke_x1024 - -13:4 - -3ff0 - -16d - -16d0 - -Cycles to wait after reset before driving CKE high to start the DRAM initialization sequence. Units: 1024 clock cycles. DDR2 Specifications typically require this to be programmed for a delay of >= 200 us. LPDDR2 - tINIT0 of 20 ms (max) + tINIT1 of 100 ns (min) -
-reg_ddrc_post_cke_x1024 - -25:16 - -3ff0000 - -1 - -10000 - -Cycles to wait after driving CKE high to start the DRAM initialization sequence. Units: 1024 clocks. DDR2 typically require a 400 ns delay, requiring this value to be programmed to 2 at all clock speeds. LPDDR2 - Typically require this to be programmed for a delay of 200 us. -
-reg_ddrc_burstchop - -28:28 - -10000000 - -0 - -0 - -Feature not supported. When 1, Controller is out in burstchop mode. -
-DRAM_burst8_rdwr@0XF8006034 - -31:0 - -13ff3fff - - - -116d4 - -DRAM burst 8 read/write register -
-

-

Register ( slcr )DRAM_disable_DQ

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_disable_DQ - -0XF8006038 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_force_low_pri_n - -0:0 - -1 - -0 - -0 - -Active Low signal. When asserted (0), all incoming transactions will be forced to low priority. Forcing the incoming transactions to low priority implicitly turns OFF Bypass. Otherwise, HPR is allowed if enabled in the AXI priority read registers. -
-reg_ddrc_dis_dq - -1:1 - -2 - -0 - -0 - -When 1, DDRC will not de-queue any transactions from the CAM. Bypass will also be disabled. All transactions will be queued in the CAM. This is for debug only; no reads or writes are issued to DRAM as long as this is asserted. This bit is intended to be switched on-the-fly -
-reg_phy_debug_mode - -6:6 - -40 - -0 - -0 - -Not Applicable in this PHY. -
-reg_phy_wr_level_start - -7:7 - -80 - -0 - -0 - -Not Applicable in this PHY. -
-reg_phy_rd_level_start - -8:8 - -100 - -0 - -0 - -Not Applicable in this PHY. -
-reg_phy_dq0_wait_t - -12:9 - -1e00 - -0 - -0 - -Not Applicable in this PHY. -
-DRAM_disable_DQ@0XF8006038 - -31:0 - -1fc3 - - - -0 - -DRAM Disable DQ register -
-

-

Register ( slcr )DRAM_addr_map_bank

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_bank - -0XF800603C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_bank_b0 - -3:0 - -f - -7 - -7 - -Selects the address bits used as bank address bit 0. Valid Range: 0 to 14 Internal Base: 5 The selected address bit for each of the bank address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_bank_b1 - -7:4 - -f0 - -7 - -70 - -Selects the address bits used as bank address bit 1. Valid Range: 0 to 14; Internal Base: 6. The selected address bit for each of the bank address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_bank_b2 - -11:8 - -f00 - -7 - -700 - -Selects the AXI address bit used as bank address bit 2. Valid range 0 to 14, and 15. Internal Base: 7. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, bank address bit 2 is set to 0. -
-reg_ddrc_addrmap_col_b5 - -15:12 - -f000 - -0 - -0 - -Full bus width mode: Selects the address bits used as column address bits 6. Half bus width mode: Selects the address bits used as column address bits 7. Valid range is 0-7. Internal Base 8. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. Internal base: 9 -
-reg_ddrc_addrmap_col_b6 - -19:16 - -f0000 - -0 - -0 - -Full bus width mode: Selects the address bits used as column address bits 7. Half bus width mode: Selects the address bits used as column address bits 8. Valid range is 0-7. Internal Base 9. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. Internal base: 9 -
-DRAM_addr_map_bank@0XF800603C - -31:0 - -fffff - - - -777 - -Selects the address bits used as DRAM bank address bits -
-

-

Register ( slcr )DRAM_addr_map_col

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_col - -0XF8006040 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_col_b2 - -3:0 - -f - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 3. Half bus width mode: Selects the address bit used as column address bit 4. Valid Range: 0 to 7. Internal Base: 5 The selected address bit is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b3 - -7:4 - -f0 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 4. Half bus width mode: Selects the address bit used as column address bit 5. Valid Range: 0 to 7 Internal Base: 6 The selected address bit is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b4 - -11:8 - -f00 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 5. Half bus width mode: Selects the address bit used as column address bits 6. Valid Range: 0 to 7. Internal Base: 7. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b7 - -15:12 - -f000 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 8. Half bus width mode: Selects the address bit used as column address bit 9. Valid Range: 0 to 7, and 15. Internal Base: 10. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10.In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b8 - -19:16 - -f0000 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 9. Half bus width mode: Selects the address bit used as column address bit 11. (Column address bit 10 in LPDDR2 mode) Valid Range: 0 to 7, and 15 Internal Base: 11 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b9 - -23:20 - -f00000 - -f - -f00000 - -Full bus width mode: Selects the address bit used as column address bit 11. (Column address bit 10 in LPDDR2 mode) Half bus width mode: Selects the address bit used as column address bit 12. (Column address bit 11 in LPDDR2 mode) Valid Range: 0 to 7, and 15 Internal Base: 12 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b10 - -27:24 - -f000000 - -f - -f000000 - -Full bus width mode: Selects the address bit used as column address bit 12. (Column address bit 11 in LPDDR2 mode) Half bus width mode: Selects the address bit used as column address bit 13. (Column address bit 12 in LPDDR2 mode) Valid Range: 0 to 7, and 15. Internal Base: 13 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b11 - -31:28 - -f0000000 - -f - -f0000000 - -Full bus width mode: Selects the address bit used as column address bit 13. (Column address bit 12 in LPDDR2 mode) Half bus width mode: Unused. To make it unused, this should be set to 15. (Column address bit 13 in LPDDR2 mode) Valid Range: 0 to 7, and 15. Internal Base: 14. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-DRAM_addr_map_col@0XF8006040 - -31:0 - -ffffffff - - - -fff00000 - -Selects the address bits used as DRAM column address bits -
-

-

Register ( slcr )DRAM_addr_map_row

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_row - -0XF8006044 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_row_b0 - -3:0 - -f - -6 - -6 - -Selects the AXI address bits used as row address bit 0. Valid Range: 0 to 11. Internal Base: 9 The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field -
-reg_ddrc_addrmap_row_b1 - -7:4 - -f0 - -6 - -60 - -Selects the AXI address bits used as row address bit 1. Valid Range: 0 to 11. Internal Base: 10 The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_row_b2_11 - -11:8 - -f00 - -6 - -600 - -Selects the AXI address bits used as row address bits 2 to 11. Valid Range: 0 to 11. Internal Base: 11 (for row address bit 2) to 20 (for row address bit 11) The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_row_b12 - -15:12 - -f000 - -6 - -6000 - -Selects the AXI address bit used as row address bit 12. Valid Range: 0 to 11, and 15 Internal Base: 21 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 12 is set to 0. -
-reg_ddrc_addrmap_row_b13 - -19:16 - -f0000 - -6 - -60000 - -Selects the AXI address bit used as row address bit 13. Valid Range: 0 to 11, and 15 Internal Base: 22 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 13 is set to 0. -
-reg_ddrc_addrmap_row_b14 - -23:20 - -f00000 - -f - -f00000 - -Selects theAXI address bit used as row address bit 14. Valid Range: 0 to 11, and 15 Internal Base: 23 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 14 is set to 0. -
-reg_ddrc_addrmap_row_b15 - -27:24 - -f000000 - -f - -f000000 - -Selects the AXI address bit used as row address bit 15. Valid Range: 0 to 11, and 15 Internal Base: 24 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 15 is set to 0. -
-DRAM_addr_map_row@0XF8006044 - -31:0 - -fffffff - - - -ff66666 - -Selects the address bits used as DRAM row address bits -
-

-

Register ( slcr )DRAM_ODT_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_ODT_reg - -0XF8006048 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_rank0_rd_odt - -2:0 - -7 - -0 - -0 - -Unused. [1:0] - Indicates which remote ODT's must be turned ON during a read to rank 0. Each of the 2 ranks has a remote ODT (in the DRAM) which can be turned on by setting the appropriate bit here. Rank 0 is controlled by the LSB; Rank 1 is controlled by bit next to the LSB. For each rank, set its bit to 1 to enable its ODT. [2] - If 1 then local ODT is enabled during reads to rank 0. -
-reg_ddrc_rank0_wr_odt - -5:3 - -38 - -1 - -8 - -[1:0] - Indicates which remote ODT's must be turned on during a write to rank 0. Each of the 2 ranks has a remote ODT (in the DRAM) which can be turned on by setting the appropriate bit here. Rank 0 is controlled by the LSB; Rank 1 is controlled by bit next to the LSB. For each rank, set its bit to 1 to enable its ODT. [2] - If 1 then local ODT is enabled during writes to rank 0. -
-reg_ddrc_rank1_rd_odt - -8:6 - -1c0 - -1 - -40 - -Unused -
-reg_ddrc_rank1_wr_odt - -11:9 - -e00 - -1 - -200 - -Unused -
-reg_phy_rd_local_odt - -13:12 - -3000 - -0 - -0 - -Value to drive on the 2-bit local_odt PHY outputs when output enable is not asserted and a read is in progress (where 'in progress' is defined as after a read command is issued and until all read data has been returned all the way to the controller.) Typically this is set to the value required to enable termination at the desired strength for read usage. -
-reg_phy_wr_local_odt - -15:14 - -c000 - -3 - -c000 - -Value to drive on the 2-bit local_odt PHY outputs when write levelling is enabled for DQS. -
-reg_phy_idle_local_odt - -17:16 - -30000 - -3 - -30000 - -Value to drive on the 2-bit local_odt PHY outputs when output enable is not asserted and a read is not in progress. Typically this is the value required to disable termination to save power when idle. -
-reg_ddrc_rank2_rd_odt - -20:18 - -1c0000 - -0 - -0 - -Unused -
-reg_ddrc_rank2_wr_odt - -23:21 - -e00000 - -0 - -0 - -Unused -
-reg_ddrc_rank3_rd_odt - -26:24 - -7000000 - -0 - -0 - -Unused -
-reg_ddrc_rank3_wr_odt - -29:27 - -38000000 - -0 - -0 - -Unused -
-DRAM_ODT_reg@0XF8006048 - -31:0 - -3fffffff - - - -3c248 - -DRAM ODT register -
-

-

Register ( slcr )phy_cmd_timeout_rddata_cpt

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_cmd_timeout_rddata_cpt - -0XF8006050 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_cmd_to_data - -3:0 - -f - -0 - -0 - -Not used in DFI PHY. -
-reg_phy_wr_cmd_to_data - -7:4 - -f0 - -0 - -0 - -Not used in DFI PHY. -
-reg_phy_rdc_we_to_re_delay - -11:8 - -f00 - -8 - -800 - -This register value + 1 give the number of clock cycles between writing into the Read Capture FIFO and the read operation. The setting of this register determines the read data timing and depends upon total delay in the system for read operation which include fly-by delays, trace delay, clkout_invert etc. This is used only if reg_phy_use_fixed_re=1. -
-reg_phy_rdc_fifo_rst_disable - -15:15 - -8000 - -0 - -0 - -When 1, disable counting the number of times the Read Data Capture FIFO has been reset when the FIFO was not empty. -
-reg_phy_use_fixed_re - -16:16 - -10000 - -1 - -10000 - -When 1: PHY generates FIFO read enable after fixed number of clock cycles as defined by reg_phy_rdc_we_to_re_delay[3:0]. When 0: PHY uses the not_empty method to do the read enable generation. Note: This port must be set HIGH during training/leveling process i.e. when ddrc_dfi_wrlvl_en/ ddrc_dfi_rdlvl_en/ ddrc_dfi_rdlvl_gate_en port is set HIGH. -
-reg_phy_rdc_fifo_rst_err_cnt_clr - -17:17 - -20000 - -0 - -0 - -Clear/reset for counter rdc_fifo_rst_err_cnt[3:0]. 0: no clear, 1: clear. Note: This is a synchronous dynamic signal that must have timing closed. -
-reg_phy_dis_phy_ctrl_rstn - -18:18 - -40000 - -0 - -0 - -Disable the reset from Phy Ctrl macro. 1: PHY Ctrl macro reset port is always HIGH 0: PHY Ctrl macro gets power on reset. -
-reg_phy_clk_stall_level - -19:19 - -80000 - -0 - -0 - -1 = stall clock, for DLL aging control -
-reg_phy_gatelvl_num_of_dq0 - -27:24 - -f000000 - -7 - -7000000 - -This register value determines register determines the number of samples used for each ratio increment during Gate Training. Num_of_iteration = reg_phy_gatelvl_num_of_dq0 + 1 The recommended value for this register is 8. Accuracy is better with higher value, but this will cause leveling to run longer. -
-reg_phy_wrlvl_num_of_dq0 - -31:28 - -f0000000 - -7 - -70000000 - -This register value determines register determines the number of samples used for each ratio increment during Write Leveling. Num_of_iteration = reg_phy_wrlvl_num_of_dq0 + 1 The recommended value for this register is 8. Accuracy is better with higher value, but this will cause leveling to run longer. -
-phy_cmd_timeout_rddata_cpt@0XF8006050 - -31:0 - -ff0f8fff - - - -77010800 - -PHY command time out and read data capture FIFO register -
-

-

Register ( slcr )DLL_calib

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DLL_calib - -0XF8006058 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dll_calib_to_min_x1024 - -7:0 - -ff - -1 - -1 - -Unused in DFI Controller. -
-reg_ddrc_dll_calib_to_max_x1024 - -15:8 - -ff00 - -1 - -100 - -Unused in DFI Controller. -
-reg_ddrc_dis_dll_calib - -16:16 - -10000 - -0 - -0 - -When 1, disable dll_calib generated by the controller. The core should issue the dll_calib signal using co_gs_dll_calib input. This input is changeable on the fly. When 0, controller will issue dll_calib periodically -
-DLL_calib@0XF8006058 - -31:0 - -1ffff - - - -101 - -DLL calibration register -
-

-

Register ( slcr )ODT_delay_hold

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ODT_delay_hold - -0XF800605C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_rd_odt_delay - -3:0 - -f - -3 - -3 - -UNUSED -
-reg_ddrc_wr_odt_delay - -7:4 - -f0 - -0 - -0 - -The delay, in clock cycles, from issuing a write command to setting ODT values associated with that command. ODT setting should remain constant for the entire time that DQS is driven by the controller. The suggested value for DDR2 is WL - 5 and for DDR3 is 0. WL is Write latency. DDR2 ODT has a 2-cycle on-time delay and a 2.5-cycle off-time delay. ODT is not applicable for LPDDR and LPDDR2 modes. -
-reg_ddrc_rd_odt_hold - -11:8 - -f00 - -0 - -0 - -Unused -
-reg_ddrc_wr_odt_hold - -15:12 - -f000 - -5 - -5000 - -Cycles to hold ODT for a Write Command. When 0x0, ODT signal is ON for 1 cycle. When 0x1, it is ON for 2 cycles, etc. The values to program in different modes are : DRAM Burst of 4 -2, DRAM Burst of 8 -4 -
-ODT_delay_hold@0XF800605C - -31:0 - -ffff - - - -5003 - -ODT delay and ODT hold register -
-

-

Register ( slcr )ctrl_reg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg1 - -0XF8006060 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_pageclose - -0:0 - -1 - -0 - -0 - -If true, bank will be closed and kept closed if no transactions are available for it. If false, bank will remain open until there is a need to close it (to open a different page, or for page timeout or refresh timeout.) This does not apply when auto-refresh is used. -
-reg_ddrc_lpr_num_entries - -6:1 - -7e - -1f - -3e - -Number of entries in the low priority transaction store is this value plus 1. In this design, by default all read ports are treated as low priority and hence the value of 0x1F. The hpr_num_entries is 32 minus this value. Bit [6] is ignored. -
-reg_ddrc_auto_pre_en - -7:7 - -80 - -0 - -0 - -When set, most reads and writes will be issued with auto-precharge. (Exceptions can be made for collision cases.) -
-reg_ddrc_refresh_update_level - -8:8 - -100 - -0 - -0 - -Toggle this signal to indicate that refresh register(s) have been updated. The value will be automatically updated when exiting soft reset. So it does not need to be toggled initially. -
-reg_ddrc_dis_wc - -9:9 - -200 - -0 - -0 - -When 1, disable Write Combine -
-reg_ddrc_dis_collision_page_opt - -10:10 - -400 - -0 - -0 - -When this is set to '0', auto-precharge will be disabled for the flushed command in a collision case. Collision cases are write followed by read to same address, read followed by write to same address, or write followed by write to same address with DIS_WC bit = 1 (where 'same address' comparisons exclude the two address bits representing critical word). -
-reg_ddrc_selfref_en - -12:12 - -1000 - -0 - -0 - -If 1, then the controller will put the DRAM into self refresh when the transaction store is empty. -
-ctrl_reg1@0XF8006060 - -31:0 - -17ff - - - -3e - -Controller register 1 -
-

-

Register ( slcr )ctrl_reg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg2 - -0XF8006064 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_go2critical_hysteresis - -12:5 - -1fe0 - -0 - -0 - -Describes the number of cycles that co_gs_go2critical_rd or co_gs_go2critical_wr must be asserted before the corresponding queue moves to the 'critical' state in the DDRC. The arbiter controls the co_gs_go2critical_* signals; it is designed for use with this hysteresis field set to 0. -
-reg_arb_go2critical_en - -17:17 - -20000 - -1 - -20000 - -1 - Set reg_ddrc_go2critical_wr and reg_ddrc_go2critical_rd signals going to DDRC based on 'urgent' input coming from AXI master. 0 - Keep reg_ddrc_go2critical_wr and reg_ddrc_go2critical_rd signals going to DDRC at 1'b0. -
-ctrl_reg2@0XF8006064 - -31:0 - -21fe0 - - - -20000 - -Controller register 2 -
-

-

Register ( slcr )ctrl_reg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg3 - -0XF8006068 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_wrlvl_ww - -7:0 - -ff - -41 - -41 - -Write leveling write-to-write delay. Specifies the minimum number of clock cycles from the assertion of a ddrc_dfi_wrlvl_strobe signal to the next ddrc_dfi_wrlvl_strobe signal. Only applicable when connecting to PHY's operating in 'PHY RdLvl Evaluation' mode. Recommended value is: (RL + reg_phy_rdc_we_to_re_delay + 50) Only present in designs that support DDR3 and LPDDR2 devices. -
-reg_ddrc_rdlvl_rr - -15:8 - -ff00 - -41 - -4100 - -Read leveling read-to-read delay. Specifies the minimum number of clock cycles from the assertion of a read command to the next read command. Only applicable when connecting to PHY's operating in 'PHY RdLvl Evaluation' mode. Only present in designs that support DDR3 devices -
-reg_ddrc_dfi_t_wlmrd - -25:16 - -3ff0000 - -28 - -280000 - -First DQS/DQS# rising edge after write leveling mode is programmed. This is same as the tMLRD value from the DRAM spec. Only present in designs that support DDR3 devices. -
-ctrl_reg3@0XF8006068 - -31:0 - -3ffffff - - - -284141 - -Controller register 3 -
-

-

Register ( slcr )ctrl_reg4

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg4 - -0XF800606C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-dfi_t_ctrlupd_interval_min_x1024 - -7:0 - -ff - -10 - -10 - -This is the minimum amount of time between Controller initiated DFI update requests (which will be executed whenever the controller is idle). Set this number higher to reduce the frequency of update requests, which can have a small impact on the latency of the first read request when the controller is idle. Units: 1024 clocks -
-dfi_t_ctrlupd_interval_max_x1024 - -15:8 - -ff00 - -16 - -1600 - -This is the maximum amount of time between Controller initiated DFI update requests. This timer resets with each update request; when the timer expires, traffic is blocked for a few cycles. PHY can use this idle time to recalibrate the delay lines to the DLLs. The DLL calibration is also used to reset PHY FIFO pointers in case of data capture errors. Updates are required to maintain calibration over PVT, but frequent updates may impact performance. Units: 1024 clocks -
-ctrl_reg4@0XF800606C - -31:0 - -ffff - - - -1610 - -Controller register 4 -
-

-

Register ( slcr )CHE_REFRESH_TIMER01

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_REFRESH_TIMER01 - -0XF80060A0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-refresh_timer0_start_value_x32 - -11:0 - -fff - -0 - -0 - -Refresh Timer for Rank 1. Unit: in multiples of 32 clocks. (Only present in multi-rank configurations). FOR PERFORMANCE ONLY. -
-refresh_timer1_start_value_x32 - -23:12 - -fff000 - -8 - -8000 - -Refresh Timer for Rank 0. (Only present in multi-rank configurations). Unit: in multiples of 32 clocks. FOR PERFORMANCE ONLY. -
-CHE_REFRESH_TIMER01@0XF80060A0 - -31:0 - -ffffff - - - -8000 - -CHE_REFRESH_TIMER01 -
-

-

Register ( slcr )CHE_T_ZQ

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_T_ZQ - -0XF80060A4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dis_auto_zq - -0:0 - -1 - -0 - -0 - -1=disable controller generation of ZQCS command. Co_gs_zq_calib_short can be used instead to control ZQ calibration commands. 0=internally generate ZQCS commands based on reg_ddrc_t_zq_short_interval_x1024 This is only present for implementations supporting DDR3 and LPDDR2 devices. -
-reg_ddrc_ddr3 - -1:1 - -2 - -1 - -2 - -Indicates operating in DDR2/DDR3 mode. Default value is set for DDR3. -
-reg_ddrc_t_mod - -11:2 - -ffc - -200 - -800 - -Mode register set command update delay (minimum the larger of 12 clock cycles or 15ns) -
-reg_ddrc_t_zq_long_nop - -21:12 - -3ff000 - -200 - -200000 - -Number of cycles of NOP required after a ZQCL (ZQ calibration long) command is issued to DRAM. Units: Clock cycles This is only present for implementations supporting DDR3 and LPDDR2 devices. -
-reg_ddrc_t_zq_short_nop - -31:22 - -ffc00000 - -40 - -10000000 - -Number of cycles of NOP required after a ZQCS (ZQ calibration short) command is issued to DRAM. Units: Clock cycles This is only present for implementations supporting DDR3 and LPDDR2 devices. -
-CHE_T_ZQ@0XF80060A4 - -31:0 - -ffffffff - - - -10200802 - -ZQ parameters register -
-

-

Register ( slcr )CHE_T_ZQ_Short_Interval_Reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_T_ZQ_Short_Interval_Reg - -0XF80060A8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-t_zq_short_interval_x1024 - -19:0 - -fffff - -cb73 - -cb73 - -Average interval to wait between automatically issuing ZQCS (ZQ calibration short) commands to DDR3 devices. Meaningless if reg_ddrc_dis_auto_zq=1. Units: 1024 Clock cycles. Applicable for DDR3 and LPDDR2 devices. -
-dram_rstn_x1024 - -27:20 - -ff00000 - -69 - -6900000 - -Number of cycles to assert DRAM reset signal during init sequence. Units: 1024 Clock cycles. Applicable for DDR3 only. -
-CHE_T_ZQ_Short_Interval_Reg@0XF80060A8 - -31:0 - -fffffff - - - -690cb73 - -Misc parameters register -
-

-

Register ( slcr )deep_pwrdwn_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-deep_pwrdwn_reg - -0XF80060AC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-deeppowerdown_en - -0:0 - -1 - -0 - -0 - -1 - Controller puts the DRAM into Deep Powerdown mode when the transaction store is empty. 0 - Brings Controller out of Deep Powerdown mode Present only in designs configured to support LPDDR or LPDDR2 FOR PERFORMANCE ONLY. -
-deeppowerdown_to_x1024 - -8:1 - -1fe - -ff - -1fe - -Minimum deep power down time applicable only for LPDDR2. LPDDR exits from deep power down mode immediately after reg_ddrc_deeppowerdown_en is deasserted. For LPDDR2, Value from the spec is 500us. Units are in 1024 clock cycles. Present only in designs configured to support LPDDR or LPDDR2. FOR PERFORMANCE ONLY. -
-deep_pwrdwn_reg@0XF80060AC - -31:0 - -1ff - - - -1fe - -Deep powerdown register -
-

-

Register ( slcr )reg_2c

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_2c - -0XF80060B0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-dfi_wrlvl_max_x1024 - -11:0 - -fff - -fff - -fff - -Write leveling maximum time. Specifies the maximum number of clock cycles that the controller will wait for a response (phy_dfi_wrlvl_resp) to a write leveling enable signal (ddrc_dfi_wrlvl_en). Only applicable when connecting to PHY's operating in 'PHY WrLvl Evaluation' mode. Typical value 0xFFF Units 1024 clocks -
-dfi_rdlvl_max_x1024 - -23:12 - -fff000 - -fff - -fff000 - -Read leveling maximum time. Specifies the maximum number of clock cycles that the controller will wait for a response (phy_dfi_rdlvl_resp) to a read leveling enable signal (ddrc_dfi_rdlvl_en or ddrc_dfi_rdlvl_gate_en). Only applicable when connecting to PHY's operating in 'PHY RdLvl Evaluation' mode. Typical value 0xFFF Units 1024 clocks -
-ddrc_reg_twrlvl_max_error - -24:24 - -1000000 - -0 - -0 - -When '1' indicates that the reg_ddrc_dfi_wrlvl_max_x1024 timer has timed out. This is a Clear-on-Write register. If write leveling timed out, an error is indicated by the DDRC and this bit gets set. The value is held until it is cleared. Clearing is done by writing a '0' to this register. Only present in designs that support DDR3. -
-ddrc_reg_trdlvl_max_error - -25:25 - -2000000 - -0 - -0 - -When '1' indicates that the reg_ddrc_dfi_rdrlvl_max_x1024 timer has timed out. This is a Clear-on-Write register. If read leveling or gate training timed out, an error is indicated by the DDRC and this bit gets set. The value is held at that value until it is cleared. Clearing is done by writing a '0' to this register. Only present in designs that support DDR3 or LPDDR2 devices. -
-reg_ddrc_dfi_wr_level_en - -26:26 - -4000000 - -1 - -4000000 - -1 = Write leveling mode has been enabled as part of init sequence; Valid only for DDR3 DFI designs 0 = Write leveling disabled. -
-reg_ddrc_dfi_rd_dqs_gate_level - -27:27 - -8000000 - -1 - -8000000 - -1 = Read DQS Gate Leveling mode has been enabled as part of init sequence; Valid only for DDR3 DFI designs 0= Read DQS gate leveling is disabled. -
-reg_ddrc_dfi_rd_data_eye_train - -28:28 - -10000000 - -1 - -10000000 - -1 = Read Data Eye training mode has been enabled as part of init sequence. Only present in designs that support DDR3 or LPDDR2 devices. -
-reg_2c@0XF80060B0 - -31:0 - -1fffffff - - - -1cffffff - -Training control register -
-

-

Register ( slcr )reg_2d

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_2d - -0XF80060B4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_2t_delay - -8:0 - -1ff - -0 - -0 - -Selects the clock edge in which chip select (CSN) and CKE is asserted. Unsupported feature. -
-reg_ddrc_skip_ocd - -9:9 - -200 - -1 - -200 - -This register must be kept at 1'b1. 1'b0 is NOT supported. 1 - Indicates the controller to skip OCD adjustment step during DDR2 initialization. OCD_Default and OCD_Exit are performed instead. 0 - Not supported. -
-reg_ddrc_dis_pre_bypass - -10:10 - -400 - -0 - -0 - -Only present in designs supporting precharge bypass. When 1, disable bypass path for high priority precharges FOR DEBUG ONLY. -
-reg_2d@0XF80060B4 - -31:0 - -7ff - - - -200 - -Misc Debug register -
-

-

Register ( slcr )dfi_timing

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-dfi_timing - -0XF80060B8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dfi_t_rddata_en - -4:0 - -1f - -6 - -6 - -Time from the assertion of a READ command on the DFI interface to the assertion of the phy_dfi_rddata_en signal. Non-LPDDR -> RL-1 LPDDR -> RL Where RL is read latency of DRAM. -
-reg_ddrc_dfi_t_ctrlup_min - -14:5 - -7fe0 - -3 - -60 - -Specifies the minimum number of clock cycles that the ddrc_dfi_ctrlupd_req signal must be asserted. -
-reg_ddrc_dfi_t_ctrlup_max - -24:15 - -1ff8000 - -40 - -200000 - -Specifies the maximum number of clock cycles that the ddrc_dfi_ctrlupd_req signal can assert. -
-dfi_timing@0XF80060B8 - -31:0 - -1ffffff - - - -200066 - -DFI timing register -
-

-

Register ( slcr )CHE_ECC_CONTROL_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_ECC_CONTROL_REG_OFFSET - -0XF80060C4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-Clear_Uncorrectable_DRAM_ECC_error - -0:0 - -1 - -0 - -0 - -Writing 1 to this bit will clear the uncorrectable log valid bit and the uncorrectable error counters. -
-Clear_Correctable_DRAM_ECC_error - -1:1 - -2 - -0 - -0 - -Writing 1 to this bit will clear the correctable log valid bit and the correctable error counters. -
-CHE_ECC_CONTROL_REG_OFFSET@0XF80060C4 - -31:0 - -3 - - - -0 - -ECC error clear register -
-

-

Register ( slcr )CHE_CORR_ECC_LOG_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_CORR_ECC_LOG_REG_OFFSET - -0XF80060C8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CORR_ECC_LOG_VALID - -0:0 - -1 - -0 - -0 - -Set to '1' when a correctable ECC error is captured. As long as this is '1' no further ECC errors will be captured. This is cleared when a '1' is written to register bit[1] of ECC CONTROL REGISTER (0x31) -
-ECC_CORRECTED_BIT_NUM - -7:1 - -fe - -0 - -0 - -Indicator of the bit number syndrome in error for single-bit errors. The field is 7-bit wide to handle 72-bits of data. This is an encoded value with ECC bits placed in between data. The encoding is given in section 5.4 Correctable bit number from the lowest error lane is reported here. There are only 13-valid bits going to an ECC lane (8-data + 5-ECC). Only 4-bits are needed to encode a max value of d'13. Bit[7] of this register is used to indicate the exact byte lane. When a error happens, if CORR_ECC_LOG_COL[0] from register 0x33 is 1'b0, then the error happened in Lane 0 or 1. If CORR_ECC_LOG_COL[0] is 1'b1, then the error happened in Lane 2 or 3. Bit[7] of this register indicates whether the error is from upper or lower byte lane. If it is 0, then it is lower byte lane and if it is 1, then it is upper byte lane. Together with CORR_ECC_LOG_COL[0] and bit[7] of this register, the exact byte lane with correctable error can be determined. -
-CHE_CORR_ECC_LOG_REG_OFFSET@0XF80060C8 - -31:0 - -ff - - - -0 - -ECC error correction register -
-

-

Register ( slcr )CHE_UNCORR_ECC_LOG_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_UNCORR_ECC_LOG_REG_OFFSET - -0XF80060DC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNCORR_ECC_LOG_VALID - -0:0 - -1 - -0 - -0 - -Set to '1' when an uncorrectable ECC error is captured. As long as this is '1' no further ECC errors will be captured. This is cleared when a '1' is written to register bit[0] of ECC CONTROL REGISTER (0x31). -
-CHE_UNCORR_ECC_LOG_REG_OFFSET@0XF80060DC - -31:0 - -1 - - - -0 - -ECC unrecoverable error status register -
-

-

Register ( slcr )CHE_ECC_STATS_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_ECC_STATS_REG_OFFSET - -0XF80060F0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-STAT_NUM_CORR_ERR - -15:8 - -ff00 - -0 - -0 - -Returns the number of correctable ECC errors seen since the last read. Counter saturates at max value. This is cleared when a '1' is written to register bit[1] of ECC CONTROL REGISTER (0x58). -
-STAT_NUM_UNCORR_ERR - -7:0 - -ff - -0 - -0 - -Returns the number of un-correctable errors since the last read. Counter saturates at max value. This is cleared when a '1' is written to register bit[0] of ECC CONTROL REGISTER (0x58). -
-CHE_ECC_STATS_REG_OFFSET@0XF80060F0 - -31:0 - -ffff - - - -0 - -ECC error count register -
-

-

Register ( slcr )ECC_scrub

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ECC_scrub - -0XF80060F4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_ecc_mode - -2:0 - -7 - -0 - -0 - -DRAM ECC Mode. The only valid values that works for this project are 3'b000 (No ECC) and 3'b100 (SEC/DED over 1-beat). To run the design in ECC mode, set reg_ddrc_data_bus_width to 2'b01 (Half bus width) and reg_ddrc_ecc_mode to 3'b100. In this mode, there will be 16-data bits + 6-bit ECC on the DRAM bus. Controller must NOT be put in full bus width mode, when ECC is turned ON. 000 - No ECC, 001 - Reserved 010 - Parity 011 - Reserved 100 - SEC/DED over 1-beat 101 - SEC/DED over multiple beats 110 - Device Correction 111 - Reserved -
-reg_ddrc_dis_scrub - -3:3 - -8 - -1 - -8 - -This feature is NOT supported. Only default value works. 1 - Disable ECC scrubs 0 - Enable ECC scrubs Valid only when reg_ddrc_ecc_mode = 3'b100. -
-ECC_scrub@0XF80060F4 - -31:0 - -f - - - -8 - -ECC mode/scrub register -
-

-

Register ( slcr )phy_rcvr_enable

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rcvr_enable - -0XF8006114 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_dif_on - -3:0 - -f - -0 - -0 - -Value to drive to IO receiver enable pins when turning it ON. When NOT in powerdown or self-refresh (when CKE=1) this value will be sent to the IOs to control receiver on/off. IOD is the size specified by the IO_DIFEN_SIZE parameter. -
-reg_phy_dif_off - -7:4 - -f0 - -0 - -0 - -Value to drive to IO receiver enable pins when turning it OFF. When in powerdown or self-refresh (CKE=0) this value will be sent to the IOs to control receiver on/off. IOD is the size specified by the IO_DIFEN_SIZE parameter. Depending on the IO, one of these signals dif_on or dif_off can be used. -
-phy_rcvr_enable@0XF8006114 - -31:0 - -ff - - - -0 - -Phy receiver enable register -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF8006118 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 1: data slice is valid. 0: read data responses are ignored. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -RESERVED -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -RESERVED -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -RESERVED -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Transmitter for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Receiver for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 2'b10; 1'b1: PRBS pattern shifted early by 1 bit. 1'b0: PRBS pattern without any shift. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 1'b1: sticky error flag is cleared 1'b0: No effect -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF8006118 - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF800611C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 1: data slice is valid. 0: read data responses are ignored. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -RESERVED -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -RESERVED -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -RESERVED -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Transmitter for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Receiver for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 2'b10; 1'b1: PRBS pattern shifted early by 1 bit. 1'b0: PRBS pattern without any shift. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 1'b1: sticky error flag is cleared 1'b0: No effect -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF800611C - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF8006120 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 1: data slice is valid. 0: read data responses are ignored. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -RESERVED -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -RESERVED -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -RESERVED -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Transmitter for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Receiver for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 2'b10; 1'b1: PRBS pattern shifted early by 1 bit. 1'b0: PRBS pattern without any shift. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 1'b1: sticky error flag is cleared 1'b0: No effect -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF8006120 - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF8006124 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 1: data slice is valid. 0: read data responses are ignored. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -RESERVED -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -RESERVED -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -RESERVED -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Transmitter for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Receiver for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 2'b10; 1'b1: PRBS pattern shifted early by 1 bit. 1'b0: PRBS pattern without any shift. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 1'b1: sticky error flag is cleared 1'b0: No effect -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF8006124 - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF800612C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF800612C - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF8006130 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF8006130 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF8006134 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF8006134 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF8006138 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF8006138 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF8006140 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF8006140 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF8006144 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF8006144 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF8006148 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF8006148 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF800614C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF800614C - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF8006154 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF8006154 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF8006158 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF8006158 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF800615C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF800615C - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF8006160 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF8006160 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF8006168 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg@0XF8006168 - -31:0 - -1fffff - - - -f9 - -PHY fifo write enable configuration register for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF800616C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg@0XF800616C - -31:0 - -1fffff - - - -f9 - -PHY fifo write enable configuration register for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF8006170 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg@0XF8006170 - -31:0 - -1fffff - - - -f9 - -PHY fifo write enable configuration register for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF8006174 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg@0XF8006174 - -31:0 - -1fffff - - - -f9 - -PHY fifo write enable configuration register for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF800617C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF800617C - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio configuration register for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF8006180 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF8006180 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio configuration register for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF8006184 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF8006184 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio configuration register for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF8006188 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF8006188 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio configuration register for data slice 0. -
-

-

Register ( slcr )reg_64

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_64 - -0XF8006190 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_loopback - -0:0 - -1 - -0 - -0 - -Loopback testing. 1: enable, 0: disable -
-reg_phy_bl2 - -1:1 - -2 - -0 - -0 - -Reserved for future Use. -
-reg_phy_at_spd_atpg - -2:2 - -4 - -0 - -0 - -1 = run scan test at full clock speed but with less coverage 0 = run scan test at slow clock speed but with high coverage During normal function mode, this port must be set 0. -
-reg_phy_bist_enable - -3:3 - -8 - -0 - -0 - -Enable the internal BIST generation and checker logic when this port is set HIGH. Setting this port as 0 will stop the BIST generator/checker. In order to run BIST tests, this port must be set along with reg_phy_loopback. -
-reg_phy_bist_force_err - -4:4 - -10 - -0 - -0 - -This register bit is used to check that BIST checker is not giving false pass. When this port is set 1, data bit gets inverted before sending out to the external memory and BIST checker must return a mismatch error. -
-reg_phy_bist_mode - -6:5 - -60 - -0 - -0 - -The mode bits select the pattern type generated by the BIST generator. All the patterns are transmitted continuously once enabled. 2'b00: constant pattern (0 repeated on each DQ bit) 2'b01: low freq pattern (00001111 repeated on each DQ bit) 2'b10: PRBS pattern (2^7-1 PRBS pattern repeated on each DQ bit) Each DQ bit always has same data value except when early shifting in PRBS mode is requested -
-reg_phy_invert_clkout - -7:7 - -80 - -1 - -80 - -Inverts the polarity of DRAM clock. 0: core clock is passed on to DRAM 1: inverted core clock is passed on to DRAM. Use this when CLK can arrive at a DRAM device ahead of DQS or coincidence with DQS based on boad topology. This effectively delays the CLK to the DRAM device by half -cycle, providing a CLK edge that DQS can align to during leveling. -
-reg_phy_all_dq_mpr_rd_resp - -8:8 - -100 - -0 - -0 - -1=assume DRAM provides read response on all DQ bits. (In this mode, dq_in[7:0] are OR'd together and dq_in[15:8] are AND'd together.) 0=(default) best for DRAM read responses on only 1 DQ bit; works with reduced accuracy if DRAM provides read response on all bits. (In this mode dq_in[7:0] are OR'd together and dq_in[15:8] are OR'd together.) -
-reg_phy_sel_logic - -9:9 - -200 - -0 - -0 - -Selects one of the two read leveling algorithms.'b0 = Select algorithm # 1'b1 = Select algorithm # 2 Please refer to Read Data Eye Training section in PHY User Guide for details about the Read Leveling algorithms -
-reg_phy_ctrl_slave_ratio - -19:10 - -ffc00 - -100 - -40000 - -Ratio value for address/command launch timing in phy_ctrl macro. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_ctrl_slave_force - -20:20 - -100000 - -0 - -0 - -1: overwrite the delay/tap value for address/command timing slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_ctrl_slave_delay - -27:21 - -fe00000 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for address/command timing slave DLL with this value. This is a bit value, the remaining 2 bits are in register 0x65 bits[19:18]. -
-reg_phy_use_rank0_delays - -28:28 - -10000000 - -1 - -10000000 - -Delay selection 1- Rank 0 delays are used for all ranks 0- Each Rank uses its own delay -
-reg_phy_lpddr - -29:29 - -20000000 - -0 - -0 - -1= mobile/LPDDR DRAM device in use. 0=non-LPDDR DRAM device in use. -
-reg_phy_cmd_latency - -30:30 - -40000000 - -0 - -0 - -If set to 1, command comes to phy_ctrl through a flop. -
-reg_phy_int_lpbk - -31:31 - -80000000 - -0 - -0 - -1=enables the PHY internal loopback for DQ,DQS,DM before Ios. By default must be 0. -
-reg_64@0XF8006190 - -31:0 - -ffffffff - - - -10040080 - -Training control register (2) -
-

-

Register ( slcr )reg_65

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_65 - -0XF8006194 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_rl_delay - -4:0 - -1f - -2 - -2 - -This delay determines when to select the active rank's ratio logic delay for Write Data and Write DQS slave delay lines after PHY receives a write command at Control Interface. The programmed value must be (Write Latency - 4) with a minimum value of 1. -
-reg_phy_rd_rl_delay - -9:5 - -3e0 - -4 - -80 - -This delay determines when to select the active rank's ratio logic delay for Read Data and Read DQS slave delay lines after PHY receives a read command at Control Interface. The programmed value must be (Read Latency - 3) with a minimum value of 1. -
-reg_phy_dll_lock_diff - -13:10 - -3c00 - -f - -3c00 - -The Maximum number of delay line taps variation allowed while maintaining the master DLL lock. When the PHY is in locked state and the variation on the clock exceeds the variation indicated by the register, the lock signal is deasserted -
-reg_phy_use_wr_level - -14:14 - -4000 - -1 - -4000 - -Write Leveling training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by write leveling Note: This is a Synchronous dynamic signal that requires timing closure. -
-reg_phy_use_rd_dqs_gate_level - -15:15 - -8000 - -1 - -8000 - -Read DQS Gate training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by DQS gate leveling Note: This is a Synchronous dynamic signal that requires timing closure. -
-reg_phy_use_rd_data_eye_level - -16:16 - -10000 - -1 - -10000 - -Read Data Eye training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by data eye leveling Note: This is a Synchronous dynamic signal that requires timing closure -
-reg_phy_dis_calib_rst - -17:17 - -20000 - -0 - -0 - -Disable the dll_calib (internally generated) signal from resetting the Read Capture FIFO pointers and portions of phy_data. Note: dll_calib is (i) generated by dfi_ctrl_upd_req or (ii) by the PHY when it detects that the clock frequency variation has exceeded the bounds set by reg_phy_dll_lock_diff or (iii) periodically throughout the leveling process. dll_calib will update the slave DL with PVT-compensated values according to master DLL outputs -
-reg_phy_ctrl_slave_delay - -19:18 - -c0000 - -0 - -0 - -If reg-phy_rd_dqs_slave_force is 1, replace delay/tap value for address/command timing slave DLL with this value -
-reg_65@0XF8006194 - -31:0 - -fffff - - - -1fc82 - -Training control register (3) -
-

-

Register ( slcr )page_mask

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-page_mask - -0XF8006204 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_page_addr_mask - -31:0 - -ffffffff - -0 - -0 - -This register must be set based on the value programmed on the reg_ddrc_addrmap_* registers. Set the Column address bits to 0. Set the Page and Bank address bits to 1. This is used for calculating page_match inside the slave modules in Arbiter. The page_match is considered during the arbitration process. This mask applies to 64-bit address and not byte address. Setting this value to 0 disables transaction prioritization based on page/bank match. -
-page_mask@0XF8006204 - -31:0 - -ffffffff - - - -0 - -Page mask register -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF8006208 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port@0XF8006208 - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF800620C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port@0XF800620C - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF8006210 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port@0XF8006210 - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF8006214 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port@0XF8006214 - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF8006218 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF8006218 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF800621C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF800621C - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF8006220 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF8006220 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF8006224 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF8006224 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )lpddr_ctrl0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl0 - -0XF80062A8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_lpddr2 - -0:0 - -1 - -0 - -0 - -1=LPDDR2 DRAM device in Use. 0=non-LPDDR2 device in use Present only in designs configured to support LPDDR2. -
-reg_ddrc_per_bank_refresh - -1:1 - -2 - -0 - -0 - -1:Per bank refresh 0:All bank refresh Per bank refresh allows traffic to flow to other banks. Per bank refresh is not supported on all LPDDR2 devices. Present only in designs configured to support LPDDR2. -
-reg_ddrc_derate_enable - -2:2 - -4 - -0 - -0 - -0: Timing parameter derating is disabled. 1: Timing parameter derating is enabled using MR4 read value. Present only in designs configured to support LPDDR2. -
-reg_ddrc_mr4_margin - -11:4 - -ff0 - -0 - -0 - -UNUSED -
-lpddr_ctrl0@0XF80062A8 - -31:0 - -ff7 - - - -0 - -LPDDR2 Control 0 Register -
-

-

Register ( slcr )lpddr_ctrl1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl1 - -0XF80062AC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_mr4_read_interval - -31:0 - -ffffffff - -0 - -0 - -Interval between two MR4 reads, USED to derate the timing parameters. Present only in designs configured to support LPDDR2. -
-lpddr_ctrl1@0XF80062AC - -31:0 - -ffffffff - - - -0 - -LPDDR2 Control 1 Register -
-

-

Register ( slcr )lpddr_ctrl2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl2 - -0XF80062B0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_min_stable_clock_x1 - -3:0 - -f - -5 - -5 - -Time to wait after the first CKE high, tINIT2. Present only in designs configured to support LPDDR2. Units: 1 clock cycle. LPDDR2 typically requires 5 x tCK delay. -
-reg_ddrc_idle_after_reset_x32 - -11:4 - -ff0 - -12 - -120 - -Idle time after the reset command, tINIT4. Present only in designs configured to support LPDDR2. Units: 32 clock cycles. -
-reg_ddrc_t_mrw - -21:12 - -3ff000 - -5 - -5000 - -Time to wait during load mode register writes. Present only in designs configured to support LPDDR2. LPDDR2 typically requires value of 5. -
-lpddr_ctrl2@0XF80062B0 - -31:0 - -3fffff - - - -5125 - -LPDDR2 Control 2 Register -
-

-

Register ( slcr )lpddr_ctrl3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl3 - -0XF80062B4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_max_auto_init_x1024 - -7:0 - -ff - -a8 - -a8 - -Maximum duration of the auto initialization, tINIT5. Present only in designs configured to support LPDDR2. Units: 1024 clock cycles. LPDDR2 typically requires 10 us. -
-reg_ddrc_dev_zqinit_x32 - -17:8 - -3ff00 - -12 - -1200 - -ZQ initial calibration, tZQINIT. Present only in designs configured to support LPDDR2. Units: 32 clock cycles. LPDDR2 typically requires 1 us. -
-lpddr_ctrl3@0XF80062B4 - -31:0 - -3ffff - - - -12a8 - -LPDDR2 Control 3 Register -
-

-

POLL ON DCI STATUS

-

Register ( slcr )DDRIOB_DCI_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_STATUS - -0XF8000B74 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DONE - -13:13 - -2000 - -1 - -2000 - -DCI done signal -
-DDRIOB_DCI_STATUS@0XF8000B74 - -31:0 - -2000 - - - -2000 - -tobe -
-

-

UNLOCK DDR

-

Register ( slcr )ddrc_ctrl

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ddrc_ctrl - -0XF8006000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_soft_rstb - -0:0 - -1 - -1 - -1 - -Active low soft reset. 0 = Resets the controller 1 = Takes the controller out of reset Note: Controller must be taken out of reset only after all other registers have been programmed. -
-reg_ddrc_powerdown_en - -1:1 - -2 - -0 - -0 - -Controller power down control. 0 = DDRC powerdown disabled 1 = the controller goes into power down after a programmable number of cycles 'Maximum idle clocks before power down' (reg_ddrc_powerdown_to_x32). Note: This register bit may be reprogrammed during the course of normal operation. -
-reg_ddrc_data_bus_width - -3:2 - -c - -0 - -0 - -DDR bus width control 00 = 32 bit DDR bus 01 = 16 bit DDR bus 1x = reserved -
-reg_ddrc_burst8_refresh - -6:4 - -70 - -0 - -0 - -Refresh timeout register. Programmed value plus one will be the number of refresh timeouts that will be allowed to accumulate before traffic is blocked and the refreshes are forced to execute. Closing pages to perform a refresh is a one-time penalty that must be paid for each group of refreshes; therefore, performing refreshes in a burst reduces the per-refresh penalty of these page closings. Higher numbers for burst_of_N_refresh slightly increases utilization; lower numbers decreases the worst-case latency associated with refreshes. 0 = single refresh 1 = burst-of-2 . 7 = burst-of-8 refresh -
-reg_ddrc_rdwr_idle_gap - -13:7 - -3f80 - -1 - -80 - -When the preferred transaction store is empty for this many clock cycles, switch to the alternate transaction store if it is non-empty. The read transaction store (both high and low priority) is the default preferred transaction store and the write transaction store is the alternate store. When 'Prefer write over read' is set this is reversed. -
-reg_ddrc_dis_rd_bypass - -14:14 - -4000 - -0 - -0 - -Only present in designs supporting read bypass. For Debug only. 0 = Do not disable bypass path for high priority read page hits. 1 = disable bypass path for high priority read page hits. -
-reg_ddrc_dis_act_bypass - -15:15 - -8000 - -0 - -0 - -Only present in designs supporting activate bypass. For Debug only. 0 = Do not disable bypass path for high priority read activates. 1 = disable bypass path for high priority read activates. -
-reg_ddrc_dis_auto_refresh - -16:16 - -10000 - -0 - -0 - -Disable auto-refresh. 0 = do not disable auto-refresh generated by the controller. This input is changeable on the fly. 1 = disable auto-refresh generated by the controller. This input is changeable on the fly. Note: When this transitions from 0 to 1, any pending refreshes will be immediately scheduled by the controller. -
-ddrc_ctrl@0XF8006000 - -31:0 - -1ffff - - - -81 - -DDRC Control Register -
-

-

CHECK DDR STATUS

-

Register ( slcr )mode_sts_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-mode_sts_reg - -0XF8006054 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-ddrc_reg_operating_mode - -2:0 - -7 - -1 - -1 - -Gives the status of the controller. 0 = DDRC Init 1 = Normal operation 2 = Power-down mode 3 = Self-refresh mode 4 and above = deep power down mode (LPDDR2 only) -
-mode_sts_reg@0XF8006054 - -31:0 - -7 - - - -1 - -tobe -
-

- -

-

ps7_mio_init_data_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DDRIOB_ADDR0 - - -0XF8000B40 - -32 - -RW - -0x000000 - -DDRIOB Address 0 Configuartion Register -
- -DDRIOB_ADDR1 - - -0XF8000B44 - -32 - -RW - -0x000000 - -DDRIOB Address 1 Configuration Register -
- -DDRIOB_DATA0 - - -0XF8000B48 - -32 - -RW - -0x000000 - -DDRIOB Data 0 Configuration Register -
- -DDRIOB_DATA1 - - -0XF8000B4C - -32 - -RW - -0x000000 - -DDRIOB Data 1 Configuration Register -
- -DDRIOB_DIFF0 - - -0XF8000B50 - -32 - -RW - -0x000000 - -DDRIOB Differential DQS 0 Configuration Register -
- -DDRIOB_DIFF1 - - -0XF8000B54 - -32 - -RW - -0x000000 - -DDRIOB Differential DQS 1 Configuration Register -
- -DDRIOB_CLOCK - - -0XF8000B58 - -32 - -RW - -0x000000 - -DDRIOB Differential Clock Configuration Register -
- -DDRIOB_DRIVE_SLEW_ADDR - - -0XF8000B5C - -32 - -RW - -0x000000 - -DDRIOB Drive Slew Address Register -
- -DDRIOB_DRIVE_SLEW_DATA - - -0XF8000B60 - -32 - -RW - -0x000000 - -DDRIOB Drive Slew Data Register -
- -DDRIOB_DRIVE_SLEW_DIFF - - -0XF8000B64 - -32 - -RW - -0x000000 - -DDRIOB Drive Slew Differential Strobe Register -
- -DDRIOB_DRIVE_SLEW_CLOCK - - -0XF8000B68 - -32 - -RW - -0x000000 - -DDRIOB Drive Slew Clcok Register -
- -DDRIOB_DDR_CTRL - - -0XF8000B6C - -32 - -RW - -0x000000 - -DDRIOB DDR Control Register -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDRIOB DCI configuration -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDRIOB DCI configuration -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDRIOB DCI configuration -
- -MIO_PIN_14 - - -0XF8000738 - -32 - -RW - -0x000000 - -MIO Control for Pin 14 -
- -MIO_PIN_15 - - -0XF800073C - -32 - -RW - -0x000000 - -MIO Control for Pin 15 -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_mio_init_data_1_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register always returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

OCM REMAPPING

-

DDRIOB SETTINGS

-

Register ( slcr )DDRIOB_ADDR0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_ADDR0 - -0XF8000B40 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -0 - -0 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_ADDR0@0XF8000B40 - -31:0 - -fff - - - -600 - -DDRIOB Address 0 Configuartion Register -
-

-

Register ( slcr )DDRIOB_ADDR1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_ADDR1 - -0XF8000B44 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -0 - -0 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_ADDR1@0XF8000B44 - -31:0 - -fff - - - -600 - -DDRIOB Address 1 Configuration Register -
-

-

Register ( slcr )DDRIOB_DATA0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA0 - -0XF8000B48 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -1 - -2 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_DATA0@0XF8000B48 - -31:0 - -fff - - - -672 - -DDRIOB Data 0 Configuration Register -
-

-

Register ( slcr )DDRIOB_DATA1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA1 - -0XF8000B4C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -1 - -2 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_DATA1@0XF8000B4C - -31:0 - -fff - - - -672 - -DDRIOB Data 1 Configuration Register -
-

-

Register ( slcr )DDRIOB_DIFF0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF0 - -0XF8000B50 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -2 - -4 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_DIFF0@0XF8000B50 - -31:0 - -fff - - - -674 - -DDRIOB Differential DQS 0 Configuration Register -
-

-

Register ( slcr )DDRIOB_DIFF1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF1 - -0XF8000B54 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -2 - -4 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_DIFF1@0XF8000B54 - -31:0 - -fff - - - -674 - -DDRIOB Differential DQS 1 Configuration Register -
-

-

Register ( slcr )DDRIOB_CLOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_CLOCK - -0XF8000B58 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -0 - -0 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_CLOCK@0XF8000B58 - -31:0 - -fff - - - -600 - -DDRIOB Differential Clock Configuration Register -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_ADDR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_ADDR - -0XF8000B5C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -Programs the DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -Programs the DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -3 - -c000 - -Programs the DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -3 - -180000 - -Programs the DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000 - Normal Operation 001 : 111 - Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_ADDR@0XF8000B5C - -31:0 - -ffffffff - - - -18c61c - -DDRIOB Drive Slew Address Register -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_DATA

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_DATA - -0XF8000B60 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -Programs the DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -Programs the DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -6 - -18000 - -Programs the DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -Programs the DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000 - Normal Operation 001 : 111 - Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_DATA@0XF8000B60 - -31:0 - -ffffffff - - - -f9861c - -DDRIOB Drive Slew Data Register -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_DIFF

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_DIFF - -0XF8000B64 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -Programs the DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -Programs the DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -6 - -18000 - -Programs the DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -Programs the DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000 - Normal Operation 001 : 111 - Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_DIFF@0XF8000B64 - -31:0 - -ffffffff - - - -f9861c - -DDRIOB Drive Slew Differential Strobe Register -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_CLOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_CLOCK - -0XF8000B68 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -Programs the DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -Programs the DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -6 - -18000 - -Programs the DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -Programs the DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000 - Normal Operation 001 : 111 - Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_CLOCK@0XF8000B68 - -31:0 - -ffffffff - - - -f9861c - -DDRIOB Drive Slew Clcok Register -
-

-

Register ( slcr )DDRIOB_DDR_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DDR_CTRL - -0XF8000B6C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-VREF_INT_EN - -0:0 - -1 - -0 - -0 - -Enables VREF internal generator -
-VREF_SEL - -4:1 - -1e - -0 - -0 - -Specifies DDR IOB Vref generator output 0001 - VREF = 0.6V for LPDDR2 with 1.2V IO 0010 - VREF = 0.675V for LPDDR3 1.35 V IO 0100 - VREF = 0.75V for DDR3 with 1.5V IO 1000 - VREF = 0.90V for DDR2 with 1.8V IO -
-VREF_EXT_EN - -6:5 - -60 - -3 - -60 - -Enables External VREF input X0 - Disable External VREF for lower 16 bits X1 - Enable External VREF for lower 16 bits 0X - Disable External VREF for upper 16 bits 1X - Enable External VREF for upper 16 bits -
-VREF_PULLUP_EN - -8:7 - -180 - -0 - -0 - -Enables VREF pull-up resistors X0 - Disable VREF pull-up for lower 16 bits X1 - Enable VREF pull-up for lower 16 bits 0X - Disable VREF pull-up for upper 16 bits 1X - Enable VREF pull-up for upper 16 bits -
-REFIO_EN - -9:9 - -200 - -1 - -200 - -Enables VRP,VRN 0 - VRP/VRN not used 1 - VRP/VRN used as refio -
-REFIO_PULLUP_EN - -12:12 - -1000 - -0 - -0 - -Enables VRP,VRN pull-up resistors 0 -no pull-up 1 - enable pull-up resistors -
-DRST_B_PULLUP_EN - -13:13 - -2000 - -0 - -0 - -Enables pull-up resistors 0 -no pull-up 1 - enable pull-up resistors -
-CKE_PULLUP_EN - -14:14 - -4000 - -0 - -0 - -Enables pull-up resistors 0 -no pull-up 1 - enable pull-up resistors -
-DDRIOB_DDR_CTRL@0XF8000B6C - -31:0 - -73ff - - - -260 - -DDRIOB DDR Control Register -
-

-

ASSERT RESET

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -1 - -1 - -At least toggle once to initialise flops in DCI system -
-VRN_OUT - -5:5 - -20 - -1 - -20 - -VRN output value -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -21 - - - -21 - -DDRIOB DCI configuration -
-

-

DEASSERT RESET

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -0 - -0 - -At least toggle once to initialise flops in DCI system -
-VRN_OUT - -5:5 - -20 - -1 - -20 - -VRN output value -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -21 - - - -20 - -DDRIOB DCI configuration -
-

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -1 - -1 - -At least toggle once to initialise flops in DCI system -
-ENABLE - -1:1 - -2 - -1 - -2 - -1 if any iob's use a terminate type, or if dci test block used -
-VRP_TRI - -2:2 - -4 - -0 - -0 - -VRP tristate value -
-VRN_TRI - -3:3 - -8 - -0 - -0 - -VRN tristate value -
-VRP_OUT - -4:4 - -10 - -0 - -0 - -VRP output value -
-VRN_OUT - -5:5 - -20 - -1 - -20 - -VRN output value -
-NREF_OPT1 - -7:6 - -c0 - -0 - -0 - -Reserved -
-NREF_OPT2 - -10:8 - -700 - -0 - -0 - -Reserved -
-NREF_OPT4 - -13:11 - -3800 - -1 - -800 - -Reserved -
-PREF_OPT1 - -16:14 - -1c000 - -0 - -0 - -Reserved -
-PREF_OPT2 - -19:17 - -e0000 - -0 - -0 - -Reserved -
-UPDATE_CONTROL - -20:20 - -100000 - -0 - -0 - -DCI Update -
-INIT_COMPLETE - -21:21 - -200000 - -0 - -0 - -test Internal to IO bank -
-TST_CLK - -22:22 - -400000 - -0 - -0 - -Emulate DCI clock -
-TST_HLN - -23:23 - -800000 - -0 - -0 - -Emulate comparator output (VRN) -
-TST_HLP - -24:24 - -1000000 - -0 - -0 - -Emulate comparator output (VRP) -
-TST_RST - -25:25 - -2000000 - -0 - -0 - -Emulate Reset -
-INT_DCI_EN - -26:26 - -4000000 - -0 - -0 - -Need explanation here -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -7ffffff - - - -823 - -DDRIOB DCI configuration -
-

-

MIO PROGRAMMING

-

Register ( slcr )MIO_PIN_14

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-MIO_PIN_14 - -0XF8000738 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-TRI_ENABLE - -0:0 - -1 - -1 - -1 - -Tri-state enable, active high. -
-L0_SEL - -1:1 - -2 - -0 - -0 - -Level 0 Mux Select 0= Level 1 Mux Output 1= Not Used -
-L1_SEL - -2:2 - -4 - -0 - -0 - -Level 1 Mux Select 0= Level 2 Mux Output 1= trace_data, Output, tracedq[0]- (Trace Port Databus) -
-L2_SEL - -4:3 - -18 - -0 - -0 - -Level 2 Mux Select 0= Level 3 Mux Output 1= sram_nor, Input, smc_sram_fbclk- (SRAM Feedback Clock) 2= nand, Input, smc_nand_busy- (NAND Busy) 3= sdio_pow, Output, sdio0_bus_pow- (SD card bus power) -
-L3_SEL - -7:5 - -e0 - -7 - -e0 - -Level 3 Mux Select 0= gpio0, Input, gpio_0_pin_in[14]- (GPIO bank 0) 0= gpio0, Output, gpio_0_pin_out[14]- (GPIO bank 0) 1= can0, Input, can0_phy_rx- (Can RX signal) 2= i2c0, Input, i2c0_scl_input- (SCL signal) 2= i2c0, Output, i2c0_scl_out- (SCL signal) 3= wdt, Input, wdt_clk_in- (Watch Dog Timer Input clock) 4= sd1, Input, sd1_data_in[2]- (4-bit Data bus) 4= sd1, Output, sd1_data_out[2]- (4-bit Data bus) 5= spi1, Output, spi1_n_ss_out[1]- (SPI Master Selects) 6= Not Used 7= ua0, Input, ua0_rxd- (UART receiver serial input) -
-Speed - -8:8 - -100 - -0 - -0 - -Selects the speed of the I/O when IO_Type=CMOS 0=Slow CMOS 1=Fast CMOS -
-IO_Type - -11:9 - -e00 - -3 - -600 - -Selects the IO Type 0= LVTTL 1= LVCMOS18 2= LVCMOS25 3= LVCMOS33 4= HSTL 5-7= LVCMOS33 -
-PULLUP - -12:12 - -1000 - -1 - -1000 - -Controls the use of a pull-up for the associated GPIOB 0= Pull-up disabled 1= Pull-up enabled -
-DisableRcvr - -13:13 - -2000 - -0 - -0 - -Enables the receiver. If the IO is an output only then the receiver can be disabled and save power Only used when IO_Type=HSTL 0= Receiver Enabled 1= Receiver disabled -
-MIO_PIN_14@0XF8000738 - -31:0 - -3fff - - - -16e1 - -MIO Control for Pin 14 -
-

-

Register ( slcr )MIO_PIN_15

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-MIO_PIN_15 - -0XF800073C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-TRI_ENABLE - -0:0 - -1 - -0 - -0 - -Tri-state enable, active high. -
-L0_SEL - -1:1 - -2 - -0 - -0 - -Level 0 Mux Select 0= Level 1 Mux Output 1= Not Used -
-L1_SEL - -2:2 - -4 - -0 - -0 - -Level 1 Mux Select 0= Level 2 Mux Output 1= trace_data, Output, tracedq[1]- (Trace Port Databus) -
-L2_SEL - -4:3 - -18 - -0 - -0 - -Level 2 Mux Select 0= Level 3 Mux Output 1= sram_nor, Output, smc_sram_add[0]- (SRAM Address) 2= Not Used 3= sdio_pow, Output, sdio1_bus_pow- (SD card bus power) -
-L3_SEL - -7:5 - -e0 - -7 - -e0 - -Level 3 Mux Select 0= gpio0, Input, gpio_0_pin_in[15]- (GPIO bank 0) 0= gpio0, Output, gpio_0_pin_out[15]- (GPIO bank 0) 1= can0, Output, can0_phy_tx- (Can TX signal) 2= i2c0, Input, i2c0_sda_input- (SDA signal) 2= i2c0, Output, i2c0_sda_out- (SDA signal) 3= wdt, Output, wdt_rst_out- (Watch Dog Timer Output clock) 4= sd1, Input, sd1_data_in[3]- (4-bit Data bus) 4= sd1, Output, sd1_data_out[3]- (4-bit Data bus) 5= spi1, Output, spi1_n_ss_out[2]- (SPI Master Selects) 6= Not Used 7= ua0, Output, ua0_txd- (UART transmitter serial output) -
-Speed - -8:8 - -100 - -0 - -0 - -Selects the speed of the I/O when IO_Type=CMOS 0=Slow CMOS 1=Fast CMOS -
-IO_Type - -11:9 - -e00 - -3 - -600 - -Selects the IO Type 0= LVTTL 1= LVCMOS18 2= LVCMOS25 3= LVCMOS33 4= HSTL 5-7= LVCMOS33 -
-PULLUP - -12:12 - -1000 - -1 - -1000 - -Controls the use of a pull-up for the associated GPIOB 0= Pull-up disabled 1= Pull-up enabled -
-DisableRcvr - -13:13 - -2000 - -0 - -0 - -Enables the receiver. If the IO is an output only then the receiver can be disabled and save power Only used when IO_Type=HSTL 0= Receiver Enabled 1= Receiver disabled -
-MIO_PIN_15@0XF800073C - -31:0 - -3fff - - - -16e0 - -MIO Control for Pin 15 -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register always returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_peripherals_init_data_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DDRIOB_DATA0 - - -0XF8000B48 - -32 - -RW - -0x000000 - -DDRIOB Data 0 Configuration Register -
- -DDRIOB_DATA1 - - -0XF8000B4C - -32 - -RW - -0x000000 - -DDRIOB Data 1 Configuration Register -
- -DDRIOB_DIFF0 - - -0XF8000B50 - -32 - -RW - -0x000000 - -DDRIOB Differential DQS 0 Configuration Register -
- -DDRIOB_DIFF1 - - -0XF8000B54 - -32 - -RW - -0x000000 - -DDRIOB Differential DQS 1 Configuration Register -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
- -Baud_rate_divider_reg0 - - -0XE0000034 - -32 - -RW - -0x000000 - -baud rate divider register -
- -Baud_rate_gen_reg0 - - -0XE0000018 - -32 - -RW - -0x000000 - -Baud rate divider register -
- -Control_reg0 - - -0XE0000000 - -32 - -RW - -0x000000 - -UART Control register -
- -mode_reg0 - - -0XE0000004 - -32 - -RW - -0x000000 - -UART Mode register -
- -Config_reg - - -0XE000D000 - -32 - -RW - -0x000000 - -SPI configuration register -
- -CTRL - - -0XF8007000 - -32 - -RW - -0x000000 - -Control Register : This register defines basic control registers. Some of the register bits can be locked by control bits in the LOCK Register 0x004. -
-

-

ps7_peripherals_init_data_1_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register always returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

DDR TERM/IBUF_DISABLE_MODE SETTINGS

-

Register ( slcr )DDRIOB_DATA0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA0 - -0XF8000B48 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-DDRIOB_DATA0@0XF8000B48 - -31:0 - -180 - - - -180 - -DDRIOB Data 0 Configuration Register -
-

-

Register ( slcr )DDRIOB_DATA1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA1 - -0XF8000B4C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-DDRIOB_DATA1@0XF8000B4C - -31:0 - -180 - - - -180 - -DDRIOB Data 1 Configuration Register -
-

-

Register ( slcr )DDRIOB_DIFF0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF0 - -0XF8000B50 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-DDRIOB_DIFF0@0XF8000B50 - -31:0 - -180 - - - -180 - -DDRIOB Differential DQS 0 Configuration Register -
-

-

Register ( slcr )DDRIOB_DIFF1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF1 - -0XF8000B54 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-DDRIOB_DIFF1@0XF8000B54 - -31:0 - -180 - - - -180 - -DDRIOB Differential DQS 1 Configuration Register -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register always returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

-

SRAM/NOR SET OPMODE

-

UART REGISTERS

-

Register ( slcr )Baud_rate_divider_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Baud_rate_divider_reg0 - -0XE0000034 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-BDIV - -7:0 - -ff - -6 - -6 - -Baud rate divider value 0 - 3: ignored 4 - 255: Baud rate -
-Baud_rate_divider_reg0@0XE0000034 - -31:0 - -ff - - - -6 - -baud rate divider register -
-

-

Register ( slcr )Baud_rate_gen_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Baud_rate_gen_reg0 - -0XE0000018 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CD - -15:0 - -ffff - -7c - -7c - -Baud Rate Clock Divisor Value 0 = Disables baud_sample 1 = Clock divisor bypass 2 - 65535 = baud_sample value -
-Baud_rate_gen_reg0@0XE0000018 - -31:0 - -ffff - - - -7c - -Baud rate divider register -
-

-

Register ( slcr )Control_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Control_reg0 - -0XE0000000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-STPBRK - -8:8 - -100 - -0 - -0 - -Stop transmitter break. 1 = stop transmission of the break. -
-STTBRK - -7:7 - -80 - -0 - -0 - -Start transmitter break 1 = start to transmit a break. Can only be set if STPBRK (Stop transmitter break) is not high. -
-RSTTO - -6:6 - -40 - -0 - -0 - -Restart receiver timeout counter 1 = receiver timeout counter is restarted -
-TXDIS - -5:5 - -20 - -0 - -0 - -Transmit disable. 1, the transmitter is disabled -
-TXEN - -4:4 - -10 - -1 - -10 - -Transmit enable. 1, the transmitter is enabled, provided the TXDIS field is set to 0. -
-RXDIS - -3:3 - -8 - -0 - -0 - -Receive disable. 1= receiver is enabled -
-RXEN - -2:2 - -4 - -1 - -4 - -Receive enable. 1=the receiver logic is enabled, provided RXDIS field is set to 0 -
-TXRES - -1:1 - -2 - -1 - -2 - -Software reset for TX data path. 1=the transmitter logic is reset and all pending transmitter data is discarded self clear -
-RXRES - -0:0 - -1 - -1 - -1 - -Software reset for RX data path 1=receiver logic is reset and all pending receiver data is discarded self clear -
-Control_reg0@0XE0000000 - -31:0 - -1ff - - - -17 - -UART Control register -
-

-

Register ( slcr )mode_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-mode_reg0 - -0XE0000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IRMODE - -11:11 - -800 - -0 - -0 - -Enable IrDA mode 0 : Default UART mode 1 : Enable IrDA mode -
-UCLKEN - -10:10 - -400 - -0 - -0 - -External uart_clk source select 0 : APB clock, pclk 1 : a user-defined clock -
-CHMODE - -9:8 - -300 - -0 - -0 - -Channel mode 00 = normal 01 = automatic cho 10 = local loopback 11 = remote loopback -
-NBSTOP - -7:6 - -c0 - -0 - -0 - -Number of stop bits 00 = 1 stop bit 01 = 1.5 stop bits 10 = 2 stop bits 11 = reserved -
-PAR - -5:3 - -38 - -4 - -20 - -Parity type select. 000 = even parity 001 = odd parity 010 = forced to 0 parity (space) 011 = forced to 1 parity (mark) 1xx = no parity -
-CHRL - -2:1 - -6 - -0 - -0 - -Character length select 11 = 6 bits 10 = 7 bits 01 / 00 = 8 bits -
-CLKS - -0:0 - -1 - -0 - -0 - -clock source select 1 = clock source is uart_clk/8 0 = clock source is uart_clk -
-mode_reg0@0XE0000004 - -31:0 - -fff - - - -20 - -UART Mode register -
-

-

QSPI REGISTERS

-

Register ( slcr )Config_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Config_reg - -0XE000D000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-Holdb_dr - -19:19 - -80000 - -1 - -80000 - -Holdb and WPn pins are driven in normal/fast read or dual output/io read by the controller, if set, else external pull-high is required. Both pins are always driven by the controller in quad mode. -
-Config_reg@0XE000D000 - -31:0 - -80000 - - - -80000 - -SPI configuration register -
-

-

PL POWER ON RESET REGISTERS

-

Register ( slcr )CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CTRL - -0XF8007000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PCFG_POR_CNT_4K - -29:29 - -20000000 - -0 - -0 - -This is to indicate to the FPGA fabric what timer to use 0 - use 64K timer 1 - use 4K timer -
-CTRL@0XF8007000 - -31:0 - -20000000 - - - -0 - -Control Register : This register defines basic control registers. Some of the register bits can be locked by control bits in the LOCK Register 0x004. -
-

-

SMC TIMING CALCULATION REGISTER UPDATE

-

NAND SET CYCLE

-

OPMODE

-

DIRECT COMMAND

-

SRAM/NOR CS0 SET CYCLE

-

DIRECT COMMAND

-

NOR CS0 BASE ADDRESS

-

SRAM/NOR CS1 SET CYCLE

-

DIRECT COMMAND

-

NOR CS1 BASE ADDRESS

-

USB RESET

-

ENET RESET

-

I2C RESET

-

NOR CHIP SELECT

-

DIR MODE BANK 0

-

MASK_DATA_0_LSW HIGH BANK [15:0]

-

OUTPUT ENABLE BANK 0

- -

-

ps7_post_config_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -LVL_SHFTR_EN - - -0XF8000900 - -32 - -RW - -0x000000 - -Level Shifters Enable -
- -FPGA_RST_CTRL - - -0XF8000240 - -32 - -RW - -0x000000 - -FPGA Software Reset Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_post_config_1_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register always returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

ENABLING LEVEL SHIFTER

-

Register ( slcr )LVL_SHFTR_EN

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LVL_SHFTR_EN - -0XF8000900 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-USER_INP_ICT_EN_0 - -1:0 - -3 - -3 - -3 - -Enable level shifters for PSS user inputs to FPGA in FPGA tile 0, drives slcr_fpga_if_ctrl0[1:0]. -
-USER_INP_ICT_EN_1 - -3:2 - -c - -3 - -c - -Enable level shifters for PSS user inputs to FPGA in FPGA tile 1, drives slcr_fpga_if_ctrl1[1:0]. -
-LVL_SHFTR_EN@0XF8000900 - -31:0 - -f - - - -f - -Level Shifters Enable -
-

-

FPGA RESETS TO 0

-

Register ( slcr )FPGA_RST_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-FPGA_RST_CTRL - -0XF8000240 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_3 - -31:25 - -fe000000 - -0 - -0 - -Reserved. Writes are ignored, read data is always zero. -
-FPGA_ACP_RST - -24:24 - -1000000 - -0 - -0 - -FPGA ACP port soft reset. 0 - No reset. 1 - ACP AXI interface reset output asserted. -
-FPGA_AXDS3_RST - -23:23 - -800000 - -0 - -0 - -AXDS3AXI interface soft reset. On assertion of this reset, the AXDS3AXI interface reset output will be asserted. 0 - No reset. 1 - AXDS3AXI interface reset output asserted. -
-FPGA_AXDS2_RST - -22:22 - -400000 - -0 - -0 - -AXDS2 AXI interface soft reset. On assertion of this reset, the AXDS2 AXI interface reset output will be asserted. 0 - No reset. 1 - AXDS2 AXI interface reset output asserted. -
-FPGA_AXDS1_RST - -21:21 - -200000 - -0 - -0 - -AXDS1 AXI interface soft reset. On assertion of this reset, the AXDS1 AXI interface reset output will be asserted. 0 - No reset. 1 - AXDS1 AXI interface reset output asserted. -
-FPGA_AXDS0_RST - -20:20 - -100000 - -0 - -0 - -AXDS0 AXI interface soft reset. On assertion of this reset, the AXDS0 AXI interface reset output will be asserted. 0 - No reset. 1 - AXDS0 AXI interface reset output asserted. -
-reserved_2 - -19:18 - -c0000 - -0 - -0 - -Reserved. Writes are ignored, read data is always zero. -
-FSSW1_FPGA_RST - -17:17 - -20000 - -0 - -0 - -General purpose FPGA slave interface 1 soft reset. On assertion of this reset, the FPGA slave interface 1 reset will be asserted. 0 - No reset. 1 - FPGA slave interface 1 reset is asserted. -
-FSSW0_FPGA_RST - -16:16 - -10000 - -0 - -0 - -General purpose FPGA slave interface 0 soft reset. On assertion of this reset, the FPGA slave interface 0 reset will be asserted. 0 - No reset. 1 - FPGA slave interface 0 reset is asserted. -
-reserved_1 - -15:14 - -c000 - -0 - -0 - -Reserved. Writes are ignored, read data is always zero. -
-FPGA_FMSW1_RST - -13:13 - -2000 - -0 - -0 - -General purpose FPGA master interface 1 soft reset. On assertion of this reset, the FPGA master interface 1 reset will be asserted. 0 - No reset. 1 - FPGA master interface 1 reset is asserted. -
-FPGA_FMSW0_RST - -12:12 - -1000 - -0 - -0 - -General purpose FPGA master interface 0 soft reset. On assertion of this reset, the FPGA master interface 0 reset will be asserted. 0 - No reset. 1 - FPGA master interface 0 reset is asserted. -
-FPGA_DMA3_RST - -11:11 - -800 - -0 - -0 - -FPGA DMA 3 peripheral request soft reset. On assertion of this reset, the FPGA DMA 3 peripheral request reset output will be asserted. 0 - No reset. 1 - FPGA DMA 3 peripheral request reset output asserted. -
-FPGA_DMA2_RST - -10:10 - -400 - -0 - -0 - -FPGA DMA 2 peripheral request soft reset. On assertion of this reset, the FPGA DMA 2 peripheral request reset output will be asserted. 0 - No reset. 1 - FPGA DMA 2 peripheral request reset output asserted. -
-FPGA_DMA1_RST - -9:9 - -200 - -0 - -0 - -FPGA DMA 1 peripheral request soft reset. On assertion of this reset, the FPGA DMA 1 peripheral request reset output will be asserted. 0 - No reset. 1 - FPGA DMA 1 peripheral request reset output asserted. -
-FPGA_DMA0_RST - -8:8 - -100 - -0 - -0 - -FPGA DMA 0 peripheral request soft reset. On assertion of this reset, the FPGA DMA 0 peripheral request reset output will be asserted. 0 - No reset. 1 - FPGA DMA 0 peripheral request reset output asserted. -
-reserved - -7:4 - -f0 - -0 - -0 - -Reserved. Writes are ignored, read data is always zero. -
-FPGA3_OUT_RST - -3:3 - -8 - -0 - -0 - -FPGA3software reset. On assertion of this reset, the FPGA 3 top level reset output will be asserted. 0 - No reset. 1 - FPGA 3 top level reset output asserted. -
-FPGA2_OUT_RST - -2:2 - -4 - -0 - -0 - -FPGA2 software reset. On assertion of this reset, the FPGA 2 top level reset output will be asserted. 0 - No reset. 1 - FPGA 2 top level reset output asserted. -
-FPGA1_OUT_RST - -1:1 - -2 - -0 - -0 - -FPGA1 software reset. On assertion of this reset, the FPGA 1 top level reset output will be asserted. 0 - No reset. 1 - FPGA 1 top level reset output asserted. -
-FPGA0_OUT_RST - -0:0 - -1 - -0 - -0 - -FPGA0 software reset. On assertion of this reset, the FPGA 0 top level reset output will be asserted. 0 - No reset. 1 - FPGA 0 top level reset output asserted. -
-FPGA_RST_CTRL@0XF8000240 - -31:0 - -ffffffff - - - -0 - -FPGA Software Reset Control -
-

-

AFI REGISTERS

-

AFI0 REGISTERS

-

AFI1 REGISTERS

-

AFI2 REGISTERS

-

AFI3 REGISTERS

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register always returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_debug_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -LAR - - -0XF8898FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
- -LAR - - -0XF8899FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
- -LAR - - -0XF8809FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
-

-

ps7_debug_1_0

- - - - - - - - - -

CROSS TRIGGER CONFIGURATIONS

-

UNLOCKING CTI REGISTERS

-

Register ( slcr )LAR

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8898FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8898FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

Register ( slcr )LAR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8899FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8899FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

Register ( slcr )LAR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8809FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8809FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

ENABLING CTI MODULES AND CHANNELS

-

MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS

- -

- - - - diff --git a/source/test_lower_machine/hw/ps7_init.tcl b/source/test_lower_machine/hw/ps7_init.tcl deleted file mode 100644 index 4bfed60..0000000 --- a/source/test_lower_machine/hw/ps7_init.tcl +++ /dev/null @@ -1,643 +0,0 @@ -proc ps7_pll_init_data_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000110 0x003FFFF0 0x000FA220 - mask_write 0XF8000100 0x0007F000 0x00028000 - mask_write 0XF8000100 0x00000010 0x00000010 - mask_write 0XF8000100 0x00000001 0x00000001 - mask_write 0XF8000100 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000001 - mask_write 0XF8000100 0x00000010 0x00000000 - mask_write 0XF8000120 0x1F003F30 0x1F000200 - mask_write 0XF8000114 0x003FFFF0 0x0012C220 - mask_write 0XF8000104 0x0007F000 0x00020000 - mask_write 0XF8000104 0x00000010 0x00000010 - mask_write 0XF8000104 0x00000001 0x00000001 - mask_write 0XF8000104 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000002 - mask_write 0XF8000104 0x00000010 0x00000000 - mask_write 0XF8000124 0xFFF00003 0x0C200003 - mask_write 0XF8000118 0x003FFFF0 0x000FA240 - mask_write 0XF8000108 0x0007F000 0x00030000 - mask_write 0XF8000108 0x00000010 0x00000010 - mask_write 0XF8000108 0x00000001 0x00000001 - mask_write 0XF8000108 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000004 - mask_write 0XF8000108 0x00000010 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_clock_init_data_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000128 0x03F03F01 0x00700F01 - mask_write 0XF8000154 0x00003F33 0x00001001 - mask_write 0XF8000168 0x00003F31 0x00000801 - mask_write 0XF8000170 0x03F03F30 0x00200400 - mask_write 0XF80001C4 0x00000001 0x00000001 - mask_write 0XF800012C 0x01FFCCCD 0x015C000D - mwr -force 0XF8000004 0x0000767B -} -proc ps7_ddr_init_data_3_0 {} { - mask_write 0XF8006000 0x0001FFFF 0x00000080 - mask_write 0XF8006004 0x0007FFFF 0x00001082 - mask_write 0XF8006008 0x03FFFFFF 0x03C0780F - mask_write 0XF800600C 0x03FFFFFF 0x02001001 - mask_write 0XF8006010 0x03FFFFFF 0x00014001 - mask_write 0XF8006014 0x001FFFFF 0x0004159B - mask_write 0XF8006018 0xF7FFFFFF 0x44E458D3 - mask_write 0XF800601C 0xFFFFFFFF 0x7282BCE5 - mask_write 0XF8006020 0x7FDFFFFC 0x270872D0 - mask_write 0XF8006024 0x0FFFFFC3 0x00000000 - mask_write 0XF8006028 0x00003FFF 0x00002007 - mask_write 0XF800602C 0xFFFFFFFF 0x00000008 - mask_write 0XF8006030 0xFFFFFFFF 0x00040B30 - mask_write 0XF8006034 0x13FF3FFF 0x000116D4 - mask_write 0XF8006038 0x00000003 0x00000000 - mask_write 0XF800603C 0x000FFFFF 0x00000777 - mask_write 0XF8006040 0xFFFFFFFF 0xFFF00000 - mask_write 0XF8006044 0x0FFFFFFF 0x0FF66666 - mask_write 0XF8006048 0x0003F03F 0x0003C008 - mask_write 0XF8006050 0xFF0F8FFF 0x77010800 - mask_write 0XF8006058 0x00010000 0x00000000 - mask_write 0XF800605C 0x0000FFFF 0x00005003 - mask_write 0XF8006060 0x000017FF 0x0000003E - mask_write 0XF8006064 0x00021FE0 0x00020000 - mask_write 0XF8006068 0x03FFFFFF 0x00284141 - mask_write 0XF800606C 0x0000FFFF 0x00001610 - mask_write 0XF8006078 0x03FFFFFF 0x00466111 - mask_write 0XF800607C 0x000FFFFF 0x00032222 - mask_write 0XF80060A4 0xFFFFFFFF 0x10200802 - mask_write 0XF80060A8 0x0FFFFFFF 0x0690CB73 - mask_write 0XF80060AC 0x000001FF 0x000001FE - mask_write 0XF80060B0 0x1FFFFFFF 0x1CFFFFFF - mask_write 0XF80060B4 0x00000200 0x00000200 - mask_write 0XF80060B8 0x01FFFFFF 0x00200066 - mask_write 0XF80060C4 0x00000003 0x00000000 - mask_write 0XF80060C8 0x000000FF 0x00000000 - mask_write 0XF80060DC 0x00000001 0x00000000 - mask_write 0XF80060F0 0x0000FFFF 0x00000000 - mask_write 0XF80060F4 0x0000000F 0x00000008 - mask_write 0XF8006114 0x000000FF 0x00000000 - mask_write 0XF8006118 0x7FFFFFCF 0x40000001 - mask_write 0XF800611C 0x7FFFFFCF 0x40000001 - mask_write 0XF8006120 0x7FFFFFCF 0x40000001 - mask_write 0XF8006124 0x7FFFFFCF 0x40000001 - mask_write 0XF800612C 0x000FFFFF 0x00029000 - mask_write 0XF8006130 0x000FFFFF 0x00029000 - mask_write 0XF8006134 0x000FFFFF 0x00029000 - mask_write 0XF8006138 0x000FFFFF 0x00029000 - mask_write 0XF8006140 0x000FFFFF 0x00000035 - mask_write 0XF8006144 0x000FFFFF 0x00000035 - mask_write 0XF8006148 0x000FFFFF 0x00000035 - mask_write 0XF800614C 0x000FFFFF 0x00000035 - mask_write 0XF8006154 0x000FFFFF 0x00000080 - mask_write 0XF8006158 0x000FFFFF 0x00000080 - mask_write 0XF800615C 0x000FFFFF 0x00000080 - mask_write 0XF8006160 0x000FFFFF 0x00000080 - mask_write 0XF8006168 0x001FFFFF 0x000000F9 - mask_write 0XF800616C 0x001FFFFF 0x000000F9 - mask_write 0XF8006170 0x001FFFFF 0x000000F9 - mask_write 0XF8006174 0x001FFFFF 0x000000F9 - mask_write 0XF800617C 0x000FFFFF 0x000000C0 - mask_write 0XF8006180 0x000FFFFF 0x000000C0 - mask_write 0XF8006184 0x000FFFFF 0x000000C0 - mask_write 0XF8006188 0x000FFFFF 0x000000C0 - mask_write 0XF8006190 0x6FFFFEFE 0x00040080 - mask_write 0XF8006194 0x000FFFFF 0x0001FC82 - mask_write 0XF8006204 0xFFFFFFFF 0x00000000 - mask_write 0XF8006208 0x000703FF 0x000003FF - mask_write 0XF800620C 0x000703FF 0x000003FF - mask_write 0XF8006210 0x000703FF 0x000003FF - mask_write 0XF8006214 0x000703FF 0x000003FF - mask_write 0XF8006218 0x000F03FF 0x000003FF - mask_write 0XF800621C 0x000F03FF 0x000003FF - mask_write 0XF8006220 0x000F03FF 0x000003FF - mask_write 0XF8006224 0x000F03FF 0x000003FF - mask_write 0XF80062A8 0x00000FF5 0x00000000 - mask_write 0XF80062AC 0xFFFFFFFF 0x00000000 - mask_write 0XF80062B0 0x003FFFFF 0x00005125 - mask_write 0XF80062B4 0x0003FFFF 0x000012A8 - mask_poll 0XF8000B74 0x00002000 - mask_write 0XF8006000 0x0001FFFF 0x00000081 - mask_poll 0XF8006054 0x00000007 -} -proc ps7_mio_init_data_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B40 0x00000FFF 0x00000600 - mask_write 0XF8000B44 0x00000FFF 0x00000600 - mask_write 0XF8000B48 0x00000FFF 0x00000672 - mask_write 0XF8000B4C 0x00000FFF 0x00000672 - mask_write 0XF8000B50 0x00000FFF 0x00000674 - mask_write 0XF8000B54 0x00000FFF 0x00000674 - mask_write 0XF8000B58 0x00000FFF 0x00000600 - mask_write 0XF8000B5C 0xFFFFFFFF 0x0018C61C - mask_write 0XF8000B60 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B64 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B68 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B6C 0x00007FFF 0x00000260 - mask_write 0XF8000B70 0x00000001 0x00000001 - mask_write 0XF8000B70 0x00000021 0x00000020 - mask_write 0XF8000B70 0x07FEFFFF 0x00000823 - mask_write 0XF8000738 0x00003FFF 0x000016E1 - mask_write 0XF800073C 0x00003FFF 0x000016E0 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_peripherals_init_data_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B48 0x00000180 0x00000180 - mask_write 0XF8000B4C 0x00000180 0x00000180 - mask_write 0XF8000B50 0x00000180 0x00000180 - mask_write 0XF8000B54 0x00000180 0x00000180 - mwr -force 0XF8000004 0x0000767B - mask_write 0XE0000034 0x000000FF 0x00000006 - mask_write 0XE0000018 0x0000FFFF 0x0000007C - mask_write 0XE0000000 0x000001FF 0x00000017 - mask_write 0XE0000004 0x000003FF 0x00000020 - mask_write 0XE000D000 0x00080000 0x00080000 - mask_write 0XF8007000 0x20000000 0x00000000 -} -proc ps7_post_config_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000900 0x0000000F 0x0000000F - mask_write 0XF8000240 0xFFFFFFFF 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_debug_3_0 {} { - mwr -force 0XF8898FB0 0xC5ACCE55 - mwr -force 0XF8899FB0 0xC5ACCE55 - mwr -force 0XF8809FB0 0xC5ACCE55 -} -proc ps7_pll_init_data_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000110 0x003FFFF0 0x000FA220 - mask_write 0XF8000100 0x0007F000 0x00028000 - mask_write 0XF8000100 0x00000010 0x00000010 - mask_write 0XF8000100 0x00000001 0x00000001 - mask_write 0XF8000100 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000001 - mask_write 0XF8000100 0x00000010 0x00000000 - mask_write 0XF8000120 0x1F003F30 0x1F000200 - mask_write 0XF8000114 0x003FFFF0 0x0012C220 - mask_write 0XF8000104 0x0007F000 0x00020000 - mask_write 0XF8000104 0x00000010 0x00000010 - mask_write 0XF8000104 0x00000001 0x00000001 - mask_write 0XF8000104 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000002 - mask_write 0XF8000104 0x00000010 0x00000000 - mask_write 0XF8000124 0xFFF00003 0x0C200003 - mask_write 0XF8000118 0x003FFFF0 0x000FA240 - mask_write 0XF8000108 0x0007F000 0x00030000 - mask_write 0XF8000108 0x00000010 0x00000010 - mask_write 0XF8000108 0x00000001 0x00000001 - mask_write 0XF8000108 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000004 - mask_write 0XF8000108 0x00000010 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_clock_init_data_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000128 0x03F03F01 0x00700F01 - mask_write 0XF8000154 0x00003F33 0x00001001 - mask_write 0XF8000168 0x00003F31 0x00000801 - mask_write 0XF8000170 0x03F03F30 0x00200400 - mask_write 0XF80001C4 0x00000001 0x00000001 - mask_write 0XF800012C 0x01FFCCCD 0x015C000D - mwr -force 0XF8000004 0x0000767B -} -proc ps7_ddr_init_data_2_0 {} { - mask_write 0XF8006000 0x0001FFFF 0x00000080 - mask_write 0XF8006004 0x1FFFFFFF 0x00081082 - mask_write 0XF8006008 0x03FFFFFF 0x03C0780F - mask_write 0XF800600C 0x03FFFFFF 0x02001001 - mask_write 0XF8006010 0x03FFFFFF 0x00014001 - mask_write 0XF8006014 0x001FFFFF 0x0004159B - mask_write 0XF8006018 0xF7FFFFFF 0x44E458D3 - mask_write 0XF800601C 0xFFFFFFFF 0x7282BCE5 - mask_write 0XF8006020 0xFFFFFFFC 0x272872D0 - mask_write 0XF8006024 0x0FFFFFFF 0x0000003C - mask_write 0XF8006028 0x00003FFF 0x00002007 - mask_write 0XF800602C 0xFFFFFFFF 0x00000008 - mask_write 0XF8006030 0xFFFFFFFF 0x00040B30 - mask_write 0XF8006034 0x13FF3FFF 0x000116D4 - mask_write 0XF8006038 0x00001FC3 0x00000000 - mask_write 0XF800603C 0x000FFFFF 0x00000777 - mask_write 0XF8006040 0xFFFFFFFF 0xFFF00000 - mask_write 0XF8006044 0x0FFFFFFF 0x0FF66666 - mask_write 0XF8006048 0x3FFFFFFF 0x0003C248 - mask_write 0XF8006050 0xFF0F8FFF 0x77010800 - mask_write 0XF8006058 0x0001FFFF 0x00000101 - mask_write 0XF800605C 0x0000FFFF 0x00005003 - mask_write 0XF8006060 0x000017FF 0x0000003E - mask_write 0XF8006064 0x00021FE0 0x00020000 - mask_write 0XF8006068 0x03FFFFFF 0x00284141 - mask_write 0XF800606C 0x0000FFFF 0x00001610 - mask_write 0XF8006078 0x03FFFFFF 0x00466111 - mask_write 0XF800607C 0x000FFFFF 0x00032222 - mask_write 0XF80060A0 0x00FFFFFF 0x00008000 - mask_write 0XF80060A4 0xFFFFFFFF 0x10200802 - mask_write 0XF80060A8 0x0FFFFFFF 0x0690CB73 - mask_write 0XF80060AC 0x000001FF 0x000001FE - mask_write 0XF80060B0 0x1FFFFFFF 0x1CFFFFFF - mask_write 0XF80060B4 0x000007FF 0x00000200 - mask_write 0XF80060B8 0x01FFFFFF 0x00200066 - mask_write 0XF80060C4 0x00000003 0x00000000 - mask_write 0XF80060C8 0x000000FF 0x00000000 - mask_write 0XF80060DC 0x00000001 0x00000000 - mask_write 0XF80060F0 0x0000FFFF 0x00000000 - mask_write 0XF80060F4 0x0000000F 0x00000008 - mask_write 0XF8006114 0x000000FF 0x00000000 - mask_write 0XF8006118 0x7FFFFFFF 0x40000001 - mask_write 0XF800611C 0x7FFFFFFF 0x40000001 - mask_write 0XF8006120 0x7FFFFFFF 0x40000001 - mask_write 0XF8006124 0x7FFFFFFF 0x40000001 - mask_write 0XF800612C 0x000FFFFF 0x00029000 - mask_write 0XF8006130 0x000FFFFF 0x00029000 - mask_write 0XF8006134 0x000FFFFF 0x00029000 - mask_write 0XF8006138 0x000FFFFF 0x00029000 - mask_write 0XF8006140 0x000FFFFF 0x00000035 - mask_write 0XF8006144 0x000FFFFF 0x00000035 - mask_write 0XF8006148 0x000FFFFF 0x00000035 - mask_write 0XF800614C 0x000FFFFF 0x00000035 - mask_write 0XF8006154 0x000FFFFF 0x00000080 - mask_write 0XF8006158 0x000FFFFF 0x00000080 - mask_write 0XF800615C 0x000FFFFF 0x00000080 - mask_write 0XF8006160 0x000FFFFF 0x00000080 - mask_write 0XF8006168 0x001FFFFF 0x000000F9 - mask_write 0XF800616C 0x001FFFFF 0x000000F9 - mask_write 0XF8006170 0x001FFFFF 0x000000F9 - mask_write 0XF8006174 0x001FFFFF 0x000000F9 - mask_write 0XF800617C 0x000FFFFF 0x000000C0 - mask_write 0XF8006180 0x000FFFFF 0x000000C0 - mask_write 0XF8006184 0x000FFFFF 0x000000C0 - mask_write 0XF8006188 0x000FFFFF 0x000000C0 - mask_write 0XF8006190 0xFFFFFFFF 0x10040080 - mask_write 0XF8006194 0x000FFFFF 0x0001FC82 - mask_write 0XF8006204 0xFFFFFFFF 0x00000000 - mask_write 0XF8006208 0x000F03FF 0x000803FF - mask_write 0XF800620C 0x000F03FF 0x000803FF - mask_write 0XF8006210 0x000F03FF 0x000803FF - mask_write 0XF8006214 0x000F03FF 0x000803FF - mask_write 0XF8006218 0x000F03FF 0x000003FF - mask_write 0XF800621C 0x000F03FF 0x000003FF - mask_write 0XF8006220 0x000F03FF 0x000003FF - mask_write 0XF8006224 0x000F03FF 0x000003FF - mask_write 0XF80062A8 0x00000FF7 0x00000000 - mask_write 0XF80062AC 0xFFFFFFFF 0x00000000 - mask_write 0XF80062B0 0x003FFFFF 0x00005125 - mask_write 0XF80062B4 0x0003FFFF 0x000012A8 - mask_poll 0XF8000B74 0x00002000 - mask_write 0XF8006000 0x0001FFFF 0x00000081 - mask_poll 0XF8006054 0x00000007 -} -proc ps7_mio_init_data_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B40 0x00000FFF 0x00000600 - mask_write 0XF8000B44 0x00000FFF 0x00000600 - mask_write 0XF8000B48 0x00000FFF 0x00000672 - mask_write 0XF8000B4C 0x00000FFF 0x00000672 - mask_write 0XF8000B50 0x00000FFF 0x00000674 - mask_write 0XF8000B54 0x00000FFF 0x00000674 - mask_write 0XF8000B58 0x00000FFF 0x00000600 - mask_write 0XF8000B5C 0xFFFFFFFF 0x0018C61C - mask_write 0XF8000B60 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B64 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B68 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B6C 0x00007FFF 0x00000260 - mask_write 0XF8000B70 0x00000021 0x00000021 - mask_write 0XF8000B70 0x00000021 0x00000020 - mask_write 0XF8000B70 0x07FFFFFF 0x00000823 - mask_write 0XF8000738 0x00003FFF 0x000016E1 - mask_write 0XF800073C 0x00003FFF 0x000016E0 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_peripherals_init_data_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B48 0x00000180 0x00000180 - mask_write 0XF8000B4C 0x00000180 0x00000180 - mask_write 0XF8000B50 0x00000180 0x00000180 - mask_write 0XF8000B54 0x00000180 0x00000180 - mwr -force 0XF8000004 0x0000767B - mask_write 0XE0000034 0x000000FF 0x00000006 - mask_write 0XE0000018 0x0000FFFF 0x0000007C - mask_write 0XE0000000 0x000001FF 0x00000017 - mask_write 0XE0000004 0x00000FFF 0x00000020 - mask_write 0XE000D000 0x00080000 0x00080000 - mask_write 0XF8007000 0x20000000 0x00000000 -} -proc ps7_post_config_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000900 0x0000000F 0x0000000F - mask_write 0XF8000240 0xFFFFFFFF 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_debug_2_0 {} { - mwr -force 0XF8898FB0 0xC5ACCE55 - mwr -force 0XF8899FB0 0xC5ACCE55 - mwr -force 0XF8809FB0 0xC5ACCE55 -} -proc ps7_pll_init_data_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000110 0x003FFFF0 0x000FA220 - mask_write 0XF8000100 0x0007F000 0x00028000 - mask_write 0XF8000100 0x00000010 0x00000010 - mask_write 0XF8000100 0x00000001 0x00000001 - mask_write 0XF8000100 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000001 - mask_write 0XF8000100 0x00000010 0x00000000 - mask_write 0XF8000120 0x1F003F30 0x1F000200 - mask_write 0XF8000114 0x003FFFF0 0x0012C220 - mask_write 0XF8000104 0x0007F000 0x00020000 - mask_write 0XF8000104 0x00000010 0x00000010 - mask_write 0XF8000104 0x00000001 0x00000001 - mask_write 0XF8000104 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000002 - mask_write 0XF8000104 0x00000010 0x00000000 - mask_write 0XF8000124 0xFFF00003 0x0C200003 - mask_write 0XF8000118 0x003FFFF0 0x000FA240 - mask_write 0XF8000108 0x0007F000 0x00030000 - mask_write 0XF8000108 0x00000010 0x00000010 - mask_write 0XF8000108 0x00000001 0x00000001 - mask_write 0XF8000108 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000004 - mask_write 0XF8000108 0x00000010 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_clock_init_data_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000128 0x03F03F01 0x00700F01 - mask_write 0XF8000154 0x00003F33 0x00001001 - mask_write 0XF8000168 0x00003F31 0x00000801 - mask_write 0XF8000170 0x03F03F30 0x00200400 - mask_write 0XF80001C4 0x00000001 0x00000001 - mask_write 0XF800012C 0x01FFCCCD 0x015C000D - mwr -force 0XF8000004 0x0000767B -} -proc ps7_ddr_init_data_1_0 {} { - mask_write 0XF8006000 0x0001FFFF 0x00000080 - mask_write 0XF8006004 0x1FFFFFFF 0x00081082 - mask_write 0XF8006008 0x03FFFFFF 0x03C0780F - mask_write 0XF800600C 0x03FFFFFF 0x02001001 - mask_write 0XF8006010 0x03FFFFFF 0x00014001 - mask_write 0XF8006014 0x001FFFFF 0x0004159B - mask_write 0XF8006018 0xF7FFFFFF 0x44E458D3 - mask_write 0XF800601C 0xFFFFFFFF 0x7282BCE5 - mask_write 0XF8006020 0xFFFFFFFC 0x272872D0 - mask_write 0XF8006024 0x0FFFFFFF 0x0000003C - mask_write 0XF8006028 0x00003FFF 0x00002007 - mask_write 0XF800602C 0xFFFFFFFF 0x00000008 - mask_write 0XF8006030 0xFFFFFFFF 0x00040B30 - mask_write 0XF8006034 0x13FF3FFF 0x000116D4 - mask_write 0XF8006038 0x00001FC3 0x00000000 - mask_write 0XF800603C 0x000FFFFF 0x00000777 - mask_write 0XF8006040 0xFFFFFFFF 0xFFF00000 - mask_write 0XF8006044 0x0FFFFFFF 0x0FF66666 - mask_write 0XF8006048 0x3FFFFFFF 0x0003C248 - mask_write 0XF8006050 0xFF0F8FFF 0x77010800 - mask_write 0XF8006058 0x0001FFFF 0x00000101 - mask_write 0XF800605C 0x0000FFFF 0x00005003 - mask_write 0XF8006060 0x000017FF 0x0000003E - mask_write 0XF8006064 0x00021FE0 0x00020000 - mask_write 0XF8006068 0x03FFFFFF 0x00284141 - mask_write 0XF800606C 0x0000FFFF 0x00001610 - mask_write 0XF80060A0 0x00FFFFFF 0x00008000 - mask_write 0XF80060A4 0xFFFFFFFF 0x10200802 - mask_write 0XF80060A8 0x0FFFFFFF 0x0690CB73 - mask_write 0XF80060AC 0x000001FF 0x000001FE - mask_write 0XF80060B0 0x1FFFFFFF 0x1CFFFFFF - mask_write 0XF80060B4 0x000007FF 0x00000200 - mask_write 0XF80060B8 0x01FFFFFF 0x00200066 - mask_write 0XF80060C4 0x00000003 0x00000000 - mask_write 0XF80060C8 0x000000FF 0x00000000 - mask_write 0XF80060DC 0x00000001 0x00000000 - mask_write 0XF80060F0 0x0000FFFF 0x00000000 - mask_write 0XF80060F4 0x0000000F 0x00000008 - mask_write 0XF8006114 0x000000FF 0x00000000 - mask_write 0XF8006118 0x7FFFFFFF 0x40000001 - mask_write 0XF800611C 0x7FFFFFFF 0x40000001 - mask_write 0XF8006120 0x7FFFFFFF 0x40000001 - mask_write 0XF8006124 0x7FFFFFFF 0x40000001 - mask_write 0XF800612C 0x000FFFFF 0x00029000 - mask_write 0XF8006130 0x000FFFFF 0x00029000 - mask_write 0XF8006134 0x000FFFFF 0x00029000 - mask_write 0XF8006138 0x000FFFFF 0x00029000 - mask_write 0XF8006140 0x000FFFFF 0x00000035 - mask_write 0XF8006144 0x000FFFFF 0x00000035 - mask_write 0XF8006148 0x000FFFFF 0x00000035 - mask_write 0XF800614C 0x000FFFFF 0x00000035 - mask_write 0XF8006154 0x000FFFFF 0x00000080 - mask_write 0XF8006158 0x000FFFFF 0x00000080 - mask_write 0XF800615C 0x000FFFFF 0x00000080 - mask_write 0XF8006160 0x000FFFFF 0x00000080 - mask_write 0XF8006168 0x001FFFFF 0x000000F9 - mask_write 0XF800616C 0x001FFFFF 0x000000F9 - mask_write 0XF8006170 0x001FFFFF 0x000000F9 - mask_write 0XF8006174 0x001FFFFF 0x000000F9 - mask_write 0XF800617C 0x000FFFFF 0x000000C0 - mask_write 0XF8006180 0x000FFFFF 0x000000C0 - mask_write 0XF8006184 0x000FFFFF 0x000000C0 - mask_write 0XF8006188 0x000FFFFF 0x000000C0 - mask_write 0XF8006190 0xFFFFFFFF 0x10040080 - mask_write 0XF8006194 0x000FFFFF 0x0001FC82 - mask_write 0XF8006204 0xFFFFFFFF 0x00000000 - mask_write 0XF8006208 0x000F03FF 0x000803FF - mask_write 0XF800620C 0x000F03FF 0x000803FF - mask_write 0XF8006210 0x000F03FF 0x000803FF - mask_write 0XF8006214 0x000F03FF 0x000803FF - mask_write 0XF8006218 0x000F03FF 0x000003FF - mask_write 0XF800621C 0x000F03FF 0x000003FF - mask_write 0XF8006220 0x000F03FF 0x000003FF - mask_write 0XF8006224 0x000F03FF 0x000003FF - mask_write 0XF80062A8 0x00000FF7 0x00000000 - mask_write 0XF80062AC 0xFFFFFFFF 0x00000000 - mask_write 0XF80062B0 0x003FFFFF 0x00005125 - mask_write 0XF80062B4 0x0003FFFF 0x000012A8 - mask_poll 0XF8000B74 0x00002000 - mask_write 0XF8006000 0x0001FFFF 0x00000081 - mask_poll 0XF8006054 0x00000007 -} -proc ps7_mio_init_data_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B40 0x00000FFF 0x00000600 - mask_write 0XF8000B44 0x00000FFF 0x00000600 - mask_write 0XF8000B48 0x00000FFF 0x00000672 - mask_write 0XF8000B4C 0x00000FFF 0x00000672 - mask_write 0XF8000B50 0x00000FFF 0x00000674 - mask_write 0XF8000B54 0x00000FFF 0x00000674 - mask_write 0XF8000B58 0x00000FFF 0x00000600 - mask_write 0XF8000B5C 0xFFFFFFFF 0x0018C61C - mask_write 0XF8000B60 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B64 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B68 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B6C 0x000073FF 0x00000260 - mask_write 0XF8000B70 0x00000021 0x00000021 - mask_write 0XF8000B70 0x00000021 0x00000020 - mask_write 0XF8000B70 0x07FFFFFF 0x00000823 - mask_write 0XF8000738 0x00003FFF 0x000016E1 - mask_write 0XF800073C 0x00003FFF 0x000016E0 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_peripherals_init_data_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B48 0x00000180 0x00000180 - mask_write 0XF8000B4C 0x00000180 0x00000180 - mask_write 0XF8000B50 0x00000180 0x00000180 - mask_write 0XF8000B54 0x00000180 0x00000180 - mwr -force 0XF8000004 0x0000767B - mask_write 0XE0000034 0x000000FF 0x00000006 - mask_write 0XE0000018 0x0000FFFF 0x0000007C - mask_write 0XE0000000 0x000001FF 0x00000017 - mask_write 0XE0000004 0x00000FFF 0x00000020 - mask_write 0XE000D000 0x00080000 0x00080000 - mask_write 0XF8007000 0x20000000 0x00000000 -} -proc ps7_post_config_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000900 0x0000000F 0x0000000F - mask_write 0XF8000240 0xFFFFFFFF 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_debug_1_0 {} { - mwr -force 0XF8898FB0 0xC5ACCE55 - mwr -force 0XF8899FB0 0xC5ACCE55 - mwr -force 0XF8809FB0 0xC5ACCE55 -} -set PCW_SILICON_VER_1_0 "0x0" -set PCW_SILICON_VER_2_0 "0x1" -set PCW_SILICON_VER_3_0 "0x2" -set APU_FREQ 666666666 - - - -proc mask_poll { addr mask } { - set count 1 - set curval "0x[string range [mrd $addr] end-8 end]" - set maskedval [expr {$curval & $mask}] - while { $maskedval == 0 } { - set curval "0x[string range [mrd $addr] end-8 end]" - set maskedval [expr {$curval & $mask}] - set count [ expr { $count + 1 } ] - if { $count == 100000000 } { - puts "Timeout Reached. Mask poll failed at ADDRESS: $addr MASK: $mask" - break - } - } -} - - - -proc mask_delay { addr val } { - set delay [ get_number_of_cycles_for_delay $val ] - perf_reset_and_start_timer - set curval "0x[string range [mrd $addr] end-8 end]" - set maskedval [expr {$curval < $delay}] - while { $maskedval == 1 } { - set curval "0x[string range [mrd $addr] end-8 end]" - set maskedval [expr {$curval < $delay}] - } - perf_reset_clock -} - -proc ps_version { } { - set si_ver "0x[string range [mrd 0xF8007080] end-8 end]" - set mask_sil_ver "0x[expr {$si_ver >> 28}]" - return $mask_sil_ver; -} - -proc ps7_post_config {} { - set saved_mode [configparams force-mem-accesses] - configparams force-mem-accesses 1 - - variable PCW_SILICON_VER_1_0 - variable PCW_SILICON_VER_2_0 - variable PCW_SILICON_VER_3_0 - set sil_ver [ps_version] - - if { $sil_ver == $PCW_SILICON_VER_1_0} { - ps7_post_config_1_0 - } elseif { $sil_ver == $PCW_SILICON_VER_2_0 } { - ps7_post_config_2_0 - } else { - ps7_post_config_3_0 - } - configparams force-mem-accesses $saved_mode -} - -proc ps7_debug {} { - variable PCW_SILICON_VER_1_0 - variable PCW_SILICON_VER_2_0 - variable PCW_SILICON_VER_3_0 - set sil_ver [ps_version] - - if { $sil_ver == $PCW_SILICON_VER_1_0} { - ps7_debug_1_0 - } elseif { $sil_ver == $PCW_SILICON_VER_2_0 } { - ps7_debug_2_0 - } else { - ps7_debug_3_0 - } -} -proc ps7_init {} { - variable PCW_SILICON_VER_1_0 - variable PCW_SILICON_VER_2_0 - variable PCW_SILICON_VER_3_0 - set sil_ver [ps_version] - if { $sil_ver == $PCW_SILICON_VER_1_0} { - ps7_mio_init_data_1_0 - ps7_pll_init_data_1_0 - ps7_clock_init_data_1_0 - ps7_ddr_init_data_1_0 - ps7_peripherals_init_data_1_0 - #puts "PCW Silicon Version : 1.0" - } elseif { $sil_ver == $PCW_SILICON_VER_2_0 } { - ps7_mio_init_data_2_0 - ps7_pll_init_data_2_0 - ps7_clock_init_data_2_0 - ps7_ddr_init_data_2_0 - ps7_peripherals_init_data_2_0 - #puts "PCW Silicon Version : 2.0" - } else { - ps7_mio_init_data_3_0 - ps7_pll_init_data_3_0 - ps7_clock_init_data_3_0 - ps7_ddr_init_data_3_0 - ps7_peripherals_init_data_3_0 - #puts "PCW Silicon Version : 3.0" - } -} - - -# For delay calculation using global timer - -# start timer - proc perf_start_clock { } { - - #writing SCU_GLOBAL_TIMER_CONTROL register - - mask_write 0xF8F00208 0x00000109 0x00000009 -} - -# stop timer and reset timer count regs - proc perf_reset_clock { } { - perf_disable_clock - mask_write 0xF8F00200 0xFFFFFFFF 0x00000000 - mask_write 0xF8F00204 0xFFFFFFFF 0x00000000 -} - -# Compute mask for given delay in miliseconds -proc get_number_of_cycles_for_delay { delay } { - - # GTC is always clocked at 1/2 of the CPU frequency (CPU_3x2x) - variable APU_FREQ - return [ expr ($delay * $APU_FREQ /(2 * 1000))] -} - - -# stop timer -proc perf_disable_clock {} { - mask_write 0xF8F00208 0xFFFFFFFF 0x00000000 -} - -proc perf_reset_and_start_timer {} { - perf_reset_clock - perf_start_clock -} - - diff --git a/source/test_lower_machine/hw/ps7_init_gpl.c b/source/test_lower_machine/hw/ps7_init_gpl.c deleted file mode 100644 index edea888..0000000 --- a/source/test_lower_machine/hw/ps7_init_gpl.c +++ /dev/null @@ -1,7463 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010-2020 -* -* This program is free software; you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation; either version 2 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License along -* with this program; if not, see -* -* -******************************************************************************/ -/****************************************************************************/ -/** -* -* @file ps7_init_gpl.c -* -* This file is automatically generated -* -*****************************************************************************/ - -#include "ps7_init_gpl.h" - -unsigned long ps7_pll_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_3_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reserved_reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x0007FFFFU ,0x00001082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_en_dfi_dram_clk_disable = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0x7FDFFFFCU ,0x270872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFC3U ,0x00000000U), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00000003U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reserved_reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reserved_reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x0003F03FU ,0x0003C008U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x00010000U ,0x00000000U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. reg_ddrc_dfi_t_ctrl_delay = 0x1 - // .. .. ==> 0XF8006078[3:0] = 0x00000001U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000001U - // .. .. reg_ddrc_dfi_t_dram_clk_disable = 0x1 - // .. .. ==> 0XF8006078[7:4] = 0x00000001U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000010U - // .. .. reg_ddrc_dfi_t_dram_clk_enable = 0x1 - // .. .. ==> 0XF8006078[11:8] = 0x00000001U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000100U - // .. .. reg_ddrc_t_cksre = 0x6 - // .. .. ==> 0XF8006078[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_t_cksrx = 0x6 - // .. .. ==> 0XF8006078[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_t_ckesr = 0x4 - // .. .. ==> 0XF8006078[25:20] = 0x00000004U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00400000U - // .. .. - EMIT_MASKWRITE(0XF8006078, 0x03FFFFFFU ,0x00466111U), - // .. .. reg_ddrc_t_ckpde = 0x2 - // .. .. ==> 0XF800607C[3:0] = 0x00000002U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000002U - // .. .. reg_ddrc_t_ckpdx = 0x2 - // .. .. ==> 0XF800607C[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. reg_ddrc_t_ckdpde = 0x2 - // .. .. ==> 0XF800607C[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_ckdpdx = 0x2 - // .. .. ==> 0XF800607C[15:12] = 0x00000002U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00002000U - // .. .. reg_ddrc_t_ckcsx = 0x3 - // .. .. ==> 0XF800607C[19:16] = 0x00000003U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00030000U - // .. .. - EMIT_MASKWRITE(0XF800607C, 0x000FFFFFU ,0x00032222U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x00000200U ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0x6FFFFEFEU ,0x00040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF5U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. reserved_SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. reserved_VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. reserved_REFIO_TEST = 0x0 - // .. ==> 0XF8000B6C[11:10] = 0x00000000U - // .. ==> MASK : 0x00000C00U VAL : 0x00000000U - // .. reserved_REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. reserved_DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. reserved_CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x00007FFFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000001U ,0x00000001U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reserved_VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reserved_VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reserved_VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reserved_VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reserved_VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[15:14] = 0x00000000U - // .. .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reserved_INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reserved_TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reserved_TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reserved_TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. reserved_TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reserved_INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FEFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x000003FFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_LVL_INP_EN_0 = 1 - // .. ==> 0XF8000900[3:3] = 0x00000001U - // .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. USER_LVL_OUT_EN_0 = 1 - // .. ==> 0XF8000900[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. USER_LVL_INP_EN_1 = 1 - // .. ==> 0XF8000900[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. USER_LVL_OUT_EN_1 = 1 - // .. ==> 0XF8000900[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. reserved_FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. reserved_FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. reserved_FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. reserved_FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. reserved_FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. reserved_FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. reserved_FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. reserved_FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. reserved_FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. .. START: AFI2 SECURE REGISTER - // .. .. FINISH: AFI2 SECURE REGISTER - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_3_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_pll_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_2_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_block = 0x1 - // .. .. ==> 0XF8006004[20:19] = 0x00000001U - // .. .. ==> MASK : 0x00180000U VAL : 0x00080000U - // .. .. reg_ddrc_diff_rank_rd_2cycle_gap = 0x0 - // .. .. ==> 0XF8006004[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_cs_bit1 = 0x0 - // .. .. ==> 0XF8006004[26:22] = 0x00000000U - // .. .. ==> MASK : 0x07C00000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_open_bank = 0x0 - // .. .. ==> 0XF8006004[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_4bank_ram = 0x0 - // .. .. ==> 0XF8006004[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x1FFFFFFFU ,0x00081082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_sdram = 0x1 - // .. .. ==> 0XF8006020[21:21] = 0x00000001U - // .. .. ==> MASK : 0x00200000U VAL : 0x00200000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_clock_stop_en = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_ddrc_loopback = 0x0 - // .. .. ==> 0XF8006020[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0xFFFFFFFCU ,0x272872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_max_rank_rd = 0xf - // .. .. ==> 0XF8006024[5:2] = 0x0000000FU - // .. .. ==> MASK : 0x0000003CU VAL : 0x0000003CU - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFFFU ,0x0000003CU), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_debug_mode = 0x0 - // .. .. ==> 0XF8006038[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_phy_wr_level_start = 0x0 - // .. .. ==> 0XF8006038[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_phy_rd_level_start = 0x0 - // .. .. ==> 0XF8006038[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_dq0_wait_t = 0x0 - // .. .. ==> 0XF8006038[12:9] = 0x00000000U - // .. .. ==> MASK : 0x00001E00U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00001FC3U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reg_ddrc_rank1_rd_odt = 0x1 - // .. .. ==> 0XF8006048[8:6] = 0x00000001U - // .. .. ==> MASK : 0x000001C0U VAL : 0x00000040U - // .. .. reg_ddrc_rank1_wr_odt = 0x1 - // .. .. ==> 0XF8006048[11:9] = 0x00000001U - // .. .. ==> MASK : 0x00000E00U VAL : 0x00000200U - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reg_ddrc_rank2_rd_odt = 0x0 - // .. .. ==> 0XF8006048[20:18] = 0x00000000U - // .. .. ==> MASK : 0x001C0000U VAL : 0x00000000U - // .. .. reg_ddrc_rank2_wr_odt = 0x0 - // .. .. ==> 0XF8006048[23:21] = 0x00000000U - // .. .. ==> MASK : 0x00E00000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_rd_odt = 0x0 - // .. .. ==> 0XF8006048[26:24] = 0x00000000U - // .. .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_wr_odt = 0x0 - // .. .. ==> 0XF8006048[29:27] = 0x00000000U - // .. .. ==> MASK : 0x38000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x3FFFFFFFU ,0x0003C248U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dll_calib_to_min_x1024 = 0x1 - // .. .. ==> 0XF8006058[7:0] = 0x00000001U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000001U - // .. .. reg_ddrc_dll_calib_to_max_x1024 = 0x1 - // .. .. ==> 0XF8006058[15:8] = 0x00000001U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000100U - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x0001FFFFU ,0x00000101U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. reg_ddrc_dfi_t_ctrl_delay = 0x1 - // .. .. ==> 0XF8006078[3:0] = 0x00000001U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000001U - // .. .. reg_ddrc_dfi_t_dram_clk_disable = 0x1 - // .. .. ==> 0XF8006078[7:4] = 0x00000001U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000010U - // .. .. reg_ddrc_dfi_t_dram_clk_enable = 0x1 - // .. .. ==> 0XF8006078[11:8] = 0x00000001U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000100U - // .. .. reg_ddrc_t_cksre = 0x6 - // .. .. ==> 0XF8006078[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_t_cksrx = 0x6 - // .. .. ==> 0XF8006078[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_t_ckesr = 0x4 - // .. .. ==> 0XF8006078[25:20] = 0x00000004U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00400000U - // .. .. - EMIT_MASKWRITE(0XF8006078, 0x03FFFFFFU ,0x00466111U), - // .. .. reg_ddrc_t_ckpde = 0x2 - // .. .. ==> 0XF800607C[3:0] = 0x00000002U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000002U - // .. .. reg_ddrc_t_ckpdx = 0x2 - // .. .. ==> 0XF800607C[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. reg_ddrc_t_ckdpde = 0x2 - // .. .. ==> 0XF800607C[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_ckdpdx = 0x2 - // .. .. ==> 0XF800607C[15:12] = 0x00000002U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00002000U - // .. .. reg_ddrc_t_ckcsx = 0x3 - // .. .. ==> 0XF800607C[19:16] = 0x00000003U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00030000U - // .. .. - EMIT_MASKWRITE(0XF800607C, 0x000FFFFFU ,0x00032222U), - // .. .. refresh_timer0_start_value_x32 = 0x0 - // .. .. ==> 0XF80060A0[11:0] = 0x00000000U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000000U - // .. .. refresh_timer1_start_value_x32 = 0x8 - // .. .. ==> 0XF80060A0[23:12] = 0x00000008U - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00008000U - // .. .. - EMIT_MASKWRITE(0XF80060A0, 0x00FFFFFFU ,0x00008000U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_2t_delay = 0x0 - // .. .. ==> 0XF80060B4[8:0] = 0x00000000U - // .. .. ==> MASK : 0x000001FFU VAL : 0x00000000U - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. reg_ddrc_dis_pre_bypass = 0x0 - // .. .. ==> 0XF80060B4[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x000007FFU ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006118[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006118[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF800611C[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF800611C[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006124[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006124[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_loopback = 0x0 - // .. .. ==> 0XF8006190[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_all_dq_mpr_rd_resp = 0x0 - // .. .. ==> 0XF8006190[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_use_rank0_delays = 0x1 - // .. .. ==> 0XF8006190[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_phy_int_lpbk = 0x0 - // .. .. ==> 0XF8006190[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0xFFFFFFFFU ,0x10040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006208[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF800620C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006210[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006214[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_per_bank_refresh = 0x0 - // .. .. ==> 0XF80062A8[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF7U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. REFIO_TEST = 0x0 - // .. ==> 0XF8000B6C[11:10] = 0x00000000U - // .. ==> MASK : 0x00000C00U VAL : 0x00000000U - // .. REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x00007FFFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000021U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[16:14] = 0x00000000U - // .. .. ==> MASK : 0x0001C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FFFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. IRMODE = 0x0 - // .. ==> 0XE0000004[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. UCLKEN = 0x0 - // .. ==> 0XE0000004[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x00000FFFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_INP_ICT_EN_0 = 3 - // .. ==> 0XF8000900[1:0] = 0x00000003U - // .. ==> MASK : 0x00000003U VAL : 0x00000003U - // .. USER_INP_ICT_EN_1 = 3 - // .. ==> 0XF8000900[3:2] = 0x00000003U - // .. ==> MASK : 0x0000000CU VAL : 0x0000000CU - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_2_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_pll_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_1_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_block = 0x1 - // .. .. ==> 0XF8006004[20:19] = 0x00000001U - // .. .. ==> MASK : 0x00180000U VAL : 0x00080000U - // .. .. reg_ddrc_diff_rank_rd_2cycle_gap = 0x0 - // .. .. ==> 0XF8006004[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_cs_bit1 = 0x0 - // .. .. ==> 0XF8006004[26:22] = 0x00000000U - // .. .. ==> MASK : 0x07C00000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_open_bank = 0x0 - // .. .. ==> 0XF8006004[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_4bank_ram = 0x0 - // .. .. ==> 0XF8006004[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x1FFFFFFFU ,0x00081082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_sdram = 0x1 - // .. .. ==> 0XF8006020[21:21] = 0x00000001U - // .. .. ==> MASK : 0x00200000U VAL : 0x00200000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_clock_stop_en = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_ddrc_loopback = 0x0 - // .. .. ==> 0XF8006020[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0xFFFFFFFCU ,0x272872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_max_rank_rd = 0xf - // .. .. ==> 0XF8006024[5:2] = 0x0000000FU - // .. .. ==> MASK : 0x0000003CU VAL : 0x0000003CU - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFFFU ,0x0000003CU), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_debug_mode = 0x0 - // .. .. ==> 0XF8006038[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_phy_wr_level_start = 0x0 - // .. .. ==> 0XF8006038[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_phy_rd_level_start = 0x0 - // .. .. ==> 0XF8006038[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_dq0_wait_t = 0x0 - // .. .. ==> 0XF8006038[12:9] = 0x00000000U - // .. .. ==> MASK : 0x00001E00U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00001FC3U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reg_ddrc_rank1_rd_odt = 0x1 - // .. .. ==> 0XF8006048[8:6] = 0x00000001U - // .. .. ==> MASK : 0x000001C0U VAL : 0x00000040U - // .. .. reg_ddrc_rank1_wr_odt = 0x1 - // .. .. ==> 0XF8006048[11:9] = 0x00000001U - // .. .. ==> MASK : 0x00000E00U VAL : 0x00000200U - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reg_ddrc_rank2_rd_odt = 0x0 - // .. .. ==> 0XF8006048[20:18] = 0x00000000U - // .. .. ==> MASK : 0x001C0000U VAL : 0x00000000U - // .. .. reg_ddrc_rank2_wr_odt = 0x0 - // .. .. ==> 0XF8006048[23:21] = 0x00000000U - // .. .. ==> MASK : 0x00E00000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_rd_odt = 0x0 - // .. .. ==> 0XF8006048[26:24] = 0x00000000U - // .. .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_wr_odt = 0x0 - // .. .. ==> 0XF8006048[29:27] = 0x00000000U - // .. .. ==> MASK : 0x38000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x3FFFFFFFU ,0x0003C248U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dll_calib_to_min_x1024 = 0x1 - // .. .. ==> 0XF8006058[7:0] = 0x00000001U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000001U - // .. .. reg_ddrc_dll_calib_to_max_x1024 = 0x1 - // .. .. ==> 0XF8006058[15:8] = 0x00000001U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000100U - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x0001FFFFU ,0x00000101U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. refresh_timer0_start_value_x32 = 0x0 - // .. .. ==> 0XF80060A0[11:0] = 0x00000000U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000000U - // .. .. refresh_timer1_start_value_x32 = 0x8 - // .. .. ==> 0XF80060A0[23:12] = 0x00000008U - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00008000U - // .. .. - EMIT_MASKWRITE(0XF80060A0, 0x00FFFFFFU ,0x00008000U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_2t_delay = 0x0 - // .. .. ==> 0XF80060B4[8:0] = 0x00000000U - // .. .. ==> MASK : 0x000001FFU VAL : 0x00000000U - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. reg_ddrc_dis_pre_bypass = 0x0 - // .. .. ==> 0XF80060B4[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x000007FFU ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006118[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006118[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF800611C[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF800611C[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006124[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006124[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_loopback = 0x0 - // .. .. ==> 0XF8006190[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_all_dq_mpr_rd_resp = 0x0 - // .. .. ==> 0XF8006190[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_use_rank0_delays = 0x1 - // .. .. ==> 0XF8006190[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_phy_int_lpbk = 0x0 - // .. .. ==> 0XF8006190[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0xFFFFFFFFU ,0x10040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006208[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF800620C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006210[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006214[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_per_bank_refresh = 0x0 - // .. .. ==> 0XF80062A8[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF7U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x000073FFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000021U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[16:14] = 0x00000000U - // .. .. ==> MASK : 0x0001C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FFFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. IRMODE = 0x0 - // .. ==> 0XE0000004[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. UCLKEN = 0x0 - // .. ==> 0XE0000004[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x00000FFFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_INP_ICT_EN_0 = 3 - // .. ==> 0XF8000900[1:0] = 0x00000003U - // .. ==> MASK : 0x00000003U VAL : 0x00000003U - // .. USER_INP_ICT_EN_1 = 3 - // .. ==> 0XF8000900[3:2] = 0x00000003U - // .. ==> MASK : 0x0000000CU VAL : 0x0000000CU - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_1_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - - -#include "xil_io.h" -#define PS7_MASK_POLL_TIME 100000000 - -char* -getPS7MessageInfo(unsigned key) { - - char* err_msg = ""; - switch (key) { - case PS7_INIT_SUCCESS: err_msg = "PS7 initialization successful"; break; - case PS7_INIT_CORRUPT: err_msg = "PS7 init Data Corrupted"; break; - case PS7_INIT_TIMEOUT: err_msg = "PS7 init mask poll timeout"; break; - case PS7_POLL_FAILED_DDR_INIT: err_msg = "Mask Poll failed for DDR Init"; break; - case PS7_POLL_FAILED_DMA: err_msg = "Mask Poll failed for PLL Init"; break; - case PS7_POLL_FAILED_PLL: err_msg = "Mask Poll failed for DMA done bit"; break; - default: err_msg = "Undefined error status"; break; - } - - return err_msg; -} - -unsigned long -ps7GetSiliconVersion () { - // Read PS version from MCTRL register [31:28] - unsigned long mask = 0xF0000000; - unsigned long *addr = (unsigned long*) 0XF8007080; - unsigned long ps_version = (*addr & mask) >> 28; - return ps_version; -} - -void mask_write (unsigned long add , unsigned long mask, unsigned long val ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - *addr = ( val & mask ) | ( *addr & ~mask); - //xil_printf("MaskWrite : 0x%x--> 0x%x \n \r" ,add, *addr); -} - - -int mask_poll(unsigned long add , unsigned long mask ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - int i = 0; - while (!(*addr & mask)) { - if (i == PS7_MASK_POLL_TIME) { - return -1; - } - i++; - } - return 1; - //xil_printf("MaskPoll : 0x%x --> 0x%x \n \r" , add, *addr); -} - -unsigned long mask_read(unsigned long add , unsigned long mask ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - unsigned long val = (*addr & mask); - //xil_printf("MaskRead : 0x%x --> 0x%x \n \r" , add, val); - return val; -} - - - -int -ps7_config(unsigned long * ps7_config_init) -{ - unsigned long *ptr = ps7_config_init; - - unsigned long opcode; // current instruction .. - unsigned long args[16]; // no opcode has so many args ... - int numargs; // number of arguments of this instruction - int j; // general purpose index - - volatile unsigned long *addr; // some variable to make code readable - unsigned long val,mask; // some variable to make code readable - - int finish = -1 ; // loop while this is negative ! - int i = 0; // Timeout variable - - while( finish < 0 ) { - numargs = ptr[0] & 0xF; - opcode = ptr[0] >> 4; - - for( j = 0 ; j < numargs ; j ++ ) - args[j] = ptr[j+1]; - ptr += numargs + 1; - - - switch ( opcode ) { - - case OPCODE_EXIT: - finish = PS7_INIT_SUCCESS; - break; - - case OPCODE_CLEAR: - addr = (unsigned long*) args[0]; - *addr = 0; - break; - - case OPCODE_WRITE: - addr = (unsigned long*) args[0]; - val = args[1]; - *addr = val; - break; - - case OPCODE_MASKWRITE: - addr = (unsigned long*) args[0]; - mask = args[1]; - val = args[2]; - *addr = ( val & mask ) | ( *addr & ~mask); - break; - - case OPCODE_MASKPOLL: - addr = (unsigned long*) args[0]; - mask = args[1]; - i = 0; - while (!(*addr & mask)) { - if (i == PS7_MASK_POLL_TIME) { - finish = PS7_INIT_TIMEOUT; - break; - } - i++; - } - break; - case OPCODE_MASKDELAY: - { - addr = (unsigned long*) args[0]; - mask = args[1]; - int delay = get_number_of_cycles_for_delay(mask); - perf_reset_and_start_timer(); - while ((*addr < delay)) { - } - } - break; - default: - finish = PS7_INIT_CORRUPT; - break; - } - } - return finish; -} - -unsigned long *ps7_mio_init_data = ps7_mio_init_data_3_0; -unsigned long *ps7_pll_init_data = ps7_pll_init_data_3_0; -unsigned long *ps7_clock_init_data = ps7_clock_init_data_3_0; -unsigned long *ps7_ddr_init_data = ps7_ddr_init_data_3_0; -unsigned long *ps7_peripherals_init_data = ps7_peripherals_init_data_3_0; - -int -ps7_post_config() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret = -1; - if (si_ver == PCW_SILICON_VERSION_1) { - ret = ps7_config (ps7_post_config_1_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else if (si_ver == PCW_SILICON_VERSION_2) { - ret = ps7_config (ps7_post_config_2_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else { - ret = ps7_config (ps7_post_config_3_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } - return PS7_INIT_SUCCESS; -} - -int -ps7_debug() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret = -1; - if (si_ver == PCW_SILICON_VERSION_1) { - ret = ps7_config (ps7_debug_1_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else if (si_ver == PCW_SILICON_VERSION_2) { - ret = ps7_config (ps7_debug_2_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else { - ret = ps7_config (ps7_debug_3_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } - return PS7_INIT_SUCCESS; -} - - -int -ps7_init() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret; - //int pcw_ver = 0; - - if (si_ver == PCW_SILICON_VERSION_1) { - ps7_mio_init_data = ps7_mio_init_data_1_0; - ps7_pll_init_data = ps7_pll_init_data_1_0; - ps7_clock_init_data = ps7_clock_init_data_1_0; - ps7_ddr_init_data = ps7_ddr_init_data_1_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_1_0; - //pcw_ver = 1; - - } else if (si_ver == PCW_SILICON_VERSION_2) { - ps7_mio_init_data = ps7_mio_init_data_2_0; - ps7_pll_init_data = ps7_pll_init_data_2_0; - ps7_clock_init_data = ps7_clock_init_data_2_0; - ps7_ddr_init_data = ps7_ddr_init_data_2_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_2_0; - //pcw_ver = 2; - - } else { - ps7_mio_init_data = ps7_mio_init_data_3_0; - ps7_pll_init_data = ps7_pll_init_data_3_0; - ps7_clock_init_data = ps7_clock_init_data_3_0; - ps7_ddr_init_data = ps7_ddr_init_data_3_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_3_0; - //pcw_ver = 3; - } - - // MIO init - ret = ps7_config (ps7_mio_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // PLL init - ret = ps7_config (ps7_pll_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // Clock init - ret = ps7_config (ps7_clock_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // DDR init - ret = ps7_config (ps7_ddr_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - - - // Peripherals init - ret = ps7_config (ps7_peripherals_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - //xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver); - return PS7_INIT_SUCCESS; -} - - - - -/* For delay calculation using global timer */ - -/* start timer */ - void perf_start_clock(void) -{ - *(volatile unsigned int*)SCU_GLOBAL_TIMER_CONTROL = ((1 << 0) | // Timer Enable - (1 << 3) | // Auto-increment - (0 << 8) // Pre-scale - ); -} - -/* stop timer and reset timer count regs */ - void perf_reset_clock(void) -{ - perf_disable_clock(); - *(volatile unsigned int*)SCU_GLOBAL_TIMER_COUNT_L32 = 0; - *(volatile unsigned int*)SCU_GLOBAL_TIMER_COUNT_U32 = 0; -} - -/* Compute mask for given delay in miliseconds*/ -int get_number_of_cycles_for_delay(unsigned int delay) -{ - // GTC is always clocked at 1/2 of the CPU frequency (CPU_3x2x) - return (APU_FREQ*delay/(2*1000)); - -} - -/* stop timer */ - void perf_disable_clock(void) -{ - *(volatile unsigned int*)SCU_GLOBAL_TIMER_CONTROL = 0; -} - -void perf_reset_and_start_timer() -{ - perf_reset_clock(); - perf_start_clock(); -} - - - - diff --git a/source/test_lower_machine/hw/ps7_init_gpl.h b/source/test_lower_machine/hw/ps7_init_gpl.h deleted file mode 100644 index 5ad90e2..0000000 --- a/source/test_lower_machine/hw/ps7_init_gpl.h +++ /dev/null @@ -1,131 +0,0 @@ -/****************************************************************************** -* -* Copyright (C) 2010-2020 -* -* This program is free software; you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation; either version 2 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License along -* with this program; if not, see -* -* -******************************************************************************/ -/****************************************************************************/ -/** -* -* @file ps7_init_gpl.h -* -* This file can be included in FSBL code -* to get prototype of ps7_init() function -* and error codes -* -*****************************************************************************/ - - - - -#ifdef __cplusplus -extern "C" { -#endif - - -//typedef unsigned int u32; - - -/** do we need to make this name more unique ? **/ -//extern u32 ps7_init_data[]; -extern unsigned long * ps7_ddr_init_data; -extern unsigned long * ps7_mio_init_data; -extern unsigned long * ps7_pll_init_data; -extern unsigned long * ps7_clock_init_data; -extern unsigned long * ps7_peripherals_init_data; - - - -#define OPCODE_EXIT 0U -#define OPCODE_CLEAR 1U -#define OPCODE_WRITE 2U -#define OPCODE_MASKWRITE 3U -#define OPCODE_MASKPOLL 4U -#define OPCODE_MASKDELAY 5U -#define NEW_PS7_ERR_CODE 1 - -/* Encode number of arguments in last nibble */ -#define EMIT_EXIT() ( (OPCODE_EXIT << 4 ) | 0 ) -#define EMIT_CLEAR(addr) ( (OPCODE_CLEAR << 4 ) | 1 ) , addr -#define EMIT_WRITE(addr,val) ( (OPCODE_WRITE << 4 ) | 2 ) , addr, val -#define EMIT_MASKWRITE(addr,mask,val) ( (OPCODE_MASKWRITE << 4 ) | 3 ) , addr, mask, val -#define EMIT_MASKPOLL(addr,mask) ( (OPCODE_MASKPOLL << 4 ) | 2 ) , addr, mask -#define EMIT_MASKDELAY(addr,mask) ( (OPCODE_MASKDELAY << 4 ) | 2 ) , addr, mask - -/* Returns codes of PS7_Init */ -#define PS7_INIT_SUCCESS (0) // 0 is success in good old C -#define PS7_INIT_CORRUPT (1) // 1 the data is corrupted, and slcr reg are in corrupted state now -#define PS7_INIT_TIMEOUT (2) // 2 when a poll operation timed out -#define PS7_POLL_FAILED_DDR_INIT (3) // 3 when a poll operation timed out for ddr init -#define PS7_POLL_FAILED_DMA (4) // 4 when a poll operation timed out for dma done bit -#define PS7_POLL_FAILED_PLL (5) // 5 when a poll operation timed out for pll sequence init - - -/* Silicon Versions */ -#define PCW_SILICON_VERSION_1 0 -#define PCW_SILICON_VERSION_2 1 -#define PCW_SILICON_VERSION_3 2 - -/* This flag to be used by FSBL to check whether ps7_post_config() proc exixts */ -#define PS7_POST_CONFIG - -/* Freq of all peripherals */ - -#define APU_FREQ 666666687 -#define DDR_FREQ 533333374 -#define DCI_FREQ 10158730 -#define QSPI_FREQ 10000000 -#define SMC_FREQ 10000000 -#define ENET0_FREQ 10000000 -#define ENET1_FREQ 10000000 -#define USB0_FREQ 60000000 -#define USB1_FREQ 60000000 -#define SDIO_FREQ 10000000 -#define UART_FREQ 100000000 -#define SPI_FREQ 10000000 -#define I2C_FREQ 111111115 -#define WDT_FREQ 111111115 -#define TTC_FREQ 50000000 -#define CAN_FREQ 10000000 -#define PCAP_FREQ 200000000 -#define TPIU_FREQ 200000000 -#define FPGA0_FREQ 200000000 -#define FPGA1_FREQ 10000000 -#define FPGA2_FREQ 10000000 -#define FPGA3_FREQ 10000000 - - -/* For delay calculation using global registers*/ -#define SCU_GLOBAL_TIMER_COUNT_L32 0xF8F00200 -#define SCU_GLOBAL_TIMER_COUNT_U32 0xF8F00204 -#define SCU_GLOBAL_TIMER_CONTROL 0xF8F00208 -#define SCU_GLOBAL_TIMER_AUTO_INC 0xF8F00218 - -int ps7_config( unsigned long*); -int ps7_init(); -int ps7_post_config(); -int ps7_debug(); -char* getPS7MessageInfo(unsigned key); - -void perf_start_clock(void); -void perf_disable_clock(void); -void perf_reset_clock(void); -void perf_reset_and_start_timer(); -int get_number_of_cycles_for_delay(unsigned int delay); -#ifdef __cplusplus -} -#endif - diff --git a/source/test_lower_machine/hw/system_wrapper.bit b/source/test_lower_machine/hw/system_wrapper.bit deleted file mode 100644 index 309e119..0000000 Binary files a/source/test_lower_machine/hw/system_wrapper.bit and /dev/null differ diff --git a/source/test_lower_machine/hw/system_wrapper.xsa b/source/test_lower_machine/hw/system_wrapper.xsa deleted file mode 100644 index 7c684f9..0000000 Binary files a/source/test_lower_machine/hw/system_wrapper.xsa and /dev/null differ diff --git a/source/test_lower_machine/logs/platform.log b/source/test_lower_machine/logs/platform.log deleted file mode 100644 index 2816980..0000000 --- a/source/test_lower_machine/logs/platform.log +++ /dev/null @@ -1,21194 +0,0 @@ -TRACE::2022-04-05.19:04:37::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:37::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:37::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:37::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:37::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:37::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:37::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-05.19:04:38::SCWPlatform::Opened new HwDB with name system_wrapper_0 -TRACE::2022-04-05.19:04:38::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "platPreBuiltFlag": false, - "platformSamplesDir": "" -} -TRACE::2022-04-05.19:04:38::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine" - }] -} -TRACE::2022-04-05.19:04:38::SCWPlatform::Boot application domains not present, creating them -TRACE::2022-04-05.19:04:38::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.19:04:38::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.19:04:38::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.19:04:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:38::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:38::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:38::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:38::SCWPlatform::Boot application domain added for zynq_fsbl -TRACE::2022-04-05.19:04:38::SCWPlatform::Generating the sources . -TRACE::2022-04-05.19:04:38::SCWBDomain::Generating boot domain sources. -TRACE::2022-04-05.19:04:38::SCWBDomain:: Generating the zynq_fsbl Application. -TRACE::2022-04-05.19:04:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:38::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:38::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:38::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-05.19:04:38::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:38::SCWMssOS::mss does not exists at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:38::SCWMssOS::Creating sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:38::SCWMssOS::Adding the swdes entry, created swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:38::SCWMssOS::updating the scw layer changes to swdes at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:38::SCWMssOS::Writing mss at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:38::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-05.19:04:38::SCWMssOS::Picking up changes from newly written mss file into SCW Layer. -TRACE::2022-04-05.19:04:38::SCWMssOS::Updated the changes from newly written mss file into SCW Layer. -TRACE::2022-04-05.19:04:38::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-05.19:04:42::SCWPlatform::Generating sources Done. -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-05.19:04:42::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-05.19:04:42::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.19:04:42::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:42::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "platFsblTarget": "ps7_cortexa9_0", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "zynq_fsbl", - "sysDefaultDom": "", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.19:04:42::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.19:04:42::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::mss does not exists at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Creating sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Adding the swdes entry, created swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::updating the scw layer changes to swdes at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Writing mss at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-05.19:04:42::SCWMssOS::Picking up changes from newly written mss file into SCW Layer. -TRACE::2022-04-05.19:04:42::SCWMssOS::Updated the changes from newly written mss file into SCW Layer. -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-05.19:04:42::SCWMssOS::Forcing BSP Sources regeneration. -TRACE::2022-04-05.19:04:42::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:42::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:42::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-05.19:04:42::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "platFsblTarget": "ps7_cortexa9_0", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone_domain", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -LOG::2022-04-05.19:04:42::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-05.19:04:42::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-05.19:04:42::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-05.19:04:42::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-05.19:04:42::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-05.19:04:42::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-05.19:04:42::SCWDomain::Skipping the build for domain : zynq_fsbl -LOG::2022-04-05.19:04:42::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-05.19:04:42::SCWSystem::Not a boot domain -LOG::2022-04-05.19:04:42::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-05.19:04:42::SCWDomain::Generating domain artifcats -TRACE::2022-04-05.19:04:42::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-05.19:04:42::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-05.19:04:42::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-05.19:04:42::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-05.19:04:42::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-05.19:04:42::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-05.19:04:42::SCWDomain::Skipping the build for domain : standalone_domain -TRACE::2022-04-05.19:04:42::SCWMssOS::skipping the bsp build ... -TRACE::2022-04-05.19:04:42::SCWMssOS::Copying to export directory. -TRACE::2022-04-05.19:04:42::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-05.19:04:42::SCWMssOS:: No Linux domain exists, trying to generate FSBL -TRACE::2022-04-05.19:04:42::SCWMssOS:: Completed Standalone Artifacts creation -LOG::2022-04-05.19:04:42::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-05.19:04:42::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-05.19:04:42::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-05.19:04:42::SCWPlatform::Started preparing the platform -TRACE::2022-04-05.19:04:42::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-05.19:04:42::SCWSystem::dir created -TRACE::2022-04-05.19:04:42::SCWSystem::Writing the bif -TRACE::2022-04-05.19:04:42::SCWPlatform::Started writing the spfm file -TRACE::2022-04-05.19:04:42::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-05.19:04:42::SCWPlatform::Completed generating the platform -TRACE::2022-04-05.19:04:42::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:42::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:42::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:42::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "platFsblTarget": "ps7_cortexa9_0", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone_domain", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-05.19:04:42::SCWPlatform::updated the xpfm file. -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:42::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:42::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:42::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "platFsblTarget": "ps7_cortexa9_0", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone_domain", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:42::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:42::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:42::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "platFsblTarget": "ps7_cortexa9_0", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -TRACE::2022-04-05.19:04:42::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:42::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:42::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:42::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:42::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:42::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:42::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "platFsblTarget": "ps7_cortexa9_0", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -TRACE::2022-04-05.19:04:42::SCWPlatform::Clearing the existing platform -TRACE::2022-04-05.19:04:42::SCWSystem::Clearing the existing sysconfig -TRACE::2022-04-05.19:04:42::SCWBDomain::clearing the fsbl build -TRACE::2022-04-05.19:04:42::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:42::SCWSystem::Clearing the domains completed. -TRACE::2022-04-05.19:04:42::SCWPlatform::Clearing the opened hw db. -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Removing the HwDB with name /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:42::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:42::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:42::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-05.19:04:44::SCWPlatform::Opened new HwDB with name system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-05.19:04:44::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-05.19:04:44::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.19:04:44::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.19:04:44::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:44::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:44::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-05.19:04:44::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-05.19:04:44::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.19:04:44::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:44::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:44::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:44::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:44::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-05.19:04:44::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:44::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:44::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:44::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-05.19:04:44::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:44::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:44::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWReader::No isolation master present -TRACE::2022-04-05.19:04:44::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.19:04:44::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.19:04:44::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:44::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:44::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-05.19:04:44::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.19:04:44::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:44::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:44::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:44::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-05.19:04:44::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:44::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:44::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:44::SCWReader::No isolation master present -LOG::2022-04-05.19:04:52::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-05.19:04:52::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-05.19:04:52::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-05.19:04:52::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-05.19:04:52::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-05.19:04:52::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-05.19:04:52::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-04-05.19:04:52::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:52::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:52::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:52::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:52::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:52::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:52::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:52::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:52::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:52::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:52::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:52::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:52::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-05.19:04:52::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-05.19:04:52::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-05.19:04:52::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-04-05.19:04:52::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-05.19:04:52::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:52::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:52::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:52::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:52::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:52::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:52::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:52::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:52::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:52::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:52::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-05.19:04:52::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:52::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-05.19:04:52::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:52::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-05.19:04:52::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-05.19:04:52::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-05.19:04:52::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-05.19:04:52::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-05.19:04:52::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-05.19:04:52::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-05.19:04:52::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:52::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:52::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:52::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-05.19:04:52::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-05.19:04:52::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-05.19:04:52::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-05.19:04:52::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-05.19:04:52::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-05.19:04:52::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-05.19:04:52::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-05.19:04:52::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-05.19:04:52::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:52::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-04-05.19:04:53::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:53::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:53::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:53::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:53::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:53::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:53::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:53::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:53::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:53::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:53::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-05.19:04:53::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:53::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-05.19:04:53::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:53::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-05.19:04:53::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-05.19:04:53::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-05.19:04:53::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-05.19:04:53::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-05.19:04:53::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-05.19:04:53::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-05.19:04:53::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:53::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:53::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:53::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-05.19:04:53::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-05.19:04:53::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-05.19:04:53::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-05.19:04:53::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-05.19:04:53::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-05.19:04:53::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-05.19:04:53::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-05.19:04:53::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-05.19:04:53::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-05.19:04:53::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-05.19:04:53::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-05.19:04:53::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-05.19:04:53::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-05.19:04:53::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-05.19:04:53::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-05.19:04:53::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-05.19:04:53::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:53::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-05.19:04:53::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-05.19:04:53::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-05.19:04:53::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-05.19:04:53::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-05.19:04:53::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-05.19:04:53::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-05.19:04:53::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-05.19:04:53::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:53::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-05.19:04:53::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-05.19:04:53::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-05.19:04:53::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:54::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-04-05.19:04:54::SCWBDomain::make --no-print-directory archive - -TRACE::2022-04-05.19:04:54::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-05.19:04:54::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-05.19:04:54::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-05.19:04:54::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-05.19:04:54::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-05.19:04:54::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-04-05.19:04:54::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-04-05.19:04:54::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-04-05.19:04:54::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-04-05.19:04:54::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-04-05.19:04:54::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-04-05.19:04:54::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-04-05.19:04:54::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-04-05.19:04:54::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-04-05.19:04:54::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-04-05.19:04:54::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-04-05.19:04:54::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-04-05.19:04:54::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-04-05.19:04:54::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-04-05.19:04:54::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-04-05.19:04:54::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-04-05.19:04:54::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-05.19:04:54::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-05.19:04:54::SCWBDomain::Finished building libraries - -TRACE::2022-04-05.19:04:54::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-05.19:04:54::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-05.19:04:54::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-05.19:04:54::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-05.19:04:54::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-05.19:04:54::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-05.19:04:54::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-05.19:04:54::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-05.19:04:54::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-05.19:04:54::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-04-05.19:04:54::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-05.19:04:54::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-05.19:04:54::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-05.19:04:54::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-04-05.19:04:54::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-05.19:04:54::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-04-05.19:04:54::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-05.19:04:55::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-05.19:04:55::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-05.19:04:55::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-05.19:04:55::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-05.19:04:55::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-04-05.19:04:55::SCWBDomain::exa9_0/include -I. - -TRACE::2022-04-05.19:04:55::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-04-05.19:04:55::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-05.19:04:55::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-04-05.19:04:55::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-04-05.19:04:55::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-04-05.19:04:55::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_co -TRACE::2022-04-05.19:04:55::SCWBDomain::rtexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-04-05.19:04:55::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-05.19:04:55::SCWSystem::Not a boot domain -LOG::2022-04-05.19:04:55::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-05.19:04:55::SCWDomain::Generating domain artifcats -TRACE::2022-04-05.19:04:55::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-05.19:04:55::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-05.19:04:55::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-05.19:04:55::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-05.19:04:55::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:55::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:55::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:55::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:55::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:55::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:55::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:55::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:55::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-05.19:04:55::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:55::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-05.19:04:55::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-05.19:04:55::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-04-05.19:04:55::SCWMssOS::doing bsp build ... -TRACE::2022-04-05.19:04:55::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-04-05.19:04:55::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:55::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:55::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:55::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:55::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:55::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:55::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-05.19:04:55::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:55::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-05.19:04:55::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:55::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-05.19:04:55::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-05.19:04:55::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-05.19:04:55::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-05.19:04:55::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-05.19:04:55::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-05.19:04:55::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-05.19:04:55::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:55::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:55::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:55::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-05.19:04:55::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-05.19:04:55::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-05.19:04:55::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-05.19:04:55::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-05.19:04:55::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-05.19:04:55::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-04-05.19:04:55::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:55::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:55::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:55::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:55::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:55::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:55::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-05.19:04:55::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:55::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-05.19:04:55::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:55::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-05.19:04:55::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-05.19:04:55::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-05.19:04:55::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-05.19:04:55::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-05.19:04:55::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-05.19:04:55::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-05.19:04:55::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:55::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-05.19:04:55::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-05.19:04:55::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-05.19:04:55::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-05.19:04:55::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-05.19:04:55::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-05.19:04:55::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-05.19:04:55::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-05.19:04:55::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-05.19:04:55::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-05.19:04:55::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-05.19:04:55::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-05.19:04:55::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-05.19:04:55::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-05.19:04:55::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-05.19:04:55::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-05.19:04:55::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-05.19:04:55::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-05.19:04:55::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-05.19:04:55::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-05.19:04:55::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-05.19:04:55::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-05.19:04:55::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-05.19:04:55::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-05.19:04:55::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:55::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-05.19:04:55::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-05.19:04:55::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-05.19:04:55::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:56::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-05.19:04:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-05.19:04:56::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-05.19:04:56::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-05.19:04:56::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-04-05.19:04:56::SCWMssOS::make --no-print-directory archive - -TRACE::2022-04-05.19:04:56::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-05.19:04:56::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-05.19:04:56::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-05.19:04:56::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-05.19:04:56::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-05.19:04:56::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-04-05.19:04:56::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-04-05.19:04:56::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-04-05.19:04:56::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-04-05.19:04:56::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-04-05.19:04:56::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-04-05.19:04:56::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-04-05.19:04:56::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-04-05.19:04:56::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-04-05.19:04:56::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-04-05.19:04:56::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-04-05.19:04:56::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-04-05.19:04:56::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-04-05.19:04:56::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-04-05.19:04:56::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-04-05.19:04:56::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-04-05.19:04:56::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-05.19:04:56::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-05.19:04:56::SCWMssOS::Finished building libraries - -TRACE::2022-04-05.19:04:56::SCWMssOS::Copying to export directory. -TRACE::2022-04-05.19:04:56::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-05.19:04:56::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-05.19:04:56::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-05.19:04:56::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-05.19:04:56::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-05.19:04:56::SCWPlatform::Started preparing the platform -TRACE::2022-04-05.19:04:56::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-05.19:04:56::SCWSystem::dir created -TRACE::2022-04-05.19:04:56::SCWSystem::Writing the bif -TRACE::2022-04-05.19:04:56::SCWPlatform::Started writing the spfm file -TRACE::2022-04-05.19:04:56::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-05.19:04:56::SCWPlatform::Completed generating the platform -TRACE::2022-04-05.19:04:56::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:56::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:56::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:56::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:56::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:56::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:04:56::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:04:56::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:04:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:56::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:04:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:56::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:56::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-05.19:04:56::SCWPlatform::updated the xpfm file. -TRACE::2022-04-05.19:04:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:04:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:04:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:04:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-05.19:04:56::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-05.19:04:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:04:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:04:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:04:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:11::SCWPlatform::Clearing the existing platform -TRACE::2022-04-05.19:54:11::SCWSystem::Clearing the existing sysconfig -TRACE::2022-04-05.19:54:11::SCWBDomain::clearing the fsbl build -TRACE::2022-04-05.19:54:11::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:11::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:11::SCWSystem::Clearing the domains completed. -TRACE::2022-04-05.19:54:11::SCWPlatform::Clearing the opened hw db. -TRACE::2022-04-05.19:54:11::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:11::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:11::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:11::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:11::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:11::SCWPlatform::Removing the HwDB with name /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:11::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:11::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:11::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:11::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:11::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:11::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:11::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-05.19:54:12::SCWPlatform::Opened new HwDB with name system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-05.19:54:12::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-05.19:54:12::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.19:54:12::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.19:54:12::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:12::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:12::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:12::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:12::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:12::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:12::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-05.19:54:12::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-05.19:54:12::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.19:54:12::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:12::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:12::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:12::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:12::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:12::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:12::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-05.19:54:12::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:54:12::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:54:12::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:54:12::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-05.19:54:12::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:12::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:12::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:12::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWReader::No isolation master present -TRACE::2022-04-05.19:54:12::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.19:54:12::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.19:54:12::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:12::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:12::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:12::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:12::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:12::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-05.19:54:12::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.19:54:12::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:54:12::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:54:12::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:54:12::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-05.19:54:12::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:12::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:12::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:12::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:12::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:12::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:12::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:12::SCWReader::No isolation master present -TRACE::2022-04-05.19:54:14::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.19:54:14::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.19:54:14::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.19:54:14::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.19:54:14::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:15::SCWMssOS::Doing hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-05.19:54:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:15::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:15::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:15::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:15::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:15::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.19:54:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:15::SCWPlatform::update - Opened existing hwdb system_wrapper_5 -TRACE::2022-04-05.19:54:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:15::SCWMssOS::Doing hw sync for the mss in domain: standalone_domain -TRACE::2022-04-05.19:54:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:15::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_4 -TRACE::2022-04-05.19:54:15::SCWPlatform::Opened existing hwdb system_wrapper_4 -TRACE::2022-04-05.19:54:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:15::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:15::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:15::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.19:54:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:15::SCWPlatform::update - Opened existing hwdb system_wrapper_5 -TRACE::2022-04-05.19:54:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:15::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:15::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:54:15::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:54:15::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:54:15::SCWMssOS::Completed hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-05.19:54:15::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:15::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:15::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:54:15::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:54:15::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:54:15::SCWMssOS::Completed hw sync for the mss in domain: standalone_domain -TRACE::2022-04-05.19:54:15::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:15::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-05.19:54:17::SCWPlatform::Opened new HwDB with name system_wrapper_6 -TRACE::2022-04-05.19:54:17::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:17::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-05.19:54:17::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:17::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:54:17::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:17::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-05.19:54:17::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:17::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:54:17::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:17::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:17::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:17::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:17::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:17::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:17::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_6 -TRACE::2022-04-05.19:54:17::SCWPlatform::Opened existing hwdb system_wrapper_6 -TRACE::2022-04-05.19:54:17::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:17::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:17::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:17::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:17::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:17::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:17::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:17::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:17::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:17::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:17::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_6 -TRACE::2022-04-05.19:54:17::SCWPlatform::Opened existing hwdb system_wrapper_6 -TRACE::2022-04-05.19:54:17::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:17::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:17::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:17::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:17::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -LOG::2022-04-05.19:54:23::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-05.19:54:23::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-05.19:54:23::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-05.19:54:23::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-05.19:54:23::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-05.19:54:23::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-05.19:54:23::SCWDomain::Skipping the build for domain : zynq_fsbl -LOG::2022-04-05.19:54:23::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-05.19:54:23::SCWSystem::Not a boot domain -LOG::2022-04-05.19:54:23::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-05.19:54:23::SCWDomain::Generating domain artifcats -TRACE::2022-04-05.19:54:23::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-05.19:54:23::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-05.19:54:23::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-05.19:54:23::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-05.19:54:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_6 -TRACE::2022-04-05.19:54:23::SCWPlatform::Opened existing hwdb system_wrapper_6 -TRACE::2022-04-05.19:54:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:23::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:23::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:23::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:23::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-05.19:54:23::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:23::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-05.19:54:23::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-05.19:54:23::SCWDomain::Skipping the build for domain : standalone_domain -TRACE::2022-04-05.19:54:23::SCWMssOS::skipping the bsp build ... -TRACE::2022-04-05.19:54:23::SCWMssOS::Copying to export directory. -TRACE::2022-04-05.19:54:23::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-05.19:54:23::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-05.19:54:23::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-05.19:54:23::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-05.19:54:23::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-05.19:54:23::SCWPlatform::Started preparing the platform -TRACE::2022-04-05.19:54:23::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-05.19:54:23::SCWSystem::dir created -TRACE::2022-04-05.19:54:23::SCWSystem::Writing the bif -TRACE::2022-04-05.19:54:23::SCWPlatform::Started writing the spfm file -TRACE::2022-04-05.19:54:23::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-05.19:54:23::SCWPlatform::Completed generating the platform -TRACE::2022-04-05.19:54:23::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:23::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:54:23::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:54:23::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:54:23::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:23::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.19:54:23::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.19:54:23::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.19:54:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_6 -TRACE::2022-04-05.19:54:23::SCWPlatform::Opened existing hwdb system_wrapper_6 -TRACE::2022-04-05.19:54:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:23::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:23::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:23::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.19:54:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_6 -TRACE::2022-04-05.19:54:23::SCWPlatform::Opened existing hwdb system_wrapper_6 -TRACE::2022-04-05.19:54:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:23::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:23::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:23::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:23::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-05.19:54:23::SCWPlatform::updated the xpfm file. -TRACE::2022-04-05.19:54:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.19:54:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.19:54:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.19:54:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_6 -TRACE::2022-04-05.19:54:23::SCWPlatform::Opened existing hwdb system_wrapper_6 -TRACE::2022-04-05.19:54:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.19:54:23::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.19:54:23::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.19:54:23::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:14:55::SCWPlatform::Clearing the existing platform -TRACE::2022-04-05.20:14:55::SCWSystem::Clearing the existing sysconfig -TRACE::2022-04-05.20:14:55::SCWBDomain::clearing the fsbl build -TRACE::2022-04-05.20:14:55::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:55::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:14:55::SCWSystem::Clearing the domains completed. -TRACE::2022-04-05.20:14:55::SCWPlatform::Clearing the opened hw db. -TRACE::2022-04-05.20:14:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:55::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:55::SCWPlatform::Removing the HwDB with name /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:55::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:55::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:55::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-05.20:14:56::SCWPlatform::Opened new HwDB with name system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-05.20:14:56::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-05.20:14:56::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.20:14:56::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.20:14:56::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:14:56::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:14:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-05.20:14:56::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-05.20:14:56::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.20:14:56::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:14:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:14:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:14:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:14:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-05.20:14:56::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:14:56::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:14:56::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:14:56::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-05.20:14:56::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:14:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:14:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWReader::No isolation master present -TRACE::2022-04-05.20:14:56::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.20:14:56::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.20:14:56::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:14:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:14:56::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-05.20:14:56::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.20:14:56::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:14:56::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:14:56::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:14:56::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-05.20:14:56::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:14:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:14:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:14:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:14:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:14:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:14:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:14:56::SCWReader::No isolation master present -TRACE::2022-04-05.20:14:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:14:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:14:59::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.20:14:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:14:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:00::SCWMssOS::Doing hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-05.20:15:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:15:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:00::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:15:00::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:15:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:15:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:00::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:15:00::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:15:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:00::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:15:00::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:15:00::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:15:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.20:15:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:00::SCWPlatform::update - Opened existing hwdb system_wrapper_9 -TRACE::2022-04-05.20:15:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:00::SCWMssOS::Doing hw sync for the mss in domain: standalone_domain -TRACE::2022-04-05.20:15:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:15:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:00::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:15:00::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:15:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:15:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:00::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_8 -TRACE::2022-04-05.20:15:00::SCWPlatform::Opened existing hwdb system_wrapper_8 -TRACE::2022-04-05.20:15:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:00::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:00::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:15:00::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.20:15:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:00::SCWPlatform::update - Opened existing hwdb system_wrapper_9 -TRACE::2022-04-05.20:15:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:00::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:15:00::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:15:00::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:15:00::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:15:00::SCWMssOS::Completed hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-05.20:15:00::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:15:00::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:00::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:15:00::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:15:00::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:15:00::SCWMssOS::Completed hw sync for the mss in domain: standalone_domain -TRACE::2022-04-05.20:15:00::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:15:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:00::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-05.20:15:02::SCWPlatform::Opened new HwDB with name system_wrapper_10 -TRACE::2022-04-05.20:15:02::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:15:02::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-05.20:15:02::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:15:02::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:15:02::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:02::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-05.20:15:02::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:02::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:15:02::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:02::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:02::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:02::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:15:02::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:02::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:02::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_10 -TRACE::2022-04-05.20:15:02::SCWPlatform::Opened existing hwdb system_wrapper_10 -TRACE::2022-04-05.20:15:02::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:02::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:15:02::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:15:02::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:15:02::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:02::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:02::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:02::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:15:02::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:02::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:02::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_10 -TRACE::2022-04-05.20:15:02::SCWPlatform::Opened existing hwdb system_wrapper_10 -TRACE::2022-04-05.20:15:02::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:02::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:02::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:15:02::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:02::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -LOG::2022-04-05.20:15:08::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-05.20:15:08::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-05.20:15:08::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-05.20:15:08::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-05.20:15:08::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-05.20:15:08::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-05.20:15:08::SCWDomain::Skipping the build for domain : zynq_fsbl -LOG::2022-04-05.20:15:08::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-05.20:15:08::SCWSystem::Not a boot domain -LOG::2022-04-05.20:15:08::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-05.20:15:08::SCWDomain::Generating domain artifcats -TRACE::2022-04-05.20:15:08::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-05.20:15:08::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-05.20:15:08::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-05.20:15:08::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-05.20:15:08::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:15:08::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:08::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_10 -TRACE::2022-04-05.20:15:08::SCWPlatform::Opened existing hwdb system_wrapper_10 -TRACE::2022-04-05.20:15:08::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:08::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:08::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:15:08::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:08::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-05.20:15:08::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:08::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-05.20:15:08::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-05.20:15:08::SCWDomain::Skipping the build for domain : standalone_domain -TRACE::2022-04-05.20:15:08::SCWMssOS::skipping the bsp build ... -TRACE::2022-04-05.20:15:08::SCWMssOS::Copying to export directory. -TRACE::2022-04-05.20:15:08::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-05.20:15:08::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-05.20:15:08::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-05.20:15:08::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-05.20:15:08::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-05.20:15:08::SCWPlatform::Started preparing the platform -TRACE::2022-04-05.20:15:08::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-05.20:15:08::SCWSystem::dir created -TRACE::2022-04-05.20:15:08::SCWSystem::Writing the bif -TRACE::2022-04-05.20:15:08::SCWPlatform::Started writing the spfm file -TRACE::2022-04-05.20:15:08::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-05.20:15:08::SCWPlatform::Completed generating the platform -TRACE::2022-04-05.20:15:08::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:15:08::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:15:08::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:15:08::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:15:08::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:08::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:15:08::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:15:08::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:15:08::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:15:08::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:08::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_10 -TRACE::2022-04-05.20:15:08::SCWPlatform::Opened existing hwdb system_wrapper_10 -TRACE::2022-04-05.20:15:08::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:08::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:15:08::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:15:08::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:15:08::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:15:08::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:08::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_10 -TRACE::2022-04-05.20:15:08::SCWPlatform::Opened existing hwdb system_wrapper_10 -TRACE::2022-04-05.20:15:08::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:08::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:08::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:15:08::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:08::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-05.20:15:08::SCWPlatform::updated the xpfm file. -TRACE::2022-04-05.20:15:08::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:15:08::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:15:08::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:15:08::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_10 -TRACE::2022-04-05.20:15:08::SCWPlatform::Opened existing hwdb system_wrapper_10 -TRACE::2022-04-05.20:15:08::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:15:08::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:15:08::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:15:08::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:34::SCWPlatform::Clearing the existing platform -TRACE::2022-04-05.20:24:34::SCWSystem::Clearing the existing sysconfig -TRACE::2022-04-05.20:24:34::SCWBDomain::clearing the fsbl build -TRACE::2022-04-05.20:24:34::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:34::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:34::SCWSystem::Clearing the domains completed. -TRACE::2022-04-05.20:24:34::SCWPlatform::Clearing the opened hw db. -TRACE::2022-04-05.20:24:34::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:34::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:34::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:34::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:34::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:34::SCWPlatform::Removing the HwDB with name /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:34::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:34::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:34::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:34::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:34::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:34::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:34::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-05.20:24:35::SCWPlatform::Opened new HwDB with name system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-05.20:24:35::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-05.20:24:35::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.20:24:35::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.20:24:35::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:35::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:35::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-05.20:24:35::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-05.20:24:35::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.20:24:35::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:35::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:35::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:35::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:35::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-05.20:24:35::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:24:35::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:24:35::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:24:35::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-05.20:24:35::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:35::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:35::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWReader::No isolation master present -TRACE::2022-04-05.20:24:35::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.20:24:35::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.20:24:35::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:35::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:35::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-05.20:24:35::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.20:24:35::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:24:35::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:24:35::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:24:35::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-05.20:24:35::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:35::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:35::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:35::SCWReader::No isolation master present -TRACE::2022-04-05.20:24:37::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:24:37::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:24:37::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.20:24:37::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:24:37::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:38::SCWMssOS::Doing hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-05.20:24:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:38::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:38::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:38::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:38::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:38::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.20:24:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:38::SCWPlatform::update - Opened existing hwdb system_wrapper_15 -TRACE::2022-04-05.20:24:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:38::SCWMssOS::Doing hw sync for the mss in domain: standalone_domain -TRACE::2022-04-05.20:24:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:38::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_14 -TRACE::2022-04-05.20:24:38::SCWPlatform::Opened existing hwdb system_wrapper_14 -TRACE::2022-04-05.20:24:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:38::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:38::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:38::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.20:24:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:38::SCWPlatform::update - Opened existing hwdb system_wrapper_15 -TRACE::2022-04-05.20:24:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:38::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:38::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:24:38::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:24:38::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:24:38::SCWMssOS::Completed hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-05.20:24:38::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:38::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:38::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:24:38::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:24:38::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:24:38::SCWMssOS::Completed hw sync for the mss in domain: standalone_domain -TRACE::2022-04-05.20:24:38::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:38::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-05.20:24:40::SCWPlatform::Opened new HwDB with name system_wrapper_16 -TRACE::2022-04-05.20:24:40::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:40::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-05.20:24:40::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:40::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:24:40::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:40::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-05.20:24:40::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:40::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:24:40::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:40::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:40::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:40::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:40::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:40::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:40::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_16 -TRACE::2022-04-05.20:24:40::SCWPlatform::Opened existing hwdb system_wrapper_16 -TRACE::2022-04-05.20:24:40::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:40::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:40::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:40::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:40::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:40::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:40::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:40::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:40::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:40::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:40::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_16 -TRACE::2022-04-05.20:24:40::SCWPlatform::Opened existing hwdb system_wrapper_16 -TRACE::2022-04-05.20:24:40::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:40::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:40::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:40::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:40::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -LOG::2022-04-05.20:24:44::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-05.20:24:44::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-05.20:24:44::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-05.20:24:44::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-05.20:24:44::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-05.20:24:44::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-05.20:24:44::SCWDomain::Skipping the build for domain : zynq_fsbl -LOG::2022-04-05.20:24:44::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-05.20:24:44::SCWSystem::Not a boot domain -LOG::2022-04-05.20:24:44::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-05.20:24:44::SCWDomain::Generating domain artifcats -TRACE::2022-04-05.20:24:44::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-05.20:24:44::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-05.20:24:44::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-05.20:24:44::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-05.20:24:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_16 -TRACE::2022-04-05.20:24:44::SCWPlatform::Opened existing hwdb system_wrapper_16 -TRACE::2022-04-05.20:24:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:44::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:44::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:44::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:44::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-05.20:24:44::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:44::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-05.20:24:44::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-05.20:24:44::SCWDomain::Skipping the build for domain : standalone_domain -TRACE::2022-04-05.20:24:44::SCWMssOS::skipping the bsp build ... -TRACE::2022-04-05.20:24:44::SCWMssOS::Copying to export directory. -TRACE::2022-04-05.20:24:44::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-05.20:24:44::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-05.20:24:44::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-05.20:24:44::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-05.20:24:44::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-05.20:24:44::SCWPlatform::Started preparing the platform -TRACE::2022-04-05.20:24:44::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-05.20:24:44::SCWSystem::dir created -TRACE::2022-04-05.20:24:44::SCWSystem::Writing the bif -TRACE::2022-04-05.20:24:44::SCWPlatform::Started writing the spfm file -TRACE::2022-04-05.20:24:44::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-05.20:24:44::SCWPlatform::Completed generating the platform -TRACE::2022-04-05.20:24:44::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:44::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:24:44::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:24:44::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:24:44::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:44::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:24:44::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:24:44::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:24:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_16 -TRACE::2022-04-05.20:24:44::SCWPlatform::Opened existing hwdb system_wrapper_16 -TRACE::2022-04-05.20:24:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:44::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:44::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:44::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:24:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_16 -TRACE::2022-04-05.20:24:44::SCWPlatform::Opened existing hwdb system_wrapper_16 -TRACE::2022-04-05.20:24:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:44::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:44::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:44::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:44::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-05.20:24:44::SCWPlatform::updated the xpfm file. -TRACE::2022-04-05.20:24:45::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:45::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:45::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:45::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:24:45::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:24:45::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:24:45::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_16 -TRACE::2022-04-05.20:24:45::SCWPlatform::Opened existing hwdb system_wrapper_16 -TRACE::2022-04-05.20:24:45::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:24:45::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:24:45::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:24:45::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:19::SCWPlatform::Clearing the existing platform -TRACE::2022-04-05.20:32:19::SCWSystem::Clearing the existing sysconfig -TRACE::2022-04-05.20:32:19::SCWBDomain::clearing the fsbl build -TRACE::2022-04-05.20:32:19::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:19::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:19::SCWSystem::Clearing the domains completed. -TRACE::2022-04-05.20:32:19::SCWPlatform::Clearing the opened hw db. -TRACE::2022-04-05.20:32:19::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:19::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:19::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:19::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:19::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:19::SCWPlatform::Removing the HwDB with name /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:19::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:19::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:19::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:19::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:19::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:19::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:19::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-05.20:32:20::SCWPlatform::Opened new HwDB with name system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-05.20:32:20::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-05.20:32:20::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.20:32:20::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.20:32:20::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:20::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:20::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:20::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:20::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:20::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:20::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-05.20:32:20::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-05.20:32:20::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.20:32:20::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:20::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:20::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:20::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:20::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:20::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:20::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-05.20:32:20::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:32:20::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:32:20::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:32:20::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-05.20:32:20::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:20::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:20::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:20::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWReader::No isolation master present -TRACE::2022-04-05.20:32:20::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.20:32:20::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.20:32:20::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:20::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:20::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:20::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:20::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:20::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-05.20:32:20::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.20:32:20::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:32:20::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:32:20::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:32:20::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-05.20:32:20::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:20::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:20::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:20::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:20::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:20::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:20::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:20::SCWReader::No isolation master present -TRACE::2022-04-05.20:32:22::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:32:22::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:32:22::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.20:32:22::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:32:22::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:24::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:24::SCWMssOS::Doing hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-05.20:32:24::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:24::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:24::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:24::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:24::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:24::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:24::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:24::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:24::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:24::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:24::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:24::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:24::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:24::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.20:32:24::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:24::SCWPlatform::update - Opened existing hwdb system_wrapper_19 -TRACE::2022-04-05.20:32:24::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:24::SCWMssOS::Doing hw sync for the mss in domain: standalone_domain -TRACE::2022-04-05.20:32:24::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:24::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:24::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:24::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:24::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:24::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:24::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:24::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_18 -TRACE::2022-04-05.20:32:24::SCWPlatform::Opened existing hwdb system_wrapper_18 -TRACE::2022-04-05.20:32:24::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:24::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:24::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:24::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:24::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.20:32:24::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:24::SCWPlatform::update - Opened existing hwdb system_wrapper_19 -TRACE::2022-04-05.20:32:24::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:24::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:24::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:32:24::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:32:24::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:32:24::SCWMssOS::Completed hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-05.20:32:24::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:24::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:24::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:32:24::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:32:24::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:32:24::SCWMssOS::Completed hw sync for the mss in domain: standalone_domain -TRACE::2022-04-05.20:32:24::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:24::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:24::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:24::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:24::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-05.20:32:25::SCWPlatform::Opened new HwDB with name system_wrapper_20 -TRACE::2022-04-05.20:32:25::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:25::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-05.20:32:25::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:25::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:32:25::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:25::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-05.20:32:25::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:25::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:32:25::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:25::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:25::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:25::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:25::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:25::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:25::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_20 -TRACE::2022-04-05.20:32:25::SCWPlatform::Opened existing hwdb system_wrapper_20 -TRACE::2022-04-05.20:32:25::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:25::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:25::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:25::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:25::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:25::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:25::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:25::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:25::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:25::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:25::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_20 -TRACE::2022-04-05.20:32:25::SCWPlatform::Opened existing hwdb system_wrapper_20 -TRACE::2022-04-05.20:32:25::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:25::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:25::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:25::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:25::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -LOG::2022-04-05.20:32:34::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-05.20:32:34::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-05.20:32:34::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-05.20:32:34::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-05.20:32:34::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-05.20:32:34::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-05.20:32:34::SCWDomain::Skipping the build for domain : zynq_fsbl -LOG::2022-04-05.20:32:34::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-05.20:32:34::SCWSystem::Not a boot domain -LOG::2022-04-05.20:32:34::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-05.20:32:34::SCWDomain::Generating domain artifcats -TRACE::2022-04-05.20:32:34::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-05.20:32:34::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-05.20:32:34::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-05.20:32:34::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-05.20:32:34::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:34::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:34::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_20 -TRACE::2022-04-05.20:32:34::SCWPlatform::Opened existing hwdb system_wrapper_20 -TRACE::2022-04-05.20:32:34::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:34::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:34::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:34::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:34::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-05.20:32:34::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:34::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-05.20:32:34::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-05.20:32:34::SCWDomain::Skipping the build for domain : standalone_domain -TRACE::2022-04-05.20:32:34::SCWMssOS::skipping the bsp build ... -TRACE::2022-04-05.20:32:34::SCWMssOS::Copying to export directory. -TRACE::2022-04-05.20:32:34::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-05.20:32:34::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-05.20:32:34::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-05.20:32:34::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-05.20:32:34::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-05.20:32:34::SCWPlatform::Started preparing the platform -TRACE::2022-04-05.20:32:34::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-05.20:32:34::SCWSystem::dir created -TRACE::2022-04-05.20:32:34::SCWSystem::Writing the bif -TRACE::2022-04-05.20:32:34::SCWPlatform::Started writing the spfm file -TRACE::2022-04-05.20:32:34::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-05.20:32:34::SCWPlatform::Completed generating the platform -TRACE::2022-04-05.20:32:34::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:34::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:32:34::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:32:34::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:32:34::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:34::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:32:34::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:32:34::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:32:34::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:34::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:34::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_20 -TRACE::2022-04-05.20:32:34::SCWPlatform::Opened existing hwdb system_wrapper_20 -TRACE::2022-04-05.20:32:34::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:34::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:34::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:34::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:32:34::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:34::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:34::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_20 -TRACE::2022-04-05.20:32:34::SCWPlatform::Opened existing hwdb system_wrapper_20 -TRACE::2022-04-05.20:32:34::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:34::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:34::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:34::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:34::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-05.20:32:34::SCWPlatform::updated the xpfm file. -TRACE::2022-04-05.20:32:34::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:32:34::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:32:34::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:32:34::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_20 -TRACE::2022-04-05.20:32:34::SCWPlatform::Opened existing hwdb system_wrapper_20 -TRACE::2022-04-05.20:32:34::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:32:34::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:32:34::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:32:34::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:27::SCWPlatform::Clearing the existing platform -TRACE::2022-04-05.20:40:27::SCWSystem::Clearing the existing sysconfig -TRACE::2022-04-05.20:40:27::SCWBDomain::clearing the fsbl build -TRACE::2022-04-05.20:40:27::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:27::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:27::SCWSystem::Clearing the domains completed. -TRACE::2022-04-05.20:40:27::SCWPlatform::Clearing the opened hw db. -TRACE::2022-04-05.20:40:27::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:27::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:27::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:27::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:27::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:27::SCWPlatform::Removing the HwDB with name /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:27::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:27::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:27::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:27::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:27::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:27::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:27::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-05.20:40:28::SCWPlatform::Opened new HwDB with name system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-05.20:40:28::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-05.20:40:28::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.20:40:28::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.20:40:28::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:28::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-05.20:40:28::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-05.20:40:28::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.20:40:28::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-05.20:40:28::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:40:28::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:40:28::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:40:28::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-05.20:40:28::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWReader::No isolation master present -TRACE::2022-04-05.20:40:28::SCWDomain::checking for install qemu data : -TRACE::2022-04-05.20:40:28::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-05.20:40:28::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:28::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-05.20:40:28::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-05.20:40:28::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:40:28::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:40:28::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:40:28::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-05.20:40:28::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:28::SCWReader::No isolation master present -TRACE::2022-04-05.20:40:31::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:40:31::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:40:31::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.20:40:31::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:40:31::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:32::SCWMssOS::Doing hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-05.20:40:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:32::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:32::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:32::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:32::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:32::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.20:40:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:32::SCWPlatform::update - Opened existing hwdb system_wrapper_23 -TRACE::2022-04-05.20:40:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:32::SCWMssOS::Doing hw sync for the mss in domain: standalone_domain -TRACE::2022-04-05.20:40:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:32::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_22 -TRACE::2022-04-05.20:40:32::SCWPlatform::Opened existing hwdb system_wrapper_22 -TRACE::2022-04-05.20:40:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:32::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:32::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:32::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-05.20:40:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:32::SCWPlatform::update - Opened existing hwdb system_wrapper_23 -TRACE::2022-04-05.20:40:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:32::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:32::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:40:32::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:40:32::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:40:32::SCWMssOS::Completed hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-05.20:40:32::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:32::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:32::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:40:32::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:40:32::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:40:32::SCWMssOS::Completed hw sync for the mss in domain: standalone_domain -TRACE::2022-04-05.20:40:32::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:32::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-05.20:40:33::SCWPlatform::Opened new HwDB with name system_wrapper_24 -TRACE::2022-04-05.20:40:33::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:33::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-05.20:40:33::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:33::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:40:33::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:33::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-05.20:40:33::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:33::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:40:33::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:33::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:33::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:33::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:33::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:33::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:33::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_24 -TRACE::2022-04-05.20:40:33::SCWPlatform::Opened existing hwdb system_wrapper_24 -TRACE::2022-04-05.20:40:33::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:33::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:33::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:33::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:33::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:33::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:33::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:33::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:33::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:33::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:33::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_24 -TRACE::2022-04-05.20:40:33::SCWPlatform::Opened existing hwdb system_wrapper_24 -TRACE::2022-04-05.20:40:33::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:33::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:33::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:33::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:33::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -LOG::2022-04-05.20:40:40::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-05.20:40:40::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-05.20:40:40::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-05.20:40:40::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-05.20:40:40::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-05.20:40:40::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-05.20:40:40::SCWDomain::Skipping the build for domain : zynq_fsbl -LOG::2022-04-05.20:40:40::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-05.20:40:40::SCWSystem::Not a boot domain -LOG::2022-04-05.20:40:40::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-05.20:40:40::SCWDomain::Generating domain artifcats -TRACE::2022-04-05.20:40:40::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-05.20:40:40::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-05.20:40:40::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-05.20:40:40::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-05.20:40:40::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:40::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:40::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_24 -TRACE::2022-04-05.20:40:40::SCWPlatform::Opened existing hwdb system_wrapper_24 -TRACE::2022-04-05.20:40:40::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:40::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:40::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:40::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:40::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-05.20:40:40::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:40::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-05.20:40:40::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-05.20:40:40::SCWDomain::Skipping the build for domain : standalone_domain -TRACE::2022-04-05.20:40:40::SCWMssOS::skipping the bsp build ... -TRACE::2022-04-05.20:40:40::SCWMssOS::Copying to export directory. -TRACE::2022-04-05.20:40:40::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-05.20:40:40::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-05.20:40:40::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-05.20:40:40::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-05.20:40:40::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-05.20:40:40::SCWPlatform::Started preparing the platform -TRACE::2022-04-05.20:40:40::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-05.20:40:40::SCWSystem::dir created -TRACE::2022-04-05.20:40:40::SCWSystem::Writing the bif -TRACE::2022-04-05.20:40:40::SCWPlatform::Started writing the spfm file -TRACE::2022-04-05.20:40:40::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-05.20:40:40::SCWPlatform::Completed generating the platform -TRACE::2022-04-05.20:40:40::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:40::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:40:40::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:40:40::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:40:40::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:40::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-05.20:40:40::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-05.20:40:40::SCWMssOS::Commit changes completed. -TRACE::2022-04-05.20:40:40::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:40::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:40::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_24 -TRACE::2022-04-05.20:40:40::SCWPlatform::Opened existing hwdb system_wrapper_24 -TRACE::2022-04-05.20:40:40::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:40::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:40::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:40::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-05.20:40:40::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:40::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:40::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_24 -TRACE::2022-04-05.20:40:40::SCWPlatform::Opened existing hwdb system_wrapper_24 -TRACE::2022-04-05.20:40:40::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:40::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:40::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:40::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:40::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-05.20:40:40::SCWPlatform::updated the xpfm file. -TRACE::2022-04-05.20:40:40::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-05.20:40:40::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-05.20:40:40::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-05.20:40:40::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_24 -TRACE::2022-04-05.20:40:40::SCWPlatform::Opened existing hwdb system_wrapper_24 -TRACE::2022-04-05.20:40:40::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-05.20:40:40::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-05.20:40:40::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-05.20:40:40::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:14::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:14::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:14::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:14::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:14::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:14::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:14::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-18.16:13:15::SCWPlatform::Opened new HwDB with name system_wrapper -TRACE::2022-04-18.16:13:15::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-18.16:13:15::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-18.16:13:15::SCWDomain::checking for install qemu data : -TRACE::2022-04-18.16:13:15::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-18.16:13:15::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:15::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:15::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-18.16:13:15::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-18.16:13:15::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-18.16:13:15::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:15::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.16:13:15::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:15::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.16:13:15::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-18.16:13:15::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.16:13:15::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.16:13:15::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.16:13:15::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-18.16:13:15::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:15::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.16:13:15::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWReader::No isolation master present -TRACE::2022-04-18.16:13:15::SCWDomain::checking for install qemu data : -TRACE::2022-04-18.16:13:15::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-18.16:13:15::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:15::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.16:13:15::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-18.16:13:15::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-18.16:13:15::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.16:13:15::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.16:13:15::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.16:13:15::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-18.16:13:15::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:15::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.16:13:15::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:15::SCWReader::No isolation master present -TRACE::2022-04-18.16:13:15::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-18.16:13:15::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-18.16:13:15::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-18.16:13:15::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.16:13:15::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.16:13:15::SCWMssOS::cleaning the bsp -TRACE::2022-04-18.16:13:15::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-18.16:13:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.16:13:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.16:13:16::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.16:13:16::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.16:13:16::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.16:13:16::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.16:13:16::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.16:13:16::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.16:13:16::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.16:13:16::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.16:13:16::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.16:13:16::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.16:13:16::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -LOG::2022-04-18.16:13:27::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-18.16:13:27::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-18.16:13:27::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-18.16:13:27::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-18.16:13:27::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-18.16:13:27::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.16:13:27::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-04-18.16:13:27::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:27::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:27::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:27::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:27::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:27::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:27::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:27::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:27::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:27::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:27::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.16:13:27::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:27::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-18.16:13:27::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.16:13:27::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.16:13:27::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-04-18.16:13:27::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.16:13:27::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:27::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:27::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:27::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:27::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:27::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:27::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:27::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:27::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:27::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:27::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.16:13:27::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:27::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.16:13:27::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:27::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.16:13:27::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.16:13:27::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.16:13:27::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.16:13:27::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.16:13:27::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.16:13:27::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.16:13:27::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:27::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:27::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:27::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.16:13:27::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.16:13:27::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.16:13:27::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.16:13:27::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.16:13:27::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.16:13:27::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.16:13:27::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.16:13:27::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-04-18.16:13:27::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:27::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:27::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:27::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:27::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:27::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:27::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:27::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:27::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:27::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:27::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.16:13:27::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:27::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.16:13:27::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:27::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.16:13:27::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.16:13:27::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.16:13:27::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.16:13:27::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.16:13:27::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.16:13:27::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.16:13:27::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:27::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:27::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:27::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.16:13:27::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.16:13:27::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.16:13:27::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.16:13:27::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.16:13:27::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.16:13:27::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.16:13:27::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.16:13:27::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.16:13:27::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.16:13:27::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.16:13:27::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.16:13:27::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.16:13:27::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.16:13:27::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.16:13:27::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.16:13:27::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.16:13:27::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:27::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.16:13:27::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.16:13:27::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.16:13:27::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.16:13:27::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.16:13:27::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.16:13:27::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.16:13:27::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.16:13:27::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:27::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.16:13:27::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.16:13:27::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.16:13:27::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:28::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-04-18.16:13:28::SCWBDomain::make --no-print-directory archive - -TRACE::2022-04-18.16:13:28::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.16:13:28::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.16:13:28::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.16:13:28::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.16:13:28::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.16:13:28::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-04-18.16:13:28::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-04-18.16:13:28::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-04-18.16:13:28::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-04-18.16:13:28::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-04-18.16:13:28::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-04-18.16:13:28::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-04-18.16:13:28::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-04-18.16:13:28::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-04-18.16:13:28::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-04-18.16:13:28::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-04-18.16:13:28::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-04-18.16:13:28::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-04-18.16:13:28::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-04-18.16:13:28::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-04-18.16:13:28::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-04-18.16:13:28::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.16:13:28::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.16:13:28::SCWBDomain::Finished building libraries - -TRACE::2022-04-18.16:13:28::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.16:13:28::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.16:13:28::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.16:13:28::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.16:13:28::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.16:13:28::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.16:13:28::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.16:13:28::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.16:13:28::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.16:13:28::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.16:13:28::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.16:13:29::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-04-18.16:13:29::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.16:13:29::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.16:13:29::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.16:13:29::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-04-18.16:13:29::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.16:13:29::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-04-18.16:13:29::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.16:13:29::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.16:13:29::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.16:13:29::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-04-18.16:13:29::SCWBDomain::exa9_0/include -I. - -TRACE::2022-04-18.16:13:29::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-04-18.16:13:29::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.16:13:29::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-04-18.16:13:29::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-04-18.16:13:29::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-04-18.16:13:29::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.16:13:29::SCWBDomain::rtexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-04-18.16:13:29::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-18.16:13:29::SCWSystem::Not a boot domain -LOG::2022-04-18.16:13:29::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-18.16:13:29::SCWDomain::Generating domain artifcats -TRACE::2022-04-18.16:13:29::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-18.16:13:29::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-18.16:13:29::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-18.16:13:29::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-18.16:13:29::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:29::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:29::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:29::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:29::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:29::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:29::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:29::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:29::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:29::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:29::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.16:13:29::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:29::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-18.16:13:29::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:29::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.16:13:29::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-18.16:13:29::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-04-18.16:13:29::SCWMssOS::doing bsp build ... -TRACE::2022-04-18.16:13:29::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-04-18.16:13:29::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:29::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:29::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:29::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:29::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:29::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:29::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.16:13:29::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:29::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.16:13:29::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:29::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.16:13:29::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.16:13:29::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.16:13:29::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.16:13:29::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.16:13:29::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.16:13:29::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.16:13:29::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:29::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:29::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:29::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.16:13:29::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.16:13:29::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.16:13:29::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.16:13:29::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.16:13:29::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.16:13:29::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-04-18.16:13:29::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:29::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:29::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:29::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:29::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:29::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:29::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.16:13:29::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:29::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.16:13:29::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:29::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.16:13:29::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.16:13:29::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.16:13:29::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.16:13:29::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.16:13:29::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.16:13:29::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.16:13:29::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:29::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.16:13:29::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.16:13:29::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.16:13:29::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.16:13:29::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.16:13:29::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.16:13:29::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.16:13:29::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.16:13:29::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.16:13:29::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.16:13:29::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.16:13:29::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.16:13:29::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.16:13:29::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.16:13:29::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.16:13:29::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.16:13:29::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.16:13:29::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.16:13:29::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.16:13:29::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.16:13:29::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.16:13:29::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.16:13:29::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.16:13:29::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.16:13:29::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.16:13:29::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.16:13:29::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:29::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.16:13:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.16:13:29::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.16:13:29::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.16:13:31::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-04-18.16:13:31::SCWMssOS::make --no-print-directory archive - -TRACE::2022-04-18.16:13:31::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.16:13:31::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.16:13:31::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.16:13:31::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.16:13:31::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.16:13:31::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-04-18.16:13:31::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-04-18.16:13:31::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-04-18.16:13:31::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-04-18.16:13:31::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-04-18.16:13:31::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-04-18.16:13:31::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-04-18.16:13:31::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-04-18.16:13:31::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-04-18.16:13:31::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-04-18.16:13:31::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.16:13:31::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.16:13:31::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-04-18.16:13:31::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-04-18.16:13:31::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.16:13:31::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-04-18.16:13:31::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.16:13:31::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.16:13:31::SCWMssOS::Finished building libraries - -TRACE::2022-04-18.16:13:31::SCWMssOS::Copying to export directory. -TRACE::2022-04-18.16:13:31::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-18.16:13:31::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-18.16:13:31::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-18.16:13:31::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-18.16:13:31::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-18.16:13:31::SCWPlatform::Started preparing the platform -TRACE::2022-04-18.16:13:31::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-18.16:13:31::SCWSystem::dir created -TRACE::2022-04-18.16:13:31::SCWSystem::Writing the bif -TRACE::2022-04-18.16:13:31::SCWPlatform::Started writing the spfm file -TRACE::2022-04-18.16:13:31::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-18.16:13:31::SCWPlatform::Completed generating the platform -TRACE::2022-04-18.16:13:31::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:31::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.16:13:31::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.16:13:31::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.16:13:31::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:31::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.16:13:31::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.16:13:31::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.16:13:31::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:31::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:31::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:31::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:31::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:31::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:31::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:31::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:31::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:31::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:31::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.16:13:31::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.16:13:31::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:31::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:31::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:31::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:31::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:31::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:31::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:31::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:31::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:31::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:31::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.16:13:31::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:31::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-18.16:13:31::SCWPlatform::updated the xpfm file. -TRACE::2022-04-18.16:13:31::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:31::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:31::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:31::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.16:13:31::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.16:13:31::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.16:13:31::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.16:13:31::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.16:13:31::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.16:13:31::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.16:13:31::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.16:13:31::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:21::SCWPlatform::Clearing the existing platform -TRACE::2022-04-18.17:14:21::SCWSystem::Clearing the existing sysconfig -TRACE::2022-04-18.17:14:21::SCWBDomain::clearing the fsbl build -TRACE::2022-04-18.17:14:21::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:21::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:21::SCWSystem::Clearing the domains completed. -TRACE::2022-04-18.17:14:21::SCWPlatform::Clearing the opened hw db. -TRACE::2022-04-18.17:14:21::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:21::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:21::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:21::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:21::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:21::SCWPlatform::Removing the HwDB with name /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:21::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:21::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:21::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:21::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:21::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:21::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:21::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-18.17:14:22::SCWPlatform::Opened new HwDB with name system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-18.17:14:22::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-18.17:14:22::SCWDomain::checking for install qemu data : -TRACE::2022-04-18.17:14:22::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-18.17:14:22::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:22::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:22::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:22::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:22::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:22::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:22::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-18.17:14:22::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-18.17:14:22::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-18.17:14:22::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:22::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:22::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:22::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:22::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:22::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:22::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-18.17:14:22::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.17:14:22::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.17:14:22::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.17:14:22::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-18.17:14:22::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:22::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:22::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:22::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWReader::No isolation master present -TRACE::2022-04-18.17:14:22::SCWDomain::checking for install qemu data : -TRACE::2022-04-18.17:14:22::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-18.17:14:22::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:22::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:22::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:22::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:22::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:22::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-18.17:14:22::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-18.17:14:22::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.17:14:22::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.17:14:22::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.17:14:22::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-18.17:14:22::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:22::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:22::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:22::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:22::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:22::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:22::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:22::SCWReader::No isolation master present -TRACE::2022-04-18.17:14:26::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.17:14:26::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.17:14:26::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-18.17:14:26::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.17:14:26::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:27::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:27::SCWMssOS::Doing hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-18.17:14:27::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:27::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:27::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:27::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:27::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:27::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:27::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:27::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:27::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:27::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:27::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:27::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:27::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:27::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-18.17:14:27::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:27::SCWPlatform::update - Opened existing hwdb system_wrapper_2 -TRACE::2022-04-18.17:14:27::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:27::SCWMssOS::Doing hw sync for the mss in domain: standalone_domain -TRACE::2022-04-18.17:14:27::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:27::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:27::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:27::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:27::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:27::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:27::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:27::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.17:14:27::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.17:14:27::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:27::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:27::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:27::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:27::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-18.17:14:27::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:27::SCWPlatform::update - Opened existing hwdb system_wrapper_2 -TRACE::2022-04-18.17:14:27::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:27::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:27::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.17:14:27::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.17:14:27::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.17:14:27::SCWMssOS::Completed hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-18.17:14:27::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:27::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:27::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.17:14:27::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.17:14:27::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.17:14:27::SCWMssOS::Completed hw sync for the mss in domain: standalone_domain -TRACE::2022-04-18.17:14:27::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:27::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:27::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:27::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:27::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-18.17:14:28::SCWPlatform::Opened new HwDB with name system_wrapper_3 -TRACE::2022-04-18.17:14:28::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:28::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-18.17:14:28::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:28::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.17:14:28::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:28::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-18.17:14:28::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:28::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.17:14:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.17:14:28::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.17:14:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.17:14:28::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.17:14:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:28::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -TRACE::2022-04-18.17:14:47::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-18.17:14:47::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-18.17:14:47::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-18.17:14:47::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-18.17:14:47::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.17:14:47::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.17:14:48::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.17:14:48::SCWMssOS::cleaning the bsp -TRACE::2022-04-18.17:14:48::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-18.17:14:48::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.17:14:48::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.17:14:48::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.17:14:48::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.17:14:48::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.17:14:48::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.17:14:48::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.17:14:48::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.17:14:48::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.17:14:48::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.17:14:48::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.17:14:48::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.17:14:48::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -LOG::2022-04-18.17:14:55::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-18.17:14:55::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-18.17:14:55::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-18.17:14:55::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-18.17:14:55::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-18.17:14:55::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.17:14:55::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-04-18.17:14:55::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:55::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:55::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.17:14:55::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.17:14:55::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:55::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:55::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:55::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:55::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-18.17:14:55::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.17:14:55::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.17:14:55::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-04-18.17:14:55::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.17:14:55::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:55::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:55::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:55::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:55::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:55::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:55::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:55::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:55::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:55::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:55::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:14:55::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:55::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.17:14:55::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:55::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.17:14:55::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.17:14:55::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.17:14:55::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.17:14:55::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:14:55::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:14:55::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:14:55::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:55::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:55::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:55::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.17:14:55::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.17:14:55::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:14:55::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:14:55::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:14:55::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:14:55::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.17:14:55::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.17:14:55::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.17:14:55::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:55::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-04-18.17:14:56::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:56::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:56::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:56::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:56::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:56::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:56::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:56::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:56::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:56::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:56::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:14:56::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:56::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.17:14:56::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:56::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.17:14:56::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.17:14:56::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.17:14:56::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.17:14:56::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:14:56::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:14:56::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:14:56::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:56::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:56::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:56::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.17:14:56::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.17:14:56::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:14:56::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:14:56::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:14:56::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:14:56::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:14:56::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:14:56::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:14:56::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:14:56::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:14:56::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:14:56::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.17:14:56::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.17:14:56::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:14:56::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:14:56::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:14:56::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:56::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.17:14:56::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.17:14:56::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.17:14:56::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.17:14:56::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:14:56::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:14:56::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.17:14:56::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.17:14:56::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:56::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.17:14:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.17:14:56::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.17:14:56::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:57::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-04-18.17:14:57::SCWBDomain::make --no-print-directory archive - -TRACE::2022-04-18.17:14:57::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.17:14:57::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.17:14:57::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.17:14:57::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.17:14:57::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.17:14:57::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-04-18.17:14:57::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-04-18.17:14:57::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-04-18.17:14:57::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-04-18.17:14:57::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-04-18.17:14:57::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-04-18.17:14:57::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-04-18.17:14:57::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-04-18.17:14:57::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-04-18.17:14:57::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-04-18.17:14:57::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-04-18.17:14:57::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-04-18.17:14:57::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-04-18.17:14:57::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-04-18.17:14:57::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-04-18.17:14:57::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-04-18.17:14:57::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.17:14:57::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.17:14:57::SCWBDomain::Finished building libraries - -TRACE::2022-04-18.17:14:57::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.17:14:57::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.17:14:57::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.17:14:57::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.17:14:57::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.17:14:57::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.17:14:57::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.17:14:57::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.17:14:57::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.17:14:57::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.17:14:57::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.17:14:57::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-04-18.17:14:57::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.17:14:57::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.17:14:57::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.17:14:57::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-04-18.17:14:57::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.17:14:57::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-04-18.17:14:57::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.17:14:57::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.17:14:57::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.17:14:58::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-04-18.17:14:58::SCWBDomain::exa9_0/include -I. - -TRACE::2022-04-18.17:14:58::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-04-18.17:14:58::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.17:14:58::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-04-18.17:14:58::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-04-18.17:14:58::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-04-18.17:14:58::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.17:14:58::SCWBDomain::rtexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-04-18.17:14:58::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-18.17:14:58::SCWSystem::Not a boot domain -LOG::2022-04-18.17:14:58::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-18.17:14:58::SCWDomain::Generating domain artifcats -TRACE::2022-04-18.17:14:58::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-18.17:14:58::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-18.17:14:58::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-18.17:14:58::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-18.17:14:58::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:58::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:58::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:58::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:58::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:58::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:58::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.17:14:58::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.17:14:58::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:58::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:58::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:58::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:58::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-18.17:14:58::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:58::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.17:14:58::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-18.17:14:58::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-04-18.17:14:58::SCWMssOS::doing bsp build ... -TRACE::2022-04-18.17:14:58::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-04-18.17:14:58::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:58::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:58::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:58::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:58::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:58::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:58::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:14:58::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:58::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.17:14:58::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:58::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.17:14:58::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.17:14:58::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.17:14:58::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.17:14:58::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:14:58::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:14:58::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:14:58::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:58::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:58::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:58::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.17:14:58::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.17:14:58::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:14:58::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:14:58::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.17:14:58::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.17:14:58::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-04-18.17:14:58::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:58::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:58::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:58::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:58::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:58::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:58::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:14:58::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:58::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.17:14:58::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:58::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.17:14:58::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.17:14:58::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.17:14:58::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.17:14:58::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:14:58::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:14:58::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:14:58::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:58::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:14:58::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:14:58::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.17:14:58::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.17:14:58::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:14:58::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:14:58::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:14:58::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:14:58::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:14:58::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:14:58::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:14:58::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:14:58::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.17:14:58::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.17:14:58::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:14:58::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:14:58::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:14:58::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:14:58::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.17:14:58::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.17:14:58::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.17:14:58::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.17:14:58::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:14:58::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:14:58::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.17:14:58::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.17:14:58::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:58::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.17:14:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.17:14:58::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.17:14:58::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:14:59::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-04-18.17:14:59::SCWMssOS::make --no-print-directory archive - -TRACE::2022-04-18.17:14:59::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.17:14:59::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.17:14:59::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.17:14:59::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.17:14:59::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.17:14:59::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-04-18.17:14:59::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-04-18.17:14:59::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-04-18.17:14:59::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-04-18.17:14:59::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-04-18.17:14:59::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-04-18.17:14:59::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-04-18.17:14:59::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-04-18.17:14:59::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-04-18.17:14:59::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-04-18.17:14:59::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.17:14:59::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.17:14:59::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-04-18.17:14:59::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-04-18.17:14:59::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.17:14:59::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-04-18.17:14:59::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.17:14:59::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.17:14:59::SCWMssOS::Finished building libraries - -TRACE::2022-04-18.17:14:59::SCWMssOS::Copying to export directory. -TRACE::2022-04-18.17:14:59::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-18.17:14:59::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-18.17:14:59::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-18.17:14:59::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-18.17:14:59::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-18.17:14:59::SCWPlatform::Started preparing the platform -TRACE::2022-04-18.17:14:59::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-18.17:14:59::SCWSystem::dir created -TRACE::2022-04-18.17:14:59::SCWSystem::Writing the bif -TRACE::2022-04-18.17:14:59::SCWPlatform::Started writing the spfm file -TRACE::2022-04-18.17:14:59::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-18.17:14:59::SCWPlatform::Completed generating the platform -TRACE::2022-04-18.17:14:59::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:59::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.17:14:59::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.17:14:59::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.17:14:59::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:59::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.17:14:59::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.17:14:59::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.17:14:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.17:14:59::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.17:14:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:59::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:59::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:59::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:14:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.17:14:59::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.17:14:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:59::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:59::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:59::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:59::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-18.17:14:59::SCWPlatform::updated the xpfm file. -TRACE::2022-04-18.17:14:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:14:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:14:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:14:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.17:14:59::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.17:14:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:14:59::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:14:59::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:14:59::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:15:10::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-18.17:15:10::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-18.17:15:10::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-18.17:15:10::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.17:15:10::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.17:15:10::SCWMssOS::cleaning the bsp -TRACE::2022-04-18.17:15:10::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-18.17:15:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.17:15:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.17:15:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.17:15:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.17:15:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.17:15:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.17:15:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.17:15:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.17:15:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.17:15:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.17:15:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.17:15:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.17:15:10::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -LOG::2022-04-18.17:15:15::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-18.17:15:15::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-18.17:15:15::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-18.17:15:15::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-18.17:15:15::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-18.17:15:15::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.17:15:15::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-04-18.17:15:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:15:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:15:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.17:15:15::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.17:15:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:15:15::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:15:15::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:15:15::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:15:15::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-18.17:15:15::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.17:15:15::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.17:15:15::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-04-18.17:15:15::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.17:15:15::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:15::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:15::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:15::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:15::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:15::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:15::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:15::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:15::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:15::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:15::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:15:15::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:15::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.17:15:15::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:15::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.17:15:15::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.17:15:15::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.17:15:15::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.17:15:15::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:15:15::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:15:15::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:15:15::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:15::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:15::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:15::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:15::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.17:15:15::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.17:15:15::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.17:15:15::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:15:16::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:15:16::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:15:16::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:15:16::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.17:15:16::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.17:15:16::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-04-18.17:15:16::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:16::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:16::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:16::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:16::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:16::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:16::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:16::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:16::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:16::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:16::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:15:16::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:16::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.17:15:16::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:16::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.17:15:16::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.17:15:16::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.17:15:16::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.17:15:16::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:15:16::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:15:16::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:15:16::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:16::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:16::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:16::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.17:15:16::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.17:15:16::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:15:16::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:15:16::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:15:16::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:15:16::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:15:16::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:15:16::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:15:16::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:15:16::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:15:16::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:15:16::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.17:15:16::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.17:15:16::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:15:16::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:15:16::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:15:16::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:16::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.17:15:16::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.17:15:16::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.17:15:16::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.17:15:16::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:15:16::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:15:16::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.17:15:16::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.17:15:16::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:16::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.17:15:16::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.17:15:16::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.17:15:16::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:17::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-04-18.17:15:17::SCWBDomain::make --no-print-directory archive - -TRACE::2022-04-18.17:15:17::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.17:15:17::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.17:15:17::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.17:15:17::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.17:15:17::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.17:15:17::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-04-18.17:15:17::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-04-18.17:15:17::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-04-18.17:15:17::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-04-18.17:15:17::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-04-18.17:15:17::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-04-18.17:15:17::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-04-18.17:15:17::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-04-18.17:15:17::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-04-18.17:15:17::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-04-18.17:15:17::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-04-18.17:15:17::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-04-18.17:15:17::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-04-18.17:15:17::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-04-18.17:15:17::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-04-18.17:15:17::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-04-18.17:15:17::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.17:15:17::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.17:15:17::SCWBDomain::Finished building libraries - -TRACE::2022-04-18.17:15:17::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.17:15:17::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.17:15:17::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.17:15:17::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.17:15:17::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.17:15:17::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.17:15:17::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.17:15:17::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.17:15:17::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.17:15:17::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.17:15:17::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.17:15:17::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-04-18.17:15:17::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.17:15:17::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.17:15:17::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.17:15:17::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-04-18.17:15:17::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.17:15:17::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-04-18.17:15:17::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.17:15:18::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.17:15:18::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.17:15:18::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-04-18.17:15:18::SCWBDomain::exa9_0/include -I. - -TRACE::2022-04-18.17:15:18::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-04-18.17:15:18::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.17:15:18::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-04-18.17:15:18::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-04-18.17:15:18::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-04-18.17:15:18::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.17:15:18::SCWBDomain::rtexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-04-18.17:15:18::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-18.17:15:18::SCWSystem::Not a boot domain -LOG::2022-04-18.17:15:18::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-18.17:15:18::SCWDomain::Generating domain artifcats -TRACE::2022-04-18.17:15:18::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-18.17:15:18::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-18.17:15:18::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-18.17:15:18::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-18.17:15:18::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:18::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:18::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:18::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:15:18::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:18::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:15:18::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.17:15:18::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.17:15:18::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:15:18::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:15:18::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:15:18::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:15:18::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-18.17:15:18::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:15:18::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.17:15:18::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-18.17:15:18::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-04-18.17:15:18::SCWMssOS::doing bsp build ... -TRACE::2022-04-18.17:15:18::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-04-18.17:15:18::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:18::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:18::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:18::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:18::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:18::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:18::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:15:18::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:18::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.17:15:18::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:18::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.17:15:18::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.17:15:18::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.17:15:18::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.17:15:18::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:15:18::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:15:18::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:15:18::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:18::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:18::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:18::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.17:15:18::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.17:15:18::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:15:18::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:15:18::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.17:15:18::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.17:15:18::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-04-18.17:15:18::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:18::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:18::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:18::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:18::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:18::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:18::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:15:18::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:18::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.17:15:18::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:18::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.17:15:18::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.17:15:18::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.17:15:18::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.17:15:18::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:15:18::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:15:18::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:15:18::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:18::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.17:15:18::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.17:15:18::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.17:15:18::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.17:15:18::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:15:18::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:15:18::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:15:18::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:15:18::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:15:18::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:15:18::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:15:18::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:15:18::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.17:15:18::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.17:15:18::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.17:15:18::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.17:15:18::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.17:15:18::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.17:15:18::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.17:15:18::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.17:15:18::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.17:15:18::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.17:15:18::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.17:15:18::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.17:15:18::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.17:15:18::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.17:15:18::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:18::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.17:15:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.17:15:18::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.17:15:18::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.17:15:19::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-04-18.17:15:19::SCWMssOS::make --no-print-directory archive - -TRACE::2022-04-18.17:15:19::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.17:15:19::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.17:15:19::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.17:15:19::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.17:15:19::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.17:15:19::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-04-18.17:15:19::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-04-18.17:15:19::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-04-18.17:15:19::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-04-18.17:15:19::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-04-18.17:15:19::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-04-18.17:15:19::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-04-18.17:15:19::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-04-18.17:15:19::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-04-18.17:15:19::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-04-18.17:15:19::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.17:15:19::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.17:15:19::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-04-18.17:15:19::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-04-18.17:15:19::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.17:15:19::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-04-18.17:15:19::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.17:15:19::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.17:15:19::SCWMssOS::Finished building libraries - -TRACE::2022-04-18.17:15:19::SCWMssOS::Copying to export directory. -TRACE::2022-04-18.17:15:19::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-18.17:15:19::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-18.17:15:19::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-18.17:15:19::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-18.17:15:19::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-18.17:15:19::SCWPlatform::Started preparing the platform -TRACE::2022-04-18.17:15:19::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-18.17:15:19::SCWSystem::dir created -TRACE::2022-04-18.17:15:19::SCWSystem::Writing the bif -TRACE::2022-04-18.17:15:19::SCWPlatform::Started writing the spfm file -TRACE::2022-04-18.17:15:19::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-18.17:15:19::SCWPlatform::Completed generating the platform -TRACE::2022-04-18.17:15:19::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:15:19::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.17:15:19::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.17:15:19::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.17:15:19::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:15:19::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.17:15:19::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.17:15:19::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.17:15:19::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:19::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:19::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:19::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:15:19::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:19::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:15:19::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.17:15:19::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.17:15:19::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:15:19::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:15:19::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:15:19::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.17:15:19::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:19::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:19::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:19::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:15:19::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:19::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:15:19::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.17:15:19::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.17:15:19::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:15:19::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:15:19::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:15:19::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:15:19::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-18.17:15:19::SCWPlatform::updated the xpfm file. -TRACE::2022-04-18.17:15:19::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:19::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:19::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:19::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.17:15:19::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.17:15:19::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.17:15:19::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.17:15:19::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.17:15:19::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.17:15:19::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.17:15:19::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.17:15:19::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:50::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:50::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:50::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:50::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:50::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:50::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:50::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-18.20:11:51::SCWPlatform::Opened new HwDB with name system_wrapper -TRACE::2022-04-18.20:11:51::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-18.20:11:51::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-18.20:11:51::SCWDomain::checking for install qemu data : -TRACE::2022-04-18.20:11:51::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-18.20:11:51::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:51::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:51::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:51::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:51::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:51::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:51::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-18.20:11:51::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-18.20:11:51::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-18.20:11:51::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:51::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:51::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:11:51::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:51::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:51::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:11:51::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-18.20:11:51::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:11:51::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:11:51::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:11:51::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-18.20:11:51::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:51::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:51::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:11:51::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWReader::No isolation master present -TRACE::2022-04-18.20:11:51::SCWDomain::checking for install qemu data : -TRACE::2022-04-18.20:11:51::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-18.20:11:51::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:51::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:51::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:51::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:51::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:11:51::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-18.20:11:51::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-18.20:11:51::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:11:51::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:11:51::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:11:51::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-18.20:11:51::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:51::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:51::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:51::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:51::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:51::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:11:51::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:51::SCWReader::No isolation master present -TRACE::2022-04-18.20:11:54::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:11:54::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:11:54::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-18.20:11:54::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:11:54::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:55::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:55::SCWMssOS::Doing hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-18.20:11:55::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:55::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:55::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:55::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:55::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:55::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:55::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:55::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:55::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:55::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:11:55::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:55::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-18.20:11:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:55::SCWPlatform::update - Opened existing hwdb system_wrapper_0 -TRACE::2022-04-18.20:11:55::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:55::SCWMssOS::Doing hw sync for the mss in domain: standalone_domain -TRACE::2022-04-18.20:11:55::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:55::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:55::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:55::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:55::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:55::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-18.20:11:55::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-18.20:11:55::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:55::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:55::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:11:55::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:55::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-18.20:11:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:55::SCWPlatform::update - Opened existing hwdb system_wrapper_0 -TRACE::2022-04-18.20:11:55::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:55::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:55::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:11:55::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:11:55::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:11:55::SCWMssOS::Completed hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-18.20:11:55::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:55::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:55::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:11:55::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:11:55::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:11:55::SCWMssOS::Completed hw sync for the mss in domain: standalone_domain -TRACE::2022-04-18.20:11:55::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:55::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:55::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-18.20:11:56::SCWPlatform::Opened new HwDB with name system_wrapper_1 -TRACE::2022-04-18.20:11:56::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:56::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-18.20:11:56::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:56::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:11:56::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:56::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-18.20:11:56::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:56::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:11:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:11:56::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:11:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:11:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:11:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:11:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:11:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:11:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:11:56::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:11:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:11:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:11:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:11:56::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -LOG::2022-04-18.20:12:03::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-18.20:12:03::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-18.20:12:03::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-18.20:12:03::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-18.20:12:03::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-18.20:12:03::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.20:12:03::SCWDomain::Skipping the build for domain : zynq_fsbl -LOG::2022-04-18.20:12:03::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-18.20:12:03::SCWSystem::Not a boot domain -LOG::2022-04-18.20:12:03::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-18.20:12:03::SCWDomain::Generating domain artifcats -TRACE::2022-04-18.20:12:03::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-18.20:12:03::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-18.20:12:03::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-18.20:12:03::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-18.20:12:03::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:03::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:03::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:03::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:03::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:03::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:03::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:03::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:03::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:03::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:03::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:03::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:03::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-18.20:12:03::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:03::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.20:12:03::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-18.20:12:03::SCWDomain::Skipping the build for domain : standalone_domain -TRACE::2022-04-18.20:12:03::SCWMssOS::skipping the bsp build ... -TRACE::2022-04-18.20:12:03::SCWMssOS::Copying to export directory. -TRACE::2022-04-18.20:12:04::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-18.20:12:04::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-18.20:12:04::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-18.20:12:04::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-18.20:12:04::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-18.20:12:04::SCWPlatform::Started preparing the platform -TRACE::2022-04-18.20:12:04::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-18.20:12:04::SCWSystem::dir created -TRACE::2022-04-18.20:12:04::SCWSystem::Writing the bif -TRACE::2022-04-18.20:12:04::SCWPlatform::Started writing the spfm file -TRACE::2022-04-18.20:12:04::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-18.20:12:04::SCWPlatform::Completed generating the platform -TRACE::2022-04-18.20:12:04::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:04::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:12:04::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:12:04::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:12:04::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:04::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:12:04::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:12:04::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:12:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:04::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:04::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:04::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:04::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:04::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:04::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:04::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:04::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:04::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-18.20:12:04::SCWPlatform::updated the xpfm file. -TRACE::2022-04-18.20:12:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:04::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:04::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:04::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:04::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:13::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-18.20:12:13::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-18.20:12:13::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-18.20:12:13::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:12:13::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.20:12:13::SCWMssOS::cleaning the bsp -TRACE::2022-04-18.20:12:13::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-18.20:12:13::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:12:13::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:12:13::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:12:13::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:12:13::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:12:13::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:12:13::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:12:13::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:12:13::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:12:13::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:12:13::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:12:13::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:12:13::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -LOG::2022-04-18.20:12:20::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-18.20:12:20::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-18.20:12:20::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-18.20:12:20::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-18.20:12:20::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-18.20:12:20::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.20:12:20::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-04-18.20:12:20::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:20::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:20::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:20::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:20::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:20::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:20::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:20::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:20::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:20::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:20::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:20::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:20::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-18.20:12:20::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.20:12:20::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.20:12:20::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-04-18.20:12:20::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.20:12:20::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:20::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:20::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:20::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:20::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:20::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:20::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:20::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:20::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:20::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:20::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:20::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:20::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:12:20::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:20::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:12:20::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:12:20::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:12:20::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:12:20::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:20::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:20::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:20::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:20::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:20::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:20::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:12:20::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:12:20::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:20::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:20::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:20::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:20::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:12:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:12:20::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:12:20::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:20::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-04-18.20:12:21::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:21::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:21::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:21::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:21::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:21::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:21::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:21::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:21::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:21::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:21::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:21::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:21::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:12:21::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:21::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:12:21::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:12:21::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:12:21::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:12:21::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:21::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:21::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:21::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:21::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:21::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:21::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:12:21::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:12:21::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:21::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:21::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:21::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:21::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:21::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:21::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:21::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:21::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:21::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:21::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:12:21::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:12:21::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:21::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:21::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:21::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:21::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.20:12:21::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.20:12:21::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:12:21::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:12:21::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:21::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:21::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:12:21::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:12:21::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:21::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:12:21::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:12:21::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:12:21::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:22::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-04-18.20:12:22::SCWBDomain::make --no-print-directory archive - -TRACE::2022-04-18.20:12:22::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.20:12:22::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.20:12:22::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.20:12:22::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.20:12:22::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:12:22::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-04-18.20:12:22::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-04-18.20:12:22::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-04-18.20:12:22::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-04-18.20:12:22::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-04-18.20:12:22::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-04-18.20:12:22::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-04-18.20:12:22::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-04-18.20:12:22::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-04-18.20:12:22::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-04-18.20:12:22::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-04-18.20:12:22::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-04-18.20:12:22::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-04-18.20:12:22::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-04-18.20:12:22::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-04-18.20:12:22::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:12:22::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.20:12:22::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.20:12:22::SCWBDomain::Finished building libraries - -TRACE::2022-04-18.20:12:22::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.20:12:22::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:12:22::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:22::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:12:22::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:22::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:12:22::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:12:22::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:12:22::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:12:22::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:12:22::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:22::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-04-18.20:12:22::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:22::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:12:22::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:12:22::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-04-18.20:12:22::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:22::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-04-18.20:12:22::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:22::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:12:22::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:23::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-04-18.20:12:23::SCWBDomain::exa9_0/include -I. - -TRACE::2022-04-18.20:12:23::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-04-18.20:12:23::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:23::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-04-18.20:12:23::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-04-18.20:12:23::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-04-18.20:12:23::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:12:23::SCWBDomain::rtexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-04-18.20:12:23::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-18.20:12:23::SCWSystem::Not a boot domain -LOG::2022-04-18.20:12:23::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-18.20:12:23::SCWDomain::Generating domain artifcats -TRACE::2022-04-18.20:12:23::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-18.20:12:23::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-18.20:12:23::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-18.20:12:23::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-18.20:12:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:23::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:23::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:23::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:23::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:23::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-18.20:12:23::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:23::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.20:12:23::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-18.20:12:23::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-04-18.20:12:23::SCWMssOS::doing bsp build ... -TRACE::2022-04-18.20:12:23::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-04-18.20:12:23::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:23::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:23::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:23::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:23::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:23::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:23::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:23::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:23::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:12:23::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:23::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:12:23::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:12:23::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:12:23::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:12:23::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:23::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:23::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:23::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:23::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:23::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:23::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:12:23::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:12:23::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:23::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:23::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:12:23::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:12:23::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-04-18.20:12:23::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:23::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:23::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:23::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:23::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:23::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:23::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:23::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:23::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:12:23::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:23::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:12:23::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:12:23::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:12:23::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:12:23::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:23::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:23::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:23::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:23::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:23::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:23::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:12:23::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:12:23::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:23::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:23::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:23::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:23::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:23::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:23::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:23::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:23::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:12:23::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:12:23::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:23::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:23::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:23::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:23::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.20:12:23::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.20:12:23::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:12:23::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:12:23::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:23::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:23::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:12:23::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:12:23::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:23::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:12:23::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:12:23::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:12:23::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:24::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-04-18.20:12:24::SCWMssOS::make --no-print-directory archive - -TRACE::2022-04-18.20:12:24::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.20:12:24::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.20:12:24::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.20:12:24::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.20:12:24::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:12:24::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-04-18.20:12:24::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-04-18.20:12:24::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-04-18.20:12:24::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-04-18.20:12:24::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-04-18.20:12:24::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-04-18.20:12:24::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-04-18.20:12:24::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-04-18.20:12:24::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-04-18.20:12:24::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-04-18.20:12:24::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:12:24::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:12:24::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-04-18.20:12:24::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-04-18.20:12:24::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:12:24::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-04-18.20:12:24::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.20:12:24::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.20:12:24::SCWMssOS::Finished building libraries - -TRACE::2022-04-18.20:12:24::SCWMssOS::Copying to export directory. -TRACE::2022-04-18.20:12:24::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-18.20:12:24::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-18.20:12:24::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-18.20:12:24::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-18.20:12:24::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-18.20:12:24::SCWPlatform::Started preparing the platform -TRACE::2022-04-18.20:12:24::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-18.20:12:24::SCWSystem::dir created -TRACE::2022-04-18.20:12:24::SCWSystem::Writing the bif -TRACE::2022-04-18.20:12:24::SCWPlatform::Started writing the spfm file -TRACE::2022-04-18.20:12:24::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-18.20:12:24::SCWPlatform::Completed generating the platform -TRACE::2022-04-18.20:12:24::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:24::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:12:24::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:12:24::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:12:24::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:24::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:12:24::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:12:24::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:12:24::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:24::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:24::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:24::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:24::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:24::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:24::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:24::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:24::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:24::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:24::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:24::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:24::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:24::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:24::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:24::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:24::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:24::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:24::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:24::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:24::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:24::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:24::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:24::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:24::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-18.20:12:24::SCWPlatform::updated the xpfm file. -TRACE::2022-04-18.20:12:24::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:24::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:24::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:24::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:24::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:24::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:24::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:24::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:24::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:24::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:24::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:24::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:34::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-18.20:12:34::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-18.20:12:34::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-18.20:12:34::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:12:34::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.20:12:34::SCWMssOS::cleaning the bsp -TRACE::2022-04-18.20:12:34::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-18.20:12:34::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:12:34::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:12:34::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:12:34::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:12:34::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:12:34::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:12:34::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:12:34::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:12:34::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:12:34::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:12:34::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:12:34::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:12:34::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.20:12:39::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-18.20:12:39::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-18.20:12:39::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-18.20:12:39::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:12:39::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.20:12:39::SCWMssOS::cleaning the bsp -TRACE::2022-04-18.20:12:39::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-18.20:12:39::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:12:39::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:12:39::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:12:39::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:12:39::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:12:39::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:12:39::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:12:39::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:12:40::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:12:40::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:12:40::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:12:40::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:12:40::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -LOG::2022-04-18.20:12:45::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-18.20:12:45::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-18.20:12:45::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-18.20:12:45::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-18.20:12:45::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-18.20:12:45::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.20:12:45::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-04-18.20:12:45::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:45::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:45::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:45::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:45::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:45::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:45::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:45::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:45::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:45::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:45::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:45::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:45::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-18.20:12:45::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.20:12:45::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.20:12:45::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-04-18.20:12:45::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.20:12:45::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:45::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:45::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:45::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:45::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:45::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:45::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:45::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:45::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:45::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:45::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:45::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:45::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:12:45::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:45::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:12:45::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:12:45::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:12:45::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:12:45::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:45::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:45::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:45::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:45::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:45::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:45::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:12:45::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:12:45::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:45::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:45::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:45::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:45::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:12:45::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:12:45::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-04-18.20:12:45::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:45::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:45::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:45::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:45::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:45::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:45::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:45::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:45::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:45::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:45::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:45::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:45::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:12:45::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:45::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:12:45::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:12:45::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:12:45::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:12:45::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:45::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:45::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:45::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:45::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:45::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:45::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:12:45::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:12:45::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:45::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:45::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:45::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:45::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:45::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:45::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:45::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:45::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:45::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:45::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:12:45::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:12:45::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:45::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:45::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:45::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:45::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.20:12:45::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.20:12:45::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:12:45::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:12:45::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:45::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:45::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:12:45::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:12:45::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:45::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:12:45::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:12:45::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:12:45::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:46::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-04-18.20:12:46::SCWBDomain::make --no-print-directory archive - -TRACE::2022-04-18.20:12:46::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.20:12:46::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.20:12:46::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.20:12:46::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.20:12:46::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:12:46::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-04-18.20:12:46::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-04-18.20:12:46::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-04-18.20:12:46::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-04-18.20:12:46::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-04-18.20:12:46::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-04-18.20:12:46::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-04-18.20:12:46::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-04-18.20:12:46::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-04-18.20:12:46::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-04-18.20:12:46::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-04-18.20:12:46::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-04-18.20:12:46::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-04-18.20:12:46::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-04-18.20:12:46::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-04-18.20:12:46::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:12:46::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.20:12:46::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.20:12:46::SCWBDomain::Finished building libraries - -TRACE::2022-04-18.20:12:46::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.20:12:46::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:12:46::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:46::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:12:46::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:46::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:12:46::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:12:46::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:12:46::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:12:46::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:12:46::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:47::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-04-18.20:12:47::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:47::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:12:47::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:12:47::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-04-18.20:12:47::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:47::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-04-18.20:12:47::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:47::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:12:47::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:47::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-04-18.20:12:47::SCWBDomain::exa9_0/include -I. - -TRACE::2022-04-18.20:12:47::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-04-18.20:12:47::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:12:47::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-04-18.20:12:47::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-04-18.20:12:47::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-04-18.20:12:47::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:12:47::SCWBDomain::rtexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-04-18.20:12:47::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-18.20:12:47::SCWSystem::Not a boot domain -LOG::2022-04-18.20:12:47::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-18.20:12:47::SCWDomain::Generating domain artifcats -TRACE::2022-04-18.20:12:47::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-18.20:12:47::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-18.20:12:47::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-18.20:12:47::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-18.20:12:47::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:47::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:47::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:47::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:47::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:47::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:47::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:47::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:47::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:47::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:47::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:47::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:47::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-18.20:12:47::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:47::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.20:12:47::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-18.20:12:47::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-04-18.20:12:47::SCWMssOS::doing bsp build ... -TRACE::2022-04-18.20:12:47::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-04-18.20:12:47::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:47::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:47::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:47::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:47::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:47::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:47::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:47::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:47::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:12:47::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:47::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:12:47::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:12:47::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:12:47::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:12:47::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:47::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:47::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:47::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:47::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:47::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:47::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:12:47::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:12:47::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:47::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:47::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:12:47::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:12:47::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-04-18.20:12:47::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:47::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:47::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:47::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:47::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:47::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:47::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:47::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:47::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:12:47::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:47::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:12:47::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:12:47::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:12:47::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:12:47::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:47::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:47::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:47::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:47::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:12:47::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:12:47::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:47::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:47::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:12:47::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:12:47::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:47::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:47::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:47::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:47::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:12:47::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:12:47::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:47::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:47::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:12:47::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:12:47::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:12:47::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:12:47::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.20:12:47::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.20:12:47::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:12:47::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:12:47::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:12:47::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:12:47::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:12:47::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:12:47::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:47::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:12:47::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:12:47::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:12:47::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:12:48::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-04-18.20:12:48::SCWMssOS::make --no-print-directory archive - -TRACE::2022-04-18.20:12:48::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.20:12:48::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.20:12:48::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.20:12:48::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.20:12:48::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:12:48::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-04-18.20:12:48::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-04-18.20:12:48::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-04-18.20:12:48::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-04-18.20:12:48::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-04-18.20:12:48::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-04-18.20:12:48::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-04-18.20:12:48::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-04-18.20:12:48::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-04-18.20:12:48::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-04-18.20:12:48::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:12:48::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:12:48::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-04-18.20:12:48::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-04-18.20:12:48::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:12:48::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-04-18.20:12:48::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.20:12:48::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.20:12:48::SCWMssOS::Finished building libraries - -TRACE::2022-04-18.20:12:48::SCWMssOS::Copying to export directory. -TRACE::2022-04-18.20:12:48::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-18.20:12:48::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-18.20:12:48::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-18.20:12:48::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-18.20:12:48::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-18.20:12:48::SCWPlatform::Started preparing the platform -TRACE::2022-04-18.20:12:48::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-18.20:12:48::SCWSystem::dir created -TRACE::2022-04-18.20:12:48::SCWSystem::Writing the bif -TRACE::2022-04-18.20:12:48::SCWPlatform::Started writing the spfm file -TRACE::2022-04-18.20:12:48::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-18.20:12:48::SCWPlatform::Completed generating the platform -TRACE::2022-04-18.20:12:48::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:48::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:12:48::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:12:48::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:12:48::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:48::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:12:48::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:12:48::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:12:48::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:48::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:48::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:48::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:48::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:48::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:48::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:48::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:48::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:48::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:48::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:48::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:12:48::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:48::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:48::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:48::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:48::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:48::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:48::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:48::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:48::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:48::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:48::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:48::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:48::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-18.20:12:48::SCWPlatform::updated the xpfm file. -TRACE::2022-04-18.20:12:48::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:48::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:48::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:48::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:12:48::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:12:48::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:12:48::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_1 -TRACE::2022-04-18.20:12:48::SCWPlatform::Opened existing hwdb system_wrapper_1 -TRACE::2022-04-18.20:12:48::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:12:48::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:12:48::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:12:48::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:36:55::SCWPlatform::Clearing the existing platform -TRACE::2022-04-18.20:36:55::SCWSystem::Clearing the existing sysconfig -TRACE::2022-04-18.20:36:55::SCWBDomain::clearing the fsbl build -TRACE::2022-04-18.20:36:55::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:55::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:36:55::SCWSystem::Clearing the domains completed. -TRACE::2022-04-18.20:36:55::SCWPlatform::Clearing the opened hw db. -TRACE::2022-04-18.20:36:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:55::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:55::SCWPlatform::Removing the HwDB with name /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:55::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:55::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:55::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-18.20:36:57::SCWPlatform::Opened new HwDB with name system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-18.20:36:57::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-18.20:36:57::SCWDomain::checking for install qemu data : -TRACE::2022-04-18.20:36:57::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-18.20:36:57::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:57::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:57::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:57::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:36:57::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:57::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:36:57::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-18.20:36:57::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-18.20:36:57::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-18.20:36:57::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:57::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:36:57::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:36:57::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:57::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:36:57::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:36:57::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-18.20:36:57::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:36:57::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:36:57::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:36:57::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-18.20:36:57::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:57::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:36:57::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:36:57::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWReader::No isolation master present -TRACE::2022-04-18.20:36:57::SCWDomain::checking for install qemu data : -TRACE::2022-04-18.20:36:57::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-18.20:36:57::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:57::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:57::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:57::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:36:57::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:36:57::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-18.20:36:57::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-18.20:36:57::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:36:57::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:36:57::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:36:57::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-18.20:36:57::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:36:57::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:36:57::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:36:57::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:36:57::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:36:57::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:36:57::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:36:57::SCWReader::No isolation master present -TRACE::2022-04-18.20:36:57::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-18.20:36:57::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-18.20:36:57::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-18.20:36:57::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:36:57::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.20:36:57::SCWMssOS::cleaning the bsp -TRACE::2022-04-18.20:36:57::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-18.20:36:57::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:36:57::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:36:57::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:36:57::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:36:57::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:36:57::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:36:57::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:36:57::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:36:57::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:36:57::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:36:57::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:36:57::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:36:57::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.20:36:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:36:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:36:59::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-18.20:36:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:36:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:00::SCWMssOS::Doing hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-18.20:37:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:00::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:37:00::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:37:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:00::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:37:00::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:37:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:00::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:00::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:00::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-18.20:37:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:00::SCWPlatform::update - Opened existing hwdb system_wrapper_4 -TRACE::2022-04-18.20:37:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:00::SCWMssOS::Doing hw sync for the mss in domain: standalone_domain -TRACE::2022-04-18.20:37:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:00::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:37:00::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:37:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:00::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_3 -TRACE::2022-04-18.20:37:00::SCWPlatform::Opened existing hwdb system_wrapper_3 -TRACE::2022-04-18.20:37:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:00::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:00::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:00::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-18.20:37:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:00::SCWPlatform::update - Opened existing hwdb system_wrapper_4 -TRACE::2022-04-18.20:37:00::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:00::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:00::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:37:00::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:37:00::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:37:00::SCWMssOS::Completed hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-18.20:37:00::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:00::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:00::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:37:00::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:37:00::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:37:00::SCWMssOS::Completed hw sync for the mss in domain: standalone_domain -TRACE::2022-04-18.20:37:00::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:00::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-18.20:37:02::SCWPlatform::Opened new HwDB with name system_wrapper_5 -TRACE::2022-04-18.20:37:02::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:02::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-18.20:37:02::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:02::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:37:02::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:02::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-18.20:37:02::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:02::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:37:02::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:02::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:02::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:02::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:02::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:02::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:02::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_5 -TRACE::2022-04-18.20:37:02::SCWPlatform::Opened existing hwdb system_wrapper_5 -TRACE::2022-04-18.20:37:02::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:02::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:02::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:02::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:02::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:02::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:02::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:02::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:02::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:02::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:02::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_5 -TRACE::2022-04-18.20:37:02::SCWPlatform::Opened existing hwdb system_wrapper_5 -TRACE::2022-04-18.20:37:02::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:02::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:02::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:02::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:02::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -LOG::2022-04-18.20:37:13::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-18.20:37:13::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-18.20:37:13::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-18.20:37:13::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-18.20:37:13::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-18.20:37:13::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.20:37:13::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-04-18.20:37:13::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:13::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:13::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:13::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:13::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:13::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:13::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_5 -TRACE::2022-04-18.20:37:13::SCWPlatform::Opened existing hwdb system_wrapper_5 -TRACE::2022-04-18.20:37:13::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:13::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:13::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:13::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:13::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-18.20:37:13::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.20:37:13::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.20:37:13::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-04-18.20:37:13::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.20:37:13::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:13::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:13::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:13::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:13::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:13::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:13::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:13::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:13::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:13::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:13::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:13::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:13::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:37:13::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:13::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:37:13::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:37:13::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:37:13::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:37:13::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:13::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:13::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:13::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:13::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:13::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:13::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:37:13::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:37:13::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:13::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:13::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:13::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:13::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:37:13::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:37:13::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-04-18.20:37:13::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:13::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:13::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:13::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:13::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:13::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:13::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:13::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:13::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:13::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:13::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:13::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:13::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:37:13::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:13::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:37:13::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:37:13::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:37:13::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:37:13::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:13::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:13::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:13::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:13::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:13::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:13::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:37:13::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:37:13::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:13::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:13::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:13::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:13::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:13::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:13::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:13::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:13::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:13::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:13::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:37:13::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:37:13::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:13::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:13::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.20:37:13::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.20:37:13::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:13::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:13::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:37:13::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:37:13::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:13::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:13::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:37:13::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:37:13::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:13::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:37:13::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:37:13::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:37:13::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:14::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-04-18.20:37:14::SCWBDomain::make --no-print-directory archive - -TRACE::2022-04-18.20:37:14::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.20:37:14::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.20:37:14::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.20:37:14::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.20:37:14::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:37:14::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-04-18.20:37:14::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-04-18.20:37:14::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-04-18.20:37:14::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-04-18.20:37:14::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-04-18.20:37:14::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-04-18.20:37:14::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-04-18.20:37:14::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-04-18.20:37:14::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-04-18.20:37:14::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-04-18.20:37:14::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-04-18.20:37:14::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-04-18.20:37:14::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-04-18.20:37:14::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-04-18.20:37:14::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-04-18.20:37:14::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:37:14::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.20:37:14::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.20:37:14::SCWBDomain::Finished building libraries - -TRACE::2022-04-18.20:37:14::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.20:37:14::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:37:14::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:14::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:37:14::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:14::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:37:14::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:37:14::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:37:14::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:37:14::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:37:14::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:14::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-04-18.20:37:14::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:14::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:37:14::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:37:14::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-04-18.20:37:14::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:15::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-04-18.20:37:15::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:15::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:37:15::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:15::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-04-18.20:37:15::SCWBDomain::exa9_0/include -I. - -TRACE::2022-04-18.20:37:15::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-04-18.20:37:15::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:15::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-04-18.20:37:15::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-04-18.20:37:15::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-04-18.20:37:15::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:37:15::SCWBDomain::rtexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-04-18.20:37:15::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-18.20:37:15::SCWSystem::Not a boot domain -LOG::2022-04-18.20:37:15::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-18.20:37:15::SCWDomain::Generating domain artifcats -TRACE::2022-04-18.20:37:15::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-18.20:37:15::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-18.20:37:15::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-18.20:37:15::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-18.20:37:15::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:15::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:15::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:15::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:15::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:15::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:15::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_5 -TRACE::2022-04-18.20:37:15::SCWPlatform::Opened existing hwdb system_wrapper_5 -TRACE::2022-04-18.20:37:15::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:15::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:15::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:15::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:15::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-18.20:37:15::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:15::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.20:37:15::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-18.20:37:15::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-04-18.20:37:15::SCWMssOS::doing bsp build ... -TRACE::2022-04-18.20:37:15::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-04-18.20:37:15::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:15::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:15::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:15::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:15::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:15::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:15::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:15::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:15::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:37:15::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:15::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:37:15::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:37:15::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:37:15::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:37:15::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:15::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:15::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:15::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:15::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:15::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:15::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:37:15::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:37:15::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:15::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:15::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:37:15::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:37:15::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-04-18.20:37:15::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:15::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:15::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:15::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:15::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:15::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:15::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:15::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:15::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:37:15::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:15::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:37:15::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:37:15::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:37:15::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:37:15::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:15::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:15::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:15::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:15::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:15::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:15::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:37:15::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:37:15::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:15::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:15::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:15::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:15::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:15::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:15::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:37:15::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:37:15::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:15::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:15::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:15::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:15::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:15::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:15::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.20:37:15::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.20:37:15::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:37:15::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:37:15::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:15::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:15::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:37:15::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:37:15::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:15::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:37:15::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:37:15::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:37:15::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:16::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-04-18.20:37:16::SCWMssOS::make --no-print-directory archive - -TRACE::2022-04-18.20:37:16::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.20:37:16::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.20:37:16::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.20:37:16::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.20:37:16::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:37:16::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-04-18.20:37:16::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-04-18.20:37:16::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-04-18.20:37:16::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-04-18.20:37:16::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-04-18.20:37:16::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-04-18.20:37:16::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-04-18.20:37:16::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-04-18.20:37:16::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-04-18.20:37:16::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-04-18.20:37:16::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:37:16::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:37:16::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-04-18.20:37:16::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-04-18.20:37:16::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:37:16::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-04-18.20:37:16::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.20:37:16::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.20:37:16::SCWMssOS::Finished building libraries - -TRACE::2022-04-18.20:37:16::SCWMssOS::Copying to export directory. -TRACE::2022-04-18.20:37:16::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-18.20:37:16::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-18.20:37:16::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-18.20:37:16::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-18.20:37:16::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-18.20:37:16::SCWPlatform::Started preparing the platform -TRACE::2022-04-18.20:37:16::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-18.20:37:16::SCWSystem::dir created -TRACE::2022-04-18.20:37:16::SCWSystem::Writing the bif -TRACE::2022-04-18.20:37:16::SCWPlatform::Started writing the spfm file -TRACE::2022-04-18.20:37:16::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-18.20:37:16::SCWPlatform::Completed generating the platform -TRACE::2022-04-18.20:37:16::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:16::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:37:16::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:37:16::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:37:16::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:16::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:37:16::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:37:16::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:37:16::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:16::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:16::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:16::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:16::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:16::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:16::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_5 -TRACE::2022-04-18.20:37:16::SCWPlatform::Opened existing hwdb system_wrapper_5 -TRACE::2022-04-18.20:37:16::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:16::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:16::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:16::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:16::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:16::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:16::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:16::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:16::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:16::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:16::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_5 -TRACE::2022-04-18.20:37:16::SCWPlatform::Opened existing hwdb system_wrapper_5 -TRACE::2022-04-18.20:37:16::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:16::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:16::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:16::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:16::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-18.20:37:16::SCWPlatform::updated the xpfm file. -TRACE::2022-04-18.20:37:16::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:16::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:16::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:16::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:16::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:16::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:16::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_5 -TRACE::2022-04-18.20:37:16::SCWPlatform::Opened existing hwdb system_wrapper_5 -TRACE::2022-04-18.20:37:16::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:16::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:16::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:16::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:22::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-18.20:37:22::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-18.20:37:22::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-18.20:37:22::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:37:22::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.20:37:22::SCWMssOS::cleaning the bsp -TRACE::2022-04-18.20:37:22::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-18.20:37:22::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:37:22::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:37:22::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:37:22::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:37:22::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:37:22::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:37:22::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:37:22::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:37:22::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:37:22::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:37:22::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:37:22::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:37:22::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -LOG::2022-04-18.20:37:35::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-18.20:37:35::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-18.20:37:35::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-18.20:37:35::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-18.20:37:35::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-18.20:37:35::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.20:37:35::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-04-18.20:37:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_5 -TRACE::2022-04-18.20:37:35::SCWPlatform::Opened existing hwdb system_wrapper_5 -TRACE::2022-04-18.20:37:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:35::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:35::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:35::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:35::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-18.20:37:35::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.20:37:35::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.20:37:35::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-04-18.20:37:35::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.20:37:35::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:35::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:35::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:35::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:35::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:35::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:35::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:35::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:35::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:35::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:35::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:35::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:35::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:37:35::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:35::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:37:35::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:37:35::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:37:35::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:37:35::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:35::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:35::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:35::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:35::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:35::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:35::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:37:35::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:37:35::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:35::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:35::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:35::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:35::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:37:35::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:37:35::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-04-18.20:37:35::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:35::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:35::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:35::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:35::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:35::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:35::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:35::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:35::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:35::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:35::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:35::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:35::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:37:35::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:35::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:37:35::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:37:35::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:37:35::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:37:35::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:35::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:35::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:35::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:35::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:35::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:35::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:37:35::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:37:35::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:35::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:35::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:35::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:35::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:35::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:35::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:35::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:35::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:35::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:35::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:37:35::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:37:35::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:35::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:35::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:35::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:35::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.20:37:35::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.20:37:35::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:37:35::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:37:35::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:35::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:35::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:37:35::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:37:35::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:37:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:37:35::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:37:35::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:36::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-04-18.20:37:36::SCWBDomain::make --no-print-directory archive - -TRACE::2022-04-18.20:37:36::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.20:37:36::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.20:37:36::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.20:37:36::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.20:37:36::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:37:36::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-04-18.20:37:36::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-04-18.20:37:36::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-04-18.20:37:36::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-04-18.20:37:36::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-04-18.20:37:36::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-04-18.20:37:36::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-04-18.20:37:36::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-04-18.20:37:36::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-04-18.20:37:36::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-04-18.20:37:36::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-04-18.20:37:36::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-04-18.20:37:36::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-04-18.20:37:36::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-04-18.20:37:36::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-04-18.20:37:36::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:37:36::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.20:37:36::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.20:37:36::SCWBDomain::Finished building libraries - -TRACE::2022-04-18.20:37:36::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.20:37:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:37:36::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:37:36::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:37:36::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:37:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:37:36::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:37:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:37:36::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-04-18.20:37:36::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:37:36::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:37:37::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-04-18.20:37:37::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:37::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-04-18.20:37:37::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:37::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:37:37::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:37::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-04-18.20:37:37::SCWBDomain::exa9_0/include -I. - -TRACE::2022-04-18.20:37:37::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-04-18.20:37:37::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:37:37::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-04-18.20:37:37::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-04-18.20:37:37::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-04-18.20:37:37::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:37:37::SCWBDomain::rtexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-04-18.20:37:37::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-18.20:37:37::SCWSystem::Not a boot domain -LOG::2022-04-18.20:37:37::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-18.20:37:37::SCWDomain::Generating domain artifcats -TRACE::2022-04-18.20:37:37::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-18.20:37:37::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-18.20:37:37::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-18.20:37:37::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-18.20:37:37::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:37::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:37::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:37::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:37::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:37::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:37::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_5 -TRACE::2022-04-18.20:37:37::SCWPlatform::Opened existing hwdb system_wrapper_5 -TRACE::2022-04-18.20:37:37::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:37::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:37::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:37::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:37::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-18.20:37:37::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:37::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.20:37:37::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-18.20:37:37::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-04-18.20:37:37::SCWMssOS::doing bsp build ... -TRACE::2022-04-18.20:37:37::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-04-18.20:37:37::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:37::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:37::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:37::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:37::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:37::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:37::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:37::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:37::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:37:37::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:37::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:37:37::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:37:37::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:37:37::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:37:37::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:37::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:37::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:37::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:37::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:37::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:37::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:37:37::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:37:37::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:37::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:37::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:37:37::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:37:37::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-04-18.20:37:37::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:37::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:37::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:37::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:37::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:37::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:37::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:37::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:37::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:37:37::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:37::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:37:37::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:37:37::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:37:37::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:37:37::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:37::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:37::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:37::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:37::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:37:37::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:37:37::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:37:37::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:37:37::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:37::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:37::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:37::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:37::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:37::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:37::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:37::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:37::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:37:37::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:37:37::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:37:37::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:37:37::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:37:37::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:37:37::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.20:37:37::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.20:37:37::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:37:37::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:37:37::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:37:37::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:37:37::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:37:37::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:37:37::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:37:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:37:37::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:37:37::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:37:38::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-04-18.20:37:38::SCWMssOS::make --no-print-directory archive - -TRACE::2022-04-18.20:37:38::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.20:37:38::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.20:37:38::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.20:37:38::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.20:37:38::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:37:38::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-04-18.20:37:38::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-04-18.20:37:38::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-04-18.20:37:38::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-04-18.20:37:38::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-04-18.20:37:38::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-04-18.20:37:38::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-04-18.20:37:38::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-04-18.20:37:38::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-04-18.20:37:38::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-04-18.20:37:38::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:37:38::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:37:38::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-04-18.20:37:38::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-04-18.20:37:38::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:37:38::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-04-18.20:37:38::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.20:37:38::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.20:37:38::SCWMssOS::Finished building libraries - -TRACE::2022-04-18.20:37:38::SCWMssOS::Copying to export directory. -TRACE::2022-04-18.20:37:38::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-18.20:37:38::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-18.20:37:38::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-18.20:37:38::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-18.20:37:38::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-18.20:37:38::SCWPlatform::Started preparing the platform -TRACE::2022-04-18.20:37:38::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-18.20:37:38::SCWSystem::dir created -TRACE::2022-04-18.20:37:38::SCWSystem::Writing the bif -TRACE::2022-04-18.20:37:38::SCWPlatform::Started writing the spfm file -TRACE::2022-04-18.20:37:38::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-18.20:37:38::SCWPlatform::Completed generating the platform -TRACE::2022-04-18.20:37:38::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:38::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:37:38::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:37:38::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:37:38::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:38::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:37:38::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:37:38::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:37:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_5 -TRACE::2022-04-18.20:37:38::SCWPlatform::Opened existing hwdb system_wrapper_5 -TRACE::2022-04-18.20:37:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:38::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:38::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:38::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:37:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_5 -TRACE::2022-04-18.20:37:38::SCWPlatform::Opened existing hwdb system_wrapper_5 -TRACE::2022-04-18.20:37:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:38::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:38::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:38::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:38::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-18.20:37:38::SCWPlatform::updated the xpfm file. -TRACE::2022-04-18.20:37:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:37:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:37:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:37:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_5 -TRACE::2022-04-18.20:37:38::SCWPlatform::Opened existing hwdb system_wrapper_5 -TRACE::2022-04-18.20:37:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:37:38::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:37:38::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:37:38::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:52:49::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-18.20:52:49::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-18.20:52:49::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-18.20:52:49::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:52:49::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.20:52:49::SCWMssOS::cleaning the bsp -TRACE::2022-04-18.20:52:49::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-18.20:52:49::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:52:49::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:52:49::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:52:49::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:52:49::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:52:49::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:52:49::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:52:49::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:52:49::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:52:49::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:52:49::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:52:49::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:52:49::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.20:52:54::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-18.20:52:54::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-18.20:52:54::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-18.20:52:54::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:52:54::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.20:52:54::SCWMssOS::cleaning the bsp -TRACE::2022-04-18.20:52:54::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-18.20:52:54::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-18.20:52:54::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-18.20:52:54::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-18.20:52:54::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-18.20:52:54::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-18.20:52:54::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-18.20:52:54::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-18.20:52:54::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-18.20:52:54::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-18.20:52:54::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-18.20:52:54::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-18.20:52:54::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-18.20:52:54::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-18.20:55:21::SCWPlatform::Clearing the existing platform -TRACE::2022-04-18.20:55:21::SCWSystem::Clearing the existing sysconfig -TRACE::2022-04-18.20:55:21::SCWBDomain::clearing the fsbl build -TRACE::2022-04-18.20:55:21::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:21::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:21::SCWSystem::Clearing the domains completed. -TRACE::2022-04-18.20:55:21::SCWPlatform::Clearing the opened hw db. -TRACE::2022-04-18.20:55:21::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:21::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:21::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:21::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:21::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:21::SCWPlatform::Removing the HwDB with name /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:21::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:21::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:21::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:21::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:21::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:21::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:21::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-18.20:55:23::SCWPlatform::Opened new HwDB with name system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-18.20:55:23::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-18.20:55:23::SCWDomain::checking for install qemu data : -TRACE::2022-04-18.20:55:23::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-18.20:55:23::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:23::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:23::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-18.20:55:23::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-18.20:55:23::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-18.20:55:23::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:23::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:23::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:23::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:23::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-18.20:55:23::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:55:23::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:55:23::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:55:23::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-18.20:55:23::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:23::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:23::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWReader::No isolation master present -TRACE::2022-04-18.20:55:23::SCWDomain::checking for install qemu data : -TRACE::2022-04-18.20:55:23::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-18.20:55:23::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:23::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:23::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-18.20:55:23::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-18.20:55:23::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:55:23::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:55:23::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:55:23::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-18.20:55:23::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:23::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:23::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:23::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:23::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:23::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:23::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:23::SCWReader::No isolation master present -TRACE::2022-04-18.20:55:25::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:55:25::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:55:25::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-18.20:55:25::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:55:25::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:26::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:26::SCWMssOS::Doing hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-18.20:55:26::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:26::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:26::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:26::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:26::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:26::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:26::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:26::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:26::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:26::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:26::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:26::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:26::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:26::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-18.20:55:26::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:26::SCWPlatform::update - Opened existing hwdb system_wrapper_8 -TRACE::2022-04-18.20:55:26::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:26::SCWMssOS::Doing hw sync for the mss in domain: standalone_domain -TRACE::2022-04-18.20:55:26::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:26::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:26::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:26::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:26::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:26::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:26::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:26::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_7 -TRACE::2022-04-18.20:55:26::SCWPlatform::Opened existing hwdb system_wrapper_7 -TRACE::2022-04-18.20:55:26::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:26::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:26::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:26::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:26::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-18.20:55:26::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:26::SCWPlatform::update - Opened existing hwdb system_wrapper_8 -TRACE::2022-04-18.20:55:26::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:26::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:26::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:55:26::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:55:26::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:55:26::SCWMssOS::Completed hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-18.20:55:26::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:26::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:26::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:55:26::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:55:26::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:55:26::SCWMssOS::Completed hw sync for the mss in domain: standalone_domain -TRACE::2022-04-18.20:55:26::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:26::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:26::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:26::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:26::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-18.20:55:28::SCWPlatform::Opened new HwDB with name system_wrapper_9 -TRACE::2022-04-18.20:55:28::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:28::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-18.20:55:28::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:28::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:55:28::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:28::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-18.20:55:28::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:28::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:55:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_9 -TRACE::2022-04-18.20:55:28::SCWPlatform::Opened existing hwdb system_wrapper_9 -TRACE::2022-04-18.20:55:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_9 -TRACE::2022-04-18.20:55:28::SCWPlatform::Opened existing hwdb system_wrapper_9 -TRACE::2022-04-18.20:55:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:28::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -LOG::2022-04-18.20:55:34::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-18.20:55:34::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-18.20:55:34::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-18.20:55:34::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-18.20:55:34::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-18.20:55:34::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.20:55:34::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-04-18.20:55:34::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:34::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:34::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:34::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:34::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:34::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:34::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_9 -TRACE::2022-04-18.20:55:34::SCWPlatform::Opened existing hwdb system_wrapper_9 -TRACE::2022-04-18.20:55:34::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:34::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:34::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:34::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:34::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-18.20:55:34::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.20:55:34::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-18.20:55:34::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-04-18.20:55:34::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.20:55:34::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:34::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:34::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:34::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:34::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:34::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:34::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:34::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:34::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:34::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:34::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:55:34::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:34::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:55:34::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:34::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:55:34::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:55:34::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:55:34::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:55:34::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:55:34::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:55:34::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:55:34::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:34::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:34::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:34::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:55:34::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:55:34::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:55:34::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:55:34::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:55:34::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:55:34::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:55:34::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:55:34::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-04-18.20:55:34::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:34::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:34::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:34::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:34::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:34::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:34::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:34::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:34::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:34::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:34::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:55:34::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:34::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:55:34::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:34::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:55:34::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:55:34::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:55:34::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:55:34::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:55:34::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:55:34::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:55:34::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:34::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:34::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:34::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:55:34::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:55:34::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:55:34::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:55:34::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:55:34::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:55:34::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:55:34::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:55:34::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:55:34::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:55:34::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:55:34::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:55:34::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:55:34::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:55:34::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:55:34::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:55:34::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:55:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:55:34::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:34::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:55:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.20:55:35::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.20:55:35::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:55:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:55:35::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:55:35::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:55:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:55:35::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:55:35::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:55:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:55:35::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:55:35::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:35::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:55:35::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:55:35::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:55:35::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:35::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-04-18.20:55:35::SCWBDomain::make --no-print-directory archive - -TRACE::2022-04-18.20:55:35::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.20:55:35::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.20:55:35::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.20:55:35::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.20:55:35::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:55:35::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-04-18.20:55:35::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-04-18.20:55:35::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-04-18.20:55:35::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-04-18.20:55:35::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-04-18.20:55:35::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-04-18.20:55:35::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-04-18.20:55:35::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-04-18.20:55:35::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-04-18.20:55:35::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-04-18.20:55:35::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-04-18.20:55:35::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-04-18.20:55:35::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-04-18.20:55:35::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-04-18.20:55:35::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-04-18.20:55:35::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:55:35::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.20:55:35::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.20:55:35::SCWBDomain::Finished building libraries - -TRACE::2022-04-18.20:55:35::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-18.20:55:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:55:35::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:55:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:55:35::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:55:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:55:36::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:55:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:55:36::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:55:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:55:36::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:55:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-04-18.20:55:36::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:55:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:55:36::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-18.20:55:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-04-18.20:55:36::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:55:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-04-18.20:55:36::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:55:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-18.20:55:36::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-18.20:55:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-04-18.20:55:36::SCWBDomain::exa9_0/include -I. - -TRACE::2022-04-18.20:55:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-04-18.20:55:36::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-18.20:55:36::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-04-18.20:55:36::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-04-18.20:55:36::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-04-18.20:55:36::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_co -TRACE::2022-04-18.20:55:36::SCWBDomain::rtexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-04-18.20:55:36::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-18.20:55:36::SCWSystem::Not a boot domain -LOG::2022-04-18.20:55:36::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-18.20:55:36::SCWDomain::Generating domain artifcats -TRACE::2022-04-18.20:55:36::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-18.20:55:36::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-18.20:55:36::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-18.20:55:36::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-18.20:55:36::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:36::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:36::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:36::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:36::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:36::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:36::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_9 -TRACE::2022-04-18.20:55:36::SCWPlatform::Opened existing hwdb system_wrapper_9 -TRACE::2022-04-18.20:55:36::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:36::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:36::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:36::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:36::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-18.20:55:36::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:36::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-18.20:55:36::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-18.20:55:36::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-04-18.20:55:36::SCWMssOS::doing bsp build ... -TRACE::2022-04-18.20:55:36::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-04-18.20:55:36::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:55:36::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:36::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:55:36::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:36::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:55:36::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:55:36::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:55:36::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:55:36::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:55:36::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:55:36::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:55:36::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:36::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:55:36::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:55:36::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:55:36::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:55:36::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:55:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:55:36::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:55:36::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:36::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-04-18.20:55:37::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:37::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:37::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:37::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:37::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:37::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:37::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:55:37::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:37::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-18.20:55:37::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:37::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:55:37::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:55:37::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-18.20:55:37::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-18.20:55:37::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:55:37::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:55:37::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:55:37::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:37::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-18.20:55:37::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-18.20:55:37::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-18.20:55:37::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-18.20:55:37::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:55:37::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:55:37::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:55:37::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:55:37::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:55:37::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:55:37::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:55:37::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:55:37::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-18.20:55:37::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-18.20:55:37::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-18.20:55:37::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-18.20:55:37::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-18.20:55:37::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-18.20:55:37::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-18.20:55:37::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-18.20:55:37::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:55:37::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:55:37::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-18.20:55:37::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-18.20:55:37::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-18.20:55:37::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-18.20:55:37::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-18.20:55:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-18.20:55:37::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-18.20:55:37::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-18.20:55:38::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-04-18.20:55:38::SCWMssOS::make --no-print-directory archive - -TRACE::2022-04-18.20:55:38::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-18.20:55:38::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-18.20:55:38::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-18.20:55:38::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-18.20:55:38::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-18.20:55:38::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-04-18.20:55:38::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-04-18.20:55:38::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-04-18.20:55:38::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-04-18.20:55:38::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-04-18.20:55:38::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-04-18.20:55:38::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-04-18.20:55:38::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-04-18.20:55:38::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-04-18.20:55:38::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-04-18.20:55:38::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:55:38::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:55:38::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-04-18.20:55:38::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-04-18.20:55:38::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-04-18.20:55:38::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-04-18.20:55:38::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-18.20:55:38::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-18.20:55:38::SCWMssOS::Finished building libraries - -TRACE::2022-04-18.20:55:38::SCWMssOS::Copying to export directory. -TRACE::2022-04-18.20:55:38::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-18.20:55:38::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-18.20:55:38::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-18.20:55:38::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-18.20:55:38::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-18.20:55:38::SCWPlatform::Started preparing the platform -TRACE::2022-04-18.20:55:38::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-18.20:55:38::SCWSystem::dir created -TRACE::2022-04-18.20:55:38::SCWSystem::Writing the bif -TRACE::2022-04-18.20:55:38::SCWPlatform::Started writing the spfm file -TRACE::2022-04-18.20:55:38::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-18.20:55:38::SCWPlatform::Completed generating the platform -TRACE::2022-04-18.20:55:38::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:38::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:55:38::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:55:38::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:55:38::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:38::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-18.20:55:38::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-18.20:55:38::SCWMssOS::Commit changes completed. -TRACE::2022-04-18.20:55:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_9 -TRACE::2022-04-18.20:55:38::SCWPlatform::Opened existing hwdb system_wrapper_9 -TRACE::2022-04-18.20:55:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:38::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:38::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:38::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-18.20:55:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_9 -TRACE::2022-04-18.20:55:38::SCWPlatform::Opened existing hwdb system_wrapper_9 -TRACE::2022-04-18.20:55:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:38::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:38::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:38::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:38::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-18.20:55:38::SCWPlatform::updated the xpfm file. -TRACE::2022-04-18.20:55:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-18.20:55:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-18.20:55:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-18.20:55:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_9 -TRACE::2022-04-18.20:55:38::SCWPlatform::Opened existing hwdb system_wrapper_9 -TRACE::2022-04-18.20:55:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-18.20:55:38::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-18.20:55:38::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-18.20:55:38::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:01:57::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:57::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:57::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:57::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:01:57::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:57::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:01:57::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-25.21:01:59::SCWPlatform::Opened new HwDB with name system_wrapper -TRACE::2022-04-25.21:01:59::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-25.21:01:59::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-25.21:01:59::SCWDomain::checking for install qemu data : -TRACE::2022-04-25.21:01:59::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-25.21:01:59::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:01:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:01:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:01:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:01:59::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:01:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:01:59::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-25.21:01:59::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-25.21:01:59::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-25.21:01:59::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:01:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:01:59::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:01:59::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:01:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:01:59::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:01:59::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-25.21:01:59::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:01:59::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-25.21:01:59::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:01:59::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-25.21:01:59::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:01:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:01:59::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:01:59::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWReader::No isolation master present -TRACE::2022-04-25.21:01:59::SCWDomain::checking for install qemu data : -TRACE::2022-04-25.21:01:59::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-25.21:01:59::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:01:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:01:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:01:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:01:59::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:01:59::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-25.21:01:59::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-25.21:01:59::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:01:59::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-25.21:01:59::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:01:59::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-25.21:01:59::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:01:59::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:01:59::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:01:59::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:01:59::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:01:59::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:01:59::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:01:59::SCWReader::No isolation master present -TRACE::2022-04-25.21:02:00::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-25.21:02:00::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-25.21:02:00::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-25.21:02:00::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:02:00::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-25.21:02:00::SCWMssOS::cleaning the bsp -TRACE::2022-04-25.21:02:00::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-25.21:02:00::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:02:00::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:02:00::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:02:00::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:02:00::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:02:00::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:02:00::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:02:00::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:02:00::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:02:00::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:02:00::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:02:00::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:02:00::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-25.21:02:10::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-25.21:02:10::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-25.21:02:10::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-25.21:02:10::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:02:10::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-25.21:02:10::SCWMssOS::cleaning the bsp -TRACE::2022-04-25.21:02:10::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-25.21:02:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:02:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:02:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:02:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:02:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:02:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:02:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:02:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:02:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:02:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:02:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:02:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:02:10::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -LOG::2022-04-25.21:02:24::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-25.21:02:24::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-25.21:02:24::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-25.21:02:24::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-25.21:02:24::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-25.21:02:24::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-25.21:02:24::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-04-25.21:02:24::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:24::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:24::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:24::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:02:24::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:24::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:02:24::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:02:24::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:02:24::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:02:24::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:02:24::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:02:24::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:02:24::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-25.21:02:24::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-25.21:02:24::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-25.21:02:24::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-04-25.21:02:24::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-25.21:02:24::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:24::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:24::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:24::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:24::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:24::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:24::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:24::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:24::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:24::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:24::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:02:24::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:24::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-25.21:02:24::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:24::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:02:24::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:02:24::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-25.21:02:24::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-25.21:02:24::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:02:24::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:02:24::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:02:24::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:24::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:24::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:24::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-25.21:02:24::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-25.21:02:24::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:02:24::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:02:24::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:02:24::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:02:24::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-25.21:02:24::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-25.21:02:24::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-04-25.21:02:24::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:24::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:24::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:24::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:24::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:24::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:24::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:24::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:24::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:24::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:24::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:02:24::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:24::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-25.21:02:24::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:24::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:02:24::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:02:24::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-25.21:02:24::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-25.21:02:24::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:02:24::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:02:24::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:02:24::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:24::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:24::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:24::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-25.21:02:24::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-25.21:02:24::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:02:24::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:02:24::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:02:24::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:02:24::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:02:24::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:02:24::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:02:24::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:02:24::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:02:24::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:02:24::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-25.21:02:24::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-25.21:02:24::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:02:24::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:02:24::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:24::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:02:24::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:02:24::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:24::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:02:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-25.21:02:25::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-25.21:02:25::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:02:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-25.21:02:25::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-25.21:02:25::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:02:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:02:25::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:02:25::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:02:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:02:25::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:02:25::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:02:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-25.21:02:25::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-25.21:02:25::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:26::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-04-25.21:02:26::SCWBDomain::make --no-print-directory archive - -TRACE::2022-04-25.21:02:26::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-25.21:02:26::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-25.21:02:26::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-25.21:02:26::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-25.21:02:26::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-25.21:02:26::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-04-25.21:02:26::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-04-25.21:02:26::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-04-25.21:02:26::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-04-25.21:02:26::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-04-25.21:02:26::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-04-25.21:02:26::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-04-25.21:02:26::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-04-25.21:02:26::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-04-25.21:02:26::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-04-25.21:02:26::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-04-25.21:02:26::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-04-25.21:02:26::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-04-25.21:02:26::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-04-25.21:02:26::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-04-25.21:02:26::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-04-25.21:02:26::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-25.21:02:26::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-25.21:02:26::SCWBDomain::Finished building libraries - -TRACE::2022-04-25.21:02:26::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-25.21:02:26::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-25.21:02:26::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-25.21:02:26::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-25.21:02:26::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-25.21:02:26::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-25.21:02:26::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-25.21:02:26::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-25.21:02:26::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-25.21:02:26::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-25.21:02:26::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-25.21:02:26::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-04-25.21:02:26::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-25.21:02:26::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-25.21:02:26::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-25.21:02:26::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-04-25.21:02:26::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-25.21:02:26::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-04-25.21:02:26::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-25.21:02:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-25.21:02:27::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-25.21:02:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-04-25.21:02:27::SCWBDomain::exa9_0/include -I. - -TRACE::2022-04-25.21:02:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-04-25.21:02:27::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-25.21:02:27::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-04-25.21:02:27::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-04-25.21:02:27::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-04-25.21:02:27::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_co -TRACE::2022-04-25.21:02:27::SCWBDomain::rtexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-04-25.21:02:27::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-25.21:02:27::SCWSystem::Not a boot domain -LOG::2022-04-25.21:02:27::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-25.21:02:27::SCWDomain::Generating domain artifcats -TRACE::2022-04-25.21:02:27::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-25.21:02:27::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-25.21:02:27::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-25.21:02:27::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-25.21:02:27::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:27::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:27::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:27::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:02:27::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:27::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:02:27::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:02:27::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:02:27::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:02:27::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:02:27::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:02:27::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:02:27::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-25.21:02:27::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:02:27::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-25.21:02:27::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-25.21:02:27::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-04-25.21:02:27::SCWMssOS::doing bsp build ... -TRACE::2022-04-25.21:02:27::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-04-25.21:02:27::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:27::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:27::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:27::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:27::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:27::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:27::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:02:27::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:27::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-25.21:02:27::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:27::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:02:27::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:02:27::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-25.21:02:27::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-25.21:02:27::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:02:27::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:02:27::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:02:27::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:27::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:27::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:27::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-25.21:02:27::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-25.21:02:27::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:02:27::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:02:27::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-25.21:02:27::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-25.21:02:27::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-04-25.21:02:27::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -j 10 --no-print-directory par_libs - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:27::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:27::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:27::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:27::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:27::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:27::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:02:27::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:27::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-25.21:02:27::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:27::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:02:27::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:02:27::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-25.21:02:27::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-25.21:02:27::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:02:27::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:02:27::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:02:27::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:27::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:02:27::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:02:27::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-25.21:02:27::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-25.21:02:27::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:02:27::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:02:27::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:02:27::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:02:27::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:02:27::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:02:27::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:02:27::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:02:27::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-25.21:02:27::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-25.21:02:27::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:02:27::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:02:27::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:02:27::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:02:27::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-25.21:02:27::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-25.21:02:27::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-25.21:02:27::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-25.21:02:27::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:02:27::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:02:27::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:02:27::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:02:27::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:27::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:02:27::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-25.21:02:27::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-25.21:02:27::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:02:28::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-04-25.21:02:28::SCWMssOS::make --no-print-directory archive - -TRACE::2022-04-25.21:02:28::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-25.21:02:28::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-25.21:02:28::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-25.21:02:28::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-25.21:02:28::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-25.21:02:28::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-04-25.21:02:28::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-04-25.21:02:28::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-04-25.21:02:28::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-04-25.21:02:28::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-04-25.21:02:28::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-04-25.21:02:28::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-04-25.21:02:28::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-04-25.21:02:28::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-04-25.21:02:28::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-04-25.21:02:28::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-04-25.21:02:28::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-04-25.21:02:28::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-04-25.21:02:28::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-04-25.21:02:28::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-04-25.21:02:28::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-04-25.21:02:28::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-25.21:02:28::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-25.21:02:28::SCWMssOS::Finished building libraries - -TRACE::2022-04-25.21:02:28::SCWMssOS::Copying to export directory. -TRACE::2022-04-25.21:02:28::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-25.21:02:28::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-25.21:02:28::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-25.21:02:28::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-25.21:02:28::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-25.21:02:28::SCWPlatform::Started preparing the platform -TRACE::2022-04-25.21:02:28::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-25.21:02:28::SCWSystem::dir created -TRACE::2022-04-25.21:02:28::SCWSystem::Writing the bif -TRACE::2022-04-25.21:02:28::SCWPlatform::Started writing the spfm file -TRACE::2022-04-25.21:02:28::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-25.21:02:28::SCWPlatform::Completed generating the platform -TRACE::2022-04-25.21:02:28::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:02:28::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:02:28::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-25.21:02:28::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:02:28::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:02:28::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:02:28::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-25.21:02:28::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:02:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:02:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:02:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:02:28::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:02:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:02:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:02:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:02:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:02:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:02:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:02:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:02:28::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:02:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:02:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:02:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:02:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:02:28::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-25.21:02:28::SCWPlatform::updated the xpfm file. -TRACE::2022-04-25.21:02:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:02:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:02:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:02:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:02:28::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:02:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:02:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:02:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:02:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:15:55::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:55::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:55::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:55::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:15:55::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:55::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:15:55::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-25.21:15:56::SCWPlatform::Opened new HwDB with name system_wrapper -TRACE::2022-04-25.21:15:56::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-25.21:15:56::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-25.21:15:56::SCWDomain::checking for install qemu data : -TRACE::2022-04-25.21:15:56::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-25.21:15:56::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:15:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:15:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:15:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:15:56::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:15:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:15:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-25.21:15:56::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-25.21:15:56::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-25.21:15:56::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:15:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:15:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:15:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:15:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:15:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:15:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-25.21:15:56::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:15:56::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-25.21:15:56::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:15:56::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-25.21:15:56::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:15:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:15:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:15:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWReader::No isolation master present -TRACE::2022-04-25.21:15:56::SCWDomain::checking for install qemu data : -TRACE::2022-04-25.21:15:56::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-25.21:15:56::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:15:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:15:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:15:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:15:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:15:56::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-25.21:15:56::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-25.21:15:56::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:15:56::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-25.21:15:56::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:15:56::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-25.21:15:56::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:15:56::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:15:56::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:15:56::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-04-25.21:15:56::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:15:56::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:15:56::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:15:56::SCWReader::No isolation master present -TRACE::2022-04-25.21:15:56::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-25.21:15:56::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-25.21:15:56::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-25.21:15:56::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:15:56::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-25.21:15:56::SCWMssOS::cleaning the bsp -TRACE::2022-04-25.21:15:56::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-25.21:15:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:15:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:15:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:15:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:15:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:15:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:15:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:15:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:15:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:15:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:15:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:15:56::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:15:56::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-25.21:16:03::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-25.21:16:03::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-25.21:16:03::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-25.21:16:03::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:16:03::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-25.21:16:03::SCWMssOS::cleaning the bsp -TRACE::2022-04-25.21:16:03::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-25.21:16:03::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:16:03::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:16:03::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:16:03::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:16:03::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:16:03::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:16:03::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:16:03::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:16:03::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:16:03::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:16:03::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:16:03::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:16:03::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-25.21:16:09::SCWPlatform::Clearing the existing platform -TRACE::2022-04-25.21:16:09::SCWSystem::Clearing the existing sysconfig -TRACE::2022-04-25.21:16:09::SCWBDomain::clearing the fsbl build -TRACE::2022-04-25.21:16:09::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:09::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:09::SCWSystem::Clearing the domains completed. -TRACE::2022-04-25.21:16:09::SCWPlatform::Clearing the opened hw db. -TRACE::2022-04-25.21:16:09::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:09::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:09::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:09::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:09::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:09::SCWPlatform::Removing the HwDB with name /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:09::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:09::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:09::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:09::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:09::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:09::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:09::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-25.21:16:10::SCWPlatform::Opened new HwDB with name system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWReader::Active system found as test_lower_machine -TRACE::2022-04-25.21:16:10::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-04-25.21:16:10::SCWDomain::checking for install qemu data : -TRACE::2022-04-25.21:16:10::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-25.21:16:10::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:10::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:10::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:10::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:10::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:10::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:10::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::DEBUG: swdes dump -TRACE::2022-04-25.21:16:10::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-25.21:16:10::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-25.21:16:10::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:10::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:10::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:10::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:10::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:10::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:10::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-04-25.21:16:10::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:16:10::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-25.21:16:10::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:16:10::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-25.21:16:10::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:10::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:10::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:10::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWReader::No isolation master present -TRACE::2022-04-25.21:16:10::SCWDomain::checking for install qemu data : -TRACE::2022-04-25.21:16:10::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-04-25.21:16:10::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:10::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:10::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:10::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:10::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:10::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-25.21:16:10::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-25.21:16:10::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:16:10::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-25.21:16:10::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:16:10::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-04-25.21:16:10::SCWReader::Adding prebuilt incpaths as -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:10::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:10::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:10::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:10::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:10::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:10::SCWReader::No isolation master present -TRACE::2022-04-25.21:16:14::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-25.21:16:14::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-25.21:16:14::SCWPlatform:: Platform location is /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-25.21:16:14::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-25.21:16:14::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:17::SCWMssOS::Doing hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-25.21:16:17::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:17::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:17::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:17::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:17::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:17::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:17::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:17::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-25.21:16:17::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:17::SCWPlatform::update - Opened existing hwdb system_wrapper_1 -TRACE::2022-04-25.21:16:17::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:17::SCWMssOS::Doing hw sync for the mss in domain: standalone_domain -TRACE::2022-04-25.21:16:17::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:17::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:17::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:17::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Opened existing hwdb system_wrapper_0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:17::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:17::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:17::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:17::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa -TRACE::2022-04-25.21:16:17::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/tempdsa/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:17::SCWPlatform::update - Opened existing hwdb system_wrapper_1 -TRACE::2022-04-25.21:16:17::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:17::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:17::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:16:17::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-25.21:16:17::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:16:17::SCWMssOS::Completed hw sync for the mss in domain: zynq_fsbl -TRACE::2022-04-25.21:16:17::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:17::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:17::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:16:17::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-25.21:16:17::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:16:17::SCWMssOS::Completed hw sync for the mss in domain: standalone_domain -TRACE::2022-04-25.21:16:17::SCWMssOS::Removing the swdes entry for /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:17::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:17::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:17::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:17::SCWPlatform::Do not have an existing db opened. -TRACE::2022-04-25.21:16:21::SCWPlatform::Opened new HwDB with name system_wrapper_2 -TRACE::2022-04-25.21:16:21::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:21::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-25.21:16:21::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:21::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:16:21::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:21::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-25.21:16:21::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:21::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:16:21::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:21::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:21::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:21::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:21::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:21::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:21::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:16:21::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:16:21::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:21::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:21::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:21::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:21::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:21::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:21::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:21::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:21::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:21::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:21::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:16:21::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:16:21::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:21::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:21::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:21::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:21::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "6226f78fe25faf1ad02e858f93a447a6", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "ca29fe8ee4d72943f7d8b813124af574", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -LOG::2022-04-25.21:16:28::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-25.21:16:28::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-25.21:16:28::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-25.21:16:28::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-25.21:16:28::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-25.21:16:28::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-25.21:16:28::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-04-25.21:16:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:16:28::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:16:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:28::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-25.21:16:28::SCWBDomain::bsp generated is stale removing and regenerating. -TRACE::2022-04-25.21:16:28::SCWBDomain::Updating the makefile used for building the Application zynq_fsbl -TRACE::2022-04-25.21:16:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:16:28::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:16:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| - -TRACE::2022-04-25.21:16:28::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:28::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:28::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:28::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-25.21:16:28::SCWMssOS::updating the scw layer about changes -TRACE::2022-04-25.21:16:28::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:32::SCWBDomain::removing the temporary location in _platform. -TRACE::2022-04-25.21:16:32::SCWBDomain::Makefile is Updated. -TRACE::2022-04-25.21:16:32::SCWBDomain::doing clean. -TRACE::2022-04-25.21:16:32::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-25.21:16:32::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-25.21:16:32::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-25.21:16:32::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-04-25.21:16:32::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-25.21:16:32::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:16:32::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:16:32::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:32::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:32::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:32::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:32::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:32::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:32::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:32::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:32::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:32::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:32::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:16:32::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:32::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-25.21:16:32::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:32::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:16:32::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:16:32::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-25.21:16:32::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-25.21:16:32::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:16:32::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:16:32::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:16:32::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:32::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:32::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:32::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-25.21:16:32::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-25.21:16:32::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:16:32::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:16:32::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:16:32::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:16:32::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-25.21:16:32::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-25.21:16:32::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-04-25.21:16:32::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-04-25.21:16:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:16:32::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:32::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:32::SCWBDomain::Compiling ip_encoder... - -TRACE::2022-04-25.21:16:33::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -j 6 --no-print-directory par_libs - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:16:33::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:16:33::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:16:33::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:33::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-25.21:16:33::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:33::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:16:33::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:16:33::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-25.21:16:33::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-25.21:16:33::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:16:33::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:16:33::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:16:33::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:33::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-25.21:16:33::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-25.21:16:33::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:16:33::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:16:33::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:16:33::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:16:33::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:16:33::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:16:33::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:16:33::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:16:33::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-25.21:16:33::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-25.21:16:33::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:16:33::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:16:33::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:16:33::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:16:33::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:16:33::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:33::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-25.21:16:33::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-25.21:16:33::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-25.21:16:33::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-25.21:16:33::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:16:33::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:16:33::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:16:33::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:16:33::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:16:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-25.21:16:33::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-25.21:16:33::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:34::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-04-25.21:16:34::SCWBDomain::make --no-print-directory archive - -TRACE::2022-04-25.21:16:34::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-25.21:16:34::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-25.21:16:34::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-25.21:16:34::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-25.21:16:34::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-25.21:16:34::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-04-25.21:16:34::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-04-25.21:16:34::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-04-25.21:16:34::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-04-25.21:16:34::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-04-25.21:16:34::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-04-25.21:16:34::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-04-25.21:16:34::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-04-25.21:16:34::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-04-25.21:16:34::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-04-25.21:16:34::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-04-25.21:16:34::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-04-25.21:16:34::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-04-25.21:16:34::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-04-25.21:16:34::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-04-25.21:16:34::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-04-25.21:16:34::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-25.21:16:34::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-25.21:16:34::SCWBDomain::Finished building libraries - -TRACE::2022-04-25.21:16:34::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-25.21:16:34::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-25.21:16:34::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-25.21:16:34::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-25.21:16:34::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-25.21:16:34::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-25.21:16:34::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-25.21:16:34::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-25.21:16:34::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-25.21:16:34::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-25.21:16:34::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-25.21:16:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-04-25.21:16:35::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-25.21:16:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-25.21:16:35::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-25.21:16:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-04-25.21:16:35::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-25.21:16:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-04-25.21:16:35::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-25.21:16:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-25.21:16:35::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-25.21:16:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-04-25.21:16:35::SCWBDomain::exa9_0/include -I. - -TRACE::2022-04-25.21:16:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-04-25.21:16:35::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-25.21:16:35::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-04-25.21:16:35::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-04-25.21:16:35::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-04-25.21:16:35::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_c -TRACE::2022-04-25.21:16:35::SCWBDomain::ortexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-04-25.21:16:35::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-25.21:16:35::SCWSystem::Not a boot domain -LOG::2022-04-25.21:16:35::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-25.21:16:35::SCWDomain::Generating domain artifcats -TRACE::2022-04-25.21:16:35::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-25.21:16:35::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-25.21:16:35::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-25.21:16:35::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-25.21:16:35::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:35::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:35::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:35::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:35::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:35::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:35::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:16:35::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:16:35::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:35::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:35::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:35::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:35::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-25.21:16:35::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:35::SCWMssOS::bsp generated is stale removing and regenerating. -TRACE::2022-04-25.21:16:35::SCWMssOS::doing bsp build ... -TRACE::2022-04-25.21:16:35::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-04-25.21:16:35::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:16:35::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:16:35::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:35::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:35::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:35::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:35::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:35::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:35::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:16:35::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:35::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-25.21:16:35::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:35::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:16:35::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:16:35::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-25.21:16:35::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-25.21:16:35::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:16:35::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:16:35::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:16:35::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:35::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:35::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:35::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-25.21:16:35::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-25.21:16:35::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:16:35::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:16:35::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-25.21:16:35::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-25.21:16:35::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-04-25.21:16:35::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-04-25.21:16:35::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:16:35::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:35::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:35::SCWMssOS::Compiling ip_encoder... - -TRACE::2022-04-25.21:16:36::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -j 6 --no-print-directory par_libs - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:16:36::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:16:36::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:16:36::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:36::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-25.21:16:36::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:36::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:16:36::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:16:36::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-25.21:16:36::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-25.21:16:36::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:16:36::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:16:36::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:16:36::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:36::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:16:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:16:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-25.21:16:36::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-25.21:16:36::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:16:36::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:16:36::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:16:36::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:16:36::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:16:36::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:16:36::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:16:36::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:16:36::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-25.21:16:36::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-25.21:16:36::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:16:36::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:16:36::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:16:36::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:16:36::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-25.21:16:36::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-25.21:16:36::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-25.21:16:36::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-25.21:16:36::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:16:36::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:16:36::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:16:36::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:16:36::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:16:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-25.21:16:36::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-25.21:16:36::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:16:37::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-04-25.21:16:37::SCWMssOS::make --no-print-directory archive - -TRACE::2022-04-25.21:16:37::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-25.21:16:37::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-25.21:16:37::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-25.21:16:37::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-25.21:16:37::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-25.21:16:37::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-04-25.21:16:37::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-04-25.21:16:37::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-04-25.21:16:37::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-04-25.21:16:37::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-04-25.21:16:37::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-04-25.21:16:37::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-04-25.21:16:37::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-04-25.21:16:37::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-04-25.21:16:37::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-04-25.21:16:37::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-04-25.21:16:37::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-04-25.21:16:37::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-04-25.21:16:37::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-04-25.21:16:37::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-04-25.21:16:37::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-04-25.21:16:37::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-25.21:16:37::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-25.21:16:37::SCWMssOS::Finished building libraries - -TRACE::2022-04-25.21:16:37::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-25.21:16:37::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-25.21:16:37::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-25.21:16:37::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-25.21:16:37::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-25.21:16:37::SCWPlatform::Started preparing the platform -TRACE::2022-04-25.21:16:37::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-25.21:16:37::SCWSystem::dir created -TRACE::2022-04-25.21:16:37::SCWSystem::Writing the bif -TRACE::2022-04-25.21:16:37::SCWPlatform::Started writing the spfm file -TRACE::2022-04-25.21:16:37::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-25.21:16:37::SCWPlatform::Completed generating the platform -TRACE::2022-04-25.21:16:37::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:37::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:16:37::SCWMssOS::Running validate of swdbs. -KEYINFO::2022-04-25.21:16:37::SCWMssOS::Could not open the swdb for system -KEYINFO::2022-04-25.21:16:37::SCWMssOS::Could not open the sw design at system -ERROR: [Hsi 55-1558] Software Design system is not found - -TRACE::2022-04-25.21:16:37::SCWMssOS::Cleared the swdb table entry -TRACE::2022-04-25.21:16:37::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-04-25.21:16:37::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:37::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:16:37::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:37::SCWMssOS::Adding the swdes entry, mss present, able to open swdb /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-04-25.21:16:37::SCWMssOS::Writing the mss file completed /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:37::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:16:37::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:37::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:37::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:37::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:37::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:37::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:37::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:16:37::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:16:37::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:37::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:37::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:37::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:16:37::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:37::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:37::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:37::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:37::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:37::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:37::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:16:37::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:16:37::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:37::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:37::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:37::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:37::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "3fdd1c7dbac828b83c9f819c92a08d8f", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "a10641440c908dd0ffda51d564b9fe42", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-25.21:16:37::SCWPlatform::updated the xpfm file. -TRACE::2022-04-25.21:16:37::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:37::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:37::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:37::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:16:37::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:16:37::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:16:37::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:16:37::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:16:37::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:16:37::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:16:37::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:16:37::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:18:58::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-25.21:18:58::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-25.21:18:58::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-25.21:18:58::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:18:58::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-25.21:18:58::SCWMssOS::cleaning the bsp -TRACE::2022-04-25.21:18:58::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:18:58::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-25.21:19:08::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-25.21:19:08::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-25.21:19:08::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-25.21:19:08::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:19:08::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-25.21:19:08::SCWMssOS::cleaning the bsp -TRACE::2022-04-25.21:19:08::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:19:08::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-25.21:19:14::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-04-25.21:19:14::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-04-25.21:19:14::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-04-25.21:19:14::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:19:14::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-04-25.21:19:14::SCWMssOS::cleaning the bsp -TRACE::2022-04-25.21:19:14::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-04-25.21:19:14::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -LOG::2022-04-25.21:19:33::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-04-25.21:19:33::SCWPlatform::Sanity checking of platform is completed -LOG::2022-04-25.21:19:33::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-04-25.21:19:33::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-04-25.21:19:33::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-04-25.21:19:33::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-25.21:19:33::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-04-25.21:19:33::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:33::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:33::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:33::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:19:33::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:33::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:19:33::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:19:33::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:19:33::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:19:33::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:19:33::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:19:33::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:19:33::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-04-25.21:19:33::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-25.21:19:33::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-04-25.21:19:33::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-04-25.21:19:33::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-25.21:19:33::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:19:33::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:19:33::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:19:33::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:33::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-25.21:19:33::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:33::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:19:33::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:19:33::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-25.21:19:33::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-25.21:19:33::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:19:33::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:19:33::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:19:33::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:33::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-25.21:19:33::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-25.21:19:33::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:19:33::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:19:33::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:19:33::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:19:33::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-25.21:19:33::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-25.21:19:33::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:19:33::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:33::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Compiling ip_encoder... - -TRACE::2022-04-25.21:19:33::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -j 6 --no-print-directory par_libs - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:19:33::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:19:33::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:19:33::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:33::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-25.21:19:33::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:33::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:19:33::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:19:33::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-25.21:19:33::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-25.21:19:33::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:19:33::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:19:33::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:19:33::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:33::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:33::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:33::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-25.21:19:33::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-25.21:19:33::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:19:33::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:19:33::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:19:33::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:19:33::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:19:33::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:19:33::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:19:33::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:19:33::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:19:33::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:19:33::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:19:33::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:19:33::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:33::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:19:33::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-25.21:19:33::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-25.21:19:33::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:19:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:19:34::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:34::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:19:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-25.21:19:34::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-25.21:19:34::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:19:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-25.21:19:34::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-25.21:19:34::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:19:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:19:34::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:19:34::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:19:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:19:34::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:19:34::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:34::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:19:34::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-25.21:19:34::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-25.21:19:34::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:35::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-04-25.21:19:35::SCWBDomain::make --no-print-directory archive - -TRACE::2022-04-25.21:19:35::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-25.21:19:35::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-25.21:19:35::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-25.21:19:35::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-25.21:19:35::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-25.21:19:35::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-04-25.21:19:35::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-04-25.21:19:35::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-04-25.21:19:35::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-04-25.21:19:35::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-04-25.21:19:35::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-04-25.21:19:35::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-04-25.21:19:35::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-04-25.21:19:35::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-04-25.21:19:35::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-04-25.21:19:35::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-04-25.21:19:35::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-04-25.21:19:35::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-04-25.21:19:35::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-04-25.21:19:35::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-04-25.21:19:35::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-04-25.21:19:35::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-25.21:19:35::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-25.21:19:35::SCWBDomain::Finished building libraries - -TRACE::2022-04-25.21:19:35::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-04-25.21:19:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-25.21:19:35::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-25.21:19:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-25.21:19:35::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-25.21:19:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-25.21:19:35::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-25.21:19:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-25.21:19:35::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-25.21:19:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-25.21:19:35::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-25.21:19:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-04-25.21:19:35::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-25.21:19:35::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-04-25.21:19:35::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-04-25.21:19:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-04-25.21:19:36::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-25.21:19:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-04-25.21:19:36::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-25.21:19:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-04-25.21:19:36::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-04-25.21:19:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-04-25.21:19:36::SCWBDomain::exa9_0/include -I. - -TRACE::2022-04-25.21:19:36::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-04-25.21:19:36::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-04-25.21:19:36::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-04-25.21:19:36::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-04-25.21:19:36::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-04-25.21:19:36::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_c -TRACE::2022-04-25.21:19:36::SCWBDomain::ortexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-04-25.21:19:36::SCWSystem::Checking the domain standalone_domain -LOG::2022-04-25.21:19:36::SCWSystem::Not a boot domain -LOG::2022-04-25.21:19:36::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-04-25.21:19:36::SCWDomain::Generating domain artifcats -TRACE::2022-04-25.21:19:36::SCWMssOS::Generating standalone artifcats -TRACE::2022-04-25.21:19:36::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-04-25.21:19:36::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-04-25.21:19:36::SCWMssOS:: Copying the user libraries. -TRACE::2022-04-25.21:19:36::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:36::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:36::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:36::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:19:36::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:36::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:19:36::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:19:36::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:19:36::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:19:36::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:19:36::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:19:36::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:19:36::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-04-25.21:19:36::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:19:36::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-04-25.21:19:36::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-04-25.21:19:36::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-04-25.21:19:36::SCWMssOS::doing bsp build ... -TRACE::2022-04-25.21:19:36::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-04-25.21:19:36::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:19:36::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:19:36::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:19:36::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:36::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-25.21:19:36::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:36::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:19:36::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:19:36::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-25.21:19:36::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-25.21:19:36::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:19:36::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:19:36::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:19:36::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:36::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-25.21:19:36::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-25.21:19:36::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:19:36::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:19:36::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-25.21:19:36::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-25.21:19:36::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:19:36::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:36::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Compiling ip_encoder... - -TRACE::2022-04-25.21:19:36::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -j 6 --no-print-directory par_libs - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:19:36::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:19:36::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:19:36::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:36::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-04-25.21:19:36::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:36::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:19:36::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:19:36::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-04-25.21:19:36::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-04-25.21:19:36::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:19:36::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:19:36::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:19:36::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:36::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-04-25.21:19:36::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-04-25.21:19:36::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-04-25.21:19:36::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-04-25.21:19:36::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:19:36::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:19:36::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:19:36::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:19:36::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:19:36::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:19:36::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:19:36::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:19:36::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-04-25.21:19:36::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-04-25.21:19:36::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-04-25.21:19:36::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-04-25.21:19:36::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:36::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-04-25.21:19:36::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-04-25.21:19:36::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-04-25.21:19:36::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-04-25.21:19:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-04-25.21:19:37::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-04-25.21:19:37::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-04-25.21:19:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-25.21:19:37::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-25.21:19:37::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-04-25.21:19:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-04-25.21:19:37::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-04-25.21:19:37::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-04-25.21:19:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-04-25.21:19:37::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-04-25.21:19:37::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:37::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-04-25.21:19:37::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-04-25.21:19:37::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-04-25.21:19:37::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-04-25.21:19:38::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-04-25.21:19:38::SCWMssOS::make --no-print-directory archive - -TRACE::2022-04-25.21:19:38::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-04-25.21:19:38::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-04-25.21:19:38::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-04-25.21:19:38::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-04-25.21:19:38::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-04-25.21:19:38::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-04-25.21:19:38::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-04-25.21:19:38::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-04-25.21:19:38::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-04-25.21:19:38::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-04-25.21:19:38::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-04-25.21:19:38::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-04-25.21:19:38::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-04-25.21:19:38::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-04-25.21:19:38::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-04-25.21:19:38::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-04-25.21:19:38::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-04-25.21:19:38::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-04-25.21:19:38::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-04-25.21:19:38::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-04-25.21:19:38::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-04-25.21:19:38::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-04-25.21:19:38::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-04-25.21:19:38::SCWMssOS::Finished building libraries - -TRACE::2022-04-25.21:19:38::SCWMssOS::Copying to export directory. -TRACE::2022-04-25.21:19:38::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-04-25.21:19:38::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-04-25.21:19:38::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-04-25.21:19:38::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-04-25.21:19:38::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-04-25.21:19:38::SCWPlatform::Started preparing the platform -TRACE::2022-04-25.21:19:38::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-04-25.21:19:38::SCWSystem::dir created -TRACE::2022-04-25.21:19:38::SCWSystem::Writing the bif -TRACE::2022-04-25.21:19:38::SCWPlatform::Started writing the spfm file -TRACE::2022-04-25.21:19:38::SCWPlatform::Started writing the xpfm file -TRACE::2022-04-25.21:19:38::SCWPlatform::Completed generating the platform -TRACE::2022-04-25.21:19:38::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:19:38::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:19:38::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-25.21:19:38::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:19:38::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:19:38::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-04-25.21:19:38::SCWMssOS::Completed writemss as part of save. -TRACE::2022-04-25.21:19:38::SCWMssOS::Commit changes completed. -TRACE::2022-04-25.21:19:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:19:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:19:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:19:38::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:19:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:19:38::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:19:38::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:19:38::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-04-25.21:19:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:19:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:19:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:19:38::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:19:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:19:38::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:19:38::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:19:38::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:19:38::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "3fdd1c7dbac828b83c9f819c92a08d8f", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "a10641440c908dd0ffda51d564b9fe42", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-04-25.21:19:38::SCWPlatform::updated the xpfm file. -TRACE::2022-04-25.21:19:38::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:38::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:38::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:38::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-04-25.21:19:38::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-04-25.21:19:38::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-04-25.21:19:38::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-04-25.21:19:38::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-04-25.21:19:38::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-04-25.21:19:38::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-04-25.21:19:38::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-04-25.21:19:38::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:28::SCWPlatform::Do not have an existing db opened. -TRACE::2022-05-06.20:35:32::SCWPlatform::Opened new HwDB with name system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWReader::Active system found as test_lower_machine -TRACE::2022-05-06.20:35:32::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-05-06.20:35:32::SCWDomain::checking for install qemu data : -TRACE::2022-05-06.20:35:32::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-05-06.20:35:32::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:32::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:32::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::DEBUG: swdes dump -TRACE::2022-05-06.20:35:32::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-05-06.20:35:32::SCWMssOS::updating the scw layer about changes -TRACE::2022-05-06.20:35:32::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:32::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-06.20:35:32::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:32::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-06.20:35:32::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-05-06.20:35:32::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-05-06.20:35:32::SCWMssOS::Completed writemss as part of save. -TRACE::2022-05-06.20:35:32::SCWMssOS::Commit changes completed. -TRACE::2022-05-06.20:35:32::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-05-06.20:35:32::SCWReader::Adding prebuilt incpaths as -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:32::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-06.20:35:32::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWReader::No isolation master present -TRACE::2022-05-06.20:35:32::SCWDomain::checking for install qemu data : -TRACE::2022-05-06.20:35:32::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-05-06.20:35:32::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:32::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-06.20:35:32::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-05-06.20:35:32::SCWMssOS::updating the scw layer about changes -TRACE::2022-05-06.20:35:32::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-05-06.20:35:32::SCWMssOS::Completed writemss as part of save. -TRACE::2022-05-06.20:35:32::SCWMssOS::Commit changes completed. -TRACE::2022-05-06.20:35:32::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-05-06.20:35:32::SCWReader::Adding prebuilt incpaths as -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:32::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:32::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:32::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:32::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:32::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-06.20:35:32::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:32::SCWReader::No isolation master present -TRACE::2022-05-06.20:35:32::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-05-06.20:35:32::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-05-06.20:35:32::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-05-06.20:35:32::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-06.20:35:32::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-05-06.20:35:32::SCWMssOS::cleaning the bsp -TRACE::2022-05-06.20:35:32::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-06.20:35:32::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -LOG::2022-05-06.20:35:40::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-05-06.20:35:40::SCWPlatform::Sanity checking of platform is completed -LOG::2022-05-06.20:35:40::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-05-06.20:35:40::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-05-06.20:35:40::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-05-06.20:35:40::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-05-06.20:35:40::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-05-06.20:35:40::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:40::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:40::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:40::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:40::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:40::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:40::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:40::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:40::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:40::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:40::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-06.20:35:40::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:40::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-05-06.20:35:40::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-05-06.20:35:40::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-05-06.20:35:40::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-05-06.20:35:40::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-05-06.20:35:40::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-06.20:35:40::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-06.20:35:40::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:40::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:40::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:40::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:40::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:40::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:40::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:40::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:40::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:40::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:40::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-06.20:35:40::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:40::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-05-06.20:35:40::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:40::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-06.20:35:40::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-06.20:35:40::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-05-06.20:35:40::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-05-06.20:35:40::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-06.20:35:40::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-06.20:35:40::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-06.20:35:40::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:40::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:40::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:40::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-05-06.20:35:40::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-05-06.20:35:40::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-06.20:35:40::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-06.20:35:40::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-06.20:35:40::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-06.20:35:40::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-06.20:35:40::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-05-06.20:35:40::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-05-06.20:35:40::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:40::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-06.20:35:41::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:41::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Compiling ip_encoder... - -TRACE::2022-05-06.20:35:41::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -j 6 --no-print-directory par_libs - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-06.20:35:41::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-06.20:35:41::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:41::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:41::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:41::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:41::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:41::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:41::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:41::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:41::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:41::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:41::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-05-06.20:35:41::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:41::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-06.20:35:41::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-06.20:35:41::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-06.20:35:41::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:41::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-05-06.20:35:41::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-05-06.20:35:41::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-06.20:35:41::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-06.20:35:41::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-06.20:35:41::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:41::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:41::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:41::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-05-06.20:35:41::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-05-06.20:35:41::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-06.20:35:41::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-06.20:35:41::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-06.20:35:41::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-06.20:35:41::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-06.20:35:41::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-06.20:35:41::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-06.20:35:41::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-06.20:35:41::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-06.20:35:41::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-06.20:35:41::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-05-06.20:35:41::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-05-06.20:35:41::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-06.20:35:41::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-06.20:35:41::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-06.20:35:41::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:41::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-05-06.20:35:41::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-05-06.20:35:41::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:41::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-06.20:35:41::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-05-06.20:35:41::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-05-06.20:35:41::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:42::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-06.20:35:42::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-06.20:35:42::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-06.20:35:42::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:42::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-06.20:35:42::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-05-06.20:35:42::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-05-06.20:35:42::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:42::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-06.20:35:42::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-06.20:35:42::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-06.20:35:42::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:43::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-05-06.20:35:43::SCWBDomain::make --no-print-directory archive - -TRACE::2022-05-06.20:35:43::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-05-06.20:35:43::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-05-06.20:35:43::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-05-06.20:35:43::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-05-06.20:35:43::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-05-06.20:35:43::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-05-06.20:35:43::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-05-06.20:35:43::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-05-06.20:35:43::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-05-06.20:35:43::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-05-06.20:35:43::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-05-06.20:35:43::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-05-06.20:35:43::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-05-06.20:35:43::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-05-06.20:35:43::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-05-06.20:35:43::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-05-06.20:35:43::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-05-06.20:35:43::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-05-06.20:35:43::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-05-06.20:35:43::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-05-06.20:35:43::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-05-06.20:35:43::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-05-06.20:35:43::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-05-06.20:35:43::SCWBDomain::Finished building libraries - -TRACE::2022-05-06.20:35:43::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-05-06.20:35:43::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-05-06.20:35:43::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-05-06.20:35:43::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-05-06.20:35:43::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-05-06.20:35:43::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-05-06.20:35:43::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-05-06.20:35:43::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-05-06.20:35:43::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-05-06.20:35:43::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-05-06.20:35:43::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-05-06.20:35:43::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-05-06.20:35:43::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-05-06.20:35:43::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-05-06.20:35:43::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-05-06.20:35:43::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-05-06.20:35:43::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-05-06.20:35:43::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-05-06.20:35:43::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-05-06.20:35:44::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-05-06.20:35:44::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-05-06.20:35:44::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-05-06.20:35:44::SCWBDomain::exa9_0/include -I. - -TRACE::2022-05-06.20:35:44::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-05-06.20:35:44::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-05-06.20:35:44::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-05-06.20:35:44::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-05-06.20:35:44::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-05-06.20:35:44::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_c -TRACE::2022-05-06.20:35:44::SCWBDomain::ortexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-05-06.20:35:44::SCWSystem::Checking the domain standalone_domain -LOG::2022-05-06.20:35:44::SCWSystem::Not a boot domain -LOG::2022-05-06.20:35:44::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-05-06.20:35:44::SCWDomain::Generating domain artifcats -TRACE::2022-05-06.20:35:44::SCWMssOS::Generating standalone artifcats -TRACE::2022-05-06.20:35:44::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-05-06.20:35:44::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-05-06.20:35:44::SCWMssOS:: Copying the user libraries. -TRACE::2022-05-06.20:35:44::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:44::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:44::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:44::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:44::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:44::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:44::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:44::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:44::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:44::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:44::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-06.20:35:44::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:44::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-05-06.20:35:44::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:44::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-05-06.20:35:44::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-05-06.20:35:44::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-05-06.20:35:44::SCWMssOS::doing bsp build ... -TRACE::2022-05-06.20:35:44::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-05-06.20:35:44::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-06.20:35:44::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-06.20:35:44::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:44::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:44::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:44::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:44::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:44::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:44::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-06.20:35:44::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:44::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-05-06.20:35:44::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:44::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-06.20:35:44::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-06.20:35:44::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-05-06.20:35:44::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-05-06.20:35:44::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-06.20:35:44::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-06.20:35:44::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-06.20:35:44::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:44::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:44::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:44::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-05-06.20:35:44::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-05-06.20:35:44::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-06.20:35:44::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-06.20:35:44::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-05-06.20:35:44::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-05-06.20:35:44::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-06.20:35:44::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:44::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Compiling ip_encoder... - -TRACE::2022-05-06.20:35:44::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -j 6 --no-print-directory par_libs - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-06.20:35:44::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-06.20:35:44::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:44::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:44::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:44::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:44::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:44::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:44::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-06.20:35:44::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:44::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-05-06.20:35:44::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:44::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-06.20:35:44::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-06.20:35:44::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-05-06.20:35:44::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-05-06.20:35:44::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-06.20:35:44::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-06.20:35:44::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-06.20:35:44::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:44::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-06.20:35:44::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-06.20:35:44::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-05-06.20:35:44::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-05-06.20:35:44::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-06.20:35:44::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-06.20:35:44::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-06.20:35:44::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-06.20:35:44::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-06.20:35:44::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-06.20:35:44::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-06.20:35:44::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-06.20:35:44::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-05-06.20:35:44::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-05-06.20:35:44::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-06.20:35:44::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-06.20:35:44::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-06.20:35:44::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-06.20:35:44::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:44::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-06.20:35:44::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-05-06.20:35:44::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-05-06.20:35:44::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:45::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-06.20:35:45::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-05-06.20:35:45::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-05-06.20:35:45::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:45::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-06.20:35:45::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-06.20:35:45::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-06.20:35:45::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:45::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-06.20:35:45::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-06.20:35:45::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-06.20:35:45::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:45::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-06.20:35:45::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-05-06.20:35:45::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-05-06.20:35:45::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-06.20:35:46::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-05-06.20:35:46::SCWMssOS::make --no-print-directory archive - -TRACE::2022-05-06.20:35:46::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-05-06.20:35:46::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-05-06.20:35:46::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-05-06.20:35:46::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-05-06.20:35:46::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-05-06.20:35:46::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-05-06.20:35:46::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-05-06.20:35:46::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-05-06.20:35:46::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-05-06.20:35:46::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-05-06.20:35:46::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-05-06.20:35:46::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-05-06.20:35:46::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-05-06.20:35:46::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-05-06.20:35:46::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-05-06.20:35:46::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-05-06.20:35:46::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-05-06.20:35:46::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-05-06.20:35:46::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-05-06.20:35:46::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-05-06.20:35:46::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-05-06.20:35:46::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-05-06.20:35:46::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-05-06.20:35:46::SCWMssOS::Finished building libraries - -TRACE::2022-05-06.20:35:46::SCWMssOS::Copying to export directory. -TRACE::2022-05-06.20:35:46::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-05-06.20:35:46::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-05-06.20:35:46::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-05-06.20:35:46::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-05-06.20:35:46::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-05-06.20:35:46::SCWPlatform::Started preparing the platform -TRACE::2022-05-06.20:35:46::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-05-06.20:35:46::SCWSystem::dir created -TRACE::2022-05-06.20:35:46::SCWSystem::Writing the bif -TRACE::2022-05-06.20:35:46::SCWPlatform::Started writing the spfm file -TRACE::2022-05-06.20:35:46::SCWPlatform::Started writing the xpfm file -TRACE::2022-05-06.20:35:46::SCWPlatform::Completed generating the platform -TRACE::2022-05-06.20:35:46::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:46::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-05-06.20:35:46::SCWMssOS::Completed writemss as part of save. -TRACE::2022-05-06.20:35:46::SCWMssOS::Commit changes completed. -TRACE::2022-05-06.20:35:46::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:46::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-05-06.20:35:46::SCWMssOS::Completed writemss as part of save. -TRACE::2022-05-06.20:35:46::SCWMssOS::Commit changes completed. -TRACE::2022-05-06.20:35:46::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:46::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:46::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:46::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:46::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:46::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:46::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:46::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:46::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:46::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:46::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-06.20:35:46::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-06.20:35:46::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:46::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:46::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:46::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:46::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:46::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:46::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:46::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:46::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:46::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:46::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-06.20:35:46::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:46::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "3fdd1c7dbac828b83c9f819c92a08d8f", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "a10641440c908dd0ffda51d564b9fe42", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-05-06.20:35:46::SCWPlatform::updated the xpfm file. -TRACE::2022-05-06.20:35:46::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:46::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:46::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:46::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-06.20:35:46::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-06.20:35:46::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-06.20:35:46::SCWPlatform::Trying to set the existing hwdb with name system_wrapper_2 -TRACE::2022-05-06.20:35:46::SCWPlatform::Opened existing hwdb system_wrapper_2 -TRACE::2022-05-06.20:35:46::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-06.20:35:46::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-06.20:35:46::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-06.20:35:46::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:00::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:00::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:00::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:00::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:00::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:00::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:00::SCWPlatform::Do not have an existing db opened. -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened new HwDB with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWReader::Active system found as test_lower_machine -TRACE::2022-05-15.21:27:04::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-05-15.21:27:04::SCWDomain::checking for install qemu data : -TRACE::2022-05-15.21:27:04::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-05-15.21:27:04::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:04::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:04::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::DEBUG: swdes dump -TRACE::2022-05-15.21:27:04::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-05-15.21:27:04::SCWMssOS::updating the scw layer about changes -TRACE::2022-05-15.21:27:04::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:04::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:27:04::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:04::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:27:04::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-05-15.21:27:04::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-05-15.21:27:04::SCWMssOS::Completed writemss as part of save. -TRACE::2022-05-15.21:27:04::SCWMssOS::Commit changes completed. -TRACE::2022-05-15.21:27:04::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-05-15.21:27:04::SCWReader::Adding prebuilt incpaths as -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:04::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:27:04::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWReader::No isolation master present -TRACE::2022-05-15.21:27:04::SCWDomain::checking for install qemu data : -TRACE::2022-05-15.21:27:04::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-05-15.21:27:04::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:04::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:27:04::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-05-15.21:27:04::SCWMssOS::updating the scw layer about changes -TRACE::2022-05-15.21:27:04::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-05-15.21:27:04::SCWMssOS::Completed writemss as part of save. -TRACE::2022-05-15.21:27:04::SCWMssOS::Commit changes completed. -TRACE::2022-05-15.21:27:04::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-05-15.21:27:04::SCWReader::Adding prebuilt incpaths as -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:04::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:27:04::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWReader::No isolation master present -LOG::2022-05-15.21:27:04::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-05-15.21:27:04::SCWPlatform::Sanity checking of platform is completed -LOG::2022-05-15.21:27:04::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-05-15.21:27:04::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-05-15.21:27:04::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-05-15.21:27:04::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-05-15.21:27:04::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:04::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:04::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:04::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:04::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:04::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:27:04::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:04::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-05-15.21:27:04::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-05-15.21:27:04::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-05-15.21:27:04::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-05-15.21:27:04::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-05-15.21:27:04::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-05-15.21:27:04::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-15.21:27:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:27:04::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:27:04::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:27:05::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:05::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-05-15.21:27:05::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:05::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:27:05::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:27:05::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-05-15.21:27:05::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-05-15.21:27:05::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:27:05::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:27:05::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:27:05::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:05::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-05-15.21:27:05::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-05-15.21:27:05::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:27:05::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:27:05::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:27:05::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:27:05::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-05-15.21:27:05::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-05-15.21:27:05::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:27:05::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:05::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Compiling ip_encoder... - -TRACE::2022-05-15.21:27:05::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -j 6 --no-print-directory par_libs - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:27:05::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:27:05::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:27:05::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:05::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-05-15.21:27:05::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:05::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:27:05::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:27:05::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-05-15.21:27:05::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-05-15.21:27:05::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:27:05::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:27:05::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:27:05::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:05::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-05-15.21:27:05::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-05-15.21:27:05::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:27:05::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:27:05::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:27:05::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:27:05::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:27:05::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:27:05::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:27:05::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:27:05::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-05-15.21:27:05::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-05-15.21:27:05::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:27:05::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:27:05::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:27:05::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:05::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-05-15.21:27:05::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-05-15.21:27:05::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-05-15.21:27:05::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-05-15.21:27:05::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:27:05::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:27:05::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:27:05::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:27:05::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-05-15.21:27:05::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-05-15.21:27:05::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-05-15.21:27:05::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:27:05::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:27:05::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-05-15.21:27:05::SCWBDomain::make --no-print-directory archive - -TRACE::2022-05-15.21:27:05::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-05-15.21:27:05::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-05-15.21:27:05::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-05-15.21:27:05::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-05-15.21:27:05::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-05-15.21:27:05::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-05-15.21:27:05::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-05-15.21:27:05::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-05-15.21:27:05::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-05-15.21:27:05::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-05-15.21:27:05::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-05-15.21:27:05::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-05-15.21:27:05::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-05-15.21:27:05::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-05-15.21:27:05::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-05-15.21:27:05::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-05-15.21:27:05::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-05-15.21:27:05::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-05-15.21:27:05::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-05-15.21:27:05::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-05-15.21:27:05::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-05-15.21:27:05::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-05-15.21:27:05::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-05-15.21:27:05::SCWBDomain::Finished building libraries - -TRACE::2022-05-15.21:27:05::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-05-15.21:27:05::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-05-15.21:27:05::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-05-15.21:27:05::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-05-15.21:27:05::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_c -TRACE::2022-05-15.21:27:05::SCWBDomain::ortexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-05-15.21:27:05::SCWSystem::Checking the domain standalone_domain -LOG::2022-05-15.21:27:05::SCWSystem::Not a boot domain -LOG::2022-05-15.21:27:05::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-05-15.21:27:05::SCWDomain::Generating domain artifcats -TRACE::2022-05-15.21:27:05::SCWMssOS::Generating standalone artifcats -TRACE::2022-05-15.21:27:05::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-05-15.21:27:05::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-05-15.21:27:05::SCWMssOS:: Copying the user libraries. -TRACE::2022-05-15.21:27:05::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:05::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:05::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:05::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:05::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:05::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:05::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:05::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:05::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:05::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:05::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:27:05::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:05::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-05-15.21:27:05::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:05::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-05-15.21:27:05::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-05-15.21:27:05::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-05-15.21:27:05::SCWMssOS::doing bsp build ... -TRACE::2022-05-15.21:27:05::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-05-15.21:27:05::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:27:05::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:27:05::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:27:05::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:05::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-05-15.21:27:05::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:05::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:27:05::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:27:05::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-05-15.21:27:05::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-05-15.21:27:05::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:27:05::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:27:05::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:27:05::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:05::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:05::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:05::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-05-15.21:27:05::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-05-15.21:27:05::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:27:05::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:27:05::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-15.21:27:05::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-05-15.21:27:05::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-05-15.21:27:05::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:05::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:27:06::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:06::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Compiling ip_encoder... - -TRACE::2022-05-15.21:27:06::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -j 6 --no-print-directory par_libs - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:27:06::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:27:06::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:06::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:06::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:06::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:06::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:06::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:06::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:27:06::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:06::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-05-15.21:27:06::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:06::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:27:06::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:27:06::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-05-15.21:27:06::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-05-15.21:27:06::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:27:06::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:27:06::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:27:06::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:06::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:27:06::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:27:06::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-05-15.21:27:06::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-05-15.21:27:06::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:27:06::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:27:06::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:27:06::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:27:06::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:27:06::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:27:06::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:27:06::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:27:06::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-05-15.21:27:06::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-05-15.21:27:06::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:27:06::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:27:06::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:27:06::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:27:06::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-05-15.21:27:06::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-05-15.21:27:06::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-05-15.21:27:06::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-05-15.21:27:06::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:27:06::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:27:06::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:27:06::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:27:06::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-15.21:27:06::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-05-15.21:27:06::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-05-15.21:27:06::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:27:06::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-05-15.21:27:06::SCWMssOS::make --no-print-directory archive - -TRACE::2022-05-15.21:27:06::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-05-15.21:27:06::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-05-15.21:27:06::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-05-15.21:27:06::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-05-15.21:27:06::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-05-15.21:27:06::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-05-15.21:27:06::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-05-15.21:27:06::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-05-15.21:27:06::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-05-15.21:27:06::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-05-15.21:27:06::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-05-15.21:27:06::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-05-15.21:27:06::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-05-15.21:27:06::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-05-15.21:27:06::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-05-15.21:27:06::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-05-15.21:27:06::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-05-15.21:27:06::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-05-15.21:27:06::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-05-15.21:27:06::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-05-15.21:27:06::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-05-15.21:27:06::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-05-15.21:27:06::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-05-15.21:27:06::SCWMssOS::Finished building libraries - -TRACE::2022-05-15.21:27:06::SCWMssOS::Copying to export directory. -TRACE::2022-05-15.21:27:06::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-05-15.21:27:06::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-05-15.21:27:06::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-05-15.21:27:06::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-05-15.21:27:06::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-05-15.21:27:06::SCWPlatform::Started preparing the platform -TRACE::2022-05-15.21:27:06::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-05-15.21:27:06::SCWSystem::dir created -TRACE::2022-05-15.21:27:06::SCWSystem::Writing the bif -TRACE::2022-05-15.21:27:06::SCWPlatform::Started writing the spfm file -TRACE::2022-05-15.21:27:06::SCWPlatform::Started writing the xpfm file -TRACE::2022-05-15.21:27:06::SCWPlatform::Completed generating the platform -TRACE::2022-05-15.21:27:06::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:06::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-05-15.21:27:06::SCWMssOS::Completed writemss as part of save. -TRACE::2022-05-15.21:27:06::SCWMssOS::Commit changes completed. -TRACE::2022-05-15.21:27:06::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:06::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-05-15.21:27:06::SCWMssOS::Completed writemss as part of save. -TRACE::2022-05-15.21:27:06::SCWMssOS::Commit changes completed. -TRACE::2022-05-15.21:27:06::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:06::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:06::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:06::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:06::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:06::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:06::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:06::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:06::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:06::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:06::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:27:06::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:27:06::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:06::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:06::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:06::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:06::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:06::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:06::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:06::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:06::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:06::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:06::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:27:06::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:06::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "3fdd1c7dbac828b83c9f819c92a08d8f", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "a10641440c908dd0ffda51d564b9fe42", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-05-15.21:27:06::SCWPlatform::updated the xpfm file. -TRACE::2022-05-15.21:27:06::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:06::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:06::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:06::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:27:06::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:27:06::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:27:06::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:27:06::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:27:06::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:27:06::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:27:06::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:27:06::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:51:18::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-05-15.21:51:18::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-05-15.21:51:18::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-05-15.21:51:18::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-15.21:51:18::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-05-15.21:51:18::SCWMssOS::cleaning the bsp -TRACE::2022-05-15.21:51:18::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-15.21:51:18::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -LOG::2022-05-15.21:51:25::SCWPlatform::Started generating the artifacts platform test_lower_machine -TRACE::2022-05-15.21:51:25::SCWPlatform::Sanity checking of platform is completed -LOG::2022-05-15.21:51:25::SCWPlatform::Started generating the artifacts for system configuration test_lower_machine -LOG::2022-05-15.21:51:25::SCWSystem::Checking the domain zynq_fsbl -LOG::2022-05-15.21:51:25::SCWSystem::Doing application build for : zynq_fsbl -TRACE::2022-05-15.21:51:25::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-05-15.21:51:25::SCWDomain::Building the domain as part of full build : zynq_fsbl -TRACE::2022-05-15.21:51:25::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:25::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:25::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:25::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:51:25::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:25::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:51:25::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:51:25::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:51:25::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:51:25::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:51:25::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:51:25::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:51:25::SCWBDomain::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp -TRACE::2022-05-15.21:51:25::SCWBDomain::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-05-15.21:51:25::SCWBDomain::Not a forced makefile updation, No changes are present. -TRACE::2022-05-15.21:51:25::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c " make -C zynq_fsbl_bsp ; make " -TRACE::2022-05-15.21:51:25::SCWBDomain::make: Entering directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-05-15.21:51:25::SCWBDomain::make --no-print-directory seq_libs - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:51:25::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:51:25::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:25::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:25::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:25::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:25::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:25::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:25::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:25::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:25::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:25::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:25::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:51:25::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:25::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-05-15.21:51:25::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:25::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:51:25::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:51:25::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-05-15.21:51:25::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-05-15.21:51:25::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:51:25::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:51:25::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:51:25::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:25::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:25::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:25::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-05-15.21:51:25::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-05-15.21:51:25::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:51:25::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:51:25::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:51:25::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:51:25::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-05-15.21:51:25::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-05-15.21:51:25::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Compiling ip_fifo... - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:51:25::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:25::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Compiling ip_encoder... - -TRACE::2022-05-15.21:51:25::SCWBDomain::Finished building libraries sequentially. - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -j 6 --no-print-directory par_libs - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:51:25::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:51:25::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:25::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:25::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:25::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:25::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilrsa_v1_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:25::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:25::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:25::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:25::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:25::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:25::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:51:25::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:25::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-05-15.21:51:25::SCWBDomain::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:25::SCWBDomain:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:51:25::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:51:25::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-05-15.21:51:25::SCWBDomain::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-05-15.21:51:25::SCWBDomain::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:51:25::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:51:25::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:25::SCWBDomain::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:25::SCWBDomain::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:51:25::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:25::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-05-15.21:51:25::SCWBDomain::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-05-15.21:51:25::SCWBDomain::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:51:25::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:51:25::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:51:25::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:51:25::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:51:25::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:51:25::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xilffs_v4_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:51:25::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:51:25::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:51:25::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:51:25::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-05-15.21:51:25::SCWBDomain::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-05-15.21:51:25::SCWBDomain::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:51:25::SCWBDomain::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:51:25::SCWBDomain::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:51:25::SCWBDomain::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:25::SCWBDomain::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:25::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-15.21:51:25::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-05-15.21:51:25::SCWBDomain::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-05-15.21:51:25::SCWBDomain::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:26::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-15.21:51:26::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-05-15.21:51:26::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-05-15.21:51:26::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:26::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-15.21:51:26::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:51:26::SCWBDomain::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:51:26::SCWBDomain::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:26::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-15.21:51:26::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:51:26::SCWBDomain::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:51:26::SCWBDomain::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:26::SCWBDomain::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-15.21:51:26::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-05-15.21:51:26::SCWBDomain:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-05-15.21:51:26::SCWBDomain::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:27::SCWBDomain::Finished building libraries parallelly. - -TRACE::2022-05-15.21:51:27::SCWBDomain::make --no-print-directory archive - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-05-15.21:51:27::SCWBDomain::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-05-15.21:51:27::SCWBDomain::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-05-15.21:51:27::SCWBDomain::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-05-15.21:51:27::SCWBDomain::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-05-15.21:51:27::SCWBDomain::lib/read.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xdevcfg_g.o ps7_cortexa9_0/lib -TRACE::2022-05-15.21:51:27::SCWBDomain::/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sinit.o ps7_cortexa9_0/lib/xsc -TRACE::2022-05-15.21:51:27::SCWBDomain::ugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g.o ps7_cortexa9_0/lib/unlink -TRACE::2022-05-15.21:51:27::SCWBDomain::.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/tim -TRACE::2022-05-15.21:51:27::SCWBDomain::e.o ps7_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o -TRACE::2022-05-15.21:51:27::SCWBDomain::ps7_cortexa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/putnum.o -TRACE::2022-05-15.21:51:27::SCWBDomain:: ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps7_cortexa9_0/lib/xi -TRACE::2022-05-15.21:51:27::SCWBDomain::l_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc_psreset_api.o ps7_ -TRACE::2022-05-15.21:51:27::SCWBDomain::cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/lib/xadcps_intr.o ps -TRACE::2022-05-15.21:51:27::SCWBDomain::7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/boot.o ps7_cortexa9_0/lib/xil_testio.o ps7 -TRACE::2022-05-15.21:51:27::SCWBDomain::_cortexa9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9 -TRACE::2022-05-15.21:51:27::SCWBDomain::_0/lib/xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9 -TRACE::2022-05-15.21:51:27::SCWBDomain::_0/lib/cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_ -TRACE::2022-05-15.21:51:27::SCWBDomain::0/lib/xadcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_corte -TRACE::2022-05-15.21:51:27::SCWBDomain::xa9_0/lib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9 -TRACE::2022-05-15.21:51:27::SCWBDomain::_0/lib/xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/ -TRACE::2022-05-15.21:51:27::SCWBDomain::lib/_sbrk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-05-15.21:51:27::SCWBDomain::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-05-15.21:51:27::SCWBDomain::Finished building libraries - -TRACE::2022-05-15.21:51:27::SCWBDomain::make: Leaving directory '/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp' - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c pcap.c -o pcap.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-05-15.21:51:27::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c qspi.c -o qspi.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-05-15.21:51:27::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nor.c -o nor.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-05-15.21:51:27::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c rsa.c -o rsa.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-05-15.21:51:27::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c main.c -o main.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-05-15.21:51:27::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_hooks.c -o fsbl_hooks.o -Izynq_f -TRACE::2022-05-15.21:51:27::SCWBDomain::sbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c md5.c -o md5.o -Izynq_fsbl_bsp/ps7_co -TRACE::2022-05-15.21:51:27::SCWBDomain::rtexa9_0/include -I. - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c image_mover.c -o image_mover.o -Izynq -TRACE::2022-05-15.21:51:27::SCWBDomain::_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c ps7_init.c -o ps7_init.o -Izynq_fsbl_ -TRACE::2022-05-15.21:51:27::SCWBDomain::bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c nand.c -o nand.o -Izynq_fsbl_bsp/ps7_ -TRACE::2022-05-15.21:51:27::SCWBDomain::cortexa9_0/include -I. - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c sd.c -o sd.o -Izynq_fsbl_bsp/ps7_cort -TRACE::2022-05-15.21:51:27::SCWBDomain::exa9_0/include -I. - -TRACE::2022-05-15.21:51:27::SCWBDomain::arm-none-eabi-gcc -O2 -c -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -c fsbl_handoff.S -o fsbl_handoff.o -Izy -TRACE::2022-05-15.21:51:27::SCWBDomain::nq_fsbl_bsp/ps7_cortexa9_0/include -I. - -TRACE::2022-05-15.21:51:28::SCWBDomain::arm-none-eabi-gcc -o fsbl.elf fsbl_handoff.o fsbl_hooks.o image_mover.o main.o md5.o nand.o nor.o pcap.o ps7_init.o qspi.o rsa. -TRACE::2022-05-15.21:51:28::SCWBDomain::o sd.o -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id -TRACE::2022-05-15.21:51:28::SCWBDomain::=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end- -TRACE::2022-05-15.21:51:28::SCWBDomain::group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections -Lzynq_fsbl_bsp/ps7_c -TRACE::2022-05-15.21:51:28::SCWBDomain::ortexa9_0/lib -L./ -Tlscript.ld - -LOG::2022-05-15.21:51:28::SCWSystem::Checking the domain standalone_domain -LOG::2022-05-15.21:51:28::SCWSystem::Not a boot domain -LOG::2022-05-15.21:51:28::SCWSystem::Started Processing the domain standalone_domain -TRACE::2022-05-15.21:51:28::SCWDomain::Generating domain artifcats -TRACE::2022-05-15.21:51:28::SCWMssOS::Generating standalone artifcats -TRACE::2022-05-15.21:51:28::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/qemu/ -TRACE::2022-05-15.21:51:28::SCWMssOS::Copying the qemu file from /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt To /home/miaow/zynq/vitis_workspace/test_lower_machine/export/test_lower_machine/sw/test_lower_machine/standalone_domain/qemu/ -TRACE::2022-05-15.21:51:28::SCWMssOS:: Copying the user libraries. -TRACE::2022-05-15.21:51:28::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:28::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:28::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:28::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:51:28::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:28::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:51:28::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:51:28::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:51:28::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:51:28::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:51:28::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:51:28::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:51:28::SCWMssOS::Completed writing the mss file at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp -TRACE::2022-05-15.21:51:28::SCWMssOS::Mss edits present, copying mssfile into export location /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:51:28::SCWMssOS::bsp generated is upto date with the mss file. Skipping bsp generation. -TRACE::2022-05-15.21:51:28::SCWMssOS::BSP is already built. skipping the bsp build ... -TRACE::2022-05-15.21:51:28::SCWDomain::Building the domain as part of full build : standalone_domain -TRACE::2022-05-15.21:51:28::SCWMssOS::doing bsp build ... -TRACE::2022-05-15.21:51:28::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make " -TRACE::2022-05-15.21:51:28::SCWMssOS::make --no-print-directory seq_libs - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:51:28::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:51:28::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:28::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:28::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:28::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:28::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:28::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:28::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:51:28::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:28::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-05-15.21:51:28::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:28::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:51:28::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:51:28::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-05-15.21:51:28::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-05-15.21:51:28::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:51:28::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:51:28::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:51:28::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:28::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:28::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:28::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-05-15.21:51:28::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-05-15.21:51:28::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:51:28::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:51:28::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-05-15.21:51:28::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-05-15.21:51:28::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Compiling ip_fifo... - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:51:28::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:28::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Compiling ip_encoder... - -TRACE::2022-05-15.21:51:28::SCWMssOS::Finished building libraries sequentially. - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -j 6 --no-print-directory par_libs - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:51:28::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:51:28::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:28::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:28::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:28::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:28::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:28::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:28::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:51:28::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:28::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-ea -TRACE::2022-05-15.21:51:28::SCWMssOS::bi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:28::SCWMssOS:: -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:51:28::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:51:28::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm- -TRACE::2022-05-15.21:51:28::SCWMssOS::none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-a -TRACE::2022-05-15.21:51:28::SCWMssOS::bi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:51:28::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:51:28::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:51:28::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:28::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi -TRACE::2022-05-15.21:51:28::SCWMssOS::-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard - -TRACE::2022-05-15.21:51:28::SCWMssOS::nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-no -TRACE::2022-05-15.21:51:28::SCWMssOS::ne-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi -TRACE::2022-05-15.21:51:28::SCWMssOS::=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make include in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s include "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:51:28::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:51:28::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scuwdt_v2_4/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:51:28::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:51:28::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/devcfg_v3_7/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scugic_v4_6/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:51:28::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:51:28::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:51:28::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:51:28::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/uartps_v3_11/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-a -TRACE::2022-05-15.21:51:28::SCWMssOS::s" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -no -TRACE::2022-05-15.21:51:28::SCWMssOS::startfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/scutimer_v2_3/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi- -TRACE::2022-05-15.21:51:28::SCWMssOS::as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -n -TRACE::2022-05-15.21:51:28::SCWMssOS::ostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/standalone_v7_6/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eab -TRACE::2022-05-15.21:51:28::SCWMssOS::i-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -TRACE::2022-05-15.21:51:28::SCWMssOS::-nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-non -TRACE::2022-05-15.21:51:28::SCWMssOS::e-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi= -TRACE::2022-05-15.21:51:28::SCWMssOS::hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/ddrps_v1_2/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-05-15.21:51:28::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-05-15.21:51:28::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/xadcps_v2_6/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as -TRACE::2022-05-15.21:51:28::SCWMssOS::" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nos -TRACE::2022-05-15.21:51:28::SCWMssOS::tartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none- -TRACE::2022-05-15.21:51:28::SCWMssOS::eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=ha -TRACE::2022-05-15.21:51:28::SCWMssOS::rd -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:28::SCWMssOS::Running Make libs in ps7_cortexa9_0/libsrc/dmaps_v2_8/src - -TRACE::2022-05-15.21:51:28::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s libs "SHELL=/bin/sh" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" -TRACE::2022-05-15.21:51:28::SCWMssOS:: "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nost -TRACE::2022-05-15.21:51:28::SCWMssOS::artfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -TRACE::2022-05-15.21:51:29::SCWMssOS::Finished building libraries parallelly. - -TRACE::2022-05-15.21:51:29::SCWMssOS::make --no-print-directory archive - -TRACE::2022-05-15.21:51:29::SCWMssOS::arm-none-eabi-ar -r ps7_cortexa9_0/lib/libxil.a ps7_cortexa9_0/lib/xscugic_selftest.o ps7_cortexa9_0/lib/close.o ps7_cortexa9_ -TRACE::2022-05-15.21:51:29::SCWMssOS::0/lib/xcoresightpsdcc.o ps7_cortexa9_0/lib/xscuwdt.o ps7_cortexa9_0/lib/xdevcfg_selftest.o ps7_cortexa9_0/lib/xscutimer.o ps7_c -TRACE::2022-05-15.21:51:29::SCWMssOS::ortexa9_0/lib/xdmaps.o ps7_cortexa9_0/lib/xdevcfg_sinit.o ps7_cortexa9_0/lib/xil_testcache.o ps7_cortexa9_0/lib/getpid.o ps7_co -TRACE::2022-05-15.21:51:29::SCWMssOS::rtexa9_0/lib/xuartps.o ps7_cortexa9_0/lib/xuartps_intr.o ps7_cortexa9_0/lib/xil_util.o ps7_cortexa9_0/lib/abort.o ps7_cortexa9_ -TRACE::2022-05-15.21:51:29::SCWMssOS::0/lib/usleep.o ps7_cortexa9_0/lib/asm_vectors.o ps7_cortexa9_0/lib/xl2cc_counter.o ps7_cortexa9_0/lib/xtime_l.o ps7_cortexa9_0/ -TRACE::2022-05-15.21:51:29::SCWMssOS::lib/read.o ps7_cortexa9_0/lib/lseek.o ps7_cortexa9_0/lib/outbyte.o ps7_cortexa9_0/lib/xuartps_selftest.o ps7_cortexa9_0/lib/xde -TRACE::2022-05-15.21:51:29::SCWMssOS::vcfg_g.o ps7_cortexa9_0/lib/open.o ps7_cortexa9_0/lib/fcntl.o ps7_cortexa9_0/lib/xuartps_sinit.o ps7_cortexa9_0/lib/xscugic_sin -TRACE::2022-05-15.21:51:29::SCWMssOS::it.o ps7_cortexa9_0/lib/xscugic_intr.o ps7_cortexa9_0/lib/xdmaps_hw.o ps7_cortexa9_0/lib/xadcps.o ps7_cortexa9_0/lib/xuartps_g. -TRACE::2022-05-15.21:51:29::SCWMssOS::o ps7_cortexa9_0/lib/unlink.o ps7_cortexa9_0/lib/xscuwdt_g.o ps7_cortexa9_0/lib/xil_sleepcommon.o ps7_cortexa9_0/lib/time.o ps7 -TRACE::2022-05-15.21:51:29::SCWMssOS::_cortexa9_0/lib/xscugic_hw.o ps7_cortexa9_0/lib/cpu_init.o ps7_cortexa9_0/lib/xil_clocking.o ps7_cortexa9_0/lib/write.o ps7_cor -TRACE::2022-05-15.21:51:29::SCWMssOS::texa9_0/lib/translation_table.o ps7_cortexa9_0/lib/xil_spinlock.o ps7_cortexa9_0/lib/print.o ps7_cortexa9_0/lib/boot.o ps7_cort -TRACE::2022-05-15.21:51:29::SCWMssOS::exa9_0/lib/putnum.o ps7_cortexa9_0/lib/xscutimer_selftest.o ps7_cortexa9_0/lib/xdmaps_selftest.o ps7_cortexa9_0/lib/inbyte.o ps -TRACE::2022-05-15.21:51:29::SCWMssOS::7_cortexa9_0/lib/xil_cache.o ps7_cortexa9_0/lib/xscutimer_sinit.o ps7_cortexa9_0/lib/xdmaps_sinit.o ps7_cortexa9_0/lib/xil_misc -TRACE::2022-05-15.21:51:29::SCWMssOS::_psreset_api.o ps7_cortexa9_0/lib/xscutimer_g.o ps7_cortexa9_0/lib/xdmaps_g.o ps7_cortexa9_0/lib/xpm_counter.o ps7_cortexa9_0/l -TRACE::2022-05-15.21:51:29::SCWMssOS::ib/xadcps_intr.o ps7_cortexa9_0/lib/xil_sleeptimer.o ps7_cortexa9_0/lib/xdevcfg_hw.o ps7_cortexa9_0/lib/xil_testio.o ps7_cortex -TRACE::2022-05-15.21:51:29::SCWMssOS::a9_0/lib/_exit.o ps7_cortexa9_0/lib/xil_mem.o ps7_cortexa9_0/lib/xplatform_info.o ps7_cortexa9_0/lib/kill.o ps7_cortexa9_0/lib/ -TRACE::2022-05-15.21:51:29::SCWMssOS::xadcps_selftest.o ps7_cortexa9_0/lib/xil_printf.o ps7_cortexa9_0/lib/xdevcfg.o ps7_cortexa9_0/lib/xil_mmu.o ps7_cortexa9_0/lib/ -TRACE::2022-05-15.21:51:29::SCWMssOS::cpputest_time.o ps7_cortexa9_0/lib/xadcps_g.o ps7_cortexa9_0/lib/xuartps_hw.o ps7_cortexa9_0/lib/xscugic.o ps7_cortexa9_0/lib/x -TRACE::2022-05-15.21:51:29::SCWMssOS::adcps_sinit.o ps7_cortexa9_0/lib/isatty.o ps7_cortexa9_0/lib/xscugic_g.o ps7_cortexa9_0/lib/xscuwdt_selftest.o ps7_cortexa9_0/l -TRACE::2022-05-15.21:51:29::SCWMssOS::ib/xil-crt0.o ps7_cortexa9_0/lib/xil_assert.o ps7_cortexa9_0/lib/xscuwdt_sinit.o ps7_cortexa9_0/lib/_open.o ps7_cortexa9_0/lib/ -TRACE::2022-05-15.21:51:29::SCWMssOS::xil_testmem.o ps7_cortexa9_0/lib/xil_exception.o ps7_cortexa9_0/lib/vectors.o ps7_cortexa9_0/lib/sleep.o ps7_cortexa9_0/lib/_sb -TRACE::2022-05-15.21:51:29::SCWMssOS::rk.o ps7_cortexa9_0/lib/xuartps_options.o ps7_cortexa9_0/lib/xdevcfg_intr.o ps7_cortexa9_0/lib/errno.o ps7_cortexa9_0/lib/fstat -TRACE::2022-05-15.21:51:29::SCWMssOS::.o ps7_cortexa9_0/lib/sbrk.o - -TRACE::2022-05-15.21:51:29::SCWMssOS::Finished building libraries - -TRACE::2022-05-15.21:51:29::SCWMssOS::Copying to export directory. -TRACE::2022-05-15.21:51:29::SCWMssOS:: Checking if to create the Supporting Applications -TRACE::2022-05-15.21:51:29::SCWMssOS:: No Linux domain exists, trying to generate FSBL -LOG::2022-05-15.21:51:29::SCWSystem::Completed Processing the domain standalone_domain -LOG::2022-05-15.21:51:29::SCWSystem::Completed Processing the sysconfig test_lower_machine -LOG::2022-05-15.21:51:29::SCWPlatform::Completed generating the artifacts for system configuration test_lower_machine -TRACE::2022-05-15.21:51:29::SCWPlatform::Started preparing the platform -TRACE::2022-05-15.21:51:29::SCWSystem::Writing the bif file for system config test_lower_machine -TRACE::2022-05-15.21:51:29::SCWSystem::dir created -TRACE::2022-05-15.21:51:29::SCWSystem::Writing the bif -TRACE::2022-05-15.21:51:29::SCWPlatform::Started writing the spfm file -TRACE::2022-05-15.21:51:29::SCWPlatform::Started writing the xpfm file -TRACE::2022-05-15.21:51:29::SCWPlatform::Completed generating the platform -TRACE::2022-05-15.21:51:29::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:51:29::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-05-15.21:51:29::SCWMssOS::Completed writemss as part of save. -TRACE::2022-05-15.21:51:29::SCWMssOS::Commit changes completed. -TRACE::2022-05-15.21:51:29::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:51:29::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-05-15.21:51:29::SCWMssOS::Completed writemss as part of save. -TRACE::2022-05-15.21:51:29::SCWMssOS::Commit changes completed. -TRACE::2022-05-15.21:51:29::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:29::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:29::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:29::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:51:29::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:29::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:51:29::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:51:29::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:51:29::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:51:29::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:51:29::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:51:29::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.21:51:29::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:29::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:29::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:29::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:51:29::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:29::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:51:29::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:51:29::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:51:29::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:51:29::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:51:29::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:51:29::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:51:29::SCWWriter::formatted JSON is { - "platformName": "test_lower_machine", - "sprVersion": "2.0", - "mode": "gui", - "dsaType": "Fixed", - "platformDesc": "test_lower_machine", - "platHandOff": "/home/miaow/zynq/test_lower_machine/system_wrapper.xsa", - "platIntHandOff": "/hw/system_wrapper.xsa", - "deviceType": "zynq", - "platIsPrebuiltAutogen": "false", - "platIsNoBootBsp": "false", - "hasFsblMakeHasChanges": "false", - "hasPmufwMakeHasChanges": "false", - "fsblExtraCompilerFlags": "-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ", - "platPreBuiltFlag": false, - "platformSamplesDir": "", - "platActiveSys": "test_lower_machine", - "systems": [{ - "systemName": "test_lower_machine", - "systemDesc": "test_lower_machine", - "sysIsBootAutoGen": "true", - "systemDispName": "test_lower_machine", - "sysActiveDom": "standalone_domain", - "sysDefaultDom": "standalone_domain", - "domains": [{ - "domainName": "zynq_fsbl", - "domainDispName": "zynq_fsbl", - "domainDesc": "FSBL Application BSP - Auto Generated.", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "debugEnable": "", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "3fdd1c7dbac828b83c9f819c92a08d8f", - "compatibleApp": "zynq_fsbl", - "domType": "bootDomain", - "arch": "32-bit", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": ["xilffs:4.6", "xilrsa:1.6"], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }, { - "domainName": "standalone_domain", - "domainDispName": "standalone on ps7_cortexa9_0", - "domainDesc": "standalone_domain", - "processors": "ps7_cortexa9_0", - "os": "standalone", - "sdxOs": "standalone", - "qemuArgs": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt", - "qemuData": "/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/", - "debugEnable": "False", - "domRuntimes": ["cpp"], - "swRepo": "", - "mssOsVer": "7.6", - "mssFile": "", - "md5Digest": "a10641440c908dd0ffda51d564b9fe42", - "compatibleApp": "", - "domType": "mssDomain", - "appSettings": { - "appCompilerFlags": "", - "appLinkerFlags": "" - }, - "addedLibs": [], - "libOptions": { - "libsContainingOptions": [] - }, - "prebuiltLibs": { - "prebuiltIncPath": [], - "prebuiltLibPath": [] - }, - "isolation": { - } - }] - }] -} -KEYINFO::2022-05-15.21:51:29::SCWPlatform::updated the xpfm file. -TRACE::2022-05-15.21:51:29::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:29::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:29::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:29::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.21:51:29::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.21:51:29::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.21:51:29::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.21:51:29::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.21:51:29::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.21:51:29::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.21:51:29::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.21:51:29::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.22:16:54::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:54::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:54::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:54::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.22:16:54::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:54::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.22:16:54::SCWPlatform::Do not have an existing db opened. -TRACE::2022-05-15.22:16:58::SCWPlatform::Opened new HwDB with name system_wrapper -TRACE::2022-05-15.22:16:58::SCWReader::Active system found as test_lower_machine -TRACE::2022-05-15.22:16:58::SCWReader::Handling sysconfig test_lower_machine -TRACE::2022-05-15.22:16:58::SCWDomain::checking for install qemu data : -TRACE::2022-05-15.22:16:58::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-05-15.22:16:58::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.22:16:58::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.22:16:58::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.22:16:58::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.22:16:58::SCWReader::Boot application domain added for zynq_fsbl -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.22:16:58::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.22:16:58::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::DEBUG: swdes dump -TRACE::2022-05-15.22:16:58::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss with des name system -TRACE::2022-05-15.22:16:58::SCWMssOS::updating the scw layer about changes -TRACE::2022-05-15.22:16:58::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.22:16:58::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.22:16:58::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.22:16:58::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS:: library already available in sw design: xilffs:4.6 -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.22:16:58::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.22:16:58::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.22:16:58::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS:: library already available in sw design: xilrsa:1.6 -TRACE::2022-05-15.22:16:58::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-05-15.22:16:58::SCWMssOS::Completed writemss as part of save. -TRACE::2022-05-15.22:16:58::SCWMssOS::Commit changes completed. -TRACE::2022-05-15.22:16:58::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-05-15.22:16:58::SCWReader::Adding prebuilt incpaths as -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.22:16:58::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.22:16:58::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.22:16:58::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWReader::No isolation master present -TRACE::2022-05-15.22:16:58::SCWDomain::checking for install qemu data : -TRACE::2022-05-15.22:16:58::SCWDomain:: Using the QEMU Data from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/ -TRACE::2022-05-15.22:16:58::SCWDomain:: Using the QEMU args from install at : /home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.22:16:58::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.22:16:58::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.22:16:58::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.22:16:58::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.22:16:58::SCWMssOS::No sw design opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::mss exists loading the mss file /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::Opened the sw design from mss /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::Adding the swdes entry /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss with des name system_0 -TRACE::2022-05-15.22:16:58::SCWMssOS::updating the scw layer about changes -TRACE::2022-05-15.22:16:58::SCWMssOS::Opened the sw design. /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::Saving the mss changes /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::Found a swdesign opened with the mssfile. -TRACE::2022-05-15.22:16:58::SCWMssOS::Completed writemss as part of save. -TRACE::2022-05-15.22:16:58::SCWMssOS::Commit changes completed. -TRACE::2022-05-15.22:16:58::SCWReader::Adding prebuilt librarypaths as -TRACE::2022-05-15.22:16:58::SCWReader::Adding prebuilt incpaths as -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to open the hw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA given /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA absoulate path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform::DSA directory /home/miaow/zynq/vitis_workspace/test_lower_machine/hw -TRACE::2022-05-15.22:16:58::SCWPlatform:: Platform Path /home/miaow/zynq/vitis_workspace/test_lower_machine/hw/system_wrapper.xsa -TRACE::2022-05-15.22:16:58::SCWPlatform:: Unique name xilinx:::0.0 -TRACE::2022-05-15.22:16:58::SCWPlatform::Trying to set the existing hwdb with name system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Opened existing hwdb system_wrapper -TRACE::2022-05-15.22:16:58::SCWPlatform::Found the Hw Db part of the input DSA -TRACE::2022-05-15.22:16:58::SCWMssOS::Checking the sw design at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWMssOS::DEBUG: swdes dump /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss|system_0|| -/home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss|system|| - -TRACE::2022-05-15.22:16:58::SCWMssOS::Sw design exists and opened at /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss -TRACE::2022-05-15.22:16:58::SCWReader::No isolation master present -TRACE::2022-05-15.22:16:58::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-05-15.22:16:58::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-05-15.22:16:58::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-05-15.22:16:58::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-15.22:16:58::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-05-15.22:16:58::SCWMssOS::cleaning the bsp -TRACE::2022-05-15.22:16:58::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-15.22:16:58::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-05-15.22:17:04::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-05-15.22:17:04::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-05-15.22:17:04::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-05-15.22:17:04::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-15.22:17:04::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-05-15.22:17:04::SCWMssOS::cleaning the bsp -TRACE::2022-05-15.22:17:04::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-15.22:17:04::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-05-15.22:17:10::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-05-15.22:17:10::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-05-15.22:17:10::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-05-15.22:17:10::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-15.22:17:10::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-05-15.22:17:10::SCWMssOS::cleaning the bsp -TRACE::2022-05-15.22:17:10::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-15.22:17:10::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-05-15.22:17:20::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-05-15.22:17:20::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-05-15.22:17:20::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-05-15.22:17:20::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-15.22:17:20::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-05-15.22:17:20::SCWMssOS::cleaning the bsp -TRACE::2022-05-15.22:17:20::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-15.22:17:20::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-05-15.22:17:29::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl ; bash -c "make clean" -TRACE::2022-05-15.22:17:29::SCWBDomain::rm -rf pcap.o qspi.o nor.o rsa.o main.o fsbl_hooks.o md5.o image_mover.o ps7_init.o nand.o sd.o fsbl_handoff.o zyn -TRACE::2022-05-15.22:17:29::SCWBDomain::q_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a fsbl.elf *.o - -TRACE::2022-05-15.22:17:29::SCWBDomain::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp ; bash -c "make clean" -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilrsa_v1_6/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xilffs_v4_6/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-15.22:17:29::SCWBDomain::rm -f ps7_cortexa9_0/lib/libxil.a - -TRACE::2022-05-15.22:17:29::SCWMssOS::cleaning the bsp -TRACE::2022-05-15.22:17:29::SCWMssOS::System Command Ran cd /home/miaow/zynq/vitis_workspace/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp ; bash -c "make clean " -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scuwdt_v2_4/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/devcfg_v3_7/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scugic_v4_6/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/uartps_v3_11/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/scutimer_v2_3/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/standalone_v7_6/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ddrps_v1_2/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/xadcps_v2_6/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::make -C ps7_cortexa9_0/libsrc/dmaps_v2_8/src -s clean - -TRACE::2022-05-15.22:17:29::SCWMssOS::rm -f ps7_cortexa9_0/lib/libxil.a - diff --git a/source/test_lower_machine/platform.spr b/source/test_lower_machine/platform.spr deleted file mode 100644 index ccb72e7..0000000 --- a/source/test_lower_machine/platform.spr +++ /dev/null @@ -1 +0,0 @@ -{"platformName":"test_lower_machine","sprVersion":"2.0","mode":"gui","dsaType":"Fixed","platformDesc":"test_lower_machine","platHandOff":"/home/miaow/zynq/test_lower_machine/system_wrapper.xsa","platIntHandOff":"/hw/system_wrapper.xsa","deviceType":"zynq","platIsPrebuiltAutogen":"false","platIsNoBootBsp":"false","hasFsblMakeHasChanges":"false","hasPmufwMakeHasChanges":"false","fsblExtraCompilerFlags":"-MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ","platPreBuiltFlag":false,"platformSamplesDir":"","platActiveSys":"test_lower_machine","systems":[{"systemName":"test_lower_machine","systemDesc":"test_lower_machine","sysIsBootAutoGen":"true","systemDispName":"test_lower_machine","sysActiveDom":"standalone_domain","sysDefaultDom":"standalone_domain","domains":[{"domainName":"zynq_fsbl","domainDispName":"zynq_fsbl","domainDesc":"FSBL Application BSP - Auto Generated.","processors":"ps7_cortexa9_0","os":"standalone","sdxOs":"standalone","debugEnable":"","domRuntimes":["cpp"],"swRepo":"","mssOsVer":"7.6","mssFile":"","md5Digest":"3fdd1c7dbac828b83c9f819c92a08d8f","compatibleApp":"zynq_fsbl","domType":"bootDomain","arch":"32-bit","appSettings":{"appCompilerFlags":"","appLinkerFlags":""},"addedLibs":["xilffs:4.6","xilrsa:1.6"],"libOptions":{"libsContainingOptions":[]},"prebuiltLibs":{"prebuiltIncPath":[],"prebuiltLibPath":[]},"isolation":{}},{"domainName":"standalone_domain","domainDispName":"standalone on ps7_cortexa9_0","domainDesc":"standalone_domain","processors":"ps7_cortexa9_0","os":"standalone","sdxOs":"standalone","qemuArgs":"/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/qemu_args.txt","qemuData":"/home/miaow/software/Xilinx/Vitis/2021.2/data/emulation/platforms/zynq/sw/a9_standalone/qemu/","debugEnable":"False","domRuntimes":["cpp"],"swRepo":"","mssOsVer":"7.6","mssFile":"","md5Digest":"a10641440c908dd0ffda51d564b9fe42","compatibleApp":"","domType":"mssDomain","appSettings":{"appCompilerFlags":"","appLinkerFlags":""},"addedLibs":[],"libOptions":{"libsContainingOptions":[]},"prebuiltLibs":{"prebuiltIncPath":[],"prebuiltLibPath":[]},"isolation":{}}]}]} diff --git a/source/test_lower_machine/platform.tcl b/source/test_lower_machine/platform.tcl deleted file mode 100644 index 9626bb4..0000000 --- a/source/test_lower_machine/platform.tcl +++ /dev/null @@ -1,75 +0,0 @@ -# -# Usage: To re-create this platform project launch xsct with below options. -# xsct /home/miaow/zynq/vitis_workspace/test_lower_machine/platform.tcl -# -# OR launch xsct and run below command. -# source /home/miaow/zynq/vitis_workspace/test_lower_machine/platform.tcl -# -# To create the platform in a different location, modify the -out option of "platform create" command. -# -out option specifies the output directory of the platform project. - -platform create -name {test_lower_machine}\ --hw {/home/miaow/zynq/test_lower_machine/system_wrapper.xsa}\ --proc {ps7_cortexa9_0} -os {standalone} -out {/home/miaow/zynq/vitis_workspace} - -platform write -platform generate -domains -platform active {test_lower_machine} -platform generate -platform config -updatehw {/home/miaow/zynq/test_lower_machine/system_wrapper.xsa} -platform generate -domains -platform config -updatehw {/home/miaow/zynq/test_lower_machine/system_wrapper.xsa} -platform generate -domains -platform config -updatehw {/home/miaow/zynq/test_lower_machine/system_wrapper.xsa} -platform generate -domains -platform config -updatehw {/home/miaow/zynq/test_lower_machine/system_wrapper.xsa} -platform generate -domains -platform config -updatehw {/home/miaow/zynq/test_lower_machine/system_wrapper.xsa} -platform generate -domains -platform clean -platform generate -platform active {test_lower_machine} -platform config -updatehw {/home/miaow/zynq/test_lower_machine/system_wrapper.xsa} -platform clean -platform generate -platform clean -platform generate -platform active {test_lower_machine} -platform config -updatehw {/home/miaow/zynq/test_lower_machine/system_wrapper.xsa} -platform generate -domains -platform clean -platform generate -platform clean -platform clean -platform generate -platform clean -platform config -updatehw {/home/miaow/zynq/test_lower_machine/system_wrapper.xsa} -platform generate -platform clean -platform generate -platform clean -platform clean -platform config -updatehw {/home/miaow/zynq/test_lower_machine/system_wrapper.xsa} -platform generate -platform clean -platform clean -platform generate -platform clean -platform clean -platform active {test_lower_machine} -platform config -updatehw {/home/miaow/zynq/test_lower_machine/system_wrapper.xsa} -platform generate -platform clean -platform clean -platform clean -platform generate -platform clean -platform generate -platform generate -platform clean -platform generate -platform clean -platform clean -platform clean -platform clean -platform clean diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/Makefile deleted file mode 100644 index e6defea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Makefile generated by Xilinx. - -DRIVER_LIB_VERSION = 1.0 -PROCESSOR = ps7_cortexa9_0 -LIBRARIES = ${PROCESSOR}/lib/libxil.a -BSP_MAKEFILES := $(wildcard $(PROCESSOR)/libsrc/*/src/Makefile) -SUBDIRS := $(patsubst %/Makefile, %, $(BSP_MAKEFILES)) -BSP_SEQUENTIAL_MAKEFILES := ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/Makefile ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/Makefile -BSP_PARALLEL_MAKEFILES := $(filter-out $(BSP_SEQUENTIAL_MAKEFILES),$(BSP_MAKEFILES)) -SEQ_SUBDIRS := $(patsubst %/Makefile, %, $(BSP_SEQUENTIAL_MAKEFILES)) -PAR_SUBDIRS := $(patsubst %/Makefile, %, $(BSP_PARALLEL_MAKEFILES)) - -ifneq (,$(findstring win,$(RDI_PLATFORM))) - SHELL = CMD -endif - -all: - $(MAKE) --no-print-directory seq_libs - $(MAKE) -j 6 --no-print-directory par_libs - $(MAKE) --no-print-directory archive - @echo 'Finished building libraries' - -include: $(addsuffix /make.include,$(SUBDIRS)) - -seq_libs: $(addsuffix /make.libs,$(SEQ_SUBDIRS)) - @echo 'Finished building libraries sequentially.' - -par_libs: $(addsuffix /make.libs,$(PAR_SUBDIRS)) - @echo 'Finished building libraries parallelly.' - -archive: - arm-none-eabi-ar -r $(LIBRARIES) $(wildcard $(PROCESSOR)/lib/*.o) - -clean: $(addsuffix /make.clean,$(SUBDIRS)) - rm -f ${PROCESSOR}/lib/libxil.a - -$(PROCESSOR)/lib/libxil.a: $(PROCESSOR)/lib/libxil_init.a - cp -f $< $@ - -%/make.include: $(if $(wildcard $(PROCESSOR)/lib/libxil_init.a),$(PROCESSOR)/lib/libxil.a,) - @echo "Running Make include in $(subst /make.include,,$@)" - $(MAKE) -C $(subst /make.include,,$@) -s include "SHELL=$(SHELL)" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -%/make.libs: include - @echo "Running Make libs in $(subst /make.libs,,$@)" - $(MAKE) -C $(subst /make.libs,,$@) -s libs "SHELL=$(SHELL)" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -%/make.clean: - $(MAKE) -C $(subst /make.clean,,$@) -s clean diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/dep.mk b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/dep.mk deleted file mode 100644 index dc5ac1c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/dep.mk +++ /dev/null @@ -1,3 +0,0 @@ -# generated by Xilinx. - -DEPENDENCY_FLAGS= -MMD -MP diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/_profile_timer_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/_profile_timer_hw.h deleted file mode 100644 index b80c577..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/_profile_timer_hw.h +++ /dev/null @@ -1,281 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef PROFILE_TIMER_HW_H -#define PROFILE_TIMER_HW_H - -#include "profile.h" - -#ifdef PROC_PPC -#if defined __GNUC__ -# define SYNCHRONIZE_IO __asm__ volatile ("eieio") -#elif defined __DCC__ -# define SYNCHRONIZE_IO __asm volatile(" eieio") -#else -# define SYNCHRONIZE_IO -#endif -#endif - -#ifdef PROC_PPC -#define ProfIo_In32(InputPtr) { (*(volatile u32 *)(InputPtr)); SYNCHRONIZE_IO; } -#define ProfIo_Out32(OutputPtr, Value) { (*(volatile u32 *)(OutputPtr) = Value); SYNCHRONIZE_IO; } -#else -#define ProfIo_In32(InputPtr) (*(volatile u32 *)(InputPtr)); -#define ProfIo_Out32(OutputPtr, Value) { (*(volatile u32 *)(OutputPtr) = (Value)); } -#endif - -#define ProfTmrCtr_mWriteReg(BaseAddress, TmrCtrNumber, RegOffset, ValueToWrite)\ - ProfIo_Out32(((u32)(BaseAddress) + (u32)XTmrCtr_Offsets[(TmrCtrNumber)] + \ - (u32)(RegOffset)), (u32)(ValueToWrite)) - -#define ProfTimerCtr_mReadReg(BaseAddress, TmrCtrNumber, RegOffset) \ - ProfIo_In32((u32)(BaseAddress) + (u32)XTmrCtr_Offsets[(TmrCtrNumber)] + (u32)(RegOffset)) - -#define ProfTmrCtr_mSetControlStatusReg(BaseAddress, TmrCtrNumber, RegisterValue)\ - ProfTmrCtr_mWriteReg((BaseAddress), (TmrCtrNumber), XTC_TCSR_OFFSET, \ - (RegisterValue)) - -#define ProfTmrCtr_mGetControlStatusReg(BaseAddress, TmrCtrNumber) \ - ProfTimerCtr_mReadReg((u32)(BaseAddress), (TmrCtrNumber), XTC_TCSR_OFFSET) - - - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef PROC_PPC -#include "xexception_l.h" -#include "xtime_l.h" -#include "xpseudo_asm.h" -#endif - -#ifdef TIMER_CONNECT_INTC -#include "xintc_l.h" -#include "xintc.h" -#endif /* TIMER_CONNECT_INTC */ - -#if (!defined PPC_PIT_INTERRUPT && !defined PROC_CORTEXA9) -#include "xtmrctr_l.h" -#endif - -#ifdef PROC_CORTEXA9 -#include "xscutimer_hw.h" -#include "xscugic.h" -#endif - -extern u32 timer_clk_ticks ; - -/*-------------------------------------------------------------------- - * PowerPC Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_PPC - -#ifdef PPC_PIT_INTERRUPT -u32 timer_lo_clk_ticks ; /* Clk ticks when Timer is disabled in CG */ -#endif - -#ifdef PROC_PPC440 -#define XREG_TCR_PIT_INTERRUPT_ENABLE XREG_TCR_DEC_INTERRUPT_ENABLE -#define XREG_TSR_PIT_INTERRUPT_STATUS XREG_TSR_DEC_INTERRUPT_STATUS -#define XREG_SPR_PIT XREG_SPR_DEC -#define XEXC_ID_PIT_INT XEXC_ID_DEC_INT -#endif - -/* -------------------------------------------------------------------- - * Disable the Timer - During Profiling - * - * For PIT Timer - - * 1. XTime_PITDisableInterrupt() ; - * 2. Store the remaining timer clk tick - * 3. Stop the PIT Timer - *-------------------------------------------------------------------- */ - -#ifdef PPC_PIT_INTERRUPT -#define disable_timer() \ - { \ - u32 val; \ - val=mfspr(XREG_SPR_TCR); \ - mtspr(XREG_SPR_TCR, val & (~XREG_TCR_PIT_INTERRUPT_ENABLE)); \ - timer_lo_clk_ticks = mfspr(XREG_SPR_PIT); \ - mtspr(XREG_SPR_PIT, 0); \ - } -#else -#define disable_timer() \ - { \ - u32 addr = (PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET; \ - u32 tmp_v = ProfIo_In32(addr); \ - tmp_v = tmp_v & (~XTC_CSR_ENABLE_TMR_MASK); \ - ProfIo_Out32((PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET, tmp_v); \ - } -#endif - - - -/* -------------------------------------------------------------------- - * Enable the Timer - * - * For PIT Timer - - * 1. Load the remaining timer clk ticks - * 2. XTime_PITEnableInterrupt() ; - *-------------------------------------------------------------------- */ -#ifdef PPC_PIT_INTERRUPT -#define enable_timer() \ - { \ - u32 val; \ - val=mfspr(XREG_SPR_TCR); \ - mtspr(XREG_SPR_PIT, timer_lo_clk_ticks); \ - mtspr(XREG_SPR_TCR, val | XREG_TCR_PIT_INTERRUPT_ENABLE); \ - } -#else -#define enable_timer() \ - { \ - u32 addr = (PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET; \ - u32 tmp_v = ProfIo_In32(addr); \ - tmp_v = tmp_v | XTC_CSR_ENABLE_TMR_MASK; \ - ProfIo_Out32((PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET, tmp_v); \ - } -#endif - - - -/* -------------------------------------------------------------------- - * Send Ack to Timer Interrupt - * - * For PIT Timer - - * 1. Load the timer clk ticks - * 2. Enable AutoReload and Interrupt - * 3. Clear PIT Timer Status bits - *-------------------------------------------------------------------- */ -#ifdef PPC_PIT_INTERRUPT -#define timer_ack() \ - { \ - u32 val; \ - mtspr(XREG_SPR_PIT, timer_clk_ticks); \ - mtspr(XREG_SPR_TSR, XREG_TSR_PIT_INTERRUPT_STATUS); \ - val=mfspr(XREG_SPR_TCR); \ - mtspr(XREG_SPR_TCR, val| XREG_TCR_PIT_INTERRUPT_ENABLE| XREG_TCR_AUTORELOAD_ENABLE); \ - } -#else -#define timer_ack() \ - { \ - u32 csr; \ - csr = ProfTmrCtr_mGetControlStatusReg(PROFILE_TIMER_BASEADDR, 0); \ - ProfTmrCtr_mSetControlStatusReg(PROFILE_TIMER_BASEADDR, 0, csr); \ - } -#endif - -/*-------------------------------------------------------------------- */ -#endif /* PROC_PPC */ -/* -------------------------------------------------------------------- */ - - - - -/* -------------------------------------------------------------------- - * MicroBlaze Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_MICROBLAZE - -/* -------------------------------------------------------------------- - * Disable the Timer during Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define disable_timer() \ - { \ - u32 Addr = ((u32)PROFILE_TIMER_BASEADDR); \ - Addr += (u32)XTmrCtr_Offsets[(u16)(0)]; \ - Addr += (u32)XTC_TCSR_OFFSET; \ - u32 tmp_v = ProfIo_In32(Addr); \ - tmp_v = tmp_v & (u32)(~XTC_CSR_ENABLE_TMR_MASK); \ - u32 OutAddr = (u32)PROFILE_TIMER_BASEADDR; \ - OutAddr += (u32)XTmrCtr_Offsets[(u16)(0)]; \ - OutAddr += (u32)XTC_TCSR_OFFSET; \ - ProfIo_Out32(OutAddr, (u32)tmp_v); \ - } - - -/* -------------------------------------------------------------------- - * Enable the Timer after Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define enable_timer() \ - { \ - u32 Addr = ((u32)PROFILE_TIMER_BASEADDR); \ - Addr += (u32)XTmrCtr_Offsets[(u16)(0)]; \ - Addr += (u32)XTC_TCSR_OFFSET; \ - u32 tmp_v = (u32)ProfIo_In32(Addr); \ - tmp_v = tmp_v | (u32)XTC_CSR_ENABLE_TMR_MASK; \ - ProfIo_Out32((u32)(PROFILE_TIMER_BASEADDR) + (u32)XTmrCtr_Offsets[(u16)(0)] + (u32)XTC_TCSR_OFFSET, (u32)tmp_v); \ - } - - -/* -------------------------------------------------------------------- - * Send Ack to Timer Interrupt - * - *-------------------------------------------------------------------- */ -#define timer_ack() \ - { \ - u32 csr; \ - csr = ProfTmrCtr_mGetControlStatusReg((u32)PROFILE_TIMER_BASEADDR, (u16)0); \ - ProfTmrCtr_mSetControlStatusReg((u32)PROFILE_TIMER_BASEADDR, (u16)0, (u32)csr); \ - } - -/*-------------------------------------------------------------------- */ -#endif /* PROC_MICROBLAZE */ -/*-------------------------------------------------------------------- */ - -/* -------------------------------------------------------------------- - * Cortex A9 Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_CORTEXA9 - -/* -------------------------------------------------------------------- - * Disable the Timer during Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define disable_timer() \ -{ \ - u32 Reg; \ - Reg = Xil_In32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET); \ - Reg &= (~XSCUTIMER_CONTROL_ENABLE_MASK);\ - Xil_Out32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET, Reg);\ -} - - -/* -------------------------------------------------------------------- - * Enable the Timer after Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define enable_timer() \ -{ \ - u32 Reg; \ - Reg = Xil_In32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET); \ - Reg |= XSCUTIMER_CONTROL_ENABLE_MASK; \ - Xil_Out32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET, Reg);\ -} - - -/* -------------------------------------------------------------------- - * Send Ack to Timer Interrupt - * - *-------------------------------------------------------------------- */ -#define timer_ack() \ -{ \ - Xil_Out32((u32)PROFILE_TIMER_BASEADDR + (u32)XSCUTIMER_ISR_OFFSET, \ - (u32)XSCUTIMER_ISR_EVENT_FLAG_MASK);\ -} - -/*-------------------------------------------------------------------- */ -#endif /* PROC_CORTEXA9 */ -/*-------------------------------------------------------------------- */ - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/bspconfig.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/bspconfig.h deleted file mode 100644 index 6f009c6..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/bspconfig.h +++ /dev/null @@ -1,24 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Configurations for Standalone BSP -* -*******************************************************************/ - -#ifndef BSPCONFIG_H /* prevent circular inclusions */ -#define BSPCONFIG_H /* by using protection macros */ - -#define MICROBLAZE_PVR_NONE - -/* Definition for hard-float ABI */ -#define FPU_HARD_FLOAT_ABI_ENABLED 1 - -#endif /*end of __BSPCONFIG_H_*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/ip_encoder.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/ip_encoder.h deleted file mode 100644 index 562108a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/ip_encoder.h +++ /dev/null @@ -1,79 +0,0 @@ - -#ifndef IP_ENCODER_H -#define IP_ENCODER_H - - -/****************** Include Files ********************/ -#include "xil_types.h" -#include "xstatus.h" - -#define IP_ENCODER_S00_AXI_SLV_REG0_OFFSET 0 -#define IP_ENCODER_S00_AXI_SLV_REG1_OFFSET 4 -#define IP_ENCODER_S00_AXI_SLV_REG2_OFFSET 8 -#define IP_ENCODER_S00_AXI_SLV_REG3_OFFSET 12 - - -/**************************** Type Definitions *****************************/ -/** - * - * Write a value to a IP_ENCODER register. A 32 bit write is performed. - * If the component is implemented in a smaller width, only the least - * significant data is written. - * - * @param BaseAddress is the base address of the IP_ENCODERdevice. - * @param RegOffset is the register offset from the base to write to. - * @param Data is the data written to the register. - * - * @return None. - * - * @note - * C-style signature: - * void IP_ENCODER_mWriteReg(u32 BaseAddress, unsigned RegOffset, u32 Data) - * - */ -#define IP_ENCODER_mWriteReg(BaseAddress, RegOffset, Data) \ - Xil_Out32((BaseAddress) + (RegOffset), (u32)(Data)) - -/** - * - * Read a value from a IP_ENCODER register. A 32 bit read is performed. - * If the component is implemented in a smaller width, only the least - * significant data is read from the register. The most significant data - * will be read as 0. - * - * @param BaseAddress is the base address of the IP_ENCODER device. - * @param RegOffset is the register offset from the base to write to. - * - * @return Data is the data from the register. - * - * @note - * C-style signature: - * u32 IP_ENCODER_mReadReg(u32 BaseAddress, unsigned RegOffset) - * - */ -#define IP_ENCODER_mReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/************************** Function Prototypes ****************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_ENCODER instance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_ENCODER_Reg_SelfTest(void * baseaddr_p); - -#endif // IP_ENCODER_H diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/ip_fifo.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/ip_fifo.h deleted file mode 100644 index 962207c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/ip_fifo.h +++ /dev/null @@ -1,90 +0,0 @@ - -#ifndef IP_FIFO_H -#define IP_FIFO_H - - -/****************** Include Files ********************/ -#include "xil_types.h" -#include "xstatus.h" - -#define IP_FIFO_S00_AXI_SLV_REG0_OFFSET 0 -#define IP_FIFO_S00_AXI_SLV_REG1_OFFSET 4 -#define IP_FIFO_S00_AXI_SLV_REG2_OFFSET 8 -#define IP_FIFO_S00_AXI_SLV_REG3_OFFSET 12 -#define IP_FIFO_S00_AXI_SLV_REG4_OFFSET 16 -#define IP_FIFO_S00_AXI_SLV_REG5_OFFSET 20 -#define IP_FIFO_S00_AXI_SLV_REG6_OFFSET 24 -#define IP_FIFO_S00_AXI_SLV_REG7_OFFSET 28 -#define IP_FIFO_S00_AXI_SLV_REG8_OFFSET 32 -#define IP_FIFO_S00_AXI_SLV_REG9_OFFSET 36 -#define IP_FIFO_S00_AXI_SLV_REG10_OFFSET 40 -#define IP_FIFO_S00_AXI_SLV_REG11_OFFSET 44 -#define IP_FIFO_S00_AXI_SLV_REG12_OFFSET 48 -#define IP_FIFO_S00_AXI_SLV_REG13_OFFSET 52 -#define IP_FIFO_S00_AXI_SLV_REG14_OFFSET 56 - - -/**************************** Type Definitions *****************************/ -/** - * - * Write a value to a IP_FIFO register. A 32 bit write is performed. - * If the component is implemented in a smaller width, only the least - * significant data is written. - * - * @param BaseAddress is the base address of the IP_FIFOdevice. - * @param RegOffset is the register offset from the base to write to. - * @param Data is the data written to the register. - * - * @return None. - * - * @note - * C-style signature: - * void IP_FIFO_mWriteReg(u32 BaseAddress, unsigned RegOffset, u32 Data) - * - */ -#define IP_FIFO_mWriteReg(BaseAddress, RegOffset, Data) \ - Xil_Out32((BaseAddress) + (RegOffset), (u32)(Data)) - -/** - * - * Read a value from a IP_FIFO register. A 32 bit read is performed. - * If the component is implemented in a smaller width, only the least - * significant data is read from the register. The most significant data - * will be read as 0. - * - * @param BaseAddress is the base address of the IP_FIFO device. - * @param RegOffset is the register offset from the base to write to. - * - * @return Data is the data from the register. - * - * @note - * C-style signature: - * u32 IP_FIFO_mReadReg(u32 BaseAddress, unsigned RegOffset) - * - */ -#define IP_FIFO_mReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/************************** Function Prototypes ****************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_FIFO instance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_FIFO_Reg_SelfTest(void * baseaddr_p); - -#endif // IP_FIFO_H diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/mblaze_nt_types.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/mblaze_nt_types.h deleted file mode 100644 index 6b51ea9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/mblaze_nt_types.h +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - - -#ifndef _MBLAZE_NT_TYPES_H -#define _MBLAZE_NT_TYPES_H - -#ifdef __cplusplus -extern "C" { -#endif - -typedef char byte; -typedef short half; -typedef int word; -typedef unsigned char ubyte; -typedef unsigned short uhalf; -typedef unsigned int uword; -typedef ubyte boolean; - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/profile.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/profile.h deleted file mode 100644 index 27b3df1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/profile.h +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef PROFILE_H -#define PROFILE_H 1 - -#include -#include "xil_types.h" -#include "profile_config.h" - -#ifdef PROC_MICROBLAZE -#include "mblaze_nt_types.h" -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -void _system_init( void ) ; -void _system_clean( void ) ; -void mcount(u32 frompc, u32 selfpc); -void profile_intr_handler( void ) ; -void _profile_init( void ); - - - -/**************************************************************************** - * Profiling on hardware - Hash table maintained on hardware and data sent - * to xmd for gmon.out generation. - ****************************************************************************/ -/* - * histogram counters are unsigned shorts (according to the kernel). - */ -#define HISTCOUNTER u16 - -struct tostruct { - u32 selfpc; - s32 count; - s16 link; - u16 pad; -}; - -struct fromstruct { - u32 frompc ; - s16 link ; - u16 pad ; -} ; - -/* - * general rounding functions. - */ -#define ROUNDDOWN(x,y) (((x)/(y))*(y)) -#define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) - -/* - * The profiling data structures are housed in this structure. - */ -struct gmonparam { - s32 state; - - /* Histogram Information */ - u16 *kcount; /* No. of bins in histogram */ - u32 kcountsize; /* Histogram samples */ - - /* Call-graph Information */ - struct fromstruct *froms; - u32 fromssize; - struct tostruct *tos; - u32 tossize; - - /* Initialization I/Ps */ - u32 lowpc; - u32 highpc; - u32 textsize; - /* u32 cg_froms, */ - /* u32 cg_tos, */ -}; -extern struct gmonparam *_gmonparam; -extern s32 n_gmon_sections; - -/* - * Possible states of profiling. - */ -#define GMON_PROF_ON 0 -#define GMON_PROF_BUSY 1 -#define GMON_PROF_ERROR 2 -#define GMON_PROF_OFF 3 - -/* - * Sysctl definitions for extracting profiling information from the kernel. - */ -#define GPROF_STATE 0 /* int: profiling enabling variable */ -#define GPROF_COUNT 1 /* struct: profile tick count buffer */ -#define GPROF_FROMS 2 /* struct: from location hash bucket */ -#define GPROF_TOS 3 /* struct: destination/count structure */ -#define GPROF_GMONPARAM 4 /* struct: profiling parameters (see above) */ - -#ifdef __cplusplus -} -#endif - -#endif /* PROFILE_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/sleep.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/sleep.h deleted file mode 100644 index 08af00b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/sleep.h +++ /dev/null @@ -1,93 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*****************************************************************************/ -/** -* @file sleep.h -* -* This header file contains ARM Cortex A53,A9,R5,Microblaze specific sleep -* related APIs. -* -*

-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6   srm  11/02/17 Added processor specific sleep routines
-*								 function prototypes.
-*
-* 
-* -******************************************************************************/ - -#ifndef SLEEP_H -#define SLEEP_H - -#include "xil_types.h" -#include "xil_io.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/*****************************************************************************/ -/** -* -* This macro polls an address periodically until a condition is met or till the -* timeout occurs. -* The minimum timeout for calling this macro is 100us. If the timeout is less -* than 100us, it still waits for 100us. Also the unit for the timeout is 100us. -* If the timeout is not a multiple of 100us, it waits for a timeout of -* the next usec value which is a multiple of 100us. -* -* @param IO_func - accessor function to read the register contents. -* Depends on the register width. -* @param ADDR - Address to be polled -* @param VALUE - variable to read the value -* @param COND - Condition to checked (usually involves VALUE) -* @param TIMEOUT_US - timeout in micro seconds -* -* @return 0 - when the condition is met -* -1 - when the condition is not met till the timeout period -* -* @note none -* -*****************************************************************************/ -#define Xil_poll_timeout(IO_func, ADDR, VALUE, COND, TIMEOUT_US) \ - ( { \ - u64 timeout = TIMEOUT_US/100; \ - if(TIMEOUT_US%100!=0) \ - timeout++; \ - for(;;) { \ - VALUE = IO_func(ADDR); \ - if(COND) \ - break; \ - else { \ - usleep(100); \ - timeout--; \ - if(timeout==0) \ - break; \ - } \ - } \ - (timeout>0) ? 0 : -1; \ - } ) - -void usleep(unsigned long useconds); -void sleep(unsigned int seconds); -int usleep_R5(unsigned long useconds); -unsigned sleep_R5(unsigned int seconds); -int usleep_MB(unsigned long useconds); -unsigned sleep_MB(unsigned int seconds); -int usleep_A53(unsigned long useconds); -unsigned sleep_A53(unsigned int seconds); -int usleep_A9(unsigned long useconds); -unsigned sleep_A9(unsigned int seconds); - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/smc.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/smc.h deleted file mode 100644 index 1b601db..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/smc.h +++ /dev/null @@ -1,96 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file smc.h -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  11/03/09 Initial release.
-* 4.2	pkp	 08/04/14 Removed function definition of XSmc_NorInit and XSmc_NorInit
-*					  as smc.c is removed
-* 
-* -* @note None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef SMC_H /* prevent circular inclusions */ -#define SMC_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xparameters.h" -#include "xil_io.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/* Memory controller configuration register offset */ -#define XSMCPSS_MC_STATUS 0x000U /* Controller status reg, RO */ -#define XSMCPSS_MC_INTERFACE_CONFIG 0x004U /* Interface config reg, RO */ -#define XSMCPSS_MC_SET_CONFIG 0x008U /* Set configuration reg, WO */ -#define XSMCPSS_MC_CLR_CONFIG 0x00CU /* Clear config reg, WO */ -#define XSMCPSS_MC_DIRECT_CMD 0x010U /* Direct command reg, WO */ -#define XSMCPSS_MC_SET_CYCLES 0x014U /* Set cycles register, WO */ -#define XSMCPSS_MC_SET_OPMODE 0x018U /* Set opmode register, WO */ -#define XSMCPSS_MC_REFRESH_PERIOD_0 0x020U /* Refresh period_0 reg, RW */ -#define XSMCPSS_MC_REFRESH_PERIOD_1 0x024U /* Refresh period_1 reg, RW */ - -/* Chip select configuration register offset */ -#define XSMCPSS_CS_IF0_CHIP_0_OFFSET 0x100U /* Interface 0 chip 0 config */ -#define XSMCPSS_CS_IF0_CHIP_1_OFFSET 0x120U /* Interface 0 chip 1 config */ -#define XSMCPSS_CS_IF0_CHIP_2_OFFSET 0x140U /* Interface 0 chip 2 config */ -#define XSMCPSS_CS_IF0_CHIP_3_OFFSET 0x160U /* Interface 0 chip 3 config */ -#define XSMCPSS_CS_IF1_CHIP_0_OFFSET 0x180U /* Interface 1 chip 0 config */ -#define XSMCPSS_CS_IF1_CHIP_1_OFFSET 0x1A0U /* Interface 1 chip 1 config */ -#define XSMCPSS_CS_IF1_CHIP_2_OFFSET 0x1C0U /* Interface 1 chip 2 config */ -#define XSMCPSS_CS_IF1_CHIP_3_OFFSET 0x1E0U /* Interface 1 chip 3 config */ - -/* User configuration register offset */ -#define XSMCPSS_UC_STATUS_OFFSET 0x200U /* User status reg, RO */ -#define XSMCPSS_UC_CONFIG_OFFSET 0x204U /* User config reg, WO */ - -/* Integration test register offset */ -#define XSMCPSS_IT_OFFSET 0xE00U - -/* ID configuration register offset */ -#define XSMCPSS_ID_PERIP_0_OFFSET 0xFE0U -#define XSMCPSS_ID_PERIP_1_OFFSET 0xFE4U -#define XSMCPSS_ID_PERIP_2_OFFSET 0xFE8U -#define XSMCPSS_ID_PERIP_3_OFFSET 0xFECU -#define XSMCPSS_ID_PCELL_0_OFFSET 0xFF0U -#define XSMCPSS_ID_PCELL_1_OFFSET 0xFF4U -#define XSMCPSS_ID_PCELL_2_OFFSET 0xFF8U -#define XSMCPSS_ID_PCELL_3_OFFSET 0xFFCU - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* SMC_H */ - -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/vectors.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/vectors.h deleted file mode 100644 index 6719ab0..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/vectors.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file vectors.h -* -* This file contains the C level vector prototypes for the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/10 Initial version, moved over from bsp area
-* 6.0   mus  07/27/16 Consolidated vectors for a9,a53 and r5 processors
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _VECTORS_H_ -#define _VECTORS_H_ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -#ifdef __cplusplus -extern "C" { -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void FIQInterrupt(void); -void IRQInterrupt(void); -#if !defined (__aarch64__) -void SWInterrupt(void); -void DataAbortInterrupt(void); -void PrefetchAbortInterrupt(void); -void UndefinedException(void); -#else -void SynchronousInterrupt(void); -void SErrorInterrupt(void); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xadcps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xadcps.h deleted file mode 100644 index 980f394..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xadcps.h +++ /dev/null @@ -1,571 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xadcps.h -* @addtogroup xadcps_v2_6 -* @{ -* @details -* -* The XAdcPs driver supports the Xilinx XADC/ADC device. -* -* The XADC/ADC device has the following features: -* - 10-bit, 200-KSPS (kilo samples per second) -* Analog-to-Digital Converter (ADC) -* - Monitoring of on-chip supply voltages and temperature -* - 1 dedicated differential analog-input pair and -* 16 auxiliary differential analog-input pairs -* - Automatic alarms based on user defined limits for the on-chip -* supply voltages and temperature -* - Automatic Channel Sequencer, programmable averaging, programmable -* acquisition time for the external inputs, unipolar or differential -* input selection for the external inputs -* - Inbuilt Calibration -* - Optional interrupt request generation -* -* -* The user should refer to the hardware device specification for detailed -* information about the device. -* -* This header file contains the prototypes of driver functions that can -* be used to access the XADC/ADC device. -* -* -* XADC Channel Sequencer Modes -* -* The XADC Channel Sequencer supports the following operating modes: -* -* - Default : This is the default mode after power up. -* In this mode of operation the XADC operates in -* a sequence mode, monitoring the on chip sensors: -* Temperature, VCCINT, and VCCAUX. -* - One pass through sequence : In this mode the XADC -* converts the channels enabled in the Sequencer Channel Enable -* registers for a single pass and then stops. -* - Continuous cycling of sequence : In this mode the XADC -* converts the channels enabled in the Sequencer Channel Enable -* registers continuously. -* - Single channel mode: In this mode the XADC Channel -* Sequencer is disabled and the XADC operates in a -* Single Channel Mode. -* The XADC can operate either in a Continuous or Event -* driven sampling mode in the single channel mode. -* - Simultaneous Sampling Mode: In this mode the XADC Channel -* Sequencer will automatically sequence through eight fixed pairs -* of auxiliary analog input channels for simulataneous conversion. -* - Independent ADC mode: In this mode the first ADC (A) is used to -* is used to implement a fixed monitoring mode similar to the -* default mode but the alarm fucntions ar eenabled. -* The second ADC (B) is available to be used with external analog -* input channels only. -* -* Read the XADC spec for more information about the sequencer modes. -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate to the XADC/ADC device. -* -* XAdcPs_CfgInitialize() API is used to initialize the XADC/ADC -* device. The user needs to first call the XAdcPs_LookupConfig() API which -* returns the Configuration structure pointer which is passed as a parameter to -* the XAdcPs_CfgInitialize() API. -* -* -* Interrupts -* -* The XADC/ADC device supports interrupt driven mode and the default -* operation mode is polling mode. -* -* The interrupt mode is available only if hardware is configured to support -* interrupts. -* -* This driver does not provide a Interrupt Service Routine (ISR) for the device. -* It is the responsibility of the application to provide one if needed. Refer to -* the interrupt example provided with this driver for details on using the -* device in interrupt mode. -* -* -* Virtual Memory -* -* This driver supports Virtual Memory. The RTOS is responsible for calculating -* the correct device base address in Virtual Memory space. -* -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* -* Building the driver -* -* The XAdcPs driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -* Limitations of the driver -* -* XADC/ADC device can be accessed through the JTAG port and the PLB -* interface. The driver implementation does not support the simultaneous access -* of the device by both these interfaces. The user has to care of this situation -* in the user application code. -* -*

-* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a ssb    12/22/11 First release based on the XPS/AXI xadc driver
-* 1.01a bss    02/18/13	Modified XAdcPs_SetSeqChEnables,XAdcPs_SetSeqAvgEnables
-*			XAdcPs_SetSeqInputMode and XAdcPs_SetSeqAcqTime APIs
-*			in xadcps.c to fix CR #693371
-* 1.03a bss    11/01/13 Modified xadcps_hw.h to use correct Register offsets
-*			CR#749687
-* 2.1   bss    08/05/14 Added declarations for XAdcPs_SetSequencerEvent,
-*			XAdcPs_GetSamplingMode, XAdcPs_SetMuxMode,
-*			XAdcPs_SetPowerdownMode and XAdcPs_GetPowerdownMode
-*			functions.
-*			Modified Assert for XAdcPs_SetSingleChParams in
-*			xadcps.c to fix CR #807563.
-* 2.2   bss    04/27/14 Modified to use correct Device Config base address in
-*						xadcps.c (CR#854437).
-*       ms     01/23/17 Added xil_printf statement in main function for all
-*                       examples to ensure that "Successfully ran" and "Failed"
-*                       strings are available in all examples. This is a fix
-*                       for CR-965028.
-*       ms     03/17/17 Added readme.txt file in examples folder for doxygen
-*                       generation.
-*       ms     04/05/17 Modified Comment lines in functions of xadcps
-*                       examples to recognize it as documentation block
-*                       for doxygen generation.
-* 2.3   mn     07/09/18 Fix Doxygen warning
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*       aad    12/17/20 Added missing function declarations and removed
-*			functions with no definitions.
-*
-* 
-* -*****************************************************************************/ -#ifndef XADCPS_H /* Prevent circular inclusions */ -#define XADCPS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xstatus.h" -#include "xadcps_hw.h" - -/************************** Constant Definitions ****************************/ - - -/** - * @name Indexes for the different channels. - * @{ - */ -#define XADCPS_CH_TEMP 0x0U /**< On Chip Temperature */ -#define XADCPS_CH_VCCINT 0x1U /**< VCCINT */ -#define XADCPS_CH_VCCAUX 0x2U /**< VCCAUX */ -#define XADCPS_CH_VPVN 0x3U /**< VP/VN Dedicated analog inputs */ -#define XADCPS_CH_VREFP 0x4U /**< VREFP */ -#define XADCPS_CH_VREFN 0x5U /**< VREFN */ -#define XADCPS_CH_VBRAM 0x6U /**< On-chip VBRAM Data Reg, 7 series */ -#define XADCPS_CH_SUPPLY_CALIB 0x07U /**< Supply Calib Data Reg */ -#define XADCPS_CH_ADC_CALIB 0x08U /**< ADC Offset Channel Reg */ -#define XADCPS_CH_GAINERR_CALIB 0x09U /**< Gain Error Channel Reg */ -#define XADCPS_CH_VCCPINT 0x0DU /**< On-chip PS VCCPINT Channel , Zynq */ -#define XADCPS_CH_VCCPAUX 0x0EU /**< On-chip PS VCCPAUX Channel , Zynq */ -#define XADCPS_CH_VCCPDRO 0x0FU /**< On-chip PS VCCPDRO Channel , Zynq */ -#define XADCPS_CH_AUX_MIN 16U /**< Channel number for 1st Aux Channel */ -#define XADCPS_CH_AUX_MAX 31U /**< Channel number for Last Aux channel */ - -/*@}*/ - - -/** - * @name Indexes for reading the Calibration Coefficient Data. - * @{ - */ -#define XADCPS_CALIB_SUPPLY_COEFF 0U /**< Supply Offset Calib Coefficient */ -#define XADCPS_CALIB_ADC_COEFF 1U /**< ADC Offset Calib Coefficient */ -#define XADCPS_CALIB_GAIN_ERROR_COEFF 2U /**< Gain Error Calib Coefficient*/ -/*@}*/ - - -/** - * @name Indexes for reading the Minimum/Maximum Measurement Data. - * @{ - */ -#define XADCPS_MAX_TEMP 0U /**< Maximum Temperature Data */ -#define XADCPS_MAX_VCCINT 1U /**< Maximum VCCINT Data */ -#define XADCPS_MAX_VCCAUX 2U /**< Maximum VCCAUX Data */ -#define XADCPS_MAX_VBRAM 3U /**< Maximum VBRAM Data */ -#define XADCPS_MIN_TEMP 4U /**< Minimum Temperature Data */ -#define XADCPS_MIN_VCCINT 5U /**< Minimum VCCINT Data */ -#define XADCPS_MIN_VCCAUX 6U /**< Minimum VCCAUX Data */ -#define XADCPS_MIN_VBRAM 7U /**< Minimum VBRAM Data */ -#define XADCPS_MAX_VCCPINT 8U /**< Maximum VCCPINT Register , Zynq */ -#define XADCPS_MAX_VCCPAUX 9U /**< Maximum VCCPAUX Register , Zynq */ -#define XADCPS_MAX_VCCPDRO 0xAU /**< Maximum VCCPDRO Register , Zynq */ -#define XADCPS_MIN_VCCPINT 0xCU /**< Minimum VCCPINT Register , Zynq */ -#define XADCPS_MIN_VCCPAUX 0xDU /**< Minimum VCCPAUX Register , Zynq */ -#define XADCPS_MIN_VCCPDRO 0xEU /**< Minimum VCCPDRO Register , Zynq */ - -/*@}*/ - - -/** - * @name Alarm Threshold(Limit) Register (ATR) indexes. - * @{ - */ -#define XADCPS_ATR_TEMP_UPPER 0U /**< High user Temperature */ -#define XADCPS_ATR_VCCINT_UPPER 1U /**< VCCINT high voltage limit register */ -#define XADCPS_ATR_VCCAUX_UPPER 2U /**< VCCAUX high voltage limit register */ -#define XADCPS_ATR_OT_UPPER 3U /**< VCCAUX high voltage limit register */ -#define XADCPS_ATR_TEMP_LOWER 4U /**< Upper Over Temperature limit Reg */ -#define XADCPS_ATR_VCCINT_LOWER 5U /**< VCCINT high voltage limit register */ -#define XADCPS_ATR_VCCAUX_LOWER 6U /**< VCCAUX low voltage limit register */ -#define XADCPS_ATR_OT_LOWER 7U /**< Lower Over Temperature limit */ -#define XADCPS_ATR_VBRAM_UPPER_ 8U /**< VRBAM Upper Alarm Reg, 7 Series */ -#define XADCPS_ATR_VCCPINT_UPPER 9U /**< VCCPINT Upper Alarm Reg, Zynq */ -#define XADCPS_ATR_VCCPAUX_UPPER 0xAU /**< VCCPAUX Upper Alarm Reg, Zynq */ -#define XADCPS_ATR_VCCPDRO_UPPER 0xBU /**< VCCPDRO Upper Alarm Reg, Zynq */ -#define XADCPS_ATR_VBRAM_LOWER 0xCU /**< VRBAM Lower Alarm Reg, 7 Series */ -#define XADCPS_ATR_VCCPINT_LOWER 0xDU /**< VCCPINT Lower Alarm Reg , Zynq */ -#define XADCPS_ATR_VCCPAUX_LOWER 0xEU /**< VCCPAUX Lower Alarm Reg , Zynq */ -#define XADCPS_ATR_VCCPDRO_LOWER 0xFU /**< VCCPDRO Lower Alarm Reg , Zynq */ - -/*@}*/ - - -/** - * @name Averaging to be done for the channels. - * @{ - */ -#define XADCPS_AVG_0_SAMPLES 0U /**< No Averaging */ -#define XADCPS_AVG_16_SAMPLES 1U /**< Average 16 samples */ -#define XADCPS_AVG_64_SAMPLES 2U /**< Average 64 samples */ -#define XADCPS_AVG_256_SAMPLES 3U /**< Average 256 samples */ - -/*@}*/ - - -/** - * @name Channel Sequencer Modes of operation - * @{ - */ -#define XADCPS_SEQ_MODE_SAFE 0U /**< Default Safe Mode */ -#define XADCPS_SEQ_MODE_ONEPASS 1U /**< Onepass through Sequencer */ -#define XADCPS_SEQ_MODE_CONTINPASS 2U /**< Continuous Cycling Sequencer */ -#define XADCPS_SEQ_MODE_SINGCHAN 3U /**< Single channel -No Sequencing */ -#define XADCPS_SEQ_MODE_SIMUL_SAMPLING 4U /**< Simultaneous sampling */ -#define XADCPS_SEQ_MODE_INDEPENDENT 8U /**< Independent mode */ - -/*@}*/ - - - -/** - * @name Power Down Modes - * @{ - */ -#define XADCPS_PD_MODE_NONE 0U /**< No Power Down */ -#define XADCPS_PD_MODE_ADCB 1U /**< Power Down ADC B */ -#define XADCPS_PD_MODE_XADC 2U /**< Power Down ADC A and ADC B */ -/*@}*/ - -/**************************** Type Definitions ******************************/ - -/** - * This typedef contains configuration information for the XADC/ADC - * device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddress; /**< Device base address */ -} XAdcPs_Config; - - -/** - * The driver's instance data. The user is required to allocate a variable - * of this type for every XADC/ADC device in the system. A pointer to - * a variable of this type is then passed to the driver API functions. - */ -typedef struct { - XAdcPs_Config Config; /**< XAdcPs_Config of current device */ - u32 IsReady; /**< Device is initialized and ready */ - -} XAdcPs; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* -* This macro checks if the XADC device is in Event Sampling mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return -* - TRUE if the device is in Event Sampling Mode. -* - FALSE if the device is in Continuous Sampling Mode. -* -* @note C-Style signature: -* int XAdcPs_IsEventSamplingMode(XAdcPs *InstancePtr); -* -*****************************************************************************/ -#define XAdcPs_IsEventSamplingModeSet(InstancePtr) \ - (((XAdcPs_ReadInternalReg(InstancePtr, \ - XADCPS_CFR0_OFFSET) & XADCPS_CFR0_EC_MASK) ? \ - TRUE : FALSE)) - - -/****************************************************************************/ -/** -* -* This macro checks if the XADC device is in External Mux mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return -* - TRUE if the device is in External Mux Mode. -* - FALSE if the device is NOT in External Mux Mode. -* -* @note C-Style signature: -* int XAdcPs_IsExternalMuxMode(XAdcPs *InstancePtr); -* -*****************************************************************************/ -#define XAdcPs_IsExternalMuxModeSet(InstancePtr) \ - (((XAdcPs_ReadInternalReg(InstancePtr, \ - XADCPS_CFR0_OFFSET) & XADCPS_CFR0_MUX_MASK) ? \ - TRUE : FALSE)) - -/****************************************************************************/ -/** -* -* This macro converts XADC Raw Data to Temperature(centigrades). -* -* @param AdcData is the Raw ADC Data from XADC. -* -* @return The Temperature in centigrades. -* -* @note C-Style signature: -* float XAdcPs_RawToTemperature(u32 AdcData); -* -*****************************************************************************/ -#define XAdcPs_RawToTemperature(AdcData) \ - ((((float)(AdcData)/65536.0f)/0.00198421639f ) - 273.15f) - -/****************************************************************************/ -/** -* -* This macro converts XADC/ADC Raw Data to Voltage(volts). -* -* @param AdcData is the XADC/ADC Raw Data. -* -* @return The Voltage in volts. -* -* @note C-Style signature: -* float XAdcPs_RawToVoltage(u32 AdcData); -* -*****************************************************************************/ -#define XAdcPs_RawToVoltage(AdcData) \ - ((((float)(AdcData))* (3.0f))/65536.0f) - -/****************************************************************************/ -/** -* -* This macro converts Temperature in centigrades to XADC/ADC Raw Data. -* -* @param Temperature is the Temperature in centigrades to be -* converted to XADC/ADC Raw Data. -* -* @return The XADC/ADC Raw Data. -* -* @note C-Style signature: -* int XAdcPs_TemperatureToRaw(float Temperature); -* -*****************************************************************************/ -#define XAdcPs_TemperatureToRaw(Temperature) \ - ((int)(((Temperature) + 273.15f)*65536.0f*0.00198421639f)) - -/****************************************************************************/ -/** -* -* This macro converts Voltage in Volts to XADC/ADC Raw Data. -* -* @param Voltage is the Voltage in volts to be converted to -* XADC/ADC Raw Data. -* -* @return The XADC/ADC Raw Data. -* -* @note C-Style signature: -* int XAdcPs_VoltageToRaw(float Voltage); -* -*****************************************************************************/ -#define XAdcPs_VoltageToRaw(Voltage) \ - ((int)((Voltage)*65536.0f/3.0f)) - - -/****************************************************************************/ -/** -* -* This macro is used for writing to the XADC Registers using the -* command FIFO. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Data is the value to be written to XADC register. -* -* @return None. -* -* @note C-Style signature: -* void XAdcPs_WriteFifo(XAdcPs *InstancePtr, u32 Data); -* -*****************************************************************************/ -#define XAdcPs_WriteFifo(InstancePtr, Data) \ - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, \ - XADCPS_CMDFIFO_OFFSET, Data); - - -/****************************************************************************/ -/** -* -* This macro is used for reading from the XADC Registers using the -* data FIFO. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return Data read from the FIFO -* -* @note C-Style signature: -* u32 XAdcPs_ReadFifo(XAdcPs *InstancePtr); -* -*****************************************************************************/ -#define XAdcPs_ReadFifo(InstancePtr) \ - XAdcPs_ReadReg((InstancePtr)->Config.BaseAddress, \ - XADCPS_RDFIFO_OFFSET); - - -/************************** Function Prototypes *****************************/ - - - -/** - * Functions in xadcps_sinit.c - */ -XAdcPs_Config *XAdcPs_LookupConfig(u16 DeviceId); - -/** - * Functions in xadcps.c - */ -int XAdcPs_CfgInitialize(XAdcPs *InstancePtr, - XAdcPs_Config *ConfigPtr, - u32 EffectiveAddr); - -void XAdcPs_SetConfigRegister(XAdcPs *InstancePtr, u32 Data); -u32 XAdcPs_GetConfigRegister(XAdcPs *InstancePtr); - -u32 XAdcPs_GetMiscStatus(XAdcPs *InstancePtr); - -void XAdcPs_SetMiscCtrlRegister(XAdcPs *InstancePtr, u32 Data); -u32 XAdcPs_GetMiscCtrlRegister(XAdcPs *InstancePtr); - -void XAdcPs_Reset(XAdcPs *InstancePtr); - -u16 XAdcPs_GetAdcData(XAdcPs *InstancePtr, u8 Channel); - -u16 XAdcPs_GetCalibCoefficient(XAdcPs *InstancePtr, u8 CoeffType); - -u16 XAdcPs_GetMinMaxMeasurement(XAdcPs *InstancePtr, u8 MeasurementType); - -void XAdcPs_SetAvg(XAdcPs *InstancePtr, u8 Average); -u8 XAdcPs_GetAvg(XAdcPs *InstancePtr); - -int XAdcPs_SetSingleChParams(XAdcPs *InstancePtr, - u8 Channel, - int IncreaseAcqCycles, - int IsEventMode, - int IsDifferentialMode); - - -void XAdcPs_SetAlarmEnables(XAdcPs *InstancePtr, u16 AlmEnableMask); -u16 XAdcPs_GetAlarmEnables(XAdcPs *InstancePtr); - -void XAdcPs_SetCalibEnables(XAdcPs *InstancePtr, u16 Calibration); -u16 XAdcPs_GetCalibEnables(XAdcPs *InstancePtr); - -void XAdcPs_SetSequencerMode(XAdcPs *InstancePtr, u8 SequencerMode); -u8 XAdcPs_GetSequencerMode(XAdcPs *InstancePtr); - -void XAdcPs_SetAdcClkDivisor(XAdcPs *InstancePtr, u8 Divisor); -u8 XAdcPs_GetAdcClkDivisor(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqChEnables(XAdcPs *InstancePtr, u32 ChEnableMask); -u32 XAdcPs_GetSeqChEnables(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqAvgEnables(XAdcPs *InstancePtr, u32 AvgEnableChMask); -u32 XAdcPs_GetSeqAvgEnables(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqInputMode(XAdcPs *InstancePtr, u32 InputModeChMask); -u32 XAdcPs_GetSeqInputMode(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqAcqTime(XAdcPs *InstancePtr, u32 AcqCyclesChMask); -u32 XAdcPs_GetSeqAcqTime(XAdcPs *InstancePtr); - -void XAdcPs_SetAlarmThreshold(XAdcPs *InstancePtr, u8 AlarmThrReg, u16 Value); -u16 XAdcPs_GetAlarmThreshold(XAdcPs *InstancePtr, u8 AlarmThrReg); - -void XAdcPs_EnableUserOverTemp(XAdcPs *InstancePtr); -void XAdcPs_DisableUserOverTemp(XAdcPs *InstancePtr); - -void XAdcPs_SetSequencerEvent(XAdcPs *InstancePtr, int IsEventMode); - -int XAdcPs_GetSamplingMode(XAdcPs *InstancePtr); - -void XAdcPs_SetMuxMode(XAdcPs *InstancePtr, int MuxMode, u8 Channel); - -void XAdcPs_SetPowerdownMode(XAdcPs *InstancePtr, u32 Mode); - -u32 XAdcPs_GetPowerdownMode(XAdcPs *InstancePtr); - -/** - * Functions in xadcps_selftest.c - */ -int XAdcPs_SelfTest(XAdcPs *InstancePtr); - -/** - * Functions in xadcps_intr.c - */ -void XAdcPs_IntrEnable(XAdcPs *InstancePtr, u32 Mask); -void XAdcPs_IntrDisable(XAdcPs *InstancePtr, u32 Mask); -u32 XAdcPs_IntrGetEnabled(XAdcPs *InstancePtr); - -u32 XAdcPs_IntrGetStatus(XAdcPs *InstancePtr); -void XAdcPs_IntrClear(XAdcPs *InstancePtr, u32 Mask); - - -#ifdef __cplusplus -} -#endif - -#endif /* End of protection macro. */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xadcps_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xadcps_hw.h deleted file mode 100644 index 51cc7c5..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xadcps_hw.h +++ /dev/null @@ -1,477 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xadcps_hw.h -* @addtogroup xadcps_v2_6 -* @{ -* -* This header file contains identifiers and basic driver functions (or -* macros) that can be used to access the XADC device through the Device -* Config Interface of the Zynq. -* -* -* Refer to the device specification for more information about this driver. -* -* @note None. -* -* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a bss    12/22/11 First release based on the XPS/AXI xadc driver
-* 1.03a bss    11/01/13 Modified macros to use correct Register offsets
-*			CR#749687
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*
-* 
-* -*****************************************************************************/ -#ifndef XADCPS_HW_H /* Prevent circular inclusions */ -#define XADCPS_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions ****************************/ - - -/**@name Register offsets of XADC in the Device Config - * - * The following constants provide access to each of the registers of the - * XADC device. - * @{ - */ - -#define XADCPS_CFG_OFFSET 0x00U /**< Configuration Register */ -#define XADCPS_INT_STS_OFFSET 0x04U /**< Interrupt Status Register */ -#define XADCPS_INT_MASK_OFFSET 0x08U /**< Interrupt Mask Register */ -#define XADCPS_MSTS_OFFSET 0x0CU /**< Misc status register */ -#define XADCPS_CMDFIFO_OFFSET 0x10U /**< Command FIFO Register */ -#define XADCPS_RDFIFO_OFFSET 0x14U /**< Read FIFO Register */ -#define XADCPS_MCTL_OFFSET 0x18U /**< Misc control register */ - -/* @} */ - - - - - -/** @name XADC Config Register Bit definitions - * @{ - */ -#define XADCPS_CFG_ENABLE_MASK 0x80000000U /**< Enable access from PS mask */ -#define XADCPS_CFG_CFIFOTH_MASK 0x00F00000U /**< Command FIFO Threshold mask */ -#define XADCPS_CFG_DFIFOTH_MASK 0x000F0000U /**< Data FIFO Threshold mask */ -#define XADCPS_CFG_WEDGE_MASK 0x00002000U /**< Write Edge Mask */ -#define XADCPS_CFG_REDGE_MASK 0x00001000U /**< Read Edge Mask */ -#define XADCPS_CFG_TCKRATE_MASK 0x00000300U /**< Clock freq control */ -#define XADCPS_CFG_IGAP_MASK 0x0000001FU /**< Idle Gap between - * successive commands */ -/* @} */ - - -/** @name XADC Interrupt Status/Mask Register Bit definitions - * - * The definitions are same for the Interrupt Status Register and - * Interrupt Mask Register. They are defined only once. - * @{ - */ -#define XADCPS_INTX_ALL_MASK 0x000003FFU /**< Alarm Signals Mask */ -#define XADCPS_INTX_CFIFO_LTH_MASK 0x00000200U /**< CMD FIFO less than threshold */ -#define XADCPS_INTX_DFIFO_GTH_MASK 0x00000100U /**< Data FIFO greater than threshold */ -#define XADCPS_INTX_OT_MASK 0x00000080U /**< Over temperature Alarm Status */ -#define XADCPS_INTX_ALM_ALL_MASK 0x0000007FU /**< Alarm Signals Mask */ -#define XADCPS_INTX_ALM6_MASK 0x00000040U /**< Alarm 6 Mask */ -#define XADCPS_INTX_ALM5_MASK 0x00000020U /**< Alarm 5 Mask */ -#define XADCPS_INTX_ALM4_MASK 0x00000010U /**< Alarm 4 Mask */ -#define XADCPS_INTX_ALM3_MASK 0x00000008U /**< Alarm 3 Mask */ -#define XADCPS_INTX_ALM2_MASK 0x00000004U /**< Alarm 2 Mask */ -#define XADCPS_INTX_ALM1_MASK 0x00000002U /**< Alarm 1 Mask */ -#define XADCPS_INTX_ALM0_MASK 0x00000001U /**< Alarm 0 Mask */ - -/* @} */ - - -/** @name XADC Miscellaneous Register Bit definitions - * @{ - */ -#define XADCPS_MSTS_CFIFO_LVL_MASK 0x000F0000U /**< Command FIFO Level mask */ -#define XADCPS_MSTS_DFIFO_LVL_MASK 0x0000F000U /**< Data FIFO Level Mask */ -#define XADCPS_MSTS_CFIFOF_MASK 0x00000800U /**< Command FIFO Full Mask */ -#define XADCPS_MSTS_CFIFOE_MASK 0x00000400U /**< Command FIFO Empty Mask */ -#define XADCPS_MSTS_DFIFOF_MASK 0x00000200U /**< Data FIFO Full Mask */ -#define XADCPS_MSTS_DFIFOE_MASK 0x00000100U /**< Data FIFO Empty Mask */ -#define XADCPS_MSTS_OT_MASK 0x00000080U /**< Over Temperature Mask */ -#define XADCPS_MSTS_ALM_MASK 0x0000007FU /**< Alarms Mask */ -/* @} */ - - -/** @name XADC Miscellaneous Control Register Bit definitions - * @{ - */ -#define XADCPS_MCTL_RESET_MASK 0x00000010U /**< Reset XADC */ -#define XADCPS_MCTL_FLUSH_MASK 0x00000001U /**< Flush the FIFOs */ -/* @} */ - - -/**@name Internal Register offsets of the XADC - * - * The following constants provide access to each of the internal registers of - * the XADC device. - * @{ - */ - -/* - * XADC Internal Channel Registers - */ -#define XADCPS_TEMP_OFFSET 0x00U /**< On-chip Temperature Reg */ -#define XADCPS_VCCINT_OFFSET 0x01U /**< On-chip VCCINT Data Reg */ -#define XADCPS_VCCAUX_OFFSET 0x02U /**< On-chip VCCAUX Data Reg */ -#define XADCPS_VPVN_OFFSET 0x03U /**< ADC out of VP/VN */ -#define XADCPS_VREFP_OFFSET 0x04U /**< On-chip VREFP Data Reg */ -#define XADCPS_VREFN_OFFSET 0x05U /**< On-chip VREFN Data Reg */ -#define XADCPS_VBRAM_OFFSET 0x06U /**< On-chip VBRAM , 7 Series */ -#define XADCPS_ADC_A_SUPPLY_CALIB_OFFSET 0x08U /**< ADC A Supply Offset Reg */ -#define XADCPS_ADC_A_OFFSET_CALIB_OFFSET 0x09U /**< ADC A Offset Data Reg */ -#define XADCPS_ADC_A_GAINERR_CALIB_OFFSET 0x0AU /**< ADC A Gain Error Reg */ -#define XADCPS_VCCPINT_OFFSET 0x0DU /**< On-chip VCCPINT Reg, Zynq */ -#define XADCPS_VCCPAUX_OFFSET 0x0EU /**< On-chip VCCPAUX Reg, Zynq */ -#define XADCPS_VCCPDRO_OFFSET 0x0FU /**< On-chip VCCPDRO Reg, Zynq */ - -/* - * XADC External Channel Registers - */ -#define XADCPS_AUX00_OFFSET 0x10U /**< ADC out of VAUXP0/VAUXN0 */ -#define XADCPS_AUX01_OFFSET 0x11U /**< ADC out of VAUXP1/VAUXN1 */ -#define XADCPS_AUX02_OFFSET 0x12U /**< ADC out of VAUXP2/VAUXN2 */ -#define XADCPS_AUX03_OFFSET 0x13U /**< ADC out of VAUXP3/VAUXN3 */ -#define XADCPS_AUX04_OFFSET 0x14U /**< ADC out of VAUXP4/VAUXN4 */ -#define XADCPS_AUX05_OFFSET 0x15U /**< ADC out of VAUXP5/VAUXN5 */ -#define XADCPS_AUX06_OFFSET 0x16U /**< ADC out of VAUXP6/VAUXN6 */ -#define XADCPS_AUX07_OFFSET 0x17U /**< ADC out of VAUXP7/VAUXN7 */ -#define XADCPS_AUX08_OFFSET 0x18U /**< ADC out of VAUXP8/VAUXN8 */ -#define XADCPS_AUX09_OFFSET 0x19U /**< ADC out of VAUXP9/VAUXN9 */ -#define XADCPS_AUX10_OFFSET 0x1AU /**< ADC out of VAUXP10/VAUXN10 */ -#define XADCPS_AUX11_OFFSET 0x1BU /**< ADC out of VAUXP11/VAUXN11 */ -#define XADCPS_AUX12_OFFSET 0x1CU /**< ADC out of VAUXP12/VAUXN12 */ -#define XADCPS_AUX13_OFFSET 0x1DU /**< ADC out of VAUXP13/VAUXN13 */ -#define XADCPS_AUX14_OFFSET 0x1EU /**< ADC out of VAUXP14/VAUXN14 */ -#define XADCPS_AUX15_OFFSET 0x1FU /**< ADC out of VAUXP15/VAUXN15 */ - -/* - * XADC Registers for Maximum/Minimum data captured for the - * on chip Temperature/VCCINT/VCCAUX data. - */ -#define XADCPS_MAX_TEMP_OFFSET 0x20U /**< Max Temperature Reg */ -#define XADCPS_MAX_VCCINT_OFFSET 0x21U /**< Max VCCINT Register */ -#define XADCPS_MAX_VCCAUX_OFFSET 0x22U /**< Max VCCAUX Register */ -#define XADCPS_MAX_VCCBRAM_OFFSET 0x23U /**< Max BRAM Register, 7 series */ -#define XADCPS_MIN_TEMP_OFFSET 0x24U /**< Min Temperature Reg */ -#define XADCPS_MIN_VCCINT_OFFSET 0x25U /**< Min VCCINT Register */ -#define XADCPS_MIN_VCCAUX_OFFSET 0x26U /**< Min VCCAUX Register */ -#define XADCPS_MIN_VCCBRAM_OFFSET 0x27U /**< Min BRAM Register, 7 series */ -#define XADCPS_MAX_VCCPINT_OFFSET 0x28U /**< Max VCCPINT Register, Zynq */ -#define XADCPS_MAX_VCCPAUX_OFFSET 0x29U /**< Max VCCPAUX Register, Zynq */ -#define XADCPS_MAX_VCCPDRO_OFFSET 0x2AU /**< Max VCCPDRO Register, Zynq */ -#define XADCPS_MIN_VCCPINT_OFFSET 0x2CU /**< Min VCCPINT Register, Zynq */ -#define XADCPS_MIN_VCCPAUX_OFFSET 0x2DU /**< Min VCCPAUX Register, Zynq */ -#define XADCPS_MIN_VCCPDRO_OFFSET 0x2EU /**< Min VCCPDRO Register,Zynq */ - /* Undefined 0x2F to 0x3E */ -#define XADCPS_FLAG_OFFSET 0x3FU /**< Flag Register */ - -/* - * XADC Configuration Registers - */ -#define XADCPS_CFR0_OFFSET 0x40U /**< Configuration Register 0 */ -#define XADCPS_CFR1_OFFSET 0x41U /**< Configuration Register 1 */ -#define XADCPS_CFR2_OFFSET 0x42U /**< Configuration Register 2 */ - -/* Test Registers 0x43 to 0x47 */ - -/* - * XADC Sequence Registers - */ -#define XADCPS_SEQ00_OFFSET 0x48U /**< Seq Reg 00 Adc Channel Selection */ -#define XADCPS_SEQ01_OFFSET 0x49U /**< Seq Reg 01 Adc Channel Selection */ -#define XADCPS_SEQ02_OFFSET 0x4AU /**< Seq Reg 02 Adc Average Enable */ -#define XADCPS_SEQ03_OFFSET 0x4BU /**< Seq Reg 03 Adc Average Enable */ -#define XADCPS_SEQ04_OFFSET 0x4CU /**< Seq Reg 04 Adc Input Mode Select */ -#define XADCPS_SEQ05_OFFSET 0x4DU /**< Seq Reg 05 Adc Input Mode Select */ -#define XADCPS_SEQ06_OFFSET 0x4EU /**< Seq Reg 06 Adc Acquisition Select */ -#define XADCPS_SEQ07_OFFSET 0x4FU /**< Seq Reg 07 Adc Acquisition Select */ - -/* - * XADC Alarm Threshold/Limit Registers (ATR) - */ -#define XADCPS_ATR_TEMP_UPPER_OFFSET 0x50U /**< Temp Upper Alarm Register */ -#define XADCPS_ATR_VCCINT_UPPER_OFFSET 0x51U /**< VCCINT Upper Alarm Reg */ -#define XADCPS_ATR_VCCAUX_UPPER_OFFSET 0x52U /**< VCCAUX Upper Alarm Reg */ -#define XADCPS_ATR_OT_UPPER_OFFSET 0x53U /**< Over Temp Upper Alarm Reg */ -#define XADCPS_ATR_TEMP_LOWER_OFFSET 0x54U /**< Temp Lower Alarm Register */ -#define XADCPS_ATR_VCCINT_LOWER_OFFSET 0x55U /**< VCCINT Lower Alarm Reg */ -#define XADCPS_ATR_VCCAUX_LOWER_OFFSET 0x56U /**< VCCAUX Lower Alarm Reg */ -#define XADCPS_ATR_OT_LOWER_OFFSET 0x57U /**< Over Temp Lower Alarm Reg */ -#define XADCPS_ATR_VBRAM_UPPER_OFFSET 0x58U /**< VBRAM Upper Alarm, 7 series */ -#define XADCPS_ATR_VCCPINT_UPPER_OFFSET 0x59U /**< VCCPINT Upper Alarm, Zynq */ -#define XADCPS_ATR_VCCPAUX_UPPER_OFFSET 0x5AU /**< VCCPAUX Upper Alarm, Zynq */ -#define XADCPS_ATR_VCCPDRO_UPPER_OFFSET 0x5BU /**< VCCPDRO Upper Alarm, Zynq */ -#define XADCPS_ATR_VBRAM_LOWER_OFFSET 0x5CU /**< VRBAM Lower Alarm, 7 Series */ -#define XADCPS_ATR_VCCPINT_LOWER_OFFSET 0x5DU /**< VCCPINT Lower Alarm, Zynq */ -#define XADCPS_ATR_VCCPAUX_LOWER_OFFSET 0x5EU /**< VCCPAUX Lower Alarm, Zynq */ -#define XADCPS_ATR_VCCPDRO_LOWER_OFFSET 0x5FU /**< VCCPDRO Lower Alarm, Zynq */ - -/* Undefined 0x60 to 0x7F */ - -/*@}*/ - - - -/** - * @name Configuration Register 0 (CFR0) mask(s) - * @{ - */ -#define XADCPS_CFR0_CAL_AVG_MASK 0x00008000U /**< Averaging enable Mask */ -#define XADCPS_CFR0_AVG_VALID_MASK 0x00003000U /**< Averaging bit Mask */ -#define XADCPS_CFR0_AVG1_MASK 0x00000000U /**< No Averaging */ -#define XADCPS_CFR0_AVG16_MASK 0x00001000U /**< Average 16 samples */ -#define XADCPS_CFR0_AVG64_MASK 0x00002000U /**< Average 64 samples */ -#define XADCPS_CFR0_AVG256_MASK 0x00003000U /**< Average 256 samples */ -#define XADCPS_CFR0_AVG_SHIFT 12U /**< Averaging bits shift */ -#define XADCPS_CFR0_MUX_MASK 0x00000800U /**< External Mask Enable */ -#define XADCPS_CFR0_DU_MASK 0x00000400U /**< Bipolar/Unipolar mode */ -#define XADCPS_CFR0_EC_MASK 0x00000200U /**< Event driven/ - * Continuous mode selection - */ -#define XADCPS_CFR0_ACQ_MASK 0x00000100U /**< Add acquisition by 6 ADCCLK */ -#define XADCPS_CFR0_CHANNEL_MASK 0x0000001FU /**< Channel number bit Mask */ - -/*@}*/ - -/** - * @name Configuration Register 1 (CFR1) mask(s) - * @{ - */ -#define XADCPS_CFR1_SEQ_VALID_MASK 0x0000F000U /**< Sequence bit Mask */ -#define XADCPS_CFR1_SEQ_SAFEMODE_MASK 0x00000000U /**< Default Safe Mode */ -#define XADCPS_CFR1_SEQ_ONEPASS_MASK 0x00001000U /**< Onepass through Seq */ -#define XADCPS_CFR1_SEQ_CONTINPASS_MASK 0x00002000U /**< Continuous Cycling Seq */ -#define XADCPS_CFR1_SEQ_SINGCHAN_MASK 0x00003000U /**< Single channel - No Seq */ -#define XADCPS_CFR1_SEQ_SIMUL_SAMPLING_MASK 0x00004000U /**< Simulataneous Sampling Mask */ -#define XADCPS_CFR1_SEQ_INDEPENDENT_MASK 0x00008000U /**< Independent Mode */ -#define XADCPS_CFR1_SEQ_SHIFT 12U /**< Sequence bit shift */ -#define XADCPS_CFR1_ALM_VCCPDRO_MASK 0x00000800U /**< Alm 6 - VCCPDRO, Zynq */ -#define XADCPS_CFR1_ALM_VCCPAUX_MASK 0x00000400U /**< Alm 5 - VCCPAUX, Zynq */ -#define XADCPS_CFR1_ALM_VCCPINT_MASK 0x00000200U /**< Alm 4 - VCCPINT, Zynq */ -#define XADCPS_CFR1_ALM_VBRAM_MASK 0x00000100U /**< Alm 3 - VBRAM, 7 series */ -#define XADCPS_CFR1_CAL_VALID_MASK 0x000000F0U /**< Valid Calibration Mask */ -#define XADCPS_CFR1_CAL_PS_GAIN_OFFSET_MASK 0x00000080U /**< Calibration 3 -Power - Supply Gain/Offset - Enable */ -#define XADCPS_CFR1_CAL_PS_OFFSET_MASK 0x00000040U /**< Calibration 2 -Power - Supply Offset Enable */ -#define XADCPS_CFR1_CAL_ADC_GAIN_OFFSET_MASK 0x00000020U /**< Calibration 1 -ADC Gain - Offset Enable */ -#define XADCPS_CFR1_CAL_ADC_OFFSET_MASK 0x00000010U /**< Calibration 0 -ADC Offset - Enable */ -#define XADCPS_CFR1_CAL_DISABLE_MASK 0x00000000U /**< No Calibration */ -#define XADCPS_CFR1_ALM_ALL_MASK 0x00000F0FU /**< Mask for all alarms */ -#define XADCPS_CFR1_ALM_VCCAUX_MASK 0x00000008U /**< Alarm 2 - VCCAUX Enable */ -#define XADCPS_CFR1_ALM_VCCINT_MASK 0x00000004U /**< Alarm 1 - VCCINT Enable */ -#define XADCPS_CFR1_ALM_TEMP_MASK 0x00000002U /**< Alarm 0 - Temperature */ -#define XADCPS_CFR1_OT_MASK 0x00000001U /**< Over Temperature Enable */ - -/*@}*/ - -/** - * @name Configuration Register 2 (CFR2) mask(s) - * @{ - */ -#define XADCPS_CFR2_CD_VALID_MASK 0xFF00U /** -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- ------------------------------------------------------- -* 1.00a adk 1/31/14 Added in bsp common folder for backward compatibility -* 7.0 aru 01/21/19 Modified the typedef of u32,u16,u8 -* 7.0 aru 02/06/19 Included stdint.h and stddef.h -* -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XBASIC_TYPES_H /* prevent circular inclusions */ -#define XBASIC_TYPES_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -/** @name Legacy types - * Deprecated legacy types. - * @{ - */ -typedef uint8_t Xuint8; /**< unsigned 8-bit */ -typedef char Xint8; /**< signed 8-bit */ -typedef uint16_t Xuint16; /**< unsigned 16-bit */ -typedef short Xint16; /**< signed 16-bit */ -typedef uint32_t Xuint32; /**< unsigned 32-bit */ -typedef long Xint32; /**< signed 32-bit */ -typedef float Xfloat32; /**< 32-bit floating point */ -typedef double Xfloat64; /**< 64-bit double precision FP */ -typedef unsigned long Xboolean; /**< boolean (XTRUE or XFALSE) */ - -#if !defined __XUINT64__ -typedef struct -{ - Xuint32 Upper; - Xuint32 Lower; -} Xuint64; -#endif - -/** @name New types - * New simple types. - * @{ - */ -#ifndef __KERNEL__ -#ifndef XIL_TYPES_H -typedef Xuint32 u32; -typedef Xuint16 u16; -typedef Xuint8 u8; -#endif -#else -#include -#endif - -#ifndef TRUE -# define TRUE 1U -#endif - -#ifndef FALSE -# define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -/* - * Xilinx NULL, TRUE and FALSE legacy support. Deprecated. - * Please use NULL, TRUE and FALSE - */ -#define XNULL NULL -#define XTRUE TRUE -#define XFALSE FALSE - -/* - * This file is deprecated and users - * should use xil_types.h and xil_assert.h\n\r - */ -#warning The xbasics_type.h file is deprecated and users should use xil_types.h and xil_assert. -#warning Please refer the Standalone BSP UG647 for further details - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xcoresightpsdcc.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xcoresightpsdcc.h deleted file mode 100644 index 6f40407..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xcoresightpsdcc.h +++ /dev/null @@ -1,52 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xcoresightpsdcc.h -* @addtogroup coresightps_dcc_v1_8 -* @{ -* @details -* -* CoreSight driver component. -* -* The coresight is a part of debug communication channel (DCC) group. Jtag UART -* for ARM uses DCC. Each ARM core has its own DCC, so one need to select an -* ARM target in XSDB console before running the jtag terminal command. Using the -* coresight driver component, the output stream can be directed to a log file. -* -* @note None. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date		Changes
-* ----- -----  -------- -----------------------------------------------
-* 1.00  kvn    02/14/15 First release
-* 1.1   kvn    06/12/15 Add support for Zynq Ultrascale+ MP.
-*       kvn    08/18/15 Modified Makefile according to compiler changes.
-* 1.3   asa    07/01/16 Made changes to ensure that the file does not compile
-*                       for MB BSPs. Instead it throws up a warning. This
-*                       fixes the CR#953056.
-* 1.5   sne    01/19/19 Fixed MISRA-C Violations CR#1025101.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#ifndef XCORESIGHTPSDCC_H /* prevent circular inclusions */ -#define XCORESIGHTPSDCC_H /* by using protection macros */ -#ifndef __MICROBLAZE__ -#include - -void XCoresightPs_DccSendByte(u32 BaseAddress, u8 Data); - -u8 XCoresightPs_DccRecvByte(u32 BaseAddress); -#endif -#endif -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xcpu_cortexa9.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xcpu_cortexa9.h deleted file mode 100644 index 3c23a5f..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xcpu_cortexa9.h +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xcpu_cortexa9.h -* @addtogroup cpu_cortexa9_v2_11 -* @{ -* @details -* -* dummy file -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- --------------------------------------------------------- -* 2.5 ms 04/18/17 Modified tcl file to add suffix U for XPAR_CPU_ID -* parameter of cpu_cortexa9 in xparameters.h -# 2.7 mus 07/03/18 Updated tcl to not to add default flags forcefully into -# extra compiler flags. Now, user can remove default flags -# from extra compiler flags. It fixes CR#998768. -******************************************************************************/ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xddrps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xddrps.h deleted file mode 100644 index a8544b3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xddrps.h +++ /dev/null @@ -1,40 +0,0 @@ -/******************************************************************************* -* Copyright (C) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - -/******************************************************************************/ -/** - * - * @file xddrps.h - * @addtogroup ddrps_v1_2 - * @{ - * @details - * - * The Xilinx DdrPs driver. This driver supports the Xilinx ddrps - * IP core. - * - * @note None. - * - *
- * MODIFICATION HISTORY:
- *
- * Ver   Who  Date     Changes
- * ----- ---- -------- -----------------------------------------------
- * 1.0	 nsk  08/06/15 First Release
- * 1.0	 nsk  08/20/15 Updated define_addr_params in ddrps.tcl
- *		       to support PBD Designs (CR #876857)
- *
- * 
- * -*******************************************************************************/ - -#ifndef XDDRPS_H_ -/* Prevent circular inclusions by using protection macros. */ -#define XDDRPS_H_ - -/******************************* Include Files ********************************/ - - -#endif /* XDDRPS_H_ */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdebug.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdebug.h deleted file mode 100644 index 29be8d2..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdebug.h +++ /dev/null @@ -1,73 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef XDEBUG -#define XDEBUG - -#ifdef __cplusplus -extern "C" { -#endif - -#if defined(DEBUG) && !defined(NDEBUG) - -#ifndef XDEBUG_WARNING -#define XDEBUG_WARNING -#warning DEBUG is enabled -#endif - -int printf(const char *format, ...); - -#define XDBG_DEBUG_ERROR 0x00000001U /* error condition messages */ -#define XDBG_DEBUG_GENERAL 0x00000002U /* general debug messages */ -#define XDBG_DEBUG_ALL 0xFFFFFFFFU /* all debugging data */ - -#define XDBG_DEBUG_FIFO_REG 0x00000100U /* display register reads/writes */ -#define XDBG_DEBUG_FIFO_RX 0x00000101U /* receive debug messages */ -#define XDBG_DEBUG_FIFO_TX 0x00000102U /* transmit debug messages */ -#define XDBG_DEBUG_FIFO_ALL 0x0000010FU /* all fifo debug messages */ - -#define XDBG_DEBUG_TEMAC_REG 0x00000400U /* display register reads/writes */ -#define XDBG_DEBUG_TEMAC_RX 0x00000401U /* receive debug messages */ -#define XDBG_DEBUG_TEMAC_TX 0x00000402U /* transmit debug messages */ -#define XDBG_DEBUG_TEMAC_ALL 0x0000040FU /* all temac debug messages */ - -#define XDBG_DEBUG_TEMAC_ADPT_RX 0x00000800U /* receive debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_TX 0x00000801U /* transmit debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_IOCTL 0x00000802U /* ioctl debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_MISC 0x00000803U /* debug msg for other routines */ -#define XDBG_DEBUG_TEMAC_ADPT_ALL 0x0000080FU /* all temac adapter debug messages */ - - -#define xdbg_current_types (XDBG_DEBUG_GENERAL | XDBG_DEBUG_ERROR | XDBG_DEBUG_TEMAC_REG | XDBG_DEBUG_FIFO_RX | XDBG_DEBUG_FIFO_TX | XDBG_DEBUG_FIFO_REG) - -#define xdbg_stmnt(x) x - -/* In VxWorks, if _WRS_GNU_VAR_MACROS is defined, special syntax is needed for - * macros that accept variable number of arguments - */ -#if defined(XENV_VXWORKS) && defined(_WRS_GNU_VAR_MACROS) -#define xdbg_printf(type, args...) (((type) & xdbg_current_types) ? printf (## args) : 0) -#else /* ANSI Syntax */ -#define xdbg_printf(type, ...) (((type) & xdbg_current_types) ? printf (__VA_ARGS__) : 0) -#endif - -#else /* defined(DEBUG) && !defined(NDEBUG) */ - -#define xdbg_stmnt(x) - -/* See VxWorks comments above */ -#if defined(XENV_VXWORKS) && defined(_WRS_GNU_VAR_MACROS) -#define xdbg_printf(type, args...) -#else /* ANSI Syntax */ -#define xdbg_printf(...) -#endif -#endif /* defined(DEBUG) && !defined(NDEBUG) */ - -#ifdef __cplusplus -} -#endif - -#endif /* XDEBUG */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdevcfg.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdevcfg.h deleted file mode 100644 index e567699..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdevcfg.h +++ /dev/null @@ -1,377 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg.h -* @addtogroup devcfg_v3_7 -* @{ -* @details -* -* The is the main header file for the Device Configuration Interface of the Zynq -* device. The device configuration interface has three main functionality. -* 1. AXI-PCAP -* 2. Security Policy -* 3. XADC -* This current version of the driver supports only the AXI-PCAP and Security -* Policy blocks. There is a separate driver for XADC. -* -* AXI-PCAP is used for download/upload an encrypted or decrypted bitstream. -* DMA embedded in the AXI PCAP provides the master interface to -* the Device configuration block for any DMA transfers. The data transfer can -* take place between the Tx/RxFIFOs of AXI-PCAP and memory (on chip -* RAM/DDR/peripheral memory). -* -* The current driver only supports the downloading the FPGA bitstream and -* readback of the decrypted image (sort of loopback). -* The driver does not know what information needs to be written to the FPGA to -* readback FPGA configuration register or memory data. The application above the -* driver should take care of creating the data that needs to be downloaded to -* the FPGA so that the bitstream can be readback. -* This driver also does not support the reading of the internal registers of the -* PCAP. The driver has no knowledge of the PCAP internals. -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate with the Device Configuration device. -* -* XDcfg_CfgInitialize() API is used to initialize the Device Configuration -* Interface. The user needs to first call the XDcfg_LookupConfig() API which -* returns the Configuration structure pointer which is passed as a parameter to -* the XDcfg_CfgInitialize() API. -* -* Interrupts -* The Driver implements an interrupt handler to support the interrupts provided -* by this interface. -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* Building the driver -* -* The XDcfg driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -*

-* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.00a nm  05/31/12 Updated the driver for CR 660835 so that input length for
-*		     source/destination to the XDcfg_InitiateDma, XDcfg_Transfer
-*		     APIs is words (32 bit) and not bytes.
-* 		     Updated the notes for XDcfg_InitiateDma/XDcfg_Transfer APIs
-*		     to add information that 2 LSBs of the Source/Destination
-*		     address when equal to 2�b01 indicate the last DMA command
-*		     of an overall transfer.
-*		     Destination Address passed to this API for secure transfers
-*		     instead of using 0xFFFFFFFF for CR 662197. This issue was
-*		     resulting in the failure of secure transfers of
-*		     non-bitstream images.
-* 2.01a nm  07/07/12 Updated the XDcfg_IntrClear function to directly
-*		     set the mask instead of oring it with the
-*		     value read from the interrupt status register
-* 		     Added defines for the PS Version bits,
-*	             removed the FIFO Flush bits from the
-*		     Miscellaneous Control Reg.
-*		     Added XDcfg_GetPsVersion, XDcfg_SelectIcapInterface
-*		     and XDcfg_SelectPcapInterface APIs for CR 643295
-*		     The user has to call the XDcfg_SelectIcapInterface API
-*		     for the PL reconfiguration using AXI HwIcap.
-*		     Updated the XDcfg_Transfer API to clear the
-*		     QUARTER_PCAP_RATE_EN bit in the control register for
-*		     non secure writes for CR 675543.
-* 2.02a nm  01/31/13 Fixed CR# 679335.
-* 		     Added Setting and Clearing the internal PCAP loopback.
-*		     Removed code for enabling/disabling AES engine as BootROM
-*		     locks down this setting.
-*		     Fixed CR# 681976.
-*		     Skip Checking the PCFG_INIT in case of non-secure DMA
-*		     loopback.
-*		     Fixed CR# 699558.
-*		     XDcfg_Transfer fails to transfer data in loopback mode.
-*		     Fixed CR# 701348.
-*                    Peripheral test fails with  Running
-* 		     DcfgSelfTestExample() in SECURE bootmode.
-* 2.03a nm  04/19/13 Fixed CR# 703728.
-*		     Updated the register definitions as per the latest TRM
-*		     version UG585 (v1.4) November 16, 2012.
-* 3.0   adk 10/12/13 Updated as per the New Tcl API's
-* 3.0   kpc 21/02/14 Added function prototype for XDcfg_ClearControlRegister
-* 3.2   sb  08/25/14 Fixed XDcfg_PcapReadback() function
-*		     updated driver code with != instead of ==,
-*		     while checking for Interrupt Status with DMA and
-*		     PCAP Done Mask
-*		     ((XDcfg_ReadReg(InstancePtr->Config.BaseAddr,
-*			XDCFG_INT_STS_OFFSET) &
-*			XDCFG_IXR_D_P_DONE_MASK) !=
-*			XDCFG_IXR_D_P_DONE_MASK);
-*		     A new example has been added to read back the
-*		     configuration registers from the PL region.
-*		     xdevcfg_reg_readback_example.c
-* 3.3   sk  04/06/15 Modified XDcfg_ReadMultiBootConfig Macro CR# 851335.
-*       ms  03/17/17 Added readme.txt file in examples folder for doxygen
-*                    generation.
-*       ms  04/10/17 Modified filename tag in interrupt and polled examples
-*                    to include them in doxygen examples.
-* 3.5   ms  04/18/17 Modified tcl file to add suffix U for all macros
-*                    definitions of devcfg in xparameters.h
-*       ms  08/07/17 Fixed compilation warnings in xdevcfg_sinit.c
-* 
-* -******************************************************************************/ -#ifndef XDCFG_H /* prevent circular inclusions */ -#define XDCFG_H /* by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xdevcfg_hw.h" -#include "xstatus.h" -#include "xil_assert.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/* Types of PCAP transfers */ - -#define XDCFG_NON_SECURE_PCAP_WRITE 1 -#define XDCFG_SECURE_PCAP_WRITE 2 -#define XDCFG_PCAP_READBACK 3 -#define XDCFG_CONCURRENT_SECURE_READ_WRITE 4 -#define XDCFG_CONCURRENT_NONSEC_READ_WRITE 5 - - -/**************************** Type Definitions *******************************/ -/** -* The handler data type allows the user to define a callback function to -* respond to interrupt events in the system. This function is executed -* in interrupt context, so amount of processing should be minimized. -* -* @param CallBackRef is the callback reference passed in by the upper -* layer when setting the callback functions, and passed back to -* the upper layer when the callback is invoked. Its type is -* unimportant to the driver component, so it is a void pointer. -* @param Status is the Interrupt status of the XDcfg device. -*/ -typedef void (*XDcfg_IntrHandler) (void *CallBackRef, u32 Status); - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddr; /**< Base address of the device */ -} XDcfg_Config; - -/** - * The XDcfg driver instance data. - */ -typedef struct { - XDcfg_Config Config; /**< Hardware Configuration */ - u32 IsReady; /**< Device is initialized and ready */ - u32 IsStarted; /**< Device Configuration Interface - * is running - */ - XDcfg_IntrHandler StatusHandler; /* Event handler function */ - void *CallBackRef; /* Callback reference for event handler */ -} XDcfg; - -/****************************************************************************/ -/** -* -* Unlock the Device Config Interface block. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* void XDcfg_Unlock(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_Unlock(InstancePtr) \ - XDcfg_WriteReg((InstancePtr)->Config.BaseAddr, \ - XDCFG_UNLOCK_OFFSET, XDCFG_UNLOCK_DATA) - - - -/****************************************************************************/ -/** -* -* Get the version number of the PS from the Miscellaneous Control Register. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return Version of the PS. -* -* @note C-style signature: -* void XDcfg_GetPsVersion(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_GetPsVersion(InstancePtr) \ - ((XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, \ - XDCFG_MCTRL_OFFSET)) & \ - XDCFG_MCTRL_PCAP_PS_VERSION_MASK) >> \ - XDCFG_MCTRL_PCAP_PS_VERSION_SHIFT - - - -/****************************************************************************/ -/** -* -* Read the multiboot config register value. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* u32 XDcfg_ReadMultiBootConfig(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_ReadMultiBootConfig(InstancePtr) \ - XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, \ - XDCFG_MULTIBOOT_ADDR_OFFSET) - - -/****************************************************************************/ -/** -* -* Selects ICAP interface for reconfiguration after the initial configuration -* of the PL. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* void XDcfg_SelectIcapInterface(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_SelectIcapInterface(InstancePtr) \ - XDcfg_WriteReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET, \ - ((XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET)) \ - & ( ~XDCFG_CTRL_PCAP_PR_MASK))) - -/****************************************************************************/ -/** -* -* Selects PCAP interface for reconfiguration after the initial configuration -* of the PL. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* void XDcfg_SelectPcapInterface(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_SelectPcapInterface(InstancePtr) \ - XDcfg_WriteReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET, \ - ((XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET)) \ - | XDCFG_CTRL_PCAP_PR_MASK)) - - - -/************************** Function Prototypes ******************************/ - -/* - * Lookup configuration in xdevcfg_sinit.c. - */ -XDcfg_Config *XDcfg_LookupConfig(u16 DeviceId); - -/* - * Selftest function in xdevcfg_selftest.c - */ -int XDcfg_SelfTest(XDcfg *InstancePtr); - -/* - * Interface functions in xdevcfg.c - */ -int XDcfg_CfgInitialize(XDcfg *InstancePtr, - XDcfg_Config *ConfigPtr, u32 EffectiveAddress); - -void XDcfg_EnablePCAP(XDcfg *InstancePtr); - -void XDcfg_DisablePCAP(XDcfg *InstancePtr); - -void XDcfg_SetControlRegister(XDcfg *InstancePtr, u32 Mask); - -void XDcfg_ClearControlRegister(XDcfg *InstancePtr, u32 Mask); - -u32 XDcfg_GetControlRegister(XDcfg *InstancePtr); - -void XDcfg_SetLockRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetLockRegister(XDcfg *InstancePtr); - -void XDcfg_SetConfigRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetConfigRegister(XDcfg *InstancePtr); - -void XDcfg_SetStatusRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetStatusRegister(XDcfg *InstancePtr); - -void XDcfg_SetRomShadowRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetSoftwareIdRegister(XDcfg *InstancePtr); - -void XDcfg_SetMiscControlRegister(XDcfg *InstancePtr, u32 Mask); - -u32 XDcfg_GetMiscControlRegister(XDcfg *InstancePtr); - -u32 XDcfg_IsDmaBusy(XDcfg *InstancePtr); - -void XDcfg_InitiateDma(XDcfg *InstancePtr, u32 SourcePtr, u32 DestPtr, - u32 SrcWordLength, u32 DestWordLength); - -u32 XDcfg_Transfer(XDcfg *InstancePtr, - void *SourcePtr, u32 SrcWordLength, - void *DestPtr, u32 DestWordLength, - u32 TransferType); - -/* - * Interrupt related function prototypes implemented in xdevcfg_intr.c - */ -void XDcfg_IntrEnable(XDcfg *InstancePtr, u32 Mask); - -void XDcfg_IntrDisable(XDcfg *InstancePtr, u32 Mask); - -u32 XDcfg_IntrGetEnabled(XDcfg *InstancePtr); - -u32 XDcfg_IntrGetStatus(XDcfg *InstancePtr); - -void XDcfg_IntrClear(XDcfg *InstancePtr, u32 Mask); - -void XDcfg_InterruptHandler(XDcfg *InstancePtr); - -void XDcfg_SetHandler(XDcfg *InstancePtr, void *CallBackFunc, - void *CallBackRef); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdevcfg_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdevcfg_hw.h deleted file mode 100644 index 1b7d881..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdevcfg_hw.h +++ /dev/null @@ -1,369 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg_hw.h -* @addtogroup devcfg_v3_7 -* @{ -* -* This file contains the hardware interface to the Device Config Interface. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.01a nm  08/01/12 Added defines for the PS Version bits,
-*	             removed the FIFO Flush bits from the
-*		     Miscellaneous Control Reg
-* 2.03a nm  04/19/13 Fixed CR# 703728.
-*		     Updated the register definitions as per the latest TRM
-*		     version UG585 (v1.4) November 16, 2012.
-* 2.04a	kpc	10/07/13 Added function prototype.
-* 3.00a	kpc	25/02/14 Corrected the XDCFG_BASE_ADDRESS macro value.
-* 
-* -******************************************************************************/ -#ifndef XDCFG_HW_H /* prevent circular inclusions */ -#define XDCFG_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * Offsets of registers from the start of the device - * @{ - */ - -#define XDCFG_CTRL_OFFSET 0x00 /**< Control Register */ -#define XDCFG_LOCK_OFFSET 0x04 /**< Lock Register */ -#define XDCFG_CFG_OFFSET 0x08 /**< Configuration Register */ -#define XDCFG_INT_STS_OFFSET 0x0C /**< Interrupt Status Register */ -#define XDCFG_INT_MASK_OFFSET 0x10 /**< Interrupt Mask Register */ -#define XDCFG_STATUS_OFFSET 0x14 /**< Status Register */ -#define XDCFG_DMA_SRC_ADDR_OFFSET 0x18 /**< DMA Source Address Register */ -#define XDCFG_DMA_DEST_ADDR_OFFSET 0x1C /**< DMA Destination Address Reg */ -#define XDCFG_DMA_SRC_LEN_OFFSET 0x20 /**< DMA Source Transfer Length */ -#define XDCFG_DMA_DEST_LEN_OFFSET 0x24 /**< DMA Destination Transfer */ -#define XDCFG_ROM_SHADOW_OFFSET 0x28 /**< DMA ROM Shadow Register */ -#define XDCFG_MULTIBOOT_ADDR_OFFSET 0x2C /**< Multi BootAddress Pointer */ -#define XDCFG_SW_ID_OFFSET 0x30 /**< Software ID Register */ -#define XDCFG_UNLOCK_OFFSET 0x34 /**< Unlock Register */ -#define XDCFG_MCTRL_OFFSET 0x80 /**< Miscellaneous Control Reg */ - -/* @} */ - -/** @name Control Register Bit definitions - * @{ - */ - -#define XDCFG_CTRL_FORCE_RST_MASK 0x80000000 /**< Force into - * Secure Reset - */ -#define XDCFG_CTRL_PCFG_PROG_B_MASK 0x40000000 /**< Program signal to - * Reset FPGA - */ -#define XDCFG_CTRL_PCFG_POR_CNT_4K_MASK 0x20000000 /**< Control PL POR timer */ -#define XDCFG_CTRL_PCAP_PR_MASK 0x08000000 /**< Enable PCAP for PR */ -#define XDCFG_CTRL_PCAP_MODE_MASK 0x04000000 /**< Enable PCAP */ -#define XDCFG_CTRL_PCAP_RATE_EN_MASK 0x02000000 /**< Enable PCAP send data - * to FPGA every 4 PCAP - * cycles - */ -#define XDCFG_CTRL_MULTIBOOT_EN_MASK 0x01000000 /**< Multiboot Enable */ -#define XDCFG_CTRL_JTAG_CHAIN_DIS_MASK 0x00800000 /**< JTAG Chain Disable */ -#define XDCFG_CTRL_USER_MODE_MASK 0x00008000 /**< User Mode Mask */ -#define XDCFG_CTRL_PCFG_AES_FUSE_MASK 0x00001000 /**< AES key source */ -#define XDCFG_CTRL_PCFG_AES_EN_MASK 0x00000E00 /**< AES Enable Mask */ -#define XDCFG_CTRL_SEU_EN_MASK 0x00000100 /**< SEU Enable Mask */ -#define XDCFG_CTRL_SEC_EN_MASK 0x00000080 /**< Secure/Non Secure - * Status mask - */ -#define XDCFG_CTRL_SPNIDEN_MASK 0x00000040 /**< Secure Non Invasive - * Debug Enable - */ -#define XDCFG_CTRL_SPIDEN_MASK 0x00000020 /**< Secure Invasive - * Debug Enable - */ -#define XDCFG_CTRL_NIDEN_MASK 0x00000010 /**< Non-Invasive Debug - * Enable - */ -#define XDCFG_CTRL_DBGEN_MASK 0x00000008 /**< Invasive Debug - * Enable - */ -#define XDCFG_CTRL_DAP_EN_MASK 0x00000007 /**< DAP Enable Mask */ - -/* @} */ - -/** @name Lock register bit definitions - * @{ - */ - -#define XDCFG_LOCK_AES_EFUSE_MASK 0x00000010 /**< Lock AES Efuse bit */ -#define XDCFG_LOCK_AES_EN_MASK 0x00000008 /**< Lock AES_EN update */ -#define XDCFG_LOCK_SEU_MASK 0x00000004 /**< Lock SEU_En update */ -#define XDCFG_LOCK_SEC_MASK 0x00000002 /**< Lock SEC_EN and - * USER_MODE - */ -#define XDCFG_LOCK_DBG_MASK 0x00000001 /**< This bit locks - * security config - * including: DAP_En, - * DBGEN,, - * NIDEN, SPNIEN - */ -/*@}*/ - - - -/** @name Config Register Bit definitions - * @{ - */ -#define XDCFG_CFG_RFIFO_TH_MASK 0x00000C00 /**< Read FIFO - * Threshold Mask - */ -#define XDCFG_CFG_WFIFO_TH_MASK 0x00000300 /**< Write FIFO Threshold - * Mask - */ -#define XDCFG_CFG_RCLK_EDGE_MASK 0x00000080 /**< Read data active - * clock edge - */ -#define XDCFG_CFG_WCLK_EDGE_MASK 0x00000040 /**< Write data active - * clock edge - */ -#define XDCFG_CFG_DISABLE_SRC_INC_MASK 0x00000020 /**< Disable Source address - * increment mask - */ -#define XDCFG_CFG_DISABLE_DST_INC_MASK 0x00000010 /**< Disable Destination - * address increment - * mask - */ -/* @} */ - - -/** @name Interrupt Status/Mask Register Bit definitions - * @{ - */ -#define XDCFG_IXR_PSS_GTS_USR_B_MASK 0x80000000 /**< Tri-state IO during - * HIZ - */ -#define XDCFG_IXR_PSS_FST_CFG_B_MASK 0x40000000 /**< First configuration - * done - */ -#define XDCFG_IXR_PSS_GPWRDWN_B_MASK 0x20000000 /**< Global power down */ -#define XDCFG_IXR_PSS_GTS_CFG_B_MASK 0x10000000 /**< Tri-state IO during - * configuration - */ -#define XDCFG_IXR_PSS_CFG_RESET_B_MASK 0x08000000 /**< PL configuration - * reset - */ -#define XDCFG_IXR_AXI_WTO_MASK 0x00800000 /**< AXI Write Address - * or Data or response - * timeout - */ -#define XDCFG_IXR_AXI_WERR_MASK 0x00400000 /**< AXI Write response - * error - */ -#define XDCFG_IXR_AXI_RTO_MASK 0x00200000 /**< AXI Read Address or - * response timeout - */ -#define XDCFG_IXR_AXI_RERR_MASK 0x00100000 /**< AXI Read response - * error - */ -#define XDCFG_IXR_RX_FIFO_OV_MASK 0x00040000 /**< Rx FIFO Overflow */ -#define XDCFG_IXR_WR_FIFO_LVL_MASK 0x00020000 /**< Tx FIFO less than - * threshold */ -#define XDCFG_IXR_RD_FIFO_LVL_MASK 0x00010000 /**< Rx FIFO greater than - * threshold */ -#define XDCFG_IXR_DMA_CMD_ERR_MASK 0x00008000 /**< Illegal DMA command */ -#define XDCFG_IXR_DMA_Q_OV_MASK 0x00004000 /**< DMA command queue - * overflow - */ -#define XDCFG_IXR_DMA_DONE_MASK 0x00002000 /**< DMA Command Done */ -#define XDCFG_IXR_D_P_DONE_MASK 0x00001000 /**< DMA and PCAP - * transfers Done - */ -#define XDCFG_IXR_P2D_LEN_ERR_MASK 0x00000800 /**< PCAP to DMA transfer - * length error - */ -#define XDCFG_IXR_PCFG_HMAC_ERR_MASK 0x00000040 /**< HMAC error mask */ -#define XDCFG_IXR_PCFG_SEU_ERR_MASK 0x00000020 /**< SEU Error mask */ -#define XDCFG_IXR_PCFG_POR_B_MASK 0x00000010 /**< FPGA POR mask */ -#define XDCFG_IXR_PCFG_CFG_RST_MASK 0x00000008 /**< FPGA Reset mask */ -#define XDCFG_IXR_PCFG_DONE_MASK 0x00000004 /**< Done Signal Mask */ -#define XDCFG_IXR_PCFG_INIT_PE_MASK 0x00000002 /**< Detect Positive edge - * of Init Signal - */ -#define XDCFG_IXR_PCFG_INIT_NE_MASK 0x00000001 /**< Detect Negative edge - * of Init Signal - */ -#define XDCFG_IXR_ERROR_FLAGS_MASK (XDCFG_IXR_AXI_WTO_MASK | \ - XDCFG_IXR_AXI_WERR_MASK | \ - XDCFG_IXR_AXI_RTO_MASK | \ - XDCFG_IXR_AXI_RERR_MASK | \ - XDCFG_IXR_RX_FIFO_OV_MASK | \ - XDCFG_IXR_DMA_CMD_ERR_MASK |\ - XDCFG_IXR_DMA_Q_OV_MASK | \ - XDCFG_IXR_P2D_LEN_ERR_MASK |\ - XDCFG_IXR_PCFG_HMAC_ERR_MASK) - - -#define XDCFG_IXR_ALL_MASK 0x00F7F8EF - - - -/* @} */ - - -/** @name Status Register Bit definitions - * @{ - */ -#define XDCFG_STATUS_DMA_CMD_Q_F_MASK 0x80000000 /**< DMA command - * Queue full - */ -#define XDCFG_STATUS_DMA_CMD_Q_E_MASK 0x40000000 /**< DMA command - * Queue empty - */ -#define XDCFG_STATUS_DMA_DONE_CNT_MASK 0x30000000 /**< Number of - * completed DMA - * transfers - */ -#define XDCFG_STATUS_RX_FIFO_LVL_MASK 0x01F000000 /**< Rx FIFO level */ -#define XDCFG_STATUS_TX_FIFO_LVL_MASK 0x0007F000 /**< Tx FIFO level */ - -#define XDCFG_STATUS_PSS_GTS_USR_B 0x00000800 /**< Tri-state IO - * during HIZ - */ -#define XDCFG_STATUS_PSS_FST_CFG_B 0x00000400 /**< First PL config - * done - */ -#define XDCFG_STATUS_PSS_GPWRDWN_B 0x00000200 /**< Global power down */ -#define XDCFG_STATUS_PSS_GTS_CFG_B 0x00000100 /**< Tri-state IO during - * config - */ -#define XDCFG_STATUS_SECURE_RST_MASK 0x00000080 /**< Secure Reset - * POR Status - */ -#define XDCFG_STATUS_ILLEGAL_APB_ACCESS_MASK 0x00000040 /**< Illegal APB - * access - */ -#define XDCFG_STATUS_PSS_CFG_RESET_B 0x00000020 /**< PL config - * reset status - */ -#define XDCFG_STATUS_PCFG_INIT_MASK 0x00000010 /**< FPGA Init - * Status - */ -#define XDCFG_STATUS_EFUSE_BBRAM_KEY_DISABLE_MASK 0x00000008 - /**< BBRAM key - * disable - */ -#define XDCFG_STATUS_EFUSE_SEC_EN_MASK 0x00000004 /**< Efuse Security - * Enable Status - */ -#define XDCFG_STATUS_EFUSE_JTAG_DIS_MASK 0x00000002 /**< EFuse JTAG - * Disable - * status - */ -/* @} */ - - -/** @name DMA Source/Destination Transfer Length Register Bit definitions - * @{ - */ -#define XDCFG_DMA_LEN_MASK 0x7FFFFFF /**< Length Mask */ -/*@}*/ - - - - -/** @name Miscellaneous Control Register Bit definitions - * @{ - */ -#define XDCFG_MCTRL_PCAP_PS_VERSION_MASK 0xF0000000 /**< PS Version Mask */ -#define XDCFG_MCTRL_PCAP_PS_VERSION_SHIFT 28 /**< PS Version Shift */ -#define XDCFG_MCTRL_PCAP_LPBK_MASK 0x00000010 /**< PCAP loopback mask */ -/* @} */ - -/** @name FIFO Threshold Bit definitions - * @{ - */ - -#define XDCFG_CFG_FIFO_QUARTER 0x0 /**< Quarter empty */ -#define XDCFG_CFG_FIFO_HALF 0x1 /**< Half empty */ -#define XDCFG_CFG_FIFO_3QUARTER 0x2 /**< 3/4 empty */ -#define XDCFG_CFG_FIFO_EMPTY 0x4 /**< Empty */ -/* @}*/ - - -/* Miscellaneous constant values */ -#define XDCFG_DMA_INVALID_ADDRESS 0xFFFFFFFF /**< Invalid DMA address */ -#define XDCFG_UNLOCK_DATA 0x757BDF0D /**< First APB access data*/ -#define XDCFG_BASE_ADDRESS 0xF8007000 /**< Device Config base - * address - */ -#define XDCFG_CONFIG_RESET_VALUE 0x508 /**< Config reg reset value */ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Read the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note C-style signature: -* u32 XDcfg_ReadReg(u32 BaseAddr, u32 RegOffset) -* -*****************************************************************************/ -#define XDcfg_ReadReg(BaseAddr, RegOffset) \ - Xil_In32((BaseAddr) + (RegOffset)) - -/****************************************************************************/ -/** -* -* Write to the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note C-style signature: -* void XDcfg_WriteReg(u32 BaseAddr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XDcfg_WriteReg(BaseAddr, RegOffset, Data) \ - Xil_Out32((BaseAddr) + (RegOffset), (Data)) - -/************************** Function Prototypes ******************************/ -/* - * Perform reset operation to the devcfg interface - */ -void XDcfg_ResetHw(u32 BaseAddr); -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdmaps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdmaps.h deleted file mode 100644 index 179c840..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdmaps.h +++ /dev/null @@ -1,329 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdmaps.h -* @addtogroup dmaps_v2_8 -* @{ -* @details -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  	Date     Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	hbm    08/19/10 First Release
-* 1.01a nm     12/20/12 Added definition XDMAPS_CHANNELS_PER_DEV which specifies
-*		        the maximum number of channels.
-*		        Replaced the usage of XPAR_XDMAPS_CHANNELS_PER_DEV
-*                       with XDMAPS_CHANNELS_PER_DEV defined in xdmaps_hw.h.
-*			Added the tcl file to automatically generate the
-*			xparameters.h
-* 1.02a sg     05/16/12 Made changes for doxygen and moved some function
-*			header from the xdmaps.h file to xdmaps.c file
-*			Other cleanup for coding guidelines and CR 657109
-*			and CR 657898
-*			The xdmaps_example_no_intr.c example is removed
-*			as it is using interrupts  and is similar to
-*			the interrupt example - CR 652477
-* 1.03a sg     07/16/2012 changed inline to __inline for CR665681
-* 1.04a nm     10/22/2012 Fixed CR# 681671.
-* 1.05a nm     04/15/2013 Fixed CR# 704396. Removed warnings when compiled
-*			  with -Wall and -Wextra option in bsp.
-*	       05/01/2013 Fixed CR# 700189. Changed XDmaPs_BuildDmaProg()
-*			  function description.
-*			  Fixed CR# 704396. Removed unused variables
-*			  UseM2MByte & MemBurstLen from XDmaPs_BuildDmaProg()
-*			  function.
-* 1.07a asa    11/02/13. Made changes to fix compilation issues for iarcc.
-*			   Removed the PDBG prints. By default they were always
-*			   defined out and never used. The PDBG is non-standard for
-*			   Xilinx drivers and no other driver does something similar.
-*			   Since there is no easy way to fix compilation issues with
-*			   the IARCC compiler around PDBG, it is better to remove it.
-*			   Users can always use xil_printfs if they want to debug.
-* 2.0   adk    10/12/13  Updated as per the New Tcl API's
-* 2.01  kpc    08/23/14  Fixed the IAR compiler reported errors
-* 2.2   mus    08/12/16  Declared all inline functions in xdmaps.c as extern, to avoid
-*                        linker error for IAR compiler
-* 2.3   ms     01/23/17 Modified xil_printf statement in main function for all
-*                       examples to ensure that "Successfully ran" and "Failed"
-*                       strings are available in all examples. This is a fix
-*                       for CR-965028.
-*       ms     03/17/17 Added readme.txt file in examples folder for doxygen
-*                       generation.
-* 2.4   adk    13/08/18 Fixed armcc compiler warnings in the driver CR-1008310.
-* 2.8	sk     05/18/21 Modify all inline functions declarations from extern inline
-*			to static inline to avoid the linkage conflict for IAR compiler.
-* 
-* -*****************************************************************************/ - -#ifndef XDMAPS_H /* prevent circular inclusions */ -#define XDMAPS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xparameters.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xstatus.h" - -#include "xdmaps_hw.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddress; /**< Base address of device (IPIF) */ -} XDmaPs_Config; - - -/** DMA channle control structure. It's for AXI bus transaction. - * This struct will be translated into a 32-bit channel control register value. - */ -typedef struct { - unsigned int EndianSwapSize; /**< Endian swap size. */ - unsigned int DstCacheCtrl; /**< Destination cache control */ - unsigned int DstProtCtrl; /**< Destination protection control */ - unsigned int DstBurstLen; /**< Destination burst length */ - unsigned int DstBurstSize; /**< Destination burst size */ - unsigned int DstInc; /**< Destination incrementing or fixed - * address */ - unsigned int SrcCacheCtrl; /**< Source cache control */ - unsigned int SrcProtCtrl; /**< Source protection control */ - unsigned int SrcBurstLen; /**< Source burst length */ - unsigned int SrcBurstSize; /**< Source burst size */ - unsigned int SrcInc; /**< Source incrementing or fixed - * address */ -} XDmaPs_ChanCtrl; - -/** DMA block descriptor stucture. - */ -typedef struct { - u32 SrcAddr; /**< Source starting address */ - u32 DstAddr; /**< Destination starting address */ - unsigned int Length; /**< Number of bytes for the block */ -} XDmaPs_BD; - -/** - * A DMA command consisits of a channel control struct, a block descriptor, - * a user defined program, a pointer pointing to generated DMA program, and - * execution result. - * - */ -typedef struct { - XDmaPs_ChanCtrl ChanCtrl; /**< Channel Control Struct */ - XDmaPs_BD BD; /**< Together with SgLength field, - * it's a scatter-gather list. - */ - void *UserDmaProg; /**< If user wants the driver to - * execute their own DMA program, - * this field points to the DMA - * program. - */ - int UserDmaProgLength; /**< The length of user defined - * DMA program. - */ - - void *GeneratedDmaProg; /**< The DMA program genreated - * by the driver. This field will be - * set if a user invokes the DMA - * program generation function. Or - * the DMA command is finished and - * a user informs the driver not to - * release the program buffer. - * This field has two purposes, one - * is to ask the driver to generate - * a DMA program while the DMAC is - * performaning DMA transactions. The - * other purpose is to debug the - * driver. - */ - int GeneratedDmaProgLength; /**< The length of the DMA program - * generated by the driver - */ - int DmaStatus; /**< 0 on success, otherwise error code - */ - u32 ChanFaultType; /**< Channel fault type in case of fault - */ - u32 ChanFaultPCAddr; /**< Channel fault PC address - */ -} XDmaPs_Cmd; - -/** - * It's the done handler a user can set for a channel - */ -typedef void (*XDmaPsDoneHandler) (unsigned int Channel, - XDmaPs_Cmd *DmaCmd, - void *CallbackRef); - -/** - * It's the fault handler a user can set for a channel - */ -typedef void (*XDmaPsFaultHandler) (unsigned int Channel, - XDmaPs_Cmd *DmaCmd, - void *CallbackRef); - -#define XDMAPS_MAX_CHAN_BUFS 2 -#define XDMAPS_CHAN_BUF_LEN 128 - -/** - * The XDmaPs_ProgBuf is the struct for a DMA program buffer. - */ -typedef struct { - char Buf[XDMAPS_CHAN_BUF_LEN]; /**< The actual buffer the holds the - * content */ - unsigned Len; /**< The actual length of the DMA - * program in bytes. */ - int Allocated; /**< A tag indicating whether the - * buffer is allocated or not */ -} XDmaPs_ProgBuf; - -/** - * The XDmaPs_ChannelData is a struct to book keep individual channel of - * the DMAC. - */ -typedef struct { - unsigned DevId; /**< Device id indicating which DMAC */ - unsigned ChanId; /**< Channel number of the DMAC */ - XDmaPs_ProgBuf ProgBufPool[XDMAPS_MAX_CHAN_BUFS]; /**< A pool of - program buffers*/ - XDmaPsDoneHandler DoneHandler; /**< Done interrupt handler */ - void *DoneRef; /**< Done interrupt callback data */ - XDmaPs_Cmd *DmaCmdToHw; /**< DMA command being executed */ - XDmaPs_Cmd *DmaCmdFromHw; /**< DMA command that is finished. - * This field is for debugging purpose - */ - int HoldDmaProg; /**< A tag indicating whether to hold the - * DMA program after the DMA is done. - */ - -} XDmaPs_ChannelData; - -/** - * The XDmaPs driver instance data structure. A pointer to an instance data - * structure is passed around by functions to refer to a specific driver - * instance. - */ -typedef struct { - XDmaPs_Config Config; /**< Configuration data structure */ - int IsReady; /**< Device is Ready */ - int CacheLength; /**< icache length */ - XDmaPsFaultHandler FaultHandler; /**< fault interrupt handler */ - void *FaultRef; /**< fault call back data */ - XDmaPs_ChannelData Chans[XDMAPS_CHANNELS_PER_DEV]; - /**< - * channel data - */ -} XDmaPs; - -/* - * Functions implemented in xdmaps.c - */ -int XDmaPs_CfgInitialize(XDmaPs *InstPtr, - XDmaPs_Config *Config, - u32 EffectiveAddr); - -int XDmaPs_Start(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd, - int HoldDmaProg); - -int XDmaPs_IsActive(XDmaPs *InstPtr, unsigned int Channel); -int XDmaPs_GenDmaProg(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd); -int XDmaPs_FreeDmaProg(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd); -void XDmaPs_Print_DmaProg(XDmaPs_Cmd *Cmd); - - -int XDmaPs_ResetManager(XDmaPs *InstPtr); -int XDmaPs_ResetChannel(XDmaPs *InstPtr, unsigned int Channel); - - -int XDmaPs_SetDoneHandler(XDmaPs *InstPtr, - unsigned Channel, - XDmaPsDoneHandler DoneHandler, - void *CallbackRef); - -int XDmaPs_SetFaultHandler(XDmaPs *InstPtr, - XDmaPsFaultHandler FaultHandler, - void *CallbackRef); - -void XDmaPs_Print_DmaProg(XDmaPs_Cmd *Cmd); -int XDmaPs_Instr_DMARMB(char *DmaProg); -int XDmaPs_Instr_DMAWMB(char *DmaProg); - -/** - * To avoid linkage error,modify all inline functions from extern - * inline to static inline for IAR compiler - */ -#ifdef __ICCARM__ -static INLINE int XDmaPs_Instr_DMAEND(char *DmaProg); -static INLINE void XDmaPs_Memcpy4(char *Dst, char *Src); -static INLINE int XDmaPs_Instr_DMAGO(char *DmaProg, unsigned int Cn, - u32 Imm, unsigned int Ns); -static INLINE int XDmaPs_Instr_DMALD(char *DmaProg); -static INLINE int XDmaPs_Instr_DMALP(char *DmaProg, unsigned Lc, - unsigned LoopIterations); -static INLINE int XDmaPs_Instr_DMALPEND(char *DmaProg, char *BodyStart, unsigned Lc); -static INLINE int XDmaPs_Instr_DMAMOV(char *DmaProg, unsigned Rd, u32 Imm); -static INLINE int XDmaPs_Instr_DMANOP(char *DmaProg); -static INLINE int XDmaPs_Instr_DMASEV(char *DmaProg, unsigned int EventNumber); -static INLINE int XDmaPs_Instr_DMAST(char *DmaProg); -static INLINE unsigned XDmaPs_ToEndianSwapSizeBits(unsigned int EndianSwapSize); -static INLINE unsigned XDmaPs_ToBurstSizeBits(unsigned BurstSize); -#endif - -/** - * Driver done interrupt service routines for the channels. - * We need this done ISR mainly because the driver needs to release the - * DMA program buffer. This is the one that connects the GIC - */ -void XDmaPs_DoneISR_0(XDmaPs *InstPtr); -void XDmaPs_DoneISR_1(XDmaPs *InstPtr); -void XDmaPs_DoneISR_2(XDmaPs *InstPtr); -void XDmaPs_DoneISR_3(XDmaPs *InstPtr); -void XDmaPs_DoneISR_4(XDmaPs *InstPtr); -void XDmaPs_DoneISR_5(XDmaPs *InstPtr); -void XDmaPs_DoneISR_6(XDmaPs *InstPtr); -void XDmaPs_DoneISR_7(XDmaPs *InstPtr); - -/** - * Driver fault interrupt service routine - */ -void XDmaPs_FaultISR(XDmaPs *InstPtr); - - -/* - * Static loopup function implemented in xdmaps_sinit.c - */ -XDmaPs_Config *XDmaPs_LookupConfig(u16 DeviceId); - - -/* - * self-test functions in xdmaps_selftest.c - */ -int XDmaPs_SelfTest(XDmaPs *InstPtr); - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdmaps_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdmaps_hw.h deleted file mode 100644 index d039278..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xdmaps_hw.h +++ /dev/null @@ -1,267 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xdmaps_hw.h -* @addtogroup dmaps_v2_8 -* @{ -* -* This header file contains the hardware interface of an XDmaPs device. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who   Date     Changes
-* ----- ----  -------- ----------------------------------------------
-* 1.00a	hbm   08/18/10 First Release
-* 1.01a nm    12/20/12 Added definition XDMAPS_CHANNELS_PER_DEV which specifies
-*		       the maximum number of channels.
-*		       Replaced the usage of XPAR_XDMAPS_CHANNELS_PER_DEV
-*                      with XDMAPS_CHANNELS_PER_DEV defined in xdmaps_hw.h
-* 1.02a sg    05/16/12 Made changes for doxygen
-* 1.06a kpc   07/10/13 Added function prototype
-* 
-* -******************************************************************************/ - -#ifndef XDMAPS_HW_H /* prevent circular inclusions */ -#define XDMAPS_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * - * Register offsets for the DMAC. - * @{ - */ - -#define XDMAPS_DS_OFFSET 0x000 /* DMA Status Register */ -#define XDMAPS_DPC_OFFSET 0x004 /* DMA Program Counter Rregister */ -#define XDMAPS_INTEN_OFFSET 0X020 /* DMA Interrupt Enable Register */ -#define XDMAPS_ES_OFFSET 0x024 /* DMA Event Status Register */ -#define XDMAPS_INTSTATUS_OFFSET 0x028 /* DMA Interrupt Status Register - */ -#define XDMAPS_INTCLR_OFFSET 0x02c /* DMA Interrupt Clear Register */ -#define XDMAPS_FSM_OFFSET 0x030 /* DMA Fault Status DMA Manager - * Register - */ -#define XDMAPS_FSC_OFFSET 0x034 /* DMA Fault Status DMA Chanel Register - */ -#define XDMAPS_FTM_OFFSET 0x038 /* DMA Fault Type DMA Manager Register */ - -#define XDMAPS_FTC0_OFFSET 0x040 /* DMA Fault Type for DMA Channel 0 */ -/* - * The offset for the rest of the FTC registers is calculated as - * FTC0 + dev_chan_num * 4 - */ -#define XDmaPs_FTCn_OFFSET(ch) (XDMAPS_FTC0_OFFSET + (ch) * 4) - -#define XDMAPS_CS0_OFFSET 0x100 /* Channel Status for DMA Channel 0 */ -/* - * The offset for the rest of the CS registers is calculated as - * CS0 + * dev_chan_num * 0x08 - */ -#define XDmaPs_CSn_OFFSET(ch) (XDMAPS_CS0_OFFSET + (ch) * 8) - -#define XDMAPS_CPC0_OFFSET 0x104 /* Channel Program Counter for DMA - * Channel 0 - */ -/* - * The offset for the rest of the CPC registers is calculated as - * CPC0 + dev_chan_num * 0x08 - */ -#define XDmaPs_CPCn_OFFSET(ch) (XDMAPS_CPC0_OFFSET + (ch) * 8) - -#define XDMAPS_SA_0_OFFSET 0x400 /* Source Address Register for DMA - * Channel 0 - */ -/* The offset for the rest of the SA registers is calculated as - * SA_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_SA_n_OFFSET(ch) (XDMAPS_SA_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_DA_0_OFFSET 0x404 /* Destination Address Register for - * DMA Channel 0 - */ -/* The offset for the rest of the DA registers is calculated as - * DA_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_DA_n_OFFSET(ch) (XDMAPS_DA_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_CC_0_OFFSET 0x408 /* Channel Control Register for - * DMA Channel 0 - */ -/* - * The offset for the rest of the CC registers is calculated as - * CC_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_CC_n_OFFSET(ch) (XDMAPS_CC_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_LC0_0_OFFSET 0x40C /* Loop Counter 0 for DMA Channel 0 */ -/* - * The offset for the rest of the LC0 registers is calculated as - * LC_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_LC0_n_OFFSET(ch) (XDMAPS_LC0_0_OFFSET + (ch) * 0x20) -#define XDMAPS_LC1_0_OFFSET 0x410 /* Loop Counter 1 for DMA Channel 0 */ -/* - * The offset for the rest of the LC1 registers is calculated as - * LC_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_LC1_n_OFFSET(ch) (XDMAPS_LC1_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_DBGSTATUS_OFFSET 0xD00 /* Debug Status Register */ -#define XDMAPS_DBGCMD_OFFSET 0xD04 /* Debug Command Register */ -#define XDMAPS_DBGINST0_OFFSET 0xD08 /* Debug Instruction 0 Register */ -#define XDMAPS_DBGINST1_OFFSET 0xD0C /* Debug Instruction 1 Register */ - -#define XDMAPS_CR0_OFFSET 0xE00 /* Configuration Register 0 */ -#define XDMAPS_CR1_OFFSET 0xE04 /* Configuration Register 1 */ -#define XDMAPS_CR2_OFFSET 0xE08 /* Configuration Register 2 */ -#define XDMAPS_CR3_OFFSET 0xE0C /* Configuration Register 3 */ -#define XDMAPS_CR4_OFFSET 0xE10 /* Configuration Register 4 */ -#define XDMAPS_CRDN_OFFSET 0xE14 /* Configuration Register Dn */ - -#define XDMAPS_PERIPH_ID_0_OFFSET 0xFE0 /* Peripheral Identification - * Register 0 - */ -#define XDMAPS_PERIPH_ID_1_OFFSET 0xFE4 /* Peripheral Identification - * Register 1 - */ -#define XDMAPS_PERIPH_ID_2_OFFSET 0xFE8 /* Peripheral Identification - * Register 2 - */ -#define XDMAPS_PERIPH_ID_3_OFFSET 0xFEC /* Peripheral Identification - * Register 3 - */ -#define XDMAPS_PCELL_ID_0_OFFSET 0xFF0 /* PrimeCell Identification - * Register 0 - */ -#define XDMAPS_PCELL_ID_1_OFFSET 0xFF4 /* PrimeCell Identification - * Register 1 - */ -#define XDMAPS_PCELL_ID_2_OFFSET 0xFF8 /* PrimeCell Identification - * Register 2 - */ -#define XDMAPS_PCELL_ID_3_OFFSET 0xFFC /* PrimeCell Identification - * Register 3 - */ - -/* - * Some useful register masks - */ -#define XDMAPS_DS_DMA_STATUS 0x0F /* DMA status mask */ -#define XDMAPS_DS_DMA_STATUS_STOPPED 0x00 /* debug status busy mask */ - -#define XDMAPS_DBGSTATUS_BUSY 0x01 /* debug status busy mask */ - -#define XDMAPS_CS_ACTIVE_MASK 0x07 /* channel status active mask, - * llast 3 bits of CS register - */ - -#define XDMAPS_CR1_I_CACHE_LEN_MASK 0x07 /* i_cache_len mask */ - - -/* - * XDMAPS_DBGINST0 - constructs the word for the Debug Instruction-0 Register. - * @b1: Instruction byte 1 - * @b0: Instruction byte 0 - * @ch: Channel number - * @dbg_th: Debug thread encoding: 0 = DMA manager thread, 1 = DMA channel - */ -#define XDmaPs_DBGINST0(b1, b0, ch, dbg_th) \ - (((b1) << 24) | ((b0) << 16) | (((ch) & 0x7) << 8) | ((dbg_th & 0x1))) - -/* @} */ - -/** @name Control Register - * - * The Control register (CR) controls the major functions of the device. - * - * Control Register Bit Definition - */ - -/* @}*/ - - -#define XDMAPS_CHANNELS_PER_DEV 8 - - -/** @name Mode Register - * - * The mode register (MR) defines the mode of transfer as well as the data - * format. If this register is modified during transmission or reception, - * data validity cannot be guaranteed. - * - * Mode Register Bit Definition - * @{ - */ - -/* @} */ - - -/** @name Interrupt Registers - * - * Interrupt control logic uses the interrupt enable register (IER) and the - * interrupt disable register (IDR) to set the value of the bits in the - * interrupt mask register (IMR). The IMR determines whether to pass an - * interrupt to the interrupt status register (ISR). - * Writing a 1 to IER Enbables an interrupt, writing a 1 to IDR disables an - * interrupt. IMR and ISR are read only, and IER and IDR are write only. - * Reading either IER or IDR returns 0x00. - * - * All four registers have the same bit definitions. - * - * @{ - */ - -/* @} */ -#define XDMAPS_INTCLR_ALL_MASK 0xFF - -#define XDmaPs_ReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/***************************************************************************/ -/** -* Write a DMAC register. -* -* @param BaseAddress contains the base address of the device. -* @param RegOffset contains the offset from the base address of the device. -* @param RegisterValue is the value to be written to the register. -* -* @return None. -* -* @note -* C-Style signature: -* void XDmaPs_WriteReg(u32 BaseAddress, int RegOffset, -* u32 RegisterValue) -******************************************************************************/ -#define XDmaPs_WriteReg(BaseAddress, RegOffset, RegisterValue) \ - Xil_Out32((BaseAddress) + (RegOffset), (RegisterValue)) -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes *****************************/ -/* - * Perform reset operation to the dmaps interface - */ -void XDmaPs_ResetHw(u32 BaseAddr); -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xenv.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xenv.h deleted file mode 100644 index d8aef59..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xenv.h +++ /dev/null @@ -1,169 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xenv.h -* -* Defines common services that are typically found in a host operating. -* environment. This include file simply includes an OS specific file based -* on the compile-time constant BUILD_ENV_*, where * is the name of the target -* environment. -* -* All services are defined as macros. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00b ch   10/24/02 Added XENV_LINUX
-* 1.00a rmm  04/17/02 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XENV_H /* prevent circular inclusions */ -#define XENV_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/* - * Select which target environment we are operating under - */ - -/* VxWorks target environment */ -#if defined XENV_VXWORKS -#include "xenv_vxworks.h" - -/* Linux target environment */ -#elif defined XENV_LINUX -#include "xenv_linux.h" - -/* Unit test environment */ -#elif defined XENV_UNITTEST -#include "ut_xenv.h" - -/* Integration test environment */ -#elif defined XENV_INTTEST -#include "int_xenv.h" - -/* Standalone environment selected */ -#else -#include "xenv_standalone.h" -#endif - - -/* - * The following comments specify the types and macro wrappers that are - * expected to be defined by the target specific header files - */ - -/**************************** Type Definitions *******************************/ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP - * - * A structure that contains a time stamp used by other time stamp macros - * defined below. This structure is processor dependent. - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/*****************************************************************************/ -/** - * - * XENV_MEM_COPY(void *DestPtr, void *SrcPtr, unsigned Bytes) - * - * Copies a non-overlapping block of memory. - * - * @param DestPtr is the destination address to copy data to. - * @param SrcPtr is the source address to copy data from. - * @param Bytes is the number of bytes to copy. - * - * @return None - */ - -/*****************************************************************************/ -/** - * - * XENV_MEM_FILL(void *DestPtr, char Data, unsigned Bytes) - * - * Fills an area of memory with constant data. - * - * @param DestPtr is the destination address to set. - * @param Data contains the value to set. - * @param Bytes is the number of bytes to set. - * - * @return None - */ -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_GET(XTIME_STAMP *StampPtr) - * - * Samples the processor's or external timer's time base counter. - * - * @param StampPtr is the storage for the retrieved time stamp. - * - * @return None - */ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_DELTA_US(XTIME_STAMP *Stamp1Ptr, XTIME_STAMP* Stamp2Ptr) - * - * Computes the delta between the two time stamps. - * - * @param Stamp1Ptr - First sampled time stamp. - * @param Stamp1Ptr - Sedond sampled time stamp. - * - * @return An unsigned int value with units of microseconds. - */ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_DELTA_MS(XTIME_STAMP *Stamp1Ptr, XTIME_STAMP* Stamp2Ptr) - * - * Computes the delta between the two time stamps. - * - * @param Stamp1Ptr - First sampled time stamp. - * @param Stamp1Ptr - Sedond sampled time stamp. - * - * @return An unsigned int value with units of milliseconds. - */ - -/*****************************************************************************//** - * - * XENV_USLEEP(unsigned delay) - * - * Delay the specified number of microseconds. - * - * @param delay is the number of microseconds to delay. - * - * @return None - */ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xenv_standalone.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xenv_standalone.h deleted file mode 100644 index 9794da0..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xenv_standalone.h +++ /dev/null @@ -1,350 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xenv_standalone.h -* -* Defines common services specified by xenv.h. -* -* @note -* This file is not intended to be included directly by driver code. -* Instead, the generic xenv.h file is intended to be included by driver -* code. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a wgr  02/28/07 Added cache handling macros.
-* 1.00a wgr  02/27/07 Simplified code. Deprecated old-style macro names.
-* 1.00a rmm  01/24/06 Implemented XENV_USLEEP. Assume implementation is being
-*                     used under Xilinx standalone BSP.
-* 1.00a xd   11/03/04 Improved support for doxygen.
-* 1.00a rmm  03/21/02 First release
-* 1.00a wgr  03/22/07 Converted to new coding style.
-* 1.00a rpm  06/29/07 Added udelay macro for standalone
-* 1.00a xd   07/19/07 Included xparameters.h as XPAR_ constants are referred
-*                     to in MICROBLAZE section
-* 1.00a ecm  09/19/08 updated for v7.20 of Microblaze, new functionality
-*
-* 
-* -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XENV_STANDALONE_H -#define XENV_STANDALONE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -/****************************************************************************** - * - * Get the processor dependent includes - * - ******************************************************************************/ - -#include - -#if defined __MICROBLAZE__ -# include "mb_interface.h" -# include "xparameters.h" /* XPAR constants used below in MB section */ - -#elif defined __PPC__ -# include "sleep.h" -# include "xcache_l.h" /* also include xcache_l.h for caching macros */ -#endif - -/****************************************************************************** - * - * MEMCPY / MEMSET related macros. - * - * The following are straight forward implementations of memset and memcpy. - * - * NOTE: memcpy may not work if source and target memory area are overlapping. - * - ******************************************************************************/ -/*****************************************************************************/ -/** - * - * Copies a non-overlapping block of memory. - * - * @param DestPtr - * Destination address to copy data to. - * - * @param SrcPtr - * Source address to copy data from. - * - * @param Bytes - * Number of bytes to copy. - * - * @return None. - * - * @note - * The use of XENV_MEM_COPY is deprecated. Use memcpy() instead. - * - * @note - * This implementation MAY BREAK work if source and target memory - * area are overlapping. - * - *****************************************************************************/ - -#define XENV_MEM_COPY(DestPtr, SrcPtr, Bytes) \ - memcpy((void *) DestPtr, (const void *) SrcPtr, (size_t) Bytes) - - - -/*****************************************************************************/ -/** - * - * Fills an area of memory with constant data. - * - * @param DestPtr - * Destination address to copy data to. - * - * @param Data - * Value to set. - * - * @param Bytes - * Number of bytes to copy. - * - * @return None. - * - * @note - * The use of XENV_MEM_FILL is deprecated. Use memset() instead. - * - *****************************************************************************/ - -#define XENV_MEM_FILL(DestPtr, Data, Bytes) \ - memset((void *) DestPtr, (s32) Data, (size_t) Bytes) - - - -/****************************************************************************** - * - * TIME related macros - * - ******************************************************************************/ - -/** - * A structure that contains a time stamp used by other time stamp macros - * defined below. This structure is processor dependent. - */ -typedef s32 XENV_TIME_STAMP; - -/*****************************************************************************/ -/** - * - * Time is derived from the 64 bit PPC timebase register - * - * @param StampPtr is the storage for the retrieved time stamp. - * - * @return None. - * - * @note - * - * Signature: void XENV_TIME_STAMP_GET(XTIME_STAMP *StampPtr) - *

- * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_GET(StampPtr) - -/*****************************************************************************/ -/** - * - * This macro is not yet implemented and always returns 0. - * - * @param Stamp1Ptr is the first sampled time stamp. - * @param Stamp2Ptr is the second sampled time stamp. - * - * @return 0 - * - * @note - * - * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_DELTA_US(Stamp1Ptr, Stamp2Ptr) (0) - -/*****************************************************************************/ -/** - * - * This macro is not yet implemented and always returns 0. - * - * @param Stamp1Ptr is the first sampled time stamp. - * @param Stamp2Ptr is the second sampled time stamp. - * - * @return 0 - * - * @note - * - * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_DELTA_MS(Stamp1Ptr, Stamp2Ptr) (0) - -/*****************************************************************************/ -/** - * XENV_USLEEP(unsigned delay) - * - * Delay the specified number of microseconds. Not implemented without OS - * support. - * - * @param delay - * Number of microseconds to delay. - * - * @return None. - * - *****************************************************************************/ - -#ifdef __PPC__ -#define XENV_USLEEP(delay) usleep(delay) -#define udelay(delay) usleep(delay) -#else -#define XENV_USLEEP(delay) -#define udelay(delay) -#endif - - -/****************************************************************************** - * - * CACHE handling macros / mappings - * - ******************************************************************************/ -/****************************************************************************** - * - * Processor independent macros - * - ******************************************************************************/ - -#define XCACHE_ENABLE_CACHE() \ - { XCACHE_ENABLE_DCACHE(); XCACHE_ENABLE_ICACHE(); } - -#define XCACHE_DISABLE_CACHE() \ - { XCACHE_DISABLE_DCACHE(); XCACHE_DISABLE_ICACHE(); } - - -/****************************************************************************** - * - * MicroBlaze case - * - * NOTE: Currently the following macros will only work on systems that contain - * only ONE MicroBlaze processor. Also, the macros will only be enabled if the - * system is built using a xparameters.h file. - * - ******************************************************************************/ - -#if defined __MICROBLAZE__ - -/* Check if MicroBlaze data cache was built into the core. - */ -#if (XPAR_MICROBLAZE_USE_DCACHE == 1) -# define XCACHE_ENABLE_DCACHE() microblaze_enable_dcache() -# define XCACHE_DISABLE_DCACHE() microblaze_disable_dcache() -# define XCACHE_INVALIDATE_DCACHE() microblaze_invalidate_dcache() - -# define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) \ - microblaze_invalidate_dcache_range((s32)(Addr), (s32)(Len)) - -#if (XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK == 1) -# define XCACHE_FLUSH_DCACHE() microblaze_flush_dcache() -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - microblaze_flush_dcache_range((s32)(Addr), (s32)(Len)) -#else -# define XCACHE_FLUSH_DCACHE() microblaze_invalidate_dcache() -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - microblaze_invalidate_dcache_range((s32)(Addr), (s32)(Len)) -#endif /*XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK*/ - -#else -# define XCACHE_ENABLE_DCACHE() -# define XCACHE_DISABLE_DCACHE() -# define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) -#endif /*XPAR_MICROBLAZE_USE_DCACHE*/ - - -/* Check if MicroBlaze instruction cache was built into the core. - */ -#if (XPAR_MICROBLAZE_USE_ICACHE == 1) -# define XCACHE_ENABLE_ICACHE() microblaze_enable_icache() -# define XCACHE_DISABLE_ICACHE() microblaze_disable_icache() - -# define XCACHE_INVALIDATE_ICACHE() microblaze_invalidate_icache() - -# define XCACHE_INVALIDATE_ICACHE_RANGE(Addr, Len) \ - microblaze_invalidate_icache_range((s32)(Addr), (s32)(Len)) - -#else -# define XCACHE_ENABLE_ICACHE() -# define XCACHE_DISABLE_ICACHE() -#endif /*XPAR_MICROBLAZE_USE_ICACHE*/ - - -/****************************************************************************** - * - * PowerPC case - * - * Note that the XCACHE_ENABLE_xxx functions are hardcoded to enable a - * specific memory region (0x80000001). Each bit (0-30) in the regions - * bitmask stands for 128MB of memory. Bit 31 stands for the upper 2GB - * range. - * - * regions --> cached address range - * ------------|-------------------------------------------------- - * 0x80000000 | [0, 0x7FFFFFF] - * 0x00000001 | [0xF8000000, 0xFFFFFFFF] - * 0x80000001 | [0, 0x7FFFFFF],[0xF8000000, 0xFFFFFFFF] - * - ******************************************************************************/ - -#elif defined __PPC__ - -#define XCACHE_ENABLE_DCACHE() XCache_EnableDCache(0x80000001) -#define XCACHE_DISABLE_DCACHE() XCache_DisableDCache() -#define XCACHE_ENABLE_ICACHE() XCache_EnableICache(0x80000001) -#define XCACHE_DISABLE_ICACHE() XCache_DisableICache() - -#define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) \ - XCache_InvalidateDCacheRange((u32)(Addr), (u32)(Len)) - -#define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - XCache_FlushDCacheRange((u32)(Addr), (u32)(Len)) - -#define XCACHE_INVALIDATE_ICACHE() XCache_InvalidateICache() - - -/****************************************************************************** - * - * Unknown processor / architecture - * - ******************************************************************************/ - -#else -/* #error "Unknown processor / architecture. Must be MicroBlaze or PowerPC." */ -#endif - - -#ifdef __cplusplus -} -#endif - -#endif /* #ifndef XENV_STANDALONE_H */ - - /** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_assert.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_assert.h deleted file mode 100644 index e8b87b5..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_assert.h +++ /dev/null @@ -1,176 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_assert.h -* -* @addtogroup common_assert_apis Assert APIs and Macros -* -* The xil_assert.h file contains assert related functions and macros. -* Assert APIs/Macros specifies that a application program satisfies certain -* conditions at particular points in its execution. These function can be -* used by application programs to ensure that, application code is satisfying -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 First release
-* 6.0   kvn  05/31/16 Make Xil_AsserWait a global variable
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_ASSERT_H /* prevent circular inclusions */ -#define XIL_ASSERT_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - -#define XIL_ASSERT_NONE 0U -#define XIL_ASSERT_OCCURRED 1U -#define XNULL NULL - -extern u32 Xil_AssertStatus; -extern s32 Xil_AssertWait; -extern void Xil_Assert(const char8 *File, s32 Line); -/** - *@endcond - */ -void XNullHandler(void *NullParameter); - -/** - * This data type defines a callback to be invoked when an - * assert occurs. The callback is invoked only when asserts are enabled - */ -typedef void (*Xil_AssertCallback) (const char8 *File, s32 Line); - -/***************** Macros (Inline Functions) Definitions *********************/ - -#ifndef NDEBUG - -/*****************************************************************************/ -/** -* @brief This assert macro is to be used for void functions. This in -* conjunction with the Xil_AssertWait boolean can be used to -* accommodate tests so that asserts which fail allow execution to -* continue. -* -* @param Expression: expression to be evaluated. If it evaluates to -* false, the assert occurs. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertVoid(Expression) \ -{ \ - if (Expression) { \ - Xil_AssertStatus = XIL_ASSERT_NONE; \ - } else { \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return; \ - } \ -} - -/*****************************************************************************/ -/** -* @brief This assert macro is to be used for functions that do return a -* value. This in conjunction with the Xil_AssertWait boolean can be -* used to accommodate tests so that asserts which fail allow execution -* to continue. -* -* @param Expression: expression to be evaluated. If it evaluates to false, -* the assert occurs. -* -* @return Returns 0 unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertNonvoid(Expression) \ -{ \ - if (Expression) { \ - Xil_AssertStatus = XIL_ASSERT_NONE; \ - } else { \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return 0; \ - } \ -} - -/*****************************************************************************/ -/** -* @brief Always assert. This assert macro is to be used for void functions. -* Use for instances where an assert should always occur. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertVoidAlways() \ -{ \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return; \ -} - -/*****************************************************************************/ -/** -* @brief Always assert. This assert macro is to be used for functions that -* do return a value. Use for instances where an assert should always -* occur. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertNonvoidAlways() \ -{ \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return 0; \ -} - - -#else - -#define Xil_AssertVoid(Expression) -#define Xil_AssertVoidAlways() -#define Xil_AssertNonvoid(Expression) -#define Xil_AssertNonvoidAlways() - -#endif - -/************************** Function Prototypes ******************************/ - -void Xil_AssertSetCallback(Xil_AssertCallback Routine); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_assert_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_cache.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_cache.h deleted file mode 100644 index 75cd6f6..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_cache.h +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.h -* -* @addtogroup a9_cache_apis Cortex A9 Processor Cache Functions -* -* Cache functions provide access to cache related operations such as flush -* and invalidate for instruction and data caches. It gives option to perform -* the cache operations on a single cacheline, a range of memory and an entire -* cache. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/29/10 First release
-* 3.04a sdm  01/02/12 Remove redundant dsb/dmb instructions in cache maintenance
-*		      APIs.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __GNUC__ - -#define asm_cp15_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_inval_ic_line_mva_pou(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)); - -#define asm_cp15_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_SW :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)); - -#elif defined (__ICCARM__) - -#define asm_cp15_inval_dc_line_mva_poc(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_mva_poc(param) __asm volatile ("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_inval_ic_line_mva_pou(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)); - -#define asm_cp15_inval_dc_line_sw(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_DC_LINE_SW :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_sw(param) __asm volatile ("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)); - -#endif - -/** -*@endcond -*/ - -void Xil_DCacheEnable(void); -void Xil_DCacheDisable(void); -void Xil_DCacheInvalidate(void); -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len); -void Xil_DCacheFlush(void); -void Xil_DCacheFlushRange(INTPTR adr, u32 len); - -void Xil_ICacheEnable(void); -void Xil_ICacheDisable(void); -void Xil_ICacheInvalidate(void); -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_cache_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_cache_l.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_cache_l.h deleted file mode 100644 index 21c8ced..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_cache_l.h +++ /dev/null @@ -1,75 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_l.h -* -* Contains L1 and L2 specific functions for the ARM cache functionality -* used by xcache.c. This functionality is being made available here for -* more sophisticated users. -* -* @addtogroup a9_cache_apis -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/24/10 First release
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ -#ifndef XIL_CACHE_MACH_H -#define XIL_CACHE_MACH_H - -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes ******************************/ - -void Xil_DCacheInvalidateLine(u32 adr); -void Xil_DCacheFlushLine(u32 adr); -void Xil_DCacheStoreLine(u32 adr); -void Xil_ICacheInvalidateLine(u32 adr); - -void Xil_L1DCacheEnable(void); -void Xil_L1DCacheDisable(void); -void Xil_L1DCacheInvalidate(void); -void Xil_L1DCacheInvalidateLine(u32 adr); -void Xil_L1DCacheInvalidateRange(u32 adr, u32 len); -void Xil_L1DCacheFlush(void); -void Xil_L1DCacheFlushLine(u32 adr); -void Xil_L1DCacheFlushRange(u32 adr, u32 len); -void Xil_L1DCacheStoreLine(u32 adr); - -void Xil_L1ICacheEnable(void); -void Xil_L1ICacheDisable(void); -void Xil_L1ICacheInvalidate(void); -void Xil_L1ICacheInvalidateLine(u32 adr); -void Xil_L1ICacheInvalidateRange(u32 adr, u32 len); - -void Xil_L2CacheEnable(void); -void Xil_L2CacheDisable(void); -void Xil_L2CacheInvalidate(void); -void Xil_L2CacheInvalidateLine(u32 adr); -void Xil_L2CacheInvalidateRange(u32 adr, u32 len); -void Xil_L2CacheFlush(void); -void Xil_L2CacheFlushLine(u32 adr); -void Xil_L2CacheFlushRange(u32 adr, u32 len); -void Xil_L2CacheStoreLine(u32 adr); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_cache_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_cache_vxworks.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_cache_vxworks.h deleted file mode 100644 index 77e1f3d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_cache_vxworks.h +++ /dev/null @@ -1,74 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_vxworks.h -* -* Contains the cache related functions for VxWorks that is wrapped by -* xil_cache. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  12/11/09 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_CACHE_VXWORKS_H -#define XIL_CACHE_VXWORKS_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "vxWorks.h" -#include "vxLib.h" -#include "sysLibExtra.h" -#include "cacheLib.h" - -#if (CPU_FAMILY==PPC) - -#define Xil_DCacheEnable() cacheEnable(DATA_CACHE) - -#define Xil_DCacheDisable() cacheDisable(DATA_CACHE) - -#define Xil_DCacheInvalidateRange(Addr, Len) \ - cacheInvalidate(DATA_CACHE, (void *)(Addr), (Len)) - -#define Xil_DCacheFlushRange(Addr, Len) \ - cacheFlush(DATA_CACHE, (void *)(Addr), (Len)) - -#define Xil_ICacheEnable() cacheEnable(INSTRUCTION_CACHE) - -#define Xil_ICacheDisable() cacheDisable(INSTRUCTION_CACHE) - -#define Xil_ICacheInvalidateRange(Addr, Len) \ - cacheInvalidate(INSTRUCTION_CACHE, (void *)(Addr), (Len)) - - -#else -#error "Unknown processor / architecture. Must be PPC for VxWorks." -#endif - -#ifdef __cplusplus -} -#endif - -#endif -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_clocking.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_clocking.h deleted file mode 100644 index fd80a0d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_clocking.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.h -* -* The xil_clocking.h file contains clocking related functions and macros. -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  12/11/19 First release
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#ifndef XIL_CLOCKING_H /* prevent circular inclusions */ -#define XIL_CLOCKING_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xdebug.h" -#include "xil_printf.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xparameters.h" -#include "xstatus.h" -#if defined (XPAR_XCRPSU_0_DEVICE_ID) -#include "xclockps.h" -#else -typedef u32 XClock_OutputClks; -typedef u64 XClockRate; -#endif - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId); -XStatus Xil_ClockEnable(XClock_OutputClks ClockId); -XStatus Xil_ClockInit(void); -XStatus Xil_ClockGet(void); -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, XClockRate *SetRate); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_errata.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_errata.h deleted file mode 100644 index e48c5f3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_errata.h +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_errata.h -* -* @addtogroup a9_errata Cortex A9 Processor and pl310 Errata Support -* @{ -* Various ARM errata are handled in the standalone BSP. The implementation for -* errata handling follows ARM guidelines and is based on the open source Linux -* support for these errata. -* -* @note The errata handling is enabled by default. To disable handling of all the -* errata globally, un-define the macro ENABLE_ARM_ERRATA in xil_errata.h. To -* disable errata on a per-erratum basis, un-define relevant macros in -* xil_errata.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a srt  04/18/13 First release
-* 6.6   mus  12/07/17 Removed errata 753970, It fixes CR#989132.
-* 
-* -******************************************************************************/ -#ifndef XIL_ERRATA_H -#define XIL_ERRATA_H - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ -/** - * @name errata_definitions - * - * The errata conditions handled in the standalone BSP are listed below - * @{ - */ - -#define ENABLE_ARM_ERRATA 1 - -/** - *@endcond - */ - -#ifdef ENABLE_ARM_ERRATA - -/** - * Errata No: 742230 - * Description: DMB operation may be faulty - */ -#define CONFIG_ARM_ERRATA_742230 1 - -/** - * Errata No: 743622 - * Description: Faulty hazard checking in the Store Buffer may lead - * to data corruption. - */ -#define CONFIG_ARM_ERRATA_743622 1 - -/** - * Errata No: 775420 - * Description: A data cache maintenance operation which aborts, - * might lead to deadlock - */ -#define CONFIG_ARM_ERRATA_775420 1 - -/** - * Errata No: 794073 - * Description: Speculative instruction fetches with MMU disabled - * might not comply with architectural requirements - */ -#define CONFIG_ARM_ERRATA_794073 1 - - -/** PL310 L2 Cache Errata */ - -/** - * Errata No: 588369 - * Description: Clean & Invalidate maintenance operations do not - * invalidate clean lines - */ -#define CONFIG_PL310_ERRATA_588369 1 - -/** - * Errata No: 727915 - * Description: Background Clean and Invalidate by Way operation - * can cause data corruption - */ -#define CONFIG_PL310_ERRATA_727915 1 - -/*@}*/ -#endif /* ENABLE_ARM_ERRATA */ - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_ERRATA_H */ -/** -* @} End of "addtogroup a9_errata". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_exception.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_exception.h deleted file mode 100644 index a146f83..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_exception.h +++ /dev/null @@ -1,387 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_exception.h -* -* This header file contains ARM Cortex A53,A9,R5 specific exception related APIs. -* For exception related functions that can be used across all Xilinx supported -* processors, please use xil_exception.h. -* -* @addtogroup arm_exception_apis ARM Processor Exception Handling -* @{ -* ARM processors specific exception related APIs for cortex A53,A9 and R5 can -* utilized for enabling/disabling IRQ, registering/removing handler for -* exceptions or initializing exception vector table with null handler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 6.0   mus      27/07/16 Consolidated file for a53,a9 and r5 processors
-* 6.7   mna      26/04/18 Add API Xil_GetExceptionRegisterHandler.
-* 6.7   asa      18/05/18 Update signature of API Xil_GetExceptionRegisterHandler.
-* 7.0   mus      01/03/19 Tweak Xil_ExceptionEnableMask and
-*                         Xil_ExceptionDisableMask macros to support legacy
-*                         examples for Cortexa72 EL3 exception level.
-* 7.3   mus      04/15/20 Added Xil_EnableNestedInterrupts and
-*                         Xil_DisableNestedInterrupts macros for ARMv8.
-*                         For Cortexa72, these macro's would not be supported
-*                         at EL3, as Cortexa72 is using GIC-500(GICv3),  which
-*                         triggeres only FIQ at EL3. Fix for CR#1062506
-# 7.6   mus      09/17/21 Updated flag checking to fix warning reported with
-#                         -Wundef compiler option CR#1110261
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_EXCEPTION_H /* prevent circular inclusions */ -#define XIL_EXCEPTION_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "bspconfig.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions ****************************/ - -#define XIL_EXCEPTION_FIQ XREG_CPSR_FIQ_ENABLE -#define XIL_EXCEPTION_IRQ XREG_CPSR_IRQ_ENABLE -#define XIL_EXCEPTION_ALL (XREG_CPSR_FIQ_ENABLE | XREG_CPSR_IRQ_ENABLE) - -#define XIL_EXCEPTION_ID_FIRST 0U -#if defined (__aarch64__) -#define XIL_EXCEPTION_ID_SYNC_INT 1U -#define XIL_EXCEPTION_ID_IRQ_INT 2U -#define XIL_EXCEPTION_ID_FIQ_INT 3U -#define XIL_EXCEPTION_ID_SERROR_ABORT_INT 4U -#define XIL_EXCEPTION_ID_LAST 5U -#else -#define XIL_EXCEPTION_ID_RESET 0U -#define XIL_EXCEPTION_ID_UNDEFINED_INT 1U -#define XIL_EXCEPTION_ID_SWI_INT 2U -#define XIL_EXCEPTION_ID_PREFETCH_ABORT_INT 3U -#define XIL_EXCEPTION_ID_DATA_ABORT_INT 4U -#define XIL_EXCEPTION_ID_IRQ_INT 5U -#define XIL_EXCEPTION_ID_FIQ_INT 6U -#define XIL_EXCEPTION_ID_LAST 6U -#endif - -/* - * XIL_EXCEPTION_ID_INT is defined for all Xilinx processors. - */ -#if defined (versal) && !defined(ARMR5) && EL3 -#define XIL_EXCEPTION_ID_INT XIL_EXCEPTION_ID_FIQ_INT -#else -#define XIL_EXCEPTION_ID_INT XIL_EXCEPTION_ID_IRQ_INT -#endif - -/**************************** Type Definitions ******************************/ - -/** - * This typedef is the exception handler function. - */ -typedef void (*Xil_ExceptionHandler)(void *data); -typedef void (*Xil_InterruptHandler)(void *data); - -/** -*@endcond -*/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* @brief Enable Exceptions. -* -* @param Mask: Value for enabling the exceptions. -* -* @return None. -* -* @note If bit is 0, exception is enabled. -* C-Style signature: void Xil_ExceptionEnableMask(Mask) -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -/* - * Cortexa72 processor in versal is coupled with GIC-500, and GIC-500 supports - * only FIQ at EL3. Hence, tweaking this macro to always enable FIQ - * ignoring argument passed by user. - */ -#define Xil_ExceptionEnableMask(Mask) \ - mtcpsr(mfcpsr() & ~ ((XIL_EXCEPTION_FIQ) & XIL_EXCEPTION_ALL)) -#elif defined (__GNUC__) || defined (__ICCARM__) -#define Xil_ExceptionEnableMask(Mask) \ - mtcpsr(mfcpsr() & ~ ((Mask) & XIL_EXCEPTION_ALL)) -#else -#define Xil_ExceptionEnableMask(Mask) \ - { \ - register u32 Reg __asm("cpsr"); \ - mtcpsr((Reg) & (~((Mask) & XIL_EXCEPTION_ALL))); \ - } -#endif -/****************************************************************************/ -/** -* @brief Enable the IRQ exception. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -#define Xil_ExceptionEnable() \ - Xil_ExceptionEnableMask(XIL_EXCEPTION_FIQ) -#else -#define Xil_ExceptionEnable() \ - Xil_ExceptionEnableMask(XIL_EXCEPTION_IRQ) -#endif - -/****************************************************************************/ -/** -* @brief Disable Exceptions. -* -* @param Mask: Value for disabling the exceptions. -* -* @return None. -* -* @note If bit is 1, exception is disabled. -* C-Style signature: Xil_ExceptionDisableMask(Mask) -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -/* - * Cortexa72 processor in versal is coupled with GIC-500, and GIC-500 supports - * only FIQ at EL3. Hence, tweaking this macro to always disable FIQ - * ignoring argument passed by user. - */ -#define Xil_ExceptionDisableMask(Mask) \ - mtcpsr(mfcpsr() | ((XIL_EXCEPTION_FIQ) & XIL_EXCEPTION_ALL)) -#elif defined (__GNUC__) || defined (__ICCARM__) -#define Xil_ExceptionDisableMask(Mask) \ - mtcpsr(mfcpsr() | ((Mask) & XIL_EXCEPTION_ALL)) -#else -#define Xil_ExceptionDisableMask(Mask) \ - { \ - register u32 Reg __asm("cpsr"); \ - mtcpsr((Reg) | ((Mask) & XIL_EXCEPTION_ALL)); \ - } -#endif -/****************************************************************************/ -/** -* Disable the IRQ exception. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -#define Xil_ExceptionDisable() \ - Xil_ExceptionDisableMask(XIL_EXCEPTION_IRQ) - -#if ( defined (PLATFORM_ZYNQMP) && defined (EL3) && (EL3==1) ) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I bit in DAIF.This -* macro is defined for Cortex-A53 64 bit mode BSP configured to run -* at EL3.. However,it is not defined for Versal Cortex-A72 BSP -* configured to run at EL3. Reason is, Cortex-A72 is coupled -* with GIC-500(GICv3 specifications) and it triggers only FIQ at EL3. -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I bit -* is set as 1). To allow nesting of interrupts, this macro should be -* used. It clears the I bit. Once that bit is cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I -* bit, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("mrs X1, ELR_EL3"); \ - __asm__ __volatile__ ("mrs X2, SPSR_EL3"); \ - __asm__ __volatile__ ("stp X1,X2, [sp,#-0x10]!"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("bic X1,X1,#(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I bit in DAIF. This -* macro is defined for Cortex-A53 64 bit mode BSP configured to run -* at EL3. -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ mode and -* hence sets back the I bit. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldp X1,X2, [sp,#0x10]!"); \ - __asm__ __volatile__ ("msr ELR_EL3, X1"); \ - __asm__ __volatile__ ("msr SPSR_EL3, X2"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("orr X1, X1, #(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -#elif (defined (EL1_NONSECURE) && (EL1_NONSECURE==1)) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I bit in DAIF.This -* macro is defined for Cortex-A53 64 bit mode and Cortex-A72 64 bit -* BSP configured to run at EL1 NON SECURE -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I bit -* is set as 1). To allow nesting of interrupts, this macro should be -* used. It clears the I bit. Once that bit is cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I -* bit, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("mrs X1, ELR_EL1"); \ - __asm__ __volatile__ ("mrs X2, SPSR_EL1"); \ - __asm__ __volatile__ ("stp X1,X2, [sp,#-0x10]!"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("bic X1,X1,#(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I bit in DAIF. This -* macro is defined for Cortex-A53 64 bit mode and Cortex-A72 64 bit -* BSP configured to run at EL1 NON SECURE -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ mode and -* hence sets back the I bit. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldp X1,X2, [sp,#0x10]!"); \ - __asm__ __volatile__ ("msr ELR_EL1, X1"); \ - __asm__ __volatile__ ("msr SPSR_EL1, X2"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("orr X1, X1, #(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -#elif (!defined (__aarch64__) && !defined (ARMA53_32)) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I and F bits in CPSR. This -* API is defined for cortex-a9 and cortex-r5. -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I and F -* are 1). To allow nesting of interrupts, this macro should be -* used. It clears the I and F bits by changing the ARM mode to -* system mode. Once these bits are cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I and -* F bits, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); \ - __asm__ __volatile__ ("mrs lr, spsr"); \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr cpsr_c, #0x1F"); \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I and F bits. This API -* is defined for cortex-a9 and cortex-r5. -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ/FIQ mode and -* hence sets back the I and F bits. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr cpsr_c, #0x92"); \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr spsr_cxsf, lr"); \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - -#endif -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -extern void Xil_ExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler Handler, - void *Data); - -extern void Xil_ExceptionRemoveHandler(u32 Exception_id); -extern void Xil_GetExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler *Handler, void **Data); - -extern void Xil_ExceptionInit(void); -#if defined (__aarch64__) -void Xil_SyncAbortHandler(void *CallBackRef); -void Xil_SErrorAbortHandler(void *CallBackRef); -#else -extern void Xil_DataAbortHandler(void *CallBackRef); -extern void Xil_PrefetchAbortHandler(void *CallBackRef); -extern void Xil_UndefinedExceptionHandler(void *CallBackRef); -#endif - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_EXCEPTION_H */ -/** -* @} End of "addtogroup arm_exception_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_hal.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_hal.h deleted file mode 100644 index 4b289a7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_hal.h +++ /dev/null @@ -1,43 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_hal.h -* -* Contains all the HAL header files. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/28/09 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -#ifndef XIL_HAL_H -#define XIL_HAL_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_cache.h" -#include "xil_io.h" -#include "xil_assert.h" -#include "xil_exception.h" -#include "xil_types.h" - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_io.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_io.h deleted file mode 100644 index 853ef6b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_io.h +++ /dev/null @@ -1,412 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_io.h -* -* @addtogroup common_io_interfacing_apis Register IO interfacing APIs -* -* The xil_io.h file contains the interface for the general I/O component, which -* encapsulates the Input/Output functions for the processors that do not -* require any special I/O handling. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 05/29/14 First release
-* 6.00  mus      08/19/16 Remove checking of __LITTLE_ENDIAN__ flag for
-*                         ARM processors
-* 7.20  har      01/03/20 Added Xil_SecureOut32 for avoiding blindwrite for
-*                         CR-1049218
-* 7.30  kpt      09/21/20 Moved Xil_EndianSwap16 and Xil_EndianSwap32 to
-*                         xil_io.h and made them as static inline
-*       am       10/13/20 Changed the return type of Xil_SecureOut32 function
-*                         from u32 to int
-* 7.50  dp       02/12/21 Fix compilation error in Xil_EndianSwap32() that occur
-*                         when -Werror=conversion compiler flag is enabled
-* 7.5   mus      05/17/21 Update the functions with comments. It fixes CR#1067739.
-*
-* 
-******************************************************************************/ - -#ifndef XIL_IO_H /* prevent circular inclusions */ -#define XIL_IO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_printf.h" -#include "xstatus.h" - -#if defined (__MICROBLAZE__) -#include "mb_interface.h" -#else -#include "xpseudo_asm.h" -#endif - -/************************** Function Prototypes ******************************/ -#ifdef ENABLE_SAFETY -extern u32 XStl_RegUpdate(u32 RegAddr, u32 RegVal); -#endif - -/***************** Macros (Inline Functions) Definitions *********************/ -#if defined __GNUC__ -#if defined (__MICROBLAZE__) -# define INST_SYNC mbar(0) -# define DATA_SYNC mbar(1) -# else -# define SYNCHRONIZE_IO dmb() -# define INST_SYNC isb() -# define DATA_SYNC dsb() -# endif -#else -# define SYNCHRONIZE_IO -# define INST_SYNC -# define DATA_SYNC -# define INST_SYNC -# define DATA_SYNC -#endif - -#if defined (__GNUC__) || defined (__ICCARM__) || defined (__MICROBLAZE__) -#define INLINE inline -#else -#define INLINE __inline -#endif - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading -* from the specified address and returning the 8 bit Value read from -* that address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 8 bit Value read from the specified input address. - -* -******************************************************************************/ -static INLINE u8 Xil_In8(UINTPTR Addr) -{ - return *(volatile u8 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading from -* the specified address and returning the 16 bit Value read from that -* address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 16 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u16 Xil_In16(UINTPTR Addr) -{ - return *(volatile u16 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by -* reading from the specified address and returning the 32 bit Value -* read from that address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 32 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u32 Xil_In32(UINTPTR Addr) -{ - return *(volatile u32 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading the -* 64 bit Value read from that address. -* -* -* @param Addr: contains the address to perform the input operation -* -* @return The 64 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u64 Xil_In64(UINTPTR Addr) -{ - return *(volatile u64 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for an memory location by -* writing the 8 bit Value to the the specified address. -* -* @param Addr: contains the address to perform the output operation -* @param Value: contains the 8 bit Value to be written at the specified -* address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out8(UINTPTR Addr, u8 Value) -{ - /* write 8 bit value to specified address */ - volatile u8 *LocalAddr = (volatile u8 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 16 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains the Value to be written at the specified address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out16(UINTPTR Addr, u16 Value) -{ - /* write 16 bit value to specified address */ - volatile u16 *LocalAddr = (volatile u16 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 32 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains the 32 bit Value to be written at the specified -* address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out32(UINTPTR Addr, u32 Value) -{ - /* write 32 bit value to specified address */ -#ifndef ENABLE_SAFETY - volatile u32 *LocalAddr = (volatile u32 *)Addr; - *LocalAddr = Value; -#else - XStl_RegUpdate(Addr, Value); -#endif -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 64 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains 64 bit Value to be written at the specified address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out64(UINTPTR Addr, u64 Value) -{ - /* write 64 bit value to specified address */ - volatile u64 *LocalAddr = (volatile u64 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** - * - * @brief Performs an output operation for a memory location by writing the - * 32 bit Value to the the specified address and then reading it - * back to verify the value written in the register. - * - * @param Addr contains the address to perform the output operation - * @param Value contains 32 bit Value to be written at the specified address - * - * @return Returns Status - * - XST_SUCCESS on success - * - XST_FAILURE on failure - * - *****************************************************************************/ -static INLINE int Xil_SecureOut32(UINTPTR Addr, u32 Value) -{ - int Status = XST_FAILURE; - u32 ReadReg; - u32 ReadRegTemp; - - /* writing 32 bit value to specified address */ - Xil_Out32(Addr, Value); - - /* verify value written to specified address with multiple reads */ - ReadReg = Xil_In32(Addr); - ReadRegTemp = Xil_In32(Addr); - - if( (ReadReg == Value) && (ReadRegTemp == Value) ) { - Status = XST_SUCCESS; - } - - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a 16-bit endian conversion. -* -* @param Data: 16 bit value to be converted -* -* @return 16 bit Data with converted endianness -* -******************************************************************************/ -static INLINE __attribute__((always_inline)) u16 Xil_EndianSwap16(u16 Data) -{ - return (u16) (((Data & 0xFF00U) >> 8U) | ((Data & 0x00FFU) << 8U)); -} - -/*****************************************************************************/ -/** -* -* @brief Perform a 32-bit endian conversion. -* -* @param Data: 32 bit value to be converted -* -* @return 32 bit data with converted endianness -* -******************************************************************************/ -static INLINE __attribute__((always_inline)) u32 Xil_EndianSwap32(u32 Data) -{ - u16 LoWord; - u16 HiWord; - - /* get each of the half words from the 32 bit word */ - - LoWord = (u16) (Data & 0x0000FFFFU); - HiWord = (u16) ((Data & 0xFFFF0000U) >> 16U); - - /* byte swap each of the 16 bit half words */ - - LoWord = (u16)(((LoWord & 0xFF00U) >> 8U) | ((LoWord & 0x00FFU) << 8U)); - HiWord = (u16)(((HiWord & 0xFF00U) >> 8U) | ((HiWord & 0x00FFU) << 8U)); - - /* swap the half words before returning the value */ - - return ((((u32)LoWord) << (u32)16U) | (u32)HiWord); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -# define Xil_In16LE Xil_In16 -# define Xil_In32LE Xil_In32 -# define Xil_Out16LE Xil_Out16 -# define Xil_Out32LE Xil_Out32 -# define Xil_Htons Xil_EndianSwap16 -# define Xil_Htonl Xil_EndianSwap32 -# define Xil_Ntohs Xil_EndianSwap16 -# define Xil_Ntohl Xil_EndianSwap32 -# else -# define Xil_In16BE Xil_In16 -# define Xil_In32BE Xil_In32 -# define Xil_Out16BE Xil_Out16 -# define Xil_Out32BE Xil_Out32 -# define Xil_Htons(Data) (Data) -# define Xil_Htonl(Data) (Data) -# define Xil_Ntohs(Data) (Data) -# define Xil_Ntohl(Data) (Data) -#endif -#else -# define Xil_In16LE Xil_In16 -# define Xil_In32LE Xil_In32 -# define Xil_Out16LE Xil_Out16 -# define Xil_Out32LE Xil_Out32 -# define Xil_Htons Xil_EndianSwap16 -# define Xil_Htonl Xil_EndianSwap32 -# define Xil_Ntohs Xil_EndianSwap16 -# define Xil_Ntohl Xil_EndianSwap32 -#endif - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE u16 Xil_In16BE(UINTPTR Addr) -#else -static INLINE u16 Xil_In16LE(UINTPTR Addr) -#endif -#else -static INLINE u16 Xil_In16BE(UINTPTR Addr) -#endif -{ - u16 value = Xil_In16(Addr); - return Xil_EndianSwap16(value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE u32 Xil_In32BE(UINTPTR Addr) -#else -static INLINE u32 Xil_In32LE(UINTPTR Addr) -#endif -#else -static INLINE u32 Xil_In32BE(UINTPTR Addr) -#endif -{ - u32 value = Xil_In32(Addr); - return Xil_EndianSwap32(value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE void Xil_Out16BE(UINTPTR Addr, u16 Value) -#else -static INLINE void Xil_Out16LE(UINTPTR Addr, u16 Value) -#endif -#else -static INLINE void Xil_Out16BE(UINTPTR Addr, u16 Value) -#endif -{ - Value = Xil_EndianSwap16(Value); - Xil_Out16(Addr, Value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value) -#else -static INLINE void Xil_Out32LE(UINTPTR Addr, u32 Value) -#endif -#else -static INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value) -#endif -{ - Value = Xil_EndianSwap32(Value); - Xil_Out32(Addr, Value); -} - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_io_interfacing_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_macroback.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_macroback.h deleted file mode 100644 index fac185e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_macroback.h +++ /dev/null @@ -1,1112 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*********************************************************************/ -/** - * @file xil_macroback.h - * - * This header file is meant to bring back the removed _m macros. - * This header file must be included last. - * The following macros are not defined here due to the driver change: - * XGpio_mSetDataDirection - * XGpio_mGetDataReg - * XGpio_mSetDataReg - * XIIC_RESET - * XIIC_CLEAR_STATS - * XSpi_mReset - * XSysAce_mSetCfgAddr - * XSysAce_mIsCfgDone - * XTft_mSetPixel - * XTft_mGetPixel - * XWdtTb_mEnableWdt - * XWdtTb_mDisbleWdt - * XWdtTb_mRestartWdt - * XWdtTb_mGetTimebaseReg - * XWdtTb_mHasReset - * - * Please refer the corresponding driver document for replacement. - * - *********************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_MACROBACK_H -#define XIL_MACROBACK_H - -#ifdef __cplusplus -extern "C" { -#endif - -/*********************************************************************/ -/** - * Macros for Driver XCan - * - *********************************************************************/ -#ifndef XCan_mReadReg -#define XCan_mReadReg XCan_ReadReg -#endif - -#ifndef XCan_mWriteReg -#define XCan_mWriteReg XCan_WriteReg -#endif - -#ifndef XCan_mIsTxDone -#define XCan_mIsTxDone XCan_IsTxDone -#endif - -#ifndef XCan_mIsTxFifoFull -#define XCan_mIsTxFifoFull XCan_IsTxFifoFull -#endif - -#ifndef XCan_mIsHighPriorityBufFull -#define XCan_mIsHighPriorityBufFull XCan_IsHighPriorityBufFull -#endif - -#ifndef XCan_mIsRxEmpty -#define XCan_mIsRxEmpty XCan_IsRxEmpty -#endif - -#ifndef XCan_mIsAcceptFilterBusy -#define XCan_mIsAcceptFilterBusy XCan_IsAcceptFilterBusy -#endif - -#ifndef XCan_mCreateIdValue -#define XCan_mCreateIdValue XCan_CreateIdValue -#endif - -#ifndef XCan_mCreateDlcValue -#define XCan_mCreateDlcValue XCan_CreateDlcValue -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDmaCentral - * - *********************************************************************/ -#ifndef XDmaCentral_mWriteReg -#define XDmaCentral_mWriteReg XDmaCentral_WriteReg -#endif - -#ifndef XDmaCentral_mReadReg -#define XDmaCentral_mReadReg XDmaCentral_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDsAdc - * - *********************************************************************/ -#ifndef XDsAdc_mWriteReg -#define XDsAdc_mWriteReg XDsAdc_WriteReg -#endif - -#ifndef XDsAdc_mReadReg -#define XDsAdc_mReadReg XDsAdc_ReadReg -#endif - -#ifndef XDsAdc_mIsEmpty -#define XDsAdc_mIsEmpty XDsAdc_IsEmpty -#endif - -#ifndef XDsAdc_mSetFstmReg -#define XDsAdc_mSetFstmReg XDsAdc_SetFstmReg -#endif - -#ifndef XDsAdc_mGetFstmReg -#define XDsAdc_mGetFstmReg XDsAdc_GetFstmReg -#endif - -#ifndef XDsAdc_mEnableConversion -#define XDsAdc_mEnableConversion XDsAdc_EnableConversion -#endif - -#ifndef XDsAdc_mDisableConversion -#define XDsAdc_mDisableConversion XDsAdc_DisableConversion -#endif - -#ifndef XDsAdc_mGetFifoOccyReg -#define XDsAdc_mGetFifoOccyReg XDsAdc_GetFifoOccyReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDsDac - * - *********************************************************************/ -#ifndef XDsDac_mWriteReg -#define XDsDac_mWriteReg XDsDac_WriteReg -#endif - -#ifndef XDsDac_mReadReg -#define XDsDac_mReadReg XDsDac_ReadReg -#endif - -#ifndef XDsDac_mIsEmpty -#define XDsDac_mIsEmpty XDsDac_IsEmpty -#endif - -#ifndef XDsDac_mFifoIsFull -#define XDsDac_mFifoIsFull XDsDac_FifoIsFull -#endif - -#ifndef XDsDac_mGetVacancy -#define XDsDac_mGetVacancy XDsDac_GetVacancy -#endif - -/*********************************************************************/ -/** - * Macros for Driver XEmacLite - * - *********************************************************************/ -#ifndef XEmacLite_mReadReg -#define XEmacLite_mReadReg XEmacLite_ReadReg -#endif - -#ifndef XEmacLite_mWriteReg -#define XEmacLite_mWriteReg XEmacLite_WriteReg -#endif - -#ifndef XEmacLite_mGetTxStatus -#define XEmacLite_mGetTxStatus XEmacLite_GetTxStatus -#endif - -#ifndef XEmacLite_mSetTxStatus -#define XEmacLite_mSetTxStatus XEmacLite_SetTxStatus -#endif - -#ifndef XEmacLite_mGetRxStatus -#define XEmacLite_mGetRxStatus XEmacLite_GetRxStatus -#endif - -#ifndef XEmacLite_mSetRxStatus -#define XEmacLite_mSetRxStatus XEmacLite_SetRxStatus -#endif - -#ifndef XEmacLite_mIsTxDone -#define XEmacLite_mIsTxDone XEmacLite_IsTxDone -#endif - -#ifndef XEmacLite_mIsRxEmpty -#define XEmacLite_mIsRxEmpty XEmacLite_IsRxEmpty -#endif - -#ifndef XEmacLite_mNextTransmitAddr -#define XEmacLite_mNextTransmitAddr XEmacLite_NextTransmitAddr -#endif - -#ifndef XEmacLite_mNextReceiveAddr -#define XEmacLite_mNextReceiveAddr XEmacLite_NextReceiveAddr -#endif - -#ifndef XEmacLite_mIsMdioConfigured -#define XEmacLite_mIsMdioConfigured XEmacLite_IsMdioConfigured -#endif - -#ifndef XEmacLite_mIsLoopbackConfigured -#define XEmacLite_mIsLoopbackConfigured XEmacLite_IsLoopbackConfigured -#endif - -#ifndef XEmacLite_mGetReceiveDataLength -#define XEmacLite_mGetReceiveDataLength XEmacLite_GetReceiveDataLength -#endif - -#ifndef XEmacLite_mGetTxActive -#define XEmacLite_mGetTxActive XEmacLite_GetTxActive -#endif - -#ifndef XEmacLite_mSetTxActive -#define XEmacLite_mSetTxActive XEmacLite_SetTxActive -#endif - -/*********************************************************************/ -/** - * Macros for Driver XGpio - * - *********************************************************************/ -#ifndef XGpio_mWriteReg -#define XGpio_mWriteReg XGpio_WriteReg -#endif - -#ifndef XGpio_mReadReg -#define XGpio_mReadReg XGpio_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XHwIcap - * - *********************************************************************/ -#ifndef XHwIcap_mFifoWrite -#define XHwIcap_mFifoWrite XHwIcap_FifoWrite -#endif - -#ifndef XHwIcap_mFifoRead -#define XHwIcap_mFifoRead XHwIcap_FifoRead -#endif - -#ifndef XHwIcap_mSetSizeReg -#define XHwIcap_mSetSizeReg XHwIcap_SetSizeReg -#endif - -#ifndef XHwIcap_mGetControlReg -#define XHwIcap_mGetControlReg XHwIcap_GetControlReg -#endif - -#ifndef XHwIcap_mStartConfig -#define XHwIcap_mStartConfig XHwIcap_StartConfig -#endif - -#ifndef XHwIcap_mStartReadBack -#define XHwIcap_mStartReadBack XHwIcap_StartReadBack -#endif - -#ifndef XHwIcap_mGetStatusReg -#define XHwIcap_mGetStatusReg XHwIcap_GetStatusReg -#endif - -#ifndef XHwIcap_mIsTransferDone -#define XHwIcap_mIsTransferDone XHwIcap_IsTransferDone -#endif - -#ifndef XHwIcap_mIsDeviceBusy -#define XHwIcap_mIsDeviceBusy XHwIcap_IsDeviceBusy -#endif - -#ifndef XHwIcap_mIntrGlobalEnable -#define XHwIcap_mIntrGlobalEnable XHwIcap_IntrGlobalEnable -#endif - -#ifndef XHwIcap_mIntrGlobalDisable -#define XHwIcap_mIntrGlobalDisable XHwIcap_IntrGlobalDisable -#endif - -#ifndef XHwIcap_mIntrGetStatus -#define XHwIcap_mIntrGetStatus XHwIcap_IntrGetStatus -#endif - -#ifndef XHwIcap_mIntrDisable -#define XHwIcap_mIntrDisable XHwIcap_IntrDisable -#endif - -#ifndef XHwIcap_mIntrEnable -#define XHwIcap_mIntrEnable XHwIcap_IntrEnable -#endif - -#ifndef XHwIcap_mIntrGetEnabled -#define XHwIcap_mIntrGetEnabled XHwIcap_IntrGetEnabled -#endif - -#ifndef XHwIcap_mIntrClear -#define XHwIcap_mIntrClear XHwIcap_IntrClear -#endif - -#ifndef XHwIcap_mGetWrFifoVacancy -#define XHwIcap_mGetWrFifoVacancy XHwIcap_GetWrFifoVacancy -#endif - -#ifndef XHwIcap_mGetRdFifoOccupancy -#define XHwIcap_mGetRdFifoOccupancy XHwIcap_GetRdFifoOccupancy -#endif - -#ifndef XHwIcap_mSliceX2Col -#define XHwIcap_mSliceX2Col XHwIcap_SliceX2Col -#endif - -#ifndef XHwIcap_mSliceY2Row -#define XHwIcap_mSliceY2Row XHwIcap_SliceY2Row -#endif - -#ifndef XHwIcap_mSliceXY2Slice -#define XHwIcap_mSliceXY2Slice XHwIcap_SliceXY2Slice -#endif - -#ifndef XHwIcap_mReadReg -#define XHwIcap_mReadReg XHwIcap_ReadReg -#endif - -#ifndef XHwIcap_mWriteReg -#define XHwIcap_mWriteReg XHwIcap_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XIic - * - *********************************************************************/ -#ifndef XIic_mReadReg -#define XIic_mReadReg XIic_ReadReg -#endif - -#ifndef XIic_mWriteReg -#define XIic_mWriteReg XIic_WriteReg -#endif - -#ifndef XIic_mEnterCriticalRegion -#define XIic_mEnterCriticalRegion XIic_IntrGlobalDisable -#endif - -#ifndef XIic_mExitCriticalRegion -#define XIic_mExitCriticalRegion XIic_IntrGlobalEnable -#endif - -#ifndef XIIC_GINTR_DISABLE -#define XIIC_GINTR_DISABLE XIic_IntrGlobalDisable -#endif - -#ifndef XIIC_GINTR_ENABLE -#define XIIC_GINTR_ENABLE XIic_IntrGlobalEnable -#endif - -#ifndef XIIC_IS_GINTR_ENABLED -#define XIIC_IS_GINTR_ENABLED XIic_IsIntrGlobalEnabled -#endif - -#ifndef XIIC_WRITE_IISR -#define XIIC_WRITE_IISR XIic_WriteIisr -#endif - -#ifndef XIIC_READ_IISR -#define XIIC_READ_IISR XIic_ReadIisr -#endif - -#ifndef XIIC_WRITE_IIER -#define XIIC_WRITE_IIER XIic_WriteIier -#endif - -#ifndef XIic_mClearIisr -#define XIic_mClearIisr XIic_ClearIisr -#endif - -#ifndef XIic_mSend7BitAddress -#define XIic_mSend7BitAddress XIic_Send7BitAddress -#endif - -#ifndef XIic_mDynSend7BitAddress -#define XIic_mDynSend7BitAddress XIic_DynSend7BitAddress -#endif - -#ifndef XIic_mDynSendStartStopAddress -#define XIic_mDynSendStartStopAddress XIic_DynSendStartStopAddress -#endif - -#ifndef XIic_mDynSendStop -#define XIic_mDynSendStop XIic_DynSendStop -#endif - -#ifndef XIic_mSend10BitAddrByte1 -#define XIic_mSend10BitAddrByte1 XIic_Send10BitAddrByte1 -#endif - -#ifndef XIic_mSend10BitAddrByte2 -#define XIic_mSend10BitAddrByte2 XIic_Send10BitAddrByte2 -#endif - -#ifndef XIic_mSend7BitAddr -#define XIic_mSend7BitAddr XIic_Send7BitAddr -#endif - -#ifndef XIic_mDisableIntr -#define XIic_mDisableIntr XIic_DisableIntr -#endif - -#ifndef XIic_mEnableIntr -#define XIic_mEnableIntr XIic_EnableIntr -#endif - -#ifndef XIic_mClearIntr -#define XIic_mClearIntr XIic_ClearIntr -#endif - -#ifndef XIic_mClearEnableIntr -#define XIic_mClearEnableIntr XIic_ClearEnableIntr -#endif - -#ifndef XIic_mFlushRxFifo -#define XIic_mFlushRxFifo XIic_FlushRxFifo -#endif - -#ifndef XIic_mFlushTxFifo -#define XIic_mFlushTxFifo XIic_FlushTxFifo -#endif - -#ifndef XIic_mReadRecvByte -#define XIic_mReadRecvByte XIic_ReadRecvByte -#endif - -#ifndef XIic_mWriteSendByte -#define XIic_mWriteSendByte XIic_WriteSendByte -#endif - -#ifndef XIic_mSetControlRegister -#define XIic_mSetControlRegister XIic_SetControlRegister -#endif - -/*********************************************************************/ -/** - * Macros for Driver XIntc - * - *********************************************************************/ -#ifndef XIntc_mMasterEnable -#define XIntc_mMasterEnable XIntc_MasterEnable -#endif - -#ifndef XIntc_mMasterDisable -#define XIntc_mMasterDisable XIntc_MasterDisable -#endif - -#ifndef XIntc_mEnableIntr -#define XIntc_mEnableIntr XIntc_EnableIntr -#endif - -#ifndef XIntc_mDisableIntr -#define XIntc_mDisableIntr XIntc_DisableIntr -#endif - -#ifndef XIntc_mAckIntr -#define XIntc_mAckIntr XIntc_AckIntr -#endif - -#ifndef XIntc_mGetIntrStatus -#define XIntc_mGetIntrStatus XIntc_GetIntrStatus -#endif - -/*********************************************************************/ -/** - * Macros for Driver XLlDma - * - *********************************************************************/ -#ifndef XLlDma_mBdRead -#define XLlDma_mBdRead XLlDma_BdRead -#endif - -#ifndef XLlDma_mBdWrite -#define XLlDma_mBdWrite XLlDma_BdWrite -#endif - -#ifndef XLlDma_mWriteReg -#define XLlDma_mWriteReg XLlDma_WriteReg -#endif - -#ifndef XLlDma_mReadReg -#define XLlDma_mReadReg XLlDma_ReadReg -#endif - -#ifndef XLlDma_mBdClear -#define XLlDma_mBdClear XLlDma_BdClear -#endif - -#ifndef XLlDma_mBdSetStsCtrl -#define XLlDma_mBdSetStsCtrl XLlDma_BdSetStsCtrl -#endif - -#ifndef XLlDma_mBdGetStsCtrl -#define XLlDma_mBdGetStsCtrl XLlDma_BdGetStsCtrl -#endif - -#ifndef XLlDma_mBdSetLength -#define XLlDma_mBdSetLength XLlDma_BdSetLength -#endif - -#ifndef XLlDma_mBdGetLength -#define XLlDma_mBdGetLength XLlDma_BdGetLength -#endif - -#ifndef XLlDma_mBdSetId -#define XLlDma_mBdSetId XLlDma_BdSetId -#endif - -#ifndef XLlDma_mBdGetId -#define XLlDma_mBdGetId XLlDma_BdGetId -#endif - -#ifndef XLlDma_mBdSetBufAddr -#define XLlDma_mBdSetBufAddr XLlDma_BdSetBufAddr -#endif - -#ifndef XLlDma_mBdGetBufAddr -#define XLlDma_mBdGetBufAddr XLlDma_BdGetBufAddr -#endif - -#ifndef XLlDma_mBdGetLength -#define XLlDma_mBdGetLength XLlDma_BdGetLength -#endif - -#ifndef XLlDma_mGetTxRing -#define XLlDma_mGetTxRing XLlDma_GetTxRing -#endif - -#ifndef XLlDma_mGetRxRing -#define XLlDma_mGetRxRing XLlDma_GetRxRing -#endif - -#ifndef XLlDma_mGetCr -#define XLlDma_mGetCr XLlDma_GetCr -#endif - -#ifndef XLlDma_mSetCr -#define XLlDma_mSetCr XLlDma_SetCr -#endif - -#ifndef XLlDma_mBdRingCntCalc -#define XLlDma_mBdRingCntCalc XLlDma_BdRingCntCalc -#endif - -#ifndef XLlDma_mBdRingMemCalc -#define XLlDma_mBdRingMemCalc XLlDma_BdRingMemCalc -#endif - -#ifndef XLlDma_mBdRingGetCnt -#define XLlDma_mBdRingGetCnt XLlDma_BdRingGetCnt -#endif - -#ifndef XLlDma_mBdRingGetFreeCnt -#define XLlDma_mBdRingGetFreeCnt XLlDma_BdRingGetFreeCnt -#endif - -#ifndef XLlDma_mBdRingSnapShotCurrBd -#define XLlDma_mBdRingSnapShotCurrBd XLlDma_BdRingSnapShotCurrBd -#endif - -#ifndef XLlDma_mBdRingNext -#define XLlDma_mBdRingNext XLlDma_BdRingNext -#endif - -#ifndef XLlDma_mBdRingPrev -#define XLlDma_mBdRingPrev XLlDma_BdRingPrev -#endif - -#ifndef XLlDma_mBdRingGetSr -#define XLlDma_mBdRingGetSr XLlDma_BdRingGetSr -#endif - -#ifndef XLlDma_mBdRingSetSr -#define XLlDma_mBdRingSetSr XLlDma_BdRingSetSr -#endif - -#ifndef XLlDma_mBdRingGetCr -#define XLlDma_mBdRingGetCr XLlDma_BdRingGetCr -#endif - -#ifndef XLlDma_mBdRingSetCr -#define XLlDma_mBdRingSetCr XLlDma_BdRingSetCr -#endif - -#ifndef XLlDma_mBdRingBusy -#define XLlDma_mBdRingBusy XLlDma_BdRingBusy -#endif - -#ifndef XLlDma_mBdRingIntEnable -#define XLlDma_mBdRingIntEnable XLlDma_BdRingIntEnable -#endif - -#ifndef XLlDma_mBdRingIntDisable -#define XLlDma_mBdRingIntDisable XLlDma_BdRingIntDisable -#endif - -#ifndef XLlDma_mBdRingIntGetEnabled -#define XLlDma_mBdRingIntGetEnabled XLlDma_BdRingIntGetEnabled -#endif - -#ifndef XLlDma_mBdRingGetIrq -#define XLlDma_mBdRingGetIrq XLlDma_BdRingGetIrq -#endif - -#ifndef XLlDma_mBdRingAckIrq -#define XLlDma_mBdRingAckIrq XLlDma_BdRingAckIrq -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMbox - * - *********************************************************************/ -#ifndef XMbox_mWriteReg -#define XMbox_mWriteReg XMbox_WriteReg -#endif - -#ifndef XMbox_mReadReg -#define XMbox_mReadReg XMbox_ReadReg -#endif - -#ifndef XMbox_mWriteMBox -#define XMbox_mWriteMBox XMbox_WriteMBox -#endif - -#ifndef XMbox_mReadMBox -#define XMbox_mReadMBox XMbox_ReadMBox -#endif - -#ifndef XMbox_mFSLReadMBox -#define XMbox_mFSLReadMBox XMbox_FSLReadMBox -#endif - -#ifndef XMbox_mFSLWriteMBox -#define XMbox_mFSLWriteMBox XMbox_FSLWriteMBox -#endif - -#ifndef XMbox_mFSLIsEmpty -#define XMbox_mFSLIsEmpty XMbox_FSLIsEmpty -#endif - -#ifndef XMbox_mFSLIsFull -#define XMbox_mFSLIsFull XMbox_FSLIsFull -#endif - -#ifndef XMbox_mIsEmpty -#define XMbox_mIsEmpty XMbox_IsEmptyHw -#endif - -#ifndef XMbox_mIsFull -#define XMbox_mIsFull XMbox_IsFullHw -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMpmc - * - *********************************************************************/ -#ifndef XMpmc_mReadReg -#define XMpmc_mReadReg XMpmc_ReadReg -#endif - -#ifndef XMpmc_mWriteReg -#define XMpmc_mWriteReg XMpmc_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMutex - * - *********************************************************************/ -#ifndef XMutex_mWriteReg -#define XMutex_mWriteReg XMutex_WriteReg -#endif - -#ifndef XMutex_mReadReg -#define XMutex_mReadReg XMutex_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XPcie - * - *********************************************************************/ -#ifndef XPcie_mReadReg -#define XPcie_mReadReg XPcie_ReadReg -#endif - -#ifndef XPcie_mWriteReg -#define XPcie_mWriteReg XPcie_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSpi - * - *********************************************************************/ -#ifndef XSpi_mIntrGlobalEnable -#define XSpi_mIntrGlobalEnable XSpi_IntrGlobalEnable -#endif - -#ifndef XSpi_mIntrGlobalDisable -#define XSpi_mIntrGlobalDisable XSpi_IntrGlobalDisable -#endif - -#ifndef XSpi_mIsIntrGlobalEnabled -#define XSpi_mIsIntrGlobalEnabled XSpi_IsIntrGlobalEnabled -#endif - -#ifndef XSpi_mIntrGetStatus -#define XSpi_mIntrGetStatus XSpi_IntrGetStatus -#endif - -#ifndef XSpi_mIntrClear -#define XSpi_mIntrClear XSpi_IntrClear -#endif - -#ifndef XSpi_mIntrEnable -#define XSpi_mIntrEnable XSpi_IntrEnable -#endif - -#ifndef XSpi_mIntrDisable -#define XSpi_mIntrDisable XSpi_IntrDisable -#endif - -#ifndef XSpi_mIntrGetEnabled -#define XSpi_mIntrGetEnabled XSpi_IntrGetEnabled -#endif - -#ifndef XSpi_mSetControlReg -#define XSpi_mSetControlReg XSpi_SetControlReg -#endif - -#ifndef XSpi_mGetControlReg -#define XSpi_mGetControlReg XSpi_GetControlReg -#endif - -#ifndef XSpi_mGetStatusReg -#define XSpi_mGetStatusReg XSpi_GetStatusReg -#endif - -#ifndef XSpi_mSetSlaveSelectReg -#define XSpi_mSetSlaveSelectReg XSpi_SetSlaveSelectReg -#endif - -#ifndef XSpi_mGetSlaveSelectReg -#define XSpi_mGetSlaveSelectReg XSpi_GetSlaveSelectReg -#endif - -#ifndef XSpi_mEnable -#define XSpi_mEnable XSpi_Enable -#endif - -#ifndef XSpi_mDisable -#define XSpi_mDisable XSpi_Disable -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSysAce - * - *********************************************************************/ -#ifndef XSysAce_mGetControlReg -#define XSysAce_mGetControlReg XSysAce_GetControlReg -#endif - -#ifndef XSysAce_mSetControlReg -#define XSysAce_mSetControlReg XSysAce_SetControlReg -#endif - -#ifndef XSysAce_mOrControlReg -#define XSysAce_mOrControlReg XSysAce_OrControlReg -#endif - -#ifndef XSysAce_mAndControlReg -#define XSysAce_mAndControlReg XSysAce_AndControlReg -#endif - -#ifndef XSysAce_mGetErrorReg -#define XSysAce_mGetErrorReg XSysAce_GetErrorReg -#endif - -#ifndef XSysAce_mGetStatusReg -#define XSysAce_mGetStatusReg XSysAce_GetStatusReg -#endif - -#ifndef XSysAce_mWaitForLock -#define XSysAce_mWaitForLock XSysAce_WaitForLock -#endif - -#ifndef XSysAce_mEnableIntr -#define XSysAce_mEnableIntr XSysAce_EnableIntr -#endif - -#ifndef XSysAce_mDisableIntr -#define XSysAce_mDisableIntr XSysAce_DisableIntr -#endif - -#ifndef XSysAce_mIsReadyForCmd -#define XSysAce_mIsReadyForCmd XSysAce_IsReadyForCmd -#endif - -#ifndef XSysAce_mIsMpuLocked -#define XSysAce_mIsMpuLocked XSysAce_IsMpuLocked -#endif - -#ifndef XSysAce_mIsIntrEnabled -#define XSysAce_mIsIntrEnabled XSysAce_IsIntrEnabled -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSysMon - * - *********************************************************************/ -#ifndef XSysMon_mIsEventSamplingModeSet -#define XSysMon_mIsEventSamplingModeSet XSysMon_IsEventSamplingModeSet -#endif - -#ifndef XSysMon_mIsDrpBusy -#define XSysMon_mIsDrpBusy XSysMon_IsDrpBusy -#endif - -#ifndef XSysMon_mIsDrpLocked -#define XSysMon_mIsDrpLocked XSysMon_IsDrpLocked -#endif - -#ifndef XSysMon_mRawToTemperature -#define XSysMon_mRawToTemperature XSysMon_RawToTemperature -#endif - -#ifndef XSysMon_mRawToVoltage -#define XSysMon_mRawToVoltage XSysMon_RawToVoltage -#endif - -#ifndef XSysMon_mTemperatureToRaw -#define XSysMon_mTemperatureToRaw XSysMon_TemperatureToRaw -#endif - -#ifndef XSysMon_mVoltageToRaw -#define XSysMon_mVoltageToRaw XSysMon_VoltageToRaw -#endif - -#ifndef XSysMon_mReadReg -#define XSysMon_mReadReg XSysMon_ReadReg -#endif - -#ifndef XSysMon_mWriteReg -#define XSysMon_mWriteReg XSysMon_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XTmrCtr - * - *********************************************************************/ -#ifndef XTimerCtr_mReadReg -#define XTimerCtr_mReadReg XTimerCtr_ReadReg -#endif - -#ifndef XTmrCtr_mWriteReg -#define XTmrCtr_mWriteReg XTmrCtr_WriteReg -#endif - -#ifndef XTmrCtr_mSetControlStatusReg -#define XTmrCtr_mSetControlStatusReg XTmrCtr_SetControlStatusReg -#endif - -#ifndef XTmrCtr_mGetControlStatusReg -#define XTmrCtr_mGetControlStatusReg XTmrCtr_GetControlStatusReg -#endif - -#ifndef XTmrCtr_mGetTimerCounterReg -#define XTmrCtr_mGetTimerCounterReg XTmrCtr_GetTimerCounterReg -#endif - -#ifndef XTmrCtr_mSetLoadReg -#define XTmrCtr_mSetLoadReg XTmrCtr_SetLoadReg -#endif - -#ifndef XTmrCtr_mGetLoadReg -#define XTmrCtr_mGetLoadReg XTmrCtr_GetLoadReg -#endif - -#ifndef XTmrCtr_mEnable -#define XTmrCtr_mEnable XTmrCtr_Enable -#endif - -#ifndef XTmrCtr_mDisable -#define XTmrCtr_mDisable XTmrCtr_Disable -#endif - -#ifndef XTmrCtr_mEnableIntr -#define XTmrCtr_mEnableIntr XTmrCtr_EnableIntr -#endif - -#ifndef XTmrCtr_mDisableIntr -#define XTmrCtr_mDisableIntr XTmrCtr_DisableIntr -#endif - -#ifndef XTmrCtr_mLoadTimerCounterReg -#define XTmrCtr_mLoadTimerCounterReg XTmrCtr_LoadTimerCounterReg -#endif - -#ifndef XTmrCtr_mHasEventOccurred -#define XTmrCtr_mHasEventOccurred XTmrCtr_HasEventOccurred -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUartLite - * - *********************************************************************/ -#ifndef XUartLite_mUpdateStats -#define XUartLite_mUpdateStats XUartLite_UpdateStats -#endif - -#ifndef XUartLite_mWriteReg -#define XUartLite_mWriteReg XUartLite_WriteReg -#endif - -#ifndef XUartLite_mReadReg -#define XUartLite_mReadReg XUartLite_ReadReg -#endif - -#ifndef XUartLite_mClearStats -#define XUartLite_mClearStats XUartLite_ClearStats -#endif - -#ifndef XUartLite_mSetControlReg -#define XUartLite_mSetControlReg XUartLite_SetControlReg -#endif - -#ifndef XUartLite_mGetStatusReg -#define XUartLite_mGetStatusReg XUartLite_GetStatusReg -#endif - -#ifndef XUartLite_mIsReceiveEmpty -#define XUartLite_mIsReceiveEmpty XUartLite_IsReceiveEmpty -#endif - -#ifndef XUartLite_mIsTransmitFull -#define XUartLite_mIsTransmitFull XUartLite_IsTransmitFull -#endif - -#ifndef XUartLite_mIsIntrEnabled -#define XUartLite_mIsIntrEnabled XUartLite_IsIntrEnabled -#endif - -#ifndef XUartLite_mEnableIntr -#define XUartLite_mEnableIntr XUartLite_EnableIntr -#endif - -#ifndef XUartLite_mDisableIntr -#define XUartLite_mDisableIntr XUartLite_DisableIntr -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUartNs550 - * - *********************************************************************/ -#ifndef XUartNs550_mUpdateStats -#define XUartNs550_mUpdateStats XUartNs550_UpdateStats -#endif - -#ifndef XUartNs550_mReadReg -#define XUartNs550_mReadReg XUartNs550_ReadReg -#endif - -#ifndef XUartNs550_mWriteReg -#define XUartNs550_mWriteReg XUartNs550_WriteReg -#endif - -#ifndef XUartNs550_mClearStats -#define XUartNs550_mClearStats XUartNs550_ClearStats -#endif - -#ifndef XUartNs550_mGetLineStatusReg -#define XUartNs550_mGetLineStatusReg XUartNs550_GetLineStatusReg -#endif - -#ifndef XUartNs550_mGetLineControlReg -#define XUartNs550_mGetLineControlReg XUartNs550_GetLineControlReg -#endif - -#ifndef XUartNs550_mSetLineControlReg -#define XUartNs550_mSetLineControlReg XUartNs550_SetLineControlReg -#endif - -#ifndef XUartNs550_mEnableIntr -#define XUartNs550_mEnableIntr XUartNs550_EnableIntr -#endif - -#ifndef XUartNs550_mDisableIntr -#define XUartNs550_mDisableIntr XUartNs550_DisableIntr -#endif - -#ifndef XUartNs550_mIsReceiveData -#define XUartNs550_mIsReceiveData XUartNs550_IsReceiveData -#endif - -#ifndef XUartNs550_mIsTransmitEmpty -#define XUartNs550_mIsTransmitEmpty XUartNs550_IsTransmitEmpty -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUsb - * - *********************************************************************/ -#ifndef XUsb_mReadReg -#define XUsb_mReadReg XUsb_ReadReg -#endif - -#ifndef XUsb_mWriteReg -#define XUsb_mWriteReg XUsb_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XPmonPsv - * - *********************************************************************/ -#ifndef XpsvPmon_CfgInitialize -#define XpsvPmon_CfgInitialize XPmonPsv_CfgInitialize -#endif - -#ifndef XpsvPmon_LookupConfig -#define XpsvPmon_LookupConfig XPmonPsv_LookupConfig -#endif - -#ifndef XpsvPmon_WriteReg -#define XpsvPmon_WriteReg XPmonPsv_WriteReg -#endif - -#ifndef XpsvPmon_SetMetrics -#define XpsvPmon_SetMetrics XPmonPsv_SetMetrics -#endif - -#ifndef XpsvPmon_GetMetrics -#define XpsvPmon_GetMetrics XPmonPsv_GetMetrics -#endif - -#ifndef XpsvPmon_ResetCounter -#define XpsvPmon_ResetCounter XPmonPsv_ResetCounter -#endif - -#ifndef XpsvPmon_GetWriteCounter -#define XpsvPmon_GetWriteCounter XPmonPsv_GetWriteCounter -#endif - -#ifndef XpsvPmon_GetReadCounter -#define XpsvPmon_GetReadCounter XPmonPsv_GetReadCounter -#endif - -#ifndef XpsvPmon_EnableCounters -#define XpsvPmon_EnableCounters XPmonPsv_EnableCounters -#endif - -#ifndef XpsvPmon_StopCounter -#define XpsvPmon_StopCounter XPmonPsv_StopCounter -#endif - -#ifndef XpsvPmon_SetPort -#define XpsvPmon_SetPort XPmonPsv_SetPort -#endif - -#ifndef XpsvPmon_SetSrc -#define XpsvPmon_SetSrc XPmonPsv_SetSrc -#endif - -#ifndef XpsvPmon_Unlock -#define XpsvPmon_Unlock XPmonPsv_Unlock -#endif - -#ifndef XpsvPmon_Lock -#define XpsvPmon_Lock XPmonPsv_Lock -#endif - - -#ifndef XpsvPmon_RequestCounter -#define XpsvPmon_RequestCounter XPmonPsv_RequestCounter -#endif - -#ifndef XPmonpsv_Config -#define XPmonpsv_Config XPmonPsv_Config -#endif - -typedef XPmonPsv XpsvPmon; -#ifdef __cplusplus -} -#endif - -#endif -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_mem.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_mem.h deleted file mode 100644 index d6bc637..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_mem.h +++ /dev/null @@ -1,47 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_mem.h -* -* @addtogroup common_mem_operation_api Customized APIs for Memory Operations -* -* The xil_mem.h file contains prototype for functions related -* to memory operations. These APIs are applicable for all processors supported -* by Xilinx. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.1   nsk      11/07/16 First release.
-* 7.0   mus      01/07/19 Add cpp extern macro
-*
-* 
-* -*****************************************************************************/ -#ifndef XIL_MEM_H /* prevent circular inclusions */ -#define XIL_MEM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes *****************************/ - -void Xil_MemCpy(void* dst, const void* src, u32 cnt); - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MEM_H */ -/** -* @} End of "addtogroup common_mem_operation_api". -*/ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_misc_psreset_api.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_misc_psreset_api.h deleted file mode 100644 index 878d575..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_misc_psreset_api.h +++ /dev/null @@ -1,261 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_misc_psreset_api.h -* -* This file contains the various register definitions and function prototypes for -* implementing the reset functionality of zynq ps devices -* -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- ------------------------------------------------------- -* 1.00b kpc 03/07/13 First release. -* -* -******************************************************************************/ - -#ifndef XIL_MISC_RESET_H /* prevent circular inclusions */ -#define XIL_MISC_RESET_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** - *@cond nocomments - */ - -#define XDDRC_CTRL_BASEADDR 0xF8006000U -#define XSLCR_BASEADDR 0xF8000000U -/**< OCM configuration register */ -#define XSLCR_OCM_CFG_ADDR (XSLCR_BASEADDR + 0x00000910U) -/**< SLCR unlock register */ -#define XSLCR_UNLOCK_ADDR (XSLCR_BASEADDR + 0x00000008U) -/**< SLCR GEM0 rx clock control register */ -#define XSLCR_GEM0_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000138U) -/**< SLCR GEM1 rx clock control register */ -#define XSLCR_GEM1_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x0000013CU) -/**< SLCR GEM0 clock control register */ -#define XSLCR_GEM0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000140U) -/**< SLCR GEM1 clock control register */ -#define XSLCR_GEM1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000144U) -/**< SLCR SMC clock control register */ -#define XSLCR_SMC_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000148U) -/**< SLCR GEM reset control register */ -#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U) -/**< SLCR USB0 clock control register */ -#define XSLCR_USB0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000130U) -/**< SLCR USB1 clock control register */ -#define XSLCR_USB1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000134U) -/**< SLCR USB1 reset control register */ -#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U) -/**< SLCR SMC reset control register */ -#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U) -/**< SLCR Level shifter enable register */ -#define XSLCR_LVL_SHFTR_EN_ADDR (XSLCR_BASEADDR + 0x00000900U) -/**< SLCR ARM pll control register */ -#define XSLCR_ARM_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000100U) -/**< SLCR DDR pll control register */ -#define XSLCR_DDR_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000104U) -/**< SLCR IO pll control register */ -#define XSLCR_IO_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000108U) -/**< SLCR ARM pll configuration register */ -#define XSLCR_ARM_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000110U) -/**< SLCR DDR pll configuration register */ -#define XSLCR_DDR_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000114U) -/**< SLCR IO pll configuration register */ -#define XSLCR_IO_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000118U) -/**< SLCR ARM clock control register */ -#define XSLCR_ARM_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000120U) -/**< SLCR DDR clock control register */ -#define XSLCR_DDR_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000124U) -/**< SLCR MIO pin address register */ -#define XSLCR_MIO_PIN_00_ADDR (XSLCR_BASEADDR + 0x00000700U) -/**< SLCR DMAC reset control address register */ -#define XSLCR_DMAC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000020CU) -/**< SLCR USB reset control address register */ -/*#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U)*/ -/**< SLCR GEM reset control address register */ -/*#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U)*/ -/**< SLCR SDIO reset control address register */ -#define XSLCR_SDIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000218U) -/**< SLCR SPI reset control address register */ -#define XSLCR_SPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000021CU) -/**< SLCR CAN reset control address register */ -#define XSLCR_CAN_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000220U) -/**< SLCR I2C reset control address register */ -#define XSLCR_I2C_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000224U) -/**< SLCR UART reset control address register */ -#define XSLCR_UART_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000228U) -/**< SLCR GPIO reset control address register */ -#define XSLCR_GPIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000022CU) -/**< SLCR LQSPI reset control address register */ -#define XSLCR_LQSPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000230U) -/**< SLCR SMC reset control address register */ -/*#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U)*/ -/**< SLCR OCM reset control address register */ -#define XSLCR_OCM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000238U) - -/**< SMC mem controller clear config register */ -#define XSMC_MEMC_CLR_CONFIG_OFFSET 0x0000000CU -/**< SMC idlecount configuration register */ -#define XSMC_REFRESH_PERIOD_0_OFFSET 0x00000020U -#define XSMC_REFRESH_PERIOD_1_OFFSET 0x00000024U -/**< SMC ECC configuration register */ -#define XSMC_ECC_MEMCFG1_OFFSET 0x00000404U -/**< SMC ECC command 1 register */ -#define XSMC_ECC_MEMCMD1_OFFSET 0x00000404U -/**< SMC ECC command 2 register */ -#define XSMC_ECC_MEMCMD2_OFFSET 0x00000404U - -/**< SLCR unlock code */ -#define XSLCR_UNLOCK_CODE 0x0000DF0DU - -/**< SMC mem clear configuration mask */ -#define XSMC_MEMC_CLR_CONFIG_MASK 0x000005FU -/**< SMC ECC memconfig 1 reset value */ -#define XSMC_ECC_MEMCFG1_RESET_VAL 0x0000043U -/**< SMC ECC memcommand 1 reset value */ -#define XSMC_ECC_MEMCMD1_RESET_VAL 0x01300080U -/**< SMC ECC memcommand 2 reset value */ -#define XSMC_ECC_MEMCMD2_RESET_VAL 0x01E00585U - -/**< DDR controller reset bit mask */ -#define XDDRPS_CTRL_RESET_MASK 0x00000001U -/**< SLCR OCM configuration reset value*/ -#define XSLCR_OCM_CFG_RESETVAL 0x00000008U -/**< SLCR OCM bank selection mask*/ -#define XSLCR_OCM_CFG_HIADDR_MASK 0x0000000FU -/**< SLCR level shifter enable mask*/ -#define XSLCR_LVL_SHFTR_EN_MASK 0x0000000FU - -/**< SLCR PLL register reset values */ -#define XSLCR_ARM_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_DDR_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_IO_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_ARM_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_DDR_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_IO_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_ARM_CLK_CTRL_RESET_VAL 0x1F000400U -#define XSLCR_DDR_CLK_CTRL_RESET_VAL 0x18400003U - -/**< SLCR MIO register default values */ -#define XSLCR_MIO_PIN_00_RESET_VAL 0x00001601U -#define XSLCR_MIO_PIN_02_RESET_VAL 0x00000601U - -/**< SLCR Reset control registers default values */ -#define XSLCR_DMAC_RST_CTRL_VAL 0x00000001U -#define XSLCR_GEM_RST_CTRL_VAL 0x000000F3U -#define XSLCR_USB_RST_CTRL_VAL 0x00000003U -#define XSLCR_I2C_RST_CTRL_VAL 0x00000003U -#define XSLCR_SPI_RST_CTRL_VAL 0x0000000FU -#define XSLCR_UART_RST_CTRL_VAL 0x0000000FU -#define XSLCR_QSPI_RST_CTRL_VAL 0x00000003U -#define XSLCR_GPIO_RST_CTRL_VAL 0x00000001U -#define XSLCR_SMC_RST_CTRL_VAL 0x00000003U -#define XSLCR_OCM_RST_CTRL_VAL 0x00000001U -#define XSLCR_SDIO_RST_CTRL_VAL 0x00000033U -#define XSLCR_CAN_RST_CTRL_VAL 0x00000003U - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - -/* the following data type is used to hold a null terminated version string - * consisting of the following format, "X.YYX" - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ -/* - * Performs reset operation to the ddr interface - */ -void XDdr_ResetHw(void); -/* - * Map the ocm region to post bootrom state - */ -void XOcm_Remap(void); -/* - * Performs the smc interface reset - */ -void XSmc_ResetHw(u32 BaseAddress); -/* - * updates the MIO registers with reset values - */ -void XSlcr_MioWriteResetValues(void); -/* - * updates the PLL and clock registers with reset values - */ -void XSlcr_PllWriteResetValues(void); -/* - * Disables the level shifters - */ -void XSlcr_DisableLevelShifters(void); -/* - * provides softreset to the GPIO interface - */ -void XSlcr_GpioPsReset(void); -/* - * provides softreset to the DMA interface - */ -void XSlcr_DmaPsReset(void); -/* - * provides softreset to the SMC interface - */ -void XSlcr_SmcPsReset(void); -/* - * provides softreset to the CAN interface - */ -void XSlcr_CanPsReset(void); -/* - * provides softreset to the Uart interface - */ -void XSlcr_UartPsReset(void); -/* - * provides softreset to the I2C interface - */ -void XSlcr_I2cPsReset(void); -/* - * provides softreset to the SPI interface - */ -void XSlcr_SpiPsReset(void); -/* - * provides softreset to the QSPI interface - */ -void XSlcr_QspiPsReset(void); -/* - * provides softreset to the USB interface - */ -void XSlcr_UsbPsReset(void); -/* - * provides softreset to the GEM interface - */ -void XSlcr_EmacPsReset(void); -/* - * provides softreset to the OCM interface - */ -void XSlcr_OcmReset(void); - - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MISC_RESET_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_mmu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_mmu.h deleted file mode 100644 index d21e13a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_mmu.h +++ /dev/null @@ -1,92 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* -* @addtogroup a9_mmu_apis Cortex A9 Processor MMU Functions -* -* MMU functions equip users to enable MMU, disable MMU and modify default -* memory attributes of MMU table as per the need. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  01/12/12 Initial version
-* 4.2	pkp	 07/21/14 Included xil_types.h file which contains definition for
-*					  u32 which resolves issue of CR#805869
-* 5.4	pkp	 23/11/15 Added attribute definitions for Xil_SetTlbAttributes API
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_MMU_H -#define XIL_MMU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/* Memory type */ -#define NORM_NONCACHE 0x11DE2 /* Normal Non-cacheable */ -#define STRONG_ORDERED 0xC02 /* Strongly ordered */ -#define DEVICE_MEMORY 0xC06 /* Device memory */ -#define RESERVED 0x0 /* reserved memory */ - -/* Normal write-through cacheable shareable */ -#define NORM_WT_CACHE 0x16DEA - -/* Normal write back cacheable shareable */ -#define NORM_WB_CACHE 0x15DE6 - -/* shareability attribute */ -#define SHAREABLE (0x1 << 16) -#define NON_SHAREABLE (~(0x1 << 16)) - -/* Execution type */ -#define EXECUTE_NEVER ((0x1 << 4) | (0x1 << 0)) - -/** -*@endcond -*/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void Xil_SetTlbAttributes(INTPTR Addr, u32 attrib); -void Xil_EnableMMU(void); -void Xil_DisableMMU(void); -void* Xil_MemMap(UINTPTR PhysAddr, size_t size, u32 flags); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MMU_H */ -/** -* @} End of "addtogroup a9_mmu_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_printf.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_printf.h deleted file mode 100644 index 60f4ba3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_printf.h +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 1995 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - #ifndef XIL_PRINTF_H - #define XIL_PRINTF_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include -#include -#include "xil_types.h" -#include "xparameters.h" -#include "bspconfig.h" -#if defined (__aarch64__) && HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE -#include "xen_console.h" -#endif - -/*----------------------------------------------------*/ -/* Use the following parameter passing structure to */ -/* make xil_printf re-entrant. */ -/*----------------------------------------------------*/ - -struct params_s; - - -/*---------------------------------------------------*/ -/* The purpose of this routine is to output data the */ -/* same as the standard printf function without the */ -/* overhead most run-time libraries involve. Usually */ -/* the printf brings in many kilobytes of code and */ -/* that is unacceptable in most embedded systems. */ -/*---------------------------------------------------*/ - -typedef char8* charptr; -typedef s32 (*func_ptr)(int c); - -/* */ - -void xil_printf( const char8 *ctrl1, ...); -void xil_vprintf(const char8 *ctrl1, va_list argp); -void print( const char8 *ptr); -extern void outbyte (char8 c); -extern char8 inbyte(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_sleeptimer.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_sleeptimer.h deleted file mode 100644 index 5007212..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_sleeptimer.h +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_sleeptimer.h -* -* This header file contains ARM Cortex A53,A9,R5 specific sleep related APIs. -* For sleep related functions that can be used across all Xilinx supported -* processors, please use xil_sleeptimer.h. -* -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6	srm  10/18/17 First Release.
-* 7.0   mus  01/07/19 Add cpp extern macro
-*
-* 
-*****************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_SLEEPTIMER_H /* prevent circular inclusions */ -#define XIL_SLEEPTIMER_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/**************************** Include Files ********************************/ - -#include "xil_io.h" -#include "xparameters.h" -#include "bspconfig.h" - -/************************** Constant Definitions *****************************/ - -#if defined (ARMR5) || (__aarch64__) || (ARMA53_32) -#define XSLEEP_TIMER_REG_SHIFT 32U -#define XSleep_ReadCounterVal Xil_In32 -#define XCntrVal u32 -#else -#define XSLEEP_TIMER_REG_SHIFT 16U -#define XSleep_ReadCounterVal Xil_In16 -#define XCntrVal u16 -#endif - -#if defined(ARMR5) || (defined (__aarch64__) && EL3==1) || defined (ARMA53_32) -#if defined (versal) -#define CRL_TTC_RST 0xFF5E0344U -#define CRL_TTC_BASE_RST_MASK 0x1U -#else -#define RST_LPD_IOU2 0xFF5E0238U -#define RST_LPD_IOU2_TTC_BASE_RESET_MASK 0x00000800U -#endif -#endif - -#if defined (SLEEP_TIMER_BASEADDR) -/** @name Register Map -* -* Register offsets from the base address of the TTC device -* -* @{ -*/ - #define XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET 0x00000000U - /**< Clock Control Register */ - #define XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET 0x0000000CU - /**< Counter Control Register*/ - #define XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET 0x00000018U - /**< Current Counter Value */ -/* @} */ -/** @name Clock Control Register -* Clock Control Register definitions of TTC -* @{ -*/ - #define XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK 0x00000001U - /**< Prescale enable */ -/* @} */ -/** @name Counter Control Register -* Counter Control Register definitions of TTC -* @{ -*/ -#define XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK 0x00000001U - /**< Disable the counter */ -#define XSLEEP_TIMER_TTC_CNT_CNTRL_RST_MASK 0x00000010U - /**< Reset counter */ -/* @} */ - -/**************************** Type Definitions *******************************/ -/** - *@endcond - */ -/************************** Function Prototypes ******************************/ - -void Xil_SleepTTCCommon(u32 delay, u64 frequency); -void XTime_StartTTCTimer(); - -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_SLEEPTIMER_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_spinlock.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_spinlock.h deleted file mode 100644 index fa58233..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_spinlock.h +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_spinlock.h -* -* This header file contains function prototypes to be used while using Xilinx -* spinlocking mechanism. -* Please refer to file header contents of xil_spinlock.c to understand in -* detail the spinlocking mechanism. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 7.5 	asa		 02/16/21 First release
-* 7.6	sk	 08/05/21 Add Boolean check and braces for Xil_IsSpinLockEnabled
-* 			  if condition to fix misrac violations.
-* 
-* -******************************************************************************/ - -#ifndef XIL_SPINLOCK_H /* prevent circular inclusions */ -#define XIL_SPINLOCK_H /* by using protection macros */ - -/***************************** Include Files ********************************/ -#include "xil_types.h" -#include "xstatus.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -/************************** Function Prototypes *****************************/ -u32 Xil_SpinLock(void); -u32 Xil_SpinUnlock(void); -u32 Xil_InitializeSpinLock(UINTPTR lockaddr, UINTPTR lockflagaddr, - u32 lockflag); -void Xil_ReleaseSpinLock(void); -u32 Xil_IsSpinLockEnabled(void); - -/************************** MACRO Definitions ****************************/ -#define XIL_SPINLOCK_LOCKVAL 0x10203040 -#define XIL_SPINLOCK_RESETVAL 0x40302010 -#define XIL_SPINLOCK_ENABLE 0x17273747 -#define XIL_SPINLOCK_ENABLED 0x17273747 -/***************** Macros (Inline Functions) Definitions ********************/ - -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ -/***************************************************************************/ -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#define XIL_SPINLOCK() \ - if(Xil_IsSpinLockEnabled()!=(u32)0) { \ - Xil_SpinLock(); } -#else -#define XIL_SPINLOCK() -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ - -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#define XIL_SPINUNLOCK() \ - if(Xil_IsSpinLockEnabled()!=(u32)0) { \ - Xil_SpinUnlock(); } -#else -#define XIL_SPINUNLOCK() -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ - - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_SPINLOCK_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_testcache.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_testcache.h deleted file mode 100644 index 5798c21..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_testcache.h +++ /dev/null @@ -1,54 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testcache.h -* -* @addtogroup common_test_utils -*

Cache test

-* The xil_testcache.h file contains utility functions to test cache. -* -* @{ -*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  07/29/09 First release
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_TESTCACHE_H /* prevent circular inclusions */ -#define XIL_TESTCACHE_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -extern s32 Xil_TestDCacheRange(void); -extern s32 Xil_TestDCacheAll(void); -extern s32 Xil_TestICacheRange(void); -extern s32 Xil_TestICacheAll(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_testio.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_testio.h deleted file mode 100644 index 5a1bda3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_testio.h +++ /dev/null @@ -1,76 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testio.h -* -* @addtogroup common_test_utils Test Utilities for Memory and Caches -*

I/O test

-* The xil_testio.h file contains utility functions to test endian related memory -* IO functions. -* -* A subset of the memory tests can be selected or all of the tests can be run -* in order. If there is an error detected by a subtest, the test stops and the -* failure code is returned. Further tests are not run even if all of the tests -* are selected. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00 hbm  08/05/09 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_TESTIO_H /* prevent circular inclusions */ -#define XIL_TESTIO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ - - -#define XIL_TESTIO_DEFAULT 0 -#define XIL_TESTIO_LE 1 -#define XIL_TESTIO_BE 2 - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -extern s32 Xil_TestIO8(u8 *Addr, s32 Length, u8 Value); -extern s32 Xil_TestIO16(u16 *Addr, s32 Length, u16 Value, s32 Kind, s32 Swap); -extern s32 Xil_TestIO32(u32 *Addr, s32 Length, u32 Value, s32 Kind, s32 Swap); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_testmem.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_testmem.h deleted file mode 100644 index 7e29233..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_testmem.h +++ /dev/null @@ -1,165 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testmem.h -* @addtogroup common_test_utils Test Utilities for Memory and Caches -* -* - Cache test: xil_testcache.h contains utility functions to test cache. -* -* - I/O test: The Xil_testio.h file contains endian related memory IO functions. A -* subset of the memory tests can be selected or all of the tests can be run in order. -* If there is an error detected by a subtest, the test stops and the failure code is -* returned. Further tests are not run even if all of the tests are selected. -* -* - Memory test: The xil_testmem.h file contains utility functions to test memory. -* A subset of the memory tests can be selected or all of the tests can be run -* in order. If there is an error detected by a subtest, the test stops and the -* failure code is returned. Further tests are not run even if all of the tests are selected. -* -* -* Following list describes the supported memory tests: -* -* - XIL_TESTMEM_ALLMEMTESTS: This test runs all of the subtests. -* -* - XIL_TESTMEM_INCREMENT: This test -* starts at 'XIL_TESTMEM_INIT_VALUE' and uses the incrementing value as the -* test value for memory. -* -* - XIL_TESTMEM_WALKONES: Also known as the Walking ones test. This test -* uses a walking '1' as the test value for memory. -* @code -* location 1 = 0x00000001 -* location 2 = 0x00000002 -* ... -* @endcode -* -* - XIL_TESTMEM_WALKZEROS: Also known as the Walking zero's test. -* This test uses the inverse value of the walking ones test -* as the test value for memory. -* @code -* location 1 = 0xFFFFFFFE -* location 2 = 0xFFFFFFFD -* ... -*@endcode -* -* - XIL_TESTMEM_INVERSEADDR: Also known as the inverse address test. -* This test uses the inverse of the address of the location under test -* as the test value for memory. -* -* - XIL_TESTMEM_FIXEDPATTERN: Also known as the fixed pattern test. -* This test uses the provided patters as the test value for memory. -* If zero is provided as the pattern the test uses '0xDEADBEEF". -* -* @warning -* The tests are DESTRUCTIVE. Run before any initialized memory spaces -* have been set up. -* The address provided to the memory tests is not checked for -* validity except for the NULL case. It is possible to provide a code-space -* pointer for this test to start with and ultimately destroy executable code -* causing random failures. -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 7.5   mus  03/10/21 Added new set of Xil_TestMem32, Xil_TestMem16 and
-*                     Xil_TestMem8 APIs to support memory test for memory
-*                     regions mapped at extended addresses
-*                     (addresses > 4 GB). These new set of APIs would be
-*                     compiled only for 32 bit Microblaze processor, if
-*                     XPAR_MICROBLAZE_ADDR_SIZE is greater than 32.
-*                     It fixes CR#1089129.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_TESTMEM_H /* prevent circular inclusions */ -#define XIL_TESTMEM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xparameters.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - -/* xutil_memtest defines */ - -#define XIL_TESTMEM_INIT_VALUE 1U - -/** @name Memory subtests - * @{ - */ -/** - * See the detailed description of the subtests in the file description. - */ -#define XIL_TESTMEM_ALLMEMTESTS 0x00U -#define XIL_TESTMEM_INCREMENT 0x01U -#define XIL_TESTMEM_WALKONES 0x02U -#define XIL_TESTMEM_WALKZEROS 0x03U -#define XIL_TESTMEM_INVERSEADDR 0x04U -#define XIL_TESTMEM_FIXEDPATTERN 0x05U -#define XIL_TESTMEM_MAXTEST XIL_TESTMEM_FIXEDPATTERN -/* @} */ - -#if !defined(__aarch64__) && !defined(__arch64__) -#define NUM_OF_BITS_IN_BYTE 8U -#define NUM_OF_BYTES_IN_HW 2U -#define NUM_OF_BITS_IN_HW 16U -#define NUM_OF_BYTES_IN_WORD 4U -#define NUM_OF_BITS_IN_WORD 32U -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/** - *@endcond - */ - -/************************** Function Prototypes ******************************/ - -/* xutil_testmem prototypes */ -#if defined(__MICROBLAZE__) && !defined(__arch64__) && (XPAR_MICROBLAZE_ADDR_SIZE > 32) -extern s32 Xil_TestMem32(u32 AddrLow, u32 AddrHigh, u32 Words, u32 Pattern, u8 Subtest); -extern s32 Xil_TestMem16(u32 AddrLow, u32 AddrHigh, u32 Words, u16 Pattern, u8 Subtest); -extern s32 Xil_TestMem8(u32 AddrLow, u32 AddrHigh, u32 Words, u8 Pattern, u8 Subtest); -#else -extern s32 Xil_TestMem32(u32 *Addr, u32 Words, u32 Pattern, u8 Subtest); -extern s32 Xil_TestMem16(u16 *Addr, u32 Words, u16 Pattern, u8 Subtest); -extern s32 Xil_TestMem8(u8 *Addr, u32 Words, u8 Pattern, u8 Subtest); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_types.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_types.h deleted file mode 100644 index 1d18bfb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_types.h +++ /dev/null @@ -1,203 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_types.h -* -* @addtogroup common_types Basic Data types for Xilinx® Software IP -* -* The xil_types.h file contains basic types for Xilinx software IP. These data types -* are applicable for all processors supported by Xilinx. -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 First release
-* 3.03a sdm  05/30/11 Added Xuint64 typedef and XUINT64_MSW/XUINT64_LSW macros
-* 5.00 	pkp  05/29/14 Made changes for 64 bit architecture
-*	srt  07/14/14 Use standard definitions from stdint.h and stddef.h
-*		      Define LONG and ULONG datatypes and mask values
-* 7.00  mus  01/07/19 Add cpp extern macro
-* 7.1   aru  08/19/19 Shift the value in UPPER_32_BITS only if it
-*                     is 64-bit processor
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_TYPES_H /* prevent circular inclusions */ -#define XIL_TYPES_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -/************************** Constant Definitions *****************************/ - -#ifndef TRUE -# define TRUE 1U -#endif - -#ifndef FALSE -# define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -#define XIL_COMPONENT_IS_READY 0x11111111U /**< In device drivers, This macro will be - assigend to "IsReady" member of driver - instance to indicate that driver - instance is initialized and ready to use. */ -#define XIL_COMPONENT_IS_STARTED 0x22222222U /**< In device drivers, This macro will be assigend to - "IsStarted" member of driver instance - to indicate that driver instance is - started and it can be enabled. */ - -/* @name New types - * New simple types. - * @{ - */ -#ifndef __KERNEL__ -#ifndef XBASIC_TYPES_H -/* - * guarded against xbasic_types.h. - */ -typedef uint8_t u8; -typedef uint16_t u16; -typedef uint32_t u32; -/** @}*/ -#define __XUINT64__ -typedef struct -{ - u32 Upper; - u32 Lower; -} Xuint64; - - -/*****************************************************************************/ -/** -* @brief Return the most significant half of the 64 bit data type. -* -* @param x is the 64 bit word. -* -* @return The upper 32 bits of the 64 bit word. -* -******************************************************************************/ -#define XUINT64_MSW(x) ((x).Upper) - -/*****************************************************************************/ -/** -* @brief Return the least significant half of the 64 bit data type. -* -* @param x is the 64 bit word. -* -* @return The lower 32 bits of the 64 bit word. -* -******************************************************************************/ -#define XUINT64_LSW(x) ((x).Lower) - -#endif /* XBASIC_TYPES_H */ - -/* - * xbasic_types.h does not typedef s* or u64 - */ -/** @{ */ -typedef char char8; -typedef int8_t s8; -typedef int16_t s16; -typedef int32_t s32; -typedef int64_t s64; -typedef uint64_t u64; -typedef int sint32; - -typedef intptr_t INTPTR; -typedef uintptr_t UINTPTR; -typedef ptrdiff_t PTRDIFF; -/** @}*/ -#if !defined(LONG) || !defined(ULONG) -typedef long LONG; -typedef unsigned long ULONG; -#endif - -#define ULONG64_HI_MASK 0xFFFFFFFF00000000U -#define ULONG64_LO_MASK ~ULONG64_HI_MASK - -#else -#include -#endif - -/** @{ */ -/** - * This data type defines an interrupt handler for a device. - * The argument points to the instance of the component - */ -typedef void (*XInterruptHandler) (void *InstancePtr); - -/** - * This data type defines an exception handler for a processor. - * The argument points to the instance of the component - */ -typedef void (*XExceptionHandler) (void *InstancePtr); - -/** - * @brief Returns 32-63 bits of a number. - * @param n : Number being accessed. - * @return Bits 32-63 of number. - * - * @note A basic shift-right of a 64- or 32-bit quantity. - * Use this to suppress the "right shift count >= width of type" - * warning when that quantity is 32-bits. - */ -#if defined (__aarch64__) || defined (__arch64__) -#define UPPER_32_BITS(n) ((u32)(((n) >> 16) >> 16)) -#else -#define UPPER_32_BITS(n) 0U -#endif -/** - * @brief Returns 0-31 bits of a number - * @param n : Number being accessed. - * @return Bits 0-31 of number - */ -#define LOWER_32_BITS(n) ((u32)(n)) - - - - -/************************** Constant Definitions *****************************/ - -#ifndef TRUE -#define TRUE 1U -#endif - -#ifndef FALSE -#define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** - *@endcond - */ -/** -* @} End of "addtogroup common_types". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_util.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_util.h deleted file mode 100644 index e22e04d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xil_util.h +++ /dev/null @@ -1,181 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2019 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_util.h -* @addtogroup common_utilities Common Utility APIs -* @{ -* @details -* -* This file contains xil utility functions declaration -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.4   mmd      04/21/19 First release.
-* 6.5   kal      02/29/20 Added Xil_ConvertStringToHexBE API
-* 7.3   kal      06/30/20 Converted Xil_Ceil macro to API
-*       rpo      08/19/20 Added function for read, modify and write
-*       bsv      08/21/20 Added XSECURE_TEMPORAL_CHECK macro to add
-*                         redundancy in security critical functions, to avoid
-*                         glitches from altering the return values of security
-*                         critical functions. The macro requires a label to be
-*                         passed to "go to" in case of error.
-*      kpt       09/03/20 Added XSECURE_TEMPORAL_IMPL macro for redundancy
-*      kal       09/22/20 Changed the param type from const char to const char*
-*                         to avoid copying key onto stack
-*      td        10/16/20 Added Xil_Strcpy, Xil_Strcat, Xil_SecureMemCpy and
-*                         Xil_MemCmp functions
-*      am        10/13/20 Resolved Coverity warning
-*      td        11/19/20 Updated XSECURE_TEMPORAL_CHECK and
-*                         XSECURE_TEMPORAL_IMPL to fix MISRA C Rule 15.3
-* 7.4  am        11/26/20 Added Xil_StrCpyRange function
-* 7.6  kpt       07/15/21 Added Xil_SecureZeroize function
-*
-* 
-* -*****************************************************************************/ - -#ifndef XIL_UTIL_H_ -#define XIL_UTIL_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_types.h" -#include "xil_io.h" -#include "xstatus.h" - -/*************************** Constant Definitions *****************************/ -#define XIL_SIZE_OF_NIBBLE_IN_BITS 4U -#define XIL_SIZE_OF_BYTE_IN_BITS 8U - -/* Maximum string length handled by Xil_ValidateHexStr function */ -#define XIL_MAX_HEX_STR_LEN 512U - - -/****************** Macros (Inline Functions) Definitions *********************/ -#ifdef __GNUC__ -/******************************************************************************/ -/** - * - * Updates the return value of the called function into Var and VarTmp variables - * for redundancy. This is to avoid glitches from altering the return values of - * security critical functions. - * - * @param Var is the variable which holds the return value of function - * executed - * @param VarTmp is the variable which holds the value stored in Var - * @param Function is the function to be executed - * @param Other params are arguments to the called function - * - * @return None - * - ******************************************************************************/ -#define XSECURE_TEMPORAL_IMPL(Var, VarTmp, Function, ...) \ - { \ - Var = XST_FAILURE; \ - VarTmp = XST_FAILURE; \ - Var = Function(__VA_ARGS__); \ - VarTmp = Var; \ - } - -/******************************************************************************/ -/** - * - * Adds redundancy while checking the status of the called function. - * This is to avoid glitches from altering the return values of security - * critical functions. The macro requires a label to be passed to "go to" - * in case of error. - * - * @param Label is the label defined in function and the control - * will jump to the label in case of XST_FAILURE - * @param Status is the variable which holds the return value of - * function executed - * @param Function is the function to be executed - * @param Other params are arguments to the called function - * - * @return None - * - ******************************************************************************/ -#define XSECURE_TEMPORAL_CHECK(Label, Status, Function, ...) \ - { \ - volatile int StatusTmp = XST_FAILURE; \ - XSECURE_TEMPORAL_IMPL(Status, StatusTmp, Function, __VA_ARGS__); \ - if ((Status != XST_SUCCESS) || \ - (StatusTmp != XST_SUCCESS)) { \ - Status |= StatusTmp;\ - goto Label; \ - } \ - } -#endif - -/*************************** Function Prototypes ******************************/ -/* Ceils the provided float value */ -int Xil_Ceil(float Value); - -/* Converts input character to nibble */ -u32 Xil_ConvertCharToNibble(u8 InChar, u8 *Num); - -/* Convert input hex string to array of 32-bits integers */ -u32 Xil_ConvertStringToHex(const char *Str, u32 *buf, u8 Len); - -/* Waits for specified event */ -u32 Xil_WaitForEvent(u32 RegAddr, u32 EventMask, u32 Event, u32 Timeout); - -/* Waits for specified events */ -u32 Xil_WaitForEvents(u32 EventsRegAddr, u32 EventsMask, u32 WaitEvents, - u32 Timeout, u32* Events); - -/* Validate input hex character */ -u32 Xil_IsValidHexChar(const char *Ch); - -/* Validate the input string contains only hexadecimal characters */ -u32 Xil_ValidateHexStr(const char *HexStr); - -/* Convert string to hex numbers in little enidian format */ -u32 Xil_ConvertStringToHexLE(const char *Str, u8 *Buf, u32 Len); - -/* Returns length of the input string */ -u32 Xil_Strnlen(const char *Str, u32 MaxLen); - -/* Convert string to hex numbers in big endian format */ -u32 Xil_ConvertStringToHexBE(const char * Str, u8 * Buf, u32 Len); - -/*Read, Modify and Write to an address*/ -void Xil_UtilRMW32(u32 Addr, u32 Mask, u32 Value); - -/* Copies source string to destination string */ -int Xil_Strcpy(char *DestPtr, const char *SrcPtr, const u32 Size); - -/* Copies specified range from source string to destination string */ -int Xil_StrCpyRange(const u8 *Src, u8 *Dst, u32 From, u32 To, u32 MaxSrcLen, - u32 MaxDstLen); - -/* Appends string2 to string1 */ -int Xil_Strcat(char* Str1Ptr, const char* Str2Ptr, const u32 Size); - -/* Copies Len bytes from source memory to destination memory */ -int Xil_SecureMemCpy(void * DestPtr, u32 DestPtrLen, const void * SrcPtr, u32 Len); - -/* Compares Len bytes from memory1 and memory2 */ -int Xil_MemCmp(const void * Buf1Ptr, const void * Buf2Ptr, u32 Len); - -/* Zeroizes the memory of given length */ -int Xil_SecureZeroize(u8 *DataPtr, const u32 Length); - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_UTIL_H_ */ -/** -* @} End of "addtogroup common_utilities". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xl2cc.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xl2cc.h deleted file mode 100644 index 379023c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xl2cc.h +++ /dev/null @@ -1,154 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xl2cc.h -* -* This file contains the address definitions for the PL310 Level-2 Cache -* Controller. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  02/01/10 Initial version
-* 3.10a srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      'xil_errata.h' for errata description
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef _XL2CC_H_ -#define _XL2CC_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ -/* L2CC Register Offsets */ -#define XPS_L2CC_ID_OFFSET 0x0000U -#define XPS_L2CC_TYPE_OFFSET 0x0004U -#define XPS_L2CC_CNTRL_OFFSET 0x0100U -#define XPS_L2CC_AUX_CNTRL_OFFSET 0x0104U -#define XPS_L2CC_TAG_RAM_CNTRL_OFFSET 0x0108U -#define XPS_L2CC_DATA_RAM_CNTRL_OFFSET 0x010CU - -#define XPS_L2CC_EVNT_CNTRL_OFFSET 0x0200U -#define XPS_L2CC_EVNT_CNT1_CTRL_OFFSET 0x0204U -#define XPS_L2CC_EVNT_CNT0_CTRL_OFFSET 0x0208U -#define XPS_L2CC_EVNT_CNT1_VAL_OFFSET 0x020CU -#define XPS_L2CC_EVNT_CNT0_VAL_OFFSET 0x0210U - -#define XPS_L2CC_IER_OFFSET 0x0214U /* Interrupt Mask */ -#define XPS_L2CC_IPR_OFFSET 0x0218U /* Masked interrupt status */ -#define XPS_L2CC_ISR_OFFSET 0x021CU /* Raw Interrupt Status */ -#define XPS_L2CC_IAR_OFFSET 0x0220U /* Interrupt Clear */ - -#define XPS_L2CC_CACHE_SYNC_OFFSET 0x0730U /* Cache Sync */ -#define XPS_L2CC_DUMMY_CACHE_SYNC_OFFSET 0x0740U /* Dummy Register for Cache Sync */ -#define XPS_L2CC_CACHE_INVLD_PA_OFFSET 0x0770U /* Cache Invalid by PA */ -#define XPS_L2CC_CACHE_INVLD_WAY_OFFSET 0x077CU /* Cache Invalid by Way */ -#define XPS_L2CC_CACHE_CLEAN_PA_OFFSET 0x07B0U /* Cache Clean by PA */ -#define XPS_L2CC_CACHE_CLEAN_INDX_OFFSET 0x07B8U /* Cache Clean by Index */ -#define XPS_L2CC_CACHE_CLEAN_WAY_OFFSET 0x07BCU /* Cache Clean by Way */ -#define XPS_L2CC_CACHE_INV_CLN_PA_OFFSET 0x07F0U /* Cache Invalidate and Clean by PA */ -#define XPS_L2CC_CACHE_INV_CLN_INDX_OFFSET 0x07F8U /* Cache Invalidate and Clean by Index */ -#define XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET 0x07FCU /* Cache Invalidate and Clean by Way */ - -#define XPS_L2CC_CACHE_DLCKDWN_0_WAY_OFFSET 0x0900U /* Cache Data Lockdown 0 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_0_WAY_OFFSET 0x0904U /* Cache Instruction Lockdown 0 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_1_WAY_OFFSET 0x0908U /* Cache Data Lockdown 1 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_1_WAY_OFFSET 0x090CU /* Cache Instruction Lockdown 1 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_2_WAY_OFFSET 0x0910U /* Cache Data Lockdown 2 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_2_WAY_OFFSET 0x0914U /* Cache Instruction Lockdown 2 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_3_WAY_OFFSET 0x0918U /* Cache Data Lockdown 3 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_3_WAY_OFFSET 0x091CU /* Cache Instruction Lockdown 3 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_4_WAY_OFFSET 0x0920U /* Cache Data Lockdown 4 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_4_WAY_OFFSET 0x0924U /* Cache Instruction Lockdown 4 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_5_WAY_OFFSET 0x0928U /* Cache Data Lockdown 5 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_5_WAY_OFFSET 0x092CU /* Cache Instruction Lockdown 5 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_6_WAY_OFFSET 0x0930U /* Cache Data Lockdown 6 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_6_WAY_OFFSET 0x0934U /* Cache Instruction Lockdown 6 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_7_WAY_OFFSET 0x0938U /* Cache Data Lockdown 7 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_7_WAY_OFFSET 0x093CU /* Cache Instruction Lockdown 7 by Way */ - -#define XPS_L2CC_CACHE_LCKDWN_LINE_ENABLE_OFFSET 0x0950U /* Cache Lockdown Line Enable */ -#define XPS_L2CC_CACHE_UUNLOCK_ALL_WAY_OFFSET 0x0954U /* Cache Unlock All Lines by Way */ - -#define XPS_L2CC_ADDR_FILTER_START_OFFSET 0x0C00U /* Start of address filtering */ -#define XPS_L2CC_ADDR_FILTER_END_OFFSET 0x0C04U /* Start of address filtering */ - -#define XPS_L2CC_DEBUG_CTRL_OFFSET 0x0F40U /* Debug Control Register */ - -/* XPS_L2CC_CNTRL_OFFSET bit masks */ -#define XPS_L2CC_ENABLE_MASK 0x00000001U /* enables the L2CC */ - -/* XPS_L2CC_AUX_CNTRL_OFFSET bit masks */ -#define XPS_L2CC_AUX_EBRESPE_MASK 0x40000000U /* Early BRESP Enable */ -#define XPS_L2CC_AUX_IPFE_MASK 0x20000000U /* Instruction Prefetch Enable */ -#define XPS_L2CC_AUX_DPFE_MASK 0x10000000U /* Data Prefetch Enable */ -#define XPS_L2CC_AUX_NSIC_MASK 0x08000000U /* Non-secure interrupt access control */ -#define XPS_L2CC_AUX_NSLE_MASK 0x04000000U /* Non-secure lockdown enable */ -#define XPS_L2CC_AUX_CRP_MASK 0x02000000U /* Cache replacement policy */ -#define XPS_L2CC_AUX_FWE_MASK 0x01800000U /* Force write allocate */ -#define XPS_L2CC_AUX_SAOE_MASK 0x00400000U /* Shared attribute override enable */ -#define XPS_L2CC_AUX_PE_MASK 0x00200000U /* Parity enable */ -#define XPS_L2CC_AUX_EMBE_MASK 0x00100000U /* Event monitor bus enable */ -#define XPS_L2CC_AUX_WAY_SIZE_MASK 0x000E0000U /* Way-size */ -#define XPS_L2CC_AUX_ASSOC_MASK 0x00010000U /* Associativity */ -#define XPS_L2CC_AUX_SAIE_MASK 0x00002000U /* Shared attribute invalidate enable */ -#define XPS_L2CC_AUX_EXCL_CACHE_MASK 0x00001000U /* Exclusive cache configuration */ -#define XPS_L2CC_AUX_SBDLE_MASK 0x00000800U /* Store buffer device limitation Enable */ -#define XPS_L2CC_AUX_HPSODRE_MASK 0x00000400U /* High Priority for SO and Dev Reads Enable */ -#define XPS_L2CC_AUX_FLZE_MASK 0x00000001U /* Full line of zero enable */ - -#define XPS_L2CC_AUX_REG_DEFAULT_MASK 0x72360000U /* Enable all prefetching, */ - /* Cache replacement policy, Parity enable, */ - /* Event monitor bus enable and Way Size (64 KB) */ -#define XPS_L2CC_AUX_REG_ZERO_MASK 0xFFF1FFFFU /* */ - -#define XPS_L2CC_TAG_RAM_DEFAULT_MASK 0x00000111U /* latency for TAG RAM */ -#define XPS_L2CC_DATA_RAM_DEFAULT_MASK 0x00000121U /* latency for DATA RAM */ - -/* Interrupt bit masks */ -#define XPS_L2CC_IXR_DECERR_MASK 0x00000100U /* DECERR from L3 */ -#define XPS_L2CC_IXR_SLVERR_MASK 0x00000080U /* SLVERR from L3 */ -#define XPS_L2CC_IXR_ERRRD_MASK 0x00000040U /* Error on L2 data RAM (Read) */ -#define XPS_L2CC_IXR_ERRRT_MASK 0x00000020U /* Error on L2 tag RAM (Read) */ -#define XPS_L2CC_IXR_ERRWD_MASK 0x00000010U /* Error on L2 data RAM (Write) */ -#define XPS_L2CC_IXR_ERRWT_MASK 0x00000008U /* Error on L2 tag RAM (Write) */ -#define XPS_L2CC_IXR_PARRD_MASK 0x00000004U /* Parity Error on L2 data RAM (Read) */ -#define XPS_L2CC_IXR_PARRT_MASK 0x00000002U /* Parity Error on L2 tag RAM (Read) */ -#define XPS_L2CC_IXR_ECNTR_MASK 0x00000001U /* Event Counter1/0 Overflow Increment */ - -/* Address filtering mask and enable bit */ -#define XPS_L2CC_ADDR_FILTER_VALID_MASK 0xFFF00000U /* Address filtering valid bits*/ -#define XPS_L2CC_ADDR_FILTER_ENABLE_MASK 0x00000001U /* Address filtering enable bit*/ - -/* Debug control bits */ -#define XPS_L2CC_DEBUG_SPIDEN_MASK 0x00000004U /* Debug SPIDEN bit */ -#define XPS_L2CC_DEBUG_DWB_MASK 0x00000002U /* Debug DWB bit, forces write through */ -#define XPS_L2CC_DEBUG_DCL_MASK 0x00000002U /* Debug DCL bit, disables cache line fill */ - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xl2cc_counter.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xl2cc_counter.h deleted file mode 100644 index 31156ee..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xl2cc_counter.h +++ /dev/null @@ -1,96 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xl2cc_counter.h -* -* @addtogroup l2_event_counter_apis PL310 L2 Event Counters Functions -* -* xl2cc_counter.h contains APIs for configuring and controlling the event -* counters in PL310 L2 cache controller. -* PL310 has two event counters which can be used to count variety of events -* like DRHIT, DRREQ, DWHIT, DWREQ, etc. xl2cc_counter.h contains definitions -* for different configurations which can be used for the event counters to -* count a set of events. -* -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 3.07a asa  08/30/12 Updated for CR 675636 to provide the L2 Base Address
-*		      inside the APIs
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef L2CCCOUNTER_H /* prevent circular inclusions */ -#define L2CCCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* - * The following constants define the event codes for the event counters. - */ -#define XL2CC_CO 0x1 -#define XL2CC_DRHIT 0x2 -#define XL2CC_DRREQ 0x3 -#define XL2CC_DWHIT 0x4 -#define XL2CC_DWREQ 0x5 -#define XL2CC_DWTREQ 0x6 -#define XL2CC_IRHIT 0x7 -#define XL2CC_IRREQ 0x8 -#define XL2CC_WA 0x9 -#define XL2CC_IPFALLOC 0xa -#define XL2CC_EPFHIT 0xb -#define XL2CC_EPFALLOC 0xc -#define XL2CC_SRRCVD 0xd -#define XL2CC_SRCONF 0xe -#define XL2CC_EPFRCVD 0xf - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes *****************************/ - -void XL2cc_EventCtrInit(s32 Event0, s32 Event1); -void XL2cc_EventCtrStart(void); -void XL2cc_EventCtrStop(u32 *EveCtr0, u32 *EveCtr1); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* L2CCCOUNTER_H */ -/** -* @} End of "addtogroup l2_event_counter_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xparameters.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xparameters.h deleted file mode 100644 index e7e91f1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xparameters.h +++ /dev/null @@ -1,342 +0,0 @@ -#ifndef XPARAMETERS_H /* prevent circular inclusions */ -#define XPARAMETERS_H /* by using protection macros */ - -/* Definition for CPU ID */ -#define XPAR_CPU_ID 0U - -/* Definitions for peripheral PS7_CORTEXA9_0 */ -#define XPAR_PS7_CORTEXA9_0_CPU_CLK_FREQ_HZ 666666687 - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_CORTEXA9_0 */ -#define XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ 666666687 - - -/******************************************************************/ - -#include "xparameters_ps.h" - -#define STDIN_BASEADDRESS 0xE0000000 -#define STDOUT_BASEADDRESS 0xE0000000 - -/******************************************************************/ - -/* Platform specific definitions */ -#define PLATFORM_ZYNQ - -/* Definitions for sleep timer configuration */ -#define XSLEEP_TIMER_IS_DEFAULT_TIMER - - -/******************************************************************/ - -/* Definitions for peripheral PS7_DDR_0 */ -#define XPAR_PS7_DDR_0_S_AXI_BASEADDR 0x00100000 -#define XPAR_PS7_DDR_0_S_AXI_HIGHADDR 0x1FFFFFFF - - -/******************************************************************/ - -/* Definitions for driver DEVCFG */ -#define XPAR_XDCFG_NUM_INSTANCES 1U - -/* Definitions for peripheral PS7_DEV_CFG_0 */ -#define XPAR_PS7_DEV_CFG_0_DEVICE_ID 0U -#define XPAR_PS7_DEV_CFG_0_BASEADDR 0xF8007000U -#define XPAR_PS7_DEV_CFG_0_HIGHADDR 0xF80070FFU - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_DEV_CFG_0 */ -#define XPAR_XDCFG_0_DEVICE_ID XPAR_PS7_DEV_CFG_0_DEVICE_ID -#define XPAR_XDCFG_0_BASEADDR 0xF8007000U -#define XPAR_XDCFG_0_HIGHADDR 0xF80070FFU - - -/******************************************************************/ - -/* Definitions for driver DMAPS */ -#define XPAR_XDMAPS_NUM_INSTANCES 2 - -/* Definitions for peripheral PS7_DMA_NS */ -#define XPAR_PS7_DMA_NS_DEVICE_ID 0 -#define XPAR_PS7_DMA_NS_BASEADDR 0xF8004000 -#define XPAR_PS7_DMA_NS_HIGHADDR 0xF8004FFF - - -/* Definitions for peripheral PS7_DMA_S */ -#define XPAR_PS7_DMA_S_DEVICE_ID 1 -#define XPAR_PS7_DMA_S_BASEADDR 0xF8003000 -#define XPAR_PS7_DMA_S_HIGHADDR 0xF8003FFF - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_DMA_NS */ -#define XPAR_XDMAPS_0_DEVICE_ID XPAR_PS7_DMA_NS_DEVICE_ID -#define XPAR_XDMAPS_0_BASEADDR 0xF8004000 -#define XPAR_XDMAPS_0_HIGHADDR 0xF8004FFF - -/* Canonical definitions for peripheral PS7_DMA_S */ -#define XPAR_XDMAPS_1_DEVICE_ID XPAR_PS7_DMA_S_DEVICE_ID -#define XPAR_XDMAPS_1_BASEADDR 0xF8003000 -#define XPAR_XDMAPS_1_HIGHADDR 0xF8003FFF - - -/******************************************************************/ - - -/* Peripheral Definitions for peripheral PS7_AFI_0 */ -#define XPAR_PS7_AFI_0_S_AXI_BASEADDR 0xF8008000 -#define XPAR_PS7_AFI_0_S_AXI_HIGHADDR 0xF8008FFF - - -/* Peripheral Definitions for peripheral PS7_AFI_1 */ -#define XPAR_PS7_AFI_1_S_AXI_BASEADDR 0xF8009000 -#define XPAR_PS7_AFI_1_S_AXI_HIGHADDR 0xF8009FFF - - -/* Peripheral Definitions for peripheral PS7_AFI_2 */ -#define XPAR_PS7_AFI_2_S_AXI_BASEADDR 0xF800A000 -#define XPAR_PS7_AFI_2_S_AXI_HIGHADDR 0xF800AFFF - - -/* Peripheral Definitions for peripheral PS7_AFI_3 */ -#define XPAR_PS7_AFI_3_S_AXI_BASEADDR 0xF800B000 -#define XPAR_PS7_AFI_3_S_AXI_HIGHADDR 0xF800BFFF - - -/* Peripheral Definitions for peripheral PS7_DDRC_0 */ -#define XPAR_PS7_DDRC_0_S_AXI_BASEADDR 0xF8006000 -#define XPAR_PS7_DDRC_0_S_AXI_HIGHADDR 0xF8006FFF - - -/* Peripheral Definitions for peripheral PS7_GLOBALTIMER_0 */ -#define XPAR_PS7_GLOBALTIMER_0_S_AXI_BASEADDR 0xF8F00200 -#define XPAR_PS7_GLOBALTIMER_0_S_AXI_HIGHADDR 0xF8F002FF - - -/* Peripheral Definitions for peripheral PS7_GPV_0 */ -#define XPAR_PS7_GPV_0_S_AXI_BASEADDR 0xF8900000 -#define XPAR_PS7_GPV_0_S_AXI_HIGHADDR 0xF89FFFFF - - -/* Peripheral Definitions for peripheral PS7_INTC_DIST_0 */ -#define XPAR_PS7_INTC_DIST_0_S_AXI_BASEADDR 0xF8F01000 -#define XPAR_PS7_INTC_DIST_0_S_AXI_HIGHADDR 0xF8F01FFF - - -/* Peripheral Definitions for peripheral PS7_IOP_BUS_CONFIG_0 */ -#define XPAR_PS7_IOP_BUS_CONFIG_0_S_AXI_BASEADDR 0xE0200000 -#define XPAR_PS7_IOP_BUS_CONFIG_0_S_AXI_HIGHADDR 0xE0200FFF - - -/* Peripheral Definitions for peripheral PS7_L2CACHEC_0 */ -#define XPAR_PS7_L2CACHEC_0_S_AXI_BASEADDR 0xF8F02000 -#define XPAR_PS7_L2CACHEC_0_S_AXI_HIGHADDR 0xF8F02FFF - - -/* Peripheral Definitions for peripheral PS7_OCMC_0 */ -#define XPAR_PS7_OCMC_0_S_AXI_BASEADDR 0xF800C000 -#define XPAR_PS7_OCMC_0_S_AXI_HIGHADDR 0xF800CFFF - - -/* Peripheral Definitions for peripheral PS7_PL310_0 */ -#define XPAR_PS7_PL310_0_S_AXI_BASEADDR 0xF8F02000 -#define XPAR_PS7_PL310_0_S_AXI_HIGHADDR 0xF8F02FFF - - -/* Peripheral Definitions for peripheral PS7_PMU_0 */ -#define XPAR_PS7_PMU_0_S_AXI_BASEADDR 0xF8891000 -#define XPAR_PS7_PMU_0_S_AXI_HIGHADDR 0xF8891FFF -#define XPAR_PS7_PMU_0_PMU1_S_AXI_BASEADDR 0xF8893000 -#define XPAR_PS7_PMU_0_PMU1_S_AXI_HIGHADDR 0xF8893FFF - - -/* Peripheral Definitions for peripheral PS7_RAM_0 */ -#define XPAR_PS7_RAM_0_S_AXI_BASEADDR 0x00000000 -#define XPAR_PS7_RAM_0_S_AXI_HIGHADDR 0x0003FFFF - - -/* Peripheral Definitions for peripheral PS7_RAM_1 */ -#define XPAR_PS7_RAM_1_S_AXI_BASEADDR 0xFFFC0000 -#define XPAR_PS7_RAM_1_S_AXI_HIGHADDR 0xFFFFFFFF - - -/* Peripheral Definitions for peripheral PS7_SCUC_0 */ -#define XPAR_PS7_SCUC_0_S_AXI_BASEADDR 0xF8F00000 -#define XPAR_PS7_SCUC_0_S_AXI_HIGHADDR 0xF8F000FC - - -/* Peripheral Definitions for peripheral PS7_SLCR_0 */ -#define XPAR_PS7_SLCR_0_S_AXI_BASEADDR 0xF8000000 -#define XPAR_PS7_SLCR_0_S_AXI_HIGHADDR 0xF8000FFF - - -/******************************************************************/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -/******************************************************************/ - -/* Definitions for driver IP_ENCODER */ -#define XPAR_IP_ENCODER_NUM_INSTANCES 1 - -/* Definitions for peripheral IP_ENCODER_0 */ -#define XPAR_IP_ENCODER_0_DEVICE_ID 0 -#define XPAR_IP_ENCODER_0_S00_AXI_BASEADDR 0x43C10000 -#define XPAR_IP_ENCODER_0_S00_AXI_HIGHADDR 0x43C1FFFF - - -/******************************************************************/ - -/* Definitions for driver IP_FIFO */ -#define XPAR_IP_FIFO_NUM_INSTANCES 1 - -/* Definitions for peripheral IP_FIFO_0 */ -#define XPAR_IP_FIFO_0_DEVICE_ID 0 -#define XPAR_IP_FIFO_0_S00_AXI_BASEADDR 0x43C00000 -#define XPAR_IP_FIFO_0_S00_AXI_HIGHADDR 0x43C0FFFF - - -/******************************************************************/ - -/* Definitions for driver SCUGIC */ -#define XPAR_XSCUGIC_NUM_INSTANCES 1U - -/* Definitions for peripheral PS7_SCUGIC_0 */ -#define XPAR_PS7_SCUGIC_0_DEVICE_ID 0U -#define XPAR_PS7_SCUGIC_0_BASEADDR 0xF8F00100U -#define XPAR_PS7_SCUGIC_0_HIGHADDR 0xF8F001FFU -#define XPAR_PS7_SCUGIC_0_DIST_BASEADDR 0xF8F01000U - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_SCUGIC_0 */ -#define XPAR_SCUGIC_0_DEVICE_ID 0U -#define XPAR_SCUGIC_0_CPU_BASEADDR 0xF8F00100U -#define XPAR_SCUGIC_0_CPU_HIGHADDR 0xF8F001FFU -#define XPAR_SCUGIC_0_DIST_BASEADDR 0xF8F01000U - - -/******************************************************************/ - -/* Definitions for driver SCUTIMER */ -#define XPAR_XSCUTIMER_NUM_INSTANCES 1 - -/* Definitions for peripheral PS7_SCUTIMER_0 */ -#define XPAR_PS7_SCUTIMER_0_DEVICE_ID 0 -#define XPAR_PS7_SCUTIMER_0_BASEADDR 0xF8F00600 -#define XPAR_PS7_SCUTIMER_0_HIGHADDR 0xF8F0061F - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_SCUTIMER_0 */ -#define XPAR_XSCUTIMER_0_DEVICE_ID XPAR_PS7_SCUTIMER_0_DEVICE_ID -#define XPAR_XSCUTIMER_0_BASEADDR 0xF8F00600 -#define XPAR_XSCUTIMER_0_HIGHADDR 0xF8F0061F - - -/******************************************************************/ - -/* Definitions for driver SCUWDT */ -#define XPAR_XSCUWDT_NUM_INSTANCES 1 - -/* Definitions for peripheral PS7_SCUWDT_0 */ -#define XPAR_PS7_SCUWDT_0_DEVICE_ID 0 -#define XPAR_PS7_SCUWDT_0_BASEADDR 0xF8F00620 -#define XPAR_PS7_SCUWDT_0_HIGHADDR 0xF8F006FF - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_SCUWDT_0 */ -#define XPAR_SCUWDT_0_DEVICE_ID XPAR_PS7_SCUWDT_0_DEVICE_ID -#define XPAR_SCUWDT_0_BASEADDR 0xF8F00620 -#define XPAR_SCUWDT_0_HIGHADDR 0xF8F006FF - - -/******************************************************************/ - -/* Definitions for driver UARTPS */ -#define XPAR_XUARTPS_NUM_INSTANCES 1 - -/* Definitions for peripheral PS7_UART_0 */ -#define XPAR_PS7_UART_0_DEVICE_ID 0 -#define XPAR_PS7_UART_0_BASEADDR 0xE0000000 -#define XPAR_PS7_UART_0_HIGHADDR 0xE0000FFF -#define XPAR_PS7_UART_0_UART_CLK_FREQ_HZ 100000000 -#define XPAR_PS7_UART_0_HAS_MODEM 0 - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_UART_0 */ -#define XPAR_XUARTPS_0_DEVICE_ID XPAR_PS7_UART_0_DEVICE_ID -#define XPAR_XUARTPS_0_BASEADDR 0xE0000000 -#define XPAR_XUARTPS_0_HIGHADDR 0xE0000FFF -#define XPAR_XUARTPS_0_UART_CLK_FREQ_HZ 100000000 -#define XPAR_XUARTPS_0_HAS_MODEM 0 - - -/******************************************************************/ - -/* Definition for input Clock */ -/* Definitions for driver XADCPS */ -#define XPAR_XADCPS_NUM_INSTANCES 1 - -/* Definitions for peripheral PS7_XADC_0 */ -#define XPAR_PS7_XADC_0_DEVICE_ID 0 -#define XPAR_PS7_XADC_0_BASEADDR 0xF8007100 -#define XPAR_PS7_XADC_0_HIGHADDR 0xF8007120 - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_XADC_0 */ -#define XPAR_XADCPS_0_DEVICE_ID XPAR_PS7_XADC_0_DEVICE_ID -#define XPAR_XADCPS_0_BASEADDR 0xF8007100 -#define XPAR_XADCPS_0_HIGHADDR 0xF8007120 - - -/******************************************************************/ - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xparameters_ps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xparameters_ps.h deleted file mode 100644 index d1bd537..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xparameters_ps.h +++ /dev/null @@ -1,320 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* This file contains the address definitions for the hard peripherals -* attached to the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 02/01/10 Initial version
-* 3.04a sdm     02/02/12 Removed some of the defines as they are being generated through
-*                        driver tcl
-* 5.0	pkp		01/16/15 Added interrupt ID definition of ttc for TEST APP
-* 6.6   srm     10/18/17 Added ARMA9 macro to identify CortexA9
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/**************************** Include Files *******************************/ - - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB0_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_WDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_SCUTIMER_INTR XPS_SCU_TMR_INT_ID -#define XPAR_SCUWDT_INTR XPS_SCU_WDT_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XDMAPS_0_FAULT_INTR XPS_DMA0_ABORT_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_0 XPS_DMA0_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_1 XPS_DMA1_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_2 XPS_DMA2_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_3 XPS_DMA3_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_4 XPS_DMA4_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_5 XPS_DMA5_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_6 XPS_DMA6_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_7 XPS_DMA7_INT_ID - - -#define XPAR_XQSPIPS_0_LINEAR_BASEADDR XPS_QSPI_LINEAR_BASEADDR -#define XPAR_XPARPORTPS_CTRL_BASEADDR XPS_PARPORT_CRTL_BASEADDR - - - -/* Canonical definitions for DMAC */ - - -/* Canonical definitions for WDT */ - -/* Canonical definitions for SLCR */ -#define XPAR_XSLCR_NUM_INSTANCES 1U -#define XPAR_XSLCR_0_DEVICE_ID 0U -#define XPAR_XSLCR_0_BASEADDR XPS_SYS_CTRL_BASEADDR - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00000100U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -/* Canonical definitions for Global Timer */ -#define XPAR_GLOBAL_TMR_NUM_INSTANCES 1U -#define XPAR_GLOBAL_TMR_DEVICE_ID 0U -#define XPAR_GLOBAL_TMR_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00000200U) -#define XPAR_GLOBAL_TMR_INTR XPS_GLOBAL_TMR_INT_ID - - -/* Xilinx Parallel Flash Library (XilFlash) User Settings */ -#define XPAR_AXI_EMC - - -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for bacwards compatibility - */ - -#define XPS_PERIPHERAL_BASEADDR 0xE0000000U -#define XPS_UART0_BASEADDR 0xE0000000U -#define XPS_UART1_BASEADDR 0xE0001000U -#define XPS_USB0_BASEADDR 0xE0002000U -#define XPS_USB1_BASEADDR 0xE0003000U -#define XPS_I2C0_BASEADDR 0xE0004000U -#define XPS_I2C1_BASEADDR 0xE0005000U -#define XPS_SPI0_BASEADDR 0xE0006000U -#define XPS_SPI1_BASEADDR 0xE0007000U -#define XPS_CAN0_BASEADDR 0xE0008000U -#define XPS_CAN1_BASEADDR 0xE0009000U -#define XPS_GPIO_BASEADDR 0xE000A000U -#define XPS_GEM0_BASEADDR 0xE000B000U -#define XPS_GEM1_BASEADDR 0xE000C000U -#define XPS_QSPI_BASEADDR 0xE000D000U -#define XPS_PARPORT_CRTL_BASEADDR 0xE000E000U -#define XPS_SDIO0_BASEADDR 0xE0100000U -#define XPS_SDIO1_BASEADDR 0xE0101000U -#define XPS_IOU_BUS_CFG_BASEADDR 0xE0200000U -#define XPS_NAND_BASEADDR 0xE1000000U -#define XPS_PARPORT0_BASEADDR 0xE2000000U -#define XPS_PARPORT1_BASEADDR 0xE4000000U -#define XPS_QSPI_LINEAR_BASEADDR 0xFC000000U -#define XPS_SYS_CTRL_BASEADDR 0xF8000000U /* AKA SLCR */ -#define XPS_TTC0_BASEADDR 0xF8001000U -#define XPS_TTC1_BASEADDR 0xF8002000U -#define XPS_DMAC0_SEC_BASEADDR 0xF8003000U -#define XPS_DMAC0_NON_SEC_BASEADDR 0xF8004000U -#define XPS_WDT_BASEADDR 0xF8005000U -#define XPS_DDR_CTRL_BASEADDR 0xF8006000U -#define XPS_DEV_CFG_APB_BASEADDR 0xF8007000U -#define XPS_AFI0_BASEADDR 0xF8008000U -#define XPS_AFI1_BASEADDR 0xF8009000U -#define XPS_AFI2_BASEADDR 0xF800A000U -#define XPS_AFI3_BASEADDR 0xF800B000U -#define XPS_OCM_BASEADDR 0xF800C000U -#define XPS_EFUSE_BASEADDR 0xF800D000U -#define XPS_CORESIGHT_BASEADDR 0xF8800000U -#define XPS_TOP_BUS_CFG_BASEADDR 0xF8900000U -#define XPS_SCU_PERIPH_BASE 0xF8F00000U -#define XPS_L2CC_BASEADDR 0xF8F02000U -#define XPS_SAM_RAM_BASEADDR 0xFFFC0000U -#define XPS_FPGA_AXI_S0_BASEADDR 0x40000000U -#define XPS_FPGA_AXI_S1_BASEADDR 0x80000000U -#define XPS_IOU_S_SWITCH_BASEADDR 0xE0000000U -#define XPS_PERIPH_APB_BASEADDR 0xF8000000U - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_CORE_PARITY0_INT_ID 32U -#define XPS_CORE_PARITY1_INT_ID 33U -#define XPS_L2CC_INT_ID 34U -#define XPS_OCMINTR_INT_ID 35U -#define XPS_ECC_INT_ID 36U -#define XPS_PMU0_INT_ID 37U -#define XPS_PMU1_INT_ID 38U -#define XPS_SYSMON_INT_ID 39U -#define XPS_DVC_INT_ID 40U -#define XPS_WDT_INT_ID 41U -#define XPS_TTC0_0_INT_ID 42U -#define XPS_TTC0_1_INT_ID 43U -#define XPS_TTC0_2_INT_ID 44U -#define XPS_DMA0_ABORT_INT_ID 45U -#define XPS_DMA0_INT_ID 46U -#define XPS_DMA1_INT_ID 47U -#define XPS_DMA2_INT_ID 48U -#define XPS_DMA3_INT_ID 49U -#define XPS_SMC_INT_ID 50U -#define XPS_QSPI_INT_ID 51U -#define XPS_GPIO_INT_ID 52U -#define XPS_USB0_INT_ID 53U -#define XPS_GEM0_INT_ID 54U -#define XPS_GEM0_WAKE_INT_ID 55U -#define XPS_SDIO0_INT_ID 56U -#define XPS_I2C0_INT_ID 57U -#define XPS_SPI0_INT_ID 58U -#define XPS_UART0_INT_ID 59U -#define XPS_CAN0_INT_ID 60U -#define XPS_FPGA0_INT_ID 61U -#define XPS_FPGA1_INT_ID 62U -#define XPS_FPGA2_INT_ID 63U -#define XPS_FPGA3_INT_ID 64U -#define XPS_FPGA4_INT_ID 65U -#define XPS_FPGA5_INT_ID 66U -#define XPS_FPGA6_INT_ID 67U -#define XPS_FPGA7_INT_ID 68U -#define XPS_TTC1_0_INT_ID 69U -#define XPS_TTC1_1_INT_ID 70U -#define XPS_TTC1_2_INT_ID 71U -#define XPS_DMA4_INT_ID 72U -#define XPS_DMA5_INT_ID 73U -#define XPS_DMA6_INT_ID 74U -#define XPS_DMA7_INT_ID 75U -#define XPS_USB1_INT_ID 76U -#define XPS_GEM1_INT_ID 77U -#define XPS_GEM1_WAKE_INT_ID 78U -#define XPS_SDIO1_INT_ID 79U -#define XPS_I2C1_INT_ID 80U -#define XPS_SPI1_INT_ID 81U -#define XPS_UART1_INT_ID 82U -#define XPS_CAN1_INT_ID 83U -#define XPS_FPGA8_INT_ID 84U -#define XPS_FPGA9_INT_ID 85U -#define XPS_FPGA10_INT_ID 86U -#define XPS_FPGA11_INT_ID 87U -#define XPS_FPGA12_INT_ID 88U -#define XPS_FPGA13_INT_ID 89U -#define XPS_FPGA14_INT_ID 90U -#define XPS_FPGA15_INT_ID 91U - -/* Private Peripheral Interrupts (PPI) */ -#define XPS_GLOBAL_TMR_INT_ID 27U /* SCU Global Timer interrupt */ -#define XPS_FIQ_INT_ID 28U /* FIQ from FPGA fabric */ -#define XPS_SCU_TMR_INT_ID 29U /* SCU Private Timer interrupt */ -#define XPS_SCU_WDT_INT_ID 30U /* SCU Private WDT interrupt */ -#define XPS_IRQ_INT_ID 31U /* IRQ from FPGA fabric */ - - -/* REDEFINES for TEST APP */ -/* Definitions for UART */ -#define XPAR_PS7_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PS7_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PS7_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PS7_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PS7_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PS7_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PS7_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PS7_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PS7_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PS7_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PS7_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PS7_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PS7_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PS7_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PS7_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PS7_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PS7_WDT_0_INTR XPS_WDT_INT_ID -#define XPAR_PS7_SCUWDT_0_INTR XPS_SCU_WDT_INT_ID -#define XPAR_PS7_SCUTIMER_0_INTR XPS_SCU_TMR_INT_ID -#define XPAR_PS7_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PS7_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PS7_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PS7_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PS7_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PS7_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PS7_TTC_5_INTR XPS_TTC1_2_INT_ID - -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA9_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUTIMER_DEVICE_ID 0U -#define XPAR_SCUWDT_DEVICE_ID 0U - - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xplatform_info.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xplatform_info.h deleted file mode 100644 index b3cd2ea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xplatform_info.h +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xplatform_info.h -* -* -* @addtogroup common_platform_info APIs to Get Platform Information -* -* -* The xplatform_info.h file contains definitions for various available Xilinx® -* platforms. Also, it contains prototype of APIs, which can be used to get the -* platform information. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date    Changes
-* ----- ---- --------- -------------------------------------------------------
-* 6.4    ms   05/23/17 Added PSU_PMU macro to support XGetPSVersion_Info
-*                      function for PMUFW.
-* 7.2    adk  08/01/20 Added versal support for the XGetPSVersion_Info function.
-* 7.6    mus  08/23/21 Updated prototypes for functions which are not taking any
-*                      arguments with void keyword. This has been done to fix
-*                      compilation warnings with "-Wstrict-prototypes" flag.
-*                      It fixes CR#1108601.
-* 7.6    mus  08/30/21 Updated flag checking to fix compilation warnings
-*                      reported with "-Wundef" flag.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPLATFORM_INFO_H /* prevent circular inclusions */ -#define XPLATFORM_INFO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ -#if defined (versal) -#define XPAR_PMC_TAP_BASEADDR 0xF11A0000U -#define XPAR_PMC_TAP_VERSION_OFFSET 0x00000004U -#define XPLAT_PS_VERSION_ADDRESS (XPAR_PMC_TAP_BASEADDR + \ - XPAR_PMC_TAP_VERSION_OFFSET) -#else -#define XPAR_CSU_BASEADDR 0xFFCA0000U -#define XPAR_CSU_VER_OFFSET 0x00000044U -#define XPLAT_PS_VERSION_ADDRESS (XPAR_CSU_BASEADDR + \ - XPAR_CSU_VER_OFFSET) -#endif -#define XPLAT_ZYNQ_ULTRA_MP_SILICON 0x0 -#define XPLAT_ZYNQ_ULTRA_MP 0x1 -#define XPLAT_ZYNQ_ULTRA_MPVEL 0x2 -#define XPLAT_ZYNQ_ULTRA_MPQEMU 0x3 -#define XPLAT_ZYNQ 0x4 -#define XPLAT_MICROBLAZE 0x5 -#define XPLAT_VERSAL 0x6U - -#define XPS_VERSION_1 0x0 -#define XPS_VERSION_2 0x1 -#define XPLAT_INFO_MASK (0xF) - -#if defined (versal) -#define XPS_VERSION_INFO_MASK 0xFF00U -#define XPS_VERSION_INFO_SHIFT 0x8U -#define XPLAT_INFO_SHIFT 0x18U -#else -#define XPS_VERSION_INFO_MASK (0xF) -#define XPS_VERSION_INFO_SHIFT 0x0U -#define XPLAT_INFO_SHIFT 0xCU -#endif - -/**************************** Type Definitions *******************************/ -/** - *@endcond - */ -/***************** Macros (Inline Functions) Definitions *********************/ - - -u32 XGetPlatform_Info(void); - -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) || defined (versal) -u32 XGetPSVersion_Info(void); -#endif - -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) -u32 XGet_Zynq_UltraMp_Platform_info(void); -#endif -/************************** Function Prototypes ******************************/ - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_platform_info". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xpm_counter.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xpm_counter.h deleted file mode 100644 index edf6684..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xpm_counter.h +++ /dev/null @@ -1,558 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.h -* -* @addtogroup a9_event_counter_apis Cortex A9 Event Counters Functions -* -* Cortex A9 event counter functions can be utilized to configure and control -* the Cortex-A9 performance monitor events. -* -* Cortex-A9 performance monitor has six event counters which can be used to -* count a variety of events described in Coretx-A9 TRM. xpm_counter.h defines -* configurations XPM_CNTRCFGx which can be used to program the event counters -* to count a set of events. -* -* @note -* It doesn't handle the Cortex-A9 cycle counter, as the cycle counter is -* being used for time keeping. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XPMCOUNTER_H /* prevent circular inclusions */ -#define XPMCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* Number of performance counters */ -#define XPM_CTRCOUNT 6U - -/* The following constants define the Cortex-A9 Performance Monitor Events */ - -/* - * Software increment. The register is incremented only on writes to the - * Software Increment Register - */ -#define XPM_EVENT_SOFTINCR 0x00U - -/* - * Instruction fetch that causes a refill at (at least) the lowest level(s) of - * instruction or unified cache. Includes the speculative linefills in the - * count - */ -#define XPM_EVENT_INSRFETCH_CACHEREFILL 0x01U - -/* - * Instruction fetch that causes a TLB refill at (at least) the lowest level of - * TLB. Includes the speculative requests in the count - */ -#define XPM_EVENT_INSTRFECT_TLBREFILL 0x02U - -/* - * Data read or write operation that causes a refill at (at least) the lowest - * level(s)of data or unified cache. Counts the number of allocations performed - * in the Data Cache due to a read or a write - */ -#define XPM_EVENT_DATA_CACHEREFILL 0x03U - -/* - * Data read or write operation that causes a cache access at (at least) the - * lowest level(s) of data or unified cache. This includes speculative reads - */ -#define XPM_EVENT_DATA_CACHEACCESS 0x04U - -/* - * Data read or write operation that causes a TLB refill at (at least) the - * lowest level of TLB. This does not include micro TLB misses due to PLD, PLI, - * CP15 Cache operation by MVA and CP15 VA to PA operations - */ -#define XPM_EVENT_DATA_TLBREFILL 0x05U - -/* - * Data read architecturally executed. Counts the number of data read - * instructions accepted by the Load Store Unit. This includes counting the - * speculative and aborted LDR/LDM, as well as the reads due to the SWP - * instructions - */ -#define XPM_EVENT_DATA_READS 0x06U - -/* - * Data write architecturally executed. Counts the number of data write - * instructions accepted by the Load Store Unit. This includes counting the - * speculative and aborted STR/STM, as well as the writes due to the SWP - * instructions - */ -#define XPM_EVENT_DATA_WRITE 0x07U - -/* Exception taken. Counts the number of exceptions architecturally taken.*/ -#define XPM_EVENT_EXCEPTION 0x09U - -/* Exception return architecturally executed.*/ -#define XPM_EVENT_EXCEPRETURN 0x0AU - -/* - * Change to ContextID retired. Counts the number of instructions - * architecturally executed writing into the ContextID Register - */ -#define XPM_EVENT_CHANGECONTEXT 0x0BU - -/* - * Software change of PC, except by an exception, architecturally executed. - * Count the number of PC changes architecturally executed, excluding the PC - * changes due to taken exceptions - */ -#define XPM_EVENT_SW_CHANGEPC 0x0CU - -/* - * Immediate branch architecturally executed (taken or not taken). This includes - * the branches which are flushed due to a previous load/store which aborts - * late - */ -#define XPM_EVENT_IMMEDBRANCH 0x0DU - -/* - * Unaligned access architecturally executed. Counts the number of aborted - * unaligned accessed architecturally executed, and the number of not-aborted - * unaligned accesses, including the speculative ones - */ -#define XPM_EVENT_UNALIGNEDACCESS 0x0FU - -/* - * Branch mispredicted/not predicted. Counts the number of mispredicted or - * not-predicted branches executed. This includes the branches which are flushed - * due to a previous load/store which aborts late - */ -#define XPM_EVENT_BRANCHMISS 0x10U - -/* - * Counts clock cycles when the Cortex-A9 processor is not in WFE/WFI. This - * event is not exported on the PMUEVENT bus - */ -#define XPM_EVENT_CLOCKCYCLES 0x11U - -/* - * Branches or other change in program flow that could have been predicted by - * the branch prediction resources of the processor. This includes the branches - * which are flushed due to a previous load/store which aborts late - */ -#define XPM_EVENT_BRANCHPREDICT 0x12U - -/* - * Java bytecode execute. Counts the number of Java bytecodes being decoded, - * including speculative ones - */ -#define XPM_EVENT_JAVABYTECODE 0x40U - -/* - * Software Java bytecode executed. Counts the number of software java bytecodes - * being decoded, including speculative ones - */ -#define XPM_EVENT_SWJAVABYTECODE 0x41U - -/* - * Jazelle backward branches executed. Counts the number of Jazelle taken - * branches being executed. This includes the branches which are flushed due - * to a previous load/store which aborts late - */ -#define XPM_EVENT_JAVABACKBRANCH 0x42U - -/* - * Coherent linefill miss Counts the number of coherent linefill requests - * performed by the Cortex-A9 processor which also miss in all the other - * Cortex-A9 processors, meaning that the request is sent to the external - * memory - */ -#define XPM_EVENT_COHERLINEMISS 0x50U - -/* - * Coherent linefill hit. Counts the number of coherent linefill requests - * performed by the Cortex-A9 processor which hit in another Cortex-A9 - * processor, meaning that the linefill data is fetched directly from the - * relevant Cortex-A9 cache - */ -#define XPM_EVENT_COHERLINEHIT 0x51U - -/* - * Instruction cache dependent stall cycles. Counts the number of cycles where - * the processor is ready to accept new instructions, but does not receive any - * due to the instruction side not being able to provide any and the - * instruction cache is currently performing at least one linefill - */ -#define XPM_EVENT_INSTRSTALL 0x60U - -/* - * Data cache dependent stall cycles. Counts the number of cycles where the core - * has some instructions that it cannot issue to any pipeline, and the Load - * Store unit has at least one pending linefill request, and no pending - */ -#define XPM_EVENT_DATASTALL 0x61U - -/* - * Main TLB miss stall cycles. Counts the number of cycles where the processor - * is stalled waiting for the completion of translation table walks from the - * main TLB. The processor stalls can be due to the instruction side not being - * able to provide the instructions, or to the data side not being able to - * provide the necessary data, due to them waiting for the main TLB translation - * table walk to complete - */ -#define XPM_EVENT_MAINTLBSTALL 0x62U - -/* - * Counts the number of STREX instructions architecturally executed and - * passed - */ -#define XPM_EVENT_STREXPASS 0x63U - -/* - * Counts the number of STREX instructions architecturally executed and - * failed - */ -#define XPM_EVENT_STREXFAIL 0x64U - -/* - * Data eviction. Counts the number of eviction requests due to a linefill in - * the data cache - */ -#define XPM_EVENT_DATAEVICT 0x65U - -/* - * Counts the number of cycles where the issue stage does not dispatch any - * instruction because it is empty or cannot dispatch any instructions - */ -#define XPM_EVENT_NODISPATCH 0x66U - -/* - * Counts the number of cycles where the issue stage is empty - */ -#define XPM_EVENT_ISSUEEMPTY 0x67U - -/* - * Counts the number of instructions going through the Register Renaming stage. - * This number is an approximate number of the total number of instructions - * speculatively executed, and even more approximate of the total number of - * instructions architecturally executed. The approximation depends mainly on - * the branch misprediction rate. - * The renaming stage can handle two instructions in the same cycle so the event - * is two bits long: - * - b00 no instructions renamed - * - b01 one instruction renamed - * - b10 two instructions renamed - */ -#define XPM_EVENT_INSTRRENAME 0x68U - -/* - * Counts the number of procedure returns whose condition codes do not fail, - * excluding all returns from exception. This count includes procedure returns - * which are flushed due to a previous load/store which aborts late. - * Only the following instructions are reported: - * - BX R14 - * - MOV PC LR - * - POP {..,pc} - * - LDR pc,[sp],#offset - * The following instructions are not reported: - * - LDMIA R9!,{..,PC} (ThumbEE state only) - * - LDR PC,[R9],#offset (ThumbEE state only) - * - BX R0 (Rm != R14) - * - MOV PC,R0 (Rm != R14) - * - LDM SP,{...,PC} (writeback not specified) - * - LDR PC,[SP,#offset] (wrong addressing mode) - */ -#define XPM_EVENT_PREDICTFUNCRET 0x6EU - -/* - * Counts the number of instructions being executed in the main execution - * pipeline of the processor, the multiply pipeline and arithmetic logic unit - * pipeline. The counted instructions are still speculative - */ -#define XPM_EVENT_MAINEXEC 0x70U - -/* - * Counts the number of instructions being executed in the processor second - * execution pipeline (ALU). The counted instructions are still speculative - */ -#define XPM_EVENT_SECEXEC 0x71U - -/* - * Counts the number of instructions being executed in the Load/Store unit. The - * counted instructions are still speculative - */ -#define XPM_EVENT_LDRSTR 0x72U - -/* - * Counts the number of Floating-point instructions going through the Register - * Rename stage. Instructions are still speculative in this stage. - *Two floating-point instructions can be renamed in the same cycle so the event - * is two bitslong: - *0b00 no floating-point instruction renamed - *0b01 one floating-point instruction renamed - *0b10 two floating-point instructions renamed - */ -#define XPM_EVENT_FLOATRENAME 0x73U - -/* - * Counts the number of Neon instructions going through the Register Rename - * stage.Instructions are still speculative in this stage. - * Two NEON instructions can be renamed in the same cycle so the event is two - * bits long: - *0b00 no NEON instruction renamed - *0b01 one NEON instruction renamed - *0b10 two NEON instructions renamed - */ -#define XPM_EVENT_NEONRENAME 0x74U - -/* - * Counts the number of cycles where the processor is stalled because PLD slots - * are all full - */ -#define XPM_EVENT_PLDSTALL 0x80U - -/* - * Counts the number of cycles when the processor is stalled and the data side - * is stalled too because it is full and executing writes to the external - * memory - */ -#define XPM_EVENT_WRITESTALL 0x81U - -/* - * Counts the number of stall cycles due to main TLB misses on requests issued - * by the instruction side - */ -#define XPM_EVENT_INSTRTLBSTALL 0x82U - -/* - * Counts the number of stall cycles due to main TLB misses on requests issued - * by the data side - */ -#define XPM_EVENT_DATATLBSTALL 0x83U - -/* - * Counts the number of stall cycles due to micro TLB misses on the instruction - * side. This event does not include main TLB miss stall cycles that are already - * counted in the corresponding main TLB event - */ -#define XPM_EVENT_INSTR_uTLBSTALL 0x84U - -/* - * Counts the number of stall cycles due to micro TLB misses on the data side. - * This event does not include main TLB miss stall cycles that are already - * counted in the corresponding main TLB event - */ -#define XPM_EVENT_DATA_uTLBSTALL 0x85U - -/* - * Counts the number of stall cycles because of the execution of a DMB memory - * barrier. This includes all DMB instructions being executed, even - * speculatively - */ -#define XPM_EVENT_DMB_STALL 0x86U - -/* - * Counts the number of cycles during which the integer core clock is enabled - */ -#define XPM_EVENT_INT_CLKEN 0x8AU - -/* - * Counts the number of cycles during which the Data Engine clock is enabled - */ -#define XPM_EVENT_DE_CLKEN 0x8BU - -/* - * Counts the number of ISB instructions architecturally executed - */ -#define XPM_EVENT_INSTRISB 0x90U - -/* - * Counts the number of DSB instructions architecturally executed - */ -#define XPM_EVENT_INSTRDSB 0x91U - -/* - * Counts the number of DMB instructions speculatively executed - */ -#define XPM_EVENT_INSTRDMB 0x92U - -/* - * Counts the number of external interrupts executed by the processor - */ -#define XPM_EVENT_EXTINT 0x93U - -/* - * PLE cache line request completed - */ -#define XPM_EVENT_PLE_LRC 0xA0U - -/* - * PLE cache line request skipped - */ -#define XPM_EVENT_PLE_LRS 0xA1U - -/* - * PLE FIFO flush - */ -#define XPM_EVENT_PLE_FLUSH 0xA2U - -/* - * PLE request complete - */ -#define XPM_EVENT_PLE_CMPL 0xA3U - -/* - * PLE FIFO overflow - */ -#define XPM_EVENT_PLE_OVFL 0xA4U - -/* - * PLE request programmed - */ -#define XPM_EVENT_PLE_PROG 0xA5U - -/* - * The following constants define the configurations for Cortex-A9 Performance - * Monitor Events. Each configuration configures the event counters for a set - * of events. - * ----------------------------------------------- - * Config PmCtr0... PmCtr5 - * ----------------------------------------------- - * XPM_CNTRCFG1 { XPM_EVENT_SOFTINCR, - * XPM_EVENT_INSRFETCH_CACHEREFILL, - * XPM_EVENT_INSTRFECT_TLBREFILL, - * XPM_EVENT_DATA_CACHEREFILL, - * XPM_EVENT_DATA_CACHEACCESS, - * XPM_EVENT_DATA_TLBREFILL } - * - * XPM_CNTRCFG2 { XPM_EVENT_DATA_READS, - * XPM_EVENT_DATA_WRITE, - * XPM_EVENT_EXCEPTION, - * XPM_EVENT_EXCEPRETURN, - * XPM_EVENT_CHANGECONTEXT, - * XPM_EVENT_SW_CHANGEPC } - * - * XPM_CNTRCFG3 { XPM_EVENT_IMMEDBRANCH, - * XPM_EVENT_UNALIGNEDACCESS, - * XPM_EVENT_BRANCHMISS, - * XPM_EVENT_CLOCKCYCLES, - * XPM_EVENT_BRANCHPREDICT, - * XPM_EVENT_JAVABYTECODE } - * - * XPM_CNTRCFG4 { XPM_EVENT_SWJAVABYTECODE, - * XPM_EVENT_JAVABACKBRANCH, - * XPM_EVENT_COHERLINEMISS, - * XPM_EVENT_COHERLINEHIT, - * XPM_EVENT_INSTRSTALL, - * XPM_EVENT_DATASTALL } - * - * XPM_CNTRCFG5 { XPM_EVENT_MAINTLBSTALL, - * XPM_EVENT_STREXPASS, - * XPM_EVENT_STREXFAIL, - * XPM_EVENT_DATAEVICT, - * XPM_EVENT_NODISPATCH, - * XPM_EVENT_ISSUEEMPTY } - * - * XPM_CNTRCFG6 { XPM_EVENT_INSTRRENAME, - * XPM_EVENT_PREDICTFUNCRET, - * XPM_EVENT_MAINEXEC, - * XPM_EVENT_SECEXEC, - * XPM_EVENT_LDRSTR, - * XPM_EVENT_FLOATRENAME } - * - * XPM_CNTRCFG7 { XPM_EVENT_NEONRENAME, - * XPM_EVENT_PLDSTALL, - * XPM_EVENT_WRITESTALL, - * XPM_EVENT_INSTRTLBSTALL, - * XPM_EVENT_DATATLBSTALL, - * XPM_EVENT_INSTR_uTLBSTALL } - * - * XPM_CNTRCFG8 { XPM_EVENT_DATA_uTLBSTALL, - * XPM_EVENT_DMB_STALL, - * XPM_EVENT_INT_CLKEN, - * XPM_EVENT_DE_CLKEN, - * XPM_EVENT_INSTRISB, - * XPM_EVENT_INSTRDSB } - * - * XPM_CNTRCFG9 { XPM_EVENT_INSTRDMB, - * XPM_EVENT_EXTINT, - * XPM_EVENT_PLE_LRC, - * XPM_EVENT_PLE_LRS, - * XPM_EVENT_PLE_FLUSH, - * XPM_EVENT_PLE_CMPL } - * - * XPM_CNTRCFG10 { XPM_EVENT_PLE_OVFL, - * XPM_EVENT_PLE_PROG, - * XPM_EVENT_PLE_LRC, - * XPM_EVENT_PLE_LRS, - * XPM_EVENT_PLE_FLUSH, - * XPM_EVENT_PLE_CMPL } - * - * XPM_CNTRCFG11 { XPM_EVENT_DATASTALL, - * XPM_EVENT_INSRFETCH_CACHEREFILL, - * XPM_EVENT_INSTRFECT_TLBREFILL, - * XPM_EVENT_DATA_CACHEREFILL, - * XPM_EVENT_DATA_CACHEACCESS, - * XPM_EVENT_DATA_TLBREFILL } - */ -#define XPM_CNTRCFG1 0 -#define XPM_CNTRCFG2 1 -#define XPM_CNTRCFG3 2 -#define XPM_CNTRCFG4 3 -#define XPM_CNTRCFG5 4 -#define XPM_CNTRCFG6 5 -#define XPM_CNTRCFG7 6 -#define XPM_CNTRCFG8 7 -#define XPM_CNTRCFG9 8 -#define XPM_CNTRCFG10 9 -#define XPM_CNTRCFG11 10 - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes *****************************/ - -/* Interface functions to access performance counters from abstraction layer */ -void Xpm_SetEvents(s32 PmcrCfg); -void Xpm_GetEventCounters(u32 *PmCtrValue); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_event_counter_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xpseudo_asm.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xpseudo_asm.h deleted file mode 100644 index 6d07851..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xpseudo_asm.h +++ /dev/null @@ -1,60 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm.h -* -* @addtogroup a9_specific Cortex A9 Processor Specific Include Files -* -* The xpseudo_asm.h includes xreg_cortexa9.h and xpseudo_asm_gcc.h. -* -* The xreg_cortexa9.h file contains definitions for inline assembler code. -* It provides inline definitions for Cortex A9 GPRs, SPRs, MPE registers, -* co-processor registers and Debug registers. -* -* The xpseudo_asm_gcc.h contains the definitions for the most often used inline -* assembler instructions, available as macros. These can be very useful for -* tasks such as setting or getting special purpose registers, synchronization, -* or cache manipulation etc. These inline assembler instructions can be used -* from drivers and user applications written in C. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  10/18/09 First release
-* 3.04a sdm  01/02/12 Remove redundant dsb in mcr instruction.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ -#ifndef XPSEUDO_ASM_H -#define XPSEUDO_ASM_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xreg_cortexa9.h" -#ifdef __GNUC__ - #include "xpseudo_asm_gcc.h" -#elif defined (__ICCARM__) - #include "xpseudo_asm_iccarm.h" -#else - #include "xpseudo_asm_rvct.h" -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XPSEUDO_ASM_H */ -/** -* @} End of "addtogroup a9_specific". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h deleted file mode 100644 index d986349..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h +++ /dev/null @@ -1,240 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_gcc.h -* -* This header file contains macros for using inline assembler code. It is -* written specifically for the GNU compiler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp		 05/21/14 First release
-* 6.0   mus      07/27/16 Consolidated file for a53,a9 and r5 processors
-* 7.2   asa      04/03/20 Renamed the str macro to strw.
-* 7.2   dp       04/30/20 Added clobber "cc" to mtcpsr for aarch32 processors
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_GCC_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_GCC_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - -#if defined (__aarch64__) -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - asm volatile("mrs %0, DAIF" : "=r" (rval));\ - rval;\ - }) - -#define mtcpsr(v) __asm__ __volatile__ ("msr DAIF, %0" : : "r" (v)) - -#define cpsiei() //__asm__ __volatile__("cpsie i\n") -#define cpsidi() //__asm__ __volatile__("cpsid i\n") - -#define cpsief() //__asm__ __volatile__("cpsie f\n") -#define cpsidf() //__asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) /*__asm__ __volatile__(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - )*/ - -#define mfgpr(rn) /*({u32 rval; \ - __asm__ __volatile__(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - })*/ - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb sy") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__("dsb sy") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__("dmb sy") - - -/* Memory Operations */ -#define ldr(adr) ({u64 rval; \ - __asm__ __volatile__(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define mfelrel3() ({u64 rval = 0U; \ - asm volatile("mrs %0, ELR_EL3" : "=r" (rval));\ - rval;\ - }) - -#define mtelrel3(v) __asm__ __volatile__ ("msr ELR_EL3, %0" : : "r" (v)) - -#else - -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrs %0, cpsr\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -#define mtcpsr(v) __asm__ __volatile__(\ - "msr cpsr,%0\n"\ - : : "r" (v) : "cc" \ - ) - -#define cpsiei() __asm__ __volatile__("cpsie i\n") -#define cpsidi() __asm__ __volatile__("cpsid i\n") - -#define cpsief() __asm__ __volatile__("cpsie f\n") -#define cpsidf() __asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) __asm__ __volatile__(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - ) - -#define mfgpr(rn) ({u32 rval; \ - __asm__ __volatile__(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb" : : : "memory") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__ ("dsb" : : : "memory") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__ ("dmb" : : : "memory") - - -/* Memory Operations */ -#define ldr(adr) ({u32 rval; \ - __asm__ __volatile__(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#endif - -#define ldrb(adr) ({u8 rval; \ - __asm__ __volatile__(\ - "ldrb %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define strw(adr, val) __asm__ __volatile__(\ - "str %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -#define strb(adr, val) __asm__ __volatile__(\ - "strb %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -/* Count leading zeroes (clz) */ -#define clz(arg) ({u8 rval; \ - __asm__ __volatile__(\ - "clz %0,%1"\ - : "=r" (rval) : "r" (arg)\ - );\ - rval;\ - }) - -#if defined (__aarch64__) -#define mtcpdc(reg,val) __asm__ __volatile__("dc " #reg ",%0" : : "r" (val)) -#define mtcpic(reg,val) __asm__ __volatile__("ic " #reg ",%0" : : "r" (val)) - -#define mtcpicall(reg) __asm__ __volatile__("ic " #reg) -#define mtcptlbi(reg) __asm__ __volatile__("tlbi " #reg) -#define mtcpat(reg,val) __asm__ __volatile__("at " #reg ",%0" : : "r" (val)) -/* CP15 operations */ -#define mfcp(reg) ({u64 rval = 0U;\ - __asm__ __volatile__("mrs %0, " #reg : "=r" (rval));\ - rval;\ - }) - -#define mtcp(reg,val) __asm__ __volatile__("msr " #reg ",%0" : : "r" (val)) - -#else -/* CP15 operations */ -#define mtcp(rn, v) __asm__ __volatile__(\ - "mcr " rn "\n"\ - : : "r" (v)\ - ); - -#define mfcp(rn) ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrc " rn "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) -#endif - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -/** - *@endcond - */ - -#endif /* XPSEUDO_ASM_GCC_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xreg_cortexa9.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xreg_cortexa9.h deleted file mode 100644 index 2a4fff2..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xreg_cortexa9.h +++ /dev/null @@ -1,573 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xreg_cortexa9.h -* -* This header file contains definitions for using inline assembler code. It is -* written specifically for the GNU, ARMCC compiler. -* -* All of the ARM Cortex A9 GPRs, SPRs, and Debug Registers are defined along -* with the positions of the bits within the registers. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  10/20/09 First release
-* 
-* -******************************************************************************/ -#ifndef XREG_CORTEXA9_H -#define XREG_CORTEXA9_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/** - *@cond nocomments - */ - -/* GPRs */ -#define XREG_GPR0 r0 -#define XREG_GPR1 r1 -#define XREG_GPR2 r2 -#define XREG_GPR3 r3 -#define XREG_GPR4 r4 -#define XREG_GPR5 r5 -#define XREG_GPR6 r6 -#define XREG_GPR7 r7 -#define XREG_GPR8 r8 -#define XREG_GPR9 r9 -#define XREG_GPR10 r10 -#define XREG_GPR11 r11 -#define XREG_GPR12 r12 -#define XREG_GPR13 r13 -#define XREG_GPR14 r14 -#define XREG_GPR15 r15 -#define XREG_CPSR cpsr - -/* Coprocessor number defines */ -#define XREG_CP0 0 -#define XREG_CP1 1 -#define XREG_CP2 2 -#define XREG_CP3 3 -#define XREG_CP4 4 -#define XREG_CP5 5 -#define XREG_CP6 6 -#define XREG_CP7 7 -#define XREG_CP8 8 -#define XREG_CP9 9 -#define XREG_CP10 10 -#define XREG_CP11 11 -#define XREG_CP12 12 -#define XREG_CP13 13 -#define XREG_CP14 14 -#define XREG_CP15 15 - -/* Coprocessor control register defines */ -#define XREG_CR0 cr0 -#define XREG_CR1 cr1 -#define XREG_CR2 cr2 -#define XREG_CR3 cr3 -#define XREG_CR4 cr4 -#define XREG_CR5 cr5 -#define XREG_CR6 cr6 -#define XREG_CR7 cr7 -#define XREG_CR8 cr8 -#define XREG_CR9 cr9 -#define XREG_CR10 cr10 -#define XREG_CR11 cr11 -#define XREG_CR12 cr12 -#define XREG_CR13 cr13 -#define XREG_CR14 cr14 -#define XREG_CR15 cr15 - -/* Current Processor Status Register (CPSR) Bits */ -#define XREG_CPSR_THUMB_MODE 0x20 -#define XREG_CPSR_MODE_BITS 0x1F -#define XREG_CPSR_SYSTEM_MODE 0x1F -#define XREG_CPSR_UNDEFINED_MODE 0x1B -#define XREG_CPSR_DATA_ABORT_MODE 0x17 -#define XREG_CPSR_SVC_MODE 0x13 -#define XREG_CPSR_IRQ_MODE 0x12 -#define XREG_CPSR_FIQ_MODE 0x11 -#define XREG_CPSR_USER_MODE 0x10 - -#define XREG_CPSR_IRQ_ENABLE 0x80 -#define XREG_CPSR_FIQ_ENABLE 0x40 - -#define XREG_CPSR_N_BIT 0x80000000 -#define XREG_CPSR_Z_BIT 0x40000000 -#define XREG_CPSR_C_BIT 0x20000000 -#define XREG_CPSR_V_BIT 0x10000000 - - -/* CP15 defines */ -#if defined (__GNUC__) || defined (__ICCARM__) -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "p15, 0, %0, c0, c0, 0" -#define XREG_CP15_CACHE_TYPE "p15, 0, %0, c0, c0, 1" -#define XREG_CP15_TCM_TYPE "p15, 0, %0, c0, c0, 2" -#define XREG_CP15_TLB_TYPE "p15, 0, %0, c0, c0, 3" -#define XREG_CP15_MULTI_PROC_AFFINITY "p15, 0, %0, c0, c0, 5" - -#define XREG_CP15_PROC_FEATURE_0 "p15, 0, %0, c0, c1, 0" -#define XREG_CP15_PROC_FEATURE_1 "p15, 0, %0, c0, c1, 1" -#define XREG_CP15_DEBUG_FEATURE_0 "p15, 0, %0, c0, c1, 2" -#define XREG_CP15_MEMORY_FEATURE_0 "p15, 0, %0, c0, c1, 4" -#define XREG_CP15_MEMORY_FEATURE_1 "p15, 0, %0, c0, c1, 5" -#define XREG_CP15_MEMORY_FEATURE_2 "p15, 0, %0, c0, c1, 6" -#define XREG_CP15_MEMORY_FEATURE_3 "p15, 0, %0, c0, c1, 7" - -#define XREG_CP15_INST_FEATURE_0 "p15, 0, %0, c0, c2, 0" -#define XREG_CP15_INST_FEATURE_1 "p15, 0, %0, c0, c2, 1" -#define XREG_CP15_INST_FEATURE_2 "p15, 0, %0, c0, c2, 2" -#define XREG_CP15_INST_FEATURE_3 "p15, 0, %0, c0, c2, 3" -#define XREG_CP15_INST_FEATURE_4 "p15, 0, %0, c0, c2, 4" - -#define XREG_CP15_CACHE_SIZE_ID "p15, 1, %0, c0, c0, 0" -#define XREG_CP15_CACHE_LEVEL_ID "p15, 1, %0, c0, c0, 1" -#define XREG_CP15_AUXILARY_ID "p15, 1, %0, c0, c0, 7" - -#define XREG_CP15_CACHE_SIZE_SEL "p15, 2, %0, c0, c0, 0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "p15, 0, %0, c1, c0, 0" -#define XREG_CP15_AUX_CONTROL "p15, 0, %0, c1, c0, 1" -#define XREG_CP15_CP_ACCESS_CONTROL "p15, 0, %0, c1, c0, 2" - -#define XREG_CP15_SECURE_CONFIG "p15, 0, %0, c1, c1, 0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "p15, 0, %0, c1, c1, 1" -#define XREG_CP15_NS_ACCESS_CONTROL "p15, 0, %0, c1, c1, 2" -#define XREG_CP15_VIRTUAL_CONTROL "p15, 0, %0, c1, c1, 3" - -#else /* RVCT */ -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "cp15:0:c0:c0:0" -#define XREG_CP15_CACHE_TYPE "cp15:0:c0:c0:1" -#define XREG_CP15_TCM_TYPE "cp15:0:c0:c0:2" -#define XREG_CP15_TLB_TYPE "cp15:0:c0:c0:3" -#define XREG_CP15_MULTI_PROC_AFFINITY "cp15:0:c0:c0:5" - -#define XREG_CP15_PROC_FEATURE_0 "cp15:0:c0:c1:0" -#define XREG_CP15_PROC_FEATURE_1 "cp15:0:c0:c1:1" -#define XREG_CP15_DEBUG_FEATURE_0 "cp15:0:c0:c1:2" -#define XREG_CP15_MEMORY_FEATURE_0 "cp15:0:c0:c1:4" -#define XREG_CP15_MEMORY_FEATURE_1 "cp15:0:c0:c1:5" -#define XREG_CP15_MEMORY_FEATURE_2 "cp15:0:c0:c1:6" -#define XREG_CP15_MEMORY_FEATURE_3 "cp15:0:c0:c1:7" - -#define XREG_CP15_INST_FEATURE_0 "cp15:0:c0:c2:0" -#define XREG_CP15_INST_FEATURE_1 "cp15:0:c0:c2:1" -#define XREG_CP15_INST_FEATURE_2 "cp15:0:c0:c2:2" -#define XREG_CP15_INST_FEATURE_3 "cp15:0:c0:c2:3" -#define XREG_CP15_INST_FEATURE_4 "cp15:0:c0:c2:4" - -#define XREG_CP15_CACHE_SIZE_ID "cp15:1:c0:c0:0" -#define XREG_CP15_CACHE_LEVEL_ID "cp15:1:c0:c0:1" -#define XREG_CP15_AUXILARY_ID "cp15:1:c0:c0:7" - -#define XREG_CP15_CACHE_SIZE_SEL "cp15:2:c0:c0:0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "cp15:0:c1:c0:0" -#define XREG_CP15_AUX_CONTROL "cp15:0:c1:c0:1" -#define XREG_CP15_CP_ACCESS_CONTROL "cp15:0:c1:c0:2" - -#define XREG_CP15_SECURE_CONFIG "cp15:0:c1:c1:0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "cp15:0:c1:c1:1" -#define XREG_CP15_NS_ACCESS_CONTROL "cp15:0:c1:c1:2" -#define XREG_CP15_VIRTUAL_CONTROL "cp15:0:c1:c1:3" -#endif - -/* XREG_CP15_CONTROL bit defines */ -#define XREG_CP15_CONTROL_TE_BIT 0x40000000U -#define XREG_CP15_CONTROL_AFE_BIT 0x20000000U -#define XREG_CP15_CONTROL_TRE_BIT 0x10000000U -#define XREG_CP15_CONTROL_NMFI_BIT 0x08000000U -#define XREG_CP15_CONTROL_EE_BIT 0x02000000U -#define XREG_CP15_CONTROL_HA_BIT 0x00020000U -#define XREG_CP15_CONTROL_RR_BIT 0x00004000U -#define XREG_CP15_CONTROL_V_BIT 0x00002000U -#define XREG_CP15_CONTROL_I_BIT 0x00001000U -#define XREG_CP15_CONTROL_Z_BIT 0x00000800U -#define XREG_CP15_CONTROL_SW_BIT 0x00000400U -#define XREG_CP15_CONTROL_B_BIT 0x00000080U -#define XREG_CP15_CONTROL_C_BIT 0x00000004U -#define XREG_CP15_CONTROL_A_BIT 0x00000002U -#define XREG_CP15_CONTROL_M_BIT 0x00000001U - -#if defined (__GNUC__) || defined (__ICCARM__) -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "p15, 0, %0, c2, c0, 0" -#define XREG_CP15_TTBR1 "p15, 0, %0, c2, c0, 1" -#define XREG_CP15_TTB_CONTROL "p15, 0, %0, c2, c0, 2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "p15, 0, %0, c3, c0, 0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "p15, 0, %0, c5, c0, 0" -#define XREG_CP15_INST_FAULT_STATUS "p15, 0, %0, c5, c0, 1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "p15, 0, %0, c5, c1, 0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "p15, 0, %0, c5, c1, 1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "p15, 0, %0, c6, c0, 0" -#define XREG_CP15_INST_FAULT_ADDRESS "p15, 0, %0, c6, c0, 2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "p15, 0, %0, c7, c0, 4" - -#define XREG_CP15_INVAL_IC_POU_IS "p15, 0, %0, c7, c1, 0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "p15, 0, %0, c7, c1, 6" - -#define XREG_CP15_PHYS_ADDR "p15, 0, %0, c7, c4, 0" - -#define XREG_CP15_INVAL_IC_POU "p15, 0, %0, c7, c5, 0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "p15, 0, %0, c7, c5, 1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A9. - */ -#define XREG_CP15_INST_SYNC_BARRIER "p15, 0, %0, c7, c5, 4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "p15, 0, %0, c7, c5, 6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c6, 1" -#define XREG_CP15_INVAL_DC_LINE_SW "p15, 0, %0, c7, c6, 2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "p15, 0, %0, c7, c8, 0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "p15, 0, %0, c7, c8, 1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "p15, 0, %0, c7, c8, 2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "p15, 0, %0, c7, c8, 3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "p15, 0, %0, c7, c8, 4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "p15, 0, %0, c7, c8, 5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "p15, 0, %0, c7, c8, 6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "p15, 0, %0, c7, c8, 7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "p15, 0, %0, c7, c10, 1" -#define XREG_CP15_CLEAN_DC_LINE_SW "p15, 0, %0, c7, c10, 2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A9. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "p15, 0, %0, c7, c10, 4" -#define XREG_CP15_DATA_MEMORY_BARRIER "p15, 0, %0, c7, c10, 5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "p15, 0, %0, c7, c11, 1" - -#define XREG_CP15_NOP2 "p15, 0, %0, c7, c13, 1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c14, 1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "p15, 0, %0, c7, c14, 2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "p15, 0, %0, c8, c3, 0" -#define XREG_CP15_INVAL_TLB_MVA_IS "p15, 0, %0, c8, c3, 1" -#define XREG_CP15_INVAL_TLB_ASID_IS "p15, 0, %0, c8, c3, 2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "p15, 0, %0, c8, c3, 3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "p15, 0, %0, c8, c5, 0" -#define XREG_CP15_INVAL_ITLB_MVA "p15, 0, %0, c8, c5, 1" -#define XREG_CP15_INVAL_ITLB_ASID "p15, 0, %0, c8, c5, 2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "p15, 0, %0, c8, c6, 0" -#define XREG_CP15_INVAL_DTLB_MVA "p15, 0, %0, c8, c6, 1" -#define XREG_CP15_INVAL_DTLB_ASID "p15, 0, %0, c8, c6, 2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "p15, 0, %0, c8, c7, 0" -#define XREG_CP15_INVAL_UTLB_MVA "p15, 0, %0, c8, c7, 1" -#define XREG_CP15_INVAL_UTLB_ASID "p15, 0, %0, c8, c7, 2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "p15, 0, %0, c8, c7, 3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "p15, 0, %0, c9, c12, 0" -#define XREG_CP15_COUNT_ENABLE_SET "p15, 0, %0, c9, c12, 1" -#define XREG_CP15_COUNT_ENABLE_CLR "p15, 0, %0, c9, c12, 2" -#define XREG_CP15_V_FLAG_STATUS "p15, 0, %0, c9, c12, 3" -#define XREG_CP15_SW_INC "p15, 0, %0, c9, c12, 4" -#define XREG_CP15_EVENT_CNTR_SEL "p15, 0, %0, c9, c12, 5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "p15, 0, %0, c9, c13, 0" -#define XREG_CP15_EVENT_TYPE_SEL "p15, 0, %0, c9, c13, 1" -#define XREG_CP15_PERF_MONITOR_COUNT "p15, 0, %0, c9, c13, 2" - -#define XREG_CP15_USER_ENABLE "p15, 0, %0, c9, c14, 0" -#define XREG_CP15_INTR_ENABLE_SET "p15, 0, %0, c9, c14, 1" -#define XREG_CP15_INTR_ENABLE_CLR "p15, 0, %0, c9, c14, 2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "p15, 0, %0, c10, c0, 0" - -#define XREG_CP15_PRI_MEM_REMAP "p15, 0, %0, c10, c2, 0" -#define XREG_CP15_NORM_MEM_REMAP "p15, 0, %0, c10, c2, 1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 1" - -#define XREG_CP15_INTERRUPT_STATUS "p15, 0, %0, c12, c1, 0" -#define XREG_CP15_VIRTUALIZATION_INTR "p15, 0, %0, c12, c1, 1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "p15, 0, %0, c13, c0, 1" -#define USER_RW_THREAD_PID "p15, 0, %0, c13, c0, 2" -#define USER_RO_THREAD_PID "p15, 0, %0, c13, c0, 3" -#define USER_PRIV_THREAD_PID "p15, 0, %0, c13, c0, 4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "p15, 0, %0, c15, c0, 0" -#define XREG_CP15_CONFIG_BASE_ADDR "p15, 4, %0, c15, c0, 0" - -#define XREG_CP15_READ_TLB_ENTRY "p15, 5, %0, c15, c4, 2" -#define XREG_CP15_WRITE_TLB_ENTRY "p15, 5, %0, c15, c4, 4" - -#define XREG_CP15_MAIN_TLB_VA "p15, 5, %0, c15, c5, 2" - -#define XREG_CP15_MAIN_TLB_PA "p15, 5, %0, c15, c6, 2" - -#define XREG_CP15_MAIN_TLB_ATTR "p15, 5, %0, c15, c7, 2" - -#else -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "cp15:0:c2:c0:0" -#define XREG_CP15_TTBR1 "cp15:0:c2:c0:1" -#define XREG_CP15_TTB_CONTROL "cp15:0:c2:c0:2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "cp15:0:c3:c0:0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "cp15:0:c5:c0:0" -#define XREG_CP15_INST_FAULT_STATUS "cp15:0:c5:c0:1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "cp15:0:c5:c1:0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "cp15:0:c5:c1:1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "cp15:0:c6:c0:0" -#define XREG_CP15_INST_FAULT_ADDRESS "cp15:0:c6:c0:2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "cp15:0:c7:c0:4" - -#define XREG_CP15_INVAL_IC_POU_IS "cp15:0:c7:c1:0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "cp15:0:c7:c1:6" - -#define XREG_CP15_PHYS_ADDR "cp15:0:c7:c4:0" - -#define XREG_CP15_INVAL_IC_POU "cp15:0:c7:c5:0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "cp15:0:c7:c5:1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A9. - */ -#define XREG_CP15_INST_SYNC_BARRIER "cp15:0:c7:c5:4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "cp15:0:c7:c5:6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "cp15:0:c7:c6:1" -#define XREG_CP15_INVAL_DC_LINE_SW "cp15:0:c7:c6:2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "cp15:0:c7:c8:0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "cp15:0:c7:c8:1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "cp15:0:c7:c8:2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "cp15:0:c7:c8:3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "cp15:0:c7:c8:4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "cp15:0:c7:c8:5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "cp15:0:c7:c8:6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "cp15:0:c7:c8:7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "cp15:0:c7:c10:1" -#define XREG_CP15_CLEAN_DC_LINE_SW "cp15:0:c7:c10:2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A9. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "cp15:0:c7:c10:4" -#define XREG_CP15_DATA_MEMORY_BARRIER "cp15:0:c7:c10:5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "cp15:0:c7:c11:1" - -#define XREG_CP15_NOP2 "cp15:0:c7:c13:1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "cp15:0:c7:c14:1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "cp15:0:c7:c14:2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "cp15:0:c8:c3:0" -#define XREG_CP15_INVAL_TLB_MVA_IS "cp15:0:c8:c3:1" -#define XREG_CP15_INVAL_TLB_ASID_IS "cp15:0:c8:c3:2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "cp15:0:c8:c3:3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "cp15:0:c8:c5:0" -#define XREG_CP15_INVAL_ITLB_MVA "cp15:0:c8:c5:1" -#define XREG_CP15_INVAL_ITLB_ASID "cp15:0:c8:c5:2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "cp15:0:c8:c6:0" -#define XREG_CP15_INVAL_DTLB_MVA "cp15:0:c8:c6:1" -#define XREG_CP15_INVAL_DTLB_ASID "cp15:0:c8:c6:2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "cp15:0:c8:c7:0" -#define XREG_CP15_INVAL_UTLB_MVA "cp15:0:c8:c7:1" -#define XREG_CP15_INVAL_UTLB_ASID "cp15:0:c8:c7:2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "cp15:0:c8:c7:3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "cp15:0:c9:c12:0" -#define XREG_CP15_COUNT_ENABLE_SET "cp15:0:c9:c12:1" -#define XREG_CP15_COUNT_ENABLE_CLR "cp15:0:c9:c12:2" -#define XREG_CP15_V_FLAG_STATUS "cp15:0:c9:c12:3" -#define XREG_CP15_SW_INC "cp15:0:c9:c12:4" -#define XREG_CP15_EVENT_CNTR_SEL "cp15:0:c9:c12:5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "cp15:0:c9:c13:0" -#define XREG_CP15_EVENT_TYPE_SEL "cp15:0:c9:c13:1" -#define XREG_CP15_PERF_MONITOR_COUNT "cp15:0:c9:c13:2" - -#define XREG_CP15_USER_ENABLE "cp15:0:c9:c14:0" -#define XREG_CP15_INTR_ENABLE_SET "cp15:0:c9:c14:1" -#define XREG_CP15_INTR_ENABLE_CLR "cp15:0:c9:c14:2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "cp15:0:c10:c0:0" - -#define XREG_CP15_PRI_MEM_REMAP "cp15:0:c10:c2:0" -#define XREG_CP15_NORM_MEM_REMAP "cp15:0:c10:c2:1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "cp15:0:c12:c0:0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "cp15:0:c12:c0:1" - -#define XREG_CP15_INTERRUPT_STATUS "cp15:0:c12:c1:0" -#define XREG_CP15_VIRTUALIZATION_INTR "cp15:0:c12:c1:1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "cp15:0:c13:c0:1" -#define USER_RW_THREAD_PID "cp15:0:c13:c0:2" -#define USER_RO_THREAD_PID "cp15:0:c13:c0:3" -#define USER_PRIV_THREAD_PID "cp15:0:c13:c0:4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "cp15:0:c15:c0:0" -#define XREG_CP15_CONFIG_BASE_ADDR "cp15:4:c15:c0:0" - -#define XREG_CP15_READ_TLB_ENTRY "cp15:5:c15:c4:2" -#define XREG_CP15_WRITE_TLB_ENTRY "cp15:5:c15:c4:4" - -#define XREG_CP15_MAIN_TLB_VA "cp15:5:c15:c5:2" - -#define XREG_CP15_MAIN_TLB_PA "cp15:5:c15:c6:2" - -#define XREG_CP15_MAIN_TLB_ATTR "cp15:5:c15:c7:2" -#endif - - -/* MPE register definitions */ -#define XREG_FPSID c0 -#define XREG_FPSCR c1 -#define XREG_MVFR1 c6 -#define XREG_MVFR0 c7 -#define XREG_FPEXC c8 -#define XREG_FPINST c9 -#define XREG_FPINST2 c10 - -/* FPSID bits */ -#define XREG_FPSID_IMPLEMENTER_BIT (24) -#define XREG_FPSID_IMPLEMENTER_MASK (0xFF << FPSID_IMPLEMENTER_BIT) -#define XREG_FPSID_SOFTWARE (1<<23) -#define XREG_FPSID_ARCH_BIT (16) -#define XREG_FPSID_ARCH_MASK (0xF << FPSID_ARCH_BIT) -#define XREG_FPSID_PART_BIT (8) -#define XREG_FPSID_PART_MASK (0xFF << FPSID_PART_BIT) -#define XREG_FPSID_VARIANT_BIT (4) -#define XREG_FPSID_VARIANT_MASK (0xF << FPSID_VARIANT_BIT) -#define XREG_FPSID_REV_BIT (0) -#define XREG_FPSID_REV_MASK (0xF << FPSID_REV_BIT) - -/* FPSCR bits */ -#define XREG_FPSCR_N_BIT (1 << 31) -#define XREG_FPSCR_Z_BIT (1 << 30) -#define XREG_FPSCR_C_BIT (1 << 29) -#define XREG_FPSCR_V_BIT (1 << 28) -#define XREG_FPSCR_QC (1 << 27) -#define XREG_FPSCR_AHP (1 << 26) -#define XREG_FPSCR_DEFAULT_NAN (1 << 25) -#define XREG_FPSCR_FLUSHTOZERO (1 << 24) -#define XREG_FPSCR_ROUND_NEAREST (0 << 22) -#define XREG_FPSCR_ROUND_PLUSINF (1 << 22) -#define XREG_FPSCR_ROUND_MINUSINF (2 << 22) -#define XREG_FPSCR_ROUND_TOZERO (3 << 22) -#define XREG_FPSCR_RMODE_BIT (22) -#define XREG_FPSCR_RMODE_MASK (3 << FPSCR_RMODE_BIT) -#define XREG_FPSCR_STRIDE_BIT (20) -#define XREG_FPSCR_STRIDE_MASK (3 << FPSCR_STRIDE_BIT) -#define XREG_FPSCR_LENGTH_BIT (16) -#define XREG_FPSCR_LENGTH_MASK (7 << FPSCR_LENGTH_BIT) -#define XREG_FPSCR_IDC (1 << 7) -#define XREG_FPSCR_IXC (1 << 4) -#define XREG_FPSCR_UFC (1 << 3) -#define XREG_FPSCR_OFC (1 << 2) -#define XREG_FPSCR_DZC (1 << 1) -#define XREG_FPSCR_IOC (1 << 0) - -/* MVFR0 bits */ -#define XREG_MVFR0_RMODE_BIT (28) -#define XREG_MVFR0_RMODE_MASK (0xF << XREG_MVFR0_RMODE_BIT) -#define XREG_MVFR0_SHORT_VEC_BIT (24) -#define XREG_MVFR0_SHORT_VEC_MASK (0xF << XREG_MVFR0_SHORT_VEC_BIT) -#define XREG_MVFR0_SQRT_BIT (20) -#define XREG_MVFR0_SQRT_MASK (0xF << XREG_MVFR0_SQRT_BIT) -#define XREG_MVFR0_DIVIDE_BIT (16) -#define XREG_MVFR0_DIVIDE_MASK (0xF << XREG_MVFR0_DIVIDE_BIT) -#define XREG_MVFR0_EXEC_TRAP_BIT (12) -#define XREG_MVFR0_EXEC_TRAP_MASK (0xF << XREG_MVFR0_EXEC_TRAP_BIT) -#define XREG_MVFR0_DP_BIT (8) -#define XREG_MVFR0_DP_MASK (0xF << XREG_MVFR0_DP_BIT) -#define XREG_MVFR0_SP_BIT (4) -#define XREG_MVFR0_SP_MASK (0xF << XREG_MVFR0_SP_BIT) -#define XREG_MVFR0_A_SIMD_BIT (0) -#define XREG_MVFR0_A_SIMD_MASK (0xF << MVFR0_A_SIMD_BIT) - -/* FPEXC bits */ -#define XREG_FPEXC_EX (1 << 31) -#define XREG_FPEXC_EN (1 << 30) -#define XREG_FPEXC_DEX (1 << 29) - - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XREG_CORTEXA9_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscugic.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscugic.h deleted file mode 100644 index ce4b290..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscugic.h +++ /dev/null @@ -1,597 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic.h -* @addtogroup scugic_v4_6 -* @{ -* @details -* -* The generic interrupt controller driver component. -* -* The interrupt controller driver uses the idea of priority for the various -* handlers. Priority is an integer within the range of 1 and 31 inclusive with -* default of 1 being the highest priority interrupt source. The priorities -* of the various sources can be dynamically altered as needed through -* hardware configuration. -* -* The generic interrupt controller supports the following -* features: -* -* - specific individual interrupt enabling/disabling -* - specific individual interrupt acknowledging -* - attaching specific callback function to handle interrupt source -* - assigning desired priority to interrupt source if default is not -* acceptable. -* -* Details about connecting the interrupt handler of the driver are contained -* in the source file specific to interrupt processing, xscugic_intr.c. -* -* This driver is intended to be RTOS and processor independent. It works with -* physical addresses only. Any needs for dynamic memory management, threads -* or thread mutual exclusion, virtual memory, or cache control must be -* satisfied by the layer above this driver. -* -* Interrupt Vector Tables -* -* The device ID of the interrupt controller device is used by the driver as a -* direct index into the configuration data table. The user should populate the -* vector table with handlers and callbacks at run-time using the -* XScuGic_Connect() and XScuGic_Disconnect() functions. -* -* Each vector table entry corresponds to a device that can generate an -* interrupt. Each entry contains an interrupt handler function and an -* argument to be passed to the handler when an interrupt occurs. The -* user must use XScuGic_Connect() when the interrupt handler takes an -* argument other than the base address. -* -* Nested Interrupts Processing -* -* Nested interrupts are not supported by this driver. -* -* NOTE: -* The generic interrupt controller is not a part of the snoop control unit -* as indicated by the prefix "scu" in the name of the driver. -* It is an independent module in APU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------------
-* 1.00a drg  01/19/00 First release
-* 1.01a sdm  11/09/11 The XScuGic and XScuGic_Config structures have changed.
-*		      The HandlerTable (of type XScuGic_VectorTableEntry) is
-*		      moved to XScuGic_Config structure from XScuGic structure.
-*
-*		      The "Config" entry in XScuGic structure is made as
-*		      pointer for better efficiency.
-*
-*		      A new file named as xscugic_hw.c is now added. It is
-*		      to implement low level driver routines without using
-*		      any xscugic instance pointer. They are useful when the
-*		      user wants to use xscugic through device id or
-*		      base address. The driver routines provided are explained
-*		      below.
-*		      XScuGic_DeviceInitialize that takes device id as
-*		      argument and initializes the device (without calling
-*		      XScuGic_CfgInitialize).
-*		      XScuGic_DeviceInterruptHandler that takes device id
-*		      as argument and calls appropriate handlers from the
-*		      HandlerTable.
-*		      XScuGic_RegisterHandler that registers a new handler
-*		      by taking xscugic hardware base address as argument.
-*		      LookupConfigByBaseAddress is used to return the
-*		      corresponding config structure from XScuGic_ConfigTable
-*		      based on the scugic base address passed.
-* 1.02a sdm  12/20/11 Removed AckBeforeService from the XScuGic_Config
-*		      structure.
-* 1.03a srt  02/27/13 Moved Offset calculation macros from *.c and *_hw.c to
-*		      *_hw.h
-*		      Added APIs
-*			- XScuGic_SetPriTrigTypeByDistAddr()
-*			- XScuGic_GetPriTrigTypeByDistAddr()
-*		      (CR 702687)
-*			Added support to direct interrupts to the appropriate CPU. Earlier
-*			  interrupts were directed to CPU1 (hard coded). Now depending
-*			  upon the CPU selected by the user (xparameters.h), interrupts
-*			  will be directed to the relevant CPU. This fixes CR 699688.
-* 1.04a hk   05/04/13 Assigned EffectiveAddr to CpuBaseAddress in
-*			  XScuGic_CfgInitialize. Fix for CR#704400 to remove warnings.
-*			  Moved functions XScuGic_SetPriTrigTypeByDistAddr and
-*             XScuGic_GetPriTrigTypeByDistAddr to xscugic_hw.c.
-*			  This is fix for CR#705621.
-* 1.05a hk   06/26/13 Modified tcl to export external interrupts correctly to
-*                     xparameters.h. Fix for CR's 690505, 708928 & 719359.
-* 2.0   adk  12/10/13 Updated as per the New Tcl API's
-* 2.1   adk  25/04/14 Fixed the CR:789373 changes are made in the driver tcl file.
-* 3.00  kvn  02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.2   asa  02/29/16 Modified DistributorInit function for Zynq AMP case. The
-*			  distributor is left uninitialized for Zynq AMP. It is assumed
-*             that the distributor will be initialized by Linux master. However
-*             for CortexR5 case, the earlier code is left unchanged where the
-*             the interrupt processor target registers in the distributor is
-*             initialized with the corresponding CPU ID on which the application
-*             built over the scugic driver runs.
-*             These changes fix CR#937243.
-*
-* 3.4   asa  04/07/16 Created a new static function DoDistributorInit to simplify
-*            the flow and avoid code duplication. Changes are made for
-*            USE_AMP use case for R5. In a scenario (in R5 split mode) when
-*            one R5 is operating with A53 in open amp config and other
-*            R5 running baremetal app, the existing code
-*            had the potential to stop the whole AMP solution to work (if
-*            for some reason the R5 running the baremetal app tasked to
-*            initialize the Distributor hangs or crashes before initializing).
-*            Changes are made so that the R5 under AMP first checks if
-*            the distributor is enabled or not and if not, it does the
-*            standard Distributor initialization.
-*            This fixes the CR#952962.
-* 3.6   ms   01/23/17 Modified xil_printf statement in main function for all
-*                     examples to ensure that "Successfully ran" and "Failed"
-*                     strings are available in all examples. This is a fix
-*                     for CR-965028.
-*       kvn  02/17/17 Add support for changing GIC CPU master at run time.
-*       kvn  02/28/17 Make the CpuId as static variable and Added new
-*                     XScugiC_GetCpuId to access CpuId.
-*       ms   03/17/17 Added readme.txt file in examples folder for doxygen
-*                     generation.
-* 3.7   ms   04/11/17 Modified tcl file to add suffix U for all macro
-*                     definitions of scugic in xparameters.h
-* 3.8   mus  07/05/17 Updated scugic.tcl to add support for interrupts connected
-*                     through util_reduced_vector IP(OR gate)
-*       mus  07/05/17 Updated xdefine_zynq_canonical_xpars proc to initialize
-*                     the HandlerTable in XScuGic_ConfigTable to 0, it removes
-*                     the compilation warning in xscugic_g.c. Fix for CR#978736.
-*       mus  07/25/17 Updated xdefine_gic_params proc to export correct canonical
-*                     definitions for pl to ps interrupts.Fix for CR#980534
-* 3.9   mus  02/21/18 Added new API's XScuGic_UnmapAllInterruptsFromCpu and
-*                     XScuGic_InterruptUnmapFromCpu, These API's can be used
-*                     by applications to unmap specific/all interrupts from
-*                     target CPU.
-* 3.10  aru  08/23/18 Resolved MISRA-C:2012 compliance mandatory violations
-* 4.0   mus  11/22/18 Fixed bugs in software interrupt generation through
-*                      XScuGic_SoftwareIntr API
-* 4.1   asa  03/30/19 Made changes not to direct each interrupt to all
-*                     available CPUs by default. This was breaking AMP
-*                     behavior. Instead every time an interrupt enable
-*                     request is received, the interrupt was mapped to
-*                     the respective CPU. There were several other changes
-*                     made to implement this. This set of changes was to
-*                     fix CR-1024716.
-* 4.1   mus  06/19/19 Added API's XScuGic_MarkCoreAsleep and
-*                     XScuGic_MarkCoreAwake to mark processor core as
-*                     asleep or awake. Fix for CR#1027220.
-* 4.5   asa  03/07/21 Included a header file xil_spinlock.h to ensure that
-*                     GIC driver can use newly introduced spinlock
-*                     functionality.
-* 4.6	sk   08/05/21 Fix scugic misrac violations.
-*
-* 
-* -******************************************************************************/ - -#ifndef XSCUGIC_H /* prevent circular inclusions */ -#define XSCUGIC_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xil_io.h" -#include "xscugic_hw.h" -#include "xil_exception.h" -#include "xil_spinlock.h" - -/************************** Constant Definitions *****************************/ - -#define EFUSE_STATUS_OFFSET 0x10 -#define EFUSE_STATUS_CPU_MASK 0x80 - -#if !defined (ARMR5) && !defined (__aarch64__) && !defined (ARMA53_32) -#define ARMA9 -#endif - -#define XSCUGIC500_DCTLR_ARE_NS_ENABLE 0x20 -#define XSCUGIC500_DCTLR_ARE_S_ENABLE 0x10 -/**************************** Type Definitions *******************************/ - -/* The following data type defines each entry in an interrupt vector table. - * The callback reference is the base address of the interrupting device - * for the low level driver and an instance pointer for the high level driver. - */ -typedef struct -{ - Xil_InterruptHandler Handler; - void *CallBackRef; -} XScuGic_VectorTableEntry; - -/** - * This typedef contains configuration information for the device. - */ -typedef struct -{ - u16 DeviceId; /**< Unique ID of device */ - u32 CpuBaseAddress; /**< CPU Interface Register base address */ - u32 DistBaseAddress; /**< Distributor Register base address */ - XScuGic_VectorTableEntry HandlerTable[XSCUGIC_MAX_NUM_INTR_INPUTS];/**< - Vector table of interrupt handlers */ -} XScuGic_Config; - -/** - * The XScuGic driver instance data. The user is required to allocate a - * variable of this type for every intc device in the system. A pointer - * to a variable of this type is then passed to the driver API functions. - */ -typedef struct -{ - XScuGic_Config *Config; /**< Configuration table entry */ - u32 IsReady; /**< Device is initialized and ready */ - u32 UnhandledInterrupts; /**< Intc Statistics */ -} XScuGic; - -/************************** Variable Definitions *****************************/ - -extern XScuGic_Config XScuGic_ConfigTable[]; /**< Config table */ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Write the given CPU Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_CPUWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_CPUWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->CpuBaseAddress), (RegOffset), \ - ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given CPU Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_CPUReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_CPUReadReg(InstancePtr, RegOffset) \ - (XScuGic_ReadReg(((InstancePtr)->Config->CpuBaseAddress), (RegOffset))) - -/****************************************************************************/ -/** -* -* Write the given Distributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_DistWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_DistWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->DistBaseAddress), (RegOffset), \ - ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given Distributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_DistReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_DistReadReg(InstancePtr, RegOffset) \ -(XScuGic_ReadReg(((InstancePtr)->Config->DistBaseAddress), (RegOffset))) - -/****************************************************************************/ -/** -* -* Write the given ReDistributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_DistWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_ReDistWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->DistBaseAddress)+ \ - XSCUGIC_RDIST_OFFSET, (RegOffset), ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given ReDistributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_DistReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_ReDistReadReg(InstancePtr, RegOffset) \ -(XScuGic_ReadReg((((InstancePtr)->Config->DistBaseAddress)+ \ -XSCUGIC_RDIST_OFFSET), (RegOffset))) - -/****************************************************************************/ -/** -* -* Write the given ReDistributor SGI PPI Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_DistWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_ReDistSGIPPIWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->DistBaseAddress)+ \ - XSCUGIC_RDIST_SGI_PPI_OFFSET, (RegOffset), ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given ReDistributor SGI PPI Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_DistReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_ReDistSGIPPIReadReg(InstancePtr, RegOffset) \ -(XScuGic_ReadReg((((InstancePtr)->Config->DistBaseAddress)+ \ - XSCUGIC_RDIST_SGI_PPI_OFFSET), (RegOffset))) - -/****************************************************************************/ -/** -* This function enables system register interface for GIC CPU Interface -* -* @param value to be written -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_Enable_SystemReg_CPU_Interface_EL3() mtcp(S3_6_C12_C12_5, 0xF); -#define XScuGic_Enable_SystemReg_CPU_Interface_EL1() mtcp(S3_0_C12_C12_5, 0xF); -/****************************************************************************/ -/** -* This function enables Grou0 interrupts -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_Enable_Group0_Interrupts() mtcp(S3_0_C12_C12_6,0x1); -/****************************************************************************/ -/** -* This function enables Group1 interrupts -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#if defined (__aarch64__) -#if EL1_NONSECURE -#define XScuGic_Enable_Group1_Interrupts() \ - mtcp (S3_0_C12_C12_7, 0x1 | mfcp(S3_0_C12_C12_7) ); -#else -#define XScuGic_Enable_Group1_Interrupts() \ - mtcp (S3_6_C12_C12_7, 0x1 | mfcp(S3_6_C12_C12_7) ); -#endif -#endif -/****************************************************************************/ -/** -* This function writes to ICC_SGI0R_EL1 -* -* @param value to be written -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_WriteICC_SGI0R_EL1(val) mtcp(S3_0_C12_C11_7,val) - -/****************************************************************************/ -/** -* This function writes to ICC_SGI1R_EL1 -* -* @param value to be written -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_WriteICC_SGI1R_EL1(val) mtcp(S3_0_C12_C11_5,val) - -/****************************************************************************/ -/** -* This function reads ICC_SGI1R_EL1 register -* -* @param None -* -* @return Value of ICC_SGI1R_EL1 register -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_ReadICC_SGI1R_EL1() mfcp(S3_0_C12_C11_5) -/****************************************************************************/ -/** -* This function sets interrupt priority filter -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_set_priority_filter(val) __asm__ __volatile__("msr S3_0_C4_C6_0,%0" : : "r" (val)) -/****************************************************************************/ -/** -* This function returns interrupt id of highest priority pending interrupt -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#if defined (__aarch64__) -#if EL3 -#define XScuGic_get_IntID() mfcp(S3_0_C12_C8_0) -#else -#define XScuGic_get_IntID() mfcp(S3_0_C12_C12_0) -#endif -#endif -/****************************************************************************/ -/** -* This function acks the interrupt -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#if defined (__aarch64__) -#if EL3 -#define XScuGic_ack_Int(val) mtcp(S3_0_C12_C8_1,val) -#else -#define XScuGic_ack_Int(val) mtcp(S3_0_C12_C12_1,val) -#endif -#endif -/****************************************************************************/ -/** -* This macro returns bit position for the specific interrupt's trigger type -* configuration within GICR_ICFGR0/GICR_ICFGR1 register -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_Get_Rdist_Int_Trigger_Index(IntrId) (((Int_Id%16) & 0x1f) << 2) +1 -/************************** Function Prototypes ******************************/ - -/* - * Required functions in xscugic.c - */ - -s32 XScuGic_Connect(XScuGic *InstancePtr, u32 Int_Id, - Xil_InterruptHandler Handler, void *CallBackRef); -void XScuGic_Disconnect(XScuGic *InstancePtr, u32 Int_Id); - -void XScuGic_Enable(XScuGic *InstancePtr, u32 Int_Id); -void XScuGic_Disable(XScuGic *InstancePtr, u32 Int_Id); - -s32 XScuGic_CfgInitialize(XScuGic *InstancePtr, XScuGic_Config *ConfigPtr, - u32 EffectiveAddr); - -s32 XScuGic_SoftwareIntr(XScuGic *InstancePtr, u32 Int_Id, u32 Cpu_Identifier); - -void XScuGic_GetPriorityTriggerType(XScuGic *InstancePtr, u32 Int_Id, - u8 *Priority, u8 *Trigger); -void XScuGic_SetPriorityTriggerType(XScuGic *InstancePtr, u32 Int_Id, - u8 Priority, u8 Trigger); -void XScuGic_InterruptMaptoCpu(XScuGic *InstancePtr, u8 Cpu_Identifier, u32 Int_Id); -void XScuGic_InterruptUnmapFromCpu(XScuGic *InstancePtr, u8 Cpu_Identifier, u32 Int_Id); -void XScuGic_UnmapAllInterruptsFromCpu(XScuGic *InstancePtr, u8 Cpu_Identifier); -void XScuGic_Stop(XScuGic *InstancePtr); -void XScuGic_SetCpuID(u32 CpuCoreId); -u32 XScuGic_GetCpuID(void); -/* - * Initialization functions in xscugic_sinit.c - */ -XScuGic_Config *XScuGic_LookupConfig(u16 DeviceId); - -/* - * Interrupt functions in xscugic_intr.c - */ -void XScuGic_InterruptHandler(XScuGic *InstancePtr); - -/* - * Self-test functions in xscugic_selftest.c - */ -s32 XScuGic_SelfTest(XScuGic *InstancePtr); - -#if defined (GICv3) -void XScuGic_MarkCoreAsleep(XScuGic *InstancePtr); -void XScuGic_MarkCoreAwake(XScuGic *InstancePtr); -#endif -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscugic_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscugic_hw.h deleted file mode 100644 index a270af6..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscugic_hw.h +++ /dev/null @@ -1,691 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic_hw.h -* @addtogroup scugic_v4_6 -* @{ -* -* This header file contains identifiers and HW access functions (or -* macros) that can be used to access the device. The user should refer to the -* hardware device specification for more details of the device operation. -* The driver functions/APIs are defined in xscugic.h. -* -* This GIC device has two parts, a distributor and CPU interface(s). Each part -* has separate register definition sections. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------------
-* 1.00a drg  01/19/10 First release
-* 1.01a sdm  11/09/11 "xil_exception.h" added as include.
-*		      Macros XScuGic_EnableIntr and XScuGic_DisableIntr are
-*		      added to enable or disable interrupts based on
-*		      Distributor Register base address. Normally users use
-*		      XScuGic instance and call XScuGic_Enable or
-*		      XScuGic_Disable to enable/disable interrupts. These
-*		      new macros are provided when user does not want to
-*		      use an instance pointer but still wants to enable or
-*		      disable interrupts.
-*		      Function prototypes for functions (present in newly
-*		      added file xscugic_hw.c) are added.
-* 1.03a srt  02/27/13 Moved Offset calculation macros from *_hw.c (CR
-*		      702687).
-* 1.04a hk   05/04/13 Fix for CR#705621. Moved function prototypes
-*		      XScuGic_SetPriTrigTypeByDistAddr and
-*         	      XScuGic_GetPriTrigTypeByDistAddr here from xscugic.h
-* 3.0	pkp  12/09/14 changed XSCUGIC_MAX_NUM_INTR_INPUTS for
-*		      Zynq Ultrascale Mp
-* 3.0   kvn  02/13/14 Modified code for MISRA-C:2012 compliance.
-* 3.2	pkp  11/09/15 Corrected the interrupt processsor target mask value
-*					  for CPU interface 2 i.e. XSCUGIC_SPI_CPU2_MASK
-* 3.9   mus  02/21/18 Added new API's XScuGic_InterruptUnmapFromCpuByDistAddr
-*					  and XScuGic_UnmapAllInterruptsFromCpuByDistAddr, These
-*					  API's can be used by applications to unmap specific/all
-*					  interrupts from target CPU. It fixes CR#992490.
-* 3.10  aru  08/23/18 Resolved MISRA-C:2012 compliance mandatory violations
-* 4.1   asa  03/30/19 Removed macros for XScuGic_EnableIntr, and
-*                     XScuGic_DisableIntr. These are now C functions. This
-*                     change was to fix CR-1024716.
-* 4.1   mus  06/12/19 Updated XSCUGIC_MAX_NUM_INTR_INPUTS for Versal.
-* 4.6	sk   06/07/21 Delete the commented macro code to fix the MISRA-C warning.
-* 4.6	sk   08/05/21 Fix Scugic Misrac violations.
-*
-* 
-* -******************************************************************************/ - -#ifndef XSCUGIC_HW_H /* prevent circular inclusions */ -#define XSCUGIC_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" -#include "xil_exception.h" -#include "bspconfig.h" - -/************************** Constant Definitions *****************************/ -#if defined (versal) && !defined(ARMR5) -#define GICv3 -#endif - -/* - * The maximum number of interrupts supported by the hardware. - */ -#ifdef PLATFORM_ZYNQ -#define XSCUGIC_MAX_NUM_INTR_INPUTS 95U /* Maximum number of interrupt defined by Zynq */ -#elif defined (versal) -#define XSCUGIC_MAX_NUM_INTR_INPUTS 192U -#else -#define XSCUGIC_MAX_NUM_INTR_INPUTS 195U /* Maximum number of interrupt defined by Zynq Ultrascale Mp */ -#endif - -/* - * First Interrupt Id for SPI interrupts. - */ -#define XSCUGIC_SPI_INT_ID_START 0x20 -/* - * The maximum priority value that can be used in the GIC. - */ -#define XSCUGIC_MAX_INTR_PRIO_VAL 248U -#define XSCUGIC_INTR_PRIO_MASK 0x000000F8U - -/** @name Distributor Interface Register Map - * - * Define the offsets from the base address for all Distributor registers of - * the interrupt controller, some registers may be reserved in the hardware - * device. - * @{ - */ -#define XSCUGIC_DIST_EN_OFFSET 0x00000000U /**< Distributor Enable - Register */ -#define XSCUGIC_IC_TYPE_OFFSET 0x00000004U /**< Interrupt Controller - Type Register */ -#define XSCUGIC_DIST_IDENT_OFFSET 0x00000008U /**< Implementor ID - Register */ -#define XSCUGIC_SECURITY_OFFSET 0x00000080U /**< Interrupt Security - Register */ -#define XSCUGIC_ENABLE_SET_OFFSET 0x00000100U /**< Enable Set - Register */ -#define XSCUGIC_DISABLE_OFFSET 0x00000180U /**< Enable Clear Register */ -#define XSCUGIC_PENDING_SET_OFFSET 0x00000200U /**< Pending Set - Register */ -#define XSCUGIC_PENDING_CLR_OFFSET 0x00000280U /**< Pending Clear - Register */ -#define XSCUGIC_ACTIVE_OFFSET 0x00000300U /**< Active Status Register */ -#define XSCUGIC_PRIORITY_OFFSET 0x00000400U /**< Priority Level Register */ -#define XSCUGIC_SPI_TARGET_OFFSET 0x00000800U /**< SPI Target - Register 0x800-0x8FB */ -#define XSCUGIC_INT_CFG_OFFSET 0x00000C00U /**< Interrupt Configuration - Register 0xC00-0xCFC */ -#define XSCUGIC_PPI_STAT_OFFSET 0x00000D00U /**< PPI Status Register */ -#define XSCUGIC_SPI_STAT_OFFSET 0x00000D04U /**< SPI Status Register - 0xd04-0xd7C */ -#define XSCUGIC_AHB_CONFIG_OFFSET 0x00000D80U /**< AHB Configuration - Register */ -#define XSCUGIC_SFI_TRIG_OFFSET 0x00000F00U /**< Software Triggered - Interrupt Register */ -#define XSCUGIC_PERPHID_OFFSET 0x00000FD0U /**< Peripheral ID Reg */ -#if defined (GICv3) -#define XSCUGIC_PCELLID_OFFSET 0x0000FFF0U /**< Pcell ID Register */ -#else -#define XSCUGIC_PCELLID_OFFSET 0x00000FF0U /**< Pcell ID Register */ -#endif -/* @} */ - -/** @name Distributor Enable Register - * Controls if the distributor response to external interrupt inputs. - * @{ - */ -#if defined (GICv3) -#define XSCUGIC_EN_INT_MASK 0x00000003U /**< Interrupt In Enable */ -#else -#define XSCUGIC_EN_INT_MASK 0x00000001U /**< Interrupt In Enable */ -#endif -/* @} */ - -/** @name Interrupt Controller Type Register - * @{ - */ -#define XSCUGIC_LSPI_MASK 0x0000F800U /**< Number of Lockable - Shared Peripheral - Interrupts*/ -#define XSCUGIC_DOMAIN_MASK 0x00000400U /**< Number os Security domains*/ -#define XSCUGIC_CPU_NUM_MASK 0x000000E0U /**< Number of CPU Interfaces */ -#define XSCUGIC_NUM_INT_MASK 0x0000001FU /**< Number of Interrupt IDs */ -/* @} */ - -/** @name Implementor ID Register - * Implementor and revision information. - * @{ - */ -#define XSCUGIC_REV_MASK 0x00FFF000U /**< Revision Number */ -#define XSCUGIC_IMPL_MASK 0x00000FFFU /**< Implementor */ -/* @} */ - -/** @name Interrupt Security Registers - * Each bit controls the security level of an interrupt, either secure or non - * secure. These registers can only be accessed using secure read and write. - * There are registers for each of the CPU interfaces at offset 0x080. A - * register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x084. - * @{ - */ -#define XSCUGIC_INT_NS_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Enable Set Register - * Each bit controls the enabling of an interrupt, a 0 is disabled, a 1 is - * enabled. Writing a 0 has no effect. Use the ENABLE_CLR register to set a - * bit to 0. - * There are registers for each of the CPU interfaces at offset 0x100. With up - * to 8 registers aliased to the same address. A register set for the SPI - * interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x104. - * @{ - */ -#define XSCUGIC_INT_EN_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Enable Clear Register - * Each bit controls the disabling of an interrupt, a 0 is disabled, a 1 is - * enabled. Writing a 0 has no effect. Writing a 1 disables an interrupt and - * sets the corresponding bit to 0. - * There are registers for each of the CPU interfaces at offset 0x180. With up - * to 8 registers aliased to the same address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x184. - * @{ - */ -#define XSCUGIC_INT_CLR_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Pending Set Register - * Each bit controls the Pending or Active and Pending state of an interrupt, a - * 0 is not pending, a 1 is pending. Writing a 0 has no effect. Writing a 1 sets - * an interrupt to the pending state. - * There are registers for each of the CPU interfaces at offset 0x200. With up - * to 8 registers aliased to the same address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x204. - * @{ - */ -#define XSCUGIC_PEND_SET_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Pending Clear Register - * Each bit can clear the Pending or Active and Pending state of an interrupt, a - * 0 is not pending, a 1 is pending. Writing a 0 has no effect. Writing a 1 - * clears the pending state of an interrupt. - * There are registers for each of the CPU interfaces at offset 0x280. With up - * to 8 registers aliased to the same address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x284. - * @{ - */ -#define XSCUGIC_PEND_CLR_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Active Status Register - * Each bit provides the Active status of an interrupt, a - * 0 is not Active, a 1 is Active. This is a read only register. - * There are registers for each of the CPU interfaces at offset 0x300. With up - * to 8 registers aliased to each address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x380. - * @{ - */ -#define XSCUGIC_ACTIVE_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Priority Level Register - * Each byte in a Priority Level Register sets the priority level of an - * interrupt. Reading the register provides the priority level of an interrupt. - * There are registers for each of the CPU interfaces at offset 0x400 through - * 0x41C. With up to 8 registers aliased to each address. - * 0 is highest priority, 0xFF is lowest. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 255 of these registers staring at location 0x420. - * @{ - */ -#define XSCUGIC_PRIORITY_MASK 0x000000FFU /**< Each Byte corresponds to an - INT_ID */ -#define XSCUGIC_PRIORITY_MAX 0x000000FFU /**< Highest value of a priority - actually the lowest priority*/ -/* @} */ - -/** @name SPI Target Register 0x800-0x8FB - * Each byte references a separate SPI and programs which of the up to 8 CPU - * interfaces are sent a Pending interrupt. - * There are registers for each of the CPU interfaces at offset 0x800 through - * 0x81C. With up to 8 registers aliased to each address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 255 of these registers staring at location 0x820. - * - * This driver does not support multiple CPU interfaces. These are included - * for complete documentation. - * @{ - */ -#define XSCUGIC_SPI_CPU7_MASK 0x00000080U /**< CPU 7 Mask*/ -#define XSCUGIC_SPI_CPU6_MASK 0x00000040U /**< CPU 6 Mask*/ -#define XSCUGIC_SPI_CPU5_MASK 0x00000020U /**< CPU 5 Mask*/ -#define XSCUGIC_SPI_CPU4_MASK 0x00000010U /**< CPU 4 Mask*/ -#define XSCUGIC_SPI_CPU3_MASK 0x00000008U /**< CPU 3 Mask*/ -#define XSCUGIC_SPI_CPU2_MASK 0x00000004U /**< CPU 2 Mask*/ -#define XSCUGIC_SPI_CPU1_MASK 0x00000002U /**< CPU 1 Mask*/ -#define XSCUGIC_SPI_CPU0_MASK 0x00000001U /**< CPU 0 Mask*/ -/* @} */ - -/** @name Interrupt Configuration Register 0xC00-0xCFC - * The interrupt configuration registers program an SFI to be active HIGH level - * sensitive or rising edge sensitive. - * Each bit pair describes the configuration for an INT_ID. - * SFI Read Only b10 always - * PPI Read Only depending on how the PPIs are configured. - * b01 Active HIGH level sensitive - * b11 Rising edge sensitive - * SPI LSB is read only. - * b01 Active HIGH level sensitive - * b11 Rising edge sensitive/ - * There are registers for each of the CPU interfaces at offset 0xC00 through - * 0xC04. With up to 8 registers aliased to each address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 255 of these registers staring at location 0xC08. - * @{ - */ -#define XSCUGIC_INT_CFG_MASK 0x00000003U /**< */ -/* @} */ - -/** @name PPI Status Register - * Enables an external AMBA master to access the status of the PPI inputs. - * A CPU can only read the status of its local PPI signals and cannot read the - * status for other CPUs. - * This register is aliased for each CPU interface. - * @{ - */ -#define XSCUGIC_PPI_C15_MASK 0x00008000U /**< PPI Status */ -#define XSCUGIC_PPI_C14_MASK 0x00004000U /**< PPI Status */ -#define XSCUGIC_PPI_C13_MASK 0x00002000U /**< PPI Status */ -#define XSCUGIC_PPI_C12_MASK 0x00001000U /**< PPI Status */ -#define XSCUGIC_PPI_C11_MASK 0x00000800U /**< PPI Status */ -#define XSCUGIC_PPI_C10_MASK 0x00000400U /**< PPI Status */ -#define XSCUGIC_PPI_C09_MASK 0x00000200U /**< PPI Status */ -#define XSCUGIC_PPI_C08_MASK 0x00000100U /**< PPI Status */ -#define XSCUGIC_PPI_C07_MASK 0x00000080U /**< PPI Status */ -#define XSCUGIC_PPI_C06_MASK 0x00000040U /**< PPI Status */ -#define XSCUGIC_PPI_C05_MASK 0x00000020U /**< PPI Status */ -#define XSCUGIC_PPI_C04_MASK 0x00000010U /**< PPI Status */ -#define XSCUGIC_PPI_C03_MASK 0x00000008U /**< PPI Status */ -#define XSCUGIC_PPI_C02_MASK 0x00000004U /**< PPI Status */ -#define XSCUGIC_PPI_C01_MASK 0x00000002U /**< PPI Status */ -#define XSCUGIC_PPI_C00_MASK 0x00000001U /**< PPI Status */ -/* @} */ - -/** @name SPI Status Register 0xd04-0xd7C - * Enables an external AMBA master to access the status of the SPI inputs. - * There are up to 63 registers if the maximum number of SPI inputs are - * configured. - * @{ - */ -#define XSCUGIC_SPI_N_MASK 0x00000001U /**< Each bit corresponds to an SPI - input */ -/* @} */ - -/** @name AHB Configuration Register - * Provides the status of the CFGBIGEND input signal and allows the endianness - * of the GIC to be set. - * @{ - */ -#define XSCUGIC_AHB_END_MASK 0x00000004U /**< 0-GIC uses little Endian, - 1-GIC uses Big Endian */ -#define XSCUGIC_AHB_ENDOVR_MASK 0x00000002U /**< 0-Uses CFGBIGEND control, - 1-use the AHB_END bit */ -#define XSCUGIC_AHB_TIE_OFF_MASK 0x00000001U /**< State of CFGBIGEND */ - -/* @} */ - -/** @name Software Triggered Interrupt Register - * Controls issuing of software interrupts. - * @{ - */ -#define XSCUGIC_SFI_SELFTRIG_MASK 0x02010000U -#define XSCUGIC_SFI_TRIG_TRGFILT_MASK 0x03000000U /**< Target List filter - b00-Use the target List - b01-All CPUs except requester - b10-To Requester - b11-reserved */ -#define XSCUGIC_SFI_TRIG_CPU_MASK 0x00FF0000U /**< CPU Target list */ -#define XSCUGIC_SFI_TRIG_SATT_MASK 0x00008000U /**< 0= Use a secure interrupt */ -#define XSCUGIC_SFI_TRIG_INTID_MASK 0x0000000FU /**< Set to the INTID - signaled to the CPU*/ -/* @} */ - -/** @name CPU Interface Register Map - * - * Define the offsets from the base address for all CPU registers of the - * interrupt controller, some registers may be reserved in the hardware device. - * @{ - */ -#define XSCUGIC_CONTROL_OFFSET 0x00000000U /**< CPU Interface Control - Register */ -#define XSCUGIC_CPU_PRIOR_OFFSET 0x00000004U /**< Priority Mask Reg */ -#define XSCUGIC_BIN_PT_OFFSET 0x00000008U /**< Binary Point Register */ -#define XSCUGIC_INT_ACK_OFFSET 0x0000000CU /**< Interrupt ACK Reg */ -#define XSCUGIC_EOI_OFFSET 0x00000010U /**< End of Interrupt Reg */ -#define XSCUGIC_RUN_PRIOR_OFFSET 0x00000014U /**< Running Priority Reg */ -#define XSCUGIC_HI_PEND_OFFSET 0x00000018U /**< Highest Pending Interrupt - Register */ -#define XSCUGIC_ALIAS_BIN_PT_OFFSET 0x0000001CU /**< Aliased non-Secure - Binary Point Register */ - -/**< 0x00000020 to 0x00000FBC are reserved and should not be read or written - * to. */ -/* @} */ - - -/** @name Control Register - * CPU Interface Control register definitions - * All bits are defined here although some are not available in the non-secure - * mode. - * @{ - */ -#define XSCUGIC_CNTR_SBPR_MASK 0x00000010U /**< Secure Binary Pointer, - 0=separate registers, - 1=both use bin_pt_s */ -#define XSCUGIC_CNTR_FIQEN_MASK 0x00000008U /**< Use nFIQ_C for secure - interrupts, - 0= use IRQ for both, - 1=Use FIQ for secure, IRQ for non*/ -#define XSCUGIC_CNTR_ACKCTL_MASK 0x00000004U /**< Ack control for secure or non secure */ -#define XSCUGIC_CNTR_EN_NS_MASK 0x00000002U /**< Non Secure enable */ -#define XSCUGIC_CNTR_EN_S_MASK 0x00000001U /**< Secure enable, 0=Disabled, 1=Enabled */ -/* @} */ - - -/** @name Binary Point Register - * Binary Point register definitions - * @{ - */ - -#define XSCUGIC_BIN_PT_MASK 0x00000007U /**< Binary point mask value - Value Secure Non-secure - b000 0xFE 0xFF - b001 0xFC 0xFE - b010 0xF8 0xFC - b011 0xF0 0xF8 - b100 0xE0 0xF0 - b101 0xC0 0xE0 - b110 0x80 0xC0 - b111 0x00 0x80 - */ -/*@}*/ - -/** @name Interrupt Acknowledge Register - * Interrupt Acknowledge register definitions - * Identifies the current Pending interrupt, and the CPU ID for software - * interrupts. - */ -#define XSCUGIC_ACK_INTID_MASK 0x000003FFU /**< Interrupt ID */ -#define XSCUGIC_CPUID_MASK 0x00000C00U /**< CPU ID */ -/* @} */ - -/** @name End of Interrupt Register - * End of Interrupt register definitions - * Allows the CPU to signal the GIC when it completes an interrupt service - * routine. - */ -#define XSCUGIC_EOI_INTID_MASK 0x000003FFU /**< Interrupt ID */ - -/* @} */ - -/** @name Running Priority Register - * Running Priority register definitions - * Identifies the interrupt priority level of the highest priority active - * interrupt. - */ -#define XSCUGIC_RUN_PRIORITY_MASK 0x000000FFU /**< Interrupt Priority */ -/* @} */ - -#if defined (GICv3) -#define XSCUGIC_IROUTER_BASE_OFFSET 0x6000U -#endif -/* - * Highest Pending Interrupt register definitions - * Identifies the interrupt priority of the highest priority pending interrupt - */ -#define XSCUGIC_PEND_INTID_MASK 0x000003FFU /**< Pending Interrupt ID */ -/* @} */ -#if defined (GICv3) -/** @name ReDistributor Interface Register Map - * - * @{ - */ -#define XSCUGIC_RDIST_OFFSET 0x80000U -#define XSCUGIC_RDIST_BASE_ADDRESS (XPAR_SCUGIC_0_DIST_BASEADDR + XSCUGIC_RDIST_OFFSET) -#define XSCUGIC_RDIST_SGI_PPI_OFFSET 0x90000U -#define XSCUGIC_RDIST_SGI_PPI_BASE_ADDRESS (XPAR_SCUGIC_0_DIST_BASEADDR + XSCUGIC_RDIST_SGI_PPI_OFFSET) -#define XSCUGIC_RDIST_ISENABLE_OFFSET 0x100U -#define XSCUGIC_RDIST_IPRIORITYR_OFFSET 0x400U -#define XSCUGIC_RDIST_IGROUPR_OFFSET 0x80U -#define XSCUGIC_RDIST_GRPMODR_OFFSET 0xD00U -#define XSCUGIC_RDIST_INT_CONFIG_OFFSET 0xC00U -#define XSCUGIC_RDIST_WAKER_OFFSET 0x14U -#define XSCUGIC_SGIR_EL1_INITID_SHIFT 24U - -/* - * GICR_IGROUPR register definitions - */ -#if EL3 -#define XSCUGIC_DEFAULT_SECURITY 0x0U -#else -#define XSCUGIC_DEFAULT_SECURITY 0xFFFFFFFFU -#endif -/* - * GICR_WAKER register definitions - */ -#define XSCUGIC_RDIST_WAKER_LOW_POWER_STATE_MASK 0x7 -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Read the Interrupt Configuration Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_INT_CFG_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_INT_CFG_OFFSET + (((InterruptID)/16U) * 4U)) - -/****************************************************************************/ -/** -* -* Read the Interrupt Priority Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_PRIORITY_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_PRIORITY_OFFSET + (((InterruptID)/4U) * 4U)) - -/****************************************************************************/ -/** -* -* Read the Interrupt Routing Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_IROUTER_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_IROUTER_BASE_OFFSET + (InterruptID * 8)) - -/****************************************************************************/ -/** -* -* Read the SPI Target Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_SPI_TARGET_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_SPI_TARGET_OFFSET + (((InterruptID)/4U) * 4U)) -/****************************************************************************/ -/** -* -* Read the SPI Target Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_SECURITY_TARGET_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_SECURITY_OFFSET + (((InterruptID)/32U)*4U)) - -/****************************************************************************/ -/** -* -* Read the Re-distributor Interrupt configuration register offset -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_RDIST_INT_CONFIG_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_RDIST_INT_CONFIG_OFFSET + ((InterruptID /16)*4)) - -/****************************************************************************/ -/** -* -* Read the Re-distributor Interrupt Priority register offset -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_RDIST_INT_PRIORITY_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_RDIST_IPRIORITYR_OFFSET + (InterruptID * 4)) -/****************************************************************************/ -/** -* -* Read the Interrupt Clear-Enable Register offset for an interrupt ID -* -* @param Register is the register offset for the clear/enable bank. -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_EN_DIS_OFFSET_CALC(Register, InterruptID) \ - ((Register) + (((InterruptID)/32U) * 4U)) - -/****************************************************************************/ -/** -* -* Read the given Intc register. -* -* @param BaseAddress is the base address of the device. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_ReadReg(u32 BaseAddress, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_ReadReg(BaseAddress, RegOffset) \ - (Xil_In32((BaseAddress) + (RegOffset))) - - -/****************************************************************************/ -/** -* -* Write the given Intc register. -* -* @param BaseAddress is the base address of the device. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_WriteReg(u32 BaseAddress, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_WriteReg(BaseAddress, RegOffset, Data) \ - (Xil_Out32(((BaseAddress) + (RegOffset)), ((u32)(Data)))) - - -/************************** Function Prototypes ******************************/ - -void XScuGic_DeviceInterruptHandler(void *DeviceId); -s32 XScuGic_DeviceInitialize(u32 DeviceId); -void XScuGic_RegisterHandler(u32 BaseAddress, s32 InterruptID, - Xil_InterruptHandler IntrHandler, void *CallBackRef); -void XScuGic_SetPriTrigTypeByDistAddr(u32 DistBaseAddress, u32 Int_Id, - u8 Priority, u8 Trigger); -void XScuGic_GetPriTrigTypeByDistAddr(u32 DistBaseAddress, u32 Int_Id, - u8 *Priority, u8 *Trigger); -void XScuGic_InterruptMapFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id, u32 Int_Id); -void XScuGic_InterruptUnmapFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id, u32 Int_Id); -void XScuGic_UnmapAllInterruptsFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id); -void XScuGic_EnableIntr (u32 DistBaseAddress, u32 Int_Id); -void XScuGic_DisableIntr (u32 DistBaseAddress, u32 Int_Id); -/************************** Variable Definitions *****************************/ -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscutimer.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscutimer.h deleted file mode 100644 index de98c61..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscutimer.h +++ /dev/null @@ -1,345 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscutimer.h -* @addtogroup scutimer_v2_3 -* @{ -* @details -* -* The timer driver supports the Cortex A9 private timer. -* -* The timer driver supports the following features: -* - Normal mode and Auto reload mode -* - Interrupts (Interrupt handler is not provided in this driver. Application -* has to register it's own handler) -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate with the Timer. -* -* XScuTimer_CfgInitialize() API is used to initialize the Timer. The -* user needs to first call the XScuTimer_LookupConfig() API which returns -* the Configuration structure pointer which is passed as a parameter to -* the XScuTimer_CfgInitialize() API. -* -* Interrupts -* -* The Timer hardware supports interrupts. -* -* This driver does not provide a Interrupt Service Routine (ISR) for the device. -* It is the responsibility of the application to provide one if needed. Refer to -* the interrupt example provided with this driver for details on using the -* Timer in interrupt mode. -* -* Virtual Memory -* -* This driver supports Virtual Memory. The RTOS is responsible for calculating -* the correct device base address in Virtual Memory space. -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* Building the driver -* -* The XScuTimer driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -*

-* -* NOTE: -* The timer is not a part of the snoop control unit as indicated by the -* prefix "scu" in the name of the driver. -* It is an independent module in APU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 1.02a sg  07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-*       ms  03/17/17 Added readme.txt file in examples folder for doxygen
-*                    generation.
-* 2.3   mus 08/31/20 Updated makefile to support parallel make and
-*                    incremental builds, it would help to reduce compilation
-*                    time.
-* 
-* -******************************************************************************/ -#ifndef XSCUTIMER_H /* prevent circular inclusions */ -#define XSCUTIMER_H /* by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xscutimer_hw.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddr; /**< Base address of the device */ -} XScuTimer_Config; - -/** - * The XScuTimer driver instance data. The user is required to allocate a - * variable of this type for every timer device in the system. - * A pointer to a variable of this type is then passed to the driver API - * functions. - */ -typedef struct { - XScuTimer_Config Config; /**< Hardware Configuration */ - u32 IsReady; /**< Device is initialized and ready */ - u32 IsStarted; /**< Device timer is running */ -} XScuTimer; - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Check if the timer has expired. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return -* - TRUE if the timer has expired. -* - FALSE if the timer has not expired. -* -* @note C-style signature: -* int XScuTimer_IsExpired(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_IsExpired(InstancePtr) \ - ((XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_ISR_OFFSET) & \ - XSCUTIMER_ISR_EVENT_FLAG_MASK) == \ - XSCUTIMER_ISR_EVENT_FLAG_MASK) - -/****************************************************************************/ -/** -* -* Re-start the timer. This macro will read the timer load register -* and writes the same value to load register to update the counter register. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_RestartTimer(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_RestartTimer(InstancePtr) \ - XScuTimer_LoadTimer((InstancePtr), \ - XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_LOAD_OFFSET)) - -/****************************************************************************/ -/** -* -* Write to the timer load register. This will also update the -* timer counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* @param Value is the count to be loaded in to the load register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_LoadTimer(XScuTimer *InstancePtr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_LoadTimer(InstancePtr, Value) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_LOAD_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer counter register value. It can be called at any -* time. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return Contents of the timer counter register. -* -* @note C-style signature: - u32 XScuTimer_GetCounterValue(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_GetCounterValue(InstancePtr) \ - XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_COUNTER_OFFSET) - -/****************************************************************************/ -/** -* -* Enable auto-reload mode. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_EnableAutoReload(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_EnableAutoReload(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) | \ - XSCUTIMER_CONTROL_AUTO_RELOAD_MASK)) - -/****************************************************************************/ -/** -* -* Disable auto-reload mode. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_DisableAutoReload(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_DisableAutoReload(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) & \ - ~(XSCUTIMER_CONTROL_AUTO_RELOAD_MASK))) - -/****************************************************************************/ -/** -* -* Enable the Timer interrupt. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_EnableInterrupt(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_EnableInterrupt(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) | \ - XSCUTIMER_CONTROL_IRQ_ENABLE_MASK)) - -/****************************************************************************/ -/** -* -* Disable the Timer interrupt. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_DisableInterrupt(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_DisableInterrupt(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) & \ - ~(XSCUTIMER_CONTROL_IRQ_ENABLE_MASK))) - -/*****************************************************************************/ -/** -* -* This function reads the interrupt status. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_GetInterruptStatus(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_GetInterruptStatus(InstancePtr) \ - XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_ISR_OFFSET) - -/*****************************************************************************/ -/** -* -* This function clears the interrupt status. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_ClearInterruptStatus(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_ClearInterruptStatus(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_ISR_OFFSET, XSCUTIMER_ISR_EVENT_FLAG_MASK) - -/************************** Function Prototypes ******************************/ - -/* - * Lookup configuration in xscutimer_sinit.c - */ -XScuTimer_Config *XScuTimer_LookupConfig(u16 DeviceId); - -/* - * Selftest function in xscutimer_selftest.c - */ -s32 XScuTimer_SelfTest(XScuTimer *InstancePtr); - -/* - * Interface functions in xscutimer.c - */ -s32 XScuTimer_CfgInitialize(XScuTimer *InstancePtr, - XScuTimer_Config *ConfigPtr, u32 EffectiveAddress); -void XScuTimer_Start(XScuTimer *InstancePtr); -void XScuTimer_Stop(XScuTimer *InstancePtr); -void XScuTimer_SetPrescaler(XScuTimer *InstancePtr, u8 PrescalerValue); -u8 XScuTimer_GetPrescaler(XScuTimer *InstancePtr); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscutimer_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscutimer_hw.h deleted file mode 100644 index 4b6d75a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscutimer_hw.h +++ /dev/null @@ -1,261 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscutimer_hw.h -* @addtogroup scutimer_v2_3 -* @{ -* -* This file contains the hardware interface to the Timer. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 1.01a sdm 02/02/12 Added low level macros to read/write load, counter, control
-*		     and interrupt registers
-* 1.02a  sg 07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ -#ifndef XSCUTIMER_HW_H /* prevent circular inclusions */ -#define XSCUTIMER_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_io.h" -#include "xil_assert.h" -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * Offsets of registers from the start of the device - * @{ - */ - -#define XSCUTIMER_LOAD_OFFSET 0x00U /**< Timer Load Register */ -#define XSCUTIMER_COUNTER_OFFSET 0x04U /**< Timer Counter Register */ -#define XSCUTIMER_CONTROL_OFFSET 0x08U /**< Timer Control Register */ -#define XSCUTIMER_ISR_OFFSET 0x0CU /**< Timer Interrupt - Status Register */ -/* @} */ - -/** @name Timer Control register - * This register bits control the prescaler, Intr enable, - * auto-reload and timer enable. - * @{ - */ - -#define XSCUTIMER_CONTROL_PRESCALER_MASK 0x0000FF00U /**< Prescaler */ -#define XSCUTIMER_CONTROL_PRESCALER_SHIFT 8U -#define XSCUTIMER_CONTROL_IRQ_ENABLE_MASK 0x00000004U /**< Intr enable */ -#define XSCUTIMER_CONTROL_AUTO_RELOAD_MASK 0x00000002U /**< Auto-reload */ -#define XSCUTIMER_CONTROL_ENABLE_MASK 0x00000001U /**< Timer enable */ -/* @} */ - -/** @name Interrupt Status register - * This register indicates the Timer counter register has reached zero. - * @{ - */ - -#define XSCUTIMER_ISR_EVENT_FLAG_MASK 0x00000001U /**< Event flag */ -/*@}*/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Write to the timer load register. This will also update the -* timer counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the load register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetLoadReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetLoadReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_LOAD_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer load register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer load register. -* -* @note C-style signature: -* u32 XScuTimer_GetLoadReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetLoadReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_LOAD_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the timer counter register. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the counter register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetCounterReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetCounterReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_COUNTER_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer counter register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer counter register. -* -* @note C-style signature: - u32 XScuTimer_GetCounterReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetCounterReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_COUNTER_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the timer load register. This will also update the -* timer counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the load register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetControlReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetControlReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_CONTROL_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer load register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer load register. -* -* @note C-style signature: - u32 XScuTimer_GetControlReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetControlReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_CONTROL_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the timer counter register. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the counter register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetIntrReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetIntrReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_ISR_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer counter register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer counter register. -* -* @note C-style signature: - u32 XScuTimer_GetIntrReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetIntrReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_ISR_OFFSET) - -/****************************************************************************/ -/** -* -* Read from the given Timer register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note C-style signature: -* u32 XScuTimer_ReadReg(u32 BaseAddr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuTimer_ReadReg(BaseAddr, RegOffset) \ - Xil_In32((BaseAddr) + (RegOffset)) - -/****************************************************************************/ -/** -* -* Write to the given Timer register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_WriteReg(u32 BaseAddr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuTimer_WriteReg(BaseAddr, RegOffset, Data) \ - Xil_Out32((BaseAddr) + (RegOffset), (Data)) - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscuwdt.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscuwdt.h deleted file mode 100644 index 8d11ff8..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscuwdt.h +++ /dev/null @@ -1,365 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscuwdt.h -* @addtogroup scuwdt_v2_4 -* @{ -* @details -* -* The Xilinx SCU watchdog timer driver (XScuWdt) supports the Xilinx SCU private -* watchdog timer hardware. -* -* The XScuWdt driver supports the following features: -* - Watchdog mode -* - Timer mode -* - Auto reload (timer mode only) -* -* The watchdog counter register is a down counter and starts decrementing when -* the watchdog is started. -* In watchdog mode, when the counter reaches 0, the Reset flag is set in the -* Reset status register and the WDRESETREQ pin is asserted, causing a system -* reset. The Reset flag is not reset by normal processor reset and is cleared -* when written with a value of 1. This enables the user to differentiate a -* normal reset and a reset caused by watchdog time-out. The user needs to call -* XScuWdt_RestartWdt() periodically, to avoid the watchdog from being timed-out. -* -* The IsWdtExpired function can be used to check if the watchdog was the cause -* of the last reset. In this situation, call Initialize then call IsWdtExpired. -* If the result is true, watchdog timeout caused the last system reset. The -* application then needs to clear the Reset flag. -* -* In timer mode, when the counter reaches 0, the Event flag is set in the -* Interrupt status register and if interrupts are enabled, interrupt ID 30 is -* set as pending in the interrupt distributor. The IsTimerExpired function -* is used to check if the watchdog counter has decremented to 0 in timer mode. -* If auto-reload mode is enabled, the Counter register is automatically reloaded -* from the Load register. -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate with the Watchdog Timer. -* -* XScuWdt_CfgInitialize() API is used to initialize the Watchdog Timer. The -* user needs to first call the XScuWdt_LookupConfig() API which returns -* the Configuration structure pointer which is passed as a parameter to -* the XScuWdt_CfgInitialize() API. -* -* Interrupts -* -* The SCU Watchdog Timer supports interrupts in Timer mode. -* -* This driver does not provide a Interrupt Service Routine (ISR) for the device. -* It is the responsibility of the application to provide one if needed. Refer to -* the interrupt example provided with this driver for details on using the -* Timer in interrupt mode. -* -* Virtual Memory -* -* This driver supports Virtual Memory. The RTOS is responsible for calculating -* the correct device base address in Virtual Memory space. -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* Building the driver -* -* The XScuWdt driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -*

-* -* NOTE: -* The watchdog timer is not a part of the snoop control unit as indicated -* by the prefix "scu" in the name of the driver. -* It is an independent module in APU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 1.02a  sg 07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-*       ms  03/17/17 Added readme.txt file in examples folder for doxygen
-*                    generation.
-* 2.3   mus 08/31/20 Updated makefile to support parallel make and
-*                    incremental builds. It would help to reduce compilaton
-*                    time.
-* 2.3	sne 09/16/20 Fixed MISRA-C violations.
-* 2.4	sne 02/04/21 Fixed Doxygen warnings.
-* 
-* -******************************************************************************/ -#ifndef XSCUWDT_H /**< prevent circular inclusions */ -#define XSCUWDT_H /**< by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xscuwdt_hw.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddr; /**< Base address of the device */ -} XScuWdt_Config; - -/** - * The XScuWdt driver instance data. The user is required to allocate a - * variable of this type for every watchdog/timer device in the system. - * A pointer to a variable of this type is then passed to the driver API - * functions. - */ -typedef struct { - XScuWdt_Config Config;/**< Hardware Configuration */ - u32 IsReady; /**< Device is initialized and ready */ - u32 IsStarted; /**< Device watchdog timer is running */ -} XScuWdt; - -/************************** Variable Definitions *****************************/ -extern XScuWdt_Config XScuWdt_ConfigTable[]; - -/***************** Macros (Inline Functions) Definitions *********************/ -/****************************************************************************/ -/** -* -* This function is used to check if the watchdog has timed-out and the last -* reset was caused by the watchdog reset. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return -* - TRUE if the watchdog has expired. -* - FALSE if the watchdog has not expired. -* -* @note C-style signature: -* int XScuWdt_IsWdtExpired(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_IsWdtExpired(InstancePtr) \ - ((XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_RST_STS_OFFSET) & \ - XSCUWDT_RST_STS_RESET_FLAG_MASK) == XSCUWDT_RST_STS_RESET_FLAG_MASK) - -/****************************************************************************/ -/** -* -* This function is used to check if the watchdog counter has reached 0 in timer -* mode. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return -* - TRUE if the watchdog has expired. -* - FALSE if the watchdog has not expired. -* -* @note C-style signature: -* int XScuWdt_IsTimerExpired(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_IsTimerExpired(InstancePtr) \ - ((XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_ISR_OFFSET) & \ - XSCUWDT_ISR_EVENT_FLAG_MASK) == XSCUWDT_ISR_EVENT_FLAG_MASK) - -/****************************************************************************/ -/** -* -* Re-start the watchdog timer. This macro will read the watchdog load register -* and write the same value to load register to update the counter register. -* An application needs to call this function periodically to keep the watchdog -* from asserting the WDRESETREQ reset request output pin. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_RestartWdt(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_RestartWdt(InstancePtr) \ - XScuWdt_LoadWdt((InstancePtr), \ - (XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_LOAD_OFFSET))) - -/****************************************************************************/ -/** -* -* Write to the watchdog timer load register. This will also update the -* watchdog counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* @param Value is the value to be written to the Watchdog Load register. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_LoadWdt(XScuWdt *InstancePtr, u32 Value) -* -******************************************************************************/ -#define XScuWdt_LoadWdt(InstancePtr, Value) \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_LOAD_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Put the watchdog timer in Watchdog mode by setting the WD mode bit of the -* Watchdog control register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_SetWdMode(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_SetWdMode(InstancePtr) \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET, \ - (XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET) | \ - (XSCUWDT_CONTROL_WD_MODE_MASK))) - -/****************************************************************************/ -/** -* -* Put the watchdog timer in Timer mode by writing 0x12345678 and 0x87654321 -* successively to the Watchdog Disable Register. -* The software must write 0x12345678 and 0x87654321 successively to the -* Watchdog Disable Register so that the watchdog mode bit in the Watchdog -* Control Register is set to zero. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_SetTimerMode(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_SetTimerMode(InstancePtr) \ -{ \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_DISABLE_OFFSET, \ - XSCUWDT_DISABLE_VALUE1); \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_DISABLE_OFFSET, \ - XSCUWDT_DISABLE_VALUE2); \ -} - -/****************************************************************************/ -/** -* -* Get the contents of the watchdog control register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return Contents of the watchdog control register. -* -* @note C-style signature: - u32 XScuWdt_GetControlReg(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_GetControlReg(InstancePtr) \ - XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the watchdog control register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* @param ControlReg is the value to be written to the watchdog control -* register. -* -* @return None. -* -* @note C-style signature: - void XScuWdt_SetControlReg(XScuWdt *InstancePtr, u32 ControlReg) -* -******************************************************************************/ -#define XScuWdt_SetControlReg(InstancePtr, ControlReg) \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET, (ControlReg)) - -/****************************************************************************/ -/** -* -* Enable auto-reload mode. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_EnableAutoReload(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_EnableAutoReload(InstancePtr) \ - XScuWdt_SetControlReg((InstancePtr), \ - (XScuWdt_GetControlReg(InstancePtr) | \ - XSCUWDT_CONTROL_AUTO_RELOAD_MASK)) - -/************************** Function Prototypes ******************************/ - -/* - * Lookup configuration in xscuwdt_sinit.c. - */ -XScuWdt_Config *XScuWdt_LookupConfig(u16 DeviceId); - -/* - * Selftest function in xscuwdt_selftest.c - */ -s32 XScuWdt_SelfTest(XScuWdt *InstancePtr); - -/* - * Interface functions in xscuwdt.c - */ -s32 XScuWdt_CfgInitialize(XScuWdt *InstancePtr, - XScuWdt_Config *ConfigPtr, u32 EffectiveAddress); - -void XScuWdt_Start(XScuWdt *InstancePtr); - -void XScuWdt_Stop(XScuWdt *InstancePtr); - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscuwdt_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscuwdt_hw.h deleted file mode 100644 index 0cdfc1e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xscuwdt_hw.h +++ /dev/null @@ -1,156 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscuwdt_hw.h -* @addtogroup scuwdt_v2_4 -* @{ -* -* This file contains the hardware interface to the Xilinx SCU private Watch Dog -* Timer (XSCUWDT). -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 1.01a bss 02/27/12 Updated the register offsets to start at 0x0 instead
-*                    of 0x20 as the base address obtained from the tools
-*		     starts at 0x20.
-* 1.02a  sg 07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ -#ifndef XSCUWDT_HW_H /**< prevent circular inclusions */ -#define XSCUWDT_HW_H /**< by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_io.h" -#include "xil_assert.h" -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * Offsets of registers from the start of the device. The WDT registers start at - * an offset 0x20 - * @{ - */ - -#define XSCUWDT_LOAD_OFFSET 0x00U /**< Watchdog Load Register */ -#define XSCUWDT_COUNTER_OFFSET 0x04U /**< Watchdog Counter Register */ -#define XSCUWDT_CONTROL_OFFSET 0x08U /**< Watchdog Control Register */ -#define XSCUWDT_ISR_OFFSET 0x0CU /**< Watchdog Interrupt Status Register */ -#define XSCUWDT_RST_STS_OFFSET 0x10U /**< Watchdog Reset Status Register */ -#define XSCUWDT_DISABLE_OFFSET 0x14U /**< Watchdog Disable Register */ -/* @} */ - -/** @name Watchdog Control register - * This register bits control the prescaler, WD/Timer mode, Intr enable, - * auto-reload, watchdog enable. - * @{ - */ - -#define XSCUWDT_CONTROL_PRESCALER_MASK 0x0000FF00U /**< Prescaler */ -#define XSCUWDT_CONTROL_PRESCALER_SHIFT 8U -#define XSCUWDT_CONTROL_WD_MODE_MASK 0x00000008U /**< Watchdog/Timer mode */ -#define XSCUWDT_CONTROL_IT_ENABLE_MASK 0x00000004U /**< Intr enable (in - timer mode) */ -#define XSCUWDT_CONTROL_AUTO_RELOAD_MASK 0x00000002U /**< Auto-reload (in - timer mode) */ -#define XSCUWDT_CONTROL_WD_ENABLE_MASK 0x00000001U /**< Watchdog enable */ -/* @} */ - -/** @name Interrupt Status register - * This register indicates the Counter register has reached zero in Counter - * mode. - * @{ - */ - -#define XSCUWDT_ISR_EVENT_FLAG_MASK 0x00000001U /**< Event flag */ -/*@}*/ - -/** @name Reset Status register - * This register indicates the Counter register has reached zero in Watchdog - * mode and a reset request is sent. - * @{ - */ - -#define XSCUWDT_RST_STS_RESET_FLAG_MASK 0x00000001U /**< Time out occurred */ -/*@}*/ - -/** @name Disable register - * This register is used to switch from watchdog mode to timer mode. - * The software must write 0x12345678 and 0x87654321 successively to the - * Watchdog Disable Register so that the watchdog mode bit in the Watchdog - * Control Register is set to zero. - * @{ - */ -#define XSCUWDT_DISABLE_VALUE1 0x12345678U /**< Watchdog mode disable - value 1 */ -#define XSCUWDT_DISABLE_VALUE2 0x87654321U /**< Watchdog mode disable - value 2 */ -/*@}*/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Read the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note C-style signature: -* u32 XScuWdt_ReadReg(u32 BaseAddr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuWdt_ReadReg(BaseAddr, RegOffset) \ - Xil_In32((BaseAddr) + ((u32)RegOffset)) - -/****************************************************************************/ -/** -* -* Write the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_WriteReg(u32 BaseAddr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuWdt_WriteReg(BaseAddr, RegOffset, Data) \ - Xil_Out32((BaseAddr) + ((u32)RegOffset), ((u32)Data)) - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xstatus.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xstatus.h deleted file mode 100644 index 1e9e6fb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xstatus.h +++ /dev/null @@ -1,522 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xstatus.h -* -* @addtogroup common_status_codes Xilinx software status codes -* -* The xstatus.h file contains the Xilinx software status codes.These codes are -* used throughout the Xilinx device drivers. -* -* @{ -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XSTATUS_H /* prevent circular inclusions */ -#define XSTATUS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -/************************** Constant Definitions *****************************/ - -/*********************** Common statuses 0 - 500 *****************************/ -/** -@name Common Status Codes for All Device Drivers -@{ -*/ -#define XST_SUCCESS 0L -#define XST_FAILURE 1L -#define XST_DEVICE_NOT_FOUND 2L -#define XST_DEVICE_BLOCK_NOT_FOUND 3L -#define XST_INVALID_VERSION 4L -#define XST_DEVICE_IS_STARTED 5L -#define XST_DEVICE_IS_STOPPED 6L -#define XST_FIFO_ERROR 7L /*!< An error occurred during an - operation with a FIFO such as - an underrun or overrun, this - error requires the device to - be reset */ -#define XST_RESET_ERROR 8L /*!< An error occurred which requires - the device to be reset */ -#define XST_DMA_ERROR 9L /*!< A DMA error occurred, this error - typically requires the device - using the DMA to be reset */ -#define XST_NOT_POLLED 10L /*!< The device is not configured for - polled mode operation */ -#define XST_FIFO_NO_ROOM 11L /*!< A FIFO did not have room to put - the specified data into */ -#define XST_BUFFER_TOO_SMALL 12L /*!< The buffer is not large enough - to hold the expected data */ -#define XST_NO_DATA 13L /*!< There was no data available */ -#define XST_REGISTER_ERROR 14L /*!< A register did not contain the - expected value */ -#define XST_INVALID_PARAM 15L /*!< An invalid parameter was passed - into the function */ -#define XST_NOT_SGDMA 16L /*!< The device is not configured for - scatter-gather DMA operation */ -#define XST_LOOPBACK_ERROR 17L /*!< A loopback test failed */ -#define XST_NO_CALLBACK 18L /*!< A callback has not yet been - registered */ -#define XST_NO_FEATURE 19L /*!< Device is not configured with - the requested feature */ -#define XST_NOT_INTERRUPT 20L /*!< Device is not configured for - interrupt mode operation */ -#define XST_DEVICE_BUSY 21L /*!< Device is busy */ -#define XST_ERROR_COUNT_MAX 22L /*!< The error counters of a device - have maxed out */ -#define XST_IS_STARTED 23L /*!< Used when part of device is - already started i.e. - sub channel */ -#define XST_IS_STOPPED 24L /*!< Used when part of device is - already stopped i.e. - sub channel */ -#define XST_DATA_LOST 26L /*!< Driver defined error */ -#define XST_RECV_ERROR 27L /*!< Generic receive error */ -#define XST_SEND_ERROR 28L /*!< Generic transmit error */ -#define XST_NOT_ENABLED 29L /*!< A requested service is not - available because it has not - been enabled */ -#define XST_NO_ACCESS 30L /* Generic access error */ -#define XST_TIMEOUT 31L /*!< Event timeout occurred */ - -/** @} */ -/***************** Utility Component statuses 401 - 500 *********************/ -/** -@name Utility Component Status Codes 401 - 500 -@{ -*/ -#define XST_MEMTEST_FAILED 401L /*!< Memory test failed */ - -/** @} */ -/***************** Common Components statuses 501 - 1000 *********************/ -/** -@name Packet Fifo Status Codes 501 - 510 -@{ -*/ -/********************* Packet Fifo statuses 501 - 510 ************************/ - -#define XST_PFIFO_LACK_OF_DATA 501L /*!< Not enough data in FIFO */ -#define XST_PFIFO_NO_ROOM 502L /*!< Not enough room in FIFO */ -#define XST_PFIFO_BAD_REG_VALUE 503L /*!< Self test, a register value - was invalid after reset */ -#define XST_PFIFO_ERROR 504L /*!< Generic packet FIFO error */ -#define XST_PFIFO_DEADLOCK 505L /*!< Packet FIFO is reporting - * empty and full simultaneously - */ -/** @} */ -/** -@name DMA Status Codes 511 - 530 -@{ -*/ -/************************** DMA statuses 511 - 530 ***************************/ - -#define XST_DMA_TRANSFER_ERROR 511L /*!< Self test, DMA transfer - failed */ -#define XST_DMA_RESET_REGISTER_ERROR 512L /*!< Self test, a register value - was invalid after reset */ -#define XST_DMA_SG_LIST_EMPTY 513L /*!< Scatter gather list contains - no buffer descriptors ready - to be processed */ -#define XST_DMA_SG_IS_STARTED 514L /*!< Scatter gather not stopped */ -#define XST_DMA_SG_IS_STOPPED 515L /*!< Scatter gather not running */ -#define XST_DMA_SG_LIST_FULL 517L /*!< All the buffer descriptors of - the scatter gather list are - being used */ -#define XST_DMA_SG_BD_LOCKED 518L /*!< The scatter gather buffer - descriptor which is to be - copied over in the scatter - list is locked */ -#define XST_DMA_SG_NOTHING_TO_COMMIT 519L /*!< No buffer descriptors have been - put into the scatter gather - list to be committed */ -#define XST_DMA_SG_COUNT_EXCEEDED 521L /*!< The packet count threshold - specified was larger than the - total # of buffer descriptors - in the scatter gather list */ -#define XST_DMA_SG_LIST_EXISTS 522L /*!< The scatter gather list has - already been created */ -#define XST_DMA_SG_NO_LIST 523L /*!< No scatter gather list has - been created */ -#define XST_DMA_SG_BD_NOT_COMMITTED 524L /*!< The buffer descriptor which was - being started was not committed - to the list */ -#define XST_DMA_SG_NO_DATA 525L /*!< The buffer descriptor to start - has already been used by the - hardware so it can't be reused - */ -#define XST_DMA_SG_LIST_ERROR 526L /*!< General purpose list access - error */ -#define XST_DMA_BD_ERROR 527L /*!< General buffer descriptor - error */ -/** @} */ -/** -@name IPIF Status Codes Codes 531 - 550 -@{ -*/ -/************************** IPIF statuses 531 - 550 ***************************/ - -#define XST_IPIF_REG_WIDTH_ERROR 531L /*!< An invalid register width - was passed into the function */ -#define XST_IPIF_RESET_REGISTER_ERROR 532L /*!< The value of a register at - reset was not valid */ -#define XST_IPIF_DEVICE_STATUS_ERROR 533L /*!< A write to the device interrupt - status register did not read - back correctly */ -#define XST_IPIF_DEVICE_ACK_ERROR 534L /*!< The device interrupt status - register did not reset when - acked */ -#define XST_IPIF_DEVICE_ENABLE_ERROR 535L /*!< The device interrupt enable - register was not updated when - other registers changed */ -#define XST_IPIF_IP_STATUS_ERROR 536L /*!< A write to the IP interrupt - status register did not read - back correctly */ -#define XST_IPIF_IP_ACK_ERROR 537L /*!< The IP interrupt status register - did not reset when acked */ -#define XST_IPIF_IP_ENABLE_ERROR 538L /*!< IP interrupt enable register was - not updated correctly when other - registers changed */ -#define XST_IPIF_DEVICE_PENDING_ERROR 539L /*!< The device interrupt pending - register did not indicate the - expected value */ -#define XST_IPIF_DEVICE_ID_ERROR 540L /*!< The device interrupt ID register - did not indicate the expected - value */ -#define XST_IPIF_ERROR 541L /*!< Generic ipif error */ -/** @} */ - -/****************** Device specific statuses 1001 - 4095 *********************/ -/** -@name Ethernet Status Codes 1001 - 1050 -@{ -*/ -/********************* Ethernet statuses 1001 - 1050 *************************/ - -#define XST_EMAC_MEMORY_SIZE_ERROR 1001L /*!< Memory space is not big enough - * to hold the minimum number of - * buffers or descriptors */ -#define XST_EMAC_MEMORY_ALLOC_ERROR 1002L /*!< Memory allocation failed */ -#define XST_EMAC_MII_READ_ERROR 1003L /*!< MII read error */ -#define XST_EMAC_MII_BUSY 1004L /*!< An MII operation is in progress */ -#define XST_EMAC_OUT_OF_BUFFERS 1005L /*!< Driver is out of buffers */ -#define XST_EMAC_PARSE_ERROR 1006L /*!< Invalid driver init string */ -#define XST_EMAC_COLLISION_ERROR 1007L /*!< Excess deferral or late - * collision on polled send */ -/** @} */ -/** -@name UART Status Codes 1051 - 1075 -@{ -*/ -/*********************** UART statuses 1051 - 1075 ***************************/ -#define XST_UART - -#define XST_UART_INIT_ERROR 1051L -#define XST_UART_START_ERROR 1052L -#define XST_UART_CONFIG_ERROR 1053L -#define XST_UART_TEST_FAIL 1054L -#define XST_UART_BAUD_ERROR 1055L -#define XST_UART_BAUD_RANGE 1056L - -/** @} */ -/** -@name IIC Status Codes 1076 - 1100 -@{ -*/ -/************************ IIC statuses 1076 - 1100 ***************************/ - -#define XST_IIC_SELFTEST_FAILED 1076 /*!< self test failed */ -#define XST_IIC_BUS_BUSY 1077 /*!< bus found busy */ -#define XST_IIC_GENERAL_CALL_ADDRESS 1078 /*!< mastersend attempted with */ - /* general call address */ -#define XST_IIC_STAND_REG_RESET_ERROR 1079 /*!< A non parameterizable reg */ - /* value after reset not valid */ -#define XST_IIC_TX_FIFO_REG_RESET_ERROR 1080 /*!< Tx fifo included in design */ - /* value after reset not valid */ -#define XST_IIC_RX_FIFO_REG_RESET_ERROR 1081 /*!< Rx fifo included in design */ - /* value after reset not valid */ -#define XST_IIC_TBA_REG_RESET_ERROR 1082 /*!< 10 bit addr incl in design */ - /* value after reset not valid */ -#define XST_IIC_CR_READBACK_ERROR 1083 /*!< Read of the control register */ - /* didn't return value written */ -#define XST_IIC_DTR_READBACK_ERROR 1084 /*!< Read of the data Tx reg */ - /* didn't return value written */ -#define XST_IIC_DRR_READBACK_ERROR 1085 /*!< Read of the data Receive reg */ - /* didn't return value written */ -#define XST_IIC_ADR_READBACK_ERROR 1086 /*!< Read of the data Tx reg */ - /* didn't return value written */ -#define XST_IIC_TBA_READBACK_ERROR 1087 /*!< Read of the 10 bit addr reg */ - /* didn't return written value */ -#define XST_IIC_NOT_SLAVE 1088 /*!< The device isn't a slave */ -#define XST_IIC_ARB_LOST 1089 /*!< Arbitration lost for master */ -/** @} */ -/** -@name ATMC Status Codes 1101 - 1125 -@{ -*/ -/*********************** ATMC statuses 1101 - 1125 ***************************/ - -#define XST_ATMC_ERROR_COUNT_MAX 1101L /*!< the error counters in the ATM - controller hit the max value - which requires the statistics - to be cleared */ -/** @} */ -/** -@name Flash Status Codes 1126 - 1150 -@{ -*/ -/*********************** Flash statuses 1126 - 1150 **************************/ - -#define XST_FLASH_BUSY 1126L /*!< Flash is erasing or programming - */ -#define XST_FLASH_READY 1127L /*!< Flash is ready for commands */ -#define XST_FLASH_ERROR 1128L /*!< Flash had detected an internal - error. Use XFlash_DeviceControl - to retrieve device specific codes - */ -#define XST_FLASH_ERASE_SUSPENDED 1129L /*!< Flash is in suspended erase state - */ -#define XST_FLASH_WRITE_SUSPENDED 1130L /*!< Flash is in suspended write state - */ -#define XST_FLASH_PART_NOT_SUPPORTED 1131L /*!< Flash type not supported by - driver */ -#define XST_FLASH_NOT_SUPPORTED 1132L /*!< Operation not supported */ -#define XST_FLASH_TOO_MANY_REGIONS 1133L /*!< Too many erase regions */ -#define XST_FLASH_TIMEOUT_ERROR 1134L /*!< Programming or erase operation - aborted due to a timeout */ -#define XST_FLASH_ADDRESS_ERROR 1135L /*!< Accessed flash outside its - addressible range */ -#define XST_FLASH_ALIGNMENT_ERROR 1136L /*!< Write alignment error */ -#define XST_FLASH_BLOCKING_CALL_ERROR 1137L /*!< Couldn't return immediately from - write/erase function with - XFL_NON_BLOCKING_WRITE/ERASE - option cleared */ -#define XST_FLASH_CFI_QUERY_ERROR 1138L /*!< Failed to query the device */ -/** @} */ -/** -@name SPI Status Codes 1151 - 1175 -@{ -*/ -/*********************** SPI statuses 1151 - 1175 ****************************/ - -#define XST_SPI_MODE_FAULT 1151 /*!< master was selected as slave */ -#define XST_SPI_TRANSFER_DONE 1152 /*!< data transfer is complete */ -#define XST_SPI_TRANSMIT_UNDERRUN 1153 /*!< slave underruns transmit register */ -#define XST_SPI_RECEIVE_OVERRUN 1154 /*!< device overruns receive register */ -#define XST_SPI_NO_SLAVE 1155 /*!< no slave has been selected yet */ -#define XST_SPI_TOO_MANY_SLAVES 1156 /*!< more than one slave is being - * selected */ -#define XST_SPI_NOT_MASTER 1157 /*!< operation is valid only as master */ -#define XST_SPI_SLAVE_ONLY 1158 /*!< device is configured as slave-only - */ -#define XST_SPI_SLAVE_MODE_FAULT 1159 /*!< slave was selected while disabled */ -#define XST_SPI_SLAVE_MODE 1160 /*!< device has been addressed as slave */ -#define XST_SPI_RECEIVE_NOT_EMPTY 1161 /*!< device received data in slave mode */ - -#define XST_SPI_COMMAND_ERROR 1162 /*!< unrecognised command - qspi only */ -#define XST_SPI_POLL_DONE 1163 /*!< controller completed polling the - device for status */ -/** @} */ -/** -@name OPB Arbiter Status Codes 1176 - 1200 -@{ -*/ -/********************** OPB Arbiter statuses 1176 - 1200 *********************/ - -#define XST_OPBARB_INVALID_PRIORITY 1176 /*!< the priority registers have either - * one master assigned to two or more - * priorities, or one master not - * assigned to any priority - */ -#define XST_OPBARB_NOT_SUSPENDED 1177 /*!< an attempt was made to modify the - * priority levels without first - * suspending the use of priority - * levels - */ -#define XST_OPBARB_PARK_NOT_ENABLED 1178 /*!< bus parking by id was enabled but - * bus parking was not enabled - */ -#define XST_OPBARB_NOT_FIXED_PRIORITY 1179 /*!< the arbiter must be in fixed - * priority mode to allow the - * priorities to be changed - */ -/** @} */ -/** -@name INTC Status Codes 1201 - 1225 -@{ -*/ -/************************ Intc statuses 1201 - 1225 **************************/ - -#define XST_INTC_FAIL_SELFTEST 1201 /*!< self test failed */ -#define XST_INTC_CONNECT_ERROR 1202 /*!< interrupt already in use */ -/** @} */ -/** -@name TmrCtr Status Codes 1226 - 1250 -@{ -*/ -/********************** TmrCtr statuses 1226 - 1250 **************************/ - -#define XST_TMRCTR_TIMER_FAILED 1226 /*!< self test failed */ -/** @} */ -/** -@name WdtTb Status Codes 1251 - 1275 -@{ -*/ -/********************** WdtTb statuses 1251 - 1275 ***************************/ - -#define XST_WDTTB_TIMER_FAILED 1251L -/** @} */ -/** -@name PlbArb status Codes 1276 - 1300 -@{ -*/ -/********************** PlbArb statuses 1276 - 1300 **************************/ - -#define XST_PLBARB_FAIL_SELFTEST 1276L -/** @} */ -/** -@name Plb2Opb Status Codes 1301 - 1325 -@{ -*/ -/********************** Plb2Opb statuses 1301 - 1325 *************************/ - -#define XST_PLB2OPB_FAIL_SELFTEST 1301L -/** @} */ -/** -@name Opb2Plb Status 1326 - 1350 -@{ -*/ -/********************** Opb2Plb statuses 1326 - 1350 *************************/ - -#define XST_OPB2PLB_FAIL_SELFTEST 1326L -/** @} */ -/** -@name SysAce Status Codes 1351 - 1360 -@{ -*/ -/********************** SysAce statuses 1351 - 1360 **************************/ - -#define XST_SYSACE_NO_LOCK 1351L /*!< No MPU lock has been granted */ -/** @} */ -/** -@name PCI Bridge Status Codes 1361 - 1375 -@{ -*/ -/********************** PCI Bridge statuses 1361 - 1375 **********************/ - -#define XST_PCI_INVALID_ADDRESS 1361L -/** @} */ -/** -@name FlexRay Constants 1400 - 1409 -@{ -*/ -/********************** FlexRay constants 1400 - 1409 *************************/ - -#define XST_FR_TX_ERROR 1400 -#define XST_FR_TX_BUSY 1401 -#define XST_FR_BUF_LOCKED 1402 -#define XST_FR_NO_BUF 1403 -/** @} */ -/** -@name USB constants 1410 - 1420 -@{ -*/ -/****************** USB constants 1410 - 1420 *******************************/ - -#define XST_USB_ALREADY_CONFIGURED 1410 -#define XST_USB_BUF_ALIGN_ERROR 1411 -#define XST_USB_NO_DESC_AVAILABLE 1412 -#define XST_USB_BUF_TOO_BIG 1413 -#define XST_USB_NO_BUF 1414 -/** @} */ -/** -@name HWICAP constants 1421 - 1429 -@{ -*/ -/****************** HWICAP constants 1421 - 1429 *****************************/ - -#define XST_HWICAP_WRITE_DONE 1421 - -/** @} */ -/** -@name AXI VDMA constants 1430 - 1440 -@{ -*/ -/****************** AXI VDMA constants 1430 - 1440 *****************************/ - -#define XST_VDMA_MISMATCH_ERROR 1430 -/** @} */ -/** -@name NAND Flash Status Codes 1441 - 1459 -@{ -*/ -/*********************** NAND Flash statuses 1441 - 1459 *********************/ - -#define XST_NAND_BUSY 1441L /*!< Flash is erasing or - * programming - */ -#define XST_NAND_READY 1442L /*!< Flash is ready for commands - */ -#define XST_NAND_ERROR 1443L /*!< Flash had detected an - * internal error. - */ -#define XST_NAND_PART_NOT_SUPPORTED 1444L /*!< Flash type not supported by - * driver - */ -#define XST_NAND_OPT_NOT_SUPPORTED 1445L /*!< Operation not supported - */ -#define XST_NAND_TIMEOUT_ERROR 1446L /*!< Programming or erase - * operation aborted due to a - * timeout - */ -#define XST_NAND_ADDRESS_ERROR 1447L /*!< Accessed flash outside its - * addressible range - */ -#define XST_NAND_ALIGNMENT_ERROR 1448L /*!< Write alignment error - */ -#define XST_NAND_PARAM_PAGE_ERROR 1449L /*!< Failed to read parameter - * page of the device - */ -#define XST_NAND_CACHE_ERROR 1450L /*!< Flash page buffer error - */ - -#define XST_NAND_WRITE_PROTECTED 1451L /*!< Flash is write protected - */ -/** @} */ - -/**************************** Type Definitions *******************************/ - -typedef s32 XStatus; - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup common_status_codes". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xtime_l.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xtime_l.h deleted file mode 100644 index 9d17f5c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xtime_l.h +++ /dev/null @@ -1,86 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.h -* @addtogroup a9_time_apis Cortex A9 Time Functions -* -* xtime_l.h provides access to the 64-bit Global Counter in the PMU. This -* counter increases by one at every two processor cycles. These functions can -* be used to get/set time in the global timer. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 1.00a rp/sdm 11/03/09 Initial release.
-* 3.06a sgd    05/15/12 Updated get/set time functions to make use Global Timer
-* 3.06a asa    06/17/12 Reverted back the changes to make use Global Timer.
-* 3.07a sgd    07/05/12 Updated get/set time functions to make use Global Timer
-* 6.6   srm    10/23/17 Updated the macros to support user configurable sleep
-*						implementation
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XTIME_H /* prevent circular inclusions */ -#define XTIME_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -typedef u64 XTime; - -/************************** Constant Definitions *****************************/ -#define GLOBAL_TMR_BASEADDR XPAR_GLOBAL_TMR_BASEADDR -#define GTIMER_COUNTER_LOWER_OFFSET 0x00U -#define GTIMER_COUNTER_UPPER_OFFSET 0x04U -#define GTIMER_CONTROL_OFFSET 0x08U - -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_SECOND (SLEEP_TIMER_FREQUENCY) -#else -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_SECOND (XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ /2) -#endif -/************************** Variable Definitions *****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes ******************************/ - -void XTime_SetTime(XTime Xtime_Global); -void XTime_GetTime(XTime *Xtime_Global); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XTIME_H */ -/** -* @} End of "addtogroup a9_time_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xuartps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xuartps.h deleted file mode 100644 index bb3765d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xuartps.h +++ /dev/null @@ -1,504 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps.h -* @addtogroup uartps_v3_11 -* @{ -* @details -* -* This driver supports the following features: -* -* - Dynamic data format (baud rate, data bits, stop bits, parity) -* - Polled mode -* - Interrupt driven mode -* - Transmit and receive FIFOs (32 byte FIFO depth) -* - Access to the external modem control lines -* -* Initialization & Configuration -* -* The XUartPs_Config structure is used by the driver to configure itself. -* Fields inside this structure are properties of XUartPs based on its hardware -* build. -* -* To support multiple runtime loading and initialization strategies employed -* by various operating systems, the driver instance can be initialized in the -* following way: -* -* - XUartPs_CfgInitialize(InstancePtr, CfgPtr, EffectiveAddr) - Uses a -* configuration structure provided by the caller. If running in a system -* with address translation, the parameter EffectiveAddr should be the -* virtual address. -* -* Baud Rate -* -* The UART has an internal baud rate generator, which furnishes the baud rate -* clock for both the receiver and the transmitter. The input clock frequency -* can be either the master clock or the master clock divided by 8, configured -* through the mode register. -* -* Accompanied with the baud rate divider register, the baud rate is determined -* by: -*
-*	baud_rate = input_clock / (bgen * (bdiv + 1)
-* 
-* where bgen is the value of the baud rate generator, and bdiv is the value of -* baud rate divider. -* -* Interrupts -* -* The FIFOs are not flushed when the driver is initialized, but a function is -* provided to allow the user to reset the FIFOs if desired. -* -* The driver defaults to no interrupts at initialization such that interrupts -* must be enabled if desired. An interrupt is generated for one of the -* following conditions. -* -* - A change in the modem signals -* - Data in the receive FIFO for a configuable time without receiver activity -* - A parity error -* - A framing error -* - An overrun error -* - Transmit FIFO is full -* - Transmit FIFO is empty -* - Receive FIFO is full -* - Receive FIFO is empty -* - Data in the receive FIFO equal to the receive threshold -* -* The application can control which interrupts are enabled using the -* XUartPs_SetInterruptMask() function. -* -* In order to use interrupts, it is necessary for the user to connect the -* driver interrupt handler, XUartPs_InterruptHandler(), to the interrupt -* system of the application. A separate handler should be provided by the -* application to communicate with the interrupt system, and conduct -* application specific interrupt handling. An application registers its own -* handler through the XUartPs_SetHandler() function. -* -* Data Transfer -* -* The functions, XUartPs_Send() and XUartPs_Recv(), are provided in the -* driver to allow data to be sent and received. They can be used in either -* polled or interrupt mode. -* -* @note -* -* The default configuration for the UART after initialization is: -* -* - 9,600 bps or XPAR_DFT_BAUDRATE if defined -* - 8 data bits -* - 1 stop bit -* - no parity -* - FIFO's are enabled with a receive threshold of 8 bytes -* - The RX timeout is enabled with a timeout of 1 (4 char times) -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00a	drg/jz 01/12/10 First Release
-* 1.00a sdm    09/27/11 Fixed compiler warnings and also a bug
-*		        in XUartPs_SetFlowDelay where the value was not
-*			being written to the register.
-* 1.01a sdm    12/20/11 Removed the InputClockHz parameter from the XUartPs
-*			instance structure and the driver is updated to use
-*			InputClockHz parameter from the XUartPs_Config config
-*			structure.
-*			Added a parameter to XUartPs_Config structure which
-*			specifies whether the user has selected Modem pins
-*			to be connected to MIO or FMIO.
-*			Added the tcl file to generate the xparameters.h
-* 1.02a sg     05/16/12	Changed XUARTPS_RXWM_MASK to 0x3F for CR 652540 fix.
-* 1.03a sg     07/16/12 Updated XUARTPS_FORMAT_7_BITS and XUARTPS_FORMAT_6_BITS
-*			with the correct values for CR 666724
-* 			Added defines for XUARTPS_IXR_TOVR,  XUARTPS_IXR_TNFUL
-*			and XUARTPS_IXR_TTRIG.
-*			Modified the name of these defines
-*			XUARTPS_MEDEMSR_DCDX to XUARTPS_MODEMSR_DDCD
-*			XUARTPS_MEDEMSR_RIX to XUARTPS_MODEMSR_TERI
-*			XUARTPS_MEDEMSR_DSRX to XUARTPS_MODEMSR_DDSR
-*			XUARTPS_MEDEMSR_CTSX to XUARTPS_MODEMSR_DCTS
-* 1.05a hk     08/22/13 Added API for uart reset and related
-*			constant definitions.
-* 2.0   hk      03/07/14 Version number revised.
-* 2.1   hk     04/16/14 Change XUARTPS_MAX_RATE to 921600. CR# 780625.
-* 2.2   hk     06/23/14 SW reset of RX and TX should be done when changing
-*                       baud rate. CR# 804281.
-* 3.0   vm     12/09/14 Modified source code according to misrac guideline.
-*			Support for Zynq Ultrascale Mp added.
-* 3.1	kvn    04/10/15 Modified code for latest RTL changes. Also added
-*						platform variable in driver instance structure.
-* 3.1   adk   14/03/16  Include interrupt examples in the peripheral test when
-*			uart is connected to a valid interrupt controller CR#946803.
-* 3.2   rk     07/20/16 Modified the logic for transmission break bit set
-* 3.4   ms     01/23/17 Added xil_printf statement in main function for all
-*                       examples to ensure that "Successfully ran" and "Failed"
-*                       strings are available in all examples. This is a fix
-*                       for CR-965028.
-*       ms     03/17/17 Added readme.txt file in examples folder for doxygen
-*                       generation.
-* 3.6   ms     02/16/18 Updates the flow control mode offset value in modem
-*                       control register.
-* 3.7   aru    08/17/18 Resolved MISRA-C:2012 compliance mandatory violations.
-* 3.9   rna    12/03/19 Modified the XUARTPS_MAX_RATE macro.
-* 3.9   sd     02/06/20 Added clock support
-*
-* 
-* -*****************************************************************************/ - -#ifndef XUARTPS_H /* prevent circular inclusions */ -#define XUARTPS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xstatus.h" -#include "xuartps_hw.h" -#include "xplatform_info.h" -#if defined (XCLOCKING) -#include "xil_clocking.h" -#endif - -/************************** Constant Definitions ****************************/ - -/* - * The following constants indicate the max and min baud rates and these - * numbers are based only on the testing that has been done. The hardware - * is capable of other baud rates. - */ -#define XUARTPS_MAX_RATE 6240000U -#define XUARTPS_MIN_RATE 110U - -#define XUARTPS_DFT_BAUDRATE 115200U /* Default baud rate */ - -/** @name Configuration options - * @{ - */ -/** - * These constants specify the options that may be set or retrieved - * with the driver, each is a unique bit mask such that multiple options - * may be specified. These constants indicate the available options - * in active state. - * - */ - -#define XUARTPS_OPTION_SET_BREAK 0x0080U /**< Starts break transmission */ -#define XUARTPS_OPTION_STOP_BREAK 0x0040U /**< Stops break transmission */ -#define XUARTPS_OPTION_RESET_TMOUT 0x0020U /**< Reset the receive timeout */ -#define XUARTPS_OPTION_RESET_TX 0x0010U /**< Reset the transmitter */ -#define XUARTPS_OPTION_RESET_RX 0x0008U /**< Reset the receiver */ -#define XUARTPS_OPTION_ASSERT_RTS 0x0004U /**< Assert the RTS bit */ -#define XUARTPS_OPTION_ASSERT_DTR 0x0002U /**< Assert the DTR bit */ -#define XUARTPS_OPTION_SET_FCM 0x0001U /**< Turn on flow control mode */ -/*@}*/ - - -/** @name Channel Operational Mode - * - * The UART can operate in one of four modes: Normal, Local Loopback, Remote - * Loopback, or automatic echo. - * - * @{ - */ - -#define XUARTPS_OPER_MODE_NORMAL (u8)0x00U /**< Normal Mode */ -#define XUARTPS_OPER_MODE_AUTO_ECHO (u8)0x01U /**< Auto Echo Mode */ -#define XUARTPS_OPER_MODE_LOCAL_LOOP (u8)0x02U /**< Local Loopback Mode */ -#define XUARTPS_OPER_MODE_REMOTE_LOOP (u8)0x03U /**< Remote Loopback Mode */ - -/* @} */ - -/** @name Data format values - * - * These constants specify the data format that the driver supports. - * The data format includes the number of data bits, the number of stop - * bits and parity. - * - * @{ - */ -#define XUARTPS_FORMAT_8_BITS 0U /**< 8 data bits */ -#define XUARTPS_FORMAT_7_BITS 2U /**< 7 data bits */ -#define XUARTPS_FORMAT_6_BITS 3U /**< 6 data bits */ - -#define XUARTPS_FORMAT_NO_PARITY 4U /**< No parity */ -#define XUARTPS_FORMAT_MARK_PARITY 3U /**< Mark parity */ -#define XUARTPS_FORMAT_SPACE_PARITY 2U /**< parity */ -#define XUARTPS_FORMAT_ODD_PARITY 1U /**< Odd parity */ -#define XUARTPS_FORMAT_EVEN_PARITY 0U /**< Even parity */ - -#define XUARTPS_FORMAT_2_STOP_BIT 2U /**< 2 stop bits */ -#define XUARTPS_FORMAT_1_5_STOP_BIT 1U /**< 1.5 stop bits */ -#define XUARTPS_FORMAT_1_STOP_BIT 0U /**< 1 stop bit */ -/*@}*/ - -/** @name Callback events - * - * These constants specify the handler events that an application can handle - * using its specific handler function. Note that these constants are not bit - * mask, so only one event can be passed to an application at a time. - * - * @{ - */ -#define XUARTPS_EVENT_RECV_DATA 1U /**< Data receiving done */ -#define XUARTPS_EVENT_RECV_TOUT 2U /**< A receive timeout occurred */ -#define XUARTPS_EVENT_SENT_DATA 3U /**< Data transmission done */ -#define XUARTPS_EVENT_RECV_ERROR 4U /**< A receive error detected */ -#define XUARTPS_EVENT_MODEM 5U /**< Modem status changed */ -#define XUARTPS_EVENT_PARE_FRAME_BRKE 6U /**< A receive parity, frame, break - * error detected */ -#define XUARTPS_EVENT_RECV_ORERR 7U /**< A receive overrun error detected */ - -/*@}*/ - - -/**************************** Type Definitions ******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddress; /**< Base address of device (IPIF) */ - u32 InputClockHz;/**< Input clock frequency */ - s32 ModemPinsConnected; /** Specifies whether modem pins are connected - * to MIO or FMIO */ -#if defined (XCLOCKING) - u32 RefClk; /**< Input clock frequency */ -#endif -} XUartPs_Config; - -/* Keep track of state information about a data buffer in the interrupt mode. */ -typedef struct { - u8 *NextBytePtr; - u32 RequestedBytes; - u32 RemainingBytes; -} XUartPsBuffer; - -/** - * Keep track of data format setting of a device. - */ -typedef struct { - u32 BaudRate; /**< In bps, ie 1200 */ - u32 DataBits; /**< Number of data bits */ - u32 Parity; /**< Parity */ - u8 StopBits; /**< Number of stop bits */ -} XUartPsFormat; - -/******************************************************************************/ -/** - * This data type defines a handler that an application defines to communicate - * with interrupt system to retrieve state information about an application. - * - * @param CallBackRef is a callback reference passed in by the upper layer - * when setting the handler, and is passed back to the upper layer - * when the handler is called. It is used to find the device driver - * instance. - * @param Event contains one of the event constants indicating events that - * have occurred. - * @param EventData contains the number of bytes sent or received at the - * time of the call for send and receive events and contains the - * modem status for modem events. - * - ******************************************************************************/ -typedef void (*XUartPs_Handler) (void *CallBackRef, u32 Event, - u32 EventData); - -/** - * The XUartPs driver instance data structure. A pointer to an instance data - * structure is passed around by functions to refer to a specific driver - * instance. - */ -typedef struct { - XUartPs_Config Config; /* Configuration data structure */ - u32 InputClockHz; /* Input clock frequency */ - u32 IsReady; /* Device is initialized and ready */ - u32 BaudRate; /* Current baud rate */ - - XUartPsBuffer SendBuffer; - XUartPsBuffer ReceiveBuffer; - - XUartPs_Handler Handler; - void *CallBackRef; /* Callback reference for event handler */ - u32 Platform; - u8 is_rxbs_error; -} XUartPs; - - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* Get the UART Channel Status Register. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return The value read from the register. -* -* @note C-Style signature: -* u16 XUartPs_GetChannelStatus(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_GetChannelStatus(InstancePtr) \ - Xil_In32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_SR_OFFSET) - -/****************************************************************************/ -/** -* Get the UART Mode Control Register. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return The value read from the register. -* -* @note C-Style signature: -* u32 XUartPs_GetControl(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_GetModeControl(InstancePtr) \ - Xil_In32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_CR_OFFSET) - -/****************************************************************************/ -/** -* Set the UART Mode Control Register. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param RegisterValue is the value to be written to the register. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_SetModeControl(XUartPs *InstancePtr, u16 RegisterValue) -* -******************************************************************************/ -#define XUartPs_SetModeControl(InstancePtr, RegisterValue) \ - Xil_Out32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_CR_OFFSET, \ - (u32)(RegisterValue)) - -/****************************************************************************/ -/** -* Enable the transmitter and receiver of the UART. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_EnableUart(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_EnableUart(InstancePtr) \ - Xil_Out32(((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET), \ - ((Xil_In32((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET) & \ - (u32)(~XUARTPS_CR_EN_DIS_MASK)) | ((u32)XUARTPS_CR_RX_EN | (u32)XUARTPS_CR_TX_EN))) - -/****************************************************************************/ -/** -* Disable the transmitter and receiver of the UART. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_DisableUart(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_DisableUart(InstancePtr) \ - Xil_Out32(((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET), \ - (((Xil_In32((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET)) & \ - (u32)(~XUARTPS_CR_EN_DIS_MASK)) | ((u32)XUARTPS_CR_RX_DIS | (u32)XUARTPS_CR_TX_DIS))) - -/****************************************************************************/ -/** -* Determine if the transmitter FIFO is empty. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* - TRUE if a byte can be sent -* - FALSE if the Transmitter Fifo is not empty -* -* @note C-Style signature: -* u32 XUartPs_IsTransmitEmpty(XUartPs InstancePtr) -* -******************************************************************************/ -#define XUartPs_IsTransmitEmpty(InstancePtr) \ - ((Xil_In32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_SR_OFFSET) & \ - (u32)XUARTPS_SR_TXEMPTY) == (u32)XUARTPS_SR_TXEMPTY) - - -/************************** Function Prototypes *****************************/ - -/* Static lookup function implemented in xuartps_sinit.c */ -XUartPs_Config *XUartPs_LookupConfig(u16 DeviceId); - -/* Interface functions implemented in xuartps.c */ -s32 XUartPs_CfgInitialize(XUartPs *InstancePtr, - XUartPs_Config * Config, u32 EffectiveAddr); - -u32 XUartPs_Send(XUartPs *InstancePtr,u8 *BufferPtr, - u32 NumBytes); - -u32 XUartPs_Recv(XUartPs *InstancePtr,u8 *BufferPtr, - u32 NumBytes); - -s32 XUartPs_SetBaudRate(XUartPs *InstancePtr, u32 BaudRate); - -/* Options functions in xuartps_options.c */ -void XUartPs_SetOptions(XUartPs *InstancePtr, u16 Options); - -u16 XUartPs_GetOptions(XUartPs *InstancePtr); - -void XUartPs_SetFifoThreshold(XUartPs *InstancePtr, u8 TriggerLevel); - -u8 XUartPs_GetFifoThreshold(XUartPs *InstancePtr); - -u16 XUartPs_GetModemStatus(XUartPs *InstancePtr); - -u32 XUartPs_IsSending(XUartPs *InstancePtr); - -u8 XUartPs_GetOperMode(XUartPs *InstancePtr); - -void XUartPs_SetOperMode(XUartPs *InstancePtr, u8 OperationMode); - -u8 XUartPs_GetFlowDelay(XUartPs *InstancePtr); - -void XUartPs_SetFlowDelay(XUartPs *InstancePtr, u8 FlowDelayValue); - -u8 XUartPs_GetRecvTimeout(XUartPs *InstancePtr); - -void XUartPs_SetRecvTimeout(XUartPs *InstancePtr, u8 RecvTimeout); - -s32 XUartPs_SetDataFormat(XUartPs *InstancePtr, XUartPsFormat * FormatPtr); - -void XUartPs_GetDataFormat(XUartPs *InstancePtr, XUartPsFormat * FormatPtr); - -/* interrupt functions in xuartps_intr.c */ -u32 XUartPs_GetInterruptMask(XUartPs *InstancePtr); - -void XUartPs_SetInterruptMask(XUartPs *InstancePtr, u32 Mask); - -void XUartPs_InterruptHandler(XUartPs *InstancePtr); - -void XUartPs_SetHandler(XUartPs *InstancePtr, XUartPs_Handler FuncPtr, - void *CallBackRef); - -/* self-test functions in xuartps_selftest.c */ -s32 XUartPs_SelfTest(XUartPs *InstancePtr); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xuartps_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xuartps_hw.h deleted file mode 100644 index 27a10ad..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/include/xuartps_hw.h +++ /dev/null @@ -1,425 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xuartps_hw.h -* @addtogroup uartps_v3_11 -* @{ -* -* This header file contains the hardware interface of an XUartPs device. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	drg/jz 01/12/10 First Release
-* 1.03a sg     09/04/12 Added defines for XUARTPS_IXR_TOVR,  XUARTPS_IXR_TNFUL
-*			and XUARTPS_IXR_TTRIG.
-*			Modified the names of these defines
-*			XUARTPS_MEDEMSR_DCDX to XUARTPS_MODEMSR_DDCD
-*			XUARTPS_MEDEMSR_RIX to XUARTPS_MODEMSR_TERI
-*			XUARTPS_MEDEMSR_DSRX to XUARTPS_MODEMSR_DDSR
-*			XUARTPS_MEDEMSR_CTSX to XUARTPS_MODEMSR_DCTS
-* 1.05a hk     08/22/13 Added prototype for uart reset and related
-*			constant definitions.
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.1	kvn    04/10/15 Modified code for latest RTL changes.
-* 3.6   ms     02/16/18 Updates flow control mode offset value in
-*			modem control register.
-*
-* 
-* -******************************************************************************/ -#ifndef XUARTPS_HW_H /* prevent circular inclusions */ -#define XUARTPS_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * - * Register offsets for the UART. - * @{ - */ -#define XUARTPS_CR_OFFSET 0x0000U /**< Control Register [8:0] */ -#define XUARTPS_MR_OFFSET 0x0004U /**< Mode Register [9:0] */ -#define XUARTPS_IER_OFFSET 0x0008U /**< Interrupt Enable [12:0] */ -#define XUARTPS_IDR_OFFSET 0x000CU /**< Interrupt Disable [12:0] */ -#define XUARTPS_IMR_OFFSET 0x0010U /**< Interrupt Mask [12:0] */ -#define XUARTPS_ISR_OFFSET 0x0014U /**< Interrupt Status [12:0]*/ -#define XUARTPS_BAUDGEN_OFFSET 0x0018U /**< Baud Rate Generator [15:0] */ -#define XUARTPS_RXTOUT_OFFSET 0x001CU /**< RX Timeout [7:0] */ -#define XUARTPS_RXWM_OFFSET 0x0020U /**< RX FIFO Trigger Level [5:0] */ -#define XUARTPS_MODEMCR_OFFSET 0x0024U /**< Modem Control [5:0] */ -#define XUARTPS_MODEMSR_OFFSET 0x0028U /**< Modem Status [8:0] */ -#define XUARTPS_SR_OFFSET 0x002CU /**< Channel Status [14:0] */ -#define XUARTPS_FIFO_OFFSET 0x0030U /**< FIFO [7:0] */ -#define XUARTPS_BAUDDIV_OFFSET 0x0034U /**< Baud Rate Divider [7:0] */ -#define XUARTPS_FLOWDEL_OFFSET 0x0038U /**< Flow Delay [5:0] */ -#define XUARTPS_TXWM_OFFSET 0x0044U /**< TX FIFO Trigger Level [5:0] */ -#define XUARTPS_RXBS_OFFSET 0x0048U /**< RX FIFO Byte Status [11:0] */ -/* @} */ - -/** @name Control Register - * - * The Control register (CR) controls the major functions of the device. - * - * Control Register Bit Definition - */ - -#define XUARTPS_CR_STOPBRK 0x00000100U /**< Stop transmission of break */ -#define XUARTPS_CR_STARTBRK 0x00000080U /**< Set break */ -#define XUARTPS_CR_TORST 0x00000040U /**< RX timeout counter restart */ -#define XUARTPS_CR_TX_DIS 0x00000020U /**< TX disabled. */ -#define XUARTPS_CR_TX_EN 0x00000010U /**< TX enabled */ -#define XUARTPS_CR_RX_DIS 0x00000008U /**< RX disabled. */ -#define XUARTPS_CR_RX_EN 0x00000004U /**< RX enabled */ -#define XUARTPS_CR_EN_DIS_MASK 0x0000003CU /**< Enable/disable Mask */ -#define XUARTPS_CR_TXRST 0x00000002U /**< TX logic reset */ -#define XUARTPS_CR_RXRST 0x00000001U /**< RX logic reset */ -/* @}*/ - - -/** @name Mode Register - * - * The mode register (MR) defines the mode of transfer as well as the data - * format. If this register is modified during transmission or reception, - * data validity cannot be guaranteed. - * - * Mode Register Bit Definition - * @{ - */ -#define XUARTPS_MR_CCLK 0x00000400U /**< Input clock selection */ -#define XUARTPS_MR_CHMODE_R_LOOP 0x00000300U /**< Remote loopback mode */ -#define XUARTPS_MR_CHMODE_L_LOOP 0x00000200U /**< Local loopback mode */ -#define XUARTPS_MR_CHMODE_ECHO 0x00000100U /**< Auto echo mode */ -#define XUARTPS_MR_CHMODE_NORM 0x00000000U /**< Normal mode */ -#define XUARTPS_MR_CHMODE_SHIFT 8U /**< Mode shift */ -#define XUARTPS_MR_CHMODE_MASK 0x00000300U /**< Mode mask */ -#define XUARTPS_MR_STOPMODE_2_BIT 0x00000080U /**< 2 stop bits */ -#define XUARTPS_MR_STOPMODE_1_5_BIT 0x00000040U /**< 1.5 stop bits */ -#define XUARTPS_MR_STOPMODE_1_BIT 0x00000000U /**< 1 stop bit */ -#define XUARTPS_MR_STOPMODE_SHIFT 6U /**< Stop bits shift */ -#define XUARTPS_MR_STOPMODE_MASK 0x000000A0U /**< Stop bits mask */ -#define XUARTPS_MR_PARITY_NONE 0x00000020U /**< No parity mode */ -#define XUARTPS_MR_PARITY_MARK 0x00000018U /**< Mark parity mode */ -#define XUARTPS_MR_PARITY_SPACE 0x00000010U /**< Space parity mode */ -#define XUARTPS_MR_PARITY_ODD 0x00000008U /**< Odd parity mode */ -#define XUARTPS_MR_PARITY_EVEN 0x00000000U /**< Even parity mode */ -#define XUARTPS_MR_PARITY_SHIFT 3U /**< Parity setting shift */ -#define XUARTPS_MR_PARITY_MASK 0x00000038U /**< Parity mask */ -#define XUARTPS_MR_CHARLEN_6_BIT 0x00000006U /**< 6 bits data */ -#define XUARTPS_MR_CHARLEN_7_BIT 0x00000004U /**< 7 bits data */ -#define XUARTPS_MR_CHARLEN_8_BIT 0x00000000U /**< 8 bits data */ -#define XUARTPS_MR_CHARLEN_SHIFT 1U /**< Data Length shift */ -#define XUARTPS_MR_CHARLEN_MASK 0x00000006U /**< Data length mask */ -#define XUARTPS_MR_CLKSEL 0x00000001U /**< Input clock selection */ -/* @} */ - - -/** @name Interrupt Registers - * - * Interrupt control logic uses the interrupt enable register (IER) and the - * interrupt disable register (IDR) to set the value of the bits in the - * interrupt mask register (IMR). The IMR determines whether to pass an - * interrupt to the interrupt status register (ISR). - * Writing a 1 to IER Enbables an interrupt, writing a 1 to IDR disables an - * interrupt. IMR and ISR are read only, and IER and IDR are write only. - * Reading either IER or IDR returns 0x00. - * - * All four registers have the same bit definitions. - * - * @{ - */ -#define XUARTPS_IXR_RBRK 0x00002000U /**< Rx FIFO break detect interrupt */ -#define XUARTPS_IXR_TOVR 0x00001000U /**< Tx FIFO Overflow interrupt */ -#define XUARTPS_IXR_TNFUL 0x00000800U /**< Tx FIFO Nearly Full interrupt */ -#define XUARTPS_IXR_TTRIG 0x00000400U /**< Tx Trig interrupt */ -#define XUARTPS_IXR_DMS 0x00000200U /**< Modem status change interrupt */ -#define XUARTPS_IXR_TOUT 0x00000100U /**< Timeout error interrupt */ -#define XUARTPS_IXR_PARITY 0x00000080U /**< Parity error interrupt */ -#define XUARTPS_IXR_FRAMING 0x00000040U /**< Framing error interrupt */ -#define XUARTPS_IXR_OVER 0x00000020U /**< Overrun error interrupt */ -#define XUARTPS_IXR_TXFULL 0x00000010U /**< TX FIFO full interrupt. */ -#define XUARTPS_IXR_TXEMPTY 0x00000008U /**< TX FIFO empty interrupt. */ -#define XUARTPS_IXR_RXFULL 0x00000004U /**< RX FIFO full interrupt. */ -#define XUARTPS_IXR_RXEMPTY 0x00000002U /**< RX FIFO empty interrupt. */ -#define XUARTPS_IXR_RXOVR 0x00000001U /**< RX FIFO trigger interrupt. */ -#define XUARTPS_IXR_MASK 0x00003FFFU /**< Valid bit mask */ -/* @} */ - - -/** @name Baud Rate Generator Register - * - * The baud rate generator control register (BRGR) is a 16 bit register that - * controls the receiver bit sample clock and baud rate. - * Valid values are 1 - 65535. - * - * Bit Sample Rate = CCLK / BRGR, where the CCLK is selected by the MR_CCLK bit - * in the MR register. - * @{ - */ -#define XUARTPS_BAUDGEN_DISABLE 0x00000000U /**< Disable clock */ -#define XUARTPS_BAUDGEN_MASK 0x0000FFFFU /**< Valid bits mask */ -#define XUARTPS_BAUDGEN_RESET_VAL 0x0000028BU /**< Reset value */ - -/** @name Baud Divisor Rate register - * - * The baud rate divider register (BDIV) controls how much the bit sample - * rate is divided by. It sets the baud rate. - * Valid values are 0x04 to 0xFF. Writing a value less than 4 will be ignored. - * - * Baud rate = CCLK / ((BAUDDIV + 1) x BRGR), where the CCLK is selected by - * the MR_CCLK bit in the MR register. - * @{ - */ -#define XUARTPS_BAUDDIV_MASK 0x000000FFU /**< 8 bit baud divider mask */ -#define XUARTPS_BAUDDIV_RESET_VAL 0x0000000FU /**< Reset value */ -/* @} */ - - -/** @name Receiver Timeout Register - * - * Use the receiver timeout register (RTR) to detect an idle condition on - * the receiver data line. - * - * @{ - */ -#define XUARTPS_RXTOUT_DISABLE 0x00000000U /**< Disable time out */ -#define XUARTPS_RXTOUT_MASK 0x000000FFU /**< Valid bits mask */ - -/** @name Receiver FIFO Trigger Level Register - * - * Use the Receiver FIFO Trigger Level Register (RTRIG) to set the value at - * which the RX FIFO triggers an interrupt event. - * @{ - */ - -#define XUARTPS_RXWM_DISABLE 0x00000000U /**< Disable RX trigger interrupt */ -#define XUARTPS_RXWM_MASK 0x0000003FU /**< Valid bits mask */ -#define XUARTPS_RXWM_RESET_VAL 0x00000020U /**< Reset value */ -/* @} */ - -/** @name Transmit FIFO Trigger Level Register - * - * Use the Transmit FIFO Trigger Level Register (TTRIG) to set the value at - * which the TX FIFO triggers an interrupt event. - * @{ - */ - -#define XUARTPS_TXWM_MASK 0x0000003FU /**< Valid bits mask */ -#define XUARTPS_TXWM_RESET_VAL 0x00000020U /**< Reset value */ -/* @} */ - -/** @name Modem Control Register - * - * This register (MODEMCR) controls the interface with the modem or data set, - * or a peripheral device emulating a modem. - * - * @{ - */ -#define XUARTPS_MODEMCR_FCM 0x00000020U /**< Flow control mode */ -#define XUARTPS_MODEMCR_RTS 0x00000002U /**< Request to send */ -#define XUARTPS_MODEMCR_DTR 0x00000001U /**< Data terminal ready */ -/* @} */ - -/** @name Modem Status Register - * - * This register (MODEMSR) indicates the current state of the control lines - * from a modem, or another peripheral device, to the CPU. In addition, four - * bits of the modem status register provide change information. These bits - * are set to a logic 1 whenever a control input from the modem changes state. - * - * Note: Whenever the DCTS, DDSR, TERI, or DDCD bit is set to logic 1, a modem - * status interrupt is generated and this is reflected in the modem status - * register. - * - * @{ - */ -#define XUARTPS_MODEMSR_FCMS 0x00000100U /**< Flow control mode (FCMS) */ -#define XUARTPS_MODEMSR_DCD 0x00000080U /**< Complement of DCD input */ -#define XUARTPS_MODEMSR_RI 0x00000040U /**< Complement of RI input */ -#define XUARTPS_MODEMSR_DSR 0x00000020U /**< Complement of DSR input */ -#define XUARTPS_MODEMSR_CTS 0x00000010U /**< Complement of CTS input */ -#define XUARTPS_MODEMSR_DDCD 0x00000008U /**< Delta DCD indicator */ -#define XUARTPS_MODEMSR_TERI 0x00000004U /**< Trailing Edge Ring Indicator */ -#define XUARTPS_MODEMSR_DDSR 0x00000002U /**< Change of DSR */ -#define XUARTPS_MODEMSR_DCTS 0x00000001U /**< Change of CTS */ -/* @} */ - -/** @name Channel Status Register - * - * The channel status register (CSR) is provided to enable the control logic - * to monitor the status of bits in the channel interrupt status register, - * even if these are masked out by the interrupt mask register. - * - * @{ - */ -#define XUARTPS_SR_TNFUL 0x00004000U /**< TX FIFO Nearly Full Status */ -#define XUARTPS_SR_TTRIG 0x00002000U /**< TX FIFO Trigger Status */ -#define XUARTPS_SR_FLOWDEL 0x00001000U /**< RX FIFO fill over flow delay */ -#define XUARTPS_SR_TACTIVE 0x00000800U /**< TX active */ -#define XUARTPS_SR_RACTIVE 0x00000400U /**< RX active */ -#define XUARTPS_SR_TXFULL 0x00000010U /**< TX FIFO full */ -#define XUARTPS_SR_TXEMPTY 0x00000008U /**< TX FIFO empty */ -#define XUARTPS_SR_RXFULL 0x00000004U /**< RX FIFO full */ -#define XUARTPS_SR_RXEMPTY 0x00000002U /**< RX FIFO empty */ -#define XUARTPS_SR_RXOVR 0x00000001U /**< RX FIFO fill over trigger */ -/* @} */ - -/** @name Flow Delay Register - * - * Operation of the flow delay register (FLOWDEL) is very similar to the - * receive FIFO trigger register. An internal trigger signal activates when the - * FIFO is filled to the level set by this register. This trigger will not - * cause an interrupt, although it can be read through the channel status - * register. In hardware flow control mode, RTS is deactivated when the trigger - * becomes active. RTS only resets when the FIFO level is four less than the - * level of the flow delay trigger and the flow delay trigger is not activated. - * A value less than 4 disables the flow delay. - * @{ - */ -#define XUARTPS_FLOWDEL_MASK XUARTPS_RXWM_MASK /**< Valid bit mask */ -/* @} */ - -/** @name Receiver FIFO Byte Status Register - * - * The Receiver FIFO Status register is used to have a continuous - * monitoring of the raw unmasked byte status information. The register - * contains frame, parity and break status information for the top - * four bytes in the RX FIFO. - * - * Receiver FIFO Byte Status Register Bit Definition - * @{ - */ -#define XUARTPS_RXBS_BYTE3_BRKE 0x00000800U /**< Byte3 Break Error */ -#define XUARTPS_RXBS_BYTE3_FRME 0x00000400U /**< Byte3 Frame Error */ -#define XUARTPS_RXBS_BYTE3_PARE 0x00000200U /**< Byte3 Parity Error */ -#define XUARTPS_RXBS_BYTE2_BRKE 0x00000100U /**< Byte2 Break Error */ -#define XUARTPS_RXBS_BYTE2_FRME 0x00000080U /**< Byte2 Frame Error */ -#define XUARTPS_RXBS_BYTE2_PARE 0x00000040U /**< Byte2 Parity Error */ -#define XUARTPS_RXBS_BYTE1_BRKE 0x00000020U /**< Byte1 Break Error */ -#define XUARTPS_RXBS_BYTE1_FRME 0x00000010U /**< Byte1 Frame Error */ -#define XUARTPS_RXBS_BYTE1_PARE 0x00000008U /**< Byte1 Parity Error */ -#define XUARTPS_RXBS_BYTE0_BRKE 0x00000004U /**< Byte0 Break Error */ -#define XUARTPS_RXBS_BYTE0_FRME 0x00000002U /**< Byte0 Frame Error */ -#define XUARTPS_RXBS_BYTE0_PARE 0x00000001U /**< Byte0 Parity Error */ -#define XUARTPS_RXBS_MASK 0x00000007U /**< 3 bit RX byte status mask */ -/* @} */ - - -/* - * Defines for backwards compatibility, will be removed - * in the next version of the driver - */ -#define XUARTPS_MEDEMSR_DCDX XUARTPS_MODEMSR_DDCD -#define XUARTPS_MEDEMSR_RIX XUARTPS_MODEMSR_TERI -#define XUARTPS_MEDEMSR_DSRX XUARTPS_MODEMSR_DDSR -#define XUARTPS_MEDEMSR_CTSX XUARTPS_MODEMSR_DCTS - - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* Read a UART register. -* -* @param BaseAddress contains the base address of the device. -* @param RegOffset contains the offset from the base address of the -* device. -* -* @return The value read from the register. -* -* @note C-Style signature: -* u32 XUartPs_ReadReg(u32 BaseAddress, int RegOffset) -* -******************************************************************************/ -#define XUartPs_ReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (u32)(RegOffset)) - -/***************************************************************************/ -/** -* Write a UART register. -* -* @param BaseAddress contains the base address of the device. -* @param RegOffset contains the offset from the base address of the -* device. -* @param RegisterValue is the value to be written to the register. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_WriteReg(u32 BaseAddress, int RegOffset, -* u16 RegisterValue) -* -******************************************************************************/ -#define XUartPs_WriteReg(BaseAddress, RegOffset, RegisterValue) \ - Xil_Out32((BaseAddress) + (u32)(RegOffset), (u32)(RegisterValue)) - -/****************************************************************************/ -/** -* Determine if there is receive data in the receiver and/or FIFO. -* -* @param BaseAddress contains the base address of the device. -* -* @return TRUE if there is receive data, FALSE otherwise. -* -* @note C-Style signature: -* u32 XUartPs_IsReceiveData(u32 BaseAddress) -* -******************************************************************************/ -#define XUartPs_IsReceiveData(BaseAddress) \ - !((Xil_In32((BaseAddress) + XUARTPS_SR_OFFSET) & \ - (u32)XUARTPS_SR_RXEMPTY) == (u32)XUARTPS_SR_RXEMPTY) - -/****************************************************************************/ -/** -* Determine if a byte of data can be sent with the transmitter. -* -* @param BaseAddress contains the base address of the device. -* -* @return TRUE if the TX FIFO is full, FALSE if a byte can be put in the -* FIFO. -* -* @note C-Style signature: -* u32 XUartPs_IsTransmitFull(u32 BaseAddress) -* -******************************************************************************/ -#define XUartPs_IsTransmitFull(BaseAddress) \ - ((Xil_In32((BaseAddress) + XUARTPS_SR_OFFSET) & \ - (u32)XUARTPS_SR_TXFULL) == (u32)XUARTPS_SR_TXFULL) - -/************************** Function Prototypes ******************************/ - -void XUartPs_SendByte(u32 BaseAddress, u8 Data); - -u8 XUartPs_RecvByte(u32 BaseAddress); - -void XUartPs_ResetHw(u32 BaseAddress); - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/Makefile deleted file mode 100644 index 5feeb49..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/xcoresightpsdcc.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/xcoresightpsdcc.c deleted file mode 100644 index 9fb0e23..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/xcoresightpsdcc.c +++ /dev/null @@ -1,164 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xcoresightpsdcc.c -* @addtogroup coresightps_dcc_v1_8 -* @{ -* -* Functions in this file are the minimum required functions for the -* XCoreSightPs driver. -* -* @note None. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date		Changes
-* ----- -----  -------- -----------------------------------------------
-* 1.00  kvn    02/14/15 First release
-* 1.1   kvn    06/12/15 Add support for Zynq Ultrascale+ MP.
-*       kvn    08/18/15 Modified Makefile according to compiler changes.
-* 1.2   kvn    10/09/15 Add support for IAR Compiler.
-* 1.3   asa    07/01/16 Made changes to ensure that the file does not compile
-*                       for MB BSPs. Instead it throws up a warning. This
-*                       fixes the CR#953056.
-* 1.5   sne    01/19/19 Fixed MISRA-C Violations CR#1025101.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#ifdef __MICROBLAZE__ -#warning "The driver is supported only for ARM architecture" -#else - -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "xcoresightpsdcc.h" - -#ifdef __ICCARM__ -#define INLINE -#else -#define INLINE __inline -#endif - -/* DCC Status Bits */ -#define XCORESIGHTPS_DCC_STATUS_RX (1 << 30) -#define XCORESIGHTPS_DCC_STATUS_TX (1 << 29) - -static INLINE u32 XCoresightPs_DccGetStatus(void); - -/****************************************************************************/ -/** -* -* This functions sends a single byte using the DCC. It is blocking in that it -* waits for the transmitter to become non-full before it writes the byte to -* the transmit register. -* -* @param BaseAddress is a dummy parameter to match the function proto -* of functions for other stdio devices. -* @param Data is the byte of data to send -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XCoresightPs_DccSendByte(u32 BaseAddress, u8 Data) -{ - (void) BaseAddress; - while (XCoresightPs_DccGetStatus() & XCORESIGHTPS_DCC_STATUS_TX) - {dsb();} -#ifdef __aarch64__ - asm volatile ("msr dbgdtrtx_el0, %0" : : "r" (Data)); -#elif defined (__GNUC__) || defined (__ICCARM__) - asm volatile("mcr p14, 0, %0, c0, c5, 0" - : : "r" (Data)); -#else - { - volatile register u32 Reg __asm("cp14:0:c0:c5:0"); - Reg = Data; - } -#endif - isb(); - -} - -/****************************************************************************/ -/** -* -* This functions receives a single byte using the DCC. It is blocking in that -* it waits for the receiver to become non-empty before it reads from the -* receive register. -* -* @param BaseAddress is a dummy parameter to match the function proto -* of functions for other stdio devices. -* -* @return The byte of data received. -* -* @note None. -* -******************************************************************************/ -u8 XCoresightPs_DccRecvByte(u32 BaseAddress) -{ - u8 Data = 0U; - (void) BaseAddress; - - while (!(XCoresightPs_DccGetStatus() & XCORESIGHTPS_DCC_STATUS_RX)) - {dsb();} - -#ifdef __aarch64__ - asm volatile ("mrs %0, dbgdtrrx_el0" : "=r" (Data)); -#elif defined (__GNUC__) || defined (__ICCARM__) - asm volatile("mrc p14, 0, %0, c0, c5, 0" - : "=r" (Data)); -#else - { - volatile register u32 Reg __asm("cp14:0:c0:c5:0"); - Data = Reg; - } -#endif - isb(); - - return Data; -} - - -/****************************************************************************/ -/**INLINE -* -* This functions read the status register of the DCC. -* -* @param BaseAddress is the base address of the device -* -* @return The contents of the Status Register. -* -* @note None. -* -******************************************************************************/ -static INLINE u32 XCoresightPs_DccGetStatus(void) -{ - u32 Status = 0U; - -#ifdef __aarch64__ - asm volatile ("mrs %0, mdccsr_el0" : "=r" (Status)); -#elif defined (__GNUC__) || defined (__ICCARM__) - asm volatile("mrc p14, 0, %0, c0, c1, 0" - : "=r" (Status) : : "cc"); -#else - { - volatile register u32 Reg __asm("cp14:0:c0:c1:0"); - Status = Reg; - } -#endif - return Status; -} -#endif -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/xcoresightpsdcc.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/xcoresightpsdcc.h deleted file mode 100644 index 6f40407..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/xcoresightpsdcc.h +++ /dev/null @@ -1,52 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xcoresightpsdcc.h -* @addtogroup coresightps_dcc_v1_8 -* @{ -* @details -* -* CoreSight driver component. -* -* The coresight is a part of debug communication channel (DCC) group. Jtag UART -* for ARM uses DCC. Each ARM core has its own DCC, so one need to select an -* ARM target in XSDB console before running the jtag terminal command. Using the -* coresight driver component, the output stream can be directed to a log file. -* -* @note None. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date		Changes
-* ----- -----  -------- -----------------------------------------------
-* 1.00  kvn    02/14/15 First release
-* 1.1   kvn    06/12/15 Add support for Zynq Ultrascale+ MP.
-*       kvn    08/18/15 Modified Makefile according to compiler changes.
-* 1.3   asa    07/01/16 Made changes to ensure that the file does not compile
-*                       for MB BSPs. Instead it throws up a warning. This
-*                       fixes the CR#953056.
-* 1.5   sne    01/19/19 Fixed MISRA-C Violations CR#1025101.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#ifndef XCORESIGHTPSDCC_H /* prevent circular inclusions */ -#define XCORESIGHTPSDCC_H /* by using protection macros */ -#ifndef __MICROBLAZE__ -#include - -void XCoresightPs_DccSendByte(u32 BaseAddress, u8 Data); - -u8 XCoresightPs_DccRecvByte(u32 BaseAddress); -#endif -#endif -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src/Makefile deleted file mode 100644 index eb496ea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${DEPFILES} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src/xcpu_cortexa9.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src/xcpu_cortexa9.h deleted file mode 100644 index 3c23a5f..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src/xcpu_cortexa9.h +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xcpu_cortexa9.h -* @addtogroup cpu_cortexa9_v2_11 -* @{ -* @details -* -* dummy file -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- --------------------------------------------------------- -* 2.5 ms 04/18/17 Modified tcl file to add suffix U for XPAR_CPU_ID -* parameter of cpu_cortexa9 in xparameters.h -# 2.7 mus 07/03/18 Updated tcl to not to add default flags forcefully into -# extra compiler flags. Now, user can remove default flags -# from extra compiler flags. It fixes CR#998768. -******************************************************************************/ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ddrps_v1_2/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ddrps_v1_2/src/Makefile deleted file mode 100644 index 5feeb49..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ddrps_v1_2/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ddrps_v1_2/src/xddrps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ddrps_v1_2/src/xddrps.h deleted file mode 100644 index a8544b3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ddrps_v1_2/src/xddrps.h +++ /dev/null @@ -1,40 +0,0 @@ -/******************************************************************************* -* Copyright (C) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - -/******************************************************************************/ -/** - * - * @file xddrps.h - * @addtogroup ddrps_v1_2 - * @{ - * @details - * - * The Xilinx DdrPs driver. This driver supports the Xilinx ddrps - * IP core. - * - * @note None. - * - *
- * MODIFICATION HISTORY:
- *
- * Ver   Who  Date     Changes
- * ----- ---- -------- -----------------------------------------------
- * 1.0	 nsk  08/06/15 First Release
- * 1.0	 nsk  08/20/15 Updated define_addr_params in ddrps.tcl
- *		       to support PBD Designs (CR #876857)
- *
- * 
- * -*******************************************************************************/ - -#ifndef XDDRPS_H_ -/* Prevent circular inclusions by using protection macros. */ -#define XDDRPS_H_ - -/******************************* Include Files ********************************/ - - -#endif /* XDDRPS_H_ */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/Makefile deleted file mode 100644 index 6bb6c18..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg.c deleted file mode 100644 index 5bac22a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg.c +++ /dev/null @@ -1,919 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg.c -* @addtogroup devcfg_v3_7 -* @{ -* -* This file contains the implementation of the interface functions for XDcfg -* driver. Refer to the header file xdevcfg.h for more detailed information. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.00a nm  05/31/12 Updated the driver for CR 660835 so that input length for
-*		     source/destination to the XDcfg_InitiateDma, XDcfg_Transfer
-*		     APIs is words (32 bit) and not bytes.
-* 		     Updated the notes for XDcfg_InitiateDma/XDcfg_Transfer APIs
-*		     to add information that 2 LSBs of the Source/Destination
-*		     address when equal to 2�b01 indicate the last DMA command
-*		     of an overall transfer.
-*		     Updated the XDcfg_Transfer function to use the
-*		     Destination Address passed to this API for secure transfers
-*		     instead of using 0xFFFFFFFF for CR 662197. This issue was
-*		     resulting in the failure of secure transfers of
-*		     non-bitstream images.
-* 2.01a nm  08/27/12 Updated the XDcfg_Transfer API to clear the
-*		     QUARTER_PCAP_RATE_EN bit in the control register for
-*		     non secure writes for CR 675543.
-* 2.02a nm  01/31/13 Fixed CR# 679335.
-* 		     Added Setting and Clearing the internal PCAP loopback.
-*		     Removed code for enabling/disabling AES engine as BootROM
-*		     locks down this setting.
-*		     Fixed CR# 681976.
-*		     Skip Checking the PCFG_INIT in case of non-secure DMA
-*		     loopback.
-*		     Fixed CR# 699558.
-*		     XDcfg_Transfer fails to transfer data in loopback mode.
-* 2.03a nm  04/19/13 Fixed CR# 703728.
-*		     Updated the register definitions as per the latest TRM
-*		     version UG585 (v1.4) November 16, 2012.
-* 3.0   kpc 21/02/14 Implemented new function XDcfg_ClearControlRegister
-* 3.2   sb  08/25/14 Fixed XDcfg_PcapReadback() function
-*		     updated driver code with != instead of ==,
-*		     while checking for Interrupt Status with DMA and
-*		     PCAP Done Mask
-*		     ((XDcfg_ReadReg(InstancePtr->Config.BaseAddr,
-*			XDCFG_INT_STS_OFFSET) &
-*			XDCFG_IXR_D_P_DONE_MASK) !=
-*			XDCFG_IXR_D_P_DONE_MASK);
-*
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xdevcfg.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* Initialize the Device Config Interface driver. This function -* must be called before other functions of the driver are called. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param ConfigPtr is the config structure. -* @param EffectiveAddress is the base address for the device. It could be -* a virtual address if address translation is supported in the -* system, otherwise it is the physical address. -* -* @return -* - XST_SUCCESS if initialization was successful. -* - XST_DEVICE_IS_STARTED if the device has already been started. -* -* @note The very first APB access to the Device Configuration Interface -* block needs to be a write to the UNLOCK register with the value -* of 0x757BDF0D. This step is to be done once after reset, any -* other APB access has to come after this. The APB access is -* considered illegal if the step is not done or if it is done -* incorrectly. Furthermore, if any of efuse_sec_cfg[5:0] is high, -* the following additional actions would be carried out. -* In other words, if all bits are low, the following steps are not -* done. -* 1. AES is disabled -* 2. All APB writes disabled -* 3. SoC debug fully enabled -* -******************************************************************************/ -int XDcfg_CfgInitialize(XDcfg *InstancePtr, - XDcfg_Config *ConfigPtr, u32 EffectiveAddress) -{ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(ConfigPtr != NULL); - - /* - * If the device is started, disallow the initialize and return a - * status indicating it is started. This allows the user to stop the - * device and reinitialize, but prevents a user from inadvertently - * initializing. - */ - if (InstancePtr->IsStarted == XIL_COMPONENT_IS_STARTED) { - return XST_DEVICE_IS_STARTED; - } - - /* - * Copy configuration into instance. - */ - InstancePtr->Config.DeviceId = ConfigPtr->DeviceId; - - /* - * Save the base address pointer such that the registers of the block - * can be accessed and indicate it has not been started yet. - */ - InstancePtr->Config.BaseAddr = EffectiveAddress; - InstancePtr->IsStarted = 0; - - - /* Unlock the Device Configuration Interface */ - XDcfg_Unlock(InstancePtr); - - /* - * Indicate the instance is ready to use, successfully initialized. - */ - InstancePtr->IsReady = XIL_COMPONENT_IS_READY; - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* The functions enables the PCAP interface by setting the PCAP mode bit in the -* control register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return None. -* -* @note Enable FPGA programming from PCAP interface. Enabling this bit -* disables all the external interfaces from programming of FPGA -* except for ICAP. The user needs to ensure that the FPGA is -* programmed through either PCAP or ICAP. -* -*****************************************************************************/ -void XDcfg_EnablePCAP(XDcfg *InstancePtr) -{ - u32 CtrlReg; - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (CtrlReg | XDCFG_CTRL_PCAP_MODE_MASK)); - -} - -/****************************************************************************/ -/** -* -* The functions disables the PCAP interface by clearing the PCAP mode bit in -* the control register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_DisablePCAP(XDcfg *InstancePtr) -{ - u32 CtrlReg; - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (CtrlReg & ( ~XDCFG_CTRL_PCAP_MODE_MASK))); - -} - -/****************************************************************************/ -/** -* -* The function sets the contents of the Control Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Mask is the 32 bit mask data to be written to the Register. -* The mask definitions are defined in the xdevcfg_hw.h file. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_SetControlRegister(XDcfg *InstancePtr, u32 Mask) -{ - u32 CtrlReg; - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (CtrlReg | Mask)); - -} - -/****************************************************************************/ -/** -* -* The function Clears the specified bit positions of the Control Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Mask is the 32 bit value which holds the bit positions to be cleared. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_ClearControlRegister(XDcfg *InstancePtr, u32 Mask) -{ - u32 CtrlReg; - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (CtrlReg & ~Mask)); - -} - -/****************************************************************************/ -/** -* -* The function reads the contents of the Control Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return A 32-bit value representing the contents of the Control -* Register. -* Use the XDCFG_CTRL_*_MASK constants defined in xdevcfg_hw.h to -* interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XDcfg_GetControlRegister(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Control Register and return the value. - */ - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_CTRL_OFFSET); -} - -/****************************************************************************/ -/** -* -* The function sets the contents of the Lock Register. These bits -* can only be set to a 1. They will be cleared after a Power On Reset. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Data is the 32 bit data to be written to the Register. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_SetLockRegister(XDcfg *InstancePtr, u32 Data) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_LOCK_OFFSET, Data); - -} - -/****************************************************************************/ -/** -* -* The function reads the contents of the Lock Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return A 32-bit value representing the contents of the Lock -* Register. -* Use the XDCFG_CR_*_MASK constants defined in xdevcfg_hw.h to -* interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XDcfg_GetLockRegister(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Lock Register and return the value. - */ - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_LOCK_OFFSET); -} - -/****************************************************************************/ -/** -* -* The function sets the contents of the Configuration Register with the -* given value. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Data is the 32 bit data to be written to the Register. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_SetConfigRegister(XDcfg *InstancePtr, u32 Data) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_CFG_OFFSET, Data); - -} - -/****************************************************************************/ -/** -* -* The function reads the contents of the Configuration Register with the -* given value. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return A 32-bit value representing the contents of the Config -* Register. -* Use the XDCFG_CFG_*_MASK constants defined in xdevcfg_hw.h to -* interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XDcfg_GetConfigRegister(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_CFG_OFFSET); - -} - -/****************************************************************************/ -/** -* -* The function sets the contents of the Status Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Data is the 32 bit data to be written to the Register. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_SetStatusRegister(XDcfg *InstancePtr, u32 Data) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_STATUS_OFFSET, Data); - -} - -/****************************************************************************/ -/** -* -* The function reads the contents of the Status Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return A 32-bit value representing the contents of the Status -* Register. -* Use the XDCFG_STATUS_*_MASK constants defined in -* xdevcfg_hw.h to interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XDcfg_GetStatusRegister(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Status Register and return the value. - */ - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_STATUS_OFFSET); -} - -/****************************************************************************/ -/** -* -* The function sets the contents of the ROM Shadow Control Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Data is the 32 bit data to be written to the Register. -* -* @return None. -* -* @note This register is can only be written and is used to control the -* RAM shadow of 32 bit 4K page ROM pages in user mode -* -*****************************************************************************/ -void XDcfg_SetRomShadowRegister(XDcfg *InstancePtr, u32 Data) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_ROM_SHADOW_OFFSET, - Data); - -} - -/****************************************************************************/ -/** -* -* The function reads the contents of the Software ID Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return 32 Bit boot software ID. -* -* @note This register is locked for write once the system enters -* usermode. Hence API for reading the register only is provided. -* -*****************************************************************************/ -u32 XDcfg_GetSoftwareIdRegister(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Software ID Register and return the value. - */ - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_SW_ID_OFFSET); -} - -/****************************************************************************/ -/** -* -* The function sets the bit mask for the feature in Miscellaneous Control -* Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Mask is the bit-mask of the feature to be set. -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XDcfg_SetMiscControlRegister(XDcfg *InstancePtr, u32 Mask) -{ - u32 RegData; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - RegData = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_MCTRL_OFFSET, - (RegData | Mask)); -} - -/****************************************************************************/ -/** -* -* The function reads the contents of the Miscellaneous Control Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return 32 Bit boot software ID. -* -* @note This register is locked for write once the system enters -* usermode. Hence API to reading the register only is provided. -* -*****************************************************************************/ -u32 XDcfg_GetMiscControlRegister(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Miscellaneous Control Register and return the value. - */ - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_MCTRL_OFFSET); -} - -/******************************************************************************/ -/** -* -* This function checks if DMA command queue is full. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return XST_SUCCESS is the DMA is busy -* XST_FAILURE if the DMA is idle -* -* @note The DMA queue has a depth of two. -* -****************************************************************************/ -u32 XDcfg_IsDmaBusy(XDcfg *InstancePtr) -{ - - u32 RegData; - - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Read the PCAP status register for DMA status */ - RegData = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_STATUS_OFFSET); - - if ((RegData & XDCFG_STATUS_DMA_CMD_Q_F_MASK) == - XDCFG_STATUS_DMA_CMD_Q_F_MASK){ - return XST_SUCCESS; - } - - return XST_FAILURE; -} - -/******************************************************************************/ -/** -* -* This function initiates the DMA transfer. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param SourcePtr contains a pointer to the source memory where the data -* is to be transferred from. -* @param SrcWordLength is the number of words (32 bit) to be transferred -* for the source transfer. -* @param DestPtr contains a pointer to the destination memory -* where the data is to be transferred to. -* @param DestWordLength is the number of words (32 bit) to be transferred -* for the Destination transfer. -* -* @return None. -* -* @note It is the responsibility of the caller function to ensure that -* correct values are passed to this function. -* -* The 2 LSBs of the SourcePtr (Source)/ DestPtr (Destination) -* address when equal to 2�b01 indicates the last DMA command of -* an overall transfer. -* -****************************************************************************/ -void XDcfg_InitiateDma(XDcfg *InstancePtr, u32 SourcePtr, u32 DestPtr, - u32 SrcWordLength, u32 DestWordLength) -{ - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_DMA_SRC_ADDR_OFFSET, - SourcePtr); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_DMA_DEST_ADDR_OFFSET, - DestPtr); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_DMA_SRC_LEN_OFFSET, - SrcWordLength); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_DMA_DEST_LEN_OFFSET, - DestWordLength); -} - -/******************************************************************************/ -/** -* -* This function Implements the DMA Read Command. This command is used to -* transfer the image data from FPGA to the external memory. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param SourcePtr contains a pointer to the source memory where the data -* is to be transferred from. -* @param SrcWordLength is the number of words (32 bit) to be transferred -* for the source transfer. -* @param DestPtr contains a pointer to the destination memory -* where the data is to be transferred to. -* @param DestWordLength is the number of words (32 bit) to be transferred -* for the Destination transfer. -* -* @return - XST_INVALID_PARAM if source address/length is invalid. -* - XST_SUCCESS if DMA transfer initiated properly. -* -* @note None. -* -****************************************************************************/ -static u32 XDcfg_PcapReadback(XDcfg *InstancePtr, u32 SourcePtr, - u32 SrcWordLength, u32 DestPtr, - u32 DestWordLength) -{ - u32 IntrReg; - - /* - * Send READ Frame command to FPGA - */ - XDcfg_InitiateDma(InstancePtr, SourcePtr, XDCFG_DMA_INVALID_ADDRESS, - SrcWordLength, 0); - - /* - * Store the enabled interrupts to enable before the actual read - * transfer is initiated and Disable all the interrupts temporarily. - */ - IntrReg = XDcfg_IntrGetEnabled(InstancePtr); - XDcfg_IntrDisable(InstancePtr, XDCFG_IXR_ALL_MASK); - - /* - * Wait till you get the DMA done for the read command sent - */ - while ((XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_STS_OFFSET) & - XDCFG_IXR_D_P_DONE_MASK) != - XDCFG_IXR_D_P_DONE_MASK); - /* - * Enable the previously stored Interrupts . - */ - XDcfg_IntrEnable(InstancePtr, IntrReg); - - /* - * Initiate the DMA write command. - */ - XDcfg_InitiateDma(InstancePtr, XDCFG_DMA_INVALID_ADDRESS, (u32)DestPtr, - 0, DestWordLength); - - return XST_SUCCESS; -} - - -/****************************************************************************/ -/** -* -* This function starts the DMA transfer. This function only starts the -* operation and returns before the operation may be completed. -* If the interrupt is enabled, an interrupt will be generated when the -* operation is completed, otherwise it is necessary to poll the Status register -* to determine when it is completed. It is the responsibility of the caller to -* determine when the operation is completed by handling the generated interrupt -* or polling the Status Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param SourcePtr contains a pointer to the source memory where the data -* is to be transferred from. -* @param SrcWordLength is the number of words (32 bit) to be transferred -* for the source transfer. -* @param DestPtr contains a pointer to the destination memory -* where the data is to be transferred to. -* @param DestWordLength is the number of words (32 bit) to be transferred -* for the Destination transfer. -* @param TransferType contains the type of PCAP transfer being requested. -* The definitions can be found in the xdevcfg.h file. -* @return -* - XST_SUCCESS.if DMA transfer initiated successfully -* - XST_DEVICE_BUSY if DMA is busy -* - XST_INVALID_PARAM if invalid Source / Destination address -* is sent or an invalid Source / Destination length is -* sent -* -* @note It is the responsibility of the caller to ensure that the cache -* is flushed and invalidated both before the DMA operation is -* started and after the DMA operation completes if the memory -* pointed to is cached. The caller must also ensure that the -* pointers contain physical address rather than a virtual address -* if address translation is being used. -* -* The 2 LSBs of the SourcePtr (Source)/ DestPtr (Destination) -* address when equal to 2�b01 indicates the last DMA command of -* an overall transfer. -* -*****************************************************************************/ -u32 XDcfg_Transfer(XDcfg *InstancePtr, - void *SourcePtr, u32 SrcWordLength, - void *DestPtr, u32 DestWordLength, - u32 TransferType) -{ - - u32 CtrlReg; - - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - if (XDcfg_IsDmaBusy(InstancePtr) == XST_SUCCESS) { - return XST_DEVICE_BUSY; - } - - /* - * Check whether the fabric is in initialized state - */ - if ((XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_STATUS_OFFSET) - & XDCFG_STATUS_PCFG_INIT_MASK) == 0) { - /* - * We don't need to check PCFG_INIT to be high for - * non-encrypted loopback transfers. - */ - if (TransferType != XDCFG_CONCURRENT_NONSEC_READ_WRITE) { - return XST_FAILURE; - } - } - - if ((TransferType == XDCFG_SECURE_PCAP_WRITE) || - (TransferType == XDCFG_NON_SECURE_PCAP_WRITE)) { - - /* Check for valid source pointer and length */ - if ((!SourcePtr) || (SrcWordLength == 0)) { - return XST_INVALID_PARAM; - } - - /* Clear internal PCAP loopback */ - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET); - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET, (CtrlReg & - ~(XDCFG_MCTRL_PCAP_LPBK_MASK))); - - if (TransferType == XDCFG_NON_SECURE_PCAP_WRITE) { - /* - * Clear QUARTER_PCAP_RATE_EN bit - * so that the PCAP data is transmitted every clock - */ - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET, (CtrlReg & - ~XDCFG_CTRL_PCAP_RATE_EN_MASK)); - - } - if (TransferType == XDCFG_SECURE_PCAP_WRITE) { - /* - * AES engine handles only 8 bit data every clock cycle. - * Hence, Encrypted PCAP data which is 32 bit data can - * only be sent in every 4 clock cycles. Set the control - * register QUARTER_PCAP_RATE_EN bit to achieve this - * operation. - */ - XDcfg_SetControlRegister(InstancePtr, - XDCFG_CTRL_PCAP_RATE_EN_MASK); - } - - XDcfg_InitiateDma(InstancePtr, (u32)SourcePtr, - (u32)DestPtr, SrcWordLength, DestWordLength); - - } - - if (TransferType == XDCFG_PCAP_READBACK) { - - if ((!DestPtr) || (DestWordLength == 0)) { - - return XST_INVALID_PARAM; - } - - /* Clear internal PCAP loopback */ - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET); - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET, (CtrlReg & - ~(XDCFG_MCTRL_PCAP_LPBK_MASK))); - - /* - * For PCAP readback of FPGA configuration register or memory, - * the read command is first sent (written) to the FPGA fabric - * which responds by returning the required read data. Read data - * from the FPGA is captured if pcap_radata_v is active.A DMA - * read transfer is required to obtain the readback command, - * which is then sent to the FPGA, followed by a DMA write - * transfer to support this mode of operation. - */ - return XDcfg_PcapReadback(InstancePtr, - (u32)SourcePtr, SrcWordLength, - (u32)DestPtr, DestWordLength); - } - - - if ((TransferType == XDCFG_CONCURRENT_SECURE_READ_WRITE) || - (TransferType == XDCFG_CONCURRENT_NONSEC_READ_WRITE)) { - - if ((!SourcePtr) || (SrcWordLength == 0) || - (!DestPtr) || (DestWordLength == 0)) { - return XST_INVALID_PARAM; - } - - if (TransferType == XDCFG_CONCURRENT_NONSEC_READ_WRITE) { - /* Enable internal PCAP loopback */ - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET); - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET, (CtrlReg | - XDCFG_MCTRL_PCAP_LPBK_MASK)); - - /* - * Clear QUARTER_PCAP_RATE_EN bit - * so that the PCAP data is transmitted every clock - */ - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET, (CtrlReg & - ~XDCFG_CTRL_PCAP_RATE_EN_MASK)); - - } - if (TransferType == XDCFG_CONCURRENT_SECURE_READ_WRITE) { - /* Clear internal PCAP loopback */ - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET); - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET, (CtrlReg & - ~(XDCFG_MCTRL_PCAP_LPBK_MASK))); - - /* - * Set the QUARTER_PCAP_RATE_EN bit - * so that the PCAP data is transmitted every 4 clock - * cycles, this is required for encrypted data. - */ - XDcfg_SetControlRegister(InstancePtr, - XDCFG_CTRL_PCAP_RATE_EN_MASK); - } - - XDcfg_InitiateDma(InstancePtr, (u32)SourcePtr, - (u32)DestPtr, SrcWordLength, DestWordLength); - } - - return XST_SUCCESS; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg.h deleted file mode 100644 index e567699..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg.h +++ /dev/null @@ -1,377 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg.h -* @addtogroup devcfg_v3_7 -* @{ -* @details -* -* The is the main header file for the Device Configuration Interface of the Zynq -* device. The device configuration interface has three main functionality. -* 1. AXI-PCAP -* 2. Security Policy -* 3. XADC -* This current version of the driver supports only the AXI-PCAP and Security -* Policy blocks. There is a separate driver for XADC. -* -* AXI-PCAP is used for download/upload an encrypted or decrypted bitstream. -* DMA embedded in the AXI PCAP provides the master interface to -* the Device configuration block for any DMA transfers. The data transfer can -* take place between the Tx/RxFIFOs of AXI-PCAP and memory (on chip -* RAM/DDR/peripheral memory). -* -* The current driver only supports the downloading the FPGA bitstream and -* readback of the decrypted image (sort of loopback). -* The driver does not know what information needs to be written to the FPGA to -* readback FPGA configuration register or memory data. The application above the -* driver should take care of creating the data that needs to be downloaded to -* the FPGA so that the bitstream can be readback. -* This driver also does not support the reading of the internal registers of the -* PCAP. The driver has no knowledge of the PCAP internals. -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate with the Device Configuration device. -* -* XDcfg_CfgInitialize() API is used to initialize the Device Configuration -* Interface. The user needs to first call the XDcfg_LookupConfig() API which -* returns the Configuration structure pointer which is passed as a parameter to -* the XDcfg_CfgInitialize() API. -* -* Interrupts -* The Driver implements an interrupt handler to support the interrupts provided -* by this interface. -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* Building the driver -* -* The XDcfg driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -*

-* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.00a nm  05/31/12 Updated the driver for CR 660835 so that input length for
-*		     source/destination to the XDcfg_InitiateDma, XDcfg_Transfer
-*		     APIs is words (32 bit) and not bytes.
-* 		     Updated the notes for XDcfg_InitiateDma/XDcfg_Transfer APIs
-*		     to add information that 2 LSBs of the Source/Destination
-*		     address when equal to 2�b01 indicate the last DMA command
-*		     of an overall transfer.
-*		     Destination Address passed to this API for secure transfers
-*		     instead of using 0xFFFFFFFF for CR 662197. This issue was
-*		     resulting in the failure of secure transfers of
-*		     non-bitstream images.
-* 2.01a nm  07/07/12 Updated the XDcfg_IntrClear function to directly
-*		     set the mask instead of oring it with the
-*		     value read from the interrupt status register
-* 		     Added defines for the PS Version bits,
-*	             removed the FIFO Flush bits from the
-*		     Miscellaneous Control Reg.
-*		     Added XDcfg_GetPsVersion, XDcfg_SelectIcapInterface
-*		     and XDcfg_SelectPcapInterface APIs for CR 643295
-*		     The user has to call the XDcfg_SelectIcapInterface API
-*		     for the PL reconfiguration using AXI HwIcap.
-*		     Updated the XDcfg_Transfer API to clear the
-*		     QUARTER_PCAP_RATE_EN bit in the control register for
-*		     non secure writes for CR 675543.
-* 2.02a nm  01/31/13 Fixed CR# 679335.
-* 		     Added Setting and Clearing the internal PCAP loopback.
-*		     Removed code for enabling/disabling AES engine as BootROM
-*		     locks down this setting.
-*		     Fixed CR# 681976.
-*		     Skip Checking the PCFG_INIT in case of non-secure DMA
-*		     loopback.
-*		     Fixed CR# 699558.
-*		     XDcfg_Transfer fails to transfer data in loopback mode.
-*		     Fixed CR# 701348.
-*                    Peripheral test fails with  Running
-* 		     DcfgSelfTestExample() in SECURE bootmode.
-* 2.03a nm  04/19/13 Fixed CR# 703728.
-*		     Updated the register definitions as per the latest TRM
-*		     version UG585 (v1.4) November 16, 2012.
-* 3.0   adk 10/12/13 Updated as per the New Tcl API's
-* 3.0   kpc 21/02/14 Added function prototype for XDcfg_ClearControlRegister
-* 3.2   sb  08/25/14 Fixed XDcfg_PcapReadback() function
-*		     updated driver code with != instead of ==,
-*		     while checking for Interrupt Status with DMA and
-*		     PCAP Done Mask
-*		     ((XDcfg_ReadReg(InstancePtr->Config.BaseAddr,
-*			XDCFG_INT_STS_OFFSET) &
-*			XDCFG_IXR_D_P_DONE_MASK) !=
-*			XDCFG_IXR_D_P_DONE_MASK);
-*		     A new example has been added to read back the
-*		     configuration registers from the PL region.
-*		     xdevcfg_reg_readback_example.c
-* 3.3   sk  04/06/15 Modified XDcfg_ReadMultiBootConfig Macro CR# 851335.
-*       ms  03/17/17 Added readme.txt file in examples folder for doxygen
-*                    generation.
-*       ms  04/10/17 Modified filename tag in interrupt and polled examples
-*                    to include them in doxygen examples.
-* 3.5   ms  04/18/17 Modified tcl file to add suffix U for all macros
-*                    definitions of devcfg in xparameters.h
-*       ms  08/07/17 Fixed compilation warnings in xdevcfg_sinit.c
-* 
-* -******************************************************************************/ -#ifndef XDCFG_H /* prevent circular inclusions */ -#define XDCFG_H /* by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xdevcfg_hw.h" -#include "xstatus.h" -#include "xil_assert.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/* Types of PCAP transfers */ - -#define XDCFG_NON_SECURE_PCAP_WRITE 1 -#define XDCFG_SECURE_PCAP_WRITE 2 -#define XDCFG_PCAP_READBACK 3 -#define XDCFG_CONCURRENT_SECURE_READ_WRITE 4 -#define XDCFG_CONCURRENT_NONSEC_READ_WRITE 5 - - -/**************************** Type Definitions *******************************/ -/** -* The handler data type allows the user to define a callback function to -* respond to interrupt events in the system. This function is executed -* in interrupt context, so amount of processing should be minimized. -* -* @param CallBackRef is the callback reference passed in by the upper -* layer when setting the callback functions, and passed back to -* the upper layer when the callback is invoked. Its type is -* unimportant to the driver component, so it is a void pointer. -* @param Status is the Interrupt status of the XDcfg device. -*/ -typedef void (*XDcfg_IntrHandler) (void *CallBackRef, u32 Status); - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddr; /**< Base address of the device */ -} XDcfg_Config; - -/** - * The XDcfg driver instance data. - */ -typedef struct { - XDcfg_Config Config; /**< Hardware Configuration */ - u32 IsReady; /**< Device is initialized and ready */ - u32 IsStarted; /**< Device Configuration Interface - * is running - */ - XDcfg_IntrHandler StatusHandler; /* Event handler function */ - void *CallBackRef; /* Callback reference for event handler */ -} XDcfg; - -/****************************************************************************/ -/** -* -* Unlock the Device Config Interface block. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* void XDcfg_Unlock(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_Unlock(InstancePtr) \ - XDcfg_WriteReg((InstancePtr)->Config.BaseAddr, \ - XDCFG_UNLOCK_OFFSET, XDCFG_UNLOCK_DATA) - - - -/****************************************************************************/ -/** -* -* Get the version number of the PS from the Miscellaneous Control Register. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return Version of the PS. -* -* @note C-style signature: -* void XDcfg_GetPsVersion(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_GetPsVersion(InstancePtr) \ - ((XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, \ - XDCFG_MCTRL_OFFSET)) & \ - XDCFG_MCTRL_PCAP_PS_VERSION_MASK) >> \ - XDCFG_MCTRL_PCAP_PS_VERSION_SHIFT - - - -/****************************************************************************/ -/** -* -* Read the multiboot config register value. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* u32 XDcfg_ReadMultiBootConfig(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_ReadMultiBootConfig(InstancePtr) \ - XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, \ - XDCFG_MULTIBOOT_ADDR_OFFSET) - - -/****************************************************************************/ -/** -* -* Selects ICAP interface for reconfiguration after the initial configuration -* of the PL. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* void XDcfg_SelectIcapInterface(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_SelectIcapInterface(InstancePtr) \ - XDcfg_WriteReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET, \ - ((XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET)) \ - & ( ~XDCFG_CTRL_PCAP_PR_MASK))) - -/****************************************************************************/ -/** -* -* Selects PCAP interface for reconfiguration after the initial configuration -* of the PL. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* void XDcfg_SelectPcapInterface(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_SelectPcapInterface(InstancePtr) \ - XDcfg_WriteReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET, \ - ((XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET)) \ - | XDCFG_CTRL_PCAP_PR_MASK)) - - - -/************************** Function Prototypes ******************************/ - -/* - * Lookup configuration in xdevcfg_sinit.c. - */ -XDcfg_Config *XDcfg_LookupConfig(u16 DeviceId); - -/* - * Selftest function in xdevcfg_selftest.c - */ -int XDcfg_SelfTest(XDcfg *InstancePtr); - -/* - * Interface functions in xdevcfg.c - */ -int XDcfg_CfgInitialize(XDcfg *InstancePtr, - XDcfg_Config *ConfigPtr, u32 EffectiveAddress); - -void XDcfg_EnablePCAP(XDcfg *InstancePtr); - -void XDcfg_DisablePCAP(XDcfg *InstancePtr); - -void XDcfg_SetControlRegister(XDcfg *InstancePtr, u32 Mask); - -void XDcfg_ClearControlRegister(XDcfg *InstancePtr, u32 Mask); - -u32 XDcfg_GetControlRegister(XDcfg *InstancePtr); - -void XDcfg_SetLockRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetLockRegister(XDcfg *InstancePtr); - -void XDcfg_SetConfigRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetConfigRegister(XDcfg *InstancePtr); - -void XDcfg_SetStatusRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetStatusRegister(XDcfg *InstancePtr); - -void XDcfg_SetRomShadowRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetSoftwareIdRegister(XDcfg *InstancePtr); - -void XDcfg_SetMiscControlRegister(XDcfg *InstancePtr, u32 Mask); - -u32 XDcfg_GetMiscControlRegister(XDcfg *InstancePtr); - -u32 XDcfg_IsDmaBusy(XDcfg *InstancePtr); - -void XDcfg_InitiateDma(XDcfg *InstancePtr, u32 SourcePtr, u32 DestPtr, - u32 SrcWordLength, u32 DestWordLength); - -u32 XDcfg_Transfer(XDcfg *InstancePtr, - void *SourcePtr, u32 SrcWordLength, - void *DestPtr, u32 DestWordLength, - u32 TransferType); - -/* - * Interrupt related function prototypes implemented in xdevcfg_intr.c - */ -void XDcfg_IntrEnable(XDcfg *InstancePtr, u32 Mask); - -void XDcfg_IntrDisable(XDcfg *InstancePtr, u32 Mask); - -u32 XDcfg_IntrGetEnabled(XDcfg *InstancePtr); - -u32 XDcfg_IntrGetStatus(XDcfg *InstancePtr); - -void XDcfg_IntrClear(XDcfg *InstancePtr, u32 Mask); - -void XDcfg_InterruptHandler(XDcfg *InstancePtr); - -void XDcfg_SetHandler(XDcfg *InstancePtr, void *CallBackFunc, - void *CallBackRef); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_g.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_g.c deleted file mode 100644 index 030a984..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_g.c +++ /dev/null @@ -1,31 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xdevcfg.h" - -/* -* The configuration table for devices -*/ - -XDcfg_Config XDcfg_ConfigTable[] = -{ - { - XPAR_PS7_DEV_CFG_0_DEVICE_ID, - XPAR_PS7_DEV_CFG_0_BASEADDR - } -}; - - diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_hw.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_hw.c deleted file mode 100644 index 1feacd9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_hw.c +++ /dev/null @@ -1,87 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg_hw.c -* @addtogroup devcfg_v3_7 -* @{ -* -* This file contains the implementation of the interface reset functionality -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 2.04a kpc 10/07/13 First release
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xdevcfg_hw.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/*****************************************************************************/ -/** -* This function perform the reset sequence to the given devcfg interface by -* configuring the appropriate control bits in the devcfg specifc registers -* the devcfg reset squence involves the following steps -* Disable all the interuupts -* Clear the status -* Update relevant config registers with reset values -* Disbale the looopback mode and pcap rate enable -* -* @param BaseAddress of the interface -* -* @return N/A -* -* @note -* This function will not modify the slcr registers that are relavant for -* devcfg controller -******************************************************************************/ -void XDcfg_ResetHw(u32 BaseAddr) -{ - u32 Regval = 0; - - /* Mask the interrupts */ - XDcfg_WriteReg(BaseAddr, XDCFG_INT_MASK_OFFSET, - XDCFG_IXR_ALL_MASK); - /* Clear the interuupt status */ - Regval = XDcfg_ReadReg(BaseAddr, XDCFG_INT_STS_OFFSET); - XDcfg_WriteReg(BaseAddr, XDCFG_INT_STS_OFFSET, Regval); - /* Clear the source address register */ - XDcfg_WriteReg(BaseAddr, XDCFG_DMA_SRC_ADDR_OFFSET, 0x0); - /* Clear the destination address register */ - XDcfg_WriteReg(BaseAddr, XDCFG_DMA_DEST_ADDR_OFFSET, 0x0); - /* Clear the source length register */ - XDcfg_WriteReg(BaseAddr, XDCFG_DMA_SRC_LEN_OFFSET, 0x0); - /* Clear the destination length register */ - XDcfg_WriteReg(BaseAddr, XDCFG_DMA_DEST_LEN_OFFSET, 0x0); - /* Clear the loopback enable bit */ - Regval = XDcfg_ReadReg(BaseAddr, XDCFG_MCTRL_OFFSET); - Regval = Regval & ~XDCFG_MCTRL_PCAP_LPBK_MASK; - XDcfg_WriteReg(BaseAddr, XDCFG_MCTRL_OFFSET, Regval); - /*Reset the configuration register to reset value */ - XDcfg_WriteReg(BaseAddr, XDCFG_CFG_OFFSET, - XDCFG_CONFIG_RESET_VALUE); - /*Disable the PCAP rate enable bit */ - Regval = XDcfg_ReadReg(BaseAddr, XDCFG_CTRL_OFFSET); - Regval = Regval & ~XDCFG_CTRL_PCAP_RATE_EN_MASK; - XDcfg_WriteReg(BaseAddr, XDCFG_CTRL_OFFSET, Regval); - -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_hw.h deleted file mode 100644 index 1b7d881..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_hw.h +++ /dev/null @@ -1,369 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg_hw.h -* @addtogroup devcfg_v3_7 -* @{ -* -* This file contains the hardware interface to the Device Config Interface. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.01a nm  08/01/12 Added defines for the PS Version bits,
-*	             removed the FIFO Flush bits from the
-*		     Miscellaneous Control Reg
-* 2.03a nm  04/19/13 Fixed CR# 703728.
-*		     Updated the register definitions as per the latest TRM
-*		     version UG585 (v1.4) November 16, 2012.
-* 2.04a	kpc	10/07/13 Added function prototype.
-* 3.00a	kpc	25/02/14 Corrected the XDCFG_BASE_ADDRESS macro value.
-* 
-* -******************************************************************************/ -#ifndef XDCFG_HW_H /* prevent circular inclusions */ -#define XDCFG_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * Offsets of registers from the start of the device - * @{ - */ - -#define XDCFG_CTRL_OFFSET 0x00 /**< Control Register */ -#define XDCFG_LOCK_OFFSET 0x04 /**< Lock Register */ -#define XDCFG_CFG_OFFSET 0x08 /**< Configuration Register */ -#define XDCFG_INT_STS_OFFSET 0x0C /**< Interrupt Status Register */ -#define XDCFG_INT_MASK_OFFSET 0x10 /**< Interrupt Mask Register */ -#define XDCFG_STATUS_OFFSET 0x14 /**< Status Register */ -#define XDCFG_DMA_SRC_ADDR_OFFSET 0x18 /**< DMA Source Address Register */ -#define XDCFG_DMA_DEST_ADDR_OFFSET 0x1C /**< DMA Destination Address Reg */ -#define XDCFG_DMA_SRC_LEN_OFFSET 0x20 /**< DMA Source Transfer Length */ -#define XDCFG_DMA_DEST_LEN_OFFSET 0x24 /**< DMA Destination Transfer */ -#define XDCFG_ROM_SHADOW_OFFSET 0x28 /**< DMA ROM Shadow Register */ -#define XDCFG_MULTIBOOT_ADDR_OFFSET 0x2C /**< Multi BootAddress Pointer */ -#define XDCFG_SW_ID_OFFSET 0x30 /**< Software ID Register */ -#define XDCFG_UNLOCK_OFFSET 0x34 /**< Unlock Register */ -#define XDCFG_MCTRL_OFFSET 0x80 /**< Miscellaneous Control Reg */ - -/* @} */ - -/** @name Control Register Bit definitions - * @{ - */ - -#define XDCFG_CTRL_FORCE_RST_MASK 0x80000000 /**< Force into - * Secure Reset - */ -#define XDCFG_CTRL_PCFG_PROG_B_MASK 0x40000000 /**< Program signal to - * Reset FPGA - */ -#define XDCFG_CTRL_PCFG_POR_CNT_4K_MASK 0x20000000 /**< Control PL POR timer */ -#define XDCFG_CTRL_PCAP_PR_MASK 0x08000000 /**< Enable PCAP for PR */ -#define XDCFG_CTRL_PCAP_MODE_MASK 0x04000000 /**< Enable PCAP */ -#define XDCFG_CTRL_PCAP_RATE_EN_MASK 0x02000000 /**< Enable PCAP send data - * to FPGA every 4 PCAP - * cycles - */ -#define XDCFG_CTRL_MULTIBOOT_EN_MASK 0x01000000 /**< Multiboot Enable */ -#define XDCFG_CTRL_JTAG_CHAIN_DIS_MASK 0x00800000 /**< JTAG Chain Disable */ -#define XDCFG_CTRL_USER_MODE_MASK 0x00008000 /**< User Mode Mask */ -#define XDCFG_CTRL_PCFG_AES_FUSE_MASK 0x00001000 /**< AES key source */ -#define XDCFG_CTRL_PCFG_AES_EN_MASK 0x00000E00 /**< AES Enable Mask */ -#define XDCFG_CTRL_SEU_EN_MASK 0x00000100 /**< SEU Enable Mask */ -#define XDCFG_CTRL_SEC_EN_MASK 0x00000080 /**< Secure/Non Secure - * Status mask - */ -#define XDCFG_CTRL_SPNIDEN_MASK 0x00000040 /**< Secure Non Invasive - * Debug Enable - */ -#define XDCFG_CTRL_SPIDEN_MASK 0x00000020 /**< Secure Invasive - * Debug Enable - */ -#define XDCFG_CTRL_NIDEN_MASK 0x00000010 /**< Non-Invasive Debug - * Enable - */ -#define XDCFG_CTRL_DBGEN_MASK 0x00000008 /**< Invasive Debug - * Enable - */ -#define XDCFG_CTRL_DAP_EN_MASK 0x00000007 /**< DAP Enable Mask */ - -/* @} */ - -/** @name Lock register bit definitions - * @{ - */ - -#define XDCFG_LOCK_AES_EFUSE_MASK 0x00000010 /**< Lock AES Efuse bit */ -#define XDCFG_LOCK_AES_EN_MASK 0x00000008 /**< Lock AES_EN update */ -#define XDCFG_LOCK_SEU_MASK 0x00000004 /**< Lock SEU_En update */ -#define XDCFG_LOCK_SEC_MASK 0x00000002 /**< Lock SEC_EN and - * USER_MODE - */ -#define XDCFG_LOCK_DBG_MASK 0x00000001 /**< This bit locks - * security config - * including: DAP_En, - * DBGEN,, - * NIDEN, SPNIEN - */ -/*@}*/ - - - -/** @name Config Register Bit definitions - * @{ - */ -#define XDCFG_CFG_RFIFO_TH_MASK 0x00000C00 /**< Read FIFO - * Threshold Mask - */ -#define XDCFG_CFG_WFIFO_TH_MASK 0x00000300 /**< Write FIFO Threshold - * Mask - */ -#define XDCFG_CFG_RCLK_EDGE_MASK 0x00000080 /**< Read data active - * clock edge - */ -#define XDCFG_CFG_WCLK_EDGE_MASK 0x00000040 /**< Write data active - * clock edge - */ -#define XDCFG_CFG_DISABLE_SRC_INC_MASK 0x00000020 /**< Disable Source address - * increment mask - */ -#define XDCFG_CFG_DISABLE_DST_INC_MASK 0x00000010 /**< Disable Destination - * address increment - * mask - */ -/* @} */ - - -/** @name Interrupt Status/Mask Register Bit definitions - * @{ - */ -#define XDCFG_IXR_PSS_GTS_USR_B_MASK 0x80000000 /**< Tri-state IO during - * HIZ - */ -#define XDCFG_IXR_PSS_FST_CFG_B_MASK 0x40000000 /**< First configuration - * done - */ -#define XDCFG_IXR_PSS_GPWRDWN_B_MASK 0x20000000 /**< Global power down */ -#define XDCFG_IXR_PSS_GTS_CFG_B_MASK 0x10000000 /**< Tri-state IO during - * configuration - */ -#define XDCFG_IXR_PSS_CFG_RESET_B_MASK 0x08000000 /**< PL configuration - * reset - */ -#define XDCFG_IXR_AXI_WTO_MASK 0x00800000 /**< AXI Write Address - * or Data or response - * timeout - */ -#define XDCFG_IXR_AXI_WERR_MASK 0x00400000 /**< AXI Write response - * error - */ -#define XDCFG_IXR_AXI_RTO_MASK 0x00200000 /**< AXI Read Address or - * response timeout - */ -#define XDCFG_IXR_AXI_RERR_MASK 0x00100000 /**< AXI Read response - * error - */ -#define XDCFG_IXR_RX_FIFO_OV_MASK 0x00040000 /**< Rx FIFO Overflow */ -#define XDCFG_IXR_WR_FIFO_LVL_MASK 0x00020000 /**< Tx FIFO less than - * threshold */ -#define XDCFG_IXR_RD_FIFO_LVL_MASK 0x00010000 /**< Rx FIFO greater than - * threshold */ -#define XDCFG_IXR_DMA_CMD_ERR_MASK 0x00008000 /**< Illegal DMA command */ -#define XDCFG_IXR_DMA_Q_OV_MASK 0x00004000 /**< DMA command queue - * overflow - */ -#define XDCFG_IXR_DMA_DONE_MASK 0x00002000 /**< DMA Command Done */ -#define XDCFG_IXR_D_P_DONE_MASK 0x00001000 /**< DMA and PCAP - * transfers Done - */ -#define XDCFG_IXR_P2D_LEN_ERR_MASK 0x00000800 /**< PCAP to DMA transfer - * length error - */ -#define XDCFG_IXR_PCFG_HMAC_ERR_MASK 0x00000040 /**< HMAC error mask */ -#define XDCFG_IXR_PCFG_SEU_ERR_MASK 0x00000020 /**< SEU Error mask */ -#define XDCFG_IXR_PCFG_POR_B_MASK 0x00000010 /**< FPGA POR mask */ -#define XDCFG_IXR_PCFG_CFG_RST_MASK 0x00000008 /**< FPGA Reset mask */ -#define XDCFG_IXR_PCFG_DONE_MASK 0x00000004 /**< Done Signal Mask */ -#define XDCFG_IXR_PCFG_INIT_PE_MASK 0x00000002 /**< Detect Positive edge - * of Init Signal - */ -#define XDCFG_IXR_PCFG_INIT_NE_MASK 0x00000001 /**< Detect Negative edge - * of Init Signal - */ -#define XDCFG_IXR_ERROR_FLAGS_MASK (XDCFG_IXR_AXI_WTO_MASK | \ - XDCFG_IXR_AXI_WERR_MASK | \ - XDCFG_IXR_AXI_RTO_MASK | \ - XDCFG_IXR_AXI_RERR_MASK | \ - XDCFG_IXR_RX_FIFO_OV_MASK | \ - XDCFG_IXR_DMA_CMD_ERR_MASK |\ - XDCFG_IXR_DMA_Q_OV_MASK | \ - XDCFG_IXR_P2D_LEN_ERR_MASK |\ - XDCFG_IXR_PCFG_HMAC_ERR_MASK) - - -#define XDCFG_IXR_ALL_MASK 0x00F7F8EF - - - -/* @} */ - - -/** @name Status Register Bit definitions - * @{ - */ -#define XDCFG_STATUS_DMA_CMD_Q_F_MASK 0x80000000 /**< DMA command - * Queue full - */ -#define XDCFG_STATUS_DMA_CMD_Q_E_MASK 0x40000000 /**< DMA command - * Queue empty - */ -#define XDCFG_STATUS_DMA_DONE_CNT_MASK 0x30000000 /**< Number of - * completed DMA - * transfers - */ -#define XDCFG_STATUS_RX_FIFO_LVL_MASK 0x01F000000 /**< Rx FIFO level */ -#define XDCFG_STATUS_TX_FIFO_LVL_MASK 0x0007F000 /**< Tx FIFO level */ - -#define XDCFG_STATUS_PSS_GTS_USR_B 0x00000800 /**< Tri-state IO - * during HIZ - */ -#define XDCFG_STATUS_PSS_FST_CFG_B 0x00000400 /**< First PL config - * done - */ -#define XDCFG_STATUS_PSS_GPWRDWN_B 0x00000200 /**< Global power down */ -#define XDCFG_STATUS_PSS_GTS_CFG_B 0x00000100 /**< Tri-state IO during - * config - */ -#define XDCFG_STATUS_SECURE_RST_MASK 0x00000080 /**< Secure Reset - * POR Status - */ -#define XDCFG_STATUS_ILLEGAL_APB_ACCESS_MASK 0x00000040 /**< Illegal APB - * access - */ -#define XDCFG_STATUS_PSS_CFG_RESET_B 0x00000020 /**< PL config - * reset status - */ -#define XDCFG_STATUS_PCFG_INIT_MASK 0x00000010 /**< FPGA Init - * Status - */ -#define XDCFG_STATUS_EFUSE_BBRAM_KEY_DISABLE_MASK 0x00000008 - /**< BBRAM key - * disable - */ -#define XDCFG_STATUS_EFUSE_SEC_EN_MASK 0x00000004 /**< Efuse Security - * Enable Status - */ -#define XDCFG_STATUS_EFUSE_JTAG_DIS_MASK 0x00000002 /**< EFuse JTAG - * Disable - * status - */ -/* @} */ - - -/** @name DMA Source/Destination Transfer Length Register Bit definitions - * @{ - */ -#define XDCFG_DMA_LEN_MASK 0x7FFFFFF /**< Length Mask */ -/*@}*/ - - - - -/** @name Miscellaneous Control Register Bit definitions - * @{ - */ -#define XDCFG_MCTRL_PCAP_PS_VERSION_MASK 0xF0000000 /**< PS Version Mask */ -#define XDCFG_MCTRL_PCAP_PS_VERSION_SHIFT 28 /**< PS Version Shift */ -#define XDCFG_MCTRL_PCAP_LPBK_MASK 0x00000010 /**< PCAP loopback mask */ -/* @} */ - -/** @name FIFO Threshold Bit definitions - * @{ - */ - -#define XDCFG_CFG_FIFO_QUARTER 0x0 /**< Quarter empty */ -#define XDCFG_CFG_FIFO_HALF 0x1 /**< Half empty */ -#define XDCFG_CFG_FIFO_3QUARTER 0x2 /**< 3/4 empty */ -#define XDCFG_CFG_FIFO_EMPTY 0x4 /**< Empty */ -/* @}*/ - - -/* Miscellaneous constant values */ -#define XDCFG_DMA_INVALID_ADDRESS 0xFFFFFFFF /**< Invalid DMA address */ -#define XDCFG_UNLOCK_DATA 0x757BDF0D /**< First APB access data*/ -#define XDCFG_BASE_ADDRESS 0xF8007000 /**< Device Config base - * address - */ -#define XDCFG_CONFIG_RESET_VALUE 0x508 /**< Config reg reset value */ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Read the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note C-style signature: -* u32 XDcfg_ReadReg(u32 BaseAddr, u32 RegOffset) -* -*****************************************************************************/ -#define XDcfg_ReadReg(BaseAddr, RegOffset) \ - Xil_In32((BaseAddr) + (RegOffset)) - -/****************************************************************************/ -/** -* -* Write to the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note C-style signature: -* void XDcfg_WriteReg(u32 BaseAddr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XDcfg_WriteReg(BaseAddr, RegOffset, Data) \ - Xil_Out32((BaseAddr) + (RegOffset), (Data)) - -/************************** Function Prototypes ******************************/ -/* - * Perform reset operation to the devcfg interface - */ -void XDcfg_ResetHw(u32 BaseAddr); -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_intr.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_intr.c deleted file mode 100644 index 9e7a741..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_intr.c +++ /dev/null @@ -1,284 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg_intr.c -* @addtogroup devcfg_v3_7 -* @{ -* -* Contains the implementation of interrupt related functions of the XDcfg -* driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.01a nm  07/07/12 Updated the XDcfg_IntrClear function to directly
-*		     set the mask instead of oring it with the
-*		     value read from the interrupt status register
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xdevcfg.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* This function enables the specified interrupts in the device. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Mask is the bit-mask of the interrupts to be enabled. -* Bit positions of 1 will be enabled. Bit positions of 0 will -* keep the previous setting. This mask is formed by OR'ing -* XDCFG_INT_* bits defined in xdevcfg_hw.h. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_IntrEnable(XDcfg *InstancePtr, u32 Mask) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Enable the specified interrupts in the Interrupt Mask Register. - */ - RegValue = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_MASK_OFFSET); - RegValue &= ~(Mask & XDCFG_IXR_ALL_MASK); - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_MASK_OFFSET, - RegValue); -} - - -/****************************************************************************/ -/** -* -* This function disables the specified interrupts in the device. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Mask is the bit-mask of the interrupts to be disabled. -* Bit positions of 1 will be disabled. Bit positions of 0 will -* keep the previous setting. This mask is formed by OR'ing -* XDCFG_INT_* bits defined in xdevcfg_hw.h. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_IntrDisable(XDcfg *InstancePtr, u32 Mask) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Disable the specified interrupts in the Interrupt Mask Register. - */ - RegValue = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_MASK_OFFSET); - RegValue |= (Mask & XDCFG_IXR_ALL_MASK); - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_MASK_OFFSET, - RegValue); -} -/****************************************************************************/ -/** -* -* This function returns the enabled interrupts read from the Interrupt Mask -* Register. Use the XDCFG_INT_* constants defined in xdevcfg_hw.h -* to interpret the returned value. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return A 32-bit value representing the contents of the IMR. -* -* @note None. -* -*****************************************************************************/ -u32 XDcfg_IntrGetEnabled(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Return the value read from the Interrupt Mask Register. - */ - return (~ XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_MASK_OFFSET)); -} - -/****************************************************************************/ -/** -* -* This function returns the interrupt status read from Interrupt Status -* Register. Use the XDCFG_INT_* constants defined in xdevcfg_hw.h -* to interpret the returned value. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return A 32-bit value representing the contents of the Interrupt -* Status register. -* -* @note None. -* -*****************************************************************************/ -u32 XDcfg_IntrGetStatus(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Return the value read from the Interrupt Status register. - */ - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_STS_OFFSET); -} - -/****************************************************************************/ -/** -* -* This function clears the specified interrupts in the Interrupt Status -* Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Mask is the bit-mask of the interrupts to be cleared. -* Bit positions of 1 will be cleared. Bit positions of 0 will not -* change the previous interrupt status. This mask is formed by -* OR'ing XDCFG_INT_* bits which are defined in xdevcfg_hw.h. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_IntrClear(XDcfg *InstancePtr, u32 Mask) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_STS_OFFSET, - Mask); - -} - -/*****************************************************************************/ -/** -* The interrupt handler for the Device Config Interface. -* -* Events are signaled to upper layer for proper handling. -* -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XDcfg_InterruptHandler(XDcfg *InstancePtr) -{ - u32 IntrStatusReg; - - /* - * Assert validates the input arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Interrupt status register. - */ - IntrStatusReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_STS_OFFSET); - - /* - * Write the status back to clear the interrupts so that no - * subsequent interrupts are missed while processing this interrupt. - * This also does the DMA acknowledgment automatically. - */ - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_STS_OFFSET, IntrStatusReg); - - /* - * Signal application that there are events to handle. - */ - InstancePtr->StatusHandler(InstancePtr->CallBackRef, - IntrStatusReg); - -} - -/****************************************************************************/ -/** -* -* This function sets the handler that will be called when an event (interrupt) -* occurs that needs application's attention. -* -* @param InstancePtr is a pointer to the XDcfg instance -* @param CallBackFunc is the address of the callback function. -* @param CallBackRef is a user data item that will be passed to the -* callback function when it is invoked. -* -* @return None. -* -* @note None. -* -* -*****************************************************************************/ -void XDcfg_SetHandler(XDcfg *InstancePtr, void *CallBackFunc, - void *CallBackRef) -{ - /* - * Asserts validate the input arguments - * CallBackRef not checked, no way to know what is valid - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(CallBackFunc != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - InstancePtr->StatusHandler = (XDcfg_IntrHandler) CallBackFunc; - InstancePtr->CallBackRef = CallBackRef; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_selftest.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_selftest.c deleted file mode 100644 index f1fa391..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_selftest.c +++ /dev/null @@ -1,88 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg_selftest.c -* @addtogroup devcfg_v3_7 -* @{ -* -* Contains diagnostic self-test functions for the XDcfg driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.02a nm  02/27/13 Fixed CR# 701348.
-*                    Peripheral test fails with  Running
-* 		     DcfgSelfTestExample() in SECURE bootmode.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xdevcfg.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* Run a self-test on the Device Configuration Interface. This test does a -* control register write and reads back the same value. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return -* - XST_SUCCESS if self-test was successful. -* - XST_FAILURE if fails. -* -* @note None. -* -******************************************************************************/ -int XDcfg_SelfTest(XDcfg *InstancePtr) -{ - u32 OldCfgReg; - u32 CfgReg; - int Status = XST_SUCCESS; - - /* - * Assert to ensure the inputs are valid and the instance has been - * initialized. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - OldCfgReg = XDcfg_GetControlRegister(InstancePtr); - - XDcfg_SetControlRegister(InstancePtr, XDCFG_CTRL_NIDEN_MASK); - - CfgReg = XDcfg_GetControlRegister(InstancePtr); - - if ((CfgReg & XDCFG_CTRL_NIDEN_MASK) != XDCFG_CTRL_NIDEN_MASK) { - - Status = XST_FAILURE; - } - - /* - * Restore the original values of the register - */ - XDcfg_SetControlRegister(InstancePtr, OldCfgReg); - - return Status; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_sinit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_sinit.c deleted file mode 100644 index b42d32b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_sinit.c +++ /dev/null @@ -1,68 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xdevcfg_sinit.c -* @addtogroup devcfg_v3_7 -* @{ -* -* This file contains method for static initialization (compile-time) of the -* driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 3.5   ms  08/07/17 Fixed compilation warnings.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xdevcfg.h" -#include "xparameters.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* Lookup the device configuration based on the unique device ID. The table -* contains the configuration info for each device in the system. -* -* @param DeviceId is the unique device ID of the device being looked up. -* -* @return A pointer to the configuration table entry corresponding to the -* given device ID, or NULL if no match is found. -* -* @note None. -* -******************************************************************************/ -XDcfg_Config *XDcfg_LookupConfig(u16 DeviceId) -{ - extern XDcfg_Config XDcfg_ConfigTable[]; - XDcfg_Config *CfgPtr = NULL; - u32 Index; - - for (Index = 0U; Index < XPAR_XDCFG_NUM_INSTANCES; Index++) { - if (XDcfg_ConfigTable[Index].DeviceId == DeviceId) { - CfgPtr = &XDcfg_ConfigTable[Index]; - break; - } - } - - return (CfgPtr); -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/Makefile deleted file mode 100644 index be5fccb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -INCLUDEFILES:=*.h - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps.c deleted file mode 100644 index 27dffb9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps.c +++ /dev/null @@ -1,1961 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdmaps.c -* @addtogroup dmaps_v2_8 -* @{ -* -* This file contains the implementation of the interface functions for XDmaPs -* driver. Refer to the header file xdmaps.h for more detailed information. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  	Date     Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	hbm    08/19/2010 First Release
-* 1.00  nm     05/25/2011 Updated for minor doxygen corrections
-* 1.02a sg     05/16/2012 Made changes for doxygen and moved some function
-*			  header from the xdmaps.h file to xdmaps.c file
-*			  Other cleanup for coding guidelines and CR 657109
-*			  and CR 657898
-* 1.03a sg     07/16/2012 changed inline to __inline for CR665681
-* 1.04a nm     10/22/2012 Fixed CR# 681671.
-* 1.05a nm     04/15/2013 Fixed CR# 704396. Removed warnings when compiled
-*			  with -Wall and -Wextra option in bsp.
-*	       05/01/2013 Fixed CR# 700189. Changed XDmaPs_BuildDmaProg()
-*			  function description.
-*			  Fixed CR# 704396. Removed unused variables
-*			  UseM2MByte & MemBurstLen from XDmaPs_BuildDmaProg()
-*			  function.
-* 1.07a asa    11/02/13. Made changes to fix compilation issues for iarcc.
-*			   Removed the PDBG prints. By default they were always
-*			   defined out and never used. The PDBG is non-standard for
-*			   Xilinx drivers and no other driver does something similar.
-*			   Since there is no easy way to fix compilation issues with
-*			   the IARCC compiler around PDBG, it is better to remove it.
-*			   Users can always use xil_printfs if they want to debug.
-* 2.01 kpc    08/23/14   Fixed the IAR compiler reported errors
-* 2.2  mus    12/08/16   Remove definition of INLINE macro to avoid re-definition,
-*                         since it is being defined in xil_io.h
-* 2.3 kpc     14/10/16   Fixed the compiler error when optimization O0 is used.
-* 2.5 hk      08/16/19   Add a memory barrier before DMASEV as per specification.
-* 2.6 hk      02/14/20   Correct boundary check for Channel.
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include - -#include "xstatus.h" -#include "xdmaps.h" -#include "xil_io.h" -#include "xil_cache.h" - -#include "xil_printf.h" - - -/************************** Constant Definitions ****************************/ - -/* The following constant defines the amount of error that is allowed for - * a specified baud rate. This error is the difference between the actual - * baud rate that will be generated using the specified clock and the - * desired baud rate. - */ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - - -/************************** Function Prototypes *****************************/ -static int XDmaPs_Exec_DMAKILL(u32 BaseAddr, - unsigned int Channel, - unsigned int Thread); - -static void XDmaPs_BufPool_Free(XDmaPs_ProgBuf *Pool, void *Buf); - -static int XDmaPs_Exec_DMAGO(u32 BaseAddr, unsigned int Channel, u32 DmaProg); - -static void XDmaPs_DoneISR_n(XDmaPs *InstPtr, unsigned Channel); -static void *XDmaPs_BufPool_Allocate(XDmaPs_ProgBuf *Pool); -static int XDmaPs_BuildDmaProg(unsigned Channel, XDmaPs_Cmd *Cmd, - unsigned CacheLength); - -static void XDmaPs_Print_DmaProgBuf(char *Buf, int Length); - - - -/************************** Variable Definitions ****************************/ - -/****************************************************************************/ -/** -* -* Initializes a specific XDmaPs instance such that it is ready to be used. -* The data format of the device is setup for 8 data bits, 1 stop bit, and no -* parity by default. The baud rate is set to a default value specified by -* Config->DefaultBaudRate if set, otherwise it is set to 19.2K baud. The -* receive FIFO threshold is set for 8 bytes. The default operating mode of the -* driver is polled mode. -* -* @param InstPtr is a pointer to the XDmaPs instance. -* @param Config is a reference to a structure containing information -* about a specific XDmaPs driver. -* @param EffectiveAddr is the device base address in the virtual memory -* address space. The caller is responsible for keeping the -* address mapping from EffectiveAddr to the device physical base -* address unchanged once this function is invoked. Unexpected -* errors may occur if the address mapping changes after this -* function is called. If address translation is not used, pass in -* the physical address instead. -* -* @return -* -* - XST_SUCCESS on initialization completion -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_CfgInitialize(XDmaPs *InstPtr, - XDmaPs_Config *Config, - u32 EffectiveAddr) -{ - int Status = XST_SUCCESS; - unsigned int CacheLength = 0; - u32 CfgReg; - unsigned Channel; - XDmaPs_ChannelData *ChanData; - - /* - * Assert validates the input arguments - */ - Xil_AssertNonvoid(InstPtr != NULL); - Xil_AssertNonvoid(Config != NULL); - - /* - * Setup the driver instance using passed in parameters - */ - InstPtr->Config.DeviceId = Config->DeviceId; - InstPtr->Config.BaseAddress = EffectiveAddr; - - CfgReg = XDmaPs_ReadReg(EffectiveAddr, XDMAPS_CR1_OFFSET); - CacheLength = CfgReg & XDMAPS_CR1_I_CACHE_LEN_MASK; - if (CacheLength < 2 || CacheLength > 5) - CacheLength = 0; - else - CacheLength = 1 << CacheLength; - - InstPtr->CacheLength = CacheLength; - - memset(InstPtr->Chans, 0, - sizeof(XDmaPs_ChannelData[XDMAPS_CHANNELS_PER_DEV])); - - for (Channel = 0; Channel < XDMAPS_CHANNELS_PER_DEV; Channel++) { - ChanData = InstPtr->Chans + Channel; - ChanData->ChanId = Channel; - ChanData->DevId = Config->DeviceId; - } - - InstPtr->IsReady = 1; - - return Status; -} - -/****************************************************************************/ -/** -* -* Reset the DMA Manager. -* -* @param InstPtr is the DMA instance. -* -* @return 0 on success, -1 on time out -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_ResetManager(XDmaPs *InstPtr) -{ - int Status; - Status = XDmaPs_Exec_DMAKILL(InstPtr->Config.BaseAddress, - 0, 0); - - return Status; -} - -/****************************************************************************/ -/** -* -* Reset the specified DMA Channel. -* -* @param InstPtr is the DMA instance. -* @param Channel is the channel to be reset. -* -* @return 0 on success, -1 on time out -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_ResetChannel(XDmaPs *InstPtr, unsigned int Channel) -{ - int Status; - Status = XDmaPs_Exec_DMAKILL(InstPtr->Config.BaseAddress, - Channel, 1); - - return Status; - -} - -/*****************************************************************************/ -/** -* -* Driver fault interrupt service routine -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_FaultISR(XDmaPs *InstPtr) -{ - - void *DmaProgBuf; - u32 Fsm; /* Fault status DMA manager register value */ - u32 Fsc; /* Fault status DMA channel register value */ - u32 FaultType; /* Fault type DMA manager register value */ - - u32 BaseAddr = InstPtr->Config.BaseAddress; - - u32 Pc; /* DMA Pc or channel Pc */ - XDmaPs_ChannelData *ChanData; - - unsigned Chan; - unsigned DevId; - - XDmaPs_Cmd *DmaCmd; - - Fsm = XDmaPs_ReadReg(BaseAddr, XDMAPS_FSM_OFFSET) & 0x01; - Fsc = XDmaPs_ReadReg(BaseAddr, XDMAPS_FSC_OFFSET) & 0xFF; - - - DevId = InstPtr->Config.DeviceId; - - if (Fsm) { - /* - * if DMA manager is fault - */ - FaultType = XDmaPs_ReadReg(BaseAddr, XDMAPS_FTM_OFFSET); - Pc = XDmaPs_ReadReg(BaseAddr, XDMAPS_DPC_OFFSET); - - xil_printf("PL330 device %d fault with type: %x at Pc %x\n", - DevId, - FaultType, Pc); - - /* kill the DMA manager thread */ - /* Should we disable interrupt?*/ - XDmaPs_Exec_DMAKILL(BaseAddr, 0, 0); - } - - /* - * check which channel faults and kill the channel thread - */ - for (Chan = 0; - Chan < XDMAPS_CHANNELS_PER_DEV; - Chan++) { - if (Fsc & (0x01 << Chan)) { - FaultType = - XDmaPs_ReadReg(BaseAddr, - XDmaPs_FTCn_OFFSET(Chan)); - Pc = XDmaPs_ReadReg(BaseAddr, - XDmaPs_CPCn_OFFSET(Chan)); - - /* kill the channel thread */ - /* Should we disable interrupt? */ - XDmaPs_Exec_DMAKILL(BaseAddr, Chan, 1); - - /* - * get the fault type and fault Pc and invoke the - * fault callback. - */ - ChanData = InstPtr->Chans + Chan; - - DmaCmd = ChanData->DmaCmdToHw; - - /* Should we check DmaCmd is not null */ - DmaCmd->DmaStatus = -1; - DmaCmd->ChanFaultType = FaultType; - DmaCmd->ChanFaultPCAddr = Pc; - ChanData->DmaCmdFromHw = DmaCmd; - ChanData->DmaCmdToHw = NULL; - - if (!ChanData->HoldDmaProg) { - DmaProgBuf = (void *)DmaCmd->GeneratedDmaProg; - if (DmaProgBuf) - XDmaPs_BufPool_Free(ChanData->ProgBufPool, - DmaProgBuf); - DmaCmd->GeneratedDmaProg = NULL; - } - - if (InstPtr->FaultHandler) - InstPtr->FaultHandler(Chan, - DmaCmd, - InstPtr->FaultRef); - - } - } - -} - -/*****************************************************************************/ -/** -* -* Set the done handler for a channel. -* -* @param InstPtr is the DMA instance. -* @param Channel is the channel number. -* @param DoneHandler is the done interrupt handler. -* @param CallbackRef is the callback reference data. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -int XDmaPs_SetDoneHandler(XDmaPs *InstPtr, - unsigned Channel, - XDmaPsDoneHandler DoneHandler, - void *CallbackRef) -{ - XDmaPs_ChannelData *ChanData; - - Xil_AssertNonvoid(InstPtr != NULL); - - if (Channel >= XDMAPS_CHANNELS_PER_DEV) - return XST_FAILURE; - - - ChanData = InstPtr->Chans + Channel; - - ChanData->DoneHandler = DoneHandler; - ChanData->DoneRef = CallbackRef; - - return 0; -} - -/*****************************************************************************/ -/** -* -* Set the fault handler for a channel. -* -* @param InstPtr is the DMA instance. -* @param FaultHandler is the fault interrupt handler. -* @param CallbackRef is the callback reference data. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -int XDmaPs_SetFaultHandler(XDmaPs *InstPtr, - XDmaPsFaultHandler FaultHandler, - void *CallbackRef) -{ - Xil_AssertNonvoid(InstPtr != NULL); - - InstPtr->FaultHandler = FaultHandler; - InstPtr->FaultRef = CallbackRef; - - return XST_SUCCESS; -} - - - -/****************************************************************************/ -/** -* Construction function for DMAEND instruction. This function fills the program -* buffer with the constructed instruction. -* -* @param DmaProg the DMA program buffer, it's the starting address for -* the instruction being constructed -* -* @return The number of bytes for this instruction which is 1. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMAEND(char *DmaProg) -{ - /* - * DMAEND encoding: - * 7 6 5 4 3 2 1 0 - * 0 0 0 0 0 0 0 0 - */ - *DmaProg = 0x0; - - return 1; -} - -static INLINE void XDmaPs_Memcpy4(char *Dst, char *Src) -{ - *Dst = *Src; - *(Dst + 1) = *(Src + 1); - *(Dst + 2) = *(Src + 2); - *(Dst + 3) = *(Src + 3); -} - -/****************************************************************************/ -/** -* -* Construction function for DMAGO instruction. This function fills the program -* buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* @param Cn is the Channel number, 0 - 7 -* @param Imm is 32-bit immediate number written to the Channel Program -* Counter. -* @param Ns is Non-secure flag. If Ns is 1, the DMA channel operates in -* the Non-secure state. If Ns is 0, the execution depends on the -* security state of the DMA manager: -* DMA manager is in the Secure state, DMA channel operates in the -* Secure state. -* DMA manager is in the Non-secure state, DMAC aborts. -* -* @return The number of bytes for this instruction which is 6. -* -* @note None -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMAGO(char *DmaProg, unsigned int Cn, - u32 Imm, unsigned int Ns) -{ - /* - * DMAGO encoding: - * 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00 - * 0 0 0 0 0 |cn[2:0]| 1 0 1 0 0 0 ns 0 - * - * 47 ... 16 - * imm[32:0] - */ - *DmaProg = 0xA0 | ((Ns << 1) & 0x02); - - *(DmaProg + 1) = (u8)(Cn & 0x07); - - // *((u32 *)(DmaProg + 2)) = Imm; - XDmaPs_Memcpy4(DmaProg + 2, (char *)&Imm); - - /* success */ - return 6; -} - -/****************************************************************************/ -/** -* -* Construction function for DMALD instruction. This function fills the program -* buffer with the constructed instruction. -* -* @param DmaProg the DMA program buffer, it's the starting address for the -* instruction being constructed -* -* @return The number of bytes for this instruction which is 1. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMALD(char *DmaProg) -{ - /* - * DMALD encoding - * 7 6 5 4 3 2 1 0 - * 0 0 0 0 0 1 bs x - * - * Note: this driver doesn't support conditional load or store, - * so the bs bit is 0 and x bit is 0. - */ - *DmaProg = 0x04; - return 1; -} - -/****************************************************************************/ -/** -* -* Construction function for DMALP instruction. This function fills the program -* buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* @param Lc is the Loop counter register, can either be 0 or 1. -* @param LoopIterations: the number of interations, LoopInterations - 1 -* will be encoded in the DMALP instruction. -* -* @return The number of bytes for this instruction which is 2. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMALP(char *DmaProg, unsigned Lc, - unsigned LoopIterations) -{ - /* - * DMALP encoding - * 15 ... 8 7 6 5 4 3 2 1 0 - * | iter[7:0] |0 0 1 0 0 0 lc 0 - */ - *DmaProg = (u8)(0x20 | ((Lc & 1) << 1)); - *(DmaProg + 1) = (u8)(LoopIterations - 1); - return 2; -} - -/****************************************************************************/ -/** -* -* Construction function for DMALPEND instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* @param BodyStart is the starting address of the loop body. It is used -* to calculate the bytes of backward jump. -* @param Lc is the Loop counter register, can either be 0 or 1. -* -* @return The number of bytes for this instruction which is 2. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMALPEND(char *DmaProg, char *BodyStart, unsigned Lc) -{ - /* - * DMALPEND encoding - * 15 ... 8 7 6 5 4 3 2 1 0 - * | backward_jump[7:0] |0 0 1 nf 1 lc bs x - * - * lc: loop counter - * nf is for loop forever. The driver does not support loop forever, - * so nf is 1. - * The driver does not support conditional LPEND, so bs is 0, x is 0. - */ - *DmaProg = 0x38 | ((Lc & 1) << 2); - *(DmaProg + 1) = (u8)(DmaProg - BodyStart); - - return 2; -} - -/* - * Register number for the DMAMOV instruction - */ -#define XDMAPS_MOV_SAR 0x0 -#define XDMAPS_MOV_CCR 0x1 -#define XDMAPS_MOV_DAR 0x2 - -/****************************************************************************/ -/** -* -* Construction function for DMAMOV instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* @param Rd is the register id, 0 for SAR, 1 for CCR, and 2 for DAR -* @param Imm is the 32-bit immediate number -* -* @return The number of bytes for this instruction which is 6. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMAMOV(char *DmaProg, unsigned Rd, u32 Imm) -{ - /* - * DMAMOV encoding - * 15 4 3 2 1 10 ... 8 7 6 5 4 3 2 1 0 - * 0 0 0 0 0 |rd[2:0]|1 0 1 1 1 1 0 0 - * - * 47 ... 16 - * imm[32:0] - * - * rd: b000 for SAR, b001 CCR, b010 DAR - */ - *DmaProg = 0xBC; - *(DmaProg + 1) = Rd & 0x7; - // *((u32 *)(DmaProg + 2)) = Imm; - XDmaPs_Memcpy4(DmaProg + 2, (char *)&Imm); - - return 6; -} - -/****************************************************************************/ -/** -* -* Construction function for DMANOP instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* @return The number of bytes for this instruction which is 1. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMANOP(char *DmaProg) -{ - /* - * DMANOP encoding - * 7 6 5 4 3 2 1 0 - * 0 0 0 1 1 0 0 0 - */ - *DmaProg = 0x18; - return 1; -} - -/****************************************************************************/ -/** -* -* Construction function for DMARMB instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* -* @return The number of bytes for this instruction which is 1. -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_Instr_DMARMB(char *DmaProg) -{ - /* - * DMARMB encoding - * 7 6 5 4 3 2 1 0 - * 0 0 0 1 0 0 1 0 - */ - *DmaProg = 0x12; - return 1; -} - -/****************************************************************************/ -/** -* -* Construction function for DMASEV instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* @param EventNumber is the Event number to signal. -* -* @return The number of bytes for this instruction which is 2. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMASEV(char *DmaProg, unsigned int EventNumber) -{ - /* - * DMASEV encoding - * 15 4 3 2 1 10 9 8 7 6 5 4 3 2 1 0 - * |event[4:0]| 0 0 0 0 0 1 1 0 1 0 0 - */ - *DmaProg = 0x34; - *(DmaProg + 1) = (u8)(EventNumber << 3); - - return 2; -} - - -/****************************************************************************/ -/** -* -* Construction function for DMAST instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* -* @return The number of bytes for this instruction which is 1. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMAST(char *DmaProg) -{ - /* - * DMAST encoding - * 7 6 5 4 3 2 1 0 - * 0 0 0 0 1 0 bs x - * - * Note: this driver doesn't support conditional load or store, - * so the bs bit is 0 and x bit is 0. - */ - *DmaProg = 0x08; - return 1; -} - - -/****************************************************************************/ -/** -* -* Construction function for DMAWMB instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* -* @return The number of bytes for this instruction which is 1. -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_Instr_DMAWMB(char *DmaProg) -{ - /* - * DMAWMB encoding - * 7 6 5 4 3 2 1 0 - * 0 0 0 1 0 0 1 0 - */ - *DmaProg = 0x13; - return 1; -} - -/****************************************************************************/ -/** -* -* Conversion function from the endian swap size to the bit encoding of the CCR -* -* @param EndianSwapSize is the endian swap size, in terms of bits, it -* could be 8, 16, 32, 64, or 128(We are using DMA assembly syntax) -* -* @return The endian swap size bit encoding for the CCR. -* -* @note None. -* -*****************************************************************************/ -static INLINE unsigned XDmaPs_ToEndianSwapSizeBits(unsigned int EndianSwapSize) -{ - switch (EndianSwapSize) { - case 0: - case 8: - return 0; - case 16: - return 1; - case 32: - return 2; - case 64: - return 3; - case 128: - return 4; - default: - return 0; - } - -} - -/****************************************************************************/ -/** -* -* Conversion function from the burst size to the bit encoding of the CCR -* -* @param BurstSize is the burst size. It's the data width. -* In terms of bytes, it could be 1, 2, 4, 8, 16, 32, 64, or 128. -* It must be no larger than the bus width. -* (We are using DMA assembly syntax.) -* -* @note None. -* -*****************************************************************************/ -static INLINE unsigned XDmaPs_ToBurstSizeBits(unsigned BurstSize) -{ - switch (BurstSize) { - case 1: - return 0; - case 2: - return 1; - case 4: - return 2; - case 8: - return 3; - case 16: - return 4; - case 32: - return 5; - case 64: - return 6; - case 128: - return 7; - default: - return 0; - } -} - - -/****************************************************************************/ -/** -* -* Conversion function from PL330 bus transfer descriptors to CCR value. All the -* values passed to the functions are in terms of assembly languages, not in -* terms of the register bit encoding. -* -* @param ChanCtrl is the Instance of XDmaPs_ChanCtrl. -* -* @return The 32-bit CCR value. -* -* @note None. -* -*****************************************************************************/ -u32 XDmaPs_ToCCRValue(XDmaPs_ChanCtrl *ChanCtrl) -{ - /* - * Channel Control Register encoding - * [31:28] - endian_swap_size - * [27:25] - dst_cache_ctrl - * [24:22] - dst_prot_ctrl - * [21:18] - dst_burst_len - * [17:15] - dst_burst_size - * [14] - dst_inc - * [13:11] - src_cache_ctrl - * [10:8] - src_prot_ctrl - * [7:4] - src_burst_len - * [3:1] - src_burst_size - * [0] - src_inc - */ - - unsigned es = - XDmaPs_ToEndianSwapSizeBits(ChanCtrl->EndianSwapSize); - - unsigned dst_burst_size = - XDmaPs_ToBurstSizeBits(ChanCtrl->DstBurstSize); - unsigned dst_burst_len = (ChanCtrl->DstBurstLen - 1) & 0x0F; - unsigned dst_cache_ctrl = (ChanCtrl->DstCacheCtrl & 0x03) - | ((ChanCtrl->DstCacheCtrl & 0x08) >> 1); - unsigned dst_prot_ctrl = ChanCtrl->DstProtCtrl & 0x07; - unsigned dst_inc_bit = ChanCtrl->DstInc & 1; - - unsigned src_burst_size = - XDmaPs_ToBurstSizeBits(ChanCtrl->SrcBurstSize); - unsigned src_burst_len = (ChanCtrl->SrcBurstLen - 1) & 0x0F; - unsigned src_cache_ctrl = (ChanCtrl->SrcCacheCtrl & 0x03) - | ((ChanCtrl->SrcCacheCtrl & 0x08) >> 1); - unsigned src_prot_ctrl = ChanCtrl->SrcProtCtrl & 0x07; - unsigned src_inc_bit = ChanCtrl->SrcInc & 1; - - u32 ccr_value = (es << 28) - | (dst_cache_ctrl << 25) - | (dst_prot_ctrl << 22) - | (dst_burst_len << 18) - | (dst_burst_size << 15) - | (dst_inc_bit << 14) - | (src_cache_ctrl << 11) - | (src_prot_ctrl << 8) - | (src_burst_len << 4) - | (src_burst_size << 1) - | (src_inc_bit); - - return ccr_value; -} - -/****************************************************************************/ -/** -* Construct a loop with only DMALD and DMAST as the body using loop counter 0. -* The function also makes sure the loop body and the lpend is in the same -* cache line. -* -* @param DmaProgStart is the very start address of the DMA program. -* This is used to calculate whether the loop is in a cache line. -* @param CacheLength is the icache line length, in terms of bytes. -* If it's zero, the performance enhancement feature will be -* turned off. -* @param DmaProgLoopStart The starting address of the loop (DMALP). -* @param LoopCount The inner loop count. Loop count - 1 will be used to -* initialize the loop counter. -* -* @return The number of bytes the loop has. -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_ConstructSingleLoop(char *DmaProgStart, - int CacheLength, - char *DmaProgLoopStart, - int LoopCount) -{ - int CacheStartOffset; - int CacheEndOffset; - int NumNops; - char *DmaProgBuf = DmaProgLoopStart; - - DmaProgBuf += XDmaPs_Instr_DMALP(DmaProgBuf, 0, LoopCount); - - if (CacheLength > 0) { - /* - * the CacheLength > 0 switch is ued to turn on/off nop - * insertion - */ - CacheStartOffset = DmaProgBuf - DmaProgStart; - CacheEndOffset = CacheStartOffset + 3; - - /* - * check whether the body and lpend fit in one cache line - */ - if (CacheStartOffset / CacheLength - != CacheEndOffset / CacheLength) { - /* insert the nops */ - NumNops = CacheLength - - CacheStartOffset % CacheLength; - while (NumNops--) { - DmaProgBuf += - XDmaPs_Instr_DMANOP(DmaProgBuf); - } - } - } - - DmaProgBuf += XDmaPs_Instr_DMALD(DmaProgBuf); - DmaProgBuf += XDmaPs_Instr_DMAST(DmaProgBuf); - DmaProgBuf += XDmaPs_Instr_DMALPEND(DmaProgBuf, - DmaProgBuf - 2, 0); - - return DmaProgBuf - DmaProgLoopStart; -} - -/****************************************************************************/ -/** -* Construct a nested loop with only DMALD and DMAST in the inner loop body. -* It uses loop counter 1 for the outer loop and loop counter 0 for the -* inner loop. -* -* @param DmaProgStart is the very start address of the DMA program. -* This is used to calculate whether the loop is in a cache line. -* @param CacheLength is the icache line length, in terms of bytes. -* If it's zero, the performance enhancement feature will be -* turned off. -* @param DmaProgLoopStart The starting address of the loop (DMALP). -* @param LoopCountOuter The outer loop count. Loop count - 1 will be -* used to initialize the loop counter. -* @param LoopCountInner The inner loop count. Loop count - 1 will be -* used to initialize the loop counter. -* -* @return The number byes the nested loop program has. -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_ConstructNestedLoop(char *DmaProgStart, - int CacheLength, - char *DmaProgLoopStart, - unsigned int LoopCountOuter, - unsigned int LoopCountInner) -{ - int CacheStartOffset; - int CacheEndOffset; - int NumNops; - char *InnerLoopStart; - char *DmaProgBuf = DmaProgLoopStart; - - DmaProgBuf += XDmaPs_Instr_DMALP(DmaProgBuf, 1, LoopCountOuter); - InnerLoopStart = DmaProgBuf; - - if (CacheLength > 0) { - /* - * the CacheLength > 0 switch is ued to turn on/off nop - * insertion - */ - if (CacheLength < 8) { - /* - * if the cache line is too small to fit both loops - * just align the inner loop - */ - DmaProgBuf += - XDmaPs_ConstructSingleLoop(DmaProgStart, - CacheLength, - DmaProgBuf, - LoopCountInner); - /* outer loop end */ - DmaProgBuf += - XDmaPs_Instr_DMALPEND(DmaProgBuf, - InnerLoopStart, - 1); - - /* - * the nested loop is constructed for - * smaller cache line - */ - return DmaProgBuf - DmaProgLoopStart; - } - - /* - * Now let's handle the case where a cache line can - * fit the nested loops. - */ - CacheStartOffset = DmaProgBuf - DmaProgStart; - CacheEndOffset = CacheStartOffset + 7; - - /* - * check whether the body and lpend fit in one cache line - */ - if (CacheStartOffset / CacheLength - != CacheEndOffset / CacheLength) { - /* insert the nops */ - NumNops = CacheLength - - CacheStartOffset % CacheLength; - while (NumNops--) { - DmaProgBuf += - XDmaPs_Instr_DMANOP(DmaProgBuf); - } - } - } - - /* insert the inner DMALP */ - DmaProgBuf += XDmaPs_Instr_DMALP(DmaProgBuf, 0, LoopCountInner); - - /* DMALD and DMAST instructions */ - DmaProgBuf += XDmaPs_Instr_DMALD(DmaProgBuf); - DmaProgBuf += XDmaPs_Instr_DMAST(DmaProgBuf); - - /* inner DMALPEND */ - DmaProgBuf += XDmaPs_Instr_DMALPEND(DmaProgBuf, - DmaProgBuf - 2, 0); - /* outer DMALPEND */ - DmaProgBuf += XDmaPs_Instr_DMALPEND(DmaProgBuf, - InnerLoopStart, 1); - - /* return the number of bytes */ - return DmaProgBuf - DmaProgLoopStart; -} - -/* - * [31:28] endian_swap_size b0000 - * [27:25] dst_cache_ctrl b000 - * [24:22] dst_prot_ctrl b000 - * [21:18] dst_burst_len b0000 - * [17:15] dst_burst_size b000 - * [14] dst_inc b0 - * [27:25] src_cache_ctrl b000 - * [24:22] src_prot_ctrl b000 - * [21:18] src_burst_len b0000 - * [17:15] src_burst_size b000 - * [14] src_inc b0 - */ -#define XDMAPS_CCR_SINGLE_BYTE (0x0) -#define XDMAPS_CCR_M2M_SINGLE_BYTE ((0x1 << 14) | 0x1) - - -/****************************************************************************/ -/** -* -* Construct the DMA program based on the descriptions of the DMA transfer. -* The function handles memory to memory DMA transfers. -* It also handles unalgined head and small amount of residue tail. -* -* @param Channel DMA channel number -* @param Cmd is the DMA command. -* @param CacheLength is the icache line length, in terms of bytes. -* If it's zero, the performance enhancement feature will be -* turned off. -* -* @returns The number of bytes for the program. -* -* @note None. -* -*****************************************************************************/ -static int XDmaPs_BuildDmaProg(unsigned Channel, XDmaPs_Cmd *Cmd, - unsigned CacheLength) -{ - /* - * unpack arguments - */ - char *DmaProgBuf = (char *)Cmd->GeneratedDmaProg; - unsigned DevChan = Channel; - unsigned long DmaLength = Cmd->BD.Length; - u32 SrcAddr = Cmd->BD.SrcAddr; - - unsigned SrcInc = Cmd->ChanCtrl.SrcInc; - u32 DstAddr = Cmd->BD.DstAddr; - unsigned DstInc = Cmd->ChanCtrl.DstInc; - - char *DmaProgStart = DmaProgBuf; - - unsigned int BurstBytes; - unsigned int LoopCount; - unsigned int LoopCount1 = 0; - unsigned int LoopResidue = 0; - unsigned int TailBytes; - unsigned int TailWords; - int DmaProgBytes; - u32 CCRValue; - unsigned int Unaligned; - unsigned int UnalignedCount; - unsigned int MemBurstSize = 1; - u32 MemAddr = 0; - unsigned int Index; - unsigned int SrcUnaligned = 0; - unsigned int DstUnaligned = 0; - - XDmaPs_ChanCtrl *ChanCtrl; - XDmaPs_ChanCtrl WordChanCtrl; - static XDmaPs_ChanCtrl Mem2MemByteCC; - - Mem2MemByteCC.EndianSwapSize = 0; - Mem2MemByteCC.DstCacheCtrl = 0; - Mem2MemByteCC.DstProtCtrl = 0; - Mem2MemByteCC.DstBurstLen = 1; - Mem2MemByteCC.DstBurstSize = 1; - Mem2MemByteCC.DstInc = 1; - Mem2MemByteCC.SrcCacheCtrl = 0; - Mem2MemByteCC.SrcProtCtrl = 0; - Mem2MemByteCC.SrcBurstLen = 1; - Mem2MemByteCC.SrcBurstSize = 1; - Mem2MemByteCC.SrcInc = 1; - - ChanCtrl = &Cmd->ChanCtrl; - - /* insert DMAMOV for SAR and DAR */ - DmaProgBuf += XDmaPs_Instr_DMAMOV(DmaProgBuf, - XDMAPS_MOV_SAR, - SrcAddr); - DmaProgBuf += XDmaPs_Instr_DMAMOV(DmaProgBuf, - XDMAPS_MOV_DAR, - DstAddr); - - - if (ChanCtrl->SrcInc) - SrcUnaligned = SrcAddr % ChanCtrl->SrcBurstSize; - - if (ChanCtrl->DstInc) - DstUnaligned = DstAddr % ChanCtrl->DstBurstSize; - - if ((SrcUnaligned && DstInc) || (DstUnaligned && SrcInc)) { - ChanCtrl = &Mem2MemByteCC; - } - - if (ChanCtrl->SrcInc) { - MemBurstSize = ChanCtrl->SrcBurstSize; - MemAddr = SrcAddr; - - } else if (ChanCtrl->DstInc) { - MemBurstSize = ChanCtrl->DstBurstSize; - MemAddr = DstAddr; - } - - /* check whether the head is aligned or not */ - Unaligned = MemAddr % MemBurstSize; - - if (Unaligned) { - /* if head is unaligned, transfer head in bytes */ - UnalignedCount = MemBurstSize - Unaligned; - CCRValue = XDMAPS_CCR_SINGLE_BYTE - | (SrcInc & 1) - | ((DstInc & 1) << 14); - - DmaProgBuf += XDmaPs_Instr_DMAMOV(DmaProgBuf, - XDMAPS_MOV_CCR, - CCRValue); - - for (Index = 0; Index < UnalignedCount; Index++) { - DmaProgBuf += XDmaPs_Instr_DMALD(DmaProgBuf); - DmaProgBuf += XDmaPs_Instr_DMAST(DmaProgBuf); - } - - DmaLength -= UnalignedCount; - } - - /* now the burst transfer part */ - CCRValue = XDmaPs_ToCCRValue(ChanCtrl); - DmaProgBuf += XDmaPs_Instr_DMAMOV(DmaProgBuf, - XDMAPS_MOV_CCR, - CCRValue); - - BurstBytes = ChanCtrl->SrcBurstSize * ChanCtrl->SrcBurstLen; - - LoopCount = DmaLength / BurstBytes; - TailBytes = DmaLength % BurstBytes; - - /* - * the loop count register is 8-bit wide, so if we need - * a larger loop, we need to have nested loops - */ - if (LoopCount > 256) { - LoopCount1 = LoopCount / 256; - if (LoopCount1 > 256) { - xil_printf("DMA operation cannot fit in a 2-level " - "loop for channel %d, please reduce the " - "DMA length or increase the burst size or " - "length", - Channel); - return 0; - } - LoopResidue = LoopCount % 256; - - if (LoopCount1 > 1) - DmaProgBuf += - XDmaPs_ConstructNestedLoop(DmaProgStart, - CacheLength, - DmaProgBuf, - LoopCount1, - 256); - else - DmaProgBuf += - XDmaPs_ConstructSingleLoop(DmaProgStart, - CacheLength, - DmaProgBuf, - 256); - - /* there will be some that cannot be covered by - * nested loops - */ - LoopCount = LoopResidue; - } - - if (LoopCount > 0) { - DmaProgBuf += XDmaPs_ConstructSingleLoop(DmaProgStart, - CacheLength, - DmaProgBuf, - LoopCount); - } - - if (TailBytes) { - /* handle the tail */ - TailWords = TailBytes / MemBurstSize; - TailBytes = TailBytes % MemBurstSize; - - if (TailWords) { - WordChanCtrl = *ChanCtrl; - /* - * if we can transfer the tail in words, we will - * transfer words as much as possible - */ - WordChanCtrl.SrcBurstSize = MemBurstSize; - WordChanCtrl.SrcBurstLen = 1; - WordChanCtrl.DstBurstSize = MemBurstSize; - WordChanCtrl.DstBurstLen = 1; - - - /* - * the burst length is 1 - */ - CCRValue = XDmaPs_ToCCRValue(&WordChanCtrl); - - DmaProgBuf += - XDmaPs_Instr_DMAMOV(DmaProgBuf, - XDMAPS_MOV_CCR, - CCRValue); - DmaProgBuf += - XDmaPs_ConstructSingleLoop(DmaProgStart, - CacheLength, - DmaProgBuf, - TailWords); - - } - - if (TailBytes) { - /* - * for the rest, we'll tranfer in bytes - */ - /* - * So far just to be safe, the tail bytes - * are transfered in a loop. We can optimize a little - * to perform a burst. - */ - CCRValue = XDMAPS_CCR_SINGLE_BYTE - | (SrcInc & 1) - | ((DstInc & 1) << 14); - - DmaProgBuf += - XDmaPs_Instr_DMAMOV(DmaProgBuf, - XDMAPS_MOV_CCR, - CCRValue); - - DmaProgBuf += - XDmaPs_ConstructSingleLoop(DmaProgStart, - CacheLength, - DmaProgBuf, - TailBytes); - - } - } - - /* Add a memory barrier before DMASSEV as recommended by spec */ - DmaProgBuf += XDmaPs_Instr_DMAWMB(DmaProgBuf); - DmaProgBuf += XDmaPs_Instr_DMASEV(DmaProgBuf, DevChan); - DmaProgBuf += XDmaPs_Instr_DMAEND(DmaProgBuf); - - DmaProgBytes = DmaProgBuf - DmaProgStart; - - Xil_DCacheFlushRange((u32)DmaProgStart, DmaProgBytes); - - return DmaProgBytes; - -} - - -/****************************************************************************/ -/** -* -* Generate a DMA program based for the DMA command, the buffer will be pointed -* by the GeneratedDmaProg field of the command. -* -* @param InstPtr is then DMA instance. -* @param Channel is the DMA channel number. -* @param Cmd is the DMA command. -* -* @return - XST_SUCCESS on success. -* - XST_FAILURE if it fails -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_GenDmaProg(XDmaPs *InstPtr, unsigned int Channel, XDmaPs_Cmd *Cmd) -{ - void *Buf; - int ProgLen; - XDmaPs_ChannelData *ChanData; - XDmaPs_ChanCtrl *ChanCtrl; - - Xil_AssertNonvoid(InstPtr != NULL); - Xil_AssertNonvoid(Cmd != NULL); - - - if (Channel > XDMAPS_CHANNELS_PER_DEV) - return XST_FAILURE; - - ChanData = InstPtr->Chans + Channel; - ChanCtrl = &Cmd->ChanCtrl; - - if (ChanCtrl->SrcBurstSize * ChanCtrl->SrcBurstLen - != ChanCtrl->DstBurstSize * ChanCtrl->DstBurstLen) { - return XST_FAILURE; - } - - - /* - * unaligned fixed address is not supported - */ - if (!ChanCtrl->SrcInc && Cmd->BD.SrcAddr % ChanCtrl->SrcBurstSize) { - return XST_FAILURE; - } - - if (!ChanCtrl->DstInc && Cmd->BD.DstAddr % ChanCtrl->DstBurstSize) { - return XST_FAILURE; - } - - Buf = XDmaPs_BufPool_Allocate(ChanData->ProgBufPool); - if (Buf == NULL) { - return XST_FAILURE; - } - - Cmd->GeneratedDmaProg = Buf; - ProgLen = XDmaPs_BuildDmaProg(Channel, Cmd, - InstPtr->CacheLength); - Cmd->GeneratedDmaProgLength = ProgLen; - - -#ifdef XDMAPS_DEBUG - XDmaPs_Print_DmaProg(Cmd); -#endif - - if (ProgLen <= 0) { - /* something wrong, release the buffer */ - XDmaPs_BufPool_Free(ChanData->ProgBufPool, Buf); - Cmd->GeneratedDmaProgLength = 0; - Cmd->GeneratedDmaProg = NULL; - return XST_FAILURE; - } - - return XST_SUCCESS; -} - - -/****************************************************************************/ -/** - * Free the DMA program buffer that is pointed by the GeneratedDmaProg field - * of the command. - * - * @param InstPtr is then DMA instance. - * @param Channel is the DMA channel number. - * @param Cmd is the DMA command. - * - * @return XST_SUCCESS on success. - * XST_FAILURE if there is any error. - * - * @note None. - * - ****************************************************************************/ -int XDmaPs_FreeDmaProg(XDmaPs *InstPtr, unsigned int Channel, XDmaPs_Cmd *Cmd) -{ - - void *Buf; - XDmaPs_ChannelData *ChanData; - - Xil_AssertNonvoid(InstPtr != NULL); - Xil_AssertNonvoid(Cmd != NULL); - - if (Channel > XDMAPS_CHANNELS_PER_DEV) - return XST_FAILURE; - - Buf = (void *)Cmd->GeneratedDmaProg; - ChanData = InstPtr->Chans + Channel; - - if (Buf) { - XDmaPs_BufPool_Free(ChanData->ProgBufPool, Buf); - Cmd->GeneratedDmaProg = 0; - Cmd->GeneratedDmaProgLength = 0; - } - - return XST_SUCCESS; -} - - -/****************************************************************************/ -/** -* -* Start a DMA command. The command can only be invoked when the channel -* is idle. The driver takes the command, generates DMA program if needed, -* then pass the program to DMAC to execute. -* -* @param InstPtr is then DMA instance. -* @param Channel is the DMA channel number. -* @param Cmd is the DMA command. -* @param HoldDmaProg is tag indicating whether the driver can release -* the allocated DMA buffer or not. If a user wants to examine the -* generated DMA program, the flag should be set to 1. After the -* DMA program is finished, a user needs to explicity free the -* buffer. -* -* @return -* - XST_SUCCESS on success -* - XST_DEVICE_BUSY if DMA is busy -* - XST_FAILURE on other failures -* -* @note None. -* -****************************************************************************/ -int XDmaPs_Start(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd, - int HoldDmaProg) -{ - int Status; - u32 DmaProg = 0; - u32 Inten; - - Xil_AssertNonvoid(InstPtr != NULL); - Xil_AssertNonvoid(Cmd != NULL); - - - Cmd->DmaStatus = XST_FAILURE; - - if (XDmaPs_IsActive(InstPtr, Channel)) - return XST_DEVICE_BUSY; - - if (!Cmd->UserDmaProg && !Cmd->GeneratedDmaProg) { - Status = XDmaPs_GenDmaProg(InstPtr, Channel, Cmd); - if (Status) - return XST_FAILURE; - } - - InstPtr->Chans[Channel].HoldDmaProg = HoldDmaProg; - - if (Cmd->UserDmaProg) - DmaProg = (u32)Cmd->UserDmaProg; - else if (Cmd->GeneratedDmaProg) - DmaProg = (u32)Cmd->GeneratedDmaProg; - - if (DmaProg) { - /* enable the interrupt */ - Inten = XDmaPs_ReadReg(InstPtr->Config.BaseAddress, - XDMAPS_INTEN_OFFSET); - Inten |= 0x01 << Channel; /* set the correpsonding bit */ - XDmaPs_WriteReg(InstPtr->Config.BaseAddress, - XDMAPS_INTEN_OFFSET, - Inten); - Inten = XDmaPs_ReadReg(InstPtr->Config.BaseAddress, - XDMAPS_INTEN_OFFSET); - - InstPtr->Chans[Channel].DmaCmdToHw = Cmd; - - if (Cmd->ChanCtrl.SrcInc) { - Xil_DCacheFlushRange(Cmd->BD.SrcAddr, Cmd->BD.Length); - } - if (Cmd->ChanCtrl.DstInc) { - Xil_DCacheInvalidateRange(Cmd->BD.DstAddr, - Cmd->BD.Length); - } - - Status = XDmaPs_Exec_DMAGO(InstPtr->Config.BaseAddress, - Channel, DmaProg); - } - else { - InstPtr->Chans[Channel].DmaCmdToHw = NULL; - Status = XST_FAILURE; - } - - return Status; -} - -/****************************************************************************/ -/** -* -* Checks whether the DMA channel is active or idle. -* -* @param InstPtr is the DMA instance. -* @param Channel is the DMA channel number. -* -* @return 0: if the channel is idle -* 1: otherwise -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_IsActive(XDmaPs *InstPtr, unsigned int Channel) -{ - Xil_AssertNonvoid(InstPtr != NULL); - - /* Need to assert Channel is in range */ - if (Channel >= XDMAPS_CHANNELS_PER_DEV) - return XST_FAILURE; - - return InstPtr->Chans[Channel].DmaCmdToHw != NULL; -} - - - -/****************************************************************************/ -/** -* -* Allocate a buffer of the DMA program buffer from the pool. -* -* @param Pool the DMA program pool. -* -* @return The allocated buffer, NULL if there is any error. -* -* @note None. -* -*****************************************************************************/ -static void *XDmaPs_BufPool_Allocate(XDmaPs_ProgBuf *Pool) -{ - int Index; - - Xil_AssertNonvoid(Pool != NULL); - - for (Index = 0; Index < XDMAPS_MAX_CHAN_BUFS; Index++) { - if (!Pool[Index].Allocated) { - Pool[Index].Allocated = 1; - return Pool[Index].Buf; - } - } - - return NULL; - -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 0. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_0(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 0); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 1. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_1(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 1); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 2. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_2(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 2); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 3. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_3(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 3); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 4. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_4(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 4); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 5. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_5(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 5); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 6. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_6(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 6); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 7. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_7(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 7); -} - -#ifndef XDMAPS_MAX_WAIT -#define XDMAPS_MAX_WAIT 4000 -#endif - -/****************************************************************************/ -/** -* Use the debug registers to kill the DMA thread. -* -* @param BaseAddr is DMA device base address. -* @param Channel is the DMA channel number. -* @param Thread is Debug thread encoding. -* 0: DMA manager thread, 1: DMA channel. -* -* @return 0 on success, -1 on time out -* -* @note None. -* -*****************************************************************************/ -static int XDmaPs_Exec_DMAKILL(u32 BaseAddr, - unsigned int Channel, - unsigned int Thread) -{ - u32 DbgInst0; - int WaitCount; - - DbgInst0 = XDmaPs_DBGINST0(0, 0x01, Channel, Thread); - - /* wait while debug status is busy */ - WaitCount = 0; - while ((XDmaPs_ReadReg(BaseAddr, XDMAPS_DBGSTATUS_OFFSET) - & XDMAPS_DBGSTATUS_BUSY) - && (WaitCount < XDMAPS_MAX_WAIT)) - WaitCount++; - - if (WaitCount >= XDMAPS_MAX_WAIT) { - /* wait time out */ - xil_printf("PL330 device at %x debug status busy time out\n", - BaseAddr); - - return -1; - } - - /* write debug instruction 0 */ - XDmaPs_WriteReg(BaseAddr, XDMAPS_DBGINST0_OFFSET, DbgInst0); - - XDmaPs_WriteReg(BaseAddr, XDMAPS_DBGINST1_OFFSET, 0); - - - /* run the command in DbgInst0 and DbgInst1 */ - XDmaPs_WriteReg(BaseAddr, XDMAPS_DBGCMD_OFFSET, 0); - - return 0; -} - -/****************************************************************************/ -/** -* -* -* Free a buffer of the DMA program buffer. -* @param Pool the DMA program pool. -* @param Buf the DMA program buffer to be release. -* -* @return None -* -* @note None. -* -*****************************************************************************/ -static void XDmaPs_BufPool_Free(XDmaPs_ProgBuf *Pool, void *Buf) -{ - int Index; - Xil_AssertVoid(Pool != NULL); - - for (Index = 0; Index < XDMAPS_MAX_CHAN_BUFS; Index++) { - if (Pool[Index].Buf == Buf) { - if (Pool[Index].Allocated) { - Pool[Index].Allocated = 0; - } - } - } -} - -/*****************************************************************************/ -/** -* XDmaPs_Exec_DMAGO - Execute the DMAGO to start a channel. -* -* @param BaseAddr PL330 device base address -* @param Channel Channel number for the device -* @param DmaProg DMA program starting address, this should be DMA address -* -* @return 0 on success, -1 on time out -* -* @note None. -* -****************************************************************************/ -static int XDmaPs_Exec_DMAGO(u32 BaseAddr, unsigned int Channel, u32 DmaProg) -{ - char DmaGoProg[8]; - u32 DbgInst0; - u32 DbgInst1; - - int WaitCount; - - XDmaPs_Instr_DMAGO(DmaGoProg, Channel, DmaProg, 0); - - DbgInst0 = XDmaPs_DBGINST0(*(DmaGoProg + 1), *DmaGoProg, 0, 0); - DbgInst1 = (u32)DmaProg; - - /* wait while debug status is busy */ - WaitCount = 0; - while ((XDmaPs_ReadReg(BaseAddr, XDMAPS_DBGSTATUS_OFFSET) - & XDMAPS_DBGSTATUS_BUSY) - && (WaitCount < XDMAPS_MAX_WAIT)) { - - WaitCount++; - } - - if (WaitCount >= XDMAPS_MAX_WAIT) { - xil_printf("PL330 device at %x debug status busy time out\r\n", - BaseAddr); - return -1; - } - - /* write debug instruction 0 */ - XDmaPs_WriteReg(BaseAddr, XDMAPS_DBGINST0_OFFSET, DbgInst0); - /* write debug instruction 1 */ - XDmaPs_WriteReg(BaseAddr, XDMAPS_DBGINST1_OFFSET, DbgInst1); - - - /* wait while the DMA Manager is busy */ - WaitCount = 0; - while ((XDmaPs_ReadReg(BaseAddr, - XDMAPS_DS_OFFSET) & XDMAPS_DS_DMA_STATUS) - != XDMAPS_DS_DMA_STATUS_STOPPED - && WaitCount <= XDMAPS_MAX_WAIT) { - WaitCount++; - } - - if (WaitCount >= XDMAPS_MAX_WAIT) { - xil_printf("PL330 device at %x debug status busy time out\r\n", - BaseAddr); - return -1; - } - - /* run the command in DbgInst0 and DbgInst1 */ - XDmaPs_WriteReg(BaseAddr, XDMAPS_DBGCMD_OFFSET, 0); - - return 0; -} - - -/****************************************************************************/ -/** -* -* It's the generic Done ISR. -* @param InstPtr is the DMA instance. -* @param Channel is the DMA channel numer. -* -* @return None.* -* -* @note None. -* -*****************************************************************************/ -static void XDmaPs_DoneISR_n(XDmaPs *InstPtr, unsigned Channel) -{ - - void *DmaProgBuf; - XDmaPs_ChannelData *ChanData; - XDmaPs_Cmd *DmaCmd; - //u32 Value; - - ChanData = InstPtr->Chans + Channel; - - /*Value = XDmaPs_ReadReg(InstPtr->Config.BaseAddress, - XDMAPS_INTSTATUS_OFFSET);*/ - - /* clear the interrupt status */ - XDmaPs_WriteReg(InstPtr->Config.BaseAddress, - XDMAPS_INTCLR_OFFSET, - 1 << ChanData->ChanId); - - /*Value = XDmaPs_ReadReg(InstPtr->Config.BaseAddress, - XDMAPS_INTSTATUS_OFFSET);*/ - - - DmaCmd = ChanData->DmaCmdToHw; - if (DmaCmd) { - if (!ChanData->HoldDmaProg) { - DmaProgBuf = (void *)DmaCmd->GeneratedDmaProg; - if (DmaProgBuf) - XDmaPs_BufPool_Free(ChanData->ProgBufPool, - DmaProgBuf); - DmaCmd->GeneratedDmaProg = NULL; - } - - DmaCmd->DmaStatus = 0; - ChanData->DmaCmdToHw = NULL; - ChanData->DmaCmdFromHw = DmaCmd; - - if (ChanData->DoneHandler) - ChanData->DoneHandler(Channel, DmaCmd, - ChanData->DoneRef); - } - -} - - -/****************************************************************************/ -/** -* Prints the content of the buffer in bytes -* @param Buf is the buffer. -* @param Length is the length of the DMA program. -* -* @return None. -* -* @note None. -****************************************************************************/ -static void XDmaPs_Print_DmaProgBuf(char *Buf, int Length) -{ - int Index; - for (Index = 0; Index < Length; Index++) - xil_printf("[%x] %x\r\n", Index, Buf[Index]); - -} -/****************************************************************************/ -/** -* Print the Dma Prog Contents. -* -* @param Cmd is the command buffer. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ - void XDmaPs_Print_DmaProg(XDmaPs_Cmd *Cmd) -{ - if (Cmd->GeneratedDmaProg && Cmd->GeneratedDmaProgLength) { - xil_printf("Generated DMA program (%d):\r\n", - Cmd->GeneratedDmaProgLength); - XDmaPs_Print_DmaProgBuf((char *)Cmd->GeneratedDmaProg, - Cmd->GeneratedDmaProgLength); - } - - if (Cmd->UserDmaProg && Cmd->UserDmaProgLength) { - xil_printf("User defined DMA program (%d):\r\n", - Cmd->UserDmaProgLength); - XDmaPs_Print_DmaProgBuf((char *)Cmd->UserDmaProg, - Cmd->UserDmaProgLength); - } -} - - -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps.h deleted file mode 100644 index 179c840..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps.h +++ /dev/null @@ -1,329 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdmaps.h -* @addtogroup dmaps_v2_8 -* @{ -* @details -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  	Date     Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	hbm    08/19/10 First Release
-* 1.01a nm     12/20/12 Added definition XDMAPS_CHANNELS_PER_DEV which specifies
-*		        the maximum number of channels.
-*		        Replaced the usage of XPAR_XDMAPS_CHANNELS_PER_DEV
-*                       with XDMAPS_CHANNELS_PER_DEV defined in xdmaps_hw.h.
-*			Added the tcl file to automatically generate the
-*			xparameters.h
-* 1.02a sg     05/16/12 Made changes for doxygen and moved some function
-*			header from the xdmaps.h file to xdmaps.c file
-*			Other cleanup for coding guidelines and CR 657109
-*			and CR 657898
-*			The xdmaps_example_no_intr.c example is removed
-*			as it is using interrupts  and is similar to
-*			the interrupt example - CR 652477
-* 1.03a sg     07/16/2012 changed inline to __inline for CR665681
-* 1.04a nm     10/22/2012 Fixed CR# 681671.
-* 1.05a nm     04/15/2013 Fixed CR# 704396. Removed warnings when compiled
-*			  with -Wall and -Wextra option in bsp.
-*	       05/01/2013 Fixed CR# 700189. Changed XDmaPs_BuildDmaProg()
-*			  function description.
-*			  Fixed CR# 704396. Removed unused variables
-*			  UseM2MByte & MemBurstLen from XDmaPs_BuildDmaProg()
-*			  function.
-* 1.07a asa    11/02/13. Made changes to fix compilation issues for iarcc.
-*			   Removed the PDBG prints. By default they were always
-*			   defined out and never used. The PDBG is non-standard for
-*			   Xilinx drivers and no other driver does something similar.
-*			   Since there is no easy way to fix compilation issues with
-*			   the IARCC compiler around PDBG, it is better to remove it.
-*			   Users can always use xil_printfs if they want to debug.
-* 2.0   adk    10/12/13  Updated as per the New Tcl API's
-* 2.01  kpc    08/23/14  Fixed the IAR compiler reported errors
-* 2.2   mus    08/12/16  Declared all inline functions in xdmaps.c as extern, to avoid
-*                        linker error for IAR compiler
-* 2.3   ms     01/23/17 Modified xil_printf statement in main function for all
-*                       examples to ensure that "Successfully ran" and "Failed"
-*                       strings are available in all examples. This is a fix
-*                       for CR-965028.
-*       ms     03/17/17 Added readme.txt file in examples folder for doxygen
-*                       generation.
-* 2.4   adk    13/08/18 Fixed armcc compiler warnings in the driver CR-1008310.
-* 2.8	sk     05/18/21 Modify all inline functions declarations from extern inline
-*			to static inline to avoid the linkage conflict for IAR compiler.
-* 
-* -*****************************************************************************/ - -#ifndef XDMAPS_H /* prevent circular inclusions */ -#define XDMAPS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xparameters.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xstatus.h" - -#include "xdmaps_hw.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddress; /**< Base address of device (IPIF) */ -} XDmaPs_Config; - - -/** DMA channle control structure. It's for AXI bus transaction. - * This struct will be translated into a 32-bit channel control register value. - */ -typedef struct { - unsigned int EndianSwapSize; /**< Endian swap size. */ - unsigned int DstCacheCtrl; /**< Destination cache control */ - unsigned int DstProtCtrl; /**< Destination protection control */ - unsigned int DstBurstLen; /**< Destination burst length */ - unsigned int DstBurstSize; /**< Destination burst size */ - unsigned int DstInc; /**< Destination incrementing or fixed - * address */ - unsigned int SrcCacheCtrl; /**< Source cache control */ - unsigned int SrcProtCtrl; /**< Source protection control */ - unsigned int SrcBurstLen; /**< Source burst length */ - unsigned int SrcBurstSize; /**< Source burst size */ - unsigned int SrcInc; /**< Source incrementing or fixed - * address */ -} XDmaPs_ChanCtrl; - -/** DMA block descriptor stucture. - */ -typedef struct { - u32 SrcAddr; /**< Source starting address */ - u32 DstAddr; /**< Destination starting address */ - unsigned int Length; /**< Number of bytes for the block */ -} XDmaPs_BD; - -/** - * A DMA command consisits of a channel control struct, a block descriptor, - * a user defined program, a pointer pointing to generated DMA program, and - * execution result. - * - */ -typedef struct { - XDmaPs_ChanCtrl ChanCtrl; /**< Channel Control Struct */ - XDmaPs_BD BD; /**< Together with SgLength field, - * it's a scatter-gather list. - */ - void *UserDmaProg; /**< If user wants the driver to - * execute their own DMA program, - * this field points to the DMA - * program. - */ - int UserDmaProgLength; /**< The length of user defined - * DMA program. - */ - - void *GeneratedDmaProg; /**< The DMA program genreated - * by the driver. This field will be - * set if a user invokes the DMA - * program generation function. Or - * the DMA command is finished and - * a user informs the driver not to - * release the program buffer. - * This field has two purposes, one - * is to ask the driver to generate - * a DMA program while the DMAC is - * performaning DMA transactions. The - * other purpose is to debug the - * driver. - */ - int GeneratedDmaProgLength; /**< The length of the DMA program - * generated by the driver - */ - int DmaStatus; /**< 0 on success, otherwise error code - */ - u32 ChanFaultType; /**< Channel fault type in case of fault - */ - u32 ChanFaultPCAddr; /**< Channel fault PC address - */ -} XDmaPs_Cmd; - -/** - * It's the done handler a user can set for a channel - */ -typedef void (*XDmaPsDoneHandler) (unsigned int Channel, - XDmaPs_Cmd *DmaCmd, - void *CallbackRef); - -/** - * It's the fault handler a user can set for a channel - */ -typedef void (*XDmaPsFaultHandler) (unsigned int Channel, - XDmaPs_Cmd *DmaCmd, - void *CallbackRef); - -#define XDMAPS_MAX_CHAN_BUFS 2 -#define XDMAPS_CHAN_BUF_LEN 128 - -/** - * The XDmaPs_ProgBuf is the struct for a DMA program buffer. - */ -typedef struct { - char Buf[XDMAPS_CHAN_BUF_LEN]; /**< The actual buffer the holds the - * content */ - unsigned Len; /**< The actual length of the DMA - * program in bytes. */ - int Allocated; /**< A tag indicating whether the - * buffer is allocated or not */ -} XDmaPs_ProgBuf; - -/** - * The XDmaPs_ChannelData is a struct to book keep individual channel of - * the DMAC. - */ -typedef struct { - unsigned DevId; /**< Device id indicating which DMAC */ - unsigned ChanId; /**< Channel number of the DMAC */ - XDmaPs_ProgBuf ProgBufPool[XDMAPS_MAX_CHAN_BUFS]; /**< A pool of - program buffers*/ - XDmaPsDoneHandler DoneHandler; /**< Done interrupt handler */ - void *DoneRef; /**< Done interrupt callback data */ - XDmaPs_Cmd *DmaCmdToHw; /**< DMA command being executed */ - XDmaPs_Cmd *DmaCmdFromHw; /**< DMA command that is finished. - * This field is for debugging purpose - */ - int HoldDmaProg; /**< A tag indicating whether to hold the - * DMA program after the DMA is done. - */ - -} XDmaPs_ChannelData; - -/** - * The XDmaPs driver instance data structure. A pointer to an instance data - * structure is passed around by functions to refer to a specific driver - * instance. - */ -typedef struct { - XDmaPs_Config Config; /**< Configuration data structure */ - int IsReady; /**< Device is Ready */ - int CacheLength; /**< icache length */ - XDmaPsFaultHandler FaultHandler; /**< fault interrupt handler */ - void *FaultRef; /**< fault call back data */ - XDmaPs_ChannelData Chans[XDMAPS_CHANNELS_PER_DEV]; - /**< - * channel data - */ -} XDmaPs; - -/* - * Functions implemented in xdmaps.c - */ -int XDmaPs_CfgInitialize(XDmaPs *InstPtr, - XDmaPs_Config *Config, - u32 EffectiveAddr); - -int XDmaPs_Start(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd, - int HoldDmaProg); - -int XDmaPs_IsActive(XDmaPs *InstPtr, unsigned int Channel); -int XDmaPs_GenDmaProg(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd); -int XDmaPs_FreeDmaProg(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd); -void XDmaPs_Print_DmaProg(XDmaPs_Cmd *Cmd); - - -int XDmaPs_ResetManager(XDmaPs *InstPtr); -int XDmaPs_ResetChannel(XDmaPs *InstPtr, unsigned int Channel); - - -int XDmaPs_SetDoneHandler(XDmaPs *InstPtr, - unsigned Channel, - XDmaPsDoneHandler DoneHandler, - void *CallbackRef); - -int XDmaPs_SetFaultHandler(XDmaPs *InstPtr, - XDmaPsFaultHandler FaultHandler, - void *CallbackRef); - -void XDmaPs_Print_DmaProg(XDmaPs_Cmd *Cmd); -int XDmaPs_Instr_DMARMB(char *DmaProg); -int XDmaPs_Instr_DMAWMB(char *DmaProg); - -/** - * To avoid linkage error,modify all inline functions from extern - * inline to static inline for IAR compiler - */ -#ifdef __ICCARM__ -static INLINE int XDmaPs_Instr_DMAEND(char *DmaProg); -static INLINE void XDmaPs_Memcpy4(char *Dst, char *Src); -static INLINE int XDmaPs_Instr_DMAGO(char *DmaProg, unsigned int Cn, - u32 Imm, unsigned int Ns); -static INLINE int XDmaPs_Instr_DMALD(char *DmaProg); -static INLINE int XDmaPs_Instr_DMALP(char *DmaProg, unsigned Lc, - unsigned LoopIterations); -static INLINE int XDmaPs_Instr_DMALPEND(char *DmaProg, char *BodyStart, unsigned Lc); -static INLINE int XDmaPs_Instr_DMAMOV(char *DmaProg, unsigned Rd, u32 Imm); -static INLINE int XDmaPs_Instr_DMANOP(char *DmaProg); -static INLINE int XDmaPs_Instr_DMASEV(char *DmaProg, unsigned int EventNumber); -static INLINE int XDmaPs_Instr_DMAST(char *DmaProg); -static INLINE unsigned XDmaPs_ToEndianSwapSizeBits(unsigned int EndianSwapSize); -static INLINE unsigned XDmaPs_ToBurstSizeBits(unsigned BurstSize); -#endif - -/** - * Driver done interrupt service routines for the channels. - * We need this done ISR mainly because the driver needs to release the - * DMA program buffer. This is the one that connects the GIC - */ -void XDmaPs_DoneISR_0(XDmaPs *InstPtr); -void XDmaPs_DoneISR_1(XDmaPs *InstPtr); -void XDmaPs_DoneISR_2(XDmaPs *InstPtr); -void XDmaPs_DoneISR_3(XDmaPs *InstPtr); -void XDmaPs_DoneISR_4(XDmaPs *InstPtr); -void XDmaPs_DoneISR_5(XDmaPs *InstPtr); -void XDmaPs_DoneISR_6(XDmaPs *InstPtr); -void XDmaPs_DoneISR_7(XDmaPs *InstPtr); - -/** - * Driver fault interrupt service routine - */ -void XDmaPs_FaultISR(XDmaPs *InstPtr); - - -/* - * Static loopup function implemented in xdmaps_sinit.c - */ -XDmaPs_Config *XDmaPs_LookupConfig(u16 DeviceId); - - -/* - * self-test functions in xdmaps_selftest.c - */ -int XDmaPs_SelfTest(XDmaPs *InstPtr); - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_g.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_g.c deleted file mode 100644 index 227d6a5..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_g.c +++ /dev/null @@ -1,35 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xdmaps.h" - -/* -* The configuration table for devices -*/ - -XDmaPs_Config XDmaPs_ConfigTable[XPAR_XDMAPS_NUM_INSTANCES] = -{ - { - XPAR_PS7_DMA_NS_DEVICE_ID, - XPAR_PS7_DMA_NS_BASEADDR - }, - { - XPAR_PS7_DMA_S_DEVICE_ID, - XPAR_PS7_DMA_S_BASEADDR - } -}; - - diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_hw.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_hw.c deleted file mode 100644 index cb45d29..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_hw.c +++ /dev/null @@ -1,90 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdmaps_hw.c -* @addtogroup dmaps_v2_8 -* @{ -* -* This file contains the implementation of the interface reset functionality -* for XDmaPs driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  	Date     Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.06a kpc 10/07/13 First release
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xdmaps_hw.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ -#ifndef XDMAPS_MAX_WAIT -#define XDMAPS_MAX_WAIT 4000 -#endif -/************************** Function Prototypes *****************************/ - -/************************** Variable Definitions ****************************/ - -/*****************************************************************************/ -/** -* This function perform the reset sequence to the given dmaps interface by -* configuring the appropriate control bits in the dmaps specifc registers -* the dmaps reset squence involves the following steps -* Disable all the interuupts -* Clear the pending interrupts -* Kill all the active channel threads -* Kill the manager thread -* -* @param BaseAddress of the interface -* -* @return N/A -* -* @note -* This function will not modify the slcr registers that are relavant for -* dmaps controller -******************************************************************************/ -void XDmaPs_ResetHw(u32 BaseAddress) -{ - u32 DbgInst; - u32 WaitCount = 0; - u32 ChanIndex; - - /* Disable all the interrupts */ - XDmaPs_WriteReg(BaseAddress, XDMAPS_INTEN_OFFSET, 0x00); - /* Clear the interrupts */ - XDmaPs_WriteReg(BaseAddress, XDMAPS_INTCLR_OFFSET, XDMAPS_INTCLR_ALL_MASK); - /* Kill the dma channel threads */ - for (ChanIndex=0; ChanIndex < XDMAPS_CHANNELS_PER_DEV; ChanIndex++) { - while ((XDmaPs_ReadReg(BaseAddress, XDMAPS_DBGSTATUS_OFFSET) - & XDMAPS_DBGSTATUS_BUSY) - && (WaitCount < XDMAPS_MAX_WAIT)) - WaitCount++; - - DbgInst = XDmaPs_DBGINST0(0, 0x01, ChanIndex, 1); - XDmaPs_WriteReg(BaseAddress, XDMAPS_DBGINST0_OFFSET, DbgInst); - XDmaPs_WriteReg(BaseAddress, XDMAPS_DBGINST1_OFFSET, 0x0); - XDmaPs_WriteReg(BaseAddress, XDMAPS_DBGCMD_OFFSET, 0x0); - } - /* Kill the manager thread */ - DbgInst = XDmaPs_DBGINST0(0, 0x01, 0, 0); - XDmaPs_WriteReg(BaseAddress, XDMAPS_DBGINST0_OFFSET, DbgInst); - XDmaPs_WriteReg(BaseAddress, XDMAPS_DBGINST1_OFFSET, 0x0); - XDmaPs_WriteReg(BaseAddress, XDMAPS_DBGCMD_OFFSET, 0x0); -} - - - -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_hw.h deleted file mode 100644 index d039278..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_hw.h +++ /dev/null @@ -1,267 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xdmaps_hw.h -* @addtogroup dmaps_v2_8 -* @{ -* -* This header file contains the hardware interface of an XDmaPs device. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who   Date     Changes
-* ----- ----  -------- ----------------------------------------------
-* 1.00a	hbm   08/18/10 First Release
-* 1.01a nm    12/20/12 Added definition XDMAPS_CHANNELS_PER_DEV which specifies
-*		       the maximum number of channels.
-*		       Replaced the usage of XPAR_XDMAPS_CHANNELS_PER_DEV
-*                      with XDMAPS_CHANNELS_PER_DEV defined in xdmaps_hw.h
-* 1.02a sg    05/16/12 Made changes for doxygen
-* 1.06a kpc   07/10/13 Added function prototype
-* 
-* -******************************************************************************/ - -#ifndef XDMAPS_HW_H /* prevent circular inclusions */ -#define XDMAPS_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * - * Register offsets for the DMAC. - * @{ - */ - -#define XDMAPS_DS_OFFSET 0x000 /* DMA Status Register */ -#define XDMAPS_DPC_OFFSET 0x004 /* DMA Program Counter Rregister */ -#define XDMAPS_INTEN_OFFSET 0X020 /* DMA Interrupt Enable Register */ -#define XDMAPS_ES_OFFSET 0x024 /* DMA Event Status Register */ -#define XDMAPS_INTSTATUS_OFFSET 0x028 /* DMA Interrupt Status Register - */ -#define XDMAPS_INTCLR_OFFSET 0x02c /* DMA Interrupt Clear Register */ -#define XDMAPS_FSM_OFFSET 0x030 /* DMA Fault Status DMA Manager - * Register - */ -#define XDMAPS_FSC_OFFSET 0x034 /* DMA Fault Status DMA Chanel Register - */ -#define XDMAPS_FTM_OFFSET 0x038 /* DMA Fault Type DMA Manager Register */ - -#define XDMAPS_FTC0_OFFSET 0x040 /* DMA Fault Type for DMA Channel 0 */ -/* - * The offset for the rest of the FTC registers is calculated as - * FTC0 + dev_chan_num * 4 - */ -#define XDmaPs_FTCn_OFFSET(ch) (XDMAPS_FTC0_OFFSET + (ch) * 4) - -#define XDMAPS_CS0_OFFSET 0x100 /* Channel Status for DMA Channel 0 */ -/* - * The offset for the rest of the CS registers is calculated as - * CS0 + * dev_chan_num * 0x08 - */ -#define XDmaPs_CSn_OFFSET(ch) (XDMAPS_CS0_OFFSET + (ch) * 8) - -#define XDMAPS_CPC0_OFFSET 0x104 /* Channel Program Counter for DMA - * Channel 0 - */ -/* - * The offset for the rest of the CPC registers is calculated as - * CPC0 + dev_chan_num * 0x08 - */ -#define XDmaPs_CPCn_OFFSET(ch) (XDMAPS_CPC0_OFFSET + (ch) * 8) - -#define XDMAPS_SA_0_OFFSET 0x400 /* Source Address Register for DMA - * Channel 0 - */ -/* The offset for the rest of the SA registers is calculated as - * SA_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_SA_n_OFFSET(ch) (XDMAPS_SA_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_DA_0_OFFSET 0x404 /* Destination Address Register for - * DMA Channel 0 - */ -/* The offset for the rest of the DA registers is calculated as - * DA_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_DA_n_OFFSET(ch) (XDMAPS_DA_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_CC_0_OFFSET 0x408 /* Channel Control Register for - * DMA Channel 0 - */ -/* - * The offset for the rest of the CC registers is calculated as - * CC_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_CC_n_OFFSET(ch) (XDMAPS_CC_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_LC0_0_OFFSET 0x40C /* Loop Counter 0 for DMA Channel 0 */ -/* - * The offset for the rest of the LC0 registers is calculated as - * LC_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_LC0_n_OFFSET(ch) (XDMAPS_LC0_0_OFFSET + (ch) * 0x20) -#define XDMAPS_LC1_0_OFFSET 0x410 /* Loop Counter 1 for DMA Channel 0 */ -/* - * The offset for the rest of the LC1 registers is calculated as - * LC_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_LC1_n_OFFSET(ch) (XDMAPS_LC1_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_DBGSTATUS_OFFSET 0xD00 /* Debug Status Register */ -#define XDMAPS_DBGCMD_OFFSET 0xD04 /* Debug Command Register */ -#define XDMAPS_DBGINST0_OFFSET 0xD08 /* Debug Instruction 0 Register */ -#define XDMAPS_DBGINST1_OFFSET 0xD0C /* Debug Instruction 1 Register */ - -#define XDMAPS_CR0_OFFSET 0xE00 /* Configuration Register 0 */ -#define XDMAPS_CR1_OFFSET 0xE04 /* Configuration Register 1 */ -#define XDMAPS_CR2_OFFSET 0xE08 /* Configuration Register 2 */ -#define XDMAPS_CR3_OFFSET 0xE0C /* Configuration Register 3 */ -#define XDMAPS_CR4_OFFSET 0xE10 /* Configuration Register 4 */ -#define XDMAPS_CRDN_OFFSET 0xE14 /* Configuration Register Dn */ - -#define XDMAPS_PERIPH_ID_0_OFFSET 0xFE0 /* Peripheral Identification - * Register 0 - */ -#define XDMAPS_PERIPH_ID_1_OFFSET 0xFE4 /* Peripheral Identification - * Register 1 - */ -#define XDMAPS_PERIPH_ID_2_OFFSET 0xFE8 /* Peripheral Identification - * Register 2 - */ -#define XDMAPS_PERIPH_ID_3_OFFSET 0xFEC /* Peripheral Identification - * Register 3 - */ -#define XDMAPS_PCELL_ID_0_OFFSET 0xFF0 /* PrimeCell Identification - * Register 0 - */ -#define XDMAPS_PCELL_ID_1_OFFSET 0xFF4 /* PrimeCell Identification - * Register 1 - */ -#define XDMAPS_PCELL_ID_2_OFFSET 0xFF8 /* PrimeCell Identification - * Register 2 - */ -#define XDMAPS_PCELL_ID_3_OFFSET 0xFFC /* PrimeCell Identification - * Register 3 - */ - -/* - * Some useful register masks - */ -#define XDMAPS_DS_DMA_STATUS 0x0F /* DMA status mask */ -#define XDMAPS_DS_DMA_STATUS_STOPPED 0x00 /* debug status busy mask */ - -#define XDMAPS_DBGSTATUS_BUSY 0x01 /* debug status busy mask */ - -#define XDMAPS_CS_ACTIVE_MASK 0x07 /* channel status active mask, - * llast 3 bits of CS register - */ - -#define XDMAPS_CR1_I_CACHE_LEN_MASK 0x07 /* i_cache_len mask */ - - -/* - * XDMAPS_DBGINST0 - constructs the word for the Debug Instruction-0 Register. - * @b1: Instruction byte 1 - * @b0: Instruction byte 0 - * @ch: Channel number - * @dbg_th: Debug thread encoding: 0 = DMA manager thread, 1 = DMA channel - */ -#define XDmaPs_DBGINST0(b1, b0, ch, dbg_th) \ - (((b1) << 24) | ((b0) << 16) | (((ch) & 0x7) << 8) | ((dbg_th & 0x1))) - -/* @} */ - -/** @name Control Register - * - * The Control register (CR) controls the major functions of the device. - * - * Control Register Bit Definition - */ - -/* @}*/ - - -#define XDMAPS_CHANNELS_PER_DEV 8 - - -/** @name Mode Register - * - * The mode register (MR) defines the mode of transfer as well as the data - * format. If this register is modified during transmission or reception, - * data validity cannot be guaranteed. - * - * Mode Register Bit Definition - * @{ - */ - -/* @} */ - - -/** @name Interrupt Registers - * - * Interrupt control logic uses the interrupt enable register (IER) and the - * interrupt disable register (IDR) to set the value of the bits in the - * interrupt mask register (IMR). The IMR determines whether to pass an - * interrupt to the interrupt status register (ISR). - * Writing a 1 to IER Enbables an interrupt, writing a 1 to IDR disables an - * interrupt. IMR and ISR are read only, and IER and IDR are write only. - * Reading either IER or IDR returns 0x00. - * - * All four registers have the same bit definitions. - * - * @{ - */ - -/* @} */ -#define XDMAPS_INTCLR_ALL_MASK 0xFF - -#define XDmaPs_ReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/***************************************************************************/ -/** -* Write a DMAC register. -* -* @param BaseAddress contains the base address of the device. -* @param RegOffset contains the offset from the base address of the device. -* @param RegisterValue is the value to be written to the register. -* -* @return None. -* -* @note -* C-Style signature: -* void XDmaPs_WriteReg(u32 BaseAddress, int RegOffset, -* u32 RegisterValue) -******************************************************************************/ -#define XDmaPs_WriteReg(BaseAddress, RegOffset, RegisterValue) \ - Xil_Out32((BaseAddress) + (RegOffset), (RegisterValue)) -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes *****************************/ -/* - * Perform reset operation to the dmaps interface - */ -void XDmaPs_ResetHw(u32 BaseAddr); -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_selftest.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_selftest.c deleted file mode 100644 index dd2d4d3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_selftest.c +++ /dev/null @@ -1,84 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdmaps_selftest.c -* @addtogroup dmaps_v2_8 -* @{ -* -* This file contains the self-test functions for the XDmaPs driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------ -------- -----------------------------------------------
-* 1.00	hbm 	03/29/2010 First Release
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xdmaps.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Variable Definitions *****************************/ - - -/************************** Function Prototypes ******************************/ - - -/****************************************************************************/ -/** -* -* This function runs a self-test on the driver and hardware device. This self -* test performs a local loopback and verifies data can be sent and received. -* -* The time for this test is proportional to the baud rate that has been set -* prior to calling this function. -* -* The mode and control registers are restored before return. -* -* @param InstPtr is a pointer to the XDmaPs instance -* -* @return -* -* - XST_SUCCESS if the test was successful -* - XST_FAILURE if the test failed -* -* @note -* -* This function can hang if the hardware is not functioning properly. -* -******************************************************************************/ -int XDmaPs_SelfTest(XDmaPs *InstPtr) -{ - u32 BaseAddr = InstPtr->Config.BaseAddress; - int i; - - if (XDmaPs_ReadReg(BaseAddr, XDMAPS_DBGSTATUS_OFFSET) - & XDMAPS_DBGSTATUS_BUSY) - return XST_FAILURE; - - for (i = 0; i < XDMAPS_CHANNELS_PER_DEV; i++) { - if (XDmaPs_ReadReg(BaseAddr, - XDmaPs_CSn_OFFSET(i))) - return XST_FAILURE; - } - return XST_SUCCESS; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_sinit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_sinit.c deleted file mode 100644 index 751df21..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_sinit.c +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdmaps_sinit.c -* @addtogroup dmaps_v2_8 -* @{ -* -* The implementation of the XDmaPs driver's static initialzation -* functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00  hbm  08/13/10 First Release
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xstatus.h" -#include "xparameters.h" -#include "xdmaps.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - - -/***************** Macros (Inline Functions) Definitions ********************/ - - -/************************** Variable Definitions ****************************/ -extern XDmaPs_Config XDmaPs_ConfigTable[]; - -/************************** Function Prototypes *****************************/ - -/****************************************************************************/ -/** -* -* Looks up the device configuration based on the unique device ID. The table -* contains the configuration info for each device in the system. -* -* @param DeviceId contains the ID of the device -* -* @return -* -* A pointer to the configuration structure or NULL if the specified device -* is not in the system. -* -* @note -* -* None. -* -******************************************************************************/ -XDmaPs_Config *XDmaPs_LookupConfig(u16 DeviceId) -{ - XDmaPs_Config *CfgPtr = NULL; - - int i; - - for (i = 0; i < XPAR_XDMAPS_NUM_INSTANCES; i++) { - if (XDmaPs_ConfigTable[i].DeviceId == DeviceId) { - CfgPtr = &XDmaPs_ConfigTable[i]; - break; - } - } - - return CfgPtr; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/Makefile deleted file mode 100644 index 18d6967..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -RELEASEDIR=../../../lib -INCLUDEDIR=../../../include -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h -LIBSOURCES=*.c -OUTS = *.o - -libs: - echo "Compiling ip_encoder..." - $(COMPILER) $(COMPILER_FLAGS) $(EXTRA_COMPILER_FLAGS) $(INCLUDES) $(LIBSOURCES) - $(ARCHIVER) -r ${RELEASEDIR}/${LIB} ${OUTS} - make clean - -include: - ${CP} $(INCLUDEFILES) $(INCLUDEDIR) - -clean: - rm -rf ${OUTS} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder.c deleted file mode 100644 index d3162a7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder.c +++ /dev/null @@ -1,6 +0,0 @@ - - -/***************************** Include Files *******************************/ -#include "ip_encoder.h" - -/************************** Function Definitions ***************************/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder.h deleted file mode 100644 index 562108a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder.h +++ /dev/null @@ -1,79 +0,0 @@ - -#ifndef IP_ENCODER_H -#define IP_ENCODER_H - - -/****************** Include Files ********************/ -#include "xil_types.h" -#include "xstatus.h" - -#define IP_ENCODER_S00_AXI_SLV_REG0_OFFSET 0 -#define IP_ENCODER_S00_AXI_SLV_REG1_OFFSET 4 -#define IP_ENCODER_S00_AXI_SLV_REG2_OFFSET 8 -#define IP_ENCODER_S00_AXI_SLV_REG3_OFFSET 12 - - -/**************************** Type Definitions *****************************/ -/** - * - * Write a value to a IP_ENCODER register. A 32 bit write is performed. - * If the component is implemented in a smaller width, only the least - * significant data is written. - * - * @param BaseAddress is the base address of the IP_ENCODERdevice. - * @param RegOffset is the register offset from the base to write to. - * @param Data is the data written to the register. - * - * @return None. - * - * @note - * C-style signature: - * void IP_ENCODER_mWriteReg(u32 BaseAddress, unsigned RegOffset, u32 Data) - * - */ -#define IP_ENCODER_mWriteReg(BaseAddress, RegOffset, Data) \ - Xil_Out32((BaseAddress) + (RegOffset), (u32)(Data)) - -/** - * - * Read a value from a IP_ENCODER register. A 32 bit read is performed. - * If the component is implemented in a smaller width, only the least - * significant data is read from the register. The most significant data - * will be read as 0. - * - * @param BaseAddress is the base address of the IP_ENCODER device. - * @param RegOffset is the register offset from the base to write to. - * - * @return Data is the data from the register. - * - * @note - * C-style signature: - * u32 IP_ENCODER_mReadReg(u32 BaseAddress, unsigned RegOffset) - * - */ -#define IP_ENCODER_mReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/************************** Function Prototypes ****************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_ENCODER instance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_ENCODER_Reg_SelfTest(void * baseaddr_p); - -#endif // IP_ENCODER_H diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder_selftest.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder_selftest.c deleted file mode 100644 index bc1f76c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder_selftest.c +++ /dev/null @@ -1,60 +0,0 @@ - -/***************************** Include Files *******************************/ -#include "ip_encoder.h" -#include "xparameters.h" -#include "stdio.h" -#include "xil_io.h" - -/************************** Constant Definitions ***************************/ -#define READ_WRITE_MUL_FACTOR 0x10 - -/************************** Function Definitions ***************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_ENCODERinstance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_ENCODER_Reg_SelfTest(void * baseaddr_p) -{ - u32 baseaddr; - int write_loop_index; - int read_loop_index; - int Index; - - baseaddr = (u32) baseaddr_p; - - xil_printf("******************************\n\r"); - xil_printf("* User Peripheral Self Test\n\r"); - xil_printf("******************************\n\n\r"); - - /* - * Write to user logic slave module register(s) and read back - */ - xil_printf("User logic slave module test...\n\r"); - - for (write_loop_index = 0 ; write_loop_index < 4; write_loop_index++) - IP_ENCODER_mWriteReg (baseaddr, write_loop_index*4, (write_loop_index+1)*READ_WRITE_MUL_FACTOR); - for (read_loop_index = 0 ; read_loop_index < 4; read_loop_index++) - if ( IP_ENCODER_mReadReg (baseaddr, read_loop_index*4) != (read_loop_index+1)*READ_WRITE_MUL_FACTOR){ - xil_printf ("Error reading register value at address %x\n", (int)baseaddr + read_loop_index*4); - return XST_FAILURE; - } - - xil_printf(" - slave register write/read passed\n\n\r"); - - return XST_SUCCESS; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/Makefile deleted file mode 100644 index baa36f8..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -RELEASEDIR=../../../lib -INCLUDEDIR=../../../include -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h -LIBSOURCES=*.c -OUTS = *.o - -libs: - echo "Compiling ip_fifo..." - $(COMPILER) $(COMPILER_FLAGS) $(EXTRA_COMPILER_FLAGS) $(INCLUDES) $(LIBSOURCES) - $(ARCHIVER) -r ${RELEASEDIR}/${LIB} ${OUTS} - make clean - -include: - ${CP} $(INCLUDEFILES) $(INCLUDEDIR) - -clean: - rm -rf ${OUTS} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo.c deleted file mode 100644 index fab920b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo.c +++ /dev/null @@ -1,6 +0,0 @@ - - -/***************************** Include Files *******************************/ -#include "ip_fifo.h" - -/************************** Function Definitions ***************************/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo.h deleted file mode 100644 index 962207c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo.h +++ /dev/null @@ -1,90 +0,0 @@ - -#ifndef IP_FIFO_H -#define IP_FIFO_H - - -/****************** Include Files ********************/ -#include "xil_types.h" -#include "xstatus.h" - -#define IP_FIFO_S00_AXI_SLV_REG0_OFFSET 0 -#define IP_FIFO_S00_AXI_SLV_REG1_OFFSET 4 -#define IP_FIFO_S00_AXI_SLV_REG2_OFFSET 8 -#define IP_FIFO_S00_AXI_SLV_REG3_OFFSET 12 -#define IP_FIFO_S00_AXI_SLV_REG4_OFFSET 16 -#define IP_FIFO_S00_AXI_SLV_REG5_OFFSET 20 -#define IP_FIFO_S00_AXI_SLV_REG6_OFFSET 24 -#define IP_FIFO_S00_AXI_SLV_REG7_OFFSET 28 -#define IP_FIFO_S00_AXI_SLV_REG8_OFFSET 32 -#define IP_FIFO_S00_AXI_SLV_REG9_OFFSET 36 -#define IP_FIFO_S00_AXI_SLV_REG10_OFFSET 40 -#define IP_FIFO_S00_AXI_SLV_REG11_OFFSET 44 -#define IP_FIFO_S00_AXI_SLV_REG12_OFFSET 48 -#define IP_FIFO_S00_AXI_SLV_REG13_OFFSET 52 -#define IP_FIFO_S00_AXI_SLV_REG14_OFFSET 56 - - -/**************************** Type Definitions *****************************/ -/** - * - * Write a value to a IP_FIFO register. A 32 bit write is performed. - * If the component is implemented in a smaller width, only the least - * significant data is written. - * - * @param BaseAddress is the base address of the IP_FIFOdevice. - * @param RegOffset is the register offset from the base to write to. - * @param Data is the data written to the register. - * - * @return None. - * - * @note - * C-style signature: - * void IP_FIFO_mWriteReg(u32 BaseAddress, unsigned RegOffset, u32 Data) - * - */ -#define IP_FIFO_mWriteReg(BaseAddress, RegOffset, Data) \ - Xil_Out32((BaseAddress) + (RegOffset), (u32)(Data)) - -/** - * - * Read a value from a IP_FIFO register. A 32 bit read is performed. - * If the component is implemented in a smaller width, only the least - * significant data is read from the register. The most significant data - * will be read as 0. - * - * @param BaseAddress is the base address of the IP_FIFO device. - * @param RegOffset is the register offset from the base to write to. - * - * @return Data is the data from the register. - * - * @note - * C-style signature: - * u32 IP_FIFO_mReadReg(u32 BaseAddress, unsigned RegOffset) - * - */ -#define IP_FIFO_mReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/************************** Function Prototypes ****************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_FIFO instance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_FIFO_Reg_SelfTest(void * baseaddr_p); - -#endif // IP_FIFO_H diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo_selftest.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo_selftest.c deleted file mode 100644 index d45bc0d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo_selftest.c +++ /dev/null @@ -1,60 +0,0 @@ - -/***************************** Include Files *******************************/ -#include "ip_fifo.h" -#include "xparameters.h" -#include "stdio.h" -#include "xil_io.h" - -/************************** Constant Definitions ***************************/ -#define READ_WRITE_MUL_FACTOR 0x10 - -/************************** Function Definitions ***************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_FIFOinstance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_FIFO_Reg_SelfTest(void * baseaddr_p) -{ - u32 baseaddr; - int write_loop_index; - int read_loop_index; - int Index; - - baseaddr = (u32) baseaddr_p; - - xil_printf("******************************\n\r"); - xil_printf("* User Peripheral Self Test\n\r"); - xil_printf("******************************\n\n\r"); - - /* - * Write to user logic slave module register(s) and read back - */ - xil_printf("User logic slave module test...\n\r"); - - for (write_loop_index = 0 ; write_loop_index < 4; write_loop_index++) - IP_FIFO_mWriteReg (baseaddr, write_loop_index*4, (write_loop_index+1)*READ_WRITE_MUL_FACTOR); - for (read_loop_index = 0 ; read_loop_index < 4; read_loop_index++) - if ( IP_FIFO_mReadReg (baseaddr, read_loop_index*4) != (read_loop_index+1)*READ_WRITE_MUL_FACTOR){ - xil_printf ("Error reading register value at address %x\n", (int)baseaddr + read_loop_index*4); - return XST_FAILURE; - } - - xil_printf(" - slave register write/read passed\n\n\r"); - - return XST_SUCCESS; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/Makefile deleted file mode 100644 index eb496ea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${DEPFILES} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic.c deleted file mode 100644 index 0e77af1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic.c +++ /dev/null @@ -1,1305 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic.c -* @addtogroup scugic_v4_6 -* @{ -* -* Contains required functions for the XScuGic driver for the Interrupt -* Controller. See xscugic.h for a detailed description of the driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- --------------------------------------------------------
-* 1.00a drg  01/19/10 First release
-* 1.01a sdm  11/09/11 Changes are made in function XScuGic_CfgInitialize
-*                     Since entry is now made as pointer in the XScuGic
-*                     structure, necessary changes are made.
-*                     The HandlerTable can now be populated through the low
-*                     level routine XScuGic_RegisterHandler added in this
-*                     release. Hence necessary checks are added not to
-*                     overwrite the HandlerTable entries in function
-*                     XScuGic_CfgInitialize.
-* 1.03a srt  02/27/13 Added APIs
-*                       -XScuGic_SetPriTrigTypeByDistAddr()
-*                       -XScuGic_GetPriTrigTypeByDistAddr()
-*                     Removed Offset calculation macros, defined in _hw.h
-*                     (CR 702687)
-*                     added support to direct interrupts  to the appropriate
-*                     CPU Earlier interrupts were directed to CPU1
-*                     (hard coded).Now depending upon the CPU selected by the
-*                     user(xparameters.h), interrupts will be directed to
-*                     the  relevant CPU. This fixes CR 699688.
-*
-* 1.04a hk   05/04/13 Assigned EffectiveAddr to CpuBaseAddress in
-*                     XScuGic_CfgInitialize. Fix for CR#704400 to remove
-*                     warnings.
-*                     Moved functions XScuGic_SetPriTrigTypeByDistAddr and
-*                    XScuGic_GetPriTrigTypeByDistAddr to xscugic_hw.c.
-*                    This is fix for CR#705621.
-* 1.06a asa  16/11/13 Fix for CR#749178. Assignment for EffectiveAddr
-*                     in function XScuGic_CfgInitialize is removed as it was
-*                     a bug.
-* 3.00  kvn  02/13/14 Modified code for MISRA-C:2012 compliance.
-* 3.01  pkp  06/19/15 Added XScuGic_InterruptMaptoCpu API for an interrupt
-*                     target CPU mapping
-* 3.02  pkp  11/09/15 Modified DistributorInit function for AMP case to add
-*                     the current cpu to interrupt processor targets registers
-* 3.2   asa  02/29/16 Modified DistributorInit function for Zynq AMP case. The
-*                     distributor is left uninitialized for Zynq AMP. It is
-*                     assumed that the distributor will be initialized by
-*                     Linux master. However for CortexR5 case, the earlier code
-*                     is left unchanged where the interrupt processor target
-*                     registers in the distributor is initialized with the
-*                     corresponding CPU ID on which the application built over
-*                     the scugic driver runs. These changes fix CR#937243.
-* 3.3   pkp  05/12/16 Modified XScuGic_InterruptMaptoCpu to write proper value
-*                     to interrupt target register to fix CR#951848
-*
-* 3.4   asa  04/07/16 Created a new static function DoDistributorInit to
-*                     simplify the flow and avoid code duplication. Changes are
-*                     made for USE_AMP use case for R5. In a scenario
-*                     (in R5 split mode) when one R5 is operating with A53 in
-*                     open amp config and other R5 running baremetal app, the
-*                     existing code had the potential to stop the whole AMP
-*                     solution to work (if for some reason the R5 running the
-*                     baremetal app tasked to initialize the Distributor hangs
-*                     or crashes before initializing).Changes are made so that
-*                     the R5 under AMP first checks if the distributor is
-*                     enabled or not and if not, it does the standard
-*                     Distributor initialization.This fixes the CR#952962.
-* 3.4   mus  09/08/16 Added assert to avoid invalid access of GIC from CPUID 1
-*                     for single core zynq-7000s
-* 3.5   mus  10/05/16 Modified DistributorInit function to avoid
-*                     re-initialization of distributor, If it is already
-*                     initialized by other CPU.
-* 3.5   pkp  10/17/16 Modified XScuGic_InterruptMaptoCpu to correct the CPU Id
-*                     value and properly mask interrupt target processor value
-*                     to modify interrupt target processor register for a given
-*                     interrupt ID and cpu ID
-* 3.6   pkp  20/01/17 Added new API XScuGic_Stop to Disable distributor and
-*                     interrupts in case they are being used only by current
-*                     cpu. It also removes current cpu from interrupt target
-*                     registers for all interrupts.
-*       kvn  02/17/17 Add support for changing GIC CPU master at run time.
-*       kvn  02/28/17 Make the CpuId as static variable and Added new
-*                     XScugiC_GetCpuId to access CpuId.
-* 3.9   mus  02/21/18 Added new API's XScuGic_UnmapAllInterruptsFromCpu and
-*                     XScuGic_InterruptUnmapFromCpu, These API's can be used
-*                     by applications to unmap specific/all interrupts from
-*                     target CPU. It fixes CR#992490.
-* 3.10  mus  07/17/18 Updated file to fix the various coding style issues
-*                     reported by checkpatch. It fixes CR#1006344.
-* 3.10  aru  08/23/18 Resolved MISRA-C:2012 compliance mandatory violations
-*                     It fixes CR#1007753.
-* 3.10  mus  09/19/18 Fix cppcheck warnings
-* 4.0   mus  11/22/18 Fixed bugs in software interrupt generation through
-*                     XScuGic_SoftwareIntr API
-* 4.1   asa  03/30/19 Made changes not to direct each interrupt to all
-*                     available CPUs by default. This was breaking AMP
-*                     behavior. Instead every time an interrupt enable
-*                     request is received, the interrupt was mapped to
-*                     the respective CPU. There were several other changes
-*                     made to implement this. This set of changes was to
-*                     fix CR-1024716.
-* 4.1   mus  06/19/19 Added API's XScuGic_MarkCoreAsleep and
-*                     XScuGic_MarkCoreAwake to mark processor core as
-*                     asleep or awake. Fix for CR#1027220.
-* 4.3   mus  10/14/20 Updated XScuGic_Stop for scenarios where USE_AMP flag
-*                     is set to 1. Now, XScuGic_Stop would not disable
-*                     distributor for USE_AMP=1, even when SPI interrupts
-*                     are not being used by other CPU. This update is needed
-*                     to support scenarios, where master CPU is using only
-*                     SGI/PPI interrupts. It fixes CR#1079241.
-* 4.5   asa  03/07/21 Added spinlock protection for critical sections in the
-*                     code. The sections are critical when applications
-*                     running on separate CPUs (R5s or A9s) try to update
-*                     the same register. The spinlock mechanism used here
-*                     used exclusive load and store instructions. To ensure
-*                     that legacy behavior is not broken, unless someone
-*                     enables spinlocks explicitely in their applications
-*                     the existing flow will remain unchanged. On how to
-*                     enable spinlocks, please refer to the documentations
-*                     at: lib/bsp/standalone/src/arm/common/gcc/xil_spinlock.c
-* 4.6	sk   08/05/21 Fix scugic Misra-c violations.
-* 4.7	sk   09/14/21 Fix gcc compiler warnings for A72 processor.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_assert.h" -#include "xscugic.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ -static u32 CpuId = XPAR_CPU_ID; /**< CPU Core identifier */ - -/************************** Function Prototypes ******************************/ - -static void StubHandler(void *CallBackRef); - -/*****************************************************************************/ -/** -* -* DoDistributorInit initializes the distributor of the GIC. The -* initialization entails: -* -* - Write the trigger mode, priority -* - All interrupt sources are disabled -* - Enable the distributor -* -* @param InstancePtr is a pointer to the XScuGic instance. -* -* @return None -* -* @note None. -* -******************************************************************************/ -static void DoDistributorInit(const XScuGic *InstancePtr) -{ - u32 Int_Id; - -#if defined (GICv3) - u32 Temp; - - Temp = XScuGic_DistReadReg(InstancePtr, XSCUGIC_DIST_EN_OFFSET); - Temp = (XSCUGIC500_DCTLR_ARE_NS_ENABLE | XSCUGIC500_DCTLR_ARE_S_ENABLE); - Temp &= ~(XSCUGIC_EN_INT_MASK); - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_DIST_EN_OFFSET, Temp); -#else - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_DIST_EN_OFFSET, 0U); -#endif - - /* - * Set the security domains in the int_security registers for - * non-secure interrupts - * All are secure, so leave at the default. Set to 1 for non-secure - * interrupts. - */ - - /* - * For the Shared Peripheral Interrupts INT_ID[MAX..32], set: - */ - - /* - * 1. The trigger mode in the int_config register - * Only write to the SPI interrupts, so start at 32 - */ - for (Int_Id = 32U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+16U) { - /* - * Each INT_ID uses two bits, or 16 INT_ID per register - * Set them all to be level sensitive, active HIGH. - */ - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id), - 0U); - } - - -#define DEFAULT_PRIORITY 0xa0a0a0a0U - for (Int_Id = 0U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+4U) { - /* - * 2. The priority using int the priority_level register - * The priority_level and spi_target registers use one byte per - * INT_ID. - * Write a default value that can be changed elsewhere. - */ - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id), - DEFAULT_PRIORITY); - } - -#if defined (GICv3) - for (Int_Id = 0U; Int_IdBaseAddress for this parameters, passing the physical -* address instead. -* -* @return -* - XST_SUCCESS if initialization was successful -* -* @note None. -* -******************************************************************************/ -s32 XScuGic_CfgInitialize(XScuGic *InstancePtr, - XScuGic_Config *ConfigPtr, - u32 EffectiveAddr) -{ - u32 Int_Id; - (void) EffectiveAddr; - - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(ConfigPtr != NULL); - /* - * Check Zynq-7000 base silicon configuration. - * If it is single CPU configuration then invoke assert for CPU ID 1. - */ -#ifdef ARMA9 - if (XPAR_CPU_ID == 0x01) { - Xil_AssertNonvoid((Xil_In32(XPS_EFUSE_BASEADDR - + EFUSE_STATUS_OFFSET) & EFUSE_STATUS_CPU_MASK) == 0); - } -#endif - - if(InstancePtr->IsReady != XIL_COMPONENT_IS_READY) { - - InstancePtr->IsReady = 0U; - InstancePtr->Config = ConfigPtr; - - - for (Int_Id = 0U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id++) { - /* - * Initialize the handler to point to a stub to handle an - * interrupt which has not been connected to a handler - * Only initialize it if the handler is 0 which means it - * was not initialized statically by the tools/user. Set - * the callback reference to this instance so that - * unhandled interrupts can be tracked. - */ - if ((InstancePtr->Config->HandlerTable[Int_Id].Handler - == (Xil_InterruptHandler)NULL)) { - InstancePtr->Config->HandlerTable[Int_Id].Handler - = (Xil_InterruptHandler)StubHandler; - } - InstancePtr->Config->HandlerTable[Int_Id].CallBackRef = - InstancePtr; - } -#if defined (GICv3) - u32 Waker_State; - Waker_State = XScuGic_ReDistReadReg(InstancePtr,XSCUGIC_RDIST_WAKER_OFFSET); - XScuGic_ReDistWriteReg(InstancePtr,XSCUGIC_RDIST_WAKER_OFFSET, - Waker_State & (~ XSCUGIC_RDIST_WAKER_LOW_POWER_STATE_MASK)); - /* Enable system reg interface through ICC_SRE_EL1 */ - #if EL3 - XScuGic_Enable_SystemReg_CPU_Interface_EL3(); - #endif - XScuGic_Enable_SystemReg_CPU_Interface_EL1(); - isb(); -#endif - XScuGic_Stop(InstancePtr); - DistributorInit(InstancePtr); -#if defined (GICv3) - XScuGic_set_priority_filter(0xff); -#else - CPUInitialize(InstancePtr); -#endif - InstancePtr->IsReady = XIL_COMPONENT_IS_READY; - } - - return XST_SUCCESS; -} - -/*****************************************************************************/ -/** -* -* Makes the connection between the Int_Id of the interrupt source and the -* associated handler that is to run when the interrupt is recognized. The -* argument provided in this call as the Callbackref is used as the argument -* for the handler when it is called. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param Int_Id contains the ID of the interrupt source and should be -* in the range of 0 to XSCUGIC_MAX_NUM_INTR_INPUTS - 1 -* @param Handler to the handler for that interrupt. -* @param CallBackRef is the callback reference, usually the instance -* pointer of the connecting driver. -* -* @return -* -* - XST_SUCCESS if the handler was connected correctly. -* -* @note -* -* WARNING: The handler provided as an argument will overwrite any handler -* that was previously connected. -* -****************************************************************************/ -s32 XScuGic_Connect(XScuGic *InstancePtr, u32 Int_Id, - Xil_InterruptHandler Handler, void *CallBackRef) -{ - /* - * Assert the arguments - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertNonvoid(Handler != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * The Int_Id is used as an index into the table to select the proper - * handler - */ - InstancePtr->Config->HandlerTable[Int_Id].Handler = (Xil_InterruptHandler)Handler; - InstancePtr->Config->HandlerTable[Int_Id].CallBackRef = CallBackRef; - - return XST_SUCCESS; -} - -/*****************************************************************************/ -/** -* -* Updates the interrupt table with the Null Handler and NULL arguments at the -* location pointed at by the Int_Id. This effectively disconnects that interrupt -* source from any handler. The interrupt is disabled also. -* -* @param InstancePtr is a pointer to the XScuGic instance to be worked on. -* @param Int_Id contains the ID of the interrupt source and should -* be in the range of 0 to XSCUGIC_MAX_NUM_INTR_INPUTS - 1 -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XScuGic_Disconnect(XScuGic *InstancePtr, u32 Int_Id) -{ - u32 Mask; - - /* - * Assert the arguments - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - /* - * The Int_Id is used to create the appropriate mask for the - * desired bit position. Int_Id currently limited to 0 - 31 - */ - Mask = (u32)0x00000001U << (Int_Id % 32U); - - /* - * Disable the interrupt such that it won't occur while disconnecting - * the handler, only disable the specified interrupt id without - * modifying the other interrupt ids - */ - XScuGic_DistWriteReg(InstancePtr, (u32)XSCUGIC_DISABLE_OFFSET + - ((Int_Id / 32U) * 4U), Mask); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); - /* - * Disconnect the handler and connect a stub, the callback reference - * must be set to this instance to allow unhandled interrupts to be - * tracked - */ - InstancePtr->Config->HandlerTable[Int_Id].Handler = (Xil_InterruptHandler)StubHandler; - InstancePtr->Config->HandlerTable[Int_Id].CallBackRef = InstancePtr; -} - -/*****************************************************************************/ -/** -* -* Enables the interrupt source provided as the argument Int_Id. Any pending -* interrupt condition for the specified Int_Id will occur after this function is -* called. -* This API also maps the interrupt to the requesting CPU. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param Int_Id contains the ID of the interrupt source and should be -* in the range of 0 to XSCUGIC_MAX_NUM_INTR_INPUTS - 1 -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XScuGic_Enable(XScuGic *InstancePtr, u32 Int_Id) -{ - u32 Mask; - u8 Cpu_Identifier = (u8)CpuId; - -#if defined (GICv3) - u32 Temp; -#endif - /* - * Assert the arguments - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - -#if defined (GICv3) - if (Int_Id < XSCUGIC_SPI_INT_ID_START) { - XScuGic_InterruptMaptoCpu(InstancePtr, Cpu_Identifier, Int_Id); - - Int_Id &= 0x1f; - Int_Id = 1 << Int_Id; - - Temp = XScuGic_ReDistSGIPPIReadReg(InstancePtr,XSCUGIC_RDIST_ISENABLE_OFFSET); - Temp |= Int_Id; - XScuGic_ReDistSGIPPIWriteReg(InstancePtr,XSCUGIC_RDIST_ISENABLE_OFFSET,Temp); - } -#endif - XScuGic_InterruptMaptoCpu(InstancePtr, Cpu_Identifier, Int_Id); - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - /* - * The Int_Id is used to create the appropriate mask for the - * desired bit position. - */ - Mask = (u32)0x00000001U << (Int_Id % 32U); - /* - * Enable the selected interrupt source by setting the - * corresponding bit in the Enable Set register. - */ - XScuGic_DistWriteReg(InstancePtr, (u32)XSCUGIC_ENABLE_SET_OFFSET + - ((Int_Id / 32U) * 4U), Mask); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/*****************************************************************************/ -/** -* -* Disables the interrupt source provided as the argument Int_Id such that the -* interrupt controller will not cause interrupts for the specified Int_Id. The -* interrupt controller will continue to hold an interrupt condition for the -* Int_Id, but will not cause an interrupt. -* This API also unmaps the interrupt for the requesting CPU. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param Int_Id contains the ID of the interrupt source and should be -* in the range of 0 to XSCUGIC_MAX_NUM_INTR_INPUTS - 1 -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XScuGic_Disable(XScuGic *InstancePtr, u32 Int_Id) -{ - u32 Mask; - u8 Cpu_Identifier = (u8)CpuId; -#if defined (GICv3) - u32 Temp; -#endif - - /* - * Assert the arguments - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - -#if defined (GICv3) - if (Int_Id < XSCUGIC_SPI_INT_ID_START) { - - XScuGic_InterruptUnmapFromCpu(InstancePtr, Cpu_Identifier, Int_Id); - - Int_Id &= 0x1f; - Int_Id = 1 << Int_Id; - - Temp = XScuGic_ReDistSGIPPIReadReg(InstancePtr,XSCUGIC_RDIST_ISENABLE_OFFSET); - Temp &= ~Int_Id; - XScuGic_ReDistSGIPPIWriteReg(InstancePtr,XSCUGIC_RDIST_ISENABLE_OFFSET,Temp); - } -#endif - XScuGic_InterruptUnmapFromCpu(InstancePtr, Cpu_Identifier, Int_Id); - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - /* - * The Int_Id is used to create the appropriate mask for the - * desired bit position. Int_Id currently limited to 0 - 31 - */ - Mask = (u32)0x00000001U << (Int_Id % 32U); - - /* - * Disable the selected interrupt source by setting the - * corresponding bit in the IDR. - */ - XScuGic_DistWriteReg(InstancePtr, (u32)XSCUGIC_DISABLE_OFFSET + - ((Int_Id / 32U) * 4U), Mask); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/*****************************************************************************/ -/** -* -* Allows software to simulate an interrupt in the interrupt controller. This -* function will only be successful when the interrupt controller has been -* started in simulation mode. A simulated interrupt allows the interrupt -* controller to be tested without any device to drive an interrupt input -* signal into it. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param Int_Id is the software interrupt ID to simulate an interrupt. -* @param Cpu_Identifier is the list of CPUs to send the interrupt. -* -* @return -* -* XST_SUCCESS if successful, or XST_FAILURE if the interrupt could not be -* simulated -* -* @note None. -* -******************************************************************************/ -s32 XScuGic_SoftwareIntr(XScuGic *InstancePtr, u32 Int_Id, u32 Cpu_Identifier) -{ - u32 Mask; - - /* - * Assert the arguments - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid(Int_Id <= 15U); - Xil_AssertNonvoid(Cpu_Identifier <= 255U); - -#if defined (GICv3) - Mask = (Cpu_Identifier | (Int_Id << XSCUGIC_SGIR_EL1_INITID_SHIFT)); -#if EL3 - XScuGic_WriteICC_SGI0R_EL1(Mask); -#else - XScuGic_WriteICC_SGI1R_EL1(Mask); -#endif -#else - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - /* - * The Int_Id is used to create the appropriate mask for the - * desired interrupt. Int_Id currently limited to 0 - 15 - * Use the target list for the Cpu ID. - */ - Mask = ((Cpu_Identifier << 16U) | Int_Id) & - (XSCUGIC_SFI_TRIG_CPU_MASK | XSCUGIC_SFI_TRIG_INTID_MASK); - - /* - * Write to the Software interrupt trigger register. Use the appropriate - * CPU Int_Id. - */ - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_SFI_TRIG_OFFSET, Mask); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); - - /* Indicate the interrupt was successfully simulated */ -#endif - return XST_SUCCESS; -} - -/*****************************************************************************/ -/** -* -* A stub for the asynchronous callback. The stub is here in case the upper -* layers forget to set the handler. -* -* @param CallBackRef is a pointer to the upper layer callback reference -* -* @return None. -* -* @note None. -* -******************************************************************************/ -static void StubHandler(void *CallBackRef) -{ - /* - * verify that the inputs are valid - */ - Xil_AssertVoid(CallBackRef != NULL); - - /* - * Indicate another unhandled interrupt for stats - */ - ((XScuGic *)((void *)CallBackRef))->UnhandledInterrupts++; -} - -/****************************************************************************/ -/** -* Sets the interrupt priority and trigger type for the specificd IRQ source. -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param Int_Id is the IRQ source number to modify -* @param Priority is the new priority for the IRQ source. 0 is highest -* priority, 0xF8(248) is lowest. There are 32 priority levels -* supported with a step of 8. Hence the supported priorities are -* 0, 8, 16, 32, 40 ..., 248. -* @param Trigger is the new trigger type for the IRQ source. -* Each bit pair describes the configuration for an INT_ID. -* SFI Read Only b10 always -* PPI Read Only depending on how the PPIs are configured. -* b01 Active HIGH level sensitive -* b11 Rising edge sensitive -* SPI LSB is read only. -* b01 Active HIGH level sensitive -* b11 Rising edge sensitive/ -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XScuGic_SetPriorityTriggerType(XScuGic *InstancePtr, u32 Int_Id, - u8 Priority, u8 Trigger) -{ - u32 RegValue; -#if defined (GICv3) - u32 Temp; - u32 Index; -#endif - u8 LocalPriority; - LocalPriority = Priority; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(Trigger <= (u8)XSCUGIC_INT_CFG_MASK); - Xil_AssertVoid(LocalPriority <= (u8)XSCUGIC_MAX_INTR_PRIO_VAL); -#if defined (GICv3) - if (Int_Id < XSCUGIC_SPI_INT_ID_START ) - { - XScuGic_ReDistSGIPPIWriteReg(InstancePtr,XSCUGIC_RDIST_INT_PRIORITY_OFFSET_CALC(Int_Id),Priority); - Temp = XScuGic_ReDistSGIPPIReadReg(InstancePtr,XSCUGIC_RDIST_INT_CONFIG_OFFSET_CALC(Int_Id)); - Index = XScuGic_Get_Rdist_Int_Trigger_Index(Int_Id); - Temp |= (Trigger << Index); - XScuGic_ReDistSGIPPIWriteReg(InstancePtr,XSCUGIC_RDIST_INT_CONFIG_OFFSET_CALC(Int_Id),Temp); - return; - } -#endif - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - /* - * Determine the register to write to using the Int_Id. - */ - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id)); - - /* - * The priority bits are Bits 7 to 3 in GIC Priority Register. This - * means the number of priority levels supported are 32 and they are - * in steps of 8. The priorities can be 0, 8, 16, 32, 48, ... etc. - * The lower order 3 bits are masked before putting it in the register. - */ - LocalPriority = LocalPriority & (u8)XSCUGIC_INTR_PRIO_MASK; - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue &= ~((u32)XSCUGIC_PRIORITY_MASK << ((Int_Id%4U)*8U)); - RegValue |= (u32)LocalPriority << ((Int_Id%4U)*8U); - - /* - * Write the value back to the register. - */ - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id), - RegValue); - - /* - * Determine the register to write to using the Int_Id. - */ - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id)); - - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue &= ~((u32)XSCUGIC_INT_CFG_MASK << ((Int_Id%16U)*2U)); - RegValue |= (u32)Trigger << ((Int_Id%16U)*2U); - - /* - * Write the value back to the register. - */ - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id), - RegValue); - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/****************************************************************************/ -/** -* Gets the interrupt priority and trigger type for the specificd IRQ source. -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param Int_Id is the IRQ source number to modify -* @param Priority is a pointer to the value of the priority of the IRQ -* source. This is a return value. -* @param Trigger is pointer to the value of the trigger of the IRQ -* source. This is a return value. -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_GetPriorityTriggerType(XScuGic *InstancePtr, u32 Int_Id, - u8 *Priority, u8 *Trigger) -{ - u32 RegValue; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(Priority != NULL); - Xil_AssertVoid(Trigger != NULL); - - /* - * Determine the register to read to using the Int_Id. - */ - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id)); - - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue = RegValue >> ((Int_Id%4U)*8U); - *Priority = (u8)(RegValue & XSCUGIC_PRIORITY_MASK); - - /* - * Determine the register to read to using the Int_Id. - */ - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id)); - - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue = RegValue >> ((Int_Id%16U)*2U); - - *Trigger = (u8)(RegValue & XSCUGIC_INT_CFG_MASK); -} -/****************************************************************************/ -/** -* Sets the target CPU for the interrupt of a peripheral -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param Cpu_Identifier is a CPU number for which the interrupt has to be targeted -* @param Int_Id is the IRQ source number to modify -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_InterruptMaptoCpu(XScuGic *InstancePtr, u8 Cpu_Identifier, u32 Int_Id) -{ - u32 RegValue; - -#if defined (GICv3) - u32 Temp; - Xil_AssertVoid(InstancePtr != NULL); - if (Int_Id >= 32) { - Temp = Int_Id - 32; - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_IROUTER_OFFSET_CALC(Temp)); - RegValue |= Cpu_Identifier; - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_IROUTER_OFFSET_CALC(Temp), - (Cpu_Identifier-1)); - } -#else - u8 Cpu_CoreId; - u32 Offset; - Xil_AssertVoid(InstancePtr != NULL); - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - - Offset = (Int_Id & 0x3U); - Cpu_CoreId = (0x1U << Cpu_Identifier); - - RegValue |= (u32)(Cpu_CoreId) << (Offset*8U); - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), - RegValue); - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -#endif -} -/****************************************************************************/ -/** -* Unmaps specific SPI interrupt from the target CPU -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param Cpu_Identifier is a CPU number from which the interrupt has to be -* unmapped -* @param Int_Id is the IRQ source number to modify -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_InterruptUnmapFromCpu(XScuGic *InstancePtr, u8 Cpu_Identifier, u32 Int_Id) -{ - u32 RegValue; - -#if defined (GICv3) - u32 Temp; - Xil_AssertVoid(InstancePtr != NULL); - if (Int_Id >= 32) { - Temp = Int_Id - 32; - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_IROUTER_OFFSET_CALC(Temp)); - RegValue &= ~Cpu_Identifier; - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_IROUTER_OFFSET_CALC(Temp), - (Cpu_Identifier-1)); - } -#else - u32 Cpu_CoreId; - u32 Offset; - Xil_AssertVoid(InstancePtr != NULL); - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - - Offset = (Int_Id & 0x3U); - Cpu_CoreId = ((u32)0x1U << Cpu_Identifier); - - RegValue &= ~(Cpu_CoreId << (Offset*8U)); - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), - RegValue); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -#endif -} -/****************************************************************************/ -/** -* Unmaps all SPI interrupts from the target CPU -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param Cpu_Identifier is a CPU number from which the interrupts has to be -* unmapped -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_UnmapAllInterruptsFromCpu(XScuGic *InstancePtr, u8 Cpu_Identifier) -{ - u32 Int_Id; - u32 Target_Cpu; - u32 LocalCpuID = ((u32)1U << Cpu_Identifier); - - Xil_AssertVoid(InstancePtr != NULL); - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - LocalCpuID |= LocalCpuID << 8U; - LocalCpuID |= LocalCpuID << 16U; - - for (Int_Id = 32U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+4U) { - - Target_Cpu = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - /* Remove LocalCpuID from interrupt target register */ - Target_Cpu &= (~LocalCpuID); - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), Target_Cpu); - - } - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} -/****************************************************************************/ -/** -* It checks if the interrupt target register contains all interrupts to be -* targeted for current CPU. If they are programmed to be forwarded to current -* cpu, this API disable all interrupts and disable GIC distributor. -* This API also removes current CPU from interrupt target registers for all -* interrupt. -* -* @param InstancePtr is a pointer to the instance to be worked on. -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_Stop(XScuGic *InstancePtr) -{ - u32 Int_Id; - u32 RegValue; - u32 Target_Cpu; - #if (defined (USE_AMP) && (USE_AMP==1)) - u32 DistDisable = 0; /* Do not disable distributor */ - #else - u32 DistDisable = 1; /* Track distributor status*/ - #endif - u32 LocalCpuID = ((u32)0x1 << CpuId); - - Xil_AssertVoid(InstancePtr != NULL); - - /* If distributor is already disabled, no need to do anything */ - RegValue = XScuGic_DistReadReg(InstancePtr, XSCUGIC_DIST_EN_OFFSET); - if ((RegValue & XSCUGIC_EN_INT_MASK) == 0U) { - return; - } - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - LocalCpuID |= LocalCpuID << 8U; - LocalCpuID |= LocalCpuID << 16U; - - /* - * Check if the interrupt are targeted to current cpu only or not. - * Also remove current cpu from interrupt target register for all - * interrupts. - */ - for (Int_Id = 32U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+4U) { - - Target_Cpu = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - if ((Target_Cpu != LocalCpuID) && (Target_Cpu != (u32)0)) { - /* - * If any other CPU is also programmed to target - * register, GIC distributor can not be disabled. - */ - DistDisable = 0; - } - - /* Remove current CPU from interrupt target register */ - Target_Cpu &= (~LocalCpuID); - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), Target_Cpu); - - } - - /* - * If GIC distributor is safe to be disabled, disable all the interrupt - * and then disable distributor. - */ - if (DistDisable == (u32)1) { - for (Int_Id = 0U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+32U) { - /* - * Disable all the interrupts - */ - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_EN_DIS_OFFSET_CALC(XSCUGIC_DISABLE_OFFSET, - Int_Id), - 0xFFFFFFFFU); - } - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_DIST_EN_OFFSET, 0U); - } - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/****************************************************************************/ -/** -* This updates the CpuId global variable. -* -* @param CpuCoreId is the CPU core number. -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_SetCpuID(u32 CpuCoreId) -{ - Xil_AssertVoid(CpuCoreId <= 1U); - - CpuId = CpuCoreId; -} - -/****************************************************************************/ -/** -* This function returns the CpuId variable. -* -* @return The CPU core number. -* -* @note None. -* -*****************************************************************************/ -u32 XScuGic_GetCpuID(void) -{ - return CpuId; -} - -#if defined (GICv3) -/****************************************************************************/ -/** -* It marks processor core which calls this API as asleep -* -* @return None. -* -* @note It should be called before suspending processor core. Once this -* API is invoked, pending interrupts for processor core asserts -* WakeRequest, to indicate that the PE is to have its power -* restored In case of Versal SoC, WakeRequest will be consumed by -* psv_psm processor and psmfw will wake up APU processor core. -* -*****************************************************************************/ -void XScuGic_MarkCoreAsleep(XScuGic *InstancePtr) -{ - u32 Waker_State; - - Waker_State = XScuGic_ReDistReadReg(InstancePtr,XSCUGIC_RDIST_WAKER_OFFSET); - XScuGic_ReDistWriteReg(InstancePtr,XSCUGIC_RDIST_WAKER_OFFSET, - Waker_State | - XSCUGIC_RDIST_WAKER_LOW_POWER_STATE_MASK); -} - -/****************************************************************************/ -/** -* It marks processor core which calls this API as awake -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_MarkCoreAwake(XScuGic *InstancePtr) -{ - u32 Waker_State; - - Waker_State = XScuGic_ReDistReadReg(InstancePtr, - XSCUGIC_RDIST_WAKER_OFFSET); - XScuGic_ReDistWriteReg(InstancePtr,XSCUGIC_RDIST_WAKER_OFFSET, - Waker_State & - (~ XSCUGIC_RDIST_WAKER_LOW_POWER_STATE_MASK)); -} -#endif -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic.h deleted file mode 100644 index ce4b290..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic.h +++ /dev/null @@ -1,597 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic.h -* @addtogroup scugic_v4_6 -* @{ -* @details -* -* The generic interrupt controller driver component. -* -* The interrupt controller driver uses the idea of priority for the various -* handlers. Priority is an integer within the range of 1 and 31 inclusive with -* default of 1 being the highest priority interrupt source. The priorities -* of the various sources can be dynamically altered as needed through -* hardware configuration. -* -* The generic interrupt controller supports the following -* features: -* -* - specific individual interrupt enabling/disabling -* - specific individual interrupt acknowledging -* - attaching specific callback function to handle interrupt source -* - assigning desired priority to interrupt source if default is not -* acceptable. -* -* Details about connecting the interrupt handler of the driver are contained -* in the source file specific to interrupt processing, xscugic_intr.c. -* -* This driver is intended to be RTOS and processor independent. It works with -* physical addresses only. Any needs for dynamic memory management, threads -* or thread mutual exclusion, virtual memory, or cache control must be -* satisfied by the layer above this driver. -* -* Interrupt Vector Tables -* -* The device ID of the interrupt controller device is used by the driver as a -* direct index into the configuration data table. The user should populate the -* vector table with handlers and callbacks at run-time using the -* XScuGic_Connect() and XScuGic_Disconnect() functions. -* -* Each vector table entry corresponds to a device that can generate an -* interrupt. Each entry contains an interrupt handler function and an -* argument to be passed to the handler when an interrupt occurs. The -* user must use XScuGic_Connect() when the interrupt handler takes an -* argument other than the base address. -* -* Nested Interrupts Processing -* -* Nested interrupts are not supported by this driver. -* -* NOTE: -* The generic interrupt controller is not a part of the snoop control unit -* as indicated by the prefix "scu" in the name of the driver. -* It is an independent module in APU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------------
-* 1.00a drg  01/19/00 First release
-* 1.01a sdm  11/09/11 The XScuGic and XScuGic_Config structures have changed.
-*		      The HandlerTable (of type XScuGic_VectorTableEntry) is
-*		      moved to XScuGic_Config structure from XScuGic structure.
-*
-*		      The "Config" entry in XScuGic structure is made as
-*		      pointer for better efficiency.
-*
-*		      A new file named as xscugic_hw.c is now added. It is
-*		      to implement low level driver routines without using
-*		      any xscugic instance pointer. They are useful when the
-*		      user wants to use xscugic through device id or
-*		      base address. The driver routines provided are explained
-*		      below.
-*		      XScuGic_DeviceInitialize that takes device id as
-*		      argument and initializes the device (without calling
-*		      XScuGic_CfgInitialize).
-*		      XScuGic_DeviceInterruptHandler that takes device id
-*		      as argument and calls appropriate handlers from the
-*		      HandlerTable.
-*		      XScuGic_RegisterHandler that registers a new handler
-*		      by taking xscugic hardware base address as argument.
-*		      LookupConfigByBaseAddress is used to return the
-*		      corresponding config structure from XScuGic_ConfigTable
-*		      based on the scugic base address passed.
-* 1.02a sdm  12/20/11 Removed AckBeforeService from the XScuGic_Config
-*		      structure.
-* 1.03a srt  02/27/13 Moved Offset calculation macros from *.c and *_hw.c to
-*		      *_hw.h
-*		      Added APIs
-*			- XScuGic_SetPriTrigTypeByDistAddr()
-*			- XScuGic_GetPriTrigTypeByDistAddr()
-*		      (CR 702687)
-*			Added support to direct interrupts to the appropriate CPU. Earlier
-*			  interrupts were directed to CPU1 (hard coded). Now depending
-*			  upon the CPU selected by the user (xparameters.h), interrupts
-*			  will be directed to the relevant CPU. This fixes CR 699688.
-* 1.04a hk   05/04/13 Assigned EffectiveAddr to CpuBaseAddress in
-*			  XScuGic_CfgInitialize. Fix for CR#704400 to remove warnings.
-*			  Moved functions XScuGic_SetPriTrigTypeByDistAddr and
-*             XScuGic_GetPriTrigTypeByDistAddr to xscugic_hw.c.
-*			  This is fix for CR#705621.
-* 1.05a hk   06/26/13 Modified tcl to export external interrupts correctly to
-*                     xparameters.h. Fix for CR's 690505, 708928 & 719359.
-* 2.0   adk  12/10/13 Updated as per the New Tcl API's
-* 2.1   adk  25/04/14 Fixed the CR:789373 changes are made in the driver tcl file.
-* 3.00  kvn  02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.2   asa  02/29/16 Modified DistributorInit function for Zynq AMP case. The
-*			  distributor is left uninitialized for Zynq AMP. It is assumed
-*             that the distributor will be initialized by Linux master. However
-*             for CortexR5 case, the earlier code is left unchanged where the
-*             the interrupt processor target registers in the distributor is
-*             initialized with the corresponding CPU ID on which the application
-*             built over the scugic driver runs.
-*             These changes fix CR#937243.
-*
-* 3.4   asa  04/07/16 Created a new static function DoDistributorInit to simplify
-*            the flow and avoid code duplication. Changes are made for
-*            USE_AMP use case for R5. In a scenario (in R5 split mode) when
-*            one R5 is operating with A53 in open amp config and other
-*            R5 running baremetal app, the existing code
-*            had the potential to stop the whole AMP solution to work (if
-*            for some reason the R5 running the baremetal app tasked to
-*            initialize the Distributor hangs or crashes before initializing).
-*            Changes are made so that the R5 under AMP first checks if
-*            the distributor is enabled or not and if not, it does the
-*            standard Distributor initialization.
-*            This fixes the CR#952962.
-* 3.6   ms   01/23/17 Modified xil_printf statement in main function for all
-*                     examples to ensure that "Successfully ran" and "Failed"
-*                     strings are available in all examples. This is a fix
-*                     for CR-965028.
-*       kvn  02/17/17 Add support for changing GIC CPU master at run time.
-*       kvn  02/28/17 Make the CpuId as static variable and Added new
-*                     XScugiC_GetCpuId to access CpuId.
-*       ms   03/17/17 Added readme.txt file in examples folder for doxygen
-*                     generation.
-* 3.7   ms   04/11/17 Modified tcl file to add suffix U for all macro
-*                     definitions of scugic in xparameters.h
-* 3.8   mus  07/05/17 Updated scugic.tcl to add support for interrupts connected
-*                     through util_reduced_vector IP(OR gate)
-*       mus  07/05/17 Updated xdefine_zynq_canonical_xpars proc to initialize
-*                     the HandlerTable in XScuGic_ConfigTable to 0, it removes
-*                     the compilation warning in xscugic_g.c. Fix for CR#978736.
-*       mus  07/25/17 Updated xdefine_gic_params proc to export correct canonical
-*                     definitions for pl to ps interrupts.Fix for CR#980534
-* 3.9   mus  02/21/18 Added new API's XScuGic_UnmapAllInterruptsFromCpu and
-*                     XScuGic_InterruptUnmapFromCpu, These API's can be used
-*                     by applications to unmap specific/all interrupts from
-*                     target CPU.
-* 3.10  aru  08/23/18 Resolved MISRA-C:2012 compliance mandatory violations
-* 4.0   mus  11/22/18 Fixed bugs in software interrupt generation through
-*                      XScuGic_SoftwareIntr API
-* 4.1   asa  03/30/19 Made changes not to direct each interrupt to all
-*                     available CPUs by default. This was breaking AMP
-*                     behavior. Instead every time an interrupt enable
-*                     request is received, the interrupt was mapped to
-*                     the respective CPU. There were several other changes
-*                     made to implement this. This set of changes was to
-*                     fix CR-1024716.
-* 4.1   mus  06/19/19 Added API's XScuGic_MarkCoreAsleep and
-*                     XScuGic_MarkCoreAwake to mark processor core as
-*                     asleep or awake. Fix for CR#1027220.
-* 4.5   asa  03/07/21 Included a header file xil_spinlock.h to ensure that
-*                     GIC driver can use newly introduced spinlock
-*                     functionality.
-* 4.6	sk   08/05/21 Fix scugic misrac violations.
-*
-* 
-* -******************************************************************************/ - -#ifndef XSCUGIC_H /* prevent circular inclusions */ -#define XSCUGIC_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xil_io.h" -#include "xscugic_hw.h" -#include "xil_exception.h" -#include "xil_spinlock.h" - -/************************** Constant Definitions *****************************/ - -#define EFUSE_STATUS_OFFSET 0x10 -#define EFUSE_STATUS_CPU_MASK 0x80 - -#if !defined (ARMR5) && !defined (__aarch64__) && !defined (ARMA53_32) -#define ARMA9 -#endif - -#define XSCUGIC500_DCTLR_ARE_NS_ENABLE 0x20 -#define XSCUGIC500_DCTLR_ARE_S_ENABLE 0x10 -/**************************** Type Definitions *******************************/ - -/* The following data type defines each entry in an interrupt vector table. - * The callback reference is the base address of the interrupting device - * for the low level driver and an instance pointer for the high level driver. - */ -typedef struct -{ - Xil_InterruptHandler Handler; - void *CallBackRef; -} XScuGic_VectorTableEntry; - -/** - * This typedef contains configuration information for the device. - */ -typedef struct -{ - u16 DeviceId; /**< Unique ID of device */ - u32 CpuBaseAddress; /**< CPU Interface Register base address */ - u32 DistBaseAddress; /**< Distributor Register base address */ - XScuGic_VectorTableEntry HandlerTable[XSCUGIC_MAX_NUM_INTR_INPUTS];/**< - Vector table of interrupt handlers */ -} XScuGic_Config; - -/** - * The XScuGic driver instance data. The user is required to allocate a - * variable of this type for every intc device in the system. A pointer - * to a variable of this type is then passed to the driver API functions. - */ -typedef struct -{ - XScuGic_Config *Config; /**< Configuration table entry */ - u32 IsReady; /**< Device is initialized and ready */ - u32 UnhandledInterrupts; /**< Intc Statistics */ -} XScuGic; - -/************************** Variable Definitions *****************************/ - -extern XScuGic_Config XScuGic_ConfigTable[]; /**< Config table */ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Write the given CPU Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_CPUWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_CPUWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->CpuBaseAddress), (RegOffset), \ - ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given CPU Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_CPUReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_CPUReadReg(InstancePtr, RegOffset) \ - (XScuGic_ReadReg(((InstancePtr)->Config->CpuBaseAddress), (RegOffset))) - -/****************************************************************************/ -/** -* -* Write the given Distributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_DistWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_DistWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->DistBaseAddress), (RegOffset), \ - ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given Distributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_DistReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_DistReadReg(InstancePtr, RegOffset) \ -(XScuGic_ReadReg(((InstancePtr)->Config->DistBaseAddress), (RegOffset))) - -/****************************************************************************/ -/** -* -* Write the given ReDistributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_DistWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_ReDistWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->DistBaseAddress)+ \ - XSCUGIC_RDIST_OFFSET, (RegOffset), ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given ReDistributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_DistReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_ReDistReadReg(InstancePtr, RegOffset) \ -(XScuGic_ReadReg((((InstancePtr)->Config->DistBaseAddress)+ \ -XSCUGIC_RDIST_OFFSET), (RegOffset))) - -/****************************************************************************/ -/** -* -* Write the given ReDistributor SGI PPI Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_DistWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_ReDistSGIPPIWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->DistBaseAddress)+ \ - XSCUGIC_RDIST_SGI_PPI_OFFSET, (RegOffset), ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given ReDistributor SGI PPI Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_DistReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_ReDistSGIPPIReadReg(InstancePtr, RegOffset) \ -(XScuGic_ReadReg((((InstancePtr)->Config->DistBaseAddress)+ \ - XSCUGIC_RDIST_SGI_PPI_OFFSET), (RegOffset))) - -/****************************************************************************/ -/** -* This function enables system register interface for GIC CPU Interface -* -* @param value to be written -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_Enable_SystemReg_CPU_Interface_EL3() mtcp(S3_6_C12_C12_5, 0xF); -#define XScuGic_Enable_SystemReg_CPU_Interface_EL1() mtcp(S3_0_C12_C12_5, 0xF); -/****************************************************************************/ -/** -* This function enables Grou0 interrupts -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_Enable_Group0_Interrupts() mtcp(S3_0_C12_C12_6,0x1); -/****************************************************************************/ -/** -* This function enables Group1 interrupts -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#if defined (__aarch64__) -#if EL1_NONSECURE -#define XScuGic_Enable_Group1_Interrupts() \ - mtcp (S3_0_C12_C12_7, 0x1 | mfcp(S3_0_C12_C12_7) ); -#else -#define XScuGic_Enable_Group1_Interrupts() \ - mtcp (S3_6_C12_C12_7, 0x1 | mfcp(S3_6_C12_C12_7) ); -#endif -#endif -/****************************************************************************/ -/** -* This function writes to ICC_SGI0R_EL1 -* -* @param value to be written -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_WriteICC_SGI0R_EL1(val) mtcp(S3_0_C12_C11_7,val) - -/****************************************************************************/ -/** -* This function writes to ICC_SGI1R_EL1 -* -* @param value to be written -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_WriteICC_SGI1R_EL1(val) mtcp(S3_0_C12_C11_5,val) - -/****************************************************************************/ -/** -* This function reads ICC_SGI1R_EL1 register -* -* @param None -* -* @return Value of ICC_SGI1R_EL1 register -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_ReadICC_SGI1R_EL1() mfcp(S3_0_C12_C11_5) -/****************************************************************************/ -/** -* This function sets interrupt priority filter -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_set_priority_filter(val) __asm__ __volatile__("msr S3_0_C4_C6_0,%0" : : "r" (val)) -/****************************************************************************/ -/** -* This function returns interrupt id of highest priority pending interrupt -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#if defined (__aarch64__) -#if EL3 -#define XScuGic_get_IntID() mfcp(S3_0_C12_C8_0) -#else -#define XScuGic_get_IntID() mfcp(S3_0_C12_C12_0) -#endif -#endif -/****************************************************************************/ -/** -* This function acks the interrupt -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#if defined (__aarch64__) -#if EL3 -#define XScuGic_ack_Int(val) mtcp(S3_0_C12_C8_1,val) -#else -#define XScuGic_ack_Int(val) mtcp(S3_0_C12_C12_1,val) -#endif -#endif -/****************************************************************************/ -/** -* This macro returns bit position for the specific interrupt's trigger type -* configuration within GICR_ICFGR0/GICR_ICFGR1 register -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_Get_Rdist_Int_Trigger_Index(IntrId) (((Int_Id%16) & 0x1f) << 2) +1 -/************************** Function Prototypes ******************************/ - -/* - * Required functions in xscugic.c - */ - -s32 XScuGic_Connect(XScuGic *InstancePtr, u32 Int_Id, - Xil_InterruptHandler Handler, void *CallBackRef); -void XScuGic_Disconnect(XScuGic *InstancePtr, u32 Int_Id); - -void XScuGic_Enable(XScuGic *InstancePtr, u32 Int_Id); -void XScuGic_Disable(XScuGic *InstancePtr, u32 Int_Id); - -s32 XScuGic_CfgInitialize(XScuGic *InstancePtr, XScuGic_Config *ConfigPtr, - u32 EffectiveAddr); - -s32 XScuGic_SoftwareIntr(XScuGic *InstancePtr, u32 Int_Id, u32 Cpu_Identifier); - -void XScuGic_GetPriorityTriggerType(XScuGic *InstancePtr, u32 Int_Id, - u8 *Priority, u8 *Trigger); -void XScuGic_SetPriorityTriggerType(XScuGic *InstancePtr, u32 Int_Id, - u8 Priority, u8 Trigger); -void XScuGic_InterruptMaptoCpu(XScuGic *InstancePtr, u8 Cpu_Identifier, u32 Int_Id); -void XScuGic_InterruptUnmapFromCpu(XScuGic *InstancePtr, u8 Cpu_Identifier, u32 Int_Id); -void XScuGic_UnmapAllInterruptsFromCpu(XScuGic *InstancePtr, u8 Cpu_Identifier); -void XScuGic_Stop(XScuGic *InstancePtr); -void XScuGic_SetCpuID(u32 CpuCoreId); -u32 XScuGic_GetCpuID(void); -/* - * Initialization functions in xscugic_sinit.c - */ -XScuGic_Config *XScuGic_LookupConfig(u16 DeviceId); - -/* - * Interrupt functions in xscugic_intr.c - */ -void XScuGic_InterruptHandler(XScuGic *InstancePtr); - -/* - * Self-test functions in xscugic_selftest.c - */ -s32 XScuGic_SelfTest(XScuGic *InstancePtr); - -#if defined (GICv3) -void XScuGic_MarkCoreAsleep(XScuGic *InstancePtr); -void XScuGic_MarkCoreAwake(XScuGic *InstancePtr); -#endif -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_g.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_g.c deleted file mode 100644 index 229012b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_g.c +++ /dev/null @@ -1,33 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xscugic.h" - -/* -* The configuration table for devices -*/ - -XScuGic_Config XScuGic_ConfigTable[XPAR_XSCUGIC_NUM_INSTANCES] = -{ - { - XPAR_PS7_SCUGIC_0_DEVICE_ID, - XPAR_PS7_SCUGIC_0_BASEADDR, - XPAR_PS7_SCUGIC_0_DIST_BASEADDR, - {{0}} /**< Initialize the HandlerTable to 0 */ - } -}; - - diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_hw.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_hw.c deleted file mode 100644 index d6b7040..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_hw.c +++ /dev/null @@ -1,949 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic_hw.c -* @addtogroup scugic_v4_6 -* @{ -* -* This file contains low-level driver functions that can be used to access the -* device. The user should refer to the hardware device specification for more -* details of the device operation. -* These routines are used when the user does not want to create an instance of -* XScuGic structure but still wants to use the ScuGic device. Hence the -* routines provided here take device id or scugic base address as arguments. -* Separate static versions of DistInit and CPUInit are provided to implement -* the low level driver routines. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.01a sdm  07/18/11 First release
-* 1.03a srt  02/27/13 Moved Offset calculation macros from *_hw.c (CR
-*                     702687).
-*                     Added support to direct interrupts to the appropriate
-*                     CPU. Earlier interrupts were directed to CPU1
-*                     (hard coded). Now depending upon the CPU selected by
-*                     the user (xparameters.h), interrupts will be directed
-*                     to the relevant CPU.This fixes CR 699688.
-* 1.04a hk   05/04/13 Fix for CR#705621. Moved functions
-*                     XScuGic_SetPriTrigTypeByDistAddr and
-*                     XScuGic_GetPriTrigTypeByDistAddr here from xscugic.c
-* 3.00  kvn  02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.6   kvn  02/17/17 Add support for changing GIC CPU master at run time.
-*       kvn  02/28/17 Make the CpuId as static variable and Added new
-*                     XScugiC_GetCpuId to access CpuId.
-* 3.9   mus  02/21/18 Added new API's
-*                     XScuGic_InterruptUnmapFromCpuByDistAddr and
-*                     XScuGic_UnmapAllInterruptsFromCpuByDistAddr, These
-*                     API's can be used by applications to unmap
-*                     specific/all interrupts from target CPU. It fixes
-*                     CR#992490.
-* 3.10  mus  07/17/18 Updated XScuGic_DeviceInterruptHandler to fix array
-*                     overrun reported by coverity tool. It fixes
-*                     CR#1006344.
-* 3.10  mus  07/17/18 Updated file to fix the various coding style issues
-*                     reported by checkpatch. It fixes CR#1006344.
-* 3.10  aru  08/23/18 Resolved MISRA-C:2012 compliance mandatory violations
-*                     It fixes CR#1007753
-* 3.10  mus  09/19/18 Update documentation for XScuGic_RegisterHandler to
-*                     fix doxygen warnings.
-* 4.1   asa  03/30/19 Made changes not to direct each interrupt to all
-*                     available CPUs by default. This was breaking AMP
-*                     behavior. Instead every time an interrupt enable
-*                     request is received, the interrupt was mapped to
-*                     the respective CPU. There were several other changes
-*                     made to implement this including adding APIs:
-*                     XScuGic_InterruptMapFromCpuByDistAddr,
-*                     XScuGic_EnableIntr, and XScuGic_DisableIntr.
-*                     This set of changes was to fix CR-1024716.
-* 4.1   mus  06/12/19 Updated existing low level API's to support GIC500. It
-*                     fixes CR#1033401.
-* 4.3   mus  05/11/20 Added assert checks in XScuGic_EnableIntr and
-*                     XScuGic_DisableIntr API. It fixes CR#1063034.
-* 4.5   asa  03/07/21 Added spinlock protection for critical sections in the
-*                     code. The sections are critical when applications
-*                     running on separate CPUs (R5s or A9s) try to update
-*                     the same register. The spinlock mechanism used here
-*                     used exclusive load and store instructions. To ensure
-*                     that legacy behavior is not broken, unless someone
-*                     enables spinlocks explicitely in their applications
-*                     the existing flow will remain unchanged. On how to
-*                     enable spinlocks, please refer to the documentations
-*                     at: lib/bsp/standalone/src/arm/common/gcc/xil_spinlock.c
-* 4.6	sk   08/05/21 Fix Scugic Misrac violations.
-* 4.7	sk   09/14/21 Fix gcc compiler warnings for A72 processor.
-* 
-* -******************************************************************************/ - - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xscugic.h" -#include "xparameters.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -static void DistInit(const XScuGic_Config *Config); -#if !defined (GICv3) -static void CPUInit(const XScuGic_Config *Config); -#endif -static XScuGic_Config *LookupConfigByBaseAddress(u32 CpuBaseAddress); - -/************************** Variable Definitions *****************************/ - - -/*****************************************************************************/ -/** -* -* DistInit initializes the distributor of the GIC. The -* initialization entails: -* -* - Write the trigger mode, priority and target CPU -* - All interrupt sources are disabled -* - Enable the distributor -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param CpuID is the Cpu ID to be initialized. -* -* @return None -* -* @note None. -* -******************************************************************************/ -static void DistInit(const XScuGic_Config *Config) -{ - u32 Int_Id; - -#if (defined (USE_AMP) && (USE_AMP==1)) - #warning "Building GIC for AMP" - - /* - * The distributor should not be initialized by FreeRTOS in the case of - * AMP -- it is assumed that Linux is the master of this device in that - * case. - */ - return; -#endif - -#if defined (GICv3) - u32 Temp; - u32 Waker_State; - - Waker_State = XScuGic_ReadReg((Config->DistBaseAddress) + - XSCUGIC_RDIST_OFFSET,XSCUGIC_RDIST_WAKER_OFFSET); - XScuGic_WriteReg((Config->DistBaseAddress) + - XSCUGIC_RDIST_OFFSET,XSCUGIC_RDIST_WAKER_OFFSET, - Waker_State & (~ XSCUGIC_RDIST_WAKER_LOW_POWER_STATE_MASK)); - /* Enable system reg interface through ICC_SRE_EL1 */ -#if EL3 - XScuGic_Enable_SystemReg_CPU_Interface_EL3(); -#endif - XScuGic_Enable_SystemReg_CPU_Interface_EL1(); - isb(); - - Temp = XScuGic_ReadReg(Config->DistBaseAddress, XSCUGIC_DIST_EN_OFFSET); - Temp |= (XSCUGIC500_DCTLR_ARE_NS_ENABLE | XSCUGIC500_DCTLR_ARE_S_ENABLE); - Temp &= ~(XSCUGIC_EN_INT_MASK); - XScuGic_WriteReg(Config->DistBaseAddress, XSCUGIC_DIST_EN_OFFSET, Temp); -#else - XScuGic_WriteReg(Config->DistBaseAddress, XSCUGIC_DIST_EN_OFFSET, 0U); -#endif - - /* - * Set the security domains in the int_security registers for non-secure - * interrupts. All are secure, so leave at the default. Set to 1 for - * non-secure interrupts. - */ - - - /* - * For the Shared Peripheral Interrupts INT_ID[MAX..32], set: - */ - - /* - * 1. The trigger mode in the int_config register - * Only write to the SPI interrupts, so start at 32 - */ - for (Int_Id = 32U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+16U) { - /* - * Each INT_ID uses two bits, or 16 INT_ID per register - * Set them all to be level sensitive, active HIGH. - */ - XScuGic_WriteReg(Config->DistBaseAddress, - XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id), 0U); - } - - -#define DEFAULT_PRIORITY 0xa0a0a0a0U - for (Int_Id = 0U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+4U) { - /* - * 2. The priority using int the priority_level register - * The priority_level and spi_target registers use one byte per - * INT_ID. - * Write a default value that can be changed elsewhere. - */ - XScuGic_WriteReg(Config->DistBaseAddress, - XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id), - DEFAULT_PRIORITY); - } - -#if defined (GICv3) - for (Int_Id = 0U; Int_IdDistBaseAddress, - XSCUGIC_SECURITY_TARGET_OFFSET_CALC(Int_Id), - XSCUGIC_DEFAULT_SECURITY); - } - /* - * Set security for SGI/PPI - * - */ - XScuGic_WriteReg( Config->DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_IGROUPR_OFFSET, XSCUGIC_DEFAULT_SECURITY); -#endif - - for (Int_Id = 0U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+32U) { - /* - * 4. Enable the SPI using the enable_set register. - * Leave all disabled for now. - */ - XScuGic_WriteReg(Config->DistBaseAddress, - XSCUGIC_EN_DIS_OFFSET_CALC(XSCUGIC_DISABLE_OFFSET, - Int_Id), - 0xFFFFFFFFU); - - } - -#if defined (GICv3) - Temp = XScuGic_ReadReg(Config->DistBaseAddress, XSCUGIC_DIST_EN_OFFSET); - Temp |= XSCUGIC_EN_INT_MASK; - XScuGic_WriteReg(Config->DistBaseAddress, XSCUGIC_DIST_EN_OFFSET, Temp); - XScuGic_Enable_Group1_Interrupts(); - XScuGic_Enable_Group0_Interrupts(); - XScuGic_set_priority_filter(0xff); -#else - - XScuGic_WriteReg(Config->DistBaseAddress, XSCUGIC_DIST_EN_OFFSET, - XSCUGIC_EN_INT_MASK); -#endif - -} - -#if !defined (GICv3) -/*****************************************************************************/ -/** -* -* CPUInit initializes the CPU Interface of the GIC. The initialization entails: -* -* - Set the priority of the CPU. -* - Enable the CPU interface -* -* @param ConfigPtr is a pointer to a config table for the particular -* device this driver is associated with. -* -* @return None -* -* @note None. -* -******************************************************************************/ -static void CPUInit(const XScuGic_Config *Config) -{ - /* - * Program the priority mask of the CPU using the Priority mask - * register - */ - XScuGic_WriteReg(Config->CpuBaseAddress, XSCUGIC_CPU_PRIOR_OFFSET, - 0xF0U); - - /* - * If the CPU operates in both security domains, set parameters in the - * control_s register. - * 1. Set FIQen=1 to use FIQ for secure interrupts, - * 2. Program the AckCtl bit - * 3. Program the SBPR bit to select the binary pointer behavior - * 4. Set EnableS = 1 to enable secure interrupts - * 5. Set EnbleNS = 1 to enable non secure interrupts - */ - - /* - * If the CPU operates only in the secure domain, setup the - * control_s register. - * 1. Set FIQen=1, - * 2. Set EnableS=1, to enable the CPU interface to signal secure . - * interrupts Only enable the IRQ output unless secure interrupts - * are needed. - */ - XScuGic_WriteReg(Config->CpuBaseAddress, XSCUGIC_CONTROL_OFFSET, 0x07U); - -} -#endif - -/*****************************************************************************/ -/** -* -* Initialize the GIC based on the device id. The -* initialization entails: -* -* - Initialize distributor interface -* - Initialize cpu interface -* -* @param DeviceId is device id to be worked on. -* -* @return -* -* - XST_SUCCESS if initialization was successful -* -* @note -* -* None. -* -******************************************************************************/ -s32 XScuGic_DeviceInitialize(u32 DeviceId) -{ - XScuGic_Config *Config; - - Config = &XScuGic_ConfigTable[(u32)DeviceId]; - DistInit(Config); -#if !defined (GICv3) - CPUInit(Config); -#endif - - return XST_SUCCESS; -} - -/*****************************************************************************/ -/** -* This function is the primary interrupt handler for the driver. It must be -* connected to the interrupt source such that it is called when an interrupt of -* the interrupt controller is active. It will resolve which interrupts are -* active and enabled and call the appropriate interrupt handler. It uses -* the Interrupt Type information to determine when to acknowledge the -* interrupt.Highest priority interrupts are serviced first. -* -* This function assumes that an interrupt vector table has been previously -* initialized. It does not verify that entries in the table are valid before -* calling an interrupt handler. -* -* @param DeviceId is the unique identifier for the ScuGic device. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XScuGic_DeviceInterruptHandler(void *DeviceId) -{ - - u32 InterruptID; -#if !defined (GICv3) - u32 IntIDFull; -#endif - XScuGic_VectorTableEntry *TablePtr; - XScuGic_Config *CfgPtr; - - CfgPtr = &XScuGic_ConfigTable[(INTPTR)DeviceId]; - -#if defined (GICv3) - InterruptID = XScuGic_get_IntID(); -#else - /* - * Read the int_ack register to identify the highest priority - * interrupt ID and make sure it is valid. Reading Int_Ack will - * clear the interrupt in the GIC. - */ - IntIDFull = XScuGic_ReadReg(CfgPtr->CpuBaseAddress, - XSCUGIC_INT_ACK_OFFSET); - InterruptID = IntIDFull & XSCUGIC_ACK_INTID_MASK; - -#endif - if (XSCUGIC_MAX_NUM_INTR_INPUTS <= InterruptID) { - goto IntrExit; - } - - /* - * If the interrupt is shared, do some locking here if there are - * multiple processors. - */ - /* - * If preemption is required: - * Re-enable preemption by setting the CPSR I bit for non-secure , - * interrupts or the F bit for secure interrupts - */ - - /* - * If we need to change security domains, issue a SMC instruction here. - */ - - /* - * Execute the ISR. Jump into the Interrupt service routine based on - * the IRQSource. A software trigger is cleared by the ACK. - */ - TablePtr = &(CfgPtr->HandlerTable[InterruptID]); - if (TablePtr != NULL) { - TablePtr->Handler(TablePtr->CallBackRef); - } - -IntrExit: - /* - * Write to the EOI register, we are all done here. - * Let this function return, the boot code will restore the stack. - */ -#if defined (GICv3) - XScuGic_ack_Int(InterruptID); -#else - XScuGic_WriteReg(CfgPtr->CpuBaseAddress, XSCUGIC_EOI_OFFSET, IntIDFull); -#endif - - /* - * Return from the interrupt. Change security domains could happen - * here. - */ -} - -/*****************************************************************************/ -/** -* -* Register a handler function for a specific interrupt ID. The vector table -* of the interrupt controller is updated, overwriting any previous handler. -* The handler function will be called when an interrupt occurs for the given -* interrupt ID. -* -* @param BaseAddress is the CPU Interface Register base address of the -* interrupt controller whose vector table will be modified. -* @param InterruptID is the interrupt ID to be associated with the input -* handler. -* @param IntrHandler is the function pointer that will be added to -* the vector table for the given interrupt ID. -* @param CallBackRef is the argument that will be passed to the new -* handler function when it is called. This is user-specific. -* -* @return None. -* -* @note -* -* Note that this function has no effect if the input base address is invalid. -* -******************************************************************************/ -void XScuGic_RegisterHandler(u32 BaseAddress, s32 InterruptID, - Xil_InterruptHandler IntrHandler, void *CallBackRef) -{ - XScuGic_Config *CfgPtr; - CfgPtr = LookupConfigByBaseAddress(BaseAddress); - - if (CfgPtr != NULL) { - if (IntrHandler != NULL) { - CfgPtr->HandlerTable[InterruptID].Handler = - (Xil_InterruptHandler)IntrHandler; - } - if (CallBackRef != NULL) { - CfgPtr->HandlerTable[InterruptID].CallBackRef = - CallBackRef; - } - } -} - -/*****************************************************************************/ -/** -* -* Looks up the device configuration based on the CPU interface base address of -* the device. A table contains the configuration info for each device in the -* system. -* -* @param CpuBaseAddress is the CPU Interface Register base address. -* -* @return A pointer to the configuration structure for the specified -* device, or NULL if the device was not found. -* -* @note None. -* -******************************************************************************/ -static XScuGic_Config *LookupConfigByBaseAddress(u32 CpuBaseAddress) -{ - XScuGic_Config *CfgPtr = NULL; - u32 Index; - - for (Index = 0U; Index < XPAR_SCUGIC_NUM_INSTANCES; Index++) { - if (XScuGic_ConfigTable[Index].CpuBaseAddress == - CpuBaseAddress) { - CfgPtr = &XScuGic_ConfigTable[Index]; - break; - } - } - - return (XScuGic_Config *)CfgPtr; -} - -/****************************************************************************/ -/** -* Sets the interrupt priority and trigger type for the specificd IRQ source. -* -* @param DistBaseAddress is the distributor base address -* @param Int_Id is the IRQ source number to modify -* @param Priority is the new priority for the IRQ source. 0 is highest -* priority, 0xF8(248) is lowest. There are 32 priority -* levels supported with a step of 8. Hence the supported -* priorities are 0, 8, 16, 32, 40 ..., 248. -* @param Trigger is the new trigger type for the IRQ source. -* Each bit pair describes the configuration for an INT_ID. -* SFI Read Only b10 always -* PPI Read Only depending on how the PPIs are configured. -* b01 Active HIGH level sensitive -* b11 Rising edge sensitive -* SPI LSB is read only. -* b01 Active HIGH level sensitive -* b11 Rising edge sensitive/ -* -* @return None. -* -* @note This API has the similar functionality of XScuGic_SetPriority -* TriggerType() and should be used when there is no InstancePtr. -* -*****************************************************************************/ -void XScuGic_SetPriTrigTypeByDistAddr(u32 DistBaseAddress, u32 Int_Id, - u8 Priority, u8 Trigger) -{ - u32 RegValue; -#if defined (GICv3) - u32 Temp; - u32 Index; -#endif - u8 LocalPriority = Priority; - - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(Trigger <= XSCUGIC_INT_CFG_MASK); - Xil_AssertVoid(LocalPriority <= XSCUGIC_MAX_INTR_PRIO_VAL); -#if defined (GICv3) - if (Int_Id < XSCUGIC_SPI_INT_ID_START ) - { - XScuGic_WriteReg(DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_INT_PRIORITY_OFFSET_CALC(Int_Id),Priority); - Temp = XScuGic_ReadReg(DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_INT_CONFIG_OFFSET_CALC(Int_Id)); - Index = XScuGic_Get_Rdist_Int_Trigger_Index(Int_Id); - Temp |= (Trigger << Index); - XScuGic_WriteReg(DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_INT_CONFIG_OFFSET_CALC(Int_Id),Temp); - return; - } -#endif - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - /* - * Determine the register to write to using the Int_Id. - */ - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id)); - - /* - * The priority bits are Bits 7 to 3 in GIC Priority Register. This - * means the number of priority levels supported are 32 and they are - * in steps of 8. The priorities can be 0, 8, 16, 32, 48, ... etc. - * The lower order 3 bits are masked before putting it in the register. - */ - LocalPriority = LocalPriority & XSCUGIC_INTR_PRIO_MASK; - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue &= ~((u32)XSCUGIC_PRIORITY_MASK << ((Int_Id%4U)*8U)); - RegValue |= (u32)LocalPriority << ((Int_Id%4U)*8U); - - /* - * Write the value back to the register. - */ - XScuGic_WriteReg(DistBaseAddress, XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id), - RegValue); - /* - * Determine the register to write to using the Int_Id. - */ - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id)); - - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue &= ~((u32)XSCUGIC_INT_CFG_MASK << ((Int_Id%16U)*2U)); - RegValue |= (u32)Trigger << ((Int_Id%16U)*2U); - - /* - * Write the value back to the register. - */ - XScuGic_WriteReg(DistBaseAddress, XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id), - RegValue); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/****************************************************************************/ -/** -* Gets the interrupt priority and trigger type for the specificd IRQ source. -* -* @param DistBaseAddress is the distributor base address -* @param Int_Id is the IRQ source number to modify -* @param Priority is a pointer to the value of the priority of the IRQ -* source. This is a return value. -* @param Trigger is pointer to the value of the trigger of the IRQ -* source. This is a return value. -* -* @return None. -* -* @note This API has the similar functionality of XScuGic_GetPriority -* TriggerType() and should be used when there is no InstancePtr. -* -*****************************************************************************/ -void XScuGic_GetPriTrigTypeByDistAddr(u32 DistBaseAddress, u32 Int_Id, - u8 *Priority, u8 *Trigger) -{ - u32 RegValue; - - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(Priority != NULL); - Xil_AssertVoid(Trigger != NULL); - - /* - * Determine the register to read to using the Int_Id. - */ - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id)); - - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue = RegValue >> ((Int_Id%4U)*8U); - *Priority = (u8)(RegValue & XSCUGIC_PRIORITY_MASK); - - /* - * Determine the register to read to using the Int_Id. - */ - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id)); - - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue = RegValue >> ((Int_Id%16U)*2U); - - *Trigger = (u8)(RegValue & XSCUGIC_INT_CFG_MASK); -} - -/****************************************************************************/ -/** -* Sets the target CPU for the interrupt of a peripheral -* -* @param DistBaseAddress is the device base address -* @param Cpu_Id is a CPU number from which the interrupt has to be -* unmapped -* @param Int_Id is the IRQ source number to modify -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_InterruptMapFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id, u32 Int_Id) -{ - u32 RegValue; -#if !defined (GICv3) - u32 Offset; - u8 Cpu_CoreId; -#endif - - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); -#if defined (GICv3) - u32 Temp; - if (Int_Id >= 32) { - Temp = Int_Id - 32; - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_IROUTER_OFFSET_CALC(Temp)); - RegValue |= (Cpu_Id); - XScuGic_WriteReg(DistBaseAddress, XSCUGIC_IROUTER_OFFSET_CALC(Temp), - RegValue); - } -#else - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - - Offset = (Int_Id & 0x3U); - Cpu_CoreId = (0x1U << Cpu_Id); - - RegValue |= (u32)(Cpu_CoreId) << (Offset*8U); - - XScuGic_WriteReg(DistBaseAddress, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), - RegValue); - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -#endif -} - -/****************************************************************************/ -/** -* Unmaps specific SPI interrupt from the target CPU -* -* @param DistBaseAddress is the device base address -* @param Cpu_Id is a CPU number from which the interrupt has to be -* unmapped -* @param Int_Id is the IRQ source number to modify -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_InterruptUnmapFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id, u32 Int_Id) -{ - u32 RegValue; -#if !defined (GICv3) - u32 Offset; - u32 Cpu_CoreId; -#endif - - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); -#if defined (GICv3) - u32 Temp; - if (Int_Id >= 32 && Cpu_Id != 0) { - Temp = Int_Id - 32; - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_IROUTER_OFFSET_CALC(Temp)); - RegValue &= ~(Cpu_Id); - XScuGic_WriteReg(DistBaseAddress, XSCUGIC_IROUTER_OFFSET_CALC(Temp), - RegValue); - } else if (Cpu_Id == 0) { - xil_printf("Error: Unable to unmap interrupt id %d from core %d",Int_Id,Cpu_Id); - } -#else - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - - Offset = (Int_Id & 0x3U); - Cpu_CoreId = ((u32)0x1U << Cpu_Id); - - RegValue &= ~(Cpu_CoreId << (Offset*8U)); - XScuGic_WriteReg(DistBaseAddress, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), RegValue); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -#endif -} - -/****************************************************************************/ -/** -* Unmaps all SPI interrupts from the target CPU -* -* @param DistBaseAddress is the device base address -* @param Cpu_Id is a CPU number from which the interrupts has to be -* unmapped -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_UnmapAllInterruptsFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id) -{ - u32 Int_Id; - u32 Target_Cpu; - u32 LocalCpuID = ((u32)1U << Cpu_Id); - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - LocalCpuID |= LocalCpuID << 8U; - LocalCpuID |= LocalCpuID << 16U; - - for (Int_Id = 32U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+4U) { - - Target_Cpu = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - /* Remove LocalCpuID from interrupt target register */ - Target_Cpu &= (~LocalCpuID); - XScuGic_WriteReg(DistBaseAddress, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), Target_Cpu); - - } - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/*****************************************************************************/ -/** -* -* Enables the interrupt source provided as the argument Int_Id. Any pending -* interrupt condition for the specified Int_Id will occur after this function is -* called. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param Int_Id contains the ID of the interrupt source and should be -* in the range of 0 to XSCUGIC_MAX_NUM_INTR_INPUTS - 1 -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XScuGic_EnableIntr (u32 DistBaseAddress, u32 Int_Id) -{ - u8 Cpu_Id = (u8)XScuGic_GetCpuID(); -#if defined (GICv3) - u32 Temp; -#endif - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - -#if defined (GICv3) - if (Int_Id < XSCUGIC_SPI_INT_ID_START) { - XScuGic_InterruptMapFromCpuByDistAddr(DistBaseAddress, Cpu_Id, - Int_Id); - - Int_Id &= 0x1f; - Int_Id = 1 << Int_Id; - - Temp = XScuGic_ReadReg(DistBaseAddress + - XSCUGIC_RDIST_SGI_PPI_OFFSET, XSCUGIC_RDIST_ISENABLE_OFFSET); - Temp |= Int_Id; - XScuGic_WriteReg(DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_ISENABLE_OFFSET,Temp); - } -#endif - - XScuGic_InterruptMapFromCpuByDistAddr(DistBaseAddress, Cpu_Id, Int_Id); - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - XScuGic_WriteReg((DistBaseAddress), XSCUGIC_ENABLE_SET_OFFSET + - (((Int_Id) / 32U) * 4U), ((u32)0x00000001U << ((Int_Id) % 32U))); - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/*****************************************************************************/ -/** -* -* Disables the interrupt source provided as the argument Int_Id such that the -* interrupt controller will not cause interrupts for the specified Int_Id. The -* interrupt controller will continue to hold an interrupt condition for the -* Int_Id, but will not cause an interrupt. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param Int_Id contains the ID of the interrupt source and should be -* in the range of 0 to XSCUGIC_MAX_NUM_INTR_INPUTS - 1 -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XScuGic_DisableIntr (u32 DistBaseAddress, u32 Int_Id) -{ - u8 Cpu_Id = (u8)XScuGic_GetCpuID(); - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - -#if defined (GICv3) - u32 Temp; - - if (Int_Id < XSCUGIC_SPI_INT_ID_START) { - - XScuGic_InterruptUnmapFromCpuByDistAddr(DistBaseAddress + - XSCUGIC_RDIST_SGI_PPI_OFFSET, Cpu_Id, Int_Id); - - Int_Id &= 0x1f; - Int_Id = 1 << Int_Id; - - Temp = XScuGic_ReadReg(DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_ISENABLE_OFFSET); - Temp &= ~Int_Id; - XScuGic_WriteReg(DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_ISENABLE_OFFSET,Temp); - } -#endif - XScuGic_InterruptUnmapFromCpuByDistAddr(DistBaseAddress, Cpu_Id, Int_Id); - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - XScuGic_WriteReg((DistBaseAddress), XSCUGIC_DISABLE_OFFSET + - (((Int_Id) / 32U) * 4U), ((u32)0x00000001U << ((Int_Id) % 32U))); - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_hw.h deleted file mode 100644 index a270af6..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_hw.h +++ /dev/null @@ -1,691 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic_hw.h -* @addtogroup scugic_v4_6 -* @{ -* -* This header file contains identifiers and HW access functions (or -* macros) that can be used to access the device. The user should refer to the -* hardware device specification for more details of the device operation. -* The driver functions/APIs are defined in xscugic.h. -* -* This GIC device has two parts, a distributor and CPU interface(s). Each part -* has separate register definition sections. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------------
-* 1.00a drg  01/19/10 First release
-* 1.01a sdm  11/09/11 "xil_exception.h" added as include.
-*		      Macros XScuGic_EnableIntr and XScuGic_DisableIntr are
-*		      added to enable or disable interrupts based on
-*		      Distributor Register base address. Normally users use
-*		      XScuGic instance and call XScuGic_Enable or
-*		      XScuGic_Disable to enable/disable interrupts. These
-*		      new macros are provided when user does not want to
-*		      use an instance pointer but still wants to enable or
-*		      disable interrupts.
-*		      Function prototypes for functions (present in newly
-*		      added file xscugic_hw.c) are added.
-* 1.03a srt  02/27/13 Moved Offset calculation macros from *_hw.c (CR
-*		      702687).
-* 1.04a hk   05/04/13 Fix for CR#705621. Moved function prototypes
-*		      XScuGic_SetPriTrigTypeByDistAddr and
-*         	      XScuGic_GetPriTrigTypeByDistAddr here from xscugic.h
-* 3.0	pkp  12/09/14 changed XSCUGIC_MAX_NUM_INTR_INPUTS for
-*		      Zynq Ultrascale Mp
-* 3.0   kvn  02/13/14 Modified code for MISRA-C:2012 compliance.
-* 3.2	pkp  11/09/15 Corrected the interrupt processsor target mask value
-*					  for CPU interface 2 i.e. XSCUGIC_SPI_CPU2_MASK
-* 3.9   mus  02/21/18 Added new API's XScuGic_InterruptUnmapFromCpuByDistAddr
-*					  and XScuGic_UnmapAllInterruptsFromCpuByDistAddr, These
-*					  API's can be used by applications to unmap specific/all
-*					  interrupts from target CPU. It fixes CR#992490.
-* 3.10  aru  08/23/18 Resolved MISRA-C:2012 compliance mandatory violations
-* 4.1   asa  03/30/19 Removed macros for XScuGic_EnableIntr, and
-*                     XScuGic_DisableIntr. These are now C functions. This
-*                     change was to fix CR-1024716.
-* 4.1   mus  06/12/19 Updated XSCUGIC_MAX_NUM_INTR_INPUTS for Versal.
-* 4.6	sk   06/07/21 Delete the commented macro code to fix the MISRA-C warning.
-* 4.6	sk   08/05/21 Fix Scugic Misrac violations.
-*
-* 
-* -******************************************************************************/ - -#ifndef XSCUGIC_HW_H /* prevent circular inclusions */ -#define XSCUGIC_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" -#include "xil_exception.h" -#include "bspconfig.h" - -/************************** Constant Definitions *****************************/ -#if defined (versal) && !defined(ARMR5) -#define GICv3 -#endif - -/* - * The maximum number of interrupts supported by the hardware. - */ -#ifdef PLATFORM_ZYNQ -#define XSCUGIC_MAX_NUM_INTR_INPUTS 95U /* Maximum number of interrupt defined by Zynq */ -#elif defined (versal) -#define XSCUGIC_MAX_NUM_INTR_INPUTS 192U -#else -#define XSCUGIC_MAX_NUM_INTR_INPUTS 195U /* Maximum number of interrupt defined by Zynq Ultrascale Mp */ -#endif - -/* - * First Interrupt Id for SPI interrupts. - */ -#define XSCUGIC_SPI_INT_ID_START 0x20 -/* - * The maximum priority value that can be used in the GIC. - */ -#define XSCUGIC_MAX_INTR_PRIO_VAL 248U -#define XSCUGIC_INTR_PRIO_MASK 0x000000F8U - -/** @name Distributor Interface Register Map - * - * Define the offsets from the base address for all Distributor registers of - * the interrupt controller, some registers may be reserved in the hardware - * device. - * @{ - */ -#define XSCUGIC_DIST_EN_OFFSET 0x00000000U /**< Distributor Enable - Register */ -#define XSCUGIC_IC_TYPE_OFFSET 0x00000004U /**< Interrupt Controller - Type Register */ -#define XSCUGIC_DIST_IDENT_OFFSET 0x00000008U /**< Implementor ID - Register */ -#define XSCUGIC_SECURITY_OFFSET 0x00000080U /**< Interrupt Security - Register */ -#define XSCUGIC_ENABLE_SET_OFFSET 0x00000100U /**< Enable Set - Register */ -#define XSCUGIC_DISABLE_OFFSET 0x00000180U /**< Enable Clear Register */ -#define XSCUGIC_PENDING_SET_OFFSET 0x00000200U /**< Pending Set - Register */ -#define XSCUGIC_PENDING_CLR_OFFSET 0x00000280U /**< Pending Clear - Register */ -#define XSCUGIC_ACTIVE_OFFSET 0x00000300U /**< Active Status Register */ -#define XSCUGIC_PRIORITY_OFFSET 0x00000400U /**< Priority Level Register */ -#define XSCUGIC_SPI_TARGET_OFFSET 0x00000800U /**< SPI Target - Register 0x800-0x8FB */ -#define XSCUGIC_INT_CFG_OFFSET 0x00000C00U /**< Interrupt Configuration - Register 0xC00-0xCFC */ -#define XSCUGIC_PPI_STAT_OFFSET 0x00000D00U /**< PPI Status Register */ -#define XSCUGIC_SPI_STAT_OFFSET 0x00000D04U /**< SPI Status Register - 0xd04-0xd7C */ -#define XSCUGIC_AHB_CONFIG_OFFSET 0x00000D80U /**< AHB Configuration - Register */ -#define XSCUGIC_SFI_TRIG_OFFSET 0x00000F00U /**< Software Triggered - Interrupt Register */ -#define XSCUGIC_PERPHID_OFFSET 0x00000FD0U /**< Peripheral ID Reg */ -#if defined (GICv3) -#define XSCUGIC_PCELLID_OFFSET 0x0000FFF0U /**< Pcell ID Register */ -#else -#define XSCUGIC_PCELLID_OFFSET 0x00000FF0U /**< Pcell ID Register */ -#endif -/* @} */ - -/** @name Distributor Enable Register - * Controls if the distributor response to external interrupt inputs. - * @{ - */ -#if defined (GICv3) -#define XSCUGIC_EN_INT_MASK 0x00000003U /**< Interrupt In Enable */ -#else -#define XSCUGIC_EN_INT_MASK 0x00000001U /**< Interrupt In Enable */ -#endif -/* @} */ - -/** @name Interrupt Controller Type Register - * @{ - */ -#define XSCUGIC_LSPI_MASK 0x0000F800U /**< Number of Lockable - Shared Peripheral - Interrupts*/ -#define XSCUGIC_DOMAIN_MASK 0x00000400U /**< Number os Security domains*/ -#define XSCUGIC_CPU_NUM_MASK 0x000000E0U /**< Number of CPU Interfaces */ -#define XSCUGIC_NUM_INT_MASK 0x0000001FU /**< Number of Interrupt IDs */ -/* @} */ - -/** @name Implementor ID Register - * Implementor and revision information. - * @{ - */ -#define XSCUGIC_REV_MASK 0x00FFF000U /**< Revision Number */ -#define XSCUGIC_IMPL_MASK 0x00000FFFU /**< Implementor */ -/* @} */ - -/** @name Interrupt Security Registers - * Each bit controls the security level of an interrupt, either secure or non - * secure. These registers can only be accessed using secure read and write. - * There are registers for each of the CPU interfaces at offset 0x080. A - * register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x084. - * @{ - */ -#define XSCUGIC_INT_NS_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Enable Set Register - * Each bit controls the enabling of an interrupt, a 0 is disabled, a 1 is - * enabled. Writing a 0 has no effect. Use the ENABLE_CLR register to set a - * bit to 0. - * There are registers for each of the CPU interfaces at offset 0x100. With up - * to 8 registers aliased to the same address. A register set for the SPI - * interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x104. - * @{ - */ -#define XSCUGIC_INT_EN_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Enable Clear Register - * Each bit controls the disabling of an interrupt, a 0 is disabled, a 1 is - * enabled. Writing a 0 has no effect. Writing a 1 disables an interrupt and - * sets the corresponding bit to 0. - * There are registers for each of the CPU interfaces at offset 0x180. With up - * to 8 registers aliased to the same address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x184. - * @{ - */ -#define XSCUGIC_INT_CLR_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Pending Set Register - * Each bit controls the Pending or Active and Pending state of an interrupt, a - * 0 is not pending, a 1 is pending. Writing a 0 has no effect. Writing a 1 sets - * an interrupt to the pending state. - * There are registers for each of the CPU interfaces at offset 0x200. With up - * to 8 registers aliased to the same address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x204. - * @{ - */ -#define XSCUGIC_PEND_SET_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Pending Clear Register - * Each bit can clear the Pending or Active and Pending state of an interrupt, a - * 0 is not pending, a 1 is pending. Writing a 0 has no effect. Writing a 1 - * clears the pending state of an interrupt. - * There are registers for each of the CPU interfaces at offset 0x280. With up - * to 8 registers aliased to the same address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x284. - * @{ - */ -#define XSCUGIC_PEND_CLR_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Active Status Register - * Each bit provides the Active status of an interrupt, a - * 0 is not Active, a 1 is Active. This is a read only register. - * There are registers for each of the CPU interfaces at offset 0x300. With up - * to 8 registers aliased to each address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x380. - * @{ - */ -#define XSCUGIC_ACTIVE_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Priority Level Register - * Each byte in a Priority Level Register sets the priority level of an - * interrupt. Reading the register provides the priority level of an interrupt. - * There are registers for each of the CPU interfaces at offset 0x400 through - * 0x41C. With up to 8 registers aliased to each address. - * 0 is highest priority, 0xFF is lowest. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 255 of these registers staring at location 0x420. - * @{ - */ -#define XSCUGIC_PRIORITY_MASK 0x000000FFU /**< Each Byte corresponds to an - INT_ID */ -#define XSCUGIC_PRIORITY_MAX 0x000000FFU /**< Highest value of a priority - actually the lowest priority*/ -/* @} */ - -/** @name SPI Target Register 0x800-0x8FB - * Each byte references a separate SPI and programs which of the up to 8 CPU - * interfaces are sent a Pending interrupt. - * There are registers for each of the CPU interfaces at offset 0x800 through - * 0x81C. With up to 8 registers aliased to each address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 255 of these registers staring at location 0x820. - * - * This driver does not support multiple CPU interfaces. These are included - * for complete documentation. - * @{ - */ -#define XSCUGIC_SPI_CPU7_MASK 0x00000080U /**< CPU 7 Mask*/ -#define XSCUGIC_SPI_CPU6_MASK 0x00000040U /**< CPU 6 Mask*/ -#define XSCUGIC_SPI_CPU5_MASK 0x00000020U /**< CPU 5 Mask*/ -#define XSCUGIC_SPI_CPU4_MASK 0x00000010U /**< CPU 4 Mask*/ -#define XSCUGIC_SPI_CPU3_MASK 0x00000008U /**< CPU 3 Mask*/ -#define XSCUGIC_SPI_CPU2_MASK 0x00000004U /**< CPU 2 Mask*/ -#define XSCUGIC_SPI_CPU1_MASK 0x00000002U /**< CPU 1 Mask*/ -#define XSCUGIC_SPI_CPU0_MASK 0x00000001U /**< CPU 0 Mask*/ -/* @} */ - -/** @name Interrupt Configuration Register 0xC00-0xCFC - * The interrupt configuration registers program an SFI to be active HIGH level - * sensitive or rising edge sensitive. - * Each bit pair describes the configuration for an INT_ID. - * SFI Read Only b10 always - * PPI Read Only depending on how the PPIs are configured. - * b01 Active HIGH level sensitive - * b11 Rising edge sensitive - * SPI LSB is read only. - * b01 Active HIGH level sensitive - * b11 Rising edge sensitive/ - * There are registers for each of the CPU interfaces at offset 0xC00 through - * 0xC04. With up to 8 registers aliased to each address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 255 of these registers staring at location 0xC08. - * @{ - */ -#define XSCUGIC_INT_CFG_MASK 0x00000003U /**< */ -/* @} */ - -/** @name PPI Status Register - * Enables an external AMBA master to access the status of the PPI inputs. - * A CPU can only read the status of its local PPI signals and cannot read the - * status for other CPUs. - * This register is aliased for each CPU interface. - * @{ - */ -#define XSCUGIC_PPI_C15_MASK 0x00008000U /**< PPI Status */ -#define XSCUGIC_PPI_C14_MASK 0x00004000U /**< PPI Status */ -#define XSCUGIC_PPI_C13_MASK 0x00002000U /**< PPI Status */ -#define XSCUGIC_PPI_C12_MASK 0x00001000U /**< PPI Status */ -#define XSCUGIC_PPI_C11_MASK 0x00000800U /**< PPI Status */ -#define XSCUGIC_PPI_C10_MASK 0x00000400U /**< PPI Status */ -#define XSCUGIC_PPI_C09_MASK 0x00000200U /**< PPI Status */ -#define XSCUGIC_PPI_C08_MASK 0x00000100U /**< PPI Status */ -#define XSCUGIC_PPI_C07_MASK 0x00000080U /**< PPI Status */ -#define XSCUGIC_PPI_C06_MASK 0x00000040U /**< PPI Status */ -#define XSCUGIC_PPI_C05_MASK 0x00000020U /**< PPI Status */ -#define XSCUGIC_PPI_C04_MASK 0x00000010U /**< PPI Status */ -#define XSCUGIC_PPI_C03_MASK 0x00000008U /**< PPI Status */ -#define XSCUGIC_PPI_C02_MASK 0x00000004U /**< PPI Status */ -#define XSCUGIC_PPI_C01_MASK 0x00000002U /**< PPI Status */ -#define XSCUGIC_PPI_C00_MASK 0x00000001U /**< PPI Status */ -/* @} */ - -/** @name SPI Status Register 0xd04-0xd7C - * Enables an external AMBA master to access the status of the SPI inputs. - * There are up to 63 registers if the maximum number of SPI inputs are - * configured. - * @{ - */ -#define XSCUGIC_SPI_N_MASK 0x00000001U /**< Each bit corresponds to an SPI - input */ -/* @} */ - -/** @name AHB Configuration Register - * Provides the status of the CFGBIGEND input signal and allows the endianness - * of the GIC to be set. - * @{ - */ -#define XSCUGIC_AHB_END_MASK 0x00000004U /**< 0-GIC uses little Endian, - 1-GIC uses Big Endian */ -#define XSCUGIC_AHB_ENDOVR_MASK 0x00000002U /**< 0-Uses CFGBIGEND control, - 1-use the AHB_END bit */ -#define XSCUGIC_AHB_TIE_OFF_MASK 0x00000001U /**< State of CFGBIGEND */ - -/* @} */ - -/** @name Software Triggered Interrupt Register - * Controls issuing of software interrupts. - * @{ - */ -#define XSCUGIC_SFI_SELFTRIG_MASK 0x02010000U -#define XSCUGIC_SFI_TRIG_TRGFILT_MASK 0x03000000U /**< Target List filter - b00-Use the target List - b01-All CPUs except requester - b10-To Requester - b11-reserved */ -#define XSCUGIC_SFI_TRIG_CPU_MASK 0x00FF0000U /**< CPU Target list */ -#define XSCUGIC_SFI_TRIG_SATT_MASK 0x00008000U /**< 0= Use a secure interrupt */ -#define XSCUGIC_SFI_TRIG_INTID_MASK 0x0000000FU /**< Set to the INTID - signaled to the CPU*/ -/* @} */ - -/** @name CPU Interface Register Map - * - * Define the offsets from the base address for all CPU registers of the - * interrupt controller, some registers may be reserved in the hardware device. - * @{ - */ -#define XSCUGIC_CONTROL_OFFSET 0x00000000U /**< CPU Interface Control - Register */ -#define XSCUGIC_CPU_PRIOR_OFFSET 0x00000004U /**< Priority Mask Reg */ -#define XSCUGIC_BIN_PT_OFFSET 0x00000008U /**< Binary Point Register */ -#define XSCUGIC_INT_ACK_OFFSET 0x0000000CU /**< Interrupt ACK Reg */ -#define XSCUGIC_EOI_OFFSET 0x00000010U /**< End of Interrupt Reg */ -#define XSCUGIC_RUN_PRIOR_OFFSET 0x00000014U /**< Running Priority Reg */ -#define XSCUGIC_HI_PEND_OFFSET 0x00000018U /**< Highest Pending Interrupt - Register */ -#define XSCUGIC_ALIAS_BIN_PT_OFFSET 0x0000001CU /**< Aliased non-Secure - Binary Point Register */ - -/**< 0x00000020 to 0x00000FBC are reserved and should not be read or written - * to. */ -/* @} */ - - -/** @name Control Register - * CPU Interface Control register definitions - * All bits are defined here although some are not available in the non-secure - * mode. - * @{ - */ -#define XSCUGIC_CNTR_SBPR_MASK 0x00000010U /**< Secure Binary Pointer, - 0=separate registers, - 1=both use bin_pt_s */ -#define XSCUGIC_CNTR_FIQEN_MASK 0x00000008U /**< Use nFIQ_C for secure - interrupts, - 0= use IRQ for both, - 1=Use FIQ for secure, IRQ for non*/ -#define XSCUGIC_CNTR_ACKCTL_MASK 0x00000004U /**< Ack control for secure or non secure */ -#define XSCUGIC_CNTR_EN_NS_MASK 0x00000002U /**< Non Secure enable */ -#define XSCUGIC_CNTR_EN_S_MASK 0x00000001U /**< Secure enable, 0=Disabled, 1=Enabled */ -/* @} */ - - -/** @name Binary Point Register - * Binary Point register definitions - * @{ - */ - -#define XSCUGIC_BIN_PT_MASK 0x00000007U /**< Binary point mask value - Value Secure Non-secure - b000 0xFE 0xFF - b001 0xFC 0xFE - b010 0xF8 0xFC - b011 0xF0 0xF8 - b100 0xE0 0xF0 - b101 0xC0 0xE0 - b110 0x80 0xC0 - b111 0x00 0x80 - */ -/*@}*/ - -/** @name Interrupt Acknowledge Register - * Interrupt Acknowledge register definitions - * Identifies the current Pending interrupt, and the CPU ID for software - * interrupts. - */ -#define XSCUGIC_ACK_INTID_MASK 0x000003FFU /**< Interrupt ID */ -#define XSCUGIC_CPUID_MASK 0x00000C00U /**< CPU ID */ -/* @} */ - -/** @name End of Interrupt Register - * End of Interrupt register definitions - * Allows the CPU to signal the GIC when it completes an interrupt service - * routine. - */ -#define XSCUGIC_EOI_INTID_MASK 0x000003FFU /**< Interrupt ID */ - -/* @} */ - -/** @name Running Priority Register - * Running Priority register definitions - * Identifies the interrupt priority level of the highest priority active - * interrupt. - */ -#define XSCUGIC_RUN_PRIORITY_MASK 0x000000FFU /**< Interrupt Priority */ -/* @} */ - -#if defined (GICv3) -#define XSCUGIC_IROUTER_BASE_OFFSET 0x6000U -#endif -/* - * Highest Pending Interrupt register definitions - * Identifies the interrupt priority of the highest priority pending interrupt - */ -#define XSCUGIC_PEND_INTID_MASK 0x000003FFU /**< Pending Interrupt ID */ -/* @} */ -#if defined (GICv3) -/** @name ReDistributor Interface Register Map - * - * @{ - */ -#define XSCUGIC_RDIST_OFFSET 0x80000U -#define XSCUGIC_RDIST_BASE_ADDRESS (XPAR_SCUGIC_0_DIST_BASEADDR + XSCUGIC_RDIST_OFFSET) -#define XSCUGIC_RDIST_SGI_PPI_OFFSET 0x90000U -#define XSCUGIC_RDIST_SGI_PPI_BASE_ADDRESS (XPAR_SCUGIC_0_DIST_BASEADDR + XSCUGIC_RDIST_SGI_PPI_OFFSET) -#define XSCUGIC_RDIST_ISENABLE_OFFSET 0x100U -#define XSCUGIC_RDIST_IPRIORITYR_OFFSET 0x400U -#define XSCUGIC_RDIST_IGROUPR_OFFSET 0x80U -#define XSCUGIC_RDIST_GRPMODR_OFFSET 0xD00U -#define XSCUGIC_RDIST_INT_CONFIG_OFFSET 0xC00U -#define XSCUGIC_RDIST_WAKER_OFFSET 0x14U -#define XSCUGIC_SGIR_EL1_INITID_SHIFT 24U - -/* - * GICR_IGROUPR register definitions - */ -#if EL3 -#define XSCUGIC_DEFAULT_SECURITY 0x0U -#else -#define XSCUGIC_DEFAULT_SECURITY 0xFFFFFFFFU -#endif -/* - * GICR_WAKER register definitions - */ -#define XSCUGIC_RDIST_WAKER_LOW_POWER_STATE_MASK 0x7 -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Read the Interrupt Configuration Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_INT_CFG_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_INT_CFG_OFFSET + (((InterruptID)/16U) * 4U)) - -/****************************************************************************/ -/** -* -* Read the Interrupt Priority Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_PRIORITY_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_PRIORITY_OFFSET + (((InterruptID)/4U) * 4U)) - -/****************************************************************************/ -/** -* -* Read the Interrupt Routing Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_IROUTER_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_IROUTER_BASE_OFFSET + (InterruptID * 8)) - -/****************************************************************************/ -/** -* -* Read the SPI Target Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_SPI_TARGET_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_SPI_TARGET_OFFSET + (((InterruptID)/4U) * 4U)) -/****************************************************************************/ -/** -* -* Read the SPI Target Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_SECURITY_TARGET_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_SECURITY_OFFSET + (((InterruptID)/32U)*4U)) - -/****************************************************************************/ -/** -* -* Read the Re-distributor Interrupt configuration register offset -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_RDIST_INT_CONFIG_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_RDIST_INT_CONFIG_OFFSET + ((InterruptID /16)*4)) - -/****************************************************************************/ -/** -* -* Read the Re-distributor Interrupt Priority register offset -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_RDIST_INT_PRIORITY_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_RDIST_IPRIORITYR_OFFSET + (InterruptID * 4)) -/****************************************************************************/ -/** -* -* Read the Interrupt Clear-Enable Register offset for an interrupt ID -* -* @param Register is the register offset for the clear/enable bank. -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_EN_DIS_OFFSET_CALC(Register, InterruptID) \ - ((Register) + (((InterruptID)/32U) * 4U)) - -/****************************************************************************/ -/** -* -* Read the given Intc register. -* -* @param BaseAddress is the base address of the device. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_ReadReg(u32 BaseAddress, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_ReadReg(BaseAddress, RegOffset) \ - (Xil_In32((BaseAddress) + (RegOffset))) - - -/****************************************************************************/ -/** -* -* Write the given Intc register. -* -* @param BaseAddress is the base address of the device. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_WriteReg(u32 BaseAddress, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_WriteReg(BaseAddress, RegOffset, Data) \ - (Xil_Out32(((BaseAddress) + (RegOffset)), ((u32)(Data)))) - - -/************************** Function Prototypes ******************************/ - -void XScuGic_DeviceInterruptHandler(void *DeviceId); -s32 XScuGic_DeviceInitialize(u32 DeviceId); -void XScuGic_RegisterHandler(u32 BaseAddress, s32 InterruptID, - Xil_InterruptHandler IntrHandler, void *CallBackRef); -void XScuGic_SetPriTrigTypeByDistAddr(u32 DistBaseAddress, u32 Int_Id, - u8 Priority, u8 Trigger); -void XScuGic_GetPriTrigTypeByDistAddr(u32 DistBaseAddress, u32 Int_Id, - u8 *Priority, u8 *Trigger); -void XScuGic_InterruptMapFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id, u32 Int_Id); -void XScuGic_InterruptUnmapFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id, u32 Int_Id); -void XScuGic_UnmapAllInterruptsFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id); -void XScuGic_EnableIntr (u32 DistBaseAddress, u32 Int_Id); -void XScuGic_DisableIntr (u32 DistBaseAddress, u32 Int_Id); -/************************** Variable Definitions *****************************/ -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_intr.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_intr.c deleted file mode 100644 index 6d1f418..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_intr.c +++ /dev/null @@ -1,163 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic_intr.c -* @addtogroup scugic_v4_6 -* @{ -* -* This file contains the interrupt processing for the driver for the Xilinx -* Interrupt Controller. The interrupt processing is partitioned separately such -* that users are not required to use the provided interrupt processing. This -* file requires other files of the driver to be linked in also. -* -* The interrupt handler, XScuGic_InterruptHandler, uses an input argument which -* is an instance pointer to an interrupt controller driver such that multiple -* interrupt controllers can be supported. This handler requires the calling -* function to pass it the appropriate argument, so another level of indirection -* may be required. -* -* The interrupt processing may be used by connecting the interrupt handler to -* the interrupt system. The handler does not save and restore the processor -* context but only handles the processing of the Interrupt Controller. The user -* is encouraged to supply their own interrupt handler when performance tuning is -* deemed necessary. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------------
-* 1.00a drg  01/19/10 First release
-* 1.01a sdm  11/09/11 XScuGic_InterruptHandler has changed correspondingly
-*		      since the HandlerTable has now moved to XScuGic_Config.
-* 3.00  kvn  02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.10  mus  07/17/18 Updated XScuGic_InterruptHandler to fix array overrun
-*                     reported by coverity tool. It fixes CR#1006344.
-* 3.10  mus  07/17/18 Updated file to fix the various coding style issues
-*                     reported by checkpatch. It fixes CR#1006344.
-*
-* 
-* -* @internal -* -* This driver assumes that the context of the processor has been saved prior to -* the calling of the Interrupt Controller interrupt handler and then restored -* after the handler returns. This requires either the running RTOS to save the -* state of the machine or that a wrapper be used as the destination of the -* interrupt vector to save the state of the processor and restore the state -* after the interrupt handler returns. -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xscugic.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/*****************************************************************************/ -/** -* This function is the primary interrupt handler for the driver. It must be -* connected to the interrupt source such that it is called when an interrupt of -* the interrupt controller is active. It will resolve which interrupts are -* active and enabled and call the appropriate interrupt handler. It uses -* the Interrupt Type information to determine when to acknowledge the interrupt. -* Highest priority interrupts are serviced first. -* -* This function assumes that an interrupt vector table has been previously -* initialized. It does not verify that entries in the table are valid before -* calling an interrupt handler. -* -* -* @param InstancePtr is a pointer to the XScuGic instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XScuGic_InterruptHandler(XScuGic *InstancePtr) -{ - - u32 InterruptID; -#if !defined (GICv3) - u32 IntIDFull; -#endif - XScuGic_VectorTableEntry *TablePtr; - - /* Assert that the pointer to the instance is valid - */ - Xil_AssertVoid(InstancePtr != NULL); - - /* - * Read the int_ack register to identify the highest priority - * interrupt ID and make sure it is valid. Reading Int_Ack will - * clear the interrupt in the GIC. - */ -#if defined (GICv3) - InterruptID = XScuGic_get_IntID(); -#else - IntIDFull = XScuGic_CPUReadReg(InstancePtr, XSCUGIC_INT_ACK_OFFSET); - InterruptID = IntIDFull & XSCUGIC_ACK_INTID_MASK; -#endif - if (XSCUGIC_MAX_NUM_INTR_INPUTS <= InterruptID) { - goto IntrExit; - } - - /* - * If the interrupt is shared, do some locking here if - * there are multiple processors. - */ - /* - * If pre-eption is required: - * Re-enable pre-emption by setting the CPSR I bit for non-secure , - * interrupts or the F bit for secure interrupts - */ - - /* - * If we need to change security domains, issue a SMC - * instruction here. - */ - - /* - * Execute the ISR. Jump into the Interrupt service routine - * based on the IRQSource. A software trigger is cleared by - *.the ACK. - */ - TablePtr = &(InstancePtr->Config->HandlerTable[InterruptID]); - if (TablePtr != NULL) { - TablePtr->Handler(TablePtr->CallBackRef); - } - -IntrExit: - /* - * Write to the EOI register, we are all done here. - * Let this function return, the boot code will restore the stack. - */ -#if defined (GICv3) - XScuGic_ack_Int(InterruptID); - -#else - XScuGic_CPUWriteReg(InstancePtr, XSCUGIC_EOI_OFFSET, IntIDFull); -#endif - /* - * Return from the interrupt. Change security domains - * could happen here. - */ -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_selftest.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_selftest.c deleted file mode 100644 index ab10094..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_selftest.c +++ /dev/null @@ -1,92 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic_selftest.c -* @addtogroup scugic_v4_6 -* @{ -* -* Contains diagnostic self-test functions for the XScuGic driver. -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a drg  01/19/10 First release
-* 3.00  kvn  02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.10  mus  07/17/18 Updated file to fix the various coding style issues
-*                     reported by checkpatch. It fixes CR#1006344.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xscugic.h" - -/************************** Constant Definitions *****************************/ - -#define XSCUGIC_PCELL_ID 0xB105F00DU - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/*****************************************************************************/ -/** -* -* Run a self-test on the driver/device. This test reads the ID registers and -* compares them. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* -* @return -* -* -XST_SUCCESS if self-test is successful. -* -XST_FAILURE if the self-test is not successful. -* -* @note None. -* -******************************************************************************/ -s32 XScuGic_SelfTest(XScuGic *InstancePtr) -{ - u32 RegValue1 = 0U; - u32 Index; - s32 Status; - - /* - * Assert the arguments - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the ID registers. - */ - for (Index = 0U; Index <= 3U; Index++) { - RegValue1 |= XScuGic_DistReadReg(InstancePtr, - ((u32)XSCUGIC_PCELLID_OFFSET + (Index * 4U))) << - (Index * 8U); - } - - if (XSCUGIC_PCELL_ID != RegValue1) { - Status = XST_FAILURE; - } else { - Status = XST_SUCCESS; - } - return Status; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_sinit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_sinit.c deleted file mode 100644 index dfcb19f..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_sinit.c +++ /dev/null @@ -1,80 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic_sinit.c -* @addtogroup scugic_v4_6 -* @{ -* -* Contains static init functions for the XScuGic driver for the Interrupt -* Controller. See xscugic.h for a detailed description of the driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- --------------------------------------------------------
-* 1.00a drg  01/19/10 First release
-* 3.00  kvn  02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.10  mus  07/17/18 Updated file to fix the various coding style issues
-*                     reported by checkpatch. It fixes CR#1006344.
-* 4.6	sk   08/05/21 Remove XScuGic_Config variable definition to fix
-* 		      misrac violation.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xparameters.h" -#include "xscugic.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* -* Looks up the device configuration based on the unique device ID. A table -* contains the configuration info for each device in the system. -* -* @param DeviceId is the unique identifier for a device. -* -* @return A pointer to the XScuGic configuration structure for the -* specified device, or NULL if the device was not found. -* -* @note None. -* -******************************************************************************/ -XScuGic_Config *XScuGic_LookupConfig(u16 DeviceId) -{ - XScuGic_Config *CfgPtr = NULL; - u32 Index; - - for (Index = 0U; Index < (u32)XPAR_SCUGIC_NUM_INSTANCES; Index++) { - if (XScuGic_ConfigTable[Index].DeviceId == DeviceId) { - CfgPtr = &XScuGic_ConfigTable[Index]; - break; - } - } - - return (XScuGic_Config *)CfgPtr; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/Makefile deleted file mode 100644 index eb496ea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${DEPFILES} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer.c deleted file mode 100644 index c466c85..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer.c +++ /dev/null @@ -1,260 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscutimer.c -* @addtogroup scutimer_v2_3 -* @{ -* -* Contains the implementation of interface functions of the SCU Timer driver. -* See xscutimer.h for a description of the driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xscutimer.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* Initialize a specific timer instance/driver. This function must be called -* before other functions of the driver are called. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* @param ConfigPtr points to the XScuTimer configuration structure. -* @param EffectiveAddress is the base address for the device. It could be -* a virtual address if address translation is supported in the -* system, otherwise it is the physical address. -* -* @return -* - XST_SUCCESS if initialization was successful. -* - XST_DEVICE_IS_STARTED if the device has already been started. -* -* @note None. -* -******************************************************************************/ -s32 XScuTimer_CfgInitialize(XScuTimer *InstancePtr, - XScuTimer_Config *ConfigPtr, u32 EffectiveAddress) -{ - s32 Status; - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(ConfigPtr != NULL); - - /* - * If the device is started, disallow the initialize and return a - * status indicating it is started. This allows the user to stop the - * device and reinitialize, but prevents a user from inadvertently - * initializing. - */ - if (InstancePtr->IsStarted != XIL_COMPONENT_IS_STARTED) { - /* - * Copy configuration into the instance structure. - */ - InstancePtr->Config.DeviceId = ConfigPtr->DeviceId; - - /* - * Save the base address pointer such that the registers of the block - * can be accessed and indicate it has not been started yet. - */ - InstancePtr->Config.BaseAddr = EffectiveAddress; - - InstancePtr->IsStarted = (u32)0; - - /* - * Indicate the instance is ready to use, successfully initialized. - */ - InstancePtr->IsReady = XIL_COMPONENT_IS_READY; - - Status =(s32)XST_SUCCESS; - } - else { - Status = (s32)XST_DEVICE_IS_STARTED; - } - return Status; -} - -/****************************************************************************/ -/** -* -* Start the timer. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XScuTimer_Start(XScuTimer *InstancePtr) -{ - u32 Register; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the contents of the Control register. - */ - Register = XScuTimer_ReadReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET); - - /* - * Set the 'timer enable' bit in the register. - */ - Register |= XSCUTIMER_CONTROL_ENABLE_MASK; - - /* - * Update the Control register with the new value. - */ - XScuTimer_WriteReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET, Register); - - /* - * Indicate that the device is started. - */ - InstancePtr->IsStarted = XIL_COMPONENT_IS_STARTED; -} - -/****************************************************************************/ -/** -* -* Stop the timer. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XScuTimer_Stop(XScuTimer *InstancePtr) -{ - u32 Register; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the contents of the Control register. - */ - Register = XScuTimer_ReadReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET); - - /* - * Clear the 'timer enable' bit in the register. - */ - Register &= (u32)(~XSCUTIMER_CONTROL_ENABLE_MASK); - - /* - * Update the Control register with the new value. - */ - XScuTimer_WriteReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET, Register); - - /* - * Indicate that the device is stopped. - */ - InstancePtr->IsStarted = (u32)0; -} - -/*****************************************************************************/ -/** -* -* This function sets the prescaler bits in the timer control register. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* @param PrescalerValue is a 8 bit value that sets the prescaler to use. -* -* @return None -* -* @note None -* -****************************************************************************/ -void XScuTimer_SetPrescaler(XScuTimer *InstancePtr, u8 PrescalerValue) -{ - u32 ControlReg; - - /* - * Assert to validate input arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - /* - * Read the Timer control register. - */ - ControlReg = XScuTimer_ReadReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET); - - /* - * Clear all of the prescaler control bits in the register. - */ - ControlReg &= (u32)(~XSCUTIMER_CONTROL_PRESCALER_MASK); - - /* - * Set the prescaler value. - */ - ControlReg |= (((u32)PrescalerValue) << XSCUTIMER_CONTROL_PRESCALER_SHIFT); - - /* - * Write the register with the new values. - */ - XScuTimer_WriteReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET, ControlReg); -} - -/*****************************************************************************/ -/** -* -* This function returns the current prescaler value. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return The prescaler value. -* -* @note None. -* -****************************************************************************/ -u8 XScuTimer_GetPrescaler(XScuTimer *InstancePtr) -{ - u32 ControlReg; - - /* - * Assert to validate input arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Timer control register. - */ - ControlReg = XScuTimer_ReadReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET); - ControlReg &= XSCUTIMER_CONTROL_PRESCALER_MASK; - - return (u8)(ControlReg >> XSCUTIMER_CONTROL_PRESCALER_SHIFT); -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer.h deleted file mode 100644 index de98c61..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer.h +++ /dev/null @@ -1,345 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscutimer.h -* @addtogroup scutimer_v2_3 -* @{ -* @details -* -* The timer driver supports the Cortex A9 private timer. -* -* The timer driver supports the following features: -* - Normal mode and Auto reload mode -* - Interrupts (Interrupt handler is not provided in this driver. Application -* has to register it's own handler) -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate with the Timer. -* -* XScuTimer_CfgInitialize() API is used to initialize the Timer. The -* user needs to first call the XScuTimer_LookupConfig() API which returns -* the Configuration structure pointer which is passed as a parameter to -* the XScuTimer_CfgInitialize() API. -* -* Interrupts -* -* The Timer hardware supports interrupts. -* -* This driver does not provide a Interrupt Service Routine (ISR) for the device. -* It is the responsibility of the application to provide one if needed. Refer to -* the interrupt example provided with this driver for details on using the -* Timer in interrupt mode. -* -* Virtual Memory -* -* This driver supports Virtual Memory. The RTOS is responsible for calculating -* the correct device base address in Virtual Memory space. -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* Building the driver -* -* The XScuTimer driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -*

-* -* NOTE: -* The timer is not a part of the snoop control unit as indicated by the -* prefix "scu" in the name of the driver. -* It is an independent module in APU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 1.02a sg  07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-*       ms  03/17/17 Added readme.txt file in examples folder for doxygen
-*                    generation.
-* 2.3   mus 08/31/20 Updated makefile to support parallel make and
-*                    incremental builds, it would help to reduce compilation
-*                    time.
-* 
-* -******************************************************************************/ -#ifndef XSCUTIMER_H /* prevent circular inclusions */ -#define XSCUTIMER_H /* by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xscutimer_hw.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddr; /**< Base address of the device */ -} XScuTimer_Config; - -/** - * The XScuTimer driver instance data. The user is required to allocate a - * variable of this type for every timer device in the system. - * A pointer to a variable of this type is then passed to the driver API - * functions. - */ -typedef struct { - XScuTimer_Config Config; /**< Hardware Configuration */ - u32 IsReady; /**< Device is initialized and ready */ - u32 IsStarted; /**< Device timer is running */ -} XScuTimer; - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Check if the timer has expired. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return -* - TRUE if the timer has expired. -* - FALSE if the timer has not expired. -* -* @note C-style signature: -* int XScuTimer_IsExpired(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_IsExpired(InstancePtr) \ - ((XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_ISR_OFFSET) & \ - XSCUTIMER_ISR_EVENT_FLAG_MASK) == \ - XSCUTIMER_ISR_EVENT_FLAG_MASK) - -/****************************************************************************/ -/** -* -* Re-start the timer. This macro will read the timer load register -* and writes the same value to load register to update the counter register. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_RestartTimer(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_RestartTimer(InstancePtr) \ - XScuTimer_LoadTimer((InstancePtr), \ - XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_LOAD_OFFSET)) - -/****************************************************************************/ -/** -* -* Write to the timer load register. This will also update the -* timer counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* @param Value is the count to be loaded in to the load register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_LoadTimer(XScuTimer *InstancePtr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_LoadTimer(InstancePtr, Value) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_LOAD_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer counter register value. It can be called at any -* time. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return Contents of the timer counter register. -* -* @note C-style signature: - u32 XScuTimer_GetCounterValue(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_GetCounterValue(InstancePtr) \ - XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_COUNTER_OFFSET) - -/****************************************************************************/ -/** -* -* Enable auto-reload mode. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_EnableAutoReload(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_EnableAutoReload(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) | \ - XSCUTIMER_CONTROL_AUTO_RELOAD_MASK)) - -/****************************************************************************/ -/** -* -* Disable auto-reload mode. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_DisableAutoReload(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_DisableAutoReload(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) & \ - ~(XSCUTIMER_CONTROL_AUTO_RELOAD_MASK))) - -/****************************************************************************/ -/** -* -* Enable the Timer interrupt. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_EnableInterrupt(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_EnableInterrupt(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) | \ - XSCUTIMER_CONTROL_IRQ_ENABLE_MASK)) - -/****************************************************************************/ -/** -* -* Disable the Timer interrupt. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_DisableInterrupt(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_DisableInterrupt(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) & \ - ~(XSCUTIMER_CONTROL_IRQ_ENABLE_MASK))) - -/*****************************************************************************/ -/** -* -* This function reads the interrupt status. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_GetInterruptStatus(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_GetInterruptStatus(InstancePtr) \ - XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_ISR_OFFSET) - -/*****************************************************************************/ -/** -* -* This function clears the interrupt status. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_ClearInterruptStatus(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_ClearInterruptStatus(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_ISR_OFFSET, XSCUTIMER_ISR_EVENT_FLAG_MASK) - -/************************** Function Prototypes ******************************/ - -/* - * Lookup configuration in xscutimer_sinit.c - */ -XScuTimer_Config *XScuTimer_LookupConfig(u16 DeviceId); - -/* - * Selftest function in xscutimer_selftest.c - */ -s32 XScuTimer_SelfTest(XScuTimer *InstancePtr); - -/* - * Interface functions in xscutimer.c - */ -s32 XScuTimer_CfgInitialize(XScuTimer *InstancePtr, - XScuTimer_Config *ConfigPtr, u32 EffectiveAddress); -void XScuTimer_Start(XScuTimer *InstancePtr); -void XScuTimer_Stop(XScuTimer *InstancePtr); -void XScuTimer_SetPrescaler(XScuTimer *InstancePtr, u8 PrescalerValue); -u8 XScuTimer_GetPrescaler(XScuTimer *InstancePtr); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_g.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_g.c deleted file mode 100644 index 6905e40..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_g.c +++ /dev/null @@ -1,31 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xscutimer.h" - -/* -* The configuration table for devices -*/ - -XScuTimer_Config XScuTimer_ConfigTable[XPAR_XSCUTIMER_NUM_INSTANCES] = -{ - { - XPAR_PS7_SCUTIMER_0_DEVICE_ID, - XPAR_PS7_SCUTIMER_0_BASEADDR - } -}; - - diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_hw.h deleted file mode 100644 index 4b6d75a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_hw.h +++ /dev/null @@ -1,261 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscutimer_hw.h -* @addtogroup scutimer_v2_3 -* @{ -* -* This file contains the hardware interface to the Timer. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 1.01a sdm 02/02/12 Added low level macros to read/write load, counter, control
-*		     and interrupt registers
-* 1.02a  sg 07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ -#ifndef XSCUTIMER_HW_H /* prevent circular inclusions */ -#define XSCUTIMER_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_io.h" -#include "xil_assert.h" -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * Offsets of registers from the start of the device - * @{ - */ - -#define XSCUTIMER_LOAD_OFFSET 0x00U /**< Timer Load Register */ -#define XSCUTIMER_COUNTER_OFFSET 0x04U /**< Timer Counter Register */ -#define XSCUTIMER_CONTROL_OFFSET 0x08U /**< Timer Control Register */ -#define XSCUTIMER_ISR_OFFSET 0x0CU /**< Timer Interrupt - Status Register */ -/* @} */ - -/** @name Timer Control register - * This register bits control the prescaler, Intr enable, - * auto-reload and timer enable. - * @{ - */ - -#define XSCUTIMER_CONTROL_PRESCALER_MASK 0x0000FF00U /**< Prescaler */ -#define XSCUTIMER_CONTROL_PRESCALER_SHIFT 8U -#define XSCUTIMER_CONTROL_IRQ_ENABLE_MASK 0x00000004U /**< Intr enable */ -#define XSCUTIMER_CONTROL_AUTO_RELOAD_MASK 0x00000002U /**< Auto-reload */ -#define XSCUTIMER_CONTROL_ENABLE_MASK 0x00000001U /**< Timer enable */ -/* @} */ - -/** @name Interrupt Status register - * This register indicates the Timer counter register has reached zero. - * @{ - */ - -#define XSCUTIMER_ISR_EVENT_FLAG_MASK 0x00000001U /**< Event flag */ -/*@}*/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Write to the timer load register. This will also update the -* timer counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the load register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetLoadReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetLoadReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_LOAD_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer load register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer load register. -* -* @note C-style signature: -* u32 XScuTimer_GetLoadReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetLoadReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_LOAD_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the timer counter register. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the counter register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetCounterReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetCounterReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_COUNTER_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer counter register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer counter register. -* -* @note C-style signature: - u32 XScuTimer_GetCounterReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetCounterReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_COUNTER_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the timer load register. This will also update the -* timer counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the load register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetControlReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetControlReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_CONTROL_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer load register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer load register. -* -* @note C-style signature: - u32 XScuTimer_GetControlReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetControlReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_CONTROL_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the timer counter register. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the counter register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetIntrReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetIntrReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_ISR_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer counter register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer counter register. -* -* @note C-style signature: - u32 XScuTimer_GetIntrReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetIntrReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_ISR_OFFSET) - -/****************************************************************************/ -/** -* -* Read from the given Timer register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note C-style signature: -* u32 XScuTimer_ReadReg(u32 BaseAddr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuTimer_ReadReg(BaseAddr, RegOffset) \ - Xil_In32((BaseAddr) + (RegOffset)) - -/****************************************************************************/ -/** -* -* Write to the given Timer register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_WriteReg(u32 BaseAddr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuTimer_WriteReg(BaseAddr, RegOffset, Data) \ - Xil_Out32((BaseAddr) + (RegOffset), (Data)) - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_selftest.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_selftest.c deleted file mode 100644 index ddfa24c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_selftest.c +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscutimer_selftest.c -* @addtogroup scutimer_v2_3 -* @{ -* -* Contains diagnostic self-test functions for the XScuTimer driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xscutimer.h" - -/************************** Constant Definitions *****************************/ - -#define XSCUTIMER_SELFTEST_VALUE 0xA55AF00FU - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* Run a self-test on the timer. This test clears the timer enable bit in -* the control register, writes to the timer load register and verifies the -* value read back matches the value written and restores the control register -* and the timer load register. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return -* - XST_SUCCESS if self-test was successful. -* - XST_FAILURE if self test was not successful. -* -* @note None. -* -******************************************************************************/ -s32 XScuTimer_SelfTest(XScuTimer *InstancePtr) -{ - u32 Register; - u32 CtrlOrig; - u32 LoadOrig; - s32 Status; - - /* - * Assert to ensure the inputs are valid and the instance has been - * initialized. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Save the contents of the Control Register and stop the timer. - */ - CtrlOrig = XScuTimer_ReadReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET); - Register = CtrlOrig & (u32)(~XSCUTIMER_CONTROL_ENABLE_MASK); - XScuTimer_WriteReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET, Register); - - /* - * Save the contents of the Load Register. - * Load a new test value in the Load Register, read it back and - * compare it with the written value. - */ - LoadOrig = XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, - XSCUTIMER_LOAD_OFFSET); - XScuTimer_LoadTimer(InstancePtr, XSCUTIMER_SELFTEST_VALUE); - Register = XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, - XSCUTIMER_LOAD_OFFSET); - - /* - * Restore the contents of the Load Register and Control Register. - */ - XScuTimer_LoadTimer(InstancePtr, LoadOrig); - XScuTimer_WriteReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET, CtrlOrig); - - /* - * Return a Failure if the contents of the Load Register do not - * match with the value written to it. - */ - if (Register != XSCUTIMER_SELFTEST_VALUE) { - Status = (s32)XST_FAILURE; - } - else { - Status = (s32)XST_SUCCESS; - } - - return Status; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_sinit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_sinit.c deleted file mode 100644 index 4bf1905..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_sinit.c +++ /dev/null @@ -1,70 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscutimer_sinit.c -* @addtogroup scutimer_v2_3 -* @{ -* -* This file contains method for static initialization (compile-time) of the -* driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xscutimer.h" -#include "xparameters.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions ****************************/ -extern XScuTimer_Config XScuTimer_ConfigTable[XPAR_XSCUTIMER_NUM_INSTANCES]; - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* Lookup the device configuration based on the unique device ID. The table -* contains the configuration info for each device in the system. -* -* @param DeviceId is the unique device ID of the device being looked up. -* -* @return A pointer to the configuration table entry corresponding to the -* given device ID, or NULL if no match is found. -* -* @note None. -* -******************************************************************************/ -XScuTimer_Config *XScuTimer_LookupConfig(u16 DeviceId) -{ - XScuTimer_Config *CfgPtr = NULL; - u32 Index; - - for (Index = 0U; Index < XPAR_XSCUTIMER_NUM_INSTANCES; Index++) { - if (XScuTimer_ConfigTable[Index].DeviceId == DeviceId) { - CfgPtr = &XScuTimer_ConfigTable[Index]; - break; - } - } - - return (XScuTimer_Config *)CfgPtr; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/Makefile deleted file mode 100644 index eb496ea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${DEPFILES} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt.c deleted file mode 100644 index 1c392ec..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt.c +++ /dev/null @@ -1,191 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscuwdt.c -* @addtogroup scuwdt_v2_4 -* @{ -* -* Contains the implementation of interface functions of the XScuWdt driver. -* See xscuwdt.h for a description of the driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xscuwdt.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* Initialize a specific watchdog timer instance/driver. This function -* must be called before other functions of the driver are called. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* @param ConfigPtr is the config structure. -* @param EffectiveAddress is the base address for the device. It could be -* a virtual address if address translation is supported in the -* system, otherwise it is the physical address. -* -* @return -* - XST_SUCCESS if initialization was successful. -* - XST_DEVICE_IS_STARTED if the device has already been started. -* -* @note This function enables the watchdog mode. -* -******************************************************************************/ -s32 XScuWdt_CfgInitialize(XScuWdt *InstancePtr, - XScuWdt_Config *ConfigPtr, u32 EffectiveAddress) -{ - s32 CfgStatus; - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(ConfigPtr != NULL); - Xil_AssertNonvoid(EffectiveAddress != 0x00U); - - /* - * If the device is started, disallow the initialize and return a - * status indicating it is started. This allows the user to stop the - * device and reinitialize, but prevents a user from inadvertently - * initializing. - */ - if (InstancePtr->IsStarted == XIL_COMPONENT_IS_STARTED) { - CfgStatus = (s32)XST_DEVICE_IS_STARTED; - } - else { - /* - * Copy configuration into instance. - */ - InstancePtr->Config.DeviceId = ConfigPtr->DeviceId; - - /* - * Save the base address pointer such that the registers of the block - * can be accessed and indicate it has not been started yet. - */ - InstancePtr->Config.BaseAddr = EffectiveAddress; - InstancePtr->IsStarted = 0U; - - /* - * Put the watchdog timer in Watchdog mode. - */ - XScuWdt_SetWdMode(InstancePtr); - - /* - * Indicate the instance is ready to use, successfully initialized. - */ - InstancePtr->IsReady = XIL_COMPONENT_IS_READY; - - CfgStatus =(s32)XST_SUCCESS; - } - return CfgStatus; -} - -/****************************************************************************/ -/** -* -* Start the watchdog counter of the device. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note User needs to select the appropriate mode (watchdog/timer) -* before using this API. -* See XScuWdt_SetWdMode/XScuWdt_SetTimerMode macros in -* xscuwdt.h. -* -******************************************************************************/ -void XScuWdt_Start(XScuWdt *InstancePtr) -{ - u32 Register; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the contents of the Control register. - */ - Register = XScuWdt_ReadReg(InstancePtr->Config.BaseAddr, - XSCUWDT_CONTROL_OFFSET); - - /* - * Set the 'watchdog enable' bit in the register. - */ - Register |= XSCUWDT_CONTROL_WD_ENABLE_MASK; - - /* - * Update the Control register with the new value. - */ - XScuWdt_WriteReg(InstancePtr->Config.BaseAddr, - XSCUWDT_CONTROL_OFFSET, Register); - - /* - * Indicate that the device is started. - */ - InstancePtr->IsStarted = XIL_COMPONENT_IS_STARTED; -} - -/****************************************************************************/ -/** -* -* Stop the watchdog timer. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XScuWdt_Stop(XScuWdt *InstancePtr) -{ - u32 Register; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the contents of the Control register. - */ - Register = XScuWdt_ReadReg(InstancePtr->Config.BaseAddr, - XSCUWDT_CONTROL_OFFSET); - - /* - * Clear the 'watchdog enable' bit in the register. - */ - Register &= (~(u32)XSCUWDT_CONTROL_WD_ENABLE_MASK); - - /* - * Update the Control register with the new value. - */ - XScuWdt_WriteReg(InstancePtr->Config.BaseAddr, - XSCUWDT_CONTROL_OFFSET, Register); - - /* - * Indicate that the device is stopped. - */ - InstancePtr->IsStarted = 0U; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt.h deleted file mode 100644 index 8d11ff8..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt.h +++ /dev/null @@ -1,365 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscuwdt.h -* @addtogroup scuwdt_v2_4 -* @{ -* @details -* -* The Xilinx SCU watchdog timer driver (XScuWdt) supports the Xilinx SCU private -* watchdog timer hardware. -* -* The XScuWdt driver supports the following features: -* - Watchdog mode -* - Timer mode -* - Auto reload (timer mode only) -* -* The watchdog counter register is a down counter and starts decrementing when -* the watchdog is started. -* In watchdog mode, when the counter reaches 0, the Reset flag is set in the -* Reset status register and the WDRESETREQ pin is asserted, causing a system -* reset. The Reset flag is not reset by normal processor reset and is cleared -* when written with a value of 1. This enables the user to differentiate a -* normal reset and a reset caused by watchdog time-out. The user needs to call -* XScuWdt_RestartWdt() periodically, to avoid the watchdog from being timed-out. -* -* The IsWdtExpired function can be used to check if the watchdog was the cause -* of the last reset. In this situation, call Initialize then call IsWdtExpired. -* If the result is true, watchdog timeout caused the last system reset. The -* application then needs to clear the Reset flag. -* -* In timer mode, when the counter reaches 0, the Event flag is set in the -* Interrupt status register and if interrupts are enabled, interrupt ID 30 is -* set as pending in the interrupt distributor. The IsTimerExpired function -* is used to check if the watchdog counter has decremented to 0 in timer mode. -* If auto-reload mode is enabled, the Counter register is automatically reloaded -* from the Load register. -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate with the Watchdog Timer. -* -* XScuWdt_CfgInitialize() API is used to initialize the Watchdog Timer. The -* user needs to first call the XScuWdt_LookupConfig() API which returns -* the Configuration structure pointer which is passed as a parameter to -* the XScuWdt_CfgInitialize() API. -* -* Interrupts -* -* The SCU Watchdog Timer supports interrupts in Timer mode. -* -* This driver does not provide a Interrupt Service Routine (ISR) for the device. -* It is the responsibility of the application to provide one if needed. Refer to -* the interrupt example provided with this driver for details on using the -* Timer in interrupt mode. -* -* Virtual Memory -* -* This driver supports Virtual Memory. The RTOS is responsible for calculating -* the correct device base address in Virtual Memory space. -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* Building the driver -* -* The XScuWdt driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -*

-* -* NOTE: -* The watchdog timer is not a part of the snoop control unit as indicated -* by the prefix "scu" in the name of the driver. -* It is an independent module in APU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 1.02a  sg 07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-*       ms  03/17/17 Added readme.txt file in examples folder for doxygen
-*                    generation.
-* 2.3   mus 08/31/20 Updated makefile to support parallel make and
-*                    incremental builds. It would help to reduce compilaton
-*                    time.
-* 2.3	sne 09/16/20 Fixed MISRA-C violations.
-* 2.4	sne 02/04/21 Fixed Doxygen warnings.
-* 
-* -******************************************************************************/ -#ifndef XSCUWDT_H /**< prevent circular inclusions */ -#define XSCUWDT_H /**< by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xscuwdt_hw.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddr; /**< Base address of the device */ -} XScuWdt_Config; - -/** - * The XScuWdt driver instance data. The user is required to allocate a - * variable of this type for every watchdog/timer device in the system. - * A pointer to a variable of this type is then passed to the driver API - * functions. - */ -typedef struct { - XScuWdt_Config Config;/**< Hardware Configuration */ - u32 IsReady; /**< Device is initialized and ready */ - u32 IsStarted; /**< Device watchdog timer is running */ -} XScuWdt; - -/************************** Variable Definitions *****************************/ -extern XScuWdt_Config XScuWdt_ConfigTable[]; - -/***************** Macros (Inline Functions) Definitions *********************/ -/****************************************************************************/ -/** -* -* This function is used to check if the watchdog has timed-out and the last -* reset was caused by the watchdog reset. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return -* - TRUE if the watchdog has expired. -* - FALSE if the watchdog has not expired. -* -* @note C-style signature: -* int XScuWdt_IsWdtExpired(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_IsWdtExpired(InstancePtr) \ - ((XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_RST_STS_OFFSET) & \ - XSCUWDT_RST_STS_RESET_FLAG_MASK) == XSCUWDT_RST_STS_RESET_FLAG_MASK) - -/****************************************************************************/ -/** -* -* This function is used to check if the watchdog counter has reached 0 in timer -* mode. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return -* - TRUE if the watchdog has expired. -* - FALSE if the watchdog has not expired. -* -* @note C-style signature: -* int XScuWdt_IsTimerExpired(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_IsTimerExpired(InstancePtr) \ - ((XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_ISR_OFFSET) & \ - XSCUWDT_ISR_EVENT_FLAG_MASK) == XSCUWDT_ISR_EVENT_FLAG_MASK) - -/****************************************************************************/ -/** -* -* Re-start the watchdog timer. This macro will read the watchdog load register -* and write the same value to load register to update the counter register. -* An application needs to call this function periodically to keep the watchdog -* from asserting the WDRESETREQ reset request output pin. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_RestartWdt(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_RestartWdt(InstancePtr) \ - XScuWdt_LoadWdt((InstancePtr), \ - (XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_LOAD_OFFSET))) - -/****************************************************************************/ -/** -* -* Write to the watchdog timer load register. This will also update the -* watchdog counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* @param Value is the value to be written to the Watchdog Load register. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_LoadWdt(XScuWdt *InstancePtr, u32 Value) -* -******************************************************************************/ -#define XScuWdt_LoadWdt(InstancePtr, Value) \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_LOAD_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Put the watchdog timer in Watchdog mode by setting the WD mode bit of the -* Watchdog control register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_SetWdMode(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_SetWdMode(InstancePtr) \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET, \ - (XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET) | \ - (XSCUWDT_CONTROL_WD_MODE_MASK))) - -/****************************************************************************/ -/** -* -* Put the watchdog timer in Timer mode by writing 0x12345678 and 0x87654321 -* successively to the Watchdog Disable Register. -* The software must write 0x12345678 and 0x87654321 successively to the -* Watchdog Disable Register so that the watchdog mode bit in the Watchdog -* Control Register is set to zero. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_SetTimerMode(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_SetTimerMode(InstancePtr) \ -{ \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_DISABLE_OFFSET, \ - XSCUWDT_DISABLE_VALUE1); \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_DISABLE_OFFSET, \ - XSCUWDT_DISABLE_VALUE2); \ -} - -/****************************************************************************/ -/** -* -* Get the contents of the watchdog control register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return Contents of the watchdog control register. -* -* @note C-style signature: - u32 XScuWdt_GetControlReg(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_GetControlReg(InstancePtr) \ - XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the watchdog control register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* @param ControlReg is the value to be written to the watchdog control -* register. -* -* @return None. -* -* @note C-style signature: - void XScuWdt_SetControlReg(XScuWdt *InstancePtr, u32 ControlReg) -* -******************************************************************************/ -#define XScuWdt_SetControlReg(InstancePtr, ControlReg) \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET, (ControlReg)) - -/****************************************************************************/ -/** -* -* Enable auto-reload mode. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_EnableAutoReload(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_EnableAutoReload(InstancePtr) \ - XScuWdt_SetControlReg((InstancePtr), \ - (XScuWdt_GetControlReg(InstancePtr) | \ - XSCUWDT_CONTROL_AUTO_RELOAD_MASK)) - -/************************** Function Prototypes ******************************/ - -/* - * Lookup configuration in xscuwdt_sinit.c. - */ -XScuWdt_Config *XScuWdt_LookupConfig(u16 DeviceId); - -/* - * Selftest function in xscuwdt_selftest.c - */ -s32 XScuWdt_SelfTest(XScuWdt *InstancePtr); - -/* - * Interface functions in xscuwdt.c - */ -s32 XScuWdt_CfgInitialize(XScuWdt *InstancePtr, - XScuWdt_Config *ConfigPtr, u32 EffectiveAddress); - -void XScuWdt_Start(XScuWdt *InstancePtr); - -void XScuWdt_Stop(XScuWdt *InstancePtr); - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_g.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_g.c deleted file mode 100644 index 7834953..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_g.c +++ /dev/null @@ -1,31 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xscuwdt.h" - -/* -* The configuration table for devices -*/ - -XScuWdt_Config XScuWdt_ConfigTable[XPAR_XSCUWDT_NUM_INSTANCES] = -{ - { - XPAR_PS7_SCUWDT_0_DEVICE_ID, - XPAR_PS7_SCUWDT_0_BASEADDR - } -}; - - diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_hw.h deleted file mode 100644 index 0cdfc1e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_hw.h +++ /dev/null @@ -1,156 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscuwdt_hw.h -* @addtogroup scuwdt_v2_4 -* @{ -* -* This file contains the hardware interface to the Xilinx SCU private Watch Dog -* Timer (XSCUWDT). -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 1.01a bss 02/27/12 Updated the register offsets to start at 0x0 instead
-*                    of 0x20 as the base address obtained from the tools
-*		     starts at 0x20.
-* 1.02a  sg 07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ -#ifndef XSCUWDT_HW_H /**< prevent circular inclusions */ -#define XSCUWDT_HW_H /**< by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_io.h" -#include "xil_assert.h" -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * Offsets of registers from the start of the device. The WDT registers start at - * an offset 0x20 - * @{ - */ - -#define XSCUWDT_LOAD_OFFSET 0x00U /**< Watchdog Load Register */ -#define XSCUWDT_COUNTER_OFFSET 0x04U /**< Watchdog Counter Register */ -#define XSCUWDT_CONTROL_OFFSET 0x08U /**< Watchdog Control Register */ -#define XSCUWDT_ISR_OFFSET 0x0CU /**< Watchdog Interrupt Status Register */ -#define XSCUWDT_RST_STS_OFFSET 0x10U /**< Watchdog Reset Status Register */ -#define XSCUWDT_DISABLE_OFFSET 0x14U /**< Watchdog Disable Register */ -/* @} */ - -/** @name Watchdog Control register - * This register bits control the prescaler, WD/Timer mode, Intr enable, - * auto-reload, watchdog enable. - * @{ - */ - -#define XSCUWDT_CONTROL_PRESCALER_MASK 0x0000FF00U /**< Prescaler */ -#define XSCUWDT_CONTROL_PRESCALER_SHIFT 8U -#define XSCUWDT_CONTROL_WD_MODE_MASK 0x00000008U /**< Watchdog/Timer mode */ -#define XSCUWDT_CONTROL_IT_ENABLE_MASK 0x00000004U /**< Intr enable (in - timer mode) */ -#define XSCUWDT_CONTROL_AUTO_RELOAD_MASK 0x00000002U /**< Auto-reload (in - timer mode) */ -#define XSCUWDT_CONTROL_WD_ENABLE_MASK 0x00000001U /**< Watchdog enable */ -/* @} */ - -/** @name Interrupt Status register - * This register indicates the Counter register has reached zero in Counter - * mode. - * @{ - */ - -#define XSCUWDT_ISR_EVENT_FLAG_MASK 0x00000001U /**< Event flag */ -/*@}*/ - -/** @name Reset Status register - * This register indicates the Counter register has reached zero in Watchdog - * mode and a reset request is sent. - * @{ - */ - -#define XSCUWDT_RST_STS_RESET_FLAG_MASK 0x00000001U /**< Time out occurred */ -/*@}*/ - -/** @name Disable register - * This register is used to switch from watchdog mode to timer mode. - * The software must write 0x12345678 and 0x87654321 successively to the - * Watchdog Disable Register so that the watchdog mode bit in the Watchdog - * Control Register is set to zero. - * @{ - */ -#define XSCUWDT_DISABLE_VALUE1 0x12345678U /**< Watchdog mode disable - value 1 */ -#define XSCUWDT_DISABLE_VALUE2 0x87654321U /**< Watchdog mode disable - value 2 */ -/*@}*/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Read the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note C-style signature: -* u32 XScuWdt_ReadReg(u32 BaseAddr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuWdt_ReadReg(BaseAddr, RegOffset) \ - Xil_In32((BaseAddr) + ((u32)RegOffset)) - -/****************************************************************************/ -/** -* -* Write the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_WriteReg(u32 BaseAddr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuWdt_WriteReg(BaseAddr, RegOffset, Data) \ - Xil_Out32((BaseAddr) + ((u32)RegOffset), ((u32)Data)) - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_selftest.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_selftest.c deleted file mode 100644 index 4b5c4cd..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_selftest.c +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscuwdt_selftest.c -* @addtogroup scuwdt_v2_4 -* @{ -* -* Contains diagnostic self-test functions for the XScuWdt driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xscuwdt.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* Run a self-test on the WDT. This test stops the watchdog, writes a value to -* the watchdog load register, starts the watchdog and verifies that the value -* read from the counter register is less that the value written to the load -* register. It then restores the control register and the watchdog load -* register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return -* - XST_SUCCESS if self-test was successful. -* - XST_FAILURE if the WDT is not decrementing. -* -* @note None. -* -******************************************************************************/ -s32 XScuWdt_SelfTest(XScuWdt *InstancePtr) -{ - s32 SelfTestStatus; - u32 Register; - u32 CtrlOrig; - u32 LoadOrig; - - /* - * Assert to ensure the inputs are valid and the instance has been - * initialized. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Stop the watchdog timer. - */ - CtrlOrig = XScuWdt_GetControlReg(InstancePtr); - XScuWdt_SetControlReg(InstancePtr, - CtrlOrig & (~(u32)XSCUWDT_CONTROL_WD_ENABLE_MASK)); - - LoadOrig = XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, - XSCUWDT_LOAD_OFFSET); - XScuWdt_LoadWdt(InstancePtr, 0xFFFFFFFFU); - - /* - * Start the watchdog timer and check if the watchdog counter is - * decrementing. - */ - XScuWdt_SetControlReg(InstancePtr, - CtrlOrig | (u32)XSCUWDT_CONTROL_WD_ENABLE_MASK); - - Register = XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, - XSCUWDT_COUNTER_OFFSET); - - XScuWdt_LoadWdt(InstancePtr, LoadOrig); - XScuWdt_SetControlReg(InstancePtr, CtrlOrig); - - if (Register == 0xFFFFFFFFU) { - SelfTestStatus = (s32)XST_FAILURE; - } - else { - SelfTestStatus = (s32)XST_SUCCESS; - } - - return SelfTestStatus; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_sinit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_sinit.c deleted file mode 100644 index a46afa7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_sinit.c +++ /dev/null @@ -1,66 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscuwdt_sinit.c -* @addtogroup scuwdt_v2_4 -* @{ -* -* This file contains method for static initialization (compile-time) of the -* driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xscuwdt.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* Lookup the device configuration based on the unique device ID. The table -* contains the configuration info for each device in the system. -* -* @param DeviceId is the unique device ID of the device being looked up. -* -* @return A pointer to the configuration table entry corresponding to the -* given device ID, or NULL if no match is found. -* -* @note None. -* -******************************************************************************/ -XScuWdt_Config *XScuWdt_LookupConfig(u16 DeviceId) -{ - XScuWdt_Config *CfgPtr = NULL; - u32 Index; - - for (Index = 0U; Index < (u32)XPAR_XSCUWDT_NUM_INSTANCES; Index++) { - if (XScuWdt_ConfigTable[Index].DeviceId == DeviceId) { - CfgPtr = &XScuWdt_ConfigTable[Index]; - break; - } - } - - return (XScuWdt_Config *)CfgPtr; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/Makefile deleted file mode 100644 index d90ef88..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# Copyright (c) 2011 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -CC=$(COMPILER) -AR=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(subst -pg, -DPROFILING, $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, -DPROFILING, $(EXTRA_COMPILER_FLAGS)) - -ifeq (($(notdir $(CC))) , arm-xilinx-eabi-gcc) -ECC_FLAGS += -nostartfiles\ - -march=armv7-a \ - -mfloat-abi=soft \ - -mfpu=neon -endif - -ifeq (($(notdir $(CC))) , arm-none-eabi-gcc) -ECC_FLAGS += -nostartfiles -endif - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) - -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.S)))) - -INCLUDEFILES=*.h - -libs: $(LIBS) - -standalone_libs: $(OBJECTS) $(ASSEMBLY_OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.S - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -profile_libs: - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" libs - -.PHONY: include -include: standalone_includes profile_includes - -standalone_includes: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -profile_includes: - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" include - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" clean diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_exit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_exit.c deleted file mode 100644 index 4c55bbd..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_exit.c +++ /dev/null @@ -1,18 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -/* _exit - Simple implementation. Does not return. -*/ -__attribute__((weak)) void _exit (sint32 status) -{ - (void)status; - while (1) { - ; - } -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_open.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_open.c deleted file mode 100644 index f2d44ce..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_open.c +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef UNDEFINE_FILE_OPS -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _open(const char8 *buf, s32 flags, s32 mode); -} -#endif - -/* - * _open -- open a file descriptor. We don't have a filesystem, so - * we return an error. - */ -__attribute__((weak)) s32 _open(const char8 *buf, s32 flags, s32 mode) -{ - (void)buf; - (void)flags; - (void)mode; - errno = EIO; - return (-1); -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_sbrk.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_sbrk.c deleted file mode 100644 index 105c913..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_sbrk.c +++ /dev/null @@ -1,39 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -extern u8 _heap_start[]; -extern u8 _heap_end[]; - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) caddr_t _sbrk ( s32 incr ); -} -#endif - -__attribute__((weak)) caddr_t _sbrk ( s32 incr ) -{ - static u8 *heap = NULL; - u8 *prev_heap; - static u8 *HeapEndPtr = (u8 *)&_heap_end; - caddr_t Status; - - if (heap == NULL) { - heap = (u8 *)&_heap_start; - } - prev_heap = heap; - - if (((heap + incr) <= HeapEndPtr) && (prev_heap != NULL)) { - heap += incr; - Status = (caddr_t) ((void *)prev_heap); - } else { - Status = (caddr_t) -1; - } - - return Status; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/abort.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/abort.c deleted file mode 100644 index 4c9faef..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/abort.c +++ /dev/null @@ -1,16 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include - -/* - * abort -- go out via exit... - */ -__attribute__((weak)) void abort(void) -{ - _exit(1); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/Makefile deleted file mode 100644 index 347e3ac..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -############################################################################### -# Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -CC=$(COMPILER) -AR=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(subst -pg, -DPROFILING, $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, -DPROFILING, $(EXTRA_COMPILER_FLAGS)) - -ECC_FLAGS += -nostartfiles\ - -march=armv7-a -ECC_FLAGS_NO_FLTO1 = $(subst -flto,,$(ECC_FLAGS)) -ECC_FLAGS_NO_FLTO = $(subst -ffat-lto-objects,,$(ECC_FLAGS_NO_FLTO1)) - - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(filter-out _exit.c, $(wildcard *.c))))) -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.S)))) -NON_LTO_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o,$(basename _exit.c))) - -INCLUDEFILES=*.h -INCLUDEFILES+=includes_ps/*.h -libs: $(LIBS) - -standalone_libs: $(OBJECTS) $(ASSEMBLY_OBJECTS) $(NON_LTO_OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) -$(RELEASEDIR)_exit.o: _exit.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS_NO_FLTO) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.S - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) $(addprefix $(INCLUDEDIR), $(subst includes_ps/,,$(wildcard includes_ps/*.h))) - - - -$(INCLUDEDIR)%.h: includes_ps/%.h - $(CP) $< $@ - - - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) - rm -rf $(NON_LTO_OBJECTS) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/asm_vectors.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/asm_vectors.S deleted file mode 100644 index c4352d7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/asm_vectors.S +++ /dev/null @@ -1,154 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file asm_vectors.S -* -* This file contains the initial vector table for the Cortex A53 processor -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.2	pkp  	28/05/15 First release
-* 6.0   mus     27/07/16 Added Undefined exception handler
-* 6.4   mus     25/07/17 Added support for hard floating point
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - - -.org 0 -.text - -.globl _boot -.globl _vector_table - -.globl FIQInterrupt -.globl IRQInterrupt -.globl SWInterrupt -.globl DataAbortInterrupt -.globl PrefetchAbortInterrupt - -.globl IRQHandler -.globl prof_pc - -.section .vectors, "a" -_vector_table: - B _boot - B Undefined - B SVCHandler - B PrefetchAbortHandler - B DataAbortHandler - NOP /* Placeholder for address exception vector*/ - B IRQHandler - B FIQHandler - - -IRQHandler: /* IRQ vector handler */ - - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code*/ - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} - - bl IRQInterrupt /* IRQ vector */ - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - - subs pc, lr, #4 /* adjust return */ - - -FIQHandler: /* FIQ vector handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -FIQLoop: - bl FIQInterrupt /* FIQ vector */ - - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #4 /* adjust return */ - - -Undefined: /* Undefined handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =UndefinedExceptionAddr - sub r1, lr, #4 - str r1, [r0] /* Store address of instruction causing undefined exception */ - - bl UndefinedException /* UndefinedException: call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - movs pc, lr - - -SVCHandler: /* SWI handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - - tst r0, #0x20 /* check the T bit */ - ldrneh r0, [lr,#-2] /* Thumb mode */ - bicne r0, r0, #0xff00 /* Thumb mode */ - ldreq r0, [lr,#-4] /* ARM mode */ - biceq r0, r0, #0xff000000 /* ARM mode */ - - bl SWInterrupt /* SWInterrupt: call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - movs pc, lr /*return to the next instruction after the SWI instruction */ - - -DataAbortHandler: /* Data Abort handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =DataAbortAddr - sub r1, lr, #8 - str r1, [r0] /* Stores instruction causing data abort */ - bl DataAbortInterrupt /*DataAbortInterrupt :call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - subs pc, lr, #8 /* points to the instruction that caused the Data Abort exception */ - -PrefetchAbortHandler: /* Prefetch Abort handler */ - - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =PrefetchAbortAddr - sub r1, lr, #4 - str r1, [r0] /* Stores instruction causing prefetch abort */ - - bl PrefetchAbortInterrupt /* PrefetchAbortInterrupt: call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - subs pc, lr, #4 /* points to the instruction that caused the Prefetch Abort exception */ - - -.end diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/boot.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/boot.S deleted file mode 100644 index 517deea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/boot.S +++ /dev/null @@ -1,277 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file boot.S -* -* @addtogroup a53_32_boot_code Cortex A53 32bit Processor Boot Code -* @{ -*

boot.S

-* The boot.S file contains a minimal set of code for transferring control from the -* processor reset location to the start of the application. The boot code performs -* minimum configuration which is required for an application to run starting from -* processor reset state of the processor. Below is a sequence illustrating what all -* configuration is performed before control reaches to main function. -* -* 1. Program vector table base for exception handling -* 2. Invalidate instruction cache, data cache and TLBs -* 3. Program stack pointer for various modes (IRQ, FIQ, supervisor, undefine, -* abort, system) -* 4. Program counter frequency -* 5. Configure MMU with short descriptor translation table format and program -* base address of translation table -* 6. Enable data cache, instruction cache and MMU -* 7. Transfer control to _start which clears BSS sections and runs global -* constructor before jumping to main application -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.2	pkp  	28/05/15 First release
-* 5.4	pkp	09/11/15 Enable I-Cache and D-Cache in the initialization
-* 6.0	pkp	07/25/16 Program the counter frequency
-* 6.4   mus     07/25/17 Set VFP enable bit in FPEXC register, to support
-*                        hard floating point in BSP
-* 
-* -* -******************************************************************************/ - -#include "xparameters.h" - - -.globl MMUTable -.global _prestart -.global _boot -.global __stack -.global __irq_stack -.global __supervisor_stack -.global __abort_stack -.global __fiq_stack -.global __undef_stack -.global _vector_table - -.set PSS_L2CC_BASE_ADDR, 0xF8F02000 -.set PSS_SLCR_BASE_ADDR, 0xF8000000 - -.set RESERVED, 0x0fffff00 -.set TblBase , MMUTable -.set LRemap, 0xFE00000F /* set the base address of the peripheral block as not shared */ - -.set CRValMmuCac, 0b01000000000001 /* Enable IDC, and MMU */ -.set counterfreq, XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ - -/* Stack Pointer locations for boot code */ -.set Undef_stack, __undef_stack -.set FIQ_stack, __fiq_stack -.set Abort_stack, __abort_stack -.set SPV_stack, __supervisor_stack -.set IRQ_stack, __irq_stack -.set SYS_stack, __stack - -.set vector_base, _vector_table - -.set FPEXC_EN, 0x40000000 /* FPU enable bit, (1 << 30) */ - -.section .boot,"ax" - -/* this initializes the various processor modes */ - -_prestart: -_boot: - -OKToRun: - mrc p15, 0, r0, c0, c0, 0 /* Get the revision */ - and r5, r0, #0x00f00000 - and r6, r0, #0x0000000f - orr r6, r6, r5, lsr #20-4 - - /* set VBAR to the _vector_table address in linker script */ - ldr r0, =vector_base - mcr p15, 0, r0, c12, c0, 0 - - /* Invalidate caches and TLBs */ - mov r0,#0 /* r0 = 0 */ - mcr p15, 0, r0, c8, c7, 0 /* invalidate TLBs */ - mcr p15, 0, r0, c7, c5, 0 /* invalidate icache */ - mcr p15, 0, r0, c7, c5, 6 /* Invalidate branch predictor array */ - bl invalidate_dcache /* invalidate dcache */ - - /* Disable MMU, if enabled */ - mrc p15, 0, r0, c1, c0, 0 /* read CP15 register 1 */ - bic r0, r0, #0x1 /* clear bit 0 */ - mcr p15, 0, r0, c1, c0, 0 /* write value back */ - - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the irq stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x12 /* IRQ mode */ - msr cpsr, r2 - ldr r13,=IRQ_stack /* IRQ stack pointer */ - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the supervisor stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x13 /* supervisor mode */ - msr cpsr, r2 - ldr r13,=SPV_stack /* Supervisor stack pointer */ - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Abort stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x17 /* Abort mode */ - msr cpsr, r2 - ldr r13,=Abort_stack /* Abort stack pointer */ - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the FIQ stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x11 /* FIQ mode */ - msr cpsr, r2 - ldr r13,=FIQ_stack /* FIQ stack pointer */ - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Undefine stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1b /* Undefine mode */ - msr cpsr, r2 - ldr r13,=Undef_stack /* Undefine stack pointer */ - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the system stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1F /* SYS mode */ - msr cpsr, r2 - ldr r13,=SYS_stack /* SYS stack pointer */ - - /* program the timer counter frequency */ - ldr r0,=counterfreq - mcr 15,0,r0,c14,c0,0 - - mov r0,#0 - mcr 15,0,r0,c2,c0,2 /* N = 0 to use ttbr0 */ - - /* Write to ACTLR */ - mrc p15, 0, r0, c1, c0, 1 /* Read ACTLR */ - orr r0, r0, #(1 << 0) /* Enable access to CPUECTLR */ - orr r0, r0, #(1 << 1) - mcr p15, 0, r0, c1, c0, 1 /* Write ACTLR */ - - /* Write to CPUECTLR */ - mrrc p15, 1, r0, r1, c15 /* Read CPUECTLR */ - orr r0, r0, #(0x01 << 6) /* Set SMPEN bit */ - mcrr p15, 1, r0, r1, c15 /* Write CPUECTLR */ - - /* enable MMU and cache */ - ldr r0,=TblBase /* Load MMU translation table base */ - orr r0, r0, #0x5B /* Outer-cacheable, WB */ - mcr 15, 0, r0, c2, c0, 0 /* TTB0 */ - mov r0,#0x5B - mcr p15,0,r0,c2,c0,1 - mvn r0,#0 /* Load MMU domains -- all ones=manager */ - mcr p15,0,r0,c3,c0,0 - - /* Enable mmu, icahce and dcache */ - mrc p15,0,r0,c1,c0,0 - bic r0, r0, #(0x1 << 13) - orr r0, r0, #(0x1 << 12) /* enable I-cache */ - orr r0, r0, #(0x1 << 2) /* enable D-Cache */ - orr r0, r0, #0x1 /* enable MMU */ - dsb /* dsb allow the MMU to start up */ - mcr p15,0,r0,c1,c0,0 /* Enable cache and MMU */ - isb /* isb flush prefetch buffer */ - - mov r0, r0 - mrc p15, 0, r1, c1, c0, 2 /* read cp access control register (CACR) into r1 */ - orr r1, r1, #(0xf << 20) /* enable full access for p10 & p11 */ - mcr p15, 0, r1, c1, c0, 2 /* write back into CACR */ - - /* enable vfp */ - vmrs r1, FPEXC /* read the exception register */ - orr r1,r1, #FPEXC_EN /* set VFP enable bit, leave the others in orig state */ - vmsr FPEXC, r1 /* write back the exception register */ - - mrc p15,0,r0,c1,c0,0 /* flow prediction enable */ - orr r0, r0, #(0x01 << 11) /* #0x8000 */ - mcr p15,0,r0,c1,c0,0 - - mrc p15,0,r0,c1,c0,1 /* read Auxiliary Control Register */ - orr r0, r0, #(0x1 << 2) /* enable Dside prefetch */ - orr r0, r0, #(0x1 << 1) /* enable L2 Prefetch hint */ - mcr p15,0,r0,c1,c0,1 /* write Auxiliary Control Register */ - - mrs r0, cpsr /* get the current PSR */ - bic r0, r0, #0x100 /* enable asynchronous abort exception */ - msr cpsr_xsf, r0 - - - b _startup /* jump to C startup code */ - and r0, r0, r0 /* no op */ - -.Ldone: b .Ldone /* Paranoia: we should never get here */ - - -/* - ************************************************************************* - * - * invalidate_dcache - invalidate the entire d-cache by set/way - * - * Note: for Cortex-A53, there is no cp instruction for invalidating - * the whole D-cache. Need to invalidate each line. - * - ************************************************************************* - */ -invalidate_dcache: - mrc p15, 1, r0, c0, c0, 1 /* read CLIDR */ - ands r3, r0, #0x7000000 - mov r3, r3, lsr #23 /* cache level value (naturally aligned) */ - beq finished - mov r10, #0 /* start with level 0 */ -loop1: - add r2, r10, r10, lsr #1 /* work out 3xcachelevel */ - mov r1, r0, lsr r2 /* bottom 3 bits are the Cache type for this level */ - and r1, r1, #7 /* get those 3 bits alone */ - cmp r1, #2 - blt skip /* no cache or only instruction cache at this level */ - mcr p15, 2, r10, c0, c0, 0 /* write the Cache Size selection register */ - isb /* isb to sync the change to the CacheSizeID reg */ - mrc p15, 1, r1, c0, c0, 0 /* reads current Cache Size ID register */ - and r2, r1, #7 /* extract the line length field */ - add r2, r2, #4 /* add 4 for the line length offset (log2 16 bytes) */ - ldr r4, =0x3ff - ands r4, r4, r1, lsr #3 /* r4 is the max number on the way size (right aligned) */ - clz r5, r4 /* r5 is the bit position of the way size increment */ - ldr r7, =0x7fff - ands r7, r7, r1, lsr #13 /* r7 is the max number of the index size (right aligned) */ -loop2: - mov r9, r4 /* r9 working copy of the max way size (right aligned) */ -loop3: - orr r11, r10, r9, lsl r5 /* factor in the way number and cache number into r11 */ - orr r11, r11, r7, lsl r2 /* factor in the index number */ - mcr p15, 0, r11, c7, c6, 2 /* invalidate by set/way */ - subs r9, r9, #1 /* decrement the way number */ - bge loop3 - subs r7, r7, #1 /* decrement the index */ - bge loop2 -skip: - add r10, r10, #2 /* increment the cache number */ - cmp r3, r10 - bgt loop1 - -finished: - mov r10, #0 /* switch back to cache level 0 */ - mcr p15, 2, r10, c0, c0, 0 /* select current cache level in cssr */ - dsb - isb - - bx lr - -.end -/** -* @} End of "addtogroup a53_32_boot_code". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/cpu_init.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/cpu_init.S deleted file mode 100644 index b5a1ae7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/cpu_init.S +++ /dev/null @@ -1,50 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file cpu_init.S -* -* This file contains CPU specific initialization. Invoked from main CRT -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.2	pkp  	28/05/15 First release
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - - .text - .global __cpu_init - .align 2 -__cpu_init: - -/* Clear cp15 regs with unknown reset values */ - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 /* DFSR */ - mcr p15, 0, r0, c5, c0, 1 /* IFSR */ - mcr p15, 0, r0, c6, c0, 0 /* DFAR */ - mcr p15, 0, r0, c6, c0, 2 /* IFAR */ - mcr p15, 0, r0, c9, c13, 2 /* PMXEVCNTR */ - mcr p15, 0, r0, c13, c0, 2 /* TPIDRURW */ - mcr p15, 0, r0, c13, c0, 3 /* TPIDRURO */ - -/* Reset and start Cycle Counter */ - mov r2, #0x80000000 /* clear overflow */ - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd /* D, C, E */ - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 /* enable cycle counter */ - mcr p15, 0, r2, c9, c12, 1 - - bx lr - -.end diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/xil-crt0.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/xil-crt0.S deleted file mode 100644 index 3f926ac..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/xil-crt0.S +++ /dev/null @@ -1,101 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file xil-crt0.S -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.2	pkp  28/05/15 First release
-* 5.4	pkp  18/12/15 Initialized global constructor for C++ applications
-* 6.6   srm  10/18/17 Added timer configuration using XTime_StartTTCTimer API.
-*		      Now the TTC instance as specified by the user will be
-*		      started.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -#include "xparameters.h" - .file "xil-crt0.S" - .section ".got2","aw" - .align 2 - - .text -.Lsbss_start: - .long __sbss_start - -.Lsbss_end: - .long __sbss_end - -.Lbss_start: - .long __bss_start__ - -.Lbss_end: - .long __bss_end__ - - -.Lstack: - .long __stack - - .globl _startup -_startup: - - mov r0, #0 - - /* clear sbss */ - ldr r1,.Lsbss_start /* calculate beginning of the SBSS */ - ldr r2,.Lsbss_end /* calculate end of the SBSS */ - -.Lloop_sbss: - cmp r1,r2 - bge .Lenclsbss /* If no SBSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_sbss - -.Lenclsbss: - /* clear bss */ - ldr r1,.Lbss_start /* calculate beginning of the BSS */ - ldr r2,.Lbss_end /* calculate end of the BSS */ - -.Lloop_bss: - cmp r1,r2 - bge .Lenclbss /* If no BSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_bss - -.Lenclbss: - /* set stack pointer */ - ldr r13,.Lstack /* stack address */ - - /* run global constructors */ - bl __libc_init_array - - /* Reset and start Triple Timer Counter */ - #if defined (SLEEP_TIMER_BASEADDR) - bl XTime_StartTTCTimer - #endif - - /* make sure argc and argv are valid */ - mov r0, #0 - mov r1, #0 - - bl main /* Jump to main C code */ - - /* Cleanup global constructors */ - bl __libc_fini_array - - bl exit - -.Lexit: /* should never get here */ - b .Lexit - -.Lstart: - .size _startup,.Lstart-_startup diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/CMakeLists.txt b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/CMakeLists.txt deleted file mode 100644 index 3438d96..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -collect (PROJECT_LIB_HEADERS xparameters_ps.h) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/translation_table.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/translation_table.S deleted file mode 100644 index 012ecfb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/translation_table.S +++ /dev/null @@ -1,155 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file translation_table.s -* -* @addtogroup a53_32_boot_code -* @{ -*

translation_table.S

-* The translation_table.S contains a static page table required by MMU for -* cortex-A53. This translation table is flat mapped (input address = output -* address) with default memory attributes defined for zynq ultrascale+ -* architecture. It utilizes short descriptor translation table format with each -* section defining 1MB of memory. -* -* For DDR in region 0x00000000 - 0x7FFFFFFF, a system where DDR is less than -* 2GB, region after DDR and before PL is marked as undefined/reserved in -* translation table. In region 0xFFC00000 - 0xFFDFFFFF, it contains CSU -* and PMU memory which are marked as Device since it is less than 1MB and -* falls in a region with device memory. -* -* The overview of translation table memory attributes is described below. -* -*| | Memory Range | Definition in Translation Table | -*|-----------------|-------------------------|---------------------------------| -*| DDR | 0x00000000 - 0x7FFFFFFF | Normal write-back Cacheable | -*| PL | 0x80000000 - 0xBFFFFFFF | Strongly Ordered | -*| QSPI, lower PCIe| 0xC0000000 - 0xEFFFFFFF | Device Memory | -*| Reserved | 0xF0000000 - 0xF7FFFFFF | Unassigned | -*| STM Coresight | 0xF8000000 - 0xF8FFFFFF | Device Memory | -*| GIC | 0xF9000000 - 0xF90FFFFF | Device memory | -*| Reserved | 0xF9100000 - 0xFCFFFFFF | Unassigned | -*| FPS, LPS slaves | 0xFD000000 - 0xFFBFFFFF | Device memory | -*| CSU, PMU | 0xFFC00000 - 0xFFDFFFFF | Device Memory | -*| TCM, OCM | 0xFFE00000 - 0xFFFFFFFF | Normal write-back cacheable | -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.2	pkp  28/05/15 First release
-* 5.4	pkp  18/12/15 Updated the address map according to proper address map
-* 6.0   mus  20/07/16 Added warning for ddrless HW design CR-954977
-* 
-* -* -******************************************************************************/ -#include "xparameters.h" - .globl MMUTable - - .section .mmu_tbl,"a" - -MMUTable: - /* Each table entry occupies one 32-bit word and there are - * 4096 entries, so the entire table takes up 16KB. - * Each entry covers a 1MB section. - */ - -.set SECT, 0 - -#ifdef XPAR_PSU_DDR_0_S_AXI_BASEADDR -.set DDR_START, XPAR_PSU_DDR_0_S_AXI_BASEADDR -.set DDR_END, XPAR_PSU_DDR_0_S_AXI_HIGHADDR -.set DDR_SIZE, (DDR_END - DDR_START)+1 -.if DDR_SIZE > 0x80000000 -/* If DDR size is larger than 2GB, truncate to 2GB */ -.set DDR_REG, 0x800 -.else -.set DDR_REG, DDR_SIZE/0x100000 -.endif -#else -.set DDR_REG, 0 -#warning "There's no DDR in the HW design. MMU translation table marks 2 GB DDR address space as undefined" -#endif -.set UNDEF_REG, 0x800 - DDR_REG - -.rept DDR_REG /* DDR Cacheable */ -.word SECT + 0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept UNDEF_REG /* unassigned/reserved */ - /* Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0200 /* 0x80000000 - 0x9fffffff (FPGA slave0) */ -.word SECT + 0xc02 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0200 /* 0xA0000000 - 0xbfffffff (FPGA slave1) */ -.word SECT + 0xc02 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0200 /* 0xc0000000 - 0xdfffffff (OSPI IOU)*/ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0100 /* 0xe0000000 - 0xefffffff (Lower PCIe)*/ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x80 /* 0xf0000000 - 0xf7ffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x10 /* 0xf8000000 - 0xf8ffffff (STM Coresight) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x1 /* 0xf9000000 - 0xf90fffff (RPU_A53_GIC) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x3f /* 0xf9100000 - 0xfcffffff (reserved).*/ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x10 /* 0xfd000000 - 0xfdffffff (FPS Slaves) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x1C /* 0xfe0000000 - 0xfeffffff (LPS Slaves) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x2 /* 0xffc000000 - 0xffdfffff (CSU and PMU) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x02 /* 0xffe00000 - 0xffffffff (TCM and OCM Cacheable) */ -.word SECT + 0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr -.end -/** -* @} End of "addtogroup a53_32_boot_code". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/xparameters_ps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/xparameters_ps.h deleted file mode 100644 index 2b5b4fd..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/xparameters_ps.h +++ /dev/null @@ -1,323 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* This file contains the address definitions for the hard peripherals -* attached to the ARM Cortex A53 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.2	pkp  	28/05/15 First release
-* 6.0   mus     18/08/16 Defined ARMA53_32 flag
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifndef ARMA53_32 -#define ARMA53_32 ARMA53_32 -#endif - -#ifdef __cplusplus -extern "C" { -#endif -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - -/** - *@cond nocomments - */ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XEMACPS_2_INTR XPS_GEM2_INT_ID -#define XPAR_XEMACPS_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_XEMACPS_3_INTR XPS_GEM3_INT_ID -#define XPAR_XEMACPS_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_XWDTPS_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_XCSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_PSU_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSU_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSU_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSU_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSU_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSU_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSU_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSU_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSU_CSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_XMPU_LPD_INTR XPS_XMPU_LPD_INT_ID -#define XPAR_XZDMAPS_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_XZDMAPS_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_XZDMAPS_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_XZDMAPS_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_XZDMAPS_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_XZDMAPS_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_XZDMAPS_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_XZDMAPS_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_PSU_GDMA_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_PSU_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSU_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSU_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSU_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSU_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSU_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSU_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB3_1_ENDPT_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XAPMPS_0_INTR XPS_APM0_INT_ID -#define XPAR_XAPMPS_1_INTR XPS_APM1_INT_ID -#define XPAR_XAPMPS_2_INTR XPS_APM2_INT_ID -#define XPAR_XAPMPS_5_INTR XPS_APM5_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for backwards compatibility - */ - - -#define XPS_SYS_CTRL_BASEADDR 0xFF180000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U - - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) -#define XPS_NAND_INT_ID (14U + 32U) -#define XPS_QSPI_INT_ID (15U + 32U) -#define XPS_GPIO_INT_ID (16U + 32U) -#define XPS_I2C0_INT_ID (17U + 32U) -#define XPS_I2C1_INT_ID (18U + 32U) -#define XPS_SPI0_INT_ID (19U + 32U) -#define XPS_SPI1_INT_ID (20U + 32U) -#define XPS_UART0_INT_ID (21U + 32U) -#define XPS_UART1_INT_ID (22U + 32U) -#define XPS_CAN0_INT_ID (23U + 32U) -#define XPS_CAN1_INT_ID (24U + 32U) -#define XPS_RTC_ALARM_INT_ID (26U + 32U) -#define XPS_RTC_SEC_INT_ID (27U + 32U) -#define XPS_LPD_SWDT_INT_ID (52U + 32U) -#define XPS_FPD_SWDT_INT_ID (113U + 32U) -#define XPS_TTC0_0_INT_ID (36U + 32U) -#define XPS_TTC0_1_INT_ID (37U + 32U) -#define XPS_TTC0_2_INT_ID (38U + 32U) -#define XPS_TTC1_0_INT_ID (39U + 32U) -#define XPS_TTC1_1_INT_ID (40U + 32U) -#define XPS_TTC1_2_INT_ID (41U + 32U) -#define XPS_TTC2_0_INT_ID (42U + 32U) -#define XPS_TTC2_1_INT_ID (43U + 32U) -#define XPS_TTC2_2_INT_ID (44U + 32U) -#define XPS_TTC3_0_INT_ID (45U + 32U) -#define XPS_TTC3_1_INT_ID (46U + 32U) -#define XPS_TTC3_2_INT_ID (47U + 32U) -#define XPS_SDIO0_INT_ID (48U + 32U) -#define XPS_SDIO1_INT_ID (49U + 32U) -#define XPS_AMS_INT_ID (56U + 32U) -#define XPS_GEM0_INT_ID (57U + 32U) -#define XPS_GEM0_WAKE_INT_ID (58U + 32U) -#define XPS_GEM1_INT_ID (59U + 32U) -#define XPS_GEM1_WAKE_INT_ID (60U + 32U) -#define XPS_GEM2_INT_ID (61U + 32U) -#define XPS_GEM2_WAKE_INT_ID (62U + 32U) -#define XPS_GEM3_INT_ID (63U + 32U) -#define XPS_GEM3_WAKE_INT_ID (64U + 32U) -#define XPS_USB3_0_ENDPT_INT_ID (65U + 32U) -#define XPS_USB3_1_ENDPT_INT_ID (70U + 32U) -#define XPS_ADMA_CH0_INT_ID (77U + 32U) -#define XPS_ADMA_CH1_INT_ID (78U + 32U) -#define XPS_ADMA_CH2_INT_ID (79U + 32U) -#define XPS_ADMA_CH3_INT_ID (80U + 32U) -#define XPS_ADMA_CH4_INT_ID (81U + 32U) -#define XPS_ADMA_CH5_INT_ID (82U + 32U) -#define XPS_ADMA_CH6_INT_ID (83U + 32U) -#define XPS_ADMA_CH7_INT_ID (84U + 32U) -#define XPS_CSU_DMA_INT_ID (86U + 32U) -#define XPS_XMPU_LPD_INT_ID (88U + 32U) -#define XPS_ZDMA_CH0_INT_ID (124U + 32U) -#define XPS_ZDMA_CH1_INT_ID (125U + 32U) -#define XPS_ZDMA_CH2_INT_ID (126U + 32U) -#define XPS_ZDMA_CH3_INT_ID (127U + 32U) -#define XPS_ZDMA_CH4_INT_ID (128U + 32U) -#define XPS_ZDMA_CH5_INT_ID (129U + 32U) -#define XPS_ZDMA_CH6_INT_ID (130U + 32U) -#define XPS_ZDMA_CH7_INT_ID (131U + 32U) -#define XPS_XMPU_FPD_INT_ID (134U + 32U) -#define XPS_FPD_CCI_INT_ID (154U + 32U) -#define XPS_FPD_SMMU_INT_ID (155U + 32U) -#define XPS_APM0_INT_ID (123U + 32U) -#define XPS_APM1_INT_ID (25U + 32U) -#define XPS_APM2_INT_ID (25U + 32U) -#define XPS_APM5_INT_ID (123U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSU_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSU_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSU_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSU_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSU_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSU_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSU_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSU_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSU_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSU_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSU_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSU_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSU_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSU_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSU_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSU_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSU_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSU_WDT_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_PSU_WDT_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_PSU_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSU_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSU_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSU_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSU_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSU_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSU_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSU_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSU_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSU_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSU_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSU_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSU_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSU_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA53_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUWDT_DEVICE_ID 0U - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/versal/CMakeLists.txt b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/versal/CMakeLists.txt deleted file mode 100644 index 3438d96..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/versal/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -collect (PROJECT_LIB_HEADERS xparameters_ps.h) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/versal/xparameters_ps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/versal/xparameters_ps.h deleted file mode 100644 index 2d63a10..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/versal/xparameters_ps.h +++ /dev/null @@ -1,285 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* This file contains the address definitions for the hard peripherals -* attached to the ARM Cortex A72 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 7.00 	mus     01/11/18 First release
-*       mn      03/26/18 Change Interrupt IDs for versal
-*       mn      03/26/18 Update SLCR base address
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "bspconfig.h" -/************************** Constant Definitions *****************************/ -/** - *@cond nocomments - */ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_XWDTPS_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSV_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSV_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSV_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSV_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSV_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSV_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSV_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSV_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSV_PMC_DMA_0_INTR XPS_PMCDMA0_INT_ID -#define XPAR_PSV_PMC_DMA_1_INTR XPS_PMCDMA1_INT_ID -#define XPAR_XMPU_LPD_INTR XPS_XMPU_LPD_INT_ID -#define XPAR_PSV_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSV_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSV_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSV_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSV_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSV_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSV_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB3_1_ENDPT_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXA72_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA72_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for backwards compatibility - */ - -#define XPS_SYS_CTRL_BASEADDR 0xF1060000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U -#define XPS_CRP_BASEADDRESS 0xF1260000U -#define XPS_PMC_GLOBAL_BASEADDRESS 0xF1110000U - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) - -#define XPS_OSPI_INT_ID (124U + 32U) -#define XPS_QSPI_INT_ID (125U + 32U) -#define XPS_GPIO_INT_ID (13U + 32U) -#define XPS_I2C0_INT_ID (14U + 32U) -#define XPS_I2C1_INT_ID (15U + 32U) -#define XPS_SPI0_INT_ID (16U + 32U) -#define XPS_SPI1_INT_ID (17U + 32U) -#define XPS_UART0_INT_ID (18U + 32U) -#define XPS_UART1_INT_ID (19U + 32U) -#define XPS_CAN0_INT_ID (20U + 32U) -#define XPS_CAN1_INT_ID (21U + 32U) -#define XPS_RTC_ALARM_INT_ID (142U + 32U) -#define XPS_RTC_SEC_INT_ID (143U + 32U) -#define XPS_TTC0_0_INT_ID (37U + 32U) -#define XPS_TTC0_1_INT_ID (38U + 32U) -#define XPS_TTC0_2_INT_ID (39U + 32U) -#define XPS_TTC1_0_INT_ID (40U + 32U) -#define XPS_TTC1_1_INT_ID (41U + 32U) -#define XPS_TTC1_2_INT_ID (42U + 32U) -#define XPS_TTC2_0_INT_ID (43U + 32U) -#define XPS_TTC2_1_INT_ID (44U + 32U) -#define XPS_TTC2_2_INT_ID (45U + 32U) -#define XPS_TTC3_0_INT_ID (46U + 32U) -#define XPS_TTC3_1_INT_ID (47U + 32U) -#define XPS_TTC3_2_INT_ID (48U + 32U) -#define XPS_SDIO0_INT_ID (126U + 32U) -#define XPS_SDIO0_WAKE_INT_ID (127U + 32U) -#define XPS_SDIO1_INT_ID (128U + 32U) -#define XPS_SDIO1_WAKE_INT_ID (129U + 32U) -#define XPS_AMS_INT_ID (53U + 32U) -#define XPS_GEM0_INT_ID (56U + 32U) -#define XPS_GEM0_WAKE_INT_ID (57U + 32U) -#define XPS_GEM1_INT_ID (58U + 32U) -#define XPS_GEM1_WAKE_INT_ID (59U + 32U) -#define XPS_ADMA_CH0_INT_ID (60U + 32U) -#define XPS_ADMA_CH1_INT_ID (61U + 32U) -#define XPS_ADMA_CH2_INT_ID (62U + 32U) -#define XPS_ADMA_CH3_INT_ID (63U + 32U) -#define XPS_ADMA_CH4_INT_ID (64U + 32U) -#define XPS_ADMA_CH5_INT_ID (65U + 32U) -#define XPS_ADMA_CH6_INT_ID (66U + 32U) -#define XPS_ADMA_CH7_INT_ID (67U + 32U) -#define XPS_XMPU_LPD_INT_ID (68U + 32U) -#define XPS_XMPU_FPD_INT_ID (102U + 32U) -#define XPS_FPD_CCI_INT_ID (106U + 32U) -#define XPS_FPD_SMMU_INT_ID (107U + 32U) -#define XPS_PMCDMA0_INT_ID (131U + 32U) -#define XPS_PMCDMA1_INT_ID (132U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSV_SBSAUART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSV_SBSAUART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSV_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSV_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSV_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSV_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSV_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSV_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSV_CANFD_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSV_CANFD_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSV_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSV_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSV_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSV_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSV_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSV_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSV_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSV_WDT_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_PSV_WDT_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_PSV_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSV_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSV_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSV_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSV_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSV_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSV_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSV_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSV_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSV_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSV_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSV_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSV_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSV_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA72_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA72_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA72_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA72_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA72_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA72_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUWDT_DEVICE_ID 0U - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/sleep.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/sleep.c deleted file mode 100644 index 20c1170..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/sleep.c +++ /dev/null @@ -1,73 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/***************************************************************************** -* -* @file sleep.c -* -* This function provides a second delay using the Generic Counter register in -* the ARM Cortex A53 MPcore. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 5.4	pkp		 28/01/16 Modified the sleep API to configure Time Stamp
-*						  generator only when disable using frequency from
-*						  xparamters.h instead of hardcoding
-* 5.05	pkp		 13/04/16 Modified sleep routine to call XTime_StartTimer
-*						  which enables timer only when it is disabled and
-*						  read counter value directly from register instead
-*						  of calling XTime_GetTime for optimization
-* 6.0   mus      08/18/16 Updated the sleep signature. Fix for CR#956899
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/*****************************************************************************/ -/** -* -* This API is used to provide delays in seconds -* -* @param seconds requested -* -* @return 0 always -* -* @note None. -* -****************************************************************************/ -unsigned sleep_A53(unsigned int seconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(seconds, COUNTS_PER_SECOND); -#else - XTime tEnd, tCur; - /* Start global timer counter, it will only be enabled if it is disabled */ - XTime_StartTimer(); - - tCur = arch_counter_get_cntvct(); - tEnd = tCur + (((XTime) seconds) * COUNTS_PER_SECOND); - do - { - tCur = arch_counter_get_cntvct(); - } while (tCur < tEnd); -#endif - - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/usleep.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/usleep.c deleted file mode 100644 index 2bedeb1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/usleep.c +++ /dev/null @@ -1,85 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file usleep.c -* -* This function provides a microsecond delay using the Generic counter register in -* the ARM Cortex A53 MPcore. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 5.4	pkp		 28/01/16 Modified the usleep API to configure Time Stamp
-*						  generator only when disable using frequency from
-*						  xparamters.h instead of hardcoding
-* 5.05	pkp		 13/04/16 Modified usleep routine to call XTime_StartTimer
-*						  which enables timer only when it is disabled and
-*						  read counter value directly from register instead
-*						  of calling XTime_GetTime for optimization
-* 6.0   mus      08/18/16 Updated the usleep signature. Fix for CR#956899
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*	                  implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-* 7.5   dp      01/05/21 Updated COUNTS_PER_USECOND macros to round it off to
-*                        nearest possible value so that delta error in time
-*                        calculations can be minimized.
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" -#include "xil_types.h" -#include "xpseudo_asm.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/**************************** Constant Definitions ************************/ - -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_USECOND ((COUNTS_PER_SECOND + 500000)/1000000) - -/*****************************************************************************/ -/** -* -* This API gives a delay in microseconds -* -* @param useconds requested -* -* @return 0. -* -* @note None. -* -****************************************************************************/ -int usleep_A53(unsigned long useconds) -{ - -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(useconds, COUNTS_PER_USECOND); -#else - XTime tEnd, tCur; - /* Start global timer counter, it will only be enabled if it is disabled */ - XTime_StartTimer(); - - tCur = arch_counter_get_cntvct(); - tEnd = tCur + (((XTime) useconds) * COUNTS_PER_USECOND); - do - { - tCur = arch_counter_get_cntvct(); - } while (tCur < tEnd); -#endif - - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache.c deleted file mode 100644 index c1258fb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache.c +++ /dev/null @@ -1,588 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** - * - * @file xil_cache.c - * - * Contains required functions for the ARM cache functionality. - * - *
- * MODIFICATION HISTORY:
- *
- * Ver    Who Date     Changes
- * ----- ---- -------- -----------------------------------------------
- * 5.2	pkp  28/05/15 First release
- * 5.5	pkp	 04/15/16 Updated the Xil_DCacheInvalidate,
- *			Xil_DCacheInvalidateLine and Xil_DCacheInvalidateRange
- *			functions description for proper explanation
- * 6.8  aru  06/15/18 Removed unused variables.
- * 6.8	aru  07/04/18 Optimized code in Xil_DCacheInvalidate and
- *			Xil_DCacheFlush
- * 6.8  asa  11/10/18 Fix issues in cache Xil_DCacheInvalidate and
- * 			Xil_DCacheFlush that got introduced in the optimization
- * 			changes done in the previous patch for this file.
- * 
- * - ******************************************************************************/ - /***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xil_cache_l.h" -#include "xil_io.h" -#include "xpseudo_asm.h" -#include "xparameters.h" -#include "xreg_cortexa53.h" -#include "xil_exception.h" - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#define IRQ_FIQ_MASK 0xC0U /* Mask IRQ and FIQ interrupts in cpsr */ - -extern s32 _stack_end; -extern s32 __undef_stack; -#define SELECT_D_CACHE 0 - -/****************************************************************************/ -/** - * @brief Enable the Data cache. - * - * @return None. - * - ****************************************************************************/ -void Xil_DCacheEnable(void) -{ - u32 CtrlReg; - - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - /* enable caches only if they are disabled */ - if ((CtrlReg & XREG_CONTROL_DCACHE_BIT) == 0X00000000U) { - - /* invalidate the Data cache */ - Xil_DCacheInvalidate(); - - CtrlReg |= XREG_CONTROL_DCACHE_BIT; - - /* enable the Data cache */ - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - } -} - -/****************************************************************************/ -/** - * @brief Disable the Data cache. - * - * @return None. - * - ****************************************************************************/ -void Xil_DCacheDisable(void) -{ - u32 CtrlReg; - /* clean and invalidate the Data cache */ - Xil_DCacheFlush(); - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - /* disable the Data cache */ - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** - * @brief Invalidate the Data cache. The contents present in - * the data cache are cleaned and invalidated. - * - * @return None. - * - * @note In Cortex-A53, functionality to simply invalid the - * cachelines is not present. Such operations are a - * problem for an environment that supports virtualisation. - * It would allow one OS to invalidate a line belonging to - * another OS. This could lead to the other OS crashing - * because of the loss of essential data. Hence, such - * operations are promoted to clean and invalidate to avoid - * such corruption. - * - ****************************************************************************/ -void Xil_DCacheInvalidate(void) -{ - register u32 CsidReg; - register u32 C7Reg; - u32 LineSize; - u32 NumWays; - u32 Way; - u32 WayIndex; - u32 WayAdjust; - u32 Set; - u32 SetIndex; - u32 NumSet; - u32 NumCacheLevel; - u32 CacheLevel; - u32 currmask; - u32 stack_start; - u32 stack_end; - u32 stack_size; - - stack_end = (u32) &_stack_end; - stack_start = (u32) &__undef_stack; - stack_size = stack_start - stack_end; - - /*Flush stack memory to save return address */ - Xil_DCacheFlushRange(stack_end, stack_size); - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - - /* Number of level of cache */ - NumCacheLevel = (mfcp(XREG_CP15_CACHE_LEVEL_ID) >> 24U) & 0x00000007U; - - for (CacheLevel = 0U, WayAdjust = 0x1E; CacheLevel < NumCacheLevel; - CacheLevel++, WayAdjust = WayAdjust - 2) { - - mtcp(XREG_CP15_CACHE_SIZE_SEL, ((CacheLevel << 1) | SELECT_D_CACHE)); - isb(); - - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0X00000001U; - - /*Number of Set */ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0X00000001U; - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex = 0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex = 0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | (CacheLevel << 1); - mtcp(XREG_CP15_INVAL_DC_LINE_SW, C7Reg); - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += (0x00000001U << WayAdjust); - } - - /* Wait for invalidate to complete */ - dsb(); - } - mtcpsr(currmask); -} -/****************************************************************************/ -/** - * @brief Invalidate a Data cache line. The cacheline is cleaned and - * invalidated. - * - * @param adr: 32 bit address of the data to be invalidated. - * - * @return None. - * - * @note In Cortex-A53, functionality to simply invalid - * the cachelines is not present. Such operations - * are a problem for an environment that supports - * virtualisation. It would allow one OS to invalidate - * a line belonging to another OS. This could lead to - * the other OS crashing because of the loss of essential - * data. Hence, such operations are promoted to clean and - * invalidate to avoid such corruption. - * - ****************************************************************************/ -void Xil_DCacheInvalidateLine(u32 adr) -{ - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x0); - isb(); - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, (adr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - /* Select cache level 1 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x2); - isb(); - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, (adr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** - * @brief Invalidate the Data cache for the given address range. - * The cachelines present in the adderss range are cleaned and - * invalidated - * - * @param adr: 32bit start address of the range to be invalidated. - * @param len: Length of the range to be invalidated in bytes. - * - * @return None. - * - * @note In Cortex-A53, functionality to simply invalid the cachelines - * is not present. Such operations are a problem for an - * environment that supports virtualisation. It would allow - * one OS to invalidate a line belonging to another OS. - * This could lead to the other OS crashing because of the - * loss of essential data. Hence, such operations are promoted - * to clean and invalidate to avoid such corruption. - * - ****************************************************************************/ -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len) -{ - const u32 cacheline = 64U; - u32 end; - u32 tempadr = adr; - u32 tempend; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - end = tempadr + len; - tempend = end; - - if ((tempadr & (cacheline-1U)) != 0U) { - tempadr &= (~(cacheline - 1U)); - Xil_DCacheFlushLine(tempadr); - tempadr += cacheline; - } - if ((tempend & (cacheline-1U)) != 0U) { - tempend &= (~(cacheline - 1U)); - Xil_DCacheFlushLine(tempend); - } - - while (tempadr < tempend) { - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x0); - /* Invalidate Data cache line */ - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, - (tempadr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x2); - /* Invalidate Data cache line */ - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, - (tempadr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - tempadr += cacheline; - } - } - mtcpsr(currmask); -} - -/****************************************************************************/ -/** - * @brief Flush the Data cache. - * - * @return None. - * - ****************************************************************************/ -void Xil_DCacheFlush(void) -{ - register u32 CsidReg; - register u32 C7Reg; - u32 LineSize; - u32 NumWays; - u32 Way; - u32 WayIndex; - u32 WayAdjust; - u32 Set; - u32 SetIndex; - u32 NumSet; - u32 NumCacheLevel; - u32 CacheLevel; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - - /* Number of level of cache*/ - NumCacheLevel = (mfcp(XREG_CP15_CACHE_LEVEL_ID)>>24U) & 0x00000007U; - - for (CacheLevel = 0U, WayAdjust = 0x1E; CacheLevel < NumCacheLevel; - CacheLevel++, WayAdjust = WayAdjust - 2) { - /* Select cache level and D cache in CSSELR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, ((CacheLevel << 1) | SELECT_D_CACHE)); - isb(); - - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0X00000001U; - - /*Number of Set*/ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0X00000001U; - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex = 0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex = 0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | (CacheLevel << 1); - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_SW, C7Reg); - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += (0x00000001U << WayAdjust); - } - - /* Wait for invalidate to complete */ - dsb(); - } - mtcpsr(currmask); -} - -/****************************************************************************/ -/** - * @brief Flush a Data cache line. If the byte specified by the - * address (adr) is cached by the Data cache, the cacheline - * containing that byte is invalidated. If the cacheline is - * modified (dirty), the entire contents of the cacheline are - * written to system memory before the line is invalidated. - * - * @param adr: 32bit address of the data to be flushed. - * - * @return None. - * - * @note The bottom 4 bits are set to 0, forced by architecture. - * - ****************************************************************************/ -void Xil_DCacheFlushLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x0); - isb(); - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, (adr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - /* Select cache level 1 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x2); - isb(); - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, (adr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** - * @brief Flush the Data cache for the given address range. - * If the bytes specified by the address range are cached - * by the Data cache, the cachelines containing those bytes - * are invalidated. If the cachelines are modified (dirty), - * they are written to system memory before the lines are - * invalidated. - * - * @param adr: 32bit start address of the range to be flushed. - * @param len: Length of range to be flushed in bytes. - * - * @return None. - * - ****************************************************************************/ -void Xil_DCacheFlushRange(INTPTR adr, u32 len) -{ - const u32 cacheline = 64U; - u32 end; - u32 tempadr = adr; - u32 tempend; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - end = tempadr + len; - tempend = end; - - if ((tempadr & (cacheline-1U)) != 0U) { - tempadr &= (~(cacheline - 1U)); - Xil_DCacheFlushLine(tempadr); - tempadr += cacheline; - } - if ((tempend & (cacheline-1U)) != 0U) { - tempend &= (~(cacheline - 1U)); - Xil_DCacheFlushLine(tempend); - } - - while (tempadr < tempend) { - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x0); - /* Invalidate Data cache line */ - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, - (tempadr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x2); - /* Invalidate Data cache line */ - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, - (tempadr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - tempadr += cacheline; - } - } - mtcpsr(currmask); -} - -/****************************************************************************/ -/** - * @brief Enable the instruction cache. - * - * @return None. - * - ****************************************************************************/ -void Xil_ICacheEnable(void) -{ - u32 CtrlReg; - - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - /* enable caches only if they are disabled */ - if ((CtrlReg & XREG_CONTROL_ICACHE_BIT) == 0x00000000U) { - /* invalidate the instruction cache */ - Xil_ICacheInvalidate(); - CtrlReg |= XREG_CONTROL_ICACHE_BIT; - /* enable the instruction cache */ - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - } -} - -/****************************************************************************/ -/** - * @brief Disable the instruction cache. - * - * @return None. - * - ****************************************************************************/ -void Xil_ICacheDisable(void) -{ - u32 CtrlReg; - - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - /* invalidate the instruction cache */ - Xil_ICacheInvalidate(); - CtrlReg &= ~(XREG_CONTROL_ICACHE_BIT); - /* disable the instruction cache */ - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - -} - -/****************************************************************************/ -/** - * @brief Invalidate the entire instruction cache. - * - * @return None. - * - ****************************************************************************/ -void Xil_ICacheInvalidate(void) -{ - unsigned int currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x1); - dsb(); - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0x0); - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} -/****************************************************************************/ -/** - * @brief Invalidate an instruction cache line. If the instruction - * specified by the address is cached by the instruction cache, - * the cachecline containing that instruction is invalidated. - * - * @param adr: 32bit address of the instruction to be invalidated.. - * - * @return None. - * - * @note The bottom 4 bits are set to 0, forced by architecture. - * - ****************************************************************************/ -void Xil_ICacheInvalidateLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x1); - /*Invalidate I Cache line*/ - mtcp(XREG_CP15_INVAL_IC_LINE_MVA_POU, adr & (~0x3F)); - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** - * @brief Invalidate the instruction cache for the given address range. - * If the instructions specified by the address range are cached - * by the instrunction cache, the cachelines containing those - * instructions are invalidated. - * - * @param adr: 32bit start address of the range to be invalidated. - * @param len: Length of the range to be invalidated in bytes. - * - * @return None. - * - ****************************************************************************/ -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len) -{ - const u32 cacheline = 64U; - u32 end; - u32 tempadr = adr; - u32 tempend; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0x00000000U) { - end = tempadr + len; - tempend = end; - tempadr &= ~(cacheline - 0x00000001U); - - /* Select cache Level 0 I-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x1); - while (tempadr < tempend) { - /*Invalidate I Cache line*/ - mtcp(XREG_CP15_INVAL_IC_LINE_MVA_POU, adr & (~0x3F)); - - tempadr += cacheline; - } - } -/* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache.h deleted file mode 100644 index 0fe994b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache.h +++ /dev/null @@ -1,60 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.h -* -* @addtogroup a53_32_cache_apis Cortex A53 32bit Processor Cache Functions -* -* Cache functions provide access to cache related operations such as flush -* and invalidate for instruction and data caches. It gives option to perform -* the cache operations on a single cacheline, a range of memory and an entire -* cache. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.2	pkp  28/05/15 First release
-* 
-* -******************************************************************************/ -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -void Xil_DCacheEnable(void); -void Xil_DCacheDisable(void); -void Xil_DCacheInvalidate(void); -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len); -void Xil_DCacheFlush(void); -void Xil_DCacheFlushRange(INTPTR adr, u32 len); -void Xil_DCacheInvalidateLine(u32 adr); -void Xil_DCacheFlushLine(u32 adr); - -void Xil_ICacheInvalidateLine(u32 adr); -void Xil_ICacheEnable(void); -void Xil_ICacheDisable(void); -void Xil_ICacheInvalidate(void); -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a53_64_cache_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache_l.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache_l.h deleted file mode 100644 index 3eee8cc..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache_l.h +++ /dev/null @@ -1,41 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_l.h -* -* Contains L1 and L2 specific functions for the ARM cache functionality -* used by xcache.c. This functionality is being made available here for -* more sophisticated users. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/24/10 First release
-* 
-* -******************************************************************************/ -#ifndef XIL_CACHE_MACH_H -#define XIL_CACHE_MACH_H - -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes ******************************/ - - - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_mmu.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_mmu.c deleted file mode 100644 index 62a929e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_mmu.c +++ /dev/null @@ -1,124 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.c -* -* This file provides APIs for enabling/disabling MMU and setting the memory -* attributes for sections, in the MMU translation table. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.2	pkp  28/05/15 First release
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_mmu.h" - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -extern u32 MMUTable; - -/************************** Function Prototypes ******************************/ -/*****************************************************************************/ -/** -* @brief This function sets the memory attributes for a section covering 1MB -* of memory in the translation table. -* -* @param Addr: 32-bit address for which the attributes need to be set. -* @param attrib: Attributes for the specified memory region. xil_mmu.h -* contains commonly used memory attributes definitions which can be -* utilized for this function. -* -* -* @return None. -* -* @note The MMU or D-cache does not need to be disabled before changing a -* translation table entry. -* -******************************************************************************/ -void Xil_SetTlbAttributes(UINTPTR Addr, u32 attrib) -{ - u32 *ptr; - u32 section; - - section = Addr / 0x100000U; - ptr = &MMUTable; - ptr += section; - if(ptr != NULL) { - *ptr = (Addr & 0xFFF00000U) | attrib; - } - - Xil_DCacheFlush(); - - mtcp(XREG_CP15_INVAL_UTLB_UNLOCKED, 0U); - /* Invalidate all branch predictors */ - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0U); - - dsb(); /* ensure completion of the BP and TLB invalidation */ - isb(); /* synchronize context on this processor */ -} - -/*****************************************************************************/ -/** -* @brief Enable MMU for Cortex-A53 processor in 32bit mode. This function -* invalidates the instruction and data caches before enabling MMU. -* -* @return None. -* -******************************************************************************/ -void Xil_EnableMMU(void) -{ - u32 Reg; - Xil_DCacheInvalidate(); - Xil_ICacheInvalidate(); - - Reg = mfcp(XREG_CP15_SYS_CONTROL); - Reg |= (u32)0x05U; - mtcp(XREG_CP15_SYS_CONTROL, Reg); - - dsb(); - isb(); -} - -/*****************************************************************************/ -/** -* @brief Disable MMU for Cortex A53 processors in 32bit mode. This function -* invalidates the TLBs, Branch Predictor Array and flushed the data -* cache before disabling the MMU. -* -* @return None. -* -* @note When the MMU is disabled, all the memory accesses are treated as -* strongly ordered. -******************************************************************************/ -void Xil_DisableMMU(void) -{ - u32 Reg; - - mtcp(XREG_CP15_INVAL_UTLB_UNLOCKED, 0U); - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0U); - Xil_DCacheFlush(); - Reg = mfcp(XREG_CP15_SYS_CONTROL); - Reg &= (u32)(~0x05U); - mtcp(XREG_CP15_SYS_CONTROL, Reg); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_mmu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_mmu.h deleted file mode 100644 index df332c7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_mmu.h +++ /dev/null @@ -1,77 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* -* @addtogroup a53_32_mmu_apis Cortex A53 32bit Processor MMU Handling -* @{ -* MMU functions equip users to enable MMU, disable MMU and modify default -* memory attributes of MMU table as per the need. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.2	pkp  28/05/15 First release
-* 7.1	mus  30/07/19 Added constant definitions for memory attributes.
-* 
-* -* -******************************************************************************/ - -#ifndef XIL_MMU_H -#define XIL_MMU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ -/* Memory type */ -#define NORM_NONCACHE 0x11DE2 /* Normal Non-cacheable */ -#define STRONG_ORDERED 0xC02 /* Strongly ordered */ -#define DEVICE_MEMORY 0xC06 /* Device memory */ -#define RESERVED 0x0 /* reserved memory */ - -/* Normal write-through cacheable shareable */ -#define NORM_WT_CACHE 0x16DEA - -/* Normal write back cacheable shareable */ -#define NORM_WB_CACHE 0x15DE6 - -/* shareability attribute */ -#define SHAREABLE (0x1 << 16) -#define NON_SHAREABLE (~(0x1 << 16)) - -/* Execution type */ -#define EXECUTE_NEVER ((0x1 << 4) | (0x1 << 0)) - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void Xil_SetTlbAttributes(UINTPTR Addr, u32 attrib); -void Xil_EnableMMU(void); -void Xil_DisableMMU(void); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MMU_H */ -/** -* @} End of "addtogroup a53_32_mmu_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xparameters_ps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xparameters_ps.h deleted file mode 100644 index a22ecf5..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xparameters_ps.h +++ /dev/null @@ -1,324 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* This file contains the address definitions for the hard peripherals -* attached to the ARM Cortex A53 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.2	pkp  	28/05/15 First release
-* 6.0   mus     18/08/16 Defined ARMA53_32 flag
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifndef ARMA53_32 -#define ARMA53_32 ARMA53_32 -#endif - -/** - *@cond nocomments - */ - -#ifdef __cplusplus -extern "C" { -#endif -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XEMACPS_2_INTR XPS_GEM2_INT_ID -#define XPAR_XEMACPS_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_XEMACPS_3_INTR XPS_GEM3_INT_ID -#define XPAR_XEMACPS_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_XWDTPS_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_XCSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_PSU_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSU_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSU_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSU_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSU_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSU_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSU_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSU_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSU_CSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_XMPU_LPD_INTR XPS_XMPU_LPD_INT_ID -#define XPAR_XZDMAPS_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_XZDMAPS_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_XZDMAPS_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_XZDMAPS_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_XZDMAPS_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_XZDMAPS_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_XZDMAPS_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_XZDMAPS_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_PSU_GDMA_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_PSU_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSU_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSU_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSU_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSU_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSU_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSU_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB3_1_ENDPT_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XAPMPS_0_INTR XPS_APM0_INT_ID -#define XPAR_XAPMPS_1_INTR XPS_APM1_INT_ID -#define XPAR_XAPMPS_2_INTR XPS_APM2_INT_ID -#define XPAR_XAPMPS_5_INTR XPS_APM5_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for backwards compatibility - */ - - -#define XPS_SYS_CTRL_BASEADDR 0xFF180000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U - - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) -#define XPS_NAND_INT_ID (14U + 32U) -#define XPS_QSPI_INT_ID (15U + 32U) -#define XPS_GPIO_INT_ID (16U + 32U) -#define XPS_I2C0_INT_ID (17U + 32U) -#define XPS_I2C1_INT_ID (18U + 32U) -#define XPS_SPI0_INT_ID (19U + 32U) -#define XPS_SPI1_INT_ID (20U + 32U) -#define XPS_UART0_INT_ID (21U + 32U) -#define XPS_UART1_INT_ID (22U + 32U) -#define XPS_CAN0_INT_ID (23U + 32U) -#define XPS_CAN1_INT_ID (24U + 32U) -#define XPS_RTC_ALARM_INT_ID (26U + 32U) -#define XPS_RTC_SEC_INT_ID (27U + 32U) -#define XPS_LPD_SWDT_INT_ID (52U + 32U) -#define XPS_FPD_SWDT_INT_ID (113U + 32U) -#define XPS_TTC0_0_INT_ID (36U + 32U) -#define XPS_TTC0_1_INT_ID (37U + 32U) -#define XPS_TTC0_2_INT_ID (38U + 32U) -#define XPS_TTC1_0_INT_ID (39U + 32U) -#define XPS_TTC1_1_INT_ID (40U + 32U) -#define XPS_TTC1_2_INT_ID (41U + 32U) -#define XPS_TTC2_0_INT_ID (42U + 32U) -#define XPS_TTC2_1_INT_ID (43U + 32U) -#define XPS_TTC2_2_INT_ID (44U + 32U) -#define XPS_TTC3_0_INT_ID (45U + 32U) -#define XPS_TTC3_1_INT_ID (46U + 32U) -#define XPS_TTC3_2_INT_ID (47U + 32U) -#define XPS_SDIO0_INT_ID (48U + 32U) -#define XPS_SDIO1_INT_ID (49U + 32U) -#define XPS_AMS_INT_ID (56U + 32U) -#define XPS_GEM0_INT_ID (57U + 32U) -#define XPS_GEM0_WAKE_INT_ID (58U + 32U) -#define XPS_GEM1_INT_ID (59U + 32U) -#define XPS_GEM1_WAKE_INT_ID (60U + 32U) -#define XPS_GEM2_INT_ID (61U + 32U) -#define XPS_GEM2_WAKE_INT_ID (62U + 32U) -#define XPS_GEM3_INT_ID (63U + 32U) -#define XPS_GEM3_WAKE_INT_ID (64U + 32U) -#define XPS_USB3_0_ENDPT_INT_ID (65U + 32U) -#define XPS_USB3_1_ENDPT_INT_ID (70U + 32U) -#define XPS_ADMA_CH0_INT_ID (77U + 32U) -#define XPS_ADMA_CH1_INT_ID (78U + 32U) -#define XPS_ADMA_CH2_INT_ID (79U + 32U) -#define XPS_ADMA_CH3_INT_ID (80U + 32U) -#define XPS_ADMA_CH4_INT_ID (81U + 32U) -#define XPS_ADMA_CH5_INT_ID (82U + 32U) -#define XPS_ADMA_CH6_INT_ID (83U + 32U) -#define XPS_ADMA_CH7_INT_ID (84U + 32U) -#define XPS_CSU_DMA_INT_ID (86U + 32U) -#define XPS_XMPU_LPD_INT_ID (88U + 32U) -#define XPS_ZDMA_CH0_INT_ID (124U + 32U) -#define XPS_ZDMA_CH1_INT_ID (125U + 32U) -#define XPS_ZDMA_CH2_INT_ID (126U + 32U) -#define XPS_ZDMA_CH3_INT_ID (127U + 32U) -#define XPS_ZDMA_CH4_INT_ID (128U + 32U) -#define XPS_ZDMA_CH5_INT_ID (129U + 32U) -#define XPS_ZDMA_CH6_INT_ID (130U + 32U) -#define XPS_ZDMA_CH7_INT_ID (131U + 32U) -#define XPS_XMPU_FPD_INT_ID (134U + 32U) -#define XPS_FPD_CCI_INT_ID (154U + 32U) -#define XPS_FPD_SMMU_INT_ID (155U + 32U) -#define XPS_APM0_INT_ID (123U + 32U) -#define XPS_APM1_INT_ID (25U + 32U) -#define XPS_APM2_INT_ID (25U + 32U) -#define XPS_APM5_INT_ID (123U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSU_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSU_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSU_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSU_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSU_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSU_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSU_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSU_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSU_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSU_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSU_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSU_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSU_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSU_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSU_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSU_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSU_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSU_WDT_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_PSU_WDT_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_PSU_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSU_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSU_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSU_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSU_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSU_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSU_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSU_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSU_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSU_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSU_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSU_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSU_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSU_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA53_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUWDT_DEVICE_ID 0U - - -#ifdef __cplusplus -} -#endif - -/** - *@endcond - */ - -#endif /* protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xpseudo_asm.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xpseudo_asm.h deleted file mode 100644 index 41c9c9c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xpseudo_asm.h +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm.h -* -* @addtogroup a53_32_specific Cortex A53 32bit Processor Specific Include Files -* -* The xpseudo_asm.h includes xreg_cortexa53.h and xpseudo_asm_gcc.h. -* The xreg_cortexa53.h file contains definitions for inline assembler code. -* It provides inline definitions for Cortex A53 GPRs, SPRs, co-processor -* registers and floating point registers. -* -* The xpseudo_asm_gcc.h contains the definitions for the most often used inline -* assembler instructions, available as macros. These can be very useful for -* tasks such as setting or getting special purpose registers, synchronization, -* or cache manipulation etc. These inline assembler instructions can be used -* from drivers and user applications written in C. -* -* @{ -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.2	pkp  	28/05/15 First release
-* 
-* -******************************************************************************/ -#ifndef XPSEUDO_ASM_H -#define XPSEUDO_ASM_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xreg_cortexa53.h" -#include "xpseudo_asm_gcc.h" - -#ifdef __cplusplus -} -#endif - -#endif /* XPSEUDO_ASM_H */ -/** -* @} End of "addtogroup a53_32_specific". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xreg_cortexa53.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xreg_cortexa53.h deleted file mode 100644 index e811686..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xreg_cortexa53.h +++ /dev/null @@ -1,394 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xreg_cortexa53.h -* -* This header file contains definitions for using inline assembler code. It is -* written specifically for the GNU. -* -* All of the ARM Cortex A53 GPRs, SPRs, and Debug Registers are defined along -* with the positions of the bits within the registers. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 
-* -******************************************************************************/ -#ifndef XREG_CORTEXA53_H -#define XREG_CORTEXA53_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/** - *@cond nocomments - */ - -/* GPRs */ -#define XREG_GPR0 r0 -#define XREG_GPR1 r1 -#define XREG_GPR2 r2 -#define XREG_GPR3 r3 -#define XREG_GPR4 r4 -#define XREG_GPR5 r5 -#define XREG_GPR6 r6 -#define XREG_GPR7 r7 -#define XREG_GPR8 r8 -#define XREG_GPR9 r9 -#define XREG_GPR10 r10 -#define XREG_GPR11 r11 -#define XREG_GPR12 r12 -#define XREG_GPR13 r13 -#define XREG_GPR14 r14 -#define XREG_GPR15 r15 -#define XREG_CPSR cpsr - -/* Coprocessor number defines */ -#define XREG_CP0 0 -#define XREG_CP1 1 -#define XREG_CP2 2 -#define XREG_CP3 3 -#define XREG_CP4 4 -#define XREG_CP5 5 -#define XREG_CP6 6 -#define XREG_CP7 7 -#define XREG_CP8 8 -#define XREG_CP9 9 -#define XREG_CP10 10 -#define XREG_CP11 11 -#define XREG_CP12 12 -#define XREG_CP13 13 -#define XREG_CP14 14 -#define XREG_CP15 15 - -/* Coprocessor control register defines */ -#define XREG_CR0 cr0 -#define XREG_CR1 cr1 -#define XREG_CR2 cr2 -#define XREG_CR3 cr3 -#define XREG_CR4 cr4 -#define XREG_CR5 cr5 -#define XREG_CR6 cr6 -#define XREG_CR7 cr7 -#define XREG_CR8 cr8 -#define XREG_CR9 cr9 -#define XREG_CR10 cr10 -#define XREG_CR11 cr11 -#define XREG_CR12 cr12 -#define XREG_CR13 cr13 -#define XREG_CR14 cr14 -#define XREG_CR15 cr15 - -/* Current Processor Status Register (CPSR) Bits */ -#define XREG_CPSR_THUMB_MODE 0x20 -#define XREG_CPSR_MODE_BITS 0x1F -#define XREG_CPSR_SYSTEM_MODE 0x1F -#define XREG_CPSR_UNDEFINED_MODE 0x1B -#define XREG_CPSR_DATA_ABORT_MODE 0x17 -#define XREG_CPSR_SVC_MODE 0x13 -#define XREG_CPSR_IRQ_MODE 0x12 -#define XREG_CPSR_FIQ_MODE 0x11 -#define XREG_CPSR_USER_MODE 0x10 - -#define XREG_CPSR_IRQ_ENABLE 0x80 -#define XREG_CPSR_FIQ_ENABLE 0x40 - -#define XREG_CPSR_N_BIT 0x80000000 -#define XREG_CPSR_Z_BIT 0x40000000 -#define XREG_CPSR_C_BIT 0x20000000 -#define XREG_CPSR_V_BIT 0x10000000 - - -/* CP15 defines */ - -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "p15, 0, %0, c0, c0, 0" -#define XREG_CP15_CACHE_TYPE "p15, 0, %0, c0, c0, 1" -#define XREG_CP15_TCM_TYPE "p15, 0, %0, c0, c0, 2" -#define XREG_CP15_TLB_TYPE "p15, 0, %0, c0, c0, 3" -#define XREG_CP15_MULTI_PROC_AFFINITY "p15, 0, %0, c0, c0, 5" - -#define XREG_CP15_PROC_FEATURE_0 "p15, 0, %0, c0, c1, 0" -#define XREG_CP15_PROC_FEATURE_1 "p15, 0, %0, c0, c1, 1" -#define XREG_CP15_DEBUG_FEATURE_0 "p15, 0, %0, c0, c1, 2" -#define XREG_CP15_MEMORY_FEATURE_0 "p15, 0, %0, c0, c1, 4" -#define XREG_CP15_MEMORY_FEATURE_1 "p15, 0, %0, c0, c1, 5" -#define XREG_CP15_MEMORY_FEATURE_2 "p15, 0, %0, c0, c1, 6" -#define XREG_CP15_MEMORY_FEATURE_3 "p15, 0, %0, c0, c1, 7" - -#define XREG_CP15_INST_FEATURE_0 "p15, 0, %0, c0, c2, 0" -#define XREG_CP15_INST_FEATURE_1 "p15, 0, %0, c0, c2, 1" -#define XREG_CP15_INST_FEATURE_2 "p15, 0, %0, c0, c2, 2" -#define XREG_CP15_INST_FEATURE_3 "p15, 0, %0, c0, c2, 3" -#define XREG_CP15_INST_FEATURE_4 "p15, 0, %0, c0, c2, 4" - -#define XREG_CP15_CACHE_SIZE_ID "p15, 1, %0, c0, c0, 0" -#define XREG_CP15_CACHE_LEVEL_ID "p15, 1, %0, c0, c0, 1" -#define XREG_CP15_AUXILARY_ID "p15, 1, %0, c0, c0, 7" - -#define XREG_CP15_CACHE_SIZE_SEL "p15, 2, %0, c0, c0, 0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "p15, 0, %0, c1, c0, 0" -#define XREG_CP15_AUX_CONTROL "p15, 0, %0, c1, c0, 1" -#define XREG_CP15_CP_ACCESS_CONTROL "p15, 0, %0, c1, c0, 2" - -#define XREG_CP15_SECURE_CONFIG "p15, 0, %0, c1, c1, 0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "p15, 0, %0, c1, c1, 1" -#define XREG_CP15_NS_ACCESS_CONTROL "p15, 0, %0, c1, c1, 2" -#define XREG_CP15_VIRTUAL_CONTROL "p15, 0, %0, c1, c1, 3" - - -/* XREG_CP15_CONTROL bit defines */ -#define XREG_CP15_CONTROL_TE_BIT 0x40000000U -#define XREG_CP15_CONTROL_AFE_BIT 0x20000000U -#define XREG_CP15_CONTROL_TRE_BIT 0x10000000U -#define XREG_CP15_CONTROL_NMFI_BIT 0x08000000U -#define XREG_CP15_CONTROL_EE_BIT 0x02000000U -#define XREG_CP15_CONTROL_HA_BIT 0x00020000U -#define XREG_CP15_CONTROL_RR_BIT 0x00004000U -#define XREG_CP15_CONTROL_V_BIT 0x00002000U -#define XREG_CP15_CONTROL_I_BIT 0x00001000U -#define XREG_CP15_CONTROL_Z_BIT 0x00000800U -#define XREG_CP15_CONTROL_SW_BIT 0x00000400U -#define XREG_CP15_CONTROL_B_BIT 0x00000080U -#define XREG_CP15_CONTROL_C_BIT 0x00000004U -#define XREG_CP15_CONTROL_A_BIT 0x00000002U -#define XREG_CP15_CONTROL_M_BIT 0x00000001U - - -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "p15, 0, %0, c2, c0, 0" -#define XREG_CP15_TTBR1 "p15, 0, %0, c2, c0, 1" -#define XREG_CP15_TTB_CONTROL "p15, 0, %0, c2, c0, 2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "p15, 0, %0, c3, c0, 0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "p15, 0, %0, c5, c0, 0" -#define XREG_CP15_INST_FAULT_STATUS "p15, 0, %0, c5, c0, 1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "p15, 0, %0, c5, c1, 0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "p15, 0, %0, c5, c1, 1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "p15, 0, %0, c6, c0, 0" -#define XREG_CP15_INST_FAULT_ADDRESS "p15, 0, %0, c6, c0, 2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "p15, 0, %0, c7, c0, 4" - -#define XREG_CP15_INVAL_IC_POU_IS "p15, 0, %0, c7, c1, 0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "p15, 0, %0, c7, c1, 6" - -#define XREG_CP15_PHYS_ADDR "p15, 0, %0, c7, c4, 0" - -#define XREG_CP15_INVAL_IC_POU "p15, 0, %0, c7, c5, 0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "p15, 0, %0, c7, c5, 1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A53. - */ -#define XREG_CP15_INST_SYNC_BARRIER "p15, 0, %0, c7, c5, 4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "p15, 0, %0, c7, c5, 6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c6, 1" -#define XREG_CP15_INVAL_DC_LINE_SW "p15, 0, %0, c7, c6, 2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "p15, 0, %0, c7, c8, 0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "p15, 0, %0, c7, c8, 1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "p15, 0, %0, c7, c8, 2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "p15, 0, %0, c7, c8, 3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "p15, 0, %0, c7, c8, 4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "p15, 0, %0, c7, c8, 5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "p15, 0, %0, c7, c8, 6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "p15, 0, %0, c7, c8, 7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "p15, 0, %0, c7, c10, 1" -#define XREG_CP15_CLEAN_DC_LINE_SW "p15, 0, %0, c7, c10, 2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A53. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "p15, 0, %0, c7, c10, 4" -#define XREG_CP15_DATA_MEMORY_BARRIER "p15, 0, %0, c7, c10, 5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "p15, 0, %0, c7, c11, 1" - -#define XREG_CP15_NOP2 "p15, 0, %0, c7, c13, 1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c14, 1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "p15, 0, %0, c7, c14, 2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "p15, 0, %0, c8, c3, 0" -#define XREG_CP15_INVAL_TLB_MVA_IS "p15, 0, %0, c8, c3, 1" -#define XREG_CP15_INVAL_TLB_ASID_IS "p15, 0, %0, c8, c3, 2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "p15, 0, %0, c8, c3, 3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "p15, 0, %0, c8, c5, 0" -#define XREG_CP15_INVAL_ITLB_MVA "p15, 0, %0, c8, c5, 1" -#define XREG_CP15_INVAL_ITLB_ASID "p15, 0, %0, c8, c5, 2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "p15, 0, %0, c8, c6, 0" -#define XREG_CP15_INVAL_DTLB_MVA "p15, 0, %0, c8, c6, 1" -#define XREG_CP15_INVAL_DTLB_ASID "p15, 0, %0, c8, c6, 2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "p15, 0, %0, c8, c7, 0" -#define XREG_CP15_INVAL_UTLB_MVA "p15, 0, %0, c8, c7, 1" -#define XREG_CP15_INVAL_UTLB_ASID "p15, 0, %0, c8, c7, 2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "p15, 0, %0, c8, c7, 3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "p15, 0, %0, c9, c12, 0" -#define XREG_CP15_COUNT_ENABLE_SET "p15, 0, %0, c9, c12, 1" -#define XREG_CP15_COUNT_ENABLE_CLR "p15, 0, %0, c9, c12, 2" -#define XREG_CP15_V_FLAG_STATUS "p15, 0, %0, c9, c12, 3" -#define XREG_CP15_SW_INC "p15, 0, %0, c9, c12, 4" -#define XREG_CP15_EVENT_CNTR_SEL "p15, 0, %0, c9, c12, 5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "p15, 0, %0, c9, c13, 0" -#define XREG_CP15_EVENT_TYPE_SEL "p15, 0, %0, c9, c13, 1" -#define XREG_CP15_PERF_MONITOR_COUNT "p15, 0, %0, c9, c13, 2" - -#define XREG_CP15_USER_ENABLE "p15, 0, %0, c9, c14, 0" -#define XREG_CP15_INTR_ENABLE_SET "p15, 0, %0, c9, c14, 1" -#define XREG_CP15_INTR_ENABLE_CLR "p15, 0, %0, c9, c14, 2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "p15, 0, %0, c10, c0, 0" - -#define XREG_CP15_PRI_MEM_REMAP "p15, 0, %0, c10, c2, 0" -#define XREG_CP15_NORM_MEM_REMAP "p15, 0, %0, c10, c2, 1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 1" - -#define XREG_CP15_INTERRUPT_STATUS "p15, 0, %0, c12, c1, 0" -#define XREG_CP15_VIRTUALIZATION_INTR "p15, 0, %0, c12, c1, 1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "p15, 0, %0, c13, c0, 1" -#define USER_RW_THREAD_PID "p15, 0, %0, c13, c0, 2" -#define USER_RO_THREAD_PID "p15, 0, %0, c13, c0, 3" -#define USER_PRIV_THREAD_PID "p15, 0, %0, c13, c0, 4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "p15, 0, %0, c15, c0, 0" -#define XREG_CP15_CONFIG_BASE_ADDR "p15, 4, %0, c15, c0, 0" - -#define XREG_CP15_READ_TLB_ENTRY "p15, 5, %0, c15, c4, 2" -#define XREG_CP15_WRITE_TLB_ENTRY "p15, 5, %0, c15, c4, 4" - -#define XREG_CP15_MAIN_TLB_VA "p15, 5, %0, c15, c5, 2" - -#define XREG_CP15_MAIN_TLB_PA "p15, 5, %0, c15, c6, 2" - -#define XREG_CP15_MAIN_TLB_ATTR "p15, 5, %0, c15, c7, 2" - -/* MPE register definitions */ -#define XREG_FPSID c0 -#define XREG_FPSCR c1 -#define XREG_MVFR1 c6 -#define XREG_MVFR0 c7 -#define XREG_FPEXC c8 -#define XREG_FPINST c9 -#define XREG_FPINST2 c10 - -/* FPSID bits */ -#define XREG_FPSID_IMPLEMENTER_BIT (24) -#define XREG_FPSID_IMPLEMENTER_MASK (0xFF << FPSID_IMPLEMENTER_BIT) -#define XREG_FPSID_SOFTWARE (1<<23) -#define XREG_FPSID_ARCH_BIT (16) -#define XREG_FPSID_ARCH_MASK (0xF << FPSID_ARCH_BIT) -#define XREG_FPSID_PART_BIT (8) -#define XREG_FPSID_PART_MASK (0xFF << FPSID_PART_BIT) -#define XREG_FPSID_VARIANT_BIT (4) -#define XREG_FPSID_VARIANT_MASK (0xF << FPSID_VARIANT_BIT) -#define XREG_FPSID_REV_BIT (0) -#define XREG_FPSID_REV_MASK (0xF << FPSID_REV_BIT) - -/* FPSCR bits */ -#define XREG_FPSCR_N_BIT (1 << 31) -#define XREG_FPSCR_Z_BIT (1 << 30) -#define XREG_FPSCR_C_BIT (1 << 29) -#define XREG_FPSCR_V_BIT (1 << 28) -#define XREG_FPSCR_QC (1 << 27) -#define XREG_FPSCR_AHP (1 << 26) -#define XREG_FPSCR_DEFAULT_NAN (1 << 25) -#define XREG_FPSCR_FLUSHTOZERO (1 << 24) -#define XREG_FPSCR_ROUND_NEAREST (0 << 22) -#define XREG_FPSCR_ROUND_PLUSINF (1 << 22) -#define XREG_FPSCR_ROUND_MINUSINF (2 << 22) -#define XREG_FPSCR_ROUND_TOZERO (3 << 22) -#define XREG_FPSCR_RMODE_BIT (22) -#define XREG_FPSCR_RMODE_MASK (3 << FPSCR_RMODE_BIT) -#define XREG_FPSCR_STRIDE_BIT (20) -#define XREG_FPSCR_STRIDE_MASK (3 << FPSCR_STRIDE_BIT) -#define XREG_FPSCR_LENGTH_BIT (16) -#define XREG_FPSCR_LENGTH_MASK (7 << FPSCR_LENGTH_BIT) -#define XREG_FPSCR_IDC (1 << 7) -#define XREG_FPSCR_IXC (1 << 4) -#define XREG_FPSCR_UFC (1 << 3) -#define XREG_FPSCR_OFC (1 << 2) -#define XREG_FPSCR_DZC (1 << 1) -#define XREG_FPSCR_IOC (1 << 0) - -/* MVFR0 bits */ -#define XREG_MVFR0_RMODE_BIT (28) -#define XREG_MVFR0_RMODE_MASK (0xF << XREG_MVFR0_RMODE_BIT) -#define XREG_MVFR0_SHORT_VEC_BIT (24) -#define XREG_MVFR0_SHORT_VEC_MASK (0xF << XREG_MVFR0_SHORT_VEC_BIT) -#define XREG_MVFR0_SQRT_BIT (20) -#define XREG_MVFR0_SQRT_MASK (0xF << XREG_MVFR0_SQRT_BIT) -#define XREG_MVFR0_DIVIDE_BIT (16) -#define XREG_MVFR0_DIVIDE_MASK (0xF << XREG_MVFR0_DIVIDE_BIT) -#define XREG_MVFR0_EXEC_TRAP_BIT (12) -#define XREG_MVFR0_EXEC_TRAP_MASK (0xF << XREG_MVFR0_EXEC_TRAP_BIT) -#define XREG_MVFR0_DP_BIT (8) -#define XREG_MVFR0_DP_MASK (0xF << XREG_MVFR0_DP_BIT) -#define XREG_MVFR0_SP_BIT (4) -#define XREG_MVFR0_SP_MASK (0xF << XREG_MVFR0_SP_BIT) -#define XREG_MVFR0_A_SIMD_BIT (0) -#define XREG_MVFR0_A_SIMD_MASK (0xF << MVFR0_A_SIMD_BIT) - -/* FPEXC bits */ -#define XREG_FPEXC_EX (1 << 31) -#define XREG_FPEXC_EN (1 << 30) -#define XREG_FPEXC_DEX (1 << 29) - - -#define XREG_CONTROL_DCACHE_BIT (0X00000001U<<2U) -#define XREG_CONTROL_ICACHE_BIT (0X00000001U<<12U) - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XREG_CORTEXA53_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xtime_l.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xtime_l.c deleted file mode 100644 index 5cf252c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xtime_l.c +++ /dev/null @@ -1,108 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.c -* -* This file contains low level functions to get/set time from the Generic Counter -* register in the ARM Cortex A53 MPcore. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 5.2	pkp	   28/05/15 First release
-* 5.5	pkp	   04/13/16 Added XTime_StartTimer API to start the global timer
-*					 	counter if it is disabled. Also XTime_GetTime calls
-*						this API to ensure the global timer counter is enabled
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xtime_l.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) -#pragma message ("For the sleep routines, Global timer is being used") -#endif -/****************************************************************************/ -/** -* @brief Start the 64-bit physical timer counter. -* -* @return None. -* -* @note The timer is initialized only if it is disabled. If the timer is -* already running this function does not perform any operation. -* -****************************************************************************/ -void XTime_StartTimer(void) -{ - /* Enable the counter only if it is disable */ - if(((Xil_In32(XIOU_SCNTRS_BASEADDR + XIOU_SCNTRS_CNT_CNTRL_REG_OFFSET)) & - XIOU_SCNTRS_CNT_CNTRL_REG_EN_MASK) != XIOU_SCNTRS_CNT_CNTRL_REG_EN){ - - /*write frequency to System Time Stamp Generator Register*/ - Xil_Out32((XIOU_SCNTRS_BASEADDR + XIOU_SCNTRS_FREQ_REG_OFFSET), - XIOU_SCNTRS_FREQ); - - /*Enable the counter*/ - Xil_Out32((XIOU_SCNTRS_BASEADDR + XIOU_SCNTRS_CNT_CNTRL_REG_OFFSET), - XIOU_SCNTRS_CNT_CNTRL_REG_EN); - } -} -/****************************************************************************/ -/** -* @brief Timer of A53 runs continuously and the time can not be set as -* desired. This API doesn't contain anything. It is defined to have -* uniformity across platforms. -* -* @param Xtime_Global: 64bit Value to be written to the Global Timer Counter -* Register. But since the function does not contain anything, the -* value is not used for anything. -* -* @return None. -* -****************************************************************************/ -void XTime_SetTime(XTime Xtime_Global) -{ - (void) Xtime_Global; -/*As the generic timer of A53 runs constantly time can not be set as desired -so the API is left unimplemented*/ -} - -/****************************************************************************/ -/** -* @brief Get the time from the physical timer counter register. -* -* @param Xtime_Global: Pointer to the 64-bit location to be updated with -* the current value in physical timer counter. -* -* @return None. -* -****************************************************************************/ -void XTime_GetTime(XTime *Xtime_Global) -{ - /* Start global timer counter, it will only be enabled if it is disabled */ - XTime_StartTimer(); - - *Xtime_Global = arch_counter_get_cntvct(); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xtime_l.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xtime_l.h deleted file mode 100644 index 81d3542..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xtime_l.h +++ /dev/null @@ -1,90 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.h -* -* @addtogroup a53_32_time_apis Cortex A53 32bit Mode Time Functions -* xtime_l.h provides access to the 64-bit physical timer counter. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 5.2	pkp	   28/05/15 First release
-* 6.6   srm    10/23/17 Updated the macros to support user configurable sleep
-*			implementation
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XTIME_H /* prevent circular inclusions */ -#define XTIME_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ -static inline u64 arch_counter_get_cntvct(void) - { - u64 cval; - __asm__ __volatile__("mrrc p15, 1, %Q0, %R0, c14" : "=r" (cval)); - return cval; - } -/**************************** Type Definitions *******************************/ - -typedef u64 XTime; - -/************************** Constant Definitions *****************************/ -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_SECOND SLEEP_TIMER_FREQUENCY -#else -#define COUNTS_PER_SECOND XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ -#endif - -#define XIOU_SCNTRS_BASEADDR 0xFF260000U -#define XIOU_SCNTRS_CNT_CNTRL_REG_OFFSET 0x00000000U -#define XIOU_SCNTRS_FREQ_REG_OFFSET 0x00000020U -#define XIOU_SCNTRS_FREQ XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ -#define XIOU_SCNTRS_CNT_CNTRL_REG_EN 0x00000001U -#define XIOU_SCNTRS_CNT_CNTRL_REG_EN_MASK 0x00000001U - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void XTime_StartTimer(void); -/** - *@endcond - */ - -void XTime_SetTime(XTime Xtime_Global); -void XTime_GetTime(XTime *Xtime_Global); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XTIME_H */ -/** -* @} End of "addtogroup a53_32_time_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/ARM_argv_veneer.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/ARM_argv_veneer.c deleted file mode 100644 index 61da4bc..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/ARM_argv_veneer.c +++ /dev/null @@ -1,7 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/* Stub call for argv veneer */ -void __ARM_argv_veneer(void) {}; diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/Makefile deleted file mode 100644 index 2c4d446..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -############################################################################### -# Copyright (c) 2019 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -AS=$(ASSEMBLER) -COMPILER=$(COMPILER) -ARCHIVER=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= - -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ - -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h - -SRCFILES:=$(wildcard *.c) -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -COBJS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) -AOBJS1 = $(RELEASEDIR)/asm_vectors.o -AOBJS2 = $(RELEASEDIR)/translation_table.o -AOBJS3 = $(RELEASEDIR)/boot.o -OBJS = $(COBJS) $(AOBJS1) $(AOBJS2) $(AOBJS3) - -ASOURCES1 = asm_vectors.S -ASOURCES2 = translation_table.S -ASOURCES3 = boot.S - -OBJECTS = $(OBJS) - -libs: standalone_libs -standalone_libs: ${OBJECTS} - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(AOBJS1): $(ASOURCES1) -ifeq ($(findstring asm_vectors.S,$(wildcard *.S)),asm_vectors.S) - ${COMPILER} $(INCLUDES) --target=aarch64-arm-none-eabi -E -o asm_vectors_post.s asm_vectors.S -endif - ${AS} --cpu=8-A.64 --fpu=fp-armv8 -o $*.o asm_vectors_post.s --depend=$*.d - -$(AOBJS2): $(ASOURCES2) -ifeq ($(findstring translation_table.S,$(wildcard *.S)),translation_table.S) - ${COMPILER} $(INCLUDES) --target=aarch64-arm-none-eabi -E -o translation_table_post.s translation_table.S -endif - ${AS} --cpu=8-A.64 --fpu=fp-armv8 -o $*.o translation_table_post.s --depend=$*.d - -$(AOBJS3): $(ASOURCES3) -ifeq ($(findstring boot.S,$(wildcard *.S)),boot.S) - ${COMPILER} $(INCLUDES) --target=aarch64-arm-none-eabi -E -o boot_post.s boot.S -endif - ${AS} --cpu=8-A.64 --fpu=fp-armv8 -o $*.o boot_post.s --depend=$*.d - -$(RELEASEDIR)%.o: %.c - ${COMPILER} -c $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) $(addprefix $(INCLUDEDIR), $(subst includes_ps/,,$(wildcard includes_ps/*.h))) - - - -$(INCLUDEDIR)%.h: includes_ps/%.h - $(CP) $< $@ - - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/asm_vectors.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/asm_vectors.S deleted file mode 100644 index 74feb77..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/asm_vectors.S +++ /dev/null @@ -1,314 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2019 - 2021 Xilinx, Inc. All rights reserved. -;* SPDX-License-Identifier: MIT -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file asm_vectors.S -;* -;* This file contains the initial vector table for the Cortex A53 processor -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who     Date     Changes
-;* ----- ------- -------- ---------------------------------------------------
-;* 7.0   cjp     02/26/19 First release
-;* 
-;* -;* @note -;* -;* None. -;* -;******************************************************************************/ - -#include "bspconfig.h" - - EXPORT _vector_table - EXPORT FPUStatus - - IMPORT _boot - IMPORT FIQInterrupt - IMPORT IRQInterrupt - IMPORT SErrorInterrupt - IMPORT SynchronousInterrupt - -; -; FPUContextSize is the size of the array where floating point registers are -; stored when required. The default size corresponds to the case when there is -; no nested interrupt. If there are nested interrupts in application which are -; using floating point operation, the size of FPUContextSize need to be -; increased as per requirement -; -FPUContextSize EQU 528 - - MACRO - saveregister - stp X0, X1, [sp,#-0x10]! - stp X2, X3, [sp,#-0x10]! - stp X4, X5, [sp,#-0x10]! - stp X6, X7, [sp,#-0x10]! - stp X8, X9, [sp,#-0x10]! - stp X10, X11, [sp,#-0x10]! - stp X12, X13, [sp,#-0x10]! - stp X14, X15, [sp,#-0x10]! - stp X16, X17, [sp,#-0x10]! - stp X18, X19, [sp,#-0x10]! - stp X29, X30, [sp,#-0x10]! - MEND - - MACRO - restoreregister - ldp X29, X30, [sp], #0x10 - ldp X18, X19, [sp], #0x10 - ldp X16, X17, [sp], #0x10 - ldp X14, X15, [sp], #0x10 - ldp X12, X13, [sp], #0x10 - ldp X10, X11, [sp], #0x10 - ldp X8, X9, [sp], #0x10 - ldp X6, X7, [sp], #0x10 - ldp X4, X5, [sp], #0x10 - ldp X2, X3, [sp], #0x10 - ldp X0, X1, [sp], #0x10 - MEND - - MACRO - savefloatregister - ldr x1, =FPUContextBase ; Load the floating point context array address from FPUContextBase - ldr x0, [x1] - stp q0, q1, [x0], #0x20 ; Save all the floating point register to the array - stp q2, q3, [x0], #0x20 - stp q4, q5, [x0], #0x20 - stp q6, q7, [x0], #0x20 - stp q8, q9, [x0], #0x20 - stp q10, q11, [x0], #0x20 - stp q12, q13, [x0], #0x20 - stp q14, q15, [x0], #0x20 - stp q16, q17, [x0], #0x20 - stp q18, q19, [x0], #0x20 - stp q20, q21, [x0], #0x20 - stp q22, q23, [x0], #0x20 - stp q24, q25, [x0], #0x20 - stp q26, q27, [x0], #0x20 - stp q28, q29, [x0], #0x20 - stp q30, q31, [x0], #0x20 - mrs x2, FPCR - mrs x3, FPSR - stp x2, x3, [x0], #0x10 - str x0, [x1] ; Save current address of floating point context array to FPUContextBase - MEND - - MACRO - restorefloatregister - ldr x1, =FPUContextBase ; Restore the address of floating point context array from FPUContextBase - ldr x0, [x1] - ldp x2, x3, [x0,#-0x10]! ; Restore all the floating point register from the array - msr FPCR, x2 - msr FPSR, x3 - ldp q30, q31, [x0,#-0x20]! - ldp q28, q29, [x0,#-0x20]! - ldp q26, q27, [x0,#-0x20]! - ldp q24, q25, [x0,#-0x20]! - ldp q22, q23, [x0,#-0x20]! - ldp q20, q21, [x0,#-0x20]! - ldp q18, q19, [x0,#-0x20]! - ldp q16, q17, [x0,#-0x20]! - ldp q14, q15, [x0,#-0x20]! - ldp q12, q13, [x0,#-0x20]! - ldp q10, q11, [x0,#-0x20]! - ldp q8, q9, [x0,#-0x20]! - ldp q6, q7, [x0,#-0x20]! - ldp q4, q5, [x0,#-0x20]! - ldp q2, q3, [x0,#-0x20]! - ldp q0, q1, [x0,#-0x20]! - str x0, [x1] ; Save current address of floating point context array to FPUContextBase - MEND - - AREA |.vectors|, CODE - REQUIRE8 {TRUE} - PRESERVE8 {TRUE} - ENTRY ; Define this as an entry point - -_vector_table - -; -; If application is built for XEN GUEST as EL1 Non-secure following image -; header is required by XEN. -; -#if (HYP_GUEST == 1) - ldr x16, =_boot ; Valid Image header - br x16 ; HW reset vector - DCD 0 ; Text offset - DCD 0 ; Image size - DCD 8 ; Flags - DCD 0 ; RES0 - DCD 0 - DCD 0 - DCD 0x644d5241 ; Magic - DCD 0 ; RES0 -#endif - - B _boot - ALIGN 512 - B SynchronousInterruptHandler - ALIGN 128 - B IRQInterruptHandler - ALIGN 128 - B FIQInterruptHandler - ALIGN 128 - B SErrorInterruptHandler - -SynchronousInterruptHandler - saveregister - -; Check if the Synchronous abort is occurred due to floating point access -#if (EL3 == 1) - mrs x0, ESR_EL3 -#else - mrs x0, ESR_EL1 -#endif - and x0, x0, #(0x3F << 26) - mov x1, #(0x7 << 26) - cmp x0, x1 - -; -; If exception is not due to floating point access go to synchronous -; handler -; - bne synchronoushandler - -; -; If exception occurred due to floating point access, Enable the floating point -; access i.e. do not trap floating point instruction -; -#if (EL3 == 1) - mrs x1, CPTR_EL3 - mov x2, #(0x1<<10) - bic x1, x1, x2 - msr CPTR_EL3, x1 -#else - mrs x1, CPACR_EL1 - orr x1, x1, #(0x1<<20) - msr CPACR_EL1, x1 -#endif - isb - -; -; If the floating point access was previously enabled, store FPU context -; registers(storefloat) -; - ldr x0, =FPUStatus - ldrb w1, [x0] - cbnz w1, storefloat - -; -; If the floating point access was not enabled previously, save the status of -; floating point accessibility i.e. enabled and store floating point context -; array address(FPUContext) to FPUContextBase -; - mov w1, #0x1 - strb w1, [x0] - ldr x0, =FPUContext - ldr x1, =FPUContextBase - str x0, [x1] - b restorecontext - -storefloat - savefloatregister - b restorecontext - -synchronoushandler - bl SynchronousInterrupt - -restorecontext - restoreregister - eret - -IRQInterruptHandler - saveregister - -; Save the status of SPSR, ELR and CPTR to stack -#if (EL3 == 1) - mrs x0, CPTR_EL3 - mrs x1, ELR_EL3 - mrs x2, SPSR_EL3 -#else - mrs x0, CPACR_EL1 - mrs x1, ELR_EL1 - mrs x2, SPSR_EL1 -#endif - stp x0, x1, [sp,#-0x10]! - str x2, [sp,#-0x10]! - - -; Trap floating point access -#if (EL3 == 1) - mrs x1, CPTR_EL3 - orr x1, x1, #(0x1<<10) - msr CPTR_EL3, x1 -#else - mrs x1, CPACR_EL1 - mov x2, #(0x1<<20) - bic x1, x1, x2 - msr CPACR_EL1, x1 -#endif - isb - bl IRQInterrupt -; -; If floating point access is enabled during interrupt handling, restore -; floating point registers -; -#if (EL3 == 1) - mrs x0, CPTR_EL3 - ands x0, x0, #(0x1<<10) - bne RestorePrevState -#else - mrs x0, CPACR_EL1 - ands x0, x0, #(0x1<<20) - beq RestorePrevState -#endif - restorefloatregister - - -; Restore the status of SPSR, ELR and CPTR from stack -RestorePrevState - ldr x2, [sp], #0x10 - ldp x0, x1, [sp],#0x10 -#if (EL3 == 1) - msr CPTR_EL3, x0 - msr ELR_EL3, x1 - msr SPSR_EL3, x2 -#else - msr CPACR_EL1, x0 - msr ELR_EL1, x1 - msr SPSR_EL1, x2 -#endif - restoreregister - eret - -FIQInterruptHandler - saveregister - bl FIQInterrupt - restoreregister - eret - -SErrorInterruptHandler - saveregister - bl SErrorInterrupt - restoreregister - eret - - ALIGN 8 - -; Array to store floating point registers -FPUContext - SPACE FPUContextSize - -; Stores address for floating point context array -FPUContextBase - SPACE 8 - -FPUStatus - SPACE 4 - - END diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/boot.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/boot.S deleted file mode 100644 index 150a298..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/boot.S +++ /dev/null @@ -1,408 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2019 - 2021 Xilinx, Inc. All rights reserved. -;* SPDX-License-Identifier: MIT -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file boot.S -;* -;* @addtogroup a53_64_boot_code Cortex A53 64bit Processor Boot Code -;* @{ -;*

boot.S

-;* -;* The boot code performs minimum configuration which is required for an -;* application. Cortex-A53 starts by checking current exception level. If the -;* current exception level is EL3 and BSP is built for EL3, it will do -;* initialization required for application execution at EL3. Below is a -;* sequence illustrating what all configuration is performed before control -;* reaches to main function for EL3 execution. -;* -;* 1. Program vector table base for exception handling -;* 2. Set reset vector table base address -;* 3. Program stack pointer for EL3 -;* 4. Routing of interrupts to EL3 -;* 5. Enable ECC protection -;* 6. Program generic counter frequency -;* 7. Invalidate instruction cache, data cache and TLBs -;* 8. Configure MMU registers and program base address of translation table -;* 9. Transfer control to _start which clears BSS sections and runs global -;* constructor before jumping to main application -;* -;* If current exception level is EL1 and BSP is also built for EL1_NONSECURE -;* it will perform initialization required for application execution at EL1 -;* non-secure. For all other combination, the execution will go into infinite -;* loop. Below is a sequence illustrating what all configuration is performed -;* before control reaches to main function for EL1 execution. -;* -;* 1. Program vector table base for exception handling -;* 2. Program stack pointer for EL1 -;* 3. Invalidate instruction cache, data cache and TLBs -;* 4. Configure MMU registers and program base address of translation table -;* 5. Transfer control to _start which clears BSS sections and runs global -;* constructor before jumping to main application -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who     Date     Changes
-;* ----- ------- -------- ---------------------------------------------------
-;* 7.0   mus     02/26/19 First release
-;* 7.2   mus     01/08/19 Added support for versal
-;*       sd      02/23/20 Clock Init is called
-;*       sd      03/21/20 Added XCLOCKING flag
-;* 
-;******************************************************************************/ - -#include "xparameters.h" -#include "bspconfig.h" -#include "xil_errata.h" - - EXPORT _prestart - EXPORT _boot - - IMPORT MMUTableL0 - IMPORT |Image$$ARM_LIB_STACK$$ZI$$Base| - IMPORT _vector_table - IMPORT __main -#ifdef XCLOCKING - IMPORT Xil_ClockInit -#endif - -#ifndef FREERTOS_BSP - IMPORT FPUStatus -#endif - -rvbar_base EQU 0xFD5C0040 -MODE_EL1 EQU 0x5 -DAIF_BIT EQU 0x1C0 -TT_S1_FAULT EQU 0x0 -TT_S1_TABLE EQU 0x3 - - AREA |.boot|, CODE - -; This initializes the various processor modes - -_prestart -_boot - mov x0, #0 - mov x1, #0 - mov x2, #0 - mov x3, #0 - mov x4, #0 - mov x5, #0 - mov x6, #0 - mov x7, #0 - mov x8, #0 - mov x9, #0 - mov x10, #0 - mov x11, #0 - mov x12, #0 - mov x13, #0 - mov x14, #0 - mov x15, #0 - mov x16, #0 - mov x17, #0 - mov x18, #0 - mov x19, #0 - mov x20, #0 - mov x21, #0 - mov x22, #0 - mov x23, #0 - mov x24, #0 - mov x25, #0 - mov x26, #0 - mov x27, #0 - mov x28, #0 - mov x29, #0 - mov x30, #0 - -OKToRun - mrs x0, currentEL - cmp x0, #0xC - beq InitEL3 - cmp x0, #0x4 - beq InitEL1 - b error ; Go to error if current exception level is neither EL3 nor EL1 - - -InitEL3 -#if (EL3 == 1) - ldr x1, =_vector_table ; Set vector table base address - msr VBAR_EL3, x1 - mrs x0, MPIDR_EL1 ; Get the CPU ID - and x0, x0, #0xFF - mov w0, w0 - ldr w2, =rvbar_base ; Calculate the rvbar base address for particular CPU core - mov w3, #0x8 - mul w0, w0, w3 - add w2, w2, w0 - str x1, [x2] ; Store vector base address to rvbar - ldr x2, =|Image$$ARM_LIB_STACK$$ZI$$Base| ; Define stack pointer for current exception level - mov sp, x2 - - mov x0, #0 ; Enable Trapping of SIMD/FPU register for standalone BSP -#ifndef FREERTOS_BSP - orr x0, x0, #(0x1 << 10) -#endif - msr CPTR_EL3, x0 - isb - -; -; Clear FPUStatus variable to make sure that it contains current -; status of FPU i.e. disabled. In case of a warm restart execution -; when bss sections are not cleared, it may contain previously updated -; value which does not hold true now -; -#ifndef FREERTOS_BSP - ldr x0, =FPUStatus - str xzr, [x0] -#endif - -; Configure SCR_EL3 - mov w1, #0 ; Initial value of register is unknown - orr w1, w1, #(1 << 11) ; Set ST bit (Secure EL1 can access CNTPS_TVAL_EL1, CNTPS_CTL_EL1 & CNTPS_CVAL_EL1) - orr w1, w1, #(1 << 10) ; Set RW bit (EL1 is AArch64, as this is the Secure world) - orr w1, w1, #(1 << 3) ; Set EA bit (SError routed to EL3) - orr w1, w1, #(1 << 2) ; Set FIQ bit (FIQs routed to EL3) - orr w1, w1, #(1 << 1) ; Set IRQ bit (IRQs routed to EL3) - msr SCR_EL3, x1 - -; Configure cpu auxiliary control register EL1 - ldr x0, =0x80CA000 ; L1 Data prefetch control - 5, Enable device split throttle, 2 independent data prefetch streams -#if (CONFIG_ARM_ERRATA_855873) -; -; Set ENDCCASCI bit in CPUACTLR_EL1 register, to execute data -; cache clean operations as data cache clean and invalidate -; - orr x0, x0, #(1 << 44) ; Set ENDCCASCI bit -#endif - msr S3_1_C15_C2_0, x0 ; CPUACTLR_EL1 - -; Program the counter frequency -#if defined (versal) - ldr x0, =XPAR_CPU_CORTEXA72_0_TIMESTAMP_CLK_FREQ -#else - ldr x0, =XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ - msr CNTFRQ_EL0, x0 -#endif - -; Enable hardware coherency between cores - mrs x0, S3_1_c15_c2_1 ; Read EL1 CPU Extended Control Register - orr x0, x0, #(1 << 6) ; Set the SMPEN bit - msr S3_1_c15_c2_1, x0 ; Write EL1 CPU Extended Control Register - isb - - tlbi ALLE3 - ic IALLU ; Invalidate I cache to PoU - bl invalidate_dcaches - dsb sy - isb - - ldr x1, =MMUTableL0 ; Get address of level 0 for TTBR0_EL3 - msr TTBR0_EL3, x1 ; Set TTBR0_EL3 - -; -; Set up memory attributes -; This equates to: -; 0 = b01000100 = Normal, Inner/Outer Non-Cacheable -; 1 = b11111111 = Normal, Inner/Outer WB/WA/RA -; 2 = b00000000 = Device-nGnRnE -; 3 = b00000100 = Device-nGnRE -; 4 = b10111011 = Normal, Inner/Outer WT/WA/RA -; - ldr x1, =0x000000BB0400FF44 - msr MAIR_EL3, x1 -#if defined (versal) -; Set up TCR_EL3 -; Physical Address Size PS = 100 -> 44bits 16 TB -; Granual Size TG0 = 00 -> 4KB -; size offset of the memory region T0SZ = 20 -> (region size 2^(64-20) = 2^44) - ldr x1,=0x80843514 -#else -; -; Set up TCR_EL3 -; Physical Address Size PS = 010 -> 40bits 1TB -; Granule Size TG0 = 00 -> 4KB -; Size offset of the memory region T0SZ = 24 -> (region size 2^(64-24) = 2^40) -; - ldr x1, =0x80823518 -#endif - msr TCR_EL3, x1 - isb - - -; Enable SError Exception for asynchronous abort - mrs x1, DAIF - mov x2, #(0x1<<8) - bic x1, x1, x2 - msr DAIF, x1 - - -; Configure SCTLR_EL3 - mov x1, #0 ; Most of the SCTLR_EL3 bits are unknown at reset - orr x1, x1, #(1 << 12) ; Enable I cache - orr x1, x1, #(1 << 3) ; Enable SP alignment check - orr x1, x1, #(1 << 2) ; Enable caches - orr x1, x1, #(1 << 0) ; Enable MMU - msr SCTLR_EL3, x1 - dsb sy - isb - -#ifdef XCLOCKING - b Xil_Clockinit -#endif - b __main ; Jump to start - -#else - b error ; Present exception level and selected exception level mismatch - -#endif - -InitEL1 -#if (EL1_NONSECURE == 1) - ldr x1, =_vector_table ; Set vector table base address - - msr VBAR_EL1, x1 - mrs x0, CPACR_EL1 - mov x2, #(0x3 << 0x20) - bic x0, x0, x2 - msr CPACR_EL1, x0 - isb - -; -; Clear FPUStatus variable to make sure that it contains current -; status of FPU i.e. disabled. In case of a warm restart execution -; when bss sections are not cleared, it may contain previously updated -; value which does not hold true now -; -#ifndef FREERTOS_BSP - ldr x0, =FPUStatus - str xzr, [x0] -#endif - ldr x2, =|Image$$ARM_LIB_STACK$$ZI$$Base| ; Define stack pointer for current exception level - mov sp, x2 - -; Disable MMU - mov x1, #0x0 - msr SCTLR_EL1, x1 - isb - - TLBI VMALLE1 - ic IALLU ; Invalidate I cache to PoU - bl invalidate_dcaches - dsb sy - isb - - ldr x1, =MMUTableL0 ; Get address of level 0 for TTBR0_EL1 - msr TTBR0_EL1, x1 ; Set TTBR0_EL1 - -; -; Set up memory attributes -; This equates to: -; 0 = b01000100 = Normal, Inner/Outer Non-Cacheable -; 1 = b11111111 = Normal, Inner/Outer WB/WA/RA -; 2 = b00000000 = Device-nGnRnE -; 3 = b00000100 = Device-nGnRE -; 4 = b10111011 = Normal, Inner/Outer WT/WA/RA -; - ldr x1, =0x000000BB0400FF44 - msr MAIR_EL1, x1 - -#if defined (versal) -; -; Set up TCR_EL1 -; Physical Address Size PS = 100 -> 44bits 16TB -; Granual Size TG0 = 00 -> 4KB -; size offset of the memory region T0SZ = 20 -> (region size 2^(64-20) = 2^44) -; - ldr x1,=0x485800514 -#else -; -; Set up TCR_EL1 -; Physical Address Size PS = 010 -> 40bits 1TB -; Granule Size TG0 = 00 -> 4KB -; Size offset of the memory region T0SZ = 24 -> (region size 2^(64-24) = 2^40) -; - ldr x1, =0x285800518 -#endif - msr TCR_EL1, x1 - isb - - -; Enable SError Exception for asynchronous abort - mrs x1,DAIF - mov x2, #(0x1<<8) - bic x1,x1,x2 - msr DAIF,x1 - - -; Enable MMU - mov x1,#0x0 - orr x1, x1, #(1 << 18) ; Set WFE non trapping - orr x1, x1, #(1 << 17) ; Set WFI non trapping - orr x1, x1, #(1 << 5) ; Set CP15 barrier enabled - orr x1, x1, #(1 << 12) ; Set I bit - orr x1, x1, #(1 << 2) ; Set C bit - orr x1, x1, #(1 << 0) ; Set M bit - msr SCTLR_EL1, x1 - isb - - bl __main ; Jump to start -#else - b error ; present exception level and selected exception level mismatch -#endif - -error - b error - -invalidate_dcaches - dmb ISH - mrs x0, CLIDR_EL1 ; x0 = CLIDR - ubfx w2, w0, #24, #3 ; w2 = CLIDR>Loc - cmp w2, #0 ; LoC is 0? - b.eq invalidateCaches_end ; No cleaning required and enable MMU - mov w1, #0 ; w1 = level iterator - -invalidateCaches_flush_level - add w3, w1, w1, lsl #1 ; w3 = w1 * 3 (right-shift for cache type) - lsr w3, w0, w3 ; w3 = w0 >> w3 - ubfx w3, w3, #0, #3 ; w3 = cache type of this level - cmp w3, #2 ; No cache at this level? - b.lt invalidateCaches_next_level - lsl w4, w1, #1 - msr CSSELR_EL1, x4 ; Select current cache level in CSSELR - isb ; ISB required to reflect new CSIDR - mrs x4, CCSIDR_EL1 ; w4 = CSIDR - ubfx w3, w4, #0, #3 - add w3, w3, #2 ; w3 = log2(line size) - ubfx w5, w4, #13, #15 - ubfx w4, w4, #3, #10 ; w4 = Way number - clz w6, w4 ; w6 = 32 - log2(number of ways) - -invalidateCaches_flush_set - mov w8, w4 ; w8 = Way number - -invalidateCaches_flush_way - lsl w7, w1, #1 ; Fill level field - lsl w9, w5, w3 - orr w7, w7, w9 ; Fill index field - lsl w9, w8, w6 - orr w7, w7, w9 ; Fill way field - dc CISW, x7 ; Invalidate by set/way to point of coherency - subs w8, w8, #1 ; Decrement way - b.ge invalidateCaches_flush_way - subs w5, w5, #1 ; Decrement set - b.ge invalidateCaches_flush_set - -invalidateCaches_next_level - add w1, w1, #1 ; Next level - cmp w2, w1 - b.gt invalidateCaches_flush_level - -invalidateCaches_end - ret - - END -; -; @} End of "addtogroup a53_64_boot_code" -; diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/xpseudo_asm_armclang.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/xpseudo_asm_armclang.h deleted file mode 100644 index 3d5b832..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/xpseudo_asm_armclang.h +++ /dev/null @@ -1,136 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2019 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_armclang.h -* -* This header file contains macros for using __inline assembler code. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 7.0   cjp  02/26/19 First Release
-* 7.2   asa  04/03/20 Renamed the str macro to strw.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_ARMCLANG_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_ARMCLANG_H /* by using protection macros */ - -/***************************** Include Files ********************************/ -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - asm volatile("mrs %x0, DAIF" : "=r" (rval)); \ - rval; \ - }) - -#define mtcpsr(v) __asm__ __volatile__ ("msr DAIF, %x0" : : "r" (v)) - -#define cpsiei() -#define cpsidi() -#define cpsief() -#define cpsidf() -#define mtgpr(rn, v) -#define mfgpr(rn) - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb sy") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__("dsb sy") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__("dmb sy") - -/* Memory Operations */ -#define ldr(adr) ({u64 rval; \ - __asm__ __volatile__( \ - "ldr %x0, [%x1]" \ - : "=r" (rval) : "r" (adr) \ - ); \ - rval; \ - }) - -#define ldrb(adr) ({u8 rval; \ - __asm__ __volatile__( \ - "ldrb %x0, [%x1]" \ - : "=r" (rval) : "r" (adr) \ - ); \ - rval; \ - }) - -#define strw(adr, val) __asm__ __volatile__( \ - "str %x0, [%x1]\n" \ - : : "r" (val), "r" (adr) \ - ) - -#define strb(adr, val) __asm__ __volatile__(\ - "strb %x0,[%x1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -/* Count leading zeroes (clz) */ -#define clz(arg) ({u8 rval; \ - __asm__ __volatile__( \ - "clz %x0, %x1" \ - : "=r" (rval) : "r" (arg) \ - ); \ - rval; \ - }) - -#define mtcpdc(reg,val) __asm__ __volatile__("dc " #reg ",%x0" : : "r" (val)) -#define mtcpic(reg,val) __asm__ __volatile__("ic " #reg ",%x0" : : "r" (val)) - -#define mtcpicall(reg) __asm__ __volatile__("ic " #reg) -#define mtcptlbi(reg) __asm__ __volatile__("tlbi " #reg) -#define mtcpat(reg,val) __asm__ __volatile__("at " #reg ",%x0" : : "r" (val)) - -/* CP15 operations */ -#define mfcp(reg) ({u64 rval = 0U; \ - __asm__ __volatile__( \ - "mrs %x0, " #reg : "=r" (rval)); \ - rval;\ - }) - -#define mtcp(reg,val) __asm__ __volatile__("msr " #reg ",%x0" : : "r" (val)) - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XPSEUDO_ASM_ARMCLANG_H */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/Makefile deleted file mode 100644 index d8ea488..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -CC=$(COMPILER) -AR=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a -CC_FLAGS = $(subst -pg, -DPROFILING, $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, -DPROFILING, $(EXTRA_COMPILER_FLAGS)) - -ECC_FLAGS += -nostartfiles\ - -march=armv8-a -ECC_FLAGS_NO_FLTO1 = $(subst -flto,,$(ECC_FLAGS)) -ECC_FLAGS_NO_FLTO = $(subst -ffat-lto-objects,,$(ECC_FLAGS_NO_FLTO1)) - - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(filter-out _exit.c, $(wildcard *.c))))) - -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.S)))) - -EXIT_OBJ = $(addprefix $(RELEASEDIR),$(addsuffix .o,$(basename _exit.c))) - - -INCLUDEFILES=*.h -INCLUDEFILES+=includes_ps/*.h -libs: $(LIBS) - - -standalone_libs: $(OBJECTS) $(ASSEMBLY_OBJECTS) $(EXIT_OBJ) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)_exit.o: _exit.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS_NO_FLTO) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.S - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) $(addprefix $(INCLUDEDIR), $(subst includes_ps/,,$(wildcard includes_ps/*.h))) - - - -$(INCLUDEDIR)%.h: includes_ps/%.h - $(CP) $< $@ - - - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) - rm -rf $(EXIT_OBJ) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/asm_vectors.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/asm_vectors.S deleted file mode 100644 index 9a87752..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/asm_vectors.S +++ /dev/null @@ -1,361 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file asm_vectors.S -* -* This file contains the initial vector table for the Cortex A53 processor -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.00	pkp	05/21/14 Initial version
-* 6.02  pkp	12/21/16 Added support for floating point access
-* 6.02  pkp	01/22/17 Added support for EL1 non-secure and hypervisor
-*			 baremetal guest
-* 6.4   mus     06/14/17 Fixed bug in IRQInterruptHandler code snippet,
-*                        which checks for the FPEN bit of CPACR_EL1
-* 6.6   mus     01/19/18 Added isb after writing to the cpacr_el1/cptr_el3,
-*                        to ensure enabling/disabling of floating-point unit
-*                        is completed, before any subsequent instruction.
-* 7.5   mus  05/20/21 Fixed speculative execution past ERET and BR instructions.
-*                     As per CVE-2020-13844, Cortex-A72 is affected with
-*                     vulnearability, hence changes are targeted only for Cortex-A72.
-*                     It fixes CR#1083649.
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#include "bspconfig.h" - -.org 0 -.text - -.globl _boot -.globl _vector_table - -.globl FIQInterrupt -.globl IRQInterrupt -.globl SErrorInterrupt -.globl SynchronousInterrupt -.globl FPUStatus - -/* - * FPUContextSize is the size of the array where floating point registers are - * stored when required. The default size corresponds to the case when there is no - * nested interrupt. If there are nested interrupts in application which are using - * floating point operation, the size of FPUContextSize need to be increased as per - * requirement - */ - -.set FPUContextSize, 528 - -.macro saveregister - stp X0,X1, [sp,#-0x10]! - stp X2,X3, [sp,#-0x10]! - stp X4,X5, [sp,#-0x10]! - stp X6,X7, [sp,#-0x10]! - stp X8,X9, [sp,#-0x10]! - stp X10,X11, [sp,#-0x10]! - stp X12,X13, [sp,#-0x10]! - stp X14,X15, [sp,#-0x10]! - stp X16,X17, [sp,#-0x10]! - stp X18,X19, [sp,#-0x10]! - stp X29,X30, [sp,#-0x10]! -.endm - -.macro restoreregister - ldp X29,X30, [sp], #0x10 - ldp X18,X19, [sp], #0x10 - ldp X16,X17, [sp], #0x10 - ldp X14,X15, [sp], #0x10 - ldp X12,X13, [sp], #0x10 - ldp X10,X11, [sp], #0x10 - ldp X8,X9, [sp], #0x10 - ldp X6,X7, [sp], #0x10 - ldp X4,X5, [sp], #0x10 - ldp X2,X3, [sp], #0x10 - ldp X0,X1, [sp], #0x10 -.endm - -.macro savefloatregister - -/* Load the floating point context array address from FPUContextBase */ - ldr x1,=FPUContextBase - ldr x0, [x1] - -/* Save all the floating point register to the array */ - stp q0,q1, [x0], #0x20 - stp q2,q3, [x0], #0x20 - stp q4,q5, [x0], #0x20 - stp q6,q7, [x0], #0x20 - stp q8,q9, [x0], #0x20 - stp q10,q11, [x0], #0x20 - stp q12,q13, [x0], #0x20 - stp q14,q15, [x0], #0x20 - stp q16,q17, [x0], #0x20 - stp q18,q19, [x0], #0x20 - stp q20,q21, [x0], #0x20 - stp q22,q23, [x0], #0x20 - stp q24,q25, [x0], #0x20 - stp q26,q27, [x0], #0x20 - stp q28,q29, [x0], #0x20 - stp q30,q31, [x0], #0x20 - mrs x2, FPCR - mrs x3, FPSR - stp x2, x3, [x0], #0x10 - -/* Save current address of floating point context array to FPUContextBase */ - str x0, [x1] -.endm - -.macro restorefloatregister - -/* Restore the address of floating point context array from FPUContextBase */ - ldr x1,=FPUContextBase - ldr x0, [x1] - -/* Restore all the floating point register from the array */ - ldp x2, x3, [x0,#-0x10]! - msr FPCR, x2 - msr FPSR, x3 - ldp q30,q31, [x0,#-0x20]! - ldp q28,q29, [x0,#-0x20]! - ldp q26,q27, [x0,#-0x20]! - ldp q24,q25, [x0,#-0x20]! - ldp q22,q23, [x0,#-0x20]! - ldp q20,q21, [x0,#-0x20]! - ldp q18,q19, [x0,#-0x20]! - ldp q16,q17, [x0,#-0x20]! - ldp q14,q15, [x0,#-0x20]! - ldp q12,q13, [x0,#-0x20]! - ldp q10,q11, [x0,#-0x20]! - ldp q8,q9, [x0,#-0x20]! - ldp q6,q7, [x0,#-0x20]! - ldp q4,q5, [x0,#-0x20]! - ldp q2,q3, [x0,#-0x20]! - ldp q0,q1, [x0,#-0x20]! - -/* Save current address of floating point context array to FPUContextBase */ - str x0, [x1] -.endm - -.macro exception_return - eret -#if defined (versal) - dsb nsh - isb -#endif -.endm - -.org 0 - -.section .vectors, "a" - -_vector_table: -.set VBAR, _vector_table -.org VBAR -/* - * if application is built for XEN GUEST as EL1 Non-secure following image - * header is required by XEN. - */ -.if (HYP_GUEST == 1) - - /* Valid Image header. */ - /* HW reset vector. */ - ldr x16, =_boot - br x16 -#if defined (versal) - dsb nsh - isb -#endif - /* text offset. */ - .dword 0 - /* image size. */ - .dword 0 - /* flags. */ - .dword 8 - /* RES0 */ - .dword 0 - .dword 0 - .dword 0 - - /* magic */ - .dword 0x644d5241 - /* RES0 */ - .dword 0 - /* End of Image header. */ -.endif - - b _boot -.org (VBAR + 0x200) - b SynchronousInterruptHandler - -.org (VBAR + 0x280) - b IRQInterruptHandler - -.org (VBAR + 0x300) - b FIQInterruptHandler - -.org (VBAR + 0x380) - b SErrorInterruptHandler - - -SynchronousInterruptHandler: - saveregister - -/* Check if the Synchronous abort is occurred due to floating point access. */ -.if (EL3 == 1) - mrs x0, ESR_EL3 -.else - mrs x0, ESR_EL1 -.endif - and x0, x0, #(0x3F << 26) - mov x1, #(0x7 << 26) - cmp x0, x1 -/* If exception is not due to floating point access go to synchronous handler */ - bne synchronoushandler - -/* - * If excpetion occurred due to floating point access, Enable the floating point - * access i.e. do not trap floating point instruction - */ - .if (EL3 == 1) - mrs x1,CPTR_EL3 - bic x1, x1, #(0x1<<10) - msr CPTR_EL3, x1 -.else - mrs x1,CPACR_EL1 - orr x1, x1, #(0x1<<20) - msr CPACR_EL1, x1 -.endif - isb - -/* If the floating point access was previously enabled, store FPU context - * registers(storefloat). - */ - ldr x0, =FPUStatus - ldrb w1,[x0] - cbnz w1, storefloat -/* - * If the floating point access was not enabled previously, save the status of - * floating point accessibility i.e. enabled and store floating point context - * array address(FPUContext) to FPUContextBase. - */ - mov w1, #0x1 - strb w1, [x0] - ldr x0, =FPUContext - ldr x1, =FPUContextBase - str x0,[x1] - b restorecontext -storefloat: - savefloatregister - b restorecontext -synchronoushandler: - bl SynchronousInterrupt -restorecontext: - restoreregister - exception_return - -IRQInterruptHandler: - - saveregister -/* Save the status of SPSR, ELR and CPTR to stack */ - .if (EL3 == 1) - mrs x0, CPTR_EL3 - mrs x1, ELR_EL3 - mrs x2, SPSR_EL3 -.else - mrs x0, CPACR_EL1 - mrs x1, ELR_EL1 - mrs x2, SPSR_EL1 -.endif - stp x0, x1, [sp,#-0x10]! - str x2, [sp,#-0x10]! - -/* Trap floating point access */ - .if (EL3 == 1) - mrs x1,CPTR_EL3 - orr x1, x1, #(0x1<<10) - msr CPTR_EL3, x1 -.else - mrs x1,CPACR_EL1 - bic x1, x1, #(0x1<<20) - msr CPACR_EL1, x1 -.endif - isb - - bl IRQInterrupt -/* - * If floating point access is enabled during interrupt handling, - * restore floating point registers. - */ - - .if (EL3 == 1) - mrs x0, CPTR_EL3 - ands x0, x0, #(0x1<<10) - bne RestorePrevState -.else - mrs x0,CPACR_EL1 - ands x0, x0, #(0x1<<20) - beq RestorePrevState -.endif - - restorefloatregister - -/* Restore the status of SPSR, ELR and CPTR from stack */ -RestorePrevState: - ldr x2,[sp],0x10 - ldp x0, x1, [sp],0x10 - .if (EL3 == 1) - msr CPTR_EL3, x0 - msr ELR_EL3, x1 - msr SPSR_EL3, x2 -.else - msr CPACR_EL1, x0 - msr ELR_EL1, x1 - msr SPSR_EL1, x2 -.endif - restoreregister - exception_return - -FIQInterruptHandler: - - saveregister - - bl FIQInterrupt - - restoreregister - - exception_return - -SErrorInterruptHandler: - - saveregister - - bl SErrorInterrupt - - restoreregister - - exception_return - - -.align 8 -/* Array to store floating point registers */ -FPUContext: .skip FPUContextSize - -/* Stores address for floating point context array */ -FPUContextBase: .skip 8 - -FPUStatus: .skip 1 - -.end diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/boot.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/boot.S deleted file mode 100644 index 166f2bb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/boot.S +++ /dev/null @@ -1,454 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file boot.S -* -* @addtogroup a53_64_boot_code Cortex A53 64bit Processor Boot Code -* @{ -*

boot.S

-* -* The boot code performs minimum configuration which is required for an -* application. Cortex-A53 starts by checking current exception level. If the -* current exception level is EL3 and BSP is built for EL3, it will do -* initialization required for application execution at EL3. Below is a -* sequence illustrating what all configuration is performed before control -* reaches to main function for EL3 execution. -* -* 1. Program vector table base for exception handling -* 2. Set reset vector table base address -* 3. Program stack pointer for EL3 -* 4. Routing of interrupts to EL3 -* 5. Enable ECC protection -* 6. Program generic counter frequency -* 7. Invalidate instruction cache, data cache and TLBs -* 8. Configure MMU registers and program base address of translation table -* 9. Transfer control to _start which clears BSS sections and runs global -* constructor before jumping to main application -* -* If the current exception level is EL1 and BSP is also built for EL1_NONSECURE -* it will perform initialization required for application execution at EL1 -* non-secure. For all other combination, the execution will go into infinite -* loop. Below is a sequence illustrating what all configuration is performed -* before control reaches to main function for EL1 execution. -* -* 1. Program vector table base for exception handling -* 2. Program stack pointer for EL1 -* 3. Invalidate instruction cache, data cache and TLBs -* 4. Configure MMU registers and program base address of translation table -* 5. Transfer control to _start which clears BSS sections and runs global -* constructor before jumping to main application -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.00  pkp	05/21/14 Initial version
-* 6.00	pkp     07/25/16 Program the counter frequency
-* 6.02  pkp	01/22/17 Added support for EL1 non-secure
-* 6.02	pkp	01/24/17 Clearing status of FPUStatus variable to ensure it
-*			 holds correct value.
-* 6.3   mus 04/20/17 CPU Cache protection bit in the L2CTLR_EL1 will be in
-*                    set state on reset. So, setting that bit through boot
-*                    code is redundant, hence removed the code which sets
-*                    CPU cache protection bit.
-* 6.4   mus      08/11/17 Implemented ARM erratum 855873.It fixes
-*                         CR#982209.
-* 6.6   mus      01/19/18 Added isb after writing to the cpacr_el1/cptr_el3,
-*                         to ensure floating-point unit is disabled, before
-*                         any subsequent instruction.
-* 7.0   mus      03/26/18 Updated TCR_EL3/TCR_EL1 as per versal address map
-* 7.3   mus      04/24/20 Corrected CPACR_EL1 handling at EL1 NS
-*
-* 
-* -******************************************************************************/ - -#include "xparameters.h" -#include "bspconfig.h" -#include "xil_errata.h" - -.globl MMUTableL0 -.globl MMUTableL1 -.globl MMUTableL2 -.global _prestart -.global _boot - -.global __el3_stack -.global __el2_stack -.global __el1_stack -.global __el0_stack -.global _vector_table - -.set EL3_stack, __el3_stack -.set EL2_stack, __el2_stack -.set EL1_stack, __el1_stack -.set EL0_stack, __el0_stack - -.set TT_S1_FAULT, 0x0 -.set TT_S1_TABLE, 0x3 - -.set L0Table, MMUTableL0 -.set L1Table, MMUTableL1 -.set L2Table, MMUTableL2 -.set vector_base, _vector_table -.set rvbar_base, 0xFD5C0040 - -#if defined (versal) -.set counterfreq, XPAR_CPU_CORTEXA72_0_TIMESTAMP_CLK_FREQ -#else -.set counterfreq, XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ -#endif - -.set MODE_EL1, 0x5 -.set DAIF_BIT, 0x1C0 - -.section .boot,"ax" - - -/* this initializes the various processor modes */ - -_prestart: -_boot: - mov x0, #0 - mov x1, #0 - mov x2, #0 - mov x3, #0 - mov x4, #0 - mov x5, #0 - mov x6, #0 - mov x7, #0 - mov x8, #0 - mov x9, #0 - mov x10, #0 - mov x11, #0 - mov x12, #0 - mov x13, #0 - mov x14, #0 - mov x15, #0 - mov x16, #0 - mov x17, #0 - mov x18, #0 - mov x19, #0 - mov x20, #0 - mov x21, #0 - mov x22, #0 - mov x23, #0 - mov x24, #0 - mov x25, #0 - mov x26, #0 - mov x27, #0 - mov x28, #0 - mov x29, #0 - mov x30, #0 -#if 0 //don't put other a53 cpus in wfi - //Which core am I - // ---------------- - mrs x0, MPIDR_EL1 - and x0, x0, #0xFF //Mask off to leave Aff0 - cbz x0, OKToRun //If core 0, run the primary init code -EndlessLoop0: - wfi - b EndlessLoop0 -#endif -OKToRun: - - mrs x0, currentEL - cmp x0, #0xC - beq InitEL3 - - cmp x0, #0x4 - beq InitEL1 - - b error // go to error if current exception level is neither EL3 nor EL1 -InitEL3: -.if (EL3 == 1) - /*Set vector table base address*/ - ldr x1, =vector_base - msr VBAR_EL3,x1 - - /* Set reset vector address */ - /* Get the cpu ID */ - mrs x0, MPIDR_EL1 - and x0, x0, #0xFF - mov w0, w0 - ldr w2, =rvbar_base - /* calculate the rvbar base address for particular CPU core */ - mov w3, #0x8 - mul w0, w0, w3 - add w2, w2, w0 - /* store vector base address to RVBAR */ - str x1, [x2] - - /*Define stack pointer for current exception level*/ - ldr x2,=EL3_stack - mov sp,x2 - - /* Enable Trapping of SIMD/FPU register for standalone BSP */ - mov x0, #0 -#ifndef FREERTOS_BSP - orr x0, x0, #(0x1 << 10) -#endif - msr CPTR_EL3, x0 - isb - - /* - * Clear FPUStatus variable to make sure that it contains current - * status of FPU i.e. disabled. In case of a warm restart execution - * when bss sections are not cleared, it may contain previously updated - * value which does not hold true now. - */ -#ifndef FREERTOS_BSP - ldr x0,=FPUStatus - str xzr, [x0] -#endif - /* Configure SCR_EL3 */ - mov w1, #0 //; Initial value of register is unknown - orr w1, w1, #(1 << 11) //; Set ST bit (Secure EL1 can access CNTPS_TVAL_EL1, CNTPS_CTL_EL1 & CNTPS_CVAL_EL1) - orr w1, w1, #(1 << 10) //; Set RW bit (EL1 is AArch64, as this is the Secure world) - orr w1, w1, #(1 << 3) //; Set EA bit (SError routed to EL3) - orr w1, w1, #(1 << 2) //; Set FIQ bit (FIQs routed to EL3) - orr w1, w1, #(1 << 1) //; Set IRQ bit (IRQs routed to EL3) - msr SCR_EL3, x1 - - /*configure cpu auxiliary control register EL1 */ - ldr x0,=0x80CA000 // L1 Data prefetch control - 5, Enable device split throttle, 2 independent data prefetch streams -#if CONFIG_ARM_ERRATA_855873 - /* - * Set ENDCCASCI bit in CPUACTLR_EL1 register, to execute data - * cache clean operations as data cache clean and invalidate - * - */ - orr x0, x0, #(1 << 44) //; Set ENDCCASCI bit -#endif - msr S3_1_C15_C2_0, x0 //CPUACTLR_EL1 - - /* program the counter frequency */ - ldr x0,=counterfreq - msr CNTFRQ_EL0, x0 - - /*Enable hardware coherency between cores*/ - mrs x0, S3_1_c15_c2_1 //Read EL1 CPU Extended Control Register - orr x0, x0, #(1 << 6) //Set the SMPEN bit - msr S3_1_c15_c2_1, x0 //Write EL1 CPU Extended Control Register - isb - - tlbi ALLE3 - ic IALLU //; Invalidate I cache to PoU - bl invalidate_dcaches - dsb sy - isb - - ldr x1, =L0Table //; Get address of level 0 for TTBR0_EL3 - msr TTBR0_EL3, x1 //; Set TTBR0_EL3 - - /********************************************** - * Set up memory attributes - * This equates to: - * 0 = b01000100 = Normal, Inner/Outer Non-Cacheable - * 1 = b11111111 = Normal, Inner/Outer WB/WA/RA - * 2 = b00000000 = Device-nGnRnE - * 3 = b00000100 = Device-nGnRE - * 4 = b10111011 = Normal, Inner/Outer WT/WA/RA - **********************************************/ - ldr x1, =0x000000BB0400FF44 - msr MAIR_EL3, x1 - -#if defined (versal) - /********************************************** - * Set up TCR_EL3 - * Physical Address Size PS = 100 -> 44bits 16 TB - * Granual Size TG0 = 00 -> 4KB - * size offset of the memory region T0SZ = 20 -> (region size 2^(64-20) = 2^44) - ***************************************************/ - ldr x1,=0x80843514 -#else - /********************************************** - * Set up TCR_EL3 - * Physical Address Size PS = 010 -> 40bits 1TB - * Granual Size TG0 = 00 -> 4KB - * size offset of the memory region T0SZ = 24 -> (region size 2^(64-24) = 2^40) - ***************************************************/ - ldr x1,=0x80823518 -#endif - msr TCR_EL3, x1 - isb - - /* Enable SError Exception for asynchronous abort */ - mrs x1,DAIF - bic x1,x1,#(0x1<<8) - msr DAIF,x1 - - /* Configure SCTLR_EL3 */ - mov x1, #0 //Most of the SCTLR_EL3 bits are unknown at reset - orr x1, x1, #(1 << 12) //Enable I cache - orr x1, x1, #(1 << 3) //Enable SP alignment check - orr x1, x1, #(1 << 2) //Enable caches - orr x1, x1, #(1 << 0) //Enable MMU - msr SCTLR_EL3, x1 - dsb sy - isb - - b _startup //jump to start -.else - b error // present exception level and selected exception level mismatch -.endif - -InitEL1: -.if (EL1_NONSECURE == 1) - /*Set vector table base address*/ - ldr x1, =vector_base - msr VBAR_EL1,x1 - - /* Trap floating point access only in case of standalone BSP */ -#ifdef FREERTOS_BSP - mrs x0, CPACR_EL1 - orr x0, x0, #(0x3 << 20) - msr CPACR_EL1, x0 -#else - mrs x0, CPACR_EL1 - bic x0, x0, #(0x3 << 20) - msr CPACR_EL1, x0 -#endif - isb - - /* - * Clear FPUStatus variable to make sure that it contains current - * status of FPU i.e. disabled. In case of a warm restart execution - * when bss sections are not cleared, it may contain previously updated - * value which does not hold true now. - */ -#ifndef FREERTOS_BSP - ldr x0,=FPUStatus - str xzr, [x0] -#endif - /*Define stack pointer for current exception level*/ - ldr x2,=EL1_stack - mov sp,x2 - - /* Disable MMU first */ - mov x1,#0x0 - msr SCTLR_EL1, x1 - isb - - TLBI VMALLE1 - - ic IALLU //; Invalidate I cache to PoU - bl invalidate_dcaches - dsb sy - isb - - ldr x1, =L0Table //; Get address of level 0 for TTBR0_EL1 - msr TTBR0_EL1, x1 //; Set TTBR0_EL1 - - /********************************************** - * Set up memory attributes - * This equates to: - * 0 = b01000100 = Normal, Inner/Outer Non-Cacheable - * 1 = b11111111 = Normal, Inner/Outer WB/WA/RA - * 2 = b00000000 = Device-nGnRnE - * 3 = b00000100 = Device-nGnRE - * 4 = b10111011 = Normal, Inner/Outer WT/WA/RA - **********************************************/ - ldr x1, =0x000000BB0400FF44 - msr MAIR_EL1, x1 - - #if defined (versal) - /********************************************** - * Set up TCR_EL1 - * Physical Address Size PS = 100 -> 44bits 16TB - * Granual Size TG0 = 00 -> 4KB - * size offset of the memory region T0SZ = 20 -> (region size 2^(64-20) = 2^44) - ***************************************************/ - ldr x1,=0x485800514 - #else - /********************************************** - * Set up TCR_EL1 - * Physical Address Size PS = 010 -> 44bits 16TB - * Granual Size TG0 = 00 -> 4KB - * size offset of the memory region T0SZ = 24 -> (region size 2^(64-24) = 2^40) - ***************************************************/ - ldr x1,=0x285800518 - #endif - msr TCR_EL1, x1 - isb - /* Enable SError Exception for asynchronous abort */ - mrs x1,DAIF - bic x1,x1,#(0x1<<8) - msr DAIF,x1 - - //; Enable MMU - mov x1,#0x0 - orr x1, x1, #(1 << 18) // ; Set WFE non trapping - orr x1, x1, #(1 << 17) // ; Set WFI non trapping - orr x1, x1, #(1 << 5) // ; Set CP15 barrier enabled - orr x1, x1, #(1 << 12) // ; Set I bit - orr x1, x1, #(1 << 2) // ; Set C bit - orr x1, x1, #(1 << 0) // ; Set M bit - msr SCTLR_EL1, x1 - isb - - bl _startup //jump to start -.else - b error // present exception level and selected exception level mismatch -.endif - -error: b error - - -invalidate_dcaches: - - dmb ISH - mrs x0, CLIDR_EL1 //; x0 = CLIDR - ubfx w2, w0, #24, #3 //; w2 = CLIDR.LoC - cmp w2, #0 //; LoC is 0? - b.eq invalidateCaches_end //; No cleaning required and enable MMU - mov w1, #0 //; w1 = level iterator - -invalidateCaches_flush_level: - add w3, w1, w1, lsl #1 //; w3 = w1 * 3 (right-shift for cache type) - lsr w3, w0, w3 //; w3 = w0 >> w3 - ubfx w3, w3, #0, #3 //; w3 = cache type of this level - cmp w3, #2 //; No cache at this level? - b.lt invalidateCaches_next_level - - lsl w4, w1, #1 - msr CSSELR_EL1, x4 //; Select current cache level in CSSELR - isb //; ISB required to reflect new CSIDR - mrs x4, CCSIDR_EL1 //; w4 = CSIDR - - ubfx w3, w4, #0, #3 - add w3, w3, #2 //; w3 = log2(line size) - ubfx w5, w4, #13, #15 - ubfx w4, w4, #3, #10 //; w4 = Way number - clz w6, w4 //; w6 = 32 - log2(number of ways) - -invalidateCaches_flush_set: - mov w8, w4 //; w8 = Way number -invalidateCaches_flush_way: - lsl w7, w1, #1 //; Fill level field - lsl w9, w5, w3 - orr w7, w7, w9 //; Fill index field - lsl w9, w8, w6 - orr w7, w7, w9 //; Fill way field - dc CISW, x7 //; Invalidate by set/way to point of coherency - subs w8, w8, #1 //; Decrement way - b.ge invalidateCaches_flush_way - subs w5, w5, #1 //; Descrement set - b.ge invalidateCaches_flush_set - -invalidateCaches_next_level: - add w1, w1, #1 //; Next level - cmp w2, w1 - b.gt invalidateCaches_flush_level - -invalidateCaches_end: - ret - -.end -/** -* @} End of "addtogroup a53_64_boot_code". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/initialise_monitor_handles.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/initialise_monitor_handles.c deleted file mode 100644 index dd7972e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/initialise_monitor_handles.c +++ /dev/null @@ -1,26 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file initialise_monitor_handles.c -* -* Contains blank function to avoid compilation error -* -* @note -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 05/29/14 First release
-* 
-******************************************************************************/ -__attribute__((weak)) void initialise_monitor_handles(){ - -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/xil-crt0.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/xil-crt0.S deleted file mode 100644 index 9df2cc9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/xil-crt0.S +++ /dev/null @@ -1,122 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file xil-crt0.S -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00	pkp  05/21/14 Initial version
-* 5.04  pkp  12/18/15 Initialized global constructor for C++ applications
-* 5.04	pkp  01/05/16 Set the reset vector register RVBAR equivalent to
-*		      vector table base address
-* 6.02  pkp  01/22/17 Added support for EL1 non-secure
-* 6.6   srm  10/18/17 Added timer configuration using XTime_StartTTCTimer API.
-*		      Now the TTC instance as specified by the user will be
-*	              started.
-* 6.6   mus  01/29/18 Initialized the xen PV console for Cortexa53 64 bit
-*                     EL1 NS BSP.
-* 7.2   sd   02/23/20 Clock Init is called
-* 7.2   sd   02/23/20 Clock code added under XCLOCKING flag
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -#include "xparameters.h" -#include "bspconfig.h" - .file "xil-crt0.S" - .section ".got2","aw" - .align 2 - - .text -.Lsbss_start: - .quad __sbss_start - -.Lsbss_end: - .quad __sbss_end - -.Lbss_start: - .quad __bss_start__ - -.Lbss_end: - .quad __bss_end__ - - -.set APU_PWRCTL, 0xFD5C0090 - - .globl _startup -_startup: - - mov x0, #0 -.if (EL3 == 1) - /* Check whether the clearing of bss sections shall be skipped */ - ldr x10, =APU_PWRCTL /* Load PWRCTRL address */ - ldr w11, [x10] /* Read PWRCTRL register */ - mrs x2, MPIDR_EL1 /* Read MPIDR_EL1 */ - ubfx x2, x2, #0, #8 /* Extract CPU ID (affinity level 0) */ - mov w1, #1 - lsl w2, w1, w2 /* Shift CPU ID to get one-hot ID */ - ands w11, w11, w2 /* Get PWRCTRL bit for this core */ - bne .Lenclbss /* Skip BSS and SBSS clearing */ -.endif - /* clear sbss */ - ldr x1,.Lsbss_start /* calculate beginning of the SBSS */ - ldr x2,.Lsbss_end /* calculate end of the SBSS */ - -.Lloop_sbss: - cmp x1,x2 - bge .Lenclsbss /* If no SBSS, no clearing required */ - str x0, [x1], #8 - b .Lloop_sbss - -.Lenclsbss: - /* clear bss */ - ldr x1,.Lbss_start /* calculate beginning of the BSS */ - ldr x2,.Lbss_end /* calculate end of the BSS */ - -.Lloop_bss: - cmp x1,x2 - bge .Lenclbss /* If no BSS, no clearing required */ - str x0, [x1], #8 - b .Lloop_bss - -.Lenclbss: - /* run global constructors */ - bl __libc_init_array - - /* Reset and start Triple Timer Counter */ - #if defined (SLEEP_TIMER_BASEADDR) - bl XTime_StartTTCTimer - #endif - - .if (EL1_NONSECURE == 1 && HYP_GUEST == 1 && \ - XEN_USE_PV_CONSOLE == 1) - bl XPVXenConsole_Init - .endif - /* make sure argc and argv are valid */ - mov x0, #0 - mov x1, #0 - -#ifdef XCLOCKING - bl Xil_ClockInit -#endif - bl main /* Jump to main C code */ - - /* Cleanup global constructors */ - bl __libc_fini_array - - bl exit - -.Lexit: /* should never get here */ - b .Lexit - -.Lstart: - .size _startup,.Lstart-_startup diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/ZynqMP/armclang/translation_table.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/ZynqMP/armclang/translation_table.S deleted file mode 100644 index 481481d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/ZynqMP/armclang/translation_table.S +++ /dev/null @@ -1,344 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2018 - 2020 Xilinx, Inc. All rights reserved. -;* SPDX-License-Identifier: MIT -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file translation_table.s -;* -;* @addtogroup a53_64_boot_code -;* @{ -;*

translation_table.S

-;* translation_table.S contains a static page table required by MMU for -;* cortex-A53. This translation table is flat mapped (input address = output -;* address) with default memory attributes defined for zynq ultrascale+ -;* architecture. It utilizes translation granule size of 4KB with 2MB section -;* size for initial 4GB memory and 1GB section size for memory after 4GB. -;* The overview of translation table memory attributes is described below. -;* -;*| | Memory Range | Definition in Translation Table | -;*|-----------------------|-----------------------------|-----------------------------------| -;*| DDR | 0x0000000000 - 0x007FFFFFFF | Normal write-back Cacheable | -;*| PL | 0x0080000000 - 0x00BFFFFFFF | Strongly Ordered | -;*| QSPI, lower PCIe | 0x00C0000000 - 0x00EFFFFFFF | Strongly Ordered | -;*| Reserved | 0x00F0000000 - 0x00F7FFFFFF | Unassigned | -;*| STM Coresight | 0x00F8000000 - 0x00F8FFFFFF | Strongly Ordered | -;*| GIC | 0x00F9000000 - 0x00F91FFFFF | Strongly Ordered | -;*| Reserved | 0x00F9200000 - 0x00FCFFFFFF | Unassigned | -;*| FPS, LPS slaves | 0x00FD000000 - 0x00FFBFFFFF | Strongly Ordered | -;*| CSU, PMU | 0x00FFC00000 - 0x00FFDFFFFF | Strongly Ordered | -;*| TCM, OCM | 0x00FFE00000 - 0x00FFFFFFFF | Normal inner write-back cacheable | -;*| Reserved | 0x0100000000 - 0x03FFFFFFFF | Unassigned | -;*| PL, PCIe | 0x0400000000 - 0x07FFFFFFFF | Strongly Ordered | -;*| DDR | 0x0800000000 - 0x0FFFFFFFFF | Normal inner write-back cacheable | -;*| PL, PCIe | 0x1000000000 - 0xBFFFFFFFFF | Strongly Ordered | -;*| Reserved | 0xC000000000 - 0xFFFFFFFFFF | Unassigned | -;* -;* @note -;* -;* For DDR region 0x0000000000 - 0x007FFFFFFF, a system where DDR is less than -;* 2GB, region after DDR and before PL is marked as undefined/reserved in -;* translation table. Region 0xF9100000 - 0xF91FFFFF is reserved memory in -;* 0x00F9000000 - 0x00F91FFFFF range, but it is marked as strongly ordered -;* because minimum section size in translation table section is 2MB. Region -;* 0x00FFC00000 - 0x00FFDFFFFF contains CSU and PMU memory which are marked as -;* Device since it is less than 1MB and falls in a region with device memory. -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who  Date     Changes
-;* ----- ---- -------- ---------------------------------------------------
-;* 7.0   cjp  02/26/19 First release
-;*
-;******************************************************************************/
-
-#include "xparameters.h"
-#include "bspconfig.h"
-
-	EXPORT MMUTableL0
-	EXPORT MMUTableL1
-	EXPORT MMUTableL2
-
-   GBLA abscnt
-   GBLA count
-   GBLA sect
-
-; Fault
-Reserved  EQU 0
-#if (EL1_NONSECURE == 1)
-Memory    EQU 0x405:OR:(2:SHL:8):OR:0x0			; Normal writeback write allocate outer shared read write
-#else
-Memory    EQU 0x405:OR:(3:SHL:8):OR:0x0			; Normal writeback write allocate inner shared read write
-#endif
-Device    EQU 0x409:OR:(1:SHL:53):OR:(1:SHL:54):OR:0x0	; Strongly ordered read write non executable
-
-	AREA |.mmu_tbl0|, CODE, ALIGN=12
-
-MMUTableL0
-
-   DCQU	MMUTableL1+0x3					; 0x0000_0000 -  0x7F_FFFF_FFFF
-   DCQU	MMUTableL1+0x1000+0x3				; 0x80_0000_0000 - 0xFF_FFFF_FFFF
-
-	AREA |.mmu_tbl1|, CODE, ALIGN=12
-
-MMUTableL1
-
-;
-; 0x4000_0000 - 0xFFFF_FFFF
-; 1GB DDR, 1GB PL, 2GB other devices n memory
-;
-count SETA 0
-   WHILE count<0x4
-   DCQU	MMUTableL2+count*0x1000+0x3
-count SETA count+1
-   WEND
-
-Fixlocl1 EQU 0x100000000
-abscnt SETA 0
-
-;
-; 0x0001_0000_0000 - 0x0003_FFFF_FFFF
-; 12GB Reserved
-;
-count SETA 0
-   WHILE count<0xc
-   DCQU	Fixlocl1+abscnt*0x40000000+Reserved
-count  SETA count+1
-abscnt SETA abscnt+1
-   WEND
-
-;
-; 0x0004_0000_0000 - 0x0007_FFFF_FFFF
-; 8GB PL, 8GB PCIe
-;
-count SETA 0
-   WHILE count<0x10
-   DCQU	Fixlocl1+abscnt*0x40000000+Device
-count  SETA count+1
-abscnt SETA abscnt+1
-   WEND
-
-#ifdef XPAR_PSU_DDR_1_S_AXI_BASEADDR
-DDR_1_START EQU XPAR_PSU_DDR_1_S_AXI_BASEADDR
-DDR_1_END   EQU XPAR_PSU_DDR_1_S_AXI_HIGHADDR
-DDR_1_SIZE  EQU (DDR_1_END - DDR_1_START + 1)
-#if (DDR_1_SIZE > 0x800000000)
-DDR_1_REG   EQU 0x20					; If DDR size is larger than 32GB, truncate to 32GB
-#else
-DDR_1_REG   EQU DDR_1_SIZE / 0x40000000
-#endif
-#else
-DDR_1_REG   EQU 0
-#endif
-
-UNDEF_1_REG EQU (0x20 - DDR_1_REG)
-
-; DDR based on size in hdf
-count SETA 0
-   WHILE count 0x80000000)
-DDR_0_REG   EQU 0x400					; If DDR size is larger than 2GB, truncate to 2GB
-#else
-DDR_0_REG   EQU DDR_0_SIZE / 0x200000
-#endif
-#else
-DDR_0_REG   EQU 0
-#endif
-
-UNDEF_0_REG EQU (0x400 - DDR_0_REG)
-
-; DDR based on size in hdf
-count  SETA 0
-   WHILE count translation_table.S 
-* translation_table.S contains a static page table required by MMU for
-* cortex-A53. This translation table is flat mapped (input address = output
-* address) with default memory attributes defined for zynq ultrascale+
-* architecture. It utilizes translation granual size of 4KB with 2MB section
-* size for initial 4GB memory and 1GB section size for memory after 4GB.
-* The overview of translation table memory attributes is described below.
-*
-*|                       | Memory Range                | Definition in Translation Table   |
-*|-----------------------|-----------------------------|-----------------------------------|
-*| DDR                   | 0x0000000000 - 0x007FFFFFFF | Normal write-back Cacheable       |
-*| PL                    | 0x0080000000 - 0x00BFFFFFFF | Strongly Ordered                  |
-*| QSPI, lower PCIe      | 0x00C0000000 - 0x00EFFFFFFF | Strongly Ordere                   |
-*| Reserved              | 0x00F0000000 - 0x00F7FFFFFF | Unassigned                        |
-*| STM Coresight         | 0x00F8000000 - 0x00F8FFFFFF | Strongly Ordered                  |
-*| GIC                   | 0x00F9000000 - 0x00F91FFFFF | Strongly Ordered                  |
-*| Reserved              | 0x00F9200000 - 0x00FCFFFFFF | Unassigned			   |
-*| FPS, LPS slaves       | 0x00FD000000 - 0x00FFBFFFFF | Strongly Ordered                  |
-*| CSU, PMU              | 0x00FFC00000 - 0x00FFDFFFFF | Strongly Ordered                  |
-*| TCM, OCM              | 0x00FFE00000 - 0x00FFFFFFFF | Normal inner write-back cacheable |
-*| Reserved              | 0x0100000000 - 0x03FFFFFFFF | Unassigned                        |
-*| PL, PCIe              | 0x0400000000 - 0x07FFFFFFFF | Strongly Ordered                  |
-*| DDR                   | 0x0800000000 - 0x0FFFFFFFFF | Normal inner write-back cacheable |
-*| PL, PCIe              | 0x1000000000 - 0xBFFFFFFFFF | Strongly Ordered                  |
-*| Reserved              | 0xC000000000 - 0xFFFFFFFFFF | Unassigned                        |
-*
-* @note
-*
-* For DDR region 0x0000000000 - 0x007FFFFFFF, a system where DDR is less than
-* 2GB, region after DDR and before PL is marked as undefined/reserved in
-* translation table. Region 0xF9100000 - 0xF91FFFFF is reserved memory in
-* 0x00F9000000 - 0x00F91FFFFF range, but it is marked as strongly ordered
-* because minimum section size in translation table section is 2MB. Region
-* 0x00FFC00000 - 0x00FFDFFFFF contains CSU and PMU memory which are marked as
-* Device since it is less than 1MB and falls in a region with device memory.
-*
-* 
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00  pkp  05/21/14 Initial version
-* 5.04	pkp  12/18/15 Updated the address map according to proper address map
-* 6.0   mus  07/20/16 Added warning for ddrless HW design CR-954977
-* 6.2	pkp  12/14/16 DDR memory in 0x800000000 - 0xFFFFFFFFF range is marked
-*		      as normal writeback for the size defined in hdf and rest
-*		      of the memory in that 32GB range is marked as reserved.
-* 6.4   mus  08/10/17 Marked memory as a outer shareable for EL1 NS execution,
-*                     to support CCI enabled IP's.
-*
-*
-******************************************************************************/
-#include "xparameters.h"
-#include "bspconfig.h"
-
-	.globl  MMUTableL0
-	.globl  MMUTableL1
-	.globl  MMUTableL2
-
-	.set reserved,	0x0 					/* Fault*/
-	#if EL1_NONSECURE
-	.set Memory,	0x405 | (2 << 8) | (0x0)		/* normal writeback write allocate outer shared read write */
-	#else
-	.set Memory,	0x405 | (3 << 8) | (0x0)		/* normal writeback write allocate inner shared read write */
-	#endif
-	.set Device,	0x409 | (1 << 53)| (1 << 54) |(0x0)	/* strongly ordered read write non executable*/
-	.section .mmu_tbl0,"a"
-
-MMUTableL0:
-
-.set SECT, MMUTableL1		/* 0x0000_0000 -  0x7F_FFFF_FFFF */
-.8byte	SECT + 0x3
-.set SECT, MMUTableL1+0x1000	/* 0x80_0000_0000 - 0xFF_FFFF_FFFF */
-.8byte	SECT + 0x3
-
-	.section .mmu_tbl1,"a"
-
-MMUTableL1:
-
-.set SECT, MMUTableL2		/* 0x0000_0000 - 0x3FFF_FFFF */
-.8byte	SECT + 0x3		/* 1GB DDR */
-
-.rept	0x3			/* 0x4000_0000 - 0xFFFF_FFFF */
-.set SECT, SECT + 0x1000	/*1GB DDR, 1GB PL, 2GB other devices n memory */
-.8byte	SECT + 0x3
-.endr
-
-.set SECT,0x100000000
-.rept	0xC			/* 0x0001_0000_0000 - 0x0003_FFFF_FFFF */
-.8byte	SECT + reserved		/* 12GB Reserved */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x10			/* 0x0004_0000_0000 - 0x0007_FFFF_FFFF */
-.8byte	SECT + Device		/* 8GB PL, 8GB PCIe */
-.set SECT, SECT + 0x40000000
-.endr
-
-
-#ifdef XPAR_PSU_DDR_1_S_AXI_BASEADDR
-.set DDR_1_START, XPAR_PSU_DDR_1_S_AXI_BASEADDR
-.set DDR_1_END, XPAR_PSU_DDR_1_S_AXI_HIGHADDR
-.set DDR_1_SIZE, (DDR_1_END - DDR_1_START)+1
-.if DDR_1_SIZE > 0x800000000
-/* If DDR size is larger than 32GB, truncate to 32GB */
-.set DDR_1_REG, 0x20
-.else
-.set DDR_1_REG, DDR_1_SIZE/0x40000000
-.endif
-#else
-.set DDR_1_REG, 0
-#warning "There's no DDR_1 in the HW design. MMU translation table marks 32 GB DDR address space as undefined"
-#endif
-
-.set UNDEF_1_REG, 0x20 - DDR_1_REG
-
-.rept	DDR_1_REG			/* DDR based on size in hdf*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	UNDEF_1_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	0x1C0			/* 0x0010_0000_0000 - 0x007F_FFFF_FFFF */
-.8byte	SECT + Device		/* 448 GB PL */
-.set SECT, SECT + 0x40000000
-.endr
-
-
-.rept	0x100			/* 0x0080_0000_0000 - 0x00BF_FFFF_FFFF */
-.8byte	SECT + Device		/* 256GB PCIe */
-.set SECT, SECT + 0x40000000
-.endr
-
-
-.rept	0x100			/* 0x00C0_0000_0000 - 0x00FF_FFFF_FFFF */
-.8byte	SECT + reserved		/* 256GB reserved */
-.set SECT, SECT + 0x40000000
-.endr
-
-
-.section .mmu_tbl2,"a"
-
-MMUTableL2:
-
-.set SECT, 0
-
-#ifdef XPAR_PSU_DDR_0_S_AXI_BASEADDR
-.set DDR_0_START, XPAR_PSU_DDR_0_S_AXI_BASEADDR
-.set DDR_0_END, XPAR_PSU_DDR_0_S_AXI_HIGHADDR
-.set DDR_0_SIZE, (DDR_0_END - DDR_0_START)+1
-.if DDR_0_SIZE > 0x80000000
-/* If DDR size is larger than 2GB, truncate to 2GB */
-.set DDR_0_REG, 0x400
-.else
-.set DDR_0_REG, DDR_0_SIZE/0x200000
-.endif
-#else
-.set DDR_0_REG, 0
-#warning "There's no DDR_0 in the HW design. MMU translation table marks 2 GB DDR address space as undefined"
-#endif
-
-.set UNDEF_0_REG, 0x400 - DDR_0_REG
-
-.rept	DDR_0_REG			/* DDR based on size in hdf*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	UNDEF_0_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x0200			/* 0x8000_0000 - 0xBFFF_FFFF */
-.8byte	SECT + Device		/* 1GB lower PL */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x0100			/* 0xC000_0000 - 0xDFFF_FFFF */
-.8byte	SECT + Device		/* 512MB QSPI */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x080			/* 0xE000_0000 - 0xEFFF_FFFF */
-.8byte	SECT + Device		/* 256MB lower PCIe */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x040			/* 0xF000_0000 - 0xF7FF_FFFF */
-.8byte	SECT + reserved		/* 128MB Reserved */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x8			/* 0xF800_0000 - 0xF8FF_FFFF */
-.8byte	SECT + Device		/* 16MB coresight */
-.set	SECT, SECT+0x200000
-.endr
-
-/* 1MB RPU LLP is marked for 2MB region as the minimum block size in
-   translation table is 2MB and adjacent 63MB reserved region is
-   converted to 62MB */
-
-.rept	0x1			/* 0xF900_0000 - 0xF91F_FFFF */
-.8byte	SECT + Device		/* 2MB RPU low latency port */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x1F			/* 0xF920_0000 - 0xFCFF_FFFF */
-.8byte	SECT + reserved		/* 62MB Reserved */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x8			/* 0xFD00_0000 - 0xFDFF_FFFF */
-.8byte	SECT + Device		/* 16MB FPS */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0xE			/* 0xFE00_0000 -  0xFFBF_FFFF */
-.8byte	SECT + Device		/* 28MB LPS */
-.set	SECT, SECT+0x200000
-.endr
-
-				/* 0xFFC0_0000 - 0xFFDF_FFFF */
-.8byte	SECT + Device 		/*2MB PMU/CSU */
-
-.set	SECT, SECT+0x200000	/* 0xFFE0_0000 - 0xFFFF_FFFF*/
-.8byte  SECT + Memory		/*2MB OCM/TCM*/
-
-.end
-/**
-* @} End of "addtogroup a53_64_boot_code".
-*/
diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/ZynqMP/xparameters_ps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/ZynqMP/xparameters_ps.h
deleted file mode 100644
index 973a707..0000000
--- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/ZynqMP/xparameters_ps.h
+++ /dev/null
@@ -1,323 +0,0 @@
-/******************************************************************************
-* Copyright (c) 2014 - 2021 Xilinx, Inc.  All rights reserved.
-* SPDX-License-Identifier: MIT
-******************************************************************************/
-
-/*****************************************************************************/
-/**
-* @file xparameters_ps.h
-*
-* This file contains the address definitions for the hard peripherals
-* attached to the ARM Cortex A53 core.
-*
-* 
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.00 	pkp  05/29/14 First release
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XEMACPS_2_INTR XPS_GEM2_INT_ID -#define XPAR_XEMACPS_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_XEMACPS_3_INTR XPS_GEM3_INT_ID -#define XPAR_XEMACPS_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_XWDTPS_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_XCSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_PSU_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSU_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSU_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSU_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSU_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSU_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSU_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSU_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSU_CSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_XMPU_LPD_INTR XPS_XMPU_LPD_INT_ID -#define XPAR_XZDMAPS_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_XZDMAPS_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_XZDMAPS_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_XZDMAPS_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_XZDMAPS_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_XZDMAPS_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_XZDMAPS_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_XZDMAPS_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_PSU_GDMA_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_PSU_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSU_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSU_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSU_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSU_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSU_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSU_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB3_1_ENDPT_INT_ID -#define XPAR_XUSBPS_0_WAKE_INTR XPS_USB3_0_WAKE_INT_ID -#define XPAR_XUSBPS_1_WAKE_INTR XPS_USB3_1_WAKE_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XAPMPS_0_INTR XPS_APM0_INT_ID -#define XPAR_XAPMPS_1_INTR XPS_APM1_INT_ID -#define XPAR_XAPMPS_2_INTR XPS_APM2_INT_ID -#define XPAR_XAPMPS_5_INTR XPS_APM5_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for backwards compatibility - */ - - -#define XPS_SYS_CTRL_BASEADDR 0xFF180000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U - - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) -#define XPS_NAND_INT_ID (14U + 32U) -#define XPS_QSPI_INT_ID (15U + 32U) -#define XPS_GPIO_INT_ID (16U + 32U) -#define XPS_I2C0_INT_ID (17U + 32U) -#define XPS_I2C1_INT_ID (18U + 32U) -#define XPS_SPI0_INT_ID (19U + 32U) -#define XPS_SPI1_INT_ID (20U + 32U) -#define XPS_UART0_INT_ID (21U + 32U) -#define XPS_UART1_INT_ID (22U + 32U) -#define XPS_CAN0_INT_ID (23U + 32U) -#define XPS_CAN1_INT_ID (24U + 32U) -#define XPS_RTC_ALARM_INT_ID (26U + 32U) -#define XPS_RTC_SEC_INT_ID (27U + 32U) -#define XPS_LPD_SWDT_INT_ID (52U + 32U) -#define XPS_FPD_SWDT_INT_ID (113U + 32U) -#define XPS_TTC0_0_INT_ID (36U + 32U) -#define XPS_TTC0_1_INT_ID (37U + 32U) -#define XPS_TTC0_2_INT_ID (38U + 32U) -#define XPS_TTC1_0_INT_ID (39U + 32U) -#define XPS_TTC1_1_INT_ID (40U + 32U) -#define XPS_TTC1_2_INT_ID (41U + 32U) -#define XPS_TTC2_0_INT_ID (42U + 32U) -#define XPS_TTC2_1_INT_ID (43U + 32U) -#define XPS_TTC2_2_INT_ID (44U + 32U) -#define XPS_TTC3_0_INT_ID (45U + 32U) -#define XPS_TTC3_1_INT_ID (46U + 32U) -#define XPS_TTC3_2_INT_ID (47U + 32U) -#define XPS_SDIO0_INT_ID (48U + 32U) -#define XPS_SDIO1_INT_ID (49U + 32U) -#define XPS_AMS_INT_ID (56U + 32U) -#define XPS_GEM0_INT_ID (57U + 32U) -#define XPS_GEM0_WAKE_INT_ID (58U + 32U) -#define XPS_GEM1_INT_ID (59U + 32U) -#define XPS_GEM1_WAKE_INT_ID (60U + 32U) -#define XPS_GEM2_INT_ID (61U + 32U) -#define XPS_GEM2_WAKE_INT_ID (62U + 32U) -#define XPS_GEM3_INT_ID (63U + 32U) -#define XPS_GEM3_WAKE_INT_ID (64U + 32U) -#define XPS_USB3_0_ENDPT_INT_ID (65U + 32U) -#define XPS_USB3_1_ENDPT_INT_ID (70U + 32U) -#define XPS_USB3_0_WAKE_INT_ID (75U + 32U) -#define XPS_USB3_1_WAKE_INT_ID (76U + 32U) -#define XPS_ADMA_CH0_INT_ID (77U + 32U) -#define XPS_ADMA_CH1_INT_ID (78U + 32U) -#define XPS_ADMA_CH2_INT_ID (79U + 32U) -#define XPS_ADMA_CH3_INT_ID (80U + 32U) -#define XPS_ADMA_CH4_INT_ID (81U + 32U) -#define XPS_ADMA_CH5_INT_ID (82U + 32U) -#define XPS_ADMA_CH6_INT_ID (83U + 32U) -#define XPS_ADMA_CH7_INT_ID (84U + 32U) -#define XPS_CSU_DMA_INT_ID (86U + 32U) -#define XPS_XMPU_LPD_INT_ID (88U + 32U) -#define XPS_ZDMA_CH0_INT_ID (124U + 32U) -#define XPS_ZDMA_CH1_INT_ID (125U + 32U) -#define XPS_ZDMA_CH2_INT_ID (126U + 32U) -#define XPS_ZDMA_CH3_INT_ID (127U + 32U) -#define XPS_ZDMA_CH4_INT_ID (128U + 32U) -#define XPS_ZDMA_CH5_INT_ID (129U + 32U) -#define XPS_ZDMA_CH6_INT_ID (130U + 32U) -#define XPS_ZDMA_CH7_INT_ID (131U + 32U) -#define XPS_XMPU_FPD_INT_ID (134U + 32U) -#define XPS_FPD_CCI_INT_ID (154U + 32U) -#define XPS_FPD_SMMU_INT_ID (155U + 32U) -#define XPS_APM0_INT_ID (123U + 32U) -#define XPS_APM1_INT_ID (25U + 32U) -#define XPS_APM2_INT_ID (25U + 32U) -#define XPS_APM5_INT_ID (123U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSU_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSU_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSU_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSU_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSU_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSU_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSU_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSU_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSU_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSU_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSU_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSU_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSU_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSU_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSU_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSU_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSU_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSU_WDT_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_PSU_WDT_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_PSU_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSU_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSU_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSU_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSU_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSU_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSU_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSU_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSU_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSU_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSU_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSU_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSU_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSU_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA53_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUWDT_DEVICE_ID 0U - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/versal/armclang/translation_table.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/versal/armclang/translation_table.S deleted file mode 100644 index 9db4610..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/versal/armclang/translation_table.S +++ /dev/null @@ -1,529 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file translation_table.s -* -* @addtogroup a72_64_boot_code -* @{ -*

translation_table.S

-* translation_table.S contains a static page table required by MMU for -* cortex-A72. This translation table is flat mapped (input address = output -* address) with default memory attributes defined for versal -* architecture. It utilizes translation granual size of 4KB with 2MB section -* size for initial 5GB memory and 1GB section size for memory after 5GB. -* The overview of translation table memory attributes is described below. -* -*| Name | Memory Range | Def. in Translation Table | -*|-----------------------|-----------------------------------|-----------------------------| -*| DDR | 0x000_0000_0000 - 0x000_7FFF_FFFF | Normal WB Cacheable | -*| LPD_AFI_FS | 0x000_8000_0000 - 0x000_9FFF_FFFF | Strongly Ordered | -*| Reserved | 0x000_A000_0000 - 0x000_A3FF_FFFF | Unassigned | -*| FPD_AFI_0 | 0x000_A400_0000 - 0x000_AFFF_FFFF | Strongly Ordered | -*| FPD_AFI_1 | 0x000_B000_0000 - 0x000_BFFF_FFFF | Strongly Ordered | -*| QSPI | 0x000_C000_0000 - 0x000_DFFF_FFFF | Strongly Ordered | -*| PCIE region 0 | 0x000_E000_0000 - 0x000_EFFF_FFFF | Strongly Ordered | -*| PMC | 0x000_F000_0000 - 0x000_F7FF_FFFF | Strongly Ordered | -*| STM_CORESIGHT | 0x000_F800_0000 - 0x000_F8FF_FFFF | Strongly Ordered | -*| GIC | 0x000_F900_0000 - 0x000_F90F_FFFF | Strongly Ordered | -*| Reserved | 0x000_F910_0000 - 0x000_FBFF_FFFF | Unassigned | -*| CPM | 0x000_FC00_0000 - 0x000_FCFF_FFFF | Strongly Ordered | -*| FPD slaves | 0x000_FD00_0000 - 0x000_FDFF_FFFF | Strongly Ordered | -*| LPD slaves | 0x000_FE00_0000 - 0x000_FFDF_FFFF | Strongly Ordered | -*| OCM | 0x000_FFE0_0000 - 0xFFF_FFFF_FFFF | Normal WB Cacheable | -*| PMC region 0-3 | 0x001_0000_0000 - 0x001_1FFF_FFFF | Strongly Ordered | -*| Reserved | 0x001_2000_0000 - 0x001_FFFF_FFFF | Unassigned | -*| ME Array 0-3 | 0x002_0000_0000 - 0x002_FFFF_FFFF | Strongly Ordered | -*| Reserved | 0x003_0000_0000 - 0x003_FFFF_FFFF | Unassigned | -*| PL- via PS | 0x004_0000_0000 - 0x005_FFFF_FFFF | Strongly Ordered | -*| PCIe region 1 | 0x006_0000_0000 - 0x007_FFFF_FFFF | Strongly Ordered | -*| DDR | 0x008_0000_0000 - 0x00F_FFFF_FFFF | Normal WB Cacheable | -*| Reserved | 0x010_0000_0000 - 0x03F_FFFF_FFFF | Unassigned | -*| HBM 0-3 | 0x040_0000_0000 - 0x07F_FFFF_FFFF | Strongly Ordered | -*| PCIe region 2 | 0x080_0000_0000 - 0x0BF_FFFF_FFFF | Strongly Ordered | -*| DDR | 0x0C0_0000_0000 - 0x1B7_7FFF_FFFF | Normal WB Cacheable | -*| Reserved | 0x1B7_8000_0000 - 0x1FF_FFFF_FFFF | Unassigned | -*| PL- Via NoC | 0x200_0000_0000 - 0x3FF_FFFF_FFFF | Strongly Ordered | -*| PL- Via PS | 0x400_0000_0000 - 0x4FF_FFFF_FFFF | Strongly Ordered | -*| DDR CH1-CH3 | 0x500_0000_0000 - 0x7FF_FFFF_FFFF | Normal WB Cacheable | -*| PL- Via NoC | 0x800_0000_0000 - 0xFFF_FFFF_FFFF | Strongly Ordered | -* -* @note -* -* For DDR region 0x0000000000 - 0x007FFFFFFF, a system where DDR is less than -* 2GB, region after DDR and before PL is marked as undefined/reserved in -* translation table. Region 0xF9100000 - 0xF91FFFFF is reserved memory in -* 0x00F9000000 - 0x00F91FFFFF range, but it is marked as strongly ordered -* because minimum section size in translation table section is 2MB. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 7.2   mus  01/09/20 Initial version
-*
-*
-******************************************************************************/
-#include "xparameters.h"
-#include "bspconfig.h"
-
-	EXPORT  MMUTableL0
-	EXPORT  MMUTableL1
-	EXPORT  MMUTableL2
-
-    GBLA abscnt
-    GBLA count
-    GBLA sect
-
-Reserved EQU 0x0 				; Fault
-#if EL1_NONSECURE
-Memory    EQU 0x405:OR:(2:SHL:8):OR:0x0		; normal writeback write allocate outer shared read write */
-#else
-Memory    EQU 0x405:OR:(3:SHL:8):OR:0x0		; normal writeback write allocate inner shared read write */
-#endif
-Device    EQU 0x409:OR:(1:SHL:53):OR:(1:SHL:54):OR:0x0	; strongly ordered read write non executable
-
-	AREA |.mmu_tbl0|, CODE, ALIGN=12
-
-MMUTableL0
-
-count SETA 0
-	WHILE count<0x1f
-	DCQU MMUTableL1+count*0x1000+0x3		; 0x0000_0000 -  0x7F_FFFF_FFFF
-count SETA count+1
-	WEND
-
-count SETA 1
-	WHILE count<0x20
-	DCQ MMUTableL1+count*0x1000+0x3		; 0x80_0000_0000 - 0xFFF_FFFF_FFFF
-count SETA count+1
-	WEND
-
-	AREA |.mmu_tbl1|, CODE, ALIGN=12
-
-MMUTableL1
-
-	DCQU MMUTableL2+0x3		; 0x0000_0000 - 0x3FFF_FFFF
-count SETA 1			; 0x4000_0000 - 0x1_3FFF_FFFF
-	WHILE count<5
-	DCQ MMUTableL2+count*0x1000+0x3		; 1GB DDR, 512MB LPD_AFI_FS, 448MB FPD_AFI_0, 512MB QSPI,
-										; 256MB PCIe region 0, PMC 128MB, GIC 1 MB, reserved 47MB,
-										; 2GB other devices and memory, 512 MB PMC
-count SETA count+1
-	WEND
-
-Fixlocl1 EQU 0x140000000
-abscnt SETA 0
-
-count SETA 0
-	WHILE count<0x3
-	DCQU	Fixlocl1+abscnt*0x40000000+Reserved		; 0x1_4000_0000 - 0x1_FFFF_FFFF
-													; 3GB Reserved
-count  SETA count+1
-abscnt SETA abscnt+1
-	WEND
-count SETA 0
-	WHILE count<0x4
-	DCQU	Fixlocl1+abscnt*0x40000000+Device	; 0x2_0000_0000 - 0x2_FFFF_FFFF
-												; 4GB ME Array 0-3
-count  SETA count+1
-abscnt SETA abscnt+1
-	WEND
-count SETA 0
-	WHILE count<0x4
-	DCQU	Fixlocl1+abscnt*0x40000000+Reserved		; 0x3_0000_0000 - 0x3_FFFF_FFFF
-													; 4GB Reserved
-count  SETA count+1
-abscnt SETA abscnt+1
-	WEND
-
-count SETA 0
-	WHILE count<0x10
-	DCQU	Fixlocl1+abscnt*0x40000000+Device	; 0x4_0000_0000 - 0x7_FFFF_FFFF
-												; 8GB PL - via PS, 8GB PCIe region1
-count  SETA count+1
-abscnt SETA abscnt+1
-	WEND
-
-#ifdef XPAR_AXI_NOC_DDR_LOW_1_BASEADDR
-DDR_1_START EQU XPAR_AXI_NOC_DDR_LOW_1_BASEADDR
-DDR_1_END EQU XPAR_AXI_NOC_DDR_LOW_1_HIGHADDR
-DDR_1_SIZE EQU (DDR_1_END - DDR_1_START+1)
-#if DDR_1_SIZE > 0x800000000
-; If DDR size is larger than 32GB, truncate to 32GB
-DDR_1_REG EQU 0x20
-#else
-DDR_1_REG EQU DDR_1_SIZE/0x40000000
-#endif
-#else
-DDR_1_REG EQU 0
-#endif
-
-UNDEF_1_REG EQU (0x20 - DDR_1_REG)
-
-; DDR based on size in hw design
-count SETA 0
-	WHILE count 0x4000000000
-; If DDR size is larger than 256 GB, truncate to 256GB
-DDR_2_REG EQU 0x100
-#else
-DDR_2_REG EQU DDR_2_SIZE/0x40000000
-#endif
-#else
-DDR_2_REG EQU 0
-#endif
-
-UNDEF_2_REG EQU (0x100 - DDR_2_REG)
-
-; DDR based on size in hw design
-count SETA 0
-	WHILE count 0xB780000000
-; If DDR size is larger than 734 GB, truncate to 734GB
-DDR_3_REG EQU 0x2de
-#else
-DDR_3_REG EQU DDR_3_SIZE/0x40000000
-#endif
-#else
-DDR_3_REG EQU 0
-#endif
-
-UNDEF_3_REG EQU (0x2de - DDR_3_REG)
-
-; DDR based on size in hw design
-count SETA 0
-	WHILE count 0x010000000000
-; If DDR size is larger than 1TB, truncate to 1 TB
-DDR_CH_1_REG EQU 0x400		; 0x500_0000_0000 - 0x5FF_FFFF_FFFF
-#else
-DDR_CH_1_REG EQU DDR_CH_1_SIZE/0x40000000
-#endif
-#else
-DDR_CH_1_REG EQU 0
-#endif
-
-UNDEF_CH_1_REG EQU (0x400 - DDR_CH_1_REG)
-
-; DDR based on size in hw design, Max size 1 TB
-count SETA 0
-	WHILE count 0x010000000000
-; If DDR_CH_2 size is larger than 1TB, truncate to 1 TB
-DDR_CH_2_REG EQU 0x400		; 0x600_0000_0000 - 0x6FF_FFFF_FFFF
-#else
-DDR_CH_2_REG EQU DDR_CH_2_SIZE/0x40000000
-#endif
-#else
-DDR_CH_2_REG EQU  0
-#endif
-
-UNDEF_CH_2_REG EQU (0x400 - DDR_CH_2_REG)
-
-; DDR based on size in hw design, Max size 1 TB
-count SETA 0
-	WHILE count 0x010000000000
-; If DDR_CH_3 size is larger than 1TB, truncate to 1 TB */
-DDR_CH_3_REG EQU 0x400		; 0x700_0000_0000 - 0x7FF_FFFF_FFFF
-#else
-DDR_CH_3_REG EQU DDR_CH_3_SIZE/0x40000000
-#endif
-#else
-DDR_CH_3_REG EQU 0
-#endif
-
-UNDEF_CH_3_REG EQU (0x400 - DDR_CH_3_REG)
-
-; DDR based on size in hw design, Max size 1 TB
-count SETA 0
-	WHILE count 0x80000000
-; If DDR size is larger than 2GB, truncate to 2GB
-.set DDR_0_REG, 0x400
-#else
-DDR_0_REG EQU DDR_0_SIZE/0x200000
-#endif
-#else
-DDR_0_REG EQU 0
-#endif
-
-UNDEF_0_REG EQU  (0x400 - DDR_0_REG)
-
-; DDR based on size in hw design
-count SETA 0
-	WHILE count translation_table.S 
-* The translation_table.S contains a static page table required by MMU for
-* cortex-A72. This translation table is flat mapped (input address = output
-* address) with default memory attributes defined for Versal
-* architecture. It utilizes translation granual size of 4KB with 2MB section
-* size for initial 5GB memory and 1GB section size for memory after 5GB.
-* The overview of translation table memory attributes is described below.
-*
-*| Name                  | Memory Range                      | Def. in Translation Table   |
-*|-----------------------|-----------------------------------|-----------------------------|
-*| DDR                   | 0x000_0000_0000 - 0x000_7FFF_FFFF | Normal WB Cacheable         |
-*| LPD_AFI_FS            | 0x000_8000_0000 - 0x000_9FFF_FFFF | Strongly Ordered            |
-*| Reserved              | 0x000_A000_0000 - 0x000_A3FF_FFFF | Unassigned                  |
-*| FPD_AFI_0             | 0x000_A400_0000 - 0x000_AFFF_FFFF | Strongly Ordered            |
-*| FPD_AFI_1             | 0x000_B000_0000 - 0x000_BFFF_FFFF | Strongly Ordered            |
-*| QSPI                  | 0x000_C000_0000 - 0x000_DFFF_FFFF | Strongly Ordered            |
-*| PCIE region 0         | 0x000_E000_0000 - 0x000_EFFF_FFFF | Strongly Ordered            |
-*| PMC                   | 0x000_F000_0000 - 0x000_F7FF_FFFF | Strongly Ordered            |
-*| STM_CORESIGHT         | 0x000_F800_0000 - 0x000_F8FF_FFFF | Strongly Ordered            |
-*| GIC                   | 0x000_F900_0000 - 0x000_F90F_FFFF | Strongly Ordered            |
-*| Reserved              | 0x000_F910_0000 - 0x000_FBFF_FFFF | Unassigned                  |
-*| CPM                   | 0x000_FC00_0000 - 0x000_FCFF_FFFF | Strongly Ordered            |
-*| FPD slaves            | 0x000_FD00_0000 - 0x000_FDFF_FFFF | Strongly Ordered            |
-*| LPD slaves            | 0x000_FE00_0000 - 0x000_FFDF_FFFF | Strongly Ordered            |
-*| OCM                   | 0x000_FFE0_0000 - 0xFFF_FFFF_FFFF | Normal WB Cacheable         |
-*| PMC region 0-3        | 0x001_0000_0000 - 0x001_1FFF_FFFF | Strongly Ordered            |
-*| Reserved              | 0x001_2000_0000 - 0x001_FFFF_FFFF | Unassigned                  |
-*| ME Array 0-3          | 0x002_0000_0000 - 0x002_FFFF_FFFF | Strongly Ordered            |
-*| Reserved              | 0x003_0000_0000 - 0x003_FFFF_FFFF | Unassigned                  |
-*| PL- via PS            | 0x004_0000_0000 - 0x005_FFFF_FFFF | Strongly Ordered            |
-*| PCIe region 1         | 0x006_0000_0000 - 0x007_FFFF_FFFF | Strongly Ordered            |
-*| DDR                   | 0x008_0000_0000 - 0x00F_FFFF_FFFF | Normal WB Cacheable         |
-*| Reserved              | 0x010_0000_0000 - 0x03F_FFFF_FFFF | Unassigned                  |
-*| HBM 0-3               | 0x040_0000_0000 - 0x07F_FFFF_FFFF | Strongly Ordered            |
-*| PCIe region 2         | 0x080_0000_0000 - 0x0BF_FFFF_FFFF | Strongly Ordered            |
-*| DDR                   | 0x0C0_0000_0000 - 0x1B7_7FFF_FFFF | Normal WB Cacheable         |
-*| Reserved              | 0x1B7_8000_0000 - 0x1FF_FFFF_FFFF | Unassigned                  |
-*| PL- Via NoC           | 0x200_0000_0000 - 0x3FF_FFFF_FFFF | Strongly Ordered            |
-*| PL- Via PS            | 0x400_0000_0000 - 0x4FF_FFFF_FFFF | Strongly Ordered            |
-*| DDR CH1-CH3           | 0x500_0000_0000 - 0x7FF_FFFF_FFFF | Normal WB Cacheable         |
-*| PL- Via NoC           | 0x800_0000_0000 - 0xFFF_FFFF_FFFF | Strongly Ordered            |
-*
-* @note
-*
-* For DDR region 0x0000000000 - 0x007FFFFFFF, a system where DDR is less than
-* 2GB, region after DDR and before PL is marked as undefined/reserved in
-* translation table. Region 0xF9100000 - 0xF91FFFFF is reserved memory in
-* 0x00F9000000 - 0x00F91FFFFF range, but it is marked as strongly ordered
-* because minimum section size in translation table section is 2MB.
-*
-* 
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 7.00  mus  05/21/14 Initial version
-* 7.00  mus  03/16/19 Updated translation table to mark DDR regions as
-*                     memory, based on the DDR size in hdf
-* 7.1   mus  08/29/19 Updated translation table entries for DDR_CH_1,
-*                     DDR_CH_2 and DDR_CH_3 based on respective size in hdf
-* 7.3   mus  09/10/20 Updated translation table entries for DDR regions, to
-*                     support HW designs, where DDR memory is mapped at
-*                     address other than DDR region base address. It fixes
-*                     CR#1073099.
-*
-*
-******************************************************************************/
-#include "xparameters.h"
-#include "bspconfig.h"
-
-	.globl  MMUTableL0
-	.globl  MMUTableL1
-	.globl  MMUTableL2
-
-	.set UNDEF_START, 0
-
-	/* Base addresses for all DDR regions in Versal SoC */
-	.set DDR_LOW_0_REGION_START_ADDR, 0x0000000000		/* 0x0000_0000_0000 */
-	.set DDR_LOW_1_REGION_START_ADDR, 0x800000000		/* 0x0008_0000_0000 */
-	.set DDR_LOW_2_REGION_START_ADDR, 0xC000000000		/* 0x00C0_0000_0000 */
-	.set DDR_LOW_3_REGION_START_ADDR, 0x10000000000		/* 0x0100_0000_0000 */
-	.set DDR_CH_1_REGION_START_ADDR, 0x50000000000		/* 0x0500_0000_0000 */
-	.set DDR_CH_2_REGION_START_ADDR, 0x60000000000		/* 0x0600_0000_0000 */
-	.set DDR_CH_3_REGION_START_ADDR, 0x70000000000		/* 0x0700_0000_0000 */
-
-	.set reserved,	0x0 					/* Fault*/
-	#if EL1_NONSECURE
-	.set Memory,	0x405 | (2 << 8) | (0x0)		/* normal writeback write allocate outer shared read write */
-	#else
-	.set Memory,	0x405 | (3 << 8) | (0x0)		/* normal writeback write allocate inner shared read write */
-	#endif
-	.set Device,	0x409 | (1 << 53)| (1 << 54) |(0x0)	/* strongly ordered read write non executable*/
-	.section .mmu_tbl0,"a"
-
-MMUTableL0:
-
-.set SECT, MMUTableL1		/* 0x0000_0000 -  0x7F_FFFF_FFFF */
-.8byte	SECT + 0x3
-
-.rept	0x1f
-.set SECT, SECT + 0x1000	/* 0x80_0000_0000 - 0xFFF_FFFF_FFFF */
-.8byte	SECT + 0x3
-.endr
-
-
-	.section .mmu_tbl1,"a"
-
-MMUTableL1:
-
-.set SECT, MMUTableL2		/* 0x0000_0000 - 0x3FFF_FFFF */
-.8byte	SECT + 0x3		/* 1GB DDR */
-
-.rept	0x4			/* 0x4000_0000 - 0x1_3FFF_FFFF */
-.set SECT, SECT + 0x1000	/*1GB DDR, 512MB LPD_AFI_FS, 448MB FPD_AFI_0, 512MB QSPI,
-				  256MB PCIe region 0, PMC 128MB, GIC 1 MB, reserved 47MB,
-				  2GB other devices and memory, 512 MB PMC */
-.8byte	SECT + 0x3
-.endr
-
-.set SECT,0x140000000
-
-.rept	0x3			/* 0x1_4000_0000 - 0x1_FFFF_FFFF */
-.8byte	SECT + reserved		/* 3GB Reserved */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x4			/* 0x2_0000_0000 - 0x2_FFFF_FFFF */
-.8byte	SECT + Device		/* 4GB ME Array 0-3*/
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x4			/* 0x3_0000_0000 - 0x3_FFFF_FFFF */
-.8byte	SECT + reserved		/* 4GB Reserved */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x10			/* 0x4_0000_0000 - 0x7_FFFF_FFFF */
-.8byte	SECT + Device		/* 8GB PL - via PS, 8GB PCIe region1 */
-.set SECT, SECT + 0x40000000
-.endr
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_LOW_1_BASEADDR
-.set DDR_1_START, XPAR_AXI_NOC_DDR_LOW_1_BASEADDR
-.set DDR_1_END, XPAR_AXI_NOC_DDR_LOW_1_HIGHADDR
-
-.if DDR_1_START > DDR_LOW_1_REGION_START_ADDR
-.set UNDEF_START, (DDR_1_START - DDR_LOW_1_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x40000000
-.endif
-
-.set DDR_1_SIZE, (DDR_1_END - DDR_1_START)+1
-.if DDR_1_SIZE > 0x800000000
-/* If DDR size is larger than 32GB, truncate to 32GB */
-.set DDR_1_REG, 0x20
-.else
-.set DDR_1_REG, DDR_1_SIZE/0x40000000
-.endif
-#else
-.set DDR_1_REG, 0
-#warning "There's no DDR_1 in the HW design. MMU translation table marks 32 GB DDR address space as undefined"
-#endif
-
-.set UNDEF_1_REG, (0x20 - DDR_1_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	DDR_1_REG			/* DDR based on size in hdf*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	UNDEF_1_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-.rept	0xC0			/* 0x10_0000_0000 - 0x3F_FFFF_FFFF */
-.8byte	SECT + reserved		/* 192GB Reserved */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x100			/* 0x40_0000_0000 - 0x7F_FFFF_FFFF */
-.8byte	SECT + Device		/* 256GB HBM 0-3*/
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x100			/* 0x80_0000_0000 - 0xBF_FFFF_FFFF */
-.8byte	SECT + Device		/* 256GB PCIe 2 */
-.set SECT, SECT + 0x40000000
-.endr
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_LOW_2_BASEADDR
-.set DDR_2_START, XPAR_AXI_NOC_DDR_LOW_2_BASEADDR
-.set DDR_2_END, XPAR_AXI_NOC_DDR_LOW_2_HIGHADDR
-
-.if DDR_2_START > DDR_LOW_2_REGION_START_ADDR
-.set UNDEF_START, (DDR_2_START - DDR_LOW_2_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x40000000
-.endif
-
-.set DDR_2_SIZE, (DDR_2_END - DDR_2_START)+1
-.if DDR_2_SIZE > 0x4000000000
-/* If DDR size is larger than 256 GB, truncate to 256GB */
-.set DDR_2_REG, 0x100
-.else
-.set DDR_2_REG, DDR_2_SIZE/0x40000000
-.endif
-#else
-.set DDR_2_REG, 0
-#warning "There's no DDR_LOW_2 in the HW design. MMU translation table marks 256 GB DDR address space as undefined"
-#endif
-
-.set UNDEF_2_REG, (0x100 - DDR_2_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	DDR_2_REG		/*  DDR based on size in hdf 0xC0_0000_0000 - 0xFF_FFFF_FFFF */
-.8byte	SECT + Memory		/* Maximum DDR region size - 256GB */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	UNDEF_2_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_LOW_3_BASEADDR
-.set DDR_3_START, XPAR_AXI_NOC_DDR_LOW_3_BASEADDR
-.set DDR_3_END, XPAR_AXI_NOC_DDR_LOW_3_HIGHADDR
-
-.if DDR_3_START > DDR_LOW_3_REGION_START_ADDR
-.set UNDEF_START, (DDR_3_START - DDR_LOW_3_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x40000000
-.endif
-
-.set DDR_3_SIZE, (DDR_3_END - DDR_3_START)+1
-.if DDR_3_SIZE > 0xB780000000
-/* If DDR size is larger than 734 GB, truncate to 734GB */
-.set DDR_3_REG, 0x2de
-.else
-.set DDR_3_REG, DDR_3_SIZE/0x40000000
-.endif
-#else
-.set DDR_3_REG, 0
-#warning "There's no DDR_LOW_3 in the HW design. MMU translation table marks 734 GB DDR address space as undefined"
-#endif
-
-.set UNDEF_3_REG, (0x2de - DDR_3_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	DDR_3_REG		/* DDR based on size in hdf 0x100_0000_0000 - 0x1B7_7FFF_FFFF */
-.8byte	SECT + Memory		/* Maximum DDR region size - 734GB DDR */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	UNDEF_3_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	0x122			/* 0x1B7_8000_0000 - 0x1FF_FFFF_FFFF */
-.8byte	SECT + reserved		/* 290GB reserved */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x800			/* 0x200_0000_0000 - 0x3FF_FFFF_FFFF */
-.8byte	SECT + Device		/* 2TB PL- via NoC */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x400			/* 0x400_0000_0000 - 0x4FF_FFFF_FFFF */
-.8byte	SECT + Device		/* 1TB PL- via PS */
-.set SECT, SECT + 0x40000000
-.endr
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_CH_1_BASEADDR
-.set DDR_CH_1_START, XPAR_AXI_NOC_DDR_CH_1_BASEADDR
-.set DDR_CH_1_END, XPAR_AXI_NOC_DDR_CH_1_HIGHADDR
-
-.if DDR_CH_1_START > DDR_CH_1_REGION_START_ADDR
-.set UNDEF_START, (DDR_CH_1_START - DDR_CH_1_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x40000000
-.endif
-
-.set DDR_CH_1_SIZE, (DDR_CH_1_END - DDR_CH_1_START)+1
-.if DDR_CH_1_SIZE > 0x010000000000
-/* If DDR size is larger than 1TB, truncate to 1 TB */
-.set DDR_CH_1_REG, 0x400		/* 0x500_0000_0000 - 0x5FF_FFFF_FFFF */
-.else
-.set DDR_CH_1_REG, DDR_CH_1_SIZE/0x40000000
-.endif
-#else
-.set DDR_CH_1_REG, 0
-#warning "There's no DDR_CH_1 in the HW design. MMU translation table marks 1 TB DDR address space as undefined"
-#endif
-
-.set UNDEF_CH_1_REG, (0x400 - DDR_CH_1_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	DDR_CH_1_REG			/* DDR based on size in hdf, Max size 1 TB*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	UNDEF_CH_1_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_CH_2_BASEADDR
-.set DDR_CH_2_START, XPAR_AXI_NOC_DDR_CH_2_BASEADDR
-.set DDR_CH_2_END, XPAR_AXI_NOC_DDR_CH_2_HIGHADDR
-
-.if DDR_CH_2_START > DDR_CH_2_REGION_START_ADDR
-.set UNDEF_START, (DDR_CH_2_START - DDR_CH_2_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x40000000
-.endif
-
-.set DDR_CH_2_SIZE, (DDR_CH_2_END - DDR_CH_2_START)+1
-.if DDR_CH_2_SIZE > 0x010000000000
-/* If DDR_CH_2 size is larger than 1TB, truncate to 1 TB */
-.set DDR_CH_2_REG, 0x400		/* 0x600_0000_0000 - 0x6FF_FFFF_FFFF */
-.else
-.set DDR_CH_2_REG, DDR_CH_2_SIZE/0x40000000
-.endif
-#else
-.set DDR_CH_2_REG, 0
-#warning "There's no DDR_CH_2 in the HW design. MMU translation table marks 1 TB DDR address space as undefined"
-#endif
-
-.set UNDEF_CH_2_REG, (0x400 - DDR_CH_2_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	DDR_CH_2_REG			/* DDR based on size in hdf, Max size 1 TB*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	UNDEF_CH_2_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_CH_3_BASEADDR
-.set DDR_CH_3_START, XPAR_AXI_NOC_DDR_CH_3_BASEADDR
-.set DDR_CH_3_END, XPAR_AXI_NOC_DDR_CH_3_HIGHADDR
-
-.if DDR_CH_3_START > DDR_CH_3_REGION_START_ADDR
-.set UNDEF_START, (DDR_CH_3_START - DDR_CH_3_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x40000000
-.endif
-
-.set DDR_CH_3_SIZE, (DDR_CH_3_END - DDR_CH_3_START)+1
-.if DDR_CH_3_SIZE > 0x010000000000
-/* If DDR_CH_3 size is larger than 1TB, truncate to 1 TB */
-.set DDR_CH_3_REG, 0x400		/* 0x700_0000_0000 - 0x7FF_FFFF_FFFF */
-.else
-.set DDR_CH_3_REG, DDR_CH_3_SIZE/0x40000000
-.endif
-#else
-.set DDR_CH_3_REG, 0
-#warning "There's no DDR_CH_3 in the HW design. MMU translation table marks 1 TB DDR address space as undefined"
-#endif
-
-.set UNDEF_CH_3_REG, (0x400 - DDR_CH_3_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	DDR_CH_3_REG			/* DDR based on size in hdf, Max size 1 TB*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	UNDEF_CH_3_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-
-.rept	0x2000			/* 0x800_0000_0000 - 0xFFF_FFFF_FFFF */
-.8byte	SECT + Device		/* 8TB PL- via NoC*/
-.set SECT, SECT + 0x40000000
-.endr
-
-.section .mmu_tbl2,"a"
-
-MMUTableL2:
-
-.set SECT, 0
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_LOW_0_BASEADDR
-.set DDR_0_START, XPAR_AXI_NOC_DDR_LOW_0_BASEADDR
-.set DDR_0_END, XPAR_AXI_NOC_DDR_LOW_0_HIGHADDR
-
-.if DDR_0_START > DDR_LOW_0_REGION_START_ADDR
-.set UNDEF_START, (DDR_0_START - DDR_LOW_0_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x200000
-.endif
-
-.set DDR_0_SIZE, (DDR_0_END - DDR_0_START)+1
-.if DDR_0_SIZE > 0x80000000
-/* If DDR size is larger than 2GB, truncate to 2GB */
-.set DDR_0_REG, 0x400
-.else
-.set DDR_0_REG, DDR_0_SIZE/0x200000
-.endif
-#else
-.set DDR_0_REG, 0
-#warning "There's no DDR_0 in the HW design. MMU translation table marks 2 GB DDR address space as undefined"
-#endif
-
-.set UNDEF_0_REG, (0x400 - DDR_0_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	DDR_0_REG			/* DDR based on size in hdf*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	UNDEF_0_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x200000
-.endr
-
-
-.rept	0x0100			/* 0x8000_0000 - 0xBFFF_FFFF */
-.8byte	SECT + Device		/* 512MB LPD AFI */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x020			/* 0xA000_0000 - 0xA3FF_FFFF */
-.8byte	SECT + reserved		/* 64MB reserved*/
-.set	SECT, SECT+0x200000
-.endr
-
-
-.rept	0x60			/* 0xA400_0000 - 0xAFFF_FFFF */
-.8byte	SECT + Device		/* 192MB FPD AFI 0 */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x80			/* 0xB000_0000 - 0xBFFF_FFFF */
-.8byte	SECT + Device		/* 192MB FPD AFI 1 */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x100			/* 0xC000_0000 - 0xDFFF_FFFF */
-.8byte	SECT + Device		/* 512MB QSPI */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x080			/* 0xE000_0000 - 0xEFFF_FFFF */
-.8byte	SECT + Device		/* 256MB lower PCIe */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x040			/* 0xF000_0000 - 0xF7FF_FFFF */
-.8byte	SECT + Device		/* 128MB PMC */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x08			/* 0xF800_0000 - 0xF8FF_FFFF */
-.8byte	SECT + Device		/* 16MB coresight */
-.set	SECT, SECT+0x200000
-.endr
-
-/* 1MB GIC is marked for 2MB region as the minimum block size in
-   translation table is 2MB and adjacent 47MB reserved region is
-   converted to 46MB */
-.8byte	SECT + Device		/* 0xF910_0000 - 0xF90F_FFFF */
-
-/* Reserved 46MB  0xF91FFFFF - 0xFBFFFFFF*/
-.rept	0x17			/* 0xF91F_FFFF - 0xFBFF_FFFF */
-.set	SECT, SECT+0x200000
-.8byte	SECT + reserved		/* 46MB reserved */
-.endr
-
-.rept	0x1F			/* 0xFC00_0000 - 0xFFDF_FFFF */
-.set	SECT, SECT+0x200000
-.8byte	SECT + Device		/* 16MB CPM,16MB FPS, 30MB LPS slaves */
-.endr
-
-.set	SECT, SECT+0x200000	/* 0xFFE0_0000 - 0xFFFF_FFFF*/
-.8byte  SECT + Memory		/*2MB OCM/TCM*/
-
-.rept	0x100			/* 0x1_0000_0000  - 0x1_1FFF_FFFF */
-.set	SECT, SECT+0x200000
-.8byte	SECT + Device		/* 512MB PMC 0-3 */
-.endr
-
-.rept	0x100			/* 0x1_2000_0000  - 0x1_3FFF_FFFF */
-.set	SECT, SECT+0x200000
-.8byte	SECT + reserved		/* 512MB reserved */
-.endr
-.end
-/**
-* @} End of "addtogroup a53_64_boot_code".
-*/
diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/versal/xparameters_ps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/versal/xparameters_ps.h
deleted file mode 100644
index c4789b8..0000000
--- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/versal/xparameters_ps.h
+++ /dev/null
@@ -1,316 +0,0 @@
-/******************************************************************************
-* Copyright (c) 2018 - 2021 Xilinx, Inc.  All rights reserved.
-* SPDX-License-Identifier: MIT
-******************************************************************************/
-
-/*****************************************************************************/
-/**
-* @file xparameters_ps.h
-*
-* This file contains the address definitions for the hard peripherals
-* attached to the ARM Cortex A72 core.
-*
-* 
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 7.00 	mus     01/11/18 First release
-*       mn      03/26/18 Change Interrupt IDs for versal
-*       mn      03/26/18 Update SLCR base address
-*	 ap	02/14/19 Add Interrupt Id for usbpsu controller
-*	sne	03/26/20 Add Interrupt Id's for WWDT.
-* 7.2	pm      03/24/20 Add wakeup Interrupt Id for usbpsu controller
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -/** - *@cond nocomments - */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "bspconfig.h" -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGWDT_0_INTR XPS_LPD_GWDT_0_INT_ID -#define XPAR_XGWDT_0_RST_INTR XPS_LPD_GWDT_0_RST_INT_ID -#define XPAR_XWWDT_0_INTR XPS_LPD_WWDT_0_INT_ID -#define XPAR_XWWDT_0_RST_PEND_INTR XPS_LPD_WWDT_0_RST_PEND_INT_ID -#define XPAR_XGWDT_1_INTR XPS_FPD_GWDT_1_INT_ID -#define XPAR_XGWDT_1_RST_INTR XPS_FPD_GWDT_1_RST_INT_ID -#define XPAR_XWWDT_1_INTR XPS_FPD_WWDT_1_INT_ID -#define XPAR_XWWDT_1_RST_PEND_INTR XPS_FPD_WWDT_1_RST_PEND_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSV_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSV_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSV_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSV_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSV_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSV_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSV_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSV_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSV_PMC_GPIO_INTR XPMC_GPIO_INT_ID -#define XPAR_PSV_PMC_I2C_INTR XPMC_I2C_INT_ID -#define XPAR_PSV_PMC_DMA_0_INTR XPS_PMCDMA0_INT_ID -#define XPAR_PSV_PMC_DMA_1_INTR XPS_PMCDMA1_INT_ID -#define XPAR_XMPU_LPD_INTR XPS_XMPU_LPD_INT_ID -#define XPAR_PSV_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSV_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSV_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSV_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSV_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSV_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSV_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_0_WAKE_INTR XPS_USB3_0_WAKE_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXA72_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA72_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for backwards compatibility - */ - -#define XPS_SYS_CTRL_BASEADDR 0xF1060000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U -#define XPS_CRP_BASEADDRESS 0xF1260000U -#define XPS_PMC_GLOBAL_BASEADDRESS 0xF1110000U - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) - -#define XPS_OSPI_INT_ID (124U + 32U) -#define XPS_QSPI_INT_ID (125U + 32U) -#define XPS_GPIO_INT_ID (13U + 32U) -#define XPS_I2C0_INT_ID (14U + 32U) -#define XPS_I2C1_INT_ID (15U + 32U) -#define XPS_SPI0_INT_ID (16U + 32U) -#define XPS_SPI1_INT_ID (17U + 32U) -#define XPS_UART0_INT_ID (18U + 32U) -#define XPS_UART1_INT_ID (19U + 32U) -#define XPS_CAN0_INT_ID (20U + 32U) -#define XPS_CAN1_INT_ID (21U + 32U) -#define XPS_USB3_0_ENDPT_INT_ID (22U + 32U) -#define XPS_LPD_GWDT_0_INT_ID (70U + 32U) -#define XPS_LPD_GWDT_0_RST_INT_ID (71U + 32U) -#define XPS_LPD_WWDT_0_INT_ID (49U + 32U) -#define XPS_LPD_WWDT_0_RST_PEND_INT_ID (69U + 32U) -#define XPS_FPD_GWDT_1_INT_ID (108U + 32U) -#define XPS_FPD_GWDT_1_RST_INT_ID (110U + 32U) -#define XPS_FPD_WWDT_1_INT_ID (100U + 32U) -#define XPS_FPD_WWDT_1_RST_PEND_INT_ID (109U + 32U) -#define XPS_RTC_ALARM_INT_ID (142U + 32U) -#define XPS_RTC_SEC_INT_ID (143U + 32U) -#define XPS_TTC0_0_INT_ID (37U + 32U) -#define XPS_TTC0_1_INT_ID (38U + 32U) -#define XPS_TTC0_2_INT_ID (39U + 32U) -#define XPS_TTC1_0_INT_ID (40U + 32U) -#define XPS_TTC1_1_INT_ID (41U + 32U) -#define XPS_TTC1_2_INT_ID (42U + 32U) -#define XPS_TTC2_0_INT_ID (43U + 32U) -#define XPS_TTC2_1_INT_ID (44U + 32U) -#define XPS_TTC2_2_INT_ID (45U + 32U) -#define XPS_TTC3_0_INT_ID (46U + 32U) -#define XPS_TTC3_1_INT_ID (47U + 32U) -#define XPS_TTC3_2_INT_ID (48U + 32U) -#define XPS_SDIO0_INT_ID (126U + 32U) -#define XPS_SDIO0_WAKE_INT_ID (127U + 32U) -#define XPS_SDIO1_INT_ID (128U + 32U) -#define XPS_SDIO1_WAKE_INT_ID (129U + 32U) -#define XPS_AMS_INT_ID (53U + 32U) -#define XPS_GEM0_INT_ID (56U + 32U) -#define XPS_GEM0_WAKE_INT_ID (57U + 32U) -#define XPS_GEM1_INT_ID (58U + 32U) -#define XPS_GEM1_WAKE_INT_ID (59U + 32U) -#define XPS_ADMA_CH0_INT_ID (60U + 32U) -#define XPS_ADMA_CH1_INT_ID (61U + 32U) -#define XPS_ADMA_CH2_INT_ID (62U + 32U) -#define XPS_ADMA_CH3_INT_ID (63U + 32U) -#define XPS_ADMA_CH4_INT_ID (64U + 32U) -#define XPS_ADMA_CH5_INT_ID (65U + 32U) -#define XPS_ADMA_CH6_INT_ID (66U + 32U) -#define XPS_ADMA_CH7_INT_ID (67U + 32U) -#define XPS_XMPU_LPD_INT_ID (68U + 32U) -#define XPS_USB3_0_WAKE_INT_ID (74U + 32U) -#define XPS_XMPU_FPD_INT_ID (102U + 32U) -#define XPS_FPD_CCI_INT_ID (106U + 32U) -#define XPS_FPD_SMMU_INT_ID (107U + 32U) -#define XPMC_GPIO_INT_ID (122U + 32U) -#define XPMC_I2C_INT_ID (123U + 32U) -#define XPS_PMCDMA0_INT_ID (131U + 32U) -#define XPS_PMCDMA1_INT_ID (132U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSV_SBSAUART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSV_SBSAUART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSV_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSV_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSV_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSV_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSV_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSV_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSV_CANFD_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSV_CANFD_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSV_GWDT_0_INTR XPS_LPD_GWDT_0_INT_ID -#define XPAR_PSV_GWDT_0_RST_INTR XPS_LPD_GWDT_0_RST_INT_ID -#define XPAR_PSV_WWDT_0_INTR XPS_LPD_WWDT_0_INT_ID -#define XPAR_PSV_WWDT_0_RST_PEND_INTR XPS_LPD_WWDT_0_RST_PEND_INT_ID -#define XPAR_PSV_GWDT_1_INTR XPS_FPD_GWDT_1_INT_ID -#define XPAR_PSV_GWDT_1_RST_INTR XPS_FPD_GWDT_1_RST_INT_ID -#define XPAR_PSV_WWDT_1_INTR XPS_FPD_WWDT_1_INT_ID -#define XPAR_PSV_WWDT_1_RST_PEND_INTR XPS_FPD_WWDT_1_RST_PEND_INT_ID -#define XPAR_PSV_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSV_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSV_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSV_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSV_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSV_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSV_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSV_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSV_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSV_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSV_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSV_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSV_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSV_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSV_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSV_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSV_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSV_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSV_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSV_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSV_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA72_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA72_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA72_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA72_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA72_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA72_1_CPU_CLK_FREQ_HZ -#endif - - - -#ifdef __cplusplus -} -#endif - -/** - *@endcond - */ - -#endif /* protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/sleep.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/sleep.c deleted file mode 100644 index c584f31..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/sleep.c +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/***************************************************************************** -* -* @file sleep.c -* -* This function provides a second delay using the Global Timer register in -* the ARM Cortex A53 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 05/29/14 First release
-* 5.04	pkp		 28/01/16 Modified the sleep API to configure Time Stamp
-*						  generator only when disable using frequency from
-*						  xparamters.h instead of hardcoding
-* 5.05	pkp		 13/04/16 Modified sleep routine to call XTime_StartTimer
-*						  which enables timer only when it is disabled and
-*						  read counter value directly from register instead
-*						  of calling XTime_GetTime for optimization
-* 6.0   asa      08/15/16 Updated the sleep/usleep signature. Fix for CR#956899.
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*                         implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-*       srm      01/11/18 Fixed the compilation warning.
-* 7.5   dp      01/05/21 Updated COUNTS_PER_USECOND macros to round it off to
-*                        nearest possible value so that delta error in time
-*                        calculations can be minimized.
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif -/**************************** Constant Definitions ************************/ - -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_USECOND ((COUNTS_PER_SECOND + 500000)/1000000) - -/************************************************************************/ -#if !defined (SLEEP_TIMER_BASEADDR) -static void sleep_common(u32 n, u32 count) -{ - XTime tEnd, tCur; - /* Start global timer counter, it will only be enabled if it is disabled */ - XTime_StartTimer(); - - tCur = mfcp(CNTPCT_EL0); - tEnd = tCur + (((XTime) n) * count); - do { - tCur = mfcp(CNTPCT_EL0); - } while (tCur < tEnd); -} -#endif -/*****************************************************************************/ -/** -* -* This API gives a delay in microseconds -* -* @param useconds requested -* -* @return 0 if the delay can be achieved, -1 if the requested delay -* is out of range -* -* @note None. -* -****************************************************************************/ -int usleep_A53(unsigned long useconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(useconds, COUNTS_PER_USECOND); -#else - sleep_common((u32)useconds, COUNTS_PER_USECOND); -#endif - - return 0; -} - -/*****************************************************************************/ -/* -* -* This API is used to provide delays in seconds -* -* @param seconds requested -* -* @return 0 always -* -* @note None. -* -****************************************************************************/ -unsigned sleep_A53(unsigned int seconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(seconds, COUNTS_PER_SECOND); -#else - sleep_common(seconds, COUNTS_PER_SECOND); -#endif - - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_cache.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_cache.c deleted file mode 100644 index 01b5ba6..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_cache.c +++ /dev/null @@ -1,732 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.c -* -* Contains required functions for the ARM cache functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.0 	pkp  05/29/14 First release
-* 5.5	pkp	 04/15/16 Updated the Xil_DCacheInvalidate,
-*					  Xil_DCacheInvalidateLine and Xil_DCacheInvalidateRange
-*					  functions description for proper explanation
-* 6.2   pkp	 01/22/17 Added support for EL1 non-secure
-* 6.2   asa  01/31/17 The existing Xil_DCacheDisable API first flushes the
-*					  D caches and then disables it. The problem with that is,
-*					  potentially there will be a small window after the cache
-*					  flush operation and before the we disable D caches where
-*					  we might have valid data in cache lines. In such a
-*					  scenario disabling the D cache can lead to unknown behavior.
-*					  The ideal solution to this is to use assembly code for
-*					  the complete API and avoid any memory accesses. But with
-*					  that we will end up having a huge amount on assembly code
-*					  which is not maintainable. Changes are done to use a mix
-*					  of assembly and C code. All local variables are put in
-*					  registers. Also function calls are avoided in the API to
-*					  avoid using stack memory.
-*					  These changes fix CR#966220.
-* 6.2  mus  02/13/17  The new api Xil_ConfigureL1Prefetch is added to disable pre-fetching/configure
-*                     the maximum number of outstanding data prefetches allowed in
-*                     L1 cache system.It fixes CR#967864.
-* 6.6  mus  02/27/18  Updated Xil_DCacheInvalidateRange and
-*					  Xil_ICacheInvalidateRange APIs to change the data type of
-*					  "cacheline" variable as "INTPTR", This change has been done
-*					  to avoid the truncation of upper DDR addresses to 32 bit.It
-*					  fixes CR#995581.
-* 6.6  mus  03/15/18  By default CPUACTLR_EL1 is accessible only from EL3, it
-*					  results into abort if accessed from EL1 non secure privilege
-*					  level. Updated Xil_ConfigureL1Prefetch function to access
-*					  CPUACTLR_EL1 only for EL3.
-* 6.8  mn   08/01/18  Optimize the Xil_DCacheInvalidateRange() function to remove
-*                     redundant operations
-* 6.8  asa  09/15/18  Fix bug in the Xil_DCacheInvalidateRange API introduced while
-*                     making optimizations in the previous patch. This change fixes
-*                     CR-1008926.
-* 7.0 mus  10/12/18  Updated Xil_DCacheInvalidateLine and Xil_DCacheInvalidateRange
-*                    APIs to replace IVAC instruction with CIVAC. So that, these
-*                    APIs will always do flush + invalidate in case of Cortexa53 as
-*                    well as Cortexa72 processor.
-* 7.1 mus  09/17/19  Xil_DCacheFlushRange and Xil_DCacheInvalidateRange are executing 
-*                    same functionality (clean + validate). Removed 
-*                    Xil_DCacheFlushRange function implementation and defined it as
-*                    macro. Xil_DCacheFlushRange macro points to the
-*                    Xil_DCacheInvalidateRange API to avoid code duplication.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xil_io.h" -#include "xpseudo_asm.h" -#include "xparameters.h" -#include "xreg_cortexa53.h" -#include "xil_exception.h" -#include "bspconfig.h" - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ -#define IRQ_FIQ_MASK 0xC0U /* Mask IRQ and FIQ interrupts in cpsr */ - -/****************************************************************************/ -/** -* @brief Enable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheEnable(void) -{ - u32 CtrlReg; - - if (EL3 == 1) { - CtrlReg = mfcp(SCTLR_EL3); - } else if (EL1_NONSECURE == 1) { - CtrlReg = mfcp(SCTLR_EL1); - } else { - CtrlReg = 0U; - } - - /* enable caches only if they are disabled */ - if((CtrlReg & XREG_CONTROL_DCACHE_BIT) == 0X00000000U){ - - /* invalidate the Data cache */ - Xil_DCacheInvalidate(); - - CtrlReg |= XREG_CONTROL_DCACHE_BIT; - - if (EL3 == 1) { - /* enable the Data cache for el3*/ - mtcp(SCTLR_EL3,CtrlReg); - } else if (EL1_NONSECURE == 1) { - /* enable the Data cache for el1*/ - mtcp(SCTLR_EL1,CtrlReg); - } - } -} - -/****************************************************************************/ -/** -* @brief Disable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheDisable(void) -{ - register u32 CsidReg; - register u32 C7Reg; - register u32 LineSize; - register u32 NumWays; - register u32 Way; - register u32 WayIndex; - register u32 WayAdjust; - register u32 Set; - register u32 SetIndex; - register u32 NumSet; - register u32 CacheLevel; - - dsb(); - asm( - "mov x0, #0\n\t" -#if EL3==1 - "mrs x0, sctlr_el3 \n\t" - "and w0, w0, #0xfffffffb\n\t" - "msr sctlr_el3, x0\n\t" -#elif EL1_NONSECURE==1 - "mrs x0, sctlr_el1 \n\t" - "and w0, w0, #0xfffffffb\n\t" - "msr sctlr_el1, x0\n\t" -#endif - "dsb sy\n\t" - ); - - /* Number of level of cache*/ - CacheLevel = 0U; - /* Select cache level 0 and D cache in CSSR */ - mtcp(CSSELR_EL1,CacheLevel); - isb(); - - CsidReg = mfcp(CCSIDR_EL1); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0x00000001U; - - /*Number of Set*/ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0x00000001U; - - WayAdjust = clz(NumWays) - (u32)0x0000001FU; - - Way = 0U; - Set = 0U; - - /* Flush all the cachelines */ - for (WayIndex = 0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex = 0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | CacheLevel; - mtcpdc(CISW,C7Reg); - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += (0x00000001U << WayAdjust); - } - - /* Wait for Flush to complete */ - dsb(); - - /* Select cache level 1 and D cache in CSSR */ - CacheLevel += (0x00000001U << 1U); - mtcp(CSSELR_EL1,CacheLevel); - isb(); - - CsidReg = mfcp(CCSIDR_EL1); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0x00000001U; - - /* Number of Sets */ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0x00000001U; - - WayAdjust=clz(NumWays) - (u32)0x0000001FU; - - Way = 0U; - Set = 0U; - - /* Flush all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | CacheLevel; - mtcpdc(CISW,C7Reg); - Set += (0x00000001U << LineSize); - } - Set=0U; - Way += (0x00000001U<> 3U; - NumWays += 0X00000001U; - - /*Number of Set*/ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0X00000001U; - - WayAdjust = clz(NumWays) - (u32)0x0000001FU; - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | CacheLevel; - mtcpdc(ISW,C7Reg); - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += (0x00000001U << WayAdjust); - } - - /* Wait for invalidate to complete */ - dsb(); - - /* Select cache level 1 and D cache in CSSR */ - CacheLevel += (0x00000001U<<1U) ; - mtcp(CSSELR_EL1,CacheLevel); - isb(); - - CsidReg = mfcp(CCSIDR_EL1); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0x00000001U; - - /* Number of Sets */ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0x00000001U; - - WayAdjust = clz(NumWays) - (u32)0x0000001FU; - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex = 0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex = 0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | CacheLevel; - mtcpdc(ISW,C7Reg); - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += (0x00000001U << WayAdjust); - } - /* Wait for invalidate to complete */ - dsb(); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate a Data cache line. The cacheline is cleaned and -* invalidated. -* -* @param adr: 64bit address of the data to be flushed. -* -* @return None. -* -* @note In Cortex-A53, functionality to simply invalid the cachelines -* is not present. Such operations are a problem for an environment -* that supports virtualisation. It would allow one OS to invalidate -* a line belonging to another OS. This could lead to the other OS -* crashing because of the loss of essential data. Hence, such -* operations are promoted to clean and invalidate which avoids such -* corruption. -* -****************************************************************************/ -void Xil_DCacheInvalidateLine(INTPTR adr) -{ - - u32 currmask; - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - /* Select cache level 0 and D cache in CSSR */ - mtcp(CSSELR_EL1,0x0); - mtcpdc(CIVAC,(adr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - /* Select cache level 1 and D cache in CSSR */ - mtcp(CSSELR_EL1,0x2); - mtcpdc(IVAC,(adr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate the Data cache for the given address range. -* The cachelines present in the adderss range are cleaned and -* invalidated -* -* @param adr: 64bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -* @note In Cortex-A53, functionality to simply invalid the cachelines -* is not present. Such operations are a problem for an environment -* that supports virtualisation. It would allow one OS to invalidate -* a line belonging to another OS. This could lead to the other OS -* crashing because of the loss of essential data. Hence, such -* operations are promoted to clean and invalidate which avoids such -* corruption. -* -****************************************************************************/ -void Xil_DCacheInvalidateRange(INTPTR adr, INTPTR len) -{ - const INTPTR cacheline = 64U; - INTPTR end = adr + len; - adr = adr & (~0x3F); - u32 currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - while (adr < end) { - mtcpdc(CIVAC,adr); - adr += cacheline; - } - } - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlush(void) -{ - register u32 CsidReg, C7Reg; - u32 LineSize, NumWays; - u32 Way, WayIndex,WayAdjust, Set, SetIndex, NumSet, CacheLevel; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - - /* Number of level of cache*/ - - CacheLevel = 0U; - /* Select cache level 0 and D cache in CSSR */ - mtcp(CSSELR_EL1,CacheLevel); - isb(); - - CsidReg = mfcp(CCSIDR_EL1); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0x00000001U; - - /*Number of Set*/ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0x00000001U; - - WayAdjust = clz(NumWays) - (u32)0x0000001FU; - - Way = 0U; - Set = 0U; - - /* Flush all the cachelines */ - for (WayIndex = 0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex = 0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | CacheLevel; - mtcpdc(CISW,C7Reg); - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += (0x00000001U << WayAdjust); - } - - /* Wait for Flush to complete */ - dsb(); - - /* Select cache level 1 and D cache in CSSR */ - CacheLevel += (0x00000001U << 1U); - mtcp(CSSELR_EL1,CacheLevel); - isb(); - - CsidReg = mfcp(CCSIDR_EL1); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0x00000001U; - - /* Number of Sets */ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0x00000001U; - - WayAdjust=clz(NumWays) - (u32)0x0000001FU; - - Way = 0U; - Set = 0U; - - /* Flush all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | CacheLevel; - mtcpdc(CISW,C7Reg); - Set += (0x00000001U << LineSize); - } - Set=0U; - Way += (0x00000001U< -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- ----------------------------------------------- -* 5.00 pkp 05/29/14 First release -*
-* -******************************************************************************/ -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/************************** Constant Definitions *****************************/ -#define L1_DATA_PREFETCH_CONTROL_MASK 0xE000 -#define L1_DATA_PREFETCH_CONTROL_SHIFT 13 - -/** - *@endcond - */ - -/***************** Macros (Inline Functions) Definitions *********************/ -#define Xil_DCacheFlushRange Xil_DCacheInvalidateRange - -/************************** Function Prototypes ******************************/ -void Xil_DCacheEnable(void); -void Xil_DCacheDisable(void); -void Xil_DCacheInvalidate(void); -void Xil_DCacheInvalidateRange(INTPTR adr, INTPTR len); -void Xil_DCacheInvalidateLine(INTPTR adr); -void Xil_DCacheFlush(void); -void Xil_DCacheFlushLine(INTPTR adr); - -void Xil_ICacheEnable(void); -void Xil_ICacheDisable(void); -void Xil_ICacheInvalidate(void); -void Xil_ICacheInvalidateRange(INTPTR adr, INTPTR len); -void Xil_ICacheInvalidateLine(INTPTR adr); -void Xil_ConfigureL1Prefetch(u8 num); -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a53_64_cache_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_errata.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_errata.h deleted file mode 100644 index 97070df..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_errata.h +++ /dev/null @@ -1,67 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_errata.h -* -* @addtogroup a53_errata Cortex A53 64 bit Processor Errata Support -* @{ -* Various ARM errata are handled in the standalone BSP. The implementation for -* errata handling follows ARM guidelines and is based on the open source Linux -* support for these errata. -* -* @note -* The errata handling is enabled by default. To disable handling of all the -* errata globally, un-define the macro ENABLE_ARM_ERRATA in xil_errata.h. To -* disable errata on a per-erratum basis, un-define relevant macros in -* xil_errata.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 6.4   mus  08/11/17 First release
-* 
-* -******************************************************************************/ -#ifndef XIL_ERRATA_H -#define XIL_ERRATA_H - -#ifdef __cplusplus -extern "C" { -#endif - -/** - * @name errata_definitions - * - * The errata conditions handled in the standalone BSP are listed below - * @{ - */ - -#define ENABLE_ARM_ERRATA 1 - -#ifdef ENABLE_ARM_ERRATA - -/** - * Errata No: 855873 - * Description: An eviction might overtake a cache clean operation - */ -#define CONFIG_ARM_ERRATA_855873 1 - - -/*@}*/ -#endif /* ENABLE_ARM_ERRATA */ - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_ERRATA_H */ -/** -* @} End of "addtogroup a53_errata". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_mmu.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_mmu.c deleted file mode 100644 index 43a3803..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_mmu.c +++ /dev/null @@ -1,103 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.c -* -* This file provides APIs for enabling/disabling MMU and setting the memory -* attributes for sections, in the MMU translation table. -* MMU APIs are yet to be implemented. They are left blank to avoid any -* compilation error -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00 	pkp  05/29/14 First release
-* 6.02  pkp	 01/22/17 Added support for EL1 non-secure
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_mmu.h" -#include "bspconfig.h" -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -#define BLOCK_SIZE_2MB 0x200000U -#define BLOCK_SIZE_1GB 0x40000000U -#define ADDRESS_LIMIT_4GB 0x100000000UL - -/************************** Variable Definitions *****************************/ - -extern INTPTR MMUTableL1; -extern INTPTR MMUTableL2; - -/************************** Function Prototypes ******************************/ -/*****************************************************************************/ -/** -* @brief It sets the memory attributes for a section, in the translation -* table. If the address (defined by Addr) is less than 4GB, the -* memory attribute(attrib) is set for a section of 2MB memory. If the -* address (defined by Addr) is greater than 4GB, the memory attribute -* (attrib) is set for a section of 1GB memory. -* -* @param Addr: 64-bit address for which attributes are to be set. -* @param attrib: Attribute for the specified memory region. xil_mmu.h -* contains commonly used memory attributes definitions which can be -* utilized for this function. -* -* @return None. -* -* @note The MMU and D-cache need not be disabled before changing an -* translation table attribute. -* -******************************************************************************/ -void Xil_SetTlbAttributes(UINTPTR Addr, u64 attrib) -{ - INTPTR *ptr; - INTPTR section; - u64 block_size; - /* if region is less than 4GB MMUTable level 2 need to be modified */ - if(Addr < ADDRESS_LIMIT_4GB){ - /* block size is 2MB for addressed < 4GB*/ - block_size = BLOCK_SIZE_2MB; - section = Addr / block_size; - ptr = &MMUTableL2 + section; - } - /* if region is greater than 4GB MMUTable level 1 need to be modified */ - else{ - /* block size is 1GB for addressed > 4GB */ - block_size = BLOCK_SIZE_1GB; - section = Addr / block_size; - ptr = &MMUTableL1 + section; - } - *ptr = (Addr & (~(block_size-1))) | attrib; - - Xil_DCacheFlush(); - - if (EL3 == 1) - mtcptlbi(ALLE3); - else if (EL1_NONSECURE == 1) - mtcptlbi(VMALLE1); - - dsb(); /* ensure completion of the BP and TLB invalidation */ - isb(); /* synchronize context on this processor */ - -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_mmu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_mmu.h deleted file mode 100644 index 396a0ab..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_mmu.h +++ /dev/null @@ -1,94 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* -* @addtogroup a53_64_mmu_apis Cortex A53 64bit Processor MMU Handling -* -* MMU function equip users to modify default memory attributes of MMU table as -* per the need. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00 	pkp  05/29/14 First release
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef XIL_MMU_H -#define XIL_MMU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/** - *@cond nocomments - */ - -/* Memory type */ -#define NORM_NONCACHE 0x401UL /* Normal Non-cacheable*/ -#define STRONG_ORDERED 0x409UL /* Strongly ordered (Device-nGnRnE)*/ -#define DEVICE_MEMORY 0x40DUL /* Device memory (Device-nGnRE)*/ -#define RESERVED 0x0UL /* reserved memory*/ - -/* Normal write-through cacheable inner shareable*/ -#define NORM_WT_CACHE 0x711UL - -/* Normal write back cacheable inner-shareable */ -#define NORM_WB_CACHE 0x705UL - -/* - * shareability attribute only applicable to - * normal cacheable memory - */ -#define INNER_SHAREABLE (0x3 << 8) -#define OUTER_SHAREABLE (0x2 << 8) -#define NON_SHAREABLE (~(0x3 << 8)) - -/* Execution type */ -#define EXECUTE_NEVER ((0x1 << 53) | (0x1 << 54)) - -/* Security type */ -#define NON_SECURE (0x1 << 5) - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -/** - *@endcond - */ - -void Xil_SetTlbAttributes(UINTPTR Addr, u64 attrib); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MMU_H */ -/** -* @} End of "addtogroup a53_64_mmu_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_smc.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_smc.c deleted file mode 100644 index ebc4030..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_smc.c +++ /dev/null @@ -1,84 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xil_smc.c -* -* This file contains function for initiating SMC call -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.2 	pkp  	 02/16/17 First release
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xil_types.h" -#include "xil_smc.h" - -#if EL1_NONSECURE -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Function Prototypes *****************************/ - -/************************** Variable Definitions *****************************/ -XSmc_OutVar SmcResult; - -/*****************************************************************************/ -/** -* @brief Initiate SMC call to EL3 secure monitor to request for secure -* service. This function is only applicable for EL1 Non-secure bsp. -* -* @param FunctionID is the SMC identifier for a particular secure service -* request -* @param Arg1 to Arg6 is the arguments passed to EL3 secure monitor -* @param Arg7 is Hypervisor Client ID register -* -* @return Result from secure payload service -* @note FunctionID and Arg1-Arg7 should be as per SMC calling convention -* -******************************************************************************/ -XSmc_OutVar Xil_Smc(u64 FunctionID, u64 Arg1, u64 Arg2, u64 Arg3, u64 Arg4, - u64 Arg5, u64 Arg6, u64 Arg7){ - - /* - * Since registers x8 to x17 are not saved by secure monitor during SMC - * it must be preserved. - */ - XSave_X8toX17(); - - /* Moving to EL3 secure monitor with smc call. */ - - __asm__ __volatile__ ("smc #0x0"); - - /* - * The result of the secure services are stored in x0 - x3. They are - * moved to SmcResult to return the result. - */ - __asm__ __volatile__("mov x8, x0"); - __asm__ __volatile__("mov x9, x1"); - __asm__ __volatile__("mov x10, x2"); - __asm__ __volatile__("mov x11, x3"); - - __asm__ __volatile__("mov %0, x8" : "=r" (SmcResult.Arg0)); - __asm__ __volatile__("mov %0, x9" : "=r" (SmcResult.Arg1)); - __asm__ __volatile__("mov %0, x10" : "=r" (SmcResult.Arg2)); - __asm__ __volatile__("mov %0, x11" : "=r" (SmcResult.Arg3)); - - XRestore_X8toX17(); - - return SmcResult; -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_smc.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_smc.h deleted file mode 100644 index 4366107..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_smc.h +++ /dev/null @@ -1,118 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_smc.h -* -* @addtogroup a53_64_smc_api Cortex A53 64bit EL1 Non-secure SMC Call -* -* Cortex A53 64bit EL1 Non-secure SMC Call provides a C wrapper for calling -* SMC from EL1 Non-secure application to request Secure monitor for secure -* services. SMC calling conventions should be followed. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.2 	pkp  	 02/16/17 First release
-* 6.4   mus      08/17/17 Added constant define for SMC ID , which is
-*                         intended to read the version/idcode of the
-*                         platform
-* 7.1  mus       07/31/19 Added support for Versal
-*
-*
-* 
-* -******************************************************************************/ - -#ifndef XIL_SMC_H /* prevent circular inclusions */ -#define XIL_SMC_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "bspconfig.h" - -#ifdef __cplusplus -extern "C" { -#endif -#if EL1_NONSECURE -/************************** Constant Definitions ****************************/ -#define SMC_FID_START 0xF2000000 -#define SMC_FID_END 0xFF00FFFF - -#define XILSP_INIT_DONE 0xF2000000 -#define ARITH_SMC_FID 0xF2000001 - -#define PM_IOCTL_SMC_FID 0xC2000022U -#define PM_IOCTL_OSPI_MUX_SELECT 0x15U -#define PIN_CONFIG_SCHMITT_CMOS 0x3U -#define PIN_CONFIG_TRI_STATE 0x6U -#define PM_OSPI_MUX_SEL_DMA 0x0 -#define PM_OSPI_MUX_SEL_LINEAR 0x1 -#define OSPI_NODE_ID 0x1822402a -#define PMC_GPIO_NODE_12_ID 0x14108027 -#define PIN_REQUEST_SMC_FID 0xC200001CU -#define PIN_RELEASE_SMC_FID 0xC200001DU -#define PIN_SET_CONFIG_SMC_FID 0xC2000021U -#define PM_REQUEST_DEVICE_SMC_FID 0xC200000DU -#define PM_RELEASE_DEVICE_SMC_FID 0xC200000EU -#define PM_ASSERT_SMC_FID 0xC2000011U -#define PM_GETSTATUS_SMC_FID 0xC2000012U -#define MMIO_WRITE_SMC_FID 0xC2000013U -#define MMIO_READ_SMC_FID 0xC2000014U -#define GET_CHIPID_SMC_FID 0xC2000018U - -/* GEM device IDs */ -#define DEV_GEM_0 0x18224019 -#define DEV_GEM_1 0x1822401a - -/* GEM reference clock IDs */ -#define CLK_GEM0_REF 0x8208058 -#define CLK_GEM1_REF 0x8208059 - -/* PM API for setting clock divider */ -#define PM_SET_DIVIDER_SMC_FID 0xC2000027U - -/**************************** Type Definitions ******************************/ -typedef struct { - u64 Arg0; - u64 Arg1; - u64 Arg2; - u64 Arg3; -} XSmc_OutVar; -/***************** Macros (Inline Functions) Definitions ********************/ - -#define XSave_X8toX17() \ - __asm__ __volatile__ ("stp X8, X9, [sp,#-0x10]!");\ - __asm__ __volatile__ ("stp X10, X11, [sp,#-0x10]!");\ - __asm__ __volatile__ ("stp X12, X13, [sp,#-0x10]!");\ - __asm__ __volatile__ ("stp X14, X15, [sp,#-0x10]!");\ - __asm__ __volatile__ ("stp X16, X17, [sp,#-0x10]!"); - -#define XRestore_X8toX17() \ - __asm__ __volatile__ ("ldp X16, X17, [sp], #0x10");\ - __asm__ __volatile__ ("ldp X14, X15, [sp], #0x10");\ - __asm__ __volatile__ ("ldp X12, X13, [sp], #0x10");\ - __asm__ __volatile__ ("ldp X10, X11, [sp], #0x10");\ - __asm__ __volatile__ ("ldp X8, X9, [sp], #0x10"); - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ -XSmc_OutVar Xil_Smc(u64 FunctionID, u64 Arg1, u64 Arg2, u64 Arg3, u64 Arg4, - u64 Arg5, u64 Arg6, u64 Arg7); -#endif -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_SMC_H */ -/** -* @} End of "addtogroup a53_64_smc_api". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpseudo_asm.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpseudo_asm.h deleted file mode 100644 index 3c79b0b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpseudo_asm.h +++ /dev/null @@ -1,56 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm.h -* -* @addtogroup a53_64_specific Cortex A53 64bit Processor Specific Include Files -* -* The xpseudo_asm.h includes xreg_cortexa53.h and xpseudo_asm_gcc.h. -* The xreg_cortexa53.h file contains definitions for inline assembler code. -* It provides inline definitions for Cortex A53 GPRs, SPRs and floating point -* registers. -* -* The xpseudo_asm_gcc.h contains the definitions for the most often used inline -* assembler instructions, available as macros. These can be very useful for -* tasks such as setting or getting special purpose registers, synchronization, -* or cache manipulation etc. These inline assembler instructions can be used -* from drivers and user applications written in C. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.00 	pkp  05/29/14 First release
-* 
-* -******************************************************************************/ -#ifndef XPSEUDO_ASM_H -#define XPSEUDO_ASM_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xreg_cortexa53.h" -#ifdef __clang__ -#include "xpseudo_asm_armclang.h" -#else -#include "xpseudo_asm_gcc.h" -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XPSEUDO_ASM_H */ -/** -* @} End of "addtogroup a53_64_specific". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/arm64_ops.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/arm64_ops.h deleted file mode 100644 index 348ec47..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/arm64_ops.h +++ /dev/null @@ -1,205 +0,0 @@ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -#ifndef _ARM64_OPS_H_ -#define _ARM64_OPS_H_ -#include - -#define BUG() while(1){asm volatile (".word 0xe7f000f0\n");} /* Undefined instruction; will call our fault handler. */ -#define ASSERT(x) \ -do { \ - if (!(x)) { \ - printk("ASSERTION FAILED: %s at %s:%d.\n", \ - # x , \ - __FILE__, \ - __LINE__); \ - BUG(); \ - } \ -} while(0) - -#define BUG_ON(x) ASSERT(!(x)) - -#define smp_processor_id() 0 - -#define barrier() __asm__ __volatile__("": : :"memory") - -// disable interrupts -static inline void local_irq_disable(void) { - __asm__ __volatile__("cpsid i":::"memory"); -} - -// enable interrupts -static inline void local_irq_enable(void) { - __asm__ __volatile__("cpsie i":::"memory"); -} - -#define local_irq_save(x) { \ - __asm__ __volatile__("mrs %0, cpsr;cpsid i":"=r"(x)::"memory"); \ -} - -#define local_irq_restore(x) { \ - __asm__ __volatile__("msr cpsr_c, %0"::"r"(x):"memory"); \ -} - -#define local_save_flags(x) { \ - __asm__ __volatile__("mrs %0, cpsr":"=r"(x)::"memory"); \ -} - -static inline int irqs_disabled(void) { - int x; - local_save_flags(x); - return x & 0x80; -} - -#define dsb(scope) asm volatile("dsb " #scope : : : "memory") - -/* We probably only need "dmb" here, but we'll start by being paranoid. */ -#define mb() dsb(sy) -#define rmb() dsb(ld) -#define wmb() dsb(st) - -#define xchg(ptr,v) __atomic_exchange_n(ptr, v, __ATOMIC_SEQ_CST) - -/** - * test_and_clear_bit - Clear a bit and return its old value - * @nr: Bit to clear - * @addr: Address to count from - * - * Note that @nr may be almost arbitrarily large; this function is not - * restricted to acting on a single-word quantity. - * - * This operation is atomic. - * If you need a memory barrier, use synch_test_and_clear_bit instead. - */ -static __inline__ int test_and_clear_bit(int nr, volatile void * addr) -{ - uint8_t *byte = ((uint8_t *)addr) + (nr >> 3); - uint8_t bit = 1 << (nr & 7); - uint8_t orig; - - orig = __atomic_fetch_and(byte, ~bit, __ATOMIC_RELAXED); - - return (orig & bit) != 0; -} - -/** - * Atomically set a bit and return the old value. - * Similar to test_and_clear_bit. - */ -static __inline__ int test_and_set_bit(int nr, volatile void *base) -{ - uint8_t *byte = ((uint8_t *)base) + (nr >> 3); - uint8_t bit = 1 << (nr & 7); - uint8_t orig; - - orig = __atomic_fetch_or(byte, bit, __ATOMIC_RELAXED); - - return (orig & bit) != 0; -} - -/** - * Test whether a bit is set. */ -static __inline__ int test_bit(int nr, const volatile unsigned long *addr) -{ - const uint8_t *ptr = (const uint8_t *) addr; - return ((1 << (nr & 7)) & (ptr[nr >> 3])) != 0; -} - -/** - * Atomically set a bit in memory (like test_and_set_bit but discards result). - */ -static __inline__ void set_bit(int nr, volatile unsigned long *addr) -{ - test_and_set_bit(nr, addr); -} - -/** - * Atomically clear a bit in memory (like test_and_clear_bit but discards result). - */ -static __inline__ void clear_bit(int nr, volatile unsigned long *addr) -{ - test_and_clear_bit(nr, addr); -} - -/** - * __ffs - find first (lowest) set bit in word. - * @word: The word to search - * - * Undefined if no bit exists, so code should check against 0 first. - */ -static __inline__ unsigned long __ffs(unsigned long word) -{ - return __builtin_ctzl(word); -} - - - -/********************* common arm32 and arm64 ****************************/ - -/* If *ptr == old, then store new there (and return new). - * Otherwise, return the old value. - * Atomic. */ -#define synch_cmpxchg(ptr, old, new) \ -({ __typeof__(*ptr) stored = old; \ - __atomic_compare_exchange_n(ptr, &stored, new, 0, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) ? new : old; \ -}) - -/* As test_and_clear_bit, but using __ATOMIC_SEQ_CST */ -static __inline__ int synch_test_and_clear_bit(int nr, volatile void *addr) -{ - uint8_t *byte = ((uint8_t *)addr) + (nr >> 3); - uint8_t bit = 1 << (nr & 7); - uint8_t orig; - - orig = __atomic_fetch_and(byte, ~bit, __ATOMIC_SEQ_CST); - - return (orig & bit) != 0; -} - -/* As test_and_set_bit, but using __ATOMIC_SEQ_CST */ -static __inline__ int synch_test_and_set_bit(int nr, volatile void *base) -{ - uint8_t *byte = ((uint8_t *)base) + (nr >> 3); - uint8_t bit = 1 << (nr & 7); - uint8_t orig; - - orig = __atomic_fetch_or(byte, bit, __ATOMIC_SEQ_CST); - - return (orig & bit) != 0; -} - -/* As set_bit, but using __ATOMIC_SEQ_CST */ -static __inline__ void synch_set_bit(int nr, volatile void *addr) -{ - synch_test_and_set_bit(nr, addr); -} - -/* As clear_bit, but using __ATOMIC_SEQ_CST */ -static __inline__ void synch_clear_bit(int nr, volatile void *addr) -{ - synch_test_and_clear_bit(nr, addr); -} - -/* As test_bit, but with a following memory barrier. */ -static __inline__ int synch_test_bit(int nr, volatile void *addr) -{ - int result; - result = test_bit(nr, addr); - barrier(); - return result; -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/hypercall.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/hypercall.S deleted file mode 100644 index 8e8bfd9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/hypercall.S +++ /dev/null @@ -1,49 +0,0 @@ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "xen.h" - - -.globl HYPERVISOR_console_io; -.align 4; -HYPERVISOR_console_io: - mov x16, __HYPERVISOR_console_io; - hvc 0xEA1; - ret; - - -.globl HYPERVISOR_hvm_op; -.align 4; -HYPERVISOR_hvm_op: - mov x16, __HYPERVISOR_hvm_op; - hvc 0xEA1; - ret; - -.globl HYPERVISOR_memory_op; -.align 4; -HYPERVISOR_memory_op: - mov x16, __HYPERVISOR_memory_op; - hvc 0xEA1; - ret; - -.globl HYPERVISOR_event_channel_op; -.align 4; -HYPERVISOR_event_channel_op: - mov x16, __HYPERVISOR_event_channel_op - hvc 0xEA1; - ret; diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/hypercall.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/hypercall.h deleted file mode 100644 index 604bd8c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/hypercall.h +++ /dev/null @@ -1,29 +0,0 @@ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#ifndef __HYPERCALL_H__ -#define __HYPERCALL_H__ - -#include "xen.h" - -int HYPERVISOR_console_io(int cmd, int count, char *str); -int HYPERVISOR_hvm_op(int cmd, void* param); -int HYPERVISOR_memory_op(int cmd, void* param); -int HYPERVISOR_event_channel_op(int cmd, void* param); - -#endif /* __HYPERCALL_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen.h deleted file mode 100644 index fd281c5..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen.h +++ /dev/null @@ -1,131 +0,0 @@ -/****************************************************************************** - * xen.h - * - * Guest OS interface to Xen. - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to - * deal in the Software without restriction, including without limitation the - * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - * sell copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - * - * Copyright (c) 2004, K A Fraser - */ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#ifndef __XEN_H_ -#define __XEN_H_ - -/* - * HYPERCALLS - */ - -/* `incontents 100 hcalls List of hypercalls - * ` enum hypercall_num { // __HYPERVISOR_* => HYPERVISOR_*() - */ - -#define __HYPERVISOR_set_trap_table 0 -#define __HYPERVISOR_mmu_update 1 -#define __HYPERVISOR_set_gdt 2 -#define __HYPERVISOR_stack_switch 3 -#define __HYPERVISOR_set_callbacks 4 -#define __HYPERVISOR_fpu_taskswitch 5 -#define __HYPERVISOR_sched_op_compat 6 /* compat since 0x00030101 */ -#define __HYPERVISOR_platform_op 7 -#define __HYPERVISOR_set_debugreg 8 -#define __HYPERVISOR_get_debugreg 9 -#define __HYPERVISOR_update_descriptor 10 -#define __HYPERVISOR_memory_op 12 -#define __HYPERVISOR_multicall 13 -#define __HYPERVISOR_update_va_mapping 14 -#define __HYPERVISOR_set_timer_op 15 -#define __HYPERVISOR_event_channel_op_compat 16 /* compat since 0x00030202 */ -#define __HYPERVISOR_xen_version 17 -#define __HYPERVISOR_console_io 18 -#define __HYPERVISOR_physdev_op_compat 19 /* compat since 0x00030202 */ -#define __HYPERVISOR_grant_table_op 20 -#define __HYPERVISOR_vm_assist 21 -#define __HYPERVISOR_update_va_mapping_otherdomain 22 -#define __HYPERVISOR_iret 23 /* x86 only */ -#define __HYPERVISOR_vcpu_op 24 -#define __HYPERVISOR_set_segment_base 25 /* x86/64 only */ -#define __HYPERVISOR_mmuext_op 26 -#define __HYPERVISOR_xsm_op 27 -#define __HYPERVISOR_nmi_op 28 -#define __HYPERVISOR_sched_op 29 -#define __HYPERVISOR_callback_op 30 -#define __HYPERVISOR_xenoprof_op 31 -#define __HYPERVISOR_event_channel_op 32 -#define __HYPERVISOR_physdev_op 33 -#define __HYPERVISOR_hvm_op 34 -#define __HYPERVISOR_sysctl 35 -#define __HYPERVISOR_domctl 36 -#define __HYPERVISOR_kexec_op 37 -#define __HYPERVISOR_tmem_op 38 -#define __HYPERVISOR_xc_reserved_op 39 /* reserved for XenClient */ - -/* Architecture-specific hypercall definitions. */ -#define __HYPERVISOR_arch_0 48 -#define __HYPERVISOR_arch_1 49 -#define __HYPERVISOR_arch_2 50 -#define __HYPERVISOR_arch_3 51 -#define __HYPERVISOR_arch_4 52 -#define __HYPERVISOR_arch_5 53 -#define __HYPERVISOR_arch_6 54 -#define __HYPERVISOR_arch_7 55 - -/* ` } */ - -/* - * Commands to HYPERVISOR_console_io(). - */ -#define CONSOLEIO_write 0 -#define CONSOLEIO_read 1 - -/* - * Commands to HYPERVISOR_hvm_op - */ -#define HVMOP_set_param 0 -#define HVMOP_get_param 1 - -/* DOMID_SELF is used in certain contexts to refer to oneself. */ -#define DOMID_SELF (0x7FF0U) - - -#define XENMEM_add_to_physmap 7 - - -/* Console debug shared memory ring and event channel */ -#define HVM_PARAM_CONSOLE_PFN 17 -#define HVM_PARAM_CONSOLE_EVTCHN 18 - - -#endif /* __XEN_PUBLIC_XEN_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_console.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_console.c deleted file mode 100644 index cbec306..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_console.c +++ /dev/null @@ -1,420 +0,0 @@ -/* - **************************************************************************** - * (C) 2006 - Grzegorz Milos - Cambridge University - **************************************************************************** - * - * File: console.h - * Author: Grzegorz Milos - * Changes: - * - * Date: Mar 2006 - * - * Environment: Xen Minimal OS - * Description: Console interface. - * - * Handles console I/O. Defines printk. - * - **************************************************************************** - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to - * deal in the Software without restriction, including without limitation the - * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - * sell copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - */ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -#include -#include -#include -#include -#include "hypercall.h" -#include "arm64_ops.h" -#include "xen.h" -#include "xen_console.h" -#include "xen_events.h" - -#define ECHO_TO_UART 1 -#define SUCCESS 0 -#define ARG_NULL -1 -#define INIT_FAILED -2 -#define INIT_NOT_DONE -3 -#define BUFFER_OVERFLOW -4 -#define PRINT_FAILED -5 - -#define PAGE_TO_ADDR(x) ((void*)((u64)(x)<out_cons; - prod = intf->out_prod; - mb(); - BUG_ON((prod - cons) > sizeof(intf->out)); - - while ((sent < len) && ((prod - cons) < sizeof(intf->out))) - { - intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++]; - } - wmb(); - intf->out_prod = prod; - - return sent; -} - -// Copies the characters then raises an event to Xen -static int xencons_ring_send(const u8 *data, unsigned len) -{ - int sent; - - sent = xencons_ring_send_no_notify(data, len); - notify_evtch(cons_evtch); - - return sent; -} - -// Does some data reformatting to handle newline -static void console_print(char *data, int length) -{ - u8 *curr_char, saved_char; - u8 copied_str[length+1]; - u8 *copied_ptr; - int part_len; - int (*ring_send_fn)(const u8 *data, unsigned length); - - if(!console_initialised) - ring_send_fn = xencons_ring_send_no_notify; - else - ring_send_fn = xencons_ring_send; - - copied_ptr = copied_str; - memcpy(copied_ptr, data, length); - - for(curr_char = copied_ptr; curr_char < copied_ptr+length-1; curr_char++) - { - if(*curr_char == '\n') - { - *curr_char = '\r'; - saved_char = *(curr_char+1); - *(curr_char+1) = '\n'; - part_len = curr_char - copied_ptr + 2; - ring_send_fn(copied_ptr, part_len); - *(curr_char+1) = saved_char; - copied_ptr = curr_char+1; - length -= part_len - 1; - } - } - - if (copied_ptr[length-1] == '\n') { - copied_ptr[length-1] = '\r'; - copied_ptr[length] = '\n'; - length++; - } - - ring_send_fn(copied_ptr, length); -} - -// This function will print to Xen's console one way or another -static void pvc_print(int direct, const char *fmt, va_list args) -{ - static char buf[1024]; - - (void)vsnprintf(buf, sizeof(buf), fmt, args); - - if(direct) - { - // if console ring buffer/event not ready, use the Xen console IO hypercall - (void)HYPERVISOR_console_io(CONSOLEIO_write, strlen(buf), buf); - } - else - { - console_print(buf, strlen(buf)); - } -} - -// Use this function to print to the Xen console -void printk(const char *fmt, ...) -{ - va_list args; - va_start(args, fmt); - pvc_print(console_initialised!=1, fmt, args); - va_end(args); -} - - -// Register this function with event handler to take care of console events -static void console_handle_input(void) -{ - struct xencons_interface *intf = mfn_to_virt(guest_phys_page); - u32 cons, prod; - u8 byte; - static int cr = 0; - char data[sizeof(intf->in)+1] = {0}; - int i; - - - cons = intf->in_cons; - prod = intf->in_prod; - mb(); - BUG_ON((prod - cons) > sizeof(intf->in)); - - i = 0; - while (cons != prod) - { - byte = *(intf->in+MASK_XENCONS_IDX(cons,intf->in)); - cons++; - data[i++] = byte; - } - - mb(); - intf->in_cons = cons; - notify_evtch(cons_evtch); - console_input_callback(data, i); -} - -// Initializes the Xen virtual console -void init_console(void) -{ - u64 val; - int rv; - - init_events(); - - // get the page where the console ring buffer is - if(0 == get_hv_param(HVM_PARAM_CONSOLE_PFN, &val)) - { - guest_phys_page = val; - } - - // get event channel info necessary to do the things - if(0 == get_hv_param(HVM_PARAM_CONSOLE_EVTCHN, &val)) - { - cons_evtch = val; - register_event_handler(cons_evtch, console_handle_input); - } - else - { - printk("error getting console event channel ID\r\n"); - } - - unmask_evtchn(cons_evtch); - console_initialised = 1; -} -void XPVXenConsole_Init() -{ - init_console(); -} -/*****************************************************************************/ -/** - * - * @brief This function writes data to xen console output ring buffer & - * sends event notification to xen - * - * @param BufferPtr: Pointer to buffer data to be written/copied to xen - * console output ring buffer - * - * @return - * Length: if data written to xen console output buffer successfully - * BUFFER_OVERFLOW: if xen console output buffer overflow - * - ******************************************************************************/ - int XPVXenConsole_Write(const char *BufferPtr) { - u32 Length = 0; - u32 RingIndex = 0; - struct xencons_interface *ConsoleInterfacePtr = mfn_to_virt(guest_phys_page); - u32 Cons = ConsoleInterfacePtr->out_cons; - u32 Prod = ConsoleInterfacePtr->out_prod; - - /* - * It guarantees that any memory access initiated before the memory - * barrier will be complete before passing the barrier, and all - * subsequent memory accesses will be executed after the barrier - */ - mb(); - if ((Prod - Cons) > sizeof(ConsoleInterfacePtr->out)) { - notify_evtch(cons_evtch); - return BUFFER_OVERFLOW; - } - /* - * write buffer data into xen console output ring buffer, - * taking care not to overflow the console output ring buffer - */ - while ((*BufferPtr != '\0') && - ((Prod - Cons) < sizeof(ConsoleInterfacePtr->out))) { - RingIndex = MASK_XENCONS_IDX(Prod, ConsoleInterfacePtr->out); - ConsoleInterfacePtr->out[RingIndex] = *BufferPtr++; - Prod++; - Length++; - } - /* - * make sure that data written into xen console output ring buffer - * before updating the pointer - */ - wmb(); - ConsoleInterfacePtr->out_prod = Prod; - notify_evtch(cons_evtch); - - return Length; -} -/*****************************************************************************/ -/** - * - * @brief This API is used to print data on xen console - * - * @param FormatPtr: Pointer to format/string to be printed on xen console - * - * @return - * SUCCESS: if xen console printed data successfully - * INIT_NOT_DONE: if xen console initialization not done - * ARG_NULL: if null argument passed to function - * BUFFER_OVERFLOW: if print buffer overflow - * PRINT_FAILED: if xen console printed data failed - * - ******************************************************************************/ -int XPVXenConsole_Printf(const char *FormatPtr, ...) { - va_list Args; - struct xencons_interface *ConsoleInterfacePtr = mfn_to_virt(guest_phys_page); - static char Buf[sizeof(ConsoleInterfacePtr->out) + 1] = { 0 }; - u32 Ret = 0; - int Length = 0; - - if (ConsoleInterfacePtr == NULL) { - return INIT_NOT_DONE; - } - if (FormatPtr == NULL) { - return ARG_NULL; - } - - va_start(Args, FormatPtr); - Ret = vsnprintf(Buf, sizeof(Buf), FormatPtr, Args); - va_end(Args); - if (Ret > (u32) sizeof(Buf)) { - return BUFFER_OVERFLOW; - } - - Length = XPVXenConsole_Write(Buf); - if (Length < 0) { - return PRINT_FAILED; - } - - return SUCCESS; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_console.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_console.h deleted file mode 100644 index 03d84cd..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_console.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - * xen_console.h - * - * Created on: Sep 14, 2016 - * Author: jarvis - */ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -#ifndef _XEN_CONSOLE_H_ - -typedef void (*callback_func)(char* data, int size); - -void printk(const char *fmt, ...); -void init_console(void); -void register_console_callback(callback_func fptr); -int XPVXenConsole_Printf(const char *FormatPtr, ...); -void XPVXenConsole_Init(void); -int XPVXenConsole_Write(const char *BufferPtr); - -#define _XEN_CONSOLE_H_ - - - -#endif /* _XEN_CONSOLE_H_ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_events.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_events.c deleted file mode 100644 index e8ae20f..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_events.c +++ /dev/null @@ -1,191 +0,0 @@ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "xen.h" -#include "hypercall.h" -#include "arm64_ops.h" -#include "xen_events.h" -#include "xen_console.h" - -#define VA_TO_GUEST_PAGE(x) ((u64)x >> PAGE_SHIFT) //BMC set up a direct VA:PA mapping - -#define active_evtchns(cpu,sh,idx) \ - ((sh)->evtchn_pending[idx] & \ - ~(sh)->evtchn_mask[idx]) - -// Structure for going about sharing a page with Xen -struct xen_add_to_physmap -{ - /* Which domain to change the mapping for. */ - u16 domid; - - /* Number of pages to go through for gmfn_range */ - u16 size; - - unsigned int space; /* => enum phys_map_space */ - - /* Index into space being mapped. */ - u64 idx; - - /* GPFN in domid where the source mapping page should appear. */ - u64 gpfn; -}; -typedef struct xen_add_to_physmap xen_add_to_physmap_t; - -struct vcpu_info { - u8 evtchn_upcall_pending; - u8 pad0; - u64 evtchn_pending_sel; - u8 pad[30]; -}; /* 64 bytes (x86) */ -typedef struct vcpu_info vcpu_info_t; - -struct shared_info -{ - vcpu_info_t vcpu_info[1]; - u64 evtchn_pending[sizeof(u64) * 8]; - u64 evtchn_mask[sizeof(u64) * 8]; -}; -typedef struct shared_info shared_info_t; - -struct event_handler -{ - u32 evtch_id; - void (*handler_fptr)(void); -}; -typedef struct event_handler event_handler_t; - -static event_handler_t event_handler_table[1] = {{0}}; -static __attribute__((aligned(0x1000))) u8 shared_info_page[1<vcpu_info[0]; - - synch_clear_bit(port, &s->evtchn_mask[0]); - - /* - * The following is basically the equivalent of 'hw_resend_irq'. Just like - * a real IO-APIC we 'lose the interrupt edge' if the channel is masked. - */ - if ( synch_test_bit (port, &s->evtchn_pending[0]) && - !synch_test_and_set_bit(port / (sizeof(unsigned long) * 8), - &vcpu_info->evtchn_pending_sel) ) - { - vcpu_info->evtchn_upcall_pending = 1; -#ifdef XEN_HAVE_PV_UPCALL_MASK - if ( !vcpu_info->evtchn_upcall_mask ) -#endif - // force_evtchn_callback(); //todo, figure if this is needed - } -} - -// Clears the event flag so Xen can raise it again later -static inline void clear_evtchn(uint32_t port) -{ - shared_info_t *s = shared_info; - synch_clear_bit(port, &s->evtchn_pending[0]); -} - -// This is where we would call the handler for the specific event, but for now only supporting 1 event -static int do_event(u32 port) -{ - clear_evtchn(port); - - /* call the handler */ - if(port == event_handler_table[0].evtch_id) - { - event_handler_table[0].handler_fptr(); - } - - return 1; -} - -// The IRQ handler for the interrupt that Xen uses for events (IRQ 31). -void handle_event_irq(void* data) -{ - unsigned long l1, l2, l1i, l2i; - unsigned int port; - int cpu = 0; - shared_info_t *s = shared_info; - vcpu_info_t *vcpu_info = &s->vcpu_info[cpu]; - - vcpu_info->evtchn_upcall_pending = 0; - wmb(); - - l1 = xchg(&vcpu_info->evtchn_pending_sel, 0); - while ( l1 != 0 ) - { - l1i = __ffs(l1); - l1 &= ~(1UL << l1i); - while ( (l2 = active_evtchns(cpu, s, l1i)) != 0 ) - { - l2i = __ffs(l2); - l2 &= ~(1UL << l2i); - - port = (l1i * (sizeof(unsigned long) * 8)) + l2i; - do_event(port); - - } - } -} - -// Initialize the guest's event framework -void init_events(void) -{ - xen_add_to_physmap_t xatp; - - /* Map shared_info page */ - xatp.domid = DOMID_SELF; - xatp.idx = 0; - xatp.space = XENMAPSPACE_shared_info; - xatp.gpfn = VA_TO_GUEST_PAGE(shared_info_page); - - if(0 != HYPERVISOR_memory_op(XENMEM_add_to_physmap, &xatp)) - { - printk("ERROR setting up shared memory!\r\n"); - } - - shared_info = (struct shared_info *)shared_info_page; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_events.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_events.h deleted file mode 100644 index 2f30d77..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_events.h +++ /dev/null @@ -1,58 +0,0 @@ -/* - * xen_events.h - * - * Created on: Sep 14, 2016 - * Author: jarvis - */ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -#ifndef _XEN_EVENTS_H_ -#define _XEN_EVENTS_H_ - -#include "xil_types.h" - -#define PAGE_SHIFT 12 // not really a good place for this -#define PAGE_SIZE (1< struct evtchn_* */ -#define EVTCHNOP_bind_interdomain 0 -#define EVTCHNOP_bind_virq 1 -#define EVTCHNOP_bind_pirq 2 -#define EVTCHNOP_close 3 -#define EVTCHNOP_send 4 -#define EVTCHNOP_status 5 -#define EVTCHNOP_alloc_unbound 6 -#define EVTCHNOP_bind_ipi 7 -#define EVTCHNOP_bind_vcpu 8 -#define EVTCHNOP_unmask 9 -#define EVTCHNOP_reset 10 -#define EVTCHNOP_init_control 11 -#define EVTCHNOP_expand_array 12 -#define EVTCHNOP_set_priority 13 - - -void notify_evtch(u32 evtch_id); -void init_events(void); -int register_event_handler(u32 evtch_id, void (*fptr)(void)); -void unmask_evtchn(u32 port); -void handle_event_irq(void* data); - -#endif /* _XEN_EVENTS_H_ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xreg_cortexa53.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xreg_cortexa53.h deleted file mode 100644 index b8ea1ea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xreg_cortexa53.h +++ /dev/null @@ -1,163 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xreg_cortexa53.h -* -* This header file contains definitions for using inline assembler code. It is -* written specifically for the GNU compiler. -* -* All of the ARM Cortex A53 GPRs, SPRs, and Debug Registers are defined along -* with the positions of the bits within the registers. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  05/29/14 First release
-* 
-* -******************************************************************************/ -#ifndef XREG_CORTEXA53_H -#define XREG_CORTEXA53_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/** - *@cond nocomments - */ - -/* GPRs */ -#define XREG_GPR0 x0 -#define XREG_GPR1 x1 -#define XREG_GPR2 x2 -#define XREG_GPR3 x3 -#define XREG_GPR4 x4 -#define XREG_GPR5 x5 -#define XREG_GPR6 x6 -#define XREG_GPR7 x7 -#define XREG_GPR8 x8 -#define XREG_GPR9 x9 -#define XREG_GPR10 x10 -#define XREG_GPR11 x11 -#define XREG_GPR12 x12 -#define XREG_GPR13 x13 -#define XREG_GPR14 x14 -#define XREG_GPR15 x15 -#define XREG_GPR16 x16 -#define XREG_GPR17 x17 -#define XREG_GPR18 x18 -#define XREG_GPR19 x19 -#define XREG_GPR20 x20 -#define XREG_GPR21 x21 -#define XREG_GPR22 x22 -#define XREG_GPR23 x23 -#define XREG_GPR24 x24 -#define XREG_GPR25 x25 -#define XREG_GPR26 x26 -#define XREG_GPR27 x27 -#define XREG_GPR28 x28 -#define XREG_GPR29 x29 -#define XREG_GPR30 x30 -#define XREG_CPSR cpsr - -/* Current Processor Status Register (CPSR) Bits */ -#define XREG_CPSR_MODE_BITS 0x1FU -#define XREG_CPSR_EL3h_MODE 0xDU -#define XREG_CPSR_EL3t_MODE 0xCU -#define XREG_CPSR_EL2h_MODE 0x9U -#define XREG_CPSR_EL2t_MODE 0x8U -#define XREG_CPSR_EL1h_MODE 0x5U -#define XREG_CPSR_EL1t_MODE 0x4U -#define XREG_CPSR_EL0t_MODE 0x0U - -#define XREG_CPSR_IRQ_ENABLE 0x80U -#define XREG_CPSR_FIQ_ENABLE 0x40U - -#define XREG_CPSR_N_BIT 0x80000000U -#define XREG_CPSR_Z_BIT 0x40000000U -#define XREG_CPSR_C_BIT 0x20000000U -#define XREG_CPSR_V_BIT 0x10000000U - -/* FPSID bits */ -#define XREG_FPSID_IMPLEMENTER_BIT (24U) -#define XREG_FPSID_IMPLEMENTER_MASK (0x000000FFU << FPSID_IMPLEMENTER_BIT) -#define XREG_FPSID_SOFTWARE (0X00000001U<<23U) -#define XREG_FPSID_ARCH_BIT (16U) -#define XREG_FPSID_ARCH_MASK (0x0000000FU << FPSID_ARCH_BIT) -#define XREG_FPSID_PART_BIT (8U) -#define XREG_FPSID_PART_MASK (0x000000FFU << FPSID_PART_BIT) -#define XREG_FPSID_VARIANT_BIT (4U) -#define XREG_FPSID_VARIANT_MASK (0x0000000FU << FPSID_VARIANT_BIT) -#define XREG_FPSID_REV_BIT (0U) -#define XREG_FPSID_REV_MASK (0x0000000FU << FPSID_REV_BIT) - -/* FPSCR bits */ -#define XREG_FPSCR_N_BIT (0X00000001U << 31U) -#define XREG_FPSCR_Z_BIT (0X00000001U << 30U) -#define XREG_FPSCR_C_BIT (0X00000001U << 29U) -#define XREG_FPSCR_V_BIT (0X00000001U << 28U) -#define XREG_FPSCR_QC (0X00000001U << 27U) -#define XREG_FPSCR_AHP (0X00000001U << 26U) -#define XREG_FPSCR_DEFAULT_NAN (0X00000001U << 25U) -#define XREG_FPSCR_FLUSHTOZERO (0X00000001U << 24U) -#define XREG_FPSCR_ROUND_NEAREST (0X00000000U << 22U) -#define XREG_FPSCR_ROUND_PLUSINF (0X00000001U << 22U) -#define XREG_FPSCR_ROUND_MINUSINF (0X00000002U << 22U) -#define XREG_FPSCR_ROUND_TOZERO (0X00000003U << 22U) -#define XREG_FPSCR_RMODE_BIT (22U) -#define XREG_FPSCR_RMODE_MASK (0X00000003U << FPSCR_RMODE_BIT) -#define XREG_FPSCR_STRIDE_BIT (20U) -#define XREG_FPSCR_STRIDE_MASK (0X00000003U << FPSCR_STRIDE_BIT) -#define XREG_FPSCR_LENGTH_BIT (16U) -#define XREG_FPSCR_LENGTH_MASK (0X00000007U << FPSCR_LENGTH_BIT) -#define XREG_FPSCR_IDC (0X00000001U << 7U) -#define XREG_FPSCR_IXC (0X00000001U << 4U) -#define XREG_FPSCR_UFC (0X00000001U << 3U) -#define XREG_FPSCR_OFC (0X00000001U << 2U) -#define XREG_FPSCR_DZC (0X00000001U << 1U) -#define XREG_FPSCR_IOC (0X00000001U << 0U) - -/* MVFR0 bits */ -#define XREG_MVFR0_RMODE_BIT (28U) -#define XREG_MVFR0_RMODE_MASK (0x0000000FU << XREG_MVFR0_RMODE_BIT) -#define XREG_MVFR0_SHORT_VEC_BIT (24U) -#define XREG_MVFR0_SHORT_VEC_MASK (0x0000000FU << XREG_MVFR0_SHORT_VEC_BIT) -#define XREG_MVFR0_SQRT_BIT (20U) -#define XREG_MVFR0_SQRT_MASK (0x0000000FU << XREG_MVFR0_SQRT_BIT) -#define XREG_MVFR0_DIVIDE_BIT (16U) -#define XREG_MVFR0_DIVIDE_MASK (0x0000000FU << XREG_MVFR0_DIVIDE_BIT) -#define XREG_MVFR0_EXEC_TRAP_BIT (0X00000012U) -#define XREG_MVFR0_EXEC_TRAP_MASK (0X0000000FU << XREG_MVFR0_EXEC_TRAP_BIT) -#define XREG_MVFR0_DP_BIT (8U) -#define XREG_MVFR0_DP_MASK (0x0000000FU << XREG_MVFR0_DP_BIT) -#define XREG_MVFR0_SP_BIT (4U) -#define XREG_MVFR0_SP_MASK (0x0000000FU << XREG_MVFR0_SP_BIT) -#define XREG_MVFR0_A_SIMD_BIT (0U) -#define XREG_MVFR0_A_SIMD_MASK (0x0000000FU << MVFR0_A_SIMD_BIT) - -/* FPEXC bits */ -#define XREG_FPEXC_EX (0X00000001U << 31U) -#define XREG_FPEXC_EN (0X00000001U << 30U) -#define XREG_FPEXC_DEX (0X00000001U << 29U) - - -#define XREG_CONTROL_DCACHE_BIT (0X00000001U<<2U) -#define XREG_CONTROL_ICACHE_BIT (0X00000001U<<12U) - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XREG_CORTEXA53_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xtime_l.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xtime_l.c deleted file mode 100644 index 8abb888..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xtime_l.c +++ /dev/null @@ -1,116 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.c -* -* This file contains low level functions to get/set time from the Global Timer -* register in the ARM Cortex A53 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 5.00 	pkp	   05/29/14 First release
-* 5.05	pkp	   04/13/16 Added XTime_StartTimer API to start the global timer
-*						counter if it is disabled. Also XTime_GetTime calls
-*						this API to ensure the global timer counter is enabled
-* 6.02  pkp	   01/22/17 Added support for EL1 non-secure
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -* @note None. -* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xtime_l.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" -#include "bspconfig.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) -#pragma message ("For the sleep routines, Global timer is being used") -#endif -/****************************************************************************/ -/** -* @brief Start the 64-bit physical timer counter. -* -* @return None. -* -* @note The timer is initialized only if it is disabled. If the timer is -* already running this function does not perform any operation. This -* API is effective only if BSP is built for EL3. For EL1 Non-secure, -* it simply exits. -* -****************************************************************************/ -void XTime_StartTimer(void) -{ - if (EL3 == 1){ - /* Enable the global timer counter only if it is disabled */ - if(((Xil_In32(XIOU_SCNTRS_BASEADDR + XIOU_SCNTRS_CNT_CNTRL_REG_OFFSET)) - & XIOU_SCNTRS_CNT_CNTRL_REG_EN_MASK) != - XIOU_SCNTRS_CNT_CNTRL_REG_EN){ - /*write frequency to System Time Stamp Generator Register*/ - Xil_Out32((XIOU_SCNTRS_BASEADDR + XIOU_SCNTRS_FREQ_REG_OFFSET), - XIOU_SCNTRS_FREQ); - /*Enable the timer/counter*/ - Xil_Out32((XIOU_SCNTRS_BASEADDR + XIOU_SCNTRS_CNT_CNTRL_REG_OFFSET) - ,XIOU_SCNTRS_CNT_CNTRL_REG_EN); - } - } -} -/****************************************************************************/ -/** -* @brief Timer of A53 runs continuously and the time can not be set as -* desired. This API doesn't contain anything. It is defined to have -* uniformity across platforms. -* -* @param Xtime_Global: 64bit value to be written to the physical timer -* counter register. Since API does not do anything, the value is -* not utilized. -* -* @return None. -* -****************************************************************************/ -void XTime_SetTime(XTime Xtime_Global) -{ - (void) Xtime_Global; -/*As the generic timer of A53 runs constantly time can not be set as desired -so the API is left unimplemented*/ -} - -/****************************************************************************/ -/** -* @brief Get the time from the physical timer counter register. -* -* @param Xtime_Global: Pointer to the 64-bit location to be updated with the -* current value of physical timer counter register. -* -* @return None. -* -****************************************************************************/ -void XTime_GetTime(XTime *Xtime_Global) -{ - if (EL3 == 1) - /* Start global timer counter, it will only be enabled if it is disabled */ - XTime_StartTimer(); - - *Xtime_Global = mfcp(CNTPCT_EL0); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xtime_l.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xtime_l.h deleted file mode 100644 index ef843de..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xtime_l.h +++ /dev/null @@ -1,94 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.h -* -* @addtogroup a53_64_time_apis Cortex A53 64bit Mode Time Functions -* xtime_l.h provides access to the 64-bit physical timer counter. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 5.00 	pkp	   05/29/14 First release
-* 6.6   srm    10/23/17 Updated the macros to support user configurable sleep
-*		        implementation
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -* -******************************************************************************/ - -#ifndef XTIME_H /* prevent circular inclusions */ -#define XTIME_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -typedef u64 XTime; - -/************************** Constant Definitions *****************************/ -#if defined (versal) -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_SECOND SLEEP_TIMER_FREQUENCY -#else -#define COUNTS_PER_SECOND XPAR_CPU_CORTEXA72_0_TIMESTAMP_CLK_FREQ -#endif -#define XIOU_SCNTRS_BASEADDR 0xFF140000U -#define XIOU_SCNTRS_FREQ XPAR_CPU_CORTEXA72_0_TIMESTAMP_CLK_FREQ -#else -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_SECOND SLEEP_TIMER_FREQUENCY -#else -#define COUNTS_PER_SECOND XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ -#endif -#define XIOU_SCNTRS_BASEADDR 0xFF260000U -#define XIOU_SCNTRS_FREQ XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ -#endif -#define XIOU_SCNTRS_CNT_CNTRL_REG_OFFSET 0x00000000U -#define XIOU_SCNTRS_FREQ_REG_OFFSET 0x00000020U -#define XIOU_SCNTRS_CNT_CNTRL_REG_EN 0x00000001U -#define XIOU_SCNTRS_CNT_CNTRL_REG_EN_MASK 0x00000001U -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void XTime_StartTimer(void); - -/** - *@endcond - */ - -void XTime_SetTime(XTime Xtime_Global); -void XTime_GetTime(XTime *Xtime_Global); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XTIME_H */ -/** -* @} End of "addtogroup a53_64_time_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slave_xmpu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slave_xmpu.h deleted file mode 100644 index 107a084..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slave_xmpu.h +++ /dev/null @@ -1,1667 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_SLV_XMPU_H__ -#define __XFPD_SLV_XMPU_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XfpdSlvXmpu Base Address - */ -#define XFPD_SLV_XMPU_BASEADDR 0xFD390000UL - -/** - * Register: XfpdSlvXmpuCtrl - */ -#define XFPD_SLV_XMPU_CTRL ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000000UL ) -#define XFPD_SLV_XMPU_CTRL_RSTVAL 0x00000013UL - -#define XFPD_SLV_XMPU_CTRL_DISDEFSREGION_SHIFT 4UL -#define XFPD_SLV_XMPU_CTRL_DISDEFSREGION_WIDTH 1UL -#define XFPD_SLV_XMPU_CTRL_DISDEFSREGION_MASK 0x00000010UL -#define XFPD_SLV_XMPU_CTRL_DISDEFSREGION_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_CTRL_ALIGNCFG_SHIFT 3UL -#define XFPD_SLV_XMPU_CTRL_ALIGNCFG_WIDTH 1UL -#define XFPD_SLV_XMPU_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XFPD_SLV_XMPU_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_CTRL_HIDEALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_CTRL_HIDEALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_CTRL_HIDEALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_CTRL_HIDEALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_CTRL_DEFWRALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_CTRL_DEFWRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_CTRL_DEFWRALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_CTRL_DEFWRALLOWED_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_CTRL_DEFRDALLOWED_SHIFT 0UL -#define XFPD_SLV_XMPU_CTRL_DEFRDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_CTRL_DEFRDALLOWED_MASK 0x00000001UL -#define XFPD_SLV_XMPU_CTRL_DEFRDALLOWED_DEFVAL 0x1UL - -/** - * Register: XfpdSlvXmpuErrSts1Lo - */ -#define XFPD_SLV_XMPU_ERR_STS1_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000004UL ) -#define XFPD_SLV_XMPU_ERR_STS1_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_ERR_STS1_LO_AXI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_ERR_STS1_LO_AXI_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_ERR_STS1_LO_AXI_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_ERR_STS1_LO_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuErrSts1Hi - */ -#define XFPD_SLV_XMPU_ERR_STS1_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000008UL ) -#define XFPD_SLV_XMPU_ERR_STS1_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_ERR_STS1_HI_AXI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_ERR_STS1_HI_AXI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_ERR_STS1_HI_AXI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_ERR_STS1_HI_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuErrSts2 - */ -#define XFPD_SLV_XMPU_ERR_STS2 ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000000CUL ) -#define XFPD_SLV_XMPU_ERR_STS2_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_ERR_STS2_AXI_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_ERR_STS2_AXI_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_ERR_STS2_AXI_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuIsr - */ -#define XFPD_SLV_XMPU_ISR ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000010UL ) -#define XFPD_SLV_XMPU_ISR_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_ISR_SECURITYVIO_SHIFT 3UL -#define XFPD_SLV_XMPU_ISR_SECURITYVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_ISR_SECURITYVIO_MASK 0x00000008UL -#define XFPD_SLV_XMPU_ISR_SECURITYVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_ISR_WRPERMVIO_SHIFT 2UL -#define XFPD_SLV_XMPU_ISR_WRPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_ISR_WRPERMVIO_MASK 0x00000004UL -#define XFPD_SLV_XMPU_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_ISR_RDPERMVIO_SHIFT 1UL -#define XFPD_SLV_XMPU_ISR_RDPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_ISR_RDPERMVIO_MASK 0x00000002UL -#define XFPD_SLV_XMPU_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_ISR_INV_APB_SHIFT 0UL -#define XFPD_SLV_XMPU_ISR_INV_APB_WIDTH 1UL -#define XFPD_SLV_XMPU_ISR_INV_APB_MASK 0x00000001UL -#define XFPD_SLV_XMPU_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuImr - */ -#define XFPD_SLV_XMPU_IMR ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000014UL ) -#define XFPD_SLV_XMPU_IMR_RSTVAL 0x0000000fUL - -#define XFPD_SLV_XMPU_IMR_SECURITYVIO_SHIFT 3UL -#define XFPD_SLV_XMPU_IMR_SECURITYVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IMR_SECURITYVIO_MASK 0x00000008UL -#define XFPD_SLV_XMPU_IMR_SECURITYVIO_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_IMR_WRPERMVIO_SHIFT 2UL -#define XFPD_SLV_XMPU_IMR_WRPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IMR_WRPERMVIO_MASK 0x00000004UL -#define XFPD_SLV_XMPU_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_IMR_RDPERMVIO_SHIFT 1UL -#define XFPD_SLV_XMPU_IMR_RDPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IMR_RDPERMVIO_MASK 0x00000002UL -#define XFPD_SLV_XMPU_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_IMR_INV_APB_SHIFT 0UL -#define XFPD_SLV_XMPU_IMR_INV_APB_WIDTH 1UL -#define XFPD_SLV_XMPU_IMR_INV_APB_MASK 0x00000001UL -#define XFPD_SLV_XMPU_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XfpdSlvXmpuIen - */ -#define XFPD_SLV_XMPU_IEN ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000018UL ) -#define XFPD_SLV_XMPU_IEN_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_IEN_SECURITYVIO_SHIFT 3UL -#define XFPD_SLV_XMPU_IEN_SECURITYVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IEN_SECURITYVIO_MASK 0x00000008UL -#define XFPD_SLV_XMPU_IEN_SECURITYVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_IEN_WRPERMVIO_SHIFT 2UL -#define XFPD_SLV_XMPU_IEN_WRPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IEN_WRPERMVIO_MASK 0x00000004UL -#define XFPD_SLV_XMPU_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_IEN_RDPERMVIO_SHIFT 1UL -#define XFPD_SLV_XMPU_IEN_RDPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IEN_RDPERMVIO_MASK 0x00000002UL -#define XFPD_SLV_XMPU_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_IEN_INV_APB_SHIFT 0UL -#define XFPD_SLV_XMPU_IEN_INV_APB_WIDTH 1UL -#define XFPD_SLV_XMPU_IEN_INV_APB_MASK 0x00000001UL -#define XFPD_SLV_XMPU_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuIds - */ -#define XFPD_SLV_XMPU_IDS ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000001CUL ) -#define XFPD_SLV_XMPU_IDS_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_IDS_SECURITYVIO_SHIFT 3UL -#define XFPD_SLV_XMPU_IDS_SECURITYVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IDS_SECURITYVIO_MASK 0x00000008UL -#define XFPD_SLV_XMPU_IDS_SECURITYVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_IDS_WRPERMVIO_SHIFT 2UL -#define XFPD_SLV_XMPU_IDS_WRPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IDS_WRPERMVIO_MASK 0x00000004UL -#define XFPD_SLV_XMPU_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_IDS_RDPERMVIO_SHIFT 1UL -#define XFPD_SLV_XMPU_IDS_RDPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IDS_RDPERMVIO_MASK 0x00000002UL -#define XFPD_SLV_XMPU_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_IDS_INV_APB_SHIFT 0UL -#define XFPD_SLV_XMPU_IDS_INV_APB_WIDTH 1UL -#define XFPD_SLV_XMPU_IDS_INV_APB_MASK 0x00000001UL -#define XFPD_SLV_XMPU_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuLock - */ -#define XFPD_SLV_XMPU_LOCK ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000020UL ) -#define XFPD_SLV_XMPU_LOCK_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_LOCK_REGWRDIS_SHIFT 0UL -#define XFPD_SLV_XMPU_LOCK_REGWRDIS_WIDTH 1UL -#define XFPD_SLV_XMPU_LOCK_REGWRDIS_MASK 0x00000001UL -#define XFPD_SLV_XMPU_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR00StartLo - */ -#define XFPD_SLV_XMPU_R00_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000100UL ) -#define XFPD_SLV_XMPU_R00_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R00_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R00_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R00_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R00_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR00StartHi - */ -#define XFPD_SLV_XMPU_R00_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000104UL ) -#define XFPD_SLV_XMPU_R00_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R00_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R00_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R00_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R00_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR00EndLo - */ -#define XFPD_SLV_XMPU_R00_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000108UL ) -#define XFPD_SLV_XMPU_R00_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R00_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R00_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R00_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R00_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR00EndHi - */ -#define XFPD_SLV_XMPU_R00_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000010CUL ) -#define XFPD_SLV_XMPU_R00_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R00_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R00_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R00_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R00_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR00Master - */ -#define XFPD_SLV_XMPU_R00_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000110UL ) -#define XFPD_SLV_XMPU_R00_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R00_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R00_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R00_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R00_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R00_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R00_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R00_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R00_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR00Cfg - */ -#define XFPD_SLV_XMPU_R00_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000114UL ) -#define XFPD_SLV_XMPU_R00_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R00_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R00_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R00_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R00_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R00_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R00_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R00_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R00_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R00_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R00_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R00_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R00_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R00_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R00_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R00_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R00_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R00_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R00_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R00_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R00_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR01StartLo - */ -#define XFPD_SLV_XMPU_R01_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000118UL ) -#define XFPD_SLV_XMPU_R01_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R01_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R01_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R01_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R01_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR01StartHi - */ -#define XFPD_SLV_XMPU_R01_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000011CUL ) -#define XFPD_SLV_XMPU_R01_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R01_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R01_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R01_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R01_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR01EndLo - */ -#define XFPD_SLV_XMPU_R01_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000120UL ) -#define XFPD_SLV_XMPU_R01_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R01_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R01_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R01_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R01_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR01EndHi - */ -#define XFPD_SLV_XMPU_R01_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000124UL ) -#define XFPD_SLV_XMPU_R01_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R01_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R01_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R01_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R01_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR01Master - */ -#define XFPD_SLV_XMPU_R01_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000128UL ) -#define XFPD_SLV_XMPU_R01_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R01_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R01_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R01_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R01_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R01_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R01_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R01_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R01_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR01Cfg - */ -#define XFPD_SLV_XMPU_R01_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000012CUL ) -#define XFPD_SLV_XMPU_R01_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R01_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R01_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R01_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R01_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R01_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R01_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R01_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R01_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R01_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R01_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R01_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R01_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R01_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R01_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R01_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R01_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R01_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R01_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R01_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R01_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR02StartLo - */ -#define XFPD_SLV_XMPU_R02_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000130UL ) -#define XFPD_SLV_XMPU_R02_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R02_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R02_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R02_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R02_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR02StartHi - */ -#define XFPD_SLV_XMPU_R02_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000134UL ) -#define XFPD_SLV_XMPU_R02_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R02_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R02_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R02_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R02_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR02EndLo - */ -#define XFPD_SLV_XMPU_R02_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000138UL ) -#define XFPD_SLV_XMPU_R02_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R02_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R02_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R02_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R02_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR02EndHi - */ -#define XFPD_SLV_XMPU_R02_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000013CUL ) -#define XFPD_SLV_XMPU_R02_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R02_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R02_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R02_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R02_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR02Master - */ -#define XFPD_SLV_XMPU_R02_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000140UL ) -#define XFPD_SLV_XMPU_R02_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R02_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R02_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R02_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R02_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R02_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R02_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R02_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R02_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR02Cfg - */ -#define XFPD_SLV_XMPU_R02_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000144UL ) -#define XFPD_SLV_XMPU_R02_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R02_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R02_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R02_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R02_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R02_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R02_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R02_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R02_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R02_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R02_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R02_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R02_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R02_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R02_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R02_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R02_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R02_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R02_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R02_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R02_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR03StartLo - */ -#define XFPD_SLV_XMPU_R03_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000148UL ) -#define XFPD_SLV_XMPU_R03_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R03_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R03_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R03_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R03_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR03StartHi - */ -#define XFPD_SLV_XMPU_R03_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000014CUL ) -#define XFPD_SLV_XMPU_R03_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R03_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R03_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R03_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R03_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR03EndLo - */ -#define XFPD_SLV_XMPU_R03_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000150UL ) -#define XFPD_SLV_XMPU_R03_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R03_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R03_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R03_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R03_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR03EndHi - */ -#define XFPD_SLV_XMPU_R03_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000154UL ) -#define XFPD_SLV_XMPU_R03_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R03_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R03_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R03_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R03_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR03Master - */ -#define XFPD_SLV_XMPU_R03_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000158UL ) -#define XFPD_SLV_XMPU_R03_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R03_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R03_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R03_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R03_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R03_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R03_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R03_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R03_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR03Cfg - */ -#define XFPD_SLV_XMPU_R03_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000015CUL ) -#define XFPD_SLV_XMPU_R03_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R03_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R03_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R03_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R03_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R03_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R03_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R03_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R03_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R03_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R03_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R03_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R03_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R03_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R03_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R03_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R03_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R03_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R03_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R03_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R03_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR04StartLo - */ -#define XFPD_SLV_XMPU_R04_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000160UL ) -#define XFPD_SLV_XMPU_R04_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R04_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R04_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R04_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R04_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR04StartHi - */ -#define XFPD_SLV_XMPU_R04_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000164UL ) -#define XFPD_SLV_XMPU_R04_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R04_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R04_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R04_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R04_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR04EndLo - */ -#define XFPD_SLV_XMPU_R04_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000168UL ) -#define XFPD_SLV_XMPU_R04_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R04_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R04_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R04_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R04_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR04EndHi - */ -#define XFPD_SLV_XMPU_R04_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000016CUL ) -#define XFPD_SLV_XMPU_R04_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R04_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R04_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R04_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R04_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR04Master - */ -#define XFPD_SLV_XMPU_R04_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000170UL ) -#define XFPD_SLV_XMPU_R04_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R04_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R04_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R04_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R04_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R04_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R04_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R04_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R04_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR04Cfg - */ -#define XFPD_SLV_XMPU_R04_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000174UL ) -#define XFPD_SLV_XMPU_R04_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R04_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R04_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R04_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R04_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R04_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R04_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R04_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R04_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R04_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R04_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R04_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R04_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R04_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R04_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R04_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R04_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R04_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R04_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R04_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R04_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR05StartLo - */ -#define XFPD_SLV_XMPU_R05_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000178UL ) -#define XFPD_SLV_XMPU_R05_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R05_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R05_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R05_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R05_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR05StartHi - */ -#define XFPD_SLV_XMPU_R05_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000017CUL ) -#define XFPD_SLV_XMPU_R05_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R05_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R05_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R05_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R05_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR05EndLo - */ -#define XFPD_SLV_XMPU_R05_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000180UL ) -#define XFPD_SLV_XMPU_R05_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R05_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R05_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R05_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R05_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR05EndHi - */ -#define XFPD_SLV_XMPU_R05_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000184UL ) -#define XFPD_SLV_XMPU_R05_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R05_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R05_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R05_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R05_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR05Master - */ -#define XFPD_SLV_XMPU_R05_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000188UL ) -#define XFPD_SLV_XMPU_R05_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R05_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R05_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R05_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R05_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R05_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R05_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R05_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R05_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR05Cfg - */ -#define XFPD_SLV_XMPU_R05_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000018CUL ) -#define XFPD_SLV_XMPU_R05_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R05_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R05_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R05_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R05_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R05_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R05_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R05_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R05_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R05_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R05_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R05_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R05_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R05_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R05_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R05_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R05_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R05_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R05_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R05_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R05_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR06StartLo - */ -#define XFPD_SLV_XMPU_R06_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000190UL ) -#define XFPD_SLV_XMPU_R06_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R06_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R06_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R06_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R06_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR06StartHi - */ -#define XFPD_SLV_XMPU_R06_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000194UL ) -#define XFPD_SLV_XMPU_R06_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R06_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R06_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R06_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R06_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR06EndLo - */ -#define XFPD_SLV_XMPU_R06_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000198UL ) -#define XFPD_SLV_XMPU_R06_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R06_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R06_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R06_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R06_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR06EndHi - */ -#define XFPD_SLV_XMPU_R06_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000019CUL ) -#define XFPD_SLV_XMPU_R06_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R06_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R06_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R06_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R06_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR06Master - */ -#define XFPD_SLV_XMPU_R06_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001A0UL ) -#define XFPD_SLV_XMPU_R06_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R06_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R06_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R06_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R06_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R06_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R06_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R06_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R06_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR06Cfg - */ -#define XFPD_SLV_XMPU_R06_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001A4UL ) -#define XFPD_SLV_XMPU_R06_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R06_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R06_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R06_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R06_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R06_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R06_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R06_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R06_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R06_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R06_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R06_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R06_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R06_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R06_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R06_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R06_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R06_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R06_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R06_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R06_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR07StartLo - */ -#define XFPD_SLV_XMPU_R07_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001A8UL ) -#define XFPD_SLV_XMPU_R07_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R07_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R07_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R07_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R07_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR07StartHi - */ -#define XFPD_SLV_XMPU_R07_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001ACUL ) -#define XFPD_SLV_XMPU_R07_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R07_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R07_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R07_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R07_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR07EndLo - */ -#define XFPD_SLV_XMPU_R07_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001B0UL ) -#define XFPD_SLV_XMPU_R07_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R07_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R07_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R07_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R07_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR07EndHi - */ -#define XFPD_SLV_XMPU_R07_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001B4UL ) -#define XFPD_SLV_XMPU_R07_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R07_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R07_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R07_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R07_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR07Master - */ -#define XFPD_SLV_XMPU_R07_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001B8UL ) -#define XFPD_SLV_XMPU_R07_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R07_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R07_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R07_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R07_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R07_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R07_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R07_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R07_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR07Cfg - */ -#define XFPD_SLV_XMPU_R07_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001BCUL ) -#define XFPD_SLV_XMPU_R07_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R07_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R07_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R07_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R07_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R07_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R07_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R07_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R07_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R07_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R07_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R07_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R07_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R07_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R07_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R07_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R07_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R07_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R07_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R07_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R07_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR08StartLo - */ -#define XFPD_SLV_XMPU_R08_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001C0UL ) -#define XFPD_SLV_XMPU_R08_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R08_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R08_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R08_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R08_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR08StartHi - */ -#define XFPD_SLV_XMPU_R08_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001C4UL ) -#define XFPD_SLV_XMPU_R08_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R08_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R08_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R08_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R08_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR08EndLo - */ -#define XFPD_SLV_XMPU_R08_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001C8UL ) -#define XFPD_SLV_XMPU_R08_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R08_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R08_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R08_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R08_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR08EndHi - */ -#define XFPD_SLV_XMPU_R08_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001CCUL ) -#define XFPD_SLV_XMPU_R08_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R08_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R08_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R08_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R08_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR08Master - */ -#define XFPD_SLV_XMPU_R08_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001D0UL ) -#define XFPD_SLV_XMPU_R08_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R08_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R08_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R08_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R08_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R08_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R08_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R08_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R08_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR08Cfg - */ -#define XFPD_SLV_XMPU_R08_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001D4UL ) -#define XFPD_SLV_XMPU_R08_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R08_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R08_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R08_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R08_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R08_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R08_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R08_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R08_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R08_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R08_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R08_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R08_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R08_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R08_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R08_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R08_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R08_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R08_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R08_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R08_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR09StartLo - */ -#define XFPD_SLV_XMPU_R09_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001D8UL ) -#define XFPD_SLV_XMPU_R09_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R09_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R09_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R09_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R09_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR09StartHi - */ -#define XFPD_SLV_XMPU_R09_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001DCUL ) -#define XFPD_SLV_XMPU_R09_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R09_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R09_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R09_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R09_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR09EndLo - */ -#define XFPD_SLV_XMPU_R09_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001E0UL ) -#define XFPD_SLV_XMPU_R09_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R09_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R09_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R09_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R09_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR09EndHi - */ -#define XFPD_SLV_XMPU_R09_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001E4UL ) -#define XFPD_SLV_XMPU_R09_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R09_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R09_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R09_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R09_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR09Master - */ -#define XFPD_SLV_XMPU_R09_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001E8UL ) -#define XFPD_SLV_XMPU_R09_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R09_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R09_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R09_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R09_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R09_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R09_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R09_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R09_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR09Cfg - */ -#define XFPD_SLV_XMPU_R09_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001ECUL ) -#define XFPD_SLV_XMPU_R09_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R09_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R09_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R09_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R09_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R09_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R09_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R09_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R09_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R09_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R09_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R09_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R09_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R09_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R09_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R09_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R09_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R09_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R09_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R09_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R09_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR10StartLo - */ -#define XFPD_SLV_XMPU_R10_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001F0UL ) -#define XFPD_SLV_XMPU_R10_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R10_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R10_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R10_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R10_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR10StartHi - */ -#define XFPD_SLV_XMPU_R10_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001F4UL ) -#define XFPD_SLV_XMPU_R10_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R10_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R10_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R10_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R10_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR10EndLo - */ -#define XFPD_SLV_XMPU_R10_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001F8UL ) -#define XFPD_SLV_XMPU_R10_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R10_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R10_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R10_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R10_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR10EndHi - */ -#define XFPD_SLV_XMPU_R10_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001FCUL ) -#define XFPD_SLV_XMPU_R10_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R10_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R10_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R10_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R10_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR10Master - */ -#define XFPD_SLV_XMPU_R10_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000200UL ) -#define XFPD_SLV_XMPU_R10_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R10_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R10_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R10_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R10_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R10_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R10_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R10_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R10_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR10Cfg - */ -#define XFPD_SLV_XMPU_R10_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000204UL ) -#define XFPD_SLV_XMPU_R10_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R10_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R10_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R10_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R10_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R10_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R10_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R10_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R10_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R10_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R10_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R10_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R10_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R10_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R10_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R10_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R10_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R10_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R10_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R10_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R10_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR11StartLo - */ -#define XFPD_SLV_XMPU_R11_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000208UL ) -#define XFPD_SLV_XMPU_R11_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R11_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R11_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R11_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R11_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR11StartHi - */ -#define XFPD_SLV_XMPU_R11_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000020CUL ) -#define XFPD_SLV_XMPU_R11_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R11_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R11_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R11_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R11_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR11EndLo - */ -#define XFPD_SLV_XMPU_R11_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000210UL ) -#define XFPD_SLV_XMPU_R11_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R11_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R11_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R11_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R11_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR11EndHi - */ -#define XFPD_SLV_XMPU_R11_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000214UL ) -#define XFPD_SLV_XMPU_R11_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R11_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R11_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R11_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R11_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR11Master - */ -#define XFPD_SLV_XMPU_R11_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000218UL ) -#define XFPD_SLV_XMPU_R11_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R11_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R11_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R11_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R11_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R11_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R11_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R11_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R11_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR11Cfg - */ -#define XFPD_SLV_XMPU_R11_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000021CUL ) -#define XFPD_SLV_XMPU_R11_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R11_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R11_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R11_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R11_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R11_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R11_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R11_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R11_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R11_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R11_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R11_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R11_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R11_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R11_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R11_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R11_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R11_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R11_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R11_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R11_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR12StartLo - */ -#define XFPD_SLV_XMPU_R12_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000220UL ) -#define XFPD_SLV_XMPU_R12_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R12_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R12_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R12_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R12_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR12StartHi - */ -#define XFPD_SLV_XMPU_R12_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000224UL ) -#define XFPD_SLV_XMPU_R12_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R12_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R12_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R12_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R12_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR12EndLo - */ -#define XFPD_SLV_XMPU_R12_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000228UL ) -#define XFPD_SLV_XMPU_R12_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R12_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R12_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R12_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R12_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR12EndHi - */ -#define XFPD_SLV_XMPU_R12_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000022CUL ) -#define XFPD_SLV_XMPU_R12_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R12_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R12_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R12_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R12_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR12Master - */ -#define XFPD_SLV_XMPU_R12_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000238UL ) -#define XFPD_SLV_XMPU_R12_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R12_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R12_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R12_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R12_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R12_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R12_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R12_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R12_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR12Cfg - */ -#define XFPD_SLV_XMPU_R12_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000023CUL ) -#define XFPD_SLV_XMPU_R12_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R12_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R12_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R12_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R12_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R12_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R12_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R12_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R12_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R12_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R12_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R12_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R12_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R12_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R12_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R12_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R12_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R12_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R12_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R12_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R12_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR13StartLo - */ -#define XFPD_SLV_XMPU_R13_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000240UL ) -#define XFPD_SLV_XMPU_R13_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R13_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R13_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R13_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R13_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR13StartHi - */ -#define XFPD_SLV_XMPU_R13_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000244UL ) -#define XFPD_SLV_XMPU_R13_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R13_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R13_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R13_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R13_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR13EndLo - */ -#define XFPD_SLV_XMPU_R13_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000248UL ) -#define XFPD_SLV_XMPU_R13_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R13_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R13_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R13_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R13_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR13EndHi - */ -#define XFPD_SLV_XMPU_R13_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000024CUL ) -#define XFPD_SLV_XMPU_R13_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R13_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R13_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R13_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R13_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR13Master - */ -#define XFPD_SLV_XMPU_R13_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000250UL ) -#define XFPD_SLV_XMPU_R13_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R13_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R13_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R13_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R13_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R13_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R13_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R13_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R13_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR13Cfg - */ -#define XFPD_SLV_XMPU_R13_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000254UL ) -#define XFPD_SLV_XMPU_R13_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R13_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R13_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R13_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R13_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R13_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R13_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R13_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R13_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R13_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R13_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R13_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R13_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R13_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R13_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R13_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R13_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R13_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R13_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R13_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R13_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR14StartLo - */ -#define XFPD_SLV_XMPU_R14_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000258UL ) -#define XFPD_SLV_XMPU_R14_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R14_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R14_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R14_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R14_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR14StartHi - */ -#define XFPD_SLV_XMPU_R14_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000025CUL ) -#define XFPD_SLV_XMPU_R14_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R14_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R14_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R14_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R14_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR14EndLo - */ -#define XFPD_SLV_XMPU_R14_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000260UL ) -#define XFPD_SLV_XMPU_R14_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R14_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R14_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R14_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R14_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR14EndHi - */ -#define XFPD_SLV_XMPU_R14_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000264UL ) -#define XFPD_SLV_XMPU_R14_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R14_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R14_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R14_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R14_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR14Master - */ -#define XFPD_SLV_XMPU_R14_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000268UL ) -#define XFPD_SLV_XMPU_R14_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R14_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R14_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R14_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R14_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R14_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R14_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R14_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R14_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR14Cfg - */ -#define XFPD_SLV_XMPU_R14_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000026CUL ) -#define XFPD_SLV_XMPU_R14_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R14_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R14_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R14_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R14_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R14_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R14_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R14_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R14_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R14_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R14_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R14_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R14_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R14_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R14_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R14_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R14_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R14_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R14_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R14_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R14_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR15StartLo - */ -#define XFPD_SLV_XMPU_R15_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000270UL ) -#define XFPD_SLV_XMPU_R15_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R15_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R15_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R15_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R15_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR15StartHi - */ -#define XFPD_SLV_XMPU_R15_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000274UL ) -#define XFPD_SLV_XMPU_R15_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R15_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R15_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R15_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R15_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR15EndLo - */ -#define XFPD_SLV_XMPU_R15_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000278UL ) -#define XFPD_SLV_XMPU_R15_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R15_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R15_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R15_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R15_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR15EndHi - */ -#define XFPD_SLV_XMPU_R15_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000027CUL ) -#define XFPD_SLV_XMPU_R15_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R15_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R15_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R15_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R15_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR15Master - */ -#define XFPD_SLV_XMPU_R15_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000280UL ) -#define XFPD_SLV_XMPU_R15_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R15_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R15_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R15_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R15_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R15_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R15_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R15_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R15_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR15Cfg - */ -#define XFPD_SLV_XMPU_R15_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000284UL ) -#define XFPD_SLV_XMPU_R15_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R15_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R15_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R15_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R15_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R15_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R15_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R15_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R15_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R15_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R15_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R15_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R15_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R15_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R15_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R15_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R15_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R15_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R15_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R15_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R15_CFG_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_SLV_XMPU_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slcr.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slcr.h deleted file mode 100644 index 35d8058..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slcr.h +++ /dev/null @@ -1,147 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_SLCR_H__ -#define __XFPD_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XfpdSlcr Base Address - */ -#define XFPD_SLCR_BASEADDR 0xFD610000UL - -/** - * Register: XfpdSlcrWprot0 - */ -#define XFPD_SLCR_WPROT0 ( ( XFPD_SLCR_BASEADDR ) + 0x00000000UL ) -#define XFPD_SLCR_WPROT0_RSTVAL 0x00000001UL - -#define XFPD_SLCR_WPROT0_ACT_SHIFT 0UL -#define XFPD_SLCR_WPROT0_ACT_WIDTH 1UL -#define XFPD_SLCR_WPROT0_ACT_MASK 0x00000001UL -#define XFPD_SLCR_WPROT0_ACT_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrCtrl - */ -#define XFPD_SLCR_CTRL ( ( XFPD_SLCR_BASEADDR ) + 0x00000004UL ) -#define XFPD_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XFPD_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XFPD_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XFPD_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XFPD_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrIsr - */ -#define XFPD_SLCR_ISR ( ( XFPD_SLCR_BASEADDR ) + 0x00000008UL ) -#define XFPD_SLCR_ISR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrImr - */ -#define XFPD_SLCR_IMR ( ( XFPD_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XFPD_SLCR_IMR_RSTVAL 0x00000001UL - -#define XFPD_SLCR_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrIer - */ -#define XFPD_SLCR_IER ( ( XFPD_SLCR_BASEADDR ) + 0x00000010UL ) -#define XFPD_SLCR_IER_RSTVAL 0x00000000UL - -#define XFPD_SLCR_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrIdr - */ -#define XFPD_SLCR_IDR ( ( XFPD_SLCR_BASEADDR ) + 0x00000014UL ) -#define XFPD_SLCR_IDR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrItr - */ -#define XFPD_SLCR_ITR ( ( XFPD_SLCR_BASEADDR ) + 0x00000018UL ) -#define XFPD_SLCR_ITR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrWdtClkSel - */ -#define XFPD_SLCR_WDT_CLK_SEL ( ( XFPD_SLCR_BASEADDR ) + 0x00000100UL ) -#define XFPD_SLCR_WDT_CLK_SEL_RSTVAL 0x00000000UL - -#define XFPD_SLCR_WDT_CLK_SEL_SHIFT 0UL -#define XFPD_SLCR_WDT_CLK_SEL_WIDTH 1UL -#define XFPD_SLCR_WDT_CLK_SEL_MASK 0x00000001UL -#define XFPD_SLCR_WDT_CLK_SEL_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrApugicCtrl - */ -#define XFPD_SLCR_APUGIC_CTRL ( ( XFPD_SLCR_BASEADDR ) + 0x0000010CUL ) -#define XFPD_SLCR_APUGIC_CTRL_RSTVAL 0x00040004UL - -#define XFPD_SLCR_APUGIC_CTRL_AWQOS_SHIFT 16UL -#define XFPD_SLCR_APUGIC_CTRL_AWQOS_WIDTH 4UL -#define XFPD_SLCR_APUGIC_CTRL_AWQOS_MASK 0x000f0000UL -#define XFPD_SLCR_APUGIC_CTRL_AWQOS_DEFVAL 0x4UL - -#define XFPD_SLCR_APUGIC_CTRL_ARQOS_SHIFT 0UL -#define XFPD_SLCR_APUGIC_CTRL_ARQOS_WIDTH 4UL -#define XFPD_SLCR_APUGIC_CTRL_ARQOS_MASK 0x0000000fUL -#define XFPD_SLCR_APUGIC_CTRL_ARQOS_DEFVAL 0x4UL - -/** - * Register: XfpdSlcrAfiFs - */ -#define XFPD_SLCR_AFI_FS ( ( XFPD_SLCR_BASEADDR ) + 0x00005000UL ) -#define XFPD_SLCR_AFI_FS_RSTVAL 0x00000200UL - -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_SHIFT 8UL -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_WIDTH 2UL -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_MASK 0x00000300UL -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_DEFVAL 0x2UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_SLCR_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slcr_secure.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slcr_secure.h deleted file mode 100644 index aa29487..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slcr_secure.h +++ /dev/null @@ -1,197 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_SLCR_SECURE_H__ -#define __XFPD_SLCR_SECURE_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XfpdSlcrSecure Base Address - */ -#define XFPD_SLCR_SECURE_BASEADDR 0xFD690000UL - -/** - * Register: XfpdSlcrSecureCtrl - */ -#define XFPD_SLCR_SECURE_CTRL ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000004UL ) -#define XFPD_SLCR_SECURE_CTRL_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SECURE_CTRL_SLVERR_EN_SHIFT 0UL -#define XFPD_SLCR_SECURE_CTRL_SLVERR_EN_WIDTH 1UL -#define XFPD_SLCR_SECURE_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecureIsr - */ -#define XFPD_SLCR_SECURE_ISR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000008UL ) -#define XFPD_SLCR_SECURE_ISR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecureImr - */ -#define XFPD_SLCR_SECURE_IMR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x0000000CUL ) -#define XFPD_SLCR_SECURE_IMR_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureIer - */ -#define XFPD_SLCR_SECURE_IER ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000010UL ) -#define XFPD_SLCR_SECURE_IER_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecureIdr - */ -#define XFPD_SLCR_SECURE_IDR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000014UL ) -#define XFPD_SLCR_SECURE_IDR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecureItr - */ -#define XFPD_SLCR_SECURE_ITR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000018UL ) -#define XFPD_SLCR_SECURE_ITR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecureTzCtrlApuDual - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_APU_DUAL ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000104UL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_APU_DUAL_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_APU_DUAL_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_APU_DUAL_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_APU_DUAL_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_APU_DUAL_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrlXmpu - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_XMPU ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000108UL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_XMPU_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_XMPU_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_XMPU_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_XMPU_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_XMPU_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrl - */ -#define XFPD_SLCR_SECURE_TZ_CTRL ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x0000010CUL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrlCrf - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_CRF ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000110UL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_CRF_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_CRF_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_CRF_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_CRF_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_CRF_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrlAfifm0 - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM0 ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000114UL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM0_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM0_AXI_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM0_AXI_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM0_AXI_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM0_AXI_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrlAfifm2 - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM2 ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000118UL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM2_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM2_AXI_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM2_AXI_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM2_AXI_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM2_AXI_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrlCci - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_CCI ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x0000011CUL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_CCI_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_CCI_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_CCI_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_CCI_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_CCI_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrlSmmu - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_SMMU ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000120UL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_SMMU_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_SMMU_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_SMMU_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_SMMU_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_SMMU_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzprot - */ -#define XFPD_SLCR_SECURE_TZPROT ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000FF8UL ) -#define XFPD_SLCR_SECURE_TZPROT_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SECURE_TZPROT_ACT_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZPROT_ACT_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZPROT_ACT_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZPROT_ACT_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_SLCR_SECURE_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_iou_secure_slcr.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_iou_secure_slcr.h deleted file mode 100644 index c13b354..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_iou_secure_slcr.h +++ /dev/null @@ -1,164 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_XIOU_SECURE_SLCR_H__ -#define __XLPD_XIOU_SECURE_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdXiouSecureSlcr Base Address - */ -#define XLPD_XIOU_SECURE_SLCR_BASEADDR 0xFF0A0000UL - -/** - * Register: XlpdXiouSecureSlcrAxiWprtcnGem0 - */ -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM0 ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000000UL ) -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM0_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM0_AWPROT_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM0_AWPROT_WIDTH 3UL -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM0_AWPROT_MASK 0x00000007UL -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM0_AWPROT_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrAxiRprtcnGem0 - */ -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM0 ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000004UL ) -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM0_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM0_ARPROT_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM0_ARPROT_WIDTH 3UL -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM0_ARPROT_MASK 0x00000007UL -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM0_ARPROT_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrAxiWprtcnGem1 - */ -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM1 ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000010UL ) -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM1_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM1_AWPROT_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM1_AWPROT_WIDTH 3UL -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM1_AWPROT_MASK 0x00000007UL -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM1_AWPROT_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrAxiRprtcnGem1 - */ -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM1 ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000014UL ) -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM1_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM1_ARPROT_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM1_ARPROT_WIDTH 3UL -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM1_ARPROT_MASK 0x00000007UL -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM1_ARPROT_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrUsb2Tz - */ -#define XLPD_XIOU_SECURE_SLCR_USB2_TZ ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000020UL ) -#define XLPD_XIOU_SECURE_SLCR_USB2_TZ_RSTVAL 0x00000001UL - -#define XLPD_XIOU_SECURE_SLCR_USB2_TZ_0_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_USB2_TZ_0_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_USB2_TZ_0_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_USB2_TZ_0_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSecureSlcrCtrl - */ -#define XLPD_XIOU_SECURE_SLCR_CTRL ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000040UL ) -#define XLPD_XIOU_SECURE_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrIsr - */ -#define XLPD_XIOU_SECURE_SLCR_ISR ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000044UL ) -#define XLPD_XIOU_SECURE_SLCR_ISR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrImr - */ -#define XLPD_XIOU_SECURE_SLCR_IMR ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000048UL ) -#define XLPD_XIOU_SECURE_SLCR_IMR_RSTVAL 0x00000001UL - -#define XLPD_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSecureSlcrIer - */ -#define XLPD_XIOU_SECURE_SLCR_IER ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XLPD_XIOU_SECURE_SLCR_IER_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrIdr - */ -#define XLPD_XIOU_SECURE_SLCR_IDR ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000050UL ) -#define XLPD_XIOU_SECURE_SLCR_IDR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrItr - */ -#define XLPD_XIOU_SECURE_SLCR_ITR ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000054UL ) -#define XLPD_XIOU_SECURE_SLCR_ITR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrTzprot - */ -#define XLPD_XIOU_SECURE_SLCR_TZPROT ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x0000007CUL ) -#define XLPD_XIOU_SECURE_SLCR_TZPROT_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_TZPROT_ACT_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_TZPROT_ACT_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_TZPROT_ACT_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_TZPROT_ACT_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_XIOU_SECURE_SLCR_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_iou_slcr.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_iou_slcr.h deleted file mode 100644 index e1eab1f..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_iou_slcr.h +++ /dev/null @@ -1,2202 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_XIOU_SLCR_H__ -#define __XLPD_XIOU_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdXiouSlcr Base Address - */ -#define XLPD_XIOU_SLCR_BASEADDR 0xFF080000UL - -/** - * Register: XlpdXiouSlcrMioPin0 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000000UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_0_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_0_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_0_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_0_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_0_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin1 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_1 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000004UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_1_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_1_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_1_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_1_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_1_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin2 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_2 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000008UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_2_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_2_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_2_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_2_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_2_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin3 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_3 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XLPD_XIOU_SLCR_MIO_PIN_3_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_3_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_3_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_3_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_3_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin4 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_4 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000010UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_4_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_4_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_4_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_4_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_4_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin5 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_5 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000014UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_5_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_5_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_5_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_5_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_5_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin6 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_6 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000018UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_6_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_6_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_6_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_6_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_6_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin7 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_7 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000001CUL ) -#define XLPD_XIOU_SLCR_MIO_PIN_7_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_7_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_7_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_7_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_7_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin8 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_8 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000020UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_8_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_8_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_8_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_8_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_8_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin9 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_9 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000024UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_9_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_9_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_9_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_9_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_9_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin10 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_10 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000028UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_10_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_10_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_10_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_10_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_10_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin11 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_11 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000002CUL ) -#define XLPD_XIOU_SLCR_MIO_PIN_11_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_11_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_11_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_11_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_11_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin12 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_12 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000030UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_12_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_12_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_12_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_12_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_12_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin13 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_13 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000034UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_13_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_13_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_13_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_13_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_13_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin14 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_14 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000038UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_14_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_14_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_14_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_14_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_14_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin15 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_15 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000003CUL ) -#define XLPD_XIOU_SLCR_MIO_PIN_15_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_15_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_15_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_15_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_15_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin16 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_16 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000040UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_16_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_16_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_16_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_16_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_16_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin17 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_17 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000044UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_17_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_17_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_17_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_17_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_17_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin18 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_18 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000048UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_18_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_18_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_18_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_18_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_18_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin19 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_19 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XLPD_XIOU_SLCR_MIO_PIN_19_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_19_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_19_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_19_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_19_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin20 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_20 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000050UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_20_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_20_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_20_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_20_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_20_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin21 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_21 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000054UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_21_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_21_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_21_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_21_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_21_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin22 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_22 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000058UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_22_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_22_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_22_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_22_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_22_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin23 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_23 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000005CUL ) -#define XLPD_XIOU_SLCR_MIO_PIN_23_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_23_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_23_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_23_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_23_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin24 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_24 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000060UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_24_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_24_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_24_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_24_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_24_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin25 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_25 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000064UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_25_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_25_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_25_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_25_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_25_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnRx - */ -#define XLPD_XIOU_SLCR_BNK2_EN_RX ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000100UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_RX_RSTVAL 0x03ffffffUL - -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_RX_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_EN_RX_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_EN_RX_DEFVAL 0x3ffffffUL - -/** - * Register: XlpdXiouSlcrBnk2SelRx0 - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_RX0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000104UL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_RX0_RSTVAL 0xffffffffUL - -#define XLPD_XIOU_SLCR_BNK2_SEL_RX0_RX_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_RX0_RX_WIDTH 32UL -#define XLPD_XIOU_SLCR_BNK2_SEL_RX0_RX_MASK 0xffffffffUL -#define XLPD_XIOU_SLCR_BNK2_SEL_RX0_RX_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXiouSlcrBnk2SelRx1 - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_RX1 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000108UL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_RX1_RSTVAL 0x000fffffUL - -#define XLPD_XIOU_SLCR_BNK2_SEL_RX1_RX_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_RX1_RX_WIDTH 20UL -#define XLPD_XIOU_SLCR_BNK2_SEL_RX1_RX_MASK 0x000fffffUL -#define XLPD_XIOU_SLCR_BNK2_SEL_RX1_RX_DEFVAL 0xfffffUL - -/** - * Register: XlpdXiouSlcrBnk2EnRxSchmittHyst - */ -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SCHMITT_HYST ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000010CUL ) -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SCHMITT_HYST_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SCHMITT_HYST_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SCHMITT_HYST_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SCHMITT_HYST_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SCHMITT_HYST_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnWkPd - */ -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PD ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000110UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PD_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PD_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PD_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PD_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PD_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnWkPu - */ -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PU ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000114UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PU_RSTVAL 0x03ffffffUL - -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PU_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PU_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PU_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PU_DEFVAL 0x3ffffffUL - -/** - * Register: XlpdXiouSlcrBnk2SelDrv0 - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000118UL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV0_RSTVAL 0xaaaaaaaaUL - -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV0_DRV_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV0_DRV_WIDTH 32UL -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV0_DRV_MASK 0xffffffffUL -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV0_DRV_DEFVAL 0xaaaaaaaaUL - -/** - * Register: XlpdXiouSlcrBnk2SelDrv1 - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV1 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000011CUL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV1_RSTVAL 0x000aaaaaUL - -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV1_DRV_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV1_DRV_WIDTH 20UL -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV1_DRV_MASK 0x000fffffUL -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV1_DRV_DEFVAL 0xaaaaaUL - -/** - * Register: XlpdXiouSlcrBnk2SelSlew - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_SLEW ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000120UL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_SLEW_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_SEL_SLEW_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_SLEW_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_SEL_SLEW_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_SEL_SLEW_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnDftOptInv - */ -#define XLPD_XIOU_SLCR_BNK2_EN_DFT_OPT_INV ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000124UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_DFT_OPT_INV_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_DFT_OPT_INV_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_DFT_OPT_INV_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_EN_DFT_OPT_INV_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_EN_DFT_OPT_INV_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnPad2padLpbck - */ -#define XLPD_XIOU_SLCR_BNK2_EN_PAD2PAD_LPBCK ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000128UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_PAD2PAD_LPBCK_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_PAD2PAD_LPBCK_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_PAD2PAD_LPBCK_WIDTH 13UL -#define XLPD_XIOU_SLCR_BNK2_EN_PAD2PAD_LPBCK_MASK 0x00001fffUL -#define XLPD_XIOU_SLCR_BNK2_EN_PAD2PAD_LPBCK_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2RxSpr0 - */ -#define XLPD_XIOU_SLCR_BNK2_RX_SPR0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000012CUL ) -#define XLPD_XIOU_SLCR_BNK2_RX_SPR0_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_RX_SPR0_SPR_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_RX_SPR0_SPR_WIDTH 32UL -#define XLPD_XIOU_SLCR_BNK2_RX_SPR0_SPR_MASK 0xffffffffUL -#define XLPD_XIOU_SLCR_BNK2_RX_SPR0_SPR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2RxSpr1 - */ -#define XLPD_XIOU_SLCR_BNK2_RX_SPR1 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000130UL ) -#define XLPD_XIOU_SLCR_BNK2_RX_SPR1_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_RX_SPR1_SPR_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_RX_SPR1_SPR_WIDTH 20UL -#define XLPD_XIOU_SLCR_BNK2_RX_SPR1_SPR_MASK 0x000fffffUL -#define XLPD_XIOU_SLCR_BNK2_RX_SPR1_SPR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2TxSpr0 - */ -#define XLPD_XIOU_SLCR_BNK2_TX_SPR0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000134UL ) -#define XLPD_XIOU_SLCR_BNK2_TX_SPR0_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_TX_SPR0_SPR_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_TX_SPR0_SPR_WIDTH 32UL -#define XLPD_XIOU_SLCR_BNK2_TX_SPR0_SPR_MASK 0xffffffffUL -#define XLPD_XIOU_SLCR_BNK2_TX_SPR0_SPR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2TxSpr1 - */ -#define XLPD_XIOU_SLCR_BNK2_TX_SPR1 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000138UL ) -#define XLPD_XIOU_SLCR_BNK2_TX_SPR1_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_TX_SPR1_SPR_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_TX_SPR1_SPR_WIDTH 20UL -#define XLPD_XIOU_SLCR_BNK2_TX_SPR1_SPR_MASK 0x000fffffUL -#define XLPD_XIOU_SLCR_BNK2_TX_SPR1_SPR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2SelEn1p8 - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_EN1P8 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000013CUL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_EN1P8_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_SEL_EN1P8_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_EN1P8_WIDTH 1UL -#define XLPD_XIOU_SLCR_BNK2_SEL_EN1P8_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_BNK2_SEL_EN1P8_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnBPorDetect - */ -#define XLPD_XIOU_SLCR_BNK2_EN_B_POR_DETECT ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000140UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_B_POR_DETECT_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_B_POR_DETECT_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_B_POR_DETECT_WIDTH 1UL -#define XLPD_XIOU_SLCR_BNK2_EN_B_POR_DETECT_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_BNK2_EN_B_POR_DETECT_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2LpfBypPorDetect - */ -#define XLPD_XIOU_SLCR_BNK2_LPF_BYP_POR_DETECT ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000144UL ) -#define XLPD_XIOU_SLCR_BNK2_LPF_BYP_POR_DETECT_RSTVAL 0x00000001UL - -#define XLPD_XIOU_SLCR_BNK2_LPF_BYP_POR_DETECT_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_LPF_BYP_POR_DETECT_WIDTH 1UL -#define XLPD_XIOU_SLCR_BNK2_LPF_BYP_POR_DETECT_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_BNK2_LPF_BYP_POR_DETECT_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSlcrBnk2EnLatch - */ -#define XLPD_XIOU_SLCR_BNK2_EN_LATCH ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000148UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_LATCH_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_LATCH_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_LATCH_WIDTH 1UL -#define XLPD_XIOU_SLCR_BNK2_EN_LATCH_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_BNK2_EN_LATCH_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2VbgLpfBypB - */ -#define XLPD_XIOU_SLCR_BNK2_VBG_LPF_BYP_B ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000014CUL ) -#define XLPD_XIOU_SLCR_BNK2_VBG_LPF_BYP_B_RSTVAL 0x00000001UL - -#define XLPD_XIOU_SLCR_BNK2_VBG_LPF_BYP_B_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_VBG_LPF_BYP_B_WIDTH 1UL -#define XLPD_XIOU_SLCR_BNK2_VBG_LPF_BYP_B_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_BNK2_VBG_LPF_BYP_B_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSlcrBnk2EnAmpB - */ -#define XLPD_XIOU_SLCR_BNK2_EN_AMP_B ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000150UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_AMP_B_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_AMP_B_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_AMP_B_WIDTH 2UL -#define XLPD_XIOU_SLCR_BNK2_EN_AMP_B_MASK 0x00000003UL -#define XLPD_XIOU_SLCR_BNK2_EN_AMP_B_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2SprBias - */ -#define XLPD_XIOU_SLCR_BNK2_SPR_BIAS ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000154UL ) -#define XLPD_XIOU_SLCR_BNK2_SPR_BIAS_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_SPR_BIAS_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SPR_BIAS_WIDTH 4UL -#define XLPD_XIOU_SLCR_BNK2_SPR_BIAS_MASK 0x0000000fUL -#define XLPD_XIOU_SLCR_BNK2_SPR_BIAS_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2DriverBias - */ -#define XLPD_XIOU_SLCR_BNK2_DRIVER_BIAS ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000158UL ) -#define XLPD_XIOU_SLCR_BNK2_DRIVER_BIAS_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_DRIVER_BIAS_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_DRIVER_BIAS_WIDTH 15UL -#define XLPD_XIOU_SLCR_BNK2_DRIVER_BIAS_MASK 0x00007fffUL -#define XLPD_XIOU_SLCR_BNK2_DRIVER_BIAS_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2Vmode - */ -#define XLPD_XIOU_SLCR_BNK2_VMODE ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000015CUL ) -#define XLPD_XIOU_SLCR_BNK2_VMODE_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_VMODE_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_VMODE_WIDTH 1UL -#define XLPD_XIOU_SLCR_BNK2_VMODE_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_BNK2_VMODE_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2SelAuxIoRx - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_AUX_IO_RX ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000160UL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_AUX_IO_RX_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_SEL_AUX_IO_RX_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_AUX_IO_RX_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_SEL_AUX_IO_RX_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_SEL_AUX_IO_RX_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnTxHsMode - */ -#define XLPD_XIOU_SLCR_BNK2_EN_TX_HS_MODE ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000164UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_TX_HS_MODE_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_TX_HS_MODE_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_TX_HS_MODE_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_EN_TX_HS_MODE_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_EN_TX_HS_MODE_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioLpbck - */ -#define XLPD_XIOU_SLCR_MIO_LPBCK ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000200UL ) -#define XLPD_XIOU_SLCR_MIO_LPBCK_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_LPBCK_I2C0_LOOP_I2C1_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_I2C0_LOOP_I2C1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_I2C0_LOOP_I2C1_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_I2C0_LOOP_I2C1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_SHIFT 2UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_LPBCK_SPI0_LOOP_SPI1_SHIFT 0UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_SPI0_LOOP_SPI1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_SPI0_LOOP_SPI1_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_SPI0_LOOP_SPI1_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioMstTri0 - */ -#define XLPD_XIOU_SLCR_MIO_MST_TRI0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000204UL ) -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_RSTVAL 0x03ffffffUL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_SHIFT 25UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_MASK 0x02000000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_SHIFT 24UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_MASK 0x01000000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_SHIFT 23UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_SHIFT 22UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_SHIFT 21UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_MASK 0x00200000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_SHIFT 20UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_MASK 0x00100000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_SHIFT 19UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_MASK 0x00080000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_SHIFT 18UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_MASK 0x00040000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_SHIFT 17UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_SHIFT 16UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_SHIFT 15UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_SHIFT 14UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_SHIFT 13UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_SHIFT 12UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_SHIFT 11UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_SHIFT 10UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_SHIFT 9UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_SHIFT 8UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_SHIFT 6UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_SHIFT 4UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_SHIFT 2UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_SHIFT 0UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSlcrWdtClkSel - */ -#define XLPD_XIOU_SLCR_WDT_CLK_SEL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000300UL ) -#define XLPD_XIOU_SLCR_WDT_CLK_SEL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_WDT_CLK_SEL_SHIFT 0UL -#define XLPD_XIOU_SLCR_WDT_CLK_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_WDT_CLK_SEL_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_WDT_CLK_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrCanMioCtrl - */ -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000310UL ) -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_SHIFT 23UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_WIDTH 1UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_SHIFT 22UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_SHIFT 15UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_WIDTH 7UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_MASK 0x003f8000UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_SHIFT 8UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_WIDTH 1UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_SHIFT 0UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_WIDTH 7UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_MASK 0x0000007fUL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGemClkCtrl - */ -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000320UL ) -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_SHIFT 22UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_SHIFT 20UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_MASK 0x00300000UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_FIFO_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_FIFO_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_FIFO_SEL_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_FIFO_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_REF_SRC_SEL_SHIFT 6UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_REF_SRC_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_REF_SRC_SEL_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_REF_SRC_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_RX_SRC_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_RX_SRC_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_RX_SRC_SEL_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_RX_SRC_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_FIFO_SEL_SHIFT 2UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_FIFO_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_FIFO_SEL_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_FIFO_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_REF_SRC_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_REF_SRC_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_REF_SRC_SEL_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_REF_SRC_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_RX_SRC_SEL_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_RX_SRC_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_RX_SRC_SEL_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_RX_SRC_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGem0CoherentCtrl - */ -#define XLPD_XIOU_SLCR_GEM0_COHERENT_CTRL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000324UL ) -#define XLPD_XIOU_SLCR_GEM0_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM0_COHERENT_CTRL_AXI_COH_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM0_COHERENT_CTRL_AXI_COH_WIDTH 4UL -#define XLPD_XIOU_SLCR_GEM0_COHERENT_CTRL_AXI_COH_MASK 0x0000000fUL -#define XLPD_XIOU_SLCR_GEM0_COHERENT_CTRL_AXI_COH_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGem0InterconnectRoute - */ -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_ROUTE ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000328UL ) -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_ROUTE_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_ROUTE_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_ROUTE_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_ROUTE_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGem0InterconnectQos - */ -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_QOS ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000032CUL ) -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_QOS_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_QOS_WIDTH 4UL -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_QOS_MASK 0x0000000fUL -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_QOS_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGem1CoherentCtrl - */ -#define XLPD_XIOU_SLCR_GEM1_COHERENT_CTRL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000344UL ) -#define XLPD_XIOU_SLCR_GEM1_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM1_COHERENT_CTRL_AXI_COH_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM1_COHERENT_CTRL_AXI_COH_WIDTH 4UL -#define XLPD_XIOU_SLCR_GEM1_COHERENT_CTRL_AXI_COH_MASK 0x0000000fUL -#define XLPD_XIOU_SLCR_GEM1_COHERENT_CTRL_AXI_COH_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGem1InterconnectRoute - */ -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_ROUTE ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000348UL ) -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_ROUTE_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_ROUTE_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_ROUTE_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_ROUTE_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGem1InterconnectQos - */ -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_QOS ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000034CUL ) -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_QOS_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_QOS_WIDTH 4UL -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_QOS_MASK 0x0000000fUL -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_QOS_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrTtcApbClk - */ -#define XLPD_XIOU_SLCR_TTC_APB_CLK ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000360UL ) -#define XLPD_XIOU_SLCR_TTC_APB_CLK_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_SHIFT 6UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_MASK 0x000000c0UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_SHIFT 4UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_MASK 0x00000030UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_SHIFT 2UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_MASK 0x0000000cUL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_SHIFT 0UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_MASK 0x00000003UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioSel - */ -#define XLPD_XIOU_SLCR_MIO_SEL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000410UL ) -#define XLPD_XIOU_SLCR_MIO_SEL_RSTVAL 0x0003ffffUL - -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT1_SHIFT 17UL -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT1_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT0_SHIFT 16UL -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT0_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT0_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_I2C1_SHIFT 15UL -#define XLPD_XIOU_SLCR_MIO_SEL_I2C1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_I2C1_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_MIO_SEL_I2C1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_I2C0_SHIFT 14UL -#define XLPD_XIOU_SLCR_MIO_SEL_I2C0_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_I2C0_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_MIO_SEL_I2C0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_CAN1_SHIFT 13UL -#define XLPD_XIOU_SLCR_MIO_SEL_CAN1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_CAN1_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_MIO_SEL_CAN1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_CAN0_SHIFT 12UL -#define XLPD_XIOU_SLCR_MIO_SEL_CAN0_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_CAN0_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_MIO_SEL_CAN0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_UART1_SHIFT 11UL -#define XLPD_XIOU_SLCR_MIO_SEL_UART1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_UART1_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_MIO_SEL_UART1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_UART0_SHIFT 10UL -#define XLPD_XIOU_SLCR_MIO_SEL_UART0_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_UART0_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_MIO_SEL_UART0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_TTC3_SHIFT 9UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC3_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC3_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC3_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_TTC2_SHIFT 8UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC2_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC2_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC2_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_TTC1_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC1_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_TTC0_SHIFT 6UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC0_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC0_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_SPI1_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_SEL_SPI1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_SPI1_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_MIO_SEL_SPI1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_SPI0_SHIFT 4UL -#define XLPD_XIOU_SLCR_MIO_SEL_SPI0_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_SPI0_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_MIO_SEL_SPI0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1_MDIO_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1_MDIO_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1_MDIO_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1_MDIO_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1RGMII_SHIFT 2UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1RGMII_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1RGMII_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1RGMII_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0_MDIO_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0_MDIO_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0_MDIO_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0_MDIO_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0RGMII_SHIFT 0UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0RGMII_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0RGMII_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0RGMII_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSlcrUsbInterconnectRoute - */ -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_ROUTE ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000428UL ) -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_ROUTE_SHIFT 0UL -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_ROUTE_WIDTH 1UL -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_ROUTE_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_ROUTE_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrUsbInterconnectQos - */ -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_QOS ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000042CUL ) -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_QOS_SHIFT 0UL -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_QOS_WIDTH 4UL -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_QOS_MASK 0x0000000fUL -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_QOS_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrSmidForUsb - */ -#define XLPD_XIOU_SLCR_SMID_FOR_USB ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000430UL ) -#define XLPD_XIOU_SLCR_SMID_FOR_USB_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_SMID_FOR_USB_CFG_SHIFT 0UL -#define XLPD_XIOU_SLCR_SMID_FOR_USB_CFG_WIDTH 1UL -#define XLPD_XIOU_SLCR_SMID_FOR_USB_CFG_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_SMID_FOR_USB_CFG_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrCtrl - */ -#define XLPD_XIOU_SLCR_CTRL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000600UL ) -#define XLPD_XIOU_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XLPD_XIOU_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XLPD_XIOU_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrIsr - */ -#define XLPD_XIOU_SLCR_ISR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000700UL ) -#define XLPD_XIOU_SLCR_ISR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SLCR_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SLCR_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrImr - */ -#define XLPD_XIOU_SLCR_IMR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000704UL ) -#define XLPD_XIOU_SLCR_IMR_RSTVAL 0x00000001UL - -#define XLPD_XIOU_SLCR_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SLCR_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SLCR_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSlcrIer - */ -#define XLPD_XIOU_SLCR_IER ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000708UL ) -#define XLPD_XIOU_SLCR_IER_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SLCR_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SLCR_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrIdr - */ -#define XLPD_XIOU_SLCR_IDR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000070CUL ) -#define XLPD_XIOU_SLCR_IDR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SLCR_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SLCR_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrItr - */ -#define XLPD_XIOU_SLCR_ITR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000710UL ) -#define XLPD_XIOU_SLCR_ITR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SLCR_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SLCR_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrParityIsr - */ -#define XLPD_XIOU_SLCR_PARITY_ISR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000714UL ) -#define XLPD_XIOU_SLCR_PARITY_ISR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_WWDT0_APB_SHIFT 24UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_WWDT0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_WWDT0_APB_MASK 0x01000000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_WWDT0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XS_SHIFT 23UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XS_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XS_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XS_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XM_SHIFT 22UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XM_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XM_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XM_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_APB_SHIFT 21UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_APB_MASK 0x00200000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART1_APB_SHIFT 20UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART1_APB_MASK 0x00100000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART0_APB_SHIFT 19UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART0_APB_MASK 0x00080000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC3_APB_SHIFT 18UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC3_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC3_APB_MASK 0x00040000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC3_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC2_APB_SHIFT 17UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC2_APB_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC1_APB_SHIFT 16UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC1_APB_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC0_APB_SHIFT 15UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC0_APB_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI1_APB_SHIFT 14UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI1_APB_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI0_APB_SHIFT 13UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI0_APB_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR2_APB_SHIFT 12UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR2_APB_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR1_APB_SHIFT 11UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR1_APB_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_SHIFT 10UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_SHIFT 9UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_APB_SHIFT 8UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_APB_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_APB_SHIFT 7UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_APB_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C1_APB_SHIFT 6UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C1_APB_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C0_APB_SHIFT 5UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C0_APB_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_SHIFT 4UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_SHIFT 3UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_SHIFT 2UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN1_APB_SHIFT 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN1_APB_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN0_APB_SHIFT 0UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN0_APB_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN0_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrParityImr - */ -#define XLPD_XIOU_SLCR_PARITY_IMR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000718UL ) -#define XLPD_XIOU_SLCR_PARITY_IMR_RSTVAL 0x01ffffffUL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_WWDT0_APB_SHIFT 24UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_WWDT0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_WWDT0_APB_MASK 0x01000000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_WWDT0_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XS_SHIFT 23UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XS_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XS_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XS_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XM_SHIFT 22UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XM_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XM_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XM_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_APB_SHIFT 21UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_APB_MASK 0x00200000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART1_APB_SHIFT 20UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART1_APB_MASK 0x00100000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART0_APB_SHIFT 19UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART0_APB_MASK 0x00080000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART0_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC3_APB_SHIFT 18UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC3_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC3_APB_MASK 0x00040000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC3_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC2_APB_SHIFT 17UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC2_APB_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC2_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC1_APB_SHIFT 16UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC1_APB_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC0_APB_SHIFT 15UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC0_APB_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC0_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI1_APB_SHIFT 14UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI1_APB_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI0_APB_SHIFT 13UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI0_APB_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI0_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR2_APB_SHIFT 12UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR2_APB_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR2_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR1_APB_SHIFT 11UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR1_APB_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_SHIFT 10UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_SHIFT 9UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_APB_SHIFT 8UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_APB_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_APB_SHIFT 7UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_APB_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C1_APB_SHIFT 6UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C1_APB_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C0_APB_SHIFT 5UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C0_APB_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C0_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_SHIFT 4UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_SHIFT 3UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_SHIFT 2UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN1_APB_SHIFT 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN1_APB_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN0_APB_SHIFT 0UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN0_APB_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN0_APB_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSlcrParityIer - */ -#define XLPD_XIOU_SLCR_PARITY_IER ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000071CUL ) -#define XLPD_XIOU_SLCR_PARITY_IER_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_WWDT0_APB_SHIFT 24UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_WWDT0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_WWDT0_APB_MASK 0x01000000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_WWDT0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XS_SHIFT 23UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XS_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XS_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XS_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XM_SHIFT 22UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XM_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XM_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XM_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_APB_SHIFT 21UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_APB_MASK 0x00200000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART1_APB_SHIFT 20UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART1_APB_MASK 0x00100000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART0_APB_SHIFT 19UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART0_APB_MASK 0x00080000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC3_APB_SHIFT 18UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC3_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC3_APB_MASK 0x00040000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC3_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC2_APB_SHIFT 17UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC2_APB_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC1_APB_SHIFT 16UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC1_APB_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC0_APB_SHIFT 15UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC0_APB_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI1_APB_SHIFT 14UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI1_APB_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI0_APB_SHIFT 13UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI0_APB_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR2_APB_SHIFT 12UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR2_APB_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR1_APB_SHIFT 11UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR1_APB_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_SHIFT 10UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_SHIFT 9UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_APB_SHIFT 8UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_APB_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_APB_SHIFT 7UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_APB_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C1_APB_SHIFT 6UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C1_APB_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C0_APB_SHIFT 5UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C0_APB_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_SHIFT 4UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_SHIFT 3UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_SHIFT 2UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN1_APB_SHIFT 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN1_APB_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN0_APB_SHIFT 0UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN0_APB_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN0_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrParityIdr - */ -#define XLPD_XIOU_SLCR_PARITY_IDR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000720UL ) -#define XLPD_XIOU_SLCR_PARITY_IDR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_WWDT0_APB_SHIFT 24UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_WWDT0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_WWDT0_APB_MASK 0x01000000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_WWDT0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XS_SHIFT 23UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XS_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XS_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XS_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XM_SHIFT 22UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XM_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XM_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XM_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_APB_SHIFT 21UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_APB_MASK 0x00200000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART1_APB_SHIFT 20UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART1_APB_MASK 0x00100000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART0_APB_SHIFT 19UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART0_APB_MASK 0x00080000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC3_APB_SHIFT 18UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC3_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC3_APB_MASK 0x00040000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC3_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC2_APB_SHIFT 17UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC2_APB_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC1_APB_SHIFT 16UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC1_APB_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC0_APB_SHIFT 15UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC0_APB_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI1_APB_SHIFT 14UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI1_APB_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI0_APB_SHIFT 13UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI0_APB_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR2_APB_SHIFT 12UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR2_APB_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR1_APB_SHIFT 11UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR1_APB_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_SHIFT 10UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_SHIFT 9UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_APB_SHIFT 8UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_APB_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_APB_SHIFT 7UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_APB_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C1_APB_SHIFT 6UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C1_APB_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C0_APB_SHIFT 5UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C0_APB_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_SHIFT 4UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_SHIFT 3UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_SHIFT 2UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN1_APB_SHIFT 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN1_APB_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN0_APB_SHIFT 0UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN0_APB_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN0_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrParityItr - */ -#define XLPD_XIOU_SLCR_PARITY_ITR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000724UL ) -#define XLPD_XIOU_SLCR_PARITY_ITR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_WWDT0_APB_SHIFT 24UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_WWDT0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_WWDT0_APB_MASK 0x01000000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_WWDT0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XS_SHIFT 23UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XS_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XS_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XS_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XM_SHIFT 22UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XM_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XM_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XM_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_APB_SHIFT 21UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_APB_MASK 0x00200000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART1_APB_SHIFT 20UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART1_APB_MASK 0x00100000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART0_APB_SHIFT 19UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART0_APB_MASK 0x00080000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC3_APB_SHIFT 18UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC3_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC3_APB_MASK 0x00040000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC3_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC2_APB_SHIFT 17UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC2_APB_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC1_APB_SHIFT 16UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC1_APB_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC0_APB_SHIFT 15UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC0_APB_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI1_APB_SHIFT 14UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI1_APB_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI0_APB_SHIFT 13UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI0_APB_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR2_APB_SHIFT 12UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR2_APB_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR1_APB_SHIFT 11UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR1_APB_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_SHIFT 10UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_SHIFT 9UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_APB_SHIFT 8UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_APB_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_APB_SHIFT 7UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_APB_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C1_APB_SHIFT 6UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C1_APB_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C0_APB_SHIFT 5UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C0_APB_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_SHIFT 4UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_SHIFT 3UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_SHIFT 2UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN1_APB_SHIFT 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN1_APB_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN0_APB_SHIFT 0UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN0_APB_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN0_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrWprot0 - */ -#define XLPD_XIOU_SLCR_WPROT0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000728UL ) -#define XLPD_XIOU_SLCR_WPROT0_RSTVAL 0x00000001UL - -#define XLPD_XIOU_SLCR_WPROT0_ACT_SHIFT 0UL -#define XLPD_XIOU_SLCR_WPROT0_ACT_WIDTH 1UL -#define XLPD_XIOU_SLCR_WPROT0_ACT_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_WPROT0_ACT_DEFVAL 0x1UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_XIOU_SLCR_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_slcr.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_slcr.h deleted file mode 100644 index f2e0411..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_slcr.h +++ /dev/null @@ -1,501 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_SLCR_H__ -#define __XLPD_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdSlcr Base Address - */ -#define XLPD_SLCR_BASEADDR 0xFF410000UL - -/** - * Register: XlpdSlcrWprot0 - */ -#define XLPD_SLCR_WPROT0 ( ( XLPD_SLCR_BASEADDR ) + 0x00000000UL ) -#define XLPD_SLCR_WPROT0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_WPROT0_ACT_SHIFT 0UL -#define XLPD_SLCR_WPROT0_ACT_WIDTH 1UL -#define XLPD_SLCR_WPROT0_ACT_MASK 0x00000001UL -#define XLPD_SLCR_WPROT0_ACT_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrCtrl - */ -#define XLPD_SLCR_CTRL ( ( XLPD_SLCR_BASEADDR ) + 0x00000004UL ) -#define XLPD_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XLPD_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XLPD_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XLPD_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XLPD_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIsr - */ -#define XLPD_SLCR_ISR ( ( XLPD_SLCR_BASEADDR ) + 0x00000008UL ) -#define XLPD_SLCR_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrImr - */ -#define XLPD_SLCR_IMR ( ( XLPD_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XLPD_SLCR_IMR_RSTVAL 0x00000001UL - -#define XLPD_SLCR_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrIer - */ -#define XLPD_SLCR_IER ( ( XLPD_SLCR_BASEADDR ) + 0x00000010UL ) -#define XLPD_SLCR_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIdr - */ -#define XLPD_SLCR_IDR ( ( XLPD_SLCR_BASEADDR ) + 0x00000014UL ) -#define XLPD_SLCR_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrItr - */ -#define XLPD_SLCR_ITR ( ( XLPD_SLCR_BASEADDR ) + 0x00000018UL ) -#define XLPD_SLCR_ITR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk0 - */ -#define XLPD_SLCR_SAFETY_CHK0 ( ( XLPD_SLCR_BASEADDR ) + 0x00000060UL ) -#define XLPD_SLCR_SAFETY_CHK0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK0_CHK_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK0_CHK_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK0_CHK_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK0_CHK_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk1 - */ -#define XLPD_SLCR_SAFETY_CHK1 ( ( XLPD_SLCR_BASEADDR ) + 0x00000064UL ) -#define XLPD_SLCR_SAFETY_CHK1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK1_CHK_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK1_CHK_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK1_CHK_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK1_CHK_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk2 - */ -#define XLPD_SLCR_SAFETY_CHK2 ( ( XLPD_SLCR_BASEADDR ) + 0x00000068UL ) -#define XLPD_SLCR_SAFETY_CHK2_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK2_CHK_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK2_CHK_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK2_CHK_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK2_CHK_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk3 - */ -#define XLPD_SLCR_SAFETY_CHK3 ( ( XLPD_SLCR_BASEADDR ) + 0x0000006CUL ) -#define XLPD_SLCR_SAFETY_CHK3_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK3_CHK_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK3_CHK_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK3_CHK_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK3_CHK_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSmidCfgAdma0 - */ -#define XLPD_SLCR_SMID_CFG_ADMA0 ( ( XLPD_SLCR_BASEADDR ) + 0x00000074UL ) -#define XLPD_SLCR_SMID_CFG_ADMA0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH7_SHIFT 7UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH7_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH7_MASK 0x00000080UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH7_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH6_SHIFT 6UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH6_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH6_MASK 0x00000040UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH6_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH5_SHIFT 5UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH5_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH5_MASK 0x00000020UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH5_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH4_SHIFT 4UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH4_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH4_MASK 0x00000010UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH4_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH3_SHIFT 3UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH3_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH3_MASK 0x00000008UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH3_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH2_SHIFT 2UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH2_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH2_MASK 0x00000004UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH2_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH1_SHIFT 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH1_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH1_MASK 0x00000002UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH1_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH0_SHIFT 0UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH0_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH0_MASK 0x00000001UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSmidCfgAdma1 - */ -#define XLPD_SLCR_SMID_CFG_ADMA1 ( ( XLPD_SLCR_BASEADDR ) + 0x00000078UL ) -#define XLPD_SLCR_SMID_CFG_ADMA1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH7_SHIFT 7UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH7_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH7_MASK 0x00000080UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH7_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH6_SHIFT 6UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH6_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH6_MASK 0x00000040UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH6_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH5_SHIFT 5UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH5_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH5_MASK 0x00000020UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH5_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH4_SHIFT 4UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH4_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH4_MASK 0x00000010UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH4_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH3_SHIFT 3UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH3_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH3_MASK 0x00000008UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH3_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH2_SHIFT 2UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH2_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH2_MASK 0x00000004UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH2_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH1_SHIFT 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH1_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH1_MASK 0x00000002UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH1_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH0_SHIFT 0UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH0_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH0_MASK 0x00000001UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSmidCfgRpu0 - */ -#define XLPD_SLCR_SMID_CFG_RPU0 ( ( XLPD_SLCR_BASEADDR ) + 0x0000007CUL ) -#define XLPD_SLCR_SMID_CFG_RPU0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SMID_CFG_RPU0_CH3_SHIFT 6UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH3_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH3_MASK 0x000000c0UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH3_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_RPU0_CH2_SHIFT 4UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH2_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH2_MASK 0x00000030UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH2_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_RPU0_CH1_SHIFT 2UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH1_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH1_MASK 0x0000000cUL -#define XLPD_SLCR_SMID_CFG_RPU0_CH1_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_RPU0_CH0_SHIFT 0UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH0_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH0_MASK 0x00000003UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSmidCfgRpu1 - */ -#define XLPD_SLCR_SMID_CFG_RPU1 ( ( XLPD_SLCR_BASEADDR ) + 0x00000080UL ) -#define XLPD_SLCR_SMID_CFG_RPU1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SMID_CFG_RPU1_CH3_SHIFT 6UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH3_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH3_MASK 0x000000c0UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH3_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_RPU1_CH2_SHIFT 4UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH2_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH2_MASK 0x00000030UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH2_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_RPU1_CH1_SHIFT 2UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH1_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH1_MASK 0x0000000cUL -#define XLPD_SLCR_SMID_CFG_RPU1_CH1_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_RPU1_CH0_SHIFT 0UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH0_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH0_MASK 0x00000003UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrHsdpCfg - */ -#define XLPD_SLCR_HSDP_CFG ( ( XLPD_SLCR_BASEADDR ) + 0x00000088UL ) -#define XLPD_SLCR_HSDP_CFG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_HSDP_CFG_LINK_REACH_SHIFT 3UL -#define XLPD_SLCR_HSDP_CFG_LINK_REACH_WIDTH 1UL -#define XLPD_SLCR_HSDP_CFG_LINK_REACH_MASK 0x00000008UL -#define XLPD_SLCR_HSDP_CFG_LINK_REACH_DEFVAL 0x0UL - -#define XLPD_SLCR_HSDP_CFG_AURORA_XPIPE_SEL_SHIFT 2UL -#define XLPD_SLCR_HSDP_CFG_AURORA_XPIPE_SEL_WIDTH 1UL -#define XLPD_SLCR_HSDP_CFG_AURORA_XPIPE_SEL_MASK 0x00000004UL -#define XLPD_SLCR_HSDP_CFG_AURORA_XPIPE_SEL_DEFVAL 0x0UL - -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PCIE_SHIFT 1UL -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PCIE_WIDTH 1UL -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PCIE_MASK 0x00000002UL -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PCIE_DEFVAL 0x0UL - -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PL_SHIFT 0UL -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PL_WIDTH 1UL -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PL_MASK 0x00000001UL -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrXocm2Cfg - */ -#define XLPD_SLCR_XOCM2_CFG ( ( XLPD_SLCR_BASEADDR ) + 0x0000008CUL ) -#define XLPD_SLCR_XOCM2_CFG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_XOCM2_CFG_PRESENT_SHIFT 0UL -#define XLPD_SLCR_XOCM2_CFG_PRESENT_WIDTH 1UL -#define XLPD_SLCR_XOCM2_CFG_PRESENT_MASK 0x00000001UL -#define XLPD_SLCR_XOCM2_CFG_PRESENT_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrAdmaCfg - */ -#define XLPD_SLCR_ADMA_CFG ( ( XLPD_SLCR_BASEADDR ) + 0x0000200CUL ) -#define XLPD_SLCR_ADMA_CFG_RSTVAL 0x00000048UL - -#define XLPD_SLCR_ADMA_CFG_BUS_WIDTH_SHIFT 5UL -#define XLPD_SLCR_ADMA_CFG_BUS_WIDTH_WIDTH 2UL -#define XLPD_SLCR_ADMA_CFG_BUS_WIDTH_MASK 0x00000060UL -#define XLPD_SLCR_ADMA_CFG_BUS_WIDTH_DEFVAL 0x2UL - -#define XLPD_SLCR_ADMA_CFG_NUM_CH_SHIFT 0UL -#define XLPD_SLCR_ADMA_CFG_NUM_CH_WIDTH 5UL -#define XLPD_SLCR_ADMA_CFG_NUM_CH_MASK 0x0000001fUL -#define XLPD_SLCR_ADMA_CFG_NUM_CH_DEFVAL 0x8UL - -/** - * Register: XlpdSlcrAfiFs - */ -#define XLPD_SLCR_AFI_FS ( ( XLPD_SLCR_BASEADDR ) + 0x00009000UL ) -#define XLPD_SLCR_AFI_FS_RSTVAL 0x00000200UL - -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_SHIFT 8UL -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_WIDTH 2UL -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_MASK 0x00000300UL -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_DEFVAL 0x2UL - -/** - * Register: XlpdSlcrCciCfg0 - */ -#define XLPD_SLCR_CCI_CFG_0 ( ( XLPD_SLCR_BASEADDR ) + 0x0000A000UL ) -#define XLPD_SLCR_CCI_CFG_0_RSTVAL 0x00030fc0UL - -#define XLPD_SLCR_CCI_CFG_0_SPR_SHIFT 28UL -#define XLPD_SLCR_CCI_CFG_0_SPR_WIDTH 4UL -#define XLPD_SLCR_CCI_CFG_0_SPR_MASK 0xf0000000UL -#define XLPD_SLCR_CCI_CFG_0_SPR_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_MSB_SHIFT 12UL -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_MSB_WIDTH 6UL -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_MSB_MASK 0x0003f000UL -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_MSB_DEFVAL 0x30UL - -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_LSB_SHIFT 6UL -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_LSB_WIDTH 6UL -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_LSB_MASK 0x00000fc0UL -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_LSB_DEFVAL 0x3fUL - -#define XLPD_SLCR_CCI_CFG_0_QOS_OVERRIDE_SHIFT 0UL -#define XLPD_SLCR_CCI_CFG_0_QOS_OVERRIDE_WIDTH 6UL -#define XLPD_SLCR_CCI_CFG_0_QOS_OVERRIDE_MASK 0x0000003fUL -#define XLPD_SLCR_CCI_CFG_0_QOS_OVERRIDE_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrCciCfg1 - */ -#define XLPD_SLCR_CCI_CFG_1 ( ( XLPD_SLCR_BASEADDR ) + 0x0000A004UL ) -#define XLPD_SLCR_CCI_CFG_1_RSTVAL 0x000023c0UL - -#define XLPD_SLCR_CCI_CFG_1_MST_DEPEND_ON_SL_SHIFT 12UL -#define XLPD_SLCR_CCI_CFG_1_MST_DEPEND_ON_SL_WIDTH 6UL -#define XLPD_SLCR_CCI_CFG_1_MST_DEPEND_ON_SL_MASK 0x0003f000UL -#define XLPD_SLCR_CCI_CFG_1_MST_DEPEND_ON_SL_DEFVAL 0x2UL - -#define XLPD_SLCR_CCI_CFG_1_BRST_SPLIT_ALL_SHIFT 6UL -#define XLPD_SLCR_CCI_CFG_1_BRST_SPLIT_ALL_WIDTH 6UL -#define XLPD_SLCR_CCI_CFG_1_BRST_SPLIT_ALL_MASK 0x00000fc0UL -#define XLPD_SLCR_CCI_CFG_1_BRST_SPLIT_ALL_DEFVAL 0xfUL - -#define XLPD_SLCR_CCI_CFG_1_ORDERED_WR_OBSERVE_SHIFT 0UL -#define XLPD_SLCR_CCI_CFG_1_ORDERED_WR_OBSERVE_WIDTH 6UL -#define XLPD_SLCR_CCI_CFG_1_ORDERED_WR_OBSERVE_MASK 0x0000003fUL -#define XLPD_SLCR_CCI_CFG_1_ORDERED_WR_OBSERVE_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrCci - */ -#define XLPD_SLCR_CCI ( ( XLPD_SLCR_BASEADDR ) + 0x0000A008UL ) -#define XLPD_SLCR_CCI_RSTVAL 0x00000000UL - -#define XLPD_SLCR_CCI_ADDRMAP_SHIFT 0UL -#define XLPD_SLCR_CCI_ADDRMAP_WIDTH 25UL -#define XLPD_SLCR_CCI_ADDRMAP_MASK 0x01ffffffUL -#define XLPD_SLCR_CCI_ADDRMAP_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSmmu - */ -#define XLPD_SLCR_SMMU ( ( XLPD_SLCR_BASEADDR ) + 0x0000A020UL ) -#define XLPD_SLCR_SMMU_RSTVAL 0x0000007fUL - -#define XLPD_SLCR_SMMU_CFG_NORMIZE_SHIFT 9UL -#define XLPD_SLCR_SMMU_CFG_NORMIZE_WIDTH 1UL -#define XLPD_SLCR_SMMU_CFG_NORMIZE_MASK 0x00000200UL -#define XLPD_SLCR_SMMU_CFG_NORMIZE_DEFVAL 0x0UL - -#define XLPD_SLCR_SMMU_INTEG_SEC_OVERRIDE_SHIFT 8UL -#define XLPD_SLCR_SMMU_INTEG_SEC_OVERRIDE_WIDTH 1UL -#define XLPD_SLCR_SMMU_INTEG_SEC_OVERRIDE_MASK 0x00000100UL -#define XLPD_SLCR_SMMU_INTEG_SEC_OVERRIDE_DEFVAL 0x0UL - -#define XLPD_SLCR_SMMU_CFG_CTTW_SHIFT 7UL -#define XLPD_SLCR_SMMU_CFG_CTTW_WIDTH 1UL -#define XLPD_SLCR_SMMU_CFG_CTTW_MASK 0x00000080UL -#define XLPD_SLCR_SMMU_CFG_CTTW_DEFVAL 0x0UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU6_SHIFT 6UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU6_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU6_MASK 0x00000040UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU6_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU5_SHIFT 5UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU5_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU5_MASK 0x00000020UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU5_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU4_SHIFT 4UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU4_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU4_MASK 0x00000010UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU4_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU3_SHIFT 3UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU3_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU3_MASK 0x00000008UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU3_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU2_SHIFT 2UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU2_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU2_MASK 0x00000004UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU2_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU1_SHIFT 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU1_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU1_MASK 0x00000002UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU1_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU0_SHIFT 0UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU0_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU0_MASK 0x00000001UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrApu - */ -#define XLPD_SLCR_APU ( ( XLPD_SLCR_BASEADDR ) + 0x0000A040UL ) -#define XLPD_SLCR_APU_RSTVAL 0x00000001UL - -#define XLPD_SLCR_APU_BRDC_BARRIER_SHIFT 3UL -#define XLPD_SLCR_APU_BRDC_BARRIER_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_BARRIER_MASK 0x00000008UL -#define XLPD_SLCR_APU_BRDC_BARRIER_DEFVAL 0x0UL - -#define XLPD_SLCR_APU_BRDC_CMNT_SHIFT 2UL -#define XLPD_SLCR_APU_BRDC_CMNT_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_CMNT_MASK 0x00000004UL -#define XLPD_SLCR_APU_BRDC_CMNT_DEFVAL 0x0UL - -#define XLPD_SLCR_APU_BRDC_INNER_SHIFT 1UL -#define XLPD_SLCR_APU_BRDC_INNER_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_INNER_MASK 0x00000002UL -#define XLPD_SLCR_APU_BRDC_INNER_DEFVAL 0x0UL - -#define XLPD_SLCR_APU_BRDC_OUTER_SHIFT 0UL -#define XLPD_SLCR_APU_BRDC_OUTER_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_OUTER_MASK 0x00000001UL -#define XLPD_SLCR_APU_BRDC_OUTER_DEFVAL 0x1UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_SLCR_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_slcr_secure.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_slcr_secure.h deleted file mode 100644 index 4978960..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_slcr_secure.h +++ /dev/null @@ -1,328 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_SLCR_SECURE_H__ -#define __XLPD_SLCR_SECURE_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdSlcrSecure Base Address - */ -#define XLPD_SLCR_SECURE_BASEADDR 0xFF510000UL - -/** - * Register: XlpdSlcrSecureCtrl - */ -#define XLPD_SLCR_SECURE_CTRL ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000004UL ) -#define XLPD_SLCR_SECURE_CTRL_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_CTRL_SLVERR_EN_SHIFT 0UL -#define XLPD_SLCR_SECURE_CTRL_SLVERR_EN_WIDTH 1UL -#define XLPD_SLCR_SECURE_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureIsr - */ -#define XLPD_SLCR_SECURE_ISR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000008UL ) -#define XLPD_SLCR_SECURE_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureImr - */ -#define XLPD_SLCR_SECURE_IMR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x0000000CUL ) -#define XLPD_SLCR_SECURE_IMR_RSTVAL 0x00000001UL - -#define XLPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecureIer - */ -#define XLPD_SLCR_SECURE_IER ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000010UL ) -#define XLPD_SLCR_SECURE_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureIdr - */ -#define XLPD_SLCR_SECURE_IDR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000014UL ) -#define XLPD_SLCR_SECURE_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureItr - */ -#define XLPD_SLCR_SECURE_ITR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000018UL ) -#define XLPD_SLCR_SECURE_ITR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureRpu0 - */ -#define XLPD_SLCR_SECURE_RPU0 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000020UL ) -#define XLPD_SLCR_SECURE_RPU0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_RPU0_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_RPU0_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_RPU0_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_RPU0_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureRpu1 - */ -#define XLPD_SLCR_SECURE_RPU1 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000024UL ) -#define XLPD_SLCR_SECURE_RPU1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_RPU1_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_RPU1_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_RPU1_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_RPU1_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureXmpu - */ -#define XLPD_SLCR_SECURE_XMPU ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000028UL ) -#define XLPD_SLCR_SECURE_XMPU_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_XMPU_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_XMPU_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_XMPU_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_XMPU_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureXppu - */ -#define XLPD_SLCR_SECURE_XPPU ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x0000002CUL ) -#define XLPD_SLCR_SECURE_XPPU_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_XPPU_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_XPPU_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_XPPU_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_XPPU_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureSafetyChk - */ -#define XLPD_SLCR_SECURE_SAFETY_CHK ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000030UL ) -#define XLPD_SLCR_SECURE_SAFETY_CHK_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_SAFETY_CHK_VAL_SHIFT 0UL -#define XLPD_SLCR_SECURE_SAFETY_CHK_VAL_WIDTH 32UL -#define XLPD_SLCR_SECURE_SAFETY_CHK_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SECURE_SAFETY_CHK_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureCpmPcsr - */ -#define XLPD_SLCR_SECURE_CPM_PCSR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000038UL ) -#define XLPD_SLCR_SECURE_CPM_PCSR_RSTVAL 0x00000001UL - -#define XLPD_SLCR_SECURE_CPM_PCSR_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_CPM_PCSR_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_CPM_PCSR_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_CPM_PCSR_TZ_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecureIpi - */ -#define XLPD_SLCR_SECURE_IPI ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000040UL ) -#define XLPD_SLCR_SECURE_IPI_RSTVAL 0x00000001UL - -#define XLPD_SLCR_SECURE_IPI_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_IPI_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_IPI_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_IPI_TZ_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecureCrl - */ -#define XLPD_SLCR_SECURE_CRL ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000044UL ) -#define XLPD_SLCR_SECURE_CRL_RSTVAL 0x00000001UL - -#define XLPD_SLCR_SECURE_CRL_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_CRL_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_CRL_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_CRL_TZ_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecure - */ -#define XLPD_SLCR_SECURE ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000048UL ) -#define XLPD_SLCR_SECURE_RSTVAL 0x00000003UL - -#define XLPD_SLCR_SECURE_INTLPD_TZ_SHIFT 1UL -#define XLPD_SLCR_SECURE_INTLPD_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_INTLPD_TZ_MASK 0x00000002UL -#define XLPD_SLCR_SECURE_INTLPD_TZ_DEFVAL 0x1UL - -#define XLPD_SLCR_SECURE_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_TZ_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecureHsdp - */ -#define XLPD_SLCR_SECURE_HSDP ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x0000004CUL ) -#define XLPD_SLCR_SECURE_HSDP_RSTVAL 0x00000007UL - -#define XLPD_SLCR_SECURE_HSDP_TZ_SHIFT 1UL -#define XLPD_SLCR_SECURE_HSDP_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_HSDP_TZ_MASK 0x00000002UL -#define XLPD_SLCR_SECURE_HSDP_TZ_DEFVAL 0x1UL - -#define XLPD_SLCR_SECURE_HSDP_APB_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_HSDP_APB_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_HSDP_APB_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_HSDP_APB_TZ_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecureAfi - */ -#define XLPD_SLCR_SECURE_AFI ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000050UL ) -#define XLPD_SLCR_SECURE_AFI_RSTVAL 0x00000001UL - -#define XLPD_SLCR_SECURE_AFI_FM_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_AFI_FM_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_AFI_FM_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_AFI_FM_TZ_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecurePsm - */ -#define XLPD_SLCR_SECURE_PSM ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000054UL ) -#define XLPD_SLCR_SECURE_PSM_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_PSM_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_PSM_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_PSM_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_PSM_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma0 - */ -#define XLPD_SLCR_SECURE_ADMA0 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000060UL ) -#define XLPD_SLCR_SECURE_ADMA0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA0_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA0_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA0_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA0_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma1 - */ -#define XLPD_SLCR_SECURE_ADMA1 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000064UL ) -#define XLPD_SLCR_SECURE_ADMA1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA1_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA1_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA1_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA1_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma2 - */ -#define XLPD_SLCR_SECURE_ADMA2 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000068UL ) -#define XLPD_SLCR_SECURE_ADMA2_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA2_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA2_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA2_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA2_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma3 - */ -#define XLPD_SLCR_SECURE_ADMA3 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x0000006CUL ) -#define XLPD_SLCR_SECURE_ADMA3_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA3_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA3_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA3_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA3_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma4 - */ -#define XLPD_SLCR_SECURE_ADMA4 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000070UL ) -#define XLPD_SLCR_SECURE_ADMA4_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA4_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA4_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA4_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA4_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma5 - */ -#define XLPD_SLCR_SECURE_ADMA5 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000074UL ) -#define XLPD_SLCR_SECURE_ADMA5_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA5_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA5_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA5_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA5_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma6 - */ -#define XLPD_SLCR_SECURE_ADMA6 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000078UL ) -#define XLPD_SLCR_SECURE_ADMA6_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA6_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA6_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA6_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA6_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma7 - */ -#define XLPD_SLCR_SECURE_ADMA7 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x0000007CUL ) -#define XLPD_SLCR_SECURE_ADMA7_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA7_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA7_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA7_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA7_TZ_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_SLCR_SECURE_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_xppu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_xppu.h deleted file mode 100644 index d9e730f..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_xppu.h +++ /dev/null @@ -1,6769 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_XPPU_H__ -#define __XLPD_XPPU_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdXppu Base Address - */ -#define XLPD_XPPU_BASEADDR 0xFF990000UL - -/** - * Register: XlpdXppuCtrl - */ -#define XLPD_XPPU_CTRL ( ( XLPD_XPPU_BASEADDR ) + 0x00000000UL ) -#define XLPD_XPPU_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XPPU_CTRL_HIDE_EN_SHIFT 3UL -#define XLPD_XPPU_CTRL_HIDE_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_HIDE_EN_MASK 0x00000008UL -#define XLPD_XPPU_CTRL_HIDE_EN_DEFVAL 0x0UL - -#define XLPD_XPPU_CTRL_APER_PARITY_EN_SHIFT 2UL -#define XLPD_XPPU_CTRL_APER_PARITY_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_APER_PARITY_EN_MASK 0x00000004UL -#define XLPD_XPPU_CTRL_APER_PARITY_EN_DEFVAL 0x0UL - -#define XLPD_XPPU_CTRL_MID_PARITY_EN_SHIFT 1UL -#define XLPD_XPPU_CTRL_MID_PARITY_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_MID_PARITY_EN_MASK 0x00000002UL -#define XLPD_XPPU_CTRL_MID_PARITY_EN_DEFVAL 0x0UL - -#define XLPD_XPPU_CTRL_EN_SHIFT 0UL -#define XLPD_XPPU_CTRL_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_EN_MASK 0x00000001UL -#define XLPD_XPPU_CTRL_EN_DEFVAL 0x0UL - -/** - * Register: XlpdXppuErrSts1 - */ -#define XLPD_XPPU_ERR_STS1 ( ( XLPD_XPPU_BASEADDR ) + 0x00000004UL ) -#define XLPD_XPPU_ERR_STS1_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XlpdXppuErrSts2 - */ -#define XLPD_XPPU_ERR_STS2 ( ( XLPD_XPPU_BASEADDR ) + 0x00000008UL ) -#define XLPD_XPPU_ERR_STS2_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ERR_STS2_AXI_ID_SHIFT 0UL -#define XLPD_XPPU_ERR_STS2_AXI_ID_WIDTH 10UL -#define XLPD_XPPU_ERR_STS2_AXI_ID_MASK 0x000003ffUL -#define XLPD_XPPU_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuItr - */ -#define XLPD_XPPU_ITR ( ( XLPD_XPPU_BASEADDR ) + 0x0000000CUL ) -#define XLPD_XPPU_ITR_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ITR_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_ITR_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_ITR_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_ITR_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_ITR_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_ITR_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_ITR_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_ITR_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_ITR_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_ITR_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_ITR_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_ITR_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_ITR_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_ITR_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_ITR_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_ITR_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_ITR_MID_RO_SHIFT 2UL -#define XLPD_XPPU_ITR_MID_RO_WIDTH 1UL -#define XLPD_XPPU_ITR_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_ITR_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_ITR_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_ITR_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_ITR_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_ITR_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_ITR_INV_APB_SHIFT 0UL -#define XLPD_XPPU_ITR_INV_APB_WIDTH 1UL -#define XLPD_XPPU_ITR_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_ITR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuIsr - */ -#define XLPD_XPPU_ISR ( ( XLPD_XPPU_BASEADDR ) + 0x00000010UL ) -#define XLPD_XPPU_ISR_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ISR_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_ISR_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_ISR_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_ISR_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_ISR_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_ISR_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_ISR_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_ISR_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_ISR_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_ISR_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_ISR_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_ISR_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_ISR_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_MID_RO_SHIFT 2UL -#define XLPD_XPPU_ISR_MID_RO_WIDTH 1UL -#define XLPD_XPPU_ISR_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_ISR_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_ISR_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_ISR_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_ISR_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_INV_APB_SHIFT 0UL -#define XLPD_XPPU_ISR_INV_APB_WIDTH 1UL -#define XLPD_XPPU_ISR_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuImr - */ -#define XLPD_XPPU_IMR ( ( XLPD_XPPU_BASEADDR ) + 0x00000014UL ) -#define XLPD_XPPU_IMR_RSTVAL 0x000000efUL - -#define XLPD_XPPU_IMR_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_IMR_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_IMR_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_IMR_APER_PARITY_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_IMR_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_IMR_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_IMR_APER_TZ_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_IMR_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_IMR_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_IMR_APER_PERM_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_IMR_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_IMR_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_IMR_MID_PARITY_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_MID_RO_SHIFT 2UL -#define XLPD_XPPU_IMR_MID_RO_WIDTH 1UL -#define XLPD_XPPU_IMR_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_IMR_MID_RO_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_IMR_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_IMR_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_IMR_MID_MISS_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_INV_APB_SHIFT 0UL -#define XLPD_XPPU_IMR_INV_APB_WIDTH 1UL -#define XLPD_XPPU_IMR_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XlpdXppuIen - */ -#define XLPD_XPPU_IEN ( ( XLPD_XPPU_BASEADDR ) + 0x00000018UL ) -#define XLPD_XPPU_IEN_RSTVAL 0x00000000UL - -#define XLPD_XPPU_IEN_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_IEN_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_IEN_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_IEN_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_IEN_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_IEN_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_IEN_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_IEN_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_IEN_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_IEN_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_IEN_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_IEN_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_IEN_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_MID_RO_SHIFT 2UL -#define XLPD_XPPU_IEN_MID_RO_WIDTH 1UL -#define XLPD_XPPU_IEN_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_IEN_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_IEN_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_IEN_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_IEN_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_INV_APB_SHIFT 0UL -#define XLPD_XPPU_IEN_INV_APB_WIDTH 1UL -#define XLPD_XPPU_IEN_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuIds - */ -#define XLPD_XPPU_IDS ( ( XLPD_XPPU_BASEADDR ) + 0x0000001CUL ) -#define XLPD_XPPU_IDS_RSTVAL 0x00000000UL - -#define XLPD_XPPU_IDS_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_IDS_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_IDS_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_IDS_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_IDS_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_IDS_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_IDS_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_IDS_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_IDS_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_IDS_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_IDS_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_IDS_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_IDS_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_MID_RO_SHIFT 2UL -#define XLPD_XPPU_IDS_MID_RO_WIDTH 1UL -#define XLPD_XPPU_IDS_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_IDS_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_IDS_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_IDS_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_IDS_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_INV_APB_SHIFT 0UL -#define XLPD_XPPU_IDS_INV_APB_WIDTH 1UL -#define XLPD_XPPU_IDS_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuLock - */ -#define XLPD_XPPU_LOCK ( ( XLPD_XPPU_BASEADDR ) + 0x00000020UL ) -#define XLPD_XPPU_LOCK_RSTVAL 0x00000000UL - -#define XLPD_XPPU_LOCK_REGWRDIS_SHIFT 0UL -#define XLPD_XPPU_LOCK_REGWRDIS_WIDTH 1UL -#define XLPD_XPPU_LOCK_REGWRDIS_MASK 0x00000001UL -#define XLPD_XPPU_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMMasterIds - */ -#define XLPD_XPPU_M_MASTER_IDS ( ( XLPD_XPPU_BASEADDR ) + 0x0000003CUL ) -#define XLPD_XPPU_M_MASTER_IDS_RSTVAL 0x00000014UL - -#define XLPD_XPPU_M_MASTER_IDS_NO_SHIFT 0UL -#define XLPD_XPPU_M_MASTER_IDS_NO_WIDTH 32UL -#define XLPD_XPPU_M_MASTER_IDS_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_MASTER_IDS_NO_DEFVAL 0x14UL - -/** - * Register: XlpdXppuMAperture64kb - */ -#define XLPD_XPPU_M_APERTURE_64KB ( ( XLPD_XPPU_BASEADDR ) + 0x00000044UL ) -#define XLPD_XPPU_M_APERTURE_64KB_RSTVAL 0x00000100UL - -#define XLPD_XPPU_M_APERTURE_64KB_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_64KB_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_64KB_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_64KB_NO_DEFVAL 0x100UL - -/** - * Register: XlpdXppuMAperture1mb - */ -#define XLPD_XPPU_M_APERTURE_1MB ( ( XLPD_XPPU_BASEADDR ) + 0x00000048UL ) -#define XLPD_XPPU_M_APERTURE_1MB_RSTVAL 0x00000010UL - -#define XLPD_XPPU_M_APERTURE_1MB_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_1MB_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_1MB_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_1MB_NO_DEFVAL 0x10UL - -/** - * Register: XlpdXppuMAperture512mb - */ -#define XLPD_XPPU_M_APERTURE_512MB ( ( XLPD_XPPU_BASEADDR ) + 0x0000004CUL ) -#define XLPD_XPPU_M_APERTURE_512MB_RSTVAL 0x00000001UL - -#define XLPD_XPPU_M_APERTURE_512MB_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_512MB_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_512MB_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_512MB_NO_DEFVAL 0x1UL - -/** - * Register: XlpdXppuBase64kb - */ -#define XLPD_XPPU_BASE_64KB ( ( XLPD_XPPU_BASEADDR ) + 0x00000054UL ) -#define XLPD_XPPU_BASE_64KB_RSTVAL 0xff000000UL - -#define XLPD_XPPU_BASE_64KB_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_64KB_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_64KB_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_64KB_ADDR_DEFVAL 0xff000000UL - -/** - * Register: XlpdXppuBase1mb - */ -#define XLPD_XPPU_BASE_1MB ( ( XLPD_XPPU_BASEADDR ) + 0x00000058UL ) -#define XLPD_XPPU_BASE_1MB_RSTVAL 0xfe000000UL - -#define XLPD_XPPU_BASE_1MB_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_1MB_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_1MB_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_1MB_ADDR_DEFVAL 0xfe000000UL - -/** - * Register: XlpdXppuBase512mb - */ -#define XLPD_XPPU_BASE_512MB ( ( XLPD_XPPU_BASEADDR ) + 0x0000005CUL ) -#define XLPD_XPPU_BASE_512MB_RSTVAL 0xe0000000UL - -#define XLPD_XPPU_BASE_512MB_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_512MB_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_512MB_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_512MB_ADDR_DEFVAL 0xe0000000UL - -/** - * Register: XlpdXppuMasterId00 - */ -#define XLPD_XPPU_MASTER_ID00 ( ( XLPD_XPPU_BASEADDR ) + 0x00000100UL ) -#define XLPD_XPPU_MASTER_ID00_RSTVAL 0x03ff0238UL - -#define XLPD_XPPU_MASTER_ID00_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID00_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID00_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID00_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID00_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID00_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID00_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID00_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID00_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID00_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID00_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID00_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MASTER_ID00_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID00_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID00_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID00_MID_DEFVAL 0x238UL - -/** - * Register: XlpdXppuMasterId01 - */ -#define XLPD_XPPU_MASTER_ID01 ( ( XLPD_XPPU_BASEADDR ) + 0x00000104UL ) -#define XLPD_XPPU_MASTER_ID01_RSTVAL 0x83ff0200UL - -#define XLPD_XPPU_MASTER_ID01_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID01_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID01_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID01_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MASTER_ID01_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID01_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID01_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID01_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID01_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID01_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID01_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID01_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MASTER_ID01_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID01_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID01_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID01_MID_DEFVAL 0x200UL - -/** - * Register: XlpdXppuMasterId02 - */ -#define XLPD_XPPU_MASTER_ID02 ( ( XLPD_XPPU_BASEADDR ) + 0x00000108UL ) -#define XLPD_XPPU_MASTER_ID02_RSTVAL 0x03ff0204UL - -#define XLPD_XPPU_MASTER_ID02_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID02_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID02_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID02_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID02_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID02_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID02_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID02_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID02_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID02_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID02_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID02_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MASTER_ID02_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID02_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID02_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID02_MID_DEFVAL 0x204UL - -/** - * Register: XlpdXppuMasterId03 - */ -#define XLPD_XPPU_MASTER_ID03 ( ( XLPD_XPPU_BASEADDR ) + 0x0000010CUL ) -#define XLPD_XPPU_MASTER_ID03_RSTVAL 0x83f00260UL - -#define XLPD_XPPU_MASTER_ID03_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID03_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID03_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID03_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MASTER_ID03_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID03_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID03_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID03_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID03_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID03_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID03_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID03_MIDM_DEFVAL 0x3f0UL - -#define XLPD_XPPU_MASTER_ID03_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID03_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID03_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID03_MID_DEFVAL 0x260UL - -/** - * Register: XlpdXppuMasterId04 - */ -#define XLPD_XPPU_MASTER_ID04 ( ( XLPD_XPPU_BASEADDR ) + 0x00000110UL ) -#define XLPD_XPPU_MASTER_ID04_RSTVAL 0x83ff0260UL - -#define XLPD_XPPU_MASTER_ID04_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID04_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID04_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID04_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MASTER_ID04_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID04_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID04_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID04_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID04_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID04_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID04_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID04_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MASTER_ID04_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID04_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID04_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID04_MID_DEFVAL 0x260UL - -/** - * Register: XlpdXppuMasterId05 - */ -#define XLPD_XPPU_MASTER_ID05 ( ( XLPD_XPPU_BASEADDR ) + 0x00000114UL ) -#define XLPD_XPPU_MASTER_ID05_RSTVAL 0x03ff0261UL - -#define XLPD_XPPU_MASTER_ID05_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID05_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID05_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID05_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID05_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID05_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID05_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID05_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID05_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID05_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID05_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID05_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MASTER_ID05_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID05_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID05_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID05_MID_DEFVAL 0x261UL - -/** - * Register: XlpdXppuMasterId06 - */ -#define XLPD_XPPU_MASTER_ID06 ( ( XLPD_XPPU_BASEADDR ) + 0x00000118UL ) -#define XLPD_XPPU_MASTER_ID06_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID06_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID06_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID06_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID06_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID06_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID06_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID06_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID06_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID06_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID06_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID06_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID06_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID06_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID06_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID06_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID06_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId07 - */ -#define XLPD_XPPU_MASTER_ID07 ( ( XLPD_XPPU_BASEADDR ) + 0x0000011CUL ) -#define XLPD_XPPU_MASTER_ID07_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID07_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID07_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID07_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID07_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID07_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID07_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID07_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID07_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID07_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID07_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID07_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID07_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID07_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID07_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID07_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID07_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId08 - */ -#define XLPD_XPPU_MASTER_ID08 ( ( XLPD_XPPU_BASEADDR ) + 0x00000120UL ) -#define XLPD_XPPU_MASTER_ID08_RSTVAL 0x83ff0247UL - -#define XLPD_XPPU_MASTER_ID08_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID08_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID08_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID08_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MASTER_ID08_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID08_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID08_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID08_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID08_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID08_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID08_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID08_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MASTER_ID08_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID08_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID08_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID08_MID_DEFVAL 0x247UL - -/** - * Register: XlpdXppuMasterId09 - */ -#define XLPD_XPPU_MASTER_ID09 ( ( XLPD_XPPU_BASEADDR ) + 0x00000124UL ) -#define XLPD_XPPU_MASTER_ID09_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID09_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID09_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID09_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID09_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID09_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID09_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID09_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID09_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID09_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID09_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID09_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID09_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID09_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID09_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID09_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID09_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId10 - */ -#define XLPD_XPPU_MASTER_ID10 ( ( XLPD_XPPU_BASEADDR ) + 0x00000128UL ) -#define XLPD_XPPU_MASTER_ID10_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID10_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID10_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID10_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID10_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID10_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID10_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID10_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID10_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID10_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID10_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID10_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID10_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID10_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID10_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID10_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID10_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId11 - */ -#define XLPD_XPPU_MASTER_ID11 ( ( XLPD_XPPU_BASEADDR ) + 0x0000012CUL ) -#define XLPD_XPPU_MASTER_ID11_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID11_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID11_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID11_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID11_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID11_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID11_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID11_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID11_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID11_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID11_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID11_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID11_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID11_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID11_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID11_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID11_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId12 - */ -#define XLPD_XPPU_MASTER_ID12 ( ( XLPD_XPPU_BASEADDR ) + 0x00000130UL ) -#define XLPD_XPPU_MASTER_ID12_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID12_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID12_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID12_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID12_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID12_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID12_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID12_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID12_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID12_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID12_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID12_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID12_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID12_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID12_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID12_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID12_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId13 - */ -#define XLPD_XPPU_MASTER_ID13 ( ( XLPD_XPPU_BASEADDR ) + 0x00000134UL ) -#define XLPD_XPPU_MASTER_ID13_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID13_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID13_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID13_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID13_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID13_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID13_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID13_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID13_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID13_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID13_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID13_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID13_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID13_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID13_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID13_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID13_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId14 - */ -#define XLPD_XPPU_MASTER_ID14 ( ( XLPD_XPPU_BASEADDR ) + 0x00000138UL ) -#define XLPD_XPPU_MASTER_ID14_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID14_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID14_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID14_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID14_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID14_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID14_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID14_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID14_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID14_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID14_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID14_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID14_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID14_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID14_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID14_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID14_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId15 - */ -#define XLPD_XPPU_MASTER_ID15 ( ( XLPD_XPPU_BASEADDR ) + 0x0000013CUL ) -#define XLPD_XPPU_MASTER_ID15_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID15_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID15_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID15_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID15_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID15_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID15_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID15_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID15_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID15_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID15_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID15_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID15_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID15_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID15_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID15_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID15_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId16 - */ -#define XLPD_XPPU_MASTER_ID16 ( ( XLPD_XPPU_BASEADDR ) + 0x00000140UL ) -#define XLPD_XPPU_MASTER_ID16_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID16_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID16_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID16_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID16_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID16_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID16_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID16_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID16_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID16_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID16_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID16_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID16_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID16_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID16_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID16_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID16_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId17 - */ -#define XLPD_XPPU_MASTER_ID17 ( ( XLPD_XPPU_BASEADDR ) + 0x00000144UL ) -#define XLPD_XPPU_MASTER_ID17_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID17_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID17_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID17_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID17_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID17_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID17_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID17_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID17_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID17_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID17_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID17_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID17_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID17_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID17_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID17_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID17_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId18 - */ -#define XLPD_XPPU_MASTER_ID18 ( ( XLPD_XPPU_BASEADDR ) + 0x00000148UL ) -#define XLPD_XPPU_MASTER_ID18_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID18_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID18_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID18_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID18_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID18_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID18_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID18_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID18_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID18_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID18_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID18_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID18_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID18_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID18_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID18_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID18_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId19 - */ -#define XLPD_XPPU_MASTER_ID19 ( ( XLPD_XPPU_BASEADDR ) + 0x0000014CUL ) -#define XLPD_XPPU_MASTER_ID19_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID19_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID19_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID19_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID19_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID19_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID19_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID19_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID19_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID19_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID19_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID19_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID19_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID19_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID19_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID19_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID19_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuEnPermCheckReg00 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG00 ( ( XLPD_XPPU_BASEADDR ) + 0x00000150UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG00_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG00_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG00_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG00_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG00_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg01 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG01 ( ( XLPD_XPPU_BASEADDR ) + 0x00000154UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG01_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG01_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG01_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG01_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG01_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg02 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG02 ( ( XLPD_XPPU_BASEADDR ) + 0x00000158UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG02_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG02_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG02_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG02_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG02_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg03 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG03 ( ( XLPD_XPPU_BASEADDR ) + 0x0000015CUL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG03_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG03_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG03_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG03_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG03_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg04 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG04 ( ( XLPD_XPPU_BASEADDR ) + 0x00000160UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG04_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG04_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG04_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG04_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG04_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg05 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG05 ( ( XLPD_XPPU_BASEADDR ) + 0x00000164UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG05_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG05_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG05_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG05_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG05_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg06 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG06 ( ( XLPD_XPPU_BASEADDR ) + 0x00000168UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG06_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG06_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG06_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG06_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG06_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg07 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG07 ( ( XLPD_XPPU_BASEADDR ) + 0x0000016CUL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG07_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG07_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG07_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG07_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG07_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg08 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG08 ( ( XLPD_XPPU_BASEADDR ) + 0x00000170UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG08_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG08_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG08_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG08_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG08_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg09 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG09 ( ( XLPD_XPPU_BASEADDR ) + 0x00000174UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG09_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG09_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG09_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG09_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG09_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg10 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG10 ( ( XLPD_XPPU_BASEADDR ) + 0x00000178UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG10_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG10_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG10_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG10_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG10_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg11 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG11 ( ( XLPD_XPPU_BASEADDR ) + 0x0000017CUL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG11_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG11_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG11_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG11_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG11_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg12 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG12 ( ( XLPD_XPPU_BASEADDR ) + 0x00000180UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG12_RSTVAL 0x000fffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG12_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG12_WIDTH 20UL -#define XLPD_XPPU_EN_PERM_CHECK_REG12_MASK 0x000fffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG12_DEFVAL 0xfffffUL - -/** - * Register: XlpdXppuAperperm000 - */ -#define XLPD_XPPU_APERPERM_000 ( ( XLPD_XPPU_BASEADDR ) + 0x00001000UL ) -#define XLPD_XPPU_APERPERM_000_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_000_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_000_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_000_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_000_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_000_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_000_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_000_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_000_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_000_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_000_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_000_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_000_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm001 - */ -#define XLPD_XPPU_APERPERM_001 ( ( XLPD_XPPU_BASEADDR ) + 0x00001004UL ) -#define XLPD_XPPU_APERPERM_001_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_001_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_001_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_001_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_001_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_001_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_001_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_001_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_001_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_001_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_001_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_001_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_001_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm002 - */ -#define XLPD_XPPU_APERPERM_002 ( ( XLPD_XPPU_BASEADDR ) + 0x00001008UL ) -#define XLPD_XPPU_APERPERM_002_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_002_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_002_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_002_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_002_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_002_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_002_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_002_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_002_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_002_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_002_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_002_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_002_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm003 - */ -#define XLPD_XPPU_APERPERM_003 ( ( XLPD_XPPU_BASEADDR ) + 0x0000100CUL ) -#define XLPD_XPPU_APERPERM_003_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_003_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_003_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_003_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_003_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_003_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_003_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_003_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_003_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_003_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_003_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_003_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_003_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm004 - */ -#define XLPD_XPPU_APERPERM_004 ( ( XLPD_XPPU_BASEADDR ) + 0x00001010UL ) -#define XLPD_XPPU_APERPERM_004_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_004_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_004_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_004_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_004_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_004_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_004_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_004_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_004_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_004_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_004_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_004_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_004_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm005 - */ -#define XLPD_XPPU_APERPERM_005 ( ( XLPD_XPPU_BASEADDR ) + 0x00001014UL ) -#define XLPD_XPPU_APERPERM_005_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_005_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_005_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_005_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_005_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_005_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_005_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_005_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_005_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_005_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_005_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_005_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_005_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm006 - */ -#define XLPD_XPPU_APERPERM_006 ( ( XLPD_XPPU_BASEADDR ) + 0x00001018UL ) -#define XLPD_XPPU_APERPERM_006_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_006_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_006_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_006_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_006_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_006_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_006_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_006_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_006_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_006_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_006_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_006_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_006_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm007 - */ -#define XLPD_XPPU_APERPERM_007 ( ( XLPD_XPPU_BASEADDR ) + 0x0000101CUL ) -#define XLPD_XPPU_APERPERM_007_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_007_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_007_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_007_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_007_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_007_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_007_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_007_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_007_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_007_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_007_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_007_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_007_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm008 - */ -#define XLPD_XPPU_APERPERM_008 ( ( XLPD_XPPU_BASEADDR ) + 0x00001020UL ) -#define XLPD_XPPU_APERPERM_008_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_008_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_008_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_008_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_008_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_008_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_008_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_008_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_008_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_008_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_008_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_008_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_008_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm009 - */ -#define XLPD_XPPU_APERPERM_009 ( ( XLPD_XPPU_BASEADDR ) + 0x00001024UL ) -#define XLPD_XPPU_APERPERM_009_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_009_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_009_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_009_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_009_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_009_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_009_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_009_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_009_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_009_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_009_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_009_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_009_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm010 - */ -#define XLPD_XPPU_APERPERM_010 ( ( XLPD_XPPU_BASEADDR ) + 0x00001028UL ) -#define XLPD_XPPU_APERPERM_010_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_010_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_010_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_010_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_010_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_010_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_010_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_010_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_010_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_010_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_010_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_010_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_010_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm011 - */ -#define XLPD_XPPU_APERPERM_011 ( ( XLPD_XPPU_BASEADDR ) + 0x0000102CUL ) -#define XLPD_XPPU_APERPERM_011_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_011_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_011_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_011_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_011_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_011_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_011_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_011_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_011_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_011_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_011_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_011_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_011_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm012 - */ -#define XLPD_XPPU_APERPERM_012 ( ( XLPD_XPPU_BASEADDR ) + 0x00001030UL ) -#define XLPD_XPPU_APERPERM_012_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_012_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_012_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_012_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_012_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_012_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_012_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_012_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_012_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_012_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_012_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_012_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_012_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm013 - */ -#define XLPD_XPPU_APERPERM_013 ( ( XLPD_XPPU_BASEADDR ) + 0x00001034UL ) -#define XLPD_XPPU_APERPERM_013_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_013_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_013_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_013_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_013_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_013_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_013_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_013_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_013_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_013_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_013_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_013_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_013_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm014 - */ -#define XLPD_XPPU_APERPERM_014 ( ( XLPD_XPPU_BASEADDR ) + 0x00001038UL ) -#define XLPD_XPPU_APERPERM_014_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_014_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_014_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_014_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_014_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_014_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_014_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_014_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_014_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_014_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_014_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_014_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_014_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm015 - */ -#define XLPD_XPPU_APERPERM_015 ( ( XLPD_XPPU_BASEADDR ) + 0x0000103CUL ) -#define XLPD_XPPU_APERPERM_015_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_015_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_015_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_015_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_015_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_015_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_015_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_015_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_015_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_015_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_015_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_015_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_015_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm016 - */ -#define XLPD_XPPU_APERPERM_016 ( ( XLPD_XPPU_BASEADDR ) + 0x00001040UL ) -#define XLPD_XPPU_APERPERM_016_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_016_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_016_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_016_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_016_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_016_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_016_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_016_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_016_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_016_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_016_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_016_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_016_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm017 - */ -#define XLPD_XPPU_APERPERM_017 ( ( XLPD_XPPU_BASEADDR ) + 0x00001044UL ) -#define XLPD_XPPU_APERPERM_017_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_017_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_017_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_017_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_017_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_017_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_017_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_017_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_017_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_017_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_017_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_017_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_017_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm018 - */ -#define XLPD_XPPU_APERPERM_018 ( ( XLPD_XPPU_BASEADDR ) + 0x00001048UL ) -#define XLPD_XPPU_APERPERM_018_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_018_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_018_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_018_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_018_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_018_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_018_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_018_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_018_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_018_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_018_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_018_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_018_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm019 - */ -#define XLPD_XPPU_APERPERM_019 ( ( XLPD_XPPU_BASEADDR ) + 0x0000104CUL ) -#define XLPD_XPPU_APERPERM_019_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_019_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_019_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_019_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_019_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_019_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_019_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_019_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_019_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_019_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_019_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_019_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_019_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm020 - */ -#define XLPD_XPPU_APERPERM_020 ( ( XLPD_XPPU_BASEADDR ) + 0x00001050UL ) -#define XLPD_XPPU_APERPERM_020_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_020_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_020_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_020_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_020_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_020_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_020_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_020_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_020_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_020_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_020_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_020_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_020_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm021 - */ -#define XLPD_XPPU_APERPERM_021 ( ( XLPD_XPPU_BASEADDR ) + 0x00001054UL ) -#define XLPD_XPPU_APERPERM_021_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_021_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_021_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_021_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_021_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_021_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_021_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_021_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_021_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_021_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_021_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_021_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_021_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm022 - */ -#define XLPD_XPPU_APERPERM_022 ( ( XLPD_XPPU_BASEADDR ) + 0x00001058UL ) -#define XLPD_XPPU_APERPERM_022_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_022_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_022_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_022_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_022_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_022_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_022_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_022_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_022_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_022_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_022_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_022_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_022_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm023 - */ -#define XLPD_XPPU_APERPERM_023 ( ( XLPD_XPPU_BASEADDR ) + 0x0000105CUL ) -#define XLPD_XPPU_APERPERM_023_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_023_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_023_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_023_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_023_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_023_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_023_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_023_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_023_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_023_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_023_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_023_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_023_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm024 - */ -#define XLPD_XPPU_APERPERM_024 ( ( XLPD_XPPU_BASEADDR ) + 0x00001060UL ) -#define XLPD_XPPU_APERPERM_024_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_024_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_024_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_024_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_024_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_024_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_024_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_024_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_024_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_024_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_024_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_024_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_024_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm025 - */ -#define XLPD_XPPU_APERPERM_025 ( ( XLPD_XPPU_BASEADDR ) + 0x00001064UL ) -#define XLPD_XPPU_APERPERM_025_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_025_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_025_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_025_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_025_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_025_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_025_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_025_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_025_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_025_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_025_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_025_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_025_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm026 - */ -#define XLPD_XPPU_APERPERM_026 ( ( XLPD_XPPU_BASEADDR ) + 0x00001068UL ) -#define XLPD_XPPU_APERPERM_026_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_026_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_026_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_026_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_026_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_026_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_026_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_026_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_026_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_026_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_026_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_026_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_026_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm027 - */ -#define XLPD_XPPU_APERPERM_027 ( ( XLPD_XPPU_BASEADDR ) + 0x0000106CUL ) -#define XLPD_XPPU_APERPERM_027_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_027_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_027_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_027_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_027_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_027_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_027_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_027_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_027_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_027_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_027_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_027_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_027_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm028 - */ -#define XLPD_XPPU_APERPERM_028 ( ( XLPD_XPPU_BASEADDR ) + 0x00001070UL ) -#define XLPD_XPPU_APERPERM_028_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_028_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_028_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_028_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_028_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_028_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_028_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_028_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_028_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_028_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_028_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_028_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_028_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm029 - */ -#define XLPD_XPPU_APERPERM_029 ( ( XLPD_XPPU_BASEADDR ) + 0x00001074UL ) -#define XLPD_XPPU_APERPERM_029_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_029_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_029_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_029_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_029_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_029_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_029_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_029_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_029_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_029_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_029_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_029_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_029_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm030 - */ -#define XLPD_XPPU_APERPERM_030 ( ( XLPD_XPPU_BASEADDR ) + 0x00001078UL ) -#define XLPD_XPPU_APERPERM_030_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_030_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_030_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_030_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_030_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_030_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_030_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_030_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_030_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_030_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_030_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_030_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_030_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm031 - */ -#define XLPD_XPPU_APERPERM_031 ( ( XLPD_XPPU_BASEADDR ) + 0x0000107CUL ) -#define XLPD_XPPU_APERPERM_031_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_031_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_031_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_031_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_031_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_031_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_031_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_031_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_031_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_031_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_031_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_031_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_031_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm032 - */ -#define XLPD_XPPU_APERPERM_032 ( ( XLPD_XPPU_BASEADDR ) + 0x00001080UL ) -#define XLPD_XPPU_APERPERM_032_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_032_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_032_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_032_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_032_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_032_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_032_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_032_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_032_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_032_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_032_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_032_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_032_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm033 - */ -#define XLPD_XPPU_APERPERM_033 ( ( XLPD_XPPU_BASEADDR ) + 0x00001084UL ) -#define XLPD_XPPU_APERPERM_033_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_033_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_033_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_033_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_033_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_033_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_033_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_033_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_033_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_033_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_033_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_033_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_033_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm034 - */ -#define XLPD_XPPU_APERPERM_034 ( ( XLPD_XPPU_BASEADDR ) + 0x00001088UL ) -#define XLPD_XPPU_APERPERM_034_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_034_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_034_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_034_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_034_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_034_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_034_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_034_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_034_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_034_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_034_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_034_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_034_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm035 - */ -#define XLPD_XPPU_APERPERM_035 ( ( XLPD_XPPU_BASEADDR ) + 0x0000108CUL ) -#define XLPD_XPPU_APERPERM_035_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_035_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_035_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_035_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_035_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_035_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_035_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_035_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_035_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_035_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_035_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_035_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_035_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm036 - */ -#define XLPD_XPPU_APERPERM_036 ( ( XLPD_XPPU_BASEADDR ) + 0x00001090UL ) -#define XLPD_XPPU_APERPERM_036_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_036_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_036_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_036_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_036_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_036_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_036_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_036_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_036_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_036_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_036_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_036_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_036_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm037 - */ -#define XLPD_XPPU_APERPERM_037 ( ( XLPD_XPPU_BASEADDR ) + 0x00001094UL ) -#define XLPD_XPPU_APERPERM_037_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_037_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_037_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_037_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_037_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_037_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_037_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_037_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_037_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_037_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_037_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_037_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_037_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm038 - */ -#define XLPD_XPPU_APERPERM_038 ( ( XLPD_XPPU_BASEADDR ) + 0x00001098UL ) -#define XLPD_XPPU_APERPERM_038_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_038_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_038_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_038_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_038_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_038_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_038_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_038_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_038_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_038_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_038_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_038_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_038_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm039 - */ -#define XLPD_XPPU_APERPERM_039 ( ( XLPD_XPPU_BASEADDR ) + 0x0000109CUL ) -#define XLPD_XPPU_APERPERM_039_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_039_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_039_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_039_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_039_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_039_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_039_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_039_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_039_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_039_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_039_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_039_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_039_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm040 - */ -#define XLPD_XPPU_APERPERM_040 ( ( XLPD_XPPU_BASEADDR ) + 0x000010A0UL ) -#define XLPD_XPPU_APERPERM_040_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_040_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_040_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_040_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_040_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_040_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_040_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_040_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_040_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_040_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_040_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_040_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_040_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm041 - */ -#define XLPD_XPPU_APERPERM_041 ( ( XLPD_XPPU_BASEADDR ) + 0x000010A4UL ) -#define XLPD_XPPU_APERPERM_041_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_041_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_041_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_041_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_041_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_041_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_041_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_041_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_041_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_041_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_041_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_041_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_041_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm042 - */ -#define XLPD_XPPU_APERPERM_042 ( ( XLPD_XPPU_BASEADDR ) + 0x000010A8UL ) -#define XLPD_XPPU_APERPERM_042_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_042_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_042_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_042_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_042_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_042_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_042_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_042_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_042_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_042_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_042_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_042_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_042_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm043 - */ -#define XLPD_XPPU_APERPERM_043 ( ( XLPD_XPPU_BASEADDR ) + 0x000010ACUL ) -#define XLPD_XPPU_APERPERM_043_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_043_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_043_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_043_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_043_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_043_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_043_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_043_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_043_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_043_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_043_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_043_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_043_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm044 - */ -#define XLPD_XPPU_APERPERM_044 ( ( XLPD_XPPU_BASEADDR ) + 0x000010B0UL ) -#define XLPD_XPPU_APERPERM_044_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_044_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_044_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_044_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_044_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_044_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_044_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_044_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_044_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_044_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_044_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_044_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_044_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm045 - */ -#define XLPD_XPPU_APERPERM_045 ( ( XLPD_XPPU_BASEADDR ) + 0x000010B4UL ) -#define XLPD_XPPU_APERPERM_045_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_045_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_045_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_045_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_045_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_045_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_045_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_045_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_045_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_045_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_045_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_045_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_045_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm046 - */ -#define XLPD_XPPU_APERPERM_046 ( ( XLPD_XPPU_BASEADDR ) + 0x000010B8UL ) -#define XLPD_XPPU_APERPERM_046_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_046_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_046_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_046_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_046_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_046_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_046_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_046_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_046_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_046_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_046_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_046_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_046_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm047 - */ -#define XLPD_XPPU_APERPERM_047 ( ( XLPD_XPPU_BASEADDR ) + 0x000010BCUL ) -#define XLPD_XPPU_APERPERM_047_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_047_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_047_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_047_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_047_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_047_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_047_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_047_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_047_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_047_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_047_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_047_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_047_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm048 - */ -#define XLPD_XPPU_APERPERM_048 ( ( XLPD_XPPU_BASEADDR ) + 0x000010C0UL ) -#define XLPD_XPPU_APERPERM_048_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_048_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_048_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_048_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_048_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_048_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_048_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_048_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_048_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_048_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_048_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_048_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_048_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm049 - */ -#define XLPD_XPPU_APERPERM_049 ( ( XLPD_XPPU_BASEADDR ) + 0x000010C4UL ) -#define XLPD_XPPU_APERPERM_049_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_049_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_049_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_049_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_049_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_049_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_049_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_049_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_049_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_049_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_049_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_049_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_049_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm050 - */ -#define XLPD_XPPU_APERPERM_050 ( ( XLPD_XPPU_BASEADDR ) + 0x000010C8UL ) -#define XLPD_XPPU_APERPERM_050_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_050_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_050_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_050_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_050_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_050_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_050_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_050_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_050_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_050_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_050_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_050_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_050_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm051 - */ -#define XLPD_XPPU_APERPERM_051 ( ( XLPD_XPPU_BASEADDR ) + 0x000010CCUL ) -#define XLPD_XPPU_APERPERM_051_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_051_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_051_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_051_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_051_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_051_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_051_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_051_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_051_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_051_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_051_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_051_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_051_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm052 - */ -#define XLPD_XPPU_APERPERM_052 ( ( XLPD_XPPU_BASEADDR ) + 0x000010D0UL ) -#define XLPD_XPPU_APERPERM_052_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_052_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_052_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_052_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_052_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_052_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_052_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_052_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_052_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_052_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_052_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_052_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_052_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm053 - */ -#define XLPD_XPPU_APERPERM_053 ( ( XLPD_XPPU_BASEADDR ) + 0x000010D4UL ) -#define XLPD_XPPU_APERPERM_053_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_053_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_053_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_053_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_053_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_053_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_053_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_053_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_053_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_053_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_053_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_053_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_053_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm054 - */ -#define XLPD_XPPU_APERPERM_054 ( ( XLPD_XPPU_BASEADDR ) + 0x000010D8UL ) -#define XLPD_XPPU_APERPERM_054_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_054_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_054_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_054_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_054_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_054_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_054_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_054_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_054_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_054_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_054_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_054_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_054_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm055 - */ -#define XLPD_XPPU_APERPERM_055 ( ( XLPD_XPPU_BASEADDR ) + 0x000010DCUL ) -#define XLPD_XPPU_APERPERM_055_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_055_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_055_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_055_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_055_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_055_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_055_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_055_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_055_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_055_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_055_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_055_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_055_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm056 - */ -#define XLPD_XPPU_APERPERM_056 ( ( XLPD_XPPU_BASEADDR ) + 0x000010E0UL ) -#define XLPD_XPPU_APERPERM_056_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_056_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_056_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_056_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_056_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_056_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_056_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_056_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_056_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_056_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_056_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_056_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_056_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm057 - */ -#define XLPD_XPPU_APERPERM_057 ( ( XLPD_XPPU_BASEADDR ) + 0x000010E4UL ) -#define XLPD_XPPU_APERPERM_057_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_057_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_057_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_057_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_057_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_057_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_057_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_057_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_057_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_057_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_057_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_057_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_057_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm058 - */ -#define XLPD_XPPU_APERPERM_058 ( ( XLPD_XPPU_BASEADDR ) + 0x000010E8UL ) -#define XLPD_XPPU_APERPERM_058_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_058_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_058_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_058_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_058_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_058_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_058_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_058_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_058_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_058_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_058_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_058_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_058_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm059 - */ -#define XLPD_XPPU_APERPERM_059 ( ( XLPD_XPPU_BASEADDR ) + 0x000010ECUL ) -#define XLPD_XPPU_APERPERM_059_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_059_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_059_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_059_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_059_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_059_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_059_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_059_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_059_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_059_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_059_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_059_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_059_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm060 - */ -#define XLPD_XPPU_APERPERM_060 ( ( XLPD_XPPU_BASEADDR ) + 0x000010F0UL ) -#define XLPD_XPPU_APERPERM_060_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_060_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_060_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_060_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_060_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_060_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_060_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_060_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_060_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_060_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_060_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_060_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_060_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm061 - */ -#define XLPD_XPPU_APERPERM_061 ( ( XLPD_XPPU_BASEADDR ) + 0x000010F4UL ) -#define XLPD_XPPU_APERPERM_061_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_061_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_061_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_061_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_061_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_061_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_061_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_061_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_061_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_061_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_061_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_061_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_061_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm062 - */ -#define XLPD_XPPU_APERPERM_062 ( ( XLPD_XPPU_BASEADDR ) + 0x000010F8UL ) -#define XLPD_XPPU_APERPERM_062_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_062_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_062_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_062_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_062_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_062_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_062_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_062_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_062_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_062_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_062_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_062_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_062_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm063 - */ -#define XLPD_XPPU_APERPERM_063 ( ( XLPD_XPPU_BASEADDR ) + 0x000010FCUL ) -#define XLPD_XPPU_APERPERM_063_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_063_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_063_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_063_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_063_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_063_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_063_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_063_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_063_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_063_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_063_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_063_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_063_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm064 - */ -#define XLPD_XPPU_APERPERM_064 ( ( XLPD_XPPU_BASEADDR ) + 0x00001100UL ) -#define XLPD_XPPU_APERPERM_064_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_064_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_064_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_064_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_064_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_064_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_064_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_064_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_064_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_064_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_064_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_064_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_064_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm065 - */ -#define XLPD_XPPU_APERPERM_065 ( ( XLPD_XPPU_BASEADDR ) + 0x00001104UL ) -#define XLPD_XPPU_APERPERM_065_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_065_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_065_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_065_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_065_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_065_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_065_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_065_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_065_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_065_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_065_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_065_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_065_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm066 - */ -#define XLPD_XPPU_APERPERM_066 ( ( XLPD_XPPU_BASEADDR ) + 0x00001108UL ) -#define XLPD_XPPU_APERPERM_066_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_066_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_066_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_066_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_066_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_066_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_066_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_066_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_066_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_066_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_066_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_066_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_066_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm067 - */ -#define XLPD_XPPU_APERPERM_067 ( ( XLPD_XPPU_BASEADDR ) + 0x0000110CUL ) -#define XLPD_XPPU_APERPERM_067_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_067_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_067_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_067_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_067_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_067_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_067_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_067_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_067_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_067_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_067_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_067_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_067_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm068 - */ -#define XLPD_XPPU_APERPERM_068 ( ( XLPD_XPPU_BASEADDR ) + 0x00001110UL ) -#define XLPD_XPPU_APERPERM_068_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_068_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_068_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_068_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_068_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_068_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_068_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_068_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_068_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_068_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_068_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_068_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_068_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm069 - */ -#define XLPD_XPPU_APERPERM_069 ( ( XLPD_XPPU_BASEADDR ) + 0x00001114UL ) -#define XLPD_XPPU_APERPERM_069_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_069_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_069_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_069_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_069_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_069_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_069_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_069_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_069_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_069_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_069_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_069_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_069_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm070 - */ -#define XLPD_XPPU_APERPERM_070 ( ( XLPD_XPPU_BASEADDR ) + 0x00001118UL ) -#define XLPD_XPPU_APERPERM_070_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_070_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_070_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_070_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_070_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_070_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_070_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_070_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_070_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_070_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_070_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_070_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_070_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm071 - */ -#define XLPD_XPPU_APERPERM_071 ( ( XLPD_XPPU_BASEADDR ) + 0x0000111CUL ) -#define XLPD_XPPU_APERPERM_071_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_071_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_071_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_071_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_071_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_071_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_071_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_071_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_071_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_071_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_071_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_071_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_071_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm072 - */ -#define XLPD_XPPU_APERPERM_072 ( ( XLPD_XPPU_BASEADDR ) + 0x00001120UL ) -#define XLPD_XPPU_APERPERM_072_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_072_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_072_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_072_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_072_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_072_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_072_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_072_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_072_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_072_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_072_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_072_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_072_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm073 - */ -#define XLPD_XPPU_APERPERM_073 ( ( XLPD_XPPU_BASEADDR ) + 0x00001124UL ) -#define XLPD_XPPU_APERPERM_073_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_073_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_073_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_073_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_073_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_073_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_073_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_073_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_073_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_073_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_073_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_073_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_073_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm074 - */ -#define XLPD_XPPU_APERPERM_074 ( ( XLPD_XPPU_BASEADDR ) + 0x00001128UL ) -#define XLPD_XPPU_APERPERM_074_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_074_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_074_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_074_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_074_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_074_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_074_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_074_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_074_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_074_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_074_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_074_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_074_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm075 - */ -#define XLPD_XPPU_APERPERM_075 ( ( XLPD_XPPU_BASEADDR ) + 0x0000112CUL ) -#define XLPD_XPPU_APERPERM_075_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_075_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_075_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_075_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_075_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_075_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_075_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_075_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_075_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_075_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_075_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_075_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_075_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm076 - */ -#define XLPD_XPPU_APERPERM_076 ( ( XLPD_XPPU_BASEADDR ) + 0x00001130UL ) -#define XLPD_XPPU_APERPERM_076_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_076_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_076_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_076_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_076_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_076_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_076_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_076_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_076_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_076_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_076_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_076_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_076_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm077 - */ -#define XLPD_XPPU_APERPERM_077 ( ( XLPD_XPPU_BASEADDR ) + 0x00001134UL ) -#define XLPD_XPPU_APERPERM_077_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_077_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_077_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_077_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_077_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_077_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_077_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_077_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_077_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_077_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_077_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_077_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_077_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm078 - */ -#define XLPD_XPPU_APERPERM_078 ( ( XLPD_XPPU_BASEADDR ) + 0x00001138UL ) -#define XLPD_XPPU_APERPERM_078_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_078_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_078_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_078_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_078_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_078_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_078_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_078_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_078_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_078_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_078_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_078_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_078_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm079 - */ -#define XLPD_XPPU_APERPERM_079 ( ( XLPD_XPPU_BASEADDR ) + 0x0000113CUL ) -#define XLPD_XPPU_APERPERM_079_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_079_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_079_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_079_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_079_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_079_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_079_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_079_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_079_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_079_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_079_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_079_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_079_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm080 - */ -#define XLPD_XPPU_APERPERM_080 ( ( XLPD_XPPU_BASEADDR ) + 0x00001140UL ) -#define XLPD_XPPU_APERPERM_080_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_080_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_080_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_080_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_080_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_080_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_080_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_080_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_080_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_080_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_080_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_080_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_080_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm081 - */ -#define XLPD_XPPU_APERPERM_081 ( ( XLPD_XPPU_BASEADDR ) + 0x00001144UL ) -#define XLPD_XPPU_APERPERM_081_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_081_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_081_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_081_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_081_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_081_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_081_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_081_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_081_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_081_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_081_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_081_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_081_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm082 - */ -#define XLPD_XPPU_APERPERM_082 ( ( XLPD_XPPU_BASEADDR ) + 0x00001148UL ) -#define XLPD_XPPU_APERPERM_082_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_082_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_082_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_082_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_082_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_082_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_082_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_082_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_082_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_082_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_082_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_082_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_082_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm083 - */ -#define XLPD_XPPU_APERPERM_083 ( ( XLPD_XPPU_BASEADDR ) + 0x0000114CUL ) -#define XLPD_XPPU_APERPERM_083_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_083_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_083_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_083_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_083_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_083_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_083_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_083_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_083_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_083_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_083_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_083_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_083_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm084 - */ -#define XLPD_XPPU_APERPERM_084 ( ( XLPD_XPPU_BASEADDR ) + 0x00001150UL ) -#define XLPD_XPPU_APERPERM_084_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_084_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_084_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_084_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_084_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_084_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_084_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_084_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_084_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_084_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_084_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_084_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_084_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm085 - */ -#define XLPD_XPPU_APERPERM_085 ( ( XLPD_XPPU_BASEADDR ) + 0x00001154UL ) -#define XLPD_XPPU_APERPERM_085_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_085_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_085_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_085_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_085_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_085_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_085_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_085_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_085_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_085_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_085_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_085_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_085_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm086 - */ -#define XLPD_XPPU_APERPERM_086 ( ( XLPD_XPPU_BASEADDR ) + 0x00001158UL ) -#define XLPD_XPPU_APERPERM_086_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_086_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_086_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_086_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_086_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_086_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_086_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_086_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_086_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_086_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_086_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_086_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_086_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm087 - */ -#define XLPD_XPPU_APERPERM_087 ( ( XLPD_XPPU_BASEADDR ) + 0x0000115CUL ) -#define XLPD_XPPU_APERPERM_087_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_087_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_087_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_087_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_087_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_087_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_087_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_087_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_087_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_087_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_087_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_087_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_087_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm088 - */ -#define XLPD_XPPU_APERPERM_088 ( ( XLPD_XPPU_BASEADDR ) + 0x00001160UL ) -#define XLPD_XPPU_APERPERM_088_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_088_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_088_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_088_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_088_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_088_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_088_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_088_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_088_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_088_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_088_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_088_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_088_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm089 - */ -#define XLPD_XPPU_APERPERM_089 ( ( XLPD_XPPU_BASEADDR ) + 0x00001164UL ) -#define XLPD_XPPU_APERPERM_089_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_089_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_089_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_089_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_089_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_089_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_089_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_089_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_089_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_089_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_089_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_089_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_089_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm090 - */ -#define XLPD_XPPU_APERPERM_090 ( ( XLPD_XPPU_BASEADDR ) + 0x00001168UL ) -#define XLPD_XPPU_APERPERM_090_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_090_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_090_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_090_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_090_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_090_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_090_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_090_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_090_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_090_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_090_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_090_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_090_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm091 - */ -#define XLPD_XPPU_APERPERM_091 ( ( XLPD_XPPU_BASEADDR ) + 0x0000116CUL ) -#define XLPD_XPPU_APERPERM_091_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_091_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_091_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_091_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_091_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_091_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_091_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_091_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_091_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_091_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_091_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_091_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_091_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm092 - */ -#define XLPD_XPPU_APERPERM_092 ( ( XLPD_XPPU_BASEADDR ) + 0x00001170UL ) -#define XLPD_XPPU_APERPERM_092_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_092_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_092_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_092_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_092_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_092_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_092_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_092_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_092_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_092_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_092_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_092_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_092_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm093 - */ -#define XLPD_XPPU_APERPERM_093 ( ( XLPD_XPPU_BASEADDR ) + 0x00001174UL ) -#define XLPD_XPPU_APERPERM_093_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_093_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_093_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_093_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_093_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_093_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_093_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_093_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_093_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_093_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_093_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_093_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_093_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm094 - */ -#define XLPD_XPPU_APERPERM_094 ( ( XLPD_XPPU_BASEADDR ) + 0x00001178UL ) -#define XLPD_XPPU_APERPERM_094_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_094_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_094_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_094_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_094_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_094_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_094_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_094_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_094_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_094_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_094_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_094_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_094_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm095 - */ -#define XLPD_XPPU_APERPERM_095 ( ( XLPD_XPPU_BASEADDR ) + 0x0000117CUL ) -#define XLPD_XPPU_APERPERM_095_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_095_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_095_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_095_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_095_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_095_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_095_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_095_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_095_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_095_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_095_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_095_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_095_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm096 - */ -#define XLPD_XPPU_APERPERM_096 ( ( XLPD_XPPU_BASEADDR ) + 0x00001180UL ) -#define XLPD_XPPU_APERPERM_096_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_096_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_096_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_096_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_096_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_096_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_096_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_096_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_096_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_096_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_096_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_096_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_096_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm097 - */ -#define XLPD_XPPU_APERPERM_097 ( ( XLPD_XPPU_BASEADDR ) + 0x00001184UL ) -#define XLPD_XPPU_APERPERM_097_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_097_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_097_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_097_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_097_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_097_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_097_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_097_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_097_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_097_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_097_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_097_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_097_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm098 - */ -#define XLPD_XPPU_APERPERM_098 ( ( XLPD_XPPU_BASEADDR ) + 0x00001188UL ) -#define XLPD_XPPU_APERPERM_098_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_098_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_098_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_098_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_098_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_098_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_098_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_098_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_098_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_098_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_098_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_098_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_098_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm099 - */ -#define XLPD_XPPU_APERPERM_099 ( ( XLPD_XPPU_BASEADDR ) + 0x0000118CUL ) -#define XLPD_XPPU_APERPERM_099_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_099_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_099_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_099_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_099_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_099_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_099_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_099_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_099_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_099_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_099_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_099_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_099_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm100 - */ -#define XLPD_XPPU_APERPERM_100 ( ( XLPD_XPPU_BASEADDR ) + 0x00001190UL ) -#define XLPD_XPPU_APERPERM_100_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_100_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_100_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_100_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_100_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_100_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_100_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_100_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_100_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_100_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_100_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_100_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_100_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm101 - */ -#define XLPD_XPPU_APERPERM_101 ( ( XLPD_XPPU_BASEADDR ) + 0x00001194UL ) -#define XLPD_XPPU_APERPERM_101_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_101_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_101_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_101_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_101_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_101_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_101_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_101_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_101_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_101_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_101_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_101_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_101_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm102 - */ -#define XLPD_XPPU_APERPERM_102 ( ( XLPD_XPPU_BASEADDR ) + 0x00001198UL ) -#define XLPD_XPPU_APERPERM_102_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_102_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_102_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_102_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_102_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_102_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_102_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_102_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_102_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_102_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_102_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_102_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_102_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm103 - */ -#define XLPD_XPPU_APERPERM_103 ( ( XLPD_XPPU_BASEADDR ) + 0x0000119CUL ) -#define XLPD_XPPU_APERPERM_103_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_103_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_103_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_103_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_103_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_103_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_103_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_103_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_103_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_103_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_103_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_103_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_103_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm104 - */ -#define XLPD_XPPU_APERPERM_104 ( ( XLPD_XPPU_BASEADDR ) + 0x000011A0UL ) -#define XLPD_XPPU_APERPERM_104_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_104_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_104_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_104_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_104_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_104_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_104_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_104_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_104_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_104_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_104_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_104_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_104_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm105 - */ -#define XLPD_XPPU_APERPERM_105 ( ( XLPD_XPPU_BASEADDR ) + 0x000011A4UL ) -#define XLPD_XPPU_APERPERM_105_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_105_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_105_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_105_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_105_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_105_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_105_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_105_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_105_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_105_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_105_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_105_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_105_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm106 - */ -#define XLPD_XPPU_APERPERM_106 ( ( XLPD_XPPU_BASEADDR ) + 0x000011A8UL ) -#define XLPD_XPPU_APERPERM_106_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_106_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_106_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_106_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_106_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_106_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_106_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_106_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_106_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_106_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_106_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_106_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_106_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm107 - */ -#define XLPD_XPPU_APERPERM_107 ( ( XLPD_XPPU_BASEADDR ) + 0x000011ACUL ) -#define XLPD_XPPU_APERPERM_107_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_107_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_107_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_107_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_107_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_107_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_107_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_107_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_107_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_107_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_107_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_107_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_107_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm108 - */ -#define XLPD_XPPU_APERPERM_108 ( ( XLPD_XPPU_BASEADDR ) + 0x000011B0UL ) -#define XLPD_XPPU_APERPERM_108_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_108_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_108_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_108_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_108_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_108_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_108_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_108_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_108_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_108_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_108_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_108_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_108_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm109 - */ -#define XLPD_XPPU_APERPERM_109 ( ( XLPD_XPPU_BASEADDR ) + 0x000011B4UL ) -#define XLPD_XPPU_APERPERM_109_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_109_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_109_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_109_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_109_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_109_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_109_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_109_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_109_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_109_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_109_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_109_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_109_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm110 - */ -#define XLPD_XPPU_APERPERM_110 ( ( XLPD_XPPU_BASEADDR ) + 0x000011B8UL ) -#define XLPD_XPPU_APERPERM_110_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_110_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_110_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_110_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_110_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_110_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_110_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_110_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_110_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_110_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_110_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_110_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_110_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm111 - */ -#define XLPD_XPPU_APERPERM_111 ( ( XLPD_XPPU_BASEADDR ) + 0x000011BCUL ) -#define XLPD_XPPU_APERPERM_111_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_111_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_111_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_111_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_111_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_111_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_111_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_111_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_111_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_111_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_111_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_111_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_111_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm112 - */ -#define XLPD_XPPU_APERPERM_112 ( ( XLPD_XPPU_BASEADDR ) + 0x000011C0UL ) -#define XLPD_XPPU_APERPERM_112_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_112_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_112_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_112_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_112_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_112_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_112_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_112_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_112_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_112_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_112_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_112_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_112_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm113 - */ -#define XLPD_XPPU_APERPERM_113 ( ( XLPD_XPPU_BASEADDR ) + 0x000011C4UL ) -#define XLPD_XPPU_APERPERM_113_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_113_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_113_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_113_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_113_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_113_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_113_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_113_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_113_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_113_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_113_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_113_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_113_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm114 - */ -#define XLPD_XPPU_APERPERM_114 ( ( XLPD_XPPU_BASEADDR ) + 0x000011C8UL ) -#define XLPD_XPPU_APERPERM_114_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_114_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_114_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_114_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_114_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_114_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_114_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_114_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_114_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_114_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_114_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_114_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_114_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm115 - */ -#define XLPD_XPPU_APERPERM_115 ( ( XLPD_XPPU_BASEADDR ) + 0x000011CCUL ) -#define XLPD_XPPU_APERPERM_115_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_115_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_115_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_115_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_115_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_115_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_115_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_115_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_115_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_115_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_115_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_115_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_115_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm116 - */ -#define XLPD_XPPU_APERPERM_116 ( ( XLPD_XPPU_BASEADDR ) + 0x000011D0UL ) -#define XLPD_XPPU_APERPERM_116_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_116_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_116_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_116_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_116_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_116_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_116_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_116_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_116_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_116_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_116_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_116_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_116_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm117 - */ -#define XLPD_XPPU_APERPERM_117 ( ( XLPD_XPPU_BASEADDR ) + 0x000011D4UL ) -#define XLPD_XPPU_APERPERM_117_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_117_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_117_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_117_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_117_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_117_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_117_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_117_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_117_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_117_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_117_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_117_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_117_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm118 - */ -#define XLPD_XPPU_APERPERM_118 ( ( XLPD_XPPU_BASEADDR ) + 0x000011D8UL ) -#define XLPD_XPPU_APERPERM_118_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_118_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_118_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_118_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_118_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_118_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_118_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_118_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_118_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_118_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_118_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_118_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_118_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm119 - */ -#define XLPD_XPPU_APERPERM_119 ( ( XLPD_XPPU_BASEADDR ) + 0x000011DCUL ) -#define XLPD_XPPU_APERPERM_119_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_119_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_119_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_119_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_119_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_119_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_119_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_119_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_119_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_119_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_119_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_119_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_119_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm120 - */ -#define XLPD_XPPU_APERPERM_120 ( ( XLPD_XPPU_BASEADDR ) + 0x000011E0UL ) -#define XLPD_XPPU_APERPERM_120_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_120_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_120_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_120_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_120_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_120_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_120_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_120_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_120_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_120_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_120_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_120_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_120_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm121 - */ -#define XLPD_XPPU_APERPERM_121 ( ( XLPD_XPPU_BASEADDR ) + 0x000011E4UL ) -#define XLPD_XPPU_APERPERM_121_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_121_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_121_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_121_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_121_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_121_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_121_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_121_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_121_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_121_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_121_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_121_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_121_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm122 - */ -#define XLPD_XPPU_APERPERM_122 ( ( XLPD_XPPU_BASEADDR ) + 0x000011E8UL ) -#define XLPD_XPPU_APERPERM_122_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_122_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_122_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_122_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_122_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_122_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_122_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_122_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_122_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_122_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_122_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_122_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_122_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm123 - */ -#define XLPD_XPPU_APERPERM_123 ( ( XLPD_XPPU_BASEADDR ) + 0x000011ECUL ) -#define XLPD_XPPU_APERPERM_123_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_123_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_123_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_123_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_123_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_123_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_123_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_123_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_123_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_123_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_123_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_123_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_123_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm124 - */ -#define XLPD_XPPU_APERPERM_124 ( ( XLPD_XPPU_BASEADDR ) + 0x000011F0UL ) -#define XLPD_XPPU_APERPERM_124_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_124_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_124_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_124_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_124_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_124_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_124_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_124_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_124_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_124_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_124_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_124_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_124_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm125 - */ -#define XLPD_XPPU_APERPERM_125 ( ( XLPD_XPPU_BASEADDR ) + 0x000011F4UL ) -#define XLPD_XPPU_APERPERM_125_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_125_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_125_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_125_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_125_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_125_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_125_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_125_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_125_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_125_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_125_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_125_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_125_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm126 - */ -#define XLPD_XPPU_APERPERM_126 ( ( XLPD_XPPU_BASEADDR ) + 0x000011F8UL ) -#define XLPD_XPPU_APERPERM_126_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_126_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_126_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_126_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_126_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_126_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_126_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_126_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_126_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_126_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_126_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_126_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_126_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm127 - */ -#define XLPD_XPPU_APERPERM_127 ( ( XLPD_XPPU_BASEADDR ) + 0x000011FCUL ) -#define XLPD_XPPU_APERPERM_127_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_127_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_127_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_127_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_127_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_127_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_127_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_127_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_127_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_127_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_127_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_127_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_127_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm128 - */ -#define XLPD_XPPU_APERPERM_128 ( ( XLPD_XPPU_BASEADDR ) + 0x00001200UL ) -#define XLPD_XPPU_APERPERM_128_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_128_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_128_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_128_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_128_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_128_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_128_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_128_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_128_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_128_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_128_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_128_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_128_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm129 - */ -#define XLPD_XPPU_APERPERM_129 ( ( XLPD_XPPU_BASEADDR ) + 0x00001204UL ) -#define XLPD_XPPU_APERPERM_129_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_129_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_129_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_129_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_129_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_129_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_129_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_129_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_129_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_129_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_129_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_129_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_129_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm130 - */ -#define XLPD_XPPU_APERPERM_130 ( ( XLPD_XPPU_BASEADDR ) + 0x00001208UL ) -#define XLPD_XPPU_APERPERM_130_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_130_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_130_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_130_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_130_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_130_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_130_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_130_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_130_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_130_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_130_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_130_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_130_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm131 - */ -#define XLPD_XPPU_APERPERM_131 ( ( XLPD_XPPU_BASEADDR ) + 0x0000120CUL ) -#define XLPD_XPPU_APERPERM_131_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_131_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_131_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_131_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_131_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_131_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_131_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_131_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_131_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_131_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_131_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_131_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_131_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm132 - */ -#define XLPD_XPPU_APERPERM_132 ( ( XLPD_XPPU_BASEADDR ) + 0x00001210UL ) -#define XLPD_XPPU_APERPERM_132_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_132_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_132_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_132_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_132_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_132_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_132_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_132_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_132_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_132_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_132_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_132_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_132_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm133 - */ -#define XLPD_XPPU_APERPERM_133 ( ( XLPD_XPPU_BASEADDR ) + 0x00001214UL ) -#define XLPD_XPPU_APERPERM_133_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_133_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_133_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_133_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_133_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_133_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_133_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_133_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_133_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_133_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_133_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_133_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_133_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm134 - */ -#define XLPD_XPPU_APERPERM_134 ( ( XLPD_XPPU_BASEADDR ) + 0x00001218UL ) -#define XLPD_XPPU_APERPERM_134_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_134_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_134_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_134_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_134_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_134_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_134_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_134_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_134_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_134_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_134_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_134_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_134_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm135 - */ -#define XLPD_XPPU_APERPERM_135 ( ( XLPD_XPPU_BASEADDR ) + 0x0000121CUL ) -#define XLPD_XPPU_APERPERM_135_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_135_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_135_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_135_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_135_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_135_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_135_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_135_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_135_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_135_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_135_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_135_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_135_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm136 - */ -#define XLPD_XPPU_APERPERM_136 ( ( XLPD_XPPU_BASEADDR ) + 0x00001220UL ) -#define XLPD_XPPU_APERPERM_136_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_136_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_136_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_136_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_136_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_136_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_136_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_136_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_136_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_136_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_136_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_136_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_136_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm137 - */ -#define XLPD_XPPU_APERPERM_137 ( ( XLPD_XPPU_BASEADDR ) + 0x00001224UL ) -#define XLPD_XPPU_APERPERM_137_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_137_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_137_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_137_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_137_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_137_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_137_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_137_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_137_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_137_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_137_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_137_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_137_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm138 - */ -#define XLPD_XPPU_APERPERM_138 ( ( XLPD_XPPU_BASEADDR ) + 0x00001228UL ) -#define XLPD_XPPU_APERPERM_138_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_138_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_138_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_138_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_138_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_138_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_138_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_138_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_138_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_138_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_138_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_138_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_138_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm139 - */ -#define XLPD_XPPU_APERPERM_139 ( ( XLPD_XPPU_BASEADDR ) + 0x0000122CUL ) -#define XLPD_XPPU_APERPERM_139_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_139_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_139_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_139_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_139_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_139_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_139_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_139_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_139_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_139_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_139_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_139_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_139_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm140 - */ -#define XLPD_XPPU_APERPERM_140 ( ( XLPD_XPPU_BASEADDR ) + 0x00001230UL ) -#define XLPD_XPPU_APERPERM_140_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_140_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_140_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_140_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_140_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_140_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_140_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_140_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_140_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_140_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_140_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_140_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_140_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm141 - */ -#define XLPD_XPPU_APERPERM_141 ( ( XLPD_XPPU_BASEADDR ) + 0x00001234UL ) -#define XLPD_XPPU_APERPERM_141_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_141_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_141_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_141_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_141_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_141_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_141_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_141_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_141_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_141_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_141_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_141_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_141_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm142 - */ -#define XLPD_XPPU_APERPERM_142 ( ( XLPD_XPPU_BASEADDR ) + 0x00001238UL ) -#define XLPD_XPPU_APERPERM_142_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_142_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_142_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_142_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_142_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_142_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_142_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_142_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_142_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_142_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_142_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_142_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_142_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm143 - */ -#define XLPD_XPPU_APERPERM_143 ( ( XLPD_XPPU_BASEADDR ) + 0x0000123CUL ) -#define XLPD_XPPU_APERPERM_143_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_143_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_143_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_143_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_143_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_143_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_143_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_143_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_143_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_143_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_143_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_143_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_143_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm144 - */ -#define XLPD_XPPU_APERPERM_144 ( ( XLPD_XPPU_BASEADDR ) + 0x00001240UL ) -#define XLPD_XPPU_APERPERM_144_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_144_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_144_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_144_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_144_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_144_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_144_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_144_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_144_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_144_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_144_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_144_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_144_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm145 - */ -#define XLPD_XPPU_APERPERM_145 ( ( XLPD_XPPU_BASEADDR ) + 0x00001244UL ) -#define XLPD_XPPU_APERPERM_145_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_145_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_145_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_145_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_145_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_145_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_145_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_145_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_145_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_145_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_145_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_145_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_145_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm146 - */ -#define XLPD_XPPU_APERPERM_146 ( ( XLPD_XPPU_BASEADDR ) + 0x00001248UL ) -#define XLPD_XPPU_APERPERM_146_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_146_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_146_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_146_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_146_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_146_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_146_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_146_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_146_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_146_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_146_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_146_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_146_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm147 - */ -#define XLPD_XPPU_APERPERM_147 ( ( XLPD_XPPU_BASEADDR ) + 0x0000124CUL ) -#define XLPD_XPPU_APERPERM_147_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_147_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_147_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_147_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_147_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_147_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_147_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_147_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_147_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_147_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_147_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_147_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_147_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm148 - */ -#define XLPD_XPPU_APERPERM_148 ( ( XLPD_XPPU_BASEADDR ) + 0x00001250UL ) -#define XLPD_XPPU_APERPERM_148_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_148_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_148_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_148_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_148_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_148_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_148_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_148_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_148_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_148_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_148_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_148_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_148_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm149 - */ -#define XLPD_XPPU_APERPERM_149 ( ( XLPD_XPPU_BASEADDR ) + 0x00001254UL ) -#define XLPD_XPPU_APERPERM_149_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_149_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_149_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_149_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_149_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_149_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_149_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_149_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_149_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_149_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_149_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_149_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_149_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm150 - */ -#define XLPD_XPPU_APERPERM_150 ( ( XLPD_XPPU_BASEADDR ) + 0x00001258UL ) -#define XLPD_XPPU_APERPERM_150_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_150_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_150_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_150_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_150_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_150_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_150_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_150_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_150_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_150_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_150_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_150_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_150_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm151 - */ -#define XLPD_XPPU_APERPERM_151 ( ( XLPD_XPPU_BASEADDR ) + 0x0000125CUL ) -#define XLPD_XPPU_APERPERM_151_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_151_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_151_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_151_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_151_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_151_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_151_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_151_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_151_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_151_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_151_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_151_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_151_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm152 - */ -#define XLPD_XPPU_APERPERM_152 ( ( XLPD_XPPU_BASEADDR ) + 0x00001260UL ) -#define XLPD_XPPU_APERPERM_152_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_152_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_152_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_152_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_152_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_152_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_152_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_152_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_152_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_152_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_152_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_152_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_152_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm153 - */ -#define XLPD_XPPU_APERPERM_153 ( ( XLPD_XPPU_BASEADDR ) + 0x00001264UL ) -#define XLPD_XPPU_APERPERM_153_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_153_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_153_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_153_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_153_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_153_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_153_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_153_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_153_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_153_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_153_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_153_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_153_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm154 - */ -#define XLPD_XPPU_APERPERM_154 ( ( XLPD_XPPU_BASEADDR ) + 0x00001268UL ) -#define XLPD_XPPU_APERPERM_154_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_154_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_154_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_154_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_154_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_154_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_154_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_154_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_154_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_154_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_154_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_154_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_154_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm155 - */ -#define XLPD_XPPU_APERPERM_155 ( ( XLPD_XPPU_BASEADDR ) + 0x0000126CUL ) -#define XLPD_XPPU_APERPERM_155_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_155_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_155_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_155_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_155_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_155_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_155_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_155_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_155_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_155_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_155_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_155_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_155_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm156 - */ -#define XLPD_XPPU_APERPERM_156 ( ( XLPD_XPPU_BASEADDR ) + 0x00001270UL ) -#define XLPD_XPPU_APERPERM_156_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_156_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_156_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_156_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_156_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_156_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_156_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_156_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_156_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_156_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_156_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_156_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_156_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm157 - */ -#define XLPD_XPPU_APERPERM_157 ( ( XLPD_XPPU_BASEADDR ) + 0x00001274UL ) -#define XLPD_XPPU_APERPERM_157_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_157_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_157_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_157_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_157_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_157_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_157_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_157_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_157_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_157_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_157_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_157_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_157_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm158 - */ -#define XLPD_XPPU_APERPERM_158 ( ( XLPD_XPPU_BASEADDR ) + 0x00001278UL ) -#define XLPD_XPPU_APERPERM_158_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_158_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_158_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_158_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_158_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_158_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_158_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_158_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_158_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_158_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_158_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_158_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_158_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm159 - */ -#define XLPD_XPPU_APERPERM_159 ( ( XLPD_XPPU_BASEADDR ) + 0x0000127CUL ) -#define XLPD_XPPU_APERPERM_159_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_159_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_159_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_159_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_159_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_159_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_159_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_159_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_159_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_159_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_159_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_159_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_159_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm160 - */ -#define XLPD_XPPU_APERPERM_160 ( ( XLPD_XPPU_BASEADDR ) + 0x00001280UL ) -#define XLPD_XPPU_APERPERM_160_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_160_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_160_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_160_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_160_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_160_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_160_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_160_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_160_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_160_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_160_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_160_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_160_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm161 - */ -#define XLPD_XPPU_APERPERM_161 ( ( XLPD_XPPU_BASEADDR ) + 0x00001284UL ) -#define XLPD_XPPU_APERPERM_161_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_161_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_161_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_161_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_161_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_161_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_161_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_161_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_161_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_161_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_161_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_161_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_161_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm162 - */ -#define XLPD_XPPU_APERPERM_162 ( ( XLPD_XPPU_BASEADDR ) + 0x00001288UL ) -#define XLPD_XPPU_APERPERM_162_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_162_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_162_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_162_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_162_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_162_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_162_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_162_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_162_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_162_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_162_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_162_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_162_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm163 - */ -#define XLPD_XPPU_APERPERM_163 ( ( XLPD_XPPU_BASEADDR ) + 0x0000128CUL ) -#define XLPD_XPPU_APERPERM_163_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_163_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_163_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_163_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_163_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_163_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_163_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_163_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_163_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_163_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_163_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_163_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_163_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm164 - */ -#define XLPD_XPPU_APERPERM_164 ( ( XLPD_XPPU_BASEADDR ) + 0x00001290UL ) -#define XLPD_XPPU_APERPERM_164_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_164_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_164_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_164_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_164_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_164_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_164_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_164_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_164_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_164_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_164_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_164_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_164_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm165 - */ -#define XLPD_XPPU_APERPERM_165 ( ( XLPD_XPPU_BASEADDR ) + 0x00001294UL ) -#define XLPD_XPPU_APERPERM_165_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_165_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_165_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_165_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_165_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_165_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_165_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_165_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_165_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_165_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_165_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_165_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_165_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm166 - */ -#define XLPD_XPPU_APERPERM_166 ( ( XLPD_XPPU_BASEADDR ) + 0x00001298UL ) -#define XLPD_XPPU_APERPERM_166_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_166_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_166_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_166_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_166_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_166_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_166_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_166_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_166_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_166_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_166_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_166_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_166_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm167 - */ -#define XLPD_XPPU_APERPERM_167 ( ( XLPD_XPPU_BASEADDR ) + 0x0000129CUL ) -#define XLPD_XPPU_APERPERM_167_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_167_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_167_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_167_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_167_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_167_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_167_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_167_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_167_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_167_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_167_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_167_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_167_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm168 - */ -#define XLPD_XPPU_APERPERM_168 ( ( XLPD_XPPU_BASEADDR ) + 0x000012A0UL ) -#define XLPD_XPPU_APERPERM_168_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_168_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_168_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_168_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_168_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_168_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_168_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_168_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_168_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_168_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_168_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_168_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_168_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm169 - */ -#define XLPD_XPPU_APERPERM_169 ( ( XLPD_XPPU_BASEADDR ) + 0x000012A4UL ) -#define XLPD_XPPU_APERPERM_169_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_169_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_169_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_169_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_169_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_169_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_169_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_169_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_169_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_169_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_169_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_169_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_169_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm170 - */ -#define XLPD_XPPU_APERPERM_170 ( ( XLPD_XPPU_BASEADDR ) + 0x000012A8UL ) -#define XLPD_XPPU_APERPERM_170_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_170_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_170_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_170_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_170_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_170_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_170_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_170_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_170_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_170_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_170_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_170_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_170_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm171 - */ -#define XLPD_XPPU_APERPERM_171 ( ( XLPD_XPPU_BASEADDR ) + 0x000012ACUL ) -#define XLPD_XPPU_APERPERM_171_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_171_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_171_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_171_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_171_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_171_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_171_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_171_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_171_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_171_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_171_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_171_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_171_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm172 - */ -#define XLPD_XPPU_APERPERM_172 ( ( XLPD_XPPU_BASEADDR ) + 0x000012B0UL ) -#define XLPD_XPPU_APERPERM_172_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_172_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_172_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_172_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_172_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_172_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_172_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_172_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_172_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_172_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_172_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_172_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_172_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm173 - */ -#define XLPD_XPPU_APERPERM_173 ( ( XLPD_XPPU_BASEADDR ) + 0x000012B4UL ) -#define XLPD_XPPU_APERPERM_173_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_173_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_173_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_173_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_173_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_173_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_173_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_173_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_173_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_173_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_173_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_173_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_173_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm174 - */ -#define XLPD_XPPU_APERPERM_174 ( ( XLPD_XPPU_BASEADDR ) + 0x000012B8UL ) -#define XLPD_XPPU_APERPERM_174_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_174_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_174_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_174_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_174_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_174_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_174_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_174_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_174_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_174_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_174_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_174_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_174_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm175 - */ -#define XLPD_XPPU_APERPERM_175 ( ( XLPD_XPPU_BASEADDR ) + 0x000012BCUL ) -#define XLPD_XPPU_APERPERM_175_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_175_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_175_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_175_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_175_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_175_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_175_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_175_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_175_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_175_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_175_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_175_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_175_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm176 - */ -#define XLPD_XPPU_APERPERM_176 ( ( XLPD_XPPU_BASEADDR ) + 0x000012C0UL ) -#define XLPD_XPPU_APERPERM_176_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_176_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_176_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_176_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_176_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_176_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_176_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_176_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_176_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_176_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_176_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_176_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_176_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm177 - */ -#define XLPD_XPPU_APERPERM_177 ( ( XLPD_XPPU_BASEADDR ) + 0x000012C4UL ) -#define XLPD_XPPU_APERPERM_177_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_177_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_177_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_177_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_177_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_177_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_177_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_177_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_177_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_177_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_177_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_177_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_177_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm178 - */ -#define XLPD_XPPU_APERPERM_178 ( ( XLPD_XPPU_BASEADDR ) + 0x000012C8UL ) -#define XLPD_XPPU_APERPERM_178_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_178_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_178_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_178_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_178_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_178_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_178_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_178_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_178_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_178_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_178_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_178_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_178_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm179 - */ -#define XLPD_XPPU_APERPERM_179 ( ( XLPD_XPPU_BASEADDR ) + 0x000012CCUL ) -#define XLPD_XPPU_APERPERM_179_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_179_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_179_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_179_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_179_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_179_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_179_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_179_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_179_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_179_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_179_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_179_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_179_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm180 - */ -#define XLPD_XPPU_APERPERM_180 ( ( XLPD_XPPU_BASEADDR ) + 0x000012D0UL ) -#define XLPD_XPPU_APERPERM_180_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_180_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_180_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_180_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_180_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_180_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_180_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_180_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_180_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_180_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_180_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_180_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_180_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm181 - */ -#define XLPD_XPPU_APERPERM_181 ( ( XLPD_XPPU_BASEADDR ) + 0x000012D4UL ) -#define XLPD_XPPU_APERPERM_181_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_181_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_181_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_181_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_181_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_181_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_181_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_181_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_181_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_181_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_181_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_181_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_181_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm182 - */ -#define XLPD_XPPU_APERPERM_182 ( ( XLPD_XPPU_BASEADDR ) + 0x000012D8UL ) -#define XLPD_XPPU_APERPERM_182_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_182_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_182_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_182_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_182_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_182_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_182_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_182_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_182_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_182_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_182_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_182_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_182_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm183 - */ -#define XLPD_XPPU_APERPERM_183 ( ( XLPD_XPPU_BASEADDR ) + 0x000012DCUL ) -#define XLPD_XPPU_APERPERM_183_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_183_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_183_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_183_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_183_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_183_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_183_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_183_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_183_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_183_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_183_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_183_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_183_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm184 - */ -#define XLPD_XPPU_APERPERM_184 ( ( XLPD_XPPU_BASEADDR ) + 0x000012E0UL ) -#define XLPD_XPPU_APERPERM_184_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_184_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_184_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_184_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_184_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_184_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_184_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_184_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_184_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_184_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_184_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_184_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_184_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm185 - */ -#define XLPD_XPPU_APERPERM_185 ( ( XLPD_XPPU_BASEADDR ) + 0x000012E4UL ) -#define XLPD_XPPU_APERPERM_185_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_185_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_185_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_185_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_185_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_185_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_185_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_185_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_185_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_185_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_185_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_185_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_185_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm186 - */ -#define XLPD_XPPU_APERPERM_186 ( ( XLPD_XPPU_BASEADDR ) + 0x000012E8UL ) -#define XLPD_XPPU_APERPERM_186_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_186_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_186_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_186_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_186_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_186_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_186_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_186_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_186_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_186_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_186_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_186_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_186_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm187 - */ -#define XLPD_XPPU_APERPERM_187 ( ( XLPD_XPPU_BASEADDR ) + 0x000012ECUL ) -#define XLPD_XPPU_APERPERM_187_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_187_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_187_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_187_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_187_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_187_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_187_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_187_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_187_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_187_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_187_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_187_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_187_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm188 - */ -#define XLPD_XPPU_APERPERM_188 ( ( XLPD_XPPU_BASEADDR ) + 0x000012F0UL ) -#define XLPD_XPPU_APERPERM_188_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_188_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_188_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_188_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_188_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_188_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_188_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_188_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_188_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_188_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_188_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_188_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_188_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm189 - */ -#define XLPD_XPPU_APERPERM_189 ( ( XLPD_XPPU_BASEADDR ) + 0x000012F4UL ) -#define XLPD_XPPU_APERPERM_189_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_189_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_189_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_189_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_189_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_189_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_189_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_189_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_189_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_189_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_189_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_189_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_189_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm190 - */ -#define XLPD_XPPU_APERPERM_190 ( ( XLPD_XPPU_BASEADDR ) + 0x000012F8UL ) -#define XLPD_XPPU_APERPERM_190_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_190_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_190_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_190_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_190_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_190_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_190_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_190_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_190_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_190_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_190_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_190_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_190_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm191 - */ -#define XLPD_XPPU_APERPERM_191 ( ( XLPD_XPPU_BASEADDR ) + 0x000012FCUL ) -#define XLPD_XPPU_APERPERM_191_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_191_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_191_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_191_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_191_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_191_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_191_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_191_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_191_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_191_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_191_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_191_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_191_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm192 - */ -#define XLPD_XPPU_APERPERM_192 ( ( XLPD_XPPU_BASEADDR ) + 0x00001300UL ) -#define XLPD_XPPU_APERPERM_192_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_192_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_192_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_192_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_192_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_192_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_192_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_192_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_192_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_192_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_192_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_192_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_192_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm193 - */ -#define XLPD_XPPU_APERPERM_193 ( ( XLPD_XPPU_BASEADDR ) + 0x00001304UL ) -#define XLPD_XPPU_APERPERM_193_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_193_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_193_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_193_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_193_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_193_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_193_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_193_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_193_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_193_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_193_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_193_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_193_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm194 - */ -#define XLPD_XPPU_APERPERM_194 ( ( XLPD_XPPU_BASEADDR ) + 0x00001308UL ) -#define XLPD_XPPU_APERPERM_194_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_194_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_194_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_194_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_194_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_194_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_194_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_194_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_194_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_194_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_194_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_194_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_194_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm195 - */ -#define XLPD_XPPU_APERPERM_195 ( ( XLPD_XPPU_BASEADDR ) + 0x0000130CUL ) -#define XLPD_XPPU_APERPERM_195_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_195_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_195_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_195_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_195_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_195_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_195_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_195_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_195_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_195_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_195_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_195_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_195_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm196 - */ -#define XLPD_XPPU_APERPERM_196 ( ( XLPD_XPPU_BASEADDR ) + 0x00001310UL ) -#define XLPD_XPPU_APERPERM_196_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_196_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_196_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_196_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_196_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_196_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_196_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_196_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_196_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_196_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_196_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_196_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_196_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm197 - */ -#define XLPD_XPPU_APERPERM_197 ( ( XLPD_XPPU_BASEADDR ) + 0x00001314UL ) -#define XLPD_XPPU_APERPERM_197_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_197_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_197_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_197_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_197_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_197_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_197_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_197_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_197_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_197_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_197_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_197_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_197_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm198 - */ -#define XLPD_XPPU_APERPERM_198 ( ( XLPD_XPPU_BASEADDR ) + 0x00001318UL ) -#define XLPD_XPPU_APERPERM_198_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_198_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_198_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_198_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_198_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_198_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_198_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_198_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_198_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_198_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_198_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_198_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_198_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm199 - */ -#define XLPD_XPPU_APERPERM_199 ( ( XLPD_XPPU_BASEADDR ) + 0x0000131CUL ) -#define XLPD_XPPU_APERPERM_199_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_199_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_199_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_199_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_199_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_199_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_199_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_199_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_199_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_199_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_199_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_199_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_199_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm200 - */ -#define XLPD_XPPU_APERPERM_200 ( ( XLPD_XPPU_BASEADDR ) + 0x00001320UL ) -#define XLPD_XPPU_APERPERM_200_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_200_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_200_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_200_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_200_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_200_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_200_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_200_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_200_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_200_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_200_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_200_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_200_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm201 - */ -#define XLPD_XPPU_APERPERM_201 ( ( XLPD_XPPU_BASEADDR ) + 0x00001324UL ) -#define XLPD_XPPU_APERPERM_201_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_201_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_201_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_201_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_201_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_201_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_201_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_201_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_201_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_201_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_201_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_201_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_201_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm202 - */ -#define XLPD_XPPU_APERPERM_202 ( ( XLPD_XPPU_BASEADDR ) + 0x00001328UL ) -#define XLPD_XPPU_APERPERM_202_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_202_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_202_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_202_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_202_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_202_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_202_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_202_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_202_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_202_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_202_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_202_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_202_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm203 - */ -#define XLPD_XPPU_APERPERM_203 ( ( XLPD_XPPU_BASEADDR ) + 0x0000132CUL ) -#define XLPD_XPPU_APERPERM_203_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_203_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_203_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_203_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_203_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_203_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_203_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_203_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_203_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_203_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_203_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_203_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_203_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm204 - */ -#define XLPD_XPPU_APERPERM_204 ( ( XLPD_XPPU_BASEADDR ) + 0x00001330UL ) -#define XLPD_XPPU_APERPERM_204_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_204_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_204_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_204_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_204_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_204_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_204_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_204_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_204_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_204_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_204_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_204_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_204_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm205 - */ -#define XLPD_XPPU_APERPERM_205 ( ( XLPD_XPPU_BASEADDR ) + 0x00001334UL ) -#define XLPD_XPPU_APERPERM_205_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_205_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_205_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_205_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_205_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_205_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_205_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_205_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_205_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_205_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_205_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_205_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_205_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm206 - */ -#define XLPD_XPPU_APERPERM_206 ( ( XLPD_XPPU_BASEADDR ) + 0x00001338UL ) -#define XLPD_XPPU_APERPERM_206_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_206_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_206_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_206_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_206_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_206_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_206_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_206_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_206_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_206_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_206_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_206_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_206_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm207 - */ -#define XLPD_XPPU_APERPERM_207 ( ( XLPD_XPPU_BASEADDR ) + 0x0000133CUL ) -#define XLPD_XPPU_APERPERM_207_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_207_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_207_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_207_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_207_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_207_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_207_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_207_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_207_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_207_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_207_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_207_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_207_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm208 - */ -#define XLPD_XPPU_APERPERM_208 ( ( XLPD_XPPU_BASEADDR ) + 0x00001340UL ) -#define XLPD_XPPU_APERPERM_208_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_208_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_208_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_208_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_208_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_208_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_208_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_208_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_208_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_208_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_208_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_208_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_208_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm209 - */ -#define XLPD_XPPU_APERPERM_209 ( ( XLPD_XPPU_BASEADDR ) + 0x00001344UL ) -#define XLPD_XPPU_APERPERM_209_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_209_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_209_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_209_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_209_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_209_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_209_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_209_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_209_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_209_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_209_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_209_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_209_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm210 - */ -#define XLPD_XPPU_APERPERM_210 ( ( XLPD_XPPU_BASEADDR ) + 0x00001348UL ) -#define XLPD_XPPU_APERPERM_210_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_210_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_210_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_210_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_210_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_210_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_210_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_210_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_210_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_210_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_210_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_210_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_210_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm211 - */ -#define XLPD_XPPU_APERPERM_211 ( ( XLPD_XPPU_BASEADDR ) + 0x0000134CUL ) -#define XLPD_XPPU_APERPERM_211_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_211_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_211_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_211_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_211_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_211_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_211_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_211_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_211_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_211_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_211_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_211_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_211_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm212 - */ -#define XLPD_XPPU_APERPERM_212 ( ( XLPD_XPPU_BASEADDR ) + 0x00001350UL ) -#define XLPD_XPPU_APERPERM_212_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_212_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_212_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_212_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_212_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_212_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_212_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_212_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_212_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_212_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_212_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_212_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_212_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm213 - */ -#define XLPD_XPPU_APERPERM_213 ( ( XLPD_XPPU_BASEADDR ) + 0x00001354UL ) -#define XLPD_XPPU_APERPERM_213_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_213_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_213_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_213_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_213_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_213_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_213_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_213_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_213_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_213_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_213_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_213_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_213_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm214 - */ -#define XLPD_XPPU_APERPERM_214 ( ( XLPD_XPPU_BASEADDR ) + 0x00001358UL ) -#define XLPD_XPPU_APERPERM_214_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_214_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_214_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_214_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_214_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_214_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_214_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_214_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_214_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_214_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_214_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_214_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_214_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm215 - */ -#define XLPD_XPPU_APERPERM_215 ( ( XLPD_XPPU_BASEADDR ) + 0x0000135CUL ) -#define XLPD_XPPU_APERPERM_215_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_215_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_215_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_215_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_215_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_215_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_215_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_215_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_215_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_215_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_215_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_215_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_215_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm216 - */ -#define XLPD_XPPU_APERPERM_216 ( ( XLPD_XPPU_BASEADDR ) + 0x00001360UL ) -#define XLPD_XPPU_APERPERM_216_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_216_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_216_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_216_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_216_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_216_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_216_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_216_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_216_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_216_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_216_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_216_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_216_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm217 - */ -#define XLPD_XPPU_APERPERM_217 ( ( XLPD_XPPU_BASEADDR ) + 0x00001364UL ) -#define XLPD_XPPU_APERPERM_217_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_217_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_217_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_217_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_217_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_217_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_217_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_217_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_217_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_217_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_217_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_217_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_217_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm218 - */ -#define XLPD_XPPU_APERPERM_218 ( ( XLPD_XPPU_BASEADDR ) + 0x00001368UL ) -#define XLPD_XPPU_APERPERM_218_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_218_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_218_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_218_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_218_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_218_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_218_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_218_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_218_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_218_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_218_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_218_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_218_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm219 - */ -#define XLPD_XPPU_APERPERM_219 ( ( XLPD_XPPU_BASEADDR ) + 0x0000136CUL ) -#define XLPD_XPPU_APERPERM_219_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_219_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_219_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_219_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_219_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_219_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_219_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_219_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_219_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_219_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_219_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_219_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_219_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm220 - */ -#define XLPD_XPPU_APERPERM_220 ( ( XLPD_XPPU_BASEADDR ) + 0x00001370UL ) -#define XLPD_XPPU_APERPERM_220_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_220_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_220_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_220_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_220_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_220_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_220_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_220_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_220_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_220_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_220_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_220_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_220_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm221 - */ -#define XLPD_XPPU_APERPERM_221 ( ( XLPD_XPPU_BASEADDR ) + 0x00001374UL ) -#define XLPD_XPPU_APERPERM_221_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_221_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_221_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_221_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_221_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_221_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_221_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_221_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_221_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_221_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_221_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_221_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_221_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm222 - */ -#define XLPD_XPPU_APERPERM_222 ( ( XLPD_XPPU_BASEADDR ) + 0x00001378UL ) -#define XLPD_XPPU_APERPERM_222_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_222_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_222_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_222_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_222_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_222_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_222_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_222_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_222_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_222_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_222_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_222_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_222_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm223 - */ -#define XLPD_XPPU_APERPERM_223 ( ( XLPD_XPPU_BASEADDR ) + 0x0000137CUL ) -#define XLPD_XPPU_APERPERM_223_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_223_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_223_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_223_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_223_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_223_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_223_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_223_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_223_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_223_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_223_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_223_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_223_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm224 - */ -#define XLPD_XPPU_APERPERM_224 ( ( XLPD_XPPU_BASEADDR ) + 0x00001380UL ) -#define XLPD_XPPU_APERPERM_224_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_224_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_224_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_224_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_224_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_224_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_224_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_224_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_224_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_224_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_224_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_224_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_224_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm225 - */ -#define XLPD_XPPU_APERPERM_225 ( ( XLPD_XPPU_BASEADDR ) + 0x00001384UL ) -#define XLPD_XPPU_APERPERM_225_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_225_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_225_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_225_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_225_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_225_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_225_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_225_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_225_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_225_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_225_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_225_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_225_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm226 - */ -#define XLPD_XPPU_APERPERM_226 ( ( XLPD_XPPU_BASEADDR ) + 0x00001388UL ) -#define XLPD_XPPU_APERPERM_226_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_226_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_226_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_226_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_226_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_226_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_226_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_226_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_226_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_226_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_226_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_226_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_226_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm227 - */ -#define XLPD_XPPU_APERPERM_227 ( ( XLPD_XPPU_BASEADDR ) + 0x0000138CUL ) -#define XLPD_XPPU_APERPERM_227_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_227_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_227_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_227_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_227_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_227_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_227_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_227_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_227_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_227_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_227_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_227_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_227_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm228 - */ -#define XLPD_XPPU_APERPERM_228 ( ( XLPD_XPPU_BASEADDR ) + 0x00001390UL ) -#define XLPD_XPPU_APERPERM_228_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_228_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_228_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_228_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_228_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_228_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_228_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_228_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_228_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_228_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_228_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_228_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_228_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm229 - */ -#define XLPD_XPPU_APERPERM_229 ( ( XLPD_XPPU_BASEADDR ) + 0x00001394UL ) -#define XLPD_XPPU_APERPERM_229_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_229_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_229_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_229_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_229_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_229_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_229_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_229_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_229_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_229_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_229_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_229_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_229_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm230 - */ -#define XLPD_XPPU_APERPERM_230 ( ( XLPD_XPPU_BASEADDR ) + 0x00001398UL ) -#define XLPD_XPPU_APERPERM_230_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_230_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_230_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_230_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_230_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_230_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_230_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_230_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_230_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_230_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_230_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_230_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_230_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm231 - */ -#define XLPD_XPPU_APERPERM_231 ( ( XLPD_XPPU_BASEADDR ) + 0x0000139CUL ) -#define XLPD_XPPU_APERPERM_231_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_231_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_231_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_231_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_231_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_231_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_231_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_231_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_231_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_231_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_231_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_231_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_231_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm232 - */ -#define XLPD_XPPU_APERPERM_232 ( ( XLPD_XPPU_BASEADDR ) + 0x000013A0UL ) -#define XLPD_XPPU_APERPERM_232_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_232_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_232_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_232_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_232_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_232_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_232_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_232_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_232_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_232_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_232_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_232_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_232_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm233 - */ -#define XLPD_XPPU_APERPERM_233 ( ( XLPD_XPPU_BASEADDR ) + 0x000013A4UL ) -#define XLPD_XPPU_APERPERM_233_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_233_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_233_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_233_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_233_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_233_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_233_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_233_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_233_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_233_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_233_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_233_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_233_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm234 - */ -#define XLPD_XPPU_APERPERM_234 ( ( XLPD_XPPU_BASEADDR ) + 0x000013A8UL ) -#define XLPD_XPPU_APERPERM_234_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_234_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_234_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_234_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_234_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_234_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_234_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_234_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_234_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_234_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_234_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_234_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_234_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm235 - */ -#define XLPD_XPPU_APERPERM_235 ( ( XLPD_XPPU_BASEADDR ) + 0x000013ACUL ) -#define XLPD_XPPU_APERPERM_235_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_235_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_235_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_235_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_235_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_235_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_235_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_235_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_235_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_235_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_235_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_235_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_235_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm236 - */ -#define XLPD_XPPU_APERPERM_236 ( ( XLPD_XPPU_BASEADDR ) + 0x000013B0UL ) -#define XLPD_XPPU_APERPERM_236_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_236_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_236_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_236_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_236_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_236_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_236_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_236_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_236_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_236_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_236_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_236_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_236_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm237 - */ -#define XLPD_XPPU_APERPERM_237 ( ( XLPD_XPPU_BASEADDR ) + 0x000013B4UL ) -#define XLPD_XPPU_APERPERM_237_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_237_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_237_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_237_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_237_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_237_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_237_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_237_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_237_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_237_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_237_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_237_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_237_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm238 - */ -#define XLPD_XPPU_APERPERM_238 ( ( XLPD_XPPU_BASEADDR ) + 0x000013B8UL ) -#define XLPD_XPPU_APERPERM_238_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_238_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_238_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_238_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_238_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_238_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_238_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_238_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_238_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_238_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_238_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_238_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_238_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm239 - */ -#define XLPD_XPPU_APERPERM_239 ( ( XLPD_XPPU_BASEADDR ) + 0x000013BCUL ) -#define XLPD_XPPU_APERPERM_239_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_239_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_239_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_239_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_239_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_239_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_239_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_239_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_239_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_239_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_239_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_239_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_239_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm240 - */ -#define XLPD_XPPU_APERPERM_240 ( ( XLPD_XPPU_BASEADDR ) + 0x000013C0UL ) -#define XLPD_XPPU_APERPERM_240_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_240_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_240_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_240_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_240_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_240_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_240_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_240_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_240_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_240_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_240_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_240_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_240_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm241 - */ -#define XLPD_XPPU_APERPERM_241 ( ( XLPD_XPPU_BASEADDR ) + 0x000013C4UL ) -#define XLPD_XPPU_APERPERM_241_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_241_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_241_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_241_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_241_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_241_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_241_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_241_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_241_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_241_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_241_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_241_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_241_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm242 - */ -#define XLPD_XPPU_APERPERM_242 ( ( XLPD_XPPU_BASEADDR ) + 0x000013C8UL ) -#define XLPD_XPPU_APERPERM_242_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_242_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_242_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_242_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_242_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_242_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_242_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_242_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_242_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_242_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_242_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_242_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_242_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm243 - */ -#define XLPD_XPPU_APERPERM_243 ( ( XLPD_XPPU_BASEADDR ) + 0x000013CCUL ) -#define XLPD_XPPU_APERPERM_243_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_243_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_243_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_243_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_243_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_243_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_243_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_243_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_243_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_243_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_243_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_243_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_243_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm244 - */ -#define XLPD_XPPU_APERPERM_244 ( ( XLPD_XPPU_BASEADDR ) + 0x000013D0UL ) -#define XLPD_XPPU_APERPERM_244_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_244_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_244_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_244_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_244_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_244_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_244_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_244_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_244_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_244_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_244_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_244_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_244_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm245 - */ -#define XLPD_XPPU_APERPERM_245 ( ( XLPD_XPPU_BASEADDR ) + 0x000013D4UL ) -#define XLPD_XPPU_APERPERM_245_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_245_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_245_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_245_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_245_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_245_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_245_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_245_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_245_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_245_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_245_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_245_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_245_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm246 - */ -#define XLPD_XPPU_APERPERM_246 ( ( XLPD_XPPU_BASEADDR ) + 0x000013D8UL ) -#define XLPD_XPPU_APERPERM_246_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_246_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_246_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_246_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_246_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_246_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_246_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_246_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_246_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_246_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_246_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_246_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_246_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm247 - */ -#define XLPD_XPPU_APERPERM_247 ( ( XLPD_XPPU_BASEADDR ) + 0x000013DCUL ) -#define XLPD_XPPU_APERPERM_247_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_247_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_247_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_247_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_247_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_247_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_247_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_247_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_247_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_247_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_247_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_247_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_247_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm248 - */ -#define XLPD_XPPU_APERPERM_248 ( ( XLPD_XPPU_BASEADDR ) + 0x000013E0UL ) -#define XLPD_XPPU_APERPERM_248_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_248_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_248_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_248_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_248_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_248_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_248_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_248_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_248_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_248_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_248_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_248_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_248_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm249 - */ -#define XLPD_XPPU_APERPERM_249 ( ( XLPD_XPPU_BASEADDR ) + 0x000013E4UL ) -#define XLPD_XPPU_APERPERM_249_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_249_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_249_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_249_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_249_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_249_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_249_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_249_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_249_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_249_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_249_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_249_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_249_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm250 - */ -#define XLPD_XPPU_APERPERM_250 ( ( XLPD_XPPU_BASEADDR ) + 0x000013E8UL ) -#define XLPD_XPPU_APERPERM_250_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_250_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_250_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_250_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_250_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_250_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_250_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_250_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_250_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_250_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_250_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_250_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_250_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm251 - */ -#define XLPD_XPPU_APERPERM_251 ( ( XLPD_XPPU_BASEADDR ) + 0x000013ECUL ) -#define XLPD_XPPU_APERPERM_251_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_251_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_251_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_251_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_251_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_251_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_251_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_251_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_251_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_251_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_251_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_251_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_251_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm252 - */ -#define XLPD_XPPU_APERPERM_252 ( ( XLPD_XPPU_BASEADDR ) + 0x000013F0UL ) -#define XLPD_XPPU_APERPERM_252_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_252_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_252_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_252_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_252_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_252_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_252_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_252_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_252_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_252_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_252_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_252_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_252_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm253 - */ -#define XLPD_XPPU_APERPERM_253 ( ( XLPD_XPPU_BASEADDR ) + 0x000013F4UL ) -#define XLPD_XPPU_APERPERM_253_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_253_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_253_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_253_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_253_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_253_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_253_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_253_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_253_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_253_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_253_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_253_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_253_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm254 - */ -#define XLPD_XPPU_APERPERM_254 ( ( XLPD_XPPU_BASEADDR ) + 0x000013F8UL ) -#define XLPD_XPPU_APERPERM_254_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_254_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_254_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_254_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_254_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_254_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_254_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_254_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_254_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_254_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_254_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_254_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_254_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm255 - */ -#define XLPD_XPPU_APERPERM_255 ( ( XLPD_XPPU_BASEADDR ) + 0x000013FCUL ) -#define XLPD_XPPU_APERPERM_255_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_255_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_255_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_255_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_255_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_255_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_255_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_255_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_255_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_255_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_255_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_255_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_255_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm384 - */ -#define XLPD_XPPU_APERPERM_384 ( ( XLPD_XPPU_BASEADDR ) + 0x00001600UL ) -#define XLPD_XPPU_APERPERM_384_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_384_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_384_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_384_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_384_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_384_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_384_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_384_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_384_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_384_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_384_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_384_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_384_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm385 - */ -#define XLPD_XPPU_APERPERM_385 ( ( XLPD_XPPU_BASEADDR ) + 0x00001604UL ) -#define XLPD_XPPU_APERPERM_385_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_385_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_385_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_385_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_385_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_385_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_385_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_385_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_385_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_385_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_385_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_385_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_385_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm386 - */ -#define XLPD_XPPU_APERPERM_386 ( ( XLPD_XPPU_BASEADDR ) + 0x00001608UL ) -#define XLPD_XPPU_APERPERM_386_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_386_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_386_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_386_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_386_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_386_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_386_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_386_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_386_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_386_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_386_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_386_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_386_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm387 - */ -#define XLPD_XPPU_APERPERM_387 ( ( XLPD_XPPU_BASEADDR ) + 0x0000160CUL ) -#define XLPD_XPPU_APERPERM_387_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_387_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_387_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_387_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_387_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_387_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_387_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_387_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_387_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_387_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_387_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_387_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_387_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm388 - */ -#define XLPD_XPPU_APERPERM_388 ( ( XLPD_XPPU_BASEADDR ) + 0x00001610UL ) -#define XLPD_XPPU_APERPERM_388_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_388_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_388_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_388_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_388_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_388_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_388_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_388_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_388_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_388_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_388_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_388_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_388_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm389 - */ -#define XLPD_XPPU_APERPERM_389 ( ( XLPD_XPPU_BASEADDR ) + 0x00001614UL ) -#define XLPD_XPPU_APERPERM_389_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_389_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_389_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_389_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_389_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_389_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_389_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_389_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_389_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_389_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_389_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_389_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_389_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm390 - */ -#define XLPD_XPPU_APERPERM_390 ( ( XLPD_XPPU_BASEADDR ) + 0x00001618UL ) -#define XLPD_XPPU_APERPERM_390_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_390_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_390_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_390_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_390_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_390_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_390_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_390_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_390_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_390_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_390_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_390_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_390_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm391 - */ -#define XLPD_XPPU_APERPERM_391 ( ( XLPD_XPPU_BASEADDR ) + 0x0000161CUL ) -#define XLPD_XPPU_APERPERM_391_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_391_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_391_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_391_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_391_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_391_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_391_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_391_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_391_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_391_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_391_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_391_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_391_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm392 - */ -#define XLPD_XPPU_APERPERM_392 ( ( XLPD_XPPU_BASEADDR ) + 0x00001620UL ) -#define XLPD_XPPU_APERPERM_392_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_392_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_392_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_392_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_392_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_392_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_392_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_392_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_392_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_392_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_392_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_392_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_392_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm393 - */ -#define XLPD_XPPU_APERPERM_393 ( ( XLPD_XPPU_BASEADDR ) + 0x00001624UL ) -#define XLPD_XPPU_APERPERM_393_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_393_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_393_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_393_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_393_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_393_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_393_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_393_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_393_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_393_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_393_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_393_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_393_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm394 - */ -#define XLPD_XPPU_APERPERM_394 ( ( XLPD_XPPU_BASEADDR ) + 0x00001628UL ) -#define XLPD_XPPU_APERPERM_394_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_394_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_394_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_394_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_394_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_394_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_394_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_394_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_394_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_394_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_394_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_394_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_394_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm395 - */ -#define XLPD_XPPU_APERPERM_395 ( ( XLPD_XPPU_BASEADDR ) + 0x0000162CUL ) -#define XLPD_XPPU_APERPERM_395_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_395_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_395_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_395_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_395_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_395_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_395_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_395_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_395_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_395_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_395_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_395_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_395_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm396 - */ -#define XLPD_XPPU_APERPERM_396 ( ( XLPD_XPPU_BASEADDR ) + 0x00001630UL ) -#define XLPD_XPPU_APERPERM_396_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_396_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_396_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_396_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_396_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_396_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_396_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_396_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_396_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_396_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_396_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_396_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_396_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm397 - */ -#define XLPD_XPPU_APERPERM_397 ( ( XLPD_XPPU_BASEADDR ) + 0x00001634UL ) -#define XLPD_XPPU_APERPERM_397_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_397_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_397_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_397_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_397_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_397_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_397_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_397_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_397_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_397_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_397_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_397_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_397_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm398 - */ -#define XLPD_XPPU_APERPERM_398 ( ( XLPD_XPPU_BASEADDR ) + 0x00001638UL ) -#define XLPD_XPPU_APERPERM_398_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_398_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_398_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_398_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_398_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_398_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_398_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_398_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_398_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_398_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_398_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_398_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_398_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm399 - */ -#define XLPD_XPPU_APERPERM_399 ( ( XLPD_XPPU_BASEADDR ) + 0x0000163CUL ) -#define XLPD_XPPU_APERPERM_399_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_399_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_399_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_399_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_399_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_399_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_399_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_399_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_399_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_399_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_399_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_399_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_399_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm400 - */ -#define XLPD_XPPU_APERPERM_400 ( ( XLPD_XPPU_BASEADDR ) + 0x00001640UL ) -#define XLPD_XPPU_APERPERM_400_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_400_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_400_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_400_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_400_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_400_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_400_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_400_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_400_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_400_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_400_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_400_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_400_PERMISSION_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_XPPU_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xocm_xmpu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xocm_xmpu.h deleted file mode 100644 index f482a90..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xocm_xmpu.h +++ /dev/null @@ -1,1667 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XOCM_XMPU_H__ -#define __XOCM_XMPU_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XocmXmpu Base Address - */ -#define XOCM_XMPU_BASEADDR 0xFF980000UL - -/** - * Register: XocmXmpuCtrl - */ -#define XOCM_XMPU_CTRL ( ( XOCM_XMPU_BASEADDR ) + 0x00000000UL ) -#define XOCM_XMPU_CTRL_RSTVAL 0x00000013UL - -#define XOCM_XMPU_CTRL_DISDEFSREGION_SHIFT 4UL -#define XOCM_XMPU_CTRL_DISDEFSREGION_WIDTH 1UL -#define XOCM_XMPU_CTRL_DISDEFSREGION_MASK 0x00000010UL -#define XOCM_XMPU_CTRL_DISDEFSREGION_DEFVAL 0x1UL - -#define XOCM_XMPU_CTRL_ALIGNCFG_SHIFT 3UL -#define XOCM_XMPU_CTRL_ALIGNCFG_WIDTH 1UL -#define XOCM_XMPU_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XOCM_XMPU_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XOCM_XMPU_CTRL_HIDEALLOWED_SHIFT 2UL -#define XOCM_XMPU_CTRL_HIDEALLOWED_WIDTH 1UL -#define XOCM_XMPU_CTRL_HIDEALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_CTRL_HIDEALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_CTRL_DEFWRALLOWED_SHIFT 1UL -#define XOCM_XMPU_CTRL_DEFWRALLOWED_WIDTH 1UL -#define XOCM_XMPU_CTRL_DEFWRALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_CTRL_DEFWRALLOWED_DEFVAL 0x1UL - -#define XOCM_XMPU_CTRL_DEFRDALLOWED_SHIFT 0UL -#define XOCM_XMPU_CTRL_DEFRDALLOWED_WIDTH 1UL -#define XOCM_XMPU_CTRL_DEFRDALLOWED_MASK 0x00000001UL -#define XOCM_XMPU_CTRL_DEFRDALLOWED_DEFVAL 0x1UL - -/** - * Register: XocmXmpuErrSts1Lo - */ -#define XOCM_XMPU_ERR_STS1_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000004UL ) -#define XOCM_XMPU_ERR_STS1_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_ERR_STS1_LO_AXI_ADDR_SHIFT 0UL -#define XOCM_XMPU_ERR_STS1_LO_AXI_ADDR_WIDTH 32UL -#define XOCM_XMPU_ERR_STS1_LO_AXI_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_ERR_STS1_LO_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuErrSts1Hi - */ -#define XOCM_XMPU_ERR_STS1_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000008UL ) -#define XOCM_XMPU_ERR_STS1_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_ERR_STS1_HI_AXI_ADDR_SHIFT 0UL -#define XOCM_XMPU_ERR_STS1_HI_AXI_ADDR_WIDTH 12UL -#define XOCM_XMPU_ERR_STS1_HI_AXI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_ERR_STS1_HI_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuErrSts2 - */ -#define XOCM_XMPU_ERR_STS2 ( ( XOCM_XMPU_BASEADDR ) + 0x0000000CUL ) -#define XOCM_XMPU_ERR_STS2_RSTVAL 0x00000000UL - -#define XOCM_XMPU_ERR_STS2_AXI_ID_SHIFT 0UL -#define XOCM_XMPU_ERR_STS2_AXI_ID_WIDTH 10UL -#define XOCM_XMPU_ERR_STS2_AXI_ID_MASK 0x000003ffUL -#define XOCM_XMPU_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuIsr - */ -#define XOCM_XMPU_ISR ( ( XOCM_XMPU_BASEADDR ) + 0x00000010UL ) -#define XOCM_XMPU_ISR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_ISR_SECURITYVIO_SHIFT 3UL -#define XOCM_XMPU_ISR_SECURITYVIO_WIDTH 1UL -#define XOCM_XMPU_ISR_SECURITYVIO_MASK 0x00000008UL -#define XOCM_XMPU_ISR_SECURITYVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_ISR_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_ISR_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_ISR_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_ISR_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_ISR_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_ISR_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_ISR_INV_APB_SHIFT 0UL -#define XOCM_XMPU_ISR_INV_APB_WIDTH 1UL -#define XOCM_XMPU_ISR_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XocmXmpuImr - */ -#define XOCM_XMPU_IMR ( ( XOCM_XMPU_BASEADDR ) + 0x00000014UL ) -#define XOCM_XMPU_IMR_RSTVAL 0x0000000fUL - -#define XOCM_XMPU_IMR_SECURITYVIO_SHIFT 3UL -#define XOCM_XMPU_IMR_SECURITYVIO_WIDTH 1UL -#define XOCM_XMPU_IMR_SECURITYVIO_MASK 0x00000008UL -#define XOCM_XMPU_IMR_SECURITYVIO_DEFVAL 0x1UL - -#define XOCM_XMPU_IMR_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_IMR_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_IMR_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XOCM_XMPU_IMR_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_IMR_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_IMR_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XOCM_XMPU_IMR_INV_APB_SHIFT 0UL -#define XOCM_XMPU_IMR_INV_APB_WIDTH 1UL -#define XOCM_XMPU_IMR_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XocmXmpuIen - */ -#define XOCM_XMPU_IEN ( ( XOCM_XMPU_BASEADDR ) + 0x00000018UL ) -#define XOCM_XMPU_IEN_RSTVAL 0x00000000UL - -#define XOCM_XMPU_IEN_SECURITYVIO_SHIFT 3UL -#define XOCM_XMPU_IEN_SECURITYVIO_WIDTH 1UL -#define XOCM_XMPU_IEN_SECURITYVIO_MASK 0x00000008UL -#define XOCM_XMPU_IEN_SECURITYVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_IEN_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_IEN_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_IEN_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_IEN_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_IEN_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_IEN_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_IEN_INV_APB_SHIFT 0UL -#define XOCM_XMPU_IEN_INV_APB_WIDTH 1UL -#define XOCM_XMPU_IEN_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XocmXmpuIds - */ -#define XOCM_XMPU_IDS ( ( XOCM_XMPU_BASEADDR ) + 0x0000001CUL ) -#define XOCM_XMPU_IDS_RSTVAL 0x00000000UL - -#define XOCM_XMPU_IDS_SECURITYVIO_SHIFT 3UL -#define XOCM_XMPU_IDS_SECURITYVIO_WIDTH 1UL -#define XOCM_XMPU_IDS_SECURITYVIO_MASK 0x00000008UL -#define XOCM_XMPU_IDS_SECURITYVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_IDS_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_IDS_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_IDS_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_IDS_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_IDS_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_IDS_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_IDS_INV_APB_SHIFT 0UL -#define XOCM_XMPU_IDS_INV_APB_WIDTH 1UL -#define XOCM_XMPU_IDS_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XocmXmpuLock - */ -#define XOCM_XMPU_LOCK ( ( XOCM_XMPU_BASEADDR ) + 0x00000020UL ) -#define XOCM_XMPU_LOCK_RSTVAL 0x00000000UL - -#define XOCM_XMPU_LOCK_REGWRDIS_SHIFT 0UL -#define XOCM_XMPU_LOCK_REGWRDIS_WIDTH 1UL -#define XOCM_XMPU_LOCK_REGWRDIS_MASK 0x00000001UL -#define XOCM_XMPU_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR00StartLo - */ -#define XOCM_XMPU_R00_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000100UL ) -#define XOCM_XMPU_R00_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R00_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R00_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R00_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R00_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR00StartHi - */ -#define XOCM_XMPU_R00_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000104UL ) -#define XOCM_XMPU_R00_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R00_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R00_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R00_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R00_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR00EndLo - */ -#define XOCM_XMPU_R00_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000108UL ) -#define XOCM_XMPU_R00_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R00_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R00_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R00_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R00_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR00EndHi - */ -#define XOCM_XMPU_R00_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000010CUL ) -#define XOCM_XMPU_R00_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R00_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R00_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R00_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R00_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR00Master - */ -#define XOCM_XMPU_R00_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000110UL ) -#define XOCM_XMPU_R00_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R00_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R00_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R00_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R00_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R00_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R00_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R00_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R00_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR00Cfg - */ -#define XOCM_XMPU_R00_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x00000114UL ) -#define XOCM_XMPU_R00_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R00_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R00_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R00_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R00_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R00_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R00_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R00_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R00_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R00_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R00_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R00_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R00_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R00_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R00_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R00_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R00_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R00_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R00_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R00_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R00_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR01StartLo - */ -#define XOCM_XMPU_R01_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000118UL ) -#define XOCM_XMPU_R01_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R01_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R01_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R01_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R01_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR01StartHi - */ -#define XOCM_XMPU_R01_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000011CUL ) -#define XOCM_XMPU_R01_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R01_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R01_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R01_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R01_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR01EndLo - */ -#define XOCM_XMPU_R01_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000120UL ) -#define XOCM_XMPU_R01_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R01_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R01_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R01_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R01_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR01EndHi - */ -#define XOCM_XMPU_R01_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000124UL ) -#define XOCM_XMPU_R01_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R01_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R01_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R01_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R01_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR01Master - */ -#define XOCM_XMPU_R01_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000128UL ) -#define XOCM_XMPU_R01_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R01_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R01_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R01_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R01_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R01_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R01_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R01_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R01_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR01Cfg - */ -#define XOCM_XMPU_R01_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x0000012CUL ) -#define XOCM_XMPU_R01_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R01_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R01_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R01_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R01_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R01_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R01_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R01_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R01_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R01_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R01_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R01_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R01_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R01_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R01_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R01_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R01_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R01_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R01_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R01_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R01_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR02StartLo - */ -#define XOCM_XMPU_R02_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000130UL ) -#define XOCM_XMPU_R02_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R02_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R02_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R02_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R02_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR02StartHi - */ -#define XOCM_XMPU_R02_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000134UL ) -#define XOCM_XMPU_R02_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R02_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R02_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R02_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R02_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR02EndLo - */ -#define XOCM_XMPU_R02_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000138UL ) -#define XOCM_XMPU_R02_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R02_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R02_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R02_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R02_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR02EndHi - */ -#define XOCM_XMPU_R02_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000013CUL ) -#define XOCM_XMPU_R02_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R02_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R02_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R02_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R02_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR02Master - */ -#define XOCM_XMPU_R02_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000140UL ) -#define XOCM_XMPU_R02_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R02_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R02_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R02_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R02_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R02_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R02_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R02_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R02_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR02Cfg - */ -#define XOCM_XMPU_R02_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x00000144UL ) -#define XOCM_XMPU_R02_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R02_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R02_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R02_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R02_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R02_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R02_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R02_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R02_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R02_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R02_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R02_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R02_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R02_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R02_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R02_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R02_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R02_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R02_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R02_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R02_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR03StartLo - */ -#define XOCM_XMPU_R03_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000148UL ) -#define XOCM_XMPU_R03_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R03_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R03_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R03_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R03_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR03StartHi - */ -#define XOCM_XMPU_R03_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000014CUL ) -#define XOCM_XMPU_R03_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R03_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R03_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R03_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R03_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR03EndLo - */ -#define XOCM_XMPU_R03_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000150UL ) -#define XOCM_XMPU_R03_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R03_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R03_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R03_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R03_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR03EndHi - */ -#define XOCM_XMPU_R03_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000154UL ) -#define XOCM_XMPU_R03_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R03_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R03_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R03_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R03_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR03Master - */ -#define XOCM_XMPU_R03_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000158UL ) -#define XOCM_XMPU_R03_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R03_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R03_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R03_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R03_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R03_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R03_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R03_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R03_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR03Cfg - */ -#define XOCM_XMPU_R03_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x0000015CUL ) -#define XOCM_XMPU_R03_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R03_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R03_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R03_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R03_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R03_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R03_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R03_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R03_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R03_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R03_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R03_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R03_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R03_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R03_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R03_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R03_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R03_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R03_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R03_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R03_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR04StartLo - */ -#define XOCM_XMPU_R04_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000160UL ) -#define XOCM_XMPU_R04_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R04_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R04_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R04_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R04_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR04StartHi - */ -#define XOCM_XMPU_R04_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000164UL ) -#define XOCM_XMPU_R04_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R04_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R04_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R04_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R04_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR04EndLo - */ -#define XOCM_XMPU_R04_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000168UL ) -#define XOCM_XMPU_R04_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R04_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R04_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R04_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R04_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR04EndHi - */ -#define XOCM_XMPU_R04_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000016CUL ) -#define XOCM_XMPU_R04_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R04_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R04_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R04_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R04_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR04Master - */ -#define XOCM_XMPU_R04_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000170UL ) -#define XOCM_XMPU_R04_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R04_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R04_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R04_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R04_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R04_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R04_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R04_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R04_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR04Cfg - */ -#define XOCM_XMPU_R04_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x00000174UL ) -#define XOCM_XMPU_R04_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R04_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R04_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R04_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R04_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R04_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R04_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R04_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R04_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R04_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R04_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R04_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R04_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R04_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R04_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R04_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R04_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R04_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R04_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R04_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R04_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR05StartLo - */ -#define XOCM_XMPU_R05_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000178UL ) -#define XOCM_XMPU_R05_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R05_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R05_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R05_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R05_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR05StartHi - */ -#define XOCM_XMPU_R05_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000017CUL ) -#define XOCM_XMPU_R05_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R05_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R05_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R05_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R05_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR05EndLo - */ -#define XOCM_XMPU_R05_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000180UL ) -#define XOCM_XMPU_R05_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R05_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R05_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R05_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R05_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR05EndHi - */ -#define XOCM_XMPU_R05_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000184UL ) -#define XOCM_XMPU_R05_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R05_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R05_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R05_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R05_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR05Master - */ -#define XOCM_XMPU_R05_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000188UL ) -#define XOCM_XMPU_R05_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R05_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R05_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R05_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R05_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R05_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R05_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R05_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R05_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR05Cfg - */ -#define XOCM_XMPU_R05_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x0000018CUL ) -#define XOCM_XMPU_R05_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R05_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R05_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R05_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R05_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R05_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R05_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R05_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R05_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R05_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R05_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R05_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R05_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R05_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R05_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R05_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R05_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R05_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R05_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R05_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R05_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR06StartLo - */ -#define XOCM_XMPU_R06_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000190UL ) -#define XOCM_XMPU_R06_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R06_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R06_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R06_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R06_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR06StartHi - */ -#define XOCM_XMPU_R06_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000194UL ) -#define XOCM_XMPU_R06_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R06_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R06_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R06_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R06_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR06EndLo - */ -#define XOCM_XMPU_R06_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000198UL ) -#define XOCM_XMPU_R06_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R06_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R06_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R06_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R06_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR06EndHi - */ -#define XOCM_XMPU_R06_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000019CUL ) -#define XOCM_XMPU_R06_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R06_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R06_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R06_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R06_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR06Master - */ -#define XOCM_XMPU_R06_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x000001A0UL ) -#define XOCM_XMPU_R06_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R06_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R06_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R06_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R06_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R06_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R06_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R06_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R06_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR06Cfg - */ -#define XOCM_XMPU_R06_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x000001A4UL ) -#define XOCM_XMPU_R06_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R06_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R06_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R06_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R06_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R06_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R06_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R06_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R06_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R06_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R06_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R06_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R06_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R06_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R06_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R06_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R06_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R06_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R06_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R06_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R06_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR07StartLo - */ -#define XOCM_XMPU_R07_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001A8UL ) -#define XOCM_XMPU_R07_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R07_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R07_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R07_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R07_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR07StartHi - */ -#define XOCM_XMPU_R07_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001ACUL ) -#define XOCM_XMPU_R07_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R07_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R07_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R07_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R07_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR07EndLo - */ -#define XOCM_XMPU_R07_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001B0UL ) -#define XOCM_XMPU_R07_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R07_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R07_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R07_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R07_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR07EndHi - */ -#define XOCM_XMPU_R07_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001B4UL ) -#define XOCM_XMPU_R07_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R07_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R07_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R07_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R07_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR07Master - */ -#define XOCM_XMPU_R07_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x000001B8UL ) -#define XOCM_XMPU_R07_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R07_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R07_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R07_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R07_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R07_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R07_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R07_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R07_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR07Cfg - */ -#define XOCM_XMPU_R07_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x000001BCUL ) -#define XOCM_XMPU_R07_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R07_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R07_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R07_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R07_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R07_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R07_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R07_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R07_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R07_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R07_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R07_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R07_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R07_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R07_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R07_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R07_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R07_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R07_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R07_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R07_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR08StartLo - */ -#define XOCM_XMPU_R08_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001C0UL ) -#define XOCM_XMPU_R08_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R08_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R08_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R08_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R08_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR08StartHi - */ -#define XOCM_XMPU_R08_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001C4UL ) -#define XOCM_XMPU_R08_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R08_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R08_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R08_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R08_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR08EndLo - */ -#define XOCM_XMPU_R08_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001C8UL ) -#define XOCM_XMPU_R08_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R08_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R08_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R08_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R08_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR08EndHi - */ -#define XOCM_XMPU_R08_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001CCUL ) -#define XOCM_XMPU_R08_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R08_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R08_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R08_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R08_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR08Master - */ -#define XOCM_XMPU_R08_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x000001D0UL ) -#define XOCM_XMPU_R08_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R08_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R08_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R08_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R08_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R08_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R08_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R08_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R08_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR08Cfg - */ -#define XOCM_XMPU_R08_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x000001D4UL ) -#define XOCM_XMPU_R08_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R08_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R08_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R08_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R08_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R08_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R08_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R08_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R08_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R08_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R08_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R08_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R08_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R08_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R08_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R08_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R08_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R08_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R08_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R08_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R08_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR09StartLo - */ -#define XOCM_XMPU_R09_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001D8UL ) -#define XOCM_XMPU_R09_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R09_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R09_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R09_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R09_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR09StartHi - */ -#define XOCM_XMPU_R09_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001DCUL ) -#define XOCM_XMPU_R09_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R09_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R09_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R09_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R09_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR09EndLo - */ -#define XOCM_XMPU_R09_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001E0UL ) -#define XOCM_XMPU_R09_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R09_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R09_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R09_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R09_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR09EndHi - */ -#define XOCM_XMPU_R09_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001E4UL ) -#define XOCM_XMPU_R09_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R09_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R09_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R09_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R09_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR09Master - */ -#define XOCM_XMPU_R09_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x000001E8UL ) -#define XOCM_XMPU_R09_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R09_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R09_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R09_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R09_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R09_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R09_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R09_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R09_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR09Cfg - */ -#define XOCM_XMPU_R09_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x000001ECUL ) -#define XOCM_XMPU_R09_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R09_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R09_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R09_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R09_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R09_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R09_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R09_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R09_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R09_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R09_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R09_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R09_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R09_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R09_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R09_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R09_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R09_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R09_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R09_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R09_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR10StartLo - */ -#define XOCM_XMPU_R10_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001F0UL ) -#define XOCM_XMPU_R10_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R10_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R10_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R10_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R10_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR10StartHi - */ -#define XOCM_XMPU_R10_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001F4UL ) -#define XOCM_XMPU_R10_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R10_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R10_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R10_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R10_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR10EndLo - */ -#define XOCM_XMPU_R10_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001F8UL ) -#define XOCM_XMPU_R10_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R10_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R10_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R10_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R10_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR10EndHi - */ -#define XOCM_XMPU_R10_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001FCUL ) -#define XOCM_XMPU_R10_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R10_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R10_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R10_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R10_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR10Master - */ -#define XOCM_XMPU_R10_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000200UL ) -#define XOCM_XMPU_R10_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R10_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R10_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R10_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R10_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R10_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R10_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R10_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R10_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR10Cfg - */ -#define XOCM_XMPU_R10_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x00000204UL ) -#define XOCM_XMPU_R10_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R10_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R10_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R10_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R10_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R10_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R10_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R10_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R10_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R10_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R10_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R10_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R10_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R10_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R10_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R10_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R10_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R10_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R10_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R10_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R10_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR11StartLo - */ -#define XOCM_XMPU_R11_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000208UL ) -#define XOCM_XMPU_R11_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R11_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R11_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R11_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R11_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR11StartHi - */ -#define XOCM_XMPU_R11_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000020CUL ) -#define XOCM_XMPU_R11_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R11_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R11_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R11_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R11_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR11EndLo - */ -#define XOCM_XMPU_R11_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000210UL ) -#define XOCM_XMPU_R11_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R11_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R11_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R11_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R11_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR11EndHi - */ -#define XOCM_XMPU_R11_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000214UL ) -#define XOCM_XMPU_R11_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R11_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R11_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R11_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R11_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR11Master - */ -#define XOCM_XMPU_R11_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000218UL ) -#define XOCM_XMPU_R11_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R11_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R11_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R11_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R11_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R11_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R11_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R11_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R11_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR11Cfg - */ -#define XOCM_XMPU_R11_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x0000021CUL ) -#define XOCM_XMPU_R11_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R11_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R11_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R11_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R11_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R11_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R11_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R11_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R11_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R11_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R11_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R11_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R11_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R11_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R11_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R11_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R11_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R11_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R11_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R11_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R11_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR12StartLo - */ -#define XOCM_XMPU_R12_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000220UL ) -#define XOCM_XMPU_R12_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R12_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R12_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R12_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R12_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR12StartHi - */ -#define XOCM_XMPU_R12_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000224UL ) -#define XOCM_XMPU_R12_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R12_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R12_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R12_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R12_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR12EndLo - */ -#define XOCM_XMPU_R12_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000228UL ) -#define XOCM_XMPU_R12_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R12_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R12_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R12_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R12_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR12EndHi - */ -#define XOCM_XMPU_R12_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000022CUL ) -#define XOCM_XMPU_R12_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R12_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R12_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R12_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R12_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR12Master - */ -#define XOCM_XMPU_R12_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000238UL ) -#define XOCM_XMPU_R12_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R12_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R12_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R12_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R12_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R12_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R12_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R12_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R12_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR12Cfg - */ -#define XOCM_XMPU_R12_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x0000023CUL ) -#define XOCM_XMPU_R12_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R12_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R12_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R12_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R12_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R12_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R12_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R12_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R12_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R12_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R12_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R12_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R12_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R12_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R12_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R12_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R12_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R12_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R12_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R12_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R12_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR13StartLo - */ -#define XOCM_XMPU_R13_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000240UL ) -#define XOCM_XMPU_R13_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R13_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R13_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R13_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R13_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR13StartHi - */ -#define XOCM_XMPU_R13_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000244UL ) -#define XOCM_XMPU_R13_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R13_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R13_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R13_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R13_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR13EndLo - */ -#define XOCM_XMPU_R13_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000248UL ) -#define XOCM_XMPU_R13_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R13_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R13_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R13_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R13_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR13EndHi - */ -#define XOCM_XMPU_R13_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000024CUL ) -#define XOCM_XMPU_R13_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R13_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R13_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R13_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R13_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR13Master - */ -#define XOCM_XMPU_R13_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000250UL ) -#define XOCM_XMPU_R13_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R13_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R13_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R13_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R13_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R13_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R13_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R13_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R13_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR13Cfg - */ -#define XOCM_XMPU_R13_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x00000254UL ) -#define XOCM_XMPU_R13_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R13_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R13_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R13_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R13_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R13_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R13_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R13_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R13_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R13_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R13_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R13_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R13_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R13_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R13_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R13_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R13_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R13_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R13_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R13_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R13_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR14StartLo - */ -#define XOCM_XMPU_R14_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000258UL ) -#define XOCM_XMPU_R14_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R14_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R14_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R14_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R14_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR14StartHi - */ -#define XOCM_XMPU_R14_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000025CUL ) -#define XOCM_XMPU_R14_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R14_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R14_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R14_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R14_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR14EndLo - */ -#define XOCM_XMPU_R14_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000260UL ) -#define XOCM_XMPU_R14_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R14_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R14_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R14_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R14_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR14EndHi - */ -#define XOCM_XMPU_R14_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000264UL ) -#define XOCM_XMPU_R14_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R14_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R14_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R14_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R14_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR14Master - */ -#define XOCM_XMPU_R14_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000268UL ) -#define XOCM_XMPU_R14_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R14_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R14_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R14_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R14_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R14_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R14_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R14_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R14_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR14Cfg - */ -#define XOCM_XMPU_R14_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x0000026CUL ) -#define XOCM_XMPU_R14_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R14_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R14_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R14_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R14_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R14_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R14_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R14_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R14_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R14_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R14_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R14_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R14_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R14_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R14_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R14_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R14_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R14_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R14_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R14_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R14_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR15StartLo - */ -#define XOCM_XMPU_R15_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000270UL ) -#define XOCM_XMPU_R15_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R15_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R15_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R15_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R15_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR15StartHi - */ -#define XOCM_XMPU_R15_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000274UL ) -#define XOCM_XMPU_R15_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R15_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R15_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R15_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R15_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR15EndLo - */ -#define XOCM_XMPU_R15_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000278UL ) -#define XOCM_XMPU_R15_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R15_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R15_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R15_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R15_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR15EndHi - */ -#define XOCM_XMPU_R15_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000027CUL ) -#define XOCM_XMPU_R15_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R15_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R15_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R15_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R15_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR15Master - */ -#define XOCM_XMPU_R15_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000280UL ) -#define XOCM_XMPU_R15_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R15_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R15_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R15_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R15_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R15_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R15_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R15_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R15_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR15Cfg - */ -#define XOCM_XMPU_R15_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x00000284UL ) -#define XOCM_XMPU_R15_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R15_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R15_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R15_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R15_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R15_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R15_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R15_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R15_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R15_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R15_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R15_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R15_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R15_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R15_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R15_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R15_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R15_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R15_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R15_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R15_CFG_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XOCM_XMPU_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_iou_secure_slcr.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_iou_secure_slcr.h deleted file mode 100644 index cb26e19..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_iou_secure_slcr.h +++ /dev/null @@ -1,175 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XPMC_XIOU_SECURE_SLCR_H__ -#define __XPMC_XIOU_SECURE_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XpmcXiouSecureSlcr Base Address - */ -#define XPMC_XIOU_SECURE_SLCR_BASEADDR 0xF1070000UL - -/** - * Register: XpmcXiouSecureSlcrAxiWprtcnSd0 - */ -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD0 ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000000UL ) -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD0_AWPROT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD0_AWPROT_WIDTH 3UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD0_AWPROT_MASK 0x00000007UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD0_AWPROT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrAxiRprtcnSd0 - */ -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD0 ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000004UL ) -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD0_ARPROT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD0_ARPROT_WIDTH 3UL -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD0_ARPROT_MASK 0x00000007UL -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD0_ARPROT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrAxiWprtcnSd1 - */ -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD1 ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000010UL ) -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD1_AWPROT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD1_AWPROT_WIDTH 3UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD1_AWPROT_MASK 0x00000007UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD1_AWPROT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrAxiRprtcnSd1 - */ -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD1 ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000014UL ) -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD1_ARPROT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD1_ARPROT_WIDTH 3UL -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD1_ARPROT_MASK 0x00000007UL -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD1_ARPROT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrAxiWprtcnQspi - */ -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_QSPI ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000020UL ) -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_QSPI_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_QSPI_XQSPIPSAXI_AWPROT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_QSPI_XQSPIPSAXI_AWPROT_WIDTH 3UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_QSPI_XQSPIPSAXI_AWPROT_MASK 0x00000007UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_QSPI_XQSPIPSAXI_AWPROT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrAxiWprtcnOspi - */ -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_OSPI ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000030UL ) -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_OSPI_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_OSPI_AWPROT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_OSPI_AWPROT_WIDTH 3UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_OSPI_AWPROT_MASK 0x00000007UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_OSPI_AWPROT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrCtrl - */ -#define XPMC_XIOU_SECURE_SLCR_CTRL ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000040UL ) -#define XPMC_XIOU_SECURE_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrIsr - */ -#define XPMC_XIOU_SECURE_SLCR_ISR ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000044UL ) -#define XPMC_XIOU_SECURE_SLCR_ISR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrImr - */ -#define XPMC_XIOU_SECURE_SLCR_IMR ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000048UL ) -#define XPMC_XIOU_SECURE_SLCR_IMR_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSecureSlcrIer - */ -#define XPMC_XIOU_SECURE_SLCR_IER ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XPMC_XIOU_SECURE_SLCR_IER_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrIdr - */ -#define XPMC_XIOU_SECURE_SLCR_IDR ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000050UL ) -#define XPMC_XIOU_SECURE_SLCR_IDR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrItr - */ -#define XPMC_XIOU_SECURE_SLCR_ITR ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000054UL ) -#define XPMC_XIOU_SECURE_SLCR_ITR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrTzprot - */ -#define XPMC_XIOU_SECURE_SLCR_TZPROT ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x0000006CUL ) -#define XPMC_XIOU_SECURE_SLCR_TZPROT_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_TZPROT_ACT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_TZPROT_ACT_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_TZPROT_ACT_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_TZPROT_ACT_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XPMC_XIOU_SECURE_SLCR_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_iou_slcr.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_iou_slcr.h deleted file mode 100644 index d94ba25..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_iou_slcr.h +++ /dev/null @@ -1,3797 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XPMC_XIOU_SLCR_H__ -#define __XPMC_XIOU_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XpmcXiouSlcr Base Address - */ -#define XPMC_XIOU_SLCR_BASEADDR 0xF1060000UL - -/** - * Register: XpmcXiouSlcrMioPin0 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000000UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_0_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_0_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_0_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_0_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin1 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000004UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_1_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_1_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_1_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_1_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin2 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_2 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000008UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_2_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_2_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_2_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_2_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_2_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin3 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_3 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_3_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_3_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_3_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_3_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_3_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin4 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_4 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000010UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_4_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_4_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_4_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_4_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_4_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin5 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_5 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000014UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_5_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_5_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_5_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_5_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_5_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin6 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_6 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000018UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_6_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_6_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_6_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_6_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_6_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin7 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_7 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000001CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_7_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_7_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_7_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_7_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_7_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin8 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_8 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000020UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_8_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_8_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_8_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_8_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_8_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin9 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_9 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000024UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_9_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_9_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_9_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_9_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_9_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin10 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_10 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000028UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_10_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_10_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_10_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_10_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_10_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin11 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_11 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000002CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_11_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_11_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_11_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_11_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_11_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin12 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_12 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000030UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_12_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_12_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_12_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_12_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_12_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin13 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_13 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000034UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_13_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_13_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_13_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_13_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_13_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin14 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_14 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000038UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_14_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_14_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_14_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_14_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_14_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin15 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_15 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000003CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_15_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_15_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_15_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_15_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_15_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin16 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_16 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000040UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_16_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_16_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_16_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_16_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_16_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin17 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_17 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000044UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_17_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_17_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_17_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_17_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_17_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin18 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_18 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000048UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_18_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_18_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_18_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_18_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_18_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin19 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_19 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_19_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_19_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_19_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_19_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_19_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin20 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_20 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000050UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_20_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_20_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_20_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_20_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_20_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin21 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_21 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000054UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_21_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_21_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_21_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_21_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_21_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin22 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_22 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000058UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_22_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_22_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_22_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_22_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_22_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin23 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_23 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000005CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_23_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_23_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_23_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_23_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_23_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin24 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_24 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000060UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_24_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_24_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_24_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_24_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_24_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin25 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_25 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000064UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_25_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_25_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_25_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_25_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_25_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin26 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_26 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000068UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_26_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_26_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_26_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_26_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_26_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin27 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_27 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000006CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_27_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_27_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_27_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_27_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_27_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin28 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_28 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000070UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_28_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_28_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_28_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_28_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_28_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin29 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_29 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000074UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_29_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_29_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_29_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_29_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_29_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin30 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_30 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000078UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_30_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_30_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_30_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_30_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_30_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin31 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_31 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000007CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_31_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_31_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_31_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_31_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_31_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin32 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_32 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000080UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_32_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_32_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_32_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_32_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_32_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin33 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_33 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000084UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_33_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_33_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_33_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_33_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_33_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin34 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_34 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000088UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_34_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_34_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_34_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_34_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_34_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin35 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_35 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000008CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_35_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_35_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_35_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_35_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_35_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin36 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_36 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000090UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_36_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_36_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_36_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_36_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_36_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin37 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_37 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000094UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_37_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_37_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_37_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_37_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_37_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin38 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_38 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000098UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_38_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_38_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_38_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_38_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_38_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin39 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_39 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000009CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_39_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_39_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_39_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_39_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_39_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin40 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_40 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000A0UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_40_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_40_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_40_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_40_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_40_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin41 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_41 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000A4UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_41_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_41_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_41_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_41_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_41_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin42 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_42 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000A8UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_42_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_42_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_42_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_42_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_42_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin43 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_43 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000ACUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_43_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_43_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_43_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_43_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_43_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin44 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_44 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000B0UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_44_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_44_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_44_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_44_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_44_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin45 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_45 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000B4UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_45_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_45_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_45_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_45_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_45_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin46 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_46 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000B8UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_46_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_46_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_46_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_46_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_46_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin47 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_47 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000BCUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_47_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_47_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_47_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_47_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_47_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin48 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_48 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000C0UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_48_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_48_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_48_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_48_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_48_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin49 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_49 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000C4UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_49_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_49_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_49_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_49_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_49_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin50 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_50 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000C8UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_50_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_50_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_50_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_50_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_50_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin51 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_51 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000CCUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_51_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_51_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_51_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_51_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_51_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnRx - */ -#define XPMC_XIOU_SLCR_BNK0_EN_RX ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000100UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_RX_RSTVAL 0x03ffffffUL - -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_RX_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_EN_RX_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_EN_RX_DEFVAL 0x3ffffffUL - -/** - * Register: XpmcXiouSlcrBnk0SelRx0 - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_RX0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000104UL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_RX0_RSTVAL 0xffffffffUL - -#define XPMC_XIOU_SLCR_BNK0_SEL_RX0_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_RX0_RX_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK0_SEL_RX0_RX_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK0_SEL_RX0_RX_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXiouSlcrBnk0SelRx1 - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_RX1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000108UL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_RX1_RSTVAL 0x000fffffUL - -#define XPMC_XIOU_SLCR_BNK0_SEL_RX1_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_RX1_RX_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK0_SEL_RX1_RX_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK0_SEL_RX1_RX_DEFVAL 0xfffffUL - -/** - * Register: XpmcXiouSlcrBnk0EnRxSchmittHyst - */ -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SCHMITT_HYST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000010CUL ) -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SCHMITT_HYST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SCHMITT_HYST_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SCHMITT_HYST_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SCHMITT_HYST_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SCHMITT_HYST_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnWkPd - */ -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PD ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000110UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PD_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PD_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PD_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PD_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PD_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnWkPu - */ -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PU ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000114UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PU_RSTVAL 0x03ffffffUL - -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PU_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PU_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PU_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PU_DEFVAL 0x3ffffffUL - -/** - * Register: XpmcXiouSlcrBnk0SelDrv0 - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000118UL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV0_RSTVAL 0xaaaaaaaaUL - -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV0_DRV_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV0_DRV_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV0_DRV_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV0_DRV_DEFVAL 0xaaaaaaaaUL - -/** - * Register: XpmcXiouSlcrBnk0SelDrv1 - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000011CUL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV1_RSTVAL 0x000aaaaaUL - -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV1_DRV_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV1_DRV_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV1_DRV_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV1_DRV_DEFVAL 0xaaaaaUL - -/** - * Register: XpmcXiouSlcrBnk0SelSlew - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_SLEW ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000120UL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_SLEW_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_SEL_SLEW_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_SLEW_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_SEL_SLEW_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_SEL_SLEW_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnDftOptInv - */ -#define XPMC_XIOU_SLCR_BNK0_EN_DFT_OPT_INV ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000124UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_DFT_OPT_INV_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_DFT_OPT_INV_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_DFT_OPT_INV_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_EN_DFT_OPT_INV_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_EN_DFT_OPT_INV_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnPad2padLpbck - */ -#define XPMC_XIOU_SLCR_BNK0_EN_PAD2PAD_LPBCK ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000128UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_PAD2PAD_LPBCK_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_PAD2PAD_LPBCK_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_PAD2PAD_LPBCK_WIDTH 13UL -#define XPMC_XIOU_SLCR_BNK0_EN_PAD2PAD_LPBCK_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_BNK0_EN_PAD2PAD_LPBCK_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0RxSpr0 - */ -#define XPMC_XIOU_SLCR_BNK0_RX_SPR0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000012CUL ) -#define XPMC_XIOU_SLCR_BNK0_RX_SPR0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_RX_SPR0_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_RX_SPR0_SPR_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK0_RX_SPR0_SPR_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK0_RX_SPR0_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0RxSpr1 - */ -#define XPMC_XIOU_SLCR_BNK0_RX_SPR1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000130UL ) -#define XPMC_XIOU_SLCR_BNK0_RX_SPR1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_RX_SPR1_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_RX_SPR1_SPR_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK0_RX_SPR1_SPR_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK0_RX_SPR1_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0TxSpr0 - */ -#define XPMC_XIOU_SLCR_BNK0_TX_SPR0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000134UL ) -#define XPMC_XIOU_SLCR_BNK0_TX_SPR0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_TX_SPR0_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_TX_SPR0_SPR_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK0_TX_SPR0_SPR_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK0_TX_SPR0_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0TxSpr1 - */ -#define XPMC_XIOU_SLCR_BNK0_TX_SPR1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000138UL ) -#define XPMC_XIOU_SLCR_BNK0_TX_SPR1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_TX_SPR1_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_TX_SPR1_SPR_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK0_TX_SPR1_SPR_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK0_TX_SPR1_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0SelEn1p8 - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_EN1P8 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000013CUL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_EN1P8_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_SEL_EN1P8_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_EN1P8_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK0_SEL_EN1P8_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK0_SEL_EN1P8_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnBPorDetect - */ -#define XPMC_XIOU_SLCR_BNK0_EN_B_POR_DETECT ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000140UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_B_POR_DETECT_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_B_POR_DETECT_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_B_POR_DETECT_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK0_EN_B_POR_DETECT_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK0_EN_B_POR_DETECT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0LpfBypPorDetect - */ -#define XPMC_XIOU_SLCR_BNK0_LPF_BYP_POR_DETECT ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000144UL ) -#define XPMC_XIOU_SLCR_BNK0_LPF_BYP_POR_DETECT_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_BNK0_LPF_BYP_POR_DETECT_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_LPF_BYP_POR_DETECT_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK0_LPF_BYP_POR_DETECT_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK0_LPF_BYP_POR_DETECT_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrBnk0EnLatch - */ -#define XPMC_XIOU_SLCR_BNK0_EN_LATCH ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000148UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_LATCH_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_LATCH_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_LATCH_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK0_EN_LATCH_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK0_EN_LATCH_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0VbgLpfBypB - */ -#define XPMC_XIOU_SLCR_BNK0_VBG_LPF_BYP_B ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000014CUL ) -#define XPMC_XIOU_SLCR_BNK0_VBG_LPF_BYP_B_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_BNK0_VBG_LPF_BYP_B_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_VBG_LPF_BYP_B_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK0_VBG_LPF_BYP_B_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK0_VBG_LPF_BYP_B_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrBnk0EnAmpB - */ -#define XPMC_XIOU_SLCR_BNK0_EN_AMP_B ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000150UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_AMP_B_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_AMP_B_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_AMP_B_WIDTH 2UL -#define XPMC_XIOU_SLCR_BNK0_EN_AMP_B_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_BNK0_EN_AMP_B_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0SprBias - */ -#define XPMC_XIOU_SLCR_BNK0_SPR_BIAS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000154UL ) -#define XPMC_XIOU_SLCR_BNK0_SPR_BIAS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_SPR_BIAS_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SPR_BIAS_WIDTH 4UL -#define XPMC_XIOU_SLCR_BNK0_SPR_BIAS_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_BNK0_SPR_BIAS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0DriverBias - */ -#define XPMC_XIOU_SLCR_BNK0_DRIVER_BIAS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000158UL ) -#define XPMC_XIOU_SLCR_BNK0_DRIVER_BIAS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_DRIVER_BIAS_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_DRIVER_BIAS_WIDTH 15UL -#define XPMC_XIOU_SLCR_BNK0_DRIVER_BIAS_MASK 0x00007fffUL -#define XPMC_XIOU_SLCR_BNK0_DRIVER_BIAS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0Vmode - */ -#define XPMC_XIOU_SLCR_BNK0_VMODE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000015CUL ) -#define XPMC_XIOU_SLCR_BNK0_VMODE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_VMODE_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_VMODE_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK0_VMODE_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK0_VMODE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0SelAuxIoRx - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_AUX_IO_RX ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000160UL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_AUX_IO_RX_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_SEL_AUX_IO_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_AUX_IO_RX_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_SEL_AUX_IO_RX_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_SEL_AUX_IO_RX_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnTxHsMode - */ -#define XPMC_XIOU_SLCR_BNK0_EN_TX_HS_MODE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000164UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_TX_HS_MODE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_TX_HS_MODE_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_TX_HS_MODE_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_EN_TX_HS_MODE_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_EN_TX_HS_MODE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioMstTri0 - */ -#define XPMC_XIOU_SLCR_MIO_MST_TRI0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000200UL ) -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_RSTVAL 0x03ffffffUL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_SHIFT 25UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_MASK 0x02000000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_SHIFT 24UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_MASK 0x01000000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_SHIFT 23UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_MASK 0x00800000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_SHIFT 22UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_MASK 0x00400000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_SHIFT 21UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_MASK 0x00200000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_SHIFT 20UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_MASK 0x00100000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_SHIFT 19UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_MASK 0x00080000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_SHIFT 18UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_MASK 0x00040000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_SHIFT 17UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_MASK 0x00020000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_SHIFT 16UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_MASK 0x00010000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_SHIFT 15UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_MASK 0x00008000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_SHIFT 14UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_MASK 0x00004000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_SHIFT 13UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_MASK 0x00002000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_SHIFT 12UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_SHIFT 11UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_SHIFT 10UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_SHIFT 9UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_SHIFT 8UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_SHIFT 6UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_SHIFT 4UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_SHIFT 2UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_SHIFT 0UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrMioMstTri1 - */ -#define XPMC_XIOU_SLCR_MIO_MST_TRI1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000204UL ) -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_RSTVAL 0x03ffffffUL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_SHIFT 25UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_MASK 0x02000000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_SHIFT 24UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_MASK 0x01000000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_SHIFT 23UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_MASK 0x00800000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_SHIFT 22UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_MASK 0x00400000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_SHIFT 21UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_MASK 0x00200000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_SHIFT 20UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_MASK 0x00100000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_SHIFT 19UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_MASK 0x00080000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_SHIFT 18UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_MASK 0x00040000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_SHIFT 17UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_MASK 0x00020000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_SHIFT 16UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_MASK 0x00010000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_SHIFT 15UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_MASK 0x00008000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_SHIFT 14UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_MASK 0x00004000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_SHIFT 13UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_MASK 0x00002000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_SHIFT 12UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_SHIFT 11UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_SHIFT 10UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_SHIFT 9UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_SHIFT 8UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_SHIFT 6UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_31_TRI_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_31_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_31_TRI_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_31_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_30_TRI_SHIFT 4UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_30_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_30_TRI_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_30_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_29_TRI_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_29_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_29_TRI_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_29_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_28_TRI_SHIFT 2UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_28_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_28_TRI_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_28_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_27_TRI_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_27_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_27_TRI_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_27_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_26_TRI_SHIFT 0UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_26_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_26_TRI_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_26_TRI_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrBnk1EnRx - */ -#define XPMC_XIOU_SLCR_BNK1_EN_RX ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000300UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_RX_RSTVAL 0x03ffffffUL - -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_RX_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_EN_RX_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_EN_RX_DEFVAL 0x3ffffffUL - -/** - * Register: XpmcXiouSlcrBnk1SelRx0 - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_RX0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000304UL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_RX0_RSTVAL 0xffffffffUL - -#define XPMC_XIOU_SLCR_BNK1_SEL_RX0_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_RX0_RX_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK1_SEL_RX0_RX_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK1_SEL_RX0_RX_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXiouSlcrBnk1SelRx1 - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_RX1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000308UL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_RX1_RSTVAL 0x000fffffUL - -#define XPMC_XIOU_SLCR_BNK1_SEL_RX1_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_RX1_RX_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK1_SEL_RX1_RX_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK1_SEL_RX1_RX_DEFVAL 0xfffffUL - -/** - * Register: XpmcXiouSlcrBnk1EnRxSchmittHyst - */ -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SCHMITT_HYST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000030CUL ) -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SCHMITT_HYST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SCHMITT_HYST_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SCHMITT_HYST_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SCHMITT_HYST_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SCHMITT_HYST_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1EnWkPd - */ -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PD ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000310UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PD_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PD_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PD_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PD_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PD_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1EnWkPu - */ -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PU ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000314UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PU_RSTVAL 0x03ffffffUL - -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PU_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PU_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PU_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PU_DEFVAL 0x3ffffffUL - -/** - * Register: XpmcXiouSlcrBnk1SelDrv0 - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000318UL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV0_RSTVAL 0xaaaaaaaaUL - -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV0_DRV_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV0_DRV_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV0_DRV_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV0_DRV_DEFVAL 0xaaaaaaaaUL - -/** - * Register: XpmcXiouSlcrBnk1SelDrv1 - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000031CUL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV1_RSTVAL 0x000aaaaaUL - -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV1_DRV_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV1_DRV_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV1_DRV_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV1_DRV_DEFVAL 0xaaaaaUL - -/** - * Register: XpmcXiouSlcrBnk1SelSlew - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_SLEW ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000320UL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_SLEW_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_SEL_SLEW_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_SLEW_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_SEL_SLEW_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_SEL_SLEW_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1EnDftOptInv - */ -#define XPMC_XIOU_SLCR_BNK1_EN_DFT_OPT_INV ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000324UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_DFT_OPT_INV_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_DFT_OPT_INV_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_DFT_OPT_INV_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_EN_DFT_OPT_INV_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_EN_DFT_OPT_INV_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1EnPad2padLpbck - */ -#define XPMC_XIOU_SLCR_BNK1_EN_PAD2PAD_LPBCK ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000328UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_PAD2PAD_LPBCK_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_PAD2PAD_LPBCK_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_PAD2PAD_LPBCK_WIDTH 13UL -#define XPMC_XIOU_SLCR_BNK1_EN_PAD2PAD_LPBCK_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_BNK1_EN_PAD2PAD_LPBCK_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1RxSpr0 - */ -#define XPMC_XIOU_SLCR_BNK1_RX_SPR0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000032CUL ) -#define XPMC_XIOU_SLCR_BNK1_RX_SPR0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_RX_SPR0_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_RX_SPR0_SPR_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK1_RX_SPR0_SPR_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK1_RX_SPR0_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1RxSpr1 - */ -#define XPMC_XIOU_SLCR_BNK1_RX_SPR1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000330UL ) -#define XPMC_XIOU_SLCR_BNK1_RX_SPR1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_RX_SPR1_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_RX_SPR1_SPR_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK1_RX_SPR1_SPR_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK1_RX_SPR1_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1TxSpr0 - */ -#define XPMC_XIOU_SLCR_BNK1_TX_SPR0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000334UL ) -#define XPMC_XIOU_SLCR_BNK1_TX_SPR0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_TX_SPR0_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_TX_SPR0_SPR_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK1_TX_SPR0_SPR_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK1_TX_SPR0_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1TxSpr1 - */ -#define XPMC_XIOU_SLCR_BNK1_TX_SPR1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000338UL ) -#define XPMC_XIOU_SLCR_BNK1_TX_SPR1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_TX_SPR1_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_TX_SPR1_SPR_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK1_TX_SPR1_SPR_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK1_TX_SPR1_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1SelEn1p8 - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_EN1P8 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000033CUL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_EN1P8_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_SEL_EN1P8_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_EN1P8_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK1_SEL_EN1P8_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK1_SEL_EN1P8_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1EnBPorDetect - */ -#define XPMC_XIOU_SLCR_BNK1_EN_B_POR_DETECT ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000340UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_B_POR_DETECT_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_B_POR_DETECT_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_B_POR_DETECT_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK1_EN_B_POR_DETECT_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK1_EN_B_POR_DETECT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1LpfBypPorDetect - */ -#define XPMC_XIOU_SLCR_BNK1_LPF_BYP_POR_DETECT ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000344UL ) -#define XPMC_XIOU_SLCR_BNK1_LPF_BYP_POR_DETECT_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_BNK1_LPF_BYP_POR_DETECT_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_LPF_BYP_POR_DETECT_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK1_LPF_BYP_POR_DETECT_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK1_LPF_BYP_POR_DETECT_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrBnk1EnLatch - */ -#define XPMC_XIOU_SLCR_BNK1_EN_LATCH ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000348UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_LATCH_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_LATCH_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_LATCH_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK1_EN_LATCH_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK1_EN_LATCH_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1VbgLpfBypB - */ -#define XPMC_XIOU_SLCR_BNK1_VBG_LPF_BYP_B ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000034CUL ) -#define XPMC_XIOU_SLCR_BNK1_VBG_LPF_BYP_B_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_BNK1_VBG_LPF_BYP_B_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_VBG_LPF_BYP_B_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK1_VBG_LPF_BYP_B_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK1_VBG_LPF_BYP_B_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrBnk1EnAmpB - */ -#define XPMC_XIOU_SLCR_BNK1_EN_AMP_B ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000350UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_AMP_B_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_AMP_B_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_AMP_B_WIDTH 2UL -#define XPMC_XIOU_SLCR_BNK1_EN_AMP_B_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_BNK1_EN_AMP_B_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1SprBias - */ -#define XPMC_XIOU_SLCR_BNK1_SPR_BIAS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000354UL ) -#define XPMC_XIOU_SLCR_BNK1_SPR_BIAS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_SPR_BIAS_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SPR_BIAS_WIDTH 4UL -#define XPMC_XIOU_SLCR_BNK1_SPR_BIAS_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_BNK1_SPR_BIAS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1DriverBias - */ -#define XPMC_XIOU_SLCR_BNK1_DRIVER_BIAS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000358UL ) -#define XPMC_XIOU_SLCR_BNK1_DRIVER_BIAS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_DRIVER_BIAS_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_DRIVER_BIAS_WIDTH 15UL -#define XPMC_XIOU_SLCR_BNK1_DRIVER_BIAS_MASK 0x00007fffUL -#define XPMC_XIOU_SLCR_BNK1_DRIVER_BIAS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1Vmode - */ -#define XPMC_XIOU_SLCR_BNK1_VMODE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000035CUL ) -#define XPMC_XIOU_SLCR_BNK1_VMODE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_VMODE_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_VMODE_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK1_VMODE_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK1_VMODE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1SelAuxIoRx - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_AUX_IO_RX ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000360UL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_AUX_IO_RX_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_SEL_AUX_IO_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_AUX_IO_RX_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_SEL_AUX_IO_RX_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_SEL_AUX_IO_RX_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1EnTxHsMode - */ -#define XPMC_XIOU_SLCR_BNK1_EN_TX_HS_MODE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000364UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_TX_HS_MODE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_TX_HS_MODE_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_TX_HS_MODE_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_EN_TX_HS_MODE_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_EN_TX_HS_MODE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0ClkCtrl - */ -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000400UL ) -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_FBCLK_SEL_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_FBCLK_SEL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_FBCLK_SEL_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_FBCLK_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_RX_SRC_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_RX_SRC_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_RX_SRC_SEL_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_RX_SRC_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0CtrlReg - */ -#define XPMC_XIOU_SLCR_SD0_CTRL_REG ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000404UL ) -#define XPMC_XIOU_SLCR_SD0_CTRL_REG_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_CTRL_REG_EMMC_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_CTRL_REG_EMMC_SEL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CTRL_REG_EMMC_SEL_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD0_CTRL_REG_EMMC_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0CfgReg1 - */ -#define XPMC_XIOU_SLCR_SD0_CFG_REG1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000410UL ) -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_RSTVAL 0x00003250UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_BASECLK_SHIFT 7UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_BASECLK_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_BASECLK_MASK 0x00007f80UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_BASECLK_DEFVAL 0x64UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_TUNIGCOUNT_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_TUNIGCOUNT_WIDTH 6UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_TUNIGCOUNT_MASK 0x0000007eUL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_TUNIGCOUNT_DEFVAL 0x28UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_ASYNCWKPENA_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_ASYNCWKPENA_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_ASYNCWKPENA_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_ASYNCWKPENA_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0CfgReg2 - */ -#define XPMC_XIOU_SLCR_SD0_CFG_REG2 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000414UL ) -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_RSTVAL 0x00000ffcUL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SLOTTYPE_SHIFT 12UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SLOTTYPE_WIDTH 2UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SLOTTYPE_MASK 0x00003000UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SLOTTYPE_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ASYCINTR_SHIFT 11UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ASYCINTR_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ASYCINTR_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ASYCINTR_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_64BIT_SHIFT 10UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_64BIT_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_64BIT_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_64BIT_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_1P8V_SHIFT 9UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_1P8V_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_1P8V_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_1P8V_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P0V_SHIFT 8UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P0V_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P0V_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P0V_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P3V_SHIFT 7UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P3V_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P3V_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P3V_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SUSPRES_SHIFT 6UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SUSPRES_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SUSPRES_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SUSPRES_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SDMA_SHIFT 5UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SDMA_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SDMA_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SDMA_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_HIGHSPEED_SHIFT 4UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_HIGHSPEED_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_HIGHSPEED_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_HIGHSPEED_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ADMA2_SHIFT 3UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ADMA2_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ADMA2_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ADMA2_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_8BIT_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_8BIT_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_8BIT_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_8BIT_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_MAXBLK_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_MAXBLK_WIDTH 2UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_MAXBLK_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_MAXBLK_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0CfgReg3 - */ -#define XPMC_XIOU_SLCR_SD0_CFG_REG3 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000418UL ) -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_RSTVAL 0x00000407UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_TUNINGSDR50_SHIFT 10UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_TUNINGSDR50_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_TUNINGSDR50_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_TUNINGSDR50_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_RETUNETMR_SHIFT 6UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_RETUNETMR_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_RETUNETMR_MASK 0x000003c0UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_RETUNETMR_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDRIVER_SHIFT 5UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDRIVER_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDRIVER_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDRIVER_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_CDRIVER_SHIFT 4UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_CDRIVER_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_CDRIVER_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_CDRIVER_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_ADRIVER_SHIFT 3UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_ADRIVER_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_ADRIVER_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_ADRIVER_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDR50_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDR50_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDR50_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDR50_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR104_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR104_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR104_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR104_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR50_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR50_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR50_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR50_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrSd0Initpreset - */ -#define XPMC_XIOU_SLCR_SD0_INITPRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000041CUL ) -#define XPMC_XIOU_SLCR_SD0_INITPRESET_RSTVAL 0x00000100UL - -#define XPMC_XIOU_SLCR_SD0_INITPRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_INITPRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_INITPRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_INITPRESET_DEFVAL 0x100UL - -/** - * Register: XpmcXiouSlcrSd0Dsppreset - */ -#define XPMC_XIOU_SLCR_SD0_DSPPRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000420UL ) -#define XPMC_XIOU_SLCR_SD0_DSPPRESET_RSTVAL 0x00000004UL - -#define XPMC_XIOU_SLCR_SD0_DSPPRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_DSPPRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_DSPPRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_DSPPRESET_DEFVAL 0x4UL - -/** - * Register: XpmcXiouSlcrSd0Hspdpreset - */ -#define XPMC_XIOU_SLCR_SD0_HSPDPRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000424UL ) -#define XPMC_XIOU_SLCR_SD0_HSPDPRESET_RSTVAL 0x00000002UL - -#define XPMC_XIOU_SLCR_SD0_HSPDPRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_HSPDPRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_HSPDPRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_HSPDPRESET_DEFVAL 0x2UL - -/** - * Register: XpmcXiouSlcrSd0Sdr12preset - */ -#define XPMC_XIOU_SLCR_SD0_SDR12PRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000428UL ) -#define XPMC_XIOU_SLCR_SD0_SDR12PRESET_RSTVAL 0x00000004UL - -#define XPMC_XIOU_SLCR_SD0_SDR12PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_SDR12PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_SDR12PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_SDR12PRESET_DEFVAL 0x4UL - -/** - * Register: XpmcXiouSlcrSd0Sdr25preset - */ -#define XPMC_XIOU_SLCR_SD0_SDR25PRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000042CUL ) -#define XPMC_XIOU_SLCR_SD0_SDR25PRESET_RSTVAL 0x00000002UL - -#define XPMC_XIOU_SLCR_SD0_SDR25PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_SDR25PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_SDR25PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_SDR25PRESET_DEFVAL 0x2UL - -/** - * Register: XpmcXiouSlcrSd0Sdr50prset - */ -#define XPMC_XIOU_SLCR_SD0_SDR50PRSET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000430UL ) -#define XPMC_XIOU_SLCR_SD0_SDR50PRSET_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_SD0_SDR50PRSET_SDR50PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_SDR50PRSET_SDR50PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_SDR50PRSET_SDR50PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_SDR50PRSET_SDR50PRESET_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrSd0Sdr104prst - */ -#define XPMC_XIOU_SLCR_SD0_SDR104PRST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000434UL ) -#define XPMC_XIOU_SLCR_SD0_SDR104PRST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_SDR104PRST_SDR104PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_SDR104PRST_SDR104PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_SDR104PRST_SDR104PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_SDR104PRST_SDR104PRESET_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0Ddr50preset - */ -#define XPMC_XIOU_SLCR_SD0_DDR50PRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000438UL ) -#define XPMC_XIOU_SLCR_SD0_DDR50PRESET_RSTVAL 0x00000002UL - -#define XPMC_XIOU_SLCR_SD0_DDR50PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_DDR50PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_DDR50PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_DDR50PRESET_DEFVAL 0x2UL - -/** - * Register: XpmcXiouSlcrSd0Maxcur1p8 - */ -#define XPMC_XIOU_SLCR_SD0_MAXCUR1P8 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000043CUL ) -#define XPMC_XIOU_SLCR_SD0_MAXCUR1P8_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_MAXCUR1P8_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_MAXCUR1P8_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_MAXCUR1P8_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD0_MAXCUR1P8_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0Maxcur3p0 - */ -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000440UL ) -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P0_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P0_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P0_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P0_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0Maxcur3p3 - */ -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P3 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000444UL ) -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P3_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P3_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P3_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P3_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P3_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0DllCtrl - */ -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000448UL ) -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CLKSTABLE_CFG_SHIFT 9UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CLKSTABLE_CFG_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CLKSTABLE_CFG_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CLKSTABLE_CFG_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CFG_SHIFT 5UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CFG_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CFG_MASK 0x000001e0UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CFG_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_PSDONE_SHIFT 4UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_PSDONE_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_PSDONE_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_PSDONE_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_OVF_SHIFT 3UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_OVF_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_OVF_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_OVF_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_RST_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_RST_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_RST_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_RST_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_TESTMODE_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_TESTMODE_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_TESTMODE_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_TESTMODE_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_LOCK_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_LOCK_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_LOCK_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_LOCK_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrSd0CdnCtrl - */ -#define XPMC_XIOU_SLCR_SD0_CDN_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000044CUL ) -#define XPMC_XIOU_SLCR_SD0_CDN_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_CDN_CTRL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_CDN_CTRL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CDN_CTRL_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD0_CDN_CTRL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0DllTest - */ -#define XPMC_XIOU_SLCR_SD0_DLL_TEST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000450UL ) -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_DIV_SHIFT 16UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_DIV_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_DIV_MASK 0x00ff0000UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_DIV_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_TX_SEL_SHIFT 9UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_TX_SEL_WIDTH 7UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_TX_SEL_MASK 0x0000fe00UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_TX_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_RX_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_RX_SEL_WIDTH 9UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_RX_SEL_MASK 0x000001ffUL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_RX_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0RxTuningSel - */ -#define XPMC_XIOU_SLCR_SD0_RX_TUNING_SEL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000454UL ) -#define XPMC_XIOU_SLCR_SD0_RX_TUNING_SEL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_RX_TUNING_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_RX_TUNING_SEL_WIDTH 9UL -#define XPMC_XIOU_SLCR_SD0_RX_TUNING_SEL_MASK 0x000001ffUL -#define XPMC_XIOU_SLCR_SD0_RX_TUNING_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0DllDivMap0 - */ -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000458UL ) -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_RSTVAL 0x50505050UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_3_SHIFT 24UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_3_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_3_MASK 0xff000000UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_3_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_2_SHIFT 16UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_2_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_2_MASK 0x00ff0000UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_2_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_1_SHIFT 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_1_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_1_MASK 0x0000ff00UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_1_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_0_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_0_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_0_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_0_DEFVAL 0x50UL - -/** - * Register: XpmcXiouSlcrSd0DllDivMap1 - */ -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000045CUL ) -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_RSTVAL 0x50505050UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_7_SHIFT 24UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_7_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_7_MASK 0xff000000UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_7_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_6_SHIFT 16UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_6_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_6_MASK 0x00ff0000UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_6_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_5_SHIFT 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_5_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_5_MASK 0x0000ff00UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_5_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_4_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_4_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_4_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_4_DEFVAL 0x50UL - -/** - * Register: XpmcXiouSlcrSd0CoherentCtrl - */ -#define XPMC_XIOU_SLCR_SD0_COHERENT_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000460UL ) -#define XPMC_XIOU_SLCR_SD0_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_COHERENT_CTRL_AXI_COH_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_COHERENT_CTRL_AXI_COH_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD0_COHERENT_CTRL_AXI_COH_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_SD0_COHERENT_CTRL_AXI_COH_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0InterconnectRoute - */ -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_ROUTE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000464UL ) -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_ROUTE_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_ROUTE_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_ROUTE_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_ROUTE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0Ram - */ -#define XPMC_XIOU_SLCR_SD0_RAM ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000468UL ) -#define XPMC_XIOU_SLCR_SD0_RAM_RSTVAL 0x0000001bUL - -/** - * Register: XpmcXiouSlcrSd0InterconnectQos - */ -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_QOS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000046CUL ) -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_QOS_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_QOS_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_QOS_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_QOS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1ClkCtrl - */ -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000480UL ) -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_FBCLK_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_FBCLK_SEL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_FBCLK_SEL_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_FBCLK_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_RX_SRC_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_RX_SRC_SEL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_RX_SRC_SEL_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_RX_SRC_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1CtrlReg - */ -#define XPMC_XIOU_SLCR_SD1_CTRL_REG ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000484UL ) -#define XPMC_XIOU_SLCR_SD1_CTRL_REG_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_CTRL_REG_EMMC_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_CTRL_REG_EMMC_SEL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CTRL_REG_EMMC_SEL_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_CTRL_REG_EMMC_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1CfgReg1 - */ -#define XPMC_XIOU_SLCR_SD1_CFG_REG1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000490UL ) -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_RSTVAL 0x00003250UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_BASECLK_SHIFT 7UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_BASECLK_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_BASECLK_MASK 0x00007f80UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_BASECLK_DEFVAL 0x64UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_TUNIGCOUNT_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_TUNIGCOUNT_WIDTH 6UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_TUNIGCOUNT_MASK 0x0000007eUL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_TUNIGCOUNT_DEFVAL 0x28UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_ASYNCWKPENA_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_ASYNCWKPENA_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_ASYNCWKPENA_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_ASYNCWKPENA_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1CfgReg2 - */ -#define XPMC_XIOU_SLCR_SD1_CFG_REG2 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000494UL ) -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_RSTVAL 0x00000ffcUL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SLOTTYPE_SHIFT 12UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SLOTTYPE_WIDTH 2UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SLOTTYPE_MASK 0x00003000UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SLOTTYPE_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ASYCINTR_SHIFT 11UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ASYCINTR_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ASYCINTR_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ASYCINTR_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_64BIT_SHIFT 10UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_64BIT_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_64BIT_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_64BIT_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_1P8V_SHIFT 9UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_1P8V_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_1P8V_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_1P8V_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P0V_SHIFT 8UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P0V_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P0V_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P0V_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P3V_SHIFT 7UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P3V_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P3V_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P3V_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SUSPRES_SHIFT 6UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SUSPRES_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SUSPRES_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SUSPRES_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SDMA_SHIFT 5UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SDMA_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SDMA_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SDMA_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_HIGHSPEED_SHIFT 4UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_HIGHSPEED_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_HIGHSPEED_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_HIGHSPEED_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ADMA2_SHIFT 3UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ADMA2_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ADMA2_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ADMA2_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_8BIT_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_8BIT_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_8BIT_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_8BIT_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_MAXBLK_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_MAXBLK_WIDTH 2UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_MAXBLK_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_MAXBLK_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1CfgReg3 - */ -#define XPMC_XIOU_SLCR_SD1_CFG_REG3 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000498UL ) -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_RSTVAL 0x00000407UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_TUNINGSDR50_SHIFT 10UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_TUNINGSDR50_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_TUNINGSDR50_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_TUNINGSDR50_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_RETUNETMR_SHIFT 6UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_RETUNETMR_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_RETUNETMR_MASK 0x000003c0UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_RETUNETMR_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDRIVER_SHIFT 5UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDRIVER_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDRIVER_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDRIVER_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_CDRIVER_SHIFT 4UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_CDRIVER_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_CDRIVER_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_CDRIVER_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_ADRIVER_SHIFT 3UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_ADRIVER_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_ADRIVER_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_ADRIVER_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDR50_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDR50_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDR50_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDR50_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR104_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR104_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR104_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR104_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR50_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR50_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR50_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR50_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrSd1Initpreset - */ -#define XPMC_XIOU_SLCR_SD1_INITPRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000049CUL ) -#define XPMC_XIOU_SLCR_SD1_INITPRESET_RSTVAL 0x00000100UL - -#define XPMC_XIOU_SLCR_SD1_INITPRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_INITPRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_INITPRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_INITPRESET_DEFVAL 0x100UL - -/** - * Register: XpmcXiouSlcrSd1Dsppreset - */ -#define XPMC_XIOU_SLCR_SD1_DSPPRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004A0UL ) -#define XPMC_XIOU_SLCR_SD1_DSPPRESET_RSTVAL 0x00000004UL - -#define XPMC_XIOU_SLCR_SD1_DSPPRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_DSPPRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_DSPPRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_DSPPRESET_DEFVAL 0x4UL - -/** - * Register: XpmcXiouSlcrSd1Hspdpreset - */ -#define XPMC_XIOU_SLCR_SD1_HSPDPRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004A4UL ) -#define XPMC_XIOU_SLCR_SD1_HSPDPRESET_RSTVAL 0x00000002UL - -#define XPMC_XIOU_SLCR_SD1_HSPDPRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_HSPDPRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_HSPDPRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_HSPDPRESET_DEFVAL 0x2UL - -/** - * Register: XpmcXiouSlcrSd1Sdr12preset - */ -#define XPMC_XIOU_SLCR_SD1_SDR12PRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004A8UL ) -#define XPMC_XIOU_SLCR_SD1_SDR12PRESET_RSTVAL 0x00000004UL - -#define XPMC_XIOU_SLCR_SD1_SDR12PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_SDR12PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_SDR12PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_SDR12PRESET_DEFVAL 0x4UL - -/** - * Register: XpmcXiouSlcrSd1Sdr25preset - */ -#define XPMC_XIOU_SLCR_SD1_SDR25PRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004ACUL ) -#define XPMC_XIOU_SLCR_SD1_SDR25PRESET_RSTVAL 0x00000002UL - -#define XPMC_XIOU_SLCR_SD1_SDR25PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_SDR25PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_SDR25PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_SDR25PRESET_DEFVAL 0x2UL - -/** - * Register: XpmcXiouSlcrSd1Sdr50prset - */ -#define XPMC_XIOU_SLCR_SD1_SDR50PRSET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004B0UL ) -#define XPMC_XIOU_SLCR_SD1_SDR50PRSET_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_SD1_SDR50PRSET_SDR50PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_SDR50PRSET_SDR50PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_SDR50PRSET_SDR50PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_SDR50PRSET_SDR50PRESET_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrSd1Sdr104prst - */ -#define XPMC_XIOU_SLCR_SD1_SDR104PRST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004B4UL ) -#define XPMC_XIOU_SLCR_SD1_SDR104PRST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_SDR104PRST_SDR104PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_SDR104PRST_SDR104PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_SDR104PRST_SDR104PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_SDR104PRST_SDR104PRESET_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1Ddr50preset - */ -#define XPMC_XIOU_SLCR_SD1_DDR50PRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004B8UL ) -#define XPMC_XIOU_SLCR_SD1_DDR50PRESET_RSTVAL 0x00000002UL - -#define XPMC_XIOU_SLCR_SD1_DDR50PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_DDR50PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_DDR50PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_DDR50PRESET_DEFVAL 0x2UL - -/** - * Register: XpmcXiouSlcrSd1Maxcur1p8 - */ -#define XPMC_XIOU_SLCR_SD1_MAXCUR1P8 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004BCUL ) -#define XPMC_XIOU_SLCR_SD1_MAXCUR1P8_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_MAXCUR1P8_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_MAXCUR1P8_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_MAXCUR1P8_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD1_MAXCUR1P8_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1Maxcur3p0 - */ -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004C0UL ) -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P0_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P0_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P0_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P0_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1Maxcur3p3 - */ -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P3 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004C4UL ) -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P3_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P3_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P3_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P3_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P3_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1DllCtrl - */ -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004C8UL ) -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CLKSTABLE_CFG_SHIFT 9UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CLKSTABLE_CFG_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CLKSTABLE_CFG_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CLKSTABLE_CFG_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CFG_SHIFT 5UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CFG_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CFG_MASK 0x000001e0UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CFG_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_PSDONE_SHIFT 4UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_PSDONE_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_PSDONE_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_PSDONE_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_OVF_SHIFT 3UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_OVF_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_OVF_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_OVF_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_RST_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_RST_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_RST_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_RST_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_TESTMODE_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_TESTMODE_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_TESTMODE_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_TESTMODE_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_LOCK_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_LOCK_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_LOCK_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_LOCK_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrSd1CdnCtrl - */ -#define XPMC_XIOU_SLCR_SD1_CDN_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004CCUL ) -#define XPMC_XIOU_SLCR_SD1_CDN_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_CDN_CTRL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_CDN_CTRL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CDN_CTRL_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_CDN_CTRL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1DllTest - */ -#define XPMC_XIOU_SLCR_SD1_DLL_TEST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004D0UL ) -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_DIV_SHIFT 16UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_DIV_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_DIV_MASK 0x00ff0000UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_DIV_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_TX_SEL_SHIFT 9UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_TX_SEL_WIDTH 7UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_TX_SEL_MASK 0x0000fe00UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_TX_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_RX_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_RX_SEL_WIDTH 9UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_RX_SEL_MASK 0x000001ffUL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_RX_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1RxTuningSel - */ -#define XPMC_XIOU_SLCR_SD1_RX_TUNING_SEL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004D4UL ) -#define XPMC_XIOU_SLCR_SD1_RX_TUNING_SEL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_RX_TUNING_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_RX_TUNING_SEL_WIDTH 9UL -#define XPMC_XIOU_SLCR_SD1_RX_TUNING_SEL_MASK 0x000001ffUL -#define XPMC_XIOU_SLCR_SD1_RX_TUNING_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1DllDivMap0 - */ -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004D8UL ) -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_RSTVAL 0x50505050UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_3_SHIFT 24UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_3_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_3_MASK 0xff000000UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_3_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_2_SHIFT 16UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_2_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_2_MASK 0x00ff0000UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_2_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_1_SHIFT 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_1_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_1_MASK 0x0000ff00UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_1_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_0_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_0_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_0_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_0_DEFVAL 0x50UL - -/** - * Register: XpmcXiouSlcrSd1DllDivMap1 - */ -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004DCUL ) -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_RSTVAL 0x50505050UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_7_SHIFT 24UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_7_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_7_MASK 0xff000000UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_7_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_6_SHIFT 16UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_6_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_6_MASK 0x00ff0000UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_6_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_5_SHIFT 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_5_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_5_MASK 0x0000ff00UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_5_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_4_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_4_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_4_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_4_DEFVAL 0x50UL - -/** - * Register: XpmcXiouSlcrSd1CoherentCtrl - */ -#define XPMC_XIOU_SLCR_SD1_COHERENT_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004E0UL ) -#define XPMC_XIOU_SLCR_SD1_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_COHERENT_CTRL_AXI_COH_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_COHERENT_CTRL_AXI_COH_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD1_COHERENT_CTRL_AXI_COH_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_SD1_COHERENT_CTRL_AXI_COH_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1InterconnectRoute - */ -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_ROUTE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004E4UL ) -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_ROUTE_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_ROUTE_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_ROUTE_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_ROUTE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1Ram - */ -#define XPMC_XIOU_SLCR_SD1_RAM ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004E8UL ) -#define XPMC_XIOU_SLCR_SD1_RAM_RSTVAL 0x0000001bUL - -/** - * Register: XpmcXiouSlcrSd1InterconnectQos - */ -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_QOS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004ECUL ) -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_QOS_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_QOS_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_QOS_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_QOS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrOspiQspiAxiMuxSel - */ -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000504UL ) -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_WIDTH 1UL -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_XQSPIPSOSPI_SHIFT 0UL -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_XQSPIPSOSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_XQSPIPSOSPI_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_XQSPIPSOSPI_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrXqspipsiouCoherentCtrl - */ -#define XPMC_XIOU_SLCR_XQSPIPSIOU_COHERENT_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000508UL ) -#define XPMC_XIOU_SLCR_XQSPIPSIOU_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_XQSPIPSIOU_COHERENT_CTRL_XQSPIPSAXI_COH_SHIFT 0UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_COHERENT_CTRL_XQSPIPSAXI_COH_WIDTH 4UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_COHERENT_CTRL_XQSPIPSAXI_COH_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_COHERENT_CTRL_XQSPIPSAXI_COH_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrXqspipsiouInterconnectRoute - */ -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_ROUTE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000050CUL ) -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_ROUTE_QSPI_SHIFT 0UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_ROUTE_QSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_ROUTE_QSPI_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_ROUTE_QSPI_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrXqspipsiouRam - */ -#define XPMC_XIOU_SLCR_XQSPIPSIOU_RAM ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000510UL ) -#define XPMC_XIOU_SLCR_XQSPIPSIOU_RAM_RSTVAL 0x00000d9bUL - -/** - * Register: XpmcXiouSlcrXqspipsiouInterconnectQos - */ -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_QOS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000514UL ) -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_QOS_XQSPIPSQOS_SHIFT 0UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_QOS_XQSPIPSQOS_WIDTH 4UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_QOS_XQSPIPSQOS_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_QOS_XQSPIPSQOS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrOspiCoherentCtrl - */ -#define XPMC_XIOU_SLCR_OSPI_COHERENT_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000530UL ) -#define XPMC_XIOU_SLCR_OSPI_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_OSPI_COHERENT_CTRL_AXI_COH_SHIFT 0UL -#define XPMC_XIOU_SLCR_OSPI_COHERENT_CTRL_AXI_COH_WIDTH 4UL -#define XPMC_XIOU_SLCR_OSPI_COHERENT_CTRL_AXI_COH_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_OSPI_COHERENT_CTRL_AXI_COH_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrOspiInterconnectRoute - */ -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_ROUTE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000534UL ) -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_ROUTE_SHIFT 0UL -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_ROUTE_WIDTH 1UL -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_ROUTE_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_ROUTE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrOspiRam - */ -#define XPMC_XIOU_SLCR_OSPI_RAM ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000538UL ) -#define XPMC_XIOU_SLCR_OSPI_RAM_RSTVAL 0x0000000bUL - -/** - * Register: XpmcXiouSlcrOspiInterconnectQos - */ -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_QOS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000053CUL ) -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_QOS_SHIFT 0UL -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_QOS_WIDTH 4UL -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_QOS_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_QOS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrOspiRefclkDlyCtrl - */ -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000540UL ) -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_RSTVAL 0x00000013UL - -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY1_SHIFT 3UL -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY1_WIDTH 2UL -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY1_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY1_DEFVAL 0x2UL - -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY0_SHIFT 0UL -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY0_WIDTH 3UL -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY0_MASK 0x00000007UL -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY0_DEFVAL 0x3UL - -/** - * Register: XpmcXiouSlcrCurPwrSt - */ -#define XPMC_XIOU_SLCR_CUR_PWR_ST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000600UL ) -#define XPMC_XIOU_SLCR_CUR_PWR_ST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_CUR_PWR_ST_U2PMU_SHIFT 0UL -#define XPMC_XIOU_SLCR_CUR_PWR_ST_U2PMU_WIDTH 2UL -#define XPMC_XIOU_SLCR_CUR_PWR_ST_U2PMU_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_CUR_PWR_ST_U2PMU_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrConnectSt - */ -#define XPMC_XIOU_SLCR_CONNECT_ST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000604UL ) -#define XPMC_XIOU_SLCR_CONNECT_ST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_CONNECT_ST_U2PMU_SHIFT 0UL -#define XPMC_XIOU_SLCR_CONNECT_ST_U2PMU_WIDTH 1UL -#define XPMC_XIOU_SLCR_CONNECT_ST_U2PMU_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_CONNECT_ST_U2PMU_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrPwStateReq - */ -#define XPMC_XIOU_SLCR_PW_STATE_REQ ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000608UL ) -#define XPMC_XIOU_SLCR_PW_STATE_REQ_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PW_STATE_REQ_BIT_1_0_SHIFT 0UL -#define XPMC_XIOU_SLCR_PW_STATE_REQ_BIT_1_0_WIDTH 2UL -#define XPMC_XIOU_SLCR_PW_STATE_REQ_BIT_1_0_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_PW_STATE_REQ_BIT_1_0_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrHostU2PortDis - */ -#define XPMC_XIOU_SLCR_HOST_U2_PORT_DIS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000060CUL ) -#define XPMC_XIOU_SLCR_HOST_U2_PORT_DIS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_HOST_U2_PORT_DIS_BIT_0_SHIFT 0UL -#define XPMC_XIOU_SLCR_HOST_U2_PORT_DIS_BIT_0_WIDTH 1UL -#define XPMC_XIOU_SLCR_HOST_U2_PORT_DIS_BIT_0_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_HOST_U2_PORT_DIS_BIT_0_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrDbgU2pmu - */ -#define XPMC_XIOU_SLCR_DBG_U2PMU ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000610UL ) -#define XPMC_XIOU_SLCR_DBG_U2PMU_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_DBG_U2PMU_BIT_31_0_SHIFT 0UL -#define XPMC_XIOU_SLCR_DBG_U2PMU_BIT_31_0_WIDTH 32UL -#define XPMC_XIOU_SLCR_DBG_U2PMU_BIT_31_0_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_DBG_U2PMU_BIT_31_0_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrDbgU2pmuExt1 - */ -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000614UL ) -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT1_BIT_63_32_SHIFT 0UL -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT1_BIT_63_32_WIDTH 32UL -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT1_BIT_63_32_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT1_BIT_63_32_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrDbgU2pmuExt2 - */ -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT2 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000618UL ) -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT2_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT2_BIT_67_64_SHIFT 0UL -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT2_BIT_67_64_WIDTH 4UL -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT2_BIT_67_64_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT2_BIT_67_64_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrPmeGenU2pmu - */ -#define XPMC_XIOU_SLCR_PME_GEN_U2PMU ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000061CUL ) -#define XPMC_XIOU_SLCR_PME_GEN_U2PMU_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PME_GEN_U2PMU_BIT_0_SHIFT 0UL -#define XPMC_XIOU_SLCR_PME_GEN_U2PMU_BIT_0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PME_GEN_U2PMU_BIT_0_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PME_GEN_U2PMU_BIT_0_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrPwrCfgUsb2 - */ -#define XPMC_XIOU_SLCR_PWR_CFG_USB2 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000620UL ) -#define XPMC_XIOU_SLCR_PWR_CFG_USB2_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PWR_CFG_USB2_STRAP_SHIFT 0UL -#define XPMC_XIOU_SLCR_PWR_CFG_USB2_STRAP_WIDTH 30UL -#define XPMC_XIOU_SLCR_PWR_CFG_USB2_STRAP_MASK 0x3fffffffUL -#define XPMC_XIOU_SLCR_PWR_CFG_USB2_STRAP_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrPhyHub - */ -#define XPMC_XIOU_SLCR_PHY_HUB ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000624UL ) -#define XPMC_XIOU_SLCR_PHY_HUB_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PHY_HUB_VBUS_CTRL_SHIFT 1UL -#define XPMC_XIOU_SLCR_PHY_HUB_VBUS_CTRL_WIDTH 1UL -#define XPMC_XIOU_SLCR_PHY_HUB_VBUS_CTRL_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_PHY_HUB_VBUS_CTRL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PHY_HUB_OVER_CURRENT_SHIFT 0UL -#define XPMC_XIOU_SLCR_PHY_HUB_OVER_CURRENT_WIDTH 1UL -#define XPMC_XIOU_SLCR_PHY_HUB_OVER_CURRENT_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PHY_HUB_OVER_CURRENT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrCtrl - */ -#define XPMC_XIOU_SLCR_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000700UL ) -#define XPMC_XIOU_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XPMC_XIOU_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XPMC_XIOU_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrIsr - */ -#define XPMC_XIOU_SLCR_ISR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000800UL ) -#define XPMC_XIOU_SLCR_ISR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SLCR_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SLCR_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrImr - */ -#define XPMC_XIOU_SLCR_IMR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000804UL ) -#define XPMC_XIOU_SLCR_IMR_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SLCR_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SLCR_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrIer - */ -#define XPMC_XIOU_SLCR_IER ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000808UL ) -#define XPMC_XIOU_SLCR_IER_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SLCR_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SLCR_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrIdr - */ -#define XPMC_XIOU_SLCR_IDR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000080CUL ) -#define XPMC_XIOU_SLCR_IDR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SLCR_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SLCR_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrItr - */ -#define XPMC_XIOU_SLCR_ITR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000810UL ) -#define XPMC_XIOU_SLCR_ITR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SLCR_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SLCR_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrParityIsr - */ -#define XPMC_XIOU_SLCR_PARITY_ISR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000814UL ) -#define XPMC_XIOU_SLCR_PARITY_ISR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD1_SHIFT 12UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD1_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD0_SHIFT 11UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD0_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_QSPI_SHIFT 10UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_QSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_QSPI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_QSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_OSPI_SHIFT 9UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_OSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_OSPI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_OSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD1_SHIFT 8UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD1_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD0_SHIFT 7UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD0_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI1_SHIFT 6UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI1_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_SHIFT 5UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_SHIFT 4UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI0_APB_SHIFT 3UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI0_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI0_APB_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI0_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_OSPI_APB_SHIFT 2UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_OSPI_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_OSPI_APB_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_OSPI_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_I2C_APB_SHIFT 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_I2C_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_I2C_APB_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_I2C_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_SHIFT 0UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrParityImr - */ -#define XPMC_XIOU_SLCR_PARITY_IMR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000818UL ) -#define XPMC_XIOU_SLCR_PARITY_IMR_RSTVAL 0x00001fffUL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD1_SHIFT 12UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD1_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD1_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD0_SHIFT 11UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD0_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD0_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_QSPI_SHIFT 10UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_QSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_QSPI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_QSPI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_OSPI_SHIFT 9UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_OSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_OSPI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_OSPI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD1_SHIFT 8UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD1_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD1_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD0_SHIFT 7UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD0_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD0_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI1_SHIFT 6UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI1_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI1_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_SHIFT 5UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_SHIFT 4UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI0_APB_SHIFT 3UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI0_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI0_APB_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI0_APB_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_OSPI_APB_SHIFT 2UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_OSPI_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_OSPI_APB_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_OSPI_APB_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_I2C_APB_SHIFT 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_I2C_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_I2C_APB_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_I2C_APB_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_SHIFT 0UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrParityIer - */ -#define XPMC_XIOU_SLCR_PARITY_IER ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000081CUL ) -#define XPMC_XIOU_SLCR_PARITY_IER_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD1_SHIFT 12UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD1_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD0_SHIFT 11UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD0_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_QSPI_SHIFT 10UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_QSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_QSPI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_QSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_OSPI_SHIFT 9UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_OSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_OSPI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_OSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD1_SHIFT 8UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD1_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD0_SHIFT 7UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD0_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI1_SHIFT 6UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI1_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_SHIFT 5UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_SHIFT 4UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI0_APB_SHIFT 3UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI0_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI0_APB_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI0_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_OSPI_APB_SHIFT 2UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_OSPI_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_OSPI_APB_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_OSPI_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_I2C_APB_SHIFT 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_I2C_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_I2C_APB_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_I2C_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_SHIFT 0UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrParityIdr - */ -#define XPMC_XIOU_SLCR_PARITY_IDR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000820UL ) -#define XPMC_XIOU_SLCR_PARITY_IDR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD1_SHIFT 12UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD1_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD0_SHIFT 11UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD0_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_QSPI_SHIFT 10UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_QSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_QSPI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_QSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_OSPI_SHIFT 9UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_OSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_OSPI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_OSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD1_SHIFT 8UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD1_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD0_SHIFT 7UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD0_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI1_SHIFT 6UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI1_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_SHIFT 5UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_SHIFT 4UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI0_APB_SHIFT 3UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI0_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI0_APB_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI0_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_OSPI_APB_SHIFT 2UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_OSPI_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_OSPI_APB_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_OSPI_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_I2C_APB_SHIFT 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_I2C_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_I2C_APB_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_I2C_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_SHIFT 0UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrParityItr - */ -#define XPMC_XIOU_SLCR_PARITY_ITR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000824UL ) -#define XPMC_XIOU_SLCR_PARITY_ITR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD1_SHIFT 12UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD1_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD0_SHIFT 11UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD0_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_QSPI_SHIFT 10UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_QSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_QSPI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_QSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_OSPI_SHIFT 9UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_OSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_OSPI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_OSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD1_SHIFT 8UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD1_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD0_SHIFT 7UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD0_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI1_SHIFT 6UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI1_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_SHIFT 5UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_SHIFT 4UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI0_APB_SHIFT 3UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI0_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI0_APB_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI0_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_OSPI_APB_SHIFT 2UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_OSPI_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_OSPI_APB_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_OSPI_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_I2C_APB_SHIFT 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_I2C_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_I2C_APB_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_I2C_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_SHIFT 0UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrWprot0 - */ -#define XPMC_XIOU_SLCR_WPROT0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000828UL ) -#define XPMC_XIOU_SLCR_WPROT0_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_WPROT0_ACT_SHIFT 0UL -#define XPMC_XIOU_SLCR_WPROT0_ACT_WIDTH 1UL -#define XPMC_XIOU_SLCR_WPROT0_ACT_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_WPROT0_ACT_DEFVAL 0x1UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XPMC_XIOU_SLCR_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xmpu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xmpu.h deleted file mode 100644 index 290d2be..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xmpu.h +++ /dev/null @@ -1,1667 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XPMC_XMPU_H__ -#define __XPMC_XMPU_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XpmcXmpu Base Address - */ -#define XPMC_XMPU_BASEADDR 0xF12F0000UL - -/** - * Register: XpmcXmpuCtrl - */ -#define XPMC_XMPU_CTRL ( ( XPMC_XMPU_BASEADDR ) + 0x00000000UL ) -#define XPMC_XMPU_CTRL_RSTVAL 0x00000013UL - -#define XPMC_XMPU_CTRL_DISDEFSREGION_SHIFT 4UL -#define XPMC_XMPU_CTRL_DISDEFSREGION_WIDTH 1UL -#define XPMC_XMPU_CTRL_DISDEFSREGION_MASK 0x00000010UL -#define XPMC_XMPU_CTRL_DISDEFSREGION_DEFVAL 0x1UL - -#define XPMC_XMPU_CTRL_ALIGNCFG_SHIFT 3UL -#define XPMC_XMPU_CTRL_ALIGNCFG_WIDTH 1UL -#define XPMC_XMPU_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XPMC_XMPU_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XPMC_XMPU_CTRL_HIDEALLOWED_SHIFT 2UL -#define XPMC_XMPU_CTRL_HIDEALLOWED_WIDTH 1UL -#define XPMC_XMPU_CTRL_HIDEALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_CTRL_HIDEALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_CTRL_DEFWRALLOWED_SHIFT 1UL -#define XPMC_XMPU_CTRL_DEFWRALLOWED_WIDTH 1UL -#define XPMC_XMPU_CTRL_DEFWRALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_CTRL_DEFWRALLOWED_DEFVAL 0x1UL - -#define XPMC_XMPU_CTRL_DEFRDALLOWED_SHIFT 0UL -#define XPMC_XMPU_CTRL_DEFRDALLOWED_WIDTH 1UL -#define XPMC_XMPU_CTRL_DEFRDALLOWED_MASK 0x00000001UL -#define XPMC_XMPU_CTRL_DEFRDALLOWED_DEFVAL 0x1UL - -/** - * Register: XpmcXmpuErrSts1Lo - */ -#define XPMC_XMPU_ERR_STS1_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000004UL ) -#define XPMC_XMPU_ERR_STS1_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_ERR_STS1_LO_AXI_ADDR_SHIFT 0UL -#define XPMC_XMPU_ERR_STS1_LO_AXI_ADDR_WIDTH 32UL -#define XPMC_XMPU_ERR_STS1_LO_AXI_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_ERR_STS1_LO_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuErrSts1Hi - */ -#define XPMC_XMPU_ERR_STS1_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000008UL ) -#define XPMC_XMPU_ERR_STS1_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_ERR_STS1_HI_AXI_ADDR_SHIFT 0UL -#define XPMC_XMPU_ERR_STS1_HI_AXI_ADDR_WIDTH 12UL -#define XPMC_XMPU_ERR_STS1_HI_AXI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_ERR_STS1_HI_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuErrSts2 - */ -#define XPMC_XMPU_ERR_STS2 ( ( XPMC_XMPU_BASEADDR ) + 0x0000000CUL ) -#define XPMC_XMPU_ERR_STS2_RSTVAL 0x00000000UL - -#define XPMC_XMPU_ERR_STS2_AXI_ID_SHIFT 0UL -#define XPMC_XMPU_ERR_STS2_AXI_ID_WIDTH 10UL -#define XPMC_XMPU_ERR_STS2_AXI_ID_MASK 0x000003ffUL -#define XPMC_XMPU_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuIsr - */ -#define XPMC_XMPU_ISR ( ( XPMC_XMPU_BASEADDR ) + 0x00000010UL ) -#define XPMC_XMPU_ISR_RSTVAL 0x00000000UL - -#define XPMC_XMPU_ISR_SECURITYVIO_SHIFT 3UL -#define XPMC_XMPU_ISR_SECURITYVIO_WIDTH 1UL -#define XPMC_XMPU_ISR_SECURITYVIO_MASK 0x00000008UL -#define XPMC_XMPU_ISR_SECURITYVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_ISR_WRPERMVIO_SHIFT 2UL -#define XPMC_XMPU_ISR_WRPERMVIO_WIDTH 1UL -#define XPMC_XMPU_ISR_WRPERMVIO_MASK 0x00000004UL -#define XPMC_XMPU_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_ISR_RDPERMVIO_SHIFT 1UL -#define XPMC_XMPU_ISR_RDPERMVIO_WIDTH 1UL -#define XPMC_XMPU_ISR_RDPERMVIO_MASK 0x00000002UL -#define XPMC_XMPU_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_ISR_INV_APB_SHIFT 0UL -#define XPMC_XMPU_ISR_INV_APB_WIDTH 1UL -#define XPMC_XMPU_ISR_INV_APB_MASK 0x00000001UL -#define XPMC_XMPU_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuImr - */ -#define XPMC_XMPU_IMR ( ( XPMC_XMPU_BASEADDR ) + 0x00000014UL ) -#define XPMC_XMPU_IMR_RSTVAL 0x0000000fUL - -#define XPMC_XMPU_IMR_SECURITYVIO_SHIFT 3UL -#define XPMC_XMPU_IMR_SECURITYVIO_WIDTH 1UL -#define XPMC_XMPU_IMR_SECURITYVIO_MASK 0x00000008UL -#define XPMC_XMPU_IMR_SECURITYVIO_DEFVAL 0x1UL - -#define XPMC_XMPU_IMR_WRPERMVIO_SHIFT 2UL -#define XPMC_XMPU_IMR_WRPERMVIO_WIDTH 1UL -#define XPMC_XMPU_IMR_WRPERMVIO_MASK 0x00000004UL -#define XPMC_XMPU_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XPMC_XMPU_IMR_RDPERMVIO_SHIFT 1UL -#define XPMC_XMPU_IMR_RDPERMVIO_WIDTH 1UL -#define XPMC_XMPU_IMR_RDPERMVIO_MASK 0x00000002UL -#define XPMC_XMPU_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XPMC_XMPU_IMR_INV_APB_SHIFT 0UL -#define XPMC_XMPU_IMR_INV_APB_WIDTH 1UL -#define XPMC_XMPU_IMR_INV_APB_MASK 0x00000001UL -#define XPMC_XMPU_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XpmcXmpuIen - */ -#define XPMC_XMPU_IEN ( ( XPMC_XMPU_BASEADDR ) + 0x00000018UL ) -#define XPMC_XMPU_IEN_RSTVAL 0x00000000UL - -#define XPMC_XMPU_IEN_SECURITYVIO_SHIFT 3UL -#define XPMC_XMPU_IEN_SECURITYVIO_WIDTH 1UL -#define XPMC_XMPU_IEN_SECURITYVIO_MASK 0x00000008UL -#define XPMC_XMPU_IEN_SECURITYVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_IEN_WRPERMVIO_SHIFT 2UL -#define XPMC_XMPU_IEN_WRPERMVIO_WIDTH 1UL -#define XPMC_XMPU_IEN_WRPERMVIO_MASK 0x00000004UL -#define XPMC_XMPU_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_IEN_RDPERMVIO_SHIFT 1UL -#define XPMC_XMPU_IEN_RDPERMVIO_WIDTH 1UL -#define XPMC_XMPU_IEN_RDPERMVIO_MASK 0x00000002UL -#define XPMC_XMPU_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_IEN_INV_APB_SHIFT 0UL -#define XPMC_XMPU_IEN_INV_APB_WIDTH 1UL -#define XPMC_XMPU_IEN_INV_APB_MASK 0x00000001UL -#define XPMC_XMPU_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuIds - */ -#define XPMC_XMPU_IDS ( ( XPMC_XMPU_BASEADDR ) + 0x0000001CUL ) -#define XPMC_XMPU_IDS_RSTVAL 0x00000000UL - -#define XPMC_XMPU_IDS_SECURITYVIO_SHIFT 3UL -#define XPMC_XMPU_IDS_SECURITYVIO_WIDTH 1UL -#define XPMC_XMPU_IDS_SECURITYVIO_MASK 0x00000008UL -#define XPMC_XMPU_IDS_SECURITYVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_IDS_WRPERMVIO_SHIFT 2UL -#define XPMC_XMPU_IDS_WRPERMVIO_WIDTH 1UL -#define XPMC_XMPU_IDS_WRPERMVIO_MASK 0x00000004UL -#define XPMC_XMPU_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_IDS_RDPERMVIO_SHIFT 1UL -#define XPMC_XMPU_IDS_RDPERMVIO_WIDTH 1UL -#define XPMC_XMPU_IDS_RDPERMVIO_MASK 0x00000002UL -#define XPMC_XMPU_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_IDS_INV_APB_SHIFT 0UL -#define XPMC_XMPU_IDS_INV_APB_WIDTH 1UL -#define XPMC_XMPU_IDS_INV_APB_MASK 0x00000001UL -#define XPMC_XMPU_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuLock - */ -#define XPMC_XMPU_LOCK ( ( XPMC_XMPU_BASEADDR ) + 0x00000020UL ) -#define XPMC_XMPU_LOCK_RSTVAL 0x00000000UL - -#define XPMC_XMPU_LOCK_REGWRDIS_SHIFT 0UL -#define XPMC_XMPU_LOCK_REGWRDIS_WIDTH 1UL -#define XPMC_XMPU_LOCK_REGWRDIS_MASK 0x00000001UL -#define XPMC_XMPU_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR00StartLo - */ -#define XPMC_XMPU_R00_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000100UL ) -#define XPMC_XMPU_R00_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R00_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R00_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R00_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R00_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR00StartHi - */ -#define XPMC_XMPU_R00_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000104UL ) -#define XPMC_XMPU_R00_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R00_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R00_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R00_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R00_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR00EndLo - */ -#define XPMC_XMPU_R00_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000108UL ) -#define XPMC_XMPU_R00_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R00_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R00_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R00_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R00_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR00EndHi - */ -#define XPMC_XMPU_R00_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000010CUL ) -#define XPMC_XMPU_R00_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R00_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R00_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R00_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R00_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR00Master - */ -#define XPMC_XMPU_R00_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000110UL ) -#define XPMC_XMPU_R00_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R00_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R00_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R00_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R00_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R00_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R00_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R00_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R00_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR00Cfg - */ -#define XPMC_XMPU_R00_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x00000114UL ) -#define XPMC_XMPU_R00_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R00_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R00_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R00_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R00_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R00_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R00_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R00_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R00_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R00_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R00_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R00_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R00_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R00_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R00_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R00_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R00_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R00_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R00_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R00_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R00_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR01StartLo - */ -#define XPMC_XMPU_R01_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000118UL ) -#define XPMC_XMPU_R01_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R01_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R01_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R01_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R01_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR01StartHi - */ -#define XPMC_XMPU_R01_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000011CUL ) -#define XPMC_XMPU_R01_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R01_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R01_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R01_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R01_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR01EndLo - */ -#define XPMC_XMPU_R01_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000120UL ) -#define XPMC_XMPU_R01_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R01_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R01_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R01_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R01_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR01EndHi - */ -#define XPMC_XMPU_R01_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000124UL ) -#define XPMC_XMPU_R01_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R01_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R01_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R01_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R01_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR01Master - */ -#define XPMC_XMPU_R01_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000128UL ) -#define XPMC_XMPU_R01_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R01_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R01_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R01_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R01_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R01_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R01_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R01_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R01_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR01Cfg - */ -#define XPMC_XMPU_R01_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x0000012CUL ) -#define XPMC_XMPU_R01_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R01_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R01_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R01_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R01_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R01_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R01_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R01_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R01_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R01_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R01_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R01_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R01_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R01_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R01_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R01_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R01_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R01_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R01_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R01_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R01_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR02StartLo - */ -#define XPMC_XMPU_R02_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000130UL ) -#define XPMC_XMPU_R02_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R02_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R02_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R02_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R02_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR02StartHi - */ -#define XPMC_XMPU_R02_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000134UL ) -#define XPMC_XMPU_R02_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R02_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R02_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R02_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R02_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR02EndLo - */ -#define XPMC_XMPU_R02_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000138UL ) -#define XPMC_XMPU_R02_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R02_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R02_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R02_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R02_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR02EndHi - */ -#define XPMC_XMPU_R02_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000013CUL ) -#define XPMC_XMPU_R02_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R02_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R02_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R02_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R02_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR02Master - */ -#define XPMC_XMPU_R02_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000140UL ) -#define XPMC_XMPU_R02_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R02_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R02_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R02_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R02_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R02_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R02_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R02_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R02_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR02Cfg - */ -#define XPMC_XMPU_R02_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x00000144UL ) -#define XPMC_XMPU_R02_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R02_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R02_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R02_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R02_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R02_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R02_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R02_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R02_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R02_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R02_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R02_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R02_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R02_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R02_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R02_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R02_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R02_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R02_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R02_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R02_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR03StartLo - */ -#define XPMC_XMPU_R03_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000148UL ) -#define XPMC_XMPU_R03_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R03_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R03_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R03_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R03_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR03StartHi - */ -#define XPMC_XMPU_R03_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000014CUL ) -#define XPMC_XMPU_R03_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R03_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R03_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R03_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R03_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR03EndLo - */ -#define XPMC_XMPU_R03_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000150UL ) -#define XPMC_XMPU_R03_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R03_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R03_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R03_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R03_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR03EndHi - */ -#define XPMC_XMPU_R03_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000154UL ) -#define XPMC_XMPU_R03_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R03_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R03_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R03_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R03_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR03Master - */ -#define XPMC_XMPU_R03_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000158UL ) -#define XPMC_XMPU_R03_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R03_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R03_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R03_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R03_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R03_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R03_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R03_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R03_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR03Cfg - */ -#define XPMC_XMPU_R03_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x0000015CUL ) -#define XPMC_XMPU_R03_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R03_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R03_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R03_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R03_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R03_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R03_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R03_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R03_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R03_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R03_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R03_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R03_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R03_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R03_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R03_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R03_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R03_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R03_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R03_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R03_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR04StartLo - */ -#define XPMC_XMPU_R04_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000160UL ) -#define XPMC_XMPU_R04_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R04_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R04_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R04_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R04_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR04StartHi - */ -#define XPMC_XMPU_R04_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000164UL ) -#define XPMC_XMPU_R04_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R04_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R04_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R04_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R04_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR04EndLo - */ -#define XPMC_XMPU_R04_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000168UL ) -#define XPMC_XMPU_R04_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R04_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R04_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R04_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R04_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR04EndHi - */ -#define XPMC_XMPU_R04_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000016CUL ) -#define XPMC_XMPU_R04_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R04_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R04_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R04_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R04_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR04Master - */ -#define XPMC_XMPU_R04_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000170UL ) -#define XPMC_XMPU_R04_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R04_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R04_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R04_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R04_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R04_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R04_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R04_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R04_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR04Cfg - */ -#define XPMC_XMPU_R04_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x00000174UL ) -#define XPMC_XMPU_R04_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R04_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R04_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R04_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R04_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R04_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R04_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R04_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R04_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R04_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R04_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R04_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R04_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R04_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R04_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R04_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R04_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R04_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R04_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R04_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R04_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR05StartLo - */ -#define XPMC_XMPU_R05_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000178UL ) -#define XPMC_XMPU_R05_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R05_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R05_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R05_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R05_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR05StartHi - */ -#define XPMC_XMPU_R05_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000017CUL ) -#define XPMC_XMPU_R05_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R05_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R05_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R05_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R05_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR05EndLo - */ -#define XPMC_XMPU_R05_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000180UL ) -#define XPMC_XMPU_R05_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R05_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R05_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R05_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R05_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR05EndHi - */ -#define XPMC_XMPU_R05_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000184UL ) -#define XPMC_XMPU_R05_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R05_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R05_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R05_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R05_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR05Master - */ -#define XPMC_XMPU_R05_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000188UL ) -#define XPMC_XMPU_R05_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R05_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R05_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R05_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R05_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R05_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R05_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R05_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R05_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR05Cfg - */ -#define XPMC_XMPU_R05_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x0000018CUL ) -#define XPMC_XMPU_R05_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R05_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R05_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R05_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R05_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R05_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R05_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R05_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R05_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R05_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R05_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R05_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R05_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R05_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R05_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R05_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R05_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R05_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R05_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R05_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R05_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR06StartLo - */ -#define XPMC_XMPU_R06_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000190UL ) -#define XPMC_XMPU_R06_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R06_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R06_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R06_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R06_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR06StartHi - */ -#define XPMC_XMPU_R06_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000194UL ) -#define XPMC_XMPU_R06_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R06_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R06_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R06_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R06_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR06EndLo - */ -#define XPMC_XMPU_R06_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000198UL ) -#define XPMC_XMPU_R06_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R06_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R06_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R06_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R06_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR06EndHi - */ -#define XPMC_XMPU_R06_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000019CUL ) -#define XPMC_XMPU_R06_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R06_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R06_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R06_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R06_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR06Master - */ -#define XPMC_XMPU_R06_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x000001A0UL ) -#define XPMC_XMPU_R06_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R06_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R06_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R06_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R06_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R06_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R06_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R06_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R06_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR06Cfg - */ -#define XPMC_XMPU_R06_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x000001A4UL ) -#define XPMC_XMPU_R06_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R06_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R06_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R06_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R06_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R06_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R06_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R06_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R06_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R06_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R06_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R06_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R06_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R06_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R06_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R06_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R06_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R06_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R06_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R06_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R06_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR07StartLo - */ -#define XPMC_XMPU_R07_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001A8UL ) -#define XPMC_XMPU_R07_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R07_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R07_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R07_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R07_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR07StartHi - */ -#define XPMC_XMPU_R07_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001ACUL ) -#define XPMC_XMPU_R07_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R07_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R07_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R07_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R07_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR07EndLo - */ -#define XPMC_XMPU_R07_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001B0UL ) -#define XPMC_XMPU_R07_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R07_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R07_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R07_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R07_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR07EndHi - */ -#define XPMC_XMPU_R07_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001B4UL ) -#define XPMC_XMPU_R07_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R07_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R07_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R07_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R07_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR07Master - */ -#define XPMC_XMPU_R07_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x000001B8UL ) -#define XPMC_XMPU_R07_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R07_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R07_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R07_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R07_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R07_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R07_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R07_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R07_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR07Cfg - */ -#define XPMC_XMPU_R07_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x000001BCUL ) -#define XPMC_XMPU_R07_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R07_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R07_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R07_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R07_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R07_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R07_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R07_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R07_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R07_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R07_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R07_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R07_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R07_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R07_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R07_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R07_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R07_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R07_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R07_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R07_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR08StartLo - */ -#define XPMC_XMPU_R08_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001C0UL ) -#define XPMC_XMPU_R08_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R08_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R08_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R08_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R08_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR08StartHi - */ -#define XPMC_XMPU_R08_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001C4UL ) -#define XPMC_XMPU_R08_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R08_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R08_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R08_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R08_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR08EndLo - */ -#define XPMC_XMPU_R08_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001C8UL ) -#define XPMC_XMPU_R08_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R08_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R08_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R08_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R08_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR08EndHi - */ -#define XPMC_XMPU_R08_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001CCUL ) -#define XPMC_XMPU_R08_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R08_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R08_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R08_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R08_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR08Master - */ -#define XPMC_XMPU_R08_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x000001D0UL ) -#define XPMC_XMPU_R08_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R08_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R08_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R08_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R08_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R08_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R08_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R08_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R08_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR08Cfg - */ -#define XPMC_XMPU_R08_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x000001D4UL ) -#define XPMC_XMPU_R08_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R08_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R08_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R08_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R08_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R08_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R08_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R08_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R08_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R08_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R08_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R08_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R08_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R08_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R08_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R08_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R08_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R08_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R08_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R08_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R08_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR09StartLo - */ -#define XPMC_XMPU_R09_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001D8UL ) -#define XPMC_XMPU_R09_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R09_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R09_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R09_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R09_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR09StartHi - */ -#define XPMC_XMPU_R09_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001DCUL ) -#define XPMC_XMPU_R09_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R09_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R09_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R09_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R09_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR09EndLo - */ -#define XPMC_XMPU_R09_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001E0UL ) -#define XPMC_XMPU_R09_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R09_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R09_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R09_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R09_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR09EndHi - */ -#define XPMC_XMPU_R09_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001E4UL ) -#define XPMC_XMPU_R09_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R09_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R09_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R09_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R09_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR09Master - */ -#define XPMC_XMPU_R09_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x000001E8UL ) -#define XPMC_XMPU_R09_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R09_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R09_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R09_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R09_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R09_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R09_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R09_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R09_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR09Cfg - */ -#define XPMC_XMPU_R09_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x000001ECUL ) -#define XPMC_XMPU_R09_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R09_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R09_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R09_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R09_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R09_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R09_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R09_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R09_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R09_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R09_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R09_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R09_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R09_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R09_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R09_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R09_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R09_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R09_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R09_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R09_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR10StartLo - */ -#define XPMC_XMPU_R10_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001F0UL ) -#define XPMC_XMPU_R10_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R10_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R10_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R10_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R10_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR10StartHi - */ -#define XPMC_XMPU_R10_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001F4UL ) -#define XPMC_XMPU_R10_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R10_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R10_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R10_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R10_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR10EndLo - */ -#define XPMC_XMPU_R10_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001F8UL ) -#define XPMC_XMPU_R10_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R10_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R10_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R10_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R10_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR10EndHi - */ -#define XPMC_XMPU_R10_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001FCUL ) -#define XPMC_XMPU_R10_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R10_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R10_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R10_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R10_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR10Master - */ -#define XPMC_XMPU_R10_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000200UL ) -#define XPMC_XMPU_R10_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R10_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R10_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R10_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R10_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R10_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R10_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R10_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R10_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR10Cfg - */ -#define XPMC_XMPU_R10_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x00000204UL ) -#define XPMC_XMPU_R10_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R10_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R10_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R10_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R10_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R10_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R10_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R10_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R10_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R10_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R10_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R10_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R10_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R10_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R10_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R10_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R10_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R10_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R10_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R10_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R10_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR11StartLo - */ -#define XPMC_XMPU_R11_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000208UL ) -#define XPMC_XMPU_R11_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R11_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R11_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R11_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R11_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR11StartHi - */ -#define XPMC_XMPU_R11_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000020CUL ) -#define XPMC_XMPU_R11_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R11_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R11_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R11_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R11_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR11EndLo - */ -#define XPMC_XMPU_R11_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000210UL ) -#define XPMC_XMPU_R11_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R11_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R11_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R11_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R11_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR11EndHi - */ -#define XPMC_XMPU_R11_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000214UL ) -#define XPMC_XMPU_R11_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R11_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R11_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R11_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R11_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR11Master - */ -#define XPMC_XMPU_R11_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000218UL ) -#define XPMC_XMPU_R11_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R11_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R11_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R11_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R11_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R11_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R11_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R11_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R11_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR11Cfg - */ -#define XPMC_XMPU_R11_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x0000021CUL ) -#define XPMC_XMPU_R11_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R11_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R11_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R11_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R11_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R11_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R11_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R11_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R11_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R11_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R11_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R11_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R11_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R11_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R11_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R11_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R11_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R11_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R11_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R11_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R11_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR12StartLo - */ -#define XPMC_XMPU_R12_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000220UL ) -#define XPMC_XMPU_R12_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R12_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R12_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R12_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R12_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR12StartHi - */ -#define XPMC_XMPU_R12_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000224UL ) -#define XPMC_XMPU_R12_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R12_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R12_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R12_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R12_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR12EndLo - */ -#define XPMC_XMPU_R12_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000228UL ) -#define XPMC_XMPU_R12_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R12_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R12_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R12_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R12_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR12EndHi - */ -#define XPMC_XMPU_R12_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000022CUL ) -#define XPMC_XMPU_R12_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R12_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R12_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R12_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R12_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR12Master - */ -#define XPMC_XMPU_R12_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000238UL ) -#define XPMC_XMPU_R12_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R12_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R12_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R12_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R12_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R12_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R12_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R12_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R12_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR12Cfg - */ -#define XPMC_XMPU_R12_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x0000023CUL ) -#define XPMC_XMPU_R12_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R12_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R12_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R12_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R12_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R12_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R12_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R12_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R12_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R12_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R12_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R12_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R12_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R12_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R12_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R12_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R12_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R12_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R12_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R12_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R12_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR13StartLo - */ -#define XPMC_XMPU_R13_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000240UL ) -#define XPMC_XMPU_R13_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R13_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R13_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R13_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R13_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR13StartHi - */ -#define XPMC_XMPU_R13_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000244UL ) -#define XPMC_XMPU_R13_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R13_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R13_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R13_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R13_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR13EndLo - */ -#define XPMC_XMPU_R13_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000248UL ) -#define XPMC_XMPU_R13_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R13_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R13_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R13_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R13_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR13EndHi - */ -#define XPMC_XMPU_R13_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000024CUL ) -#define XPMC_XMPU_R13_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R13_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R13_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R13_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R13_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR13Master - */ -#define XPMC_XMPU_R13_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000250UL ) -#define XPMC_XMPU_R13_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R13_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R13_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R13_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R13_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R13_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R13_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R13_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R13_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR13Cfg - */ -#define XPMC_XMPU_R13_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x00000254UL ) -#define XPMC_XMPU_R13_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R13_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R13_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R13_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R13_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R13_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R13_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R13_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R13_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R13_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R13_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R13_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R13_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R13_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R13_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R13_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R13_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R13_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R13_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R13_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R13_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR14StartLo - */ -#define XPMC_XMPU_R14_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000258UL ) -#define XPMC_XMPU_R14_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R14_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R14_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R14_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R14_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR14StartHi - */ -#define XPMC_XMPU_R14_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000025CUL ) -#define XPMC_XMPU_R14_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R14_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R14_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R14_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R14_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR14EndLo - */ -#define XPMC_XMPU_R14_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000260UL ) -#define XPMC_XMPU_R14_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R14_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R14_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R14_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R14_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR14EndHi - */ -#define XPMC_XMPU_R14_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000264UL ) -#define XPMC_XMPU_R14_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R14_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R14_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R14_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R14_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR14Master - */ -#define XPMC_XMPU_R14_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000268UL ) -#define XPMC_XMPU_R14_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R14_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R14_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R14_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R14_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R14_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R14_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R14_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R14_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR14Cfg - */ -#define XPMC_XMPU_R14_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x0000026CUL ) -#define XPMC_XMPU_R14_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R14_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R14_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R14_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R14_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R14_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R14_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R14_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R14_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R14_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R14_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R14_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R14_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R14_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R14_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R14_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R14_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R14_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R14_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R14_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R14_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR15StartLo - */ -#define XPMC_XMPU_R15_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000270UL ) -#define XPMC_XMPU_R15_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R15_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R15_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R15_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R15_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR15StartHi - */ -#define XPMC_XMPU_R15_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000274UL ) -#define XPMC_XMPU_R15_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R15_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R15_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R15_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R15_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR15EndLo - */ -#define XPMC_XMPU_R15_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000278UL ) -#define XPMC_XMPU_R15_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R15_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R15_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R15_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R15_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR15EndHi - */ -#define XPMC_XMPU_R15_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000027CUL ) -#define XPMC_XMPU_R15_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R15_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R15_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R15_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R15_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR15Master - */ -#define XPMC_XMPU_R15_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000280UL ) -#define XPMC_XMPU_R15_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R15_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R15_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R15_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R15_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R15_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R15_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R15_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R15_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR15Cfg - */ -#define XPMC_XMPU_R15_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x00000284UL ) -#define XPMC_XMPU_R15_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R15_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R15_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R15_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R15_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R15_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R15_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R15_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R15_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R15_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R15_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R15_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R15_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R15_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R15_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R15_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R15_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R15_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R15_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R15_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R15_CFG_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XPMC_XMPU_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xppu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xppu.h deleted file mode 100644 index 589901c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xppu.h +++ /dev/null @@ -1,6769 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XPMC_XPPU_H__ -#define __XPMC_XPPU_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XpmcXppu Base Address - */ -#define XPMC_XPPU_BASEADDR 0xF1310000UL - -/** - * Register: XpmcXppuCtrl - */ -#define XPMC_XPPU_CTRL ( ( XPMC_XPPU_BASEADDR ) + 0x00000000UL ) -#define XPMC_XPPU_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XPPU_CTRL_HIDE_EN_SHIFT 3UL -#define XPMC_XPPU_CTRL_HIDE_EN_WIDTH 1UL -#define XPMC_XPPU_CTRL_HIDE_EN_MASK 0x00000008UL -#define XPMC_XPPU_CTRL_HIDE_EN_DEFVAL 0x0UL - -#define XPMC_XPPU_CTRL_APER_PARITY_EN_SHIFT 2UL -#define XPMC_XPPU_CTRL_APER_PARITY_EN_WIDTH 1UL -#define XPMC_XPPU_CTRL_APER_PARITY_EN_MASK 0x00000004UL -#define XPMC_XPPU_CTRL_APER_PARITY_EN_DEFVAL 0x0UL - -#define XPMC_XPPU_CTRL_MID_PARITY_EN_SHIFT 1UL -#define XPMC_XPPU_CTRL_MID_PARITY_EN_WIDTH 1UL -#define XPMC_XPPU_CTRL_MID_PARITY_EN_MASK 0x00000002UL -#define XPMC_XPPU_CTRL_MID_PARITY_EN_DEFVAL 0x0UL - -#define XPMC_XPPU_CTRL_EN_SHIFT 0UL -#define XPMC_XPPU_CTRL_EN_WIDTH 1UL -#define XPMC_XPPU_CTRL_EN_MASK 0x00000001UL -#define XPMC_XPPU_CTRL_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXppuErrSts1 - */ -#define XPMC_XPPU_ERR_STS1 ( ( XPMC_XPPU_BASEADDR ) + 0x00000004UL ) -#define XPMC_XPPU_ERR_STS1_RSTVAL 0x00000000UL - -#define XPMC_XPPU_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XPMC_XPPU_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XPMC_XPPU_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XPMC_XPPU_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXppuErrSts2 - */ -#define XPMC_XPPU_ERR_STS2 ( ( XPMC_XPPU_BASEADDR ) + 0x00000008UL ) -#define XPMC_XPPU_ERR_STS2_RSTVAL 0x00000000UL - -#define XPMC_XPPU_ERR_STS2_AXI_ID_SHIFT 0UL -#define XPMC_XPPU_ERR_STS2_AXI_ID_WIDTH 10UL -#define XPMC_XPPU_ERR_STS2_AXI_ID_MASK 0x000003ffUL -#define XPMC_XPPU_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuItr - */ -#define XPMC_XPPU_ITR ( ( XPMC_XPPU_BASEADDR ) + 0x0000000CUL ) -#define XPMC_XPPU_ITR_RSTVAL 0x00000000UL - -#define XPMC_XPPU_ITR_APER_PARITY_SHIFT 7UL -#define XPMC_XPPU_ITR_APER_PARITY_WIDTH 1UL -#define XPMC_XPPU_ITR_APER_PARITY_MASK 0x00000080UL -#define XPMC_XPPU_ITR_APER_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_ITR_APER_TZ_SHIFT 6UL -#define XPMC_XPPU_ITR_APER_TZ_WIDTH 1UL -#define XPMC_XPPU_ITR_APER_TZ_MASK 0x00000040UL -#define XPMC_XPPU_ITR_APER_TZ_DEFVAL 0x0UL - -#define XPMC_XPPU_ITR_APER_PERM_SHIFT 5UL -#define XPMC_XPPU_ITR_APER_PERM_WIDTH 1UL -#define XPMC_XPPU_ITR_APER_PERM_MASK 0x00000020UL -#define XPMC_XPPU_ITR_APER_PERM_DEFVAL 0x0UL - -#define XPMC_XPPU_ITR_MID_PARITY_SHIFT 3UL -#define XPMC_XPPU_ITR_MID_PARITY_WIDTH 1UL -#define XPMC_XPPU_ITR_MID_PARITY_MASK 0x00000008UL -#define XPMC_XPPU_ITR_MID_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_ITR_MID_RO_SHIFT 2UL -#define XPMC_XPPU_ITR_MID_RO_WIDTH 1UL -#define XPMC_XPPU_ITR_MID_RO_MASK 0x00000004UL -#define XPMC_XPPU_ITR_MID_RO_DEFVAL 0x0UL - -#define XPMC_XPPU_ITR_MID_MISS_SHIFT 1UL -#define XPMC_XPPU_ITR_MID_MISS_WIDTH 1UL -#define XPMC_XPPU_ITR_MID_MISS_MASK 0x00000002UL -#define XPMC_XPPU_ITR_MID_MISS_DEFVAL 0x0UL - -#define XPMC_XPPU_ITR_INV_APB_SHIFT 0UL -#define XPMC_XPPU_ITR_INV_APB_WIDTH 1UL -#define XPMC_XPPU_ITR_INV_APB_MASK 0x00000001UL -#define XPMC_XPPU_ITR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXppuIsr - */ -#define XPMC_XPPU_ISR ( ( XPMC_XPPU_BASEADDR ) + 0x00000010UL ) -#define XPMC_XPPU_ISR_RSTVAL 0x00000000UL - -#define XPMC_XPPU_ISR_APER_PARITY_SHIFT 7UL -#define XPMC_XPPU_ISR_APER_PARITY_WIDTH 1UL -#define XPMC_XPPU_ISR_APER_PARITY_MASK 0x00000080UL -#define XPMC_XPPU_ISR_APER_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_ISR_APER_TZ_SHIFT 6UL -#define XPMC_XPPU_ISR_APER_TZ_WIDTH 1UL -#define XPMC_XPPU_ISR_APER_TZ_MASK 0x00000040UL -#define XPMC_XPPU_ISR_APER_TZ_DEFVAL 0x0UL - -#define XPMC_XPPU_ISR_APER_PERM_SHIFT 5UL -#define XPMC_XPPU_ISR_APER_PERM_WIDTH 1UL -#define XPMC_XPPU_ISR_APER_PERM_MASK 0x00000020UL -#define XPMC_XPPU_ISR_APER_PERM_DEFVAL 0x0UL - -#define XPMC_XPPU_ISR_MID_PARITY_SHIFT 3UL -#define XPMC_XPPU_ISR_MID_PARITY_WIDTH 1UL -#define XPMC_XPPU_ISR_MID_PARITY_MASK 0x00000008UL -#define XPMC_XPPU_ISR_MID_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_ISR_MID_RO_SHIFT 2UL -#define XPMC_XPPU_ISR_MID_RO_WIDTH 1UL -#define XPMC_XPPU_ISR_MID_RO_MASK 0x00000004UL -#define XPMC_XPPU_ISR_MID_RO_DEFVAL 0x0UL - -#define XPMC_XPPU_ISR_MID_MISS_SHIFT 1UL -#define XPMC_XPPU_ISR_MID_MISS_WIDTH 1UL -#define XPMC_XPPU_ISR_MID_MISS_MASK 0x00000002UL -#define XPMC_XPPU_ISR_MID_MISS_DEFVAL 0x0UL - -#define XPMC_XPPU_ISR_INV_APB_SHIFT 0UL -#define XPMC_XPPU_ISR_INV_APB_WIDTH 1UL -#define XPMC_XPPU_ISR_INV_APB_MASK 0x00000001UL -#define XPMC_XPPU_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXppuImr - */ -#define XPMC_XPPU_IMR ( ( XPMC_XPPU_BASEADDR ) + 0x00000014UL ) -#define XPMC_XPPU_IMR_RSTVAL 0x000000efUL - -#define XPMC_XPPU_IMR_APER_PARITY_SHIFT 7UL -#define XPMC_XPPU_IMR_APER_PARITY_WIDTH 1UL -#define XPMC_XPPU_IMR_APER_PARITY_MASK 0x00000080UL -#define XPMC_XPPU_IMR_APER_PARITY_DEFVAL 0x1UL - -#define XPMC_XPPU_IMR_APER_TZ_SHIFT 6UL -#define XPMC_XPPU_IMR_APER_TZ_WIDTH 1UL -#define XPMC_XPPU_IMR_APER_TZ_MASK 0x00000040UL -#define XPMC_XPPU_IMR_APER_TZ_DEFVAL 0x1UL - -#define XPMC_XPPU_IMR_APER_PERM_SHIFT 5UL -#define XPMC_XPPU_IMR_APER_PERM_WIDTH 1UL -#define XPMC_XPPU_IMR_APER_PERM_MASK 0x00000020UL -#define XPMC_XPPU_IMR_APER_PERM_DEFVAL 0x1UL - -#define XPMC_XPPU_IMR_MID_PARITY_SHIFT 3UL -#define XPMC_XPPU_IMR_MID_PARITY_WIDTH 1UL -#define XPMC_XPPU_IMR_MID_PARITY_MASK 0x00000008UL -#define XPMC_XPPU_IMR_MID_PARITY_DEFVAL 0x1UL - -#define XPMC_XPPU_IMR_MID_RO_SHIFT 2UL -#define XPMC_XPPU_IMR_MID_RO_WIDTH 1UL -#define XPMC_XPPU_IMR_MID_RO_MASK 0x00000004UL -#define XPMC_XPPU_IMR_MID_RO_DEFVAL 0x1UL - -#define XPMC_XPPU_IMR_MID_MISS_SHIFT 1UL -#define XPMC_XPPU_IMR_MID_MISS_WIDTH 1UL -#define XPMC_XPPU_IMR_MID_MISS_MASK 0x00000002UL -#define XPMC_XPPU_IMR_MID_MISS_DEFVAL 0x1UL - -#define XPMC_XPPU_IMR_INV_APB_SHIFT 0UL -#define XPMC_XPPU_IMR_INV_APB_WIDTH 1UL -#define XPMC_XPPU_IMR_INV_APB_MASK 0x00000001UL -#define XPMC_XPPU_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XpmcXppuIen - */ -#define XPMC_XPPU_IEN ( ( XPMC_XPPU_BASEADDR ) + 0x00000018UL ) -#define XPMC_XPPU_IEN_RSTVAL 0x00000000UL - -#define XPMC_XPPU_IEN_APER_PARITY_SHIFT 7UL -#define XPMC_XPPU_IEN_APER_PARITY_WIDTH 1UL -#define XPMC_XPPU_IEN_APER_PARITY_MASK 0x00000080UL -#define XPMC_XPPU_IEN_APER_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_IEN_APER_TZ_SHIFT 6UL -#define XPMC_XPPU_IEN_APER_TZ_WIDTH 1UL -#define XPMC_XPPU_IEN_APER_TZ_MASK 0x00000040UL -#define XPMC_XPPU_IEN_APER_TZ_DEFVAL 0x0UL - -#define XPMC_XPPU_IEN_APER_PERM_SHIFT 5UL -#define XPMC_XPPU_IEN_APER_PERM_WIDTH 1UL -#define XPMC_XPPU_IEN_APER_PERM_MASK 0x00000020UL -#define XPMC_XPPU_IEN_APER_PERM_DEFVAL 0x0UL - -#define XPMC_XPPU_IEN_MID_PARITY_SHIFT 3UL -#define XPMC_XPPU_IEN_MID_PARITY_WIDTH 1UL -#define XPMC_XPPU_IEN_MID_PARITY_MASK 0x00000008UL -#define XPMC_XPPU_IEN_MID_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_IEN_MID_RO_SHIFT 2UL -#define XPMC_XPPU_IEN_MID_RO_WIDTH 1UL -#define XPMC_XPPU_IEN_MID_RO_MASK 0x00000004UL -#define XPMC_XPPU_IEN_MID_RO_DEFVAL 0x0UL - -#define XPMC_XPPU_IEN_MID_MISS_SHIFT 1UL -#define XPMC_XPPU_IEN_MID_MISS_WIDTH 1UL -#define XPMC_XPPU_IEN_MID_MISS_MASK 0x00000002UL -#define XPMC_XPPU_IEN_MID_MISS_DEFVAL 0x0UL - -#define XPMC_XPPU_IEN_INV_APB_SHIFT 0UL -#define XPMC_XPPU_IEN_INV_APB_WIDTH 1UL -#define XPMC_XPPU_IEN_INV_APB_MASK 0x00000001UL -#define XPMC_XPPU_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXppuIds - */ -#define XPMC_XPPU_IDS ( ( XPMC_XPPU_BASEADDR ) + 0x0000001CUL ) -#define XPMC_XPPU_IDS_RSTVAL 0x00000000UL - -#define XPMC_XPPU_IDS_APER_PARITY_SHIFT 7UL -#define XPMC_XPPU_IDS_APER_PARITY_WIDTH 1UL -#define XPMC_XPPU_IDS_APER_PARITY_MASK 0x00000080UL -#define XPMC_XPPU_IDS_APER_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_IDS_APER_TZ_SHIFT 6UL -#define XPMC_XPPU_IDS_APER_TZ_WIDTH 1UL -#define XPMC_XPPU_IDS_APER_TZ_MASK 0x00000040UL -#define XPMC_XPPU_IDS_APER_TZ_DEFVAL 0x0UL - -#define XPMC_XPPU_IDS_APER_PERM_SHIFT 5UL -#define XPMC_XPPU_IDS_APER_PERM_WIDTH 1UL -#define XPMC_XPPU_IDS_APER_PERM_MASK 0x00000020UL -#define XPMC_XPPU_IDS_APER_PERM_DEFVAL 0x0UL - -#define XPMC_XPPU_IDS_MID_PARITY_SHIFT 3UL -#define XPMC_XPPU_IDS_MID_PARITY_WIDTH 1UL -#define XPMC_XPPU_IDS_MID_PARITY_MASK 0x00000008UL -#define XPMC_XPPU_IDS_MID_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_IDS_MID_RO_SHIFT 2UL -#define XPMC_XPPU_IDS_MID_RO_WIDTH 1UL -#define XPMC_XPPU_IDS_MID_RO_MASK 0x00000004UL -#define XPMC_XPPU_IDS_MID_RO_DEFVAL 0x0UL - -#define XPMC_XPPU_IDS_MID_MISS_SHIFT 1UL -#define XPMC_XPPU_IDS_MID_MISS_WIDTH 1UL -#define XPMC_XPPU_IDS_MID_MISS_MASK 0x00000002UL -#define XPMC_XPPU_IDS_MID_MISS_DEFVAL 0x0UL - -#define XPMC_XPPU_IDS_INV_APB_SHIFT 0UL -#define XPMC_XPPU_IDS_INV_APB_WIDTH 1UL -#define XPMC_XPPU_IDS_INV_APB_MASK 0x00000001UL -#define XPMC_XPPU_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXppuLock - */ -#define XPMC_XPPU_LOCK ( ( XPMC_XPPU_BASEADDR ) + 0x00000020UL ) -#define XPMC_XPPU_LOCK_RSTVAL 0x00000000UL - -#define XPMC_XPPU_LOCK_REGWRDIS_SHIFT 0UL -#define XPMC_XPPU_LOCK_REGWRDIS_WIDTH 1UL -#define XPMC_XPPU_LOCK_REGWRDIS_MASK 0x00000001UL -#define XPMC_XPPU_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMMasterIds - */ -#define XPMC_XPPU_M_MASTER_IDS ( ( XPMC_XPPU_BASEADDR ) + 0x0000003CUL ) -#define XPMC_XPPU_M_MASTER_IDS_RSTVAL 0x00000014UL - -#define XPMC_XPPU_M_MASTER_IDS_NO_SHIFT 0UL -#define XPMC_XPPU_M_MASTER_IDS_NO_WIDTH 32UL -#define XPMC_XPPU_M_MASTER_IDS_NO_MASK 0xffffffffUL -#define XPMC_XPPU_M_MASTER_IDS_NO_DEFVAL 0x14UL - -/** - * Register: XpmcXppuMAperture64kb - */ -#define XPMC_XPPU_M_APERTURE_64KB ( ( XPMC_XPPU_BASEADDR ) + 0x00000044UL ) -#define XPMC_XPPU_M_APERTURE_64KB_RSTVAL 0x00000100UL - -#define XPMC_XPPU_M_APERTURE_64KB_NO_SHIFT 0UL -#define XPMC_XPPU_M_APERTURE_64KB_NO_WIDTH 32UL -#define XPMC_XPPU_M_APERTURE_64KB_NO_MASK 0xffffffffUL -#define XPMC_XPPU_M_APERTURE_64KB_NO_DEFVAL 0x100UL - -/** - * Register: XpmcXppuMAperture1mb - */ -#define XPMC_XPPU_M_APERTURE_1MB ( ( XPMC_XPPU_BASEADDR ) + 0x00000048UL ) -#define XPMC_XPPU_M_APERTURE_1MB_RSTVAL 0x00000010UL - -#define XPMC_XPPU_M_APERTURE_1MB_NO_SHIFT 0UL -#define XPMC_XPPU_M_APERTURE_1MB_NO_WIDTH 32UL -#define XPMC_XPPU_M_APERTURE_1MB_NO_MASK 0xffffffffUL -#define XPMC_XPPU_M_APERTURE_1MB_NO_DEFVAL 0x10UL - -/** - * Register: XpmcXppuMAperture512mb - */ -#define XPMC_XPPU_M_APERTURE_512MB ( ( XPMC_XPPU_BASEADDR ) + 0x0000004CUL ) -#define XPMC_XPPU_M_APERTURE_512MB_RSTVAL 0x00000001UL - -#define XPMC_XPPU_M_APERTURE_512MB_NO_SHIFT 0UL -#define XPMC_XPPU_M_APERTURE_512MB_NO_WIDTH 32UL -#define XPMC_XPPU_M_APERTURE_512MB_NO_MASK 0xffffffffUL -#define XPMC_XPPU_M_APERTURE_512MB_NO_DEFVAL 0x1UL - -/** - * Register: XpmcXppuBase64kb - */ -#define XPMC_XPPU_BASE_64KB ( ( XPMC_XPPU_BASEADDR ) + 0x00000054UL ) -#define XPMC_XPPU_BASE_64KB_RSTVAL 0xff000000UL - -#define XPMC_XPPU_BASE_64KB_ADDR_SHIFT 0UL -#define XPMC_XPPU_BASE_64KB_ADDR_WIDTH 32UL -#define XPMC_XPPU_BASE_64KB_ADDR_MASK 0xffffffffUL -#define XPMC_XPPU_BASE_64KB_ADDR_DEFVAL 0xff000000UL - -/** - * Register: XpmcXppuBase1mb - */ -#define XPMC_XPPU_BASE_1MB ( ( XPMC_XPPU_BASEADDR ) + 0x00000058UL ) -#define XPMC_XPPU_BASE_1MB_RSTVAL 0xfe000000UL - -#define XPMC_XPPU_BASE_1MB_ADDR_SHIFT 0UL -#define XPMC_XPPU_BASE_1MB_ADDR_WIDTH 32UL -#define XPMC_XPPU_BASE_1MB_ADDR_MASK 0xffffffffUL -#define XPMC_XPPU_BASE_1MB_ADDR_DEFVAL 0xfe000000UL - -/** - * Register: XpmcXppuBase512mb - */ -#define XPMC_XPPU_BASE_512MB ( ( XPMC_XPPU_BASEADDR ) + 0x0000005CUL ) -#define XPMC_XPPU_BASE_512MB_RSTVAL 0xe0000000UL - -#define XPMC_XPPU_BASE_512MB_ADDR_SHIFT 0UL -#define XPMC_XPPU_BASE_512MB_ADDR_WIDTH 32UL -#define XPMC_XPPU_BASE_512MB_ADDR_MASK 0xffffffffUL -#define XPMC_XPPU_BASE_512MB_ADDR_DEFVAL 0xe0000000UL - -/** - * Register: XpmcXppuMasterId00 - */ -#define XPMC_XPPU_MASTER_ID00 ( ( XPMC_XPPU_BASEADDR ) + 0x00000100UL ) -#define XPMC_XPPU_MASTER_ID00_RSTVAL 0x03ff0238UL - -#define XPMC_XPPU_MASTER_ID00_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID00_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID00_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID00_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID00_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID00_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID00_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID00_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID00_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID00_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID00_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID00_MIDM_DEFVAL 0x3ffUL - -#define XPMC_XPPU_MASTER_ID00_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID00_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID00_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID00_MID_DEFVAL 0x238UL - -/** - * Register: XpmcXppuMasterId01 - */ -#define XPMC_XPPU_MASTER_ID01 ( ( XPMC_XPPU_BASEADDR ) + 0x00000104UL ) -#define XPMC_XPPU_MASTER_ID01_RSTVAL 0x83ff0200UL - -#define XPMC_XPPU_MASTER_ID01_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID01_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID01_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID01_MIDP_DEFVAL 0x1UL - -#define XPMC_XPPU_MASTER_ID01_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID01_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID01_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID01_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID01_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID01_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID01_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID01_MIDM_DEFVAL 0x3ffUL - -#define XPMC_XPPU_MASTER_ID01_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID01_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID01_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID01_MID_DEFVAL 0x200UL - -/** - * Register: XpmcXppuMasterId02 - */ -#define XPMC_XPPU_MASTER_ID02 ( ( XPMC_XPPU_BASEADDR ) + 0x00000108UL ) -#define XPMC_XPPU_MASTER_ID02_RSTVAL 0x03ff0204UL - -#define XPMC_XPPU_MASTER_ID02_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID02_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID02_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID02_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID02_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID02_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID02_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID02_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID02_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID02_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID02_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID02_MIDM_DEFVAL 0x3ffUL - -#define XPMC_XPPU_MASTER_ID02_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID02_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID02_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID02_MID_DEFVAL 0x204UL - -/** - * Register: XpmcXppuMasterId03 - */ -#define XPMC_XPPU_MASTER_ID03 ( ( XPMC_XPPU_BASEADDR ) + 0x0000010CUL ) -#define XPMC_XPPU_MASTER_ID03_RSTVAL 0x83f00260UL - -#define XPMC_XPPU_MASTER_ID03_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID03_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID03_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID03_MIDP_DEFVAL 0x1UL - -#define XPMC_XPPU_MASTER_ID03_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID03_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID03_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID03_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID03_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID03_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID03_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID03_MIDM_DEFVAL 0x3f0UL - -#define XPMC_XPPU_MASTER_ID03_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID03_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID03_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID03_MID_DEFVAL 0x260UL - -/** - * Register: XpmcXppuMasterId04 - */ -#define XPMC_XPPU_MASTER_ID04 ( ( XPMC_XPPU_BASEADDR ) + 0x00000110UL ) -#define XPMC_XPPU_MASTER_ID04_RSTVAL 0x83ff0260UL - -#define XPMC_XPPU_MASTER_ID04_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID04_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID04_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID04_MIDP_DEFVAL 0x1UL - -#define XPMC_XPPU_MASTER_ID04_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID04_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID04_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID04_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID04_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID04_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID04_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID04_MIDM_DEFVAL 0x3ffUL - -#define XPMC_XPPU_MASTER_ID04_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID04_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID04_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID04_MID_DEFVAL 0x260UL - -/** - * Register: XpmcXppuMasterId05 - */ -#define XPMC_XPPU_MASTER_ID05 ( ( XPMC_XPPU_BASEADDR ) + 0x00000114UL ) -#define XPMC_XPPU_MASTER_ID05_RSTVAL 0x03ff0261UL - -#define XPMC_XPPU_MASTER_ID05_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID05_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID05_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID05_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID05_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID05_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID05_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID05_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID05_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID05_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID05_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID05_MIDM_DEFVAL 0x3ffUL - -#define XPMC_XPPU_MASTER_ID05_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID05_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID05_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID05_MID_DEFVAL 0x261UL - -/** - * Register: XpmcXppuMasterId06 - */ -#define XPMC_XPPU_MASTER_ID06 ( ( XPMC_XPPU_BASEADDR ) + 0x00000118UL ) -#define XPMC_XPPU_MASTER_ID06_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID06_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID06_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID06_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID06_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID06_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID06_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID06_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID06_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID06_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID06_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID06_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID06_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID06_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID06_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID06_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID06_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId07 - */ -#define XPMC_XPPU_MASTER_ID07 ( ( XPMC_XPPU_BASEADDR ) + 0x0000011CUL ) -#define XPMC_XPPU_MASTER_ID07_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID07_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID07_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID07_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID07_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID07_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID07_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID07_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID07_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID07_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID07_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID07_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID07_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID07_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID07_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID07_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID07_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId08 - */ -#define XPMC_XPPU_MASTER_ID08 ( ( XPMC_XPPU_BASEADDR ) + 0x00000120UL ) -#define XPMC_XPPU_MASTER_ID08_RSTVAL 0x83ff0247UL - -#define XPMC_XPPU_MASTER_ID08_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID08_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID08_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID08_MIDP_DEFVAL 0x1UL - -#define XPMC_XPPU_MASTER_ID08_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID08_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID08_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID08_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID08_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID08_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID08_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID08_MIDM_DEFVAL 0x3ffUL - -#define XPMC_XPPU_MASTER_ID08_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID08_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID08_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID08_MID_DEFVAL 0x247UL - -/** - * Register: XpmcXppuMasterId09 - */ -#define XPMC_XPPU_MASTER_ID09 ( ( XPMC_XPPU_BASEADDR ) + 0x00000124UL ) -#define XPMC_XPPU_MASTER_ID09_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID09_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID09_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID09_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID09_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID09_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID09_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID09_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID09_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID09_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID09_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID09_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID09_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID09_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID09_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID09_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID09_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId10 - */ -#define XPMC_XPPU_MASTER_ID10 ( ( XPMC_XPPU_BASEADDR ) + 0x00000128UL ) -#define XPMC_XPPU_MASTER_ID10_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID10_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID10_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID10_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID10_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID10_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID10_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID10_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID10_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID10_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID10_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID10_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID10_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID10_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID10_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID10_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID10_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId11 - */ -#define XPMC_XPPU_MASTER_ID11 ( ( XPMC_XPPU_BASEADDR ) + 0x0000012CUL ) -#define XPMC_XPPU_MASTER_ID11_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID11_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID11_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID11_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID11_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID11_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID11_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID11_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID11_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID11_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID11_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID11_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID11_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID11_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID11_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID11_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID11_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId12 - */ -#define XPMC_XPPU_MASTER_ID12 ( ( XPMC_XPPU_BASEADDR ) + 0x00000130UL ) -#define XPMC_XPPU_MASTER_ID12_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID12_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID12_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID12_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID12_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID12_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID12_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID12_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID12_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID12_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID12_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID12_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID12_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID12_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID12_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID12_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID12_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId13 - */ -#define XPMC_XPPU_MASTER_ID13 ( ( XPMC_XPPU_BASEADDR ) + 0x00000134UL ) -#define XPMC_XPPU_MASTER_ID13_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID13_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID13_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID13_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID13_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID13_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID13_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID13_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID13_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID13_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID13_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID13_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID13_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID13_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID13_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID13_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID13_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId14 - */ -#define XPMC_XPPU_MASTER_ID14 ( ( XPMC_XPPU_BASEADDR ) + 0x00000138UL ) -#define XPMC_XPPU_MASTER_ID14_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID14_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID14_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID14_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID14_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID14_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID14_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID14_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID14_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID14_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID14_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID14_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID14_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID14_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID14_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID14_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID14_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId15 - */ -#define XPMC_XPPU_MASTER_ID15 ( ( XPMC_XPPU_BASEADDR ) + 0x0000013CUL ) -#define XPMC_XPPU_MASTER_ID15_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID15_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID15_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID15_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID15_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID15_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID15_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID15_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID15_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID15_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID15_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID15_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID15_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID15_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID15_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID15_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID15_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId16 - */ -#define XPMC_XPPU_MASTER_ID16 ( ( XPMC_XPPU_BASEADDR ) + 0x00000140UL ) -#define XPMC_XPPU_MASTER_ID16_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID16_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID16_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID16_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID16_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID16_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID16_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID16_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID16_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID16_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID16_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID16_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID16_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID16_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID16_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID16_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID16_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId17 - */ -#define XPMC_XPPU_MASTER_ID17 ( ( XPMC_XPPU_BASEADDR ) + 0x00000144UL ) -#define XPMC_XPPU_MASTER_ID17_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID17_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID17_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID17_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID17_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID17_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID17_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID17_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID17_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID17_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID17_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID17_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID17_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID17_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID17_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID17_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID17_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId18 - */ -#define XPMC_XPPU_MASTER_ID18 ( ( XPMC_XPPU_BASEADDR ) + 0x00000148UL ) -#define XPMC_XPPU_MASTER_ID18_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID18_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID18_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID18_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID18_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID18_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID18_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID18_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID18_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID18_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID18_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID18_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID18_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID18_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID18_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID18_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID18_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId19 - */ -#define XPMC_XPPU_MASTER_ID19 ( ( XPMC_XPPU_BASEADDR ) + 0x0000014CUL ) -#define XPMC_XPPU_MASTER_ID19_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID19_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID19_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID19_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID19_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID19_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID19_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID19_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID19_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID19_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID19_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID19_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID19_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID19_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID19_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID19_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID19_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuEnPermCheckReg00 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG00 ( ( XPMC_XPPU_BASEADDR ) + 0x00000150UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG00_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG00_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG00_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG00_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG00_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg01 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG01 ( ( XPMC_XPPU_BASEADDR ) + 0x00000154UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG01_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG01_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG01_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG01_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG01_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg02 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG02 ( ( XPMC_XPPU_BASEADDR ) + 0x00000158UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG02_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG02_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG02_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG02_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG02_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg03 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG03 ( ( XPMC_XPPU_BASEADDR ) + 0x0000015CUL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG03_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG03_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG03_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG03_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG03_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg04 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG04 ( ( XPMC_XPPU_BASEADDR ) + 0x00000160UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG04_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG04_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG04_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG04_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG04_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg05 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG05 ( ( XPMC_XPPU_BASEADDR ) + 0x00000164UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG05_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG05_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG05_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG05_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG05_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg06 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG06 ( ( XPMC_XPPU_BASEADDR ) + 0x00000168UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG06_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG06_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG06_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG06_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG06_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg07 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG07 ( ( XPMC_XPPU_BASEADDR ) + 0x0000016CUL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG07_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG07_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG07_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG07_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG07_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg08 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG08 ( ( XPMC_XPPU_BASEADDR ) + 0x00000170UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG08_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG08_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG08_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG08_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG08_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg09 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG09 ( ( XPMC_XPPU_BASEADDR ) + 0x00000174UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG09_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG09_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG09_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG09_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG09_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg10 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG10 ( ( XPMC_XPPU_BASEADDR ) + 0x00000178UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG10_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG10_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG10_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG10_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG10_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg11 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG11 ( ( XPMC_XPPU_BASEADDR ) + 0x0000017CUL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG11_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG11_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG11_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG11_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG11_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg12 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG12 ( ( XPMC_XPPU_BASEADDR ) + 0x00000180UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG12_RSTVAL 0x000fffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG12_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG12_WIDTH 20UL -#define XPMC_XPPU_EN_PERM_CHECK_REG12_MASK 0x000fffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG12_DEFVAL 0xfffffUL - -/** - * Register: XpmcXppuAperperm000 - */ -#define XPMC_XPPU_APERPERM_000 ( ( XPMC_XPPU_BASEADDR ) + 0x00001000UL ) -#define XPMC_XPPU_APERPERM_000_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_000_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_000_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_000_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_000_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_000_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_000_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_000_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_000_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_000_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_000_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_000_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_000_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm001 - */ -#define XPMC_XPPU_APERPERM_001 ( ( XPMC_XPPU_BASEADDR ) + 0x00001004UL ) -#define XPMC_XPPU_APERPERM_001_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_001_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_001_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_001_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_001_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_001_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_001_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_001_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_001_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_001_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_001_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_001_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_001_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm002 - */ -#define XPMC_XPPU_APERPERM_002 ( ( XPMC_XPPU_BASEADDR ) + 0x00001008UL ) -#define XPMC_XPPU_APERPERM_002_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_002_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_002_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_002_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_002_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_002_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_002_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_002_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_002_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_002_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_002_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_002_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_002_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm003 - */ -#define XPMC_XPPU_APERPERM_003 ( ( XPMC_XPPU_BASEADDR ) + 0x0000100CUL ) -#define XPMC_XPPU_APERPERM_003_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_003_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_003_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_003_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_003_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_003_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_003_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_003_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_003_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_003_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_003_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_003_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_003_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm004 - */ -#define XPMC_XPPU_APERPERM_004 ( ( XPMC_XPPU_BASEADDR ) + 0x00001010UL ) -#define XPMC_XPPU_APERPERM_004_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_004_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_004_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_004_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_004_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_004_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_004_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_004_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_004_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_004_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_004_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_004_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_004_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm005 - */ -#define XPMC_XPPU_APERPERM_005 ( ( XPMC_XPPU_BASEADDR ) + 0x00001014UL ) -#define XPMC_XPPU_APERPERM_005_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_005_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_005_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_005_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_005_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_005_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_005_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_005_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_005_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_005_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_005_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_005_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_005_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm006 - */ -#define XPMC_XPPU_APERPERM_006 ( ( XPMC_XPPU_BASEADDR ) + 0x00001018UL ) -#define XPMC_XPPU_APERPERM_006_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_006_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_006_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_006_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_006_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_006_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_006_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_006_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_006_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_006_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_006_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_006_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_006_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm007 - */ -#define XPMC_XPPU_APERPERM_007 ( ( XPMC_XPPU_BASEADDR ) + 0x0000101CUL ) -#define XPMC_XPPU_APERPERM_007_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_007_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_007_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_007_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_007_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_007_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_007_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_007_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_007_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_007_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_007_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_007_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_007_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm008 - */ -#define XPMC_XPPU_APERPERM_008 ( ( XPMC_XPPU_BASEADDR ) + 0x00001020UL ) -#define XPMC_XPPU_APERPERM_008_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_008_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_008_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_008_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_008_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_008_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_008_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_008_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_008_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_008_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_008_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_008_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_008_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm009 - */ -#define XPMC_XPPU_APERPERM_009 ( ( XPMC_XPPU_BASEADDR ) + 0x00001024UL ) -#define XPMC_XPPU_APERPERM_009_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_009_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_009_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_009_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_009_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_009_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_009_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_009_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_009_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_009_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_009_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_009_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_009_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm010 - */ -#define XPMC_XPPU_APERPERM_010 ( ( XPMC_XPPU_BASEADDR ) + 0x00001028UL ) -#define XPMC_XPPU_APERPERM_010_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_010_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_010_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_010_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_010_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_010_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_010_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_010_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_010_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_010_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_010_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_010_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_010_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm011 - */ -#define XPMC_XPPU_APERPERM_011 ( ( XPMC_XPPU_BASEADDR ) + 0x0000102CUL ) -#define XPMC_XPPU_APERPERM_011_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_011_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_011_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_011_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_011_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_011_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_011_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_011_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_011_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_011_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_011_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_011_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_011_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm012 - */ -#define XPMC_XPPU_APERPERM_012 ( ( XPMC_XPPU_BASEADDR ) + 0x00001030UL ) -#define XPMC_XPPU_APERPERM_012_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_012_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_012_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_012_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_012_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_012_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_012_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_012_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_012_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_012_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_012_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_012_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_012_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm013 - */ -#define XPMC_XPPU_APERPERM_013 ( ( XPMC_XPPU_BASEADDR ) + 0x00001034UL ) -#define XPMC_XPPU_APERPERM_013_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_013_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_013_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_013_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_013_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_013_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_013_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_013_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_013_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_013_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_013_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_013_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_013_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm014 - */ -#define XPMC_XPPU_APERPERM_014 ( ( XPMC_XPPU_BASEADDR ) + 0x00001038UL ) -#define XPMC_XPPU_APERPERM_014_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_014_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_014_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_014_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_014_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_014_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_014_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_014_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_014_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_014_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_014_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_014_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_014_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm015 - */ -#define XPMC_XPPU_APERPERM_015 ( ( XPMC_XPPU_BASEADDR ) + 0x0000103CUL ) -#define XPMC_XPPU_APERPERM_015_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_015_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_015_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_015_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_015_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_015_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_015_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_015_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_015_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_015_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_015_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_015_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_015_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm016 - */ -#define XPMC_XPPU_APERPERM_016 ( ( XPMC_XPPU_BASEADDR ) + 0x00001040UL ) -#define XPMC_XPPU_APERPERM_016_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_016_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_016_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_016_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_016_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_016_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_016_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_016_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_016_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_016_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_016_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_016_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_016_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm017 - */ -#define XPMC_XPPU_APERPERM_017 ( ( XPMC_XPPU_BASEADDR ) + 0x00001044UL ) -#define XPMC_XPPU_APERPERM_017_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_017_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_017_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_017_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_017_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_017_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_017_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_017_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_017_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_017_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_017_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_017_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_017_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm018 - */ -#define XPMC_XPPU_APERPERM_018 ( ( XPMC_XPPU_BASEADDR ) + 0x00001048UL ) -#define XPMC_XPPU_APERPERM_018_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_018_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_018_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_018_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_018_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_018_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_018_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_018_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_018_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_018_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_018_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_018_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_018_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm019 - */ -#define XPMC_XPPU_APERPERM_019 ( ( XPMC_XPPU_BASEADDR ) + 0x0000104CUL ) -#define XPMC_XPPU_APERPERM_019_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_019_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_019_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_019_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_019_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_019_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_019_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_019_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_019_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_019_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_019_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_019_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_019_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm020 - */ -#define XPMC_XPPU_APERPERM_020 ( ( XPMC_XPPU_BASEADDR ) + 0x00001050UL ) -#define XPMC_XPPU_APERPERM_020_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_020_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_020_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_020_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_020_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_020_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_020_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_020_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_020_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_020_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_020_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_020_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_020_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm021 - */ -#define XPMC_XPPU_APERPERM_021 ( ( XPMC_XPPU_BASEADDR ) + 0x00001054UL ) -#define XPMC_XPPU_APERPERM_021_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_021_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_021_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_021_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_021_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_021_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_021_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_021_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_021_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_021_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_021_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_021_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_021_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm022 - */ -#define XPMC_XPPU_APERPERM_022 ( ( XPMC_XPPU_BASEADDR ) + 0x00001058UL ) -#define XPMC_XPPU_APERPERM_022_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_022_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_022_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_022_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_022_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_022_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_022_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_022_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_022_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_022_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_022_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_022_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_022_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm023 - */ -#define XPMC_XPPU_APERPERM_023 ( ( XPMC_XPPU_BASEADDR ) + 0x0000105CUL ) -#define XPMC_XPPU_APERPERM_023_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_023_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_023_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_023_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_023_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_023_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_023_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_023_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_023_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_023_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_023_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_023_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_023_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm024 - */ -#define XPMC_XPPU_APERPERM_024 ( ( XPMC_XPPU_BASEADDR ) + 0x00001060UL ) -#define XPMC_XPPU_APERPERM_024_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_024_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_024_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_024_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_024_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_024_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_024_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_024_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_024_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_024_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_024_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_024_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_024_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm025 - */ -#define XPMC_XPPU_APERPERM_025 ( ( XPMC_XPPU_BASEADDR ) + 0x00001064UL ) -#define XPMC_XPPU_APERPERM_025_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_025_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_025_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_025_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_025_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_025_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_025_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_025_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_025_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_025_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_025_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_025_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_025_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm026 - */ -#define XPMC_XPPU_APERPERM_026 ( ( XPMC_XPPU_BASEADDR ) + 0x00001068UL ) -#define XPMC_XPPU_APERPERM_026_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_026_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_026_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_026_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_026_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_026_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_026_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_026_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_026_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_026_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_026_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_026_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_026_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm027 - */ -#define XPMC_XPPU_APERPERM_027 ( ( XPMC_XPPU_BASEADDR ) + 0x0000106CUL ) -#define XPMC_XPPU_APERPERM_027_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_027_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_027_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_027_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_027_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_027_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_027_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_027_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_027_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_027_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_027_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_027_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_027_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm028 - */ -#define XPMC_XPPU_APERPERM_028 ( ( XPMC_XPPU_BASEADDR ) + 0x00001070UL ) -#define XPMC_XPPU_APERPERM_028_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_028_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_028_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_028_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_028_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_028_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_028_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_028_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_028_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_028_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_028_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_028_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_028_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm029 - */ -#define XPMC_XPPU_APERPERM_029 ( ( XPMC_XPPU_BASEADDR ) + 0x00001074UL ) -#define XPMC_XPPU_APERPERM_029_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_029_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_029_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_029_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_029_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_029_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_029_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_029_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_029_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_029_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_029_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_029_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_029_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm030 - */ -#define XPMC_XPPU_APERPERM_030 ( ( XPMC_XPPU_BASEADDR ) + 0x00001078UL ) -#define XPMC_XPPU_APERPERM_030_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_030_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_030_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_030_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_030_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_030_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_030_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_030_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_030_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_030_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_030_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_030_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_030_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm031 - */ -#define XPMC_XPPU_APERPERM_031 ( ( XPMC_XPPU_BASEADDR ) + 0x0000107CUL ) -#define XPMC_XPPU_APERPERM_031_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_031_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_031_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_031_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_031_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_031_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_031_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_031_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_031_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_031_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_031_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_031_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_031_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm032 - */ -#define XPMC_XPPU_APERPERM_032 ( ( XPMC_XPPU_BASEADDR ) + 0x00001080UL ) -#define XPMC_XPPU_APERPERM_032_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_032_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_032_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_032_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_032_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_032_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_032_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_032_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_032_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_032_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_032_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_032_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_032_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm033 - */ -#define XPMC_XPPU_APERPERM_033 ( ( XPMC_XPPU_BASEADDR ) + 0x00001084UL ) -#define XPMC_XPPU_APERPERM_033_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_033_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_033_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_033_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_033_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_033_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_033_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_033_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_033_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_033_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_033_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_033_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_033_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm034 - */ -#define XPMC_XPPU_APERPERM_034 ( ( XPMC_XPPU_BASEADDR ) + 0x00001088UL ) -#define XPMC_XPPU_APERPERM_034_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_034_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_034_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_034_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_034_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_034_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_034_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_034_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_034_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_034_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_034_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_034_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_034_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm035 - */ -#define XPMC_XPPU_APERPERM_035 ( ( XPMC_XPPU_BASEADDR ) + 0x0000108CUL ) -#define XPMC_XPPU_APERPERM_035_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_035_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_035_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_035_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_035_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_035_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_035_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_035_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_035_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_035_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_035_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_035_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_035_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm036 - */ -#define XPMC_XPPU_APERPERM_036 ( ( XPMC_XPPU_BASEADDR ) + 0x00001090UL ) -#define XPMC_XPPU_APERPERM_036_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_036_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_036_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_036_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_036_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_036_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_036_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_036_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_036_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_036_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_036_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_036_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_036_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm037 - */ -#define XPMC_XPPU_APERPERM_037 ( ( XPMC_XPPU_BASEADDR ) + 0x00001094UL ) -#define XPMC_XPPU_APERPERM_037_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_037_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_037_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_037_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_037_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_037_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_037_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_037_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_037_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_037_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_037_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_037_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_037_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm038 - */ -#define XPMC_XPPU_APERPERM_038 ( ( XPMC_XPPU_BASEADDR ) + 0x00001098UL ) -#define XPMC_XPPU_APERPERM_038_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_038_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_038_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_038_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_038_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_038_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_038_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_038_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_038_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_038_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_038_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_038_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_038_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm039 - */ -#define XPMC_XPPU_APERPERM_039 ( ( XPMC_XPPU_BASEADDR ) + 0x0000109CUL ) -#define XPMC_XPPU_APERPERM_039_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_039_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_039_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_039_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_039_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_039_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_039_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_039_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_039_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_039_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_039_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_039_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_039_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm040 - */ -#define XPMC_XPPU_APERPERM_040 ( ( XPMC_XPPU_BASEADDR ) + 0x000010A0UL ) -#define XPMC_XPPU_APERPERM_040_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_040_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_040_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_040_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_040_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_040_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_040_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_040_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_040_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_040_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_040_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_040_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_040_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm041 - */ -#define XPMC_XPPU_APERPERM_041 ( ( XPMC_XPPU_BASEADDR ) + 0x000010A4UL ) -#define XPMC_XPPU_APERPERM_041_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_041_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_041_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_041_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_041_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_041_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_041_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_041_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_041_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_041_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_041_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_041_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_041_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm042 - */ -#define XPMC_XPPU_APERPERM_042 ( ( XPMC_XPPU_BASEADDR ) + 0x000010A8UL ) -#define XPMC_XPPU_APERPERM_042_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_042_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_042_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_042_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_042_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_042_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_042_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_042_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_042_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_042_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_042_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_042_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_042_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm043 - */ -#define XPMC_XPPU_APERPERM_043 ( ( XPMC_XPPU_BASEADDR ) + 0x000010ACUL ) -#define XPMC_XPPU_APERPERM_043_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_043_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_043_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_043_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_043_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_043_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_043_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_043_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_043_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_043_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_043_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_043_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_043_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm044 - */ -#define XPMC_XPPU_APERPERM_044 ( ( XPMC_XPPU_BASEADDR ) + 0x000010B0UL ) -#define XPMC_XPPU_APERPERM_044_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_044_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_044_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_044_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_044_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_044_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_044_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_044_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_044_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_044_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_044_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_044_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_044_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm045 - */ -#define XPMC_XPPU_APERPERM_045 ( ( XPMC_XPPU_BASEADDR ) + 0x000010B4UL ) -#define XPMC_XPPU_APERPERM_045_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_045_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_045_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_045_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_045_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_045_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_045_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_045_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_045_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_045_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_045_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_045_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_045_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm046 - */ -#define XPMC_XPPU_APERPERM_046 ( ( XPMC_XPPU_BASEADDR ) + 0x000010B8UL ) -#define XPMC_XPPU_APERPERM_046_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_046_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_046_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_046_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_046_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_046_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_046_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_046_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_046_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_046_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_046_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_046_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_046_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm047 - */ -#define XPMC_XPPU_APERPERM_047 ( ( XPMC_XPPU_BASEADDR ) + 0x000010BCUL ) -#define XPMC_XPPU_APERPERM_047_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_047_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_047_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_047_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_047_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_047_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_047_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_047_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_047_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_047_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_047_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_047_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_047_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm048 - */ -#define XPMC_XPPU_APERPERM_048 ( ( XPMC_XPPU_BASEADDR ) + 0x000010C0UL ) -#define XPMC_XPPU_APERPERM_048_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_048_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_048_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_048_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_048_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_048_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_048_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_048_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_048_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_048_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_048_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_048_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_048_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm049 - */ -#define XPMC_XPPU_APERPERM_049 ( ( XPMC_XPPU_BASEADDR ) + 0x000010C4UL ) -#define XPMC_XPPU_APERPERM_049_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_049_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_049_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_049_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_049_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_049_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_049_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_049_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_049_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_049_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_049_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_049_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_049_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm050 - */ -#define XPMC_XPPU_APERPERM_050 ( ( XPMC_XPPU_BASEADDR ) + 0x000010C8UL ) -#define XPMC_XPPU_APERPERM_050_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_050_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_050_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_050_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_050_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_050_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_050_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_050_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_050_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_050_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_050_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_050_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_050_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm051 - */ -#define XPMC_XPPU_APERPERM_051 ( ( XPMC_XPPU_BASEADDR ) + 0x000010CCUL ) -#define XPMC_XPPU_APERPERM_051_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_051_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_051_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_051_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_051_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_051_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_051_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_051_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_051_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_051_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_051_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_051_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_051_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm052 - */ -#define XPMC_XPPU_APERPERM_052 ( ( XPMC_XPPU_BASEADDR ) + 0x000010D0UL ) -#define XPMC_XPPU_APERPERM_052_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_052_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_052_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_052_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_052_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_052_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_052_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_052_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_052_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_052_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_052_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_052_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_052_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm053 - */ -#define XPMC_XPPU_APERPERM_053 ( ( XPMC_XPPU_BASEADDR ) + 0x000010D4UL ) -#define XPMC_XPPU_APERPERM_053_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_053_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_053_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_053_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_053_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_053_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_053_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_053_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_053_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_053_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_053_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_053_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_053_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm054 - */ -#define XPMC_XPPU_APERPERM_054 ( ( XPMC_XPPU_BASEADDR ) + 0x000010D8UL ) -#define XPMC_XPPU_APERPERM_054_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_054_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_054_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_054_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_054_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_054_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_054_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_054_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_054_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_054_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_054_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_054_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_054_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm055 - */ -#define XPMC_XPPU_APERPERM_055 ( ( XPMC_XPPU_BASEADDR ) + 0x000010DCUL ) -#define XPMC_XPPU_APERPERM_055_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_055_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_055_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_055_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_055_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_055_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_055_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_055_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_055_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_055_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_055_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_055_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_055_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm056 - */ -#define XPMC_XPPU_APERPERM_056 ( ( XPMC_XPPU_BASEADDR ) + 0x000010E0UL ) -#define XPMC_XPPU_APERPERM_056_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_056_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_056_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_056_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_056_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_056_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_056_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_056_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_056_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_056_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_056_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_056_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_056_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm057 - */ -#define XPMC_XPPU_APERPERM_057 ( ( XPMC_XPPU_BASEADDR ) + 0x000010E4UL ) -#define XPMC_XPPU_APERPERM_057_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_057_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_057_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_057_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_057_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_057_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_057_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_057_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_057_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_057_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_057_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_057_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_057_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm058 - */ -#define XPMC_XPPU_APERPERM_058 ( ( XPMC_XPPU_BASEADDR ) + 0x000010E8UL ) -#define XPMC_XPPU_APERPERM_058_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_058_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_058_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_058_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_058_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_058_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_058_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_058_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_058_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_058_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_058_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_058_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_058_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm059 - */ -#define XPMC_XPPU_APERPERM_059 ( ( XPMC_XPPU_BASEADDR ) + 0x000010ECUL ) -#define XPMC_XPPU_APERPERM_059_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_059_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_059_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_059_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_059_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_059_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_059_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_059_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_059_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_059_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_059_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_059_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_059_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm060 - */ -#define XPMC_XPPU_APERPERM_060 ( ( XPMC_XPPU_BASEADDR ) + 0x000010F0UL ) -#define XPMC_XPPU_APERPERM_060_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_060_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_060_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_060_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_060_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_060_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_060_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_060_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_060_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_060_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_060_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_060_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_060_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm061 - */ -#define XPMC_XPPU_APERPERM_061 ( ( XPMC_XPPU_BASEADDR ) + 0x000010F4UL ) -#define XPMC_XPPU_APERPERM_061_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_061_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_061_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_061_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_061_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_061_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_061_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_061_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_061_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_061_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_061_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_061_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_061_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm062 - */ -#define XPMC_XPPU_APERPERM_062 ( ( XPMC_XPPU_BASEADDR ) + 0x000010F8UL ) -#define XPMC_XPPU_APERPERM_062_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_062_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_062_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_062_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_062_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_062_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_062_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_062_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_062_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_062_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_062_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_062_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_062_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm063 - */ -#define XPMC_XPPU_APERPERM_063 ( ( XPMC_XPPU_BASEADDR ) + 0x000010FCUL ) -#define XPMC_XPPU_APERPERM_063_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_063_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_063_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_063_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_063_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_063_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_063_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_063_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_063_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_063_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_063_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_063_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_063_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm064 - */ -#define XPMC_XPPU_APERPERM_064 ( ( XPMC_XPPU_BASEADDR ) + 0x00001100UL ) -#define XPMC_XPPU_APERPERM_064_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_064_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_064_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_064_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_064_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_064_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_064_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_064_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_064_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_064_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_064_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_064_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_064_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm065 - */ -#define XPMC_XPPU_APERPERM_065 ( ( XPMC_XPPU_BASEADDR ) + 0x00001104UL ) -#define XPMC_XPPU_APERPERM_065_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_065_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_065_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_065_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_065_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_065_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_065_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_065_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_065_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_065_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_065_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_065_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_065_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm066 - */ -#define XPMC_XPPU_APERPERM_066 ( ( XPMC_XPPU_BASEADDR ) + 0x00001108UL ) -#define XPMC_XPPU_APERPERM_066_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_066_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_066_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_066_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_066_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_066_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_066_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_066_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_066_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_066_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_066_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_066_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_066_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm067 - */ -#define XPMC_XPPU_APERPERM_067 ( ( XPMC_XPPU_BASEADDR ) + 0x0000110CUL ) -#define XPMC_XPPU_APERPERM_067_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_067_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_067_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_067_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_067_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_067_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_067_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_067_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_067_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_067_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_067_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_067_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_067_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm068 - */ -#define XPMC_XPPU_APERPERM_068 ( ( XPMC_XPPU_BASEADDR ) + 0x00001110UL ) -#define XPMC_XPPU_APERPERM_068_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_068_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_068_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_068_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_068_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_068_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_068_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_068_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_068_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_068_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_068_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_068_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_068_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm069 - */ -#define XPMC_XPPU_APERPERM_069 ( ( XPMC_XPPU_BASEADDR ) + 0x00001114UL ) -#define XPMC_XPPU_APERPERM_069_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_069_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_069_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_069_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_069_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_069_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_069_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_069_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_069_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_069_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_069_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_069_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_069_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm070 - */ -#define XPMC_XPPU_APERPERM_070 ( ( XPMC_XPPU_BASEADDR ) + 0x00001118UL ) -#define XPMC_XPPU_APERPERM_070_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_070_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_070_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_070_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_070_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_070_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_070_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_070_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_070_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_070_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_070_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_070_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_070_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm071 - */ -#define XPMC_XPPU_APERPERM_071 ( ( XPMC_XPPU_BASEADDR ) + 0x0000111CUL ) -#define XPMC_XPPU_APERPERM_071_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_071_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_071_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_071_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_071_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_071_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_071_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_071_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_071_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_071_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_071_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_071_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_071_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm072 - */ -#define XPMC_XPPU_APERPERM_072 ( ( XPMC_XPPU_BASEADDR ) + 0x00001120UL ) -#define XPMC_XPPU_APERPERM_072_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_072_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_072_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_072_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_072_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_072_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_072_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_072_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_072_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_072_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_072_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_072_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_072_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm073 - */ -#define XPMC_XPPU_APERPERM_073 ( ( XPMC_XPPU_BASEADDR ) + 0x00001124UL ) -#define XPMC_XPPU_APERPERM_073_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_073_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_073_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_073_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_073_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_073_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_073_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_073_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_073_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_073_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_073_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_073_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_073_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm074 - */ -#define XPMC_XPPU_APERPERM_074 ( ( XPMC_XPPU_BASEADDR ) + 0x00001128UL ) -#define XPMC_XPPU_APERPERM_074_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_074_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_074_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_074_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_074_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_074_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_074_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_074_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_074_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_074_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_074_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_074_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_074_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm075 - */ -#define XPMC_XPPU_APERPERM_075 ( ( XPMC_XPPU_BASEADDR ) + 0x0000112CUL ) -#define XPMC_XPPU_APERPERM_075_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_075_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_075_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_075_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_075_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_075_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_075_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_075_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_075_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_075_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_075_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_075_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_075_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm076 - */ -#define XPMC_XPPU_APERPERM_076 ( ( XPMC_XPPU_BASEADDR ) + 0x00001130UL ) -#define XPMC_XPPU_APERPERM_076_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_076_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_076_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_076_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_076_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_076_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_076_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_076_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_076_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_076_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_076_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_076_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_076_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm077 - */ -#define XPMC_XPPU_APERPERM_077 ( ( XPMC_XPPU_BASEADDR ) + 0x00001134UL ) -#define XPMC_XPPU_APERPERM_077_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_077_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_077_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_077_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_077_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_077_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_077_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_077_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_077_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_077_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_077_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_077_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_077_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm078 - */ -#define XPMC_XPPU_APERPERM_078 ( ( XPMC_XPPU_BASEADDR ) + 0x00001138UL ) -#define XPMC_XPPU_APERPERM_078_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_078_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_078_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_078_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_078_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_078_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_078_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_078_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_078_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_078_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_078_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_078_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_078_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm079 - */ -#define XPMC_XPPU_APERPERM_079 ( ( XPMC_XPPU_BASEADDR ) + 0x0000113CUL ) -#define XPMC_XPPU_APERPERM_079_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_079_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_079_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_079_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_079_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_079_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_079_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_079_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_079_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_079_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_079_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_079_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_079_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm080 - */ -#define XPMC_XPPU_APERPERM_080 ( ( XPMC_XPPU_BASEADDR ) + 0x00001140UL ) -#define XPMC_XPPU_APERPERM_080_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_080_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_080_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_080_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_080_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_080_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_080_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_080_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_080_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_080_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_080_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_080_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_080_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm081 - */ -#define XPMC_XPPU_APERPERM_081 ( ( XPMC_XPPU_BASEADDR ) + 0x00001144UL ) -#define XPMC_XPPU_APERPERM_081_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_081_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_081_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_081_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_081_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_081_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_081_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_081_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_081_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_081_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_081_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_081_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_081_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm082 - */ -#define XPMC_XPPU_APERPERM_082 ( ( XPMC_XPPU_BASEADDR ) + 0x00001148UL ) -#define XPMC_XPPU_APERPERM_082_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_082_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_082_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_082_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_082_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_082_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_082_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_082_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_082_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_082_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_082_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_082_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_082_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm083 - */ -#define XPMC_XPPU_APERPERM_083 ( ( XPMC_XPPU_BASEADDR ) + 0x0000114CUL ) -#define XPMC_XPPU_APERPERM_083_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_083_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_083_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_083_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_083_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_083_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_083_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_083_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_083_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_083_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_083_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_083_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_083_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm084 - */ -#define XPMC_XPPU_APERPERM_084 ( ( XPMC_XPPU_BASEADDR ) + 0x00001150UL ) -#define XPMC_XPPU_APERPERM_084_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_084_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_084_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_084_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_084_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_084_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_084_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_084_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_084_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_084_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_084_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_084_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_084_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm085 - */ -#define XPMC_XPPU_APERPERM_085 ( ( XPMC_XPPU_BASEADDR ) + 0x00001154UL ) -#define XPMC_XPPU_APERPERM_085_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_085_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_085_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_085_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_085_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_085_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_085_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_085_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_085_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_085_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_085_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_085_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_085_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm086 - */ -#define XPMC_XPPU_APERPERM_086 ( ( XPMC_XPPU_BASEADDR ) + 0x00001158UL ) -#define XPMC_XPPU_APERPERM_086_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_086_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_086_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_086_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_086_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_086_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_086_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_086_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_086_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_086_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_086_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_086_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_086_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm087 - */ -#define XPMC_XPPU_APERPERM_087 ( ( XPMC_XPPU_BASEADDR ) + 0x0000115CUL ) -#define XPMC_XPPU_APERPERM_087_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_087_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_087_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_087_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_087_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_087_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_087_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_087_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_087_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_087_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_087_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_087_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_087_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm088 - */ -#define XPMC_XPPU_APERPERM_088 ( ( XPMC_XPPU_BASEADDR ) + 0x00001160UL ) -#define XPMC_XPPU_APERPERM_088_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_088_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_088_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_088_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_088_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_088_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_088_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_088_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_088_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_088_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_088_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_088_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_088_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm089 - */ -#define XPMC_XPPU_APERPERM_089 ( ( XPMC_XPPU_BASEADDR ) + 0x00001164UL ) -#define XPMC_XPPU_APERPERM_089_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_089_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_089_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_089_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_089_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_089_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_089_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_089_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_089_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_089_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_089_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_089_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_089_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm090 - */ -#define XPMC_XPPU_APERPERM_090 ( ( XPMC_XPPU_BASEADDR ) + 0x00001168UL ) -#define XPMC_XPPU_APERPERM_090_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_090_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_090_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_090_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_090_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_090_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_090_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_090_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_090_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_090_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_090_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_090_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_090_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm091 - */ -#define XPMC_XPPU_APERPERM_091 ( ( XPMC_XPPU_BASEADDR ) + 0x0000116CUL ) -#define XPMC_XPPU_APERPERM_091_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_091_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_091_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_091_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_091_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_091_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_091_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_091_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_091_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_091_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_091_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_091_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_091_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm092 - */ -#define XPMC_XPPU_APERPERM_092 ( ( XPMC_XPPU_BASEADDR ) + 0x00001170UL ) -#define XPMC_XPPU_APERPERM_092_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_092_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_092_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_092_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_092_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_092_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_092_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_092_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_092_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_092_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_092_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_092_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_092_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm093 - */ -#define XPMC_XPPU_APERPERM_093 ( ( XPMC_XPPU_BASEADDR ) + 0x00001174UL ) -#define XPMC_XPPU_APERPERM_093_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_093_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_093_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_093_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_093_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_093_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_093_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_093_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_093_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_093_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_093_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_093_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_093_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm094 - */ -#define XPMC_XPPU_APERPERM_094 ( ( XPMC_XPPU_BASEADDR ) + 0x00001178UL ) -#define XPMC_XPPU_APERPERM_094_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_094_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_094_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_094_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_094_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_094_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_094_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_094_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_094_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_094_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_094_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_094_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_094_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm095 - */ -#define XPMC_XPPU_APERPERM_095 ( ( XPMC_XPPU_BASEADDR ) + 0x0000117CUL ) -#define XPMC_XPPU_APERPERM_095_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_095_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_095_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_095_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_095_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_095_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_095_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_095_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_095_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_095_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_095_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_095_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_095_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm096 - */ -#define XPMC_XPPU_APERPERM_096 ( ( XPMC_XPPU_BASEADDR ) + 0x00001180UL ) -#define XPMC_XPPU_APERPERM_096_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_096_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_096_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_096_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_096_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_096_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_096_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_096_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_096_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_096_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_096_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_096_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_096_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm097 - */ -#define XPMC_XPPU_APERPERM_097 ( ( XPMC_XPPU_BASEADDR ) + 0x00001184UL ) -#define XPMC_XPPU_APERPERM_097_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_097_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_097_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_097_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_097_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_097_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_097_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_097_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_097_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_097_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_097_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_097_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_097_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm098 - */ -#define XPMC_XPPU_APERPERM_098 ( ( XPMC_XPPU_BASEADDR ) + 0x00001188UL ) -#define XPMC_XPPU_APERPERM_098_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_098_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_098_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_098_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_098_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_098_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_098_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_098_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_098_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_098_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_098_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_098_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_098_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm099 - */ -#define XPMC_XPPU_APERPERM_099 ( ( XPMC_XPPU_BASEADDR ) + 0x0000118CUL ) -#define XPMC_XPPU_APERPERM_099_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_099_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_099_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_099_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_099_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_099_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_099_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_099_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_099_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_099_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_099_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_099_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_099_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm100 - */ -#define XPMC_XPPU_APERPERM_100 ( ( XPMC_XPPU_BASEADDR ) + 0x00001190UL ) -#define XPMC_XPPU_APERPERM_100_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_100_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_100_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_100_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_100_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_100_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_100_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_100_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_100_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_100_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_100_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_100_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_100_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm101 - */ -#define XPMC_XPPU_APERPERM_101 ( ( XPMC_XPPU_BASEADDR ) + 0x00001194UL ) -#define XPMC_XPPU_APERPERM_101_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_101_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_101_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_101_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_101_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_101_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_101_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_101_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_101_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_101_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_101_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_101_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_101_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm102 - */ -#define XPMC_XPPU_APERPERM_102 ( ( XPMC_XPPU_BASEADDR ) + 0x00001198UL ) -#define XPMC_XPPU_APERPERM_102_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_102_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_102_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_102_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_102_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_102_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_102_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_102_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_102_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_102_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_102_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_102_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_102_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm103 - */ -#define XPMC_XPPU_APERPERM_103 ( ( XPMC_XPPU_BASEADDR ) + 0x0000119CUL ) -#define XPMC_XPPU_APERPERM_103_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_103_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_103_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_103_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_103_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_103_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_103_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_103_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_103_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_103_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_103_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_103_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_103_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm104 - */ -#define XPMC_XPPU_APERPERM_104 ( ( XPMC_XPPU_BASEADDR ) + 0x000011A0UL ) -#define XPMC_XPPU_APERPERM_104_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_104_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_104_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_104_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_104_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_104_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_104_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_104_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_104_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_104_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_104_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_104_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_104_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm105 - */ -#define XPMC_XPPU_APERPERM_105 ( ( XPMC_XPPU_BASEADDR ) + 0x000011A4UL ) -#define XPMC_XPPU_APERPERM_105_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_105_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_105_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_105_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_105_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_105_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_105_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_105_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_105_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_105_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_105_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_105_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_105_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm106 - */ -#define XPMC_XPPU_APERPERM_106 ( ( XPMC_XPPU_BASEADDR ) + 0x000011A8UL ) -#define XPMC_XPPU_APERPERM_106_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_106_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_106_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_106_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_106_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_106_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_106_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_106_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_106_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_106_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_106_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_106_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_106_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm107 - */ -#define XPMC_XPPU_APERPERM_107 ( ( XPMC_XPPU_BASEADDR ) + 0x000011ACUL ) -#define XPMC_XPPU_APERPERM_107_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_107_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_107_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_107_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_107_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_107_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_107_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_107_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_107_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_107_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_107_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_107_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_107_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm108 - */ -#define XPMC_XPPU_APERPERM_108 ( ( XPMC_XPPU_BASEADDR ) + 0x000011B0UL ) -#define XPMC_XPPU_APERPERM_108_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_108_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_108_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_108_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_108_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_108_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_108_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_108_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_108_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_108_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_108_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_108_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_108_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm109 - */ -#define XPMC_XPPU_APERPERM_109 ( ( XPMC_XPPU_BASEADDR ) + 0x000011B4UL ) -#define XPMC_XPPU_APERPERM_109_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_109_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_109_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_109_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_109_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_109_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_109_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_109_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_109_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_109_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_109_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_109_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_109_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm110 - */ -#define XPMC_XPPU_APERPERM_110 ( ( XPMC_XPPU_BASEADDR ) + 0x000011B8UL ) -#define XPMC_XPPU_APERPERM_110_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_110_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_110_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_110_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_110_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_110_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_110_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_110_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_110_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_110_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_110_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_110_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_110_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm111 - */ -#define XPMC_XPPU_APERPERM_111 ( ( XPMC_XPPU_BASEADDR ) + 0x000011BCUL ) -#define XPMC_XPPU_APERPERM_111_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_111_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_111_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_111_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_111_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_111_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_111_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_111_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_111_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_111_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_111_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_111_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_111_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm112 - */ -#define XPMC_XPPU_APERPERM_112 ( ( XPMC_XPPU_BASEADDR ) + 0x000011C0UL ) -#define XPMC_XPPU_APERPERM_112_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_112_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_112_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_112_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_112_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_112_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_112_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_112_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_112_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_112_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_112_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_112_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_112_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm113 - */ -#define XPMC_XPPU_APERPERM_113 ( ( XPMC_XPPU_BASEADDR ) + 0x000011C4UL ) -#define XPMC_XPPU_APERPERM_113_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_113_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_113_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_113_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_113_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_113_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_113_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_113_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_113_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_113_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_113_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_113_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_113_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm114 - */ -#define XPMC_XPPU_APERPERM_114 ( ( XPMC_XPPU_BASEADDR ) + 0x000011C8UL ) -#define XPMC_XPPU_APERPERM_114_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_114_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_114_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_114_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_114_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_114_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_114_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_114_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_114_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_114_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_114_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_114_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_114_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm115 - */ -#define XPMC_XPPU_APERPERM_115 ( ( XPMC_XPPU_BASEADDR ) + 0x000011CCUL ) -#define XPMC_XPPU_APERPERM_115_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_115_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_115_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_115_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_115_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_115_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_115_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_115_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_115_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_115_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_115_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_115_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_115_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm116 - */ -#define XPMC_XPPU_APERPERM_116 ( ( XPMC_XPPU_BASEADDR ) + 0x000011D0UL ) -#define XPMC_XPPU_APERPERM_116_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_116_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_116_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_116_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_116_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_116_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_116_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_116_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_116_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_116_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_116_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_116_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_116_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm117 - */ -#define XPMC_XPPU_APERPERM_117 ( ( XPMC_XPPU_BASEADDR ) + 0x000011D4UL ) -#define XPMC_XPPU_APERPERM_117_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_117_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_117_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_117_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_117_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_117_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_117_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_117_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_117_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_117_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_117_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_117_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_117_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm118 - */ -#define XPMC_XPPU_APERPERM_118 ( ( XPMC_XPPU_BASEADDR ) + 0x000011D8UL ) -#define XPMC_XPPU_APERPERM_118_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_118_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_118_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_118_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_118_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_118_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_118_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_118_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_118_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_118_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_118_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_118_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_118_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm119 - */ -#define XPMC_XPPU_APERPERM_119 ( ( XPMC_XPPU_BASEADDR ) + 0x000011DCUL ) -#define XPMC_XPPU_APERPERM_119_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_119_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_119_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_119_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_119_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_119_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_119_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_119_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_119_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_119_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_119_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_119_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_119_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm120 - */ -#define XPMC_XPPU_APERPERM_120 ( ( XPMC_XPPU_BASEADDR ) + 0x000011E0UL ) -#define XPMC_XPPU_APERPERM_120_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_120_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_120_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_120_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_120_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_120_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_120_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_120_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_120_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_120_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_120_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_120_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_120_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm121 - */ -#define XPMC_XPPU_APERPERM_121 ( ( XPMC_XPPU_BASEADDR ) + 0x000011E4UL ) -#define XPMC_XPPU_APERPERM_121_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_121_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_121_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_121_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_121_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_121_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_121_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_121_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_121_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_121_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_121_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_121_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_121_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm122 - */ -#define XPMC_XPPU_APERPERM_122 ( ( XPMC_XPPU_BASEADDR ) + 0x000011E8UL ) -#define XPMC_XPPU_APERPERM_122_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_122_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_122_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_122_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_122_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_122_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_122_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_122_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_122_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_122_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_122_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_122_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_122_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm123 - */ -#define XPMC_XPPU_APERPERM_123 ( ( XPMC_XPPU_BASEADDR ) + 0x000011ECUL ) -#define XPMC_XPPU_APERPERM_123_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_123_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_123_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_123_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_123_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_123_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_123_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_123_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_123_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_123_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_123_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_123_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_123_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm124 - */ -#define XPMC_XPPU_APERPERM_124 ( ( XPMC_XPPU_BASEADDR ) + 0x000011F0UL ) -#define XPMC_XPPU_APERPERM_124_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_124_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_124_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_124_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_124_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_124_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_124_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_124_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_124_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_124_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_124_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_124_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_124_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm125 - */ -#define XPMC_XPPU_APERPERM_125 ( ( XPMC_XPPU_BASEADDR ) + 0x000011F4UL ) -#define XPMC_XPPU_APERPERM_125_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_125_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_125_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_125_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_125_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_125_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_125_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_125_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_125_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_125_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_125_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_125_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_125_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm126 - */ -#define XPMC_XPPU_APERPERM_126 ( ( XPMC_XPPU_BASEADDR ) + 0x000011F8UL ) -#define XPMC_XPPU_APERPERM_126_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_126_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_126_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_126_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_126_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_126_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_126_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_126_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_126_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_126_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_126_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_126_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_126_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm127 - */ -#define XPMC_XPPU_APERPERM_127 ( ( XPMC_XPPU_BASEADDR ) + 0x000011FCUL ) -#define XPMC_XPPU_APERPERM_127_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_127_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_127_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_127_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_127_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_127_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_127_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_127_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_127_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_127_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_127_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_127_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_127_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm128 - */ -#define XPMC_XPPU_APERPERM_128 ( ( XPMC_XPPU_BASEADDR ) + 0x00001200UL ) -#define XPMC_XPPU_APERPERM_128_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_128_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_128_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_128_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_128_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_128_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_128_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_128_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_128_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_128_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_128_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_128_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_128_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm129 - */ -#define XPMC_XPPU_APERPERM_129 ( ( XPMC_XPPU_BASEADDR ) + 0x00001204UL ) -#define XPMC_XPPU_APERPERM_129_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_129_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_129_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_129_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_129_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_129_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_129_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_129_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_129_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_129_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_129_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_129_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_129_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm130 - */ -#define XPMC_XPPU_APERPERM_130 ( ( XPMC_XPPU_BASEADDR ) + 0x00001208UL ) -#define XPMC_XPPU_APERPERM_130_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_130_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_130_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_130_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_130_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_130_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_130_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_130_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_130_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_130_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_130_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_130_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_130_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm131 - */ -#define XPMC_XPPU_APERPERM_131 ( ( XPMC_XPPU_BASEADDR ) + 0x0000120CUL ) -#define XPMC_XPPU_APERPERM_131_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_131_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_131_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_131_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_131_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_131_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_131_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_131_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_131_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_131_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_131_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_131_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_131_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm132 - */ -#define XPMC_XPPU_APERPERM_132 ( ( XPMC_XPPU_BASEADDR ) + 0x00001210UL ) -#define XPMC_XPPU_APERPERM_132_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_132_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_132_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_132_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_132_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_132_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_132_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_132_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_132_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_132_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_132_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_132_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_132_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm133 - */ -#define XPMC_XPPU_APERPERM_133 ( ( XPMC_XPPU_BASEADDR ) + 0x00001214UL ) -#define XPMC_XPPU_APERPERM_133_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_133_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_133_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_133_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_133_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_133_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_133_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_133_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_133_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_133_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_133_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_133_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_133_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm134 - */ -#define XPMC_XPPU_APERPERM_134 ( ( XPMC_XPPU_BASEADDR ) + 0x00001218UL ) -#define XPMC_XPPU_APERPERM_134_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_134_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_134_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_134_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_134_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_134_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_134_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_134_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_134_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_134_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_134_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_134_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_134_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm135 - */ -#define XPMC_XPPU_APERPERM_135 ( ( XPMC_XPPU_BASEADDR ) + 0x0000121CUL ) -#define XPMC_XPPU_APERPERM_135_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_135_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_135_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_135_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_135_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_135_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_135_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_135_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_135_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_135_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_135_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_135_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_135_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm136 - */ -#define XPMC_XPPU_APERPERM_136 ( ( XPMC_XPPU_BASEADDR ) + 0x00001220UL ) -#define XPMC_XPPU_APERPERM_136_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_136_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_136_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_136_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_136_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_136_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_136_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_136_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_136_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_136_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_136_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_136_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_136_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm137 - */ -#define XPMC_XPPU_APERPERM_137 ( ( XPMC_XPPU_BASEADDR ) + 0x00001224UL ) -#define XPMC_XPPU_APERPERM_137_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_137_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_137_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_137_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_137_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_137_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_137_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_137_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_137_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_137_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_137_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_137_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_137_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm138 - */ -#define XPMC_XPPU_APERPERM_138 ( ( XPMC_XPPU_BASEADDR ) + 0x00001228UL ) -#define XPMC_XPPU_APERPERM_138_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_138_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_138_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_138_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_138_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_138_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_138_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_138_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_138_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_138_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_138_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_138_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_138_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm139 - */ -#define XPMC_XPPU_APERPERM_139 ( ( XPMC_XPPU_BASEADDR ) + 0x0000122CUL ) -#define XPMC_XPPU_APERPERM_139_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_139_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_139_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_139_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_139_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_139_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_139_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_139_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_139_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_139_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_139_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_139_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_139_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm140 - */ -#define XPMC_XPPU_APERPERM_140 ( ( XPMC_XPPU_BASEADDR ) + 0x00001230UL ) -#define XPMC_XPPU_APERPERM_140_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_140_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_140_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_140_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_140_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_140_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_140_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_140_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_140_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_140_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_140_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_140_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_140_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm141 - */ -#define XPMC_XPPU_APERPERM_141 ( ( XPMC_XPPU_BASEADDR ) + 0x00001234UL ) -#define XPMC_XPPU_APERPERM_141_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_141_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_141_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_141_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_141_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_141_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_141_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_141_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_141_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_141_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_141_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_141_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_141_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm142 - */ -#define XPMC_XPPU_APERPERM_142 ( ( XPMC_XPPU_BASEADDR ) + 0x00001238UL ) -#define XPMC_XPPU_APERPERM_142_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_142_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_142_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_142_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_142_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_142_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_142_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_142_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_142_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_142_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_142_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_142_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_142_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm143 - */ -#define XPMC_XPPU_APERPERM_143 ( ( XPMC_XPPU_BASEADDR ) + 0x0000123CUL ) -#define XPMC_XPPU_APERPERM_143_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_143_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_143_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_143_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_143_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_143_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_143_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_143_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_143_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_143_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_143_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_143_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_143_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm144 - */ -#define XPMC_XPPU_APERPERM_144 ( ( XPMC_XPPU_BASEADDR ) + 0x00001240UL ) -#define XPMC_XPPU_APERPERM_144_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_144_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_144_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_144_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_144_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_144_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_144_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_144_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_144_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_144_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_144_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_144_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_144_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm145 - */ -#define XPMC_XPPU_APERPERM_145 ( ( XPMC_XPPU_BASEADDR ) + 0x00001244UL ) -#define XPMC_XPPU_APERPERM_145_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_145_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_145_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_145_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_145_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_145_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_145_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_145_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_145_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_145_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_145_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_145_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_145_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm146 - */ -#define XPMC_XPPU_APERPERM_146 ( ( XPMC_XPPU_BASEADDR ) + 0x00001248UL ) -#define XPMC_XPPU_APERPERM_146_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_146_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_146_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_146_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_146_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_146_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_146_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_146_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_146_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_146_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_146_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_146_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_146_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm147 - */ -#define XPMC_XPPU_APERPERM_147 ( ( XPMC_XPPU_BASEADDR ) + 0x0000124CUL ) -#define XPMC_XPPU_APERPERM_147_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_147_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_147_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_147_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_147_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_147_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_147_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_147_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_147_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_147_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_147_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_147_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_147_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm148 - */ -#define XPMC_XPPU_APERPERM_148 ( ( XPMC_XPPU_BASEADDR ) + 0x00001250UL ) -#define XPMC_XPPU_APERPERM_148_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_148_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_148_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_148_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_148_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_148_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_148_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_148_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_148_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_148_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_148_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_148_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_148_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm149 - */ -#define XPMC_XPPU_APERPERM_149 ( ( XPMC_XPPU_BASEADDR ) + 0x00001254UL ) -#define XPMC_XPPU_APERPERM_149_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_149_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_149_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_149_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_149_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_149_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_149_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_149_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_149_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_149_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_149_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_149_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_149_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm150 - */ -#define XPMC_XPPU_APERPERM_150 ( ( XPMC_XPPU_BASEADDR ) + 0x00001258UL ) -#define XPMC_XPPU_APERPERM_150_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_150_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_150_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_150_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_150_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_150_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_150_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_150_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_150_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_150_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_150_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_150_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_150_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm151 - */ -#define XPMC_XPPU_APERPERM_151 ( ( XPMC_XPPU_BASEADDR ) + 0x0000125CUL ) -#define XPMC_XPPU_APERPERM_151_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_151_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_151_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_151_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_151_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_151_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_151_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_151_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_151_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_151_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_151_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_151_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_151_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm152 - */ -#define XPMC_XPPU_APERPERM_152 ( ( XPMC_XPPU_BASEADDR ) + 0x00001260UL ) -#define XPMC_XPPU_APERPERM_152_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_152_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_152_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_152_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_152_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_152_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_152_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_152_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_152_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_152_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_152_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_152_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_152_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm153 - */ -#define XPMC_XPPU_APERPERM_153 ( ( XPMC_XPPU_BASEADDR ) + 0x00001264UL ) -#define XPMC_XPPU_APERPERM_153_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_153_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_153_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_153_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_153_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_153_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_153_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_153_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_153_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_153_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_153_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_153_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_153_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm154 - */ -#define XPMC_XPPU_APERPERM_154 ( ( XPMC_XPPU_BASEADDR ) + 0x00001268UL ) -#define XPMC_XPPU_APERPERM_154_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_154_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_154_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_154_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_154_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_154_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_154_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_154_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_154_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_154_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_154_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_154_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_154_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm155 - */ -#define XPMC_XPPU_APERPERM_155 ( ( XPMC_XPPU_BASEADDR ) + 0x0000126CUL ) -#define XPMC_XPPU_APERPERM_155_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_155_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_155_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_155_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_155_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_155_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_155_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_155_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_155_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_155_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_155_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_155_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_155_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm156 - */ -#define XPMC_XPPU_APERPERM_156 ( ( XPMC_XPPU_BASEADDR ) + 0x00001270UL ) -#define XPMC_XPPU_APERPERM_156_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_156_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_156_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_156_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_156_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_156_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_156_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_156_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_156_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_156_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_156_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_156_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_156_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm157 - */ -#define XPMC_XPPU_APERPERM_157 ( ( XPMC_XPPU_BASEADDR ) + 0x00001274UL ) -#define XPMC_XPPU_APERPERM_157_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_157_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_157_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_157_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_157_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_157_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_157_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_157_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_157_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_157_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_157_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_157_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_157_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm158 - */ -#define XPMC_XPPU_APERPERM_158 ( ( XPMC_XPPU_BASEADDR ) + 0x00001278UL ) -#define XPMC_XPPU_APERPERM_158_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_158_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_158_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_158_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_158_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_158_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_158_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_158_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_158_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_158_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_158_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_158_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_158_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm159 - */ -#define XPMC_XPPU_APERPERM_159 ( ( XPMC_XPPU_BASEADDR ) + 0x0000127CUL ) -#define XPMC_XPPU_APERPERM_159_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_159_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_159_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_159_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_159_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_159_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_159_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_159_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_159_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_159_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_159_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_159_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_159_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm160 - */ -#define XPMC_XPPU_APERPERM_160 ( ( XPMC_XPPU_BASEADDR ) + 0x00001280UL ) -#define XPMC_XPPU_APERPERM_160_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_160_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_160_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_160_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_160_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_160_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_160_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_160_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_160_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_160_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_160_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_160_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_160_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm161 - */ -#define XPMC_XPPU_APERPERM_161 ( ( XPMC_XPPU_BASEADDR ) + 0x00001284UL ) -#define XPMC_XPPU_APERPERM_161_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_161_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_161_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_161_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_161_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_161_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_161_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_161_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_161_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_161_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_161_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_161_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_161_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm162 - */ -#define XPMC_XPPU_APERPERM_162 ( ( XPMC_XPPU_BASEADDR ) + 0x00001288UL ) -#define XPMC_XPPU_APERPERM_162_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_162_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_162_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_162_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_162_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_162_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_162_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_162_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_162_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_162_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_162_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_162_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_162_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm163 - */ -#define XPMC_XPPU_APERPERM_163 ( ( XPMC_XPPU_BASEADDR ) + 0x0000128CUL ) -#define XPMC_XPPU_APERPERM_163_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_163_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_163_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_163_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_163_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_163_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_163_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_163_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_163_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_163_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_163_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_163_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_163_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm164 - */ -#define XPMC_XPPU_APERPERM_164 ( ( XPMC_XPPU_BASEADDR ) + 0x00001290UL ) -#define XPMC_XPPU_APERPERM_164_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_164_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_164_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_164_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_164_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_164_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_164_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_164_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_164_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_164_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_164_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_164_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_164_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm165 - */ -#define XPMC_XPPU_APERPERM_165 ( ( XPMC_XPPU_BASEADDR ) + 0x00001294UL ) -#define XPMC_XPPU_APERPERM_165_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_165_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_165_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_165_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_165_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_165_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_165_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_165_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_165_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_165_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_165_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_165_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_165_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm166 - */ -#define XPMC_XPPU_APERPERM_166 ( ( XPMC_XPPU_BASEADDR ) + 0x00001298UL ) -#define XPMC_XPPU_APERPERM_166_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_166_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_166_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_166_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_166_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_166_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_166_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_166_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_166_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_166_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_166_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_166_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_166_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm167 - */ -#define XPMC_XPPU_APERPERM_167 ( ( XPMC_XPPU_BASEADDR ) + 0x0000129CUL ) -#define XPMC_XPPU_APERPERM_167_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_167_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_167_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_167_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_167_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_167_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_167_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_167_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_167_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_167_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_167_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_167_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_167_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm168 - */ -#define XPMC_XPPU_APERPERM_168 ( ( XPMC_XPPU_BASEADDR ) + 0x000012A0UL ) -#define XPMC_XPPU_APERPERM_168_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_168_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_168_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_168_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_168_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_168_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_168_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_168_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_168_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_168_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_168_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_168_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_168_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm169 - */ -#define XPMC_XPPU_APERPERM_169 ( ( XPMC_XPPU_BASEADDR ) + 0x000012A4UL ) -#define XPMC_XPPU_APERPERM_169_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_169_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_169_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_169_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_169_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_169_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_169_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_169_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_169_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_169_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_169_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_169_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_169_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm170 - */ -#define XPMC_XPPU_APERPERM_170 ( ( XPMC_XPPU_BASEADDR ) + 0x000012A8UL ) -#define XPMC_XPPU_APERPERM_170_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_170_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_170_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_170_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_170_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_170_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_170_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_170_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_170_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_170_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_170_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_170_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_170_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm171 - */ -#define XPMC_XPPU_APERPERM_171 ( ( XPMC_XPPU_BASEADDR ) + 0x000012ACUL ) -#define XPMC_XPPU_APERPERM_171_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_171_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_171_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_171_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_171_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_171_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_171_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_171_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_171_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_171_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_171_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_171_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_171_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm172 - */ -#define XPMC_XPPU_APERPERM_172 ( ( XPMC_XPPU_BASEADDR ) + 0x000012B0UL ) -#define XPMC_XPPU_APERPERM_172_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_172_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_172_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_172_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_172_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_172_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_172_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_172_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_172_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_172_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_172_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_172_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_172_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm173 - */ -#define XPMC_XPPU_APERPERM_173 ( ( XPMC_XPPU_BASEADDR ) + 0x000012B4UL ) -#define XPMC_XPPU_APERPERM_173_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_173_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_173_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_173_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_173_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_173_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_173_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_173_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_173_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_173_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_173_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_173_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_173_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm174 - */ -#define XPMC_XPPU_APERPERM_174 ( ( XPMC_XPPU_BASEADDR ) + 0x000012B8UL ) -#define XPMC_XPPU_APERPERM_174_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_174_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_174_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_174_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_174_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_174_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_174_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_174_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_174_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_174_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_174_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_174_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_174_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm175 - */ -#define XPMC_XPPU_APERPERM_175 ( ( XPMC_XPPU_BASEADDR ) + 0x000012BCUL ) -#define XPMC_XPPU_APERPERM_175_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_175_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_175_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_175_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_175_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_175_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_175_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_175_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_175_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_175_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_175_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_175_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_175_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm176 - */ -#define XPMC_XPPU_APERPERM_176 ( ( XPMC_XPPU_BASEADDR ) + 0x000012C0UL ) -#define XPMC_XPPU_APERPERM_176_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_176_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_176_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_176_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_176_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_176_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_176_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_176_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_176_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_176_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_176_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_176_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_176_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm177 - */ -#define XPMC_XPPU_APERPERM_177 ( ( XPMC_XPPU_BASEADDR ) + 0x000012C4UL ) -#define XPMC_XPPU_APERPERM_177_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_177_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_177_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_177_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_177_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_177_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_177_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_177_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_177_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_177_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_177_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_177_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_177_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm178 - */ -#define XPMC_XPPU_APERPERM_178 ( ( XPMC_XPPU_BASEADDR ) + 0x000012C8UL ) -#define XPMC_XPPU_APERPERM_178_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_178_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_178_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_178_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_178_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_178_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_178_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_178_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_178_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_178_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_178_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_178_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_178_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm179 - */ -#define XPMC_XPPU_APERPERM_179 ( ( XPMC_XPPU_BASEADDR ) + 0x000012CCUL ) -#define XPMC_XPPU_APERPERM_179_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_179_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_179_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_179_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_179_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_179_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_179_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_179_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_179_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_179_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_179_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_179_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_179_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm180 - */ -#define XPMC_XPPU_APERPERM_180 ( ( XPMC_XPPU_BASEADDR ) + 0x000012D0UL ) -#define XPMC_XPPU_APERPERM_180_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_180_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_180_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_180_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_180_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_180_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_180_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_180_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_180_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_180_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_180_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_180_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_180_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm181 - */ -#define XPMC_XPPU_APERPERM_181 ( ( XPMC_XPPU_BASEADDR ) + 0x000012D4UL ) -#define XPMC_XPPU_APERPERM_181_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_181_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_181_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_181_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_181_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_181_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_181_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_181_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_181_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_181_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_181_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_181_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_181_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm182 - */ -#define XPMC_XPPU_APERPERM_182 ( ( XPMC_XPPU_BASEADDR ) + 0x000012D8UL ) -#define XPMC_XPPU_APERPERM_182_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_182_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_182_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_182_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_182_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_182_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_182_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_182_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_182_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_182_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_182_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_182_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_182_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm183 - */ -#define XPMC_XPPU_APERPERM_183 ( ( XPMC_XPPU_BASEADDR ) + 0x000012DCUL ) -#define XPMC_XPPU_APERPERM_183_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_183_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_183_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_183_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_183_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_183_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_183_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_183_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_183_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_183_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_183_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_183_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_183_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm184 - */ -#define XPMC_XPPU_APERPERM_184 ( ( XPMC_XPPU_BASEADDR ) + 0x000012E0UL ) -#define XPMC_XPPU_APERPERM_184_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_184_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_184_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_184_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_184_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_184_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_184_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_184_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_184_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_184_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_184_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_184_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_184_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm185 - */ -#define XPMC_XPPU_APERPERM_185 ( ( XPMC_XPPU_BASEADDR ) + 0x000012E4UL ) -#define XPMC_XPPU_APERPERM_185_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_185_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_185_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_185_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_185_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_185_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_185_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_185_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_185_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_185_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_185_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_185_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_185_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm186 - */ -#define XPMC_XPPU_APERPERM_186 ( ( XPMC_XPPU_BASEADDR ) + 0x000012E8UL ) -#define XPMC_XPPU_APERPERM_186_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_186_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_186_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_186_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_186_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_186_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_186_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_186_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_186_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_186_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_186_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_186_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_186_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm187 - */ -#define XPMC_XPPU_APERPERM_187 ( ( XPMC_XPPU_BASEADDR ) + 0x000012ECUL ) -#define XPMC_XPPU_APERPERM_187_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_187_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_187_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_187_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_187_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_187_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_187_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_187_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_187_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_187_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_187_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_187_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_187_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm188 - */ -#define XPMC_XPPU_APERPERM_188 ( ( XPMC_XPPU_BASEADDR ) + 0x000012F0UL ) -#define XPMC_XPPU_APERPERM_188_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_188_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_188_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_188_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_188_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_188_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_188_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_188_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_188_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_188_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_188_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_188_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_188_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm189 - */ -#define XPMC_XPPU_APERPERM_189 ( ( XPMC_XPPU_BASEADDR ) + 0x000012F4UL ) -#define XPMC_XPPU_APERPERM_189_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_189_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_189_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_189_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_189_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_189_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_189_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_189_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_189_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_189_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_189_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_189_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_189_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm190 - */ -#define XPMC_XPPU_APERPERM_190 ( ( XPMC_XPPU_BASEADDR ) + 0x000012F8UL ) -#define XPMC_XPPU_APERPERM_190_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_190_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_190_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_190_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_190_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_190_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_190_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_190_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_190_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_190_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_190_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_190_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_190_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm191 - */ -#define XPMC_XPPU_APERPERM_191 ( ( XPMC_XPPU_BASEADDR ) + 0x000012FCUL ) -#define XPMC_XPPU_APERPERM_191_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_191_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_191_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_191_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_191_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_191_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_191_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_191_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_191_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_191_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_191_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_191_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_191_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm192 - */ -#define XPMC_XPPU_APERPERM_192 ( ( XPMC_XPPU_BASEADDR ) + 0x00001300UL ) -#define XPMC_XPPU_APERPERM_192_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_192_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_192_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_192_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_192_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_192_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_192_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_192_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_192_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_192_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_192_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_192_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_192_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm193 - */ -#define XPMC_XPPU_APERPERM_193 ( ( XPMC_XPPU_BASEADDR ) + 0x00001304UL ) -#define XPMC_XPPU_APERPERM_193_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_193_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_193_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_193_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_193_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_193_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_193_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_193_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_193_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_193_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_193_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_193_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_193_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm194 - */ -#define XPMC_XPPU_APERPERM_194 ( ( XPMC_XPPU_BASEADDR ) + 0x00001308UL ) -#define XPMC_XPPU_APERPERM_194_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_194_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_194_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_194_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_194_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_194_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_194_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_194_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_194_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_194_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_194_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_194_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_194_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm195 - */ -#define XPMC_XPPU_APERPERM_195 ( ( XPMC_XPPU_BASEADDR ) + 0x0000130CUL ) -#define XPMC_XPPU_APERPERM_195_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_195_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_195_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_195_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_195_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_195_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_195_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_195_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_195_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_195_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_195_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_195_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_195_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm196 - */ -#define XPMC_XPPU_APERPERM_196 ( ( XPMC_XPPU_BASEADDR ) + 0x00001310UL ) -#define XPMC_XPPU_APERPERM_196_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_196_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_196_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_196_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_196_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_196_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_196_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_196_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_196_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_196_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_196_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_196_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_196_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm197 - */ -#define XPMC_XPPU_APERPERM_197 ( ( XPMC_XPPU_BASEADDR ) + 0x00001314UL ) -#define XPMC_XPPU_APERPERM_197_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_197_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_197_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_197_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_197_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_197_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_197_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_197_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_197_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_197_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_197_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_197_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_197_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm198 - */ -#define XPMC_XPPU_APERPERM_198 ( ( XPMC_XPPU_BASEADDR ) + 0x00001318UL ) -#define XPMC_XPPU_APERPERM_198_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_198_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_198_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_198_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_198_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_198_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_198_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_198_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_198_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_198_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_198_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_198_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_198_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm199 - */ -#define XPMC_XPPU_APERPERM_199 ( ( XPMC_XPPU_BASEADDR ) + 0x0000131CUL ) -#define XPMC_XPPU_APERPERM_199_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_199_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_199_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_199_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_199_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_199_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_199_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_199_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_199_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_199_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_199_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_199_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_199_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm200 - */ -#define XPMC_XPPU_APERPERM_200 ( ( XPMC_XPPU_BASEADDR ) + 0x00001320UL ) -#define XPMC_XPPU_APERPERM_200_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_200_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_200_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_200_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_200_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_200_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_200_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_200_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_200_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_200_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_200_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_200_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_200_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm201 - */ -#define XPMC_XPPU_APERPERM_201 ( ( XPMC_XPPU_BASEADDR ) + 0x00001324UL ) -#define XPMC_XPPU_APERPERM_201_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_201_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_201_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_201_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_201_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_201_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_201_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_201_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_201_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_201_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_201_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_201_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_201_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm202 - */ -#define XPMC_XPPU_APERPERM_202 ( ( XPMC_XPPU_BASEADDR ) + 0x00001328UL ) -#define XPMC_XPPU_APERPERM_202_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_202_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_202_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_202_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_202_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_202_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_202_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_202_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_202_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_202_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_202_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_202_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_202_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm203 - */ -#define XPMC_XPPU_APERPERM_203 ( ( XPMC_XPPU_BASEADDR ) + 0x0000132CUL ) -#define XPMC_XPPU_APERPERM_203_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_203_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_203_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_203_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_203_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_203_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_203_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_203_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_203_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_203_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_203_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_203_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_203_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm204 - */ -#define XPMC_XPPU_APERPERM_204 ( ( XPMC_XPPU_BASEADDR ) + 0x00001330UL ) -#define XPMC_XPPU_APERPERM_204_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_204_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_204_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_204_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_204_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_204_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_204_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_204_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_204_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_204_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_204_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_204_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_204_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm205 - */ -#define XPMC_XPPU_APERPERM_205 ( ( XPMC_XPPU_BASEADDR ) + 0x00001334UL ) -#define XPMC_XPPU_APERPERM_205_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_205_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_205_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_205_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_205_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_205_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_205_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_205_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_205_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_205_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_205_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_205_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_205_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm206 - */ -#define XPMC_XPPU_APERPERM_206 ( ( XPMC_XPPU_BASEADDR ) + 0x00001338UL ) -#define XPMC_XPPU_APERPERM_206_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_206_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_206_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_206_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_206_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_206_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_206_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_206_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_206_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_206_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_206_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_206_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_206_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm207 - */ -#define XPMC_XPPU_APERPERM_207 ( ( XPMC_XPPU_BASEADDR ) + 0x0000133CUL ) -#define XPMC_XPPU_APERPERM_207_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_207_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_207_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_207_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_207_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_207_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_207_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_207_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_207_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_207_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_207_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_207_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_207_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm208 - */ -#define XPMC_XPPU_APERPERM_208 ( ( XPMC_XPPU_BASEADDR ) + 0x00001340UL ) -#define XPMC_XPPU_APERPERM_208_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_208_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_208_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_208_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_208_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_208_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_208_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_208_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_208_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_208_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_208_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_208_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_208_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm209 - */ -#define XPMC_XPPU_APERPERM_209 ( ( XPMC_XPPU_BASEADDR ) + 0x00001344UL ) -#define XPMC_XPPU_APERPERM_209_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_209_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_209_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_209_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_209_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_209_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_209_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_209_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_209_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_209_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_209_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_209_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_209_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm210 - */ -#define XPMC_XPPU_APERPERM_210 ( ( XPMC_XPPU_BASEADDR ) + 0x00001348UL ) -#define XPMC_XPPU_APERPERM_210_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_210_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_210_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_210_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_210_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_210_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_210_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_210_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_210_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_210_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_210_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_210_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_210_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm211 - */ -#define XPMC_XPPU_APERPERM_211 ( ( XPMC_XPPU_BASEADDR ) + 0x0000134CUL ) -#define XPMC_XPPU_APERPERM_211_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_211_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_211_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_211_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_211_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_211_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_211_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_211_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_211_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_211_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_211_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_211_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_211_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm212 - */ -#define XPMC_XPPU_APERPERM_212 ( ( XPMC_XPPU_BASEADDR ) + 0x00001350UL ) -#define XPMC_XPPU_APERPERM_212_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_212_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_212_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_212_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_212_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_212_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_212_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_212_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_212_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_212_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_212_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_212_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_212_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm213 - */ -#define XPMC_XPPU_APERPERM_213 ( ( XPMC_XPPU_BASEADDR ) + 0x00001354UL ) -#define XPMC_XPPU_APERPERM_213_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_213_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_213_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_213_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_213_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_213_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_213_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_213_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_213_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_213_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_213_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_213_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_213_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm214 - */ -#define XPMC_XPPU_APERPERM_214 ( ( XPMC_XPPU_BASEADDR ) + 0x00001358UL ) -#define XPMC_XPPU_APERPERM_214_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_214_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_214_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_214_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_214_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_214_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_214_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_214_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_214_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_214_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_214_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_214_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_214_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm215 - */ -#define XPMC_XPPU_APERPERM_215 ( ( XPMC_XPPU_BASEADDR ) + 0x0000135CUL ) -#define XPMC_XPPU_APERPERM_215_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_215_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_215_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_215_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_215_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_215_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_215_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_215_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_215_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_215_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_215_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_215_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_215_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm216 - */ -#define XPMC_XPPU_APERPERM_216 ( ( XPMC_XPPU_BASEADDR ) + 0x00001360UL ) -#define XPMC_XPPU_APERPERM_216_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_216_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_216_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_216_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_216_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_216_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_216_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_216_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_216_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_216_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_216_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_216_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_216_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm217 - */ -#define XPMC_XPPU_APERPERM_217 ( ( XPMC_XPPU_BASEADDR ) + 0x00001364UL ) -#define XPMC_XPPU_APERPERM_217_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_217_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_217_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_217_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_217_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_217_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_217_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_217_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_217_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_217_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_217_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_217_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_217_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm218 - */ -#define XPMC_XPPU_APERPERM_218 ( ( XPMC_XPPU_BASEADDR ) + 0x00001368UL ) -#define XPMC_XPPU_APERPERM_218_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_218_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_218_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_218_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_218_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_218_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_218_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_218_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_218_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_218_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_218_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_218_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_218_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm219 - */ -#define XPMC_XPPU_APERPERM_219 ( ( XPMC_XPPU_BASEADDR ) + 0x0000136CUL ) -#define XPMC_XPPU_APERPERM_219_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_219_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_219_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_219_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_219_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_219_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_219_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_219_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_219_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_219_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_219_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_219_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_219_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm220 - */ -#define XPMC_XPPU_APERPERM_220 ( ( XPMC_XPPU_BASEADDR ) + 0x00001370UL ) -#define XPMC_XPPU_APERPERM_220_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_220_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_220_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_220_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_220_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_220_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_220_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_220_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_220_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_220_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_220_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_220_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_220_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm221 - */ -#define XPMC_XPPU_APERPERM_221 ( ( XPMC_XPPU_BASEADDR ) + 0x00001374UL ) -#define XPMC_XPPU_APERPERM_221_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_221_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_221_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_221_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_221_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_221_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_221_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_221_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_221_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_221_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_221_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_221_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_221_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm222 - */ -#define XPMC_XPPU_APERPERM_222 ( ( XPMC_XPPU_BASEADDR ) + 0x00001378UL ) -#define XPMC_XPPU_APERPERM_222_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_222_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_222_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_222_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_222_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_222_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_222_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_222_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_222_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_222_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_222_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_222_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_222_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm223 - */ -#define XPMC_XPPU_APERPERM_223 ( ( XPMC_XPPU_BASEADDR ) + 0x0000137CUL ) -#define XPMC_XPPU_APERPERM_223_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_223_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_223_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_223_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_223_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_223_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_223_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_223_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_223_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_223_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_223_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_223_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_223_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm224 - */ -#define XPMC_XPPU_APERPERM_224 ( ( XPMC_XPPU_BASEADDR ) + 0x00001380UL ) -#define XPMC_XPPU_APERPERM_224_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_224_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_224_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_224_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_224_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_224_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_224_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_224_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_224_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_224_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_224_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_224_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_224_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm225 - */ -#define XPMC_XPPU_APERPERM_225 ( ( XPMC_XPPU_BASEADDR ) + 0x00001384UL ) -#define XPMC_XPPU_APERPERM_225_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_225_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_225_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_225_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_225_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_225_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_225_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_225_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_225_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_225_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_225_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_225_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_225_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm226 - */ -#define XPMC_XPPU_APERPERM_226 ( ( XPMC_XPPU_BASEADDR ) + 0x00001388UL ) -#define XPMC_XPPU_APERPERM_226_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_226_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_226_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_226_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_226_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_226_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_226_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_226_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_226_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_226_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_226_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_226_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_226_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm227 - */ -#define XPMC_XPPU_APERPERM_227 ( ( XPMC_XPPU_BASEADDR ) + 0x0000138CUL ) -#define XPMC_XPPU_APERPERM_227_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_227_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_227_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_227_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_227_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_227_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_227_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_227_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_227_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_227_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_227_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_227_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_227_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm228 - */ -#define XPMC_XPPU_APERPERM_228 ( ( XPMC_XPPU_BASEADDR ) + 0x00001390UL ) -#define XPMC_XPPU_APERPERM_228_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_228_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_228_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_228_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_228_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_228_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_228_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_228_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_228_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_228_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_228_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_228_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_228_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm229 - */ -#define XPMC_XPPU_APERPERM_229 ( ( XPMC_XPPU_BASEADDR ) + 0x00001394UL ) -#define XPMC_XPPU_APERPERM_229_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_229_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_229_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_229_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_229_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_229_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_229_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_229_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_229_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_229_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_229_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_229_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_229_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm230 - */ -#define XPMC_XPPU_APERPERM_230 ( ( XPMC_XPPU_BASEADDR ) + 0x00001398UL ) -#define XPMC_XPPU_APERPERM_230_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_230_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_230_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_230_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_230_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_230_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_230_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_230_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_230_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_230_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_230_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_230_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_230_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm231 - */ -#define XPMC_XPPU_APERPERM_231 ( ( XPMC_XPPU_BASEADDR ) + 0x0000139CUL ) -#define XPMC_XPPU_APERPERM_231_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_231_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_231_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_231_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_231_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_231_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_231_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_231_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_231_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_231_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_231_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_231_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_231_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm232 - */ -#define XPMC_XPPU_APERPERM_232 ( ( XPMC_XPPU_BASEADDR ) + 0x000013A0UL ) -#define XPMC_XPPU_APERPERM_232_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_232_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_232_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_232_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_232_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_232_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_232_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_232_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_232_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_232_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_232_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_232_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_232_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm233 - */ -#define XPMC_XPPU_APERPERM_233 ( ( XPMC_XPPU_BASEADDR ) + 0x000013A4UL ) -#define XPMC_XPPU_APERPERM_233_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_233_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_233_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_233_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_233_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_233_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_233_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_233_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_233_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_233_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_233_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_233_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_233_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm234 - */ -#define XPMC_XPPU_APERPERM_234 ( ( XPMC_XPPU_BASEADDR ) + 0x000013A8UL ) -#define XPMC_XPPU_APERPERM_234_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_234_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_234_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_234_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_234_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_234_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_234_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_234_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_234_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_234_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_234_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_234_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_234_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm235 - */ -#define XPMC_XPPU_APERPERM_235 ( ( XPMC_XPPU_BASEADDR ) + 0x000013ACUL ) -#define XPMC_XPPU_APERPERM_235_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_235_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_235_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_235_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_235_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_235_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_235_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_235_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_235_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_235_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_235_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_235_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_235_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm236 - */ -#define XPMC_XPPU_APERPERM_236 ( ( XPMC_XPPU_BASEADDR ) + 0x000013B0UL ) -#define XPMC_XPPU_APERPERM_236_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_236_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_236_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_236_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_236_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_236_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_236_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_236_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_236_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_236_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_236_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_236_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_236_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm237 - */ -#define XPMC_XPPU_APERPERM_237 ( ( XPMC_XPPU_BASEADDR ) + 0x000013B4UL ) -#define XPMC_XPPU_APERPERM_237_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_237_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_237_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_237_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_237_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_237_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_237_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_237_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_237_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_237_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_237_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_237_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_237_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm238 - */ -#define XPMC_XPPU_APERPERM_238 ( ( XPMC_XPPU_BASEADDR ) + 0x000013B8UL ) -#define XPMC_XPPU_APERPERM_238_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_238_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_238_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_238_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_238_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_238_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_238_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_238_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_238_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_238_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_238_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_238_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_238_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm239 - */ -#define XPMC_XPPU_APERPERM_239 ( ( XPMC_XPPU_BASEADDR ) + 0x000013BCUL ) -#define XPMC_XPPU_APERPERM_239_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_239_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_239_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_239_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_239_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_239_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_239_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_239_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_239_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_239_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_239_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_239_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_239_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm240 - */ -#define XPMC_XPPU_APERPERM_240 ( ( XPMC_XPPU_BASEADDR ) + 0x000013C0UL ) -#define XPMC_XPPU_APERPERM_240_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_240_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_240_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_240_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_240_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_240_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_240_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_240_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_240_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_240_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_240_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_240_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_240_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm241 - */ -#define XPMC_XPPU_APERPERM_241 ( ( XPMC_XPPU_BASEADDR ) + 0x000013C4UL ) -#define XPMC_XPPU_APERPERM_241_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_241_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_241_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_241_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_241_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_241_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_241_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_241_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_241_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_241_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_241_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_241_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_241_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm242 - */ -#define XPMC_XPPU_APERPERM_242 ( ( XPMC_XPPU_BASEADDR ) + 0x000013C8UL ) -#define XPMC_XPPU_APERPERM_242_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_242_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_242_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_242_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_242_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_242_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_242_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_242_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_242_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_242_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_242_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_242_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_242_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm243 - */ -#define XPMC_XPPU_APERPERM_243 ( ( XPMC_XPPU_BASEADDR ) + 0x000013CCUL ) -#define XPMC_XPPU_APERPERM_243_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_243_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_243_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_243_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_243_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_243_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_243_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_243_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_243_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_243_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_243_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_243_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_243_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm244 - */ -#define XPMC_XPPU_APERPERM_244 ( ( XPMC_XPPU_BASEADDR ) + 0x000013D0UL ) -#define XPMC_XPPU_APERPERM_244_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_244_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_244_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_244_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_244_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_244_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_244_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_244_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_244_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_244_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_244_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_244_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_244_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm245 - */ -#define XPMC_XPPU_APERPERM_245 ( ( XPMC_XPPU_BASEADDR ) + 0x000013D4UL ) -#define XPMC_XPPU_APERPERM_245_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_245_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_245_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_245_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_245_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_245_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_245_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_245_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_245_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_245_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_245_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_245_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_245_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm246 - */ -#define XPMC_XPPU_APERPERM_246 ( ( XPMC_XPPU_BASEADDR ) + 0x000013D8UL ) -#define XPMC_XPPU_APERPERM_246_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_246_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_246_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_246_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_246_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_246_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_246_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_246_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_246_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_246_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_246_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_246_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_246_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm247 - */ -#define XPMC_XPPU_APERPERM_247 ( ( XPMC_XPPU_BASEADDR ) + 0x000013DCUL ) -#define XPMC_XPPU_APERPERM_247_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_247_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_247_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_247_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_247_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_247_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_247_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_247_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_247_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_247_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_247_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_247_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_247_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm248 - */ -#define XPMC_XPPU_APERPERM_248 ( ( XPMC_XPPU_BASEADDR ) + 0x000013E0UL ) -#define XPMC_XPPU_APERPERM_248_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_248_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_248_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_248_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_248_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_248_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_248_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_248_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_248_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_248_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_248_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_248_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_248_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm249 - */ -#define XPMC_XPPU_APERPERM_249 ( ( XPMC_XPPU_BASEADDR ) + 0x000013E4UL ) -#define XPMC_XPPU_APERPERM_249_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_249_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_249_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_249_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_249_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_249_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_249_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_249_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_249_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_249_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_249_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_249_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_249_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm250 - */ -#define XPMC_XPPU_APERPERM_250 ( ( XPMC_XPPU_BASEADDR ) + 0x000013E8UL ) -#define XPMC_XPPU_APERPERM_250_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_250_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_250_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_250_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_250_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_250_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_250_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_250_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_250_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_250_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_250_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_250_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_250_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm251 - */ -#define XPMC_XPPU_APERPERM_251 ( ( XPMC_XPPU_BASEADDR ) + 0x000013ECUL ) -#define XPMC_XPPU_APERPERM_251_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_251_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_251_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_251_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_251_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_251_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_251_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_251_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_251_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_251_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_251_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_251_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_251_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm252 - */ -#define XPMC_XPPU_APERPERM_252 ( ( XPMC_XPPU_BASEADDR ) + 0x000013F0UL ) -#define XPMC_XPPU_APERPERM_252_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_252_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_252_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_252_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_252_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_252_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_252_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_252_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_252_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_252_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_252_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_252_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_252_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm253 - */ -#define XPMC_XPPU_APERPERM_253 ( ( XPMC_XPPU_BASEADDR ) + 0x000013F4UL ) -#define XPMC_XPPU_APERPERM_253_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_253_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_253_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_253_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_253_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_253_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_253_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_253_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_253_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_253_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_253_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_253_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_253_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm254 - */ -#define XPMC_XPPU_APERPERM_254 ( ( XPMC_XPPU_BASEADDR ) + 0x000013F8UL ) -#define XPMC_XPPU_APERPERM_254_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_254_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_254_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_254_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_254_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_254_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_254_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_254_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_254_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_254_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_254_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_254_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_254_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm255 - */ -#define XPMC_XPPU_APERPERM_255 ( ( XPMC_XPPU_BASEADDR ) + 0x000013FCUL ) -#define XPMC_XPPU_APERPERM_255_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_255_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_255_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_255_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_255_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_255_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_255_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_255_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_255_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_255_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_255_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_255_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_255_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm384 - */ -#define XPMC_XPPU_APERPERM_384 ( ( XPMC_XPPU_BASEADDR ) + 0x00001600UL ) -#define XPMC_XPPU_APERPERM_384_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_384_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_384_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_384_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_384_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_384_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_384_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_384_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_384_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_384_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_384_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_384_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_384_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm385 - */ -#define XPMC_XPPU_APERPERM_385 ( ( XPMC_XPPU_BASEADDR ) + 0x00001604UL ) -#define XPMC_XPPU_APERPERM_385_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_385_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_385_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_385_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_385_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_385_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_385_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_385_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_385_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_385_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_385_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_385_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_385_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm386 - */ -#define XPMC_XPPU_APERPERM_386 ( ( XPMC_XPPU_BASEADDR ) + 0x00001608UL ) -#define XPMC_XPPU_APERPERM_386_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_386_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_386_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_386_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_386_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_386_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_386_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_386_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_386_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_386_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_386_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_386_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_386_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm387 - */ -#define XPMC_XPPU_APERPERM_387 ( ( XPMC_XPPU_BASEADDR ) + 0x0000160CUL ) -#define XPMC_XPPU_APERPERM_387_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_387_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_387_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_387_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_387_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_387_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_387_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_387_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_387_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_387_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_387_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_387_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_387_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm388 - */ -#define XPMC_XPPU_APERPERM_388 ( ( XPMC_XPPU_BASEADDR ) + 0x00001610UL ) -#define XPMC_XPPU_APERPERM_388_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_388_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_388_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_388_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_388_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_388_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_388_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_388_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_388_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_388_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_388_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_388_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_388_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm389 - */ -#define XPMC_XPPU_APERPERM_389 ( ( XPMC_XPPU_BASEADDR ) + 0x00001614UL ) -#define XPMC_XPPU_APERPERM_389_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_389_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_389_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_389_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_389_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_389_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_389_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_389_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_389_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_389_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_389_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_389_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_389_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm390 - */ -#define XPMC_XPPU_APERPERM_390 ( ( XPMC_XPPU_BASEADDR ) + 0x00001618UL ) -#define XPMC_XPPU_APERPERM_390_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_390_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_390_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_390_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_390_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_390_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_390_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_390_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_390_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_390_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_390_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_390_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_390_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm391 - */ -#define XPMC_XPPU_APERPERM_391 ( ( XPMC_XPPU_BASEADDR ) + 0x0000161CUL ) -#define XPMC_XPPU_APERPERM_391_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_391_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_391_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_391_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_391_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_391_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_391_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_391_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_391_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_391_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_391_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_391_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_391_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm392 - */ -#define XPMC_XPPU_APERPERM_392 ( ( XPMC_XPPU_BASEADDR ) + 0x00001620UL ) -#define XPMC_XPPU_APERPERM_392_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_392_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_392_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_392_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_392_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_392_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_392_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_392_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_392_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_392_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_392_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_392_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_392_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm393 - */ -#define XPMC_XPPU_APERPERM_393 ( ( XPMC_XPPU_BASEADDR ) + 0x00001624UL ) -#define XPMC_XPPU_APERPERM_393_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_393_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_393_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_393_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_393_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_393_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_393_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_393_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_393_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_393_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_393_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_393_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_393_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm394 - */ -#define XPMC_XPPU_APERPERM_394 ( ( XPMC_XPPU_BASEADDR ) + 0x00001628UL ) -#define XPMC_XPPU_APERPERM_394_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_394_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_394_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_394_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_394_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_394_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_394_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_394_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_394_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_394_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_394_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_394_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_394_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm395 - */ -#define XPMC_XPPU_APERPERM_395 ( ( XPMC_XPPU_BASEADDR ) + 0x0000162CUL ) -#define XPMC_XPPU_APERPERM_395_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_395_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_395_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_395_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_395_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_395_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_395_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_395_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_395_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_395_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_395_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_395_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_395_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm396 - */ -#define XPMC_XPPU_APERPERM_396 ( ( XPMC_XPPU_BASEADDR ) + 0x00001630UL ) -#define XPMC_XPPU_APERPERM_396_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_396_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_396_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_396_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_396_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_396_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_396_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_396_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_396_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_396_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_396_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_396_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_396_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm397 - */ -#define XPMC_XPPU_APERPERM_397 ( ( XPMC_XPPU_BASEADDR ) + 0x00001634UL ) -#define XPMC_XPPU_APERPERM_397_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_397_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_397_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_397_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_397_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_397_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_397_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_397_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_397_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_397_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_397_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_397_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_397_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm398 - */ -#define XPMC_XPPU_APERPERM_398 ( ( XPMC_XPPU_BASEADDR ) + 0x00001638UL ) -#define XPMC_XPPU_APERPERM_398_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_398_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_398_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_398_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_398_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_398_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_398_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_398_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_398_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_398_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_398_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_398_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_398_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm399 - */ -#define XPMC_XPPU_APERPERM_399 ( ( XPMC_XPPU_BASEADDR ) + 0x0000163CUL ) -#define XPMC_XPPU_APERPERM_399_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_399_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_399_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_399_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_399_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_399_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_399_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_399_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_399_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_399_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_399_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_399_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_399_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm400 - */ -#define XPMC_XPPU_APERPERM_400 ( ( XPMC_XPPU_BASEADDR ) + 0x00001640UL ) -#define XPMC_XPPU_APERPERM_400_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_400_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_400_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_400_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_400_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_400_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_400_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_400_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_400_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_400_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_400_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_400_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_400_PERMISSION_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XPMC_XPPU_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu0_cfg.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu0_cfg.h deleted file mode 100644 index 3199ee1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu0_cfg.h +++ /dev/null @@ -1,1315 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XDDR_XMPU0_CFG_H__ -#define __XDDR_XMPU0_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XddrXmpu0Cfg Base Address - */ -#define XDDR_XMPU0_CFG_BASEADDR 0xFD000000UL - -/** - * Register: XddrXmpu0CfgCtrl - */ -#define XDDR_XMPU0_CFG_CTRL ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000000UL ) -#define XDDR_XMPU0_CFG_CTRL_RSTVAL 0x00000003UL - -#define XDDR_XMPU0_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XDDR_XMPU0_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XDDR_XMPU0_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XDDR_XMPU0_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XDDR_XMPU0_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XDDR_XMPU0_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XddrXmpu0CfgErrSts1 - */ -#define XDDR_XMPU0_CFG_ERR_STS1 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000004UL ) -#define XDDR_XMPU0_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XDDR_XMPU0_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XDDR_XMPU0_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgErrSts2 - */ -#define XDDR_XMPU0_CFG_ERR_STS2 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000008UL ) -#define XDDR_XMPU0_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgPoison - */ -#define XDDR_XMPU0_CFG_POISON ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000000CUL ) -#define XDDR_XMPU0_CFG_POISON_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_POISON_ATTRIB_SHIFT 20UL -#define XDDR_XMPU0_CFG_POISON_ATTRIB_WIDTH 12UL -#define XDDR_XMPU0_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XDDR_XMPU0_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_POISON_BASE_SHIFT 0UL -#define XDDR_XMPU0_CFG_POISON_BASE_WIDTH 20UL -#define XDDR_XMPU0_CFG_POISON_BASE_MASK 0x000fffffUL -#define XDDR_XMPU0_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgIsr - */ -#define XDDR_XMPU0_CFG_ISR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000010UL ) -#define XDDR_XMPU0_CFG_ISR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU0_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU0_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU0_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_ISR_INV_APB_SHIFT 0UL -#define XDDR_XMPU0_CFG_ISR_INV_APB_WIDTH 1UL -#define XDDR_XMPU0_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgImr - */ -#define XDDR_XMPU0_CFG_IMR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000014UL ) -#define XDDR_XMPU0_CFG_IMR_RSTVAL 0x0000000fUL - -#define XDDR_XMPU0_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU0_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU0_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU0_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_IMR_INV_APB_SHIFT 0UL -#define XDDR_XMPU0_CFG_IMR_INV_APB_WIDTH 1UL -#define XDDR_XMPU0_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XddrXmpu0CfgIen - */ -#define XDDR_XMPU0_CFG_IEN ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000018UL ) -#define XDDR_XMPU0_CFG_IEN_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU0_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU0_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU0_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_IEN_INV_APB_SHIFT 0UL -#define XDDR_XMPU0_CFG_IEN_INV_APB_WIDTH 1UL -#define XDDR_XMPU0_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgIds - */ -#define XDDR_XMPU0_CFG_IDS ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000001CUL ) -#define XDDR_XMPU0_CFG_IDS_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU0_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU0_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU0_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_IDS_INV_APB_SHIFT 0UL -#define XDDR_XMPU0_CFG_IDS_INV_APB_WIDTH 1UL -#define XDDR_XMPU0_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgLock - */ -#define XDDR_XMPU0_CFG_LOCK ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000020UL ) -#define XDDR_XMPU0_CFG_LOCK_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XDDR_XMPU0_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XDDR_XMPU0_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR00Strt - */ -#define XDDR_XMPU0_CFG_R00_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000100UL ) -#define XDDR_XMPU0_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR00End - */ -#define XDDR_XMPU0_CFG_R00_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000104UL ) -#define XDDR_XMPU0_CFG_R00_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R00_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R00_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR00Mstr - */ -#define XDDR_XMPU0_CFG_R00_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000108UL ) -#define XDDR_XMPU0_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R00_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R00_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR00 - */ -#define XDDR_XMPU0_CFG_R00 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000010CUL ) -#define XDDR_XMPU0_CFG_R00_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R00_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R00_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R00_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R00_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R00_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R00_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R00_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R00_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R00_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R00_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R00_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R00_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR01Strt - */ -#define XDDR_XMPU0_CFG_R01_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000110UL ) -#define XDDR_XMPU0_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR01End - */ -#define XDDR_XMPU0_CFG_R01_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000114UL ) -#define XDDR_XMPU0_CFG_R01_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R01_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R01_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR01Mstr - */ -#define XDDR_XMPU0_CFG_R01_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000118UL ) -#define XDDR_XMPU0_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R01_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R01_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR01 - */ -#define XDDR_XMPU0_CFG_R01 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000011CUL ) -#define XDDR_XMPU0_CFG_R01_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R01_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R01_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R01_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R01_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R01_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R01_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R01_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R01_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R01_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R01_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R01_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R01_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR02Strt - */ -#define XDDR_XMPU0_CFG_R02_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000120UL ) -#define XDDR_XMPU0_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR02End - */ -#define XDDR_XMPU0_CFG_R02_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000124UL ) -#define XDDR_XMPU0_CFG_R02_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R02_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R02_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR02Mstr - */ -#define XDDR_XMPU0_CFG_R02_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000128UL ) -#define XDDR_XMPU0_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R02_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R02_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR02 - */ -#define XDDR_XMPU0_CFG_R02 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000012CUL ) -#define XDDR_XMPU0_CFG_R02_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R02_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R02_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R02_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R02_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R02_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R02_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R02_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R02_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R02_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R02_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R02_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R02_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR03Strt - */ -#define XDDR_XMPU0_CFG_R03_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000130UL ) -#define XDDR_XMPU0_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR03End - */ -#define XDDR_XMPU0_CFG_R03_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000134UL ) -#define XDDR_XMPU0_CFG_R03_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R03_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R03_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR03Mstr - */ -#define XDDR_XMPU0_CFG_R03_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000138UL ) -#define XDDR_XMPU0_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R03_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R03_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR03 - */ -#define XDDR_XMPU0_CFG_R03 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000013CUL ) -#define XDDR_XMPU0_CFG_R03_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R03_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R03_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R03_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R03_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R03_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R03_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R03_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R03_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R03_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R03_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R03_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R03_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR04Strt - */ -#define XDDR_XMPU0_CFG_R04_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000140UL ) -#define XDDR_XMPU0_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR04End - */ -#define XDDR_XMPU0_CFG_R04_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000144UL ) -#define XDDR_XMPU0_CFG_R04_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R04_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R04_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR04Mstr - */ -#define XDDR_XMPU0_CFG_R04_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000148UL ) -#define XDDR_XMPU0_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R04_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R04_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR04 - */ -#define XDDR_XMPU0_CFG_R04 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000014CUL ) -#define XDDR_XMPU0_CFG_R04_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R04_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R04_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R04_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R04_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R04_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R04_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R04_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R04_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R04_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R04_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R04_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R04_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR05Strt - */ -#define XDDR_XMPU0_CFG_R05_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000150UL ) -#define XDDR_XMPU0_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR05End - */ -#define XDDR_XMPU0_CFG_R05_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000154UL ) -#define XDDR_XMPU0_CFG_R05_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R05_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R05_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR05Mstr - */ -#define XDDR_XMPU0_CFG_R05_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000158UL ) -#define XDDR_XMPU0_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R05_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R05_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR05 - */ -#define XDDR_XMPU0_CFG_R05 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000015CUL ) -#define XDDR_XMPU0_CFG_R05_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R05_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R05_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R05_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R05_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R05_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R05_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R05_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R05_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R05_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R05_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R05_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R05_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR06Strt - */ -#define XDDR_XMPU0_CFG_R06_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000160UL ) -#define XDDR_XMPU0_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR06End - */ -#define XDDR_XMPU0_CFG_R06_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000164UL ) -#define XDDR_XMPU0_CFG_R06_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R06_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R06_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR06Mstr - */ -#define XDDR_XMPU0_CFG_R06_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000168UL ) -#define XDDR_XMPU0_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R06_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R06_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR06 - */ -#define XDDR_XMPU0_CFG_R06 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000016CUL ) -#define XDDR_XMPU0_CFG_R06_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R06_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R06_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R06_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R06_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R06_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R06_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R06_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R06_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R06_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R06_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R06_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R06_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR07Strt - */ -#define XDDR_XMPU0_CFG_R07_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000170UL ) -#define XDDR_XMPU0_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR07End - */ -#define XDDR_XMPU0_CFG_R07_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000174UL ) -#define XDDR_XMPU0_CFG_R07_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R07_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R07_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR07Mstr - */ -#define XDDR_XMPU0_CFG_R07_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000178UL ) -#define XDDR_XMPU0_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R07_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R07_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR07 - */ -#define XDDR_XMPU0_CFG_R07 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000017CUL ) -#define XDDR_XMPU0_CFG_R07_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R07_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R07_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R07_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R07_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R07_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R07_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R07_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R07_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R07_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R07_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R07_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R07_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR08Strt - */ -#define XDDR_XMPU0_CFG_R08_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000180UL ) -#define XDDR_XMPU0_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR08End - */ -#define XDDR_XMPU0_CFG_R08_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000184UL ) -#define XDDR_XMPU0_CFG_R08_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R08_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R08_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR08Mstr - */ -#define XDDR_XMPU0_CFG_R08_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000188UL ) -#define XDDR_XMPU0_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R08_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R08_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR08 - */ -#define XDDR_XMPU0_CFG_R08 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000018CUL ) -#define XDDR_XMPU0_CFG_R08_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R08_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R08_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R08_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R08_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R08_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R08_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R08_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R08_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R08_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R08_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R08_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R08_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR09Strt - */ -#define XDDR_XMPU0_CFG_R09_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000190UL ) -#define XDDR_XMPU0_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR09End - */ -#define XDDR_XMPU0_CFG_R09_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000194UL ) -#define XDDR_XMPU0_CFG_R09_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R09_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R09_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR09Mstr - */ -#define XDDR_XMPU0_CFG_R09_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000198UL ) -#define XDDR_XMPU0_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R09_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R09_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR09 - */ -#define XDDR_XMPU0_CFG_R09 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000019CUL ) -#define XDDR_XMPU0_CFG_R09_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R09_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R09_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R09_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R09_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R09_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R09_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R09_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R09_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R09_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R09_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R09_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R09_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR10Strt - */ -#define XDDR_XMPU0_CFG_R10_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001A0UL ) -#define XDDR_XMPU0_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR10End - */ -#define XDDR_XMPU0_CFG_R10_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001A4UL ) -#define XDDR_XMPU0_CFG_R10_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R10_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R10_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR10Mstr - */ -#define XDDR_XMPU0_CFG_R10_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001A8UL ) -#define XDDR_XMPU0_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R10_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R10_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR10 - */ -#define XDDR_XMPU0_CFG_R10 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001ACUL ) -#define XDDR_XMPU0_CFG_R10_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R10_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R10_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R10_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R10_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R10_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R10_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R10_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R10_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R10_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R10_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R10_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R10_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR11Strt - */ -#define XDDR_XMPU0_CFG_R11_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001B0UL ) -#define XDDR_XMPU0_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR11End - */ -#define XDDR_XMPU0_CFG_R11_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001B4UL ) -#define XDDR_XMPU0_CFG_R11_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R11_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R11_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR11Mstr - */ -#define XDDR_XMPU0_CFG_R11_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001B8UL ) -#define XDDR_XMPU0_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R11_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R11_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR11 - */ -#define XDDR_XMPU0_CFG_R11 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001BCUL ) -#define XDDR_XMPU0_CFG_R11_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R11_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R11_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R11_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R11_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R11_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R11_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R11_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R11_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R11_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R11_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R11_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R11_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR12Strt - */ -#define XDDR_XMPU0_CFG_R12_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001C0UL ) -#define XDDR_XMPU0_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR12End - */ -#define XDDR_XMPU0_CFG_R12_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001C4UL ) -#define XDDR_XMPU0_CFG_R12_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R12_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R12_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR12Mstr - */ -#define XDDR_XMPU0_CFG_R12_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001C8UL ) -#define XDDR_XMPU0_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R12_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R12_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR12 - */ -#define XDDR_XMPU0_CFG_R12 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001CCUL ) -#define XDDR_XMPU0_CFG_R12_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R12_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R12_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R12_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R12_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R12_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R12_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R12_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R12_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R12_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R12_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R12_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R12_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR13Strt - */ -#define XDDR_XMPU0_CFG_R13_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001D0UL ) -#define XDDR_XMPU0_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR13End - */ -#define XDDR_XMPU0_CFG_R13_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001D4UL ) -#define XDDR_XMPU0_CFG_R13_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R13_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R13_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR13Mstr - */ -#define XDDR_XMPU0_CFG_R13_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001D8UL ) -#define XDDR_XMPU0_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R13_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R13_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR13 - */ -#define XDDR_XMPU0_CFG_R13 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001DCUL ) -#define XDDR_XMPU0_CFG_R13_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R13_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R13_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R13_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R13_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R13_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R13_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R13_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R13_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R13_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R13_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R13_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R13_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR14Strt - */ -#define XDDR_XMPU0_CFG_R14_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001E0UL ) -#define XDDR_XMPU0_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR14End - */ -#define XDDR_XMPU0_CFG_R14_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001E4UL ) -#define XDDR_XMPU0_CFG_R14_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R14_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R14_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR14Mstr - */ -#define XDDR_XMPU0_CFG_R14_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001E8UL ) -#define XDDR_XMPU0_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R14_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R14_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR14 - */ -#define XDDR_XMPU0_CFG_R14 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001ECUL ) -#define XDDR_XMPU0_CFG_R14_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R14_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R14_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R14_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R14_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R14_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R14_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R14_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R14_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R14_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R14_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R14_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R14_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR15Strt - */ -#define XDDR_XMPU0_CFG_R15_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001F0UL ) -#define XDDR_XMPU0_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR15End - */ -#define XDDR_XMPU0_CFG_R15_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001F4UL ) -#define XDDR_XMPU0_CFG_R15_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R15_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R15_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR15Mstr - */ -#define XDDR_XMPU0_CFG_R15_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001F8UL ) -#define XDDR_XMPU0_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R15_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R15_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR15 - */ -#define XDDR_XMPU0_CFG_R15 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001FCUL ) -#define XDDR_XMPU0_CFG_R15_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R15_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R15_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R15_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R15_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R15_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R15_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R15_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R15_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R15_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R15_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R15_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R15_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XDDR_XMPU0_CFG_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu1_cfg.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu1_cfg.h deleted file mode 100644 index 31e5363..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu1_cfg.h +++ /dev/null @@ -1,1314 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XDDR_XMPU1_CFG_H__ -#define __XDDR_XMPU1_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XddrXmpu1Cfg Base Address - */ -#define XDDR_XMPU1_CFG_BASEADDR 0xFD010000UL - -/** - * Register: XddrXmpu1CfgCtrl - */ -#define XDDR_XMPU1_CFG_CTRL ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000000UL ) -#define XDDR_XMPU1_CFG_CTRL_RSTVAL 0x00000003UL - -#define XDDR_XMPU1_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XDDR_XMPU1_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XDDR_XMPU1_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XDDR_XMPU1_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XDDR_XMPU1_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XDDR_XMPU1_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XddrXmpu1CfgErrSts1 - */ -#define XDDR_XMPU1_CFG_ERR_STS1 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000004UL ) -#define XDDR_XMPU1_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XDDR_XMPU1_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XDDR_XMPU1_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgErrSts2 - */ -#define XDDR_XMPU1_CFG_ERR_STS2 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000008UL ) -#define XDDR_XMPU1_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgPoison - */ -#define XDDR_XMPU1_CFG_POISON ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000000CUL ) -#define XDDR_XMPU1_CFG_POISON_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_POISON_ATTRIB_SHIFT 20UL -#define XDDR_XMPU1_CFG_POISON_ATTRIB_WIDTH 12UL -#define XDDR_XMPU1_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XDDR_XMPU1_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_POISON_BASE_SHIFT 0UL -#define XDDR_XMPU1_CFG_POISON_BASE_WIDTH 20UL -#define XDDR_XMPU1_CFG_POISON_BASE_MASK 0x000fffffUL -#define XDDR_XMPU1_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgIsr - */ -#define XDDR_XMPU1_CFG_ISR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000010UL ) -#define XDDR_XMPU1_CFG_ISR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU1_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU1_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU1_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_ISR_INV_APB_SHIFT 0UL -#define XDDR_XMPU1_CFG_ISR_INV_APB_WIDTH 1UL -#define XDDR_XMPU1_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgImr - */ -#define XDDR_XMPU1_CFG_IMR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000014UL ) -#define XDDR_XMPU1_CFG_IMR_RSTVAL 0x0000000fUL - -#define XDDR_XMPU1_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU1_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU1_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU1_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_IMR_INV_APB_SHIFT 0UL -#define XDDR_XMPU1_CFG_IMR_INV_APB_WIDTH 1UL -#define XDDR_XMPU1_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XddrXmpu1CfgIen - */ -#define XDDR_XMPU1_CFG_IEN ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000018UL ) -#define XDDR_XMPU1_CFG_IEN_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU1_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU1_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU1_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_IEN_INV_APB_SHIFT 0UL -#define XDDR_XMPU1_CFG_IEN_INV_APB_WIDTH 1UL -#define XDDR_XMPU1_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgIds - */ -#define XDDR_XMPU1_CFG_IDS ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000001CUL ) -#define XDDR_XMPU1_CFG_IDS_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU1_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU1_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU1_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_IDS_INV_APB_SHIFT 0UL -#define XDDR_XMPU1_CFG_IDS_INV_APB_WIDTH 1UL -#define XDDR_XMPU1_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgLock - */ -#define XDDR_XMPU1_CFG_LOCK ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000020UL ) -#define XDDR_XMPU1_CFG_LOCK_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XDDR_XMPU1_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XDDR_XMPU1_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR00Strt - */ -#define XDDR_XMPU1_CFG_R00_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000100UL ) -#define XDDR_XMPU1_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR00End - */ -#define XDDR_XMPU1_CFG_R00_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000104UL ) -#define XDDR_XMPU1_CFG_R00_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R00_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R00_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR00Mstr - */ -#define XDDR_XMPU1_CFG_R00_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000108UL ) -#define XDDR_XMPU1_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R00_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R00_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR00 - */ -#define XDDR_XMPU1_CFG_R00 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000010CUL ) -#define XDDR_XMPU1_CFG_R00_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R00_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R00_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R00_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R00_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R00_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R00_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R00_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R00_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R00_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R00_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R00_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R00_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR01Strt - */ -#define XDDR_XMPU1_CFG_R01_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000110UL ) -#define XDDR_XMPU1_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR01End - */ -#define XDDR_XMPU1_CFG_R01_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000114UL ) -#define XDDR_XMPU1_CFG_R01_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R01_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R01_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR01Mstr - */ -#define XDDR_XMPU1_CFG_R01_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000118UL ) -#define XDDR_XMPU1_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R01_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R01_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR01 - */ -#define XDDR_XMPU1_CFG_R01 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000011CUL ) -#define XDDR_XMPU1_CFG_R01_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R01_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R01_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R01_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R01_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R01_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R01_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R01_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R01_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R01_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R01_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R01_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R01_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR02Strt - */ -#define XDDR_XMPU1_CFG_R02_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000120UL ) -#define XDDR_XMPU1_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR02End - */ -#define XDDR_XMPU1_CFG_R02_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000124UL ) -#define XDDR_XMPU1_CFG_R02_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R02_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R02_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR02Mstr - */ -#define XDDR_XMPU1_CFG_R02_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000128UL ) -#define XDDR_XMPU1_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R02_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R02_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR02 - */ -#define XDDR_XMPU1_CFG_R02 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000012CUL ) -#define XDDR_XMPU1_CFG_R02_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R02_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R02_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R02_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R02_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R02_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R02_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R02_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R02_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R02_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R02_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R02_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R02_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR03Strt - */ -#define XDDR_XMPU1_CFG_R03_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000130UL ) -#define XDDR_XMPU1_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR03End - */ -#define XDDR_XMPU1_CFG_R03_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000134UL ) -#define XDDR_XMPU1_CFG_R03_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R03_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R03_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR03Mstr - */ -#define XDDR_XMPU1_CFG_R03_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000138UL ) -#define XDDR_XMPU1_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R03_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R03_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR03 - */ -#define XDDR_XMPU1_CFG_R03 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000013CUL ) -#define XDDR_XMPU1_CFG_R03_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R03_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R03_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R03_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R03_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R03_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R03_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R03_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R03_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R03_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R03_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R03_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R03_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR04Strt - */ -#define XDDR_XMPU1_CFG_R04_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000140UL ) -#define XDDR_XMPU1_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR04End - */ -#define XDDR_XMPU1_CFG_R04_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000144UL ) -#define XDDR_XMPU1_CFG_R04_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R04_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R04_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR04Mstr - */ -#define XDDR_XMPU1_CFG_R04_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000148UL ) -#define XDDR_XMPU1_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R04_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R04_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR04 - */ -#define XDDR_XMPU1_CFG_R04 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000014CUL ) -#define XDDR_XMPU1_CFG_R04_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R04_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R04_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R04_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R04_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R04_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R04_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R04_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R04_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R04_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R04_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R04_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R04_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR05Strt - */ -#define XDDR_XMPU1_CFG_R05_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000150UL ) -#define XDDR_XMPU1_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR05End - */ -#define XDDR_XMPU1_CFG_R05_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000154UL ) -#define XDDR_XMPU1_CFG_R05_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R05_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R05_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR05Mstr - */ -#define XDDR_XMPU1_CFG_R05_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000158UL ) -#define XDDR_XMPU1_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R05_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R05_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR05 - */ -#define XDDR_XMPU1_CFG_R05 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000015CUL ) -#define XDDR_XMPU1_CFG_R05_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R05_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R05_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R05_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R05_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R05_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R05_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R05_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R05_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R05_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R05_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R05_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R05_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR06Strt - */ -#define XDDR_XMPU1_CFG_R06_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000160UL ) -#define XDDR_XMPU1_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR06End - */ -#define XDDR_XMPU1_CFG_R06_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000164UL ) -#define XDDR_XMPU1_CFG_R06_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R06_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R06_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR06Mstr - */ -#define XDDR_XMPU1_CFG_R06_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000168UL ) -#define XDDR_XMPU1_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R06_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R06_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR06 - */ -#define XDDR_XMPU1_CFG_R06 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000016CUL ) -#define XDDR_XMPU1_CFG_R06_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R06_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R06_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R06_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R06_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R06_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R06_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R06_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R06_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R06_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R06_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R06_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R06_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR07Strt - */ -#define XDDR_XMPU1_CFG_R07_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000170UL ) -#define XDDR_XMPU1_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR07End - */ -#define XDDR_XMPU1_CFG_R07_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000174UL ) -#define XDDR_XMPU1_CFG_R07_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R07_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R07_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR07Mstr - */ -#define XDDR_XMPU1_CFG_R07_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000178UL ) -#define XDDR_XMPU1_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R07_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R07_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR07 - */ -#define XDDR_XMPU1_CFG_R07 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000017CUL ) -#define XDDR_XMPU1_CFG_R07_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R07_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R07_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R07_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R07_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R07_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R07_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R07_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R07_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R07_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R07_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R07_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R07_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR08Strt - */ -#define XDDR_XMPU1_CFG_R08_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000180UL ) -#define XDDR_XMPU1_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR08End - */ -#define XDDR_XMPU1_CFG_R08_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000184UL ) -#define XDDR_XMPU1_CFG_R08_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R08_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R08_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR08Mstr - */ -#define XDDR_XMPU1_CFG_R08_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000188UL ) -#define XDDR_XMPU1_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R08_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R08_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR08 - */ -#define XDDR_XMPU1_CFG_R08 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000018CUL ) -#define XDDR_XMPU1_CFG_R08_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R08_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R08_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R08_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R08_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R08_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R08_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R08_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R08_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R08_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R08_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R08_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R08_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR09Strt - */ -#define XDDR_XMPU1_CFG_R09_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000190UL ) -#define XDDR_XMPU1_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR09End - */ -#define XDDR_XMPU1_CFG_R09_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000194UL ) -#define XDDR_XMPU1_CFG_R09_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R09_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R09_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR09Mstr - */ -#define XDDR_XMPU1_CFG_R09_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000198UL ) -#define XDDR_XMPU1_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R09_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R09_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR09 - */ -#define XDDR_XMPU1_CFG_R09 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000019CUL ) -#define XDDR_XMPU1_CFG_R09_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R09_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R09_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R09_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R09_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R09_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R09_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R09_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R09_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R09_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R09_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R09_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R09_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR10Strt - */ -#define XDDR_XMPU1_CFG_R10_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001A0UL ) -#define XDDR_XMPU1_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR10End - */ -#define XDDR_XMPU1_CFG_R10_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001A4UL ) -#define XDDR_XMPU1_CFG_R10_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R10_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R10_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR10Mstr - */ -#define XDDR_XMPU1_CFG_R10_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001A8UL ) -#define XDDR_XMPU1_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R10_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R10_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR10 - */ -#define XDDR_XMPU1_CFG_R10 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001ACUL ) -#define XDDR_XMPU1_CFG_R10_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R10_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R10_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R10_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R10_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R10_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R10_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R10_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R10_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R10_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R10_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R10_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R10_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR11Strt - */ -#define XDDR_XMPU1_CFG_R11_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001B0UL ) -#define XDDR_XMPU1_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR11End - */ -#define XDDR_XMPU1_CFG_R11_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001B4UL ) -#define XDDR_XMPU1_CFG_R11_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R11_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R11_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR11Mstr - */ -#define XDDR_XMPU1_CFG_R11_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001B8UL ) -#define XDDR_XMPU1_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R11_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R11_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR11 - */ -#define XDDR_XMPU1_CFG_R11 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001BCUL ) -#define XDDR_XMPU1_CFG_R11_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R11_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R11_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R11_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R11_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R11_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R11_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R11_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R11_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R11_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R11_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R11_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R11_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR12Strt - */ -#define XDDR_XMPU1_CFG_R12_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001C0UL ) -#define XDDR_XMPU1_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR12End - */ -#define XDDR_XMPU1_CFG_R12_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001C4UL ) -#define XDDR_XMPU1_CFG_R12_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R12_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R12_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR12Mstr - */ -#define XDDR_XMPU1_CFG_R12_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001C8UL ) -#define XDDR_XMPU1_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R12_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R12_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR12 - */ -#define XDDR_XMPU1_CFG_R12 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001CCUL ) -#define XDDR_XMPU1_CFG_R12_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R12_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R12_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R12_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R12_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R12_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R12_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R12_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R12_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R12_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R12_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R12_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R12_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR13Strt - */ -#define XDDR_XMPU1_CFG_R13_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001D0UL ) -#define XDDR_XMPU1_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR13End - */ -#define XDDR_XMPU1_CFG_R13_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001D4UL ) -#define XDDR_XMPU1_CFG_R13_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R13_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R13_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR13Mstr - */ -#define XDDR_XMPU1_CFG_R13_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001D8UL ) -#define XDDR_XMPU1_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R13_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R13_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR13 - */ -#define XDDR_XMPU1_CFG_R13 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001DCUL ) -#define XDDR_XMPU1_CFG_R13_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R13_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R13_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R13_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R13_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R13_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R13_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R13_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R13_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R13_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R13_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R13_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R13_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR14Strt - */ -#define XDDR_XMPU1_CFG_R14_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001E0UL ) -#define XDDR_XMPU1_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR14End - */ -#define XDDR_XMPU1_CFG_R14_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001E4UL ) -#define XDDR_XMPU1_CFG_R14_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R14_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R14_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR14Mstr - */ -#define XDDR_XMPU1_CFG_R14_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001E8UL ) -#define XDDR_XMPU1_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R14_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R14_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR14 - */ -#define XDDR_XMPU1_CFG_R14 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001ECUL ) -#define XDDR_XMPU1_CFG_R14_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R14_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R14_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R14_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R14_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R14_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R14_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R14_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R14_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R14_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R14_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R14_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R14_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR15Strt - */ -#define XDDR_XMPU1_CFG_R15_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001F0UL ) -#define XDDR_XMPU1_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR15End - */ -#define XDDR_XMPU1_CFG_R15_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001F4UL ) -#define XDDR_XMPU1_CFG_R15_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R15_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R15_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR15Mstr - */ -#define XDDR_XMPU1_CFG_R15_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001F8UL ) -#define XDDR_XMPU1_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R15_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R15_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR15 - */ -#define XDDR_XMPU1_CFG_R15 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001FCUL ) -#define XDDR_XMPU1_CFG_R15_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R15_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R15_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R15_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R15_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R15_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R15_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R15_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R15_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R15_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R15_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R15_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R15_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ -#ifdef __cplusplus -} -#endif - -#endif /* __XDDR_XMPU1_CFG_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu2_cfg.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu2_cfg.h deleted file mode 100644 index 9d7146c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu2_cfg.h +++ /dev/null @@ -1,1313 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XDDR_XMPU2_CFG_H__ -#define __XDDR_XMPU2_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ -/** - * XddrXmpu2Cfg Base Address - */ -#define XDDR_XMPU2_CFG_BASEADDR 0xFD020000UL - -/** - * Register: XddrXmpu2CfgCtrl - */ -#define XDDR_XMPU2_CFG_CTRL ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000000UL ) -#define XDDR_XMPU2_CFG_CTRL_RSTVAL 0x00000003UL - -#define XDDR_XMPU2_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XDDR_XMPU2_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XDDR_XMPU2_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XDDR_XMPU2_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XDDR_XMPU2_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XDDR_XMPU2_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XddrXmpu2CfgErrSts1 - */ -#define XDDR_XMPU2_CFG_ERR_STS1 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000004UL ) -#define XDDR_XMPU2_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XDDR_XMPU2_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XDDR_XMPU2_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgErrSts2 - */ -#define XDDR_XMPU2_CFG_ERR_STS2 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000008UL ) -#define XDDR_XMPU2_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgPoison - */ -#define XDDR_XMPU2_CFG_POISON ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000000CUL ) -#define XDDR_XMPU2_CFG_POISON_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_POISON_ATTRIB_SHIFT 20UL -#define XDDR_XMPU2_CFG_POISON_ATTRIB_WIDTH 12UL -#define XDDR_XMPU2_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XDDR_XMPU2_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_POISON_BASE_SHIFT 0UL -#define XDDR_XMPU2_CFG_POISON_BASE_WIDTH 20UL -#define XDDR_XMPU2_CFG_POISON_BASE_MASK 0x000fffffUL -#define XDDR_XMPU2_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgIsr - */ -#define XDDR_XMPU2_CFG_ISR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000010UL ) -#define XDDR_XMPU2_CFG_ISR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU2_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU2_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU2_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_ISR_INV_APB_SHIFT 0UL -#define XDDR_XMPU2_CFG_ISR_INV_APB_WIDTH 1UL -#define XDDR_XMPU2_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgImr - */ -#define XDDR_XMPU2_CFG_IMR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000014UL ) -#define XDDR_XMPU2_CFG_IMR_RSTVAL 0x0000000fUL - -#define XDDR_XMPU2_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU2_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU2_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU2_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_IMR_INV_APB_SHIFT 0UL -#define XDDR_XMPU2_CFG_IMR_INV_APB_WIDTH 1UL -#define XDDR_XMPU2_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XddrXmpu2CfgIen - */ -#define XDDR_XMPU2_CFG_IEN ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000018UL ) -#define XDDR_XMPU2_CFG_IEN_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU2_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU2_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU2_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_IEN_INV_APB_SHIFT 0UL -#define XDDR_XMPU2_CFG_IEN_INV_APB_WIDTH 1UL -#define XDDR_XMPU2_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgIds - */ -#define XDDR_XMPU2_CFG_IDS ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000001CUL ) -#define XDDR_XMPU2_CFG_IDS_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU2_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU2_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU2_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_IDS_INV_APB_SHIFT 0UL -#define XDDR_XMPU2_CFG_IDS_INV_APB_WIDTH 1UL -#define XDDR_XMPU2_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgLock - */ -#define XDDR_XMPU2_CFG_LOCK ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000020UL ) -#define XDDR_XMPU2_CFG_LOCK_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XDDR_XMPU2_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XDDR_XMPU2_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR00Strt - */ -#define XDDR_XMPU2_CFG_R00_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000100UL ) -#define XDDR_XMPU2_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR00End - */ -#define XDDR_XMPU2_CFG_R00_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000104UL ) -#define XDDR_XMPU2_CFG_R00_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R00_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R00_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR00Mstr - */ -#define XDDR_XMPU2_CFG_R00_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000108UL ) -#define XDDR_XMPU2_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R00_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R00_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR00 - */ -#define XDDR_XMPU2_CFG_R00 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000010CUL ) -#define XDDR_XMPU2_CFG_R00_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R00_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R00_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R00_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R00_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R00_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R00_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R00_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R00_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R00_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R00_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R00_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R00_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR01Strt - */ -#define XDDR_XMPU2_CFG_R01_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000110UL ) -#define XDDR_XMPU2_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR01End - */ -#define XDDR_XMPU2_CFG_R01_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000114UL ) -#define XDDR_XMPU2_CFG_R01_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R01_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R01_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR01Mstr - */ -#define XDDR_XMPU2_CFG_R01_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000118UL ) -#define XDDR_XMPU2_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R01_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R01_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR01 - */ -#define XDDR_XMPU2_CFG_R01 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000011CUL ) -#define XDDR_XMPU2_CFG_R01_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R01_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R01_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R01_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R01_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R01_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R01_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R01_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R01_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R01_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R01_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R01_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R01_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR02Strt - */ -#define XDDR_XMPU2_CFG_R02_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000120UL ) -#define XDDR_XMPU2_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR02End - */ -#define XDDR_XMPU2_CFG_R02_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000124UL ) -#define XDDR_XMPU2_CFG_R02_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R02_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R02_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR02Mstr - */ -#define XDDR_XMPU2_CFG_R02_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000128UL ) -#define XDDR_XMPU2_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R02_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R02_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR02 - */ -#define XDDR_XMPU2_CFG_R02 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000012CUL ) -#define XDDR_XMPU2_CFG_R02_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R02_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R02_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R02_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R02_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R02_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R02_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R02_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R02_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R02_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R02_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R02_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R02_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR03Strt - */ -#define XDDR_XMPU2_CFG_R03_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000130UL ) -#define XDDR_XMPU2_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR03End - */ -#define XDDR_XMPU2_CFG_R03_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000134UL ) -#define XDDR_XMPU2_CFG_R03_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R03_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R03_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR03Mstr - */ -#define XDDR_XMPU2_CFG_R03_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000138UL ) -#define XDDR_XMPU2_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R03_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R03_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR03 - */ -#define XDDR_XMPU2_CFG_R03 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000013CUL ) -#define XDDR_XMPU2_CFG_R03_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R03_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R03_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R03_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R03_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R03_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R03_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R03_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R03_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R03_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R03_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R03_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R03_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR04Strt - */ -#define XDDR_XMPU2_CFG_R04_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000140UL ) -#define XDDR_XMPU2_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR04End - */ -#define XDDR_XMPU2_CFG_R04_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000144UL ) -#define XDDR_XMPU2_CFG_R04_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R04_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R04_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR04Mstr - */ -#define XDDR_XMPU2_CFG_R04_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000148UL ) -#define XDDR_XMPU2_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R04_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R04_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR04 - */ -#define XDDR_XMPU2_CFG_R04 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000014CUL ) -#define XDDR_XMPU2_CFG_R04_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R04_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R04_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R04_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R04_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R04_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R04_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R04_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R04_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R04_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R04_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R04_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R04_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR05Strt - */ -#define XDDR_XMPU2_CFG_R05_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000150UL ) -#define XDDR_XMPU2_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR05End - */ -#define XDDR_XMPU2_CFG_R05_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000154UL ) -#define XDDR_XMPU2_CFG_R05_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R05_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R05_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR05Mstr - */ -#define XDDR_XMPU2_CFG_R05_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000158UL ) -#define XDDR_XMPU2_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R05_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R05_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR05 - */ -#define XDDR_XMPU2_CFG_R05 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000015CUL ) -#define XDDR_XMPU2_CFG_R05_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R05_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R05_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R05_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R05_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R05_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R05_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R05_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R05_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R05_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R05_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R05_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R05_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR06Strt - */ -#define XDDR_XMPU2_CFG_R06_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000160UL ) -#define XDDR_XMPU2_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR06End - */ -#define XDDR_XMPU2_CFG_R06_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000164UL ) -#define XDDR_XMPU2_CFG_R06_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R06_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R06_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR06Mstr - */ -#define XDDR_XMPU2_CFG_R06_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000168UL ) -#define XDDR_XMPU2_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R06_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R06_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR06 - */ -#define XDDR_XMPU2_CFG_R06 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000016CUL ) -#define XDDR_XMPU2_CFG_R06_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R06_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R06_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R06_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R06_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R06_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R06_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R06_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R06_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R06_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R06_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R06_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R06_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR07Strt - */ -#define XDDR_XMPU2_CFG_R07_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000170UL ) -#define XDDR_XMPU2_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR07End - */ -#define XDDR_XMPU2_CFG_R07_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000174UL ) -#define XDDR_XMPU2_CFG_R07_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R07_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R07_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR07Mstr - */ -#define XDDR_XMPU2_CFG_R07_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000178UL ) -#define XDDR_XMPU2_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R07_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R07_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR07 - */ -#define XDDR_XMPU2_CFG_R07 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000017CUL ) -#define XDDR_XMPU2_CFG_R07_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R07_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R07_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R07_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R07_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R07_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R07_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R07_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R07_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R07_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R07_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R07_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R07_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR08Strt - */ -#define XDDR_XMPU2_CFG_R08_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000180UL ) -#define XDDR_XMPU2_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR08End - */ -#define XDDR_XMPU2_CFG_R08_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000184UL ) -#define XDDR_XMPU2_CFG_R08_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R08_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R08_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR08Mstr - */ -#define XDDR_XMPU2_CFG_R08_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000188UL ) -#define XDDR_XMPU2_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R08_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R08_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR08 - */ -#define XDDR_XMPU2_CFG_R08 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000018CUL ) -#define XDDR_XMPU2_CFG_R08_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R08_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R08_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R08_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R08_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R08_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R08_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R08_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R08_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R08_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R08_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R08_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R08_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR09Strt - */ -#define XDDR_XMPU2_CFG_R09_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000190UL ) -#define XDDR_XMPU2_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR09End - */ -#define XDDR_XMPU2_CFG_R09_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000194UL ) -#define XDDR_XMPU2_CFG_R09_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R09_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R09_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR09Mstr - */ -#define XDDR_XMPU2_CFG_R09_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000198UL ) -#define XDDR_XMPU2_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R09_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R09_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR09 - */ -#define XDDR_XMPU2_CFG_R09 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000019CUL ) -#define XDDR_XMPU2_CFG_R09_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R09_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R09_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R09_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R09_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R09_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R09_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R09_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R09_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R09_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R09_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R09_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R09_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR10Strt - */ -#define XDDR_XMPU2_CFG_R10_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001A0UL ) -#define XDDR_XMPU2_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR10End - */ -#define XDDR_XMPU2_CFG_R10_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001A4UL ) -#define XDDR_XMPU2_CFG_R10_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R10_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R10_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR10Mstr - */ -#define XDDR_XMPU2_CFG_R10_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001A8UL ) -#define XDDR_XMPU2_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R10_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R10_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR10 - */ -#define XDDR_XMPU2_CFG_R10 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001ACUL ) -#define XDDR_XMPU2_CFG_R10_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R10_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R10_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R10_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R10_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R10_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R10_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R10_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R10_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R10_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R10_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R10_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R10_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR11Strt - */ -#define XDDR_XMPU2_CFG_R11_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001B0UL ) -#define XDDR_XMPU2_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR11End - */ -#define XDDR_XMPU2_CFG_R11_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001B4UL ) -#define XDDR_XMPU2_CFG_R11_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R11_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R11_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR11Mstr - */ -#define XDDR_XMPU2_CFG_R11_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001B8UL ) -#define XDDR_XMPU2_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R11_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R11_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR11 - */ -#define XDDR_XMPU2_CFG_R11 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001BCUL ) -#define XDDR_XMPU2_CFG_R11_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R11_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R11_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R11_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R11_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R11_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R11_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R11_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R11_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R11_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R11_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R11_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R11_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR12Strt - */ -#define XDDR_XMPU2_CFG_R12_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001C0UL ) -#define XDDR_XMPU2_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR12End - */ -#define XDDR_XMPU2_CFG_R12_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001C4UL ) -#define XDDR_XMPU2_CFG_R12_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R12_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R12_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR12Mstr - */ -#define XDDR_XMPU2_CFG_R12_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001C8UL ) -#define XDDR_XMPU2_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R12_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R12_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR12 - */ -#define XDDR_XMPU2_CFG_R12 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001CCUL ) -#define XDDR_XMPU2_CFG_R12_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R12_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R12_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R12_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R12_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R12_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R12_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R12_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R12_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R12_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R12_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R12_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R12_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR13Strt - */ -#define XDDR_XMPU2_CFG_R13_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001D0UL ) -#define XDDR_XMPU2_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR13End - */ -#define XDDR_XMPU2_CFG_R13_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001D4UL ) -#define XDDR_XMPU2_CFG_R13_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R13_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R13_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR13Mstr - */ -#define XDDR_XMPU2_CFG_R13_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001D8UL ) -#define XDDR_XMPU2_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R13_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R13_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR13 - */ -#define XDDR_XMPU2_CFG_R13 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001DCUL ) -#define XDDR_XMPU2_CFG_R13_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R13_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R13_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R13_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R13_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R13_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R13_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R13_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R13_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R13_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R13_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R13_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R13_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR14Strt - */ -#define XDDR_XMPU2_CFG_R14_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001E0UL ) -#define XDDR_XMPU2_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR14End - */ -#define XDDR_XMPU2_CFG_R14_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001E4UL ) -#define XDDR_XMPU2_CFG_R14_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R14_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R14_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR14Mstr - */ -#define XDDR_XMPU2_CFG_R14_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001E8UL ) -#define XDDR_XMPU2_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R14_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R14_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR14 - */ -#define XDDR_XMPU2_CFG_R14 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001ECUL ) -#define XDDR_XMPU2_CFG_R14_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R14_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R14_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R14_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R14_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R14_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R14_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R14_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R14_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R14_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R14_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R14_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R14_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR15Strt - */ -#define XDDR_XMPU2_CFG_R15_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001F0UL ) -#define XDDR_XMPU2_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR15End - */ -#define XDDR_XMPU2_CFG_R15_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001F4UL ) -#define XDDR_XMPU2_CFG_R15_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R15_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R15_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR15Mstr - */ -#define XDDR_XMPU2_CFG_R15_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001F8UL ) -#define XDDR_XMPU2_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R15_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R15_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR15 - */ -#define XDDR_XMPU2_CFG_R15 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001FCUL ) -#define XDDR_XMPU2_CFG_R15_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R15_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R15_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R15_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R15_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R15_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R15_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R15_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R15_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R15_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R15_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R15_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R15_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ -#ifdef __cplusplus -} -#endif - -#endif /* __XDDR_XMPU2_CFG_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu3_cfg.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu3_cfg.h deleted file mode 100644 index 6b15587..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu3_cfg.h +++ /dev/null @@ -1,1315 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XDDR_XMPU3_CFG_H__ -#define __XDDR_XMPU3_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XddrXmpu3Cfg Base Address - */ -#define XDDR_XMPU3_CFG_BASEADDR 0xFD030000UL - -/** - * Register: XddrXmpu3CfgCtrl - */ -#define XDDR_XMPU3_CFG_CTRL ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000000UL ) -#define XDDR_XMPU3_CFG_CTRL_RSTVAL 0x00000003UL - -#define XDDR_XMPU3_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XDDR_XMPU3_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XDDR_XMPU3_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XDDR_XMPU3_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XDDR_XMPU3_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XDDR_XMPU3_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XddrXmpu3CfgErrSts1 - */ -#define XDDR_XMPU3_CFG_ERR_STS1 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000004UL ) -#define XDDR_XMPU3_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XDDR_XMPU3_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XDDR_XMPU3_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgErrSts2 - */ -#define XDDR_XMPU3_CFG_ERR_STS2 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000008UL ) -#define XDDR_XMPU3_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgPoison - */ -#define XDDR_XMPU3_CFG_POISON ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000000CUL ) -#define XDDR_XMPU3_CFG_POISON_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_POISON_ATTRIB_SHIFT 20UL -#define XDDR_XMPU3_CFG_POISON_ATTRIB_WIDTH 12UL -#define XDDR_XMPU3_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XDDR_XMPU3_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_POISON_BASE_SHIFT 0UL -#define XDDR_XMPU3_CFG_POISON_BASE_WIDTH 20UL -#define XDDR_XMPU3_CFG_POISON_BASE_MASK 0x000fffffUL -#define XDDR_XMPU3_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgIsr - */ -#define XDDR_XMPU3_CFG_ISR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000010UL ) -#define XDDR_XMPU3_CFG_ISR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU3_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU3_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU3_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_ISR_INV_APB_SHIFT 0UL -#define XDDR_XMPU3_CFG_ISR_INV_APB_WIDTH 1UL -#define XDDR_XMPU3_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgImr - */ -#define XDDR_XMPU3_CFG_IMR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000014UL ) -#define XDDR_XMPU3_CFG_IMR_RSTVAL 0x0000000fUL - -#define XDDR_XMPU3_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU3_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU3_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU3_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_IMR_INV_APB_SHIFT 0UL -#define XDDR_XMPU3_CFG_IMR_INV_APB_WIDTH 1UL -#define XDDR_XMPU3_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XddrXmpu3CfgIen - */ -#define XDDR_XMPU3_CFG_IEN ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000018UL ) -#define XDDR_XMPU3_CFG_IEN_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU3_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU3_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU3_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_IEN_INV_APB_SHIFT 0UL -#define XDDR_XMPU3_CFG_IEN_INV_APB_WIDTH 1UL -#define XDDR_XMPU3_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgIds - */ -#define XDDR_XMPU3_CFG_IDS ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000001CUL ) -#define XDDR_XMPU3_CFG_IDS_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU3_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU3_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU3_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_IDS_INV_APB_SHIFT 0UL -#define XDDR_XMPU3_CFG_IDS_INV_APB_WIDTH 1UL -#define XDDR_XMPU3_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgLock - */ -#define XDDR_XMPU3_CFG_LOCK ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000020UL ) -#define XDDR_XMPU3_CFG_LOCK_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XDDR_XMPU3_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XDDR_XMPU3_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR00Strt - */ -#define XDDR_XMPU3_CFG_R00_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000100UL ) -#define XDDR_XMPU3_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR00End - */ -#define XDDR_XMPU3_CFG_R00_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000104UL ) -#define XDDR_XMPU3_CFG_R00_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R00_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R00_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR00Mstr - */ -#define XDDR_XMPU3_CFG_R00_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000108UL ) -#define XDDR_XMPU3_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R00_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R00_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR00 - */ -#define XDDR_XMPU3_CFG_R00 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000010CUL ) -#define XDDR_XMPU3_CFG_R00_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R00_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R00_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R00_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R00_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R00_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R00_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R00_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R00_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R00_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R00_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R00_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R00_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR01Strt - */ -#define XDDR_XMPU3_CFG_R01_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000110UL ) -#define XDDR_XMPU3_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR01End - */ -#define XDDR_XMPU3_CFG_R01_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000114UL ) -#define XDDR_XMPU3_CFG_R01_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R01_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R01_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR01Mstr - */ -#define XDDR_XMPU3_CFG_R01_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000118UL ) -#define XDDR_XMPU3_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R01_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R01_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR01 - */ -#define XDDR_XMPU3_CFG_R01 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000011CUL ) -#define XDDR_XMPU3_CFG_R01_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R01_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R01_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R01_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R01_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R01_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R01_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R01_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R01_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R01_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R01_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R01_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R01_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR02Strt - */ -#define XDDR_XMPU3_CFG_R02_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000120UL ) -#define XDDR_XMPU3_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR02End - */ -#define XDDR_XMPU3_CFG_R02_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000124UL ) -#define XDDR_XMPU3_CFG_R02_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R02_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R02_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR02Mstr - */ -#define XDDR_XMPU3_CFG_R02_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000128UL ) -#define XDDR_XMPU3_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R02_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R02_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR02 - */ -#define XDDR_XMPU3_CFG_R02 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000012CUL ) -#define XDDR_XMPU3_CFG_R02_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R02_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R02_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R02_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R02_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R02_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R02_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R02_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R02_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R02_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R02_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R02_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R02_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR03Strt - */ -#define XDDR_XMPU3_CFG_R03_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000130UL ) -#define XDDR_XMPU3_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR03End - */ -#define XDDR_XMPU3_CFG_R03_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000134UL ) -#define XDDR_XMPU3_CFG_R03_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R03_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R03_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR03Mstr - */ -#define XDDR_XMPU3_CFG_R03_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000138UL ) -#define XDDR_XMPU3_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R03_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R03_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR03 - */ -#define XDDR_XMPU3_CFG_R03 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000013CUL ) -#define XDDR_XMPU3_CFG_R03_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R03_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R03_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R03_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R03_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R03_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R03_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R03_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R03_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R03_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R03_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R03_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R03_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR04Strt - */ -#define XDDR_XMPU3_CFG_R04_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000140UL ) -#define XDDR_XMPU3_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR04End - */ -#define XDDR_XMPU3_CFG_R04_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000144UL ) -#define XDDR_XMPU3_CFG_R04_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R04_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R04_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR04Mstr - */ -#define XDDR_XMPU3_CFG_R04_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000148UL ) -#define XDDR_XMPU3_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R04_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R04_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR04 - */ -#define XDDR_XMPU3_CFG_R04 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000014CUL ) -#define XDDR_XMPU3_CFG_R04_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R04_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R04_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R04_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R04_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R04_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R04_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R04_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R04_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R04_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R04_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R04_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R04_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR05Strt - */ -#define XDDR_XMPU3_CFG_R05_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000150UL ) -#define XDDR_XMPU3_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR05End - */ -#define XDDR_XMPU3_CFG_R05_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000154UL ) -#define XDDR_XMPU3_CFG_R05_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R05_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R05_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR05Mstr - */ -#define XDDR_XMPU3_CFG_R05_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000158UL ) -#define XDDR_XMPU3_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R05_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R05_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR05 - */ -#define XDDR_XMPU3_CFG_R05 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000015CUL ) -#define XDDR_XMPU3_CFG_R05_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R05_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R05_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R05_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R05_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R05_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R05_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R05_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R05_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R05_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R05_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R05_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R05_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR06Strt - */ -#define XDDR_XMPU3_CFG_R06_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000160UL ) -#define XDDR_XMPU3_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR06End - */ -#define XDDR_XMPU3_CFG_R06_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000164UL ) -#define XDDR_XMPU3_CFG_R06_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R06_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R06_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR06Mstr - */ -#define XDDR_XMPU3_CFG_R06_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000168UL ) -#define XDDR_XMPU3_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R06_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R06_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR06 - */ -#define XDDR_XMPU3_CFG_R06 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000016CUL ) -#define XDDR_XMPU3_CFG_R06_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R06_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R06_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R06_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R06_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R06_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R06_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R06_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R06_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R06_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R06_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R06_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R06_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR07Strt - */ -#define XDDR_XMPU3_CFG_R07_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000170UL ) -#define XDDR_XMPU3_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR07End - */ -#define XDDR_XMPU3_CFG_R07_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000174UL ) -#define XDDR_XMPU3_CFG_R07_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R07_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R07_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR07Mstr - */ -#define XDDR_XMPU3_CFG_R07_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000178UL ) -#define XDDR_XMPU3_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R07_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R07_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR07 - */ -#define XDDR_XMPU3_CFG_R07 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000017CUL ) -#define XDDR_XMPU3_CFG_R07_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R07_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R07_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R07_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R07_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R07_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R07_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R07_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R07_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R07_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R07_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R07_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R07_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR08Strt - */ -#define XDDR_XMPU3_CFG_R08_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000180UL ) -#define XDDR_XMPU3_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR08End - */ -#define XDDR_XMPU3_CFG_R08_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000184UL ) -#define XDDR_XMPU3_CFG_R08_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R08_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R08_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR08Mstr - */ -#define XDDR_XMPU3_CFG_R08_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000188UL ) -#define XDDR_XMPU3_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R08_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R08_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR08 - */ -#define XDDR_XMPU3_CFG_R08 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000018CUL ) -#define XDDR_XMPU3_CFG_R08_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R08_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R08_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R08_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R08_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R08_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R08_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R08_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R08_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R08_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R08_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R08_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R08_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR09Strt - */ -#define XDDR_XMPU3_CFG_R09_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000190UL ) -#define XDDR_XMPU3_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR09End - */ -#define XDDR_XMPU3_CFG_R09_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000194UL ) -#define XDDR_XMPU3_CFG_R09_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R09_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R09_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR09Mstr - */ -#define XDDR_XMPU3_CFG_R09_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000198UL ) -#define XDDR_XMPU3_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R09_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R09_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR09 - */ -#define XDDR_XMPU3_CFG_R09 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000019CUL ) -#define XDDR_XMPU3_CFG_R09_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R09_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R09_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R09_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R09_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R09_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R09_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R09_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R09_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R09_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R09_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R09_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R09_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR10Strt - */ -#define XDDR_XMPU3_CFG_R10_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001A0UL ) -#define XDDR_XMPU3_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR10End - */ -#define XDDR_XMPU3_CFG_R10_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001A4UL ) -#define XDDR_XMPU3_CFG_R10_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R10_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R10_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR10Mstr - */ -#define XDDR_XMPU3_CFG_R10_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001A8UL ) -#define XDDR_XMPU3_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R10_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R10_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR10 - */ -#define XDDR_XMPU3_CFG_R10 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001ACUL ) -#define XDDR_XMPU3_CFG_R10_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R10_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R10_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R10_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R10_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R10_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R10_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R10_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R10_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R10_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R10_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R10_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R10_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR11Strt - */ -#define XDDR_XMPU3_CFG_R11_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001B0UL ) -#define XDDR_XMPU3_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR11End - */ -#define XDDR_XMPU3_CFG_R11_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001B4UL ) -#define XDDR_XMPU3_CFG_R11_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R11_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R11_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR11Mstr - */ -#define XDDR_XMPU3_CFG_R11_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001B8UL ) -#define XDDR_XMPU3_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R11_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R11_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR11 - */ -#define XDDR_XMPU3_CFG_R11 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001BCUL ) -#define XDDR_XMPU3_CFG_R11_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R11_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R11_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R11_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R11_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R11_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R11_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R11_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R11_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R11_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R11_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R11_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R11_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR12Strt - */ -#define XDDR_XMPU3_CFG_R12_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001C0UL ) -#define XDDR_XMPU3_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR12End - */ -#define XDDR_XMPU3_CFG_R12_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001C4UL ) -#define XDDR_XMPU3_CFG_R12_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R12_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R12_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR12Mstr - */ -#define XDDR_XMPU3_CFG_R12_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001C8UL ) -#define XDDR_XMPU3_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R12_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R12_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR12 - */ -#define XDDR_XMPU3_CFG_R12 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001CCUL ) -#define XDDR_XMPU3_CFG_R12_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R12_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R12_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R12_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R12_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R12_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R12_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R12_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R12_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R12_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R12_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R12_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R12_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR13Strt - */ -#define XDDR_XMPU3_CFG_R13_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001D0UL ) -#define XDDR_XMPU3_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR13End - */ -#define XDDR_XMPU3_CFG_R13_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001D4UL ) -#define XDDR_XMPU3_CFG_R13_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R13_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R13_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR13Mstr - */ -#define XDDR_XMPU3_CFG_R13_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001D8UL ) -#define XDDR_XMPU3_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R13_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R13_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR13 - */ -#define XDDR_XMPU3_CFG_R13 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001DCUL ) -#define XDDR_XMPU3_CFG_R13_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R13_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R13_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R13_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R13_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R13_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R13_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R13_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R13_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R13_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R13_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R13_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R13_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR14Strt - */ -#define XDDR_XMPU3_CFG_R14_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001E0UL ) -#define XDDR_XMPU3_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR14End - */ -#define XDDR_XMPU3_CFG_R14_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001E4UL ) -#define XDDR_XMPU3_CFG_R14_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R14_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R14_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR14Mstr - */ -#define XDDR_XMPU3_CFG_R14_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001E8UL ) -#define XDDR_XMPU3_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R14_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R14_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR14 - */ -#define XDDR_XMPU3_CFG_R14 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001ECUL ) -#define XDDR_XMPU3_CFG_R14_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R14_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R14_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R14_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R14_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R14_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R14_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R14_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R14_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R14_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R14_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R14_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R14_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR15Strt - */ -#define XDDR_XMPU3_CFG_R15_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001F0UL ) -#define XDDR_XMPU3_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR15End - */ -#define XDDR_XMPU3_CFG_R15_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001F4UL ) -#define XDDR_XMPU3_CFG_R15_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R15_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R15_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR15Mstr - */ -#define XDDR_XMPU3_CFG_R15_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001F8UL ) -#define XDDR_XMPU3_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R15_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R15_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR15 - */ -#define XDDR_XMPU3_CFG_R15 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001FCUL ) -#define XDDR_XMPU3_CFG_R15_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R15_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R15_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R15_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R15_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R15_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R15_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R15_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R15_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R15_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R15_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R15_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R15_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XDDR_XMPU3_CFG_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu4_cfg.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu4_cfg.h deleted file mode 100644 index 91bc23c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu4_cfg.h +++ /dev/null @@ -1,1315 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XDDR_XMPU4_CFG_H__ -#define __XDDR_XMPU4_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XddrXmpu4Cfg Base Address - */ -#define XDDR_XMPU4_CFG_BASEADDR 0xFD040000UL - -/** - * Register: XddrXmpu4CfgCtrl - */ -#define XDDR_XMPU4_CFG_CTRL ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000000UL ) -#define XDDR_XMPU4_CFG_CTRL_RSTVAL 0x00000003UL - -#define XDDR_XMPU4_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XDDR_XMPU4_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XDDR_XMPU4_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XDDR_XMPU4_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XDDR_XMPU4_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XDDR_XMPU4_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XddrXmpu4CfgErrSts1 - */ -#define XDDR_XMPU4_CFG_ERR_STS1 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000004UL ) -#define XDDR_XMPU4_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XDDR_XMPU4_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XDDR_XMPU4_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgErrSts2 - */ -#define XDDR_XMPU4_CFG_ERR_STS2 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000008UL ) -#define XDDR_XMPU4_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgPoison - */ -#define XDDR_XMPU4_CFG_POISON ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000000CUL ) -#define XDDR_XMPU4_CFG_POISON_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_POISON_ATTRIB_SHIFT 20UL -#define XDDR_XMPU4_CFG_POISON_ATTRIB_WIDTH 12UL -#define XDDR_XMPU4_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XDDR_XMPU4_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_POISON_BASE_SHIFT 0UL -#define XDDR_XMPU4_CFG_POISON_BASE_WIDTH 20UL -#define XDDR_XMPU4_CFG_POISON_BASE_MASK 0x000fffffUL -#define XDDR_XMPU4_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgIsr - */ -#define XDDR_XMPU4_CFG_ISR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000010UL ) -#define XDDR_XMPU4_CFG_ISR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU4_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU4_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU4_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_ISR_INV_APB_SHIFT 0UL -#define XDDR_XMPU4_CFG_ISR_INV_APB_WIDTH 1UL -#define XDDR_XMPU4_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgImr - */ -#define XDDR_XMPU4_CFG_IMR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000014UL ) -#define XDDR_XMPU4_CFG_IMR_RSTVAL 0x0000000fUL - -#define XDDR_XMPU4_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU4_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU4_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU4_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_IMR_INV_APB_SHIFT 0UL -#define XDDR_XMPU4_CFG_IMR_INV_APB_WIDTH 1UL -#define XDDR_XMPU4_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XddrXmpu4CfgIen - */ -#define XDDR_XMPU4_CFG_IEN ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000018UL ) -#define XDDR_XMPU4_CFG_IEN_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU4_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU4_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU4_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_IEN_INV_APB_SHIFT 0UL -#define XDDR_XMPU4_CFG_IEN_INV_APB_WIDTH 1UL -#define XDDR_XMPU4_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgIds - */ -#define XDDR_XMPU4_CFG_IDS ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000001CUL ) -#define XDDR_XMPU4_CFG_IDS_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU4_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU4_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU4_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_IDS_INV_APB_SHIFT 0UL -#define XDDR_XMPU4_CFG_IDS_INV_APB_WIDTH 1UL -#define XDDR_XMPU4_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgLock - */ -#define XDDR_XMPU4_CFG_LOCK ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000020UL ) -#define XDDR_XMPU4_CFG_LOCK_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XDDR_XMPU4_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XDDR_XMPU4_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR00Strt - */ -#define XDDR_XMPU4_CFG_R00_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000100UL ) -#define XDDR_XMPU4_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR00End - */ -#define XDDR_XMPU4_CFG_R00_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000104UL ) -#define XDDR_XMPU4_CFG_R00_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R00_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R00_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR00Mstr - */ -#define XDDR_XMPU4_CFG_R00_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000108UL ) -#define XDDR_XMPU4_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R00_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R00_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR00 - */ -#define XDDR_XMPU4_CFG_R00 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000010CUL ) -#define XDDR_XMPU4_CFG_R00_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R00_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R00_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R00_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R00_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R00_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R00_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R00_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R00_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R00_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R00_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R00_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R00_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR01Strt - */ -#define XDDR_XMPU4_CFG_R01_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000110UL ) -#define XDDR_XMPU4_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR01End - */ -#define XDDR_XMPU4_CFG_R01_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000114UL ) -#define XDDR_XMPU4_CFG_R01_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R01_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R01_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR01Mstr - */ -#define XDDR_XMPU4_CFG_R01_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000118UL ) -#define XDDR_XMPU4_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R01_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R01_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR01 - */ -#define XDDR_XMPU4_CFG_R01 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000011CUL ) -#define XDDR_XMPU4_CFG_R01_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R01_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R01_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R01_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R01_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R01_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R01_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R01_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R01_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R01_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R01_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R01_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R01_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR02Strt - */ -#define XDDR_XMPU4_CFG_R02_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000120UL ) -#define XDDR_XMPU4_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR02End - */ -#define XDDR_XMPU4_CFG_R02_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000124UL ) -#define XDDR_XMPU4_CFG_R02_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R02_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R02_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR02Mstr - */ -#define XDDR_XMPU4_CFG_R02_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000128UL ) -#define XDDR_XMPU4_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R02_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R02_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR02 - */ -#define XDDR_XMPU4_CFG_R02 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000012CUL ) -#define XDDR_XMPU4_CFG_R02_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R02_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R02_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R02_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R02_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R02_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R02_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R02_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R02_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R02_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R02_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R02_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R02_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR03Strt - */ -#define XDDR_XMPU4_CFG_R03_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000130UL ) -#define XDDR_XMPU4_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR03End - */ -#define XDDR_XMPU4_CFG_R03_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000134UL ) -#define XDDR_XMPU4_CFG_R03_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R03_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R03_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR03Mstr - */ -#define XDDR_XMPU4_CFG_R03_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000138UL ) -#define XDDR_XMPU4_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R03_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R03_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR03 - */ -#define XDDR_XMPU4_CFG_R03 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000013CUL ) -#define XDDR_XMPU4_CFG_R03_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R03_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R03_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R03_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R03_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R03_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R03_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R03_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R03_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R03_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R03_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R03_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R03_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR04Strt - */ -#define XDDR_XMPU4_CFG_R04_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000140UL ) -#define XDDR_XMPU4_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR04End - */ -#define XDDR_XMPU4_CFG_R04_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000144UL ) -#define XDDR_XMPU4_CFG_R04_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R04_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R04_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR04Mstr - */ -#define XDDR_XMPU4_CFG_R04_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000148UL ) -#define XDDR_XMPU4_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R04_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R04_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR04 - */ -#define XDDR_XMPU4_CFG_R04 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000014CUL ) -#define XDDR_XMPU4_CFG_R04_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R04_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R04_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R04_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R04_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R04_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R04_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R04_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R04_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R04_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R04_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R04_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R04_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR05Strt - */ -#define XDDR_XMPU4_CFG_R05_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000150UL ) -#define XDDR_XMPU4_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR05End - */ -#define XDDR_XMPU4_CFG_R05_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000154UL ) -#define XDDR_XMPU4_CFG_R05_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R05_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R05_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR05Mstr - */ -#define XDDR_XMPU4_CFG_R05_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000158UL ) -#define XDDR_XMPU4_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R05_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R05_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR05 - */ -#define XDDR_XMPU4_CFG_R05 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000015CUL ) -#define XDDR_XMPU4_CFG_R05_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R05_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R05_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R05_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R05_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R05_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R05_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R05_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R05_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R05_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R05_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R05_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R05_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR06Strt - */ -#define XDDR_XMPU4_CFG_R06_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000160UL ) -#define XDDR_XMPU4_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR06End - */ -#define XDDR_XMPU4_CFG_R06_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000164UL ) -#define XDDR_XMPU4_CFG_R06_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R06_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R06_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR06Mstr - */ -#define XDDR_XMPU4_CFG_R06_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000168UL ) -#define XDDR_XMPU4_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R06_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R06_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR06 - */ -#define XDDR_XMPU4_CFG_R06 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000016CUL ) -#define XDDR_XMPU4_CFG_R06_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R06_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R06_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R06_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R06_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R06_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R06_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R06_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R06_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R06_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R06_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R06_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R06_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR07Strt - */ -#define XDDR_XMPU4_CFG_R07_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000170UL ) -#define XDDR_XMPU4_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR07End - */ -#define XDDR_XMPU4_CFG_R07_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000174UL ) -#define XDDR_XMPU4_CFG_R07_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R07_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R07_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR07Mstr - */ -#define XDDR_XMPU4_CFG_R07_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000178UL ) -#define XDDR_XMPU4_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R07_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R07_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR07 - */ -#define XDDR_XMPU4_CFG_R07 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000017CUL ) -#define XDDR_XMPU4_CFG_R07_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R07_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R07_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R07_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R07_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R07_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R07_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R07_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R07_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R07_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R07_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R07_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R07_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR08Strt - */ -#define XDDR_XMPU4_CFG_R08_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000180UL ) -#define XDDR_XMPU4_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR08End - */ -#define XDDR_XMPU4_CFG_R08_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000184UL ) -#define XDDR_XMPU4_CFG_R08_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R08_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R08_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR08Mstr - */ -#define XDDR_XMPU4_CFG_R08_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000188UL ) -#define XDDR_XMPU4_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R08_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R08_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR08 - */ -#define XDDR_XMPU4_CFG_R08 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000018CUL ) -#define XDDR_XMPU4_CFG_R08_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R08_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R08_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R08_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R08_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R08_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R08_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R08_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R08_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R08_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R08_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R08_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R08_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR09Strt - */ -#define XDDR_XMPU4_CFG_R09_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000190UL ) -#define XDDR_XMPU4_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR09End - */ -#define XDDR_XMPU4_CFG_R09_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000194UL ) -#define XDDR_XMPU4_CFG_R09_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R09_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R09_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR09Mstr - */ -#define XDDR_XMPU4_CFG_R09_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000198UL ) -#define XDDR_XMPU4_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R09_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R09_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR09 - */ -#define XDDR_XMPU4_CFG_R09 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000019CUL ) -#define XDDR_XMPU4_CFG_R09_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R09_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R09_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R09_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R09_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R09_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R09_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R09_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R09_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R09_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R09_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R09_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R09_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR10Strt - */ -#define XDDR_XMPU4_CFG_R10_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001A0UL ) -#define XDDR_XMPU4_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR10End - */ -#define XDDR_XMPU4_CFG_R10_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001A4UL ) -#define XDDR_XMPU4_CFG_R10_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R10_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R10_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR10Mstr - */ -#define XDDR_XMPU4_CFG_R10_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001A8UL ) -#define XDDR_XMPU4_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R10_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R10_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR10 - */ -#define XDDR_XMPU4_CFG_R10 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001ACUL ) -#define XDDR_XMPU4_CFG_R10_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R10_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R10_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R10_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R10_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R10_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R10_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R10_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R10_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R10_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R10_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R10_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R10_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR11Strt - */ -#define XDDR_XMPU4_CFG_R11_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001B0UL ) -#define XDDR_XMPU4_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR11End - */ -#define XDDR_XMPU4_CFG_R11_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001B4UL ) -#define XDDR_XMPU4_CFG_R11_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R11_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R11_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR11Mstr - */ -#define XDDR_XMPU4_CFG_R11_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001B8UL ) -#define XDDR_XMPU4_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R11_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R11_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR11 - */ -#define XDDR_XMPU4_CFG_R11 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001BCUL ) -#define XDDR_XMPU4_CFG_R11_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R11_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R11_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R11_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R11_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R11_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R11_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R11_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R11_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R11_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R11_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R11_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R11_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR12Strt - */ -#define XDDR_XMPU4_CFG_R12_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001C0UL ) -#define XDDR_XMPU4_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR12End - */ -#define XDDR_XMPU4_CFG_R12_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001C4UL ) -#define XDDR_XMPU4_CFG_R12_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R12_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R12_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR12Mstr - */ -#define XDDR_XMPU4_CFG_R12_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001C8UL ) -#define XDDR_XMPU4_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R12_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R12_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR12 - */ -#define XDDR_XMPU4_CFG_R12 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001CCUL ) -#define XDDR_XMPU4_CFG_R12_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R12_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R12_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R12_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R12_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R12_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R12_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R12_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R12_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R12_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R12_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R12_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R12_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR13Strt - */ -#define XDDR_XMPU4_CFG_R13_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001D0UL ) -#define XDDR_XMPU4_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR13End - */ -#define XDDR_XMPU4_CFG_R13_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001D4UL ) -#define XDDR_XMPU4_CFG_R13_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R13_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R13_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR13Mstr - */ -#define XDDR_XMPU4_CFG_R13_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001D8UL ) -#define XDDR_XMPU4_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R13_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R13_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR13 - */ -#define XDDR_XMPU4_CFG_R13 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001DCUL ) -#define XDDR_XMPU4_CFG_R13_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R13_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R13_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R13_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R13_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R13_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R13_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R13_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R13_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R13_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R13_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R13_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R13_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR14Strt - */ -#define XDDR_XMPU4_CFG_R14_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001E0UL ) -#define XDDR_XMPU4_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR14End - */ -#define XDDR_XMPU4_CFG_R14_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001E4UL ) -#define XDDR_XMPU4_CFG_R14_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R14_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R14_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR14Mstr - */ -#define XDDR_XMPU4_CFG_R14_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001E8UL ) -#define XDDR_XMPU4_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R14_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R14_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR14 - */ -#define XDDR_XMPU4_CFG_R14 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001ECUL ) -#define XDDR_XMPU4_CFG_R14_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R14_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R14_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R14_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R14_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R14_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R14_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R14_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R14_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R14_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R14_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R14_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R14_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR15Strt - */ -#define XDDR_XMPU4_CFG_R15_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001F0UL ) -#define XDDR_XMPU4_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR15End - */ -#define XDDR_XMPU4_CFG_R15_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001F4UL ) -#define XDDR_XMPU4_CFG_R15_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R15_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R15_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR15Mstr - */ -#define XDDR_XMPU4_CFG_R15_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001F8UL ) -#define XDDR_XMPU4_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R15_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R15_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR15 - */ -#define XDDR_XMPU4_CFG_R15 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001FCUL ) -#define XDDR_XMPU4_CFG_R15_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R15_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R15_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R15_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R15_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R15_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R15_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R15_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R15_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R15_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R15_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R15_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R15_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XDDR_XMPU4_CFG_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu5_cfg.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu5_cfg.h deleted file mode 100644 index 102c6d0..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu5_cfg.h +++ /dev/null @@ -1,1315 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XDDR_XMPU5_CFG_H__ -#define __XDDR_XMPU5_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XddrXmpu5Cfg Base Address - */ -#define XDDR_XMPU5_CFG_BASEADDR 0xFD050000UL - -/** - * Register: XddrXmpu5CfgCtrl - */ -#define XDDR_XMPU5_CFG_CTRL ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000000UL ) -#define XDDR_XMPU5_CFG_CTRL_RSTVAL 0x00000003UL - -#define XDDR_XMPU5_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XDDR_XMPU5_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XDDR_XMPU5_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XDDR_XMPU5_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XDDR_XMPU5_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XDDR_XMPU5_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XddrXmpu5CfgErrSts1 - */ -#define XDDR_XMPU5_CFG_ERR_STS1 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000004UL ) -#define XDDR_XMPU5_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XDDR_XMPU5_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XDDR_XMPU5_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgErrSts2 - */ -#define XDDR_XMPU5_CFG_ERR_STS2 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000008UL ) -#define XDDR_XMPU5_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgPoison - */ -#define XDDR_XMPU5_CFG_POISON ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000000CUL ) -#define XDDR_XMPU5_CFG_POISON_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_POISON_ATTRIB_SHIFT 20UL -#define XDDR_XMPU5_CFG_POISON_ATTRIB_WIDTH 12UL -#define XDDR_XMPU5_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XDDR_XMPU5_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_POISON_BASE_SHIFT 0UL -#define XDDR_XMPU5_CFG_POISON_BASE_WIDTH 20UL -#define XDDR_XMPU5_CFG_POISON_BASE_MASK 0x000fffffUL -#define XDDR_XMPU5_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgIsr - */ -#define XDDR_XMPU5_CFG_ISR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000010UL ) -#define XDDR_XMPU5_CFG_ISR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU5_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU5_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU5_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_ISR_INV_APB_SHIFT 0UL -#define XDDR_XMPU5_CFG_ISR_INV_APB_WIDTH 1UL -#define XDDR_XMPU5_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgImr - */ -#define XDDR_XMPU5_CFG_IMR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000014UL ) -#define XDDR_XMPU5_CFG_IMR_RSTVAL 0x0000000fUL - -#define XDDR_XMPU5_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU5_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU5_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU5_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_IMR_INV_APB_SHIFT 0UL -#define XDDR_XMPU5_CFG_IMR_INV_APB_WIDTH 1UL -#define XDDR_XMPU5_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XddrXmpu5CfgIen - */ -#define XDDR_XMPU5_CFG_IEN ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000018UL ) -#define XDDR_XMPU5_CFG_IEN_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU5_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU5_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU5_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_IEN_INV_APB_SHIFT 0UL -#define XDDR_XMPU5_CFG_IEN_INV_APB_WIDTH 1UL -#define XDDR_XMPU5_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgIds - */ -#define XDDR_XMPU5_CFG_IDS ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000001CUL ) -#define XDDR_XMPU5_CFG_IDS_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU5_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU5_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU5_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_IDS_INV_APB_SHIFT 0UL -#define XDDR_XMPU5_CFG_IDS_INV_APB_WIDTH 1UL -#define XDDR_XMPU5_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgLock - */ -#define XDDR_XMPU5_CFG_LOCK ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000020UL ) -#define XDDR_XMPU5_CFG_LOCK_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XDDR_XMPU5_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XDDR_XMPU5_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR00Strt - */ -#define XDDR_XMPU5_CFG_R00_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000100UL ) -#define XDDR_XMPU5_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR00End - */ -#define XDDR_XMPU5_CFG_R00_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000104UL ) -#define XDDR_XMPU5_CFG_R00_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R00_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R00_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR00Mstr - */ -#define XDDR_XMPU5_CFG_R00_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000108UL ) -#define XDDR_XMPU5_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R00_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R00_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR00 - */ -#define XDDR_XMPU5_CFG_R00 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000010CUL ) -#define XDDR_XMPU5_CFG_R00_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R00_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R00_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R00_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R00_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R00_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R00_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R00_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R00_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R00_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R00_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R00_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R00_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR01Strt - */ -#define XDDR_XMPU5_CFG_R01_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000110UL ) -#define XDDR_XMPU5_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR01End - */ -#define XDDR_XMPU5_CFG_R01_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000114UL ) -#define XDDR_XMPU5_CFG_R01_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R01_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R01_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR01Mstr - */ -#define XDDR_XMPU5_CFG_R01_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000118UL ) -#define XDDR_XMPU5_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R01_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R01_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR01 - */ -#define XDDR_XMPU5_CFG_R01 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000011CUL ) -#define XDDR_XMPU5_CFG_R01_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R01_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R01_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R01_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R01_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R01_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R01_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R01_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R01_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R01_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R01_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R01_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R01_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR02Strt - */ -#define XDDR_XMPU5_CFG_R02_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000120UL ) -#define XDDR_XMPU5_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR02End - */ -#define XDDR_XMPU5_CFG_R02_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000124UL ) -#define XDDR_XMPU5_CFG_R02_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R02_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R02_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR02Mstr - */ -#define XDDR_XMPU5_CFG_R02_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000128UL ) -#define XDDR_XMPU5_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R02_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R02_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR02 - */ -#define XDDR_XMPU5_CFG_R02 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000012CUL ) -#define XDDR_XMPU5_CFG_R02_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R02_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R02_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R02_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R02_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R02_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R02_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R02_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R02_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R02_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R02_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R02_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R02_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR03Strt - */ -#define XDDR_XMPU5_CFG_R03_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000130UL ) -#define XDDR_XMPU5_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR03End - */ -#define XDDR_XMPU5_CFG_R03_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000134UL ) -#define XDDR_XMPU5_CFG_R03_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R03_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R03_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR03Mstr - */ -#define XDDR_XMPU5_CFG_R03_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000138UL ) -#define XDDR_XMPU5_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R03_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R03_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR03 - */ -#define XDDR_XMPU5_CFG_R03 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000013CUL ) -#define XDDR_XMPU5_CFG_R03_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R03_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R03_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R03_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R03_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R03_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R03_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R03_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R03_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R03_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R03_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R03_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R03_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR04Strt - */ -#define XDDR_XMPU5_CFG_R04_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000140UL ) -#define XDDR_XMPU5_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR04End - */ -#define XDDR_XMPU5_CFG_R04_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000144UL ) -#define XDDR_XMPU5_CFG_R04_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R04_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R04_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR04Mstr - */ -#define XDDR_XMPU5_CFG_R04_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000148UL ) -#define XDDR_XMPU5_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R04_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R04_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR04 - */ -#define XDDR_XMPU5_CFG_R04 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000014CUL ) -#define XDDR_XMPU5_CFG_R04_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R04_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R04_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R04_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R04_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R04_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R04_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R04_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R04_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R04_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R04_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R04_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R04_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR05Strt - */ -#define XDDR_XMPU5_CFG_R05_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000150UL ) -#define XDDR_XMPU5_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR05End - */ -#define XDDR_XMPU5_CFG_R05_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000154UL ) -#define XDDR_XMPU5_CFG_R05_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R05_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R05_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR05Mstr - */ -#define XDDR_XMPU5_CFG_R05_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000158UL ) -#define XDDR_XMPU5_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R05_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R05_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR05 - */ -#define XDDR_XMPU5_CFG_R05 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000015CUL ) -#define XDDR_XMPU5_CFG_R05_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R05_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R05_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R05_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R05_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R05_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R05_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R05_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R05_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R05_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R05_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R05_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R05_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR06Strt - */ -#define XDDR_XMPU5_CFG_R06_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000160UL ) -#define XDDR_XMPU5_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR06End - */ -#define XDDR_XMPU5_CFG_R06_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000164UL ) -#define XDDR_XMPU5_CFG_R06_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R06_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R06_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR06Mstr - */ -#define XDDR_XMPU5_CFG_R06_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000168UL ) -#define XDDR_XMPU5_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R06_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R06_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR06 - */ -#define XDDR_XMPU5_CFG_R06 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000016CUL ) -#define XDDR_XMPU5_CFG_R06_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R06_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R06_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R06_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R06_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R06_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R06_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R06_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R06_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R06_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R06_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R06_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R06_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR07Strt - */ -#define XDDR_XMPU5_CFG_R07_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000170UL ) -#define XDDR_XMPU5_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR07End - */ -#define XDDR_XMPU5_CFG_R07_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000174UL ) -#define XDDR_XMPU5_CFG_R07_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R07_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R07_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR07Mstr - */ -#define XDDR_XMPU5_CFG_R07_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000178UL ) -#define XDDR_XMPU5_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R07_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R07_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR07 - */ -#define XDDR_XMPU5_CFG_R07 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000017CUL ) -#define XDDR_XMPU5_CFG_R07_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R07_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R07_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R07_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R07_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R07_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R07_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R07_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R07_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R07_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R07_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R07_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R07_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR08Strt - */ -#define XDDR_XMPU5_CFG_R08_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000180UL ) -#define XDDR_XMPU5_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR08End - */ -#define XDDR_XMPU5_CFG_R08_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000184UL ) -#define XDDR_XMPU5_CFG_R08_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R08_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R08_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR08Mstr - */ -#define XDDR_XMPU5_CFG_R08_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000188UL ) -#define XDDR_XMPU5_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R08_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R08_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR08 - */ -#define XDDR_XMPU5_CFG_R08 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000018CUL ) -#define XDDR_XMPU5_CFG_R08_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R08_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R08_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R08_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R08_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R08_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R08_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R08_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R08_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R08_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R08_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R08_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R08_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR09Strt - */ -#define XDDR_XMPU5_CFG_R09_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000190UL ) -#define XDDR_XMPU5_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR09End - */ -#define XDDR_XMPU5_CFG_R09_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000194UL ) -#define XDDR_XMPU5_CFG_R09_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R09_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R09_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR09Mstr - */ -#define XDDR_XMPU5_CFG_R09_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000198UL ) -#define XDDR_XMPU5_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R09_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R09_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR09 - */ -#define XDDR_XMPU5_CFG_R09 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000019CUL ) -#define XDDR_XMPU5_CFG_R09_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R09_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R09_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R09_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R09_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R09_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R09_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R09_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R09_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R09_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R09_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R09_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R09_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR10Strt - */ -#define XDDR_XMPU5_CFG_R10_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001A0UL ) -#define XDDR_XMPU5_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR10End - */ -#define XDDR_XMPU5_CFG_R10_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001A4UL ) -#define XDDR_XMPU5_CFG_R10_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R10_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R10_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR10Mstr - */ -#define XDDR_XMPU5_CFG_R10_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001A8UL ) -#define XDDR_XMPU5_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R10_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R10_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR10 - */ -#define XDDR_XMPU5_CFG_R10 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001ACUL ) -#define XDDR_XMPU5_CFG_R10_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R10_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R10_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R10_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R10_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R10_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R10_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R10_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R10_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R10_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R10_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R10_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R10_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR11Strt - */ -#define XDDR_XMPU5_CFG_R11_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001B0UL ) -#define XDDR_XMPU5_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR11End - */ -#define XDDR_XMPU5_CFG_R11_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001B4UL ) -#define XDDR_XMPU5_CFG_R11_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R11_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R11_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR11Mstr - */ -#define XDDR_XMPU5_CFG_R11_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001B8UL ) -#define XDDR_XMPU5_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R11_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R11_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR11 - */ -#define XDDR_XMPU5_CFG_R11 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001BCUL ) -#define XDDR_XMPU5_CFG_R11_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R11_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R11_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R11_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R11_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R11_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R11_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R11_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R11_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R11_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R11_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R11_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R11_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR12Strt - */ -#define XDDR_XMPU5_CFG_R12_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001C0UL ) -#define XDDR_XMPU5_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR12End - */ -#define XDDR_XMPU5_CFG_R12_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001C4UL ) -#define XDDR_XMPU5_CFG_R12_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R12_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R12_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR12Mstr - */ -#define XDDR_XMPU5_CFG_R12_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001C8UL ) -#define XDDR_XMPU5_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R12_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R12_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR12 - */ -#define XDDR_XMPU5_CFG_R12 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001CCUL ) -#define XDDR_XMPU5_CFG_R12_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R12_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R12_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R12_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R12_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R12_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R12_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R12_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R12_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R12_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R12_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R12_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R12_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR13Strt - */ -#define XDDR_XMPU5_CFG_R13_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001D0UL ) -#define XDDR_XMPU5_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR13End - */ -#define XDDR_XMPU5_CFG_R13_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001D4UL ) -#define XDDR_XMPU5_CFG_R13_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R13_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R13_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR13Mstr - */ -#define XDDR_XMPU5_CFG_R13_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001D8UL ) -#define XDDR_XMPU5_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R13_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R13_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR13 - */ -#define XDDR_XMPU5_CFG_R13 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001DCUL ) -#define XDDR_XMPU5_CFG_R13_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R13_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R13_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R13_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R13_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R13_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R13_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R13_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R13_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R13_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R13_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R13_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R13_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR14Strt - */ -#define XDDR_XMPU5_CFG_R14_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001E0UL ) -#define XDDR_XMPU5_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR14End - */ -#define XDDR_XMPU5_CFG_R14_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001E4UL ) -#define XDDR_XMPU5_CFG_R14_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R14_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R14_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR14Mstr - */ -#define XDDR_XMPU5_CFG_R14_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001E8UL ) -#define XDDR_XMPU5_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R14_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R14_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR14 - */ -#define XDDR_XMPU5_CFG_R14 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001ECUL ) -#define XDDR_XMPU5_CFG_R14_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R14_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R14_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R14_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R14_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R14_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R14_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R14_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R14_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R14_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R14_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R14_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R14_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR15Strt - */ -#define XDDR_XMPU5_CFG_R15_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001F0UL ) -#define XDDR_XMPU5_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR15End - */ -#define XDDR_XMPU5_CFG_R15_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001F4UL ) -#define XDDR_XMPU5_CFG_R15_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R15_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R15_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR15Mstr - */ -#define XDDR_XMPU5_CFG_R15_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001F8UL ) -#define XDDR_XMPU5_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R15_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R15_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR15 - */ -#define XDDR_XMPU5_CFG_R15 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001FCUL ) -#define XDDR_XMPU5_CFG_R15_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R15_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R15_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R15_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R15_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R15_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R15_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R15_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R15_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R15_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R15_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R15_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R15_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XDDR_XMPU5_CFG_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_slcr.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_slcr.h deleted file mode 100644 index a22f91e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_slcr.h +++ /dev/null @@ -1,393 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_SLCR_H__ -#define __XFPD_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XfpdSlcr Base Address - */ -#define XFPD_SLCR_BASEADDR 0xFD610000UL - -/** - * Register: XfpdSlcrWprot0 - */ -#define XFPD_SLCR_WPROT0 ( ( XFPD_SLCR_BASEADDR ) + 0x00000000UL ) -#define XFPD_SLCR_WPROT0_RSTVAL 0x00000001UL - -#define XFPD_SLCR_WPROT0_ACT_SHIFT 0UL -#define XFPD_SLCR_WPROT0_ACT_WIDTH 1UL -#define XFPD_SLCR_WPROT0_ACT_MASK 0x00000001UL -#define XFPD_SLCR_WPROT0_ACT_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrCtrl - */ -#define XFPD_SLCR_CTRL ( ( XFPD_SLCR_BASEADDR ) + 0x00000004UL ) -#define XFPD_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XFPD_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XFPD_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XFPD_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XFPD_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrIsr - */ -#define XFPD_SLCR_ISR ( ( XFPD_SLCR_BASEADDR ) + 0x00000008UL ) -#define XFPD_SLCR_ISR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ISR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_ISR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_ISR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_ISR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrImr - */ -#define XFPD_SLCR_IMR ( ( XFPD_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XFPD_SLCR_IMR_RSTVAL 0x00000001UL - -#define XFPD_SLCR_IMR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_IMR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_IMR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_IMR_ADDR_DECD_ERR_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrIer - */ -#define XFPD_SLCR_IER ( ( XFPD_SLCR_BASEADDR ) + 0x00000010UL ) -#define XFPD_SLCR_IER_RSTVAL 0x00000000UL - -#define XFPD_SLCR_IER_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_IER_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_IER_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_IER_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrIdr - */ -#define XFPD_SLCR_IDR ( ( XFPD_SLCR_BASEADDR ) + 0x00000014UL ) -#define XFPD_SLCR_IDR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_IDR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_IDR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_IDR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_IDR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrItr - */ -#define XFPD_SLCR_ITR ( ( XFPD_SLCR_BASEADDR ) + 0x00000018UL ) -#define XFPD_SLCR_ITR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ITR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_ITR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_ITR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_ITR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrWdtClkSel - */ -#define XFPD_SLCR_WDT_CLK_SEL ( ( XFPD_SLCR_BASEADDR ) + 0x00000100UL ) -#define XFPD_SLCR_WDT_CLK_SEL_RSTVAL 0x00000000UL - -#define XFPD_SLCR_WDT_CLK_SEL_SHIFT 0UL -#define XFPD_SLCR_WDT_CLK_SEL_WIDTH 1UL -#define XFPD_SLCR_WDT_CLK_SEL_MASK 0x00000001UL -#define XFPD_SLCR_WDT_CLK_SEL_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrIntFpd - */ -#define XFPD_SLCR_INT_FPD ( ( XFPD_SLCR_BASEADDR ) + 0x00000200UL ) -#define XFPD_SLCR_INT_FPD_RSTVAL 0x00000000UL - -#define XFPD_SLCR_INT_FPD_GFM_SEL_SHIFT 0UL -#define XFPD_SLCR_INT_FPD_GFM_SEL_WIDTH 1UL -#define XFPD_SLCR_INT_FPD_GFM_SEL_MASK 0x00000001UL -#define XFPD_SLCR_INT_FPD_GFM_SEL_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrGpu - */ -#define XFPD_SLCR_GPU ( ( XFPD_SLCR_BASEADDR ) + 0x0000100CUL ) -#define XFPD_SLCR_GPU_RSTVAL 0x00000007UL - -#define XFPD_SLCR_GPU_ARCACHE_SHIFT 7UL -#define XFPD_SLCR_GPU_ARCACHE_WIDTH 4UL -#define XFPD_SLCR_GPU_ARCACHE_MASK 0x00000780UL -#define XFPD_SLCR_GPU_ARCACHE_DEFVAL 0x0UL - -#define XFPD_SLCR_GPU_AWCACHE_SHIFT 3UL -#define XFPD_SLCR_GPU_AWCACHE_WIDTH 4UL -#define XFPD_SLCR_GPU_AWCACHE_MASK 0x00000078UL -#define XFPD_SLCR_GPU_AWCACHE_DEFVAL 0x0UL - -#define XFPD_SLCR_GPU_PP1_IDLE_SHIFT 2UL -#define XFPD_SLCR_GPU_PP1_IDLE_WIDTH 1UL -#define XFPD_SLCR_GPU_PP1_IDLE_MASK 0x00000004UL -#define XFPD_SLCR_GPU_PP1_IDLE_DEFVAL 0x1UL - -#define XFPD_SLCR_GPU_PP0_IDLE_SHIFT 1UL -#define XFPD_SLCR_GPU_PP0_IDLE_WIDTH 1UL -#define XFPD_SLCR_GPU_PP0_IDLE_MASK 0x00000002UL -#define XFPD_SLCR_GPU_PP0_IDLE_DEFVAL 0x1UL - -#define XFPD_SLCR_GPU_IDLE_SHIFT 0UL -#define XFPD_SLCR_GPU_IDLE_WIDTH 1UL -#define XFPD_SLCR_GPU_IDLE_MASK 0x00000001UL -#define XFPD_SLCR_GPU_IDLE_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrGdmaCfg - */ -#define XFPD_SLCR_GDMA_CFG ( ( XFPD_SLCR_BASEADDR ) + 0x00003000UL ) -#define XFPD_SLCR_GDMA_CFG_RSTVAL 0x00000048UL - -#define XFPD_SLCR_GDMA_CFG_BUS_WIDTH_SHIFT 5UL -#define XFPD_SLCR_GDMA_CFG_BUS_WIDTH_WIDTH 2UL -#define XFPD_SLCR_GDMA_CFG_BUS_WIDTH_MASK 0x00000060UL -#define XFPD_SLCR_GDMA_CFG_BUS_WIDTH_DEFVAL 0x2UL - -#define XFPD_SLCR_GDMA_CFG_NUM_CH_SHIFT 0UL -#define XFPD_SLCR_GDMA_CFG_NUM_CH_WIDTH 5UL -#define XFPD_SLCR_GDMA_CFG_NUM_CH_MASK 0x0000001fUL -#define XFPD_SLCR_GDMA_CFG_NUM_CH_DEFVAL 0x8UL - -/** - * Register: XfpdSlcrGdma - */ -#define XFPD_SLCR_GDMA ( ( XFPD_SLCR_BASEADDR ) + 0x00003010UL ) -#define XFPD_SLCR_GDMA_RSTVAL 0x00003b3bUL - -#define XFPD_SLCR_GDMA_RAM1_EMAB_SHIFT 12UL -#define XFPD_SLCR_GDMA_RAM1_EMAB_WIDTH 3UL -#define XFPD_SLCR_GDMA_RAM1_EMAB_MASK 0x00007000UL -#define XFPD_SLCR_GDMA_RAM1_EMAB_DEFVAL 0x3UL - -#define XFPD_SLCR_GDMA_RAM1_EMASA_SHIFT 11UL -#define XFPD_SLCR_GDMA_RAM1_EMASA_WIDTH 1UL -#define XFPD_SLCR_GDMA_RAM1_EMASA_MASK 0x00000800UL -#define XFPD_SLCR_GDMA_RAM1_EMASA_DEFVAL 0x1UL - -#define XFPD_SLCR_GDMA_RAM1_EMAA_SHIFT 8UL -#define XFPD_SLCR_GDMA_RAM1_EMAA_WIDTH 3UL -#define XFPD_SLCR_GDMA_RAM1_EMAA_MASK 0x00000700UL -#define XFPD_SLCR_GDMA_RAM1_EMAA_DEFVAL 0x3UL - -#define XFPD_SLCR_GDMA_RAM0_EMAB_SHIFT 4UL -#define XFPD_SLCR_GDMA_RAM0_EMAB_WIDTH 3UL -#define XFPD_SLCR_GDMA_RAM0_EMAB_MASK 0x00000070UL -#define XFPD_SLCR_GDMA_RAM0_EMAB_DEFVAL 0x3UL - -#define XFPD_SLCR_GDMA_RAM0_EMASA_SHIFT 3UL -#define XFPD_SLCR_GDMA_RAM0_EMASA_WIDTH 1UL -#define XFPD_SLCR_GDMA_RAM0_EMASA_MASK 0x00000008UL -#define XFPD_SLCR_GDMA_RAM0_EMASA_DEFVAL 0x1UL - -#define XFPD_SLCR_GDMA_RAM0_EMAA_SHIFT 0UL -#define XFPD_SLCR_GDMA_RAM0_EMAA_WIDTH 3UL -#define XFPD_SLCR_GDMA_RAM0_EMAA_MASK 0x00000007UL -#define XFPD_SLCR_GDMA_RAM0_EMAA_DEFVAL 0x3UL - -/** - * Register: XfpdSlcrAfiFs - */ -#define XFPD_SLCR_AFI_FS ( ( XFPD_SLCR_BASEADDR ) + 0x00005000UL ) -#define XFPD_SLCR_AFI_FS_RSTVAL 0x00000a00UL - -#define XFPD_SLCR_AFI_FS_DW_SS1_SEL_SHIFT 10UL -#define XFPD_SLCR_AFI_FS_DW_SS1_SEL_WIDTH 2UL -#define XFPD_SLCR_AFI_FS_DW_SS1_SEL_MASK 0x00000c00UL -#define XFPD_SLCR_AFI_FS_DW_SS1_SEL_DEFVAL 0x2UL - -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_SHIFT 8UL -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_WIDTH 2UL -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_MASK 0x00000300UL -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_DEFVAL 0x2UL - -/** - * Register: XfpdSlcrErrAtbIsr - */ -#define XFPD_SLCR_ERR_ATB_ISR ( ( XFPD_SLCR_BASEADDR ) + 0x00006000UL ) -#define XFPD_SLCR_ERR_ATB_ISR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS1_DEFVAL 0x0UL - -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS0_DEFVAL 0x0UL - -#define XFPD_SLCR_ERR_ATB_ISR_FPDS_SHIFT 0UL -#define XFPD_SLCR_ERR_ATB_ISR_FPDS_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_ISR_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ERR_ATB_ISR_FPDS_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrErrAtbImr - */ -#define XFPD_SLCR_ERR_ATB_IMR ( ( XFPD_SLCR_BASEADDR ) + 0x00006004UL ) -#define XFPD_SLCR_ERR_ATB_IMR_RSTVAL 0x00000007UL - -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS1_DEFVAL 0x1UL - -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS0_DEFVAL 0x1UL - -#define XFPD_SLCR_ERR_ATB_IMR_FPDS_SHIFT 0UL -#define XFPD_SLCR_ERR_ATB_IMR_FPDS_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IMR_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ERR_ATB_IMR_FPDS_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrErrAtbIer - */ -#define XFPD_SLCR_ERR_ATB_IER ( ( XFPD_SLCR_BASEADDR ) + 0x00006008UL ) -#define XFPD_SLCR_ERR_ATB_IER_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ERR_ATB_IER_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ERR_ATB_IER_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IER_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ERR_ATB_IER_AFIFS1_DEFVAL 0x0UL - -#define XFPD_SLCR_ERR_ATB_IER_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ERR_ATB_IER_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IER_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ERR_ATB_IER_AFIFS0_DEFVAL 0x0UL - -#define XFPD_SLCR_ERR_ATB_IER_FPDS_SHIFT 0UL -#define XFPD_SLCR_ERR_ATB_IER_FPDS_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IER_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ERR_ATB_IER_FPDS_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrErrAtbIdr - */ -#define XFPD_SLCR_ERR_ATB_IDR ( ( XFPD_SLCR_BASEADDR ) + 0x0000600CUL ) -#define XFPD_SLCR_ERR_ATB_IDR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS1_DEFVAL 0x0UL - -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS0_DEFVAL 0x0UL - -#define XFPD_SLCR_ERR_ATB_IDR_FPDS_SHIFT 0UL -#define XFPD_SLCR_ERR_ATB_IDR_FPDS_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IDR_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ERR_ATB_IDR_FPDS_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrAtbCmdstore - */ -#define XFPD_SLCR_ATB_CMDSTORE ( ( XFPD_SLCR_BASEADDR ) + 0x00006010UL ) -#define XFPD_SLCR_ATB_CMDSTORE_RSTVAL 0x00000007UL - -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS1_DEFVAL 0x1UL - -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS0_DEFVAL 0x1UL - -#define XFPD_SLCR_ATB_CMDSTORE_FPDS_SHIFT 0UL -#define XFPD_SLCR_ATB_CMDSTORE_FPDS_WIDTH 1UL -#define XFPD_SLCR_ATB_CMDSTORE_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ATB_CMDSTORE_FPDS_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrAtbRespEn - */ -#define XFPD_SLCR_ATB_RESP_EN ( ( XFPD_SLCR_BASEADDR ) + 0x00006014UL ) -#define XFPD_SLCR_ATB_RESP_EN_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ATB_RESP_EN_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ATB_RESP_EN_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ATB_RESP_EN_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ATB_RESP_EN_AFIFS1_DEFVAL 0x0UL - -#define XFPD_SLCR_ATB_RESP_EN_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ATB_RESP_EN_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ATB_RESP_EN_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ATB_RESP_EN_AFIFS0_DEFVAL 0x0UL - -#define XFPD_SLCR_ATB_RESP_EN_FPDS_SHIFT 0UL -#define XFPD_SLCR_ATB_RESP_EN_FPDS_WIDTH 1UL -#define XFPD_SLCR_ATB_RESP_EN_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ATB_RESP_EN_FPDS_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrAtbResptype - */ -#define XFPD_SLCR_ATB_RESPTYPE ( ( XFPD_SLCR_BASEADDR ) + 0x00006018UL ) -#define XFPD_SLCR_ATB_RESPTYPE_RSTVAL 0x00000007UL - -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS1_DEFVAL 0x1UL - -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS0_DEFVAL 0x1UL - -#define XFPD_SLCR_ATB_RESPTYPE_FPDS_SHIFT 0UL -#define XFPD_SLCR_ATB_RESPTYPE_FPDS_WIDTH 1UL -#define XFPD_SLCR_ATB_RESPTYPE_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ATB_RESPTYPE_FPDS_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrAtbPrescale - */ -#define XFPD_SLCR_ATB_PRESCALE ( ( XFPD_SLCR_BASEADDR ) + 0x00006020UL ) -#define XFPD_SLCR_ATB_PRESCALE_RSTVAL 0x0000ffffUL - -#define XFPD_SLCR_ATB_PRESCALE_EN_SHIFT 16UL -#define XFPD_SLCR_ATB_PRESCALE_EN_WIDTH 1UL -#define XFPD_SLCR_ATB_PRESCALE_EN_MASK 0x00010000UL -#define XFPD_SLCR_ATB_PRESCALE_EN_DEFVAL 0x0UL - -#define XFPD_SLCR_ATB_PRESCALE_VAL_SHIFT 0UL -#define XFPD_SLCR_ATB_PRESCALE_VAL_WIDTH 16UL -#define XFPD_SLCR_ATB_PRESCALE_VAL_MASK 0x0000ffffUL -#define XFPD_SLCR_ATB_PRESCALE_VAL_DEFVAL 0xffffUL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_SLCR_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_slcr_secure.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_slcr_secure.h deleted file mode 100644 index 592ae19..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_slcr_secure.h +++ /dev/null @@ -1,288 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_SLCR_SECURE_H__ -#define __XFPD_SLCR_SECURE_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XfpdSlcrSecure Base Address - */ -#define XFPD_SLCR_SECURE_BASEADDR 0xFD690000UL - -/** - * Register: XfpdSlcrSecCtrl - */ -#define XFPD_SLCR_SEC_CTRL ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000004UL ) -#define XFPD_SLCR_SEC_CTRL_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SEC_CTRL_SLVERR_EN_SHIFT 0UL -#define XFPD_SLCR_SEC_CTRL_SLVERR_EN_WIDTH 1UL -#define XFPD_SLCR_SEC_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XFPD_SLCR_SEC_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecIsr - */ -#define XFPD_SLCR_SEC_ISR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000008UL ) -#define XFPD_SLCR_SEC_ISR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SEC_ISR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_SEC_ISR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_SEC_ISR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SEC_ISR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecImr - */ -#define XFPD_SLCR_SEC_IMR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x0000000CUL ) -#define XFPD_SLCR_SEC_IMR_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SEC_IMR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_SEC_IMR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_SEC_IMR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SEC_IMR_ADDR_DECD_ERR_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecIer - */ -#define XFPD_SLCR_SEC_IER ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000010UL ) -#define XFPD_SLCR_SEC_IER_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SEC_IER_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_SEC_IER_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_SEC_IER_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SEC_IER_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecIdr - */ -#define XFPD_SLCR_SEC_IDR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000014UL ) -#define XFPD_SLCR_SEC_IDR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SEC_IDR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_SEC_IDR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_SEC_IDR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SEC_IDR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecItr - */ -#define XFPD_SLCR_SEC_ITR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000018UL ) -#define XFPD_SLCR_SEC_ITR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SEC_ITR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_SEC_ITR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_SEC_ITR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SEC_ITR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecSata - */ -#define XFPD_SLCR_SEC_SATA ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000020UL ) -#define XFPD_SLCR_SEC_SATA_RSTVAL 0x0000000eUL - -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA1_SHIFT 3UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA1_WIDTH 1UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA1_MASK 0x00000008UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA1_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA0_SHIFT 2UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA0_WIDTH 1UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA0_MASK 0x00000004UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA0_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_SATA_TZ_AXIS_SHIFT 1UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIS_WIDTH 1UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIS_MASK 0x00000002UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIS_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_SATA_TZ_EN_SHIFT 0UL -#define XFPD_SLCR_SEC_SATA_TZ_EN_WIDTH 1UL -#define XFPD_SLCR_SEC_SATA_TZ_EN_MASK 0x00000001UL -#define XFPD_SLCR_SEC_SATA_TZ_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecPcie - */ -#define XFPD_SLCR_SEC_PCIE ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000030UL ) -#define XFPD_SLCR_SEC_PCIE_RSTVAL 0x01ffffffUL - -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_3_SHIFT 24UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_3_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_3_MASK 0x01000000UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_3_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_2_SHIFT 23UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_2_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_2_MASK 0x00800000UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_2_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_1_SHIFT 22UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_1_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_1_MASK 0x00400000UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_1_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_0_SHIFT 21UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_0_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_0_MASK 0x00200000UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_0_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_7_SHIFT 20UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_7_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_7_MASK 0x00100000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_7_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_6_SHIFT 19UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_6_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_6_MASK 0x00080000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_6_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_5_SHIFT 18UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_5_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_5_MASK 0x00040000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_5_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_4_SHIFT 17UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_4_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_4_MASK 0x00020000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_4_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_3_SHIFT 16UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_3_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_3_MASK 0x00010000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_3_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_2_SHIFT 15UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_2_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_2_MASK 0x00008000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_2_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_1_SHIFT 14UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_1_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_1_MASK 0x00004000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_1_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_0_SHIFT 13UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_0_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_0_MASK 0x00002000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_0_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_7_SHIFT 12UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_7_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_7_MASK 0x00001000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_7_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_6_SHIFT 11UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_6_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_6_MASK 0x00000800UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_6_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_5_SHIFT 10UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_5_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_5_MASK 0x00000400UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_5_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_4_SHIFT 9UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_4_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_4_MASK 0x00000200UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_4_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_3_SHIFT 8UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_3_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_3_MASK 0x00000100UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_3_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_2_SHIFT 7UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_2_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_2_MASK 0x00000080UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_2_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_1_SHIFT 6UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_1_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_1_MASK 0x00000040UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_1_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_0_SHIFT 5UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_0_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_0_MASK 0x00000020UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_0_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_REGS_SHIFT 4UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_REGS_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_REGS_MASK 0x00000010UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_REGS_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_PBA_SHIFT 3UL -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_PBA_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_PBA_MASK 0x00000008UL -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_PBA_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_TABLE_SHIFT 2UL -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_TABLE_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_TABLE_MASK 0x00000004UL -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_TABLE_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_ECAM_SHIFT 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_ECAM_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_ECAM_MASK 0x00000002UL -#define XFPD_SLCR_SEC_PCIE_TZ_ECAM_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_BRIDGE_REGS_SHIFT 0UL -#define XFPD_SLCR_SEC_PCIE_TZ_BRIDGE_REGS_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_BRIDGE_REGS_MASK 0x00000001UL -#define XFPD_SLCR_SEC_PCIE_TZ_BRIDGE_REGS_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecDpdma - */ -#define XFPD_SLCR_SEC_DPDMA ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000040UL ) -#define XFPD_SLCR_SEC_DPDMA_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SEC_DPDMA_TZ_SHIFT 0UL -#define XFPD_SLCR_SEC_DPDMA_TZ_WIDTH 1UL -#define XFPD_SLCR_SEC_DPDMA_TZ_MASK 0x00000001UL -#define XFPD_SLCR_SEC_DPDMA_TZ_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecGdma - */ -#define XFPD_SLCR_SEC_GDMA ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000050UL ) -#define XFPD_SLCR_SEC_GDMA_RSTVAL 0x000000ffUL - -#define XFPD_SLCR_SEC_GDMA_TZ_SHIFT 0UL -#define XFPD_SLCR_SEC_GDMA_TZ_WIDTH 8UL -#define XFPD_SLCR_SEC_GDMA_TZ_MASK 0x000000ffUL -#define XFPD_SLCR_SEC_GDMA_TZ_DEFVAL 0xffUL - -/** - * Register: XfpdSlcrSecGic - */ -#define XFPD_SLCR_SEC_GIC ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000060UL ) -#define XFPD_SLCR_SEC_GIC_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SEC_GIC_CFG_DIS_SHIFT 0UL -#define XFPD_SLCR_SEC_GIC_CFG_DIS_WIDTH 1UL -#define XFPD_SLCR_SEC_GIC_CFG_DIS_MASK 0x00000001UL -#define XFPD_SLCR_SEC_GIC_CFG_DIS_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_SLCR_SECURE_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_xmpu_cfg.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_xmpu_cfg.h deleted file mode 100644 index e888aa0..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_xmpu_cfg.h +++ /dev/null @@ -1,1314 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_XMPU_CFG_H__ -#define __XFPD_XMPU_CFG_H__ - -/** - *@cond nocomments - */ - -#ifdef __cplusplus -extern "C" { -#endif - -/** - * XfpdXmpuCfg Base Address - */ -#define XFPD_XMPU_CFG_BASEADDR 0xFD5D0000UL - -/** - * Register: XfpdXmpuCfgCtrl - */ -#define XFPD_XMPU_CFG_CTRL ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000000UL ) -#define XFPD_XMPU_CFG_CTRL_RSTVAL 0x00000003UL - -#define XFPD_XMPU_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XFPD_XMPU_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XFPD_XMPU_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XFPD_XMPU_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XFPD_XMPU_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XFPD_XMPU_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XFPD_XMPU_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XFPD_XMPU_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XFPD_XMPU_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XfpdXmpuCfgErrSts1 - */ -#define XFPD_XMPU_CFG_ERR_STS1 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000004UL ) -#define XFPD_XMPU_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XFPD_XMPU_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XFPD_XMPU_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgErrSts2 - */ -#define XFPD_XMPU_CFG_ERR_STS2 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000008UL ) -#define XFPD_XMPU_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgPoison - */ -#define XFPD_XMPU_CFG_POISON ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000000CUL ) -#define XFPD_XMPU_CFG_POISON_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_POISON_ATTRIB_SHIFT 20UL -#define XFPD_XMPU_CFG_POISON_ATTRIB_WIDTH 12UL -#define XFPD_XMPU_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XFPD_XMPU_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_POISON_BASE_SHIFT 0UL -#define XFPD_XMPU_CFG_POISON_BASE_WIDTH 20UL -#define XFPD_XMPU_CFG_POISON_BASE_MASK 0x000fffffUL -#define XFPD_XMPU_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgIsr - */ -#define XFPD_XMPU_CFG_ISR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000010UL ) -#define XFPD_XMPU_CFG_ISR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XFPD_XMPU_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XFPD_XMPU_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XFPD_XMPU_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XFPD_XMPU_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XFPD_XMPU_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XFPD_XMPU_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_ISR_INV_APB_SHIFT 0UL -#define XFPD_XMPU_CFG_ISR_INV_APB_WIDTH 1UL -#define XFPD_XMPU_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XFPD_XMPU_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgImr - */ -#define XFPD_XMPU_CFG_IMR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000014UL ) -#define XFPD_XMPU_CFG_IMR_RSTVAL 0x0000000fUL - -#define XFPD_XMPU_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XFPD_XMPU_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XFPD_XMPU_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XFPD_XMPU_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XFPD_XMPU_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XFPD_XMPU_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XFPD_XMPU_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_IMR_INV_APB_SHIFT 0UL -#define XFPD_XMPU_CFG_IMR_INV_APB_WIDTH 1UL -#define XFPD_XMPU_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XFPD_XMPU_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XfpdXmpuCfgIen - */ -#define XFPD_XMPU_CFG_IEN ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000018UL ) -#define XFPD_XMPU_CFG_IEN_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XFPD_XMPU_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XFPD_XMPU_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XFPD_XMPU_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XFPD_XMPU_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XFPD_XMPU_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XFPD_XMPU_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_IEN_INV_APB_SHIFT 0UL -#define XFPD_XMPU_CFG_IEN_INV_APB_WIDTH 1UL -#define XFPD_XMPU_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XFPD_XMPU_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgIds - */ -#define XFPD_XMPU_CFG_IDS ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000001CUL ) -#define XFPD_XMPU_CFG_IDS_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XFPD_XMPU_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XFPD_XMPU_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XFPD_XMPU_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XFPD_XMPU_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XFPD_XMPU_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XFPD_XMPU_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_IDS_INV_APB_SHIFT 0UL -#define XFPD_XMPU_CFG_IDS_INV_APB_WIDTH 1UL -#define XFPD_XMPU_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XFPD_XMPU_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgLock - */ -#define XFPD_XMPU_CFG_LOCK ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000020UL ) -#define XFPD_XMPU_CFG_LOCK_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XFPD_XMPU_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XFPD_XMPU_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XFPD_XMPU_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR00Strt - */ -#define XFPD_XMPU_CFG_R00_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000100UL ) -#define XFPD_XMPU_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR00End - */ -#define XFPD_XMPU_CFG_R00_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000104UL ) -#define XFPD_XMPU_CFG_R00_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R00_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R00_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR00Mstr - */ -#define XFPD_XMPU_CFG_R00_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000108UL ) -#define XFPD_XMPU_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R00_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R00_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR00 - */ -#define XFPD_XMPU_CFG_R00 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000010CUL ) -#define XFPD_XMPU_CFG_R00_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R00_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R00_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R00_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R00_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R00_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R00_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R00_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R00_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R00_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R00_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R00_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R00_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR01Strt - */ -#define XFPD_XMPU_CFG_R01_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000110UL ) -#define XFPD_XMPU_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR01End - */ -#define XFPD_XMPU_CFG_R01_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000114UL ) -#define XFPD_XMPU_CFG_R01_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R01_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R01_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR01Mstr - */ -#define XFPD_XMPU_CFG_R01_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000118UL ) -#define XFPD_XMPU_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R01_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R01_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR01 - */ -#define XFPD_XMPU_CFG_R01 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000011CUL ) -#define XFPD_XMPU_CFG_R01_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R01_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R01_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R01_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R01_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R01_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R01_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R01_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R01_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R01_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R01_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R01_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R01_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR02Strt - */ -#define XFPD_XMPU_CFG_R02_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000120UL ) -#define XFPD_XMPU_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR02End - */ -#define XFPD_XMPU_CFG_R02_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000124UL ) -#define XFPD_XMPU_CFG_R02_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R02_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R02_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR02Mstr - */ -#define XFPD_XMPU_CFG_R02_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000128UL ) -#define XFPD_XMPU_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R02_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R02_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR02 - */ -#define XFPD_XMPU_CFG_R02 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000012CUL ) -#define XFPD_XMPU_CFG_R02_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R02_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R02_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R02_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R02_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R02_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R02_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R02_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R02_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R02_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R02_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R02_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R02_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR03Strt - */ -#define XFPD_XMPU_CFG_R03_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000130UL ) -#define XFPD_XMPU_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR03End - */ -#define XFPD_XMPU_CFG_R03_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000134UL ) -#define XFPD_XMPU_CFG_R03_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R03_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R03_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR03Mstr - */ -#define XFPD_XMPU_CFG_R03_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000138UL ) -#define XFPD_XMPU_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R03_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R03_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR03 - */ -#define XFPD_XMPU_CFG_R03 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000013CUL ) -#define XFPD_XMPU_CFG_R03_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R03_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R03_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R03_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R03_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R03_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R03_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R03_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R03_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R03_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R03_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R03_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R03_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR04Strt - */ -#define XFPD_XMPU_CFG_R04_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000140UL ) -#define XFPD_XMPU_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR04End - */ -#define XFPD_XMPU_CFG_R04_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000144UL ) -#define XFPD_XMPU_CFG_R04_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R04_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R04_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR04Mstr - */ -#define XFPD_XMPU_CFG_R04_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000148UL ) -#define XFPD_XMPU_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R04_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R04_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR04 - */ -#define XFPD_XMPU_CFG_R04 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000014CUL ) -#define XFPD_XMPU_CFG_R04_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R04_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R04_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R04_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R04_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R04_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R04_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R04_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R04_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R04_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R04_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R04_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R04_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR05Strt - */ -#define XFPD_XMPU_CFG_R05_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000150UL ) -#define XFPD_XMPU_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR05End - */ -#define XFPD_XMPU_CFG_R05_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000154UL ) -#define XFPD_XMPU_CFG_R05_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R05_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R05_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR05Mstr - */ -#define XFPD_XMPU_CFG_R05_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000158UL ) -#define XFPD_XMPU_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R05_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R05_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR05 - */ -#define XFPD_XMPU_CFG_R05 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000015CUL ) -#define XFPD_XMPU_CFG_R05_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R05_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R05_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R05_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R05_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R05_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R05_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R05_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R05_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R05_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R05_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R05_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R05_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR06Strt - */ -#define XFPD_XMPU_CFG_R06_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000160UL ) -#define XFPD_XMPU_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR06End - */ -#define XFPD_XMPU_CFG_R06_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000164UL ) -#define XFPD_XMPU_CFG_R06_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R06_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R06_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR06Mstr - */ -#define XFPD_XMPU_CFG_R06_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000168UL ) -#define XFPD_XMPU_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R06_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R06_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR06 - */ -#define XFPD_XMPU_CFG_R06 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000016CUL ) -#define XFPD_XMPU_CFG_R06_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R06_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R06_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R06_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R06_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R06_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R06_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R06_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R06_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R06_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R06_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R06_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R06_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR07Strt - */ -#define XFPD_XMPU_CFG_R07_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000170UL ) -#define XFPD_XMPU_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR07End - */ -#define XFPD_XMPU_CFG_R07_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000174UL ) -#define XFPD_XMPU_CFG_R07_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R07_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R07_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR07Mstr - */ -#define XFPD_XMPU_CFG_R07_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000178UL ) -#define XFPD_XMPU_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R07_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R07_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR07 - */ -#define XFPD_XMPU_CFG_R07 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000017CUL ) -#define XFPD_XMPU_CFG_R07_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R07_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R07_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R07_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R07_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R07_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R07_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R07_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R07_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R07_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R07_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R07_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R07_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR08Strt - */ -#define XFPD_XMPU_CFG_R08_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000180UL ) -#define XFPD_XMPU_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR08End - */ -#define XFPD_XMPU_CFG_R08_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000184UL ) -#define XFPD_XMPU_CFG_R08_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R08_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R08_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR08Mstr - */ -#define XFPD_XMPU_CFG_R08_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000188UL ) -#define XFPD_XMPU_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R08_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R08_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR08 - */ -#define XFPD_XMPU_CFG_R08 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000018CUL ) -#define XFPD_XMPU_CFG_R08_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R08_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R08_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R08_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R08_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R08_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R08_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R08_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R08_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R08_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R08_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R08_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R08_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR09Strt - */ -#define XFPD_XMPU_CFG_R09_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000190UL ) -#define XFPD_XMPU_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR09End - */ -#define XFPD_XMPU_CFG_R09_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000194UL ) -#define XFPD_XMPU_CFG_R09_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R09_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R09_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR09Mstr - */ -#define XFPD_XMPU_CFG_R09_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000198UL ) -#define XFPD_XMPU_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R09_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R09_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR09 - */ -#define XFPD_XMPU_CFG_R09 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000019CUL ) -#define XFPD_XMPU_CFG_R09_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R09_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R09_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R09_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R09_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R09_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R09_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R09_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R09_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R09_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R09_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R09_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R09_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR10Strt - */ -#define XFPD_XMPU_CFG_R10_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001A0UL ) -#define XFPD_XMPU_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR10End - */ -#define XFPD_XMPU_CFG_R10_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001A4UL ) -#define XFPD_XMPU_CFG_R10_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R10_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R10_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR10Mstr - */ -#define XFPD_XMPU_CFG_R10_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001A8UL ) -#define XFPD_XMPU_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R10_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R10_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR10 - */ -#define XFPD_XMPU_CFG_R10 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001ACUL ) -#define XFPD_XMPU_CFG_R10_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R10_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R10_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R10_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R10_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R10_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R10_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R10_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R10_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R10_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R10_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R10_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R10_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR11Strt - */ -#define XFPD_XMPU_CFG_R11_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001B0UL ) -#define XFPD_XMPU_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR11End - */ -#define XFPD_XMPU_CFG_R11_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001B4UL ) -#define XFPD_XMPU_CFG_R11_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R11_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R11_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR11Mstr - */ -#define XFPD_XMPU_CFG_R11_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001B8UL ) -#define XFPD_XMPU_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R11_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R11_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR11 - */ -#define XFPD_XMPU_CFG_R11 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001BCUL ) -#define XFPD_XMPU_CFG_R11_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R11_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R11_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R11_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R11_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R11_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R11_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R11_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R11_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R11_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R11_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R11_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R11_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR12Strt - */ -#define XFPD_XMPU_CFG_R12_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001C0UL ) -#define XFPD_XMPU_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR12End - */ -#define XFPD_XMPU_CFG_R12_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001C4UL ) -#define XFPD_XMPU_CFG_R12_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R12_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R12_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR12Mstr - */ -#define XFPD_XMPU_CFG_R12_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001C8UL ) -#define XFPD_XMPU_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R12_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R12_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR12 - */ -#define XFPD_XMPU_CFG_R12 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001CCUL ) -#define XFPD_XMPU_CFG_R12_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R12_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R12_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R12_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R12_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R12_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R12_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R12_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R12_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R12_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R12_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R12_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R12_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR13Strt - */ -#define XFPD_XMPU_CFG_R13_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001D0UL ) -#define XFPD_XMPU_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR13End - */ -#define XFPD_XMPU_CFG_R13_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001D4UL ) -#define XFPD_XMPU_CFG_R13_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R13_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R13_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR13Mstr - */ -#define XFPD_XMPU_CFG_R13_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001D8UL ) -#define XFPD_XMPU_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R13_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R13_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR13 - */ -#define XFPD_XMPU_CFG_R13 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001DCUL ) -#define XFPD_XMPU_CFG_R13_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R13_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R13_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R13_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R13_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R13_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R13_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R13_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R13_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R13_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R13_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R13_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R13_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR14Strt - */ -#define XFPD_XMPU_CFG_R14_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001E0UL ) -#define XFPD_XMPU_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR14End - */ -#define XFPD_XMPU_CFG_R14_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001E4UL ) -#define XFPD_XMPU_CFG_R14_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R14_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R14_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR14Mstr - */ -#define XFPD_XMPU_CFG_R14_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001E8UL ) -#define XFPD_XMPU_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R14_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R14_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR14 - */ -#define XFPD_XMPU_CFG_R14 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001ECUL ) -#define XFPD_XMPU_CFG_R14_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R14_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R14_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R14_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R14_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R14_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R14_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R14_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R14_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R14_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R14_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R14_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R14_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR15Strt - */ -#define XFPD_XMPU_CFG_R15_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001F0UL ) -#define XFPD_XMPU_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR15End - */ -#define XFPD_XMPU_CFG_R15_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001F4UL ) -#define XFPD_XMPU_CFG_R15_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R15_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R15_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR15Mstr - */ -#define XFPD_XMPU_CFG_R15_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001F8UL ) -#define XFPD_XMPU_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R15_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R15_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR15 - */ -#define XFPD_XMPU_CFG_R15 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001FCUL ) -#define XFPD_XMPU_CFG_R15_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R15_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R15_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R15_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R15_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R15_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R15_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R15_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R15_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R15_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R15_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R15_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R15_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_XMPU_CFG_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_xmpu_sink.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_xmpu_sink.h deleted file mode 100644 index 454e534..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_xmpu_sink.h +++ /dev/null @@ -1,92 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_XMPU_SINK_H__ -#define __XFPD_XMPU_SINK_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XfpdXmpuSink Base Address - */ -#define XFPD_XMPU_SINK_BASEADDR 0xFD4F0000UL - -/** - * Register: XfpdXmpuSinkErrSts - */ -#define XFPD_XMPU_SINK_ERR_STS ( ( XFPD_XMPU_SINK_BASEADDR ) + 0x0000FF00UL ) -#define XFPD_XMPU_SINK_ERR_STS_RSTVAL 0x00000000UL - -#define XFPD_XMPU_SINK_ERR_STS_RDWR_SHIFT 31UL -#define XFPD_XMPU_SINK_ERR_STS_RDWR_WIDTH 1UL -#define XFPD_XMPU_SINK_ERR_STS_RDWR_MASK 0x80000000UL -#define XFPD_XMPU_SINK_ERR_STS_RDWR_DEFVAL 0x0UL - -#define XFPD_XMPU_SINK_ERR_STS_ADDR_SHIFT 0UL -#define XFPD_XMPU_SINK_ERR_STS_ADDR_WIDTH 12UL -#define XFPD_XMPU_SINK_ERR_STS_ADDR_MASK 0x00000fffUL -#define XFPD_XMPU_SINK_ERR_STS_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuSinkIsr - */ -#define XFPD_XMPU_SINK_ISR ( ( XFPD_XMPU_SINK_BASEADDR ) + 0x0000FF10UL ) -#define XFPD_XMPU_SINK_ISR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_SINK_ISRADDRDECDERR_SHIFT 0UL -#define XFPD_XMPU_SINK_ISRADDRDECDERR_WIDTH 1UL -#define XFPD_XMPU_SINK_ISRADDRDECDERR_MASK 0x00000001UL -#define XFPD_XMPU_SINK_ISRADDRDECDERR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuSinkImr - */ -#define XFPD_XMPU_SINK_IMR ( ( XFPD_XMPU_SINK_BASEADDR ) + 0x0000FF14UL ) -#define XFPD_XMPU_SINK_IMR_RSTVAL 0x00000001UL - -#define XFPD_XMPU_SINK_IMRADDRDECDERR_SHIFT 0UL -#define XFPD_XMPU_SINK_IMRADDRDECDERR_WIDTH 1UL -#define XFPD_XMPU_SINK_IMRADDRDECDERR_MASK 0x00000001UL -#define XFPD_XMPU_SINK_IMRADDRDECDERR_DEFVAL 0x1UL - -/** - * Register: XfpdXmpuSinkIer - */ -#define XFPD_XMPU_SINK_IER ( ( XFPD_XMPU_SINK_BASEADDR ) + 0x0000FF18UL ) -#define XFPD_XMPU_SINK_IER_RSTVAL 0x00000000UL - -#define XFPD_XMPU_SINK_IERADDRDECDERR_SHIFT 0UL -#define XFPD_XMPU_SINK_IERADDRDECDERR_WIDTH 1UL -#define XFPD_XMPU_SINK_IERADDRDECDERR_MASK 0x00000001UL -#define XFPD_XMPU_SINK_IERADDRDECDERR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuSinkIdr - */ -#define XFPD_XMPU_SINK_IDR ( ( XFPD_XMPU_SINK_BASEADDR ) + 0x0000FF1CUL ) -#define XFPD_XMPU_SINK_IDR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_SINK_IDRADDRDECDERR_SHIFT 0UL -#define XFPD_XMPU_SINK_IDRADDRDECDERR_WIDTH 1UL -#define XFPD_XMPU_SINK_IDRADDRDECDERR_MASK 0x00000001UL -#define XFPD_XMPU_SINK_IDRADDRDECDERR_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_XMPU_SINK_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xiou_secure_slcr.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xiou_secure_slcr.h deleted file mode 100644 index a06f161..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xiou_secure_slcr.h +++ /dev/null @@ -1,185 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XIOU_SECURE_SLCR_H__ -#define __XIOU_SECURE_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XiouSecureSlcr Base Address - */ -#define XIOU_SECURE_SLCR_BASEADDR 0xFF240000UL - -/** - * Register: XiouSecSlcrAxiWprtcn - */ -#define XIOU_SEC_SLCR_AXI_WPRTCN ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000000UL ) -#define XIOU_SEC_SLCR_AXI_WPRTCN_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XQSPIPSAXI_AWPROT_SHIFT 25UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XQSPIPSAXI_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XQSPIPSAXI_AWPROT_MASK 0x0e000000UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XQSPIPSAXI_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XNANDPS8_AWPROT_SHIFT 22UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XNANDPS8_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XNANDPS8_AWPROT_MASK 0x01c00000UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XNANDPS8_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_SHIFT 19UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_MASK 0x00380000UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_SHIFT 16UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_MASK 0x00070000UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_SHIFT 9UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_MASK 0x00000e00UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_SHIFT 6UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_MASK 0x000001c0UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_SHIFT 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_MASK 0x00000038UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_SHIFT 0UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_MASK 0x00000007UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_DEFVAL 0x0UL - -/** - * Register: XiouSecSlcrAxiRprtcn - */ -#define XIOU_SEC_SLCR_AXI_RPRTCN ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000004UL ) -#define XIOU_SEC_SLCR_AXI_RPRTCN_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XNANDPS8_ARPROT_SHIFT 22UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XNANDPS8_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XNANDPS8_ARPROT_MASK 0x01c00000UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XNANDPS8_ARPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_SHIFT 19UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_MASK 0x00380000UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_SHIFT 16UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_MASK 0x00070000UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_SHIFT 9UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_MASK 0x00000e00UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_SHIFT 6UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_MASK 0x000001c0UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_SHIFT 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_MASK 0x00000038UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_SHIFT 0UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_MASK 0x00000007UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_DEFVAL 0x0UL - -/** - * Register: XiouSecSlcrCtrl - */ -#define XIOU_SEC_SLCR_CTRL ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000040UL ) -#define XIOU_SEC_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XIOU_SEC_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XIOU_SEC_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XIOU_SEC_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XiouSecSlcrIsr - */ -#define XIOU_SEC_SLCR_ISR ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000044UL ) -#define XIOU_SEC_SLCR_ISR_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_ISR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SEC_SLCR_ISR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SEC_SLCR_ISR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SEC_SLCR_ISR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XiouSecSlcrImr - */ -#define XIOU_SEC_SLCR_IMR ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000048UL ) -#define XIOU_SEC_SLCR_IMR_RSTVAL 0x00000001UL - -#define XIOU_SEC_SLCR_IMR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SEC_SLCR_IMR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SEC_SLCR_IMR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SEC_SLCR_IMR_ADDR_DECD_ERR_DEFVAL 0x1UL - -/** - * Register: XiouSecSlcrIer - */ -#define XIOU_SEC_SLCR_IER ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XIOU_SEC_SLCR_IER_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_IER_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SEC_SLCR_IER_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SEC_SLCR_IER_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SEC_SLCR_IER_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XiouSecSlcrIdr - */ -#define XIOU_SEC_SLCR_IDR ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000050UL ) -#define XIOU_SEC_SLCR_IDR_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_IDR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SEC_SLCR_IDR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SEC_SLCR_IDR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SEC_SLCR_IDR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XiouSecSlcrItr - */ -#define XIOU_SEC_SLCR_ITR ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000054UL ) -#define XIOU_SEC_SLCR_ITR_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_ITR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SEC_SLCR_ITR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SEC_SLCR_ITR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SEC_SLCR_ITR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XIOU_SECURE_SLCR_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xiou_slcr.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xiou_slcr.h deleted file mode 100644 index 9806bea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xiou_slcr.h +++ /dev/null @@ -1,4040 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XIOU_SLCR_H__ -#define __XIOU_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XiouSlcr Base Address - */ -#define XIOU_SLCR_BASEADDR 0xFF180000UL - -/** - * Register: XiouSlcrMioPin0 - */ -#define XIOU_SLCR_MIO_PIN_0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000000UL ) -#define XIOU_SLCR_MIO_PIN_0_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_0_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_0_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_0_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_0_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_0_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_0_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_0_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_0_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_0_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_0_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_0_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_0_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_0_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_0_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_0_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_0_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin1 - */ -#define XIOU_SLCR_MIO_PIN_1 ( ( XIOU_SLCR_BASEADDR ) + 0x00000004UL ) -#define XIOU_SLCR_MIO_PIN_1_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_1_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_1_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_1_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_1_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_1_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_1_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_1_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_1_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_1_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_1_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_1_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_1_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_1_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_1_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_1_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_1_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin2 - */ -#define XIOU_SLCR_MIO_PIN_2 ( ( XIOU_SLCR_BASEADDR ) + 0x00000008UL ) -#define XIOU_SLCR_MIO_PIN_2_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_2_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_2_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_2_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_2_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_2_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_2_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_2_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_2_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_2_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_2_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_2_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_2_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_2_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_2_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_2_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_2_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin3 - */ -#define XIOU_SLCR_MIO_PIN_3 ( ( XIOU_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XIOU_SLCR_MIO_PIN_3_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_3_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_3_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_3_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_3_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_3_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_3_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_3_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_3_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_3_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_3_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_3_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_3_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_3_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_3_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_3_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_3_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin4 - */ -#define XIOU_SLCR_MIO_PIN_4 ( ( XIOU_SLCR_BASEADDR ) + 0x00000010UL ) -#define XIOU_SLCR_MIO_PIN_4_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_4_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_4_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_4_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_4_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_4_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_4_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_4_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_4_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_4_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_4_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_4_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_4_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_4_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_4_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_4_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_4_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin5 - */ -#define XIOU_SLCR_MIO_PIN_5 ( ( XIOU_SLCR_BASEADDR ) + 0x00000014UL ) -#define XIOU_SLCR_MIO_PIN_5_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_5_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_5_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_5_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_5_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_5_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_5_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_5_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_5_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_5_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_5_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_5_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_5_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_5_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_5_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_5_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_5_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin6 - */ -#define XIOU_SLCR_MIO_PIN_6 ( ( XIOU_SLCR_BASEADDR ) + 0x00000018UL ) -#define XIOU_SLCR_MIO_PIN_6_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_6_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_6_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_6_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_6_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_6_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_6_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_6_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_6_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_6_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_6_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_6_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_6_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_6_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_6_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_6_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_6_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin7 - */ -#define XIOU_SLCR_MIO_PIN_7 ( ( XIOU_SLCR_BASEADDR ) + 0x0000001CUL ) -#define XIOU_SLCR_MIO_PIN_7_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_7_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_7_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_7_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_7_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_7_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_7_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_7_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_7_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_7_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_7_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_7_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_7_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_7_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_7_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_7_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_7_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin8 - */ -#define XIOU_SLCR_MIO_PIN_8 ( ( XIOU_SLCR_BASEADDR ) + 0x00000020UL ) -#define XIOU_SLCR_MIO_PIN_8_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_8_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_8_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_8_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_8_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_8_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_8_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_8_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_8_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_8_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_8_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_8_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_8_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_8_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_8_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_8_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_8_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin9 - */ -#define XIOU_SLCR_MIO_PIN_9 ( ( XIOU_SLCR_BASEADDR ) + 0x00000024UL ) -#define XIOU_SLCR_MIO_PIN_9_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_9_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_9_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_9_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_9_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_9_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_9_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_9_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_9_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_9_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_9_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_9_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_9_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_9_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_9_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_9_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_9_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin10 - */ -#define XIOU_SLCR_MIO_PIN_10 ( ( XIOU_SLCR_BASEADDR ) + 0x00000028UL ) -#define XIOU_SLCR_MIO_PIN_10_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_10_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_10_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_10_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_10_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_10_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_10_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_10_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_10_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_10_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_10_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_10_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_10_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_10_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_10_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_10_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_10_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin11 - */ -#define XIOU_SLCR_MIO_PIN_11 ( ( XIOU_SLCR_BASEADDR ) + 0x0000002CUL ) -#define XIOU_SLCR_MIO_PIN_11_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_11_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_11_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_11_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_11_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_11_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_11_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_11_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_11_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_11_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_11_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_11_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_11_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_11_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_11_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_11_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_11_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin12 - */ -#define XIOU_SLCR_MIO_PIN_12 ( ( XIOU_SLCR_BASEADDR ) + 0x00000030UL ) -#define XIOU_SLCR_MIO_PIN_12_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_12_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_12_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_12_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_12_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_12_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_12_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_12_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_12_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_12_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_12_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_12_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_12_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_12_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_12_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_12_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_12_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin13 - */ -#define XIOU_SLCR_MIO_PIN_13 ( ( XIOU_SLCR_BASEADDR ) + 0x00000034UL ) -#define XIOU_SLCR_MIO_PIN_13_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_13_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_13_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_13_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_13_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_13_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_13_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_13_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_13_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_13_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_13_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_13_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_13_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_13_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_13_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_13_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_13_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin14 - */ -#define XIOU_SLCR_MIO_PIN_14 ( ( XIOU_SLCR_BASEADDR ) + 0x00000038UL ) -#define XIOU_SLCR_MIO_PIN_14_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_14_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_14_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_14_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_14_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_14_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_14_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_14_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_14_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_14_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_14_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_14_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_14_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_14_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_14_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_14_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_14_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin15 - */ -#define XIOU_SLCR_MIO_PIN_15 ( ( XIOU_SLCR_BASEADDR ) + 0x0000003CUL ) -#define XIOU_SLCR_MIO_PIN_15_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_15_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_15_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_15_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_15_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_15_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_15_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_15_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_15_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_15_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_15_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_15_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_15_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_15_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_15_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_15_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_15_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin16 - */ -#define XIOU_SLCR_MIO_PIN_16 ( ( XIOU_SLCR_BASEADDR ) + 0x00000040UL ) -#define XIOU_SLCR_MIO_PIN_16_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_16_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_16_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_16_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_16_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_16_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_16_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_16_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_16_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_16_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_16_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_16_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_16_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_16_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_16_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_16_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_16_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin17 - */ -#define XIOU_SLCR_MIO_PIN_17 ( ( XIOU_SLCR_BASEADDR ) + 0x00000044UL ) -#define XIOU_SLCR_MIO_PIN_17_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_17_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_17_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_17_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_17_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_17_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_17_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_17_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_17_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_17_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_17_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_17_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_17_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_17_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_17_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_17_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_17_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin18 - */ -#define XIOU_SLCR_MIO_PIN_18 ( ( XIOU_SLCR_BASEADDR ) + 0x00000048UL ) -#define XIOU_SLCR_MIO_PIN_18_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_18_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_18_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_18_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_18_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_18_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_18_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_18_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_18_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_18_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_18_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_18_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_18_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_18_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_18_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_18_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_18_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin19 - */ -#define XIOU_SLCR_MIO_PIN_19 ( ( XIOU_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XIOU_SLCR_MIO_PIN_19_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_19_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_19_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_19_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_19_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_19_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_19_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_19_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_19_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_19_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_19_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_19_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_19_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_19_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_19_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_19_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_19_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin20 - */ -#define XIOU_SLCR_MIO_PIN_20 ( ( XIOU_SLCR_BASEADDR ) + 0x00000050UL ) -#define XIOU_SLCR_MIO_PIN_20_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_20_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_20_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_20_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_20_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_20_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_20_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_20_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_20_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_20_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_20_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_20_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_20_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_20_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_20_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_20_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_20_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin21 - */ -#define XIOU_SLCR_MIO_PIN_21 ( ( XIOU_SLCR_BASEADDR ) + 0x00000054UL ) -#define XIOU_SLCR_MIO_PIN_21_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_21_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_21_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_21_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_21_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_21_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_21_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_21_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_21_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_21_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_21_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_21_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_21_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_21_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_21_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_21_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_21_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin22 - */ -#define XIOU_SLCR_MIO_PIN_22 ( ( XIOU_SLCR_BASEADDR ) + 0x00000058UL ) -#define XIOU_SLCR_MIO_PIN_22_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_22_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_22_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_22_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_22_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_22_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_22_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_22_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_22_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_22_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_22_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_22_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_22_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_22_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_22_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_22_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_22_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin23 - */ -#define XIOU_SLCR_MIO_PIN_23 ( ( XIOU_SLCR_BASEADDR ) + 0x0000005CUL ) -#define XIOU_SLCR_MIO_PIN_23_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_23_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_23_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_23_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_23_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_23_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_23_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_23_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_23_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_23_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_23_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_23_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_23_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_23_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_23_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_23_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_23_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin24 - */ -#define XIOU_SLCR_MIO_PIN_24 ( ( XIOU_SLCR_BASEADDR ) + 0x00000060UL ) -#define XIOU_SLCR_MIO_PIN_24_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_24_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_24_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_24_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_24_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_24_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_24_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_24_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_24_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_24_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_24_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_24_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_24_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_24_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_24_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_24_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_24_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin25 - */ -#define XIOU_SLCR_MIO_PIN_25 ( ( XIOU_SLCR_BASEADDR ) + 0x00000064UL ) -#define XIOU_SLCR_MIO_PIN_25_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_25_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_25_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_25_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_25_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_25_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_25_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_25_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_25_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_25_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_25_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_25_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_25_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_25_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_25_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_25_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_25_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin26 - */ -#define XIOU_SLCR_MIO_PIN_26 ( ( XIOU_SLCR_BASEADDR ) + 0x00000068UL ) -#define XIOU_SLCR_MIO_PIN_26_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_26_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_26_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_26_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_26_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_26_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_26_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_26_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_26_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_26_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_26_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_26_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_26_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_26_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_26_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_26_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_26_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin27 - */ -#define XIOU_SLCR_MIO_PIN_27 ( ( XIOU_SLCR_BASEADDR ) + 0x0000006CUL ) -#define XIOU_SLCR_MIO_PIN_27_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_27_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_27_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_27_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_27_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_27_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_27_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_27_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_27_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_27_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_27_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_27_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_27_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_27_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_27_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_27_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_27_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin28 - */ -#define XIOU_SLCR_MIO_PIN_28 ( ( XIOU_SLCR_BASEADDR ) + 0x00000070UL ) -#define XIOU_SLCR_MIO_PIN_28_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_28_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_28_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_28_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_28_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_28_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_28_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_28_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_28_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_28_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_28_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_28_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_28_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_28_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_28_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_28_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_28_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin29 - */ -#define XIOU_SLCR_MIO_PIN_29 ( ( XIOU_SLCR_BASEADDR ) + 0x00000074UL ) -#define XIOU_SLCR_MIO_PIN_29_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_29_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_29_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_29_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_29_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_29_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_29_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_29_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_29_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_29_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_29_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_29_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_29_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_29_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_29_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_29_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_29_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin30 - */ -#define XIOU_SLCR_MIO_PIN_30 ( ( XIOU_SLCR_BASEADDR ) + 0x00000078UL ) -#define XIOU_SLCR_MIO_PIN_30_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_30_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_30_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_30_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_30_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_30_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_30_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_30_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_30_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_30_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_30_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_30_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_30_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_30_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_30_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_30_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_30_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin31 - */ -#define XIOU_SLCR_MIO_PIN_31 ( ( XIOU_SLCR_BASEADDR ) + 0x0000007CUL ) -#define XIOU_SLCR_MIO_PIN_31_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_31_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_31_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_31_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_31_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_31_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_31_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_31_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_31_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_31_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_31_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_31_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_31_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_31_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_31_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_31_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_31_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin32 - */ -#define XIOU_SLCR_MIO_PIN_32 ( ( XIOU_SLCR_BASEADDR ) + 0x00000080UL ) -#define XIOU_SLCR_MIO_PIN_32_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_32_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_32_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_32_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_32_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_32_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_32_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_32_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_32_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_32_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_32_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_32_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_32_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_32_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_32_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_32_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_32_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin33 - */ -#define XIOU_SLCR_MIO_PIN_33 ( ( XIOU_SLCR_BASEADDR ) + 0x00000084UL ) -#define XIOU_SLCR_MIO_PIN_33_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_33_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_33_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_33_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_33_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_33_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_33_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_33_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_33_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_33_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_33_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_33_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_33_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_33_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_33_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_33_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_33_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin34 - */ -#define XIOU_SLCR_MIO_PIN_34 ( ( XIOU_SLCR_BASEADDR ) + 0x00000088UL ) -#define XIOU_SLCR_MIO_PIN_34_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_34_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_34_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_34_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_34_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_34_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_34_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_34_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_34_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_34_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_34_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_34_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_34_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_34_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_34_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_34_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_34_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin35 - */ -#define XIOU_SLCR_MIO_PIN_35 ( ( XIOU_SLCR_BASEADDR ) + 0x0000008CUL ) -#define XIOU_SLCR_MIO_PIN_35_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_35_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_35_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_35_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_35_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_35_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_35_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_35_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_35_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_35_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_35_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_35_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_35_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_35_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_35_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_35_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_35_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin36 - */ -#define XIOU_SLCR_MIO_PIN_36 ( ( XIOU_SLCR_BASEADDR ) + 0x00000090UL ) -#define XIOU_SLCR_MIO_PIN_36_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_36_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_36_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_36_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_36_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_36_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_36_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_36_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_36_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_36_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_36_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_36_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_36_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_36_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_36_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_36_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_36_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin37 - */ -#define XIOU_SLCR_MIO_PIN_37 ( ( XIOU_SLCR_BASEADDR ) + 0x00000094UL ) -#define XIOU_SLCR_MIO_PIN_37_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_37_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_37_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_37_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_37_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_37_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_37_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_37_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_37_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_37_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_37_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_37_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_37_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_37_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_37_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_37_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_37_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin38 - */ -#define XIOU_SLCR_MIO_PIN_38 ( ( XIOU_SLCR_BASEADDR ) + 0x00000098UL ) -#define XIOU_SLCR_MIO_PIN_38_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_38_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_38_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_38_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_38_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_38_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_38_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_38_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_38_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_38_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_38_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_38_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_38_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_38_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_38_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_38_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_38_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin39 - */ -#define XIOU_SLCR_MIO_PIN_39 ( ( XIOU_SLCR_BASEADDR ) + 0x0000009CUL ) -#define XIOU_SLCR_MIO_PIN_39_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_39_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_39_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_39_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_39_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_39_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_39_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_39_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_39_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_39_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_39_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_39_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_39_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_39_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_39_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_39_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_39_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin40 - */ -#define XIOU_SLCR_MIO_PIN_40 ( ( XIOU_SLCR_BASEADDR ) + 0x000000A0UL ) -#define XIOU_SLCR_MIO_PIN_40_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_40_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_40_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_40_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_40_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_40_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_40_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_40_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_40_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_40_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_40_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_40_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_40_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_40_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_40_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_40_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_40_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin41 - */ -#define XIOU_SLCR_MIO_PIN_41 ( ( XIOU_SLCR_BASEADDR ) + 0x000000A4UL ) -#define XIOU_SLCR_MIO_PIN_41_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_41_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_41_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_41_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_41_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_41_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_41_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_41_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_41_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_41_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_41_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_41_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_41_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_41_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_41_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_41_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_41_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin42 - */ -#define XIOU_SLCR_MIO_PIN_42 ( ( XIOU_SLCR_BASEADDR ) + 0x000000A8UL ) -#define XIOU_SLCR_MIO_PIN_42_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_42_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_42_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_42_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_42_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_42_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_42_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_42_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_42_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_42_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_42_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_42_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_42_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_42_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_42_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_42_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_42_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin43 - */ -#define XIOU_SLCR_MIO_PIN_43 ( ( XIOU_SLCR_BASEADDR ) + 0x000000ACUL ) -#define XIOU_SLCR_MIO_PIN_43_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_43_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_43_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_43_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_43_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_43_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_43_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_43_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_43_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_43_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_43_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_43_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_43_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_43_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_43_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_43_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_43_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin44 - */ -#define XIOU_SLCR_MIO_PIN_44 ( ( XIOU_SLCR_BASEADDR ) + 0x000000B0UL ) -#define XIOU_SLCR_MIO_PIN_44_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_44_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_44_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_44_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_44_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_44_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_44_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_44_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_44_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_44_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_44_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_44_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_44_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_44_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_44_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_44_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_44_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin45 - */ -#define XIOU_SLCR_MIO_PIN_45 ( ( XIOU_SLCR_BASEADDR ) + 0x000000B4UL ) -#define XIOU_SLCR_MIO_PIN_45_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_45_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_45_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_45_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_45_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_45_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_45_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_45_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_45_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_45_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_45_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_45_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_45_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_45_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_45_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_45_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_45_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin46 - */ -#define XIOU_SLCR_MIO_PIN_46 ( ( XIOU_SLCR_BASEADDR ) + 0x000000B8UL ) -#define XIOU_SLCR_MIO_PIN_46_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_46_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_46_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_46_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_46_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_46_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_46_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_46_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_46_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_46_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_46_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_46_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_46_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_46_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_46_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_46_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_46_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin47 - */ -#define XIOU_SLCR_MIO_PIN_47 ( ( XIOU_SLCR_BASEADDR ) + 0x000000BCUL ) -#define XIOU_SLCR_MIO_PIN_47_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_47_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_47_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_47_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_47_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_47_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_47_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_47_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_47_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_47_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_47_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_47_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_47_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_47_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_47_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_47_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_47_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin48 - */ -#define XIOU_SLCR_MIO_PIN_48 ( ( XIOU_SLCR_BASEADDR ) + 0x000000C0UL ) -#define XIOU_SLCR_MIO_PIN_48_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_48_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_48_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_48_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_48_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_48_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_48_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_48_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_48_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_48_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_48_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_48_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_48_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_48_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_48_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_48_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_48_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin49 - */ -#define XIOU_SLCR_MIO_PIN_49 ( ( XIOU_SLCR_BASEADDR ) + 0x000000C4UL ) -#define XIOU_SLCR_MIO_PIN_49_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_49_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_49_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_49_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_49_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_49_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_49_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_49_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_49_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_49_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_49_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_49_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_49_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_49_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_49_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_49_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_49_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin50 - */ -#define XIOU_SLCR_MIO_PIN_50 ( ( XIOU_SLCR_BASEADDR ) + 0x000000C8UL ) -#define XIOU_SLCR_MIO_PIN_50_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_50_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_50_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_50_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_50_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_50_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_50_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_50_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_50_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_50_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_50_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_50_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_50_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_50_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_50_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_50_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_50_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin51 - */ -#define XIOU_SLCR_MIO_PIN_51 ( ( XIOU_SLCR_BASEADDR ) + 0x000000CCUL ) -#define XIOU_SLCR_MIO_PIN_51_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_51_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_51_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_51_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_51_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_51_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_51_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_51_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_51_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_51_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_51_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_51_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_51_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_51_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_51_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_51_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_51_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin52 - */ -#define XIOU_SLCR_MIO_PIN_52 ( ( XIOU_SLCR_BASEADDR ) + 0x000000D0UL ) -#define XIOU_SLCR_MIO_PIN_52_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_52_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_52_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_52_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_52_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_52_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_52_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_52_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_52_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_52_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_52_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_52_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_52_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_52_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_52_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_52_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_52_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin53 - */ -#define XIOU_SLCR_MIO_PIN_53 ( ( XIOU_SLCR_BASEADDR ) + 0x000000D4UL ) -#define XIOU_SLCR_MIO_PIN_53_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_53_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_53_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_53_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_53_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_53_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_53_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_53_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_53_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_53_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_53_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_53_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_53_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_53_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_53_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_53_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_53_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin54 - */ -#define XIOU_SLCR_MIO_PIN_54 ( ( XIOU_SLCR_BASEADDR ) + 0x000000D8UL ) -#define XIOU_SLCR_MIO_PIN_54_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_54_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_54_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_54_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_54_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_54_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_54_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_54_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_54_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_54_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_54_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_54_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_54_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_54_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_54_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_54_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_54_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin55 - */ -#define XIOU_SLCR_MIO_PIN_55 ( ( XIOU_SLCR_BASEADDR ) + 0x000000DCUL ) -#define XIOU_SLCR_MIO_PIN_55_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_55_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_55_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_55_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_55_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_55_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_55_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_55_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_55_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_55_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_55_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_55_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_55_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_55_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_55_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_55_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_55_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin56 - */ -#define XIOU_SLCR_MIO_PIN_56 ( ( XIOU_SLCR_BASEADDR ) + 0x000000E0UL ) -#define XIOU_SLCR_MIO_PIN_56_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_56_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_56_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_56_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_56_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_56_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_56_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_56_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_56_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_56_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_56_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_56_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_56_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_56_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_56_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_56_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_56_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin57 - */ -#define XIOU_SLCR_MIO_PIN_57 ( ( XIOU_SLCR_BASEADDR ) + 0x000000E4UL ) -#define XIOU_SLCR_MIO_PIN_57_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_57_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_57_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_57_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_57_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_57_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_57_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_57_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_57_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_57_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_57_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_57_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_57_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_57_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_57_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_57_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_57_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin58 - */ -#define XIOU_SLCR_MIO_PIN_58 ( ( XIOU_SLCR_BASEADDR ) + 0x000000E8UL ) -#define XIOU_SLCR_MIO_PIN_58_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_58_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_58_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_58_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_58_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_58_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_58_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_58_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_58_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_58_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_58_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_58_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_58_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_58_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_58_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_58_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_58_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin59 - */ -#define XIOU_SLCR_MIO_PIN_59 ( ( XIOU_SLCR_BASEADDR ) + 0x000000ECUL ) -#define XIOU_SLCR_MIO_PIN_59_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_59_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_59_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_59_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_59_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_59_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_59_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_59_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_59_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_59_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_59_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_59_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_59_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_59_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_59_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_59_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_59_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin60 - */ -#define XIOU_SLCR_MIO_PIN_60 ( ( XIOU_SLCR_BASEADDR ) + 0x000000F0UL ) -#define XIOU_SLCR_MIO_PIN_60_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_60_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_60_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_60_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_60_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_60_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_60_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_60_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_60_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_60_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_60_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_60_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_60_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_60_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_60_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_60_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_60_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin61 - */ -#define XIOU_SLCR_MIO_PIN_61 ( ( XIOU_SLCR_BASEADDR ) + 0x000000F4UL ) -#define XIOU_SLCR_MIO_PIN_61_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_61_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_61_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_61_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_61_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_61_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_61_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_61_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_61_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_61_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_61_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_61_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_61_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_61_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_61_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_61_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_61_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin62 - */ -#define XIOU_SLCR_MIO_PIN_62 ( ( XIOU_SLCR_BASEADDR ) + 0x000000F8UL ) -#define XIOU_SLCR_MIO_PIN_62_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_62_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_62_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_62_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_62_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_62_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_62_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_62_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_62_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_62_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_62_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_62_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_62_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_62_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_62_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_62_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_62_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin63 - */ -#define XIOU_SLCR_MIO_PIN_63 ( ( XIOU_SLCR_BASEADDR ) + 0x000000FCUL ) -#define XIOU_SLCR_MIO_PIN_63_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_63_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_63_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_63_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_63_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_63_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_63_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_63_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_63_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_63_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_63_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_63_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_63_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_63_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_63_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_63_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_63_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin64 - */ -#define XIOU_SLCR_MIO_PIN_64 ( ( XIOU_SLCR_BASEADDR ) + 0x00000100UL ) -#define XIOU_SLCR_MIO_PIN_64_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_64_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_64_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_64_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_64_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_64_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_64_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_64_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_64_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_64_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_64_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_64_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_64_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_64_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_64_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_64_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_64_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin65 - */ -#define XIOU_SLCR_MIO_PIN_65 ( ( XIOU_SLCR_BASEADDR ) + 0x00000104UL ) -#define XIOU_SLCR_MIO_PIN_65_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_65_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_65_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_65_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_65_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_65_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_65_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_65_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_65_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_65_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_65_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_65_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_65_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_65_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_65_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_65_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_65_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin66 - */ -#define XIOU_SLCR_MIO_PIN_66 ( ( XIOU_SLCR_BASEADDR ) + 0x00000108UL ) -#define XIOU_SLCR_MIO_PIN_66_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_66_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_66_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_66_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_66_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_66_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_66_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_66_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_66_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_66_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_66_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_66_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_66_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_66_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_66_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_66_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_66_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin67 - */ -#define XIOU_SLCR_MIO_PIN_67 ( ( XIOU_SLCR_BASEADDR ) + 0x0000010CUL ) -#define XIOU_SLCR_MIO_PIN_67_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_67_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_67_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_67_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_67_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_67_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_67_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_67_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_67_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_67_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_67_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_67_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_67_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_67_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_67_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_67_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_67_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin68 - */ -#define XIOU_SLCR_MIO_PIN_68 ( ( XIOU_SLCR_BASEADDR ) + 0x00000110UL ) -#define XIOU_SLCR_MIO_PIN_68_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_68_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_68_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_68_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_68_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_68_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_68_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_68_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_68_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_68_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_68_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_68_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_68_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_68_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_68_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_68_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_68_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin69 - */ -#define XIOU_SLCR_MIO_PIN_69 ( ( XIOU_SLCR_BASEADDR ) + 0x00000114UL ) -#define XIOU_SLCR_MIO_PIN_69_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_69_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_69_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_69_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_69_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_69_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_69_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_69_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_69_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_69_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_69_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_69_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_69_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_69_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_69_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_69_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_69_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin70 - */ -#define XIOU_SLCR_MIO_PIN_70 ( ( XIOU_SLCR_BASEADDR ) + 0x00000118UL ) -#define XIOU_SLCR_MIO_PIN_70_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_70_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_70_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_70_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_70_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_70_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_70_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_70_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_70_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_70_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_70_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_70_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_70_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_70_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_70_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_70_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_70_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin71 - */ -#define XIOU_SLCR_MIO_PIN_71 ( ( XIOU_SLCR_BASEADDR ) + 0x0000011CUL ) -#define XIOU_SLCR_MIO_PIN_71_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_71_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_71_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_71_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_71_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_71_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_71_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_71_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_71_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_71_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_71_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_71_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_71_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_71_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_71_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_71_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_71_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin72 - */ -#define XIOU_SLCR_MIO_PIN_72 ( ( XIOU_SLCR_BASEADDR ) + 0x00000120UL ) -#define XIOU_SLCR_MIO_PIN_72_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_72_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_72_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_72_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_72_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_72_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_72_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_72_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_72_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_72_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_72_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_72_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_72_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_72_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_72_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_72_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_72_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin73 - */ -#define XIOU_SLCR_MIO_PIN_73 ( ( XIOU_SLCR_BASEADDR ) + 0x00000124UL ) -#define XIOU_SLCR_MIO_PIN_73_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_73_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_73_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_73_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_73_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_73_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_73_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_73_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_73_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_73_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_73_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_73_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_73_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_73_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_73_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_73_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_73_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin74 - */ -#define XIOU_SLCR_MIO_PIN_74 ( ( XIOU_SLCR_BASEADDR ) + 0x00000128UL ) -#define XIOU_SLCR_MIO_PIN_74_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_74_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_74_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_74_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_74_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_74_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_74_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_74_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_74_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_74_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_74_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_74_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_74_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_74_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_74_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_74_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_74_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin75 - */ -#define XIOU_SLCR_MIO_PIN_75 ( ( XIOU_SLCR_BASEADDR ) + 0x0000012CUL ) -#define XIOU_SLCR_MIO_PIN_75_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_75_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_75_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_75_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_75_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_75_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_75_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_75_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_75_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_75_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_75_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_75_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_75_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_75_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_75_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_75_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_75_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin76 - */ -#define XIOU_SLCR_MIO_PIN_76 ( ( XIOU_SLCR_BASEADDR ) + 0x00000130UL ) -#define XIOU_SLCR_MIO_PIN_76_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_76_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_76_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_76_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_76_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_76_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_76_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_76_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_76_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_76_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_76_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_76_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_76_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_76_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_76_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_76_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_76_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin77 - */ -#define XIOU_SLCR_MIO_PIN_77 ( ( XIOU_SLCR_BASEADDR ) + 0x00000134UL ) -#define XIOU_SLCR_MIO_PIN_77_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_77_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_77_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_77_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_77_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_77_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_77_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_77_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_77_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_77_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_77_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_77_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_77_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_77_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_77_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_77_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_77_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank0Ctrl0 - */ -#define XIOU_SLCR_BANK0_CTRL0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000138UL ) -#define XIOU_SLCR_BANK0_CTRL0_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK0_CTRL0_DRIVE0_SHIFT 0UL -#define XIOU_SLCR_BANK0_CTRL0_DRIVE0_WIDTH 26UL -#define XIOU_SLCR_BANK0_CTRL0_DRIVE0_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK0_CTRL0_DRIVE0_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank0Ctrl1 - */ -#define XIOU_SLCR_BANK0_CTRL1 ( ( XIOU_SLCR_BASEADDR ) + 0x0000013CUL ) -#define XIOU_SLCR_BANK0_CTRL1_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK0_CTRL1_DRIVE1_SHIFT 0UL -#define XIOU_SLCR_BANK0_CTRL1_DRIVE1_WIDTH 26UL -#define XIOU_SLCR_BANK0_CTRL1_DRIVE1_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK0_CTRL1_DRIVE1_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank0Ctrl3 - */ -#define XIOU_SLCR_BANK0_CTRL3 ( ( XIOU_SLCR_BASEADDR ) + 0x00000140UL ) -#define XIOU_SLCR_BANK0_CTRL3_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK0_CTRL3_SCHMITT_CMOS_N_SHIFT 0UL -#define XIOU_SLCR_BANK0_CTRL3_SCHMITT_CMOS_N_WIDTH 26UL -#define XIOU_SLCR_BANK0_CTRL3_SCHMITT_CMOS_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK0_CTRL3_SCHMITT_CMOS_N_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank0Ctrl4 - */ -#define XIOU_SLCR_BANK0_CTRL4 ( ( XIOU_SLCR_BASEADDR ) + 0x00000144UL ) -#define XIOU_SLCR_BANK0_CTRL4_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK0_CTRL4_PULLHILO_N_SHIFT 0UL -#define XIOU_SLCR_BANK0_CTRL4_PULLHILO_N_WIDTH 26UL -#define XIOU_SLCR_BANK0_CTRL4_PULLHILO_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK0_CTRL4_PULLHILO_N_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank0Ctrl5 - */ -#define XIOU_SLCR_BANK0_CTRL5 ( ( XIOU_SLCR_BASEADDR ) + 0x00000148UL ) -#define XIOU_SLCR_BANK0_CTRL5_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK0_CTRL5_PULL_EN_SHIFT 0UL -#define XIOU_SLCR_BANK0_CTRL5_PULL_EN_WIDTH 26UL -#define XIOU_SLCR_BANK0_CTRL5_PULL_EN_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK0_CTRL5_PULL_EN_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank0Ctrl6 - */ -#define XIOU_SLCR_BANK0_CTRL6 ( ( XIOU_SLCR_BASEADDR ) + 0x0000014CUL ) -#define XIOU_SLCR_BANK0_CTRL6_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK0_CTRL6_SLOW_FAST_SLEW_N_SHIFT 0UL -#define XIOU_SLCR_BANK0_CTRL6_SLOW_FAST_SLEW_N_WIDTH 26UL -#define XIOU_SLCR_BANK0_CTRL6_SLOW_FAST_SLEW_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK0_CTRL6_SLOW_FAST_SLEW_N_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank0Sts - */ -#define XIOU_SLCR_BANK0_STS ( ( XIOU_SLCR_BASEADDR ) + 0x00000150UL ) -#define XIOU_SLCR_BANK0_STS_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK0_STS_VOLTAGE_MODE_SHIFT 0UL -#define XIOU_SLCR_BANK0_STS_VOLTAGE_MODE_WIDTH 1UL -#define XIOU_SLCR_BANK0_STS_VOLTAGE_MODE_MASK 0x00000001UL -#define XIOU_SLCR_BANK0_STS_VOLTAGE_MODE_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank1Ctrl0 - */ -#define XIOU_SLCR_BANK1_CTRL0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000154UL ) -#define XIOU_SLCR_BANK1_CTRL0_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK1_CTRL0_DRIVE0_SHIFT 0UL -#define XIOU_SLCR_BANK1_CTRL0_DRIVE0_WIDTH 26UL -#define XIOU_SLCR_BANK1_CTRL0_DRIVE0_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK1_CTRL0_DRIVE0_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank1Ctrl1 - */ -#define XIOU_SLCR_BANK1_CTRL1 ( ( XIOU_SLCR_BASEADDR ) + 0x00000158UL ) -#define XIOU_SLCR_BANK1_CTRL1_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK1_CTRL1_DRIVE1_SHIFT 0UL -#define XIOU_SLCR_BANK1_CTRL1_DRIVE1_WIDTH 26UL -#define XIOU_SLCR_BANK1_CTRL1_DRIVE1_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK1_CTRL1_DRIVE1_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank1Ctrl3 - */ -#define XIOU_SLCR_BANK1_CTRL3 ( ( XIOU_SLCR_BASEADDR ) + 0x0000015CUL ) -#define XIOU_SLCR_BANK1_CTRL3_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK1_CTRL3_SCHMITT_CMOS_N_SHIFT 0UL -#define XIOU_SLCR_BANK1_CTRL3_SCHMITT_CMOS_N_WIDTH 26UL -#define XIOU_SLCR_BANK1_CTRL3_SCHMITT_CMOS_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK1_CTRL3_SCHMITT_CMOS_N_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank1Ctrl4 - */ -#define XIOU_SLCR_BANK1_CTRL4 ( ( XIOU_SLCR_BASEADDR ) + 0x00000160UL ) -#define XIOU_SLCR_BANK1_CTRL4_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK1_CTRL4_PULLHILO_N_SHIFT 0UL -#define XIOU_SLCR_BANK1_CTRL4_PULLHILO_N_WIDTH 26UL -#define XIOU_SLCR_BANK1_CTRL4_PULLHILO_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK1_CTRL4_PULLHILO_N_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank1Ctrl5 - */ -#define XIOU_SLCR_BANK1_CTRL5 ( ( XIOU_SLCR_BASEADDR ) + 0x00000164UL ) -#define XIOU_SLCR_BANK1_CTRL5_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK1_CTRL5_PULL_EN_SHIFT 0UL -#define XIOU_SLCR_BANK1_CTRL5_PULL_EN_WIDTH 26UL -#define XIOU_SLCR_BANK1_CTRL5_PULL_EN_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK1_CTRL5_PULL_EN_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank1Ctrl6 - */ -#define XIOU_SLCR_BANK1_CTRL6 ( ( XIOU_SLCR_BASEADDR ) + 0x00000168UL ) -#define XIOU_SLCR_BANK1_CTRL6_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK1_CTRL6_SLOW_FAST_SLEW_N_SHIFT 0UL -#define XIOU_SLCR_BANK1_CTRL6_SLOW_FAST_SLEW_N_WIDTH 26UL -#define XIOU_SLCR_BANK1_CTRL6_SLOW_FAST_SLEW_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK1_CTRL6_SLOW_FAST_SLEW_N_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank1Sts - */ -#define XIOU_SLCR_BANK1_STS ( ( XIOU_SLCR_BASEADDR ) + 0x0000016CUL ) -#define XIOU_SLCR_BANK1_STS_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK1_STS_VOLTAGE_MODE_SHIFT 0UL -#define XIOU_SLCR_BANK1_STS_VOLTAGE_MODE_WIDTH 1UL -#define XIOU_SLCR_BANK1_STS_VOLTAGE_MODE_MASK 0x00000001UL -#define XIOU_SLCR_BANK1_STS_VOLTAGE_MODE_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank2Ctrl0 - */ -#define XIOU_SLCR_BANK2_CTRL0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000170UL ) -#define XIOU_SLCR_BANK2_CTRL0_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK2_CTRL0_DRIVE0_SHIFT 0UL -#define XIOU_SLCR_BANK2_CTRL0_DRIVE0_WIDTH 26UL -#define XIOU_SLCR_BANK2_CTRL0_DRIVE0_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK2_CTRL0_DRIVE0_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank2Ctrl1 - */ -#define XIOU_SLCR_BANK2_CTRL1 ( ( XIOU_SLCR_BASEADDR ) + 0x00000174UL ) -#define XIOU_SLCR_BANK2_CTRL1_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK2_CTRL1_DRIVE1_SHIFT 0UL -#define XIOU_SLCR_BANK2_CTRL1_DRIVE1_WIDTH 26UL -#define XIOU_SLCR_BANK2_CTRL1_DRIVE1_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK2_CTRL1_DRIVE1_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank2Ctrl3 - */ -#define XIOU_SLCR_BANK2_CTRL3 ( ( XIOU_SLCR_BASEADDR ) + 0x00000178UL ) -#define XIOU_SLCR_BANK2_CTRL3_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK2_CTRL3_SCHMITT_CMOS_N_SHIFT 0UL -#define XIOU_SLCR_BANK2_CTRL3_SCHMITT_CMOS_N_WIDTH 26UL -#define XIOU_SLCR_BANK2_CTRL3_SCHMITT_CMOS_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK2_CTRL3_SCHMITT_CMOS_N_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank2Ctrl4 - */ -#define XIOU_SLCR_BANK2_CTRL4 ( ( XIOU_SLCR_BASEADDR ) + 0x0000017CUL ) -#define XIOU_SLCR_BANK2_CTRL4_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK2_CTRL4_PULLHILO_N_SHIFT 0UL -#define XIOU_SLCR_BANK2_CTRL4_PULLHILO_N_WIDTH 26UL -#define XIOU_SLCR_BANK2_CTRL4_PULLHILO_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK2_CTRL4_PULLHILO_N_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank2Ctrl5 - */ -#define XIOU_SLCR_BANK2_CTRL5 ( ( XIOU_SLCR_BASEADDR ) + 0x00000180UL ) -#define XIOU_SLCR_BANK2_CTRL5_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK2_CTRL5_PULL_EN_SHIFT 0UL -#define XIOU_SLCR_BANK2_CTRL5_PULL_EN_WIDTH 26UL -#define XIOU_SLCR_BANK2_CTRL5_PULL_EN_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK2_CTRL5_PULL_EN_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank2Ctrl6 - */ -#define XIOU_SLCR_BANK2_CTRL6 ( ( XIOU_SLCR_BASEADDR ) + 0x00000184UL ) -#define XIOU_SLCR_BANK2_CTRL6_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK2_CTRL6_SLOW_FAST_SLEW_N_SHIFT 0UL -#define XIOU_SLCR_BANK2_CTRL6_SLOW_FAST_SLEW_N_WIDTH 26UL -#define XIOU_SLCR_BANK2_CTRL6_SLOW_FAST_SLEW_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK2_CTRL6_SLOW_FAST_SLEW_N_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank2Sts - */ -#define XIOU_SLCR_BANK2_STS ( ( XIOU_SLCR_BASEADDR ) + 0x00000188UL ) -#define XIOU_SLCR_BANK2_STS_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK2_STS_VOLTAGE_MODE_SHIFT 0UL -#define XIOU_SLCR_BANK2_STS_VOLTAGE_MODE_WIDTH 1UL -#define XIOU_SLCR_BANK2_STS_VOLTAGE_MODE_MASK 0x00000001UL -#define XIOU_SLCR_BANK2_STS_VOLTAGE_MODE_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioLpbck - */ -#define XIOU_SLCR_MIO_LPBCK ( ( XIOU_SLCR_BASEADDR ) + 0x00000200UL ) -#define XIOU_SLCR_MIO_LPBCK_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_LPBCK_XI2CPS_LOOP_SHIFT 3UL -#define XIOU_SLCR_MIO_LPBCK_XI2CPS_LOOP_WIDTH 1UL -#define XIOU_SLCR_MIO_LPBCK_XI2CPS_LOOP_MASK 0x00000008UL -#define XIOU_SLCR_MIO_LPBCK_XI2CPS_LOOP_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_SHIFT 2UL -#define XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_WIDTH 1UL -#define XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_MASK 0x00000004UL -#define XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_SHIFT 1UL -#define XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_WIDTH 1UL -#define XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_MASK 0x00000002UL -#define XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_LPBCK_XSPIPS_LOOP_SHIFT 0UL -#define XIOU_SLCR_MIO_LPBCK_XSPIPS_LOOP_WIDTH 1UL -#define XIOU_SLCR_MIO_LPBCK_XSPIPS_LOOP_MASK 0x00000001UL -#define XIOU_SLCR_MIO_LPBCK_XSPIPS_LOOP_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioMstTri0 - */ -#define XIOU_SLCR_MIO_MST_TRI0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000204UL ) -#define XIOU_SLCR_MIO_MST_TRI0_RSTVAL 0xffffffffUL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_31_TRI_SHIFT 31UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_31_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_31_TRI_MASK 0x80000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_31_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_30_TRI_SHIFT 30UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_30_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_30_TRI_MASK 0x40000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_30_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_29_TRI_SHIFT 29UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_29_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_29_TRI_MASK 0x20000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_29_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_28_TRI_SHIFT 28UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_28_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_28_TRI_MASK 0x10000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_28_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_27_TRI_SHIFT 27UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_27_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_27_TRI_MASK 0x08000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_27_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_26_TRI_SHIFT 26UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_26_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_26_TRI_MASK 0x04000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_26_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_SHIFT 25UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_MASK 0x02000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_SHIFT 24UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_MASK 0x01000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_SHIFT 23UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_MASK 0x00800000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_SHIFT 22UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_MASK 0x00400000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_SHIFT 21UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_MASK 0x00200000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_SHIFT 20UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_MASK 0x00100000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_SHIFT 19UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_MASK 0x00080000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_SHIFT 18UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_MASK 0x00040000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_SHIFT 17UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_MASK 0x00020000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_SHIFT 16UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_MASK 0x00010000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_SHIFT 15UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_MASK 0x00008000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_SHIFT 14UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_MASK 0x00004000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_SHIFT 13UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_MASK 0x00002000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_SHIFT 12UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_MASK 0x00001000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_SHIFT 11UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_MASK 0x00000800UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_SHIFT 10UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_MASK 0x00000400UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_SHIFT 9UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_MASK 0x00000200UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_SHIFT 8UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_MASK 0x00000100UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_SHIFT 7UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_MASK 0x00000080UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_SHIFT 6UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_MASK 0x00000040UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_SHIFT 5UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_MASK 0x00000020UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_SHIFT 4UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_MASK 0x00000010UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_SHIFT 3UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_MASK 0x00000008UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_SHIFT 2UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_MASK 0x00000004UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_SHIFT 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_MASK 0x00000002UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_SHIFT 0UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_MASK 0x00000001UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_DEFVAL 0x1UL - -/** - * Register: XiouSlcrMioMstTri1 - */ -#define XIOU_SLCR_MIO_MST_TRI1 ( ( XIOU_SLCR_BASEADDR ) + 0x00000208UL ) -#define XIOU_SLCR_MIO_MST_TRI1_RSTVAL 0xffffffffUL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_63_TRI_SHIFT 31UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_63_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_63_TRI_MASK 0x80000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_63_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_62_TRI_SHIFT 30UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_62_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_62_TRI_MASK 0x40000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_62_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_61_TRI_SHIFT 29UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_61_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_61_TRI_MASK 0x20000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_61_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_60_TRI_SHIFT 28UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_60_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_60_TRI_MASK 0x10000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_60_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_59_TRI_SHIFT 27UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_59_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_59_TRI_MASK 0x08000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_59_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_58_TRI_SHIFT 26UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_58_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_58_TRI_MASK 0x04000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_58_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_57_TRI_SHIFT 25UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_57_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_57_TRI_MASK 0x02000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_57_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_56_TRI_SHIFT 24UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_56_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_56_TRI_MASK 0x01000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_56_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_55_TRI_SHIFT 23UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_55_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_55_TRI_MASK 0x00800000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_55_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_54_TRI_SHIFT 22UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_54_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_54_TRI_MASK 0x00400000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_54_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_53_TRI_SHIFT 21UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_53_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_53_TRI_MASK 0x00200000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_53_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_52_TRI_SHIFT 20UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_52_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_52_TRI_MASK 0x00100000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_52_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_SHIFT 19UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_MASK 0x00080000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_SHIFT 18UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_MASK 0x00040000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_SHIFT 17UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_MASK 0x00020000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_SHIFT 16UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_MASK 0x00010000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_SHIFT 15UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_MASK 0x00008000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_SHIFT 14UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_MASK 0x00004000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_SHIFT 13UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_MASK 0x00002000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_SHIFT 12UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_MASK 0x00001000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_SHIFT 11UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_MASK 0x00000800UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_SHIFT 10UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_MASK 0x00000400UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_SHIFT 9UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_MASK 0x00000200UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_SHIFT 8UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_MASK 0x00000100UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_SHIFT 7UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_MASK 0x00000080UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_SHIFT 6UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_MASK 0x00000040UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_SHIFT 5UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_MASK 0x00000020UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_SHIFT 4UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_MASK 0x00000010UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_SHIFT 3UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_MASK 0x00000008UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_SHIFT 2UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_MASK 0x00000004UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_SHIFT 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_MASK 0x00000002UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_SHIFT 0UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_MASK 0x00000001UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_DEFVAL 0x1UL - -/** - * Register: XiouSlcrMioMstTri2 - */ -#define XIOU_SLCR_MIO_MST_TRI2 ( ( XIOU_SLCR_BASEADDR ) + 0x0000020CUL ) -#define XIOU_SLCR_MIO_MST_TRI2_RSTVAL 0x00003fffUL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_77_TRI_SHIFT 13UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_77_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_77_TRI_MASK 0x00002000UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_77_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_76_TRI_SHIFT 12UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_76_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_76_TRI_MASK 0x00001000UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_76_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_75_TRI_SHIFT 11UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_75_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_75_TRI_MASK 0x00000800UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_75_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_74_TRI_SHIFT 10UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_74_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_74_TRI_MASK 0x00000400UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_74_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_73_TRI_SHIFT 9UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_73_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_73_TRI_MASK 0x00000200UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_73_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_72_TRI_SHIFT 8UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_72_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_72_TRI_MASK 0x00000100UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_72_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_71_TRI_SHIFT 7UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_71_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_71_TRI_MASK 0x00000080UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_71_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_70_TRI_SHIFT 6UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_70_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_70_TRI_MASK 0x00000040UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_70_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_69_TRI_SHIFT 5UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_69_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_69_TRI_MASK 0x00000020UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_69_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_68_TRI_SHIFT 4UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_68_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_68_TRI_MASK 0x00000010UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_68_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_67_TRI_SHIFT 3UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_67_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_67_TRI_MASK 0x00000008UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_67_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_66_TRI_SHIFT 2UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_66_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_66_TRI_MASK 0x00000004UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_66_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_65_TRI_SHIFT 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_65_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_65_TRI_MASK 0x00000002UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_65_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_64_TRI_SHIFT 0UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_64_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_64_TRI_MASK 0x00000001UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_64_TRI_DEFVAL 0x1UL - -/** - * Register: XiouSlcrWdtClkSel - */ -#define XIOU_SLCR_WDT_CLK_SEL ( ( XIOU_SLCR_BASEADDR ) + 0x00000300UL ) -#define XIOU_SLCR_WDT_CLK_SEL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_WDT_CLK_SEL_SHIFT 0UL -#define XIOU_SLCR_WDT_CLK_SEL_WIDTH 1UL -#define XIOU_SLCR_WDT_CLK_SEL_MASK 0x00000001UL -#define XIOU_SLCR_WDT_CLK_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrCanMioCtrl - */ -#define XIOU_SLCR_CAN_MIO_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x00000304UL ) -#define XIOU_SLCR_CAN_MIO_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_SHIFT 23UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_WIDTH 1UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_MASK 0x00800000UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_DEFVAL 0x0UL - -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_SHIFT 22UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_WIDTH 1UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_MASK 0x00400000UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_SHIFT 15UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_WIDTH 7UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_MASK 0x003f8000UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_DEFVAL 0x0UL - -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_SHIFT 8UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_WIDTH 1UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_MASK 0x00000100UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_DEFVAL 0x0UL - -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_SHIFT 7UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_WIDTH 1UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_MASK 0x00000080UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_SHIFT 0UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_WIDTH 7UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_MASK 0x0000007fUL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_DEFVAL 0x0UL - -/** - * Register: XiouSlcrGemClkCtrl - */ -#define XIOU_SLCR_GEM_CLK_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x00000308UL ) -#define XIOU_SLCR_GEM_CLK_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_SHIFT 22UL -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_MASK 0x00400000UL -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_SHIFT 20UL -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_WIDTH 2UL -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_MASK 0x00300000UL -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_FIFO_SEL_SHIFT 18UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_FIFO_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_FIFO_SEL_MASK 0x00040000UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_FIFO_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_SGMII_MODE_SHIFT 17UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_SGMII_MODE_WIDTH 1UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_SGMII_MODE_MASK 0x00020000UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_SGMII_MODE_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_REF_SRC_SEL_SHIFT 16UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_REF_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_REF_SRC_SEL_MASK 0x00010000UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_REF_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_RX_SRC_SEL_SHIFT 15UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_RX_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_RX_SRC_SEL_MASK 0x00008000UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_RX_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_FIFO_SEL_SHIFT 13UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_FIFO_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_FIFO_SEL_MASK 0x00002000UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_FIFO_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_SGMII_MODE_SHIFT 12UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_SGMII_MODE_WIDTH 1UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_SGMII_MODE_MASK 0x00001000UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_SGMII_MODE_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_REF_SRC_SEL_SHIFT 11UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_REF_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_REF_SRC_SEL_MASK 0x00000800UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_REF_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_RX_SRC_SEL_SHIFT 10UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_RX_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_RX_SRC_SEL_MASK 0x00000400UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_RX_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_FIFO_SEL_SHIFT 8UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_FIFO_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_FIFO_SEL_MASK 0x00000100UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_FIFO_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_SGMII_MODE_SHIFT 7UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_SGMII_MODE_WIDTH 1UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_SGMII_MODE_MASK 0x00000080UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_SGMII_MODE_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_REF_SRC_SEL_SHIFT 6UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_REF_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_REF_SRC_SEL_MASK 0x00000040UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_REF_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_RX_SRC_SEL_SHIFT 5UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_RX_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_RX_SRC_SEL_MASK 0x00000020UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_RX_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_FIFO_SEL_SHIFT 3UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_FIFO_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_FIFO_SEL_MASK 0x00000008UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_FIFO_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_SGMII_MODE_SHIFT 2UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_SGMII_MODE_WIDTH 1UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_SGMII_MODE_MASK 0x00000004UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_SGMII_MODE_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_REF_SRC_SEL_SHIFT 1UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_REF_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_REF_SRC_SEL_MASK 0x00000002UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_REF_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_RX_SRC_SEL_SHIFT 0UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_RX_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_RX_SRC_SEL_MASK 0x00000001UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_RX_SRC_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdioClkCtrl - */ -#define XIOU_SLCR_SDIO_CLK_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x0000030CUL ) -#define XIOU_SLCR_SDIO_CLK_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_FBCLK_SEL_SHIFT 18UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_FBCLK_SEL_WIDTH 1UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_FBCLK_SEL_MASK 0x00040000UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_FBCLK_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_RX_SRC_SEL_SHIFT 17UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_RX_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_RX_SRC_SEL_MASK 0x00020000UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_RX_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_FBCLK_SEL_SHIFT 2UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_FBCLK_SEL_WIDTH 1UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_FBCLK_SEL_MASK 0x00000004UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_FBCLK_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_RX_SRC_SEL_SHIFT 0UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_RX_SRC_SEL_WIDTH 2UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_RX_SRC_SEL_MASK 0x00000003UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_RX_SRC_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrCtrlRegSd - */ -#define XIOU_SLCR_CTRL_REG_SD ( ( XIOU_SLCR_BASEADDR ) + 0x00000310UL ) -#define XIOU_SLCR_CTRL_REG_SD_RSTVAL 0x00000000UL - -#define XIOU_SLCR_CTRL_REG_SD1_XSDPS_EMMC_SEL_SHIFT 15UL -#define XIOU_SLCR_CTRL_REG_SD1_XSDPS_EMMC_SEL_WIDTH 1UL -#define XIOU_SLCR_CTRL_REG_SD1_XSDPS_EMMC_SEL_MASK 0x00008000UL -#define XIOU_SLCR_CTRL_REG_SD1_XSDPS_EMMC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_CTRL_REG_SD0_XSDPS_EMMC_SEL_SHIFT 0UL -#define XIOU_SLCR_CTRL_REG_SD0_XSDPS_EMMC_SEL_WIDTH 1UL -#define XIOU_SLCR_CTRL_REG_SD0_XSDPS_EMMC_SEL_MASK 0x00000001UL -#define XIOU_SLCR_CTRL_REG_SD0_XSDPS_EMMC_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdItapdly - */ -#define XIOU_SLCR_SD_ITAPDLY ( ( XIOU_SLCR_BASEADDR ) + 0x00000314UL ) -#define XIOU_SLCR_SD_ITAPDLY_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPCHGWIN_SHIFT 25UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPCHGWIN_WIDTH 1UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPCHGWIN_MASK 0x02000000UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPCHGWIN_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYENA_SHIFT 24UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYENA_WIDTH 1UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYENA_MASK 0x01000000UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYENA_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYSEL_SHIFT 16UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYSEL_WIDTH 8UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYSEL_MASK 0x00ff0000UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYSEL_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPCHGWIN_SHIFT 9UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPCHGWIN_WIDTH 1UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPCHGWIN_MASK 0x00000200UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPCHGWIN_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYENA_SHIFT 8UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYENA_WIDTH 1UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYENA_MASK 0x00000100UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYENA_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYSEL_SHIFT 0UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYSEL_WIDTH 8UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYSEL_MASK 0x000000ffUL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYSEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdOtapdlysel - */ -#define XIOU_SLCR_SD_OTAPDLYSEL ( ( XIOU_SLCR_BASEADDR ) + 0x00000318UL ) -#define XIOU_SLCR_SD_OTAPDLYSEL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_OTAPDLYENA_SHIFT 22UL -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_OTAPDLYENA_WIDTH 1UL -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_OTAPDLYENA_MASK 0x00400000UL -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_OTAPDLYENA_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_WIDTH 6UL -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_MASK 0x003f0000UL -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_OTAPDLYENA_SHIFT 6UL -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_OTAPDLYENA_WIDTH 1UL -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_OTAPDLYENA_MASK 0x00000040UL -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_OTAPDLYENA_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_WIDTH 6UL -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_MASK 0x0000003fUL -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdCfgReg1 - */ -#define XIOU_SLCR_SD_CFG_REG1 ( ( XIOU_SLCR_BASEADDR ) + 0x0000031CUL ) -#define XIOU_SLCR_SD_CFG_REG1_RSTVAL 0x32403240UL - -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_BASECLK_SHIFT 23UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_BASECLK_WIDTH 8UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_BASECLK_MASK 0x7f800000UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_BASECLK_DEFVAL 0x64UL - -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_TUNIGCOUNT_SHIFT 17UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_TUNIGCOUNT_WIDTH 6UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_TUNIGCOUNT_MASK 0x007e0000UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_TUNIGCOUNT_DEFVAL 0x20UL - -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_ASYNCWKPENA_SHIFT 16UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_ASYNCWKPENA_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_ASYNCWKPENA_MASK 0x00010000UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_ASYNCWKPENA_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_BASECLK_SHIFT 7UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_BASECLK_WIDTH 8UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_BASECLK_MASK 0x00007f80UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_BASECLK_DEFVAL 0x64UL - -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_TUNIGCOUNT_SHIFT 1UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_TUNIGCOUNT_WIDTH 6UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_TUNIGCOUNT_MASK 0x0000007eUL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_TUNIGCOUNT_DEFVAL 0x20UL - -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_ASYNCWKPENA_SHIFT 0UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_ASYNCWKPENA_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_ASYNCWKPENA_MASK 0x00000001UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_ASYNCWKPENA_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdCfgReg2 - */ -#define XIOU_SLCR_SD_CFG_REG2 ( ( XIOU_SLCR_BASEADDR ) + 0x00000320UL ) -#define XIOU_SLCR_SD_CFG_REG2_RSTVAL 0x0ffc0ffcUL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SLOTTYPE_SHIFT 28UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SLOTTYPE_WIDTH 2UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SLOTTYPE_MASK 0x30000000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SLOTTYPE_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ASYCINTR_SHIFT 27UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ASYCINTR_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ASYCINTR_MASK 0x08000000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ASYCINTR_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_64BIT_SHIFT 26UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_64BIT_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_64BIT_MASK 0x04000000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_64BIT_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_1P8V_SHIFT 25UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_1P8V_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_1P8V_MASK 0x02000000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_1P8V_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P0V_SHIFT 24UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P0V_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P0V_MASK 0x01000000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P0V_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P3V_SHIFT 23UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P3V_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P3V_MASK 0x00800000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P3V_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SUSPRES_SHIFT 22UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SUSPRES_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SUSPRES_MASK 0x00400000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SUSPRES_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SDMA_SHIFT 21UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SDMA_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SDMA_MASK 0x00200000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SDMA_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_HIGHSPEED_SHIFT 20UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_HIGHSPEED_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_HIGHSPEED_MASK 0x00100000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_HIGHSPEED_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ADMA2_SHIFT 19UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ADMA2_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ADMA2_MASK 0x00080000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ADMA2_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_8BIT_SHIFT 18UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_8BIT_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_8BIT_MASK 0x00040000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_8BIT_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_MAXBLK_SHIFT 16UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_MAXBLK_WIDTH 2UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_MAXBLK_MASK 0x00030000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_MAXBLK_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SLOTTYPE_SHIFT 12UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SLOTTYPE_WIDTH 2UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SLOTTYPE_MASK 0x00003000UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SLOTTYPE_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ASYCINTR_SHIFT 11UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ASYCINTR_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ASYCINTR_MASK 0x00000800UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ASYCINTR_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_64BIT_SHIFT 10UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_64BIT_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_64BIT_MASK 0x00000400UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_64BIT_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_1P8V_SHIFT 9UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_1P8V_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_1P8V_MASK 0x00000200UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_1P8V_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P0V_SHIFT 8UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P0V_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P0V_MASK 0x00000100UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P0V_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P3V_SHIFT 7UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P3V_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P3V_MASK 0x00000080UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P3V_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SUSPRES_SHIFT 6UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SUSPRES_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SUSPRES_MASK 0x00000040UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SUSPRES_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SDMA_SHIFT 5UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SDMA_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SDMA_MASK 0x00000020UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SDMA_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_HIGHSPEED_SHIFT 4UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_HIGHSPEED_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_HIGHSPEED_MASK 0x00000010UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_HIGHSPEED_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ADMA2_SHIFT 3UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ADMA2_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ADMA2_MASK 0x00000008UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ADMA2_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_8BIT_SHIFT 2UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_8BIT_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_8BIT_MASK 0x00000004UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_8BIT_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_MAXBLK_SHIFT 0UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_MAXBLK_WIDTH 2UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_MAXBLK_MASK 0x00000003UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_MAXBLK_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdCfgReg3 - */ -#define XIOU_SLCR_SD_CFG_REG3 ( ( XIOU_SLCR_BASEADDR ) + 0x00000324UL ) -#define XIOU_SLCR_SD_CFG_REG3_RSTVAL 0x06070607UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_TUNINGSDR50_SHIFT 26UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_TUNINGSDR50_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_TUNINGSDR50_MASK 0x04000000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_TUNINGSDR50_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_RETUNETMR_SHIFT 22UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_RETUNETMR_WIDTH 4UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_RETUNETMR_MASK 0x03c00000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_RETUNETMR_DEFVAL 0x8UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDRIVER_SHIFT 21UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDRIVER_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDRIVER_MASK 0x00200000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDRIVER_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_CDRIVER_SHIFT 20UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_CDRIVER_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_CDRIVER_MASK 0x00100000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_CDRIVER_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_ADRIVER_SHIFT 19UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_ADRIVER_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_ADRIVER_MASK 0x00080000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_ADRIVER_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDR50_SHIFT 18UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDR50_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDR50_MASK 0x00040000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDR50_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR104_SHIFT 17UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR104_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR104_MASK 0x00020000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR104_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR50_SHIFT 16UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR50_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR50_MASK 0x00010000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR50_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_TUNINGSDR50_SHIFT 10UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_TUNINGSDR50_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_TUNINGSDR50_MASK 0x00000400UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_TUNINGSDR50_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_RETUNETMR_SHIFT 6UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_RETUNETMR_WIDTH 4UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_RETUNETMR_MASK 0x000003c0UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_RETUNETMR_DEFVAL 0x8UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDRIVER_SHIFT 5UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDRIVER_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDRIVER_MASK 0x00000020UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDRIVER_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_CDRIVER_SHIFT 4UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_CDRIVER_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_CDRIVER_MASK 0x00000010UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_CDRIVER_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_ADRIVER_SHIFT 3UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_ADRIVER_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_ADRIVER_MASK 0x00000008UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_ADRIVER_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDR50_SHIFT 2UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDR50_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDR50_MASK 0x00000004UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDR50_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR104_SHIFT 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR104_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR104_MASK 0x00000002UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR104_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR50_SHIFT 0UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR50_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR50_MASK 0x00000001UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR50_DEFVAL 0x1UL - -/** - * Register: XiouSlcrSdInitpreset - */ -#define XIOU_SLCR_SD_INITPRESET ( ( XIOU_SLCR_BASEADDR ) + 0x00000328UL ) -#define XIOU_SLCR_SD_INITPRESET_RSTVAL 0x01000100UL - -#define XIOU_SLCR_SD1_INITPRESET_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_INITPRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD1_INITPRESET_XSDPS_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_INITPRESET_XSDPS_DEFVAL 0x100UL - -#define XIOU_SLCR_SD0_INITPRESET_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_INITPRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD0_INITPRESET_XSDPS_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_INITPRESET_XSDPS_DEFVAL 0x100UL - -/** - * Register: XiouSlcrSdDsppreset - */ -#define XIOU_SLCR_SD_DSPPRESET ( ( XIOU_SLCR_BASEADDR ) + 0x0000032CUL ) -#define XIOU_SLCR_SD_DSPPRESET_RSTVAL 0x00040004UL - -#define XIOU_SLCR_SD1_DSPPRESET_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_DSPPRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD1_DSPPRESET_XSDPS_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_DSPPRESET_XSDPS_DEFVAL 0x4UL - -#define XIOU_SLCR_SD0_DSPPRESET_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_DSPPRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD0_DSPPRESET_XSDPS_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_DSPPRESET_XSDPS_DEFVAL 0x4UL - -/** - * Register: XiouSlcrSdHspdpreset - */ -#define XIOU_SLCR_SD_HSPDPRESET ( ( XIOU_SLCR_BASEADDR ) + 0x00000330UL ) -#define XIOU_SLCR_SD_HSPDPRESET_RSTVAL 0x00020002UL - -#define XIOU_SLCR_SD1_HSPDPRESET_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_HSPDPRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD1_HSPDPRESET_XSDPS_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_HSPDPRESET_XSDPS_DEFVAL 0x2UL - -#define XIOU_SLCR_SD0_HSPDPRESET_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_HSPDPRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD0_HSPDPRESET_XSDPS_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_HSPDPRESET_XSDPS_DEFVAL 0x2UL - -/** - * Register: XiouSlcrSdSdr12preset - */ -#define XIOU_SLCR_SD_SDR12PRESET ( ( XIOU_SLCR_BASEADDR ) + 0x00000334UL ) -#define XIOU_SLCR_SD_SDR12PRESET_RSTVAL 0x00040004UL - -#define XIOU_SLCR_SD1_SDR12PRESET_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_SDR12PRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD1_SDR12PRESET_XSDPS_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_SDR12PRESET_XSDPS_DEFVAL 0x4UL - -#define XIOU_SLCR_SD0_SDR12PRESET_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_SDR12PRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD0_SDR12PRESET_XSDPS_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_SDR12PRESET_XSDPS_DEFVAL 0x4UL - -/** - * Register: XiouSlcrSdSdr25preset - */ -#define XIOU_SLCR_SD_SDR25PRESET ( ( XIOU_SLCR_BASEADDR ) + 0x00000338UL ) -#define XIOU_SLCR_SD_SDR25PRESET_RSTVAL 0x00020002UL - -#define XIOU_SLCR_SD1_SDR25PRESET_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_SDR25PRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD1_SDR25PRESET_XSDPS_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_SDR25PRESET_XSDPS_DEFVAL 0x2UL - -#define XIOU_SLCR_SD0_SDR25PRESET_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_SDR25PRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD0_SDR25PRESET_XSDPS_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_SDR25PRESET_XSDPS_DEFVAL 0x2UL - -/** - * Register: XiouSlcrSdSdr50prset - */ -#define XIOU_SLCR_SD_SDR50PRSET ( ( XIOU_SLCR_BASEADDR ) + 0x0000033CUL ) -#define XIOU_SLCR_SD_SDR50PRSET_RSTVAL 0x00010001UL - -#define XIOU_SLCR_SD1_SDR50PRSET_XSDPS_SDR50PRESET_SHIFT 16UL -#define XIOU_SLCR_SD1_SDR50PRSET_XSDPS_SDR50PRESET_WIDTH 13UL -#define XIOU_SLCR_SD1_SDR50PRSET_XSDPS_SDR50PRESET_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_SDR50PRSET_XSDPS_SDR50PRESET_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_SDR50PRSET_XSDPS_SDR50PRESET_SHIFT 0UL -#define XIOU_SLCR_SD0_SDR50PRSET_XSDPS_SDR50PRESET_WIDTH 13UL -#define XIOU_SLCR_SD0_SDR50PRSET_XSDPS_SDR50PRESET_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_SDR50PRSET_XSDPS_SDR50PRESET_DEFVAL 0x1UL - -/** - * Register: XiouSlcrSdSdr104prst - */ -#define XIOU_SLCR_SD_SDR104PRST ( ( XIOU_SLCR_BASEADDR ) + 0x00000340UL ) -#define XIOU_SLCR_SD_SDR104PRST_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_SDR104PRST_XSDPS_SDR104PRESET_SHIFT 16UL -#define XIOU_SLCR_SD1_SDR104PRST_XSDPS_SDR104PRESET_WIDTH 13UL -#define XIOU_SLCR_SD1_SDR104PRST_XSDPS_SDR104PRESET_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_SDR104PRST_XSDPS_SDR104PRESET_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_SDR104PRST_XSDPS_SDR104PRESET_SHIFT 0UL -#define XIOU_SLCR_SD0_SDR104PRST_XSDPS_SDR104PRESET_WIDTH 13UL -#define XIOU_SLCR_SD0_SDR104PRST_XSDPS_SDR104PRESET_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_SDR104PRST_XSDPS_SDR104PRESET_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdDdr50preset - */ -#define XIOU_SLCR_SD_DDR50PRESET ( ( XIOU_SLCR_BASEADDR ) + 0x00000344UL ) -#define XIOU_SLCR_SD_DDR50PRESET_RSTVAL 0x00020002UL - -#define XIOU_SLCR_SD1_DDR50PRESET_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_DDR50PRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD1_DDR50PRESET_XSDPS_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_DDR50PRESET_XSDPS_DEFVAL 0x2UL - -#define XIOU_SLCR_SD0_DDR50PRESET_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_DDR50PRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD0_DDR50PRESET_XSDPS_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_DDR50PRESET_XSDPS_DEFVAL 0x2UL - -/** - * Register: XiouSlcrSdMaxcur1p8 - */ -#define XIOU_SLCR_SD_MAXCUR1P8 ( ( XIOU_SLCR_BASEADDR ) + 0x0000034CUL ) -#define XIOU_SLCR_SD_MAXCUR1P8_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_MAXCUR1P8_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_MAXCUR1P8_XSDPS_WIDTH 8UL -#define XIOU_SLCR_SD1_MAXCUR1P8_XSDPS_MASK 0x00ff0000UL -#define XIOU_SLCR_SD1_MAXCUR1P8_XSDPS_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_MAXCUR1P8_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_MAXCUR1P8_XSDPS_WIDTH 8UL -#define XIOU_SLCR_SD0_MAXCUR1P8_XSDPS_MASK 0x000000ffUL -#define XIOU_SLCR_SD0_MAXCUR1P8_XSDPS_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdMaxcur3p0 - */ -#define XIOU_SLCR_SD_MAXCUR3P0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000350UL ) -#define XIOU_SLCR_SD_MAXCUR3P0_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_MAXCUR3P0_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_MAXCUR3P0_XSDPS_WIDTH 8UL -#define XIOU_SLCR_SD1_MAXCUR3P0_XSDPS_MASK 0x00ff0000UL -#define XIOU_SLCR_SD1_MAXCUR3P0_XSDPS_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_MAXCUR3P0_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_MAXCUR3P0_XSDPS_WIDTH 8UL -#define XIOU_SLCR_SD0_MAXCUR3P0_XSDPS_MASK 0x000000ffUL -#define XIOU_SLCR_SD0_MAXCUR3P0_XSDPS_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdMaxcur3p3 - */ -#define XIOU_SLCR_SD_MAXCUR3P3 ( ( XIOU_SLCR_BASEADDR ) + 0x00000354UL ) -#define XIOU_SLCR_SD_MAXCUR3P3_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_MAXCUR3P3_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_MAXCUR3P3_XSDPS_WIDTH 8UL -#define XIOU_SLCR_SD1_MAXCUR3P3_XSDPS_MASK 0x00ff0000UL -#define XIOU_SLCR_SD1_MAXCUR3P3_XSDPS_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_MAXCUR3P3_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_MAXCUR3P3_XSDPS_WIDTH 8UL -#define XIOU_SLCR_SD0_MAXCUR3P3_XSDPS_MASK 0x000000ffUL -#define XIOU_SLCR_SD0_MAXCUR3P3_XSDPS_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdDllCtrl - */ -#define XIOU_SLCR_SD_DLL_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x00000358UL ) -#define XIOU_SLCR_SD_DLL_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_RST_SHIFT 18UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_RST_WIDTH 1UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_RST_MASK 0x00040000UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_RST_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_TESTMODE_SHIFT 17UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_TESTMODE_WIDTH 1UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_TESTMODE_MASK 0x00020000UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_TESTMODE_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_LOCK_SHIFT 16UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_LOCK_WIDTH 1UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_LOCK_MASK 0x00010000UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_LOCK_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_RST_SHIFT 2UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_RST_WIDTH 1UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_RST_MASK 0x00000004UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_RST_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_TESTMODE_SHIFT 1UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_TESTMODE_WIDTH 1UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_TESTMODE_MASK 0x00000002UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_TESTMODE_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_LOCK_SHIFT 0UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_LOCK_WIDTH 1UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_LOCK_MASK 0x00000001UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_LOCK_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdCdnCtrl - */ -#define XIOU_SLCR_SD_CDN_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x0000035CUL ) -#define XIOU_SLCR_SD_CDN_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_CDN_CTRL_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_CDN_CTRL_XSDPS_WIDTH 1UL -#define XIOU_SLCR_SD1_CDN_CTRL_XSDPS_MASK 0x00010000UL -#define XIOU_SLCR_SD1_CDN_CTRL_XSDPS_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CDN_CTRL_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_CDN_CTRL_XSDPS_WIDTH 1UL -#define XIOU_SLCR_SD0_CDN_CTRL_XSDPS_MASK 0x00000001UL -#define XIOU_SLCR_SD0_CDN_CTRL_XSDPS_DEFVAL 0x0UL - -/** - * Register: XiouSlcrGemCtrl - */ -#define XIOU_SLCR_GEM_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x00000360UL ) -#define XIOU_SLCR_GEM_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_GEM3_CTRL_XEMACPS_SGMII_SD_SHIFT 6UL -#define XIOU_SLCR_GEM3_CTRL_XEMACPS_SGMII_SD_WIDTH 2UL -#define XIOU_SLCR_GEM3_CTRL_XEMACPS_SGMII_SD_MASK 0x000000c0UL -#define XIOU_SLCR_GEM3_CTRL_XEMACPS_SGMII_SD_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM2_CTRL_XEMACPS_SGMII_SD_SHIFT 4UL -#define XIOU_SLCR_GEM2_CTRL_XEMACPS_SGMII_SD_WIDTH 2UL -#define XIOU_SLCR_GEM2_CTRL_XEMACPS_SGMII_SD_MASK 0x00000030UL -#define XIOU_SLCR_GEM2_CTRL_XEMACPS_SGMII_SD_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM1_CTRL_XEMACPS_SGMII_SD_SHIFT 2UL -#define XIOU_SLCR_GEM1_CTRL_XEMACPS_SGMII_SD_WIDTH 2UL -#define XIOU_SLCR_GEM1_CTRL_XEMACPS_SGMII_SD_MASK 0x0000000cUL -#define XIOU_SLCR_GEM1_CTRL_XEMACPS_SGMII_SD_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM0_CTRL_XEMACPS_SGMII_SD_SHIFT 0UL -#define XIOU_SLCR_GEM0_CTRL_XEMACPS_SGMII_SD_WIDTH 2UL -#define XIOU_SLCR_GEM0_CTRL_XEMACPS_SGMII_SD_MASK 0x00000003UL -#define XIOU_SLCR_GEM0_CTRL_XEMACPS_SGMII_SD_DEFVAL 0x0UL - -/** - * Register: XiouSlcrTtcApbClk - */ -#define XIOU_SLCR_TTC_APB_CLK ( ( XIOU_SLCR_BASEADDR ) + 0x00000380UL ) -#define XIOU_SLCR_TTC_APB_CLK_RSTVAL 0x00000000UL - -#define XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_SHIFT 6UL -#define XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_WIDTH 2UL -#define XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_MASK 0x000000c0UL -#define XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_SHIFT 4UL -#define XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_WIDTH 2UL -#define XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_MASK 0x00000030UL -#define XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_SHIFT 2UL -#define XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_WIDTH 2UL -#define XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_MASK 0x0000000cUL -#define XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_SHIFT 0UL -#define XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_WIDTH 2UL -#define XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_MASK 0x00000003UL -#define XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrTapdlyBypass - */ -#define XIOU_SLCR_TAPDLY_BYPASS ( ( XIOU_SLCR_BASEADDR ) + 0x00000390UL ) -#define XIOU_SLCR_TAPDLY_BYPASS_RSTVAL 0x00000007UL - -#define XIOU_SLCR_TAPDLY_BYPASS_LQSPI_RX_SHIFT 2UL -#define XIOU_SLCR_TAPDLY_BYPASS_LQSPI_RX_WIDTH 1UL -#define XIOU_SLCR_TAPDLY_BYPASS_LQSPI_RX_MASK 0x00000004UL -#define XIOU_SLCR_TAPDLY_BYPASS_LQSPI_RX_DEFVAL 0x1UL - -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_OUT_SHIFT 1UL -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_OUT_WIDTH 1UL -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_OUT_MASK 0x00000002UL -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_OUT_DEFVAL 0x1UL - -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_IN_SHIFT 0UL -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_IN_WIDTH 1UL -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_IN_MASK 0x00000001UL -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_IN_DEFVAL 0x1UL - -/** - * Register: XiouSlcrCoherentCtrl - */ -#define XIOU_SLCR_COHERENT_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x00000400UL ) -#define XIOU_SLCR_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_COHERENT_CTRL_XQSPIPSAXI_COH_SHIFT 28UL -#define XIOU_SLCR_COHERENT_CTRL_XQSPIPSAXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_XQSPIPSAXI_COH_MASK 0xf0000000UL -#define XIOU_SLCR_COHERENT_CTRL_XQSPIPSAXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_XNANDPS8_AXI_COH_SHIFT 24UL -#define XIOU_SLCR_COHERENT_CTRL_XNANDPS8_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_XNANDPS8_AXI_COH_MASK 0x0f000000UL -#define XIOU_SLCR_COHERENT_CTRL_XNANDPS8_AXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_XSDPS1_AXI_COH_SHIFT 20UL -#define XIOU_SLCR_COHERENT_CTRL_XSDPS1_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_XSDPS1_AXI_COH_MASK 0x00f00000UL -#define XIOU_SLCR_COHERENT_CTRL_XSDPS1_AXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_XSDPS0_AXI_COH_SHIFT 16UL -#define XIOU_SLCR_COHERENT_CTRL_XSDPS0_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_XSDPS0_AXI_COH_MASK 0x000f0000UL -#define XIOU_SLCR_COHERENT_CTRL_XSDPS0_AXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_GEM3_AXI_COH_SHIFT 12UL -#define XIOU_SLCR_COHERENT_CTRL_GEM3_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_GEM3_AXI_COH_MASK 0x0000f000UL -#define XIOU_SLCR_COHERENT_CTRL_GEM3_AXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_GEM2_AXI_COH_SHIFT 8UL -#define XIOU_SLCR_COHERENT_CTRL_GEM2_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_GEM2_AXI_COH_MASK 0x00000f00UL -#define XIOU_SLCR_COHERENT_CTRL_GEM2_AXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_GEM1_AXI_COH_SHIFT 4UL -#define XIOU_SLCR_COHERENT_CTRL_GEM1_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_GEM1_AXI_COH_MASK 0x000000f0UL -#define XIOU_SLCR_COHERENT_CTRL_GEM1_AXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_GEM0_AXI_COH_SHIFT 0UL -#define XIOU_SLCR_COHERENT_CTRL_GEM0_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_GEM0_AXI_COH_MASK 0x0000000fUL -#define XIOU_SLCR_COHERENT_CTRL_GEM0_AXI_COH_DEFVAL 0x0UL - -/** - * Register: XiouSlcrVideoPssClkSel - */ -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL ( ( XIOU_SLCR_BASEADDR ) + 0x00000404UL ) -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_ALT_SHIFT 1UL -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_ALT_WIDTH 1UL -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_ALT_MASK 0x00000002UL -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_ALT_DEFVAL 0x0UL - -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_SHIFT 0UL -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_WIDTH 1UL -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_MASK 0x00000001UL -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrInterconnectRoute - */ -#define XIOU_SLCR_INTERCONNECT_ROUTE ( ( XIOU_SLCR_BASEADDR ) + 0x00000408UL ) -#define XIOU_SLCR_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_XNANDPS8_SHIFT 7UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XNANDPS8_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XNANDPS8_MASK 0x00000080UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XNANDPS8_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_QSPI_SHIFT 6UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_QSPI_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_QSPI_MASK 0x00000040UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_QSPI_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS1_SHIFT 5UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS1_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS1_MASK 0x00000020UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS1_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS0_SHIFT 4UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS0_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS0_MASK 0x00000010UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS0_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM3_SHIFT 3UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM3_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM3_MASK 0x00000008UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM3_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM2_SHIFT 2UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM2_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM2_MASK 0x00000004UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM2_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM1_SHIFT 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM1_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM1_MASK 0x00000002UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM1_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM0_SHIFT 0UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM0_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM0_MASK 0x00000001UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM0_DEFVAL 0x0UL - -/** - * Register: XiouSlcrRamGem0 - */ -#define XIOU_SLCR_RAM_GEM0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000500UL ) -#define XIOU_SLCR_RAM_GEM0_RSTVAL 0x00005b5bUL - -#define XIOU_SLCR_RAM_GEM0_EMASA1_SHIFT 14UL -#define XIOU_SLCR_RAM_GEM0_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM0_EMASA1_MASK 0x00004000UL -#define XIOU_SLCR_RAM_GEM0_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM0_EMAB1_SHIFT 11UL -#define XIOU_SLCR_RAM_GEM0_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM0_EMAB1_MASK 0x00003800UL -#define XIOU_SLCR_RAM_GEM0_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM0_EMAA1_SHIFT 8UL -#define XIOU_SLCR_RAM_GEM0_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM0_EMAA1_MASK 0x00000700UL -#define XIOU_SLCR_RAM_GEM0_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM0_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_GEM0_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM0_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_GEM0_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM0_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_GEM0_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM0_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_GEM0_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM0_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_GEM0_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM0_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_GEM0_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamgem1 - */ -#define XIOU_SLCR_RAM_GEM1 ( ( XIOU_SLCR_BASEADDR ) + 0x00000504UL ) -#define XIOU_SLCR_RAM_GEM1_RSTVAL 0x00005b5bUL - -#define XIOU_SLCR_RAM_GEM1_EMASA1_SHIFT 14UL -#define XIOU_SLCR_RAM_GEM1_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM1_EMASA1_MASK 0x00004000UL -#define XIOU_SLCR_RAM_GEM1_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM1_EMAB1_SHIFT 11UL -#define XIOU_SLCR_RAM_GEM1_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM1_EMAB1_MASK 0x00003800UL -#define XIOU_SLCR_RAM_GEM1_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM1_EMAA1_SHIFT 8UL -#define XIOU_SLCR_RAM_GEM1_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM1_EMAA1_MASK 0x00000700UL -#define XIOU_SLCR_RAM_GEM1_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM1_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_GEM1_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM1_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_GEM1_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM1_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_GEM1_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM1_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_GEM1_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM1_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_GEM1_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM1_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_GEM1_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamGem2 - */ -#define XIOU_SLCR_RAM_GEM2 ( ( XIOU_SLCR_BASEADDR ) + 0x00000508UL ) -#define XIOU_SLCR_RAM_GEM2_RSTVAL 0x00005b5bUL - -#define XIOU_SLCR_RAM_GEM2_EMASA1_SHIFT 14UL -#define XIOU_SLCR_RAM_GEM2_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM2_EMASA1_MASK 0x00004000UL -#define XIOU_SLCR_RAM_GEM2_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM2_EMAB1_SHIFT 11UL -#define XIOU_SLCR_RAM_GEM2_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM2_EMAB1_MASK 0x00003800UL -#define XIOU_SLCR_RAM_GEM2_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM2_EMAA1_SHIFT 8UL -#define XIOU_SLCR_RAM_GEM2_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM2_EMAA1_MASK 0x00000700UL -#define XIOU_SLCR_RAM_GEM2_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM2_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_GEM2_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM2_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_GEM2_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM2_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_GEM2_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM2_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_GEM2_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM2_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_GEM2_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM2_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_GEM2_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamGem3 - */ -#define XIOU_SLCR_RAM_GEM3 ( ( XIOU_SLCR_BASEADDR ) + 0x0000050CUL ) -#define XIOU_SLCR_RAM_GEM3_RSTVAL 0x00005b5bUL - -#define XIOU_SLCR_RAM_GEM3_EMASA1_SHIFT 14UL -#define XIOU_SLCR_RAM_GEM3_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM3_EMASA1_MASK 0x00004000UL -#define XIOU_SLCR_RAM_GEM3_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM3_EMAB1_SHIFT 11UL -#define XIOU_SLCR_RAM_GEM3_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM3_EMAB1_MASK 0x00003800UL -#define XIOU_SLCR_RAM_GEM3_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM3_EMAA1_SHIFT 8UL -#define XIOU_SLCR_RAM_GEM3_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM3_EMAA1_MASK 0x00000700UL -#define XIOU_SLCR_RAM_GEM3_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM3_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_GEM3_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM3_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_GEM3_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM3_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_GEM3_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM3_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_GEM3_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM3_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_GEM3_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM3_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_GEM3_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamXsdps0 - */ -#define XIOU_SLCR_RAM_XSDPS0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000510UL ) -#define XIOU_SLCR_RAM_XSDPS0_RSTVAL 0x0000005bUL - -#define XIOU_SLCR_RAM_XSDPS0_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_XSDPS0_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_XSDPS0_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_XSDPS0_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_XSDPS0_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_XSDPS0_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_XSDPS0_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_XSDPS0_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_XSDPS0_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_XSDPS0_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_XSDPS0_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_XSDPS0_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamXsdps1 - */ -#define XIOU_SLCR_RAM_XSDPS1 ( ( XIOU_SLCR_BASEADDR ) + 0x00000514UL ) -#define XIOU_SLCR_RAM_XSDPS1_RSTVAL 0x0000005bUL - -#define XIOU_SLCR_RAM_XSDPS1_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_XSDPS1_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_XSDPS1_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_XSDPS1_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_XSDPS1_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_XSDPS1_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_XSDPS1_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_XSDPS1_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_XSDPS1_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_XSDPS1_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_XSDPS1_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_XSDPS1_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamCan0 - */ -#define XIOU_SLCR_RAM_CAN0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000518UL ) -#define XIOU_SLCR_RAM_CAN0_RSTVAL 0x005b5b5bUL - -#define XIOU_SLCR_RAM_CAN0_EMASA2_SHIFT 22UL -#define XIOU_SLCR_RAM_CAN0_EMASA2_WIDTH 1UL -#define XIOU_SLCR_RAM_CAN0_EMASA2_MASK 0x00400000UL -#define XIOU_SLCR_RAM_CAN0_EMASA2_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_CAN0_EMAB2_SHIFT 19UL -#define XIOU_SLCR_RAM_CAN0_EMAB2_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN0_EMAB2_MASK 0x00380000UL -#define XIOU_SLCR_RAM_CAN0_EMAB2_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN0_EMAA2_SHIFT 16UL -#define XIOU_SLCR_RAM_CAN0_EMAA2_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN0_EMAA2_MASK 0x00070000UL -#define XIOU_SLCR_RAM_CAN0_EMAA2_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN0_EMASA1_SHIFT 14UL -#define XIOU_SLCR_RAM_CAN0_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_CAN0_EMASA1_MASK 0x00004000UL -#define XIOU_SLCR_RAM_CAN0_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_CAN0_EMAB1_SHIFT 11UL -#define XIOU_SLCR_RAM_CAN0_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN0_EMAB1_MASK 0x00003800UL -#define XIOU_SLCR_RAM_CAN0_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN0_EMAA1_SHIFT 8UL -#define XIOU_SLCR_RAM_CAN0_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN0_EMAA1_MASK 0x00000700UL -#define XIOU_SLCR_RAM_CAN0_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN0_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_CAN0_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_CAN0_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_CAN0_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_CAN0_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_CAN0_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN0_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_CAN0_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN0_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_CAN0_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN0_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_CAN0_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamCan1 - */ -#define XIOU_SLCR_RAM_CAN1 ( ( XIOU_SLCR_BASEADDR ) + 0x0000051CUL ) -#define XIOU_SLCR_RAM_CAN1_RSTVAL 0x005b5b5bUL - -#define XIOU_SLCR_RAM_CAN1_EMASA2_SHIFT 22UL -#define XIOU_SLCR_RAM_CAN1_EMASA2_WIDTH 1UL -#define XIOU_SLCR_RAM_CAN1_EMASA2_MASK 0x00400000UL -#define XIOU_SLCR_RAM_CAN1_EMASA2_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_CAN1_EMAB2_SHIFT 19UL -#define XIOU_SLCR_RAM_CAN1_EMAB2_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN1_EMAB2_MASK 0x00380000UL -#define XIOU_SLCR_RAM_CAN1_EMAB2_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN1_EMAA2_SHIFT 16UL -#define XIOU_SLCR_RAM_CAN1_EMAA2_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN1_EMAA2_MASK 0x00070000UL -#define XIOU_SLCR_RAM_CAN1_EMAA2_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN1_EMASA1_SHIFT 14UL -#define XIOU_SLCR_RAM_CAN1_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_CAN1_EMASA1_MASK 0x00004000UL -#define XIOU_SLCR_RAM_CAN1_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_CAN1_EMAB1_SHIFT 11UL -#define XIOU_SLCR_RAM_CAN1_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN1_EMAB1_MASK 0x00003800UL -#define XIOU_SLCR_RAM_CAN1_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN1_EMAA1_SHIFT 8UL -#define XIOU_SLCR_RAM_CAN1_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN1_EMAA1_MASK 0x00000700UL -#define XIOU_SLCR_RAM_CAN1_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN1_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_CAN1_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_CAN1_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_CAN1_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_CAN1_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_CAN1_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN1_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_CAN1_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN1_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_CAN1_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN1_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_CAN1_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamLqspi - */ -#define XIOU_SLCR_RAM_LQSPI ( ( XIOU_SLCR_BASEADDR ) + 0x00000520UL ) -#define XIOU_SLCR_RAM_LQSPI_RSTVAL 0x00002ddbUL - -#define XIOU_SLCR_RAM_LQSPI_EMASA1_SHIFT 13UL -#define XIOU_SLCR_RAM_LQSPI_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_LQSPI_EMASA1_MASK 0x00002000UL -#define XIOU_SLCR_RAM_LQSPI_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_LQSPI_EMAB1_SHIFT 10UL -#define XIOU_SLCR_RAM_LQSPI_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_LQSPI_EMAB1_MASK 0x00001c00UL -#define XIOU_SLCR_RAM_LQSPI_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_LQSPI_EMAA1_SHIFT 7UL -#define XIOU_SLCR_RAM_LQSPI_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_LQSPI_EMAA1_MASK 0x00000380UL -#define XIOU_SLCR_RAM_LQSPI_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_LQSPI_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_LQSPI_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_LQSPI_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_LQSPI_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_LQSPI_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_LQSPI_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_LQSPI_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_LQSPI_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_LQSPI_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_LQSPI_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_LQSPI_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_LQSPI_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamXnandps8 - */ -#define XIOU_SLCR_RAM_XNANDPS8 ( ( XIOU_SLCR_BASEADDR ) + 0x00000524UL ) -#define XIOU_SLCR_RAM_XNANDPS8_RSTVAL 0x0000005bUL - -#define XIOU_SLCR_RAM_XNANDPS8_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_XNANDPS8_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_XNANDPS8_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_XNANDPS8_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_XNANDPS8_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_XNANDPS8_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_XNANDPS8_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_XNANDPS8_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_XNANDPS8_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_XNANDPS8_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_XNANDPS8_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_XNANDPS8_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrCtrl - */ -#define XIOU_SLCR_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x00000600UL ) -#define XIOU_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XIOU_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XIOU_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XIOU_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XiouSlcrIsr - */ -#define XIOU_SLCR_ISR ( ( XIOU_SLCR_BASEADDR ) + 0x00000700UL ) -#define XIOU_SLCR_ISR_RSTVAL 0x00000000UL - -#define XIOU_SLCR_ISR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SLCR_ISR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SLCR_ISR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SLCR_ISR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XiouSlcrImr - */ -#define XIOU_SLCR_IMR ( ( XIOU_SLCR_BASEADDR ) + 0x00000704UL ) -#define XIOU_SLCR_IMR_RSTVAL 0x00000001UL - -#define XIOU_SLCR_IMR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SLCR_IMR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SLCR_IMR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SLCR_IMR_ADDR_DECD_ERR_DEFVAL 0x1UL - -/** - * Register: XiouSlcrIer - */ -#define XIOU_SLCR_IER ( ( XIOU_SLCR_BASEADDR ) + 0x00000708UL ) -#define XIOU_SLCR_IER_RSTVAL 0x00000000UL - -#define XIOU_SLCR_IER_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SLCR_IER_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SLCR_IER_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SLCR_IER_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XiouSlcrIdr - */ -#define XIOU_SLCR_IDR ( ( XIOU_SLCR_BASEADDR ) + 0x0000070CUL ) -#define XIOU_SLCR_IDR_RSTVAL 0x00000000UL - -#define XIOU_SLCR_IDR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SLCR_IDR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SLCR_IDR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SLCR_IDR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XiouSlcrItr - */ -#define XIOU_SLCR_ITR ( ( XIOU_SLCR_BASEADDR ) + 0x00000710UL ) -#define XIOU_SLCR_ITR_RSTVAL 0x00000000UL - -#define XIOU_SLCR_ITR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SLCR_ITR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SLCR_ITR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SLCR_ITR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XIOU_SLCR_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_slcr.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_slcr.h deleted file mode 100644 index 6213784..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_slcr.h +++ /dev/null @@ -1,5678 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_SLCR_H__ -#define __XLPD_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdSlcr Base Address - */ -#define XLPD_SLCR_BASEADDR 0xFF410000UL - -/** - * Register: XlpdSlcrWprot0 - */ -#define XLPD_SLCR_WPROT0 ( ( XLPD_SLCR_BASEADDR ) + 0x00000000UL ) -#define XLPD_SLCR_WPROT0_RSTVAL 0x00000001UL - -#define XLPD_SLCR_WPROT0_ACT_SHIFT 0UL -#define XLPD_SLCR_WPROT0_ACT_WIDTH 1UL -#define XLPD_SLCR_WPROT0_ACT_MASK 0x00000001UL -#define XLPD_SLCR_WPROT0_ACT_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrCtrl - */ -#define XLPD_SLCR_CTRL ( ( XLPD_SLCR_BASEADDR ) + 0x00000004UL ) -#define XLPD_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XLPD_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XLPD_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XLPD_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XLPD_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIsr - */ -#define XLPD_SLCR_ISR ( ( XLPD_SLCR_BASEADDR ) + 0x00000008UL ) -#define XLPD_SLCR_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ISR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_ISR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_ISR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_ISR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrImr - */ -#define XLPD_SLCR_IMR ( ( XLPD_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XLPD_SLCR_IMR_RSTVAL 0x00000001UL - -#define XLPD_SLCR_IMR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_IMR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_IMR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_IMR_ADDR_DECD_ERR_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrIer - */ -#define XLPD_SLCR_IER ( ( XLPD_SLCR_BASEADDR ) + 0x00000010UL ) -#define XLPD_SLCR_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_IER_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_IER_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_IER_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_IER_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIdr - */ -#define XLPD_SLCR_IDR ( ( XLPD_SLCR_BASEADDR ) + 0x00000014UL ) -#define XLPD_SLCR_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_IDR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_IDR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_IDR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_IDR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrItr - */ -#define XLPD_SLCR_ITR ( ( XLPD_SLCR_BASEADDR ) + 0x00000018UL ) -#define XLPD_SLCR_ITR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ITR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_ITR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_ITR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_ITR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk0 - */ -#define XLPD_SLCR_SAFETY_CHK0 ( ( XLPD_SLCR_BASEADDR ) + 0x00000040UL ) -#define XLPD_SLCR_SAFETY_CHK0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK0_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK0_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK0_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK0_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk1 - */ -#define XLPD_SLCR_SAFETY_CHK1 ( ( XLPD_SLCR_BASEADDR ) + 0x00000044UL ) -#define XLPD_SLCR_SAFETY_CHK1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK1_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK1_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK1_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK1_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk2 - */ -#define XLPD_SLCR_SAFETY_CHK2 ( ( XLPD_SLCR_BASEADDR ) + 0x00000048UL ) -#define XLPD_SLCR_SAFETY_CHK2_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK2_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK2_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK2_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK2_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk3 - */ -#define XLPD_SLCR_SAFETY_CHK3 ( ( XLPD_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XLPD_SLCR_SAFETY_CHK3_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK3_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK3_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK3_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK3_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrXcsupmuWdtClkSel - */ -#define XLPD_SLCR_XCSUPMU_WDT_CLK_SEL ( ( XLPD_SLCR_BASEADDR ) + 0x00000050UL ) -#define XLPD_SLCR_XCSUPMU_WDT_CLK_SEL_RSTVAL 0x00000000UL - -#define XLPD_SLCR_XCSUPMU_WDT_CLK_SEL_SHIFT 0UL -#define XLPD_SLCR_XCSUPMU_WDT_CLK_SEL_WIDTH 1UL -#define XLPD_SLCR_XCSUPMU_WDT_CLK_SEL_MASK 0x00000001UL -#define XLPD_SLCR_XCSUPMU_WDT_CLK_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrAdmaCfg - */ -#define XLPD_SLCR_ADMA_CFG ( ( XLPD_SLCR_BASEADDR ) + 0x0000200CUL ) -#define XLPD_SLCR_ADMA_CFG_RSTVAL 0x00000028UL - -#define XLPD_SLCR_ADMA_CFG_BUSWID_SHIFT 5UL -#define XLPD_SLCR_ADMA_CFG_BUSWID_WIDTH 2UL -#define XLPD_SLCR_ADMA_CFG_BUSWID_MASK 0x00000060UL -#define XLPD_SLCR_ADMA_CFG_BUSWID_DEFVAL 0x1UL - -#define XLPD_SLCR_ADMA_CFG_NUM_CH_SHIFT 0UL -#define XLPD_SLCR_ADMA_CFG_NUM_CH_WIDTH 5UL -#define XLPD_SLCR_ADMA_CFG_NUM_CH_MASK 0x0000001fUL -#define XLPD_SLCR_ADMA_CFG_NUM_CH_DEFVAL 0x8UL - -/** - * Register: XlpdSlcrAdmaRam - */ -#define XLPD_SLCR_ADMA_RAM ( ( XLPD_SLCR_BASEADDR ) + 0x00002010UL ) -#define XLPD_SLCR_ADMA_RAM_RSTVAL 0x00003b3bUL - -#define XLPD_SLCR_ADMA_RAM1_EMAB_SHIFT 12UL -#define XLPD_SLCR_ADMA_RAM1_EMAB_WIDTH 3UL -#define XLPD_SLCR_ADMA_RAM1_EMAB_MASK 0x00007000UL -#define XLPD_SLCR_ADMA_RAM1_EMAB_DEFVAL 0x3UL - -#define XLPD_SLCR_ADMA_RAM1_EMASA_SHIFT 11UL -#define XLPD_SLCR_ADMA_RAM1_EMASA_WIDTH 1UL -#define XLPD_SLCR_ADMA_RAM1_EMASA_MASK 0x00000800UL -#define XLPD_SLCR_ADMA_RAM1_EMASA_DEFVAL 0x1UL - -#define XLPD_SLCR_ADMA_RAM1_EMAA_SHIFT 8UL -#define XLPD_SLCR_ADMA_RAM1_EMAA_WIDTH 3UL -#define XLPD_SLCR_ADMA_RAM1_EMAA_MASK 0x00000700UL -#define XLPD_SLCR_ADMA_RAM1_EMAA_DEFVAL 0x3UL - -#define XLPD_SLCR_ADMA_RAM0_EMAB_SHIFT 4UL -#define XLPD_SLCR_ADMA_RAM0_EMAB_WIDTH 3UL -#define XLPD_SLCR_ADMA_RAM0_EMAB_MASK 0x00000070UL -#define XLPD_SLCR_ADMA_RAM0_EMAB_DEFVAL 0x3UL - -#define XLPD_SLCR_ADMA_RAM0_EMASA_SHIFT 3UL -#define XLPD_SLCR_ADMA_RAM0_EMASA_WIDTH 1UL -#define XLPD_SLCR_ADMA_RAM0_EMASA_MASK 0x00000008UL -#define XLPD_SLCR_ADMA_RAM0_EMASA_DEFVAL 0x1UL - -#define XLPD_SLCR_ADMA_RAM0_EMAA_SHIFT 0UL -#define XLPD_SLCR_ADMA_RAM0_EMAA_WIDTH 3UL -#define XLPD_SLCR_ADMA_RAM0_EMAA_MASK 0x00000007UL -#define XLPD_SLCR_ADMA_RAM0_EMAA_DEFVAL 0x3UL - -/** - * Register: XlpdSlcrErrAibaxiIsr - */ -#define XLPD_SLCR_ERR_AIBAXI_ISR ( ( XLPD_SLCR_BASEADDR ) + 0x00003000UL ) -#define XLPD_SLCR_ERR_AIBAXI_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_DDR_SHIFT 27UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_DDR_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_DDR_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_OCMS_SHIFT 26UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_OCMS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_OCMS_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_MAIN_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB1S_SHIFT 23UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB1S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB1S_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB0S_SHIFT 22UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB0S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB0S_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS0_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM0_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_OCM_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_LPDIBS_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAibaxiImr - */ -#define XLPD_SLCR_ERR_AIBAXI_IMR ( ( XLPD_SLCR_BASEADDR ) + 0x00003008UL ) -#define XLPD_SLCR_ERR_AIBAXI_IMR_RSTVAL 0x1dcf000fUL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS2_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_DDR_SHIFT 27UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_DDR_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_DDR_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_OCMS_SHIFT 26UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_OCMS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_OCMS_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_MAIN_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB1S_SHIFT 23UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB1S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB1S_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB0S_SHIFT 22UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB0S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB0S_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS1_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS0_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM1_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM0_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_OCM_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_LPDIBS_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS1_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrErrAibaxiIer - */ -#define XLPD_SLCR_ERR_AIBAXI_IER ( ( XLPD_SLCR_BASEADDR ) + 0x00003010UL ) -#define XLPD_SLCR_ERR_AIBAXI_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_DDR_SHIFT 27UL -#define XLPD_SLCR_ERR_AIBAXI_IER_DDR_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_DDR_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_OCMS_SHIFT 26UL -#define XLPD_SLCR_ERR_AIBAXI_IER_OCMS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_OCMS_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_MAIN_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_USB1S_SHIFT 23UL -#define XLPD_SLCR_ERR_AIBAXI_IER_USB1S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_USB1S_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_USB0S_SHIFT 22UL -#define XLPD_SLCR_ERR_AIBAXI_IER_USB0S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_USB0S_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS0_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM0_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_OCM_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_LPDIBS_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAibaxiIdr - */ -#define XLPD_SLCR_ERR_AIBAXI_IDR ( ( XLPD_SLCR_BASEADDR ) + 0x00003018UL ) -#define XLPD_SLCR_ERR_AIBAXI_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_DDR_SHIFT 27UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_DDR_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_DDR_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_OCMS_SHIFT 26UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_OCMS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_OCMS_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_MAIN_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB1S_SHIFT 23UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB1S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB1S_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB0S_SHIFT 22UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB0S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB0S_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS0_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM0_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_OCM_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_LPDIBS_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAibapbIsr - */ -#define XLPD_SLCR_ERR_AIBAPB_ISR ( ( XLPD_SLCR_BASEADDR ) + 0x00003020UL ) -#define XLPD_SLCR_ERR_AIBAPB_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_AIBAPB_ISR_GPU_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAPB_ISR_GPU_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAPB_ISR_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAPB_ISR_GPU_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAibapbImr - */ -#define XLPD_SLCR_ERR_AIBAPB_IMR ( ( XLPD_SLCR_BASEADDR ) + 0x00003024UL ) -#define XLPD_SLCR_ERR_AIBAPB_IMR_RSTVAL 0x00000001UL - -#define XLPD_SLCR_ERR_AIBAPB_IMR_GPU_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAPB_IMR_GPU_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAPB_IMR_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAPB_IMR_GPU_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrErrAibapbIer - */ -#define XLPD_SLCR_ERR_AIBAPB_IER ( ( XLPD_SLCR_BASEADDR ) + 0x00003028UL ) -#define XLPD_SLCR_ERR_AIBAPB_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_AIBAPB_IER_GPU_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAPB_IER_GPU_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAPB_IER_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAPB_IER_GPU_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAibapbIdr - */ -#define XLPD_SLCR_ERR_AIBAPB_IDR ( ( XLPD_SLCR_BASEADDR ) + 0x0000302CUL ) -#define XLPD_SLCR_ERR_AIBAPB_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_AIBAPB_IDR_GPU_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAPB_IDR_GPU_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAPB_IDR_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAPB_IDR_GPU_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIsoAibaxiReq - */ -#define XLPD_SLCR_ISO_AIBAXI_REQ ( ( XLPD_SLCR_BASEADDR ) + 0x00003030UL ) -#define XLPD_SLCR_ISO_AIBAXI_REQ_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_DDR_SHIFT 27UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_DDR_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_DDR_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_OCMS_SHIFT 26UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_OCMS_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_OCMS_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_MAIN_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB1S_SHIFT 23UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB1S_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB1S_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB0S_SHIFT 22UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB0S_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB0S_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS0_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM1_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM0_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_OCM_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_LPDIBS_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIsoAibaxiType - */ -#define XLPD_SLCR_ISO_AIBAXI_TYPE ( ( XLPD_SLCR_BASEADDR ) + 0x00003038UL ) -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RSTVAL 0x19cf000fUL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS2_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_DDR_SHIFT 27UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_DDR_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_DDR_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_OCMS_SHIFT 26UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_OCMS_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_OCMS_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_MAIN_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB1S_SHIFT 23UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB1S_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB1S_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB0S_SHIFT 22UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB0S_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB0S_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS1_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS0_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM1_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM0_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_OCM_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_LPDIBS_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS1_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrIsoAibaxiAck - */ -#define XLPD_SLCR_ISO_AIBAXI_ACK ( ( XLPD_SLCR_BASEADDR ) + 0x00003040UL ) -#define XLPD_SLCR_ISO_AIBAXI_ACK_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_DDR_SHIFT 27UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_DDR_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_DDR_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_OCMS_SHIFT 26UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_OCMS_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_OCMS_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_MAIN_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB1S_SHIFT 23UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB1S_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB1S_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB0S_SHIFT 22UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB0S_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB0S_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS0_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM1_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM0_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_OCM_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_LPDIBS_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIsoAibapbReq - */ -#define XLPD_SLCR_ISO_AIBAPB_REQ ( ( XLPD_SLCR_BASEADDR ) + 0x00003048UL ) -#define XLPD_SLCR_ISO_AIBAPB_REQ_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ISO_AIBAPB_REQ_GPU_SHIFT 0UL -#define XLPD_SLCR_ISO_AIBAPB_REQ_GPU_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAPB_REQ_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ISO_AIBAPB_REQ_GPU_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIsoAibapbType - */ -#define XLPD_SLCR_ISO_AIBAPB_TYPE ( ( XLPD_SLCR_BASEADDR ) + 0x0000304CUL ) -#define XLPD_SLCR_ISO_AIBAPB_TYPE_RSTVAL 0x00000001UL - -#define XLPD_SLCR_ISO_AIBAPB_TYPE_GPU_SHIFT 0UL -#define XLPD_SLCR_ISO_AIBAPB_TYPE_GPU_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAPB_TYPE_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ISO_AIBAPB_TYPE_GPU_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrIsoAibapbAck - */ -#define XLPD_SLCR_ISO_AIBAPB_ACK ( ( XLPD_SLCR_BASEADDR ) + 0x00003050UL ) -#define XLPD_SLCR_ISO_AIBAPB_ACK_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ISO_AIBAPB_ACK_GPU_SHIFT 0UL -#define XLPD_SLCR_ISO_AIBAPB_ACK_GPU_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAPB_ACK_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ISO_AIBAPB_ACK_GPU_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAtbIsr - */ -#define XLPD_SLCR_ERR_ATB_ISR ( ( XLPD_SLCR_BASEADDR ) + 0x00006000UL ) -#define XLPD_SLCR_ERR_ATB_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_ATB_ISR_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ERR_ATB_ISR_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_ISR_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ERR_ATB_ISR_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_ATB_ISR_LPDM_SHIFT 0UL -#define XLPD_SLCR_ERR_ATB_ISR_LPDM_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_ISR_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ERR_ATB_ISR_LPDM_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAtbImr - */ -#define XLPD_SLCR_ERR_ATB_IMR ( ( XLPD_SLCR_BASEADDR ) + 0x00006004UL ) -#define XLPD_SLCR_ERR_ATB_IMR_RSTVAL 0x00000003UL - -#define XLPD_SLCR_ERR_ATB_IMR_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ERR_ATB_IMR_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_IMR_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ERR_ATB_IMR_AFIFS2_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_ATB_IMR_LPDM_SHIFT 0UL -#define XLPD_SLCR_ERR_ATB_IMR_LPDM_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_IMR_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ERR_ATB_IMR_LPDM_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrErrAtbIer - */ -#define XLPD_SLCR_ERR_ATB_IER ( ( XLPD_SLCR_BASEADDR ) + 0x00006008UL ) -#define XLPD_SLCR_ERR_ATB_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_ATB_IER_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ERR_ATB_IER_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_IER_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ERR_ATB_IER_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_ATB_IER_LPDM_SHIFT 0UL -#define XLPD_SLCR_ERR_ATB_IER_LPDM_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_IER_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ERR_ATB_IER_LPDM_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAtbIdr - */ -#define XLPD_SLCR_ERR_ATB_IDR ( ( XLPD_SLCR_BASEADDR ) + 0x0000600CUL ) -#define XLPD_SLCR_ERR_ATB_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_ATB_IDR_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ERR_ATB_IDR_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_IDR_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ERR_ATB_IDR_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_ATB_IDR_LPDM_SHIFT 0UL -#define XLPD_SLCR_ERR_ATB_IDR_LPDM_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_IDR_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ERR_ATB_IDR_LPDM_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrAtbCmdStoreEn - */ -#define XLPD_SLCR_ATB_CMD_STORE_EN ( ( XLPD_SLCR_BASEADDR ) + 0x00006010UL ) -#define XLPD_SLCR_ATB_CMD_STORE_EN_RSTVAL 0x00000003UL - -#define XLPD_SLCR_ATB_CMD_STORE_EN_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ATB_CMD_STORE_EN_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ATB_CMD_STORE_EN_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ATB_CMD_STORE_EN_AFIFS2_DEFVAL 0x1UL - -#define XLPD_SLCR_ATB_CMD_STORE_EN_LPDM_SHIFT 0UL -#define XLPD_SLCR_ATB_CMD_STORE_EN_LPDM_WIDTH 1UL -#define XLPD_SLCR_ATB_CMD_STORE_EN_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ATB_CMD_STORE_EN_LPDM_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrAtbRespEn - */ -#define XLPD_SLCR_ATB_RESP_EN ( ( XLPD_SLCR_BASEADDR ) + 0x00006014UL ) -#define XLPD_SLCR_ATB_RESP_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ATB_RESP_EN_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ATB_RESP_EN_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ATB_RESP_EN_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ATB_RESP_EN_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ATB_RESP_EN_LPDM_SHIFT 0UL -#define XLPD_SLCR_ATB_RESP_EN_LPDM_WIDTH 1UL -#define XLPD_SLCR_ATB_RESP_EN_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ATB_RESP_EN_LPDM_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrAtbRespType - */ -#define XLPD_SLCR_ATB_RESP_TYPE ( ( XLPD_SLCR_BASEADDR ) + 0x00006018UL ) -#define XLPD_SLCR_ATB_RESP_TYPE_RSTVAL 0x00000003UL - -#define XLPD_SLCR_ATB_RESP_TYPE_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ATB_RESP_TYPE_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ATB_RESP_TYPE_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ATB_RESP_TYPE_AFIFS2_DEFVAL 0x1UL - -#define XLPD_SLCR_ATB_RESP_TYPE_LPDM_SHIFT 0UL -#define XLPD_SLCR_ATB_RESP_TYPE_LPDM_WIDTH 1UL -#define XLPD_SLCR_ATB_RESP_TYPE_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ATB_RESP_TYPE_LPDM_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrAtbPrescale - */ -#define XLPD_SLCR_ATB_PRESCALE ( ( XLPD_SLCR_BASEADDR ) + 0x00006020UL ) -#define XLPD_SLCR_ATB_PRESCALE_RSTVAL 0x0000ffffUL - -#define XLPD_SLCR_ATB_PRESCALE_EN_SHIFT 16UL -#define XLPD_SLCR_ATB_PRESCALE_EN_WIDTH 1UL -#define XLPD_SLCR_ATB_PRESCALE_EN_MASK 0x00010000UL -#define XLPD_SLCR_ATB_PRESCALE_EN_DEFVAL 0x0UL - -#define XLPD_SLCR_ATB_PRESCALE_VAL_SHIFT 0UL -#define XLPD_SLCR_ATB_PRESCALE_VAL_WIDTH 16UL -#define XLPD_SLCR_ATB_PRESCALE_VAL_MASK 0x0000ffffUL -#define XLPD_SLCR_ATB_PRESCALE_VAL_DEFVAL 0xffffUL - -/** - * Register: XlpdSlcrMutex0 - */ -#define XLPD_SLCR_MUTEX0 ( ( XLPD_SLCR_BASEADDR ) + 0x00007000UL ) -#define XLPD_SLCR_MUTEX0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_MUTEX0_ID_SHIFT 0UL -#define XLPD_SLCR_MUTEX0_ID_WIDTH 32UL -#define XLPD_SLCR_MUTEX0_ID_MASK 0xffffffffUL -#define XLPD_SLCR_MUTEX0_ID_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrMutex1 - */ -#define XLPD_SLCR_MUTEX1 ( ( XLPD_SLCR_BASEADDR ) + 0x00007004UL ) -#define XLPD_SLCR_MUTEX1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_MUTEX1_ID_SHIFT 0UL -#define XLPD_SLCR_MUTEX1_ID_WIDTH 32UL -#define XLPD_SLCR_MUTEX1_ID_MASK 0xffffffffUL -#define XLPD_SLCR_MUTEX1_ID_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrMutex2 - */ -#define XLPD_SLCR_MUTEX2 ( ( XLPD_SLCR_BASEADDR ) + 0x00007008UL ) -#define XLPD_SLCR_MUTEX2_RSTVAL 0x00000000UL - -#define XLPD_SLCR_MUTEX2_ID_SHIFT 0UL -#define XLPD_SLCR_MUTEX2_ID_WIDTH 32UL -#define XLPD_SLCR_MUTEX2_ID_MASK 0xffffffffUL -#define XLPD_SLCR_MUTEX2_ID_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrMutex3 - */ -#define XLPD_SLCR_MUTEX3 ( ( XLPD_SLCR_BASEADDR ) + 0x0000700CUL ) -#define XLPD_SLCR_MUTEX3_RSTVAL 0x00000000UL - -#define XLPD_SLCR_MUTEX3_ID_SHIFT 0UL -#define XLPD_SLCR_MUTEX3_ID_WIDTH 32UL -#define XLPD_SLCR_MUTEX3_ID_MASK 0xffffffffUL -#define XLPD_SLCR_MUTEX3_ID_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp0IrqSts - */ -#define XLPD_SLCR_GICP0_IRQ_STS ( ( XLPD_SLCR_BASEADDR ) + 0x00008000UL ) -#define XLPD_SLCR_GICP0_IRQ_STS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp0IrqMsk - */ -#define XLPD_SLCR_GICP0_IRQ_MSK ( ( XLPD_SLCR_BASEADDR ) + 0x00008004UL ) -#define XLPD_SLCR_GICP0_IRQ_MSK_RSTVAL 0xffffffffUL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC31_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC30_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC29_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC28_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC27_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC26_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC25_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC24_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC23_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC22_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC21_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC20_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC19_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC18_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC17_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC16_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC15_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC14_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC13_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC12_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC11_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC10_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC9_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC8_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC7_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC6_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC5_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC4_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC3_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC2_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC1_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrGicp0IrqEn - */ -#define XLPD_SLCR_GICP0_IRQ_EN ( ( XLPD_SLCR_BASEADDR ) + 0x00008008UL ) -#define XLPD_SLCR_GICP0_IRQ_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp0IrqDis - */ -#define XLPD_SLCR_GICP0_IRQ_DIS ( ( XLPD_SLCR_BASEADDR ) + 0x0000800CUL ) -#define XLPD_SLCR_GICP0_IRQ_DIS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp0IrqTrig - */ -#define XLPD_SLCR_GICP0_IRQ_TRIG ( ( XLPD_SLCR_BASEADDR ) + 0x00008010UL ) -#define XLPD_SLCR_GICP0_IRQ_TRIG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp1IrqSts - */ -#define XLPD_SLCR_GICP1_IRQ_STS ( ( XLPD_SLCR_BASEADDR ) + 0x00008014UL ) -#define XLPD_SLCR_GICP1_IRQ_STS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp1IrqMsk - */ -#define XLPD_SLCR_GICP1_IRQ_MSK ( ( XLPD_SLCR_BASEADDR ) + 0x00008018UL ) -#define XLPD_SLCR_GICP1_IRQ_MSK_RSTVAL 0xffffffffUL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC31_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC30_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC29_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC28_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC27_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC26_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC25_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC24_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC23_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC22_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC21_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC20_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC19_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC18_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC17_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC16_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC15_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC14_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC13_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC12_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC11_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC10_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC9_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC8_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC7_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC6_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC5_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC4_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC3_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC2_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC1_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrGicp1IrqEn - */ -#define XLPD_SLCR_GICP1_IRQ_EN ( ( XLPD_SLCR_BASEADDR ) + 0x0000801CUL ) -#define XLPD_SLCR_GICP1_IRQ_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp1IrqDis - */ -#define XLPD_SLCR_GICP1_IRQ_DIS ( ( XLPD_SLCR_BASEADDR ) + 0x00008020UL ) -#define XLPD_SLCR_GICP1_IRQ_DIS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp1IrqTrig - */ -#define XLPD_SLCR_GICP1_IRQ_TRIG ( ( XLPD_SLCR_BASEADDR ) + 0x00008024UL ) -#define XLPD_SLCR_GICP1_IRQ_TRIG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp2IrqSts - */ -#define XLPD_SLCR_GICP2_IRQ_STS ( ( XLPD_SLCR_BASEADDR ) + 0x00008028UL ) -#define XLPD_SLCR_GICP2_IRQ_STS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp2IrqMsk - */ -#define XLPD_SLCR_GICP2_IRQ_MSK ( ( XLPD_SLCR_BASEADDR ) + 0x0000802CUL ) -#define XLPD_SLCR_GICP2_IRQ_MSK_RSTVAL 0xffffffffUL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC31_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC30_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC29_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC28_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC27_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC26_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC25_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC24_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC23_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC22_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC21_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC20_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC19_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC18_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC17_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC16_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC15_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC14_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC13_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC12_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC11_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC10_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC9_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC8_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC7_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC6_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC5_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC4_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC3_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC2_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC1_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrGicp2IrqEn - */ -#define XLPD_SLCR_GICP2_IRQ_EN ( ( XLPD_SLCR_BASEADDR ) + 0x00008030UL ) -#define XLPD_SLCR_GICP2_IRQ_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp2IrqDis - */ -#define XLPD_SLCR_GICP2_IRQ_DIS ( ( XLPD_SLCR_BASEADDR ) + 0x00008034UL ) -#define XLPD_SLCR_GICP2_IRQ_DIS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp2IrqTrig - */ -#define XLPD_SLCR_GICP2_IRQ_TRIG ( ( XLPD_SLCR_BASEADDR ) + 0x00008038UL ) -#define XLPD_SLCR_GICP2_IRQ_TRIG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp3IrqSts - */ -#define XLPD_SLCR_GICP3_IRQ_STS ( ( XLPD_SLCR_BASEADDR ) + 0x0000803CUL ) -#define XLPD_SLCR_GICP3_IRQ_STS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp3IrqMsk - */ -#define XLPD_SLCR_GICP3_IRQ_MSK ( ( XLPD_SLCR_BASEADDR ) + 0x00008040UL ) -#define XLPD_SLCR_GICP3_IRQ_MSK_RSTVAL 0xffffffffUL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC31_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC30_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC29_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC28_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC27_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC26_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC25_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC24_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC23_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC22_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC21_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC20_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC19_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC18_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC17_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC16_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC15_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC14_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC13_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC12_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC11_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC10_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC9_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC8_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC7_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC6_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC5_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC4_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC3_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC2_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC1_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrGicp3IrqEn - */ -#define XLPD_SLCR_GICP3_IRQ_EN ( ( XLPD_SLCR_BASEADDR ) + 0x00008044UL ) -#define XLPD_SLCR_GICP3_IRQ_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp3IrqDis - */ -#define XLPD_SLCR_GICP3_IRQ_DIS ( ( XLPD_SLCR_BASEADDR ) + 0x00008048UL ) -#define XLPD_SLCR_GICP3_IRQ_DIS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp3IrqTrig - */ -#define XLPD_SLCR_GICP3_IRQ_TRIG ( ( XLPD_SLCR_BASEADDR ) + 0x0000804CUL ) -#define XLPD_SLCR_GICP3_IRQ_TRIG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp4IrqSts - */ -#define XLPD_SLCR_GICP4_IRQ_STS ( ( XLPD_SLCR_BASEADDR ) + 0x00008050UL ) -#define XLPD_SLCR_GICP4_IRQ_STS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp4IrqMsk - */ -#define XLPD_SLCR_GICP4_IRQ_MSK ( ( XLPD_SLCR_BASEADDR ) + 0x00008054UL ) -#define XLPD_SLCR_GICP4_IRQ_MSK_RSTVAL 0xffffffffUL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC31_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC30_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC29_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC28_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC27_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC26_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC25_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC24_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC23_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC22_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC21_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC20_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC19_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC18_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC17_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC16_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC15_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC14_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC13_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC12_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC11_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC10_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC9_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC8_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC7_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC6_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC5_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC4_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC3_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC2_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC1_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrGicp4IrqEn - */ -#define XLPD_SLCR_GICP4_IRQ_EN ( ( XLPD_SLCR_BASEADDR ) + 0x00008058UL ) -#define XLPD_SLCR_GICP4_IRQ_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp4IrqDis - */ -#define XLPD_SLCR_GICP4_IRQ_DIS ( ( XLPD_SLCR_BASEADDR ) + 0x0000805CUL ) -#define XLPD_SLCR_GICP4_IRQ_DIS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp4IrqTrig - */ -#define XLPD_SLCR_GICP4_IRQ_TRIG ( ( XLPD_SLCR_BASEADDR ) + 0x00008060UL ) -#define XLPD_SLCR_GICP4_IRQ_TRIG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicpPmuIrqSts - */ -#define XLPD_SLCR_GICP_PMU_IRQ_STS ( ( XLPD_SLCR_BASEADDR ) + 0x000080A0UL ) -#define XLPD_SLCR_GICP_PMU_IRQ_STS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicpPmuIrqMsk - */ -#define XLPD_SLCR_GICP_PMU_IRQ_MSK ( ( XLPD_SLCR_BASEADDR ) + 0x000080A4UL ) -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_RSTVAL 0x000000ffUL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC7_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC6_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC5_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC4_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC3_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC2_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC1_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrGicpPmuIrqEn - */ -#define XLPD_SLCR_GICP_PMU_IRQ_EN ( ( XLPD_SLCR_BASEADDR ) + 0x000080A8UL ) -#define XLPD_SLCR_GICP_PMU_IRQ_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicpPmuIrqDis - */ -#define XLPD_SLCR_GICP_PMU_IRQ_DIS ( ( XLPD_SLCR_BASEADDR ) + 0x000080ACUL ) -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicpPmuIrqTrig - */ -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG ( ( XLPD_SLCR_BASEADDR ) + 0x000080B0UL ) -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrAfiFs - */ -#define XLPD_SLCR_AFI_FS ( ( XLPD_SLCR_BASEADDR ) + 0x00009000UL ) -#define XLPD_SLCR_AFI_FS_RSTVAL 0x00000200UL - -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_SHIFT 8UL -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_WIDTH 2UL -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_MASK 0x00000300UL -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_DEFVAL 0x2UL - -/** - * Register: XlpdSlcrCci - */ -#define XLPD_SLCR_CCI ( ( XLPD_SLCR_BASEADDR ) + 0x0000A000UL ) -#define XLPD_SLCR_CCI_RSTVAL 0x03801c07UL - -#define XLPD_SLCR_CCI_SPR_SHIFT 28UL -#define XLPD_SLCR_CCI_SPR_WIDTH 4UL -#define XLPD_SLCR_CCI_SPR_MASK 0xf0000000UL -#define XLPD_SLCR_CCI_SPR_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_QVNVNETS4_SHIFT 27UL -#define XLPD_SLCR_CCI_QVNVNETS4_WIDTH 1UL -#define XLPD_SLCR_CCI_QVNVNETS4_MASK 0x08000000UL -#define XLPD_SLCR_CCI_QVNVNETS4_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_QVNVNETS3_SHIFT 26UL -#define XLPD_SLCR_CCI_QVNVNETS3_WIDTH 1UL -#define XLPD_SLCR_CCI_QVNVNETS3_MASK 0x04000000UL -#define XLPD_SLCR_CCI_QVNVNETS3_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_QVNVNETS2_SHIFT 25UL -#define XLPD_SLCR_CCI_QVNVNETS2_WIDTH 1UL -#define XLPD_SLCR_CCI_QVNVNETS2_MASK 0x02000000UL -#define XLPD_SLCR_CCI_QVNVNETS2_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_QVNVNETS1_SHIFT 24UL -#define XLPD_SLCR_CCI_QVNVNETS1_WIDTH 1UL -#define XLPD_SLCR_CCI_QVNVNETS1_MASK 0x01000000UL -#define XLPD_SLCR_CCI_QVNVNETS1_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_QVNVNETS0_SHIFT 23UL -#define XLPD_SLCR_CCI_QVNVNETS0_WIDTH 1UL -#define XLPD_SLCR_CCI_QVNVNETS0_MASK 0x00800000UL -#define XLPD_SLCR_CCI_QVNVNETS0_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_QOS_OVRRD_SHIFT 18UL -#define XLPD_SLCR_CCI_QOS_OVRRD_WIDTH 5UL -#define XLPD_SLCR_CCI_QOS_OVRRD_MASK 0x007c0000UL -#define XLPD_SLCR_CCI_QOS_OVRRD_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_QVN_EN_M2_SHIFT 17UL -#define XLPD_SLCR_CCI_QVN_EN_M2_WIDTH 1UL -#define XLPD_SLCR_CCI_QVN_EN_M2_MASK 0x00020000UL -#define XLPD_SLCR_CCI_QVN_EN_M2_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_QVN_EN_M1_SHIFT 16UL -#define XLPD_SLCR_CCI_QVN_EN_M1_WIDTH 1UL -#define XLPD_SLCR_CCI_QVN_EN_M1_MASK 0x00010000UL -#define XLPD_SLCR_CCI_QVN_EN_M1_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_STRPG_GRAN_SHIFT 13UL -#define XLPD_SLCR_CCI_STRPG_GRAN_WIDTH 3UL -#define XLPD_SLCR_CCI_STRPG_GRAN_MASK 0x0000e000UL -#define XLPD_SLCR_CCI_STRPG_GRAN_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ACCHNLLEN4_SHIFT 12UL -#define XLPD_SLCR_CCI_ACCHNLLEN4_WIDTH 1UL -#define XLPD_SLCR_CCI_ACCHNLLEN4_MASK 0x00001000UL -#define XLPD_SLCR_CCI_ACCHNLLEN4_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_ACCHNLLEN3_SHIFT 11UL -#define XLPD_SLCR_CCI_ACCHNLLEN3_WIDTH 1UL -#define XLPD_SLCR_CCI_ACCHNLLEN3_MASK 0x00000800UL -#define XLPD_SLCR_CCI_ACCHNLLEN3_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_ACCHNLLEN0_SHIFT 10UL -#define XLPD_SLCR_CCI_ACCHNLLEN0_WIDTH 1UL -#define XLPD_SLCR_CCI_ACCHNLLEN0_MASK 0x00000400UL -#define XLPD_SLCR_CCI_ACCHNLLEN0_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_ECOREVNUM_SHIFT 6UL -#define XLPD_SLCR_CCI_ECOREVNUM_WIDTH 4UL -#define XLPD_SLCR_CCI_ECOREVNUM_MASK 0x000003c0UL -#define XLPD_SLCR_CCI_ECOREVNUM_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ASA2_SHIFT 5UL -#define XLPD_SLCR_CCI_ASA2_WIDTH 1UL -#define XLPD_SLCR_CCI_ASA2_MASK 0x00000020UL -#define XLPD_SLCR_CCI_ASA2_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ASA1_SHIFT 4UL -#define XLPD_SLCR_CCI_ASA1_WIDTH 1UL -#define XLPD_SLCR_CCI_ASA1_MASK 0x00000010UL -#define XLPD_SLCR_CCI_ASA1_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ASA0_SHIFT 3UL -#define XLPD_SLCR_CCI_ASA0_WIDTH 1UL -#define XLPD_SLCR_CCI_ASA0_MASK 0x00000008UL -#define XLPD_SLCR_CCI_ASA0_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_OWO2_SHIFT 2UL -#define XLPD_SLCR_CCI_OWO2_WIDTH 1UL -#define XLPD_SLCR_CCI_OWO2_MASK 0x00000004UL -#define XLPD_SLCR_CCI_OWO2_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_OWO1_SHIFT 1UL -#define XLPD_SLCR_CCI_OWO1_WIDTH 1UL -#define XLPD_SLCR_CCI_OWO1_MASK 0x00000002UL -#define XLPD_SLCR_CCI_OWO1_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_OWO0_SHIFT 0UL -#define XLPD_SLCR_CCI_OWO0_WIDTH 1UL -#define XLPD_SLCR_CCI_OWO0_MASK 0x00000001UL -#define XLPD_SLCR_CCI_OWO0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrCciAddrmap - */ -#define XLPD_SLCR_CCI_ADDRMAP ( ( XLPD_SLCR_BASEADDR ) + 0x0000A004UL ) -#define XLPD_SLCR_CCI_ADDRMAP_RSTVAL 0x00c000ffUL - -#define XLPD_SLCR_CCI_ADDRMAP_15_SHIFT 30UL -#define XLPD_SLCR_CCI_ADDRMAP_15_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_15_MASK 0xc0000000UL -#define XLPD_SLCR_CCI_ADDRMAP_15_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_14_SHIFT 28UL -#define XLPD_SLCR_CCI_ADDRMAP_14_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_14_MASK 0x30000000UL -#define XLPD_SLCR_CCI_ADDRMAP_14_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_13_SHIFT 26UL -#define XLPD_SLCR_CCI_ADDRMAP_13_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_13_MASK 0x0c000000UL -#define XLPD_SLCR_CCI_ADDRMAP_13_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_12_SHIFT 24UL -#define XLPD_SLCR_CCI_ADDRMAP_12_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_12_MASK 0x03000000UL -#define XLPD_SLCR_CCI_ADDRMAP_12_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_11_SHIFT 22UL -#define XLPD_SLCR_CCI_ADDRMAP_11_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_11_MASK 0x00c00000UL -#define XLPD_SLCR_CCI_ADDRMAP_11_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_ADDRMAP_10_SHIFT 20UL -#define XLPD_SLCR_CCI_ADDRMAP_10_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_10_MASK 0x00300000UL -#define XLPD_SLCR_CCI_ADDRMAP_10_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_9_SHIFT 18UL -#define XLPD_SLCR_CCI_ADDRMAP_9_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_9_MASK 0x000c0000UL -#define XLPD_SLCR_CCI_ADDRMAP_9_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_8_SHIFT 16UL -#define XLPD_SLCR_CCI_ADDRMAP_8_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_8_MASK 0x00030000UL -#define XLPD_SLCR_CCI_ADDRMAP_8_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_7_SHIFT 14UL -#define XLPD_SLCR_CCI_ADDRMAP_7_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_7_MASK 0x0000c000UL -#define XLPD_SLCR_CCI_ADDRMAP_7_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_6_SHIFT 12UL -#define XLPD_SLCR_CCI_ADDRMAP_6_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_6_MASK 0x00003000UL -#define XLPD_SLCR_CCI_ADDRMAP_6_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_5_SHIFT 10UL -#define XLPD_SLCR_CCI_ADDRMAP_5_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_5_MASK 0x00000c00UL -#define XLPD_SLCR_CCI_ADDRMAP_5_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_4_SHIFT 8UL -#define XLPD_SLCR_CCI_ADDRMAP_4_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_4_MASK 0x00000300UL -#define XLPD_SLCR_CCI_ADDRMAP_4_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_3_SHIFT 6UL -#define XLPD_SLCR_CCI_ADDRMAP_3_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_3_MASK 0x000000c0UL -#define XLPD_SLCR_CCI_ADDRMAP_3_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_ADDRMAP_2_SHIFT 4UL -#define XLPD_SLCR_CCI_ADDRMAP_2_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_2_MASK 0x00000030UL -#define XLPD_SLCR_CCI_ADDRMAP_2_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_ADDRMAP_1_SHIFT 2UL -#define XLPD_SLCR_CCI_ADDRMAP_1_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_1_MASK 0x0000000cUL -#define XLPD_SLCR_CCI_ADDRMAP_1_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_ADDRMAP_0_SHIFT 0UL -#define XLPD_SLCR_CCI_ADDRMAP_0_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_0_MASK 0x00000003UL -#define XLPD_SLCR_CCI_ADDRMAP_0_DEFVAL 0x3UL - -/** - * Register: XlpdSlcrCciQvnprealloc - */ -#define XLPD_SLCR_CCI_QVNPREALLOC ( ( XLPD_SLCR_BASEADDR ) + 0x0000A008UL ) -#define XLPD_SLCR_CCI_QVNPREALLOC_RSTVAL 0x00330330UL - -#define XLPD_SLCR_CCI_QVNPREALLOC_WM2_SHIFT 20UL -#define XLPD_SLCR_CCI_QVNPREALLOC_WM2_WIDTH 4UL -#define XLPD_SLCR_CCI_QVNPREALLOC_WM2_MASK 0x00f00000UL -#define XLPD_SLCR_CCI_QVNPREALLOC_WM2_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_QVNPREALLOC_WM1_SHIFT 16UL -#define XLPD_SLCR_CCI_QVNPREALLOC_WM1_WIDTH 4UL -#define XLPD_SLCR_CCI_QVNPREALLOC_WM1_MASK 0x000f0000UL -#define XLPD_SLCR_CCI_QVNPREALLOC_WM1_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_QVNPREALLOC_RM2_SHIFT 8UL -#define XLPD_SLCR_CCI_QVNPREALLOC_RM2_WIDTH 4UL -#define XLPD_SLCR_CCI_QVNPREALLOC_RM2_MASK 0x00000f00UL -#define XLPD_SLCR_CCI_QVNPREALLOC_RM2_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_QVNPREALLOC_RM1_SHIFT 4UL -#define XLPD_SLCR_CCI_QVNPREALLOC_RM1_WIDTH 4UL -#define XLPD_SLCR_CCI_QVNPREALLOC_RM1_MASK 0x000000f0UL -#define XLPD_SLCR_CCI_QVNPREALLOC_RM1_DEFVAL 0x3UL - -/** - * Register: XlpdSlcrSmmu - */ -#define XLPD_SLCR_SMMU ( ( XLPD_SLCR_BASEADDR ) + 0x0000A020UL ) -#define XLPD_SLCR_SMMU_RSTVAL 0x0000003fUL - -#define XLPD_SLCR_SMMU_INTG_SEC_OVRRDE_SHIFT 7UL -#define XLPD_SLCR_SMMU_INTG_SEC_OVRRDE_WIDTH 1UL -#define XLPD_SLCR_SMMU_INTG_SEC_OVRRDE_MASK 0x00000080UL -#define XLPD_SLCR_SMMU_INTG_SEC_OVRRDE_DEFVAL 0x0UL - -#define XLPD_SLCR_SMMU_CTTW_SHIFT 6UL -#define XLPD_SLCR_SMMU_CTTW_WIDTH 1UL -#define XLPD_SLCR_SMMU_CTTW_MASK 0x00000040UL -#define XLPD_SLCR_SMMU_CTTW_DEFVAL 0x0UL - -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU5_SHIFT 5UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU5_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU5_MASK 0x00000020UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU5_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU4_SHIFT 4UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU4_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU4_MASK 0x00000010UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU4_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU3_SHIFT 3UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU3_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU3_MASK 0x00000008UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU3_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU2_SHIFT 2UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU2_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU2_MASK 0x00000004UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU2_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU1_SHIFT 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU1_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU1_MASK 0x00000002UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU1_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU0_SHIFT 0UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU0_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU0_MASK 0x00000001UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrApu - */ -#define XLPD_SLCR_APU ( ( XLPD_SLCR_BASEADDR ) + 0x0000A040UL ) -#define XLPD_SLCR_APU_RSTVAL 0x00000001UL - -#define XLPD_SLCR_APU_BRDC_BARRIER_SHIFT 3UL -#define XLPD_SLCR_APU_BRDC_BARRIER_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_BARRIER_MASK 0x00000008UL -#define XLPD_SLCR_APU_BRDC_BARRIER_DEFVAL 0x0UL - -#define XLPD_SLCR_APU_BRDC_CMNT_SHIFT 2UL -#define XLPD_SLCR_APU_BRDC_CMNT_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_CMNT_MASK 0x00000004UL -#define XLPD_SLCR_APU_BRDC_CMNT_DEFVAL 0x0UL - -#define XLPD_SLCR_APU_BRDC_INNER_SHIFT 1UL -#define XLPD_SLCR_APU_BRDC_INNER_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_INNER_MASK 0x00000002UL -#define XLPD_SLCR_APU_BRDC_INNER_DEFVAL 0x0UL - -#define XLPD_SLCR_APU_BRDC_OUTER_SHIFT 0UL -#define XLPD_SLCR_APU_BRDC_OUTER_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_OUTER_MASK 0x00000001UL -#define XLPD_SLCR_APU_BRDC_OUTER_DEFVAL 0x1UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_SLCR_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_slcr_secure.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_slcr_secure.h deleted file mode 100644 index ddee308..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_slcr_secure.h +++ /dev/null @@ -1,152 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_SLCR_SECURE_H__ -#define __XLPD_SLCR_SECURE_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdSlcrSecure Base Address - */ -#define XLPD_SLCR_SECURE_BASEADDR 0xFF4B0000UL - -/** - * Register: XlpdSlcrSecCtrl - */ -#define XLPD_SLCR_SEC_CTRL ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000004UL ) -#define XLPD_SLCR_SEC_CTRL_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_CTRL_SLVERR_EN_SHIFT 0UL -#define XLPD_SLCR_SEC_CTRL_SLVERR_EN_WIDTH 1UL -#define XLPD_SLCR_SEC_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XLPD_SLCR_SEC_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecIsr - */ -#define XLPD_SLCR_SEC_ISR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000008UL ) -#define XLPD_SLCR_SEC_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_ISR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_SEC_ISR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_SEC_ISR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SEC_ISR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecImr - */ -#define XLPD_SLCR_SEC_IMR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x0000000CUL ) -#define XLPD_SLCR_SEC_IMR_RSTVAL 0x00000001UL - -#define XLPD_SLCR_SEC_IMR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_SEC_IMR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_SEC_IMR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SEC_IMR_ADDR_DECD_ERR_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecIer - */ -#define XLPD_SLCR_SEC_IER ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000010UL ) -#define XLPD_SLCR_SEC_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_IER_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_SEC_IER_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_SEC_IER_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SEC_IER_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecIdr - */ -#define XLPD_SLCR_SEC_IDR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000014UL ) -#define XLPD_SLCR_SEC_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_IDR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_SEC_IDR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_SEC_IDR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SEC_IDR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecItr - */ -#define XLPD_SLCR_SEC_ITR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000018UL ) -#define XLPD_SLCR_SEC_ITR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_ITR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_SEC_ITR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_SEC_ITR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SEC_ITR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecRpu - */ -#define XLPD_SLCR_SEC_RPU ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000020UL ) -#define XLPD_SLCR_SEC_RPU_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_RPU_TZ_R5_1_SHIFT 1UL -#define XLPD_SLCR_SEC_RPU_TZ_R5_1_WIDTH 1UL -#define XLPD_SLCR_SEC_RPU_TZ_R5_1_MASK 0x00000002UL -#define XLPD_SLCR_SEC_RPU_TZ_R5_1_DEFVAL 0x0UL - -#define XLPD_SLCR_SEC_RPU_TZ_R5_0_SHIFT 0UL -#define XLPD_SLCR_SEC_RPU_TZ_R5_0_WIDTH 1UL -#define XLPD_SLCR_SEC_RPU_TZ_R5_0_MASK 0x00000001UL -#define XLPD_SLCR_SEC_RPU_TZ_R5_0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecAdma - */ -#define XLPD_SLCR_SEC_ADMA ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000024UL ) -#define XLPD_SLCR_SEC_ADMA_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_ADMA_TZ_SHIFT 0UL -#define XLPD_SLCR_SEC_ADMA_TZ_WIDTH 8UL -#define XLPD_SLCR_SEC_ADMA_TZ_MASK 0x000000ffUL -#define XLPD_SLCR_SEC_ADMA_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecSafetyChk - */ -#define XLPD_SLCR_SEC_SAFETY_CHK ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000030UL ) -#define XLPD_SLCR_SEC_SAFETY_CHK_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_SAFETY_CHK_VAL_SHIFT 0UL -#define XLPD_SLCR_SEC_SAFETY_CHK_VAL_WIDTH 32UL -#define XLPD_SLCR_SEC_SAFETY_CHK_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SEC_SAFETY_CHK_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecUsb - */ -#define XLPD_SLCR_SEC_USB ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000034UL ) -#define XLPD_SLCR_SEC_USB_RSTVAL 0x00000003UL - -#define XLPD_SLCR_SEC_USB_TZ_USB3_1_SHIFT 1UL -#define XLPD_SLCR_SEC_USB_TZ_USB3_1_WIDTH 1UL -#define XLPD_SLCR_SEC_USB_TZ_USB3_1_MASK 0x00000002UL -#define XLPD_SLCR_SEC_USB_TZ_USB3_1_DEFVAL 0x1UL - -#define XLPD_SLCR_SEC_USB_TZ_USB3_0_SHIFT 0UL -#define XLPD_SLCR_SEC_USB_TZ_USB3_0_WIDTH 1UL -#define XLPD_SLCR_SEC_USB_TZ_USB3_0_MASK 0x00000001UL -#define XLPD_SLCR_SEC_USB_TZ_USB3_0_DEFVAL 0x1UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_SLCR_SECURE_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_xppu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_xppu.h deleted file mode 100644 index 8203aeb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_xppu.h +++ /dev/null @@ -1,869 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_XPPU_H__ -#define __XLPD_XPPU_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdXppu Base Address - */ -#define XLPD_XPPU_BASEADDR 0xFF980000UL - -/** - * Register: XlpdXppuCtrl - */ -#define XLPD_XPPU_CTRL ( ( XLPD_XPPU_BASEADDR ) + 0x00000000UL ) -#define XLPD_XPPU_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XPPU_CTRL_APER_PARITY_EN_SHIFT 2UL -#define XLPD_XPPU_CTRL_APER_PARITY_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_APER_PARITY_EN_MASK 0x00000004UL -#define XLPD_XPPU_CTRL_APER_PARITY_EN_DEFVAL 0x0UL - -#define XLPD_XPPU_CTRL_MID_PARITY_EN_SHIFT 1UL -#define XLPD_XPPU_CTRL_MID_PARITY_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_MID_PARITY_EN_MASK 0x00000002UL -#define XLPD_XPPU_CTRL_MID_PARITY_EN_DEFVAL 0x0UL - -#define XLPD_XPPU_CTRL_EN_SHIFT 0UL -#define XLPD_XPPU_CTRL_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_EN_MASK 0x00000001UL -#define XLPD_XPPU_CTRL_EN_DEFVAL 0x0UL - -/** - * Register: XlpdXppuErrSts1 - */ -#define XLPD_XPPU_ERR_STS1 ( ( XLPD_XPPU_BASEADDR ) + 0x00000004UL ) -#define XLPD_XPPU_ERR_STS1_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XlpdXppuErrSts2 - */ -#define XLPD_XPPU_ERR_STS2 ( ( XLPD_XPPU_BASEADDR ) + 0x00000008UL ) -#define XLPD_XPPU_ERR_STS2_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ERR_STS2_AXI_ID_SHIFT 0UL -#define XLPD_XPPU_ERR_STS2_AXI_ID_WIDTH 16UL -#define XLPD_XPPU_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XLPD_XPPU_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuPoison - */ -#define XLPD_XPPU_POISON ( ( XLPD_XPPU_BASEADDR ) + 0x0000000CUL ) -#define XLPD_XPPU_POISON_RSTVAL 0x00000000UL - -#define XLPD_XPPU_POISON_BASE_SHIFT 0UL -#define XLPD_XPPU_POISON_BASE_WIDTH 20UL -#define XLPD_XPPU_POISON_BASE_MASK 0x000fffffUL -#define XLPD_XPPU_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XlpdXppuIsr - */ -#define XLPD_XPPU_ISR ( ( XLPD_XPPU_BASEADDR ) + 0x00000010UL ) -#define XLPD_XPPU_ISR_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ISR_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_ISR_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_ISR_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_ISR_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_ISR_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_ISR_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_ISR_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_ISR_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_ISR_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_ISR_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_ISR_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_ISR_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_ISR_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_MID_RO_SHIFT 2UL -#define XLPD_XPPU_ISR_MID_RO_WIDTH 1UL -#define XLPD_XPPU_ISR_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_ISR_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_ISR_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_ISR_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_ISR_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_INV_APB_SHIFT 0UL -#define XLPD_XPPU_ISR_INV_APB_WIDTH 1UL -#define XLPD_XPPU_ISR_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuImr - */ -#define XLPD_XPPU_IMR ( ( XLPD_XPPU_BASEADDR ) + 0x00000014UL ) -#define XLPD_XPPU_IMR_RSTVAL 0x000000efUL - -#define XLPD_XPPU_IMR_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_IMR_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_IMR_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_IMR_APER_PARITY_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_IMR_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_IMR_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_IMR_APER_TZ_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_IMR_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_IMR_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_IMR_APER_PERM_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_IMR_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_IMR_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_IMR_MID_PARITY_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_MID_RO_SHIFT 2UL -#define XLPD_XPPU_IMR_MID_RO_WIDTH 1UL -#define XLPD_XPPU_IMR_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_IMR_MID_RO_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_IMR_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_IMR_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_IMR_MID_MISS_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_INV_APB_SHIFT 0UL -#define XLPD_XPPU_IMR_INV_APB_WIDTH 1UL -#define XLPD_XPPU_IMR_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XlpdXppuIen - */ -#define XLPD_XPPU_IEN ( ( XLPD_XPPU_BASEADDR ) + 0x00000018UL ) -#define XLPD_XPPU_IEN_RSTVAL 0x00000000UL - -#define XLPD_XPPU_IEN_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_IEN_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_IEN_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_IEN_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_IEN_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_IEN_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_IEN_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_IEN_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_IEN_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_IEN_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_IEN_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_IEN_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_IEN_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_MID_RO_SHIFT 2UL -#define XLPD_XPPU_IEN_MID_RO_WIDTH 1UL -#define XLPD_XPPU_IEN_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_IEN_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_IEN_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_IEN_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_IEN_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_INV_APB_SHIFT 0UL -#define XLPD_XPPU_IEN_INV_APB_WIDTH 1UL -#define XLPD_XPPU_IEN_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuIds - */ -#define XLPD_XPPU_IDS ( ( XLPD_XPPU_BASEADDR ) + 0x0000001CUL ) -#define XLPD_XPPU_IDS_RSTVAL 0x00000000UL - -#define XLPD_XPPU_IDS_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_IDS_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_IDS_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_IDS_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_IDS_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_IDS_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_IDS_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_IDS_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_IDS_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_IDS_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_IDS_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_IDS_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_IDS_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_MID_RO_SHIFT 2UL -#define XLPD_XPPU_IDS_MID_RO_WIDTH 1UL -#define XLPD_XPPU_IDS_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_IDS_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_IDS_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_IDS_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_IDS_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_INV_APB_SHIFT 0UL -#define XLPD_XPPU_IDS_INV_APB_WIDTH 1UL -#define XLPD_XPPU_IDS_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMMstrIds - */ -#define XLPD_XPPU_M_MSTR_IDS ( ( XLPD_XPPU_BASEADDR ) + 0x0000003CUL ) -#define XLPD_XPPU_M_MSTR_IDS_RSTVAL 0x00000014UL - -#define XLPD_XPPU_M_MSTR_IDS_NO_SHIFT 0UL -#define XLPD_XPPU_M_MSTR_IDS_NO_WIDTH 32UL -#define XLPD_XPPU_M_MSTR_IDS_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_MSTR_IDS_NO_DEFVAL 0x14UL - -/** - * Register: XlpdXppuMAperture32b - */ -#define XLPD_XPPU_M_APERTURE_32B ( ( XLPD_XPPU_BASEADDR ) + 0x00000040UL ) -#define XLPD_XPPU_M_APERTURE_32B_RSTVAL 0x00000080UL - -#define XLPD_XPPU_M_APERTURE_32B_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_32B_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_32B_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_32B_NO_DEFVAL 0x80UL - -/** - * Register: XlpdXppuMAperture64kb - */ -#define XLPD_XPPU_M_APERTURE_64KB ( ( XLPD_XPPU_BASEADDR ) + 0x00000044UL ) -#define XLPD_XPPU_M_APERTURE_64KB_RSTVAL 0x00000100UL - -#define XLPD_XPPU_M_APERTURE_64KB_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_64KB_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_64KB_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_64KB_NO_DEFVAL 0x100UL - -/** - * Register: XlpdXppuMAperture1mb - */ -#define XLPD_XPPU_M_APERTURE_1MB ( ( XLPD_XPPU_BASEADDR ) + 0x00000048UL ) -#define XLPD_XPPU_M_APERTURE_1MB_RSTVAL 0x00000010UL - -#define XLPD_XPPU_M_APERTURE_1MB_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_1MB_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_1MB_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_1MB_NO_DEFVAL 0x10UL - -/** - * Register: XlpdXppuMAperture512mb - */ -#define XLPD_XPPU_M_APERTURE_512MB ( ( XLPD_XPPU_BASEADDR ) + 0x0000004CUL ) -#define XLPD_XPPU_M_APERTURE_512MB_RSTVAL 0x00000001UL - -#define XLPD_XPPU_M_APERTURE_512MB_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_512MB_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_512MB_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_512MB_NO_DEFVAL 0x1UL - -/** - * Register: XlpdXppuBase32b - */ -#define XLPD_XPPU_BASE_32B ( ( XLPD_XPPU_BASEADDR ) + 0x00000050UL ) -#define XLPD_XPPU_BASE_32B_RSTVAL 0xff990000UL - -#define XLPD_XPPU_BASE_32B_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_32B_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_32B_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_32B_ADDR_DEFVAL 0xff990000UL - -/** - * Register: XlpdXppuBase64kb - */ -#define XLPD_XPPU_BASE_64KB ( ( XLPD_XPPU_BASEADDR ) + 0x00000054UL ) -#define XLPD_XPPU_BASE_64KB_RSTVAL 0xff000000UL - -#define XLPD_XPPU_BASE_64KB_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_64KB_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_64KB_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_64KB_ADDR_DEFVAL 0xff000000UL - -/** - * Register: XlpdXppuBase1mb - */ -#define XLPD_XPPU_BASE_1MB ( ( XLPD_XPPU_BASEADDR ) + 0x00000058UL ) -#define XLPD_XPPU_BASE_1MB_RSTVAL 0xfe000000UL - -#define XLPD_XPPU_BASE_1MB_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_1MB_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_1MB_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_1MB_ADDR_DEFVAL 0xfe000000UL - -/** - * Register: XlpdXppuBase512mb - */ -#define XLPD_XPPU_BASE_512MB ( ( XLPD_XPPU_BASEADDR ) + 0x0000005CUL ) -#define XLPD_XPPU_BASE_512MB_RSTVAL 0xc0000000UL - -#define XLPD_XPPU_BASE_512MB_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_512MB_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_512MB_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_512MB_ADDR_DEFVAL 0xc0000000UL - -/** - * Register: XlpdXppuMstrId00 - */ -#define XLPD_XPPU_MSTR_ID00 ( ( XLPD_XPPU_BASEADDR ) + 0x00000100UL ) -#define XLPD_XPPU_MSTR_ID00_RSTVAL 0x83ff0040UL - -#define XLPD_XPPU_MSTR_ID00_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID00_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID00_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID00_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MSTR_ID00_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID00_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID00_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID00_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID00_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID00_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID00_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID00_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MSTR_ID00_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID00_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID00_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID00_MID_DEFVAL 0x40UL - -/** - * Register: XlpdXppuMstrId01 - */ -#define XLPD_XPPU_MSTR_ID01 ( ( XLPD_XPPU_BASEADDR ) + 0x00000104UL ) -#define XLPD_XPPU_MSTR_ID01_RSTVAL 0x03f00000UL - -#define XLPD_XPPU_MSTR_ID01_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID01_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID01_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID01_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID01_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID01_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID01_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID01_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID01_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID01_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID01_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID01_MIDM_DEFVAL 0x3f0UL - -#define XLPD_XPPU_MSTR_ID01_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID01_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID01_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID01_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId02 - */ -#define XLPD_XPPU_MSTR_ID02 ( ( XLPD_XPPU_BASEADDR ) + 0x00000108UL ) -#define XLPD_XPPU_MSTR_ID02_RSTVAL 0x83f00010UL - -#define XLPD_XPPU_MSTR_ID02_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID02_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID02_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID02_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MSTR_ID02_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID02_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID02_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID02_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID02_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID02_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID02_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID02_MIDM_DEFVAL 0x3f0UL - -#define XLPD_XPPU_MSTR_ID02_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID02_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID02_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID02_MID_DEFVAL 0x10UL - -/** - * Register: XlpdXppuMstrId03 - */ -#define XLPD_XPPU_MSTR_ID03 ( ( XLPD_XPPU_BASEADDR ) + 0x0000010CUL ) -#define XLPD_XPPU_MSTR_ID03_RSTVAL 0x83c00080UL - -#define XLPD_XPPU_MSTR_ID03_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID03_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID03_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID03_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MSTR_ID03_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID03_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID03_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID03_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID03_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID03_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID03_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID03_MIDM_DEFVAL 0x3c0UL - -#define XLPD_XPPU_MSTR_ID03_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID03_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID03_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID03_MID_DEFVAL 0x80UL - -/** - * Register: XlpdXppuMstrId04 - */ -#define XLPD_XPPU_MSTR_ID04 ( ( XLPD_XPPU_BASEADDR ) + 0x00000110UL ) -#define XLPD_XPPU_MSTR_ID04_RSTVAL 0x83c30080UL - -#define XLPD_XPPU_MSTR_ID04_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID04_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID04_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID04_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MSTR_ID04_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID04_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID04_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID04_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID04_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID04_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID04_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID04_MIDM_DEFVAL 0x3c3UL - -#define XLPD_XPPU_MSTR_ID04_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID04_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID04_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID04_MID_DEFVAL 0x80UL - -/** - * Register: XlpdXppuMstrId05 - */ -#define XLPD_XPPU_MSTR_ID05 ( ( XLPD_XPPU_BASEADDR ) + 0x00000114UL ) -#define XLPD_XPPU_MSTR_ID05_RSTVAL 0x03c30081UL - -#define XLPD_XPPU_MSTR_ID05_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID05_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID05_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID05_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID05_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID05_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID05_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID05_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID05_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID05_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID05_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID05_MIDM_DEFVAL 0x3c3UL - -#define XLPD_XPPU_MSTR_ID05_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID05_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID05_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID05_MID_DEFVAL 0x81UL - -/** - * Register: XlpdXppuMstrId06 - */ -#define XLPD_XPPU_MSTR_ID06 ( ( XLPD_XPPU_BASEADDR ) + 0x00000118UL ) -#define XLPD_XPPU_MSTR_ID06_RSTVAL 0x03c30082UL - -#define XLPD_XPPU_MSTR_ID06_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID06_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID06_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID06_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID06_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID06_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID06_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID06_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID06_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID06_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID06_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID06_MIDM_DEFVAL 0x3c3UL - -#define XLPD_XPPU_MSTR_ID06_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID06_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID06_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID06_MID_DEFVAL 0x82UL - -/** - * Register: XlpdXppuMstrId07 - */ -#define XLPD_XPPU_MSTR_ID07 ( ( XLPD_XPPU_BASEADDR ) + 0x0000011CUL ) -#define XLPD_XPPU_MSTR_ID07_RSTVAL 0x83c30083UL - -#define XLPD_XPPU_MSTR_ID07_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID07_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID07_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID07_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MSTR_ID07_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID07_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID07_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID07_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID07_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID07_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID07_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID07_MIDM_DEFVAL 0x3c3UL - -#define XLPD_XPPU_MSTR_ID07_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID07_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID07_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID07_MID_DEFVAL 0x83UL - -/** - * Register: XlpdXppuMstrId08 - */ -#define XLPD_XPPU_MSTR_ID08 ( ( XLPD_XPPU_BASEADDR ) + 0x00000120UL ) -#define XLPD_XPPU_MSTR_ID08_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID08_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID08_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID08_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID08_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID08_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID08_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID08_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID08_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID08_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID08_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID08_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID08_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID08_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID08_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID08_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID08_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId09 - */ -#define XLPD_XPPU_MSTR_ID09 ( ( XLPD_XPPU_BASEADDR ) + 0x00000124UL ) -#define XLPD_XPPU_MSTR_ID09_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID09_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID09_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID09_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID09_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID09_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID09_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID09_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID09_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID09_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID09_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID09_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID09_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID09_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID09_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID09_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID09_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId10 - */ -#define XLPD_XPPU_MSTR_ID10 ( ( XLPD_XPPU_BASEADDR ) + 0x00000128UL ) -#define XLPD_XPPU_MSTR_ID10_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID10_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID10_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID10_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID10_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID10_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID10_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID10_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID10_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID10_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID10_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID10_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID10_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID10_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID10_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID10_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID10_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId11 - */ -#define XLPD_XPPU_MSTR_ID11 ( ( XLPD_XPPU_BASEADDR ) + 0x0000012CUL ) -#define XLPD_XPPU_MSTR_ID11_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID11_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID11_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID11_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID11_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID11_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID11_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID11_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID11_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID11_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID11_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID11_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID11_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID11_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID11_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID11_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID11_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId12 - */ -#define XLPD_XPPU_MSTR_ID12 ( ( XLPD_XPPU_BASEADDR ) + 0x00000130UL ) -#define XLPD_XPPU_MSTR_ID12_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID12_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID12_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID12_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID12_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID12_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID12_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID12_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID12_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID12_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID12_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID12_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID12_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID12_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID12_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID12_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID12_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId13 - */ -#define XLPD_XPPU_MSTR_ID13 ( ( XLPD_XPPU_BASEADDR ) + 0x00000134UL ) -#define XLPD_XPPU_MSTR_ID13_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID13_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID13_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID13_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID13_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID13_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID13_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID13_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID13_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID13_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID13_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID13_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID13_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID13_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID13_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID13_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID13_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId14 - */ -#define XLPD_XPPU_MSTR_ID14 ( ( XLPD_XPPU_BASEADDR ) + 0x00000138UL ) -#define XLPD_XPPU_MSTR_ID14_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID14_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID14_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID14_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID14_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID14_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID14_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID14_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID14_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID14_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID14_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID14_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID14_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID14_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID14_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID14_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID14_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId15 - */ -#define XLPD_XPPU_MSTR_ID15 ( ( XLPD_XPPU_BASEADDR ) + 0x0000013CUL ) -#define XLPD_XPPU_MSTR_ID15_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID15_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID15_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID15_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID15_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID15_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID15_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID15_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID15_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID15_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID15_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID15_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID15_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID15_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID15_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID15_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID15_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId16 - */ -#define XLPD_XPPU_MSTR_ID16 ( ( XLPD_XPPU_BASEADDR ) + 0x00000140UL ) -#define XLPD_XPPU_MSTR_ID16_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID16_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID16_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID16_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID16_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID16_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID16_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID16_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID16_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID16_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID16_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID16_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID16_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID16_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID16_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID16_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID16_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId17 - */ -#define XLPD_XPPU_MSTR_ID17 ( ( XLPD_XPPU_BASEADDR ) + 0x00000144UL ) -#define XLPD_XPPU_MSTR_ID17_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID17_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID17_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID17_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID17_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID17_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID17_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID17_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID17_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID17_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID17_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID17_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID17_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID17_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID17_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID17_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID17_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId18 - */ -#define XLPD_XPPU_MSTR_ID18 ( ( XLPD_XPPU_BASEADDR ) + 0x00000148UL ) -#define XLPD_XPPU_MSTR_ID18_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID18_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID18_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID18_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID18_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID18_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID18_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID18_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID18_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID18_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID18_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID18_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID18_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID18_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID18_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID18_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID18_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId19 - */ -#define XLPD_XPPU_MSTR_ID19 ( ( XLPD_XPPU_BASEADDR ) + 0x0000014CUL ) -#define XLPD_XPPU_MSTR_ID19_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID19_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID19_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID19_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID19_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID19_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID19_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID19_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID19_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID19_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID19_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID19_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID19_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID19_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID19_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID19_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID19_MID_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_XPPU_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_xppu_sink.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_xppu_sink.h deleted file mode 100644 index 2c32839..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_xppu_sink.h +++ /dev/null @@ -1,92 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_XPPU_SINK_H__ -#define __XLPD_XPPU_SINK_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdXppuSink Base Address - */ -#define XLPD_XPPU_SINK_BASEADDR 0xFF9C0000UL - -/** - * Register: XlpdXppuSinkErrSts - */ -#define XLPD_XPPU_SINK_ERR_STS ( ( XLPD_XPPU_SINK_BASEADDR ) + 0x0000FF00UL ) -#define XLPD_XPPU_SINK_ERR_STS_RSTVAL 0x00000000UL - -#define XLPD_XPPU_SINK_ERR_STS_RDWR_SHIFT 31UL -#define XLPD_XPPU_SINK_ERR_STS_RDWR_WIDTH 1UL -#define XLPD_XPPU_SINK_ERR_STS_RDWR_MASK 0x80000000UL -#define XLPD_XPPU_SINK_ERR_STS_RDWR_DEFVAL 0x0UL - -#define XLPD_XPPU_SINK_ERR_STS_ADDR_SHIFT 0UL -#define XLPD_XPPU_SINK_ERR_STS_ADDR_WIDTH 12UL -#define XLPD_XPPU_SINK_ERR_STS_ADDR_MASK 0x00000fffUL -#define XLPD_XPPU_SINK_ERR_STS_ADDR_DEFVAL 0x0UL - -/** - * Register: XlpdXppuSinkIsr - */ -#define XLPD_XPPU_SINK_ISR ( ( XLPD_XPPU_SINK_BASEADDR ) + 0x0000FF10UL ) -#define XLPD_XPPU_SINK_ISR_RSTVAL 0x00000000UL - -#define XLPD_XPPU_SINK_ISRADDRDECDERR_SHIFT 0UL -#define XLPD_XPPU_SINK_ISRADDRDECDERR_WIDTH 1UL -#define XLPD_XPPU_SINK_ISRADDRDECDERR_MASK 0x00000001UL -#define XLPD_XPPU_SINK_ISRADDRDECDERR_DEFVAL 0x0UL - -/** - * Register: XlpdXppuSinkImr - */ -#define XLPD_XPPU_SINK_IMR ( ( XLPD_XPPU_SINK_BASEADDR ) + 0x0000FF14UL ) -#define XLPD_XPPU_SINK_IMR_RSTVAL 0x00000001UL - -#define XLPD_XPPU_SINK_IMRADDRDECDERR_SHIFT 0UL -#define XLPD_XPPU_SINK_IMRADDRDECDERR_WIDTH 1UL -#define XLPD_XPPU_SINK_IMRADDRDECDERR_MASK 0x00000001UL -#define XLPD_XPPU_SINK_IMRADDRDECDERR_DEFVAL 0x1UL - -/** - * Register: XlpdXppuSinkIer - */ -#define XLPD_XPPU_SINK_IER ( ( XLPD_XPPU_SINK_BASEADDR ) + 0x0000FF18UL ) -#define XLPD_XPPU_SINK_IER_RSTVAL 0x00000000UL - -#define XLPD_XPPU_SINK_IERADDRDECDERR_SHIFT 0UL -#define XLPD_XPPU_SINK_IERADDRDECDERR_WIDTH 1UL -#define XLPD_XPPU_SINK_IERADDRDECDERR_MASK 0x00000001UL -#define XLPD_XPPU_SINK_IERADDRDECDERR_DEFVAL 0x0UL - -/** - * Register: XlpdXppuSinkIdr - */ -#define XLPD_XPPU_SINK_IDR ( ( XLPD_XPPU_SINK_BASEADDR ) + 0x0000FF1CUL ) -#define XLPD_XPPU_SINK_IDR_RSTVAL 0x00000000UL - -#define XLPD_XPPU_SINK_IDRADDRDECDERR_SHIFT 0UL -#define XLPD_XPPU_SINK_IDRADDRDECDERR_WIDTH 1UL -#define XLPD_XPPU_SINK_IDRADDRDECDERR_MASK 0x00000001UL -#define XLPD_XPPU_SINK_IDRADDRDECDERR_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_XPPU_SINK_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xocm_xmpu_cfg.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xocm_xmpu_cfg.h deleted file mode 100644 index a28187e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xocm_xmpu_cfg.h +++ /dev/null @@ -1,1315 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XOCM_XMPU_CFG_H__ -#define __XOCM_XMPU_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XocmXmpuCfg Base Address - */ -#define XOCM_XMPU_CFG_BASEADDR 0xFFA70000UL - -/** - * Register: XocmXmpuCfgCtrl - */ -#define XOCM_XMPU_CFG_CTRL ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000000UL ) -#define XOCM_XMPU_CFG_CTRL_RSTVAL 0x00000003UL - -#define XOCM_XMPU_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XOCM_XMPU_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XOCM_XMPU_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XOCM_XMPU_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XOCM_XMPU_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XOCM_XMPU_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XOCM_XMPU_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XOCM_XMPU_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XOCM_XMPU_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XocmXmpuCfgErrSts1 - */ -#define XOCM_XMPU_CFG_ERR_STS1 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000004UL ) -#define XOCM_XMPU_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XOCM_XMPU_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgErrSts2 - */ -#define XOCM_XMPU_CFG_ERR_STS2 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000008UL ) -#define XOCM_XMPU_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgPoison - */ -#define XOCM_XMPU_CFG_POISON ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000000CUL ) -#define XOCM_XMPU_CFG_POISON_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_POISON_ATTRIB_SHIFT 20UL -#define XOCM_XMPU_CFG_POISON_ATTRIB_WIDTH 12UL -#define XOCM_XMPU_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XOCM_XMPU_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_POISON_BASE_SHIFT 0UL -#define XOCM_XMPU_CFG_POISON_BASE_WIDTH 20UL -#define XOCM_XMPU_CFG_POISON_BASE_MASK 0x000fffffUL -#define XOCM_XMPU_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgIsr - */ -#define XOCM_XMPU_CFG_ISR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000010UL ) -#define XOCM_XMPU_CFG_ISR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XOCM_XMPU_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XOCM_XMPU_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_ISR_INV_APB_SHIFT 0UL -#define XOCM_XMPU_CFG_ISR_INV_APB_WIDTH 1UL -#define XOCM_XMPU_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgImr - */ -#define XOCM_XMPU_CFG_IMR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000014UL ) -#define XOCM_XMPU_CFG_IMR_RSTVAL 0x0000000fUL - -#define XOCM_XMPU_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XOCM_XMPU_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XOCM_XMPU_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_IMR_INV_APB_SHIFT 0UL -#define XOCM_XMPU_CFG_IMR_INV_APB_WIDTH 1UL -#define XOCM_XMPU_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XocmXmpuCfgIen - */ -#define XOCM_XMPU_CFG_IEN ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000018UL ) -#define XOCM_XMPU_CFG_IEN_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XOCM_XMPU_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XOCM_XMPU_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_IEN_INV_APB_SHIFT 0UL -#define XOCM_XMPU_CFG_IEN_INV_APB_WIDTH 1UL -#define XOCM_XMPU_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgIds - */ -#define XOCM_XMPU_CFG_IDS ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000001CUL ) -#define XOCM_XMPU_CFG_IDS_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XOCM_XMPU_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XOCM_XMPU_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_IDS_INV_APB_SHIFT 0UL -#define XOCM_XMPU_CFG_IDS_INV_APB_WIDTH 1UL -#define XOCM_XMPU_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgLock - */ -#define XOCM_XMPU_CFG_LOCK ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000020UL ) -#define XOCM_XMPU_CFG_LOCK_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XOCM_XMPU_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XOCM_XMPU_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XOCM_XMPU_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR00Strt - */ -#define XOCM_XMPU_CFG_R00_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000100UL ) -#define XOCM_XMPU_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR00End - */ -#define XOCM_XMPU_CFG_R00_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000104UL ) -#define XOCM_XMPU_CFG_R00_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R00_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R00_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR00Mstr - */ -#define XOCM_XMPU_CFG_R00_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000108UL ) -#define XOCM_XMPU_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R00_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R00_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR00 - */ -#define XOCM_XMPU_CFG_R00 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000010CUL ) -#define XOCM_XMPU_CFG_R00_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R00_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R00_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R00_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R00_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R00_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R00_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R00_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R00_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R00_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R00_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R00_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R00_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR01Strt - */ -#define XOCM_XMPU_CFG_R01_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000110UL ) -#define XOCM_XMPU_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR01End - */ -#define XOCM_XMPU_CFG_R01_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000114UL ) -#define XOCM_XMPU_CFG_R01_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R01_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R01_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR01Mstr - */ -#define XOCM_XMPU_CFG_R01_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000118UL ) -#define XOCM_XMPU_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R01_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R01_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR01 - */ -#define XOCM_XMPU_CFG_R01 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000011CUL ) -#define XOCM_XMPU_CFG_R01_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R01_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R01_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R01_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R01_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R01_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R01_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R01_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R01_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R01_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R01_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R01_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R01_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR02Strt - */ -#define XOCM_XMPU_CFG_R02_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000120UL ) -#define XOCM_XMPU_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR02End - */ -#define XOCM_XMPU_CFG_R02_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000124UL ) -#define XOCM_XMPU_CFG_R02_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R02_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R02_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR02Mstr - */ -#define XOCM_XMPU_CFG_R02_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000128UL ) -#define XOCM_XMPU_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R02_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R02_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR02 - */ -#define XOCM_XMPU_CFG_R02 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000012CUL ) -#define XOCM_XMPU_CFG_R02_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R02_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R02_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R02_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R02_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R02_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R02_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R02_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R02_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R02_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R02_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R02_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R02_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR03Strt - */ -#define XOCM_XMPU_CFG_R03_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000130UL ) -#define XOCM_XMPU_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR03End - */ -#define XOCM_XMPU_CFG_R03_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000134UL ) -#define XOCM_XMPU_CFG_R03_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R03_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R03_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR03Mstr - */ -#define XOCM_XMPU_CFG_R03_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000138UL ) -#define XOCM_XMPU_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R03_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R03_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR03 - */ -#define XOCM_XMPU_CFG_R03 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000013CUL ) -#define XOCM_XMPU_CFG_R03_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R03_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R03_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R03_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R03_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R03_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R03_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R03_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R03_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R03_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R03_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R03_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R03_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR04Strt - */ -#define XOCM_XMPU_CFG_R04_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000140UL ) -#define XOCM_XMPU_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR04End - */ -#define XOCM_XMPU_CFG_R04_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000144UL ) -#define XOCM_XMPU_CFG_R04_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R04_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R04_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR04Mstr - */ -#define XOCM_XMPU_CFG_R04_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000148UL ) -#define XOCM_XMPU_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R04_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R04_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR04 - */ -#define XOCM_XMPU_CFG_R04 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000014CUL ) -#define XOCM_XMPU_CFG_R04_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R04_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R04_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R04_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R04_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R04_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R04_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R04_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R04_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R04_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R04_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R04_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R04_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR05Strt - */ -#define XOCM_XMPU_CFG_R05_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000150UL ) -#define XOCM_XMPU_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR05End - */ -#define XOCM_XMPU_CFG_R05_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000154UL ) -#define XOCM_XMPU_CFG_R05_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R05_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R05_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR05Mstr - */ -#define XOCM_XMPU_CFG_R05_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000158UL ) -#define XOCM_XMPU_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R05_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R05_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR05 - */ -#define XOCM_XMPU_CFG_R05 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000015CUL ) -#define XOCM_XMPU_CFG_R05_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R05_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R05_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R05_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R05_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R05_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R05_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R05_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R05_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R05_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R05_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R05_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R05_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR06Strt - */ -#define XOCM_XMPU_CFG_R06_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000160UL ) -#define XOCM_XMPU_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR06End - */ -#define XOCM_XMPU_CFG_R06_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000164UL ) -#define XOCM_XMPU_CFG_R06_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R06_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R06_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR06Mstr - */ -#define XOCM_XMPU_CFG_R06_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000168UL ) -#define XOCM_XMPU_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R06_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R06_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR06 - */ -#define XOCM_XMPU_CFG_R06 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000016CUL ) -#define XOCM_XMPU_CFG_R06_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R06_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R06_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R06_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R06_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R06_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R06_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R06_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R06_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R06_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R06_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R06_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R06_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR07Strt - */ -#define XOCM_XMPU_CFG_R07_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000170UL ) -#define XOCM_XMPU_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR07End - */ -#define XOCM_XMPU_CFG_R07_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000174UL ) -#define XOCM_XMPU_CFG_R07_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R07_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R07_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR07Mstr - */ -#define XOCM_XMPU_CFG_R07_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000178UL ) -#define XOCM_XMPU_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R07_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R07_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR07 - */ -#define XOCM_XMPU_CFG_R07 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000017CUL ) -#define XOCM_XMPU_CFG_R07_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R07_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R07_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R07_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R07_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R07_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R07_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R07_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R07_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R07_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R07_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R07_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R07_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR08Strt - */ -#define XOCM_XMPU_CFG_R08_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000180UL ) -#define XOCM_XMPU_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR08End - */ -#define XOCM_XMPU_CFG_R08_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000184UL ) -#define XOCM_XMPU_CFG_R08_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R08_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R08_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR08Mstr - */ -#define XOCM_XMPU_CFG_R08_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000188UL ) -#define XOCM_XMPU_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R08_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R08_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR08 - */ -#define XOCM_XMPU_CFG_R08 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000018CUL ) -#define XOCM_XMPU_CFG_R08_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R08_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R08_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R08_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R08_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R08_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R08_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R08_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R08_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R08_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R08_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R08_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R08_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR09Strt - */ -#define XOCM_XMPU_CFG_R09_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000190UL ) -#define XOCM_XMPU_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR09End - */ -#define XOCM_XMPU_CFG_R09_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000194UL ) -#define XOCM_XMPU_CFG_R09_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R09_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R09_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR09Mstr - */ -#define XOCM_XMPU_CFG_R09_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000198UL ) -#define XOCM_XMPU_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R09_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R09_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR09 - */ -#define XOCM_XMPU_CFG_R09 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000019CUL ) -#define XOCM_XMPU_CFG_R09_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R09_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R09_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R09_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R09_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R09_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R09_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R09_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R09_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R09_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R09_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R09_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R09_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR10Strt - */ -#define XOCM_XMPU_CFG_R10_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001A0UL ) -#define XOCM_XMPU_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR10End - */ -#define XOCM_XMPU_CFG_R10_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001A4UL ) -#define XOCM_XMPU_CFG_R10_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R10_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R10_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR10Mstr - */ -#define XOCM_XMPU_CFG_R10_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001A8UL ) -#define XOCM_XMPU_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R10_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R10_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR10 - */ -#define XOCM_XMPU_CFG_R10 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001ACUL ) -#define XOCM_XMPU_CFG_R10_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R10_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R10_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R10_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R10_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R10_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R10_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R10_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R10_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R10_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R10_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R10_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R10_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR11Strt - */ -#define XOCM_XMPU_CFG_R11_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001B0UL ) -#define XOCM_XMPU_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR11End - */ -#define XOCM_XMPU_CFG_R11_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001B4UL ) -#define XOCM_XMPU_CFG_R11_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R11_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R11_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR11Mstr - */ -#define XOCM_XMPU_CFG_R11_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001B8UL ) -#define XOCM_XMPU_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R11_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R11_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR11 - */ -#define XOCM_XMPU_CFG_R11 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001BCUL ) -#define XOCM_XMPU_CFG_R11_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R11_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R11_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R11_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R11_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R11_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R11_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R11_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R11_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R11_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R11_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R11_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R11_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR12Strt - */ -#define XOCM_XMPU_CFG_R12_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001C0UL ) -#define XOCM_XMPU_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR12End - */ -#define XOCM_XMPU_CFG_R12_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001C4UL ) -#define XOCM_XMPU_CFG_R12_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R12_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R12_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR12Mstr - */ -#define XOCM_XMPU_CFG_R12_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001C8UL ) -#define XOCM_XMPU_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R12_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R12_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR12 - */ -#define XOCM_XMPU_CFG_R12 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001CCUL ) -#define XOCM_XMPU_CFG_R12_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R12_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R12_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R12_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R12_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R12_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R12_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R12_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R12_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R12_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R12_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R12_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R12_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR13Strt - */ -#define XOCM_XMPU_CFG_R13_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001D0UL ) -#define XOCM_XMPU_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR13End - */ -#define XOCM_XMPU_CFG_R13_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001D4UL ) -#define XOCM_XMPU_CFG_R13_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R13_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R13_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR13Mstr - */ -#define XOCM_XMPU_CFG_R13_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001D8UL ) -#define XOCM_XMPU_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R13_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R13_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR13 - */ -#define XOCM_XMPU_CFG_R13 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001DCUL ) -#define XOCM_XMPU_CFG_R13_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R13_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R13_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R13_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R13_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R13_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R13_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R13_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R13_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R13_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R13_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R13_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R13_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR14Strt - */ -#define XOCM_XMPU_CFG_R14_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001E0UL ) -#define XOCM_XMPU_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR14End - */ -#define XOCM_XMPU_CFG_R14_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001E4UL ) -#define XOCM_XMPU_CFG_R14_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R14_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R14_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR14Mstr - */ -#define XOCM_XMPU_CFG_R14_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001E8UL ) -#define XOCM_XMPU_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R14_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R14_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR14 - */ -#define XOCM_XMPU_CFG_R14 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001ECUL ) -#define XOCM_XMPU_CFG_R14_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R14_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R14_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R14_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R14_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R14_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R14_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R14_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R14_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R14_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R14_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R14_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R14_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR15Strt - */ -#define XOCM_XMPU_CFG_R15_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001F0UL ) -#define XOCM_XMPU_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR15End - */ -#define XOCM_XMPU_CFG_R15_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001F4UL ) -#define XOCM_XMPU_CFG_R15_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R15_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R15_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR15Mstr - */ -#define XOCM_XMPU_CFG_R15_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001F8UL ) -#define XOCM_XMPU_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R15_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R15_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR15 - */ -#define XOCM_XMPU_CFG_R15 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001FCUL ) -#define XOCM_XMPU_CFG_R15_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R15_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R15_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R15_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R15_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R15_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R15_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R15_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R15_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R15_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R15_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R15_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R15_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XOCM_XMPU_CFG_H__ */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_close.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_close.c deleted file mode 100644 index a524dc9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_close.c +++ /dev/null @@ -1,13 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -*****************************************************************************/ -#include "xil_types.h" - -/* Stub for close() sys-call */ -__attribute__((weak)) s32 _sys_close(__attribute__((unused)) s32 fh) -{ - return -1; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_exit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_exit.c deleted file mode 100644 index 9c39cba..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_exit.c +++ /dev/null @@ -1,15 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -#include "xil_types.h" - -/* Stub for exit() sys-call */ -__attribute__((weak)) void _sys_exit(__attribute__((unused)) s32 rc) -{ - while(1) { - ; - } -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_iserror.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_iserror.c deleted file mode 100644 index 146017b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_iserror.c +++ /dev/null @@ -1,17 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -#include "xil_types.h" - -/* Stub for iserror() function */ -__attribute__((weak)) s32 _sys_iserror(s32 status) -{ - if (status < 0) { - return 1; - } - - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_istty.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_istty.c deleted file mode 100644 index 78df271..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_istty.c +++ /dev/null @@ -1,14 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -#include "xil_types.h" - -/* Stub for istty sys-call */ -__attribute__((weak)) s32 _sys_istty(__attribute__((unused)) u32* f) -{ - /* cannot read/write files */ - return 1; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_open.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_open.c deleted file mode 100644 index 74ca3a8..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_open.c +++ /dev/null @@ -1,14 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -#include "xil_types.h" - -/* Stub for open sys-call */ -__attribute__((weak)) s32 _sys_open(__attribute__((unused)) const char8* name, - __attribute__((unused)) s32 openmode) -{ - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_read.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_read.c deleted file mode 100644 index 5c98317..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_read.c +++ /dev/null @@ -1,38 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -#ifndef UNDEFINE_FILE_OPS -#include "xil_printf.h" -#include "xparameters.h" - -/* Stub for read() sys-call */ -__attribute__((weak)) s32 _sys_read(__attribute__((unused)) u32 fh, - __attribute__((unused)) u8 *buf, - u32 len, - __attribute__((unused)) s32 mode) -{ -#ifdef STDIN_BASEADDRESS - u32 i; - s32 numbytes = 0; - char8* LocalBuf = (char8 *)buf; - - if(LocalBuf != NULL) { - for (i = 0; i < len; i++) { - numbytes++; - *(LocalBuf + i) = inbyte(); - if ((*(LocalBuf + i) == '\n' ) || - (*(LocalBuf + i) == '\r')) { - break; - } - } - } - - return numbytes; -#endif - /* Return the number of character read */ - return 0; -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_time.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_time.c deleted file mode 100644 index d7fff05..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_time.c +++ /dev/null @@ -1,18 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include - -/* - * clock -- It supposed to return processor time. We are not implementing - * this function, as timekeeping is tightly coupled with system, hence - * always returning 0. Users can override this with their system - * specific implementation. - * - */ -__attribute__((weak)) clock_t clock(void) -{ - return (0); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_write.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_write.c deleted file mode 100644 index 9d97c3a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_write.c +++ /dev/null @@ -1,41 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -#include "xil_printf.h" -#include "xparameters.h" - -__attribute__((weak)) s32 _sys_write(__attribute__((unused)) u32 fh, - const u8 *buf, u32 len, - __attribute__((unused)) s32 mode) -{ -#if HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE - return XPVXenConsole_Write(buf); -#else -#ifdef STDOUT_BASEADDRESS - char8* LocalBuf = (char8 *)buf; - u32 i; - - for (i = 0; i < len; i++) { - /* wait if TNFUL */ - if(LocalBuf != NULL) { - LocalBuf += i; - } - if(LocalBuf != NULL) { - if (*LocalBuf == '\n') { - outbyte('\r'); - } - outbyte(*LocalBuf); - } - if(LocalBuf != NULL) { - LocalBuf -= i; - } - } - - return len; -#endif -#endif - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_exit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_exit.c deleted file mode 100644 index 4c55bbd..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_exit.c +++ /dev/null @@ -1,18 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -/* _exit - Simple implementation. Does not return. -*/ -__attribute__((weak)) void _exit (sint32 status) -{ - (void)status; - while (1) { - ; - } -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_open.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_open.c deleted file mode 100644 index f2d44ce..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_open.c +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef UNDEFINE_FILE_OPS -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _open(const char8 *buf, s32 flags, s32 mode); -} -#endif - -/* - * _open -- open a file descriptor. We don't have a filesystem, so - * we return an error. - */ -__attribute__((weak)) s32 _open(const char8 *buf, s32 flags, s32 mode) -{ - (void)buf; - (void)flags; - (void)mode; - errno = EIO; - return (-1); -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_sbrk.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_sbrk.c deleted file mode 100644 index 105c913..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_sbrk.c +++ /dev/null @@ -1,39 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -extern u8 _heap_start[]; -extern u8 _heap_end[]; - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) caddr_t _sbrk ( s32 incr ); -} -#endif - -__attribute__((weak)) caddr_t _sbrk ( s32 incr ) -{ - static u8 *heap = NULL; - u8 *prev_heap; - static u8 *HeapEndPtr = (u8 *)&_heap_end; - caddr_t Status; - - if (heap == NULL) { - heap = (u8 *)&_heap_start; - } - prev_heap = heap; - - if (((heap + incr) <= HeapEndPtr) && (prev_heap != NULL)) { - heap += incr; - Status = (caddr_t) ((void *)prev_heap); - } else { - Status = (caddr_t) -1; - } - - return Status; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/abort.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/abort.c deleted file mode 100644 index 4c9faef..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/abort.c +++ /dev/null @@ -1,16 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include - -/* - * abort -- go out via exit... - */ -__attribute__((weak)) void abort(void) -{ - _exit(1); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/close.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/close.c deleted file mode 100644 index 811d2b0..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/close.c +++ /dev/null @@ -1,23 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef UNDEFINE_FILE_OPS -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _close(s32 fd); -} -#endif - -/* - * close -- We don't need to do anything, but pretend we did. - */ - -__attribute__((weak)) s32 _close(s32 fd) -{ - (void)fd; - return (0); -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/cpputest_time.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/cpputest_time.c deleted file mode 100644 index b00e96a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/cpputest_time.c +++ /dev/null @@ -1,27 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2019 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef UNDEFINE_FILE_OPS -#include -#include "xil_types.h" -#include -struct tms* tms; -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) clock_t _times(struct tms* tms); -} -#endif - -__attribute__((weak)) clock_t _times(struct tms* tms) -{ - (void)tms; - - errno = EIO; - return (-1); -} - - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/errno.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/errno.c deleted file mode 100644 index 53eac10..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/errno.c +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* The errno variable is stored in the reentrancy structure. This - function returns its address for use by the macro errno defined in - errno.h. */ - -#include -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 * __errno (void); -} -#endif - -__attribute__((weak)) sint32 * -__errno (void) -{ - return &_REENT->_errno; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/fcntl.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/fcntl.c deleted file mode 100644 index 00b233a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/fcntl.c +++ /dev/null @@ -1,20 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -/* - * fcntl -- Manipulate a file descriptor. - * We don't have a filesystem, so we do nothing. - */ -__attribute__((weak)) sint32 fcntl (sint32 fd, sint32 cmd, long arg) -{ - (void)fd; - (void)cmd; - (void)arg; - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/fstat.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/fstat.c deleted file mode 100644 index 8eb4638..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/fstat.c +++ /dev/null @@ -1,24 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _fstat(s32 fd, struct stat *buf); -} -#endif -/* - * fstat -- Since we have no file system, we just return an error. - */ -__attribute__((weak)) s32 _fstat(s32 fd, struct stat *buf) -{ - (void)fd; - buf->st_mode = S_IFCHR; /* Always pretend to be a tty */ - - return (0); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/getpid.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/getpid.c deleted file mode 100644 index 20b9f3c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/getpid.c +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "xil_types.h" -/* - * getpid -- only one process, so just return 1. - */ -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _getpid(void); -} -#endif - -__attribute__((weak)) s32 getpid(void) -{ - return 1; -} - -__attribute__((weak)) s32 _getpid(void) -{ - return 1; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/isatty.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/isatty.c deleted file mode 100644 index f0c63a3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/isatty.c +++ /dev/null @@ -1,30 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 _isatty(sint32 fd); -} -#endif - -/* - * isatty -- returns 1 if connected to a terminal device, - * returns 0 if not. Since we're hooked up to a - * serial port, we'll say yes _AND return a 1. - */ -__attribute__((weak)) sint32 isatty(sint32 fd) -{ - (void)fd; - return (1); -} - -__attribute__((weak)) sint32 _isatty(sint32 fd) -{ - (void)fd; - return (1); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/kill.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/kill.c deleted file mode 100644 index f673ff3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/kill.c +++ /dev/null @@ -1,34 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) int _kill(pid_t pid, int sig); -} -#endif - -/* - * kill -- go out via exit... - */ - -__attribute__((weak)) int kill(pid_t pid, int sig) -{ - if(pid == 1) { - _exit(sig); - } - return 0; -} - -__attribute__((weak)) int _kill(pid_t pid, int sig) -{ - if(pid == 1) { - _exit(sig); - } - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/lseek.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/lseek.c deleted file mode 100644 index 88cb8db..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/lseek.c +++ /dev/null @@ -1,35 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) off_t _lseek(s32 fd, off_t offset, s32 whence); -} -#endif -/* - * lseek -- Since a serial port is non-seekable, we return an error. - */ -__attribute__((weak)) off_t lseek(s32 fd, off_t offset, s32 whence) -{ - (void)fd; - (void)offset; - (void)whence; - errno = ESPIPE; - return ((off_t)-1); -} - -__attribute__((weak)) off_t _lseek(s32 fd, off_t offset, s32 whence) -{ - (void)fd; - (void)offset; - (void)whence; - errno = ESPIPE; - return ((off_t)-1); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/open.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/open.c deleted file mode 100644 index b248e6a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/open.c +++ /dev/null @@ -1,27 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef UNDEFINE_FILE_OPS -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 open(char8 *buf, s32 flags, s32 mode); -} -#endif -/* - * open -- open a file descriptor. We don't have a filesystem, so - * we return an error. - */ -__attribute__((weak)) s32 open(char8 *buf, s32 flags, s32 mode) -{ - (void)buf; - (void)flags; - (void)mode; - errno = EIO; - return (-1); -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/read.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/read.c deleted file mode 100644 index 1f20eea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/read.c +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* read.c -- read bytes from a input device. - */ -#ifndef UNDEFINE_FILE_OPS -#include "xil_printf.h" -#include "xparameters.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _read (s32 fd, char8* buf, s32 nbytes); -} -#endif - -/* - * read -- read bytes from the serial port. Ignore fd, since - * we only have stdin. - */ -__attribute__((weak)) s32 -read (s32 fd, char8* buf, s32 nbytes) -{ -#ifdef STDIN_BASEADDRESS - s32 i; - s32 numbytes = 0; - char8* LocalBuf = buf; - - (void)fd; - if(LocalBuf != NULL) { - for (i = 0; i < nbytes; i++) { - numbytes++; - *(LocalBuf + i) = inbyte(); - if ((*(LocalBuf + i) == '\n' )|| (*(LocalBuf + i) == '\r')) { - break; - } - } - } - - return numbytes; -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} - -__attribute__((weak)) s32 -_read (s32 fd, char8* buf, s32 nbytes) -{ -#ifdef STDIN_BASEADDRESS - s32 i; - s32 numbytes = 0; - char8* LocalBuf = buf; - - (void)fd; - if(LocalBuf != NULL) { - for (i = 0; i < nbytes; i++) { - numbytes++; - *(LocalBuf + i) = inbyte(); - if ((*(LocalBuf + i) == '\n' )|| (*(LocalBuf + i) == '\r')) { - break; - } - } - } - - return numbytes; -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/sbrk.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/sbrk.c deleted file mode 100644 index bbf3bb8..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/sbrk.c +++ /dev/null @@ -1,35 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) char8 *sbrk (s32 nbytes); -} -#endif - -extern u8 _heap_start[]; -extern u8 _heap_end[]; -extern char8 HeapBase[]; -extern char8 HeapLimit[]; - - - -__attribute__((weak)) char8 *sbrk (s32 nbytes) -{ - char8 *base; - static char8 *heap_ptr = HeapBase; - - base = heap_ptr; - if((heap_ptr != NULL) && (heap_ptr + nbytes <= (char8 *)&HeapLimit + 1)) { - heap_ptr += nbytes; - return base; - } else { - errno = ENOMEM; - return ((char8 *)-1); - } -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/time.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/time.c deleted file mode 100644 index 90efcf4..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/time.c +++ /dev/null @@ -1,23 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) clock_t clock(void); -} -#endif -/* - * clock -- It supposed to return processor time. We are not implementing - * this function, as timekeeping is tightly coupled with system, hence - * always returning 0. Users can override this with their system - * specific implementation. - * - */ -__attribute__((weak)) clock_t clock(void) -{ - return (0); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/unlink.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/unlink.c deleted file mode 100644 index 82dd34a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/unlink.c +++ /dev/null @@ -1,24 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 unlink(char8 *path); -} -#endif -/* - * unlink -- since we have no file system, - * we just return an error. - */ -__attribute__((weak)) sint32 unlink(char8 *path) -{ - (void) path; - errno = EIO; - return (-1); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/write.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/write.c deleted file mode 100644 index e3e7962..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/write.c +++ /dev/null @@ -1,95 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* write.c -- write bytes to an output device. - */ -#ifndef UNDEFINE_FILE_OPS -#include "xil_printf.h" -#include "xparameters.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 _write (sint32 fd, char8* buf, sint32 nbytes); -} -#endif - -/* - * write -- write bytes to the serial port. Ignore fd, since - * stdout and stderr are the same. Since we have no filesystem, - * open will only return an error. - */ -__attribute__((weak)) sint32 -write (sint32 fd, char8* buf, sint32 nbytes) - -{ -#ifdef STDOUT_BASEADDRESS - s32 i; - char8* LocalBuf = buf; - - (void)fd; - for (i = 0; i < nbytes; i++) { - if(LocalBuf != NULL) { - LocalBuf += i; - } - if(LocalBuf != NULL) { - if (*LocalBuf == '\n') { - outbyte ('\r'); - } - outbyte (*LocalBuf); - } - if(LocalBuf != NULL) { - LocalBuf -= i; - } - } - return (nbytes); -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} - -__attribute__((weak)) sint32 -_write (sint32 fd, char8* buf, sint32 nbytes) -{ -#if HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE - sint32 length; - - (void)fd; - (void)nbytes; - length = XPVXenConsole_Write(buf); - return length; -#else -#ifdef STDOUT_BASEADDRESS - s32 i; - char8* LocalBuf = buf; - - (void)fd; - for (i = 0; i < nbytes; i++) { - if(LocalBuf != NULL) { - LocalBuf += i; - } - if(LocalBuf != NULL) { - if (*LocalBuf == '\n') { - outbyte ('\r'); - } - outbyte (*LocalBuf); - } - if(LocalBuf != NULL) { - LocalBuf -= i; - } - } - return (nbytes); -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -#endif -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/xpseudo_asm_gcc.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/xpseudo_asm_gcc.h deleted file mode 100644 index d986349..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/xpseudo_asm_gcc.h +++ /dev/null @@ -1,240 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_gcc.h -* -* This header file contains macros for using inline assembler code. It is -* written specifically for the GNU compiler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp		 05/21/14 First release
-* 6.0   mus      07/27/16 Consolidated file for a53,a9 and r5 processors
-* 7.2   asa      04/03/20 Renamed the str macro to strw.
-* 7.2   dp       04/30/20 Added clobber "cc" to mtcpsr for aarch32 processors
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_GCC_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_GCC_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - -#if defined (__aarch64__) -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - asm volatile("mrs %0, DAIF" : "=r" (rval));\ - rval;\ - }) - -#define mtcpsr(v) __asm__ __volatile__ ("msr DAIF, %0" : : "r" (v)) - -#define cpsiei() //__asm__ __volatile__("cpsie i\n") -#define cpsidi() //__asm__ __volatile__("cpsid i\n") - -#define cpsief() //__asm__ __volatile__("cpsie f\n") -#define cpsidf() //__asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) /*__asm__ __volatile__(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - )*/ - -#define mfgpr(rn) /*({u32 rval; \ - __asm__ __volatile__(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - })*/ - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb sy") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__("dsb sy") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__("dmb sy") - - -/* Memory Operations */ -#define ldr(adr) ({u64 rval; \ - __asm__ __volatile__(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define mfelrel3() ({u64 rval = 0U; \ - asm volatile("mrs %0, ELR_EL3" : "=r" (rval));\ - rval;\ - }) - -#define mtelrel3(v) __asm__ __volatile__ ("msr ELR_EL3, %0" : : "r" (v)) - -#else - -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrs %0, cpsr\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -#define mtcpsr(v) __asm__ __volatile__(\ - "msr cpsr,%0\n"\ - : : "r" (v) : "cc" \ - ) - -#define cpsiei() __asm__ __volatile__("cpsie i\n") -#define cpsidi() __asm__ __volatile__("cpsid i\n") - -#define cpsief() __asm__ __volatile__("cpsie f\n") -#define cpsidf() __asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) __asm__ __volatile__(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - ) - -#define mfgpr(rn) ({u32 rval; \ - __asm__ __volatile__(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb" : : : "memory") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__ ("dsb" : : : "memory") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__ ("dmb" : : : "memory") - - -/* Memory Operations */ -#define ldr(adr) ({u32 rval; \ - __asm__ __volatile__(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#endif - -#define ldrb(adr) ({u8 rval; \ - __asm__ __volatile__(\ - "ldrb %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define strw(adr, val) __asm__ __volatile__(\ - "str %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -#define strb(adr, val) __asm__ __volatile__(\ - "strb %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -/* Count leading zeroes (clz) */ -#define clz(arg) ({u8 rval; \ - __asm__ __volatile__(\ - "clz %0,%1"\ - : "=r" (rval) : "r" (arg)\ - );\ - rval;\ - }) - -#if defined (__aarch64__) -#define mtcpdc(reg,val) __asm__ __volatile__("dc " #reg ",%0" : : "r" (val)) -#define mtcpic(reg,val) __asm__ __volatile__("ic " #reg ",%0" : : "r" (val)) - -#define mtcpicall(reg) __asm__ __volatile__("ic " #reg) -#define mtcptlbi(reg) __asm__ __volatile__("tlbi " #reg) -#define mtcpat(reg,val) __asm__ __volatile__("at " #reg ",%0" : : "r" (val)) -/* CP15 operations */ -#define mfcp(reg) ({u64 rval = 0U;\ - __asm__ __volatile__("mrs %0, " #reg : "=r" (rval));\ - rval;\ - }) - -#define mtcp(reg,val) __asm__ __volatile__("msr " #reg ",%0" : : "r" (val)) - -#else -/* CP15 operations */ -#define mtcp(rn, v) __asm__ __volatile__(\ - "mcr " rn "\n"\ - : : "r" (v)\ - ); - -#define mfcp(rn) ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrc " rn "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) -#endif - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -/** - *@endcond - */ - -#endif /* XPSEUDO_ASM_GCC_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/abort.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/abort.c deleted file mode 100644 index b42e351..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/abort.c +++ /dev/null @@ -1,14 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include - - -void abort(void) -{ - __exit(1); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/clock.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/clock.c deleted file mode 100644 index 0dc034c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/clock.c +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* - * This is the default implementation of the "clock" function of the - * standard library. It can be replaced with a system-specific - * implementation. - * - * The "clock" function should return the processor time used by the - * program from some implementation-defined start time. The value - * should be such that if divided by the macro CLOCKS_PER_SEC the - * result should yield the time in seconds. - * - * The value "0" means that the processor time is not - * available. - * - */ - -#include - - -clock_t (clock)(void) -{ - return (0); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/close.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/close.c deleted file mode 100644 index 61bfc0b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/close.c +++ /dev/null @@ -1,15 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -sint32 __close(sint32 fd) -{ - (void)fd; - return (0); - -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/exit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/exit.c deleted file mode 100644 index 76a4904..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/exit.c +++ /dev/null @@ -1,16 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include -#include "xil_types.h" - -void exit(sint32 arg) -{ - while(1) { - ; - } -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/low_level_init.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/low_level_init.c deleted file mode 100644 index 2d1aad9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/low_level_init.c +++ /dev/null @@ -1,49 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* - * This module contains the function `__low_level_init', a function - * that is called before the `main' function of the program. Normally - * low-level initializations - such as setting the preferred interrupt - * level or setting the watchdog - can be performed here. - * - * Note that this function is called before the data segments are - * initialized, this means that this function cannot rely on the - * values of global or static variables. - * - * When this function returns zero, the startup code will inhibit the - * initialization of the data segments. The result is faster startup, - * the drawback is that neither global nor static data will be - * initialized. - */ - -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { -#endif - - -s32 __low_level_init(void); - -s32 __low_level_init(void) -{ - /*==================================*/ - /* Initialize hardware. */ - /*==================================*/ - - /*==================================*/ - /* Choose if segment initialization */ - /* should be done or not. */ - /* Return: 0 to omit seg_init */ - /* 1 to run seg_init */ - /*==================================*/ - return 1; -} - - -#ifdef __cplusplus -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/lseek.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/lseek.c deleted file mode 100644 index b8b9f7a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/lseek.c +++ /dev/null @@ -1,34 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* - * - * This is a template implementation of the "__lseek" function used by - * the standard library. Replace it with a system-specific - * implementation. - * - * The "__lseek" function makes the next file operation (__read or - * __write) act on a new location. The parameter "whence" specifies - * how the "offset" parameter should be interpreted according to the - * following table: - * - * 0 (=SEEK_SET) - Goto location "offset". - * 1 (=SEEK_CUR) - Go "offset" bytes from the current location. - * 2 (=SEEK_END) - Go to "offset" bytes from the end. - * - * This function should return the current file position, or -1 on - * failure. - */ - -#include -#include -#include "xil_types.h" -LONG __lseek(sint32 handle, LONG offset, sint32 whence); - -LONG __lseek(sint32 handle, LONG offset, sint32 whence) -{ - return (-1); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/open.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/open.c deleted file mode 100644 index 68408ea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/open.c +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* - * - * This is a template implementation of the "__open" function used by - * the standard library. Replace it with a system-specific - * implementation. - * - * The "__open" function opens the file named "filename" as specified - * by "mode". - * open -- open a file descriptor. We don't have a filesystem, so - * we return an error. - * - */ - -#include -#include "xil_types.h" - -sint32 __open(const char8 * filename, sint32 mode); - -sint32 __open(const char8 * filename, sint32 mode) -{ -return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/read.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/read.c deleted file mode 100644 index 9bfebb2..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/read.c +++ /dev/null @@ -1,51 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/* - * - * - * The "__read" function reads a number of bytes, at most "size" into - * the memory area pointed to by "buffer". It returns the number of - * bytes read, 0 at the end of the file, or _LLIO_ERROR if failure - * occurs. - * - * The template implementation below should return a - * character value, or -1 on failure. - * - */ - -#include -#include "xparameters.h" -#include "xil_types.h" - -size_t __read(sint32 handle, u8 * buffer, size_t size); - -size_t __read(sint32 handle, u8 * buffer, size_t size) -{ - -#ifdef STDIN_BASEADDRESS - s32 i; - s32 numbytes = 0; - char8* LocalBuf = buffer; - - (void)handle; - if(LocalBuf != NULL) { - for (i = 0; i < size; i++) { - numbytes++; - *(LocalBuf + i) = inbyte(); - if ((*(LocalBuf + i) == '\n' )|| (*(LocalBuf + i) == '\r')) { - break; - } - } - } - - return numbytes; -#else - (void)handle; - (void)buffer; - (void)size; - return 0; -#endif -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/remove.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/remove.c deleted file mode 100644 index aeb2024..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/remove.c +++ /dev/null @@ -1,22 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* - * - * The "remove" function should remove the file named "filename". It - * should return 0 on success and nonzero on failure. - * - */ - -#include -#include "xil_types.h" - -sint32 remove(const char8 * filename); - -sint32 remove(const char8 * filename) -{ - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/write.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/write.c deleted file mode 100644 index 315387a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/write.c +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* - * The "__write" function should output "size" number of bytes from - * "buffer" in some application-specific way. It should return the - * number of characters written, or _LLIO_ERROR on failure. - * - * If "buffer" is zero then __write should perform flushing of - * internal buffers, if any. In this case "handle" can be -1 to - * indicate that all handles should be flushed. - * - * The template implementation below assumes that the application - * provides the function "MyLowLevelPutchar". It should return the - * character written, or -1 on failure. - * - */ - -#include -#include "xil_types.h" - - -#if 0 -/* - * If the __write implementation uses internal buffering, uncomment - * the following line to ensure that we are called with "buffer" as 0 - * (i.e. flush) when the application terminates. - */ - -size_t __write(sint32 handle, const u8 * buffer, size_t size) -{ - u32 volatile *uart_base = (u32 *)0xE0001000U; - s32 i; - - for (i =0; i < size;i++) { - /* wait if TNFUL */ - while (*(uart_base + 11U) & (1U << 14U)) ; - *(uart_base + 12U) = buffer[i]; - } - return 0; -} - -#endif - -#include "xparameters.h" -#include "xil_printf.h" - -#ifdef __cplusplus -extern "C" { - sint32 _write (sint32 fd, char8* buf, sint32 nbytes); -} -#endif - -/* - * write -- write bytes to the serial port. Ignore fd, since - * stdout and stderr are the same. Since we have no filesystem, - * open will only return an error. - */ -sint32 -write (sint32 fd, char8* buf, sint32 nbytes) - -{ -#ifdef STDOUT_BASEADDRESS - s32 i; - - (void)fd; - for (i = 0; i < nbytes; i++) { - if (*(buf + i) == '\n') { - outbyte ('\r'); - } - outbyte (*(buf + i)); - } - return (nbytes); -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} - -size_t -__write (sint32 fd, const u8* buf, size_t nbytes) -{ -#ifdef STDOUT_BASEADDRESS - s32 i; - - (void)fd; - for (i = 0; i < nbytes; i++) { - if (*(buf + i) == '\n') { - outbyte ('\r'); - } - outbyte (*(buf + i)); - } - return (nbytes); -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/xpseudo_asm_iccarm.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/xpseudo_asm_iccarm.c deleted file mode 100644 index ef8a0e6..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/xpseudo_asm_iccarm.c +++ /dev/null @@ -1,43 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_iccarm.c -* -* This file contains functions for ARM register handling. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 3.12a asa  11/2/13 First Release
-* 
-* -******************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xpseudo_asm_iccarm.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -/* embedded assembler instructions */ -s32 mfcpsr (void) -{ - s32 rval; - asm("mrs %0, cpsr" : "=r"(rval)); - return rval; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/xpseudo_asm_iccarm.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/xpseudo_asm_iccarm.h deleted file mode 100644 index fffd926..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/xpseudo_asm_iccarm.h +++ /dev/null @@ -1,159 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_iccarm.h -* -* This header file contains macros for using inline assembler code. It is -* written specifically for the IAR C/C++ compiler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  10/28/09 First release
-* 3.12a asa		 11/02/13  Removed the macro mfcpsr to make it a function.
-* 5.3	pkp		 10/09/15 Modified dsb, dmb and isb definitions
-* 5.4	pkp		 03/02/16 Included header file intrinsic.h for assembly
-*						  instructions definitions
-* 6.2   kvn      03/03/17 Added support thumb mode
-* 7.2   asa              04/03/20 Renamed the str macro to strw.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_ICCARM_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_ICCARM_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - -/* pseudo assembler instructions */ - -#define mtcpsr(v) __asm volatile(\ - "msr cpsr_cf,%0\n"\ - : : "r" (v)\ - ) - -#define cpsiei() __asm volatile("cpsie i\n") -#define cpsidi() __asm volatile("cpsid i\n") - -#define cpsief() __asm volatile("cpsie f\n") -#define cpsidf() __asm volatile("cpsid f\n") - - - -#define mtgpr(rn, v) __asm volatile(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - ) - -#define mfgpr(rn) ({u32 rval; \ - __asm volatile(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __ISB(); - -/* Data Synchronization Barrier */ -#define dsb() __DSB(); - -/* Data Memory Barrier */ -#define dmb() __DMB(); - - -/* Memory Operations */ -#define ldr(adr) ({u32 rval; \ - __asm volatile(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define ldrb(adr) ({u8 rval; \ - __asm volatile(\ - "ldrb %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define strw(adr, val) __asm volatile(\ - "str %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -#define strb(adr, val) __asm volatile(\ - "strb %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -/* Count leading zeroes (clz) */ -#define clz(arg) ({u8 rval; \ - __asm volatile(\ - "clz %0,%1"\ - : "=r" (rval) : "r" (arg)\ - );\ - rval;\ - }) - -/* CP15 operations */ -#define mtcp(rn, v) __asm volatile(\ - "mcr " rn "\n"\ - : : "r" (v)\ - ); - -/*#define mfcp(rn) ({u32 rval; \ - __asm volatile(\ - "mrc " rn "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) */ - -#define mfcp(rn, v) __asm volatile ("mrc " rn : "=r" (v)); - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ -int mfcpsr (void); -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -/** - *@endcond - */ - -#endif /* XPSEUDO_ASM_ICCARM_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/putnum.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/putnum.c deleted file mode 100644 index f0102aa..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/putnum.c +++ /dev/null @@ -1,54 +0,0 @@ -/* putnum.c -- put a hex number on the output device. - * - * Copyright (c) 1995 Cygnus Support - * - * The authors hereby grant permission to use, copy, modify, distribute, - * and license this software and its documentation for any purpose, provided - * that existing copyright notices are retained in all copies and that this - * notice is included verbatim in any distributions. No written agreement, - * license, or royalty fee is required for any of the authorized uses. - * Modifications to this software may be copyrighted by their authors - * and need not follow the licensing terms described here, provided that - * the new terms are clearly indicated on the first page of each file where - * they apply. - */ - -/* - * putnum -- print a 32 bit number in hex - */ - -/***************************** Include Files *********************************/ -#include "xil_types.h" - -/************************** Function Prototypes ******************************/ -extern void print (const char8 *ptr); -void putnum(u32 num); - -void putnum(u32 num) -{ - char8 buf[9]; - s32 cnt; - s32 i; - char8 *ptr; - u32 digit; - for(i = 0; i<9; i++) { - buf[i] = '0'; - } - - ptr = buf; - for (cnt = 7 ; cnt >= 0 ; cnt--) { - digit = (num >> (cnt * 4U)) & 0x0000000fU; - - if (digit <= 9U) { - digit += (u32)'0'; - *ptr = ((char8) digit); - ptr += 1; - } else { - digit += ((u32)'a' - (u32)10); - *ptr = ((char8)digit); - ptr += 1; - } - } - - print (buf); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/vectors.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/vectors.c deleted file mode 100644 index becf67e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/vectors.c +++ /dev/null @@ -1,169 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file vectors.c -* -* This file contains the C level vectors for the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/09 Initial version, moved over from bsp area
-* 6.0   mus  27/07/16 Consolidated vectors for a53,a9 and r5 processor
-*                     and added UndefinedException for a53 32 bit and r5
-*                     processor
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xil_exception.h" -#include "vectors.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -typedef struct { - Xil_ExceptionHandler Handler; - void *Data; -} XExc_VectorTableEntry; - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - -extern XExc_VectorTableEntry XExc_VectorTable[]; - -/************************** Function Prototypes ******************************/ - - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the FIQ interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void FIQInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_FIQ_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_FIQ_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the IRQ interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void IRQInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_IRQ_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_IRQ_INT].Data); -} - -#if !defined (__aarch64__) -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the Undefined exception called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void UndefinedException(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_UNDEFINED_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_UNDEFINED_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the SW Interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void SWInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_SWI_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_SWI_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the DataAbort Interrupt called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void DataAbortInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_DATA_ABORT_INT].Handler( - XExc_VectorTable[XIL_EXCEPTION_ID_DATA_ABORT_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the PrefetchAbort Interrupt called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void PrefetchAbortInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_PREFETCH_ABORT_INT].Handler( - XExc_VectorTable[XIL_EXCEPTION_ID_PREFETCH_ABORT_INT].Data); -} -#else - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the Synchronous Interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void SynchronousInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_SYNC_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_SYNC_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the SError Interrupt called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void SErrorInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_SERROR_ABORT_INT].Handler( - XExc_VectorTable[XIL_EXCEPTION_ID_SERROR_ABORT_INT].Data); -} - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/vectors.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/vectors.h deleted file mode 100644 index 6719ab0..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/vectors.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file vectors.h -* -* This file contains the C level vector prototypes for the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/10 Initial version, moved over from bsp area
-* 6.0   mus  07/27/16 Consolidated vectors for a9,a53 and r5 processors
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _VECTORS_H_ -#define _VECTORS_H_ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -#ifdef __cplusplus -extern "C" { -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void FIQInterrupt(void); -void IRQInterrupt(void); -#if !defined (__aarch64__) -void SWInterrupt(void); -void DataAbortInterrupt(void); -void PrefetchAbortInterrupt(void); -void UndefinedException(void); -#else -void SynchronousInterrupt(void); -void SErrorInterrupt(void); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_exception.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_exception.c deleted file mode 100644 index 69567bd..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_exception.c +++ /dev/null @@ -1,336 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xil_exception.c -* -* This file contains low-level driver functions for the Cortex A53,A9,R5 exception -* Handler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 6.0   mus      27/07/16 Consolidated exceptions for a53,a9 and r5
-*                         processors and added Xil_UndefinedExceptionHandler
-*                         for a53 32 bit and r5 as well.
-* 6.4   mus      08/06/17 Updated debug prints to replace %x with the %lx, to
-*                         fix the warnings.
-* 6.7   mna      26/04/18 Add an API to obtain a corresponding
-*                         Xil_ExceptionHandler entry from XExc_VectorTable.
-* 6.7  asa       18/05/18 Fix bugs in the API Xil_GetExceptionRegisterHandler.
-* 7.0  mus       07/03/19 Tweak Xil_ExceptionRegisterHandler and
-*                         Xil_GetExceptionRegisterHandler to support legacy
-*                         examples for Cortexa72 EL3 exception level.
-* 7.3  mus       07/27/20 Updated Xil_ExceptionRegisterHandler and
-*                         Xil_GetExceptionRegisterHandler to ignore
-*                         Exception_id, only if its pointing to IRQ.
-*                         It fixes CR#1069524
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_exception.h" -#include "xpseudo_asm.h" -#include "xdebug.h" -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -typedef struct { - Xil_ExceptionHandler Handler; - void *Data; -} XExc_VectorTableEntry; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Function Prototypes *****************************/ -static void Xil_ExceptionNullHandler(void *Data); -/************************** Variable Definitions *****************************/ -/* - * Exception vector table to store handlers for each exception vector. - */ -#if defined (__aarch64__) -XExc_VectorTableEntry XExc_VectorTable[XIL_EXCEPTION_ID_LAST + 1] = -{ - {Xil_ExceptionNullHandler, NULL}, - {Xil_SyncAbortHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_SErrorAbortHandler, NULL}, - -}; -#else -XExc_VectorTableEntry XExc_VectorTable[XIL_EXCEPTION_ID_LAST + 1] = -{ - {Xil_ExceptionNullHandler, NULL}, - {Xil_UndefinedExceptionHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_PrefetchAbortHandler, NULL}, - {Xil_DataAbortHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, -}; -#endif -#if !defined (__aarch64__) -u32 DataAbortAddr; /* Address of instruction causing data abort */ -u32 PrefetchAbortAddr; /* Address of instruction causing prefetch abort */ -u32 UndefinedExceptionAddr; /* Address of instruction causing Undefined - exception */ -#endif - -/*****************************************************************************/ - -/****************************************************************************/ -/** -* -* This function is a stub Handler that is the default Handler that gets called -* if the application has not setup a Handler for a specific exception. The -* function interface has to match the interface specified for a Handler even -* though none of the arguments are used. -* -* @param Data is unused by this function. -* -* @return None. -* -*****************************************************************************/ -static void Xil_ExceptionNullHandler(void *Data) -{ - (void) Data; -DieLoop: goto DieLoop; -} - -/****************************************************************************/ -/** -* @brief The function is a common API used to initialize exception handlers -* across all supported arm processors. For ARM Cortex-A53, Cortex-R5, -* and Cortex-A9, the exception handlers are being initialized -* statically and this function does not do anything. -* However, it is still present to take care of backward compatibility -* issues (in earlier versions of BSPs, this API was being used to -* initialize exception handlers). -* -* @return None. -* -*****************************************************************************/ -void Xil_ExceptionInit(void) -{ - return; -} - -/*****************************************************************************/ -/** -* @brief Register a handler for a specific exception. This handler is being -* called when the processor encounters the specified exception. -* -* @param Exception_id contains the ID of the exception source and should -* be in the range of 0 to XIL_EXCEPTION_ID_LAST. -* See xil_exception.h for further information. -* @param Handler to the Handler for that exception. -* @param Data is a reference to Data that will be passed to the -* Handler when it gets called. -* -* @return None. -* -****************************************************************************/ -void Xil_ExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler Handler, - void *Data) -{ -#if defined (versal) && !defined(ARMR5) && EL3 - if ( XIL_EXCEPTION_ID_IRQ_INT == Exception_id ) - { - /* - * Cortexa72 processor in versal is coupled with GIC-500, and - * GIC-500 supports only FIQ at EL3. Hence, tweaking this API - * to act on IRQ, if Exception_id is pointing to IRQ - */ - Exception_id = XIL_EXCEPTION_ID_FIQ_INT; - } -#endif - XExc_VectorTable[Exception_id].Handler = Handler; - XExc_VectorTable[Exception_id].Data = Data; -} - -/*****************************************************************************/ -/** -* @brief Get a handler for a specific exception. This handler is being -* called when the processor encounters the specified exception. -* -* @param Exception_id contains the ID of the exception source and should -* be in the range of 0 to XIL_EXCEPTION_ID_LAST. -* See xil_exception.h for further information. -* @param Handler to the Handler for that exception. -* @param Data is a reference to Data that will be passed to the -* Handler when it gets called. -* -* @return None. -* -****************************************************************************/ -void Xil_GetExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler *Handler, - void **Data) -{ -#if defined (versal) && !defined(ARMR5) && EL3 - if ( XIL_EXCEPTION_ID_IRQ_INT == Exception_id ) - { - /* - * Cortexa72 processor in versal is coupled with GIC-500, and - * GIC-500 supports only FIQ at EL3. Hence, tweaking this API - * to act on IRQ, if Exception_id is pointing to IRQ - */ - - Exception_id = XIL_EXCEPTION_ID_FIQ_INT; - } -#endif - - *Handler = XExc_VectorTable[Exception_id].Handler; - *Data = XExc_VectorTable[Exception_id].Data; -} - -/*****************************************************************************/ -/** -* -* @brief Removes the Handler for a specific exception Id. The stub Handler -* is then registered for this exception Id. -* -* @param Exception_id contains the ID of the exception source and should -* be in the range of 0 to XIL_EXCEPTION_ID_LAST. -* See xil_exception.h for further information. -* -* @return None. -* -****************************************************************************/ -void Xil_ExceptionRemoveHandler(u32 Exception_id) -{ - Xil_ExceptionRegisterHandler(Exception_id, - Xil_ExceptionNullHandler, - NULL); -} - -#if defined (__aarch64__) -/*****************************************************************************/ -/** -* -* Default Synchronous abort handler which prints a debug message on console if -* Debug flag is enabled -* -* @return None. -* -****************************************************************************/ - -void Xil_SyncAbortHandler(void *CallBackRef){ - (void) CallBackRef; - xdbg_printf(XDBG_DEBUG_ERROR, "Synchronous abort \n"); - while(1) { - ; - } -} - -/*****************************************************************************/ -/** -* -* Default SError abort handler which prints a debug message on console if -* Debug flag is enabled -* -* @return None. -* -****************************************************************************/ -void Xil_SErrorAbortHandler(void *CallBackRef){ - (void) CallBackRef; - xdbg_printf(XDBG_DEBUG_ERROR, "Synchronous abort \n"); - while(1) { - ; - } -} -#else -/*****************************************************************************/ -/** -* -* Default Data abort handler which prints data fault status register through -* which information about data fault can be acquired -* -* @return None. -* -****************************************************************************/ - -void Xil_DataAbortHandler(void *CallBackRef){ - (void) CallBackRef; -#ifdef DEBUG - u32 FaultStatus; - - xdbg_printf(XDBG_DEBUG_ERROR, "Data abort \n"); - #ifdef __GNUC__ - FaultStatus = mfcp(XREG_CP15_DATA_FAULT_STATUS); - #elif defined (__ICCARM__) - mfcp(XREG_CP15_DATA_FAULT_STATUS,FaultStatus); - #else - { volatile register u32 Reg __asm(XREG_CP15_DATA_FAULT_STATUS); - FaultStatus = Reg; } - #endif - xdbg_printf(XDBG_DEBUG_GENERAL, "Data abort with Data Fault Status Register %lx\n",FaultStatus); - xdbg_printf(XDBG_DEBUG_GENERAL, "Address of Instruction causing Data abort %lx\n",DataAbortAddr); -#endif - while(1) { - ; - } -} - -/*****************************************************************************/ -/** -* -* Default Prefetch abort handler which prints prefetch fault status register through -* which information about instruction prefetch fault can be acquired -* -* @return None. -* -****************************************************************************/ -void Xil_PrefetchAbortHandler(void *CallBackRef){ - (void) CallBackRef; -#ifdef DEBUG - u32 FaultStatus; - - xdbg_printf(XDBG_DEBUG_ERROR, "Prefetch abort \n"); - #ifdef __GNUC__ - FaultStatus = mfcp(XREG_CP15_INST_FAULT_STATUS); - #elif defined (__ICCARM__) - mfcp(XREG_CP15_INST_FAULT_STATUS,FaultStatus); - #else - { volatile register u32 Reg __asm(XREG_CP15_INST_FAULT_STATUS); - FaultStatus = Reg; } - #endif - xdbg_printf(XDBG_DEBUG_GENERAL, "Prefetch abort with Instruction Fault Status Register %lx\n",FaultStatus); - xdbg_printf(XDBG_DEBUG_GENERAL, "Address of Instruction causing Prefetch abort %lx\n",PrefetchAbortAddr); -#endif - while(1) { - ; - } -} -/*****************************************************************************/ -/** -* -* Default undefined exception handler which prints address of the undefined -* instruction if debug prints are enabled -* -* @return None. -* -****************************************************************************/ -void Xil_UndefinedExceptionHandler(void *CallBackRef){ - (void) CallBackRef; - xdbg_printf(XDBG_DEBUG_GENERAL, "Address of the undefined instruction %lx\n",UndefinedExceptionAddr); - while(1) { - ; - } -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_exception.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_exception.h deleted file mode 100644 index a146f83..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_exception.h +++ /dev/null @@ -1,387 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_exception.h -* -* This header file contains ARM Cortex A53,A9,R5 specific exception related APIs. -* For exception related functions that can be used across all Xilinx supported -* processors, please use xil_exception.h. -* -* @addtogroup arm_exception_apis ARM Processor Exception Handling -* @{ -* ARM processors specific exception related APIs for cortex A53,A9 and R5 can -* utilized for enabling/disabling IRQ, registering/removing handler for -* exceptions or initializing exception vector table with null handler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 6.0   mus      27/07/16 Consolidated file for a53,a9 and r5 processors
-* 6.7   mna      26/04/18 Add API Xil_GetExceptionRegisterHandler.
-* 6.7   asa      18/05/18 Update signature of API Xil_GetExceptionRegisterHandler.
-* 7.0   mus      01/03/19 Tweak Xil_ExceptionEnableMask and
-*                         Xil_ExceptionDisableMask macros to support legacy
-*                         examples for Cortexa72 EL3 exception level.
-* 7.3   mus      04/15/20 Added Xil_EnableNestedInterrupts and
-*                         Xil_DisableNestedInterrupts macros for ARMv8.
-*                         For Cortexa72, these macro's would not be supported
-*                         at EL3, as Cortexa72 is using GIC-500(GICv3),  which
-*                         triggeres only FIQ at EL3. Fix for CR#1062506
-# 7.6   mus      09/17/21 Updated flag checking to fix warning reported with
-#                         -Wundef compiler option CR#1110261
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_EXCEPTION_H /* prevent circular inclusions */ -#define XIL_EXCEPTION_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "bspconfig.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions ****************************/ - -#define XIL_EXCEPTION_FIQ XREG_CPSR_FIQ_ENABLE -#define XIL_EXCEPTION_IRQ XREG_CPSR_IRQ_ENABLE -#define XIL_EXCEPTION_ALL (XREG_CPSR_FIQ_ENABLE | XREG_CPSR_IRQ_ENABLE) - -#define XIL_EXCEPTION_ID_FIRST 0U -#if defined (__aarch64__) -#define XIL_EXCEPTION_ID_SYNC_INT 1U -#define XIL_EXCEPTION_ID_IRQ_INT 2U -#define XIL_EXCEPTION_ID_FIQ_INT 3U -#define XIL_EXCEPTION_ID_SERROR_ABORT_INT 4U -#define XIL_EXCEPTION_ID_LAST 5U -#else -#define XIL_EXCEPTION_ID_RESET 0U -#define XIL_EXCEPTION_ID_UNDEFINED_INT 1U -#define XIL_EXCEPTION_ID_SWI_INT 2U -#define XIL_EXCEPTION_ID_PREFETCH_ABORT_INT 3U -#define XIL_EXCEPTION_ID_DATA_ABORT_INT 4U -#define XIL_EXCEPTION_ID_IRQ_INT 5U -#define XIL_EXCEPTION_ID_FIQ_INT 6U -#define XIL_EXCEPTION_ID_LAST 6U -#endif - -/* - * XIL_EXCEPTION_ID_INT is defined for all Xilinx processors. - */ -#if defined (versal) && !defined(ARMR5) && EL3 -#define XIL_EXCEPTION_ID_INT XIL_EXCEPTION_ID_FIQ_INT -#else -#define XIL_EXCEPTION_ID_INT XIL_EXCEPTION_ID_IRQ_INT -#endif - -/**************************** Type Definitions ******************************/ - -/** - * This typedef is the exception handler function. - */ -typedef void (*Xil_ExceptionHandler)(void *data); -typedef void (*Xil_InterruptHandler)(void *data); - -/** -*@endcond -*/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* @brief Enable Exceptions. -* -* @param Mask: Value for enabling the exceptions. -* -* @return None. -* -* @note If bit is 0, exception is enabled. -* C-Style signature: void Xil_ExceptionEnableMask(Mask) -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -/* - * Cortexa72 processor in versal is coupled with GIC-500, and GIC-500 supports - * only FIQ at EL3. Hence, tweaking this macro to always enable FIQ - * ignoring argument passed by user. - */ -#define Xil_ExceptionEnableMask(Mask) \ - mtcpsr(mfcpsr() & ~ ((XIL_EXCEPTION_FIQ) & XIL_EXCEPTION_ALL)) -#elif defined (__GNUC__) || defined (__ICCARM__) -#define Xil_ExceptionEnableMask(Mask) \ - mtcpsr(mfcpsr() & ~ ((Mask) & XIL_EXCEPTION_ALL)) -#else -#define Xil_ExceptionEnableMask(Mask) \ - { \ - register u32 Reg __asm("cpsr"); \ - mtcpsr((Reg) & (~((Mask) & XIL_EXCEPTION_ALL))); \ - } -#endif -/****************************************************************************/ -/** -* @brief Enable the IRQ exception. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -#define Xil_ExceptionEnable() \ - Xil_ExceptionEnableMask(XIL_EXCEPTION_FIQ) -#else -#define Xil_ExceptionEnable() \ - Xil_ExceptionEnableMask(XIL_EXCEPTION_IRQ) -#endif - -/****************************************************************************/ -/** -* @brief Disable Exceptions. -* -* @param Mask: Value for disabling the exceptions. -* -* @return None. -* -* @note If bit is 1, exception is disabled. -* C-Style signature: Xil_ExceptionDisableMask(Mask) -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -/* - * Cortexa72 processor in versal is coupled with GIC-500, and GIC-500 supports - * only FIQ at EL3. Hence, tweaking this macro to always disable FIQ - * ignoring argument passed by user. - */ -#define Xil_ExceptionDisableMask(Mask) \ - mtcpsr(mfcpsr() | ((XIL_EXCEPTION_FIQ) & XIL_EXCEPTION_ALL)) -#elif defined (__GNUC__) || defined (__ICCARM__) -#define Xil_ExceptionDisableMask(Mask) \ - mtcpsr(mfcpsr() | ((Mask) & XIL_EXCEPTION_ALL)) -#else -#define Xil_ExceptionDisableMask(Mask) \ - { \ - register u32 Reg __asm("cpsr"); \ - mtcpsr((Reg) | ((Mask) & XIL_EXCEPTION_ALL)); \ - } -#endif -/****************************************************************************/ -/** -* Disable the IRQ exception. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -#define Xil_ExceptionDisable() \ - Xil_ExceptionDisableMask(XIL_EXCEPTION_IRQ) - -#if ( defined (PLATFORM_ZYNQMP) && defined (EL3) && (EL3==1) ) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I bit in DAIF.This -* macro is defined for Cortex-A53 64 bit mode BSP configured to run -* at EL3.. However,it is not defined for Versal Cortex-A72 BSP -* configured to run at EL3. Reason is, Cortex-A72 is coupled -* with GIC-500(GICv3 specifications) and it triggers only FIQ at EL3. -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I bit -* is set as 1). To allow nesting of interrupts, this macro should be -* used. It clears the I bit. Once that bit is cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I -* bit, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("mrs X1, ELR_EL3"); \ - __asm__ __volatile__ ("mrs X2, SPSR_EL3"); \ - __asm__ __volatile__ ("stp X1,X2, [sp,#-0x10]!"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("bic X1,X1,#(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I bit in DAIF. This -* macro is defined for Cortex-A53 64 bit mode BSP configured to run -* at EL3. -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ mode and -* hence sets back the I bit. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldp X1,X2, [sp,#0x10]!"); \ - __asm__ __volatile__ ("msr ELR_EL3, X1"); \ - __asm__ __volatile__ ("msr SPSR_EL3, X2"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("orr X1, X1, #(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -#elif (defined (EL1_NONSECURE) && (EL1_NONSECURE==1)) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I bit in DAIF.This -* macro is defined for Cortex-A53 64 bit mode and Cortex-A72 64 bit -* BSP configured to run at EL1 NON SECURE -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I bit -* is set as 1). To allow nesting of interrupts, this macro should be -* used. It clears the I bit. Once that bit is cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I -* bit, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("mrs X1, ELR_EL1"); \ - __asm__ __volatile__ ("mrs X2, SPSR_EL1"); \ - __asm__ __volatile__ ("stp X1,X2, [sp,#-0x10]!"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("bic X1,X1,#(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I bit in DAIF. This -* macro is defined for Cortex-A53 64 bit mode and Cortex-A72 64 bit -* BSP configured to run at EL1 NON SECURE -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ mode and -* hence sets back the I bit. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldp X1,X2, [sp,#0x10]!"); \ - __asm__ __volatile__ ("msr ELR_EL1, X1"); \ - __asm__ __volatile__ ("msr SPSR_EL1, X2"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("orr X1, X1, #(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -#elif (!defined (__aarch64__) && !defined (ARMA53_32)) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I and F bits in CPSR. This -* API is defined for cortex-a9 and cortex-r5. -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I and F -* are 1). To allow nesting of interrupts, this macro should be -* used. It clears the I and F bits by changing the ARM mode to -* system mode. Once these bits are cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I and -* F bits, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); \ - __asm__ __volatile__ ("mrs lr, spsr"); \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr cpsr_c, #0x1F"); \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I and F bits. This API -* is defined for cortex-a9 and cortex-r5. -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ/FIQ mode and -* hence sets back the I and F bits. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr cpsr_c, #0x92"); \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr spsr_cxsf, lr"); \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - -#endif -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -extern void Xil_ExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler Handler, - void *Data); - -extern void Xil_ExceptionRemoveHandler(u32 Exception_id); -extern void Xil_GetExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler *Handler, void **Data); - -extern void Xil_ExceptionInit(void); -#if defined (__aarch64__) -void Xil_SyncAbortHandler(void *CallBackRef); -void Xil_SErrorAbortHandler(void *CallBackRef); -#else -extern void Xil_DataAbortHandler(void *CallBackRef); -extern void Xil_PrefetchAbortHandler(void *CallBackRef); -extern void Xil_UndefinedExceptionHandler(void *CallBackRef); -#endif - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_EXCEPTION_H */ -/** -* @} End of "addtogroup arm_exception_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_sleeptimer.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_sleeptimer.c deleted file mode 100644 index ba7531d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_sleeptimer.c +++ /dev/null @@ -1,143 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*****************************************************************************/ -/** -* -* @file xil_sleeptimer.c -* -* This file provides the common helper routines for the sleep API's -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6	srm  10/18/17 First Release.
-* 6.6   srm  04/20/18 Fixed compilation warning in Xil_SleepTTCCommon API
-* 7.0   mus  03/27/19 Updated XTime_StartTTCTimer to skip IOU slcr address
-*                     space access, if processor is nonsecure and IOU slcr
-*                     address space is secure. CR#1015725.
-*
-* 
-*****************************************************************************/ - -/**************************** Include Files ********************************/ - -#include "xil_io.h" -#include "xil_sleeptimer.h" -#include "xtime_l.h" - -/**************************** Constant Definitions *************************/ - - -/* Function definitions are applicable only when TTC3 is present*/ -#if defined (SLEEP_TIMER_BASEADDR) -/****************************************************************************/ -/** -* -* This is a helper function used by sleep/usleep APIs to -* have delay in sec/usec -* -* @param delay - delay time in seconds/micro seconds -* -* @param frequency - Number of counts per second/micro second -* -* @return none -* -* @note none -* -*****************************************************************************/ -void Xil_SleepTTCCommon(u32 delay, u64 frequency) -{ - u64 tEnd = 0U; - u64 tCur = 0U; - XCntrVal TimeHighVal = 0U; - XCntrVal TimeLowVal1 = 0U; - XCntrVal TimeLowVal2 = 0U; - - TimeLowVal1 = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET); - tEnd = (u64)TimeLowVal1 + ((u64)(delay) * frequency); - do - { - TimeLowVal2 = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET); - if (TimeLowVal2 < TimeLowVal1) { - TimeHighVal++; - } - TimeLowVal1 = TimeLowVal2; - tCur = (((u64) TimeHighVal) << XSLEEP_TIMER_REG_SHIFT) | - (u64)TimeLowVal2; - }while (tCur < tEnd); -} - - -/*****************************************************************************/ -/** -* -* This API starts the Triple Timer Counter -* -* @param none -* -* @return none -* -* @note none -* -*****************************************************************************/ -void XTime_StartTTCTimer() -{ - u32 TimerPrescalar; - u32 TimerCntrl; - -#if (defined (__aarch64__) && EL3==1) || (defined (ARMR5) && (PROCESSOR_ACCESS_VALUE & IOU_SLCR_TZ_MASK)) || defined (ARMA53_32) - u32 LpdRst; - -#if defined (versal) - u32 RstAddr = CRL_TTC_RST; - u32 RstMask = CRL_TTC_BASE_RST_MASK << XSLEEP_TTC_INSTANCE; -#else - u32 RstAddr = RST_LPD_IOU2; - u32 RstMask = RST_LPD_IOU2_TTC_BASE_RESET_MASK << XSLEEP_TTC_INSTANCE; -#endif - /* check if the timer is reset */ - LpdRst = XSleep_ReadCounterVal(RstAddr); - if ((LpdRst & RstMask) != 0 ) { - LpdRst = LpdRst & (~RstMask); - Xil_Out32(RstAddr, LpdRst); - } else { -#endif - TimerCntrl = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET); - /* check if Timer is disabled */ - if ((TimerCntrl & XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK) == 0) { - TimerPrescalar = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET); - /* check if Timer is configured with proper functionalty for sleep */ - if ((TimerPrescalar & XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK) == 0) - return; - } -#if (defined (__aarch64__) && EL3==1) || (defined (ARMR5) && (PROCESSOR_ACCESS_VALUE & IOU_SLCR_TZ_MASK)) || defined (ARMA53_32) - } -#endif - /* Disable the timer to configure */ - TimerCntrl = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET); - TimerCntrl = TimerCntrl | XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK; - Xil_Out32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET, - TimerCntrl); - /* Disable the prescalar */ - TimerPrescalar = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET); - TimerPrescalar = TimerPrescalar & (~XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK); - Xil_Out32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET, - TimerPrescalar); - /* Enable the Timer */ - TimerCntrl = TimerCntrl & (~XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK); - Xil_Out32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET, - TimerCntrl); -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_sleeptimer.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_sleeptimer.h deleted file mode 100644 index 5007212..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_sleeptimer.h +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_sleeptimer.h -* -* This header file contains ARM Cortex A53,A9,R5 specific sleep related APIs. -* For sleep related functions that can be used across all Xilinx supported -* processors, please use xil_sleeptimer.h. -* -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6	srm  10/18/17 First Release.
-* 7.0   mus  01/07/19 Add cpp extern macro
-*
-* 
-*****************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_SLEEPTIMER_H /* prevent circular inclusions */ -#define XIL_SLEEPTIMER_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/**************************** Include Files ********************************/ - -#include "xil_io.h" -#include "xparameters.h" -#include "bspconfig.h" - -/************************** Constant Definitions *****************************/ - -#if defined (ARMR5) || (__aarch64__) || (ARMA53_32) -#define XSLEEP_TIMER_REG_SHIFT 32U -#define XSleep_ReadCounterVal Xil_In32 -#define XCntrVal u32 -#else -#define XSLEEP_TIMER_REG_SHIFT 16U -#define XSleep_ReadCounterVal Xil_In16 -#define XCntrVal u16 -#endif - -#if defined(ARMR5) || (defined (__aarch64__) && EL3==1) || defined (ARMA53_32) -#if defined (versal) -#define CRL_TTC_RST 0xFF5E0344U -#define CRL_TTC_BASE_RST_MASK 0x1U -#else -#define RST_LPD_IOU2 0xFF5E0238U -#define RST_LPD_IOU2_TTC_BASE_RESET_MASK 0x00000800U -#endif -#endif - -#if defined (SLEEP_TIMER_BASEADDR) -/** @name Register Map -* -* Register offsets from the base address of the TTC device -* -* @{ -*/ - #define XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET 0x00000000U - /**< Clock Control Register */ - #define XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET 0x0000000CU - /**< Counter Control Register*/ - #define XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET 0x00000018U - /**< Current Counter Value */ -/* @} */ -/** @name Clock Control Register -* Clock Control Register definitions of TTC -* @{ -*/ - #define XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK 0x00000001U - /**< Prescale enable */ -/* @} */ -/** @name Counter Control Register -* Counter Control Register definitions of TTC -* @{ -*/ -#define XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK 0x00000001U - /**< Disable the counter */ -#define XSLEEP_TIMER_TTC_CNT_CNTRL_RST_MASK 0x00000010U - /**< Reset counter */ -/* @} */ - -/**************************** Type Definitions *******************************/ -/** - *@endcond - */ -/************************** Function Prototypes ******************************/ - -void Xil_SleepTTCCommon(u32 delay, u64 frequency); -void XTime_StartTTCTimer(); - -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_SLEEPTIMER_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_spinlock.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_spinlock.c deleted file mode 100644 index e40988e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_spinlock.c +++ /dev/null @@ -1,366 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_spinlock.c -* -* Implements a spinlocking mechanism using ARM load-exclusive and -* store-exclusive instructions. -* -* spinlocks in baremetal world are useful mainly for AMP kind of use cases -* where different applications run in different CPUs in a CPU cluster and -* they have a common resource to work with. -* A simple yet common example is: -* R5-0 and R5-1 have separate applications and at runtime they try to access a -* shared register space (GIC) or shared memory space. Mutual exclusion is -* really needed for such use cases. -* Similar use case applies for Zynq CortexA9-0 and CortesA9-1. -* -* The spinlock mechanism provided with this file is very simple to cater to -* baremetal world requirements. -* -* A) Unlike OS type of use cases, at any point of time, only a single lock -* can be used. There is no way in BM world we can support multiple locks -* at the same time. -* B) The spinlocking is available for ARM v7 (Cortex-R5 and Cortex-A9). -* C) Users need to provide a lock (essentially a shared address), and a flag -* (also a shared address) for spinlocking to work. These shared addresses -* must be agreed upon by apps running on both CPUs. Needless to say, -* the linker scripts must change accordingly so that apps running on both -* CPUs can have a shared DDR region from which address can be used for -* spinlocking. -* D) The address that is used for spinlocking and the address that is used -* as flag address must be in a memory region that is strongly-ordered -* or device memory. -* E) Like any similar standard use cases, one application running in any -* of the CPUs must create the spinlock address. It is advisable that the -* the same application must destroy or release the spinlock address, -* though nothing stops the other CPU in destroying and releasing the -* spinlock addresses. There has to be understanding between applications -* running on both the CPUs to ensure that correct ordering is followed. -* Once a spinlock is released, it spinlock APIs cannot be used anymore. -* F) Once a spinlock address is created it can be used any number of times -* to protect critical sections as long as a certain set of rules are -* followed and a certain set of sequences are followed. More about the -* sequences later in this description. -* G) To re-iterate, the spinlocking mechanism provided through this file is -* pretty rudimentary. Users can always improvise. The use case that -* the whole mechanism is trying to solve is: common register space -* being accesses in an AMP scenario by independent applications running -* at multiple CPUs. -* -* The usage of APIs provided in this file are summarized below. -* A) Applications running at both the CPUs ensure that they allocate shared -* memory space to be used for locking and flag maintenance. -* B) The memory allocated as shared should be of minimum size 1 MB. This -* limitation is because the way translation tables/memory map is setup -* for R5 or A9. In future, this limitation can be brought down 4 KB. -* C) The spinlock and the flag address must be uncached. Users need to c -* all Xilinx provided API Xil_SetTlbAttributes to mark the shared -* 1 MB memory space as strongly ordered or device memory. -* D) Both the applications must call the API Xil_InitializeSpinLock with -* the spinlock address, flag address and flag value to be used. Currently -* only one flag value is supported (i.e. XIL_SPINLOCK_ENABLE with -* a value of 1). -* Only if the Xil_InitializeSpinLock returns success, should they -* proceed to use Xil_SpinLock and Xil_SpinUnlock. -* F) Afterwards applications can start using the APIs Xil_SpinLock() and -* Xil_SpinUnlock() to protect the critical sections. -* G) It is highly suggested to use Xil_IsSpinLockEnabled() as a check -* before using Xil_SpinLock() or Xil_SpinUnlock(). Refer to the code -* snippet below. -* H) If spinlock is no more needed by an application, they can use the API -* Xil_ReleaseSpinLock(). -* I) Once a spinlock is created it can be used as many numbers of time as -* needed. -* -* A typical code snippet with R5 as an example and lock address falling -* in the 1 MB memory region (0x300000 to 0x400000) is given below. -* -* Code snippet for R5-0 (that runs first): -* int main() -* { -* u32 *sharedlockaddr = (int *)0x300008; -* u32 *sharedlockflagaddr = int *)0x30000C; -* Xil_SetTlbAttributes(0x300000,STRONG_ORDERD_SHARED | PRIV_RW_USER_RW); -* Xil_InitializeSpinLock((UINTPTR)sharedlockaddr,(UINTPTR)sharedlockflagaddr, -* XIL_SPINLOCK_ENABLE); -* .... -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinLock(); -* // Critical Section -* .... -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinUnlock(); -* ..... -* ..... -* Xil_ReleaseSpinLock(); -* } // End of main -* -* * Code snippet for R5-1 (that runs second): -* int main() -* { -* u32 *sharedlockaddr = (int *)0x300008; -* u32 *sharedlockflagaddr = int *)0x30000C; -* Xil_SetTlbAttributes(0x300000,STRONG_ORDERD_SHARED | PRIV_RW_USER_RW); -* Xil_InitializeSpinLock((UINTPTR)sharedlockaddr,(UINTPTR)sharedlockflagaddr, -* XIL_SPINLOCK_ENABLE); -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinLock(); -* // Critical Section -* .... -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinUnlock(); -* ..... -* ..... -* Xil_ReleaseSpinLock(); -* } // End of main -* -* Xil_SpinLock() and Xil_SpinLock() return XST_FAILURE if the spinlock -* is initialized. Instead of calling Xil_IsSpinLockEnabled before using -* Xil_SpinLock() or Xil_SpinLock(), users can also check the return -* value of Xil_SpinLock and Xil_SpinLock. If a lock is not initialized, -* Xil_SpinLock will just return failure and not perform load-exclusive -* operations. -* -* Guidelines on when to use the spinlocking mechanism in Xilinx baremetal -* environment: -* A) Spinlocking mechanism can only be used for Cortex-R5s (split mode) -* and Cortex-A9s (Zynq). -* B) In Cortex-R5 split mode or Cortex-A9 cluster, applications running on -* both the CPUs, by design should never be sharing the same peripheral. -* It is impossible to support such use cases reliably. -* Hence none of the peripheral drivers (except GIC driver) have -* spinlocking support added into their APIs. -* C) GIC register space is shared by both the CPUs (R5 split mode, A9s). -* The GIC driver APIs have spinlocking mechanism added to the relevant -* APIs. Users need to follow the guidelines stated earlier to enable -* the spinlocks and use them. -* It is really advisable to use spinlock mechanism for use cases where -* applications running on multiple CPUs can simultaneously access -* GIC register space through driver APIs. -* D) The spinlock mechanism can be used to protect any critical region -* implemented through shared memory space. -* -* IMPORTANT NOTE: Circular spinlocks are not allowed (as expected). -* Use case where an application calls Xil_SpinLock back to back without -* calling Xil_SpinUnlock in between will/may result in a deadlock -* condition. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 7.5 	asa      02/23/21 First release
-* 7.5   asa      04/28/21 Fixed bug Xil_IsSpinLockEnabled to avoid
-*                         dereferencing to address zero.
-* 
-* -******************************************************************************/ - - -/***************************** Include Files ********************************/ -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#include "xil_spinlock.h" - - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - - - -/************************** Variable Definitions ****************************/ -static UINTPTR Xil_Spinlock_Addr = 0x0; -static UINTPTR Xil_Spinlock_Flag_Addr = 0x0; - -/************************** Function Prototypes *****************************/ - -/****************************************************************************/ -/** -* -* @brief Used at the beginning of a critical section. This API takes the -* lock using load-exclusive and store-exclusive operations. In -* case the lock is not available (being held by an application -* running at the other CPU and doing operations inside the -* critical section, the control will never go out from the API -* till the other CPU releases the lock. -* -* @param None. -* -* @return XST_FAILURE: If spinlock is not properly initialized. -* XST_SUCCESS: If the lock was successfully obtained. -* -* @note None. -* -*****************************************************************************/ -u32 Xil_SpinLock(void) -{ - UINTPTR lockaddr = Xil_Spinlock_Addr; - u32 LockTempVar; - - if (Xil_Spinlock_Addr == 0) { - return XST_FAILURE; - } - - __asm__ __volatile__( - "1: ldrex %0, [%1] \n" - " teq %0, %3 \n" - " strexeq %0, %2, [%1] \n" - " teqeq %0, #0 \n" - " bne 1b \n" - " dmb \n" - : "=&r" (LockTempVar) - : "r" (lockaddr), "r"(XIL_SPINLOCK_LOCKVAL), "r"(XIL_SPINLOCK_RESETVAL) - : "cc"); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* @brief Used to release a lock previously held by calling Xil_SpinLock. -* -* @param None. -* -* @return XST_FAILURE: If spinlock is not properly initialized. -* XST_SUCCESS: If the lock was successfully obtained. -* -* @note None. -* -*****************************************************************************/ -u32 Xil_SpinUnlock(void) -{ - UINTPTR lockaddr = Xil_Spinlock_Addr; - - if (Xil_Spinlock_Addr == 0) { - return XST_FAILURE; - } - __asm__ __volatile__( - "dmb \n" - "str %1, [%0] \n" - : - : "r" (lockaddr), "r" (XIL_SPINLOCK_RESETVAL) - : "cc"); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* @brief Used to initialize a spinlock. -* -* @param lockaddr: Address of the lock variable. The address must be in -* a shared memory region. -* lockflagaddr: Address of the flag variable. The address must be -* in a shared memory region. -* lockflag: The value of the flag. Currently only one value -* is supported, which is XIL_SPINLOCK_ENABLE. -* -* @return XST_SUCCESS, if the initialization succeeded. -* XST_FAILURE, if the initialization failed -* -* @note None. -* -*****************************************************************************/ -u32 Xil_InitializeSpinLock(UINTPTR lockaddr, UINTPTR lockflagaddr, - u32 lockflag) -{ - if (Xil_Spinlock_Flag_Addr == 0) { - Xil_Spinlock_Flag_Addr = lockflagaddr; - if (*(u32 *)Xil_Spinlock_Flag_Addr == XIL_SPINLOCK_ENABLED) { - /* - * spinlock is already initialized by one of the CPUs, just update - * the local variable Xil_Spinlock_Addr with the passed address - * and dont write to the lock value as it might be currently - * getting used. - */ - /* - * Ensure to update the global variable Xil_Spinlock_Addr only - * if it is zero. A non-zero value may mean that there is something - * wrong. - */ - if (Xil_Spinlock_Addr == 0) { - Xil_Spinlock_Addr = lockaddr; - } else { - /* - * May be spinlock is already initialized and the user has not - * called Xil_ReleaseSpinLock before calling Xil_InitializeSpinLock. - */ - return XST_FAILURE; - } - } else { - /* All good, do the necessary initializations */ - Xil_Spinlock_Addr = lockaddr; - *(u32 *)(Xil_Spinlock_Addr) = XIL_SPINLOCK_RESETVAL; - *(u32 *)(Xil_Spinlock_Flag_Addr) = lockflag; - } - return XST_SUCCESS; - } else { - /* - * Most probably spinlock is already initialized and the user has not - * called Xil_ReleaseSpinLock before calling Xil_InitializeSpinLock. - */ - return XST_FAILURE; - } -} - - -/****************************************************************************/ -/** -* @brief Used to release the spinlock. Typically called by the application -* once spinlock feature is no more required. -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void Xil_ReleaseSpinLock(void) -{ - Xil_Spinlock_Addr = 0; - Xil_Spinlock_Flag_Addr = 0; -} - -/****************************************************************************/ -/** -* @brief Used to know if the spinlock feature has been enabled. To ensure -* that spinlock feature does not break use cases where lock is -* not initialized, the application must call this API first to know -* if it can use spinlock. If this API returns non-zero value, an -* application should then use Xil_SpinLock or Xil_SpinUnlock. -* -* @param None -* -* @return Non-zero, if spinlock is already initialized and can be used. -* Zero, if spinlock is not initialized. -* -* @note -* -*****************************************************************************/ -u32 Xil_IsSpinLockEnabled(void) -{ - u32 retVal = FALSE; - - if (Xil_Spinlock_Flag_Addr != 0) { - if (*(u32 *)(Xil_Spinlock_Flag_Addr) == XIL_SPINLOCK_ENABLED) { - retVal = TRUE; - } - } - return retVal; -} -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_spinlock.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_spinlock.h deleted file mode 100644 index fa58233..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_spinlock.h +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_spinlock.h -* -* This header file contains function prototypes to be used while using Xilinx -* spinlocking mechanism. -* Please refer to file header contents of xil_spinlock.c to understand in -* detail the spinlocking mechanism. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 7.5 	asa		 02/16/21 First release
-* 7.6	sk	 08/05/21 Add Boolean check and braces for Xil_IsSpinLockEnabled
-* 			  if condition to fix misrac violations.
-* 
-* -******************************************************************************/ - -#ifndef XIL_SPINLOCK_H /* prevent circular inclusions */ -#define XIL_SPINLOCK_H /* by using protection macros */ - -/***************************** Include Files ********************************/ -#include "xil_types.h" -#include "xstatus.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -/************************** Function Prototypes *****************************/ -u32 Xil_SpinLock(void); -u32 Xil_SpinUnlock(void); -u32 Xil_InitializeSpinLock(UINTPTR lockaddr, UINTPTR lockflagaddr, - u32 lockflag); -void Xil_ReleaseSpinLock(void); -u32 Xil_IsSpinLockEnabled(void); - -/************************** MACRO Definitions ****************************/ -#define XIL_SPINLOCK_LOCKVAL 0x10203040 -#define XIL_SPINLOCK_RESETVAL 0x40302010 -#define XIL_SPINLOCK_ENABLE 0x17273747 -#define XIL_SPINLOCK_ENABLED 0x17273747 -/***************** Macros (Inline Functions) Definitions ********************/ - -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ -/***************************************************************************/ -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#define XIL_SPINLOCK() \ - if(Xil_IsSpinLockEnabled()!=(u32)0) { \ - Xil_SpinLock(); } -#else -#define XIL_SPINLOCK() -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ - -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#define XIL_SPINUNLOCK() \ - if(Xil_IsSpinLockEnabled()!=(u32)0) { \ - Xil_SpinUnlock(); } -#else -#define XIL_SPINUNLOCK() -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ - - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_SPINLOCK_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/ARM_argv_veneer.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/ARM_argv_veneer.c deleted file mode 100644 index 1de5c87..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/ARM_argv_veneer.c +++ /dev/null @@ -1,6 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -void __ARM_argv_veneer(void) {}; diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/Makefile deleted file mode 100644 index 858d3ce..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -############################################################################### -# Copyright (c) 2011 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = 1.0 - -include config.make - -AS=$(ASSEMBLER) -COMPILER=$(COMPILER) -ARCHIVER=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= - -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -ECC_FLAGS += --cpu=Cortex-A9 --fpu=VFPv3_FP16 --vectorize - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ - -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) -INCLUDEFILES=*.h - -COBJS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) -AOBJS1 = $(RELEASEDIR)asm_vectors.o -AOBJS2 = $(RELEASEDIR)translation_table.o -OBJS = $(COBJS) $(AOBJS1) $(AOBJS2) $(RELEASEDIR)boot.o - -ASOURCES1 = asm_vectors.s -ASOURCES2 = translation_table.s - -# Replace boot.o with boot_post.o -OBJECTS = $(OBJS) - -libs: $(LIBS) -standalone_libs: $(OBJS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)boot.o: boot.S -ifeq ($(findstring boot.S,$(wildcard *.S)),boot.S) - ${COMPILER} $(INCLUDES) -E -o boot_post.s boot.S -endif - - ${AS} --cpu=Cortex-A9 --fpu=VFPv3 -o $*.o boot_post.s --depend=$*.d - -$(AOBJS1): $(ASOURCES1) - - ${AS} --cpu=Cortex-A9 --fpu=VFPv3 --depend=$*.d $< -o $@ - -$(AOBJS2): $(ASOURCES2) - - ${AS} --cpu=Cortex-A9 --fpu=VFPv3 --depend=$*.d $< -o $@ - -$(RELEASEDIR)%.o: %.c - - ${COMPILER} -c $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_close.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_close.c deleted file mode 100644 index ab16593..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_close.c +++ /dev/null @@ -1,11 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -/* Stuv for close() sys-call */ -__weak s32 _sys_close(s32 fh) -{ - return -1; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_exit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_exit.c deleted file mode 100644 index 42baaee..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_exit.c +++ /dev/null @@ -1,13 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -/* Stuv for exit() sys-call */ -__weak void _sys_exit(s32 rc) -{ - while(1) { - ; - } -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_iserror.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_iserror.c deleted file mode 100644 index 3972482..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_iserror.c +++ /dev/null @@ -1,15 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -/* Stub for iserror() function */ -__weak s32 _sys_iserror(s32 status) -{ - if(status<0) { - return 1; - } - - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_istty.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_istty.c deleted file mode 100644 index 63d535c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_istty.c +++ /dev/null @@ -1,12 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -/* Stub for istty sys-call */ -__weak s32 _sys_istty(u32* f) -{ - /* cannot read/write files */ - return 1; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_open.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_open.c deleted file mode 100644 index 7307646..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_open.c +++ /dev/null @@ -1,11 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -/* Stub for open sys-call */ -__weak s32 _sys_open(const char8* name, s32 openmode) -{ - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_read.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_read.c deleted file mode 100644 index 243c109..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_read.c +++ /dev/null @@ -1,12 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -/* Stub for read() sys-call */ -__weak s32 _sys_read(u32 fh, u8 *buf, u32 len, s32 mode) -{ - /* Return the number of character NOT read */ - return len; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_time.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_time.c deleted file mode 100644 index 7281ac4..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_time.c +++ /dev/null @@ -1,17 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -#include - -/* - * clock -- It supposed to return processor time. We are not implementing - * this function, as timekeeping is tightly coupled with system, hence - * always returning 0. Users can override this with their system - * specific implementation. - * - */ -__weak clock_t clock(void) -{ - return (0); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_write.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_write.c deleted file mode 100644 index 084de81..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_write.c +++ /dev/null @@ -1,24 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -#include "xparameters.h" - -__weak s32 _sys_write(u32 fh, const u8 *buf, u32 len, s32 mode) -{ -#ifdef STDOUT_BASEADDRESS - u32 volatile *uart_base = (u32 *)STDOUT_BASEADDRESS; - s32 i; - - for (i =0; i < len;i++) { - /* wait if TNFUL */ - while (*(uart_base + 11U) & (1U << 14U)) { - ; - } - *(uart_base + 12U) = buf[i]; - } -#endif - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/asm_vectors.s b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/asm_vectors.s deleted file mode 100644 index 98aa62a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/asm_vectors.s +++ /dev/null @@ -1,142 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;***************************************************************************** -;**************************************************************************** -;** -; @file asm_vectors.s -; -; This file contains the initial vector table for the Cortex A9 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver	Who     Date	  Changes
-; ----- ------- -------- ---------------------------------------------------
-; 1.00a ecm/sdm 10/20/09 Initial version
-; 3.11a asa	9/17/13	 Added support for neon.
-; 4.00  pkp	01/22/14 Modified return addresses for interrupt
-;			 handlers
-; 5.1	pkp	05/13/15 Saved the addresses of instruction causing data
-;			 abort and prefetch abort into DataAbortAddr and
-;			 PrefetchAbortAddr for further use to fix CR#854523
-; 5.4	pkp	12/03/15 Added handler for undefined exception
-;
-; -; @note -; -; None. -; -;**************************************************************************** - - EXPORT _vector_table - EXPORT IRQHandler - - IMPORT _boot - IMPORT _prestart - IMPORT IRQInterrupt - IMPORT FIQInterrupt - IMPORT SWInterrupt - IMPORT DataAbortInterrupt - IMPORT PrefetchAbortInterrupt - IMPORT UndefinedException - IMPORT DataAbortAddr - IMPORT PrefetchAbortAddr - IMPORT UndefinedExceptionAddr - - AREA |.vectors|, CODE - REQUIRE8 {TRUE} - PRESERVE8 {TRUE} - ENTRY ; define this as an entry point -_vector_table - B _boot - B Undefined - B SVCHandler - B PrefetchAbortHandler - B DataAbortHandler - NOP ; Placeholder for address exception vector - B IRQHandler - B FIQHandler - - -IRQHandler ; IRQ vector handler - - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} - bl IRQInterrupt ; IRQ vector - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - - -FIQHandler ; FIQ vector handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -FIQLoop - bl FIQInterrupt ; FIQ vector - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - - -Undefined ; Undefined handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =UndefinedExceptionAddr - sub r1, lr,#4 - str r1, [r0] ; Address of instruction causing undefined exception - bl UndefinedException ; UndefinedException: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - - movs pc, lr - - -SVCHandler ; SWI handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - tst r0, #0x20 ; check the T bit - ldrneh r0, [lr,#-2] ; Thumb mode - bicne r0, r0, #0xff00 ; Thumb mode - ldreq r0, [lr,#-4] ; ARM mode - biceq r0, r0, #0xff000000 ; ARM mode - bl SWInterrupt ; SWInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - movs pc, lr ; adjust return - -DataAbortHandler ; Data Abort handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =DataAbortAddr - sub r1, lr,#8 - str r1, [r0] ;Address of instruction causing data abort - bl DataAbortInterrupt ;DataAbortInterrupt :call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #8 ; adjust return - -PrefetchAbortHandler ; Prefetch Abort handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =PrefetchAbortAddr - sub r1, lr,#4 - str r1, [r0] ;Address of instruction causing prefetch abort - bl PrefetchAbortInterrupt ; PrefetchAbortInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - - END diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/boot.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/boot.S deleted file mode 100644 index a224878..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/boot.S +++ /dev/null @@ -1,454 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;***************************************************************************** -;**************************************************************************** -;** -; @file boot.S -; -; This file contains the initial startup code for the Cortex A9 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver	Who	  Date	  Changes
-; ----- ------- -------- ---------------------------------------------------
-; 1.00a ecm/sdm 10/20/09 Initial version
-; 3.04a sdm	01/02/12 Updated to clear cp15 regs with unknown reset values
-; 3.06a sgd     05/15/12 Updated L2CC Auxiliary and Tag RAM Latency control
-;			 register settings.
-; 3.06a asa 	06/17/12 Modified the TTBR settings and L2 Cache auxiliary
-;		         register settings.
-; 3.07a sgd 	07/05/12 Updated with reset and start Global Timer
-; 3.07a sgd 	10/19/12 SMC NOR and SRAM initialization with build option
-; 4.2   pkp	06/19/14 Enabled asynchronous abort exception
-; 4.2	pkp  	08/04/14 Removed PEEP board related code which contained
-;			 initialization of uart smc nor and sram
-; 5.0	pkp	16/12/14 Modified initialization code to enable scu after
-;			 MMU is enabled and removed incorrect initialization
-;			 of TLB lockdown register to fix CR#830580
-; 5.1   pkp	05/13/15 Changed the initialization order so to first invalidate
-;			 caches and TLB, enable MMU and caches, then enable SMP
-;			 bit in ACTLR. L2Cache invalidation and enabling of L2Cache
-;			 is done later.
-; 5.4  asa      12/06/15 Added code to initialize SPSR for all relevant modes.
-; 6.0  mus      04/08/16 Added code to detect zynq-7000 base silicon configuration and
-;                        attempt to enable dual core behavior on single cpu zynq-7000s devices
-;                        is prevented from corrupting system behavior.
-; 6.0  mus      24/08/16 Check CPU core before putting cpu1 to reset for single core
-;                        zynq-7000s devices
-; 6.6   srm	  10/25/17  Added timer configuration using XTime_StartTTCTimer API.
-*		      	        Now the TTC instance as specified by the user will be
-*					    started.
-; 
-; -; @note -; -; None. -; -;**************************************************************************** - - - -#include "xparameters.h" -#include "xil_errata.h" - -#define UART_BAUDRATE 115200 - - EXPORT _prestart - EXPORT _boot - - IMPORT |Image$$ARM_LIB_STACK$$ZI$$Limit| - IMPORT |Image$$IRQ_STACK$$ZI$$Limit| - IMPORT |Image$$SPV_STACK$$ZI$$Limit| - IMPORT |Image$$ABORT_STACK$$ZI$$Limit| - IMPORT MMUTable - IMPORT _vector_table - IMPORT __main - IMPORT Xil_ExceptionInit - IMPORT XTime_SetTime -#if defined SLEEP_TIMER_BASEADDR - IMPORT XTime_StartTTCTimer -#endif - -PSS_L2CC_BASE_ADDR EQU 0xF8F02000 -PSS_SLCR_BASE_ADDR EQU 0xF8000000 - -L2CCWay EQU (PSS_L2CC_BASE_ADDR + 0x077C) ;(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_INVLD_WAY_OFFSET) -L2CCSync EQU (PSS_L2CC_BASE_ADDR + 0x0730) ;(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_SYNC_OFFSET) -L2CCCrtl EQU (PSS_L2CC_BASE_ADDR + 0x0100) ;(PSS_L2CC_BASE_ADDR + PSS_L2CC_CNTRL_OFFSET) -L2CCAuxCrtl EQU (PSS_L2CC_BASE_ADDR + 0x0104) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_AUX_CNTRL_OFFSET) -L2CCTAGLatReg EQU (PSS_L2CC_BASE_ADDR + 0x0108) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_TAG_RAM_CNTRL_OFFSET) -L2CCDataLatReg EQU (PSS_L2CC_BASE_ADDR + 0x010C) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_DATA_RAM_CNTRL_OFFSET) -L2CCIntClear EQU (PSS_L2CC_BASE_ADDR + 0x0220) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_IAR_OFFSET) -L2CCIntRaw EQU (PSS_L2CC_BASE_ADDR + 0x021C) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_ISR_OFFSET) - -SLCRlockReg EQU (PSS_SLCR_BASE_ADDR + 0x04) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_LOCK_OFFSET)*/ -SLCRUnlockReg EQU (PSS_SLCR_BASE_ADDR + 0x08) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_UNLOCK_OFFSET)*/ -SLCRL2cRamReg EQU (PSS_SLCR_BASE_ADDR + 0xA1C) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_L2C_RAM_OFFSET)*/ -SLCRCPURSTReg EQU (0xF8000000 + 0x244) ;(XPS_SYS_CTRL_BASEADDR + A9_CPU_RST_CTRL_OFFSET) -EFUSEStaus EQU (0xF800D000 + 0x10) ;(XPS_EFUSE_BASEADDR + EFUSE_STATUS_OFFSET) - -SLCRlockKey EQU 0x767B /* SLCR lock key */ -SLCRUnlockKey EQU 0xDF0D /* SLCR unlock key */ -SLCRL2cRamConfig EQU 0x00020202 /* SLCR L2C ram configuration */ - -CRValMmuCac EQU 2_01000000000101 ; Enable IDC, and MMU -CRValHiVectorAddr EQU 2_10000000000000 ; Set the Vector address to high, 0xFFFF0000 - -L2CCAuxControl EQU 0x72360000 ; Enable all prefetching, Way Size (16 KB) and High Priority for SO and Dev Reads Enable -L2CCControl EQU 0x01 ; Enable L2CC -L2CCTAGLatency EQU 0x0111 ; 7 Cycles of latency for TAG RAM -L2CCDataLatency EQU 0x0121 ; 7 Cycles of latency for DATA RAM - -FPEXC_EN EQU 0x40000000 ; FPU enable bit, (1 << 30) - - AREA |.boot|, CODE - PRESERVE8 - - -; this initializes the various processor modes - -_prestart -_boot - -#if XPAR_CPU_ID==0 -; only allow cp0 through - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #0 - beq CheckEFUSE -EndlessLoop0 - wfe - b EndlessLoop0 - -CheckEFUSE - ldr r0,=EFUSEStaus - ldr r1,[r0] ; Read eFuse setting - ands r1,r1,#0x80 ; Check whether device is having single core - beq OKToRun - ; Single core device, reset CPU1 - ldr r0,=SLCRUnlockReg ; Load SLCR base address base + unlock register - ldr r1,=SLCRUnlockKey ; set unlock key - str r1, [r0] ; Unlock SLCR - - ldr r0,=SLCRCPURSTReg - ldr r1,[r0] ; Read CPU Software Reset Control register - orr r1,r1,#0x22 - str r1,[r0] ; Reset CPU1 - - ldr r0,=SLCRlockReg ; Load SLCR base address base + lock register - ldr r1,=SLCRlockKey ; set lock key - str r1, [r0] ; lock SLCR - -#elif XPAR_CPU_ID==1 -; only allow cpu1 through - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #1 - beq CheckEFUSE1 - b EndlessLoop1 - -CheckEFUSE1 - ldr r0,=EFUSEStaus - ldr r1,[r0] ; Read eFuse setting - ands r1,r1,#0x80 ; Check whether device is having single core - beq OKToRun -EndlessLoop1 - wfe - b EndlessLoop1 -#endif - -OKToRun - mrc p15, 0, r0, c0, c0, 0 /* Get the revision */ - and r5, r0, #0x00f00000 - and r6, r0, #0x0000000f - orr r6, r6, r5, lsr #20-4 - -#ifdef CONFIG_ARM_ERRATA_742230 - cmp r6, #0x22 /* only present up to r2p2 */ - mrcle p15, 0, r10, c15, c0, 1 /* read diagnostic register */ - orrle r10, r10, #1 << 4 /* set bit #4 */ - mcrle p15, 0, r10, c15, c0, 1 /* write diagnostic register */ -#endif - -#ifdef CONFIG_ARM_ERRATA_743622 - teq r5, #0x00200000 /* only present in r2p* */ - mrceq p15, 0, r10, c15, c0, 1 /* read diagnostic register */ - orreq r10, r10, #1 << 6 /* set bit #6 */ - mcreq p15, 0, r10, c15, c0, 1 /* write diagnostic register */ -#endif - - /* set VBAR to the _vector_table address in scatter file */ - ldr r0, =_vector_table - mcr p15, 0, r0, c12, c0, 0 - - ;invalidate scu - ldr r7, =0xf8f0000c - ldr r6, =0xffff - str r6, [r7] - - ;Invalidate caches and TLBs - mov r0,#0 ; r0 = 0 - mcr p15, 0, r0, c8, c7, 0 ; invalidate TLBs - mcr p15, 0, r0, c7, c5, 0 ; invalidate icache - mcr p15, 0, r0, c7, c5, 6 ; Invalidate branch predictor array - bl invalidate_dcache ; invalidate dcache - - ; Disable MMU, if enabled - mrc p15, 0, r0, c1, c0, 0 ; read CP15 register 1 - bic r0, r0, #0x1 ; clear bit 0 - mcr p15, 0, r0, c1, c0, 0 ; write value back - -#ifdef SHAREABLE_DDR - ; Mark the entire DDR memory as shareable - ldr r3, =0x3ff ; 1024 entries to cover 1G DDR - ldr r0, =TblBase ; MMU Table address in memory - ldr r2, =0x15de6 ; S=1, TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 -shareable_loop: - str r2, [r0] ; write the entry to MMU table - add r0, r0, #0x4 ; next entry in the table - add r2, r2, #0x100000 ; next section - subs r3, r3, #1 - bge shareable_loop ; loop till 1G is covered -#endif - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the irq stack pointer - and r2, r1, r0 - orr r2, r2, #0x12 ; IRQ mode - msr apsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=|Image$$IRQ_STACK$$ZI$$Limit| ; IRQ stack pointer - bic r2, r2, #(0x1 << 9) ; Set EE bit to little-endian - msr spsr_fsxc,r2 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the supervisor stack pointer - and r2, r1, r0 - orr r2, r2, #0x13 ; supervisor mode - msr apsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=|Image$$SPV_STACK$$ZI$$Limit| ; Supervisor stack pointer - bic r2, r2, #(0x1 << 9) ; Set EE bit to little-endian - msr spsr_fsxc,r2 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the Abort stack pointer - and r2, r1, r0 - orr r2, r2, #0x17 ; Abort mode - msr apsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=|Image$$ABORT_STACK$$ZI$$Limit| ; Abort stack pointer - bic r2, r2, #(0x1 << 9) ; Set EE bit to little-endian - msr spsr_fsxc,r2 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the system stack pointer - and r2, r1, r0 - orr r2, r2, #0x1f ; SYS mode - msr apsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=|Image$$ARM_LIB_STACK$$ZI$$Limit| ; SYS stack pointer - - ;set scu enable bit in scu - ldr r7, =0xf8f00000 - ldr r0, [r7] - orr r0, r0, #0x1 - str r0, [r7] - - ; enable MMU and cache - - ldr r0,=MMUTable ; Load MMU translation table base - orr r0, r0, #0x5B ; Outer-cacheable, WB - mcr p15, 0, r0, c2, c0, 0 ; TTB0 - - mvn r0,#0 - mcr p15,0,r0,c3,c0,0 - - ; Enable mmu, icahce and dcache - ldr r0,=CRValMmuCac - - mcr p15,0,r0,c1,c0,0 ; Enable cache and MMU - dsb ; dsb allow the MMU to start up - isb ; isb flush prefetch buffer - - - ; Write to ACTLR - mrc p15, 0,r0, c1, c0, 1 ; Read ACTLR - orr r0, r0, #(0x01 << 6) ; SMP bit - orr r0, r0, #(0x01 ) ; Cache/TLB maintenance broadcast - mcr p15, 0,r0, c1, c0, 1 ; Write ACTLR - -; Invalidate L2 Cache and initialize L2 Cache -; For AMP, assume running on CPU1. Don't initialize L2 Cache (up to Linux) -#if USE_AMP!=1 - ldr r0,=L2CCCrtl ; Load L2CC base address base + control register - mov r1, #0 ; force the disable bit - str r1, [r0] ; disable the L2 Caches - - ldr r0,=L2CCAuxCrtl ; Load L2CC base address base + Aux control register - ldr r1,[r0] ; read the register - ldr r2,=L2CCAuxControl ; set the default bits - orr r1,r1,r2 - str r1, [r0] ; store the Aux Control Register - - ldr r0,=L2CCTAGLatReg ; Load L2CC base address base + TAG Latency address - ldr r1,=L2CCTAGLatency ; set the latencies for the TAG - str r1, [r0] ; store the TAG Latency register Register - - ldr r0,=L2CCDataLatReg ; Load L2CC base address base + Data Latency address - ldr r1,=L2CCDataLatency ; set the latencies for the Data - str r1, [r0] ; store the Data Latency register Register - - ldr r0,=L2CCWay ; Load L2CC base address base + way register - ldr r2, =0xFFFF - str r2, [r0] ; force invalidate - - ldr r0,=L2CCSync ; need to poll 0x730, PSS_L2CC_CACHE_SYNC_OFFSET - ; Load L2CC base address base + sync register - ; poll for completion -Sync - ldr r1, [r0] - cmp r1, #0 - bne Sync - - ldr r0,=L2CCIntRaw ; clear pending interrupts - ldr r1,[r0] - ldr r0,=L2CCIntClear - str r1,[r0] - - ldr r0,=SLCRUnlockReg ;Load SLCR base address base + unlock register - ldr r1,=SLCRUnlockKey ;set unlock key - str r1, [r0] ;Unlock SLCR - - ldr r0,=SLCRL2cRamReg ;Load SLCR base address base + l2c Ram Control register - ldr r1,=SLCRL2cRamConfig ;set the configuration value - str r1, [r0] ;store the L2c Ram Control Register - - ldr r0,=SLCRlockReg ;Load SLCR base address base + lock register - ldr r1,=SLCRlockKey ;set lock key - str r1, [r0] ;lock SLCR - - ldr r0,=L2CCCrtl ; Load L2CC base address base + control register - ldr r1,[r0] ; read the register - mov r2, #L2CCControl ; set the enable bit - orr r1,r1,r2 - str r1, [r0] ; enable the L2 Caches -#endif - - mov r0, r0 - mrc p15, 0, r1, c1, c0, 2 ; read cp access control register (CACR) into r1 - orr r1, r1, #(0xf << 20) ; enable full access for p10 & p11 - mcr p15, 0, r1, c1, c0, 2 ; write back into CACR - - ; enable vfp - fmrx r1, FPEXC ; read the exception register - orr r1,r1, #FPEXC_EN ; set VFP enable bit, leave the others in orig state - fmxr FPEXC, r1 ; write back the exception register - - mrc p15, 0, r0, c1, c0, 0 ; flow prediction enable - orr r0, r0, #(0x01 << 11) ; #0x8000 - mcr p15,0,r0,c1,c0,0 - - mrc p15, 0, r0, c1, c0, 1 ; read Auxiliary Control Register - orr r0, r0, #(0x1 << 2) ; enable Dside prefetch - orr r0, r0, #(0x1 << 1) ; enable L2 prefetch - mcr p15, 0, r0, c1, c0, 1 ; write Auxiliary Control Register - - mrs r0, cpsr /* get the current PSR */ - bic r0, r0, #0x100 /* enable asynchronous abort exception */ - msr cpsr_xsf, r0 - -; Clear cp15 regs with unknown reset values - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 ; DFSR - mcr p15, 0, r0, c5, c0, 1 ; IFSR - mcr p15, 0, r0, c6, c0, 0 ; DFAR - mcr p15, 0, r0, c6, c0, 2 ; IFAR - mcr p15, 0, r0, c9, c13, 2 ; PMXEVCNTR - mcr p15, 0, r0, c13, c0, 2 ; TPIDRURW - mcr p15, 0, r0, c13, c0, 3 ; TPIDRURO - -; Reset and start Cycle Counter - mov r2, #0x80000000 ; clear overflow - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd ; D, C, E - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 ; enable cycle counter - mcr p15, 0, r2, c9, c12, 1 - -; Reset and start Global Timer - mov r0, #0x0 - mov r1, #0x0 - bl XTime_SetTime - -; Reset and start Triple Timer counter - #if defined SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer - #endif - -#ifdef PROFILING /* defined in Makefile */ - /* Setup profiling stuff */ - bl _profile_init -#endif /* PROFILING */ - -; make sure argc and argv are valid - mov r0, #0 - mov r1, #0 - b __main ; jump to C startup code - and r0, r0, r0 ; no op - -Ldone b Ldone ; Paranoia: we should never get here - - -; ************************************************************************* -; * -; * invalidate_dcache - invalidate the entire d-cache by set/way -; * -; * Note: for Cortex-A9, there is no cp instruction for invalidating -; * the whole D-cache. Need to invalidate each line. -; * -; ************************************************************************* - -invalidate_dcache - mrc p15, 1, r0, c0, c0, 1 ; read CLIDR - ands r3, r0, #0x7000000 - mov r3, r3, lsr #23 ; cache level value (naturally aligned) - beq finished - mov r10, #0 ; start with level 0 -loop1 - add r2, r10, r10, lsr #1 ; work out 3xcachelevel - mov r1, r0, lsr r2 ; bottom 3 bits are the Cache type for this level - and r1, r1, #7 ; get those 3 bits alone - cmp r1, #2 - blt skip ; no cache or only instruction cache at this level - mcr p15, 2, r10, c0, c0, 0 ; write the Cache Size selection register - isb ; isb to sync the change to the CacheSizeID reg - mrc p15, 1, r1, c0, c0, 0 ; reads current Cache Size ID register - and r2, r1, #7 ; extract the line length field - add r2, r2, #4 ; add 4 for the line length offset (log2 16 bytes) - ldr r4, =0x3ff - ands r4, r4, r1, lsr #3 ; r4 is the max number on the way size (right aligned) - clz r5, r4 ; r5 is the bit position of the way size increment - ldr r7, =0x7fff - ands r7, r7, r1, lsr #13 ; r7 is the max number of the index size (right aligned) -loop2 - mov r9, r4 ; r9 working copy of the max way size (right aligned) -loop3 - orr r11, r10, r9, lsl r5 ; factor in the way number and cache number into r11 - orr r11, r11, r7, lsl r2 ; factor in the index number - mcr p15, 0, r11, c7, c6, 2 ; invalidate by set/way - subs r9, r9, #1 ; decrement the way number - bge loop3 - subs r7, r7, #1 ; decrement the index - bge loop2 -skip - add r10, r10, #2 ; increment the cache number - cmp r3, r10 - bgt loop1 - -finished - mov r10, #0 ; switch back to cache level 0 - mcr p15, 2, r10, c0, c0, 0 ; select current cache level in cssr - isb - - bx lr - - END diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/translation_table.s b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/translation_table.s deleted file mode 100644 index 072e779..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/translation_table.s +++ /dev/null @@ -1,169 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;***************************************************************************** -;**************************************************************************** -;** -; @file translation_table.s -; -; This file contains the initialization for the MMU table in RAM -; needed by the Cortex A9 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver   Who  Date     Changes
-; ----- ---- -------- ---------------------------------------------------
-; 1.00a ecm  10/20/09 Initial version
-; 3.07a sgd  07/05/2012 Configuring device address spaces as shareable device
-;		       instead of strongly-ordered.
-; 4.2	pkp  09/02/14 modified translation table entries according to address map
-; 4.2	pkp  09/11/14 modified translation table entries to resolve compilation
-;		      error for solving CR#822897
-; 6.1	pkp  07/11/16 Corrected comments for memory attributes
-; 
-; -; @note -; -; None. -; -;**************************************************************************** - EXPORT MMUTable - - AREA |.mmu_tbl|,CODE,ALIGN=14 - -MMUTable - ; Each table entry occupies one 32-bit word and there are - ; 4096 entries, so the entire table takes up 16KB. - ; Each entry covers a 1MB section. - - - GBLA count - GBLA sect - -; 0x00000000 - 0x3ffffff (DDR Cacheable) -count SETA 0 -sect SETA 0 - WHILE count<0x400 - DCD sect + 0x15de6 ; S=1, TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0x40000000 - 0x7fffffff (GpAxi0) -count SETA 0 - WHILE count<0x400 - DCD sect + 0xc02 ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0x80000000 - 0xbfffffff (GpAxi1) -count SETA 0 - WHILE count<0x400 - DCD sect + 0xc02 ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xc0000000 - 0xdfffffff (undef) -count SETA 0 - WHILE count<0x200 - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xe0000000 - 0xe02fffff (IOP dev) -count SETA 0 - WHILE count<0x3 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xe0300000 - 0xe0ffffff (undef/reserved) -count SETA 0 - WHILE count<0xD - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xe1000000 - 0xe1ffffff (NAND) -count SETA 0 - WHILE count<0x10 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xe2000000 - 0xe3ffffff (NOR) -count SETA 0 - WHILE count<0x20 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - - ; 0xe4000000 - 0xe5ffffff (SRAM) -count SETA 0 - WHILE count<0x20 - DCD sect + 0xc0e ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b1 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xe6000000 - 0xf7ffffff (reserved) -count SETA 0 - WHILE count<0x120 - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xf8000c00 to 0xf8000fff, 0xf8010000 to 0xf88fffff and -; 0xf8f03000 to 0xf8ffffff are reserved but due to granual size of -; 1MB, it is not possible to define separate regions for them - -; 0xf8000000 - 0xf8ffffff (APB device regs) -count SETA 0 - WHILE count<0x10 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xf9000000 - 0xfbffffff (reserved) -count SETA 0 - WHILE count<0x30 - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xfc000000 - 0xfdffffff (QSPI) -count SETA 0 - WHILE count<0x20 - DCD sect + 0xc0a ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xfe000000 - 0xffefffff (reserved) -count SETA 0 - WHILE count<0x1F - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xfff00000 to 0xfffb0000 is reserved but due to granual size of -; 1MB, it is not possible to define separate region for it - -; 0xfff00000 to 0xfffb0000 (OCM) -count SETA 0 - DCD sect + 0x4c0e ; S=b0 TEX=b100 AP=b11, Domain=b0, C=b1, B=b1 -sect SETA sect+0x100000 - - END diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/xpseudo_asm_rvct.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/xpseudo_asm_rvct.c deleted file mode 100644 index e5a1efd..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/xpseudo_asm_rvct.c +++ /dev/null @@ -1,122 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_rvct.c -* -* This header file contains functions for using assembler code. It is -* written specifically for RVCT. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  11/18/09 First Release
-* 7.2   asa  04/04/20 Renamed the str macro to strw.
-* 
-* -******************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xpseudo_asm_rvct.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -/* embedded assembler instructions */ -__asm void cpsiei(void) -{ - cpsie i - bx lr -} -__asm void cpsidi(void) -{ - cpsid i - bx lr -} - -__asm void cpsief(void) -{ - cpsie f - bx lr -} - -__asm void cpsidf(void) -{ - cpsid f - bx lr -} - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -__asm void isb(void) -{ - isb - bx lr -} - -/* Data Synchronization Barrier */ -__asm void dsb(void) -{ - dsb - bx lr -} - -/* Data Memory Barrier */ -__asm void dmb(void) -{ - dmb - bx lr -} - -/* Memory Operations */ -__asm u32 ldr(u32 adr) -{ - ldr r0, [r0] - bx lr -} - -__asm u32 ldrb(u32 adr) -{ - ldrb r0, [r0] - bx lr -} - -__asm void strw(u32 adr, u32 val) -{ - str r1, [r0] - bx lr -} - -__asm void strb(u32 adr, u32 val) -{ - strb r1, [r0] - bx lr -} - -/* Count leading zeroes (clz) */ -__asm u32 clz(u32 arg) -{ - clz r0, r0 - bx lr -} - -__asm u32 mfcpsr(void) -{ - mrs r0, cpsr - bx lr -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/xpseudo_asm_rvct.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/xpseudo_asm_rvct.h deleted file mode 100644 index 684c01f..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/xpseudo_asm_rvct.h +++ /dev/null @@ -1,112 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_rvct.h -* -* This header file contains macros for using __inline assembler code. It is -* written specifically for RVCT. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  11/18/09 First Release
-* 7.2   asa  04/03/20 Renamed the str macro to strw.
-* 
-* -******************************************************************************/ -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_RVCT_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_RVCT_H /* by using protection macros */ - -/***************************** Include Files ********************************/ -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - - -#define mtcpsr(v) { volatile register u32 Reg __asm("cpsr");\ - Reg = v; } - -/* general purpose register read/write */ -/*#define mfgpr(rn) ({ unsigned int val; \ - register unsigned int Reg __asm("r" stringify(rn));\ - val = Reg; \ - val;})*/ - -#define mtgpr(rn, v) { volatile register u32 Reg __asm("r" stringify(rn));\ - Reg = v; } - -/* CP15 operations */ -/*#define mfcp(rn) ({ unsigned int val; \ - val = register unsigned int Reg __asm(rn); \ - val;})*/ - -#define mtcp(rn, v) { volatile register u32 Reg __asm(rn); \ - Reg = v; } - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -__asm void cpsiei(void); - -__asm void cpsidi(void); - -__asm void cpsief(void); - -__asm void cpsidf(void); - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -__asm void isb(void); - -/* Data Synchronization Barrier */ -__asm void dsb(void); - -/* Data Memory Barrier */ -__asm void dmb(void); - -/* Memory Operations */ -__asm u32 ldr(u32 adr); - -__asm u32 ldrb(u32 adr); - -__asm void strw(u32 adr, u32 val); - -__asm void strb(u32 adr, u32 val); - -/* Count leading zeroes (clz) */ -__asm u32 clz(u32 arg); -__asm u32 mfcpsr(void); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XPSEUDO_ASM_RVCT_H */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/Makefile deleted file mode 100644 index d90ef88..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# Copyright (c) 2011 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -CC=$(COMPILER) -AR=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(subst -pg, -DPROFILING, $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, -DPROFILING, $(EXTRA_COMPILER_FLAGS)) - -ifeq (($(notdir $(CC))) , arm-xilinx-eabi-gcc) -ECC_FLAGS += -nostartfiles\ - -march=armv7-a \ - -mfloat-abi=soft \ - -mfpu=neon -endif - -ifeq (($(notdir $(CC))) , arm-none-eabi-gcc) -ECC_FLAGS += -nostartfiles -endif - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) - -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.S)))) - -INCLUDEFILES=*.h - -libs: $(LIBS) - -standalone_libs: $(OBJECTS) $(ASSEMBLY_OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.S - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -profile_libs: - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" libs - -.PHONY: include -include: standalone_includes profile_includes - -standalone_includes: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -profile_includes: - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" include - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" clean diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/asm_vectors.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/asm_vectors.S deleted file mode 100644 index 9be0b25..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/asm_vectors.S +++ /dev/null @@ -1,176 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file asm_vectors.S -* -* This file contains the initial vector table for the Cortex A9 processor -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 10/20/09 Initial version
-* 3.05a sdm	02/02/12 Save lr when profiling is enabled
-* 3.10a srt     04/18/13 Implemented ARM Erratas. Please refer to file
-*			 'xil_errata.h' for errata description
-* 4.00a pkp	22/01/14 Modified return addresses for interrupt
-*			 handlers (DataAbortHandler and SVCHandler)
-*			 to fix CR#767251
-* 5.1	pkp	05/13/15 Saved the addresses of instruction causing data
-*			 abort and prefetch abort into DataAbortAddr and
-*			 PrefetchAbortAddr for further use to fix CR#854523
-* 5.4	pkp	12/03/15 Added handler for undefined exception
-* 6.8	mus	04/27/18 Removed __ARM_NEON__ flag definition. Now,
-*			 saving/restoring of of HW floating point register
-*			 would be done through newly introduced flag
-*			 FPU_HARD_FLOAT_ABI_ENABLED. This new flag will be
-*			 configured based on the -mfpu-abi option in extra
-*			 compiler flags.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -#include "xil_errata.h" -#include "bspconfig.h" - -.org 0 -.text - -.globl _vector_table - -.section .vectors -_vector_table: - B _boot - B Undefined - B SVCHandler - B PrefetchAbortHandler - B DataAbortHandler - NOP /* Placeholder for address exception vector*/ - B IRQHandler - B FIQHandler - - -IRQHandler: /* IRQ vector handler */ - - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code*/ -#if FPU_HARD_FLOAT_ABI_ENABLED - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - -#ifdef PROFILING - ldr r2, =prof_pc - subs r3, lr, #0 - str r3, [r2] -#endif - - bl IRQInterrupt /* IRQ vector */ - -#if FPU_HARD_FLOAT_ABI_ENABLED - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - - subs pc, lr, #4 /* adjust return */ - - -FIQHandler: /* FIQ vector handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ -#if FPU_HARD_FLOAT_ABI_ENABLED - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - -FIQLoop: - bl FIQInterrupt /* FIQ vector */ - -#if FPU_HARD_FLOAT_ABI_ENABLED - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #4 /* adjust return */ - - -Undefined: /* Undefined handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =UndefinedExceptionAddr - sub r1, lr, #4 - str r1, [r0] /* Store address of instruction causing undefined exception */ - - bl UndefinedException /* UndefinedException: call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - movs pc, lr - -SVCHandler: /* SWI handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - - tst r0, #0x20 /* check the T bit */ - ldrneh r0, [lr,#-2] /* Thumb mode */ - bicne r0, r0, #0xff00 /* Thumb mode */ - ldreq r0, [lr,#-4] /* ARM mode */ - biceq r0, r0, #0xff000000 /* ARM mode */ - - bl SWInterrupt /* SWInterrupt: call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - movs pc, lr /*return to the next instruction after the SWI instruction */ - - -DataAbortHandler: /* Data Abort handler */ -#ifdef CONFIG_ARM_ERRATA_775420 - dsb -#endif - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =DataAbortAddr - sub r1, lr, #8 - str r1, [r0] /* Stores instruction causing data abort */ - - bl DataAbortInterrupt /*DataAbortInterrupt :call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - subs pc, lr, #8 /* points to the instruction that caused the Data Abort exception */ - -PrefetchAbortHandler: /* Prefetch Abort handler */ -#ifdef CONFIG_ARM_ERRATA_775420 - dsb -#endif - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =PrefetchAbortAddr - sub r1, lr, #4 - str r1, [r0] /* Stores instruction causing prefetch abort */ - - bl PrefetchAbortInterrupt /* PrefetchAbortInterrupt: call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - subs pc, lr, #4 /* points to the instruction that caused the Prefetch Abort exception */ - -.end diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/boot.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/boot.S deleted file mode 100644 index 0c4863d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/boot.S +++ /dev/null @@ -1,473 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file boot.S -* -* @addtogroup a9_boot_code Cortex A9 Processor Boot Code -* @{ -*

boot.S

-* The boot code performs minimum configuration which is required for an -* application to run starting from processor reset state of the processor. Below is a -* sequence illustrating what all configuration is performed before control -* reaches to main function. -* -* 1. Program vector table base for exception handling -* 2. Invalidate instruction cache, data cache and TLBs -* 3. Program stack pointer for various modes (IRQ, FIQ, supervisor, undefine, -* abort, system) -* 4. Configure MMU with short descriptor translation table format and program -* base address of translation table -* 5. Enable data cache, instruction cache and MMU -* 6. Enable Floating point unit -* 7. Transfer control to _start which clears BSS sections, initializes -* global timer and runs global constructor before jumping to main -* application -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 10/20/09 Initial version
-* 3.06a sgd     05/15/12 Updated L2CC Auxiliary and Tag RAM Latency control
-*			 register settings.
-* 3.06a asa 	06/17/12 Modified the TTBR settings and L2 Cache auxiliary
-*		         register settings.
-* 3.07a asa     07/16/12 Modified the L2 Cache controller settings to improve
-*			 performance. Changed the property of the ".boot"
-*			 section.
-* 3.07a sgd     08/21/12 Modified the L2 Cache controller and cp15 Aux Control
-*               Register settings
-* 3.09a sgd     02/06/13 Updated SLCR l2c Ram Control register to a
-*               value of 0x00020202. Fix for CR 697094 (SI#687034).
-* 3.10a srt     04/18/13 Implemented ARM Erratas. Please refer to file
-*			 'xil_errata.h' for errata description
-* 4.2   pkp	06/19/14 Enabled asynchronous abort exception
-* 5.0	pkp	16/15/14 Modified initialization code to enable scu after
-*			 MMU is enabled
-* 5.1   pkp	05/13/15 Changed the initialization order so to first invalidate
-*			 caches and TLB, enable MMU and caches, then enable SMP
-*			 bit in ACTLR. L2Cache invalidation and enabling of L2Cache
-*			 is done later.
-* 5.4   asa     12/6/15  Added code to initialize SPSR for all relevant modes.
-* 6.0   mus     08/04/16 Added code to detect zynq-7000 base silicon configuration and
-*                        attempt to enable dual core behavior on single cpu zynq-7000s
-*                        devices is prevented from corrupting system behavior.
-* 6.0   mus     08/24/16 Check CPU core before putting cpu1 to reset for single core
-*                        zynq-7000s devices
-* 7.6   mus     09/02/21 SCU invalidation should be done only from primary CPU, so
-*                        skipping it when USE_AMP is set to 1. It fixes CR#1109723
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#include "xparameters.h" -#include "xil_errata.h" - -.globl MMUTable -.global _prestart -.global _boot -.global __stack -.global __irq_stack -.global __supervisor_stack -.global __abort_stack -.global __fiq_stack -.global __undef_stack -.global _vector_table - -.set PSS_L2CC_BASE_ADDR, 0xF8F02000 -.set PSS_SLCR_BASE_ADDR, 0xF8000000 - -.set RESERVED, 0x0fffff00 -.set TblBase , MMUTable -.set LRemap, 0xFE00000F /* set the base address of the peripheral block as not shared */ -.set L2CCWay, (PSS_L2CC_BASE_ADDR + 0x077C) /*(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_INVLD_WAY_OFFSET)*/ -.set L2CCSync, (PSS_L2CC_BASE_ADDR + 0x0730) /*(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_SYNC_OFFSET)*/ -.set L2CCCrtl, (PSS_L2CC_BASE_ADDR + 0x0100) /*(PSS_L2CC_BASE_ADDR + PSS_L2CC_CNTRL_OFFSET)*/ -.set L2CCAuxCrtl, (PSS_L2CC_BASE_ADDR + 0x0104) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_AUX_CNTRL_OFFSET)*/ -.set L2CCTAGLatReg, (PSS_L2CC_BASE_ADDR + 0x0108) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_TAG_RAM_CNTRL_OFFSET)*/ -.set L2CCDataLatReg, (PSS_L2CC_BASE_ADDR + 0x010C) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_DATA_RAM_CNTRL_OFFSET)*/ -.set L2CCIntClear, (PSS_L2CC_BASE_ADDR + 0x0220) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_IAR_OFFSET)*/ -.set L2CCIntRaw, (PSS_L2CC_BASE_ADDR + 0x021C) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_ISR_OFFSET)*/ - -.set SLCRlockReg, (PSS_SLCR_BASE_ADDR + 0x04) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_LOCK_OFFSET)*/ -.set SLCRUnlockReg, (PSS_SLCR_BASE_ADDR + 0x08) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_UNLOCK_OFFSET)*/ -.set SLCRL2cRamReg, (PSS_SLCR_BASE_ADDR + 0xA1C) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_L2C_RAM_OFFSET)*/ -.set SLCRCPURSTReg, (0xF8000000 + 0x244) /*(XPS_SYS_CTRL_BASEADDR + A9_CPU_RST_CTRL_OFFSET)*/ -.set EFUSEStaus, (0xF800D000 + 0x10) /*(XPS_EFUSE_BASEADDR + EFUSE_STATUS_OFFSET)*/ - -/* workaround for simulation not working when L1 D and I caches,MMU and L2 cache enabled - DT568997 */ -.if SIM_MODE == 1 -.set CRValMmuCac, 0b00000000000000 /* Disable IDC, and MMU */ -.else -.set CRValMmuCac, 0b01000000000101 /* Enable IDC, and MMU */ -.endif - -.set CRValHiVectorAddr, 0b10000000000000 /* Set the Vector address to high, 0xFFFF0000 */ - -.set L2CCAuxControl, 0x72360000 /* Enable all prefetching, Cache replacement policy, Parity enable, - Event monitor bus enable and Way Size (64 KB) */ -.set L2CCControl, 0x01 /* Enable L2CC */ -.set L2CCTAGLatency, 0x0111 /* latency for TAG RAM */ -.set L2CCDataLatency, 0x0121 /* latency for DATA RAM */ - -.set SLCRlockKey, 0x767B /* SLCR lock key */ -.set SLCRUnlockKey, 0xDF0D /* SLCR unlock key */ -.set SLCRL2cRamConfig, 0x00020202 /* SLCR L2C ram configuration */ - -/* Stack Pointer locations for boot code */ -.set Undef_stack, __undef_stack -.set FIQ_stack, __fiq_stack -.set Abort_stack, __abort_stack -.set SPV_stack, __supervisor_stack -.set IRQ_stack, __irq_stack -.set SYS_stack, __stack - -.set vector_base, _vector_table - -.set FPEXC_EN, 0x40000000 /* FPU enable bit, (1 << 30) */ - -.section .boot,"ax" - - -/* this initializes the various processor modes */ - -_prestart: -_boot: - -#if XPAR_CPU_ID==0 - /* only allow cpu0 through */ - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #0 - beq CheckEFUSE - EndlessLoop0: - wfe - b EndlessLoop0 - -CheckEFUSE: - ldr r0,=EFUSEStaus - ldr r1,[r0] /* Read eFuse setting */ - ands r1,r1,#0x80 /* Check whether device is having single core */ - beq OKToRun - - /* single core device, reset cpu1 */ - ldr r0,=SLCRUnlockReg /* Load SLCR base address base + unlock register */ - ldr r1,=SLCRUnlockKey /* set unlock key */ - str r1, [r0] /* Unlock SLCR */ - - ldr r0,=SLCRCPURSTReg - ldr r1,[r0] /* Read CPU Software Reset Control register */ - orr r1,r1,#0x22 - str r1,[r0] /* Reset CPU1 */ - - ldr r0,=SLCRlockReg /* Load SLCR base address base + lock register */ - ldr r1,=SLCRlockKey /* set lock key */ - str r1, [r0] /* lock SLCR */ - -#elif XPAR_CPU_ID==1 - /* only allow cpu1 through */ - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #1 - beq CheckEFUSE1 - b EndlessLoop1 - -CheckEFUSE1: - ldr r0,=EFUSEStaus - ldr r1,[r0] /* Read eFuse setting */ - ands r1,r1,#0x80 /* Check whether device is having single core */ - beq OKToRun - EndlessLoop1: - wfe - b EndlessLoop1 -#endif - -OKToRun: - mrc p15, 0, r0, c0, c0, 0 /* Get the revision */ - and r5, r0, #0x00f00000 - and r6, r0, #0x0000000f - orr r6, r6, r5, lsr #20-4 - -#ifdef CONFIG_ARM_ERRATA_742230 - cmp r6, #0x22 /* only present up to r2p2 */ - mrcle p15, 0, r10, c15, c0, 1 /* read diagnostic register */ - orrle r10, r10, #1 << 4 /* set bit #4 */ - mcrle p15, 0, r10, c15, c0, 1 /* write diagnostic register */ -#endif - -#ifdef CONFIG_ARM_ERRATA_743622 - teq r5, #0x00200000 /* only present in r2p* */ - mrceq p15, 0, r10, c15, c0, 1 /* read diagnostic register */ - orreq r10, r10, #1 << 6 /* set bit #6 */ - mcreq p15, 0, r10, c15, c0, 1 /* write diagnostic register */ -#endif - - /* set VBAR to the _vector_table address in linker script */ - ldr r0, =vector_base - mcr p15, 0, r0, c12, c0, 0 - - /*invalidate scu*/ -#if USE_AMP!=1 - ldr r7, =0xf8f0000c - ldr r6, =0xffff - str r6, [r7] -#endif - - /* Invalidate caches and TLBs */ - mov r0,#0 /* r0 = 0 */ - mcr p15, 0, r0, c8, c7, 0 /* invalidate TLBs */ - mcr p15, 0, r0, c7, c5, 0 /* invalidate icache */ - mcr p15, 0, r0, c7, c5, 6 /* Invalidate branch predictor array */ - bl invalidate_dcache /* invalidate dcache */ - - /* Disable MMU, if enabled */ - mrc p15, 0, r0, c1, c0, 0 /* read CP15 register 1 */ - bic r0, r0, #0x1 /* clear bit 0 */ - mcr p15, 0, r0, c1, c0, 0 /* write value back */ - -#ifdef SHAREABLE_DDR - /* Mark the entire DDR memory as shareable */ - ldr r3, =0x3ff /* 1024 entries to cover 1G DDR */ - ldr r0, =TblBase /* MMU Table address in memory */ - ldr r2, =0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -shareable_loop: - str r2, [r0] /* write the entry to MMU table */ - add r0, r0, #0x4 /* next entry in the table */ - add r2, r2, #0x100000 /* next section */ - subs r3, r3, #1 - bge shareable_loop /* loop till 1G is covered */ -#endif - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the irq stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x12 /* IRQ mode */ - msr cpsr, r2 - ldr r13,=IRQ_stack /* IRQ stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the supervisor stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x13 /* supervisor mode */ - msr cpsr, r2 - ldr r13,=SPV_stack /* Supervisor stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Abort stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x17 /* Abort mode */ - msr cpsr, r2 - ldr r13,=Abort_stack /* Abort stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the FIQ stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x11 /* FIQ mode */ - msr cpsr, r2 - ldr r13,=FIQ_stack /* FIQ stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Undefine stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1b /* Undefine mode */ - msr cpsr, r2 - ldr r13,=Undef_stack /* Undefine stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the system stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1F /* SYS mode */ - msr cpsr, r2 - ldr r13,=SYS_stack /* SYS stack pointer */ - - /*set scu enable bit in scu*/ - ldr r7, =0xf8f00000 - ldr r0, [r7] - orr r0, r0, #0x1 - str r0, [r7] - - /* enable MMU and cache */ - - ldr r0,=TblBase /* Load MMU translation table base */ - orr r0, r0, #0x5B /* Outer-cacheable, WB */ - mcr 15, 0, r0, c2, c0, 0 /* TTB0 */ - - mvn r0,#0 /* Load MMU domains -- all ones=manager */ - mcr p15,0,r0,c3,c0,0 - - /* Enable mmu, icahce and dcache */ - ldr r0,=CRValMmuCac - mcr p15,0,r0,c1,c0,0 /* Enable cache and MMU */ - dsb /* dsb allow the MMU to start up */ - isb /* isb flush prefetch buffer */ - - /* Write to ACTLR */ - mrc p15, 0, r0, c1, c0, 1 /* Read ACTLR*/ - orr r0, r0, #(0x01 << 6) /* set SMP bit */ - orr r0, r0, #(0x01 ) /* Cache/TLB maintenance broadcast */ - mcr p15, 0, r0, c1, c0, 1 /* Write ACTLR*/ - -/* Invalidate L2 Cache and enable L2 Cache*/ -/* For AMP, assume running on CPU1. Don't initialize L2 Cache (up to Linux) */ -#if USE_AMP!=1 - ldr r0,=L2CCCrtl /* Load L2CC base address base + control register */ - mov r1, #0 /* force the disable bit */ - str r1, [r0] /* disable the L2 Caches */ - - ldr r0,=L2CCAuxCrtl /* Load L2CC base address base + Aux control register */ - ldr r1,[r0] /* read the register */ - ldr r2,=L2CCAuxControl /* set the default bits */ - orr r1,r1,r2 - str r1, [r0] /* store the Aux Control Register */ - - ldr r0,=L2CCTAGLatReg /* Load L2CC base address base + TAG Latency address */ - ldr r1,=L2CCTAGLatency /* set the latencies for the TAG*/ - str r1, [r0] /* store the TAG Latency register Register */ - - ldr r0,=L2CCDataLatReg /* Load L2CC base address base + Data Latency address */ - ldr r1,=L2CCDataLatency /* set the latencies for the Data*/ - str r1, [r0] /* store the Data Latency register Register */ - - ldr r0,=L2CCWay /* Load L2CC base address base + way register*/ - ldr r2, =0xFFFF - str r2, [r0] /* force invalidate */ - - ldr r0,=L2CCSync /* need to poll 0x730, PSS_L2CC_CACHE_SYNC_OFFSET */ - /* Load L2CC base address base + sync register*/ - /* poll for completion */ -Sync: ldr r1, [r0] - cmp r1, #0 - bne Sync - - ldr r0,=L2CCIntRaw /* clear pending interrupts */ - ldr r1,[r0] - ldr r0,=L2CCIntClear - str r1,[r0] - - ldr r0,=SLCRUnlockReg /* Load SLCR base address base + unlock register */ - ldr r1,=SLCRUnlockKey /* set unlock key */ - str r1, [r0] /* Unlock SLCR */ - - ldr r0,=SLCRL2cRamReg /* Load SLCR base address base + l2c Ram Control register */ - ldr r1,=SLCRL2cRamConfig /* set the configuration value */ - str r1, [r0] /* store the L2c Ram Control Register */ - - ldr r0,=SLCRlockReg /* Load SLCR base address base + lock register */ - ldr r1,=SLCRlockKey /* set lock key */ - str r1, [r0] /* lock SLCR */ - - ldr r0,=L2CCCrtl /* Load L2CC base address base + control register */ - ldr r1,[r0] /* read the register */ - mov r2, #L2CCControl /* set the enable bit */ - orr r1,r1,r2 - str r1, [r0] /* enable the L2 Caches */ -#endif - - mov r0, r0 - mrc p15, 0, r1, c1, c0, 2 /* read cp access control register (CACR) into r1 */ - orr r1, r1, #(0xf << 20) /* enable full access for p10 & p11 */ - mcr p15, 0, r1, c1, c0, 2 /* write back into CACR */ - - /* enable vfp */ - fmrx r1, FPEXC /* read the exception register */ - orr r1,r1, #FPEXC_EN /* set VFP enable bit, leave the others in orig state */ - fmxr FPEXC, r1 /* write back the exception register */ - - mrc p15,0,r0,c1,c0,0 /* flow prediction enable */ - orr r0, r0, #(0x01 << 11) /* #0x8000 */ - mcr p15,0,r0,c1,c0,0 - - mrc p15,0,r0,c1,c0,1 /* read Auxiliary Control Register */ - orr r0, r0, #(0x1 << 2) /* enable Dside prefetch */ - orr r0, r0, #(0x1 << 1) /* enable L2 Prefetch hint */ - mcr p15,0,r0,c1,c0,1 /* write Auxiliary Control Register */ - - mrs r0, cpsr /* get the current PSR */ - bic r0, r0, #0x100 /* enable asynchronous abort exception */ - msr cpsr_xsf, r0 - - - b _start /* jump to C startup code */ - and r0, r0, r0 /* no op */ - -.Ldone: b .Ldone /* Paranoia: we should never get here */ - - -/* - ************************************************************************* - * - * invalidate_dcache - invalidate the entire d-cache by set/way - * - * Note: for Cortex-A9, there is no cp instruction for invalidating - * the whole D-cache. Need to invalidate each line. - * - ************************************************************************* - */ -invalidate_dcache: - mrc p15, 1, r0, c0, c0, 1 /* read CLIDR */ - ands r3, r0, #0x7000000 - mov r3, r3, lsr #23 /* cache level value (naturally aligned) */ - beq finished - mov r10, #0 /* start with level 0 */ -loop1: - add r2, r10, r10, lsr #1 /* work out 3xcachelevel */ - mov r1, r0, lsr r2 /* bottom 3 bits are the Cache type for this level */ - and r1, r1, #7 /* get those 3 bits alone */ - cmp r1, #2 - blt skip /* no cache or only instruction cache at this level */ - mcr p15, 2, r10, c0, c0, 0 /* write the Cache Size selection register */ - isb /* isb to sync the change to the CacheSizeID reg */ - mrc p15, 1, r1, c0, c0, 0 /* reads current Cache Size ID register */ - and r2, r1, #7 /* extract the line length field */ - add r2, r2, #4 /* add 4 for the line length offset (log2 16 bytes) */ - ldr r4, =0x3ff - ands r4, r4, r1, lsr #3 /* r4 is the max number on the way size (right aligned) */ - clz r5, r4 /* r5 is the bit position of the way size increment */ - ldr r7, =0x7fff - ands r7, r7, r1, lsr #13 /* r7 is the max number of the index size (right aligned) */ -loop2: - mov r9, r4 /* r9 working copy of the max way size (right aligned) */ -loop3: - orr r11, r10, r9, lsl r5 /* factor in the way number and cache number into r11 */ - orr r11, r11, r7, lsl r2 /* factor in the index number */ - mcr p15, 0, r11, c7, c6, 2 /* invalidate by set/way */ - subs r9, r9, #1 /* decrement the way number */ - bge loop3 - subs r7, r7, #1 /* decrement the index */ - bge loop2 -skip: - add r10, r10, #2 /* increment the cache number */ - cmp r3, r10 - bgt loop1 - -finished: - mov r10, #0 /* switch back to cache level 0 */ - mcr p15, 2, r10, c0, c0, 0 /* select current cache level in cssr */ - dsb - isb - - bx lr - -.end -/** -* @} End of "addtogroup a9_boot_code". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/cpu_init.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/cpu_init.S deleted file mode 100644 index 48dcec3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/cpu_init.S +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file cpu_init.S -* -* This file contains CPU specific initialization. Invoked from main CRT -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 10/20/09 Initial version
-* 3.04a sdm	01/02/12 Updated to clear cp15 regs with unknown reset values
-* 5.0   pkp	12/16/14 removed incorrect initialization of TLB lockdown
-*			 register to fix CR#830580
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - - .text - .global __cpu_init - .align 2 -__cpu_init: - -/* Clear cp15 regs with unknown reset values */ - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 /* DFSR */ - mcr p15, 0, r0, c5, c0, 1 /* IFSR */ - mcr p15, 0, r0, c6, c0, 0 /* DFAR */ - mcr p15, 0, r0, c6, c0, 2 /* IFAR */ - mcr p15, 0, r0, c9, c13, 2 /* PMXEVCNTR */ - mcr p15, 0, r0, c13, c0, 2 /* TPIDRURW */ - mcr p15, 0, r0, c13, c0, 3 /* TPIDRURO */ - -/* Reset and start Cycle Counter */ - mov r2, #0x80000000 /* clear overflow */ - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd /* D, C, E */ - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 /* enable cycle counter */ - mcr p15, 0, r2, c9, c12, 1 - - bx lr - -.end diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/translation_table.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/translation_table.S deleted file mode 100644 index 125fe7f..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/translation_table.S +++ /dev/null @@ -1,202 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file translation_table.S -* -* @addtogroup a9_boot_code -* @{ -*

translation_table.S

-* The translation_table.S contains a static page table required by MMU for -* cortex-A9. This translation table is flat mapped (input address = output -* address) with default memory attributes defined for zynq architecture. It -* utilizes short descriptor translation table format with each section defining -* 1 MB of memory. -* -* The overview of translation table memory attributes is described below. -* -*| | Memory Range | Definition in Translation Table | -*|-----------------------|-------------------------|-----------------------------------| -*| DDR | 0x00000000 - 0x3FFFFFFF | Normal write-back Cacheable | -*| PL | 0x40000000 - 0xBFFFFFFF | Strongly Ordered | -*| Reserved | 0xC0000000 - 0xDFFFFFFF | Unassigned | -*| Memory mapped devices | 0xE0000000 - 0xE02FFFFF | Device Memory | -*| Reserved | 0xE0300000 - 0xE0FFFFFF | Unassigned | -*| NAND, NOR | 0xE1000000 - 0xE3FFFFFF | Device memory | -*| SRAM | 0xE4000000 - 0xE5FFFFFF | Normal write-back Cacheable | -*| Reserved | 0xE6000000 - 0xF7FFFFFF | Unassigned | -*| AMBA APB Peripherals | 0xF8000000 - 0xF8FFFFFF | Device Memory | -*| Reserved | 0xF9000000 - 0xFBFFFFFF | Unassigned | -*| Linear QSPI - XIP | 0xFC000000 - 0xFDFFFFFF | Normal write-through cacheable | -*| Reserved | 0xFE000000 - 0xFFEFFFFF | Unassigned | -*| OCM | 0xFFF00000 - 0xFFFFFFFF | Normal inner write-back cacheable | -* -* For region 0x00000000 - 0x3FFFFFFF, a system where DDR is less than 1 GB, -* region after DDR and before PL is marked as undefined/reserved in translation -* table. In 0xF8000000 - 0xF8FFFFFF, 0xF8000C00 - 0xF8000FFF, 0xF8010000 - -* 0xF88FFFFF and 0xF8F03000 to 0xF8FFFFFF are reserved but due to granual size -* of 1 MB, it is not possible to define separate regions for them. For region -* 0xFFF00000 - 0xFFFFFFFF, 0xFFF00000 to 0xFFFB0000 is reserved but due to 1MB -* granual size, it is not possible to define separate region for it. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/09 Initial version
-* 3.04a sdm  01/13/12 Updated MMU table to mark DDR memory as Shareable
-* 3.07a sgd  07/05/2012 Configuring device address spaces as shareable device
-*		       instead of strongly-ordered.
-* 3.07a asa  07/17/2012 Changed the property of the ".mmu_tbl" section.
-* 4.2	pkp  09/02/2014 added entries for 0xfe000000 to 0xffefffff as reserved
-*			and  0xe0000000 - 0xe1ffffff is broken down into
-*			0xe0000000 - 0xe02fffff (memory mapped divides)
-*			0xe0300000 - 0xe0ffffff (reserved) and
-*			0xe1000000 - 0xe1ffffff (NAND)
-* 5.2	pkp  06/08/2015 put a check for XPAR_PS7_DDR_0_S_AXI_BASEADDR to confirm
-*			if DDR is present or not and accordingly generate the
-*			translation table
-* 6.1	pkp  07/11/2016 Corrected comments for memory attributes
-* 6.8   mus  07/12/2018 Mark DDR memory as inner cacheable, if BSP is built
-*			with the USE_AMP flag.
-* 
-* -* -******************************************************************************/ -#include "xparameters.h" - .globl MMUTable - - .section .mmu_tbl,"a" - -MMUTable: - /* Each table entry occupies one 32-bit word and there are - * 4096 entries, so the entire table takes up 16KB. - * Each entry covers a 1MB section. - */ -.set SECT, 0 - -#ifdef XPAR_PS7_DDR_0_S_AXI_BASEADDR -.set DDR_START, XPAR_PS7_DDR_0_S_AXI_BASEADDR -.set DDR_END, XPAR_PS7_DDR_0_S_AXI_HIGHADDR -.set DDR_SIZE, (DDR_END - DDR_START)+1 -.set DDR_REG, DDR_SIZE/0x100000 -#else -.set DDR_REG, 0 -#endif - -.set UNDEF_REG, 0x3FF - DDR_REG - -#ifndef USE_AMP - /*0x00000000 - 0x00100000 (inner and outer cacheable )*/ -.word SECT + 0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -#else - /*0x00000000 - 0x00100000 (inner cacheable )*/ -.word SECT + 0x14de6 /* S=b1 TEX=b100 AP=b11, Domain=b1111, C=b0, B=b1 */ -#endif -.set SECT, SECT+0x100000 - -.rept DDR_REG /* (DDR Cacheable) */ -.word SECT + 0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept UNDEF_REG /* (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - - -.rept 0x0400 /* 0x40000000 - 0x7fffffff (FPGA slave0) */ -.word SECT + 0xc02 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0400 /* 0x80000000 - 0xbfffffff (FPGA slave1) */ -.word SECT + 0xc02 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0200 /* 0xc0000000 - 0xdfffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x003 /* 0xe0000000 - 0xe02fffff (Memory mapped devices) - * UART/USB/IIC/SPI/CAN/GEM/GPIO/QSPI/SD/NAND */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0D /* 0xe0300000 - 0xe0ffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0010 /* 0xe1000000 - 0xe1ffffff (NAND) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0020 /* 0xe2000000 - 0xe3ffffff (NOR) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0020 /* 0xe4000000 - 0xe5ffffff (SRAM) */ -.word SECT + 0xc0e /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0120 /* 0xe6000000 - 0xf7ffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -/* 0xf8000c00 to 0xf8000fff, 0xf8010000 to 0xf88fffff and - 0xf8f03000 to 0xf8ffffff are reserved but due to granual size of - 1MB, it is not possible to define separate regions for them */ - -.rept 0x0010 /* 0xf8000000 - 0xf8ffffff (AMBA APB Peripherals) */ - -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0030 /* 0xf9000000 - 0xfbffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0020 /* 0xfc000000 - 0xfdffffff (Linear QSPI - XIP) */ -.word SECT + 0xc0a /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x001F /* 0xfe000000 - 0xffefffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -/* 0xfff00000 to 0xfffb0000 is reserved but due to granual size of - 1MB, it is not possible to define separate region for it - - 0xfff00000 - 0xffffffff - 256K OCM when mapped to high address space - inner-cacheable */ -.word SECT + 0x4c0e /* S=b0 TEX=b100 AP=b11, Domain=b0, C=b1, B=b1 */ -.set SECT, SECT+0x100000 - -.end -/** -* @} End of "addtogroup a9_boot_code". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/xil-crt0.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/xil-crt0.S deleted file mode 100644 index 25fc262..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/xil-crt0.S +++ /dev/null @@ -1,132 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file xil-crt0.S -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/09 Initial version
-* 3.05a sdm  02/02/12 Added code for profiling
-* 3.06a sgd  05/16/12 Added global constructors and cleanup code
-*                     Uart initialization based on compiler flag
-* 3.07a sgd  07/05/12 Updated with reset and start Global Timer
-* 3.07a sgd  10/19/12 SMC NOR and SRAM initialization with build option
-* 4.2	pkp  08/04/14 Removed PEEP board related code which contained
-*		      initialization of uart smc nor and sram
-* 5.3	pkp  10/07/15 Added support for OpenAMP by not initializing global
-*		      timer when USE_AMP flag is defined
-* 6.6   srm  10/18/17 Added timer configuration using XTime_StartTTCTimer API.
-*		      Now the TTC instance as specified by the user will be
-*		      started.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -#include "bspconfig.h" - - .file "xil-crt0.S" - .section ".got2","aw" - .align 2 - - .text -.Lsbss_start: - .long __sbss_start - -.Lsbss_end: - .long __sbss_end - -.Lbss_start: - .long __bss_start - -.Lbss_end: - .long __bss_end - -.Lstack: - .long __stack - - - .globl _start -_start: - bl __cpu_init /* Initialize the CPU first (BSP provides this) */ - - mov r0, #0 - - /* clear sbss */ - ldr r1,.Lsbss_start /* calculate beginning of the SBSS */ - ldr r2,.Lsbss_end /* calculate end of the SBSS */ - -.Lloop_sbss: - cmp r1,r2 - bge .Lenclsbss /* If no SBSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_sbss - -.Lenclsbss: - /* clear bss */ - ldr r1,.Lbss_start /* calculate beginning of the BSS */ - ldr r2,.Lbss_end /* calculate end of the BSS */ - -.Lloop_bss: - cmp r1,r2 - bge .Lenclbss /* If no BSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_bss - -.Lenclbss: - - /* set stack pointer */ - ldr r13,.Lstack /* stack address */ - - /* Reset and start Global Timer */ - mov r0, #0x0 - mov r1, #0x0 - - /* Reset and start Triple Timer Counter */ - #if defined SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer - #endif - -#if USE_AMP != 1 - bl XTime_SetTime -#endif - -#ifdef PROFILING /* defined in Makefile */ - /* Setup profiling stuff */ - bl _profile_init -#endif /* PROFILING */ - - /* run global constructors */ - bl __libc_init_array - - /* make sure argc and argv are valid */ - mov r0, #0 - mov r1, #0 - - /* Let her rip */ - bl main - - /* Cleanup global constructors */ - bl __libc_fini_array - -#ifdef PROFILING - /* Cleanup profiling stuff */ - bl _profile_clean -#endif /* PROFILING */ - - /* All done */ - bl exit - -.Lexit: /* should never get here */ - b .Lexit - -.Lstart: - .size _start,.Lstart-_start diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/Makefile deleted file mode 100644 index 994854a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -############################################################################### -# Copyright (c) 2011 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -AS=$(ASSEMBLER) -COMPILER=$(COMPILER) -ARCHIVER=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= - -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -ECC_FLAGS += --fpu=VFPv3 - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ - -INCLUDES=-I./. -I${INCLUDEDIR} -INCLUDEFILES=*.h - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) -OBJECTS += $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.s)))) - -libs: $(LIBS) -standalone_libs: ${OBJECTS} - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.s - ${AS} --cpu Cortex-A9 --fpu VFPv3 $(INCLUDES) -o $@ $< - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/asm_vectors.s b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/asm_vectors.s deleted file mode 100644 index 1c41991..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/asm_vectors.s +++ /dev/null @@ -1,134 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;***************************************************************************** -;**************************************************************************** -;** -; @file asm_vectors.s -; -; This file contains the initial vector table for the Cortex A9 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver	Who     Date	  Changes
-; ----- ------- -------- ---------------------------------------------------
-; 1.00a 		 Initial version
-; 4.2 	pkp 	06/27/14 Modified return addresses for interrupt
-;			 handlers
-; 5.1	pkp	05/13/15 Saved the addresses of instruction causing data
-;			 abort and prefetch abort into DataAbortAddr and
-;			 PrefetchAbortAddr for further use to fix CR#854523
-; 
-; -; @note -; -; None. -; -;**************************************************************************** - - MODULE ?asm_vectors - - ;; Forward declaration of sections. - SECTION IRQ_STACK:DATA:NOROOT(3) - SECTION FIQ_STACK:DATA:NOROOT(3) - SECTION SVC_STACK:DATA:NOROOT(3) - SECTION ABT_STACK:DATA:NOROOT(3) - SECTION UND_STACK:DATA:NOROOT(3) - SECTION CSTACK:DATA:NOROOT(3) - -#include "xparameters.h" -;#include "xtime_l.h" - -#define UART_BAUDRATE 115200 - - IMPORT _prestart - IMPORT __iar_program_start - - - - SECTION .intvec:CODE:NOROOT(2) - - PUBLIC _vector_table - - IMPORT IRQInterrupt - IMPORT FIQInterrupt - IMPORT SWInterrupt - IMPORT DataAbortInterrupt - IMPORT PrefetchAbortInterrupt - IMPORT DataAbortAddr - IMPORT PrefetchAbortAddr - -_vector_table - ARM - - B __iar_program_start - B Undefined - B SVCHandler - B PrefetchAbortHandler - B DataAbortHandler - NOP ; Placeholder for address exception vector - B IRQHandler - B FIQHandler - - - SECTION .text:CODE:NOROOT(2) - REQUIRE _vector_table - - ARM -IRQHandler ; IRQ vector handler - - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - bl IRQInterrupt ; IRQ vector - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - - -FIQHandler ; FIQ vector handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - -FIQLoop - bl FIQInterrupt ; FIQ vector - - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - - -Undefined ; Undefined handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - b _prestart - - movs pc, lr - - -SVCHandler ; SWI handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - tst r0, #0x20 ; check the T bit - ldrneh r0, [lr,#-2] ; Thumb mode - bicne r0, r0, #0xff00 ; Thumb mode - ldreq r0, [lr,#-4] ; ARM mode - biceq r0, r0, #0xff000000 ; ARM mode - bl SWInterrupt ; SWInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - movs pc, lr ; adjust return - -DataAbortHandler ; Data Abort handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =DataAbortAddr - sub r1, lr,#8 - str r1, [r0] ;Address of instruction causing data abort - bl DataAbortInterrupt ;DataAbortInterrupt :call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #8 ; adjust return - -PrefetchAbortHandler ; Prefetch Abort handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =PrefetchAbortAddr - sub r1, lr,#4 - str r1, [r0] ;Address of instruction causing prefetch abort - bl PrefetchAbortInterrupt ; PrefetchAbortInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - - END diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/boot.s b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/boot.s deleted file mode 100644 index 8dae55e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/boot.s +++ /dev/null @@ -1,451 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;***************************************************************************** -;**************************************************************************** -;** -; @file boot.s -; -; This file contains the initial vector table for the Cortex A9 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver	Who     Date	  Changes
-; ----- ------- -------- ---------------------------------------------------
-; 1.00a 		 Initial version
-; 4.2	pkp  	08/04/14 Removed PEEP board related code which contained
-;			 initialization of uart smc nor and sram
-; 5.0	pkp	16/12/14 Modified initialization code to enable scu after
-;			 MMU is enabled and removed incorrect initialization
-;			 of TLB lockdown register to fix CR#830580
-; 5.1  pkp	05/13/15 Changed the initialization order so to first invalidate
-;			 caches and TLB, enable MMU and caches, then enable SMP
-;			 bit in ACTLR. L2Cache invalidation and enabling of L2Cache
-;			 is done later.
-; 6.0   mus     08/04/16 Added code to detect zynq-7000 base silicon configuration and
-;                        attempt to enable dual core behavior on single cpu zynq-7000s devices
-;                        is prevented from corrupting system behavior.
-; 6.6   srm	10/25/17 Added timer configuration using XTime_StartTTCTimer API.
-;		      	 Now the TTC instance as specified by the user will be
-;		         started.
-; 
-; -; @note -; -; None. -; -;**************************************************************************** - - MODULE ?boot - ;; Forward declaration of sections. - SECTION IRQ_STACK:DATA:NOROOT(3) - SECTION FIQ_STACK:DATA:NOROOT(3) - SECTION SVC_STACK:DATA:NOROOT(3) - SECTION ABT_STACK:DATA:NOROOT(3) - SECTION UND_STACK:DATA:NOROOT(3) - SECTION CSTACK:DATA:NOROOT(3) - -#include "xparameters.h" -;#include "xtime_l.h" - -#define UART_BAUDRATE 115200 - - PUBLIC _prestart - PUBLIC __iar_program_start - IMPORT _vector_table - IMPORT MMUTable - IMPORT __cmain - IMPORT Xil_ExceptionInit - IMPORT XTime_SetTime -#if defined SLEEP_TIMER_BASEADDR - IMPORT XTime_StartTTCTimer -#endif - -PSS_L2CC_BASE_ADDR EQU 0xF8F02000 -PSS_SLCR_BASE_ADDR EQU 0xF8000000 - -RESERVED EQU 0x0fffff00 -TblBase EQU MMUTable -LRemap EQU 0xFE00000F ; set the base address of the peripheral block as not shared -L2CCWay EQU (PSS_L2CC_BASE_ADDR + 0x077C) ;(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_INVLD_WAY_OFFSET) -L2CCSync EQU (PSS_L2CC_BASE_ADDR + 0x0730) ;(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_SYNC_OFFSET) -L2CCCrtl EQU (PSS_L2CC_BASE_ADDR + 0x0100) ;(PSS_L2CC_BASE_ADDR + PSS_L2CC_CNTRL_OFFSET) -L2CCAuxCrtl EQU (PSS_L2CC_BASE_ADDR + 0x0104) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_AUX_CNTRL_OFFSET) -L2CCTAGLatReg EQU (PSS_L2CC_BASE_ADDR + 0x0108) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_TAG_RAM_CNTRL_OFFSET) -L2CCDataLatReg EQU (PSS_L2CC_BASE_ADDR + 0x010C) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_DATA_RAM_CNTRL_OFFSET) -L2CCIntClear EQU (PSS_L2CC_BASE_ADDR + 0x0220) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_IAR_OFFSET) -L2CCIntRaw EQU (PSS_L2CC_BASE_ADDR + 0x021C) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_ISR_OFFSET) - -SLCRlockReg EQU (PSS_SLCR_BASE_ADDR + 0x04) ;(PSS_SLCR_BASE_ADDR + XPSS_SLCR_LOCK_OFFSET) -SLCRUnlockReg EQU (PSS_SLCR_BASE_ADDR + 0x08) ;(PSS_SLCR_BASE_ADDR + XPSS_SLCR_UNLOCK_OFFSET) -SLCRL2cRamReg EQU (PSS_SLCR_BASE_ADDR + 0xA1C) ;(PSS_SLCR_BASE_ADDR + XPSS_SLCR_L2C_RAM_OFFSET) -SLCRCPURSTReg EQU (0xF8000000 + 0x244) ;(XPS_SYS_CTRL_BASEADDR + A9_CPU_RST_CTRL_OFFSET) -EFUSEStaus EQU (0xF800D000 + 0x10) ;(XPS_EFUSE_BASEADDR + EFUSE_STATUS_OFFSET) - -/* workaround for simulation not working when L1 D and I caches,MMU and L2 cache enabled - DT568997 */ -#if SIM_MODE == 1 -CRValMmuCac EQU 00000000000000b ; Disable IDC, and MMU -#else -CRValMmuCac EQU 01000000000101b ; Enable IDC, and MMU -#endif -CRValHiVectorAddr EQU 10000000000000b ; Set the Vector address to high, 0xFFFF0000 - -L2CCAuxControl EQU 0x72360000 ; Enable all prefetching, Way Size (16 KB) and High Priority for SO and Dev Reads Enable -L2CCControl EQU 0x01 ; Enable L2CC -L2CCTAGLatency EQU 0x0111 ; 7 Cycles of latency for TAG RAM -L2CCDataLatency EQU 0x0121 ; 7 Cycles of latency for DATA RAM - -SLCRlockKey EQU 0x767B ; SLCR lock key -SLCRUnlockKey EQU 0xDF0D ; SLCR unlock key -SLCRL2cRamConfig EQU 0x00020202 ; SLCR L2C ram configuration - - -vector_base EQU _vector_table - -FPEXC_EN EQU 0x40000000 ; FPU enable bit, (1 << 30) - - SECTION .intvec:CODE:NOROOT(2) - - -; this initializes the various processor modes - -_prestart -__iar_program_start - -#if XPAR_CPU_ID==0 -; only allow cp0 through - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #0 - beq OKToRun -EndlessLoop0 - wfe - b EndlessLoop0 - -#elif XPAR_CPU_ID==1 -; only allow cp1 through - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #1 - beq OKToRun -EndlessLoop1 - wfe - b EndlessLoop1 -#endif - -OKToRun - ldr r0,=EFUSEStaus - ldr r1,[r0] ; Read eFuse to detect zynq silicon configuration - ands r1,r1,#0x80 ; Check whether cpu1 is disabled through eFuse - beq DualCPU - ; cpu1 is disabled through eFuse,reset cpu1 - ldr r0,=SLCRUnlockReg ; Load SLCR base address base + unlock register - ldr r1,=SLCRUnlockKey ; set unlock key - str r1, [r0] ; Unlock SLCR - - ldr r0,=SLCRCPURSTReg - ldr r1,[r0] ; Read CPU Software Reset Control register - orr r1,r1,#0x22 - str r1,[r0] ; Reset CPU1 - - ldr r0,=SLCRlockReg ; Load SLCR base address base + lock register - ldr r1,=SLCRlockKey ; set lock key - str r1, [r0] ; lock SLCR - -DualCPU - mrc p15, 0, r0, c0, c0, 0 ; Get the revision - and r5, r0, #0x00f00000 - and r6, r0, #0x0000000f - orr r6, r6, r5, lsr #20-4 - -#ifdef CONFIG_ARM_ERRATA_742230 - cmp r6, #0x22 ; only present up to r2p2 - mrcle p15, 0, r10, c15, c0, 1 ; read diagnostic register - orrle r10, r10, #1 << 4 ; set bit #4 - mcrle p15, 0, r10, c15, c0, 1 ; write diagnostic register -#endif - -#ifdef CONFIG_ARM_ERRATA_743622 - teq r5, #0x00200000 ; only present in r2p* - mrceq p15, 0, r10, c15, c0, 1 ; read diagnostic register - orreq r10, r10, #1 << 6 ; set bit #6 - mcreq p15, 0, r10, c15, c0, 1 ; write diagnostic register -#endif - - ; set VBAR to the _vector_table address in linker script - ldr r0, =vector_base - mcr p15, 0, r0, c12, c0, 0 - - ;invalidate scu - ldr r7, =0xf8f0000c - ldr r6, =0xffff - str r6, [r7] - - ;Invalidate caches and TLBs - mov r0,#0 ; r0 = 0 - mcr p15, 0, r0, c8, c7, 0 ; invalidate TLBs - mcr p15, 0, r0, c7, c5, 0 ; invalidate icache - mcr p15, 0, r0, c7, c5, 6 ; Invalidate branch predictor array - bl invalidate_dcache ; invalidate dcache - - - ; Disable MMU, if enabled - mrc p15, 0, r0, c1, c0, 0 ; read CP15 register 1 - bic r0, r0, #0x1 ; clear bit 0 - mcr p15, 0, r0, c1, c0, 0 ; write value back - -#ifdef SHAREABLE_DDR - ; Mark the entire DDR memory as shareable - ldr r3, =0x3ff ; 1024 entries to cover 1G DDR - ldr r0, =TblBase ; MMU Table address in memory - ldr r2, =0x15de6 ; S=1, TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 -shareable_loop - str r2, [r0] ; write the entry to MMU table - add r0, r0, #0x4 ; next entry in the table - add r2, r2, #0x100000 ; next section - subs r3, r3, #1 - bge shareable_loop ; loop till 1G is covered -#endif - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the irq stack pointer - and r2, r1, r0 - orr r2, r2, #0x12 ; IRQ mode - msr cpsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=SFE(IRQ_STACK) ; IRQ stack pointer - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the supervisor stack pointer - and r2, r1, r0 - orr r2, r2, #0x13 ; supervisor mode - msr cpsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=SFE(SVC_STACK) ; Supervisor stack pointer - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the Abort stack pointer - and r2, r1, r0 - orr r2, r2, #0x17 ; Abort mode - msr cpsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=SFE(ABT_STACK) ; Abort stack pointer - - mrs r0, cpsr ; was cpsr, get the current PSR - mvn r1, #0x1f ; set up the FIQ stack pointer - and r2, r1, r0 - orr r2, r2, #0x11 ; FIQ mode - msr cpsr, r2 ; was cpsr - ldr r13,=SFE(FIQ_STACK) ; FIQ stack pointer - - mrs r0, cpsr ; was cpsr, get the current PSR - mvn r1, #0x1f ; set up the Undefine stack pointer - and r2, r1, r0 - orr r2, r2, #0x1b ; Undefine mode - msr cpsr, r2 ; was cpsr - ldr r13,=SFE(UND_STACK) ; Undefine stack pointer - - mrs r0, cpsr ; was cpsr, get the current PSR - mvn r1, #0x1f ; set up the system stack pointer - and r2, r1, r0 - orr r2, r2, #0x1f ; SYS mode - msr cpsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=SFE(CSTACK) ; SYS stack pointer - - ;set scu enable bit in scu - ldr r7, =0xf8f00000 - ldr r0, [r7] - orr r0, r0, #0x1 - str r0, [r7] - - ; enable MMU and cache - - ldr r0,=TblBase ; Load MMU translation table base - orr r0, r0, #0x5B ; Outer-cacheable, WB - mcr p15, 0, r0, c2, c0, 0 ; TTB0 - - mvn r0,#0 ; Load MMU domains -- all ones=manager - mcr p15,0,r0,c3,c0,0 - - ; Enable mmu, icahce and dcache - ldr r0,=CRValMmuCac - - mcr p15,0,r0,c1,c0,0 ; Enable cache and MMU - dsb ; dsb allow the MMU to start up - isb ; isb flush prefetch buffer - - ; Write to ACTLR - mrc p15, 0,r0, c1, c0, 1 ; Read ACTLR - orr r0, r0, #(0x01 << 6) ; SMP bit - orr r0, r0, #(0x01 ) ; Cache/TLB maintenance broadcast - mcr p15, 0,r0, c1, c0, 1 ; Write ACTLR - -; Invalidate L2 Cache and initialize L2 Cache -; For AMP, assume running on CPU1. Don't initialize L2 Cache (up to Linux) -#if USE_AMP!=1 - ldr r0,=L2CCCrtl ; Load L2CC base address base + control register - mov r1, #0 ; force the disable bit - str r1, [r0] ; disable the L2 Caches - - ldr r0,=L2CCAuxCrtl ; Load L2CC base address base + Aux control register - ldr r1,[r0] ; read the register - ldr r2,=L2CCAuxControl ; set the default bits - orr r1,r1,r2 - str r1, [r0] ; store the Aux Control Register - - ldr r0,=L2CCTAGLatReg ; Load L2CC base address base + TAG Latency address - ldr r1,=L2CCTAGLatency ; set the latencies for the TAG - str r1, [r0] ; store the TAG Latency register Register - - ldr r0,=L2CCDataLatReg ; Load L2CC base address base + Data Latency address - ldr r1,=L2CCDataLatency ; set the latencies for the Data - str r1, [r0] ; store the Data Latency register Register - - ldr r0,=L2CCWay ; Load L2CC base address base + way register - ldr r2, =0xFFFF - str r2, [r0] ; force invalidate - - ldr r0,=L2CCSync ; need to poll 0x730, PSS_L2CC_CACHE_SYNC_OFFSET - ; Load L2CC base address base + sync register - ; poll for completion -Sync - ldr r1, [r0] - cmp r1, #0 - bne Sync - - ldr r0,=L2CCIntRaw ; clear pending interrupts - ldr r1,[r0] - ldr r0,=L2CCIntClear - str r1,[r0] - - ldr r0,=SLCRUnlockReg ; Load SLCR base address base + unlock register - ldr r1,=SLCRUnlockKey ; set unlock key - str r1, [r0] ; Unlock SLCR - - ldr r0,=SLCRL2cRamReg ; Load SLCR base address base + l2c Ram Control register - str r1, [r0] ; store the L2c Ram Control Register - - ldr r0,=SLCRlockReg ; Load SLCR base address base + lock register - ldr r1,=SLCRlockKey ; set lock key - str r1, [r0] ; lock SLCR - ldr r0,=L2CCCrtl ; Load L2CC base address base + control register - ldr r1,[r0] ; read the register - mov r2, #L2CCControl ; set the enable bit - orr r1,r1,r2 - str r1, [r0] ; enable the L2 Caches -#endif - - mov r0, r0 - mrc p15, 0, r1, c1, c0, 2 ; read cp access control register (CACR) into r1 - orr r1, r1, #(0xf << 20) ; enable full access for p10 & p11 - mcr p15, 0, r1, c1, c0, 2 ; write back into CACR - - ; enable vfp - fmrx r1, FPEXC ; read the exception register - orr r1,r1, #FPEXC_EN ; set VFP enable bit, leave the others in orig state - fmxr FPEXC, r1 ; write back the exception register - - mrc p15, 0, r0, c1, c0, 0 ; flow prediction enable - orr r0, r0, #(0x01 << 11) ; #0x8000 - mcr p15,0,r0,c1,c0,0 - - mrc p15, 0, r0, c1, c0, 1 ; read Auxiliary Control Register - orr r0, r0, #(0x1 << 2) ; enable Dside prefetch - orr r0, r0, #(0x1 << 1) ; enable L2 prefetch - mcr p15, 0, r0, c1, c0, 1 ; write Auxiliary Control Register - - ; Initialize the vector table - ;bl Xil_ExceptionInit - -; Clear cp15 regs with unknown reset values - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 ; DFSR - mcr p15, 0, r0, c5, c0, 1 ; IFSR - mcr p15, 0, r0, c6, c0, 0 ; DFAR - mcr p15, 0, r0, c6, c0, 2 ; IFAR - mcr p15, 0, r0, c9, c13, 2 ; PMXEVCNTR - mcr p15, 0, r0, c13, c0, 2 ; TPIDRURW - mcr p15, 0, r0, c13, c0, 3 ; TPIDRURO - -; Reset and start Cycle Counter - mov r2, #0x80000000 ; clear overflow - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd ; D, C, E - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 ; enable cycle counter - mcr p15, 0, r2, c9, c12, 1 - -; Reset and start Global Timer - mov r0, #0x0 - mov r1, #0x0 - bl XTime_SetTime - -; Reset and start Triple Timer counter - #if defined SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer - #endif - -; make sure argc and argv are valid - mov r0, #0 - mov r1, #0 - b __cmain ; jump to C startup code - - and r0, r0, r0 ; no op - -Ldone b Ldone ; Paranoia: we should never get here - - -; ************************************************************************* -; * -; * invalidate_dcache - invalidate the entire d-cache by set/way -; * -; * Note: for Cortex-A9, there is no cp instruction for invalidating -; * the whole D-cache. Need to invalidate each line. -; * -; ************************************************************************* - -invalidate_dcache - mrc p15, 1, r0, c0, c0, 1 ; read CLIDR - ands r3, r0, #0x7000000 - mov r3, r3, lsr #23 ; cache level value (naturally aligned) - beq finished - mov r10, #0 ; start with level 0 -loop1 - add r2, r10, r10, lsr #1 ; work out 3xcachelevel - mov r1, r0, lsr r2 ; bottom 3 bits are the Cache type for this level - and r1, r1, #7 ; get those 3 bits alone - cmp r1, #2 - blt skip ; no cache or only instruction cache at this level - mcr p15, 2, r10, c0, c0, 0 ; write the Cache Size selection register - isb ; isb to sync the change to the CacheSizeID reg - mrc p15, 1, r1, c0, c0, 0 ; reads current Cache Size ID register - and r2, r1, #7 ; extract the line length field - add r2, r2, #4 ; add 4 for the line length offset (log2 16 bytes) - ldr r4, =0x3ff - ands r4, r4, r1, lsr #3 ; r4 is the max number on the way size (right aligned) - clz r5, r4 ; r5 is the bit position of the way size increment - ldr r7, =0x7fff - ands r7, r7, r1, lsr #13 ; r7 is the max number of the index size (right aligned) -loop2 - mov r9, r4 ; r9 working copy of the max way size (right aligned) -loop3 - orr r11, r10, r9, lsl r5 ; factor in the way number and cache number into r11 - orr r11, r11, r7, lsl r2 ; factor in the index number - mcr p15, 0, r11, c7, c6, 2 ; invalidate by set/way - subs r9, r9, #1 ; decrement the way number - bge loop3 - subs r7, r7, #1 ; decrement the index - bge loop2 -skip - add r10, r10, #2 ; increment the cache number - cmp r3, r10 - bgt loop1 - -finished - mov r10, #0 ; switch back to cache level 0 - mcr p15, 2, r10, c0, c0, 0 ; select current cache level in cssr - dsb - isb - - bx lr - - - END diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/translation_table.s b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/translation_table.s deleted file mode 100644 index 0f7eb74..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/translation_table.s +++ /dev/null @@ -1,174 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;***************************************************************************** -;**************************************************************************** -;** -; @file translation_table.s -; -; This file contains the initialization for the MMU table in RAM -; needed by the Cortex A9 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver   Who  Date     Changes
-; ----- ---- -------- ---------------------------------------------------
-; 1.00a ecm  10/20/09 Initial version
-; 3.07a sgd  07/05/12 Configuring device address spaces as shareable device
-;		       instead of strongly-ordered.
-; 4.2	pkp  09/02/14 modified translation table entries according to address map
-; 4.2	pkp  09/11/14 modified translation table entries to resolve compilation
-;		      error for solving CR#822897
-; 6.1	pkp  07/11/16 Corrected comments for memory attributes
-; 6.8   mus  07/12/2018 Mark DDR memory as inner cacheable, if BSP is built
-;			with the USE_AMP flag.
-; 
-; -; @note -; -; None. -; -;**************************************************************************** - EXPORT MMUTable - -;ARMCC AREA |.mmu_tbl|,CODE,ALIGN=14 -; RSEG mmu_tbl:CODE:ROOT (14) - SECTION .mmu_tbl:CODE:ROOT(14) - -MMUTable - ; Each table entry occupies one 32-bit word and there are - ; 4096 entries, so the entire table takes up 16KB. - ; Each entry covers a 1MB section. - - -; 0x00000000 - 0x3ffffff (DDR Cacheable) -count SETA 0 -sect SETA 0 - REPT 0x400 - #ifndef USE_AMP - DCD sect + 0x15de6 ; S=1, TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 - #else - DCD sect + 0x14de6 ; S=1, TEX=b100 AP=b11, Domain=b1111, C=b0, B=b1 - #endif -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0x40000000 - 0x7fffffff (GpAxi0) -count SETA 0 - REPT 0x400 - DCD sect + 0xc02 ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0x80000000 - 0xbfffffff (GpAxi1) -count SETA 0 - REPT 0x400 - DCD sect + 0xc02 ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xc0000000 - 0xdfffffff (undef) -count SETA 0 - REPT 0x200 - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xe0000000 - 0xe02fffff (IOP dev) -count SETA 0 - REPT 0x3 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - - ; 0xe0300000 - 0xe0ffffff (undef/reserved) -count SETA 0 - REPT 0xD - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xe1000000 - 0xe1ffffff (NAND) -count SETA 0 - REPT 0x10 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xe2000000 - 0xe3ffffff (NOR) -count SETA 0 - REPT 0x20 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xe4000000 - 0xe5ffffff (SRAM) -count SETA 0 - REPT 0x20 - DCD sect + 0xc0e ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b1 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xe6000000 - 0xf7ffffff (reserved) -count SETA 0 - REPT 0x0120 - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xf8000c00 to 0xf8000fff, 0xf8010000 to 0xf88fffff and -; 0xf8f03000 to 0xf8ffffff are reserved but due to granual size of -; 1MB, it is not possible to define separate regions for them - -; 0xf8000000 - 0xf8ffffff (APB device regs) -count SETA 0 - REPT 0x10 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xf9000000 - 0xfbffffff (reserved) -count SETA 0 - REPT 0x30 - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xfc000000 - 0xfdffffff (QSPI) -count SETA 0 - REPT 0x20 - DCD sect + 0xc0a ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xfe000000 - 0xffefffff (reserved) -count SETA 0 - REPT 0x1F - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xfff00000 to 0xfffb0000 is reserved but due to granual size of -; 1MB, it is not possible to define separate region for it - -; 0xfff00000 to 0xfffb0000 (OCM) -count SETA 0 - DCD sect + 0x4c0e ; S=b0 TEX=b100 AP=b11, Domain=b0, C=b1, B=b1 -sect SETA sect+0x100000 - - END diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/sleep.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/sleep.c deleted file mode 100644 index efa60da..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/sleep.c +++ /dev/null @@ -1,66 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/***************************************************************************** -* -* @file sleep.c -* -* This function provides a second delay using the Global Timer register in -* the ARM Cortex A9 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  11/11/09 First release
-* 3.07a sgd      07/05/12 Updated sleep function to make use Global
-* 6.0   asa      08/15/16 Updated the sleep signature. Fix for CR#956899.
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-*
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/*****************************************************************************/ -/* -* -* This API is used to provide delays in seconds -* -* @param seconds requested -* -* @return 0 always -* -* @note None. -* -****************************************************************************/ -unsigned sleep_A9(unsigned int seconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(seconds, COUNTS_PER_SECOND); -#else - XTime tEnd, tCur; - - XTime_GetTime(&tCur); - tEnd = tCur + (((XTime) seconds) * COUNTS_PER_SECOND); - do - { - XTime_GetTime(&tCur); - } while (tCur < tEnd); -#endif - - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/smc.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/smc.h deleted file mode 100644 index 1b601db..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/smc.h +++ /dev/null @@ -1,96 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file smc.h -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  11/03/09 Initial release.
-* 4.2	pkp	 08/04/14 Removed function definition of XSmc_NorInit and XSmc_NorInit
-*					  as smc.c is removed
-* 
-* -* @note None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef SMC_H /* prevent circular inclusions */ -#define SMC_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xparameters.h" -#include "xil_io.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/* Memory controller configuration register offset */ -#define XSMCPSS_MC_STATUS 0x000U /* Controller status reg, RO */ -#define XSMCPSS_MC_INTERFACE_CONFIG 0x004U /* Interface config reg, RO */ -#define XSMCPSS_MC_SET_CONFIG 0x008U /* Set configuration reg, WO */ -#define XSMCPSS_MC_CLR_CONFIG 0x00CU /* Clear config reg, WO */ -#define XSMCPSS_MC_DIRECT_CMD 0x010U /* Direct command reg, WO */ -#define XSMCPSS_MC_SET_CYCLES 0x014U /* Set cycles register, WO */ -#define XSMCPSS_MC_SET_OPMODE 0x018U /* Set opmode register, WO */ -#define XSMCPSS_MC_REFRESH_PERIOD_0 0x020U /* Refresh period_0 reg, RW */ -#define XSMCPSS_MC_REFRESH_PERIOD_1 0x024U /* Refresh period_1 reg, RW */ - -/* Chip select configuration register offset */ -#define XSMCPSS_CS_IF0_CHIP_0_OFFSET 0x100U /* Interface 0 chip 0 config */ -#define XSMCPSS_CS_IF0_CHIP_1_OFFSET 0x120U /* Interface 0 chip 1 config */ -#define XSMCPSS_CS_IF0_CHIP_2_OFFSET 0x140U /* Interface 0 chip 2 config */ -#define XSMCPSS_CS_IF0_CHIP_3_OFFSET 0x160U /* Interface 0 chip 3 config */ -#define XSMCPSS_CS_IF1_CHIP_0_OFFSET 0x180U /* Interface 1 chip 0 config */ -#define XSMCPSS_CS_IF1_CHIP_1_OFFSET 0x1A0U /* Interface 1 chip 1 config */ -#define XSMCPSS_CS_IF1_CHIP_2_OFFSET 0x1C0U /* Interface 1 chip 2 config */ -#define XSMCPSS_CS_IF1_CHIP_3_OFFSET 0x1E0U /* Interface 1 chip 3 config */ - -/* User configuration register offset */ -#define XSMCPSS_UC_STATUS_OFFSET 0x200U /* User status reg, RO */ -#define XSMCPSS_UC_CONFIG_OFFSET 0x204U /* User config reg, WO */ - -/* Integration test register offset */ -#define XSMCPSS_IT_OFFSET 0xE00U - -/* ID configuration register offset */ -#define XSMCPSS_ID_PERIP_0_OFFSET 0xFE0U -#define XSMCPSS_ID_PERIP_1_OFFSET 0xFE4U -#define XSMCPSS_ID_PERIP_2_OFFSET 0xFE8U -#define XSMCPSS_ID_PERIP_3_OFFSET 0xFECU -#define XSMCPSS_ID_PCELL_0_OFFSET 0xFF0U -#define XSMCPSS_ID_PCELL_1_OFFSET 0xFF4U -#define XSMCPSS_ID_PCELL_2_OFFSET 0xFF8U -#define XSMCPSS_ID_PCELL_3_OFFSET 0xFFCU - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* SMC_H */ - -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/usleep.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/usleep.c deleted file mode 100644 index 26966bf..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/usleep.c +++ /dev/null @@ -1,81 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file usleep.c -* -* This function provides a microsecond delay using the Global Timer register in -* the ARM Cortex A9 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  11/11/09 First release
-* 3.07a sgd      07/05/12 Updated micro sleep function to make use Global Timer
-* 4.2	pkp		 08/04/14 Removed unimplemented nanosleep routine as it is not
-*						  possible to generate timer in nanosecond due to
-*						  limited cpu frequency
-* 6.0   asa      08/15/16 Updated the usleep signature. Fix for CR#956899.
-* 6.6	srm	 10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "xreg_cortexa9.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/**************************** Constant Definitions ************************/ -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_USECOND (SLEEP_TIMER_FREQUENCY / 1000000) -#else -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_USECOND (XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ / (2U*1000000U)) -#endif - -/*****************************************************************************/ -/** -* -* This API gives a delay in microseconds -* -* @param useconds requested -* -* @return 0 if the delay can be achieved, -1 if the requested delay -* is out of range -* -* @note None. -* -****************************************************************************/ -int usleep_A9(unsigned long useconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(useconds, COUNTS_PER_USECOND); -#else - XTime tEnd, tCur; - - XTime_GetTime(&tCur); - tEnd = tCur + (((XTime) useconds) * COUNTS_PER_USECOND); - do - { - XTime_GetTime(&tCur); - } while (tCur < tEnd); -#endif - - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache.c deleted file mode 100644 index b828612..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache.c +++ /dev/null @@ -1,1534 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.c -* -* Contains required functions for the ARM cache functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a  ecm 01/29/10 First release
-* 1.00a  ecm 06/24/10 Moved the L1 and L2 specific function prototypes
-*		      		  to xil_cache_mach.h to give access to sophisticated users
-* 3.02a  sdm 04/07/11 Updated Flush/InvalidateRange APIs to flush/invalidate
-*		      		  L1 and L2 caches in a single loop and used dsb, L2 sync
-*		      		  at the end of the loop.
-* 3.04a  sdm 01/02/12 Remove redundant dsb/dmb instructions in cache maintenance
-*		      		  APIs.
-* 3.07a  asa 07/16/12 Corrected the L1 and L2 cache invalidation order.
-* 3.07a  sgd 09/18/12 Corrected the L2 cache enable and disable sequence.
-* 3.10a  srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      		  'xil_errata.h' for errata description
-* 3.10a  asa 05/13/13 Modified cache disable APIs. The L2 cache disable
-*			  		  operation was being done with L1 Data cache disabled. This is
-*			  		  fixed so that L2 cache disable operation happens independent of
-*			  		  L1 cache disable operation. This fixes CR #706464.
-*			  		  Changes are done to do a L2 cache sync (poll reg7_?cache_?sync).
-*			  		  This is done to fix the CR #700542.
-* 3.11a  asa 09/23/13 Modified the Xil_DCacheFlushRange and
-*			 		  Xil_DCacheInvalidateRange to fix potential issues. Fixed other
-*			 		  relevant cache APIs to disable and enable back the interrupts.
-*			 		  This fixes CR #663885.
-* 3.11a  asa 09/28/13 Made changes for L2 cache sync operation. It is found
-*			 		  out that for L2 cache flush/clean/invalidation by cache lines
-*			 		  does not need a cache sync as these are atomic nature. Similarly
-*			 		  figured out that for complete L2 cache flush/invalidation by way
-*			 		  we need to wait for some more time in a loop till the status
-*			 		  shows that the cache operation is completed.
-* 4.00	 pkp 24/01/14 Modified Xil_DCacheInvalidateRange to fix the bug. Few
-*			 		  cache lines were missed to invalidate when unaligned address
-*			 		  invalidation was accommodated. That fixes CR #766768.
-*			 		  Also in Xil_L1DCacheInvalidate, while invalidating all L1D cache
-*			 		  stack memory which contains return address was invalidated. So
-*			 		  stack memory was flushed first and then L1D cache is invalidated.
-*			 		  This is done to fix CR #763829
-* 4.01   asa 05/09/14 Made changes in cortexa9/xil_cache.c to fix CR# 798230.
-* 4.02	 pkp 06/27/14 Added notes to Xil_L1DCacheInvalidateRange function for
-*					  explanation of CR#785243
-* 5.00   kvn 12/15/14 Xil_L2CacheInvalidate was modified to fix CR# 838835. L2 Cache
-*					  has stack memory which has return address. Before invalidating
-*					  cache, stack memory was flushed first and L2 Cache is invalidated.
-* 5.01	 pkp 05/12/15 Xil_DCacheInvalidateRange and Xil_DCacheFlushRange is modified
-*					  to remove unnecessary dsb in the APIs. Instead of using dsb
-*					  for L2 Cache, L2CacheSync has been used for each L2 cache line
-*					  and single dsb has been used for L1 cache. Also L2CacheSync is
-*					  added into Xil_L2CacheInvalidateRange API. Xil_L1DCacheInvalidate
-*					  and Xil_L2CacheInvalidate APIs are modified to flush the complete
-*					  stack instead of just System Stack
-* 5.03	 pkp 10/07/15 L2 Cache functionalities are avoided for the OpenAMP slave
-*					  application(when USE_AMP flag is defined for BSP) as master CPU
-*					  would be utilizing L2 cache for its operation
-* 6.6    mus 12/07/17 Errata 753970 is not applicable for the PL130 cache controller
-*                     version r0p2, which is present in zynq. So,removed the handling
-*                     related to same.It fixes CR#989132.
-* 6.6    asa 16/01/18 Changes made in Xil_L1DCacheInvalidate and Xil_L2CacheInvalidate
-*					  routines to ensure the stack data flushed only when the respective
-*					  caches are enabled. This fixes CR-992023.
-* 7.5    mus 01/19/21 Implement workaround for errata#588369 in Xil_DCacheFlushRange.
-*					  It fixes CR#1086022.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xil_cache_l.h" -#include "xil_io.h" -#include "xpseudo_asm.h" -#include "xparameters.h" -#include "xreg_cortexa9.h" -#include "xl2cc.h" -#include "xil_errata.h" -#include "xil_exception.h" - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#define IRQ_FIQ_MASK 0xC0U /* Mask IRQ and FIQ interrupts in cpsr */ - -#ifdef __GNUC__ - extern s32 _stack_end; - extern s32 __undef_stack; -#endif - -#ifndef USE_AMP -/**************************************************************************** -* -* Access L2 Debug Control Register. -* -* @param Value, value to be written to Debug Control Register. -* -* @return None. -* -****************************************************************************/ -#ifdef __GNUC__ -static inline void Xil_L2WriteDebugCtrl(u32 Value) -#else -static void Xil_L2WriteDebugCtrl(u32 Value) -#endif -{ -#if defined(CONFIG_PL310_ERRATA_588369) || defined(CONFIG_PL310_ERRATA_727915) - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_DEBUG_CTRL_OFFSET, Value); -#else - (void)(Value); -#endif -} - -/**************************************************************************** -* -* Perform L2 Cache Sync Operation. -* -* @return None. -* -****************************************************************************/ -#ifdef __GNUC__ -static inline void Xil_L2CacheSync(void) -#else -static void Xil_L2CacheSync(void) -#endif -{ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_SYNC_OFFSET, 0x0U); -} -#endif -/****************************************************************************/ -/** -* @brief Enable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheEnable(void) -{ - Xil_L1DCacheEnable(); -#ifndef USE_AMP - Xil_L2CacheEnable(); -#endif -} - -/****************************************************************************/ -/** -* @brief Disable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheDisable(void) -{ -#ifndef USE_AMP - Xil_L2CacheDisable(); -#endif - Xil_L1DCacheDisable(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the entire Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheInvalidate(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidate(); -#endif - Xil_L1DCacheInvalidate(); - - mtcpsr(currmask); -} - -/*****************************************************************************/ -/** -* @brief Invalidate a Data cache line. If the byte specified by the address -* (adr) is cached by the Data cache, the cacheline containing that -* byte is invalidated. If the cacheline is modified (dirty), the -* modified contents are lost and are NOT written to the system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheInvalidateLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidateLine(adr); -#endif - Xil_L1DCacheInvalidateLine(adr); - - mtcpsr(currmask); -} - - -/*****************************************************************************/ -/** -* Invalidate the Data cache for the given address range. -* If the bytes specified by the address range are cached by the Data -* cache, the cachelines containing those bytes are invalidated. If -* the cachelines are modified (dirty), the modified contents are lost -* and NOT written to the system memory before the lines are -* invalidated. -* -* In this function, if start address or end address is not aligned to -* cache-line, particular cache-line containing unaligned start or end -* address is flush first and then invalidated the others as -* invalidating the same unaligned cache line may result into loss of -* data. This issue raises few possibilities. -* -* If the address to be invalidated is not cache-line aligned, the -* following choices are available: -* 1. Invalidate the cache line when required and do not bother much -* for the side effects. Though it sounds good, it can result in -* hard-to-debug issues. The problem is, if some other variable are -* allocated in the same cache line and had been recently updated -* (in cache), the invalidation would result in loss of data. -* 2. Flush the cache line first. This will ensure that if any other -* variable present in the same cache line and updated recently are -* flushed out to memory. Then it can safely be invalidated. Again it -* sounds good, but this can result in issues. For example, when the -* invalidation happens in a typical ISR (after a DMA transfer has -* updated the memory), then flushing the cache line means, losing -* data that were updated recently before the ISR got invoked. -* -* Linux prefers the second one. To have uniform implementation -* (across standalone and Linux), the second option is implemented. -* This being the case, following needs to be taken care of: -* 1. Whenever possible, the addresses must be cache line aligned. -* Please nore that, not just start address, even the end address must -* be cache line aligned. If that is taken care of, this will always -* work. -* 2. Avoid situations where invalidation has to be done after the -* data is updated by peripheral/DMA directly into the memory. It is -* not tough to achieve (may be a bit risky). The common use case to -* do invalidation is when a DMA happens. Generally for such use -* cases, buffers can be allocated first and then start the DMA. The -* practice that needs to be followed here is, immediately after -* buffer allocation and before starting the DMA, do the invalidation. -* With this approach, invalidation need not to be done after the DMA -* transfer is over. -* -* This is going to always work if done carefully. -* However, the concern is, there is no guarantee that invalidate has -* not needed to be done after DMA is complete. For example, because -* of some reasons if the first cache line or last cache line -* (assuming the buffer in question comprises of multiple cache lines) -* are brought into cache (between the time it is invalidated and DMA -* completes) because of some speculative prefetching or reading data -* for a variable present in the same cache line, then we will have to -* invalidate the cache after DMA is complete. -* -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len) -{ - const u32 cacheline = 32U; - u32 end; - u32 tempadr = adr; - u32 tempend; - u32 currmask; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INVLD_PA_OFFSET); - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - end = tempadr + len; - tempend = end; - /* Select L1 Data cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - - if ((tempadr & (cacheline-1U)) != 0U) { - tempadr &= (~(cacheline - 1U)); - - Xil_L1DCacheFlushLine(tempadr); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - Xil_L2CacheFlushLine(tempadr); - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - Xil_L2CacheSync(); -#endif - tempadr += cacheline; - } - if ((tempend & (cacheline-1U)) != 0U) { - tempend &= (~(cacheline - 1U)); - - Xil_L1DCacheFlushLine(tempend); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - Xil_L2CacheFlushLine(tempend); - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - Xil_L2CacheSync(); -#endif - } - - while (tempadr < tempend) { -#ifndef USE_AMP - /* Invalidate L2 cache line */ - *L2CCOffset = tempadr; - Xil_L2CacheSync(); -#endif - - /* Invalidate L1 Data cache line */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_dc_line_mva_poc(tempadr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_DC_LINE_MVA_POC); - Reg = tempadr; } -#endif - tempadr += cacheline; - } - } - - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the entire Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlush(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - Xil_L1DCacheFlush(); -#ifndef USE_AMP - Xil_L2CacheFlush(); -#endif - mtcpsr(currmask); -} - - -/****************************************************************************/ -/** -* @brief Flush a Data cache line. If the byte specified by the address (adr) -* is cached by the Data cache, the cacheline containing that byte is -* invalidated. If the cacheline is modified (dirty), the entire -* contents of the cacheline are written to system memory before the -* line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheFlushLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - Xil_L1DCacheFlushLine(adr); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - Xil_L2CacheFlushLine(adr); - - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - Xil_L2CacheSync(); -#endif - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the Data cache for the given address range. -* If the bytes specified by the address range are cached by the -* data cache, the cachelines containing those bytes are invalidated. -* If the cachelines are modified (dirty), they are written to the -* system memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlushRange(INTPTR adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INV_CLN_PA_OFFSET); - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr &= ~(cacheline - 1U); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); -#endif - while (LocalAddr < end) { - - /* Flush L1 Data cache line */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_clean_inval_dc_line_mva_poc(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC); - Reg = LocalAddr; } -#endif -#ifndef USE_AMP - /* Flush L2 cache line */ - *L2CCOffset = LocalAddr; - Xil_L2CacheSync(); -#endif - LocalAddr += cacheline; - } -#ifndef USE_AMP - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); -#endif - } - dsb(); - mtcpsr(currmask); -} -/****************************************************************************/ -/** -* @brief Store a Data cache line. If the byte specified by the address (adr) -* is cached by the Data cache and the cacheline is modified (dirty), -* the entire contents of the cacheline are written to system memory. -* After the store completes, the cacheline is marked as unmodified -* (not dirty). -* -* @param adr: 32bit address of the data to be stored. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheStoreLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - Xil_L1DCacheStoreLine(adr); -#ifndef USE_AMP - Xil_L2CacheStoreLine(adr); -#endif - mtcpsr(currmask); -} - -/***************************************************************************/ -/** -* @brief Enable the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheEnable(void) -{ - Xil_L1ICacheEnable(); -#ifndef USE_AMP - Xil_L2CacheEnable(); -#endif -} - -/***************************************************************************/ -/** -* @brief Disable the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheDisable(void) -{ -#ifndef USE_AMP - Xil_L2CacheDisable(); -#endif - Xil_L1ICacheDisable(); -} - - -/****************************************************************************/ -/** -* @brief Invalidate the entire instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheInvalidate(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidate(); -#endif - Xil_L1ICacheInvalidate(); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate an instruction cache line. If the instruction specified -* by the address is cached by the instruction cache, the cacheline -* containing that instruction is invalidated. -* -* @param adr: 32bit address of the instruction to be invalidated. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_ICacheInvalidateLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidateLine(adr); -#endif - Xil_L1ICacheInvalidateLine(adr); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate the instruction cache for the given address range. -* If the instructions specified by the address range are cached by -* the instrunction cache, the cachelines containing those -* instructions are invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INVLD_PA_OFFSET); - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 I-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - - while (LocalAddr < end) { -#ifndef USE_AMP - /* Invalidate L2 cache line */ - *L2CCOffset = LocalAddr; - dsb(); -#endif - - /* Invalidate L1 I-cache line */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_ic_line_mva_pou(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_IC_LINE_MVA_POU); - Reg = LocalAddr; } -#endif - - LocalAddr += cacheline; - } - } - - /* Wait for L1 and L2 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Enable the level 1 Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheEnable(void) -{ - register u32 CtrlReg; - - /* enable caches only if they are disabled */ -#ifdef __GNUC__ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - if ((CtrlReg & (XREG_CP15_CONTROL_C_BIT)) != 0U) { - return; - } - - /* clean and invalidate the Data cache */ - Xil_L1DCacheInvalidate(); - - /* enable the Data cache */ - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/***************************************************************************/ -/** -* @brief Disable the level 1 Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheDisable(void) -{ - register u32 CtrlReg; - - /* clean and invalidate the Data cache */ - Xil_L1DCacheFlush(); - -#ifdef __GNUC__ - /* disable the Data cache */ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 1 Data cache. -* -* @return None. -* -* @note In Cortex A9, there is no cp instruction for invalidating -* the whole D-cache. This function invalidates each line by -* set/way. -* -****************************************************************************/ -void Xil_L1DCacheInvalidate(void) -{ - register u32 CsidReg, C7Reg; - u32 CacheSize, LineSize, NumWays; - u32 Way, WayIndex, Set, SetIndex, NumSet; - u32 currmask; - -#ifdef __GNUC__ - u32 stack_start,stack_end,stack_size; - register u32 CtrlReg; -#endif - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - -#ifdef __GNUC__ - stack_end = (u32)&_stack_end; - stack_start = (u32)&__undef_stack; - stack_size=stack_start-stack_end; - - /* Check for the cache status. If cache is enabled, then only - * flush stack memory to save return address. If cache is disabled, - * don't flush anything as it might result in flushing stale date into - * memory which is undesirable. - * */ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - if ((CtrlReg & (XREG_CP15_CONTROL_C_BIT)) != 0U) { - Xil_DCacheFlushRange(stack_end, stack_size); - } -#endif - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - -#ifdef __GNUC__ - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_CACHE_SIZE_ID, CsidReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_CACHE_SIZE_ID); - CsidReg = Reg; } -#endif - /* Determine Cache Size */ - CacheSize = (CsidReg >> 13U) & 0x1FFU; - CacheSize +=1U; - CacheSize *=128U; /* to get number of bytes */ - - /* Number of Ways */ - NumWays = (CsidReg & 0x3ffU) >> 3U; - NumWays += 1U; - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x07U) + 4U; - - NumSet = CacheSize/NumWays; - NumSet /= (0x00000001U << LineSize); - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set; - - /* Invalidate by Set/Way */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_dc_line_sw(C7Reg); -#else - /*mtcp(XREG_CP15_INVAL_DC_LINE_SW, C7Reg), */ - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_DC_LINE_SW); - Reg = C7Reg; } -#endif - Set += (0x00000001U << LineSize); - } - Set=0U; - Way += 0x40000000U; - } - - /* Wait for L1 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate a level 1 Data cache line. If the byte specified by the -* address (Addr) is cached by the Data cache, the cacheline -* containing that byte is invalidated. If the cacheline is modified -* (dirty), the modified contents are lost and are NOT written to -* system memory before the line is invalidated. -* -* @param adr: 32bit address of the data to be invalidated. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1DCacheInvalidateLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, (adr & (~0x1FU))); - - /* Wait for L1 invalidate to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 1 Data cache for the given address range. -* If the bytes specified by the address range are cached by the Data -* cache, the cachelines containing those bytes are invalidated. If the -* cachelines are modified (dirty), the modified contents are lost and -* NOT written to the system memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheInvalidateRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 D-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - - while (LocalAddr < end) { - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_dc_line_mva_poc(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_DC_LINE_MVA_POC); - Reg = LocalAddr; } -#endif - LocalAddr += cacheline; - } - } - - /* Wait for L1 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the level 1 Data cache. -* -* @return None. -* -* @note In Cortex A9, there is no cp instruction for flushing -* the whole D-cache. Need to flush each line. -* -****************************************************************************/ -void Xil_L1DCacheFlush(void) -{ - register u32 CsidReg, C7Reg; - u32 CacheSize, LineSize, NumWays; - u32 Way; - u32 WayIndex, Set, SetIndex, NumSet; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - -#ifdef __GNUC__ - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_CACHE_SIZE_ID, CsidReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_CACHE_SIZE_ID); - CsidReg = Reg; } -#endif - - /* Determine Cache Size */ - - CacheSize = (CsidReg >> 13U) & 0x1FFU; - CacheSize +=1U; - CacheSize *=128U; /* to get number of bytes */ - - /* Number of Ways */ - NumWays = (CsidReg & 0x3ffU) >> 3U; - NumWays += 1U; - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x07U) + 4U; - - NumSet = CacheSize/NumWays; - NumSet /= (0x00000001U << LineSize); - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set; - /* Flush by Set/Way */ - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_clean_inval_dc_line_sw(C7Reg); -#else - { volatile register u32 Reg - __asm(XREG_CP15_CLEAN_INVAL_DC_LINE_SW); - Reg = C7Reg; } -#endif - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += 0x40000000U; - } - - /* Wait for L1 flush to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush a level 1 Data cache line. If the byte specified by the -* address (adr) is cached by the Data cache, the cacheline containing -* that byte is invalidated. If the cacheline is modified (dirty), the -* entire contents of the cacheline are written to system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1DCacheFlushLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, (adr & (~0x1FU))); - - /* Wait for L1 flush to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Flush the level 1 Data cache for the given address range. -* If the bytes specified by the address range are cached by the Data -* cache, the cacheline containing those bytes are invalidated. If the -* cachelines are modified (dirty), they are written to system memory -* before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheFlushRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 D-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - - while (LocalAddr < end) { - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_clean_inval_dc_line_mva_poc(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC); - Reg = LocalAddr; } -#endif - LocalAddr += cacheline; - } - } - - /* Wait for L1 flush to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Store a level 1 Data cache line. If the byte specified by the -* address (adr) is cached by the Data cache and the cacheline is -* modified (dirty), the entire contents of the cacheline are written -* to system memory. After the store completes, the cacheline is -* marked as unmodified (not dirty). -* -* @param adr: Address to be stored. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1DCacheStoreLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - mtcp(XREG_CP15_CLEAN_DC_LINE_MVA_POC, (adr & (~0x1FU))); - - /* Wait for L1 store to complete */ - dsb(); -} - - -/****************************************************************************/ -/** -* @brief Enable the level 1 instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheEnable(void) -{ - register u32 CtrlReg; - - /* enable caches only if they are disabled */ -#ifdef __GNUC__ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - if ((CtrlReg & (XREG_CP15_CONTROL_I_BIT)) != 0U) { - return; - } - - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0U); - - /* enable the instruction cache */ - CtrlReg |= (XREG_CP15_CONTROL_I_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Disable level 1 the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheDisable(void) -{ - register u32 CtrlReg; - - dsb(); - - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0U); - - /* disable the instruction cache */ -#ifdef __GNUC__ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - CtrlReg &= ~(XREG_CP15_CONTROL_I_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Invalidate the entire level 1 instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheInvalidate(void) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0U); - - /* Wait for L1 invalidate to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate a level 1 instruction cache line. If the instruction -* specified by the address is cached by the instruction cache, the -* cacheline containing that instruction is invalidated. -* -* @param adr: 32bit address of the instruction to be invalidated. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1ICacheInvalidateLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - mtcp(XREG_CP15_INVAL_IC_LINE_MVA_POU, (adr & (~0x1FU))); - - /* Wait for L1 invalidate to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 1 instruction cache for the given address -* range. If the instrucions specified by the address range are cached -* by the instruction cache, the cacheline containing those bytes are -* invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheInvalidateRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 I-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - - while (LocalAddr < end) { - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_ic_line_mva_pou(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_IC_LINE_MVA_POU); - Reg = LocalAddr; } -#endif - LocalAddr += cacheline; - } - } - - /* Wait for L1 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -#ifndef USE_AMP -/****************************************************************************/ -/** -* @brief Enable the L2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheEnable(void) -{ - register u32 L2CCReg; - - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - - /* only enable if L2CC is currently disabled */ - if ((L2CCReg & 0x01U) == 0U) { - /* set up the way size and latencies */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + - XPS_L2CC_AUX_CNTRL_OFFSET); - L2CCReg &= XPS_L2CC_AUX_REG_ZERO_MASK; - L2CCReg |= XPS_L2CC_AUX_REG_DEFAULT_MASK; - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_AUX_CNTRL_OFFSET, - L2CCReg); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_TAG_RAM_CNTRL_OFFSET, - XPS_L2CC_TAG_RAM_DEFAULT_MASK); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_DATA_RAM_CNTRL_OFFSET, - XPS_L2CC_DATA_RAM_DEFAULT_MASK); - - /* Clear the pending interrupts */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + - XPS_L2CC_ISR_OFFSET); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_IAR_OFFSET, L2CCReg); - - Xil_L2CacheInvalidate(); - /* Enable the L2CC */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + - XPS_L2CC_CNTRL_OFFSET); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET, - (L2CCReg | (0x01U))); - - Xil_L2CacheSync(); - /* synchronize the processor */ - dsb(); - - } -} - -/****************************************************************************/ -/** -* @brief Disable the L2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheDisable(void) -{ - register u32 L2CCReg; - - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - - if((L2CCReg & 0x1U) != 0U) { - - /* Clean and Invalidate L2 Cache */ - Xil_L2CacheFlush(); - - /* Disable the L2CC */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET, - (L2CCReg & (~0x01U))); - /* Wait for the cache operations to complete */ - - dsb(); - } -} - -/*****************************************************************************/ -/** -* @brief Invalidate the entire level 2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheInvalidate(void) -{ - #ifdef __GNUC__ - u32 stack_start,stack_end,stack_size; - register u32 L2CCReg; - stack_end = (u32)&_stack_end; - stack_start = (u32)&__undef_stack; - stack_size=stack_start-stack_end; - - /* Check for the cache status. If cache is enabled, then only - * flush stack memory to save return address. If cache is disabled, - * don't flush anything as it might result in flushing stale date into - * memory which is undesirable. - */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - if ((L2CCReg & 0x01U) != 0U) { - /*Flush stack memory to save return address*/ - Xil_DCacheFlushRange(stack_end, stack_size); - } - - #endif - u32 ResultDCache; - /* Invalidate the caches */ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_WAY_OFFSET, - 0x0000FFFFU); - ResultDCache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_WAY_OFFSET) - & 0x0000FFFFU; - while(ResultDCache != (u32)0U) { - ResultDCache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_WAY_OFFSET) - & 0x0000FFFFU; - } - - /* Wait for the invalidate to complete */ - Xil_L2CacheSync(); - - /* synchronize the processor */ - dsb(); -} - -/*****************************************************************************/ -/** -* @brief Invalidate a level 2 cache line. If the byte specified by the -* address (adr) is cached by the Data cache, the cacheline containing -* that byte is invalidated. If the cacheline is modified (dirty), -* the modified contents are lost and are NOT written to system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data/instruction to be invalidated. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L2CacheInvalidateLine(u32 adr) -{ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_PA_OFFSET, (u32)adr); - /* synchronize the processor */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 2 cache for the given address range. -* If the bytes specified by the address range are cached by the L2 -* cache, the cacheline containing those bytes are invalidated. If the -* cachelines are modified (dirty), the modified contents are lost and -* are NOT written to system memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheInvalidateRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INVLD_PA_OFFSET); - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - while (LocalAddr < end) { - *L2CCOffset = LocalAddr; - Xil_L2CacheSync(); - LocalAddr += cacheline; - } - - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - } - - /* synchronize the processor */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the entire level 2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheFlush(void) -{ - u32 ResultL2Cache; - - /* Flush the caches */ - - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET, - 0x0000FFFFU); - ResultL2Cache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET) - & 0x0000FFFFU; - - while(ResultL2Cache != (u32)0U) { - ResultL2Cache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET) - & 0x0000FFFFU; - } - - Xil_L2CacheSync(); - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - - /* synchronize the processor */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Flush a level 2 cache line. If the byte specified by the address -* (adr) is cached by the L2 cache, the cacheline containing that -* byte is invalidated. If the cacheline is modified (dirty), the -* entire contents of the cacheline are written to system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data/instruction to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L2CacheFlushLine(u32 adr) -{ -#ifdef CONFIG_PL310_ERRATA_588369 - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_CLEAN_PA_OFFSET, adr); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_PA_OFFSET, adr); -#else - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_PA_OFFSET, adr); -#endif - /* synchronize the processor */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Flush the level 2 cache for the given address range. -* If the bytes specified by the address range are cached by the L2 -* cache, the cacheline containing those bytes are invalidated. If the -* cachelines are modified (dirty), they are written to the system -* memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheFlushRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INV_CLN_PA_OFFSET); - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - while (LocalAddr < end) { - *L2CCOffset = LocalAddr; - Xil_L2CacheSync(); - LocalAddr += cacheline; - } - - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - } - /* synchronize the processor */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Store a level 2 cache line. If the byte specified by the address -* (adr) is cached by the L2 cache and the cacheline is modified -* (dirty), the entire contents of the cacheline are written to -* system memory. After the store completes, the cacheline is marked -* as unmodified (not dirty). -* -* @param adr: 32bit address of the data/instruction to be stored. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L2CacheStoreLine(u32 adr) -{ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_CLEAN_PA_OFFSET, adr); - /* synchronize the processor */ - dsb(); -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache.h deleted file mode 100644 index 75cd6f6..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache.h +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.h -* -* @addtogroup a9_cache_apis Cortex A9 Processor Cache Functions -* -* Cache functions provide access to cache related operations such as flush -* and invalidate for instruction and data caches. It gives option to perform -* the cache operations on a single cacheline, a range of memory and an entire -* cache. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/29/10 First release
-* 3.04a sdm  01/02/12 Remove redundant dsb/dmb instructions in cache maintenance
-*		      APIs.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __GNUC__ - -#define asm_cp15_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_inval_ic_line_mva_pou(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)); - -#define asm_cp15_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_SW :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)); - -#elif defined (__ICCARM__) - -#define asm_cp15_inval_dc_line_mva_poc(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_mva_poc(param) __asm volatile ("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_inval_ic_line_mva_pou(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)); - -#define asm_cp15_inval_dc_line_sw(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_DC_LINE_SW :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_sw(param) __asm volatile ("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)); - -#endif - -/** -*@endcond -*/ - -void Xil_DCacheEnable(void); -void Xil_DCacheDisable(void); -void Xil_DCacheInvalidate(void); -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len); -void Xil_DCacheFlush(void); -void Xil_DCacheFlushRange(INTPTR adr, u32 len); - -void Xil_ICacheEnable(void); -void Xil_ICacheDisable(void); -void Xil_ICacheInvalidate(void); -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_cache_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache_l.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache_l.h deleted file mode 100644 index 21c8ced..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache_l.h +++ /dev/null @@ -1,75 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_l.h -* -* Contains L1 and L2 specific functions for the ARM cache functionality -* used by xcache.c. This functionality is being made available here for -* more sophisticated users. -* -* @addtogroup a9_cache_apis -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/24/10 First release
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ -#ifndef XIL_CACHE_MACH_H -#define XIL_CACHE_MACH_H - -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes ******************************/ - -void Xil_DCacheInvalidateLine(u32 adr); -void Xil_DCacheFlushLine(u32 adr); -void Xil_DCacheStoreLine(u32 adr); -void Xil_ICacheInvalidateLine(u32 adr); - -void Xil_L1DCacheEnable(void); -void Xil_L1DCacheDisable(void); -void Xil_L1DCacheInvalidate(void); -void Xil_L1DCacheInvalidateLine(u32 adr); -void Xil_L1DCacheInvalidateRange(u32 adr, u32 len); -void Xil_L1DCacheFlush(void); -void Xil_L1DCacheFlushLine(u32 adr); -void Xil_L1DCacheFlushRange(u32 adr, u32 len); -void Xil_L1DCacheStoreLine(u32 adr); - -void Xil_L1ICacheEnable(void); -void Xil_L1ICacheDisable(void); -void Xil_L1ICacheInvalidate(void); -void Xil_L1ICacheInvalidateLine(u32 adr); -void Xil_L1ICacheInvalidateRange(u32 adr, u32 len); - -void Xil_L2CacheEnable(void); -void Xil_L2CacheDisable(void); -void Xil_L2CacheInvalidate(void); -void Xil_L2CacheInvalidateLine(u32 adr); -void Xil_L2CacheInvalidateRange(u32 adr, u32 len); -void Xil_L2CacheFlush(void); -void Xil_L2CacheFlushLine(u32 adr); -void Xil_L2CacheFlushRange(u32 adr, u32 len); -void Xil_L2CacheStoreLine(u32 adr); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_cache_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_errata.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_errata.h deleted file mode 100644 index e48c5f3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_errata.h +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_errata.h -* -* @addtogroup a9_errata Cortex A9 Processor and pl310 Errata Support -* @{ -* Various ARM errata are handled in the standalone BSP. The implementation for -* errata handling follows ARM guidelines and is based on the open source Linux -* support for these errata. -* -* @note The errata handling is enabled by default. To disable handling of all the -* errata globally, un-define the macro ENABLE_ARM_ERRATA in xil_errata.h. To -* disable errata on a per-erratum basis, un-define relevant macros in -* xil_errata.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a srt  04/18/13 First release
-* 6.6   mus  12/07/17 Removed errata 753970, It fixes CR#989132.
-* 
-* -******************************************************************************/ -#ifndef XIL_ERRATA_H -#define XIL_ERRATA_H - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ -/** - * @name errata_definitions - * - * The errata conditions handled in the standalone BSP are listed below - * @{ - */ - -#define ENABLE_ARM_ERRATA 1 - -/** - *@endcond - */ - -#ifdef ENABLE_ARM_ERRATA - -/** - * Errata No: 742230 - * Description: DMB operation may be faulty - */ -#define CONFIG_ARM_ERRATA_742230 1 - -/** - * Errata No: 743622 - * Description: Faulty hazard checking in the Store Buffer may lead - * to data corruption. - */ -#define CONFIG_ARM_ERRATA_743622 1 - -/** - * Errata No: 775420 - * Description: A data cache maintenance operation which aborts, - * might lead to deadlock - */ -#define CONFIG_ARM_ERRATA_775420 1 - -/** - * Errata No: 794073 - * Description: Speculative instruction fetches with MMU disabled - * might not comply with architectural requirements - */ -#define CONFIG_ARM_ERRATA_794073 1 - - -/** PL310 L2 Cache Errata */ - -/** - * Errata No: 588369 - * Description: Clean & Invalidate maintenance operations do not - * invalidate clean lines - */ -#define CONFIG_PL310_ERRATA_588369 1 - -/** - * Errata No: 727915 - * Description: Background Clean and Invalidate by Way operation - * can cause data corruption - */ -#define CONFIG_PL310_ERRATA_727915 1 - -/*@}*/ -#endif /* ENABLE_ARM_ERRATA */ - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_ERRATA_H */ -/** -* @} End of "addtogroup a9_errata". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_misc_psreset_api.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_misc_psreset_api.c deleted file mode 100644 index 10366fb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_misc_psreset_api.c +++ /dev/null @@ -1,436 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_misc_psreset_api.c -* -* This file contains the implementation of the reset sequence for various -* zynq ps devices like DDR,OCM,Slcr,Ethernet,Usb.. controllers. The reset -* sequence provided to the interfaces is based on the provision in -* slcr reset functional block. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00b kpc   03/07/13 First release
-* 5.4	pkp	  09/11/15 Change the description for XOcm_Remap function
-* 
-* -******************************************************************************/ - - -/***************************** Include Files *********************************/ -#include "xil_misc_psreset_api.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - - -/*****************************************************************************/ -/** -* This function contains the implementation for ddr reset. -* -* -* @return N/A. -* -******************************************************************************/ -void XDdr_ResetHw(void) -{ - u32 RegVal; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert and deassert the ddr softreset bit */ - RegVal = Xil_In32(XDDRC_CTRL_BASEADDR); - RegVal &= (u32)(~XDDRPS_CTRL_RESET_MASK); - Xil_Out32(XDDRC_CTRL_BASEADDR,RegVal); - RegVal |= ((u32)XDDRPS_CTRL_RESET_MASK); - Xil_Out32(XDDRC_CTRL_BASEADDR,RegVal); - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for remapping the ocm memory region -* to postbootrom state. -* -* @return N/A. -* -******************************************************************************/ -void XOcm_Remap(void) -{ - u32 RegVal; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Map the ocm region to postbootrom state */ - RegVal = Xil_In32(XSLCR_OCM_CFG_ADDR); - RegVal = (RegVal & (u32)(~XSLCR_OCM_CFG_HIADDR_MASK)) | (u32)XSLCR_OCM_CFG_RESETVAL; - Xil_Out32(XSLCR_OCM_CFG_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for SMC reset sequence -* -* @param BaseAddress of the interface -* -* @return N/A. -* -******************************************************************************/ -void XSmc_ResetHw(u32 BaseAddress) -{ - u32 RegVal; - - /* Clear the interuupts */ - RegVal = Xil_In32(BaseAddress + XSMC_MEMC_CLR_CONFIG_OFFSET); - RegVal = RegVal | (u32)XSMC_MEMC_CLR_CONFIG_MASK; - Xil_Out32(BaseAddress + XSMC_MEMC_CLR_CONFIG_OFFSET, RegVal); - /* Clear the idle counter registers */ - Xil_Out32(BaseAddress + XSMC_REFRESH_PERIOD_0_OFFSET, 0x0U); - Xil_Out32(BaseAddress + XSMC_REFRESH_PERIOD_1_OFFSET, 0x0U); - /* Update the ecc registers with reset values */ - Xil_Out32(BaseAddress + XSMC_ECC_MEMCFG1_OFFSET, - XSMC_ECC_MEMCFG1_RESET_VAL); - Xil_Out32(BaseAddress + XSMC_ECC_MEMCMD1_OFFSET, - XSMC_ECC_MEMCMD1_RESET_VAL); - Xil_Out32(BaseAddress + XSMC_ECC_MEMCMD2_OFFSET, - XSMC_ECC_MEMCMD2_RESET_VAL); - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for updating the slcr mio registers -* with reset values -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_MioWriteResetValues(void) -{ - u32 i; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Update all the MIO registers with reset values */ - for (i=0U; i<=1U;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_00_RESET_VAL); - } - for (; i<=8U;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_02_RESET_VAL); - } - for (; i<=53U ;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_00_RESET_VAL); - } - - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for updating the slcr pll registers -* with reset values -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_PllWriteResetValues(void) -{ - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - - /* update the pll control registers with reset values */ - Xil_Out32(XSLCR_IO_PLL_CTRL_ADDR, XSLCR_IO_PLL_CTRL_RESET_VAL); - Xil_Out32(XSLCR_ARM_PLL_CTRL_ADDR, XSLCR_ARM_PLL_CTRL_RESET_VAL); - Xil_Out32(XSLCR_DDR_PLL_CTRL_ADDR, XSLCR_DDR_PLL_CTRL_RESET_VAL); - /* update the pll config registers with reset values */ - Xil_Out32(XSLCR_IO_PLL_CFG_ADDR, XSLCR_IO_PLL_CFG_RESET_VAL); - Xil_Out32(XSLCR_ARM_PLL_CFG_ADDR, XSLCR_ARM_PLL_CFG_RESET_VAL); - Xil_Out32(XSLCR_DDR_PLL_CFG_ADDR, XSLCR_DDR_PLL_CFG_RESET_VAL); - /* update the clock control registers with reset values */ - Xil_Out32(XSLCR_ARM_CLK_CTRL_ADDR, XSLCR_ARM_CLK_CTRL_RESET_VAL); - Xil_Out32(XSLCR_DDR_CLK_CTRL_ADDR, XSLCR_DDR_CLK_CTRL_RESET_VAL); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for disabling the level shifters -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_DisableLevelShifters(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Disable the level shifters */ - RegVal = Xil_In32(XSLCR_LVL_SHFTR_EN_ADDR); - RegVal = RegVal & (u32)(~XSLCR_LVL_SHFTR_EN_MASK); - Xil_Out32(XSLCR_LVL_SHFTR_EN_ADDR, RegVal); - -} -/*****************************************************************************/ -/** -* This function contains the implementation for OCM software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_OcmReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_OCM_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_OCM_RST_CTRL_VAL); - Xil_Out32(XSLCR_OCM_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_OCM_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_OCM_RST_CTRL_VAL); - Xil_Out32(XSLCR_OCM_RST_CTRL_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for Ethernet software reset from -* the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_EmacPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_GEM_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_GEM_RST_CTRL_VAL); - Xil_Out32(XSLCR_GEM_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_GEM_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_GEM_RST_CTRL_VAL); - Xil_Out32(XSLCR_GEM_RST_CTRL_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for USB software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_UsbPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_USB_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_USB_RST_CTRL_VAL); - Xil_Out32(XSLCR_USB_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_USB_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_USB_RST_CTRL_VAL); - Xil_Out32(XSLCR_USB_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for QSPI software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_QspiPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_LQSPI_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_QSPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_LQSPI_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_LQSPI_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_QSPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_LQSPI_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for SPI software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_SpiPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_SPI_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_SPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_SPI_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_SPI_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_SPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_SPI_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for i2c software reset from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_I2cPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_I2C_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_I2C_RST_CTRL_VAL); - Xil_Out32(XSLCR_I2C_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_I2C_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_I2C_RST_CTRL_VAL); - Xil_Out32(XSLCR_I2C_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for UART software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_UartPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_UART_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_UART_RST_CTRL_VAL); - Xil_Out32(XSLCR_UART_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_UART_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_UART_RST_CTRL_VAL); - Xil_Out32(XSLCR_UART_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for CAN software reset from slcr -* registers -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_CanPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_CAN_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_CAN_RST_CTRL_VAL); - Xil_Out32(XSLCR_CAN_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_CAN_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_CAN_RST_CTRL_VAL); - Xil_Out32(XSLCR_CAN_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for SMC software reset from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_SmcPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_SMC_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_SMC_RST_CTRL_VAL); - Xil_Out32(XSLCR_SMC_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_SMC_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_SMC_RST_CTRL_VAL); - Xil_Out32(XSLCR_SMC_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for DMA controller software reset -* from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_DmaPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_DMAC_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_DMAC_RST_CTRL_VAL); - Xil_Out32(XSLCR_DMAC_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_DMAC_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_DMAC_RST_CTRL_VAL); - Xil_Out32(XSLCR_DMAC_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for Gpio AMBA software reset from -* the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_GpioPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_GPIO_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_GPIO_RST_CTRL_VAL); - Xil_Out32(XSLCR_GPIO_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_GPIO_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_GPIO_RST_CTRL_VAL); - Xil_Out32(XSLCR_GPIO_RST_CTRL_ADDR, RegVal); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_misc_psreset_api.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_misc_psreset_api.h deleted file mode 100644 index 878d575..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_misc_psreset_api.h +++ /dev/null @@ -1,261 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_misc_psreset_api.h -* -* This file contains the various register definitions and function prototypes for -* implementing the reset functionality of zynq ps devices -* -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- ------------------------------------------------------- -* 1.00b kpc 03/07/13 First release. -*
-* -******************************************************************************/ - -#ifndef XIL_MISC_RESET_H /* prevent circular inclusions */ -#define XIL_MISC_RESET_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** - *@cond nocomments - */ - -#define XDDRC_CTRL_BASEADDR 0xF8006000U -#define XSLCR_BASEADDR 0xF8000000U -/**< OCM configuration register */ -#define XSLCR_OCM_CFG_ADDR (XSLCR_BASEADDR + 0x00000910U) -/**< SLCR unlock register */ -#define XSLCR_UNLOCK_ADDR (XSLCR_BASEADDR + 0x00000008U) -/**< SLCR GEM0 rx clock control register */ -#define XSLCR_GEM0_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000138U) -/**< SLCR GEM1 rx clock control register */ -#define XSLCR_GEM1_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x0000013CU) -/**< SLCR GEM0 clock control register */ -#define XSLCR_GEM0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000140U) -/**< SLCR GEM1 clock control register */ -#define XSLCR_GEM1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000144U) -/**< SLCR SMC clock control register */ -#define XSLCR_SMC_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000148U) -/**< SLCR GEM reset control register */ -#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U) -/**< SLCR USB0 clock control register */ -#define XSLCR_USB0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000130U) -/**< SLCR USB1 clock control register */ -#define XSLCR_USB1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000134U) -/**< SLCR USB1 reset control register */ -#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U) -/**< SLCR SMC reset control register */ -#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U) -/**< SLCR Level shifter enable register */ -#define XSLCR_LVL_SHFTR_EN_ADDR (XSLCR_BASEADDR + 0x00000900U) -/**< SLCR ARM pll control register */ -#define XSLCR_ARM_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000100U) -/**< SLCR DDR pll control register */ -#define XSLCR_DDR_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000104U) -/**< SLCR IO pll control register */ -#define XSLCR_IO_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000108U) -/**< SLCR ARM pll configuration register */ -#define XSLCR_ARM_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000110U) -/**< SLCR DDR pll configuration register */ -#define XSLCR_DDR_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000114U) -/**< SLCR IO pll configuration register */ -#define XSLCR_IO_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000118U) -/**< SLCR ARM clock control register */ -#define XSLCR_ARM_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000120U) -/**< SLCR DDR clock control register */ -#define XSLCR_DDR_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000124U) -/**< SLCR MIO pin address register */ -#define XSLCR_MIO_PIN_00_ADDR (XSLCR_BASEADDR + 0x00000700U) -/**< SLCR DMAC reset control address register */ -#define XSLCR_DMAC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000020CU) -/**< SLCR USB reset control address register */ -/*#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U)*/ -/**< SLCR GEM reset control address register */ -/*#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U)*/ -/**< SLCR SDIO reset control address register */ -#define XSLCR_SDIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000218U) -/**< SLCR SPI reset control address register */ -#define XSLCR_SPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000021CU) -/**< SLCR CAN reset control address register */ -#define XSLCR_CAN_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000220U) -/**< SLCR I2C reset control address register */ -#define XSLCR_I2C_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000224U) -/**< SLCR UART reset control address register */ -#define XSLCR_UART_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000228U) -/**< SLCR GPIO reset control address register */ -#define XSLCR_GPIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000022CU) -/**< SLCR LQSPI reset control address register */ -#define XSLCR_LQSPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000230U) -/**< SLCR SMC reset control address register */ -/*#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U)*/ -/**< SLCR OCM reset control address register */ -#define XSLCR_OCM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000238U) - -/**< SMC mem controller clear config register */ -#define XSMC_MEMC_CLR_CONFIG_OFFSET 0x0000000CU -/**< SMC idlecount configuration register */ -#define XSMC_REFRESH_PERIOD_0_OFFSET 0x00000020U -#define XSMC_REFRESH_PERIOD_1_OFFSET 0x00000024U -/**< SMC ECC configuration register */ -#define XSMC_ECC_MEMCFG1_OFFSET 0x00000404U -/**< SMC ECC command 1 register */ -#define XSMC_ECC_MEMCMD1_OFFSET 0x00000404U -/**< SMC ECC command 2 register */ -#define XSMC_ECC_MEMCMD2_OFFSET 0x00000404U - -/**< SLCR unlock code */ -#define XSLCR_UNLOCK_CODE 0x0000DF0DU - -/**< SMC mem clear configuration mask */ -#define XSMC_MEMC_CLR_CONFIG_MASK 0x000005FU -/**< SMC ECC memconfig 1 reset value */ -#define XSMC_ECC_MEMCFG1_RESET_VAL 0x0000043U -/**< SMC ECC memcommand 1 reset value */ -#define XSMC_ECC_MEMCMD1_RESET_VAL 0x01300080U -/**< SMC ECC memcommand 2 reset value */ -#define XSMC_ECC_MEMCMD2_RESET_VAL 0x01E00585U - -/**< DDR controller reset bit mask */ -#define XDDRPS_CTRL_RESET_MASK 0x00000001U -/**< SLCR OCM configuration reset value*/ -#define XSLCR_OCM_CFG_RESETVAL 0x00000008U -/**< SLCR OCM bank selection mask*/ -#define XSLCR_OCM_CFG_HIADDR_MASK 0x0000000FU -/**< SLCR level shifter enable mask*/ -#define XSLCR_LVL_SHFTR_EN_MASK 0x0000000FU - -/**< SLCR PLL register reset values */ -#define XSLCR_ARM_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_DDR_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_IO_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_ARM_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_DDR_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_IO_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_ARM_CLK_CTRL_RESET_VAL 0x1F000400U -#define XSLCR_DDR_CLK_CTRL_RESET_VAL 0x18400003U - -/**< SLCR MIO register default values */ -#define XSLCR_MIO_PIN_00_RESET_VAL 0x00001601U -#define XSLCR_MIO_PIN_02_RESET_VAL 0x00000601U - -/**< SLCR Reset control registers default values */ -#define XSLCR_DMAC_RST_CTRL_VAL 0x00000001U -#define XSLCR_GEM_RST_CTRL_VAL 0x000000F3U -#define XSLCR_USB_RST_CTRL_VAL 0x00000003U -#define XSLCR_I2C_RST_CTRL_VAL 0x00000003U -#define XSLCR_SPI_RST_CTRL_VAL 0x0000000FU -#define XSLCR_UART_RST_CTRL_VAL 0x0000000FU -#define XSLCR_QSPI_RST_CTRL_VAL 0x00000003U -#define XSLCR_GPIO_RST_CTRL_VAL 0x00000001U -#define XSLCR_SMC_RST_CTRL_VAL 0x00000003U -#define XSLCR_OCM_RST_CTRL_VAL 0x00000001U -#define XSLCR_SDIO_RST_CTRL_VAL 0x00000033U -#define XSLCR_CAN_RST_CTRL_VAL 0x00000003U - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - -/* the following data type is used to hold a null terminated version string - * consisting of the following format, "X.YYX" - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ -/* - * Performs reset operation to the ddr interface - */ -void XDdr_ResetHw(void); -/* - * Map the ocm region to post bootrom state - */ -void XOcm_Remap(void); -/* - * Performs the smc interface reset - */ -void XSmc_ResetHw(u32 BaseAddress); -/* - * updates the MIO registers with reset values - */ -void XSlcr_MioWriteResetValues(void); -/* - * updates the PLL and clock registers with reset values - */ -void XSlcr_PllWriteResetValues(void); -/* - * Disables the level shifters - */ -void XSlcr_DisableLevelShifters(void); -/* - * provides softreset to the GPIO interface - */ -void XSlcr_GpioPsReset(void); -/* - * provides softreset to the DMA interface - */ -void XSlcr_DmaPsReset(void); -/* - * provides softreset to the SMC interface - */ -void XSlcr_SmcPsReset(void); -/* - * provides softreset to the CAN interface - */ -void XSlcr_CanPsReset(void); -/* - * provides softreset to the Uart interface - */ -void XSlcr_UartPsReset(void); -/* - * provides softreset to the I2C interface - */ -void XSlcr_I2cPsReset(void); -/* - * provides softreset to the SPI interface - */ -void XSlcr_SpiPsReset(void); -/* - * provides softreset to the QSPI interface - */ -void XSlcr_QspiPsReset(void); -/* - * provides softreset to the USB interface - */ -void XSlcr_UsbPsReset(void); -/* - * provides softreset to the GEM interface - */ -void XSlcr_EmacPsReset(void); -/* - * provides softreset to the OCM interface - */ -void XSlcr_OcmReset(void); - - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MISC_RESET_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_mmu.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_mmu.c deleted file mode 100644 index 85a1af4..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_mmu.c +++ /dev/null @@ -1,202 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.c -* -* This file provides APIs for enabling/disabling MMU and setting the memory -* attributes for sections, in the MMU translation table. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  01/12/12 Initial version
-* 3.05a asa  03/10/12 Modified the Xil_EnableMMU to invalidate the caches
-*		      before enabling back.
-* 3.05a asa  04/15/12 Modified the Xil_SetTlbAttributes routine so that
-*		      translation table and branch predictor arrays are
-*		      invalidated, D-cache flushed before the attribute
-*		      change is applied. This is done so that the user
-*		      need not call Xil_DisableMMU before calling
-*		      Xil_SetTlbAttributes.
-* 3.10a  srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      'xil_errata.h' for errata description
-* 3.11a  asa 09/23/13 Modified Xil_SetTlbAttributes to flush the complete
-*			 D cache after the translation table update. Removed the
-*			 redundant TLB invalidation in the same API at the beginning.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-*                     It fixes CR#1008309.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_mmu.h" -#include "xil_errata.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ -#define ARM_AR_MEM_TTB_SECT_SIZE 1024*1024 -#define ARM_AR_MEM_TTB_SECT_SIZE_MASK (~(ARM_AR_MEM_TTB_SECT_SIZE-1UL)) -/************************** Variable Definitions *****************************/ - -extern u32 MMUTable; - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* @brief This function sets the memory attributes for a section covering 1MB -* of memory in the translation table. -* -* @param Addr: 32-bit address for which memory attributes need to be set. -* @param attrib: Attribute for the given memory region. xil_mmu.h contains -* definitions of commonly used memory attributes which can be -* utilized for this function. -* -* -* @return None. -* -* @note The MMU or D-cache does not need to be disabled before changing a -* translation table entry. -* -******************************************************************************/ -void Xil_SetTlbAttributes(INTPTR Addr, u32 attrib) -{ - u32 *ptr; - u32 section; - - section = Addr / 0x100000U; - ptr = &MMUTable; - ptr += section; - if(ptr != NULL) { - *ptr = (Addr & 0xFFF00000U) | attrib; - } - - Xil_DCacheFlush(); - - mtcp(XREG_CP15_INVAL_UTLB_UNLOCKED, 0U); - /* Invalidate all branch predictors */ - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0U); - - dsb(); /* ensure completion of the BP and TLB invalidation */ - isb(); /* synchronize context on this processor */ -} - -/*****************************************************************************/ -/** -* @brief Enable MMU for cortex A9 processor. This function invalidates the -* instruction and data caches, and then enables MMU. -* -* @return None. -* -******************************************************************************/ -void Xil_EnableMMU(void) -{ - u32 Reg; - Xil_DCacheInvalidate(); - Xil_ICacheInvalidate(); - -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, Reg); -#else - { volatile register u32 Cp15Reg __asm(XREG_CP15_SYS_CONTROL); - Reg = Cp15Reg; } -#endif - Reg |= (u32)0x05U; - mtcp(XREG_CP15_SYS_CONTROL, Reg); - - dsb(); - isb(); -} - -/*****************************************************************************/ -/** -* @brief Disable MMU for Cortex A9 processors. This function invalidates -* the TLBs, Branch Predictor Array and flushed the D Caches before -* disabling the MMU. -* -* @return None. -* -* @note When the MMU is disabled, all the memory accesses are treated as -* strongly ordered. -******************************************************************************/ -void Xil_DisableMMU(void) -{ - u32 Reg; - - mtcp(XREG_CP15_INVAL_UTLB_UNLOCKED, 0U); - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0U); - Xil_DCacheFlush(); - -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, Reg); -#else - { volatile register u32 Cp15Reg __asm(XREG_CP15_SYS_CONTROL); - Reg = Cp15Reg; } -#endif - Reg &= (u32)(~0x05U); -#ifdef CONFIG_ARM_ERRATA_794073 - /* Disable Branch Prediction */ - Reg &= (u32)(~0x800U); -#endif - mtcp(XREG_CP15_SYS_CONTROL, Reg); -} - -/*****************************************************************************/ -/** -* @brief Memory mapping for Cortex A9 processor. -* -* @param PhysAddr is physical address. -* @param size is size of region. -* @param flags is flags used to set translation table. -* -* @return Pointer to virtual address. -* -* @note: Previously this was implemented in libmetal. Move to embeddedsw as this -* functionality is specific to A9 processor. -* -******************************************************************************/ -void* Xil_MemMap(UINTPTR PhysAddr, size_t size, u32 flags) -{ - u32 Sectionoffset; - u32 Ttbaddr; - - if (!flags) - return (void*)PhysAddr; - - /* Ensure alignment on a section boundary */ - PhysAddr &= ARM_AR_MEM_TTB_SECT_SIZE_MASK; - - /* Loop through entire region of memory (one MMU section at a time). - Each section requires a TTB entry. */ - for (Sectionoffset = 0; Sectionoffset < size; - Sectionoffset += ARM_AR_MEM_TTB_SECT_SIZE) { - /* Calculate translation table entry for this memory section */ - Ttbaddr = (PhysAddr + Sectionoffset); - - /* Write translation table entry value to entry address */ - Xil_SetTlbAttributes(Ttbaddr, flags); - } - return (void*)PhysAddr; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_mmu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_mmu.h deleted file mode 100644 index d21e13a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_mmu.h +++ /dev/null @@ -1,92 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* -* @addtogroup a9_mmu_apis Cortex A9 Processor MMU Functions -* -* MMU functions equip users to enable MMU, disable MMU and modify default -* memory attributes of MMU table as per the need. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  01/12/12 Initial version
-* 4.2	pkp	 07/21/14 Included xil_types.h file which contains definition for
-*					  u32 which resolves issue of CR#805869
-* 5.4	pkp	 23/11/15 Added attribute definitions for Xil_SetTlbAttributes API
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_MMU_H -#define XIL_MMU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/* Memory type */ -#define NORM_NONCACHE 0x11DE2 /* Normal Non-cacheable */ -#define STRONG_ORDERED 0xC02 /* Strongly ordered */ -#define DEVICE_MEMORY 0xC06 /* Device memory */ -#define RESERVED 0x0 /* reserved memory */ - -/* Normal write-through cacheable shareable */ -#define NORM_WT_CACHE 0x16DEA - -/* Normal write back cacheable shareable */ -#define NORM_WB_CACHE 0x15DE6 - -/* shareability attribute */ -#define SHAREABLE (0x1 << 16) -#define NON_SHAREABLE (~(0x1 << 16)) - -/* Execution type */ -#define EXECUTE_NEVER ((0x1 << 4) | (0x1 << 0)) - -/** -*@endcond -*/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void Xil_SetTlbAttributes(INTPTR Addr, u32 attrib); -void Xil_EnableMMU(void); -void Xil_DisableMMU(void); -void* Xil_MemMap(UINTPTR PhysAddr, size_t size, u32 flags); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MMU_H */ -/** -* @} End of "addtogroup a9_mmu_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc.h deleted file mode 100644 index 379023c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc.h +++ /dev/null @@ -1,154 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xl2cc.h -* -* This file contains the address definitions for the PL310 Level-2 Cache -* Controller. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  02/01/10 Initial version
-* 3.10a srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      'xil_errata.h' for errata description
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef _XL2CC_H_ -#define _XL2CC_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ -/* L2CC Register Offsets */ -#define XPS_L2CC_ID_OFFSET 0x0000U -#define XPS_L2CC_TYPE_OFFSET 0x0004U -#define XPS_L2CC_CNTRL_OFFSET 0x0100U -#define XPS_L2CC_AUX_CNTRL_OFFSET 0x0104U -#define XPS_L2CC_TAG_RAM_CNTRL_OFFSET 0x0108U -#define XPS_L2CC_DATA_RAM_CNTRL_OFFSET 0x010CU - -#define XPS_L2CC_EVNT_CNTRL_OFFSET 0x0200U -#define XPS_L2CC_EVNT_CNT1_CTRL_OFFSET 0x0204U -#define XPS_L2CC_EVNT_CNT0_CTRL_OFFSET 0x0208U -#define XPS_L2CC_EVNT_CNT1_VAL_OFFSET 0x020CU -#define XPS_L2CC_EVNT_CNT0_VAL_OFFSET 0x0210U - -#define XPS_L2CC_IER_OFFSET 0x0214U /* Interrupt Mask */ -#define XPS_L2CC_IPR_OFFSET 0x0218U /* Masked interrupt status */ -#define XPS_L2CC_ISR_OFFSET 0x021CU /* Raw Interrupt Status */ -#define XPS_L2CC_IAR_OFFSET 0x0220U /* Interrupt Clear */ - -#define XPS_L2CC_CACHE_SYNC_OFFSET 0x0730U /* Cache Sync */ -#define XPS_L2CC_DUMMY_CACHE_SYNC_OFFSET 0x0740U /* Dummy Register for Cache Sync */ -#define XPS_L2CC_CACHE_INVLD_PA_OFFSET 0x0770U /* Cache Invalid by PA */ -#define XPS_L2CC_CACHE_INVLD_WAY_OFFSET 0x077CU /* Cache Invalid by Way */ -#define XPS_L2CC_CACHE_CLEAN_PA_OFFSET 0x07B0U /* Cache Clean by PA */ -#define XPS_L2CC_CACHE_CLEAN_INDX_OFFSET 0x07B8U /* Cache Clean by Index */ -#define XPS_L2CC_CACHE_CLEAN_WAY_OFFSET 0x07BCU /* Cache Clean by Way */ -#define XPS_L2CC_CACHE_INV_CLN_PA_OFFSET 0x07F0U /* Cache Invalidate and Clean by PA */ -#define XPS_L2CC_CACHE_INV_CLN_INDX_OFFSET 0x07F8U /* Cache Invalidate and Clean by Index */ -#define XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET 0x07FCU /* Cache Invalidate and Clean by Way */ - -#define XPS_L2CC_CACHE_DLCKDWN_0_WAY_OFFSET 0x0900U /* Cache Data Lockdown 0 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_0_WAY_OFFSET 0x0904U /* Cache Instruction Lockdown 0 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_1_WAY_OFFSET 0x0908U /* Cache Data Lockdown 1 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_1_WAY_OFFSET 0x090CU /* Cache Instruction Lockdown 1 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_2_WAY_OFFSET 0x0910U /* Cache Data Lockdown 2 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_2_WAY_OFFSET 0x0914U /* Cache Instruction Lockdown 2 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_3_WAY_OFFSET 0x0918U /* Cache Data Lockdown 3 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_3_WAY_OFFSET 0x091CU /* Cache Instruction Lockdown 3 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_4_WAY_OFFSET 0x0920U /* Cache Data Lockdown 4 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_4_WAY_OFFSET 0x0924U /* Cache Instruction Lockdown 4 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_5_WAY_OFFSET 0x0928U /* Cache Data Lockdown 5 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_5_WAY_OFFSET 0x092CU /* Cache Instruction Lockdown 5 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_6_WAY_OFFSET 0x0930U /* Cache Data Lockdown 6 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_6_WAY_OFFSET 0x0934U /* Cache Instruction Lockdown 6 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_7_WAY_OFFSET 0x0938U /* Cache Data Lockdown 7 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_7_WAY_OFFSET 0x093CU /* Cache Instruction Lockdown 7 by Way */ - -#define XPS_L2CC_CACHE_LCKDWN_LINE_ENABLE_OFFSET 0x0950U /* Cache Lockdown Line Enable */ -#define XPS_L2CC_CACHE_UUNLOCK_ALL_WAY_OFFSET 0x0954U /* Cache Unlock All Lines by Way */ - -#define XPS_L2CC_ADDR_FILTER_START_OFFSET 0x0C00U /* Start of address filtering */ -#define XPS_L2CC_ADDR_FILTER_END_OFFSET 0x0C04U /* Start of address filtering */ - -#define XPS_L2CC_DEBUG_CTRL_OFFSET 0x0F40U /* Debug Control Register */ - -/* XPS_L2CC_CNTRL_OFFSET bit masks */ -#define XPS_L2CC_ENABLE_MASK 0x00000001U /* enables the L2CC */ - -/* XPS_L2CC_AUX_CNTRL_OFFSET bit masks */ -#define XPS_L2CC_AUX_EBRESPE_MASK 0x40000000U /* Early BRESP Enable */ -#define XPS_L2CC_AUX_IPFE_MASK 0x20000000U /* Instruction Prefetch Enable */ -#define XPS_L2CC_AUX_DPFE_MASK 0x10000000U /* Data Prefetch Enable */ -#define XPS_L2CC_AUX_NSIC_MASK 0x08000000U /* Non-secure interrupt access control */ -#define XPS_L2CC_AUX_NSLE_MASK 0x04000000U /* Non-secure lockdown enable */ -#define XPS_L2CC_AUX_CRP_MASK 0x02000000U /* Cache replacement policy */ -#define XPS_L2CC_AUX_FWE_MASK 0x01800000U /* Force write allocate */ -#define XPS_L2CC_AUX_SAOE_MASK 0x00400000U /* Shared attribute override enable */ -#define XPS_L2CC_AUX_PE_MASK 0x00200000U /* Parity enable */ -#define XPS_L2CC_AUX_EMBE_MASK 0x00100000U /* Event monitor bus enable */ -#define XPS_L2CC_AUX_WAY_SIZE_MASK 0x000E0000U /* Way-size */ -#define XPS_L2CC_AUX_ASSOC_MASK 0x00010000U /* Associativity */ -#define XPS_L2CC_AUX_SAIE_MASK 0x00002000U /* Shared attribute invalidate enable */ -#define XPS_L2CC_AUX_EXCL_CACHE_MASK 0x00001000U /* Exclusive cache configuration */ -#define XPS_L2CC_AUX_SBDLE_MASK 0x00000800U /* Store buffer device limitation Enable */ -#define XPS_L2CC_AUX_HPSODRE_MASK 0x00000400U /* High Priority for SO and Dev Reads Enable */ -#define XPS_L2CC_AUX_FLZE_MASK 0x00000001U /* Full line of zero enable */ - -#define XPS_L2CC_AUX_REG_DEFAULT_MASK 0x72360000U /* Enable all prefetching, */ - /* Cache replacement policy, Parity enable, */ - /* Event monitor bus enable and Way Size (64 KB) */ -#define XPS_L2CC_AUX_REG_ZERO_MASK 0xFFF1FFFFU /* */ - -#define XPS_L2CC_TAG_RAM_DEFAULT_MASK 0x00000111U /* latency for TAG RAM */ -#define XPS_L2CC_DATA_RAM_DEFAULT_MASK 0x00000121U /* latency for DATA RAM */ - -/* Interrupt bit masks */ -#define XPS_L2CC_IXR_DECERR_MASK 0x00000100U /* DECERR from L3 */ -#define XPS_L2CC_IXR_SLVERR_MASK 0x00000080U /* SLVERR from L3 */ -#define XPS_L2CC_IXR_ERRRD_MASK 0x00000040U /* Error on L2 data RAM (Read) */ -#define XPS_L2CC_IXR_ERRRT_MASK 0x00000020U /* Error on L2 tag RAM (Read) */ -#define XPS_L2CC_IXR_ERRWD_MASK 0x00000010U /* Error on L2 data RAM (Write) */ -#define XPS_L2CC_IXR_ERRWT_MASK 0x00000008U /* Error on L2 tag RAM (Write) */ -#define XPS_L2CC_IXR_PARRD_MASK 0x00000004U /* Parity Error on L2 data RAM (Read) */ -#define XPS_L2CC_IXR_PARRT_MASK 0x00000002U /* Parity Error on L2 tag RAM (Read) */ -#define XPS_L2CC_IXR_ECNTR_MASK 0x00000001U /* Event Counter1/0 Overflow Increment */ - -/* Address filtering mask and enable bit */ -#define XPS_L2CC_ADDR_FILTER_VALID_MASK 0xFFF00000U /* Address filtering valid bits*/ -#define XPS_L2CC_ADDR_FILTER_ENABLE_MASK 0x00000001U /* Address filtering enable bit*/ - -/* Debug control bits */ -#define XPS_L2CC_DEBUG_SPIDEN_MASK 0x00000004U /* Debug SPIDEN bit */ -#define XPS_L2CC_DEBUG_DWB_MASK 0x00000002U /* Debug DWB bit, forces write through */ -#define XPS_L2CC_DEBUG_DCL_MASK 0x00000002U /* Debug DCL bit, disables cache line fill */ - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc_counter.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc_counter.c deleted file mode 100644 index ea3a08c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc_counter.c +++ /dev/null @@ -1,133 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xl2cc_counter.c -* -* This file contains APIs for configuring and controlling the event counters -* in PL310 L2 cache controller. For more information about the event counters, -* see xl2cc_counter.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 3.07a asa  08/30/12 Updated for CR 675636 to provide the L2 Base Address
-*		      inside the APIs
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include -#include "xparameters_ps.h" -#include "xl2cc_counter.h" -#include "xl2cc.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void XL2cc_EventCtrReset(void); - -/******************************************************************************/ - -/****************************************************************************/ -/** -* -* @brief This function initializes the event counters in L2 Cache controller -* with a set of event codes specified by the user. -* -* @param Event0: Event code for counter 0. -* @param Event1: Event code for counter 1. -* -* @return None. -* -* @note The definitions for event codes XL2CC_* can be found in -* xl2cc_counter.h. -* -*****************************************************************************/ -void XL2cc_EventCtrInit(s32 Event0, s32 Event1) -{ - - /* Write event code into cnt1 cfg reg */ - *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT1_CTRL_OFFSET)) = (((u32)Event1) << 2); - - /* Write event code into cnt0 cfg reg */ - *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT0_CTRL_OFFSET)) = (((u32)Event0) << 2); - - /* Reset counters */ - XL2cc_EventCtrReset(); -} - - -/****************************************************************************/ -/** -* -* @brief This function starts the event counters in L2 Cache controller. -* -* @return None. -* -*****************************************************************************/ -void XL2cc_EventCtrStart(void) -{ - u32 *LocalPtr; - LocalPtr = (u32 *)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET); - XL2cc_EventCtrReset(); - - /* Enable counter */ - /* *((volatile u32*)((void *)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET))) = 1 */ - *LocalPtr = (u32)1; -} - -/****************************************************************************/ -/** -* -* @brief This function disables the event counters in L2 Cache controller, -* saves the counter values and resets the counters. -* -* @param EveCtr0: Output parameter which is used to return the value -* in event counter 0. -* @param EveCtr1: Output parameter which is used to return the value -* in event counter 1. -* -* @return None. -* -*****************************************************************************/ -void XL2cc_EventCtrStop(u32 *EveCtr0, u32 *EveCtr1) -{ - /* Disable counter */ - *((volatile u32*) (XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET)) = 0U; - - /* Save counter values */ - *EveCtr1 = *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT1_VAL_OFFSET)); - *EveCtr0 = *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT0_VAL_OFFSET)); - - XL2cc_EventCtrReset(); -} - -/****************************************************************************/ -/** -* -* @brief This function resets the event counters in L2 Cache controller. -* -* @return None. -* -*****************************************************************************/ -void XL2cc_EventCtrReset(void) -{ - *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET)) = 0x6U; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc_counter.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc_counter.h deleted file mode 100644 index 31156ee..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc_counter.h +++ /dev/null @@ -1,96 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xl2cc_counter.h -* -* @addtogroup l2_event_counter_apis PL310 L2 Event Counters Functions -* -* xl2cc_counter.h contains APIs for configuring and controlling the event -* counters in PL310 L2 cache controller. -* PL310 has two event counters which can be used to count variety of events -* like DRHIT, DRREQ, DWHIT, DWREQ, etc. xl2cc_counter.h contains definitions -* for different configurations which can be used for the event counters to -* count a set of events. -* -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 3.07a asa  08/30/12 Updated for CR 675636 to provide the L2 Base Address
-*		      inside the APIs
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef L2CCCOUNTER_H /* prevent circular inclusions */ -#define L2CCCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* - * The following constants define the event codes for the event counters. - */ -#define XL2CC_CO 0x1 -#define XL2CC_DRHIT 0x2 -#define XL2CC_DRREQ 0x3 -#define XL2CC_DWHIT 0x4 -#define XL2CC_DWREQ 0x5 -#define XL2CC_DWTREQ 0x6 -#define XL2CC_IRHIT 0x7 -#define XL2CC_IRREQ 0x8 -#define XL2CC_WA 0x9 -#define XL2CC_IPFALLOC 0xa -#define XL2CC_EPFHIT 0xb -#define XL2CC_EPFALLOC 0xc -#define XL2CC_SRRCVD 0xd -#define XL2CC_SRCONF 0xe -#define XL2CC_EPFRCVD 0xf - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes *****************************/ - -void XL2cc_EventCtrInit(s32 Event0, s32 Event1); -void XL2cc_EventCtrStart(void); -void XL2cc_EventCtrStop(u32 *EveCtr0, u32 *EveCtr1); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* L2CCCOUNTER_H */ -/** -* @} End of "addtogroup l2_event_counter_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xparameters_ps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xparameters_ps.h deleted file mode 100644 index d1bd537..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xparameters_ps.h +++ /dev/null @@ -1,320 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* This file contains the address definitions for the hard peripherals -* attached to the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 02/01/10 Initial version
-* 3.04a sdm     02/02/12 Removed some of the defines as they are being generated through
-*                        driver tcl
-* 5.0	pkp		01/16/15 Added interrupt ID definition of ttc for TEST APP
-* 6.6   srm     10/18/17 Added ARMA9 macro to identify CortexA9
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/**************************** Include Files *******************************/ - - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB0_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_WDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_SCUTIMER_INTR XPS_SCU_TMR_INT_ID -#define XPAR_SCUWDT_INTR XPS_SCU_WDT_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XDMAPS_0_FAULT_INTR XPS_DMA0_ABORT_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_0 XPS_DMA0_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_1 XPS_DMA1_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_2 XPS_DMA2_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_3 XPS_DMA3_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_4 XPS_DMA4_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_5 XPS_DMA5_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_6 XPS_DMA6_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_7 XPS_DMA7_INT_ID - - -#define XPAR_XQSPIPS_0_LINEAR_BASEADDR XPS_QSPI_LINEAR_BASEADDR -#define XPAR_XPARPORTPS_CTRL_BASEADDR XPS_PARPORT_CRTL_BASEADDR - - - -/* Canonical definitions for DMAC */ - - -/* Canonical definitions for WDT */ - -/* Canonical definitions for SLCR */ -#define XPAR_XSLCR_NUM_INSTANCES 1U -#define XPAR_XSLCR_0_DEVICE_ID 0U -#define XPAR_XSLCR_0_BASEADDR XPS_SYS_CTRL_BASEADDR - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00000100U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -/* Canonical definitions for Global Timer */ -#define XPAR_GLOBAL_TMR_NUM_INSTANCES 1U -#define XPAR_GLOBAL_TMR_DEVICE_ID 0U -#define XPAR_GLOBAL_TMR_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00000200U) -#define XPAR_GLOBAL_TMR_INTR XPS_GLOBAL_TMR_INT_ID - - -/* Xilinx Parallel Flash Library (XilFlash) User Settings */ -#define XPAR_AXI_EMC - - -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for bacwards compatibility - */ - -#define XPS_PERIPHERAL_BASEADDR 0xE0000000U -#define XPS_UART0_BASEADDR 0xE0000000U -#define XPS_UART1_BASEADDR 0xE0001000U -#define XPS_USB0_BASEADDR 0xE0002000U -#define XPS_USB1_BASEADDR 0xE0003000U -#define XPS_I2C0_BASEADDR 0xE0004000U -#define XPS_I2C1_BASEADDR 0xE0005000U -#define XPS_SPI0_BASEADDR 0xE0006000U -#define XPS_SPI1_BASEADDR 0xE0007000U -#define XPS_CAN0_BASEADDR 0xE0008000U -#define XPS_CAN1_BASEADDR 0xE0009000U -#define XPS_GPIO_BASEADDR 0xE000A000U -#define XPS_GEM0_BASEADDR 0xE000B000U -#define XPS_GEM1_BASEADDR 0xE000C000U -#define XPS_QSPI_BASEADDR 0xE000D000U -#define XPS_PARPORT_CRTL_BASEADDR 0xE000E000U -#define XPS_SDIO0_BASEADDR 0xE0100000U -#define XPS_SDIO1_BASEADDR 0xE0101000U -#define XPS_IOU_BUS_CFG_BASEADDR 0xE0200000U -#define XPS_NAND_BASEADDR 0xE1000000U -#define XPS_PARPORT0_BASEADDR 0xE2000000U -#define XPS_PARPORT1_BASEADDR 0xE4000000U -#define XPS_QSPI_LINEAR_BASEADDR 0xFC000000U -#define XPS_SYS_CTRL_BASEADDR 0xF8000000U /* AKA SLCR */ -#define XPS_TTC0_BASEADDR 0xF8001000U -#define XPS_TTC1_BASEADDR 0xF8002000U -#define XPS_DMAC0_SEC_BASEADDR 0xF8003000U -#define XPS_DMAC0_NON_SEC_BASEADDR 0xF8004000U -#define XPS_WDT_BASEADDR 0xF8005000U -#define XPS_DDR_CTRL_BASEADDR 0xF8006000U -#define XPS_DEV_CFG_APB_BASEADDR 0xF8007000U -#define XPS_AFI0_BASEADDR 0xF8008000U -#define XPS_AFI1_BASEADDR 0xF8009000U -#define XPS_AFI2_BASEADDR 0xF800A000U -#define XPS_AFI3_BASEADDR 0xF800B000U -#define XPS_OCM_BASEADDR 0xF800C000U -#define XPS_EFUSE_BASEADDR 0xF800D000U -#define XPS_CORESIGHT_BASEADDR 0xF8800000U -#define XPS_TOP_BUS_CFG_BASEADDR 0xF8900000U -#define XPS_SCU_PERIPH_BASE 0xF8F00000U -#define XPS_L2CC_BASEADDR 0xF8F02000U -#define XPS_SAM_RAM_BASEADDR 0xFFFC0000U -#define XPS_FPGA_AXI_S0_BASEADDR 0x40000000U -#define XPS_FPGA_AXI_S1_BASEADDR 0x80000000U -#define XPS_IOU_S_SWITCH_BASEADDR 0xE0000000U -#define XPS_PERIPH_APB_BASEADDR 0xF8000000U - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_CORE_PARITY0_INT_ID 32U -#define XPS_CORE_PARITY1_INT_ID 33U -#define XPS_L2CC_INT_ID 34U -#define XPS_OCMINTR_INT_ID 35U -#define XPS_ECC_INT_ID 36U -#define XPS_PMU0_INT_ID 37U -#define XPS_PMU1_INT_ID 38U -#define XPS_SYSMON_INT_ID 39U -#define XPS_DVC_INT_ID 40U -#define XPS_WDT_INT_ID 41U -#define XPS_TTC0_0_INT_ID 42U -#define XPS_TTC0_1_INT_ID 43U -#define XPS_TTC0_2_INT_ID 44U -#define XPS_DMA0_ABORT_INT_ID 45U -#define XPS_DMA0_INT_ID 46U -#define XPS_DMA1_INT_ID 47U -#define XPS_DMA2_INT_ID 48U -#define XPS_DMA3_INT_ID 49U -#define XPS_SMC_INT_ID 50U -#define XPS_QSPI_INT_ID 51U -#define XPS_GPIO_INT_ID 52U -#define XPS_USB0_INT_ID 53U -#define XPS_GEM0_INT_ID 54U -#define XPS_GEM0_WAKE_INT_ID 55U -#define XPS_SDIO0_INT_ID 56U -#define XPS_I2C0_INT_ID 57U -#define XPS_SPI0_INT_ID 58U -#define XPS_UART0_INT_ID 59U -#define XPS_CAN0_INT_ID 60U -#define XPS_FPGA0_INT_ID 61U -#define XPS_FPGA1_INT_ID 62U -#define XPS_FPGA2_INT_ID 63U -#define XPS_FPGA3_INT_ID 64U -#define XPS_FPGA4_INT_ID 65U -#define XPS_FPGA5_INT_ID 66U -#define XPS_FPGA6_INT_ID 67U -#define XPS_FPGA7_INT_ID 68U -#define XPS_TTC1_0_INT_ID 69U -#define XPS_TTC1_1_INT_ID 70U -#define XPS_TTC1_2_INT_ID 71U -#define XPS_DMA4_INT_ID 72U -#define XPS_DMA5_INT_ID 73U -#define XPS_DMA6_INT_ID 74U -#define XPS_DMA7_INT_ID 75U -#define XPS_USB1_INT_ID 76U -#define XPS_GEM1_INT_ID 77U -#define XPS_GEM1_WAKE_INT_ID 78U -#define XPS_SDIO1_INT_ID 79U -#define XPS_I2C1_INT_ID 80U -#define XPS_SPI1_INT_ID 81U -#define XPS_UART1_INT_ID 82U -#define XPS_CAN1_INT_ID 83U -#define XPS_FPGA8_INT_ID 84U -#define XPS_FPGA9_INT_ID 85U -#define XPS_FPGA10_INT_ID 86U -#define XPS_FPGA11_INT_ID 87U -#define XPS_FPGA12_INT_ID 88U -#define XPS_FPGA13_INT_ID 89U -#define XPS_FPGA14_INT_ID 90U -#define XPS_FPGA15_INT_ID 91U - -/* Private Peripheral Interrupts (PPI) */ -#define XPS_GLOBAL_TMR_INT_ID 27U /* SCU Global Timer interrupt */ -#define XPS_FIQ_INT_ID 28U /* FIQ from FPGA fabric */ -#define XPS_SCU_TMR_INT_ID 29U /* SCU Private Timer interrupt */ -#define XPS_SCU_WDT_INT_ID 30U /* SCU Private WDT interrupt */ -#define XPS_IRQ_INT_ID 31U /* IRQ from FPGA fabric */ - - -/* REDEFINES for TEST APP */ -/* Definitions for UART */ -#define XPAR_PS7_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PS7_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PS7_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PS7_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PS7_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PS7_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PS7_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PS7_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PS7_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PS7_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PS7_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PS7_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PS7_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PS7_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PS7_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PS7_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PS7_WDT_0_INTR XPS_WDT_INT_ID -#define XPAR_PS7_SCUWDT_0_INTR XPS_SCU_WDT_INT_ID -#define XPAR_PS7_SCUTIMER_0_INTR XPS_SCU_TMR_INT_ID -#define XPAR_PS7_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PS7_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PS7_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PS7_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PS7_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PS7_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PS7_TTC_5_INTR XPS_TTC1_2_INT_ID - -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA9_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUTIMER_DEVICE_ID 0U -#define XPAR_SCUWDT_DEVICE_ID 0U - - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpm_counter.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpm_counter.c deleted file mode 100644 index 1befce1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpm_counter.c +++ /dev/null @@ -1,255 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.c -* -* This file contains APIs for configuring and controlling the Cortex-A9 -* Performance Monitor Events. For more information about the event counters, -* see xpm_counter.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 4.2	pkp	 07/21/14 Corrected reset value of event counter in function
-*					  Xpm_ResetEventCounters to fix CR#796275
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xpm_counter.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -typedef const u32 PmcrEventCfg32[XPM_CTRCOUNT]; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void Xpm_DisableEventCounters(void); -void Xpm_EnableEventCounters (void); -void Xpm_ResetEventCounters (void); - -/******************************************************************************/ - -/****************************************************************************/ -/** -* -* @brief This function disables the Cortex A9 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_DisableEventCounters(void) -{ - /* Disable the event counters */ - mtcp(XREG_CP15_COUNT_ENABLE_CLR, 0x3f); -} - -/****************************************************************************/ -/** -* -* @brief This function enables the Cortex A9 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_EnableEventCounters(void) -{ - /* Enable the event counters */ - mtcp(XREG_CP15_COUNT_ENABLE_SET, 0x3f); -} - -/****************************************************************************/ -/** -* -* @brief This function resets the Cortex A9 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_ResetEventCounters(void) -{ - u32 Reg; -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_PERF_MONITOR_CTRL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_CTRL, Reg); -#else - { register u32 C15Reg __asm(XREG_CP15_PERF_MONITOR_CTRL); - Reg = C15Reg; } -#endif - Reg |= (1U << 1U); /* reset event counters */ - mtcp(XREG_CP15_PERF_MONITOR_CTRL, Reg); - -} - -/****************************************************************************/ -/** -* @brief This function configures the Cortex A9 event counters controller, -* with the event codes, in a configuration selected by the user and -* enables the counters. -* -* @param PmcrCfg: Configuration value based on which the event counters -* are configured. XPM_CNTRCFG* values defined in xpm_counter.h can -* be utilized for setting configuration. -* -* @return None. -* -*****************************************************************************/ -void Xpm_SetEvents(s32 PmcrCfg) -{ - u32 Counter; - static PmcrEventCfg32 PmcrEvents[] = { - { - XPM_EVENT_SOFTINCR, - XPM_EVENT_INSRFETCH_CACHEREFILL, - XPM_EVENT_INSTRFECT_TLBREFILL, - XPM_EVENT_DATA_CACHEREFILL, - XPM_EVENT_DATA_CACHEACCESS, - XPM_EVENT_DATA_TLBREFILL - }, - { - XPM_EVENT_DATA_READS, - XPM_EVENT_DATA_WRITE, - XPM_EVENT_EXCEPTION, - XPM_EVENT_EXCEPRETURN, - XPM_EVENT_CHANGECONTEXT, - XPM_EVENT_SW_CHANGEPC - }, - { - XPM_EVENT_IMMEDBRANCH, - XPM_EVENT_UNALIGNEDACCESS, - XPM_EVENT_BRANCHMISS, - XPM_EVENT_CLOCKCYCLES, - XPM_EVENT_BRANCHPREDICT, - XPM_EVENT_JAVABYTECODE - }, - { - XPM_EVENT_SWJAVABYTECODE, - XPM_EVENT_JAVABACKBRANCH, - XPM_EVENT_COHERLINEMISS, - XPM_EVENT_COHERLINEHIT, - XPM_EVENT_INSTRSTALL, - XPM_EVENT_DATASTALL - }, - { - XPM_EVENT_MAINTLBSTALL, - XPM_EVENT_STREXPASS, - XPM_EVENT_STREXFAIL, - XPM_EVENT_DATAEVICT, - XPM_EVENT_NODISPATCH, - XPM_EVENT_ISSUEEMPTY - }, - { - XPM_EVENT_INSTRRENAME, - XPM_EVENT_PREDICTFUNCRET, - XPM_EVENT_MAINEXEC, - XPM_EVENT_SECEXEC, - XPM_EVENT_LDRSTR, - XPM_EVENT_FLOATRENAME - }, - { - XPM_EVENT_NEONRENAME, - XPM_EVENT_PLDSTALL, - XPM_EVENT_WRITESTALL, - XPM_EVENT_INSTRTLBSTALL, - XPM_EVENT_DATATLBSTALL, - XPM_EVENT_INSTR_uTLBSTALL - }, - { - XPM_EVENT_DATA_uTLBSTALL, - XPM_EVENT_DMB_STALL, - XPM_EVENT_INT_CLKEN, - XPM_EVENT_DE_CLKEN, - XPM_EVENT_INSTRISB, - XPM_EVENT_INSTRDSB - }, - { - XPM_EVENT_INSTRDMB, - XPM_EVENT_EXTINT, - XPM_EVENT_PLE_LRC, - XPM_EVENT_PLE_LRS, - XPM_EVENT_PLE_FLUSH, - XPM_EVENT_PLE_CMPL - }, - { - XPM_EVENT_PLE_OVFL, - XPM_EVENT_PLE_PROG, - XPM_EVENT_PLE_LRC, - XPM_EVENT_PLE_LRS, - XPM_EVENT_PLE_FLUSH, - XPM_EVENT_PLE_CMPL - }, - { - XPM_EVENT_DATASTALL, - XPM_EVENT_INSRFETCH_CACHEREFILL, - XPM_EVENT_INSTRFECT_TLBREFILL, - XPM_EVENT_DATA_CACHEREFILL, - XPM_EVENT_DATA_CACHEACCESS, - XPM_EVENT_DATA_TLBREFILL - }, - }; - const u32 *ptr = PmcrEvents[PmcrCfg]; - - Xpm_DisableEventCounters(); - - for(Counter = 0U; Counter < XPM_CTRCOUNT; Counter++) { - - /* Selecet event counter */ - mtcp(XREG_CP15_EVENT_CNTR_SEL, Counter); - - /* Set the event */ - mtcp(XREG_CP15_EVENT_TYPE_SEL, ptr[Counter]); - } - - Xpm_ResetEventCounters(); - Xpm_EnableEventCounters(); -} - -/****************************************************************************/ -/** -* -* @brief This function disables the event counters and returns the counter -* values. -* -* @param PmCtrValue: Pointer to an array of type u32 PmCtrValue[6]. -* It is an output parameter which is used to return the PM -* counter values. -* -* @return None. -* -*****************************************************************************/ -void Xpm_GetEventCounters(u32 *PmCtrValue) -{ - u32 Counter; - - Xpm_DisableEventCounters(); - - for(Counter = 0U; Counter < XPM_CTRCOUNT; Counter++) { - - mtcp(XREG_CP15_EVENT_CNTR_SEL, Counter); -#ifdef __GNUC__ - PmCtrValue[Counter] = mfcp(XREG_CP15_PERF_MONITOR_COUNT); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_COUNT, PmCtrValue[Counter]); -#else - { register u32 Cp15Reg __asm(XREG_CP15_PERF_MONITOR_COUNT); - PmCtrValue[Counter] = Cp15Reg; } -#endif - } -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpm_counter.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpm_counter.h deleted file mode 100644 index edf6684..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpm_counter.h +++ /dev/null @@ -1,558 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.h -* -* @addtogroup a9_event_counter_apis Cortex A9 Event Counters Functions -* -* Cortex A9 event counter functions can be utilized to configure and control -* the Cortex-A9 performance monitor events. -* -* Cortex-A9 performance monitor has six event counters which can be used to -* count a variety of events described in Coretx-A9 TRM. xpm_counter.h defines -* configurations XPM_CNTRCFGx which can be used to program the event counters -* to count a set of events. -* -* @note -* It doesn't handle the Cortex-A9 cycle counter, as the cycle counter is -* being used for time keeping. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XPMCOUNTER_H /* prevent circular inclusions */ -#define XPMCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* Number of performance counters */ -#define XPM_CTRCOUNT 6U - -/* The following constants define the Cortex-A9 Performance Monitor Events */ - -/* - * Software increment. The register is incremented only on writes to the - * Software Increment Register - */ -#define XPM_EVENT_SOFTINCR 0x00U - -/* - * Instruction fetch that causes a refill at (at least) the lowest level(s) of - * instruction or unified cache. Includes the speculative linefills in the - * count - */ -#define XPM_EVENT_INSRFETCH_CACHEREFILL 0x01U - -/* - * Instruction fetch that causes a TLB refill at (at least) the lowest level of - * TLB. Includes the speculative requests in the count - */ -#define XPM_EVENT_INSTRFECT_TLBREFILL 0x02U - -/* - * Data read or write operation that causes a refill at (at least) the lowest - * level(s)of data or unified cache. Counts the number of allocations performed - * in the Data Cache due to a read or a write - */ -#define XPM_EVENT_DATA_CACHEREFILL 0x03U - -/* - * Data read or write operation that causes a cache access at (at least) the - * lowest level(s) of data or unified cache. This includes speculative reads - */ -#define XPM_EVENT_DATA_CACHEACCESS 0x04U - -/* - * Data read or write operation that causes a TLB refill at (at least) the - * lowest level of TLB. This does not include micro TLB misses due to PLD, PLI, - * CP15 Cache operation by MVA and CP15 VA to PA operations - */ -#define XPM_EVENT_DATA_TLBREFILL 0x05U - -/* - * Data read architecturally executed. Counts the number of data read - * instructions accepted by the Load Store Unit. This includes counting the - * speculative and aborted LDR/LDM, as well as the reads due to the SWP - * instructions - */ -#define XPM_EVENT_DATA_READS 0x06U - -/* - * Data write architecturally executed. Counts the number of data write - * instructions accepted by the Load Store Unit. This includes counting the - * speculative and aborted STR/STM, as well as the writes due to the SWP - * instructions - */ -#define XPM_EVENT_DATA_WRITE 0x07U - -/* Exception taken. Counts the number of exceptions architecturally taken.*/ -#define XPM_EVENT_EXCEPTION 0x09U - -/* Exception return architecturally executed.*/ -#define XPM_EVENT_EXCEPRETURN 0x0AU - -/* - * Change to ContextID retired. Counts the number of instructions - * architecturally executed writing into the ContextID Register - */ -#define XPM_EVENT_CHANGECONTEXT 0x0BU - -/* - * Software change of PC, except by an exception, architecturally executed. - * Count the number of PC changes architecturally executed, excluding the PC - * changes due to taken exceptions - */ -#define XPM_EVENT_SW_CHANGEPC 0x0CU - -/* - * Immediate branch architecturally executed (taken or not taken). This includes - * the branches which are flushed due to a previous load/store which aborts - * late - */ -#define XPM_EVENT_IMMEDBRANCH 0x0DU - -/* - * Unaligned access architecturally executed. Counts the number of aborted - * unaligned accessed architecturally executed, and the number of not-aborted - * unaligned accesses, including the speculative ones - */ -#define XPM_EVENT_UNALIGNEDACCESS 0x0FU - -/* - * Branch mispredicted/not predicted. Counts the number of mispredicted or - * not-predicted branches executed. This includes the branches which are flushed - * due to a previous load/store which aborts late - */ -#define XPM_EVENT_BRANCHMISS 0x10U - -/* - * Counts clock cycles when the Cortex-A9 processor is not in WFE/WFI. This - * event is not exported on the PMUEVENT bus - */ -#define XPM_EVENT_CLOCKCYCLES 0x11U - -/* - * Branches or other change in program flow that could have been predicted by - * the branch prediction resources of the processor. This includes the branches - * which are flushed due to a previous load/store which aborts late - */ -#define XPM_EVENT_BRANCHPREDICT 0x12U - -/* - * Java bytecode execute. Counts the number of Java bytecodes being decoded, - * including speculative ones - */ -#define XPM_EVENT_JAVABYTECODE 0x40U - -/* - * Software Java bytecode executed. Counts the number of software java bytecodes - * being decoded, including speculative ones - */ -#define XPM_EVENT_SWJAVABYTECODE 0x41U - -/* - * Jazelle backward branches executed. Counts the number of Jazelle taken - * branches being executed. This includes the branches which are flushed due - * to a previous load/store which aborts late - */ -#define XPM_EVENT_JAVABACKBRANCH 0x42U - -/* - * Coherent linefill miss Counts the number of coherent linefill requests - * performed by the Cortex-A9 processor which also miss in all the other - * Cortex-A9 processors, meaning that the request is sent to the external - * memory - */ -#define XPM_EVENT_COHERLINEMISS 0x50U - -/* - * Coherent linefill hit. Counts the number of coherent linefill requests - * performed by the Cortex-A9 processor which hit in another Cortex-A9 - * processor, meaning that the linefill data is fetched directly from the - * relevant Cortex-A9 cache - */ -#define XPM_EVENT_COHERLINEHIT 0x51U - -/* - * Instruction cache dependent stall cycles. Counts the number of cycles where - * the processor is ready to accept new instructions, but does not receive any - * due to the instruction side not being able to provide any and the - * instruction cache is currently performing at least one linefill - */ -#define XPM_EVENT_INSTRSTALL 0x60U - -/* - * Data cache dependent stall cycles. Counts the number of cycles where the core - * has some instructions that it cannot issue to any pipeline, and the Load - * Store unit has at least one pending linefill request, and no pending - */ -#define XPM_EVENT_DATASTALL 0x61U - -/* - * Main TLB miss stall cycles. Counts the number of cycles where the processor - * is stalled waiting for the completion of translation table walks from the - * main TLB. The processor stalls can be due to the instruction side not being - * able to provide the instructions, or to the data side not being able to - * provide the necessary data, due to them waiting for the main TLB translation - * table walk to complete - */ -#define XPM_EVENT_MAINTLBSTALL 0x62U - -/* - * Counts the number of STREX instructions architecturally executed and - * passed - */ -#define XPM_EVENT_STREXPASS 0x63U - -/* - * Counts the number of STREX instructions architecturally executed and - * failed - */ -#define XPM_EVENT_STREXFAIL 0x64U - -/* - * Data eviction. Counts the number of eviction requests due to a linefill in - * the data cache - */ -#define XPM_EVENT_DATAEVICT 0x65U - -/* - * Counts the number of cycles where the issue stage does not dispatch any - * instruction because it is empty or cannot dispatch any instructions - */ -#define XPM_EVENT_NODISPATCH 0x66U - -/* - * Counts the number of cycles where the issue stage is empty - */ -#define XPM_EVENT_ISSUEEMPTY 0x67U - -/* - * Counts the number of instructions going through the Register Renaming stage. - * This number is an approximate number of the total number of instructions - * speculatively executed, and even more approximate of the total number of - * instructions architecturally executed. The approximation depends mainly on - * the branch misprediction rate. - * The renaming stage can handle two instructions in the same cycle so the event - * is two bits long: - * - b00 no instructions renamed - * - b01 one instruction renamed - * - b10 two instructions renamed - */ -#define XPM_EVENT_INSTRRENAME 0x68U - -/* - * Counts the number of procedure returns whose condition codes do not fail, - * excluding all returns from exception. This count includes procedure returns - * which are flushed due to a previous load/store which aborts late. - * Only the following instructions are reported: - * - BX R14 - * - MOV PC LR - * - POP {..,pc} - * - LDR pc,[sp],#offset - * The following instructions are not reported: - * - LDMIA R9!,{..,PC} (ThumbEE state only) - * - LDR PC,[R9],#offset (ThumbEE state only) - * - BX R0 (Rm != R14) - * - MOV PC,R0 (Rm != R14) - * - LDM SP,{...,PC} (writeback not specified) - * - LDR PC,[SP,#offset] (wrong addressing mode) - */ -#define XPM_EVENT_PREDICTFUNCRET 0x6EU - -/* - * Counts the number of instructions being executed in the main execution - * pipeline of the processor, the multiply pipeline and arithmetic logic unit - * pipeline. The counted instructions are still speculative - */ -#define XPM_EVENT_MAINEXEC 0x70U - -/* - * Counts the number of instructions being executed in the processor second - * execution pipeline (ALU). The counted instructions are still speculative - */ -#define XPM_EVENT_SECEXEC 0x71U - -/* - * Counts the number of instructions being executed in the Load/Store unit. The - * counted instructions are still speculative - */ -#define XPM_EVENT_LDRSTR 0x72U - -/* - * Counts the number of Floating-point instructions going through the Register - * Rename stage. Instructions are still speculative in this stage. - *Two floating-point instructions can be renamed in the same cycle so the event - * is two bitslong: - *0b00 no floating-point instruction renamed - *0b01 one floating-point instruction renamed - *0b10 two floating-point instructions renamed - */ -#define XPM_EVENT_FLOATRENAME 0x73U - -/* - * Counts the number of Neon instructions going through the Register Rename - * stage.Instructions are still speculative in this stage. - * Two NEON instructions can be renamed in the same cycle so the event is two - * bits long: - *0b00 no NEON instruction renamed - *0b01 one NEON instruction renamed - *0b10 two NEON instructions renamed - */ -#define XPM_EVENT_NEONRENAME 0x74U - -/* - * Counts the number of cycles where the processor is stalled because PLD slots - * are all full - */ -#define XPM_EVENT_PLDSTALL 0x80U - -/* - * Counts the number of cycles when the processor is stalled and the data side - * is stalled too because it is full and executing writes to the external - * memory - */ -#define XPM_EVENT_WRITESTALL 0x81U - -/* - * Counts the number of stall cycles due to main TLB misses on requests issued - * by the instruction side - */ -#define XPM_EVENT_INSTRTLBSTALL 0x82U - -/* - * Counts the number of stall cycles due to main TLB misses on requests issued - * by the data side - */ -#define XPM_EVENT_DATATLBSTALL 0x83U - -/* - * Counts the number of stall cycles due to micro TLB misses on the instruction - * side. This event does not include main TLB miss stall cycles that are already - * counted in the corresponding main TLB event - */ -#define XPM_EVENT_INSTR_uTLBSTALL 0x84U - -/* - * Counts the number of stall cycles due to micro TLB misses on the data side. - * This event does not include main TLB miss stall cycles that are already - * counted in the corresponding main TLB event - */ -#define XPM_EVENT_DATA_uTLBSTALL 0x85U - -/* - * Counts the number of stall cycles because of the execution of a DMB memory - * barrier. This includes all DMB instructions being executed, even - * speculatively - */ -#define XPM_EVENT_DMB_STALL 0x86U - -/* - * Counts the number of cycles during which the integer core clock is enabled - */ -#define XPM_EVENT_INT_CLKEN 0x8AU - -/* - * Counts the number of cycles during which the Data Engine clock is enabled - */ -#define XPM_EVENT_DE_CLKEN 0x8BU - -/* - * Counts the number of ISB instructions architecturally executed - */ -#define XPM_EVENT_INSTRISB 0x90U - -/* - * Counts the number of DSB instructions architecturally executed - */ -#define XPM_EVENT_INSTRDSB 0x91U - -/* - * Counts the number of DMB instructions speculatively executed - */ -#define XPM_EVENT_INSTRDMB 0x92U - -/* - * Counts the number of external interrupts executed by the processor - */ -#define XPM_EVENT_EXTINT 0x93U - -/* - * PLE cache line request completed - */ -#define XPM_EVENT_PLE_LRC 0xA0U - -/* - * PLE cache line request skipped - */ -#define XPM_EVENT_PLE_LRS 0xA1U - -/* - * PLE FIFO flush - */ -#define XPM_EVENT_PLE_FLUSH 0xA2U - -/* - * PLE request complete - */ -#define XPM_EVENT_PLE_CMPL 0xA3U - -/* - * PLE FIFO overflow - */ -#define XPM_EVENT_PLE_OVFL 0xA4U - -/* - * PLE request programmed - */ -#define XPM_EVENT_PLE_PROG 0xA5U - -/* - * The following constants define the configurations for Cortex-A9 Performance - * Monitor Events. Each configuration configures the event counters for a set - * of events. - * ----------------------------------------------- - * Config PmCtr0... PmCtr5 - * ----------------------------------------------- - * XPM_CNTRCFG1 { XPM_EVENT_SOFTINCR, - * XPM_EVENT_INSRFETCH_CACHEREFILL, - * XPM_EVENT_INSTRFECT_TLBREFILL, - * XPM_EVENT_DATA_CACHEREFILL, - * XPM_EVENT_DATA_CACHEACCESS, - * XPM_EVENT_DATA_TLBREFILL } - * - * XPM_CNTRCFG2 { XPM_EVENT_DATA_READS, - * XPM_EVENT_DATA_WRITE, - * XPM_EVENT_EXCEPTION, - * XPM_EVENT_EXCEPRETURN, - * XPM_EVENT_CHANGECONTEXT, - * XPM_EVENT_SW_CHANGEPC } - * - * XPM_CNTRCFG3 { XPM_EVENT_IMMEDBRANCH, - * XPM_EVENT_UNALIGNEDACCESS, - * XPM_EVENT_BRANCHMISS, - * XPM_EVENT_CLOCKCYCLES, - * XPM_EVENT_BRANCHPREDICT, - * XPM_EVENT_JAVABYTECODE } - * - * XPM_CNTRCFG4 { XPM_EVENT_SWJAVABYTECODE, - * XPM_EVENT_JAVABACKBRANCH, - * XPM_EVENT_COHERLINEMISS, - * XPM_EVENT_COHERLINEHIT, - * XPM_EVENT_INSTRSTALL, - * XPM_EVENT_DATASTALL } - * - * XPM_CNTRCFG5 { XPM_EVENT_MAINTLBSTALL, - * XPM_EVENT_STREXPASS, - * XPM_EVENT_STREXFAIL, - * XPM_EVENT_DATAEVICT, - * XPM_EVENT_NODISPATCH, - * XPM_EVENT_ISSUEEMPTY } - * - * XPM_CNTRCFG6 { XPM_EVENT_INSTRRENAME, - * XPM_EVENT_PREDICTFUNCRET, - * XPM_EVENT_MAINEXEC, - * XPM_EVENT_SECEXEC, - * XPM_EVENT_LDRSTR, - * XPM_EVENT_FLOATRENAME } - * - * XPM_CNTRCFG7 { XPM_EVENT_NEONRENAME, - * XPM_EVENT_PLDSTALL, - * XPM_EVENT_WRITESTALL, - * XPM_EVENT_INSTRTLBSTALL, - * XPM_EVENT_DATATLBSTALL, - * XPM_EVENT_INSTR_uTLBSTALL } - * - * XPM_CNTRCFG8 { XPM_EVENT_DATA_uTLBSTALL, - * XPM_EVENT_DMB_STALL, - * XPM_EVENT_INT_CLKEN, - * XPM_EVENT_DE_CLKEN, - * XPM_EVENT_INSTRISB, - * XPM_EVENT_INSTRDSB } - * - * XPM_CNTRCFG9 { XPM_EVENT_INSTRDMB, - * XPM_EVENT_EXTINT, - * XPM_EVENT_PLE_LRC, - * XPM_EVENT_PLE_LRS, - * XPM_EVENT_PLE_FLUSH, - * XPM_EVENT_PLE_CMPL } - * - * XPM_CNTRCFG10 { XPM_EVENT_PLE_OVFL, - * XPM_EVENT_PLE_PROG, - * XPM_EVENT_PLE_LRC, - * XPM_EVENT_PLE_LRS, - * XPM_EVENT_PLE_FLUSH, - * XPM_EVENT_PLE_CMPL } - * - * XPM_CNTRCFG11 { XPM_EVENT_DATASTALL, - * XPM_EVENT_INSRFETCH_CACHEREFILL, - * XPM_EVENT_INSTRFECT_TLBREFILL, - * XPM_EVENT_DATA_CACHEREFILL, - * XPM_EVENT_DATA_CACHEACCESS, - * XPM_EVENT_DATA_TLBREFILL } - */ -#define XPM_CNTRCFG1 0 -#define XPM_CNTRCFG2 1 -#define XPM_CNTRCFG3 2 -#define XPM_CNTRCFG4 3 -#define XPM_CNTRCFG5 4 -#define XPM_CNTRCFG6 5 -#define XPM_CNTRCFG7 6 -#define XPM_CNTRCFG8 7 -#define XPM_CNTRCFG9 8 -#define XPM_CNTRCFG10 9 -#define XPM_CNTRCFG11 10 - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes *****************************/ - -/* Interface functions to access performance counters from abstraction layer */ -void Xpm_SetEvents(s32 PmcrCfg); -void Xpm_GetEventCounters(u32 *PmCtrValue); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_event_counter_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpseudo_asm.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpseudo_asm.h deleted file mode 100644 index 6d07851..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpseudo_asm.h +++ /dev/null @@ -1,60 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm.h -* -* @addtogroup a9_specific Cortex A9 Processor Specific Include Files -* -* The xpseudo_asm.h includes xreg_cortexa9.h and xpseudo_asm_gcc.h. -* -* The xreg_cortexa9.h file contains definitions for inline assembler code. -* It provides inline definitions for Cortex A9 GPRs, SPRs, MPE registers, -* co-processor registers and Debug registers. -* -* The xpseudo_asm_gcc.h contains the definitions for the most often used inline -* assembler instructions, available as macros. These can be very useful for -* tasks such as setting or getting special purpose registers, synchronization, -* or cache manipulation etc. These inline assembler instructions can be used -* from drivers and user applications written in C. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  10/18/09 First release
-* 3.04a sdm  01/02/12 Remove redundant dsb in mcr instruction.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ -#ifndef XPSEUDO_ASM_H -#define XPSEUDO_ASM_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xreg_cortexa9.h" -#ifdef __GNUC__ - #include "xpseudo_asm_gcc.h" -#elif defined (__ICCARM__) - #include "xpseudo_asm_iccarm.h" -#else - #include "xpseudo_asm_rvct.h" -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XPSEUDO_ASM_H */ -/** -* @} End of "addtogroup a9_specific". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xreg_cortexa9.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xreg_cortexa9.h deleted file mode 100644 index 2a4fff2..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xreg_cortexa9.h +++ /dev/null @@ -1,573 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xreg_cortexa9.h -* -* This header file contains definitions for using inline assembler code. It is -* written specifically for the GNU, ARMCC compiler. -* -* All of the ARM Cortex A9 GPRs, SPRs, and Debug Registers are defined along -* with the positions of the bits within the registers. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  10/20/09 First release
-* 
-* -******************************************************************************/ -#ifndef XREG_CORTEXA9_H -#define XREG_CORTEXA9_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/** - *@cond nocomments - */ - -/* GPRs */ -#define XREG_GPR0 r0 -#define XREG_GPR1 r1 -#define XREG_GPR2 r2 -#define XREG_GPR3 r3 -#define XREG_GPR4 r4 -#define XREG_GPR5 r5 -#define XREG_GPR6 r6 -#define XREG_GPR7 r7 -#define XREG_GPR8 r8 -#define XREG_GPR9 r9 -#define XREG_GPR10 r10 -#define XREG_GPR11 r11 -#define XREG_GPR12 r12 -#define XREG_GPR13 r13 -#define XREG_GPR14 r14 -#define XREG_GPR15 r15 -#define XREG_CPSR cpsr - -/* Coprocessor number defines */ -#define XREG_CP0 0 -#define XREG_CP1 1 -#define XREG_CP2 2 -#define XREG_CP3 3 -#define XREG_CP4 4 -#define XREG_CP5 5 -#define XREG_CP6 6 -#define XREG_CP7 7 -#define XREG_CP8 8 -#define XREG_CP9 9 -#define XREG_CP10 10 -#define XREG_CP11 11 -#define XREG_CP12 12 -#define XREG_CP13 13 -#define XREG_CP14 14 -#define XREG_CP15 15 - -/* Coprocessor control register defines */ -#define XREG_CR0 cr0 -#define XREG_CR1 cr1 -#define XREG_CR2 cr2 -#define XREG_CR3 cr3 -#define XREG_CR4 cr4 -#define XREG_CR5 cr5 -#define XREG_CR6 cr6 -#define XREG_CR7 cr7 -#define XREG_CR8 cr8 -#define XREG_CR9 cr9 -#define XREG_CR10 cr10 -#define XREG_CR11 cr11 -#define XREG_CR12 cr12 -#define XREG_CR13 cr13 -#define XREG_CR14 cr14 -#define XREG_CR15 cr15 - -/* Current Processor Status Register (CPSR) Bits */ -#define XREG_CPSR_THUMB_MODE 0x20 -#define XREG_CPSR_MODE_BITS 0x1F -#define XREG_CPSR_SYSTEM_MODE 0x1F -#define XREG_CPSR_UNDEFINED_MODE 0x1B -#define XREG_CPSR_DATA_ABORT_MODE 0x17 -#define XREG_CPSR_SVC_MODE 0x13 -#define XREG_CPSR_IRQ_MODE 0x12 -#define XREG_CPSR_FIQ_MODE 0x11 -#define XREG_CPSR_USER_MODE 0x10 - -#define XREG_CPSR_IRQ_ENABLE 0x80 -#define XREG_CPSR_FIQ_ENABLE 0x40 - -#define XREG_CPSR_N_BIT 0x80000000 -#define XREG_CPSR_Z_BIT 0x40000000 -#define XREG_CPSR_C_BIT 0x20000000 -#define XREG_CPSR_V_BIT 0x10000000 - - -/* CP15 defines */ -#if defined (__GNUC__) || defined (__ICCARM__) -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "p15, 0, %0, c0, c0, 0" -#define XREG_CP15_CACHE_TYPE "p15, 0, %0, c0, c0, 1" -#define XREG_CP15_TCM_TYPE "p15, 0, %0, c0, c0, 2" -#define XREG_CP15_TLB_TYPE "p15, 0, %0, c0, c0, 3" -#define XREG_CP15_MULTI_PROC_AFFINITY "p15, 0, %0, c0, c0, 5" - -#define XREG_CP15_PROC_FEATURE_0 "p15, 0, %0, c0, c1, 0" -#define XREG_CP15_PROC_FEATURE_1 "p15, 0, %0, c0, c1, 1" -#define XREG_CP15_DEBUG_FEATURE_0 "p15, 0, %0, c0, c1, 2" -#define XREG_CP15_MEMORY_FEATURE_0 "p15, 0, %0, c0, c1, 4" -#define XREG_CP15_MEMORY_FEATURE_1 "p15, 0, %0, c0, c1, 5" -#define XREG_CP15_MEMORY_FEATURE_2 "p15, 0, %0, c0, c1, 6" -#define XREG_CP15_MEMORY_FEATURE_3 "p15, 0, %0, c0, c1, 7" - -#define XREG_CP15_INST_FEATURE_0 "p15, 0, %0, c0, c2, 0" -#define XREG_CP15_INST_FEATURE_1 "p15, 0, %0, c0, c2, 1" -#define XREG_CP15_INST_FEATURE_2 "p15, 0, %0, c0, c2, 2" -#define XREG_CP15_INST_FEATURE_3 "p15, 0, %0, c0, c2, 3" -#define XREG_CP15_INST_FEATURE_4 "p15, 0, %0, c0, c2, 4" - -#define XREG_CP15_CACHE_SIZE_ID "p15, 1, %0, c0, c0, 0" -#define XREG_CP15_CACHE_LEVEL_ID "p15, 1, %0, c0, c0, 1" -#define XREG_CP15_AUXILARY_ID "p15, 1, %0, c0, c0, 7" - -#define XREG_CP15_CACHE_SIZE_SEL "p15, 2, %0, c0, c0, 0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "p15, 0, %0, c1, c0, 0" -#define XREG_CP15_AUX_CONTROL "p15, 0, %0, c1, c0, 1" -#define XREG_CP15_CP_ACCESS_CONTROL "p15, 0, %0, c1, c0, 2" - -#define XREG_CP15_SECURE_CONFIG "p15, 0, %0, c1, c1, 0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "p15, 0, %0, c1, c1, 1" -#define XREG_CP15_NS_ACCESS_CONTROL "p15, 0, %0, c1, c1, 2" -#define XREG_CP15_VIRTUAL_CONTROL "p15, 0, %0, c1, c1, 3" - -#else /* RVCT */ -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "cp15:0:c0:c0:0" -#define XREG_CP15_CACHE_TYPE "cp15:0:c0:c0:1" -#define XREG_CP15_TCM_TYPE "cp15:0:c0:c0:2" -#define XREG_CP15_TLB_TYPE "cp15:0:c0:c0:3" -#define XREG_CP15_MULTI_PROC_AFFINITY "cp15:0:c0:c0:5" - -#define XREG_CP15_PROC_FEATURE_0 "cp15:0:c0:c1:0" -#define XREG_CP15_PROC_FEATURE_1 "cp15:0:c0:c1:1" -#define XREG_CP15_DEBUG_FEATURE_0 "cp15:0:c0:c1:2" -#define XREG_CP15_MEMORY_FEATURE_0 "cp15:0:c0:c1:4" -#define XREG_CP15_MEMORY_FEATURE_1 "cp15:0:c0:c1:5" -#define XREG_CP15_MEMORY_FEATURE_2 "cp15:0:c0:c1:6" -#define XREG_CP15_MEMORY_FEATURE_3 "cp15:0:c0:c1:7" - -#define XREG_CP15_INST_FEATURE_0 "cp15:0:c0:c2:0" -#define XREG_CP15_INST_FEATURE_1 "cp15:0:c0:c2:1" -#define XREG_CP15_INST_FEATURE_2 "cp15:0:c0:c2:2" -#define XREG_CP15_INST_FEATURE_3 "cp15:0:c0:c2:3" -#define XREG_CP15_INST_FEATURE_4 "cp15:0:c0:c2:4" - -#define XREG_CP15_CACHE_SIZE_ID "cp15:1:c0:c0:0" -#define XREG_CP15_CACHE_LEVEL_ID "cp15:1:c0:c0:1" -#define XREG_CP15_AUXILARY_ID "cp15:1:c0:c0:7" - -#define XREG_CP15_CACHE_SIZE_SEL "cp15:2:c0:c0:0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "cp15:0:c1:c0:0" -#define XREG_CP15_AUX_CONTROL "cp15:0:c1:c0:1" -#define XREG_CP15_CP_ACCESS_CONTROL "cp15:0:c1:c0:2" - -#define XREG_CP15_SECURE_CONFIG "cp15:0:c1:c1:0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "cp15:0:c1:c1:1" -#define XREG_CP15_NS_ACCESS_CONTROL "cp15:0:c1:c1:2" -#define XREG_CP15_VIRTUAL_CONTROL "cp15:0:c1:c1:3" -#endif - -/* XREG_CP15_CONTROL bit defines */ -#define XREG_CP15_CONTROL_TE_BIT 0x40000000U -#define XREG_CP15_CONTROL_AFE_BIT 0x20000000U -#define XREG_CP15_CONTROL_TRE_BIT 0x10000000U -#define XREG_CP15_CONTROL_NMFI_BIT 0x08000000U -#define XREG_CP15_CONTROL_EE_BIT 0x02000000U -#define XREG_CP15_CONTROL_HA_BIT 0x00020000U -#define XREG_CP15_CONTROL_RR_BIT 0x00004000U -#define XREG_CP15_CONTROL_V_BIT 0x00002000U -#define XREG_CP15_CONTROL_I_BIT 0x00001000U -#define XREG_CP15_CONTROL_Z_BIT 0x00000800U -#define XREG_CP15_CONTROL_SW_BIT 0x00000400U -#define XREG_CP15_CONTROL_B_BIT 0x00000080U -#define XREG_CP15_CONTROL_C_BIT 0x00000004U -#define XREG_CP15_CONTROL_A_BIT 0x00000002U -#define XREG_CP15_CONTROL_M_BIT 0x00000001U - -#if defined (__GNUC__) || defined (__ICCARM__) -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "p15, 0, %0, c2, c0, 0" -#define XREG_CP15_TTBR1 "p15, 0, %0, c2, c0, 1" -#define XREG_CP15_TTB_CONTROL "p15, 0, %0, c2, c0, 2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "p15, 0, %0, c3, c0, 0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "p15, 0, %0, c5, c0, 0" -#define XREG_CP15_INST_FAULT_STATUS "p15, 0, %0, c5, c0, 1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "p15, 0, %0, c5, c1, 0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "p15, 0, %0, c5, c1, 1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "p15, 0, %0, c6, c0, 0" -#define XREG_CP15_INST_FAULT_ADDRESS "p15, 0, %0, c6, c0, 2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "p15, 0, %0, c7, c0, 4" - -#define XREG_CP15_INVAL_IC_POU_IS "p15, 0, %0, c7, c1, 0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "p15, 0, %0, c7, c1, 6" - -#define XREG_CP15_PHYS_ADDR "p15, 0, %0, c7, c4, 0" - -#define XREG_CP15_INVAL_IC_POU "p15, 0, %0, c7, c5, 0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "p15, 0, %0, c7, c5, 1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A9. - */ -#define XREG_CP15_INST_SYNC_BARRIER "p15, 0, %0, c7, c5, 4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "p15, 0, %0, c7, c5, 6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c6, 1" -#define XREG_CP15_INVAL_DC_LINE_SW "p15, 0, %0, c7, c6, 2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "p15, 0, %0, c7, c8, 0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "p15, 0, %0, c7, c8, 1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "p15, 0, %0, c7, c8, 2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "p15, 0, %0, c7, c8, 3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "p15, 0, %0, c7, c8, 4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "p15, 0, %0, c7, c8, 5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "p15, 0, %0, c7, c8, 6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "p15, 0, %0, c7, c8, 7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "p15, 0, %0, c7, c10, 1" -#define XREG_CP15_CLEAN_DC_LINE_SW "p15, 0, %0, c7, c10, 2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A9. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "p15, 0, %0, c7, c10, 4" -#define XREG_CP15_DATA_MEMORY_BARRIER "p15, 0, %0, c7, c10, 5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "p15, 0, %0, c7, c11, 1" - -#define XREG_CP15_NOP2 "p15, 0, %0, c7, c13, 1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c14, 1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "p15, 0, %0, c7, c14, 2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "p15, 0, %0, c8, c3, 0" -#define XREG_CP15_INVAL_TLB_MVA_IS "p15, 0, %0, c8, c3, 1" -#define XREG_CP15_INVAL_TLB_ASID_IS "p15, 0, %0, c8, c3, 2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "p15, 0, %0, c8, c3, 3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "p15, 0, %0, c8, c5, 0" -#define XREG_CP15_INVAL_ITLB_MVA "p15, 0, %0, c8, c5, 1" -#define XREG_CP15_INVAL_ITLB_ASID "p15, 0, %0, c8, c5, 2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "p15, 0, %0, c8, c6, 0" -#define XREG_CP15_INVAL_DTLB_MVA "p15, 0, %0, c8, c6, 1" -#define XREG_CP15_INVAL_DTLB_ASID "p15, 0, %0, c8, c6, 2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "p15, 0, %0, c8, c7, 0" -#define XREG_CP15_INVAL_UTLB_MVA "p15, 0, %0, c8, c7, 1" -#define XREG_CP15_INVAL_UTLB_ASID "p15, 0, %0, c8, c7, 2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "p15, 0, %0, c8, c7, 3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "p15, 0, %0, c9, c12, 0" -#define XREG_CP15_COUNT_ENABLE_SET "p15, 0, %0, c9, c12, 1" -#define XREG_CP15_COUNT_ENABLE_CLR "p15, 0, %0, c9, c12, 2" -#define XREG_CP15_V_FLAG_STATUS "p15, 0, %0, c9, c12, 3" -#define XREG_CP15_SW_INC "p15, 0, %0, c9, c12, 4" -#define XREG_CP15_EVENT_CNTR_SEL "p15, 0, %0, c9, c12, 5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "p15, 0, %0, c9, c13, 0" -#define XREG_CP15_EVENT_TYPE_SEL "p15, 0, %0, c9, c13, 1" -#define XREG_CP15_PERF_MONITOR_COUNT "p15, 0, %0, c9, c13, 2" - -#define XREG_CP15_USER_ENABLE "p15, 0, %0, c9, c14, 0" -#define XREG_CP15_INTR_ENABLE_SET "p15, 0, %0, c9, c14, 1" -#define XREG_CP15_INTR_ENABLE_CLR "p15, 0, %0, c9, c14, 2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "p15, 0, %0, c10, c0, 0" - -#define XREG_CP15_PRI_MEM_REMAP "p15, 0, %0, c10, c2, 0" -#define XREG_CP15_NORM_MEM_REMAP "p15, 0, %0, c10, c2, 1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 1" - -#define XREG_CP15_INTERRUPT_STATUS "p15, 0, %0, c12, c1, 0" -#define XREG_CP15_VIRTUALIZATION_INTR "p15, 0, %0, c12, c1, 1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "p15, 0, %0, c13, c0, 1" -#define USER_RW_THREAD_PID "p15, 0, %0, c13, c0, 2" -#define USER_RO_THREAD_PID "p15, 0, %0, c13, c0, 3" -#define USER_PRIV_THREAD_PID "p15, 0, %0, c13, c0, 4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "p15, 0, %0, c15, c0, 0" -#define XREG_CP15_CONFIG_BASE_ADDR "p15, 4, %0, c15, c0, 0" - -#define XREG_CP15_READ_TLB_ENTRY "p15, 5, %0, c15, c4, 2" -#define XREG_CP15_WRITE_TLB_ENTRY "p15, 5, %0, c15, c4, 4" - -#define XREG_CP15_MAIN_TLB_VA "p15, 5, %0, c15, c5, 2" - -#define XREG_CP15_MAIN_TLB_PA "p15, 5, %0, c15, c6, 2" - -#define XREG_CP15_MAIN_TLB_ATTR "p15, 5, %0, c15, c7, 2" - -#else -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "cp15:0:c2:c0:0" -#define XREG_CP15_TTBR1 "cp15:0:c2:c0:1" -#define XREG_CP15_TTB_CONTROL "cp15:0:c2:c0:2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "cp15:0:c3:c0:0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "cp15:0:c5:c0:0" -#define XREG_CP15_INST_FAULT_STATUS "cp15:0:c5:c0:1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "cp15:0:c5:c1:0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "cp15:0:c5:c1:1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "cp15:0:c6:c0:0" -#define XREG_CP15_INST_FAULT_ADDRESS "cp15:0:c6:c0:2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "cp15:0:c7:c0:4" - -#define XREG_CP15_INVAL_IC_POU_IS "cp15:0:c7:c1:0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "cp15:0:c7:c1:6" - -#define XREG_CP15_PHYS_ADDR "cp15:0:c7:c4:0" - -#define XREG_CP15_INVAL_IC_POU "cp15:0:c7:c5:0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "cp15:0:c7:c5:1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A9. - */ -#define XREG_CP15_INST_SYNC_BARRIER "cp15:0:c7:c5:4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "cp15:0:c7:c5:6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "cp15:0:c7:c6:1" -#define XREG_CP15_INVAL_DC_LINE_SW "cp15:0:c7:c6:2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "cp15:0:c7:c8:0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "cp15:0:c7:c8:1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "cp15:0:c7:c8:2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "cp15:0:c7:c8:3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "cp15:0:c7:c8:4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "cp15:0:c7:c8:5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "cp15:0:c7:c8:6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "cp15:0:c7:c8:7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "cp15:0:c7:c10:1" -#define XREG_CP15_CLEAN_DC_LINE_SW "cp15:0:c7:c10:2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A9. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "cp15:0:c7:c10:4" -#define XREG_CP15_DATA_MEMORY_BARRIER "cp15:0:c7:c10:5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "cp15:0:c7:c11:1" - -#define XREG_CP15_NOP2 "cp15:0:c7:c13:1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "cp15:0:c7:c14:1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "cp15:0:c7:c14:2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "cp15:0:c8:c3:0" -#define XREG_CP15_INVAL_TLB_MVA_IS "cp15:0:c8:c3:1" -#define XREG_CP15_INVAL_TLB_ASID_IS "cp15:0:c8:c3:2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "cp15:0:c8:c3:3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "cp15:0:c8:c5:0" -#define XREG_CP15_INVAL_ITLB_MVA "cp15:0:c8:c5:1" -#define XREG_CP15_INVAL_ITLB_ASID "cp15:0:c8:c5:2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "cp15:0:c8:c6:0" -#define XREG_CP15_INVAL_DTLB_MVA "cp15:0:c8:c6:1" -#define XREG_CP15_INVAL_DTLB_ASID "cp15:0:c8:c6:2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "cp15:0:c8:c7:0" -#define XREG_CP15_INVAL_UTLB_MVA "cp15:0:c8:c7:1" -#define XREG_CP15_INVAL_UTLB_ASID "cp15:0:c8:c7:2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "cp15:0:c8:c7:3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "cp15:0:c9:c12:0" -#define XREG_CP15_COUNT_ENABLE_SET "cp15:0:c9:c12:1" -#define XREG_CP15_COUNT_ENABLE_CLR "cp15:0:c9:c12:2" -#define XREG_CP15_V_FLAG_STATUS "cp15:0:c9:c12:3" -#define XREG_CP15_SW_INC "cp15:0:c9:c12:4" -#define XREG_CP15_EVENT_CNTR_SEL "cp15:0:c9:c12:5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "cp15:0:c9:c13:0" -#define XREG_CP15_EVENT_TYPE_SEL "cp15:0:c9:c13:1" -#define XREG_CP15_PERF_MONITOR_COUNT "cp15:0:c9:c13:2" - -#define XREG_CP15_USER_ENABLE "cp15:0:c9:c14:0" -#define XREG_CP15_INTR_ENABLE_SET "cp15:0:c9:c14:1" -#define XREG_CP15_INTR_ENABLE_CLR "cp15:0:c9:c14:2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "cp15:0:c10:c0:0" - -#define XREG_CP15_PRI_MEM_REMAP "cp15:0:c10:c2:0" -#define XREG_CP15_NORM_MEM_REMAP "cp15:0:c10:c2:1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "cp15:0:c12:c0:0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "cp15:0:c12:c0:1" - -#define XREG_CP15_INTERRUPT_STATUS "cp15:0:c12:c1:0" -#define XREG_CP15_VIRTUALIZATION_INTR "cp15:0:c12:c1:1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "cp15:0:c13:c0:1" -#define USER_RW_THREAD_PID "cp15:0:c13:c0:2" -#define USER_RO_THREAD_PID "cp15:0:c13:c0:3" -#define USER_PRIV_THREAD_PID "cp15:0:c13:c0:4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "cp15:0:c15:c0:0" -#define XREG_CP15_CONFIG_BASE_ADDR "cp15:4:c15:c0:0" - -#define XREG_CP15_READ_TLB_ENTRY "cp15:5:c15:c4:2" -#define XREG_CP15_WRITE_TLB_ENTRY "cp15:5:c15:c4:4" - -#define XREG_CP15_MAIN_TLB_VA "cp15:5:c15:c5:2" - -#define XREG_CP15_MAIN_TLB_PA "cp15:5:c15:c6:2" - -#define XREG_CP15_MAIN_TLB_ATTR "cp15:5:c15:c7:2" -#endif - - -/* MPE register definitions */ -#define XREG_FPSID c0 -#define XREG_FPSCR c1 -#define XREG_MVFR1 c6 -#define XREG_MVFR0 c7 -#define XREG_FPEXC c8 -#define XREG_FPINST c9 -#define XREG_FPINST2 c10 - -/* FPSID bits */ -#define XREG_FPSID_IMPLEMENTER_BIT (24) -#define XREG_FPSID_IMPLEMENTER_MASK (0xFF << FPSID_IMPLEMENTER_BIT) -#define XREG_FPSID_SOFTWARE (1<<23) -#define XREG_FPSID_ARCH_BIT (16) -#define XREG_FPSID_ARCH_MASK (0xF << FPSID_ARCH_BIT) -#define XREG_FPSID_PART_BIT (8) -#define XREG_FPSID_PART_MASK (0xFF << FPSID_PART_BIT) -#define XREG_FPSID_VARIANT_BIT (4) -#define XREG_FPSID_VARIANT_MASK (0xF << FPSID_VARIANT_BIT) -#define XREG_FPSID_REV_BIT (0) -#define XREG_FPSID_REV_MASK (0xF << FPSID_REV_BIT) - -/* FPSCR bits */ -#define XREG_FPSCR_N_BIT (1 << 31) -#define XREG_FPSCR_Z_BIT (1 << 30) -#define XREG_FPSCR_C_BIT (1 << 29) -#define XREG_FPSCR_V_BIT (1 << 28) -#define XREG_FPSCR_QC (1 << 27) -#define XREG_FPSCR_AHP (1 << 26) -#define XREG_FPSCR_DEFAULT_NAN (1 << 25) -#define XREG_FPSCR_FLUSHTOZERO (1 << 24) -#define XREG_FPSCR_ROUND_NEAREST (0 << 22) -#define XREG_FPSCR_ROUND_PLUSINF (1 << 22) -#define XREG_FPSCR_ROUND_MINUSINF (2 << 22) -#define XREG_FPSCR_ROUND_TOZERO (3 << 22) -#define XREG_FPSCR_RMODE_BIT (22) -#define XREG_FPSCR_RMODE_MASK (3 << FPSCR_RMODE_BIT) -#define XREG_FPSCR_STRIDE_BIT (20) -#define XREG_FPSCR_STRIDE_MASK (3 << FPSCR_STRIDE_BIT) -#define XREG_FPSCR_LENGTH_BIT (16) -#define XREG_FPSCR_LENGTH_MASK (7 << FPSCR_LENGTH_BIT) -#define XREG_FPSCR_IDC (1 << 7) -#define XREG_FPSCR_IXC (1 << 4) -#define XREG_FPSCR_UFC (1 << 3) -#define XREG_FPSCR_OFC (1 << 2) -#define XREG_FPSCR_DZC (1 << 1) -#define XREG_FPSCR_IOC (1 << 0) - -/* MVFR0 bits */ -#define XREG_MVFR0_RMODE_BIT (28) -#define XREG_MVFR0_RMODE_MASK (0xF << XREG_MVFR0_RMODE_BIT) -#define XREG_MVFR0_SHORT_VEC_BIT (24) -#define XREG_MVFR0_SHORT_VEC_MASK (0xF << XREG_MVFR0_SHORT_VEC_BIT) -#define XREG_MVFR0_SQRT_BIT (20) -#define XREG_MVFR0_SQRT_MASK (0xF << XREG_MVFR0_SQRT_BIT) -#define XREG_MVFR0_DIVIDE_BIT (16) -#define XREG_MVFR0_DIVIDE_MASK (0xF << XREG_MVFR0_DIVIDE_BIT) -#define XREG_MVFR0_EXEC_TRAP_BIT (12) -#define XREG_MVFR0_EXEC_TRAP_MASK (0xF << XREG_MVFR0_EXEC_TRAP_BIT) -#define XREG_MVFR0_DP_BIT (8) -#define XREG_MVFR0_DP_MASK (0xF << XREG_MVFR0_DP_BIT) -#define XREG_MVFR0_SP_BIT (4) -#define XREG_MVFR0_SP_MASK (0xF << XREG_MVFR0_SP_BIT) -#define XREG_MVFR0_A_SIMD_BIT (0) -#define XREG_MVFR0_A_SIMD_MASK (0xF << MVFR0_A_SIMD_BIT) - -/* FPEXC bits */ -#define XREG_FPEXC_EX (1 << 31) -#define XREG_FPEXC_EN (1 << 30) -#define XREG_FPEXC_DEX (1 << 29) - - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XREG_CORTEXA9_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xtime_l.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xtime_l.c deleted file mode 100644 index a2443fe..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xtime_l.c +++ /dev/null @@ -1,100 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.c -* -* This file contains low level functions to get/set time from the Global Timer -* register in the ARM Cortex A9 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 1.00a rp/sdm 11/03/09 Initial release.
-* 3.07a sgd    07/05/12 Updated get/set time functions to make use Global Timer
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -* @note None. -* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xtime_l.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) -#pragma message ("For the sleep routines, Global timer is being used") -#endif -/****************************************************************************/ -/** -* @brief Set the time in the Global Timer Counter Register. -* -* @param Xtime_Global: 64-bit Value to be written to the Global Timer -* Counter Register. -* -* @return None. -* -* @note When this function is called by any one processor in a multi- -* processor environment, reference time will reset/lost for all -* processors. -* -****************************************************************************/ -void XTime_SetTime(XTime Xtime_Global) -{ - /* Disable Global Timer */ - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_CONTROL_OFFSET, (u32)0x0); - - /* Updating Global Timer Counter Register */ - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_COUNTER_LOWER_OFFSET, (u32)Xtime_Global); - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_COUNTER_UPPER_OFFSET, - (u32)((u32)(Xtime_Global>>32U))); - - /* Enable Global Timer */ - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_CONTROL_OFFSET, (u32)0x1); -} - -/****************************************************************************/ -/** -* @brief Get the time from the Global Timer Counter Register. -* -* @param Xtime_Global: Pointer to the 64-bit location which will be -* updated with the current timer value. -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XTime_GetTime(XTime *Xtime_Global) -{ - u32 low; - u32 high; - - /* Reading Global Timer Counter Register */ - do - { - high = Xil_In32(GLOBAL_TMR_BASEADDR + GTIMER_COUNTER_UPPER_OFFSET); - low = Xil_In32(GLOBAL_TMR_BASEADDR + GTIMER_COUNTER_LOWER_OFFSET); - } while(Xil_In32(GLOBAL_TMR_BASEADDR + GTIMER_COUNTER_UPPER_OFFSET) != high); - - *Xtime_Global = (((XTime) high) << 32U) | (XTime) low; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xtime_l.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xtime_l.h deleted file mode 100644 index 9d17f5c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xtime_l.h +++ /dev/null @@ -1,86 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.h -* @addtogroup a9_time_apis Cortex A9 Time Functions -* -* xtime_l.h provides access to the 64-bit Global Counter in the PMU. This -* counter increases by one at every two processor cycles. These functions can -* be used to get/set time in the global timer. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 1.00a rp/sdm 11/03/09 Initial release.
-* 3.06a sgd    05/15/12 Updated get/set time functions to make use Global Timer
-* 3.06a asa    06/17/12 Reverted back the changes to make use Global Timer.
-* 3.07a sgd    07/05/12 Updated get/set time functions to make use Global Timer
-* 6.6   srm    10/23/17 Updated the macros to support user configurable sleep
-*						implementation
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XTIME_H /* prevent circular inclusions */ -#define XTIME_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -typedef u64 XTime; - -/************************** Constant Definitions *****************************/ -#define GLOBAL_TMR_BASEADDR XPAR_GLOBAL_TMR_BASEADDR -#define GTIMER_COUNTER_LOWER_OFFSET 0x00U -#define GTIMER_COUNTER_UPPER_OFFSET 0x04U -#define GTIMER_CONTROL_OFFSET 0x08U - -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_SECOND (SLEEP_TIMER_FREQUENCY) -#else -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_SECOND (XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ /2) -#endif -/************************** Variable Definitions *****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes ******************************/ - -void XTime_SetTime(XTime Xtime_Global); -void XTime_GetTime(XTime *Xtime_Global); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XTIME_H */ -/** -* @} End of "addtogroup a9_time_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/ARM_argv_veneer.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/ARM_argv_veneer.c deleted file mode 100644 index 9c6058d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/ARM_argv_veneer.c +++ /dev/null @@ -1,9 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ - -/* Stub call for argv veneer */ -void __ARM_argv_veneer(void) {}; diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/Makefile deleted file mode 100644 index d2cc146..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/Makefile +++ /dev/null @@ -1,104 +0,0 @@ -############################################################################## -# Copyright (c) 2020 Xilinx, Inc. All rights reserved. -# -# SPDX-License-Identifier: MIT -# -############################################################################## -DRIVER_LIB_VERSION = v1.0 - -include config.make - -AS=$(ASSEMBLER) -COMPILER=$(COMPILER) -ARCHIVER=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= - -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ - -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -COBJS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) -AOBJS1 = $(RELEASEDIR)/asm_vectors.o -AOBJS2 = $(RELEASEDIR)/boot.o -AOBJS3 = $(RELEASEDIR)/xil-crt0.o -AOBJS4 = $(RELEASEDIR)/cpu_init.o -OBJS = $(COBJS) $(AOBJS1) $(AOBJS2) $(AOBJS3) $(AOBJS4) - -ASOURCES1 = asm_vectors.S -ASOURCES2 = boot.S -ASOURCES3 = xil-crt0.S -ASOURCES4 = cpu_init.S - -OBJECTS = $(OBJS) - -libs: standalone_libs - -standalone_libs: ${OBJECTS} - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(AOBJS1): $(ASOURCES1) -ifeq ($(findstring asm_vectors.S,$(wildcard *.S)),asm_vectors.S) - ${COMPILER} $(INCLUDES) --target=arm-arm-none-eabi -E -o asm_vectors_post.s asm_vectors.S -endif - ${AS} --cpu=Cortex-R5 -o $*.o asm_vectors_post.s --depend=$*.d - -$(AOBJS2): $(ASOURCES2) -ifeq ($(findstring boot.S,$(wildcard *.S)),boot.S) - ${COMPILER} $(INCLUDES) --target=arm-arm-none-eabi -E -o boot_post.s boot.S -endif - ${AS} --cpu=Cortex-R5 -o $*.o boot_post.s --depend=$*.d - -$(AOBJS3): $(ASOURCES3) -ifeq ($(findstring xil-crt0.S,$(wildcard *.S)),xil-crt0.S) - ${COMPILER} $(INCLUDES) --target=arm-arm-none-eabi -E -o xil-crt0_post.s xil-crt0.S -endif - ${AS} --cpu=Cortex-R5 -o $*.o xil-crt0_post.s --depend=$*.d - -$(AOBJS4): $(ASOURCES4) -ifeq ($(findstring cpu_init.S,$(wildcard *.S)),cpu_init.S) - ${COMPILER} $(INCLUDES) --target=arm-arm-none-eabi -E -o cpu_init_post.s cpu_init.S -endif - ${AS} --cpu=Cortex-R5 -o $*.o cpu_init_post.s --depend=$*.d - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) $(addprefix $(INCLUDEDIR), $(subst includes_ps/,,$(wildcard includes_ps/*.h))) - - - -$(INCLUDEDIR)%.h: includes_ps/%.h - $(CP) $< $@ - - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/asm_vectors.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/asm_vectors.S deleted file mode 100644 index e9a9ace..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/asm_vectors.S +++ /dev/null @@ -1,124 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2020 - 2021 Xilinx, Inc. All rights reserved. -;* -;* SPDX-License-Identifier: MIT -;* -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file asm_vectors.S -;* -;* This file contains the initial vector table for the Cortex R5 processor -;* as per armclang compiler -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who     Date     Changes
-;* ----- ------- -------- ---------------------------------------------------
-;* 7.3  dp  06/25/20   Initial version for armclang
-;* 
-;* -;* @note -;* -;* None. -;* -;******************************************************************************/ - - EXPORT _vector_table - - IMPORT _boot - IMPORT FIQInterrupt - IMPORT IRQInterrupt - IMPORT SWInterrupt - IMPORT DataAbortInterrupt - IMPORT PrefetchAbortInterrupt - IMPORT UndefinedExceptionAddr - IMPORT UndefinedException - IMPORT DataAbortAddr - IMPORT PrefetchAbortAddr - - EXPORT IRQHandler - - AREA |vectors|, CODE - REQUIRE8 {TRUE} - PRESERVE8 {TRUE} - ENTRY ; Define this an entry point - -_vector_table - ldr pc, =_boot - ldr pc, =Undefined - ldr pc, =SVCHandler - ldr pc, =PrefetchAbortHandler - ldr pc, =DataAbortHandler - NOP ;Placeholder for address exception vector - ldr pc, =IRQHandler - ldr pc, =FIQHandler - -IRQHandler ;IRQ vector handler - stmdb sp!,{r0-r3,r12,lr} ;state save from compiled code -#ifndef __SOFTFP__ - - vpush {d0-d7} ;Store floating point registers/ - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - bl IRQInterrupt ;IRQ vector -#ifndef __SOFTFP__ - - pop {r1} ;Restore floating point registers - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} ;state restore from compiled code - subs pc, lr, #4 ;adjust return -FIQHandler ;FIQ vector handler - stmdb sp!,{r0-r3,r12,lr} ;state save from compiled code -FIQLoop - bl FIQInterrupt ;FIQ vector - ldmia sp!,{r0-r3,r12,lr} ;state restore from compiled code - subs pc, lr, #4 ;adjust return - -Undefined ;Undefined handler - stmdb sp!,{r0-r3,r12,lr} ;state save from compiled code - ldr r0, =UndefinedExceptionAddr - sub r1, lr, #4 - str r1, [r0] ;Store address of instruction causing undefined exception - - bl UndefinedException ;UndefinedException: call C function here - ldmia sp!,{r0-r3,r12,lr} ;state restore from compiled code - movs pc, lr - -SVCHandler ;SWI handler - stmdb sp!,{r0-r3,r12,lr} ;state save from compiled code - tst r0, #0x20 ;check the T bit - ldrneh r0, [lr,#-2] ;Thumb mode - bicne r0, r0, #0xff00 ;Thumb mode - ldreq r0, [lr,#-4] ;ARM mode - biceq r0, r0, #0xff000000 ;ARM mode - bl SWInterrupt ;SWInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ;state restore from compiled code - movs pc, lr ;adjust return - -DataAbortHandler ;Data Abort handler - stmdb sp!,{r0-r3,r12,lr} ;state save from compiled code - ldr r0, =DataAbortAddr - sub r1, lr, #8 - str r1, [r0] ;Stores instruction causing data abort - bl DataAbortInterrupt ;ataAbortInterrupt :call C function here - ldmia sp!,{r0-r3,r12,lr} ;state restore from compiled code - subs pc, lr, #8 ;adjust return - -PrefetchAbortHandler ;Prefetch Abort handler - stmdb sp!,{r0-r3,r12,lr} ;state save from compiled code - ldr r0, =PrefetchAbortAddr - sub r1, lr, #4 - str r1, [r0] ;Stores instruction causing prefetch abort - bl PrefetchAbortInterrupt ;PrefetchAbortInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ;state restore from compiled code - subs pc, lr, #4 ;adjust return - END diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/boot.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/boot.S deleted file mode 100644 index 2d0c539..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/boot.S +++ /dev/null @@ -1,292 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -;* SPDX-License-Identifier: MIT -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file boot.S -;* -;* @addtogroup r5_boot_code Cortex R5 Processor Boot Code -;* @{ -;*

boot.S

-;* The boot code performs minimum configuration which is required for an -;* application to run starting from processor's reset state. Below is a -;* sequence illustrating what all configuration is performed before control -;* reaches to main function. -;* -;* 1. Program vector table base for exception handling -;* 2. Program stack pointer for various modes (IRQ, FIQ, supervisor, undefine, -;* abort, system) -;* 3. Disable instruction cache, data cache and MPU -;* 4. Invalidate instruction and data cache -;* 5. Configure MPU with short descriptor translation table format and program -;* base address of translation table -;* 6. Enable data cache, instruction cache and MPU -;* 7. Enable Floating point unit -;* 8. Transfer control to _start which clears BSS sections and jumping to main -;* application -;* -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who  Date     Changes
-;* ----- ---- -------- ---------------------------------------------------
-;* 7.3  dp  06/25/20   Initial version for armclang
-;* 
-;* -;******************************************************************************/ -#include "xparameters.h" - - EXPORT _prestart - EXPORT _boot - IMPORT |Image$$ARM_LIB_STACK$$Base| - IMPORT |Image$$ARM_IRQ_STACK$$Base| - IMPORT |Image$$ARM_SV_STACK$$Base| - IMPORT |Image$$ARM_ABORT_STACK$$Base| - IMPORT |Image$$ARM_FIQ_STACK$$Base| - IMPORT |Image$$ARM_UNDEF_STACK$$Base| - IMPORT Init_MPU - IMPORT _startup - -RPU_GLBL_CNTL EQU 0xFF9A0000 -RPU_ERR_INJ EQU 0xFF9A0020 -RPU_0_CFG EQU 0xFF9A0100 -RPU_1_CFG EQU 0xFF9A0200 -#if defined(versal) -RST_LPD_DBG EQU 0xFF5E0338 -BOOT_MODE_USER EQU 0xF1260200 -#else -RST_LPD_DBG EQU 0xFF5E0240 -BOOT_MODE_USER EQU 0xFF5E0200 -#endif -fault_log_enable EQU 0x101 - -;0th bit of PROCESSOR_ACCESS_VALUE macro signifies trustzone -;setting for RPU address space - -#define RPU_TZ_MASK 0x1 - - AREA |.boot|, CODE - REQUIRE8 {TRUE} - PRESERVE8 {TRUE} - ENTRY -;this initializes the various processor modes - -_prestart -_boot - -OKToRun - -;Initialize processor registers to 0 - mov r0,#0 - mov r1,#0 - mov r2,#0 - mov r3,#0 - mov r4,#0 - mov r5,#0 - mov r6,#0 - mov r7,#0 - mov r8,#0 - mov r9,#0 - mov r10,#0 - mov r11,#0 - mov r12,#0 - -;Initialize stack pointer and banked registers for various mode - mrs r0, cpsr ;get the current PSR - mvn r1, #0x1f ;set up the irq stack pointer - and r2, r1, r0 - orr r2, r2, #0x12 ;IRQ mode - msr cpsr_cxsf, r2 - ldr r13,=|Image$$ARM_IRQ_STACK$$Base| ;IRQ stack pointer - mov r14,#0 - - mrs r0, cpsr ;get the current PSR - mvn r1, #0x1f ;set up the supervisor stack pointer - and r2, r1, r0 - orr r2, r2, #0x13 ;supervisor mode - msr cpsr_cxsf, r2 - ldr r13,=|Image$$ARM_SV_STACK$$Base| ;Supervisor stack pointer - mov r14,#0 - - mrs r0, cpsr ;get the current PSR - mvn r1, #0x1f ;set up the Abort stack pointer - and r2, r1, r0 - orr r2, r2, #0x17 ;Abort mode - msr cpsr_cxsf, r2 - ldr r13,=|Image$$ARM_ABORT_STACK$$Base| ;Abort stack pointer - mov r14,#0 - - mrs r0, cpsr ;get the current PSR - mvn r1, #0x1f ;set up the FIQ stack pointer - and r2, r1, r0 - orr r2, r2, #0x11 ;FIQ mode - msr cpsr_cxsf, r2 - mov r8, #0 - mov r9, #0 - mov r10, #0 - mov r11, #0 - mov r12, #0 - ldr r13,=|Image$$ARM_FIQ_STACK$$Base| ;FIQ stack pointer - mov r14,#0 - - mrs r0, cpsr ;get the current PSR - mvn r1, #0x1f ;set up the Undefine stack pointer - and r2, r1, r0 - orr r2, r2, #0x1b ;Undefine mode - msr cpsr_cxsf, r2 - ldr r13,=|Image$$ARM_UNDEF_STACK$$Base| ;Undefine stack pointer - mov r14,#0 - - mrs r0, cpsr ;get the current PSR - mvn r1, #0x1f ;set up the system stack pointer - and r2, r1, r0 - orr r2, r2, #0x1F ;SYS mode - msr cpsr_cxsf, r2 - ldr r13,=|Image$$ARM_LIB_STACK$$Base| ;SYS stack pointer - mov r14,#0 - -;Enable access to VFP by enabling access to Coprocessors 10 and 11. -;Enables Full Access i.e. in both privileged and non privileged modes - mrc p15, 0, r0, c1, c0, 2 ;Read Coprocessor Access Control Register (CPACR) - orr r0, r0, #(0xF << 20) ;Enable access to CP 10 & 11 - mcr p15, 0, r0, c1, c0, 2 ;Write Coprocessor Access Control Register (CPACR) - isb - -;enable fpu access - vmrs r3, FPEXC - orr r1, r3, #(1<<30) - vmsr FPEXC, r1 - -;clear the floating point register - mov r1,#0 - vmov d0,r1,r1 - vmov d1,r1,r1 - vmov d2,r1,r1 - vmov d3,r1,r1 - vmov d4,r1,r1 - vmov d5,r1,r1 - vmov d6,r1,r1 - vmov d7,r1,r1 - vmov d8,r1,r1 - vmov d9,r1,r1 - vmov d10,r1,r1 - vmov d11,r1,r1 - vmov d12,r1,r1 - vmov d13,r1,r1 - vmov d14,r1,r1 - vmov d15,r1,r1 - -#ifdef __SOFTFP__ -;Disable the FPU if SOFTFP is defined - vmsr FPEXC,r3 -#endif - -;Disable MPU and caches - mrc p15, 0, r0, c1, c0, 0 ;Read CP15 Control Register - bic r0, r0, #0x05 ;Disable MPU (M bit) and data cache (C bit) - bic r0, r0, #0x1000 ;Disable instruction cache (I bit) - dsb ;Ensure all previous loads/stores have completed - mcr p15, 0, r0, c1, c0, 0 ;Write CP15 Control Register - isb ;Ensure subsequent insts execute wrt new MPU settings - -;Disable Branch prediction, TCM ECC checks - mrc p15, 0, r0, c1, c0, 1 ;Read ACTLR - orr r0, r0, #(0x1 << 17) ;Enable RSDIS bit 17 to disable the return stack - orr r0, r0, #(0x1 << 16) ;Clear BP bit 15 and set BP bit 16: - bic r0, r0, #(0x1 << 15) ;Branch always not taken and history table updates disabled - orr r0, r0, #(0x1 << 27) ;Enable B1TCM ECC check - orr r0, r0, #(0x1 << 26) ;Enable B0TCM ECC check - orr r0, r0, #(0x1 << 25) ;Enable ATCM ECC check - bic r0, r0, #(0x1 << 5) ;Generate abort on parity errors, with [5:3]=b 000 - bic r0, r0, #(0x1 << 4) - bic r0, r0, #(0x1 << 3) - mcr p15, 0, r0, c1, c0, 1 ;Write ACTLR - dsb ;Complete all outstanding explicit memory operations - -;Invalidate caches - mov r0,#0 ;r0 = 0 - dsb - mcr p15, 0, r0, c7, c5, 0 ;invalidate icache - mcr p15, 0, r0, c15, c5, 0 ;Invalidate entire data cache - isb -#if LOCKSTEP_MODE_DEBUG == 0 && (PROCESSOR_ACCESS_VALUE & RPU_TZ_MASK) -;enable fault log for lock step - ldr r0,=RPU_GLBL_CNTL - ldr r1, [r0] - ands r1, r1, #0x8 -;branch to initialization if split mode - bne init -;check for boot mode if in lock step, branch to init if JTAG boot mode - ldr r0,=BOOT_MODE_USER - ldr r1, [r0] - ands r1, r1, #0xF - beq init -;reset the debug logic - ldr r0,=RST_LPD_DBG - ldr r1, [r0] - orr r1, r1, #(0x1 << 4) - orr r1, r1, #(0x1 << 5) - str r1, [r0] -;enable fault log - ldr r0,=RPU_ERR_INJ - ldr r1,=fault_log_enable - ldr r2, [r0] - orr r2, r2, r1 - str r2, [r0] - nop - nop -#endif - -init - bl Init_MPU;Initialize MPU - -;Enable Branch prediction - mrc p15, 0, r0, c1, c0, 1 ;Read ACTLR - bic r0, r0, #(0x1 << 17) ;Clear RSDIS bit 17 to enable return stack - bic r0, r0, #(0x1 << 16) ;Clear BP bit 15 and BP bit 16: - bic r0, r0, #(0x1 << 15) ;Normal operation, BP is taken from the global history table. - orr r0, r0, #(0x1 << 14) ;Disable DBWR for errata 780125 - mcr p15, 0, r0, c1, c0, 1 ;Write ACTLR - -;Enable icahce and dcache - mrc p15,0,r1,c1,c0,0 - ldr r0, =0x1005 - orr r1,r1,r0 - dsb - mcr p15,0,r1,c1,c0,0 ;Enable cache - isb ;isb flush prefetch buffer - -;Set vector table in TCM/LOVEC -#ifndef VEC_TABLE_IN_OCM - mrc p15, 0, r0, c1, c0, 0 - mvn r1, #0x2000 - and r0, r0, r1 - mcr p15, 0, r0, c1, c0, 0 - -;Check if processor is having access to RPU address space -#if (PROCESSOR_ACCESS_VALUE & RPU_TZ_MASK) -;Clear VINITHI to enable LOVEC on reset -#if XPAR_CPU_ID == 0 - ldr r0, =RPU_0_CFG -#else - ldr r0, =RPU_1_CFG -#endif - ldr r1, [r0] - bic r1, r1, #(0x1 << 2) - str r1, [r0] -#endif -#endif -;enable asynchronous abort exception - mrs r0, cpsr - bic r0, r0, #0x100 - msr cpsr_xsf, r0 - - bl _startup - -Ldone - b Ldone ;Paranoia: we should never get here - - END -;@} End of "addtogroup r5_boot_code". diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/cpu_init.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/cpu_init.S deleted file mode 100644 index 9fe1388..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/cpu_init.S +++ /dev/null @@ -1,56 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2020 - 2021 Xilinx, Inc. All rights reserved. -;* SPDX-License-Identifier: MIT -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file cpu_init.S -;* -;* This file contains CPU specific initialization. Invoked from main CRT -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who     Date     Changes
-;* ----- ------- -------- ---------------------------------------------------
-;* 7.3  dp  06/25/20   Initial version for armclang
-;*
-;* 
-;* -;* @note -;* -;* None. -;* -******************************************************************************/ - - EXPORT __cpu_init - - AREA |.text|, CODE - REQUIRE8 {TRUE} - PRESERVE8 {TRUE} - ENTRY - -__cpu_init - -;Clear cp15 regs with unknown reset values - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 ;DFSR - mcr p15, 0, r0, c5, c0, 1 ;IFSR - mcr p15, 0, r0, c6, c0, 0 ;DFAR - mcr p15, 0, r0, c6, c0, 2 ;IFAR - mcr p15, 0, r0, c9, c13, 2 ;PMXEVCNTR - mcr p15, 0, r0, c13, c0, 2 ;TPIDRURW - mcr p15, 0, r0, c13, c0, 3 ;TPIDRURO - - -;Reset and start Cycle Counter - mov r2, #0x80000000 ;clear overflow - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd ;D, C, E - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 ;enable cycle counter - mcr p15, 0, r2, c9, c12, 1 - - bx lr - - END diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/xil-crt0.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/xil-crt0.S deleted file mode 100644 index 49a15f7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/xil-crt0.S +++ /dev/null @@ -1,59 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -;* SPDX-License-Identifier: MIT -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file xil-crt0.S -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who  Date     Changes
-;* ----- ---- -------- ---------------------------------------------------
-;* 7.3  dp  06/25/20   Initial version for armclang
-;* 
-;* -;* @note -;* -;* None. -;* -;******************************************************************************/ -#include "xparameters.h" -#include "bspconfig.h" - - IMPORT |Image$$BSS_SECTION$$Base| - IMPORT Xil_InitializeExistingMPURegConfig - EXPORT _startup - IMPORT __cpu_init - IMPORT __main -#ifdef SLEEP_TIMER_BASEADDR - IMPORT XTime_StartTTCTimer -#endif - AREA |.text|, CODE - REQUIRE8 {TRUE} - PRESERVE8 {TRUE} - ENTRY - -_startup - bl __cpu_init ;Initialize the CPU first (BSP provides this) - ;configure the timer if TTC is present -#ifdef SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer -#endif - bl Xil_InitializeExistingMPURegConfig ;/* Initialize MPU config */ - ;make sure argc and argv are valid - mov r0, #0 - mov r1, #0 - -#ifdef XCLOCKING - bl Xil_ClockInit -#endif - bl __main ;Jump to main C code - - bl exit - -exit ;should never get here - b exit - - END diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/xpseudo_asm_armclang.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/xpseudo_asm_armclang.h deleted file mode 100644 index df70f9f..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/xpseudo_asm_armclang.h +++ /dev/null @@ -1,154 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 - 2021 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_armclang.h -* -* This header file contains macros for using inline assembler code. It is -* written specifically for the GNU compiler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 7.3  dp  06/25/20   Initial version for armclang
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_ARMCLANG_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_ARMCLANG_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - - -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - __asm volatile ("mrs %0, cpsr" : "=r" (rval));\ - rval;\ - }) - -#define mtcpsr(v) asm volatile("msr cpsr,%0\n" : : "r" (v) : "cc") - -#define cpsiei() __asm__ __volatile__("cpsie i\n") -#define cpsidi() __asm__ __volatile__("cpsid i\n") - -#define cpsief() __asm__ __volatile__("cpsie f\n") -#define cpsidf() __asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) __asm__ __volatile__(\ - "mov r" stringify(rn) ", %x0 \n"\ - : : "r" (v)\ - ) - -#define mfgpr(rn) ({u32 rval; \ - __asm__ __volatile__(\ - "mov %x0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb" : : : "memory") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__ ("dsb" : : : "memory") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__ ("dmb" : : : "memory") - - -/* Memory Operations */ -#define ldr(adr) ({u32 rval; \ - __asm__ __volatile__(\ - "ldr %x0,[%x1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - - -#define ldrb(adr) ({u8 rval; \ - __asm__ __volatile__(\ - "ldrb %x0,[%x1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define str(adr, val) __asm__ __volatile__(\ - "str %x0,[%x1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -#define strb(adr, val) __asm__ __volatile__(\ - "strb %0,[%x1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -/* Count leading zeroes (clz) */ -#define clz(arg) ({u8 rval; \ - __asm__ __volatile__(\ - "clz %x0,%x1"\ - : "=r" (rval) : "r" (arg)\ - );\ - rval;\ - }) - -/* CP15 operations */ -#define mtcp(rn, v) __asm__ __volatile__(\ - "mcr " rn "\n"\ - : : "r" (v)\ - ); - -#define mfcp(rn) ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrc " rn "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XPSEUDO_ASM_ARMCLANG_H */ -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/Makefile deleted file mode 100644 index 5db2e71..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make -CC=$(COMPILER) -AR=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(subst -pg, -DPROFILING, $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, -DPROFILING, $(EXTRA_COMPILER_FLAGS)) - -ifeq ($(notdir $(CC)), armr5-none-eabi-gcc) -ECC_FLAGS += -nostartfiles -endif -ECC_FLAGS_NO_FLTO1 = $(subst -flto,,$(ECC_FLAGS)) -ECC_FLAGS_NO_FLTO = $(subst -ffat-lto-objects,,$(ECC_FLAGS_NO_FLTO1)) - - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(filter-out _exit.c, $(wildcard *.c))))) -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.S)))) - -NON_LTO_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o,$(basename _exit.c))) - -INCLUDEFILES=*.h -INCLUDEFILES+=includes_ps/*.h - -libs: $(LIBS) - -standalone_libs: $(OBJECTS) $(ASSEMBLY_OBJECTS) $(NON_LTO_OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)_exit.o: _exit.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS_NO_FLTO) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.S - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) $(addprefix $(INCLUDEDIR), $(subst includes_ps/,,$(wildcard includes_ps/*.h))) - - - -$(INCLUDEDIR)%.h: includes_ps/%.h - $(CP) $< $@ - - - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) - rm -rf $(NON_LTO_OBJECTS) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/asm_vectors.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/asm_vectors.S deleted file mode 100644 index eb5eb30..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/asm_vectors.S +++ /dev/null @@ -1,117 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file asm_vectors.S -* -* This file contains the initial vector table for the Cortex R5 processor -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.00  pkp	02/10/14 Initial version
-* 6.0   mus     27/07/16 Added UndefinedException handler
-* 6.3	pkp	02/13/17 Added support for hard float
-* 
-* -******************************************************************************/ -.org 0 -.text - -.globl _boot -.globl _vector_table - -.globl FIQInterrupt -.globl IRQInterrupt -.globl SWInterrupt -.globl DataAbortInterrupt -.globl PrefetchAbortInterrupt - -.globl IRQHandler -.globl prof_pc - -.section .vectors, "a" -_vector_table: - ldr pc,=_boot - ldr pc,=Undefined - ldr pc,=SVCHandler - ldr pc,=PrefetchAbortHandler - ldr pc,=DataAbortHandler - NOP /* Placeholder for address exception vector*/ - ldr pc,=IRQHandler - ldr pc,=FIQHandler - -.text -IRQHandler: /* IRQ vector handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code*/ -#ifndef __SOFTFP__ - - vpush {d0-d7} /* Store floating point registers */ - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - bl IRQInterrupt /* IRQ vector */ -#ifndef __SOFTFP__ - - pop {r1} /* Restore floating point registers */ - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #4 /* adjust return */ -FIQHandler: /* FIQ vector handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ -FIQLoop: - bl FIQInterrupt /* FIQ vector */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #4 /* adjust return */ - -Undefined: /* Undefined handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =UndefinedExceptionAddr - sub r1, lr, #4 - str r1, [r0] /* Store address of instruction causing undefined exception */ - - bl UndefinedException /* UndefinedException: call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - movs pc, lr - -SVCHandler: /* SWI handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - tst r0, #0x20 /* check the T bit */ - ldrneh r0, [lr,#-2] /* Thumb mode */ - bicne r0, r0, #0xff00 /* Thumb mode */ - ldreq r0, [lr,#-4] /* ARM mode */ - biceq r0, r0, #0xff000000 /* ARM mode */ - bl SWInterrupt /* SWInterrupt: call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - movs pc, lr /* adjust return */ - -DataAbortHandler: /* Data Abort handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =DataAbortAddr - sub r1, lr, #8 - str r1, [r0] /* Stores instruction causing data abort */ - bl DataAbortInterrupt /*DataAbortInterrupt :call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #8 /* adjust return */ - -PrefetchAbortHandler: /* Prefetch Abort handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =PrefetchAbortAddr - sub r1, lr, #4 - str r1, [r0] /* Stores instruction causing prefetch abort */ - bl PrefetchAbortInterrupt /* PrefetchAbortInterrupt: call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #4 /* adjust return */ - - -.end diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/boot.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/boot.S deleted file mode 100644 index 48ec474..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/boot.S +++ /dev/null @@ -1,342 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file boot.S -* -* @addtogroup r5_boot_code Cortex R5 Processor Boot Code -* @{ -*

boot.S

-* The boot.S file contains a minimal set of code for transferring control from the processor -* reset location of the processor to the start of the application. -* The boot code performs minimum configuration which is required for an -* application to run starting from reset state of the processor. Below is a -* sequence illustrating what all configuration is performed before control -* reaches to main function. -* -* 1. Program vector table base for exception handling -* 2. Program stack pointer for various modes (IRQ, FIQ, supervisor, undefine, -* abort, system) -* 3. Disable instruction cache, data cache and MPU -* 4. Invalidate instruction and data cache -* 5. Configure MPU with short descriptor translation table format and program -* base address of translation table -* 6. Enable data cache, instruction cache and MPU -* 7. Enable Floating point unit -* 8. Transfer control to _start which clears BSS sections and jumping to main -* application -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 5.04	pkp  09/11/15 Disabled ACTLR.DBWR bit to avoid potential R5 deadlock
-*		      for errata 780125
-* 5.04 pkp   02/04/16 Enabled the fault log for lock-step mode
-* 5.04 pkp   02/25/16 Initialized the banked registers for various modes,
-*		      initialized floating point registers and enabled the
-*		      cache ECC check before enabling the fault log for
-*		      lock step mode
-* 5.04 pkp   03/24/16 Reset the dbg_lpd_reset before enabling the fault log
-*		      to avoid intervention for lock-step mode
-* 5.05 pkp   04/11/16 Enable the comparators for non-JTAG boot mode for
-*		      lock-step to avoid putting debug logic to reset
-* 6.02 pkp   02/13/17 Added support for hard float
-* 6.6  mus   02/23/17 Enable/Disable the debug logic in non-JTAG boot mode(when
-*		      processor is in lockstep configuration), based
-*		      on the mld parameter "lockstep_mode_debug".
-* 6.8  mus   09/20/18 Clear VINITHI field in RPU_0_CFG/RPU_1_CFG
-*		      registers to initialize CortexR5 core with LOVEC
-*		      on reset. It fixes CR#1010656.
-* 7.1  mus  03/27/19  Skip reading/writing to the RPU address space registers,
-*		      in case if processor is nonsecure and RPU
-*		      address space is secure. CR#1015725.
-* 7.2  mus  10/11/19  Resetting the r5_0 and r5_1 debug logic is sufficient
-*		      to avoid intervention for lock-step mode. So, removed
-*		      code which resets dbg_lpd_reset, to unblock debugger
-*		      access to LPD. Fix for CR#1027983.
-* 
-* -******************************************************************************/ - -#include "xparameters.h" - - -.global _prestart -.global _boot -.global __stack -.global __irq_stack -.global __supervisor_stack -.global __abort_stack -.global __fiq_stack -.global __undef_stack -.global _vector_table - - -/* Stack Pointer locations for boot code */ -.set Undef_stack, __undef_stack -.set FIQ_stack, __fiq_stack -.set Abort_stack, __abort_stack -.set SPV_stack, __supervisor_stack -.set IRQ_stack, __irq_stack -.set SYS_stack, __stack - -.set vector_base, _vector_table - -.set RPU_GLBL_CNTL, 0xFF9A0000 -.set RPU_ERR_INJ, 0xFF9A0020 -.set RPU_0_CFG, 0xFF9A0100 -.set RPU_1_CFG, 0xFF9A0200 -#if defined(versal) -.set RST_LPD_DBG, 0xFF5E0338 -.set BOOT_MODE_USER, 0xF1260200 -#else -.set RST_LPD_DBG, 0xFF5E0240 -.set BOOT_MODE_USER, 0xFF5E0200 -#endif -.set fault_log_enable, 0x101 - -/* - * 0th bit of PROCESSOR_ACCESS_VALUE macro signifies trustzone - * setting for RPU address space - */ -#define RPU_TZ_MASK 0x1 - -.section .boot,"axS" - - -/* this initializes the various processor modes */ - -_prestart: -_boot: - -OKToRun: - -/* Initialize processor registers to 0 */ - mov r0,#0 - mov r1,#0 - mov r2,#0 - mov r3,#0 - mov r4,#0 - mov r5,#0 - mov r6,#0 - mov r7,#0 - mov r8,#0 - mov r9,#0 - mov r10,#0 - mov r11,#0 - mov r12,#0 - -/* Initialize stack pointer and banked registers for various mode */ - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the irq stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x12 /* IRQ mode */ - msr cpsr, r2 - ldr r13,=IRQ_stack /* IRQ stack pointer */ - mov r14,#0 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the supervisor stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x13 /* supervisor mode */ - msr cpsr, r2 - ldr r13,=SPV_stack /* Supervisor stack pointer */ - mov r14,#0 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Abort stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x17 /* Abort mode */ - msr cpsr, r2 - ldr r13,=Abort_stack /* Abort stack pointer */ - mov r14,#0 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the FIQ stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x11 /* FIQ mode */ - msr cpsr, r2 - mov r8, #0 - mov r9, #0 - mov r10, #0 - mov r11, #0 - mov r12, #0 - ldr r13,=FIQ_stack /* FIQ stack pointer */ - mov r14,#0 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Undefine stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1b /* Undefine mode */ - msr cpsr, r2 - ldr r13,=Undef_stack /* Undefine stack pointer */ - mov r14,#0 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the system stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1F /* SYS mode */ - msr cpsr, r2 - ldr r13,=SYS_stack /* SYS stack pointer */ - mov r14,#0 - -/* - * Enable access to VFP by enabling access to Coprocessors 10 and 11. - * Enables Full Access i.e. in both privileged and non privileged modes - */ - mrc p15, 0, r0, c1, c0, 2 /* Read Coprocessor Access Control Register (CPACR) */ - orr r0, r0, #(0xF << 20) /* Enable access to CP 10 & 11 */ - mcr p15, 0, r0, c1, c0, 2 /* Write Coprocessor Access Control Register (CPACR) */ - isb - -/* enable fpu access */ - vmrs r3, FPEXC - orr r1, r3, #(1<<30) - vmsr FPEXC, r1 - -/* clear the floating point register*/ - mov r1,#0 - vmov d0,r1,r1 - vmov d1,r1,r1 - vmov d2,r1,r1 - vmov d3,r1,r1 - vmov d4,r1,r1 - vmov d5,r1,r1 - vmov d6,r1,r1 - vmov d7,r1,r1 - vmov d8,r1,r1 - vmov d9,r1,r1 - vmov d10,r1,r1 - vmov d11,r1,r1 - vmov d12,r1,r1 - vmov d13,r1,r1 - vmov d14,r1,r1 - vmov d15,r1,r1 - -#ifdef __SOFTFP__ -/* Disable the FPU if SOFTFP is defined*/ - vmsr FPEXC,r3 -#endif - -/* Disable MPU and caches */ - mrc p15, 0, r0, c1, c0, 0 /* Read CP15 Control Register*/ - bic r0, r0, #0x05 /* Disable MPU (M bit) and data cache (C bit) */ - bic r0, r0, #0x1000 /* Disable instruction cache (I bit) */ - dsb /* Ensure all previous loads/stores have completed */ - mcr p15, 0, r0, c1, c0, 0 /* Write CP15 Control Register */ - isb /* Ensure subsequent insts execute wrt new MPU settings */ - -/* Disable Branch prediction, TCM ECC checks */ - mrc p15, 0, r0, c1, c0, 1 /* Read ACTLR */ - orr r0, r0, #(0x1 << 17) /* Enable RSDIS bit 17 to disable the return stack */ - orr r0, r0, #(0x1 << 16) /* Clear BP bit 15 and set BP bit 16:*/ - bic r0, r0, #(0x1 << 15) /* Branch always not taken and history table updates disabled*/ - orr r0, r0, #(0x1 << 27) /* Enable B1TCM ECC check */ - orr r0, r0, #(0x1 << 26) /* Enable B0TCM ECC check */ - orr r0, r0, #(0x1 << 25) /* Enable ATCM ECC check */ - bic r0, r0, #(0x1 << 5) /* Generate abort on parity errors, with [5:3]=b 000*/ - bic r0, r0, #(0x1 << 4) - bic r0, r0, #(0x1 << 3) - mcr p15, 0, r0, c1, c0, 1 /* Write ACTLR*/ - dsb /* Complete all outstanding explicit memory operations*/ - -/* Invalidate caches */ - mov r0,#0 /* r0 = 0 */ - dsb - mcr p15, 0, r0, c7, c5, 0 /* invalidate icache */ - mcr p15, 0, r0, c15, c5, 0 /* Invalidate entire data cache*/ - isb -#if LOCKSTEP_MODE_DEBUG == 0 && (PROCESSOR_ACCESS_VALUE & RPU_TZ_MASK) -/* enable fault log for lock step */ - ldr r0,=RPU_GLBL_CNTL - ldr r1, [r0] - ands r1, r1, #0x8 -/* branch to initialization if split mode*/ - bne init -/* check for boot mode if in lock step, branch to init if JTAG boot mode*/ - ldr r0,=BOOT_MODE_USER - ldr r1, [r0] - ands r1, r1, #0xF - beq init -/* reset the debug logic */ - ldr r0,=RST_LPD_DBG - ldr r1, [r0] - orr r1, r1, #(0x1 << 4) - orr r1, r1, #(0x1 << 5) - str r1, [r0] -/* enable fault log */ - ldr r0,=RPU_ERR_INJ - ldr r1,=fault_log_enable - ldr r2, [r0] - orr r2, r2, r1 - str r2, [r0] - nop - nop -#endif - -init: - bl Init_MPU /* Initialize MPU */ - -/* Enable Branch prediction */ - mrc p15, 0, r0, c1, c0, 1 /* Read ACTLR*/ - bic r0, r0, #(0x1 << 17) /* Clear RSDIS bit 17 to enable return stack*/ - bic r0, r0, #(0x1 << 16) /* Clear BP bit 15 and BP bit 16:*/ - bic r0, r0, #(0x1 << 15) /* Normal operation, BP is taken from the global history table.*/ - orr r0, r0, #(0x1 << 14) /* Disable DBWR for errata 780125 */ - mcr p15, 0, r0, c1, c0, 1 /* Write ACTLR*/ - -/* Enable icahce and dcache */ - mrc p15,0,r1,c1,c0,0 - ldr r0, =0x1005 - orr r1,r1,r0 - dsb - mcr p15,0,r1,c1,c0,0 /* Enable cache */ - isb /* isb flush prefetch buffer */ - -/* Warning message to be removed after 2016.1 */ -/* USEAMP was introduced in 2015.4 with ZynqMP and caused confusion with USE_AMP */ -#ifdef USEAMP -#warning "-DUSEAMP=1 is deprecated, use -DVEC_TABLE_IN_OCM instead to set vector table in OCM" -#endif - -/* Set vector table in TCM/LOVEC */ -#ifndef VEC_TABLE_IN_OCM - mrc p15, 0, r0, c1, c0, 0 - mvn r1, #0x2000 - and r0, r0, r1 - mcr p15, 0, r0, c1, c0, 0 - -/* Check if processor is having access to RPU address space */ -#if (PROCESSOR_ACCESS_VALUE & RPU_TZ_MASK) -/* Clear VINITHI to enable LOVEC on reset */ -#if XPAR_CPU_ID == 0 - ldr r0, =RPU_0_CFG -#else - ldr r0, =RPU_1_CFG -#endif - ldr r1, [r0] - bic r1, r1, #(0x1 << 2) - str r1, [r0] -#endif -#endif -/* enable asynchronous abort exception */ - mrs r0, cpsr - bic r0, r0, #0x100 - msr cpsr_xsf, r0 - - b _startup /* jump to C startup code */ - - -.Ldone: b .Ldone /* Paranoia: we should never get here */ - - -.end -/** -* @} End of "addtogroup r5_boot_code". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/cpu_init.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/cpu_init.S deleted file mode 100644 index 9425ff3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/cpu_init.S +++ /dev/null @@ -1,48 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file cpu_init.S -* -* This file contains CPU specific initialization. Invoked from main CRT -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.00  pkp	02/10/14 Initial version
-*
-* 
-* -******************************************************************************/ - - .text - .global __cpu_init - .align 2 -__cpu_init: - -/* Clear cp15 regs with unknown reset values */ - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 /* DFSR */ - mcr p15, 0, r0, c5, c0, 1 /* IFSR */ - mcr p15, 0, r0, c6, c0, 0 /* DFAR */ - mcr p15, 0, r0, c6, c0, 2 /* IFAR */ - mcr p15, 0, r0, c9, c13, 2 /* PMXEVCNTR */ - mcr p15, 0, r0, c13, c0, 2 /* TPIDRURW */ - mcr p15, 0, r0, c13, c0, 3 /* TPIDRURO */ - - -/* Reset and start Cycle Counter */ - mov r2, #0x80000000 /* clear overflow */ - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd /* D, C, E */ - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 /* enable cycle counter */ - mcr p15, 0, r2, c9, c12, 1 - - bx lr - -.end diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/xil-crt0.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/xil-crt0.S deleted file mode 100644 index 801ef0b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/xil-crt0.S +++ /dev/null @@ -1,135 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file xil-crt0.S -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00 	pkp  02/10/14 First release
-* 5.04  pkp  12/18/15 Initialized global constructor for C++ applications
-* 5.04  pkp  02/19/16 Added timer configuration using XTime_StartTimer API when
-*		      TTC3 is present
-* 6.4   asa  08/16/17 Added call to Xil_InitializeExistingMPURegConfig to
-*                     initialize the MPU configuration table with the MPU
-*                     configurations already set in Init_Mpu function.
-* 6.6   srm  10/18/17 Updated the timer configuration with XTime_StartTTCTimer.
-*                     Now the timer instance as specified by the user will be
-*		      started.
-* 7.2   mus  10/22/19 Defined RPU_TZ_MASK as #define instead of variable.
-* 7.2   sd   03/20/20 Add clocking support.
-* 
-* -******************************************************************************/ -#include "xparameters.h" -#include "bspconfig.h" - .file "xil-crt0.S" - .section ".got2","aw" - .align 2 -/* - * 0th bit of PROCESSOR_ACCESS_VALUE macro signifies trustzone - * setting for RPU address space - */ -#define RPU_TZ_MASK 0x1 - .text -.Lsbss_start: - .long __sbss_start - -.Lsbss_end: - .long __sbss_end - -.Lbss_start: - .long __bss_start__ - -.Lbss_end: - .long __bss_end__ - -.Lstack: - .long __stack - -.set RPU_0_PWRCTL, 0xFF9A0108 -.set RPU_1_PWRCTL, 0xFF9A0208 -.set MPIDR_AFF0, 0xFF -.set PWRCTL_MASK, 0x1 - - .globl _startup - -_startup: - bl __cpu_init /* Initialize the CPU first (BSP provides this) */ -#if (PROCESSOR_ACCESS_VALUE & RPU_TZ_MASK) - mrc p15, 0, r0, c0, c0, 5 /* Read MPIDR register */ - ands r0, r0, #MPIDR_AFF0 /* Get affinity level 0 */ - bne core1 - ldr r10, =RPU_0_PWRCTL /* Load PWRCTRL address for core 0 */ - b test_boot_status - -core1: - ldr r10, =RPU_1_PWRCTL /* Load PWRCTRL address for core 1 */ - -test_boot_status: - ldr r11, [r10] /* Read PWRCTRL register */ - ands r11, r11, #PWRCTL_MASK /* Extract and test core's PWRCTRL */ - - /* if warm reset, skip the clearing of BSS and SBSS */ - bne .Lenclbss -#endif - mov r0, #0 - - /* clear sbss */ - ldr r1,.Lsbss_start /* calculate beginning of the SBSS */ - ldr r2,.Lsbss_end /* calculate end of the SBSS */ - -.Lloop_sbss: - cmp r1,r2 - bge .Lenclsbss /* If no SBSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_sbss - -.Lenclsbss: - /* clear bss */ - ldr r1,.Lbss_start /* calculate beginning of the BSS */ - ldr r2,.Lbss_end /* calculate end of the BSS */ - -.Lloop_bss: - cmp r1,r2 - bge .Lenclbss /* If no BSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_bss - -.Lenclbss: - - /* set stack pointer */ - ldr r13,.Lstack /* stack address */ - - /* configure the timer if TTC is present */ -#ifdef SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer -#endif - bl Xil_InitializeExistingMPURegConfig /* Initialize MPU config */ - /* run global constructors */ - bl __libc_init_array - - /* make sure argc and argv are valid */ - mov r0, #0 - mov r1, #0 - -#ifdef XCLOCKING - bl Xil_ClockInit -#endif - bl main /* Jump to main C code */ - - /* Cleanup global constructors */ - bl __libc_fini_array - - bl exit - -.Lexit: /* should never get here */ - b .Lexit - -.Lstart: - .size _startup,.Lstart-_startup diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/Makefile deleted file mode 100644 index bb52012..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -############################################################################### -# Copyright (c) 2011 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -AS=$(ASSEMBLER) -COMPILER=$(COMPILER) -ARCHIVER=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= - -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ - -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.s) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.s)))) - - -libs: $(LIBS) -standalone_libs: ${OBJECTS} ${ASSEMBLY_OBJECTS} -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.s - ${AS} --cpu Cortex-R5 --fpu VFPv3_D16 $(INCLUDES) -o $@ $< - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/asm_vectors.s b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/asm_vectors.s deleted file mode 100644 index d7c4c3c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/asm_vectors.s +++ /dev/null @@ -1,141 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;*****************************************************************************/ -;*****************************************************************************/ -;** -; @file asm_vectors.s -; -; This file contains the initial vector table for the Cortex R5 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver   Who     Date     Changes
-; ----- ------- -------- ---------------------------------------------------
-; 6.2   mus	01/27/17 Initial version
-; 
-; -; @note -; -; None. -; -;*****************************************************************************/ - - MODULE ?asm_vectors - - ;; Forward declaration of sections. - SECTION IRQ_STACK:DATA:NOROOT(3) - SECTION FIQ_STACK:DATA:NOROOT(3) - SECTION SVC_STACK:DATA:NOROOT(3) - SECTION ABT_STACK:DATA:NOROOT(3) - SECTION UND_STACK:DATA:NOROOT(3) - SECTION CSTACK:DATA:NOROOT(3) - -#define UART_BAUDRATE 115200 - - IMPORT _prestart - IMPORT __iar_program_start - - SECTION .intvec:CODE:NOROOT(2) - - - - PUBLIC _vector_table - - IMPORT FIQInterrupt - IMPORT IRQInterrupt - IMPORT SWInterrupt - IMPORT DataAbortInterrupt - IMPORT PrefetchAbortInterrupt - IMPORT UndefinedException - IMPORT UndefinedExceptionAddr - IMPORT PrefetchAbortAddr - IMPORT DataAbortAddr - - IMPORT prof_pc - - -_vector_table - ARM - ldr pc,=__iar_program_start - ldr pc,=Undefined - ldr pc,=SVCHandler - ldr pc,=PrefetchAbortHandler - ldr pc,=DataAbortHandler - NOP ; Placeholder for address exception vector - ldr pc,=IRQHandler - ldr pc,=FIQHandler - - SECTION .text:CODE:NOROOT(2) - REQUIRE _vector_table - - ARM -IRQHandler ; IRQ vector handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code -#ifndef __SOFTFP__ - vpush {d0-d7} /* Store floating point registers */ - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - bl IRQInterrupt ; IRQ vector -#ifndef __SOFTFP__ - pop {r1} /* Restore floating point registers */ - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - -FIQHandler ; FIQ vector handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code -FIQLoop - bl FIQInterrupt ; FIQ vector - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - -Undefined ; Undefined handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =UndefinedExceptionAddr - sub r1, lr, #4 - str r1, [r0] ; Store address of instruction causing undefined exception - - bl UndefinedException ; UndefinedException: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - movs pc, lr - -SVCHandler ; SWI handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - tst r0, #0x20 ; check the T bit - ldrneh r0, [lr,#-2] ; Thumb mode - bicne r0, r0, #0xff00 ; Thumb mode - ldreq r0, [lr,#-4] ; ARM mode - biceq r0, r0, #0xff000000 ; ARM mode - bl SWInterrupt ; SWInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - movs pc, lr ; adjust return - -DataAbortHandler ; Data Abort handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =DataAbortAddr - sub r1, lr, #8 - str r1, [r0] ; Stores instruction causing data abort - bl DataAbortInterrupt ;DataAbortInterrupt :call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #8 ; adjust return - -PrefetchAbortHandler ; Prefetch Abort handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =PrefetchAbortAddr - sub r1, lr, #4 - str r1, [r0] ; Stores instruction causing prefetch abort */ - bl PrefetchAbortInterrupt ; PrefetchAbortInterrupt: call C function here */ - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code */ - subs pc, lr, #4 ; adjust return */ - - - END diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/boot.s b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/boot.s deleted file mode 100644 index 4cd1a71..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/boot.s +++ /dev/null @@ -1,320 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -; *****************************************************************************/ -; ****************************************************************************/ -; ** -; @file boot.S -; -; This file contains the initial startup code for the Cortex R5 processor -; -;
-;  MODIFICATION HISTORY:
-;
-;  Ver   Who  Date     Changes
-;  ----- ---- -------- ---------------------------------------------------
-; 5.00  mus  01/27/17 Initial version
-; 6.6   srm  10/18/17 Updated the timer configuration with XTime_StartTTCTimer.
-;                     Now the timer instance as specified by the user will be
-;		      started.
-; 6.6  mus   02/23/17 Disable the debug logic in non-JTAG boot mode(when
-;		      processor is in lockstep configuration), based
-;		      on the mld parameter "lockstep_mode_debug".
-* 6.8  mus   09/20/18 Clear VINITHI field in RPU_0_CFG/RPU_1_CFG
-*		      registers to initialize CortexR5 core with LOVEC
-*		      on reset. It fixes CR#1010656.
-* 7.0  mus   03/19/19  Disable FPU only in case of softp, otherwise enable it by
-*		      default. CR#1021638
-;
-;  
-; -; @note -; -; None. -; -; *****************************************************************************/ - - MODULE ?boot - ;; Forward declaration of sections. - SECTION IRQ_STACK:DATA:NOROOT(3) - SECTION FIQ_STACK:DATA:NOROOT(3) - SECTION SVC_STACK:DATA:NOROOT(3) - SECTION ABT_STACK:DATA:NOROOT(3) - SECTION UND_STACK:DATA:NOROOT(3) - SECTION CSTACK:DATA:NOROOT(3) - -#include "xparameters.h" - -#define UART_BAUDRATE 115200 - PUBLIC _prestart - PUBLIC __iar_program_start - IMPORT _vector_table - IMPORT Init_MPU -#ifdef SLEEP_TIMER_BASEADDR - IMPORT XTime_StartTTCTimer -#endif - IMPORT __cmain -vector_base EQU _vector_table -RPU_GLBL_CNTL EQU 0xFF9A0000 -RPU_ERR_INJ EQU 0xFF9A0020 -RPU_0_CFG EQU 0xFF9A0100 -RPU_1_CFG EQU 0xFF9A0200 -RST_LPD_DBG EQU 0xFF5E0240 -BOOT_MODE_USER EQU 0xFF5E0200 -fault_log_enable EQU 0x101 - - SECTION .boot:CODE:NOROOT(2) - - -/* this initializes the various processor modes */ - -_prestart -__iar_program_start - -OKToRun - - REQUIRE _vector_table -/* Initialize processor registers to 0 */ - mov r0,#0 - mov r1,#0 - mov r2,#0 - mov r3,#0 - mov r4,#0 - mov r5,#0 - mov r6,#0 - mov r7,#0 - mov r8,#0 - mov r9,#0 - mov r10,#0 - mov r11,#0 - mov r12,#0 - -/* Initialize stack pointer and banked registers for various mode */ - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the irq stack pointer - and r2, r1, r0 - orr r2, r2, #0x12 ; IRQ mode - msr cpsr, r2 - ldr r13,=SFE(IRQ_STACK) ; IRQ stack pointer - mov r14,#0 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the supervisor stack pointer - and r2, r1, r0 - orr r2, r2, #0x13 ; supervisor mode - msr cpsr, r2 - ldr r13,=SFE(SVC_STACK) ; Supervisor stack pointer - mov r14,#0 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the Abort stack pointer - and r2, r1, r0 - orr r2, r2, #0x17 ; Abort mode - msr cpsr, r2 - ldr r13,=SFE(ABT_STACK) ; Abort stack pointer - mov r14,#0 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the FIQ stack pointer - and r2, r1, r0 - orr r2, r2, #0x11 ; FIQ mode - msr cpsr, r2 - mov r8, #0 - mov r9, #0 - mov r10, #0 - mov r11, #0 - mov r12, #0 - ldr r13,=SFE(FIQ_STACK) ; FIQ stack pointer - mov r14,#0 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the Undefine stack pointer - and r2, r1, r0 - orr r2, r2, #0x1b ; Undefine mode - msr cpsr, r2 - ldr r13,=SFE(UND_STACK) ; Undefine stack pointer - mov r14,#0 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the system stack pointer - and r2, r1, r0 - orr r2, r2, #0x1F ; SYS mode - msr cpsr, r2 - ldr r13,=SFE(CSTACK) ; SYS stack pointer - mov r14,#0 - - ; - ; Enable access to VFP by enabling access to Coprocessors 10 and 11. - ; Enables Full Access i.e. in both privileged and non privileged modes - ; - mrc p15, 0, r0, c1, c0, 2 ; Read Coprocessor Access Control Register (CPACR) - orr r0, r0, #(0xF << 20) ; Enable access to CP 10 & 11 - mcr p15, 0, r0, c1, c0, 2 ; Write Coprocessor Access Control Register (CPACR) - isb - -; enable fpu access - vmrs r3, FPEXC - orr r1, r3, #(1<<30) - vmsr FPEXC, r1 - - ; clear the floating point register - mov r1,#0 - vmov d0,r1,r1 - vmov d1,r1,r1 - vmov d2,r1,r1 - vmov d3,r1,r1 - vmov d4,r1,r1 - vmov d5,r1,r1 - vmov d6,r1,r1 - vmov d7,r1,r1 - vmov d8,r1,r1 - vmov d9,r1,r1 - vmov d10,r1,r1 - vmov d11,r1,r1 - vmov d12,r1,r1 - vmov d13,r1,r1 - vmov d14,r1,r1 - vmov d15,r1,r1 - -#ifdef __SOFTFP__ - ; Disable FPU by restoring previous value for FPU access - vmsr FPEXC,r3 -#endif - - ; Disable MPU and caches - mrc p15, 0, r0, c1, c0, 0 ; Read CP15 Control Register - bic r0, r0, #0x05 ; Disable MPU (M bit) and data cache (C bit) - bic r0, r0, #0x1000 ; Disable instruction cache (I bit) - dsb ; Ensure all previous loads/stores have completed - mcr p15, 0, r0, c1, c0, 0 ; Write CP15 Control Register - isb ; Ensure subsequent insts execute wrt new MPU settings - - ; Disable Branch prediction, TCM ECC checks - mrc p15, 0, r0, c1, c0, 1 ; Read ACTLR - orr r0, r0, #(0x1 << 17) ; Enable RSDIS bit 17 to disable the return stack - orr r0, r0, #(0x1 << 16) ; Clear BP bit 15 and set BP bit 16 - bic r0, r0, #(0x1 << 15) ; Branch always not taken and history table updates disabled - bic r0, r0, #(0x1 << 27) ; Disable B1TCM ECC check - bic r0, r0, #(0x1 << 26) ; Disable B0TCM ECC check - bic r0, r0, #(0x1 << 25) ; Disable ATCM ECC check - orr r0, r0, #(0x1 << 5) ; Enable ECC with no forced write through with [5:3]=b'101 - bic r0, r0, #(0x1 << 4) - orr r0, r0, #(0x1 << 3) - mcr p15, 0, r0, c1, c0, 1 ; Write ACTLR*/ - dsb ; Complete all outstanding explicit memory operations*/ - - ; Invalidate caches - mov r0,#0 ; r0 = 0 - dsb - mcr p15, 0, r0, c7, c5, 0 ; invalidate icache - mcr p15, 0, r0, c15, c5, 0 ; Invalidate entire data cache - isb - -#if LOCKSTEP_MODE_DEBUG == 0 - ; enable fault log for lock step - ldr r0,=RPU_GLBL_CNTL - ldr r1, [r0] - ands r1, r1, #0x8 - ; branch to initialization if split mode - bne init - ; check for boot mode if in lock step, branch to init if JTAG boot mode - ldr r0,=BOOT_MODE_USER - ldr r1, [r0] - ands r1, r1, #0xF - beq init - ; reset the debug logic - ldr r0,=RST_LPD_DBG - ldr r1, [r0] - orr r1, r1, #(0x1 << 1) - orr r1, r1, #(0x1 << 4) - orr r1, r1, #(0x1 << 5) - str r1, [r0] - ; enable fault log - ldr r0,=RPU_ERR_INJ - ldr r1,=fault_log_enable - ldr r2, [r0] - orr r2, r2, r1 - str r2, [r0] - nop - nop - #endif - -init - bl Init_MPU ; Initialize MPU - - ; Enable Branch prediction - mrc p15, 0, r0, c1, c0, 1 ; Read ACTLR - bic r0, r0, #(0x1 << 17) ; Clear RSDIS bit 17 to enable return stack - bic r0, r0, #(0x1 << 16) ; Clear BP bit 15 and BP bit 16: - bic r0, r0, #(0x1 << 15) ; Normal operation, BP is taken from the global history table. - orr r0, r0, #(0x1 << 14) ; Disable DBWR for errata 780125 - mcr p15, 0, r0, c1, c0, 1 ; Write ACTLR - - ; Enable icahce and dcache - mrc p15,0,r1,c1,c0,0 - ldr r0, =0x1005 - orr r1,r1,r0 - dsb - mcr p15,0,r1,c1,c0,0 ; Enable cache - isb ; isb flush prefetch buffer - - - - ; Set vector table in TCM/LOVEC -#ifndef VEC_TABLE_IN_OCM - mrc p15, 0, r0, c1, c0, 0 - mvn r1, #0x2000 - and r0, r0, r1 - mcr p15, 0, r0, c1, c0, 0 - - ; Clear VINITHI to enable LOVEC on reset -#if XPAR_CPU_ID == 0 - ldr r0, =RPU_0_CFG -#else - ldr r0, =RPU_1_CFG -#endif - ldr r1, [r0] - bic r1, r1, #(0x1 << 2) - str r1, [r0] -#endif - - ; enable asynchronous abort exception - mrs r0, cpsr - bic r0, r0, #0x100 - msr cpsr_xsf, r0 - - ; Clear cp15 regs with unknown reset values - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 ; DFSR - mcr p15, 0, r0, c5, c0, 1 ; IFSR - mcr p15, 0, r0, c6, c0, 0 ; DFAR - mcr p15, 0, r0, c6, c0, 2 ; IFAR - mcr p15, 0, r0, c9, c13, 2 ; PMXEVCNTR - mcr p15, 0, r0, c13, c0, 2 ; TPIDRURW - mcr p15, 0, r0, c13, c0, 3 ; TPIDRURO - - - ; Reset and start Cycle Counter - mov r2, #0x80000000 ; clear overflow - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd ; D, C, E - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 ; enable cycle counter - mcr p15, 0, r2, c9, c12, 1 - - ; configure the timer if TTC is present - #ifdef SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer - #endif - - ; make sure argc and argv are valid - mov r0, #0 - mov r1, #0 - - b __cmain ; jump to C startup code - - -Ldone b Ldone ; Paranoia: we should never get here - - - END diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/CMakeLists.txt b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/CMakeLists.txt deleted file mode 100644 index 316f648..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_subdirectory(${MACHINE}) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/CMakeLists.txt b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/CMakeLists.txt deleted file mode 100644 index 3438d96..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -collect (PROJECT_LIB_HEADERS xparameters_ps.h) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/mpu.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/mpu.c deleted file mode 100644 index 88cb710..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/mpu.c +++ /dev/null @@ -1,323 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file mpu.c -* -* This file contains initial configuration of the MPU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00 	pkp  02/20/14 First release
-* 5.04	pkp  12/18/15 Updated MPU initialization as per the proper address map
-* 6.00  pkp  06/27/16 moving the Init_MPU code to .boot section since it is a
-*                     part of processor boot process
-* 6.2   mus  01/27/17 Updated to support IAR compiler
-* 7.1   mus  09/11/19 Added warning message if DDR size is not in power of 2.
-*                     Fix for CR#1038577.
-* 7.2   asa  04/08/20 Fix warning in the function Init_MPU.
-* 7.5   mus  01/13/21 Removed redundant declaration for Mpu_Config,
-*                     declaration is present in xil_mpu.h.
-* 7.5   asa  03/07/21 Ensure that Update_MpuConfig_Array stays in .boot section
-*                     as it is used only during bootup.
-*                     Add function header to Init_MPU function.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_printf.h" -#include "xreg_cortexr5.h" -#include "xil_mpu.h" -#include "xpseudo_asm.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -static const struct { - u64 size; - unsigned int encoding; -}region_size[] = { - { 0x20, REGION_32B }, - { 0x40, REGION_64B }, - { 0x80, REGION_128B }, - { 0x100, REGION_256B }, - { 0x200, REGION_512B }, - { 0x400, REGION_1K }, - { 0x800, REGION_2K }, - { 0x1000, REGION_4K }, - { 0x2000, REGION_8K }, - { 0x4000, REGION_16K }, - { 0x8000, REGION_32K }, - { 0x10000, REGION_64K }, - { 0x20000, REGION_128K }, - { 0x40000, REGION_256K }, - { 0x80000, REGION_512K }, - { 0x100000, REGION_1M }, - { 0x200000, REGION_2M }, - { 0x400000, REGION_4M }, - { 0x800000, REGION_8M }, - { 0x1000000, REGION_16M }, - { 0x2000000, REGION_32M }, - { 0x4000000, REGION_64M }, - { 0x8000000, REGION_128M }, - { 0x10000000, REGION_256M }, - { 0x20000000, REGION_512M }, - { 0x40000000, REGION_1G }, - { 0x80000000, REGION_2G }, - { 0x100000000, REGION_4G }, -}; - -/************************** Function Prototypes ******************************/ -#if defined (__GNUC__) -void Init_MPU(void) __attribute__((__section__(".boot"))); -static void Xil_SetAttribute(u32 addr, u32 reg_size,s32 reg_num, u32 attrib) __attribute__((__section__(".boot"))); -static void Xil_DisableMPURegions(void) __attribute__((__section__(".boot"))); -static inline void Update_MpuConfig_Array(u32 Addr,u32 RegSize,u32 RegNum, u32 Attrib) __attribute__((__section__(".boot"))); -#elif defined (__ICCARM__) -#pragma default_function_attributes = @ ".boot" -void Init_MPU(void); -static void Xil_SetAttribute(u32 addr, u32 reg_size,s32 reg_num, u32 attrib); -static void Xil_DisableMPURegions(void); -#endif -/***************************************************************************** -* -* Initialize MPU for a given address map and Enabled the background Region in -* MPU with default memory attributes for rest of address range for Cortex R5 -* processor. -* -* @param None. -* -* @return None. -* -* -******************************************************************************/ -static inline void Update_MpuConfig_Array(u32 Addr,u32 RegSize,u32 RegNum, - u32 Attrib) -{ - Mpu_Config[RegNum].RegionStatus = MPU_REG_ENABLED; - Mpu_Config[RegNum].BaseAddress = Addr; - Mpu_Config[RegNum].Size = RegSize; - Mpu_Config[RegNum].Attribute = Attrib; -} - -/***************************************************************************** -* -* Initialize MPU for during bootup with predefined region attributes. -* -* @param None. -* -* @return None. -* -* -******************************************************************************/ -void Init_MPU(void) -{ - u32 Addr; - u32 RegSize = 0U; - u32 Attrib; - u32 RegNum = 0, i, Offset = 0; - u64 size; - - Xil_DisableMPURegions(); - - Addr = 0x00000000U; -#ifdef XPAR_PSU_R5_DDR_0_S_AXI_BASEADDR - /* If the DDR is present, configure region as per DDR size */ - size = (XPAR_PSU_R5_DDR_0_S_AXI_HIGHADDR - XPAR_PSU_R5_DDR_0_S_AXI_BASEADDR) + 1; - if (size < 0x80000000) { - /* Lookup the size. */ - for (i = 0; i < sizeof region_size / sizeof region_size[0]; i++) { - if (size <= region_size[i].size) { - RegSize = region_size[i].encoding; - - /* Check if DDR size is in power of 2*/ - if ( XPAR_PSU_R5_DDR_0_S_AXI_BASEADDR == 0x100000) - Offset = XPAR_PSU_R5_DDR_0_S_AXI_BASEADDR; - if (region_size[i].size > (size + Offset + 1)) { - xil_printf ("WARNING: DDR size mapped to Cortexr5 processor is not \ - in power of 2. As processor allocates MPU regions size \ - in power of 2, address range %llx to %x has been \ - incorrectly mapped as normal memory \n", \ - region_size[i].size - 1, ((u32)XPAR_PSU_R5_DDR_0_S_AXI_HIGHADDR + 1)); - } - break; - } - } - } else { - /* if the DDR size is > 2GB, truncate it to 2GB */ - RegSize = REGION_2G; - } -#else - /* For DDRless system, configure region for TCM */ - RegSize = REGION_256K; -#endif - Attrib = NORM_NSHARED_WB_WA | PRIV_RW_USER_RW; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* - * 1G of strongly ordered memory from 0x80000000 to 0xBFFFFFFF for PL. - * 512 MB - LPD-PL interface - * 256 MB - FPD-PL (HPM0) interface - * 256 MB - FPD-PL (HPM1) interface - */ - Addr = 0x80000000; - RegSize = REGION_1G; - Attrib = STRONG_ORDERD_SHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 512M of device memory from 0xC0000000 to 0xDFFFFFFF for QSPI */ - Addr = 0xC0000000U; - RegSize = REGION_512M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 256M of device memory from 0xE0000000 to 0xEFFFFFFF for PCIe Low */ - Addr = 0xE0000000U; - RegSize = REGION_256M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 16M of device memory from 0xF8000000 to 0xF8FFFFFF for STM_CORESIGHT */ - Addr = 0xF8000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 1M of device memory from 0xF9000000 to 0xF90FFFFF for RPU_A53_GIC */ - Addr = 0xF9000000U; - RegSize = REGION_1M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 16M of device memory from 0xFD000000 to 0xFDFFFFFF for FPS slaves */ - Addr = 0xFD000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 16M of device memory from 0xFE000000 to 0xFEFFFFFF for Upper LPS slaves */ - Addr = 0xFE000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* - * 16M of device memory from 0xFF000000 to 0xFFFFFFFF for Lower LPS slaves, - * CSU, PMU, TCM, OCM - */ - Addr = 0xFF000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 256K of OCM RAM from 0xFFFC0000 to 0xFFFFFFFF marked as normal memory */ - Addr = 0xFFFC0000U; - RegSize = REGION_256K; - Attrib = NORM_NSHARED_WB_WA| PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - - /* A total of 10 MPU regions are allocated with another 6 being free for users */ - -} - -/***************************************************************************** -* -* Set the memory attributes for a section of memory with starting address addr -* of the region size defined by reg_size having attributes attrib of region number -* reg_num -* -* @param addr is the address for which attributes are to be set. -* @param attrib specifies the attributes for that memory region. -* @param reg_size specifies the size for that memory region. -* @param reg_num specifies the number for that memory region. -* @return None. -* -* -******************************************************************************/ -static void Xil_SetAttribute(u32 addr, u32 reg_size,s32 reg_num, u32 attrib) -{ - u32 Local_reg_size = reg_size; - - Local_reg_size = Local_reg_size<<1U; - Local_reg_size |= REGION_EN; - dsb(); - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,reg_num); - isb(); - mtcp(XREG_CP15_MPU_REG_BASEADDR,addr); /* Set base address of a region */ - mtcp(XREG_CP15_MPU_REG_ACCESS_CTRL,attrib); /* Set the control attribute */ - mtcp(XREG_CP15_MPU_REG_SIZE_EN,Local_reg_size); /* set the region size and enable it*/ - dsb(); - isb(); /* synchronize context on this processor */ -} - - -/***************************************************************************** -* -* Disable all the MPU regions if any of them is enabled -* -* @param None. -* -* @return None. -* -* -******************************************************************************/ -static void Xil_DisableMPURegions(void) -{ - u32 Temp = 0U; - u32 Index = 0U; - for (Index = 0; Index <= 15; Index++) { - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,Index); -#if defined (__GNUC__) - Temp = mfcp(XREG_CP15_MPU_REG_SIZE_EN); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_MPU_REG_SIZE_EN,Temp); -#endif - Temp &= (~REGION_EN); - dsb(); - mtcp(XREG_CP15_MPU_REG_SIZE_EN,Temp); - dsb(); - isb(); - } - -} - -#if defined (__ICCARM__) -#pragma default_function_attributes = -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/xparameters_ps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/xparameters_ps.h deleted file mode 100644 index a5e2aa4..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/xparameters_ps.h +++ /dev/null @@ -1,334 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* @addtogroup r5_peripheral_definitions Cortex R5 peripheral definitions -* -* The xparameters_ps.h file contains the canonical definitions and constant -* declarations for peripherals within hardblock, attached to the ARM Cortex R5 -* core. These definitions can be used by drivers or applications to access the -* peripherals. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.00  pkp  	02/29/14 Initial version
-* 6.0   mus     08/18/16 Defined ARMR5 flag
-* 7.2	pm	03/25/20 Add wakeup Interrupt Id for usbpsu controller
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPARAMETERS_PS_H_ -#define XPARAMETERS_PS_H_ - -#ifndef ARMR5 -#define ARMR5 ARMR5 -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XEMACPS_2_INTR XPS_GEM2_INT_ID -#define XPAR_XEMACPS_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_XEMACPS_3_INTR XPS_GEM3_INT_ID -#define XPAR_XEMACPS_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_CSU_WDT_INT_ID -#define XPAR_XWDTPS_1_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_XWDTPS_2_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_XCSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_PSU_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSU_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSU_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSU_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSU_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSU_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSU_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSU_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSU_CSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_XMPU_LPD_INTR XPS_XMPU_LPD_INT_ID -#define XPAR_XZDMAPS_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_XZDMAPS_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_XZDMAPS_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_XZDMAPS_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_XZDMAPS_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_XZDMAPS_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_XZDMAPS_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_XZDMAPS_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_PSU_GDMA_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_PSU_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSU_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSU_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSU_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSU_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSU_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSU_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB3_1_ENDPT_INT_ID -#define XPAR_XUSBPS_0_WAKE_INTR XPS_USB3_0_WAKE_INT_ID -#define XPAR_XUSBPS_1_WAKE_INTR XPS_USB3_1_WAKE_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XAPMPS_0_INTR XPS_APM0_INT_ID -#define XPAR_XAPMPS_1_INTR XPS_APM1_INT_ID -#define XPAR_XAPMPS_2_INTR XPS_APM2_INT_ID -#define XPAR_XAPMPS_5_INTR XPS_APM5_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXR5_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for bacwards compatibility - */ - -#define XPS_SYS_CTRL_BASEADDR 0xFF180000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) -#define XPS_NAND_INT_ID (14U + 32U) -#define XPS_QSPI_INT_ID (15U + 32U) -#define XPS_GPIO_INT_ID (16U + 32U) -#define XPS_I2C0_INT_ID (17U + 32U) -#define XPS_I2C1_INT_ID (18U + 32U) -#define XPS_SPI0_INT_ID (19U + 32U) -#define XPS_SPI1_INT_ID (20U + 32U) -#define XPS_UART0_INT_ID (21U + 32U) -#define XPS_UART1_INT_ID (22U + 32U) -#define XPS_CAN0_INT_ID (23U + 32U) -#define XPS_CAN1_INT_ID (24U + 32U) -#define XPS_RTC_ALARM_INT_ID (26U + 32U) -#define XPS_RTC_SEC_INT_ID (27U + 32U) -#define XPS_LPD_SWDT_INT_ID (52U + 32U) -#define XPS_CSU_WDT_INT_ID (53U + 32U) -#define XPS_FPD_SWDT_INT_ID (113U + 32U) -#define XPS_TTC0_0_INT_ID (36U + 32U) -#define XPS_TTC0_1_INT_ID (37U + 32U) -#define XPS_TTC0_2_INT_ID (38U + 32U) -#define XPS_TTC1_0_INT_ID (39U + 32U) -#define XPS_TTC1_1_INT_ID (40U + 32U) -#define XPS_TTC1_2_INT_ID (41U + 32U) -#define XPS_TTC2_0_INT_ID (42U + 32U) -#define XPS_TTC2_1_INT_ID (43U + 32U) -#define XPS_TTC2_2_INT_ID (44U + 32U) -#define XPS_TTC3_0_INT_ID (45U + 32U) -#define XPS_TTC3_1_INT_ID (46U + 32U) -#define XPS_TTC3_2_INT_ID (47U + 32U) -#define XPS_SDIO0_INT_ID (48U + 32U) -#define XPS_SDIO1_INT_ID (49U + 32U) -#define XPS_AMS_INT_ID (56U + 32U) -#define XPS_GEM0_INT_ID (57U + 32U) -#define XPS_GEM0_WAKE_INT_ID (58U + 32U) -#define XPS_GEM1_INT_ID (59U + 32U) -#define XPS_GEM1_WAKE_INT_ID (60U + 32U) -#define XPS_GEM2_INT_ID (61U + 32U) -#define XPS_GEM2_WAKE_INT_ID (62U + 32U) -#define XPS_GEM3_INT_ID (63U + 32U) -#define XPS_GEM3_WAKE_INT_ID (64U + 32U) -#define XPS_USB3_0_ENDPT_INT_ID (65U + 32U) -#define XPS_USB3_1_ENDPT_INT_ID (70U + 32U) -#define XPS_USB3_0_WAKE_INT_ID (75U + 32U) -#define XPS_USB3_1_WAKE_INT_ID (76U + 32U) -#define XPS_ADMA_CH0_INT_ID (77U + 32U) -#define XPS_ADMA_CH1_INT_ID (78U + 32U) -#define XPS_ADMA_CH2_INT_ID (79U + 32U) -#define XPS_ADMA_CH3_INT_ID (80U + 32U) -#define XPS_ADMA_CH4_INT_ID (81U + 32U) -#define XPS_ADMA_CH5_INT_ID (82U + 32U) -#define XPS_ADMA_CH6_INT_ID (83U + 32U) -#define XPS_ADMA_CH7_INT_ID (84U + 32U) -#define XPS_CSU_DMA_INT_ID (86U + 32U) -#define XPS_XMPU_LPD_INT_ID (88U + 32U) -#define XPS_ZDMA_CH0_INT_ID (124U + 32U) -#define XPS_ZDMA_CH1_INT_ID (125U + 32U) -#define XPS_ZDMA_CH2_INT_ID (126U + 32U) -#define XPS_ZDMA_CH3_INT_ID (127U + 32U) -#define XPS_ZDMA_CH4_INT_ID (128U + 32U) -#define XPS_ZDMA_CH5_INT_ID (129U + 32U) -#define XPS_ZDMA_CH6_INT_ID (130U + 32U) -#define XPS_ZDMA_CH7_INT_ID (131U + 32U) -#define XPS_XMPU_FPD_INT_ID (134U + 32U) -#define XPS_FPD_CCI_INT_ID (154U + 32U) -#define XPS_FPD_SMMU_INT_ID (155U + 32U) -#define XPS_APM0_INT_ID (123U + 32U) -#define XPS_APM1_INT_ID (25U + 32U) -#define XPS_APM2_INT_ID (25U + 32U) -#define XPS_APM5_INT_ID (123U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSU_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSU_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSU_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSU_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSU_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSU_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSU_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSU_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSU_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSU_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSU_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSU_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSU_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSU_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSU_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSU_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSU_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSU_WDT_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_PSU_WDT_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_PSU_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSU_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSU_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSU_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSU_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSU_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSU_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSU_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSU_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSU_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSU_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSU_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSU_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSU_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXR5_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXR5_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXR5_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXR5_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUWDT_DEVICE_ID 0U - - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup r5_peripheral_definitions". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/CMakeLists.txt b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/CMakeLists.txt deleted file mode 100644 index 3438d96..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -collect (PROJECT_LIB_HEADERS xparameters_ps.h) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/mpu.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/mpu.c deleted file mode 100644 index c73d6b2..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/mpu.c +++ /dev/null @@ -1,344 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file mpu.c -* -* This file contains initial configuration of the MPU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 7.00 	mus  02/20/14 First release
-* 7.00  mus  03/16/19 Updated MPU region to mark DDR regions as
-*                     memory, based on the DDR size in hdf
-* 7.01  nis  09/02/19 Map AIE region if AIE instance is defined
-* 7.3   asa  09/25/20 Make changes to update the global array
-*                     Mpu_Config for the static regions created
-*                     during boot up.
-* 7.5   mus  01/13/21 Removed redundant declaration for Mpu_Config,
-*                     declaration is present in xil_mpu.h.
-* 7.5   asa  03/07/21 Ensure that Update_MpuConfig_Array stays in .boot section
-*                     as it is used only during bootup.
-*                     Add function header to Init_MPU function.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xreg_cortexr5.h" -#include "xil_mpu.h" -#include "xpseudo_asm.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -static const struct { - u64 size; - unsigned int encoding; -}region_size[] = { - { 0x20, REGION_32B }, - { 0x40, REGION_64B }, - { 0x80, REGION_128B }, - { 0x100, REGION_256B }, - { 0x200, REGION_512B }, - { 0x400, REGION_1K }, - { 0x800, REGION_2K }, - { 0x1000, REGION_4K }, - { 0x2000, REGION_8K }, - { 0x4000, REGION_16K }, - { 0x8000, REGION_32K }, - { 0x10000, REGION_64K }, - { 0x20000, REGION_128K }, - { 0x40000, REGION_256K }, - { 0x80000, REGION_512K }, - { 0x100000, REGION_1M }, - { 0x200000, REGION_2M }, - { 0x400000, REGION_4M }, - { 0x800000, REGION_8M }, - { 0x1000000, REGION_16M }, - { 0x2000000, REGION_32M }, - { 0x4000000, REGION_64M }, - { 0x8000000, REGION_128M }, - { 0x10000000, REGION_256M }, - { 0x20000000, REGION_512M }, - { 0x40000000, REGION_1G }, - { 0x80000000, REGION_2G }, - { 0x100000000, REGION_4G }, -}; - -/************************** Function Prototypes ******************************/ -#if defined (__GNUC__) -void Init_MPU(void) __attribute__((__section__(".boot"))); -static void Xil_SetAttribute(u32 addr, u32 reg_size,s32 reg_num, u32 attrib) __attribute__((__section__(".boot"))); -static void Xil_DisableMPURegions(void) __attribute__((__section__(".boot"))); -static inline void Update_MpuConfig_Array(u32 Addr,u32 RegSize,u32 RegNum, u32 Attrib) __attribute__((__section__(".boot"))); -#elif defined (__ICCARM__) -#pragma default_function_attributes = @ ".boot" -void Init_MPU(void); -static void Xil_SetAttribute(u32 addr, u32 reg_size,s32 reg_num, u32 attrib); -static void Xil_DisableMPURegions(void); -#endif -/***************************************************************************** -* -* Initialize MPU for a given address map and Enabled the background Region in -* MPU with default memory attributes for rest of address range for Cortex R5 -* processor. -* -* @param None. -* -* @return None. -* -* -******************************************************************************/ -static inline void Update_MpuConfig_Array(u32 Addr,u32 RegSize,u32 RegNum, - u32 Attrib) -{ - Mpu_Config[RegNum].RegionStatus = MPU_REG_ENABLED; - Mpu_Config[RegNum].BaseAddress = Addr; - Mpu_Config[RegNum].Size = RegSize; - Mpu_Config[RegNum].Attribute = Attrib; -} - -/***************************************************************************** -* -* Initialize MPU for during bootup with predefined region attributes. -* -* @param None. -* -* @return None. -* -* -******************************************************************************/ -void Init_MPU(void) -{ - u32 Addr; - u32 RegSize = 0U; - u32 Attrib; - u32 RegNum = 0, i; - u64 size; - - Xil_DisableMPURegions(); - - Addr = 0x00000000U; -#ifdef XPAR_AXI_NOC_DDR_LOW_0_BASEADDR - /* If the DDR is present, configure region as per DDR size */ - size = (XPAR_AXI_NOC_DDR_LOW_0_HIGHADDR - XPAR_AXI_NOC_DDR_LOW_0_BASEADDR) + 1; - if (size < 0x80000000) { - /* Lookup the size. */ - for (i = 0; i < sizeof region_size / sizeof region_size[0]; i++) { - if (size <= region_size[i].size) { - RegSize = region_size[i].encoding; - break; - } - } - } else { -#ifdef XPAR_AIE_NUM_INSTANCES - /* If AIE is mapped, DDR space is reduced to 1GB */ - RegSize = REGION_1G; -#else - /* if the DDR size is > 2GB, truncate it to 2GB */ - RegSize = REGION_2G; -#endif - } -#else - /* For DDRless system, configure region for TCM */ - RegSize = REGION_256K; -#endif - - Attrib = NORM_NSHARED_WB_WA | PRIV_RW_USER_RW; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* - * 1G of strongly ordered memory from 0x80000000 to 0xBFFFFFFF for PL. - * 256 MB - LPD-AFI - * 64 MB - VCU controller - * 192 MB - FPD-AFI-0 - * 256 MB - FPD-AFI-1 - * - * - */ - Addr = 0x80000000; - RegSize = REGION_1G; - Attrib = STRONG_ORDERD_SHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 512M of device memory from 0xC0000000 to 0xDFFFFFFF for QSPI */ - Addr = 0xC0000000U; - RegSize = REGION_512M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 256M of device memory from 0xE0000000 to 0xEFFFFFFF for PCIe Low */ - Addr = 0xE0000000U; - RegSize = REGION_256M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 128M of device memory from 0xF0000000 to 0xF7FFFFFF for PMC */ - Addr = 0xF0000000U; - RegSize = REGION_128M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 16M of device memory from 0xF8000000 to 0xF8FFFFFF for STM_CORESIGHT */ - Addr = 0xF8000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 1M of device memory from 0xF9000000 to 0xF90FFFFF for RPU_A53_GIC */ - Addr = 0xF9000000U; - RegSize = REGION_1M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 16M of device memory from 0xFD000000 to 0xFDFFFFFF for FPS slaves */ - Addr = 0xFD000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 16M of device memory from 0xFE000000 to 0xFEFFFFFF for Upper LPS slaves */ - Addr = 0xFE000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* - * 16M of device memory from 0xFF000000 to 0xFFFFFFFF for Lower LPS slaves, - * CSU, PMU, TCM, OCM - */ - Addr = 0xFF000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /** - * 1G of remapped adddress space from 0x40000000 to 0x7FFFFFFF for AIE. - * The number of allocated MPU regions would be 12, 4 being free for - * the user. - * TODO: The value assigned to Addr must be parsed from XSA if the - * remap address is part of it (currently we are not sure if that's - * the case). - */ -#ifdef XPAR_AIE_NUM_INSTANCES - Addr = 0x40000000U; - RegSize = REGION_1G; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; -#endif - - /* 256K of OCM RAM from 0xFFFC0000 to 0xFFFFFFFF marked as normal memory */ - Addr = 0xFFFC0000U; - RegSize = REGION_256K; - Attrib = NORM_NSHARED_WB_WA| PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - - /* A total of 11 MPU regions are allocated with another 5 being free for users */ - -} - -/***************************************************************************** -* -* Set the memory attributes for a section of memory with starting address addr -* of the region size defined by reg_size having attributes attrib of region number -* reg_num -* -* @param addr is the address for which attributes are to be set. -* @param attrib specifies the attributes for that memory region. -* @param reg_size specifies the size for that memory region. -* @param reg_num specifies the number for that memory region. -* @return None. -* -* -******************************************************************************/ -static void Xil_SetAttribute(u32 addr, u32 reg_size,s32 reg_num, u32 attrib) -{ - u32 Local_reg_size = reg_size; - - Local_reg_size = Local_reg_size<<1U; - Local_reg_size |= REGION_EN; - dsb(); - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,reg_num); - isb(); - mtcp(XREG_CP15_MPU_REG_BASEADDR,addr); /* Set base address of a region */ - mtcp(XREG_CP15_MPU_REG_ACCESS_CTRL,attrib); /* Set the control attribute */ - mtcp(XREG_CP15_MPU_REG_SIZE_EN,Local_reg_size); /* set the region size and enable it*/ - dsb(); - isb(); /* synchronize context on this processor */ -} - - -/***************************************************************************** -* -* Disable all the MPU regions if any of them is enabled -* -* @param None. -* -* @return None. -* -* -******************************************************************************/ -static void Xil_DisableMPURegions(void) -{ - u32 Temp = 0U; - u32 Index = 0U; - for (Index = 0; Index <= 15; Index++) { - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,Index); -#if defined (__GNUC__) - Temp = mfcp(XREG_CP15_MPU_REG_SIZE_EN); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_MPU_REG_SIZE_EN,Temp); -#endif - Temp &= (~REGION_EN); - dsb(); - mtcp(XREG_CP15_MPU_REG_SIZE_EN,Temp); - dsb(); - isb(); - } - -} - -#if defined (__ICCARM__) -#pragma default_function_attributes = -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/xparameters_ps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/xparameters_ps.h deleted file mode 100644 index 3dc57c3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/xparameters_ps.h +++ /dev/null @@ -1,325 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* @addtogroup r5_peripheral_definitions Cortex R5 peripheral definitions -* -* The xparameters_ps.h file contains the canonical definitions and constant -* declarations for peripherals within hardblock, attached to the ARM Cortex R5 -* core. These definitions can be used by drivers or applications to access the -* peripherals. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 7.00  mus  	01/25/18 Initial version
-*       mn      03/26/18 Change Interrupt IDs for versal
-*       mn      03/26/18 Update SLCR base address
-*       pm	02/04/20 Add Interrupt IDs for usb-versal
-*	sne	03/26/20 Add Interrupt ID's for WWDT
-*       pm	03/24/20 Add wakeup Interrupt IDs for usb-versal
-* 
-* -******************************************************************************/ -/** - *@cond nocomments - */ - -#ifndef XPARAMETERS_PS_H_ -#define XPARAMETERS_PS_H_ - -#ifndef ARMR5 -#define ARMR5 ARMR5 -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGWDT_0_INTR XPS_LPD_GWDT_0_INT_ID -#define XPAR_XGWDT_0_RST_INTR XPS_LPD_GWDT_0_RST_INT_ID -#define XPAR_XWWDT_0_INTR XPS_LPD_WWDT_0_INT_ID -#define XPAR_XWWDT_0_RST_PEND_INTR XPS_LPD_WWDT_0_RST_PEND_INT_ID -#define XPAR_XGWDT_1_INTR XPS_FPD_GWDT_1_INT_ID -#define XPAR_XGWDT_1_RST_INTR XPS_FPD_GWDT_1_RST_INT_ID -#define XPAR_XWWDT_1_INTR XPS_FPD_WWDT_1_INT_ID -#define XPAR_XWWDT_1_RST_PEND_INTR XPS_FPD_WWDT_1_RST_PEND_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSV_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSV_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSV_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSV_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSV_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSV_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSV_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSV_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSV_GDMA_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_PSV_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSV_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSV_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSV_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSV_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSV_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSV_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_PSV_PMC_GPIO_INTR XPMC_GPIO_INT_ID -#define XPAR_PSV_PMC_I2C_INTR XPMC_I2C_INT_ID -#define XPAR_PSV_PMC_DMA_0_INTR XPS_PMCDMA0_INT_ID -#define XPAR_PSV_PMC_DMA_1_INTR XPS_PMCDMA1_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB3_1_ENDPT_INT_ID -#define XPAR_XUSBPS_0_WAKE_INTR XPS_USB3_0_WAKE_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXR5_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for backwards compatibility - */ - -#define XPS_SYS_CTRL_BASEADDR 0xF1060000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U -#define XPS_CRP_BASEADDRESS 0xF1260000U -#define XPS_PMC_GLOBAL_BASEADDRESS 0xF1110000U - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) - -#define XPS_OSPI_INT_ID (124U + 32U) -#define XPS_QSPI_INT_ID (125U + 32U) -#define XPS_GPIO_INT_ID (13U + 32U) -#define XPS_I2C0_INT_ID (14U + 32U) -#define XPS_I2C1_INT_ID (15U + 32U) -#define XPS_SPI0_INT_ID (16U + 32U) -#define XPS_SPI1_INT_ID (17U + 32U) -#define XPS_UART0_INT_ID (18U + 32U) -#define XPS_UART1_INT_ID (19U + 32U) -#define XPS_CAN0_INT_ID (20U + 32U) -#define XPS_CAN1_INT_ID (21U + 32U) -#define XPS_USB3_0_ENDPT_INT_ID (22U + 32U) -#define XPS_LPD_GWDT_0_INT_ID (70U + 32U) -#define XPS_LPD_GWDT_0_RST_INT_ID (71U + 32U) -#define XPS_LPD_WWDT_0_INT_ID (49U + 32U) -#define XPS_LPD_WWDT_0_RST_PEND_INT_ID (69U + 32U) -#define XPS_FPD_GWDT_1_INT_ID (108U + 32U) -#define XPS_FPD_GWDT_1_RST_INT_ID (110U + 32U) -#define XPS_FPD_WWDT_1_INT_ID (100U + 32U) -#define XPS_FPD_WWDT_1_RST_PEND_INT_ID (109U + 32U) -#define XPS_RTC_ALARM_INT_ID (142U + 32U) -#define XPS_RTC_SEC_INT_ID (143U + 32U) -#define XPS_TTC0_0_INT_ID (37U + 32U) -#define XPS_TTC0_1_INT_ID (38U + 32U) -#define XPS_TTC0_2_INT_ID (39U + 32U) -#define XPS_TTC1_0_INT_ID (40U + 32U) -#define XPS_TTC1_1_INT_ID (41U + 32U) -#define XPS_TTC1_2_INT_ID (42U + 32U) -#define XPS_TTC2_0_INT_ID (43U + 32U) -#define XPS_TTC2_1_INT_ID (44U + 32U) -#define XPS_TTC2_2_INT_ID (45U + 32U) -#define XPS_TTC3_0_INT_ID (46U + 32U) -#define XPS_TTC3_1_INT_ID (47U + 32U) -#define XPS_TTC3_2_INT_ID (48U + 32U) -#define XPS_SDIO0_INT_ID (126U + 32U) -#define XPS_SDIO0_WAKE_INT_ID (127U + 32U) -#define XPS_SDIO1_INT_ID (128U + 32U) -#define XPS_SDIO1_WAKE_INT_ID (129U + 32U) -#define XPS_AMS_INT_ID (53U + 32U) -#define XPS_GEM0_INT_ID (56U + 32U) -#define XPS_GEM0_WAKE_INT_ID (57U + 32U) -#define XPS_GEM1_INT_ID (58U + 32U) -#define XPS_GEM1_WAKE_INT_ID (59U + 32U) -#define XPS_ADMA_CH0_INT_ID (60U + 32U) -#define XPS_ADMA_CH1_INT_ID (61U + 32U) -#define XPS_ADMA_CH2_INT_ID (62U + 32U) -#define XPS_ADMA_CH3_INT_ID (63U + 32U) -#define XPS_ADMA_CH4_INT_ID (64U + 32U) -#define XPS_ADMA_CH5_INT_ID (65U + 32U) -#define XPS_ADMA_CH6_INT_ID (66U + 32U) -#define XPS_ADMA_CH7_INT_ID (67U + 32U) -#define XPS_XMPU_LPD_INT_ID (68U + 32U) -#define XPS_USB3_0_WAKE_INT_ID (74U + 32U) -#define XPS_XMPU_FPD_INT_ID (102U + 32U) -#define XPS_FPD_CCI_INT_ID (106U + 32U) -#define XPS_FPD_SMMU_INT_ID (107U + 32U) -#define XPMC_GPIO_INT_ID (122U + 32U) -#define XPMC_I2C_INT_ID (123U + 32U) -#define XPS_PMCDMA0_INT_ID (131U + 32U) -#define XPS_PMCDMA1_INT_ID (132U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSV_SBSAUART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSV_SBSAUART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSV_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSV_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSV_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSV_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSV_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSV_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSV_CANFD_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSV_CANFD_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSV_GWDT_0_INTR XPS_LPD_GWDT_0_INT_ID -#define XPAR_PSV_GWDT_0_RST_INTR XPS_LPD_GWDT_0_RST_INT_ID -#define XPAR_PSV_WWDT_0_INTR XPS_LPD_WWDT_0_INT_ID -#define XPAR_PSV_WWDT_0_RST_PEND_INTR XPS_LPD_WWDT_0_RST_PEND_INT_ID -#define XPAR_PSV_GWDT_1_INTR XPS_FPD_GWDT_1_INT_ID -#define XPAR_PSV_GWDT_1_RST_INTR XPS_FPD_GWDT_1_RST_INT_ID -#define XPAR_PSV_WWDT_1_INTR XPS_FPD_WWDT_1_INT_ID -#define XPAR_PSV_WWDT_1_RST_PEND_INTR XPS_FPD_WWDT_1_RST_PEND_INT_ID -#define XPAR_PSV_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSV_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSV_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSV_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSV_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSV_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSV_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSV_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSV_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSV_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSV_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSV_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSV_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSV_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSV_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSV_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSV_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSV_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSV_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSV_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSV_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXR5_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXR5_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXR5_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXR5_1_CPU_CLK_FREQ_HZ -#endif - - - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup r5_peripheral_definitions". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/sleep.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/sleep.c deleted file mode 100644 index eeac2b7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/sleep.c +++ /dev/null @@ -1,102 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/***************************************************************************** -* -* @file sleep.c -* -* This function supports user configurable sleep implementation. -* This provides delay in seconds by using the Timer specified by -* the user in the ARM Cortex R5 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 02/20/14 First release
-* 5.04  pkp		 02/19/16 sleep routine is modified to use TTC3 if present
-*						  else it will use set of assembly instructions to
-*						  provide the required delay
-* 5.04	pkp		 03/09/16 Assembly routine for sleep is modified to avoid
-*						  disabling the interrupt
-* 5.04	pkp		 03/11/16 Compare the counter value to previously read value
-*						  to detect the overflow for TTC3
-* 6.0   asa      08/15/16 Updated the sleep signature. Fix for CR#956899.
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use TTC
-*                         instance specified by user.
-* 7.2   mus      01/29/20 Updated sleep routines to use CortexR5 PMU for delay
-*                         generation, in case TTC3/TTC2 instances are not
-*                         present in HW design. If user dont want to use PMU
-*                         counter for sleep routines, BSP needs to be compiled
-*                         with "DONT_USE_PMU_FOR_SLEEP_ROUTINES" flag. It fixes
-*                         CR#1051591.
-*
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" -#include "xil_sleeptimer.h" -#include "xpm_counter.h" - -/*****************************************************************************/ -/* -* -* This API is used to provide delays in seconds. -* -* @param seconds requested -* -* @return 0 always -* -* @note By default, sleep is implemented using TTC3. Although user is -* given an option to select other instances of TTC. When the user -* selects other instances of TTC, sleep is implemented by that -* specific TTC instance. If the user didn't select any other instance -* of TTC specifically and when TTC3 is absent, sleep is implemented -* using assembly instructions which is tested with instruction and -* data caches enabled and it gives proper delay. It may give more -* delay than exepcted when caches are disabled. If interrupt comes -* when sleep using assembly instruction is being executed, the delay -* may be greater than what is expected since once the interrupt is -* served count resumes from where it was interrupted unlike the case -* of TTC3 where counter keeps running while interrupt is being served. -* -****************************************************************************/ - -unsigned sleep_R5(unsigned int seconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(seconds, COUNTS_PER_SECOND); -#elif !defined (DONT_USE_PMU_FOR_SLEEP_ROUTINES) - Xpm_SleepPerfCounter(seconds, COUNTS_PER_SECOND); -#else -#if defined (__GNUC__) - __asm__ __volatile__ ( -#elif defined (__ICCARM__) - __asm volatile ( -#endif - - "push {r0,r1,r3} \n" - "mov r0, %[sec] \n" - "mov r1, %[iter] \n" - "1: \n" - "mov r3, r1\n" - "2: \n" - "subs r3, r3, #0x1 \n" - "bne 2b \n" - "subs r0, r0, #0x1 \n" - "bne 1b \n" - "pop {r0,r1,r3} \n" - ::[iter] "r" (ITERS_PER_SEC), [sec] "r" (seconds) - ); -#endif - -return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/usleep.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/usleep.c deleted file mode 100644 index 368a2db..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/usleep.c +++ /dev/null @@ -1,108 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file usleep.c -* -* This function supports user configurable sleep implementation. -* This provides a microsecond delay using the timer specified by the user in -* the ARM Cortex R5 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 02/20/14 First release
-* 5.04  pkp		 02/19/16 usleep routine is modified to use TTC3 if present
-*						  else it will use set of assembly instructions to
-*						  provide the required delay
-* 5.04	pkp		 03/09/16 Assembly routine for usleep is modified to avoid
-*						  disabling the interrupt
-* 5.04	pkp		 03/11/16 Compare the counter value to previously read value
-*						  to detect the overflow for TTC3
-* 6.0   asa      08/15/16 Updated the usleep signature. Fix for CR#956899.
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use TTC
-*                         instance specified by user.
-* 7.2   mus      01/29/20 Updated sleep routines to use CortexR5 PMU for delay
-*                         generation, in case TTC3/TTC2 instances are not
-*                         present in HW design. If user dont want to use PMU
-*                         counter for sleep routines, BSP needs to be compiled
-*                         with "DONT_USE_PMU_FOR_SLEEP_ROUTINES" flag. It fixes
-*                         CR#1051591.
-*
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "xreg_cortexr5.h" -#include "xpm_counter.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/*****************************************************************************/ -/** -* -* This API gives a delay in microseconds -* -* @param useconds requested -* -* @return 0 always -* -* @note By default, usleep is implemented using TTC3. Although user is -* given an option to select other instances of TTC. When the user -* selects other instances of TTC, usleep is implemented by that -* specific TTC instance. If the user didn't select any other instance -* of TTC specifically and when TTC3 is absent, usleep is implemented -* using assembly instructions which is tested with instruction and -* data caches enabled and it gives proper delay. It may give more -* delay than exepcted when caches are disabled. If interrupt comes -* when usleep using assembly instruction is being executed, the delay -* may be greater than what is expected since once the interrupt is -* served count resumes from where it was interrupted unlike the case -* of TTC3 where counter keeps running while interrupt is being served. -* -****************************************************************************/ - -int usleep_R5(unsigned long useconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(useconds, COUNTS_PER_USECOND); -#elif !defined (DONT_USE_PMU_FOR_SLEEP_ROUTINES) - Xpm_SleepPerfCounter(useconds, COUNTS_PER_USECOND); -#else -#if defined (__GNUC__) - __asm__ __volatile__ ( -#elif defined (__ICCARM__) - __asm volatile ( -#endif - "push {r0,r1,r3} \n" - "mov r0, %[usec] \n" - "mov r1, %[iter] \n" - "1: \n" - "mov r3, r1 \n" - "2: \n" - "subs r3, r3, #0x1\n" - "bne 2b \n" - "subs r0, r0, #0x1 \n" - "bne 1b \n" - "pop {r0,r1,r3} \n" - ::[iter] "r" (ITERS_PER_USEC), [usec] "r" (useconds) - ); -#endif - -return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_cache.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_cache.c deleted file mode 100644 index f233224..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_cache.c +++ /dev/null @@ -1,552 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.c -* -* Contains required functions for the ARM cache functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.00 	pkp  02/20/14 First release
-* 6.2   mus  01/27/17 Updated to support IAR compiler
-* 7.3   dp   06/25/20 Updated to support armclang compiler
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xil_io.h" -#include "xpseudo_asm.h" -#include "xparameters.h" -#include "xreg_cortexr5.h" -#include "xil_exception.h" - - -/************************** Variable Definitions *****************************/ - -#define IRQ_FIQ_MASK 0xC0 /* Mask IRQ and FIQ interrupts in cpsr */ - -#if defined (__clang__) -extern s32 Image$$ARM_LIB_STACK$$Limit; -extern s32 Image$$ARM_UNDEF_STACK$$Base; -#elif defined (__GNUC__) -extern s32 _stack_end; -extern s32 __undef_stack; -#endif - -/****************************************************************************/ -/************************** Function Prototypes ******************************/ - -/****************************************************************************/ -/** -* @brief Enable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheEnable(void) -{ - register u32 CtrlReg; - - /* enable caches only if they are disabled */ -#if defined (__GNUC__) - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,CtrlReg); -#endif - if ((CtrlReg & XREG_CP15_CONTROL_C_BIT)==0x00000000U) { - /* invalidate the Data cache */ - Xil_DCacheInvalidate(); - - /* enable the Data cache */ - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - } -} - -/****************************************************************************/ -/** -* @brief Disable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheDisable(void) -{ - register u32 CtrlReg; - - /* clean and invalidate the Data cache */ - Xil_DCacheFlush(); - - /* disable the Data cache */ -#if defined (__GNUC__) - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,CtrlReg); -#endif - - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Invalidate the entire Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheInvalidate(void) -{ - u32 currmask; - u32 stack_start,stack_end,stack_size; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - -#if defined (__clang__) - stack_end = (u32 )&Image$$ARM_LIB_STACK$$Limit; - stack_start = (u32 )&Image$$ARM_UNDEF_STACK$$Base; -#elif defined (__GNUC__) - stack_end = (u32 )&_stack_end; - stack_start = (u32 )&__undef_stack; -#endif - -#if defined(__GNUC__) || defined(__clang__) - stack_size = stack_start-stack_end; - - /* Flush stack memory to save return address */ - Xil_DCacheFlushRange(stack_end, stack_size); -#endif - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - - /*invalidate all D cache*/ - mtcp(XREG_CP15_INVAL_DC_ALL, 0); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate a Data cache line. If the byte specified by the -* address (adr) is cached by the data cache, the cacheline -* containing that byte is invalidated.If the cacheline is modified -* (dirty), the modified contents are lost and are NOT written -* to system memory before the line is invalidated. -* -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheInvalidateLine(INTPTR adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, (adr & (~0x1F))); - - /* Wait for invalidate to complete */ - dsb(); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate the Data cache for the given address range. -* If the bytes specified by the address (adr) are cached by the -* Data cache,the cacheline containing that byte is invalidated. -* If the cacheline is modified (dirty), the modified contents are -* lost and are NOT written to system memory before the line is -* invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len) -{ - const u32 cacheline = 32U; - u32 end; - u32 tempadr = adr; - u32 tempend; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - end = tempadr + len; - tempend = end; - /* Select L1 Data cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - - if ((tempadr & (cacheline-1U)) != 0U) { - tempadr &= (~(cacheline - 1U)); - - Xil_DCacheFlushLine(tempadr); - } - if ((tempend & (cacheline-1U)) != 0U) { - tempend &= (~(cacheline - 1U)); - - Xil_DCacheFlushLine(tempend); - } - - while (tempadr < tempend) { - - /* Invalidate Data cache line */ - asm_inval_dc_line_mva_poc(tempadr); - - tempadr += cacheline; - } - } - - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the entire Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlush(void) -{ - register u32 CsidReg, C7Reg; - u32 CacheSize, LineSize, NumWays; - u32 Way, WayIndex, Set, SetIndex, NumSet; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - -#if defined (__GNUC__) - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_CACHE_SIZE_ID,CsidReg); -#endif - /* Determine Cache Size */ - - CacheSize = (CsidReg >> 13U) & 0x000001FFU; - CacheSize += 0x00000001U; - CacheSize *= (u32)128; /* to get number of bytes */ - - /* Number of Ways */ - NumWays = (CsidReg & 0x000003ffU) >> 3U; - NumWays += 0x00000001U; - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - NumSet = CacheSize/NumWays; - NumSet /= (0x00000001U << LineSize); - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex = 0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex = 0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set; - /* Flush by Set/Way */ - asm_clean_inval_dc_line_sw(C7Reg); - - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += 0x40000000U; - } - - /* Wait for flush to complete */ - dsb(); - mtcpsr(currmask); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush a Data cache line. If the byte specified by the address (adr) -* is cached by the Data cache, the cacheline containing that byte is -* invalidated. If the cacheline is modified (dirty), the entire -* contents of the cacheline are written to system memory before the -* line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheFlushLine(INTPTR adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, (adr & (~0x1F))); - - /* Wait for flush to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the Data cache for the given address range. -* If the bytes specified by the address (adr) are cached by the -* Data cache, the cacheline containing those bytes is invalidated.If -* the cacheline is modified (dirty), the written to system memory -* before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlushRange(INTPTR adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0x00000000U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr &= ~(cacheline - 1U); - - while (LocalAddr < end) { - /* Flush Data cache line */ - asm_clean_inval_dc_line_mva_poc(LocalAddr); - - LocalAddr += cacheline; - } - } - dsb(); - mtcpsr(currmask); -} -/****************************************************************************/ -/** -* @brief Store a Data cache line. If the byte specified by the address -* (adr) is cached by the Data cache and the cacheline is modified -* (dirty), the entire contents of the cacheline are written to -* system memory.After the store completes, the cacheline is marked -* as unmodified (not dirty). -* -* @param adr: 32bit address of the data to be stored -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheStoreLine(INTPTR adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - mtcp(XREG_CP15_CLEAN_DC_LINE_MVA_POC, (adr & (~0x1F))); - - /* Wait for store to complete */ - dsb(); - isb(); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Enable the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheEnable(void) -{ - register u32 CtrlReg; - - /* enable caches only if they are disabled */ -#if defined (__GNUC__) - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#endif - if ((CtrlReg & XREG_CP15_CONTROL_I_BIT)==0x00000000U) { - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0); - - /* enable the instruction cache */ - CtrlReg |= (XREG_CP15_CONTROL_I_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - } -} - -/****************************************************************************/ -/** -* @brief Disable the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheDisable(void) -{ - register u32 CtrlReg; - - dsb(); - - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0); - - /* disable the instruction cache */ -#if defined (__GNUC__) - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,CtrlReg); -#endif - - CtrlReg &= ~(XREG_CP15_CONTROL_I_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Invalidate the entire instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheInvalidate(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1); - - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0); - - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate an instruction cache line.If the instruction specified -* by the address is cached by the instruction cache, the -* cacheline containing that instruction is invalidated. -* -* @param adr: 32bit address of the instruction to be invalidated. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_ICacheInvalidateLine(INTPTR adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1); - mtcp(XREG_CP15_INVAL_IC_LINE_MVA_POU, (adr & (~0x1F))); - - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate the instruction cache for the given address range. -* If the bytes specified by the address (adr) are cached by the -* Data cache, the cacheline containing that byte is invalidated. -* If the cachelineis modified (dirty), the modified contents are -* lost and are NOT written to system memory before the line is -* invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0x00000000U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 I-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - - while (LocalAddr < end) { - - /* Invalidate L1 I-cache line */ - asm_inval_ic_line_mva_pou(LocalAddr); - - LocalAddr += cacheline; - } - } - - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_cache.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_cache.h deleted file mode 100644 index fcc7450..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_cache.h +++ /dev/null @@ -1,95 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.h -* -* @addtogroup r5_cache_apis Cortex R5 Processor Cache Functions -* -* Cache functions provide access to cache related operations such as flush -* and invalidate for instruction and data caches. It gives option to perform -* the cache operations on a single cacheline, a range of memory and an entire -* cache. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.00 	pkp  02/20/14 First release
-* 6.2   mus  01/27/17 Updated to support IAR compiler
-* 
-* -******************************************************************************/ -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -#if defined (__GNUC__) -#define asm_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)) - -#define asm_clean_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)) - -#define asm_clean_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)) - -#define asm_inval_ic_line_mva_pou(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)) -#elif defined (__ICCARM__) -#define asm_inval_dc_line_mva_poc(param) __asm volatile("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)) - -#define asm_clean_inval_dc_line_sw(param) __asm volatile("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)) - -#define asm_clean_inval_dc_line_mva_poc(param) __asm volatile("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)) - -#define asm_inval_ic_line_mva_pou(param) __asm volatile("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)) -#endif - -/** - *@endcond - */ - -void Xil_DCacheEnable(void); -void Xil_DCacheDisable(void); -void Xil_DCacheInvalidate(void); -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len); -void Xil_DCacheFlush(void); -void Xil_DCacheFlushRange(INTPTR adr, u32 len); -void Xil_DCacheInvalidateLine(INTPTR adr); -void Xil_DCacheFlushLine(INTPTR adr); -void Xil_DCacheStoreLine(INTPTR adr); - -void Xil_ICacheEnable(void); -void Xil_ICacheDisable(void); -void Xil_ICacheInvalidate(void); -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len); -void Xil_ICacheInvalidateLine(INTPTR adr); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup r5_cache_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mmu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mmu.h deleted file mode 100644 index 7754298..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mmu.h +++ /dev/null @@ -1,54 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* This file only includes xil_mpu.h which contains Xil_SetTlbAttributes API -* defined for MPU in R5. R5 does not have mmu and for usage of similar API -* the file has been created. -* -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.0	pkp  2/12/15 Initial version
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef XIL_MMU_H -#define XIL_MMU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/***************************** Include Files *********************************/ - -#include "xil_mpu.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MMU_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mpu.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mpu.c deleted file mode 100644 index ff13d1e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mpu.c +++ /dev/null @@ -1,610 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mpu.c -* -* This file provides APIs for enabling/disabling MPU and setting the memory -* attributes for sections, in the MPU translation table. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 6.2   mus  01/27/17 Updated to support IAR compiler
-* 6.4   asa  08/16/17 Added many APIs for MPU access to make MPU usage
-* 					  user-friendly. The APIs added are: Xil_UpdateMPUConfig,
-* 					  Xil_GetMPUConfig, Xil_GetNumOfFreeRegions,
-* 					  Xil_GetNextMPURegion, Xil_DisableMPURegionByRegNum,
-* 					  Xil_GetMPUFreeRegMask, Xil_SetMPURegionByRegNum, and
-* 					  Xil_InitializeExistingMPURegConfig.
-* 					  Added a new array of structure of type XMpuConfig to
-* 					  represent the MPU configuration table.
-* 6.8  aru  07/02/18 Returned the pointer instead of address
-*			of that pointer in Xil_MemMap().
-* 7.5  asa  03/01/21  Ensure that Mpu_Config does not stay in .boot/.vector
-*                     sections which generally should be executable code
-*                     which can be allocated and not written.
-*                     Mpu_Config array is populated during boot time, hence
-*                     cannot be placed in .bss or .data section. Putting
-*                     Mpu_Config in a new .bootdata section.
-* 
-* -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_mpu.h" -#include "xdebug.h" -#include "xstatus.h" -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ -#define MPU_REGION_SIZE_MIN 0x20 -/************************** Variable Definitions *****************************/ - -static const struct { - u64 size; - unsigned int encoding; -}region_size[] = { - { 0x20, REGION_32B }, - { 0x40, REGION_64B }, - { 0x80, REGION_128B }, - { 0x100, REGION_256B }, - { 0x200, REGION_512B }, - { 0x400, REGION_1K }, - { 0x800, REGION_2K }, - { 0x1000, REGION_4K }, - { 0x2000, REGION_8K }, - { 0x4000, REGION_16K }, - { 0x8000, REGION_32K }, - { 0x10000, REGION_64K }, - { 0x20000, REGION_128K }, - { 0x40000, REGION_256K }, - { 0x80000, REGION_512K }, - { 0x100000, REGION_1M }, - { 0x200000, REGION_2M }, - { 0x400000, REGION_4M }, - { 0x800000, REGION_8M }, - { 0x1000000, REGION_16M }, - { 0x2000000, REGION_32M }, - { 0x4000000, REGION_64M }, - { 0x8000000, REGION_128M }, - { 0x10000000, REGION_256M }, - { 0x20000000, REGION_512M }, - { 0x40000000, REGION_1G }, - { 0x80000000, REGION_2G }, - { 0x100000000, REGION_4G }, -}; - -#if defined (__GNUC__) -XMpu_Config Mpu_Config __attribute__((section(".bootdata"))); -#elif defined (__ICCARM__) -#pragma default_function_attributes = @ ".bootdata" -XMpu_Config Mpu_Config; -#endif - -/************************** Function Prototypes ******************************/ -void Xil_InitializeExistingMPURegConfig(void); -/*****************************************************************************/ -/** -* @brief This function sets the memory attributes for a section covering -* 1MB, of memory in the translation table. -* -* @param addr: 32-bit address for which memory attributes need to be set. -* @param attrib: Attribute for the given memory region. -* @return None. -* -* -******************************************************************************/ -void Xil_SetTlbAttributes(INTPTR addr, u32 attrib) -{ - INTPTR Localaddr = addr; - Localaddr &= (~(0xFFFFFU)); - /* Setting the MPU region with given attribute with 1MB size */ - Xil_SetMPURegion(Localaddr, 0x100000, attrib); -} - -/*****************************************************************************/ -/** -* @brief Set the memory attributes for a section of memory in the -* translation table. -* -* @param addr: 32-bit address for which memory attributes need to be set.. -* @param size: size is the size of the region. -* @param attrib: Attribute for the given memory region. -* @return None. -* -* -******************************************************************************/ -u32 Xil_SetMPURegion(INTPTR addr, u64 size, u32 attrib) -{ - u32 Regionsize = 0; - INTPTR Localaddr = addr; - u32 NextAvailableMemRegion; - unsigned int i; - - NextAvailableMemRegion = Xil_GetNextMPURegion(); - if (NextAvailableMemRegion == 0xFF) { - xdbg_printf(DEBUG, "No regions available\r\n"); - return XST_FAILURE; - } - - Xil_DCacheFlush(); - Xil_ICacheInvalidate(); - - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,NextAvailableMemRegion); - isb(); - - /* Lookup the size. */ - for (i = 0; i < sizeof region_size / sizeof region_size[0]; i++) { - if (size <= region_size[i].size) { - Regionsize = region_size[i].encoding; - break; - } - } - - Localaddr &= ~(region_size[i].size - 1); - - Regionsize <<= 1; - Regionsize |= REGION_EN; - dsb(); - mtcp(XREG_CP15_MPU_REG_BASEADDR, Localaddr); /* Set base address of a region */ - mtcp(XREG_CP15_MPU_REG_ACCESS_CTRL, attrib); /* Set the control attribute */ - mtcp(XREG_CP15_MPU_REG_SIZE_EN, Regionsize); /* set the region size and enable it*/ - dsb(); - isb(); - Xil_UpdateMPUConfig(NextAvailableMemRegion, Localaddr, Regionsize, attrib); - return XST_SUCCESS; -} -/*****************************************************************************/ -/** -* @brief Enable MPU for Cortex R5 processor. This function invalidates I -* cache and flush the D Caches, and then enables the MPU. -* -* @return None. -* -******************************************************************************/ -void Xil_EnableMPU(void) -{ - u32 CtrlReg, Reg; - s32 DCacheStatus=0, ICacheStatus=0; - /* enable caches only if they are disabled */ -#if defined (__GNUC__) - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,CtrlReg); -#endif - if ((CtrlReg & XREG_CP15_CONTROL_C_BIT) != 0x00000000U) { - DCacheStatus=1; - } - if ((CtrlReg & XREG_CP15_CONTROL_I_BIT) != 0x00000000U) { - ICacheStatus=1; - } - - if(DCacheStatus != 0) { - Xil_DCacheDisable(); - } - if(ICacheStatus != 0){ - Xil_ICacheDisable(); - } -#if defined (__GNUC__) - Reg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,Reg); -#endif - Reg |= 0x00000001U; - dsb(); - mtcp(XREG_CP15_SYS_CONTROL, Reg); - isb(); - /* enable caches only if they are disabled in routine*/ - if(DCacheStatus != 0) { - Xil_DCacheEnable(); - } - if(ICacheStatus != 0) { - Xil_ICacheEnable(); - } -} - -/*****************************************************************************/ -/** -* @brief Disable MPU for Cortex R5 processors. This function invalidates I -* cache and flush the D Caches, and then disabes the MPU. -* -* @return None. -* -******************************************************************************/ -void Xil_DisableMPU(void) -{ - u32 CtrlReg, Reg; - s32 DCacheStatus=0, ICacheStatus=0; - /* enable caches only if they are disabled */ - -#if defined (__GNUC__) - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,CtrlReg); -#endif - if ((CtrlReg & XREG_CP15_CONTROL_C_BIT) != 0x00000000U) { - DCacheStatus=1; - } - if ((CtrlReg & XREG_CP15_CONTROL_I_BIT) != 0x00000000U) { - ICacheStatus=1; - } - - if(DCacheStatus != 0) { - Xil_DCacheDisable(); - } - if(ICacheStatus != 0){ - Xil_ICacheDisable(); - } - - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0); -#if defined (__GNUC__) - Reg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,Reg); -#endif - Reg &= ~(0x00000001U); - dsb(); - mtcp(XREG_CP15_SYS_CONTROL, Reg); - isb(); - /* enable caches only if they are disabled in routine*/ - if(DCacheStatus != 0) { - Xil_DCacheEnable(); - } - if(ICacheStatus != 0) { - Xil_ICacheEnable(); - } -} - -/*****************************************************************************/ -/** -* @brief Update the MPU configuration for the requested region number in -* the global MPU configuration table. -* -* @param reg_num: The requested region number to be updated information for. -* @param address: 32 bit address for start of the region. -* @param size: Requested size of the region. -* @param attrib: Attribute for the corresponding region. -* @return XST_FAILURE: When the requested region number if 16 or more. -* XST_SUCCESS: When the MPU configuration table is updated. -* -* -******************************************************************************/ -u32 Xil_UpdateMPUConfig(u32 reg_num, INTPTR address, u32 size, u32 attrib) -{ - u32 ReturnVal = XST_SUCCESS; - u32 Tempsize = size; - u32 Index; - - if (reg_num >= MAX_POSSIBLE_MPU_REGS) { - xdbg_printf(DEBUG, "Invalid region number\r\n"); - ReturnVal = XST_FAILURE; - goto exit; - } - - if (size & REGION_EN) { - Mpu_Config[reg_num].RegionStatus = MPU_REG_ENABLED; - Mpu_Config[reg_num].BaseAddress = address; - Tempsize &= (~REGION_EN); - Tempsize >>= 1; - /* Lookup the size. */ - for (Index = 0; Index < - sizeof region_size / sizeof region_size[0]; Index++) { - if (Tempsize <= region_size[Index].encoding) { - Mpu_Config[reg_num].Size = region_size[Index].size; - break; - } - } - Mpu_Config[reg_num].Attribute = attrib; - } else { - Mpu_Config[reg_num].RegionStatus = 0U; - Mpu_Config[reg_num].BaseAddress = 0U; - Mpu_Config[reg_num].Size = 0U; - Mpu_Config[reg_num].Attribute = 0U; - } - -exit: - return ReturnVal; -} - -/*****************************************************************************/ -/** -* @brief The MPU configuration table is passed to the caller. -* -* @param mpuconfig: This is of type XMpu_Config which is an array of -* 16 entries of type structure representing the MPU config table -* @return none -* -* -******************************************************************************/ -void Xil_GetMPUConfig (XMpu_Config mpuconfig) { - u32 Index = 0U; - - while (Index < MAX_POSSIBLE_MPU_REGS) { - mpuconfig[Index].RegionStatus = Mpu_Config[Index].RegionStatus; - mpuconfig[Index].BaseAddress = Mpu_Config[Index].BaseAddress; - mpuconfig[Index].Attribute = Mpu_Config[Index].Attribute; - mpuconfig[Index].Size = Mpu_Config[Index].Size; - Index++; - } -} - -/*****************************************************************************/ -/** -* @brief Returns the total number of free MPU regions available. -* -* @return Number of free regions available to users -* -* -******************************************************************************/ -u32 Xil_GetNumOfFreeRegions (void) { - u32 Index = 0U; - int NumofFreeRegs = 0U; - - while (Index < MAX_POSSIBLE_MPU_REGS) { - if (MPU_REG_DISABLED == Mpu_Config[Index].RegionStatus) { - NumofFreeRegs++; - } - Index++; - } - return NumofFreeRegs; -} - -/*****************************************************************************/ -/** -* @brief Returns the total number of free MPU regions available in the form -* of a mask. A bit of 1 in the returned 16 bit value represents the -* corresponding region number to be available. -* For example, if this function returns 0xC0000, this would mean, the -* regions 14 and 15 are available to users. -* -* @return The free region mask as a 16 bit value -* -* -******************************************************************************/ -u16 Xil_GetMPUFreeRegMask (void) { - u32 Index = 0U; - u16 FreeRegMask = 0U; - - while (Index < MAX_POSSIBLE_MPU_REGS) { - if (MPU_REG_DISABLED == Mpu_Config[Index].RegionStatus) { - FreeRegMask |= (1U << Index); - } - Index++; - } - return FreeRegMask; -} - -/*****************************************************************************/ -/** -* @brief Disables the corresponding region number as passed by the user. -* -* @param reg_num: The region number to be disabled -* @return XST_SUCCESS: If the region could be disabled successfully -* XST_FAILURE: If the requested region number is 16 or more. -* -* -******************************************************************************/ -u32 Xil_DisableMPURegionByRegNum (u32 reg_num) { - u32 Temp = 0U; - u32 ReturnVal = XST_FAILURE; - - if (reg_num >= 16U) { - xdbg_printf(DEBUG, "Invalid region number\r\n"); - goto exit1; - } - Xil_DCacheFlush(); - Xil_ICacheInvalidate(); - - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,reg_num); -#if defined (__GNUC__) - Temp = mfcp(XREG_CP15_MPU_REG_SIZE_EN); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_MPU_REG_SIZE_EN,Temp); -#endif - Temp &= (~REGION_EN); - dsb(); - mtcp(XREG_CP15_MPU_REG_SIZE_EN,Temp); - dsb(); - isb(); - Xil_UpdateMPUConfig(reg_num, 0U, 0U, 0U); - ReturnVal = XST_SUCCESS; - -exit1: - return ReturnVal; -} - -/*****************************************************************************/ -/** -* @brief Enables the corresponding region number as passed by the user. -* -* @param reg_num: The region number to be enabled -* @param addr: 32 bit address for start of the region. -* @param size: Requested size of the region. -* @param attrib: Attribute for the corresponding region. -* @return XST_SUCCESS: If the region could be created successfully -* XST_FAILURE: If the requested region number is 16 or more. -* -* -******************************************************************************/ -u32 Xil_SetMPURegionByRegNum (u32 reg_num, INTPTR addr, u64 size, u32 attrib) -{ - u32 ReturnVal = XST_SUCCESS; - INTPTR Localaddr = addr; - u32 Regionsize = 0; - u32 Index; - - if (reg_num >= 16U) { - xdbg_printf(DEBUG, "Invalid region number\r\n"); - ReturnVal = XST_FAILURE; - goto exit2; - } - - if (Mpu_Config[reg_num].RegionStatus == MPU_REG_ENABLED) { - xdbg_printf(DEBUG, "Region already enabled\r\n"); - ReturnVal = XST_FAILURE; - goto exit2; - } - - Xil_DCacheFlush(); - Xil_ICacheInvalidate(); - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,reg_num); - isb(); - - /* Lookup the size. */ - for (Index = 0; Index < - sizeof region_size / sizeof region_size[0]; Index++) { - if (size <= region_size[Index].size) { - Regionsize = region_size[Index].encoding; - break; - } - } - - Localaddr &= ~(region_size[Index].size - 1); - Regionsize <<= 1; - Regionsize |= REGION_EN; - dsb(); - mtcp(XREG_CP15_MPU_REG_BASEADDR, Localaddr); - mtcp(XREG_CP15_MPU_REG_ACCESS_CTRL, attrib); - mtcp(XREG_CP15_MPU_REG_SIZE_EN, Regionsize); - dsb(); - isb(); - Xil_UpdateMPUConfig(reg_num, Localaddr, Regionsize, attrib); -exit2: - return ReturnVal; - -} - -/*****************************************************************************/ -/** -* @brief Initializes the MPU configuration table that are setup in the -* R5 boot code in the Init_Mpu function called before C main. -* -* @return none -* -* -******************************************************************************/ -void Xil_InitializeExistingMPURegConfig(void) -{ - u32 Index = 0U; - u32 Index1 = 0U; - u32 MPURegSize; - INTPTR MPURegBA; - u32 MPURegAttrib; - u32 Tempsize; - - while (Index < MAX_POSSIBLE_MPU_REGS) { - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,Index); -#if defined (__GNUC__) - MPURegSize = mfcp(XREG_CP15_MPU_REG_SIZE_EN); - MPURegBA = mfcp(XREG_CP15_MPU_REG_BASEADDR); - MPURegAttrib = mfcp(XREG_CP15_MPU_REG_ACCESS_CTRL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_MPU_REG_SIZE_EN,MPURegSize); - mfcp(XREG_CP15_MPU_REG_BASEADDR, MPURegBA); - mfcp(XREG_CP15_MPU_REG_ACCESS_CTRL, MPURegAttrib); -#endif - if (MPURegSize & REGION_EN) { - Mpu_Config[Index].RegionStatus = MPU_REG_ENABLED; - Mpu_Config[Index].BaseAddress = MPURegBA; - Mpu_Config[Index].Attribute = MPURegAttrib; - Tempsize = MPURegSize & (~REGION_EN); - Tempsize >>= 1; - for (Index1 = 0; Index1 < - (sizeof (region_size) / sizeof (region_size[0])); Index1++) { - if (Tempsize <= region_size[Index1].encoding) { - Mpu_Config[Index].Size = region_size[Index1].size; - break; - } - } - } - Index++; - } -} - -/*****************************************************************************/ -/** -* @brief Returns the next available free MPU region -* -* @return The free MPU region available -* -* -******************************************************************************/ -u32 Xil_GetNextMPURegion(void) -{ - u32 Index = 0U; - u32 NextAvailableReg = 0xFF; - while (Index < MAX_POSSIBLE_MPU_REGS) { - if (Mpu_Config[Index].RegionStatus != MPU_REG_ENABLED) { - NextAvailableReg = Index; - break; - } - Index++; - } - return NextAvailableReg; -} - -#ifdef __GNUC__ -#define u32overflow(a, b) ({typeof(a) s; __builtin_uadd_overflow(a, b, &s); }) -#else -#define u32overflow(a, b) ((a) > ((a) + (b))) -#endif /* __GNUC__ */ - -/*****************************************************************************/ -/** -* @brief Memory mapping for Cortex-R5F. If successful, the mapped -* region will include all of the memory requested, but may -* include more. Specifically, it will be a power of 2 in -* size, aligned on a boundary of that size. -* -* @param Physaddr is base physical address at which to start mapping. -* NULL in Physaddr masks possible mapping errors. -* @param size of region to be mapped. -* @param flags used to set translation table. -* -* @return Physaddr on success, NULL on error. Ambiguous if Physaddr==NULL -* -* @cond Xil_MemMap_internal -* @note: u32overflow() is defined for readability and (for __GNUC__) to -* - force the type of the check to be the same as the first argument -* - hide the otherwise unused third argument of the builtin -* - improve safety by choosing the explicit _uadd_ version. -* Consider __builtin_add_overflow_p() when available. -* Use an alternative (less optimal?) for compilers w/o the builtin. -* @endcond -******************************************************************************/ -void *Xil_MemMap(UINTPTR Physaddr, size_t size, u32 flags) -{ - size_t Regionsize = MPU_REGION_SIZE_MIN; - UINTPTR Basephysaddr = 0, end = Physaddr + size; - - if (!flags) - return (void *)Physaddr; - if (u32overflow(Physaddr, size)) - return NULL; - for ( ; Regionsize != 0; Regionsize <<= 1) { - if (Regionsize >= size) { - Basephysaddr = Physaddr & ~(Regionsize - 1); - if (u32overflow(Basephysaddr, Regionsize)) - break; - if ((Basephysaddr + Regionsize) >= end) - return Xil_SetMPURegion(Basephysaddr, - Regionsize, flags) == XST_SUCCESS ? - (void *)Physaddr : NULL; - } - } - return NULL; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mpu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mpu.h deleted file mode 100644 index 06fa5cc..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mpu.h +++ /dev/null @@ -1,115 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* -* @addtogroup r5_mpu_apis Cortex R5 Processor MPU specific APIs -* -* MPU functions provides access to MPU operations such as enable MPU, disable -* MPU and set attribute for section of memory. -* Boot code invokes Init_MPU function to configure the MPU. A total of 10 MPU -* regions are allocated with another 6 being free for users. Overview of the -* memory attributes for different MPU regions is as given below, -* -*| | Memory Range | Attributes of MPURegion | -*|-----------------------|-------------------------|-----------------------------| -*| DDR | 0x00000000 - 0x7FFFFFFF | Normal write-back Cacheable | -*| PL | 0x80000000 - 0xBFFFFFFF | Strongly Ordered | -*| QSPI | 0xC0000000 - 0xDFFFFFFF | Device Memory | -*| PCIe | 0xE0000000 - 0xEFFFFFFF | Device Memory | -*| STM_CORESIGHT | 0xF8000000 - 0xF8FFFFFF | Device Memory | -*| RPU_R5_GIC | 0xF9000000 - 0xF90FFFFF | Device memory | -*| FPS | 0xFD000000 - 0xFDFFFFFF | Device Memory | -*| LPS | 0xFE000000 - 0xFFFFFFFF | Device Memory | -*| OCM | 0xFFFC0000 - 0xFFFFFFFF | Normal write-back Cacheable | -* -* -* @note -* For a system where DDR is less than 2GB, region after DDR and before PL is -* marked as undefined in translation table. Memory range 0xFE000000-0xFEFFFFFF is -* allocated for upper LPS slaves, where as memory region 0xFF000000-0xFFFFFFFF is -* allocated for lower LPS slaves. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 6.4   asa  08/16/17 Added many APIs for MPU access to make MPU usage
-* 					  user-friendly. The APIs added are: Xil_UpdateMPUConfig,
-* 					  Xil_GetMPUConfig, Xil_GetNumOfFreeRegions,
-* 					  Xil_GetNextMPURegion, Xil_DisableMPURegionByRegNum,
-* 					  Xil_GetMPUFreeRegMask, Xil_SetMPURegionByRegNum, and
-* 					  Xil_InitializeExistingMPURegConfig.
-* 					  Added a new array of structure of type XMpuConfig to
-* 					  represent the MPU configuration table.
-* 
-* - -* -* -******************************************************************************/ -/** - *@cond nocomments - */ - -#ifndef XIL_MPU_H -#define XIL_MPU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ -#include "xil_types.h" -/***************************** Include Files *********************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ -#define MPU_REG_DISABLED 0U -#define MPU_REG_ENABLED 1U -#define MAX_POSSIBLE_MPU_REGS 16U -/**************************** Type Definitions *******************************/ -struct XMpuConfig{ - u32 RegionStatus; /* Enabled or disabled */ - INTPTR BaseAddress;/* MPU region base address */ - u64 Size; /* MPU region size address */ - u32 Attribute; /* MPU region size attribute */ -}; - -typedef struct XMpuConfig XMpu_Config[MAX_POSSIBLE_MPU_REGS]; - -extern XMpu_Config Mpu_Config; -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -/** - *@endcond - */ - -void Xil_SetTlbAttributes(INTPTR Addr, u32 attrib); -void Xil_EnableMPU(void); -void Xil_DisableMPU(void); -u32 Xil_SetMPURegion(INTPTR addr, u64 size, u32 attrib); -u32 Xil_UpdateMPUConfig(u32 reg_num, INTPTR address, u32 size, u32 attrib); -void Xil_GetMPUConfig (XMpu_Config mpuconfig); -u32 Xil_GetNumOfFreeRegions (void); -u32 Xil_GetNextMPURegion(void); -u32 Xil_DisableMPURegionByRegNum (u32 reg_num); -u16 Xil_GetMPUFreeRegMask (void); -u32 Xil_SetMPURegionByRegNum (u32 reg_num, INTPTR addr, u64 size, u32 attrib); -void* Xil_MemMap(UINTPTR Physaddr, size_t size, u32 flags); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MPU_H */ -/** -* @} End of "addtogroup r5_mpu_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpm_counter.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpm_counter.c deleted file mode 100644 index fc90230..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpm_counter.c +++ /dev/null @@ -1,470 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.c -* -* This file contains APIs for configuring and controlling the Cortex-R5 -* Performance Monitor Events. For more information about the event counters, -* see xpm_counter.h. -* The file contains APIs to setup an event, return the event counter value, -* disable event(s), enable events, reset event counters. -* It also provides a helper function: Xpm_SleepPerfCounter that is used to -* implement sleep routines in non-OS environment. -* It also contains two APIs which are being deprecated. Users are advised -* not to use them. -* On usage of these APIs, please refer to xpm_conter_example.c file which can -* be found at standalone example folder. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 6.2   mus  01/27/17 Updated to support IAR compiler
-* 7.1   aru  04/15/19 Updated the events correctly
-* 7.2   mus  01/29/20 Added helper function Xpm_SleepPerfCounter for sleep
-*                     routines. It would be consumed by sleep routines for
-*                     delay generation through CortexR5 PMU cycle counter,if
-*                     TTC2 as well as TTC3 is not present in HW design. User
-*                     can add compiler flag "DONT_USE_PMU_FOR_SLEEP_ROUTINES"
-*                     in BSP compiler flags to avoid using PMU cycle counter
-*                     for sleep routines.
-* 7.2   asa  03/18/20 Add implementation for new APIs that simplifies the
-*                     existing event handling mechanism.
-*                     Older APIs are being deprecated.
-* 7.6   mus  09/16/21 PmcrEventCfg32 is declared with deprecate attribute and
-*                     being used in one of the deprecated function,
-*                     that is always resulting into complialation
-*                     warning. Removed deprecate attribute from PmcrEventCfg32
-*                     to fix un-necessary warning CR#1110990.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xpm_counter.h" -#include "xil_sleeptimer.h" -#include "xtime_l.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ -typedef const u32 PmcrEventCfg32[XPM_CTRCOUNT]; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions *****************************/ - - -/******************************************************************************/ - -/****************************************************************************/ -/** -* -* @brief This function disables the Cortex R5 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_DisableEventCounters(void) -{ - u32 RegVal; - /* Disable the event counters */ -#ifdef __GNUC__ - RegVal = mfcp(XREG_CP15_COUNT_ENABLE_CLR); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_COUNT_ENABLE_CLR, RegVal); -#else - { register u32 C15Reg __asm(XREG_CP15_COUNT_ENABLE_CLR); - RegVal = C15Reg; } -#endif - RegVal |= XPM_EVENT_CNTRS_MASK; - mtcp(XREG_CP15_COUNT_ENABLE_CLR, RegVal); -} - -/****************************************************************************/ -/** -* -* @brief This function enables the Cortex R5 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_EnableEventCounters(void) -{ - u32 RegVal; - /* Enable the event counters */ -#ifdef __GNUC__ - RegVal = mfcp(XREG_CP15_COUNT_ENABLE_SET); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_COUNT_ENABLE_SET, RegVal); -#else - { register u32 C15Reg __asm(XREG_CP15_COUNT_ENABLE_SET); - RegVal = C15Reg; } -#endif - RegVal |= XPM_EVENT_CNTRS_MASK; - mtcp(XREG_CP15_COUNT_ENABLE_SET, RegVal); -} - -/****************************************************************************/ -/** -* -* @brief This function resets the Cortex R5 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_ResetEventCounters(void) -{ - u32 Reg; - -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_PERF_MONITOR_CTRL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_CTRL, Reg); -#else - { register u32 C15Reg __asm(XREG_CP15_PERF_MONITOR_CTRL); - Reg = C15Reg; } -#endif - Reg |= (1U << 2U); /* reset event counters */ - mtcp(XREG_CP15_PERF_MONITOR_CTRL, Reg); -} - -/*****************************************************************************/ -/** - * - * Disables the requested event counter. - * - * - * @param EventCntrId: Event Counter ID. The counter ID is the same that - * was earlier returned through a call to Xpm_SetUpAnEvent. - * Cortex-R5 supports only 3 counters. The valid values are 0, 1, - * or 2. - * - * @return - * - XST_SUCCESS if successful. - * - XST_FAILURE if the passed Counter ID is invalid - * (i.e. greater than 2). - * - ******************************************************************************/ -u32 Xpm_DisableEvent(u32 EventCntrId) -{ - u32 Counters; - u32 CntrMask = 0x1U; - - if (EventCntrId > XPM_MAX_EVENTHANDLER_ID) { - xil_printf("Invalid EventHandlerID\r\n"); - return XST_FAILURE; - } else { - CntrMask = CntrMask << EventCntrId; -#ifdef __GNUC__ - Counters = mfcp(XREG_CP15_COUNT_ENABLE_CLR); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_COUNT_ENABLE_CLR, Counters); -#else - { register u32 C15Reg __asm(XREG_CP15_COUNT_ENABLE_CLR); - Counters = C15Reg; } -#endif - Counters &= ~CntrMask; - mtcp(XREG_CP15_COUNT_ENABLE_CLR, Counters); - return XST_SUCCESS; - } -} - -/*****************************************************************************/ -/** - * - * Sets up one of the event counters to count events based on the Event ID - * passed. For supported Event IDs please refer xpm_counter.h. - * Upon invoked, the API searches for an available counter. After finding - * one, it sets up the counter to count events for the requested event. - * - * - * @param EventID: For valid values, please refer xpm_counter.h. - * - * @return - * - Counter Number if successful. For Cortex-R5, valid return values are - * 0, 1, or 2. - * - XPM_NO_COUNTERS_AVAILABLE (0xFF) if all counters are being used - * - ******************************************************************************/ -u32 Xpm_SetUpAnEvent(u32 EventID) -{ - u32 Counters; - u32 OriginalCounters; - u32 Index; - -#ifdef __GNUC__ - OriginalCounters = mfcp(XREG_CP15_COUNT_ENABLE_SET); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_COUNT_ENABLE_SET, OriginalCounters); -#else - { register u32 C15Reg __asm(XREG_CP15_COUNT_ENABLE_SET); - OriginalCounters = C15Reg; } -#endif - OriginalCounters &= XPM_EVENT_CNTRS_BIT_MASK; - Counters = OriginalCounters; - if (Counters == XPM_ALL_EVENT_CNTRS_IN_USE) { - xil_printf("No counters available\r\n"); - return XPM_NO_COUNTERS_AVAILABLE; - } else { - for(Index = 0U; Index < XPM_CTRCOUNT; Index++) { - if ((Counters & 0x1U) == 0x0) { - break; - } else { - Counters = Counters >> 0x1U; - continue; - } - } - } - - /* Select event counter */ - mtcp(XREG_CP15_EVENT_CNTR_SEL, Index); - /* Set the event */ - mtcp(XREG_CP15_EVENT_TYPE_SEL, EventID); - /* Enable event counter */ - mtcp(XREG_CP15_COUNT_ENABLE_SET, OriginalCounters | (1U << Index)); - return Index; -} - -/*****************************************************************************/ -/** - * - * Reads the counter value for the requested counter ID. This is used to read - * the number of events that has been counted for the requsted event ID. - * This can only be called after a call to Xpm_SetUpAnEvent. - * - * - * @param EventCntrId: The counter ID is the same that was earlier - * returned through a call to Xpm_SetUpAnEvent. - * Cortex-R5 supports only 3 counters. The valid values are 0, 1, - * or 2. - * @param CntVal: Pointer to a 32 bit unsigned int type. This is used to return - * the event counter value. - * - * @return - * - XST_SUCCESS if successful. - * - XST_FAILURE if the passed Counter ID is invalid - * (i.e. greater than 2). - * - ******************************************************************************/ -u32 Xpm_GetEventCounter(u32 EventCntrId, u32 *CntVal) -{ - if (EventCntrId > XPM_MAX_EVENTHANDLER_ID) { - xil_printf("Invalid Event Handler ID\r\n"); - return XST_FAILURE; - } else { - mtcp(XREG_CP15_EVENT_CNTR_SEL, EventCntrId); -#ifdef __GNUC__ - *CntVal = mfcp(XREG_CP15_PERF_MONITOR_COUNT); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_COUNT, (*CntVal)); -#else - { register u32 C15Reg __asm(XREG_CP15_PERF_MONITOR_COUNT); - *CntVal = C15Reg; } -#endif - return XST_SUCCESS; - } -} - -/****************************************************************************/ -/** -* -* @brief This is helper function used by sleep/usleep APIs to generate -* delay in sec/usec -* -* @param delay - delay time in sec/usec -* @param frequency - Number of countes in second/micro second -* -* @return None. -* -*****************************************************************************/ - -void Xpm_SleepPerfCounter(u32 delay, u64 frequency) -{ - u64 tEnd = 0U; - u64 tCur = 0U; - XCntrVal TimeHighVal = 0U; - XCntrVal TimeLowVal1 = 0U; - XCntrVal TimeLowVal2 = 0U; - -#if defined (__GNUC__) - TimeLowVal1 = Xpm_ReadCycleCounterVal(); -#elif defined (__ICCARM__) - Xpm_ReadCycleCounterVal(TimeLowVal1); -#endif - tEnd = (u64)TimeLowVal1 + ((u64)(delay) * frequency); - do { -#if defined (__GNUC__) - TimeLowVal2 = Xpm_ReadCycleCounterVal(); -#elif defined (__ICCARM__) - Xpm_ReadCycleCounterVal(TimeLowVal2); -#endif - if (TimeLowVal2 < TimeLowVal1) { - TimeHighVal++; - } - TimeLowVal1 = TimeLowVal2; - tCur = (((u64) TimeHighVal) << XSLEEP_TIMER_REG_SHIFT) | - (u64)TimeLowVal2; - }while (tCur < tEnd); -} - -/****************************************************************************/ -/** -* -* @brief This function configures the Cortex R5 event counters controller, -* with the event codes, in a configuration selected by the user and -* enables the counters. -* -* @param PmcrCfg: Configuration value based on which the event counters -* are configured.XPM_CNTRCFG* values defined in xpm_counter.h can -* be utilized for setting configuration -* -* @return None. -* -*****************************************************************************/ -void Xpm_SetEvents(s32 PmcrCfg) -{ - u32 Counter; - static PmcrEventCfg32 PmcrEvents[] = { - - { - XPM_EVENT_SOFTINCR, - XPM_EVENT_INSTRCACHEMISS, - XPM_EVENT_DATACACHEMISS - }, - { - XPM_EVENT_DATACACHEACCESS, - XPM_EVENT_DATAREAD, - XPM_EVENT_DATAWRITE - }, - { - XPM_EVENT_INSTR, - XPM_EVENT_DUALINSTR, - XPM_EVENT_EXCEPTION - }, - { - XPM_EVENT_EXCEPTIONRET, - XPM_EVENT_CHANGETOCONTEXID, - XPM_EVENT_SWCHANGE - }, - { - XPM_EVENT_IMMEDIATEINSTR, - XPM_EVENT_PROCEDURERET, - XPM_EVENT_UNALIGNACCESS - }, - { - XPM_EVENT_BRANCHMISPREDICT, - XPM_EVENT_CLOCKCYCLES, - XPM_EVENT_BRANCHPREDICT - }, - { - XPM_EVENT_INSTRSTALL, - XPM_EVENT_DATASTALL, - XPM_EVENT_DATACACHEWRITE - }, - { - XPM_EVENT_EXTERNALMEMREQ, - XPM_EVENT_LSUSTALL, - XPM_EVENT_FORCEDRAINSTORE - }, - { - XPM_EVENT_INSTRTAGPARITY, - XPM_EVENT_INSTRDATAPARITY, - XPM_EVENT_DATATAGPARITY - }, - { - XPM_EVENT_DATADATAPARITY, - XPM_EVENT_TCMERRORPREFETCH, - XPM_EVENT_TCMERRORSTORE - }, - { - XPM_EVENT_INSTRCACHEACCESS, - XPM_EVENT_DUALISSUEA, - XPM_EVENT_DUALISSUEB - }, - { - XPM_EVENT_DUALISSUEOTHER, - XPM_EVENT_FPA, - XPM_EVENT_DATACACHEDATAERROR - }, - { - XPM_EVENT_DATACACHETAGERROR, - XPM_EVENT_PROCESSORLIVELOCK, - XPM_EVENT_ATCMMULTIBITERROR - }, - { - XPM_EVENT_B0TCMMULTIBITERROR, - XPM_EVENT_B1TCMMULTIBITERROR, - XPM_EVENT_ATCMSINGLEBITERROR - }, - { - XPM_EVENT_B0TCMSINGLEBITERROR, - XPM_EVENT_B1TCMSINGLEBITERROR, - XPM_EVENT_TCMERRORLSU - }, - { - XPM_EVENT_TCMERRORPFU, - XPM_EVENT_TCMFATALERRORAXI, - XPM_EVENT_TCMERRORAXI - }, - - }; - const u32 *ptr = PmcrEvents[PmcrCfg]; - - Xpm_DisableEventCounters(); - - for(Counter = 0U; Counter < XPM_CTRCOUNT; Counter++) { - - /* Select event counter */ - mtcp(XREG_CP15_EVENT_CNTR_SEL, Counter); - - /* Set the event */ - mtcp(XREG_CP15_EVENT_TYPE_SEL, ptr[Counter]); - } - - Xpm_ResetEventCounters(); - Xpm_EnableEventCounters(); -} - -/****************************************************************************/ -/** -* -* @brief This function disables the event counters and returns the counter -* values. -* -* @param PmCtrValue: Pointer to an array of type u32 PmCtrValue[6]. -* It is an output parameter which is used to return the PM -* counter values. -* -* @return None. -* -*****************************************************************************/ -void Xpm_GetEventCounters(u32 *PmCtrValue) -{ - u32 Counter; - - Xpm_DisableEventCounters(); - - for(Counter = 0U; Counter < XPM_CTRCOUNT; Counter++) { - - mtcp(XREG_CP15_EVENT_CNTR_SEL, Counter); -#ifdef __GNUC__ - PmCtrValue[Counter] = mfcp(XREG_CP15_PERF_MONITOR_COUNT); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_COUNT, PmCtrValue[Counter]); -#else - { register u32 Cp15Reg __asm(XREG_CP15_PERF_MONITOR_COUNT); - PmCtrValue[Counter] = Cp15Reg; } -#endif - } -} - - diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpm_counter.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpm_counter.h deleted file mode 100644 index f9511df..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpm_counter.h +++ /dev/null @@ -1,539 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.h -* -* @addtogroup r5_event_counter_apis Cortex R5 Event Counters Functions -* -* Cortex R5 event counter functions can be utilized to configure and control -* the Cortex-R5 performance monitor events. -* Cortex-R5 Performance Monitor has 3 event counters which can be used to -* count a variety of events described in Coretx-R5 TRM. The xpm_counter.h file -* defines configurations XPM_CNTRCFGx which can be used to program the event -* counters to count a set of events. -* -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 7.1   aru  04/15/19 Updated the events correctly
-* 7.2   mus  01/29/20 Added new macro Xpm_ReadCycleCounterVal, to
-*                     read PMU cycle counter value
-* 7.2   asa  03/18/20 Add prototypes for new APIs. Deprecate older
-*                     APIs. Add new macros being used in the new APIs.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPMCOUNTER_H /* prevent circular inclusions */ -#define XPMCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* Number of performance counters */ -#define XPM_CTRCOUNT 3U - -/* The following constants define the Cortex-R5 Performance Monitor Events */ - -/* - * Software increment. The register is incremented only on writes to the - * Software Increment Register - */ -#define XPM_EVENT_SOFTINCR 0x00U - -/* - * Instruction cache miss - * Each Instruction fetch from normal cacheable memory that causes a refill from - * the level 2 memory system generates this event.Accesses that do not cause a new - * cache refill, but are satisfied from refilling data of a previous miss are not - * counted. Where instruction fetches consists of multiple instructions, these - * accesses count as single events. - */ -#define XPM_EVENT_INSTRCACHEMISS 0x01 - -/* - * Data cache miss - * Each data read from or write to normal cacheable memory that causes a refill - * from the level 2 memory system generates this event.Accesses that do not cause - * a new cache refill, but are satisfied from refilling data of a previous miss are - * not counted. Each access to a cache line to normal cacheable memory that causes - * a new linefill is counted,including the multiple transactions of an LDM and STM - */ - -#define XPM_EVENT_DATACACHEMISS 0x03 - -/* - * Each access to a cache line is counted including the multiple transactions of - * an LDM, STM, or other operations. - */ - -#define XPM_EVENT_DATACACHEACCESS 0x04 - -/* - *Data read architecturally executed - *This evevt occurs for every every instruction that explicitly reads data, - *including SWP. - */ - -#define XPM_EVENT_DATAREAD 0x06 - -/* - *Data write architecturally executed - *This evevt occurs for every every instruction that explicitly writes data, - *including SWP. - */ - -#define XPM_EVENT_DATAWRITE 0x07 - -/* - *Instruction architecturally executed - */ - -#define XPM_EVENT_INSTR 0x08 -/* - * Dual-issued pair of instructions architecturally executed - */ - -#define XPM_EVENT_DUALINSTR 0x5E - -/* - * Exception taken - * This event occurs on each exception taken - */ - -#define XPM_EVENT_EXCEPTION 0x09 - -/* - * Exception return architecturally executed. - * This event occurs on every exception return - * for example: - * RFE,MOVS PC,LDM Rn, {..,PC}^ - */ - -#define XPM_EVENT_EXCEPTIONRET 0x0A - -/* - * Change to Context ID Executed - */ - -#define XPM_EVENT_CHANGETOCONTEXID 0x0B - -/* - * Software Change of PC, except by an exception, - * architecturally executed - */ - -#define XPM_EVENT_SWCHANGE 0x0C - -/* - * B immediate, BL immediate or BLX immediate instruction - * architecturally executed - * - */ - -#define XPM_EVENT_IMMEDIATEINSTR 0x0D - -/* - * Procedure return architecturally executed, other than exception returns - * For example: - * BZ Rm, "LDM Rn, {..,PC}" - */ - -#define XPM_EVENT_PROCEDURERET 0x0E - -/* - * Unaligned access architecturally executed - * This event occurs for each instruction that was to an unaligned - * address that either triggered an alignment fault, or would have done - * so if the SCTLR A-bit had been set. - */ - -#define XPM_EVENT_UNALIGNACCESS 0x0F - -/* - * Branch mispredicted or not predicted - * This event ocurs for every pipeline flush - * caused by a branch - */ - -#define XPM_EVENT_BRANCHMISPREDICT 0x10 - -/* - * Counts clock cycles when the Cortex-r5 processor is not in WFE/WFI. This - * event is not exported on the EVENT bus - */ - -#define XPM_EVENT_CLOCKCYCLES 0x11U - -/* - * Branches or other change in program flow that could have - * been predicted by the branch prediction resources of the processor. - */ - -#define XPM_EVENT_BRANCHPREDICT 0x12 - -/* - * Stall because instruction buffer cannot deliver an instruction - * This can indicate a cache miss. This event occurs every cycle where - * the conditions is present. - */ - -#define XPM_EVENT_INSTRSTALL 0x40 - -/* - * Stall because of data dependency between instructions. - * This event occurs every cycle where the condition is present. - */ - -#define XPM_EVENT_DATASTALL 0x41 - -/* - * Data cache write-back - * This event occurs once for each line that is written back from the cache. - */ - -#define XPM_EVENT_DATACACHEWRITE 0x42 - -/* - * External memory request - * Examples of this are cache refill, Non-cacheable accesses, write through - * writes, cache line evictions(write-back) - */ - -#define XPM_EVENT_EXTERNALMEMREQ 0x43U - -/* - * Stall because of LSU being busy - * This event takes place each clock cycle where the condition is met. - * A high incidence of this event indicates the pipeline is often waiting - * for transactions to complete on the external bus. - */ - -#define XPM_EVENT_LSUSTALL 0x44 - -/* - * Store Buffer was forced to drain completely - * Examples of this Fir cortex-R5 are DMB, Strongly ordered memory access, - * or similar events. - * - */ - -#define XPM_EVENT_FORCEDRAINSTORE 0x45 - -/* - * Instruction cache tag RAm parity or correctable ECC error - */ - -#define XPM_EVENT_INSTRTAGPARITY 0x4A - -/* - * Instruction cache data RAm parity or correctable ECC error - */ - -#define XPM_EVENT_INSTRDATAPARITY 0x4B - -/* - * Data cache tag or dirty RAM parity error or correctable ECC error, - * from data-side or ACP - */ - -#define XPM_EVENT_DATATAGPARITY 0x4C - -/* - * Data cache data RAM parity error or correctable ECC error - */ - -#define XPM_EVENT_DATADATAPARITY 0x4D - -/* - * TCM fatal ECC error reported from the prefetch unit - */ - -#define XPM_EVENT_TCMERRORPREFETCH 0x4E - -/* - * TCM fatal ECC error reported from the load/store unit - */ - -#define XPM_EVENT_TCMERRORSTORE 0x4F - -/* - * Instruction cache access - */ - -#define XPM_EVENT_INSTRCACHEACCESS 0x58 - -/* - * Dual issue case A(branch) - */ - -#define XPM_EVENT_DUALISSUEA 0x5A - -/* - * Dual issue case B1,B2,F2(load/store), F2D. - */ - -#define XPM_EVENT_DUALISSUEB 0x5B - -/* - * Dual issue other case - */ - -#define XPM_EVENT_DUALISSUEOTHER 0x5C - -/* - * Double precision floating point arithmetic or - * conversion instruction executed. - */ - -#define XPM_EVENT_FPA 0x5D - -/* - * Data cache data RAM fatal ECC error - */ - -#define XPM_EVENT_DATACACHEDATAERROR 0x60 - -/* - * Data cache tag/dirty RAM fatal ECC error, from data-side or ACP - */ - -#define XPM_EVENT_DATACACHETAGERROR 0x61 - -/* - * Processor livelock because of hard errors or exception vector - */ - -#define XPM_EVENT_PROCESSORLIVELOCK 0x62 - -/* - * ATCM Multi-bit error - */ - -#define XPM_EVENT_ATCMMULTIBITERROR 0x64 - -/* - * B0TCM Multi-bit error - */ - -#define XPM_EVENT_B0TCMMULTIBITERROR 0x65 - -/* - * B1TCM Multi-bit error - */ - -#define XPM_EVENT_B1TCMMULTIBITERROR 0x66 - -/* - * ATCM Single-bit error - */ - -#define XPM_EVENT_ATCMSINGLEBITERROR 0x67 - -/* - * B0TCM Single-bit error - */ - -#define XPM_EVENT_B0TCMSINGLEBITERROR 0x68 - -/* - * B1TCM Single-bit error - */ - -#define XPM_EVENT_B1TCMSINGLEBITERROR 0x69 - -/* - * TCM correctable ECC error reported by load/store unit - */ - -#define XPM_EVENT_TCMERRORLSU 0x6A - -/* - * TCM correctable ECC error reported by prefetch unit - */ - -#define XPM_EVENT_TCMERRORPFU 0x6B - -/* - * TCM fatal ECC error reported by AXI slave unit - */ - -#define XPM_EVENT_TCMFATALERRORAXI 0x6C - -/* - * TCM correctable ECC error reported by AXI slave unit - */ - -#define XPM_EVENT_TCMERRORAXI 0x6D - -/* - * ACP D-cache access, lookup or invalidate - */ - - -#define XPM_EVENT_DCACHEACCESS 0x72 - -/* - * ACP D-cache invalidate - */ - -#define XPM_EVENT_DCACHEINVALIDATE 0x73 - - -/* - * The following constants define the configurations for Cortex-R5 Performance - * Monitor Events. Each configuration configures the event counters for a set - * of events. - * ----------------------------------------------- - * Config PmCtr0... PmCtr5 - * ----------------------------------------------- - * XPM_CNTRCFG1 { XPM_EVENT_SOFTINCR, - * XPM_EVENT_INSTRCACHEMISS, - * XPM_EVENT_DATACACHEMISS } - * - * XPM_CNTRCFG2 { XPM_EVENT_DATACACHEACCESS, - * XPM_EVENT_DATAREAD, - * XPM_EVENT_DATAWRITE } - * - * XPM_CNTRCFG3 { XPM_EVENT_INSTR, - * XPM_EVENT_DUALINSTR, - * XPM_EVENT_EXCEPTION } - * - * XPM_CNTRCFG4 { XPM_EVENT_EXCEPTIONRET, - * XPM_EVENT_CHANGETOCONTEXID, - * XPM_EVENT_SWCHANGE } - * - * XPM_CNTRCFG5 { XPM_EVENT_IMMEDIATEINSTR, - * XPM_EVENT_PROCEDURERET, - * XPM_EVENT_UNALIGNACCESS } - * - * XPM_CNTRCFG6 { XPM_EVENT_BRANCHMISPREDICT, - * XPM_EVENT_CLOCKCYCLES, - * XPM_EVENT_BRANCHPREDICT } - * - * XPM_CNTRCFG7 { XPM_EVENT_INSTRSTALL, - * XPM_EVENT_DATASTALL, - * XPM_EVENT_DATACACHEWRITE } - * - * XPM_CNTRCFG8 { XPM_EVENT_EXTERNALMEMREQ, - * XPM_EVENT_LSUSTALL, - * XPM_EVENT_FORCEDRAINSTORE } - * - * XPM_CNTRCFG9 { XPM_EVENT_INSTRTAGPARITY, - * XPM_EVENT_INSTRDATAPARITY, - * XPM_EVENT_DATATAGPARITY } - * - * XPM_CNTRCFG10 { XPM_EVENT_DATADATAPARITY, - * XPM_EVENT_TCMERRORPREFETCH, - * XPM_EVENT_TCMERRORSTORE } - * - * XPM_CNTRCFG11 { XPM_EVENT_INSTRCACHEACCESS, - * XPM_EVENT_DUALISSUEA, - * XPM_EVENT_DUALISSUEB } - * - * XPM_CNTRCFG12 { XPM_EVENT_DUALISSUEOTHER, - * XPM_EVENT_FPA, - * XPM_EVENT_DATACACHEDATAERROR } - * - * XPM_CNTRCFG13 { XPM_EVENT_DATACACHETAGERROR, - * XPM_EVENT_PROCESSORLIVELOCK, - * XPM_EVENT_ATCMMULTIBITERROR } - * - * XPM_CNTRCFG14 { XPM_EVENT_B0TCMMULTIBITERROR, - * XPM_EVENT_B1TCMMULTIBITERROR, - * XPM_EVENT_ATCMSINGLEBITERROR } - * - * XPM_CNTRCFG15 { XPM_EVENT_B0TCMSINGLEBITERROR, - * XPM_EVENT_B1TCMSINGLEBITERROR, - * XPM_EVENT_TCMERRORLSU } - * - * XPM_CNTRCFG16 { XPM_EVENT_TCMERRORPFU, - * XPM_EVENT_TCMFATALERRORAXI, - * XPM_EVENT_TCMERRORAXI } - */ -#define XPM_CNTRCFG1 0 -#define XPM_CNTRCFG2 1 -#define XPM_CNTRCFG3 2 -#define XPM_CNTRCFG4 3 -#define XPM_CNTRCFG5 4 -#define XPM_CNTRCFG6 5 -#define XPM_CNTRCFG7 6 -#define XPM_CNTRCFG8 7 -#define XPM_CNTRCFG9 8 -#define XPM_CNTRCFG10 9 -#define XPM_CNTRCFG11 10 -#define XPM_CNTRCFG12 11 -#define XPM_CNTRCFG13 12 -#define XPM_CNTRCFG14 13 -#define XPM_CNTRCFG15 14 -#define XPM_CNTRCFG16 15 -#endif - -#define XPM_NO_COUNTERS_AVAILABLE 0xFFU -#define XPM_MAX_EVENTHANDLER_ID 0x2U -#define XPM_EVENT_CNTRS_BIT_MASK 0x7U -#define XPM_ALL_EVENT_CNTRS_IN_USE 0x7U -#define XPM_EVENT_CNTRS_MASK 0x3U - -/**************************** Type Definitions ******************************/ -/** - *@endcond - */ -/***************** Macros (Inline Functions) Definitions ********************/ -#if defined(__GNUC__) -#define Xpm_ReadCycleCounterVal() mfcp(XREG_CP15_PERF_CYCLE_COUNTER) -#elif defined (__ICCARM__) -#define Xpm_ReadCycleCounterVal(val) mfcp(XREG_CP15_PERF_CYCLE_COUNTER,val) -#endif -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -/* Interface functions to access performance counters from abstraction layer */ -#if defined(__GNUC__) -void Xpm_SetEvents(s32 PmcrCfg) __attribute__ ((deprecated)); -void Xpm_GetEventCounters(u32 *PmCtrValue) __attribute__ ((deprecated)); -#else -void Xpm_SetEvents(s32 PmcrCfg); -void Xpm_GetEventCounters(u32 *PmCtrValue); -#endif -u32 Xpm_DisableEvent(u32 EventHandlerId); -u32 Xpm_SetUpAnEvent(u32 EventID); -u32 Xpm_GetEventCounter(u32 EventHandlerId, u32 *CntVal); -void Xpm_DisableEventCounters(void); -void Xpm_EnableEventCounters (void); -void Xpm_ResetEventCounters (void); - -/* This is helper function for sleep/usleep APIs */ -void Xpm_SleepPerfCounter(u32 delay, u64 frequency); - -#ifdef __cplusplus -} -#endif - -/** -* @} End of "addtogroup r5_event_counter_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpseudo_asm.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpseudo_asm.h deleted file mode 100644 index 46b7045..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpseudo_asm.h +++ /dev/null @@ -1,60 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm.h -* -* @addtogroup r5_specific Cortex R5 Processor Specific Include Files -* -* The xpseudo_asm.h includes xreg_cortexr5.h and xpseudo_asm_gcc.h. -* -* The xreg_cortexr5.h file contains definitions for inline assembler code. -* It provides inline definitions for Cortex R5 GPRs, SPRs,co-processor -* registers and Debug register -* -* The xpseudo_asm_gcc.h contains the definitions for the most often used -* inline assembler instructions, available as macros. These can be very -* useful for tasks such as setting or getting special purpose registers, -* synchronization,or cache manipulation. These inline assembler instructions -* can be used from drivers and user applications written in C. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 6.2   mus  01/27/17 Updated to support IAR compiler
-* 7.3   dp   06/25/20 Initial version for armclang
-* 
-* -******************************************************************************/ -#ifndef XPSEUDO_ASM_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xreg_cortexr5.h" -#if defined (__clang__) -#include "xpseudo_asm_armclang.h" -#elif defined (__GNUC__) -#include "xpseudo_asm_gcc.h" -#elif defined (__ICCARM__) -#include "xpseudo_asm_iccarm.h" -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XPSEUDO_ASM_H */ -/** -* @} End of "addtogroup r5_specific". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xreg_cortexr5.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xreg_cortexr5.h deleted file mode 100644 index f25c28a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xreg_cortexr5.h +++ /dev/null @@ -1,427 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xreg_cortexr5.h -* -* This header file contains definitions for using inline assembler code. It is -* written specifically for the GNU, IAR, ARMCC compiler. -* -* All of the ARM Cortex R5 GPRs, SPRs, and Debug Registers are defined along -* with the positions of the bits within the registers. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 
-* -******************************************************************************/ -/** - *@cond nocomments - */ - -#ifndef XREG_CORTEXR5_H /* prevent circular inclusions */ -#define XREG_CORTEXR5_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/* GPRs */ -#define XREG_GPR0 r0 -#define XREG_GPR1 r1 -#define XREG_GPR2 r2 -#define XREG_GPR3 r3 -#define XREG_GPR4 r4 -#define XREG_GPR5 r5 -#define XREG_GPR6 r6 -#define XREG_GPR7 r7 -#define XREG_GPR8 r8 -#define XREG_GPR9 r9 -#define XREG_GPR10 r10 -#define XREG_GPR11 r11 -#define XREG_GPR12 r12 -#define XREG_GPR13 r13 -#define XREG_GPR14 r14 -#define XREG_GPR15 r15 -#define XREG_CPSR cpsr - -/* Coprocessor number defines */ -#define XREG_CP0 0 -#define XREG_CP1 1 -#define XREG_CP2 2 -#define XREG_CP3 3 -#define XREG_CP4 4 -#define XREG_CP5 5 -#define XREG_CP6 6 -#define XREG_CP7 7 -#define XREG_CP8 8 -#define XREG_CP9 9 -#define XREG_CP10 10 -#define XREG_CP11 11 -#define XREG_CP12 12 -#define XREG_CP13 13 -#define XREG_CP14 14 -#define XREG_CP15 15 - -/* Coprocessor control register defines */ -#define XREG_CR0 cr0 -#define XREG_CR1 cr1 -#define XREG_CR2 cr2 -#define XREG_CR3 cr3 -#define XREG_CR4 cr4 -#define XREG_CR5 cr5 -#define XREG_CR6 cr6 -#define XREG_CR7 cr7 -#define XREG_CR8 cr8 -#define XREG_CR9 cr9 -#define XREG_CR10 cr10 -#define XREG_CR11 cr11 -#define XREG_CR12 cr12 -#define XREG_CR13 cr13 -#define XREG_CR14 cr14 -#define XREG_CR15 cr15 - -/* Current Processor Status Register (CPSR) Bits */ -#define XREG_CPSR_THUMB_MODE 0x20U -#define XREG_CPSR_MODE_BITS 0x1FU -#define XREG_CPSR_SYSTEM_MODE 0x1FU -#define XREG_CPSR_UNDEFINED_MODE 0x1BU -#define XREG_CPSR_DATA_ABORT_MODE 0x17U -#define XREG_CPSR_SVC_MODE 0x13U -#define XREG_CPSR_IRQ_MODE 0x12U -#define XREG_CPSR_FIQ_MODE 0x11U -#define XREG_CPSR_USER_MODE 0x10U - -#define XREG_CPSR_IRQ_ENABLE 0x80U -#define XREG_CPSR_FIQ_ENABLE 0x40U - -#define XREG_CPSR_N_BIT 0x80000000U -#define XREG_CPSR_Z_BIT 0x40000000U -#define XREG_CPSR_C_BIT 0x20000000U -#define XREG_CPSR_V_BIT 0x10000000U - -/*MPU region definitions*/ -#define REGION_32B 0x00000004U -#define REGION_64B 0x00000005U -#define REGION_128B 0x00000006U -#define REGION_256B 0x00000007U -#define REGION_512B 0x00000008U -#define REGION_1K 0x00000009U -#define REGION_2K 0x0000000AU -#define REGION_4K 0x0000000BU -#define REGION_8K 0x0000000CU -#define REGION_16K 0x0000000DU -#define REGION_32K 0x0000000EU -#define REGION_64K 0x0000000FU -#define REGION_128K 0x00000010U -#define REGION_256K 0x00000011U -#define REGION_512K 0x00000012U -#define REGION_1M 0x00000013U -#define REGION_2M 0x00000014U -#define REGION_4M 0x00000015U -#define REGION_8M 0x00000016U -#define REGION_16M 0x00000017U -#define REGION_32M 0x00000018U -#define REGION_64M 0x00000019U -#define REGION_128M 0x0000001AU -#define REGION_256M 0x0000001BU -#define REGION_512M 0x0000001CU -#define REGION_1G 0x0000001DU -#define REGION_2G 0x0000001EU -#define REGION_4G 0x0000001FU - -#define REGION_EN 0x00000001U - - - -#define SHAREABLE 0x00000004U /*shareable */ -#define STRONG_ORDERD_SHARED 0x00000000U /*strongly ordered, always shareable*/ - -#define DEVICE_SHARED 0x00000001U /*device, shareable*/ -#define DEVICE_NONSHARED 0x00000010U /*device, non shareable*/ - -#define NORM_NSHARED_WT_NWA 0x00000002U /*Outer and Inner write-through, no write-allocate non-shareable*/ -#define NORM_SHARED_WT_NWA 0x00000006U /*Outer and Inner write-through, no write-allocate shareable*/ - -#define NORM_NSHARED_WB_NWA 0x00000003U /*Outer and Inner write-back, no write-allocate non shareable*/ -#define NORM_SHARED_WB_NWA 0x00000007U /*Outer and Inner write-back, no write-allocate shareable*/ - -#define NORM_NSHARED_NCACHE 0x00000008U /*Outer and Inner Non cacheable non shareable*/ -#define NORM_SHARED_NCACHE 0x0000000CU /*Outer and Inner Non cacheable shareable*/ - -#define NORM_NSHARED_WB_WA 0x0000000BU /*Outer and Inner write-back non shared*/ -#define NORM_SHARED_WB_WA 0x0000000FU /*Outer and Inner write-back shared*/ - -/* inner and outer cache policies can be combined for different combinations */ - -#define NORM_IN_POLICY_NCACHE 0x00000020U /*inner non cacheable*/ -#define NORM_IN_POLICY_WB_WA 0x00000021U /*inner write back write allocate*/ -#define NORM_IN_POLICY_WT_NWA 0x00000022U /*inner write through no write allocate*/ -#define NORM_IN_POLICY_WB_NWA 0x00000023U /*inner write back no write allocate*/ - -#define NORM_OUT_POLICY_NCACHE 0x00000020U /*outer non cacheable*/ -#define NORM_OUT_POLICY_WB_WA 0x00000028U /*outer write back write allocate*/ -#define NORM_OUT_POLICY_WT_NWA 0x00000030U /*outer write through no write allocate*/ -#define NORM_OUT_POLICY_WB_NWA 0x00000038U /*outer write back no write allocate*/ - -#define NO_ACCESS (0x00000000U<<8U) /*No access*/ -#define PRIV_RW_USER_NA (0x00000001U<<8U) /*Privileged access only*/ -#define PRIV_RW_USER_RO (0x00000002U<<8U) /*Writes in User mode generate permission faults*/ -#define PRIV_RW_USER_RW (0x00000003U<<8U) /*Full Access*/ -#define PRIV_RO_USER_NA (0x00000005U<<8U) /*Privileged eead only*/ -#define PRIV_RO_USER_RO (0x00000006U<<8U) /*Privileged/User read-only*/ - -#define EXECUTE_NEVER (0x00000001U<<12U) /* Bit 12*/ - - -/* CP15 defines */ - -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "p15, 0, %0, c0, c0, 0" -#define XREG_CP15_CACHE_TYPE "p15, 0, %0, c0, c0, 1" -#define XREG_CP15_TCM_TYPE "p15, 0, %0, c0, c0, 2" -#define XREG_CP15_TLB_TYPE "p15, 0, %0, c0, c0, 3" -#define XREG_CP15_MPU_TYPE "p15, 0, %0, c0, c0, 4" -#define XREG_CP15_MULTI_PROC_AFFINITY "p15, 0, %0, c0, c0, 5" - -#define XREG_CP15_PROC_FEATURE_0 "p15, 0, %0, c0, c1, 0" -#define XREG_CP15_PROC_FEATURE_1 "p15, 0, %0, c0, c1, 1" -#define XREG_CP15_DEBUG_FEATURE_0 "p15, 0, %0, c0, c1, 2" -#define XREG_CP15_MEMORY_FEATURE_0 "p15, 0, %0, c0, c1, 4" -#define XREG_CP15_MEMORY_FEATURE_1 "p15, 0, %0, c0, c1, 5" -#define XREG_CP15_MEMORY_FEATURE_2 "p15, 0, %0, c0, c1, 6" -#define XREG_CP15_MEMORY_FEATURE_3 "p15, 0, %0, c0, c1, 7" - -#define XREG_CP15_INST_FEATURE_0 "p15, 0, %0, c0, c2, 0" -#define XREG_CP15_INST_FEATURE_1 "p15, 0, %0, c0, c2, 1" -#define XREG_CP15_INST_FEATURE_2 "p15, 0, %0, c0, c2, 2" -#define XREG_CP15_INST_FEATURE_3 "p15, 0, %0, c0, c2, 3" -#define XREG_CP15_INST_FEATURE_4 "p15, 0, %0, c0, c2, 4" -#define XREG_CP15_INST_FEATURE_5 "p15, 0, %0, c0, c2, 5" - -#define XREG_CP15_CACHE_SIZE_ID "p15, 1, %0, c0, c0, 0" -#define XREG_CP15_CACHE_LEVEL_ID "p15, 1, %0, c0, c0, 1" -#define XREG_CP15_AUXILARY_ID "p15, 1, %0, c0, c0, 7" - -#define XREG_CP15_CACHE_SIZE_SEL "p15, 2, %0, c0, c0, 0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "p15, 0, %0, c1, c0, 0" -#define XREG_CP15_AUX_CONTROL "p15, 0, %0, c1, c0, 1" -#define XREG_CP15_CP_ACCESS_CONTROL "p15, 0, %0, c1, c0, 2" - - -/* XREG_CP15_CONTROL bit defines */ -#define XREG_CP15_CONTROL_TE_BIT 0x40000000U -#define XREG_CP15_CONTROL_AFE_BIT 0x20000000U -#define XREG_CP15_CONTROL_TRE_BIT 0x10000000U -#define XREG_CP15_CONTROL_NMFI_BIT 0x08000000U -#define XREG_CP15_CONTROL_EE_BIT 0x02000000U -#define XREG_CP15_CONTROL_HA_BIT 0x00020000U -#define XREG_CP15_CONTROL_RR_BIT 0x00004000U -#define XREG_CP15_CONTROL_V_BIT 0x00002000U -#define XREG_CP15_CONTROL_I_BIT 0x00001000U -#define XREG_CP15_CONTROL_Z_BIT 0x00000800U -#define XREG_CP15_CONTROL_SW_BIT 0x00000400U -#define XREG_CP15_CONTROL_B_BIT 0x00000080U -#define XREG_CP15_CONTROL_C_BIT 0x00000004U -#define XREG_CP15_CONTROL_A_BIT 0x00000002U -#define XREG_CP15_CONTROL_M_BIT 0x00000001U -/* C2 Register Defines */ -/* Not Used */ - -/* C3 Register Defines */ -/* Not Used */ - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "p15, 0, %0, c5, c0, 0" -#define XREG_CP15_INST_FAULT_STATUS "p15, 0, %0, c5, c0, 1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "p15, 0, %0, c5, c1, 0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "p15, 0, %0, c5, c1, 1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "p15, 0, %0, c6, c0, 0" -#define XREG_CP15_INST_FAULT_ADDRESS "p15, 0, %0, c6, c0, 2" - -#define XREG_CP15_MPU_REG_BASEADDR "p15, 0, %0, c6, c1, 0" -#define XREG_CP15_MPU_REG_SIZE_EN "p15, 0, %0, c6, c1, 2" -#define XREG_CP15_MPU_REG_ACCESS_CTRL "p15, 0, %0, c6, c1, 4" - -#define XREG_CP15_MPU_MEMORY_REG_NUMBER "p15, 0, %0, c6, c2, 0" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "p15, 0, %0, c7, c0, 4" - -#define XREG_CP15_INVAL_IC_POU "p15, 0, %0, c7, c5, 0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "p15, 0, %0, c7, c5, 1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex R5. - */ -#define XREG_CP15_INST_SYNC_BARRIER "p15, 0, %0, c7, c5, 4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "p15, 0, %0, c7, c5, 6" -#define XREG_CP15_INVAL_BRANCH_ARRAY_LINE "p15, 0, %0, c7, c5, 7" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c6, 1" -#define XREG_CP15_INVAL_DC_LINE_SW "p15, 0, %0, c7, c6, 2" - - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "p15, 0, %0, c7, c10, 1" -#define XREG_CP15_CLEAN_DC_LINE_SW "p15, 0, %0, c7, c10, 2" - -#define XREG_CP15_INVAL_DC_ALL "p15, 0, %0, c15, c5, 0" -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex R5. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "p15, 0, %0, c7, c10, 4" -#define XREG_CP15_DATA_MEMORY_BARRIER "p15, 0, %0, c7, c10, 5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "p15, 0, %0, c7, c11, 1" - -#define XREG_CP15_NOP2 "p15, 0, %0, c7, c13, 1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c14, 1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "p15, 0, %0, c7, c14, 2" - -/* C8 Register Defines */ -/* Not Used */ - - -/* C9 Register Defines */ - -#define XREG_CP15_ATCM_REG_SIZE_ADDR "p15, 0, %0, c9, c1, 1" -#define XREG_CP15_BTCM_REG_SIZE_ADDR "p15, 0, %0, c9, c1, 0" -#define XREG_CP15_TCM_SELECTION "p15, 0, %0, c9, c2, 0" - -#define XREG_CP15_PERF_MONITOR_CTRL "p15, 0, %0, c9, c12, 0" -#define XREG_CP15_COUNT_ENABLE_SET "p15, 0, %0, c9, c12, 1" -#define XREG_CP15_COUNT_ENABLE_CLR "p15, 0, %0, c9, c12, 2" -#define XREG_CP15_V_FLAG_STATUS "p15, 0, %0, c9, c12, 3" -#define XREG_CP15_SW_INC "p15, 0, %0, c9, c12, 4" -#define XREG_CP15_EVENT_CNTR_SEL "p15, 0, %0, c9, c12, 5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "p15, 0, %0, c9, c13, 0" -#define XREG_CP15_EVENT_TYPE_SEL "p15, 0, %0, c9, c13, 1" -#define XREG_CP15_PERF_MONITOR_COUNT "p15, 0, %0, c9, c13, 2" - -#define XREG_CP15_USER_ENABLE "p15, 0, %0, c9, c14, 0" -#define XREG_CP15_INTR_ENABLE_SET "p15, 0, %0, c9, c14, 1" -#define XREG_CP15_INTR_ENABLE_CLR "p15, 0, %0, c9, c14, 2" - -/* C10 Register Defines */ -/* Not used */ - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -/* Not used */ - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "p15, 0, %0, c13, c0, 1" -#define USER_RW_THREAD_PID "p15, 0, %0, c13, c0, 2" -#define USER_RO_THREAD_PID "p15, 0, %0, c13, c0, 3" -#define USER_PRIV_THREAD_PID "p15, 0, %0, c13, c0, 4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_SEC_AUX_CTRL "p15, 0, %0, c15, c0, 0" - - - - -/* MPE register definitions */ -#define XREG_FPSID c0 -#define XREG_FPSCR c1 -#define XREG_MVFR1 c6 -#define XREG_MVFR0 c7 -#define XREG_FPEXC c8 -#define XREG_FPINST c9 -#define XREG_FPINST2 c10 - -/* FPSID bits */ -#define XREG_FPSID_IMPLEMENTER_BIT (24U) -#define XREG_FPSID_IMPLEMENTER_MASK (0x000000FFU << FPSID_IMPLEMENTER_BIT) -#define XREG_FPSID_SOFTWARE (0X00000001U << 23U) -#define XREG_FPSID_ARCH_BIT (16U) -#define XREG_FPSID_ARCH_MASK (0x0000000FU << FPSID_ARCH_BIT) -#define XREG_FPSID_PART_BIT (8U) -#define XREG_FPSID_PART_MASK (0x000000FFU << FPSID_PART_BIT) -#define XREG_FPSID_VARIANT_BIT (4U) -#define XREG_FPSID_VARIANT_MASK (0x0000000FU << FPSID_VARIANT_BIT) -#define XREG_FPSID_REV_BIT (0U) -#define XREG_FPSID_REV_MASK (0x0000000FU << FPSID_REV_BIT) - -/* FPSCR bits */ -#define XREG_FPSCR_N_BIT (0X00000001U << 31U) -#define XREG_FPSCR_Z_BIT (0X00000001U << 30U) -#define XREG_FPSCR_C_BIT (0X00000001U << 29U) -#define XREG_FPSCR_V_BIT (0X00000001U << 28U) -#define XREG_FPSCR_QC (0X00000001U << 27U) -#define XREG_FPSCR_AHP (0X00000001U << 26U) -#define XREG_FPSCR_DEFAULT_NAN (0X00000001U << 25U) -#define XREG_FPSCR_FLUSHTOZERO (0X00000001U << 24U) -#define XREG_FPSCR_ROUND_NEAREST (0X00000000U << 22U) -#define XREG_FPSCR_ROUND_PLUSINF (0X00000001U << 22U) -#define XREG_FPSCR_ROUND_MINUSINF (0X00000002U << 22U) -#define XREG_FPSCR_ROUND_TOZERO (0X00000003U << 22U) -#define XREG_FPSCR_RMODE_BIT (22U) -#define XREG_FPSCR_RMODE_MASK (0X00000003U << FPSCR_RMODE_BIT) -#define XREG_FPSCR_STRIDE_BIT (20U) -#define XREG_FPSCR_STRIDE_MASK (0X00000003U << FPSCR_STRIDE_BIT) -#define XREG_FPSCR_LENGTH_BIT (16U) -#define XREG_FPSCR_LENGTH_MASK (0X00000007U << FPSCR_LENGTH_BIT) -#define XREG_FPSCR_IDC (0X00000001U << 7U) -#define XREG_FPSCR_IXC (0X00000001U << 4U) -#define XREG_FPSCR_UFC (0X00000001U << 3U) -#define XREG_FPSCR_OFC (0X00000001U << 2U) -#define XREG_FPSCR_DZC (0X00000001U << 1U) -#define XREG_FPSCR_IOC (0X00000001U << 0U) - -/* MVFR0 bits */ -#define XREG_MVFR0_RMODE_BIT (28U) -#define XREG_MVFR0_RMODE_MASK (0x0000000FU << XREG_MVFR0_RMODE_BIT) -#define XREG_MVFR0_SHORT_VEC_BIT (24U) -#define XREG_MVFR0_SHORT_VEC_MASK (0x0000000FU << XREG_MVFR0_SHORT_VEC_BIT) -#define XREG_MVFR0_SQRT_BIT (20U) -#define XREG_MVFR0_SQRT_MASK (0x0000000FU << XREG_MVFR0_SQRT_BIT) -#define XREG_MVFR0_DIVIDE_BIT (16U) -#define XREG_MVFR0_DIVIDE_MASK (0x0000000FU << XREG_MVFR0_DIVIDE_BIT) -#define XREG_MVFR0_EXEC_TRAP_BIT (12U) -#define XREG_MVFR0_EXEC_TRAP_MASK (0x0000000FU << XREG_MVFR0_EXEC_TRAP_BIT) -#define XREG_MVFR0_DP_BIT (8U) -#define XREG_MVFR0_DP_MASK (0x0000000FU << XREG_MVFR0_DP_BIT) -#define XREG_MVFR0_SP_BIT (4U) -#define XREG_MVFR0_SP_MASK (0x0000000FU << XREG_MVFR0_SP_BIT) -#define XREG_MVFR0_A_SIMD_BIT (0U) -#define XREG_MVFR0_A_SIMD_MASK (0x0000000FU << MVFR0_A_SIMD_BIT) - -/* FPEXC bits */ -#define XREG_FPEXC_EX (0X00000001U << 31U) -#define XREG_FPEXC_EN (0X00000001U << 30U) -#define XREG_FPEXC_DEX (0X00000001U << 29U) - - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XREG_CORTEXR5_H */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xtime_l.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xtime_l.c deleted file mode 100644 index 36c9ff8..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xtime_l.c +++ /dev/null @@ -1,114 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.c -* -* This file contains low level functions to get/set time from the Global Timer -* register in the ARM Cortex R5 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 5.00 	pkp    08/29/14 First release
-* 5.04  pkp	   02/19/16 XTime_StartTimer API is added to configure TTC3 timer
-*						when present. XTime_GetTime is modified to give 64bit
-*						output using timer overflow when TTC3 present.
-*						XTime_SetTime is modified to configure TTC3 counter
-*						value when present.
-* 5.04	pkp	   03/11/16 XTime_StartTimer is modified to avoid enabling the
-*						overflow interrupt and XTime_GetTime & XTime_SetTime
-*						are modified to read and write TTC counter value
-*						respectively
-* 5.04	pkp
-* 6.0   mus    08/11/16  Removed implementation of XTime_SetTime API, since
-*                        TTC counter value register is read only.
-* 6.6   srm    10/18/17 Removed XTime_StartTimer API and made XTime_GetTime,
-*                       XTime_SetTime applicable for all the instances of TTC
-* 7.2   mus    01/29/20 Updated XTime_GetTime to use CortexR5 PMU cycle
-*                       counter, in case sleep timer (ttc3/ttc2) is not
-*                       present in the HW design. It fixes CR#1051591.
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-*
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xtime_l.h" -#include "xpseudo_asm.h" -#include "xil_assert.h" -#include "xil_io.h" -#include "xdebug.h" -#include "xpm_counter.h" -#include "xil_sleeptimer.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -#if defined (SLEEP_TIMER_BASEADDR) -#pragma message ("For the sleep routines, TTC3/TTC2 is used") -#elif !defined (DONT_USE_PMU_FOR_SLEEP_ROUTINES) -#pragma message ("For the sleep routines, CortexR5 PMU cycle counter is used") -#else -#pragma message ("For the sleep routines, machine cycles are used") -#endif - -/****************************************************************************/ -/** -* @brief TTC Timer runs continuously and the time can not be set as -* desired. This API doesn't contain anything. It is defined to have -* uniformity across platforms. -* -* @param Xtime_Global: 32 bit value to be written to the timer counter -* register. -* -* @return None. -* -* @note In multiprocessor environment reference time will reset/lost for -* all processors, when this function called by any one processor. -* -****************************************************************************/ -void XTime_SetTime(XTime Xtime_Global) -{ - (void) Xtime_Global; -/*Timer cannot be set to desired value, so the API is left unimplemented*/ - xdbg_printf(XDBG_DEBUG_GENERAL, - "XTime_SetTime:Timer cannot be set to desired value,so API is not implemented\n"); -} - -/****************************************************************************/ -/** -* @brief Get the time from the timer counter register. -* -* @param Xtime_Global: Pointer to the 32 bit location to be updated with -* the time current value of timer counter register. -* -* @return None. -* -****************************************************************************/ -void XTime_GetTime(XTime *Xtime_Global) -{ -#if defined (SLEEP_TIMER_BASEADDR) - *Xtime_Global = Xil_In32(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET); -#elif !defined (DONT_USE_PMU_FOR_SLEEP_ROUTINES) - #if defined (__GNUC__) - *Xtime_Global = Xpm_ReadCycleCounterVal(); - #elif defined (__ICCARM__) - Xpm_ReadCycleCounterVal(*Xtime_Global); - #endif -#endif -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xtime_l.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xtime_l.h deleted file mode 100644 index 1eb4d16..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xtime_l.h +++ /dev/null @@ -1,99 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.h -* -* @addtogroup r5_time_apis Cortex R5 Time Functions -* The xtime_l.h provides access to 32-bit TTC timer counter. These functions -* can be used by applications to track the time. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 5.00 	pkp	   05/29/14 First release
-* 5.04  pkp	   02/19/16 Added timer configuration register offset definitions
-* 5.04	pkp	   03/11/16 Removed definitions for overflow interrupt register
-*						and mask
-* 6.6   srm    10/22/17 Added a warning message for the user configurable sleep
-*                       implementation when default timer is selected by the user
-* 7.2   mus    01/29/20 Updated #defines to support PMU cycle counter for sleep
-*                       routines.
-* 7.5   dp      01/05/21 Updated COUNTS_PER_SECOND/USECOND and ITERS_PER_SEC/USEC
-*                        macros to round it off to nearest possible value so that
-*                        delta error in time calculations can be minimized.
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XTIME_H /* prevent circular inclusions */ -#define XTIME_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xparameters.h" -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Constant Definitions *****************************/ - -#ifdef SLEEP_TIMER_BASEADDR - -#define COUNTS_PER_SECOND SLEEP_TIMER_FREQUENCY - -#else -#define ITERS_PER_SEC ((XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ + 2)/ 4) -#define ITERS_PER_USEC ((XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ + 2000000)/ 4000000) - -/* - * These constants are applicable for the CortexR5 PMU cycle counter. - * As boot code is setting up "D" bit in PMCR, cycle counter increments - * on every 64th bit of processor cycle - */ - -#define COUNTS_PER_SECOND ((XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ + 32)/ 64) -#endif - -#define COUNTS_PER_USECOND ((COUNTS_PER_SECOND + 500000) / 1000000) - -#define IRQ_FIQ_MASK 0xC0 /* Mask IRQ and FIQ interrupts in cpsr */ - -/* - * 1st bit of PROCESSOR_ACCESS_VALUE macro signifies trustzone - * setting for IOU slcr address space - */ -#define IOU_SLCR_TZ_MASK 0x2U -/**************************** Type Definitions *******************************/ - -typedef u32 XTime; - -/** - *@endcond - */ - -void XTime_SetTime(XTime Xtime_Global); -void XTime_GetTime(XTime *Xtime_Global); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XTIME_H */ -/** -* @} End of "@addtogroup r5_time_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/asm_vectors.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/asm_vectors.S deleted file mode 100644 index 9be0b25..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/asm_vectors.S +++ /dev/null @@ -1,176 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file asm_vectors.S -* -* This file contains the initial vector table for the Cortex A9 processor -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 10/20/09 Initial version
-* 3.05a sdm	02/02/12 Save lr when profiling is enabled
-* 3.10a srt     04/18/13 Implemented ARM Erratas. Please refer to file
-*			 'xil_errata.h' for errata description
-* 4.00a pkp	22/01/14 Modified return addresses for interrupt
-*			 handlers (DataAbortHandler and SVCHandler)
-*			 to fix CR#767251
-* 5.1	pkp	05/13/15 Saved the addresses of instruction causing data
-*			 abort and prefetch abort into DataAbortAddr and
-*			 PrefetchAbortAddr for further use to fix CR#854523
-* 5.4	pkp	12/03/15 Added handler for undefined exception
-* 6.8	mus	04/27/18 Removed __ARM_NEON__ flag definition. Now,
-*			 saving/restoring of of HW floating point register
-*			 would be done through newly introduced flag
-*			 FPU_HARD_FLOAT_ABI_ENABLED. This new flag will be
-*			 configured based on the -mfpu-abi option in extra
-*			 compiler flags.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -#include "xil_errata.h" -#include "bspconfig.h" - -.org 0 -.text - -.globl _vector_table - -.section .vectors -_vector_table: - B _boot - B Undefined - B SVCHandler - B PrefetchAbortHandler - B DataAbortHandler - NOP /* Placeholder for address exception vector*/ - B IRQHandler - B FIQHandler - - -IRQHandler: /* IRQ vector handler */ - - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code*/ -#if FPU_HARD_FLOAT_ABI_ENABLED - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - -#ifdef PROFILING - ldr r2, =prof_pc - subs r3, lr, #0 - str r3, [r2] -#endif - - bl IRQInterrupt /* IRQ vector */ - -#if FPU_HARD_FLOAT_ABI_ENABLED - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - - subs pc, lr, #4 /* adjust return */ - - -FIQHandler: /* FIQ vector handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ -#if FPU_HARD_FLOAT_ABI_ENABLED - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - -FIQLoop: - bl FIQInterrupt /* FIQ vector */ - -#if FPU_HARD_FLOAT_ABI_ENABLED - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #4 /* adjust return */ - - -Undefined: /* Undefined handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =UndefinedExceptionAddr - sub r1, lr, #4 - str r1, [r0] /* Store address of instruction causing undefined exception */ - - bl UndefinedException /* UndefinedException: call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - movs pc, lr - -SVCHandler: /* SWI handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - - tst r0, #0x20 /* check the T bit */ - ldrneh r0, [lr,#-2] /* Thumb mode */ - bicne r0, r0, #0xff00 /* Thumb mode */ - ldreq r0, [lr,#-4] /* ARM mode */ - biceq r0, r0, #0xff000000 /* ARM mode */ - - bl SWInterrupt /* SWInterrupt: call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - movs pc, lr /*return to the next instruction after the SWI instruction */ - - -DataAbortHandler: /* Data Abort handler */ -#ifdef CONFIG_ARM_ERRATA_775420 - dsb -#endif - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =DataAbortAddr - sub r1, lr, #8 - str r1, [r0] /* Stores instruction causing data abort */ - - bl DataAbortInterrupt /*DataAbortInterrupt :call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - subs pc, lr, #8 /* points to the instruction that caused the Data Abort exception */ - -PrefetchAbortHandler: /* Prefetch Abort handler */ -#ifdef CONFIG_ARM_ERRATA_775420 - dsb -#endif - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =PrefetchAbortAddr - sub r1, lr, #4 - str r1, [r0] /* Stores instruction causing prefetch abort */ - - bl PrefetchAbortInterrupt /* PrefetchAbortInterrupt: call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - subs pc, lr, #4 /* points to the instruction that caused the Prefetch Abort exception */ - -.end diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/boot.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/boot.S deleted file mode 100644 index 0c4863d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/boot.S +++ /dev/null @@ -1,473 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file boot.S -* -* @addtogroup a9_boot_code Cortex A9 Processor Boot Code -* @{ -*

boot.S

-* The boot code performs minimum configuration which is required for an -* application to run starting from processor reset state of the processor. Below is a -* sequence illustrating what all configuration is performed before control -* reaches to main function. -* -* 1. Program vector table base for exception handling -* 2. Invalidate instruction cache, data cache and TLBs -* 3. Program stack pointer for various modes (IRQ, FIQ, supervisor, undefine, -* abort, system) -* 4. Configure MMU with short descriptor translation table format and program -* base address of translation table -* 5. Enable data cache, instruction cache and MMU -* 6. Enable Floating point unit -* 7. Transfer control to _start which clears BSS sections, initializes -* global timer and runs global constructor before jumping to main -* application -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 10/20/09 Initial version
-* 3.06a sgd     05/15/12 Updated L2CC Auxiliary and Tag RAM Latency control
-*			 register settings.
-* 3.06a asa 	06/17/12 Modified the TTBR settings and L2 Cache auxiliary
-*		         register settings.
-* 3.07a asa     07/16/12 Modified the L2 Cache controller settings to improve
-*			 performance. Changed the property of the ".boot"
-*			 section.
-* 3.07a sgd     08/21/12 Modified the L2 Cache controller and cp15 Aux Control
-*               Register settings
-* 3.09a sgd     02/06/13 Updated SLCR l2c Ram Control register to a
-*               value of 0x00020202. Fix for CR 697094 (SI#687034).
-* 3.10a srt     04/18/13 Implemented ARM Erratas. Please refer to file
-*			 'xil_errata.h' for errata description
-* 4.2   pkp	06/19/14 Enabled asynchronous abort exception
-* 5.0	pkp	16/15/14 Modified initialization code to enable scu after
-*			 MMU is enabled
-* 5.1   pkp	05/13/15 Changed the initialization order so to first invalidate
-*			 caches and TLB, enable MMU and caches, then enable SMP
-*			 bit in ACTLR. L2Cache invalidation and enabling of L2Cache
-*			 is done later.
-* 5.4   asa     12/6/15  Added code to initialize SPSR for all relevant modes.
-* 6.0   mus     08/04/16 Added code to detect zynq-7000 base silicon configuration and
-*                        attempt to enable dual core behavior on single cpu zynq-7000s
-*                        devices is prevented from corrupting system behavior.
-* 6.0   mus     08/24/16 Check CPU core before putting cpu1 to reset for single core
-*                        zynq-7000s devices
-* 7.6   mus     09/02/21 SCU invalidation should be done only from primary CPU, so
-*                        skipping it when USE_AMP is set to 1. It fixes CR#1109723
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#include "xparameters.h" -#include "xil_errata.h" - -.globl MMUTable -.global _prestart -.global _boot -.global __stack -.global __irq_stack -.global __supervisor_stack -.global __abort_stack -.global __fiq_stack -.global __undef_stack -.global _vector_table - -.set PSS_L2CC_BASE_ADDR, 0xF8F02000 -.set PSS_SLCR_BASE_ADDR, 0xF8000000 - -.set RESERVED, 0x0fffff00 -.set TblBase , MMUTable -.set LRemap, 0xFE00000F /* set the base address of the peripheral block as not shared */ -.set L2CCWay, (PSS_L2CC_BASE_ADDR + 0x077C) /*(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_INVLD_WAY_OFFSET)*/ -.set L2CCSync, (PSS_L2CC_BASE_ADDR + 0x0730) /*(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_SYNC_OFFSET)*/ -.set L2CCCrtl, (PSS_L2CC_BASE_ADDR + 0x0100) /*(PSS_L2CC_BASE_ADDR + PSS_L2CC_CNTRL_OFFSET)*/ -.set L2CCAuxCrtl, (PSS_L2CC_BASE_ADDR + 0x0104) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_AUX_CNTRL_OFFSET)*/ -.set L2CCTAGLatReg, (PSS_L2CC_BASE_ADDR + 0x0108) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_TAG_RAM_CNTRL_OFFSET)*/ -.set L2CCDataLatReg, (PSS_L2CC_BASE_ADDR + 0x010C) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_DATA_RAM_CNTRL_OFFSET)*/ -.set L2CCIntClear, (PSS_L2CC_BASE_ADDR + 0x0220) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_IAR_OFFSET)*/ -.set L2CCIntRaw, (PSS_L2CC_BASE_ADDR + 0x021C) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_ISR_OFFSET)*/ - -.set SLCRlockReg, (PSS_SLCR_BASE_ADDR + 0x04) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_LOCK_OFFSET)*/ -.set SLCRUnlockReg, (PSS_SLCR_BASE_ADDR + 0x08) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_UNLOCK_OFFSET)*/ -.set SLCRL2cRamReg, (PSS_SLCR_BASE_ADDR + 0xA1C) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_L2C_RAM_OFFSET)*/ -.set SLCRCPURSTReg, (0xF8000000 + 0x244) /*(XPS_SYS_CTRL_BASEADDR + A9_CPU_RST_CTRL_OFFSET)*/ -.set EFUSEStaus, (0xF800D000 + 0x10) /*(XPS_EFUSE_BASEADDR + EFUSE_STATUS_OFFSET)*/ - -/* workaround for simulation not working when L1 D and I caches,MMU and L2 cache enabled - DT568997 */ -.if SIM_MODE == 1 -.set CRValMmuCac, 0b00000000000000 /* Disable IDC, and MMU */ -.else -.set CRValMmuCac, 0b01000000000101 /* Enable IDC, and MMU */ -.endif - -.set CRValHiVectorAddr, 0b10000000000000 /* Set the Vector address to high, 0xFFFF0000 */ - -.set L2CCAuxControl, 0x72360000 /* Enable all prefetching, Cache replacement policy, Parity enable, - Event monitor bus enable and Way Size (64 KB) */ -.set L2CCControl, 0x01 /* Enable L2CC */ -.set L2CCTAGLatency, 0x0111 /* latency for TAG RAM */ -.set L2CCDataLatency, 0x0121 /* latency for DATA RAM */ - -.set SLCRlockKey, 0x767B /* SLCR lock key */ -.set SLCRUnlockKey, 0xDF0D /* SLCR unlock key */ -.set SLCRL2cRamConfig, 0x00020202 /* SLCR L2C ram configuration */ - -/* Stack Pointer locations for boot code */ -.set Undef_stack, __undef_stack -.set FIQ_stack, __fiq_stack -.set Abort_stack, __abort_stack -.set SPV_stack, __supervisor_stack -.set IRQ_stack, __irq_stack -.set SYS_stack, __stack - -.set vector_base, _vector_table - -.set FPEXC_EN, 0x40000000 /* FPU enable bit, (1 << 30) */ - -.section .boot,"ax" - - -/* this initializes the various processor modes */ - -_prestart: -_boot: - -#if XPAR_CPU_ID==0 - /* only allow cpu0 through */ - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #0 - beq CheckEFUSE - EndlessLoop0: - wfe - b EndlessLoop0 - -CheckEFUSE: - ldr r0,=EFUSEStaus - ldr r1,[r0] /* Read eFuse setting */ - ands r1,r1,#0x80 /* Check whether device is having single core */ - beq OKToRun - - /* single core device, reset cpu1 */ - ldr r0,=SLCRUnlockReg /* Load SLCR base address base + unlock register */ - ldr r1,=SLCRUnlockKey /* set unlock key */ - str r1, [r0] /* Unlock SLCR */ - - ldr r0,=SLCRCPURSTReg - ldr r1,[r0] /* Read CPU Software Reset Control register */ - orr r1,r1,#0x22 - str r1,[r0] /* Reset CPU1 */ - - ldr r0,=SLCRlockReg /* Load SLCR base address base + lock register */ - ldr r1,=SLCRlockKey /* set lock key */ - str r1, [r0] /* lock SLCR */ - -#elif XPAR_CPU_ID==1 - /* only allow cpu1 through */ - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #1 - beq CheckEFUSE1 - b EndlessLoop1 - -CheckEFUSE1: - ldr r0,=EFUSEStaus - ldr r1,[r0] /* Read eFuse setting */ - ands r1,r1,#0x80 /* Check whether device is having single core */ - beq OKToRun - EndlessLoop1: - wfe - b EndlessLoop1 -#endif - -OKToRun: - mrc p15, 0, r0, c0, c0, 0 /* Get the revision */ - and r5, r0, #0x00f00000 - and r6, r0, #0x0000000f - orr r6, r6, r5, lsr #20-4 - -#ifdef CONFIG_ARM_ERRATA_742230 - cmp r6, #0x22 /* only present up to r2p2 */ - mrcle p15, 0, r10, c15, c0, 1 /* read diagnostic register */ - orrle r10, r10, #1 << 4 /* set bit #4 */ - mcrle p15, 0, r10, c15, c0, 1 /* write diagnostic register */ -#endif - -#ifdef CONFIG_ARM_ERRATA_743622 - teq r5, #0x00200000 /* only present in r2p* */ - mrceq p15, 0, r10, c15, c0, 1 /* read diagnostic register */ - orreq r10, r10, #1 << 6 /* set bit #6 */ - mcreq p15, 0, r10, c15, c0, 1 /* write diagnostic register */ -#endif - - /* set VBAR to the _vector_table address in linker script */ - ldr r0, =vector_base - mcr p15, 0, r0, c12, c0, 0 - - /*invalidate scu*/ -#if USE_AMP!=1 - ldr r7, =0xf8f0000c - ldr r6, =0xffff - str r6, [r7] -#endif - - /* Invalidate caches and TLBs */ - mov r0,#0 /* r0 = 0 */ - mcr p15, 0, r0, c8, c7, 0 /* invalidate TLBs */ - mcr p15, 0, r0, c7, c5, 0 /* invalidate icache */ - mcr p15, 0, r0, c7, c5, 6 /* Invalidate branch predictor array */ - bl invalidate_dcache /* invalidate dcache */ - - /* Disable MMU, if enabled */ - mrc p15, 0, r0, c1, c0, 0 /* read CP15 register 1 */ - bic r0, r0, #0x1 /* clear bit 0 */ - mcr p15, 0, r0, c1, c0, 0 /* write value back */ - -#ifdef SHAREABLE_DDR - /* Mark the entire DDR memory as shareable */ - ldr r3, =0x3ff /* 1024 entries to cover 1G DDR */ - ldr r0, =TblBase /* MMU Table address in memory */ - ldr r2, =0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -shareable_loop: - str r2, [r0] /* write the entry to MMU table */ - add r0, r0, #0x4 /* next entry in the table */ - add r2, r2, #0x100000 /* next section */ - subs r3, r3, #1 - bge shareable_loop /* loop till 1G is covered */ -#endif - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the irq stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x12 /* IRQ mode */ - msr cpsr, r2 - ldr r13,=IRQ_stack /* IRQ stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the supervisor stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x13 /* supervisor mode */ - msr cpsr, r2 - ldr r13,=SPV_stack /* Supervisor stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Abort stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x17 /* Abort mode */ - msr cpsr, r2 - ldr r13,=Abort_stack /* Abort stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the FIQ stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x11 /* FIQ mode */ - msr cpsr, r2 - ldr r13,=FIQ_stack /* FIQ stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Undefine stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1b /* Undefine mode */ - msr cpsr, r2 - ldr r13,=Undef_stack /* Undefine stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the system stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1F /* SYS mode */ - msr cpsr, r2 - ldr r13,=SYS_stack /* SYS stack pointer */ - - /*set scu enable bit in scu*/ - ldr r7, =0xf8f00000 - ldr r0, [r7] - orr r0, r0, #0x1 - str r0, [r7] - - /* enable MMU and cache */ - - ldr r0,=TblBase /* Load MMU translation table base */ - orr r0, r0, #0x5B /* Outer-cacheable, WB */ - mcr 15, 0, r0, c2, c0, 0 /* TTB0 */ - - mvn r0,#0 /* Load MMU domains -- all ones=manager */ - mcr p15,0,r0,c3,c0,0 - - /* Enable mmu, icahce and dcache */ - ldr r0,=CRValMmuCac - mcr p15,0,r0,c1,c0,0 /* Enable cache and MMU */ - dsb /* dsb allow the MMU to start up */ - isb /* isb flush prefetch buffer */ - - /* Write to ACTLR */ - mrc p15, 0, r0, c1, c0, 1 /* Read ACTLR*/ - orr r0, r0, #(0x01 << 6) /* set SMP bit */ - orr r0, r0, #(0x01 ) /* Cache/TLB maintenance broadcast */ - mcr p15, 0, r0, c1, c0, 1 /* Write ACTLR*/ - -/* Invalidate L2 Cache and enable L2 Cache*/ -/* For AMP, assume running on CPU1. Don't initialize L2 Cache (up to Linux) */ -#if USE_AMP!=1 - ldr r0,=L2CCCrtl /* Load L2CC base address base + control register */ - mov r1, #0 /* force the disable bit */ - str r1, [r0] /* disable the L2 Caches */ - - ldr r0,=L2CCAuxCrtl /* Load L2CC base address base + Aux control register */ - ldr r1,[r0] /* read the register */ - ldr r2,=L2CCAuxControl /* set the default bits */ - orr r1,r1,r2 - str r1, [r0] /* store the Aux Control Register */ - - ldr r0,=L2CCTAGLatReg /* Load L2CC base address base + TAG Latency address */ - ldr r1,=L2CCTAGLatency /* set the latencies for the TAG*/ - str r1, [r0] /* store the TAG Latency register Register */ - - ldr r0,=L2CCDataLatReg /* Load L2CC base address base + Data Latency address */ - ldr r1,=L2CCDataLatency /* set the latencies for the Data*/ - str r1, [r0] /* store the Data Latency register Register */ - - ldr r0,=L2CCWay /* Load L2CC base address base + way register*/ - ldr r2, =0xFFFF - str r2, [r0] /* force invalidate */ - - ldr r0,=L2CCSync /* need to poll 0x730, PSS_L2CC_CACHE_SYNC_OFFSET */ - /* Load L2CC base address base + sync register*/ - /* poll for completion */ -Sync: ldr r1, [r0] - cmp r1, #0 - bne Sync - - ldr r0,=L2CCIntRaw /* clear pending interrupts */ - ldr r1,[r0] - ldr r0,=L2CCIntClear - str r1,[r0] - - ldr r0,=SLCRUnlockReg /* Load SLCR base address base + unlock register */ - ldr r1,=SLCRUnlockKey /* set unlock key */ - str r1, [r0] /* Unlock SLCR */ - - ldr r0,=SLCRL2cRamReg /* Load SLCR base address base + l2c Ram Control register */ - ldr r1,=SLCRL2cRamConfig /* set the configuration value */ - str r1, [r0] /* store the L2c Ram Control Register */ - - ldr r0,=SLCRlockReg /* Load SLCR base address base + lock register */ - ldr r1,=SLCRlockKey /* set lock key */ - str r1, [r0] /* lock SLCR */ - - ldr r0,=L2CCCrtl /* Load L2CC base address base + control register */ - ldr r1,[r0] /* read the register */ - mov r2, #L2CCControl /* set the enable bit */ - orr r1,r1,r2 - str r1, [r0] /* enable the L2 Caches */ -#endif - - mov r0, r0 - mrc p15, 0, r1, c1, c0, 2 /* read cp access control register (CACR) into r1 */ - orr r1, r1, #(0xf << 20) /* enable full access for p10 & p11 */ - mcr p15, 0, r1, c1, c0, 2 /* write back into CACR */ - - /* enable vfp */ - fmrx r1, FPEXC /* read the exception register */ - orr r1,r1, #FPEXC_EN /* set VFP enable bit, leave the others in orig state */ - fmxr FPEXC, r1 /* write back the exception register */ - - mrc p15,0,r0,c1,c0,0 /* flow prediction enable */ - orr r0, r0, #(0x01 << 11) /* #0x8000 */ - mcr p15,0,r0,c1,c0,0 - - mrc p15,0,r0,c1,c0,1 /* read Auxiliary Control Register */ - orr r0, r0, #(0x1 << 2) /* enable Dside prefetch */ - orr r0, r0, #(0x1 << 1) /* enable L2 Prefetch hint */ - mcr p15,0,r0,c1,c0,1 /* write Auxiliary Control Register */ - - mrs r0, cpsr /* get the current PSR */ - bic r0, r0, #0x100 /* enable asynchronous abort exception */ - msr cpsr_xsf, r0 - - - b _start /* jump to C startup code */ - and r0, r0, r0 /* no op */ - -.Ldone: b .Ldone /* Paranoia: we should never get here */ - - -/* - ************************************************************************* - * - * invalidate_dcache - invalidate the entire d-cache by set/way - * - * Note: for Cortex-A9, there is no cp instruction for invalidating - * the whole D-cache. Need to invalidate each line. - * - ************************************************************************* - */ -invalidate_dcache: - mrc p15, 1, r0, c0, c0, 1 /* read CLIDR */ - ands r3, r0, #0x7000000 - mov r3, r3, lsr #23 /* cache level value (naturally aligned) */ - beq finished - mov r10, #0 /* start with level 0 */ -loop1: - add r2, r10, r10, lsr #1 /* work out 3xcachelevel */ - mov r1, r0, lsr r2 /* bottom 3 bits are the Cache type for this level */ - and r1, r1, #7 /* get those 3 bits alone */ - cmp r1, #2 - blt skip /* no cache or only instruction cache at this level */ - mcr p15, 2, r10, c0, c0, 0 /* write the Cache Size selection register */ - isb /* isb to sync the change to the CacheSizeID reg */ - mrc p15, 1, r1, c0, c0, 0 /* reads current Cache Size ID register */ - and r2, r1, #7 /* extract the line length field */ - add r2, r2, #4 /* add 4 for the line length offset (log2 16 bytes) */ - ldr r4, =0x3ff - ands r4, r4, r1, lsr #3 /* r4 is the max number on the way size (right aligned) */ - clz r5, r4 /* r5 is the bit position of the way size increment */ - ldr r7, =0x7fff - ands r7, r7, r1, lsr #13 /* r7 is the max number of the index size (right aligned) */ -loop2: - mov r9, r4 /* r9 working copy of the max way size (right aligned) */ -loop3: - orr r11, r10, r9, lsl r5 /* factor in the way number and cache number into r11 */ - orr r11, r11, r7, lsl r2 /* factor in the index number */ - mcr p15, 0, r11, c7, c6, 2 /* invalidate by set/way */ - subs r9, r9, #1 /* decrement the way number */ - bge loop3 - subs r7, r7, #1 /* decrement the index */ - bge loop2 -skip: - add r10, r10, #2 /* increment the cache number */ - cmp r3, r10 - bgt loop1 - -finished: - mov r10, #0 /* switch back to cache level 0 */ - mcr p15, 2, r10, c0, c0, 0 /* select current cache level in cssr */ - dsb - isb - - bx lr - -.end -/** -* @} End of "addtogroup a9_boot_code". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/bspconfig.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/bspconfig.h deleted file mode 100644 index 6f009c6..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/bspconfig.h +++ /dev/null @@ -1,24 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Configurations for Standalone BSP -* -*******************************************************************/ - -#ifndef BSPCONFIG_H /* prevent circular inclusions */ -#define BSPCONFIG_H /* by using protection macros */ - -#define MICROBLAZE_PVR_NONE - -/* Definition for hard-float ABI */ -#define FPU_HARD_FLOAT_ABI_ENABLED 1 - -#endif /*end of __BSPCONFIG_H_*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/changelog.txt b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/changelog.txt deleted file mode 100644 index 38ef8c2..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/changelog.txt +++ /dev/null @@ -1,667 +0,0 @@ -/***************************************************************************** - * MODIFICATION HISTORY: - * - * Ver Who Date Changes - * ----- ---- -------- --------------------------------------------------- - * 3.02a sdm 05/30/11 Added Xuint64 typedef and XUINT64_MSW/XUINT64_LSW macros - * 3.02a sdm 06/27/11 Added INST_SYNC and DATA_SYNC macros for all the CPUs - * 3.02a sdm 07/07/11 Updated ppc440 boot.S to set guarded bit for all but - * cacheable regions - * Update ppc440/xil_cache.c to use CACHEABLE_REGION_MASK - * generated by the cpu driver, for enabling caches - * 3.02a sdm 07/08/11 Updated microblaze cache flush APIs based on write-back/ - * write-thru caches - * 3.03a sdm 08/20/11 Updated the tag/data RAM latency values for L2CC - * Updated the MMU table to mark OCM in high address space - * as inner cacheable and reserved space as Invalid - * 3.03a sdm 08/20/11 Changes to support FreeRTOS - * Updated the MMU table to mark upper half of the DDR as - * non-cacheable - * Setup supervisor and abort mode stacks - * Do not initialize/enable L2CC in case of AMP - * Initialize UART1 for 9600bps in case of AMP - * 3.03a sdm 08/27/11 Setup abort and supervisor mode stacks and don't init SMC - * in case of AMP - * 3.03a sdm 09/14/11 Added code for performance monitor and L2CC event - * counters - * 3.03a sdm 11/08/11 Updated microblaze xil_cache.h file to include - * xparameters.h file for CR630532 - Xil_DCacheFlush()/ - * Xil_DCacheFlushRange() functions in standalone BSP v3_02a - * for MicroBlaze will invalidate data in the cache instead - * of flushing it for writeback caches - * 3.04a sdm 11/21/11 Updated to initialize stdio device for 115200bps, for PS7 - * 3.04a sdm 01/02/12 Updated to clear cp15 regs with unknown reset values - * Remove redundant dsb/dmb instructions in cache maintenance - * APIs - * Remove redundant dsb in mcr instruction - * 3.04a sdm 01/13/12 Updated MMU table to mark DDR memory as Shareable - * 3.05a sdm 02/02/12 Removed some of the defines as they are being generated through - * driver tcl in xparameters.h. Update the gcc/translationtable.s - * for the QSPI complete address range - DT644567 - * Removed profile directory for armcc compiler and changed - * profiling setting to false in standalone_v2_1_0.tcl file - * Deleting boot.S file after preprocessing for armcc compiler - * 3.05a asa 03/11/12 Updated the function Xil_EnableMMU in file xil_mmu.c to - * invalidate the caches before enabling back the MMU and - * D cache. - * 3.05a asa 04/15/12 Updated the function Xil_SetTlbAttributes in file - * xil_mmu.c. Now we invalidate UTLB, Branch predictor - * array, flush the D-cache before changing the attributes - * in translation table. The user need not call Xil_DisableMMU - * before calling Xil_SetTlbAttributes. - * 3.06a asa/ 06/17/12 Removed the UART initialization for Zynq. For PEEP, the UART - * sgd initialization is present. Changes for this were done in - * uart.c and xil-crt0.s. - * Made changes in xil_io.c to use volatile pointers. - * Made changes in xil_mmu.c to correct the function - * Xil_SetTlbAttributes. - * Changes are made xil-crt0.s to initialize the static - * C++ constructors. - * Changes are made in boot.s, to fix the TTBR settings, - * correct the L2 Cache Auxiliary register settings, L2 cache - * latency settings. - * 3.07a asa/ 07/16/12 Made changes in cortexa9/xtime_l.c, xtime_l.h, sleep.c - * sgd usleep.c to use global timer instead of CP15. - * Made changes in cortexa9/gcc/translation_table.s to map - * the peripheral devices as shareable device memory. - * Made changes in cortexa9/gcc/xil-crt0.s to initialize - * the global timer. - * Made changes in cortexa9/armcc/boot.S to initialize - * the global timer. - * Made changes in cortexa9/armcc/translation_table.s to - * map the peripheral devices as shareable device memory. - * Made changes in cortexa9/gcc/boot.S to optimize the - * L2 cache settings. Changes the section properties for - * ".mmu_tbl" and ".boot" sections in cortexa9/gcc/boot.S - * and cortexa9/gcc/translation_table.S. - * Made changes in cortexa9/xil_cache.c to change the - * cache invalidation order. - * 3.07a asa 08/17/12 Made changes across files for Cortexa9 to remove - * compilation/linking issues for C++ compiler. - * Made changes in mb_interface.h to remove compilation/ - * linking issues for C++ compiler. - * Added macros for swapb and swaph microblaze instructions - * mb_interface.h - * Remove barrier usage (SYNCHRONIZE_IO) from xil_io.c - * for CortexA9. - * 3.07a asa 08/30/12 Updated for CR 675636 to provide the L2 Base Address - * 3.07a asa 08/31/12 Added xil_printf.h include - * 3.07a sgd 09/18/12 Corrected the L2 cache enable settings - * Corrected L2 cache sequence disable sequence - * 3.07a sgd 10/19/12 SMC NOR and SRAM initialization with compiler option - * 3.09a asa 01/25/13 Updated to push and pop neon registers into stack for - * irq/fiq handling. - * Relocated COUNTS_PER_SECOND from sleep.c to xtime_l.h. This - * fixes the CR #692094. - * 3.09a sgd 02/14/13 Fix for CRs 697094 (SI#687034) and 675552. - * 3.10a srt 04/18/13 Implemented ARM Erratas. - * Cortex A9 Errata - 742230, 743622, 775420, 794073 - * L2Cache PL310 Errata - 588369, 727915, 759370 - * Please refer to file 'xil_errata.h' for errata - * description. - * 3.10a asa 05/04/13 Added support for L2 cache in MicroBlaze BSP. The older - * cache APIs were corresponding to only Layer 1 cache - * memories. New APIs were now added and the existing cache - * related APIs were changed to provide a uniform interface - * to flush/invalidate/enable/disable the complete cache - * system which includes both L1 and L2 caches. The changes - * for these were done in: - * src/microblaze/xil_cache.c and src/microblaze/xil_cache.h - * files. - * Four new files were added for supporting L2 cache. They are: - * microblaze_flush_cache_ext.S-> Flushes L2 cache - * microblaze_flush_cache_ext_range.S -> Flushes a range of - * memory in L2 cache. - * microblaze_invalidate_cache_ext.S-> Invalidates L2 cache - * microblaze_invalidate_cache_ext_range -> Invalidates a - * range of memory in L2 cache. - * These changes are done to implement PR #697214. - * 3.10a asa 05/13/13 Modified cache disable APIs at src/cortexa9/xil_cache.c to - * fix the CR #706464. L2 cache disabling happens independent - * of L1 data cache disable operation. Changes are done in the - * same file in cache handling APIs to do a L2 cache sync - * (poll reg7_?cache_?sync). This fixes CR #700542. - * 3.10a asa 05/20/13 Added API/Macros for enabling and disabling nested - * interrupts for ARM. These are done to fix the CR#699680. - * 3.10a srt 05/20/13 Made changes in cache maintenance APIs to do a proper cach - * sync operation. This fixes the CR# 716781. - * 3.11a asa 09/07/13 Updated armcc specific BSP files to have proper support - * for armcc toolchain. - * Modified asm_vectors.S (gcc) and asm_vectors.s (armcc) to - * fix issues related to NEON context saving. The assembly - * routines for IRQ and FIQ handling are modified. - * Deprecated the older BSP (3.10a). - * 3.11a asa 09/22/13 Fix for CR#732704. Cache APIs are modified to avoid - * various potential issues. Made changes in the function - * Xil_SetAttributes in file xil_mmu.c. - * 3.11a asa 09/23/13 Added files xil_misc_psreset_api.c and xil_misc_psreset_api.h - * in src\cortexa9 and src\microblaze folders. - * 3.11a asa 09/28/13 Modified the cache APIs (src\cortexa9) to fix handling of - * L2 cache sync operation and to fix issues around complete - * L2 cache flush/invalidation by ways. - * 3.12a asa 10/22/13 Modified the files xpseudo_asm_rvct.c and xpseudo_asm_rvct.h - * to fix linking issues with armcc/DS-5. Modified the armcc - * makefile to fix issues. - * 3.12a asa 11/15/13 Fix for CR#754800. It fixes issues around profiling for MB. - * 4.0 hk 12/13/13 Added check for STDOUT_BASEADDRESS where outbyte is used. - * 4.0 pkp 22/01/14 Modified return addresses for interrupt handlers (DataAbortHandler - * and SWIHandler) in asm_vector.S (src\cortexa9\gcc\ and - * src\cortexa9\armcc\) to fix CR#767251 - * 4.0 pkp 24/01/14 Modified cache APIs (Xil_DCacheInvalidateRange and - * Xil_L1DCacheInvalidate) in xil_cache.c (src\cortexa9) to fix the bugs. - * Few cache lines were missed to invalidate when unaligned address - * invalidation was accommodated in Xil_DCacheInvalidateRange. - * In Xil_L1DCacheInvalidate, while invalidating all L1D cache - * stack memory (which contains return address) was invalidated. So - * stack memory is flushed first and then L1D cache is invalidated. - * This is done to fix CR #763829 - * 4.0 adk 22/02/2014 Fixed the CR:775379 removed unnecessay _t(unit32_t etc) from - * mblaze_nt_types.h file and replace uint32_t with u32 in the - * profile_hist.c to fix the above CR. - * 4.1 bss 04/14/14 Updated driver tcl to remove _interrupt_handler.o from libgloss.a - * instead of libxil.a and added prototypes for - * microblaze_invalidate_cache_ext and microblaze_flush_cache_ext in - * mb_interface.h - * 4.1 hk 04/18/14 Add sleep function. - * 4.1 asa 04/21/14 Fix for CR#764881. Added support for msrset and msrclr. Renamed - * some of the *.s files inMB BSP source to *.S. - * 4.1 asa 04/28/14 Fix for CR#772280. Made changes in file cortexa9/gcc/read.c. - * 4.1 bss 04/29/14 Modified driver tcl to use libxil.a if libgloss.a does not exist - * CR#794205 - * 4.1 asa 05/09/14 Fix for CR#798230. Made changes in cortexa9/xil_cache.c and - * common/xil_testcache.c - * Fix for CR#764881. - * 4.1 srt 06/27/14 Remove '#undef DEBUG' from src/common/xdebug.h, which allows to - * output the DEBUG logs when -DDEBUG flag is enabled in BSP. - * 4.2 pkp 06/27/14 Added support for IAR compiler in src/cortexa9/iccarm. - * Also added explanatory notes in cortexa9/xil_cache.c for CR#785243. - * 4.2 pkp 06/19/14 Asynchronous abort has been enabled into cortexa9/gcc/boot.s and - * cortexa9/armcc/boot.s. Added default exception handlers for data - * abort and prefetch abort using handlers called - * DataAbortHandler and PrefetchAbortHandler respectively in - * cortexa9/xil_exception.c to fix CR#802862. - * 4.2 pkp 06/30/14 MakeFile for cortexa9/armcc has been changed to fixes the - * issue of improper linking of translation_table.s - * 4.2 pkp 07/04/14 added weak attribute for the function in BSP which are also present - * in tool chain to avoid conflicts into some special cases - * 4.2 pkp 07/21/14 Corrected reset value of event counter in function - * Xpm_ResetEventCounters in src/cortexa9/xpm_counter.c to fix CR#796275 - * 4.2 pkp 07/21/14 Included xil_types.h file in xil_mmu.h which had contained a function - * containing type def u32 defined in xil_types.g to resolve issue of - * CR#805869 - * 4.2 pkp 08/04/14 Removed unimplemented nanosleep routine from cortexa9/usleep.c as - * it is not possible to generate timer in nanosecond due to limited - * cpu frequency - * 4.2 pkp 08/04/14 Removed PEEP board related code which contained initialization of - * uart, smc nor and sram from cortexa9/gcc/xil-crt0.s and armcc/boot.s - * and iccarm/boot.s. Also uart.c and smc.c have been removed. Also - * removed function definition of XSmc_NorInit and XSmc_NorInit from - * cortexa9/smc.h - * 4.2 bss 08/11/14 Added microblaze_flush_cache_ext_range and microblaze_invalidate_ - * cache_ext_range declarations in mb_interface.h CR#783821. - * Modified profile_mcount_mb.S to fix CR#808412. - * 4.2 pkp 08/21/14 modified makefile of iccarm for proper linking of objectfiles in - * cortexa9/iccarm to fix CR#816701 - * 4.2 pkp 09/02/14 modified translation table entries in cortexa9/gcc/translation_table.s, - * armcc/translation_table.s and iccarm/translation_table.s - * to properly defined reserved entries according to address map for - * fixing CR#820146 - * 4.2 pkp 09/11/14 modified translation table entries in cortexa9/iccarm/translation_table.s - * and cortexa9/armcc/translation_table.s to resolve compilation - * error for solving CR#822897 - * 5.0 kvn 12/9/14 Support for Zync Ultrascale Mp.Also modified code for - * MISRA-C:2012 compliance. - * 5.0 pkp 12/15/14 Added APIs to get information about the platforms running the code by - * adding src/common/xplatform_info.*s - * 5.0 pkp 16/12/14 Modified boot code to enable scu after MMU is enabled and - * removed incorrect initialization of TLB lockdown register to fix - * CR#830580 in cortexa9/gcc/boot.S & cpu_init.S, armcc/boot.S - * and iccarm/boot.s - * 5.0 pkp 25/02/15 Modified floating point flag to vfpv3 from vfpv3_d16 in BSP MakeFile - * for iccarm and armcc compiler of cortexA9 - * 5.1 pkp 05/13/15 Changed the initialization order in cortexa9/gcc/boot.S, iccarm/boot.s - * and armcc/boot.s so to first invalidate caches and TLB, enable MMU and - * caches, then enable SMP bit in ACTLR. L2Cache invalidation and enabling - * of L2Cache is done later. - * 5.1 pkp 12/05/15 Modified cortexa9/xil_cache.c to modify Xil_DCacheInvalidateRange and - * Xil_DCacheFlushRange to remove unnecessary dsb which is unnecessarily - * taking long time to fix CR#853097. L2CacheSync is added into - * Xil_L2CacheInvalidateRange API. Xil_L1DCacheInvalidate and - * Xil_L2CacheInvalidate APIs are modified to flush the complete stack - * instead of just System Stack - * 5.1 pkp 14/05/15 Modified cortexa9/gcc/Makefile to keep a correct check of a compiler - * to update ECC_FLAGS and also take the compiler and archiver as specified - * in settings instead of hardcoding it. - * 5.2 pkp 06/08/15 Modified cortexa9/gcc/translation_table.S to put a check for - * XPAR_PS7_DDR_0_S_AXI_BASEADDR to confirm if DDR is present or not and - * accordingly generate the translation table - * 5.2 pkp 23/07/15 Modified cortexa9/gcc/Makefile to keep a correct check of a compiler - * to update ECC_FLAGS to fix a bug introduced during new version creation - * of BSP. - * 5.3 pkp 10/07/15 Modified cortexa9/xil_cache.c file to change cache API so that L2 Cache - * functionalities are avoided for the OpenAMP slave application(when - * USE_AMP flag is defined for BSP) as master CPU would be utilizing L2 - * cache for its operation. Also file operations such as read, write, - * close, open are also avoided for OpenAMP support(when USE_AMP flag is - * defined for BSP) because XilOpenAMP library contains own file operation. - * The xil-crt0.S file is modified for not initializing global timer for - * OpenAMP application as it might be already in use by master CPU - * 5.3 pkp 10/09/15 Modified cortexa9/iccarm/xpseudo_asm_iccarm.h file to change function - * definition for dsb, isb and dmb to fix the compilation error when used - * kvn 16/10/15 Encapsulated assembly code into macros for R5 xil_cache file. - * 5.4 pkp 09/11/15 Modified cortexr5/gcc/boot.S to disable ACTLR.DBWR bit to avoid potential - * R5 deadlock for errata 780125 - * 5.4 pkp 09/11/15 Modified cortexa53/32bit/gcc/boot.S to enable I-Cache and D-Cache for a53 - * 32 bit BSP in the initialization - * 5.4 pkp 09/11/15 Modified cortexa9/xil_misc_psreset_api.c file to change the description - * for XOcm_Remap function - * 5.4 pkp 16/11/15 Modified microblaze/xil_misc_psreset_api.c file to change the description - * for XOcm_Remap function - * kvn 21/11/15 Added volatile keyword for ADDR variables in Xil_Out API - * kvn 21/11/15 Changed ADDR variable type from u32 to UINTPTR. This is - * required for MISRA-C:2012 Compliance. - * 5.4 pkp 23/11/15 Added attribute definitions for Xil_SetTlbAttributes API of Cortex-A9 - * in cortexa9/xil_mmu.h - * 5.4 pkp 23/11/15 Added default undefined exception handler for Cortex-A9 - * 5.4 pkp 11/12/15 Modified common/xplatform_info.h to add #defines for silicon for - * checking the current executing platform - * 5.4 pkp 18/12/15 Modified cortexa53/32bit/gcc/xil-crt0.S and 64bit/gcc/xil-crt0.S - * to initialize global constructor for C++ applications - * 5.4 pkp 18/12/15 Modified cortexr5/gcc/xil-crt0.S to initialize global constructor for - * C++ applications - * 5.4 pkp 18/12/15 Modified cortexa53/32bit/gcc/translation_table.S and 64bit/gcc/ - * translation_table.S to update the translation table according to proper - * address map - * 5.4 pkp 18/12/15 Modified cortexar5/mpu.c to initialize the MPU according to proper - * address map - * 5.4 pkp 05/01/16 Modified cortexa53/64bit/boot.S to set the reset vector register RVBAR - * equivalent to vector table base address - * 5.4 pkp 08/01/16 Modified cortexa9/gcc/Makefile to update the extra compiler flag - * as per the toolchain update - * 5.4 pkp 12/01/16 Changed common/xplatform_info.* to add platform information support - * for Cortex-A53 32bit mode - * 5.4 pkp 28/01/16 Modified cortexa53/32bit/sleep.c and usleep.c & cortexa53/64bit/sleep.c - * and usleep.c to correct routines to avoid hardcoding the timer frequency, - * instead take it from xparameters.h to properly configure the timestamp - * clock frequency - * 5.4 asa 29/01/16 Modified microblaze/mb_interface.h to add macros that support the - * new instructions for MB address extension feature - * 5.4 kvn 30/01/16 Modified xparameters_ps.h file to add interrupt ID number for - * system monitor. - * 5.4 pkp 04/02/16 Modified cortexr5/gcc/boot.S to enable fault log for lock-step mode - * 5.4 pkp 19/02/16 Modified cortexr5/xtime_l.c to add an API XTime_StartTimer and updated - * cortexr5/xil-crt0.S to configure the TTC3 timer when present. Modified - * cortexr5/sleep.c, cortexr5/usleep.c to use TTC3 when present otherwise - * use set of assembly instructions to provide required delay to fix - * CR#913249. - * 5.4 asa 25/02/16 Made changes in xil-crt0.S for R5, A53 64 and 32 bit BSPs, to replace - * _exit with exit. We should not be directly calling _exit and should - * always use the library exit. This fixes the CR#937036. - * 5.4 pkp 25/02/16 Made change to cortexr5/gcc/boot.S to initialize the floating point - * registers, banked registers for various modes and enabled - * the cache ECC check before enabling the fault log for lock step mode - * Also modified the cortexr5/gcc/Makefile to support floating point - * registers initialization in boot code. - * 5.4 pkp 03/01/16 Updated the exit function in cortexr5/gcc/_exit.c to enable the debug - * logic in case of lock-step mode when fault log is enabled to fix - * CR#938281 - * 5.4 pkp 03/02/16 Modified cortexa9/iccarm/xpseudo_asm_iccarm.h file to include - * header file instrinsics.h which contains assembly instructions - * definitions which can be used by C - * 5.4 asa 03/02/16 Added print.c in MB BSP. Made other cosmetic changes to have uniform - * proto for all print.c across the BSPs. This patch fixes CR#938738. - * 5.4 pkp 03/09/16 Modified cortexr5/sleep.c and usleep.c to avoid disabling the - * interrupts when sleep/usleep is being executed using assembly - * instructions to fix CR#913249. - * 5.4 pkp 03/11/16 Modified cortexr5/xtime_l.c to avoid enabling overflow interrupt, - * instead modified cortexr5/sleep.c and usleep.c to poll the counter - * value and compare it with previous value to detect the overflow - * to fix CR#940209. - * 5.4 pkp 03/24/16 Modified cortexr5/boot.S to reset the dbg_lpd_reset before enabling - * the fault log to avoid intervention for lock-step mode and cortexr5/ - * _exit.c to enable the dbg_lpd_reset once the fault log is disabled - * to fix CR#947335 - * 5.5 pkp 04/11/16 Modified cortexr5/boot.S to enable comparators for non-JTAG bootmode - * in lock-step to avoid resetting the debug logic which restricts the - * access for debugger and removed enabling back of debug modules in - * cortexr5/_exit.c - * 5.5 pkp 04/13/16 Modified cortexa9/gcc/read.c to return correct number of bytes when - * read buffer is filled and removed the redundant NULL checking for - * buffer to simplify the code - * 5.5 pkp 04/13/16 Modified cortexa53/64bit/gcc/read.c and cortexa53/32bit/gcc/read.c - * to return correct number of bytes when read buffer is filled and - * removed the redundant NULL checking for buffer to simplify the code - * 5.5 pkp 04/13/16 Modified cortexr5/gcc/read.c to return correct number of bytes when - * read buffer is filled and removed the redundant NULL checking for - * buffer to simplify the code - * 5.5 pkp 04/13/16 Modified cortexa53/64bit/xpseudo_asm_gcc.h to add volatile to asm - * instruction macros to disable certain optimizations which may move - * code out of loops if optimizers believe that the code will always - * return the same result or discard asm statements if optimizers - * determine there is no need for the output variables - * 5.5 pkp 04/13/16 Modified cortexa53/64bit/xtime_l.c to add XTime_StartTimer which - * starts the timer if it is disabled and modified XTime_GetTime to - * enable the timer if it is not enabled. Also modified cortexa53/64bit/ - * sleep.c and cortexa53/64bit/usleep.c to enable the timer if it is - * disabled and read the counter value directly from register instead - * of using XTime_GetTime for optimization - * 5.5 pkp 04/13/16 Modified cortexa53/32bit/xtime_l.c to add XTime_StartTimer which - * starts the timer if it is disabled and modified XTime_GetTime to - * enable the timer if it is not enabled. Also modified cortexa53/32bit/ - * sleep.c and cortexa53/32bit/usleep.c to enable the timer if it is - * disabled and read the counter value directly from register instead - * of using XTime_GetTime for optimization - * 5.5 pkp 04/13/16 Modified cortexa53/32bit/xil_cache.c and cortexa53/64bit/xil_cache.c - * to update the Xil_DCacheInvalidate, Xil_DCacheInvalidateLine and - * Xil_DCacheInvalidateRange functions description for proper - * explanation to fix CR#949801 - * 5.5 asa 04/20/16 Added missing macros for hibernate and suspend in Microblaze BSP - * file mb_interface.h. This fixes the CR#949503. - * 5.5 asa 04/29/16 Fix for CR#951080. Updated cache APIs for HW designs where cache - * memory is not included for MicroBlaze. - * 5.5 pkp 05/06/16 Modified the cortexa9/xil_exception.h to update the macros - * Xil_EnableNestedInterrupts and Xil_DisableNestedInterrupts for fixing - * the issue of lr being corrupted to resolve CR#950468 - * 5.5 pkp 05/06/16 Modified the cortexr5/xil_exception.h to update the macros - * Xil_EnableNestedInterrupts and Xil_DisableNestedInterrupts for fixing - * the issue of lr being corrupted to resolve CR#950468 - * 6.0 kvn 05/31/16 Make Xil_AsserWait a global variable - * 6.0 pkp 06/27/16 Updated cortexr5/mpu.c to move the code related to Init_MPU to .boot - * section since it is part of boot process to fix CR#949555 - * hk 07/12/16 Correct masks for IOU SLCR GEM registers - * 6.0 pkp 07/25/16 Program the counter frequency in boot code for CortexA53 - * 6.0 asa 08/03/16 Updated sleep_common function in microblaze_sleep.c to improve the - * the accuracy of MB sleep functionality. This fixes the CR#954191. - * 6.0 mus 08/03/16 Restructured the BSP to avoid code duplication across all BSPs. - * Source code directories specific to ARM processor's are moved to src/arm - * directory(i.e. src/cortexa53,src/cortexa9 and src/cortexr5 moved to src/arm/cortexa53, - * src/arm/cortexa9 and src/arm/cortexr5 respectively).Files xil_printf.c,xil_printf.h, - * print.c,xil_io.c and xil_io.h are consolidated across all BSPs into common file each and - * consolidated files are kept at src/common directory.Files putnum.c,vectors.c,vectors.h, - * xil_exception.c and xil_exception.h are consolidated across all ARM BSPs - * into common file each and consolidated files are kept at src/arm/common directory. - * GCC source files related to file operations are consolidated and kept - * at src/arm/common/gcc directory. - * All io interfacing functions (i.e. All variants of xil_out, xil_in ) - * are made as static inline and implementation is kept in consolidated common/xil_io.h, - * xil_io.h must be included as a header file to access io interfacing functions. - * Added undefined exception handler for A53 32 bit and R5 processor - * 6.0 mus 08/11/16 Updated xtime_l.c in R5 BSP to remove implementation of XTime_SetTime API, since - * TTC counter value register is read only. - * 6.0 asa 08/15/16 Modified the signatures for functions sleep and usleep. This fixes - * the CR#956899. - * 6.0 mus 08/18/16 Defined ARMA53_32 flag in cortexa53/32bit/xparameters_ps.h and ARMR5 flag - * in cortexr5/xparameters_ps.h - * 6.0 mus 08/18/16 Added support for the the Zynq 7000s devices - * 6.0 mus 08/18/16 Removed unused variables from xil_printf.c and xplatform_info.c - * 6.0 mus 08/19/16 Modified xil_io.h to remove __LITTLE_ENDIAN__ flag check for all ARM processors - * 6.1 mus 11/03/16 Added APIs handle_stdin_parameter and handle_stdout_parameter in standalone tcl. - * ::hsi::utils::handle_stdin and ::hsi::utils::handle_stdout are taken as a base for - * these APIs and modifications are done on top of it to handle stdout/stdin - * parameters for design which doesnt have UART.It fixes CR#953681 - * 6.1 nsk 11/07/16 Added two new files xil_mem.c and xil_mem.h for xil_memcpy - * 6.2 pkp 12/14/16 Updated cortexa53/64bit/translation_table.S for upper ps DDR. The 0x800000000 - - * 0xFFFFFFFFF range is marked normal memory for the DDR size defined in hdf - * and rest of the memory in that 32GB region is marked as reserved to avoid - * any speculative access - * 6.2 pkp 12/23/16 Added support for floating point operation to Cortex-A53 64bit mode. It modified - * asm_vectors.S to implement lazy floating point context saving i.e. floating point - * access is enabled if there is any floating point operation, it is disabled by - * default. Also FPU is initially disabled for IRQ and none of the floating point - * registers are saved during normal context saving. If IRQ handler does not require - * floating point operation, the floating point registers are untouched and no need - * for saving/restoring. If IRQ handler uses any floating point operation, then floating - * point registers are saved and FPU is enabled for IRQ handler. Then floating point - * registers are restored back after servicing IRQ during normal context restoring. - * 6.2 mus 01/01/17 Updated makefiles of R5 and a53 64 bit/32 bit processors to fix error in clean - * target.It fixes the CR#966900 - * 6.2 pkp 01/22/17 Added support for EL1 non-secure execution and Hypervisor Baremetal for Cortex-A53 - * 64bit Mode. If Hypervisor_guest is selected as true in BSP settings, BSP will be built - * for EL1 Non-secure, else BSP will be built for EL3. By default hypervisor_guest is - * as false i.e. default bsp is EL3. - * 6.2 pkp 01/24/17 Updated cortexa53/64bit/boot.S to clear FPUStatus variable to make sure that it - * contains initial status of FPU i.e. disabled. In case of a warm restart execution - * when bss sections are not cleared, it may contain previously updated value which - * does not hold true once processor resumes. This fixes CR#966826. - * 6.2 asa 01/31/17 The existing Xil_DCacheDisable API first flushes the - * D caches and then disables it. The problem with that is, - * potentially there will be a small window after the cache - * flush operation and before the we disable D caches where - * we might have valid data in cache lines. In such a - * scenario disabling the D cache can lead to unknown behavior. - * The ideal solution to this is to use assembly code for - * the complete API and avoid any memory accesses. But with - * that we will end up having a huge amount on assembly code - * which is not maintainable. Changes are done to use a mix - * of assembly and C code. All local variables are put in - * registers. Also function calls are avoided in the API to - * avoid using stack memory. - * 6.2 mus 02/13/17 A53 CPU cache system can pre-fetch catch lines.So there are - * scenarios when an invalidated cache line can get pre fetched to cache. - * If that happens, the coherency between cache and memory is lost - * resulting in lost data. To avoid this kind of issue either - * user has to use dsb() or disable pre-fetching for L1 cache - * or else reduce maximum number of outstanding data prefetches allowed. - * Using dsb() while comparing data costing more performance compared to - * disabling pre-fetching/reducing maximum number of outstanding data - * prefetches for L1 Cache.The new api Xil_ConfigureL1Prefetch is added - * to disable pre-fetching/configure maximum number of outstanding data - * prefetches allowed in L1 cache system.This fixes CR#967864. - * 6.2 pkp 02/16/17 Added xil_smc.c file to provide a C wrapper for smc calling which can be - * used by cortex-A53 64bit EL1 Non-secure application. - * 6.2 kvn 03/03/17 Added support thumb mode - * 6.2 mus 03/13/17 Fixed MISRA C mandatory standard violations in ARM cortexr5 and cortexa53 BSP. - * It fixes CR#970543 - * 6.2 asa 03/16/17 Fix for CR#970859. For Mcroblaze BSP, when we enable intrusive - * profiling we see a crash. That is because the the tcl uses invalid - * HSI command. This change fixes it. - * 6.2 mus 03/22/17 Updated standalone tcl to generate xparameter XPAR_FPD_IS_CACHE_COHERENT, if - * any FPD peripheral is configured to use CCI.It fixes CR#972638 - * 6.3 mus 03/20/17 Updated cortex-r5 BSP, to add hard floating point support. - * 6.3 mus 04/17/17 Updated Cortex-a53 32 bit BSP boot code to fix bug in - * the HW coherency enablement. It fixes the CR#973287 - * 6.3 mus 04/20/17 Updated Cortex-A53 64 bit BSP boot code, to remove redundant write to the - * L2CTLR_EL1 register. It fixes the CR#974698 - * 6.4 mus 06/08/17 Updated arm/common/xil_exception.c to fix warnings in C level exception handlers - * of ARM 32 bit processor's. - * 6.4 mus 06/14/17 Updated cortexa53/64bit/gcc/asm_vectors.S to fix bug in IRQInterruptHandler code - * snippet, which checks for the FPEN bit of CPACR_EL1 register. - * 6.4 ms 05/23/17 Added PSU_PMU macro in xplatform_info.c, xparameters.h to support - * XGetPSVersion_Info function for PMUFW. - * ms 06/13/17 Added PSU_PMU macro in xplatform_info.c to support XGetPlatform_Info - * function for PMUFW. - * 6.4 mus 07/05/17 Updated Xil_In32BE function in xil_io.h to fix bug.It fixes CR#979740. - * 6.4 mus 07/25/17 Updated a53 32 bit boot code and vectors to support hard floating point - * operations.Now,VFP is being enabled in FPEXC register, through boot code - * and FPU registers are being saved/restored when irq/fiq vector is invoked. - * 6.4 adk 08/01/17 Updated standalone tcl to generate xparameter XPAR_PL_IS_CACHE_COHERENT, - * if h/w design configured with HPC port. - * 6.4 mus 08/10/17 Updated a53 64 bit translation table to mark memory as a outer shareable for - * EL1 NS execution. This change has been done to support CCI enabled IP's. - * 6.4 mus 08/11/17 Updated a53 64 bit boot code to implement ARM erratum 855873.This fixes - * CR#982209. - * 6.4 asa 08/16/17 Made several changes in the R5 MPU handling logic. Added new APIs to - * make RPU MPU handling user-friendly. This also fixes the CR-981028. - * 6.4 mus 08/17/17 Updated XGet_Zynq_UltraMp_Platform_info and XGetPSVersion_Info APIs to read - * version register through SMC call, over EL1 NS mode. This change has been done to - * support these APIs over EL1 NS mode. - * 6.5 mus 10/20/17 Updated standalone.tcl to fix bug in mb_can_handle_exceptions_in_delay_slots proc, - * it fixes CR#987464. - * 6.6 mus 12/07/17 Updated cortexa9/xil_errata.h and cortexa9/xil_cache.c to remove Errata 753970. - * It fixes CR#989132. - * srm 10/18/17 Updated all the sleep routines in a9,a53,R5,microblaze. Now the sleep routines - * will use the timer specified by the user to provide delay. A9 and A53 can use - * Global timer or TTC. R5 can use TTC or the machine cycles. Microblaze can use - * machine cycles or Axi timer. Updated standalone.tcl and standalone.mld files - * to support the sleep configuration Added new API's for the Axi timer in - * microblaze and TTC in ARM. Added two new files, xil_sleeptimer.c and - * xil_sleeptimer.h in ARM for the common sleep routines and 1 new file, - * xil_sleepcommon.c in Standalone-common for sleep/usleep API's. - * 6.6 hk 12/15/17 Export platform macros to bspconfig.h based on the processor. - * 6.6 asa 1/16/18 Ensure C stack information for A9 are flushed out from L1 D cache - * or L2 cache only when the respective caches are enabled. This fixes CR-922023. - * 6.6 mus 01/19/18 Updated asm_vectors.S and boot.S in Cortexa53 64 bit BSP, to add isb - * after writing to cpacr_el1/cptr_el3 registers. It would ensure - * disabling/enabling of floating-point unit, before any subsequent - * instruction. - * 6.6 hk 12/15/17 Export platform macros to xparameters.h based on the processor. - * 6.6 asa 1/16/18 Ensure C stack information for A9 are flushed out from L1 D cache - * or L2 cache only when the respective caches are enabled.This fixes CR-922023. - * - * 6.6 mus 01/19/18 Updated asm_vectors.S and boot.S in Cortexa53 64 bit BSP, to add isb - * after writing to cpacr_el1/cptr_el3 registers. It would ensure - * disabling/enabling of floating-point unit, before any subsequent - * instruction. - * 6.6 mus 01/30/18 Updated hypervisor enabled Cortexa53 64 bit BSP, to add xen PV console - * support. Now, xil_printf would use PV console instead of UART in case of - * hypervisor enabled BSP. - * 6.6 mus 02/02/18 Updated get_connected_if proc in standalone tcl to detect the HPC port - * configured with smart interconnect.It fixes CR#990318. - * 6.6 srm 02/10/18 Updated csu_wdt interrupt to the correct value. Fixes CR#992229 - * 6.6 asa 02/12/18 Fix for heap handling for ARM platforms. CR#993932. - * 6.6 mus 02/19/18 Updated standalone.tcl to fix bug in handle_profile_opbtimer proc, - * CR#995014. - * 6.6 mus 02/23/18 Presently Cortex R5 BSP boot code is disabling the debug logic in - * non-JTAG boot mode, when processor is in lockstep configuration. - * This behavior is restricting application debugging in non-JTAG boot - * mode. To get rid of this restriction, added new mld parameter - * "lockstep_mode_debug", to enable/disable debug logic from BSP - * settings. Now, debug logic can be enabled through BSP settings, - * by modifying value of parameter "lockstep_mode_debug" as "true". - * It fixes CR#993896. - * 6.6.mus 02/27/18 Updated Xil_DCacheInvalidateRange and - * Xil_ICacheInvalidateRange APIs in Cortexa53 64 bit BSP, to fix bug - * in handling upper DDR addresses.It fixes CR#995581. - * 6.6 mus 03/12/18 Updated makefile of Cortexa53 32bit BSP to add includes_ps directory - * in the list of include paths. This change allows applications/BSP - * files to include .h files in include_ps directory. - * 6.6 mus 03/16/18 By default CPUACTLR_EL1 is accessible only from EL3, it - * results into abort if accessed from EL1 non secure privilege - * level. Updated Xil_ConfigureL1Prefetch function in Cortexa53 64 bit BSP - * to avoid CPUACTLR_EL1 access from privile levels other than EL3. - * 6.6 mus 03/16/18 Updated hypervisor enabled BSP to use PV console, based on the - * XEN_USE_PV_CONSOLE flag. By default hypervisor enabled BSP would - * use UART console, PV console can be enabled by appending - * "-DXEN_USE_PV_CONSOLE" to the BSP extra compiler flags. - * 6.7 asa 04/26/18 Added API Xil_GetExceptionRegisterHandler for obtaining information - * on an already registered exception vector. - * 6.7 asa 05/18/18 Fixed bugss in the API Xil_GetExceptionRegisterHandler. - * 6.8 mus 04/27/18 Removed __ARM_NEON__ flag definition. Now, saving/restoring of of HW - * floating point register would be done through newly introduced flag - * FPU_HARD_FLOAT_ABI_ENABLED. This new flag will be configured based on - * the -mfpu-abi option in extra compiler flags.. This change has - * been done to avoid saving/restoring of HW floating point registers, - * when BSP is not compiled with HW floating point configuration. - * 6.8 aru 06/15/18 Removed unused variable in xil_cache.c for A53-32. It - * fixes CR1005118. - * 6.8 aru 07/02/18 Returned the pointer instead of address of that pointer in xil_mpu.c - * for R5 processor.It Fixes CR#1005119. - * 6.8 mus 07/12/18 Updated Cortexa9 translation table to mark DDR memory as inner cacheable, - * if BSP is built with the USE_AMP flag. It fixes CR#1006745. - * - * 6.8 aru 07/04/18 Optimized the code to use a loop and to remove redundant code - * in Xil_DCacheFlush() and Xil_DCacheInvalidate() - * of xil_cache.c for A53-32. - * 6.8 aru 07/26/18 added support in xil_printf.c to print u64 variabbles - * correctly in 32 bit processor.It fixes CR#1007207. - * 6.8 aru 09/03/18 Optimized the code to use a single function and removed - * code redundancy in xil_printf.c . It Fixes CR#1009654. - * 6.8 aru 09/06/18 Removed the compiler warnings for ARMCC toolchain. - * It fixes CR#1008309. - * 6.8 mus 09/20/18 Updated CortexR5 boot code to initialize CortexR5 core with LOVEC - * on reset. It fixes CR#1010656. - * 6.8 mus 10/04/18 Updated microblaze sleep functinality to execute default method of - * sleep implementation, in case of FreeRTOS BSP. - * 6.8 mus 10/25/18 Updated assembly code for cache APIs and inline assemby macros to - * to support 64 bit addresses. - * 6.8 asa 10/11/18 Updated the A53 32 bit cache APIs for Xil_DCacheFlush and - * Xil_DCacheInvalidate to fix various issues. These issues were not - * present in the previous releases but got introduced as part of - * optimization patches that got applied for 6.8 BSP version. These - * changes fix the CR#1016012. - * 7.0 rp 10/25/18 Added XST_NO_ACCESS status macros for generic access error. - * 7.0 mus 02/01/19 Added support for Versal. Cortea53 BSP will be re-used by Cortexa72, - * re-named cortexa53 directory as ARMv8, since files are generic for - * ARMv8 based processors. Created "platform" directory to place - * SoC based files. - * 7.0 mus 02/05/19 Updated Xil_MemCpy API to copy two bytes at a time from source to - * destination if byte count is <= 2. - * 7.0 mus 02/28/19 Added armclang compiler support to the Cortexa53 64 bit BSP. - * 7.0 mus 04/08/19 Fix microblaze_disable_dcache for 64 bit microblaze - * 7.0 mus 04/26/19 Added frequently used functions in common area in xil_utils.c, - * so that other modules can make use of it. - * 7.2 mus 11/14/19 Remove logic for deletion of source directories, to avoid race - * condition in standalone tcl.It fixes CR#1038151. - * 01/09/20 Updated boot code and standalone tcl to support armclang compiler - * for Cortex-A72. Also, versal translation table is ported for - * armclang compiler. - * 01/29/20 Updated standalone tcl for CortexR5 BSP, Now TTC2 would be used - * for sleep routines, if TTC3 is not present in HW design. If TTC2 - * also not present, then CortexR5 PMU cycle counter would be used. - * If user dont want to use PMU cycle counter, - * -DDONT_USE_PMU_FOR_SLEEP_ROUTINES flag needs to be added in BSP - * compiler flags. - * 7.2 sd 03/08/20 Addéd clocking support for baremetal drivers, related files have - * been added in "lib/bsp/standalone/src/common/clocking" path - * 7.2 asa 03/18/20 Added a new examples folder for standalone BSP. - * Added a new example inside it to show usage of R5 PMU event - * counters and APIs provided to configure and read PMU events. - * Added new APIs for better R5 PMU events handling. - * 7.2 asa 04/03/20 Renamed the str macro to strw. - * 7.2 dp 04/30/20 Added clobber to mtcpsr macro. - * 7.2 mus 05/02/20 Added unaligned exception support for 64 bit version of - * microblaze processor. - * 7.3 mus 05/12/20 Updated bootcode in Cortex-A53 64 bit BSP, to correct CPACR_EL1 - * settings - * kc 06/18/20 Updated microblaze makefile to not to compile microblaze_interrupt_handler.c - * with LTO flags - * dp 07/07/20 Added armclang support for Cortex-R5 BSP - * mus 07/08/20 Updated standalone.tcl to fix bug in selecting TTC as sleep timer CR#1069210 - * mus 07/28/20 Updated exception registeration related APIs for ARM - * processors, it fixes CR#1069524 - * mus 08/25/20 Updated makefiles across standalone BSP, to support parallel make - * and incremental builds. - * au 09/14/20 Updated standalone tcl, to remove "weak" attribute from outbyte - * for psv_pmc processor.It fixes CR#1070099 - * mus 09/16/20 Updated translation table for Cortex-A72, to fix the translation - * table entries for DDR regions. It fixes CR#1073099. - * sa 09/10/20 Added microblaze selftest routines to microblaze BSP - * mus 10/10/20 Updated IAR port for ARM processors, to fix scanf functionality. - * It fixes CR#1079543 - * sk 10/25/20 Updated src/common/xdebug.h to consolidate content from xdebug.h - * files in standlone driver. It fixes CR#1080080 - * td 10/25/20 Moved strcpy, strcat, memcmp function from XilPlmi library - * to xil_util.h - * am 10/26/20 Updated src/common/xil_io.h and xil_util.h to fix issues - * reported by MISRA C and coverity tool. - * 7.4 mus 12/21/20 Updated standalone tcl to support CIPS 3.0 based HW designs - * 7.5 mus 05/31/21 GCC 10.2 is complaining when section attribute is added - * to declaration. Updated Cortex-R5 BSP to remove attributes from - * declaration of Mpu_Config structure. - * dp 01/19/21 Update counts per msec/usec macros across all supported BSPs to - * minimize delta error - * mus 01/20/21 Update Xil_DCacheFlushRange function in Cortex-A9 BSP with errata#588369 - * workaround - * bm 02/17/21 Added xil_vprintf function and moved most of the logic from xil_printf - * to xil_printf, and calling xil_vprintf from xil_printf. - * dp 02/17/21 Fixed compilation errors with -Werror=conversion compiler flag. - * asa 03/10/21 Added spinlock mechanism for ARMv7 processors. - * mus 03/23/21 Added new set of Xil_TestMem32, Xil_TestMem16 and Xil_TestMem8 - * APIs to support memory test for memory regions mapped at extended -* addresses (addresses > 4 GB) in case of 32 bit Miroblaze processor. - * mus 03/26/21 Added weak implemantation of clock function for ARM processors. - * mus 04/15/21 Fixed warnings reported by doxygen tool. - * mus 04/22/21 Updated sleep routines from Microblaze BSP to keep them in sync - * with Microblaze processor frequency. This is done to avoid incorrect - * behavior of sleep routines, if Microblaze processor frequency - * is changed during runtime. - * mus 05/05/21 Updated src/common/xdebug.h and xstatus.h to consolidate them with - * xstatus.h and xdebug.h in common driver. - * mus 05/10/21 Moved pragma messages from .h files to .c files to avoid displaying - * same message multiple times during compilation. - * mus 05/15/21 Fixed HIS_COMF metric violations in xil_io.h file. - * mus 05/25/21 Added mitigation in ARMv8 BSP for speculative execution past ERET and BR instruction - * (CVE-2020-13844). - * - * - *****************************************************************************************/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/clocking/xil_clocking.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/clocking/xil_clocking.c deleted file mode 100644 index 50df3c5..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/clocking/xil_clocking.c +++ /dev/null @@ -1,128 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.c -* -* The xil_clocking.c file contains clocking related functions and macros. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  02/06/20 First release of clocking
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#include "xil_clocking.h" -/************************** Variable Definitions *****************************/ - -#if defined (XPAR_XCRPSU_0_DEVICE_ID) && defined (XCLOCKING) - -XClock ClockInstance; /* Instance of clock Controller */ -XClockPs_Config *ConfigPtr; - - -XStatus Xil_ClockInit(void) -{ - XStatus Status = XST_FAILURE; - - /* Lookup clock configurations */ - ConfigPtr = XClock_LookupConfig(XPAR_XCLOCKPS_DEVICE_ID); - - /* Initialize the Clock controller driver */ - Status = XClock_CfgInitialize(&ClockInstance, ConfigPtr); - return Status; -} - -XStatus Xil_ClockEnable(XClock_OutputClks ClockId) -{ - - XStatus Status = XST_FAILURE; - - Status = XClock_EnableClock(ClockId); - return Status; -} - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId) -{ - XStatus Status = XST_FAILURE; - - Status = XClock_DisableClock(ClockId); - return Status; -} - -XStatus Xil_ClockGetRate(XClock_OutputClks ClockId, XClockRate *Rate) -{ - XStatus Status = XST_FAILURE; - - Xil_AssertNonvoid(Rate != NULL); - - Status = XClock_GetRate(ClockId, Rate); - if (XST_SUCCESS == Status) { - xdbg_printf(XDBG_DEBUG_GENERAL, "Operating rate = %lx\n",*Rate); - } else { - xdbg_printf(XDBG_DEBUG_ERROR, "Failed: Fetching rate\r\n"); - } - return Status; -} - -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, - XClockRate *SetRate) -{ - XStatus Status = XST_FAILURE; - - Xil_AssertNonvoid(SetRate != NULL); - - if (Rate == 0) { - return XST_FAILURE; - } - Status = XClock_SetRate(ClockId, Rate, SetRate); - if (XST_SUCCESS != Status) { - xdbg_printf(XDBG_DEBUG_ERROR, "Failed Setting rate\n"); - } - return Status; -} - -#else -XStatus Xil_ClockGetRate(XClock_OutputClks ClockId, XClockRate *Rate) -{ - (void) ClockId; - (void) Rate; - return XST_FAILURE; -} - -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, - XClockRate *SetRate) { - (void) ClockId; - (void) Rate; - (void) SetRate; - return XST_FAILURE; -} - -XStatus Xil_ClockInit(void) -{ - return XST_SUCCESS; -} - -XStatus Xil_ClockEnable(XClock_OutputClks ClockId) -{ - (void) ClockId; - return XST_SUCCESS; -} - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId) -{ - (void) ClockId; - return XST_SUCCESS; -} - -#endif /* XCLOCKING */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/clocking/xil_clocking.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/clocking/xil_clocking.h deleted file mode 100644 index fd80a0d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/clocking/xil_clocking.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.h -* -* The xil_clocking.h file contains clocking related functions and macros. -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  12/11/19 First release
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#ifndef XIL_CLOCKING_H /* prevent circular inclusions */ -#define XIL_CLOCKING_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xdebug.h" -#include "xil_printf.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xparameters.h" -#include "xstatus.h" -#if defined (XPAR_XCRPSU_0_DEVICE_ID) -#include "xclockps.h" -#else -typedef u32 XClock_OutputClks; -typedef u64 XClockRate; -#endif - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId); -XStatus Xil_ClockEnable(XClock_OutputClks ClockId); -XStatus Xil_ClockInit(void); -XStatus Xil_ClockGet(void); -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, XClockRate *SetRate); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/close.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/close.c deleted file mode 100644 index 811d2b0..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/close.c +++ /dev/null @@ -1,23 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef UNDEFINE_FILE_OPS -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _close(s32 fd); -} -#endif - -/* - * close -- We don't need to do anything, but pretend we did. - */ - -__attribute__((weak)) s32 _close(s32 fd) -{ - (void)fd; - return (0); -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/clocking/xil_clocking.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/clocking/xil_clocking.c deleted file mode 100644 index 50df3c5..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/clocking/xil_clocking.c +++ /dev/null @@ -1,128 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.c -* -* The xil_clocking.c file contains clocking related functions and macros. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  02/06/20 First release of clocking
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#include "xil_clocking.h" -/************************** Variable Definitions *****************************/ - -#if defined (XPAR_XCRPSU_0_DEVICE_ID) && defined (XCLOCKING) - -XClock ClockInstance; /* Instance of clock Controller */ -XClockPs_Config *ConfigPtr; - - -XStatus Xil_ClockInit(void) -{ - XStatus Status = XST_FAILURE; - - /* Lookup clock configurations */ - ConfigPtr = XClock_LookupConfig(XPAR_XCLOCKPS_DEVICE_ID); - - /* Initialize the Clock controller driver */ - Status = XClock_CfgInitialize(&ClockInstance, ConfigPtr); - return Status; -} - -XStatus Xil_ClockEnable(XClock_OutputClks ClockId) -{ - - XStatus Status = XST_FAILURE; - - Status = XClock_EnableClock(ClockId); - return Status; -} - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId) -{ - XStatus Status = XST_FAILURE; - - Status = XClock_DisableClock(ClockId); - return Status; -} - -XStatus Xil_ClockGetRate(XClock_OutputClks ClockId, XClockRate *Rate) -{ - XStatus Status = XST_FAILURE; - - Xil_AssertNonvoid(Rate != NULL); - - Status = XClock_GetRate(ClockId, Rate); - if (XST_SUCCESS == Status) { - xdbg_printf(XDBG_DEBUG_GENERAL, "Operating rate = %lx\n",*Rate); - } else { - xdbg_printf(XDBG_DEBUG_ERROR, "Failed: Fetching rate\r\n"); - } - return Status; -} - -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, - XClockRate *SetRate) -{ - XStatus Status = XST_FAILURE; - - Xil_AssertNonvoid(SetRate != NULL); - - if (Rate == 0) { - return XST_FAILURE; - } - Status = XClock_SetRate(ClockId, Rate, SetRate); - if (XST_SUCCESS != Status) { - xdbg_printf(XDBG_DEBUG_ERROR, "Failed Setting rate\n"); - } - return Status; -} - -#else -XStatus Xil_ClockGetRate(XClock_OutputClks ClockId, XClockRate *Rate) -{ - (void) ClockId; - (void) Rate; - return XST_FAILURE; -} - -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, - XClockRate *SetRate) { - (void) ClockId; - (void) Rate; - (void) SetRate; - return XST_FAILURE; -} - -XStatus Xil_ClockInit(void) -{ - return XST_SUCCESS; -} - -XStatus Xil_ClockEnable(XClock_OutputClks ClockId) -{ - (void) ClockId; - return XST_SUCCESS; -} - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId) -{ - (void) ClockId; - return XST_SUCCESS; -} - -#endif /* XCLOCKING */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/clocking/xil_clocking.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/clocking/xil_clocking.h deleted file mode 100644 index fd80a0d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/clocking/xil_clocking.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.h -* -* The xil_clocking.h file contains clocking related functions and macros. -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  12/11/19 First release
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#ifndef XIL_CLOCKING_H /* prevent circular inclusions */ -#define XIL_CLOCKING_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xdebug.h" -#include "xil_printf.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xparameters.h" -#include "xstatus.h" -#if defined (XPAR_XCRPSU_0_DEVICE_ID) -#include "xclockps.h" -#else -typedef u32 XClock_OutputClks; -typedef u64 XClockRate; -#endif - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId); -XStatus Xil_ClockEnable(XClock_OutputClks ClockId); -XStatus Xil_ClockInit(void); -XStatus Xil_ClockGet(void); -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, XClockRate *SetRate); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/print.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/print.c deleted file mode 100644 index da7e768..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/print.c +++ /dev/null @@ -1,36 +0,0 @@ -/* print.c -- print a string on the output device. - * - * Copyright (c) 1995 Cygnus Support - * - * The authors hereby grant permission to use, copy, modify, distribute, - * and license this software and its documentation for any purpose, provided - * that existing copyright notices are retained in all copies and that this - * notice is included verbatim in any distributions. No written agreement, - * license, or royalty fee is required for any of the authorized uses. - * Modifications to this software may be copyrighted by their authors - * and need not follow the licensing terms described here, provided that - * the new terms are clearly indicated on the first page of each file where - * they apply. - * - */ - -/* - * print -- do a raw print of a string - */ -#include "xil_printf.h" - -void print(const char8 *ptr) -{ -#if HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE - XPVXenConsole_Write(ptr); -#else -#ifdef STDOUT_BASEADDRESS - while (*ptr != (char8)0) { - outbyte (*ptr); - ptr++; - } -#else -(void)ptr; -#endif -#endif -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/sleep.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/sleep.h deleted file mode 100644 index 08af00b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/sleep.h +++ /dev/null @@ -1,93 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*****************************************************************************/ -/** -* @file sleep.h -* -* This header file contains ARM Cortex A53,A9,R5,Microblaze specific sleep -* related APIs. -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6   srm  11/02/17 Added processor specific sleep routines
-*								 function prototypes.
-*
-* 
-* -******************************************************************************/ - -#ifndef SLEEP_H -#define SLEEP_H - -#include "xil_types.h" -#include "xil_io.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/*****************************************************************************/ -/** -* -* This macro polls an address periodically until a condition is met or till the -* timeout occurs. -* The minimum timeout for calling this macro is 100us. If the timeout is less -* than 100us, it still waits for 100us. Also the unit for the timeout is 100us. -* If the timeout is not a multiple of 100us, it waits for a timeout of -* the next usec value which is a multiple of 100us. -* -* @param IO_func - accessor function to read the register contents. -* Depends on the register width. -* @param ADDR - Address to be polled -* @param VALUE - variable to read the value -* @param COND - Condition to checked (usually involves VALUE) -* @param TIMEOUT_US - timeout in micro seconds -* -* @return 0 - when the condition is met -* -1 - when the condition is not met till the timeout period -* -* @note none -* -*****************************************************************************/ -#define Xil_poll_timeout(IO_func, ADDR, VALUE, COND, TIMEOUT_US) \ - ( { \ - u64 timeout = TIMEOUT_US/100; \ - if(TIMEOUT_US%100!=0) \ - timeout++; \ - for(;;) { \ - VALUE = IO_func(ADDR); \ - if(COND) \ - break; \ - else { \ - usleep(100); \ - timeout--; \ - if(timeout==0) \ - break; \ - } \ - } \ - (timeout>0) ? 0 : -1; \ - } ) - -void usleep(unsigned long useconds); -void sleep(unsigned int seconds); -int usleep_R5(unsigned long useconds); -unsigned sleep_R5(unsigned int seconds); -int usleep_MB(unsigned long useconds); -unsigned sleep_MB(unsigned int seconds); -int usleep_A53(unsigned long useconds); -unsigned sleep_A53(unsigned int seconds); -int usleep_A9(unsigned long useconds); -unsigned sleep_A9(unsigned int seconds); - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xbasic_types.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xbasic_types.h deleted file mode 100644 index 99b1375..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xbasic_types.h +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xbasic_types.h -* -* -* @note Dummy File for backwards compatibility -* - -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a adk   1/31/14  Added in bsp common folder for backward compatibility
-* 7.0   aru   01/21/19 Modified the typedef of u32,u16,u8
-* 7.0 	aru   02/06/19 Included stdint.h and stddef.h
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XBASIC_TYPES_H /* prevent circular inclusions */ -#define XBASIC_TYPES_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -/** @name Legacy types - * Deprecated legacy types. - * @{ - */ -typedef uint8_t Xuint8; /**< unsigned 8-bit */ -typedef char Xint8; /**< signed 8-bit */ -typedef uint16_t Xuint16; /**< unsigned 16-bit */ -typedef short Xint16; /**< signed 16-bit */ -typedef uint32_t Xuint32; /**< unsigned 32-bit */ -typedef long Xint32; /**< signed 32-bit */ -typedef float Xfloat32; /**< 32-bit floating point */ -typedef double Xfloat64; /**< 64-bit double precision FP */ -typedef unsigned long Xboolean; /**< boolean (XTRUE or XFALSE) */ - -#if !defined __XUINT64__ -typedef struct -{ - Xuint32 Upper; - Xuint32 Lower; -} Xuint64; -#endif - -/** @name New types - * New simple types. - * @{ - */ -#ifndef __KERNEL__ -#ifndef XIL_TYPES_H -typedef Xuint32 u32; -typedef Xuint16 u16; -typedef Xuint8 u8; -#endif -#else -#include -#endif - -#ifndef TRUE -# define TRUE 1U -#endif - -#ifndef FALSE -# define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -/* - * Xilinx NULL, TRUE and FALSE legacy support. Deprecated. - * Please use NULL, TRUE and FALSE - */ -#define XNULL NULL -#define XTRUE TRUE -#define XFALSE FALSE - -/* - * This file is deprecated and users - * should use xil_types.h and xil_assert.h\n\r - */ -#warning The xbasics_type.h file is deprecated and users should use xil_types.h and xil_assert. -#warning Please refer the Standalone BSP UG647 for further details - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xdebug.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xdebug.h deleted file mode 100644 index 29be8d2..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xdebug.h +++ /dev/null @@ -1,73 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef XDEBUG -#define XDEBUG - -#ifdef __cplusplus -extern "C" { -#endif - -#if defined(DEBUG) && !defined(NDEBUG) - -#ifndef XDEBUG_WARNING -#define XDEBUG_WARNING -#warning DEBUG is enabled -#endif - -int printf(const char *format, ...); - -#define XDBG_DEBUG_ERROR 0x00000001U /* error condition messages */ -#define XDBG_DEBUG_GENERAL 0x00000002U /* general debug messages */ -#define XDBG_DEBUG_ALL 0xFFFFFFFFU /* all debugging data */ - -#define XDBG_DEBUG_FIFO_REG 0x00000100U /* display register reads/writes */ -#define XDBG_DEBUG_FIFO_RX 0x00000101U /* receive debug messages */ -#define XDBG_DEBUG_FIFO_TX 0x00000102U /* transmit debug messages */ -#define XDBG_DEBUG_FIFO_ALL 0x0000010FU /* all fifo debug messages */ - -#define XDBG_DEBUG_TEMAC_REG 0x00000400U /* display register reads/writes */ -#define XDBG_DEBUG_TEMAC_RX 0x00000401U /* receive debug messages */ -#define XDBG_DEBUG_TEMAC_TX 0x00000402U /* transmit debug messages */ -#define XDBG_DEBUG_TEMAC_ALL 0x0000040FU /* all temac debug messages */ - -#define XDBG_DEBUG_TEMAC_ADPT_RX 0x00000800U /* receive debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_TX 0x00000801U /* transmit debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_IOCTL 0x00000802U /* ioctl debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_MISC 0x00000803U /* debug msg for other routines */ -#define XDBG_DEBUG_TEMAC_ADPT_ALL 0x0000080FU /* all temac adapter debug messages */ - - -#define xdbg_current_types (XDBG_DEBUG_GENERAL | XDBG_DEBUG_ERROR | XDBG_DEBUG_TEMAC_REG | XDBG_DEBUG_FIFO_RX | XDBG_DEBUG_FIFO_TX | XDBG_DEBUG_FIFO_REG) - -#define xdbg_stmnt(x) x - -/* In VxWorks, if _WRS_GNU_VAR_MACROS is defined, special syntax is needed for - * macros that accept variable number of arguments - */ -#if defined(XENV_VXWORKS) && defined(_WRS_GNU_VAR_MACROS) -#define xdbg_printf(type, args...) (((type) & xdbg_current_types) ? printf (## args) : 0) -#else /* ANSI Syntax */ -#define xdbg_printf(type, ...) (((type) & xdbg_current_types) ? printf (__VA_ARGS__) : 0) -#endif - -#else /* defined(DEBUG) && !defined(NDEBUG) */ - -#define xdbg_stmnt(x) - -/* See VxWorks comments above */ -#if defined(XENV_VXWORKS) && defined(_WRS_GNU_VAR_MACROS) -#define xdbg_printf(type, args...) -#else /* ANSI Syntax */ -#define xdbg_printf(...) -#endif -#endif /* defined(DEBUG) && !defined(NDEBUG) */ - -#ifdef __cplusplus -} -#endif - -#endif /* XDEBUG */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xenv.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xenv.h deleted file mode 100644 index d8aef59..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xenv.h +++ /dev/null @@ -1,169 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xenv.h -* -* Defines common services that are typically found in a host operating. -* environment. This include file simply includes an OS specific file based -* on the compile-time constant BUILD_ENV_*, where * is the name of the target -* environment. -* -* All services are defined as macros. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00b ch   10/24/02 Added XENV_LINUX
-* 1.00a rmm  04/17/02 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XENV_H /* prevent circular inclusions */ -#define XENV_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/* - * Select which target environment we are operating under - */ - -/* VxWorks target environment */ -#if defined XENV_VXWORKS -#include "xenv_vxworks.h" - -/* Linux target environment */ -#elif defined XENV_LINUX -#include "xenv_linux.h" - -/* Unit test environment */ -#elif defined XENV_UNITTEST -#include "ut_xenv.h" - -/* Integration test environment */ -#elif defined XENV_INTTEST -#include "int_xenv.h" - -/* Standalone environment selected */ -#else -#include "xenv_standalone.h" -#endif - - -/* - * The following comments specify the types and macro wrappers that are - * expected to be defined by the target specific header files - */ - -/**************************** Type Definitions *******************************/ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP - * - * A structure that contains a time stamp used by other time stamp macros - * defined below. This structure is processor dependent. - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/*****************************************************************************/ -/** - * - * XENV_MEM_COPY(void *DestPtr, void *SrcPtr, unsigned Bytes) - * - * Copies a non-overlapping block of memory. - * - * @param DestPtr is the destination address to copy data to. - * @param SrcPtr is the source address to copy data from. - * @param Bytes is the number of bytes to copy. - * - * @return None - */ - -/*****************************************************************************/ -/** - * - * XENV_MEM_FILL(void *DestPtr, char Data, unsigned Bytes) - * - * Fills an area of memory with constant data. - * - * @param DestPtr is the destination address to set. - * @param Data contains the value to set. - * @param Bytes is the number of bytes to set. - * - * @return None - */ -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_GET(XTIME_STAMP *StampPtr) - * - * Samples the processor's or external timer's time base counter. - * - * @param StampPtr is the storage for the retrieved time stamp. - * - * @return None - */ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_DELTA_US(XTIME_STAMP *Stamp1Ptr, XTIME_STAMP* Stamp2Ptr) - * - * Computes the delta between the two time stamps. - * - * @param Stamp1Ptr - First sampled time stamp. - * @param Stamp1Ptr - Sedond sampled time stamp. - * - * @return An unsigned int value with units of microseconds. - */ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_DELTA_MS(XTIME_STAMP *Stamp1Ptr, XTIME_STAMP* Stamp2Ptr) - * - * Computes the delta between the two time stamps. - * - * @param Stamp1Ptr - First sampled time stamp. - * @param Stamp1Ptr - Sedond sampled time stamp. - * - * @return An unsigned int value with units of milliseconds. - */ - -/*****************************************************************************//** - * - * XENV_USLEEP(unsigned delay) - * - * Delay the specified number of microseconds. - * - * @param delay is the number of microseconds to delay. - * - * @return None - */ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xenv_standalone.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xenv_standalone.h deleted file mode 100644 index 9794da0..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xenv_standalone.h +++ /dev/null @@ -1,350 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xenv_standalone.h -* -* Defines common services specified by xenv.h. -* -* @note -* This file is not intended to be included directly by driver code. -* Instead, the generic xenv.h file is intended to be included by driver -* code. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a wgr  02/28/07 Added cache handling macros.
-* 1.00a wgr  02/27/07 Simplified code. Deprecated old-style macro names.
-* 1.00a rmm  01/24/06 Implemented XENV_USLEEP. Assume implementation is being
-*                     used under Xilinx standalone BSP.
-* 1.00a xd   11/03/04 Improved support for doxygen.
-* 1.00a rmm  03/21/02 First release
-* 1.00a wgr  03/22/07 Converted to new coding style.
-* 1.00a rpm  06/29/07 Added udelay macro for standalone
-* 1.00a xd   07/19/07 Included xparameters.h as XPAR_ constants are referred
-*                     to in MICROBLAZE section
-* 1.00a ecm  09/19/08 updated for v7.20 of Microblaze, new functionality
-*
-* 
-* -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XENV_STANDALONE_H -#define XENV_STANDALONE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -/****************************************************************************** - * - * Get the processor dependent includes - * - ******************************************************************************/ - -#include - -#if defined __MICROBLAZE__ -# include "mb_interface.h" -# include "xparameters.h" /* XPAR constants used below in MB section */ - -#elif defined __PPC__ -# include "sleep.h" -# include "xcache_l.h" /* also include xcache_l.h for caching macros */ -#endif - -/****************************************************************************** - * - * MEMCPY / MEMSET related macros. - * - * The following are straight forward implementations of memset and memcpy. - * - * NOTE: memcpy may not work if source and target memory area are overlapping. - * - ******************************************************************************/ -/*****************************************************************************/ -/** - * - * Copies a non-overlapping block of memory. - * - * @param DestPtr - * Destination address to copy data to. - * - * @param SrcPtr - * Source address to copy data from. - * - * @param Bytes - * Number of bytes to copy. - * - * @return None. - * - * @note - * The use of XENV_MEM_COPY is deprecated. Use memcpy() instead. - * - * @note - * This implementation MAY BREAK work if source and target memory - * area are overlapping. - * - *****************************************************************************/ - -#define XENV_MEM_COPY(DestPtr, SrcPtr, Bytes) \ - memcpy((void *) DestPtr, (const void *) SrcPtr, (size_t) Bytes) - - - -/*****************************************************************************/ -/** - * - * Fills an area of memory with constant data. - * - * @param DestPtr - * Destination address to copy data to. - * - * @param Data - * Value to set. - * - * @param Bytes - * Number of bytes to copy. - * - * @return None. - * - * @note - * The use of XENV_MEM_FILL is deprecated. Use memset() instead. - * - *****************************************************************************/ - -#define XENV_MEM_FILL(DestPtr, Data, Bytes) \ - memset((void *) DestPtr, (s32) Data, (size_t) Bytes) - - - -/****************************************************************************** - * - * TIME related macros - * - ******************************************************************************/ - -/** - * A structure that contains a time stamp used by other time stamp macros - * defined below. This structure is processor dependent. - */ -typedef s32 XENV_TIME_STAMP; - -/*****************************************************************************/ -/** - * - * Time is derived from the 64 bit PPC timebase register - * - * @param StampPtr is the storage for the retrieved time stamp. - * - * @return None. - * - * @note - * - * Signature: void XENV_TIME_STAMP_GET(XTIME_STAMP *StampPtr) - *

- * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_GET(StampPtr) - -/*****************************************************************************/ -/** - * - * This macro is not yet implemented and always returns 0. - * - * @param Stamp1Ptr is the first sampled time stamp. - * @param Stamp2Ptr is the second sampled time stamp. - * - * @return 0 - * - * @note - * - * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_DELTA_US(Stamp1Ptr, Stamp2Ptr) (0) - -/*****************************************************************************/ -/** - * - * This macro is not yet implemented and always returns 0. - * - * @param Stamp1Ptr is the first sampled time stamp. - * @param Stamp2Ptr is the second sampled time stamp. - * - * @return 0 - * - * @note - * - * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_DELTA_MS(Stamp1Ptr, Stamp2Ptr) (0) - -/*****************************************************************************/ -/** - * XENV_USLEEP(unsigned delay) - * - * Delay the specified number of microseconds. Not implemented without OS - * support. - * - * @param delay - * Number of microseconds to delay. - * - * @return None. - * - *****************************************************************************/ - -#ifdef __PPC__ -#define XENV_USLEEP(delay) usleep(delay) -#define udelay(delay) usleep(delay) -#else -#define XENV_USLEEP(delay) -#define udelay(delay) -#endif - - -/****************************************************************************** - * - * CACHE handling macros / mappings - * - ******************************************************************************/ -/****************************************************************************** - * - * Processor independent macros - * - ******************************************************************************/ - -#define XCACHE_ENABLE_CACHE() \ - { XCACHE_ENABLE_DCACHE(); XCACHE_ENABLE_ICACHE(); } - -#define XCACHE_DISABLE_CACHE() \ - { XCACHE_DISABLE_DCACHE(); XCACHE_DISABLE_ICACHE(); } - - -/****************************************************************************** - * - * MicroBlaze case - * - * NOTE: Currently the following macros will only work on systems that contain - * only ONE MicroBlaze processor. Also, the macros will only be enabled if the - * system is built using a xparameters.h file. - * - ******************************************************************************/ - -#if defined __MICROBLAZE__ - -/* Check if MicroBlaze data cache was built into the core. - */ -#if (XPAR_MICROBLAZE_USE_DCACHE == 1) -# define XCACHE_ENABLE_DCACHE() microblaze_enable_dcache() -# define XCACHE_DISABLE_DCACHE() microblaze_disable_dcache() -# define XCACHE_INVALIDATE_DCACHE() microblaze_invalidate_dcache() - -# define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) \ - microblaze_invalidate_dcache_range((s32)(Addr), (s32)(Len)) - -#if (XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK == 1) -# define XCACHE_FLUSH_DCACHE() microblaze_flush_dcache() -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - microblaze_flush_dcache_range((s32)(Addr), (s32)(Len)) -#else -# define XCACHE_FLUSH_DCACHE() microblaze_invalidate_dcache() -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - microblaze_invalidate_dcache_range((s32)(Addr), (s32)(Len)) -#endif /*XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK*/ - -#else -# define XCACHE_ENABLE_DCACHE() -# define XCACHE_DISABLE_DCACHE() -# define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) -#endif /*XPAR_MICROBLAZE_USE_DCACHE*/ - - -/* Check if MicroBlaze instruction cache was built into the core. - */ -#if (XPAR_MICROBLAZE_USE_ICACHE == 1) -# define XCACHE_ENABLE_ICACHE() microblaze_enable_icache() -# define XCACHE_DISABLE_ICACHE() microblaze_disable_icache() - -# define XCACHE_INVALIDATE_ICACHE() microblaze_invalidate_icache() - -# define XCACHE_INVALIDATE_ICACHE_RANGE(Addr, Len) \ - microblaze_invalidate_icache_range((s32)(Addr), (s32)(Len)) - -#else -# define XCACHE_ENABLE_ICACHE() -# define XCACHE_DISABLE_ICACHE() -#endif /*XPAR_MICROBLAZE_USE_ICACHE*/ - - -/****************************************************************************** - * - * PowerPC case - * - * Note that the XCACHE_ENABLE_xxx functions are hardcoded to enable a - * specific memory region (0x80000001). Each bit (0-30) in the regions - * bitmask stands for 128MB of memory. Bit 31 stands for the upper 2GB - * range. - * - * regions --> cached address range - * ------------|-------------------------------------------------- - * 0x80000000 | [0, 0x7FFFFFF] - * 0x00000001 | [0xF8000000, 0xFFFFFFFF] - * 0x80000001 | [0, 0x7FFFFFF],[0xF8000000, 0xFFFFFFFF] - * - ******************************************************************************/ - -#elif defined __PPC__ - -#define XCACHE_ENABLE_DCACHE() XCache_EnableDCache(0x80000001) -#define XCACHE_DISABLE_DCACHE() XCache_DisableDCache() -#define XCACHE_ENABLE_ICACHE() XCache_EnableICache(0x80000001) -#define XCACHE_DISABLE_ICACHE() XCache_DisableICache() - -#define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) \ - XCache_InvalidateDCacheRange((u32)(Addr), (u32)(Len)) - -#define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - XCache_FlushDCacheRange((u32)(Addr), (u32)(Len)) - -#define XCACHE_INVALIDATE_ICACHE() XCache_InvalidateICache() - - -/****************************************************************************** - * - * Unknown processor / architecture - * - ******************************************************************************/ - -#else -/* #error "Unknown processor / architecture. Must be MicroBlaze or PowerPC." */ -#endif - - -#ifdef __cplusplus -} -#endif - -#endif /* #ifndef XENV_STANDALONE_H */ - - /** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_assert.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_assert.c deleted file mode 100644 index b3dd7e9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_assert.c +++ /dev/null @@ -1,126 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_assert.c -* @addtogroup common_assert_apis Assert APIs and Macros -* @{ -* -* This file contains basic assert related functions for Xilinx software IP. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 Initial release
-* 6.0   kvn  05/31/16 Make Xil_AsserWait a global variable
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - -/** - * @brief This variable allows testing to be done easier with asserts. An assert - * sets this variable such that a driver can evaluate this variable - * to determine if an assert occurred. - */ -u32 Xil_AssertStatus; - -/** - * @brief This variable allows the assert functionality to be changed for testing - * such that it does not wait infinitely. Use the debugger to disable the - * waiting during testing of asserts. - */ -s32 Xil_AssertWait = 1; - -/* The callback function to be invoked when an assert is taken */ -static Xil_AssertCallback Xil_AssertCallbackRoutine = NULL; - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* -* @brief Implement assert. Currently, it calls a user-defined callback -* function if one has been set. Then, it potentially enters an -* infinite loop depending on the value of the Xil_AssertWait -* variable. -* -* @param File: filename of the source -* @param Line: linenumber within File -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void Xil_Assert(const char8 *File, s32 Line) -{ - /* if the callback has been set then invoke it */ - if (Xil_AssertCallbackRoutine != 0) { - (*Xil_AssertCallbackRoutine)(File, Line); - } - - /* if specified, wait indefinitely such that the assert will show up - * in testing - */ - while (Xil_AssertWait != 0) { - } -} - -/*****************************************************************************/ -/** -* -* @brief Set up a callback function to be invoked when an assert occurs. -* If a callback is already installed, then it will be replaced. -* -* @param Routine: callback to be invoked when an assert is taken -* -* @return None. -* -* @note This function has no effect if NDEBUG is set -* -******************************************************************************/ -void Xil_AssertSetCallback(Xil_AssertCallback Routine) -{ - Xil_AssertCallbackRoutine = Routine; -} - -/*****************************************************************************/ -/** -* -* @brief Null handler function. This follows the XInterruptHandler -* signature for interrupt handlers. It can be used to assign a null -* handler (a stub) to an interrupt controller vector table. -* -* @param NullParameter: arbitrary void pointer and not used. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XNullHandler(void *NullParameter) -{ - (void) NullParameter; -} -/** -* @} End of "addtogroup common_assert_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_assert.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_assert.h deleted file mode 100644 index e8b87b5..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_assert.h +++ /dev/null @@ -1,176 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_assert.h -* -* @addtogroup common_assert_apis Assert APIs and Macros -* -* The xil_assert.h file contains assert related functions and macros. -* Assert APIs/Macros specifies that a application program satisfies certain -* conditions at particular points in its execution. These function can be -* used by application programs to ensure that, application code is satisfying -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 First release
-* 6.0   kvn  05/31/16 Make Xil_AsserWait a global variable
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_ASSERT_H /* prevent circular inclusions */ -#define XIL_ASSERT_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - -#define XIL_ASSERT_NONE 0U -#define XIL_ASSERT_OCCURRED 1U -#define XNULL NULL - -extern u32 Xil_AssertStatus; -extern s32 Xil_AssertWait; -extern void Xil_Assert(const char8 *File, s32 Line); -/** - *@endcond - */ -void XNullHandler(void *NullParameter); - -/** - * This data type defines a callback to be invoked when an - * assert occurs. The callback is invoked only when asserts are enabled - */ -typedef void (*Xil_AssertCallback) (const char8 *File, s32 Line); - -/***************** Macros (Inline Functions) Definitions *********************/ - -#ifndef NDEBUG - -/*****************************************************************************/ -/** -* @brief This assert macro is to be used for void functions. This in -* conjunction with the Xil_AssertWait boolean can be used to -* accommodate tests so that asserts which fail allow execution to -* continue. -* -* @param Expression: expression to be evaluated. If it evaluates to -* false, the assert occurs. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertVoid(Expression) \ -{ \ - if (Expression) { \ - Xil_AssertStatus = XIL_ASSERT_NONE; \ - } else { \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return; \ - } \ -} - -/*****************************************************************************/ -/** -* @brief This assert macro is to be used for functions that do return a -* value. This in conjunction with the Xil_AssertWait boolean can be -* used to accommodate tests so that asserts which fail allow execution -* to continue. -* -* @param Expression: expression to be evaluated. If it evaluates to false, -* the assert occurs. -* -* @return Returns 0 unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertNonvoid(Expression) \ -{ \ - if (Expression) { \ - Xil_AssertStatus = XIL_ASSERT_NONE; \ - } else { \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return 0; \ - } \ -} - -/*****************************************************************************/ -/** -* @brief Always assert. This assert macro is to be used for void functions. -* Use for instances where an assert should always occur. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertVoidAlways() \ -{ \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return; \ -} - -/*****************************************************************************/ -/** -* @brief Always assert. This assert macro is to be used for functions that -* do return a value. Use for instances where an assert should always -* occur. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertNonvoidAlways() \ -{ \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return 0; \ -} - - -#else - -#define Xil_AssertVoid(Expression) -#define Xil_AssertVoidAlways() -#define Xil_AssertNonvoid(Expression) -#define Xil_AssertNonvoidAlways() - -#endif - -/************************** Function Prototypes ******************************/ - -void Xil_AssertSetCallback(Xil_AssertCallback Routine); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_assert_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_cache_vxworks.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_cache_vxworks.h deleted file mode 100644 index 77e1f3d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_cache_vxworks.h +++ /dev/null @@ -1,74 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_vxworks.h -* -* Contains the cache related functions for VxWorks that is wrapped by -* xil_cache. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  12/11/09 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_CACHE_VXWORKS_H -#define XIL_CACHE_VXWORKS_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "vxWorks.h" -#include "vxLib.h" -#include "sysLibExtra.h" -#include "cacheLib.h" - -#if (CPU_FAMILY==PPC) - -#define Xil_DCacheEnable() cacheEnable(DATA_CACHE) - -#define Xil_DCacheDisable() cacheDisable(DATA_CACHE) - -#define Xil_DCacheInvalidateRange(Addr, Len) \ - cacheInvalidate(DATA_CACHE, (void *)(Addr), (Len)) - -#define Xil_DCacheFlushRange(Addr, Len) \ - cacheFlush(DATA_CACHE, (void *)(Addr), (Len)) - -#define Xil_ICacheEnable() cacheEnable(INSTRUCTION_CACHE) - -#define Xil_ICacheDisable() cacheDisable(INSTRUCTION_CACHE) - -#define Xil_ICacheInvalidateRange(Addr, Len) \ - cacheInvalidate(INSTRUCTION_CACHE, (void *)(Addr), (Len)) - - -#else -#error "Unknown processor / architecture. Must be PPC for VxWorks." -#endif - -#ifdef __cplusplus -} -#endif - -#endif -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_hal.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_hal.h deleted file mode 100644 index 4b289a7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_hal.h +++ /dev/null @@ -1,43 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_hal.h -* -* Contains all the HAL header files. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/28/09 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -#ifndef XIL_HAL_H -#define XIL_HAL_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_cache.h" -#include "xil_io.h" -#include "xil_assert.h" -#include "xil_exception.h" -#include "xil_types.h" - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_io.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_io.h deleted file mode 100644 index 853ef6b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_io.h +++ /dev/null @@ -1,412 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_io.h -* -* @addtogroup common_io_interfacing_apis Register IO interfacing APIs -* -* The xil_io.h file contains the interface for the general I/O component, which -* encapsulates the Input/Output functions for the processors that do not -* require any special I/O handling. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 05/29/14 First release
-* 6.00  mus      08/19/16 Remove checking of __LITTLE_ENDIAN__ flag for
-*                         ARM processors
-* 7.20  har      01/03/20 Added Xil_SecureOut32 for avoiding blindwrite for
-*                         CR-1049218
-* 7.30  kpt      09/21/20 Moved Xil_EndianSwap16 and Xil_EndianSwap32 to
-*                         xil_io.h and made them as static inline
-*       am       10/13/20 Changed the return type of Xil_SecureOut32 function
-*                         from u32 to int
-* 7.50  dp       02/12/21 Fix compilation error in Xil_EndianSwap32() that occur
-*                         when -Werror=conversion compiler flag is enabled
-* 7.5   mus      05/17/21 Update the functions with comments. It fixes CR#1067739.
-*
-* 
-******************************************************************************/ - -#ifndef XIL_IO_H /* prevent circular inclusions */ -#define XIL_IO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_printf.h" -#include "xstatus.h" - -#if defined (__MICROBLAZE__) -#include "mb_interface.h" -#else -#include "xpseudo_asm.h" -#endif - -/************************** Function Prototypes ******************************/ -#ifdef ENABLE_SAFETY -extern u32 XStl_RegUpdate(u32 RegAddr, u32 RegVal); -#endif - -/***************** Macros (Inline Functions) Definitions *********************/ -#if defined __GNUC__ -#if defined (__MICROBLAZE__) -# define INST_SYNC mbar(0) -# define DATA_SYNC mbar(1) -# else -# define SYNCHRONIZE_IO dmb() -# define INST_SYNC isb() -# define DATA_SYNC dsb() -# endif -#else -# define SYNCHRONIZE_IO -# define INST_SYNC -# define DATA_SYNC -# define INST_SYNC -# define DATA_SYNC -#endif - -#if defined (__GNUC__) || defined (__ICCARM__) || defined (__MICROBLAZE__) -#define INLINE inline -#else -#define INLINE __inline -#endif - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading -* from the specified address and returning the 8 bit Value read from -* that address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 8 bit Value read from the specified input address. - -* -******************************************************************************/ -static INLINE u8 Xil_In8(UINTPTR Addr) -{ - return *(volatile u8 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading from -* the specified address and returning the 16 bit Value read from that -* address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 16 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u16 Xil_In16(UINTPTR Addr) -{ - return *(volatile u16 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by -* reading from the specified address and returning the 32 bit Value -* read from that address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 32 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u32 Xil_In32(UINTPTR Addr) -{ - return *(volatile u32 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading the -* 64 bit Value read from that address. -* -* -* @param Addr: contains the address to perform the input operation -* -* @return The 64 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u64 Xil_In64(UINTPTR Addr) -{ - return *(volatile u64 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for an memory location by -* writing the 8 bit Value to the the specified address. -* -* @param Addr: contains the address to perform the output operation -* @param Value: contains the 8 bit Value to be written at the specified -* address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out8(UINTPTR Addr, u8 Value) -{ - /* write 8 bit value to specified address */ - volatile u8 *LocalAddr = (volatile u8 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 16 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains the Value to be written at the specified address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out16(UINTPTR Addr, u16 Value) -{ - /* write 16 bit value to specified address */ - volatile u16 *LocalAddr = (volatile u16 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 32 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains the 32 bit Value to be written at the specified -* address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out32(UINTPTR Addr, u32 Value) -{ - /* write 32 bit value to specified address */ -#ifndef ENABLE_SAFETY - volatile u32 *LocalAddr = (volatile u32 *)Addr; - *LocalAddr = Value; -#else - XStl_RegUpdate(Addr, Value); -#endif -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 64 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains 64 bit Value to be written at the specified address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out64(UINTPTR Addr, u64 Value) -{ - /* write 64 bit value to specified address */ - volatile u64 *LocalAddr = (volatile u64 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** - * - * @brief Performs an output operation for a memory location by writing the - * 32 bit Value to the the specified address and then reading it - * back to verify the value written in the register. - * - * @param Addr contains the address to perform the output operation - * @param Value contains 32 bit Value to be written at the specified address - * - * @return Returns Status - * - XST_SUCCESS on success - * - XST_FAILURE on failure - * - *****************************************************************************/ -static INLINE int Xil_SecureOut32(UINTPTR Addr, u32 Value) -{ - int Status = XST_FAILURE; - u32 ReadReg; - u32 ReadRegTemp; - - /* writing 32 bit value to specified address */ - Xil_Out32(Addr, Value); - - /* verify value written to specified address with multiple reads */ - ReadReg = Xil_In32(Addr); - ReadRegTemp = Xil_In32(Addr); - - if( (ReadReg == Value) && (ReadRegTemp == Value) ) { - Status = XST_SUCCESS; - } - - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a 16-bit endian conversion. -* -* @param Data: 16 bit value to be converted -* -* @return 16 bit Data with converted endianness -* -******************************************************************************/ -static INLINE __attribute__((always_inline)) u16 Xil_EndianSwap16(u16 Data) -{ - return (u16) (((Data & 0xFF00U) >> 8U) | ((Data & 0x00FFU) << 8U)); -} - -/*****************************************************************************/ -/** -* -* @brief Perform a 32-bit endian conversion. -* -* @param Data: 32 bit value to be converted -* -* @return 32 bit data with converted endianness -* -******************************************************************************/ -static INLINE __attribute__((always_inline)) u32 Xil_EndianSwap32(u32 Data) -{ - u16 LoWord; - u16 HiWord; - - /* get each of the half words from the 32 bit word */ - - LoWord = (u16) (Data & 0x0000FFFFU); - HiWord = (u16) ((Data & 0xFFFF0000U) >> 16U); - - /* byte swap each of the 16 bit half words */ - - LoWord = (u16)(((LoWord & 0xFF00U) >> 8U) | ((LoWord & 0x00FFU) << 8U)); - HiWord = (u16)(((HiWord & 0xFF00U) >> 8U) | ((HiWord & 0x00FFU) << 8U)); - - /* swap the half words before returning the value */ - - return ((((u32)LoWord) << (u32)16U) | (u32)HiWord); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -# define Xil_In16LE Xil_In16 -# define Xil_In32LE Xil_In32 -# define Xil_Out16LE Xil_Out16 -# define Xil_Out32LE Xil_Out32 -# define Xil_Htons Xil_EndianSwap16 -# define Xil_Htonl Xil_EndianSwap32 -# define Xil_Ntohs Xil_EndianSwap16 -# define Xil_Ntohl Xil_EndianSwap32 -# else -# define Xil_In16BE Xil_In16 -# define Xil_In32BE Xil_In32 -# define Xil_Out16BE Xil_Out16 -# define Xil_Out32BE Xil_Out32 -# define Xil_Htons(Data) (Data) -# define Xil_Htonl(Data) (Data) -# define Xil_Ntohs(Data) (Data) -# define Xil_Ntohl(Data) (Data) -#endif -#else -# define Xil_In16LE Xil_In16 -# define Xil_In32LE Xil_In32 -# define Xil_Out16LE Xil_Out16 -# define Xil_Out32LE Xil_Out32 -# define Xil_Htons Xil_EndianSwap16 -# define Xil_Htonl Xil_EndianSwap32 -# define Xil_Ntohs Xil_EndianSwap16 -# define Xil_Ntohl Xil_EndianSwap32 -#endif - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE u16 Xil_In16BE(UINTPTR Addr) -#else -static INLINE u16 Xil_In16LE(UINTPTR Addr) -#endif -#else -static INLINE u16 Xil_In16BE(UINTPTR Addr) -#endif -{ - u16 value = Xil_In16(Addr); - return Xil_EndianSwap16(value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE u32 Xil_In32BE(UINTPTR Addr) -#else -static INLINE u32 Xil_In32LE(UINTPTR Addr) -#endif -#else -static INLINE u32 Xil_In32BE(UINTPTR Addr) -#endif -{ - u32 value = Xil_In32(Addr); - return Xil_EndianSwap32(value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE void Xil_Out16BE(UINTPTR Addr, u16 Value) -#else -static INLINE void Xil_Out16LE(UINTPTR Addr, u16 Value) -#endif -#else -static INLINE void Xil_Out16BE(UINTPTR Addr, u16 Value) -#endif -{ - Value = Xil_EndianSwap16(Value); - Xil_Out16(Addr, Value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value) -#else -static INLINE void Xil_Out32LE(UINTPTR Addr, u32 Value) -#endif -#else -static INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value) -#endif -{ - Value = Xil_EndianSwap32(Value); - Xil_Out32(Addr, Value); -} - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_io_interfacing_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_macroback.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_macroback.h deleted file mode 100644 index fac185e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_macroback.h +++ /dev/null @@ -1,1112 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*********************************************************************/ -/** - * @file xil_macroback.h - * - * This header file is meant to bring back the removed _m macros. - * This header file must be included last. - * The following macros are not defined here due to the driver change: - * XGpio_mSetDataDirection - * XGpio_mGetDataReg - * XGpio_mSetDataReg - * XIIC_RESET - * XIIC_CLEAR_STATS - * XSpi_mReset - * XSysAce_mSetCfgAddr - * XSysAce_mIsCfgDone - * XTft_mSetPixel - * XTft_mGetPixel - * XWdtTb_mEnableWdt - * XWdtTb_mDisbleWdt - * XWdtTb_mRestartWdt - * XWdtTb_mGetTimebaseReg - * XWdtTb_mHasReset - * - * Please refer the corresponding driver document for replacement. - * - *********************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_MACROBACK_H -#define XIL_MACROBACK_H - -#ifdef __cplusplus -extern "C" { -#endif - -/*********************************************************************/ -/** - * Macros for Driver XCan - * - *********************************************************************/ -#ifndef XCan_mReadReg -#define XCan_mReadReg XCan_ReadReg -#endif - -#ifndef XCan_mWriteReg -#define XCan_mWriteReg XCan_WriteReg -#endif - -#ifndef XCan_mIsTxDone -#define XCan_mIsTxDone XCan_IsTxDone -#endif - -#ifndef XCan_mIsTxFifoFull -#define XCan_mIsTxFifoFull XCan_IsTxFifoFull -#endif - -#ifndef XCan_mIsHighPriorityBufFull -#define XCan_mIsHighPriorityBufFull XCan_IsHighPriorityBufFull -#endif - -#ifndef XCan_mIsRxEmpty -#define XCan_mIsRxEmpty XCan_IsRxEmpty -#endif - -#ifndef XCan_mIsAcceptFilterBusy -#define XCan_mIsAcceptFilterBusy XCan_IsAcceptFilterBusy -#endif - -#ifndef XCan_mCreateIdValue -#define XCan_mCreateIdValue XCan_CreateIdValue -#endif - -#ifndef XCan_mCreateDlcValue -#define XCan_mCreateDlcValue XCan_CreateDlcValue -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDmaCentral - * - *********************************************************************/ -#ifndef XDmaCentral_mWriteReg -#define XDmaCentral_mWriteReg XDmaCentral_WriteReg -#endif - -#ifndef XDmaCentral_mReadReg -#define XDmaCentral_mReadReg XDmaCentral_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDsAdc - * - *********************************************************************/ -#ifndef XDsAdc_mWriteReg -#define XDsAdc_mWriteReg XDsAdc_WriteReg -#endif - -#ifndef XDsAdc_mReadReg -#define XDsAdc_mReadReg XDsAdc_ReadReg -#endif - -#ifndef XDsAdc_mIsEmpty -#define XDsAdc_mIsEmpty XDsAdc_IsEmpty -#endif - -#ifndef XDsAdc_mSetFstmReg -#define XDsAdc_mSetFstmReg XDsAdc_SetFstmReg -#endif - -#ifndef XDsAdc_mGetFstmReg -#define XDsAdc_mGetFstmReg XDsAdc_GetFstmReg -#endif - -#ifndef XDsAdc_mEnableConversion -#define XDsAdc_mEnableConversion XDsAdc_EnableConversion -#endif - -#ifndef XDsAdc_mDisableConversion -#define XDsAdc_mDisableConversion XDsAdc_DisableConversion -#endif - -#ifndef XDsAdc_mGetFifoOccyReg -#define XDsAdc_mGetFifoOccyReg XDsAdc_GetFifoOccyReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDsDac - * - *********************************************************************/ -#ifndef XDsDac_mWriteReg -#define XDsDac_mWriteReg XDsDac_WriteReg -#endif - -#ifndef XDsDac_mReadReg -#define XDsDac_mReadReg XDsDac_ReadReg -#endif - -#ifndef XDsDac_mIsEmpty -#define XDsDac_mIsEmpty XDsDac_IsEmpty -#endif - -#ifndef XDsDac_mFifoIsFull -#define XDsDac_mFifoIsFull XDsDac_FifoIsFull -#endif - -#ifndef XDsDac_mGetVacancy -#define XDsDac_mGetVacancy XDsDac_GetVacancy -#endif - -/*********************************************************************/ -/** - * Macros for Driver XEmacLite - * - *********************************************************************/ -#ifndef XEmacLite_mReadReg -#define XEmacLite_mReadReg XEmacLite_ReadReg -#endif - -#ifndef XEmacLite_mWriteReg -#define XEmacLite_mWriteReg XEmacLite_WriteReg -#endif - -#ifndef XEmacLite_mGetTxStatus -#define XEmacLite_mGetTxStatus XEmacLite_GetTxStatus -#endif - -#ifndef XEmacLite_mSetTxStatus -#define XEmacLite_mSetTxStatus XEmacLite_SetTxStatus -#endif - -#ifndef XEmacLite_mGetRxStatus -#define XEmacLite_mGetRxStatus XEmacLite_GetRxStatus -#endif - -#ifndef XEmacLite_mSetRxStatus -#define XEmacLite_mSetRxStatus XEmacLite_SetRxStatus -#endif - -#ifndef XEmacLite_mIsTxDone -#define XEmacLite_mIsTxDone XEmacLite_IsTxDone -#endif - -#ifndef XEmacLite_mIsRxEmpty -#define XEmacLite_mIsRxEmpty XEmacLite_IsRxEmpty -#endif - -#ifndef XEmacLite_mNextTransmitAddr -#define XEmacLite_mNextTransmitAddr XEmacLite_NextTransmitAddr -#endif - -#ifndef XEmacLite_mNextReceiveAddr -#define XEmacLite_mNextReceiveAddr XEmacLite_NextReceiveAddr -#endif - -#ifndef XEmacLite_mIsMdioConfigured -#define XEmacLite_mIsMdioConfigured XEmacLite_IsMdioConfigured -#endif - -#ifndef XEmacLite_mIsLoopbackConfigured -#define XEmacLite_mIsLoopbackConfigured XEmacLite_IsLoopbackConfigured -#endif - -#ifndef XEmacLite_mGetReceiveDataLength -#define XEmacLite_mGetReceiveDataLength XEmacLite_GetReceiveDataLength -#endif - -#ifndef XEmacLite_mGetTxActive -#define XEmacLite_mGetTxActive XEmacLite_GetTxActive -#endif - -#ifndef XEmacLite_mSetTxActive -#define XEmacLite_mSetTxActive XEmacLite_SetTxActive -#endif - -/*********************************************************************/ -/** - * Macros for Driver XGpio - * - *********************************************************************/ -#ifndef XGpio_mWriteReg -#define XGpio_mWriteReg XGpio_WriteReg -#endif - -#ifndef XGpio_mReadReg -#define XGpio_mReadReg XGpio_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XHwIcap - * - *********************************************************************/ -#ifndef XHwIcap_mFifoWrite -#define XHwIcap_mFifoWrite XHwIcap_FifoWrite -#endif - -#ifndef XHwIcap_mFifoRead -#define XHwIcap_mFifoRead XHwIcap_FifoRead -#endif - -#ifndef XHwIcap_mSetSizeReg -#define XHwIcap_mSetSizeReg XHwIcap_SetSizeReg -#endif - -#ifndef XHwIcap_mGetControlReg -#define XHwIcap_mGetControlReg XHwIcap_GetControlReg -#endif - -#ifndef XHwIcap_mStartConfig -#define XHwIcap_mStartConfig XHwIcap_StartConfig -#endif - -#ifndef XHwIcap_mStartReadBack -#define XHwIcap_mStartReadBack XHwIcap_StartReadBack -#endif - -#ifndef XHwIcap_mGetStatusReg -#define XHwIcap_mGetStatusReg XHwIcap_GetStatusReg -#endif - -#ifndef XHwIcap_mIsTransferDone -#define XHwIcap_mIsTransferDone XHwIcap_IsTransferDone -#endif - -#ifndef XHwIcap_mIsDeviceBusy -#define XHwIcap_mIsDeviceBusy XHwIcap_IsDeviceBusy -#endif - -#ifndef XHwIcap_mIntrGlobalEnable -#define XHwIcap_mIntrGlobalEnable XHwIcap_IntrGlobalEnable -#endif - -#ifndef XHwIcap_mIntrGlobalDisable -#define XHwIcap_mIntrGlobalDisable XHwIcap_IntrGlobalDisable -#endif - -#ifndef XHwIcap_mIntrGetStatus -#define XHwIcap_mIntrGetStatus XHwIcap_IntrGetStatus -#endif - -#ifndef XHwIcap_mIntrDisable -#define XHwIcap_mIntrDisable XHwIcap_IntrDisable -#endif - -#ifndef XHwIcap_mIntrEnable -#define XHwIcap_mIntrEnable XHwIcap_IntrEnable -#endif - -#ifndef XHwIcap_mIntrGetEnabled -#define XHwIcap_mIntrGetEnabled XHwIcap_IntrGetEnabled -#endif - -#ifndef XHwIcap_mIntrClear -#define XHwIcap_mIntrClear XHwIcap_IntrClear -#endif - -#ifndef XHwIcap_mGetWrFifoVacancy -#define XHwIcap_mGetWrFifoVacancy XHwIcap_GetWrFifoVacancy -#endif - -#ifndef XHwIcap_mGetRdFifoOccupancy -#define XHwIcap_mGetRdFifoOccupancy XHwIcap_GetRdFifoOccupancy -#endif - -#ifndef XHwIcap_mSliceX2Col -#define XHwIcap_mSliceX2Col XHwIcap_SliceX2Col -#endif - -#ifndef XHwIcap_mSliceY2Row -#define XHwIcap_mSliceY2Row XHwIcap_SliceY2Row -#endif - -#ifndef XHwIcap_mSliceXY2Slice -#define XHwIcap_mSliceXY2Slice XHwIcap_SliceXY2Slice -#endif - -#ifndef XHwIcap_mReadReg -#define XHwIcap_mReadReg XHwIcap_ReadReg -#endif - -#ifndef XHwIcap_mWriteReg -#define XHwIcap_mWriteReg XHwIcap_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XIic - * - *********************************************************************/ -#ifndef XIic_mReadReg -#define XIic_mReadReg XIic_ReadReg -#endif - -#ifndef XIic_mWriteReg -#define XIic_mWriteReg XIic_WriteReg -#endif - -#ifndef XIic_mEnterCriticalRegion -#define XIic_mEnterCriticalRegion XIic_IntrGlobalDisable -#endif - -#ifndef XIic_mExitCriticalRegion -#define XIic_mExitCriticalRegion XIic_IntrGlobalEnable -#endif - -#ifndef XIIC_GINTR_DISABLE -#define XIIC_GINTR_DISABLE XIic_IntrGlobalDisable -#endif - -#ifndef XIIC_GINTR_ENABLE -#define XIIC_GINTR_ENABLE XIic_IntrGlobalEnable -#endif - -#ifndef XIIC_IS_GINTR_ENABLED -#define XIIC_IS_GINTR_ENABLED XIic_IsIntrGlobalEnabled -#endif - -#ifndef XIIC_WRITE_IISR -#define XIIC_WRITE_IISR XIic_WriteIisr -#endif - -#ifndef XIIC_READ_IISR -#define XIIC_READ_IISR XIic_ReadIisr -#endif - -#ifndef XIIC_WRITE_IIER -#define XIIC_WRITE_IIER XIic_WriteIier -#endif - -#ifndef XIic_mClearIisr -#define XIic_mClearIisr XIic_ClearIisr -#endif - -#ifndef XIic_mSend7BitAddress -#define XIic_mSend7BitAddress XIic_Send7BitAddress -#endif - -#ifndef XIic_mDynSend7BitAddress -#define XIic_mDynSend7BitAddress XIic_DynSend7BitAddress -#endif - -#ifndef XIic_mDynSendStartStopAddress -#define XIic_mDynSendStartStopAddress XIic_DynSendStartStopAddress -#endif - -#ifndef XIic_mDynSendStop -#define XIic_mDynSendStop XIic_DynSendStop -#endif - -#ifndef XIic_mSend10BitAddrByte1 -#define XIic_mSend10BitAddrByte1 XIic_Send10BitAddrByte1 -#endif - -#ifndef XIic_mSend10BitAddrByte2 -#define XIic_mSend10BitAddrByte2 XIic_Send10BitAddrByte2 -#endif - -#ifndef XIic_mSend7BitAddr -#define XIic_mSend7BitAddr XIic_Send7BitAddr -#endif - -#ifndef XIic_mDisableIntr -#define XIic_mDisableIntr XIic_DisableIntr -#endif - -#ifndef XIic_mEnableIntr -#define XIic_mEnableIntr XIic_EnableIntr -#endif - -#ifndef XIic_mClearIntr -#define XIic_mClearIntr XIic_ClearIntr -#endif - -#ifndef XIic_mClearEnableIntr -#define XIic_mClearEnableIntr XIic_ClearEnableIntr -#endif - -#ifndef XIic_mFlushRxFifo -#define XIic_mFlushRxFifo XIic_FlushRxFifo -#endif - -#ifndef XIic_mFlushTxFifo -#define XIic_mFlushTxFifo XIic_FlushTxFifo -#endif - -#ifndef XIic_mReadRecvByte -#define XIic_mReadRecvByte XIic_ReadRecvByte -#endif - -#ifndef XIic_mWriteSendByte -#define XIic_mWriteSendByte XIic_WriteSendByte -#endif - -#ifndef XIic_mSetControlRegister -#define XIic_mSetControlRegister XIic_SetControlRegister -#endif - -/*********************************************************************/ -/** - * Macros for Driver XIntc - * - *********************************************************************/ -#ifndef XIntc_mMasterEnable -#define XIntc_mMasterEnable XIntc_MasterEnable -#endif - -#ifndef XIntc_mMasterDisable -#define XIntc_mMasterDisable XIntc_MasterDisable -#endif - -#ifndef XIntc_mEnableIntr -#define XIntc_mEnableIntr XIntc_EnableIntr -#endif - -#ifndef XIntc_mDisableIntr -#define XIntc_mDisableIntr XIntc_DisableIntr -#endif - -#ifndef XIntc_mAckIntr -#define XIntc_mAckIntr XIntc_AckIntr -#endif - -#ifndef XIntc_mGetIntrStatus -#define XIntc_mGetIntrStatus XIntc_GetIntrStatus -#endif - -/*********************************************************************/ -/** - * Macros for Driver XLlDma - * - *********************************************************************/ -#ifndef XLlDma_mBdRead -#define XLlDma_mBdRead XLlDma_BdRead -#endif - -#ifndef XLlDma_mBdWrite -#define XLlDma_mBdWrite XLlDma_BdWrite -#endif - -#ifndef XLlDma_mWriteReg -#define XLlDma_mWriteReg XLlDma_WriteReg -#endif - -#ifndef XLlDma_mReadReg -#define XLlDma_mReadReg XLlDma_ReadReg -#endif - -#ifndef XLlDma_mBdClear -#define XLlDma_mBdClear XLlDma_BdClear -#endif - -#ifndef XLlDma_mBdSetStsCtrl -#define XLlDma_mBdSetStsCtrl XLlDma_BdSetStsCtrl -#endif - -#ifndef XLlDma_mBdGetStsCtrl -#define XLlDma_mBdGetStsCtrl XLlDma_BdGetStsCtrl -#endif - -#ifndef XLlDma_mBdSetLength -#define XLlDma_mBdSetLength XLlDma_BdSetLength -#endif - -#ifndef XLlDma_mBdGetLength -#define XLlDma_mBdGetLength XLlDma_BdGetLength -#endif - -#ifndef XLlDma_mBdSetId -#define XLlDma_mBdSetId XLlDma_BdSetId -#endif - -#ifndef XLlDma_mBdGetId -#define XLlDma_mBdGetId XLlDma_BdGetId -#endif - -#ifndef XLlDma_mBdSetBufAddr -#define XLlDma_mBdSetBufAddr XLlDma_BdSetBufAddr -#endif - -#ifndef XLlDma_mBdGetBufAddr -#define XLlDma_mBdGetBufAddr XLlDma_BdGetBufAddr -#endif - -#ifndef XLlDma_mBdGetLength -#define XLlDma_mBdGetLength XLlDma_BdGetLength -#endif - -#ifndef XLlDma_mGetTxRing -#define XLlDma_mGetTxRing XLlDma_GetTxRing -#endif - -#ifndef XLlDma_mGetRxRing -#define XLlDma_mGetRxRing XLlDma_GetRxRing -#endif - -#ifndef XLlDma_mGetCr -#define XLlDma_mGetCr XLlDma_GetCr -#endif - -#ifndef XLlDma_mSetCr -#define XLlDma_mSetCr XLlDma_SetCr -#endif - -#ifndef XLlDma_mBdRingCntCalc -#define XLlDma_mBdRingCntCalc XLlDma_BdRingCntCalc -#endif - -#ifndef XLlDma_mBdRingMemCalc -#define XLlDma_mBdRingMemCalc XLlDma_BdRingMemCalc -#endif - -#ifndef XLlDma_mBdRingGetCnt -#define XLlDma_mBdRingGetCnt XLlDma_BdRingGetCnt -#endif - -#ifndef XLlDma_mBdRingGetFreeCnt -#define XLlDma_mBdRingGetFreeCnt XLlDma_BdRingGetFreeCnt -#endif - -#ifndef XLlDma_mBdRingSnapShotCurrBd -#define XLlDma_mBdRingSnapShotCurrBd XLlDma_BdRingSnapShotCurrBd -#endif - -#ifndef XLlDma_mBdRingNext -#define XLlDma_mBdRingNext XLlDma_BdRingNext -#endif - -#ifndef XLlDma_mBdRingPrev -#define XLlDma_mBdRingPrev XLlDma_BdRingPrev -#endif - -#ifndef XLlDma_mBdRingGetSr -#define XLlDma_mBdRingGetSr XLlDma_BdRingGetSr -#endif - -#ifndef XLlDma_mBdRingSetSr -#define XLlDma_mBdRingSetSr XLlDma_BdRingSetSr -#endif - -#ifndef XLlDma_mBdRingGetCr -#define XLlDma_mBdRingGetCr XLlDma_BdRingGetCr -#endif - -#ifndef XLlDma_mBdRingSetCr -#define XLlDma_mBdRingSetCr XLlDma_BdRingSetCr -#endif - -#ifndef XLlDma_mBdRingBusy -#define XLlDma_mBdRingBusy XLlDma_BdRingBusy -#endif - -#ifndef XLlDma_mBdRingIntEnable -#define XLlDma_mBdRingIntEnable XLlDma_BdRingIntEnable -#endif - -#ifndef XLlDma_mBdRingIntDisable -#define XLlDma_mBdRingIntDisable XLlDma_BdRingIntDisable -#endif - -#ifndef XLlDma_mBdRingIntGetEnabled -#define XLlDma_mBdRingIntGetEnabled XLlDma_BdRingIntGetEnabled -#endif - -#ifndef XLlDma_mBdRingGetIrq -#define XLlDma_mBdRingGetIrq XLlDma_BdRingGetIrq -#endif - -#ifndef XLlDma_mBdRingAckIrq -#define XLlDma_mBdRingAckIrq XLlDma_BdRingAckIrq -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMbox - * - *********************************************************************/ -#ifndef XMbox_mWriteReg -#define XMbox_mWriteReg XMbox_WriteReg -#endif - -#ifndef XMbox_mReadReg -#define XMbox_mReadReg XMbox_ReadReg -#endif - -#ifndef XMbox_mWriteMBox -#define XMbox_mWriteMBox XMbox_WriteMBox -#endif - -#ifndef XMbox_mReadMBox -#define XMbox_mReadMBox XMbox_ReadMBox -#endif - -#ifndef XMbox_mFSLReadMBox -#define XMbox_mFSLReadMBox XMbox_FSLReadMBox -#endif - -#ifndef XMbox_mFSLWriteMBox -#define XMbox_mFSLWriteMBox XMbox_FSLWriteMBox -#endif - -#ifndef XMbox_mFSLIsEmpty -#define XMbox_mFSLIsEmpty XMbox_FSLIsEmpty -#endif - -#ifndef XMbox_mFSLIsFull -#define XMbox_mFSLIsFull XMbox_FSLIsFull -#endif - -#ifndef XMbox_mIsEmpty -#define XMbox_mIsEmpty XMbox_IsEmptyHw -#endif - -#ifndef XMbox_mIsFull -#define XMbox_mIsFull XMbox_IsFullHw -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMpmc - * - *********************************************************************/ -#ifndef XMpmc_mReadReg -#define XMpmc_mReadReg XMpmc_ReadReg -#endif - -#ifndef XMpmc_mWriteReg -#define XMpmc_mWriteReg XMpmc_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMutex - * - *********************************************************************/ -#ifndef XMutex_mWriteReg -#define XMutex_mWriteReg XMutex_WriteReg -#endif - -#ifndef XMutex_mReadReg -#define XMutex_mReadReg XMutex_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XPcie - * - *********************************************************************/ -#ifndef XPcie_mReadReg -#define XPcie_mReadReg XPcie_ReadReg -#endif - -#ifndef XPcie_mWriteReg -#define XPcie_mWriteReg XPcie_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSpi - * - *********************************************************************/ -#ifndef XSpi_mIntrGlobalEnable -#define XSpi_mIntrGlobalEnable XSpi_IntrGlobalEnable -#endif - -#ifndef XSpi_mIntrGlobalDisable -#define XSpi_mIntrGlobalDisable XSpi_IntrGlobalDisable -#endif - -#ifndef XSpi_mIsIntrGlobalEnabled -#define XSpi_mIsIntrGlobalEnabled XSpi_IsIntrGlobalEnabled -#endif - -#ifndef XSpi_mIntrGetStatus -#define XSpi_mIntrGetStatus XSpi_IntrGetStatus -#endif - -#ifndef XSpi_mIntrClear -#define XSpi_mIntrClear XSpi_IntrClear -#endif - -#ifndef XSpi_mIntrEnable -#define XSpi_mIntrEnable XSpi_IntrEnable -#endif - -#ifndef XSpi_mIntrDisable -#define XSpi_mIntrDisable XSpi_IntrDisable -#endif - -#ifndef XSpi_mIntrGetEnabled -#define XSpi_mIntrGetEnabled XSpi_IntrGetEnabled -#endif - -#ifndef XSpi_mSetControlReg -#define XSpi_mSetControlReg XSpi_SetControlReg -#endif - -#ifndef XSpi_mGetControlReg -#define XSpi_mGetControlReg XSpi_GetControlReg -#endif - -#ifndef XSpi_mGetStatusReg -#define XSpi_mGetStatusReg XSpi_GetStatusReg -#endif - -#ifndef XSpi_mSetSlaveSelectReg -#define XSpi_mSetSlaveSelectReg XSpi_SetSlaveSelectReg -#endif - -#ifndef XSpi_mGetSlaveSelectReg -#define XSpi_mGetSlaveSelectReg XSpi_GetSlaveSelectReg -#endif - -#ifndef XSpi_mEnable -#define XSpi_mEnable XSpi_Enable -#endif - -#ifndef XSpi_mDisable -#define XSpi_mDisable XSpi_Disable -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSysAce - * - *********************************************************************/ -#ifndef XSysAce_mGetControlReg -#define XSysAce_mGetControlReg XSysAce_GetControlReg -#endif - -#ifndef XSysAce_mSetControlReg -#define XSysAce_mSetControlReg XSysAce_SetControlReg -#endif - -#ifndef XSysAce_mOrControlReg -#define XSysAce_mOrControlReg XSysAce_OrControlReg -#endif - -#ifndef XSysAce_mAndControlReg -#define XSysAce_mAndControlReg XSysAce_AndControlReg -#endif - -#ifndef XSysAce_mGetErrorReg -#define XSysAce_mGetErrorReg XSysAce_GetErrorReg -#endif - -#ifndef XSysAce_mGetStatusReg -#define XSysAce_mGetStatusReg XSysAce_GetStatusReg -#endif - -#ifndef XSysAce_mWaitForLock -#define XSysAce_mWaitForLock XSysAce_WaitForLock -#endif - -#ifndef XSysAce_mEnableIntr -#define XSysAce_mEnableIntr XSysAce_EnableIntr -#endif - -#ifndef XSysAce_mDisableIntr -#define XSysAce_mDisableIntr XSysAce_DisableIntr -#endif - -#ifndef XSysAce_mIsReadyForCmd -#define XSysAce_mIsReadyForCmd XSysAce_IsReadyForCmd -#endif - -#ifndef XSysAce_mIsMpuLocked -#define XSysAce_mIsMpuLocked XSysAce_IsMpuLocked -#endif - -#ifndef XSysAce_mIsIntrEnabled -#define XSysAce_mIsIntrEnabled XSysAce_IsIntrEnabled -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSysMon - * - *********************************************************************/ -#ifndef XSysMon_mIsEventSamplingModeSet -#define XSysMon_mIsEventSamplingModeSet XSysMon_IsEventSamplingModeSet -#endif - -#ifndef XSysMon_mIsDrpBusy -#define XSysMon_mIsDrpBusy XSysMon_IsDrpBusy -#endif - -#ifndef XSysMon_mIsDrpLocked -#define XSysMon_mIsDrpLocked XSysMon_IsDrpLocked -#endif - -#ifndef XSysMon_mRawToTemperature -#define XSysMon_mRawToTemperature XSysMon_RawToTemperature -#endif - -#ifndef XSysMon_mRawToVoltage -#define XSysMon_mRawToVoltage XSysMon_RawToVoltage -#endif - -#ifndef XSysMon_mTemperatureToRaw -#define XSysMon_mTemperatureToRaw XSysMon_TemperatureToRaw -#endif - -#ifndef XSysMon_mVoltageToRaw -#define XSysMon_mVoltageToRaw XSysMon_VoltageToRaw -#endif - -#ifndef XSysMon_mReadReg -#define XSysMon_mReadReg XSysMon_ReadReg -#endif - -#ifndef XSysMon_mWriteReg -#define XSysMon_mWriteReg XSysMon_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XTmrCtr - * - *********************************************************************/ -#ifndef XTimerCtr_mReadReg -#define XTimerCtr_mReadReg XTimerCtr_ReadReg -#endif - -#ifndef XTmrCtr_mWriteReg -#define XTmrCtr_mWriteReg XTmrCtr_WriteReg -#endif - -#ifndef XTmrCtr_mSetControlStatusReg -#define XTmrCtr_mSetControlStatusReg XTmrCtr_SetControlStatusReg -#endif - -#ifndef XTmrCtr_mGetControlStatusReg -#define XTmrCtr_mGetControlStatusReg XTmrCtr_GetControlStatusReg -#endif - -#ifndef XTmrCtr_mGetTimerCounterReg -#define XTmrCtr_mGetTimerCounterReg XTmrCtr_GetTimerCounterReg -#endif - -#ifndef XTmrCtr_mSetLoadReg -#define XTmrCtr_mSetLoadReg XTmrCtr_SetLoadReg -#endif - -#ifndef XTmrCtr_mGetLoadReg -#define XTmrCtr_mGetLoadReg XTmrCtr_GetLoadReg -#endif - -#ifndef XTmrCtr_mEnable -#define XTmrCtr_mEnable XTmrCtr_Enable -#endif - -#ifndef XTmrCtr_mDisable -#define XTmrCtr_mDisable XTmrCtr_Disable -#endif - -#ifndef XTmrCtr_mEnableIntr -#define XTmrCtr_mEnableIntr XTmrCtr_EnableIntr -#endif - -#ifndef XTmrCtr_mDisableIntr -#define XTmrCtr_mDisableIntr XTmrCtr_DisableIntr -#endif - -#ifndef XTmrCtr_mLoadTimerCounterReg -#define XTmrCtr_mLoadTimerCounterReg XTmrCtr_LoadTimerCounterReg -#endif - -#ifndef XTmrCtr_mHasEventOccurred -#define XTmrCtr_mHasEventOccurred XTmrCtr_HasEventOccurred -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUartLite - * - *********************************************************************/ -#ifndef XUartLite_mUpdateStats -#define XUartLite_mUpdateStats XUartLite_UpdateStats -#endif - -#ifndef XUartLite_mWriteReg -#define XUartLite_mWriteReg XUartLite_WriteReg -#endif - -#ifndef XUartLite_mReadReg -#define XUartLite_mReadReg XUartLite_ReadReg -#endif - -#ifndef XUartLite_mClearStats -#define XUartLite_mClearStats XUartLite_ClearStats -#endif - -#ifndef XUartLite_mSetControlReg -#define XUartLite_mSetControlReg XUartLite_SetControlReg -#endif - -#ifndef XUartLite_mGetStatusReg -#define XUartLite_mGetStatusReg XUartLite_GetStatusReg -#endif - -#ifndef XUartLite_mIsReceiveEmpty -#define XUartLite_mIsReceiveEmpty XUartLite_IsReceiveEmpty -#endif - -#ifndef XUartLite_mIsTransmitFull -#define XUartLite_mIsTransmitFull XUartLite_IsTransmitFull -#endif - -#ifndef XUartLite_mIsIntrEnabled -#define XUartLite_mIsIntrEnabled XUartLite_IsIntrEnabled -#endif - -#ifndef XUartLite_mEnableIntr -#define XUartLite_mEnableIntr XUartLite_EnableIntr -#endif - -#ifndef XUartLite_mDisableIntr -#define XUartLite_mDisableIntr XUartLite_DisableIntr -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUartNs550 - * - *********************************************************************/ -#ifndef XUartNs550_mUpdateStats -#define XUartNs550_mUpdateStats XUartNs550_UpdateStats -#endif - -#ifndef XUartNs550_mReadReg -#define XUartNs550_mReadReg XUartNs550_ReadReg -#endif - -#ifndef XUartNs550_mWriteReg -#define XUartNs550_mWriteReg XUartNs550_WriteReg -#endif - -#ifndef XUartNs550_mClearStats -#define XUartNs550_mClearStats XUartNs550_ClearStats -#endif - -#ifndef XUartNs550_mGetLineStatusReg -#define XUartNs550_mGetLineStatusReg XUartNs550_GetLineStatusReg -#endif - -#ifndef XUartNs550_mGetLineControlReg -#define XUartNs550_mGetLineControlReg XUartNs550_GetLineControlReg -#endif - -#ifndef XUartNs550_mSetLineControlReg -#define XUartNs550_mSetLineControlReg XUartNs550_SetLineControlReg -#endif - -#ifndef XUartNs550_mEnableIntr -#define XUartNs550_mEnableIntr XUartNs550_EnableIntr -#endif - -#ifndef XUartNs550_mDisableIntr -#define XUartNs550_mDisableIntr XUartNs550_DisableIntr -#endif - -#ifndef XUartNs550_mIsReceiveData -#define XUartNs550_mIsReceiveData XUartNs550_IsReceiveData -#endif - -#ifndef XUartNs550_mIsTransmitEmpty -#define XUartNs550_mIsTransmitEmpty XUartNs550_IsTransmitEmpty -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUsb - * - *********************************************************************/ -#ifndef XUsb_mReadReg -#define XUsb_mReadReg XUsb_ReadReg -#endif - -#ifndef XUsb_mWriteReg -#define XUsb_mWriteReg XUsb_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XPmonPsv - * - *********************************************************************/ -#ifndef XpsvPmon_CfgInitialize -#define XpsvPmon_CfgInitialize XPmonPsv_CfgInitialize -#endif - -#ifndef XpsvPmon_LookupConfig -#define XpsvPmon_LookupConfig XPmonPsv_LookupConfig -#endif - -#ifndef XpsvPmon_WriteReg -#define XpsvPmon_WriteReg XPmonPsv_WriteReg -#endif - -#ifndef XpsvPmon_SetMetrics -#define XpsvPmon_SetMetrics XPmonPsv_SetMetrics -#endif - -#ifndef XpsvPmon_GetMetrics -#define XpsvPmon_GetMetrics XPmonPsv_GetMetrics -#endif - -#ifndef XpsvPmon_ResetCounter -#define XpsvPmon_ResetCounter XPmonPsv_ResetCounter -#endif - -#ifndef XpsvPmon_GetWriteCounter -#define XpsvPmon_GetWriteCounter XPmonPsv_GetWriteCounter -#endif - -#ifndef XpsvPmon_GetReadCounter -#define XpsvPmon_GetReadCounter XPmonPsv_GetReadCounter -#endif - -#ifndef XpsvPmon_EnableCounters -#define XpsvPmon_EnableCounters XPmonPsv_EnableCounters -#endif - -#ifndef XpsvPmon_StopCounter -#define XpsvPmon_StopCounter XPmonPsv_StopCounter -#endif - -#ifndef XpsvPmon_SetPort -#define XpsvPmon_SetPort XPmonPsv_SetPort -#endif - -#ifndef XpsvPmon_SetSrc -#define XpsvPmon_SetSrc XPmonPsv_SetSrc -#endif - -#ifndef XpsvPmon_Unlock -#define XpsvPmon_Unlock XPmonPsv_Unlock -#endif - -#ifndef XpsvPmon_Lock -#define XpsvPmon_Lock XPmonPsv_Lock -#endif - - -#ifndef XpsvPmon_RequestCounter -#define XpsvPmon_RequestCounter XPmonPsv_RequestCounter -#endif - -#ifndef XPmonpsv_Config -#define XPmonpsv_Config XPmonPsv_Config -#endif - -typedef XPmonPsv XpsvPmon; -#ifdef __cplusplus -} -#endif - -#endif -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_mem.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_mem.c deleted file mode 100644 index 1f57654..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_mem.c +++ /dev/null @@ -1,64 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_mem.c -* -* This file contains xil mem copy function to use in case of word aligned -* data copies. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.1   nsk      11/07/16 First release.
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" - -/***************** Inline Functions Definitions ********************/ -/*****************************************************************************/ -/** -* @brief This function copies memory from once location to other. -* -* @param dst: pointer pointing to destination memory -* -* @param src: pointer pointing to source memory -* -* @param cnt: 32 bit length of bytes to be copied -* -*****************************************************************************/ -void Xil_MemCpy(void* dst, const void* src, u32 cnt) -{ - char *d = (char*)(void *)dst; - const char *s = src; - - while (cnt >= sizeof (int)) { - *(int*)d = *(int*)s; - d += sizeof (int); - s += sizeof (int); - cnt -= sizeof (int); - } - while (cnt >= sizeof (u16)) { - *(u16*)d = *(u16*)s; - d += sizeof (u16); - s += sizeof (u16); - cnt -= sizeof (u16); - } - while ((cnt) > 0U){ - *d = *s; - d += 1U; - s += 1U; - cnt -= 1U; - } -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_mem.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_mem.h deleted file mode 100644 index d6bc637..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_mem.h +++ /dev/null @@ -1,47 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_mem.h -* -* @addtogroup common_mem_operation_api Customized APIs for Memory Operations -* -* The xil_mem.h file contains prototype for functions related -* to memory operations. These APIs are applicable for all processors supported -* by Xilinx. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.1   nsk      11/07/16 First release.
-* 7.0   mus      01/07/19 Add cpp extern macro
-*
-* 
-* -*****************************************************************************/ -#ifndef XIL_MEM_H /* prevent circular inclusions */ -#define XIL_MEM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes *****************************/ - -void Xil_MemCpy(void* dst, const void* src, u32 cnt); - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MEM_H */ -/** -* @} End of "addtogroup common_mem_operation_api". -*/ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_printf.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_printf.c deleted file mode 100644 index c52d476..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_printf.c +++ /dev/null @@ -1,447 +0,0 @@ -/****************************************************************************** -* Copyright (c) 1995 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ -/*---------------------------------------------------*/ -/* Modified from : */ -/* Public Domain version of printf */ -/* Rud Merriam, Compsult, Inc. Houston, Tx. */ -/* For Embedded Systems Programming, 1991 */ -/* */ -/*---------------------------------------------------*/ -#include "xil_printf.h" -#include "xil_types.h" -#include "xil_assert.h" -#include -#include -#include - -static void padding( const s32 l_flag,const struct params_s *par); -static void outs(const charptr lp, struct params_s *par); -static s32 getnum( charptr* linep); - -typedef struct params_s { - s32 len; - s32 num1; - s32 num2; - char8 pad_character; - s32 do_padding; - s32 left_flag; - s32 unsigned_flag; -} params_t; - - -/*---------------------------------------------------*/ -/* The purpose of this routine is to output data the */ -/* same as the standard printf function without the */ -/* overhead most run-time libraries involve. Usually */ -/* the printf brings in many kilobytes of code and */ -/* that is unacceptable in most embedded systems. */ -/*---------------------------------------------------*/ - - -/*---------------------------------------------------*/ -/* */ -/* This routine puts pad characters into the output */ -/* buffer. */ -/* */ -static void padding( const s32 l_flag, const struct params_s *par) -{ - s32 i; - - if ((par->do_padding != 0) && (l_flag != 0) && (par->len < par->num1)) { - i=(par->len); - for (; i<(par->num1); i++) { -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( par->pad_character); -#endif - } - } -} - -/*---------------------------------------------------*/ -/* */ -/* This routine moves a string to the output buffer */ -/* as directed by the padding and positioning flags. */ -/* */ -static void outs(const charptr lp, struct params_s *par) -{ - charptr LocalPtr; - LocalPtr = lp; - /* pad on left if needed */ - if(LocalPtr != NULL) { - par->len = (s32)strlen( LocalPtr); - padding( !(par->left_flag), par); - /* Move string to the buffer */ - while (((*LocalPtr) != (char8)0) && ((par->num2) != 0)) { - (par->num2)--; -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte(*LocalPtr); -#endif - LocalPtr += 1; - } -} - - /* Pad on right if needed */ - /* CR 439175 - elided next stmt. Seemed bogus. */ - /* par->len = strlen( lp) */ - padding( par->left_flag, par); -} - -/*---------------------------------------------------*/ -/* */ -/* This routine moves a number to the output buffer */ -/* as directed by the padding and positioning flags. */ -/* */ - -static void outnum( const s32 n, const s32 base, struct params_s *par) -{ - s32 negative; - s32 i; - char8 outbuf[32]; - const char8 digits[] = "0123456789ABCDEF"; - u32 num; - for(i = 0; i<32; i++) { - outbuf[i] = '0'; - } - - /* Check if number is negative */ - if ((par->unsigned_flag == 0) && (base == 10) && (n < 0L)) { - negative = 1; - num =(-(n)); - } - else{ - num = n; - negative = 0; - } - - /* Build number (backwards) in outbuf */ - i = 0; - do { - outbuf[i] = digits[(num % base)]; - i++; - num /= base; - } while (num > 0); - - if (negative != 0) { - outbuf[i] = '-'; - i++; - } - - outbuf[i] = '\0'; - i--; - - /* Move the converted number to the buffer and */ - /* add in the padding where needed. */ - par->len = (s32)strlen(outbuf); - padding( !(par->left_flag), par); - while (&outbuf[i] >= outbuf) { -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( outbuf[i] ); -#endif - i--; -} - padding( par->left_flag, par); -} -/*---------------------------------------------------*/ -/* */ -/* This routine moves a 64-bit number to the output */ -/* buffer as directed by the padding and positioning */ -/* flags. */ -/* */ -#if defined (__aarch64__) || defined (__arch64__) -static void outnum1( const s64 n, const s32 base, params_t *par) -{ - s32 negative; - s32 i; - char8 outbuf[64]; - const char8 digits[] = "0123456789ABCDEF"; - u64 num; - for(i = 0; i<64; i++) { - outbuf[i] = '0'; - } - - /* Check if number is negative */ - if ((par->unsigned_flag == 0) && (base == 10) && (n < 0L)) { - negative = 1; - num =(-(n)); - } - else{ - num = (n); - negative = 0; - } - - /* Build number (backwards) in outbuf */ - i = 0; - do { - outbuf[i] = digits[(num % base)]; - i++; - num /= base; - } while (num > 0); - - if (negative != 0) { - outbuf[i] = '-'; - i++; - } - - outbuf[i] = '\0'; - i--; - - /* Move the converted number to the buffer and */ - /* add in the padding where needed. */ - par->len = (s32)strlen(outbuf); - padding( !(par->left_flag), par); - while (&outbuf[i] >= outbuf) { - outbyte( outbuf[i] ); - i--; -} - padding( par->left_flag, par); -} -#endif -/*---------------------------------------------------*/ -/* */ -/* This routine gets a number from the format */ -/* string. */ -/* */ -static s32 getnum(charptr* linep) -{ - s32 n = 0; - s32 ResultIsDigit = 0; - charptr cptr = *linep; - - while (cptr != NULL) { - ResultIsDigit = isdigit(((s32)*cptr)); - if (ResultIsDigit == 0) - break; - n = ((n*10) + (((s32)*cptr) - (s32)'0')); - cptr += 1; - } - - *linep = ((charptr)(cptr)); - return(n); -} - -/*---------------------------------------------------*/ -/* */ -/* This routine operates just like a printf/sprintf */ -/* routine. It outputs a set of data under the */ -/* control of a formatting string. Not all of the */ -/* standard C format control are supported. The ones */ -/* provided are primarily those needed for embedded */ -/* systems work. Primarily the floating point */ -/* routines are omitted. Other formats could be */ -/* added easily by following the examples shown for */ -/* the supported formats. */ -/* */ - -/* void esp_printf( const func_ptr f_ptr, - const charptr ctrl1, ...) */ -#if defined (__aarch64__) && HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE -void xil_printf( const char8 *ctrl1, ...){ - XPVXenConsole_Printf(ctrl1); -} -#else -void xil_printf( const char8 *ctrl1, ...) -{ - va_list argp; - - va_start(argp, ctrl1); - - xil_vprintf(ctrl1, argp); - - va_end(argp); -} -#endif - -/* This routine is equivalent to vprintf routine */ -void xil_vprintf(const char8 *ctrl1, va_list argp) -{ - s32 Check; -#if defined (__aarch64__) || defined (__arch64__) - s32 long_flag; -#endif - s32 dot_flag; - - params_t par; - - char8 ch; - char8 *ctrl = (char8 *)ctrl1; - - while ((ctrl != NULL) && (*ctrl != (char8)0)) { - - /* move format string chars to buffer until a */ - /* format control is found. */ - if (*ctrl != '%') { -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte(*ctrl); -#endif - ctrl += 1; - continue; - } - - /* initialize all the flags for this format. */ - dot_flag = 0; -#if defined (__aarch64__) || defined (__arch64__) - long_flag = 0; -#endif - par.unsigned_flag = 0; - par.left_flag = 0; - par.do_padding = 0; - par.pad_character = ' '; - par.num2=32767; - par.num1=0; - par.len=0; - - try_next: - if(ctrl != NULL) { - ctrl += 1; - } - if(ctrl != NULL) { - ch = *ctrl; - } else { - break; - } - - if (isdigit((s32)ch) != 0) { - if (dot_flag != 0) { - par.num2 = getnum(&ctrl); - } - else { - if (ch == '0') { - par.pad_character = '0'; - } - if(ctrl != NULL) { - par.num1 = getnum(&ctrl); - } - par.do_padding = 1; - } - if(ctrl != NULL) { - ctrl -= 1; - } - goto try_next; - } - - switch (tolower((s32)ch)) { - case '%': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( '%'); -#endif - Check = 1; - break; - - case '-': - par.left_flag = 1; - Check = 0; - break; - - case '.': - dot_flag = 1; - Check = 0; - break; - - case 'l': - #if defined (__aarch64__) || defined (__arch64__) - long_flag = 1; - #endif - Check = 0; - break; - - case 'u': - par.unsigned_flag = 1; - /* fall through */ - case 'i': - case 'd': - #if defined (__aarch64__) || defined (__arch64__) - if (long_flag != 0){ - outnum1((s64)va_arg(argp, s64), 10L, &par); - } - else { - outnum( va_arg(argp, s32), 10L, &par); - } - #else - outnum( va_arg(argp, s32), 10L, &par); - #endif - Check = 1; - break; - case 'p': - #if defined (__aarch64__) || defined (__arch64__) - par.unsigned_flag = 1; - outnum1((s64)va_arg(argp, s64), 16L, &par); - Check = 1; - break; - #endif - case 'X': - case 'x': - par.unsigned_flag = 1; - #if defined (__aarch64__) || defined (__arch64__) - if (long_flag != 0) { - outnum1((s64)va_arg(argp, s64), 16L, &par); - } - else { - outnum((s32)va_arg(argp, s32), 16L, &par); - } - #else - outnum((s32)va_arg(argp, s32), 16L, &par); - #endif - Check = 1; - break; - - case 's': - outs( va_arg( argp, char *), &par); - Check = 1; - break; - - case 'c': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( va_arg( argp, s32)); -#endif - Check = 1; - break; - - case '\\': - switch (*ctrl) { - case 'a': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x07)); -#endif - break; - case 'h': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x08)); -#endif - break; - case 'r': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x0D)); -#endif - break; - case 'n': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x0D)); - outbyte( ((char8)0x0A)); -#endif - break; - default: -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( *ctrl); -#endif - break; - } - ctrl += 1; - Check = 0; - break; - - default: - Check = 1; - break; - } - if(Check == 1) { - if(ctrl != NULL) { - ctrl += 1; - } - continue; - } - goto try_next; - } -} -/*---------------------------------------------------*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_printf.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_printf.h deleted file mode 100644 index 60f4ba3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_printf.h +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 1995 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - #ifndef XIL_PRINTF_H - #define XIL_PRINTF_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include -#include -#include "xil_types.h" -#include "xparameters.h" -#include "bspconfig.h" -#if defined (__aarch64__) && HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE -#include "xen_console.h" -#endif - -/*----------------------------------------------------*/ -/* Use the following parameter passing structure to */ -/* make xil_printf re-entrant. */ -/*----------------------------------------------------*/ - -struct params_s; - - -/*---------------------------------------------------*/ -/* The purpose of this routine is to output data the */ -/* same as the standard printf function without the */ -/* overhead most run-time libraries involve. Usually */ -/* the printf brings in many kilobytes of code and */ -/* that is unacceptable in most embedded systems. */ -/*---------------------------------------------------*/ - -typedef char8* charptr; -typedef s32 (*func_ptr)(int c); - -/* */ - -void xil_printf( const char8 *ctrl1, ...); -void xil_vprintf(const char8 *ctrl1, va_list argp); -void print( const char8 *ptr); -extern void outbyte (char8 c); -extern char8 inbyte(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_sleepcommon.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_sleepcommon.c deleted file mode 100644 index e469934..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_sleepcommon.c +++ /dev/null @@ -1,80 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -*@file xil_sleepcommon.c -* -* This file contains the sleep API's -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.6 	srm  	 11/02/17 First release
-* 
-******************************************************************************/ - - -/***************************** Include Files *********************************/ -#include "xil_io.h" -#include "sleep.h" - -/**************************** Constant Definitions *************************/ - - -/*****************************************************************************/ -/** -* -* This API gives delay in sec -* -* @param seconds - delay time in seconds -* -* @return none -* -* @note none -* -*****************************************************************************/ - void sleep(unsigned int seconds) - { -#if defined (ARMR5) - sleep_R5(seconds); -#elif defined (__aarch64__) || defined (ARMA53_32) - sleep_A53(seconds); -#elif defined (__MICROBLAZE__) - sleep_MB(seconds); -#else - sleep_A9(seconds); -#endif - - } - -/****************************************************************************/ -/** -* -* This API gives delay in usec -* -* @param useconds - delay time in useconds -* -* @return none -* -* @note none -* -*****************************************************************************/ - void usleep(unsigned long useconds) - { -#if defined (ARMR5) - usleep_R5(useconds); -#elif defined (__aarch64__) || defined (ARMA53_32) - usleep_A53(useconds); -#elif defined (__MICROBLAZE__) - usleep_MB(useconds); -#else - usleep_A9(useconds); -#endif - - } diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testcache.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testcache.c deleted file mode 100644 index f101c14..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testcache.c +++ /dev/null @@ -1,341 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testcache.c -* @addtogroup common_test_utils -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/28/09 Initial release
-* 4.1   asa  05/09/14 Ensured that the address uses for cache test is aligned
-*				      cache line.
-* 
-* -******************************************************************************/ -#ifdef __ARM__ -#include "xil_cache.h" -#include "xil_testcache.h" -#include "xil_types.h" -#include "xpseudo_asm.h" -#ifdef __aarch64__ -#include "xreg_cortexa53.h" -#else -#include "xreg_cortexr5.h" -#endif - -#include "xil_types.h" - -extern void xil_printf(const char8 *ctrl1, ...); - -#define DATA_LENGTH 128 - -#ifdef __aarch64__ -static INTPTR Data[DATA_LENGTH] __attribute__ ((aligned(64))); -#else -static INTPTR Data[DATA_LENGTH] __attribute__ ((aligned(32))); -#endif - - -/*****************************************************************************/ -/** -* -* @brief Perform DCache range related API test such as Xil_DCacheFlushRange -* and Xil_DCacheInvalidateRange. This test function writes a constant -* value to the Data array, flushes the range, writes a new value, then -* invalidates the corresponding range. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ -s32 Xil_TestDCacheRange(void) -{ - s32 Index; - s32 Status = 0; - u32 CtrlReg; - INTPTR Value; - - xil_printf("-- Cache Range Test --\n\r"); - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0xA0A00505; - - xil_printf(" initialize Data done:\r\n"); - - Xil_DCacheFlushRange((INTPTR)Data, DATA_LENGTH * sizeof(INTPTR)); - - xil_printf(" flush range done\r\n"); - - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - if (Value != 0xA0A00505) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - if (!Status) { - xil_printf(" Flush worked\r\n"); - } - else { - xil_printf("Error: flush dcache range not working\r\n"); - } - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0xA0A0C505; - - - - Xil_DCacheFlushRange((INTPTR)Data, DATA_LENGTH * sizeof(INTPTR)); - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = Index + 3; - - Xil_DCacheInvalidateRange((INTPTR)Data, DATA_LENGTH * sizeof(INTPTR)); - - xil_printf(" invalidate dcache range done\r\n"); - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0xA0A0A05; - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - if (Value != 0xA0A0A05) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - - if (!Status) { - xil_printf(" Invalidate worked\r\n"); - } - else { - xil_printf("Error: Invalidate dcache range not working\r\n"); - } - xil_printf("-- Cache Range Test Complete --\r\n"); - return Status; - -} - -/*****************************************************************************/ -/** -* @brief Perform DCache all related API test such as Xil_DCacheFlush and -* Xil_DCacheInvalidate. This test function writes a constant value -* to the Data array, flushes the DCache, writes a new value, -* then invalidates the DCache. -* -* @return -* - 0 is returned for a pass -* - -1 is returned for a failure -*****************************************************************************/ -s32 Xil_TestDCacheAll(void) -{ - s32 Index; - s32 Status; - INTPTR Value; - u32 CtrlReg; - - xil_printf("-- Cache All Test --\n\r"); - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0x50500A0A; - xil_printf(" initialize Data done:\r\n"); - - Xil_DCacheFlush(); - xil_printf(" flush all done\r\n"); - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - - if (Value != 0x50500A0A) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - if (!Status) { - xil_printf(" Flush all worked\r\n"); - } - else { - xil_printf("Error: Flush dcache all not working\r\n"); - } - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0x505FFA0A; - - Xil_DCacheFlush(); - - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = Index + 3; - - Xil_DCacheInvalidate(); - - xil_printf(" invalidate all done\r\n"); - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0x50CFA0A; - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - if (Value != 0x50CFA0A) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - if (!Status) { - xil_printf(" Invalidate all worked\r\n"); - } - else { - xil_printf("Error: Invalidate dcache all not working\r\n"); - } - - xil_printf("-- DCache all Test Complete --\n\r"); - - return Status; -} - -/*****************************************************************************/ -/** -* @brief Perform Xil_ICacheInvalidateRange() on a few function pointers. -* -* @return -* - 0 is returned for a pass -* -* @note The function will hang if it fails. -*****************************************************************************/ -s32 Xil_TestICacheRange(void) -{ - - Xil_ICacheInvalidateRange((INTPTR)Xil_TestICacheRange, 1024); - Xil_ICacheInvalidateRange((INTPTR)Xil_TestDCacheRange, 1024); - Xil_ICacheInvalidateRange((INTPTR)Xil_TestDCacheAll, 1024); - - xil_printf("-- Invalidate icache range done --\r\n"); - - return 0; -} - -/*****************************************************************************/ -/** -* @brief Perform Xil_ICacheInvalidate() on a few function pointers. -* -* @return -* - 0 is returned for a pass -* -* @note The function will hang if it fails. -*****************************************************************************/ -s32 Xil_TestICacheAll(void) -{ - Xil_ICacheInvalidate(); - xil_printf("-- Invalidate icache all done --\r\n"); - return 0; -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testcache.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testcache.h deleted file mode 100644 index 5798c21..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testcache.h +++ /dev/null @@ -1,54 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testcache.h -* -* @addtogroup common_test_utils -*

Cache test

-* The xil_testcache.h file contains utility functions to test cache. -* -* @{ -*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  07/29/09 First release
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_TESTCACHE_H /* prevent circular inclusions */ -#define XIL_TESTCACHE_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -extern s32 Xil_TestDCacheRange(void); -extern s32 Xil_TestDCacheAll(void); -extern s32 Xil_TestICacheRange(void); -extern s32 Xil_TestICacheAll(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testio.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testio.c deleted file mode 100644 index 9681975..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testio.c +++ /dev/null @@ -1,273 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testio.c -* @addtogroup common_test_utils -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xil_testio.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions ****************************/ -/************************** Function Prototypes *****************************/ - - - -/** - * - * Endian swap a 16-bit word. - * @param Data is the 16-bit word to be swapped. - * @return The endian swapped value. - * - */ -static u16 Swap16(u16 Data) -{ - return ((Data >> 8U) & 0x00FFU) | ((Data << 8U) & 0xFF00U); -} - -/** - * - * Endian swap a 32-bit word. - * @param Data is the 32-bit word to be swapped. - * @return The endian swapped value. - * - */ -static u32 Swap32(u32 Data) -{ - u16 Lo16; - u16 Hi16; - - u16 Swap16Lo; - u16 Swap16Hi; - - Hi16 = (u16)((Data >> 16U) & 0x0000FFFFU); - Lo16 = (u16)(Data & 0x0000FFFFU); - - Swap16Lo = Swap16(Lo16); - Swap16Hi = Swap16(Hi16); - - return (((u32)(Swap16Lo)) << 16U) | ((u32)Swap16Hi); -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 8-bit wide register IO test where the -* register is accessed using Xil_Out8 and Xil_In8, and comparing -* the written values by reading them back. -* -* @param Addr: a pointer to the region of memory to be tested. -* @param Length: Length of the block. -* @param Value: constant used for writing the memory. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ - -s32 Xil_TestIO8(u8 *Addr, s32 Length, u8 Value) -{ - u8 ValueIn; - s32 Index; - s32 Status = 0; - - for (Index = 0; Index < Length; Index++) { - Xil_Out8((INTPTR)Addr, Value); - - ValueIn = Xil_In8((INTPTR)Addr); - - if ((Value != ValueIn) && (Status == 0)) { - Status = -1; - break; - } - } - return Status; - -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 16-bit wide register IO test. Each location -* is tested by sequentially writing a 16-bit wide register, reading -* the register, and comparing value. This function tests three kinds -* of register IO functions, normal register IO, little-endian register -* IO, and big-endian register IO. When testing little/big-endian IO, -* the function performs the following sequence, Xil_Out16LE/Xil_Out16BE, -* Xil_In16, Compare In-Out values, Xil_Out16, Xil_In16LE/Xil_In16BE, -* Compare In-Out values. Whether to swap the read-in value before -* comparing is controlled by the 5th argument. -* -* @param Addr: a pointer to the region of memory to be tested. -* @param Length: Length of the block. -* @param Value: constant used for writing the memory. -* @param Kind: Type of test. Acceptable values are: -* XIL_TESTIO_DEFAULT, XIL_TESTIO_LE, XIL_TESTIO_BE. -* @param Swap: indicates whether to byte swap the read-in value. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ - -s32 Xil_TestIO16(u16 *Addr, s32 Length, u16 Value, s32 Kind, s32 Swap) -{ - u16 *TempAddr16; - u16 ValueIn = 0U; - s32 Index; - TempAddr16 = Addr; - Xil_AssertNonvoid(TempAddr16 != NULL); - - for (Index = 0; Index < Length; Index++) { - switch (Kind) { - case XIL_TESTIO_LE: - Xil_Out16LE((INTPTR)TempAddr16, Value); - break; - case XIL_TESTIO_BE: - Xil_Out16BE((INTPTR)TempAddr16, Value); - break; - default: - Xil_Out16((INTPTR)TempAddr16, Value); - break; - } - - ValueIn = Xil_In16((INTPTR)TempAddr16); - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap16(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - - /* second round */ - Xil_Out16((INTPTR)TempAddr16, Value); - - switch (Kind) { - case XIL_TESTIO_LE: - ValueIn = Xil_In16LE((INTPTR)TempAddr16); - break; - case XIL_TESTIO_BE: - ValueIn = Xil_In16BE((INTPTR)TempAddr16); - break; - default: - ValueIn = Xil_In16((INTPTR)TempAddr16); - break; - } - - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap16(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - TempAddr16 += sizeof(u16); - } - return 0; -} - - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 32-bit wide register IO test. Each location -* is tested by sequentially writing a 32-bit wide register, reading -* the register, and comparing value. This function tests three kinds -* of register IO functions, normal register IO, little-endian register IO, -* and big-endian register IO. When testing little/big-endian IO, -* the function perform the following sequence, Xil_Out32LE/ -* Xil_Out32BE, Xil_In32, Compare, Xil_Out32, Xil_In32LE/Xil_In32BE, Compare. -* Whether to swap the read-in value *before comparing is controlled -* by the 5th argument. -* @param Addr: a pointer to the region of memory to be tested. -* @param Length: Length of the block. -* @param Value: constant used for writing the memory. -* @param Kind: type of test. Acceptable values are: -* XIL_TESTIO_DEFAULT, XIL_TESTIO_LE, XIL_TESTIO_BE. -* @param Swap: indicates whether to byte swap the read-in value. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ -s32 Xil_TestIO32(u32 *Addr, s32 Length, u32 Value, s32 Kind, s32 Swap) -{ - u32 *TempAddr; - u32 ValueIn = 0U; - s32 Index; - TempAddr = Addr; - Xil_AssertNonvoid(TempAddr != NULL); - - for (Index = 0; Index < Length; Index++) { - switch (Kind) { - case XIL_TESTIO_LE: - Xil_Out32LE((INTPTR)TempAddr, Value); - break; - case XIL_TESTIO_BE: - Xil_Out32BE((INTPTR)TempAddr, Value); - break; - default: - Xil_Out32((INTPTR)TempAddr, Value); - break; - } - - ValueIn = Xil_In32((INTPTR)TempAddr); - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap32(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - - /* second round */ - Xil_Out32((INTPTR)TempAddr, Value); - - - switch (Kind) { - case XIL_TESTIO_LE: - ValueIn = Xil_In32LE((INTPTR)TempAddr); - break; - case XIL_TESTIO_BE: - ValueIn = Xil_In32BE((INTPTR)TempAddr); - break; - default: - ValueIn = Xil_In32((INTPTR)TempAddr); - break; - } - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap32(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - TempAddr += sizeof(u32); - } - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testio.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testio.h deleted file mode 100644 index 5a1bda3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testio.h +++ /dev/null @@ -1,76 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testio.h -* -* @addtogroup common_test_utils Test Utilities for Memory and Caches -*

I/O test

-* The xil_testio.h file contains utility functions to test endian related memory -* IO functions. -* -* A subset of the memory tests can be selected or all of the tests can be run -* in order. If there is an error detected by a subtest, the test stops and the -* failure code is returned. Further tests are not run even if all of the tests -* are selected. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00 hbm  08/05/09 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_TESTIO_H /* prevent circular inclusions */ -#define XIL_TESTIO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ - - -#define XIL_TESTIO_DEFAULT 0 -#define XIL_TESTIO_LE 1 -#define XIL_TESTIO_BE 2 - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -extern s32 Xil_TestIO8(u8 *Addr, s32 Length, u8 Value); -extern s32 Xil_TestIO16(u16 *Addr, s32 Length, u16 Value, s32 Kind, s32 Swap); -extern s32 Xil_TestIO32(u32 *Addr, s32 Length, u32 Value, s32 Kind, s32 Swap); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testmem.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testmem.c deleted file mode 100644 index aa666d1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testmem.c +++ /dev/null @@ -1,1568 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testmem.c -* @addtogroup common_test_utils -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 7.5   mus  03/10/21 Added new set of Xil_TestMem32, Xil_TestMem16 and
-*                     Xil_TestMem8 APIs to support memory test for memory
-*                     regions mapped at extended addresses
-*                     (addresses > 4 GB). These new set of APIs would be
-*                     compiled only for 32 bit Microblaze processor, if
-*                     XPAR_MICROBLAZE_ADDR_SIZE is greater than 32.
-*                     It fixes CR#1089129.
-* 7.6   mus  07/29/21 Updated Xil_TestMem8 to fix issues reported by static
-*                     analysis tool. It fixes CR#1105956.
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xil_testmem.h" -#include "xil_io.h" -#include "xil_assert.h" - -/************************** Constant Definitions ****************************/ -/************************** Function Prototypes *****************************/ - -static u32 RotateLeft(u32 Input, u8 Width); - -/* define ROTATE_RIGHT to give access to this functionality */ -/* #define ROTATE_RIGHT */ -#ifdef ROTATE_RIGHT -static u32 RotateRight(u32 Input, u8 Width); -#endif /* ROTATE_RIGHT */ - -#if defined(__MICROBLAZE__) && !defined(__arch64__) && (XPAR_MICROBLAZE_ADDR_SIZE > 32) - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 8-bit wide memory test. -* -* @param Addrlow: lower 32 bit address of memory to be tested. -* @param Addrhigh: upper 32 bit address of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem8(u32 Addrlow, u32 Addrhigh, u32 Words, u8 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u8 Val; - u8 WordMem8; - s32 Status = 0; - u64 Addr = (Addrlow + ((u64)Addrhigh << 32)); - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * select the proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from XIL_TESTMEM_INIT_VALUE - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - sbea(Addr+I, Val); - Val++; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = XIL_TESTMEM_INIT_VALUE; - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_BYTE; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - Val = (u8)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* write memory location */ - sbea(Addr+I, Val); - Val = (u8)RotateLeft(Val, 8U); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val = (u8)RotateLeft(Val, NUM_OF_BITS_IN_BYTE); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking zeros test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_BYTE; j++) { - /* - * Generate an initial value for walking ones test to test - * for bad data bits - */ - Val = (u8) (~(1U << j)); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* write memory location */ - sbea(Addr+I, Val); - Val = ~((u8)RotateLeft(~Val, NUM_OF_BITS_IN_BYTE)); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8) (~(1U << j)); - /* Read the values from each location that was written */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - - Val = ~((u8)RotateLeft(~Val, NUM_OF_BITS_IN_BYTE)); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u8) (~((INTPTR) (Addr + I))); - sbea(Addr+I, Val); - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - Val = (u8) (~((INTPTR) (Addr+I))); - if ((WordMem8 ^ Val) != 0x00U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u8)0) { - Val = 0xA5U; - } - else { - Val = Pattern; - } - /* - * Fill the memory with fixed Pattern - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - sbea(Addr+I, Val); - } - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 16-bit wide memory test. -* -* @param Addrlow: lower 32 bit address of memory to be tested. -* @param Addrhigh: upper 32 bit address of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant Pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem16(u32 Addrlow,u32 Addrhigh, u32 Words, u16 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u16 Val; - u16 WordMem16; - s32 Status = 0; - u64 Addr = (Addrlow + ((u64)Addrhigh << 32)); - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * selectthe proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'XIL_TESTMEM_INIT_VALUE' - */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* write memory location */ - shea(Addr+I, Val); - Val++; - I = I + NUM_OF_BYTES_IN_HW; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference val - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* read memory location */ - WordMem16 = lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val++; - I = I + NUM_OF_BYTES_IN_HW; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking ones test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_HW; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (u16)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW); ) { - /* write memory location */ - shea(Addr+I,Val); - Val = (u16)RotateLeft(Val, 16U); - I = I + NUM_OF_BYTES_IN_HW; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u16)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW); ) { - /* read memory location */ - WordMem16 = lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = (u16)RotateLeft(Val, NUM_OF_BITS_IN_HW); - I = I + NUM_OF_BYTES_IN_HW; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking zeros test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_HW; j++) { - /* - * Generate an initial value for walking ones - * test to test for bad - * data bits - */ - - Val = ~(1U << j); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW);) { - shea(Addr+I, Val); - Val = ~((u16)RotateLeft(~Val, 16U)); - I = I + NUM_OF_BYTES_IN_HW; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = ~(1U << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW); ) { - WordMem16= lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u16)RotateLeft(~Val, NUM_OF_BITS_IN_HW)); - I = I + NUM_OF_BYTES_IN_HW; - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* write memory location */ - Val = (u16) (~((INTPTR)((Addr+I)))); - shea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_HW; - } - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW*Words); ) { - /* read memory location */ - //WordMem16 = *(Addr+I); - WordMem16 = lhuea(Addr+I); - Val = (u16) (~((INTPTR) ((Addr+I)))); - if ((WordMem16 ^ Val) != 0x0000U) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_HW; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - if (Pattern == (u16)0) { - Val = 0xDEADU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed pattern - */ - - for (I = 0U; I < (2*Words);) { - /* write memory location */ - shea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_HW; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed pattern - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* read memory location */ - WordMem16=lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_HW; - } - } -End_Label: - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 32-bit wide memory test. -* -* @param Addrlow: lower 32 bit address of memory to be tested. -* @param Addrhigh: upper 32 bit address of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: test type selected. See xil_testmem.h for possible -* values. -* -* @return -* - 0 is returned for a pass -* - 1 is returned for a failure -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem32(u32 Addrlow, u32 Addrhigh, u32 Words, u32 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u32 Val; - u32 WordMem32; - s32 Status = 0; - u64 Addr = (Addrlow + ((u64)Addrhigh << 32)); - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= (u8)XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'XIL_TESTMEM_INIT_VALUE' - */ - for (I = 0U; I <(NUM_OF_BYTES_IN_WORD * Words);) { - swea(Addr+I, Val); - Val++; - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < ( NUM_OF_BYTES_IN_WORD * Words);) { - WordMem32 = lwea(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val++; - I = I + NUM_OF_BYTES_IN_WORD; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_WORD; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (1U << j); - - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * NUM_OF_BITS_IN_WORD);) { - /* write memory location */ - swea(Addr+I, Val); - Val = (u32) RotateLeft(Val, NUM_OF_BITS_IN_WORD); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Restore the reference 'val' to the - * initial value - */ - Val = 1U << j; - - /* Read the values from each location that was - * written */ - for (I = 0U; I < ((u32)32 * NUM_OF_BYTES_IN_WORD);) { - /* read memory location */ - - WordMem32 = lwea(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val = (u32)RotateLeft(Val, NUM_OF_BITS_IN_WORD); - I = I + NUM_OF_BYTES_IN_WORD; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible - * initial test Patterns for walking zeros test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_WORD; j++) { - - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = ~(1U << j); - - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BITS_IN_WORD * NUM_OF_BYTES_IN_WORD);) { - /* write memory location */ - swea(Addr+I, Val); - Val = ~((u32)RotateLeft(~Val, NUM_OF_BITS_IN_WORD)); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - - Val = ~(1U << j); - - /* Read the values from each location that was - * written */ - for (I = 0U; I < (NUM_OF_BITS_IN_WORD * NUM_OF_BYTES_IN_WORD);) { - /* read memory location */ - WordMem32 = lwea(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u32)RotateLeft(~Val, NUM_OF_BITS_IN_WORD)); - I = I + NUM_OF_BYTES_IN_WORD; - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - /* write memory location */ - Val = (u32) (~((INTPTR) (Addr+I))); - swea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - /* Read the location */ - WordMem32 = lwea(Addr+I); - Val = (u32) (~((INTPTR) (Addr+I))); - - if ((WordMem32 ^ Val) != 0x00000000U) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_WORD; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u32)0) { - Val = 0xDEADBEEFU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed Pattern - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - /* write memory location */ - swea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - - /* read memory location */ - - WordMem32 = lwea(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_WORD; - } - } - -End_Label: - return Status; -} - -#else -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 32-bit wide memory test. -* -* @param Addr: pointer to the region of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: test type selected. See xil_testmem.h for possible -* values. -* -* @return -* - 0 is returned for a pass -* - 1 is returned for a failure -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem32(u32 *Addr, u32 Words, u32 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u32 Val; - u32 FirtVal; - u32 WordMem32; - s32 Status = 0; - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= (u8)XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - FirtVal = XIL_TESTMEM_INIT_VALUE; - - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'FirtVal' - */ - for (I = 0U; I < Words; I++) { - *(Addr+I) = Val; - Val++; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = FirtVal; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < Words; I++) { - WordMem32 = *(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < (u32)32; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (1U << j); - - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)32; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = (u32) RotateLeft(Val, 32U); - } - - /* - * Restore the reference 'val' to the - * initial value - */ - Val = 1U << j; - - /* Read the values from each location that was - * written */ - for (I = 0U; I < (u32)32; I++) { - /* read memory location */ - - WordMem32 = *(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val = (u32)RotateLeft(Val, 32U); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible - * initial test Patterns for walking zeros test - */ - - for (j = 0U; j < (u32)32; j++) { - - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = ~(1U << j); - - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)32; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = ~((u32)RotateLeft(~Val, 32U)); - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - - Val = ~(1U << j); - - /* Read the values from each location that was - * written */ - for (I = 0U; I < (u32)32; I++) { - /* read memory location */ - WordMem32 = *(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u32)RotateLeft(~Val, 32U)); - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u32) (~((INTPTR) (&Addr[I]))); - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* Read the location */ - WordMem32 = *(Addr+I); - Val = (u32) (~((INTPTR) (&Addr[I]))); - - if ((WordMem32 ^ Val) != 0x00000000U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u32)0) { - Val = 0xDEADBEEFU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - - /* read memory location */ - - WordMem32 = *(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 16-bit wide memory test. -* -* @param Addr: pointer to the region of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant Pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem16(u16 *Addr, u32 Words, u16 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u16 Val; - u16 FirtVal; - u16 WordMem16; - s32 Status = 0; - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - FirtVal = XIL_TESTMEM_INIT_VALUE; - - /* - * selectthe proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'FirtVal' - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val++; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = FirtVal; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference val - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking ones test - */ - - for (j = 0U; j < (u32)16; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (u16)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)16; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = (u16)RotateLeft(Val, 16U); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u16)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)16; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = (u16)RotateLeft(Val, 16U); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking zeros test - */ - - for (j = 0U; j < (u32)16; j++) { - /* - * Generate an initial value for walking ones - * test to test for bad - * data bits - */ - - Val = ~(1U << j); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)16; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = ~((u16)RotateLeft(~Val, 16U)); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = ~(1U << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)16; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u16)RotateLeft(~Val, 16U)); - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u16) (~((INTPTR)(&Addr[I]))); - *(Addr+I) = Val; - } - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - Val = (u16) (~((INTPTR) (&Addr[I]))); - if ((WordMem16 ^ Val) != 0x0000U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - if (Pattern == (u16)0) { - Val = 0xDEADU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed pattern - */ - - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed pattern - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} - - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 8-bit wide memory test. -* -* @param Addr: pointer to the region of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem8(u8 *Addr, u32 Words, u8 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u8 Val; - u8 FirtVal; - u8 WordMem8; - s32 Status = 0; - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - FirtVal = XIL_TESTMEM_INIT_VALUE; - - /* - * select the proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'FirtVal' - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val++; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = FirtVal; - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < (u32)8; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - Val = (u8)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < (u32)8; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = (u8)RotateLeft(Val, 8U); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)8; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val = (u8)RotateLeft(Val, 8U); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking zeros test - */ - - for (j = 0U; j < (u32)8; j++) { - /* - * Generate an initial value for walking ones test to test - * for bad data bits - */ - Val = (u8) (~(1U << j)); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < (u32)8; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = ~((u8)RotateLeft(~Val, 8U)); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8) (~(1U << j)); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)8; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - - Val = ~((u8)RotateLeft(~Val, 8U)); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u8) (~((INTPTR) (&Addr[I]))); - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - Val = (u8) (~((INTPTR) (&Addr[I]))); - if ((WordMem8 ^ Val) != 0x00U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u8)0) { - Val = 0xA5U; - } - else { - Val = Pattern; - } - /* - * Fill the memory with fixed Pattern - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - } - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} -#endif - -/*****************************************************************************/ -/** -* -* @brief Rotates the provided value to the left one bit position -* -* @param Input is value to be rotated to the left -* @param Width is the number of bits in the input data -* -* @return The resulting unsigned long value of the rotate left -* -* -*****************************************************************************/ -static u32 RotateLeft(u32 Input, u8 Width) -{ - u32 Msb; - u32 ReturnVal; - u32 WidthMask; - u32 MsbMask; - u32 LocalInput = Input; - - /* - * set up the WidthMask and the MsbMask - */ - - MsbMask = 1U << (Width - 1U); - - WidthMask = (MsbMask << (u32)1) - (u32)1; - - /* - * set the Width of the Input to the correct width - */ - - LocalInput = LocalInput & WidthMask; - - Msb = LocalInput & MsbMask; - - ReturnVal = LocalInput << 1U; - - if (Msb != 0x00000000U) { - ReturnVal = ReturnVal | (u32)0x00000001; - } - - ReturnVal = ReturnVal & WidthMask; - - return ReturnVal; - -} - -#ifdef ROTATE_RIGHT -/*****************************************************************************/ -/** -* -* @brief Rotates the provided value to the right one bit position -* -* @param Input: value to be rotated to the right -* @param Width: number of bits in the input data -* -* @return -* The resulting u32 value of the rotate right -* -*****************************************************************************/ -static u32 RotateRight(u32 Input, u8 Width) -{ - u32 Lsb; - u32 ReturnVal; - u32 WidthMask; - u32 MsbMask; - u32 LocalInput = Input; - /* - * set up the WidthMask and the MsbMask - */ - - MsbMask = 1U << (Width - 1U); - - WidthMask = (MsbMask << 1U) - 1U; - - /* - * set the width of the input to the correct width - */ - - LocalInput = LocalInput & WidthMask; - - ReturnVal = LocalInput >> 1U; - - Lsb = LocalInput & 0x00000001U; - - if (Lsb != 0x00000000U) { - ReturnVal = ReturnVal | MsbMask; - } - - ReturnVal = ReturnVal & WidthMask; - - return ReturnVal; - -} -#endif /* ROTATE_RIGHT */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testmem.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testmem.h deleted file mode 100644 index 7e29233..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testmem.h +++ /dev/null @@ -1,165 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testmem.h -* @addtogroup common_test_utils Test Utilities for Memory and Caches -* -* - Cache test: xil_testcache.h contains utility functions to test cache. -* -* - I/O test: The Xil_testio.h file contains endian related memory IO functions. A -* subset of the memory tests can be selected or all of the tests can be run in order. -* If there is an error detected by a subtest, the test stops and the failure code is -* returned. Further tests are not run even if all of the tests are selected. -* -* - Memory test: The xil_testmem.h file contains utility functions to test memory. -* A subset of the memory tests can be selected or all of the tests can be run -* in order. If there is an error detected by a subtest, the test stops and the -* failure code is returned. Further tests are not run even if all of the tests are selected. -* -* -* Following list describes the supported memory tests: -* -* - XIL_TESTMEM_ALLMEMTESTS: This test runs all of the subtests. -* -* - XIL_TESTMEM_INCREMENT: This test -* starts at 'XIL_TESTMEM_INIT_VALUE' and uses the incrementing value as the -* test value for memory. -* -* - XIL_TESTMEM_WALKONES: Also known as the Walking ones test. This test -* uses a walking '1' as the test value for memory. -* @code -* location 1 = 0x00000001 -* location 2 = 0x00000002 -* ... -* @endcode -* -* - XIL_TESTMEM_WALKZEROS: Also known as the Walking zero's test. -* This test uses the inverse value of the walking ones test -* as the test value for memory. -* @code -* location 1 = 0xFFFFFFFE -* location 2 = 0xFFFFFFFD -* ... -*@endcode -* -* - XIL_TESTMEM_INVERSEADDR: Also known as the inverse address test. -* This test uses the inverse of the address of the location under test -* as the test value for memory. -* -* - XIL_TESTMEM_FIXEDPATTERN: Also known as the fixed pattern test. -* This test uses the provided patters as the test value for memory. -* If zero is provided as the pattern the test uses '0xDEADBEEF". -* -* @warning -* The tests are DESTRUCTIVE. Run before any initialized memory spaces -* have been set up. -* The address provided to the memory tests is not checked for -* validity except for the NULL case. It is possible to provide a code-space -* pointer for this test to start with and ultimately destroy executable code -* causing random failures. -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 7.5   mus  03/10/21 Added new set of Xil_TestMem32, Xil_TestMem16 and
-*                     Xil_TestMem8 APIs to support memory test for memory
-*                     regions mapped at extended addresses
-*                     (addresses > 4 GB). These new set of APIs would be
-*                     compiled only for 32 bit Microblaze processor, if
-*                     XPAR_MICROBLAZE_ADDR_SIZE is greater than 32.
-*                     It fixes CR#1089129.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_TESTMEM_H /* prevent circular inclusions */ -#define XIL_TESTMEM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xparameters.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - -/* xutil_memtest defines */ - -#define XIL_TESTMEM_INIT_VALUE 1U - -/** @name Memory subtests - * @{ - */ -/** - * See the detailed description of the subtests in the file description. - */ -#define XIL_TESTMEM_ALLMEMTESTS 0x00U -#define XIL_TESTMEM_INCREMENT 0x01U -#define XIL_TESTMEM_WALKONES 0x02U -#define XIL_TESTMEM_WALKZEROS 0x03U -#define XIL_TESTMEM_INVERSEADDR 0x04U -#define XIL_TESTMEM_FIXEDPATTERN 0x05U -#define XIL_TESTMEM_MAXTEST XIL_TESTMEM_FIXEDPATTERN -/* @} */ - -#if !defined(__aarch64__) && !defined(__arch64__) -#define NUM_OF_BITS_IN_BYTE 8U -#define NUM_OF_BYTES_IN_HW 2U -#define NUM_OF_BITS_IN_HW 16U -#define NUM_OF_BYTES_IN_WORD 4U -#define NUM_OF_BITS_IN_WORD 32U -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/** - *@endcond - */ - -/************************** Function Prototypes ******************************/ - -/* xutil_testmem prototypes */ -#if defined(__MICROBLAZE__) && !defined(__arch64__) && (XPAR_MICROBLAZE_ADDR_SIZE > 32) -extern s32 Xil_TestMem32(u32 AddrLow, u32 AddrHigh, u32 Words, u32 Pattern, u8 Subtest); -extern s32 Xil_TestMem16(u32 AddrLow, u32 AddrHigh, u32 Words, u16 Pattern, u8 Subtest); -extern s32 Xil_TestMem8(u32 AddrLow, u32 AddrHigh, u32 Words, u8 Pattern, u8 Subtest); -#else -extern s32 Xil_TestMem32(u32 *Addr, u32 Words, u32 Pattern, u8 Subtest); -extern s32 Xil_TestMem16(u16 *Addr, u32 Words, u16 Pattern, u8 Subtest); -extern s32 Xil_TestMem8(u8 *Addr, u32 Words, u8 Pattern, u8 Subtest); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_types.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_types.h deleted file mode 100644 index 1d18bfb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_types.h +++ /dev/null @@ -1,203 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_types.h -* -* @addtogroup common_types Basic Data types for Xilinx® Software IP -* -* The xil_types.h file contains basic types for Xilinx software IP. These data types -* are applicable for all processors supported by Xilinx. -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 First release
-* 3.03a sdm  05/30/11 Added Xuint64 typedef and XUINT64_MSW/XUINT64_LSW macros
-* 5.00 	pkp  05/29/14 Made changes for 64 bit architecture
-*	srt  07/14/14 Use standard definitions from stdint.h and stddef.h
-*		      Define LONG and ULONG datatypes and mask values
-* 7.00  mus  01/07/19 Add cpp extern macro
-* 7.1   aru  08/19/19 Shift the value in UPPER_32_BITS only if it
-*                     is 64-bit processor
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_TYPES_H /* prevent circular inclusions */ -#define XIL_TYPES_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -/************************** Constant Definitions *****************************/ - -#ifndef TRUE -# define TRUE 1U -#endif - -#ifndef FALSE -# define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -#define XIL_COMPONENT_IS_READY 0x11111111U /**< In device drivers, This macro will be - assigend to "IsReady" member of driver - instance to indicate that driver - instance is initialized and ready to use. */ -#define XIL_COMPONENT_IS_STARTED 0x22222222U /**< In device drivers, This macro will be assigend to - "IsStarted" member of driver instance - to indicate that driver instance is - started and it can be enabled. */ - -/* @name New types - * New simple types. - * @{ - */ -#ifndef __KERNEL__ -#ifndef XBASIC_TYPES_H -/* - * guarded against xbasic_types.h. - */ -typedef uint8_t u8; -typedef uint16_t u16; -typedef uint32_t u32; -/** @}*/ -#define __XUINT64__ -typedef struct -{ - u32 Upper; - u32 Lower; -} Xuint64; - - -/*****************************************************************************/ -/** -* @brief Return the most significant half of the 64 bit data type. -* -* @param x is the 64 bit word. -* -* @return The upper 32 bits of the 64 bit word. -* -******************************************************************************/ -#define XUINT64_MSW(x) ((x).Upper) - -/*****************************************************************************/ -/** -* @brief Return the least significant half of the 64 bit data type. -* -* @param x is the 64 bit word. -* -* @return The lower 32 bits of the 64 bit word. -* -******************************************************************************/ -#define XUINT64_LSW(x) ((x).Lower) - -#endif /* XBASIC_TYPES_H */ - -/* - * xbasic_types.h does not typedef s* or u64 - */ -/** @{ */ -typedef char char8; -typedef int8_t s8; -typedef int16_t s16; -typedef int32_t s32; -typedef int64_t s64; -typedef uint64_t u64; -typedef int sint32; - -typedef intptr_t INTPTR; -typedef uintptr_t UINTPTR; -typedef ptrdiff_t PTRDIFF; -/** @}*/ -#if !defined(LONG) || !defined(ULONG) -typedef long LONG; -typedef unsigned long ULONG; -#endif - -#define ULONG64_HI_MASK 0xFFFFFFFF00000000U -#define ULONG64_LO_MASK ~ULONG64_HI_MASK - -#else -#include -#endif - -/** @{ */ -/** - * This data type defines an interrupt handler for a device. - * The argument points to the instance of the component - */ -typedef void (*XInterruptHandler) (void *InstancePtr); - -/** - * This data type defines an exception handler for a processor. - * The argument points to the instance of the component - */ -typedef void (*XExceptionHandler) (void *InstancePtr); - -/** - * @brief Returns 32-63 bits of a number. - * @param n : Number being accessed. - * @return Bits 32-63 of number. - * - * @note A basic shift-right of a 64- or 32-bit quantity. - * Use this to suppress the "right shift count >= width of type" - * warning when that quantity is 32-bits. - */ -#if defined (__aarch64__) || defined (__arch64__) -#define UPPER_32_BITS(n) ((u32)(((n) >> 16) >> 16)) -#else -#define UPPER_32_BITS(n) 0U -#endif -/** - * @brief Returns 0-31 bits of a number - * @param n : Number being accessed. - * @return Bits 0-31 of number - */ -#define LOWER_32_BITS(n) ((u32)(n)) - - - - -/************************** Constant Definitions *****************************/ - -#ifndef TRUE -#define TRUE 1U -#endif - -#ifndef FALSE -#define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** - *@endcond - */ -/** -* @} End of "addtogroup common_types". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_util.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_util.c deleted file mode 100644 index d1c27df..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_util.c +++ /dev/null @@ -1,765 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2019 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_util.c -* -* This file contains xil utility functions -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.4   mmd      04/21/19 First release.
-* 7.2   nava     08/01/20 Updated Xil_WaitForEvent() and Xil_WaitForEvents(()
-*                         API to use microsecond timeout instead of a free
-*                         counter.
-* 7.3   kal      06/30/20 Converted Xil_Ceil macro to API.
-*       rpo      08/19/20 Added function for read,modify,write
-*       kal      09/22/20 Changed the param type from const char to const char*
-*                         to avoid copying key onto stack
-*       td       10/16/20 Added Xil_Strcpy, Xil_Strcat, Xil_SecureMemCpy and
-*                         Xil_MemCmp functions
-* 7.4   am       11/26/20 Added Xil_StrCpyRange function
-* 7.6   kpt      07/15/21 Added Xil_SecureZeroize function
-*
-* 
-* -*****************************************************************************/ - -/****************************** Include Files *********************************/ -#include "xil_util.h" -#include "sleep.h" - -/************************** Constant Definitions ****************************/ -#define MAX_NIBBLES 8U - -/************************** Function Prototypes *****************************/ - -/******************************************************************************/ -/** -* This API ceils the provided float value. -* -* @param Value is a float variable which has to ceiled to nearest -* integer. -* -* @return Returns ceiled value. -* -*******************************************************************************/ -int Xil_Ceil(float Value) -{ - int Result = Value; - - if (Value > Result) { - Result = Result + 1; - } - - return Result; -} - -/****************************************************************************/ -/** - * Converts the char into the equivalent nibble. - * Ex: 'a' -> 0xa, 'A' -> 0xa, '9'->0x9 - * - * @param InChar - Input character to be converted to nibble. - * Valid characters are between 0-9, a-f, A-F - * @param Num - Memory location where nibble is to be stored - * - * @return - * XST_SUCCESS - Character converted to nibble - * XST_FAILURE - Invalid input character - * - * @note None. - * - *****************************************************************************/ - -u32 Xil_ConvertCharToNibble(u8 InChar, u8 *Num) -{ - u32 Status; - - /* Convert the char to nibble */ - if ((InChar >= (u8)'0') && (InChar <= (u8)'9')) { - *Num = InChar - (u8)'0'; - Status = XST_SUCCESS; - } - else if ((InChar >= (u8)'a') && (InChar <= (u8)'f')) { - *Num = InChar - (u8)'a' + 10U; - Status = XST_SUCCESS; - } - else if ((InChar >= (u8)'A') && (InChar <= (u8)'F')) { - *Num = InChar - (u8)'A' + 10U; - Status = XST_SUCCESS; - } - else { - Status = XST_FAILURE; - } - - return Status; -} - -/****************************************************************************/ -/* - * Converts the string into the equivalent Hex buffer. - * Ex: "abc123" -> {0xab, 0xc1, 0x23} - * - * @param Str - Pointer to string to be converted to Hex. - * Accepted characters in string are between 0-9, a-f and A-F - * @param Buf - Pointer to memory location where converted hex values are to - * be stored. - * @param Len - Length of input string - * - * @return - * XST_SUCCESS - Input string is converted to hex - * XST_FAILURE - Invalid character in inpit string - * - * @note None. - * - *****************************************************************************/ -u32 Xil_ConvertStringToHex(const char *Str, u32 *buf, u8 Len) -{ - u32 Status = XST_FAILURE; - u8 ConvertedLen = 0U, index = 0U; - u8 Nibble[MAX_NIBBLES] = {0U}; - u8 i; - - while (ConvertedLen < Len) { - for (i = 0U; i < MAX_NIBBLES; i++) { - Status = Xil_ConvertCharToNibble(Str[ConvertedLen], - &Nibble[i]); - ConvertedLen = ConvertedLen +1U; - if (Status != XST_SUCCESS) { - /* Error converting char to nibble */ - goto END; - } - } - - buf[index] = ((Nibble[0] << (u8)28U) | (Nibble[1] << (u8)24U) | - (Nibble[2] << (u8)20U) | (Nibble[3] << (u8)16U) | - (Nibble[4] << (u8)12U) | (Nibble[5] << (u8)8U) | - (Nibble[6] << (u8)4U) | (u32)Nibble[7]); - index++; - } -END: - return Status; -} - -/****************************************************************************/ -/* - * Waits for the event - * - * @param RegAddr - Address of register to be checked for event(s) occurrence - * @param EventMask - Mask indicating event(s) to be checked - * @param Event - Specific event(s) value to be checked - * @param Timeout - Max number of microseconds to wait for an event(s). - * - * @return - * XST_SUCCESS - On occurrence of the event(s). - * XST_FAILURE - Event did not occur before counter reaches 0 - * - * @note None. - * - *****************************************************************************/ -u32 Xil_WaitForEvent(u32 RegAddr, u32 EventMask, u32 Event, u32 Timeout) -{ - u32 EventStatus; - u32 PollCount = Timeout; - u32 Status = XST_FAILURE; - - while(PollCount > 0) { - EventStatus = Xil_In32(RegAddr) & EventMask; - if (EventStatus == Event) { - Status = XST_SUCCESS; - break; - } - PollCount--; - usleep(1U); - } - - return Status; -} - - -/******************************************************************************/ -/** - * Waits for the events. Returns on occurrence of first event / timeout. - * - * @param EventsRegAddr - Address of register to be checked for event(s) - * occurrence - * @param EventsMask - Mask indicating event(s) to be checked - * @param WaitEvents - Specific event(s) to be checked - * @param Timeout - Max number of microseconds to wait for an event(s). - * @param Events - Mask of Events occurred returned in memory pointed by - * this variable - * - * @return - * XST_SUCCESS - On occurrence of the event(s). - * XST_FAILURE - Event did not occur before counter reaches 0 - * - ******************************************************************************/ -u32 Xil_WaitForEvents(u32 EventsRegAddr, u32 EventsMask, u32 WaitEvents, - u32 Timeout, u32* Events) -{ - u32 EventStatus; - u32 PollCount = Timeout; - u32 Status = XST_TIMEOUT; - - *Events = 0x00; - do { - EventStatus = Xil_In32(EventsRegAddr); - EventStatus &= EventsMask; - if(EventStatus & WaitEvents) { - Status = XST_SUCCESS; - *Events = EventStatus; - break; - } - PollCount--; - usleep(1U); - } - while(PollCount > 0); - - return Status; -} - -/******************************************************************************/ -/** - * Checks whether the passed character is a valid hex digit - * - * @param Ch - Pointer to the input character - * - * @return - * XST_SUCCESS - on valid hex digit - * XST_FAILURE - on invalid hex digit - * - * @note None. - * - ******************************************************************************/ -u32 Xil_IsValidHexChar(const char *Ch) -{ - u32 Status = XST_FAILURE; - - if(NULL == Ch) { - goto END; - } - if ((*Ch >= '0' && *Ch <='9')|| - (*Ch >= 'a' && *Ch <='f')|| - (*Ch >= 'A' && *Ch <='F')) { - - Status = XST_SUCCESS; - } -END: - return Status; -} - -/******************************************************************************/ -/** - * Validate the input string contains only hexadecimal characters - * - * @param HexStr - Pointer to string to be validated - * - * @return - * XST_SUCCESS - On valid input hex string - * XST_INVALID_PARAM - On invalid length of the input string - * XST_FAILURE - On non hexadecimal character in string - * - * @note None - * - ******************************************************************************/ -u32 Xil_ValidateHexStr(const char *HexStr) -{ - u32 Idx; - u32 Len; - u32 Status = XST_INVALID_PARAM; - - if(NULL == HexStr) { - goto END; - } - - Len = Xil_Strnlen(HexStr, XIL_MAX_HEX_STR_LEN + 1U); - if (Len > XIL_MAX_HEX_STR_LEN) { - goto END; - } - - for (Idx = 0U; Idx < Len; Idx++) { - Status = Xil_IsValidHexChar(&HexStr[Idx]); - if (Status != XST_SUCCESS) { - break; - } - } - -END: - return Status; -} - -/****************************************************************************/ -/** - * Converts the string into the equivalent Hex buffer. - * Ex: "abc123" -> {0xab, 0xc1, 0x23} - * - * @param Str is a Input String. Will support the lower and upper case values. - * Value should be between 0-9, a-f and A-F - * @param Buf is Output buffer. - * @param Len of the input string. Should have even values - * - * @return - * - XST_SUCCESS no errors occurred. - * - XST_FAILURE an error when input parameters are not valid - * - an error when input buffer has invalid values - * - * TDD Test Cases: - * ---Initialization--- - * Len is odd - * Len is zero - * Str is NULL - * Buf is NULL - * ---Functionality--- - * Str input with only numbers - * Str input with All values in A-F - * Str input with All values in a-f - * Str input with values in a-f, 0-9, A-F - * Str input with values in a-z, 0-9, A-Z - * Boundary Cases - * Memory Bounds of buffer checking - * ****************************************************************************/ -u32 Xil_ConvertStringToHexBE(const char *Str, u8 *Buf, u32 Len) -{ - u32 ConvertedLen; - u8 LowerNibble = 0U; - u8 UpperNibble = 0U; - u32 Status = (u32)XST_FAILURE; - - if ((Str == NULL) || (Buf == NULL)) { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - - if ((Len == 0U) || ((Len % XIL_SIZE_OF_BYTE_IN_BITS) != 0U)) { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - - if(Len != (strlen(Str) * XIL_SIZE_OF_NIBBLE_IN_BITS)) { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - - ConvertedLen = 0U; - while (ConvertedLen < (Len / XIL_SIZE_OF_NIBBLE_IN_BITS)) { - if (Xil_ConvertCharToNibble(Str[ConvertedLen],&UpperNibble) - == (u32)XST_SUCCESS) { - if (Xil_ConvertCharToNibble(Str[ConvertedLen+1], - &LowerNibble) == (u32)XST_SUCCESS) { - Buf[ConvertedLen/2] = - (UpperNibble << XIL_SIZE_OF_NIBBLE_IN_BITS) | - LowerNibble; - } - else { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - } - else { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - ConvertedLen += 2U; - } - Status = (u32)XST_SUCCESS; -END: - return Status; -} - -/******************************************************************************/ -/** - * Converts the string into the equivalent Hex buffer. - * Ex: "abc123" -> {0x23, 0xc1, 0xab} - * - * @param Str - Input String to be converted to hex number in little - * endian format. Valid characters of input strin are between - * 0-9, a-f and A-F - * @param Buf - Pointer to memory location where converted hex numbers are to - * be stored. - * @param Len - Expected number of output bits - * - * @return - * XST_SUCCESS - Input string is converted to hex number(s) - * XST_FAILURE - Invalid input character detected in input string - * - * @note - * - ******************************************************************************/ -u32 Xil_ConvertStringToHexLE(const char *Str, u8 *Buf, u32 Len) -{ - u32 ConvertedLen; - u8 LowerNibble = 0U; - u8 UpperNibble = 0U; - u32 StrIndex; - u32 Status = XST_FAILURE; - - if ((NULL == Str) || (NULL == Buf)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if ((Len == 0U) || ((Len % XIL_SIZE_OF_BYTE_IN_BITS) != 0U)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if(Len != (strlen(Str) * XIL_SIZE_OF_NIBBLE_IN_BITS)) { - Status = XST_INVALID_PARAM; - goto END; - } - - StrIndex = (Len / XIL_SIZE_OF_BYTE_IN_BITS) - 1U; - ConvertedLen = 0U; - while (ConvertedLen < (Len / XIL_SIZE_OF_NIBBLE_IN_BITS)) { - Status = Xil_ConvertCharToNibble(Str[ConvertedLen], - &UpperNibble); - if (XST_SUCCESS == Status) { - Status = Xil_ConvertCharToNibble(Str[ConvertedLen + 1], - &LowerNibble); - if (XST_SUCCESS == Status) { - Buf[StrIndex] = - (UpperNibble << XIL_SIZE_OF_NIBBLE_IN_BITS) | - LowerNibble; - StrIndex = StrIndex - 1U; - } - else { - Status = XST_INVALID_PARAM; - goto END; - } - } - else { - Status = XST_INVALID_PARAM; - goto END; - } - ConvertedLen += 2U; - } - - Status = XST_SUCCESS; -END: - return Status; -} - -/******************************************************************************/ -/** - * Returns the length of input string. - * - * @param Str - Input string - * @param MaxLen - Maximum expected length of the input string - * - * @return - * Returns length of the input string if length is less than MaxLen. - * Returns MaxLen if the length of the input string is >= MaxLen. - * - * @note - * - ******************************************************************************/ -u32 Xil_Strnlen(const char *Str, u32 MaxLen) -{ - const char *InStr = Str; - u32 StrLen = 0U; - - if (NULL == Str) { - goto END; - } - - while(StrLen < MaxLen) { - if ('\0' == *InStr) { - break; - } - StrLen++; - InStr++; - } - -END: - return StrLen; -} - -/*****************************************************************************/ -/** - * @brief This function will Read, Modify and Write to an address. - * - * @param Addr denotes Address - * @param Mask denotes the bits to be modified - * @param Value is the value to be written to the address - * - * @return None - * - *****************************************************************************/ -void Xil_UtilRMW32(u32 Addr, u32 Mask, u32 Value) -{ - u32 Val; - - Val = Xil_In32(Addr); - Val = (Val & (~Mask)) | (Mask & Value); - Xil_Out32(Addr, Val); -} - -/*****************************************************************************/ -/** - * @brief This functions copies source string to destination string. This - * function is a safe version of strcpy - * - * @param DestPtr is pointer to destination string - * @param SrcPtr is pointer to source string - * @param Size is the maximum number of bytes of the source string - * to be copied - * - * @return XST_SUCCESS on success and error code on failure - * - ******************************************************************************/ -int Xil_Strcpy(char *DestPtr, const char *SrcPtr, const u32 Size) -{ - int Status = XST_FAILURE; - u32 Count; - - if ((SrcPtr == NULL) || (DestPtr == NULL) || (Size == 0U)) { - goto END; - } - - for (Count = 0U; (SrcPtr[Count] != '\0') && (Count < Size); ++Count) { - DestPtr[Count] = SrcPtr[Count]; - } - if (Count == Size) { - DestPtr[0U] = '\0'; - goto END; - } - DestPtr[Count] = '\0'; - Status = XST_SUCCESS; - -END: - return Status; -} - -/****************************************************************************/ -/** - * @brief Copies specified range from source string to destination string - * - * @param Src is a pointer to source string - * @param Dst is a pointer to destination string - * @param From is 0 based index from where string copy starts - * @param To is 0 based index till which string is copied - * @param MaxSrcLen is the maximum length of source string - * @param MaxDstLen is the maximum length of destination string - * - * @return XST_SUCCESS on success - * XST_FAILURE on failure - * - * @note None - * - ****************************************************************************/ -int Xil_StrCpyRange(const u8 *Src, u8 *Dst, u32 From, u32 To, u32 MaxSrcLen, - u32 MaxDstLen) -{ - int Status = XST_FAILURE; - u32 SrcLength; - u32 Index; - - if ((Src == NULL) || (Dst == NULL)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if ((To >= MaxSrcLen) || (To < From)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if ((To - From + 1U) >= MaxDstLen) { - Status = XST_INVALID_PARAM; - goto END; - } - - SrcLength = Xil_Strnlen((const char *)Src, MaxSrcLen); - if (To >= SrcLength) { - Status = XST_INVALID_PARAM; - goto END; - } - - for (Index = From; Index <= To && Src[Index]!= '\0'; Index++) { - Dst[Index - From] = Src[Index]; - } - - Dst[Index - From] = '\0'; - Status = XST_SUCCESS; - -END: - return Status; -} - -/*****************************************************************************/ -/** - * @brief This function appends string2 to string1. This function is a safe - * version of strcat - * - * @param Str1Ptr is pointer to string1 - * @param Str2Ptr is pointer to string2 - * @param Size is the maximum number of bytes Str1 can hold - * - * @return XST_SUCCESS on success and error code on failure - * - ******************************************************************************/ -int Xil_Strcat(char* Str1Ptr, const char* Str2Ptr, const u32 Size) -{ - int Status = XST_FAILURE; - u32 Count = 0U; - u32 CountTmp = 0U; - - if ((Str1Ptr == NULL) || (Str2Ptr == NULL) || (Size == 0U)) { - goto END; - } - - while ((Count < Size) && (Str1Ptr[Count] != '\0')) { - Count++; - } - - while ((Str2Ptr[CountTmp] != '\0') && (Count < Size)) { - Str1Ptr[Count++] = Str2Ptr[CountTmp++]; - } - if (Count == Size) { - Str1Ptr[0U] = '\0'; - goto END; - } - Str1Ptr[Count] = '\0'; - Status = XST_SUCCESS; - -END: - return Status; -} - -/*****************************************************************************/ -/** - * @brief This function copies Len bytes from source memory to destination - * memory. If Len is greater than DestPtrLen, then DestPtr is also - * filled with 0s till DestPtrLen bytes and is considered as a failure. - * This function is a secure implementation of memcpy - * - * @param DestPtr is pointer to destination address - * @param DestPtrLen is the memory alloted to the destination buffer - * @param SrcPtr is pointer to source address - * @param Len is number of bytes to be copied - * - * @return XST_SUCCESS on success and error code on failure - * - ******************************************************************************/ -int Xil_SecureMemCpy(void * DestPtr, u32 DestPtrLen, const void * SrcPtr, u32 Len) -{ - int Status = XST_FAILURE; - u8 *Dest = (u8 *)DestPtr; - const u8 *Src = (const u8 *)SrcPtr; - - if ((DestPtr == NULL) || (SrcPtr == NULL)) { - goto END; - } - - if (Len > DestPtrLen) { - while (DestPtrLen != 0U) { - *Dest = 0U; - Dest++; - DestPtrLen--; - } - goto END; - } - - /* Loop and copy. */ - while (Len != 0U) { - *Dest = *Src; - Dest++; - Src++; - Len--; - } - Status = XST_SUCCESS; - -END: - return Status; -} - -/*****************************************************************************/ -/** - * @brief This function compares Len bytes from memory1 and memory2. This - * function is a secure implementation of memcmp - * - * @param Buf1Ptr is pointer to memory1 - * @param Buf2Ptr is pointer to memory2 - * @param Len is number of byets to be compared - * - * @return 0 if contents of both the memory regions are same, - * -1 if first non-matching character has lower value in Buf1Ptr - * 1 if first non-matching character is greater value in Buf1Ptr - * - ******************************************************************************/ -int Xil_MemCmp(const void * Buf1Ptr, const void * Buf2Ptr, u32 Len) -{ - volatile int RetVal = 1; - const u8 *Buf1 = Buf1Ptr; - const u8 *Buf2 = Buf2Ptr; - u32 Size = Len; - - /* Assert validates the input arguments */ - if ((Buf1 == NULL) || (Buf2 == NULL) || (Len == 0x0U)) { - goto END; - } - - /* Loop and compare */ - while (Size != 0U) { - if (*Buf1 > *Buf2) { - RetVal = 1; - goto END; - } else if (*Buf1 < *Buf2) { - RetVal = -1; - goto END; - } else { - Buf1++; - Buf2++; - Size--; - } - } - - /* Make sure size is zero to know the whole of data is compared */ - if (Size == 0U) { - RetVal = 0; - } - -END: - return RetVal; -} - -/*****************************************************************************/ -/** - * @brief This function is used to zeroize the memory - * - * @param DataPtr Pointer to the memory which need to be zeroized. - * @param Length Length of the data in bytes. - * - * @return - * - XST_SUCCESS: If Zeroization is successful. - * - XST_FAILURE: If Zeroization is not successful. - ********************************************************************************/ -int Xil_SecureZeroize(u8 *DataPtr, const u32 Length) -{ - u32 Index; - int Status = XST_FAILURE; - - /* Clear the data */ - (void)memset(DataPtr, 0, Length); - - /* Read it back to verify */ - for (Index = 0U; Index < Length; Index++) { - if (DataPtr[Index] != 0x00U) { - goto END; - } - } - if (Index == Length) { - Status = XST_SUCCESS; - } - -END: - return Status; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_util.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_util.h deleted file mode 100644 index e22e04d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_util.h +++ /dev/null @@ -1,181 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2019 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_util.h -* @addtogroup common_utilities Common Utility APIs -* @{ -* @details -* -* This file contains xil utility functions declaration -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.4   mmd      04/21/19 First release.
-* 6.5   kal      02/29/20 Added Xil_ConvertStringToHexBE API
-* 7.3   kal      06/30/20 Converted Xil_Ceil macro to API
-*       rpo      08/19/20 Added function for read, modify and write
-*       bsv      08/21/20 Added XSECURE_TEMPORAL_CHECK macro to add
-*                         redundancy in security critical functions, to avoid
-*                         glitches from altering the return values of security
-*                         critical functions. The macro requires a label to be
-*                         passed to "go to" in case of error.
-*      kpt       09/03/20 Added XSECURE_TEMPORAL_IMPL macro for redundancy
-*      kal       09/22/20 Changed the param type from const char to const char*
-*                         to avoid copying key onto stack
-*      td        10/16/20 Added Xil_Strcpy, Xil_Strcat, Xil_SecureMemCpy and
-*                         Xil_MemCmp functions
-*      am        10/13/20 Resolved Coverity warning
-*      td        11/19/20 Updated XSECURE_TEMPORAL_CHECK and
-*                         XSECURE_TEMPORAL_IMPL to fix MISRA C Rule 15.3
-* 7.4  am        11/26/20 Added Xil_StrCpyRange function
-* 7.6  kpt       07/15/21 Added Xil_SecureZeroize function
-*
-* 
-* -*****************************************************************************/ - -#ifndef XIL_UTIL_H_ -#define XIL_UTIL_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_types.h" -#include "xil_io.h" -#include "xstatus.h" - -/*************************** Constant Definitions *****************************/ -#define XIL_SIZE_OF_NIBBLE_IN_BITS 4U -#define XIL_SIZE_OF_BYTE_IN_BITS 8U - -/* Maximum string length handled by Xil_ValidateHexStr function */ -#define XIL_MAX_HEX_STR_LEN 512U - - -/****************** Macros (Inline Functions) Definitions *********************/ -#ifdef __GNUC__ -/******************************************************************************/ -/** - * - * Updates the return value of the called function into Var and VarTmp variables - * for redundancy. This is to avoid glitches from altering the return values of - * security critical functions. - * - * @param Var is the variable which holds the return value of function - * executed - * @param VarTmp is the variable which holds the value stored in Var - * @param Function is the function to be executed - * @param Other params are arguments to the called function - * - * @return None - * - ******************************************************************************/ -#define XSECURE_TEMPORAL_IMPL(Var, VarTmp, Function, ...) \ - { \ - Var = XST_FAILURE; \ - VarTmp = XST_FAILURE; \ - Var = Function(__VA_ARGS__); \ - VarTmp = Var; \ - } - -/******************************************************************************/ -/** - * - * Adds redundancy while checking the status of the called function. - * This is to avoid glitches from altering the return values of security - * critical functions. The macro requires a label to be passed to "go to" - * in case of error. - * - * @param Label is the label defined in function and the control - * will jump to the label in case of XST_FAILURE - * @param Status is the variable which holds the return value of - * function executed - * @param Function is the function to be executed - * @param Other params are arguments to the called function - * - * @return None - * - ******************************************************************************/ -#define XSECURE_TEMPORAL_CHECK(Label, Status, Function, ...) \ - { \ - volatile int StatusTmp = XST_FAILURE; \ - XSECURE_TEMPORAL_IMPL(Status, StatusTmp, Function, __VA_ARGS__); \ - if ((Status != XST_SUCCESS) || \ - (StatusTmp != XST_SUCCESS)) { \ - Status |= StatusTmp;\ - goto Label; \ - } \ - } -#endif - -/*************************** Function Prototypes ******************************/ -/* Ceils the provided float value */ -int Xil_Ceil(float Value); - -/* Converts input character to nibble */ -u32 Xil_ConvertCharToNibble(u8 InChar, u8 *Num); - -/* Convert input hex string to array of 32-bits integers */ -u32 Xil_ConvertStringToHex(const char *Str, u32 *buf, u8 Len); - -/* Waits for specified event */ -u32 Xil_WaitForEvent(u32 RegAddr, u32 EventMask, u32 Event, u32 Timeout); - -/* Waits for specified events */ -u32 Xil_WaitForEvents(u32 EventsRegAddr, u32 EventsMask, u32 WaitEvents, - u32 Timeout, u32* Events); - -/* Validate input hex character */ -u32 Xil_IsValidHexChar(const char *Ch); - -/* Validate the input string contains only hexadecimal characters */ -u32 Xil_ValidateHexStr(const char *HexStr); - -/* Convert string to hex numbers in little enidian format */ -u32 Xil_ConvertStringToHexLE(const char *Str, u8 *Buf, u32 Len); - -/* Returns length of the input string */ -u32 Xil_Strnlen(const char *Str, u32 MaxLen); - -/* Convert string to hex numbers in big endian format */ -u32 Xil_ConvertStringToHexBE(const char * Str, u8 * Buf, u32 Len); - -/*Read, Modify and Write to an address*/ -void Xil_UtilRMW32(u32 Addr, u32 Mask, u32 Value); - -/* Copies source string to destination string */ -int Xil_Strcpy(char *DestPtr, const char *SrcPtr, const u32 Size); - -/* Copies specified range from source string to destination string */ -int Xil_StrCpyRange(const u8 *Src, u8 *Dst, u32 From, u32 To, u32 MaxSrcLen, - u32 MaxDstLen); - -/* Appends string2 to string1 */ -int Xil_Strcat(char* Str1Ptr, const char* Str2Ptr, const u32 Size); - -/* Copies Len bytes from source memory to destination memory */ -int Xil_SecureMemCpy(void * DestPtr, u32 DestPtrLen, const void * SrcPtr, u32 Len); - -/* Compares Len bytes from memory1 and memory2 */ -int Xil_MemCmp(const void * Buf1Ptr, const void * Buf2Ptr, u32 Len); - -/* Zeroizes the memory of given length */ -int Xil_SecureZeroize(u8 *DataPtr, const u32 Length); - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_UTIL_H_ */ -/** -* @} End of "addtogroup common_utilities". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xplatform_info.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xplatform_info.c deleted file mode 100644 index 14446f4..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xplatform_info.c +++ /dev/null @@ -1,143 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xplatform_info.c -* @addtogroup common_platform_info Hardware Platform Information -* @{ -* This file contains information about hardware for which the code is built -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 5.00  pkp  12/15/14 Initial release
-* 5.04  pkp  01/12/16 Added platform information support for Cortex-A53 32bit
-*					  mode
-* 6.00  mus  17/08/16 Removed unused variable from XGetPlatform_Info
-* 6.4   ms   05/23/17 Added PSU_PMU macro to support XGetPSVersion_Info
-*                     function for PMUFW.
-*       ms   06/13/17 Added PSU_PMU macro to provide support of
-*                     XGetPlatform_Info function for PMUFW.
-*       mus  08/17/17 Add EL1 NS mode support for
-*                     XGet_Zynq_UltraMp_Platform_info and XGetPSVersion_Info
-*                     APIs.
-* 7.0	aru 03/15/19  Check for versal before aarch64 and armr5
-*		      in XGetPlatform_Info()
-* 7.2   adk 08/01/20  Added versal support for the XGetPSVersion_Info function.
-* 7.6   mus 08/23/21  Updated prototypes for functions which are not taking any
-*                     arguments with void keyword. This has been done to fix
-*                     compilation warnings with "-Wstrict-prototypes" flag.
-*                     It fixes CR#1108601.
-* 7.6    mus 08/30/21 Updated flag checking to fix compilation warnings
-*                     reported with "-Wundef" flag. It fixes CR#1108601.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_io.h" -#include "xplatform_info.h" -#if defined (__aarch64__) -#include "bspconfig.h" -#include "xil_smc.h" -#endif -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* -* @brief This API is used to provide information about platform -* -* @return The information about platform defined in xplatform_info.h -* -******************************************************************************/ -u32 XGetPlatform_Info(void) -{ -#if defined (versal) - return XPLAT_VERSAL; -#elif defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) - return XPLAT_ZYNQ_ULTRA_MP; -#elif defined (__microblaze__) - return XPLAT_MICROBLAZE; -#else - return XPLAT_ZYNQ; -#endif -} - -/*****************************************************************************/ -/** -* -* @brief This API is used to provide information about zynq ultrascale MP platform -* -* @return The information about zynq ultrascale MP platform defined in -* xplatform_info.h -* -******************************************************************************/ -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) -u32 XGet_Zynq_UltraMp_Platform_info(void) -{ -#if EL1_NONSECURE - XSmc_OutVar reg; - /* - * This SMC call will return, - * idcode - upper 32 bits of reg.Arg0 - * version - lower 32 bits of reg.Arg1 - */ - reg = Xil_Smc(GET_CHIPID_SMC_FID,0,0, 0, 0, 0, 0, 0); - return (u32)((reg.Arg1 >> XPLAT_INFO_SHIFT) & XPLAT_INFO_MASK); -#else - u32 reg; - reg = ((Xil_In32(XPLAT_PS_VERSION_ADDRESS) >> XPLAT_INFO_SHIFT ) - & XPLAT_INFO_MASK); - return reg; -#endif -} -#endif - -/*****************************************************************************/ -/** -* -* @brief This API is used to provide information about PS Silicon version -* -* @return The information about PS Silicon version. -* -******************************************************************************/ -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) || defined (versal) -u32 XGetPSVersion_Info(void) -{ -#if EL1_NONSECURE - /* - * This SMC call will return, - * idcode - upper 32 bits of reg.Arg0 - * version - lower 32 bits of reg.Arg1 - */ - XSmc_OutVar reg; - reg = Xil_Smc(GET_CHIPID_SMC_FID,0,0, 0, 0, 0, 0, 0); - return (u32)((reg.Arg1 & XPS_VERSION_INFO_MASK) >> - XPS_VERSION_INFO_SHIFT); -#else - u32 reg; - reg = (Xil_In32(XPLAT_PS_VERSION_ADDRESS) - & XPS_VERSION_INFO_MASK); - return (reg >> XPS_VERSION_INFO_SHIFT); -#endif -} -#endif -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xplatform_info.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xplatform_info.h deleted file mode 100644 index b3cd2ea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xplatform_info.h +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xplatform_info.h -* -* -* @addtogroup common_platform_info APIs to Get Platform Information -* -* -* The xplatform_info.h file contains definitions for various available Xilinx® -* platforms. Also, it contains prototype of APIs, which can be used to get the -* platform information. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date    Changes
-* ----- ---- --------- -------------------------------------------------------
-* 6.4    ms   05/23/17 Added PSU_PMU macro to support XGetPSVersion_Info
-*                      function for PMUFW.
-* 7.2    adk  08/01/20 Added versal support for the XGetPSVersion_Info function.
-* 7.6    mus  08/23/21 Updated prototypes for functions which are not taking any
-*                      arguments with void keyword. This has been done to fix
-*                      compilation warnings with "-Wstrict-prototypes" flag.
-*                      It fixes CR#1108601.
-* 7.6    mus  08/30/21 Updated flag checking to fix compilation warnings
-*                      reported with "-Wundef" flag.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPLATFORM_INFO_H /* prevent circular inclusions */ -#define XPLATFORM_INFO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ -#if defined (versal) -#define XPAR_PMC_TAP_BASEADDR 0xF11A0000U -#define XPAR_PMC_TAP_VERSION_OFFSET 0x00000004U -#define XPLAT_PS_VERSION_ADDRESS (XPAR_PMC_TAP_BASEADDR + \ - XPAR_PMC_TAP_VERSION_OFFSET) -#else -#define XPAR_CSU_BASEADDR 0xFFCA0000U -#define XPAR_CSU_VER_OFFSET 0x00000044U -#define XPLAT_PS_VERSION_ADDRESS (XPAR_CSU_BASEADDR + \ - XPAR_CSU_VER_OFFSET) -#endif -#define XPLAT_ZYNQ_ULTRA_MP_SILICON 0x0 -#define XPLAT_ZYNQ_ULTRA_MP 0x1 -#define XPLAT_ZYNQ_ULTRA_MPVEL 0x2 -#define XPLAT_ZYNQ_ULTRA_MPQEMU 0x3 -#define XPLAT_ZYNQ 0x4 -#define XPLAT_MICROBLAZE 0x5 -#define XPLAT_VERSAL 0x6U - -#define XPS_VERSION_1 0x0 -#define XPS_VERSION_2 0x1 -#define XPLAT_INFO_MASK (0xF) - -#if defined (versal) -#define XPS_VERSION_INFO_MASK 0xFF00U -#define XPS_VERSION_INFO_SHIFT 0x8U -#define XPLAT_INFO_SHIFT 0x18U -#else -#define XPS_VERSION_INFO_MASK (0xF) -#define XPS_VERSION_INFO_SHIFT 0x0U -#define XPLAT_INFO_SHIFT 0xCU -#endif - -/**************************** Type Definitions *******************************/ -/** - *@endcond - */ -/***************** Macros (Inline Functions) Definitions *********************/ - - -u32 XGetPlatform_Info(void); - -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) || defined (versal) -u32 XGetPSVersion_Info(void); -#endif - -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) -u32 XGet_Zynq_UltraMp_Platform_info(void); -#endif -/************************** Function Prototypes ******************************/ - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_platform_info". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xstatus.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xstatus.h deleted file mode 100644 index 1e9e6fb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xstatus.h +++ /dev/null @@ -1,522 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xstatus.h -* -* @addtogroup common_status_codes Xilinx software status codes -* -* The xstatus.h file contains the Xilinx software status codes.These codes are -* used throughout the Xilinx device drivers. -* -* @{ -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XSTATUS_H /* prevent circular inclusions */ -#define XSTATUS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -/************************** Constant Definitions *****************************/ - -/*********************** Common statuses 0 - 500 *****************************/ -/** -@name Common Status Codes for All Device Drivers -@{ -*/ -#define XST_SUCCESS 0L -#define XST_FAILURE 1L -#define XST_DEVICE_NOT_FOUND 2L -#define XST_DEVICE_BLOCK_NOT_FOUND 3L -#define XST_INVALID_VERSION 4L -#define XST_DEVICE_IS_STARTED 5L -#define XST_DEVICE_IS_STOPPED 6L -#define XST_FIFO_ERROR 7L /*!< An error occurred during an - operation with a FIFO such as - an underrun or overrun, this - error requires the device to - be reset */ -#define XST_RESET_ERROR 8L /*!< An error occurred which requires - the device to be reset */ -#define XST_DMA_ERROR 9L /*!< A DMA error occurred, this error - typically requires the device - using the DMA to be reset */ -#define XST_NOT_POLLED 10L /*!< The device is not configured for - polled mode operation */ -#define XST_FIFO_NO_ROOM 11L /*!< A FIFO did not have room to put - the specified data into */ -#define XST_BUFFER_TOO_SMALL 12L /*!< The buffer is not large enough - to hold the expected data */ -#define XST_NO_DATA 13L /*!< There was no data available */ -#define XST_REGISTER_ERROR 14L /*!< A register did not contain the - expected value */ -#define XST_INVALID_PARAM 15L /*!< An invalid parameter was passed - into the function */ -#define XST_NOT_SGDMA 16L /*!< The device is not configured for - scatter-gather DMA operation */ -#define XST_LOOPBACK_ERROR 17L /*!< A loopback test failed */ -#define XST_NO_CALLBACK 18L /*!< A callback has not yet been - registered */ -#define XST_NO_FEATURE 19L /*!< Device is not configured with - the requested feature */ -#define XST_NOT_INTERRUPT 20L /*!< Device is not configured for - interrupt mode operation */ -#define XST_DEVICE_BUSY 21L /*!< Device is busy */ -#define XST_ERROR_COUNT_MAX 22L /*!< The error counters of a device - have maxed out */ -#define XST_IS_STARTED 23L /*!< Used when part of device is - already started i.e. - sub channel */ -#define XST_IS_STOPPED 24L /*!< Used when part of device is - already stopped i.e. - sub channel */ -#define XST_DATA_LOST 26L /*!< Driver defined error */ -#define XST_RECV_ERROR 27L /*!< Generic receive error */ -#define XST_SEND_ERROR 28L /*!< Generic transmit error */ -#define XST_NOT_ENABLED 29L /*!< A requested service is not - available because it has not - been enabled */ -#define XST_NO_ACCESS 30L /* Generic access error */ -#define XST_TIMEOUT 31L /*!< Event timeout occurred */ - -/** @} */ -/***************** Utility Component statuses 401 - 500 *********************/ -/** -@name Utility Component Status Codes 401 - 500 -@{ -*/ -#define XST_MEMTEST_FAILED 401L /*!< Memory test failed */ - -/** @} */ -/***************** Common Components statuses 501 - 1000 *********************/ -/** -@name Packet Fifo Status Codes 501 - 510 -@{ -*/ -/********************* Packet Fifo statuses 501 - 510 ************************/ - -#define XST_PFIFO_LACK_OF_DATA 501L /*!< Not enough data in FIFO */ -#define XST_PFIFO_NO_ROOM 502L /*!< Not enough room in FIFO */ -#define XST_PFIFO_BAD_REG_VALUE 503L /*!< Self test, a register value - was invalid after reset */ -#define XST_PFIFO_ERROR 504L /*!< Generic packet FIFO error */ -#define XST_PFIFO_DEADLOCK 505L /*!< Packet FIFO is reporting - * empty and full simultaneously - */ -/** @} */ -/** -@name DMA Status Codes 511 - 530 -@{ -*/ -/************************** DMA statuses 511 - 530 ***************************/ - -#define XST_DMA_TRANSFER_ERROR 511L /*!< Self test, DMA transfer - failed */ -#define XST_DMA_RESET_REGISTER_ERROR 512L /*!< Self test, a register value - was invalid after reset */ -#define XST_DMA_SG_LIST_EMPTY 513L /*!< Scatter gather list contains - no buffer descriptors ready - to be processed */ -#define XST_DMA_SG_IS_STARTED 514L /*!< Scatter gather not stopped */ -#define XST_DMA_SG_IS_STOPPED 515L /*!< Scatter gather not running */ -#define XST_DMA_SG_LIST_FULL 517L /*!< All the buffer descriptors of - the scatter gather list are - being used */ -#define XST_DMA_SG_BD_LOCKED 518L /*!< The scatter gather buffer - descriptor which is to be - copied over in the scatter - list is locked */ -#define XST_DMA_SG_NOTHING_TO_COMMIT 519L /*!< No buffer descriptors have been - put into the scatter gather - list to be committed */ -#define XST_DMA_SG_COUNT_EXCEEDED 521L /*!< The packet count threshold - specified was larger than the - total # of buffer descriptors - in the scatter gather list */ -#define XST_DMA_SG_LIST_EXISTS 522L /*!< The scatter gather list has - already been created */ -#define XST_DMA_SG_NO_LIST 523L /*!< No scatter gather list has - been created */ -#define XST_DMA_SG_BD_NOT_COMMITTED 524L /*!< The buffer descriptor which was - being started was not committed - to the list */ -#define XST_DMA_SG_NO_DATA 525L /*!< The buffer descriptor to start - has already been used by the - hardware so it can't be reused - */ -#define XST_DMA_SG_LIST_ERROR 526L /*!< General purpose list access - error */ -#define XST_DMA_BD_ERROR 527L /*!< General buffer descriptor - error */ -/** @} */ -/** -@name IPIF Status Codes Codes 531 - 550 -@{ -*/ -/************************** IPIF statuses 531 - 550 ***************************/ - -#define XST_IPIF_REG_WIDTH_ERROR 531L /*!< An invalid register width - was passed into the function */ -#define XST_IPIF_RESET_REGISTER_ERROR 532L /*!< The value of a register at - reset was not valid */ -#define XST_IPIF_DEVICE_STATUS_ERROR 533L /*!< A write to the device interrupt - status register did not read - back correctly */ -#define XST_IPIF_DEVICE_ACK_ERROR 534L /*!< The device interrupt status - register did not reset when - acked */ -#define XST_IPIF_DEVICE_ENABLE_ERROR 535L /*!< The device interrupt enable - register was not updated when - other registers changed */ -#define XST_IPIF_IP_STATUS_ERROR 536L /*!< A write to the IP interrupt - status register did not read - back correctly */ -#define XST_IPIF_IP_ACK_ERROR 537L /*!< The IP interrupt status register - did not reset when acked */ -#define XST_IPIF_IP_ENABLE_ERROR 538L /*!< IP interrupt enable register was - not updated correctly when other - registers changed */ -#define XST_IPIF_DEVICE_PENDING_ERROR 539L /*!< The device interrupt pending - register did not indicate the - expected value */ -#define XST_IPIF_DEVICE_ID_ERROR 540L /*!< The device interrupt ID register - did not indicate the expected - value */ -#define XST_IPIF_ERROR 541L /*!< Generic ipif error */ -/** @} */ - -/****************** Device specific statuses 1001 - 4095 *********************/ -/** -@name Ethernet Status Codes 1001 - 1050 -@{ -*/ -/********************* Ethernet statuses 1001 - 1050 *************************/ - -#define XST_EMAC_MEMORY_SIZE_ERROR 1001L /*!< Memory space is not big enough - * to hold the minimum number of - * buffers or descriptors */ -#define XST_EMAC_MEMORY_ALLOC_ERROR 1002L /*!< Memory allocation failed */ -#define XST_EMAC_MII_READ_ERROR 1003L /*!< MII read error */ -#define XST_EMAC_MII_BUSY 1004L /*!< An MII operation is in progress */ -#define XST_EMAC_OUT_OF_BUFFERS 1005L /*!< Driver is out of buffers */ -#define XST_EMAC_PARSE_ERROR 1006L /*!< Invalid driver init string */ -#define XST_EMAC_COLLISION_ERROR 1007L /*!< Excess deferral or late - * collision on polled send */ -/** @} */ -/** -@name UART Status Codes 1051 - 1075 -@{ -*/ -/*********************** UART statuses 1051 - 1075 ***************************/ -#define XST_UART - -#define XST_UART_INIT_ERROR 1051L -#define XST_UART_START_ERROR 1052L -#define XST_UART_CONFIG_ERROR 1053L -#define XST_UART_TEST_FAIL 1054L -#define XST_UART_BAUD_ERROR 1055L -#define XST_UART_BAUD_RANGE 1056L - -/** @} */ -/** -@name IIC Status Codes 1076 - 1100 -@{ -*/ -/************************ IIC statuses 1076 - 1100 ***************************/ - -#define XST_IIC_SELFTEST_FAILED 1076 /*!< self test failed */ -#define XST_IIC_BUS_BUSY 1077 /*!< bus found busy */ -#define XST_IIC_GENERAL_CALL_ADDRESS 1078 /*!< mastersend attempted with */ - /* general call address */ -#define XST_IIC_STAND_REG_RESET_ERROR 1079 /*!< A non parameterizable reg */ - /* value after reset not valid */ -#define XST_IIC_TX_FIFO_REG_RESET_ERROR 1080 /*!< Tx fifo included in design */ - /* value after reset not valid */ -#define XST_IIC_RX_FIFO_REG_RESET_ERROR 1081 /*!< Rx fifo included in design */ - /* value after reset not valid */ -#define XST_IIC_TBA_REG_RESET_ERROR 1082 /*!< 10 bit addr incl in design */ - /* value after reset not valid */ -#define XST_IIC_CR_READBACK_ERROR 1083 /*!< Read of the control register */ - /* didn't return value written */ -#define XST_IIC_DTR_READBACK_ERROR 1084 /*!< Read of the data Tx reg */ - /* didn't return value written */ -#define XST_IIC_DRR_READBACK_ERROR 1085 /*!< Read of the data Receive reg */ - /* didn't return value written */ -#define XST_IIC_ADR_READBACK_ERROR 1086 /*!< Read of the data Tx reg */ - /* didn't return value written */ -#define XST_IIC_TBA_READBACK_ERROR 1087 /*!< Read of the 10 bit addr reg */ - /* didn't return written value */ -#define XST_IIC_NOT_SLAVE 1088 /*!< The device isn't a slave */ -#define XST_IIC_ARB_LOST 1089 /*!< Arbitration lost for master */ -/** @} */ -/** -@name ATMC Status Codes 1101 - 1125 -@{ -*/ -/*********************** ATMC statuses 1101 - 1125 ***************************/ - -#define XST_ATMC_ERROR_COUNT_MAX 1101L /*!< the error counters in the ATM - controller hit the max value - which requires the statistics - to be cleared */ -/** @} */ -/** -@name Flash Status Codes 1126 - 1150 -@{ -*/ -/*********************** Flash statuses 1126 - 1150 **************************/ - -#define XST_FLASH_BUSY 1126L /*!< Flash is erasing or programming - */ -#define XST_FLASH_READY 1127L /*!< Flash is ready for commands */ -#define XST_FLASH_ERROR 1128L /*!< Flash had detected an internal - error. Use XFlash_DeviceControl - to retrieve device specific codes - */ -#define XST_FLASH_ERASE_SUSPENDED 1129L /*!< Flash is in suspended erase state - */ -#define XST_FLASH_WRITE_SUSPENDED 1130L /*!< Flash is in suspended write state - */ -#define XST_FLASH_PART_NOT_SUPPORTED 1131L /*!< Flash type not supported by - driver */ -#define XST_FLASH_NOT_SUPPORTED 1132L /*!< Operation not supported */ -#define XST_FLASH_TOO_MANY_REGIONS 1133L /*!< Too many erase regions */ -#define XST_FLASH_TIMEOUT_ERROR 1134L /*!< Programming or erase operation - aborted due to a timeout */ -#define XST_FLASH_ADDRESS_ERROR 1135L /*!< Accessed flash outside its - addressible range */ -#define XST_FLASH_ALIGNMENT_ERROR 1136L /*!< Write alignment error */ -#define XST_FLASH_BLOCKING_CALL_ERROR 1137L /*!< Couldn't return immediately from - write/erase function with - XFL_NON_BLOCKING_WRITE/ERASE - option cleared */ -#define XST_FLASH_CFI_QUERY_ERROR 1138L /*!< Failed to query the device */ -/** @} */ -/** -@name SPI Status Codes 1151 - 1175 -@{ -*/ -/*********************** SPI statuses 1151 - 1175 ****************************/ - -#define XST_SPI_MODE_FAULT 1151 /*!< master was selected as slave */ -#define XST_SPI_TRANSFER_DONE 1152 /*!< data transfer is complete */ -#define XST_SPI_TRANSMIT_UNDERRUN 1153 /*!< slave underruns transmit register */ -#define XST_SPI_RECEIVE_OVERRUN 1154 /*!< device overruns receive register */ -#define XST_SPI_NO_SLAVE 1155 /*!< no slave has been selected yet */ -#define XST_SPI_TOO_MANY_SLAVES 1156 /*!< more than one slave is being - * selected */ -#define XST_SPI_NOT_MASTER 1157 /*!< operation is valid only as master */ -#define XST_SPI_SLAVE_ONLY 1158 /*!< device is configured as slave-only - */ -#define XST_SPI_SLAVE_MODE_FAULT 1159 /*!< slave was selected while disabled */ -#define XST_SPI_SLAVE_MODE 1160 /*!< device has been addressed as slave */ -#define XST_SPI_RECEIVE_NOT_EMPTY 1161 /*!< device received data in slave mode */ - -#define XST_SPI_COMMAND_ERROR 1162 /*!< unrecognised command - qspi only */ -#define XST_SPI_POLL_DONE 1163 /*!< controller completed polling the - device for status */ -/** @} */ -/** -@name OPB Arbiter Status Codes 1176 - 1200 -@{ -*/ -/********************** OPB Arbiter statuses 1176 - 1200 *********************/ - -#define XST_OPBARB_INVALID_PRIORITY 1176 /*!< the priority registers have either - * one master assigned to two or more - * priorities, or one master not - * assigned to any priority - */ -#define XST_OPBARB_NOT_SUSPENDED 1177 /*!< an attempt was made to modify the - * priority levels without first - * suspending the use of priority - * levels - */ -#define XST_OPBARB_PARK_NOT_ENABLED 1178 /*!< bus parking by id was enabled but - * bus parking was not enabled - */ -#define XST_OPBARB_NOT_FIXED_PRIORITY 1179 /*!< the arbiter must be in fixed - * priority mode to allow the - * priorities to be changed - */ -/** @} */ -/** -@name INTC Status Codes 1201 - 1225 -@{ -*/ -/************************ Intc statuses 1201 - 1225 **************************/ - -#define XST_INTC_FAIL_SELFTEST 1201 /*!< self test failed */ -#define XST_INTC_CONNECT_ERROR 1202 /*!< interrupt already in use */ -/** @} */ -/** -@name TmrCtr Status Codes 1226 - 1250 -@{ -*/ -/********************** TmrCtr statuses 1226 - 1250 **************************/ - -#define XST_TMRCTR_TIMER_FAILED 1226 /*!< self test failed */ -/** @} */ -/** -@name WdtTb Status Codes 1251 - 1275 -@{ -*/ -/********************** WdtTb statuses 1251 - 1275 ***************************/ - -#define XST_WDTTB_TIMER_FAILED 1251L -/** @} */ -/** -@name PlbArb status Codes 1276 - 1300 -@{ -*/ -/********************** PlbArb statuses 1276 - 1300 **************************/ - -#define XST_PLBARB_FAIL_SELFTEST 1276L -/** @} */ -/** -@name Plb2Opb Status Codes 1301 - 1325 -@{ -*/ -/********************** Plb2Opb statuses 1301 - 1325 *************************/ - -#define XST_PLB2OPB_FAIL_SELFTEST 1301L -/** @} */ -/** -@name Opb2Plb Status 1326 - 1350 -@{ -*/ -/********************** Opb2Plb statuses 1326 - 1350 *************************/ - -#define XST_OPB2PLB_FAIL_SELFTEST 1326L -/** @} */ -/** -@name SysAce Status Codes 1351 - 1360 -@{ -*/ -/********************** SysAce statuses 1351 - 1360 **************************/ - -#define XST_SYSACE_NO_LOCK 1351L /*!< No MPU lock has been granted */ -/** @} */ -/** -@name PCI Bridge Status Codes 1361 - 1375 -@{ -*/ -/********************** PCI Bridge statuses 1361 - 1375 **********************/ - -#define XST_PCI_INVALID_ADDRESS 1361L -/** @} */ -/** -@name FlexRay Constants 1400 - 1409 -@{ -*/ -/********************** FlexRay constants 1400 - 1409 *************************/ - -#define XST_FR_TX_ERROR 1400 -#define XST_FR_TX_BUSY 1401 -#define XST_FR_BUF_LOCKED 1402 -#define XST_FR_NO_BUF 1403 -/** @} */ -/** -@name USB constants 1410 - 1420 -@{ -*/ -/****************** USB constants 1410 - 1420 *******************************/ - -#define XST_USB_ALREADY_CONFIGURED 1410 -#define XST_USB_BUF_ALIGN_ERROR 1411 -#define XST_USB_NO_DESC_AVAILABLE 1412 -#define XST_USB_BUF_TOO_BIG 1413 -#define XST_USB_NO_BUF 1414 -/** @} */ -/** -@name HWICAP constants 1421 - 1429 -@{ -*/ -/****************** HWICAP constants 1421 - 1429 *****************************/ - -#define XST_HWICAP_WRITE_DONE 1421 - -/** @} */ -/** -@name AXI VDMA constants 1430 - 1440 -@{ -*/ -/****************** AXI VDMA constants 1430 - 1440 *****************************/ - -#define XST_VDMA_MISMATCH_ERROR 1430 -/** @} */ -/** -@name NAND Flash Status Codes 1441 - 1459 -@{ -*/ -/*********************** NAND Flash statuses 1441 - 1459 *********************/ - -#define XST_NAND_BUSY 1441L /*!< Flash is erasing or - * programming - */ -#define XST_NAND_READY 1442L /*!< Flash is ready for commands - */ -#define XST_NAND_ERROR 1443L /*!< Flash had detected an - * internal error. - */ -#define XST_NAND_PART_NOT_SUPPORTED 1444L /*!< Flash type not supported by - * driver - */ -#define XST_NAND_OPT_NOT_SUPPORTED 1445L /*!< Operation not supported - */ -#define XST_NAND_TIMEOUT_ERROR 1446L /*!< Programming or erase - * operation aborted due to a - * timeout - */ -#define XST_NAND_ADDRESS_ERROR 1447L /*!< Accessed flash outside its - * addressible range - */ -#define XST_NAND_ALIGNMENT_ERROR 1448L /*!< Write alignment error - */ -#define XST_NAND_PARAM_PAGE_ERROR 1449L /*!< Failed to read parameter - * page of the device - */ -#define XST_NAND_CACHE_ERROR 1450L /*!< Flash page buffer error - */ - -#define XST_NAND_WRITE_PROTECTED 1451L /*!< Flash is write protected - */ -/** @} */ - -/**************************** Type Definitions *******************************/ - -typedef s32 XStatus; - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup common_status_codes". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/config.make b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/config.make deleted file mode 100644 index 2668199..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/config.make +++ /dev/null @@ -1,3 +0,0 @@ -LIBSOURCES = *.c *.S -PROFILE_ARCH_OBJS = profile_mcount_arm.o -LIBS = standalone_libs diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/cpputest_time.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/cpputest_time.c deleted file mode 100644 index b00e96a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/cpputest_time.c +++ /dev/null @@ -1,27 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2019 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef UNDEFINE_FILE_OPS -#include -#include "xil_types.h" -#include -struct tms* tms; -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) clock_t _times(struct tms* tms); -} -#endif - -__attribute__((weak)) clock_t _times(struct tms* tms) -{ - (void)tms; - - errno = EIO; - return (-1); -} - - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/cpu_init.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/cpu_init.S deleted file mode 100644 index 48dcec3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/cpu_init.S +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file cpu_init.S -* -* This file contains CPU specific initialization. Invoked from main CRT -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 10/20/09 Initial version
-* 3.04a sdm	01/02/12 Updated to clear cp15 regs with unknown reset values
-* 5.0   pkp	12/16/14 removed incorrect initialization of TLB lockdown
-*			 register to fix CR#830580
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - - .text - .global __cpu_init - .align 2 -__cpu_init: - -/* Clear cp15 regs with unknown reset values */ - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 /* DFSR */ - mcr p15, 0, r0, c5, c0, 1 /* IFSR */ - mcr p15, 0, r0, c6, c0, 0 /* DFAR */ - mcr p15, 0, r0, c6, c0, 2 /* IFAR */ - mcr p15, 0, r0, c9, c13, 2 /* PMXEVCNTR */ - mcr p15, 0, r0, c13, c0, 2 /* TPIDRURW */ - mcr p15, 0, r0, c13, c0, 3 /* TPIDRURO */ - -/* Reset and start Cycle Counter */ - mov r2, #0x80000000 /* clear overflow */ - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd /* D, C, E */ - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 /* enable cycle counter */ - mcr p15, 0, r2, c9, c12, 1 - - bx lr - -.end diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/errno.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/errno.c deleted file mode 100644 index 53eac10..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/errno.c +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* The errno variable is stored in the reentrancy structure. This - function returns its address for use by the macro errno defined in - errno.h. */ - -#include -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 * __errno (void); -} -#endif - -__attribute__((weak)) sint32 * -__errno (void) -{ - return &_REENT->_errno; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/fcntl.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/fcntl.c deleted file mode 100644 index 00b233a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/fcntl.c +++ /dev/null @@ -1,20 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -/* - * fcntl -- Manipulate a file descriptor. - * We don't have a filesystem, so we do nothing. - */ -__attribute__((weak)) sint32 fcntl (sint32 fd, sint32 cmd, long arg) -{ - (void)fd; - (void)cmd; - (void)arg; - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/fstat.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/fstat.c deleted file mode 100644 index 8eb4638..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/fstat.c +++ /dev/null @@ -1,24 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _fstat(s32 fd, struct stat *buf); -} -#endif -/* - * fstat -- Since we have no file system, we just return an error. - */ -__attribute__((weak)) s32 _fstat(s32 fd, struct stat *buf) -{ - (void)fd; - buf->st_mode = S_IFCHR; /* Always pretend to be a tty */ - - return (0); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/getpid.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/getpid.c deleted file mode 100644 index 20b9f3c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/getpid.c +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "xil_types.h" -/* - * getpid -- only one process, so just return 1. - */ -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _getpid(void); -} -#endif - -__attribute__((weak)) s32 getpid(void) -{ - return 1; -} - -__attribute__((weak)) s32 _getpid(void) -{ - return 1; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/inbyte.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/inbyte.c deleted file mode 100644 index 0036459..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/inbyte.c +++ /dev/null @@ -1,14 +0,0 @@ -#include "xparameters.h" -#include "xuartps_hw.h" - -#ifdef __cplusplus -extern "C" { -#endif -char inbyte(void); -#ifdef __cplusplus -} -#endif - -char inbyte(void) { - return XUartPs_RecvByte(STDIN_BASEADDRESS); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/isatty.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/isatty.c deleted file mode 100644 index f0c63a3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/isatty.c +++ /dev/null @@ -1,30 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 _isatty(sint32 fd); -} -#endif - -/* - * isatty -- returns 1 if connected to a terminal device, - * returns 0 if not. Since we're hooked up to a - * serial port, we'll say yes _AND return a 1. - */ -__attribute__((weak)) sint32 isatty(sint32 fd) -{ - (void)fd; - return (1); -} - -__attribute__((weak)) sint32 _isatty(sint32 fd) -{ - (void)fd; - return (1); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/kill.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/kill.c deleted file mode 100644 index f673ff3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/kill.c +++ /dev/null @@ -1,34 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) int _kill(pid_t pid, int sig); -} -#endif - -/* - * kill -- go out via exit... - */ - -__attribute__((weak)) int kill(pid_t pid, int sig) -{ - if(pid == 1) { - _exit(sig); - } - return 0; -} - -__attribute__((weak)) int _kill(pid_t pid, int sig) -{ - if(pid == 1) { - _exit(sig); - } - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/lseek.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/lseek.c deleted file mode 100644 index 88cb8db..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/lseek.c +++ /dev/null @@ -1,35 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) off_t _lseek(s32 fd, off_t offset, s32 whence); -} -#endif -/* - * lseek -- Since a serial port is non-seekable, we return an error. - */ -__attribute__((weak)) off_t lseek(s32 fd, off_t offset, s32 whence) -{ - (void)fd; - (void)offset; - (void)whence; - errno = ESPIPE; - return ((off_t)-1); -} - -__attribute__((weak)) off_t _lseek(s32 fd, off_t offset, s32 whence) -{ - (void)fd; - (void)offset; - (void)whence; - errno = ESPIPE; - return ((off_t)-1); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/Makefile deleted file mode 100644 index bb50751..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -############################################################################### -# Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -# The following are defined in config.make -# LIBSOURCES - Based on if MicroBlaze support Exceptions -# LIBS - Do Build Profile Libraries -include config.make - -AS=$(ASSEMBLER) -CC=$(COMPILER) -AR=$(ARCHIVER) -CP=cp -COMPILER_FLAGS=-O2 -c -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(subst -pg, , $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, , $(EXTRA_COMPILER_FLAGS)) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(filter-out $(wildcard microblaze_interrupt_handler.c), $(wildcard *.c))))) - -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.S)))) - -NON_LTO_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard microblaze_interrupt_handler.c)))) - -NON_LTO_FILES = $(wildcard microblaze_interrupt_handler.c) -INCLUDEFILES=*.h - -ECC_FLAGS_NO_FLTO1 = $(subst -flto,,$(ECC_FLAGS)) -ECC_FLAGS_NO_FLTO = $(subst -ffat-lto-objects,,$(ECC_FLAGS_NO_FLTO1)) - -libs: $(LIBS) - -standalone_libs: $(OBJECTS) $(ASSEMBLY_OBJECTS) $(NON_LTO_OBJECTS) -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(NON_LTO_OBJECTS): $(NON_LTO_FILES) - echo "DEBUG NON_LTO_OBJECTS is $(NON_LTO_OBJECTS)" - $(CC) $(CC_FLAGS) $(ECC_FLAGS_NO_FLTO) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.S - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -profile_libs: - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" AS="$(AS)" libs - -include: standalone_includes profile_includes - -standalone_includes: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - - -profile_includes: - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" AS="$(AS)" include - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf ${NON_LTO_OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" AS="$(AS)" clean diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/_exit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/_exit.c deleted file mode 100644 index 18c1e66..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/_exit.c +++ /dev/null @@ -1,20 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" -void _exit (sint32 status); - -/* _exit - Simple implementation. Does not return. -*/ -void _exit (sint32 status) -{ - (void) status; - while (1) - { - ; - } -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/errno.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/errno.c deleted file mode 100644 index 5d13db7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/errno.c +++ /dev/null @@ -1,19 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/* The errno variable is stored in the reentrancy structure. This - function returns its address for use by the macro errno defined in - errno.h. */ - -#include -#include -#include "xil_types.h" -sint32 * __errno (void); - -sint32 * -__errno (void) -{ - return &_REENT->_errno; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/fcntl.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/fcntl.c deleted file mode 100644 index 5f39620..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/fcntl.c +++ /dev/null @@ -1,20 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include -#include "xil_types.h" -sint32 fcntl (sint32 fd, sint32 cmd, sint32 arg); - -/* - * fcntl -- Manipulate a file descriptor. - * We don't have a filesystem, so we do nothing. - */ -sint32 fcntl (sint32 fd, sint32 cmd, sint32 arg) -{ - (void) fd; - (void) cmd; - (void) arg; - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/fsl.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/fsl.h deleted file mode 100644 index 12fa312..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/fsl.h +++ /dev/null @@ -1,125 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef FSL_H -#define FSL_H -/*****************************************************************************/ -/** -* -* @file fsl.h -* -* @addtogroup microblaze_fsl_macro MicroBlaze Processor FSL Macros -* -* Microblaze BSP includes macros to provide convenient access to accelerators -* connected to the MicroBlaze Fast Simplex Link (FSL) Interfaces.To use these functions, -* include the header file fsl.h in your source code -* -* @{ -* -******************************************************************************/ -#include "mb_interface.h" /* Legacy reasons. We just have to include this guy who defines the FSL stuff */ - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ -/* Extended FSL macros. These now replace all of the previous FSL macros */ -#define FSL_DEFAULT -#define FSL_NONBLOCKING n -#define FSL_EXCEPTION e -#define FSL_CONTROL c -#define FSL_ATOMIC a - -#define FSL_NONBLOCKING_EXCEPTION ne -#define FSL_NONBLOCKING_CONTROL nc -#define FSL_NONBLOCKING_ATOMIC na -#define FSL_EXCEPTION_CONTROL ec -#define FSL_EXCEPTION_ATOMIC ea -#define FSL_CONTROL_ATOMIC ca - -#define FSL_NONBLOCKING_EXCEPTION_CONTROL nec -#define FSL_NONBLOCKING_EXCEPTION_ATOMIC nea -#define FSL_NONBLOCKING_CONTROL_ATOMIC nca -#define FSL_EXCEPTION_CONTROL_ATOMIC eca - -#define FSL_NONBLOCKING_EXCEPTION_CONTROL_ATOMIC neca - - /** - *@endcond - */ - -/** -Performs a get function on an input FSL of the MicroBlaze processor -@param val variable to sink data from get function -@param id literal in the range of 0 to 7 (0 to 15 for MicroBlaze v7.00.a and later) -@param flags valid FSL macro flags -*/ -#define getfslx(val, id, flags) asm volatile (stringify(flags) "get\t%0,rfsl" stringify(id) : "=d" (val)) - -/** -Performs a put function on an input FSL of the MicroBlaze processor -@param val variable to source data to put function -@param id literal in the range of 0 to 7 (0 to 15 for MicroBlaze v7.00.a and later) -@param flags valid FSL macro flags -*/ -#define putfslx(val, id, flags) asm volatile (stringify(flags) "put\t%0,rfsl" stringify(id) :: "d" (val)) - -/** -Performs a test get function on an input FSL of the MicroBlaze processor -@param val variable to sink data from get function -@param id literal in the range of 0 to 7 (0 to 15 for MicroBlaze v7.00.a and later) -@param flags valid FSL macro flags -*/ -#define tgetfslx(val, id, flags) asm volatile ("t" stringify(flags) "get\t%0,rfsl" stringify(id) : "=d" (val)) - -/** -Performs a put function on an input FSL of the MicroBlaze processor -@param id FSL identifier -@param flags valid FSL macro flags -*/ -#define tputfslx(id, flags) asm volatile ("t" stringify(flags) "put\trfsl" stringify(id)) - -/** -Performs a getd function on an input FSL of the MicroBlaze processor -@param val variable to sink data from getd function -@param var literal in the range of 0 to 7 (0 to 15 for MicroBlaze v7.00.a and later) -@param flags valid FSL macro flags -*/ -#define getdfslx(val, var, flags) asm volatile (stringify(flags) "getd\t%0,%1" : "=d" (val) : "d" (var)) - -/** -Performs a putd function on an input FSL of the MicroBlaze processor -@param val variable to source data to putd function -@param var literal in the range of 0 to 7 (0 to 15 for MicroBlaze v7.00.a and later) -@param flags valid FSL macro flags -*/ -#define putdfslx(val, var, flags) asm volatile (stringify(flags) "putd\t%0,%1" :: "d" (val), "d" (var)) - -/** -Performs a test getd function on an input FSL of the MicroBlaze processor; -@param val variable to sink data from getd function -@param var literal in the range of 0 to 7 (0 to 15 for MicroBlaze v7.00.a and later) -@param flags valid FSL macro flags -*/ -#define tgetdfslx(val, var, flags) asm volatile ("t" stringify(flags) "getd\t%0,%1" : "=d" (val) : "d" (var)) - -/** -Performs a put function on an input FSL of the MicroBlaze processor -@param var FSL identifier -@param flags valid FSL macro flags -*/ -#define tputdfslx(var, flags) asm volatile ("t" stringify(flags) "putd\t%0" :: "d" (var)) - - -#ifdef __cplusplus -} -#endif -#endif /* FSL_H */ -/** -* @} End of "addtogroup microblaze_fsl_macro". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/hw_exception_handler.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/hw_exception_handler.S deleted file mode 100644 index 47ddf9b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/hw_exception_handler.S +++ /dev/null @@ -1,712 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** - * Microblaze HW Exception Handler - * - Non self-modifying exception handler for the following exception conditions - * - Unalignment - * - Instruction bus error - * - Data bus error - * - Illegal instruction opcode - * - Divide-by-zero - * - Stack protection violation - *******************************************************************************/ - -#include "microblaze_exceptions_g.h" -#include "xparameters.h" -#include "microblaze_instructions.h" - -/* 64-bit definitions */ -#if defined (__arch64__) -#define INTPTR_DATAITEM .quad -#define REGSIZE 8 -#define DATAALIGN 4 -#else -#define INTPTR_DATAITEM .long -#define REGSIZE 4 -#define DATAALIGN 2 -#endif /* 64-bit definitions */ - -/* Helpful Macros */ -#define EX_HANDLER_STACK_SIZ (REGSIZE*21) -#define RMSR_OFFSET (20 * REGSIZE) -#define R17_OFFSET (0) -#define REG_OFFSET(regnum) (REGSIZE * (regnum + 1)) -#define NUM_TO_REG(num) r ## num - -#define R3_TO_STACK(regnum) SI r3, r1, REG_OFFSET(regnum) -#define R3_FROM_STACK(regnum) LI r3, r1, REG_OFFSET(regnum) - -#define PUSH_REG(regnum) SI NUM_TO_REG(regnum), r1, REG_OFFSET(regnum) -#define POP_REG(regnum) LI NUM_TO_REG(regnum), r1, REG_OFFSET(regnum) - -/* Uses r5 */ -#define PUSH_MSR \ - mfs r5, rmsr; \ - swi r5, r1, RMSR_OFFSET; - -#define PUSH_MSR_AND_ENABLE_EXC \ - mfs r5, rmsr; \ - swi r5, r1, RMSR_OFFSET; \ - ori r5, r5, 0x100; /* Turn ON the EE bit*/ \ - mts rmsr, r5; - -/* Uses r5 */ -#define POP_MSR \ - lwi r5, r1, RMSR_OFFSET; \ - mts rmsr, r5; - -/* Push r17 */ -#define PUSH_R17 SI r17, r1, R17_OFFSET -/* Pop r17 */ -#define POP_R17 LI r17, r1, R17_OFFSET - -#define LWREG_NOP \ - BRI ex_handler_unhandled; \ - nop; - -#define SWREG_NOP \ - BRI ex_handler_unhandled; \ - nop; - -/* r3 is the source */ -#define R3_TO_LWREG_V(regnum) \ - R3_TO_STACK (regnum); \ - BRI ex_handler_done; - -/* r3 is the source */ -#define R3_TO_LWREG(regnum) \ - OR NUM_TO_REG (regnum), r0, r3; \ - BRI ex_handler_done; - -/* r3 is the target */ -#define SWREG_TO_R3_V(regnum) \ - R3_FROM_STACK (regnum); \ - BRI ex_sw_tail; - -/* r3 is the target */ -#define SWREG_TO_R3(regnum) \ - OR r3, r0, NUM_TO_REG (regnum); \ - BRI ex_sw_tail; - -/* regnum is the source */ -#define FP_EX_OPB_SAVE(regnum) \ - SI NUM_TO_REG (regnum), r0, mb_fpex_op_b; \ - nop; \ - BRI handle_fp_ex_opa; - -/* regnum is the source */ -#define FP_EX_OPB_SAVE_V(regnum) \ - R3_FROM_STACK (regnum); \ - SI r3, r0, mb_fpex_op_b; \ - BRI handle_fp_ex_opa; - -/* regnum is the source */ -#define FP_EX_OPA_SAVE(regnum) \ - SI NUM_TO_REG (regnum), r0, mb_fpex_op_a; \ - nop; \ - BRI handle_fp_ex_done; - -/* regnum is the source */ -#define FP_EX_OPA_SAVE_V(regnum) \ - R3_FROM_STACK (regnum); \ - SI r3, r0, mb_fpex_op_a; \ - BRI handle_fp_ex_done; - -#define FP_EX_UNHANDLED \ - BRI fp_ex_unhandled; \ - nop; \ - nop; - -/* ESR masks */ -#define ESR_EXC_MASK 0x0000001F -#define ESR_REG_MASK 0x000003E0 -#define ESR_LW_SW_MASK 0x00000400 -#define ESR_WORD_MASK 0x00000800 -#define ESR_DS_MASK 0x00001000 -#define ESR_LONG_MASK 0x00002000 - -/* Extern declarations */ -.extern XNullHandler - - -#ifdef MICROBLAZE_EXCEPTIONS_ENABLED /* If exceptions are enabled in the processor */ - -/* - * hw_exception_handler - Handler for unaligned exceptions - * Exception handler notes: - * - Does not handle exceptions other than unaligned exceptions - * - Does not handle exceptions during load into r17, r1, r0. - * - Does not handle exceptions during store from r17 (cannot be done) and r1 (slows down common case) - * - * Relevant register structures - * - * EAR - |----|----|----|----|----|----|----|----| - * - < ## 32 or 64 bit faulting address ## > - * - * ESR - |----|----|----|----|----| - | - |-----|-----| - * - W S REG EXC - * - * - * STACK FRAME STRUCTURE - * --------------------- - * - * +-------------+ + 0 - * | r17 | - * +-------------+ + 4 (32-bit) + 8 (64-bit) - * | Args for | - * | next func | - * +-------------+ + 8 (32-bit) + 16 (64-bit) - * | r1 | - * | . | - * | . | - * | . | - * | . | - * | r18 | - * +-------------+ + 80 (32-bit) + 160 (64-bit) - * | MSR | - * +-------------+ + 84 (32-bit) + 168 (64-bit) - * | . | - * | . | - */ - - -.global _hw_exception_handler -.section .text -.align 2 -.ent _hw_exception_handler -.type _hw_exception_handler, @function -_hw_exception_handler: - -#if defined(XPAR_MICROBLAZE_USE_STACK_PROTECTION) && (XPAR_MICROBLAZE_USE_STACK_PROTECTION == 1) - /* Immediately halt for stack protection violation exception without using any stack */ - SI r3, r0, mb_sp_save_r3; /* Save temporary register */ - mfs r3, resr; /* Extract ESR[DS] */ - andi r3, r3, ESR_EXC_MASK; - xori r3, r3, 0x7; /* Check for stack protection violation */ - BNEI r3, ex_handler_not_sp_violation; -ex_handler_sp_violation: - bri 0; /* Halt here if stack protection violation */ -ex_handler_not_sp_violation: - LI r3, r0, mb_sp_save_r3; /* Restore temporary register */ -#endif /* defined(XPAR_MICROBLAZE_USE_STACK_PROTECTION) && (XPAR_MICROBLAZE_USE_STACK_PROTECTION == 1) */ - - ADDIK r1, r1, -(EX_HANDLER_STACK_SIZ); /* Create stack frame */ - PUSH_REG(3); - PUSH_REG(4); - PUSH_REG(5); - PUSH_REG(6); -#ifdef MICROBLAZE_CAN_HANDLE_EXCEPTIONS_IN_DELAY_SLOTS - mfs r6, resr; - andi r6, r6, ESR_DS_MASK; - BEQI r6, ex_handler_no_ds; - mfs r17, rbtr; -ex_handler_no_ds: -#endif - PUSH_R17; - PUSH_MSR_AND_ENABLE_EXC; /* Exceptions enabled here. This will allow nested exceptions */ - - mfs r3, resr; - andi r5, r3, ESR_EXC_MASK; /* Extract ESR[EXC] */ -#ifndef NO_UNALIGNED_EXCEPTIONS - xori r6, r5, 1; /* 00001 = Unaligned Exception */ - BNEI r6, handle_ex_regular; - - ADDIK r4, r0, MB_ExceptionVectorTable; /* Check if user has registered an unaligned exception handler */ -#if defined (__arch64__) - LI r4, r4, 16; -#else - LI r4, r4, 8; -#endif - ADDIK r6, r0, XNullHandler; /* If exceptionvectortable entry is still XNullHandler, use */ - XOR r6, r4, r6; /* the default exception handler */ - BEQI r6, handle_unaligned_ex ; - -handle_ex_regular: -#endif /* ! NO_UNALIGNED_EXCEPTIONS */ - -#if defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) - xori r6, r5, 6; /* 00110 = FPU exception */ - BEQI r6, handle_fp_ex; /* Go and decode the FP exception */ -#endif /* defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) */ - -handle_other_ex: /* Handle Other exceptions here */ - ori r6, r0, 20; - cmp r6, r5, r6; /* >= 20 are exceptions we do not handle. */ - BLEI r6, ex_handler_unhandled; - - ori r6, r0, 7; - cmp r6, r5, r6; /* Convert MMU exception indices into an ordinal of 7 */ - BGTI r6, handle_other_ex_tail; - ori r5, r0, 0x7; - -handle_other_ex_tail: - PUSH_REG(7); /* Save other volatiles before we make procedure calls below */ - PUSH_REG(8); - PUSH_REG(9); - PUSH_REG(10); - PUSH_REG(11); - PUSH_REG(12); - PUSH_REG(15); - PUSH_REG(18); - - ADDIK r4, r0, MB_ExceptionVectorTable; /* Load the Exception vector table base address */ - ADDK r7, r5, r5; /* Calculate exception vector offset = r5 * 8 (32-bit) */ - ADDK r7, r7, r7; - ADDK r7, r7, r7; -#if defined (__arch64__) - ADDK r7, r7, r7; /* or r5 * 16 (64-bit) */ -#endif - ADDK r7, r7, r4; /* Get pointer to exception vector */ - LI r5, r7, REGSIZE; /* Load argument to exception handler from table */ - LOAD r7, r7, r0; /* Load vector itself here */ - - brald r15, r7; /* Branch to handler */ - nop; - - POP_REG(7); /* Restore other volatiles */ - POP_REG(8); - POP_REG(9); - POP_REG(10); - POP_REG(11); - POP_REG(12); - POP_REG(15); - POP_REG(18); - - BRI ex_handler_done; /* Complete exception handling */ - -#ifndef NO_UNALIGNED_EXCEPTIONS -handle_unaligned_ex: - andi r6, r3, ESR_REG_MASK; /* Mask and extract the register operand */ - srl r6, r6; /* r6 >> 5 */ - srl r6, r6; - srl r6, r6; - srl r6, r6; - srl r6, r6; - sbi r6, r0, ex_reg_op; /* Store the register operand in a temporary location */ - mfs r4, rear; - andi r6, r3, ESR_LW_SW_MASK; /* Extract ESR[S] */ - BNEI r6, ex_sw; -#if defined (__arch64__) -ex_ll: - andi r6, r3, ESR_LONG_MASK; /* Extract ESR[L] */ - BEQI r6, ex_lw; - lbui r5, r4, 0; /* Exception address in r4 */ - sbi r5, r0, ex_tmp_data_loc_0; /* Load a long, byte-by-byte from destination address and save it in tmp space */ - lbui r5, r4, 1; - sbi r5, r0, ex_tmp_data_loc_1; - lbui r5, r4, 2; - sbi r5, r0, ex_tmp_data_loc_2; - lbui r5, r4, 3; - sbi r5, r0, ex_tmp_data_loc_3; - lbui r5, r4, 4; - sbi r5, r0, ex_tmp_data_loc_4; - lbui r5, r4, 5; - sbi r5, r0, ex_tmp_data_loc_5; - lbui r5, r4, 6; - sbi r5, r0, ex_tmp_data_loc_6; - lbui r5, r4, 7; - sbi r5, r0, ex_tmp_data_loc_7; - lli r3, r0, ex_tmp_data_loc_0; /* Get the destination register value into r3 */ - BRI ex_lw_tail; -#endif -ex_lw: - andi r6, r3, ESR_WORD_MASK; /* Extract ESR[W] */ - BEQI r6, ex_lhw; - lbui r5, r4, 0; /* Exception address in r4 */ - sbi r5, r0, ex_tmp_data_loc_0; /* Load a word, byte-by-byte from destination address and save it in tmp space */ - lbui r5, r4, 1; - sbi r5, r0, ex_tmp_data_loc_1; - lbui r5, r4, 2; - sbi r5, r0, ex_tmp_data_loc_2; - lbui r5, r4, 3; - sbi r5, r0, ex_tmp_data_loc_3; - lwi r3, r0, ex_tmp_data_loc_0; /* Get the destination register value into r3 */ - BRI ex_lw_tail; -ex_lhw: - lbui r5, r4, 0; /* Exception address in r4 */ - sbi r5, r0, ex_tmp_data_loc_0; /* Load a half-word, byte-by-byte from destination address and save it in tmp space */ - lbui r5, r4, 1; - sbi r5, r0, ex_tmp_data_loc_1; - lhui r3, r0, ex_tmp_data_loc_0; /* Get the destination register value into r3 */ -ex_lw_tail: - lbui r5, r0, ex_reg_op; /* Get the destination register number into r5 */ - ADDIK r6, r0, lw_table; /* Form load_word jump table offset (lw_table + (8 * regnum)) */ - ADDK r5, r5, r5; - ADDK r5, r5, r5; - ADDK r5, r5, r5; - ADDK r5, r5, r6; - bra r5; -ex_lw_end: /* Exception handling of load word, ends */ -ex_sw: - lbui r5, r0, ex_reg_op; /* Get the destination register number into r5 */ - ADDIK r6, r0, sw_table; /* Form store_word jump table offset (sw_table + (8 * regnum)) */ - ADDK r5, r5, r5; - ADDK r5, r5, r5; - ADDK r5, r5, r5; - ADDK r5, r5, r6; - bra r5; -ex_sw_tail: -#if defined (__arch64__) -ex_sl: - mfs r6, resr; - andi r6, r6, ESR_LONG_MASK; /* Extract ESR[L] */ - BEQI r6, ex_not_sl; - sli r3, r0, ex_tmp_data_loc_0; - lbui r3, r0, ex_tmp_data_loc_0; /* Store the long, byte-by-byte into destination address */ - sbi r3, r4, 0; - lbui r3, r0, ex_tmp_data_loc_1; - sbi r3, r4, 1; - lbui r3, r0, ex_tmp_data_loc_2; - sbi r3, r4, 2; - lbui r3, r0, ex_tmp_data_loc_3; - sbi r3, r4, 3; - lbui r3, r0, ex_tmp_data_loc_4; - sbi r3, r4, 4; - lbui r3, r0, ex_tmp_data_loc_5; - sbi r3, r4, 5; - lbui r3, r0, ex_tmp_data_loc_6; - sbi r3, r4, 6; - lbui r3, r0, ex_tmp_data_loc_7; - sbi r3, r4, 7; - BRI ex_handler_done; -ex_not_sl: -#endif - mfs r6, resr; - andi r6, r6, ESR_WORD_MASK; /* Extract ESR[W] */ - BEQI r6, ex_shw; - swi r3, r0, ex_tmp_data_loc_0; - lbui r3, r0, ex_tmp_data_loc_0; /* Store the word, byte-by-byte into destination address */ - sbi r3, r4, 0; - lbui r3, r0, ex_tmp_data_loc_1; - sbi r3, r4, 1; - lbui r3, r0, ex_tmp_data_loc_2; - sbi r3, r4, 2; - lbui r3, r0, ex_tmp_data_loc_3; - sbi r3, r4, 3; - BRI ex_handler_done; -ex_shw: - swi r3, r0, ex_tmp_data_loc_0; /* Store the lower half-word, byte-by-byte into destination address */ - -#ifdef __LITTLE_ENDIAN__ - lbui r3, r0, ex_tmp_data_loc_0; -#else - lbui r3, r0, ex_tmp_data_loc_2; -#endif - sbi r3, r4, 0; -#ifdef __LITTLE_ENDIAN__ - lbui r3, r0, ex_tmp_data_loc_1; -#else - lbui r3, r0, ex_tmp_data_loc_3; -#endif - sbi r3, r4, 1; -ex_sw_end: /* Exception handling of store word, ends. */ - BRI ex_handler_done; -#endif /* !NO_UNALIGNED_EXCEPTIONS */ - -#if defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) -handle_fp_ex: - ADDIK r3, r17, -4; /* r17 contains (addr of exception causing FP instruction + 4) */ - lw r4, r0, r3; /* We might find ourselves in a spot here. Unguaranteed load */ - -handle_fp_ex_opb: - ADDIK r6, r0, fp_table_opb; /* Decode opB and store its value in mb_fpex_op_b */ - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - andi r3, r4, 0x1F; - ADDK r3, r3, r3; /* Calculate (fp_table_opb + (regno * 12)) in r5 */ - ADDK r3, r3, r3; - ADDK r5, r3, r3; - ADDK r5, r5, r3; - ADDK r5, r5, r6; - bra r5; - -handle_fp_ex_opa: - ADDIK r6, r0, fp_table_opa; /* Decode opA and store its value in mb_fpex_op_a */ - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - andi r3, r4, 0x1F; - ADDK r3, r3, r3; /* Calculate (fp_table_opb + (regno * 12)) in r5 */ - ADDK r3, r3, r3; - ADDK r5, r3, r3; - ADDK r5, r5, r3; - ADDK r5, r5, r6; - bra r5; - -handle_fp_ex_done: - ori r5, r0, 6; /* Set exception number back to 6 */ - BRI handle_other_ex_tail; - -fp_ex_unhandled: - bri 0; -#endif /* defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) */ - -ex_handler_done: - POP_R17; - POP_MSR; - POP_REG(3); - POP_REG(4); - POP_REG(5); - POP_REG(6); - - ADDIK r1, r1, (EX_HANDLER_STACK_SIZ); /* Restore stack frame */ - rted r17, 0 - nop - -ex_handler_unhandled: - bri 0 /* UNHANDLED. TRAP HERE */ -.end _hw_exception_handler - -#ifndef NO_UNALIGNED_EXCEPTIONS - -/* - * hw_exception_handler Jump Table - * - Contains code snippets for each register that caused the unaligned exception. - * - Hence exception handler is NOT self-modifying - * - Separate table for load exceptions and store exceptions. - * - Each table is of size: (8 * 32) = 256 bytes - */ - -.section .text -.align 4 -lw_table: -lw_r0: R3_TO_LWREG (0); -lw_r1: LWREG_NOP; -lw_r2: R3_TO_LWREG (2); -lw_r3: R3_TO_LWREG_V (3); -lw_r4: R3_TO_LWREG_V (4); -lw_r5: R3_TO_LWREG_V (5); -lw_r6: R3_TO_LWREG_V (6); -lw_r7: R3_TO_LWREG (7); -lw_r8: R3_TO_LWREG (8); -lw_r9: R3_TO_LWREG (9); -lw_r10: R3_TO_LWREG (10); -lw_r11: R3_TO_LWREG (11); -lw_r12: R3_TO_LWREG (12); -lw_r13: R3_TO_LWREG (13); -lw_r14: R3_TO_LWREG (14); -lw_r15: R3_TO_LWREG (15); -lw_r16: R3_TO_LWREG (16); -lw_r17: LWREG_NOP; -lw_r18: R3_TO_LWREG (18); -lw_r19: R3_TO_LWREG (19); -lw_r20: R3_TO_LWREG (20); -lw_r21: R3_TO_LWREG (21); -lw_r22: R3_TO_LWREG (22); -lw_r23: R3_TO_LWREG (23); -lw_r24: R3_TO_LWREG (24); -lw_r25: R3_TO_LWREG (25); -lw_r26: R3_TO_LWREG (26); -lw_r27: R3_TO_LWREG (27); -lw_r28: R3_TO_LWREG (28); -lw_r29: R3_TO_LWREG (29); -lw_r30: R3_TO_LWREG (30); -lw_r31: R3_TO_LWREG (31); - -sw_table: -sw_r0: SWREG_TO_R3 (0); -sw_r1: SWREG_NOP; -sw_r2: SWREG_TO_R3 (2); -sw_r3: SWREG_TO_R3_V (3); -sw_r4: SWREG_TO_R3_V (4); -sw_r5: SWREG_TO_R3_V (5); -sw_r6: SWREG_TO_R3_V (6); -sw_r7: SWREG_TO_R3 (7); -sw_r8: SWREG_TO_R3 (8); -sw_r9: SWREG_TO_R3 (9); -sw_r10: SWREG_TO_R3 (10); -sw_r11: SWREG_TO_R3 (11); -sw_r12: SWREG_TO_R3 (12); -sw_r13: SWREG_TO_R3 (13); -sw_r14: SWREG_TO_R3 (14); -sw_r15: SWREG_TO_R3 (15); -sw_r16: SWREG_TO_R3 (16); -sw_r17: SWREG_NOP; -sw_r18: SWREG_TO_R3 (18); -sw_r19: SWREG_TO_R3 (19); -sw_r20: SWREG_TO_R3 (20); -sw_r21: SWREG_TO_R3 (21); -sw_r22: SWREG_TO_R3 (22); -sw_r23: SWREG_TO_R3 (23); -sw_r24: SWREG_TO_R3 (24); -sw_r25: SWREG_TO_R3 (25); -sw_r26: SWREG_TO_R3 (26); -sw_r27: SWREG_TO_R3 (27); -sw_r28: SWREG_TO_R3 (28); -sw_r29: SWREG_TO_R3 (29); -sw_r30: SWREG_TO_R3 (30); -sw_r31: SWREG_TO_R3 (31); - -/* Temporary data structures used in the handler */ -.section .data -.align DATAALIGN -ex_tmp_data_loc_0: - .byte 0 -ex_tmp_data_loc_1: - .byte 0 -ex_tmp_data_loc_2: - .byte 0 -ex_tmp_data_loc_3: - .byte 0 -#if defined (__arch64__) -ex_tmp_data_loc_4: - .byte 0 -ex_tmp_data_loc_5: - .byte 0 -ex_tmp_data_loc_6: - .byte 0 -ex_tmp_data_loc_7: - .byte 0 -#endif -ex_reg_op: - .byte 0 - -#endif /* ! NO_UNALIGNED_EXCEPTIONS */ - -#if defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) -/* - * FP exception decode jump table. - * - Contains code snippets for each register that could have been a source operand for an excepting FP instruction - * - Hence exception handler is NOT self-modifying - * - Separate table for opA and opB - * - Each table is of size: (12 * 32) = 384 bytes - */ - -.section .text -.align 4 -fp_table_opa: -opa_r0: FP_EX_OPA_SAVE (0); -opa_r1: FP_EX_UNHANDLED; -opa_r2: FP_EX_OPA_SAVE (2); -opa_r3: FP_EX_OPA_SAVE_V (3); -opa_r4: FP_EX_OPA_SAVE_V (4); -opa_r5: FP_EX_OPA_SAVE_V (5); -opa_r6: FP_EX_OPA_SAVE_V (6); -opa_r7: FP_EX_OPA_SAVE (7); -opa_r8: FP_EX_OPA_SAVE (8); -opa_r9: FP_EX_OPA_SAVE (9); -opa_r10: FP_EX_OPA_SAVE (10); -opa_r11: FP_EX_OPA_SAVE (11); -opa_r12: FP_EX_OPA_SAVE (12); -opa_r13: FP_EX_OPA_SAVE (13); -opa_r14: FP_EX_UNHANDLED; -opa_r15: FP_EX_UNHANDLED; -opa_r16: FP_EX_UNHANDLED; -opa_r17: FP_EX_UNHANDLED; -opa_r18: FP_EX_OPA_SAVE (18); -opa_r19: FP_EX_OPA_SAVE (19); -opa_r20: FP_EX_OPA_SAVE (20); -opa_r21: FP_EX_OPA_SAVE (21); -opa_r22: FP_EX_OPA_SAVE (22); -opa_r23: FP_EX_OPA_SAVE (23); -opa_r24: FP_EX_OPA_SAVE (24); -opa_r25: FP_EX_OPA_SAVE (25); -opa_r26: FP_EX_OPA_SAVE (26); -opa_r27: FP_EX_OPA_SAVE (27); -opa_r28: FP_EX_OPA_SAVE (28); -opa_r29: FP_EX_OPA_SAVE (29); -opa_r30: FP_EX_OPA_SAVE (30); -opa_r31: FP_EX_OPA_SAVE (31); - -fp_table_opb: -opb_r0: FP_EX_OPB_SAVE (0); -opb_r1: FP_EX_UNHANDLED; -opb_r2: FP_EX_OPB_SAVE (2); -opb_r3: FP_EX_OPB_SAVE_V (3); -opb_r4: FP_EX_OPB_SAVE_V (4); -opb_r5: FP_EX_OPB_SAVE_V (5); -opb_r6: FP_EX_OPB_SAVE_V (6); -opb_r7: FP_EX_OPB_SAVE (7); -opb_r8: FP_EX_OPB_SAVE (8); -opb_r9: FP_EX_OPB_SAVE (9); -opb_r10: FP_EX_OPB_SAVE (10); -opb_r11: FP_EX_OPB_SAVE (11); -opb_r12: FP_EX_OPB_SAVE (12); -opb_r13: FP_EX_OPB_SAVE (13); -opb_r14: FP_EX_UNHANDLED; -opb_r15: FP_EX_UNHANDLED; -opb_r16: FP_EX_UNHANDLED; -opb_r17: FP_EX_UNHANDLED; -opb_r18: FP_EX_OPB_SAVE (18); -opb_r19: FP_EX_OPB_SAVE (19); -opb_r20: FP_EX_OPB_SAVE (20); -opb_r21: FP_EX_OPB_SAVE (21); -opb_r22: FP_EX_OPB_SAVE (22); -opb_r23: FP_EX_OPB_SAVE (23); -opb_r24: FP_EX_OPB_SAVE (24); -opb_r25: FP_EX_OPB_SAVE (25); -opb_r26: FP_EX_OPB_SAVE (26); -opb_r27: FP_EX_OPB_SAVE (27); -opb_r28: FP_EX_OPB_SAVE (28); -opb_r29: FP_EX_OPB_SAVE (29); -opb_r30: FP_EX_OPB_SAVE (30); -opb_r31: FP_EX_OPB_SAVE (31); - -#endif /* defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) */ - -#if defined(MICROBLAZE_FP_EXCEPTION_ENABLED) && defined(MICROBLAZE_FP_EXCEPTION_DECODE) -/* This is where we store the opA and opB of the last excepting FP instruction */ -.section .data -.align DATAALIGN -.global mb_fpex_op_a -.global mb_fpex_op_b -mb_fpex_op_a: - INTPTR_DATAITEM 0 -mb_fpex_op_b: - INTPTR_DATAITEM 0 -#endif /* defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) */ - -#if defined(XPAR_MICROBLAZE_USE_STACK_PROTECTION) && (XPAR_MICROBLAZE_USE_STACK_PROTECTION == 1) -/* This is where we store the register used to check which exception occurred */ - .section .data - .align DATAALIGN -mb_sp_save_r3: - INTPTR_DATAITEM 0 -#endif /* defined(XPAR_MICROBLAZE_USE_STACK_PROTECTION) && (XPAR_MICROBLAZE_USE_STACK_PROTECTION == 1) */ - -/* The exception vector table */ -.section .data -.align DATAALIGN -.global MB_ExceptionVectorTable -MB_ExceptionVectorTable: - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 0 /* -- FSL Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 1 /* -- Unaligned Access Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 2 /* -- Illegal Opcode Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 3 /* -- Instruction Bus Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 4 /* -- Data Bus Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 5 /* -- Div-by-0 Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 6 /* -- FPU Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 7 /* -- MMU Exceptions -- */ - -#else /* Dummy exception handler, in case exceptions are not present in the processor */ - -.global _hw_exception_handler -.section .text -.align 2 -.ent _hw_exception_handler -_hw_exception_handler: - bri 0; -.end _hw_exception_handler - -#endif /* MICROBLAZE_EXCEPTIONS_ENABLED */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/mb_interface.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/mb_interface.h deleted file mode 100644 index dcdb877..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/mb_interface.h +++ /dev/null @@ -1,459 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file mb_interface.h -* -* @addtogroup microblaze_pseudo_asm_macro Microblaze Pseudo-asm Macros and Interrupt Handling APIs -* -* Microblaze BSP includes macros to provide convenient access to various registers -* in the MicroBlaze processor. Some of these macros are very useful within -* exception handlers for retrieving information about the exception.Also, -* the interrupt handling functions help manage interrupt handling on MicroBlaze -* processor devices.To use these functions, include the header file -* mb_interface.h in your source code -* -* @{ -* -******************************************************************************/ -/** - *@cond nocomments - */ - -#ifndef _MICROBLAZE_INTERFACE_H_ -#define _MICROBLAZE_INTERFACE_H_ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_exception.h" - -#ifdef __cplusplus -extern "C" { -#endif -extern void microblaze_enable_interrupts(void); /* Enable Interrupts */ -extern void microblaze_disable_interrupts(void); /* Disable Interrupts */ -extern void microblaze_enable_icache(void); /* Enable Instruction Cache */ -extern void microblaze_disable_icache(void); /* Disable Instruction Cache */ -extern void microblaze_enable_dcache(void); /* Enable Instruction Cache */ -extern void microblaze_disable_dcache(void); /* Disable Instruction Cache */ -extern void microblaze_enable_exceptions(void); /* Enable hardware exceptions */ -extern void microblaze_disable_exceptions(void); /* Disable hardware exceptions */ - -/** - *@endcond - */ -extern void microblaze_register_handler(XInterruptHandler Handler, void *DataPtr); /* Register top level interrupt handler */ -extern void microblaze_register_exception_handler(u32 ExceptionId, Xil_ExceptionHandler Handler, void *DataPtr); /* Register exception handler */ - -/** - *@cond nocomments - */ -extern void microblaze_invalidate_icache(void); /* Invalidate the entire icache */ -extern void microblaze_invalidate_dcache(void); /* Invalidate the entire dcache */ -extern void microblaze_flush_dcache(void); /* Flush the whole dcache */ -extern void microblaze_invalidate_icache_range(UINTPTR cacheaddr, u32 len); /* Invalidate a part of the icache */ -extern void microblaze_invalidate_dcache_range(UINTPTR cacheaddr, u32 len); /* Invalidate a part of the dcache */ -extern void microblaze_flush_dcache_range(UINTPTR cacheaddr, u32 len); /* Flush a part of the dcache */ -extern void microblaze_scrub(void); /* Scrub LMB and internal BRAM */ -extern void microblaze_invalidate_cache_ext(void); /* Invalidate cache ext */ -extern void microblaze_flush_cache_ext(void); /* Flush cache ext */ -extern void microblaze_flush_cache_ext_range(UINTPTR cacheaddr, - u32 len); /* Flush cache ext range */ -extern void microblaze_invalidate_cache_ext_range(UINTPTR cacheaddr, - u32 len); /* Invalidate cache ext range */ - -/* Deprecated */ -extern void microblaze_update_icache (s32 , s32 , s32 ) __attribute__((deprecated)); -extern void microblaze_init_icache_range (s32 , s32 ) __attribute__((deprecated)); -extern void microblaze_update_dcache (s32 , s32 , s32 ) __attribute__((deprecated)); -extern void microblaze_init_dcache_range (s32 , s32 ) __attribute__((deprecated)); - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - -/* FSL Access Macros */ - -/* Blocking Data Read and Write to FSL no. id */ -#define getfsl(val, id) asm volatile ("get\t%0,rfsl" stringify(id) : "=d" (val)) -#define putfsl(val, id) asm volatile ("put\t%0,rfsl" stringify(id) :: "d" (val)) - -/* Non-blocking Data Read and Write to FSL no. id */ -#define ngetfsl(val, id) asm volatile ("nget\t%0,rfsl" stringify(id) : "=d" (val)) -#define nputfsl(val, id) asm volatile ("nput\t%0,rfsl" stringify(id) :: "d" (val)) - -/* Blocking Control Read and Write to FSL no. id */ -#define cgetfsl(val, id) asm volatile ("cget\t%0,rfsl" stringify(id) : "=d" (val)) -#define cputfsl(val, id) asm volatile ("cput\t%0,rfsl" stringify(id) :: "d" (val)) - -/* Non-blocking Control Read and Write to FSL no. id */ -#define ncgetfsl(val, id) asm volatile ("ncget\t%0,rfsl" stringify(id) : "=d" (val)) -#define ncputfsl(val, id) asm volatile ("ncput\t%0,rfsl" stringify(id) :: "d" (val)) - -/* Polling versions of FSL access macros. This makes the FSL access interruptible */ -#define getfsl_interruptible(val, id) asm volatile ("\n1:\n\tnget\t%0,rfsl" stringify(id) "\n\t" \ - "addic\tr18,r0,0\n\t" \ - "bnei\tr18,1b\n" \ - : "=d" (val) :: "r18") - -#define putfsl_interruptible(val, id) asm volatile ("\n1:\n\tnput\t%0,rfsl" stringify(id) "\n\t" \ - "addic\tr18,r0,0\n\t" \ - "bnei\tr18,1b\n" \ - :: "d" (val) : "r18") - -#define cgetfsl_interruptible(val, id) asm volatile ("\n1:\n\tncget\t%0,rfsl" stringify(id) "\n\t" \ - "addic\tr18,r0,0\n\t" \ - "bnei\tr18,1b\n" \ - : "=d" (val) :: "r18") - -#define cputfsl_interruptible(val, id) asm volatile ("\n1:\n\tncput\t%0,rfsl" stringify(id) "\n\t" \ - "addic\tr18,r0,0\n\t" \ - "bnei\tr18,1b\n" \ - :: "d" (val) : "r18") -/* FSL valid and error check macros. */ -#define fsl_isinvalid(result) asm volatile ("addic\t%0,r0,0" : "=d" (result)) -#define fsl_iserror(error) asm volatile ("mfs\t%0,rmsr\n\t" \ - "andi\t%0,%0,0x10" : "=d" (error)) - -/* Pseudo assembler instructions */ -#define clz(v) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "clz\t%0,%1\n" : "=d"(_rval): "d" (v) \ - ); \ - _rval; \ - }) - -#define mbar(mask) ({ __asm__ __volatile__ ("mbar\t" stringify(mask) ); }) -#define mb_sleep() ({ __asm__ __volatile__ ("sleep\t"); }) -#define mb_hibernate() ({ __asm__ __volatile__ ("hibernate\t"); }) -#define mb_suspend() ({ __asm__ __volatile__ ("suspend\t"); }) -#define mb_swapb(v) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "swapb\t%0,%1\n" : "=d"(_rval) : "d" (v) \ - ); \ - _rval; \ - }) - -#define mb_swaph(v) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "swaph\t%0,%1\n" : "=d"(_rval) : "d" (v) \ - ); \ - _rval; \ - }) - -/** @name Microblaze pseudo-asm macros - * - * The following is a summary of the MicroBlaze processor pseudo-asm macros. - * @{ - */ - - /** - Return value from the general purpose register (GPR) rn. - @param rn General purpose register to be read. -*/ -#define mfgpr(rn) ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "or\t%0,r0," stringify(rn) "\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - - /** - Return the current value of the MSR. -*/ -#define mfmsr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rmsr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - - /** - Return the current value of the Exception Address Register (EAR). -*/ -#define mfear() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rear\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfeare() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfse\t%0,rear\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - /** - Return the current value of the Exception Status Register (ESR). -*/ -#define mfesr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,resr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - - /** - Return the current value of the Floating Point Status (FPS). -*/ -#define mffsr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rfsr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) -/*@}*/ -#define mfpvr(rn) ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rpvr" stringify(rn) "\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfpvre(rn) ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfse\t%0,rpvr" stringify(rn) "\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfbtr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rbtr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfedr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,redr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfpid() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rpid\n" : "=d"(_rval)\ - ); \ - _rval; \ - }) - -#define mfzpr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rzpr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mftlbx() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rtlbx\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mftlblo() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rtlblo\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mftlbhi() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rtlbhi\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfslr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rslr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfshr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rshr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mtgpr(rn, v) ({ __asm__ __volatile__ ( \ - "or\t" stringify(rn) ",r0,%0\n" :: "d" (v) \ - ); \ - }) - -#define mtmsr(v) ({ __asm__ __volatile__ ( \ - "mts\trmsr,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - - -#define mtfsr(v) ({ __asm__ __volatile__ ( \ - "mts\trfsr,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mtpid(v) ({ __asm__ __volatile__ ( \ - "mts\trpid,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mtzpr(v) ({ __asm__ __volatile__ ( \ - "mts\trzpr,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mttlbx(v) ({ __asm__ __volatile__ ( \ - "mts\trtlbx,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mttlblo(v) ({ __asm__ __volatile__ ( \ - "mts\trtlblo,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mttlbhi(v) ({ __asm__ __volatile__ ( \ - "mts\trtlbhi,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mttlbsx(v) ({ __asm__ __volatile__ ( \ - "mts\trtlbsx,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mtslr(v) ({ __asm__ __volatile__ ( \ - "mts\trslr,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mtshr(v) ({ __asm__ __volatile__ ( \ - "mts\trshr,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define lwx(address) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lwx\t%0,%1,r0\n" : "=d"(_rval) : "d" (address) \ - ); \ - _rval; \ - }) - -#define lwr(address) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lwr\t%0,%1,r0\n" : "=d"(_rval) : "d" (address) \ - ); \ - _rval; \ - }) - - -#define lwea(lladdr) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lwea\t%0,%M1,%L1\n" : "=d"(_rval) : "d" (lladdr) \ - ); \ - _rval; \ - }) - -#define lhur(address) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lhur\t%0,%1,r0\n" : "=d"(_rval) : "d" (address) \ - ); \ - _rval; \ - }) - -#define lhuea(lladdr) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lhuea\t%0,%M1,%L1\n" : "=d"(_rval) : "d" (lladdr) \ - ); \ - _rval; \ - }) - -#define lbur(address) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lbur\t%0,%1,r0\n" : "=d"(_rval) : "d" (address) \ - ); \ - _rval; \ - }) - -#define lbuea(lladdr) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lbuea\t%0,%M1,%L1\n" : "=d"(_rval) : "d" (lladdr) \ - ); \ - _rval; \ - }) - -#define swx(address, data) ({ __asm__ __volatile__ ( \ - "swx\t%0,%1,r0\n" :: "d" (data), "d" (address) \ - ); \ - }) - -#define swr(address, data) ({ __asm__ __volatile__ ( \ - "swr\t%0,%1,r0\n" :: "d" (data), "d" (address) \ - ); \ - }) - -#define swea(lladdr, data) ({ __asm__ __volatile__ ( \ - "swea\t%0,%M1,%L1\n" :: "d" (data), "d" (lladdr) \ - ); \ - }) - -#define shr(address, data) ({ __asm__ __volatile__ ( \ - "shr\t%0,%1,r0\n" :: "d" (data), "d" (address) \ - ); \ - }) - -#define shea(lladdr, data) ({ __asm__ __volatile__ ( \ - "shea\t%0,%M1,%L1\n" :: "d" (data), "d" (lladdr) \ - ); \ - }) - -#define sbr(address, data) ({ __asm__ __volatile__ ( \ - "sbr\t%0,%1,r0\n" :: "d" (data), "d" (address) \ - ); \ - }) - -#define sbea(lladdr, data) ({ __asm__ __volatile__ ( \ - "sbea\t%0,%M1,%L1\n" :: "d" (data), "d" (lladdr) \ - ); \ - }) - -#define microblaze_getfpex_operand_a() ({ \ - extern u32 mb_fpex_op_a; \ - mb_fpex_op_a; \ - }) - -#define microblaze_getfpex_operand_b() ({ \ - extern u32 mb_fpex_op_b; \ - mb_fpex_op_b; \ - }) - -/* Deprecated MicroBlaze FSL macros */ -#define microblaze_bread_datafsl(val, id) getfsl(val,id) -#define microblaze_bwrite_datafsl(val, id) putfsl(val,id) -#define microblaze_nbread_datafsl(val, id) ngetfsl(val,id) -#define microblaze_nbwrite_datafsl(val, id) nputfsl(val,id) -#define microblaze_bread_cntlfsl(val, id) cgetfsl(val,id) -#define microblaze_bwrite_cntlfsl(val, id) cputfsl(val,id) -#define microblaze_nbread_cntlfsl(val, id) ncgetfsl(val,id) -#define microblaze_nbwrite_cntlfsl(val, id) ncputfsl(val,id) - -#ifdef __cplusplus -} -#endif -#endif // _MICROBLAZE_INTERFACE_H_ -/** - *@endcond - */ - -/** -* @} End of "addtogroup microblaze_pseudo_asm_macro". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_dcache.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_dcache.S deleted file mode 100644 index 42343dd..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_dcache.S +++ /dev/null @@ -1,59 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* File : microblaze_disable_dcache.s -* Date : 2002, March 20. -* Company: Xilinx -* Group : Emerging Software Technologies -* -* Summary: -* Disable the L1 dcache on the microblaze. -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - - .text - .globl microblaze_disable_dcache - .ent microblaze_disable_dcache - .align 2 -microblaze_disable_dcache: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - -#if XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK != 0 - ADDIK r1, r1, -8 - SI r15, r1, 0 - BRLID r15, microblaze_flush_dcache /* microblaze_flush_dcache does not use r1*/ - nop - LI r15, r1, 0 - ADDIK r1, r1, 8 -#endif /* XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK != 0 */ - rtsd r15, 8 - msrclr r0, 0x80 - -#else /* XPAR_MICROBLAZE_USE_MSR_INSTR == 1 */ - - ADDIK r1, r1, -8 - -#if XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK != 0 - SI r15, r1, 0 - BRLID r15, microblaze_flush_dcache - nop -#endif /* XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK != 0 */ - mfs r11, rmsr - andi r11, r11, ~(0x80) - mts rmsr, r11 - -#if XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK != 0 - LI r15, r1, 0 -#endif /* XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK != 0 */ - - ADDIK r1, r1, 8 - rtsd r15, 8 - nop - -#endif /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - .end microblaze_disable_dcache diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_exceptions.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_exceptions.S deleted file mode 100644 index c38e742..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_exceptions.S +++ /dev/null @@ -1,29 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* Disable exceptions on microblaze. -* -* -******************************************************************************/ - -#include "xparameters.h" - - .text - .globl microblaze_disable_exceptions - .ent microblaze_disable_exceptions - .align 2 -microblaze_disable_exceptions: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8 - msrclr r0, 0x100 -#else - mfs r4, rmsr; - andi r4, r4, ~(0x100); /* Turn OFF the EE bit */ - mts rmsr, r4; - rtsd r15, 8; - nop; -#endif -.end microblaze_disable_exceptions diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_icache.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_icache.S deleted file mode 100644 index ef12a6d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_icache.S +++ /dev/null @@ -1,39 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* File : microblaze_disable_icache.s -* Date : 2002, March 20. -* Company: Xilinx -* Group : Emerging Software Technologies -* -* Summary: -* Disable L1 icache on the microblaze. -* -* -******************************************************************************/ - -#include "xparameters.h" - - .text - .globl microblaze_disable_icache - .ent microblaze_disable_icache - .align 2 -microblaze_disable_icache: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8 - msrclr r0, 0x20 -#else /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - #Read the MSR register - mfs r8, rmsr - #Clear the icache enable bit - andi r8, r8, ~(0x20) - #Save the MSR register - mts rmsr, r8 - #Return - rtsd r15, 8 - nop -#endif - .end microblaze_disable_icache diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_interrupts.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_interrupts.S deleted file mode 100644 index ab0423e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_interrupts.S +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* @file microblaze_disable_interrupts.S -* -* @addtogroup microblaze_pseudo_asm_macro -* @{ -*

microblaze_disable_interrupts.S

-* - API to disable Interrupts: void microblaze_disable_interrupts(void) -* -* This API Disables interrupts on the MicroBlaze processor. It can be -* called when entering a critical section of code where a context switch is -* undesirable. -* -*
-* File   : microblaze_disable_interrupts.s
-* Date   : 2002, March 20.
-* Company: Xilinx
-* Group  : Emerging Software Technologies
-*
-* Summary:
-* Disable interrupts on the microblaze.
-* 
-* -******************************************************************************/ - -#include "xparameters.h" - - .text - .globl microblaze_disable_interrupts - .ent microblaze_disable_interrupts - .align 2 -microblaze_disable_interrupts: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8 - msrclr r0, 0x2 -#else /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - #Read the MSR register - mfs r12, rmsr - #Clear the interrupt enable bit - andi r12, r12, ~(0x2) - #Save the MSR register - mts rmsr, r12 - #Return - rtsd r15, 8 - nop -#endif /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - .end microblaze_disable_interrupts -/** -* @} End of "addtogroup microblaze_pseudo_asm_macro". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_dcache.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_dcache.S deleted file mode 100644 index 0da9fd9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_dcache.S +++ /dev/null @@ -1,40 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* File : microblaze_enable_dcache.s -* Date : 2002, March 20. -* Company: Xilinx -* Group : Emerging Software Technologies -* -* Summary: -* Enable L1 dcache on the microblaze. -* -* -******************************************************************************/ - -#include "xparameters.h" - - .text - .globl microblaze_enable_dcache - .ent microblaze_enable_dcache - .align 2 -microblaze_enable_dcache: - -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8 - msrset r0, 0x80 -#else /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - #Read the MSR register - mfs r8, rmsr - #Set the interrupt enable bit - ori r8, r8, 0x80 - #Save the MSR register - mts rmsr, r8 - #Return - rtsd r15, 8 - nop -#endif /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - .end microblaze_enable_dcache diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_exceptions.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_exceptions.S deleted file mode 100644 index 62b8cf7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_exceptions.S +++ /dev/null @@ -1,29 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* Enable exceptions on microblaze. -* -* -******************************************************************************/ - -#include "xparameters.h" - - .text - .globl microblaze_enable_exceptions - .ent microblaze_enable_exceptions - .align 2 -microblaze_enable_exceptions: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8; - msrset r0, 0x100 -#else /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - mfs r4, rmsr; - ori r4, r4, 0x100; /* Turn ON the EE bit */ - mts rmsr, r4; - rtsd r15, 8; - nop; -#endif /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ -.end microblaze_enable_exceptions diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_icache.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_icache.S deleted file mode 100644 index e654a6c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_icache.S +++ /dev/null @@ -1,38 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* File : microblaze_enable_icache.s -* Date : 2002, March 20. -* Company: Xilinx -* Group : Emerging Software Technologies -* -* Summary: -* Enable icache on the microblaze. -* -* -******************************************************************************/ -#include "xparameters.h" - - .text - .globl microblaze_enable_icache - .ent microblaze_enable_icache - .align 2 -microblaze_enable_icache: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8 - msrset r0, 0x20 -#else /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - #Read the MSR register - mfs r8, rmsr - #Set the interrupt enable bit - ori r8, r8, 0x20 - #Save the MSR register - mts rmsr, r8 - #Return - rtsd r15, 8 - nop -#endif /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - .end microblaze_enable_icache diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_interrupts.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_interrupts.S deleted file mode 100644 index 59f64c3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_interrupts.S +++ /dev/null @@ -1,55 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* @file microblaze_enable_interrupts.S -* -* @addtogroup microblaze_pseudo_asm_macro -* @{ -*

microblaze_enable_interrupts.S

-* - API to Enable Interrupts: void microblaze_enable_interrupts(void) -* -* This API Enables interrupts on the MicroBlaze processor. When the MicroBlaze -* processor starts up, interrupts are disabled. Interrupts must be explicitly -* turned on using this function. -* -*
-*
-* File   : microblaze_enable_interrupts.s
-* Date   : 2002, March 20.
-* Company: Xilinx
-* Group  : Emerging Software Technologies
-*
-* Summary:
-* Enable interrupts on the microblaze.
-* 
-* -******************************************************************************/ - -#include "xparameters.h" - - .text - .globl microblaze_enable_interrupts - .ent microblaze_enable_interrupts - .align 2 -microblaze_enable_interrupts: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8 - msrset r0, 0x2 - nop -#else /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - #Read the MSR register - mfs r12, rmsr - #Set the interrupt enable bit - ori r12, r12, 0x2 - #Save the MSR register - mts rmsr, r12 - #Return - rtsd r15, 8 - nop -#endif /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - .end microblaze_enable_interrupts -/** -* @} End of "addtogroup microblaze_pseudo_asm_macro". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exception_handler.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exception_handler.c deleted file mode 100644 index fccfe4d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exception_handler.c +++ /dev/null @@ -1,67 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*****************************************************************************/ -/** -* -* @file microblaze_exception_handler.c -* -* This file contains exception handler registration routines for -* the MicroBlaze processor. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.00b 06/24/04 First release
-* 
-* -******************************************************************************/ - - -/***************************** Include Files *********************************/ -#include "microblaze_exceptions_i.h" -#include "microblaze_exceptions_g.h" - -#ifdef MICROBLAZE_EXCEPTIONS_ENABLED /* If exceptions are enabled in the processor */ -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ -extern MB_ExceptionVectorTableEntry MB_ExceptionVectorTable[]; -/****************************************************************************/ - -/*****************************************************************************/ -/** -* -* Registers an exception handler for the MicroBlaze. The -* argument provided in this call as the DataPtr is used as the argument -* for the handler when it is called. -* -* @param ExceptionId is the id of the exception to register this handler -* for. -* @param Top level handler. -* @param DataPtr is a reference to data that will be passed to the handler -* when it gets called. -* @return None. -* -****************************************************************************/ -void microblaze_register_exception_handler(u32 ExceptionId, Xil_ExceptionHandler Handler, void *DataPtr) -{ - MB_ExceptionVectorTable[ExceptionId].Handler = Handler; - MB_ExceptionVectorTable[ExceptionId].CallBackRef = DataPtr; -} - -#endif /* MICROBLAZE_EXCEPTIONS_ENABLED */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exceptions_g.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exceptions_g.h deleted file mode 100644 index 069dad9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exceptions_g.h +++ /dev/null @@ -1,36 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_exceptions_g.h -* -* This file contains the exception handling information for the MicroBlaze -* processor. This file is usually generated by LibGen. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.00a 06/24/04 First release
-* 
-* -******************************************************************************/ -#ifndef MICROBLAZE_EXCEPTIONS_G_H /* prevent circular inclusions */ -#define MICROBLAZE_EXCEPTIONS_G_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#define MICROBLAZE_EXCEPTIONS_ENABLED 1 - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exceptions_i.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exceptions_i.h deleted file mode 100644 index c895633..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exceptions_i.h +++ /dev/null @@ -1,69 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_exceptions_i.h -* -* This header file contains defines for structures used by the microblaze -* hardware exception handler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.00a 06/24/04 First release
-* 
-* -******************************************************************************/ - -#ifndef MICROBLAZE_EXCEPTIONS_I_H /* prevent circular inclusions */ -#define MICROBLAZE_EXCEPTIONS_I_H /* by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_exception.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -typedef struct -{ - Xil_ExceptionHandler Handler; - void *CallBackRef; -} MB_ExceptionVectorTableEntry; - -/* Exception IDs */ -#define XEXC_ID_FSL 0U -#define XEXC_ID_UNALIGNED_ACCESS 1U -#define XEXC_ID_ILLEGAL_OPCODE 2U -#define XEXC_ID_M_AXI_I_EXCEPTION 3U -#define XEXC_ID_IPLB_EXCEPTION 3U -#define XEXC_ID_M_AXI_D_EXCEPTION 4U -#define XEXC_ID_DPLB_EXCEPTION 4U -#define XEXC_ID_DIV_BY_ZERO 5U -#define XEXC_ID_FPU 6U -#define XEXC_ID_STACK_VIOLATION 7U -#define XEXC_ID_MMU 7U - -/** - *@endcond - */ - -void microblaze_register_exception_handler(u32 ExceptionId, Xil_ExceptionHandler Handler, void *DataPtr); - -#ifdef __cplusplus -} -#endif -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_cache_ext.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_cache_ext.S deleted file mode 100644 index 59db30b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_cache_ext.S +++ /dev/null @@ -1,47 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_flush_cache_ext() -* -* Flush the entire L2 Cache -* -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN 16 - -#define CACHEABLE_REGION_SIZE (XPAR_MICROBLAZE_DCACHE_HIGHADDR - XPAR_MICROBLAZE_DCACHE_BASEADDR) - - - .text - .globl microblaze_flush_cache_ext - .ent microblaze_flush_cache_ext - .align 2 - -microblaze_flush_cache_ext: - -#if ((XPAR_MICROBLAZE_INTERCONNECT==3) && (XPAR_MICROBLAZE_USE_DCACHE==1)) - ADDIK r5, r0, XPAR_MICROBLAZE_DCACHE_BASEADDR & (-(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) - - ADDIK r6, r0, CACHEABLE_REGION_SIZE-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - -Loop_start: - wdc.ext.flush r5, r6 -#if defined (__arch64__) - addlik r6, r6,-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - beagei r6, Loop_start -#else - bgtid r6,Loop_start - addik r6, r6,-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) -#endif -#endif - rtsd r15, 8 - nop - .end microblaze_flush_cache_ext diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_cache_ext_range.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_cache_ext_range.S deleted file mode 100644 index d72dfa4..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_cache_ext_range.S +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_flush_cache_ext_range (unsigned int cacheaddr, unsigned int len) -* -*Flush a L2 Cache range -* -*Parameters: -* 'cacheaddr' - address in the L2 cache where the flush begins -* 'len ' - length (in bytes) worth of L2 cache to be flushed -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN 16 - - .text - .globl microblaze_flush_cache_ext_range - .ent microblaze_flush_cache_ext_range - .align 2 - -microblaze_flush_cache_ext_range: -#if ((XPAR_MICROBLAZE_INTERCONNECT==3) && (XPAR_MICROBLAZE_USE_DCACHE==1)) - beqi r6, Loop_done - - ADDIK r6, r6, -1 - ADD r6, r5, r6 - - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - ANDI r5, r5, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - - RSUBK r6, r5, r6 -Loop_start: - wdc.ext.flush r5, r6 -#if defined (__arch64__ ) - addlik r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - beagei r6, Loop_start -#else - bneid r6, Loop_start - addik r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) -#endif - -Loop_done: -#endif - rtsd r15, 8 - nop - - .end microblaze_flush_cache_ext_range diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_dcache.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_dcache.S deleted file mode 100644 index b8b4805..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_dcache.S +++ /dev/null @@ -1,51 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* -* microblaze_flush_dcache() -* -* Flush the L1 DCache -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define MICROBLAZE_MSR_DCACHE_ENABLE 0x00000080 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN -#define XPAR_MICROBLAZE_DCACHE_LINE_LEN 1 -#endif - - .text - .globl microblaze_flush_dcache - .ent microblaze_flush_dcache - .align 2 - -microblaze_flush_dcache: -#if (XPAR_MICROBLAZE_USE_DCACHE==1) && (XPAR_MICROBLAZE_ALLOW_DCACHE_WR==1) - ADDIK r5, r0, XPAR_MICROBLAZE_DCACHE_BASEADDR & (-(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) /* Align to cache line */ - ADDIK r6, r5, XPAR_MICROBLAZE_DCACHE_BYTE_SIZE & (-(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) /* Compute end */ - -L_start: - wdc.flush r5, r0 /* Flush the Cache */ - - CMPU r18, r5, r6 /* Are we at the end? */ - BLEI r18, L_done - -#if defined (__arch64__ ) - addlik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 */ - BRI L_start -#else - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ -#endif -L_done: -#endif - rtsd r15, 8 /* Return */ - nop - .end microblaze_flush_dcache diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_dcache_range.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_dcache_range.S deleted file mode 100644 index b2d1553..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_dcache_range.S +++ /dev/null @@ -1,97 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_flush_dcache_range (unsigned int cacheaddr, unsigned int len) -* -* Flush a L1 DCache range -* -* Parameters: -* 'cacheaddr' - address in the Dcache where the flush begins -* 'len ' - length (in bytes) worth of Dcache to be flushed -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define MICROBLAZE_MSR_DCACHE_ENABLE 0x00000080 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN -#define XPAR_MICROBLAZE_DCACHE_LINE_LEN 1 -#endif - -#ifndef XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#define MB_VERSION_LT_v720 -#define MB_HAS_WRITEBACK_SET 0 -#else -#define MB_HAS_WRITEBACK_SET XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#endif - - .text - .globl microblaze_flush_dcache_range - .ent microblaze_flush_dcache_range - .align 2 - -microblaze_flush_dcache_range: -#if (XPAR_MICROBLAZE_USE_DCACHE==1) && (XPAR_MICROBLAZE_ALLOW_DCACHE_WR==1) - -#ifdef MB_VERSION_LT_v720 /* Disable Dcache and interrupts before invalidating */ - mfs r9, rmsr - andi r10, r9, ~(MICROBLAZE_MSR_DCACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE) - mts rmsr, r10 -#endif - - beqi r6, L_done /* Skip loop if size is zero */ - - ADD r6, r5, r6 /* Compute end address */ - ADDIK r6, r6, -1 - - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN) /* Align end down to cache line */ - ANDI r5, r5, -(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN) /* Align start down to cache line */ - -#if MB_HAS_WRITEBACK_SET == 0 /* Use a different scheme for MB version < v7.20 or when caches are write-through */ - -L_start: - CMPU r18, r5, r6 /* Are we at the end? */ - BLTI r18, L_done - - wdc r5, r0 /* Invalidate the cache line */ - -#if defined (__arch64__ ) - addlik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 */ - breai L_start /* Branch to the beginning of the loop */ -#else - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ -#endif -#else - RSUBK r6, r5, r6 - /* r6 will now contain (count of bytes - (4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) */ -L_start: - wdc.flush r5, r6 /* Flush the cache line */ -#if defined (__arch64__ ) - addlik r6, r6, -(XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) - beagei r6, L_start -#else - bneid r6, L_start - addik r6, r6, -(XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) -#endif -#endif - -L_done: - rtsd r15, 8 -#ifdef MB_VERSION_LT_v720 /* restore MSR only for MB version < v7.20 */ - mts rmsr, r9 -#else - nop -#endif - -#else - rtsd r15, 8 /* Return */ - nop -#endif - .end microblaze_flush_dcache_range diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_init_dcache_range.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_init_dcache_range.S deleted file mode 100644 index 869dc92..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_init_dcache_range.S +++ /dev/null @@ -1,59 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2006 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_init_dcache_range (unsigned int cache_start, unsigned int cache_len) -* -* Invalidate dcache on the microblaze -* -* Parameters: -* 'cache_start' - address in the Dcache where invalidation begins -* 'cache_len' - length (in bytes) worth of Dcache to be invalidated -* -* -*******************************************************************************/ - -#include "xparameters.h" - -#define MICROBLAZE_MSR_DCACHE_ENABLE 0x00000080 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN -#define XPAR_MICROBLAZE_DCACHE_LINE_LEN 1 -#endif - - .text - .globl microblaze_init_dcache_range - .ent microblaze_init_dcache_range - .align 2 - -microblaze_init_dcache_range: -#if (XPAR_MICROBLAZE_USE_DCACHE==1) && (XPAR_MICROBLAZE_ALLOW_DCACHE_WR==1) - mfs r9, rmsr /* Disable Dcache and interrupts before invalidating */ - andi r10, r9, (~(MICROBLAZE_MSR_DCACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE)) - mts rmsr, r10 - - andi r5, r5, -(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN) /* Align to cache line */ - - add r6, r5, r6 /* Compute end */ - andi r6, r6, -(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN) /* Align to cache line */ - -L_start: - wdc r5, r0 /* Invalidate the Cache (delay slot) */ - - cmpu r18, r5, r6 /* Are we at the end ? */ - blei r18, L_done - - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ - -L_done: - rtsd r15, 8 /* Return */ - mts rmsr, r9 -#else - rtsd r15, 8 /* Return */ - nop -#endif - .end microblaze_init_dcache_range diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_init_icache_range.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_init_icache_range.S deleted file mode 100644 index 2495824..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_init_icache_range.S +++ /dev/null @@ -1,60 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2006 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* -* microblaze_init_icache_range (unsigned int cache_start, unsigned int cache_len) -* -* Invalidate icache on the microblaze -* -* Parameters: -* 'cache_start' - address in the Icache where invalidation begins -* 'cache_len' - length (in bytes) worth of Icache to be invalidated -* -* -*******************************************************************************/ - -#include "xparameters.h" - -#define MICROBLAZE_MSR_ICACHE_ENABLE 0x00000020 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_ICACHE_LINE_LEN -#define XPAR_MICROBLAZE_ICACHE_LINE_LEN 1 -#endif - - .text - .globl microblaze_init_icache_range - .ent microblaze_init_icache_range - .align 2 - -microblaze_init_icache_range: -#if (XPAR_MICROBLAZE_USE_ICACHE==1) && (XPAR_MICROBLAZE_ALLOW_ICACHE_WR==1) - mfs r9, rmsr /* Disable Icache and interrupts before invalidating */ - andi r10, r9, (~(MICROBLAZE_MSR_ICACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE)) - mts rmsr, r10 - - andi r5, r5, -(4 * XPAR_MICROBLAZE_ICACHE_LINE_LEN) /* Align to cache line */ - - add r6, r5, r6 /* Compute end */ - andi r6, r6, -(4 * XPAR_MICROBLAZE_ICACHE_LINE_LEN) /* Align to cache line */ - -L_start: - wic r5, r0 /* Invalidate the Cache (delay slot) */ - - cmpu r18, r5, r6 /* Are we at the end ? */ - blei r18, L_done - - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ - -L_done: - rtsd r15, 8 /* Return */ - mts rmsr, r9 -#else - rtsd r15, 8 /* Return */ - nop -#endif - .end microblaze_init_icache_range diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_instructions.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_instructions.h deleted file mode 100644 index 3373b83..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_instructions.h +++ /dev/null @@ -1,149 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_instructions.h -* -* It provides wrapper macros to call 32/64 bit variant of specific -* arithmetic/logical instructions, based on the processor in execution. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.8 	mus  	 10/09/18 First release
-*
-*
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef MICROBLAZE_INSTRUCTIONS_H /* prevent circular inclusions */ -#define MICROBLAZE_INSTRUCTIONS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#if defined (__arch64__) -#define ADD addl -#define ADDC addlc -#define ADDI addli -#define ADDIC addlic -#define ADDIK addlik -#define ADDIKC addlikc -#define ADDK addlk -#define ADDKC addlkc -#define AND andl -#define ANDI andli -#define ANDN andnl -#define ANDNI andnli -#define BEQI beaeqi -#define BEQID beaeqid -#define BGEI beagei -#define BGEID beageid -#define BGTI beagti -#define BGTID beagtid -#define BLEI bealei -#define BLEID bealeid -#define BLTI bealti -#define BLTID bealtid -#define BNEI beanei -#define BNEID beaneid -#define BR brea -#define BRALID brealid -#define BRD bread -#define BRI breai -#define BRID breaid -#define BRLD breald -#define BRLID brealid -#define CMP cmpl -#define CMPU cmplu -#define LI lli -#define LOAD ll -#define OR orl -#define ORI orli -#define RSUB rsubl -#define RSUBC rsublc -#define RSUBI rsubli -#define RSUBIC rsublic -#define RSUBIK rsublik -#define RSUBIKC rsublikc -#define RSUBK rsublk -#define RSUBKC rsublkc -#define SI sli -#define STORE sl -#define SUBK sublk -#define XOR xorl -#define XORI xorli -#else -#define ADD add -#define ADDC addc -#define ADDI addi -#define ADDIC addic -#define ADDIK addik -#define ADDIKC addikc -#define ADDK addk -#define ADDKC addkc -#define AND and -#define ANDI andi -#define ANDN andn -#define ANDNI andni -#define BEQI beqi -#define BEQID beqid -#define BGEI bgei -#define BGEID bgeid -#define BGTI bgti -#define BGTID bgtid -#define BLEI blei -#define BLEID bleid -#define BLTI blti -#define BLTID bltid -#define BNEI bnei -#define BNEID bneid -#define BR br -#define BRALID bralid -#define BRD brd -#define BRI bri -#define BRID brid -#define BRLD brld -#define BRLID brlid -#define CMP cmp -#define CMPU cmpu -#define LI lwi -#define LOAD lw -#define OR or -#define ORI ori -#define RSUB rsub -#define RSUBC rsubc -#define RSUBI rsubi -#define RSUBIC rsubic -#define RSUBIK rsubik -#define RSUBIKC rsubikc -#define RSUBK rsubk -#define RSUBKC rsubkc -#define SI swi -#define STORE sw -#define SUBK subk -#define XOR xor -#define XORI xori -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* MICROBLAZE_INSTRUCTIONS_H */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupt_handler.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupt_handler.c deleted file mode 100644 index 72243f0..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupt_handler.c +++ /dev/null @@ -1,90 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_interrupt_handler.c -* -* This file contains the standard interrupt handler for the MicroBlaze processor. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.00b 10/03/03 First release
-* 
-* -******************************************************************************/ - - -/***************************** Include Files *********************************/ - -#include "xil_exception.h" -#include "microblaze_interrupts_i.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ -#ifdef __clang__ -void _interrupt_handler (void) __attribute__ ((interrupt_handler)); -#else -void __interrupt_handler (void) __attribute__ ((interrupt_handler)); -#endif -void microblaze_register_handler(XInterruptHandler Handler, void *DataPtr); - -/************************** Variable Definitions *****************************/ - -extern MB_InterruptVectorTableEntry MB_InterruptVectorTable[MB_INTERRUPT_VECTOR_TABLE_ENTRIES]; -/*****************************************************************************/ -/** -* -* @brief This function is the standard interrupt handler used by the MicroBlaze processor. -* It saves all volatile registers, calls the users top level interrupt handler. -* When this returns, it restores all registers, and returns using a rtid instruction. -* -* @return None. -* -******************************************************************************/ -#ifdef __clang__ -void _interrupt_handler(void) -#else -void __interrupt_handler(void) -#endif -{ - /* The compiler saves all volatiles and the MSR */ - (void)MB_InterruptVectorTable[0].Handler(MB_InterruptVectorTable[0].CallBackRef); - /* The compiler restores all volatiles and MSR, and returns from interrupt */ -} - - -/*****************************************************************************/ -/** -* -* @brief Registers a top-level interrupt handler for the MicroBlaze. The -* argument provided in this call as the DataPtr is used as the argument -* for the handler when it is called. -* -* @param Handler: Top level handler. -* @param DataPtr: a reference to data that will be passed to the handler -* when it gets called. - -* @return None. -* -* -****************************************************************************/ -void microblaze_register_handler(XInterruptHandler Handler, void *DataPtr) -{ - MB_InterruptVectorTable[0].Handler = Handler; - MB_InterruptVectorTable[0].CallBackRef = DataPtr; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupts_g.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupts_g.c deleted file mode 100644 index fe72661..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupts_g.c +++ /dev/null @@ -1,38 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_interrupts_g.c -* -* This file contains the interrupt handler table for the MicroBlaze processor. -* This file is usually generated by LibGen. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.00b 10/03/03 First release
-* 
-* -******************************************************************************/ - -#include "microblaze_interrupts_i.h" -#include "xparameters.h" - - -/* extern void XNullHandler (void *NullParameter) */ - -/* -* The interrupt handler table for microblaze processor -*/ - -MB_InterruptVectorTableEntry MB_InterruptVectorTable[MB_INTERRUPT_VECTOR_TABLE_ENTRIES] = -{ - {XNullHandler, - (void*)XNULL} -}; diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupts_i.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupts_i.h deleted file mode 100644 index 362b6e9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupts_i.h +++ /dev/null @@ -1,59 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_interrupts_i.h -* -* This header file contains identifiers and low-level driver functions (or -* macros) that can be used to access the device. The user should refer to the -* hardware device specification for more details of the device operation. -* High-level driver functions are defined in xintc.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.00b 10/03/03 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef MICROBLAZE_INTERRUPTS_I_H /* prevent circular inclusions */ -#define MICROBLAZE_INTERRUPTS_I_H /* by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_exception.h" - -#ifdef __cplusplus -extern "C" { -#endif - -typedef struct -{ - XInterruptHandler Handler; - void *CallBackRef; -} MB_InterruptVectorTableEntry; - -#define MB_INTERRUPT_VECTOR_TABLE_ENTRIES 1 - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_cache_ext.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_cache_ext.S deleted file mode 100644 index 6a5b232..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_cache_ext.S +++ /dev/null @@ -1,46 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_invalidate_cache_ext() -* -*Invalidate the entire L2 Cache -* -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN 16 -#define CACHEABLE_REGION_SIZE (XPAR_MICROBLAZE_DCACHE_HIGHADDR - XPAR_MICROBLAZE_DCACHE_BASEADDR) - - .text - .globl microblaze_invalidate_cache_ext - .ent microblaze_invalidate_cache_ext - .align 2 - -microblaze_invalidate_cache_ext: - -#if ((XPAR_MICROBLAZE_INTERCONNECT==3) && (XPAR_MICROBLAZE_USE_DCACHE==1)) - ADDIK r5, r0, XPAR_MICROBLAZE_DCACHE_BASEADDR & (-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN)) - - ADDIK r6, r0, CACHEABLE_REGION_SIZE-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - -Loop_start: - wdc.ext.clear r5, r6 -#if defined (__arch64__ ) - addlik r6, r6,-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - beagei r6, Loop_start -#else - bgtid r6,Loop_start - addik r6, r6,-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) -#endif -#endif - rtsd r15, 8 - nop - - .end microblaze_invalidate_cache_ext diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_cache_ext_range.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_cache_ext_range.S deleted file mode 100644 index 472cee4..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_cache_ext_range.S +++ /dev/null @@ -1,54 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_invalidate_cache_ext_range (unsigned int cacheaddr, unsigned int len) -* -*Invalidate an L2 cache range -* -*Parameters: -* 'cacheaddr' - address in the L2 cache where invalidation begins -* 'len ' - length (in bytes) worth of Dcache to be invalidated -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN 16 - - .text - .globl microblaze_invalidate_cache_ext_range - .ent microblaze_invalidate_cache_ext_range - .align 2 - -microblaze_invalidate_cache_ext_range: -#if ((XPAR_MICROBLAZE_INTERCONNECT==3) && (XPAR_MICROBLAZE_USE_DCACHE==1)) - beqi r6, Loop_done - - ADD r6, r5, r6 - ADDIK r6, r6, -1 - - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - ANDI r5, r5, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - - RSUBK r6, r5, r6 - -Loop_start: - wdc.ext.clear r5, r6 -#if defined (__arch64__ ) - addlik r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - beagei r6, Loop_start -#else - bneid r6, Loop_start - addik r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) -#endif - -Loop_done: -#endif - rtsd r15, 8 - nop - - .end microblaze_invalidate_cache_ext_range diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_dcache.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_dcache.S deleted file mode 100644 index 6f419fb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_dcache.S +++ /dev/null @@ -1,69 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_invalidate_dcache() -* -* Invalidate the entire L1 DCache -* -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define MICROBLAZE_MSR_DCACHE_ENABLE 0x00000080 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN -#define XPAR_MICROBLAZE_DCACHE_LINE_LEN 1 -#endif - -#ifndef XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#define MB_VERSION_LT_v720 -#endif - - .text - .globl microblaze_invalidate_dcache - .ent microblaze_invalidate_dcache - .align 2 - -microblaze_invalidate_dcache: -#if (XPAR_MICROBLAZE_USE_DCACHE==1) && (XPAR_MICROBLAZE_ALLOW_DCACHE_WR==1) - -#ifdef MB_VERSION_LT_v720 /* Disable Dcache and interrupts before invalidating */ - mfs r9, rmsr - andi r10, r9, ~(MICROBLAZE_MSR_DCACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE) - mts rmsr, r10 -#endif - ADDIK r5, r0, XPAR_MICROBLAZE_DCACHE_BASEADDR & (-(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) - ADDIK r6, r5, XPAR_MICROBLAZE_DCACHE_BYTE_SIZE & (-(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) /* Compute end */ - -L_start: - wdc r5, r0 /* Invalidate the Cache */ - - CMPU r18, r5, r6 /* Are we at the end? */ - BLEI r18, L_done - -#if defined (__arch64__ ) - addlik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 */ - breai L_start -#else - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ -#endif -L_done: - rtsd r15, 8 /* Return */ -#ifdef MB_VERSION_LT_v720 /* restore MSR only for MB version < v7.20 */ - mts rmsr, r9 -#else - nop -#endif - -#else - rtsd r15, 8 /* Return */ - nop -#endif - .end microblaze_invalidate_dcache diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_dcache_range.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_dcache_range.S deleted file mode 100644 index 559ae46..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_dcache_range.S +++ /dev/null @@ -1,101 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* -* microblaze_invalidate_dcache_range (unsigned int cacheaddr, unsigned int len) -* -* Invalidate a Dcache range -* -* Parameters: -* 'cacheaddr' - address in the Dcache where invalidation begins -* 'len ' - length (in bytes) worth of Dcache to be invalidated -* -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define MICROBLAZE_MSR_DCACHE_ENABLE 0x00000080 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN -#define XPAR_MICROBLAZE_DCACHE_LINE_LEN 1 -#endif - -#ifndef XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#define MB_VERSION_LT_v720 -#define MB_HAS_WRITEBACK_SET 0 -#else -#define MB_HAS_WRITEBACK_SET XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#endif - - .text - .globl microblaze_invalidate_dcache_range - .ent microblaze_invalidate_dcache_range - .align 2 - -microblaze_invalidate_dcache_range: -#if (XPAR_MICROBLAZE_USE_DCACHE==1) && (XPAR_MICROBLAZE_ALLOW_DCACHE_WR==1) - -#ifdef MB_VERSION_LT_v720 /* Disable Dcache and interrupts before invalidating */ - mfs r9, rmsr - andi r10, r9, ~(MICROBLAZE_MSR_DCACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE) - mts rmsr, r10 -#endif - - BEQI r6, L_done /* Skip loop if size is zero */ - - ADD r6, r5, r6 /* Compute end address */ - ADDIK r6, r6, -1 - - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN) /* Align end down to cache line */ - ANDI r5, r5, -(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN) /* Align start down to cache line */ - -#if MB_HAS_WRITEBACK_SET == 0 /* Use a different scheme for MB version < v7.20 or when caches are write-through */ - -L_start: - CMPU r18, r5, r6 /* Are we at the end? */ - BLTI r18, L_done - - wdc r5, r0 - -#if defined (__arch64__ ) - addlik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 */ - breai L_start /* Branch to the beginning of the loop */ -#else - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ -#endif -#else - - RSUBK r6, r5, r6 - /* r6 will now contain (count of bytes - (4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) */ -L_start: - wdc.clear r5, r6 /* Invalidate the cache line only if the address matches */ -#if defined (__arch64__ ) - addlik r6, r6, -(XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) - beagei r6, L_start -#else - bneid r6, L_start - addik r6, r6, -(XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) -#endif - -#endif - -L_done: - rtsd r15, 8 -#ifdef MB_VERSION_LT_v720 /* restore MSR only for MB version < v7.20 */ - mts rmsr, r9 -#else - nop -#endif - -#else - rtsd r15, 8 - nop -#endif - .end microblaze_invalidate_dcache_range diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_icache.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_icache.S deleted file mode 100644 index fb87133..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_icache.S +++ /dev/null @@ -1,70 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* -* microblaze_invalidate_icache() -* -* Invalidate the entire ICache -* -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define MICROBLAZE_MSR_ICACHE_ENABLE 0x00000020 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_ICACHE_LINE_LEN -#define XPAR_MICROBLAZE_ICACHE_LINE_LEN 1 -#endif - -#ifndef XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#define MB_VERSION_LT_v720 -#endif - - .text - .globl microblaze_invalidate_icache - .ent microblaze_invalidate_icache - .align 2 - -microblaze_invalidate_icache: -#if (XPAR_MICROBLAZE_USE_ICACHE==1) && (XPAR_MICROBLAZE_ALLOW_ICACHE_WR==1) - -#ifdef MB_VERSION_LT_v720 /* Disable Icache and interrupts before invalidating */ - mfs r9, rmsr - andi r10, r9, ~(MICROBLAZE_MSR_ICACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE) - mts rmsr, r10 -#endif - ADDIK r5, r0, XPAR_MICROBLAZE_ICACHE_BASEADDR & (-(4 * XPAR_MICROBLAZE_ICACHE_LINE_LEN)) /* Align to cache line */ - ADDIK r6, r5, XPAR_MICROBLAZE_CACHE_BYTE_SIZE & (-(4 * XPAR_MICROBLAZE_ICACHE_LINE_LEN)) /* Compute end */ -L_start: - wic r5, r0 /* Invalidate the Cache */ - - CMPU r18, r5, r6 /* Are we at the end? */ - BLEI r18, L_done - -#if defined (__arch64__ ) - addlik r5, r5, (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) /* Increment the address by 4 */ - breai L_start -#else - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ -#endif -L_done: - rtsd r15, 8 /* Return */ - -#ifdef MB_VERSION_LT_v720 /* restore MSR only for MB version < v7.20 */ - mts rmsr, r9 -#else - nop -#endif - -#else - rtsd r15, 8 /* Return */ - nop -#endif - .end microblaze_invalidate_icache diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_icache_range.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_icache_range.S deleted file mode 100644 index 229a7cb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_icache_range.S +++ /dev/null @@ -1,80 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* -* microblaze_invalidate_icache_range(unsigned int cacheaddr, unsigned int len) -* -* Invalidate an ICache range -* -* Parameters: -* 'cacheaddr' - address in the Icache where invalidation begins -* 'len' - length (in bytes) worth of Icache to be invalidated -* -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define MICROBLAZE_MSR_ICACHE_ENABLE 0x00000020 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_ICACHE_LINE_LEN -#define XPAR_MICROBLAZE_ICACHE_LINE_LEN 1 -#endif - -#ifndef XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#define MB_VERSION_LT_v720 -#endif - - .text - .globl microblaze_invalidate_icache_range - .ent microblaze_invalidate_icache_range - .align 2 - -microblaze_invalidate_icache_range: -#if (XPAR_MICROBLAZE_USE_ICACHE==1) && (XPAR_MICROBLAZE_ALLOW_ICACHE_WR==1) - -#ifdef MB_VERSION_LT_v720 /* Disable Icache and interrupts before invalidating */ - mfs r9, rmsr - andi r10, r9, ~(MICROBLAZE_MSR_ICACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE) - mts rmsr, r10 -#endif - - BEQI r6, L_done /* Skip loop if size is zero */ - - ADD r6, r5, r6 /* Compute end address */ - ADDIK r6, r6, -1 - - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_ICACHE_LINE_LEN) /* Align end down to cache line */ - ANDI r5, r5, -(4 * XPAR_MICROBLAZE_ICACHE_LINE_LEN) /* Align start down to cache line */ - -L_start: - CMPU r18, r5, r6 /* Are we at the end? */ - BLTI r18, L_done - - wic r5, r0 /* Invalidate the cache line */ - -#if defined (__arch64__ ) - addlik r5, r5, (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) /* Increment the address by 4 */ - breai L_start /* Branch to the beginning of the loop */ -#else - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ -#endif -L_done: - rtsd r15, 8 /* Return */ -#ifdef MB_VERSION_LT_v720 /* restore MSR only for MB version < v7.20 */ - mts rmsr, r9 -#else - nop -#endif - -#else - rtsd r15, 8 /* Return */ - nop -#endif -.end microblaze_invalidate_icache_range diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_scrub.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_scrub.S deleted file mode 100644 index ec5f8b1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_scrub.S +++ /dev/null @@ -1,184 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_scrub () -* -* Scrub LMB memory and all internal BRAMs (data cache, instruction cache, -* MMU UTLB and branch target cache) in MicroBlaze to reduce the possibility -* of an uncorrectable error when fault tolerance support is enabled. -* -* This routine assumes that the processor is in privileged mode when it is -* called, if the MMU is enabled. -* -* Call this routine regularly from a timer interrupt. -* -* Parameters: -* None -* -* -*******************************************************************************/ - -#include "xparameters.h" - -/* Define if fault tolerance is used */ -#ifdef XPAR_MICROBLAZE_FAULT_TOLERANT - #if XPAR_MICROBLAZE_FAULT_TOLERANT > 0 - #define FAULT_TOLERANT - #endif -#endif - -/* Define if LMB is used and can be scrubbed */ -#if defined(XPAR_MICROBLAZE_D_LMB) && \ - defined(XPAR_DLMB_CNTLR_BASEADDR) && \ - defined(XPAR_DLMB_CNTLR_HIGHADDR) - #if XPAR_MICROBLAZE_D_LMB == 1 - #define HAS_SCRUBBABLE_LMB - #define DLMB_MASK (XPAR_DLMB_CNTLR_HIGHADDR - XPAR_DLMB_CNTLR_BASEADDR) - #endif -#endif - -/* Set default cache line lengths */ -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN - #define XPAR_MICROBLAZE_DCACHE_LINE_LEN 4 -#endif - -#ifndef XPAR_MICROBLAZE_ICACHE_LINE_LEN - #define XPAR_MICROBLAZE_ICACHE_LINE_LEN 4 -#endif - -/* Define if internal Data Cache BRAMs are used */ -#if defined(XPAR_MICROBLAZE_USE_DCACHE) && defined(XPAR_MICROBLAZE_DCACHE_BYTE_SIZE) - #if XPAR_MICROBLAZE_USE_DCACHE == 1 && XPAR_MICROBLAZE_DCACHE_BYTE_SIZE > 1024 - #define HAS_BRAM_DCACHE - #define DCACHE_INCREMENT (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) - #define DCACHE_MASK (XPAR_MICROBLAZE_DCACHE_BYTE_SIZE - 1) - #endif -#endif - -/* Define if internal Instruction Cache BRAMs are used */ -#if defined(XPAR_MICROBLAZE_USE_ICACHE) && defined(XPAR_MICROBLAZE_CACHE_BYTE_SIZE) - #if XPAR_MICROBLAZE_USE_ICACHE == 1 && XPAR_MICROBLAZE_CACHE_BYTE_SIZE > 1024 - #define HAS_BRAM_ICACHE - #define ICACHE_INCREMENT (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) - #define ICACHE_MASK (XPAR_MICROBLAZE_CACHE_BYTE_SIZE - 1) - #endif -#endif - -/* Define if internal MMU UTLB BRAM is used */ -#ifdef XPAR_MICROBLAZE_USE_MMU - #if XPAR_MICROBLAZE_USE_MMU > 1 - #define HAS_BRAM_MMU_UTLB - #endif -#endif - -/* Define if internal BTC BRAM is used, and match BTC clear to a complete cache scrub */ -#if defined(XPAR_MICROBLAZE_USE_BRANCH_TARGET_CACHE) && \ - defined(XPAR_MICROBLAZE_BRANCH_TARGET_CACHE_SIZE) - #if XPAR_MICROBLAZE_USE_BRANCH_TARGET_CACHE == 1 - #if XPAR_MICROBLAZE_BRANCH_TARGET_CACHE_SIZE == 0 || \ - XPAR_MICROBLAZE_BRANCH_TARGET_CACHE_SIZE > 4 - #define HAS_BRAM_BRANCH_TARGET_CACHE - #ifdef HAS_BRAM_DCACHE - #define BTC_MASK_D (XPAR_MICROBLAZE_DCACHE_BYTE_SIZE/DCACHE_INCREMENT-1) - #else - #define BTC_MASK_D 256 - #endif - #ifdef HAS_BRAM_ICACHE - #define BTC_MASK_I (XPAR_MICROBLAZE_CACHE_BYTE_SIZE/ICACHE_INCREMENT-1) - #else - #define BTC_MASK_I 256 - #endif - #if BTC_MASK_D > BTC_MASK_I - #define BTC_MASK BTC_MASK_D - #else - #define BTC_MASK BTC_MASK_I - #endif - #endif - #endif -#endif - -/* Define index offsets to persistent data used by this routine */ -#define DLMB_INDEX_OFFSET 0 -#define DCACHE_INDEX_OFFSET 4 -#define ICACHE_INDEX_OFFSET 8 -#define MMU_INDEX_OFFSET 12 -#define BTC_CALL_COUNT_OFFSET 16 - - .text - .globl microblaze_scrub - .ent microblaze_scrub - .align 2 - -microblaze_scrub: -#ifdef FAULT_TOLERANT - la r6, r0, L_persistent_data /* Get pointer to data */ - -#ifdef HAS_SCRUBBABLE_LMB -L_dlmb: - lwi r5, r6, DLMB_INDEX_OFFSET /* Get dlmb index */ - lw r7, r5, r0 /* Load and store */ - sw r7, r5, r0 - addik r5, r5, 4 /* Increment and save dlmb index */ - andi r5, r5, DLMB_MASK - swi r5, r6, DLMB_INDEX_OFFSET -#endif /* HAS_SCRUBBABLE_LMB */ - -#ifdef HAS_BRAM_DCACHE -L_dcache: - lwi r5, r6, DCACHE_INDEX_OFFSET /* Get dcache line index */ - wdc r5, r0 /* Invalidate data cache line */ - addik r5, r5, DCACHE_INCREMENT /* Increment and save entry index */ - andi r5, r5, DCACHE_MASK - swi r5, r6, DCACHE_INDEX_OFFSET -#endif /* HAS_BRAM_DCACHE */ - -#ifdef HAS_BRAM_ICACHE -L_icache: - lwi r5, r6, ICACHE_INDEX_OFFSET /* Get icache line index */ - wic r5, r0 /* Invalidate data cache line */ - addik r5, r5, ICACHE_INCREMENT /* Increment and save entry index */ - andi r5, r5, ICACHE_MASK - swi r5, r6, ICACHE_INDEX_OFFSET -#endif /* HAS_BRAM_ICACHE */ - -#ifdef HAS_BRAM_MMU_UTLB -L_mmu: - lwi r5, r6, MMU_INDEX_OFFSET /* Get UTLB entry index */ - mts rtlbx, r5 /* Access next entry in UTLB */ - mts rtlbhi, r0 /* Clear the UTLB entry */ - - addik r5, r5, 1 /* Increment and save entry index */ - andi r5, r5, 0x3F - swi r5, r6, MMU_INDEX_OFFSET -#endif /* HAS_BRAM_MMU_UTLB */ - -#ifdef HAS_BRAM_BRANCH_TARGET_CACHE -L_btc: - lwi r5, r6, BTC_CALL_COUNT_OFFSET /* Get BTC call count offset */ - addik r5, r5, 1 /* Increment and save call count */ - andi r5, r5, BTC_MASK - swi r5, r6, BTC_CALL_COUNT_OFFSET - - bnei r5, L_skip_btc_scrub /* Skip scrub unless count wrap */ - bri 4 /* Clear branch target cache */ -L_skip_btc_scrub: -#endif /* HAS_BRAM_BRANCH_TARGET_CACHE */ - -#endif /* FAULT_TOLERANT */ -L_done: - rtsd r15, 8 /* Return */ - nop - .end microblaze_scrub - - /* Persistent data used by this routine */ - .data - .align 2 -L_persistent_data: - .long 0 /* dlmb index */ - .long 0 /* dcache index */ - .long 0 /* icache index */ - .long 0 /* mmu entry index */ - .long 0 /* btc call count */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_selftest.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_selftest.S deleted file mode 100644 index 0014826..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_selftest.S +++ /dev/null @@ -1,1088 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_selftest.S -* -* @addtogroup microblaze_pseudo_asm_macro -* @{ -*

microblaze_selftest.S

-* -* This routine provides an internal self test of the MicroBlaze processor. The -* register file and all integer execution units are tested. Long instructions -* are also included if 64-bit mode is enabled. Currently FPU, MMU, BTC, data -* and instruction caches, and GET/PUT instructions are not covered. -* -* The routine is not reentrant, and disables interrupts and exceptions during -* execution. This can result in increased interrupt latency. -* -* Call this routine regularly from a timer interrupt. -* -* When called from C code the routine should be declared as: -* extern int microblaze_selftest(); -* -* @param None. -* -* @return -* - 0 if self test was successful -* - Error code if self test failed: -* Bit 0: Register file test failed -* Bit 1: ALU test failed -* Bit 2: Shift unit test failed -* Bit 3: Load-store test failed -* Bit 4: Branch instruction test failed -* Bit 5: Barrel shifter test failed -* Bit 6: Multiplier test failed -* Bit 7: Integer divide test failed -* Bit 8: Pattern compare test failed -* Bit 9: MSR instruction test failed -* Bit 10: Reorder instruction test failed -* -* @note -* This routine assumes that the processor is in privileged mode when it is -* called, if the MMU is enabled. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.0   sa     09/07/20  First release
-*
-*
-******************************************************************************/
-
-#include "xparameters.h"
-#include "microblaze_instructions.h"
-
-/* Define if execution units are used */
-#ifdef XPAR_MICROBLAZE_USE_BARREL
-  #if XPAR_MICROBLAZE_USE_BARREL > 0
-    #define USE_BARREL
-  #endif
-#endif
-
-#ifdef XPAR_MICROBLAZE_USE_HW_MUL
-  #if XPAR_MICROBLAZE_USE_HW_MUL > 0
-    #define USE_HW_MUL
-  #endif
-  #if XPAR_MICROBLAZE_USE_HW_MUL == 2
-    #define USE_HW_MUL_2
-  #endif
-#endif
-
-#ifdef XPAR_MICROBLAZE_USE_DIV
-  #if XPAR_MICROBLAZE_USE_DIV > 0
-    #define USE_DIV
-  #endif
-#endif
-
-#ifdef XPAR_MICROBLAZE_USE_PCMP_INSTR
-  #if XPAR_MICROBLAZE_USE_PCMP_INSTR > 0
-    #define USE_PCMP_INSTR
-  #endif
-#endif
-
-#ifdef XPAR_MICROBLAZE_USE_MSR_INSTR
-  #if XPAR_MICROBLAZE_USE_MSR_INSTR > 0
-    #define USE_MSR_INSTR
-  #endif
-#endif
-
-#ifdef XPAR_MICROBLAZE_USE_REORDER_INSTR
-  #if XPAR_MICROBLAZE_USE_REORDER_INSTR > 0
-    #define USE_REORDER_INSTR
-  #endif
-#endif
-
-#if defined (__arch64__)
-  #define OFFSET(index) ((index) * 8)
-  #define INCR(index) addlik r1, (index) * 8
-  #define DATA .quad
-#else
-  #define OFFSET(index) ((index) * 4)
-  #define INCR(index) addik r1, r1, (index) * 4
-  #define DATA .long
-#endif
-
-
-/*****************************************************************************
-*       Machine Status Register masks
-******************************************************************************/
-
-#define MSR_CARRY_MASK 0x80000004
-#define MSR_EE_IE_MASK 0x00000102
-
-#define MSR_PVR_BIT_MASK 0x00000000
-#ifdef XPAR_MICROBLAZE_PVR
-  #if XPAR_MICROBLAZE_PVR > 0
-    #undef MSR_PVR_BIT_MASK
-    #define MSR_PVR_BIT_MASK 0x00000400
-  #endif
-#endif
-
-#define MSR_BIT_MASK (0x8000000E | MSR_PVR_BIT_MASK)
-
-
-/*****************************************************************************
-*       Test macros
-******************************************************************************/
-
-#define TEST_ALU_ARITH(instr, load, offset)        \
-	instr	r5,  r2, r4;                       \
-	load	r6,  r1, OFFSET(offset);           \
-	CMPU	r7,  r5, r6;                       \
-	BNEID	r7,  L_microblaze_selftest_aluerr; \
-	lwi 	r8,  r1, OFFSET(offset + 1);       \
-	mfs	r9,  rmsr;                         \
-	andi	r9,  r9, MSR_CARRY_MASK;           \
-	cmpu	r9,  r9, r8;                       \
-	BNEID	r9,  L_microblaze_selftest_aluerr
-
-#define TEST_ALU_LOGIC(instr, load, offset)        \
-	instr	r5,  r2, r4;                       \
-	load	r6,  r1, OFFSET(offset);           \
-	CMPU	r7,  r5, r6;                       \
-	BNEID	r7,  L_microblaze_selftest_aluerr
-
-#define TEST_SHIFT(instr, load, offset)              \
-	instr	r5,  r2;                             \
-	load	r6,  r1, OFFSET(offset);             \
-	CMPU	r7,  r5, r6;                         \
-	BNEID	r7,  L_microblaze_selftest_shifterr
-
-#define TEST_SHIFTC(instr, load, offset)             \
-	instr	r5,  r2;                             \
-	load	r6,  r1, OFFSET(offset);             \
-	CMPU	r7,  r5, r6;                         \
-	BNEID	r7,  L_microblaze_selftest_shifterr; \
-	lwi 	r8,  r1, OFFSET(offset + 1);         \
-	mfs	r9,  rmsr;                           \
-	andi	r9,  r9, MSR_CARRY_MASK;             \
-	cmpu	r9,  r9, r8;                         \
-	BNEID	r9,  L_microblaze_selftest_shifterr
-
-#define TEST_BARREL(instr, load, offset)             \
-	instr	r5,  r2, r4;                         \
-	load	r6,  r1, OFFSET(offset);             \
-	CMPU	r7,  r5, r6;                         \
-	BNEID	r7,  L_microblaze_selftest_barrelerr
-
-#define TEST_BARREL_IMM(instr, immw, imms, load, offset) \
-	ori	r5,  r2, 0;                              \
-	instr	r5,  r4, immw, imms;                     \
-	load	r6,  r1, OFFSET(offset);                 \
-	CMPU	r7,  r5, r6;                             \
-	BNEID	r7,  L_microblaze_selftest_barrelerr
-
-#define TEST_MUL(instr, load, byteoffset)            \
-	instr	r5,  r2, r4;                         \
-	load	r6,  r1, byteoffset;                 \
-	CMPU	r7,  r5, r6;                         \
-	BNEID	r7,  L_microblaze_selftest_mulerr
-
-#define TEST_DIV(instr, load, byteoffset)            \
-	instr	r5,  r2, r4;                         \
-	load	r6,  r1, byteoffset;                 \
-	CMPU	r7,  r5, r6;                         \
-	BNEID	r7,  L_microblaze_selftest_diverr
-
-#define TEST_PCMP(instr, load, offset)               \
-	instr	r5,  r2, r4;                         \
-	load	r6,  r1, OFFSET(offset);             \
-	CMPU	r7,  r5, r6;                         \
-	BNEID	r7,  L_microblaze_selftest_pcmperr
-
-
-	.text
-	.globl	microblaze_selftest
-	.ent	microblaze_selftest
-	.align	2
-
-microblaze_selftest:
-
-/*****************************************************************************
-*       Preamble
-******************************************************************************/
-
-	/* Disable interrupts and exceptions, save MSR */
-#ifdef USE_MSR_INSTR
-	msrclr	r3, MSR_EE_IE_MASK
-#else
-	mfs	r3, rmsr
-	andi	r3, r3, ~MSR_EE_IE_MASK
-	mts	rmsr, r3
-#endif
-	swi	r3, r0, L_microblaze_selftest_regs
-
-	/* Save registers, except r3 temporary register and return value */
-	ADDIK	r3,  r0, L_microblaze_selftest_regs
-	SI	r1,  r3, OFFSET(1)
-	SI	r2,  r3, OFFSET(2)
-	SI	r4,  r3, OFFSET(4)
-	SI	r5,  r3, OFFSET(5)
-	SI	r6,  r3, OFFSET(6)
-	SI	r7,  r3, OFFSET(7)
-	SI	r8,  r3, OFFSET(8)
-	SI	r9,  r3, OFFSET(9)
-	SI	r10, r3, OFFSET(10)
-	SI	r11, r3, OFFSET(11)
-	SI	r12, r3, OFFSET(12)
-	SI	r13, r3, OFFSET(13)
-	SI	r14, r3, OFFSET(14)
-	SI	r15, r3, OFFSET(15)
-	SI	r16, r3, OFFSET(16)
-	SI	r17, r3, OFFSET(17)
-	SI	r18, r3, OFFSET(18)
-	SI	r19, r3, OFFSET(19)
-	SI	r20, r3, OFFSET(20)
-	SI	r21, r3, OFFSET(21)
-	SI	r22, r3, OFFSET(22)
-	SI	r23, r3, OFFSET(23)
-	SI	r24, r3, OFFSET(24)
-	SI	r25, r3, OFFSET(25)
-	SI	r26, r3, OFFSET(26)
-	SI	r27, r3, OFFSET(27)
-	SI	r28, r3, OFFSET(28)
-	SI	r29, r3, OFFSET(29)
-	SI	r30, r3, OFFSET(30)
-	SI	r31, r3, OFFSET(31)
-
-	/* Set r3 to test pass = 0 */
-	ADDIK	r3, r0, 0
-
-/*****************************************************************************
-*       1. Test register file
-******************************************************************************/
-L_microblaze_selftest_reg:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_regdata
-
-L_microblaze_selftest_regloop:
-	/* Load test pattern into r2, r4 - r31 */
-	LI	r2,  r1, 0
-	LI	r4,  r1, 0
-	LI	r5,  r1, 0
-	LI	r6,  r1, 0
-	LI	r7,  r1, 0
-	LI	r8,  r1, 0
-	LI	r9,  r1, 0
-	LI	r10, r1, 0
-	LI	r11, r1, 0
-	LI	r12, r1, 0
-	LI	r13, r1, 0
-	LI	r14, r1, 0
-	LI	r15, r1, 0
-	LI	r16, r1, 0
-	LI	r17, r1, 0
-	LI	r18, r1, 0
-	LI	r19, r1, 0
-	LI	r20, r1, 0
-	LI	r21, r1, 0
-	LI	r22, r1, 0
-	LI	r23, r1, 0
-	LI	r24, r1, 0
-	LI	r25, r1, 0
-	LI	r26, r1, 0
-	LI	r27, r1, 0
-	LI	r28, r1, 0
-	LI	r29, r1, 0
-	LI	r30, r1, 0
-	LI	r31, r1, 0
-
-	/* Compare registers pair by pair */
-	CMPU	r2,  r2, r4
-	BNEID	r2,  L_microblaze_selftest_regerr
-	CMPU	r4,  r4, r5
-	BNEID	r4,  L_microblaze_selftest_regerr
-	CMPU	r5,  r5, r6
-	BNEID	r5,  L_microblaze_selftest_regerr
-	CMPU	r6,  r6, r7
-	BNEID	r6,  L_microblaze_selftest_regerr
-	CMPU	r7,  r7, r8
-	BNEID	r7,  L_microblaze_selftest_regerr
-	CMPU	r8,  r8, r9
-	BNEID	r8,  L_microblaze_selftest_regerr
-	CMPU	r9,  r9, r10
-	BNEID	r9,  L_microblaze_selftest_regerr
-	CMPU	r10, r10, r11
-	BNEID	r10, L_microblaze_selftest_regerr
-	CMPU	r11, r11, r12
-	BNEID	r11, L_microblaze_selftest_regerr
-	CMPU	r12, r12, r13
-	BNEID	r12, L_microblaze_selftest_regerr
-	CMPU	r13, r13, r14
-	BNEID	r13, L_microblaze_selftest_regerr
-	CMPU	r14, r14, r15
-	BNEID	r14, L_microblaze_selftest_regerr
-	CMPU	r15, r15, r16
-	BNEID	r15, L_microblaze_selftest_regerr
-	CMPU	r16, r16, r17
-	BNEID	r16, L_microblaze_selftest_regerr
-	CMPU	r17, r17, r18
-	BNEID	r17, L_microblaze_selftest_regerr
-	CMPU	r18, r18, r19
-	BNEID	r18, L_microblaze_selftest_regerr
-	CMPU	r19, r19, r20
-	BNEID	r19, L_microblaze_selftest_regerr
-	CMPU	r20, r20, r21
-	BNEID	r20, L_microblaze_selftest_regerr
-	CMPU	r21, r21, r22
-	BNEID	r21, L_microblaze_selftest_regerr
-	CMPU	r22, r22, r23
-	BNEID	r22, L_microblaze_selftest_regerr
-	CMPU	r23, r23, r24
-	BNEID	r23, L_microblaze_selftest_regerr
-	CMPU	r24, r24, r25
-	BNEID	r24, L_microblaze_selftest_regerr
-	CMPU	r25, r25, r26
-	BNEID	r25, L_microblaze_selftest_regerr
-	CMPU	r26, r26, r27
-	BNEID	r26, L_microblaze_selftest_regerr
-	CMPU	r27, r27, r28
-	BNEID	r27, L_microblaze_selftest_regerr
-	CMPU	r28, r28, r29
-	BNEID	r28, L_microblaze_selftest_regerr
-	CMPU	r29, r29, r30
-	BNEID	r29, L_microblaze_selftest_regerr
-	CMPU	r30, r30, r31
-	BEQI 	r30, L_microblaze_selftest_regnext
-
-L_microblaze_selftest_regerr:
-	/* Test error - set register file error (bit 0) */
-	ori	r3,  r3, 1
-
-L_microblaze_selftest_regnext:
-	/* Loop back with next test pattern - end after zero pattern */
-	BNEID	r31, L_microblaze_selftest_regloop
-	INCR(1)
-
-
-/*****************************************************************************
-*       2. Test ALU
-******************************************************************************/
-L_microblaze_selftest_alu:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_aludata
-
-L_microblaze_selftest_aluloop:
-	/* Load operands into r2, r4 */
-	LI	r2,  r1, OFFSET(0)
-	LI	r4,  r1, OFFSET(1)
-
-	/* Execute all ALU arithmetic instructions */
-	TEST_ALU_ARITH(add,    lwi,  2)
-	TEST_ALU_ARITH(addc,   lwi,  4)
-	TEST_ALU_ARITH(rsub,   lwi,  6)
-	TEST_ALU_ARITH(rsubc,  lwi,  8)
-	TEST_ALU_LOGIC(cmp,    lwi, 10)
-
-	/* Execute all ALU logical instructions */
-	TEST_ALU_LOGIC(and,  lwi, 11)
-	TEST_ALU_LOGIC(andn, lwi, 12)
-	TEST_ALU_LOGIC(or,   lwi, 13)
-	TEST_ALU_LOGIC(xor,  lwi, 14)
-
-	nop
-	bri	L_microblaze_selftest_alunext
-
-L_microblaze_selftest_aluerr:
-	/* Test error - set ALU error (bit 1) */
-	ori	r3, r3, 2
-
-L_microblaze_selftest_alunext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_aluloop
-	INCR(15)
-
-
-/*****************************************************************************
-*       3. Test shift unit
-******************************************************************************/
-L_microblaze_selftest_shift:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_shiftdata
-
-L_microblaze_selftest_shiftloop:
-	/* Load operand into r2 */
-	LI	r2,  r1, OFFSET(0)
-
-	/* Test instructions clz, sext8, sext16, sra, src, srl */
-	TEST_SHIFT(clz,     lwi,  1)
-	TEST_SHIFT(sext8,   lwi,  2)
-	TEST_SHIFT(sext16,  lwi,  3)
-
-	TEST_SHIFTC(sra,    lwi,  4)
-	TEST_SHIFTC(src,    lwi,  6)
-	TEST_SHIFTC(srl,    lwi,  8)
-
-	nop
-	bri	L_microblaze_selftest_shiftnext
-
-L_microblaze_selftest_shifterr:
-	/* Test error - set shift logic error (bit 2) */
-	ori	r3, r3, 4
-
-L_microblaze_selftest_shiftnext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_shiftloop
-	INCR(10)
-
-
-/*****************************************************************************
-*       4. Test load-store
-******************************************************************************/
-L_microblaze_selftest_ldst:
-	/* Get pointer to test data */
-	ADDIK	r1,   r0, L_microblaze_selftest_ldstdata
-
-	/* Set static address and offsets */
-	ADDIK	r4,   r0, L_microblaze_selftest_ldstptr
-	ADDIK	r24,  r0, 4
-	ADDIK	r28,  r0, 8
-
-L_microblaze_selftest_ldstloop:
-	/* Load operand into r2 */
-	LI	r2,  r1, OFFSET(0)
-
-	/* Test instructions lbu, lhu, lw, sb, sh, sw */
-	sb	r2,  r4,  r0
-	sh	r2,  r4,  r24
-	sw	r2,  r4,  r28
-	lbu	r8,  r4,  r0
-	lhu	r9,  r4,  r24
-	lw	r10, r4,  r28
-
-	/* Compare load results */
-	ANDI	r11, r2,  0xFF
-	ANDI	r12, r2,  0xFFFF
-	CMPU	r16, r11, r8
-	BNEID	r16, L_microblaze_selftest_ldsterr
-	CMPU	r17, r12, r9
-	BNEID	r17, L_microblaze_selftest_ldsterr
-	CMPU	r18, r2,  r10
-	BEQI 	r18, L_microblaze_selftest_ldstnext
-
-L_microblaze_selftest_ldsterr:
-	/* Test error - set load-store error (bit 3) */
-	ori	r3, r3, 8
-
-L_microblaze_selftest_ldstnext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_ldstloop
-	INCR(1)
-
-
-/*****************************************************************************
-*       4. Test branch
-******************************************************************************/
-L_microblaze_selftest_branch:
-	/* Test instructions blt, ble, bge, bgt, br */
-	/* Untested instructions: rtbd, rtid, rted, brk */
-	addik	r2, r0, 0	/* EQ */
-	addik	r4, r0, 1	/* GT */
-	addik	r5, r0, -1	/* LT */
-
-	/* Taken branches */
-	BEQI	r2, L_microblaze_selftest_brancheq
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_brancheq:
-	BGEI	r2, L_microblaze_selftest_branchge0
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchge0:
-	BGEI	r4, L_microblaze_selftest_branchge1
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchge1:
-	BGTI	r4, L_microblaze_selftest_branchgt
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchgt:
-	BLEI	r2, L_microblaze_selftest_branchle0
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchle0:
-	BLEI	r5, L_microblaze_selftest_branchle1
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchle1:
-	BLTI	r5, L_microblaze_selftest_branchlt
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchlt:
-	BNEI	r4, L_microblaze_selftest_branchne
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchne:
-
-	/* Not taken branches */
-	BEQI	r4, L_microblaze_selftest_brancherr
-	BEQI	r5, L_microblaze_selftest_brancherr
-	BGEI	r5, L_microblaze_selftest_brancherr
-	BGTI	r2, L_microblaze_selftest_brancherr
-	BGTI	r5, L_microblaze_selftest_brancherr
-	BLEI	r4, L_microblaze_selftest_brancherr
-	BLTI	r2, L_microblaze_selftest_brancherr
-	BLTI	r4, L_microblaze_selftest_brancherr
-	BNEI	r2, L_microblaze_selftest_brancherr
-
-	BRI	L_microblaze_selftest_branchnext
-
-L_microblaze_selftest_brancherr:
-	/* Test error - set branch error (bit 4) */
-	ori	r3, r3, 16
-
-L_microblaze_selftest_branchnext:
-
-
-/*****************************************************************************
-*       6. Test barrel shifter
-******************************************************************************/
-#ifdef USE_BARREL
-L_microblaze_selftest_barrel:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_barreldata
-
-L_microblaze_selftest_barrelloop:
-	/* Load operands into r2, r4 */
-	LI	r2,  r1, OFFSET(0)
-	LI	r4,  r1, OFFSET(1)
-
-	/* Test instructions bsrl, bsra, bsll, bsifi, bsefi */
-	TEST_BARREL(bsrl, lwi,  2)
-	TEST_BARREL(bsra, lwi,  3)
-	TEST_BARREL(bsll, lwi,  4)
-
-	TEST_BARREL_IMM(bsifi, 11, 6, lwi, 5);
-	TEST_BARREL_IMM(bsefi,  6, 1, lwi, 6);
-
-	nop
-	bri	L_microblaze_selftest_barrelnext
-
-L_microblaze_selftest_barrelerr:
-	/* Test error - set barrel logic error (bit 5) */
-	ori	r3, r3, 32
-
-L_microblaze_selftest_barrelnext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_barrelloop
-	INCR(7)
-#endif
-
-/*****************************************************************************
-*       7. Test multiplier
-******************************************************************************/
-#ifdef USE_HW_MUL
-L_microblaze_selftest_mul:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_muldata
-
-L_microblaze_selftest_mulloop:
-	/* Load operands into r2, r4 */
-	lwi	r2,  r1, 0
-	lwi	r4,  r1, 4
-
-	/* Test instruction mul */
-	TEST_MUL(mul,  lwi,  8)
-#ifdef USE_HW_MUL_2
-	/* Test instructions mulh, mulhu, mulhsu */
-	TEST_MUL(mulh,   lwi, 12)
-	TEST_MUL(mulhu,  lwi, 16)
-	TEST_MUL(mulhsu, lwi, 20)
-#endif
-	nop
-	bri	L_microblaze_selftest_mulnext
-
-L_microblaze_selftest_mulerr:
-	/* Test error - set multiply error (bit 6) */
-	ori	r3, r3, 64
-
-L_microblaze_selftest_mulnext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_mulloop
-#ifdef USE_HW_MUL_2
-	addik	r1, r1, 24
-#else
-	addik	r1, r1, 12
-#endif
-#endif
-
-
-/*****************************************************************************
-*       8. Test integer divide
-******************************************************************************/
-#ifdef USE_DIV
-L_microblaze_selftest_div:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_divdata
-
-L_microblaze_selftest_divloop:
-	/* Load operands into r2, r4 */
-	lwi	r2,  r1, 0
-	lwi	r4,  r1, 4
-
-	/* Test instructions idiv, idivu */
-	TEST_DIV(idiv,  lwi,  8)
-	TEST_DIV(idivu, lwi,  12)
-
-	nop
-	bri	L_microblaze_selftest_divnext
-
-L_microblaze_selftest_diverr:
-	/* Test error - set integer divide error (bit 7) */
-	ori	r3, r3, 128
-
-L_microblaze_selftest_divnext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r4, L_microblaze_selftest_divloop
-	addik	r1, r1, 16
-#endif
-
-/*****************************************************************************
-*      	9. Test pattern compare
-******************************************************************************/
-#ifdef USE_PCMP_INSTR
-L_microblaze_selftest_pcmp:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_pcmpdata
-
-L_microblaze_selftest_pcmploop:
-	/* Load operands into r2, r4 */
-	LI	r2,  r1, OFFSET(0)
-	LI	r4,  r1, OFFSET(1)
-
-	/* Test instructions pcmpbf, pcmpeq, pcmpne */
-	/* 64-bit: add instructions pcmplbf, pcmpleq, pcmplne */
-	TEST_PCMP(pcmpbf, lwi,  2)
-	TEST_PCMP(pcmpeq, lwi,  3)
-	TEST_PCMP(pcmpne, lwi,  4)
-
-	nop
-	bri	L_microblaze_selftest_pcmpnext
-
-L_microblaze_selftest_pcmperr:
-	/* Test error - set pcmp logic error (bit 8) */
-	ori	r3, r3, 256
-
-L_microblaze_selftest_pcmpnext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_pcmploop
-	INCR(5)
-#endif
-
-/*****************************************************************************
-*      10. Test MSR instructions
-******************************************************************************/
-L_microblaze_selftest_msr:
-#ifdef USE_MSR_INSTR
-	/* Test instructions msrclr, msrset, mfs msr */
-	msrset	r0,  ~MSR_EE_IE_MASK & 0x7FFF
-	nop
-	mfs	r6,  rmsr
-	nop
-	msrclr	r7,  0x7FF
-	nop
-	mfs	r8,  rmsr
-	nop
-#endif
-	/* Test instructions mfs msr, mts msr */
-        /* Bits not included: ICE, DZO, DCE, EE, EIP, UMS, VMS */
-	addik	r9,   r0, MSR_BIT_MASK & ~MSR_EE_IE_MASK
-	mts	rmsr, r9
-	nop
-	mfs	r10, rmsr
-
-	/* Compare instruction result */
-#ifdef USE_MSR_INSTR
-	addik	r11, r0, MSR_PVR_BIT_MASK
-	cmpu	r12, r6, r7
-	BNEID	r12, L_microblaze_selftest_msrerr
-	cmpu	r13, r8, r11
-	BNEID 	r13, L_microblaze_selftest_msrerr
-#endif
-	cmpu	r14, r9, r10
-	BEQI 	r14, L_microblaze_selftest_msrnext
-
-L_microblaze_selftest_msrerr:
-	/* Test error - set MSR instruction error (bit 9) */
-	ori	r3, r3, 512
-
-L_microblaze_selftest_msrnext:
-
-
-/*****************************************************************************
-*      11. Test reorder instructions
-******************************************************************************/
-#ifdef USE_REORDER_INSTR
-L_microblaze_selftest_reorder:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_reorderdata
-
-	/* Set static address and offsets */
-	ADDIK	r4,   r0, L_microblaze_selftest_ldstptr
-	ADDIK	r24,  r0, 4
-	ADDIK	r28,  r0, 8
-
-L_microblaze_selftest_reorderloop:
-	/* Load operand into r2 */
-	LI	r2,  r1, OFFSET(0)
-
-	/* Test instructions swapb, swaph, lbur, lhur, lwr, sbr, shr, swr */
-	sbr	r2,  r4, r0
-	shr	r2,  r4, r24
-	swr	r2,  r4, r28
-	lbur	r8,  r4, r0
-	lhur	r9,  r4, r24
-	lwr	r10, r4, r28
-	swapb	r21, r2
-	swaph	r22, r2
-
-	/* Load swap results */
-	LI	r13,  r1, OFFSET(1)
-	LI	r14,  r1, OFFSET(2)
-
-	/* Compare load results */
-	ANDI	r11, r2,  0xFF
-	ANDI	r12, r2,  0xFFFF
-	CMPU	r16, r11, r8
-	BNEID	r16, L_microblaze_selftest_reordererr
-	CMPU	r17, r12, r9
-	BNEID	r17, L_microblaze_selftest_reordererr
-	CMPU	r18, r2, r10
-	BNEID	r18, L_microblaze_selftest_reordererr
-	CMPU	r19, r21, r13
-	BNEID	r19, L_microblaze_selftest_reordererr
-	CMPU	r20, r22, r14
-	BEQI 	r20, L_microblaze_selftest_reordernext
-
-L_microblaze_selftest_reordererr:
-	/* Test error - set reorder instruction error (bit 10) */
-	ori	r3, r3, 1024
-
-L_microblaze_selftest_reordernext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_reorderloop
-	INCR(3)
-#endif
-
-
-/*****************************************************************************
-*      Postamble
-******************************************************************************/
-
-	/* Restore all registers, except r3 return value and r4 temporary */
-	ADDIK	r31, r0,  L_microblaze_selftest_regs
-	LI	r1,  r31, OFFSET(1)
-	LI	r2,  r31, OFFSET(2)
-	LI	r4,  r31, OFFSET(4)
-	LI	r5,  r31, OFFSET(5)
-	LI	r6,  r31, OFFSET(6)
-	LI	r7,  r31, OFFSET(7)
-	LI	r8,  r31, OFFSET(8)
-	LI	r9,  r31, OFFSET(9)
-	LI	r10, r31, OFFSET(10)
-	LI	r11, r31, OFFSET(11)
-	LI	r12, r31, OFFSET(12)
-	LI	r13, r31, OFFSET(13)
-	LI	r14, r31, OFFSET(14)
-	LI	r15, r31, OFFSET(15)
-	LI	r16, r31, OFFSET(16)
-	LI	r17, r31, OFFSET(17)
-	LI	r18, r31, OFFSET(18)
-	LI	r19, r31, OFFSET(19)
-	LI	r20, r31, OFFSET(20)
-	LI	r21, r31, OFFSET(21)
-	LI	r22, r31, OFFSET(22)
-	LI	r23, r31, OFFSET(23)
-	LI	r24, r31, OFFSET(24)
-	LI	r25, r31, OFFSET(25)
-	LI	r26, r31, OFFSET(26)
-	LI	r27, r31, OFFSET(27)
-	LI	r28, r31, OFFSET(28)
-	LI	r29, r31, OFFSET(29)
-	LI	r30, r31, OFFSET(30)
-	LI	r31, r31, OFFSET(31)
-
-	/* Restore MSR */
-	lwi	r4, r0, L_microblaze_selftest_regs
-	mts	rmsr, r4
-
-	/* Return */
-	rtsd	r15, 8
-	nop
-L_microblaze_selftest_end:
-	.end	microblaze_selftest
-
-/*****************************************************************************
-*      Temporary storage used by this routine
-*      MSR followd by registers r1 - r31
-******************************************************************************/
-	.data
-	.align	3
-L_microblaze_selftest_regs:
-	.rept	32
-#if defined (__arch64__)
-	.quad	0
-#else
-	.long	0
-#endif
-	.endr
-
-/*****************************************************************************
-*      Test data used by this routine
-******************************************************************************/
-L_microblaze_selftest_regdata:
-#if defined (__arch64__)
-	.quad	0x5555555555555555
-	.quad	0xAAAAAAAAAAAAAAAA
-	.quad	0xFFFFFFFFFFFFFFFF
-	.quad	0x0000000000000000
-#else
-	.long	0x55555555
-	.long	0xAAAAAAAA
-	.long	0xFFFFFFFF
-	.long	0x00000000
-#endif
-
-L_microblaze_selftest_aludata:
-	DATA	0x55555555	/* rA operand       */
-	DATA	0x55555556      /* rB operand       */
-	DATA	0xAAAAAAAB	/* rD result: add   */
-	DATA	0x00000000	/* MSR.C:     add   */
-	DATA	0xAAAAAAAB	/* rD result: addc  */
-	DATA	0x00000000	/* MSR.C:     addc  */
-	DATA	0x00000001	/* rD result: rsub  */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     rsub  */
-	DATA	0x00000001	/* rD result: rsubc */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     rsubc */
-	DATA	0x00000001	/* rD result: cmp   */
-	DATA	0x55555554	/* rD result: and   */
-	DATA	0x00000001	/* rD result: andn  */
-	DATA	0x55555557	/* rD result: or    */
-	DATA	0x00000003	/* rD result: xor   */
-
-	DATA	0xAAAAAAAB	/* rA operand       */
-	DATA	0xAAAAAAAA      /* rB operand       */
-	DATA	0x55555555	/* rD result: add   */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     add   */
-	DATA	0x55555556	/* rD result: addc  */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     addc  */
-	DATA	0xFFFFFFFF	/* rD result: rsub  */
-	DATA	0x00000000     	/* MSR.C:     rsub  */
-	DATA	0xFFFFFFFE	/* rD result: rsubc */
-	DATA	0x00000000    	/* MSR.C:     rsubc */
-	DATA	0xFFFFFFFF	/* rD result: cmp   */
-	DATA	0xAAAAAAAA	/* rD result: and   */
-	DATA	0x00000001	/* rD result: andn  */
-	DATA	0xAAAAAAAB	/* rD result: or    */
-	DATA	0x00000001	/* rD result: xor   */
-
-	DATA	0xFFFFFFFF	/* rA operand       */
-	DATA	0xFFFFFFFF      /* rB operand       */
-	DATA	0xFFFFFFFE	/* rD result: add   */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     add   */
-	DATA	0xFFFFFFFF	/* rD result: addc  */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     addc  */
-	DATA	0x00000000 	/* rD result: rsub  */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     rsub  */
-	DATA	0x00000000	/* rD result: rsubc */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     rsubc */
-	DATA	0x00000000	/* rD result: cmp   */
-	DATA	0xFFFFFFFF	/* rD result: and   */
-	DATA	0x00000000	/* rD result: andn  */
-	DATA	0xFFFFFFFF	/* rD result: or    */
-	DATA	0x00000000	/* rD result: xor   */
-
-	DATA	0x00000000	/* rA operand       */
-	DATA	0xFFFFFFFF      /* rB operand       */
-	DATA	0xFFFFFFFF	/* rD result: add   */
-	DATA	0x00000000	/* MSR.C:     add   */
-	DATA	0xFFFFFFFF	/* rD result: addc  */
-	DATA	0x00000000	/* MSR.C:     addc  */
-	DATA	0xFFFFFFFF	/* rD result: rsub  */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     rsub  */
-	DATA	0xFFFFFFFF	/* rD result: rsubc */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     rsubc */
-	DATA	0xFFFFFFFF	/* rD result: cmp   */
-	DATA	0x00000000	/* rD result: and   */
-	DATA	0x00000000	/* rD result: andn  */
-	DATA	0xFFFFFFFF	/* rD result: or    */
-	DATA	0xFFFFFFFF	/* rD result: xor   */
-
-L_microblaze_selftest_shiftdata:
-	DATA	0x55555555	/* rA operand        */
-	DATA	0x00000001	/* rD result: clz    */
-	DATA	0x00000055	/* rD result: sext8  */
-	DATA	0x00005555	/* rD result: sext16 */
-	DATA	0x2AAAAAAA	/* rD result: sra    */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     sra    */
-	DATA	0xAAAAAAAA	/* rD result: src    */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     src    */
-	DATA	0x2AAAAAAA	/* rD result: srl    */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     src    */
-
-	DATA	0xAAAAAAAA	/* rA operand        */
-	DATA	0x00000000	/* rD result: clz    */
-	DATA	0xFFFFFFAA	/* rD result: sext8  */
-	DATA	0xFFFFAAAA	/* rD result: sext16 */
-	DATA	0xD5555555	/* rD result: sra    */
-	DATA	0x00000000	/* MSR.C:     sra    */
-	DATA	0x55555555	/* rD result: src    */
-	DATA	0x00000000	/* MSR.C:     src    */
-	DATA	0x55555555	/* rD result: srl    */
-	DATA	0x00000000	/* MSR.C:     srl    */
-
-	DATA	0xFFFFFFFF	/* rA operand        */
-	DATA	0x00000000	/* rD result: clz    */
-	DATA	0xFFFFFFFF	/* rD result: sext8  */
-	DATA	0xFFFFFFFF	/* rD result: sext16 */
-	DATA	0xFFFFFFFF	/* rD result: sra    */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     sra    */
-	DATA	0xFFFFFFFF	/* rD result: src    */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     src    */
-	DATA	0x7FFFFFFF	/* rD result: srl    */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     srl    */
-
-	DATA	0x00000000	/* rA operand        */
-	DATA	0x00000020	/* rD result: clz    */
-	DATA	0x00000000	/* rD result: sext8  */
-	DATA	0x00000000	/* rD result: sext16 */
-	DATA	0x00000000	/* rD result: sra    */
-	DATA	0x00000000	/* MSR.C:     sra    */
-	DATA	0x00000000	/* rD result: src    */
-	DATA	0x00000000	/* MSR.C:     src    */
-	DATA	0x00000000	/* rD result: srl    */
-	DATA	0x00000000	/* MSR.C:     srl    */
-
-L_microblaze_selftest_ldstdata:
-	DATA	0xDEADBEEF	/* rD operand         */
-	DATA	0x12345678	/* rD operand         */
-	DATA	0x00000000	/* rD operand         */
-L_microblaze_selftest_ldstptr:
-	DATA	0
-	DATA	0
-	DATA	0
-
-L_microblaze_selftest_barreldata:
-	DATA	0x55555555	/* rA operand         */
-	DATA	16		/* rB operand         */
-	DATA	0x00005555	/* rD result: bsrl    */
-	DATA	0x00005555	/* rD result: bsra    */
-	DATA	0x55550000	/* rD result: bsll    */
-	DATA	0x55540415  	/* rD result: bsifi   */
-	DATA	0x00000008     	/* rD result: bsefi   */
-
-	DATA	0xAAAAAAAA	/* rA operand         */
-	DATA	1		/* rB operand         */
-	DATA	0x55555555	/* rD result: bsrl    */
-	DATA	0xD5555555	/* rD result: bsra    */
-	DATA	0x55555554	/* rD result: bsll    */
-	DATA	0xAAAA006A  	/* rD result: bsifi   */
-	DATA	0x00000000    	/* rD result: bsefi   */
-
-	DATA	0xFFFFFFFF	/* rA operand         */
-	DATA	25		/* rB operand         */
-	DATA	0x0000007F	/* rD result: bsrl    */
-	DATA	0xFFFFFFFF	/* rD result: bsra    */
-	DATA	0xFE000000	/* rD result: bsll    */
-	DATA	0xFFFE067F     	/* rD result: bsifi   */
-	DATA	0x0000000C    	/* rD result: bsefi   */
-
-	DATA	0x00000000	/* rA operand         */
-	DATA	10		/* rB operand         */
-	DATA	0x00000000	/* rD result: bsrl    */
-	DATA	0x00000000	/* rD result: bsra    */
-	DATA	0x00000000	/* rD result: bsll    */
-	DATA	0x00000280  	/* rD result: bsifi   */
-	DATA	0x00000005    	/* rD result: bsefi   */
-
-L_microblaze_selftest_muldata:
-	.long	0x55555555	/* rA operand         */
-	.long	0x55555555	/* rB operand         */
-	.long	0x38E38E39	/* rD result: mul     */
-#ifdef USE_HW_MUL_2
-	.long	0x1C71C71C	/* rD result: mulh    */
-	.long	0x1C71C71C	/* rD result: mulhu   */
-	.long	0x1C71C71C	/* rD result: mulhsu  */
-#endif
-	.long	0xAAAAAAAA	/* rA operand         */
-	.long	0xAAAAAAAA	/* rB operand         */
-	.long	0xE38E38E4	/* rD result: mul     */
-#ifdef USE_HW_MUL_2
-	.long	0x1C71C71C	/* rD result: mulh    */
-	.long	0x71C71C70	/* rD result: mulhu   */
-	.long	0xC71C71C6	/* rD result: mulhsu  */
-#endif
-	.long	0xFFFFFFFF	/* rA operand         */
-	.long	0xFFFFFFFF	/* rB operand         */
-	.long	0x00000001	/* rD result: mul     */
-#ifdef USE_HW_MUL_2
-	.long	0x00000000	/* rD result: mulh    */
-	.long	0xFFFFFFFE	/* rD result: mulhu   */
-	.long	0xFFFFFFFF	/* rD result: mulhsu  */
-#endif
-	.long	0x00000000	/* rA operand         */
-	.long	0x00000000	/* rB operand         */
-	.long	0x00000000	/* rD result: mul     */
-#ifdef USE_HW_MUL_2
-	.long	0x00000000	/* rD result: mulh    */
-	.long	0x00000000	/* rD result: mulhu   */
-	.long	0x00000000	/* rD result: mulhsu  */
-#endif
-
-L_microblaze_selftest_divdata:
-	.long	0x55555555	/* rA operand         */
-	.long	0x55555555	/* rB operand         */
-	.long	0x00000001	/* rD result: div     */
-	.long	0x00000001	/* rD result: divu    */
-
-	.long	0xAAAAAAAA	/* rA operand         */
-	.long	0xAAAAAAAA	/* rB operand         */
-	.long	0x00000001	/* rD result: div     */
-	.long	0x00000001	/* rD result: divu    */
-
-	.long	0xFFFFFFFF	/* rA operand         */
-	.long	0xFFFFFFFF	/* rB operand         */
-	.long	0x00000001	/* rD result: div     */
-	.long	0x00000001	/* rD result: divu    */
-
-	.long	0x00000001	/* rA operand         */
-	.long	0x00000000	/* rB operand         */
-	.long	0x00000000	/* rD result: div     */
-	.long	0x00000000	/* rD result: divu    */
-
-	.align	3
-L_microblaze_selftest_pcmpdata:
-	DATA	0x55555555	/* rA operand         */
-	DATA	0x44445555	/* rB operand         */
-	DATA	0x00000003	/* rD result: pcmpbf  */
-	DATA	0x00000000	/* rD result: pcmpeq  */
-	DATA	0x00000001	/* rD result: pcmpne  */
-
-	DATA	0xAAAAAAAA	/* rA operand         */
-	DATA	0xAAAAAAAA	/* rB operand         */
-	DATA	0x00000001	/* rD result: pcmpbf  */
-	DATA	0x00000001	/* rD result: pcmpeq  */
-	DATA	0x00000000	/* rD result: pcmpne  */
-
-	DATA	0xFFFFFFFF	/* rA operand         */
-	DATA	0x000000FF	/* rB operand         */
-	DATA	0x00000004	/* rD result: pcmpbf  */
-	DATA	0x00000000	/* rD result: pcmpeq  */
-	DATA	0x00000001	/* rD result: pcmpne  */
-
-	DATA	0x00000000	/* rA operand         */
-	DATA	0xDEADBEEF	/* rB operand         */
-	DATA	0x00000000	/* rD result: pcmpbf  */
-	DATA	0x00000000	/* rD result: pcmpeq  */
-	DATA	0x00000001	/* rD result: pcmpne  */
-
-L_microblaze_selftest_reorderdata:
-	DATA	0xDEADBEEF	/* rD operand        */
-	DATA	0xEFBEADDE	/* rD result: swapb  */
-	DATA	0xBEEFDEAD	/* rD result: swaph  */
-
-	DATA	0x00000000	/* rD operand        */
-	DATA	0x00000000	/* rD result: swapb  */
-	DATA	0x00000000	/* rD result: swaph  */
-/**
-* @} End of "addtogroup microblaze_pseudo_asm_macro".
-*/
diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_sleep.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_sleep.c
deleted file mode 100644
index 25f08a2..0000000
--- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_sleep.c
+++ /dev/null
@@ -1,278 +0,0 @@
-/******************************************************************************
-* Copyright (c) 2014 - 2021 Xilinx, Inc.  All rights reserved.
-* SPDX-License-Identifier: MIT
-******************************************************************************/
-
-/*****************************************************************************/
-/**
-*
-* @file microblaze_sleep.c
-*
-* Contains implementation of microblaze sleep function.
-*
-* 
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 4.1   hk   04/18/14 Add sleep function.
-* 6.0   asa  08/15/16 Updated the sleep/usleep signature. Fix for CR#956899.
-* 6.6   srm  10/18/17 Updated sleep routines to support user configurable
-*                     implementation. Now sleep routines will use Axi Timer
-*                     or machine cycles as specified by the user.
-* 6.8   mus  10/04/18 FreeRTOS BSP always use default method for sleep
-*                     implementation, It does not have user configurable sleep
-*                     implementation support, that is why FreeRTOS tcl does not
-*                     export XSLEEP_TIMER_IS_DEFAULT_TIMER macro to
-*                     xparameters.h. Modified code to always use default timer
-*                     path for FreeRTOS BSP, based on the "FREERTOS_BSP" macro.
-*                     It fixes CR#1012363.
-* 7.5   dp   01/05/21 Updated COUNTS_PER_U/MSECOND, ITERS_PER_M/USEC macros to
-*                     round it off to nearest possible value so that delta error
-*                     in time calculations can be minimized.
-* 7.5   mus   04/21/21 Microblaze frequency can be changed run time. Sleep routines
-*                      needs to use updated frequency for delay calculation, else
-*                      sleep calls would result into incorrect behavior. Added
-*                      Xil_SetMBFrequency API to write updated frequency value to
-*                      MBFreq variable, and updated ITERS_PER_SEC macro to read
-*                      frequency value from MBFreq variable, instead of using XPARS.
-*                      Xil_SetMBFrequency must be called immediately after change
-*                      in Microblaze frequency run time, it would keep sleep
-*                      routines in sync with Microblaze frequency.
-*                      Added Xil_GetMBFrequency to read current Microbalze frequency.
-*                      It fixes CR#1094568.
-* 7.6   mus  08/23/21  Updated prototypes for functions which are not taking any
-*                      arguments with void keyword. This has been done to fix
-*                      compilation warnings with "-Wstrict-prototypes" flag.
-*                      It fixes CR#1108601
-*
-* 
-* -* @note -* -* This file may contain architecture-dependent code. -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "microblaze_sleep.h" -#include "bspconfig.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -#if defined (XSLEEP_TIMER_IS_AXI_TIMER) -#define COUNTS_PER_SECOND (SLEEP_TIMER_FREQUENCY) -#define COUNTS_PER_MSECOND ((COUNTS_PER_SECOND + 500) / 1000) -#define COUNTS_PER_USECOND ((COUNTS_PER_SECOND + 500000)/ 1000000) -#warning "May wait for more than the specified delay" -#elif defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) || defined (FREERTOS_BSP) -#define ITERS_PER_SEC (Xil_GetMBFrequency() / 4) -#define ITERS_PER_MSEC ((ITERS_PER_SEC + 500) / 1000) -#define ITERS_PER_USEC ((ITERS_PER_MSEC + 500) / 1000) -#pragma message ("For the sleep routines, assembly instructions are used") -#endif -/***************** Variable Definitions *********************/ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) || defined (FREERTOS_BSP) -/** - * This variable stores current value of Microblaze frequency. - * It would be used by sleep routines to generate delay. - */ -static u32 MBFreq = XPAR_CPU_CORE_CLOCK_FREQ_HZ; -#endif - -/*****************************************************************************/ - -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) || defined (FREERTOS_BSP) -/*****************************************************************************/ -/** -* @brief Sets variable which stores Microblaze frequency value -* @param Val - Frequency value to be set -* @return XST_SUCCESS - If frequency updated successfully -* XST_INVALID_PARAM - If specified frequency value is not valid -* -* @note It must be called after runtime change in Microblaze frequency, -* failing to do so would result in to incorrect behavior of sleep -* routines -* -******************************************************************************/ -u32 Xil_SetMBFrequency(u32 Val) -{ - if ( Val != 0) { - MBFreq = Val; - return XST_SUCCESS; - } - return XST_INVALID_PARAM; -} - -/*****************************************************************************/ -/** -* @brief Returns current Microblaze frequency value -* @return MBFreq - Current Microblaze frequency value -* -******************************************************************************/ -u32 Xil_GetMBFrequency(void) -{ - return MBFreq; -} - -static void sleep_common(u32 n, u32 iters) -{ - asm volatile ( - "1: \n\t" - "addik %1, %1, -1 \n\t" - "add r7, r0, %0 \n\t" - "2: \n\t" - "addik r7, r7, -1 \n\t" - "bneid r7, 2b \n\t" - "or r0, r0, r0 \n\t" - "bneid %1, 1b \n\t" - "or r0, r0, r0 \n\t" - : - : "r"(iters), "r"(n) - ); -} -#endif - -/*****************************************************************************/ -/** -* @brief Provides delay for requested duration. -* @param useconds- time in useconds. -* @return 0 -* -* @note Instruction cache should be enabled for this to work. -* -******************************************************************************/ -int usleep_MB(unsigned long useconds) -{ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) || defined (FREERTOS_BSP) - sleep_common((u32)useconds, ITERS_PER_USEC); -#elif defined (XSLEEP_TIMER_IS_AXI_TIMER) - /* Start Axi timer */ - XTime_StartAxiTimer(); - Xil_SleepAxiTimer(useconds, COUNTS_PER_USECOND); -#endif - - return 0; -} - -/*****************************************************************************/ -/** -* @brief Provides delay for requested duration. -* @param seconds- time in useconds. -* @return 0 -* -* @note Instruction cache should be enabled for this to work. -* -******************************************************************************/ -unsigned sleep_MB(unsigned int seconds) -{ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) || defined (FREERTOS_BSP) - sleep_common(seconds, ITERS_PER_SEC); -#elif defined (XSLEEP_TIMER_IS_AXI_TIMER) - /* Start Axi timer */ - XTime_StartAxiTimer(); - Xil_SleepAxiTimer(seconds, COUNTS_PER_SECOND); -#endif - - return 0; -} - -/*****************************************************************************/ -/** -* -* @brief Provides delay for requested duration.. -* -* @param MilliSeconds- Delay time in milliseconds. -* -* @return None. -* -* @note Instruction cache should be enabled for this to work. -* -******************************************************************************/ -void MB_Sleep(u32 MilliSeconds) -{ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) || defined (FREERTOS_BSP) - sleep_common(MilliSeconds, ITERS_PER_MSEC); - -#elif defined (XSLEEP_TIMER_IS_AXI_TIMER) - /* Start Axi timer */ - XTime_StartAxiTimer(); - Xil_SleepAxiTimer(MilliSeconds, COUNTS_PER_MSECOND); -#endif -} - -/*****************************************************************************/ -/** - * - * @brief Provides delay for requested duration by using Axi Timer. - * - * @param delay - delay time in seconds/milli seconds/micro seconds. - * frequency - Number of counts per - * second/milli second/micro second. - * - * @return None. - * - * - ******************************************************************************/ -#if defined (XSLEEP_TIMER_IS_AXI_TIMER) -static void Xil_SleepAxiTimer(u32 delay, u64 frequency) -{ - u64 tEnd = 0U; - u64 tCur = 0U; - u32 TimeHighVal = 0U; - u32 TimeLowVal1 = 0U; - u32 TimeLowVal2 = 0U; - - TimeLowVal1 = Xil_In32((SLEEP_TIMER_BASEADDR) + - (XSLEEP_TIMER_AXITIMER_TCR_OFFSET)); - tEnd = (u64)TimeLowVal1 + ((u64)(delay) * frequency); - do - { - TimeLowVal2 = Xil_In32((SLEEP_TIMER_BASEADDR) + - (XSLEEP_TIMER_AXITIMER_TCR_OFFSET)); - if (TimeLowVal2 < TimeLowVal1) { - TimeHighVal++; - } - TimeLowVal1 = TimeLowVal2; - tCur = (((u64) TimeHighVal) << 32U) | (u64)TimeLowVal2; - }while (tCur < tEnd); -} - -/*****************************************************************************/ -/** - * - * @brief This API starts the Axi Timer only when the timer is not enabled. - * - * @param None. - * - * @return None. - * - * @note Instruction cache should be enabled for this to work. - * - ******************************************************************************/ - static void XTime_StartAxiTimer(void) - { - u32 ControlStatusReg; - - /* Checking if the timer is enabled */ - if(Xil_In32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_AXITIMER_TCSR0_OFFSET) && - XSLEEP_TIMER_AXITIMER_CSR_ENABLE_TMR_MASK) - { - return; - } - /* - * Read the current register contents such that only the necessary bits - * of the register are modified in the following operations - */ - ControlStatusReg = Xil_In32(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_AXITIMER_TCSR0_OFFSET); - /* - * Remove the reset condition such that the timer counter starts running - * with the value loaded from the compare register - */ - Xil_Out32((SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_AXITIMER_TCSR0_OFFSET), - (ControlStatusReg | XSLEEP_TIMER_AXITIMER_CSR_ENABLE_TMR_MASK | - XSLEEP_TIMER_AXITIMER_CSR_AUTO_RELOAD_MASK)); - } -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_sleep.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_sleep.h deleted file mode 100644 index de30ce1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_sleep.h +++ /dev/null @@ -1,130 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_sleep.h -* -* @addtogroup microblaze_sleep_routines Sleep Routines for Microblaze -* -* The microblaze_sleep.h file contains microblaze sleep APIs. These APIs -* provides delay for requested duration. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -------------------------------------------------------
-* 4.1   asa  04/18/14 Add sleep function - first release.
-* 6.6   srm  10/18/17 Added the Register offset definitions and Control/Status
-*                     Register bit masks of the Axi timer.
-* 7.5   mus   04/21/21 Microblaze frequency can be changed run time. Sleep routines
-*                      needs to use updated frequency for delay calculation, else
-*                      sleep calls would result into incorrect behavior. Added
-*                      Xil_SetMBFrequency API to write updated frequency value to
-*                      MBFreq variable, and updated ITERS_PER_SEC macro to read
-*                      frequency value from MBFreq variable, instead of using XPARS.
-*                      Xil_SetMBFrequency must be called immediately after change
-*                      in Microblaze frequency run time, it would keep sleep
-*                      routines in sync with Microblaze frequency.
-*                      Added Xil_GetMBFrequency to read current Microbalze frequency.
-*                      It fixes CR#1094568.
-* 7.6   mus  08/23/21  Updated prototypes for functions which are not taking any
-*                      arguments with void keyword. This has been done to fix
-*                      compilation warnings with "-Wstrict-prototypes" flag.
-*                      It fixes CR#1108601.
-*
-* 
-* -* @note -* The microblaze_sleep.h file may contain architecture-dependent items. -* -******************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef MICROBLAZE_SLEEP_H /* prevent circular inclusions */ -#define MICROBLAZE_SLEEP_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "mb_interface.h" -#include "xparameters.h" -#include "sleep.h" - -/************************** Constant Definitions *****************************/ - -#if defined (XSLEEP_TIMER_IS_AXI_TIMER) - -/** @name Register Offset Definitions - * Register offsets within the Axi timer counter, there are multiple - * timer counters within a single device - * @{ - */ -#define XSLEEP_TIMER_AXITIMER_TCSR0_OFFSET 0U /**< Control/Status register */ -#define XSLEEP_TIMER_AXITIMER_TLR_OFFSET 4U /**< Load register */ -#define XSLEEP_TIMER_AXITIMER_TCR_OFFSET 8U /**< Timer counter register */ -/* @} */ - -/** @name Control Status Register Bit Definitions - * Control Status Register bit masks - * Used to configure the Axi timer counter device. - * @{ - */ -#define XSLEEP_TIMER_AXITIMER_CSR_ENABLE_TMR_MASK 0x00000080U - /**< Enables only the specific timer */ -#define XSLEEP_TIMER_AXITIMER_CSR_AUTO_RELOAD_MASK 0x00000010U - /**< In compare mode, configures the timer - * counter to reload from the Load Register. - * The default mode causes the timer counter - * to hold when the compare value is hit. In - * capture mode, configures the timer counter - * to not hold the previous capture value if - * a new event occurs. The default mode cause - * the timer counter to hold the capture value - * until recognized.*/ -#define XSLEEP_TIMER_AXITIMER_CSR_LOAD_MASK 0x00000020U - /**< Loads the timer using the load value - * provided earlier in the Load Register, - * XSLEEP_TIMER_AXITIMER_TLR_OFFSET. */ -#define XSLEEP_TIMER_AXITIMER_CSR_INT_OCCURED_MASK 0x00000100U - /**< If bit is set, an interrupt has occurred. - * If set and '1' is written to this bit - * position, bit is cleared.*/ -#define XSLEEP_TIMER_AXITIMER_CSR_ENABLE_TMR_MASK 0x00000080U - /**< Enables only the specific timer */ -/* @} */ - -/**************************** Type Definitions *******************************/ -/************************** Function Prototypes ******************************/ - -static void Xil_SleepAxiTimer(u32 delay, u64 frequency); -static void XTime_StartAxiTimer(void); -#else -u32 Xil_SetMBFrequency(u32 Val); -u32 Xil_GetMBFrequency(void); -#endif -/** - *@endcond - */ -void MB_Sleep(u32 MilliSeconds) __attribute__((__deprecated__)); - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup microblaze_sleep_routines". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_update_dcache.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_update_dcache.S deleted file mode 100644 index 4831d67..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_update_dcache.S +++ /dev/null @@ -1,84 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2006 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* -* File : microblaze_update_dcache.s -* Date : 2003, September 24 -* Company: Xilinx -* Group : Emerging Software Technologies -* -* Summary: -* Update dcache on the microblaze. -* Takes in three parameters -* r5 : Cache Tag Line -* r6 : Cache Data -* r7 : Lock/Valid information -* Bit 30 is Lock [ 1 indicates locked ] -* Bit 31 is Valid [ 1 indicates valid ] -* -* -------------------------------------------------------------- -* | Lock | Valid | Effect -* -------------------------------------------------------------- -* | 0 | 0 | Invalidate Cache -* | 0 | 1 | Valid, but unlocked cacheline -* | 1 | 0 | Invalidate Cache, No effect of lock -* | 1 | 1 | Valid cache. Locked to a -* | | | particular address -* -------------------------------------------------------------- -* -* -**********************************************************************************/ -#include "xparameters.h" - -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN -#define XPAR_MICROBLAZE_DCACHE_LINE_LEN 1 -#endif - - .text - .globl microblaze_update_dcache - .ent microblaze_update_dcache - .align 2 -microblaze_update_dcache: -#if (XPAR_MICROBLAZE_USE_DCACHE==1) && (XPAR_MICROBLAZE_ALLOW_DCACHE_WR==1) - -#if XPAR_MICROBLAZE_DCACHE_LINE_LEN == 1 - -/* Read the MSR register into a temp register */ - mfs r18, rmsr - -/* Clear the dcache enable bit to disable the cache - Register r10,r18 are volatile registers and hence do not need to be saved before use */ - andi r10, r18, ~128 - mts rmsr, r10 - -/* Update the lock and valid info */ - andi r5, r5, 0xfffffffc - or r5, r5, r7 - -/* Update dcache */ - wdc r5, r6 - -/* Return */ - rtsd r15, 8 - mts rmsr, r18 - -#else - - /* The only valid usage of this routine for larger cache line lengths is to invalidate a data cache line - So call microblaze_init_dcache_range appropriately to do the job */ - - brid microblaze_init_dcache_range - addik r6, r0, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) - - /* We don't have a return instruction here. This is tail call optimization :) */ - -#endif /* XPAR_MICROBLAZE_DCACHE_LINE_LEN == 1 */ - -#else - rtsd r15, 8 - nop -#endif - .end microblaze_update_dcache diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_update_icache.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_update_icache.S deleted file mode 100644 index 5b2d4ed..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_update_icache.S +++ /dev/null @@ -1,83 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2006 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* File : microblaze_update_icache.s -* Date : 2003, September 24 -* Company: Xilinx -* Group : Emerging Software Technologies -* -* Summary: -* Update icache on the microblaze. -* Takes in three parameters -* r5 : Cache Tag Line -* r6 : Cache Data -* r7 : Lock/Valid information -* Bit 30 is Lock [ 1 indicates locked ] -* Bit 31 is Valid [ 1 indicates valid ] -* -* -------------------------------------------------------------- -* | Lock | Valid | Effect -* -------------------------------------------------------------- -* | 0 | 0 | Invalidate Cache -* | 0 | 1 | Valid, but unlocked cacheline -* | 1 | 0 | Invalidate Cache, No effect of lock -* | 1 | 1 | Valid cache. Locked to a -* | | | particular address -* -------------------------------------------------------------- -* -* -**********************************************************************************/ -#include "xparameters.h" - -#ifndef XPAR_MICROBLAZE_ICACHE_LINE_LEN -#define XPAR_MICROBLAZE_ICACHE_LINE_LEN 1 -#endif - - .text - .globl microblaze_update_icache - .ent microblaze_update_icache - .align 2 -microblaze_update_icache: -#if (XPAR_MICROBLAZE_USE_ICACHE==1) && (XPAR_MICROBLAZE_ALLOW_ICACHE_WR==1) - -#if XPAR_MICROBLAZE_ICACHE_LINE_LEN == 1 - -/* Read the MSR register into a temp register */ - mfs r18, rmsr - -/* Clear the icache enable bit to disable the cache - Register r10,r18 are volatile registers and hence do not need to be saved before use */ - andi r10, r18, ~32 - mts rmsr, r10 - -/* Update the lock and valid info */ - andi r5, r5, 0xfffffffc - or r5, r5, r7 - -/* Update icache */ - wic r5, r6 - -/* Return */ - rtsd r15, 8 - mts rmsr, r18 - -#else - - /* The only valid usage of this routine for larger cache line lengths is to invalidate an instruction cache line - So call microblaze_init_icache_range appropriately to do the job */ - - brid microblaze_init_icache_range - addik r6, r0, (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) - - /* We don't have a return instruction here. This is tail call optimization :) */ - -#endif /* XPAR_MICROBLAZE_ICACHE_LINE_LEN == 1 */ - -#else - rtsd r15, 8 - nop -#endif - .end microblaze_update_icache diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/pvr.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/pvr.c deleted file mode 100644 index a84c6a4..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/pvr.c +++ /dev/null @@ -1,68 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2006 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file pvr.c -* -* This header file contains defines for structures used by the microblaze -* PVR routines -* -******************************************************************************/ -#include "xparameters.h" -#include "pvr.h" -#include - -/* Definitions */ - -/****************************************************************************/ -/** -* @brief Populate the PVR data structure to which pvr points, with the -* values of the hardware PVR registers. -* -* @param pvr- address of PVR data structure to be populated -* -* @return 0 - SUCCESS -* -1 - FAILURE -* -****************************************************************************/ -int microblaze_get_pvr (pvr_t *pvr) -{ - if (!pvr) - return -1; - - bzero ((void*)pvr, sizeof (pvr_t)); - -#ifdef MICROBLAZE_PVR_NONE - return -1; -#else - getpvr (0, pvr->pvr[0]); -#endif /* MICROBLAZE_PVR_NONE */ - -#ifdef MICROBLAZE_PVR_FULL - getpvr (1, pvr->pvr[1]); - getpvr (2, pvr->pvr[2]); - getpvr (3, pvr->pvr[3]); - - getpvr (4, pvr->pvr[4]); - getpvr (5, pvr->pvr[5]); - getpvr (6, pvr->pvr[6]); - getpvr (7, pvr->pvr[7]); - - getpvr (8, pvr->pvr[8]); - getpvr (9, pvr->pvr[9]); - getpvr (10, pvr->pvr[10]); - getpvr (11, pvr->pvr[11]); - -/* getpvr (12, pvr->pvr[12]); */ -/* getpvr (13, pvr->pvr[13]); */ -/* getpvr (14, pvr->pvr[14]); */ -/* getpvr (15, pvr->pvr[15]); */ - -#endif /* MICROBLAZE_PVR_FULL */ - - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/pvr.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/pvr.h deleted file mode 100644 index c3813e7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/pvr.h +++ /dev/null @@ -1,524 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2006 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file pvr.h -* -* @addtogroup microblaze_pvr_macros Microblaze PVR access routines and macros -* -* MicroBlaze processor v5.00.a and later versions have configurable -* Processor Version Registers (PVRs). The contents of the PVR are captured -* using the pvr_t data structure, which is defined as an array of 32-bit words, -* with each word corresponding to a PVR register on hardware. The number of PVR -* words is determined by the number of PVRs configured in the hardware. You should -* not attempt to access PVR registers that are not present in hardware, as the -* pvr_t data structure is resized to hold only as many PVRs as are present in -* hardware. -* To access information in the PVR: -* 1. Use the microblaze_get_pvr() function to populate the PVR data into a pvr_t -* data structure. -* 2. In subsequent steps, you can use any one of the PVR access macros list to -* get individual data stored in the PVR. -* 3. pvr.h header file must be included to source to use PVR macros. -* -* @{ -* -******************************************************************************/ -/** - *@cond nocomments - */ - -#ifndef _PVR_H -#define _PVR_H - -#include "xil_types.h" -#include "xil_assert.h" -#include "xparameters.h" -#include "mb_interface.h" -#include "bspconfig.h" - -#ifdef __cplusplus -extern "C" { -#endif - - -/* Defs */ -typedef struct pvr_s { -#ifdef MICROBLAZE_PVR_FULL - unsigned int pvr[16]; -#else - unsigned int pvr[1]; -#endif -} pvr_t; - - -#define getpvr(pvrid, val) asm volatile ("mfs\t%0,rpvr" stringify(pvrid) "\n\t" : "=d" (val)) - -/* Basic PVR mask */ -#define MICROBLAZE_PVR0_PVR_FULL_MASK 0x80000000 -#define MICROBLAZE_PVR0_USE_BARREL_MASK 0x40000000 -#define MICROBLAZE_PVR0_USE_DIV_MASK 0x20000000 -#define MICROBLAZE_PVR0_USE_HW_MUL_MASK 0x10000000 -#define MICROBLAZE_PVR0_USE_FPU_MASK 0x08000000 -#define MICROBLAZE_PVR0_USE_EXCEPTION_MASK 0x04000000 -#define MICROBLAZE_PVR0_USE_ICACHE_MASK 0x02000000 -#define MICROBLAZE_PVR0_USE_DCACHE_MASK 0x01000000 -#define MICROBLAZE_PVR0_USE_MMU_MASK 0x00800000 -#define MICROBLAZE_PVR0_USE_BTC_MASK 0x00400000 -#define MICROBLAZE_PVR0_ENDIANNESS_MASK 0x00200000 -#define MICROBLAZE_PVR0_FAULT_TOLERANT_MASK 0x00100000 -#define MICROBLAZE_PVR0_STACK_PROTECTION_MASK 0x00080000 -#define MICROBLAZE_PVR0_MICROBLAZE_VERSION_MASK 0x0000FF00 -#define MICROBLAZE_PVR0_USER1_MASK 0x000000FF - -/* User 2 PVR mask */ -#define MICROBLAZE_PVR1_USER2_MASK 0xFFFFFFFF - -/* Configuration PVR masks */ -#define MICROBLAZE_PVR2_D_AXI_MASK 0x80000000 -#define MICROBLAZE_PVR2_D_LMB_MASK 0x40000000 -#define MICROBLAZE_PVR2_D_PLB_MASK 0x02000000 -#define MICROBLAZE_PVR2_I_AXI_MASK 0x20000000 -#define MICROBLAZE_PVR2_I_LMB_MASK 0x10000000 -#define MICROBLAZE_PVR2_I_PLB_MASK 0x01000000 -#define MICROBLAZE_PVR2_INTERRUPT_IS_EDGE_MASK 0x08000000 -#define MICROBLAZE_PVR2_EDGE_IS_POSITIVE_MASK 0x04000000 -#define MICROBLAZE_PVR2_INTERCONNECT_MASK 0x00800000 -#define MICROBLAZE_PVR2_STREAM_INTERCONNECT_MASK 0x00400000 -#define MICROBLAZE_PVR2_USE_EXTENDED_FSL_INSTR_MASK 0x00080000 -#define MICROBLAZE_PVR2_USE_MSR_INSTR_MASK 0x00020000 -#define MICROBLAZE_PVR2_USE_PCMP_INSTR_MASK 0x00010000 -#define MICROBLAZE_PVR2_AREA_OPTIMIZED_MASK 0x00008000 -#define MICROBLAZE_PVR2_USE_BARREL_MASK 0x00004000 -#define MICROBLAZE_PVR2_USE_DIV_MASK 0x00002000 -#define MICROBLAZE_PVR2_USE_HW_MUL_MASK 0x00001000 -#define MICROBLAZE_PVR2_USE_FPU_MASK 0x00000800 -#define MICROBLAZE_PVR2_USE_FPU2_MASK 0x00000200 -#define MICROBLAZE_PVR2_USE_MUL64_MASK 0x00000400 -#define MICROBLAZE_PVR2_OPCODE_0x0_ILLEGAL_MASK 0x00000040 -#define MICROBLAZE_PVR2_UNALIGNED_EXCEPTION_MASK 0x00000020 -#define MICROBLAZE_PVR2_ILL_OPCODE_EXCEPTION_MASK 0x00000010 -#define MICROBLAZE_PVR2_M_AXI_I_BUS_EXCEPTION_MASK 0x00000008 -#define MICROBLAZE_PVR2_M_AXI_D_BUS_EXCEPTION_MASK 0x00000004 -#define MICROBLAZE_PVR2_IPLB_BUS_EXCEPTION_MASK 0x00000100 -#define MICROBLAZE_PVR2_DPLB_BUS_EXCEPTION_MASK 0x00000080 -#define MICROBLAZE_PVR2_DIV_ZERO_EXCEPTION_MASK 0x00000002 -#define MICROBLAZE_PVR2_FPU_EXCEPTION_MASK 0x00000001 -#define MICROBLAZE_PVR2_FSL_EXCEPTION_MASK 0x00040000 - -/* Debug and exception PVR masks */ -#define MICROBLAZE_PVR3_DEBUG_ENABLED_MASK 0x80000000 -#define MICROBLAZE_PVR3_NUMBER_OF_PC_BRK_MASK 0x1E000000 -#define MICROBLAZE_PVR3_NUMBER_OF_RD_ADDR_BRK_MASK 0x00380000 -#define MICROBLAZE_PVR3_NUMBER_OF_WR_ADDR_BRK_MASK 0x0000E000 -#define MICROBLAZE_PVR3_FSL_LINKS_MASK 0x00000380 -#define MICROBLAZE_PVR3_BTC_SIZE_MASK 0x00000007 - -/* ICache config PVR masks */ -#define MICROBLAZE_PVR4_USE_ICACHE_MASK 0x80000000 -#define MICROBLAZE_PVR4_ICACHE_ADDR_TAG_BITS_MASK 0x7C000000 -#define MICROBLAZE_PVR4_ICACHE_ALLOW_WR_MASK 0x01000000 -#define MICROBLAZE_PVR4_ICACHE_LINE_LEN_MASK 0x00E00000 -#define MICROBLAZE_PVR4_ICACHE_BYTE_SIZE_MASK 0x001F0000 -#define MICROBLAZE_PVR4_ICACHE_ALWAYS_USED_MASK 0x00008000 -#define MICROBLAZE_PVR4_ICACHE_INTERFACE_MASK 0x00002000 -#define MICROBLAZE_PVR4_ICACHE_VICTIMS_MASK 0x00001C00 -#define MICROBLAZE_PVR4_ICACHE_STREAMS_MASK 0x00000300 -#define MICROBLAZE_PVR4_ICACHE_FORCE_TAG_LUTRAM_MASK 0x00000080 -#define MICROBLAZE_PVR4_ICACHE_DATA_WIDTH_MASK 0x00000040 - -/* DCache config PVR masks */ -#define MICROBLAZE_PVR5_USE_DCACHE_MASK 0x80000000 -#define MICROBLAZE_PVR5_DCACHE_ADDR_TAG_BITS_MASK 0x7C000000 -#define MICROBLAZE_PVR5_DCACHE_ALLOW_WR_MASK 0x01000000 -#define MICROBLAZE_PVR5_DCACHE_LINE_LEN_MASK 0x00E00000 -#define MICROBLAZE_PVR5_DCACHE_BYTE_SIZE_MASK 0x001F0000 -#define MICROBLAZE_PVR5_DCACHE_ALWAYS_USED_MASK 0x00008000 -#define MICROBLAZE_PVR5_DCACHE_USE_WRITEBACK_MASK 0x00004000 -#define MICROBLAZE_PVR5_DCACHE_INTERFACE_MASK 0x00002000 -#define MICROBLAZE_PVR5_DCACHE_VICTIMS_MASK 0x00001C00 -#define MICROBLAZE_PVR5_DCACHE_FORCE_TAG_LUTRAM_MASK 0x00000080 -#define MICROBLAZE_PVR5_DCACHE_DATA_WIDTH_MASK 0x00000040 - -#if defined(__arch64__) -/* ICache base address PVR mask */ -#define MICROBLAZE_PVR6_ICACHE_BASEADDR_MASK 0xFFFFFFFFFFFFFFFF - -/* ICache high address PVR mask */ -#define MICROBLAZE_PVR7_ICACHE_HIGHADDR_MASK 0xFFFFFFFFFFFFFFFF - -/* DCache base address PVR mask */ -#define MICROBLAZE_PVR8_DCACHE_BASEADDR_MASK 0xFFFFFFFFFFFFFFFF - -/* DCache high address PVR mask */ -#define MICROBLAZE_PVR9_DCACHE_HIGHADDR_MASK 0xFFFFFFFFFFFFFFFF - -#else -/* ICache base address PVR mask */ -#define MICROBLAZE_PVR6_ICACHE_BASEADDR_MASK 0xFFFFFFFF - -/* ICache high address PVR mask */ -#define MICROBLAZE_PVR7_ICACHE_HIGHADDR_MASK 0xFFFFFFFF - -/* DCache base address PVR mask */ -#define MICROBLAZE_PVR8_DCACHE_BASEADDR_MASK 0xFFFFFFFF - -/* DCache high address PVR mask */ -#define MICROBLAZE_PVR9_DCACHE_HIGHADDR_MASK 0xFFFFFFFF -#endif - -/* Target family PVR mask */ -#define MICROBLAZE_PVR10_TARGET_FAMILY_MASK 0xFF000000 - -/* MSR Reset value PVR mask */ -#define MICROBLAZE_PVR11_MSR_RESET_VALUE_MASK 0x000007FF - -/* MMU value PVR mask */ -#define MICROBLAZE_PVR11_MMU_MASK 0xC0000000 -#define MICROBLAZE_PVR11_MMU_ITLB_SIZE_MASK 0x38000000 -#define MICROBLAZE_PVR11_MMU_DTLB_SIZE_MASK 0x07000000 -#define MICROBLAZE_PVR11_MMU_TLB_ACCESS_MASK 0x00C00000 -#define MICROBLAZE_PVR11_MMU_ZONES_MASK 0x003E0000 -#define MICROBLAZE_PVR11_MMU_PRIVILEGED_INSTR_MASK 0x00010000 - -/** - *@endcond - */ -/* PVR access macros */ - -/** -Return non-zero integer if PVR is of type FULL, 0 if basic -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_IS_FULL(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_PVR_FULL_MASK) -/** -Return non-zero integer if hardware barrel shifter present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_BARREL(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_BARREL_MASK) -/** -Return non-zero integer if hardware divider present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_DIV(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_DIV_MASK) -/** -Return non-zero integer if hardware multiplier present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_HW_MUL(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_HW_MUL_MASK) -/** -Return non-zero integer if hardware floating point unit (FPU) present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_FPU(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_FPU_MASK) -/** -Return non-zero integer if I-cache present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_ICACHE(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_ICACHE_MASK) -/** -Return non-zero integer if D-cache present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_DCACHE(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_DCACHE_MASK) - -/** - *@cond nocomments - */ -#define MICROBLAZE_PVR_USE_MMU(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_MMU_MASK) -#define MICROBLAZE_PVR_USE_BTC(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_BTC_MASK) -#define MICROBLAZE_PVR_ENDIANNESS(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_ENDIANNESS_MASK) -#define MICROBLAZE_PVR_FAULT_TOLERANT(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_FAULT_TOLERANT_MASK) -#define MICROBLAZE_PVR_STACK_PROTECTION(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_STACK_PROTECTION_MASK) -/** -Return MicroBlaze processor version encoding. Refer to the MicroBlaze Processor -Reference Guide (UG081) for mappings from encodings to actual hardware versions. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_MICROBLAZE_VERSION(_pvr) ((_pvr.pvr[0] & MICROBLAZE_PVR0_MICROBLAZE_VERSION_MASK) >> 8) -/** -Return the USER1 field stored in the PVR. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USER1(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USER1_MASK) - -/** -Return the USER2 field stored in the PVR. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USER2(_pvr) (_pvr.pvr[1] & MICROBLAZE_PVR1_USER2_MASK) - -#define MICROBLAZE_PVR_D_AXI(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_D_AXI_MASK) - -/** -Return non-zero integer if Data Side PLB -interface is present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_D_LMB(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_D_LMB_MASK) - -/** -Return non-zero integer if Data Side PLB interface is present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_D_PLB(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_D_PLB_MASK) - -#define MICROBLAZE_PVR_I_AXI(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_I_AXI_MASK) - -/** -Return non-zero integer if Instruction Side Local Memory Bus (LMB) interface present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_I_LMB(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_I_LMB_MASK) - -/** -Return non-zero integer if Instruction Side PLB interface present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_I_PLB(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_I_PLB_MASK) - -/** -Return non-zero integer if interrupts are configured as edge-triggered. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_INTERRUPT_IS_EDGE(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_INTERRUPT_IS_EDGE_MASK) - -/** -Return non-zero integer if interrupts are configured as positive edge triggered. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_EDGE_IS_POSITIVE(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_EDGE_IS_POSITIVE_MASK) - -/** -Return non-zero if MicroBlaze processor has PLB interconnect; otherwise return zero. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_INTERCONNECT(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_INTERCONNECT_MASK) - -#define MICROBLAZE_PVR_STREAM_INTERCONNECT(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_STREAM_INTERCONNECT_MASK) -#define MICROBLAZE_PVR_USE_EXTENDED_FSL_INSTR(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_USE_EXTENDED_FSL_INSTR_MASK) -#define MICROBLAZE_PVR_USE_MSR_INSTR(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_USE_MSR_INSTR_MASK) -#define MICROBLAZE_PVR_USE_PCMP_INSTR(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_USE_PCMP_INSTR_MASK) -#define MICROBLAZE_PVR_AREA_OPTIMIZED(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_AREA_OPTIMIZED_MASK) - -/** -Return non-zero integer if MicroBlaze processor supports 64-bit products for -multiplies. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_MUL64(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_USE_MUL64_MASK) - -/** -Return non-zero integer if opcode 0x0 is treated as an illegal opcode. -multiplies. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_OPCODE_0x0_ILLEGAL(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_OPCODE_0x0_ILLEGAL_MASK) - -/** -Return non-zero integer if unaligned exceptions are supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_UNALIGNED_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_UNALIGNED_EXCEPTION_MASK) - -/** -Return non-zero integer if illegal opcode exceptions are supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ILL_OPCODE_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_ILL_OPCODE_EXCEPTION_MASK) - -#define MICROBLAZE_PVR_M_AXI_I_BUS_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_M_AXI_I_BUS_EXCEPTION_MASK) - -/** -Return non-zero integer if I-PLB exceptions are supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_IPLB_BUS_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_IPLB_BUS_EXCEPTION_MASK) - -#define MICROBLAZE_PVR_M_AXI_D_BUS_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_M_AXI_D_BUS_EXCEPTION_MASK) - -/** -Return non-zero integer if I-PLB exceptions are supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DPLB_BUS_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_DPLB_BUS_EXCEPTION_MASK) - -/** -Return non-zero integer if divide by zero exceptions are supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DIV_ZERO_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_DIV_ZERO_EXCEPTION_MASK) - -/** -Return non-zero integer if FPU exceptions are supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_FPU_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_FPU_EXCEPTION_MASK) - -/** -Return non-zero integer if FSL exceptions are present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_FSL_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_FSL_EXCEPTION_MASK) - -/** -Return non-zero integer if debug is enabled. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DEBUG_ENABLED(_pvr) (_pvr.pvr[3] & MICROBLAZE_PVR3_DEBUG_ENABLED_MASK) - -/** -Return the number of hardware PC breakpoints available. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_NUMBER_OF_PC_BRK(_pvr) ((_pvr.pvr[3] & MICROBLAZE_PVR3_NUMBER_OF_PC_BRK_MASK) >> 25) - -/** -Return the number of read address hardware watchpoints supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_NUMBER_OF_RD_ADDR_BRK(_pvr) ((_pvr.pvr[3] & MICROBLAZE_PVR3_NUMBER_OF_RD_ADDR_BRK_MASK) >> 19) - -/** -Return the number of write address hardware watchpoints supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_NUMBER_OF_WR_ADDR_BRK(_pvr) ((_pvr.pvr[3] & MICROBLAZE_PVR3_NUMBER_OF_WR_ADDR_BRK_MASK) >> 13) - -/** -Return the number of FSL links present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_FSL_LINKS(_pvr) ((_pvr.pvr[3] & MICROBLAZE_PVR3_FSL_LINKS_MASK) >> 7) -#define MICROBLAZE_PVR_BTC_SIZE(_pvr) (_pvr.pvr[3] & MICROBLAZE_PVR3_BTC_SIZE_MASK) - -/** -Return the number of address tag bits for the I-cache. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ICACHE_ADDR_TAG_BITS(_pvr) ((_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_ADDR_TAG_BITS_MASK) >> 26) - -/** -Return non-zero if writes to I-caches are allowed. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ICACHE_ALLOW_WR(_pvr) (_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_ALLOW_WR_MASK) - -/** -Return the length of each I-cache line in bytes. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ICACHE_LINE_LEN(_pvr) (1 << ((_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_LINE_LEN_MASK) >> 21)) - -/** -Return the size of the D-cache in bytes. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ICACHE_BYTE_SIZE(_pvr) (1 << ((_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_BYTE_SIZE_MASK) >> 16)) - -#define MICROBLAZE_PVR_ICACHE_ALWAYS_USED(_pvr) (_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_ALWAYS_USED_MASK) -#define MICROBLAZE_PVR_ICACHE_INTERFACE(_pvr) (_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_INTERFACE_MASK) -#define MICROBLAZE_PVR_ICACHE_VICTIMS(_pvr) ((_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_VICTIMS_MASK) >> 10) -#define MICROBLAZE_PVR_ICACHE_STREAMS(_pvr) ((_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_STREAMS_MASK) >> 8) -#define MICROBLAZE_PVR_ICACHE_FORCE_TAG_LUTRAM(_pvr) (_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_FORCE_TAG_LUTRAM_MASK) -#define MICROBLAZE_PVR_ICACHE_DATA_WIDTH(_pvr) (_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_DATA_WIDTH_MASK) - -/** -Return the number of address tag bits for the D-cache. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DCACHE_ADDR_TAG_BITS(_pvr) ((_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_ADDR_TAG_BITS_MASK) >> 26) - -/** -Return non-zero if writes to D-cache are allowed. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DCACHE_ALLOW_WR(_pvr) (_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_ALLOW_WR_MASK) - -/** -Return the length of each line in the D-cache in bytes. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DCACHE_LINE_LEN(_pvr) (1 << ((_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_LINE_LEN_MASK) >> 21)) - -/** -Return the size of the D-cache in bytes. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DCACHE_BYTE_SIZE(_pvr) (1 << ((_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_BYTE_SIZE_MASK) >> 16)) - - -#define MICROBLAZE_PVR_DCACHE_ALWAYS_USED(_pvr) (_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_ALWAYS_USED_MASK) -#define MICROBLAZE_PVR_DCACHE_USE_WRITEBACK(_pvr) (_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_USE_WRITEBACK_MASK) -#define MICROBLAZE_PVR_DCACHE_INTERFACE(_pvr) (_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_INTERFACE_MASK) -#define MICROBLAZE_PVR_DCACHE_VICTIMS(_pvr) ((_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_VICTIMS_MASK) >> 10) -#define MICROBLAZE_PVR_DCACHE_FORCE_TAG_LUTRAM(_pvr) (_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_FORCE_TAG_LUTRAM_MASK) -#define MICROBLAZE_PVR_DCACHE_DATA_WIDTH(_pvr) (_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_DATA_WIDTH_MASK) - -/** -Return the base address of the I-cache. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ICACHE_BASEADDR(_pvr) (_pvr.pvr[6] & MICROBLAZE_PVR6_ICACHE_BASEADDR_MASK) - -/** -Return the high address of the I-cache. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ICACHE_HIGHADDR(_pvr) (_pvr.pvr[7] & MICROBLAZE_PVR7_ICACHE_HIGHADDR_MASK) - -/** -Return the base address of the D-cache. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DCACHE_BASEADDR(_pvr) (_pvr.pvr[8] & MICROBLAZE_PVR8_DCACHE_BASEADDR_MASK) - -/** -Return the high address of the D-cache. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DCACHE_HIGHADDR(_pvr) (_pvr.pvr[9] & MICROBLAZE_PVR9_DCACHE_HIGHADDR_MASK) - -/** -Return the encoded target family identifier. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_TARGET_FAMILY(_pvr) ((_pvr.pvr[10] & MICROBLAZE_PVR10_TARGET_FAMILY_MASK) >> 24) - -/** -Refer to the MicroBlaze Processor Reference Guide (UG081) for mappings from encodings -to target family name strings. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_MSR_RESET_VALUE(_pvr) (_pvr.pvr[11] & MICROBLAZE_PVR11_MSR_RESET_VALUE_MASK) - -/** -Returns the value of C_USE_MMU. Refer to the MicroBlaze Processor Reference Guide -(UG081) for mappings from MMU type values to MMU function. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_MMU_TYPE(_pvr) ((_pvr.pvr[11] & MICROBLAZE_PVR11_MMU_MASK) >> 30) -#define MICROBLAZE_PVR_MMU_ITLB_SIZE(_pvr) ((_pvr.pvr[11] & MICROBLAZE_PVR11_MMU_ITLB_SIZE_MASK) >> 27) -#define MICROBLAZE_PVR_MMU_DTLB_SIZE(_pvr) ((_pvr.pvr[11] & MICROBLAZE_PVR11_MMU_DTLB_SIZE_MASK) >> 24) -#define MICROBLAZE_PVR_MMU_TLB_ACCESS(_pvr) ((_pvr.pvr[11] & MICROBLAZE_PVR11_MMU_TLB_ACCESS_MASK) >> 22) -#define MICROBLAZE_PVR_MMU_ZONES(_pvr) ((_pvr.pvr[11] & MICROBLAZE_PVR11_MMU_ZONES_MASK) >> 17) -#define MICROBLAZE_PVR_MMU_PRIVILEGED_INSTR(_pvr) ((_pvr.pvr[11] & MICROBLAZE_PVR11_MMU_PRIVILEGED_INSTR_MASK) >> 16) - -/* Protos */ -/** - *@endcond - */ -int microblaze_get_pvr (pvr_t *pvr); - -#ifdef __cplusplus -} -#endif -#endif /* _PVR_H */ - -/** -* @} End of "addtogroup microblaze_pvr_macros". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_cache.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_cache.c deleted file mode 100644 index f6678a8..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_cache.c +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.c -* -* @addtogroup microblaze_cache_apis Microblaze Cache APIs -* @{ -* -* This contains implementation of cache related driver functions. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00  hbm  07/28/09 Initial release
-* 3.10  asa  05/04/13 This version of MicroBlaze BSP adds support for system
-*					  cache/L2 cache. Existing APIs in this file are modified
-*					  to add support for L2 cache.
-*					  These changes are done for implementing PR #697214.
-* 
-* -* -******************************************************************************/ - -#include "xil_cache.h" - - -/****************************************************************************/ -/** -* -* @brief Disable the data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheDisable(void) -{ - Xil_DCacheFlush(); - Xil_DCacheInvalidate(); - Xil_L1DCacheDisable(); -} - -/****************************************************************************/ -/** -* -* @brief Disable the instruction cache. -* -* @return None. -* -* -****************************************************************************/ -void Xil_ICacheDisable(void) -{ - Xil_ICacheInvalidate(); - Xil_L1ICacheDisable(); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_cache.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_cache.h deleted file mode 100644 index d279665..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_cache.h +++ /dev/null @@ -1,392 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.h -* -* @addtogroup microblaze_cache_apis Microblaze Cache APIs -* @{ -* -* -* The xil_cache.h file contains cache related driver functions (or macros) -* that can be used to access the device. The user should refer to the -* hardware device specification for more details of the device operation. -* The functions in this header file can be used across all Xilinx supported -* processors. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00  hbm  07/28/09 Initial release
-* 3.02a sdm  10/24/11 Updated the file to include xparameters.h so that
-*                     the correct cache flush routines are used based on
-*                     whether the write-back or write-through caches are
-*                     used (cr #630532).
-* 3.10a asa  05/04/13 This version of MicroBlaze BSP adds support for system
-*					  cache/L2 cache. The existing/old APIs/macros in this
-*					  file are renamed to imply that they deal with L1 cache.
-*					  New macros/APIs are added to address similar features for
-*					  L2 cache. Users can include this file in their application
-*					  to use the various cache related APIs. These changes are
-*					  done for implementing PR #697214.
-*
-* 
-* -* -******************************************************************************/ - -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#if defined XENV_VXWORKS -/* VxWorks environment */ -#error "Unknown processor / architecture. Must be PPC for VxWorks." -#else -/* standalone environment */ - -#include "mb_interface.h" -#include "xil_types.h" -#include "xparameters.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/****************************************************************************/ -/** -* -* @brief Invalidate the entire L1 data cache. If the cacheline is modified -* (dirty), the modified contents are lost. -* -* -* @return None. -* -* @note Processor must be in real mode. -****************************************************************************/ -#define Xil_L1DCacheInvalidate() microblaze_invalidate_dcache() - -/****************************************************************************/ -/** -* -* @brief Invalidate the entire L2 data cache. If the cacheline is modified -* (dirty),the modified contents are lost. -* -* @return None. -* -* @note Processor must be in real mode. -****************************************************************************/ -#define Xil_L2CacheInvalidate() microblaze_invalidate_cache_ext() - -/****************************************************************************/ -/** -* -* @brief Invalidate the L1 data cache for the given address range. -* If the bytes specified by the address (Addr) are cached by the L1 -* data cache, the cacheline containing that byte is invalidated.If -* the cacheline is modified (dirty), the modified contents are lost. -* -* @param Addr is address of range to be invalidated. -* @param Len is the length in bytes to be invalidated. -* -* @return None. -* -* @note Processor must be in real mode. -****************************************************************************/ -#define Xil_L1DCacheInvalidateRange(Addr, Len) \ - microblaze_invalidate_dcache_range((Addr), (Len)) - -/****************************************************************************/ -/** -* -* @brief Invalidate the L1 data cache for the given address range. -* If the bytes specified by the address (Addr) are cached by the -* L1 data cache, the cacheline containing that byte is invalidated. -* If the cacheline is modified (dirty), the modified contents are lost. -* -* @param Addr: address of range to be invalidated. -* @param Len: length in bytes to be invalidated. -* -* @return None. -* -* @note Processor must be in real mode. -****************************************************************************/ -#define Xil_L2CacheInvalidateRange(Addr, Len) \ - microblaze_invalidate_cache_ext_range((Addr), (Len)) - -/****************************************************************************/ -/** -* @brief Flush the L1 data cache for the given address range. -* If the bytes specified by the address (Addr) are cached by the -* data cache, and is modified (dirty), the cacheline will be written -* to system memory.The cacheline will also be invalidated. -* -* @param Addr: the starting address of the range to be flushed. -* @param Len: length in byte to be flushed. -* -* @return None. -* -****************************************************************************/ -#if (XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK == 1) -# define Xil_L1DCacheFlushRange(Addr, Len) \ - microblaze_flush_dcache_range((Addr), (Len)) -#else -# define Xil_L1DCacheFlushRange(Addr, Len) \ - microblaze_invalidate_dcache_range((Addr), (Len)) -#endif /* XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK */ - -/****************************************************************************/ -/** -* @brief Flush the L2 data cache for the given address range. -* If the bytes specified by the address (Addr) are cached by the -* data cache, and is modified (dirty), the cacheline will be -* written to system memory. The cacheline will also be invalidated. -* -* @param Addr: the starting address of the range to be flushed. -* @param Len: length in byte to be flushed. -* -* @return None. -* -****************************************************************************/ -#define Xil_L2CacheFlushRange(Addr, Len) \ - microblaze_flush_cache_ext_range((Addr), (Len)) - -/****************************************************************************/ -/** -* @brief Flush the entire L1 data cache. If any cacheline is dirty, the -* cacheline will be written to system memory. The entire data cache -* will be invalidated. -* -* @return None. -* -****************************************************************************/ -#if (XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK == 1) -# define Xil_L1DCacheFlush() microblaze_flush_dcache() -#else -# define Xil_L1DCacheFlush() microblaze_invalidate_dcache() -#endif /* XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK */ - -/****************************************************************************/ -/** -* @brief Flush the entire L2 data cache. If any cacheline is dirty, the -* cacheline will be written to system memory. The entire data cache -* will be invalidated. -* -* @return None. -* -****************************************************************************/ -#define Xil_L2CacheFlush() microblaze_flush_cache_ext() - -/****************************************************************************/ -/** -* -* @brief Invalidate the instruction cache for the given address range. -* -* @param Addr is address of ragne to be invalidated. -* @param Len is the length in bytes to be invalidated. -* -* @return None. -* -****************************************************************************/ -#define Xil_L1ICacheInvalidateRange(Addr, Len) \ - microblaze_invalidate_icache_range((Addr), (Len)) - -/****************************************************************************/ -/** -* -* @brief Invalidate the entire instruction cache. -* -* @return None. -* -****************************************************************************/ -#define Xil_L1ICacheInvalidate() \ - microblaze_invalidate_icache() - - -/****************************************************************************/ -/** -* -* @brief Enable the L1 data cache. -* -* @return None. -* -* @note This is processor specific. -* -****************************************************************************/ -#define Xil_L1DCacheEnable() \ - microblaze_enable_dcache() - -/****************************************************************************/ -/** -* -* @brief Disable the L1 data cache. -* -* @return None. -* -* @note This is processor specific. -* -****************************************************************************/ -#define Xil_L1DCacheDisable() \ - microblaze_disable_dcache() - -/****************************************************************************/ -/** -* -* @brief Enable the instruction cache. -* -* @return None. -* -* @note This is processor specific. -* -****************************************************************************/ -#define Xil_L1ICacheEnable() \ - microblaze_enable_icache() - -/****************************************************************************/ -/** -* -* @brief Disable the L1 Instruction cache. -* -* @return None. -* -* @note This is processor specific. -* -****************************************************************************/ -#define Xil_L1ICacheDisable() \ - microblaze_disable_icache() - -/****************************************************************************/ -/** -* -* @brief Enable the data cache. -* -* @return None. -* -****************************************************************************/ -#define Xil_DCacheEnable() Xil_L1DCacheEnable() - -/****************************************************************************/ -/** -* -* @brief Enable the instruction cache. -* -* @return None. -* -* -****************************************************************************/ -#define Xil_ICacheEnable() Xil_L1ICacheEnable() - -/****************************************************************************/ -/** -* -* @brief Invalidate the entire Data cache. -* -* @return None. -* -****************************************************************************/ -#define Xil_DCacheInvalidate() \ - Xil_L2CacheInvalidate(); \ - Xil_L1DCacheInvalidate(); - - -/****************************************************************************/ -/** -* -* @brief Invalidate the Data cache for the given address range. -* If the bytes specified by the address (adr) are cached by the -* Data cache, the cacheline containing that byte is invalidated. -* If the cacheline is modified (dirty), the modified contents are -* lost and are NOT written to system memory before the line is -* invalidated. -* -* @param Addr: Start address of range to be invalidated. -* @param Len: Length of range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -#define Xil_DCacheInvalidateRange(Addr, Len) \ - Xil_L2CacheInvalidateRange((Addr), (Len)); \ - Xil_L1DCacheInvalidateRange((Addr), (Len)); - - -/****************************************************************************/ -/** -* -* @brief Flush the entire Data cache. -* -* @return None. -* -****************************************************************************/ -#define Xil_DCacheFlush() \ - Xil_L2CacheFlush(); \ - Xil_L1DCacheFlush(); - -/****************************************************************************/ -/** -* @brief Flush the Data cache for the given address range. -* If the bytes specified by the address (adr) are cached by the -* Data cache, the cacheline containing that byte is invalidated. -* If the cacheline is modified (dirty), the written to system -* memory first before the before the line is invalidated. -* -* @param Addr: Start address of range to be flushed. -* @param Len: Length of range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -#define Xil_DCacheFlushRange(Addr, Len) \ - Xil_L2CacheFlushRange((Addr), (Len)); \ - Xil_L1DCacheFlushRange((Addr), (Len)); - - -/****************************************************************************/ -/** -* @brief Invalidate the entire instruction cache. -* -* @return None. -* -****************************************************************************/ -#define Xil_ICacheInvalidate() \ - Xil_L2CacheInvalidate(); \ - Xil_L1ICacheInvalidate(); - - -/****************************************************************************/ -/** -* @brief Invalidate the instruction cache for the given address range. -* If the bytes specified by the address (adr) are cached by the -* Data cache, the cacheline containing that byte is invalidated. -* If the cacheline is modified (dirty), the modified contents are -* lost and are NOT written to system memory before the line is -* invalidated. -* -* @param Addr: Start address of ragne to be invalidated. -* @param Len: Length of range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -#define Xil_ICacheInvalidateRange(Addr, Len) \ - Xil_L2CacheInvalidateRange((Addr), (Len)); \ - Xil_L1ICacheInvalidateRange((Addr), (Len)); - -void Xil_DCacheDisable(void); -void Xil_ICacheDisable(void); - -#ifdef __cplusplus -} -#endif - -#endif - -#endif -/** -* @} End of "addtogroup microblaze_cache_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_exception.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_exception.c deleted file mode 100644 index f9c2ca4..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_exception.c +++ /dev/null @@ -1,180 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_exception.c -* -* This file contains implementation of exception related driver functions. -* -* @addtogroup microblaze_exception_apis Microblaze exception APIs -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00  hbm  07/28/09 Initial release
-* 6.2   ms   02/20/17 Fixed compilation warning. This is a fix for CR-969126.
-*
-* 
-* -******************************************************************************/ - -#include "xil_types.h" -#include "xil_exception.h" - -#include "microblaze_exceptions_g.h" -#include "microblaze_interrupts_i.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ -extern void microblaze_enable_exceptions(void); -extern void microblaze_disable_exceptions(void); -extern void microblaze_enable_interrupts(void); -extern void microblaze_disable_interrupts(void); - -/** -* Currently HAL is an augmented part of standalone BSP, so the old definition -* of MB_ExceptionVectorTableEntry is used here. -*/ - -typedef struct { - Xil_ExceptionHandler Handler; - void *CallBackRef; -} MB_ExceptionVectorTableEntry; - -#ifdef __cplusplus -} -#endif - -/** - * @endcond - */ - -/************************** Variable Definitions *****************************/ -extern MB_ExceptionVectorTableEntry MB_ExceptionVectorTable[XIL_EXCEPTION_ID_INT]; -extern MB_InterruptVectorTableEntry MB_InterruptVectorTable[MB_INTERRUPT_VECTOR_TABLE_ENTRIES]; - -/****************************************************************************/ -/** - * @brief This function is a stub handler that is the default handler that gets - * called if the application has not setup a handler for a specific - * exception. The function interface has to match the interface - * specified for a handler even though none of the arguments are used. - * - * @param Data: unused by this function. - * - *****************************************************************************/ -static void Xil_ExceptionNullHandler(void *Data) -{ - (void) Data; -} - -/****************************************************************************/ -/** -* @brief Initialize exception handling for the processor. The exception -* vector table is setup with the stub handler for all exceptions. -* -*****************************************************************************/ -void Xil_ExceptionInit(void) -{ - /* - * there is no need to setup the exception table here - */ - -} - -/****************************************************************************/ -/** -* @brief Enable Exceptions. -* -******************************************************************************/ -void Xil_ExceptionEnable(void) -{ -#ifdef MICROBLAZE_EXCEPTIONS_ENABLED - microblaze_enable_exceptions(); -#endif - microblaze_enable_interrupts(); -} - -/****************************************************************************/ -/** -* @brief Disable Exceptions. -* -******************************************************************************/ -void Xil_ExceptionDisable(void) -{ -#ifdef MICROBLAZE_EXCEPTIONS_ENABLED - microblaze_disable_exceptions(); -#endif - microblaze_disable_interrupts(); -} - -/*****************************************************************************/ -/** -*@brief Makes the connection between the Id of the exception source and the -* associated handler that is to run when the exception is recognized. -* The argument provided in this call as the DataPtr is used as the -* argument for the handler when it is called. -* -* @param Id: contains the 32 bit ID of the exception source and should -* be XIL_EXCEPTION_INT or be in the range of 0 to XIL_EXCEPTION_LAST. -* See xil_mach_exception.h for further information. -* @param Handler: handler function to be registered for exception -* @param Data: a reference to data that will be passed to the handler -* when it gets called. -* -****************************************************************************/ -void Xil_ExceptionRegisterHandler(u32 Id, Xil_ExceptionHandler Handler, - void *Data) -{ - if (Id == XIL_EXCEPTION_ID_INT) { - MB_InterruptVectorTable[0].Handler = Handler; - MB_InterruptVectorTable[0].CallBackRef = Data; - } - else { -#ifdef MICROBLAZE_EXCEPTIONS_ENABLED - MB_ExceptionVectorTable[Id].Handler = Handler; - MB_ExceptionVectorTable[Id].CallBackRef = Data; -#endif - } -} - - -/*****************************************************************************/ -/** -* @brief Removes the handler for a specific exception Id. The stub handler -* is then registered for this exception Id. -* -* @param Id: contains the 32 bit ID of the exception source and should -* be XIL_EXCEPTION_INT or in the range of 0 to XIL_EXCEPTION_LAST. -* See xexception_l.h for further information. -* -****************************************************************************/ -void Xil_ExceptionRemoveHandler(u32 Id) -{ - if (Id == XIL_EXCEPTION_ID_INT) { - MB_InterruptVectorTable[0].Handler = Xil_ExceptionNullHandler; - MB_InterruptVectorTable[0].CallBackRef = NULL; - } - else { - -#ifdef MICROBLAZE_EXCEPTIONS_ENABLED - MB_ExceptionVectorTable[Id].Handler = - Xil_ExceptionNullHandler; - MB_ExceptionVectorTable[Id].CallBackRef = NULL; -#endif - } -} -/** -* @} End of "addtogroup microblaze_exception_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_exception.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_exception.h deleted file mode 100644 index 571acd9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_exception.h +++ /dev/null @@ -1,112 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_exception.h -* -* @addtogroup microblaze_exception_apis Microblaze Exception APIs -* @{ -* -* The xil_exception.h file, available in the /src/microblaze folder, -* contains Microblaze specific exception related APIs and macros. Application programs -* can use these APIs for various exception related operations. For example, enable exception, -* disable exception, register exception hander. -* -* @note To use exception related functions, xil_exception.h must be added in source code -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00  hbm  07/28/09 Initial release
-*
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_EXCEPTION_H /* prevent circular inclusions */ -#define XIL_EXCEPTION_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/* - * These constants are specific to Microblaze processor. - */ - -#define XIL_EXCEPTION_ID_FIRST 0U -#define XIL_EXCEPTION_ID_FSL 0U -#define XIL_EXCEPTION_ID_UNALIGNED_ACCESS 1U -#define XIL_EXCEPTION_ID_ILLEGAL_OPCODE 2U -#define XIL_EXCEPTION_ID_M_AXI_I_EXCEPTION 3U -#define XIL_EXCEPTION_ID_IPLB_EXCEPTION 3U -#define XIL_EXCEPTION_ID_M_AXI_D_EXCEPTION 4U -#define XIL_EXCEPTION_ID_DPLB_EXCEPTION 4U -#define XIL_EXCEPTION_ID_DIV_BY_ZERO 5U -#define XIL_EXCEPTION_ID_FPU 6U -#define XIL_EXCEPTION_ID_STACK_VIOLATION 7U -#define XIL_EXCEPTION_ID_MMU 7U -#define XIL_EXCEPTION_ID_LAST XIL_EXCEPTION_ID_MMU - -/* - * XIL_EXCEPTION_ID_INT is defined for all processors, but with different value. - */ -#define XIL_EXCEPTION_ID_INT 16U /** - * exception ID for interrupt - */ - -/**************************** Type Definitions *******************************/ - -/** - * This typedef is the exception handler function. - */ -typedef void (*Xil_ExceptionHandler)(void *Data); - -/** - * This data type defines an interrupt handler for a device. - * The argument points to the instance of the component - */ -typedef void (*XInterruptHandler) (void *InstancePtr); - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -extern void Xil_ExceptionRegisterHandler(u32 Id, - Xil_ExceptionHandler Handler, - void *Data); - -extern void Xil_ExceptionRemoveHandler(u32 Id); - -extern void Xil_ExceptionInit(void); -extern void Xil_ExceptionEnable(void); -extern void Xil_ExceptionDisable(void); - -#ifdef __cplusplus -} -#endif - -#endif - -/** - *@endcond - */ - -/** -* @} End of "addtogroup microblaze_exception_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_misc_psreset_api.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_misc_psreset_api.c deleted file mode 100644 index 369a4a1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_misc_psreset_api.c +++ /dev/null @@ -1,435 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_misc_reset.c -* -* This file contains the implementation of the reset sequence for various -* zynq ps devices like DDR,OCM,Slcr,Ethernet,Usb.. controllers. The reset -* sequence provided to the interfaces is based on the provision in -* slcr reset functional block. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00b kpc   03/07/13 First release
-* 5.4	pkp	  16/11/15 Change the description for XOcm_Remap function
-* 
-* -******************************************************************************/ - - -/***************************** Include Files *********************************/ -#include "xil_misc_psreset_api.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - - -/*****************************************************************************/ -/** -* This function contains the implementation for ddr reset. -* -* @return N/A. -* -******************************************************************************/ -void XDdr_ResetHw(void) -{ - u32 RegVal; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert and deassert the ddr softreset bit */ - RegVal = Xil_In32(XDDRC_CTRL_BASEADDR); - RegVal &= (u32)(~XDDRPS_CTRL_RESET_MASK); - Xil_Out32(XDDRC_CTRL_BASEADDR,RegVal); - RegVal |= XDDRPS_CTRL_RESET_MASK; - Xil_Out32(XDDRC_CTRL_BASEADDR,RegVal); - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for remapping the ocm memory region -* to postbootrom state. -* -* @return N/A. -* -******************************************************************************/ -void XOcm_Remap(void) -{ - u32 RegVal; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Map the ocm region to postbootrom state */ - RegVal = Xil_In32(XSLCR_OCM_CFG_ADDR); - RegVal = (RegVal & (u32)(~XSLCR_OCM_CFG_HIADDR_MASK)) | (u32)XSLCR_OCM_CFG_RESETVAL; - Xil_Out32(XSLCR_OCM_CFG_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for SMC reset sequence -* -* @param BaseAddress of the interface -* -* @return N/A. -* -******************************************************************************/ -void XSmc_ResetHw(u32 BaseAddress) -{ - u32 RegVal; - - /* Clear the interuupts */ - RegVal = Xil_In32(BaseAddress + XSMC_MEMC_CLR_CONFIG_OFFSET); - RegVal |= XSMC_MEMC_CLR_CONFIG_MASK; - Xil_Out32(BaseAddress + XSMC_MEMC_CLR_CONFIG_OFFSET, RegVal); - /* Clear the idle counter registers */ - Xil_Out32(BaseAddress + XSMC_REFRESH_PERIOD_0_OFFSET, 0x0U); - Xil_Out32(BaseAddress + XSMC_REFRESH_PERIOD_1_OFFSET, 0x0U); - /* Update the ecc registers with reset values */ - Xil_Out32(BaseAddress + XSMC_ECC_MEMCFG1_OFFSET, - XSMC_ECC_MEMCFG1_RESET_VAL); - Xil_Out32(BaseAddress + XSMC_ECC_MEMCMD1_OFFSET, - XSMC_ECC_MEMCMD1_RESET_VAL); - Xil_Out32(BaseAddress + XSMC_ECC_MEMCMD2_OFFSET, - XSMC_ECC_MEMCMD2_RESET_VAL); - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for updating the slcr mio registers -* with reset values -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_MioWriteResetValues(void) -{ - u32 i; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Update all the MIO registers with reset values */ - for (i=0U; i<=1U;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_00_RESET_VAL); - } - for (; i<=8U;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_02_RESET_VAL); - } - for (; i<=53U ;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_00_RESET_VAL); - } - - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for updating the slcr pll registers -* with reset values -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_PllWriteResetValues(void) -{ - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - - /* update the pll control registers with reset values */ - Xil_Out32(XSLCR_IO_PLL_CTRL_ADDR, XSLCR_IO_PLL_CTRL_RESET_VAL); - Xil_Out32(XSLCR_ARM_PLL_CTRL_ADDR, XSLCR_ARM_PLL_CTRL_RESET_VAL); - Xil_Out32(XSLCR_DDR_PLL_CTRL_ADDR, XSLCR_DDR_PLL_CTRL_RESET_VAL); - /* update the pll config registers with reset values */ - Xil_Out32(XSLCR_IO_PLL_CFG_ADDR, XSLCR_IO_PLL_CFG_RESET_VAL); - Xil_Out32(XSLCR_ARM_PLL_CFG_ADDR, XSLCR_ARM_PLL_CFG_RESET_VAL); - Xil_Out32(XSLCR_DDR_PLL_CFG_ADDR, XSLCR_DDR_PLL_CFG_RESET_VAL); - /* update the clock control registers with reset values */ - Xil_Out32(XSLCR_ARM_CLK_CTRL_ADDR, XSLCR_ARM_CLK_CTRL_RESET_VAL); - Xil_Out32(XSLCR_DDR_CLK_CTRL_ADDR, XSLCR_DDR_CLK_CTRL_RESET_VAL); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for disabling the level shifters -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_DisableLevelShifters(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Disable the level shifters */ - RegVal = Xil_In32(XSLCR_LVL_SHFTR_EN_ADDR); - RegVal = RegVal & (u32)(~XSLCR_LVL_SHFTR_EN_MASK); - Xil_Out32(XSLCR_LVL_SHFTR_EN_ADDR, RegVal); - -} -/*****************************************************************************/ -/** -* This function contains the implementation for OCM software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_OcmReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_OCM_RST_CTRL_ADDR); - RegVal |= XSLCR_OCM_RST_CTRL_VAL; - Xil_Out32(XSLCR_OCM_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_OCM_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_OCM_RST_CTRL_VAL); - Xil_Out32(XSLCR_OCM_RST_CTRL_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for Ethernet software reset from -* the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_EmacPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_GEM_RST_CTRL_ADDR); - RegVal |= XSLCR_GEM_RST_CTRL_VAL; - Xil_Out32(XSLCR_GEM_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_GEM_RST_CTRL_ADDR); - RegVal &= (u32)(~XSLCR_GEM_RST_CTRL_VAL); - Xil_Out32(XSLCR_GEM_RST_CTRL_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for USB software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_UsbPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_USB_RST_CTRL_ADDR); - RegVal |= XSLCR_USB_RST_CTRL_VAL; - Xil_Out32(XSLCR_USB_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_USB_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_USB_RST_CTRL_VAL); - Xil_Out32(XSLCR_USB_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for QSPI software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_QspiPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_LQSPI_RST_CTRL_ADDR); - RegVal |= XSLCR_QSPI_RST_CTRL_VAL; - Xil_Out32(XSLCR_LQSPI_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_LQSPI_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_QSPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_LQSPI_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for SPI software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_SpiPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_SPI_RST_CTRL_ADDR); - RegVal |= XSLCR_SPI_RST_CTRL_VAL; - Xil_Out32(XSLCR_SPI_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_SPI_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_SPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_SPI_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for i2c software reset from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_I2cPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_I2C_RST_CTRL_ADDR); - RegVal |= XSLCR_I2C_RST_CTRL_VAL; - Xil_Out32(XSLCR_I2C_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_I2C_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_I2C_RST_CTRL_VAL); - Xil_Out32(XSLCR_I2C_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for UART software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_UartPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_UART_RST_CTRL_ADDR); - RegVal |= XSLCR_UART_RST_CTRL_VAL; - Xil_Out32(XSLCR_UART_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_UART_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_UART_RST_CTRL_VAL); - Xil_Out32(XSLCR_UART_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for CAN software reset from slcr -* registers -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_CanPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_CAN_RST_CTRL_ADDR); - RegVal |= XSLCR_CAN_RST_CTRL_VAL; - Xil_Out32(XSLCR_CAN_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_CAN_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_CAN_RST_CTRL_VAL); - Xil_Out32(XSLCR_CAN_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for SMC software reset from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_SmcPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_SMC_RST_CTRL_ADDR); - RegVal |= XSLCR_SMC_RST_CTRL_VAL; - Xil_Out32(XSLCR_SMC_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_SMC_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_SMC_RST_CTRL_VAL); - Xil_Out32(XSLCR_SMC_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for DMA controller software reset -* from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_DmaPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_DMAC_RST_CTRL_ADDR); - RegVal |= XSLCR_DMAC_RST_CTRL_VAL; - Xil_Out32(XSLCR_DMAC_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_DMAC_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_DMAC_RST_CTRL_VAL); - Xil_Out32(XSLCR_DMAC_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for Gpio AMBA software reset from -* the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_GpioPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_GPIO_RST_CTRL_ADDR); - RegVal |= XSLCR_GPIO_RST_CTRL_VAL; - Xil_Out32(XSLCR_GPIO_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_GPIO_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_GPIO_RST_CTRL_VAL); - Xil_Out32(XSLCR_GPIO_RST_CTRL_ADDR, RegVal); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_misc_psreset_api.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_misc_psreset_api.h deleted file mode 100644 index dbe5b07..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_misc_psreset_api.h +++ /dev/null @@ -1,261 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_misc_psreset_api.h -* -* This file contains the various register definitions and function prototypes for -* implementing the reset functionality of zynq ps devices -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00b kpc   03/07/13 First release.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_MISC_RESET_H /* prevent circular inclusions */ -#define XIL_MISC_RESET_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ -#define XDDRC_CTRL_BASEADDR 0xF8006000U -#define XSLCR_BASEADDR 0xF8000000U -/**< OCM configuration register */ -#define XSLCR_OCM_CFG_ADDR (XSLCR_BASEADDR + 0x00000910U) -/**< SLCR unlock register */ -#define XSLCR_UNLOCK_ADDR (XSLCR_BASEADDR + 0x00000008U) -/**< SLCR GEM0 rx clock control register */ -#define XSLCR_GEM0_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000138U) -/**< SLCR GEM1 rx clock control register */ -#define XSLCR_GEM1_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x0000013CU) -/**< SLCR GEM0 clock control register */ -#define XSLCR_GEM0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000140U) -/**< SLCR GEM1 clock control register */ -#define XSLCR_GEM1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000144U) -/**< SLCR SMC clock control register */ -#define XSLCR_SMC_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000148U) -/**< SLCR GEM reset control register */ -#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U) -/**< SLCR USB0 clock control register */ -#define XSLCR_USB0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000130U) -/**< SLCR USB1 clock control register */ -#define XSLCR_USB1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000134U) -/**< SLCR USB1 reset control register */ -#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U) -/**< SLCR SMC reset control register */ -#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U) -/**< SLCR Level shifter enable register */ -#define XSLCR_LVL_SHFTR_EN_ADDR (XSLCR_BASEADDR + 0x00000900U) -/**< SLCR ARM pll control register */ -#define XSLCR_ARM_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000100U) -/**< SLCR DDR pll control register */ -#define XSLCR_DDR_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000104U) -/**< SLCR IO pll control register */ -#define XSLCR_IO_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000108U) -/**< SLCR ARM pll configuration register */ -#define XSLCR_ARM_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000110U) -/**< SLCR DDR pll configuration register */ -#define XSLCR_DDR_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000114U) -/**< SLCR IO pll configuration register */ -#define XSLCR_IO_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000118U) -/**< SLCR ARM clock control register */ -#define XSLCR_ARM_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000120U) -/**< SLCR DDR clock control register */ -#define XSLCR_DDR_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000124U) -/**< SLCR MIO pin address register */ -#define XSLCR_MIO_PIN_00_ADDR (XSLCR_BASEADDR + 0x00000700U) -/**< SLCR DMAC reset control address register */ -#define XSLCR_DMAC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000020CU) -/**< SLCR USB reset control address register */ -/*#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U)*/ -/**< SLCR GEM reset control address register */ -/*#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U)*/ -/**< SLCR SDIO reset control address register */ -#define XSLCR_SDIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000218U) -/**< SLCR SPI reset control address register */ -#define XSLCR_SPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000021CU) -/**< SLCR CAN reset control address register */ -#define XSLCR_CAN_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000220U) -/**< SLCR I2C reset control address register */ -#define XSLCR_I2C_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000224U) -/**< SLCR UART reset control address register */ -#define XSLCR_UART_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000228U) -/**< SLCR GPIO reset control address register */ -#define XSLCR_GPIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000022CU) -/**< SLCR LQSPI reset control address register */ -#define XSLCR_LQSPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000230U) -/**< SLCR SMC reset control address register */ -/*#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U)*/ -/**< SLCR OCM reset control address register */ -#define XSLCR_OCM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000238U) - -/**< SMC mem controller clear config register */ -#define XSMC_MEMC_CLR_CONFIG_OFFSET 0x0000000CU -/**< SMC idlecount configuration register */ -#define XSMC_REFRESH_PERIOD_0_OFFSET 0x00000020U -#define XSMC_REFRESH_PERIOD_1_OFFSET 0x00000024U -/**< SMC ECC configuration register */ -#define XSMC_ECC_MEMCFG1_OFFSET 0x00000404U -/**< SMC ECC command 1 register */ -#define XSMC_ECC_MEMCMD1_OFFSET 0x00000404U -/**< SMC ECC command 2 register */ -#define XSMC_ECC_MEMCMD2_OFFSET 0x00000404U - -/**< SLCR unlock code */ -#define XSLCR_UNLOCK_CODE 0x0000DF0DU - -/**< SMC mem clear configuration mask */ -#define XSMC_MEMC_CLR_CONFIG_MASK 0x0000005FU -/**< SMC ECC memconfig 1 reset value */ -#define XSMC_ECC_MEMCFG1_RESET_VAL 0x00000043U -/**< SMC ECC memcommand 1 reset value */ -#define XSMC_ECC_MEMCMD1_RESET_VAL 0x01300080U -/**< SMC ECC memcommand 2 reset value */ -#define XSMC_ECC_MEMCMD2_RESET_VAL 0x01E00585U - -/**< DDR controller reset bit mask */ -#define XDDRPS_CTRL_RESET_MASK 0x00000001U -/**< SLCR OCM configuration reset value*/ -#define XSLCR_OCM_CFG_RESETVAL 0x00000008U -/**< SLCR OCM bank selection mask*/ -#define XSLCR_OCM_CFG_HIADDR_MASK 0x0000000FU -/**< SLCR level shifter enable mask*/ -#define XSLCR_LVL_SHFTR_EN_MASK 0x0000000FU - -/**< SLCR PLL register reset values */ -#define XSLCR_ARM_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_DDR_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_IO_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_ARM_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_DDR_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_IO_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_ARM_CLK_CTRL_RESET_VAL 0x1F000400U -#define XSLCR_DDR_CLK_CTRL_RESET_VAL 0x18400003U - -/**< SLCR MIO register default values */ -#define XSLCR_MIO_PIN_00_RESET_VAL 0x00001601U -#define XSLCR_MIO_PIN_02_RESET_VAL 0x00000601U - -/**< SLCR Reset control registers default values */ -#define XSLCR_DMAC_RST_CTRL_VAL 0x00000001U -#define XSLCR_GEM_RST_CTRL_VAL 0x000000F3U -#define XSLCR_USB_RST_CTRL_VAL 0x00000003U -#define XSLCR_I2C_RST_CTRL_VAL 0x00000003U -#define XSLCR_SPI_RST_CTRL_VAL 0x0000000FU -#define XSLCR_UART_RST_CTRL_VAL 0x0000000FU -#define XSLCR_QSPI_RST_CTRL_VAL 0x00000003U -#define XSLCR_GPIO_RST_CTRL_VAL 0x00000001U -#define XSLCR_SMC_RST_CTRL_VAL 0x00000003U -#define XSLCR_OCM_RST_CTRL_VAL 0x00000001U -#define XSLCR_SDIO_RST_CTRL_VAL 0x00000033U -#define XSLCR_CAN_RST_CTRL_VAL 0x00000003U - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - -/* the following data type is used to hold a null terminated version string - * consisting of the following format, "X.YYX" - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ -/* - * Performs reset operation to the ddr interface - */ -void XDdr_ResetHw(void); -/* - * Map the ocm region to post bootrom state - */ -void XOcm_Remap(void); -/* - * Performs the smc interface reset - */ -void XSmc_ResetHw(u32 BaseAddress); -/* - * updates the MIO registers with reset values - */ -void XSlcr_MioWriteResetValues(void); -/* - * updates the PLL and clock registers with reset values - */ -void XSlcr_PllWriteResetValues(void); -/* - * Disables the level shifters - */ -void XSlcr_DisableLevelShifters(void); -/* - * provides softreset to the GPIO interface - */ -void XSlcr_GpioPsReset(void); -/* - * provides softreset to the DMA interface - */ -void XSlcr_DmaPsReset(void); -/* - * provides softreset to the SMC interface - */ -void XSlcr_SmcPsReset(void); -/* - * provides softreset to the CAN interface - */ -void XSlcr_CanPsReset(void); -/* - * provides softreset to the Uart interface - */ -void XSlcr_UartPsReset(void); -/* - * provides softreset to the I2C interface - */ -void XSlcr_I2cPsReset(void); -/* - * provides softreset to the SPI interface - */ -void XSlcr_SpiPsReset(void); -/* - * provides softreset to the QSPI interface - */ -void XSlcr_QspiPsReset(void); -/* - * provides softreset to the USB interface - */ -void XSlcr_UsbPsReset(void); -/* - * provides softreset to the GEM interface - */ -void XSlcr_EmacPsReset(void); -/* - * provides softreset to the OCM interface - */ -void XSlcr_OcmReset(void); - - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MISC_RESET_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/open.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/open.c deleted file mode 100644 index b248e6a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/open.c +++ /dev/null @@ -1,27 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef UNDEFINE_FILE_OPS -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 open(char8 *buf, s32 flags, s32 mode); -} -#endif -/* - * open -- open a file descriptor. We don't have a filesystem, so - * we return an error. - */ -__attribute__((weak)) s32 open(char8 *buf, s32 flags, s32 mode) -{ - (void)buf; - (void)flags; - (void)mode; - errno = EIO; - return (-1); -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/outbyte.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/outbyte.c deleted file mode 100644 index 8b56036..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/outbyte.c +++ /dev/null @@ -1,15 +0,0 @@ -#include "xparameters.h" -#include "xuartps_hw.h" - -#ifdef __cplusplus -extern "C" { -#endif -void outbyte(char c); - -#ifdef __cplusplus -} -#endif - -void outbyte(char c) { - XUartPs_SendByte(STDOUT_BASEADDRESS, c); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/print.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/print.c deleted file mode 100644 index da7e768..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/print.c +++ /dev/null @@ -1,36 +0,0 @@ -/* print.c -- print a string on the output device. - * - * Copyright (c) 1995 Cygnus Support - * - * The authors hereby grant permission to use, copy, modify, distribute, - * and license this software and its documentation for any purpose, provided - * that existing copyright notices are retained in all copies and that this - * notice is included verbatim in any distributions. No written agreement, - * license, or royalty fee is required for any of the authorized uses. - * Modifications to this software may be copyrighted by their authors - * and need not follow the licensing terms described here, provided that - * the new terms are clearly indicated on the first page of each file where - * they apply. - * - */ - -/* - * print -- do a raw print of a string - */ -#include "xil_printf.h" - -void print(const char8 *ptr) -{ -#if HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE - XPVXenConsole_Write(ptr); -#else -#ifdef STDOUT_BASEADDRESS - while (*ptr != (char8)0) { - outbyte (*ptr); - ptr++; - } -#else -(void)ptr; -#endif -#endif -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/Makefile deleted file mode 100644 index 15c4254..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -############################################################################### -# Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -# -# Makefile for profiler -# -####################################################################### - -# PROFILE_ARCH_OBJS - Processor Architecture Dependent files defined here -include ../config.make - -AS=mb-as -COMPILER = mb-gcc -ARCHIVER = mb-ar -CP = cp -COMPILER_FLAGS=-O2 -EXTRA_COMPILER_FLAGS= -LIB = libxil.a -DUMMYLIB = libxilprofile.a - -CC_FLAGS = $(subst -pg, , $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, , $(EXTRA_COMPILER_FLAGS)) - -RELEASEDIR = ../../../../lib -INCLUDEDIR = ../../../../include -INCLUDES = -I./. -I${INCLUDEDIR} - -OBJS = _profile_init.o _profile_clean.o _profile_timer_hw.o profile_hist.o profile_cg.o -DUMMYOBJ = dummy.o -INCLUDEFILES = profile.h mblaze_nt_types.h _profile_timer_hw.h - -libs : reallibs dummylibs - -reallibs : $(OBJS) $(PROFILE_ARCH_OBJS) - $(ARCHIVER) -r $(RELEASEDIR)/$(LIB) $(OBJS) $(PROFILE_ARCH_OBJS) - -dummylibs : $(DUMMYOBJ) - $(ARCHIVER) -r $(RELEASEDIR)/$(DUMMYLIB) $(DUMMYOBJ) - -%.o:%.c - $(COMPILER) $(CC_FLAGS) $(ECC_FLAGS) -c $< -o $@ $(INCLUDES) - -%.o:%.S - $(COMPILER) $(CC_FLAGS) $(ECC_FLAGS) -c $< -o $@ $(INCLUDES) - -include: - $(CP) -rf $(INCLUDEFILES) $(INCLUDEDIR) - -clean: - rm -f $(OBJS) $(PROFILE_ARCH_OBJS) $(LIB) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_clean.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_clean.c deleted file mode 100644 index 926da80..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_clean.c +++ /dev/null @@ -1,21 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "profile.h" -#include "_profile_timer_hw.h" -#include "xil_exception.h" - -void _profile_clean( void ); - -/* - * This function is the exit routine and is called by the crtinit, when the - * program terminates. The name needs to be changed later.. - */ -void _profile_clean( void ) -{ - Xil_ExceptionDisable(); - disable_timer(); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_init.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_init.c deleted file mode 100644 index 13d2cc5..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_init.c +++ /dev/null @@ -1,59 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "profile.h" - -/* XMD Initializes the following Global Variables Value during Program - * Download with appropriate values. */ - -#ifdef PROC_MICROBLAZE - -extern s32 microblaze_init(void); - -#elif defined PROC_PPC - -extern s32 powerpc405_init(void); - -#else - -extern s32 cortexa9_init(void); - -#endif - -s32 profile_version = 1; /* Version of S/W Intrusive Profiling library */ - -u32 binsize = (u32)BINSIZE; /* Histogram Bin Size */ -u32 cpu_clk_freq = (u32)CPU_FREQ_HZ ; /* CPU Clock Frequency */ -u32 sample_freq_hz = (u32)SAMPLE_FREQ_HZ ; /* Histogram Sampling Frequency */ -u32 timer_clk_ticks = (u32)TIMER_CLK_TICKS ;/* Timer Clock Ticks for the Timer */ - -/* Structure for Storing the Profiling Data */ -struct gmonparam *_gmonparam = (struct gmonparam *)(0xffffffffU); -s32 n_gmon_sections = 1; - -/* This is the initialization code, which is called from the crtinit. */ - -void _profile_init( void ) -{ -/* print("Gmon Init called....\r\n") */ -/* putnum(n_gmon_sections) , print("\r\n") */ -/* if( _gmonparam == 0xffffffff ) */ -/* printf("Gmonparam is NULL !!\r\n") */ -/* for( i = 0, i < n_gmon_sections, i++ )[ */ -/* putnum( _gmonparam[i].lowpc) , print("\t") */ -/* putnum( _gmonparam[i].highpc) , print("\r\n") */ -/* putnum( _gmonparam[i].textsize ), print("\r\n") */ -/* putnum( _gmonparam[i].kcountsize * sizeof(unsigned short)), print("\r\n") */ -/* ] */ - -#ifdef PROC_MICROBLAZE - (void)microblaze_init(); -#elif defined PROC_PPC - powerpc405_init(); -#else - (void)cortexa9_init(); -#endif -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_timer_hw.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_timer_hw.c deleted file mode 100644 index 92d7005..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_timer_hw.c +++ /dev/null @@ -1,356 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "profile.h" -#include "_profile_timer_hw.h" - -#include "xil_exception.h" - -#ifdef PROC_PPC -#include "xtime_l.h" -#include "xpseudo_asm.h" -#endif - -#ifdef TIMER_CONNECT_INTC -#include "xintc_l.h" -#include "xintc.h" -#endif /* TIMER_CONNECT_INTC */ - -/* #ifndef PPC_PIT_INTERRUPT */ -#if (!defined PPC_PIT_INTERRUPT && !defined PROC_CORTEXA9) -#include "xtmrctr_l.h" -#endif - -/* extern u32 timer_clk_ticks, */ - -#ifdef PROC_PPC405 -#ifdef PPC_PIT_INTERRUPT -s32 ppc_pit_init( void ); -#endif -s32 powerpc405_init() -#endif /* PROC_CORTEXA9 */ - -#ifdef PROC_PPC440 -#ifdef PPC_PIT_INTERRUPT -s32 ppc_dec_init( void ); -#endif -s32 powerpc405_init(void); -#endif /* PROC_PPC440 */ - -#if (!defined PPC_PIT_INTERRUPT && !defined PROC_CORTEXA9) -s32 opb_timer_init( void ); -#endif - -#ifdef PROC_MICROBLAZE -s32 microblaze_init(void); -#endif /* PROC_MICROBLAZE */ - -#ifdef PROC_CORTEXA9 -s32 scu_timer_init( void ); -s32 cortexa9_init(void); -#endif /* PROC_CORTEXA9 */ - - -/*-------------------------------------------------------------------- - * PowerPC Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_PPC405 - - -/*-------------------------------------------------------------------- -* PowerPC PIT Timer Init. -* Defined only if PIT Timer is used for Profiling -* -*-------------------------------------------------------------------- */ -#ifdef PPC_PIT_INTERRUPT -int ppc_pit_init( void ) -{ - /* 1. Register Profile_intr_handler as Interrupt handler */ - /* 2. Set PIT Timer Interrupt and Enable it. */ - Xil_ExceptionRegisterHandler( XIL_EXCEPTION_ID_PIT_INT, - (Xil_ExceptionHandler)profile_intr_handler,NULL); - XTime_PITSetInterval( timer_clk_ticks ) ; - XTime_PITEnableAutoReload() ; - return 0; -} -#endif - - -/* -------------------------------------------------------------------- -* PowerPC Timer Initialization functions. -* For PowerPC, PIT and opb_timer can be used for Profiling. This -* is selected by the user in standalone BSP -* -*-------------------------------------------------------------------- */ -s32 powerpc405_init() -{ - Xil_ExceptionInit() ; - Xil_ExceptionDisableMask( XIL_EXCEPTION_NON_CRITICAL ) ; - - /* Initialize the Timer. - * 1. If PowerPC PIT Timer has to be used, initialize PIT timer. - * 2. Else use opb_timer. It can be directly connected or through intc to PowerPC */ -#ifdef PPC_PIT_INTERRUPT - ppc_pit_init(); -#else -#ifdef TIMER_CONNECT_INTC - Xil_ExceptionRegisterHandler( XIL_EXCEPTION_ID_NON_CRITICAL_INT, - (Xil_ExceptionHandler)XIntc_DeviceInterruptHandler,NULL); - XIntc_RegisterHandler( INTC_BASEADDR, PROFILE_TIMER_INTR_ID, - (XInterruptHandler)profile_intr_handler,NULL); -#else - Xil_ExceptionRegisterHandler( XIL_EXCEPTION_ID_NON_CRITICAL_INT, - (Xil_ExceptionHandler)profile_intr_handler,NULL); -#endif - /* Initialize the timer with Timer Ticks */ - opb_timer_init() ; -#endif - - /* Enable Interrupts in the System, if Profile Timer is the only Interrupt - * in the System. */ -#ifdef ENABLE_SYS_INTR -#ifdef PPC_PIT_INTERRUPT - XTime_PITEnableInterrupt() ; -#elif TIMER_CONNECT_INTC - XIntc_MasterEnable( INTC_BASEADDR ); - XIntc_SetIntrSvcOption( INTC_BASEADDR, XIN_SVC_ALL_ISRS_OPTION); - XIntc_EnableIntr( INTC_BASEADDR, PROFILE_TIMER_INTR_MASK ); -#endif - Xil_ExceptionEnableMask( XIL_EXCEPTION_NON_CRITICAL ) ; -#endif - return 0; -} - -#endif /* PROC_PPC */ - - - -/*-------------------------------------------------------------------- - * PowerPC440 Target - Timer related functions - * -------------------------------------------------------------------- */ -#ifdef PROC_PPC440 - - -/*-------------------------------------------------------------------- - * PowerPC DEC Timer Init. - * Defined only if DEC Timer is used for Profiling - * - *-------------------------------------------------------------------- */ -#ifdef PPC_PIT_INTERRUPT -s32 ppc_dec_init( void ) -{ - /* 1. Register Profile_intr_handler as Interrupt handler */ - /* 2. Set DEC Timer Interrupt and Enable it. */ - Xil_ExceptionRegisterHandler( XIL_EXCEPTION_ID_DEC_INT, - (Xil_ExceptionHandler)profile_intr_handler,NULL); - XTime_DECSetInterval( timer_clk_ticks ) ; - XTime_DECEnableAutoReload() ; - return 0; -} -#endif - - -/*-------------------------------------------------------------------- - * PowerPC Timer Initialization functions. - * For PowerPC, DEC and opb_timer can be used for Profiling. This - * is selected by the user in standalone BSP - * - *-------------------------------------------------------------------- */ -s32 powerpc405_init(void) -{ - Xil_ExceptionInit(); - Xil_ExceptionDisableMask( XIL_EXCEPTION_NON_CRITICAL ) ; - - /* Initialize the Timer. - * 1. If PowerPC DEC Timer has to be used, initialize DEC timer. - * 2. Else use opb_timer. It can be directly connected or through intc to PowerPC */ -#ifdef PPC_PIT_INTERRUPT - ppc_dec_init(); -#else -#ifdef TIMER_CONNECT_INTC - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_NON_CRITICAL_INT, - (Xil_ExceptionHandler)XIntc_DeviceInterruptHandler,NULL); - - XIntc_RegisterHandler( INTC_BASEADDR, PROFILE_TIMER_INTR_ID, - (XInterruptHandler)profile_intr_handler,NULL); -#else - Xil_ExceptionRegisterHandler( XIL_EXCEPTION_ID_NON_CRITICAL_INT, - (Xil_ExceptionHandler)profile_intr_handler,NULL); - Xil_ExceptionRegisterHandler( XIL_EXCEPTION_ID_NON_CRITICAL_INT, - (Xil_ExceptionHandler)profile_intr_handler,NULL); -#endif - /* Initialize the timer with Timer Ticks */ - opb_timer_init() ; -#endif - - /* Enable Interrupts in the System, if Profile Timer is the only Interrupt - * in the System. */ -#ifdef ENABLE_SYS_INTR -#ifdef PPC_PIT_INTERRUPT - XTime_DECEnableInterrupt() ; -#elif TIMER_CONNECT_INTC - XIntc_MasterEnable( INTC_BASEADDR ); - XIntc_SetIntrSvcOption( INTC_BASEADDR, XIN_SVC_ALL_ISRS_OPTION); - XIntc_EnableIntr( INTC_BASEADDR, PROFILE_TIMER_INTR_MASK ); -#endif - Xil_ExceptionEnableMask( XEXC_NON_CRITICAL ) ; -#endif - return 0; -} - -#endif /* PROC_PPC440 */ - -/* -------------------------------------------------------------------- - * opb_timer Initialization for PowerPC and MicroBlaze. This function - * is not needed if DEC timer is used in PowerPC - * - *-------------------------------------------------------------------- */ -/* #ifndef PPC_PIT_INTERRUPT */ -#if (!defined PPC_PIT_INTERRUPT && !defined PROC_CORTEXA9) -s32 opb_timer_init( void ) -{ - /* set the number of cycles the timer counts before interrupting */ - XTmrCtr_SetLoadReg((u32)PROFILE_TIMER_BASEADDR, (u16)0, (u32)timer_clk_ticks); - - /* reset the timers, and clear interrupts */ - XTmrCtr_SetControlStatusReg((u32)PROFILE_TIMER_BASEADDR, (u16)0, - (u32)XTC_CSR_INT_OCCURED_MASK | (u32)XTC_CSR_LOAD_MASK ); - - /* start the timers */ - XTmrCtr_SetControlStatusReg((u32)PROFILE_TIMER_BASEADDR, (u16)0, (u32)XTC_CSR_ENABLE_TMR_MASK - | (u32)XTC_CSR_ENABLE_INT_MASK | (u32)XTC_CSR_AUTO_RELOAD_MASK | (u32)XTC_CSR_DOWN_COUNT_MASK); - return 0; -} -#endif - - -/*-------------------------------------------------------------------- - * MicroBlaze Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_MICROBLAZE - -/* -------------------------------------------------------------------- - * Initialize the Profile Timer for MicroBlaze Target. - * For MicroBlaze, opb_timer is used. The opb_timer can be directly - * connected to MicroBlaze or connected through Interrupt Controller. - * - *-------------------------------------------------------------------- */ -s32 microblaze_init(void) -{ - /* Register profile_intr_handler - * 1. If timer is connected to Interrupt Controller, register the handler - * to Interrupt Controllers vector table. - * 2. If timer is directly connected to MicroBlaze, register the handler - * as Interrupt handler */ - Xil_ExceptionInit(); - -#ifdef TIMER_CONNECT_INTC - XIntc_RegisterHandler( INTC_BASEADDR, PROFILE_TIMER_INTR_ID, - (XInterruptHandler)profile_intr_handler,NULL); -#else - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_INT, - (Xil_ExceptionHandler)profile_intr_handler, - NULL) ; -#endif - - /* Initialize the timer with Timer Ticks */ - (void)opb_timer_init() ; - - /* Enable Interrupts in the System, if Profile Timer is the only Interrupt - * in the System. */ -#ifdef ENABLE_SYS_INTR -#ifdef TIMER_CONNECT_INTC - XIntc_MasterEnable((u32)INTC_BASEADDR ); - XIntc_SetIntrSvcOption( INTC_BASEADDR, XIN_SVC_ALL_ISRS_OPTION); - XIntc_EnableIntr( (u32)INTC_BASEADDR, PROFILE_TIMER_INTR_MASK ); - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_INT, - (Xil_ExceptionHandler)XIntc_DeviceInterruptHandler,NULL); -#endif - -#endif - - Xil_ExceptionEnable(); - - return 0; - -} - -#endif /* PROC_MICROBLAZE */ - - - -/* -------------------------------------------------------------------- - * Cortex A9 Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_CORTEXA9 - -/* -------------------------------------------------------------------- - * Initialize the Profile Timer for Cortex A9 Target. - * The scu private timer is connected to the Scu GIC controller. - * - *-------------------------------------------------------------------- */ -s32 scu_timer_init( void ) -{ - /* set the number of cycles the timer counts before interrupting - * scu timer runs at half the cpu clock */ - XScuTimer_SetLoadReg(PROFILE_TIMER_BASEADDR, timer_clk_ticks/2U); - - /* clear any pending interrupts */ - XScuTimer_SetIntrReg(PROFILE_TIMER_BASEADDR, 1U); - - /* enable interrupts, auto-reload mode and start the timer */ - XScuTimer_SetControlReg(PROFILE_TIMER_BASEADDR, XSCUTIMER_CONTROL_IRQ_ENABLE_MASK | - XSCUTIMER_CONTROL_AUTO_RELOAD_MASK | XSCUTIMER_CONTROL_ENABLE_MASK); - - return 0; -} - -s32 cortexa9_init(void) -{ - - Xil_ExceptionInit(); - - XScuGic_DeviceInitialize(0); - - /* - * Connect the interrupt controller interrupt handler to the hardware - * interrupt handling logic in the processor. - */ - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_IRQ_INT, - (Xil_ExceptionHandler)XScuGic_DeviceInterruptHandler, - NULL); - - /* - * Connect the device driver handler that will be called when an - * interrupt for the device occurs, the handler defined above performs - * the specific interrupt processing for the device. - */ - XScuGic_RegisterHandler(SCUGIC_CPU_BASEADDR, - PROFILE_TIMER_INTR_ID, - (Xil_ExceptionHandler)profile_intr_handler, - NULL); - - /* - * Enable the interrupt for scu timer. - */ - XScuGic_EnableIntr(SCUGIC_DIST_BASEADDR, PROFILE_TIMER_INTR_ID); - - /* - * Enable interrupts in the Processor. - */ - Xil_ExceptionEnableMask(XIL_EXCEPTION_IRQ); - - /* - * Initialize the timer with Timer Ticks - */ - (void)scu_timer_init() ; - - Xil_ExceptionEnable(); - - return 0; -} - -#endif /* PROC_CORTEXA9 */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_timer_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_timer_hw.h deleted file mode 100644 index b80c577..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_timer_hw.h +++ /dev/null @@ -1,281 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef PROFILE_TIMER_HW_H -#define PROFILE_TIMER_HW_H - -#include "profile.h" - -#ifdef PROC_PPC -#if defined __GNUC__ -# define SYNCHRONIZE_IO __asm__ volatile ("eieio") -#elif defined __DCC__ -# define SYNCHRONIZE_IO __asm volatile(" eieio") -#else -# define SYNCHRONIZE_IO -#endif -#endif - -#ifdef PROC_PPC -#define ProfIo_In32(InputPtr) { (*(volatile u32 *)(InputPtr)); SYNCHRONIZE_IO; } -#define ProfIo_Out32(OutputPtr, Value) { (*(volatile u32 *)(OutputPtr) = Value); SYNCHRONIZE_IO; } -#else -#define ProfIo_In32(InputPtr) (*(volatile u32 *)(InputPtr)); -#define ProfIo_Out32(OutputPtr, Value) { (*(volatile u32 *)(OutputPtr) = (Value)); } -#endif - -#define ProfTmrCtr_mWriteReg(BaseAddress, TmrCtrNumber, RegOffset, ValueToWrite)\ - ProfIo_Out32(((u32)(BaseAddress) + (u32)XTmrCtr_Offsets[(TmrCtrNumber)] + \ - (u32)(RegOffset)), (u32)(ValueToWrite)) - -#define ProfTimerCtr_mReadReg(BaseAddress, TmrCtrNumber, RegOffset) \ - ProfIo_In32((u32)(BaseAddress) + (u32)XTmrCtr_Offsets[(TmrCtrNumber)] + (u32)(RegOffset)) - -#define ProfTmrCtr_mSetControlStatusReg(BaseAddress, TmrCtrNumber, RegisterValue)\ - ProfTmrCtr_mWriteReg((BaseAddress), (TmrCtrNumber), XTC_TCSR_OFFSET, \ - (RegisterValue)) - -#define ProfTmrCtr_mGetControlStatusReg(BaseAddress, TmrCtrNumber) \ - ProfTimerCtr_mReadReg((u32)(BaseAddress), (TmrCtrNumber), XTC_TCSR_OFFSET) - - - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef PROC_PPC -#include "xexception_l.h" -#include "xtime_l.h" -#include "xpseudo_asm.h" -#endif - -#ifdef TIMER_CONNECT_INTC -#include "xintc_l.h" -#include "xintc.h" -#endif /* TIMER_CONNECT_INTC */ - -#if (!defined PPC_PIT_INTERRUPT && !defined PROC_CORTEXA9) -#include "xtmrctr_l.h" -#endif - -#ifdef PROC_CORTEXA9 -#include "xscutimer_hw.h" -#include "xscugic.h" -#endif - -extern u32 timer_clk_ticks ; - -/*-------------------------------------------------------------------- - * PowerPC Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_PPC - -#ifdef PPC_PIT_INTERRUPT -u32 timer_lo_clk_ticks ; /* Clk ticks when Timer is disabled in CG */ -#endif - -#ifdef PROC_PPC440 -#define XREG_TCR_PIT_INTERRUPT_ENABLE XREG_TCR_DEC_INTERRUPT_ENABLE -#define XREG_TSR_PIT_INTERRUPT_STATUS XREG_TSR_DEC_INTERRUPT_STATUS -#define XREG_SPR_PIT XREG_SPR_DEC -#define XEXC_ID_PIT_INT XEXC_ID_DEC_INT -#endif - -/* -------------------------------------------------------------------- - * Disable the Timer - During Profiling - * - * For PIT Timer - - * 1. XTime_PITDisableInterrupt() ; - * 2. Store the remaining timer clk tick - * 3. Stop the PIT Timer - *-------------------------------------------------------------------- */ - -#ifdef PPC_PIT_INTERRUPT -#define disable_timer() \ - { \ - u32 val; \ - val=mfspr(XREG_SPR_TCR); \ - mtspr(XREG_SPR_TCR, val & (~XREG_TCR_PIT_INTERRUPT_ENABLE)); \ - timer_lo_clk_ticks = mfspr(XREG_SPR_PIT); \ - mtspr(XREG_SPR_PIT, 0); \ - } -#else -#define disable_timer() \ - { \ - u32 addr = (PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET; \ - u32 tmp_v = ProfIo_In32(addr); \ - tmp_v = tmp_v & (~XTC_CSR_ENABLE_TMR_MASK); \ - ProfIo_Out32((PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET, tmp_v); \ - } -#endif - - - -/* -------------------------------------------------------------------- - * Enable the Timer - * - * For PIT Timer - - * 1. Load the remaining timer clk ticks - * 2. XTime_PITEnableInterrupt() ; - *-------------------------------------------------------------------- */ -#ifdef PPC_PIT_INTERRUPT -#define enable_timer() \ - { \ - u32 val; \ - val=mfspr(XREG_SPR_TCR); \ - mtspr(XREG_SPR_PIT, timer_lo_clk_ticks); \ - mtspr(XREG_SPR_TCR, val | XREG_TCR_PIT_INTERRUPT_ENABLE); \ - } -#else -#define enable_timer() \ - { \ - u32 addr = (PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET; \ - u32 tmp_v = ProfIo_In32(addr); \ - tmp_v = tmp_v | XTC_CSR_ENABLE_TMR_MASK; \ - ProfIo_Out32((PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET, tmp_v); \ - } -#endif - - - -/* -------------------------------------------------------------------- - * Send Ack to Timer Interrupt - * - * For PIT Timer - - * 1. Load the timer clk ticks - * 2. Enable AutoReload and Interrupt - * 3. Clear PIT Timer Status bits - *-------------------------------------------------------------------- */ -#ifdef PPC_PIT_INTERRUPT -#define timer_ack() \ - { \ - u32 val; \ - mtspr(XREG_SPR_PIT, timer_clk_ticks); \ - mtspr(XREG_SPR_TSR, XREG_TSR_PIT_INTERRUPT_STATUS); \ - val=mfspr(XREG_SPR_TCR); \ - mtspr(XREG_SPR_TCR, val| XREG_TCR_PIT_INTERRUPT_ENABLE| XREG_TCR_AUTORELOAD_ENABLE); \ - } -#else -#define timer_ack() \ - { \ - u32 csr; \ - csr = ProfTmrCtr_mGetControlStatusReg(PROFILE_TIMER_BASEADDR, 0); \ - ProfTmrCtr_mSetControlStatusReg(PROFILE_TIMER_BASEADDR, 0, csr); \ - } -#endif - -/*-------------------------------------------------------------------- */ -#endif /* PROC_PPC */ -/* -------------------------------------------------------------------- */ - - - - -/* -------------------------------------------------------------------- - * MicroBlaze Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_MICROBLAZE - -/* -------------------------------------------------------------------- - * Disable the Timer during Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define disable_timer() \ - { \ - u32 Addr = ((u32)PROFILE_TIMER_BASEADDR); \ - Addr += (u32)XTmrCtr_Offsets[(u16)(0)]; \ - Addr += (u32)XTC_TCSR_OFFSET; \ - u32 tmp_v = ProfIo_In32(Addr); \ - tmp_v = tmp_v & (u32)(~XTC_CSR_ENABLE_TMR_MASK); \ - u32 OutAddr = (u32)PROFILE_TIMER_BASEADDR; \ - OutAddr += (u32)XTmrCtr_Offsets[(u16)(0)]; \ - OutAddr += (u32)XTC_TCSR_OFFSET; \ - ProfIo_Out32(OutAddr, (u32)tmp_v); \ - } - - -/* -------------------------------------------------------------------- - * Enable the Timer after Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define enable_timer() \ - { \ - u32 Addr = ((u32)PROFILE_TIMER_BASEADDR); \ - Addr += (u32)XTmrCtr_Offsets[(u16)(0)]; \ - Addr += (u32)XTC_TCSR_OFFSET; \ - u32 tmp_v = (u32)ProfIo_In32(Addr); \ - tmp_v = tmp_v | (u32)XTC_CSR_ENABLE_TMR_MASK; \ - ProfIo_Out32((u32)(PROFILE_TIMER_BASEADDR) + (u32)XTmrCtr_Offsets[(u16)(0)] + (u32)XTC_TCSR_OFFSET, (u32)tmp_v); \ - } - - -/* -------------------------------------------------------------------- - * Send Ack to Timer Interrupt - * - *-------------------------------------------------------------------- */ -#define timer_ack() \ - { \ - u32 csr; \ - csr = ProfTmrCtr_mGetControlStatusReg((u32)PROFILE_TIMER_BASEADDR, (u16)0); \ - ProfTmrCtr_mSetControlStatusReg((u32)PROFILE_TIMER_BASEADDR, (u16)0, (u32)csr); \ - } - -/*-------------------------------------------------------------------- */ -#endif /* PROC_MICROBLAZE */ -/*-------------------------------------------------------------------- */ - -/* -------------------------------------------------------------------- - * Cortex A9 Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_CORTEXA9 - -/* -------------------------------------------------------------------- - * Disable the Timer during Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define disable_timer() \ -{ \ - u32 Reg; \ - Reg = Xil_In32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET); \ - Reg &= (~XSCUTIMER_CONTROL_ENABLE_MASK);\ - Xil_Out32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET, Reg);\ -} - - -/* -------------------------------------------------------------------- - * Enable the Timer after Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define enable_timer() \ -{ \ - u32 Reg; \ - Reg = Xil_In32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET); \ - Reg |= XSCUTIMER_CONTROL_ENABLE_MASK; \ - Xil_Out32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET, Reg);\ -} - - -/* -------------------------------------------------------------------- - * Send Ack to Timer Interrupt - * - *-------------------------------------------------------------------- */ -#define timer_ack() \ -{ \ - Xil_Out32((u32)PROFILE_TIMER_BASEADDR + (u32)XSCUTIMER_ISR_OFFSET, \ - (u32)XSCUTIMER_ISR_EVENT_FLAG_MASK);\ -} - -/*-------------------------------------------------------------------- */ -#endif /* PROC_CORTEXA9 */ -/*-------------------------------------------------------------------- */ - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/dummy.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/dummy.S deleted file mode 100644 index 85fb264..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/dummy.S +++ /dev/null @@ -1,37 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - .globl dummy_f - -#ifdef PROC_MICROBLAZE - .text - .align 2 - .ent dummy_f - -dummy_f: - nop - - .end dummy_f -#endif - -#ifdef PROC_PPC - .section .text - .align 2 - .type dummy_f@function - -dummy_f: - b dummy_f - -#endif - -#ifdef PROC_CORTEXA9 - .section .text - .align 2 - .type dummy_f, %function - -dummy_f: - b dummy_f - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/mblaze_nt_types.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/mblaze_nt_types.h deleted file mode 100644 index 6b51ea9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/mblaze_nt_types.h +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - - -#ifndef _MBLAZE_NT_TYPES_H -#define _MBLAZE_NT_TYPES_H - -#ifdef __cplusplus -extern "C" { -#endif - -typedef char byte; -typedef short half; -typedef int word; -typedef unsigned char ubyte; -typedef unsigned short uhalf; -typedef unsigned int uword; -typedef ubyte boolean; - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile.h deleted file mode 100644 index 27b3df1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile.h +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef PROFILE_H -#define PROFILE_H 1 - -#include -#include "xil_types.h" -#include "profile_config.h" - -#ifdef PROC_MICROBLAZE -#include "mblaze_nt_types.h" -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -void _system_init( void ) ; -void _system_clean( void ) ; -void mcount(u32 frompc, u32 selfpc); -void profile_intr_handler( void ) ; -void _profile_init( void ); - - - -/**************************************************************************** - * Profiling on hardware - Hash table maintained on hardware and data sent - * to xmd for gmon.out generation. - ****************************************************************************/ -/* - * histogram counters are unsigned shorts (according to the kernel). - */ -#define HISTCOUNTER u16 - -struct tostruct { - u32 selfpc; - s32 count; - s16 link; - u16 pad; -}; - -struct fromstruct { - u32 frompc ; - s16 link ; - u16 pad ; -} ; - -/* - * general rounding functions. - */ -#define ROUNDDOWN(x,y) (((x)/(y))*(y)) -#define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) - -/* - * The profiling data structures are housed in this structure. - */ -struct gmonparam { - s32 state; - - /* Histogram Information */ - u16 *kcount; /* No. of bins in histogram */ - u32 kcountsize; /* Histogram samples */ - - /* Call-graph Information */ - struct fromstruct *froms; - u32 fromssize; - struct tostruct *tos; - u32 tossize; - - /* Initialization I/Ps */ - u32 lowpc; - u32 highpc; - u32 textsize; - /* u32 cg_froms, */ - /* u32 cg_tos, */ -}; -extern struct gmonparam *_gmonparam; -extern s32 n_gmon_sections; - -/* - * Possible states of profiling. - */ -#define GMON_PROF_ON 0 -#define GMON_PROF_BUSY 1 -#define GMON_PROF_ERROR 2 -#define GMON_PROF_OFF 3 - -/* - * Sysctl definitions for extracting profiling information from the kernel. - */ -#define GPROF_STATE 0 /* int: profiling enabling variable */ -#define GPROF_COUNT 1 /* struct: profile tick count buffer */ -#define GPROF_FROMS 2 /* struct: from location hash bucket */ -#define GPROF_TOS 3 /* struct: destination/count structure */ -#define GPROF_GMONPARAM 4 /* struct: profiling parameters (see above) */ - -#ifdef __cplusplus -} -#endif - -#endif /* PROFILE_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_cg.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_cg.c deleted file mode 100644 index 4e3a872..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_cg.c +++ /dev/null @@ -1,145 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "profile.h" -#include "_profile_timer_hw.h" -#ifdef PROC_MICROBLAZE -#include "mblaze_nt_types.h" -#endif - -/* - * The mcount function is excluded from the library, if the user defines - * PROFILE_NO_GRAPH. - */ -#ifndef PROFILE_NO_GRAPH - -#include -#include -#include - -#ifdef PROFILE_NO_FUNCPTR -s32 searchpc(const struct fromto_struct *cgtable, s32 cgtable_size, u32 frompc ); -#else -s32 searchpc(const struct fromstruct *froms, s32 fromssize, u32 frompc ); -#endif - -/*extern struct gmonparam *_gmonparam, */ - -#ifdef PROFILE_NO_FUNCPTR -s32 searchpc(const struct fromto_struct *cgtable, s32 cgtable_size, u32 frompc ) -{ - s32 index = 0 ; - - while( (index < cgtable_size) && (cgtable[index].frompc != frompc) ){ - index++ ; - } - if( index == cgtable_size ) { - return -1 ; - } else { - return index ; - } -} -#else -s32 searchpc(const struct fromstruct *froms, s32 fromssize, u32 frompc ) -{ - s32 index = 0 ; - s32 Status; - - while( (index < fromssize) && (froms[index].frompc != frompc) ){ - index++ ; - } - if( index == fromssize ) { - Status = -1 ; - } else { - Status = index ; - } - return Status; -} -#endif /* PROFILE_NO_FUNCPTR */ - - -void mcount( u32 frompc, u32 selfpc ) -{ - register struct gmonparam *p = NULL; - register s32 toindex, fromindex; - s32 j; - - disable_timer(); - - /*print("CG: "), putnum(frompc), print("->"), putnum(selfpc), print("\r\n") , - * check that frompcindex is a reasonable pc value. - * for example: signal catchers get called from the stack, - * not from text space. too bad. - */ - for(j = 0; j < n_gmon_sections; j++ ){ - if((frompc >= _gmonparam[j].lowpc) && (frompc < _gmonparam[j].highpc)) { - p = &_gmonparam[j]; - break; - } - } - if( j == n_gmon_sections ) { - goto done; - } - -#ifdef PROFILE_NO_FUNCPTR - fromindex = searchpc( p->cgtable, p->cgtable_size, frompc ) ; - if( fromindex == -1 ) { - fromindex = p->cgtable_size ; - p->cgtable_size++ ; - p->cgtable[fromindex].frompc = frompc ; - p->cgtable[fromindex].selfpc = selfpc ; - p->cgtable[fromindex].count = 1 ; - goto done ; - } - p->cgtable[fromindex].count++ ; -#else - fromindex = (s32)searchpc( p->froms, ((s32)p->fromssize), frompc ) ; - if( fromindex == -1 ) { - fromindex = (s32)p->fromssize ; - p->fromssize++ ; - /*if( fromindex >= N_FROMS ) { - * print("Error : From PC table overflow\r\n") - * goto overflow - *}*/ - p->froms[fromindex].frompc = frompc ; - p->froms[fromindex].link = -1 ; - }else { - toindex = ((s32)(p->froms[fromindex].link)); - while(toindex != -1) { - toindex = (((s32)p->tossize) - toindex)-1 ; - if( p->tos[toindex].selfpc == selfpc ) { - p->tos[toindex].count++ ; - goto done ; - } - toindex = ((s32)(p->tos[toindex].link)) ; - } - } - - /*if( toindex == -1 ) { */ - p->tos-- ; - p->tossize++ ; - /* if( toindex >= N_TOS ) { - * print("Error : To PC table overflow\r\n") - * goto overflow - *} */ - p->tos[0].selfpc = selfpc ; - p->tos[0].count = 1 ; - p->tos[0].link = p->froms[fromindex].link ; - p->froms[fromindex].link = ((s32)(p->tossize))-((s32)1); -#endif - - done: - p->state = GMON_PROF_ON; - goto enable_timer_label ; - /* overflow: */ - /*p->state = GMON_PROF_ERROR */ - enable_timer_label: - enable_timer(); - return ; -} - - -#endif /* PROFILE_NO_GRAPH */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_config.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_config.h deleted file mode 100644 index 3f171b9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_config.h +++ /dev/null @@ -1,30 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - - -#ifndef _PROFILE_CONFIG_H -#define _PROFILE_CONFIG_H - -#ifdef __cplusplus -extern "C" { -#endif - -#define BINSIZE 4U -#define SAMPLE_FREQ_HZ 100000U -#define TIMER_CLK_TICKS 1000U - -#define PROFILE_NO_FUNCPTR_FLAG 0 - -#define PROFILE_TIMER_BASEADDR 0x00608000U -#define PROFILE_TIMER_INTR_ID 0U - -#define TIMER_CONNECT_INTC - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_hist.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_hist.c deleted file mode 100644 index 761e084..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_hist.c +++ /dev/null @@ -1,45 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "profile.h" -#include "_profile_timer_hw.h" - -#ifdef PROC_MICROBLAZE -#include "mblaze_nt_types.h" -#endif - -#ifdef PROC_PPC -#include "xpseudo_asm.h" -#define SPR_SRR0 0x01A -#endif - -#include "xil_types.h" - -extern u32 binsize ; -u32 prof_pc ; - -void profile_intr_handler( void ) -{ - - s32 j; - -#ifdef PROC_MICROBLAZE - asm( "swi r14, r0, prof_pc" ) ; -#elif defined PROC_PPC - prof_pc = mfspr(SPR_SRR0); -#else - /* for cortexa9, lr is saved in asm interrupt handler */ -#endif - /* print("PC: "), putnum(prof_pc), print("\r\n"), */ - for(j = 0; j < n_gmon_sections; j++ ){ - if((prof_pc >= ((u32)_gmonparam[j].lowpc)) && (prof_pc < ((u32)_gmonparam[j].highpc))) { - _gmonparam[j].kcount[(prof_pc-_gmonparam[j].lowpc)/((u32)4 * binsize)]++; - break; - } - } - /* Ack the Timer Interrupt */ - timer_ack(); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_arm.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_arm.S deleted file mode 100644 index 46c83f2..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_arm.S +++ /dev/null @@ -1,18 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -// based on "ARM Profiling Implementation" from Sourcery G++ Lite for ARM EABI - -.globl __gnu_mcount_nc -.type __gnu_mcount_nc, %function - -__gnu_mcount_nc: - push {r0, r1, r2, r3, lr} - subs r1, lr, #0 /* callee - current lr */ - ldr r0, [sp, #20] /* caller - at the top of the stack */ - bl mcount /* when __gnu_mcount_nc is called */ - pop {r0, r1, r2, r3, ip, lr} - bx ip - - .end __gnu_mcount_nc diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_mb.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_mb.S deleted file mode 100644 index 20f0886..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_mb.S +++ /dev/null @@ -1,42 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - .globl _mcount - .text - .align 2 - .ent _mcount - - #ifndef PROFILE_NO_GRAPH - -_mcount: - addi r1, r1, -48 - swi r11, r1, 44 - swi r12, r1, 40 - swi r5, r1, 36 - swi r6, r1, 32 - swi r7, r1, 28 - swi r8, r1, 24 - swi r9, r1, 20 - swi r10, r1, 16 - swi r15, r1, 12 - add r5, r0, r15 - brlid r15, mcount - add r6, r0, r16 - - lwi r11, r1, 44 - lwi r12, r1, 40 - lwi r5, r1, 36 - lwi r6, r1, 32 - lwi r7, r1, 28 - lwi r8, r1, 24 - lwi r9, r1, 20 - lwi r10, r1, 16 - lwi r15, r1, 12 - rtsd r15, 4 - addi r1, r1, 48 - - #endif /* PROFILE_NO_GRAPH */ - - .end _mcount diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_ppc.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_ppc.S deleted file mode 100644 index 6be38d9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_ppc.S +++ /dev/null @@ -1,44 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - .globl _mcount - - #define _MCOUNT_STACK_FRAME 48 - .section .text - .align 2 - .type _mcount@function - - -_mcount: - stwu 1, -_MCOUNT_STACK_FRAME(1) - stw 3, 8(1) - stw 4, 12(1) - stw 5, 16(1) - stw 6, 20(1) - stw 7, 24(1) - stw 8, 28(1) - stw 9, 32(1) - stw 10, 36(1) - stw 11, 40(1) - stw 12, 44(1) - mflr 4 - stw 4, (_MCOUNT_STACK_FRAME+4)(1) - lwz 3, (_MCOUNT_STACK_FRAME)(1) - lwz 3, 4(3) - bl mcount - lwz 4, (_MCOUNT_STACK_FRAME+4)(1) - mtlr 4 - lwz 12, 44(1) - lwz 11, 40(1) - lwz 10, 36(1) - lwz 9, 32(1) - lwz 8, 28(1) - lwz 7, 24(1) - lwz 6, 20(1) - lwz 5, 16(1) - lwz 4, 12(1) - lwz 3, 8(1) - addi 1,1, _MCOUNT_STACK_FRAME - blr diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/putnum.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/putnum.c deleted file mode 100644 index f0102aa..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/putnum.c +++ /dev/null @@ -1,54 +0,0 @@ -/* putnum.c -- put a hex number on the output device. - * - * Copyright (c) 1995 Cygnus Support - * - * The authors hereby grant permission to use, copy, modify, distribute, - * and license this software and its documentation for any purpose, provided - * that existing copyright notices are retained in all copies and that this - * notice is included verbatim in any distributions. No written agreement, - * license, or royalty fee is required for any of the authorized uses. - * Modifications to this software may be copyrighted by their authors - * and need not follow the licensing terms described here, provided that - * the new terms are clearly indicated on the first page of each file where - * they apply. - */ - -/* - * putnum -- print a 32 bit number in hex - */ - -/***************************** Include Files *********************************/ -#include "xil_types.h" - -/************************** Function Prototypes ******************************/ -extern void print (const char8 *ptr); -void putnum(u32 num); - -void putnum(u32 num) -{ - char8 buf[9]; - s32 cnt; - s32 i; - char8 *ptr; - u32 digit; - for(i = 0; i<9; i++) { - buf[i] = '0'; - } - - ptr = buf; - for (cnt = 7 ; cnt >= 0 ; cnt--) { - digit = (num >> (cnt * 4U)) & 0x0000000fU; - - if (digit <= 9U) { - digit += (u32)'0'; - *ptr = ((char8) digit); - ptr += 1; - } else { - digit += ((u32)'a' - (u32)10); - *ptr = ((char8)digit); - ptr += 1; - } - } - - print (buf); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/read.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/read.c deleted file mode 100644 index 1f20eea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/read.c +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* read.c -- read bytes from a input device. - */ -#ifndef UNDEFINE_FILE_OPS -#include "xil_printf.h" -#include "xparameters.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _read (s32 fd, char8* buf, s32 nbytes); -} -#endif - -/* - * read -- read bytes from the serial port. Ignore fd, since - * we only have stdin. - */ -__attribute__((weak)) s32 -read (s32 fd, char8* buf, s32 nbytes) -{ -#ifdef STDIN_BASEADDRESS - s32 i; - s32 numbytes = 0; - char8* LocalBuf = buf; - - (void)fd; - if(LocalBuf != NULL) { - for (i = 0; i < nbytes; i++) { - numbytes++; - *(LocalBuf + i) = inbyte(); - if ((*(LocalBuf + i) == '\n' )|| (*(LocalBuf + i) == '\r')) { - break; - } - } - } - - return numbytes; -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} - -__attribute__((weak)) s32 -_read (s32 fd, char8* buf, s32 nbytes) -{ -#ifdef STDIN_BASEADDRESS - s32 i; - s32 numbytes = 0; - char8* LocalBuf = buf; - - (void)fd; - if(LocalBuf != NULL) { - for (i = 0; i < nbytes; i++) { - numbytes++; - *(LocalBuf + i) = inbyte(); - if ((*(LocalBuf + i) == '\n' )|| (*(LocalBuf + i) == '\r')) { - break; - } - } - } - - return numbytes; -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sbrk.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sbrk.c deleted file mode 100644 index bbf3bb8..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sbrk.c +++ /dev/null @@ -1,35 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) char8 *sbrk (s32 nbytes); -} -#endif - -extern u8 _heap_start[]; -extern u8 _heap_end[]; -extern char8 HeapBase[]; -extern char8 HeapLimit[]; - - - -__attribute__((weak)) char8 *sbrk (s32 nbytes) -{ - char8 *base; - static char8 *heap_ptr = HeapBase; - - base = heap_ptr; - if((heap_ptr != NULL) && (heap_ptr + nbytes <= (char8 *)&HeapLimit + 1)) { - heap_ptr += nbytes; - return base; - } else { - errno = ENOMEM; - return ((char8 *)-1); - } -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sleep.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sleep.c deleted file mode 100644 index efa60da..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sleep.c +++ /dev/null @@ -1,66 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/***************************************************************************** -* -* @file sleep.c -* -* This function provides a second delay using the Global Timer register in -* the ARM Cortex A9 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  11/11/09 First release
-* 3.07a sgd      07/05/12 Updated sleep function to make use Global
-* 6.0   asa      08/15/16 Updated the sleep signature. Fix for CR#956899.
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-*
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/*****************************************************************************/ -/* -* -* This API is used to provide delays in seconds -* -* @param seconds requested -* -* @return 0 always -* -* @note None. -* -****************************************************************************/ -unsigned sleep_A9(unsigned int seconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(seconds, COUNTS_PER_SECOND); -#else - XTime tEnd, tCur; - - XTime_GetTime(&tCur); - tEnd = tCur + (((XTime) seconds) * COUNTS_PER_SECOND); - do - { - XTime_GetTime(&tCur); - } while (tCur < tEnd); -#endif - - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sleep.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sleep.h deleted file mode 100644 index 08af00b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sleep.h +++ /dev/null @@ -1,93 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*****************************************************************************/ -/** -* @file sleep.h -* -* This header file contains ARM Cortex A53,A9,R5,Microblaze specific sleep -* related APIs. -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6   srm  11/02/17 Added processor specific sleep routines
-*								 function prototypes.
-*
-* 
-* -******************************************************************************/ - -#ifndef SLEEP_H -#define SLEEP_H - -#include "xil_types.h" -#include "xil_io.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/*****************************************************************************/ -/** -* -* This macro polls an address periodically until a condition is met or till the -* timeout occurs. -* The minimum timeout for calling this macro is 100us. If the timeout is less -* than 100us, it still waits for 100us. Also the unit for the timeout is 100us. -* If the timeout is not a multiple of 100us, it waits for a timeout of -* the next usec value which is a multiple of 100us. -* -* @param IO_func - accessor function to read the register contents. -* Depends on the register width. -* @param ADDR - Address to be polled -* @param VALUE - variable to read the value -* @param COND - Condition to checked (usually involves VALUE) -* @param TIMEOUT_US - timeout in micro seconds -* -* @return 0 - when the condition is met -* -1 - when the condition is not met till the timeout period -* -* @note none -* -*****************************************************************************/ -#define Xil_poll_timeout(IO_func, ADDR, VALUE, COND, TIMEOUT_US) \ - ( { \ - u64 timeout = TIMEOUT_US/100; \ - if(TIMEOUT_US%100!=0) \ - timeout++; \ - for(;;) { \ - VALUE = IO_func(ADDR); \ - if(COND) \ - break; \ - else { \ - usleep(100); \ - timeout--; \ - if(timeout==0) \ - break; \ - } \ - } \ - (timeout>0) ? 0 : -1; \ - } ) - -void usleep(unsigned long useconds); -void sleep(unsigned int seconds); -int usleep_R5(unsigned long useconds); -unsigned sleep_R5(unsigned int seconds); -int usleep_MB(unsigned long useconds); -unsigned sleep_MB(unsigned int seconds); -int usleep_A53(unsigned long useconds); -unsigned sleep_A53(unsigned int seconds); -int usleep_A9(unsigned long useconds); -unsigned sleep_A9(unsigned int seconds); - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/smc.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/smc.h deleted file mode 100644 index 1b601db..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/smc.h +++ /dev/null @@ -1,96 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file smc.h -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  11/03/09 Initial release.
-* 4.2	pkp	 08/04/14 Removed function definition of XSmc_NorInit and XSmc_NorInit
-*					  as smc.c is removed
-* 
-* -* @note None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef SMC_H /* prevent circular inclusions */ -#define SMC_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xparameters.h" -#include "xil_io.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/* Memory controller configuration register offset */ -#define XSMCPSS_MC_STATUS 0x000U /* Controller status reg, RO */ -#define XSMCPSS_MC_INTERFACE_CONFIG 0x004U /* Interface config reg, RO */ -#define XSMCPSS_MC_SET_CONFIG 0x008U /* Set configuration reg, WO */ -#define XSMCPSS_MC_CLR_CONFIG 0x00CU /* Clear config reg, WO */ -#define XSMCPSS_MC_DIRECT_CMD 0x010U /* Direct command reg, WO */ -#define XSMCPSS_MC_SET_CYCLES 0x014U /* Set cycles register, WO */ -#define XSMCPSS_MC_SET_OPMODE 0x018U /* Set opmode register, WO */ -#define XSMCPSS_MC_REFRESH_PERIOD_0 0x020U /* Refresh period_0 reg, RW */ -#define XSMCPSS_MC_REFRESH_PERIOD_1 0x024U /* Refresh period_1 reg, RW */ - -/* Chip select configuration register offset */ -#define XSMCPSS_CS_IF0_CHIP_0_OFFSET 0x100U /* Interface 0 chip 0 config */ -#define XSMCPSS_CS_IF0_CHIP_1_OFFSET 0x120U /* Interface 0 chip 1 config */ -#define XSMCPSS_CS_IF0_CHIP_2_OFFSET 0x140U /* Interface 0 chip 2 config */ -#define XSMCPSS_CS_IF0_CHIP_3_OFFSET 0x160U /* Interface 0 chip 3 config */ -#define XSMCPSS_CS_IF1_CHIP_0_OFFSET 0x180U /* Interface 1 chip 0 config */ -#define XSMCPSS_CS_IF1_CHIP_1_OFFSET 0x1A0U /* Interface 1 chip 1 config */ -#define XSMCPSS_CS_IF1_CHIP_2_OFFSET 0x1C0U /* Interface 1 chip 2 config */ -#define XSMCPSS_CS_IF1_CHIP_3_OFFSET 0x1E0U /* Interface 1 chip 3 config */ - -/* User configuration register offset */ -#define XSMCPSS_UC_STATUS_OFFSET 0x200U /* User status reg, RO */ -#define XSMCPSS_UC_CONFIG_OFFSET 0x204U /* User config reg, WO */ - -/* Integration test register offset */ -#define XSMCPSS_IT_OFFSET 0xE00U - -/* ID configuration register offset */ -#define XSMCPSS_ID_PERIP_0_OFFSET 0xFE0U -#define XSMCPSS_ID_PERIP_1_OFFSET 0xFE4U -#define XSMCPSS_ID_PERIP_2_OFFSET 0xFE8U -#define XSMCPSS_ID_PERIP_3_OFFSET 0xFECU -#define XSMCPSS_ID_PCELL_0_OFFSET 0xFF0U -#define XSMCPSS_ID_PCELL_1_OFFSET 0xFF4U -#define XSMCPSS_ID_PCELL_2_OFFSET 0xFF8U -#define XSMCPSS_ID_PCELL_3_OFFSET 0xFFCU - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* SMC_H */ - -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/time.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/time.c deleted file mode 100644 index 90efcf4..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/time.c +++ /dev/null @@ -1,23 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) clock_t clock(void); -} -#endif -/* - * clock -- It supposed to return processor time. We are not implementing - * this function, as timekeeping is tightly coupled with system, hence - * always returning 0. Users can override this with their system - * specific implementation. - * - */ -__attribute__((weak)) clock_t clock(void) -{ - return (0); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/translation_table.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/translation_table.S deleted file mode 100644 index 125fe7f..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/translation_table.S +++ /dev/null @@ -1,202 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file translation_table.S -* -* @addtogroup a9_boot_code -* @{ -*

translation_table.S

-* The translation_table.S contains a static page table required by MMU for -* cortex-A9. This translation table is flat mapped (input address = output -* address) with default memory attributes defined for zynq architecture. It -* utilizes short descriptor translation table format with each section defining -* 1 MB of memory. -* -* The overview of translation table memory attributes is described below. -* -*| | Memory Range | Definition in Translation Table | -*|-----------------------|-------------------------|-----------------------------------| -*| DDR | 0x00000000 - 0x3FFFFFFF | Normal write-back Cacheable | -*| PL | 0x40000000 - 0xBFFFFFFF | Strongly Ordered | -*| Reserved | 0xC0000000 - 0xDFFFFFFF | Unassigned | -*| Memory mapped devices | 0xE0000000 - 0xE02FFFFF | Device Memory | -*| Reserved | 0xE0300000 - 0xE0FFFFFF | Unassigned | -*| NAND, NOR | 0xE1000000 - 0xE3FFFFFF | Device memory | -*| SRAM | 0xE4000000 - 0xE5FFFFFF | Normal write-back Cacheable | -*| Reserved | 0xE6000000 - 0xF7FFFFFF | Unassigned | -*| AMBA APB Peripherals | 0xF8000000 - 0xF8FFFFFF | Device Memory | -*| Reserved | 0xF9000000 - 0xFBFFFFFF | Unassigned | -*| Linear QSPI - XIP | 0xFC000000 - 0xFDFFFFFF | Normal write-through cacheable | -*| Reserved | 0xFE000000 - 0xFFEFFFFF | Unassigned | -*| OCM | 0xFFF00000 - 0xFFFFFFFF | Normal inner write-back cacheable | -* -* For region 0x00000000 - 0x3FFFFFFF, a system where DDR is less than 1 GB, -* region after DDR and before PL is marked as undefined/reserved in translation -* table. In 0xF8000000 - 0xF8FFFFFF, 0xF8000C00 - 0xF8000FFF, 0xF8010000 - -* 0xF88FFFFF and 0xF8F03000 to 0xF8FFFFFF are reserved but due to granual size -* of 1 MB, it is not possible to define separate regions for them. For region -* 0xFFF00000 - 0xFFFFFFFF, 0xFFF00000 to 0xFFFB0000 is reserved but due to 1MB -* granual size, it is not possible to define separate region for it. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/09 Initial version
-* 3.04a sdm  01/13/12 Updated MMU table to mark DDR memory as Shareable
-* 3.07a sgd  07/05/2012 Configuring device address spaces as shareable device
-*		       instead of strongly-ordered.
-* 3.07a asa  07/17/2012 Changed the property of the ".mmu_tbl" section.
-* 4.2	pkp  09/02/2014 added entries for 0xfe000000 to 0xffefffff as reserved
-*			and  0xe0000000 - 0xe1ffffff is broken down into
-*			0xe0000000 - 0xe02fffff (memory mapped divides)
-*			0xe0300000 - 0xe0ffffff (reserved) and
-*			0xe1000000 - 0xe1ffffff (NAND)
-* 5.2	pkp  06/08/2015 put a check for XPAR_PS7_DDR_0_S_AXI_BASEADDR to confirm
-*			if DDR is present or not and accordingly generate the
-*			translation table
-* 6.1	pkp  07/11/2016 Corrected comments for memory attributes
-* 6.8   mus  07/12/2018 Mark DDR memory as inner cacheable, if BSP is built
-*			with the USE_AMP flag.
-* 
-* -* -******************************************************************************/ -#include "xparameters.h" - .globl MMUTable - - .section .mmu_tbl,"a" - -MMUTable: - /* Each table entry occupies one 32-bit word and there are - * 4096 entries, so the entire table takes up 16KB. - * Each entry covers a 1MB section. - */ -.set SECT, 0 - -#ifdef XPAR_PS7_DDR_0_S_AXI_BASEADDR -.set DDR_START, XPAR_PS7_DDR_0_S_AXI_BASEADDR -.set DDR_END, XPAR_PS7_DDR_0_S_AXI_HIGHADDR -.set DDR_SIZE, (DDR_END - DDR_START)+1 -.set DDR_REG, DDR_SIZE/0x100000 -#else -.set DDR_REG, 0 -#endif - -.set UNDEF_REG, 0x3FF - DDR_REG - -#ifndef USE_AMP - /*0x00000000 - 0x00100000 (inner and outer cacheable )*/ -.word SECT + 0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -#else - /*0x00000000 - 0x00100000 (inner cacheable )*/ -.word SECT + 0x14de6 /* S=b1 TEX=b100 AP=b11, Domain=b1111, C=b0, B=b1 */ -#endif -.set SECT, SECT+0x100000 - -.rept DDR_REG /* (DDR Cacheable) */ -.word SECT + 0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept UNDEF_REG /* (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - - -.rept 0x0400 /* 0x40000000 - 0x7fffffff (FPGA slave0) */ -.word SECT + 0xc02 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0400 /* 0x80000000 - 0xbfffffff (FPGA slave1) */ -.word SECT + 0xc02 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0200 /* 0xc0000000 - 0xdfffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x003 /* 0xe0000000 - 0xe02fffff (Memory mapped devices) - * UART/USB/IIC/SPI/CAN/GEM/GPIO/QSPI/SD/NAND */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0D /* 0xe0300000 - 0xe0ffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0010 /* 0xe1000000 - 0xe1ffffff (NAND) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0020 /* 0xe2000000 - 0xe3ffffff (NOR) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0020 /* 0xe4000000 - 0xe5ffffff (SRAM) */ -.word SECT + 0xc0e /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0120 /* 0xe6000000 - 0xf7ffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -/* 0xf8000c00 to 0xf8000fff, 0xf8010000 to 0xf88fffff and - 0xf8f03000 to 0xf8ffffff are reserved but due to granual size of - 1MB, it is not possible to define separate regions for them */ - -.rept 0x0010 /* 0xf8000000 - 0xf8ffffff (AMBA APB Peripherals) */ - -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0030 /* 0xf9000000 - 0xfbffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0020 /* 0xfc000000 - 0xfdffffff (Linear QSPI - XIP) */ -.word SECT + 0xc0a /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x001F /* 0xfe000000 - 0xffefffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -/* 0xfff00000 to 0xfffb0000 is reserved but due to granual size of - 1MB, it is not possible to define separate region for it - - 0xfff00000 - 0xffffffff - 256K OCM when mapped to high address space - inner-cacheable */ -.word SECT + 0x4c0e /* S=b0 TEX=b100 AP=b11, Domain=b0, C=b1, B=b1 */ -.set SECT, SECT+0x100000 - -.end -/** -* @} End of "addtogroup a9_boot_code". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/unlink.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/unlink.c deleted file mode 100644 index 82dd34a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/unlink.c +++ /dev/null @@ -1,24 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 unlink(char8 *path); -} -#endif -/* - * unlink -- since we have no file system, - * we just return an error. - */ -__attribute__((weak)) sint32 unlink(char8 *path) -{ - (void) path; - errno = EIO; - return (-1); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/usleep.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/usleep.c deleted file mode 100644 index 26966bf..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/usleep.c +++ /dev/null @@ -1,81 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file usleep.c -* -* This function provides a microsecond delay using the Global Timer register in -* the ARM Cortex A9 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  11/11/09 First release
-* 3.07a sgd      07/05/12 Updated micro sleep function to make use Global Timer
-* 4.2	pkp		 08/04/14 Removed unimplemented nanosleep routine as it is not
-*						  possible to generate timer in nanosecond due to
-*						  limited cpu frequency
-* 6.0   asa      08/15/16 Updated the usleep signature. Fix for CR#956899.
-* 6.6	srm	 10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "xreg_cortexa9.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/**************************** Constant Definitions ************************/ -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_USECOND (SLEEP_TIMER_FREQUENCY / 1000000) -#else -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_USECOND (XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ / (2U*1000000U)) -#endif - -/*****************************************************************************/ -/** -* -* This API gives a delay in microseconds -* -* @param useconds requested -* -* @return 0 if the delay can be achieved, -1 if the requested delay -* is out of range -* -* @note None. -* -****************************************************************************/ -int usleep_A9(unsigned long useconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(useconds, COUNTS_PER_USECOND); -#else - XTime tEnd, tCur; - - XTime_GetTime(&tCur); - tEnd = tCur + (((XTime) useconds) * COUNTS_PER_USECOND); - do - { - XTime_GetTime(&tCur); - } while (tCur < tEnd); -#endif - - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/vectors.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/vectors.c deleted file mode 100644 index becf67e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/vectors.c +++ /dev/null @@ -1,169 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file vectors.c -* -* This file contains the C level vectors for the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/09 Initial version, moved over from bsp area
-* 6.0   mus  27/07/16 Consolidated vectors for a53,a9 and r5 processor
-*                     and added UndefinedException for a53 32 bit and r5
-*                     processor
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xil_exception.h" -#include "vectors.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -typedef struct { - Xil_ExceptionHandler Handler; - void *Data; -} XExc_VectorTableEntry; - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - -extern XExc_VectorTableEntry XExc_VectorTable[]; - -/************************** Function Prototypes ******************************/ - - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the FIQ interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void FIQInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_FIQ_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_FIQ_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the IRQ interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void IRQInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_IRQ_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_IRQ_INT].Data); -} - -#if !defined (__aarch64__) -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the Undefined exception called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void UndefinedException(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_UNDEFINED_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_UNDEFINED_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the SW Interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void SWInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_SWI_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_SWI_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the DataAbort Interrupt called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void DataAbortInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_DATA_ABORT_INT].Handler( - XExc_VectorTable[XIL_EXCEPTION_ID_DATA_ABORT_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the PrefetchAbort Interrupt called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void PrefetchAbortInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_PREFETCH_ABORT_INT].Handler( - XExc_VectorTable[XIL_EXCEPTION_ID_PREFETCH_ABORT_INT].Data); -} -#else - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the Synchronous Interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void SynchronousInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_SYNC_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_SYNC_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the SError Interrupt called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void SErrorInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_SERROR_ABORT_INT].Handler( - XExc_VectorTable[XIL_EXCEPTION_ID_SERROR_ABORT_INT].Data); -} - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/vectors.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/vectors.h deleted file mode 100644 index 6719ab0..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/vectors.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file vectors.h -* -* This file contains the C level vector prototypes for the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/10 Initial version, moved over from bsp area
-* 6.0   mus  07/27/16 Consolidated vectors for a9,a53 and r5 processors
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _VECTORS_H_ -#define _VECTORS_H_ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -#ifdef __cplusplus -extern "C" { -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void FIQInterrupt(void); -void IRQInterrupt(void); -#if !defined (__aarch64__) -void SWInterrupt(void); -void DataAbortInterrupt(void); -void PrefetchAbortInterrupt(void); -void UndefinedException(void); -#else -void SynchronousInterrupt(void); -void SErrorInterrupt(void); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/write.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/write.c deleted file mode 100644 index e3e7962..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/write.c +++ /dev/null @@ -1,95 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* write.c -- write bytes to an output device. - */ -#ifndef UNDEFINE_FILE_OPS -#include "xil_printf.h" -#include "xparameters.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 _write (sint32 fd, char8* buf, sint32 nbytes); -} -#endif - -/* - * write -- write bytes to the serial port. Ignore fd, since - * stdout and stderr are the same. Since we have no filesystem, - * open will only return an error. - */ -__attribute__((weak)) sint32 -write (sint32 fd, char8* buf, sint32 nbytes) - -{ -#ifdef STDOUT_BASEADDRESS - s32 i; - char8* LocalBuf = buf; - - (void)fd; - for (i = 0; i < nbytes; i++) { - if(LocalBuf != NULL) { - LocalBuf += i; - } - if(LocalBuf != NULL) { - if (*LocalBuf == '\n') { - outbyte ('\r'); - } - outbyte (*LocalBuf); - } - if(LocalBuf != NULL) { - LocalBuf -= i; - } - } - return (nbytes); -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} - -__attribute__((weak)) sint32 -_write (sint32 fd, char8* buf, sint32 nbytes) -{ -#if HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE - sint32 length; - - (void)fd; - (void)nbytes; - length = XPVXenConsole_Write(buf); - return length; -#else -#ifdef STDOUT_BASEADDRESS - s32 i; - char8* LocalBuf = buf; - - (void)fd; - for (i = 0; i < nbytes; i++) { - if(LocalBuf != NULL) { - LocalBuf += i; - } - if(LocalBuf != NULL) { - if (*LocalBuf == '\n') { - outbyte ('\r'); - } - outbyte (*LocalBuf); - } - if(LocalBuf != NULL) { - LocalBuf -= i; - } - } - return (nbytes); -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -#endif -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xbasic_types.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xbasic_types.h deleted file mode 100644 index 99b1375..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xbasic_types.h +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xbasic_types.h -* -* -* @note Dummy File for backwards compatibility -* - -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a adk   1/31/14  Added in bsp common folder for backward compatibility
-* 7.0   aru   01/21/19 Modified the typedef of u32,u16,u8
-* 7.0 	aru   02/06/19 Included stdint.h and stddef.h
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XBASIC_TYPES_H /* prevent circular inclusions */ -#define XBASIC_TYPES_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -/** @name Legacy types - * Deprecated legacy types. - * @{ - */ -typedef uint8_t Xuint8; /**< unsigned 8-bit */ -typedef char Xint8; /**< signed 8-bit */ -typedef uint16_t Xuint16; /**< unsigned 16-bit */ -typedef short Xint16; /**< signed 16-bit */ -typedef uint32_t Xuint32; /**< unsigned 32-bit */ -typedef long Xint32; /**< signed 32-bit */ -typedef float Xfloat32; /**< 32-bit floating point */ -typedef double Xfloat64; /**< 64-bit double precision FP */ -typedef unsigned long Xboolean; /**< boolean (XTRUE or XFALSE) */ - -#if !defined __XUINT64__ -typedef struct -{ - Xuint32 Upper; - Xuint32 Lower; -} Xuint64; -#endif - -/** @name New types - * New simple types. - * @{ - */ -#ifndef __KERNEL__ -#ifndef XIL_TYPES_H -typedef Xuint32 u32; -typedef Xuint16 u16; -typedef Xuint8 u8; -#endif -#else -#include -#endif - -#ifndef TRUE -# define TRUE 1U -#endif - -#ifndef FALSE -# define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -/* - * Xilinx NULL, TRUE and FALSE legacy support. Deprecated. - * Please use NULL, TRUE and FALSE - */ -#define XNULL NULL -#define XTRUE TRUE -#define XFALSE FALSE - -/* - * This file is deprecated and users - * should use xil_types.h and xil_assert.h\n\r - */ -#warning The xbasics_type.h file is deprecated and users should use xil_types.h and xil_assert. -#warning Please refer the Standalone BSP UG647 for further details - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xdebug.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xdebug.h deleted file mode 100644 index 29be8d2..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xdebug.h +++ /dev/null @@ -1,73 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef XDEBUG -#define XDEBUG - -#ifdef __cplusplus -extern "C" { -#endif - -#if defined(DEBUG) && !defined(NDEBUG) - -#ifndef XDEBUG_WARNING -#define XDEBUG_WARNING -#warning DEBUG is enabled -#endif - -int printf(const char *format, ...); - -#define XDBG_DEBUG_ERROR 0x00000001U /* error condition messages */ -#define XDBG_DEBUG_GENERAL 0x00000002U /* general debug messages */ -#define XDBG_DEBUG_ALL 0xFFFFFFFFU /* all debugging data */ - -#define XDBG_DEBUG_FIFO_REG 0x00000100U /* display register reads/writes */ -#define XDBG_DEBUG_FIFO_RX 0x00000101U /* receive debug messages */ -#define XDBG_DEBUG_FIFO_TX 0x00000102U /* transmit debug messages */ -#define XDBG_DEBUG_FIFO_ALL 0x0000010FU /* all fifo debug messages */ - -#define XDBG_DEBUG_TEMAC_REG 0x00000400U /* display register reads/writes */ -#define XDBG_DEBUG_TEMAC_RX 0x00000401U /* receive debug messages */ -#define XDBG_DEBUG_TEMAC_TX 0x00000402U /* transmit debug messages */ -#define XDBG_DEBUG_TEMAC_ALL 0x0000040FU /* all temac debug messages */ - -#define XDBG_DEBUG_TEMAC_ADPT_RX 0x00000800U /* receive debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_TX 0x00000801U /* transmit debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_IOCTL 0x00000802U /* ioctl debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_MISC 0x00000803U /* debug msg for other routines */ -#define XDBG_DEBUG_TEMAC_ADPT_ALL 0x0000080FU /* all temac adapter debug messages */ - - -#define xdbg_current_types (XDBG_DEBUG_GENERAL | XDBG_DEBUG_ERROR | XDBG_DEBUG_TEMAC_REG | XDBG_DEBUG_FIFO_RX | XDBG_DEBUG_FIFO_TX | XDBG_DEBUG_FIFO_REG) - -#define xdbg_stmnt(x) x - -/* In VxWorks, if _WRS_GNU_VAR_MACROS is defined, special syntax is needed for - * macros that accept variable number of arguments - */ -#if defined(XENV_VXWORKS) && defined(_WRS_GNU_VAR_MACROS) -#define xdbg_printf(type, args...) (((type) & xdbg_current_types) ? printf (## args) : 0) -#else /* ANSI Syntax */ -#define xdbg_printf(type, ...) (((type) & xdbg_current_types) ? printf (__VA_ARGS__) : 0) -#endif - -#else /* defined(DEBUG) && !defined(NDEBUG) */ - -#define xdbg_stmnt(x) - -/* See VxWorks comments above */ -#if defined(XENV_VXWORKS) && defined(_WRS_GNU_VAR_MACROS) -#define xdbg_printf(type, args...) -#else /* ANSI Syntax */ -#define xdbg_printf(...) -#endif -#endif /* defined(DEBUG) && !defined(NDEBUG) */ - -#ifdef __cplusplus -} -#endif - -#endif /* XDEBUG */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xenv.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xenv.h deleted file mode 100644 index d8aef59..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xenv.h +++ /dev/null @@ -1,169 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xenv.h -* -* Defines common services that are typically found in a host operating. -* environment. This include file simply includes an OS specific file based -* on the compile-time constant BUILD_ENV_*, where * is the name of the target -* environment. -* -* All services are defined as macros. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00b ch   10/24/02 Added XENV_LINUX
-* 1.00a rmm  04/17/02 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XENV_H /* prevent circular inclusions */ -#define XENV_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/* - * Select which target environment we are operating under - */ - -/* VxWorks target environment */ -#if defined XENV_VXWORKS -#include "xenv_vxworks.h" - -/* Linux target environment */ -#elif defined XENV_LINUX -#include "xenv_linux.h" - -/* Unit test environment */ -#elif defined XENV_UNITTEST -#include "ut_xenv.h" - -/* Integration test environment */ -#elif defined XENV_INTTEST -#include "int_xenv.h" - -/* Standalone environment selected */ -#else -#include "xenv_standalone.h" -#endif - - -/* - * The following comments specify the types and macro wrappers that are - * expected to be defined by the target specific header files - */ - -/**************************** Type Definitions *******************************/ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP - * - * A structure that contains a time stamp used by other time stamp macros - * defined below. This structure is processor dependent. - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/*****************************************************************************/ -/** - * - * XENV_MEM_COPY(void *DestPtr, void *SrcPtr, unsigned Bytes) - * - * Copies a non-overlapping block of memory. - * - * @param DestPtr is the destination address to copy data to. - * @param SrcPtr is the source address to copy data from. - * @param Bytes is the number of bytes to copy. - * - * @return None - */ - -/*****************************************************************************/ -/** - * - * XENV_MEM_FILL(void *DestPtr, char Data, unsigned Bytes) - * - * Fills an area of memory with constant data. - * - * @param DestPtr is the destination address to set. - * @param Data contains the value to set. - * @param Bytes is the number of bytes to set. - * - * @return None - */ -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_GET(XTIME_STAMP *StampPtr) - * - * Samples the processor's or external timer's time base counter. - * - * @param StampPtr is the storage for the retrieved time stamp. - * - * @return None - */ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_DELTA_US(XTIME_STAMP *Stamp1Ptr, XTIME_STAMP* Stamp2Ptr) - * - * Computes the delta between the two time stamps. - * - * @param Stamp1Ptr - First sampled time stamp. - * @param Stamp1Ptr - Sedond sampled time stamp. - * - * @return An unsigned int value with units of microseconds. - */ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_DELTA_MS(XTIME_STAMP *Stamp1Ptr, XTIME_STAMP* Stamp2Ptr) - * - * Computes the delta between the two time stamps. - * - * @param Stamp1Ptr - First sampled time stamp. - * @param Stamp1Ptr - Sedond sampled time stamp. - * - * @return An unsigned int value with units of milliseconds. - */ - -/*****************************************************************************//** - * - * XENV_USLEEP(unsigned delay) - * - * Delay the specified number of microseconds. - * - * @param delay is the number of microseconds to delay. - * - * @return None - */ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xenv_standalone.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xenv_standalone.h deleted file mode 100644 index 9794da0..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xenv_standalone.h +++ /dev/null @@ -1,350 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xenv_standalone.h -* -* Defines common services specified by xenv.h. -* -* @note -* This file is not intended to be included directly by driver code. -* Instead, the generic xenv.h file is intended to be included by driver -* code. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a wgr  02/28/07 Added cache handling macros.
-* 1.00a wgr  02/27/07 Simplified code. Deprecated old-style macro names.
-* 1.00a rmm  01/24/06 Implemented XENV_USLEEP. Assume implementation is being
-*                     used under Xilinx standalone BSP.
-* 1.00a xd   11/03/04 Improved support for doxygen.
-* 1.00a rmm  03/21/02 First release
-* 1.00a wgr  03/22/07 Converted to new coding style.
-* 1.00a rpm  06/29/07 Added udelay macro for standalone
-* 1.00a xd   07/19/07 Included xparameters.h as XPAR_ constants are referred
-*                     to in MICROBLAZE section
-* 1.00a ecm  09/19/08 updated for v7.20 of Microblaze, new functionality
-*
-* 
-* -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XENV_STANDALONE_H -#define XENV_STANDALONE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -/****************************************************************************** - * - * Get the processor dependent includes - * - ******************************************************************************/ - -#include - -#if defined __MICROBLAZE__ -# include "mb_interface.h" -# include "xparameters.h" /* XPAR constants used below in MB section */ - -#elif defined __PPC__ -# include "sleep.h" -# include "xcache_l.h" /* also include xcache_l.h for caching macros */ -#endif - -/****************************************************************************** - * - * MEMCPY / MEMSET related macros. - * - * The following are straight forward implementations of memset and memcpy. - * - * NOTE: memcpy may not work if source and target memory area are overlapping. - * - ******************************************************************************/ -/*****************************************************************************/ -/** - * - * Copies a non-overlapping block of memory. - * - * @param DestPtr - * Destination address to copy data to. - * - * @param SrcPtr - * Source address to copy data from. - * - * @param Bytes - * Number of bytes to copy. - * - * @return None. - * - * @note - * The use of XENV_MEM_COPY is deprecated. Use memcpy() instead. - * - * @note - * This implementation MAY BREAK work if source and target memory - * area are overlapping. - * - *****************************************************************************/ - -#define XENV_MEM_COPY(DestPtr, SrcPtr, Bytes) \ - memcpy((void *) DestPtr, (const void *) SrcPtr, (size_t) Bytes) - - - -/*****************************************************************************/ -/** - * - * Fills an area of memory with constant data. - * - * @param DestPtr - * Destination address to copy data to. - * - * @param Data - * Value to set. - * - * @param Bytes - * Number of bytes to copy. - * - * @return None. - * - * @note - * The use of XENV_MEM_FILL is deprecated. Use memset() instead. - * - *****************************************************************************/ - -#define XENV_MEM_FILL(DestPtr, Data, Bytes) \ - memset((void *) DestPtr, (s32) Data, (size_t) Bytes) - - - -/****************************************************************************** - * - * TIME related macros - * - ******************************************************************************/ - -/** - * A structure that contains a time stamp used by other time stamp macros - * defined below. This structure is processor dependent. - */ -typedef s32 XENV_TIME_STAMP; - -/*****************************************************************************/ -/** - * - * Time is derived from the 64 bit PPC timebase register - * - * @param StampPtr is the storage for the retrieved time stamp. - * - * @return None. - * - * @note - * - * Signature: void XENV_TIME_STAMP_GET(XTIME_STAMP *StampPtr) - *

- * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_GET(StampPtr) - -/*****************************************************************************/ -/** - * - * This macro is not yet implemented and always returns 0. - * - * @param Stamp1Ptr is the first sampled time stamp. - * @param Stamp2Ptr is the second sampled time stamp. - * - * @return 0 - * - * @note - * - * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_DELTA_US(Stamp1Ptr, Stamp2Ptr) (0) - -/*****************************************************************************/ -/** - * - * This macro is not yet implemented and always returns 0. - * - * @param Stamp1Ptr is the first sampled time stamp. - * @param Stamp2Ptr is the second sampled time stamp. - * - * @return 0 - * - * @note - * - * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_DELTA_MS(Stamp1Ptr, Stamp2Ptr) (0) - -/*****************************************************************************/ -/** - * XENV_USLEEP(unsigned delay) - * - * Delay the specified number of microseconds. Not implemented without OS - * support. - * - * @param delay - * Number of microseconds to delay. - * - * @return None. - * - *****************************************************************************/ - -#ifdef __PPC__ -#define XENV_USLEEP(delay) usleep(delay) -#define udelay(delay) usleep(delay) -#else -#define XENV_USLEEP(delay) -#define udelay(delay) -#endif - - -/****************************************************************************** - * - * CACHE handling macros / mappings - * - ******************************************************************************/ -/****************************************************************************** - * - * Processor independent macros - * - ******************************************************************************/ - -#define XCACHE_ENABLE_CACHE() \ - { XCACHE_ENABLE_DCACHE(); XCACHE_ENABLE_ICACHE(); } - -#define XCACHE_DISABLE_CACHE() \ - { XCACHE_DISABLE_DCACHE(); XCACHE_DISABLE_ICACHE(); } - - -/****************************************************************************** - * - * MicroBlaze case - * - * NOTE: Currently the following macros will only work on systems that contain - * only ONE MicroBlaze processor. Also, the macros will only be enabled if the - * system is built using a xparameters.h file. - * - ******************************************************************************/ - -#if defined __MICROBLAZE__ - -/* Check if MicroBlaze data cache was built into the core. - */ -#if (XPAR_MICROBLAZE_USE_DCACHE == 1) -# define XCACHE_ENABLE_DCACHE() microblaze_enable_dcache() -# define XCACHE_DISABLE_DCACHE() microblaze_disable_dcache() -# define XCACHE_INVALIDATE_DCACHE() microblaze_invalidate_dcache() - -# define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) \ - microblaze_invalidate_dcache_range((s32)(Addr), (s32)(Len)) - -#if (XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK == 1) -# define XCACHE_FLUSH_DCACHE() microblaze_flush_dcache() -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - microblaze_flush_dcache_range((s32)(Addr), (s32)(Len)) -#else -# define XCACHE_FLUSH_DCACHE() microblaze_invalidate_dcache() -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - microblaze_invalidate_dcache_range((s32)(Addr), (s32)(Len)) -#endif /*XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK*/ - -#else -# define XCACHE_ENABLE_DCACHE() -# define XCACHE_DISABLE_DCACHE() -# define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) -#endif /*XPAR_MICROBLAZE_USE_DCACHE*/ - - -/* Check if MicroBlaze instruction cache was built into the core. - */ -#if (XPAR_MICROBLAZE_USE_ICACHE == 1) -# define XCACHE_ENABLE_ICACHE() microblaze_enable_icache() -# define XCACHE_DISABLE_ICACHE() microblaze_disable_icache() - -# define XCACHE_INVALIDATE_ICACHE() microblaze_invalidate_icache() - -# define XCACHE_INVALIDATE_ICACHE_RANGE(Addr, Len) \ - microblaze_invalidate_icache_range((s32)(Addr), (s32)(Len)) - -#else -# define XCACHE_ENABLE_ICACHE() -# define XCACHE_DISABLE_ICACHE() -#endif /*XPAR_MICROBLAZE_USE_ICACHE*/ - - -/****************************************************************************** - * - * PowerPC case - * - * Note that the XCACHE_ENABLE_xxx functions are hardcoded to enable a - * specific memory region (0x80000001). Each bit (0-30) in the regions - * bitmask stands for 128MB of memory. Bit 31 stands for the upper 2GB - * range. - * - * regions --> cached address range - * ------------|-------------------------------------------------- - * 0x80000000 | [0, 0x7FFFFFF] - * 0x00000001 | [0xF8000000, 0xFFFFFFFF] - * 0x80000001 | [0, 0x7FFFFFF],[0xF8000000, 0xFFFFFFFF] - * - ******************************************************************************/ - -#elif defined __PPC__ - -#define XCACHE_ENABLE_DCACHE() XCache_EnableDCache(0x80000001) -#define XCACHE_DISABLE_DCACHE() XCache_DisableDCache() -#define XCACHE_ENABLE_ICACHE() XCache_EnableICache(0x80000001) -#define XCACHE_DISABLE_ICACHE() XCache_DisableICache() - -#define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) \ - XCache_InvalidateDCacheRange((u32)(Addr), (u32)(Len)) - -#define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - XCache_FlushDCacheRange((u32)(Addr), (u32)(Len)) - -#define XCACHE_INVALIDATE_ICACHE() XCache_InvalidateICache() - - -/****************************************************************************** - * - * Unknown processor / architecture - * - ******************************************************************************/ - -#else -/* #error "Unknown processor / architecture. Must be MicroBlaze or PowerPC." */ -#endif - - -#ifdef __cplusplus -} -#endif - -#endif /* #ifndef XENV_STANDALONE_H */ - - /** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil-crt0.S b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil-crt0.S deleted file mode 100644 index 25fc262..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil-crt0.S +++ /dev/null @@ -1,132 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file xil-crt0.S -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/09 Initial version
-* 3.05a sdm  02/02/12 Added code for profiling
-* 3.06a sgd  05/16/12 Added global constructors and cleanup code
-*                     Uart initialization based on compiler flag
-* 3.07a sgd  07/05/12 Updated with reset and start Global Timer
-* 3.07a sgd  10/19/12 SMC NOR and SRAM initialization with build option
-* 4.2	pkp  08/04/14 Removed PEEP board related code which contained
-*		      initialization of uart smc nor and sram
-* 5.3	pkp  10/07/15 Added support for OpenAMP by not initializing global
-*		      timer when USE_AMP flag is defined
-* 6.6   srm  10/18/17 Added timer configuration using XTime_StartTTCTimer API.
-*		      Now the TTC instance as specified by the user will be
-*		      started.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -#include "bspconfig.h" - - .file "xil-crt0.S" - .section ".got2","aw" - .align 2 - - .text -.Lsbss_start: - .long __sbss_start - -.Lsbss_end: - .long __sbss_end - -.Lbss_start: - .long __bss_start - -.Lbss_end: - .long __bss_end - -.Lstack: - .long __stack - - - .globl _start -_start: - bl __cpu_init /* Initialize the CPU first (BSP provides this) */ - - mov r0, #0 - - /* clear sbss */ - ldr r1,.Lsbss_start /* calculate beginning of the SBSS */ - ldr r2,.Lsbss_end /* calculate end of the SBSS */ - -.Lloop_sbss: - cmp r1,r2 - bge .Lenclsbss /* If no SBSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_sbss - -.Lenclsbss: - /* clear bss */ - ldr r1,.Lbss_start /* calculate beginning of the BSS */ - ldr r2,.Lbss_end /* calculate end of the BSS */ - -.Lloop_bss: - cmp r1,r2 - bge .Lenclbss /* If no BSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_bss - -.Lenclbss: - - /* set stack pointer */ - ldr r13,.Lstack /* stack address */ - - /* Reset and start Global Timer */ - mov r0, #0x0 - mov r1, #0x0 - - /* Reset and start Triple Timer Counter */ - #if defined SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer - #endif - -#if USE_AMP != 1 - bl XTime_SetTime -#endif - -#ifdef PROFILING /* defined in Makefile */ - /* Setup profiling stuff */ - bl _profile_init -#endif /* PROFILING */ - - /* run global constructors */ - bl __libc_init_array - - /* make sure argc and argv are valid */ - mov r0, #0 - mov r1, #0 - - /* Let her rip */ - bl main - - /* Cleanup global constructors */ - bl __libc_fini_array - -#ifdef PROFILING - /* Cleanup profiling stuff */ - bl _profile_clean -#endif /* PROFILING */ - - /* All done */ - bl exit - -.Lexit: /* should never get here */ - b .Lexit - -.Lstart: - .size _start,.Lstart-_start diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_assert.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_assert.c deleted file mode 100644 index b3dd7e9..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_assert.c +++ /dev/null @@ -1,126 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_assert.c -* @addtogroup common_assert_apis Assert APIs and Macros -* @{ -* -* This file contains basic assert related functions for Xilinx software IP. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 Initial release
-* 6.0   kvn  05/31/16 Make Xil_AsserWait a global variable
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - -/** - * @brief This variable allows testing to be done easier with asserts. An assert - * sets this variable such that a driver can evaluate this variable - * to determine if an assert occurred. - */ -u32 Xil_AssertStatus; - -/** - * @brief This variable allows the assert functionality to be changed for testing - * such that it does not wait infinitely. Use the debugger to disable the - * waiting during testing of asserts. - */ -s32 Xil_AssertWait = 1; - -/* The callback function to be invoked when an assert is taken */ -static Xil_AssertCallback Xil_AssertCallbackRoutine = NULL; - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* -* @brief Implement assert. Currently, it calls a user-defined callback -* function if one has been set. Then, it potentially enters an -* infinite loop depending on the value of the Xil_AssertWait -* variable. -* -* @param File: filename of the source -* @param Line: linenumber within File -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void Xil_Assert(const char8 *File, s32 Line) -{ - /* if the callback has been set then invoke it */ - if (Xil_AssertCallbackRoutine != 0) { - (*Xil_AssertCallbackRoutine)(File, Line); - } - - /* if specified, wait indefinitely such that the assert will show up - * in testing - */ - while (Xil_AssertWait != 0) { - } -} - -/*****************************************************************************/ -/** -* -* @brief Set up a callback function to be invoked when an assert occurs. -* If a callback is already installed, then it will be replaced. -* -* @param Routine: callback to be invoked when an assert is taken -* -* @return None. -* -* @note This function has no effect if NDEBUG is set -* -******************************************************************************/ -void Xil_AssertSetCallback(Xil_AssertCallback Routine) -{ - Xil_AssertCallbackRoutine = Routine; -} - -/*****************************************************************************/ -/** -* -* @brief Null handler function. This follows the XInterruptHandler -* signature for interrupt handlers. It can be used to assign a null -* handler (a stub) to an interrupt controller vector table. -* -* @param NullParameter: arbitrary void pointer and not used. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XNullHandler(void *NullParameter) -{ - (void) NullParameter; -} -/** -* @} End of "addtogroup common_assert_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_assert.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_assert.h deleted file mode 100644 index e8b87b5..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_assert.h +++ /dev/null @@ -1,176 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_assert.h -* -* @addtogroup common_assert_apis Assert APIs and Macros -* -* The xil_assert.h file contains assert related functions and macros. -* Assert APIs/Macros specifies that a application program satisfies certain -* conditions at particular points in its execution. These function can be -* used by application programs to ensure that, application code is satisfying -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 First release
-* 6.0   kvn  05/31/16 Make Xil_AsserWait a global variable
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_ASSERT_H /* prevent circular inclusions */ -#define XIL_ASSERT_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - -#define XIL_ASSERT_NONE 0U -#define XIL_ASSERT_OCCURRED 1U -#define XNULL NULL - -extern u32 Xil_AssertStatus; -extern s32 Xil_AssertWait; -extern void Xil_Assert(const char8 *File, s32 Line); -/** - *@endcond - */ -void XNullHandler(void *NullParameter); - -/** - * This data type defines a callback to be invoked when an - * assert occurs. The callback is invoked only when asserts are enabled - */ -typedef void (*Xil_AssertCallback) (const char8 *File, s32 Line); - -/***************** Macros (Inline Functions) Definitions *********************/ - -#ifndef NDEBUG - -/*****************************************************************************/ -/** -* @brief This assert macro is to be used for void functions. This in -* conjunction with the Xil_AssertWait boolean can be used to -* accommodate tests so that asserts which fail allow execution to -* continue. -* -* @param Expression: expression to be evaluated. If it evaluates to -* false, the assert occurs. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertVoid(Expression) \ -{ \ - if (Expression) { \ - Xil_AssertStatus = XIL_ASSERT_NONE; \ - } else { \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return; \ - } \ -} - -/*****************************************************************************/ -/** -* @brief This assert macro is to be used for functions that do return a -* value. This in conjunction with the Xil_AssertWait boolean can be -* used to accommodate tests so that asserts which fail allow execution -* to continue. -* -* @param Expression: expression to be evaluated. If it evaluates to false, -* the assert occurs. -* -* @return Returns 0 unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertNonvoid(Expression) \ -{ \ - if (Expression) { \ - Xil_AssertStatus = XIL_ASSERT_NONE; \ - } else { \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return 0; \ - } \ -} - -/*****************************************************************************/ -/** -* @brief Always assert. This assert macro is to be used for void functions. -* Use for instances where an assert should always occur. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertVoidAlways() \ -{ \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return; \ -} - -/*****************************************************************************/ -/** -* @brief Always assert. This assert macro is to be used for functions that -* do return a value. Use for instances where an assert should always -* occur. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertNonvoidAlways() \ -{ \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return 0; \ -} - - -#else - -#define Xil_AssertVoid(Expression) -#define Xil_AssertVoidAlways() -#define Xil_AssertNonvoid(Expression) -#define Xil_AssertNonvoidAlways() - -#endif - -/************************** Function Prototypes ******************************/ - -void Xil_AssertSetCallback(Xil_AssertCallback Routine); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_assert_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache.c deleted file mode 100644 index b828612..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache.c +++ /dev/null @@ -1,1534 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.c -* -* Contains required functions for the ARM cache functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a  ecm 01/29/10 First release
-* 1.00a  ecm 06/24/10 Moved the L1 and L2 specific function prototypes
-*		      		  to xil_cache_mach.h to give access to sophisticated users
-* 3.02a  sdm 04/07/11 Updated Flush/InvalidateRange APIs to flush/invalidate
-*		      		  L1 and L2 caches in a single loop and used dsb, L2 sync
-*		      		  at the end of the loop.
-* 3.04a  sdm 01/02/12 Remove redundant dsb/dmb instructions in cache maintenance
-*		      		  APIs.
-* 3.07a  asa 07/16/12 Corrected the L1 and L2 cache invalidation order.
-* 3.07a  sgd 09/18/12 Corrected the L2 cache enable and disable sequence.
-* 3.10a  srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      		  'xil_errata.h' for errata description
-* 3.10a  asa 05/13/13 Modified cache disable APIs. The L2 cache disable
-*			  		  operation was being done with L1 Data cache disabled. This is
-*			  		  fixed so that L2 cache disable operation happens independent of
-*			  		  L1 cache disable operation. This fixes CR #706464.
-*			  		  Changes are done to do a L2 cache sync (poll reg7_?cache_?sync).
-*			  		  This is done to fix the CR #700542.
-* 3.11a  asa 09/23/13 Modified the Xil_DCacheFlushRange and
-*			 		  Xil_DCacheInvalidateRange to fix potential issues. Fixed other
-*			 		  relevant cache APIs to disable and enable back the interrupts.
-*			 		  This fixes CR #663885.
-* 3.11a  asa 09/28/13 Made changes for L2 cache sync operation. It is found
-*			 		  out that for L2 cache flush/clean/invalidation by cache lines
-*			 		  does not need a cache sync as these are atomic nature. Similarly
-*			 		  figured out that for complete L2 cache flush/invalidation by way
-*			 		  we need to wait for some more time in a loop till the status
-*			 		  shows that the cache operation is completed.
-* 4.00	 pkp 24/01/14 Modified Xil_DCacheInvalidateRange to fix the bug. Few
-*			 		  cache lines were missed to invalidate when unaligned address
-*			 		  invalidation was accommodated. That fixes CR #766768.
-*			 		  Also in Xil_L1DCacheInvalidate, while invalidating all L1D cache
-*			 		  stack memory which contains return address was invalidated. So
-*			 		  stack memory was flushed first and then L1D cache is invalidated.
-*			 		  This is done to fix CR #763829
-* 4.01   asa 05/09/14 Made changes in cortexa9/xil_cache.c to fix CR# 798230.
-* 4.02	 pkp 06/27/14 Added notes to Xil_L1DCacheInvalidateRange function for
-*					  explanation of CR#785243
-* 5.00   kvn 12/15/14 Xil_L2CacheInvalidate was modified to fix CR# 838835. L2 Cache
-*					  has stack memory which has return address. Before invalidating
-*					  cache, stack memory was flushed first and L2 Cache is invalidated.
-* 5.01	 pkp 05/12/15 Xil_DCacheInvalidateRange and Xil_DCacheFlushRange is modified
-*					  to remove unnecessary dsb in the APIs. Instead of using dsb
-*					  for L2 Cache, L2CacheSync has been used for each L2 cache line
-*					  and single dsb has been used for L1 cache. Also L2CacheSync is
-*					  added into Xil_L2CacheInvalidateRange API. Xil_L1DCacheInvalidate
-*					  and Xil_L2CacheInvalidate APIs are modified to flush the complete
-*					  stack instead of just System Stack
-* 5.03	 pkp 10/07/15 L2 Cache functionalities are avoided for the OpenAMP slave
-*					  application(when USE_AMP flag is defined for BSP) as master CPU
-*					  would be utilizing L2 cache for its operation
-* 6.6    mus 12/07/17 Errata 753970 is not applicable for the PL130 cache controller
-*                     version r0p2, which is present in zynq. So,removed the handling
-*                     related to same.It fixes CR#989132.
-* 6.6    asa 16/01/18 Changes made in Xil_L1DCacheInvalidate and Xil_L2CacheInvalidate
-*					  routines to ensure the stack data flushed only when the respective
-*					  caches are enabled. This fixes CR-992023.
-* 7.5    mus 01/19/21 Implement workaround for errata#588369 in Xil_DCacheFlushRange.
-*					  It fixes CR#1086022.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xil_cache_l.h" -#include "xil_io.h" -#include "xpseudo_asm.h" -#include "xparameters.h" -#include "xreg_cortexa9.h" -#include "xl2cc.h" -#include "xil_errata.h" -#include "xil_exception.h" - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#define IRQ_FIQ_MASK 0xC0U /* Mask IRQ and FIQ interrupts in cpsr */ - -#ifdef __GNUC__ - extern s32 _stack_end; - extern s32 __undef_stack; -#endif - -#ifndef USE_AMP -/**************************************************************************** -* -* Access L2 Debug Control Register. -* -* @param Value, value to be written to Debug Control Register. -* -* @return None. -* -****************************************************************************/ -#ifdef __GNUC__ -static inline void Xil_L2WriteDebugCtrl(u32 Value) -#else -static void Xil_L2WriteDebugCtrl(u32 Value) -#endif -{ -#if defined(CONFIG_PL310_ERRATA_588369) || defined(CONFIG_PL310_ERRATA_727915) - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_DEBUG_CTRL_OFFSET, Value); -#else - (void)(Value); -#endif -} - -/**************************************************************************** -* -* Perform L2 Cache Sync Operation. -* -* @return None. -* -****************************************************************************/ -#ifdef __GNUC__ -static inline void Xil_L2CacheSync(void) -#else -static void Xil_L2CacheSync(void) -#endif -{ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_SYNC_OFFSET, 0x0U); -} -#endif -/****************************************************************************/ -/** -* @brief Enable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheEnable(void) -{ - Xil_L1DCacheEnable(); -#ifndef USE_AMP - Xil_L2CacheEnable(); -#endif -} - -/****************************************************************************/ -/** -* @brief Disable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheDisable(void) -{ -#ifndef USE_AMP - Xil_L2CacheDisable(); -#endif - Xil_L1DCacheDisable(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the entire Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheInvalidate(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidate(); -#endif - Xil_L1DCacheInvalidate(); - - mtcpsr(currmask); -} - -/*****************************************************************************/ -/** -* @brief Invalidate a Data cache line. If the byte specified by the address -* (adr) is cached by the Data cache, the cacheline containing that -* byte is invalidated. If the cacheline is modified (dirty), the -* modified contents are lost and are NOT written to the system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheInvalidateLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidateLine(adr); -#endif - Xil_L1DCacheInvalidateLine(adr); - - mtcpsr(currmask); -} - - -/*****************************************************************************/ -/** -* Invalidate the Data cache for the given address range. -* If the bytes specified by the address range are cached by the Data -* cache, the cachelines containing those bytes are invalidated. If -* the cachelines are modified (dirty), the modified contents are lost -* and NOT written to the system memory before the lines are -* invalidated. -* -* In this function, if start address or end address is not aligned to -* cache-line, particular cache-line containing unaligned start or end -* address is flush first and then invalidated the others as -* invalidating the same unaligned cache line may result into loss of -* data. This issue raises few possibilities. -* -* If the address to be invalidated is not cache-line aligned, the -* following choices are available: -* 1. Invalidate the cache line when required and do not bother much -* for the side effects. Though it sounds good, it can result in -* hard-to-debug issues. The problem is, if some other variable are -* allocated in the same cache line and had been recently updated -* (in cache), the invalidation would result in loss of data. -* 2. Flush the cache line first. This will ensure that if any other -* variable present in the same cache line and updated recently are -* flushed out to memory. Then it can safely be invalidated. Again it -* sounds good, but this can result in issues. For example, when the -* invalidation happens in a typical ISR (after a DMA transfer has -* updated the memory), then flushing the cache line means, losing -* data that were updated recently before the ISR got invoked. -* -* Linux prefers the second one. To have uniform implementation -* (across standalone and Linux), the second option is implemented. -* This being the case, following needs to be taken care of: -* 1. Whenever possible, the addresses must be cache line aligned. -* Please nore that, not just start address, even the end address must -* be cache line aligned. If that is taken care of, this will always -* work. -* 2. Avoid situations where invalidation has to be done after the -* data is updated by peripheral/DMA directly into the memory. It is -* not tough to achieve (may be a bit risky). The common use case to -* do invalidation is when a DMA happens. Generally for such use -* cases, buffers can be allocated first and then start the DMA. The -* practice that needs to be followed here is, immediately after -* buffer allocation and before starting the DMA, do the invalidation. -* With this approach, invalidation need not to be done after the DMA -* transfer is over. -* -* This is going to always work if done carefully. -* However, the concern is, there is no guarantee that invalidate has -* not needed to be done after DMA is complete. For example, because -* of some reasons if the first cache line or last cache line -* (assuming the buffer in question comprises of multiple cache lines) -* are brought into cache (between the time it is invalidated and DMA -* completes) because of some speculative prefetching or reading data -* for a variable present in the same cache line, then we will have to -* invalidate the cache after DMA is complete. -* -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len) -{ - const u32 cacheline = 32U; - u32 end; - u32 tempadr = adr; - u32 tempend; - u32 currmask; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INVLD_PA_OFFSET); - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - end = tempadr + len; - tempend = end; - /* Select L1 Data cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - - if ((tempadr & (cacheline-1U)) != 0U) { - tempadr &= (~(cacheline - 1U)); - - Xil_L1DCacheFlushLine(tempadr); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - Xil_L2CacheFlushLine(tempadr); - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - Xil_L2CacheSync(); -#endif - tempadr += cacheline; - } - if ((tempend & (cacheline-1U)) != 0U) { - tempend &= (~(cacheline - 1U)); - - Xil_L1DCacheFlushLine(tempend); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - Xil_L2CacheFlushLine(tempend); - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - Xil_L2CacheSync(); -#endif - } - - while (tempadr < tempend) { -#ifndef USE_AMP - /* Invalidate L2 cache line */ - *L2CCOffset = tempadr; - Xil_L2CacheSync(); -#endif - - /* Invalidate L1 Data cache line */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_dc_line_mva_poc(tempadr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_DC_LINE_MVA_POC); - Reg = tempadr; } -#endif - tempadr += cacheline; - } - } - - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the entire Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlush(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - Xil_L1DCacheFlush(); -#ifndef USE_AMP - Xil_L2CacheFlush(); -#endif - mtcpsr(currmask); -} - - -/****************************************************************************/ -/** -* @brief Flush a Data cache line. If the byte specified by the address (adr) -* is cached by the Data cache, the cacheline containing that byte is -* invalidated. If the cacheline is modified (dirty), the entire -* contents of the cacheline are written to system memory before the -* line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheFlushLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - Xil_L1DCacheFlushLine(adr); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - Xil_L2CacheFlushLine(adr); - - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - Xil_L2CacheSync(); -#endif - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the Data cache for the given address range. -* If the bytes specified by the address range are cached by the -* data cache, the cachelines containing those bytes are invalidated. -* If the cachelines are modified (dirty), they are written to the -* system memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlushRange(INTPTR adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INV_CLN_PA_OFFSET); - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr &= ~(cacheline - 1U); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); -#endif - while (LocalAddr < end) { - - /* Flush L1 Data cache line */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_clean_inval_dc_line_mva_poc(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC); - Reg = LocalAddr; } -#endif -#ifndef USE_AMP - /* Flush L2 cache line */ - *L2CCOffset = LocalAddr; - Xil_L2CacheSync(); -#endif - LocalAddr += cacheline; - } -#ifndef USE_AMP - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); -#endif - } - dsb(); - mtcpsr(currmask); -} -/****************************************************************************/ -/** -* @brief Store a Data cache line. If the byte specified by the address (adr) -* is cached by the Data cache and the cacheline is modified (dirty), -* the entire contents of the cacheline are written to system memory. -* After the store completes, the cacheline is marked as unmodified -* (not dirty). -* -* @param adr: 32bit address of the data to be stored. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheStoreLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - Xil_L1DCacheStoreLine(adr); -#ifndef USE_AMP - Xil_L2CacheStoreLine(adr); -#endif - mtcpsr(currmask); -} - -/***************************************************************************/ -/** -* @brief Enable the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheEnable(void) -{ - Xil_L1ICacheEnable(); -#ifndef USE_AMP - Xil_L2CacheEnable(); -#endif -} - -/***************************************************************************/ -/** -* @brief Disable the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheDisable(void) -{ -#ifndef USE_AMP - Xil_L2CacheDisable(); -#endif - Xil_L1ICacheDisable(); -} - - -/****************************************************************************/ -/** -* @brief Invalidate the entire instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheInvalidate(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidate(); -#endif - Xil_L1ICacheInvalidate(); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate an instruction cache line. If the instruction specified -* by the address is cached by the instruction cache, the cacheline -* containing that instruction is invalidated. -* -* @param adr: 32bit address of the instruction to be invalidated. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_ICacheInvalidateLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidateLine(adr); -#endif - Xil_L1ICacheInvalidateLine(adr); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate the instruction cache for the given address range. -* If the instructions specified by the address range are cached by -* the instrunction cache, the cachelines containing those -* instructions are invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INVLD_PA_OFFSET); - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 I-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - - while (LocalAddr < end) { -#ifndef USE_AMP - /* Invalidate L2 cache line */ - *L2CCOffset = LocalAddr; - dsb(); -#endif - - /* Invalidate L1 I-cache line */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_ic_line_mva_pou(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_IC_LINE_MVA_POU); - Reg = LocalAddr; } -#endif - - LocalAddr += cacheline; - } - } - - /* Wait for L1 and L2 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Enable the level 1 Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheEnable(void) -{ - register u32 CtrlReg; - - /* enable caches only if they are disabled */ -#ifdef __GNUC__ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - if ((CtrlReg & (XREG_CP15_CONTROL_C_BIT)) != 0U) { - return; - } - - /* clean and invalidate the Data cache */ - Xil_L1DCacheInvalidate(); - - /* enable the Data cache */ - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/***************************************************************************/ -/** -* @brief Disable the level 1 Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheDisable(void) -{ - register u32 CtrlReg; - - /* clean and invalidate the Data cache */ - Xil_L1DCacheFlush(); - -#ifdef __GNUC__ - /* disable the Data cache */ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 1 Data cache. -* -* @return None. -* -* @note In Cortex A9, there is no cp instruction for invalidating -* the whole D-cache. This function invalidates each line by -* set/way. -* -****************************************************************************/ -void Xil_L1DCacheInvalidate(void) -{ - register u32 CsidReg, C7Reg; - u32 CacheSize, LineSize, NumWays; - u32 Way, WayIndex, Set, SetIndex, NumSet; - u32 currmask; - -#ifdef __GNUC__ - u32 stack_start,stack_end,stack_size; - register u32 CtrlReg; -#endif - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - -#ifdef __GNUC__ - stack_end = (u32)&_stack_end; - stack_start = (u32)&__undef_stack; - stack_size=stack_start-stack_end; - - /* Check for the cache status. If cache is enabled, then only - * flush stack memory to save return address. If cache is disabled, - * don't flush anything as it might result in flushing stale date into - * memory which is undesirable. - * */ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - if ((CtrlReg & (XREG_CP15_CONTROL_C_BIT)) != 0U) { - Xil_DCacheFlushRange(stack_end, stack_size); - } -#endif - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - -#ifdef __GNUC__ - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_CACHE_SIZE_ID, CsidReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_CACHE_SIZE_ID); - CsidReg = Reg; } -#endif - /* Determine Cache Size */ - CacheSize = (CsidReg >> 13U) & 0x1FFU; - CacheSize +=1U; - CacheSize *=128U; /* to get number of bytes */ - - /* Number of Ways */ - NumWays = (CsidReg & 0x3ffU) >> 3U; - NumWays += 1U; - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x07U) + 4U; - - NumSet = CacheSize/NumWays; - NumSet /= (0x00000001U << LineSize); - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set; - - /* Invalidate by Set/Way */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_dc_line_sw(C7Reg); -#else - /*mtcp(XREG_CP15_INVAL_DC_LINE_SW, C7Reg), */ - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_DC_LINE_SW); - Reg = C7Reg; } -#endif - Set += (0x00000001U << LineSize); - } - Set=0U; - Way += 0x40000000U; - } - - /* Wait for L1 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate a level 1 Data cache line. If the byte specified by the -* address (Addr) is cached by the Data cache, the cacheline -* containing that byte is invalidated. If the cacheline is modified -* (dirty), the modified contents are lost and are NOT written to -* system memory before the line is invalidated. -* -* @param adr: 32bit address of the data to be invalidated. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1DCacheInvalidateLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, (adr & (~0x1FU))); - - /* Wait for L1 invalidate to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 1 Data cache for the given address range. -* If the bytes specified by the address range are cached by the Data -* cache, the cachelines containing those bytes are invalidated. If the -* cachelines are modified (dirty), the modified contents are lost and -* NOT written to the system memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheInvalidateRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 D-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - - while (LocalAddr < end) { - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_dc_line_mva_poc(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_DC_LINE_MVA_POC); - Reg = LocalAddr; } -#endif - LocalAddr += cacheline; - } - } - - /* Wait for L1 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the level 1 Data cache. -* -* @return None. -* -* @note In Cortex A9, there is no cp instruction for flushing -* the whole D-cache. Need to flush each line. -* -****************************************************************************/ -void Xil_L1DCacheFlush(void) -{ - register u32 CsidReg, C7Reg; - u32 CacheSize, LineSize, NumWays; - u32 Way; - u32 WayIndex, Set, SetIndex, NumSet; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - -#ifdef __GNUC__ - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_CACHE_SIZE_ID, CsidReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_CACHE_SIZE_ID); - CsidReg = Reg; } -#endif - - /* Determine Cache Size */ - - CacheSize = (CsidReg >> 13U) & 0x1FFU; - CacheSize +=1U; - CacheSize *=128U; /* to get number of bytes */ - - /* Number of Ways */ - NumWays = (CsidReg & 0x3ffU) >> 3U; - NumWays += 1U; - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x07U) + 4U; - - NumSet = CacheSize/NumWays; - NumSet /= (0x00000001U << LineSize); - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set; - /* Flush by Set/Way */ - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_clean_inval_dc_line_sw(C7Reg); -#else - { volatile register u32 Reg - __asm(XREG_CP15_CLEAN_INVAL_DC_LINE_SW); - Reg = C7Reg; } -#endif - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += 0x40000000U; - } - - /* Wait for L1 flush to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush a level 1 Data cache line. If the byte specified by the -* address (adr) is cached by the Data cache, the cacheline containing -* that byte is invalidated. If the cacheline is modified (dirty), the -* entire contents of the cacheline are written to system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1DCacheFlushLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, (adr & (~0x1FU))); - - /* Wait for L1 flush to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Flush the level 1 Data cache for the given address range. -* If the bytes specified by the address range are cached by the Data -* cache, the cacheline containing those bytes are invalidated. If the -* cachelines are modified (dirty), they are written to system memory -* before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheFlushRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 D-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - - while (LocalAddr < end) { - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_clean_inval_dc_line_mva_poc(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC); - Reg = LocalAddr; } -#endif - LocalAddr += cacheline; - } - } - - /* Wait for L1 flush to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Store a level 1 Data cache line. If the byte specified by the -* address (adr) is cached by the Data cache and the cacheline is -* modified (dirty), the entire contents of the cacheline are written -* to system memory. After the store completes, the cacheline is -* marked as unmodified (not dirty). -* -* @param adr: Address to be stored. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1DCacheStoreLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - mtcp(XREG_CP15_CLEAN_DC_LINE_MVA_POC, (adr & (~0x1FU))); - - /* Wait for L1 store to complete */ - dsb(); -} - - -/****************************************************************************/ -/** -* @brief Enable the level 1 instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheEnable(void) -{ - register u32 CtrlReg; - - /* enable caches only if they are disabled */ -#ifdef __GNUC__ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - if ((CtrlReg & (XREG_CP15_CONTROL_I_BIT)) != 0U) { - return; - } - - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0U); - - /* enable the instruction cache */ - CtrlReg |= (XREG_CP15_CONTROL_I_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Disable level 1 the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheDisable(void) -{ - register u32 CtrlReg; - - dsb(); - - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0U); - - /* disable the instruction cache */ -#ifdef __GNUC__ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - CtrlReg &= ~(XREG_CP15_CONTROL_I_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Invalidate the entire level 1 instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheInvalidate(void) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0U); - - /* Wait for L1 invalidate to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate a level 1 instruction cache line. If the instruction -* specified by the address is cached by the instruction cache, the -* cacheline containing that instruction is invalidated. -* -* @param adr: 32bit address of the instruction to be invalidated. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1ICacheInvalidateLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - mtcp(XREG_CP15_INVAL_IC_LINE_MVA_POU, (adr & (~0x1FU))); - - /* Wait for L1 invalidate to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 1 instruction cache for the given address -* range. If the instrucions specified by the address range are cached -* by the instruction cache, the cacheline containing those bytes are -* invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheInvalidateRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 I-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - - while (LocalAddr < end) { - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_ic_line_mva_pou(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_IC_LINE_MVA_POU); - Reg = LocalAddr; } -#endif - LocalAddr += cacheline; - } - } - - /* Wait for L1 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -#ifndef USE_AMP -/****************************************************************************/ -/** -* @brief Enable the L2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheEnable(void) -{ - register u32 L2CCReg; - - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - - /* only enable if L2CC is currently disabled */ - if ((L2CCReg & 0x01U) == 0U) { - /* set up the way size and latencies */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + - XPS_L2CC_AUX_CNTRL_OFFSET); - L2CCReg &= XPS_L2CC_AUX_REG_ZERO_MASK; - L2CCReg |= XPS_L2CC_AUX_REG_DEFAULT_MASK; - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_AUX_CNTRL_OFFSET, - L2CCReg); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_TAG_RAM_CNTRL_OFFSET, - XPS_L2CC_TAG_RAM_DEFAULT_MASK); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_DATA_RAM_CNTRL_OFFSET, - XPS_L2CC_DATA_RAM_DEFAULT_MASK); - - /* Clear the pending interrupts */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + - XPS_L2CC_ISR_OFFSET); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_IAR_OFFSET, L2CCReg); - - Xil_L2CacheInvalidate(); - /* Enable the L2CC */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + - XPS_L2CC_CNTRL_OFFSET); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET, - (L2CCReg | (0x01U))); - - Xil_L2CacheSync(); - /* synchronize the processor */ - dsb(); - - } -} - -/****************************************************************************/ -/** -* @brief Disable the L2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheDisable(void) -{ - register u32 L2CCReg; - - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - - if((L2CCReg & 0x1U) != 0U) { - - /* Clean and Invalidate L2 Cache */ - Xil_L2CacheFlush(); - - /* Disable the L2CC */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET, - (L2CCReg & (~0x01U))); - /* Wait for the cache operations to complete */ - - dsb(); - } -} - -/*****************************************************************************/ -/** -* @brief Invalidate the entire level 2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheInvalidate(void) -{ - #ifdef __GNUC__ - u32 stack_start,stack_end,stack_size; - register u32 L2CCReg; - stack_end = (u32)&_stack_end; - stack_start = (u32)&__undef_stack; - stack_size=stack_start-stack_end; - - /* Check for the cache status. If cache is enabled, then only - * flush stack memory to save return address. If cache is disabled, - * don't flush anything as it might result in flushing stale date into - * memory which is undesirable. - */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - if ((L2CCReg & 0x01U) != 0U) { - /*Flush stack memory to save return address*/ - Xil_DCacheFlushRange(stack_end, stack_size); - } - - #endif - u32 ResultDCache; - /* Invalidate the caches */ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_WAY_OFFSET, - 0x0000FFFFU); - ResultDCache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_WAY_OFFSET) - & 0x0000FFFFU; - while(ResultDCache != (u32)0U) { - ResultDCache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_WAY_OFFSET) - & 0x0000FFFFU; - } - - /* Wait for the invalidate to complete */ - Xil_L2CacheSync(); - - /* synchronize the processor */ - dsb(); -} - -/*****************************************************************************/ -/** -* @brief Invalidate a level 2 cache line. If the byte specified by the -* address (adr) is cached by the Data cache, the cacheline containing -* that byte is invalidated. If the cacheline is modified (dirty), -* the modified contents are lost and are NOT written to system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data/instruction to be invalidated. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L2CacheInvalidateLine(u32 adr) -{ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_PA_OFFSET, (u32)adr); - /* synchronize the processor */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 2 cache for the given address range. -* If the bytes specified by the address range are cached by the L2 -* cache, the cacheline containing those bytes are invalidated. If the -* cachelines are modified (dirty), the modified contents are lost and -* are NOT written to system memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheInvalidateRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INVLD_PA_OFFSET); - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - while (LocalAddr < end) { - *L2CCOffset = LocalAddr; - Xil_L2CacheSync(); - LocalAddr += cacheline; - } - - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - } - - /* synchronize the processor */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the entire level 2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheFlush(void) -{ - u32 ResultL2Cache; - - /* Flush the caches */ - - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET, - 0x0000FFFFU); - ResultL2Cache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET) - & 0x0000FFFFU; - - while(ResultL2Cache != (u32)0U) { - ResultL2Cache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET) - & 0x0000FFFFU; - } - - Xil_L2CacheSync(); - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - - /* synchronize the processor */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Flush a level 2 cache line. If the byte specified by the address -* (adr) is cached by the L2 cache, the cacheline containing that -* byte is invalidated. If the cacheline is modified (dirty), the -* entire contents of the cacheline are written to system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data/instruction to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L2CacheFlushLine(u32 adr) -{ -#ifdef CONFIG_PL310_ERRATA_588369 - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_CLEAN_PA_OFFSET, adr); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_PA_OFFSET, adr); -#else - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_PA_OFFSET, adr); -#endif - /* synchronize the processor */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Flush the level 2 cache for the given address range. -* If the bytes specified by the address range are cached by the L2 -* cache, the cacheline containing those bytes are invalidated. If the -* cachelines are modified (dirty), they are written to the system -* memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheFlushRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INV_CLN_PA_OFFSET); - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - while (LocalAddr < end) { - *L2CCOffset = LocalAddr; - Xil_L2CacheSync(); - LocalAddr += cacheline; - } - - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - } - /* synchronize the processor */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Store a level 2 cache line. If the byte specified by the address -* (adr) is cached by the L2 cache and the cacheline is modified -* (dirty), the entire contents of the cacheline are written to -* system memory. After the store completes, the cacheline is marked -* as unmodified (not dirty). -* -* @param adr: 32bit address of the data/instruction to be stored. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L2CacheStoreLine(u32 adr) -{ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_CLEAN_PA_OFFSET, adr); - /* synchronize the processor */ - dsb(); -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache.h deleted file mode 100644 index 75cd6f6..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache.h +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.h -* -* @addtogroup a9_cache_apis Cortex A9 Processor Cache Functions -* -* Cache functions provide access to cache related operations such as flush -* and invalidate for instruction and data caches. It gives option to perform -* the cache operations on a single cacheline, a range of memory and an entire -* cache. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/29/10 First release
-* 3.04a sdm  01/02/12 Remove redundant dsb/dmb instructions in cache maintenance
-*		      APIs.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __GNUC__ - -#define asm_cp15_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_inval_ic_line_mva_pou(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)); - -#define asm_cp15_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_SW :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)); - -#elif defined (__ICCARM__) - -#define asm_cp15_inval_dc_line_mva_poc(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_mva_poc(param) __asm volatile ("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_inval_ic_line_mva_pou(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)); - -#define asm_cp15_inval_dc_line_sw(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_DC_LINE_SW :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_sw(param) __asm volatile ("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)); - -#endif - -/** -*@endcond -*/ - -void Xil_DCacheEnable(void); -void Xil_DCacheDisable(void); -void Xil_DCacheInvalidate(void); -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len); -void Xil_DCacheFlush(void); -void Xil_DCacheFlushRange(INTPTR adr, u32 len); - -void Xil_ICacheEnable(void); -void Xil_ICacheDisable(void); -void Xil_ICacheInvalidate(void); -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_cache_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache_l.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache_l.h deleted file mode 100644 index 21c8ced..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache_l.h +++ /dev/null @@ -1,75 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_l.h -* -* Contains L1 and L2 specific functions for the ARM cache functionality -* used by xcache.c. This functionality is being made available here for -* more sophisticated users. -* -* @addtogroup a9_cache_apis -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/24/10 First release
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ -#ifndef XIL_CACHE_MACH_H -#define XIL_CACHE_MACH_H - -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes ******************************/ - -void Xil_DCacheInvalidateLine(u32 adr); -void Xil_DCacheFlushLine(u32 adr); -void Xil_DCacheStoreLine(u32 adr); -void Xil_ICacheInvalidateLine(u32 adr); - -void Xil_L1DCacheEnable(void); -void Xil_L1DCacheDisable(void); -void Xil_L1DCacheInvalidate(void); -void Xil_L1DCacheInvalidateLine(u32 adr); -void Xil_L1DCacheInvalidateRange(u32 adr, u32 len); -void Xil_L1DCacheFlush(void); -void Xil_L1DCacheFlushLine(u32 adr); -void Xil_L1DCacheFlushRange(u32 adr, u32 len); -void Xil_L1DCacheStoreLine(u32 adr); - -void Xil_L1ICacheEnable(void); -void Xil_L1ICacheDisable(void); -void Xil_L1ICacheInvalidate(void); -void Xil_L1ICacheInvalidateLine(u32 adr); -void Xil_L1ICacheInvalidateRange(u32 adr, u32 len); - -void Xil_L2CacheEnable(void); -void Xil_L2CacheDisable(void); -void Xil_L2CacheInvalidate(void); -void Xil_L2CacheInvalidateLine(u32 adr); -void Xil_L2CacheInvalidateRange(u32 adr, u32 len); -void Xil_L2CacheFlush(void); -void Xil_L2CacheFlushLine(u32 adr); -void Xil_L2CacheFlushRange(u32 adr, u32 len); -void Xil_L2CacheStoreLine(u32 adr); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_cache_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache_vxworks.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache_vxworks.h deleted file mode 100644 index 77e1f3d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache_vxworks.h +++ /dev/null @@ -1,74 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_vxworks.h -* -* Contains the cache related functions for VxWorks that is wrapped by -* xil_cache. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  12/11/09 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_CACHE_VXWORKS_H -#define XIL_CACHE_VXWORKS_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "vxWorks.h" -#include "vxLib.h" -#include "sysLibExtra.h" -#include "cacheLib.h" - -#if (CPU_FAMILY==PPC) - -#define Xil_DCacheEnable() cacheEnable(DATA_CACHE) - -#define Xil_DCacheDisable() cacheDisable(DATA_CACHE) - -#define Xil_DCacheInvalidateRange(Addr, Len) \ - cacheInvalidate(DATA_CACHE, (void *)(Addr), (Len)) - -#define Xil_DCacheFlushRange(Addr, Len) \ - cacheFlush(DATA_CACHE, (void *)(Addr), (Len)) - -#define Xil_ICacheEnable() cacheEnable(INSTRUCTION_CACHE) - -#define Xil_ICacheDisable() cacheDisable(INSTRUCTION_CACHE) - -#define Xil_ICacheInvalidateRange(Addr, Len) \ - cacheInvalidate(INSTRUCTION_CACHE, (void *)(Addr), (Len)) - - -#else -#error "Unknown processor / architecture. Must be PPC for VxWorks." -#endif - -#ifdef __cplusplus -} -#endif - -#endif -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_clocking.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_clocking.c deleted file mode 100644 index 50df3c5..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_clocking.c +++ /dev/null @@ -1,128 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.c -* -* The xil_clocking.c file contains clocking related functions and macros. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  02/06/20 First release of clocking
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#include "xil_clocking.h" -/************************** Variable Definitions *****************************/ - -#if defined (XPAR_XCRPSU_0_DEVICE_ID) && defined (XCLOCKING) - -XClock ClockInstance; /* Instance of clock Controller */ -XClockPs_Config *ConfigPtr; - - -XStatus Xil_ClockInit(void) -{ - XStatus Status = XST_FAILURE; - - /* Lookup clock configurations */ - ConfigPtr = XClock_LookupConfig(XPAR_XCLOCKPS_DEVICE_ID); - - /* Initialize the Clock controller driver */ - Status = XClock_CfgInitialize(&ClockInstance, ConfigPtr); - return Status; -} - -XStatus Xil_ClockEnable(XClock_OutputClks ClockId) -{ - - XStatus Status = XST_FAILURE; - - Status = XClock_EnableClock(ClockId); - return Status; -} - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId) -{ - XStatus Status = XST_FAILURE; - - Status = XClock_DisableClock(ClockId); - return Status; -} - -XStatus Xil_ClockGetRate(XClock_OutputClks ClockId, XClockRate *Rate) -{ - XStatus Status = XST_FAILURE; - - Xil_AssertNonvoid(Rate != NULL); - - Status = XClock_GetRate(ClockId, Rate); - if (XST_SUCCESS == Status) { - xdbg_printf(XDBG_DEBUG_GENERAL, "Operating rate = %lx\n",*Rate); - } else { - xdbg_printf(XDBG_DEBUG_ERROR, "Failed: Fetching rate\r\n"); - } - return Status; -} - -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, - XClockRate *SetRate) -{ - XStatus Status = XST_FAILURE; - - Xil_AssertNonvoid(SetRate != NULL); - - if (Rate == 0) { - return XST_FAILURE; - } - Status = XClock_SetRate(ClockId, Rate, SetRate); - if (XST_SUCCESS != Status) { - xdbg_printf(XDBG_DEBUG_ERROR, "Failed Setting rate\n"); - } - return Status; -} - -#else -XStatus Xil_ClockGetRate(XClock_OutputClks ClockId, XClockRate *Rate) -{ - (void) ClockId; - (void) Rate; - return XST_FAILURE; -} - -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, - XClockRate *SetRate) { - (void) ClockId; - (void) Rate; - (void) SetRate; - return XST_FAILURE; -} - -XStatus Xil_ClockInit(void) -{ - return XST_SUCCESS; -} - -XStatus Xil_ClockEnable(XClock_OutputClks ClockId) -{ - (void) ClockId; - return XST_SUCCESS; -} - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId) -{ - (void) ClockId; - return XST_SUCCESS; -} - -#endif /* XCLOCKING */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_clocking.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_clocking.h deleted file mode 100644 index fd80a0d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_clocking.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.h -* -* The xil_clocking.h file contains clocking related functions and macros. -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  12/11/19 First release
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#ifndef XIL_CLOCKING_H /* prevent circular inclusions */ -#define XIL_CLOCKING_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xdebug.h" -#include "xil_printf.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xparameters.h" -#include "xstatus.h" -#if defined (XPAR_XCRPSU_0_DEVICE_ID) -#include "xclockps.h" -#else -typedef u32 XClock_OutputClks; -typedef u64 XClockRate; -#endif - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId); -XStatus Xil_ClockEnable(XClock_OutputClks ClockId); -XStatus Xil_ClockInit(void); -XStatus Xil_ClockGet(void); -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, XClockRate *SetRate); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_errata.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_errata.h deleted file mode 100644 index e48c5f3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_errata.h +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_errata.h -* -* @addtogroup a9_errata Cortex A9 Processor and pl310 Errata Support -* @{ -* Various ARM errata are handled in the standalone BSP. The implementation for -* errata handling follows ARM guidelines and is based on the open source Linux -* support for these errata. -* -* @note The errata handling is enabled by default. To disable handling of all the -* errata globally, un-define the macro ENABLE_ARM_ERRATA in xil_errata.h. To -* disable errata on a per-erratum basis, un-define relevant macros in -* xil_errata.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a srt  04/18/13 First release
-* 6.6   mus  12/07/17 Removed errata 753970, It fixes CR#989132.
-* 
-* -******************************************************************************/ -#ifndef XIL_ERRATA_H -#define XIL_ERRATA_H - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ -/** - * @name errata_definitions - * - * The errata conditions handled in the standalone BSP are listed below - * @{ - */ - -#define ENABLE_ARM_ERRATA 1 - -/** - *@endcond - */ - -#ifdef ENABLE_ARM_ERRATA - -/** - * Errata No: 742230 - * Description: DMB operation may be faulty - */ -#define CONFIG_ARM_ERRATA_742230 1 - -/** - * Errata No: 743622 - * Description: Faulty hazard checking in the Store Buffer may lead - * to data corruption. - */ -#define CONFIG_ARM_ERRATA_743622 1 - -/** - * Errata No: 775420 - * Description: A data cache maintenance operation which aborts, - * might lead to deadlock - */ -#define CONFIG_ARM_ERRATA_775420 1 - -/** - * Errata No: 794073 - * Description: Speculative instruction fetches with MMU disabled - * might not comply with architectural requirements - */ -#define CONFIG_ARM_ERRATA_794073 1 - - -/** PL310 L2 Cache Errata */ - -/** - * Errata No: 588369 - * Description: Clean & Invalidate maintenance operations do not - * invalidate clean lines - */ -#define CONFIG_PL310_ERRATA_588369 1 - -/** - * Errata No: 727915 - * Description: Background Clean and Invalidate by Way operation - * can cause data corruption - */ -#define CONFIG_PL310_ERRATA_727915 1 - -/*@}*/ -#endif /* ENABLE_ARM_ERRATA */ - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_ERRATA_H */ -/** -* @} End of "addtogroup a9_errata". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_exception.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_exception.c deleted file mode 100644 index 69567bd..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_exception.c +++ /dev/null @@ -1,336 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xil_exception.c -* -* This file contains low-level driver functions for the Cortex A53,A9,R5 exception -* Handler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 6.0   mus      27/07/16 Consolidated exceptions for a53,a9 and r5
-*                         processors and added Xil_UndefinedExceptionHandler
-*                         for a53 32 bit and r5 as well.
-* 6.4   mus      08/06/17 Updated debug prints to replace %x with the %lx, to
-*                         fix the warnings.
-* 6.7   mna      26/04/18 Add an API to obtain a corresponding
-*                         Xil_ExceptionHandler entry from XExc_VectorTable.
-* 6.7  asa       18/05/18 Fix bugs in the API Xil_GetExceptionRegisterHandler.
-* 7.0  mus       07/03/19 Tweak Xil_ExceptionRegisterHandler and
-*                         Xil_GetExceptionRegisterHandler to support legacy
-*                         examples for Cortexa72 EL3 exception level.
-* 7.3  mus       07/27/20 Updated Xil_ExceptionRegisterHandler and
-*                         Xil_GetExceptionRegisterHandler to ignore
-*                         Exception_id, only if its pointing to IRQ.
-*                         It fixes CR#1069524
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_exception.h" -#include "xpseudo_asm.h" -#include "xdebug.h" -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -typedef struct { - Xil_ExceptionHandler Handler; - void *Data; -} XExc_VectorTableEntry; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Function Prototypes *****************************/ -static void Xil_ExceptionNullHandler(void *Data); -/************************** Variable Definitions *****************************/ -/* - * Exception vector table to store handlers for each exception vector. - */ -#if defined (__aarch64__) -XExc_VectorTableEntry XExc_VectorTable[XIL_EXCEPTION_ID_LAST + 1] = -{ - {Xil_ExceptionNullHandler, NULL}, - {Xil_SyncAbortHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_SErrorAbortHandler, NULL}, - -}; -#else -XExc_VectorTableEntry XExc_VectorTable[XIL_EXCEPTION_ID_LAST + 1] = -{ - {Xil_ExceptionNullHandler, NULL}, - {Xil_UndefinedExceptionHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_PrefetchAbortHandler, NULL}, - {Xil_DataAbortHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, -}; -#endif -#if !defined (__aarch64__) -u32 DataAbortAddr; /* Address of instruction causing data abort */ -u32 PrefetchAbortAddr; /* Address of instruction causing prefetch abort */ -u32 UndefinedExceptionAddr; /* Address of instruction causing Undefined - exception */ -#endif - -/*****************************************************************************/ - -/****************************************************************************/ -/** -* -* This function is a stub Handler that is the default Handler that gets called -* if the application has not setup a Handler for a specific exception. The -* function interface has to match the interface specified for a Handler even -* though none of the arguments are used. -* -* @param Data is unused by this function. -* -* @return None. -* -*****************************************************************************/ -static void Xil_ExceptionNullHandler(void *Data) -{ - (void) Data; -DieLoop: goto DieLoop; -} - -/****************************************************************************/ -/** -* @brief The function is a common API used to initialize exception handlers -* across all supported arm processors. For ARM Cortex-A53, Cortex-R5, -* and Cortex-A9, the exception handlers are being initialized -* statically and this function does not do anything. -* However, it is still present to take care of backward compatibility -* issues (in earlier versions of BSPs, this API was being used to -* initialize exception handlers). -* -* @return None. -* -*****************************************************************************/ -void Xil_ExceptionInit(void) -{ - return; -} - -/*****************************************************************************/ -/** -* @brief Register a handler for a specific exception. This handler is being -* called when the processor encounters the specified exception. -* -* @param Exception_id contains the ID of the exception source and should -* be in the range of 0 to XIL_EXCEPTION_ID_LAST. -* See xil_exception.h for further information. -* @param Handler to the Handler for that exception. -* @param Data is a reference to Data that will be passed to the -* Handler when it gets called. -* -* @return None. -* -****************************************************************************/ -void Xil_ExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler Handler, - void *Data) -{ -#if defined (versal) && !defined(ARMR5) && EL3 - if ( XIL_EXCEPTION_ID_IRQ_INT == Exception_id ) - { - /* - * Cortexa72 processor in versal is coupled with GIC-500, and - * GIC-500 supports only FIQ at EL3. Hence, tweaking this API - * to act on IRQ, if Exception_id is pointing to IRQ - */ - Exception_id = XIL_EXCEPTION_ID_FIQ_INT; - } -#endif - XExc_VectorTable[Exception_id].Handler = Handler; - XExc_VectorTable[Exception_id].Data = Data; -} - -/*****************************************************************************/ -/** -* @brief Get a handler for a specific exception. This handler is being -* called when the processor encounters the specified exception. -* -* @param Exception_id contains the ID of the exception source and should -* be in the range of 0 to XIL_EXCEPTION_ID_LAST. -* See xil_exception.h for further information. -* @param Handler to the Handler for that exception. -* @param Data is a reference to Data that will be passed to the -* Handler when it gets called. -* -* @return None. -* -****************************************************************************/ -void Xil_GetExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler *Handler, - void **Data) -{ -#if defined (versal) && !defined(ARMR5) && EL3 - if ( XIL_EXCEPTION_ID_IRQ_INT == Exception_id ) - { - /* - * Cortexa72 processor in versal is coupled with GIC-500, and - * GIC-500 supports only FIQ at EL3. Hence, tweaking this API - * to act on IRQ, if Exception_id is pointing to IRQ - */ - - Exception_id = XIL_EXCEPTION_ID_FIQ_INT; - } -#endif - - *Handler = XExc_VectorTable[Exception_id].Handler; - *Data = XExc_VectorTable[Exception_id].Data; -} - -/*****************************************************************************/ -/** -* -* @brief Removes the Handler for a specific exception Id. The stub Handler -* is then registered for this exception Id. -* -* @param Exception_id contains the ID of the exception source and should -* be in the range of 0 to XIL_EXCEPTION_ID_LAST. -* See xil_exception.h for further information. -* -* @return None. -* -****************************************************************************/ -void Xil_ExceptionRemoveHandler(u32 Exception_id) -{ - Xil_ExceptionRegisterHandler(Exception_id, - Xil_ExceptionNullHandler, - NULL); -} - -#if defined (__aarch64__) -/*****************************************************************************/ -/** -* -* Default Synchronous abort handler which prints a debug message on console if -* Debug flag is enabled -* -* @return None. -* -****************************************************************************/ - -void Xil_SyncAbortHandler(void *CallBackRef){ - (void) CallBackRef; - xdbg_printf(XDBG_DEBUG_ERROR, "Synchronous abort \n"); - while(1) { - ; - } -} - -/*****************************************************************************/ -/** -* -* Default SError abort handler which prints a debug message on console if -* Debug flag is enabled -* -* @return None. -* -****************************************************************************/ -void Xil_SErrorAbortHandler(void *CallBackRef){ - (void) CallBackRef; - xdbg_printf(XDBG_DEBUG_ERROR, "Synchronous abort \n"); - while(1) { - ; - } -} -#else -/*****************************************************************************/ -/** -* -* Default Data abort handler which prints data fault status register through -* which information about data fault can be acquired -* -* @return None. -* -****************************************************************************/ - -void Xil_DataAbortHandler(void *CallBackRef){ - (void) CallBackRef; -#ifdef DEBUG - u32 FaultStatus; - - xdbg_printf(XDBG_DEBUG_ERROR, "Data abort \n"); - #ifdef __GNUC__ - FaultStatus = mfcp(XREG_CP15_DATA_FAULT_STATUS); - #elif defined (__ICCARM__) - mfcp(XREG_CP15_DATA_FAULT_STATUS,FaultStatus); - #else - { volatile register u32 Reg __asm(XREG_CP15_DATA_FAULT_STATUS); - FaultStatus = Reg; } - #endif - xdbg_printf(XDBG_DEBUG_GENERAL, "Data abort with Data Fault Status Register %lx\n",FaultStatus); - xdbg_printf(XDBG_DEBUG_GENERAL, "Address of Instruction causing Data abort %lx\n",DataAbortAddr); -#endif - while(1) { - ; - } -} - -/*****************************************************************************/ -/** -* -* Default Prefetch abort handler which prints prefetch fault status register through -* which information about instruction prefetch fault can be acquired -* -* @return None. -* -****************************************************************************/ -void Xil_PrefetchAbortHandler(void *CallBackRef){ - (void) CallBackRef; -#ifdef DEBUG - u32 FaultStatus; - - xdbg_printf(XDBG_DEBUG_ERROR, "Prefetch abort \n"); - #ifdef __GNUC__ - FaultStatus = mfcp(XREG_CP15_INST_FAULT_STATUS); - #elif defined (__ICCARM__) - mfcp(XREG_CP15_INST_FAULT_STATUS,FaultStatus); - #else - { volatile register u32 Reg __asm(XREG_CP15_INST_FAULT_STATUS); - FaultStatus = Reg; } - #endif - xdbg_printf(XDBG_DEBUG_GENERAL, "Prefetch abort with Instruction Fault Status Register %lx\n",FaultStatus); - xdbg_printf(XDBG_DEBUG_GENERAL, "Address of Instruction causing Prefetch abort %lx\n",PrefetchAbortAddr); -#endif - while(1) { - ; - } -} -/*****************************************************************************/ -/** -* -* Default undefined exception handler which prints address of the undefined -* instruction if debug prints are enabled -* -* @return None. -* -****************************************************************************/ -void Xil_UndefinedExceptionHandler(void *CallBackRef){ - (void) CallBackRef; - xdbg_printf(XDBG_DEBUG_GENERAL, "Address of the undefined instruction %lx\n",UndefinedExceptionAddr); - while(1) { - ; - } -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_exception.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_exception.h deleted file mode 100644 index a146f83..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_exception.h +++ /dev/null @@ -1,387 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_exception.h -* -* This header file contains ARM Cortex A53,A9,R5 specific exception related APIs. -* For exception related functions that can be used across all Xilinx supported -* processors, please use xil_exception.h. -* -* @addtogroup arm_exception_apis ARM Processor Exception Handling -* @{ -* ARM processors specific exception related APIs for cortex A53,A9 and R5 can -* utilized for enabling/disabling IRQ, registering/removing handler for -* exceptions or initializing exception vector table with null handler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 6.0   mus      27/07/16 Consolidated file for a53,a9 and r5 processors
-* 6.7   mna      26/04/18 Add API Xil_GetExceptionRegisterHandler.
-* 6.7   asa      18/05/18 Update signature of API Xil_GetExceptionRegisterHandler.
-* 7.0   mus      01/03/19 Tweak Xil_ExceptionEnableMask and
-*                         Xil_ExceptionDisableMask macros to support legacy
-*                         examples for Cortexa72 EL3 exception level.
-* 7.3   mus      04/15/20 Added Xil_EnableNestedInterrupts and
-*                         Xil_DisableNestedInterrupts macros for ARMv8.
-*                         For Cortexa72, these macro's would not be supported
-*                         at EL3, as Cortexa72 is using GIC-500(GICv3),  which
-*                         triggeres only FIQ at EL3. Fix for CR#1062506
-# 7.6   mus      09/17/21 Updated flag checking to fix warning reported with
-#                         -Wundef compiler option CR#1110261
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_EXCEPTION_H /* prevent circular inclusions */ -#define XIL_EXCEPTION_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "bspconfig.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions ****************************/ - -#define XIL_EXCEPTION_FIQ XREG_CPSR_FIQ_ENABLE -#define XIL_EXCEPTION_IRQ XREG_CPSR_IRQ_ENABLE -#define XIL_EXCEPTION_ALL (XREG_CPSR_FIQ_ENABLE | XREG_CPSR_IRQ_ENABLE) - -#define XIL_EXCEPTION_ID_FIRST 0U -#if defined (__aarch64__) -#define XIL_EXCEPTION_ID_SYNC_INT 1U -#define XIL_EXCEPTION_ID_IRQ_INT 2U -#define XIL_EXCEPTION_ID_FIQ_INT 3U -#define XIL_EXCEPTION_ID_SERROR_ABORT_INT 4U -#define XIL_EXCEPTION_ID_LAST 5U -#else -#define XIL_EXCEPTION_ID_RESET 0U -#define XIL_EXCEPTION_ID_UNDEFINED_INT 1U -#define XIL_EXCEPTION_ID_SWI_INT 2U -#define XIL_EXCEPTION_ID_PREFETCH_ABORT_INT 3U -#define XIL_EXCEPTION_ID_DATA_ABORT_INT 4U -#define XIL_EXCEPTION_ID_IRQ_INT 5U -#define XIL_EXCEPTION_ID_FIQ_INT 6U -#define XIL_EXCEPTION_ID_LAST 6U -#endif - -/* - * XIL_EXCEPTION_ID_INT is defined for all Xilinx processors. - */ -#if defined (versal) && !defined(ARMR5) && EL3 -#define XIL_EXCEPTION_ID_INT XIL_EXCEPTION_ID_FIQ_INT -#else -#define XIL_EXCEPTION_ID_INT XIL_EXCEPTION_ID_IRQ_INT -#endif - -/**************************** Type Definitions ******************************/ - -/** - * This typedef is the exception handler function. - */ -typedef void (*Xil_ExceptionHandler)(void *data); -typedef void (*Xil_InterruptHandler)(void *data); - -/** -*@endcond -*/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* @brief Enable Exceptions. -* -* @param Mask: Value for enabling the exceptions. -* -* @return None. -* -* @note If bit is 0, exception is enabled. -* C-Style signature: void Xil_ExceptionEnableMask(Mask) -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -/* - * Cortexa72 processor in versal is coupled with GIC-500, and GIC-500 supports - * only FIQ at EL3. Hence, tweaking this macro to always enable FIQ - * ignoring argument passed by user. - */ -#define Xil_ExceptionEnableMask(Mask) \ - mtcpsr(mfcpsr() & ~ ((XIL_EXCEPTION_FIQ) & XIL_EXCEPTION_ALL)) -#elif defined (__GNUC__) || defined (__ICCARM__) -#define Xil_ExceptionEnableMask(Mask) \ - mtcpsr(mfcpsr() & ~ ((Mask) & XIL_EXCEPTION_ALL)) -#else -#define Xil_ExceptionEnableMask(Mask) \ - { \ - register u32 Reg __asm("cpsr"); \ - mtcpsr((Reg) & (~((Mask) & XIL_EXCEPTION_ALL))); \ - } -#endif -/****************************************************************************/ -/** -* @brief Enable the IRQ exception. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -#define Xil_ExceptionEnable() \ - Xil_ExceptionEnableMask(XIL_EXCEPTION_FIQ) -#else -#define Xil_ExceptionEnable() \ - Xil_ExceptionEnableMask(XIL_EXCEPTION_IRQ) -#endif - -/****************************************************************************/ -/** -* @brief Disable Exceptions. -* -* @param Mask: Value for disabling the exceptions. -* -* @return None. -* -* @note If bit is 1, exception is disabled. -* C-Style signature: Xil_ExceptionDisableMask(Mask) -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -/* - * Cortexa72 processor in versal is coupled with GIC-500, and GIC-500 supports - * only FIQ at EL3. Hence, tweaking this macro to always disable FIQ - * ignoring argument passed by user. - */ -#define Xil_ExceptionDisableMask(Mask) \ - mtcpsr(mfcpsr() | ((XIL_EXCEPTION_FIQ) & XIL_EXCEPTION_ALL)) -#elif defined (__GNUC__) || defined (__ICCARM__) -#define Xil_ExceptionDisableMask(Mask) \ - mtcpsr(mfcpsr() | ((Mask) & XIL_EXCEPTION_ALL)) -#else -#define Xil_ExceptionDisableMask(Mask) \ - { \ - register u32 Reg __asm("cpsr"); \ - mtcpsr((Reg) | ((Mask) & XIL_EXCEPTION_ALL)); \ - } -#endif -/****************************************************************************/ -/** -* Disable the IRQ exception. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -#define Xil_ExceptionDisable() \ - Xil_ExceptionDisableMask(XIL_EXCEPTION_IRQ) - -#if ( defined (PLATFORM_ZYNQMP) && defined (EL3) && (EL3==1) ) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I bit in DAIF.This -* macro is defined for Cortex-A53 64 bit mode BSP configured to run -* at EL3.. However,it is not defined for Versal Cortex-A72 BSP -* configured to run at EL3. Reason is, Cortex-A72 is coupled -* with GIC-500(GICv3 specifications) and it triggers only FIQ at EL3. -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I bit -* is set as 1). To allow nesting of interrupts, this macro should be -* used. It clears the I bit. Once that bit is cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I -* bit, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("mrs X1, ELR_EL3"); \ - __asm__ __volatile__ ("mrs X2, SPSR_EL3"); \ - __asm__ __volatile__ ("stp X1,X2, [sp,#-0x10]!"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("bic X1,X1,#(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I bit in DAIF. This -* macro is defined for Cortex-A53 64 bit mode BSP configured to run -* at EL3. -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ mode and -* hence sets back the I bit. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldp X1,X2, [sp,#0x10]!"); \ - __asm__ __volatile__ ("msr ELR_EL3, X1"); \ - __asm__ __volatile__ ("msr SPSR_EL3, X2"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("orr X1, X1, #(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -#elif (defined (EL1_NONSECURE) && (EL1_NONSECURE==1)) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I bit in DAIF.This -* macro is defined for Cortex-A53 64 bit mode and Cortex-A72 64 bit -* BSP configured to run at EL1 NON SECURE -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I bit -* is set as 1). To allow nesting of interrupts, this macro should be -* used. It clears the I bit. Once that bit is cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I -* bit, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("mrs X1, ELR_EL1"); \ - __asm__ __volatile__ ("mrs X2, SPSR_EL1"); \ - __asm__ __volatile__ ("stp X1,X2, [sp,#-0x10]!"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("bic X1,X1,#(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I bit in DAIF. This -* macro is defined for Cortex-A53 64 bit mode and Cortex-A72 64 bit -* BSP configured to run at EL1 NON SECURE -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ mode and -* hence sets back the I bit. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldp X1,X2, [sp,#0x10]!"); \ - __asm__ __volatile__ ("msr ELR_EL1, X1"); \ - __asm__ __volatile__ ("msr SPSR_EL1, X2"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("orr X1, X1, #(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -#elif (!defined (__aarch64__) && !defined (ARMA53_32)) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I and F bits in CPSR. This -* API is defined for cortex-a9 and cortex-r5. -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I and F -* are 1). To allow nesting of interrupts, this macro should be -* used. It clears the I and F bits by changing the ARM mode to -* system mode. Once these bits are cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I and -* F bits, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); \ - __asm__ __volatile__ ("mrs lr, spsr"); \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr cpsr_c, #0x1F"); \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I and F bits. This API -* is defined for cortex-a9 and cortex-r5. -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ/FIQ mode and -* hence sets back the I and F bits. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr cpsr_c, #0x92"); \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr spsr_cxsf, lr"); \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - -#endif -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -extern void Xil_ExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler Handler, - void *Data); - -extern void Xil_ExceptionRemoveHandler(u32 Exception_id); -extern void Xil_GetExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler *Handler, void **Data); - -extern void Xil_ExceptionInit(void); -#if defined (__aarch64__) -void Xil_SyncAbortHandler(void *CallBackRef); -void Xil_SErrorAbortHandler(void *CallBackRef); -#else -extern void Xil_DataAbortHandler(void *CallBackRef); -extern void Xil_PrefetchAbortHandler(void *CallBackRef); -extern void Xil_UndefinedExceptionHandler(void *CallBackRef); -#endif - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_EXCEPTION_H */ -/** -* @} End of "addtogroup arm_exception_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_hal.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_hal.h deleted file mode 100644 index 4b289a7..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_hal.h +++ /dev/null @@ -1,43 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_hal.h -* -* Contains all the HAL header files. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/28/09 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -#ifndef XIL_HAL_H -#define XIL_HAL_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_cache.h" -#include "xil_io.h" -#include "xil_assert.h" -#include "xil_exception.h" -#include "xil_types.h" - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_io.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_io.h deleted file mode 100644 index 853ef6b..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_io.h +++ /dev/null @@ -1,412 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_io.h -* -* @addtogroup common_io_interfacing_apis Register IO interfacing APIs -* -* The xil_io.h file contains the interface for the general I/O component, which -* encapsulates the Input/Output functions for the processors that do not -* require any special I/O handling. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 05/29/14 First release
-* 6.00  mus      08/19/16 Remove checking of __LITTLE_ENDIAN__ flag for
-*                         ARM processors
-* 7.20  har      01/03/20 Added Xil_SecureOut32 for avoiding blindwrite for
-*                         CR-1049218
-* 7.30  kpt      09/21/20 Moved Xil_EndianSwap16 and Xil_EndianSwap32 to
-*                         xil_io.h and made them as static inline
-*       am       10/13/20 Changed the return type of Xil_SecureOut32 function
-*                         from u32 to int
-* 7.50  dp       02/12/21 Fix compilation error in Xil_EndianSwap32() that occur
-*                         when -Werror=conversion compiler flag is enabled
-* 7.5   mus      05/17/21 Update the functions with comments. It fixes CR#1067739.
-*
-* 
-******************************************************************************/ - -#ifndef XIL_IO_H /* prevent circular inclusions */ -#define XIL_IO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_printf.h" -#include "xstatus.h" - -#if defined (__MICROBLAZE__) -#include "mb_interface.h" -#else -#include "xpseudo_asm.h" -#endif - -/************************** Function Prototypes ******************************/ -#ifdef ENABLE_SAFETY -extern u32 XStl_RegUpdate(u32 RegAddr, u32 RegVal); -#endif - -/***************** Macros (Inline Functions) Definitions *********************/ -#if defined __GNUC__ -#if defined (__MICROBLAZE__) -# define INST_SYNC mbar(0) -# define DATA_SYNC mbar(1) -# else -# define SYNCHRONIZE_IO dmb() -# define INST_SYNC isb() -# define DATA_SYNC dsb() -# endif -#else -# define SYNCHRONIZE_IO -# define INST_SYNC -# define DATA_SYNC -# define INST_SYNC -# define DATA_SYNC -#endif - -#if defined (__GNUC__) || defined (__ICCARM__) || defined (__MICROBLAZE__) -#define INLINE inline -#else -#define INLINE __inline -#endif - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading -* from the specified address and returning the 8 bit Value read from -* that address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 8 bit Value read from the specified input address. - -* -******************************************************************************/ -static INLINE u8 Xil_In8(UINTPTR Addr) -{ - return *(volatile u8 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading from -* the specified address and returning the 16 bit Value read from that -* address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 16 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u16 Xil_In16(UINTPTR Addr) -{ - return *(volatile u16 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by -* reading from the specified address and returning the 32 bit Value -* read from that address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 32 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u32 Xil_In32(UINTPTR Addr) -{ - return *(volatile u32 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading the -* 64 bit Value read from that address. -* -* -* @param Addr: contains the address to perform the input operation -* -* @return The 64 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u64 Xil_In64(UINTPTR Addr) -{ - return *(volatile u64 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for an memory location by -* writing the 8 bit Value to the the specified address. -* -* @param Addr: contains the address to perform the output operation -* @param Value: contains the 8 bit Value to be written at the specified -* address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out8(UINTPTR Addr, u8 Value) -{ - /* write 8 bit value to specified address */ - volatile u8 *LocalAddr = (volatile u8 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 16 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains the Value to be written at the specified address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out16(UINTPTR Addr, u16 Value) -{ - /* write 16 bit value to specified address */ - volatile u16 *LocalAddr = (volatile u16 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 32 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains the 32 bit Value to be written at the specified -* address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out32(UINTPTR Addr, u32 Value) -{ - /* write 32 bit value to specified address */ -#ifndef ENABLE_SAFETY - volatile u32 *LocalAddr = (volatile u32 *)Addr; - *LocalAddr = Value; -#else - XStl_RegUpdate(Addr, Value); -#endif -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 64 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains 64 bit Value to be written at the specified address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out64(UINTPTR Addr, u64 Value) -{ - /* write 64 bit value to specified address */ - volatile u64 *LocalAddr = (volatile u64 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** - * - * @brief Performs an output operation for a memory location by writing the - * 32 bit Value to the the specified address and then reading it - * back to verify the value written in the register. - * - * @param Addr contains the address to perform the output operation - * @param Value contains 32 bit Value to be written at the specified address - * - * @return Returns Status - * - XST_SUCCESS on success - * - XST_FAILURE on failure - * - *****************************************************************************/ -static INLINE int Xil_SecureOut32(UINTPTR Addr, u32 Value) -{ - int Status = XST_FAILURE; - u32 ReadReg; - u32 ReadRegTemp; - - /* writing 32 bit value to specified address */ - Xil_Out32(Addr, Value); - - /* verify value written to specified address with multiple reads */ - ReadReg = Xil_In32(Addr); - ReadRegTemp = Xil_In32(Addr); - - if( (ReadReg == Value) && (ReadRegTemp == Value) ) { - Status = XST_SUCCESS; - } - - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a 16-bit endian conversion. -* -* @param Data: 16 bit value to be converted -* -* @return 16 bit Data with converted endianness -* -******************************************************************************/ -static INLINE __attribute__((always_inline)) u16 Xil_EndianSwap16(u16 Data) -{ - return (u16) (((Data & 0xFF00U) >> 8U) | ((Data & 0x00FFU) << 8U)); -} - -/*****************************************************************************/ -/** -* -* @brief Perform a 32-bit endian conversion. -* -* @param Data: 32 bit value to be converted -* -* @return 32 bit data with converted endianness -* -******************************************************************************/ -static INLINE __attribute__((always_inline)) u32 Xil_EndianSwap32(u32 Data) -{ - u16 LoWord; - u16 HiWord; - - /* get each of the half words from the 32 bit word */ - - LoWord = (u16) (Data & 0x0000FFFFU); - HiWord = (u16) ((Data & 0xFFFF0000U) >> 16U); - - /* byte swap each of the 16 bit half words */ - - LoWord = (u16)(((LoWord & 0xFF00U) >> 8U) | ((LoWord & 0x00FFU) << 8U)); - HiWord = (u16)(((HiWord & 0xFF00U) >> 8U) | ((HiWord & 0x00FFU) << 8U)); - - /* swap the half words before returning the value */ - - return ((((u32)LoWord) << (u32)16U) | (u32)HiWord); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -# define Xil_In16LE Xil_In16 -# define Xil_In32LE Xil_In32 -# define Xil_Out16LE Xil_Out16 -# define Xil_Out32LE Xil_Out32 -# define Xil_Htons Xil_EndianSwap16 -# define Xil_Htonl Xil_EndianSwap32 -# define Xil_Ntohs Xil_EndianSwap16 -# define Xil_Ntohl Xil_EndianSwap32 -# else -# define Xil_In16BE Xil_In16 -# define Xil_In32BE Xil_In32 -# define Xil_Out16BE Xil_Out16 -# define Xil_Out32BE Xil_Out32 -# define Xil_Htons(Data) (Data) -# define Xil_Htonl(Data) (Data) -# define Xil_Ntohs(Data) (Data) -# define Xil_Ntohl(Data) (Data) -#endif -#else -# define Xil_In16LE Xil_In16 -# define Xil_In32LE Xil_In32 -# define Xil_Out16LE Xil_Out16 -# define Xil_Out32LE Xil_Out32 -# define Xil_Htons Xil_EndianSwap16 -# define Xil_Htonl Xil_EndianSwap32 -# define Xil_Ntohs Xil_EndianSwap16 -# define Xil_Ntohl Xil_EndianSwap32 -#endif - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE u16 Xil_In16BE(UINTPTR Addr) -#else -static INLINE u16 Xil_In16LE(UINTPTR Addr) -#endif -#else -static INLINE u16 Xil_In16BE(UINTPTR Addr) -#endif -{ - u16 value = Xil_In16(Addr); - return Xil_EndianSwap16(value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE u32 Xil_In32BE(UINTPTR Addr) -#else -static INLINE u32 Xil_In32LE(UINTPTR Addr) -#endif -#else -static INLINE u32 Xil_In32BE(UINTPTR Addr) -#endif -{ - u32 value = Xil_In32(Addr); - return Xil_EndianSwap32(value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE void Xil_Out16BE(UINTPTR Addr, u16 Value) -#else -static INLINE void Xil_Out16LE(UINTPTR Addr, u16 Value) -#endif -#else -static INLINE void Xil_Out16BE(UINTPTR Addr, u16 Value) -#endif -{ - Value = Xil_EndianSwap16(Value); - Xil_Out16(Addr, Value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value) -#else -static INLINE void Xil_Out32LE(UINTPTR Addr, u32 Value) -#endif -#else -static INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value) -#endif -{ - Value = Xil_EndianSwap32(Value); - Xil_Out32(Addr, Value); -} - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_io_interfacing_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_macroback.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_macroback.h deleted file mode 100644 index fac185e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_macroback.h +++ /dev/null @@ -1,1112 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*********************************************************************/ -/** - * @file xil_macroback.h - * - * This header file is meant to bring back the removed _m macros. - * This header file must be included last. - * The following macros are not defined here due to the driver change: - * XGpio_mSetDataDirection - * XGpio_mGetDataReg - * XGpio_mSetDataReg - * XIIC_RESET - * XIIC_CLEAR_STATS - * XSpi_mReset - * XSysAce_mSetCfgAddr - * XSysAce_mIsCfgDone - * XTft_mSetPixel - * XTft_mGetPixel - * XWdtTb_mEnableWdt - * XWdtTb_mDisbleWdt - * XWdtTb_mRestartWdt - * XWdtTb_mGetTimebaseReg - * XWdtTb_mHasReset - * - * Please refer the corresponding driver document for replacement. - * - *********************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_MACROBACK_H -#define XIL_MACROBACK_H - -#ifdef __cplusplus -extern "C" { -#endif - -/*********************************************************************/ -/** - * Macros for Driver XCan - * - *********************************************************************/ -#ifndef XCan_mReadReg -#define XCan_mReadReg XCan_ReadReg -#endif - -#ifndef XCan_mWriteReg -#define XCan_mWriteReg XCan_WriteReg -#endif - -#ifndef XCan_mIsTxDone -#define XCan_mIsTxDone XCan_IsTxDone -#endif - -#ifndef XCan_mIsTxFifoFull -#define XCan_mIsTxFifoFull XCan_IsTxFifoFull -#endif - -#ifndef XCan_mIsHighPriorityBufFull -#define XCan_mIsHighPriorityBufFull XCan_IsHighPriorityBufFull -#endif - -#ifndef XCan_mIsRxEmpty -#define XCan_mIsRxEmpty XCan_IsRxEmpty -#endif - -#ifndef XCan_mIsAcceptFilterBusy -#define XCan_mIsAcceptFilterBusy XCan_IsAcceptFilterBusy -#endif - -#ifndef XCan_mCreateIdValue -#define XCan_mCreateIdValue XCan_CreateIdValue -#endif - -#ifndef XCan_mCreateDlcValue -#define XCan_mCreateDlcValue XCan_CreateDlcValue -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDmaCentral - * - *********************************************************************/ -#ifndef XDmaCentral_mWriteReg -#define XDmaCentral_mWriteReg XDmaCentral_WriteReg -#endif - -#ifndef XDmaCentral_mReadReg -#define XDmaCentral_mReadReg XDmaCentral_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDsAdc - * - *********************************************************************/ -#ifndef XDsAdc_mWriteReg -#define XDsAdc_mWriteReg XDsAdc_WriteReg -#endif - -#ifndef XDsAdc_mReadReg -#define XDsAdc_mReadReg XDsAdc_ReadReg -#endif - -#ifndef XDsAdc_mIsEmpty -#define XDsAdc_mIsEmpty XDsAdc_IsEmpty -#endif - -#ifndef XDsAdc_mSetFstmReg -#define XDsAdc_mSetFstmReg XDsAdc_SetFstmReg -#endif - -#ifndef XDsAdc_mGetFstmReg -#define XDsAdc_mGetFstmReg XDsAdc_GetFstmReg -#endif - -#ifndef XDsAdc_mEnableConversion -#define XDsAdc_mEnableConversion XDsAdc_EnableConversion -#endif - -#ifndef XDsAdc_mDisableConversion -#define XDsAdc_mDisableConversion XDsAdc_DisableConversion -#endif - -#ifndef XDsAdc_mGetFifoOccyReg -#define XDsAdc_mGetFifoOccyReg XDsAdc_GetFifoOccyReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDsDac - * - *********************************************************************/ -#ifndef XDsDac_mWriteReg -#define XDsDac_mWriteReg XDsDac_WriteReg -#endif - -#ifndef XDsDac_mReadReg -#define XDsDac_mReadReg XDsDac_ReadReg -#endif - -#ifndef XDsDac_mIsEmpty -#define XDsDac_mIsEmpty XDsDac_IsEmpty -#endif - -#ifndef XDsDac_mFifoIsFull -#define XDsDac_mFifoIsFull XDsDac_FifoIsFull -#endif - -#ifndef XDsDac_mGetVacancy -#define XDsDac_mGetVacancy XDsDac_GetVacancy -#endif - -/*********************************************************************/ -/** - * Macros for Driver XEmacLite - * - *********************************************************************/ -#ifndef XEmacLite_mReadReg -#define XEmacLite_mReadReg XEmacLite_ReadReg -#endif - -#ifndef XEmacLite_mWriteReg -#define XEmacLite_mWriteReg XEmacLite_WriteReg -#endif - -#ifndef XEmacLite_mGetTxStatus -#define XEmacLite_mGetTxStatus XEmacLite_GetTxStatus -#endif - -#ifndef XEmacLite_mSetTxStatus -#define XEmacLite_mSetTxStatus XEmacLite_SetTxStatus -#endif - -#ifndef XEmacLite_mGetRxStatus -#define XEmacLite_mGetRxStatus XEmacLite_GetRxStatus -#endif - -#ifndef XEmacLite_mSetRxStatus -#define XEmacLite_mSetRxStatus XEmacLite_SetRxStatus -#endif - -#ifndef XEmacLite_mIsTxDone -#define XEmacLite_mIsTxDone XEmacLite_IsTxDone -#endif - -#ifndef XEmacLite_mIsRxEmpty -#define XEmacLite_mIsRxEmpty XEmacLite_IsRxEmpty -#endif - -#ifndef XEmacLite_mNextTransmitAddr -#define XEmacLite_mNextTransmitAddr XEmacLite_NextTransmitAddr -#endif - -#ifndef XEmacLite_mNextReceiveAddr -#define XEmacLite_mNextReceiveAddr XEmacLite_NextReceiveAddr -#endif - -#ifndef XEmacLite_mIsMdioConfigured -#define XEmacLite_mIsMdioConfigured XEmacLite_IsMdioConfigured -#endif - -#ifndef XEmacLite_mIsLoopbackConfigured -#define XEmacLite_mIsLoopbackConfigured XEmacLite_IsLoopbackConfigured -#endif - -#ifndef XEmacLite_mGetReceiveDataLength -#define XEmacLite_mGetReceiveDataLength XEmacLite_GetReceiveDataLength -#endif - -#ifndef XEmacLite_mGetTxActive -#define XEmacLite_mGetTxActive XEmacLite_GetTxActive -#endif - -#ifndef XEmacLite_mSetTxActive -#define XEmacLite_mSetTxActive XEmacLite_SetTxActive -#endif - -/*********************************************************************/ -/** - * Macros for Driver XGpio - * - *********************************************************************/ -#ifndef XGpio_mWriteReg -#define XGpio_mWriteReg XGpio_WriteReg -#endif - -#ifndef XGpio_mReadReg -#define XGpio_mReadReg XGpio_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XHwIcap - * - *********************************************************************/ -#ifndef XHwIcap_mFifoWrite -#define XHwIcap_mFifoWrite XHwIcap_FifoWrite -#endif - -#ifndef XHwIcap_mFifoRead -#define XHwIcap_mFifoRead XHwIcap_FifoRead -#endif - -#ifndef XHwIcap_mSetSizeReg -#define XHwIcap_mSetSizeReg XHwIcap_SetSizeReg -#endif - -#ifndef XHwIcap_mGetControlReg -#define XHwIcap_mGetControlReg XHwIcap_GetControlReg -#endif - -#ifndef XHwIcap_mStartConfig -#define XHwIcap_mStartConfig XHwIcap_StartConfig -#endif - -#ifndef XHwIcap_mStartReadBack -#define XHwIcap_mStartReadBack XHwIcap_StartReadBack -#endif - -#ifndef XHwIcap_mGetStatusReg -#define XHwIcap_mGetStatusReg XHwIcap_GetStatusReg -#endif - -#ifndef XHwIcap_mIsTransferDone -#define XHwIcap_mIsTransferDone XHwIcap_IsTransferDone -#endif - -#ifndef XHwIcap_mIsDeviceBusy -#define XHwIcap_mIsDeviceBusy XHwIcap_IsDeviceBusy -#endif - -#ifndef XHwIcap_mIntrGlobalEnable -#define XHwIcap_mIntrGlobalEnable XHwIcap_IntrGlobalEnable -#endif - -#ifndef XHwIcap_mIntrGlobalDisable -#define XHwIcap_mIntrGlobalDisable XHwIcap_IntrGlobalDisable -#endif - -#ifndef XHwIcap_mIntrGetStatus -#define XHwIcap_mIntrGetStatus XHwIcap_IntrGetStatus -#endif - -#ifndef XHwIcap_mIntrDisable -#define XHwIcap_mIntrDisable XHwIcap_IntrDisable -#endif - -#ifndef XHwIcap_mIntrEnable -#define XHwIcap_mIntrEnable XHwIcap_IntrEnable -#endif - -#ifndef XHwIcap_mIntrGetEnabled -#define XHwIcap_mIntrGetEnabled XHwIcap_IntrGetEnabled -#endif - -#ifndef XHwIcap_mIntrClear -#define XHwIcap_mIntrClear XHwIcap_IntrClear -#endif - -#ifndef XHwIcap_mGetWrFifoVacancy -#define XHwIcap_mGetWrFifoVacancy XHwIcap_GetWrFifoVacancy -#endif - -#ifndef XHwIcap_mGetRdFifoOccupancy -#define XHwIcap_mGetRdFifoOccupancy XHwIcap_GetRdFifoOccupancy -#endif - -#ifndef XHwIcap_mSliceX2Col -#define XHwIcap_mSliceX2Col XHwIcap_SliceX2Col -#endif - -#ifndef XHwIcap_mSliceY2Row -#define XHwIcap_mSliceY2Row XHwIcap_SliceY2Row -#endif - -#ifndef XHwIcap_mSliceXY2Slice -#define XHwIcap_mSliceXY2Slice XHwIcap_SliceXY2Slice -#endif - -#ifndef XHwIcap_mReadReg -#define XHwIcap_mReadReg XHwIcap_ReadReg -#endif - -#ifndef XHwIcap_mWriteReg -#define XHwIcap_mWriteReg XHwIcap_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XIic - * - *********************************************************************/ -#ifndef XIic_mReadReg -#define XIic_mReadReg XIic_ReadReg -#endif - -#ifndef XIic_mWriteReg -#define XIic_mWriteReg XIic_WriteReg -#endif - -#ifndef XIic_mEnterCriticalRegion -#define XIic_mEnterCriticalRegion XIic_IntrGlobalDisable -#endif - -#ifndef XIic_mExitCriticalRegion -#define XIic_mExitCriticalRegion XIic_IntrGlobalEnable -#endif - -#ifndef XIIC_GINTR_DISABLE -#define XIIC_GINTR_DISABLE XIic_IntrGlobalDisable -#endif - -#ifndef XIIC_GINTR_ENABLE -#define XIIC_GINTR_ENABLE XIic_IntrGlobalEnable -#endif - -#ifndef XIIC_IS_GINTR_ENABLED -#define XIIC_IS_GINTR_ENABLED XIic_IsIntrGlobalEnabled -#endif - -#ifndef XIIC_WRITE_IISR -#define XIIC_WRITE_IISR XIic_WriteIisr -#endif - -#ifndef XIIC_READ_IISR -#define XIIC_READ_IISR XIic_ReadIisr -#endif - -#ifndef XIIC_WRITE_IIER -#define XIIC_WRITE_IIER XIic_WriteIier -#endif - -#ifndef XIic_mClearIisr -#define XIic_mClearIisr XIic_ClearIisr -#endif - -#ifndef XIic_mSend7BitAddress -#define XIic_mSend7BitAddress XIic_Send7BitAddress -#endif - -#ifndef XIic_mDynSend7BitAddress -#define XIic_mDynSend7BitAddress XIic_DynSend7BitAddress -#endif - -#ifndef XIic_mDynSendStartStopAddress -#define XIic_mDynSendStartStopAddress XIic_DynSendStartStopAddress -#endif - -#ifndef XIic_mDynSendStop -#define XIic_mDynSendStop XIic_DynSendStop -#endif - -#ifndef XIic_mSend10BitAddrByte1 -#define XIic_mSend10BitAddrByte1 XIic_Send10BitAddrByte1 -#endif - -#ifndef XIic_mSend10BitAddrByte2 -#define XIic_mSend10BitAddrByte2 XIic_Send10BitAddrByte2 -#endif - -#ifndef XIic_mSend7BitAddr -#define XIic_mSend7BitAddr XIic_Send7BitAddr -#endif - -#ifndef XIic_mDisableIntr -#define XIic_mDisableIntr XIic_DisableIntr -#endif - -#ifndef XIic_mEnableIntr -#define XIic_mEnableIntr XIic_EnableIntr -#endif - -#ifndef XIic_mClearIntr -#define XIic_mClearIntr XIic_ClearIntr -#endif - -#ifndef XIic_mClearEnableIntr -#define XIic_mClearEnableIntr XIic_ClearEnableIntr -#endif - -#ifndef XIic_mFlushRxFifo -#define XIic_mFlushRxFifo XIic_FlushRxFifo -#endif - -#ifndef XIic_mFlushTxFifo -#define XIic_mFlushTxFifo XIic_FlushTxFifo -#endif - -#ifndef XIic_mReadRecvByte -#define XIic_mReadRecvByte XIic_ReadRecvByte -#endif - -#ifndef XIic_mWriteSendByte -#define XIic_mWriteSendByte XIic_WriteSendByte -#endif - -#ifndef XIic_mSetControlRegister -#define XIic_mSetControlRegister XIic_SetControlRegister -#endif - -/*********************************************************************/ -/** - * Macros for Driver XIntc - * - *********************************************************************/ -#ifndef XIntc_mMasterEnable -#define XIntc_mMasterEnable XIntc_MasterEnable -#endif - -#ifndef XIntc_mMasterDisable -#define XIntc_mMasterDisable XIntc_MasterDisable -#endif - -#ifndef XIntc_mEnableIntr -#define XIntc_mEnableIntr XIntc_EnableIntr -#endif - -#ifndef XIntc_mDisableIntr -#define XIntc_mDisableIntr XIntc_DisableIntr -#endif - -#ifndef XIntc_mAckIntr -#define XIntc_mAckIntr XIntc_AckIntr -#endif - -#ifndef XIntc_mGetIntrStatus -#define XIntc_mGetIntrStatus XIntc_GetIntrStatus -#endif - -/*********************************************************************/ -/** - * Macros for Driver XLlDma - * - *********************************************************************/ -#ifndef XLlDma_mBdRead -#define XLlDma_mBdRead XLlDma_BdRead -#endif - -#ifndef XLlDma_mBdWrite -#define XLlDma_mBdWrite XLlDma_BdWrite -#endif - -#ifndef XLlDma_mWriteReg -#define XLlDma_mWriteReg XLlDma_WriteReg -#endif - -#ifndef XLlDma_mReadReg -#define XLlDma_mReadReg XLlDma_ReadReg -#endif - -#ifndef XLlDma_mBdClear -#define XLlDma_mBdClear XLlDma_BdClear -#endif - -#ifndef XLlDma_mBdSetStsCtrl -#define XLlDma_mBdSetStsCtrl XLlDma_BdSetStsCtrl -#endif - -#ifndef XLlDma_mBdGetStsCtrl -#define XLlDma_mBdGetStsCtrl XLlDma_BdGetStsCtrl -#endif - -#ifndef XLlDma_mBdSetLength -#define XLlDma_mBdSetLength XLlDma_BdSetLength -#endif - -#ifndef XLlDma_mBdGetLength -#define XLlDma_mBdGetLength XLlDma_BdGetLength -#endif - -#ifndef XLlDma_mBdSetId -#define XLlDma_mBdSetId XLlDma_BdSetId -#endif - -#ifndef XLlDma_mBdGetId -#define XLlDma_mBdGetId XLlDma_BdGetId -#endif - -#ifndef XLlDma_mBdSetBufAddr -#define XLlDma_mBdSetBufAddr XLlDma_BdSetBufAddr -#endif - -#ifndef XLlDma_mBdGetBufAddr -#define XLlDma_mBdGetBufAddr XLlDma_BdGetBufAddr -#endif - -#ifndef XLlDma_mBdGetLength -#define XLlDma_mBdGetLength XLlDma_BdGetLength -#endif - -#ifndef XLlDma_mGetTxRing -#define XLlDma_mGetTxRing XLlDma_GetTxRing -#endif - -#ifndef XLlDma_mGetRxRing -#define XLlDma_mGetRxRing XLlDma_GetRxRing -#endif - -#ifndef XLlDma_mGetCr -#define XLlDma_mGetCr XLlDma_GetCr -#endif - -#ifndef XLlDma_mSetCr -#define XLlDma_mSetCr XLlDma_SetCr -#endif - -#ifndef XLlDma_mBdRingCntCalc -#define XLlDma_mBdRingCntCalc XLlDma_BdRingCntCalc -#endif - -#ifndef XLlDma_mBdRingMemCalc -#define XLlDma_mBdRingMemCalc XLlDma_BdRingMemCalc -#endif - -#ifndef XLlDma_mBdRingGetCnt -#define XLlDma_mBdRingGetCnt XLlDma_BdRingGetCnt -#endif - -#ifndef XLlDma_mBdRingGetFreeCnt -#define XLlDma_mBdRingGetFreeCnt XLlDma_BdRingGetFreeCnt -#endif - -#ifndef XLlDma_mBdRingSnapShotCurrBd -#define XLlDma_mBdRingSnapShotCurrBd XLlDma_BdRingSnapShotCurrBd -#endif - -#ifndef XLlDma_mBdRingNext -#define XLlDma_mBdRingNext XLlDma_BdRingNext -#endif - -#ifndef XLlDma_mBdRingPrev -#define XLlDma_mBdRingPrev XLlDma_BdRingPrev -#endif - -#ifndef XLlDma_mBdRingGetSr -#define XLlDma_mBdRingGetSr XLlDma_BdRingGetSr -#endif - -#ifndef XLlDma_mBdRingSetSr -#define XLlDma_mBdRingSetSr XLlDma_BdRingSetSr -#endif - -#ifndef XLlDma_mBdRingGetCr -#define XLlDma_mBdRingGetCr XLlDma_BdRingGetCr -#endif - -#ifndef XLlDma_mBdRingSetCr -#define XLlDma_mBdRingSetCr XLlDma_BdRingSetCr -#endif - -#ifndef XLlDma_mBdRingBusy -#define XLlDma_mBdRingBusy XLlDma_BdRingBusy -#endif - -#ifndef XLlDma_mBdRingIntEnable -#define XLlDma_mBdRingIntEnable XLlDma_BdRingIntEnable -#endif - -#ifndef XLlDma_mBdRingIntDisable -#define XLlDma_mBdRingIntDisable XLlDma_BdRingIntDisable -#endif - -#ifndef XLlDma_mBdRingIntGetEnabled -#define XLlDma_mBdRingIntGetEnabled XLlDma_BdRingIntGetEnabled -#endif - -#ifndef XLlDma_mBdRingGetIrq -#define XLlDma_mBdRingGetIrq XLlDma_BdRingGetIrq -#endif - -#ifndef XLlDma_mBdRingAckIrq -#define XLlDma_mBdRingAckIrq XLlDma_BdRingAckIrq -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMbox - * - *********************************************************************/ -#ifndef XMbox_mWriteReg -#define XMbox_mWriteReg XMbox_WriteReg -#endif - -#ifndef XMbox_mReadReg -#define XMbox_mReadReg XMbox_ReadReg -#endif - -#ifndef XMbox_mWriteMBox -#define XMbox_mWriteMBox XMbox_WriteMBox -#endif - -#ifndef XMbox_mReadMBox -#define XMbox_mReadMBox XMbox_ReadMBox -#endif - -#ifndef XMbox_mFSLReadMBox -#define XMbox_mFSLReadMBox XMbox_FSLReadMBox -#endif - -#ifndef XMbox_mFSLWriteMBox -#define XMbox_mFSLWriteMBox XMbox_FSLWriteMBox -#endif - -#ifndef XMbox_mFSLIsEmpty -#define XMbox_mFSLIsEmpty XMbox_FSLIsEmpty -#endif - -#ifndef XMbox_mFSLIsFull -#define XMbox_mFSLIsFull XMbox_FSLIsFull -#endif - -#ifndef XMbox_mIsEmpty -#define XMbox_mIsEmpty XMbox_IsEmptyHw -#endif - -#ifndef XMbox_mIsFull -#define XMbox_mIsFull XMbox_IsFullHw -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMpmc - * - *********************************************************************/ -#ifndef XMpmc_mReadReg -#define XMpmc_mReadReg XMpmc_ReadReg -#endif - -#ifndef XMpmc_mWriteReg -#define XMpmc_mWriteReg XMpmc_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMutex - * - *********************************************************************/ -#ifndef XMutex_mWriteReg -#define XMutex_mWriteReg XMutex_WriteReg -#endif - -#ifndef XMutex_mReadReg -#define XMutex_mReadReg XMutex_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XPcie - * - *********************************************************************/ -#ifndef XPcie_mReadReg -#define XPcie_mReadReg XPcie_ReadReg -#endif - -#ifndef XPcie_mWriteReg -#define XPcie_mWriteReg XPcie_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSpi - * - *********************************************************************/ -#ifndef XSpi_mIntrGlobalEnable -#define XSpi_mIntrGlobalEnable XSpi_IntrGlobalEnable -#endif - -#ifndef XSpi_mIntrGlobalDisable -#define XSpi_mIntrGlobalDisable XSpi_IntrGlobalDisable -#endif - -#ifndef XSpi_mIsIntrGlobalEnabled -#define XSpi_mIsIntrGlobalEnabled XSpi_IsIntrGlobalEnabled -#endif - -#ifndef XSpi_mIntrGetStatus -#define XSpi_mIntrGetStatus XSpi_IntrGetStatus -#endif - -#ifndef XSpi_mIntrClear -#define XSpi_mIntrClear XSpi_IntrClear -#endif - -#ifndef XSpi_mIntrEnable -#define XSpi_mIntrEnable XSpi_IntrEnable -#endif - -#ifndef XSpi_mIntrDisable -#define XSpi_mIntrDisable XSpi_IntrDisable -#endif - -#ifndef XSpi_mIntrGetEnabled -#define XSpi_mIntrGetEnabled XSpi_IntrGetEnabled -#endif - -#ifndef XSpi_mSetControlReg -#define XSpi_mSetControlReg XSpi_SetControlReg -#endif - -#ifndef XSpi_mGetControlReg -#define XSpi_mGetControlReg XSpi_GetControlReg -#endif - -#ifndef XSpi_mGetStatusReg -#define XSpi_mGetStatusReg XSpi_GetStatusReg -#endif - -#ifndef XSpi_mSetSlaveSelectReg -#define XSpi_mSetSlaveSelectReg XSpi_SetSlaveSelectReg -#endif - -#ifndef XSpi_mGetSlaveSelectReg -#define XSpi_mGetSlaveSelectReg XSpi_GetSlaveSelectReg -#endif - -#ifndef XSpi_mEnable -#define XSpi_mEnable XSpi_Enable -#endif - -#ifndef XSpi_mDisable -#define XSpi_mDisable XSpi_Disable -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSysAce - * - *********************************************************************/ -#ifndef XSysAce_mGetControlReg -#define XSysAce_mGetControlReg XSysAce_GetControlReg -#endif - -#ifndef XSysAce_mSetControlReg -#define XSysAce_mSetControlReg XSysAce_SetControlReg -#endif - -#ifndef XSysAce_mOrControlReg -#define XSysAce_mOrControlReg XSysAce_OrControlReg -#endif - -#ifndef XSysAce_mAndControlReg -#define XSysAce_mAndControlReg XSysAce_AndControlReg -#endif - -#ifndef XSysAce_mGetErrorReg -#define XSysAce_mGetErrorReg XSysAce_GetErrorReg -#endif - -#ifndef XSysAce_mGetStatusReg -#define XSysAce_mGetStatusReg XSysAce_GetStatusReg -#endif - -#ifndef XSysAce_mWaitForLock -#define XSysAce_mWaitForLock XSysAce_WaitForLock -#endif - -#ifndef XSysAce_mEnableIntr -#define XSysAce_mEnableIntr XSysAce_EnableIntr -#endif - -#ifndef XSysAce_mDisableIntr -#define XSysAce_mDisableIntr XSysAce_DisableIntr -#endif - -#ifndef XSysAce_mIsReadyForCmd -#define XSysAce_mIsReadyForCmd XSysAce_IsReadyForCmd -#endif - -#ifndef XSysAce_mIsMpuLocked -#define XSysAce_mIsMpuLocked XSysAce_IsMpuLocked -#endif - -#ifndef XSysAce_mIsIntrEnabled -#define XSysAce_mIsIntrEnabled XSysAce_IsIntrEnabled -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSysMon - * - *********************************************************************/ -#ifndef XSysMon_mIsEventSamplingModeSet -#define XSysMon_mIsEventSamplingModeSet XSysMon_IsEventSamplingModeSet -#endif - -#ifndef XSysMon_mIsDrpBusy -#define XSysMon_mIsDrpBusy XSysMon_IsDrpBusy -#endif - -#ifndef XSysMon_mIsDrpLocked -#define XSysMon_mIsDrpLocked XSysMon_IsDrpLocked -#endif - -#ifndef XSysMon_mRawToTemperature -#define XSysMon_mRawToTemperature XSysMon_RawToTemperature -#endif - -#ifndef XSysMon_mRawToVoltage -#define XSysMon_mRawToVoltage XSysMon_RawToVoltage -#endif - -#ifndef XSysMon_mTemperatureToRaw -#define XSysMon_mTemperatureToRaw XSysMon_TemperatureToRaw -#endif - -#ifndef XSysMon_mVoltageToRaw -#define XSysMon_mVoltageToRaw XSysMon_VoltageToRaw -#endif - -#ifndef XSysMon_mReadReg -#define XSysMon_mReadReg XSysMon_ReadReg -#endif - -#ifndef XSysMon_mWriteReg -#define XSysMon_mWriteReg XSysMon_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XTmrCtr - * - *********************************************************************/ -#ifndef XTimerCtr_mReadReg -#define XTimerCtr_mReadReg XTimerCtr_ReadReg -#endif - -#ifndef XTmrCtr_mWriteReg -#define XTmrCtr_mWriteReg XTmrCtr_WriteReg -#endif - -#ifndef XTmrCtr_mSetControlStatusReg -#define XTmrCtr_mSetControlStatusReg XTmrCtr_SetControlStatusReg -#endif - -#ifndef XTmrCtr_mGetControlStatusReg -#define XTmrCtr_mGetControlStatusReg XTmrCtr_GetControlStatusReg -#endif - -#ifndef XTmrCtr_mGetTimerCounterReg -#define XTmrCtr_mGetTimerCounterReg XTmrCtr_GetTimerCounterReg -#endif - -#ifndef XTmrCtr_mSetLoadReg -#define XTmrCtr_mSetLoadReg XTmrCtr_SetLoadReg -#endif - -#ifndef XTmrCtr_mGetLoadReg -#define XTmrCtr_mGetLoadReg XTmrCtr_GetLoadReg -#endif - -#ifndef XTmrCtr_mEnable -#define XTmrCtr_mEnable XTmrCtr_Enable -#endif - -#ifndef XTmrCtr_mDisable -#define XTmrCtr_mDisable XTmrCtr_Disable -#endif - -#ifndef XTmrCtr_mEnableIntr -#define XTmrCtr_mEnableIntr XTmrCtr_EnableIntr -#endif - -#ifndef XTmrCtr_mDisableIntr -#define XTmrCtr_mDisableIntr XTmrCtr_DisableIntr -#endif - -#ifndef XTmrCtr_mLoadTimerCounterReg -#define XTmrCtr_mLoadTimerCounterReg XTmrCtr_LoadTimerCounterReg -#endif - -#ifndef XTmrCtr_mHasEventOccurred -#define XTmrCtr_mHasEventOccurred XTmrCtr_HasEventOccurred -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUartLite - * - *********************************************************************/ -#ifndef XUartLite_mUpdateStats -#define XUartLite_mUpdateStats XUartLite_UpdateStats -#endif - -#ifndef XUartLite_mWriteReg -#define XUartLite_mWriteReg XUartLite_WriteReg -#endif - -#ifndef XUartLite_mReadReg -#define XUartLite_mReadReg XUartLite_ReadReg -#endif - -#ifndef XUartLite_mClearStats -#define XUartLite_mClearStats XUartLite_ClearStats -#endif - -#ifndef XUartLite_mSetControlReg -#define XUartLite_mSetControlReg XUartLite_SetControlReg -#endif - -#ifndef XUartLite_mGetStatusReg -#define XUartLite_mGetStatusReg XUartLite_GetStatusReg -#endif - -#ifndef XUartLite_mIsReceiveEmpty -#define XUartLite_mIsReceiveEmpty XUartLite_IsReceiveEmpty -#endif - -#ifndef XUartLite_mIsTransmitFull -#define XUartLite_mIsTransmitFull XUartLite_IsTransmitFull -#endif - -#ifndef XUartLite_mIsIntrEnabled -#define XUartLite_mIsIntrEnabled XUartLite_IsIntrEnabled -#endif - -#ifndef XUartLite_mEnableIntr -#define XUartLite_mEnableIntr XUartLite_EnableIntr -#endif - -#ifndef XUartLite_mDisableIntr -#define XUartLite_mDisableIntr XUartLite_DisableIntr -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUartNs550 - * - *********************************************************************/ -#ifndef XUartNs550_mUpdateStats -#define XUartNs550_mUpdateStats XUartNs550_UpdateStats -#endif - -#ifndef XUartNs550_mReadReg -#define XUartNs550_mReadReg XUartNs550_ReadReg -#endif - -#ifndef XUartNs550_mWriteReg -#define XUartNs550_mWriteReg XUartNs550_WriteReg -#endif - -#ifndef XUartNs550_mClearStats -#define XUartNs550_mClearStats XUartNs550_ClearStats -#endif - -#ifndef XUartNs550_mGetLineStatusReg -#define XUartNs550_mGetLineStatusReg XUartNs550_GetLineStatusReg -#endif - -#ifndef XUartNs550_mGetLineControlReg -#define XUartNs550_mGetLineControlReg XUartNs550_GetLineControlReg -#endif - -#ifndef XUartNs550_mSetLineControlReg -#define XUartNs550_mSetLineControlReg XUartNs550_SetLineControlReg -#endif - -#ifndef XUartNs550_mEnableIntr -#define XUartNs550_mEnableIntr XUartNs550_EnableIntr -#endif - -#ifndef XUartNs550_mDisableIntr -#define XUartNs550_mDisableIntr XUartNs550_DisableIntr -#endif - -#ifndef XUartNs550_mIsReceiveData -#define XUartNs550_mIsReceiveData XUartNs550_IsReceiveData -#endif - -#ifndef XUartNs550_mIsTransmitEmpty -#define XUartNs550_mIsTransmitEmpty XUartNs550_IsTransmitEmpty -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUsb - * - *********************************************************************/ -#ifndef XUsb_mReadReg -#define XUsb_mReadReg XUsb_ReadReg -#endif - -#ifndef XUsb_mWriteReg -#define XUsb_mWriteReg XUsb_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XPmonPsv - * - *********************************************************************/ -#ifndef XpsvPmon_CfgInitialize -#define XpsvPmon_CfgInitialize XPmonPsv_CfgInitialize -#endif - -#ifndef XpsvPmon_LookupConfig -#define XpsvPmon_LookupConfig XPmonPsv_LookupConfig -#endif - -#ifndef XpsvPmon_WriteReg -#define XpsvPmon_WriteReg XPmonPsv_WriteReg -#endif - -#ifndef XpsvPmon_SetMetrics -#define XpsvPmon_SetMetrics XPmonPsv_SetMetrics -#endif - -#ifndef XpsvPmon_GetMetrics -#define XpsvPmon_GetMetrics XPmonPsv_GetMetrics -#endif - -#ifndef XpsvPmon_ResetCounter -#define XpsvPmon_ResetCounter XPmonPsv_ResetCounter -#endif - -#ifndef XpsvPmon_GetWriteCounter -#define XpsvPmon_GetWriteCounter XPmonPsv_GetWriteCounter -#endif - -#ifndef XpsvPmon_GetReadCounter -#define XpsvPmon_GetReadCounter XPmonPsv_GetReadCounter -#endif - -#ifndef XpsvPmon_EnableCounters -#define XpsvPmon_EnableCounters XPmonPsv_EnableCounters -#endif - -#ifndef XpsvPmon_StopCounter -#define XpsvPmon_StopCounter XPmonPsv_StopCounter -#endif - -#ifndef XpsvPmon_SetPort -#define XpsvPmon_SetPort XPmonPsv_SetPort -#endif - -#ifndef XpsvPmon_SetSrc -#define XpsvPmon_SetSrc XPmonPsv_SetSrc -#endif - -#ifndef XpsvPmon_Unlock -#define XpsvPmon_Unlock XPmonPsv_Unlock -#endif - -#ifndef XpsvPmon_Lock -#define XpsvPmon_Lock XPmonPsv_Lock -#endif - - -#ifndef XpsvPmon_RequestCounter -#define XpsvPmon_RequestCounter XPmonPsv_RequestCounter -#endif - -#ifndef XPmonpsv_Config -#define XPmonpsv_Config XPmonPsv_Config -#endif - -typedef XPmonPsv XpsvPmon; -#ifdef __cplusplus -} -#endif - -#endif -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mem.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mem.c deleted file mode 100644 index 1f57654..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mem.c +++ /dev/null @@ -1,64 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_mem.c -* -* This file contains xil mem copy function to use in case of word aligned -* data copies. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.1   nsk      11/07/16 First release.
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" - -/***************** Inline Functions Definitions ********************/ -/*****************************************************************************/ -/** -* @brief This function copies memory from once location to other. -* -* @param dst: pointer pointing to destination memory -* -* @param src: pointer pointing to source memory -* -* @param cnt: 32 bit length of bytes to be copied -* -*****************************************************************************/ -void Xil_MemCpy(void* dst, const void* src, u32 cnt) -{ - char *d = (char*)(void *)dst; - const char *s = src; - - while (cnt >= sizeof (int)) { - *(int*)d = *(int*)s; - d += sizeof (int); - s += sizeof (int); - cnt -= sizeof (int); - } - while (cnt >= sizeof (u16)) { - *(u16*)d = *(u16*)s; - d += sizeof (u16); - s += sizeof (u16); - cnt -= sizeof (u16); - } - while ((cnt) > 0U){ - *d = *s; - d += 1U; - s += 1U; - cnt -= 1U; - } -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mem.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mem.h deleted file mode 100644 index d6bc637..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mem.h +++ /dev/null @@ -1,47 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_mem.h -* -* @addtogroup common_mem_operation_api Customized APIs for Memory Operations -* -* The xil_mem.h file contains prototype for functions related -* to memory operations. These APIs are applicable for all processors supported -* by Xilinx. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.1   nsk      11/07/16 First release.
-* 7.0   mus      01/07/19 Add cpp extern macro
-*
-* 
-* -*****************************************************************************/ -#ifndef XIL_MEM_H /* prevent circular inclusions */ -#define XIL_MEM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes *****************************/ - -void Xil_MemCpy(void* dst, const void* src, u32 cnt); - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MEM_H */ -/** -* @} End of "addtogroup common_mem_operation_api". -*/ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_misc_psreset_api.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_misc_psreset_api.c deleted file mode 100644 index 10366fb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_misc_psreset_api.c +++ /dev/null @@ -1,436 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_misc_psreset_api.c -* -* This file contains the implementation of the reset sequence for various -* zynq ps devices like DDR,OCM,Slcr,Ethernet,Usb.. controllers. The reset -* sequence provided to the interfaces is based on the provision in -* slcr reset functional block. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00b kpc   03/07/13 First release
-* 5.4	pkp	  09/11/15 Change the description for XOcm_Remap function
-* 
-* -******************************************************************************/ - - -/***************************** Include Files *********************************/ -#include "xil_misc_psreset_api.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - - -/*****************************************************************************/ -/** -* This function contains the implementation for ddr reset. -* -* -* @return N/A. -* -******************************************************************************/ -void XDdr_ResetHw(void) -{ - u32 RegVal; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert and deassert the ddr softreset bit */ - RegVal = Xil_In32(XDDRC_CTRL_BASEADDR); - RegVal &= (u32)(~XDDRPS_CTRL_RESET_MASK); - Xil_Out32(XDDRC_CTRL_BASEADDR,RegVal); - RegVal |= ((u32)XDDRPS_CTRL_RESET_MASK); - Xil_Out32(XDDRC_CTRL_BASEADDR,RegVal); - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for remapping the ocm memory region -* to postbootrom state. -* -* @return N/A. -* -******************************************************************************/ -void XOcm_Remap(void) -{ - u32 RegVal; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Map the ocm region to postbootrom state */ - RegVal = Xil_In32(XSLCR_OCM_CFG_ADDR); - RegVal = (RegVal & (u32)(~XSLCR_OCM_CFG_HIADDR_MASK)) | (u32)XSLCR_OCM_CFG_RESETVAL; - Xil_Out32(XSLCR_OCM_CFG_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for SMC reset sequence -* -* @param BaseAddress of the interface -* -* @return N/A. -* -******************************************************************************/ -void XSmc_ResetHw(u32 BaseAddress) -{ - u32 RegVal; - - /* Clear the interuupts */ - RegVal = Xil_In32(BaseAddress + XSMC_MEMC_CLR_CONFIG_OFFSET); - RegVal = RegVal | (u32)XSMC_MEMC_CLR_CONFIG_MASK; - Xil_Out32(BaseAddress + XSMC_MEMC_CLR_CONFIG_OFFSET, RegVal); - /* Clear the idle counter registers */ - Xil_Out32(BaseAddress + XSMC_REFRESH_PERIOD_0_OFFSET, 0x0U); - Xil_Out32(BaseAddress + XSMC_REFRESH_PERIOD_1_OFFSET, 0x0U); - /* Update the ecc registers with reset values */ - Xil_Out32(BaseAddress + XSMC_ECC_MEMCFG1_OFFSET, - XSMC_ECC_MEMCFG1_RESET_VAL); - Xil_Out32(BaseAddress + XSMC_ECC_MEMCMD1_OFFSET, - XSMC_ECC_MEMCMD1_RESET_VAL); - Xil_Out32(BaseAddress + XSMC_ECC_MEMCMD2_OFFSET, - XSMC_ECC_MEMCMD2_RESET_VAL); - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for updating the slcr mio registers -* with reset values -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_MioWriteResetValues(void) -{ - u32 i; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Update all the MIO registers with reset values */ - for (i=0U; i<=1U;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_00_RESET_VAL); - } - for (; i<=8U;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_02_RESET_VAL); - } - for (; i<=53U ;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_00_RESET_VAL); - } - - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for updating the slcr pll registers -* with reset values -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_PllWriteResetValues(void) -{ - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - - /* update the pll control registers with reset values */ - Xil_Out32(XSLCR_IO_PLL_CTRL_ADDR, XSLCR_IO_PLL_CTRL_RESET_VAL); - Xil_Out32(XSLCR_ARM_PLL_CTRL_ADDR, XSLCR_ARM_PLL_CTRL_RESET_VAL); - Xil_Out32(XSLCR_DDR_PLL_CTRL_ADDR, XSLCR_DDR_PLL_CTRL_RESET_VAL); - /* update the pll config registers with reset values */ - Xil_Out32(XSLCR_IO_PLL_CFG_ADDR, XSLCR_IO_PLL_CFG_RESET_VAL); - Xil_Out32(XSLCR_ARM_PLL_CFG_ADDR, XSLCR_ARM_PLL_CFG_RESET_VAL); - Xil_Out32(XSLCR_DDR_PLL_CFG_ADDR, XSLCR_DDR_PLL_CFG_RESET_VAL); - /* update the clock control registers with reset values */ - Xil_Out32(XSLCR_ARM_CLK_CTRL_ADDR, XSLCR_ARM_CLK_CTRL_RESET_VAL); - Xil_Out32(XSLCR_DDR_CLK_CTRL_ADDR, XSLCR_DDR_CLK_CTRL_RESET_VAL); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for disabling the level shifters -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_DisableLevelShifters(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Disable the level shifters */ - RegVal = Xil_In32(XSLCR_LVL_SHFTR_EN_ADDR); - RegVal = RegVal & (u32)(~XSLCR_LVL_SHFTR_EN_MASK); - Xil_Out32(XSLCR_LVL_SHFTR_EN_ADDR, RegVal); - -} -/*****************************************************************************/ -/** -* This function contains the implementation for OCM software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_OcmReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_OCM_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_OCM_RST_CTRL_VAL); - Xil_Out32(XSLCR_OCM_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_OCM_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_OCM_RST_CTRL_VAL); - Xil_Out32(XSLCR_OCM_RST_CTRL_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for Ethernet software reset from -* the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_EmacPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_GEM_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_GEM_RST_CTRL_VAL); - Xil_Out32(XSLCR_GEM_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_GEM_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_GEM_RST_CTRL_VAL); - Xil_Out32(XSLCR_GEM_RST_CTRL_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for USB software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_UsbPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_USB_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_USB_RST_CTRL_VAL); - Xil_Out32(XSLCR_USB_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_USB_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_USB_RST_CTRL_VAL); - Xil_Out32(XSLCR_USB_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for QSPI software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_QspiPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_LQSPI_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_QSPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_LQSPI_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_LQSPI_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_QSPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_LQSPI_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for SPI software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_SpiPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_SPI_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_SPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_SPI_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_SPI_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_SPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_SPI_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for i2c software reset from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_I2cPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_I2C_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_I2C_RST_CTRL_VAL); - Xil_Out32(XSLCR_I2C_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_I2C_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_I2C_RST_CTRL_VAL); - Xil_Out32(XSLCR_I2C_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for UART software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_UartPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_UART_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_UART_RST_CTRL_VAL); - Xil_Out32(XSLCR_UART_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_UART_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_UART_RST_CTRL_VAL); - Xil_Out32(XSLCR_UART_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for CAN software reset from slcr -* registers -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_CanPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_CAN_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_CAN_RST_CTRL_VAL); - Xil_Out32(XSLCR_CAN_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_CAN_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_CAN_RST_CTRL_VAL); - Xil_Out32(XSLCR_CAN_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for SMC software reset from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_SmcPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_SMC_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_SMC_RST_CTRL_VAL); - Xil_Out32(XSLCR_SMC_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_SMC_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_SMC_RST_CTRL_VAL); - Xil_Out32(XSLCR_SMC_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for DMA controller software reset -* from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_DmaPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_DMAC_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_DMAC_RST_CTRL_VAL); - Xil_Out32(XSLCR_DMAC_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_DMAC_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_DMAC_RST_CTRL_VAL); - Xil_Out32(XSLCR_DMAC_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for Gpio AMBA software reset from -* the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_GpioPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_GPIO_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_GPIO_RST_CTRL_VAL); - Xil_Out32(XSLCR_GPIO_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_GPIO_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_GPIO_RST_CTRL_VAL); - Xil_Out32(XSLCR_GPIO_RST_CTRL_ADDR, RegVal); -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_misc_psreset_api.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_misc_psreset_api.h deleted file mode 100644 index 878d575..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_misc_psreset_api.h +++ /dev/null @@ -1,261 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_misc_psreset_api.h -* -* This file contains the various register definitions and function prototypes for -* implementing the reset functionality of zynq ps devices -* -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- ------------------------------------------------------- -* 1.00b kpc 03/07/13 First release. -*
-* -******************************************************************************/ - -#ifndef XIL_MISC_RESET_H /* prevent circular inclusions */ -#define XIL_MISC_RESET_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** - *@cond nocomments - */ - -#define XDDRC_CTRL_BASEADDR 0xF8006000U -#define XSLCR_BASEADDR 0xF8000000U -/**< OCM configuration register */ -#define XSLCR_OCM_CFG_ADDR (XSLCR_BASEADDR + 0x00000910U) -/**< SLCR unlock register */ -#define XSLCR_UNLOCK_ADDR (XSLCR_BASEADDR + 0x00000008U) -/**< SLCR GEM0 rx clock control register */ -#define XSLCR_GEM0_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000138U) -/**< SLCR GEM1 rx clock control register */ -#define XSLCR_GEM1_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x0000013CU) -/**< SLCR GEM0 clock control register */ -#define XSLCR_GEM0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000140U) -/**< SLCR GEM1 clock control register */ -#define XSLCR_GEM1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000144U) -/**< SLCR SMC clock control register */ -#define XSLCR_SMC_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000148U) -/**< SLCR GEM reset control register */ -#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U) -/**< SLCR USB0 clock control register */ -#define XSLCR_USB0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000130U) -/**< SLCR USB1 clock control register */ -#define XSLCR_USB1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000134U) -/**< SLCR USB1 reset control register */ -#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U) -/**< SLCR SMC reset control register */ -#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U) -/**< SLCR Level shifter enable register */ -#define XSLCR_LVL_SHFTR_EN_ADDR (XSLCR_BASEADDR + 0x00000900U) -/**< SLCR ARM pll control register */ -#define XSLCR_ARM_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000100U) -/**< SLCR DDR pll control register */ -#define XSLCR_DDR_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000104U) -/**< SLCR IO pll control register */ -#define XSLCR_IO_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000108U) -/**< SLCR ARM pll configuration register */ -#define XSLCR_ARM_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000110U) -/**< SLCR DDR pll configuration register */ -#define XSLCR_DDR_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000114U) -/**< SLCR IO pll configuration register */ -#define XSLCR_IO_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000118U) -/**< SLCR ARM clock control register */ -#define XSLCR_ARM_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000120U) -/**< SLCR DDR clock control register */ -#define XSLCR_DDR_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000124U) -/**< SLCR MIO pin address register */ -#define XSLCR_MIO_PIN_00_ADDR (XSLCR_BASEADDR + 0x00000700U) -/**< SLCR DMAC reset control address register */ -#define XSLCR_DMAC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000020CU) -/**< SLCR USB reset control address register */ -/*#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U)*/ -/**< SLCR GEM reset control address register */ -/*#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U)*/ -/**< SLCR SDIO reset control address register */ -#define XSLCR_SDIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000218U) -/**< SLCR SPI reset control address register */ -#define XSLCR_SPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000021CU) -/**< SLCR CAN reset control address register */ -#define XSLCR_CAN_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000220U) -/**< SLCR I2C reset control address register */ -#define XSLCR_I2C_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000224U) -/**< SLCR UART reset control address register */ -#define XSLCR_UART_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000228U) -/**< SLCR GPIO reset control address register */ -#define XSLCR_GPIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000022CU) -/**< SLCR LQSPI reset control address register */ -#define XSLCR_LQSPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000230U) -/**< SLCR SMC reset control address register */ -/*#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U)*/ -/**< SLCR OCM reset control address register */ -#define XSLCR_OCM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000238U) - -/**< SMC mem controller clear config register */ -#define XSMC_MEMC_CLR_CONFIG_OFFSET 0x0000000CU -/**< SMC idlecount configuration register */ -#define XSMC_REFRESH_PERIOD_0_OFFSET 0x00000020U -#define XSMC_REFRESH_PERIOD_1_OFFSET 0x00000024U -/**< SMC ECC configuration register */ -#define XSMC_ECC_MEMCFG1_OFFSET 0x00000404U -/**< SMC ECC command 1 register */ -#define XSMC_ECC_MEMCMD1_OFFSET 0x00000404U -/**< SMC ECC command 2 register */ -#define XSMC_ECC_MEMCMD2_OFFSET 0x00000404U - -/**< SLCR unlock code */ -#define XSLCR_UNLOCK_CODE 0x0000DF0DU - -/**< SMC mem clear configuration mask */ -#define XSMC_MEMC_CLR_CONFIG_MASK 0x000005FU -/**< SMC ECC memconfig 1 reset value */ -#define XSMC_ECC_MEMCFG1_RESET_VAL 0x0000043U -/**< SMC ECC memcommand 1 reset value */ -#define XSMC_ECC_MEMCMD1_RESET_VAL 0x01300080U -/**< SMC ECC memcommand 2 reset value */ -#define XSMC_ECC_MEMCMD2_RESET_VAL 0x01E00585U - -/**< DDR controller reset bit mask */ -#define XDDRPS_CTRL_RESET_MASK 0x00000001U -/**< SLCR OCM configuration reset value*/ -#define XSLCR_OCM_CFG_RESETVAL 0x00000008U -/**< SLCR OCM bank selection mask*/ -#define XSLCR_OCM_CFG_HIADDR_MASK 0x0000000FU -/**< SLCR level shifter enable mask*/ -#define XSLCR_LVL_SHFTR_EN_MASK 0x0000000FU - -/**< SLCR PLL register reset values */ -#define XSLCR_ARM_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_DDR_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_IO_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_ARM_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_DDR_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_IO_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_ARM_CLK_CTRL_RESET_VAL 0x1F000400U -#define XSLCR_DDR_CLK_CTRL_RESET_VAL 0x18400003U - -/**< SLCR MIO register default values */ -#define XSLCR_MIO_PIN_00_RESET_VAL 0x00001601U -#define XSLCR_MIO_PIN_02_RESET_VAL 0x00000601U - -/**< SLCR Reset control registers default values */ -#define XSLCR_DMAC_RST_CTRL_VAL 0x00000001U -#define XSLCR_GEM_RST_CTRL_VAL 0x000000F3U -#define XSLCR_USB_RST_CTRL_VAL 0x00000003U -#define XSLCR_I2C_RST_CTRL_VAL 0x00000003U -#define XSLCR_SPI_RST_CTRL_VAL 0x0000000FU -#define XSLCR_UART_RST_CTRL_VAL 0x0000000FU -#define XSLCR_QSPI_RST_CTRL_VAL 0x00000003U -#define XSLCR_GPIO_RST_CTRL_VAL 0x00000001U -#define XSLCR_SMC_RST_CTRL_VAL 0x00000003U -#define XSLCR_OCM_RST_CTRL_VAL 0x00000001U -#define XSLCR_SDIO_RST_CTRL_VAL 0x00000033U -#define XSLCR_CAN_RST_CTRL_VAL 0x00000003U - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - -/* the following data type is used to hold a null terminated version string - * consisting of the following format, "X.YYX" - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ -/* - * Performs reset operation to the ddr interface - */ -void XDdr_ResetHw(void); -/* - * Map the ocm region to post bootrom state - */ -void XOcm_Remap(void); -/* - * Performs the smc interface reset - */ -void XSmc_ResetHw(u32 BaseAddress); -/* - * updates the MIO registers with reset values - */ -void XSlcr_MioWriteResetValues(void); -/* - * updates the PLL and clock registers with reset values - */ -void XSlcr_PllWriteResetValues(void); -/* - * Disables the level shifters - */ -void XSlcr_DisableLevelShifters(void); -/* - * provides softreset to the GPIO interface - */ -void XSlcr_GpioPsReset(void); -/* - * provides softreset to the DMA interface - */ -void XSlcr_DmaPsReset(void); -/* - * provides softreset to the SMC interface - */ -void XSlcr_SmcPsReset(void); -/* - * provides softreset to the CAN interface - */ -void XSlcr_CanPsReset(void); -/* - * provides softreset to the Uart interface - */ -void XSlcr_UartPsReset(void); -/* - * provides softreset to the I2C interface - */ -void XSlcr_I2cPsReset(void); -/* - * provides softreset to the SPI interface - */ -void XSlcr_SpiPsReset(void); -/* - * provides softreset to the QSPI interface - */ -void XSlcr_QspiPsReset(void); -/* - * provides softreset to the USB interface - */ -void XSlcr_UsbPsReset(void); -/* - * provides softreset to the GEM interface - */ -void XSlcr_EmacPsReset(void); -/* - * provides softreset to the OCM interface - */ -void XSlcr_OcmReset(void); - - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MISC_RESET_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mmu.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mmu.c deleted file mode 100644 index 85a1af4..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mmu.c +++ /dev/null @@ -1,202 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.c -* -* This file provides APIs for enabling/disabling MMU and setting the memory -* attributes for sections, in the MMU translation table. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  01/12/12 Initial version
-* 3.05a asa  03/10/12 Modified the Xil_EnableMMU to invalidate the caches
-*		      before enabling back.
-* 3.05a asa  04/15/12 Modified the Xil_SetTlbAttributes routine so that
-*		      translation table and branch predictor arrays are
-*		      invalidated, D-cache flushed before the attribute
-*		      change is applied. This is done so that the user
-*		      need not call Xil_DisableMMU before calling
-*		      Xil_SetTlbAttributes.
-* 3.10a  srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      'xil_errata.h' for errata description
-* 3.11a  asa 09/23/13 Modified Xil_SetTlbAttributes to flush the complete
-*			 D cache after the translation table update. Removed the
-*			 redundant TLB invalidation in the same API at the beginning.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-*                     It fixes CR#1008309.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_mmu.h" -#include "xil_errata.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ -#define ARM_AR_MEM_TTB_SECT_SIZE 1024*1024 -#define ARM_AR_MEM_TTB_SECT_SIZE_MASK (~(ARM_AR_MEM_TTB_SECT_SIZE-1UL)) -/************************** Variable Definitions *****************************/ - -extern u32 MMUTable; - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* @brief This function sets the memory attributes for a section covering 1MB -* of memory in the translation table. -* -* @param Addr: 32-bit address for which memory attributes need to be set. -* @param attrib: Attribute for the given memory region. xil_mmu.h contains -* definitions of commonly used memory attributes which can be -* utilized for this function. -* -* -* @return None. -* -* @note The MMU or D-cache does not need to be disabled before changing a -* translation table entry. -* -******************************************************************************/ -void Xil_SetTlbAttributes(INTPTR Addr, u32 attrib) -{ - u32 *ptr; - u32 section; - - section = Addr / 0x100000U; - ptr = &MMUTable; - ptr += section; - if(ptr != NULL) { - *ptr = (Addr & 0xFFF00000U) | attrib; - } - - Xil_DCacheFlush(); - - mtcp(XREG_CP15_INVAL_UTLB_UNLOCKED, 0U); - /* Invalidate all branch predictors */ - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0U); - - dsb(); /* ensure completion of the BP and TLB invalidation */ - isb(); /* synchronize context on this processor */ -} - -/*****************************************************************************/ -/** -* @brief Enable MMU for cortex A9 processor. This function invalidates the -* instruction and data caches, and then enables MMU. -* -* @return None. -* -******************************************************************************/ -void Xil_EnableMMU(void) -{ - u32 Reg; - Xil_DCacheInvalidate(); - Xil_ICacheInvalidate(); - -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, Reg); -#else - { volatile register u32 Cp15Reg __asm(XREG_CP15_SYS_CONTROL); - Reg = Cp15Reg; } -#endif - Reg |= (u32)0x05U; - mtcp(XREG_CP15_SYS_CONTROL, Reg); - - dsb(); - isb(); -} - -/*****************************************************************************/ -/** -* @brief Disable MMU for Cortex A9 processors. This function invalidates -* the TLBs, Branch Predictor Array and flushed the D Caches before -* disabling the MMU. -* -* @return None. -* -* @note When the MMU is disabled, all the memory accesses are treated as -* strongly ordered. -******************************************************************************/ -void Xil_DisableMMU(void) -{ - u32 Reg; - - mtcp(XREG_CP15_INVAL_UTLB_UNLOCKED, 0U); - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0U); - Xil_DCacheFlush(); - -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, Reg); -#else - { volatile register u32 Cp15Reg __asm(XREG_CP15_SYS_CONTROL); - Reg = Cp15Reg; } -#endif - Reg &= (u32)(~0x05U); -#ifdef CONFIG_ARM_ERRATA_794073 - /* Disable Branch Prediction */ - Reg &= (u32)(~0x800U); -#endif - mtcp(XREG_CP15_SYS_CONTROL, Reg); -} - -/*****************************************************************************/ -/** -* @brief Memory mapping for Cortex A9 processor. -* -* @param PhysAddr is physical address. -* @param size is size of region. -* @param flags is flags used to set translation table. -* -* @return Pointer to virtual address. -* -* @note: Previously this was implemented in libmetal. Move to embeddedsw as this -* functionality is specific to A9 processor. -* -******************************************************************************/ -void* Xil_MemMap(UINTPTR PhysAddr, size_t size, u32 flags) -{ - u32 Sectionoffset; - u32 Ttbaddr; - - if (!flags) - return (void*)PhysAddr; - - /* Ensure alignment on a section boundary */ - PhysAddr &= ARM_AR_MEM_TTB_SECT_SIZE_MASK; - - /* Loop through entire region of memory (one MMU section at a time). - Each section requires a TTB entry. */ - for (Sectionoffset = 0; Sectionoffset < size; - Sectionoffset += ARM_AR_MEM_TTB_SECT_SIZE) { - /* Calculate translation table entry for this memory section */ - Ttbaddr = (PhysAddr + Sectionoffset); - - /* Write translation table entry value to entry address */ - Xil_SetTlbAttributes(Ttbaddr, flags); - } - return (void*)PhysAddr; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mmu.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mmu.h deleted file mode 100644 index d21e13a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mmu.h +++ /dev/null @@ -1,92 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* -* @addtogroup a9_mmu_apis Cortex A9 Processor MMU Functions -* -* MMU functions equip users to enable MMU, disable MMU and modify default -* memory attributes of MMU table as per the need. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  01/12/12 Initial version
-* 4.2	pkp	 07/21/14 Included xil_types.h file which contains definition for
-*					  u32 which resolves issue of CR#805869
-* 5.4	pkp	 23/11/15 Added attribute definitions for Xil_SetTlbAttributes API
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_MMU_H -#define XIL_MMU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/* Memory type */ -#define NORM_NONCACHE 0x11DE2 /* Normal Non-cacheable */ -#define STRONG_ORDERED 0xC02 /* Strongly ordered */ -#define DEVICE_MEMORY 0xC06 /* Device memory */ -#define RESERVED 0x0 /* reserved memory */ - -/* Normal write-through cacheable shareable */ -#define NORM_WT_CACHE 0x16DEA - -/* Normal write back cacheable shareable */ -#define NORM_WB_CACHE 0x15DE6 - -/* shareability attribute */ -#define SHAREABLE (0x1 << 16) -#define NON_SHAREABLE (~(0x1 << 16)) - -/* Execution type */ -#define EXECUTE_NEVER ((0x1 << 4) | (0x1 << 0)) - -/** -*@endcond -*/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void Xil_SetTlbAttributes(INTPTR Addr, u32 attrib); -void Xil_EnableMMU(void); -void Xil_DisableMMU(void); -void* Xil_MemMap(UINTPTR PhysAddr, size_t size, u32 flags); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MMU_H */ -/** -* @} End of "addtogroup a9_mmu_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_printf.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_printf.c deleted file mode 100644 index c52d476..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_printf.c +++ /dev/null @@ -1,447 +0,0 @@ -/****************************************************************************** -* Copyright (c) 1995 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ -/*---------------------------------------------------*/ -/* Modified from : */ -/* Public Domain version of printf */ -/* Rud Merriam, Compsult, Inc. Houston, Tx. */ -/* For Embedded Systems Programming, 1991 */ -/* */ -/*---------------------------------------------------*/ -#include "xil_printf.h" -#include "xil_types.h" -#include "xil_assert.h" -#include -#include -#include - -static void padding( const s32 l_flag,const struct params_s *par); -static void outs(const charptr lp, struct params_s *par); -static s32 getnum( charptr* linep); - -typedef struct params_s { - s32 len; - s32 num1; - s32 num2; - char8 pad_character; - s32 do_padding; - s32 left_flag; - s32 unsigned_flag; -} params_t; - - -/*---------------------------------------------------*/ -/* The purpose of this routine is to output data the */ -/* same as the standard printf function without the */ -/* overhead most run-time libraries involve. Usually */ -/* the printf brings in many kilobytes of code and */ -/* that is unacceptable in most embedded systems. */ -/*---------------------------------------------------*/ - - -/*---------------------------------------------------*/ -/* */ -/* This routine puts pad characters into the output */ -/* buffer. */ -/* */ -static void padding( const s32 l_flag, const struct params_s *par) -{ - s32 i; - - if ((par->do_padding != 0) && (l_flag != 0) && (par->len < par->num1)) { - i=(par->len); - for (; i<(par->num1); i++) { -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( par->pad_character); -#endif - } - } -} - -/*---------------------------------------------------*/ -/* */ -/* This routine moves a string to the output buffer */ -/* as directed by the padding and positioning flags. */ -/* */ -static void outs(const charptr lp, struct params_s *par) -{ - charptr LocalPtr; - LocalPtr = lp; - /* pad on left if needed */ - if(LocalPtr != NULL) { - par->len = (s32)strlen( LocalPtr); - padding( !(par->left_flag), par); - /* Move string to the buffer */ - while (((*LocalPtr) != (char8)0) && ((par->num2) != 0)) { - (par->num2)--; -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte(*LocalPtr); -#endif - LocalPtr += 1; - } -} - - /* Pad on right if needed */ - /* CR 439175 - elided next stmt. Seemed bogus. */ - /* par->len = strlen( lp) */ - padding( par->left_flag, par); -} - -/*---------------------------------------------------*/ -/* */ -/* This routine moves a number to the output buffer */ -/* as directed by the padding and positioning flags. */ -/* */ - -static void outnum( const s32 n, const s32 base, struct params_s *par) -{ - s32 negative; - s32 i; - char8 outbuf[32]; - const char8 digits[] = "0123456789ABCDEF"; - u32 num; - for(i = 0; i<32; i++) { - outbuf[i] = '0'; - } - - /* Check if number is negative */ - if ((par->unsigned_flag == 0) && (base == 10) && (n < 0L)) { - negative = 1; - num =(-(n)); - } - else{ - num = n; - negative = 0; - } - - /* Build number (backwards) in outbuf */ - i = 0; - do { - outbuf[i] = digits[(num % base)]; - i++; - num /= base; - } while (num > 0); - - if (negative != 0) { - outbuf[i] = '-'; - i++; - } - - outbuf[i] = '\0'; - i--; - - /* Move the converted number to the buffer and */ - /* add in the padding where needed. */ - par->len = (s32)strlen(outbuf); - padding( !(par->left_flag), par); - while (&outbuf[i] >= outbuf) { -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( outbuf[i] ); -#endif - i--; -} - padding( par->left_flag, par); -} -/*---------------------------------------------------*/ -/* */ -/* This routine moves a 64-bit number to the output */ -/* buffer as directed by the padding and positioning */ -/* flags. */ -/* */ -#if defined (__aarch64__) || defined (__arch64__) -static void outnum1( const s64 n, const s32 base, params_t *par) -{ - s32 negative; - s32 i; - char8 outbuf[64]; - const char8 digits[] = "0123456789ABCDEF"; - u64 num; - for(i = 0; i<64; i++) { - outbuf[i] = '0'; - } - - /* Check if number is negative */ - if ((par->unsigned_flag == 0) && (base == 10) && (n < 0L)) { - negative = 1; - num =(-(n)); - } - else{ - num = (n); - negative = 0; - } - - /* Build number (backwards) in outbuf */ - i = 0; - do { - outbuf[i] = digits[(num % base)]; - i++; - num /= base; - } while (num > 0); - - if (negative != 0) { - outbuf[i] = '-'; - i++; - } - - outbuf[i] = '\0'; - i--; - - /* Move the converted number to the buffer and */ - /* add in the padding where needed. */ - par->len = (s32)strlen(outbuf); - padding( !(par->left_flag), par); - while (&outbuf[i] >= outbuf) { - outbyte( outbuf[i] ); - i--; -} - padding( par->left_flag, par); -} -#endif -/*---------------------------------------------------*/ -/* */ -/* This routine gets a number from the format */ -/* string. */ -/* */ -static s32 getnum(charptr* linep) -{ - s32 n = 0; - s32 ResultIsDigit = 0; - charptr cptr = *linep; - - while (cptr != NULL) { - ResultIsDigit = isdigit(((s32)*cptr)); - if (ResultIsDigit == 0) - break; - n = ((n*10) + (((s32)*cptr) - (s32)'0')); - cptr += 1; - } - - *linep = ((charptr)(cptr)); - return(n); -} - -/*---------------------------------------------------*/ -/* */ -/* This routine operates just like a printf/sprintf */ -/* routine. It outputs a set of data under the */ -/* control of a formatting string. Not all of the */ -/* standard C format control are supported. The ones */ -/* provided are primarily those needed for embedded */ -/* systems work. Primarily the floating point */ -/* routines are omitted. Other formats could be */ -/* added easily by following the examples shown for */ -/* the supported formats. */ -/* */ - -/* void esp_printf( const func_ptr f_ptr, - const charptr ctrl1, ...) */ -#if defined (__aarch64__) && HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE -void xil_printf( const char8 *ctrl1, ...){ - XPVXenConsole_Printf(ctrl1); -} -#else -void xil_printf( const char8 *ctrl1, ...) -{ - va_list argp; - - va_start(argp, ctrl1); - - xil_vprintf(ctrl1, argp); - - va_end(argp); -} -#endif - -/* This routine is equivalent to vprintf routine */ -void xil_vprintf(const char8 *ctrl1, va_list argp) -{ - s32 Check; -#if defined (__aarch64__) || defined (__arch64__) - s32 long_flag; -#endif - s32 dot_flag; - - params_t par; - - char8 ch; - char8 *ctrl = (char8 *)ctrl1; - - while ((ctrl != NULL) && (*ctrl != (char8)0)) { - - /* move format string chars to buffer until a */ - /* format control is found. */ - if (*ctrl != '%') { -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte(*ctrl); -#endif - ctrl += 1; - continue; - } - - /* initialize all the flags for this format. */ - dot_flag = 0; -#if defined (__aarch64__) || defined (__arch64__) - long_flag = 0; -#endif - par.unsigned_flag = 0; - par.left_flag = 0; - par.do_padding = 0; - par.pad_character = ' '; - par.num2=32767; - par.num1=0; - par.len=0; - - try_next: - if(ctrl != NULL) { - ctrl += 1; - } - if(ctrl != NULL) { - ch = *ctrl; - } else { - break; - } - - if (isdigit((s32)ch) != 0) { - if (dot_flag != 0) { - par.num2 = getnum(&ctrl); - } - else { - if (ch == '0') { - par.pad_character = '0'; - } - if(ctrl != NULL) { - par.num1 = getnum(&ctrl); - } - par.do_padding = 1; - } - if(ctrl != NULL) { - ctrl -= 1; - } - goto try_next; - } - - switch (tolower((s32)ch)) { - case '%': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( '%'); -#endif - Check = 1; - break; - - case '-': - par.left_flag = 1; - Check = 0; - break; - - case '.': - dot_flag = 1; - Check = 0; - break; - - case 'l': - #if defined (__aarch64__) || defined (__arch64__) - long_flag = 1; - #endif - Check = 0; - break; - - case 'u': - par.unsigned_flag = 1; - /* fall through */ - case 'i': - case 'd': - #if defined (__aarch64__) || defined (__arch64__) - if (long_flag != 0){ - outnum1((s64)va_arg(argp, s64), 10L, &par); - } - else { - outnum( va_arg(argp, s32), 10L, &par); - } - #else - outnum( va_arg(argp, s32), 10L, &par); - #endif - Check = 1; - break; - case 'p': - #if defined (__aarch64__) || defined (__arch64__) - par.unsigned_flag = 1; - outnum1((s64)va_arg(argp, s64), 16L, &par); - Check = 1; - break; - #endif - case 'X': - case 'x': - par.unsigned_flag = 1; - #if defined (__aarch64__) || defined (__arch64__) - if (long_flag != 0) { - outnum1((s64)va_arg(argp, s64), 16L, &par); - } - else { - outnum((s32)va_arg(argp, s32), 16L, &par); - } - #else - outnum((s32)va_arg(argp, s32), 16L, &par); - #endif - Check = 1; - break; - - case 's': - outs( va_arg( argp, char *), &par); - Check = 1; - break; - - case 'c': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( va_arg( argp, s32)); -#endif - Check = 1; - break; - - case '\\': - switch (*ctrl) { - case 'a': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x07)); -#endif - break; - case 'h': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x08)); -#endif - break; - case 'r': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x0D)); -#endif - break; - case 'n': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x0D)); - outbyte( ((char8)0x0A)); -#endif - break; - default: -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( *ctrl); -#endif - break; - } - ctrl += 1; - Check = 0; - break; - - default: - Check = 1; - break; - } - if(Check == 1) { - if(ctrl != NULL) { - ctrl += 1; - } - continue; - } - goto try_next; - } -} -/*---------------------------------------------------*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_printf.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_printf.h deleted file mode 100644 index 60f4ba3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_printf.h +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 1995 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - #ifndef XIL_PRINTF_H - #define XIL_PRINTF_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include -#include -#include "xil_types.h" -#include "xparameters.h" -#include "bspconfig.h" -#if defined (__aarch64__) && HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE -#include "xen_console.h" -#endif - -/*----------------------------------------------------*/ -/* Use the following parameter passing structure to */ -/* make xil_printf re-entrant. */ -/*----------------------------------------------------*/ - -struct params_s; - - -/*---------------------------------------------------*/ -/* The purpose of this routine is to output data the */ -/* same as the standard printf function without the */ -/* overhead most run-time libraries involve. Usually */ -/* the printf brings in many kilobytes of code and */ -/* that is unacceptable in most embedded systems. */ -/*---------------------------------------------------*/ - -typedef char8* charptr; -typedef s32 (*func_ptr)(int c); - -/* */ - -void xil_printf( const char8 *ctrl1, ...); -void xil_vprintf(const char8 *ctrl1, va_list argp); -void print( const char8 *ptr); -extern void outbyte (char8 c); -extern char8 inbyte(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleepcommon.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleepcommon.c deleted file mode 100644 index e469934..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleepcommon.c +++ /dev/null @@ -1,80 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -*@file xil_sleepcommon.c -* -* This file contains the sleep API's -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.6 	srm  	 11/02/17 First release
-* 
-******************************************************************************/ - - -/***************************** Include Files *********************************/ -#include "xil_io.h" -#include "sleep.h" - -/**************************** Constant Definitions *************************/ - - -/*****************************************************************************/ -/** -* -* This API gives delay in sec -* -* @param seconds - delay time in seconds -* -* @return none -* -* @note none -* -*****************************************************************************/ - void sleep(unsigned int seconds) - { -#if defined (ARMR5) - sleep_R5(seconds); -#elif defined (__aarch64__) || defined (ARMA53_32) - sleep_A53(seconds); -#elif defined (__MICROBLAZE__) - sleep_MB(seconds); -#else - sleep_A9(seconds); -#endif - - } - -/****************************************************************************/ -/** -* -* This API gives delay in usec -* -* @param useconds - delay time in useconds -* -* @return none -* -* @note none -* -*****************************************************************************/ - void usleep(unsigned long useconds) - { -#if defined (ARMR5) - usleep_R5(useconds); -#elif defined (__aarch64__) || defined (ARMA53_32) - usleep_A53(useconds); -#elif defined (__MICROBLAZE__) - usleep_MB(useconds); -#else - usleep_A9(useconds); -#endif - - } diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleeptimer.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleeptimer.c deleted file mode 100644 index ba7531d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleeptimer.c +++ /dev/null @@ -1,143 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*****************************************************************************/ -/** -* -* @file xil_sleeptimer.c -* -* This file provides the common helper routines for the sleep API's -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6	srm  10/18/17 First Release.
-* 6.6   srm  04/20/18 Fixed compilation warning in Xil_SleepTTCCommon API
-* 7.0   mus  03/27/19 Updated XTime_StartTTCTimer to skip IOU slcr address
-*                     space access, if processor is nonsecure and IOU slcr
-*                     address space is secure. CR#1015725.
-*
-* 
-*****************************************************************************/ - -/**************************** Include Files ********************************/ - -#include "xil_io.h" -#include "xil_sleeptimer.h" -#include "xtime_l.h" - -/**************************** Constant Definitions *************************/ - - -/* Function definitions are applicable only when TTC3 is present*/ -#if defined (SLEEP_TIMER_BASEADDR) -/****************************************************************************/ -/** -* -* This is a helper function used by sleep/usleep APIs to -* have delay in sec/usec -* -* @param delay - delay time in seconds/micro seconds -* -* @param frequency - Number of counts per second/micro second -* -* @return none -* -* @note none -* -*****************************************************************************/ -void Xil_SleepTTCCommon(u32 delay, u64 frequency) -{ - u64 tEnd = 0U; - u64 tCur = 0U; - XCntrVal TimeHighVal = 0U; - XCntrVal TimeLowVal1 = 0U; - XCntrVal TimeLowVal2 = 0U; - - TimeLowVal1 = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET); - tEnd = (u64)TimeLowVal1 + ((u64)(delay) * frequency); - do - { - TimeLowVal2 = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET); - if (TimeLowVal2 < TimeLowVal1) { - TimeHighVal++; - } - TimeLowVal1 = TimeLowVal2; - tCur = (((u64) TimeHighVal) << XSLEEP_TIMER_REG_SHIFT) | - (u64)TimeLowVal2; - }while (tCur < tEnd); -} - - -/*****************************************************************************/ -/** -* -* This API starts the Triple Timer Counter -* -* @param none -* -* @return none -* -* @note none -* -*****************************************************************************/ -void XTime_StartTTCTimer() -{ - u32 TimerPrescalar; - u32 TimerCntrl; - -#if (defined (__aarch64__) && EL3==1) || (defined (ARMR5) && (PROCESSOR_ACCESS_VALUE & IOU_SLCR_TZ_MASK)) || defined (ARMA53_32) - u32 LpdRst; - -#if defined (versal) - u32 RstAddr = CRL_TTC_RST; - u32 RstMask = CRL_TTC_BASE_RST_MASK << XSLEEP_TTC_INSTANCE; -#else - u32 RstAddr = RST_LPD_IOU2; - u32 RstMask = RST_LPD_IOU2_TTC_BASE_RESET_MASK << XSLEEP_TTC_INSTANCE; -#endif - /* check if the timer is reset */ - LpdRst = XSleep_ReadCounterVal(RstAddr); - if ((LpdRst & RstMask) != 0 ) { - LpdRst = LpdRst & (~RstMask); - Xil_Out32(RstAddr, LpdRst); - } else { -#endif - TimerCntrl = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET); - /* check if Timer is disabled */ - if ((TimerCntrl & XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK) == 0) { - TimerPrescalar = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET); - /* check if Timer is configured with proper functionalty for sleep */ - if ((TimerPrescalar & XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK) == 0) - return; - } -#if (defined (__aarch64__) && EL3==1) || (defined (ARMR5) && (PROCESSOR_ACCESS_VALUE & IOU_SLCR_TZ_MASK)) || defined (ARMA53_32) - } -#endif - /* Disable the timer to configure */ - TimerCntrl = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET); - TimerCntrl = TimerCntrl | XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK; - Xil_Out32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET, - TimerCntrl); - /* Disable the prescalar */ - TimerPrescalar = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET); - TimerPrescalar = TimerPrescalar & (~XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK); - Xil_Out32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET, - TimerPrescalar); - /* Enable the Timer */ - TimerCntrl = TimerCntrl & (~XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK); - Xil_Out32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET, - TimerCntrl); -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleeptimer.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleeptimer.h deleted file mode 100644 index 5007212..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleeptimer.h +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_sleeptimer.h -* -* This header file contains ARM Cortex A53,A9,R5 specific sleep related APIs. -* For sleep related functions that can be used across all Xilinx supported -* processors, please use xil_sleeptimer.h. -* -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6	srm  10/18/17 First Release.
-* 7.0   mus  01/07/19 Add cpp extern macro
-*
-* 
-*****************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_SLEEPTIMER_H /* prevent circular inclusions */ -#define XIL_SLEEPTIMER_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/**************************** Include Files ********************************/ - -#include "xil_io.h" -#include "xparameters.h" -#include "bspconfig.h" - -/************************** Constant Definitions *****************************/ - -#if defined (ARMR5) || (__aarch64__) || (ARMA53_32) -#define XSLEEP_TIMER_REG_SHIFT 32U -#define XSleep_ReadCounterVal Xil_In32 -#define XCntrVal u32 -#else -#define XSLEEP_TIMER_REG_SHIFT 16U -#define XSleep_ReadCounterVal Xil_In16 -#define XCntrVal u16 -#endif - -#if defined(ARMR5) || (defined (__aarch64__) && EL3==1) || defined (ARMA53_32) -#if defined (versal) -#define CRL_TTC_RST 0xFF5E0344U -#define CRL_TTC_BASE_RST_MASK 0x1U -#else -#define RST_LPD_IOU2 0xFF5E0238U -#define RST_LPD_IOU2_TTC_BASE_RESET_MASK 0x00000800U -#endif -#endif - -#if defined (SLEEP_TIMER_BASEADDR) -/** @name Register Map -* -* Register offsets from the base address of the TTC device -* -* @{ -*/ - #define XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET 0x00000000U - /**< Clock Control Register */ - #define XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET 0x0000000CU - /**< Counter Control Register*/ - #define XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET 0x00000018U - /**< Current Counter Value */ -/* @} */ -/** @name Clock Control Register -* Clock Control Register definitions of TTC -* @{ -*/ - #define XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK 0x00000001U - /**< Prescale enable */ -/* @} */ -/** @name Counter Control Register -* Counter Control Register definitions of TTC -* @{ -*/ -#define XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK 0x00000001U - /**< Disable the counter */ -#define XSLEEP_TIMER_TTC_CNT_CNTRL_RST_MASK 0x00000010U - /**< Reset counter */ -/* @} */ - -/**************************** Type Definitions *******************************/ -/** - *@endcond - */ -/************************** Function Prototypes ******************************/ - -void Xil_SleepTTCCommon(u32 delay, u64 frequency); -void XTime_StartTTCTimer(); - -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_SLEEPTIMER_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_spinlock.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_spinlock.c deleted file mode 100644 index e40988e..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_spinlock.c +++ /dev/null @@ -1,366 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_spinlock.c -* -* Implements a spinlocking mechanism using ARM load-exclusive and -* store-exclusive instructions. -* -* spinlocks in baremetal world are useful mainly for AMP kind of use cases -* where different applications run in different CPUs in a CPU cluster and -* they have a common resource to work with. -* A simple yet common example is: -* R5-0 and R5-1 have separate applications and at runtime they try to access a -* shared register space (GIC) or shared memory space. Mutual exclusion is -* really needed for such use cases. -* Similar use case applies for Zynq CortexA9-0 and CortesA9-1. -* -* The spinlock mechanism provided with this file is very simple to cater to -* baremetal world requirements. -* -* A) Unlike OS type of use cases, at any point of time, only a single lock -* can be used. There is no way in BM world we can support multiple locks -* at the same time. -* B) The spinlocking is available for ARM v7 (Cortex-R5 and Cortex-A9). -* C) Users need to provide a lock (essentially a shared address), and a flag -* (also a shared address) for spinlocking to work. These shared addresses -* must be agreed upon by apps running on both CPUs. Needless to say, -* the linker scripts must change accordingly so that apps running on both -* CPUs can have a shared DDR region from which address can be used for -* spinlocking. -* D) The address that is used for spinlocking and the address that is used -* as flag address must be in a memory region that is strongly-ordered -* or device memory. -* E) Like any similar standard use cases, one application running in any -* of the CPUs must create the spinlock address. It is advisable that the -* the same application must destroy or release the spinlock address, -* though nothing stops the other CPU in destroying and releasing the -* spinlock addresses. There has to be understanding between applications -* running on both the CPUs to ensure that correct ordering is followed. -* Once a spinlock is released, it spinlock APIs cannot be used anymore. -* F) Once a spinlock address is created it can be used any number of times -* to protect critical sections as long as a certain set of rules are -* followed and a certain set of sequences are followed. More about the -* sequences later in this description. -* G) To re-iterate, the spinlocking mechanism provided through this file is -* pretty rudimentary. Users can always improvise. The use case that -* the whole mechanism is trying to solve is: common register space -* being accesses in an AMP scenario by independent applications running -* at multiple CPUs. -* -* The usage of APIs provided in this file are summarized below. -* A) Applications running at both the CPUs ensure that they allocate shared -* memory space to be used for locking and flag maintenance. -* B) The memory allocated as shared should be of minimum size 1 MB. This -* limitation is because the way translation tables/memory map is setup -* for R5 or A9. In future, this limitation can be brought down 4 KB. -* C) The spinlock and the flag address must be uncached. Users need to c -* all Xilinx provided API Xil_SetTlbAttributes to mark the shared -* 1 MB memory space as strongly ordered or device memory. -* D) Both the applications must call the API Xil_InitializeSpinLock with -* the spinlock address, flag address and flag value to be used. Currently -* only one flag value is supported (i.e. XIL_SPINLOCK_ENABLE with -* a value of 1). -* Only if the Xil_InitializeSpinLock returns success, should they -* proceed to use Xil_SpinLock and Xil_SpinUnlock. -* F) Afterwards applications can start using the APIs Xil_SpinLock() and -* Xil_SpinUnlock() to protect the critical sections. -* G) It is highly suggested to use Xil_IsSpinLockEnabled() as a check -* before using Xil_SpinLock() or Xil_SpinUnlock(). Refer to the code -* snippet below. -* H) If spinlock is no more needed by an application, they can use the API -* Xil_ReleaseSpinLock(). -* I) Once a spinlock is created it can be used as many numbers of time as -* needed. -* -* A typical code snippet with R5 as an example and lock address falling -* in the 1 MB memory region (0x300000 to 0x400000) is given below. -* -* Code snippet for R5-0 (that runs first): -* int main() -* { -* u32 *sharedlockaddr = (int *)0x300008; -* u32 *sharedlockflagaddr = int *)0x30000C; -* Xil_SetTlbAttributes(0x300000,STRONG_ORDERD_SHARED | PRIV_RW_USER_RW); -* Xil_InitializeSpinLock((UINTPTR)sharedlockaddr,(UINTPTR)sharedlockflagaddr, -* XIL_SPINLOCK_ENABLE); -* .... -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinLock(); -* // Critical Section -* .... -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinUnlock(); -* ..... -* ..... -* Xil_ReleaseSpinLock(); -* } // End of main -* -* * Code snippet for R5-1 (that runs second): -* int main() -* { -* u32 *sharedlockaddr = (int *)0x300008; -* u32 *sharedlockflagaddr = int *)0x30000C; -* Xil_SetTlbAttributes(0x300000,STRONG_ORDERD_SHARED | PRIV_RW_USER_RW); -* Xil_InitializeSpinLock((UINTPTR)sharedlockaddr,(UINTPTR)sharedlockflagaddr, -* XIL_SPINLOCK_ENABLE); -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinLock(); -* // Critical Section -* .... -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinUnlock(); -* ..... -* ..... -* Xil_ReleaseSpinLock(); -* } // End of main -* -* Xil_SpinLock() and Xil_SpinLock() return XST_FAILURE if the spinlock -* is initialized. Instead of calling Xil_IsSpinLockEnabled before using -* Xil_SpinLock() or Xil_SpinLock(), users can also check the return -* value of Xil_SpinLock and Xil_SpinLock. If a lock is not initialized, -* Xil_SpinLock will just return failure and not perform load-exclusive -* operations. -* -* Guidelines on when to use the spinlocking mechanism in Xilinx baremetal -* environment: -* A) Spinlocking mechanism can only be used for Cortex-R5s (split mode) -* and Cortex-A9s (Zynq). -* B) In Cortex-R5 split mode or Cortex-A9 cluster, applications running on -* both the CPUs, by design should never be sharing the same peripheral. -* It is impossible to support such use cases reliably. -* Hence none of the peripheral drivers (except GIC driver) have -* spinlocking support added into their APIs. -* C) GIC register space is shared by both the CPUs (R5 split mode, A9s). -* The GIC driver APIs have spinlocking mechanism added to the relevant -* APIs. Users need to follow the guidelines stated earlier to enable -* the spinlocks and use them. -* It is really advisable to use spinlock mechanism for use cases where -* applications running on multiple CPUs can simultaneously access -* GIC register space through driver APIs. -* D) The spinlock mechanism can be used to protect any critical region -* implemented through shared memory space. -* -* IMPORTANT NOTE: Circular spinlocks are not allowed (as expected). -* Use case where an application calls Xil_SpinLock back to back without -* calling Xil_SpinUnlock in between will/may result in a deadlock -* condition. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 7.5 	asa      02/23/21 First release
-* 7.5   asa      04/28/21 Fixed bug Xil_IsSpinLockEnabled to avoid
-*                         dereferencing to address zero.
-* 
-* -******************************************************************************/ - - -/***************************** Include Files ********************************/ -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#include "xil_spinlock.h" - - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - - - -/************************** Variable Definitions ****************************/ -static UINTPTR Xil_Spinlock_Addr = 0x0; -static UINTPTR Xil_Spinlock_Flag_Addr = 0x0; - -/************************** Function Prototypes *****************************/ - -/****************************************************************************/ -/** -* -* @brief Used at the beginning of a critical section. This API takes the -* lock using load-exclusive and store-exclusive operations. In -* case the lock is not available (being held by an application -* running at the other CPU and doing operations inside the -* critical section, the control will never go out from the API -* till the other CPU releases the lock. -* -* @param None. -* -* @return XST_FAILURE: If spinlock is not properly initialized. -* XST_SUCCESS: If the lock was successfully obtained. -* -* @note None. -* -*****************************************************************************/ -u32 Xil_SpinLock(void) -{ - UINTPTR lockaddr = Xil_Spinlock_Addr; - u32 LockTempVar; - - if (Xil_Spinlock_Addr == 0) { - return XST_FAILURE; - } - - __asm__ __volatile__( - "1: ldrex %0, [%1] \n" - " teq %0, %3 \n" - " strexeq %0, %2, [%1] \n" - " teqeq %0, #0 \n" - " bne 1b \n" - " dmb \n" - : "=&r" (LockTempVar) - : "r" (lockaddr), "r"(XIL_SPINLOCK_LOCKVAL), "r"(XIL_SPINLOCK_RESETVAL) - : "cc"); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* @brief Used to release a lock previously held by calling Xil_SpinLock. -* -* @param None. -* -* @return XST_FAILURE: If spinlock is not properly initialized. -* XST_SUCCESS: If the lock was successfully obtained. -* -* @note None. -* -*****************************************************************************/ -u32 Xil_SpinUnlock(void) -{ - UINTPTR lockaddr = Xil_Spinlock_Addr; - - if (Xil_Spinlock_Addr == 0) { - return XST_FAILURE; - } - __asm__ __volatile__( - "dmb \n" - "str %1, [%0] \n" - : - : "r" (lockaddr), "r" (XIL_SPINLOCK_RESETVAL) - : "cc"); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* @brief Used to initialize a spinlock. -* -* @param lockaddr: Address of the lock variable. The address must be in -* a shared memory region. -* lockflagaddr: Address of the flag variable. The address must be -* in a shared memory region. -* lockflag: The value of the flag. Currently only one value -* is supported, which is XIL_SPINLOCK_ENABLE. -* -* @return XST_SUCCESS, if the initialization succeeded. -* XST_FAILURE, if the initialization failed -* -* @note None. -* -*****************************************************************************/ -u32 Xil_InitializeSpinLock(UINTPTR lockaddr, UINTPTR lockflagaddr, - u32 lockflag) -{ - if (Xil_Spinlock_Flag_Addr == 0) { - Xil_Spinlock_Flag_Addr = lockflagaddr; - if (*(u32 *)Xil_Spinlock_Flag_Addr == XIL_SPINLOCK_ENABLED) { - /* - * spinlock is already initialized by one of the CPUs, just update - * the local variable Xil_Spinlock_Addr with the passed address - * and dont write to the lock value as it might be currently - * getting used. - */ - /* - * Ensure to update the global variable Xil_Spinlock_Addr only - * if it is zero. A non-zero value may mean that there is something - * wrong. - */ - if (Xil_Spinlock_Addr == 0) { - Xil_Spinlock_Addr = lockaddr; - } else { - /* - * May be spinlock is already initialized and the user has not - * called Xil_ReleaseSpinLock before calling Xil_InitializeSpinLock. - */ - return XST_FAILURE; - } - } else { - /* All good, do the necessary initializations */ - Xil_Spinlock_Addr = lockaddr; - *(u32 *)(Xil_Spinlock_Addr) = XIL_SPINLOCK_RESETVAL; - *(u32 *)(Xil_Spinlock_Flag_Addr) = lockflag; - } - return XST_SUCCESS; - } else { - /* - * Most probably spinlock is already initialized and the user has not - * called Xil_ReleaseSpinLock before calling Xil_InitializeSpinLock. - */ - return XST_FAILURE; - } -} - - -/****************************************************************************/ -/** -* @brief Used to release the spinlock. Typically called by the application -* once spinlock feature is no more required. -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void Xil_ReleaseSpinLock(void) -{ - Xil_Spinlock_Addr = 0; - Xil_Spinlock_Flag_Addr = 0; -} - -/****************************************************************************/ -/** -* @brief Used to know if the spinlock feature has been enabled. To ensure -* that spinlock feature does not break use cases where lock is -* not initialized, the application must call this API first to know -* if it can use spinlock. If this API returns non-zero value, an -* application should then use Xil_SpinLock or Xil_SpinUnlock. -* -* @param None -* -* @return Non-zero, if spinlock is already initialized and can be used. -* Zero, if spinlock is not initialized. -* -* @note -* -*****************************************************************************/ -u32 Xil_IsSpinLockEnabled(void) -{ - u32 retVal = FALSE; - - if (Xil_Spinlock_Flag_Addr != 0) { - if (*(u32 *)(Xil_Spinlock_Flag_Addr) == XIL_SPINLOCK_ENABLED) { - retVal = TRUE; - } - } - return retVal; -} -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_spinlock.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_spinlock.h deleted file mode 100644 index fa58233..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_spinlock.h +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_spinlock.h -* -* This header file contains function prototypes to be used while using Xilinx -* spinlocking mechanism. -* Please refer to file header contents of xil_spinlock.c to understand in -* detail the spinlocking mechanism. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 7.5 	asa		 02/16/21 First release
-* 7.6	sk	 08/05/21 Add Boolean check and braces for Xil_IsSpinLockEnabled
-* 			  if condition to fix misrac violations.
-* 
-* -******************************************************************************/ - -#ifndef XIL_SPINLOCK_H /* prevent circular inclusions */ -#define XIL_SPINLOCK_H /* by using protection macros */ - -/***************************** Include Files ********************************/ -#include "xil_types.h" -#include "xstatus.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -/************************** Function Prototypes *****************************/ -u32 Xil_SpinLock(void); -u32 Xil_SpinUnlock(void); -u32 Xil_InitializeSpinLock(UINTPTR lockaddr, UINTPTR lockflagaddr, - u32 lockflag); -void Xil_ReleaseSpinLock(void); -u32 Xil_IsSpinLockEnabled(void); - -/************************** MACRO Definitions ****************************/ -#define XIL_SPINLOCK_LOCKVAL 0x10203040 -#define XIL_SPINLOCK_RESETVAL 0x40302010 -#define XIL_SPINLOCK_ENABLE 0x17273747 -#define XIL_SPINLOCK_ENABLED 0x17273747 -/***************** Macros (Inline Functions) Definitions ********************/ - -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ -/***************************************************************************/ -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#define XIL_SPINLOCK() \ - if(Xil_IsSpinLockEnabled()!=(u32)0) { \ - Xil_SpinLock(); } -#else -#define XIL_SPINLOCK() -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ - -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#define XIL_SPINUNLOCK() \ - if(Xil_IsSpinLockEnabled()!=(u32)0) { \ - Xil_SpinUnlock(); } -#else -#define XIL_SPINUNLOCK() -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ - - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_SPINLOCK_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testcache.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testcache.c deleted file mode 100644 index f101c14..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testcache.c +++ /dev/null @@ -1,341 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testcache.c -* @addtogroup common_test_utils -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/28/09 Initial release
-* 4.1   asa  05/09/14 Ensured that the address uses for cache test is aligned
-*				      cache line.
-* 
-* -******************************************************************************/ -#ifdef __ARM__ -#include "xil_cache.h" -#include "xil_testcache.h" -#include "xil_types.h" -#include "xpseudo_asm.h" -#ifdef __aarch64__ -#include "xreg_cortexa53.h" -#else -#include "xreg_cortexr5.h" -#endif - -#include "xil_types.h" - -extern void xil_printf(const char8 *ctrl1, ...); - -#define DATA_LENGTH 128 - -#ifdef __aarch64__ -static INTPTR Data[DATA_LENGTH] __attribute__ ((aligned(64))); -#else -static INTPTR Data[DATA_LENGTH] __attribute__ ((aligned(32))); -#endif - - -/*****************************************************************************/ -/** -* -* @brief Perform DCache range related API test such as Xil_DCacheFlushRange -* and Xil_DCacheInvalidateRange. This test function writes a constant -* value to the Data array, flushes the range, writes a new value, then -* invalidates the corresponding range. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ -s32 Xil_TestDCacheRange(void) -{ - s32 Index; - s32 Status = 0; - u32 CtrlReg; - INTPTR Value; - - xil_printf("-- Cache Range Test --\n\r"); - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0xA0A00505; - - xil_printf(" initialize Data done:\r\n"); - - Xil_DCacheFlushRange((INTPTR)Data, DATA_LENGTH * sizeof(INTPTR)); - - xil_printf(" flush range done\r\n"); - - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - if (Value != 0xA0A00505) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - if (!Status) { - xil_printf(" Flush worked\r\n"); - } - else { - xil_printf("Error: flush dcache range not working\r\n"); - } - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0xA0A0C505; - - - - Xil_DCacheFlushRange((INTPTR)Data, DATA_LENGTH * sizeof(INTPTR)); - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = Index + 3; - - Xil_DCacheInvalidateRange((INTPTR)Data, DATA_LENGTH * sizeof(INTPTR)); - - xil_printf(" invalidate dcache range done\r\n"); - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0xA0A0A05; - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - if (Value != 0xA0A0A05) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - - if (!Status) { - xil_printf(" Invalidate worked\r\n"); - } - else { - xil_printf("Error: Invalidate dcache range not working\r\n"); - } - xil_printf("-- Cache Range Test Complete --\r\n"); - return Status; - -} - -/*****************************************************************************/ -/** -* @brief Perform DCache all related API test such as Xil_DCacheFlush and -* Xil_DCacheInvalidate. This test function writes a constant value -* to the Data array, flushes the DCache, writes a new value, -* then invalidates the DCache. -* -* @return -* - 0 is returned for a pass -* - -1 is returned for a failure -*****************************************************************************/ -s32 Xil_TestDCacheAll(void) -{ - s32 Index; - s32 Status; - INTPTR Value; - u32 CtrlReg; - - xil_printf("-- Cache All Test --\n\r"); - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0x50500A0A; - xil_printf(" initialize Data done:\r\n"); - - Xil_DCacheFlush(); - xil_printf(" flush all done\r\n"); - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - - if (Value != 0x50500A0A) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - if (!Status) { - xil_printf(" Flush all worked\r\n"); - } - else { - xil_printf("Error: Flush dcache all not working\r\n"); - } - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0x505FFA0A; - - Xil_DCacheFlush(); - - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = Index + 3; - - Xil_DCacheInvalidate(); - - xil_printf(" invalidate all done\r\n"); - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0x50CFA0A; - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - if (Value != 0x50CFA0A) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - if (!Status) { - xil_printf(" Invalidate all worked\r\n"); - } - else { - xil_printf("Error: Invalidate dcache all not working\r\n"); - } - - xil_printf("-- DCache all Test Complete --\n\r"); - - return Status; -} - -/*****************************************************************************/ -/** -* @brief Perform Xil_ICacheInvalidateRange() on a few function pointers. -* -* @return -* - 0 is returned for a pass -* -* @note The function will hang if it fails. -*****************************************************************************/ -s32 Xil_TestICacheRange(void) -{ - - Xil_ICacheInvalidateRange((INTPTR)Xil_TestICacheRange, 1024); - Xil_ICacheInvalidateRange((INTPTR)Xil_TestDCacheRange, 1024); - Xil_ICacheInvalidateRange((INTPTR)Xil_TestDCacheAll, 1024); - - xil_printf("-- Invalidate icache range done --\r\n"); - - return 0; -} - -/*****************************************************************************/ -/** -* @brief Perform Xil_ICacheInvalidate() on a few function pointers. -* -* @return -* - 0 is returned for a pass -* -* @note The function will hang if it fails. -*****************************************************************************/ -s32 Xil_TestICacheAll(void) -{ - Xil_ICacheInvalidate(); - xil_printf("-- Invalidate icache all done --\r\n"); - return 0; -} -#endif diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testcache.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testcache.h deleted file mode 100644 index 5798c21..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testcache.h +++ /dev/null @@ -1,54 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testcache.h -* -* @addtogroup common_test_utils -*

Cache test

-* The xil_testcache.h file contains utility functions to test cache. -* -* @{ -*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  07/29/09 First release
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_TESTCACHE_H /* prevent circular inclusions */ -#define XIL_TESTCACHE_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -extern s32 Xil_TestDCacheRange(void); -extern s32 Xil_TestDCacheAll(void); -extern s32 Xil_TestICacheRange(void); -extern s32 Xil_TestICacheAll(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testio.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testio.c deleted file mode 100644 index 9681975..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testio.c +++ /dev/null @@ -1,273 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testio.c -* @addtogroup common_test_utils -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xil_testio.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions ****************************/ -/************************** Function Prototypes *****************************/ - - - -/** - * - * Endian swap a 16-bit word. - * @param Data is the 16-bit word to be swapped. - * @return The endian swapped value. - * - */ -static u16 Swap16(u16 Data) -{ - return ((Data >> 8U) & 0x00FFU) | ((Data << 8U) & 0xFF00U); -} - -/** - * - * Endian swap a 32-bit word. - * @param Data is the 32-bit word to be swapped. - * @return The endian swapped value. - * - */ -static u32 Swap32(u32 Data) -{ - u16 Lo16; - u16 Hi16; - - u16 Swap16Lo; - u16 Swap16Hi; - - Hi16 = (u16)((Data >> 16U) & 0x0000FFFFU); - Lo16 = (u16)(Data & 0x0000FFFFU); - - Swap16Lo = Swap16(Lo16); - Swap16Hi = Swap16(Hi16); - - return (((u32)(Swap16Lo)) << 16U) | ((u32)Swap16Hi); -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 8-bit wide register IO test where the -* register is accessed using Xil_Out8 and Xil_In8, and comparing -* the written values by reading them back. -* -* @param Addr: a pointer to the region of memory to be tested. -* @param Length: Length of the block. -* @param Value: constant used for writing the memory. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ - -s32 Xil_TestIO8(u8 *Addr, s32 Length, u8 Value) -{ - u8 ValueIn; - s32 Index; - s32 Status = 0; - - for (Index = 0; Index < Length; Index++) { - Xil_Out8((INTPTR)Addr, Value); - - ValueIn = Xil_In8((INTPTR)Addr); - - if ((Value != ValueIn) && (Status == 0)) { - Status = -1; - break; - } - } - return Status; - -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 16-bit wide register IO test. Each location -* is tested by sequentially writing a 16-bit wide register, reading -* the register, and comparing value. This function tests three kinds -* of register IO functions, normal register IO, little-endian register -* IO, and big-endian register IO. When testing little/big-endian IO, -* the function performs the following sequence, Xil_Out16LE/Xil_Out16BE, -* Xil_In16, Compare In-Out values, Xil_Out16, Xil_In16LE/Xil_In16BE, -* Compare In-Out values. Whether to swap the read-in value before -* comparing is controlled by the 5th argument. -* -* @param Addr: a pointer to the region of memory to be tested. -* @param Length: Length of the block. -* @param Value: constant used for writing the memory. -* @param Kind: Type of test. Acceptable values are: -* XIL_TESTIO_DEFAULT, XIL_TESTIO_LE, XIL_TESTIO_BE. -* @param Swap: indicates whether to byte swap the read-in value. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ - -s32 Xil_TestIO16(u16 *Addr, s32 Length, u16 Value, s32 Kind, s32 Swap) -{ - u16 *TempAddr16; - u16 ValueIn = 0U; - s32 Index; - TempAddr16 = Addr; - Xil_AssertNonvoid(TempAddr16 != NULL); - - for (Index = 0; Index < Length; Index++) { - switch (Kind) { - case XIL_TESTIO_LE: - Xil_Out16LE((INTPTR)TempAddr16, Value); - break; - case XIL_TESTIO_BE: - Xil_Out16BE((INTPTR)TempAddr16, Value); - break; - default: - Xil_Out16((INTPTR)TempAddr16, Value); - break; - } - - ValueIn = Xil_In16((INTPTR)TempAddr16); - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap16(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - - /* second round */ - Xil_Out16((INTPTR)TempAddr16, Value); - - switch (Kind) { - case XIL_TESTIO_LE: - ValueIn = Xil_In16LE((INTPTR)TempAddr16); - break; - case XIL_TESTIO_BE: - ValueIn = Xil_In16BE((INTPTR)TempAddr16); - break; - default: - ValueIn = Xil_In16((INTPTR)TempAddr16); - break; - } - - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap16(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - TempAddr16 += sizeof(u16); - } - return 0; -} - - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 32-bit wide register IO test. Each location -* is tested by sequentially writing a 32-bit wide register, reading -* the register, and comparing value. This function tests three kinds -* of register IO functions, normal register IO, little-endian register IO, -* and big-endian register IO. When testing little/big-endian IO, -* the function perform the following sequence, Xil_Out32LE/ -* Xil_Out32BE, Xil_In32, Compare, Xil_Out32, Xil_In32LE/Xil_In32BE, Compare. -* Whether to swap the read-in value *before comparing is controlled -* by the 5th argument. -* @param Addr: a pointer to the region of memory to be tested. -* @param Length: Length of the block. -* @param Value: constant used for writing the memory. -* @param Kind: type of test. Acceptable values are: -* XIL_TESTIO_DEFAULT, XIL_TESTIO_LE, XIL_TESTIO_BE. -* @param Swap: indicates whether to byte swap the read-in value. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ -s32 Xil_TestIO32(u32 *Addr, s32 Length, u32 Value, s32 Kind, s32 Swap) -{ - u32 *TempAddr; - u32 ValueIn = 0U; - s32 Index; - TempAddr = Addr; - Xil_AssertNonvoid(TempAddr != NULL); - - for (Index = 0; Index < Length; Index++) { - switch (Kind) { - case XIL_TESTIO_LE: - Xil_Out32LE((INTPTR)TempAddr, Value); - break; - case XIL_TESTIO_BE: - Xil_Out32BE((INTPTR)TempAddr, Value); - break; - default: - Xil_Out32((INTPTR)TempAddr, Value); - break; - } - - ValueIn = Xil_In32((INTPTR)TempAddr); - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap32(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - - /* second round */ - Xil_Out32((INTPTR)TempAddr, Value); - - - switch (Kind) { - case XIL_TESTIO_LE: - ValueIn = Xil_In32LE((INTPTR)TempAddr); - break; - case XIL_TESTIO_BE: - ValueIn = Xil_In32BE((INTPTR)TempAddr); - break; - default: - ValueIn = Xil_In32((INTPTR)TempAddr); - break; - } - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap32(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - TempAddr += sizeof(u32); - } - return 0; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testio.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testio.h deleted file mode 100644 index 5a1bda3..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testio.h +++ /dev/null @@ -1,76 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testio.h -* -* @addtogroup common_test_utils Test Utilities for Memory and Caches -*

I/O test

-* The xil_testio.h file contains utility functions to test endian related memory -* IO functions. -* -* A subset of the memory tests can be selected or all of the tests can be run -* in order. If there is an error detected by a subtest, the test stops and the -* failure code is returned. Further tests are not run even if all of the tests -* are selected. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00 hbm  08/05/09 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_TESTIO_H /* prevent circular inclusions */ -#define XIL_TESTIO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ - - -#define XIL_TESTIO_DEFAULT 0 -#define XIL_TESTIO_LE 1 -#define XIL_TESTIO_BE 2 - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -extern s32 Xil_TestIO8(u8 *Addr, s32 Length, u8 Value); -extern s32 Xil_TestIO16(u16 *Addr, s32 Length, u16 Value, s32 Kind, s32 Swap); -extern s32 Xil_TestIO32(u32 *Addr, s32 Length, u32 Value, s32 Kind, s32 Swap); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testmem.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testmem.c deleted file mode 100644 index aa666d1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testmem.c +++ /dev/null @@ -1,1568 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testmem.c -* @addtogroup common_test_utils -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 7.5   mus  03/10/21 Added new set of Xil_TestMem32, Xil_TestMem16 and
-*                     Xil_TestMem8 APIs to support memory test for memory
-*                     regions mapped at extended addresses
-*                     (addresses > 4 GB). These new set of APIs would be
-*                     compiled only for 32 bit Microblaze processor, if
-*                     XPAR_MICROBLAZE_ADDR_SIZE is greater than 32.
-*                     It fixes CR#1089129.
-* 7.6   mus  07/29/21 Updated Xil_TestMem8 to fix issues reported by static
-*                     analysis tool. It fixes CR#1105956.
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xil_testmem.h" -#include "xil_io.h" -#include "xil_assert.h" - -/************************** Constant Definitions ****************************/ -/************************** Function Prototypes *****************************/ - -static u32 RotateLeft(u32 Input, u8 Width); - -/* define ROTATE_RIGHT to give access to this functionality */ -/* #define ROTATE_RIGHT */ -#ifdef ROTATE_RIGHT -static u32 RotateRight(u32 Input, u8 Width); -#endif /* ROTATE_RIGHT */ - -#if defined(__MICROBLAZE__) && !defined(__arch64__) && (XPAR_MICROBLAZE_ADDR_SIZE > 32) - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 8-bit wide memory test. -* -* @param Addrlow: lower 32 bit address of memory to be tested. -* @param Addrhigh: upper 32 bit address of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem8(u32 Addrlow, u32 Addrhigh, u32 Words, u8 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u8 Val; - u8 WordMem8; - s32 Status = 0; - u64 Addr = (Addrlow + ((u64)Addrhigh << 32)); - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * select the proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from XIL_TESTMEM_INIT_VALUE - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - sbea(Addr+I, Val); - Val++; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = XIL_TESTMEM_INIT_VALUE; - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_BYTE; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - Val = (u8)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* write memory location */ - sbea(Addr+I, Val); - Val = (u8)RotateLeft(Val, 8U); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val = (u8)RotateLeft(Val, NUM_OF_BITS_IN_BYTE); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking zeros test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_BYTE; j++) { - /* - * Generate an initial value for walking ones test to test - * for bad data bits - */ - Val = (u8) (~(1U << j)); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* write memory location */ - sbea(Addr+I, Val); - Val = ~((u8)RotateLeft(~Val, NUM_OF_BITS_IN_BYTE)); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8) (~(1U << j)); - /* Read the values from each location that was written */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - - Val = ~((u8)RotateLeft(~Val, NUM_OF_BITS_IN_BYTE)); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u8) (~((INTPTR) (Addr + I))); - sbea(Addr+I, Val); - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - Val = (u8) (~((INTPTR) (Addr+I))); - if ((WordMem8 ^ Val) != 0x00U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u8)0) { - Val = 0xA5U; - } - else { - Val = Pattern; - } - /* - * Fill the memory with fixed Pattern - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - sbea(Addr+I, Val); - } - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 16-bit wide memory test. -* -* @param Addrlow: lower 32 bit address of memory to be tested. -* @param Addrhigh: upper 32 bit address of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant Pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem16(u32 Addrlow,u32 Addrhigh, u32 Words, u16 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u16 Val; - u16 WordMem16; - s32 Status = 0; - u64 Addr = (Addrlow + ((u64)Addrhigh << 32)); - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * selectthe proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'XIL_TESTMEM_INIT_VALUE' - */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* write memory location */ - shea(Addr+I, Val); - Val++; - I = I + NUM_OF_BYTES_IN_HW; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference val - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* read memory location */ - WordMem16 = lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val++; - I = I + NUM_OF_BYTES_IN_HW; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking ones test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_HW; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (u16)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW); ) { - /* write memory location */ - shea(Addr+I,Val); - Val = (u16)RotateLeft(Val, 16U); - I = I + NUM_OF_BYTES_IN_HW; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u16)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW); ) { - /* read memory location */ - WordMem16 = lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = (u16)RotateLeft(Val, NUM_OF_BITS_IN_HW); - I = I + NUM_OF_BYTES_IN_HW; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking zeros test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_HW; j++) { - /* - * Generate an initial value for walking ones - * test to test for bad - * data bits - */ - - Val = ~(1U << j); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW);) { - shea(Addr+I, Val); - Val = ~((u16)RotateLeft(~Val, 16U)); - I = I + NUM_OF_BYTES_IN_HW; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = ~(1U << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW); ) { - WordMem16= lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u16)RotateLeft(~Val, NUM_OF_BITS_IN_HW)); - I = I + NUM_OF_BYTES_IN_HW; - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* write memory location */ - Val = (u16) (~((INTPTR)((Addr+I)))); - shea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_HW; - } - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW*Words); ) { - /* read memory location */ - //WordMem16 = *(Addr+I); - WordMem16 = lhuea(Addr+I); - Val = (u16) (~((INTPTR) ((Addr+I)))); - if ((WordMem16 ^ Val) != 0x0000U) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_HW; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - if (Pattern == (u16)0) { - Val = 0xDEADU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed pattern - */ - - for (I = 0U; I < (2*Words);) { - /* write memory location */ - shea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_HW; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed pattern - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* read memory location */ - WordMem16=lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_HW; - } - } -End_Label: - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 32-bit wide memory test. -* -* @param Addrlow: lower 32 bit address of memory to be tested. -* @param Addrhigh: upper 32 bit address of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: test type selected. See xil_testmem.h for possible -* values. -* -* @return -* - 0 is returned for a pass -* - 1 is returned for a failure -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem32(u32 Addrlow, u32 Addrhigh, u32 Words, u32 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u32 Val; - u32 WordMem32; - s32 Status = 0; - u64 Addr = (Addrlow + ((u64)Addrhigh << 32)); - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= (u8)XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'XIL_TESTMEM_INIT_VALUE' - */ - for (I = 0U; I <(NUM_OF_BYTES_IN_WORD * Words);) { - swea(Addr+I, Val); - Val++; - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < ( NUM_OF_BYTES_IN_WORD * Words);) { - WordMem32 = lwea(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val++; - I = I + NUM_OF_BYTES_IN_WORD; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_WORD; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (1U << j); - - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * NUM_OF_BITS_IN_WORD);) { - /* write memory location */ - swea(Addr+I, Val); - Val = (u32) RotateLeft(Val, NUM_OF_BITS_IN_WORD); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Restore the reference 'val' to the - * initial value - */ - Val = 1U << j; - - /* Read the values from each location that was - * written */ - for (I = 0U; I < ((u32)32 * NUM_OF_BYTES_IN_WORD);) { - /* read memory location */ - - WordMem32 = lwea(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val = (u32)RotateLeft(Val, NUM_OF_BITS_IN_WORD); - I = I + NUM_OF_BYTES_IN_WORD; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible - * initial test Patterns for walking zeros test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_WORD; j++) { - - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = ~(1U << j); - - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BITS_IN_WORD * NUM_OF_BYTES_IN_WORD);) { - /* write memory location */ - swea(Addr+I, Val); - Val = ~((u32)RotateLeft(~Val, NUM_OF_BITS_IN_WORD)); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - - Val = ~(1U << j); - - /* Read the values from each location that was - * written */ - for (I = 0U; I < (NUM_OF_BITS_IN_WORD * NUM_OF_BYTES_IN_WORD);) { - /* read memory location */ - WordMem32 = lwea(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u32)RotateLeft(~Val, NUM_OF_BITS_IN_WORD)); - I = I + NUM_OF_BYTES_IN_WORD; - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - /* write memory location */ - Val = (u32) (~((INTPTR) (Addr+I))); - swea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - /* Read the location */ - WordMem32 = lwea(Addr+I); - Val = (u32) (~((INTPTR) (Addr+I))); - - if ((WordMem32 ^ Val) != 0x00000000U) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_WORD; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u32)0) { - Val = 0xDEADBEEFU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed Pattern - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - /* write memory location */ - swea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - - /* read memory location */ - - WordMem32 = lwea(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_WORD; - } - } - -End_Label: - return Status; -} - -#else -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 32-bit wide memory test. -* -* @param Addr: pointer to the region of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: test type selected. See xil_testmem.h for possible -* values. -* -* @return -* - 0 is returned for a pass -* - 1 is returned for a failure -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem32(u32 *Addr, u32 Words, u32 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u32 Val; - u32 FirtVal; - u32 WordMem32; - s32 Status = 0; - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= (u8)XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - FirtVal = XIL_TESTMEM_INIT_VALUE; - - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'FirtVal' - */ - for (I = 0U; I < Words; I++) { - *(Addr+I) = Val; - Val++; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = FirtVal; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < Words; I++) { - WordMem32 = *(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < (u32)32; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (1U << j); - - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)32; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = (u32) RotateLeft(Val, 32U); - } - - /* - * Restore the reference 'val' to the - * initial value - */ - Val = 1U << j; - - /* Read the values from each location that was - * written */ - for (I = 0U; I < (u32)32; I++) { - /* read memory location */ - - WordMem32 = *(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val = (u32)RotateLeft(Val, 32U); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible - * initial test Patterns for walking zeros test - */ - - for (j = 0U; j < (u32)32; j++) { - - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = ~(1U << j); - - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)32; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = ~((u32)RotateLeft(~Val, 32U)); - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - - Val = ~(1U << j); - - /* Read the values from each location that was - * written */ - for (I = 0U; I < (u32)32; I++) { - /* read memory location */ - WordMem32 = *(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u32)RotateLeft(~Val, 32U)); - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u32) (~((INTPTR) (&Addr[I]))); - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* Read the location */ - WordMem32 = *(Addr+I); - Val = (u32) (~((INTPTR) (&Addr[I]))); - - if ((WordMem32 ^ Val) != 0x00000000U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u32)0) { - Val = 0xDEADBEEFU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - - /* read memory location */ - - WordMem32 = *(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 16-bit wide memory test. -* -* @param Addr: pointer to the region of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant Pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem16(u16 *Addr, u32 Words, u16 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u16 Val; - u16 FirtVal; - u16 WordMem16; - s32 Status = 0; - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - FirtVal = XIL_TESTMEM_INIT_VALUE; - - /* - * selectthe proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'FirtVal' - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val++; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = FirtVal; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference val - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking ones test - */ - - for (j = 0U; j < (u32)16; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (u16)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)16; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = (u16)RotateLeft(Val, 16U); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u16)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)16; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = (u16)RotateLeft(Val, 16U); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking zeros test - */ - - for (j = 0U; j < (u32)16; j++) { - /* - * Generate an initial value for walking ones - * test to test for bad - * data bits - */ - - Val = ~(1U << j); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)16; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = ~((u16)RotateLeft(~Val, 16U)); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = ~(1U << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)16; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u16)RotateLeft(~Val, 16U)); - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u16) (~((INTPTR)(&Addr[I]))); - *(Addr+I) = Val; - } - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - Val = (u16) (~((INTPTR) (&Addr[I]))); - if ((WordMem16 ^ Val) != 0x0000U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - if (Pattern == (u16)0) { - Val = 0xDEADU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed pattern - */ - - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed pattern - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} - - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 8-bit wide memory test. -* -* @param Addr: pointer to the region of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem8(u8 *Addr, u32 Words, u8 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u8 Val; - u8 FirtVal; - u8 WordMem8; - s32 Status = 0; - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - FirtVal = XIL_TESTMEM_INIT_VALUE; - - /* - * select the proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'FirtVal' - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val++; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = FirtVal; - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < (u32)8; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - Val = (u8)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < (u32)8; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = (u8)RotateLeft(Val, 8U); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)8; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val = (u8)RotateLeft(Val, 8U); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking zeros test - */ - - for (j = 0U; j < (u32)8; j++) { - /* - * Generate an initial value for walking ones test to test - * for bad data bits - */ - Val = (u8) (~(1U << j)); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < (u32)8; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = ~((u8)RotateLeft(~Val, 8U)); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8) (~(1U << j)); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)8; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - - Val = ~((u8)RotateLeft(~Val, 8U)); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u8) (~((INTPTR) (&Addr[I]))); - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - Val = (u8) (~((INTPTR) (&Addr[I]))); - if ((WordMem8 ^ Val) != 0x00U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u8)0) { - Val = 0xA5U; - } - else { - Val = Pattern; - } - /* - * Fill the memory with fixed Pattern - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - } - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} -#endif - -/*****************************************************************************/ -/** -* -* @brief Rotates the provided value to the left one bit position -* -* @param Input is value to be rotated to the left -* @param Width is the number of bits in the input data -* -* @return The resulting unsigned long value of the rotate left -* -* -*****************************************************************************/ -static u32 RotateLeft(u32 Input, u8 Width) -{ - u32 Msb; - u32 ReturnVal; - u32 WidthMask; - u32 MsbMask; - u32 LocalInput = Input; - - /* - * set up the WidthMask and the MsbMask - */ - - MsbMask = 1U << (Width - 1U); - - WidthMask = (MsbMask << (u32)1) - (u32)1; - - /* - * set the Width of the Input to the correct width - */ - - LocalInput = LocalInput & WidthMask; - - Msb = LocalInput & MsbMask; - - ReturnVal = LocalInput << 1U; - - if (Msb != 0x00000000U) { - ReturnVal = ReturnVal | (u32)0x00000001; - } - - ReturnVal = ReturnVal & WidthMask; - - return ReturnVal; - -} - -#ifdef ROTATE_RIGHT -/*****************************************************************************/ -/** -* -* @brief Rotates the provided value to the right one bit position -* -* @param Input: value to be rotated to the right -* @param Width: number of bits in the input data -* -* @return -* The resulting u32 value of the rotate right -* -*****************************************************************************/ -static u32 RotateRight(u32 Input, u8 Width) -{ - u32 Lsb; - u32 ReturnVal; - u32 WidthMask; - u32 MsbMask; - u32 LocalInput = Input; - /* - * set up the WidthMask and the MsbMask - */ - - MsbMask = 1U << (Width - 1U); - - WidthMask = (MsbMask << 1U) - 1U; - - /* - * set the width of the input to the correct width - */ - - LocalInput = LocalInput & WidthMask; - - ReturnVal = LocalInput >> 1U; - - Lsb = LocalInput & 0x00000001U; - - if (Lsb != 0x00000000U) { - ReturnVal = ReturnVal | MsbMask; - } - - ReturnVal = ReturnVal & WidthMask; - - return ReturnVal; - -} -#endif /* ROTATE_RIGHT */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testmem.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testmem.h deleted file mode 100644 index 7e29233..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testmem.h +++ /dev/null @@ -1,165 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testmem.h -* @addtogroup common_test_utils Test Utilities for Memory and Caches -* -* - Cache test: xil_testcache.h contains utility functions to test cache. -* -* - I/O test: The Xil_testio.h file contains endian related memory IO functions. A -* subset of the memory tests can be selected or all of the tests can be run in order. -* If there is an error detected by a subtest, the test stops and the failure code is -* returned. Further tests are not run even if all of the tests are selected. -* -* - Memory test: The xil_testmem.h file contains utility functions to test memory. -* A subset of the memory tests can be selected or all of the tests can be run -* in order. If there is an error detected by a subtest, the test stops and the -* failure code is returned. Further tests are not run even if all of the tests are selected. -* -* -* Following list describes the supported memory tests: -* -* - XIL_TESTMEM_ALLMEMTESTS: This test runs all of the subtests. -* -* - XIL_TESTMEM_INCREMENT: This test -* starts at 'XIL_TESTMEM_INIT_VALUE' and uses the incrementing value as the -* test value for memory. -* -* - XIL_TESTMEM_WALKONES: Also known as the Walking ones test. This test -* uses a walking '1' as the test value for memory. -* @code -* location 1 = 0x00000001 -* location 2 = 0x00000002 -* ... -* @endcode -* -* - XIL_TESTMEM_WALKZEROS: Also known as the Walking zero's test. -* This test uses the inverse value of the walking ones test -* as the test value for memory. -* @code -* location 1 = 0xFFFFFFFE -* location 2 = 0xFFFFFFFD -* ... -*@endcode -* -* - XIL_TESTMEM_INVERSEADDR: Also known as the inverse address test. -* This test uses the inverse of the address of the location under test -* as the test value for memory. -* -* - XIL_TESTMEM_FIXEDPATTERN: Also known as the fixed pattern test. -* This test uses the provided patters as the test value for memory. -* If zero is provided as the pattern the test uses '0xDEADBEEF". -* -* @warning -* The tests are DESTRUCTIVE. Run before any initialized memory spaces -* have been set up. -* The address provided to the memory tests is not checked for -* validity except for the NULL case. It is possible to provide a code-space -* pointer for this test to start with and ultimately destroy executable code -* causing random failures. -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 7.5   mus  03/10/21 Added new set of Xil_TestMem32, Xil_TestMem16 and
-*                     Xil_TestMem8 APIs to support memory test for memory
-*                     regions mapped at extended addresses
-*                     (addresses > 4 GB). These new set of APIs would be
-*                     compiled only for 32 bit Microblaze processor, if
-*                     XPAR_MICROBLAZE_ADDR_SIZE is greater than 32.
-*                     It fixes CR#1089129.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_TESTMEM_H /* prevent circular inclusions */ -#define XIL_TESTMEM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xparameters.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - -/* xutil_memtest defines */ - -#define XIL_TESTMEM_INIT_VALUE 1U - -/** @name Memory subtests - * @{ - */ -/** - * See the detailed description of the subtests in the file description. - */ -#define XIL_TESTMEM_ALLMEMTESTS 0x00U -#define XIL_TESTMEM_INCREMENT 0x01U -#define XIL_TESTMEM_WALKONES 0x02U -#define XIL_TESTMEM_WALKZEROS 0x03U -#define XIL_TESTMEM_INVERSEADDR 0x04U -#define XIL_TESTMEM_FIXEDPATTERN 0x05U -#define XIL_TESTMEM_MAXTEST XIL_TESTMEM_FIXEDPATTERN -/* @} */ - -#if !defined(__aarch64__) && !defined(__arch64__) -#define NUM_OF_BITS_IN_BYTE 8U -#define NUM_OF_BYTES_IN_HW 2U -#define NUM_OF_BITS_IN_HW 16U -#define NUM_OF_BYTES_IN_WORD 4U -#define NUM_OF_BITS_IN_WORD 32U -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/** - *@endcond - */ - -/************************** Function Prototypes ******************************/ - -/* xutil_testmem prototypes */ -#if defined(__MICROBLAZE__) && !defined(__arch64__) && (XPAR_MICROBLAZE_ADDR_SIZE > 32) -extern s32 Xil_TestMem32(u32 AddrLow, u32 AddrHigh, u32 Words, u32 Pattern, u8 Subtest); -extern s32 Xil_TestMem16(u32 AddrLow, u32 AddrHigh, u32 Words, u16 Pattern, u8 Subtest); -extern s32 Xil_TestMem8(u32 AddrLow, u32 AddrHigh, u32 Words, u8 Pattern, u8 Subtest); -#else -extern s32 Xil_TestMem32(u32 *Addr, u32 Words, u32 Pattern, u8 Subtest); -extern s32 Xil_TestMem16(u16 *Addr, u32 Words, u16 Pattern, u8 Subtest); -extern s32 Xil_TestMem8(u8 *Addr, u32 Words, u8 Pattern, u8 Subtest); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_types.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_types.h deleted file mode 100644 index 1d18bfb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_types.h +++ /dev/null @@ -1,203 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_types.h -* -* @addtogroup common_types Basic Data types for Xilinx® Software IP -* -* The xil_types.h file contains basic types for Xilinx software IP. These data types -* are applicable for all processors supported by Xilinx. -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 First release
-* 3.03a sdm  05/30/11 Added Xuint64 typedef and XUINT64_MSW/XUINT64_LSW macros
-* 5.00 	pkp  05/29/14 Made changes for 64 bit architecture
-*	srt  07/14/14 Use standard definitions from stdint.h and stddef.h
-*		      Define LONG and ULONG datatypes and mask values
-* 7.00  mus  01/07/19 Add cpp extern macro
-* 7.1   aru  08/19/19 Shift the value in UPPER_32_BITS only if it
-*                     is 64-bit processor
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_TYPES_H /* prevent circular inclusions */ -#define XIL_TYPES_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -/************************** Constant Definitions *****************************/ - -#ifndef TRUE -# define TRUE 1U -#endif - -#ifndef FALSE -# define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -#define XIL_COMPONENT_IS_READY 0x11111111U /**< In device drivers, This macro will be - assigend to "IsReady" member of driver - instance to indicate that driver - instance is initialized and ready to use. */ -#define XIL_COMPONENT_IS_STARTED 0x22222222U /**< In device drivers, This macro will be assigend to - "IsStarted" member of driver instance - to indicate that driver instance is - started and it can be enabled. */ - -/* @name New types - * New simple types. - * @{ - */ -#ifndef __KERNEL__ -#ifndef XBASIC_TYPES_H -/* - * guarded against xbasic_types.h. - */ -typedef uint8_t u8; -typedef uint16_t u16; -typedef uint32_t u32; -/** @}*/ -#define __XUINT64__ -typedef struct -{ - u32 Upper; - u32 Lower; -} Xuint64; - - -/*****************************************************************************/ -/** -* @brief Return the most significant half of the 64 bit data type. -* -* @param x is the 64 bit word. -* -* @return The upper 32 bits of the 64 bit word. -* -******************************************************************************/ -#define XUINT64_MSW(x) ((x).Upper) - -/*****************************************************************************/ -/** -* @brief Return the least significant half of the 64 bit data type. -* -* @param x is the 64 bit word. -* -* @return The lower 32 bits of the 64 bit word. -* -******************************************************************************/ -#define XUINT64_LSW(x) ((x).Lower) - -#endif /* XBASIC_TYPES_H */ - -/* - * xbasic_types.h does not typedef s* or u64 - */ -/** @{ */ -typedef char char8; -typedef int8_t s8; -typedef int16_t s16; -typedef int32_t s32; -typedef int64_t s64; -typedef uint64_t u64; -typedef int sint32; - -typedef intptr_t INTPTR; -typedef uintptr_t UINTPTR; -typedef ptrdiff_t PTRDIFF; -/** @}*/ -#if !defined(LONG) || !defined(ULONG) -typedef long LONG; -typedef unsigned long ULONG; -#endif - -#define ULONG64_HI_MASK 0xFFFFFFFF00000000U -#define ULONG64_LO_MASK ~ULONG64_HI_MASK - -#else -#include -#endif - -/** @{ */ -/** - * This data type defines an interrupt handler for a device. - * The argument points to the instance of the component - */ -typedef void (*XInterruptHandler) (void *InstancePtr); - -/** - * This data type defines an exception handler for a processor. - * The argument points to the instance of the component - */ -typedef void (*XExceptionHandler) (void *InstancePtr); - -/** - * @brief Returns 32-63 bits of a number. - * @param n : Number being accessed. - * @return Bits 32-63 of number. - * - * @note A basic shift-right of a 64- or 32-bit quantity. - * Use this to suppress the "right shift count >= width of type" - * warning when that quantity is 32-bits. - */ -#if defined (__aarch64__) || defined (__arch64__) -#define UPPER_32_BITS(n) ((u32)(((n) >> 16) >> 16)) -#else -#define UPPER_32_BITS(n) 0U -#endif -/** - * @brief Returns 0-31 bits of a number - * @param n : Number being accessed. - * @return Bits 0-31 of number - */ -#define LOWER_32_BITS(n) ((u32)(n)) - - - - -/************************** Constant Definitions *****************************/ - -#ifndef TRUE -#define TRUE 1U -#endif - -#ifndef FALSE -#define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** - *@endcond - */ -/** -* @} End of "addtogroup common_types". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_util.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_util.c deleted file mode 100644 index d1c27df..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_util.c +++ /dev/null @@ -1,765 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2019 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_util.c -* -* This file contains xil utility functions -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.4   mmd      04/21/19 First release.
-* 7.2   nava     08/01/20 Updated Xil_WaitForEvent() and Xil_WaitForEvents(()
-*                         API to use microsecond timeout instead of a free
-*                         counter.
-* 7.3   kal      06/30/20 Converted Xil_Ceil macro to API.
-*       rpo      08/19/20 Added function for read,modify,write
-*       kal      09/22/20 Changed the param type from const char to const char*
-*                         to avoid copying key onto stack
-*       td       10/16/20 Added Xil_Strcpy, Xil_Strcat, Xil_SecureMemCpy and
-*                         Xil_MemCmp functions
-* 7.4   am       11/26/20 Added Xil_StrCpyRange function
-* 7.6   kpt      07/15/21 Added Xil_SecureZeroize function
-*
-* 
-* -*****************************************************************************/ - -/****************************** Include Files *********************************/ -#include "xil_util.h" -#include "sleep.h" - -/************************** Constant Definitions ****************************/ -#define MAX_NIBBLES 8U - -/************************** Function Prototypes *****************************/ - -/******************************************************************************/ -/** -* This API ceils the provided float value. -* -* @param Value is a float variable which has to ceiled to nearest -* integer. -* -* @return Returns ceiled value. -* -*******************************************************************************/ -int Xil_Ceil(float Value) -{ - int Result = Value; - - if (Value > Result) { - Result = Result + 1; - } - - return Result; -} - -/****************************************************************************/ -/** - * Converts the char into the equivalent nibble. - * Ex: 'a' -> 0xa, 'A' -> 0xa, '9'->0x9 - * - * @param InChar - Input character to be converted to nibble. - * Valid characters are between 0-9, a-f, A-F - * @param Num - Memory location where nibble is to be stored - * - * @return - * XST_SUCCESS - Character converted to nibble - * XST_FAILURE - Invalid input character - * - * @note None. - * - *****************************************************************************/ - -u32 Xil_ConvertCharToNibble(u8 InChar, u8 *Num) -{ - u32 Status; - - /* Convert the char to nibble */ - if ((InChar >= (u8)'0') && (InChar <= (u8)'9')) { - *Num = InChar - (u8)'0'; - Status = XST_SUCCESS; - } - else if ((InChar >= (u8)'a') && (InChar <= (u8)'f')) { - *Num = InChar - (u8)'a' + 10U; - Status = XST_SUCCESS; - } - else if ((InChar >= (u8)'A') && (InChar <= (u8)'F')) { - *Num = InChar - (u8)'A' + 10U; - Status = XST_SUCCESS; - } - else { - Status = XST_FAILURE; - } - - return Status; -} - -/****************************************************************************/ -/* - * Converts the string into the equivalent Hex buffer. - * Ex: "abc123" -> {0xab, 0xc1, 0x23} - * - * @param Str - Pointer to string to be converted to Hex. - * Accepted characters in string are between 0-9, a-f and A-F - * @param Buf - Pointer to memory location where converted hex values are to - * be stored. - * @param Len - Length of input string - * - * @return - * XST_SUCCESS - Input string is converted to hex - * XST_FAILURE - Invalid character in inpit string - * - * @note None. - * - *****************************************************************************/ -u32 Xil_ConvertStringToHex(const char *Str, u32 *buf, u8 Len) -{ - u32 Status = XST_FAILURE; - u8 ConvertedLen = 0U, index = 0U; - u8 Nibble[MAX_NIBBLES] = {0U}; - u8 i; - - while (ConvertedLen < Len) { - for (i = 0U; i < MAX_NIBBLES; i++) { - Status = Xil_ConvertCharToNibble(Str[ConvertedLen], - &Nibble[i]); - ConvertedLen = ConvertedLen +1U; - if (Status != XST_SUCCESS) { - /* Error converting char to nibble */ - goto END; - } - } - - buf[index] = ((Nibble[0] << (u8)28U) | (Nibble[1] << (u8)24U) | - (Nibble[2] << (u8)20U) | (Nibble[3] << (u8)16U) | - (Nibble[4] << (u8)12U) | (Nibble[5] << (u8)8U) | - (Nibble[6] << (u8)4U) | (u32)Nibble[7]); - index++; - } -END: - return Status; -} - -/****************************************************************************/ -/* - * Waits for the event - * - * @param RegAddr - Address of register to be checked for event(s) occurrence - * @param EventMask - Mask indicating event(s) to be checked - * @param Event - Specific event(s) value to be checked - * @param Timeout - Max number of microseconds to wait for an event(s). - * - * @return - * XST_SUCCESS - On occurrence of the event(s). - * XST_FAILURE - Event did not occur before counter reaches 0 - * - * @note None. - * - *****************************************************************************/ -u32 Xil_WaitForEvent(u32 RegAddr, u32 EventMask, u32 Event, u32 Timeout) -{ - u32 EventStatus; - u32 PollCount = Timeout; - u32 Status = XST_FAILURE; - - while(PollCount > 0) { - EventStatus = Xil_In32(RegAddr) & EventMask; - if (EventStatus == Event) { - Status = XST_SUCCESS; - break; - } - PollCount--; - usleep(1U); - } - - return Status; -} - - -/******************************************************************************/ -/** - * Waits for the events. Returns on occurrence of first event / timeout. - * - * @param EventsRegAddr - Address of register to be checked for event(s) - * occurrence - * @param EventsMask - Mask indicating event(s) to be checked - * @param WaitEvents - Specific event(s) to be checked - * @param Timeout - Max number of microseconds to wait for an event(s). - * @param Events - Mask of Events occurred returned in memory pointed by - * this variable - * - * @return - * XST_SUCCESS - On occurrence of the event(s). - * XST_FAILURE - Event did not occur before counter reaches 0 - * - ******************************************************************************/ -u32 Xil_WaitForEvents(u32 EventsRegAddr, u32 EventsMask, u32 WaitEvents, - u32 Timeout, u32* Events) -{ - u32 EventStatus; - u32 PollCount = Timeout; - u32 Status = XST_TIMEOUT; - - *Events = 0x00; - do { - EventStatus = Xil_In32(EventsRegAddr); - EventStatus &= EventsMask; - if(EventStatus & WaitEvents) { - Status = XST_SUCCESS; - *Events = EventStatus; - break; - } - PollCount--; - usleep(1U); - } - while(PollCount > 0); - - return Status; -} - -/******************************************************************************/ -/** - * Checks whether the passed character is a valid hex digit - * - * @param Ch - Pointer to the input character - * - * @return - * XST_SUCCESS - on valid hex digit - * XST_FAILURE - on invalid hex digit - * - * @note None. - * - ******************************************************************************/ -u32 Xil_IsValidHexChar(const char *Ch) -{ - u32 Status = XST_FAILURE; - - if(NULL == Ch) { - goto END; - } - if ((*Ch >= '0' && *Ch <='9')|| - (*Ch >= 'a' && *Ch <='f')|| - (*Ch >= 'A' && *Ch <='F')) { - - Status = XST_SUCCESS; - } -END: - return Status; -} - -/******************************************************************************/ -/** - * Validate the input string contains only hexadecimal characters - * - * @param HexStr - Pointer to string to be validated - * - * @return - * XST_SUCCESS - On valid input hex string - * XST_INVALID_PARAM - On invalid length of the input string - * XST_FAILURE - On non hexadecimal character in string - * - * @note None - * - ******************************************************************************/ -u32 Xil_ValidateHexStr(const char *HexStr) -{ - u32 Idx; - u32 Len; - u32 Status = XST_INVALID_PARAM; - - if(NULL == HexStr) { - goto END; - } - - Len = Xil_Strnlen(HexStr, XIL_MAX_HEX_STR_LEN + 1U); - if (Len > XIL_MAX_HEX_STR_LEN) { - goto END; - } - - for (Idx = 0U; Idx < Len; Idx++) { - Status = Xil_IsValidHexChar(&HexStr[Idx]); - if (Status != XST_SUCCESS) { - break; - } - } - -END: - return Status; -} - -/****************************************************************************/ -/** - * Converts the string into the equivalent Hex buffer. - * Ex: "abc123" -> {0xab, 0xc1, 0x23} - * - * @param Str is a Input String. Will support the lower and upper case values. - * Value should be between 0-9, a-f and A-F - * @param Buf is Output buffer. - * @param Len of the input string. Should have even values - * - * @return - * - XST_SUCCESS no errors occurred. - * - XST_FAILURE an error when input parameters are not valid - * - an error when input buffer has invalid values - * - * TDD Test Cases: - * ---Initialization--- - * Len is odd - * Len is zero - * Str is NULL - * Buf is NULL - * ---Functionality--- - * Str input with only numbers - * Str input with All values in A-F - * Str input with All values in a-f - * Str input with values in a-f, 0-9, A-F - * Str input with values in a-z, 0-9, A-Z - * Boundary Cases - * Memory Bounds of buffer checking - * ****************************************************************************/ -u32 Xil_ConvertStringToHexBE(const char *Str, u8 *Buf, u32 Len) -{ - u32 ConvertedLen; - u8 LowerNibble = 0U; - u8 UpperNibble = 0U; - u32 Status = (u32)XST_FAILURE; - - if ((Str == NULL) || (Buf == NULL)) { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - - if ((Len == 0U) || ((Len % XIL_SIZE_OF_BYTE_IN_BITS) != 0U)) { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - - if(Len != (strlen(Str) * XIL_SIZE_OF_NIBBLE_IN_BITS)) { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - - ConvertedLen = 0U; - while (ConvertedLen < (Len / XIL_SIZE_OF_NIBBLE_IN_BITS)) { - if (Xil_ConvertCharToNibble(Str[ConvertedLen],&UpperNibble) - == (u32)XST_SUCCESS) { - if (Xil_ConvertCharToNibble(Str[ConvertedLen+1], - &LowerNibble) == (u32)XST_SUCCESS) { - Buf[ConvertedLen/2] = - (UpperNibble << XIL_SIZE_OF_NIBBLE_IN_BITS) | - LowerNibble; - } - else { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - } - else { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - ConvertedLen += 2U; - } - Status = (u32)XST_SUCCESS; -END: - return Status; -} - -/******************************************************************************/ -/** - * Converts the string into the equivalent Hex buffer. - * Ex: "abc123" -> {0x23, 0xc1, 0xab} - * - * @param Str - Input String to be converted to hex number in little - * endian format. Valid characters of input strin are between - * 0-9, a-f and A-F - * @param Buf - Pointer to memory location where converted hex numbers are to - * be stored. - * @param Len - Expected number of output bits - * - * @return - * XST_SUCCESS - Input string is converted to hex number(s) - * XST_FAILURE - Invalid input character detected in input string - * - * @note - * - ******************************************************************************/ -u32 Xil_ConvertStringToHexLE(const char *Str, u8 *Buf, u32 Len) -{ - u32 ConvertedLen; - u8 LowerNibble = 0U; - u8 UpperNibble = 0U; - u32 StrIndex; - u32 Status = XST_FAILURE; - - if ((NULL == Str) || (NULL == Buf)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if ((Len == 0U) || ((Len % XIL_SIZE_OF_BYTE_IN_BITS) != 0U)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if(Len != (strlen(Str) * XIL_SIZE_OF_NIBBLE_IN_BITS)) { - Status = XST_INVALID_PARAM; - goto END; - } - - StrIndex = (Len / XIL_SIZE_OF_BYTE_IN_BITS) - 1U; - ConvertedLen = 0U; - while (ConvertedLen < (Len / XIL_SIZE_OF_NIBBLE_IN_BITS)) { - Status = Xil_ConvertCharToNibble(Str[ConvertedLen], - &UpperNibble); - if (XST_SUCCESS == Status) { - Status = Xil_ConvertCharToNibble(Str[ConvertedLen + 1], - &LowerNibble); - if (XST_SUCCESS == Status) { - Buf[StrIndex] = - (UpperNibble << XIL_SIZE_OF_NIBBLE_IN_BITS) | - LowerNibble; - StrIndex = StrIndex - 1U; - } - else { - Status = XST_INVALID_PARAM; - goto END; - } - } - else { - Status = XST_INVALID_PARAM; - goto END; - } - ConvertedLen += 2U; - } - - Status = XST_SUCCESS; -END: - return Status; -} - -/******************************************************************************/ -/** - * Returns the length of input string. - * - * @param Str - Input string - * @param MaxLen - Maximum expected length of the input string - * - * @return - * Returns length of the input string if length is less than MaxLen. - * Returns MaxLen if the length of the input string is >= MaxLen. - * - * @note - * - ******************************************************************************/ -u32 Xil_Strnlen(const char *Str, u32 MaxLen) -{ - const char *InStr = Str; - u32 StrLen = 0U; - - if (NULL == Str) { - goto END; - } - - while(StrLen < MaxLen) { - if ('\0' == *InStr) { - break; - } - StrLen++; - InStr++; - } - -END: - return StrLen; -} - -/*****************************************************************************/ -/** - * @brief This function will Read, Modify and Write to an address. - * - * @param Addr denotes Address - * @param Mask denotes the bits to be modified - * @param Value is the value to be written to the address - * - * @return None - * - *****************************************************************************/ -void Xil_UtilRMW32(u32 Addr, u32 Mask, u32 Value) -{ - u32 Val; - - Val = Xil_In32(Addr); - Val = (Val & (~Mask)) | (Mask & Value); - Xil_Out32(Addr, Val); -} - -/*****************************************************************************/ -/** - * @brief This functions copies source string to destination string. This - * function is a safe version of strcpy - * - * @param DestPtr is pointer to destination string - * @param SrcPtr is pointer to source string - * @param Size is the maximum number of bytes of the source string - * to be copied - * - * @return XST_SUCCESS on success and error code on failure - * - ******************************************************************************/ -int Xil_Strcpy(char *DestPtr, const char *SrcPtr, const u32 Size) -{ - int Status = XST_FAILURE; - u32 Count; - - if ((SrcPtr == NULL) || (DestPtr == NULL) || (Size == 0U)) { - goto END; - } - - for (Count = 0U; (SrcPtr[Count] != '\0') && (Count < Size); ++Count) { - DestPtr[Count] = SrcPtr[Count]; - } - if (Count == Size) { - DestPtr[0U] = '\0'; - goto END; - } - DestPtr[Count] = '\0'; - Status = XST_SUCCESS; - -END: - return Status; -} - -/****************************************************************************/ -/** - * @brief Copies specified range from source string to destination string - * - * @param Src is a pointer to source string - * @param Dst is a pointer to destination string - * @param From is 0 based index from where string copy starts - * @param To is 0 based index till which string is copied - * @param MaxSrcLen is the maximum length of source string - * @param MaxDstLen is the maximum length of destination string - * - * @return XST_SUCCESS on success - * XST_FAILURE on failure - * - * @note None - * - ****************************************************************************/ -int Xil_StrCpyRange(const u8 *Src, u8 *Dst, u32 From, u32 To, u32 MaxSrcLen, - u32 MaxDstLen) -{ - int Status = XST_FAILURE; - u32 SrcLength; - u32 Index; - - if ((Src == NULL) || (Dst == NULL)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if ((To >= MaxSrcLen) || (To < From)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if ((To - From + 1U) >= MaxDstLen) { - Status = XST_INVALID_PARAM; - goto END; - } - - SrcLength = Xil_Strnlen((const char *)Src, MaxSrcLen); - if (To >= SrcLength) { - Status = XST_INVALID_PARAM; - goto END; - } - - for (Index = From; Index <= To && Src[Index]!= '\0'; Index++) { - Dst[Index - From] = Src[Index]; - } - - Dst[Index - From] = '\0'; - Status = XST_SUCCESS; - -END: - return Status; -} - -/*****************************************************************************/ -/** - * @brief This function appends string2 to string1. This function is a safe - * version of strcat - * - * @param Str1Ptr is pointer to string1 - * @param Str2Ptr is pointer to string2 - * @param Size is the maximum number of bytes Str1 can hold - * - * @return XST_SUCCESS on success and error code on failure - * - ******************************************************************************/ -int Xil_Strcat(char* Str1Ptr, const char* Str2Ptr, const u32 Size) -{ - int Status = XST_FAILURE; - u32 Count = 0U; - u32 CountTmp = 0U; - - if ((Str1Ptr == NULL) || (Str2Ptr == NULL) || (Size == 0U)) { - goto END; - } - - while ((Count < Size) && (Str1Ptr[Count] != '\0')) { - Count++; - } - - while ((Str2Ptr[CountTmp] != '\0') && (Count < Size)) { - Str1Ptr[Count++] = Str2Ptr[CountTmp++]; - } - if (Count == Size) { - Str1Ptr[0U] = '\0'; - goto END; - } - Str1Ptr[Count] = '\0'; - Status = XST_SUCCESS; - -END: - return Status; -} - -/*****************************************************************************/ -/** - * @brief This function copies Len bytes from source memory to destination - * memory. If Len is greater than DestPtrLen, then DestPtr is also - * filled with 0s till DestPtrLen bytes and is considered as a failure. - * This function is a secure implementation of memcpy - * - * @param DestPtr is pointer to destination address - * @param DestPtrLen is the memory alloted to the destination buffer - * @param SrcPtr is pointer to source address - * @param Len is number of bytes to be copied - * - * @return XST_SUCCESS on success and error code on failure - * - ******************************************************************************/ -int Xil_SecureMemCpy(void * DestPtr, u32 DestPtrLen, const void * SrcPtr, u32 Len) -{ - int Status = XST_FAILURE; - u8 *Dest = (u8 *)DestPtr; - const u8 *Src = (const u8 *)SrcPtr; - - if ((DestPtr == NULL) || (SrcPtr == NULL)) { - goto END; - } - - if (Len > DestPtrLen) { - while (DestPtrLen != 0U) { - *Dest = 0U; - Dest++; - DestPtrLen--; - } - goto END; - } - - /* Loop and copy. */ - while (Len != 0U) { - *Dest = *Src; - Dest++; - Src++; - Len--; - } - Status = XST_SUCCESS; - -END: - return Status; -} - -/*****************************************************************************/ -/** - * @brief This function compares Len bytes from memory1 and memory2. This - * function is a secure implementation of memcmp - * - * @param Buf1Ptr is pointer to memory1 - * @param Buf2Ptr is pointer to memory2 - * @param Len is number of byets to be compared - * - * @return 0 if contents of both the memory regions are same, - * -1 if first non-matching character has lower value in Buf1Ptr - * 1 if first non-matching character is greater value in Buf1Ptr - * - ******************************************************************************/ -int Xil_MemCmp(const void * Buf1Ptr, const void * Buf2Ptr, u32 Len) -{ - volatile int RetVal = 1; - const u8 *Buf1 = Buf1Ptr; - const u8 *Buf2 = Buf2Ptr; - u32 Size = Len; - - /* Assert validates the input arguments */ - if ((Buf1 == NULL) || (Buf2 == NULL) || (Len == 0x0U)) { - goto END; - } - - /* Loop and compare */ - while (Size != 0U) { - if (*Buf1 > *Buf2) { - RetVal = 1; - goto END; - } else if (*Buf1 < *Buf2) { - RetVal = -1; - goto END; - } else { - Buf1++; - Buf2++; - Size--; - } - } - - /* Make sure size is zero to know the whole of data is compared */ - if (Size == 0U) { - RetVal = 0; - } - -END: - return RetVal; -} - -/*****************************************************************************/ -/** - * @brief This function is used to zeroize the memory - * - * @param DataPtr Pointer to the memory which need to be zeroized. - * @param Length Length of the data in bytes. - * - * @return - * - XST_SUCCESS: If Zeroization is successful. - * - XST_FAILURE: If Zeroization is not successful. - ********************************************************************************/ -int Xil_SecureZeroize(u8 *DataPtr, const u32 Length) -{ - u32 Index; - int Status = XST_FAILURE; - - /* Clear the data */ - (void)memset(DataPtr, 0, Length); - - /* Read it back to verify */ - for (Index = 0U; Index < Length; Index++) { - if (DataPtr[Index] != 0x00U) { - goto END; - } - } - if (Index == Length) { - Status = XST_SUCCESS; - } - -END: - return Status; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_util.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_util.h deleted file mode 100644 index e22e04d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_util.h +++ /dev/null @@ -1,181 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2019 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_util.h -* @addtogroup common_utilities Common Utility APIs -* @{ -* @details -* -* This file contains xil utility functions declaration -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.4   mmd      04/21/19 First release.
-* 6.5   kal      02/29/20 Added Xil_ConvertStringToHexBE API
-* 7.3   kal      06/30/20 Converted Xil_Ceil macro to API
-*       rpo      08/19/20 Added function for read, modify and write
-*       bsv      08/21/20 Added XSECURE_TEMPORAL_CHECK macro to add
-*                         redundancy in security critical functions, to avoid
-*                         glitches from altering the return values of security
-*                         critical functions. The macro requires a label to be
-*                         passed to "go to" in case of error.
-*      kpt       09/03/20 Added XSECURE_TEMPORAL_IMPL macro for redundancy
-*      kal       09/22/20 Changed the param type from const char to const char*
-*                         to avoid copying key onto stack
-*      td        10/16/20 Added Xil_Strcpy, Xil_Strcat, Xil_SecureMemCpy and
-*                         Xil_MemCmp functions
-*      am        10/13/20 Resolved Coverity warning
-*      td        11/19/20 Updated XSECURE_TEMPORAL_CHECK and
-*                         XSECURE_TEMPORAL_IMPL to fix MISRA C Rule 15.3
-* 7.4  am        11/26/20 Added Xil_StrCpyRange function
-* 7.6  kpt       07/15/21 Added Xil_SecureZeroize function
-*
-* 
-* -*****************************************************************************/ - -#ifndef XIL_UTIL_H_ -#define XIL_UTIL_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_types.h" -#include "xil_io.h" -#include "xstatus.h" - -/*************************** Constant Definitions *****************************/ -#define XIL_SIZE_OF_NIBBLE_IN_BITS 4U -#define XIL_SIZE_OF_BYTE_IN_BITS 8U - -/* Maximum string length handled by Xil_ValidateHexStr function */ -#define XIL_MAX_HEX_STR_LEN 512U - - -/****************** Macros (Inline Functions) Definitions *********************/ -#ifdef __GNUC__ -/******************************************************************************/ -/** - * - * Updates the return value of the called function into Var and VarTmp variables - * for redundancy. This is to avoid glitches from altering the return values of - * security critical functions. - * - * @param Var is the variable which holds the return value of function - * executed - * @param VarTmp is the variable which holds the value stored in Var - * @param Function is the function to be executed - * @param Other params are arguments to the called function - * - * @return None - * - ******************************************************************************/ -#define XSECURE_TEMPORAL_IMPL(Var, VarTmp, Function, ...) \ - { \ - Var = XST_FAILURE; \ - VarTmp = XST_FAILURE; \ - Var = Function(__VA_ARGS__); \ - VarTmp = Var; \ - } - -/******************************************************************************/ -/** - * - * Adds redundancy while checking the status of the called function. - * This is to avoid glitches from altering the return values of security - * critical functions. The macro requires a label to be passed to "go to" - * in case of error. - * - * @param Label is the label defined in function and the control - * will jump to the label in case of XST_FAILURE - * @param Status is the variable which holds the return value of - * function executed - * @param Function is the function to be executed - * @param Other params are arguments to the called function - * - * @return None - * - ******************************************************************************/ -#define XSECURE_TEMPORAL_CHECK(Label, Status, Function, ...) \ - { \ - volatile int StatusTmp = XST_FAILURE; \ - XSECURE_TEMPORAL_IMPL(Status, StatusTmp, Function, __VA_ARGS__); \ - if ((Status != XST_SUCCESS) || \ - (StatusTmp != XST_SUCCESS)) { \ - Status |= StatusTmp;\ - goto Label; \ - } \ - } -#endif - -/*************************** Function Prototypes ******************************/ -/* Ceils the provided float value */ -int Xil_Ceil(float Value); - -/* Converts input character to nibble */ -u32 Xil_ConvertCharToNibble(u8 InChar, u8 *Num); - -/* Convert input hex string to array of 32-bits integers */ -u32 Xil_ConvertStringToHex(const char *Str, u32 *buf, u8 Len); - -/* Waits for specified event */ -u32 Xil_WaitForEvent(u32 RegAddr, u32 EventMask, u32 Event, u32 Timeout); - -/* Waits for specified events */ -u32 Xil_WaitForEvents(u32 EventsRegAddr, u32 EventsMask, u32 WaitEvents, - u32 Timeout, u32* Events); - -/* Validate input hex character */ -u32 Xil_IsValidHexChar(const char *Ch); - -/* Validate the input string contains only hexadecimal characters */ -u32 Xil_ValidateHexStr(const char *HexStr); - -/* Convert string to hex numbers in little enidian format */ -u32 Xil_ConvertStringToHexLE(const char *Str, u8 *Buf, u32 Len); - -/* Returns length of the input string */ -u32 Xil_Strnlen(const char *Str, u32 MaxLen); - -/* Convert string to hex numbers in big endian format */ -u32 Xil_ConvertStringToHexBE(const char * Str, u8 * Buf, u32 Len); - -/*Read, Modify and Write to an address*/ -void Xil_UtilRMW32(u32 Addr, u32 Mask, u32 Value); - -/* Copies source string to destination string */ -int Xil_Strcpy(char *DestPtr, const char *SrcPtr, const u32 Size); - -/* Copies specified range from source string to destination string */ -int Xil_StrCpyRange(const u8 *Src, u8 *Dst, u32 From, u32 To, u32 MaxSrcLen, - u32 MaxDstLen); - -/* Appends string2 to string1 */ -int Xil_Strcat(char* Str1Ptr, const char* Str2Ptr, const u32 Size); - -/* Copies Len bytes from source memory to destination memory */ -int Xil_SecureMemCpy(void * DestPtr, u32 DestPtrLen, const void * SrcPtr, u32 Len); - -/* Compares Len bytes from memory1 and memory2 */ -int Xil_MemCmp(const void * Buf1Ptr, const void * Buf2Ptr, u32 Len); - -/* Zeroizes the memory of given length */ -int Xil_SecureZeroize(u8 *DataPtr, const u32 Length); - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_UTIL_H_ */ -/** -* @} End of "addtogroup common_utilities". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc.h deleted file mode 100644 index 379023c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc.h +++ /dev/null @@ -1,154 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xl2cc.h -* -* This file contains the address definitions for the PL310 Level-2 Cache -* Controller. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  02/01/10 Initial version
-* 3.10a srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      'xil_errata.h' for errata description
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef _XL2CC_H_ -#define _XL2CC_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ -/* L2CC Register Offsets */ -#define XPS_L2CC_ID_OFFSET 0x0000U -#define XPS_L2CC_TYPE_OFFSET 0x0004U -#define XPS_L2CC_CNTRL_OFFSET 0x0100U -#define XPS_L2CC_AUX_CNTRL_OFFSET 0x0104U -#define XPS_L2CC_TAG_RAM_CNTRL_OFFSET 0x0108U -#define XPS_L2CC_DATA_RAM_CNTRL_OFFSET 0x010CU - -#define XPS_L2CC_EVNT_CNTRL_OFFSET 0x0200U -#define XPS_L2CC_EVNT_CNT1_CTRL_OFFSET 0x0204U -#define XPS_L2CC_EVNT_CNT0_CTRL_OFFSET 0x0208U -#define XPS_L2CC_EVNT_CNT1_VAL_OFFSET 0x020CU -#define XPS_L2CC_EVNT_CNT0_VAL_OFFSET 0x0210U - -#define XPS_L2CC_IER_OFFSET 0x0214U /* Interrupt Mask */ -#define XPS_L2CC_IPR_OFFSET 0x0218U /* Masked interrupt status */ -#define XPS_L2CC_ISR_OFFSET 0x021CU /* Raw Interrupt Status */ -#define XPS_L2CC_IAR_OFFSET 0x0220U /* Interrupt Clear */ - -#define XPS_L2CC_CACHE_SYNC_OFFSET 0x0730U /* Cache Sync */ -#define XPS_L2CC_DUMMY_CACHE_SYNC_OFFSET 0x0740U /* Dummy Register for Cache Sync */ -#define XPS_L2CC_CACHE_INVLD_PA_OFFSET 0x0770U /* Cache Invalid by PA */ -#define XPS_L2CC_CACHE_INVLD_WAY_OFFSET 0x077CU /* Cache Invalid by Way */ -#define XPS_L2CC_CACHE_CLEAN_PA_OFFSET 0x07B0U /* Cache Clean by PA */ -#define XPS_L2CC_CACHE_CLEAN_INDX_OFFSET 0x07B8U /* Cache Clean by Index */ -#define XPS_L2CC_CACHE_CLEAN_WAY_OFFSET 0x07BCU /* Cache Clean by Way */ -#define XPS_L2CC_CACHE_INV_CLN_PA_OFFSET 0x07F0U /* Cache Invalidate and Clean by PA */ -#define XPS_L2CC_CACHE_INV_CLN_INDX_OFFSET 0x07F8U /* Cache Invalidate and Clean by Index */ -#define XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET 0x07FCU /* Cache Invalidate and Clean by Way */ - -#define XPS_L2CC_CACHE_DLCKDWN_0_WAY_OFFSET 0x0900U /* Cache Data Lockdown 0 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_0_WAY_OFFSET 0x0904U /* Cache Instruction Lockdown 0 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_1_WAY_OFFSET 0x0908U /* Cache Data Lockdown 1 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_1_WAY_OFFSET 0x090CU /* Cache Instruction Lockdown 1 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_2_WAY_OFFSET 0x0910U /* Cache Data Lockdown 2 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_2_WAY_OFFSET 0x0914U /* Cache Instruction Lockdown 2 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_3_WAY_OFFSET 0x0918U /* Cache Data Lockdown 3 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_3_WAY_OFFSET 0x091CU /* Cache Instruction Lockdown 3 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_4_WAY_OFFSET 0x0920U /* Cache Data Lockdown 4 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_4_WAY_OFFSET 0x0924U /* Cache Instruction Lockdown 4 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_5_WAY_OFFSET 0x0928U /* Cache Data Lockdown 5 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_5_WAY_OFFSET 0x092CU /* Cache Instruction Lockdown 5 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_6_WAY_OFFSET 0x0930U /* Cache Data Lockdown 6 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_6_WAY_OFFSET 0x0934U /* Cache Instruction Lockdown 6 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_7_WAY_OFFSET 0x0938U /* Cache Data Lockdown 7 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_7_WAY_OFFSET 0x093CU /* Cache Instruction Lockdown 7 by Way */ - -#define XPS_L2CC_CACHE_LCKDWN_LINE_ENABLE_OFFSET 0x0950U /* Cache Lockdown Line Enable */ -#define XPS_L2CC_CACHE_UUNLOCK_ALL_WAY_OFFSET 0x0954U /* Cache Unlock All Lines by Way */ - -#define XPS_L2CC_ADDR_FILTER_START_OFFSET 0x0C00U /* Start of address filtering */ -#define XPS_L2CC_ADDR_FILTER_END_OFFSET 0x0C04U /* Start of address filtering */ - -#define XPS_L2CC_DEBUG_CTRL_OFFSET 0x0F40U /* Debug Control Register */ - -/* XPS_L2CC_CNTRL_OFFSET bit masks */ -#define XPS_L2CC_ENABLE_MASK 0x00000001U /* enables the L2CC */ - -/* XPS_L2CC_AUX_CNTRL_OFFSET bit masks */ -#define XPS_L2CC_AUX_EBRESPE_MASK 0x40000000U /* Early BRESP Enable */ -#define XPS_L2CC_AUX_IPFE_MASK 0x20000000U /* Instruction Prefetch Enable */ -#define XPS_L2CC_AUX_DPFE_MASK 0x10000000U /* Data Prefetch Enable */ -#define XPS_L2CC_AUX_NSIC_MASK 0x08000000U /* Non-secure interrupt access control */ -#define XPS_L2CC_AUX_NSLE_MASK 0x04000000U /* Non-secure lockdown enable */ -#define XPS_L2CC_AUX_CRP_MASK 0x02000000U /* Cache replacement policy */ -#define XPS_L2CC_AUX_FWE_MASK 0x01800000U /* Force write allocate */ -#define XPS_L2CC_AUX_SAOE_MASK 0x00400000U /* Shared attribute override enable */ -#define XPS_L2CC_AUX_PE_MASK 0x00200000U /* Parity enable */ -#define XPS_L2CC_AUX_EMBE_MASK 0x00100000U /* Event monitor bus enable */ -#define XPS_L2CC_AUX_WAY_SIZE_MASK 0x000E0000U /* Way-size */ -#define XPS_L2CC_AUX_ASSOC_MASK 0x00010000U /* Associativity */ -#define XPS_L2CC_AUX_SAIE_MASK 0x00002000U /* Shared attribute invalidate enable */ -#define XPS_L2CC_AUX_EXCL_CACHE_MASK 0x00001000U /* Exclusive cache configuration */ -#define XPS_L2CC_AUX_SBDLE_MASK 0x00000800U /* Store buffer device limitation Enable */ -#define XPS_L2CC_AUX_HPSODRE_MASK 0x00000400U /* High Priority for SO and Dev Reads Enable */ -#define XPS_L2CC_AUX_FLZE_MASK 0x00000001U /* Full line of zero enable */ - -#define XPS_L2CC_AUX_REG_DEFAULT_MASK 0x72360000U /* Enable all prefetching, */ - /* Cache replacement policy, Parity enable, */ - /* Event monitor bus enable and Way Size (64 KB) */ -#define XPS_L2CC_AUX_REG_ZERO_MASK 0xFFF1FFFFU /* */ - -#define XPS_L2CC_TAG_RAM_DEFAULT_MASK 0x00000111U /* latency for TAG RAM */ -#define XPS_L2CC_DATA_RAM_DEFAULT_MASK 0x00000121U /* latency for DATA RAM */ - -/* Interrupt bit masks */ -#define XPS_L2CC_IXR_DECERR_MASK 0x00000100U /* DECERR from L3 */ -#define XPS_L2CC_IXR_SLVERR_MASK 0x00000080U /* SLVERR from L3 */ -#define XPS_L2CC_IXR_ERRRD_MASK 0x00000040U /* Error on L2 data RAM (Read) */ -#define XPS_L2CC_IXR_ERRRT_MASK 0x00000020U /* Error on L2 tag RAM (Read) */ -#define XPS_L2CC_IXR_ERRWD_MASK 0x00000010U /* Error on L2 data RAM (Write) */ -#define XPS_L2CC_IXR_ERRWT_MASK 0x00000008U /* Error on L2 tag RAM (Write) */ -#define XPS_L2CC_IXR_PARRD_MASK 0x00000004U /* Parity Error on L2 data RAM (Read) */ -#define XPS_L2CC_IXR_PARRT_MASK 0x00000002U /* Parity Error on L2 tag RAM (Read) */ -#define XPS_L2CC_IXR_ECNTR_MASK 0x00000001U /* Event Counter1/0 Overflow Increment */ - -/* Address filtering mask and enable bit */ -#define XPS_L2CC_ADDR_FILTER_VALID_MASK 0xFFF00000U /* Address filtering valid bits*/ -#define XPS_L2CC_ADDR_FILTER_ENABLE_MASK 0x00000001U /* Address filtering enable bit*/ - -/* Debug control bits */ -#define XPS_L2CC_DEBUG_SPIDEN_MASK 0x00000004U /* Debug SPIDEN bit */ -#define XPS_L2CC_DEBUG_DWB_MASK 0x00000002U /* Debug DWB bit, forces write through */ -#define XPS_L2CC_DEBUG_DCL_MASK 0x00000002U /* Debug DCL bit, disables cache line fill */ - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc_counter.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc_counter.c deleted file mode 100644 index ea3a08c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc_counter.c +++ /dev/null @@ -1,133 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xl2cc_counter.c -* -* This file contains APIs for configuring and controlling the event counters -* in PL310 L2 cache controller. For more information about the event counters, -* see xl2cc_counter.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 3.07a asa  08/30/12 Updated for CR 675636 to provide the L2 Base Address
-*		      inside the APIs
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include -#include "xparameters_ps.h" -#include "xl2cc_counter.h" -#include "xl2cc.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void XL2cc_EventCtrReset(void); - -/******************************************************************************/ - -/****************************************************************************/ -/** -* -* @brief This function initializes the event counters in L2 Cache controller -* with a set of event codes specified by the user. -* -* @param Event0: Event code for counter 0. -* @param Event1: Event code for counter 1. -* -* @return None. -* -* @note The definitions for event codes XL2CC_* can be found in -* xl2cc_counter.h. -* -*****************************************************************************/ -void XL2cc_EventCtrInit(s32 Event0, s32 Event1) -{ - - /* Write event code into cnt1 cfg reg */ - *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT1_CTRL_OFFSET)) = (((u32)Event1) << 2); - - /* Write event code into cnt0 cfg reg */ - *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT0_CTRL_OFFSET)) = (((u32)Event0) << 2); - - /* Reset counters */ - XL2cc_EventCtrReset(); -} - - -/****************************************************************************/ -/** -* -* @brief This function starts the event counters in L2 Cache controller. -* -* @return None. -* -*****************************************************************************/ -void XL2cc_EventCtrStart(void) -{ - u32 *LocalPtr; - LocalPtr = (u32 *)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET); - XL2cc_EventCtrReset(); - - /* Enable counter */ - /* *((volatile u32*)((void *)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET))) = 1 */ - *LocalPtr = (u32)1; -} - -/****************************************************************************/ -/** -* -* @brief This function disables the event counters in L2 Cache controller, -* saves the counter values and resets the counters. -* -* @param EveCtr0: Output parameter which is used to return the value -* in event counter 0. -* @param EveCtr1: Output parameter which is used to return the value -* in event counter 1. -* -* @return None. -* -*****************************************************************************/ -void XL2cc_EventCtrStop(u32 *EveCtr0, u32 *EveCtr1) -{ - /* Disable counter */ - *((volatile u32*) (XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET)) = 0U; - - /* Save counter values */ - *EveCtr1 = *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT1_VAL_OFFSET)); - *EveCtr0 = *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT0_VAL_OFFSET)); - - XL2cc_EventCtrReset(); -} - -/****************************************************************************/ -/** -* -* @brief This function resets the event counters in L2 Cache controller. -* -* @return None. -* -*****************************************************************************/ -void XL2cc_EventCtrReset(void) -{ - *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET)) = 0x6U; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc_counter.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc_counter.h deleted file mode 100644 index 31156ee..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc_counter.h +++ /dev/null @@ -1,96 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xl2cc_counter.h -* -* @addtogroup l2_event_counter_apis PL310 L2 Event Counters Functions -* -* xl2cc_counter.h contains APIs for configuring and controlling the event -* counters in PL310 L2 cache controller. -* PL310 has two event counters which can be used to count variety of events -* like DRHIT, DRREQ, DWHIT, DWREQ, etc. xl2cc_counter.h contains definitions -* for different configurations which can be used for the event counters to -* count a set of events. -* -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 3.07a asa  08/30/12 Updated for CR 675636 to provide the L2 Base Address
-*		      inside the APIs
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef L2CCCOUNTER_H /* prevent circular inclusions */ -#define L2CCCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* - * The following constants define the event codes for the event counters. - */ -#define XL2CC_CO 0x1 -#define XL2CC_DRHIT 0x2 -#define XL2CC_DRREQ 0x3 -#define XL2CC_DWHIT 0x4 -#define XL2CC_DWREQ 0x5 -#define XL2CC_DWTREQ 0x6 -#define XL2CC_IRHIT 0x7 -#define XL2CC_IRREQ 0x8 -#define XL2CC_WA 0x9 -#define XL2CC_IPFALLOC 0xa -#define XL2CC_EPFHIT 0xb -#define XL2CC_EPFALLOC 0xc -#define XL2CC_SRRCVD 0xd -#define XL2CC_SRCONF 0xe -#define XL2CC_EPFRCVD 0xf - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes *****************************/ - -void XL2cc_EventCtrInit(s32 Event0, s32 Event1); -void XL2cc_EventCtrStart(void); -void XL2cc_EventCtrStop(u32 *EveCtr0, u32 *EveCtr1); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* L2CCCOUNTER_H */ -/** -* @} End of "addtogroup l2_event_counter_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xparameters_ps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xparameters_ps.h deleted file mode 100644 index d1bd537..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xparameters_ps.h +++ /dev/null @@ -1,320 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* This file contains the address definitions for the hard peripherals -* attached to the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 02/01/10 Initial version
-* 3.04a sdm     02/02/12 Removed some of the defines as they are being generated through
-*                        driver tcl
-* 5.0	pkp		01/16/15 Added interrupt ID definition of ttc for TEST APP
-* 6.6   srm     10/18/17 Added ARMA9 macro to identify CortexA9
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/**************************** Include Files *******************************/ - - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB0_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_WDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_SCUTIMER_INTR XPS_SCU_TMR_INT_ID -#define XPAR_SCUWDT_INTR XPS_SCU_WDT_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XDMAPS_0_FAULT_INTR XPS_DMA0_ABORT_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_0 XPS_DMA0_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_1 XPS_DMA1_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_2 XPS_DMA2_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_3 XPS_DMA3_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_4 XPS_DMA4_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_5 XPS_DMA5_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_6 XPS_DMA6_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_7 XPS_DMA7_INT_ID - - -#define XPAR_XQSPIPS_0_LINEAR_BASEADDR XPS_QSPI_LINEAR_BASEADDR -#define XPAR_XPARPORTPS_CTRL_BASEADDR XPS_PARPORT_CRTL_BASEADDR - - - -/* Canonical definitions for DMAC */ - - -/* Canonical definitions for WDT */ - -/* Canonical definitions for SLCR */ -#define XPAR_XSLCR_NUM_INSTANCES 1U -#define XPAR_XSLCR_0_DEVICE_ID 0U -#define XPAR_XSLCR_0_BASEADDR XPS_SYS_CTRL_BASEADDR - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00000100U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -/* Canonical definitions for Global Timer */ -#define XPAR_GLOBAL_TMR_NUM_INSTANCES 1U -#define XPAR_GLOBAL_TMR_DEVICE_ID 0U -#define XPAR_GLOBAL_TMR_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00000200U) -#define XPAR_GLOBAL_TMR_INTR XPS_GLOBAL_TMR_INT_ID - - -/* Xilinx Parallel Flash Library (XilFlash) User Settings */ -#define XPAR_AXI_EMC - - -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for bacwards compatibility - */ - -#define XPS_PERIPHERAL_BASEADDR 0xE0000000U -#define XPS_UART0_BASEADDR 0xE0000000U -#define XPS_UART1_BASEADDR 0xE0001000U -#define XPS_USB0_BASEADDR 0xE0002000U -#define XPS_USB1_BASEADDR 0xE0003000U -#define XPS_I2C0_BASEADDR 0xE0004000U -#define XPS_I2C1_BASEADDR 0xE0005000U -#define XPS_SPI0_BASEADDR 0xE0006000U -#define XPS_SPI1_BASEADDR 0xE0007000U -#define XPS_CAN0_BASEADDR 0xE0008000U -#define XPS_CAN1_BASEADDR 0xE0009000U -#define XPS_GPIO_BASEADDR 0xE000A000U -#define XPS_GEM0_BASEADDR 0xE000B000U -#define XPS_GEM1_BASEADDR 0xE000C000U -#define XPS_QSPI_BASEADDR 0xE000D000U -#define XPS_PARPORT_CRTL_BASEADDR 0xE000E000U -#define XPS_SDIO0_BASEADDR 0xE0100000U -#define XPS_SDIO1_BASEADDR 0xE0101000U -#define XPS_IOU_BUS_CFG_BASEADDR 0xE0200000U -#define XPS_NAND_BASEADDR 0xE1000000U -#define XPS_PARPORT0_BASEADDR 0xE2000000U -#define XPS_PARPORT1_BASEADDR 0xE4000000U -#define XPS_QSPI_LINEAR_BASEADDR 0xFC000000U -#define XPS_SYS_CTRL_BASEADDR 0xF8000000U /* AKA SLCR */ -#define XPS_TTC0_BASEADDR 0xF8001000U -#define XPS_TTC1_BASEADDR 0xF8002000U -#define XPS_DMAC0_SEC_BASEADDR 0xF8003000U -#define XPS_DMAC0_NON_SEC_BASEADDR 0xF8004000U -#define XPS_WDT_BASEADDR 0xF8005000U -#define XPS_DDR_CTRL_BASEADDR 0xF8006000U -#define XPS_DEV_CFG_APB_BASEADDR 0xF8007000U -#define XPS_AFI0_BASEADDR 0xF8008000U -#define XPS_AFI1_BASEADDR 0xF8009000U -#define XPS_AFI2_BASEADDR 0xF800A000U -#define XPS_AFI3_BASEADDR 0xF800B000U -#define XPS_OCM_BASEADDR 0xF800C000U -#define XPS_EFUSE_BASEADDR 0xF800D000U -#define XPS_CORESIGHT_BASEADDR 0xF8800000U -#define XPS_TOP_BUS_CFG_BASEADDR 0xF8900000U -#define XPS_SCU_PERIPH_BASE 0xF8F00000U -#define XPS_L2CC_BASEADDR 0xF8F02000U -#define XPS_SAM_RAM_BASEADDR 0xFFFC0000U -#define XPS_FPGA_AXI_S0_BASEADDR 0x40000000U -#define XPS_FPGA_AXI_S1_BASEADDR 0x80000000U -#define XPS_IOU_S_SWITCH_BASEADDR 0xE0000000U -#define XPS_PERIPH_APB_BASEADDR 0xF8000000U - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_CORE_PARITY0_INT_ID 32U -#define XPS_CORE_PARITY1_INT_ID 33U -#define XPS_L2CC_INT_ID 34U -#define XPS_OCMINTR_INT_ID 35U -#define XPS_ECC_INT_ID 36U -#define XPS_PMU0_INT_ID 37U -#define XPS_PMU1_INT_ID 38U -#define XPS_SYSMON_INT_ID 39U -#define XPS_DVC_INT_ID 40U -#define XPS_WDT_INT_ID 41U -#define XPS_TTC0_0_INT_ID 42U -#define XPS_TTC0_1_INT_ID 43U -#define XPS_TTC0_2_INT_ID 44U -#define XPS_DMA0_ABORT_INT_ID 45U -#define XPS_DMA0_INT_ID 46U -#define XPS_DMA1_INT_ID 47U -#define XPS_DMA2_INT_ID 48U -#define XPS_DMA3_INT_ID 49U -#define XPS_SMC_INT_ID 50U -#define XPS_QSPI_INT_ID 51U -#define XPS_GPIO_INT_ID 52U -#define XPS_USB0_INT_ID 53U -#define XPS_GEM0_INT_ID 54U -#define XPS_GEM0_WAKE_INT_ID 55U -#define XPS_SDIO0_INT_ID 56U -#define XPS_I2C0_INT_ID 57U -#define XPS_SPI0_INT_ID 58U -#define XPS_UART0_INT_ID 59U -#define XPS_CAN0_INT_ID 60U -#define XPS_FPGA0_INT_ID 61U -#define XPS_FPGA1_INT_ID 62U -#define XPS_FPGA2_INT_ID 63U -#define XPS_FPGA3_INT_ID 64U -#define XPS_FPGA4_INT_ID 65U -#define XPS_FPGA5_INT_ID 66U -#define XPS_FPGA6_INT_ID 67U -#define XPS_FPGA7_INT_ID 68U -#define XPS_TTC1_0_INT_ID 69U -#define XPS_TTC1_1_INT_ID 70U -#define XPS_TTC1_2_INT_ID 71U -#define XPS_DMA4_INT_ID 72U -#define XPS_DMA5_INT_ID 73U -#define XPS_DMA6_INT_ID 74U -#define XPS_DMA7_INT_ID 75U -#define XPS_USB1_INT_ID 76U -#define XPS_GEM1_INT_ID 77U -#define XPS_GEM1_WAKE_INT_ID 78U -#define XPS_SDIO1_INT_ID 79U -#define XPS_I2C1_INT_ID 80U -#define XPS_SPI1_INT_ID 81U -#define XPS_UART1_INT_ID 82U -#define XPS_CAN1_INT_ID 83U -#define XPS_FPGA8_INT_ID 84U -#define XPS_FPGA9_INT_ID 85U -#define XPS_FPGA10_INT_ID 86U -#define XPS_FPGA11_INT_ID 87U -#define XPS_FPGA12_INT_ID 88U -#define XPS_FPGA13_INT_ID 89U -#define XPS_FPGA14_INT_ID 90U -#define XPS_FPGA15_INT_ID 91U - -/* Private Peripheral Interrupts (PPI) */ -#define XPS_GLOBAL_TMR_INT_ID 27U /* SCU Global Timer interrupt */ -#define XPS_FIQ_INT_ID 28U /* FIQ from FPGA fabric */ -#define XPS_SCU_TMR_INT_ID 29U /* SCU Private Timer interrupt */ -#define XPS_SCU_WDT_INT_ID 30U /* SCU Private WDT interrupt */ -#define XPS_IRQ_INT_ID 31U /* IRQ from FPGA fabric */ - - -/* REDEFINES for TEST APP */ -/* Definitions for UART */ -#define XPAR_PS7_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PS7_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PS7_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PS7_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PS7_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PS7_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PS7_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PS7_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PS7_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PS7_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PS7_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PS7_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PS7_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PS7_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PS7_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PS7_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PS7_WDT_0_INTR XPS_WDT_INT_ID -#define XPAR_PS7_SCUWDT_0_INTR XPS_SCU_WDT_INT_ID -#define XPAR_PS7_SCUTIMER_0_INTR XPS_SCU_TMR_INT_ID -#define XPAR_PS7_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PS7_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PS7_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PS7_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PS7_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PS7_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PS7_TTC_5_INTR XPS_TTC1_2_INT_ID - -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA9_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUTIMER_DEVICE_ID 0U -#define XPAR_SCUWDT_DEVICE_ID 0U - - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xplatform_info.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xplatform_info.c deleted file mode 100644 index 14446f4..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xplatform_info.c +++ /dev/null @@ -1,143 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xplatform_info.c -* @addtogroup common_platform_info Hardware Platform Information -* @{ -* This file contains information about hardware for which the code is built -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 5.00  pkp  12/15/14 Initial release
-* 5.04  pkp  01/12/16 Added platform information support for Cortex-A53 32bit
-*					  mode
-* 6.00  mus  17/08/16 Removed unused variable from XGetPlatform_Info
-* 6.4   ms   05/23/17 Added PSU_PMU macro to support XGetPSVersion_Info
-*                     function for PMUFW.
-*       ms   06/13/17 Added PSU_PMU macro to provide support of
-*                     XGetPlatform_Info function for PMUFW.
-*       mus  08/17/17 Add EL1 NS mode support for
-*                     XGet_Zynq_UltraMp_Platform_info and XGetPSVersion_Info
-*                     APIs.
-* 7.0	aru 03/15/19  Check for versal before aarch64 and armr5
-*		      in XGetPlatform_Info()
-* 7.2   adk 08/01/20  Added versal support for the XGetPSVersion_Info function.
-* 7.6   mus 08/23/21  Updated prototypes for functions which are not taking any
-*                     arguments with void keyword. This has been done to fix
-*                     compilation warnings with "-Wstrict-prototypes" flag.
-*                     It fixes CR#1108601.
-* 7.6    mus 08/30/21 Updated flag checking to fix compilation warnings
-*                     reported with "-Wundef" flag. It fixes CR#1108601.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_io.h" -#include "xplatform_info.h" -#if defined (__aarch64__) -#include "bspconfig.h" -#include "xil_smc.h" -#endif -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* -* @brief This API is used to provide information about platform -* -* @return The information about platform defined in xplatform_info.h -* -******************************************************************************/ -u32 XGetPlatform_Info(void) -{ -#if defined (versal) - return XPLAT_VERSAL; -#elif defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) - return XPLAT_ZYNQ_ULTRA_MP; -#elif defined (__microblaze__) - return XPLAT_MICROBLAZE; -#else - return XPLAT_ZYNQ; -#endif -} - -/*****************************************************************************/ -/** -* -* @brief This API is used to provide information about zynq ultrascale MP platform -* -* @return The information about zynq ultrascale MP platform defined in -* xplatform_info.h -* -******************************************************************************/ -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) -u32 XGet_Zynq_UltraMp_Platform_info(void) -{ -#if EL1_NONSECURE - XSmc_OutVar reg; - /* - * This SMC call will return, - * idcode - upper 32 bits of reg.Arg0 - * version - lower 32 bits of reg.Arg1 - */ - reg = Xil_Smc(GET_CHIPID_SMC_FID,0,0, 0, 0, 0, 0, 0); - return (u32)((reg.Arg1 >> XPLAT_INFO_SHIFT) & XPLAT_INFO_MASK); -#else - u32 reg; - reg = ((Xil_In32(XPLAT_PS_VERSION_ADDRESS) >> XPLAT_INFO_SHIFT ) - & XPLAT_INFO_MASK); - return reg; -#endif -} -#endif - -/*****************************************************************************/ -/** -* -* @brief This API is used to provide information about PS Silicon version -* -* @return The information about PS Silicon version. -* -******************************************************************************/ -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) || defined (versal) -u32 XGetPSVersion_Info(void) -{ -#if EL1_NONSECURE - /* - * This SMC call will return, - * idcode - upper 32 bits of reg.Arg0 - * version - lower 32 bits of reg.Arg1 - */ - XSmc_OutVar reg; - reg = Xil_Smc(GET_CHIPID_SMC_FID,0,0, 0, 0, 0, 0, 0); - return (u32)((reg.Arg1 & XPS_VERSION_INFO_MASK) >> - XPS_VERSION_INFO_SHIFT); -#else - u32 reg; - reg = (Xil_In32(XPLAT_PS_VERSION_ADDRESS) - & XPS_VERSION_INFO_MASK); - return (reg >> XPS_VERSION_INFO_SHIFT); -#endif -} -#endif -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xplatform_info.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xplatform_info.h deleted file mode 100644 index b3cd2ea..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xplatform_info.h +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xplatform_info.h -* -* -* @addtogroup common_platform_info APIs to Get Platform Information -* -* -* The xplatform_info.h file contains definitions for various available Xilinx® -* platforms. Also, it contains prototype of APIs, which can be used to get the -* platform information. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date    Changes
-* ----- ---- --------- -------------------------------------------------------
-* 6.4    ms   05/23/17 Added PSU_PMU macro to support XGetPSVersion_Info
-*                      function for PMUFW.
-* 7.2    adk  08/01/20 Added versal support for the XGetPSVersion_Info function.
-* 7.6    mus  08/23/21 Updated prototypes for functions which are not taking any
-*                      arguments with void keyword. This has been done to fix
-*                      compilation warnings with "-Wstrict-prototypes" flag.
-*                      It fixes CR#1108601.
-* 7.6    mus  08/30/21 Updated flag checking to fix compilation warnings
-*                      reported with "-Wundef" flag.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPLATFORM_INFO_H /* prevent circular inclusions */ -#define XPLATFORM_INFO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ -#if defined (versal) -#define XPAR_PMC_TAP_BASEADDR 0xF11A0000U -#define XPAR_PMC_TAP_VERSION_OFFSET 0x00000004U -#define XPLAT_PS_VERSION_ADDRESS (XPAR_PMC_TAP_BASEADDR + \ - XPAR_PMC_TAP_VERSION_OFFSET) -#else -#define XPAR_CSU_BASEADDR 0xFFCA0000U -#define XPAR_CSU_VER_OFFSET 0x00000044U -#define XPLAT_PS_VERSION_ADDRESS (XPAR_CSU_BASEADDR + \ - XPAR_CSU_VER_OFFSET) -#endif -#define XPLAT_ZYNQ_ULTRA_MP_SILICON 0x0 -#define XPLAT_ZYNQ_ULTRA_MP 0x1 -#define XPLAT_ZYNQ_ULTRA_MPVEL 0x2 -#define XPLAT_ZYNQ_ULTRA_MPQEMU 0x3 -#define XPLAT_ZYNQ 0x4 -#define XPLAT_MICROBLAZE 0x5 -#define XPLAT_VERSAL 0x6U - -#define XPS_VERSION_1 0x0 -#define XPS_VERSION_2 0x1 -#define XPLAT_INFO_MASK (0xF) - -#if defined (versal) -#define XPS_VERSION_INFO_MASK 0xFF00U -#define XPS_VERSION_INFO_SHIFT 0x8U -#define XPLAT_INFO_SHIFT 0x18U -#else -#define XPS_VERSION_INFO_MASK (0xF) -#define XPS_VERSION_INFO_SHIFT 0x0U -#define XPLAT_INFO_SHIFT 0xCU -#endif - -/**************************** Type Definitions *******************************/ -/** - *@endcond - */ -/***************** Macros (Inline Functions) Definitions *********************/ - - -u32 XGetPlatform_Info(void); - -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) || defined (versal) -u32 XGetPSVersion_Info(void); -#endif - -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) -u32 XGet_Zynq_UltraMp_Platform_info(void); -#endif -/************************** Function Prototypes ******************************/ - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_platform_info". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpm_counter.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpm_counter.c deleted file mode 100644 index 1befce1..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpm_counter.c +++ /dev/null @@ -1,255 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.c -* -* This file contains APIs for configuring and controlling the Cortex-A9 -* Performance Monitor Events. For more information about the event counters, -* see xpm_counter.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 4.2	pkp	 07/21/14 Corrected reset value of event counter in function
-*					  Xpm_ResetEventCounters to fix CR#796275
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xpm_counter.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -typedef const u32 PmcrEventCfg32[XPM_CTRCOUNT]; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void Xpm_DisableEventCounters(void); -void Xpm_EnableEventCounters (void); -void Xpm_ResetEventCounters (void); - -/******************************************************************************/ - -/****************************************************************************/ -/** -* -* @brief This function disables the Cortex A9 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_DisableEventCounters(void) -{ - /* Disable the event counters */ - mtcp(XREG_CP15_COUNT_ENABLE_CLR, 0x3f); -} - -/****************************************************************************/ -/** -* -* @brief This function enables the Cortex A9 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_EnableEventCounters(void) -{ - /* Enable the event counters */ - mtcp(XREG_CP15_COUNT_ENABLE_SET, 0x3f); -} - -/****************************************************************************/ -/** -* -* @brief This function resets the Cortex A9 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_ResetEventCounters(void) -{ - u32 Reg; -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_PERF_MONITOR_CTRL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_CTRL, Reg); -#else - { register u32 C15Reg __asm(XREG_CP15_PERF_MONITOR_CTRL); - Reg = C15Reg; } -#endif - Reg |= (1U << 1U); /* reset event counters */ - mtcp(XREG_CP15_PERF_MONITOR_CTRL, Reg); - -} - -/****************************************************************************/ -/** -* @brief This function configures the Cortex A9 event counters controller, -* with the event codes, in a configuration selected by the user and -* enables the counters. -* -* @param PmcrCfg: Configuration value based on which the event counters -* are configured. XPM_CNTRCFG* values defined in xpm_counter.h can -* be utilized for setting configuration. -* -* @return None. -* -*****************************************************************************/ -void Xpm_SetEvents(s32 PmcrCfg) -{ - u32 Counter; - static PmcrEventCfg32 PmcrEvents[] = { - { - XPM_EVENT_SOFTINCR, - XPM_EVENT_INSRFETCH_CACHEREFILL, - XPM_EVENT_INSTRFECT_TLBREFILL, - XPM_EVENT_DATA_CACHEREFILL, - XPM_EVENT_DATA_CACHEACCESS, - XPM_EVENT_DATA_TLBREFILL - }, - { - XPM_EVENT_DATA_READS, - XPM_EVENT_DATA_WRITE, - XPM_EVENT_EXCEPTION, - XPM_EVENT_EXCEPRETURN, - XPM_EVENT_CHANGECONTEXT, - XPM_EVENT_SW_CHANGEPC - }, - { - XPM_EVENT_IMMEDBRANCH, - XPM_EVENT_UNALIGNEDACCESS, - XPM_EVENT_BRANCHMISS, - XPM_EVENT_CLOCKCYCLES, - XPM_EVENT_BRANCHPREDICT, - XPM_EVENT_JAVABYTECODE - }, - { - XPM_EVENT_SWJAVABYTECODE, - XPM_EVENT_JAVABACKBRANCH, - XPM_EVENT_COHERLINEMISS, - XPM_EVENT_COHERLINEHIT, - XPM_EVENT_INSTRSTALL, - XPM_EVENT_DATASTALL - }, - { - XPM_EVENT_MAINTLBSTALL, - XPM_EVENT_STREXPASS, - XPM_EVENT_STREXFAIL, - XPM_EVENT_DATAEVICT, - XPM_EVENT_NODISPATCH, - XPM_EVENT_ISSUEEMPTY - }, - { - XPM_EVENT_INSTRRENAME, - XPM_EVENT_PREDICTFUNCRET, - XPM_EVENT_MAINEXEC, - XPM_EVENT_SECEXEC, - XPM_EVENT_LDRSTR, - XPM_EVENT_FLOATRENAME - }, - { - XPM_EVENT_NEONRENAME, - XPM_EVENT_PLDSTALL, - XPM_EVENT_WRITESTALL, - XPM_EVENT_INSTRTLBSTALL, - XPM_EVENT_DATATLBSTALL, - XPM_EVENT_INSTR_uTLBSTALL - }, - { - XPM_EVENT_DATA_uTLBSTALL, - XPM_EVENT_DMB_STALL, - XPM_EVENT_INT_CLKEN, - XPM_EVENT_DE_CLKEN, - XPM_EVENT_INSTRISB, - XPM_EVENT_INSTRDSB - }, - { - XPM_EVENT_INSTRDMB, - XPM_EVENT_EXTINT, - XPM_EVENT_PLE_LRC, - XPM_EVENT_PLE_LRS, - XPM_EVENT_PLE_FLUSH, - XPM_EVENT_PLE_CMPL - }, - { - XPM_EVENT_PLE_OVFL, - XPM_EVENT_PLE_PROG, - XPM_EVENT_PLE_LRC, - XPM_EVENT_PLE_LRS, - XPM_EVENT_PLE_FLUSH, - XPM_EVENT_PLE_CMPL - }, - { - XPM_EVENT_DATASTALL, - XPM_EVENT_INSRFETCH_CACHEREFILL, - XPM_EVENT_INSTRFECT_TLBREFILL, - XPM_EVENT_DATA_CACHEREFILL, - XPM_EVENT_DATA_CACHEACCESS, - XPM_EVENT_DATA_TLBREFILL - }, - }; - const u32 *ptr = PmcrEvents[PmcrCfg]; - - Xpm_DisableEventCounters(); - - for(Counter = 0U; Counter < XPM_CTRCOUNT; Counter++) { - - /* Selecet event counter */ - mtcp(XREG_CP15_EVENT_CNTR_SEL, Counter); - - /* Set the event */ - mtcp(XREG_CP15_EVENT_TYPE_SEL, ptr[Counter]); - } - - Xpm_ResetEventCounters(); - Xpm_EnableEventCounters(); -} - -/****************************************************************************/ -/** -* -* @brief This function disables the event counters and returns the counter -* values. -* -* @param PmCtrValue: Pointer to an array of type u32 PmCtrValue[6]. -* It is an output parameter which is used to return the PM -* counter values. -* -* @return None. -* -*****************************************************************************/ -void Xpm_GetEventCounters(u32 *PmCtrValue) -{ - u32 Counter; - - Xpm_DisableEventCounters(); - - for(Counter = 0U; Counter < XPM_CTRCOUNT; Counter++) { - - mtcp(XREG_CP15_EVENT_CNTR_SEL, Counter); -#ifdef __GNUC__ - PmCtrValue[Counter] = mfcp(XREG_CP15_PERF_MONITOR_COUNT); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_COUNT, PmCtrValue[Counter]); -#else - { register u32 Cp15Reg __asm(XREG_CP15_PERF_MONITOR_COUNT); - PmCtrValue[Counter] = Cp15Reg; } -#endif - } -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpm_counter.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpm_counter.h deleted file mode 100644 index edf6684..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpm_counter.h +++ /dev/null @@ -1,558 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.h -* -* @addtogroup a9_event_counter_apis Cortex A9 Event Counters Functions -* -* Cortex A9 event counter functions can be utilized to configure and control -* the Cortex-A9 performance monitor events. -* -* Cortex-A9 performance monitor has six event counters which can be used to -* count a variety of events described in Coretx-A9 TRM. xpm_counter.h defines -* configurations XPM_CNTRCFGx which can be used to program the event counters -* to count a set of events. -* -* @note -* It doesn't handle the Cortex-A9 cycle counter, as the cycle counter is -* being used for time keeping. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XPMCOUNTER_H /* prevent circular inclusions */ -#define XPMCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* Number of performance counters */ -#define XPM_CTRCOUNT 6U - -/* The following constants define the Cortex-A9 Performance Monitor Events */ - -/* - * Software increment. The register is incremented only on writes to the - * Software Increment Register - */ -#define XPM_EVENT_SOFTINCR 0x00U - -/* - * Instruction fetch that causes a refill at (at least) the lowest level(s) of - * instruction or unified cache. Includes the speculative linefills in the - * count - */ -#define XPM_EVENT_INSRFETCH_CACHEREFILL 0x01U - -/* - * Instruction fetch that causes a TLB refill at (at least) the lowest level of - * TLB. Includes the speculative requests in the count - */ -#define XPM_EVENT_INSTRFECT_TLBREFILL 0x02U - -/* - * Data read or write operation that causes a refill at (at least) the lowest - * level(s)of data or unified cache. Counts the number of allocations performed - * in the Data Cache due to a read or a write - */ -#define XPM_EVENT_DATA_CACHEREFILL 0x03U - -/* - * Data read or write operation that causes a cache access at (at least) the - * lowest level(s) of data or unified cache. This includes speculative reads - */ -#define XPM_EVENT_DATA_CACHEACCESS 0x04U - -/* - * Data read or write operation that causes a TLB refill at (at least) the - * lowest level of TLB. This does not include micro TLB misses due to PLD, PLI, - * CP15 Cache operation by MVA and CP15 VA to PA operations - */ -#define XPM_EVENT_DATA_TLBREFILL 0x05U - -/* - * Data read architecturally executed. Counts the number of data read - * instructions accepted by the Load Store Unit. This includes counting the - * speculative and aborted LDR/LDM, as well as the reads due to the SWP - * instructions - */ -#define XPM_EVENT_DATA_READS 0x06U - -/* - * Data write architecturally executed. Counts the number of data write - * instructions accepted by the Load Store Unit. This includes counting the - * speculative and aborted STR/STM, as well as the writes due to the SWP - * instructions - */ -#define XPM_EVENT_DATA_WRITE 0x07U - -/* Exception taken. Counts the number of exceptions architecturally taken.*/ -#define XPM_EVENT_EXCEPTION 0x09U - -/* Exception return architecturally executed.*/ -#define XPM_EVENT_EXCEPRETURN 0x0AU - -/* - * Change to ContextID retired. Counts the number of instructions - * architecturally executed writing into the ContextID Register - */ -#define XPM_EVENT_CHANGECONTEXT 0x0BU - -/* - * Software change of PC, except by an exception, architecturally executed. - * Count the number of PC changes architecturally executed, excluding the PC - * changes due to taken exceptions - */ -#define XPM_EVENT_SW_CHANGEPC 0x0CU - -/* - * Immediate branch architecturally executed (taken or not taken). This includes - * the branches which are flushed due to a previous load/store which aborts - * late - */ -#define XPM_EVENT_IMMEDBRANCH 0x0DU - -/* - * Unaligned access architecturally executed. Counts the number of aborted - * unaligned accessed architecturally executed, and the number of not-aborted - * unaligned accesses, including the speculative ones - */ -#define XPM_EVENT_UNALIGNEDACCESS 0x0FU - -/* - * Branch mispredicted/not predicted. Counts the number of mispredicted or - * not-predicted branches executed. This includes the branches which are flushed - * due to a previous load/store which aborts late - */ -#define XPM_EVENT_BRANCHMISS 0x10U - -/* - * Counts clock cycles when the Cortex-A9 processor is not in WFE/WFI. This - * event is not exported on the PMUEVENT bus - */ -#define XPM_EVENT_CLOCKCYCLES 0x11U - -/* - * Branches or other change in program flow that could have been predicted by - * the branch prediction resources of the processor. This includes the branches - * which are flushed due to a previous load/store which aborts late - */ -#define XPM_EVENT_BRANCHPREDICT 0x12U - -/* - * Java bytecode execute. Counts the number of Java bytecodes being decoded, - * including speculative ones - */ -#define XPM_EVENT_JAVABYTECODE 0x40U - -/* - * Software Java bytecode executed. Counts the number of software java bytecodes - * being decoded, including speculative ones - */ -#define XPM_EVENT_SWJAVABYTECODE 0x41U - -/* - * Jazelle backward branches executed. Counts the number of Jazelle taken - * branches being executed. This includes the branches which are flushed due - * to a previous load/store which aborts late - */ -#define XPM_EVENT_JAVABACKBRANCH 0x42U - -/* - * Coherent linefill miss Counts the number of coherent linefill requests - * performed by the Cortex-A9 processor which also miss in all the other - * Cortex-A9 processors, meaning that the request is sent to the external - * memory - */ -#define XPM_EVENT_COHERLINEMISS 0x50U - -/* - * Coherent linefill hit. Counts the number of coherent linefill requests - * performed by the Cortex-A9 processor which hit in another Cortex-A9 - * processor, meaning that the linefill data is fetched directly from the - * relevant Cortex-A9 cache - */ -#define XPM_EVENT_COHERLINEHIT 0x51U - -/* - * Instruction cache dependent stall cycles. Counts the number of cycles where - * the processor is ready to accept new instructions, but does not receive any - * due to the instruction side not being able to provide any and the - * instruction cache is currently performing at least one linefill - */ -#define XPM_EVENT_INSTRSTALL 0x60U - -/* - * Data cache dependent stall cycles. Counts the number of cycles where the core - * has some instructions that it cannot issue to any pipeline, and the Load - * Store unit has at least one pending linefill request, and no pending - */ -#define XPM_EVENT_DATASTALL 0x61U - -/* - * Main TLB miss stall cycles. Counts the number of cycles where the processor - * is stalled waiting for the completion of translation table walks from the - * main TLB. The processor stalls can be due to the instruction side not being - * able to provide the instructions, or to the data side not being able to - * provide the necessary data, due to them waiting for the main TLB translation - * table walk to complete - */ -#define XPM_EVENT_MAINTLBSTALL 0x62U - -/* - * Counts the number of STREX instructions architecturally executed and - * passed - */ -#define XPM_EVENT_STREXPASS 0x63U - -/* - * Counts the number of STREX instructions architecturally executed and - * failed - */ -#define XPM_EVENT_STREXFAIL 0x64U - -/* - * Data eviction. Counts the number of eviction requests due to a linefill in - * the data cache - */ -#define XPM_EVENT_DATAEVICT 0x65U - -/* - * Counts the number of cycles where the issue stage does not dispatch any - * instruction because it is empty or cannot dispatch any instructions - */ -#define XPM_EVENT_NODISPATCH 0x66U - -/* - * Counts the number of cycles where the issue stage is empty - */ -#define XPM_EVENT_ISSUEEMPTY 0x67U - -/* - * Counts the number of instructions going through the Register Renaming stage. - * This number is an approximate number of the total number of instructions - * speculatively executed, and even more approximate of the total number of - * instructions architecturally executed. The approximation depends mainly on - * the branch misprediction rate. - * The renaming stage can handle two instructions in the same cycle so the event - * is two bits long: - * - b00 no instructions renamed - * - b01 one instruction renamed - * - b10 two instructions renamed - */ -#define XPM_EVENT_INSTRRENAME 0x68U - -/* - * Counts the number of procedure returns whose condition codes do not fail, - * excluding all returns from exception. This count includes procedure returns - * which are flushed due to a previous load/store which aborts late. - * Only the following instructions are reported: - * - BX R14 - * - MOV PC LR - * - POP {..,pc} - * - LDR pc,[sp],#offset - * The following instructions are not reported: - * - LDMIA R9!,{..,PC} (ThumbEE state only) - * - LDR PC,[R9],#offset (ThumbEE state only) - * - BX R0 (Rm != R14) - * - MOV PC,R0 (Rm != R14) - * - LDM SP,{...,PC} (writeback not specified) - * - LDR PC,[SP,#offset] (wrong addressing mode) - */ -#define XPM_EVENT_PREDICTFUNCRET 0x6EU - -/* - * Counts the number of instructions being executed in the main execution - * pipeline of the processor, the multiply pipeline and arithmetic logic unit - * pipeline. The counted instructions are still speculative - */ -#define XPM_EVENT_MAINEXEC 0x70U - -/* - * Counts the number of instructions being executed in the processor second - * execution pipeline (ALU). The counted instructions are still speculative - */ -#define XPM_EVENT_SECEXEC 0x71U - -/* - * Counts the number of instructions being executed in the Load/Store unit. The - * counted instructions are still speculative - */ -#define XPM_EVENT_LDRSTR 0x72U - -/* - * Counts the number of Floating-point instructions going through the Register - * Rename stage. Instructions are still speculative in this stage. - *Two floating-point instructions can be renamed in the same cycle so the event - * is two bitslong: - *0b00 no floating-point instruction renamed - *0b01 one floating-point instruction renamed - *0b10 two floating-point instructions renamed - */ -#define XPM_EVENT_FLOATRENAME 0x73U - -/* - * Counts the number of Neon instructions going through the Register Rename - * stage.Instructions are still speculative in this stage. - * Two NEON instructions can be renamed in the same cycle so the event is two - * bits long: - *0b00 no NEON instruction renamed - *0b01 one NEON instruction renamed - *0b10 two NEON instructions renamed - */ -#define XPM_EVENT_NEONRENAME 0x74U - -/* - * Counts the number of cycles where the processor is stalled because PLD slots - * are all full - */ -#define XPM_EVENT_PLDSTALL 0x80U - -/* - * Counts the number of cycles when the processor is stalled and the data side - * is stalled too because it is full and executing writes to the external - * memory - */ -#define XPM_EVENT_WRITESTALL 0x81U - -/* - * Counts the number of stall cycles due to main TLB misses on requests issued - * by the instruction side - */ -#define XPM_EVENT_INSTRTLBSTALL 0x82U - -/* - * Counts the number of stall cycles due to main TLB misses on requests issued - * by the data side - */ -#define XPM_EVENT_DATATLBSTALL 0x83U - -/* - * Counts the number of stall cycles due to micro TLB misses on the instruction - * side. This event does not include main TLB miss stall cycles that are already - * counted in the corresponding main TLB event - */ -#define XPM_EVENT_INSTR_uTLBSTALL 0x84U - -/* - * Counts the number of stall cycles due to micro TLB misses on the data side. - * This event does not include main TLB miss stall cycles that are already - * counted in the corresponding main TLB event - */ -#define XPM_EVENT_DATA_uTLBSTALL 0x85U - -/* - * Counts the number of stall cycles because of the execution of a DMB memory - * barrier. This includes all DMB instructions being executed, even - * speculatively - */ -#define XPM_EVENT_DMB_STALL 0x86U - -/* - * Counts the number of cycles during which the integer core clock is enabled - */ -#define XPM_EVENT_INT_CLKEN 0x8AU - -/* - * Counts the number of cycles during which the Data Engine clock is enabled - */ -#define XPM_EVENT_DE_CLKEN 0x8BU - -/* - * Counts the number of ISB instructions architecturally executed - */ -#define XPM_EVENT_INSTRISB 0x90U - -/* - * Counts the number of DSB instructions architecturally executed - */ -#define XPM_EVENT_INSTRDSB 0x91U - -/* - * Counts the number of DMB instructions speculatively executed - */ -#define XPM_EVENT_INSTRDMB 0x92U - -/* - * Counts the number of external interrupts executed by the processor - */ -#define XPM_EVENT_EXTINT 0x93U - -/* - * PLE cache line request completed - */ -#define XPM_EVENT_PLE_LRC 0xA0U - -/* - * PLE cache line request skipped - */ -#define XPM_EVENT_PLE_LRS 0xA1U - -/* - * PLE FIFO flush - */ -#define XPM_EVENT_PLE_FLUSH 0xA2U - -/* - * PLE request complete - */ -#define XPM_EVENT_PLE_CMPL 0xA3U - -/* - * PLE FIFO overflow - */ -#define XPM_EVENT_PLE_OVFL 0xA4U - -/* - * PLE request programmed - */ -#define XPM_EVENT_PLE_PROG 0xA5U - -/* - * The following constants define the configurations for Cortex-A9 Performance - * Monitor Events. Each configuration configures the event counters for a set - * of events. - * ----------------------------------------------- - * Config PmCtr0... PmCtr5 - * ----------------------------------------------- - * XPM_CNTRCFG1 { XPM_EVENT_SOFTINCR, - * XPM_EVENT_INSRFETCH_CACHEREFILL, - * XPM_EVENT_INSTRFECT_TLBREFILL, - * XPM_EVENT_DATA_CACHEREFILL, - * XPM_EVENT_DATA_CACHEACCESS, - * XPM_EVENT_DATA_TLBREFILL } - * - * XPM_CNTRCFG2 { XPM_EVENT_DATA_READS, - * XPM_EVENT_DATA_WRITE, - * XPM_EVENT_EXCEPTION, - * XPM_EVENT_EXCEPRETURN, - * XPM_EVENT_CHANGECONTEXT, - * XPM_EVENT_SW_CHANGEPC } - * - * XPM_CNTRCFG3 { XPM_EVENT_IMMEDBRANCH, - * XPM_EVENT_UNALIGNEDACCESS, - * XPM_EVENT_BRANCHMISS, - * XPM_EVENT_CLOCKCYCLES, - * XPM_EVENT_BRANCHPREDICT, - * XPM_EVENT_JAVABYTECODE } - * - * XPM_CNTRCFG4 { XPM_EVENT_SWJAVABYTECODE, - * XPM_EVENT_JAVABACKBRANCH, - * XPM_EVENT_COHERLINEMISS, - * XPM_EVENT_COHERLINEHIT, - * XPM_EVENT_INSTRSTALL, - * XPM_EVENT_DATASTALL } - * - * XPM_CNTRCFG5 { XPM_EVENT_MAINTLBSTALL, - * XPM_EVENT_STREXPASS, - * XPM_EVENT_STREXFAIL, - * XPM_EVENT_DATAEVICT, - * XPM_EVENT_NODISPATCH, - * XPM_EVENT_ISSUEEMPTY } - * - * XPM_CNTRCFG6 { XPM_EVENT_INSTRRENAME, - * XPM_EVENT_PREDICTFUNCRET, - * XPM_EVENT_MAINEXEC, - * XPM_EVENT_SECEXEC, - * XPM_EVENT_LDRSTR, - * XPM_EVENT_FLOATRENAME } - * - * XPM_CNTRCFG7 { XPM_EVENT_NEONRENAME, - * XPM_EVENT_PLDSTALL, - * XPM_EVENT_WRITESTALL, - * XPM_EVENT_INSTRTLBSTALL, - * XPM_EVENT_DATATLBSTALL, - * XPM_EVENT_INSTR_uTLBSTALL } - * - * XPM_CNTRCFG8 { XPM_EVENT_DATA_uTLBSTALL, - * XPM_EVENT_DMB_STALL, - * XPM_EVENT_INT_CLKEN, - * XPM_EVENT_DE_CLKEN, - * XPM_EVENT_INSTRISB, - * XPM_EVENT_INSTRDSB } - * - * XPM_CNTRCFG9 { XPM_EVENT_INSTRDMB, - * XPM_EVENT_EXTINT, - * XPM_EVENT_PLE_LRC, - * XPM_EVENT_PLE_LRS, - * XPM_EVENT_PLE_FLUSH, - * XPM_EVENT_PLE_CMPL } - * - * XPM_CNTRCFG10 { XPM_EVENT_PLE_OVFL, - * XPM_EVENT_PLE_PROG, - * XPM_EVENT_PLE_LRC, - * XPM_EVENT_PLE_LRS, - * XPM_EVENT_PLE_FLUSH, - * XPM_EVENT_PLE_CMPL } - * - * XPM_CNTRCFG11 { XPM_EVENT_DATASTALL, - * XPM_EVENT_INSRFETCH_CACHEREFILL, - * XPM_EVENT_INSTRFECT_TLBREFILL, - * XPM_EVENT_DATA_CACHEREFILL, - * XPM_EVENT_DATA_CACHEACCESS, - * XPM_EVENT_DATA_TLBREFILL } - */ -#define XPM_CNTRCFG1 0 -#define XPM_CNTRCFG2 1 -#define XPM_CNTRCFG3 2 -#define XPM_CNTRCFG4 3 -#define XPM_CNTRCFG5 4 -#define XPM_CNTRCFG6 5 -#define XPM_CNTRCFG7 6 -#define XPM_CNTRCFG8 7 -#define XPM_CNTRCFG9 8 -#define XPM_CNTRCFG10 9 -#define XPM_CNTRCFG11 10 - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes *****************************/ - -/* Interface functions to access performance counters from abstraction layer */ -void Xpm_SetEvents(s32 PmcrCfg); -void Xpm_GetEventCounters(u32 *PmCtrValue); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_event_counter_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpseudo_asm.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpseudo_asm.h deleted file mode 100644 index 6d07851..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpseudo_asm.h +++ /dev/null @@ -1,60 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm.h -* -* @addtogroup a9_specific Cortex A9 Processor Specific Include Files -* -* The xpseudo_asm.h includes xreg_cortexa9.h and xpseudo_asm_gcc.h. -* -* The xreg_cortexa9.h file contains definitions for inline assembler code. -* It provides inline definitions for Cortex A9 GPRs, SPRs, MPE registers, -* co-processor registers and Debug registers. -* -* The xpseudo_asm_gcc.h contains the definitions for the most often used inline -* assembler instructions, available as macros. These can be very useful for -* tasks such as setting or getting special purpose registers, synchronization, -* or cache manipulation etc. These inline assembler instructions can be used -* from drivers and user applications written in C. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  10/18/09 First release
-* 3.04a sdm  01/02/12 Remove redundant dsb in mcr instruction.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ -#ifndef XPSEUDO_ASM_H -#define XPSEUDO_ASM_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xreg_cortexa9.h" -#ifdef __GNUC__ - #include "xpseudo_asm_gcc.h" -#elif defined (__ICCARM__) - #include "xpseudo_asm_iccarm.h" -#else - #include "xpseudo_asm_rvct.h" -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XPSEUDO_ASM_H */ -/** -* @} End of "addtogroup a9_specific". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpseudo_asm_gcc.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpseudo_asm_gcc.h deleted file mode 100644 index d986349..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpseudo_asm_gcc.h +++ /dev/null @@ -1,240 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_gcc.h -* -* This header file contains macros for using inline assembler code. It is -* written specifically for the GNU compiler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp		 05/21/14 First release
-* 6.0   mus      07/27/16 Consolidated file for a53,a9 and r5 processors
-* 7.2   asa      04/03/20 Renamed the str macro to strw.
-* 7.2   dp       04/30/20 Added clobber "cc" to mtcpsr for aarch32 processors
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_GCC_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_GCC_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - -#if defined (__aarch64__) -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - asm volatile("mrs %0, DAIF" : "=r" (rval));\ - rval;\ - }) - -#define mtcpsr(v) __asm__ __volatile__ ("msr DAIF, %0" : : "r" (v)) - -#define cpsiei() //__asm__ __volatile__("cpsie i\n") -#define cpsidi() //__asm__ __volatile__("cpsid i\n") - -#define cpsief() //__asm__ __volatile__("cpsie f\n") -#define cpsidf() //__asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) /*__asm__ __volatile__(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - )*/ - -#define mfgpr(rn) /*({u32 rval; \ - __asm__ __volatile__(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - })*/ - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb sy") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__("dsb sy") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__("dmb sy") - - -/* Memory Operations */ -#define ldr(adr) ({u64 rval; \ - __asm__ __volatile__(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define mfelrel3() ({u64 rval = 0U; \ - asm volatile("mrs %0, ELR_EL3" : "=r" (rval));\ - rval;\ - }) - -#define mtelrel3(v) __asm__ __volatile__ ("msr ELR_EL3, %0" : : "r" (v)) - -#else - -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrs %0, cpsr\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -#define mtcpsr(v) __asm__ __volatile__(\ - "msr cpsr,%0\n"\ - : : "r" (v) : "cc" \ - ) - -#define cpsiei() __asm__ __volatile__("cpsie i\n") -#define cpsidi() __asm__ __volatile__("cpsid i\n") - -#define cpsief() __asm__ __volatile__("cpsie f\n") -#define cpsidf() __asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) __asm__ __volatile__(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - ) - -#define mfgpr(rn) ({u32 rval; \ - __asm__ __volatile__(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb" : : : "memory") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__ ("dsb" : : : "memory") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__ ("dmb" : : : "memory") - - -/* Memory Operations */ -#define ldr(adr) ({u32 rval; \ - __asm__ __volatile__(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#endif - -#define ldrb(adr) ({u8 rval; \ - __asm__ __volatile__(\ - "ldrb %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define strw(adr, val) __asm__ __volatile__(\ - "str %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -#define strb(adr, val) __asm__ __volatile__(\ - "strb %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -/* Count leading zeroes (clz) */ -#define clz(arg) ({u8 rval; \ - __asm__ __volatile__(\ - "clz %0,%1"\ - : "=r" (rval) : "r" (arg)\ - );\ - rval;\ - }) - -#if defined (__aarch64__) -#define mtcpdc(reg,val) __asm__ __volatile__("dc " #reg ",%0" : : "r" (val)) -#define mtcpic(reg,val) __asm__ __volatile__("ic " #reg ",%0" : : "r" (val)) - -#define mtcpicall(reg) __asm__ __volatile__("ic " #reg) -#define mtcptlbi(reg) __asm__ __volatile__("tlbi " #reg) -#define mtcpat(reg,val) __asm__ __volatile__("at " #reg ",%0" : : "r" (val)) -/* CP15 operations */ -#define mfcp(reg) ({u64 rval = 0U;\ - __asm__ __volatile__("mrs %0, " #reg : "=r" (rval));\ - rval;\ - }) - -#define mtcp(reg,val) __asm__ __volatile__("msr " #reg ",%0" : : "r" (val)) - -#else -/* CP15 operations */ -#define mtcp(rn, v) __asm__ __volatile__(\ - "mcr " rn "\n"\ - : : "r" (v)\ - ); - -#define mfcp(rn) ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrc " rn "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) -#endif - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -/** - *@endcond - */ - -#endif /* XPSEUDO_ASM_GCC_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xreg_cortexa9.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xreg_cortexa9.h deleted file mode 100644 index 2a4fff2..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xreg_cortexa9.h +++ /dev/null @@ -1,573 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xreg_cortexa9.h -* -* This header file contains definitions for using inline assembler code. It is -* written specifically for the GNU, ARMCC compiler. -* -* All of the ARM Cortex A9 GPRs, SPRs, and Debug Registers are defined along -* with the positions of the bits within the registers. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  10/20/09 First release
-* 
-* -******************************************************************************/ -#ifndef XREG_CORTEXA9_H -#define XREG_CORTEXA9_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/** - *@cond nocomments - */ - -/* GPRs */ -#define XREG_GPR0 r0 -#define XREG_GPR1 r1 -#define XREG_GPR2 r2 -#define XREG_GPR3 r3 -#define XREG_GPR4 r4 -#define XREG_GPR5 r5 -#define XREG_GPR6 r6 -#define XREG_GPR7 r7 -#define XREG_GPR8 r8 -#define XREG_GPR9 r9 -#define XREG_GPR10 r10 -#define XREG_GPR11 r11 -#define XREG_GPR12 r12 -#define XREG_GPR13 r13 -#define XREG_GPR14 r14 -#define XREG_GPR15 r15 -#define XREG_CPSR cpsr - -/* Coprocessor number defines */ -#define XREG_CP0 0 -#define XREG_CP1 1 -#define XREG_CP2 2 -#define XREG_CP3 3 -#define XREG_CP4 4 -#define XREG_CP5 5 -#define XREG_CP6 6 -#define XREG_CP7 7 -#define XREG_CP8 8 -#define XREG_CP9 9 -#define XREG_CP10 10 -#define XREG_CP11 11 -#define XREG_CP12 12 -#define XREG_CP13 13 -#define XREG_CP14 14 -#define XREG_CP15 15 - -/* Coprocessor control register defines */ -#define XREG_CR0 cr0 -#define XREG_CR1 cr1 -#define XREG_CR2 cr2 -#define XREG_CR3 cr3 -#define XREG_CR4 cr4 -#define XREG_CR5 cr5 -#define XREG_CR6 cr6 -#define XREG_CR7 cr7 -#define XREG_CR8 cr8 -#define XREG_CR9 cr9 -#define XREG_CR10 cr10 -#define XREG_CR11 cr11 -#define XREG_CR12 cr12 -#define XREG_CR13 cr13 -#define XREG_CR14 cr14 -#define XREG_CR15 cr15 - -/* Current Processor Status Register (CPSR) Bits */ -#define XREG_CPSR_THUMB_MODE 0x20 -#define XREG_CPSR_MODE_BITS 0x1F -#define XREG_CPSR_SYSTEM_MODE 0x1F -#define XREG_CPSR_UNDEFINED_MODE 0x1B -#define XREG_CPSR_DATA_ABORT_MODE 0x17 -#define XREG_CPSR_SVC_MODE 0x13 -#define XREG_CPSR_IRQ_MODE 0x12 -#define XREG_CPSR_FIQ_MODE 0x11 -#define XREG_CPSR_USER_MODE 0x10 - -#define XREG_CPSR_IRQ_ENABLE 0x80 -#define XREG_CPSR_FIQ_ENABLE 0x40 - -#define XREG_CPSR_N_BIT 0x80000000 -#define XREG_CPSR_Z_BIT 0x40000000 -#define XREG_CPSR_C_BIT 0x20000000 -#define XREG_CPSR_V_BIT 0x10000000 - - -/* CP15 defines */ -#if defined (__GNUC__) || defined (__ICCARM__) -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "p15, 0, %0, c0, c0, 0" -#define XREG_CP15_CACHE_TYPE "p15, 0, %0, c0, c0, 1" -#define XREG_CP15_TCM_TYPE "p15, 0, %0, c0, c0, 2" -#define XREG_CP15_TLB_TYPE "p15, 0, %0, c0, c0, 3" -#define XREG_CP15_MULTI_PROC_AFFINITY "p15, 0, %0, c0, c0, 5" - -#define XREG_CP15_PROC_FEATURE_0 "p15, 0, %0, c0, c1, 0" -#define XREG_CP15_PROC_FEATURE_1 "p15, 0, %0, c0, c1, 1" -#define XREG_CP15_DEBUG_FEATURE_0 "p15, 0, %0, c0, c1, 2" -#define XREG_CP15_MEMORY_FEATURE_0 "p15, 0, %0, c0, c1, 4" -#define XREG_CP15_MEMORY_FEATURE_1 "p15, 0, %0, c0, c1, 5" -#define XREG_CP15_MEMORY_FEATURE_2 "p15, 0, %0, c0, c1, 6" -#define XREG_CP15_MEMORY_FEATURE_3 "p15, 0, %0, c0, c1, 7" - -#define XREG_CP15_INST_FEATURE_0 "p15, 0, %0, c0, c2, 0" -#define XREG_CP15_INST_FEATURE_1 "p15, 0, %0, c0, c2, 1" -#define XREG_CP15_INST_FEATURE_2 "p15, 0, %0, c0, c2, 2" -#define XREG_CP15_INST_FEATURE_3 "p15, 0, %0, c0, c2, 3" -#define XREG_CP15_INST_FEATURE_4 "p15, 0, %0, c0, c2, 4" - -#define XREG_CP15_CACHE_SIZE_ID "p15, 1, %0, c0, c0, 0" -#define XREG_CP15_CACHE_LEVEL_ID "p15, 1, %0, c0, c0, 1" -#define XREG_CP15_AUXILARY_ID "p15, 1, %0, c0, c0, 7" - -#define XREG_CP15_CACHE_SIZE_SEL "p15, 2, %0, c0, c0, 0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "p15, 0, %0, c1, c0, 0" -#define XREG_CP15_AUX_CONTROL "p15, 0, %0, c1, c0, 1" -#define XREG_CP15_CP_ACCESS_CONTROL "p15, 0, %0, c1, c0, 2" - -#define XREG_CP15_SECURE_CONFIG "p15, 0, %0, c1, c1, 0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "p15, 0, %0, c1, c1, 1" -#define XREG_CP15_NS_ACCESS_CONTROL "p15, 0, %0, c1, c1, 2" -#define XREG_CP15_VIRTUAL_CONTROL "p15, 0, %0, c1, c1, 3" - -#else /* RVCT */ -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "cp15:0:c0:c0:0" -#define XREG_CP15_CACHE_TYPE "cp15:0:c0:c0:1" -#define XREG_CP15_TCM_TYPE "cp15:0:c0:c0:2" -#define XREG_CP15_TLB_TYPE "cp15:0:c0:c0:3" -#define XREG_CP15_MULTI_PROC_AFFINITY "cp15:0:c0:c0:5" - -#define XREG_CP15_PROC_FEATURE_0 "cp15:0:c0:c1:0" -#define XREG_CP15_PROC_FEATURE_1 "cp15:0:c0:c1:1" -#define XREG_CP15_DEBUG_FEATURE_0 "cp15:0:c0:c1:2" -#define XREG_CP15_MEMORY_FEATURE_0 "cp15:0:c0:c1:4" -#define XREG_CP15_MEMORY_FEATURE_1 "cp15:0:c0:c1:5" -#define XREG_CP15_MEMORY_FEATURE_2 "cp15:0:c0:c1:6" -#define XREG_CP15_MEMORY_FEATURE_3 "cp15:0:c0:c1:7" - -#define XREG_CP15_INST_FEATURE_0 "cp15:0:c0:c2:0" -#define XREG_CP15_INST_FEATURE_1 "cp15:0:c0:c2:1" -#define XREG_CP15_INST_FEATURE_2 "cp15:0:c0:c2:2" -#define XREG_CP15_INST_FEATURE_3 "cp15:0:c0:c2:3" -#define XREG_CP15_INST_FEATURE_4 "cp15:0:c0:c2:4" - -#define XREG_CP15_CACHE_SIZE_ID "cp15:1:c0:c0:0" -#define XREG_CP15_CACHE_LEVEL_ID "cp15:1:c0:c0:1" -#define XREG_CP15_AUXILARY_ID "cp15:1:c0:c0:7" - -#define XREG_CP15_CACHE_SIZE_SEL "cp15:2:c0:c0:0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "cp15:0:c1:c0:0" -#define XREG_CP15_AUX_CONTROL "cp15:0:c1:c0:1" -#define XREG_CP15_CP_ACCESS_CONTROL "cp15:0:c1:c0:2" - -#define XREG_CP15_SECURE_CONFIG "cp15:0:c1:c1:0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "cp15:0:c1:c1:1" -#define XREG_CP15_NS_ACCESS_CONTROL "cp15:0:c1:c1:2" -#define XREG_CP15_VIRTUAL_CONTROL "cp15:0:c1:c1:3" -#endif - -/* XREG_CP15_CONTROL bit defines */ -#define XREG_CP15_CONTROL_TE_BIT 0x40000000U -#define XREG_CP15_CONTROL_AFE_BIT 0x20000000U -#define XREG_CP15_CONTROL_TRE_BIT 0x10000000U -#define XREG_CP15_CONTROL_NMFI_BIT 0x08000000U -#define XREG_CP15_CONTROL_EE_BIT 0x02000000U -#define XREG_CP15_CONTROL_HA_BIT 0x00020000U -#define XREG_CP15_CONTROL_RR_BIT 0x00004000U -#define XREG_CP15_CONTROL_V_BIT 0x00002000U -#define XREG_CP15_CONTROL_I_BIT 0x00001000U -#define XREG_CP15_CONTROL_Z_BIT 0x00000800U -#define XREG_CP15_CONTROL_SW_BIT 0x00000400U -#define XREG_CP15_CONTROL_B_BIT 0x00000080U -#define XREG_CP15_CONTROL_C_BIT 0x00000004U -#define XREG_CP15_CONTROL_A_BIT 0x00000002U -#define XREG_CP15_CONTROL_M_BIT 0x00000001U - -#if defined (__GNUC__) || defined (__ICCARM__) -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "p15, 0, %0, c2, c0, 0" -#define XREG_CP15_TTBR1 "p15, 0, %0, c2, c0, 1" -#define XREG_CP15_TTB_CONTROL "p15, 0, %0, c2, c0, 2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "p15, 0, %0, c3, c0, 0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "p15, 0, %0, c5, c0, 0" -#define XREG_CP15_INST_FAULT_STATUS "p15, 0, %0, c5, c0, 1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "p15, 0, %0, c5, c1, 0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "p15, 0, %0, c5, c1, 1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "p15, 0, %0, c6, c0, 0" -#define XREG_CP15_INST_FAULT_ADDRESS "p15, 0, %0, c6, c0, 2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "p15, 0, %0, c7, c0, 4" - -#define XREG_CP15_INVAL_IC_POU_IS "p15, 0, %0, c7, c1, 0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "p15, 0, %0, c7, c1, 6" - -#define XREG_CP15_PHYS_ADDR "p15, 0, %0, c7, c4, 0" - -#define XREG_CP15_INVAL_IC_POU "p15, 0, %0, c7, c5, 0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "p15, 0, %0, c7, c5, 1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A9. - */ -#define XREG_CP15_INST_SYNC_BARRIER "p15, 0, %0, c7, c5, 4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "p15, 0, %0, c7, c5, 6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c6, 1" -#define XREG_CP15_INVAL_DC_LINE_SW "p15, 0, %0, c7, c6, 2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "p15, 0, %0, c7, c8, 0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "p15, 0, %0, c7, c8, 1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "p15, 0, %0, c7, c8, 2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "p15, 0, %0, c7, c8, 3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "p15, 0, %0, c7, c8, 4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "p15, 0, %0, c7, c8, 5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "p15, 0, %0, c7, c8, 6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "p15, 0, %0, c7, c8, 7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "p15, 0, %0, c7, c10, 1" -#define XREG_CP15_CLEAN_DC_LINE_SW "p15, 0, %0, c7, c10, 2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A9. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "p15, 0, %0, c7, c10, 4" -#define XREG_CP15_DATA_MEMORY_BARRIER "p15, 0, %0, c7, c10, 5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "p15, 0, %0, c7, c11, 1" - -#define XREG_CP15_NOP2 "p15, 0, %0, c7, c13, 1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c14, 1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "p15, 0, %0, c7, c14, 2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "p15, 0, %0, c8, c3, 0" -#define XREG_CP15_INVAL_TLB_MVA_IS "p15, 0, %0, c8, c3, 1" -#define XREG_CP15_INVAL_TLB_ASID_IS "p15, 0, %0, c8, c3, 2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "p15, 0, %0, c8, c3, 3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "p15, 0, %0, c8, c5, 0" -#define XREG_CP15_INVAL_ITLB_MVA "p15, 0, %0, c8, c5, 1" -#define XREG_CP15_INVAL_ITLB_ASID "p15, 0, %0, c8, c5, 2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "p15, 0, %0, c8, c6, 0" -#define XREG_CP15_INVAL_DTLB_MVA "p15, 0, %0, c8, c6, 1" -#define XREG_CP15_INVAL_DTLB_ASID "p15, 0, %0, c8, c6, 2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "p15, 0, %0, c8, c7, 0" -#define XREG_CP15_INVAL_UTLB_MVA "p15, 0, %0, c8, c7, 1" -#define XREG_CP15_INVAL_UTLB_ASID "p15, 0, %0, c8, c7, 2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "p15, 0, %0, c8, c7, 3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "p15, 0, %0, c9, c12, 0" -#define XREG_CP15_COUNT_ENABLE_SET "p15, 0, %0, c9, c12, 1" -#define XREG_CP15_COUNT_ENABLE_CLR "p15, 0, %0, c9, c12, 2" -#define XREG_CP15_V_FLAG_STATUS "p15, 0, %0, c9, c12, 3" -#define XREG_CP15_SW_INC "p15, 0, %0, c9, c12, 4" -#define XREG_CP15_EVENT_CNTR_SEL "p15, 0, %0, c9, c12, 5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "p15, 0, %0, c9, c13, 0" -#define XREG_CP15_EVENT_TYPE_SEL "p15, 0, %0, c9, c13, 1" -#define XREG_CP15_PERF_MONITOR_COUNT "p15, 0, %0, c9, c13, 2" - -#define XREG_CP15_USER_ENABLE "p15, 0, %0, c9, c14, 0" -#define XREG_CP15_INTR_ENABLE_SET "p15, 0, %0, c9, c14, 1" -#define XREG_CP15_INTR_ENABLE_CLR "p15, 0, %0, c9, c14, 2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "p15, 0, %0, c10, c0, 0" - -#define XREG_CP15_PRI_MEM_REMAP "p15, 0, %0, c10, c2, 0" -#define XREG_CP15_NORM_MEM_REMAP "p15, 0, %0, c10, c2, 1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 1" - -#define XREG_CP15_INTERRUPT_STATUS "p15, 0, %0, c12, c1, 0" -#define XREG_CP15_VIRTUALIZATION_INTR "p15, 0, %0, c12, c1, 1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "p15, 0, %0, c13, c0, 1" -#define USER_RW_THREAD_PID "p15, 0, %0, c13, c0, 2" -#define USER_RO_THREAD_PID "p15, 0, %0, c13, c0, 3" -#define USER_PRIV_THREAD_PID "p15, 0, %0, c13, c0, 4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "p15, 0, %0, c15, c0, 0" -#define XREG_CP15_CONFIG_BASE_ADDR "p15, 4, %0, c15, c0, 0" - -#define XREG_CP15_READ_TLB_ENTRY "p15, 5, %0, c15, c4, 2" -#define XREG_CP15_WRITE_TLB_ENTRY "p15, 5, %0, c15, c4, 4" - -#define XREG_CP15_MAIN_TLB_VA "p15, 5, %0, c15, c5, 2" - -#define XREG_CP15_MAIN_TLB_PA "p15, 5, %0, c15, c6, 2" - -#define XREG_CP15_MAIN_TLB_ATTR "p15, 5, %0, c15, c7, 2" - -#else -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "cp15:0:c2:c0:0" -#define XREG_CP15_TTBR1 "cp15:0:c2:c0:1" -#define XREG_CP15_TTB_CONTROL "cp15:0:c2:c0:2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "cp15:0:c3:c0:0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "cp15:0:c5:c0:0" -#define XREG_CP15_INST_FAULT_STATUS "cp15:0:c5:c0:1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "cp15:0:c5:c1:0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "cp15:0:c5:c1:1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "cp15:0:c6:c0:0" -#define XREG_CP15_INST_FAULT_ADDRESS "cp15:0:c6:c0:2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "cp15:0:c7:c0:4" - -#define XREG_CP15_INVAL_IC_POU_IS "cp15:0:c7:c1:0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "cp15:0:c7:c1:6" - -#define XREG_CP15_PHYS_ADDR "cp15:0:c7:c4:0" - -#define XREG_CP15_INVAL_IC_POU "cp15:0:c7:c5:0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "cp15:0:c7:c5:1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A9. - */ -#define XREG_CP15_INST_SYNC_BARRIER "cp15:0:c7:c5:4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "cp15:0:c7:c5:6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "cp15:0:c7:c6:1" -#define XREG_CP15_INVAL_DC_LINE_SW "cp15:0:c7:c6:2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "cp15:0:c7:c8:0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "cp15:0:c7:c8:1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "cp15:0:c7:c8:2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "cp15:0:c7:c8:3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "cp15:0:c7:c8:4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "cp15:0:c7:c8:5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "cp15:0:c7:c8:6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "cp15:0:c7:c8:7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "cp15:0:c7:c10:1" -#define XREG_CP15_CLEAN_DC_LINE_SW "cp15:0:c7:c10:2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A9. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "cp15:0:c7:c10:4" -#define XREG_CP15_DATA_MEMORY_BARRIER "cp15:0:c7:c10:5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "cp15:0:c7:c11:1" - -#define XREG_CP15_NOP2 "cp15:0:c7:c13:1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "cp15:0:c7:c14:1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "cp15:0:c7:c14:2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "cp15:0:c8:c3:0" -#define XREG_CP15_INVAL_TLB_MVA_IS "cp15:0:c8:c3:1" -#define XREG_CP15_INVAL_TLB_ASID_IS "cp15:0:c8:c3:2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "cp15:0:c8:c3:3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "cp15:0:c8:c5:0" -#define XREG_CP15_INVAL_ITLB_MVA "cp15:0:c8:c5:1" -#define XREG_CP15_INVAL_ITLB_ASID "cp15:0:c8:c5:2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "cp15:0:c8:c6:0" -#define XREG_CP15_INVAL_DTLB_MVA "cp15:0:c8:c6:1" -#define XREG_CP15_INVAL_DTLB_ASID "cp15:0:c8:c6:2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "cp15:0:c8:c7:0" -#define XREG_CP15_INVAL_UTLB_MVA "cp15:0:c8:c7:1" -#define XREG_CP15_INVAL_UTLB_ASID "cp15:0:c8:c7:2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "cp15:0:c8:c7:3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "cp15:0:c9:c12:0" -#define XREG_CP15_COUNT_ENABLE_SET "cp15:0:c9:c12:1" -#define XREG_CP15_COUNT_ENABLE_CLR "cp15:0:c9:c12:2" -#define XREG_CP15_V_FLAG_STATUS "cp15:0:c9:c12:3" -#define XREG_CP15_SW_INC "cp15:0:c9:c12:4" -#define XREG_CP15_EVENT_CNTR_SEL "cp15:0:c9:c12:5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "cp15:0:c9:c13:0" -#define XREG_CP15_EVENT_TYPE_SEL "cp15:0:c9:c13:1" -#define XREG_CP15_PERF_MONITOR_COUNT "cp15:0:c9:c13:2" - -#define XREG_CP15_USER_ENABLE "cp15:0:c9:c14:0" -#define XREG_CP15_INTR_ENABLE_SET "cp15:0:c9:c14:1" -#define XREG_CP15_INTR_ENABLE_CLR "cp15:0:c9:c14:2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "cp15:0:c10:c0:0" - -#define XREG_CP15_PRI_MEM_REMAP "cp15:0:c10:c2:0" -#define XREG_CP15_NORM_MEM_REMAP "cp15:0:c10:c2:1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "cp15:0:c12:c0:0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "cp15:0:c12:c0:1" - -#define XREG_CP15_INTERRUPT_STATUS "cp15:0:c12:c1:0" -#define XREG_CP15_VIRTUALIZATION_INTR "cp15:0:c12:c1:1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "cp15:0:c13:c0:1" -#define USER_RW_THREAD_PID "cp15:0:c13:c0:2" -#define USER_RO_THREAD_PID "cp15:0:c13:c0:3" -#define USER_PRIV_THREAD_PID "cp15:0:c13:c0:4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "cp15:0:c15:c0:0" -#define XREG_CP15_CONFIG_BASE_ADDR "cp15:4:c15:c0:0" - -#define XREG_CP15_READ_TLB_ENTRY "cp15:5:c15:c4:2" -#define XREG_CP15_WRITE_TLB_ENTRY "cp15:5:c15:c4:4" - -#define XREG_CP15_MAIN_TLB_VA "cp15:5:c15:c5:2" - -#define XREG_CP15_MAIN_TLB_PA "cp15:5:c15:c6:2" - -#define XREG_CP15_MAIN_TLB_ATTR "cp15:5:c15:c7:2" -#endif - - -/* MPE register definitions */ -#define XREG_FPSID c0 -#define XREG_FPSCR c1 -#define XREG_MVFR1 c6 -#define XREG_MVFR0 c7 -#define XREG_FPEXC c8 -#define XREG_FPINST c9 -#define XREG_FPINST2 c10 - -/* FPSID bits */ -#define XREG_FPSID_IMPLEMENTER_BIT (24) -#define XREG_FPSID_IMPLEMENTER_MASK (0xFF << FPSID_IMPLEMENTER_BIT) -#define XREG_FPSID_SOFTWARE (1<<23) -#define XREG_FPSID_ARCH_BIT (16) -#define XREG_FPSID_ARCH_MASK (0xF << FPSID_ARCH_BIT) -#define XREG_FPSID_PART_BIT (8) -#define XREG_FPSID_PART_MASK (0xFF << FPSID_PART_BIT) -#define XREG_FPSID_VARIANT_BIT (4) -#define XREG_FPSID_VARIANT_MASK (0xF << FPSID_VARIANT_BIT) -#define XREG_FPSID_REV_BIT (0) -#define XREG_FPSID_REV_MASK (0xF << FPSID_REV_BIT) - -/* FPSCR bits */ -#define XREG_FPSCR_N_BIT (1 << 31) -#define XREG_FPSCR_Z_BIT (1 << 30) -#define XREG_FPSCR_C_BIT (1 << 29) -#define XREG_FPSCR_V_BIT (1 << 28) -#define XREG_FPSCR_QC (1 << 27) -#define XREG_FPSCR_AHP (1 << 26) -#define XREG_FPSCR_DEFAULT_NAN (1 << 25) -#define XREG_FPSCR_FLUSHTOZERO (1 << 24) -#define XREG_FPSCR_ROUND_NEAREST (0 << 22) -#define XREG_FPSCR_ROUND_PLUSINF (1 << 22) -#define XREG_FPSCR_ROUND_MINUSINF (2 << 22) -#define XREG_FPSCR_ROUND_TOZERO (3 << 22) -#define XREG_FPSCR_RMODE_BIT (22) -#define XREG_FPSCR_RMODE_MASK (3 << FPSCR_RMODE_BIT) -#define XREG_FPSCR_STRIDE_BIT (20) -#define XREG_FPSCR_STRIDE_MASK (3 << FPSCR_STRIDE_BIT) -#define XREG_FPSCR_LENGTH_BIT (16) -#define XREG_FPSCR_LENGTH_MASK (7 << FPSCR_LENGTH_BIT) -#define XREG_FPSCR_IDC (1 << 7) -#define XREG_FPSCR_IXC (1 << 4) -#define XREG_FPSCR_UFC (1 << 3) -#define XREG_FPSCR_OFC (1 << 2) -#define XREG_FPSCR_DZC (1 << 1) -#define XREG_FPSCR_IOC (1 << 0) - -/* MVFR0 bits */ -#define XREG_MVFR0_RMODE_BIT (28) -#define XREG_MVFR0_RMODE_MASK (0xF << XREG_MVFR0_RMODE_BIT) -#define XREG_MVFR0_SHORT_VEC_BIT (24) -#define XREG_MVFR0_SHORT_VEC_MASK (0xF << XREG_MVFR0_SHORT_VEC_BIT) -#define XREG_MVFR0_SQRT_BIT (20) -#define XREG_MVFR0_SQRT_MASK (0xF << XREG_MVFR0_SQRT_BIT) -#define XREG_MVFR0_DIVIDE_BIT (16) -#define XREG_MVFR0_DIVIDE_MASK (0xF << XREG_MVFR0_DIVIDE_BIT) -#define XREG_MVFR0_EXEC_TRAP_BIT (12) -#define XREG_MVFR0_EXEC_TRAP_MASK (0xF << XREG_MVFR0_EXEC_TRAP_BIT) -#define XREG_MVFR0_DP_BIT (8) -#define XREG_MVFR0_DP_MASK (0xF << XREG_MVFR0_DP_BIT) -#define XREG_MVFR0_SP_BIT (4) -#define XREG_MVFR0_SP_MASK (0xF << XREG_MVFR0_SP_BIT) -#define XREG_MVFR0_A_SIMD_BIT (0) -#define XREG_MVFR0_A_SIMD_MASK (0xF << MVFR0_A_SIMD_BIT) - -/* FPEXC bits */ -#define XREG_FPEXC_EX (1 << 31) -#define XREG_FPEXC_EN (1 << 30) -#define XREG_FPEXC_DEX (1 << 29) - - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XREG_CORTEXA9_H */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xstatus.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xstatus.h deleted file mode 100644 index 1e9e6fb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xstatus.h +++ /dev/null @@ -1,522 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xstatus.h -* -* @addtogroup common_status_codes Xilinx software status codes -* -* The xstatus.h file contains the Xilinx software status codes.These codes are -* used throughout the Xilinx device drivers. -* -* @{ -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XSTATUS_H /* prevent circular inclusions */ -#define XSTATUS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -/************************** Constant Definitions *****************************/ - -/*********************** Common statuses 0 - 500 *****************************/ -/** -@name Common Status Codes for All Device Drivers -@{ -*/ -#define XST_SUCCESS 0L -#define XST_FAILURE 1L -#define XST_DEVICE_NOT_FOUND 2L -#define XST_DEVICE_BLOCK_NOT_FOUND 3L -#define XST_INVALID_VERSION 4L -#define XST_DEVICE_IS_STARTED 5L -#define XST_DEVICE_IS_STOPPED 6L -#define XST_FIFO_ERROR 7L /*!< An error occurred during an - operation with a FIFO such as - an underrun or overrun, this - error requires the device to - be reset */ -#define XST_RESET_ERROR 8L /*!< An error occurred which requires - the device to be reset */ -#define XST_DMA_ERROR 9L /*!< A DMA error occurred, this error - typically requires the device - using the DMA to be reset */ -#define XST_NOT_POLLED 10L /*!< The device is not configured for - polled mode operation */ -#define XST_FIFO_NO_ROOM 11L /*!< A FIFO did not have room to put - the specified data into */ -#define XST_BUFFER_TOO_SMALL 12L /*!< The buffer is not large enough - to hold the expected data */ -#define XST_NO_DATA 13L /*!< There was no data available */ -#define XST_REGISTER_ERROR 14L /*!< A register did not contain the - expected value */ -#define XST_INVALID_PARAM 15L /*!< An invalid parameter was passed - into the function */ -#define XST_NOT_SGDMA 16L /*!< The device is not configured for - scatter-gather DMA operation */ -#define XST_LOOPBACK_ERROR 17L /*!< A loopback test failed */ -#define XST_NO_CALLBACK 18L /*!< A callback has not yet been - registered */ -#define XST_NO_FEATURE 19L /*!< Device is not configured with - the requested feature */ -#define XST_NOT_INTERRUPT 20L /*!< Device is not configured for - interrupt mode operation */ -#define XST_DEVICE_BUSY 21L /*!< Device is busy */ -#define XST_ERROR_COUNT_MAX 22L /*!< The error counters of a device - have maxed out */ -#define XST_IS_STARTED 23L /*!< Used when part of device is - already started i.e. - sub channel */ -#define XST_IS_STOPPED 24L /*!< Used when part of device is - already stopped i.e. - sub channel */ -#define XST_DATA_LOST 26L /*!< Driver defined error */ -#define XST_RECV_ERROR 27L /*!< Generic receive error */ -#define XST_SEND_ERROR 28L /*!< Generic transmit error */ -#define XST_NOT_ENABLED 29L /*!< A requested service is not - available because it has not - been enabled */ -#define XST_NO_ACCESS 30L /* Generic access error */ -#define XST_TIMEOUT 31L /*!< Event timeout occurred */ - -/** @} */ -/***************** Utility Component statuses 401 - 500 *********************/ -/** -@name Utility Component Status Codes 401 - 500 -@{ -*/ -#define XST_MEMTEST_FAILED 401L /*!< Memory test failed */ - -/** @} */ -/***************** Common Components statuses 501 - 1000 *********************/ -/** -@name Packet Fifo Status Codes 501 - 510 -@{ -*/ -/********************* Packet Fifo statuses 501 - 510 ************************/ - -#define XST_PFIFO_LACK_OF_DATA 501L /*!< Not enough data in FIFO */ -#define XST_PFIFO_NO_ROOM 502L /*!< Not enough room in FIFO */ -#define XST_PFIFO_BAD_REG_VALUE 503L /*!< Self test, a register value - was invalid after reset */ -#define XST_PFIFO_ERROR 504L /*!< Generic packet FIFO error */ -#define XST_PFIFO_DEADLOCK 505L /*!< Packet FIFO is reporting - * empty and full simultaneously - */ -/** @} */ -/** -@name DMA Status Codes 511 - 530 -@{ -*/ -/************************** DMA statuses 511 - 530 ***************************/ - -#define XST_DMA_TRANSFER_ERROR 511L /*!< Self test, DMA transfer - failed */ -#define XST_DMA_RESET_REGISTER_ERROR 512L /*!< Self test, a register value - was invalid after reset */ -#define XST_DMA_SG_LIST_EMPTY 513L /*!< Scatter gather list contains - no buffer descriptors ready - to be processed */ -#define XST_DMA_SG_IS_STARTED 514L /*!< Scatter gather not stopped */ -#define XST_DMA_SG_IS_STOPPED 515L /*!< Scatter gather not running */ -#define XST_DMA_SG_LIST_FULL 517L /*!< All the buffer descriptors of - the scatter gather list are - being used */ -#define XST_DMA_SG_BD_LOCKED 518L /*!< The scatter gather buffer - descriptor which is to be - copied over in the scatter - list is locked */ -#define XST_DMA_SG_NOTHING_TO_COMMIT 519L /*!< No buffer descriptors have been - put into the scatter gather - list to be committed */ -#define XST_DMA_SG_COUNT_EXCEEDED 521L /*!< The packet count threshold - specified was larger than the - total # of buffer descriptors - in the scatter gather list */ -#define XST_DMA_SG_LIST_EXISTS 522L /*!< The scatter gather list has - already been created */ -#define XST_DMA_SG_NO_LIST 523L /*!< No scatter gather list has - been created */ -#define XST_DMA_SG_BD_NOT_COMMITTED 524L /*!< The buffer descriptor which was - being started was not committed - to the list */ -#define XST_DMA_SG_NO_DATA 525L /*!< The buffer descriptor to start - has already been used by the - hardware so it can't be reused - */ -#define XST_DMA_SG_LIST_ERROR 526L /*!< General purpose list access - error */ -#define XST_DMA_BD_ERROR 527L /*!< General buffer descriptor - error */ -/** @} */ -/** -@name IPIF Status Codes Codes 531 - 550 -@{ -*/ -/************************** IPIF statuses 531 - 550 ***************************/ - -#define XST_IPIF_REG_WIDTH_ERROR 531L /*!< An invalid register width - was passed into the function */ -#define XST_IPIF_RESET_REGISTER_ERROR 532L /*!< The value of a register at - reset was not valid */ -#define XST_IPIF_DEVICE_STATUS_ERROR 533L /*!< A write to the device interrupt - status register did not read - back correctly */ -#define XST_IPIF_DEVICE_ACK_ERROR 534L /*!< The device interrupt status - register did not reset when - acked */ -#define XST_IPIF_DEVICE_ENABLE_ERROR 535L /*!< The device interrupt enable - register was not updated when - other registers changed */ -#define XST_IPIF_IP_STATUS_ERROR 536L /*!< A write to the IP interrupt - status register did not read - back correctly */ -#define XST_IPIF_IP_ACK_ERROR 537L /*!< The IP interrupt status register - did not reset when acked */ -#define XST_IPIF_IP_ENABLE_ERROR 538L /*!< IP interrupt enable register was - not updated correctly when other - registers changed */ -#define XST_IPIF_DEVICE_PENDING_ERROR 539L /*!< The device interrupt pending - register did not indicate the - expected value */ -#define XST_IPIF_DEVICE_ID_ERROR 540L /*!< The device interrupt ID register - did not indicate the expected - value */ -#define XST_IPIF_ERROR 541L /*!< Generic ipif error */ -/** @} */ - -/****************** Device specific statuses 1001 - 4095 *********************/ -/** -@name Ethernet Status Codes 1001 - 1050 -@{ -*/ -/********************* Ethernet statuses 1001 - 1050 *************************/ - -#define XST_EMAC_MEMORY_SIZE_ERROR 1001L /*!< Memory space is not big enough - * to hold the minimum number of - * buffers or descriptors */ -#define XST_EMAC_MEMORY_ALLOC_ERROR 1002L /*!< Memory allocation failed */ -#define XST_EMAC_MII_READ_ERROR 1003L /*!< MII read error */ -#define XST_EMAC_MII_BUSY 1004L /*!< An MII operation is in progress */ -#define XST_EMAC_OUT_OF_BUFFERS 1005L /*!< Driver is out of buffers */ -#define XST_EMAC_PARSE_ERROR 1006L /*!< Invalid driver init string */ -#define XST_EMAC_COLLISION_ERROR 1007L /*!< Excess deferral or late - * collision on polled send */ -/** @} */ -/** -@name UART Status Codes 1051 - 1075 -@{ -*/ -/*********************** UART statuses 1051 - 1075 ***************************/ -#define XST_UART - -#define XST_UART_INIT_ERROR 1051L -#define XST_UART_START_ERROR 1052L -#define XST_UART_CONFIG_ERROR 1053L -#define XST_UART_TEST_FAIL 1054L -#define XST_UART_BAUD_ERROR 1055L -#define XST_UART_BAUD_RANGE 1056L - -/** @} */ -/** -@name IIC Status Codes 1076 - 1100 -@{ -*/ -/************************ IIC statuses 1076 - 1100 ***************************/ - -#define XST_IIC_SELFTEST_FAILED 1076 /*!< self test failed */ -#define XST_IIC_BUS_BUSY 1077 /*!< bus found busy */ -#define XST_IIC_GENERAL_CALL_ADDRESS 1078 /*!< mastersend attempted with */ - /* general call address */ -#define XST_IIC_STAND_REG_RESET_ERROR 1079 /*!< A non parameterizable reg */ - /* value after reset not valid */ -#define XST_IIC_TX_FIFO_REG_RESET_ERROR 1080 /*!< Tx fifo included in design */ - /* value after reset not valid */ -#define XST_IIC_RX_FIFO_REG_RESET_ERROR 1081 /*!< Rx fifo included in design */ - /* value after reset not valid */ -#define XST_IIC_TBA_REG_RESET_ERROR 1082 /*!< 10 bit addr incl in design */ - /* value after reset not valid */ -#define XST_IIC_CR_READBACK_ERROR 1083 /*!< Read of the control register */ - /* didn't return value written */ -#define XST_IIC_DTR_READBACK_ERROR 1084 /*!< Read of the data Tx reg */ - /* didn't return value written */ -#define XST_IIC_DRR_READBACK_ERROR 1085 /*!< Read of the data Receive reg */ - /* didn't return value written */ -#define XST_IIC_ADR_READBACK_ERROR 1086 /*!< Read of the data Tx reg */ - /* didn't return value written */ -#define XST_IIC_TBA_READBACK_ERROR 1087 /*!< Read of the 10 bit addr reg */ - /* didn't return written value */ -#define XST_IIC_NOT_SLAVE 1088 /*!< The device isn't a slave */ -#define XST_IIC_ARB_LOST 1089 /*!< Arbitration lost for master */ -/** @} */ -/** -@name ATMC Status Codes 1101 - 1125 -@{ -*/ -/*********************** ATMC statuses 1101 - 1125 ***************************/ - -#define XST_ATMC_ERROR_COUNT_MAX 1101L /*!< the error counters in the ATM - controller hit the max value - which requires the statistics - to be cleared */ -/** @} */ -/** -@name Flash Status Codes 1126 - 1150 -@{ -*/ -/*********************** Flash statuses 1126 - 1150 **************************/ - -#define XST_FLASH_BUSY 1126L /*!< Flash is erasing or programming - */ -#define XST_FLASH_READY 1127L /*!< Flash is ready for commands */ -#define XST_FLASH_ERROR 1128L /*!< Flash had detected an internal - error. Use XFlash_DeviceControl - to retrieve device specific codes - */ -#define XST_FLASH_ERASE_SUSPENDED 1129L /*!< Flash is in suspended erase state - */ -#define XST_FLASH_WRITE_SUSPENDED 1130L /*!< Flash is in suspended write state - */ -#define XST_FLASH_PART_NOT_SUPPORTED 1131L /*!< Flash type not supported by - driver */ -#define XST_FLASH_NOT_SUPPORTED 1132L /*!< Operation not supported */ -#define XST_FLASH_TOO_MANY_REGIONS 1133L /*!< Too many erase regions */ -#define XST_FLASH_TIMEOUT_ERROR 1134L /*!< Programming or erase operation - aborted due to a timeout */ -#define XST_FLASH_ADDRESS_ERROR 1135L /*!< Accessed flash outside its - addressible range */ -#define XST_FLASH_ALIGNMENT_ERROR 1136L /*!< Write alignment error */ -#define XST_FLASH_BLOCKING_CALL_ERROR 1137L /*!< Couldn't return immediately from - write/erase function with - XFL_NON_BLOCKING_WRITE/ERASE - option cleared */ -#define XST_FLASH_CFI_QUERY_ERROR 1138L /*!< Failed to query the device */ -/** @} */ -/** -@name SPI Status Codes 1151 - 1175 -@{ -*/ -/*********************** SPI statuses 1151 - 1175 ****************************/ - -#define XST_SPI_MODE_FAULT 1151 /*!< master was selected as slave */ -#define XST_SPI_TRANSFER_DONE 1152 /*!< data transfer is complete */ -#define XST_SPI_TRANSMIT_UNDERRUN 1153 /*!< slave underruns transmit register */ -#define XST_SPI_RECEIVE_OVERRUN 1154 /*!< device overruns receive register */ -#define XST_SPI_NO_SLAVE 1155 /*!< no slave has been selected yet */ -#define XST_SPI_TOO_MANY_SLAVES 1156 /*!< more than one slave is being - * selected */ -#define XST_SPI_NOT_MASTER 1157 /*!< operation is valid only as master */ -#define XST_SPI_SLAVE_ONLY 1158 /*!< device is configured as slave-only - */ -#define XST_SPI_SLAVE_MODE_FAULT 1159 /*!< slave was selected while disabled */ -#define XST_SPI_SLAVE_MODE 1160 /*!< device has been addressed as slave */ -#define XST_SPI_RECEIVE_NOT_EMPTY 1161 /*!< device received data in slave mode */ - -#define XST_SPI_COMMAND_ERROR 1162 /*!< unrecognised command - qspi only */ -#define XST_SPI_POLL_DONE 1163 /*!< controller completed polling the - device for status */ -/** @} */ -/** -@name OPB Arbiter Status Codes 1176 - 1200 -@{ -*/ -/********************** OPB Arbiter statuses 1176 - 1200 *********************/ - -#define XST_OPBARB_INVALID_PRIORITY 1176 /*!< the priority registers have either - * one master assigned to two or more - * priorities, or one master not - * assigned to any priority - */ -#define XST_OPBARB_NOT_SUSPENDED 1177 /*!< an attempt was made to modify the - * priority levels without first - * suspending the use of priority - * levels - */ -#define XST_OPBARB_PARK_NOT_ENABLED 1178 /*!< bus parking by id was enabled but - * bus parking was not enabled - */ -#define XST_OPBARB_NOT_FIXED_PRIORITY 1179 /*!< the arbiter must be in fixed - * priority mode to allow the - * priorities to be changed - */ -/** @} */ -/** -@name INTC Status Codes 1201 - 1225 -@{ -*/ -/************************ Intc statuses 1201 - 1225 **************************/ - -#define XST_INTC_FAIL_SELFTEST 1201 /*!< self test failed */ -#define XST_INTC_CONNECT_ERROR 1202 /*!< interrupt already in use */ -/** @} */ -/** -@name TmrCtr Status Codes 1226 - 1250 -@{ -*/ -/********************** TmrCtr statuses 1226 - 1250 **************************/ - -#define XST_TMRCTR_TIMER_FAILED 1226 /*!< self test failed */ -/** @} */ -/** -@name WdtTb Status Codes 1251 - 1275 -@{ -*/ -/********************** WdtTb statuses 1251 - 1275 ***************************/ - -#define XST_WDTTB_TIMER_FAILED 1251L -/** @} */ -/** -@name PlbArb status Codes 1276 - 1300 -@{ -*/ -/********************** PlbArb statuses 1276 - 1300 **************************/ - -#define XST_PLBARB_FAIL_SELFTEST 1276L -/** @} */ -/** -@name Plb2Opb Status Codes 1301 - 1325 -@{ -*/ -/********************** Plb2Opb statuses 1301 - 1325 *************************/ - -#define XST_PLB2OPB_FAIL_SELFTEST 1301L -/** @} */ -/** -@name Opb2Plb Status 1326 - 1350 -@{ -*/ -/********************** Opb2Plb statuses 1326 - 1350 *************************/ - -#define XST_OPB2PLB_FAIL_SELFTEST 1326L -/** @} */ -/** -@name SysAce Status Codes 1351 - 1360 -@{ -*/ -/********************** SysAce statuses 1351 - 1360 **************************/ - -#define XST_SYSACE_NO_LOCK 1351L /*!< No MPU lock has been granted */ -/** @} */ -/** -@name PCI Bridge Status Codes 1361 - 1375 -@{ -*/ -/********************** PCI Bridge statuses 1361 - 1375 **********************/ - -#define XST_PCI_INVALID_ADDRESS 1361L -/** @} */ -/** -@name FlexRay Constants 1400 - 1409 -@{ -*/ -/********************** FlexRay constants 1400 - 1409 *************************/ - -#define XST_FR_TX_ERROR 1400 -#define XST_FR_TX_BUSY 1401 -#define XST_FR_BUF_LOCKED 1402 -#define XST_FR_NO_BUF 1403 -/** @} */ -/** -@name USB constants 1410 - 1420 -@{ -*/ -/****************** USB constants 1410 - 1420 *******************************/ - -#define XST_USB_ALREADY_CONFIGURED 1410 -#define XST_USB_BUF_ALIGN_ERROR 1411 -#define XST_USB_NO_DESC_AVAILABLE 1412 -#define XST_USB_BUF_TOO_BIG 1413 -#define XST_USB_NO_BUF 1414 -/** @} */ -/** -@name HWICAP constants 1421 - 1429 -@{ -*/ -/****************** HWICAP constants 1421 - 1429 *****************************/ - -#define XST_HWICAP_WRITE_DONE 1421 - -/** @} */ -/** -@name AXI VDMA constants 1430 - 1440 -@{ -*/ -/****************** AXI VDMA constants 1430 - 1440 *****************************/ - -#define XST_VDMA_MISMATCH_ERROR 1430 -/** @} */ -/** -@name NAND Flash Status Codes 1441 - 1459 -@{ -*/ -/*********************** NAND Flash statuses 1441 - 1459 *********************/ - -#define XST_NAND_BUSY 1441L /*!< Flash is erasing or - * programming - */ -#define XST_NAND_READY 1442L /*!< Flash is ready for commands - */ -#define XST_NAND_ERROR 1443L /*!< Flash had detected an - * internal error. - */ -#define XST_NAND_PART_NOT_SUPPORTED 1444L /*!< Flash type not supported by - * driver - */ -#define XST_NAND_OPT_NOT_SUPPORTED 1445L /*!< Operation not supported - */ -#define XST_NAND_TIMEOUT_ERROR 1446L /*!< Programming or erase - * operation aborted due to a - * timeout - */ -#define XST_NAND_ADDRESS_ERROR 1447L /*!< Accessed flash outside its - * addressible range - */ -#define XST_NAND_ALIGNMENT_ERROR 1448L /*!< Write alignment error - */ -#define XST_NAND_PARAM_PAGE_ERROR 1449L /*!< Failed to read parameter - * page of the device - */ -#define XST_NAND_CACHE_ERROR 1450L /*!< Flash page buffer error - */ - -#define XST_NAND_WRITE_PROTECTED 1451L /*!< Flash is write protected - */ -/** @} */ - -/**************************** Type Definitions *******************************/ - -typedef s32 XStatus; - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup common_status_codes". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xtime_l.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xtime_l.c deleted file mode 100644 index a2443fe..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xtime_l.c +++ /dev/null @@ -1,100 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.c -* -* This file contains low level functions to get/set time from the Global Timer -* register in the ARM Cortex A9 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 1.00a rp/sdm 11/03/09 Initial release.
-* 3.07a sgd    07/05/12 Updated get/set time functions to make use Global Timer
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -* @note None. -* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xtime_l.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) -#pragma message ("For the sleep routines, Global timer is being used") -#endif -/****************************************************************************/ -/** -* @brief Set the time in the Global Timer Counter Register. -* -* @param Xtime_Global: 64-bit Value to be written to the Global Timer -* Counter Register. -* -* @return None. -* -* @note When this function is called by any one processor in a multi- -* processor environment, reference time will reset/lost for all -* processors. -* -****************************************************************************/ -void XTime_SetTime(XTime Xtime_Global) -{ - /* Disable Global Timer */ - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_CONTROL_OFFSET, (u32)0x0); - - /* Updating Global Timer Counter Register */ - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_COUNTER_LOWER_OFFSET, (u32)Xtime_Global); - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_COUNTER_UPPER_OFFSET, - (u32)((u32)(Xtime_Global>>32U))); - - /* Enable Global Timer */ - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_CONTROL_OFFSET, (u32)0x1); -} - -/****************************************************************************/ -/** -* @brief Get the time from the Global Timer Counter Register. -* -* @param Xtime_Global: Pointer to the 64-bit location which will be -* updated with the current timer value. -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XTime_GetTime(XTime *Xtime_Global) -{ - u32 low; - u32 high; - - /* Reading Global Timer Counter Register */ - do - { - high = Xil_In32(GLOBAL_TMR_BASEADDR + GTIMER_COUNTER_UPPER_OFFSET); - low = Xil_In32(GLOBAL_TMR_BASEADDR + GTIMER_COUNTER_LOWER_OFFSET); - } while(Xil_In32(GLOBAL_TMR_BASEADDR + GTIMER_COUNTER_UPPER_OFFSET) != high); - - *Xtime_Global = (((XTime) high) << 32U) | (XTime) low; -} diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xtime_l.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xtime_l.h deleted file mode 100644 index 9d17f5c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xtime_l.h +++ /dev/null @@ -1,86 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.h -* @addtogroup a9_time_apis Cortex A9 Time Functions -* -* xtime_l.h provides access to the 64-bit Global Counter in the PMU. This -* counter increases by one at every two processor cycles. These functions can -* be used to get/set time in the global timer. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 1.00a rp/sdm 11/03/09 Initial release.
-* 3.06a sgd    05/15/12 Updated get/set time functions to make use Global Timer
-* 3.06a asa    06/17/12 Reverted back the changes to make use Global Timer.
-* 3.07a sgd    07/05/12 Updated get/set time functions to make use Global Timer
-* 6.6   srm    10/23/17 Updated the macros to support user configurable sleep
-*						implementation
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XTIME_H /* prevent circular inclusions */ -#define XTIME_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -typedef u64 XTime; - -/************************** Constant Definitions *****************************/ -#define GLOBAL_TMR_BASEADDR XPAR_GLOBAL_TMR_BASEADDR -#define GTIMER_COUNTER_LOWER_OFFSET 0x00U -#define GTIMER_COUNTER_UPPER_OFFSET 0x04U -#define GTIMER_CONTROL_OFFSET 0x08U - -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_SECOND (SLEEP_TIMER_FREQUENCY) -#else -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_SECOND (XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ /2) -#endif -/************************** Variable Definitions *****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes ******************************/ - -void XTime_SetTime(XTime Xtime_Global); -void XTime_GetTime(XTime *Xtime_Global); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XTIME_H */ -/** -* @} End of "addtogroup a9_time_apis". -*/ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/Makefile deleted file mode 100644 index 5feeb49..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps.c deleted file mode 100644 index f958643..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps.c +++ /dev/null @@ -1,630 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps.c -* @addtogroup uartps_v3_11 -* @{ -* -* This file contains the implementation of the interface functions for XUartPs -* driver. Refer to the header file xuartps.h for more detailed information. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	 Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	drg/jz 01/13/10 First Release
-* 2.2   hk     06/23/14 SW reset of RX and TX should be done when changing
-*                       baud rate. CR# 804281.
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.1	kvn    04/10/15 Modified code for latest RTL changes.
-* 3.5	NK     09/26/17 Fix the RX Buffer Overflow issue.
-* 3.7   aru    08/17/18 Resolved MISRA-C mandatory violations.(CR#1007755)
-* 3.9   sd     02/06/20 Added clock support
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xstatus.h" -#include "xuartps.h" -#include "xil_io.h" - -/************************** Constant Definitions ****************************/ - -/* The following constant defines the amount of error that is allowed for - * a specified baud rate. This error is the difference between the actual - * baud rate that will be generated using the specified clock and the - * desired baud rate. - */ -#define XUARTPS_MAX_BAUD_ERROR_RATE 3U /* max % error allowed */ - -/**************************** Type Definitions ******************************/ - - -/***************** Macros (Inline Functions) Definitions ********************/ - - -/************************** Function Prototypes *****************************/ - -static void XUartPs_StubHandler(void *CallBackRef, u32 Event, - u32 ByteCount); - -u32 XUartPs_SendBuffer(XUartPs *InstancePtr); - -u32 XUartPs_ReceiveBuffer(XUartPs *InstancePtr); - -/************************** Variable Definitions ****************************/ - -/****************************************************************************/ -/** -* -* Initializes a specific XUartPs instance such that it is ready to be used. -* The data format of the device is setup for 8 data bits, 1 stop bit, and no -* parity by default. The baud rate is set to a default value specified by -* Config->DefaultBaudRate if set, otherwise it is set to 19.2K baud. The -* receive FIFO threshold is set for 8 bytes. The default operating mode of the -* driver is polled mode. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param Config is a reference to a structure containing information -* about a specific XUartPs driver. -* @param EffectiveAddr is the device base address in the virtual memory -* address space. The caller is responsible for keeping the address -* mapping from EffectiveAddr to the device physical base address -* unchanged once this function is invoked. Unexpected errors may -* occur if the address mapping changes after this function is -* called. If address translation is not used, pass in the physical -* address instead. -* -* @return -* -* - XST_SUCCESS if initialization was successful -* - XST_UART_BAUD_ERROR if the baud rate is not possible because -* the inputclock frequency is not divisible with an acceptable -* amount of error -* -* @note -* -* The default configuration for the UART after initialization is: -* -* - 19,200 bps or XPAR_DFT_BAUDRATE if defined -* - 8 data bits -* - 1 stop bit -* - no parity -* - FIFO's are enabled with a receive threshold of 8 bytes -* - The RX timeout is enabled with a timeout of 1 (4 char times) -* -* All interrupts are disabled. -* -*****************************************************************************/ -s32 XUartPs_CfgInitialize(XUartPs *InstancePtr, - XUartPs_Config * Config, u32 EffectiveAddr) -{ - s32 Status; - u32 ModeRegister; - u32 BaudRate; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(Config != NULL); - - /* Setup the driver instance using passed in parameters */ - InstancePtr->Config.BaseAddress = EffectiveAddr; - InstancePtr->Config.InputClockHz = Config->InputClockHz; -#if defined (XCLOCKING) - InstancePtr->Config.RefClk = Config->RefClk; -#endif - InstancePtr->Config.ModemPinsConnected = Config->ModemPinsConnected; - - /* Initialize other instance data to default values */ - InstancePtr->Handler = (XUartPs_Handler)XUartPs_StubHandler; - - InstancePtr->SendBuffer.NextBytePtr = NULL; - InstancePtr->SendBuffer.RemainingBytes = 0U; - InstancePtr->SendBuffer.RequestedBytes = 0U; - - InstancePtr->ReceiveBuffer.NextBytePtr = NULL; - InstancePtr->ReceiveBuffer.RemainingBytes = 0U; - InstancePtr->ReceiveBuffer.RequestedBytes = 0U; - - /* Initialize the platform data */ - InstancePtr->Platform = XGetPlatform_Info(); - - InstancePtr->is_rxbs_error = 0U; - - /* Flag that the driver instance is ready to use */ - InstancePtr->IsReady = XIL_COMPONENT_IS_READY; - - /* - * Set the default baud rate here, can be changed prior to - * starting the device - */ - BaudRate = (u32)XUARTPS_DFT_BAUDRATE; - Status = XUartPs_SetBaudRate(InstancePtr, BaudRate); - if (Status != (s32)XST_SUCCESS) { - InstancePtr->IsReady = 0U; - } else { - - /* - * Set up the default data format: 8 bit data, 1 stop bit, no - * parity - */ - ModeRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - - /* Mask off what's already there */ - ModeRegister &= (~((u32)XUARTPS_MR_CHARLEN_MASK | - (u32)XUARTPS_MR_STOPMODE_MASK | - (u32)XUARTPS_MR_PARITY_MASK)); - - /* Set the register value to the desired data format */ - ModeRegister |= ((u32)XUARTPS_MR_CHARLEN_8_BIT | - (u32)XUARTPS_MR_STOPMODE_1_BIT | - (u32)XUARTPS_MR_PARITY_NONE); - - /* Write the mode register out */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_MR_OFFSET, - ModeRegister); - - /* Set the RX FIFO trigger at 8 data bytes. */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_RXWM_OFFSET, 0x08U); - - /* Set the RX timeout to 1, which will be 4 character time */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_RXTOUT_OFFSET, 0x01U); - - /* Disable all interrupts, polled mode is the default */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_IDR_OFFSET, - XUARTPS_IXR_MASK); - - Status = XST_SUCCESS; - } - return Status; -} - -/****************************************************************************/ -/** -* -* This functions sends the specified buffer using the device in either -* polled or interrupt driven mode. This function is non-blocking, if the device -* is busy sending data, it will return and indicate zero bytes were sent. -* Otherwise, it fills the TX FIFO as much as it can, and return the number of -* bytes sent. -* -* In a polled mode, this function will only send as much data as TX FIFO can -* buffer. The application may need to call it repeatedly to send the entire -* buffer. -* -* In interrupt mode, this function will start sending the specified buffer, -* then the interrupt handler will continue sending data until the entire -* buffer has been sent. A callback function, as specified by the application, -* will be called to indicate the completion of sending. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param BufferPtr is pointer to a buffer of data to be sent. -* @param NumBytes contains the number of bytes to be sent. A value of -* zero will stop a previous send operation that is in progress -* in interrupt mode. Any data that was already put into the -* transmit FIFO will be sent. -* -* @return The number of bytes actually sent. -* -* @note -* -* The number of bytes is not asserted so that this function may be called with -* a value of zero to stop an operation that is already in progress. -*

-* -*****************************************************************************/ -u32 XUartPs_Send(XUartPs *InstancePtr, u8 *BufferPtr, - u32 NumBytes) -{ - u32 BytesSent; - - /* Asserts validate the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(BufferPtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - -#if defined (XCLOCKING) - Xil_ClockEnable(InstancePtr->Config.RefClk); -#endif - /* - * Disable the UART transmit interrupts to allow this call to stop a - * previous operation that may be interrupt driven. - */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_IDR_OFFSET, - (XUARTPS_IXR_TXEMPTY | XUARTPS_IXR_TXFULL)); - - /* Setup the buffer parameters */ - InstancePtr->SendBuffer.RequestedBytes = NumBytes; - InstancePtr->SendBuffer.RemainingBytes = NumBytes; - InstancePtr->SendBuffer.NextBytePtr = BufferPtr; - - /* - * Transmit interrupts will be enabled in XUartPs_SendBuffer(), after - * filling the TX FIFO. - */ - BytesSent = XUartPs_SendBuffer(InstancePtr); - - return BytesSent; -} - -/****************************************************************************/ -/** -* -* This function attempts to receive a specified number of bytes of data -* from the device and store it into the specified buffer. This function works -* for both polled or interrupt driven modes. It is non-blocking. -* -* In a polled mode, this function will only receive the data already in the -* RX FIFO. The application may need to call it repeatedly to receive the -* entire buffer. Polled mode is the default mode of operation for the device. -* -* In interrupt mode, this function will start the receiving, if not the entire -* buffer has been received, the interrupt handler will continue receiving data -* until the entire buffer has been received. A callback function, as specified -* by the application, will be called to indicate the completion of the -* receiving or error conditions. -* -* @param InstancePtr is a pointer to the XUartPs instance -* @param BufferPtr is pointer to buffer for data to be received into -* @param NumBytes is the number of bytes to be received. A value of zero -* will stop a previous receive operation that is in progress in -* interrupt mode. -* -* @return The number of bytes received. -* -* @note -* -* The number of bytes is not asserted so that this function may be called -* with a value of zero to stop an operation that is already in progress. -* -*****************************************************************************/ -u32 XUartPs_Recv(XUartPs *InstancePtr, - u8 *BufferPtr, u32 NumBytes) -{ - u32 ReceivedCount; - u32 ImrRegister; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(BufferPtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - -#if defined (XCLOCKING) - Xil_ClockEnable(InstancePtr->Config.RefClk); -#endif - /* - * Disable all the interrupts. - * This stops a previous operation that may be interrupt driven - */ - ImrRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_IMR_OFFSET); - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_IDR_OFFSET, - XUARTPS_IXR_MASK); - - /* Setup the buffer parameters */ - InstancePtr->ReceiveBuffer.RequestedBytes = NumBytes; - InstancePtr->ReceiveBuffer.RemainingBytes = NumBytes; - InstancePtr->ReceiveBuffer.NextBytePtr = BufferPtr; - - /* Receive the data from the device */ - ReceivedCount = XUartPs_ReceiveBuffer(InstancePtr); - - /* Restore the interrupt state */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_IER_OFFSET, - ImrRegister); - - return ReceivedCount; -} - -/****************************************************************************/ -/* -* -* This function sends a buffer that has been previously specified by setting -* up the instance variables of the instance. This function is an internal -* function for the XUartPs driver such that it may be called from a shell -* function that sets up the buffer or from an interrupt handler. -* -* This function sends the specified buffer in either polled or interrupt -* driven modes. This function is non-blocking. -* -* In a polled mode, this function only sends as much data as the TX FIFO -* can buffer. The application may need to call it repeatedly to send the -* entire buffer. -* -* In interrupt mode, this function starts the sending of the buffer, if not -* the entire buffer has been sent, then the interrupt handler continues the -* sending until the entire buffer has been sent. A callback function, as -* specified by the application, will be called to indicate the completion of -* sending. -* -* @param InstancePtr is a pointer to the XUartPs instance -* -* @return The number of bytes actually sent -* -* @note None. -* -*****************************************************************************/ -u32 XUartPs_SendBuffer(XUartPs *InstancePtr) -{ - u32 SentCount = 0U; - u32 ImrRegister; - - /* - * If the TX FIFO is full, send nothing. - * Otherwise put bytes into the TX FIFO unil it is full, or all of the - * data has been put into the FIFO. - */ - while ((!XUartPs_IsTransmitFull(InstancePtr->Config.BaseAddress)) && - (InstancePtr->SendBuffer.RemainingBytes > SentCount)) { - - /* Fill the FIFO from the buffer */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_FIFO_OFFSET, - ((u32)InstancePtr->SendBuffer. - NextBytePtr[SentCount])); - - /* Increment the send count. */ - SentCount++; - } - - /* Update the buffer to reflect the bytes that were sent from it */ - InstancePtr->SendBuffer.NextBytePtr += SentCount; - InstancePtr->SendBuffer.RemainingBytes -= SentCount; - - /* - * If interrupts are enabled as indicated by the receive interrupt, then - * enable the TX FIFO empty interrupt, so further action can be taken - * for this sending. - */ - ImrRegister = - XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_IMR_OFFSET); - if (((ImrRegister & XUARTPS_IXR_RXFULL) != (u32)0) || - ((ImrRegister & XUARTPS_IXR_RXEMPTY) != (u32)0)|| - ((ImrRegister & XUARTPS_IXR_RXOVR) != (u32)0)) { - - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_IER_OFFSET, - ImrRegister | (u32)XUARTPS_IXR_TXEMPTY); - } - - return SentCount; -} - -/****************************************************************************/ -/* -* -* This function receives a buffer that has been previously specified by setting -* up the instance variables of the instance. This function is an internal -* function, and it may be called from a shell function that sets up the buffer -* or from an interrupt handler. -* -* This function attempts to receive a specified number of bytes from the -* device and store it into the specified buffer. This function works for -* either polled or interrupt driven modes. It is non-blocking. -* -* In polled mode, this function only receives as much data as in the RX FIFO. -* The application may need to call it repeatedly to receive the entire buffer. -* Polled mode is the default mode for the driver. -* -* In interrupt mode, this function starts the receiving, if not the entire -* buffer has been received, the interrupt handler will continue until the -* entire buffer has been received. A callback function, as specified by the -* application, will be called to indicate the completion of the receiving or -* error conditions. -* -* @param InstancePtr is a pointer to the XUartPs instance -* -* @return The number of bytes received. -* -* @note None. -* -*****************************************************************************/ -u32 XUartPs_ReceiveBuffer(XUartPs *InstancePtr) -{ - u32 CsrRegister; - u32 ReceivedCount = 0U; - u32 ByteStatusValue, EventData; - u32 Event; - - /* - * Read the Channel Status Register to determine if there is any data in - * the RX FIFO - */ - CsrRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_SR_OFFSET); - - /* - * Loop until there is no more data in RX FIFO or the specified - * number of bytes has been received - */ - while((ReceivedCount < InstancePtr->ReceiveBuffer.RemainingBytes)&& - (((CsrRegister & XUARTPS_SR_RXEMPTY) == (u32)0))){ - - if (InstancePtr->is_rxbs_error) { - ByteStatusValue = XUartPs_ReadReg( - InstancePtr->Config.BaseAddress, - XUARTPS_RXBS_OFFSET); - if((ByteStatusValue & XUARTPS_RXBS_MASK)!= (u32)0) { - EventData = ByteStatusValue; - Event = XUARTPS_EVENT_PARE_FRAME_BRKE; - /* - * Call the application handler to indicate that there is a receive - * error or a break interrupt, if the application cares about the - * error it call a function to get the last errors. - */ - InstancePtr->Handler(InstancePtr->CallBackRef, - Event, EventData); - } - } - - InstancePtr->ReceiveBuffer.NextBytePtr[ReceivedCount] = - XUartPs_ReadReg(InstancePtr->Config. - BaseAddress, - XUARTPS_FIFO_OFFSET); - - ReceivedCount++; - - CsrRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_SR_OFFSET); - } - InstancePtr->is_rxbs_error = 0; - /* - * Update the receive buffer to reflect the number of bytes just - * received - */ - if(InstancePtr->ReceiveBuffer.NextBytePtr != NULL){ - InstancePtr->ReceiveBuffer.NextBytePtr += ReceivedCount; - } - InstancePtr->ReceiveBuffer.RemainingBytes -= ReceivedCount; - - return ReceivedCount; -} - -/*****************************************************************************/ -/** -* -* Sets the baud rate for the device. Checks the input value for -* validity and also verifies that the requested rate can be configured to -* within the maximum error range specified by XUARTPS_MAX_BAUD_ERROR_RATE. -* If the provided rate is not possible, the current setting is unchanged. -* -* @param InstancePtr is a pointer to the XUartPs instance -* @param BaudRate to be set -* -* @return -* - XST_SUCCESS if everything configured as expected -* - XST_UART_BAUD_ERROR if the requested rate is not available -* because there was too much error -* -* @note None. -* -*****************************************************************************/ -s32 XUartPs_SetBaudRate(XUartPs *InstancePtr, u32 BaudRate) -{ - u32 IterBAUDDIV; /* Iterator for available baud divisor values */ - u32 BRGR_Value; /* Calculated value for baud rate generator */ - u32 CalcBaudRate; /* Calculated baud rate */ - u32 BaudError; /* Diff between calculated and requested baud rate */ - u32 Best_BRGR = 0U; /* Best value for baud rate generator */ - u8 Best_BAUDDIV = 0U; /* Best value for baud divisor */ - u32 Best_Error = 0xFFFFFFFFU; - u32 PercentError; - u32 ModeReg; - u32 InputClk; - - /* Asserts validate the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid(BaudRate <= (u32)XUARTPS_MAX_RATE); - Xil_AssertNonvoid(BaudRate >= (u32)XUARTPS_MIN_RATE); - - /* - * Make sure the baud rate is not impossilby large. - * Fastest possible baud rate is Input Clock / 2. - */ - if ((BaudRate * 2) > InstancePtr->Config.InputClockHz) { - return XST_UART_BAUD_ERROR; - } - /* Check whether the input clock is divided by 8 */ - ModeReg = XUartPs_ReadReg( InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - - InputClk = InstancePtr->Config.InputClockHz; - if(ModeReg & XUARTPS_MR_CLKSEL) { - InputClk = InstancePtr->Config.InputClockHz / 8; - } - - /* - * Determine the Baud divider. It can be 4to 254. - * Loop through all possible combinations - */ - for (IterBAUDDIV = 4; IterBAUDDIV < 255; IterBAUDDIV++) { - - /* Calculate the value for BRGR register */ - BRGR_Value = InputClk / (BaudRate * (IterBAUDDIV + 1)); - - /* Calculate the baud rate from the BRGR value */ - CalcBaudRate = InputClk/ (BRGR_Value * (IterBAUDDIV + 1)); - - /* Avoid unsigned integer underflow */ - if (BaudRate > CalcBaudRate) { - BaudError = BaudRate - CalcBaudRate; - } - else { - BaudError = CalcBaudRate - BaudRate; - } - - /* Find the calculated baud rate closest to requested baud rate. */ - if (Best_Error > BaudError) { - - Best_BRGR = BRGR_Value; - Best_BAUDDIV = IterBAUDDIV; - Best_Error = BaudError; - } - } - - /* Make sure the best error is not too large. */ - PercentError = (Best_Error * 100) / BaudRate; - if (XUARTPS_MAX_BAUD_ERROR_RATE < PercentError) { - return XST_UART_BAUD_ERROR; - } - - /* Disable TX and RX to avoid glitches when setting the baud rate. */ - XUartPs_DisableUart(InstancePtr); - - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_BAUDGEN_OFFSET, Best_BRGR); - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_BAUDDIV_OFFSET, Best_BAUDDIV); - - /* RX and TX SW reset */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_CR_OFFSET, - XUARTPS_CR_TXRST | XUARTPS_CR_RXRST); - - /* Enable device */ - XUartPs_EnableUart(InstancePtr); - - InstancePtr->BaudRate = BaudRate; - - return XST_SUCCESS; - -} - -/****************************************************************************/ -/** -* -* This function is a stub handler that is the default handler such that if the -* application has not set the handler when interrupts are enabled, this -* function will be called. -* -* @param CallBackRef is unused by this function. -* @param Event is unused by this function. -* @param ByteCount is unused by this function. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -static void XUartPs_StubHandler(void *CallBackRef, u32 Event, - u32 ByteCount) -{ - (void) CallBackRef; - (void) Event; - (void) ByteCount; - /* Assert occurs always since this is a stub and should never be called */ - Xil_AssertVoidAlways(); -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps.h deleted file mode 100644 index bb3765d..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps.h +++ /dev/null @@ -1,504 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps.h -* @addtogroup uartps_v3_11 -* @{ -* @details -* -* This driver supports the following features: -* -* - Dynamic data format (baud rate, data bits, stop bits, parity) -* - Polled mode -* - Interrupt driven mode -* - Transmit and receive FIFOs (32 byte FIFO depth) -* - Access to the external modem control lines -* -* Initialization & Configuration -* -* The XUartPs_Config structure is used by the driver to configure itself. -* Fields inside this structure are properties of XUartPs based on its hardware -* build. -* -* To support multiple runtime loading and initialization strategies employed -* by various operating systems, the driver instance can be initialized in the -* following way: -* -* - XUartPs_CfgInitialize(InstancePtr, CfgPtr, EffectiveAddr) - Uses a -* configuration structure provided by the caller. If running in a system -* with address translation, the parameter EffectiveAddr should be the -* virtual address. -* -* Baud Rate -* -* The UART has an internal baud rate generator, which furnishes the baud rate -* clock for both the receiver and the transmitter. The input clock frequency -* can be either the master clock or the master clock divided by 8, configured -* through the mode register. -* -* Accompanied with the baud rate divider register, the baud rate is determined -* by: -*
-*	baud_rate = input_clock / (bgen * (bdiv + 1)
-* 
-* where bgen is the value of the baud rate generator, and bdiv is the value of -* baud rate divider. -* -* Interrupts -* -* The FIFOs are not flushed when the driver is initialized, but a function is -* provided to allow the user to reset the FIFOs if desired. -* -* The driver defaults to no interrupts at initialization such that interrupts -* must be enabled if desired. An interrupt is generated for one of the -* following conditions. -* -* - A change in the modem signals -* - Data in the receive FIFO for a configuable time without receiver activity -* - A parity error -* - A framing error -* - An overrun error -* - Transmit FIFO is full -* - Transmit FIFO is empty -* - Receive FIFO is full -* - Receive FIFO is empty -* - Data in the receive FIFO equal to the receive threshold -* -* The application can control which interrupts are enabled using the -* XUartPs_SetInterruptMask() function. -* -* In order to use interrupts, it is necessary for the user to connect the -* driver interrupt handler, XUartPs_InterruptHandler(), to the interrupt -* system of the application. A separate handler should be provided by the -* application to communicate with the interrupt system, and conduct -* application specific interrupt handling. An application registers its own -* handler through the XUartPs_SetHandler() function. -* -* Data Transfer -* -* The functions, XUartPs_Send() and XUartPs_Recv(), are provided in the -* driver to allow data to be sent and received. They can be used in either -* polled or interrupt mode. -* -* @note -* -* The default configuration for the UART after initialization is: -* -* - 9,600 bps or XPAR_DFT_BAUDRATE if defined -* - 8 data bits -* - 1 stop bit -* - no parity -* - FIFO's are enabled with a receive threshold of 8 bytes -* - The RX timeout is enabled with a timeout of 1 (4 char times) -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00a	drg/jz 01/12/10 First Release
-* 1.00a sdm    09/27/11 Fixed compiler warnings and also a bug
-*		        in XUartPs_SetFlowDelay where the value was not
-*			being written to the register.
-* 1.01a sdm    12/20/11 Removed the InputClockHz parameter from the XUartPs
-*			instance structure and the driver is updated to use
-*			InputClockHz parameter from the XUartPs_Config config
-*			structure.
-*			Added a parameter to XUartPs_Config structure which
-*			specifies whether the user has selected Modem pins
-*			to be connected to MIO or FMIO.
-*			Added the tcl file to generate the xparameters.h
-* 1.02a sg     05/16/12	Changed XUARTPS_RXWM_MASK to 0x3F for CR 652540 fix.
-* 1.03a sg     07/16/12 Updated XUARTPS_FORMAT_7_BITS and XUARTPS_FORMAT_6_BITS
-*			with the correct values for CR 666724
-* 			Added defines for XUARTPS_IXR_TOVR,  XUARTPS_IXR_TNFUL
-*			and XUARTPS_IXR_TTRIG.
-*			Modified the name of these defines
-*			XUARTPS_MEDEMSR_DCDX to XUARTPS_MODEMSR_DDCD
-*			XUARTPS_MEDEMSR_RIX to XUARTPS_MODEMSR_TERI
-*			XUARTPS_MEDEMSR_DSRX to XUARTPS_MODEMSR_DDSR
-*			XUARTPS_MEDEMSR_CTSX to XUARTPS_MODEMSR_DCTS
-* 1.05a hk     08/22/13 Added API for uart reset and related
-*			constant definitions.
-* 2.0   hk      03/07/14 Version number revised.
-* 2.1   hk     04/16/14 Change XUARTPS_MAX_RATE to 921600. CR# 780625.
-* 2.2   hk     06/23/14 SW reset of RX and TX should be done when changing
-*                       baud rate. CR# 804281.
-* 3.0   vm     12/09/14 Modified source code according to misrac guideline.
-*			Support for Zynq Ultrascale Mp added.
-* 3.1	kvn    04/10/15 Modified code for latest RTL changes. Also added
-*						platform variable in driver instance structure.
-* 3.1   adk   14/03/16  Include interrupt examples in the peripheral test when
-*			uart is connected to a valid interrupt controller CR#946803.
-* 3.2   rk     07/20/16 Modified the logic for transmission break bit set
-* 3.4   ms     01/23/17 Added xil_printf statement in main function for all
-*                       examples to ensure that "Successfully ran" and "Failed"
-*                       strings are available in all examples. This is a fix
-*                       for CR-965028.
-*       ms     03/17/17 Added readme.txt file in examples folder for doxygen
-*                       generation.
-* 3.6   ms     02/16/18 Updates the flow control mode offset value in modem
-*                       control register.
-* 3.7   aru    08/17/18 Resolved MISRA-C:2012 compliance mandatory violations.
-* 3.9   rna    12/03/19 Modified the XUARTPS_MAX_RATE macro.
-* 3.9   sd     02/06/20 Added clock support
-*
-* 
-* -*****************************************************************************/ - -#ifndef XUARTPS_H /* prevent circular inclusions */ -#define XUARTPS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xstatus.h" -#include "xuartps_hw.h" -#include "xplatform_info.h" -#if defined (XCLOCKING) -#include "xil_clocking.h" -#endif - -/************************** Constant Definitions ****************************/ - -/* - * The following constants indicate the max and min baud rates and these - * numbers are based only on the testing that has been done. The hardware - * is capable of other baud rates. - */ -#define XUARTPS_MAX_RATE 6240000U -#define XUARTPS_MIN_RATE 110U - -#define XUARTPS_DFT_BAUDRATE 115200U /* Default baud rate */ - -/** @name Configuration options - * @{ - */ -/** - * These constants specify the options that may be set or retrieved - * with the driver, each is a unique bit mask such that multiple options - * may be specified. These constants indicate the available options - * in active state. - * - */ - -#define XUARTPS_OPTION_SET_BREAK 0x0080U /**< Starts break transmission */ -#define XUARTPS_OPTION_STOP_BREAK 0x0040U /**< Stops break transmission */ -#define XUARTPS_OPTION_RESET_TMOUT 0x0020U /**< Reset the receive timeout */ -#define XUARTPS_OPTION_RESET_TX 0x0010U /**< Reset the transmitter */ -#define XUARTPS_OPTION_RESET_RX 0x0008U /**< Reset the receiver */ -#define XUARTPS_OPTION_ASSERT_RTS 0x0004U /**< Assert the RTS bit */ -#define XUARTPS_OPTION_ASSERT_DTR 0x0002U /**< Assert the DTR bit */ -#define XUARTPS_OPTION_SET_FCM 0x0001U /**< Turn on flow control mode */ -/*@}*/ - - -/** @name Channel Operational Mode - * - * The UART can operate in one of four modes: Normal, Local Loopback, Remote - * Loopback, or automatic echo. - * - * @{ - */ - -#define XUARTPS_OPER_MODE_NORMAL (u8)0x00U /**< Normal Mode */ -#define XUARTPS_OPER_MODE_AUTO_ECHO (u8)0x01U /**< Auto Echo Mode */ -#define XUARTPS_OPER_MODE_LOCAL_LOOP (u8)0x02U /**< Local Loopback Mode */ -#define XUARTPS_OPER_MODE_REMOTE_LOOP (u8)0x03U /**< Remote Loopback Mode */ - -/* @} */ - -/** @name Data format values - * - * These constants specify the data format that the driver supports. - * The data format includes the number of data bits, the number of stop - * bits and parity. - * - * @{ - */ -#define XUARTPS_FORMAT_8_BITS 0U /**< 8 data bits */ -#define XUARTPS_FORMAT_7_BITS 2U /**< 7 data bits */ -#define XUARTPS_FORMAT_6_BITS 3U /**< 6 data bits */ - -#define XUARTPS_FORMAT_NO_PARITY 4U /**< No parity */ -#define XUARTPS_FORMAT_MARK_PARITY 3U /**< Mark parity */ -#define XUARTPS_FORMAT_SPACE_PARITY 2U /**< parity */ -#define XUARTPS_FORMAT_ODD_PARITY 1U /**< Odd parity */ -#define XUARTPS_FORMAT_EVEN_PARITY 0U /**< Even parity */ - -#define XUARTPS_FORMAT_2_STOP_BIT 2U /**< 2 stop bits */ -#define XUARTPS_FORMAT_1_5_STOP_BIT 1U /**< 1.5 stop bits */ -#define XUARTPS_FORMAT_1_STOP_BIT 0U /**< 1 stop bit */ -/*@}*/ - -/** @name Callback events - * - * These constants specify the handler events that an application can handle - * using its specific handler function. Note that these constants are not bit - * mask, so only one event can be passed to an application at a time. - * - * @{ - */ -#define XUARTPS_EVENT_RECV_DATA 1U /**< Data receiving done */ -#define XUARTPS_EVENT_RECV_TOUT 2U /**< A receive timeout occurred */ -#define XUARTPS_EVENT_SENT_DATA 3U /**< Data transmission done */ -#define XUARTPS_EVENT_RECV_ERROR 4U /**< A receive error detected */ -#define XUARTPS_EVENT_MODEM 5U /**< Modem status changed */ -#define XUARTPS_EVENT_PARE_FRAME_BRKE 6U /**< A receive parity, frame, break - * error detected */ -#define XUARTPS_EVENT_RECV_ORERR 7U /**< A receive overrun error detected */ - -/*@}*/ - - -/**************************** Type Definitions ******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddress; /**< Base address of device (IPIF) */ - u32 InputClockHz;/**< Input clock frequency */ - s32 ModemPinsConnected; /** Specifies whether modem pins are connected - * to MIO or FMIO */ -#if defined (XCLOCKING) - u32 RefClk; /**< Input clock frequency */ -#endif -} XUartPs_Config; - -/* Keep track of state information about a data buffer in the interrupt mode. */ -typedef struct { - u8 *NextBytePtr; - u32 RequestedBytes; - u32 RemainingBytes; -} XUartPsBuffer; - -/** - * Keep track of data format setting of a device. - */ -typedef struct { - u32 BaudRate; /**< In bps, ie 1200 */ - u32 DataBits; /**< Number of data bits */ - u32 Parity; /**< Parity */ - u8 StopBits; /**< Number of stop bits */ -} XUartPsFormat; - -/******************************************************************************/ -/** - * This data type defines a handler that an application defines to communicate - * with interrupt system to retrieve state information about an application. - * - * @param CallBackRef is a callback reference passed in by the upper layer - * when setting the handler, and is passed back to the upper layer - * when the handler is called. It is used to find the device driver - * instance. - * @param Event contains one of the event constants indicating events that - * have occurred. - * @param EventData contains the number of bytes sent or received at the - * time of the call for send and receive events and contains the - * modem status for modem events. - * - ******************************************************************************/ -typedef void (*XUartPs_Handler) (void *CallBackRef, u32 Event, - u32 EventData); - -/** - * The XUartPs driver instance data structure. A pointer to an instance data - * structure is passed around by functions to refer to a specific driver - * instance. - */ -typedef struct { - XUartPs_Config Config; /* Configuration data structure */ - u32 InputClockHz; /* Input clock frequency */ - u32 IsReady; /* Device is initialized and ready */ - u32 BaudRate; /* Current baud rate */ - - XUartPsBuffer SendBuffer; - XUartPsBuffer ReceiveBuffer; - - XUartPs_Handler Handler; - void *CallBackRef; /* Callback reference for event handler */ - u32 Platform; - u8 is_rxbs_error; -} XUartPs; - - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* Get the UART Channel Status Register. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return The value read from the register. -* -* @note C-Style signature: -* u16 XUartPs_GetChannelStatus(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_GetChannelStatus(InstancePtr) \ - Xil_In32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_SR_OFFSET) - -/****************************************************************************/ -/** -* Get the UART Mode Control Register. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return The value read from the register. -* -* @note C-Style signature: -* u32 XUartPs_GetControl(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_GetModeControl(InstancePtr) \ - Xil_In32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_CR_OFFSET) - -/****************************************************************************/ -/** -* Set the UART Mode Control Register. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param RegisterValue is the value to be written to the register. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_SetModeControl(XUartPs *InstancePtr, u16 RegisterValue) -* -******************************************************************************/ -#define XUartPs_SetModeControl(InstancePtr, RegisterValue) \ - Xil_Out32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_CR_OFFSET, \ - (u32)(RegisterValue)) - -/****************************************************************************/ -/** -* Enable the transmitter and receiver of the UART. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_EnableUart(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_EnableUart(InstancePtr) \ - Xil_Out32(((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET), \ - ((Xil_In32((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET) & \ - (u32)(~XUARTPS_CR_EN_DIS_MASK)) | ((u32)XUARTPS_CR_RX_EN | (u32)XUARTPS_CR_TX_EN))) - -/****************************************************************************/ -/** -* Disable the transmitter and receiver of the UART. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_DisableUart(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_DisableUart(InstancePtr) \ - Xil_Out32(((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET), \ - (((Xil_In32((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET)) & \ - (u32)(~XUARTPS_CR_EN_DIS_MASK)) | ((u32)XUARTPS_CR_RX_DIS | (u32)XUARTPS_CR_TX_DIS))) - -/****************************************************************************/ -/** -* Determine if the transmitter FIFO is empty. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* - TRUE if a byte can be sent -* - FALSE if the Transmitter Fifo is not empty -* -* @note C-Style signature: -* u32 XUartPs_IsTransmitEmpty(XUartPs InstancePtr) -* -******************************************************************************/ -#define XUartPs_IsTransmitEmpty(InstancePtr) \ - ((Xil_In32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_SR_OFFSET) & \ - (u32)XUARTPS_SR_TXEMPTY) == (u32)XUARTPS_SR_TXEMPTY) - - -/************************** Function Prototypes *****************************/ - -/* Static lookup function implemented in xuartps_sinit.c */ -XUartPs_Config *XUartPs_LookupConfig(u16 DeviceId); - -/* Interface functions implemented in xuartps.c */ -s32 XUartPs_CfgInitialize(XUartPs *InstancePtr, - XUartPs_Config * Config, u32 EffectiveAddr); - -u32 XUartPs_Send(XUartPs *InstancePtr,u8 *BufferPtr, - u32 NumBytes); - -u32 XUartPs_Recv(XUartPs *InstancePtr,u8 *BufferPtr, - u32 NumBytes); - -s32 XUartPs_SetBaudRate(XUartPs *InstancePtr, u32 BaudRate); - -/* Options functions in xuartps_options.c */ -void XUartPs_SetOptions(XUartPs *InstancePtr, u16 Options); - -u16 XUartPs_GetOptions(XUartPs *InstancePtr); - -void XUartPs_SetFifoThreshold(XUartPs *InstancePtr, u8 TriggerLevel); - -u8 XUartPs_GetFifoThreshold(XUartPs *InstancePtr); - -u16 XUartPs_GetModemStatus(XUartPs *InstancePtr); - -u32 XUartPs_IsSending(XUartPs *InstancePtr); - -u8 XUartPs_GetOperMode(XUartPs *InstancePtr); - -void XUartPs_SetOperMode(XUartPs *InstancePtr, u8 OperationMode); - -u8 XUartPs_GetFlowDelay(XUartPs *InstancePtr); - -void XUartPs_SetFlowDelay(XUartPs *InstancePtr, u8 FlowDelayValue); - -u8 XUartPs_GetRecvTimeout(XUartPs *InstancePtr); - -void XUartPs_SetRecvTimeout(XUartPs *InstancePtr, u8 RecvTimeout); - -s32 XUartPs_SetDataFormat(XUartPs *InstancePtr, XUartPsFormat * FormatPtr); - -void XUartPs_GetDataFormat(XUartPs *InstancePtr, XUartPsFormat * FormatPtr); - -/* interrupt functions in xuartps_intr.c */ -u32 XUartPs_GetInterruptMask(XUartPs *InstancePtr); - -void XUartPs_SetInterruptMask(XUartPs *InstancePtr, u32 Mask); - -void XUartPs_InterruptHandler(XUartPs *InstancePtr); - -void XUartPs_SetHandler(XUartPs *InstancePtr, XUartPs_Handler FuncPtr, - void *CallBackRef); - -/* self-test functions in xuartps_selftest.c */ -s32 XUartPs_SelfTest(XUartPs *InstancePtr); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_g.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_g.c deleted file mode 100644 index c6c8796..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_g.c +++ /dev/null @@ -1,33 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xuartps.h" - -/* -* The configuration table for devices -*/ - -XUartPs_Config XUartPs_ConfigTable[XPAR_XUARTPS_NUM_INSTANCES] = -{ - { - XPAR_PS7_UART_0_DEVICE_ID, - XPAR_PS7_UART_0_BASEADDR, - XPAR_PS7_UART_0_UART_CLK_FREQ_HZ, - XPAR_PS7_UART_0_HAS_MODEM - } -}; - - diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_hw.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_hw.c deleted file mode 100644 index c19c95a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_hw.c +++ /dev/null @@ -1,154 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps_hw.c -* @addtogroup uartps_v3_11 -* @{ -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	drg/jz 01/12/10 First Release
-* 1.05a hk     08/22/13 Added reset function
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xuartps_hw.h" - -/************************** Constant Definitions ****************************/ - - -/***************** Macros (Inline Functions) Definitions ********************/ - - -/************************** Function Prototypes ******************************/ - - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* This function sends one byte using the device. This function operates in -* polled mode and blocks until the data has been put into the TX FIFO register. -* -* @param BaseAddress contains the base address of the device. -* @param Data contains the byte to be sent. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SendByte(u32 BaseAddress, u8 Data) -{ - /* Wait until there is space in TX FIFO */ - while (XUartPs_IsTransmitFull(BaseAddress)) { - ; - } - - /* Write the byte into the TX FIFO */ - XUartPs_WriteReg(BaseAddress, XUARTPS_FIFO_OFFSET, (u32)Data); -} - -/****************************************************************************/ -/** -* -* This function receives a byte from the device. It operates in polled mode -* and blocks until a byte has received. -* -* @param BaseAddress contains the base address of the device. -* -* @return The data byte received. -* -* @note None. -* -*****************************************************************************/ -u8 XUartPs_RecvByte(u32 BaseAddress) -{ - u32 RecievedByte; - /* Wait until there is data */ - while (!XUartPs_IsReceiveData(BaseAddress)) { - ; - } - RecievedByte = XUartPs_ReadReg(BaseAddress, XUARTPS_FIFO_OFFSET); - /* Return the byte received */ - return (u8)RecievedByte; -} - -/****************************************************************************/ -/** -* -* This function resets UART -* -* @param BaseAddress contains the base address of the device. -* -* @return None -* -* @note None. -* -*****************************************************************************/ -void XUartPs_ResetHw(u32 BaseAddress) -{ - - /* Disable interrupts */ - XUartPs_WriteReg(BaseAddress, XUARTPS_IDR_OFFSET, XUARTPS_IXR_MASK); - - /* Disable receive and transmit */ - XUartPs_WriteReg(BaseAddress, XUARTPS_CR_OFFSET, - ((u32)XUARTPS_CR_RX_DIS | (u32)XUARTPS_CR_TX_DIS)); - - /* - * Software reset of receive and transmit - * This clears the FIFO. - */ - XUartPs_WriteReg(BaseAddress, XUARTPS_CR_OFFSET, - ((u32)XUARTPS_CR_TXRST | (u32)XUARTPS_CR_RXRST)); - - /* Clear status flags - SW reset wont clear sticky flags. */ - XUartPs_WriteReg(BaseAddress, XUARTPS_ISR_OFFSET, XUARTPS_IXR_MASK); - - /* - * Mode register reset value : All zeroes - * Normal mode, even parity, 1 stop bit - */ - XUartPs_WriteReg(BaseAddress, XUARTPS_MR_OFFSET, - XUARTPS_MR_CHMODE_NORM); - - /* Rx and TX trigger register reset values */ - XUartPs_WriteReg(BaseAddress, XUARTPS_RXWM_OFFSET, - XUARTPS_RXWM_RESET_VAL); - XUartPs_WriteReg(BaseAddress, XUARTPS_TXWM_OFFSET, - XUARTPS_TXWM_RESET_VAL); - - /* Rx timeout disabled by default */ - XUartPs_WriteReg(BaseAddress, XUARTPS_RXTOUT_OFFSET, - XUARTPS_RXTOUT_DISABLE); - - /* Baud rate generator and dividor reset values */ - XUartPs_WriteReg(BaseAddress, XUARTPS_BAUDGEN_OFFSET, - XUARTPS_BAUDGEN_RESET_VAL); - XUartPs_WriteReg(BaseAddress, XUARTPS_BAUDDIV_OFFSET, - XUARTPS_BAUDDIV_RESET_VAL); - - /* - * Control register reset value - - * RX and TX are disable by default - */ - XUartPs_WriteReg(BaseAddress, XUARTPS_CR_OFFSET, - ((u32)XUARTPS_CR_RX_DIS | (u32)XUARTPS_CR_TX_DIS | - (u32)XUARTPS_CR_STOPBRK)); - -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_hw.h deleted file mode 100644 index 27a10ad..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_hw.h +++ /dev/null @@ -1,425 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xuartps_hw.h -* @addtogroup uartps_v3_11 -* @{ -* -* This header file contains the hardware interface of an XUartPs device. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	drg/jz 01/12/10 First Release
-* 1.03a sg     09/04/12 Added defines for XUARTPS_IXR_TOVR,  XUARTPS_IXR_TNFUL
-*			and XUARTPS_IXR_TTRIG.
-*			Modified the names of these defines
-*			XUARTPS_MEDEMSR_DCDX to XUARTPS_MODEMSR_DDCD
-*			XUARTPS_MEDEMSR_RIX to XUARTPS_MODEMSR_TERI
-*			XUARTPS_MEDEMSR_DSRX to XUARTPS_MODEMSR_DDSR
-*			XUARTPS_MEDEMSR_CTSX to XUARTPS_MODEMSR_DCTS
-* 1.05a hk     08/22/13 Added prototype for uart reset and related
-*			constant definitions.
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.1	kvn    04/10/15 Modified code for latest RTL changes.
-* 3.6   ms     02/16/18 Updates flow control mode offset value in
-*			modem control register.
-*
-* 
-* -******************************************************************************/ -#ifndef XUARTPS_HW_H /* prevent circular inclusions */ -#define XUARTPS_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * - * Register offsets for the UART. - * @{ - */ -#define XUARTPS_CR_OFFSET 0x0000U /**< Control Register [8:0] */ -#define XUARTPS_MR_OFFSET 0x0004U /**< Mode Register [9:0] */ -#define XUARTPS_IER_OFFSET 0x0008U /**< Interrupt Enable [12:0] */ -#define XUARTPS_IDR_OFFSET 0x000CU /**< Interrupt Disable [12:0] */ -#define XUARTPS_IMR_OFFSET 0x0010U /**< Interrupt Mask [12:0] */ -#define XUARTPS_ISR_OFFSET 0x0014U /**< Interrupt Status [12:0]*/ -#define XUARTPS_BAUDGEN_OFFSET 0x0018U /**< Baud Rate Generator [15:0] */ -#define XUARTPS_RXTOUT_OFFSET 0x001CU /**< RX Timeout [7:0] */ -#define XUARTPS_RXWM_OFFSET 0x0020U /**< RX FIFO Trigger Level [5:0] */ -#define XUARTPS_MODEMCR_OFFSET 0x0024U /**< Modem Control [5:0] */ -#define XUARTPS_MODEMSR_OFFSET 0x0028U /**< Modem Status [8:0] */ -#define XUARTPS_SR_OFFSET 0x002CU /**< Channel Status [14:0] */ -#define XUARTPS_FIFO_OFFSET 0x0030U /**< FIFO [7:0] */ -#define XUARTPS_BAUDDIV_OFFSET 0x0034U /**< Baud Rate Divider [7:0] */ -#define XUARTPS_FLOWDEL_OFFSET 0x0038U /**< Flow Delay [5:0] */ -#define XUARTPS_TXWM_OFFSET 0x0044U /**< TX FIFO Trigger Level [5:0] */ -#define XUARTPS_RXBS_OFFSET 0x0048U /**< RX FIFO Byte Status [11:0] */ -/* @} */ - -/** @name Control Register - * - * The Control register (CR) controls the major functions of the device. - * - * Control Register Bit Definition - */ - -#define XUARTPS_CR_STOPBRK 0x00000100U /**< Stop transmission of break */ -#define XUARTPS_CR_STARTBRK 0x00000080U /**< Set break */ -#define XUARTPS_CR_TORST 0x00000040U /**< RX timeout counter restart */ -#define XUARTPS_CR_TX_DIS 0x00000020U /**< TX disabled. */ -#define XUARTPS_CR_TX_EN 0x00000010U /**< TX enabled */ -#define XUARTPS_CR_RX_DIS 0x00000008U /**< RX disabled. */ -#define XUARTPS_CR_RX_EN 0x00000004U /**< RX enabled */ -#define XUARTPS_CR_EN_DIS_MASK 0x0000003CU /**< Enable/disable Mask */ -#define XUARTPS_CR_TXRST 0x00000002U /**< TX logic reset */ -#define XUARTPS_CR_RXRST 0x00000001U /**< RX logic reset */ -/* @}*/ - - -/** @name Mode Register - * - * The mode register (MR) defines the mode of transfer as well as the data - * format. If this register is modified during transmission or reception, - * data validity cannot be guaranteed. - * - * Mode Register Bit Definition - * @{ - */ -#define XUARTPS_MR_CCLK 0x00000400U /**< Input clock selection */ -#define XUARTPS_MR_CHMODE_R_LOOP 0x00000300U /**< Remote loopback mode */ -#define XUARTPS_MR_CHMODE_L_LOOP 0x00000200U /**< Local loopback mode */ -#define XUARTPS_MR_CHMODE_ECHO 0x00000100U /**< Auto echo mode */ -#define XUARTPS_MR_CHMODE_NORM 0x00000000U /**< Normal mode */ -#define XUARTPS_MR_CHMODE_SHIFT 8U /**< Mode shift */ -#define XUARTPS_MR_CHMODE_MASK 0x00000300U /**< Mode mask */ -#define XUARTPS_MR_STOPMODE_2_BIT 0x00000080U /**< 2 stop bits */ -#define XUARTPS_MR_STOPMODE_1_5_BIT 0x00000040U /**< 1.5 stop bits */ -#define XUARTPS_MR_STOPMODE_1_BIT 0x00000000U /**< 1 stop bit */ -#define XUARTPS_MR_STOPMODE_SHIFT 6U /**< Stop bits shift */ -#define XUARTPS_MR_STOPMODE_MASK 0x000000A0U /**< Stop bits mask */ -#define XUARTPS_MR_PARITY_NONE 0x00000020U /**< No parity mode */ -#define XUARTPS_MR_PARITY_MARK 0x00000018U /**< Mark parity mode */ -#define XUARTPS_MR_PARITY_SPACE 0x00000010U /**< Space parity mode */ -#define XUARTPS_MR_PARITY_ODD 0x00000008U /**< Odd parity mode */ -#define XUARTPS_MR_PARITY_EVEN 0x00000000U /**< Even parity mode */ -#define XUARTPS_MR_PARITY_SHIFT 3U /**< Parity setting shift */ -#define XUARTPS_MR_PARITY_MASK 0x00000038U /**< Parity mask */ -#define XUARTPS_MR_CHARLEN_6_BIT 0x00000006U /**< 6 bits data */ -#define XUARTPS_MR_CHARLEN_7_BIT 0x00000004U /**< 7 bits data */ -#define XUARTPS_MR_CHARLEN_8_BIT 0x00000000U /**< 8 bits data */ -#define XUARTPS_MR_CHARLEN_SHIFT 1U /**< Data Length shift */ -#define XUARTPS_MR_CHARLEN_MASK 0x00000006U /**< Data length mask */ -#define XUARTPS_MR_CLKSEL 0x00000001U /**< Input clock selection */ -/* @} */ - - -/** @name Interrupt Registers - * - * Interrupt control logic uses the interrupt enable register (IER) and the - * interrupt disable register (IDR) to set the value of the bits in the - * interrupt mask register (IMR). The IMR determines whether to pass an - * interrupt to the interrupt status register (ISR). - * Writing a 1 to IER Enbables an interrupt, writing a 1 to IDR disables an - * interrupt. IMR and ISR are read only, and IER and IDR are write only. - * Reading either IER or IDR returns 0x00. - * - * All four registers have the same bit definitions. - * - * @{ - */ -#define XUARTPS_IXR_RBRK 0x00002000U /**< Rx FIFO break detect interrupt */ -#define XUARTPS_IXR_TOVR 0x00001000U /**< Tx FIFO Overflow interrupt */ -#define XUARTPS_IXR_TNFUL 0x00000800U /**< Tx FIFO Nearly Full interrupt */ -#define XUARTPS_IXR_TTRIG 0x00000400U /**< Tx Trig interrupt */ -#define XUARTPS_IXR_DMS 0x00000200U /**< Modem status change interrupt */ -#define XUARTPS_IXR_TOUT 0x00000100U /**< Timeout error interrupt */ -#define XUARTPS_IXR_PARITY 0x00000080U /**< Parity error interrupt */ -#define XUARTPS_IXR_FRAMING 0x00000040U /**< Framing error interrupt */ -#define XUARTPS_IXR_OVER 0x00000020U /**< Overrun error interrupt */ -#define XUARTPS_IXR_TXFULL 0x00000010U /**< TX FIFO full interrupt. */ -#define XUARTPS_IXR_TXEMPTY 0x00000008U /**< TX FIFO empty interrupt. */ -#define XUARTPS_IXR_RXFULL 0x00000004U /**< RX FIFO full interrupt. */ -#define XUARTPS_IXR_RXEMPTY 0x00000002U /**< RX FIFO empty interrupt. */ -#define XUARTPS_IXR_RXOVR 0x00000001U /**< RX FIFO trigger interrupt. */ -#define XUARTPS_IXR_MASK 0x00003FFFU /**< Valid bit mask */ -/* @} */ - - -/** @name Baud Rate Generator Register - * - * The baud rate generator control register (BRGR) is a 16 bit register that - * controls the receiver bit sample clock and baud rate. - * Valid values are 1 - 65535. - * - * Bit Sample Rate = CCLK / BRGR, where the CCLK is selected by the MR_CCLK bit - * in the MR register. - * @{ - */ -#define XUARTPS_BAUDGEN_DISABLE 0x00000000U /**< Disable clock */ -#define XUARTPS_BAUDGEN_MASK 0x0000FFFFU /**< Valid bits mask */ -#define XUARTPS_BAUDGEN_RESET_VAL 0x0000028BU /**< Reset value */ - -/** @name Baud Divisor Rate register - * - * The baud rate divider register (BDIV) controls how much the bit sample - * rate is divided by. It sets the baud rate. - * Valid values are 0x04 to 0xFF. Writing a value less than 4 will be ignored. - * - * Baud rate = CCLK / ((BAUDDIV + 1) x BRGR), where the CCLK is selected by - * the MR_CCLK bit in the MR register. - * @{ - */ -#define XUARTPS_BAUDDIV_MASK 0x000000FFU /**< 8 bit baud divider mask */ -#define XUARTPS_BAUDDIV_RESET_VAL 0x0000000FU /**< Reset value */ -/* @} */ - - -/** @name Receiver Timeout Register - * - * Use the receiver timeout register (RTR) to detect an idle condition on - * the receiver data line. - * - * @{ - */ -#define XUARTPS_RXTOUT_DISABLE 0x00000000U /**< Disable time out */ -#define XUARTPS_RXTOUT_MASK 0x000000FFU /**< Valid bits mask */ - -/** @name Receiver FIFO Trigger Level Register - * - * Use the Receiver FIFO Trigger Level Register (RTRIG) to set the value at - * which the RX FIFO triggers an interrupt event. - * @{ - */ - -#define XUARTPS_RXWM_DISABLE 0x00000000U /**< Disable RX trigger interrupt */ -#define XUARTPS_RXWM_MASK 0x0000003FU /**< Valid bits mask */ -#define XUARTPS_RXWM_RESET_VAL 0x00000020U /**< Reset value */ -/* @} */ - -/** @name Transmit FIFO Trigger Level Register - * - * Use the Transmit FIFO Trigger Level Register (TTRIG) to set the value at - * which the TX FIFO triggers an interrupt event. - * @{ - */ - -#define XUARTPS_TXWM_MASK 0x0000003FU /**< Valid bits mask */ -#define XUARTPS_TXWM_RESET_VAL 0x00000020U /**< Reset value */ -/* @} */ - -/** @name Modem Control Register - * - * This register (MODEMCR) controls the interface with the modem or data set, - * or a peripheral device emulating a modem. - * - * @{ - */ -#define XUARTPS_MODEMCR_FCM 0x00000020U /**< Flow control mode */ -#define XUARTPS_MODEMCR_RTS 0x00000002U /**< Request to send */ -#define XUARTPS_MODEMCR_DTR 0x00000001U /**< Data terminal ready */ -/* @} */ - -/** @name Modem Status Register - * - * This register (MODEMSR) indicates the current state of the control lines - * from a modem, or another peripheral device, to the CPU. In addition, four - * bits of the modem status register provide change information. These bits - * are set to a logic 1 whenever a control input from the modem changes state. - * - * Note: Whenever the DCTS, DDSR, TERI, or DDCD bit is set to logic 1, a modem - * status interrupt is generated and this is reflected in the modem status - * register. - * - * @{ - */ -#define XUARTPS_MODEMSR_FCMS 0x00000100U /**< Flow control mode (FCMS) */ -#define XUARTPS_MODEMSR_DCD 0x00000080U /**< Complement of DCD input */ -#define XUARTPS_MODEMSR_RI 0x00000040U /**< Complement of RI input */ -#define XUARTPS_MODEMSR_DSR 0x00000020U /**< Complement of DSR input */ -#define XUARTPS_MODEMSR_CTS 0x00000010U /**< Complement of CTS input */ -#define XUARTPS_MODEMSR_DDCD 0x00000008U /**< Delta DCD indicator */ -#define XUARTPS_MODEMSR_TERI 0x00000004U /**< Trailing Edge Ring Indicator */ -#define XUARTPS_MODEMSR_DDSR 0x00000002U /**< Change of DSR */ -#define XUARTPS_MODEMSR_DCTS 0x00000001U /**< Change of CTS */ -/* @} */ - -/** @name Channel Status Register - * - * The channel status register (CSR) is provided to enable the control logic - * to monitor the status of bits in the channel interrupt status register, - * even if these are masked out by the interrupt mask register. - * - * @{ - */ -#define XUARTPS_SR_TNFUL 0x00004000U /**< TX FIFO Nearly Full Status */ -#define XUARTPS_SR_TTRIG 0x00002000U /**< TX FIFO Trigger Status */ -#define XUARTPS_SR_FLOWDEL 0x00001000U /**< RX FIFO fill over flow delay */ -#define XUARTPS_SR_TACTIVE 0x00000800U /**< TX active */ -#define XUARTPS_SR_RACTIVE 0x00000400U /**< RX active */ -#define XUARTPS_SR_TXFULL 0x00000010U /**< TX FIFO full */ -#define XUARTPS_SR_TXEMPTY 0x00000008U /**< TX FIFO empty */ -#define XUARTPS_SR_RXFULL 0x00000004U /**< RX FIFO full */ -#define XUARTPS_SR_RXEMPTY 0x00000002U /**< RX FIFO empty */ -#define XUARTPS_SR_RXOVR 0x00000001U /**< RX FIFO fill over trigger */ -/* @} */ - -/** @name Flow Delay Register - * - * Operation of the flow delay register (FLOWDEL) is very similar to the - * receive FIFO trigger register. An internal trigger signal activates when the - * FIFO is filled to the level set by this register. This trigger will not - * cause an interrupt, although it can be read through the channel status - * register. In hardware flow control mode, RTS is deactivated when the trigger - * becomes active. RTS only resets when the FIFO level is four less than the - * level of the flow delay trigger and the flow delay trigger is not activated. - * A value less than 4 disables the flow delay. - * @{ - */ -#define XUARTPS_FLOWDEL_MASK XUARTPS_RXWM_MASK /**< Valid bit mask */ -/* @} */ - -/** @name Receiver FIFO Byte Status Register - * - * The Receiver FIFO Status register is used to have a continuous - * monitoring of the raw unmasked byte status information. The register - * contains frame, parity and break status information for the top - * four bytes in the RX FIFO. - * - * Receiver FIFO Byte Status Register Bit Definition - * @{ - */ -#define XUARTPS_RXBS_BYTE3_BRKE 0x00000800U /**< Byte3 Break Error */ -#define XUARTPS_RXBS_BYTE3_FRME 0x00000400U /**< Byte3 Frame Error */ -#define XUARTPS_RXBS_BYTE3_PARE 0x00000200U /**< Byte3 Parity Error */ -#define XUARTPS_RXBS_BYTE2_BRKE 0x00000100U /**< Byte2 Break Error */ -#define XUARTPS_RXBS_BYTE2_FRME 0x00000080U /**< Byte2 Frame Error */ -#define XUARTPS_RXBS_BYTE2_PARE 0x00000040U /**< Byte2 Parity Error */ -#define XUARTPS_RXBS_BYTE1_BRKE 0x00000020U /**< Byte1 Break Error */ -#define XUARTPS_RXBS_BYTE1_FRME 0x00000010U /**< Byte1 Frame Error */ -#define XUARTPS_RXBS_BYTE1_PARE 0x00000008U /**< Byte1 Parity Error */ -#define XUARTPS_RXBS_BYTE0_BRKE 0x00000004U /**< Byte0 Break Error */ -#define XUARTPS_RXBS_BYTE0_FRME 0x00000002U /**< Byte0 Frame Error */ -#define XUARTPS_RXBS_BYTE0_PARE 0x00000001U /**< Byte0 Parity Error */ -#define XUARTPS_RXBS_MASK 0x00000007U /**< 3 bit RX byte status mask */ -/* @} */ - - -/* - * Defines for backwards compatibility, will be removed - * in the next version of the driver - */ -#define XUARTPS_MEDEMSR_DCDX XUARTPS_MODEMSR_DDCD -#define XUARTPS_MEDEMSR_RIX XUARTPS_MODEMSR_TERI -#define XUARTPS_MEDEMSR_DSRX XUARTPS_MODEMSR_DDSR -#define XUARTPS_MEDEMSR_CTSX XUARTPS_MODEMSR_DCTS - - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* Read a UART register. -* -* @param BaseAddress contains the base address of the device. -* @param RegOffset contains the offset from the base address of the -* device. -* -* @return The value read from the register. -* -* @note C-Style signature: -* u32 XUartPs_ReadReg(u32 BaseAddress, int RegOffset) -* -******************************************************************************/ -#define XUartPs_ReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (u32)(RegOffset)) - -/***************************************************************************/ -/** -* Write a UART register. -* -* @param BaseAddress contains the base address of the device. -* @param RegOffset contains the offset from the base address of the -* device. -* @param RegisterValue is the value to be written to the register. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_WriteReg(u32 BaseAddress, int RegOffset, -* u16 RegisterValue) -* -******************************************************************************/ -#define XUartPs_WriteReg(BaseAddress, RegOffset, RegisterValue) \ - Xil_Out32((BaseAddress) + (u32)(RegOffset), (u32)(RegisterValue)) - -/****************************************************************************/ -/** -* Determine if there is receive data in the receiver and/or FIFO. -* -* @param BaseAddress contains the base address of the device. -* -* @return TRUE if there is receive data, FALSE otherwise. -* -* @note C-Style signature: -* u32 XUartPs_IsReceiveData(u32 BaseAddress) -* -******************************************************************************/ -#define XUartPs_IsReceiveData(BaseAddress) \ - !((Xil_In32((BaseAddress) + XUARTPS_SR_OFFSET) & \ - (u32)XUARTPS_SR_RXEMPTY) == (u32)XUARTPS_SR_RXEMPTY) - -/****************************************************************************/ -/** -* Determine if a byte of data can be sent with the transmitter. -* -* @param BaseAddress contains the base address of the device. -* -* @return TRUE if the TX FIFO is full, FALSE if a byte can be put in the -* FIFO. -* -* @note C-Style signature: -* u32 XUartPs_IsTransmitFull(u32 BaseAddress) -* -******************************************************************************/ -#define XUartPs_IsTransmitFull(BaseAddress) \ - ((Xil_In32((BaseAddress) + XUARTPS_SR_OFFSET) & \ - (u32)XUARTPS_SR_TXFULL) == (u32)XUARTPS_SR_TXFULL) - -/************************** Function Prototypes ******************************/ - -void XUartPs_SendByte(u32 BaseAddress, u8 Data); - -u8 XUartPs_RecvByte(u32 BaseAddress); - -void XUartPs_ResetHw(u32 BaseAddress); - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_intr.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_intr.c deleted file mode 100644 index faaa034..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_intr.c +++ /dev/null @@ -1,425 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps_intr.c -* @addtogroup uartps_v3_11 -* @{ -* -* This file contains the functions for interrupt handling -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- -----------------------------------------------
-* 1.00  drg/jz 01/13/10 First Release
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.1	kvn    04/10/15 Modified code for latest RTL changes.
-* 3.7   aru    08/17/18 Resolved MISRA-C mandatory violations.(CR#1007755)
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xuartps.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Function Prototypes *****************************/ - -static void ReceiveDataHandler(XUartPs *InstancePtr); -static void SendDataHandler(XUartPs *InstancePtr, u32 IsrStatus); -static void ReceiveErrorHandler(XUartPs *InstancePtr, u32 IsrStatus); -static void ReceiveTimeoutHandler(XUartPs *InstancePtr); -static void ModemHandler(XUartPs *InstancePtr); - - -/* Internal function prototypes implemented in xuartps.c */ -extern u32 XUartPs_ReceiveBuffer(XUartPs *InstancePtr); -extern u32 XUartPs_SendBuffer(XUartPs *InstancePtr); - -/************************** Variable Definitions ****************************/ - -typedef void (*Handler)(XUartPs *InstancePtr); - -/****************************************************************************/ -/** -* -* This function gets the interrupt mask -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* The current interrupt mask. The mask indicates which interrupts -* are enabled. -* -* @note None. -* -*****************************************************************************/ -u32 XUartPs_GetInterruptMask(XUartPs *InstancePtr) -{ - /* Assert validates the input argument */ - Xil_AssertNonvoid(InstancePtr != NULL); - - /* Read the Interrupt Mask register */ - return (XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_IMR_OFFSET)); -} - -/****************************************************************************/ -/** -* -* This function sets the interrupt mask. -* -* @param InstancePtr is a pointer to the XUartPs instance -* @param Mask contains the interrupts to be enabled or disabled. -* A '1' enables an interrupt, and a '0' disables. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SetInterruptMask(XUartPs *InstancePtr, u32 Mask) -{ - u32 TempMask = Mask; - /* Assert validates the input arguments */ - Xil_AssertVoid(InstancePtr != NULL); - - TempMask &= (u32)XUARTPS_IXR_MASK; - - /* Write the mask to the IER Register */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_IER_OFFSET, TempMask); - - /* Write the inverse of the Mask to the IDR register */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_IDR_OFFSET, (~TempMask)); - -} - -/****************************************************************************/ -/** -* -* This function sets the handler that will be called when an event (interrupt) -* occurs that needs application's attention. -* -* @param InstancePtr is a pointer to the XUartPs instance -* @param FuncPtr is the pointer to the callback function. -* @param CallBackRef is the upper layer callback reference passed back -* when the callback function is invoked. -* -* @return None. -* -* @note -* -* There is no assert on the CallBackRef since the driver doesn't know what it -* is (nor should it) -* -*****************************************************************************/ -void XUartPs_SetHandler(XUartPs *InstancePtr, XUartPs_Handler FuncPtr, - void *CallBackRef) -{ - /* - * Asserts validate the input arguments - * CallBackRef not checked, no way to know what is valid - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(FuncPtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - InstancePtr->Handler = (XUartPs_Handler)FuncPtr; - InstancePtr->CallBackRef = CallBackRef; -} - -/****************************************************************************/ -/** -* -* This function is the interrupt handler for the driver. -* It must be connected to an interrupt system by the application such that it -* can be called when an interrupt occurs. -* -* @param InstancePtr contains a pointer to the driver instance -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XUartPs_InterruptHandler(XUartPs *InstancePtr) -{ - u32 IsrStatus; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the interrupt ID register to determine which - * interrupt is active - */ - IsrStatus = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_IMR_OFFSET); - - IsrStatus &= XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_ISR_OFFSET); - - /* Dispatch an appropriate handler. */ - if((IsrStatus & ((u32)XUARTPS_IXR_RXOVR | (u32)XUARTPS_IXR_RXEMPTY | - (u32)XUARTPS_IXR_RXFULL)) != (u32)0) { - /* Received data interrupt */ - ReceiveDataHandler(InstancePtr); - } - - if((IsrStatus & ((u32)XUARTPS_IXR_TXEMPTY | (u32)XUARTPS_IXR_TXFULL)) - != (u32)0) { - /* Transmit data interrupt */ - SendDataHandler(InstancePtr, IsrStatus); - } - - /* XUARTPS_IXR_RBRK is applicable only for Zynq Ultrascale+ MP */ - if ((IsrStatus & ((u32)XUARTPS_IXR_OVER | (u32)XUARTPS_IXR_FRAMING | - (u32)XUARTPS_IXR_PARITY | (u32)XUARTPS_IXR_RBRK)) != (u32)0) { - /* Received Error Status interrupt */ - ReceiveErrorHandler(InstancePtr, IsrStatus); - } - - if((IsrStatus & ((u32)XUARTPS_IXR_TOUT)) != (u32)0) { - /* Received Timeout interrupt */ - ReceiveTimeoutHandler(InstancePtr); - } - - if((IsrStatus & ((u32)XUARTPS_IXR_DMS)) != (u32)0) { - /* Modem status interrupt */ - ModemHandler(InstancePtr); - } - - /* Clear the interrupt status. */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_ISR_OFFSET, - IsrStatus); - -} - -/****************************************************************************/ -/* -* -* This function handles interrupts for receive errors which include -* overrun errors, framing errors, parity errors, and the break interrupt. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -static void ReceiveErrorHandler(XUartPs *InstancePtr, u32 IsrStatus) -{ - u32 EventData; - u32 Event; - - InstancePtr->is_rxbs_error = 0; - - if ((InstancePtr->Platform == XPLAT_ZYNQ_ULTRA_MP) && - (IsrStatus & ((u32)XUARTPS_IXR_PARITY | (u32)XUARTPS_IXR_RBRK - | (u32)XUARTPS_IXR_FRAMING))) { - InstancePtr->is_rxbs_error = 1; - } - /* - * If there are bytes still to be received in the specified buffer - * go ahead and receive them. Removing bytes from the RX FIFO will - * clear the interrupt. - */ - - (void)XUartPs_ReceiveBuffer(InstancePtr); - - if (!(InstancePtr->is_rxbs_error)) { - Event = XUARTPS_EVENT_RECV_ERROR; - EventData = InstancePtr->ReceiveBuffer.RequestedBytes - - InstancePtr->ReceiveBuffer.RemainingBytes; - - /* - * Call the application handler to indicate that there is a receive - * error or a break interrupt, if the application cares about the - * error it call a function to get the last errors. - */ - InstancePtr->Handler(InstancePtr->CallBackRef, - Event, - EventData); - } -} - -/****************************************************************************/ -/** -* -* This function handles the receive timeout interrupt. This interrupt occurs -* whenever a number of bytes have been present in the RX FIFO and the receive -* data line has been idle for at lease 4 or more character times, (the timeout -* is set using XUartPs_SetrecvTimeout() function). -* -* @param InstancePtr is a pointer to the XUartPs instance -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -static void ReceiveTimeoutHandler(XUartPs *InstancePtr) -{ - u32 Event; - - /* - * If there are bytes still to be received in the specified buffer - * go ahead and receive them. Removing bytes from the RX FIFO will - * clear the interrupt. - */ - if (InstancePtr->ReceiveBuffer.RemainingBytes != (u32)0) { - (void)XUartPs_ReceiveBuffer(InstancePtr); - } - - /* - * If there are no more bytes to receive then indicate that this is - * not a receive timeout but the end of the buffer reached, a timeout - * normally occurs if # of bytes is not divisible by FIFO threshold, - * don't rely on previous test of remaining bytes since receive - * function updates it - */ - if (InstancePtr->ReceiveBuffer.RemainingBytes != (u32)0) { - Event = XUARTPS_EVENT_RECV_TOUT; - } else { - Event = XUARTPS_EVENT_RECV_DATA; - } - - /* - * Call the application handler to indicate that there is a receive - * timeout or data event - */ - InstancePtr->Handler(InstancePtr->CallBackRef, Event, - InstancePtr->ReceiveBuffer.RequestedBytes - - InstancePtr->ReceiveBuffer.RemainingBytes); - -} -/****************************************************************************/ -/** -* -* This function handles the interrupt when data is in RX FIFO. -* -* @param InstancePtr is a pointer to the XUartPs instance -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -static void ReceiveDataHandler(XUartPs *InstancePtr) -{ - /* - * If there are bytes still to be received in the specified buffer - * go ahead and receive them. Removing bytes from the RX FIFO will - * clear the interrupt. - */ - if (InstancePtr->ReceiveBuffer.RemainingBytes != (u32)0) { - (void)XUartPs_ReceiveBuffer(InstancePtr); - } - - /* If the last byte of a message was received then call the application - * handler, this code should not use an else from the previous check of - * the number of bytes to receive because the call to receive the buffer - * updates the bytes ramained - */ - if (InstancePtr->ReceiveBuffer.RemainingBytes == (u32)0) { - InstancePtr->Handler(InstancePtr->CallBackRef, - XUARTPS_EVENT_RECV_DATA, - (InstancePtr->ReceiveBuffer.RequestedBytes - - InstancePtr->ReceiveBuffer.RemainingBytes)); - } - -} - -/****************************************************************************/ -/** -* -* This function handles the interrupt when data has been sent, the transmit -* FIFO is empty (transmitter holding register). -* -* @param InstancePtr is a pointer to the XUartPs instance -* @param IsrStatus is the register value for channel status register -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -static void SendDataHandler(XUartPs *InstancePtr, u32 IsrStatus) -{ - - /* - * If there are not bytes to be sent from the specified buffer then disable - * the transmit interrupt so it will stop interrupting as it interrupts - * any time the FIFO is empty - */ - if (InstancePtr->SendBuffer.RemainingBytes == (u32)0) { - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_IDR_OFFSET, - ((u32)XUARTPS_IXR_TXEMPTY | (u32)XUARTPS_IXR_TXFULL)); - - /* Call the application handler to indicate the sending is done */ - InstancePtr->Handler(InstancePtr->CallBackRef, - XUARTPS_EVENT_SENT_DATA, - InstancePtr->SendBuffer.RequestedBytes - - InstancePtr->SendBuffer.RemainingBytes); - } - - /* If TX FIFO is empty, send more. */ - else if((IsrStatus & ((u32)XUARTPS_IXR_TXEMPTY)) != (u32)0) { - (void)XUartPs_SendBuffer(InstancePtr); - } - else { - /* Else with dummy entry for MISRA-C Compliance.*/ - ; - } -} - -/****************************************************************************/ -/** -* -* This function handles modem interrupts. It does not do any processing -* except to call the application handler to indicate a modem event. -* -* @param InstancePtr is a pointer to the XUartPs instance -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -static void ModemHandler(XUartPs *InstancePtr) -{ - u32 MsrRegister; - - /* - * Read the modem status register so that the interrupt is acknowledged - * and it can be passed to the callback handler with the event - */ - MsrRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MODEMSR_OFFSET); - - /* - * Call the application handler to indicate the modem status changed, - * passing the modem status and the event data in the call - */ - InstancePtr->Handler(InstancePtr->CallBackRef, - XUARTPS_EVENT_MODEM, - MsrRegister); - -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_options.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_options.c deleted file mode 100644 index fd8da2c..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_options.c +++ /dev/null @@ -1,741 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps_options.c -* @addtogroup uartps_v3_11 -* @{ -* -* The implementation of the options functions for the XUartPs driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- -----------------------------------------------
-* 1.00  drg/jz 01/13/10 First Release
-* 1.00  sdm    09/27/11 Fixed a bug in XUartPs_SetFlowDelay where the input
-*			value was not being written to the register.
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.2   rk     07/20/16 Modified the logic for transmission break bit set
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xuartps.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ -/* - * The following data type is a map from an option to the offset in the - * register to which it belongs as well as its bit mask in that register. - */ -typedef struct { - u16 Option; - u16 RegisterOffset; - u32 Mask; -} Mapping; - -/* - * Create the table which contains options which are to be processed to get/set - * the options. These options are table driven to allow easy maintenance and - * expansion of the options. - */ - -static Mapping OptionsTable[] = { - {XUARTPS_OPTION_SET_BREAK, XUARTPS_CR_OFFSET, XUARTPS_CR_STARTBRK}, - {XUARTPS_OPTION_STOP_BREAK, XUARTPS_CR_OFFSET, XUARTPS_CR_STOPBRK}, - {XUARTPS_OPTION_RESET_TMOUT, XUARTPS_CR_OFFSET, XUARTPS_CR_TORST}, - {XUARTPS_OPTION_RESET_TX, XUARTPS_CR_OFFSET, XUARTPS_CR_TXRST}, - {XUARTPS_OPTION_RESET_RX, XUARTPS_CR_OFFSET, XUARTPS_CR_RXRST}, - {XUARTPS_OPTION_ASSERT_RTS, XUARTPS_MODEMCR_OFFSET, - XUARTPS_MODEMCR_RTS}, - {XUARTPS_OPTION_ASSERT_DTR, XUARTPS_MODEMCR_OFFSET, - XUARTPS_MODEMCR_DTR}, - {XUARTPS_OPTION_SET_FCM, XUARTPS_MODEMCR_OFFSET, XUARTPS_MODEMCR_FCM} -}; - -/* Create a constant for the number of entries in the table */ - -#define XUARTPS_NUM_OPTIONS (sizeof(OptionsTable) / sizeof(Mapping)) - -/************************** Function Prototypes *****************************/ - -/****************************************************************************/ -/** -* -* Gets the options for the specified driver instance. The options are -* implemented as bit masks such that multiple options may be enabled or -* disabled simultaneously. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* -* The current options for the UART. The options are bit masks that are -* contained in the file xuartps.h and named XUARTPS_OPTION_*. -* -* @note None. -* -*****************************************************************************/ -u16 XUartPs_GetOptions(XUartPs *InstancePtr) -{ - u16 Options = 0U; - u32 Register; - u32 Index; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Loop through the options table to map the physical options in the - * registers of the UART to the logical options to be returned - */ - for (Index = 0U; Index < XUARTPS_NUM_OPTIONS; Index++) { - Register = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - OptionsTable[Index]. - RegisterOffset); - - /* - * If the bit in the register which correlates to the option - * is set, then set the corresponding bit in the options, - * ignoring any bits which are zero since the options variable - * is initialized to zero - */ - if ((Register & OptionsTable[Index].Mask) != (u32)0) { - Options |= OptionsTable[Index].Option; - } - } - - return Options; -} - -/****************************************************************************/ -/** -* -* Sets the options for the specified driver instance. The options are -* implemented as bit masks such that multiple options may be enabled or -* disabled simultaneously. -* -* The GetOptions function may be called to retrieve the currently enabled -* options. The result is ORed in the desired new settings to be enabled and -* ANDed with the inverse to clear the settings to be disabled. The resulting -* value is then used as the options for the SetOption function call. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param Options contains the options to be set which are bit masks -* contained in the file xuartps.h and named XUARTPS_OPTION_*. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SetOptions(XUartPs *InstancePtr, u16 Options) -{ - u32 Index; - u32 Register; - - /* Assert validates the input arguments */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Loop through the options table to map the logical options to the - * physical options in the registers of the UART. - */ - for (Index = 0U; Index < XUARTPS_NUM_OPTIONS; Index++) { - - /* - * Read the register which contains option so that the register - * can be changed without destoying any other bits of the - * register. - */ - Register = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - OptionsTable[Index]. - RegisterOffset); - - /* - * If the option is set in the input, then set the corresponding - * bit in the specified register, otherwise clear the bit in - * the register. - */ - if ((Options & OptionsTable[Index].Option) != (u16)0) { - if(OptionsTable[Index].Option == XUARTPS_OPTION_SET_BREAK) - Register &= ~XUARTPS_CR_STOPBRK; - Register |= OptionsTable[Index].Mask; - } - else { - Register &= ~OptionsTable[Index].Mask; - } - - /* Write the new value to the register to set the option */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - OptionsTable[Index].RegisterOffset, - Register); - } - -} - -/****************************************************************************/ -/** -* -* This function gets the receive FIFO trigger level. The receive trigger -* level indicates the number of bytes in the receive FIFO that cause a receive -* data event (interrupt) to be generated. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return The current receive FIFO trigger level. This is a value -* from 0-31. -* -* @note None. -* -*****************************************************************************/ -u8 XUartPs_GetFifoThreshold(XUartPs *InstancePtr) -{ - u8 RtrigRegister; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the value of the FIFO control register so that the threshold - * can be retrieved, this read takes special register processing - */ - RtrigRegister = (u8) XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_RXWM_OFFSET); - - /* Return only the trigger level from the register value */ - - RtrigRegister &= (u8)XUARTPS_RXWM_MASK; - return RtrigRegister; -} - -/****************************************************************************/ -/** -* -* This functions sets the receive FIFO trigger level. The receive trigger -* level specifies the number of bytes in the receive FIFO that cause a receive -* data event (interrupt) to be generated. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param TriggerLevel contains the trigger level to set. -* -* @return None -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SetFifoThreshold(XUartPs *InstancePtr, u8 TriggerLevel) -{ - u32 RtrigRegister; - - /* Assert validates the input arguments */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(TriggerLevel <= (u8)XUARTPS_RXWM_MASK); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - RtrigRegister = ((u32)TriggerLevel) & (u32)XUARTPS_RXWM_MASK; - - /* - * Write the new value for the FIFO control register to it such that the - * threshold is changed - */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_RXWM_OFFSET, RtrigRegister); - -} - -/****************************************************************************/ -/** -* -* This function gets the modem status from the specified UART. The modem -* status indicates any changes of the modem signals. This function allows -* the modem status to be read in a polled mode. The modem status is updated -* whenever it is read such that reading it twice may not yield the same -* results. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* -* The modem status which are bit masks that are contained in the file -* xuartps.h and named XUARTPS_MODEM_*. -* -* @note -* -* The bit masks used for the modem status are the exact bits of the modem -* status register with no abstraction. -* -*****************************************************************************/ -u16 XUartPs_GetModemStatus(XUartPs *InstancePtr) -{ - u32 ModemStatusRegister; - u16 TmpRegister; - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Read the modem status register to return - */ - ModemStatusRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MODEMSR_OFFSET); - TmpRegister = (u16)ModemStatusRegister; - return TmpRegister; -} - -/****************************************************************************/ -/** -* -* This function determines if the specified UART is sending data. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* - TRUE if the UART is sending data -* - FALSE if UART is not sending data -* -* @note None. -* -*****************************************************************************/ -u32 XUartPs_IsSending(XUartPs *InstancePtr) -{ - u32 ChanStatRegister; - u32 ChanTmpSRegister; - u32 ActiveResult; - u32 EmptyResult; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the channel status register to determine if the transmitter is - * active - */ - ChanStatRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_SR_OFFSET); - - /* - * If the transmitter is active, or the TX FIFO is not empty, then indicate - * that the UART is still sending some data - */ - ActiveResult = ChanStatRegister & ((u32)XUARTPS_SR_TACTIVE); - EmptyResult = ChanStatRegister & ((u32)XUARTPS_SR_TXEMPTY); - ChanTmpSRegister = (((u32)XUARTPS_SR_TACTIVE) == ActiveResult) || - (((u32)XUARTPS_SR_TXEMPTY) != EmptyResult); -#if defined (XCLOCKING) - if (!ChanTmpSRegister) - Xil_ClockDisable(InstancePtr->Config.RefClk); -#endif - return ChanTmpSRegister; -} - -/****************************************************************************/ -/** -* -* This function gets the operational mode of the UART. The UART can operate -* in one of four modes: Normal, Local Loopback, Remote Loopback, or automatic -* echo. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* -* The operational mode is specified by constants defined in xuartps.h. The -* constants are named XUARTPS_OPER_MODE_* -* -* @note None. -* -*****************************************************************************/ -u8 XUartPs_GetOperMode(XUartPs *InstancePtr) -{ - u32 ModeRegister; - u8 OperMode; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Read the Mode register. */ - ModeRegister = - XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - - ModeRegister &= (u32)XUARTPS_MR_CHMODE_MASK; - /* Return the constant */ - switch (ModeRegister) { - case XUARTPS_MR_CHMODE_NORM: - OperMode = XUARTPS_OPER_MODE_NORMAL; - break; - case XUARTPS_MR_CHMODE_ECHO: - OperMode = XUARTPS_OPER_MODE_AUTO_ECHO; - break; - case XUARTPS_MR_CHMODE_L_LOOP: - OperMode = XUARTPS_OPER_MODE_LOCAL_LOOP; - break; - case XUARTPS_MR_CHMODE_R_LOOP: - OperMode = XUARTPS_OPER_MODE_REMOTE_LOOP; - break; - default: - OperMode = (u8) ((ModeRegister & (u32)XUARTPS_MR_CHMODE_MASK) >> - XUARTPS_MR_CHMODE_SHIFT); - break; - } - - return OperMode; -} - -/****************************************************************************/ -/** -* -* This function sets the operational mode of the UART. The UART can operate -* in one of four modes: Normal, Local Loopback, Remote Loopback, or automatic -* echo. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param OperationMode is the mode of the UART. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SetOperMode(XUartPs *InstancePtr, u8 OperationMode) -{ - u32 ModeRegister; - - /* Assert validates the input arguments. */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(OperationMode <= XUARTPS_OPER_MODE_REMOTE_LOOP); - - /* Read the Mode register. */ - ModeRegister = - XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - - /* Set the correct value by masking the bits, then ORing the const. */ - ModeRegister &= (u32)(~XUARTPS_MR_CHMODE_MASK); - - switch (OperationMode) { - case XUARTPS_OPER_MODE_NORMAL: - ModeRegister |= (u32)XUARTPS_MR_CHMODE_NORM; - break; - case XUARTPS_OPER_MODE_AUTO_ECHO: - ModeRegister |= (u32)XUARTPS_MR_CHMODE_ECHO; - break; - case XUARTPS_OPER_MODE_LOCAL_LOOP: - ModeRegister |= (u32)XUARTPS_MR_CHMODE_L_LOOP; - break; - case XUARTPS_OPER_MODE_REMOTE_LOOP: - ModeRegister |= (u32)XUARTPS_MR_CHMODE_R_LOOP; - break; - default: - /* Default case made for MISRA-C Compliance. */ - break; - } - - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_MR_OFFSET, - ModeRegister); - -} - -/****************************************************************************/ -/** -* -* This function sets the Flow Delay. -* 0 - 3: Flow delay inactive -* 4 - 32: If Flow Control mode is enabled, UART_rtsN is deactivated when the -* receive FIFO fills to this level. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* -* The Flow Delay is specified by constants defined in xuartps_hw.h. The -* constants are named XUARTPS_FLOWDEL* -* -* @note None. -* -*****************************************************************************/ -u8 XUartPs_GetFlowDelay(XUartPs *InstancePtr) -{ - u32 FdelTmpRegister; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Read the Mode register. */ - FdelTmpRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_FLOWDEL_OFFSET); - - /* Return the contents of the flow delay register */ - FdelTmpRegister = (u8)(FdelTmpRegister & (u32)XUARTPS_FLOWDEL_MASK); - return FdelTmpRegister; -} - -/****************************************************************************/ -/** -* -* This function sets the Flow Delay. -* 0 - 3: Flow delay inactive -* 4 - 63: If Flow Control mode is enabled, UART_rtsN is deactivated when the -* receive FIFO fills to this level. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param FlowDelayValue is the Setting for the flow delay. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SetFlowDelay(XUartPs *InstancePtr, u8 FlowDelayValue) -{ - u32 FdelRegister; - - /* Assert validates the input arguments */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(FlowDelayValue > (u8)XUARTPS_FLOWDEL_MASK); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Set the correct value by shifting the input constant, then masking - * the bits - */ - FdelRegister = ((u32)FlowDelayValue) & (u32)XUARTPS_FLOWDEL_MASK; - - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_FLOWDEL_OFFSET, FdelRegister); - -} - -/****************************************************************************/ -/** -* -* This function gets the Receive Timeout of the UART. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return The current setting for receive time out. -* -* @note None. -* -*****************************************************************************/ -u8 XUartPs_GetRecvTimeout(XUartPs *InstancePtr) -{ - u32 RtoRegister; - u8 RtoRTmpRegister; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Read the Receive Timeout register. */ - RtoRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_RXTOUT_OFFSET); - - /* Return the contents of the mode register shifted appropriately */ - RtoRTmpRegister = (u8)(RtoRegister & (u32)XUARTPS_RXTOUT_MASK); - return RtoRTmpRegister; -} - -/****************************************************************************/ -/** -* -* This function sets the Receive Timeout of the UART. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param RecvTimeout setting allows the UART to detect an idle connection -* on the receiver data line. -* Timeout duration = RecvTimeout x 4 x Bit Period. 0 disables the -* timeout function. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SetRecvTimeout(XUartPs *InstancePtr, u8 RecvTimeout) -{ - u32 RtoRegister; - - /* Assert validates the input arguments */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Set the correct value by masking the bits */ - RtoRegister = ((u32)RecvTimeout & (u32)XUARTPS_RXTOUT_MASK); - - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_RXTOUT_OFFSET, RtoRegister); - - /* Configure CR to restart the receiver timeout counter */ - RtoRegister = - XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_CR_OFFSET); - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_CR_OFFSET, - (RtoRegister | XUARTPS_CR_TORST)); - -} -/****************************************************************************/ -/** -* -* Sets the data format for the device. The data format includes the -* baud rate, number of data bits, number of stop bits, and parity. It is the -* caller's responsibility to ensure that the UART is not sending or receiving -* data when this function is called. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param FormatPtr is a pointer to a format structure containing the data -* format to be set. -* -* @return -* - XST_SUCCESS if the data format was successfully set. -* - XST_UART_BAUD_ERROR indicates the baud rate could not be -* set because of the amount of error with the baud rate and -* the input clock frequency. -* - XST_INVALID_PARAM if one of the parameters was not valid. -* -* @note -* -* The data types in the format type, data bits and parity, are 32 bit fields -* to prevent a compiler warning. -* The asserts in this function will cause a warning if these fields are -* bytes. -*

-* -*****************************************************************************/ -s32 XUartPs_SetDataFormat(XUartPs *InstancePtr, - XUartPsFormat * FormatPtr) -{ - s32 Status; - u32 ModeRegister; - - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(FormatPtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Verify the inputs specified are valid */ - if ((FormatPtr->DataBits > ((u32)XUARTPS_FORMAT_6_BITS)) || - (FormatPtr->StopBits > ((u8)XUARTPS_FORMAT_2_STOP_BIT)) || - (FormatPtr->Parity > ((u32)XUARTPS_FORMAT_NO_PARITY))) { - Status = XST_INVALID_PARAM; - } else { - - /* - * Try to set the baud rate and if it's not successful then don't - * continue altering the data format, this is done first to avoid the - * format from being altered when an error occurs - */ - Status = XUartPs_SetBaudRate(InstancePtr, FormatPtr->BaudRate); - if (Status != (s32)XST_SUCCESS) { - ; - } else { - - ModeRegister = - XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - - /* - * Set the length of data (8,7,6) by first clearing out the bits - * that control it in the register, then set the length in the register - */ - ModeRegister &= (u32)(~XUARTPS_MR_CHARLEN_MASK); - ModeRegister |= (FormatPtr->DataBits << XUARTPS_MR_CHARLEN_SHIFT); - - /* - * Set the number of stop bits in the mode register by first clearing - * out the bits that control it in the register, then set the number - * of stop bits in the register. - */ - ModeRegister &= (u32)(~XUARTPS_MR_STOPMODE_MASK); - ModeRegister |= (((u32)FormatPtr->StopBits) << XUARTPS_MR_STOPMODE_SHIFT); - - /* - * Set the parity by first clearing out the bits that control it in the - * register, then set the bits in the register, the default is no parity - * after clearing the register bits - */ - ModeRegister &= (u32)(~XUARTPS_MR_PARITY_MASK); - ModeRegister |= (FormatPtr->Parity << XUARTPS_MR_PARITY_SHIFT); - - /* Update the mode register */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_MR_OFFSET, - ModeRegister); - - Status = XST_SUCCESS; - } - } - return Status; -} - -/****************************************************************************/ -/** -* -* Gets the data format for the specified UART. The data format includes the -* baud rate, number of data bits, number of stop bits, and parity. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param FormatPtr is a pointer to a format structure that will contain -* the data format after this call completes. -* -* @return None. -* -* @note None. -* -* -*****************************************************************************/ -void XUartPs_GetDataFormat(XUartPs *InstancePtr, XUartPsFormat * FormatPtr) -{ - u32 ModeRegister; - - - /* Assert validates the input arguments */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(FormatPtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Get the baud rate from the instance, this is not retrieved from the - * hardware because it is only kept as a divisor such that it is more - * difficult to get back to the baud rate - */ - FormatPtr->BaudRate = InstancePtr->BaudRate; - - ModeRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - - /* Get the length of data (8,7,6,5) */ - FormatPtr->DataBits = - ((ModeRegister & (u32)XUARTPS_MR_CHARLEN_MASK) >> - XUARTPS_MR_CHARLEN_SHIFT); - - /* Get the number of stop bits */ - FormatPtr->StopBits = - (u8)((ModeRegister & (u32)XUARTPS_MR_STOPMODE_MASK) >> - XUARTPS_MR_STOPMODE_SHIFT); - - /* Determine what parity is */ - FormatPtr->Parity = - (u32)((ModeRegister & (u32)XUARTPS_MR_PARITY_MASK) >> - XUARTPS_MR_PARITY_SHIFT); -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_selftest.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_selftest.c deleted file mode 100644 index 99727bc..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_selftest.c +++ /dev/null @@ -1,147 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps_selftest.c -* @addtogroup uartps_v3_11 -* @{ -* -* This file contains the self-test functions for the XUartPs driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- -----------------------------------------------
-* 1.00	drg/jz 01/13/10 First Release
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.9   sd     02/06/20 Added clock support
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xuartps.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -#define XUARTPS_TOTAL_BYTES (u8)32 - -/************************** Variable Definitions *****************************/ - -static u8 TestString[XUARTPS_TOTAL_BYTES]="abcdefghABCDEFGH012345677654321"; -static u8 ReturnString[XUARTPS_TOTAL_BYTES]; - -/************************** Function Prototypes ******************************/ - - -/****************************************************************************/ -/** -* -* This function runs a self-test on the driver and hardware device. This self -* test performs a local loopback and verifies data can be sent and received. -* -* The time for this test is proportional to the baud rate that has been set -* prior to calling this function. -* -* The mode and control registers are restored before return. -* -* @param InstancePtr is a pointer to the XUartPs instance -* -* @return -* - XST_SUCCESS if the test was successful -* - XST_UART_TEST_FAIL if the test failed looping back the data -* -* @note -* -* This function can hang if the hardware is not functioning properly. -* -******************************************************************************/ -s32 XUartPs_SelfTest(XUartPs *InstancePtr) -{ - s32 Status = XST_SUCCESS; - u32 IntrRegister; - u32 ModeRegister; - u8 Index; - u32 ReceiveDataResult; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); -#if defined (XCLOCKING) - Xil_ClockEnable(InstancePtr->Config.RefClk); -#endif - - /* Disable all interrupts in the interrupt disable register */ - IntrRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_IMR_OFFSET); - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_IDR_OFFSET, - XUARTPS_IXR_MASK); - - /* Setup for local loopback */ - ModeRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_MR_OFFSET, - ((ModeRegister & (u32)(~XUARTPS_MR_CHMODE_MASK)) | - (u32)XUARTPS_MR_CHMODE_L_LOOP)); - - /* Send a number of bytes and receive them, one at a time. */ - for (Index = 0U; Index < XUARTPS_TOTAL_BYTES; Index++) { - /* - * Send out the byte and if it was not sent then the failure - * will be caught in the comparison at the end - */ - (void)XUartPs_Send(InstancePtr, &TestString[Index], 1U); - - /* - * Wait until the byte is received. This can hang if the HW - * is broken. Watch for the FIFO empty flag to be false. - */ - ReceiveDataResult = Xil_In32((InstancePtr->Config.BaseAddress) + XUARTPS_SR_OFFSET) & - XUARTPS_SR_RXEMPTY; - while (ReceiveDataResult == XUARTPS_SR_RXEMPTY ) { - ReceiveDataResult = Xil_In32((InstancePtr->Config.BaseAddress) + XUARTPS_SR_OFFSET) & - XUARTPS_SR_RXEMPTY; - } - - /* Receive the byte */ - (void)XUartPs_Recv(InstancePtr, &ReturnString[Index], 1U); - } - - /* - * Compare the bytes received to the bytes sent to verify the exact data - * was received - */ - for (Index = 0U; Index < XUARTPS_TOTAL_BYTES; Index++) { - if (TestString[Index] != ReturnString[Index]) { - Status = XST_UART_TEST_FAIL; - } - } - - /* - * Restore the registers which were altered to put into polling and - * loopback modes so that this test is not destructive - */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_IER_OFFSET, - IntrRegister); - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_MR_OFFSET, - ModeRegister); - -#if defined (XCLOCKING) - Xil_ClockDisable(InstancePtr->Config.RefClk); -#endif - return Status; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_sinit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_sinit.c deleted file mode 100644 index 9b10b49..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_sinit.c +++ /dev/null @@ -1,73 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps_sinit.c -* @addtogroup uartps_v3_11 -* @{ -* -* The implementation of the XUartPs driver's static initialization -* functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- -----------------------------------------------
-* 1.00  drg/jz 01/13/10 First Release
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xstatus.h" -#include "xparameters.h" -#include "xuartps.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ -extern XUartPs_Config XUartPs_ConfigTable[XPAR_XUARTPS_NUM_INSTANCES]; - -/************************** Function Prototypes *****************************/ - -/****************************************************************************/ -/** -* -* Looks up the device configuration based on the unique device ID. The table -* contains the configuration info for each device in the system. -* -* @param DeviceId contains the ID of the device -* -* @return A pointer to the configuration structure or NULL if the -* specified device is not in the system. -* -* @note None. -* -******************************************************************************/ -XUartPs_Config *XUartPs_LookupConfig(u16 DeviceId) -{ - XUartPs_Config *CfgPtr = NULL; - - u32 Index; - - for (Index = 0U; Index < (u32)XPAR_XUARTPS_NUM_INSTANCES; Index++) { - if (XUartPs_ConfigTable[Index].DeviceId == DeviceId) { - CfgPtr = &XUartPs_ConfigTable[Index]; - break; - } - } - - return (XUartPs_Config *)CfgPtr; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/Makefile b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/Makefile deleted file mode 100644 index 5feeb49..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps.c deleted file mode 100644 index e8eb9ee..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps.c +++ /dev/null @@ -1,1813 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xadcps.c -* @addtogroup xadcps_v2_6 -* @{ -* -* This file contains the driver API functions that can be used to access -* the XADC device. -* -* Refer to the xadcps.h header file for more information about this driver. -* -* @note None. -* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a ssb    12/22/11 First release based on the XPS/AXI xadc driver
-* 1.01a bss    02/18/13	Modified XAdcPs_SetSeqChEnables,XAdcPs_SetSeqAvgEnables
-*			XAdcPs_SetSeqInputMode and XAdcPs_SetSeqAcqTime APIs
-*			to fix CR #693371
-* 2.1   bss    08/05/14	Modified Assert for XAdcPs_SetSingleChParams to fix
-*			CR #807563.
-* 2.2	bss	   04/27/14 Modified to use correct Device Config base address
-*						(CR#854437).
-* 2.3   mn     07/09/18 Fix Doxygen warning
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xadcps.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Function Prototypes *****************************/ - -void XAdcPs_WriteInternalReg(XAdcPs *InstancePtr, u32 RegOffset, u32 Data); -u32 XAdcPs_ReadInternalReg(XAdcPs *InstancePtr, u32 RegOffset); - - -/************************** Variable Definitions ****************************/ - - -/*****************************************************************************/ -/** -* -* This function initializes a specific XAdcPs device/instance. This function -* must be called prior to using the XADC device. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param ConfigPtr points to the XAdcPs device configuration structure. -* @param EffectiveAddr is the device base address in the virtual memory -* address space. If the address translation is not used then the -* physical address is passed. -* Unexpected errors may occur if the address mapping is changed -* after this function is invoked. -* -* @return -* - XST_SUCCESS if successful. -* -* @note The user needs to first call the XAdcPs_LookupConfig() API -* which returns the Configuration structure pointer which is -* passed as a parameter to the XAdcPs_CfgInitialize() API. -* -******************************************************************************/ -int XAdcPs_CfgInitialize(XAdcPs *InstancePtr, XAdcPs_Config *ConfigPtr, - u32 EffectiveAddr) -{ - - u32 RegValue; - /* - * Assert the input arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(ConfigPtr != NULL); - - - /* - * Set the values read from the device config and the base address. - */ - InstancePtr->Config.DeviceId = ConfigPtr->DeviceId; - InstancePtr->Config.BaseAddress = EffectiveAddr; - - /* Write Unlock value to Device Config Unlock register */ - XAdcPs_WriteReg(XPAR_XDCFG_0_BASEADDR, - XADCPS_UNLK_OFFSET, XADCPS_UNLK_VALUE); - - /* Enable the PS access of xadc and set FIFO thresholds */ - - RegValue = XAdcPs_ReadReg((InstancePtr)->Config.BaseAddress, - XADCPS_CFG_OFFSET); - - RegValue = RegValue | XADCPS_CFG_ENABLE_MASK | - XADCPS_CFG_CFIFOTH_MASK | XADCPS_CFG_DFIFOTH_MASK; - - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, - XADCPS_CFG_OFFSET, RegValue); - - /* Release xadc from reset */ - - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, - XADCPS_MCTL_OFFSET, 0x00); - - /* - * Indicate the instance is now ready to use and - * initialized without error. - */ - InstancePtr->IsReady = XIL_COMPONENT_IS_READY; - - return XST_SUCCESS; -} - - -/****************************************************************************/ -/** -* -* The functions sets the contents of the Config Register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Data is the 32 bit data to be written to the Register. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_SetConfigRegister(XAdcPs *InstancePtr, u32 Data) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, - XADCPS_CFG_OFFSET, Data); - -} - - -/****************************************************************************/ -/** -* -* The functions reads the contents of the Config Register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return A 32-bit value representing the contents of the Config Register. -* Use the XADCPS_SR_*_MASK constants defined in xadcps_hw.h to -* interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XAdcPs_GetConfigRegister(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Config Register and return the value. - */ - return XAdcPs_ReadReg((InstancePtr)->Config.BaseAddress, - XADCPS_CFG_OFFSET); -} - - -/****************************************************************************/ -/** -* -* The functions reads the contents of the Miscellaneous Status Register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return A 32-bit value representing the contents of the Miscellaneous -* Status Register. Use the XADCPS_MSTS_*_MASK constants defined -* in xadcps_hw.h to interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XAdcPs_GetMiscStatus(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Miscellaneous Status Register and return the value. - */ - return XAdcPs_ReadReg((InstancePtr)->Config.BaseAddress, - XADCPS_MSTS_OFFSET); -} - - -/****************************************************************************/ -/** -* -* The functions sets the contents of the Miscellaneous Control register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Data is the 32 bit data to be written to the Register. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_SetMiscCtrlRegister(XAdcPs *InstancePtr, u32 Data) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Write to the Miscellaneous control register Register. - */ - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, - XADCPS_MCTL_OFFSET, Data); -} - - -/****************************************************************************/ -/** -* -* The functions reads the contents of the Miscellaneous control register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return A 32-bit value representing the contents of the Config Register. -* Use the XADCPS_SR_*_MASK constants defined in xadcps_hw.h to -* interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XAdcPs_GetMiscCtrlRegister(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Miscellaneous control register and return the value. - */ - return XAdcPs_ReadReg((InstancePtr)->Config.BaseAddress, - XADCPS_MCTL_OFFSET); -} - - -/*****************************************************************************/ -/** -* -* This function resets the XADC Hard Macro in the device. -* -* @param InstancePtr is a pointer to the Xxadc instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XAdcPs_Reset(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Generate the reset by Control - * register and release from reset - */ - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, - XADCPS_MCTL_OFFSET, 0x10); - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, - XADCPS_MCTL_OFFSET, 0x00); -} - - -/****************************************************************************/ -/** -* -* Get the ADC converted data for the specified channel. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Channel is the channel number. Use the XADCPS_CH_* defined in -* the file xadcps.h. -* The valid channels are -* - 0 to 6 -* - 13 to 31 -* -* @return A 16-bit value representing the ADC converted data for the -* specified channel. The XADC Monitor/ADC device guarantees -* a 10 bit resolution for the ADC converted data and data is the -* 10 MSB bits of the 16 data read from the device. -* -* @note The channels 7,8,9 are used for calibration of the device and -* hence there is no associated data with this channel. -* -*****************************************************************************/ -u16 XAdcPs_GetAdcData(XAdcPs *InstancePtr, u8 Channel) -{ - - u32 RegData; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid((Channel <= XADCPS_CH_VBRAM) || - ((Channel >= XADCPS_CH_VCCPINT) && - (Channel <= XADCPS_CH_AUX_MAX))); - - RegData = XAdcPs_ReadInternalReg(InstancePtr, - (XADCPS_TEMP_OFFSET + (u32)Channel)); - return (u16) RegData; -} - -/****************************************************************************/ -/** -* -* This function gets the calibration coefficient data for the specified -* parameter. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param CoeffType specifies the calibration coefficient -* to be read. Use XADCPS_CALIB_* constants defined in xadcps.h to -* specify the calibration coefficient to be read. -* -* @return A 16-bit value representing the calibration coefficient. -* The XADC device guarantees a 10 bit resolution for -* the ADC converted data and data is the 10 MSB bits of the 16 -* data read from the device. -* -* @note None. -* -*****************************************************************************/ -u16 XAdcPs_GetCalibCoefficient(XAdcPs *InstancePtr, u8 CoeffType) -{ - u32 RegData; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid(CoeffType <= XADCPS_CALIB_GAIN_ERROR_COEFF); - - /* - * Read the selected calibration coefficient. - */ - RegData = XAdcPs_ReadInternalReg(InstancePtr, - (XADCPS_ADC_A_SUPPLY_CALIB_OFFSET + - (u32)CoeffType)); - return (u16) RegData; -} - -/****************************************************************************/ -/** -* -* This function reads the Minimum/Maximum measurement for one of the -* specified parameters. Use XADCPS_MAX_* and XADCPS_MIN_* constants defined in -* xadcps.h to specify the parameters (Temperature, VccInt, VccAux, VBram, -* VccPInt, VccPAux and VccPDro). -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param MeasurementType specifies the parameter for which the -* Minimum/Maximum measurement has to be read. -* Use XADCPS_MAX_* and XADCPS_MIN_* constants defined in xadcps.h to -* specify the data to be read. -* -* @return A 16-bit value representing the maximum/minimum measurement for -* specified parameter. -* The XADC device guarantees a 10 bit resolution for -* the ADC converted data and data is the 10 MSB bits of the 16 -* data read from the device. -* -* @note None. -* -*****************************************************************************/ -u16 XAdcPs_GetMinMaxMeasurement(XAdcPs *InstancePtr, u8 MeasurementType) -{ - u32 RegData; - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid((MeasurementType <= XADCPS_MAX_VCCPDRO) || - ((MeasurementType >= XADCPS_MIN_VCCPINT) && - (MeasurementType <= XADCPS_MIN_VCCPDRO))) - - /* - * Read and return the specified Minimum/Maximum measurement. - */ - RegData = XAdcPs_ReadInternalReg(InstancePtr, - (XADCPS_MAX_TEMP_OFFSET + - (u32)MeasurementType)); - return (u16) RegData; -} - -/****************************************************************************/ -/** -* -* This function sets the number of samples of averaging that is to be done for -* all the channels in both the single channel mode and sequence mode of -* operations. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Average is the number of samples of averaging programmed to the -* Configuration Register 0. Use the XADCPS_AVG_* definitions defined -* in xadcps.h file : -* - XADCPS_AVG_0_SAMPLES for no averaging -* - XADCPS_AVG_16_SAMPLES for 16 samples of averaging -* - XADCPS_AVG_64_SAMPLES for 64 samples of averaging -* - XADCPS_AVG_256_SAMPLES for 256 samples of averaging -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_SetAvg(XAdcPs *InstancePtr, u8 Average) -{ - u32 RegData; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(Average <= XADCPS_AVG_256_SAMPLES); - - /* - * Write the averaging value into the Configuration Register 0. - */ - RegData = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR0_OFFSET) & - (~XADCPS_CFR0_AVG_VALID_MASK); - - RegData |= (((u32) Average << XADCPS_CFR0_AVG_SHIFT)); - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR0_OFFSET, - RegData); - -} - -/****************************************************************************/ -/** -* -* This function returns the number of samples of averaging configured for all -* the channels in the Configuration Register 0. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return The averaging read from the Configuration Register 0 is -* returned. Use the XADCPS_AVG_* bit definitions defined in -* xadcps.h file to interpret the returned value : -* - XADCPS_AVG_0_SAMPLES means no averaging -* - XADCPS_AVG_16_SAMPLES means 16 samples of averaging -* - XADCPS_AVG_64_SAMPLES means 64 samples of averaging -* - XADCPS_AVG_256_SAMPLES means 256 samples of averaging -* -* @note None. -* -*****************************************************************************/ -u8 XAdcPs_GetAvg(XAdcPs *InstancePtr) -{ - u32 Average; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the averaging value from the Configuration Register 0. - */ - Average = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR0_OFFSET) & XADCPS_CFR0_AVG_VALID_MASK; - - - return ((u8) (Average >> XADCPS_CFR0_AVG_SHIFT)); -} - -/****************************************************************************/ -/** -* -* The function sets the given parameters in the Configuration Register 0 in -* the single channel mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Channel is the channel number for the singel channel mode. -* The valid channels are 0 to 6, 8, and 13 to 31. -* If the external Mux is used then this specifies the channel -* oonnected to the external Mux. Please read the Device Spec -* to know which channels are valid. -* @param IncreaseAcqCycles is a boolean parameter which specifies whether -* the Acquisition time for the external channels has to be -* increased to 10 ADCCLK cycles (specify TRUE) or remain at the -* default 4 ADCCLK cycles (specify FALSE). This parameter is -* only valid for the external channels. -* @param IsEventMode specifies whether the operation of the ADC is Event -* driven or Continuous mode. -* @param IsDifferentialMode is a boolean parameter which specifies -* unipolar(specify FALSE) or differential mode (specify TRUE) for -* the analog inputs. The input mode is only valid for the -* external channels. -* -* @return -* - XST_SUCCESS if the given values were written successfully to -* the Configuration Register 0. -* - XST_FAILURE if the channel sequencer is enabled or the input -* parameters are not valid for the selected channel. -* -* @note -* - The number of samples for the averaging for all the channels -* is set by using the function XAdcPs_SetAvg. -* - The calibration of the device is done by doing a ADC -* conversion on the calibration channel(channel 8). The input -* parameters IncreaseAcqCycles, IsDifferentialMode and -* IsEventMode are not valid for this channel -* -* -*****************************************************************************/ -int XAdcPs_SetSingleChParams(XAdcPs *InstancePtr, - u8 Channel, - int IncreaseAcqCycles, - int IsEventMode, - int IsDifferentialMode) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid((Channel <= XADCPS_CH_VBRAM) || - (Channel == XADCPS_CH_ADC_CALIB) || - ((Channel >= XADCPS_CH_VCCPINT) && - (Channel <= XADCPS_CH_AUX_MAX))); - Xil_AssertNonvoid((IncreaseAcqCycles == 0x1) || - (IncreaseAcqCycles == 0x0)); - Xil_AssertNonvoid((IsEventMode == 0x1) || (IsEventMode == 0x0)); - Xil_AssertNonvoid((IsDifferentialMode == 0x1) || - (IsDifferentialMode == 0x0)); - - /* - * Check if the device is in single channel mode else return failure - */ - if ((XAdcPs_GetSequencerMode(InstancePtr) != - XADCPS_SEQ_MODE_SINGCHAN)) { - return XST_FAILURE; - } - - /* - * Read the Configuration Register 0. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR0_OFFSET) & - XADCPS_CFR0_AVG_VALID_MASK; - - /* - * Select the number of acquisition cycles. The acquisition cycles is - * only valid for the external channels. - */ - if (IncreaseAcqCycles == 0x1) { - if (((Channel >= XADCPS_CH_AUX_MIN) && - (Channel <= XADCPS_CH_AUX_MAX)) || - (Channel == XADCPS_CH_VPVN)){ - RegValue |= XADCPS_CFR0_ACQ_MASK; - } else { - return XST_FAILURE; - } - - } - - /* - * Select the input mode. The input mode is only valid for the - * external channels. - */ - if (IsDifferentialMode == 0x1) { - - if ((Channel >= XADCPS_CH_AUX_MIN) || - (Channel == XADCPS_CH_VPVN)){ - RegValue |= XADCPS_CFR0_DU_MASK; - } else { - return XST_FAILURE; - } - } - - /* - * Select the ADC mode. - */ - if (IsEventMode == 0x1) { - RegValue |= XADCPS_CFR0_EC_MASK; - } - - /* - * Write the given values into the Configuration Register 0. - */ - RegValue |= ((u32)Channel & XADCPS_CFR0_CHANNEL_MASK); - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR0_OFFSET, - RegValue); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* This function enables the alarm outputs for the specified alarms in the -* Configuration Register 1. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param AlmEnableMask is the bit-mask of the alarm outputs to be enabled -* in the Configuration Register 1. -* Bit positions of 1 will be enabled. Bit positions of 0 will be -* disabled. This mask is formed by OR'ing XADCPS_CFR1_ALM_*_MASK and -* XADCPS_CFR1_OT_MASK masks defined in xadcps_hw.h. -* -* @return None. -* -* @note The implementation of the alarm enables in the Configuration -* register 1 is such that the alarms for bit positions of 1 will -* be disabled and alarms for bit positions of 0 will be enabled. -* The alarm outputs specified by the AlmEnableMask are negated -* before writing to the Configuration Register 1. -* -* -*****************************************************************************/ -void XAdcPs_SetAlarmEnables(XAdcPs *InstancePtr, u16 AlmEnableMask) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - RegValue = XAdcPs_ReadInternalReg(InstancePtr, XADCPS_CFR1_OFFSET); - - RegValue &= ~XADCPS_CFR1_ALM_ALL_MASK; - RegValue |= (~(u32)AlmEnableMask & XADCPS_CFR1_ALM_ALL_MASK); - - /* - * Enable/disables the alarm enables for the specified alarm bits in the - * Configuration Register 1. - */ - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR1_OFFSET, - RegValue); -} - -/****************************************************************************/ -/** -* -* This function gets the status of the alarm output enables in the -* Configuration Register 1. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return This is the bit-mask of the enabled alarm outputs in the -* Configuration Register 1. Use the masks XADCPS_CFR1_ALM*_* and -* XADCPS_CFR1_OT_MASK defined in xadcps_hw.h to interpret the -* returned value. -* Bit positions of 1 indicate that the alarm output is enabled. -* Bit positions of 0 indicate that the alarm output is disabled. -* -* -* @note The implementation of the alarm enables in the Configuration -* register 1 is such that alarms for the bit positions of 1 will -* be disabled and alarms for bit positions of 0 will be enabled. -* The enabled alarm outputs returned by this function is the -* negated value of the the data read from the Configuration -* Register 1. -* -*****************************************************************************/ -u16 XAdcPs_GetAlarmEnables(XAdcPs *InstancePtr) -{ - u32 RegValue; - - /* - * Assert the arguments - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the status of alarm output enables from the Configuration - * Register 1. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR1_OFFSET) & XADCPS_CFR1_ALM_ALL_MASK; - return (u16) (~RegValue & XADCPS_CFR1_ALM_ALL_MASK); -} - -/****************************************************************************/ -/** -* -* This function enables the specified calibration in the Configuration -* Register 1 : -* -* - XADCPS_CFR1_CAL_ADC_OFFSET_MASK : Calibration 0 -ADC offset correction -* - XADCPS_CFR1_CAL_ADC_GAIN_OFFSET_MASK : Calibration 1 -ADC gain and offset -* correction -* - XADCPS_CFR1_CAL_PS_OFFSET_MASK : Calibration 2 -Power Supply sensor -* offset correction -* - XADCPS_CFR1_CAL_PS_GAIN_OFFSET_MASK : Calibration 3 -Power Supply sensor -* gain and offset correction -* - XADCPS_CFR1_CAL_DISABLE_MASK : No Calibration -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Calibration is the Calibration to be applied. -* Use XADCPS_CFR1_CAL*_* bits defined in xadcps_hw.h. -* Multiple calibrations can be enabled at a time by oring the -* XADCPS_CFR1_CAL_ADC_* and XADCPS_CFR1_CAL_PS_* bits. -* Calibration can be disabled by specifying - XADCPS_CFR1_CAL_DISABLE_MASK; -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_SetCalibEnables(XAdcPs *InstancePtr, u16 Calibration) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(((Calibration >= XADCPS_CFR1_CAL_ADC_OFFSET_MASK) && - (Calibration <= XADCPS_CFR1_CAL_VALID_MASK)) || - (Calibration == XADCPS_CFR1_CAL_DISABLE_MASK)); - - /* - * Set the specified calibration in the Configuration Register 1. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR1_OFFSET); - - RegValue &= ~XADCPS_CFR1_CAL_VALID_MASK; - RegValue |= ((u32)Calibration & XADCPS_CFR1_CAL_VALID_MASK); - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR1_OFFSET, - RegValue); - -} - -/****************************************************************************/ -/** -* -* This function reads the value of the calibration enables from the -* Configuration Register 1. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return The value of the calibration enables in the Configuration -* Register 1 : -* - XADCPS_CFR1_CAL_ADC_OFFSET_MASK : ADC offset correction -* - XADCPS_CFR1_CAL_ADC_GAIN_OFFSET_MASK : ADC gain and offset -* correction -* - XADCPS_CFR1_CAL_PS_OFFSET_MASK : Power Supply sensor offset -* correction -* - XADCPS_CFR1_CAL_PS_GAIN_OFFSET_MASK : Power Supply sensor -* gain and offset correction -* - XADCPS_CFR1_CAL_DISABLE_MASK : No Calibration -* -* @note None. -* -*****************************************************************************/ -u16 XAdcPs_GetCalibEnables(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the calibration enables from the Configuration Register 1. - */ - return (u16) XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR1_OFFSET) & XADCPS_CFR1_CAL_VALID_MASK; - -} - -/****************************************************************************/ -/** -* -* This function sets the specified Channel Sequencer Mode in the Configuration -* Register 1 : -* - Default safe mode (XADCPS_SEQ_MODE_SAFE) -* - One pass through sequence (XADCPS_SEQ_MODE_ONEPASS) -* - Continuous channel sequencing (XADCPS_SEQ_MODE_CONTINPASS) -* - Single Channel/Sequencer off (XADCPS_SEQ_MODE_SINGCHAN) -* - Simulataneous sampling mode (XADCPS_SEQ_MODE_SIMUL_SAMPLING) -* - Independent mode (XADCPS_SEQ_MODE_INDEPENDENT) -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param SequencerMode is the sequencer mode to be set. -* Use XADCPS_SEQ_MODE_* bits defined in xadcps.h. -* @return None. -* -* @note Only one of the modes can be enabled at a time. Please -* read the Spec of the XADC for further information about the -* sequencer modes. -* -* -*****************************************************************************/ -void XAdcPs_SetSequencerMode(XAdcPs *InstancePtr, u8 SequencerMode) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid((SequencerMode <= XADCPS_SEQ_MODE_SIMUL_SAMPLING) || - (SequencerMode == XADCPS_SEQ_MODE_INDEPENDENT)); - - /* - * Set the specified sequencer mode in the Configuration Register 1. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR1_OFFSET); - RegValue &= (~ XADCPS_CFR1_SEQ_VALID_MASK); - RegValue |= (((u32)SequencerMode << XADCPS_CFR1_SEQ_SHIFT) & - XADCPS_CFR1_SEQ_VALID_MASK); - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR1_OFFSET, - RegValue); - -} - -/****************************************************************************/ -/** -* -* This function gets the channel sequencer mode from the Configuration -* Register 1. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return The channel sequencer mode : -* - XADCPS_SEQ_MODE_SAFE : Default safe mode -* - XADCPS_SEQ_MODE_ONEPASS : One pass through sequence -* - XADCPS_SEQ_MODE_CONTINPASS : Continuous channel sequencing -* - XADCPS_SEQ_MODE_SINGCHAN : Single channel/Sequencer off -* - XADCPS_SEQ_MODE_SIMUL_SAMPLING : Simulataneous sampling mode -* - XADCPS_SEQ_MODE_INDEPENDENT : Independent mode -* -* -* @note None. -* -*****************************************************************************/ -u8 XAdcPs_GetSequencerMode(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the channel sequencer mode from the Configuration Register 1. - */ - return ((u8) ((XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR1_OFFSET) & XADCPS_CFR1_SEQ_VALID_MASK) >> - XADCPS_CFR1_SEQ_SHIFT)); - -} - -/****************************************************************************/ -/** -* -* The function sets the frequency of the ADCCLK by configuring the DCLK to -* ADCCLK ratio in the Configuration Register #2 -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Divisor is clock divisor used to derive ADCCLK from DCLK. -* Valid values of the divisor are -* - 0 to 255. Values 0, 1, 2 are all mapped to 2. -* Refer to the device specification for more details -* -* @return None. -* -* @note - The ADCCLK is an internal clock used by the ADC and is -* synchronized to the DCLK clock. The ADCCLK is equal to DCLK -* divided by the user selection in the Configuration Register 2. -* - There is no Assert on the minimum value of the Divisor. -* -*****************************************************************************/ -void XAdcPs_SetAdcClkDivisor(XAdcPs *InstancePtr, u8 Divisor) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Write the divisor value into the Configuration Register #2. - */ - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR2_OFFSET, - ((u32)Divisor << XADCPS_CFR2_CD_SHIFT)); - -} - -/****************************************************************************/ -/** -* -* The function gets the ADCCLK divisor from the Configuration Register 2. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return The divisor read from the Configuration Register 2. -* -* @note The ADCCLK is an internal clock used by the ADC and is -* synchronized to the DCLK clock. The ADCCLK is equal to DCLK -* divided by the user selection in the Configuration Register 2. -* -*****************************************************************************/ -u8 XAdcPs_GetAdcClkDivisor(XAdcPs *InstancePtr) -{ - u16 Divisor; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the divisor value from the Configuration Register 2. - */ - Divisor = (u16) XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR2_OFFSET); - - return (u8) (Divisor >> XADCPS_CFR2_CD_SHIFT); -} - -/****************************************************************************/ -/** -* -* This function enables the specified channels in the ADC Channel Selection -* Sequencer Registers. The sequencer must be disabled before writing to these -* regsiters. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param ChEnableMask is the bit mask of all the channels to be enabled. -* Use XADCPS_SEQ_CH__* defined in xadcps_hw.h to specify the Channel -* numbers. Bit masks of 1 will be enabled and bit mask of 0 will -* be disabled. -* The ChEnableMask is a 32 bit mask that is written to the two -* 16 bit ADC Channel Selection Sequencer Registers. -* -* @return -* - XST_SUCCESS if the given values were written successfully to -* the ADC Channel Selection Sequencer Registers. -* - XST_FAILURE if the channel sequencer is enabled. -* -* @note None -* -*****************************************************************************/ -int XAdcPs_SetSeqChEnables(XAdcPs *InstancePtr, u32 ChEnableMask) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * The sequencer must be disabled for writing any of these registers - * Return XST_FAILURE if the channel sequencer is enabled. - */ - if ((XAdcPs_GetSequencerMode(InstancePtr) != XADCPS_SEQ_MODE_SAFE)) { - return XST_FAILURE; - } - - /* - * Enable the specified channels in the ADC Channel Selection Sequencer - * Registers. - */ - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ00_OFFSET, - (ChEnableMask & XADCPS_SEQ00_CH_VALID_MASK)); - - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ01_OFFSET, - (ChEnableMask >> XADCPS_SEQ_CH_AUX_SHIFT) & - XADCPS_SEQ01_CH_VALID_MASK); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* This function gets the channel enable bits status from the ADC Channel -* Selection Sequencer Registers. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return Gets the channel enable bits. Use XADCPS_SEQ_CH__* defined in -* xadcps_hw.h to interpret the Channel numbers. Bit masks of 1 -* are the channels that are enabled and bit mask of 0 are -* the channels that are disabled. -* -* @return None -* -* @note None -* -*****************************************************************************/ -u32 XAdcPs_GetSeqChEnables(XAdcPs *InstancePtr) -{ - u32 RegValEnable; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the channel enable bits for all the channels from the ADC - * Channel Selection Register. - */ - RegValEnable = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ00_OFFSET) & - XADCPS_SEQ00_CH_VALID_MASK; - RegValEnable |= (XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ01_OFFSET) & - XADCPS_SEQ01_CH_VALID_MASK) << - XADCPS_SEQ_CH_AUX_SHIFT; - - - return RegValEnable; -} - -/****************************************************************************/ -/** -* -* This function enables the averaging for the specified channels in the ADC -* Channel Averaging Enable Sequencer Registers. The sequencer must be disabled -* before writing to these regsiters. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param AvgEnableChMask is the bit mask of all the channels for which -* averaging is to be enabled. Use XADCPS_SEQ_CH__* defined in -* xadcps_hw.h to specify the Channel numbers. Averaging will be -* enabled for bit masks of 1 and disabled for bit mask of 0. -* The AvgEnableChMask is a 32 bit mask that is written to the two -* 16 bit ADC Channel Averaging Enable Sequencer Registers. -* -* @return -* - XST_SUCCESS if the given values were written successfully to -* the ADC Channel Averaging Enables Sequencer Registers. -* - XST_FAILURE if the channel sequencer is enabled. -* -* @note None -* -*****************************************************************************/ -int XAdcPs_SetSeqAvgEnables(XAdcPs *InstancePtr, u32 AvgEnableChMask) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * The sequencer must be disabled for writing any of these registers - * Return XST_FAILURE if the channel sequencer is enabled. - */ - if ((XAdcPs_GetSequencerMode(InstancePtr) != XADCPS_SEQ_MODE_SAFE)) { - return XST_FAILURE; - } - - /* - * Enable/disable the averaging for the specified channels in the - * ADC Channel Averaging Enables Sequencer Registers. - */ - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ02_OFFSET, - (AvgEnableChMask & XADCPS_SEQ02_CH_VALID_MASK)); - - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ03_OFFSET, - (AvgEnableChMask >> XADCPS_SEQ_CH_AUX_SHIFT) & - XADCPS_SEQ03_CH_VALID_MASK); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* This function returns the channels for which the averaging has been enabled -* in the ADC Channel Averaging Enables Sequencer Registers. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @returns The status of averaging (enabled/disabled) for all the channels. -* Use XADCPS_SEQ_CH__* defined in xadcps_hw.h to interpret the -* Channel numbers. Bit masks of 1 are the channels for which -* averaging is enabled and bit mask of 0 are the channels for -* averaging is disabled -* -* @note None -* -*****************************************************************************/ -u32 XAdcPs_GetSeqAvgEnables(XAdcPs *InstancePtr) -{ - u32 RegValAvg; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the averaging enable status for all the channels from the - * ADC Channel Averaging Enables Sequencer Registers. - */ - RegValAvg = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ02_OFFSET) & XADCPS_SEQ02_CH_VALID_MASK; - RegValAvg |= (XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ03_OFFSET) & XADCPS_SEQ03_CH_VALID_MASK) << - XADCPS_SEQ_CH_AUX_SHIFT; - - return RegValAvg; -} - -/****************************************************************************/ -/** -* -* This function sets the Analog input mode for the specified channels in the ADC -* Channel Analog-Input Mode Sequencer Registers. The sequencer must be disabled -* before writing to these regsiters. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param InputModeChMask is the bit mask of all the channels for which -* the input mode is differential mode. Use XADCPS_SEQ_CH__* defined -* in xadcps_hw.h to specify the channel numbers. Differential -* input mode will be set for bit masks of 1 and unipolar input -* mode for bit masks of 0. -* The InputModeChMask is a 32 bit mask that is written to the two -* 16 bit ADC Channel Analog-Input Mode Sequencer Registers. -* -* @return -* - XST_SUCCESS if the given values were written successfully to -* the ADC Channel Analog-Input Mode Sequencer Registers. -* - XST_FAILURE if the channel sequencer is enabled. -* -* @note None -* -*****************************************************************************/ -int XAdcPs_SetSeqInputMode(XAdcPs *InstancePtr, u32 InputModeChMask) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * The sequencer must be disabled for writing any of these registers - * Return XST_FAILURE if the channel sequencer is enabled. - */ - if ((XAdcPs_GetSequencerMode(InstancePtr) != XADCPS_SEQ_MODE_SAFE)) { - return XST_FAILURE; - } - - /* - * Set the input mode for the specified channels in the ADC Channel - * Analog-Input Mode Sequencer Registers. - */ - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ04_OFFSET, - (InputModeChMask & XADCPS_SEQ04_CH_VALID_MASK)); - - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ05_OFFSET, - (InputModeChMask >> XADCPS_SEQ_CH_AUX_SHIFT) & - XADCPS_SEQ05_CH_VALID_MASK); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* This function gets the Analog input mode for all the channels from -* the ADC Channel Analog-Input Mode Sequencer Registers. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @returns The input mode for all the channels. -* Use XADCPS_SEQ_CH_* defined in xadcps_hw.h to interpret the -* Channel numbers. Bit masks of 1 are the channels for which -* input mode is differential and bit mask of 0 are the channels -* for which input mode is unipolar. -* -* @note None. -* -*****************************************************************************/ -u32 XAdcPs_GetSeqInputMode(XAdcPs *InstancePtr) -{ - u32 InputMode; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Get the input mode for all the channels from the ADC Channel - * Analog-Input Mode Sequencer Registers. - */ - InputMode = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ04_OFFSET) & - XADCPS_SEQ04_CH_VALID_MASK; - InputMode |= (XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ05_OFFSET) & - XADCPS_SEQ05_CH_VALID_MASK) << - XADCPS_SEQ_CH_AUX_SHIFT; - - return InputMode; -} - -/****************************************************************************/ -/** -* -* This function sets the number of Acquisition cycles in the ADC Channel -* Acquisition Time Sequencer Registers. The sequencer must be disabled -* before writing to these regsiters. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param AcqCyclesChMask is the bit mask of all the channels for which -* the number of acquisition cycles is to be extended. -* Use XADCPS_SEQ_CH__* defined in xadcps_hw.h to specify the Channel -* numbers. Acquisition cycles will be extended to 10 ADCCLK cycles -* for bit masks of 1 and will be the default 4 ADCCLK cycles for -* bit masks of 0. -* The AcqCyclesChMask is a 32 bit mask that is written to the two -* 16 bit ADC Channel Acquisition Time Sequencer Registers. -* -* @return -* - XST_SUCCESS if the given values were written successfully to -* the Channel Sequencer Registers. -* - XST_FAILURE if the channel sequencer is enabled. -* -* @note None. -* -*****************************************************************************/ -int XAdcPs_SetSeqAcqTime(XAdcPs *InstancePtr, u32 AcqCyclesChMask) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * The sequencer must be disabled for writing any of these registers - * Return XST_FAILURE if the channel sequencer is enabled. - */ - if ((XAdcPs_GetSequencerMode(InstancePtr) != - XADCPS_SEQ_MODE_SAFE)) { - return XST_FAILURE; - } - - /* - * Set the Acquisition time for the specified channels in the - * ADC Channel Acquisition Time Sequencer Registers. - */ - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ06_OFFSET, - (AcqCyclesChMask & XADCPS_SEQ06_CH_VALID_MASK)); - - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ07_OFFSET, - (AcqCyclesChMask >> XADCPS_SEQ_CH_AUX_SHIFT) & - XADCPS_SEQ07_CH_VALID_MASK); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* This function gets the status of acquisition from the ADC Channel Acquisition -* Time Sequencer Registers. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @returns The acquisition time for all the channels. -* Use XADCPS_SEQ_CH__* defined in xadcps_hw.h to interpret the -* Channel numbers. Bit masks of 1 are the channels for which -* acquisition cycles are extended and bit mask of 0 are the -* channels for which acquisition cycles are not extended. -* -* @note None -* -*****************************************************************************/ -u32 XAdcPs_GetSeqAcqTime(XAdcPs *InstancePtr) -{ - u32 RegValAcq; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Get the Acquisition cycles for the specified channels from the ADC - * Channel Acquisition Time Sequencer Registers. - */ - RegValAcq = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ06_OFFSET) & - XADCPS_SEQ06_CH_VALID_MASK; - RegValAcq |= (XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ07_OFFSET) & - XADCPS_SEQ07_CH_VALID_MASK) << - XADCPS_SEQ_CH_AUX_SHIFT; - - return RegValAcq; -} - -/****************************************************************************/ -/** -* -* This functions sets the contents of the given Alarm Threshold Register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param AlarmThrReg is the index of an Alarm Threshold Register to -* be set. Use XADCPS_ATR_* constants defined in xadcps.h to -* specify the index. -* @param Value is the 16-bit threshold value to write into the register. -* -* @return None. -* -* @note Use XAdcPs_SetOverTemp() to set the Over Temperature upper -* threshold value. -* -*****************************************************************************/ -void XAdcPs_SetAlarmThreshold(XAdcPs *InstancePtr, u8 AlarmThrReg, u16 Value) -{ - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(AlarmThrReg <= XADCPS_ATR_VCCPDRO_LOWER); - - /* - * Write the value into the specified Alarm Threshold Register. - */ - XAdcPs_WriteInternalReg(InstancePtr, (XADCPS_ATR_TEMP_UPPER_OFFSET + - (u32)AlarmThrReg), Value); - -} - -/****************************************************************************/ -/** -* -* This function returns the contents of the specified Alarm Threshold Register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param AlarmThrReg is the index of an Alarm Threshold Register -* to be read. Use XADCPS_ATR_* constants defined in xadcps_hw.h -* to specify the index. -* -* @return A 16-bit value representing the contents of the selected Alarm -* Threshold Register. -* -* @note None. -* -*****************************************************************************/ -u16 XAdcPs_GetAlarmThreshold(XAdcPs *InstancePtr, u8 AlarmThrReg) -{ - u32 RegData; - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid(AlarmThrReg <= XADCPS_ATR_VCCPDRO_LOWER); - - /* - * Read the specified Alarm Threshold Register and return - * the value - */ - RegData = XAdcPs_ReadInternalReg(InstancePtr, - (XADCPS_ATR_TEMP_UPPER_OFFSET + - (u32)AlarmThrReg)); - - return (u16) RegData; -} - - -/****************************************************************************/ -/** -* -* This function enables programming of the powerdown temperature for the -* OverTemp signal in the OT Powerdown register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_EnableUserOverTemp(XAdcPs *InstancePtr) -{ - u16 OtUpper; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the OT upper Alarm Threshold Register. - */ - OtUpper = (u16)(XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_ATR_OT_UPPER_OFFSET)); - OtUpper &= ~((u16)XADCPS_ATR_OT_UPPER_ENB_MASK); - - /* - * Preserve the powerdown value and write OT enable value the into the - * OT Upper Alarm Threshold Register. - */ - OtUpper |= XADCPS_ATR_OT_UPPER_ENB_VAL; - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_ATR_OT_UPPER_OFFSET, (u32)OtUpper); -} - -/****************************************************************************/ -/** -* -* This function disables programming of the powerdown temperature for the -* OverTemp signal in the OT Powerdown register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return None. -* -* @note None. -* -* -*****************************************************************************/ -void XAdcPs_DisableUserOverTemp(XAdcPs *InstancePtr) -{ - u16 OtUpper; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the OT Upper Alarm Threshold Register. - */ - OtUpper = (u16)(XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_ATR_OT_UPPER_OFFSET)); - OtUpper &= ~((u16)XADCPS_ATR_OT_UPPER_ENB_MASK); - - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_ATR_OT_UPPER_OFFSET, (u32)OtUpper); -} - - -/****************************************************************************/ -/** -* -* The function enables the Event mode or Continuous mode in the sequencer mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param IsEventMode is a boolean parameter that specifies continuous -* sampling (specify FALSE) or event driven sampling mode (specify -* TRUE) for the given channel. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_SetSequencerEvent(XAdcPs *InstancePtr, int IsEventMode) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid((IsEventMode == 0x1) || (IsEventMode == 0x0)); - - /* - * Read the Configuration Register 0. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR0_OFFSET) & - (~XADCPS_CFR0_EC_MASK); - - /* - * Set the ADC mode. - */ - if (IsEventMode == 0x1) { - RegValue |= XADCPS_CFR0_EC_MASK; - } else { - RegValue &= ~XADCPS_CFR0_EC_MASK; - } - - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR0_OFFSET, - RegValue); -} - - -/****************************************************************************/ -/** -* -* This function returns the sampling mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return The sampling mode -* - 0 specifies continuous sampling -* - 1 specifies event driven sampling mode -* -* @note None. -* -*****************************************************************************/ -int XAdcPs_GetSamplingMode(XAdcPs *InstancePtr) -{ - u32 Mode; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the sampling mode from the Configuration Register 0. - */ - Mode = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR0_OFFSET) & - XADCPS_CFR0_EC_MASK; - if (Mode > 0U) { - - return 1; - } - - return (0); -} - - -/****************************************************************************/ -/** -* -* This function sets the External Mux mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param MuxMode specifies whether External Mux is used -* - FALSE specifies NO external MUX -* - TRUE specifies External Mux is used -* @param Channel specifies the channel to be used for the -* external Mux. Please read the Device Spec for which -* channels are valid for which mode. -* -* @return None. -* -* @note There is no Assert in this function for checking the channel -* number if the external Mux is used. The user should provide a -* valid channel number. -* -*****************************************************************************/ -void XAdcPs_SetMuxMode(XAdcPs *InstancePtr, int MuxMode, u8 Channel) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid((MuxMode == 0x1) || (MuxMode == 0x0)); - - /* - * Read the Configuration Register 0. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR0_OFFSET) & - (~XADCPS_CFR0_MUX_MASK); - /* - * Select the Mux mode and the channel to be used. - */ - if (MuxMode == 0x1) { - RegValue |= XADCPS_CFR0_MUX_MASK; - RegValue |= ((u32)Channel & XADCPS_CFR0_CHANNEL_MASK); - - } - - /* - * Write the mux mode into the Configuration Register 0. - */ - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR0_OFFSET, - RegValue); -} - - -/****************************************************************************/ -/** -* -* This function sets the Power Down mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Mode specifies the Power Down Mode -* - XADCPS_PD_MODE_NONE specifies NO Power Down (Both ADC A and -* ADC B are enabled) -* - XADCPS_PD_MODE_ADCB specfies the Power Down of ADC B -* - XADCPS_PD_MODE_XADC specifies the Power Down of -* both ADC A and ADC B. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_SetPowerdownMode(XAdcPs *InstancePtr, u32 Mode) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(Mode < XADCPS_PD_MODE_XADC); - - - /* - * Read the Configuration Register 2. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR2_OFFSET) & - (~XADCPS_CFR2_PD_MASK); - /* - * Select the Power Down mode. - */ - RegValue |= (Mode << XADCPS_CFR2_PD_SHIFT); - - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR2_OFFSET, - RegValue); -} - -/****************************************************************************/ -/** -* -* This function gets the Power Down mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return Mode specifies the Power Down Mode -* - XADCPS_PD_MODE_NONE specifies NO Power Down (Both ADC A and -* ADC B are enabled) -* - XADCPS_PD_MODE_ADCB specfies the Power Down of ADC B -* - XADCPS_PD_MODE_XADC specifies the Power Down of -* both ADC A and ADC B. -* -* @note None. -* -*****************************************************************************/ -u32 XAdcPs_GetPowerdownMode(XAdcPs *InstancePtr) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Power Down Mode. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR2_OFFSET) & - (~XADCPS_CFR2_PD_MASK); - /* - * Return the Power Down mode. - */ - return (RegValue >> XADCPS_CFR2_PD_SHIFT); - -} - -/****************************************************************************/ -/** -* -* This function is used for writing to XADC Registers using the command FIFO. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param RegOffset is the offset of the XADC register to be written. -* @param Data is the data to be written. -* -* @return None. -* -* @note None. -* -* -*****************************************************************************/ -void XAdcPs_WriteInternalReg(XAdcPs *InstancePtr, u32 RegOffset, u32 Data) -{ - u32 RegData; - - /** - * Write the Data into the FIFO Register. - */ - RegData = (XADCPS_JTAG_CMD_WRITE_MASK) | - ((RegOffset << XADCPS_JTAG_ADDR_SHIFT) & XADCPS_JTAG_ADDR_MASK) | - (Data & XADCPS_JTAG_DATA_MASK); - - XAdcPs_WriteFifo(InstancePtr, RegData); - - /** - * Read the Read FIFO after any write since for each write - * one location of Read FIFO gets updated - */ - XAdcPs_ReadFifo(InstancePtr); - -} - - -/****************************************************************************/ -/** -* -* This function is used for reading from the XADC Registers using the Data FIFO. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param RegOffset is the offset of the XADC register to be read. -* -* @return Data read from the FIFO -* -* @note None. -* -* -*****************************************************************************/ -u32 XAdcPs_ReadInternalReg(XAdcPs *InstancePtr, u32 RegOffset) -{ - - u32 RegData; - - RegData = (XADCPS_JTAG_CMD_READ_MASK) | - ((RegOffset << XADCPS_JTAG_ADDR_SHIFT) & XADCPS_JTAG_ADDR_MASK); - - /* Read cmd to FIFO*/ - XAdcPs_WriteFifo(InstancePtr, RegData); - - /* Do a Dummy read */ - RegData = XAdcPs_ReadFifo(InstancePtr); - - /* Do a Dummy write to get the actual read */ - XAdcPs_WriteFifo(InstancePtr, RegData); - - /* Do the Actual read */ - RegData = XAdcPs_ReadFifo(InstancePtr); - - return RegData; - -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps.h deleted file mode 100644 index 980f394..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps.h +++ /dev/null @@ -1,571 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xadcps.h -* @addtogroup xadcps_v2_6 -* @{ -* @details -* -* The XAdcPs driver supports the Xilinx XADC/ADC device. -* -* The XADC/ADC device has the following features: -* - 10-bit, 200-KSPS (kilo samples per second) -* Analog-to-Digital Converter (ADC) -* - Monitoring of on-chip supply voltages and temperature -* - 1 dedicated differential analog-input pair and -* 16 auxiliary differential analog-input pairs -* - Automatic alarms based on user defined limits for the on-chip -* supply voltages and temperature -* - Automatic Channel Sequencer, programmable averaging, programmable -* acquisition time for the external inputs, unipolar or differential -* input selection for the external inputs -* - Inbuilt Calibration -* - Optional interrupt request generation -* -* -* The user should refer to the hardware device specification for detailed -* information about the device. -* -* This header file contains the prototypes of driver functions that can -* be used to access the XADC/ADC device. -* -* -* XADC Channel Sequencer Modes -* -* The XADC Channel Sequencer supports the following operating modes: -* -* - Default : This is the default mode after power up. -* In this mode of operation the XADC operates in -* a sequence mode, monitoring the on chip sensors: -* Temperature, VCCINT, and VCCAUX. -* - One pass through sequence : In this mode the XADC -* converts the channels enabled in the Sequencer Channel Enable -* registers for a single pass and then stops. -* - Continuous cycling of sequence : In this mode the XADC -* converts the channels enabled in the Sequencer Channel Enable -* registers continuously. -* - Single channel mode: In this mode the XADC Channel -* Sequencer is disabled and the XADC operates in a -* Single Channel Mode. -* The XADC can operate either in a Continuous or Event -* driven sampling mode in the single channel mode. -* - Simultaneous Sampling Mode: In this mode the XADC Channel -* Sequencer will automatically sequence through eight fixed pairs -* of auxiliary analog input channels for simulataneous conversion. -* - Independent ADC mode: In this mode the first ADC (A) is used to -* is used to implement a fixed monitoring mode similar to the -* default mode but the alarm fucntions ar eenabled. -* The second ADC (B) is available to be used with external analog -* input channels only. -* -* Read the XADC spec for more information about the sequencer modes. -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate to the XADC/ADC device. -* -* XAdcPs_CfgInitialize() API is used to initialize the XADC/ADC -* device. The user needs to first call the XAdcPs_LookupConfig() API which -* returns the Configuration structure pointer which is passed as a parameter to -* the XAdcPs_CfgInitialize() API. -* -* -* Interrupts -* -* The XADC/ADC device supports interrupt driven mode and the default -* operation mode is polling mode. -* -* The interrupt mode is available only if hardware is configured to support -* interrupts. -* -* This driver does not provide a Interrupt Service Routine (ISR) for the device. -* It is the responsibility of the application to provide one if needed. Refer to -* the interrupt example provided with this driver for details on using the -* device in interrupt mode. -* -* -* Virtual Memory -* -* This driver supports Virtual Memory. The RTOS is responsible for calculating -* the correct device base address in Virtual Memory space. -* -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* -* Building the driver -* -* The XAdcPs driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -* Limitations of the driver -* -* XADC/ADC device can be accessed through the JTAG port and the PLB -* interface. The driver implementation does not support the simultaneous access -* of the device by both these interfaces. The user has to care of this situation -* in the user application code. -* -*

-* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a ssb    12/22/11 First release based on the XPS/AXI xadc driver
-* 1.01a bss    02/18/13	Modified XAdcPs_SetSeqChEnables,XAdcPs_SetSeqAvgEnables
-*			XAdcPs_SetSeqInputMode and XAdcPs_SetSeqAcqTime APIs
-*			in xadcps.c to fix CR #693371
-* 1.03a bss    11/01/13 Modified xadcps_hw.h to use correct Register offsets
-*			CR#749687
-* 2.1   bss    08/05/14 Added declarations for XAdcPs_SetSequencerEvent,
-*			XAdcPs_GetSamplingMode, XAdcPs_SetMuxMode,
-*			XAdcPs_SetPowerdownMode and XAdcPs_GetPowerdownMode
-*			functions.
-*			Modified Assert for XAdcPs_SetSingleChParams in
-*			xadcps.c to fix CR #807563.
-* 2.2   bss    04/27/14 Modified to use correct Device Config base address in
-*						xadcps.c (CR#854437).
-*       ms     01/23/17 Added xil_printf statement in main function for all
-*                       examples to ensure that "Successfully ran" and "Failed"
-*                       strings are available in all examples. This is a fix
-*                       for CR-965028.
-*       ms     03/17/17 Added readme.txt file in examples folder for doxygen
-*                       generation.
-*       ms     04/05/17 Modified Comment lines in functions of xadcps
-*                       examples to recognize it as documentation block
-*                       for doxygen generation.
-* 2.3   mn     07/09/18 Fix Doxygen warning
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*       aad    12/17/20 Added missing function declarations and removed
-*			functions with no definitions.
-*
-* 
-* -*****************************************************************************/ -#ifndef XADCPS_H /* Prevent circular inclusions */ -#define XADCPS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xstatus.h" -#include "xadcps_hw.h" - -/************************** Constant Definitions ****************************/ - - -/** - * @name Indexes for the different channels. - * @{ - */ -#define XADCPS_CH_TEMP 0x0U /**< On Chip Temperature */ -#define XADCPS_CH_VCCINT 0x1U /**< VCCINT */ -#define XADCPS_CH_VCCAUX 0x2U /**< VCCAUX */ -#define XADCPS_CH_VPVN 0x3U /**< VP/VN Dedicated analog inputs */ -#define XADCPS_CH_VREFP 0x4U /**< VREFP */ -#define XADCPS_CH_VREFN 0x5U /**< VREFN */ -#define XADCPS_CH_VBRAM 0x6U /**< On-chip VBRAM Data Reg, 7 series */ -#define XADCPS_CH_SUPPLY_CALIB 0x07U /**< Supply Calib Data Reg */ -#define XADCPS_CH_ADC_CALIB 0x08U /**< ADC Offset Channel Reg */ -#define XADCPS_CH_GAINERR_CALIB 0x09U /**< Gain Error Channel Reg */ -#define XADCPS_CH_VCCPINT 0x0DU /**< On-chip PS VCCPINT Channel , Zynq */ -#define XADCPS_CH_VCCPAUX 0x0EU /**< On-chip PS VCCPAUX Channel , Zynq */ -#define XADCPS_CH_VCCPDRO 0x0FU /**< On-chip PS VCCPDRO Channel , Zynq */ -#define XADCPS_CH_AUX_MIN 16U /**< Channel number for 1st Aux Channel */ -#define XADCPS_CH_AUX_MAX 31U /**< Channel number for Last Aux channel */ - -/*@}*/ - - -/** - * @name Indexes for reading the Calibration Coefficient Data. - * @{ - */ -#define XADCPS_CALIB_SUPPLY_COEFF 0U /**< Supply Offset Calib Coefficient */ -#define XADCPS_CALIB_ADC_COEFF 1U /**< ADC Offset Calib Coefficient */ -#define XADCPS_CALIB_GAIN_ERROR_COEFF 2U /**< Gain Error Calib Coefficient*/ -/*@}*/ - - -/** - * @name Indexes for reading the Minimum/Maximum Measurement Data. - * @{ - */ -#define XADCPS_MAX_TEMP 0U /**< Maximum Temperature Data */ -#define XADCPS_MAX_VCCINT 1U /**< Maximum VCCINT Data */ -#define XADCPS_MAX_VCCAUX 2U /**< Maximum VCCAUX Data */ -#define XADCPS_MAX_VBRAM 3U /**< Maximum VBRAM Data */ -#define XADCPS_MIN_TEMP 4U /**< Minimum Temperature Data */ -#define XADCPS_MIN_VCCINT 5U /**< Minimum VCCINT Data */ -#define XADCPS_MIN_VCCAUX 6U /**< Minimum VCCAUX Data */ -#define XADCPS_MIN_VBRAM 7U /**< Minimum VBRAM Data */ -#define XADCPS_MAX_VCCPINT 8U /**< Maximum VCCPINT Register , Zynq */ -#define XADCPS_MAX_VCCPAUX 9U /**< Maximum VCCPAUX Register , Zynq */ -#define XADCPS_MAX_VCCPDRO 0xAU /**< Maximum VCCPDRO Register , Zynq */ -#define XADCPS_MIN_VCCPINT 0xCU /**< Minimum VCCPINT Register , Zynq */ -#define XADCPS_MIN_VCCPAUX 0xDU /**< Minimum VCCPAUX Register , Zynq */ -#define XADCPS_MIN_VCCPDRO 0xEU /**< Minimum VCCPDRO Register , Zynq */ - -/*@}*/ - - -/** - * @name Alarm Threshold(Limit) Register (ATR) indexes. - * @{ - */ -#define XADCPS_ATR_TEMP_UPPER 0U /**< High user Temperature */ -#define XADCPS_ATR_VCCINT_UPPER 1U /**< VCCINT high voltage limit register */ -#define XADCPS_ATR_VCCAUX_UPPER 2U /**< VCCAUX high voltage limit register */ -#define XADCPS_ATR_OT_UPPER 3U /**< VCCAUX high voltage limit register */ -#define XADCPS_ATR_TEMP_LOWER 4U /**< Upper Over Temperature limit Reg */ -#define XADCPS_ATR_VCCINT_LOWER 5U /**< VCCINT high voltage limit register */ -#define XADCPS_ATR_VCCAUX_LOWER 6U /**< VCCAUX low voltage limit register */ -#define XADCPS_ATR_OT_LOWER 7U /**< Lower Over Temperature limit */ -#define XADCPS_ATR_VBRAM_UPPER_ 8U /**< VRBAM Upper Alarm Reg, 7 Series */ -#define XADCPS_ATR_VCCPINT_UPPER 9U /**< VCCPINT Upper Alarm Reg, Zynq */ -#define XADCPS_ATR_VCCPAUX_UPPER 0xAU /**< VCCPAUX Upper Alarm Reg, Zynq */ -#define XADCPS_ATR_VCCPDRO_UPPER 0xBU /**< VCCPDRO Upper Alarm Reg, Zynq */ -#define XADCPS_ATR_VBRAM_LOWER 0xCU /**< VRBAM Lower Alarm Reg, 7 Series */ -#define XADCPS_ATR_VCCPINT_LOWER 0xDU /**< VCCPINT Lower Alarm Reg , Zynq */ -#define XADCPS_ATR_VCCPAUX_LOWER 0xEU /**< VCCPAUX Lower Alarm Reg , Zynq */ -#define XADCPS_ATR_VCCPDRO_LOWER 0xFU /**< VCCPDRO Lower Alarm Reg , Zynq */ - -/*@}*/ - - -/** - * @name Averaging to be done for the channels. - * @{ - */ -#define XADCPS_AVG_0_SAMPLES 0U /**< No Averaging */ -#define XADCPS_AVG_16_SAMPLES 1U /**< Average 16 samples */ -#define XADCPS_AVG_64_SAMPLES 2U /**< Average 64 samples */ -#define XADCPS_AVG_256_SAMPLES 3U /**< Average 256 samples */ - -/*@}*/ - - -/** - * @name Channel Sequencer Modes of operation - * @{ - */ -#define XADCPS_SEQ_MODE_SAFE 0U /**< Default Safe Mode */ -#define XADCPS_SEQ_MODE_ONEPASS 1U /**< Onepass through Sequencer */ -#define XADCPS_SEQ_MODE_CONTINPASS 2U /**< Continuous Cycling Sequencer */ -#define XADCPS_SEQ_MODE_SINGCHAN 3U /**< Single channel -No Sequencing */ -#define XADCPS_SEQ_MODE_SIMUL_SAMPLING 4U /**< Simultaneous sampling */ -#define XADCPS_SEQ_MODE_INDEPENDENT 8U /**< Independent mode */ - -/*@}*/ - - - -/** - * @name Power Down Modes - * @{ - */ -#define XADCPS_PD_MODE_NONE 0U /**< No Power Down */ -#define XADCPS_PD_MODE_ADCB 1U /**< Power Down ADC B */ -#define XADCPS_PD_MODE_XADC 2U /**< Power Down ADC A and ADC B */ -/*@}*/ - -/**************************** Type Definitions ******************************/ - -/** - * This typedef contains configuration information for the XADC/ADC - * device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddress; /**< Device base address */ -} XAdcPs_Config; - - -/** - * The driver's instance data. The user is required to allocate a variable - * of this type for every XADC/ADC device in the system. A pointer to - * a variable of this type is then passed to the driver API functions. - */ -typedef struct { - XAdcPs_Config Config; /**< XAdcPs_Config of current device */ - u32 IsReady; /**< Device is initialized and ready */ - -} XAdcPs; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* -* This macro checks if the XADC device is in Event Sampling mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return -* - TRUE if the device is in Event Sampling Mode. -* - FALSE if the device is in Continuous Sampling Mode. -* -* @note C-Style signature: -* int XAdcPs_IsEventSamplingMode(XAdcPs *InstancePtr); -* -*****************************************************************************/ -#define XAdcPs_IsEventSamplingModeSet(InstancePtr) \ - (((XAdcPs_ReadInternalReg(InstancePtr, \ - XADCPS_CFR0_OFFSET) & XADCPS_CFR0_EC_MASK) ? \ - TRUE : FALSE)) - - -/****************************************************************************/ -/** -* -* This macro checks if the XADC device is in External Mux mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return -* - TRUE if the device is in External Mux Mode. -* - FALSE if the device is NOT in External Mux Mode. -* -* @note C-Style signature: -* int XAdcPs_IsExternalMuxMode(XAdcPs *InstancePtr); -* -*****************************************************************************/ -#define XAdcPs_IsExternalMuxModeSet(InstancePtr) \ - (((XAdcPs_ReadInternalReg(InstancePtr, \ - XADCPS_CFR0_OFFSET) & XADCPS_CFR0_MUX_MASK) ? \ - TRUE : FALSE)) - -/****************************************************************************/ -/** -* -* This macro converts XADC Raw Data to Temperature(centigrades). -* -* @param AdcData is the Raw ADC Data from XADC. -* -* @return The Temperature in centigrades. -* -* @note C-Style signature: -* float XAdcPs_RawToTemperature(u32 AdcData); -* -*****************************************************************************/ -#define XAdcPs_RawToTemperature(AdcData) \ - ((((float)(AdcData)/65536.0f)/0.00198421639f ) - 273.15f) - -/****************************************************************************/ -/** -* -* This macro converts XADC/ADC Raw Data to Voltage(volts). -* -* @param AdcData is the XADC/ADC Raw Data. -* -* @return The Voltage in volts. -* -* @note C-Style signature: -* float XAdcPs_RawToVoltage(u32 AdcData); -* -*****************************************************************************/ -#define XAdcPs_RawToVoltage(AdcData) \ - ((((float)(AdcData))* (3.0f))/65536.0f) - -/****************************************************************************/ -/** -* -* This macro converts Temperature in centigrades to XADC/ADC Raw Data. -* -* @param Temperature is the Temperature in centigrades to be -* converted to XADC/ADC Raw Data. -* -* @return The XADC/ADC Raw Data. -* -* @note C-Style signature: -* int XAdcPs_TemperatureToRaw(float Temperature); -* -*****************************************************************************/ -#define XAdcPs_TemperatureToRaw(Temperature) \ - ((int)(((Temperature) + 273.15f)*65536.0f*0.00198421639f)) - -/****************************************************************************/ -/** -* -* This macro converts Voltage in Volts to XADC/ADC Raw Data. -* -* @param Voltage is the Voltage in volts to be converted to -* XADC/ADC Raw Data. -* -* @return The XADC/ADC Raw Data. -* -* @note C-Style signature: -* int XAdcPs_VoltageToRaw(float Voltage); -* -*****************************************************************************/ -#define XAdcPs_VoltageToRaw(Voltage) \ - ((int)((Voltage)*65536.0f/3.0f)) - - -/****************************************************************************/ -/** -* -* This macro is used for writing to the XADC Registers using the -* command FIFO. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Data is the value to be written to XADC register. -* -* @return None. -* -* @note C-Style signature: -* void XAdcPs_WriteFifo(XAdcPs *InstancePtr, u32 Data); -* -*****************************************************************************/ -#define XAdcPs_WriteFifo(InstancePtr, Data) \ - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, \ - XADCPS_CMDFIFO_OFFSET, Data); - - -/****************************************************************************/ -/** -* -* This macro is used for reading from the XADC Registers using the -* data FIFO. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return Data read from the FIFO -* -* @note C-Style signature: -* u32 XAdcPs_ReadFifo(XAdcPs *InstancePtr); -* -*****************************************************************************/ -#define XAdcPs_ReadFifo(InstancePtr) \ - XAdcPs_ReadReg((InstancePtr)->Config.BaseAddress, \ - XADCPS_RDFIFO_OFFSET); - - -/************************** Function Prototypes *****************************/ - - - -/** - * Functions in xadcps_sinit.c - */ -XAdcPs_Config *XAdcPs_LookupConfig(u16 DeviceId); - -/** - * Functions in xadcps.c - */ -int XAdcPs_CfgInitialize(XAdcPs *InstancePtr, - XAdcPs_Config *ConfigPtr, - u32 EffectiveAddr); - -void XAdcPs_SetConfigRegister(XAdcPs *InstancePtr, u32 Data); -u32 XAdcPs_GetConfigRegister(XAdcPs *InstancePtr); - -u32 XAdcPs_GetMiscStatus(XAdcPs *InstancePtr); - -void XAdcPs_SetMiscCtrlRegister(XAdcPs *InstancePtr, u32 Data); -u32 XAdcPs_GetMiscCtrlRegister(XAdcPs *InstancePtr); - -void XAdcPs_Reset(XAdcPs *InstancePtr); - -u16 XAdcPs_GetAdcData(XAdcPs *InstancePtr, u8 Channel); - -u16 XAdcPs_GetCalibCoefficient(XAdcPs *InstancePtr, u8 CoeffType); - -u16 XAdcPs_GetMinMaxMeasurement(XAdcPs *InstancePtr, u8 MeasurementType); - -void XAdcPs_SetAvg(XAdcPs *InstancePtr, u8 Average); -u8 XAdcPs_GetAvg(XAdcPs *InstancePtr); - -int XAdcPs_SetSingleChParams(XAdcPs *InstancePtr, - u8 Channel, - int IncreaseAcqCycles, - int IsEventMode, - int IsDifferentialMode); - - -void XAdcPs_SetAlarmEnables(XAdcPs *InstancePtr, u16 AlmEnableMask); -u16 XAdcPs_GetAlarmEnables(XAdcPs *InstancePtr); - -void XAdcPs_SetCalibEnables(XAdcPs *InstancePtr, u16 Calibration); -u16 XAdcPs_GetCalibEnables(XAdcPs *InstancePtr); - -void XAdcPs_SetSequencerMode(XAdcPs *InstancePtr, u8 SequencerMode); -u8 XAdcPs_GetSequencerMode(XAdcPs *InstancePtr); - -void XAdcPs_SetAdcClkDivisor(XAdcPs *InstancePtr, u8 Divisor); -u8 XAdcPs_GetAdcClkDivisor(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqChEnables(XAdcPs *InstancePtr, u32 ChEnableMask); -u32 XAdcPs_GetSeqChEnables(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqAvgEnables(XAdcPs *InstancePtr, u32 AvgEnableChMask); -u32 XAdcPs_GetSeqAvgEnables(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqInputMode(XAdcPs *InstancePtr, u32 InputModeChMask); -u32 XAdcPs_GetSeqInputMode(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqAcqTime(XAdcPs *InstancePtr, u32 AcqCyclesChMask); -u32 XAdcPs_GetSeqAcqTime(XAdcPs *InstancePtr); - -void XAdcPs_SetAlarmThreshold(XAdcPs *InstancePtr, u8 AlarmThrReg, u16 Value); -u16 XAdcPs_GetAlarmThreshold(XAdcPs *InstancePtr, u8 AlarmThrReg); - -void XAdcPs_EnableUserOverTemp(XAdcPs *InstancePtr); -void XAdcPs_DisableUserOverTemp(XAdcPs *InstancePtr); - -void XAdcPs_SetSequencerEvent(XAdcPs *InstancePtr, int IsEventMode); - -int XAdcPs_GetSamplingMode(XAdcPs *InstancePtr); - -void XAdcPs_SetMuxMode(XAdcPs *InstancePtr, int MuxMode, u8 Channel); - -void XAdcPs_SetPowerdownMode(XAdcPs *InstancePtr, u32 Mode); - -u32 XAdcPs_GetPowerdownMode(XAdcPs *InstancePtr); - -/** - * Functions in xadcps_selftest.c - */ -int XAdcPs_SelfTest(XAdcPs *InstancePtr); - -/** - * Functions in xadcps_intr.c - */ -void XAdcPs_IntrEnable(XAdcPs *InstancePtr, u32 Mask); -void XAdcPs_IntrDisable(XAdcPs *InstancePtr, u32 Mask); -u32 XAdcPs_IntrGetEnabled(XAdcPs *InstancePtr); - -u32 XAdcPs_IntrGetStatus(XAdcPs *InstancePtr); -void XAdcPs_IntrClear(XAdcPs *InstancePtr, u32 Mask); - - -#ifdef __cplusplus -} -#endif - -#endif /* End of protection macro. */ -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_g.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_g.c deleted file mode 100644 index 0c9f9bb..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_g.c +++ /dev/null @@ -1,31 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xadcps.h" - -/* -* The configuration table for devices -*/ - -XAdcPs_Config XAdcPs_ConfigTable[XPAR_XADCPS_NUM_INSTANCES] = -{ - { - XPAR_PS7_XADC_0_DEVICE_ID, - XPAR_PS7_XADC_0_BASEADDR - } -}; - - diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_hw.h b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_hw.h deleted file mode 100644 index 51cc7c5..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_hw.h +++ /dev/null @@ -1,477 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xadcps_hw.h -* @addtogroup xadcps_v2_6 -* @{ -* -* This header file contains identifiers and basic driver functions (or -* macros) that can be used to access the XADC device through the Device -* Config Interface of the Zynq. -* -* -* Refer to the device specification for more information about this driver. -* -* @note None. -* -* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a bss    12/22/11 First release based on the XPS/AXI xadc driver
-* 1.03a bss    11/01/13 Modified macros to use correct Register offsets
-*			CR#749687
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*
-* 
-* -*****************************************************************************/ -#ifndef XADCPS_HW_H /* Prevent circular inclusions */ -#define XADCPS_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions ****************************/ - - -/**@name Register offsets of XADC in the Device Config - * - * The following constants provide access to each of the registers of the - * XADC device. - * @{ - */ - -#define XADCPS_CFG_OFFSET 0x00U /**< Configuration Register */ -#define XADCPS_INT_STS_OFFSET 0x04U /**< Interrupt Status Register */ -#define XADCPS_INT_MASK_OFFSET 0x08U /**< Interrupt Mask Register */ -#define XADCPS_MSTS_OFFSET 0x0CU /**< Misc status register */ -#define XADCPS_CMDFIFO_OFFSET 0x10U /**< Command FIFO Register */ -#define XADCPS_RDFIFO_OFFSET 0x14U /**< Read FIFO Register */ -#define XADCPS_MCTL_OFFSET 0x18U /**< Misc control register */ - -/* @} */ - - - - - -/** @name XADC Config Register Bit definitions - * @{ - */ -#define XADCPS_CFG_ENABLE_MASK 0x80000000U /**< Enable access from PS mask */ -#define XADCPS_CFG_CFIFOTH_MASK 0x00F00000U /**< Command FIFO Threshold mask */ -#define XADCPS_CFG_DFIFOTH_MASK 0x000F0000U /**< Data FIFO Threshold mask */ -#define XADCPS_CFG_WEDGE_MASK 0x00002000U /**< Write Edge Mask */ -#define XADCPS_CFG_REDGE_MASK 0x00001000U /**< Read Edge Mask */ -#define XADCPS_CFG_TCKRATE_MASK 0x00000300U /**< Clock freq control */ -#define XADCPS_CFG_IGAP_MASK 0x0000001FU /**< Idle Gap between - * successive commands */ -/* @} */ - - -/** @name XADC Interrupt Status/Mask Register Bit definitions - * - * The definitions are same for the Interrupt Status Register and - * Interrupt Mask Register. They are defined only once. - * @{ - */ -#define XADCPS_INTX_ALL_MASK 0x000003FFU /**< Alarm Signals Mask */ -#define XADCPS_INTX_CFIFO_LTH_MASK 0x00000200U /**< CMD FIFO less than threshold */ -#define XADCPS_INTX_DFIFO_GTH_MASK 0x00000100U /**< Data FIFO greater than threshold */ -#define XADCPS_INTX_OT_MASK 0x00000080U /**< Over temperature Alarm Status */ -#define XADCPS_INTX_ALM_ALL_MASK 0x0000007FU /**< Alarm Signals Mask */ -#define XADCPS_INTX_ALM6_MASK 0x00000040U /**< Alarm 6 Mask */ -#define XADCPS_INTX_ALM5_MASK 0x00000020U /**< Alarm 5 Mask */ -#define XADCPS_INTX_ALM4_MASK 0x00000010U /**< Alarm 4 Mask */ -#define XADCPS_INTX_ALM3_MASK 0x00000008U /**< Alarm 3 Mask */ -#define XADCPS_INTX_ALM2_MASK 0x00000004U /**< Alarm 2 Mask */ -#define XADCPS_INTX_ALM1_MASK 0x00000002U /**< Alarm 1 Mask */ -#define XADCPS_INTX_ALM0_MASK 0x00000001U /**< Alarm 0 Mask */ - -/* @} */ - - -/** @name XADC Miscellaneous Register Bit definitions - * @{ - */ -#define XADCPS_MSTS_CFIFO_LVL_MASK 0x000F0000U /**< Command FIFO Level mask */ -#define XADCPS_MSTS_DFIFO_LVL_MASK 0x0000F000U /**< Data FIFO Level Mask */ -#define XADCPS_MSTS_CFIFOF_MASK 0x00000800U /**< Command FIFO Full Mask */ -#define XADCPS_MSTS_CFIFOE_MASK 0x00000400U /**< Command FIFO Empty Mask */ -#define XADCPS_MSTS_DFIFOF_MASK 0x00000200U /**< Data FIFO Full Mask */ -#define XADCPS_MSTS_DFIFOE_MASK 0x00000100U /**< Data FIFO Empty Mask */ -#define XADCPS_MSTS_OT_MASK 0x00000080U /**< Over Temperature Mask */ -#define XADCPS_MSTS_ALM_MASK 0x0000007FU /**< Alarms Mask */ -/* @} */ - - -/** @name XADC Miscellaneous Control Register Bit definitions - * @{ - */ -#define XADCPS_MCTL_RESET_MASK 0x00000010U /**< Reset XADC */ -#define XADCPS_MCTL_FLUSH_MASK 0x00000001U /**< Flush the FIFOs */ -/* @} */ - - -/**@name Internal Register offsets of the XADC - * - * The following constants provide access to each of the internal registers of - * the XADC device. - * @{ - */ - -/* - * XADC Internal Channel Registers - */ -#define XADCPS_TEMP_OFFSET 0x00U /**< On-chip Temperature Reg */ -#define XADCPS_VCCINT_OFFSET 0x01U /**< On-chip VCCINT Data Reg */ -#define XADCPS_VCCAUX_OFFSET 0x02U /**< On-chip VCCAUX Data Reg */ -#define XADCPS_VPVN_OFFSET 0x03U /**< ADC out of VP/VN */ -#define XADCPS_VREFP_OFFSET 0x04U /**< On-chip VREFP Data Reg */ -#define XADCPS_VREFN_OFFSET 0x05U /**< On-chip VREFN Data Reg */ -#define XADCPS_VBRAM_OFFSET 0x06U /**< On-chip VBRAM , 7 Series */ -#define XADCPS_ADC_A_SUPPLY_CALIB_OFFSET 0x08U /**< ADC A Supply Offset Reg */ -#define XADCPS_ADC_A_OFFSET_CALIB_OFFSET 0x09U /**< ADC A Offset Data Reg */ -#define XADCPS_ADC_A_GAINERR_CALIB_OFFSET 0x0AU /**< ADC A Gain Error Reg */ -#define XADCPS_VCCPINT_OFFSET 0x0DU /**< On-chip VCCPINT Reg, Zynq */ -#define XADCPS_VCCPAUX_OFFSET 0x0EU /**< On-chip VCCPAUX Reg, Zynq */ -#define XADCPS_VCCPDRO_OFFSET 0x0FU /**< On-chip VCCPDRO Reg, Zynq */ - -/* - * XADC External Channel Registers - */ -#define XADCPS_AUX00_OFFSET 0x10U /**< ADC out of VAUXP0/VAUXN0 */ -#define XADCPS_AUX01_OFFSET 0x11U /**< ADC out of VAUXP1/VAUXN1 */ -#define XADCPS_AUX02_OFFSET 0x12U /**< ADC out of VAUXP2/VAUXN2 */ -#define XADCPS_AUX03_OFFSET 0x13U /**< ADC out of VAUXP3/VAUXN3 */ -#define XADCPS_AUX04_OFFSET 0x14U /**< ADC out of VAUXP4/VAUXN4 */ -#define XADCPS_AUX05_OFFSET 0x15U /**< ADC out of VAUXP5/VAUXN5 */ -#define XADCPS_AUX06_OFFSET 0x16U /**< ADC out of VAUXP6/VAUXN6 */ -#define XADCPS_AUX07_OFFSET 0x17U /**< ADC out of VAUXP7/VAUXN7 */ -#define XADCPS_AUX08_OFFSET 0x18U /**< ADC out of VAUXP8/VAUXN8 */ -#define XADCPS_AUX09_OFFSET 0x19U /**< ADC out of VAUXP9/VAUXN9 */ -#define XADCPS_AUX10_OFFSET 0x1AU /**< ADC out of VAUXP10/VAUXN10 */ -#define XADCPS_AUX11_OFFSET 0x1BU /**< ADC out of VAUXP11/VAUXN11 */ -#define XADCPS_AUX12_OFFSET 0x1CU /**< ADC out of VAUXP12/VAUXN12 */ -#define XADCPS_AUX13_OFFSET 0x1DU /**< ADC out of VAUXP13/VAUXN13 */ -#define XADCPS_AUX14_OFFSET 0x1EU /**< ADC out of VAUXP14/VAUXN14 */ -#define XADCPS_AUX15_OFFSET 0x1FU /**< ADC out of VAUXP15/VAUXN15 */ - -/* - * XADC Registers for Maximum/Minimum data captured for the - * on chip Temperature/VCCINT/VCCAUX data. - */ -#define XADCPS_MAX_TEMP_OFFSET 0x20U /**< Max Temperature Reg */ -#define XADCPS_MAX_VCCINT_OFFSET 0x21U /**< Max VCCINT Register */ -#define XADCPS_MAX_VCCAUX_OFFSET 0x22U /**< Max VCCAUX Register */ -#define XADCPS_MAX_VCCBRAM_OFFSET 0x23U /**< Max BRAM Register, 7 series */ -#define XADCPS_MIN_TEMP_OFFSET 0x24U /**< Min Temperature Reg */ -#define XADCPS_MIN_VCCINT_OFFSET 0x25U /**< Min VCCINT Register */ -#define XADCPS_MIN_VCCAUX_OFFSET 0x26U /**< Min VCCAUX Register */ -#define XADCPS_MIN_VCCBRAM_OFFSET 0x27U /**< Min BRAM Register, 7 series */ -#define XADCPS_MAX_VCCPINT_OFFSET 0x28U /**< Max VCCPINT Register, Zynq */ -#define XADCPS_MAX_VCCPAUX_OFFSET 0x29U /**< Max VCCPAUX Register, Zynq */ -#define XADCPS_MAX_VCCPDRO_OFFSET 0x2AU /**< Max VCCPDRO Register, Zynq */ -#define XADCPS_MIN_VCCPINT_OFFSET 0x2CU /**< Min VCCPINT Register, Zynq */ -#define XADCPS_MIN_VCCPAUX_OFFSET 0x2DU /**< Min VCCPAUX Register, Zynq */ -#define XADCPS_MIN_VCCPDRO_OFFSET 0x2EU /**< Min VCCPDRO Register,Zynq */ - /* Undefined 0x2F to 0x3E */ -#define XADCPS_FLAG_OFFSET 0x3FU /**< Flag Register */ - -/* - * XADC Configuration Registers - */ -#define XADCPS_CFR0_OFFSET 0x40U /**< Configuration Register 0 */ -#define XADCPS_CFR1_OFFSET 0x41U /**< Configuration Register 1 */ -#define XADCPS_CFR2_OFFSET 0x42U /**< Configuration Register 2 */ - -/* Test Registers 0x43 to 0x47 */ - -/* - * XADC Sequence Registers - */ -#define XADCPS_SEQ00_OFFSET 0x48U /**< Seq Reg 00 Adc Channel Selection */ -#define XADCPS_SEQ01_OFFSET 0x49U /**< Seq Reg 01 Adc Channel Selection */ -#define XADCPS_SEQ02_OFFSET 0x4AU /**< Seq Reg 02 Adc Average Enable */ -#define XADCPS_SEQ03_OFFSET 0x4BU /**< Seq Reg 03 Adc Average Enable */ -#define XADCPS_SEQ04_OFFSET 0x4CU /**< Seq Reg 04 Adc Input Mode Select */ -#define XADCPS_SEQ05_OFFSET 0x4DU /**< Seq Reg 05 Adc Input Mode Select */ -#define XADCPS_SEQ06_OFFSET 0x4EU /**< Seq Reg 06 Adc Acquisition Select */ -#define XADCPS_SEQ07_OFFSET 0x4FU /**< Seq Reg 07 Adc Acquisition Select */ - -/* - * XADC Alarm Threshold/Limit Registers (ATR) - */ -#define XADCPS_ATR_TEMP_UPPER_OFFSET 0x50U /**< Temp Upper Alarm Register */ -#define XADCPS_ATR_VCCINT_UPPER_OFFSET 0x51U /**< VCCINT Upper Alarm Reg */ -#define XADCPS_ATR_VCCAUX_UPPER_OFFSET 0x52U /**< VCCAUX Upper Alarm Reg */ -#define XADCPS_ATR_OT_UPPER_OFFSET 0x53U /**< Over Temp Upper Alarm Reg */ -#define XADCPS_ATR_TEMP_LOWER_OFFSET 0x54U /**< Temp Lower Alarm Register */ -#define XADCPS_ATR_VCCINT_LOWER_OFFSET 0x55U /**< VCCINT Lower Alarm Reg */ -#define XADCPS_ATR_VCCAUX_LOWER_OFFSET 0x56U /**< VCCAUX Lower Alarm Reg */ -#define XADCPS_ATR_OT_LOWER_OFFSET 0x57U /**< Over Temp Lower Alarm Reg */ -#define XADCPS_ATR_VBRAM_UPPER_OFFSET 0x58U /**< VBRAM Upper Alarm, 7 series */ -#define XADCPS_ATR_VCCPINT_UPPER_OFFSET 0x59U /**< VCCPINT Upper Alarm, Zynq */ -#define XADCPS_ATR_VCCPAUX_UPPER_OFFSET 0x5AU /**< VCCPAUX Upper Alarm, Zynq */ -#define XADCPS_ATR_VCCPDRO_UPPER_OFFSET 0x5BU /**< VCCPDRO Upper Alarm, Zynq */ -#define XADCPS_ATR_VBRAM_LOWER_OFFSET 0x5CU /**< VRBAM Lower Alarm, 7 Series */ -#define XADCPS_ATR_VCCPINT_LOWER_OFFSET 0x5DU /**< VCCPINT Lower Alarm, Zynq */ -#define XADCPS_ATR_VCCPAUX_LOWER_OFFSET 0x5EU /**< VCCPAUX Lower Alarm, Zynq */ -#define XADCPS_ATR_VCCPDRO_LOWER_OFFSET 0x5FU /**< VCCPDRO Lower Alarm, Zynq */ - -/* Undefined 0x60 to 0x7F */ - -/*@}*/ - - - -/** - * @name Configuration Register 0 (CFR0) mask(s) - * @{ - */ -#define XADCPS_CFR0_CAL_AVG_MASK 0x00008000U /**< Averaging enable Mask */ -#define XADCPS_CFR0_AVG_VALID_MASK 0x00003000U /**< Averaging bit Mask */ -#define XADCPS_CFR0_AVG1_MASK 0x00000000U /**< No Averaging */ -#define XADCPS_CFR0_AVG16_MASK 0x00001000U /**< Average 16 samples */ -#define XADCPS_CFR0_AVG64_MASK 0x00002000U /**< Average 64 samples */ -#define XADCPS_CFR0_AVG256_MASK 0x00003000U /**< Average 256 samples */ -#define XADCPS_CFR0_AVG_SHIFT 12U /**< Averaging bits shift */ -#define XADCPS_CFR0_MUX_MASK 0x00000800U /**< External Mask Enable */ -#define XADCPS_CFR0_DU_MASK 0x00000400U /**< Bipolar/Unipolar mode */ -#define XADCPS_CFR0_EC_MASK 0x00000200U /**< Event driven/ - * Continuous mode selection - */ -#define XADCPS_CFR0_ACQ_MASK 0x00000100U /**< Add acquisition by 6 ADCCLK */ -#define XADCPS_CFR0_CHANNEL_MASK 0x0000001FU /**< Channel number bit Mask */ - -/*@}*/ - -/** - * @name Configuration Register 1 (CFR1) mask(s) - * @{ - */ -#define XADCPS_CFR1_SEQ_VALID_MASK 0x0000F000U /**< Sequence bit Mask */ -#define XADCPS_CFR1_SEQ_SAFEMODE_MASK 0x00000000U /**< Default Safe Mode */ -#define XADCPS_CFR1_SEQ_ONEPASS_MASK 0x00001000U /**< Onepass through Seq */ -#define XADCPS_CFR1_SEQ_CONTINPASS_MASK 0x00002000U /**< Continuous Cycling Seq */ -#define XADCPS_CFR1_SEQ_SINGCHAN_MASK 0x00003000U /**< Single channel - No Seq */ -#define XADCPS_CFR1_SEQ_SIMUL_SAMPLING_MASK 0x00004000U /**< Simulataneous Sampling Mask */ -#define XADCPS_CFR1_SEQ_INDEPENDENT_MASK 0x00008000U /**< Independent Mode */ -#define XADCPS_CFR1_SEQ_SHIFT 12U /**< Sequence bit shift */ -#define XADCPS_CFR1_ALM_VCCPDRO_MASK 0x00000800U /**< Alm 6 - VCCPDRO, Zynq */ -#define XADCPS_CFR1_ALM_VCCPAUX_MASK 0x00000400U /**< Alm 5 - VCCPAUX, Zynq */ -#define XADCPS_CFR1_ALM_VCCPINT_MASK 0x00000200U /**< Alm 4 - VCCPINT, Zynq */ -#define XADCPS_CFR1_ALM_VBRAM_MASK 0x00000100U /**< Alm 3 - VBRAM, 7 series */ -#define XADCPS_CFR1_CAL_VALID_MASK 0x000000F0U /**< Valid Calibration Mask */ -#define XADCPS_CFR1_CAL_PS_GAIN_OFFSET_MASK 0x00000080U /**< Calibration 3 -Power - Supply Gain/Offset - Enable */ -#define XADCPS_CFR1_CAL_PS_OFFSET_MASK 0x00000040U /**< Calibration 2 -Power - Supply Offset Enable */ -#define XADCPS_CFR1_CAL_ADC_GAIN_OFFSET_MASK 0x00000020U /**< Calibration 1 -ADC Gain - Offset Enable */ -#define XADCPS_CFR1_CAL_ADC_OFFSET_MASK 0x00000010U /**< Calibration 0 -ADC Offset - Enable */ -#define XADCPS_CFR1_CAL_DISABLE_MASK 0x00000000U /**< No Calibration */ -#define XADCPS_CFR1_ALM_ALL_MASK 0x00000F0FU /**< Mask for all alarms */ -#define XADCPS_CFR1_ALM_VCCAUX_MASK 0x00000008U /**< Alarm 2 - VCCAUX Enable */ -#define XADCPS_CFR1_ALM_VCCINT_MASK 0x00000004U /**< Alarm 1 - VCCINT Enable */ -#define XADCPS_CFR1_ALM_TEMP_MASK 0x00000002U /**< Alarm 0 - Temperature */ -#define XADCPS_CFR1_OT_MASK 0x00000001U /**< Over Temperature Enable */ - -/*@}*/ - -/** - * @name Configuration Register 2 (CFR2) mask(s) - * @{ - */ -#define XADCPS_CFR2_CD_VALID_MASK 0xFF00U /** -* -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ----- -------- ----------------------------------------------------- -* 1.00a ssb 12/22/11 First release based on the XPS/AXI xadc driver -* -*
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xadcps.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - - -/****************************************************************************/ -/** -* -* This function enables the specified interrupts in the device. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Mask is the bit-mask of the interrupts to be enabled. -* Bit positions of 1 will be enabled. Bit positions of 0 will -* keep the previous setting. This mask is formed by OR'ing -* XADCPS_INTX_* bits defined in xadcps_hw.h. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_IntrEnable(XAdcPs *InstancePtr, u32 Mask) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Disable the specified interrupts in the IPIER. - */ - RegValue = XAdcPs_ReadReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_MASK_OFFSET); - RegValue &= ~(Mask & XADCPS_INTX_ALL_MASK); - XAdcPs_WriteReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_MASK_OFFSET, - RegValue); -} - - -/****************************************************************************/ -/** -* -* This function disables the specified interrupts in the device. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Mask is the bit-mask of the interrupts to be disabled. -* Bit positions of 1 will be disabled. Bit positions of 0 will -* keep the previous setting. This mask is formed by OR'ing -* XADCPS_INTX_* bits defined in xadcps_hw.h. -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XAdcPs_IntrDisable(XAdcPs *InstancePtr, u32 Mask) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Enable the specified interrupts in the IPIER. - */ - RegValue = XAdcPs_ReadReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_MASK_OFFSET); - RegValue |= (Mask & XADCPS_INTX_ALL_MASK); - XAdcPs_WriteReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_MASK_OFFSET, - RegValue); -} -/****************************************************************************/ -/** -* -* This function returns the enabled interrupts read from the Interrupt Mask -* Register (IPIER). Use the XADCPS_IPIXR_* constants defined in xadcps_hw.h to -* interpret the returned value. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return A 32-bit value representing the contents of the I. -* -* @note None. -* -*****************************************************************************/ -u32 XAdcPs_IntrGetEnabled(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Return the value read from the Interrupt Enable Register. - */ - return (~ XAdcPs_ReadReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_MASK_OFFSET) & XADCPS_INTX_ALL_MASK); -} - -/****************************************************************************/ -/** -* -* This function returns the interrupt status read from Interrupt Status -* Register(IPISR). Use the XADCPS_IPIXR_* constants defined in xadcps_hw.h -* to interpret the returned value. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return A 32-bit value representing the contents of the IPISR. -* -* @note The device must be configured at hardware build time to include -* interrupt component for this function to work. -* -*****************************************************************************/ -u32 XAdcPs_IntrGetStatus(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Return the value read from the Interrupt Status register. - */ - return XAdcPs_ReadReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_STS_OFFSET) & XADCPS_INTX_ALL_MASK; -} - -/****************************************************************************/ -/** -* -* This function clears the specified interrupts in the Interrupt Status -* Register (IPISR). -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Mask is the bit-mask of the interrupts to be cleared. -* Bit positions of 1 will be cleared. Bit positions of 0 will not -* change the previous interrupt status. This mask is formed by -* OR'ing XADCPS_IPIXR_* bits which are defined in xadcps_hw.h. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_IntrClear(XAdcPs *InstancePtr, u32 Mask) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Clear the specified interrupts in the Interrupt Status register. - */ - RegValue = XAdcPs_ReadReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_STS_OFFSET); - RegValue &= (Mask & XADCPS_INTX_ALL_MASK); - XAdcPs_WriteReg(InstancePtr->Config.BaseAddress, XADCPS_INT_STS_OFFSET, - RegValue); - -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_selftest.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_selftest.c deleted file mode 100644 index b144c7a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_selftest.c +++ /dev/null @@ -1,116 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xadcps_selftest.c -* @addtogroup xadcps_v2_6 -* @{ -* -* This file contains a diagnostic self test function for the XAdcPs driver. -* The self test function does a simple read/write test of the Alarm Threshold -* Register. -* -* See xadcps.h for more information. -* -* @note None. -* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a ssb    12/22/11 First release based on the XPS/AXI xadc driver
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xadcps.h" - -/************************** Constant Definitions ****************************/ - -/* - * The following constant defines the test value to be written - * to the Alarm Threshold Register - */ -#define XADCPS_ATR_TEST_VALUE 0x55U - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -/*****************************************************************************/ -/** -* -* Run a self-test on the driver/device. The test -* - Resets the device, -* - Writes a value into the Alarm Threshold register and reads it back -* for comparison. -* - Resets the device again. -* -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return -* - XST_SUCCESS if the value read from the Alarm Threshold -* register is the same as the value written. -* - XST_FAILURE Otherwise -* -* @note This is a destructive test in that resets of the device are -* performed. Refer to the device specification for the -* device status after the reset operation. -* -******************************************************************************/ -int XAdcPs_SelfTest(XAdcPs *InstancePtr) -{ - int Status; - u32 RegValue; - - /* - * Assert the argument - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - /* - * Reset the device to get it back to its default state - */ - XAdcPs_Reset(InstancePtr); - - /* - * Write a value into the Alarm Threshold registers, read it back, and - * do the comparison - */ - XAdcPs_SetAlarmThreshold(InstancePtr, XADCPS_ATR_VCCINT_UPPER, - XADCPS_ATR_TEST_VALUE); - RegValue = XAdcPs_GetAlarmThreshold(InstancePtr, XADCPS_ATR_VCCINT_UPPER); - - if (RegValue == XADCPS_ATR_TEST_VALUE) { - Status = XST_SUCCESS; - } else { - Status = XST_FAILURE; - } - - /* - * Reset the device again to its default state. - */ - XAdcPs_Reset(InstancePtr); - /* - * Return the test result. - */ - return Status; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_sinit.c b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_sinit.c deleted file mode 100644 index e06988a..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_sinit.c +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xadcps_sinit.c -* @addtogroup xadcps_v2_6 -* @{ -* -* This file contains the implementation of the XAdcPs driver's static -* initialization functionality. -* -* @note None. -* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a ssb    12/22/11 First release based on the XPS/AXI XADC driver
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xparameters.h" -#include "xadcps.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ -extern XAdcPs_Config XAdcPs_ConfigTable[]; - -/*****************************************************************************/ -/** -* -* This function looks up the device configuration based on the unique device ID. -* The table XAdcPs_ConfigTable contains the configuration info for each device -* in the system. -* -* @param DeviceId contains the ID of the device for which the -* device configuration pointer is to be returned. -* -* @return -* - A pointer to the configuration found. -* - NULL if the specified device ID was not found. -* -* @note None. -* -******************************************************************************/ -XAdcPs_Config *XAdcPs_LookupConfig(u16 DeviceId) -{ - XAdcPs_Config *CfgPtr = NULL; - u32 Index; - - for (Index = 0U; Index < 1U; Index++) { - if (XAdcPs_ConfigTable[Index].DeviceId == DeviceId) { - CfgPtr = &XAdcPs_ConfigTable[Index]; - break; - } - } - - return CfgPtr; -} -/** @} */ diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss deleted file mode 100644 index 3b7fd70..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system.mss +++ /dev/null @@ -1,195 +0,0 @@ - - PARAMETER VERSION = 2.2.0 - - -BEGIN OS - PARAMETER OS_NAME = standalone - PARAMETER OS_VER = 7.6 - PARAMETER PROC_INSTANCE = ps7_cortexa9_0 - PARAMETER stdin = ps7_uart_0 - PARAMETER stdout = ps7_uart_0 -END - - -BEGIN PROCESSOR - PARAMETER DRIVER_NAME = cpu_cortexa9 - PARAMETER DRIVER_VER = 2.11 - PARAMETER HW_INSTANCE = ps7_cortexa9_0 -END - - -BEGIN DRIVER - PARAMETER DRIVER_NAME = ip_fifo - PARAMETER DRIVER_VER = 1.0 - PARAMETER HW_INSTANCE = ip_fifo_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_afi_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_afi_1 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_afi_2 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_afi_3 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = coresightps_dcc - PARAMETER DRIVER_VER = 1.8 - PARAMETER HW_INSTANCE = ps7_coresight_comp_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = ddrps - PARAMETER DRIVER_VER = 1.2 - PARAMETER HW_INSTANCE = ps7_ddr_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_ddrc_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = devcfg - PARAMETER DRIVER_VER = 3.7 - PARAMETER HW_INSTANCE = ps7_dev_cfg_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = dmaps - PARAMETER DRIVER_VER = 2.8 - PARAMETER HW_INSTANCE = ps7_dma_ns -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = dmaps - PARAMETER DRIVER_VER = 2.8 - PARAMETER HW_INSTANCE = ps7_dma_s -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_globaltimer_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_gpv_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_intc_dist_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_iop_bus_config_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_l2cachec_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_ocmc_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_pl310_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_pmu_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_ram_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_ram_1 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_scuc_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = scugic - PARAMETER DRIVER_VER = 4.6 - PARAMETER HW_INSTANCE = ps7_scugic_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = scutimer - PARAMETER DRIVER_VER = 2.3 - PARAMETER HW_INSTANCE = ps7_scutimer_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = scuwdt - PARAMETER DRIVER_VER = 2.4 - PARAMETER HW_INSTANCE = ps7_scuwdt_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_slcr_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = uartps - PARAMETER DRIVER_VER = 3.11 - PARAMETER HW_INSTANCE = ps7_uart_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = xadcps - PARAMETER DRIVER_VER = 2.6 - PARAMETER HW_INSTANCE = ps7_xadc_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = ip_encoder - PARAMETER DRIVER_VER = 1.0 - PARAMETER HW_INSTANCE = ip_encoder_0 -END - - diff --git a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system_0.mss b/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system_0.mss deleted file mode 100644 index 3b7fd70..0000000 --- a/source/test_lower_machine/ps7_cortexa9_0/standalone_domain/bsp/system_0.mss +++ /dev/null @@ -1,195 +0,0 @@ - - PARAMETER VERSION = 2.2.0 - - -BEGIN OS - PARAMETER OS_NAME = standalone - PARAMETER OS_VER = 7.6 - PARAMETER PROC_INSTANCE = ps7_cortexa9_0 - PARAMETER stdin = ps7_uart_0 - PARAMETER stdout = ps7_uart_0 -END - - -BEGIN PROCESSOR - PARAMETER DRIVER_NAME = cpu_cortexa9 - PARAMETER DRIVER_VER = 2.11 - PARAMETER HW_INSTANCE = ps7_cortexa9_0 -END - - -BEGIN DRIVER - PARAMETER DRIVER_NAME = ip_fifo - PARAMETER DRIVER_VER = 1.0 - PARAMETER HW_INSTANCE = ip_fifo_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_afi_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_afi_1 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_afi_2 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_afi_3 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = coresightps_dcc - PARAMETER DRIVER_VER = 1.8 - PARAMETER HW_INSTANCE = ps7_coresight_comp_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = ddrps - PARAMETER DRIVER_VER = 1.2 - PARAMETER HW_INSTANCE = ps7_ddr_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_ddrc_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = devcfg - PARAMETER DRIVER_VER = 3.7 - PARAMETER HW_INSTANCE = ps7_dev_cfg_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = dmaps - PARAMETER DRIVER_VER = 2.8 - PARAMETER HW_INSTANCE = ps7_dma_ns -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = dmaps - PARAMETER DRIVER_VER = 2.8 - PARAMETER HW_INSTANCE = ps7_dma_s -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_globaltimer_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_gpv_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_intc_dist_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_iop_bus_config_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_l2cachec_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_ocmc_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_pl310_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_pmu_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_ram_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_ram_1 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_scuc_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = scugic - PARAMETER DRIVER_VER = 4.6 - PARAMETER HW_INSTANCE = ps7_scugic_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = scutimer - PARAMETER DRIVER_VER = 2.3 - PARAMETER HW_INSTANCE = ps7_scutimer_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = scuwdt - PARAMETER DRIVER_VER = 2.4 - PARAMETER HW_INSTANCE = ps7_scuwdt_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_slcr_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = uartps - PARAMETER DRIVER_VER = 3.11 - PARAMETER HW_INSTANCE = ps7_uart_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = xadcps - PARAMETER DRIVER_VER = 2.6 - PARAMETER HW_INSTANCE = ps7_xadc_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = ip_encoder - PARAMETER DRIVER_VER = 1.0 - PARAMETER HW_INSTANCE = ip_encoder_0 -END - - diff --git a/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/data/ip_encoder.mdd b/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/data/ip_encoder.mdd deleted file mode 100644 index ba75dbe..0000000 --- a/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/data/ip_encoder.mdd +++ /dev/null @@ -1,10 +0,0 @@ - - -OPTION psf_version = 2.1; - -BEGIN DRIVER ip_encoder - OPTION supported_peripherals = (ip_encoder); - OPTION copyfiles = all; - OPTION VERSION = 1.0; - OPTION NAME = ip_encoder; -END DRIVER diff --git a/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/data/ip_encoder.tcl b/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/data/ip_encoder.tcl deleted file mode 100644 index e4dbbf0..0000000 --- a/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/data/ip_encoder.tcl +++ /dev/null @@ -1,5 +0,0 @@ - - -proc generate {drv_handle} { - xdefine_include_file $drv_handle "xparameters.h" "ip_encoder" "NUM_INSTANCES" "DEVICE_ID" "C_S00_AXI_BASEADDR" "C_S00_AXI_HIGHADDR" -} diff --git a/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/src/Makefile b/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/src/Makefile deleted file mode 100644 index 18d6967..0000000 --- a/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/src/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -RELEASEDIR=../../../lib -INCLUDEDIR=../../../include -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h -LIBSOURCES=*.c -OUTS = *.o - -libs: - echo "Compiling ip_encoder..." - $(COMPILER) $(COMPILER_FLAGS) $(EXTRA_COMPILER_FLAGS) $(INCLUDES) $(LIBSOURCES) - $(ARCHIVER) -r ${RELEASEDIR}/${LIB} ${OUTS} - make clean - -include: - ${CP} $(INCLUDEFILES) $(INCLUDEDIR) - -clean: - rm -rf ${OUTS} diff --git a/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/src/ip_encoder.c b/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/src/ip_encoder.c deleted file mode 100644 index d3162a7..0000000 --- a/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/src/ip_encoder.c +++ /dev/null @@ -1,6 +0,0 @@ - - -/***************************** Include Files *******************************/ -#include "ip_encoder.h" - -/************************** Function Definitions ***************************/ diff --git a/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/src/ip_encoder.h b/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/src/ip_encoder.h deleted file mode 100644 index 562108a..0000000 --- a/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/src/ip_encoder.h +++ /dev/null @@ -1,79 +0,0 @@ - -#ifndef IP_ENCODER_H -#define IP_ENCODER_H - - -/****************** Include Files ********************/ -#include "xil_types.h" -#include "xstatus.h" - -#define IP_ENCODER_S00_AXI_SLV_REG0_OFFSET 0 -#define IP_ENCODER_S00_AXI_SLV_REG1_OFFSET 4 -#define IP_ENCODER_S00_AXI_SLV_REG2_OFFSET 8 -#define IP_ENCODER_S00_AXI_SLV_REG3_OFFSET 12 - - -/**************************** Type Definitions *****************************/ -/** - * - * Write a value to a IP_ENCODER register. A 32 bit write is performed. - * If the component is implemented in a smaller width, only the least - * significant data is written. - * - * @param BaseAddress is the base address of the IP_ENCODERdevice. - * @param RegOffset is the register offset from the base to write to. - * @param Data is the data written to the register. - * - * @return None. - * - * @note - * C-style signature: - * void IP_ENCODER_mWriteReg(u32 BaseAddress, unsigned RegOffset, u32 Data) - * - */ -#define IP_ENCODER_mWriteReg(BaseAddress, RegOffset, Data) \ - Xil_Out32((BaseAddress) + (RegOffset), (u32)(Data)) - -/** - * - * Read a value from a IP_ENCODER register. A 32 bit read is performed. - * If the component is implemented in a smaller width, only the least - * significant data is read from the register. The most significant data - * will be read as 0. - * - * @param BaseAddress is the base address of the IP_ENCODER device. - * @param RegOffset is the register offset from the base to write to. - * - * @return Data is the data from the register. - * - * @note - * C-style signature: - * u32 IP_ENCODER_mReadReg(u32 BaseAddress, unsigned RegOffset) - * - */ -#define IP_ENCODER_mReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/************************** Function Prototypes ****************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_ENCODER instance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_ENCODER_Reg_SelfTest(void * baseaddr_p); - -#endif // IP_ENCODER_H diff --git a/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/src/ip_encoder_selftest.c b/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/src/ip_encoder_selftest.c deleted file mode 100644 index bc1f76c..0000000 --- a/source/test_lower_machine/tempdsa/drivers/ip_encoder_v1_0/src/ip_encoder_selftest.c +++ /dev/null @@ -1,60 +0,0 @@ - -/***************************** Include Files *******************************/ -#include "ip_encoder.h" -#include "xparameters.h" -#include "stdio.h" -#include "xil_io.h" - -/************************** Constant Definitions ***************************/ -#define READ_WRITE_MUL_FACTOR 0x10 - -/************************** Function Definitions ***************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_ENCODERinstance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_ENCODER_Reg_SelfTest(void * baseaddr_p) -{ - u32 baseaddr; - int write_loop_index; - int read_loop_index; - int Index; - - baseaddr = (u32) baseaddr_p; - - xil_printf("******************************\n\r"); - xil_printf("* User Peripheral Self Test\n\r"); - xil_printf("******************************\n\n\r"); - - /* - * Write to user logic slave module register(s) and read back - */ - xil_printf("User logic slave module test...\n\r"); - - for (write_loop_index = 0 ; write_loop_index < 4; write_loop_index++) - IP_ENCODER_mWriteReg (baseaddr, write_loop_index*4, (write_loop_index+1)*READ_WRITE_MUL_FACTOR); - for (read_loop_index = 0 ; read_loop_index < 4; read_loop_index++) - if ( IP_ENCODER_mReadReg (baseaddr, read_loop_index*4) != (read_loop_index+1)*READ_WRITE_MUL_FACTOR){ - xil_printf ("Error reading register value at address %x\n", (int)baseaddr + read_loop_index*4); - return XST_FAILURE; - } - - xil_printf(" - slave register write/read passed\n\n\r"); - - return XST_SUCCESS; -} diff --git a/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/data/ip_fifo.mdd b/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/data/ip_fifo.mdd deleted file mode 100644 index bf7ae3a..0000000 --- a/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/data/ip_fifo.mdd +++ /dev/null @@ -1,10 +0,0 @@ - - -OPTION psf_version = 2.1; - -BEGIN DRIVER ip_fifo - OPTION supported_peripherals = (ip_fifo); - OPTION copyfiles = all; - OPTION VERSION = 1.0; - OPTION NAME = ip_fifo; -END DRIVER diff --git a/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/data/ip_fifo.tcl b/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/data/ip_fifo.tcl deleted file mode 100644 index 4e49ad6..0000000 --- a/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/data/ip_fifo.tcl +++ /dev/null @@ -1,5 +0,0 @@ - - -proc generate {drv_handle} { - xdefine_include_file $drv_handle "xparameters.h" "ip_fifo" "NUM_INSTANCES" "DEVICE_ID" "C_S00_AXI_BASEADDR" "C_S00_AXI_HIGHADDR" -} diff --git a/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/src/Makefile b/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/src/Makefile deleted file mode 100644 index baa36f8..0000000 --- a/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/src/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -RELEASEDIR=../../../lib -INCLUDEDIR=../../../include -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h -LIBSOURCES=*.c -OUTS = *.o - -libs: - echo "Compiling ip_fifo..." - $(COMPILER) $(COMPILER_FLAGS) $(EXTRA_COMPILER_FLAGS) $(INCLUDES) $(LIBSOURCES) - $(ARCHIVER) -r ${RELEASEDIR}/${LIB} ${OUTS} - make clean - -include: - ${CP} $(INCLUDEFILES) $(INCLUDEDIR) - -clean: - rm -rf ${OUTS} diff --git a/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/src/ip_fifo.c b/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/src/ip_fifo.c deleted file mode 100644 index fab920b..0000000 --- a/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/src/ip_fifo.c +++ /dev/null @@ -1,6 +0,0 @@ - - -/***************************** Include Files *******************************/ -#include "ip_fifo.h" - -/************************** Function Definitions ***************************/ diff --git a/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/src/ip_fifo.h b/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/src/ip_fifo.h deleted file mode 100644 index 962207c..0000000 --- a/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/src/ip_fifo.h +++ /dev/null @@ -1,90 +0,0 @@ - -#ifndef IP_FIFO_H -#define IP_FIFO_H - - -/****************** Include Files ********************/ -#include "xil_types.h" -#include "xstatus.h" - -#define IP_FIFO_S00_AXI_SLV_REG0_OFFSET 0 -#define IP_FIFO_S00_AXI_SLV_REG1_OFFSET 4 -#define IP_FIFO_S00_AXI_SLV_REG2_OFFSET 8 -#define IP_FIFO_S00_AXI_SLV_REG3_OFFSET 12 -#define IP_FIFO_S00_AXI_SLV_REG4_OFFSET 16 -#define IP_FIFO_S00_AXI_SLV_REG5_OFFSET 20 -#define IP_FIFO_S00_AXI_SLV_REG6_OFFSET 24 -#define IP_FIFO_S00_AXI_SLV_REG7_OFFSET 28 -#define IP_FIFO_S00_AXI_SLV_REG8_OFFSET 32 -#define IP_FIFO_S00_AXI_SLV_REG9_OFFSET 36 -#define IP_FIFO_S00_AXI_SLV_REG10_OFFSET 40 -#define IP_FIFO_S00_AXI_SLV_REG11_OFFSET 44 -#define IP_FIFO_S00_AXI_SLV_REG12_OFFSET 48 -#define IP_FIFO_S00_AXI_SLV_REG13_OFFSET 52 -#define IP_FIFO_S00_AXI_SLV_REG14_OFFSET 56 - - -/**************************** Type Definitions *****************************/ -/** - * - * Write a value to a IP_FIFO register. A 32 bit write is performed. - * If the component is implemented in a smaller width, only the least - * significant data is written. - * - * @param BaseAddress is the base address of the IP_FIFOdevice. - * @param RegOffset is the register offset from the base to write to. - * @param Data is the data written to the register. - * - * @return None. - * - * @note - * C-style signature: - * void IP_FIFO_mWriteReg(u32 BaseAddress, unsigned RegOffset, u32 Data) - * - */ -#define IP_FIFO_mWriteReg(BaseAddress, RegOffset, Data) \ - Xil_Out32((BaseAddress) + (RegOffset), (u32)(Data)) - -/** - * - * Read a value from a IP_FIFO register. A 32 bit read is performed. - * If the component is implemented in a smaller width, only the least - * significant data is read from the register. The most significant data - * will be read as 0. - * - * @param BaseAddress is the base address of the IP_FIFO device. - * @param RegOffset is the register offset from the base to write to. - * - * @return Data is the data from the register. - * - * @note - * C-style signature: - * u32 IP_FIFO_mReadReg(u32 BaseAddress, unsigned RegOffset) - * - */ -#define IP_FIFO_mReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/************************** Function Prototypes ****************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_FIFO instance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_FIFO_Reg_SelfTest(void * baseaddr_p); - -#endif // IP_FIFO_H diff --git a/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/src/ip_fifo_selftest.c b/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/src/ip_fifo_selftest.c deleted file mode 100644 index d45bc0d..0000000 --- a/source/test_lower_machine/tempdsa/drivers/ip_fifo_v1_0/src/ip_fifo_selftest.c +++ /dev/null @@ -1,60 +0,0 @@ - -/***************************** Include Files *******************************/ -#include "ip_fifo.h" -#include "xparameters.h" -#include "stdio.h" -#include "xil_io.h" - -/************************** Constant Definitions ***************************/ -#define READ_WRITE_MUL_FACTOR 0x10 - -/************************** Function Definitions ***************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_FIFOinstance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_FIFO_Reg_SelfTest(void * baseaddr_p) -{ - u32 baseaddr; - int write_loop_index; - int read_loop_index; - int Index; - - baseaddr = (u32) baseaddr_p; - - xil_printf("******************************\n\r"); - xil_printf("* User Peripheral Self Test\n\r"); - xil_printf("******************************\n\n\r"); - - /* - * Write to user logic slave module register(s) and read back - */ - xil_printf("User logic slave module test...\n\r"); - - for (write_loop_index = 0 ; write_loop_index < 4; write_loop_index++) - IP_FIFO_mWriteReg (baseaddr, write_loop_index*4, (write_loop_index+1)*READ_WRITE_MUL_FACTOR); - for (read_loop_index = 0 ; read_loop_index < 4; read_loop_index++) - if ( IP_FIFO_mReadReg (baseaddr, read_loop_index*4) != (read_loop_index+1)*READ_WRITE_MUL_FACTOR){ - xil_printf ("Error reading register value at address %x\n", (int)baseaddr + read_loop_index*4); - return XST_FAILURE; - } - - xil_printf(" - slave register write/read passed\n\n\r"); - - return XST_SUCCESS; -} diff --git a/source/test_lower_machine/tempdsa/ps7_init.c b/source/test_lower_machine/tempdsa/ps7_init.c deleted file mode 100644 index 4178a35..0000000 --- a/source/test_lower_machine/tempdsa/ps7_init.c +++ /dev/null @@ -1,7450 +0,0 @@ -/****************************************************************************** -* -* Copyright (C) 2010-2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************/ -/** -* -* @file ps7_init.c -* -* This file is automatically generated -* -*****************************************************************************/ - -#include "ps7_init.h" - -unsigned long ps7_pll_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_3_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reserved_reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x0007FFFFU ,0x00001082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_en_dfi_dram_clk_disable = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0x7FDFFFFCU ,0x270872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFC3U ,0x00000000U), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00000003U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reserved_reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reserved_reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x0003F03FU ,0x0003C008U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x00010000U ,0x00000000U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. reg_ddrc_dfi_t_ctrl_delay = 0x1 - // .. .. ==> 0XF8006078[3:0] = 0x00000001U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000001U - // .. .. reg_ddrc_dfi_t_dram_clk_disable = 0x1 - // .. .. ==> 0XF8006078[7:4] = 0x00000001U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000010U - // .. .. reg_ddrc_dfi_t_dram_clk_enable = 0x1 - // .. .. ==> 0XF8006078[11:8] = 0x00000001U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000100U - // .. .. reg_ddrc_t_cksre = 0x6 - // .. .. ==> 0XF8006078[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_t_cksrx = 0x6 - // .. .. ==> 0XF8006078[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_t_ckesr = 0x4 - // .. .. ==> 0XF8006078[25:20] = 0x00000004U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00400000U - // .. .. - EMIT_MASKWRITE(0XF8006078, 0x03FFFFFFU ,0x00466111U), - // .. .. reg_ddrc_t_ckpde = 0x2 - // .. .. ==> 0XF800607C[3:0] = 0x00000002U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000002U - // .. .. reg_ddrc_t_ckpdx = 0x2 - // .. .. ==> 0XF800607C[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. reg_ddrc_t_ckdpde = 0x2 - // .. .. ==> 0XF800607C[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_ckdpdx = 0x2 - // .. .. ==> 0XF800607C[15:12] = 0x00000002U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00002000U - // .. .. reg_ddrc_t_ckcsx = 0x3 - // .. .. ==> 0XF800607C[19:16] = 0x00000003U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00030000U - // .. .. - EMIT_MASKWRITE(0XF800607C, 0x000FFFFFU ,0x00032222U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x00000200U ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0x6FFFFEFEU ,0x00040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF5U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. reserved_SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. reserved_VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. reserved_REFIO_TEST = 0x0 - // .. ==> 0XF8000B6C[11:10] = 0x00000000U - // .. ==> MASK : 0x00000C00U VAL : 0x00000000U - // .. reserved_REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. reserved_DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. reserved_CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x00007FFFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000001U ,0x00000001U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reserved_VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reserved_VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reserved_VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reserved_VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reserved_VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[15:14] = 0x00000000U - // .. .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reserved_INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reserved_TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reserved_TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reserved_TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. reserved_TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reserved_INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FEFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x000003FFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_LVL_INP_EN_0 = 1 - // .. ==> 0XF8000900[3:3] = 0x00000001U - // .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. USER_LVL_OUT_EN_0 = 1 - // .. ==> 0XF8000900[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. USER_LVL_INP_EN_1 = 1 - // .. ==> 0XF8000900[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. USER_LVL_OUT_EN_1 = 1 - // .. ==> 0XF8000900[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. reserved_FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. reserved_FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. reserved_FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. reserved_FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. reserved_FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. reserved_FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. reserved_FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. reserved_FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. reserved_FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. .. START: AFI2 SECURE REGISTER - // .. .. FINISH: AFI2 SECURE REGISTER - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_3_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_pll_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_2_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_block = 0x1 - // .. .. ==> 0XF8006004[20:19] = 0x00000001U - // .. .. ==> MASK : 0x00180000U VAL : 0x00080000U - // .. .. reg_ddrc_diff_rank_rd_2cycle_gap = 0x0 - // .. .. ==> 0XF8006004[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_cs_bit1 = 0x0 - // .. .. ==> 0XF8006004[26:22] = 0x00000000U - // .. .. ==> MASK : 0x07C00000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_open_bank = 0x0 - // .. .. ==> 0XF8006004[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_4bank_ram = 0x0 - // .. .. ==> 0XF8006004[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x1FFFFFFFU ,0x00081082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_sdram = 0x1 - // .. .. ==> 0XF8006020[21:21] = 0x00000001U - // .. .. ==> MASK : 0x00200000U VAL : 0x00200000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_clock_stop_en = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_ddrc_loopback = 0x0 - // .. .. ==> 0XF8006020[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0xFFFFFFFCU ,0x272872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_max_rank_rd = 0xf - // .. .. ==> 0XF8006024[5:2] = 0x0000000FU - // .. .. ==> MASK : 0x0000003CU VAL : 0x0000003CU - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFFFU ,0x0000003CU), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_debug_mode = 0x0 - // .. .. ==> 0XF8006038[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_phy_wr_level_start = 0x0 - // .. .. ==> 0XF8006038[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_phy_rd_level_start = 0x0 - // .. .. ==> 0XF8006038[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_dq0_wait_t = 0x0 - // .. .. ==> 0XF8006038[12:9] = 0x00000000U - // .. .. ==> MASK : 0x00001E00U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00001FC3U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reg_ddrc_rank1_rd_odt = 0x1 - // .. .. ==> 0XF8006048[8:6] = 0x00000001U - // .. .. ==> MASK : 0x000001C0U VAL : 0x00000040U - // .. .. reg_ddrc_rank1_wr_odt = 0x1 - // .. .. ==> 0XF8006048[11:9] = 0x00000001U - // .. .. ==> MASK : 0x00000E00U VAL : 0x00000200U - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reg_ddrc_rank2_rd_odt = 0x0 - // .. .. ==> 0XF8006048[20:18] = 0x00000000U - // .. .. ==> MASK : 0x001C0000U VAL : 0x00000000U - // .. .. reg_ddrc_rank2_wr_odt = 0x0 - // .. .. ==> 0XF8006048[23:21] = 0x00000000U - // .. .. ==> MASK : 0x00E00000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_rd_odt = 0x0 - // .. .. ==> 0XF8006048[26:24] = 0x00000000U - // .. .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_wr_odt = 0x0 - // .. .. ==> 0XF8006048[29:27] = 0x00000000U - // .. .. ==> MASK : 0x38000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x3FFFFFFFU ,0x0003C248U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dll_calib_to_min_x1024 = 0x1 - // .. .. ==> 0XF8006058[7:0] = 0x00000001U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000001U - // .. .. reg_ddrc_dll_calib_to_max_x1024 = 0x1 - // .. .. ==> 0XF8006058[15:8] = 0x00000001U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000100U - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x0001FFFFU ,0x00000101U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. reg_ddrc_dfi_t_ctrl_delay = 0x1 - // .. .. ==> 0XF8006078[3:0] = 0x00000001U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000001U - // .. .. reg_ddrc_dfi_t_dram_clk_disable = 0x1 - // .. .. ==> 0XF8006078[7:4] = 0x00000001U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000010U - // .. .. reg_ddrc_dfi_t_dram_clk_enable = 0x1 - // .. .. ==> 0XF8006078[11:8] = 0x00000001U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000100U - // .. .. reg_ddrc_t_cksre = 0x6 - // .. .. ==> 0XF8006078[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_t_cksrx = 0x6 - // .. .. ==> 0XF8006078[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_t_ckesr = 0x4 - // .. .. ==> 0XF8006078[25:20] = 0x00000004U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00400000U - // .. .. - EMIT_MASKWRITE(0XF8006078, 0x03FFFFFFU ,0x00466111U), - // .. .. reg_ddrc_t_ckpde = 0x2 - // .. .. ==> 0XF800607C[3:0] = 0x00000002U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000002U - // .. .. reg_ddrc_t_ckpdx = 0x2 - // .. .. ==> 0XF800607C[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. reg_ddrc_t_ckdpde = 0x2 - // .. .. ==> 0XF800607C[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_ckdpdx = 0x2 - // .. .. ==> 0XF800607C[15:12] = 0x00000002U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00002000U - // .. .. reg_ddrc_t_ckcsx = 0x3 - // .. .. ==> 0XF800607C[19:16] = 0x00000003U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00030000U - // .. .. - EMIT_MASKWRITE(0XF800607C, 0x000FFFFFU ,0x00032222U), - // .. .. refresh_timer0_start_value_x32 = 0x0 - // .. .. ==> 0XF80060A0[11:0] = 0x00000000U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000000U - // .. .. refresh_timer1_start_value_x32 = 0x8 - // .. .. ==> 0XF80060A0[23:12] = 0x00000008U - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00008000U - // .. .. - EMIT_MASKWRITE(0XF80060A0, 0x00FFFFFFU ,0x00008000U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_2t_delay = 0x0 - // .. .. ==> 0XF80060B4[8:0] = 0x00000000U - // .. .. ==> MASK : 0x000001FFU VAL : 0x00000000U - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. reg_ddrc_dis_pre_bypass = 0x0 - // .. .. ==> 0XF80060B4[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x000007FFU ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006118[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006118[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF800611C[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF800611C[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006124[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006124[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_loopback = 0x0 - // .. .. ==> 0XF8006190[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_all_dq_mpr_rd_resp = 0x0 - // .. .. ==> 0XF8006190[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_use_rank0_delays = 0x1 - // .. .. ==> 0XF8006190[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_phy_int_lpbk = 0x0 - // .. .. ==> 0XF8006190[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0xFFFFFFFFU ,0x10040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006208[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF800620C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006210[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006214[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_per_bank_refresh = 0x0 - // .. .. ==> 0XF80062A8[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF7U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. REFIO_TEST = 0x0 - // .. ==> 0XF8000B6C[11:10] = 0x00000000U - // .. ==> MASK : 0x00000C00U VAL : 0x00000000U - // .. REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x00007FFFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000021U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[16:14] = 0x00000000U - // .. .. ==> MASK : 0x0001C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FFFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. IRMODE = 0x0 - // .. ==> 0XE0000004[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. UCLKEN = 0x0 - // .. ==> 0XE0000004[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x00000FFFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_INP_ICT_EN_0 = 3 - // .. ==> 0XF8000900[1:0] = 0x00000003U - // .. ==> MASK : 0x00000003U VAL : 0x00000003U - // .. USER_INP_ICT_EN_1 = 3 - // .. ==> 0XF8000900[3:2] = 0x00000003U - // .. ==> MASK : 0x0000000CU VAL : 0x0000000CU - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_2_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_pll_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_1_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_block = 0x1 - // .. .. ==> 0XF8006004[20:19] = 0x00000001U - // .. .. ==> MASK : 0x00180000U VAL : 0x00080000U - // .. .. reg_ddrc_diff_rank_rd_2cycle_gap = 0x0 - // .. .. ==> 0XF8006004[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_cs_bit1 = 0x0 - // .. .. ==> 0XF8006004[26:22] = 0x00000000U - // .. .. ==> MASK : 0x07C00000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_open_bank = 0x0 - // .. .. ==> 0XF8006004[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_4bank_ram = 0x0 - // .. .. ==> 0XF8006004[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x1FFFFFFFU ,0x00081082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_sdram = 0x1 - // .. .. ==> 0XF8006020[21:21] = 0x00000001U - // .. .. ==> MASK : 0x00200000U VAL : 0x00200000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_clock_stop_en = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_ddrc_loopback = 0x0 - // .. .. ==> 0XF8006020[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0xFFFFFFFCU ,0x272872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_max_rank_rd = 0xf - // .. .. ==> 0XF8006024[5:2] = 0x0000000FU - // .. .. ==> MASK : 0x0000003CU VAL : 0x0000003CU - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFFFU ,0x0000003CU), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_debug_mode = 0x0 - // .. .. ==> 0XF8006038[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_phy_wr_level_start = 0x0 - // .. .. ==> 0XF8006038[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_phy_rd_level_start = 0x0 - // .. .. ==> 0XF8006038[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_dq0_wait_t = 0x0 - // .. .. ==> 0XF8006038[12:9] = 0x00000000U - // .. .. ==> MASK : 0x00001E00U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00001FC3U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reg_ddrc_rank1_rd_odt = 0x1 - // .. .. ==> 0XF8006048[8:6] = 0x00000001U - // .. .. ==> MASK : 0x000001C0U VAL : 0x00000040U - // .. .. reg_ddrc_rank1_wr_odt = 0x1 - // .. .. ==> 0XF8006048[11:9] = 0x00000001U - // .. .. ==> MASK : 0x00000E00U VAL : 0x00000200U - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reg_ddrc_rank2_rd_odt = 0x0 - // .. .. ==> 0XF8006048[20:18] = 0x00000000U - // .. .. ==> MASK : 0x001C0000U VAL : 0x00000000U - // .. .. reg_ddrc_rank2_wr_odt = 0x0 - // .. .. ==> 0XF8006048[23:21] = 0x00000000U - // .. .. ==> MASK : 0x00E00000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_rd_odt = 0x0 - // .. .. ==> 0XF8006048[26:24] = 0x00000000U - // .. .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_wr_odt = 0x0 - // .. .. ==> 0XF8006048[29:27] = 0x00000000U - // .. .. ==> MASK : 0x38000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x3FFFFFFFU ,0x0003C248U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dll_calib_to_min_x1024 = 0x1 - // .. .. ==> 0XF8006058[7:0] = 0x00000001U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000001U - // .. .. reg_ddrc_dll_calib_to_max_x1024 = 0x1 - // .. .. ==> 0XF8006058[15:8] = 0x00000001U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000100U - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x0001FFFFU ,0x00000101U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. refresh_timer0_start_value_x32 = 0x0 - // .. .. ==> 0XF80060A0[11:0] = 0x00000000U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000000U - // .. .. refresh_timer1_start_value_x32 = 0x8 - // .. .. ==> 0XF80060A0[23:12] = 0x00000008U - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00008000U - // .. .. - EMIT_MASKWRITE(0XF80060A0, 0x00FFFFFFU ,0x00008000U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_2t_delay = 0x0 - // .. .. ==> 0XF80060B4[8:0] = 0x00000000U - // .. .. ==> MASK : 0x000001FFU VAL : 0x00000000U - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. reg_ddrc_dis_pre_bypass = 0x0 - // .. .. ==> 0XF80060B4[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x000007FFU ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006118[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006118[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF800611C[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF800611C[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006124[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006124[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_loopback = 0x0 - // .. .. ==> 0XF8006190[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_all_dq_mpr_rd_resp = 0x0 - // .. .. ==> 0XF8006190[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_use_rank0_delays = 0x1 - // .. .. ==> 0XF8006190[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_phy_int_lpbk = 0x0 - // .. .. ==> 0XF8006190[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0xFFFFFFFFU ,0x10040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006208[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF800620C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006210[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006214[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_per_bank_refresh = 0x0 - // .. .. ==> 0XF80062A8[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF7U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x000073FFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000021U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[16:14] = 0x00000000U - // .. .. ==> MASK : 0x0001C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FFFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. IRMODE = 0x0 - // .. ==> 0XE0000004[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. UCLKEN = 0x0 - // .. ==> 0XE0000004[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x00000FFFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_INP_ICT_EN_0 = 3 - // .. ==> 0XF8000900[1:0] = 0x00000003U - // .. ==> MASK : 0x00000003U VAL : 0x00000003U - // .. USER_INP_ICT_EN_1 = 3 - // .. ==> 0XF8000900[3:2] = 0x00000003U - // .. ==> MASK : 0x0000000CU VAL : 0x0000000CU - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_1_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - - -#include "xil_io.h" -#define PS7_MASK_POLL_TIME 100000000 - -char* -getPS7MessageInfo(unsigned key) { - - char* err_msg = ""; - switch (key) { - case PS7_INIT_SUCCESS: err_msg = "PS7 initialization successful"; break; - case PS7_INIT_CORRUPT: err_msg = "PS7 init Data Corrupted"; break; - case PS7_INIT_TIMEOUT: err_msg = "PS7 init mask poll timeout"; break; - case PS7_POLL_FAILED_DDR_INIT: err_msg = "Mask Poll failed for DDR Init"; break; - case PS7_POLL_FAILED_DMA: err_msg = "Mask Poll failed for PLL Init"; break; - case PS7_POLL_FAILED_PLL: err_msg = "Mask Poll failed for DMA done bit"; break; - default: err_msg = "Undefined error status"; break; - } - - return err_msg; -} - -unsigned long -ps7GetSiliconVersion () { - // Read PS version from MCTRL register [31:28] - unsigned long mask = 0xF0000000; - unsigned long *addr = (unsigned long*) 0XF8007080; - unsigned long ps_version = (*addr & mask) >> 28; - return ps_version; -} - -void mask_write (unsigned long add , unsigned long mask, unsigned long val ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - *addr = ( val & mask ) | ( *addr & ~mask); - //xil_printf("MaskWrite : 0x%x--> 0x%x \n \r" ,add, *addr); -} - - -int mask_poll(unsigned long add , unsigned long mask ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - int i = 0; - while (!(*addr & mask)) { - if (i == PS7_MASK_POLL_TIME) { - return -1; - } - i++; - } - return 1; - //xil_printf("MaskPoll : 0x%x --> 0x%x \n \r" , add, *addr); -} - -unsigned long mask_read(unsigned long add , unsigned long mask ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - unsigned long val = (*addr & mask); - //xil_printf("MaskRead : 0x%x --> 0x%x \n \r" , add, val); - return val; -} - - - -int -ps7_config(unsigned long * ps7_config_init) -{ - unsigned long *ptr = ps7_config_init; - - unsigned long opcode; // current instruction .. - unsigned long args[16]; // no opcode has so many args ... - int numargs; // number of arguments of this instruction - int j; // general purpose index - - volatile unsigned long *addr; // some variable to make code readable - unsigned long val,mask; // some variable to make code readable - - int finish = -1 ; // loop while this is negative ! - int i = 0; // Timeout variable - - while( finish < 0 ) { - numargs = ptr[0] & 0xF; - opcode = ptr[0] >> 4; - - for( j = 0 ; j < numargs ; j ++ ) - args[j] = ptr[j+1]; - ptr += numargs + 1; - - - switch ( opcode ) { - - case OPCODE_EXIT: - finish = PS7_INIT_SUCCESS; - break; - - case OPCODE_CLEAR: - addr = (unsigned long*) args[0]; - *addr = 0; - break; - - case OPCODE_WRITE: - addr = (unsigned long*) args[0]; - val = args[1]; - *addr = val; - break; - - case OPCODE_MASKWRITE: - addr = (unsigned long*) args[0]; - mask = args[1]; - val = args[2]; - *addr = ( val & mask ) | ( *addr & ~mask); - break; - - case OPCODE_MASKPOLL: - addr = (unsigned long*) args[0]; - mask = args[1]; - i = 0; - while (!(*addr & mask)) { - if (i == PS7_MASK_POLL_TIME) { - finish = PS7_INIT_TIMEOUT; - break; - } - i++; - } - break; - case OPCODE_MASKDELAY: - { - addr = (unsigned long*) args[0]; - mask = args[1]; - int delay = get_number_of_cycles_for_delay(mask); - perf_reset_and_start_timer(); - while ((*addr < delay)) { - } - } - break; - default: - finish = PS7_INIT_CORRUPT; - break; - } - } - return finish; -} - -unsigned long *ps7_mio_init_data = ps7_mio_init_data_3_0; -unsigned long *ps7_pll_init_data = ps7_pll_init_data_3_0; -unsigned long *ps7_clock_init_data = ps7_clock_init_data_3_0; -unsigned long *ps7_ddr_init_data = ps7_ddr_init_data_3_0; -unsigned long *ps7_peripherals_init_data = ps7_peripherals_init_data_3_0; - -int -ps7_post_config() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret = -1; - if (si_ver == PCW_SILICON_VERSION_1) { - ret = ps7_config (ps7_post_config_1_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else if (si_ver == PCW_SILICON_VERSION_2) { - ret = ps7_config (ps7_post_config_2_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else { - ret = ps7_config (ps7_post_config_3_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } - return PS7_INIT_SUCCESS; -} - -int -ps7_debug() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret = -1; - if (si_ver == PCW_SILICON_VERSION_1) { - ret = ps7_config (ps7_debug_1_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else if (si_ver == PCW_SILICON_VERSION_2) { - ret = ps7_config (ps7_debug_2_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else { - ret = ps7_config (ps7_debug_3_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } - return PS7_INIT_SUCCESS; -} - - -int -ps7_init() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret; - //int pcw_ver = 0; - - if (si_ver == PCW_SILICON_VERSION_1) { - ps7_mio_init_data = ps7_mio_init_data_1_0; - ps7_pll_init_data = ps7_pll_init_data_1_0; - ps7_clock_init_data = ps7_clock_init_data_1_0; - ps7_ddr_init_data = ps7_ddr_init_data_1_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_1_0; - //pcw_ver = 1; - - } else if (si_ver == PCW_SILICON_VERSION_2) { - ps7_mio_init_data = ps7_mio_init_data_2_0; - ps7_pll_init_data = ps7_pll_init_data_2_0; - ps7_clock_init_data = ps7_clock_init_data_2_0; - ps7_ddr_init_data = ps7_ddr_init_data_2_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_2_0; - //pcw_ver = 2; - - } else { - ps7_mio_init_data = ps7_mio_init_data_3_0; - ps7_pll_init_data = ps7_pll_init_data_3_0; - ps7_clock_init_data = ps7_clock_init_data_3_0; - ps7_ddr_init_data = ps7_ddr_init_data_3_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_3_0; - //pcw_ver = 3; - } - - // MIO init - ret = ps7_config (ps7_mio_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // PLL init - ret = ps7_config (ps7_pll_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // Clock init - ret = ps7_config (ps7_clock_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // DDR init - ret = ps7_config (ps7_ddr_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - - - // Peripherals init - ret = ps7_config (ps7_peripherals_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - //xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver); - return PS7_INIT_SUCCESS; -} - - - - -/* For delay calculation using global timer */ - -/* start timer */ - void perf_start_clock(void) -{ - *(volatile unsigned int*)SCU_GLOBAL_TIMER_CONTROL = ((1 << 0) | // Timer Enable - (1 << 3) | // Auto-increment - (0 << 8) // Pre-scale - ); -} - -/* stop timer and reset timer count regs */ - void perf_reset_clock(void) -{ - perf_disable_clock(); - *(volatile unsigned int*)SCU_GLOBAL_TIMER_COUNT_L32 = 0; - *(volatile unsigned int*)SCU_GLOBAL_TIMER_COUNT_U32 = 0; -} - -/* Compute mask for given delay in miliseconds*/ -int get_number_of_cycles_for_delay(unsigned int delay) -{ - // GTC is always clocked at 1/2 of the CPU frequency (CPU_3x2x) - return (APU_FREQ*delay/(2*1000)); - -} - -/* stop timer */ - void perf_disable_clock(void) -{ - *(volatile unsigned int*)SCU_GLOBAL_TIMER_CONTROL = 0; -} - -void perf_reset_and_start_timer() -{ - perf_reset_clock(); - perf_start_clock(); -} - - - - diff --git a/source/test_lower_machine/tempdsa/ps7_init.h b/source/test_lower_machine/tempdsa/ps7_init.h deleted file mode 100644 index 3acf3f1..0000000 --- a/source/test_lower_machine/tempdsa/ps7_init.h +++ /dev/null @@ -1,117 +0,0 @@ -/****************************************************************************** -* -* Copyright (C) 2010-2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************/ -/** -* -* @file ps7_init.h -* -* This file can be included in FSBL code -* to get prototype of ps7_init() function -* and error codes -* -*****************************************************************************/ - - - - -#ifdef __cplusplus -extern "C" { -#endif - - -//typedef unsigned int u32; - - -/** do we need to make this name more unique ? **/ -//extern u32 ps7_init_data[]; -extern unsigned long * ps7_ddr_init_data; -extern unsigned long * ps7_mio_init_data; -extern unsigned long * ps7_pll_init_data; -extern unsigned long * ps7_clock_init_data; -extern unsigned long * ps7_peripherals_init_data; - - - -#define OPCODE_EXIT 0U -#define OPCODE_CLEAR 1U -#define OPCODE_WRITE 2U -#define OPCODE_MASKWRITE 3U -#define OPCODE_MASKPOLL 4U -#define OPCODE_MASKDELAY 5U -#define NEW_PS7_ERR_CODE 1 - -/* Encode number of arguments in last nibble */ -#define EMIT_EXIT() ( (OPCODE_EXIT << 4 ) | 0 ) -#define EMIT_CLEAR(addr) ( (OPCODE_CLEAR << 4 ) | 1 ) , addr -#define EMIT_WRITE(addr,val) ( (OPCODE_WRITE << 4 ) | 2 ) , addr, val -#define EMIT_MASKWRITE(addr,mask,val) ( (OPCODE_MASKWRITE << 4 ) | 3 ) , addr, mask, val -#define EMIT_MASKPOLL(addr,mask) ( (OPCODE_MASKPOLL << 4 ) | 2 ) , addr, mask -#define EMIT_MASKDELAY(addr,mask) ( (OPCODE_MASKDELAY << 4 ) | 2 ) , addr, mask - -/* Returns codes of PS7_Init */ -#define PS7_INIT_SUCCESS (0) // 0 is success in good old C -#define PS7_INIT_CORRUPT (1) // 1 the data is corrupted, and slcr reg are in corrupted state now -#define PS7_INIT_TIMEOUT (2) // 2 when a poll operation timed out -#define PS7_POLL_FAILED_DDR_INIT (3) // 3 when a poll operation timed out for ddr init -#define PS7_POLL_FAILED_DMA (4) // 4 when a poll operation timed out for dma done bit -#define PS7_POLL_FAILED_PLL (5) // 5 when a poll operation timed out for pll sequence init - - -/* Silicon Versions */ -#define PCW_SILICON_VERSION_1 0 -#define PCW_SILICON_VERSION_2 1 -#define PCW_SILICON_VERSION_3 2 - -/* This flag to be used by FSBL to check whether ps7_post_config() proc exixts */ -#define PS7_POST_CONFIG - -/* Freq of all peripherals */ - -#define APU_FREQ 666666687 -#define DDR_FREQ 533333374 -#define DCI_FREQ 10158730 -#define QSPI_FREQ 10000000 -#define SMC_FREQ 10000000 -#define ENET0_FREQ 10000000 -#define ENET1_FREQ 10000000 -#define USB0_FREQ 60000000 -#define USB1_FREQ 60000000 -#define SDIO_FREQ 10000000 -#define UART_FREQ 100000000 -#define SPI_FREQ 10000000 -#define I2C_FREQ 111111115 -#define WDT_FREQ 111111115 -#define TTC_FREQ 50000000 -#define CAN_FREQ 10000000 -#define PCAP_FREQ 200000000 -#define TPIU_FREQ 200000000 -#define FPGA0_FREQ 200000000 -#define FPGA1_FREQ 10000000 -#define FPGA2_FREQ 10000000 -#define FPGA3_FREQ 10000000 - - -/* For delay calculation using global registers*/ -#define SCU_GLOBAL_TIMER_COUNT_L32 0xF8F00200 -#define SCU_GLOBAL_TIMER_COUNT_U32 0xF8F00204 -#define SCU_GLOBAL_TIMER_CONTROL 0xF8F00208 -#define SCU_GLOBAL_TIMER_AUTO_INC 0xF8F00218 - -int ps7_config( unsigned long*); -int ps7_init(); -int ps7_post_config(); -int ps7_debug(); -char* getPS7MessageInfo(unsigned key); - -void perf_start_clock(void); -void perf_disable_clock(void); -void perf_reset_clock(void); -void perf_reset_and_start_timer(); -int get_number_of_cycles_for_delay(unsigned int delay); -#ifdef __cplusplus -} -#endif - diff --git a/source/test_lower_machine/tempdsa/ps7_init.html b/source/test_lower_machine/tempdsa/ps7_init.html deleted file mode 100644 index eaaef0d..0000000 --- a/source/test_lower_machine/tempdsa/ps7_init.html +++ /dev/null @@ -1,89947 +0,0 @@ - - - - -Zynq PS configuration detail - - - - -
- -
Zynq PS7 Summary Report -
-
-
User Configurations -
- -
-
Select Version: - -
-
-
Zynq Register View -
- -
This design is targeted for xc7z010 board (part number: xc7z010clg400-1) - -
-

Zynq Design Summary

- - - - - - - - - - - - - - - - - - - - - -
-Device - -xc7z010 -
-SpeedGrade - --1 -
-Part - -xc7z010clg400-1 -
-Description - -Zynq PS Configuration Report with register details -
-Vendor - -Xilinx -
-

MIO Table View

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-MIO Pin - -Peripheral - -Signal - -IO Type - -Speed - -Pullup - -Direction -
-MIO 0 - - - - - - - - - - - - -
-MIO 1 - - - - - - - - - - - - -
-MIO 2 - - - - - - - - - - - - -
-MIO 3 - - - - - - - - - - - - -
-MIO 4 - - - - - - - - - - - - -
-MIO 5 - - - - - - - - - - - - -
-MIO 6 - - - - - - - - - - - - -
-MIO 7 - - - - - - - - - - - - -
-MIO 8 - - - - - - - - - - - - -
-MIO 9 - - - - - - - - - - - - -
-MIO 10 - - - - - - - - - - - - -
-MIO 11 - - - - - - - - - - - - -
-MIO 12 - - - - - - - - - - - - -
-MIO 13 - - - - - - - - - - - - -
-MIO 14 - -UART 0 - -rx - -LVCMOS 3.3V - -slow - -enabled - -in -
-MIO 15 - -UART 0 - -tx - -LVCMOS 3.3V - -slow - -enabled - -out -
-MIO 16 - - - - - - - - - - - - -
-MIO 17 - - - - - - - - - - - - -
-MIO 18 - - - - - - - - - - - - -
-MIO 19 - - - - - - - - - - - - -
-MIO 20 - - - - - - - - - - - - -
-MIO 21 - - - - - - - - - - - - -
-MIO 22 - - - - - - - - - - - - -
-MIO 23 - - - - - - - - - - - - -
-MIO 24 - - - - - - - - - - - - -
-MIO 25 - - - - - - - - - - - - -
-MIO 26 - - - - - - - - - - - - -
-MIO 27 - - - - - - - - - - - - -
-MIO 28 - - - - - - - - - - - - -
-MIO 29 - - - - - - - - - - - - -
-MIO 30 - - - - - - - - - - - - -
-MIO 31 - - - - - - - - - - - - -
-MIO 32 - - - - - - - - - - - - -
-MIO 33 - - - - - - - - - - - - -
-MIO 34 - - - - - - - - - - - - -
-MIO 35 - - - - - - - - - - - - -
-MIO 36 - - - - - - - - - - - - -
-MIO 37 - - - - - - - - - - - - -
-MIO 38 - - - - - - - - - - - - -
-MIO 39 - - - - - - - - - - - - -
-MIO 40 - - - - - - - - - - - - -
-MIO 41 - - - - - - - - - - - - -
-MIO 42 - - - - - - - - - - - - -
-MIO 43 - - - - - - - - - - - - -
-MIO 44 - - - - - - - - - - - - -
-MIO 45 - - - - - - - - - - - - -
-MIO 46 - - - - - - - - - - - - -
-MIO 47 - - - - - - - - - - - - -
-MIO 48 - - - - - - - - - - - - -
-MIO 49 - - - - - - - - - - - - -
-MIO 50 - - - - - - - - - - - - -
-MIO 51 - - - - - - - - - - - - -
-MIO 52 - - - - - - - - - - - - -
-MIO 53 - - - - - - - - - - - - -
-

DDR Memory information

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Parameter name - -Value - -Description -
-Enable DDR - -1 - -Enable DDR Controller of Zynq PS -
-Memory Part - -MT41J128M16 HA-125 - - -
-DRAM bus width - -32 Bit - -Select the desired data width. Refer to the Thechnical Reference Manual(TRM) for a detailed list of supported DDR data widths -
-ECC - -Disabled - -ECC is supported only for data width of 16-bit -
-BURST Length (lppdr only) - -8 - -Select the burst Length. It refers to the amount of data read/written after a read/write command is presented to the controller -
-Internal Vref - -0 - - -
-Operating Frequency (MHz) - -533.333333 - -Chose the clock period for the desired frequency. The allowed freq range (200 - 667 MHz) is a function of FPGA part and FPGA speed grade -
-HIGH temperature - -Normal (0-85) - -Select the operating temparature -
-DRAM IC bus width - -16 Bits - -Provide the width of the DRAM chip -
-DRAM Device Capacity - -2048 MBits - - -
-Speed Bin - -DDR3_1066F - -Provide the Speed Bin -
-BANK Address Count - -3 - -Defines the bank to which an active an ACTIVE, READ, WRITE, or Precharge Command is being applied -
-ROW Address Count - -14 - -Provide the Row address for ACTIVE commands -
-COLUMN Address Count - -10 - -Provide the Row address for READ/WRITE commands -
-CAS Latency - -7 - -Select the Column Access Strobe (CAS) Latency. It refers to the amount of time it takes for data to appear on the pins of the memory module -
-CAS Write Latency - -6 - -Select the CAS Write Latency -
-RAS to CAS Delay - -7 - -Provide the row address to column address delay time. tRCD is t he time required between the memory controller asserting a row address strobe (RAS), and then asserting the column address strobe (CAS) -
-RECHARGE Time - -7 - -Precharge Time (tRP) is the number of clock cycles needed o terminate acces s to an open row of memory, and open access to the next row -
-tRC (ns ) - -48.75 - -Provide the Row cycle time tRC (ns) -
-tRASmin ( ns ) - -35.0 - -tRASmin (ns) is the minimum number of clock cycles required between an Active command and issuing the Precharge command -
-tFAW - -40.0 - -It restricts the number of activates that can be done within a certain window of time -
-ADDITIVE Latency - -0 - -Provide the Additive Latency (ns). Increases the efficiency of the command and data bus for sustainable bandwidths -
-Write levelling - -1 - - -
-Read gate - -1 - - -
-Read gate - -1 - - -
-DQS to Clock delay [0] (ns) - -0.0 - -The daly difference of each DQS path delay subtracted from the clock path delay -
-DQS to Clock delay [1] (ns) - -0.0 - -The daly difference of each DQS path delay subtracted from the clock path delay -
-DQS to Clock delay [2] (ns) - -0.0 - -The daly difference of each DQS path delay subtracted from the clock path delay -
-DQS to Clock delay [3] (ns) - -0.0 - -The daly difference of each DQS path delay subtracted from the clock path delay -
-Board delay [0] (ns) - -0.25 - -The average of the data midpoint delay, of the data delays associated with a byte lane (DDR_DQ, DDR_DM) averaged with the midpoint of the cloc kdelays (DDR_CK, DR_CK_N) -
-Board delay [1] (ns) - -0.25 - -The average of the data midpoint delay, of the data delays associated with a byte lane (DDR_DQ, DDR_DM) averaged with the midpoint of the cloc kdelays (DDR_CK, DR_CK_N) -
-Board delay [2] (ns) - -0.25 - -The average of the data midpoint delay, of the data delays associated with a byte lane (DDR_DQ, DDR_DM) averaged with the midpoint of the cloc kdelays (DDR_CK, DR_CK_N) -
-Board delay [3] (ns) - -0.25 - -The average of the data midpoint delay, of the data delays associated with a byte lane (DDR_DQ, DDR_DM) averaged with the midpoint of the cloc kdelays (DDR_CK, DR_CK_N) -
-

PS Clocks information

-

PS Reference Clock : 33.333333

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Peripheral - -PLL source - -Frequency (MHz) -
-CPU 6x Freq (MHz) - -ARM PLL - -666.666687 -
-UART Freq (MHz) - -IO PLL - -100.000000 -
-FPGA0 Freq (MHz) - -IO PLL - -200.000000 -
-FPGA1 Freq (MHz) - -IO PLL - -10.000000 -
-FPGA2 Freq (MHz) - -IO PLL - -10.000000 -
-FPGA3 Freq (MHz) - -IO PLL - -10.000000 -
-

ps7_pll_init_data_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -ARM_PLL_CFG - - -0XF8000110 - -32 - -RW - -0x000000 - -ARM PLL Configuration -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_CLK_CTRL - - -0XF8000120 - -32 - -RW - -0x000000 - -CPU Clock Control -
- -DDR_PLL_CFG - - -0XF8000114 - -32 - -RW - -0x000000 - -DDR PLL Configuration -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_CLK_CTRL - - -0XF8000124 - -32 - -RW - -0x000000 - -DDR Clock Control -
- -IO_PLL_CFG - - -0XF8000118 - -32 - -RW - -0x000000 - -IO PLL Configuration -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_pll_init_data_3_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -Write the unlock key, 0xDF0D, to enable writes to the slcr registers. All slcr registers, 0xF800_0000 to 0xF800_0B74, are writeable until locked using the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

PLL SLCR REGISTERS

-

ARM PLL INIT

-

Register ( slcr )ARM_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CFG - -0XF8000110 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -2 - -20 - -Drive the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drive the PLL_CP[3:0] input of the PLL to set the PLL charge pump control -
-LOCK_CNT - -21:12 - -3ff000 - -fa - -fa000 - -Drive the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned with a certain window before syaing locked. -
-ARM_PLL_CFG@0XF8000110 - -31:0 - -3ffff0 - - - -fa220 - -ARM PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -28 - -28000 - -Provide the feedback divisor for the PLL. Note: Before changing this value, the PLL must first be bypassed and then put into reset mode. Refer to the Zynq-7000 TRM, UG585, Clocks chapter for CP/RES/CNT values for the PLL. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -7f000 - - - -28000 - -ARM PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -ARM PLL Bypass override control: PLL_BYPASS_QUAL = 0: 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL = 1 (QUAL bit default value): 0: PLL mode is set based on pin strap setting. 1: PLL bypassed regardless of the pin strapping. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -10 - - - -10 - -ARM PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -PLL reset control: 0: de-assert (PLL operating) 1: assert (PLL held in reset) -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -1 - - - -1 - -ARM PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -PLL reset control: 0: de-assert (PLL operating) 1: assert (PLL held in reset) -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -1 - - - -0 - -ARM PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-ARM_PLL_LOCK - -0:0 - -1 - -1 - -1 - -ARM PLL lock status: 0: not locked, 1: locked -
-PLL_STATUS@0XF800010C - -31:0 - -1 - - - -1 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -ARM PLL Bypass override control: PLL_BYPASS_QUAL = 0: 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL = 1 (QUAL bit default value): 0: PLL mode is set based on pin strap setting. 1: PLL bypassed regardless of the pin strapping. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -10 - - - -0 - -ARM PLL Control -
-

-

Register ( slcr )ARM_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_CLK_CTRL - -0XF8000120 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Select the source used to generate the CPU clock: 0x: ARM PLL 10: DDR PLL 11: IO PLL This field is reset by POR only. -
-DIVISOR - -13:8 - -3f00 - -2 - -200 - -Frequency divisor for the CPU clock source. -
-CPU_6OR4XCLKACT - -24:24 - -1000000 - -1 - -1000000 - -CPU_6x4x Clock control: 0: disable, 1: enable -
-CPU_3OR2XCLKACT - -25:25 - -2000000 - -1 - -2000000 - -CPU_3x2x Clock control: 0: disable, 1: enable -
-CPU_2XCLKACT - -26:26 - -4000000 - -1 - -4000000 - -CPU_2x Clock control: 0: disable, 1: enable -
-CPU_1XCLKACT - -27:27 - -8000000 - -1 - -8000000 - -CPU_1x Clock control: 0: disable, 1: enable -
-CPU_PERI_CLKACT - -28:28 - -10000000 - -1 - -10000000 - -Clock active: 0: Clock is disabled 1: Clock is enabled -
-ARM_CLK_CTRL@0XF8000120 - -31:0 - -1f003f30 - - - -1f000200 - -CPU Clock Control -
-

-

DDR PLL INIT

-

Register ( slcr )DDR_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CFG - -0XF8000114 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -2 - -20 - -Drive the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control. -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drive the PLL_CP[3:0] input of the PLL to set the PLL charge pump control. -
-LOCK_CNT - -21:12 - -3ff000 - -12c - -12c000 - -Drive the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned with a certain window before staying locked. -
-DDR_PLL_CFG@0XF8000114 - -31:0 - -3ffff0 - - - -12c220 - -DDR PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -20 - -20000 - -Provide the feedback divisor for the PLL. Note: Before changing this value, the PLL must first be bypassed and then put into reset mode. Refer to the Zynq-7000 TRM, UG585, Clocks chapter for CP/RES/CNT values for the PLL. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -7f000 - - - -20000 - -DDR PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -DDR PLL Bypass override control: PLL_BYPASS_QUAL = 0 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL = 1 (QUAL bit default value) 0: PLL mode is set based on pin strap setting. 1: PLL bypass is enabled regardless of the pin strapping. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -10 - - - -10 - -DDR PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -PLL reset control: 0: de-assert (PLL operating) 1: assert (PLL held in reset) -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -1 - - - -1 - -DDR PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -PLL reset control: 0: de-assert (PLL operating) 1: assert (PLL held in reset) -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -1 - - - -0 - -DDR PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DDR_PLL_LOCK - -1:1 - -2 - -1 - -2 - -DDR PLL lock status: 0: not locked, 1: locked -
-PLL_STATUS@0XF800010C - -31:0 - -2 - - - -2 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -DDR PLL Bypass override control: PLL_BYPASS_QUAL = 0 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL = 1 (QUAL bit default value) 0: PLL mode is set based on pin strap setting. 1: PLL bypass is enabled regardless of the pin strapping. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -10 - - - -0 - -DDR PLL Control -
-

-

Register ( slcr )DDR_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_CLK_CTRL - -0XF8000124 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DDR_3XCLKACT - -0:0 - -1 - -1 - -1 - -DDR_3x Clock control: 0: disable, 1: enable -
-DDR_2XCLKACT - -1:1 - -2 - -1 - -2 - -DDR_2x Clock control: 0: disable, 1: enable -
-DDR_3XCLK_DIVISOR - -25:20 - -3f00000 - -2 - -200000 - -Frequency divisor for the ddr_3x clock -
-DDR_2XCLK_DIVISOR - -31:26 - -fc000000 - -3 - -c000000 - -Frequency divisor for the ddr_2x clock -
-DDR_CLK_CTRL@0XF8000124 - -31:0 - -fff00003 - - - -c200003 - -DDR Clock Control -
-

-

IO PLL INIT

-

Register ( slcr )IO_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CFG - -0XF8000118 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -4 - -40 - -Drive the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control. -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drive the PLL_CP[3:0] input of the PLL to set the PLL charge pump control. -
-LOCK_CNT - -21:12 - -3ff000 - -fa - -fa000 - -Drive the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned with a certain window before staying locked. -
-IO_PLL_CFG@0XF8000118 - -31:0 - -3ffff0 - - - -fa240 - -IO PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -30 - -30000 - -Provide the feedback divisor for the PLL. Note: Before changing this value, the PLL must first be bypassed and then put into reset mode. Refer to the Zynq-7000 TRM, UG585, Clocks chapter for CP/RES/CNT values for programming the PLL. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -7f000 - - - -30000 - -IO PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -IO PLL Bypass override control: PLL_BYPASS_QUAL = 0 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL = 1 (QUAL bit default value) 0: PLL mode is set based on pin strap setting. 1: PLL bypass is enabled regardless of the pin strapping. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -10 - - - -10 - -IO PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -PLL Reset control: 0: de-assert (PLL operating) 1: assert (PLL held in reset) -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -1 - - - -1 - -IO PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -PLL Reset control: 0: de-assert (PLL operating) 1: assert (PLL held in reset) -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -1 - - - -0 - -IO PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IO_PLL_LOCK - -2:2 - -4 - -1 - -4 - -IO PLL lock status: 0: not locked, 1: locked -
-PLL_STATUS@0XF800010C - -31:0 - -4 - - - -4 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -IO PLL Bypass override control: PLL_BYPASS_QUAL = 0 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL = 1 (QUAL bit default value) 0: PLL mode is set based on pin strap setting. 1: PLL bypass is enabled regardless of the pin strapping. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -10 - - - -0 - -IO PLL Control -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -Write the lock key, 0x767B, to write protect the slcr registers: all slcr registers, 0xF800_0000 to 0xF800_0B74, are write protected until the unlock key is written to the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_clock_init_data_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DCI_CLK_CTRL - - -0XF8000128 - -32 - -RW - -0x000000 - -DCI clock control -
- -UART_CLK_CTRL - - -0XF8000154 - -32 - -RW - -0x000000 - -UART Ref Clock Control -
- -PCAP_CLK_CTRL - - -0XF8000168 - -32 - -RW - -0x000000 - -PCAP Clock Control -
- -FPGA0_CLK_CTRL - - -0XF8000170 - -32 - -RW - -0x000000 - -PL Clock 0 Output control -
- -CLK_621_TRUE - - -0XF80001C4 - -32 - -RW - -0x000000 - -CPU Clock Ratio Mode select -
- -APER_CLK_CTRL - - -0XF800012C - -32 - -RW - -0x000000 - -AMBA Peripheral Clock Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_clock_init_data_3_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -Write the unlock key, 0xDF0D, to enable writes to the slcr registers. All slcr registers, 0xF800_0000 to 0xF800_0B74, are writeable until locked using the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

CLOCK CONTROL SLCR REGISTERS

-

Register ( slcr )DCI_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DCI_CLK_CTRL - -0XF8000128 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT - -0:0 - -1 - -1 - -1 - -DCI clock control - 0: disable, 1: enable -
-DIVISOR0 - -13:8 - -3f00 - -f - -f00 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-DIVISOR1 - -25:20 - -3f00000 - -7 - -700000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. Second cascade divider -
-DCI_CLK_CTRL@0XF8000128 - -31:0 - -3f03f01 - - - -700f01 - -DCI clock control -
-

-

Register ( slcr )UART_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-UART_CLK_CTRL - -0XF8000154 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT0 - -0:0 - -1 - -1 - -1 - -UART 0 Reference clock control. 0: disable, 1: enable -
-CLKACT1 - -1:1 - -2 - -0 - -0 - -UART 1 reference clock active: 0: Clock is disabled 1: Clock is enabled -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Selects the PLL source to generate the clock. 0x: IO PLL 10: ARM PLL 11: DDR PLL -
-DIVISOR - -13:8 - -3f00 - -10 - -1000 - -Divisor for UART Controller source clock. -
-UART_CLK_CTRL@0XF8000154 - -31:0 - -3f33 - - - -1001 - -UART Ref Clock Control -
-

-

TRACE CLOCK

-

Register ( slcr )PCAP_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PCAP_CLK_CTRL - -0XF8000168 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT - -0:0 - -1 - -1 - -1 - -Clock active: 0: Clock is disabled 1: Clock is enabled -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Select the source used to generate the clock: 0x: Source for generated clock is IO PLL. 10: Source for generated clock is ARM PLL. 11: Source for generated clock is DDR PLL. -
-DIVISOR - -13:8 - -3f00 - -8 - -800 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-PCAP_CLK_CTRL@0XF8000168 - -31:0 - -3f31 - - - -801 - -PCAP Clock Control -
-

-

Register ( slcr )FPGA0_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-FPGA0_CLK_CTRL - -0XF8000170 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Select the source used to generate the clock: 0x: Source for generated clock is IO PLL. 10: Source for generated clock is ARM PLL. 11: Source for generated clock is DDR PLL. -
-DIVISOR0 - -13:8 - -3f00 - -4 - -400 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. First cascade divider. -
-DIVISOR1 - -25:20 - -3f00000 - -2 - -200000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. Second cascade divide -
-FPGA0_CLK_CTRL@0XF8000170 - -31:0 - -3f03f30 - - - -200400 - -PL Clock 0 Output control -
-

-

Register ( slcr )CLK_621_TRUE

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CLK_621_TRUE - -0XF80001C4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLK_621_TRUE - -0:0 - -1 - -1 - -1 - -Select the CPU clock ratio: (When this register changes, no access are allowed to OCM.) 0: 4:2:1 1: 6:2:1 -
-CLK_621_TRUE@0XF80001C4 - -31:0 - -1 - - - -1 - -CPU Clock Ratio Mode select -
-

-

Register ( slcr )APER_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-APER_CLK_CTRL - -0XF800012C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DMA_CPU_2XCLKACT - -0:0 - -1 - -1 - -1 - -DMA controller AMBA Clock control 0: disable, 1: enable -
-USB0_CPU_1XCLKACT - -2:2 - -4 - -1 - -4 - -USB controller 0 AMBA Clock control 0: disable, 1: enable -
-USB1_CPU_1XCLKACT - -3:3 - -8 - -1 - -8 - -USB controller 1 AMBA Clock control 0: disable, 1: enable -
-GEM0_CPU_1XCLKACT - -6:6 - -40 - -0 - -0 - -Gigabit Ethernet 0 AMBA Clock control 0: disable, 1: enable -
-GEM1_CPU_1XCLKACT - -7:7 - -80 - -0 - -0 - -Gigabit Ethernet 1 AMBA Clock control 0: disable, 1: enable -
-SDI0_CPU_1XCLKACT - -10:10 - -400 - -0 - -0 - -SDIO controller 0 AMBA Clock 0: disable, 1: enable -
-SDI1_CPU_1XCLKACT - -11:11 - -800 - -0 - -0 - -SDIO controller 1 AMBA Clock control 0: disable, 1: enable -
-SPI0_CPU_1XCLKACT - -14:14 - -4000 - -0 - -0 - -SPI 0 AMBA Clock control 0: disable, 1: enable -
-SPI1_CPU_1XCLKACT - -15:15 - -8000 - -0 - -0 - -SPI 1 AMBA Clock control 0: disable, 1: enable -
-CAN0_CPU_1XCLKACT - -16:16 - -10000 - -0 - -0 - -CAN 0 AMBA Clock control 0: disable, 1: enable -
-CAN1_CPU_1XCLKACT - -17:17 - -20000 - -0 - -0 - -CAN 1 AMBA Clock control 0: disable, 1: enable -
-I2C0_CPU_1XCLKACT - -18:18 - -40000 - -1 - -40000 - -I2C 0 AMBA Clock control 0: disable, 1: enable -
-I2C1_CPU_1XCLKACT - -19:19 - -80000 - -1 - -80000 - -I2C 1 AMBA Clock control 0: disable, 1: enable -
-UART0_CPU_1XCLKACT - -20:20 - -100000 - -1 - -100000 - -UART 0 AMBA Clock control 0: disable, 1: enable -
-UART1_CPU_1XCLKACT - -21:21 - -200000 - -0 - -0 - -UART 1 AMBA Clock control 0: disable, 1: enable -
-GPIO_CPU_1XCLKACT - -22:22 - -400000 - -1 - -400000 - -GPIO AMBA Clock control 0: disable, 1: enable -
-LQSPI_CPU_1XCLKACT - -23:23 - -800000 - -0 - -0 - -Quad SPI AMBA Clock control 0: disable, 1: enable -
-SMC_CPU_1XCLKACT - -24:24 - -1000000 - -1 - -1000000 - -SMC AMBA Clock control 0: disable, 1: enable -
-APER_CLK_CTRL@0XF800012C - -31:0 - -1ffcccd - - - -15c000d - -AMBA Peripheral Clock Control -
-

-

THIS SHOULD BE BLANK

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -Write the lock key, 0x767B, to write protect the slcr registers: all slcr registers, 0xF800_0000 to 0xF800_0B74, are write protected until the unlock key is written to the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_ddr_init_data_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -ddrc_ctrl - - -0XF8006000 - -32 - -RW - -0x000000 - -DDRC Control -
- -Two_rank_cfg - - -0XF8006004 - -32 - -RW - -0x000000 - -Two Rank Configuration -
- -HPR_reg - - -0XF8006008 - -32 - -RW - -0x000000 - -HPR Queue control -
- -LPR_reg - - -0XF800600C - -32 - -RW - -0x000000 - -LPR Queue control -
- -WR_reg - - -0XF8006010 - -32 - -RW - -0x000000 - -WR Queue control -
- -DRAM_param_reg0 - - -0XF8006014 - -32 - -RW - -0x000000 - -DRAM Parameters 0 -
- -DRAM_param_reg1 - - -0XF8006018 - -32 - -RW - -0x000000 - -DRAM Parameters 1 -
- -DRAM_param_reg2 - - -0XF800601C - -32 - -RW - -0x000000 - -DRAM Parameters 2 -
- -DRAM_param_reg3 - - -0XF8006020 - -32 - -RW - -0x000000 - -DRAM Parameters 3 -
- -DRAM_param_reg4 - - -0XF8006024 - -32 - -RW - -0x000000 - -DRAM Parameters 4 -
- -DRAM_init_param - - -0XF8006028 - -32 - -RW - -0x000000 - -DRAM Initialization Parameters -
- -DRAM_EMR_reg - - -0XF800602C - -32 - -RW - -0x000000 - -DRAM EMR2, EMR3 access -
- -DRAM_EMR_MR_reg - - -0XF8006030 - -32 - -RW - -0x000000 - -DRAM EMR, MR access -
- -DRAM_burst8_rdwr - - -0XF8006034 - -32 - -RW - -0x000000 - -DRAM Burst 8 read/write -
- -DRAM_disable_DQ - - -0XF8006038 - -32 - -RW - -0x000000 - -DRAM Disable DQ -
- -DRAM_addr_map_bank - - -0XF800603C - -32 - -RW - -0x000000 - -Row/Column address bits -
- -DRAM_addr_map_col - - -0XF8006040 - -32 - -RW - -0x000000 - -Column address bits -
- -DRAM_addr_map_row - - -0XF8006044 - -32 - -RW - -0x000000 - -Select DRAM row address bits -
- -DRAM_ODT_reg - - -0XF8006048 - -32 - -RW - -0x000000 - -DRAM ODT control -
- -phy_cmd_timeout_rddata_cpt - - -0XF8006050 - -32 - -RW - -0x000000 - -PHY command time out and read data capture FIFO -
- -DLL_calib - - -0XF8006058 - -32 - -RW - -0x000000 - -DLL calibration -
- -ODT_delay_hold - - -0XF800605C - -32 - -RW - -0x000000 - -ODT delay and ODT hold -
- -ctrl_reg1 - - -0XF8006060 - -32 - -RW - -0x000000 - -Controller 1 -
- -ctrl_reg2 - - -0XF8006064 - -32 - -RW - -0x000000 - -Controller 2 -
- -ctrl_reg3 - - -0XF8006068 - -32 - -RW - -0x000000 - -Controller 3 -
- -ctrl_reg4 - - -0XF800606C - -32 - -RW - -0x000000 - -Controller 4 -
- -ctrl_reg5 - - -0XF8006078 - -32 - -RW - -0x000000 - -Controller register 5 -
- -ctrl_reg6 - - -0XF800607C - -32 - -RW - -0x000000 - -Controller register 6 -
- -CHE_T_ZQ - - -0XF80060A4 - -32 - -RW - -0x000000 - -ZQ parameters -
- -CHE_T_ZQ_Short_Interval_Reg - - -0XF80060A8 - -32 - -RW - -0x000000 - -Misc parameters -
- -deep_pwrdwn_reg - - -0XF80060AC - -32 - -RW - -0x000000 - -Deep powerdown (LPDDR2) -
- -reg_2c - - -0XF80060B0 - -32 - -RW - -0x000000 - -Training control -
- -reg_2d - - -0XF80060B4 - -32 - -RW - -0x000000 - -Misc Debug -
- -dfi_timing - - -0XF80060B8 - -32 - -RW - -0x000000 - -DFI timing -
- -CHE_ECC_CONTROL_REG_OFFSET - - -0XF80060C4 - -32 - -RW - -0x000000 - -ECC error clear -
- -CHE_CORR_ECC_LOG_REG_OFFSET - - -0XF80060C8 - -32 - -RW - -0x000000 - -ECC error correction -
- -CHE_UNCORR_ECC_LOG_REG_OFFSET - - -0XF80060DC - -32 - -RW - -0x000000 - -ECC unrecoverable error status -
- -CHE_ECC_STATS_REG_OFFSET - - -0XF80060F0 - -32 - -RW - -0x000000 - -ECC error count -
- -ECC_scrub - - -0XF80060F4 - -32 - -RW - -0x000000 - -ECC mode/scrub -
- -phy_rcvr_enable - - -0XF8006114 - -32 - -RW - -0x000000 - -Phy receiver enable register -
- -PHY_Config - - -0XF8006118 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config - - -0XF800611C - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config - - -0XF8006120 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config - - -0XF8006124 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -phy_init_ratio - - -0XF800612C - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio - - -0XF8006130 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio - - -0XF8006134 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio - - -0XF8006138 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF8006140 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF8006144 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF8006148 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF800614C - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF8006154 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF8006158 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF800615C - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF8006160 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_we_cfg - - -0XF8006168 - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 0. -
- -phy_we_cfg - - -0XF800616C - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 0. -
- -phy_we_cfg - - -0XF8006170 - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 0. -
- -phy_we_cfg - - -0XF8006174 - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 0. -
- -wr_data_slv - - -0XF800617C - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 0. -
- -wr_data_slv - - -0XF8006180 - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 0. -
- -wr_data_slv - - -0XF8006184 - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 0. -
- -wr_data_slv - - -0XF8006188 - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 0. -
- -reg_64 - - -0XF8006190 - -32 - -RW - -0x000000 - -Training control 2 -
- -reg_65 - - -0XF8006194 - -32 - -RW - -0x000000 - -Training control 3 -
- -page_mask - - -0XF8006204 - -32 - -RW - -0x000000 - -Page mask -
- -axi_priority_wr_port - - -0XF8006208 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port - - -0XF800620C - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port - - -0XF8006210 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port - - -0XF8006214 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_rd_port - - -0XF8006218 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port - - -0XF800621C - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port - - -0XF8006220 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port - - -0XF8006224 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -lpddr_ctrl0 - - -0XF80062A8 - -32 - -RW - -0x000000 - -LPDDR2 Control 0 -
- -lpddr_ctrl1 - - -0XF80062AC - -32 - -RW - -0x000000 - -LPDDR2 Control 1 -
- -lpddr_ctrl2 - - -0XF80062B0 - -32 - -RW - -0x000000 - -LPDDR2 Control 2 -
- -lpddr_ctrl3 - - -0XF80062B4 - -32 - -RW - -0x000000 - -LPDDR2 Control 3 -
- -ddrc_ctrl - - -0XF8006000 - -32 - -RW - -0x000000 - -DDRC Control -
-

-

ps7_ddr_init_data_3_0

- - - - - - - - - -

DDR INITIALIZATION

-

LOCK DDR

-

Register ( slcr )ddrc_ctrl

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ddrc_ctrl - -0XF8006000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_soft_rstb - -0:0 - -1 - -0 - -0 - -Active low soft reset. Update during normal operation. 0: Resets the controller 1: Takes the controller out of reset. Dynamic Bit Field. Note: Software changes DRAM controller register values only when the controller is in the reset state, except for bit fields that can be dymanically updated. -
-reg_ddrc_powerdown_en - -1:1 - -2 - -0 - -0 - -Controller power down control. Update during normal operation. Enable the controller to powerdown after it becomes idle. Dynamic Bit Field. 0: disable 1: enable -
-reg_ddrc_data_bus_width - -3:2 - -c - -0 - -0 - -DDR bus width control 00: 32-bit 01: 16-bit 1x: reserved -
-reg_ddrc_burst8_refresh - -6:4 - -70 - -0 - -0 - -Refresh timeout. Programmed value plus one will be the number of refresh timeouts that will be allowed to accumulate before traffic is blocked and the refreshes are forced to execute. Closing pages to perform a refresh is a one-time penalty that must be paid for each group of refreshes; therefore, performing refreshes in a burst reduces the per-refresh penalty of these page closings. Higher numbers for burst_of_N_refresh slightly increases utilization; lower numbers decreases the worst-case latency associated with refreshes. 0: single refresh 1: burst-of-2 ... 7: burst-of-8 refresh -
-reg_ddrc_rdwr_idle_gap - -13:7 - -3f80 - -1 - -80 - -When the preferred transaction store is empty for this many clock cycles, switch to the alternate transaction store if it is non-empty. The read transaction store (both high and low priority) is the default preferred transaction store and the write transaction store is the alternate store. When 'Prefer write over read' is set this is reversed. -
-reg_ddrc_dis_rd_bypass - -14:14 - -4000 - -0 - -0 - -Only present in designs supporting read bypass. For Debug only. 0: Do not disable bypass path for high priority read page hits. 1: disable bypass path for high priority read page hits. -
-reg_ddrc_dis_act_bypass - -15:15 - -8000 - -0 - -0 - -Only present in designs supporting activate bypass. For Debug only. 0: Do not disable bypass path for high priority read activates. 1: disable bypass path for high priority read activates. -
-reg_ddrc_dis_auto_refresh - -16:16 - -10000 - -0 - -0 - -Disable auto-refresh. 0: do not disable auto-refresh. 1: disable auto-refresh. Dynamic Bit Field. Note: When this transitions from 0 to 1, any pending refreshes will be immediately scheduled by the controller. -
-ddrc_ctrl@0XF8006000 - -31:0 - -1ffff - - - -80 - -DDRC Control -
-

-

Register ( slcr )Two_rank_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Two_rank_cfg - -0XF8006004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_rfc_nom_x32 - -11:0 - -fff - -82 - -82 - -tREFI - Average time between refreshes. Unit: in multiples of 32 clocks. DRAM related. Default value is set for DDR3. Dynamic Bit Field. -
-reserved_reg_ddrc_active_ranks - -13:12 - -3000 - -1 - -1000 - -Reserved. Do not modify. -
-reg_ddrc_addrmap_cs_bit0 - -18:14 - -7c000 - -0 - -0 - -Only present for multi-rank configurations. Selects the address bit used as rank address bit 0. Valid Range: 0 to 25, and 31 Internal Base: 9. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 31, rank address bit 0 is set to 0. -
-Two_rank_cfg@0XF8006004 - -31:0 - -7ffff - - - -1082 - -Two Rank Configuration -
-

-

Register ( slcr )HPR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-HPR_reg - -0XF8006008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_hpr_min_non_critical_x32 - -10:0 - -7ff - -f - -f - -Number of counts that the HPR queue is guaranteed to be non-critical (1 count = 32 DDR clocks). -
-reg_ddrc_hpr_max_starve_x32 - -21:11 - -3ff800 - -f - -7800 - -Number of clocks that the HPR queue can be starved before it goes critical. Unit: 32 clocks -
-reg_ddrc_hpr_xact_run_length - -25:22 - -3c00000 - -f - -3c00000 - -Number of transactions that will be serviced once the HPR queue goes critical is the smaller of this number and the number of transactions available. -
-HPR_reg@0XF8006008 - -31:0 - -3ffffff - - - -3c0780f - -HPR Queue control -
-

-

Register ( slcr )LPR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LPR_reg - -0XF800600C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_lpr_min_non_critical_x32 - -10:0 - -7ff - -1 - -1 - -Number of clocks that the LPR queue is guaranteed to be non-critical. Unit: 32 clocks -
-reg_ddrc_lpr_max_starve_x32 - -21:11 - -3ff800 - -2 - -1000 - -Number of clocks that the LPR queue can be starved before it goes critical. Unit: 32 clocks -
-reg_ddrc_lpr_xact_run_length - -25:22 - -3c00000 - -8 - -2000000 - -Number of transactions that will be serviced once the LPR queue goes critical is the smaller of this number and the number of transactions available -
-LPR_reg@0XF800600C - -31:0 - -3ffffff - - - -2001001 - -LPR Queue control -
-

-

Register ( slcr )WR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-WR_reg - -0XF8006010 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_w_min_non_critical_x32 - -10:0 - -7ff - -1 - -1 - -Number of clock cycles that the WR queue is guaranteed to be non-critical. -
-reg_ddrc_w_xact_run_length - -14:11 - -7800 - -8 - -4000 - -Number of transactions that will be serviced once the WR queue goes critical is the smaller of this number and the number of transactions available -
-reg_ddrc_w_max_starve_x32 - -25:15 - -3ff8000 - -2 - -10000 - -Number of clocks that the Write queue can be starved before it goes critical. Unit: 32 clocks. FOR PERFORMANCE ONLY. -
-WR_reg@0XF8006010 - -31:0 - -3ffffff - - - -14001 - -WR Queue control -
-

-

Register ( slcr )DRAM_param_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg0 - -0XF8006014 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_rc - -5:0 - -3f - -1b - -1b - -tRC - Min time between activates to same bank (spec: 65 ns for DDR2-400 and smaller for faster parts). DRAM Related. Default value is set for DDR3. -
-reg_ddrc_t_rfc_min - -13:6 - -3fc0 - -56 - -1580 - -tRFC(min) - Minimum time from refresh to refresh or activate (spec: 75nS to 195nS). DRAM Related. Default value is set for DDR3. Dynamic Bit Field. -
-reg_ddrc_post_selfref_gap_x32 - -20:14 - -1fc000 - -10 - -40000 - -Minimum time to wait after coming out of self refresh before doing anything. This must be bigger than all the constraints that exist. (spec: Maximum of tXSNR and tXSRD and tXSDLL which is 512 clocks). Unit: in multiples of 32 clocks. DRAM Related -
-DRAM_param_reg0@0XF8006014 - -31:0 - -1fffff - - - -4159b - -DRAM Parameters 0 -
-

-

Register ( slcr )DRAM_param_reg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg1 - -0XF8006018 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_wr2pre - -4:0 - -1f - -13 - -13 - -Minimum time between write and precharge to same bank DDR and DDR3: WL + BL/2 + tWR LPDDR2: WL + BL/2 + tWR + 1 Unit: Clocks where, WL: write latency. BL: burst length. This must match the value programmed in the BL bit of the mode register to the DRAM. BST is not supported at present. tWR: write recovery time. This comes directly from the DRAM specs. -
-reg_ddrc_powerdown_to_x32 - -9:5 - -3e0 - -6 - -c0 - -After this many clocks of NOP or DESELECT the controller will put the DRAM into power down. This must be enabled in the Master Control Register. Unit: Multiples of 32 clocks. -
-reg_ddrc_t_faw - -15:10 - -fc00 - -16 - -5800 - -tFAW - At most 4 banks must be activated in a rolling window of tFAW cycles. Unit: clocks. DRAM Related. -
-reg_ddrc_t_ras_max - -21:16 - -3f0000 - -24 - -240000 - -tRAS(max) - Maximum time between activate and precharge to same bank. Maximum time that a page can be kept open (spec is 70 us). If this is zero. The page is closed after each transaction. Unit: Multiples of 1024 clocks DRAM related. -
-reg_ddrc_t_ras_min - -26:22 - -7c00000 - -13 - -4c00000 - -tRAS(min) - Minimum time between activate and precharge to the same bank (spec is 45 ns). Unit: clocks DRAM related. Default value is set for DDR3. -
-reg_ddrc_t_cke - -31:28 - -f0000000 - -4 - -40000000 - -Minimum number of cycles of CKE HIGH/LOW during power down and self refresh. DDR2 and DDR3: Set this to tCKE value. LPDDR2: Set this to the larger of tCKE or tCKESR. Unit: clocks. -
-DRAM_param_reg1@0XF8006018 - -31:0 - -f7ffffff - - - -44e458d3 - -DRAM Parameters 1 -
-

-

Register ( slcr )DRAM_param_reg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg2 - -0XF800601C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_write_latency - -4:0 - -1f - -5 - -5 - -Time from write command to write data on DDRC to PHY Interface. (PHY adds an extra flop delay on the write data path; hence this value is one less than the write latency of the DRAM device itself). DDR2 and DDR3: WL -1 LPDDR2: WL Where WL: Write Latency of DRAM DRAM related. In non-LPDDR mode, the minimum DRAM Write Latency (DDR2) supported is 3. In LPDDR mode, the required DRAM Write Latency of 1 is supported. Since write latency (CWL) min is 3, and DDR2 CWL is CL-1, the min (DDR2) CL supported is 4 -
-reg_ddrc_rd2wr - -9:5 - -3e0 - -7 - -e0 - -Minimum time from read command to write command. Include time for bus turnaround and all per-bank, per-rank, and global constraints. DDR2 and DDR3: RL + BL/2 + 2 - WL LPDDR2: RL + BL/2 + RU (tDQSCKmax / tCK) + 1 - WL Write Pre-amble and DQ/DQS jitter timer is included in the above equation. DRAM RELATED. -
-reg_ddrc_wr2rd - -14:10 - -7c00 - -f - -3c00 - -Minimum time from write command to read command. Includes time for bus turnaround and recovery times and all per-bank, per-rank, and global constraints. DDR2 and DDR3: WL + tWTR + BL/2 LPDDR2: WL + tWTR + BL/2 + 1 Unit: clocks. Where, WL: Write latency, BL: burst length. This should match the value. Programmed in the BL bit of the mode register to the DRAM. tWTR: internal WRITE to READ command delay. This comes directly from the DRAM specs. -
-reg_ddrc_t_xp - -19:15 - -f8000 - -5 - -28000 - -tXP: Minimum time after power down exit to any operation. DRAM related. -
-reg_ddrc_pad_pd - -22:20 - -700000 - -0 - -0 - -If pads have a power-saving mode, this is the greater of the time for the pads to enter power down or the time for the pads to exit power down. Used only in non-DFI designs. Unit: clocks. -
-reg_ddrc_rd2pre - -27:23 - -f800000 - -5 - -2800000 - -Minimum time from read to precharge of same bank DDR2: AL + BL/2 + max(tRTP, 2) - 2 DDR3: AL + max (tRTP, 4) LPDDR2: BL/2 + tRTP - 1 AL: Additive Latency; BL: DRAM Burst Length; tRTP: value from spec. DRAM related. -
-reg_ddrc_t_rcd - -31:28 - -f0000000 - -7 - -70000000 - -tRCD - AL Minimum time from activate to read or write command to same bank Min value for this is 1. AL = Additive Latency. DRAM Related. -
-DRAM_param_reg2@0XF800601C - -31:0 - -ffffffff - - - -7282bce5 - -DRAM Parameters 2 -
-

-

Register ( slcr )DRAM_param_reg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg3 - -0XF8006020 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_ccd - -4:2 - -1c - -4 - -10 - -tCCD - Minimum time between two reads or two writes (from bank a to bank b) is this value + 1. DRAM related. -
-reg_ddrc_t_rrd - -7:5 - -e0 - -6 - -c0 - -tRRD - Minimum time between activates from bank A to bank B. (spec: 10ns or less) DRAM RELATED -
-reg_ddrc_refresh_margin - -11:8 - -f00 - -2 - -200 - -Issue critical refresh or page close this many cycles before the critical refresh or page timer expires. It is recommended that this not be changed from the default value. -
-reg_ddrc_t_rp - -15:12 - -f000 - -7 - -7000 - -tRP - Minimum time from precharge to activate of same bank. DRAM RELATED -
-reg_ddrc_refresh_to_x32 - -20:16 - -1f0000 - -8 - -80000 - -If the refresh timer (tRFC_nom, as known as tREFI) has expired at least once, but it has not expired burst_of_N_refresh times yet, then a 'speculative refresh' may be performed. A speculative refresh is a refresh performed at a time when refresh would be useful, but before it is absolutely required. When the DRAM bus is idle for a period of time determined by this refresh idle timeout and the refresh timer has expired at least once since the last refresh, then a 'speculative refresh' will be performed. Speculative refreshes will continue successively until there are no refreshes pending or until new reads or writes are issued to the controller. Dynamic Bit Field. -
-reg_ddrc_mobile - -22:22 - -400000 - -0 - -0 - -0: DDR2 or DDR3 device. 1: LPDDR2 device. -
-reg_ddrc_en_dfi_dram_clk_disable - -23:23 - -800000 - -0 - -0 - -Enables the assertion of ddrc_dfi_dram_clk_disable. In DDR2/DDR3, only asserted in Self Refresh. In mDDR/LPDDR2, can be asserted in following: - during normal operation (Clock Stop), - in Power Down - in Self Refresh - In Deep Power Down -
-reg_ddrc_read_latency - -28:24 - -1f000000 - -7 - -7000000 - -Non-LPDDR2: not used. DDR2 and DDR3: Set to Read Latency, RL. Time from Read command to Read data on DRAM interface. It is used to calculate when DRAM clock may be stopped. Unit: DDR clock. -
-reg_phy_mode_ddr1_ddr2 - -29:29 - -20000000 - -1 - -20000000 - -unused -
-reg_ddrc_dis_pad_pd - -30:30 - -40000000 - -0 - -0 - -1: disable the pad power down feature 0: Enable the pad power down feature. -
-DRAM_param_reg3@0XF8006020 - -31:0 - -7fdffffc - - - -270872d0 - -DRAM Parameters 3 -
-

-

Register ( slcr )DRAM_param_reg4

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg4 - -0XF8006024 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_en_2t_timing_mode - -0:0 - -1 - -0 - -0 - -1: DDRC will use 2T timing 0: DDRC will use 1T timing -
-reg_ddrc_prefer_write - -1:1 - -2 - -0 - -0 - -1: Bank selector prefers writes over reads -
-reg_ddrc_mr_wr - -6:6 - -40 - -0 - -0 - -A low to high signal on this signal will do a mode register write or read. Controller will accept this command, if this signal is detected high and "ddrc_reg_mr_wr_busy" is detected low. -
-reg_ddrc_mr_addr - -8:7 - -180 - -0 - -0 - -DDR2 and DDR3: Mode register address. LPDDR2: not used. 00: MR0 01: MR1 10: MR2 11: MR3 -
-reg_ddrc_mr_data - -24:9 - -1fffe00 - -0 - -0 - -DDR2 and DDR3: Mode register write data. LPDDR2: The 16 bits are interpreted for reads and writes: Reads: MR Addr[7:0], Don't Care[7:0]. Writes: MR Addf[7:0], MR Data[7:0]. -
-ddrc_reg_mr_wr_busy - -25:25 - -2000000 - -0 - -0 - -Core must initiate a MR write / read operation only if this signal is low. This signal goes high in the clock after the controller accepts the write / read request. It goes low when (i) MR write command has been issued to the DRAM (ii) MR Read data has been returned to Controller. Any MR write / read command that is received when 'ddrc_reg_mr_wr_busy' is high is not accepted. 0: Indicates that the core can initiate a mode register write / read operation. 1: Indicates that mode register write / read operation is in progress. -
-reg_ddrc_mr_type - -26:26 - -4000000 - -0 - -0 - -Indicates whether the Mode register operation is read or write 0: write 1: read -
-reg_ddrc_mr_rdata_valid - -27:27 - -8000000 - -0 - -0 - -This bit indicates whether the Mode Register Read Data present at address 0xA9 is valid or not. This bit is 0 by default. This bit will be cleared (0), whenever a Mode Register Read command is issued. This bit will be set to 1, when the Mode Register Read Data is written to register 0xA9. -
-DRAM_param_reg4@0XF8006024 - -31:0 - -fffffc3 - - - -0 - -DRAM Parameters 4 -
-

-

Register ( slcr )DRAM_init_param

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_init_param - -0XF8006028 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_final_wait_x32 - -6:0 - -7f - -7 - -7 - -Cycles to wait after completing the DRAM init sequence before starting the dynamic scheduler. Units are in counts of a global timer that pulses every 32 clock cycles. Default value is set for DDR3. -
-reg_ddrc_pre_ocd_x32 - -10:7 - -780 - -0 - -0 - -Wait period before driving the 'OCD Complete' command to DRAM. Units are in counts of a global timer that pulses every 32 clock cycles. There is no known spec requirement for this. It may be set to zero. -
-reg_ddrc_t_mrd - -13:11 - -3800 - -4 - -2000 - -tMRD - Cycles between Load Mode commands. DRAM related. Default value is set for DDR3. -
-DRAM_init_param@0XF8006028 - -31:0 - -3fff - - - -2007 - -DRAM Initialization Parameters -
-

-

Register ( slcr )DRAM_EMR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_EMR_reg - -0XF800602C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_emr2 - -15:0 - -ffff - -8 - -8 - -DDR2: Value loaded into EMR2 register DDR3: Value loaded into MR2 register LPDDR2: Value loaded into MR3 register -
-reg_ddrc_emr3 - -31:16 - -ffff0000 - -0 - -0 - -DDR2: Value loaded into EMR3 register DDR3: Value loaded into MR3 register. Set Bit[2:0] to 3'b000. These bits are set appropriately by the Controller during Read Data eye training and Read DQS gate leveling. LPDDR2: Unused -
-DRAM_EMR_reg@0XF800602C - -31:0 - -ffffffff - - - -8 - -DRAM EMR2, EMR3 access -
-

-

Register ( slcr )DRAM_EMR_MR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_EMR_MR_reg - -0XF8006030 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_mr - -15:0 - -ffff - -b30 - -b30 - -DDR2: Value loaded into MR register. (Bit[8] is for DLL and the setting here is ignored. Controller sets this bit appropriately DDR3: Value loaded into MR0 register. LPDDR2: Value loaded into MR1 register -
-reg_ddrc_emr - -31:16 - -ffff0000 - -4 - -40000 - -DDR2: Value loaded into EMR1register. (Bits[9:7] are for OCD and the setting in this reg is ignored. Controller sets this bits appropriately during initialization DDR3: Value loaded into MR1 register. Set Bit[7] to 0. This bit is set appropriately by the Controller during Write Leveling LPDDR2: Value loaded into MR2 register -
-DRAM_EMR_MR_reg@0XF8006030 - -31:0 - -ffffffff - - - -40b30 - -DRAM EMR, MR access -
-

-

Register ( slcr )DRAM_burst8_rdwr

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_burst8_rdwr - -0XF8006034 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_burst_rdwr - -3:0 - -f - -4 - -4 - -Controls the burst size used to access the DRAM. This must match the BL mode register setting in the DRAM. 0010: Burst length of 4 0100: Burst length of 8 1000: Burst length of 16 (LPDDR2 with ___-bit data) All other values are reserved -
-reg_ddrc_pre_cke_x1024 - -13:4 - -3ff0 - -16d - -16d0 - -Clock cycles to wait after a DDR software reset before driving CKE high to start the DRAM initialization sequence. Units: 1024 clock cycles. DDR2 Specifications typically require this to be programmed for a delay of >= 200 uS. LPDDR2 - tINIT0 of 20 mS (max) + tINIT1 of 100 nS (min) -
-reg_ddrc_post_cke_x1024 - -25:16 - -3ff0000 - -1 - -10000 - -Clock cycles to wait after driving CKE high to start the DRAM initialization sequence. Units: 1024 clocks. DDR2 typically require a 400 ns delay, requiring this value to be programmed to 2 at all clock speeds. LPDDR2 - Typically require this to be programmed for a delay of 200 us. -
-reg_ddrc_burstchop - -28:28 - -10000000 - -0 - -0 - -Feature not supported. When 1, Controller is out in burstchop mode. -
-DRAM_burst8_rdwr@0XF8006034 - -31:0 - -13ff3fff - - - -116d4 - -DRAM Burst 8 read/write -
-

-

Register ( slcr )DRAM_disable_DQ

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_disable_DQ - -0XF8006038 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_force_low_pri_n - -0:0 - -1 - -0 - -0 - -Read Transaction Priority disable. 0: read transactions forced to low priority (turns off Bypass). 1: HPR reads allowed if enabled in the AXI priority read registers. -
-reg_ddrc_dis_dq - -1:1 - -2 - -0 - -0 - -When 1, DDRC will not de-queue any transactions from the CAM. Bypass will also be disabled. All transactions will be queued in the CAM. This is for debug only; no reads or writes are issued to DRAM as long as this is asserted. Dynamic Bit Field. -
-DRAM_disable_DQ@0XF8006038 - -31:0 - -3 - - - -0 - -DRAM Disable DQ -
-

-

Register ( slcr )DRAM_addr_map_bank

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_bank - -0XF800603C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_bank_b0 - -3:0 - -f - -7 - -7 - -Selects the address bits used as bank address bit 0. Valid Range: 0 to 14. Internal Base: 5. The selected address bit for each of the bank address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_bank_b1 - -7:4 - -f0 - -7 - -70 - -Selects the address bits used as bank address bit 1. Valid Range: 0 to 14; Internal Base: 6. The selected address bit for each of the bank address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_bank_b2 - -11:8 - -f00 - -7 - -700 - -Selects the AXI address bit used as bank address bit 2. Valid range 0 to 14, and 15. Internal Base: 7. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, bank address bit 2 is set to 0. -
-reg_ddrc_addrmap_col_b5 - -15:12 - -f000 - -0 - -0 - -Full bus width mode: Selects the address bits used as column address bits 6. Half bus width mode: Selects the address bits used as column address bits 7. Valid range is 0-7. Internal Base 8. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b6 - -19:16 - -f0000 - -0 - -0 - -Full bus width mode: Selects the address bits used as column address bits 7. Half bus width mode: Selects the address bits used as column address bits 8. Valid range is 0-7. Internal Base 9. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. -
-DRAM_addr_map_bank@0XF800603C - -31:0 - -fffff - - - -777 - -Row/Column address bits -
-

-

Register ( slcr )DRAM_addr_map_col

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_col - -0XF8006040 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_col_b2 - -3:0 - -f - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 3. Half bus width mode: Selects the address bit used as column address bit 4. Valid Range: 0 to 7. Internal Base: 5 The selected address bit is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b3 - -7:4 - -f0 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 4. Half bus width mode: Selects the address bit used as column address bit 5. Valid Range: 0 to 7 Internal Base: 6 The selected address bit is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b4 - -11:8 - -f00 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 5. Half bus width mode: Selects the address bit used as column address bits 6. Valid Range: 0 to 7. Internal Base: 7. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b7 - -15:12 - -f000 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 8. Half bus width mode: Selects the address bit used as column address bit 9. Valid Range: 0 to 7, and 15. Internal Base: 10. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10.In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b8 - -19:16 - -f0000 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 9. Half bus width mode: Selects the address bit used as column address bit 11. (Column address bit 10 in LPDDR2 mode) Valid Range: 0 to 7, and 15 Internal Base: 11 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b9 - -23:20 - -f00000 - -f - -f00000 - -Full bus width mode: Selects the address bit used as column address bit 11. (Column address bit 10 in LPDDR2 mode) Half bus width mode: Selects the address bit used as column address bit 12. (Column address bit 11 in LPDDR2 mode) Valid Range: 0 to 7, and 15 Internal Base: 12 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b10 - -27:24 - -f000000 - -f - -f000000 - -Full bus width mode: Selects the address bit used as column address bit 12. (Column address bit 11 in LPDDR2 mode) Half bus width mode: Selects the address bit used as column address bit 13. (Column address bit 12 in LPDDR2 mode) Valid Range: 0 to 7, and 15. Internal Base: 13 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b11 - -31:28 - -f0000000 - -f - -f0000000 - -Full bus width mode: Selects the address bit used as column address bit 13. (Column address bit 12 in LPDDR2 mode) Half bus width mode: Unused. To make it unused, this should be set to 15. (Column address bit 13 in LPDDR2 mode) Valid Range: 0 to 7, and 15. Internal Base: 14. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-DRAM_addr_map_col@0XF8006040 - -31:0 - -ffffffff - - - -fff00000 - -Column address bits -
-

-

Register ( slcr )DRAM_addr_map_row

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_row - -0XF8006044 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_row_b0 - -3:0 - -f - -6 - -6 - -Selects the AXI address bits used as row address bit 0. Valid Range: 0 to 11. Internal Base: 9 The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field -
-reg_ddrc_addrmap_row_b1 - -7:4 - -f0 - -6 - -60 - -Selects the AXI address bits used as row address bit 1. Valid Range: 0 to 11. Internal Base: 10 The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_row_b2_11 - -11:8 - -f00 - -6 - -600 - -Selects the AXI address bits used as row address bits 2 to 11. Valid Range: 0 to 11. Internal Base: 11 (for row address bit 2) to 20 (for row address bit 11) The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_row_b12 - -15:12 - -f000 - -6 - -6000 - -Selects the AXI address bit used as row address bit 12. Valid Range: 0 to 8, Internal Base: 21 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 12 is set to 0. -
-reg_ddrc_addrmap_row_b13 - -19:16 - -f0000 - -6 - -60000 - -Selects the AXI address bit used as row address bit 13. Valid Range: 0 to 7, Internal Base: 22 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 13 is set to 0. -
-reg_ddrc_addrmap_row_b14 - -23:20 - -f00000 - -f - -f00000 - -Selects theAXI address bit used as row address bit 14. Valid Range: 0 to 6, Internal Base: 23 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 14 is set to 0. -
-reg_ddrc_addrmap_row_b15 - -27:24 - -f000000 - -f - -f000000 - -Selects the AXI address bit used as row address bit 15. Valid Range: 0 to 5, Internal Base: 24 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 15 is set to 0. -
-DRAM_addr_map_row@0XF8006044 - -31:0 - -fffffff - - - -ff66666 - -Select DRAM row address bits -
-

-

Register ( slcr )DRAM_ODT_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_ODT_reg - -0XF8006048 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_local_odt - -13:12 - -3000 - -0 - -0 - -Value to drive on the 2-bit local_odt PHY outputs when output enable is not asserted and a read is in progress (where 'in progress' is defined as after a read command is issued and until all read data has been returned all the way to the controller.) Typically this is set to the value required to enable termination at the desired strength for read usage. -
-reg_phy_wr_local_odt - -15:14 - -c000 - -3 - -c000 - -Value to drive on the 2-bit local_odt PHY outputs when write levelling is enabled for DQS. -
-reg_phy_idle_local_odt - -17:16 - -30000 - -3 - -30000 - -Value to drive on the 2-bit local_odt PHY outputs when output enable is not asserted and a read is not in progress. Typically this is the value required to disable termination to save power when idle. -
-reserved_reg_ddrc_rank0_wr_odt - -5:3 - -38 - -1 - -8 - -Reserved. Do not modify. -
-reserved_reg_ddrc_rank0_rd_odt - -2:0 - -7 - -0 - -0 - -Reserved. Do not modify. -
-DRAM_ODT_reg@0XF8006048 - -31:0 - -3f03f - - - -3c008 - -DRAM ODT control -
-

-

Register ( slcr )phy_cmd_timeout_rddata_cpt

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_cmd_timeout_rddata_cpt - -0XF8006050 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_cmd_to_data - -3:0 - -f - -0 - -0 - -Not used in DFI PHY. -
-reg_phy_wr_cmd_to_data - -7:4 - -f0 - -0 - -0 - -Not used in DFI PHY. -
-reg_phy_rdc_we_to_re_delay - -11:8 - -f00 - -8 - -800 - -This register value + 1 give the number of clock cycles between writing into the Read Capture FIFO and the read operation. The setting of this register determines the read data timing and depends upon total delay in the system for read operation which include fly-by delays, trace delay, clkout_invert etc. This is used only if reg_phy_use_fixed_re=1. -
-reg_phy_rdc_fifo_rst_disable - -15:15 - -8000 - -0 - -0 - -When 1, disable counting the number of times the Read Data Capture FIFO has been reset when the FIFO was not empty. -
-reg_phy_use_fixed_re - -16:16 - -10000 - -1 - -10000 - -When 1: PHY generates FIFO read enable after fixed number of clock cycles as defined by reg_phy_rdc_we_to_re_delay[3:0]. When 0: PHY uses the not_empty method to do the read enable generation. Note: This port must be set HIGH during training/leveling process i.e. when ddrc_dfi_wrlvl_en/ ddrc_dfi_rdlvl_en/ ddrc_dfi_rdlvl_gate_en port is set HIGH. -
-reg_phy_rdc_fifo_rst_err_cnt_clr - -17:17 - -20000 - -0 - -0 - -Clear/reset for counter rdc_fifo_rst_err_cnt[3:0]. 0: no clear, 1: clear. Note: This is a synchronous dynamic signal that must have timing closed. -
-reg_phy_dis_phy_ctrl_rstn - -18:18 - -40000 - -0 - -0 - -Disable the reset from Phy Ctrl macro. 1: PHY Ctrl macro reset port is always HIGH 0: PHY Ctrl macro gets power on reset. -
-reg_phy_clk_stall_level - -19:19 - -80000 - -0 - -0 - -1: stall clock, for DLL aging control -
-reg_phy_gatelvl_num_of_dq0 - -27:24 - -f000000 - -7 - -7000000 - -This register value determines register determines the number of samples used for each ratio increment during Gate Training. Num_of_iteration = reg_phy_gatelvl_num_of_dq0 + 1 The recommended value for this register is 8. Accuracy is better with higher value, but this will cause leveling to run longer. -
-reg_phy_wrlvl_num_of_dq0 - -31:28 - -f0000000 - -7 - -70000000 - -This register value determines register determines the number of samples used for each ratio increment during Write Leveling. Num_of_iteration = reg_phy_wrlvl_num_of_dq0 + 1 The recommended value for this register is 8. Accuracy is better with higher value, but this will cause leveling to run longer. -
-phy_cmd_timeout_rddata_cpt@0XF8006050 - -31:0 - -ff0f8fff - - - -77010800 - -PHY command time out and read data capture FIFO -
-

-

Register ( slcr )DLL_calib

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DLL_calib - -0XF8006058 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dis_dll_calib - -16:16 - -10000 - -0 - -0 - -When 1, disable dll_calib generated by the controller. The core should issue the dll_calib signal using co_gs_dll_calib input. This input is changeable on the fly. When 0, controller will issue dll_calib periodically -
-DLL_calib@0XF8006058 - -31:0 - -10000 - - - -0 - -DLL calibration -
-

-

Register ( slcr )ODT_delay_hold

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ODT_delay_hold - -0XF800605C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_rd_odt_delay - -3:0 - -f - -3 - -3 - -UNUSED -
-reg_ddrc_wr_odt_delay - -7:4 - -f0 - -0 - -0 - -The delay, in clock cycles, from issuing a write command to setting ODT values associated with that command. ODT setting should remain constant for the entire time that DQS is driven by the controller. The suggested value for DDR2 is WL - 5 and for DDR3 is 0. WL is Write latency. DDR2 ODT has a 2-cycle on-time delay and a 2.5-cycle off-time delay. ODT is not applicable to LPDDR2. -
-reg_ddrc_rd_odt_hold - -11:8 - -f00 - -0 - -0 - -Unused -
-reg_ddrc_wr_odt_hold - -15:12 - -f000 - -5 - -5000 - -Cycles to hold ODT for a Write Command. When 0x0, ODT signal is ON for 1 cycle. When 0x1, it is ON for 2 cycles, etc. The values to program in different modes are : DRAM Burst of 4 -2, DRAM Burst of 8 -4 -
-ODT_delay_hold@0XF800605C - -31:0 - -ffff - - - -5003 - -ODT delay and ODT hold -
-

-

Register ( slcr )ctrl_reg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg1 - -0XF8006060 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_pageclose - -0:0 - -1 - -0 - -0 - -If true, bank will be closed and kept closed if no transactions are available for it. If false, bank will remain open until there is a need to close it (to open a different page, or for page timeout or refresh timeout.) This does not apply when auto-refresh is used. -
-reg_ddrc_lpr_num_entries - -6:1 - -7e - -1f - -3e - -Number of entries in the low priority transaction store is this value plus 1. In this design, by default all read ports are treated as low priority and hence the value of 0x1F. The hpr_num_entries is 32 minus this value. Bit [6] is ignored. -
-reg_ddrc_auto_pre_en - -7:7 - -80 - -0 - -0 - -When set, most reads and writes will be issued with auto-precharge. (Exceptions can be made for collision cases.) -
-reg_ddrc_refresh_update_level - -8:8 - -100 - -0 - -0 - -Toggle this signal to indicate that refresh register(s) have been updated. The value will be automatically updated when exiting soft reset. So it does not need to be toggled initially. Dynamic Bit Field. -
-reg_ddrc_dis_wc - -9:9 - -200 - -0 - -0 - -Disable Write Combine: 0: enable 1: disable -
-reg_ddrc_dis_collision_page_opt - -10:10 - -400 - -0 - -0 - -When this is set to 0, auto-precharge will be disabled for the flushed command in a collision case. Collision cases are write followed by read to same address, read followed by write to same address, or write followed by write to same address with DIS_WC bit = 1 (where 'same address' comparisons exclude the two address bits representing critical word). -
-reg_ddrc_selfref_en - -12:12 - -1000 - -0 - -0 - -If 1, then the controller will put the DRAM into self refresh when the transaction store is empty. Dynamic Bit Field. -
-ctrl_reg1@0XF8006060 - -31:0 - -17ff - - - -3e - -Controller 1 -
-

-

Register ( slcr )ctrl_reg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg2 - -0XF8006064 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_go2critical_hysteresis - -12:5 - -1fe0 - -0 - -0 - -Describes the number of cycles that co_gs_go2critical_rd or co_gs_go2critical_wr must be asserted before the corresponding queue moves to the 'critical' state in the DDRC. The arbiter controls the co_gs_go2critical_* signals; it is designed for use with this hysteresis field set to 0. -
-reg_arb_go2critical_en - -17:17 - -20000 - -1 - -20000 - -0: Keep reg_ddrc_go2critical_wr and reg_ddrc_go2critical_rd signals going to DDRC at 0. 1: Set reg_ddrc_go2critical_wr and reg_ddrc_go2critical_rd signals going to DDRC based on Urgent input coming from AXI master. -
-ctrl_reg2@0XF8006064 - -31:0 - -21fe0 - - - -20000 - -Controller 2 -
-

-

Register ( slcr )ctrl_reg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg3 - -0XF8006068 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_wrlvl_ww - -7:0 - -ff - -41 - -41 - -DDR2: not applicable. LPDDR2 and DDR3: Write leveling write-to-write delay. Specifies the minimum number of clock cycles from the assertion of a ddrc_dfi_wrlvl_strobe signal to the next ddrc_dfi_wrlvl_strobe signal. Only applicable when connecting to PHYs operating in PHY RdLvl Evaluation mode. Recommended value is: (RL + reg_phy_rdc_we_to_re_delay + 50) -
-reg_ddrc_rdlvl_rr - -15:8 - -ff00 - -41 - -4100 - -DDR2 and LPDDR2: not applicable. DDR3: Read leveling read-to-read delay. Specifies the minimum number of clock cycles from the assertion of a read command to the next read command. Only applicable when connecting to PHYs operating in PHY RdLvl Evaluation mode. -
-reg_ddrc_dfi_t_wlmrd - -25:16 - -3ff0000 - -28 - -280000 - -DDR2 and LPDDR2: not applicable. DDR3: First DQS/DQS# rising edge after write leveling mode is programmed. This is same as the tMLRD value from the DRAM spec. -
-ctrl_reg3@0XF8006068 - -31:0 - -3ffffff - - - -284141 - -Controller 3 -
-

-

Register ( slcr )ctrl_reg4

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg4 - -0XF800606C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-dfi_t_ctrlupd_interval_min_x1024 - -7:0 - -ff - -10 - -10 - -This is the minimum amount of time between Controller initiated DFI update requests (which will be executed whenever the controller is idle). Set this number higher to reduce the frequency of update requests, which can have a small impact on the latency of the first read request when the controller is idle. Units: 1024 clocks -
-dfi_t_ctrlupd_interval_max_x1024 - -15:8 - -ff00 - -16 - -1600 - -This is the maximum amount of time between Controller initiated DFI update requests. This timer resets with each update request; when the timer expires, traffic is blocked for a few cycles. PHY can use this idle time to recalibrate the delay lines to the DLLs. The DLL calibration is also used to reset PHY FIFO pointers in case of data capture errors. Updates are required to maintain calibration over PVT, but frequent updates may impact performance. Units: 1024 clocks -
-ctrl_reg4@0XF800606C - -31:0 - -ffff - - - -1610 - -Controller 4 -
-

-

Register ( slcr )ctrl_reg5

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg5 - -0XF8006078 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dfi_t_ctrl_delay - -3:0 - -f - -1 - -1 - -Specifies the number of DFI clock cycles after an assertion or deassertion of the DFI control signals that the control signals at the PHY-DRAM interface reflect the assertion or de-assertion. If the DFI clock and the memory clock are not phase-aligned, this timing parameter should be rounded up to the next integer value. -
-reg_ddrc_dfi_t_dram_clk_disable - -7:4 - -f0 - -1 - -10 - -Specifies the number of DFI clock cycles from the assertion of the ddrc_dfi_dram_clk_disable signal on the DFI until the clock to the DRAM memory devices, at the PHY-DRAM boundary, maintains a low value. If the DFI clock and the memory clock are not phase aligned, this timing parameter should be rounded up to the next integer value. -
-reg_ddrc_dfi_t_dram_clk_enable - -11:8 - -f00 - -1 - -100 - -Specifies the number of DFI clock cycles from the de-assertion of the ddrc_dfi_dram_clk_disable signal on the DFI until the first valid rising edge of the clock to the DRAM memory devices at the PHY-DRAM boundary. If the DFI clock and the memory clock are not phase aligned, this timing parameter should be rounded up to the next integer value. -
-reg_ddrc_t_cksre - -15:12 - -f000 - -6 - -6000 - -This is the time after Self Refresh Entry that CK is maintained as a valid clock. Specifies the clock disable delay after SRE. Recommended settings: LPDDR2: 2 DDR2: 1 DDR3: tCKSRE -
-reg_ddrc_t_cksrx - -19:16 - -f0000 - -6 - -60000 - -This is the time before Self Refresh Exit that CK is maintained as a valid clock before issuing SRX. Specifies the clock stable time before SRX. Recommended settings: LPDDR2: 2 DDR2: 1 DDR3: tCKSRX -
-reg_ddrc_t_ckesr - -25:20 - -3f00000 - -4 - -400000 - -Minimum CKE low width for Self Refresh entry to exit Timing in memory clock cycles. Recommended settings: LPDDR2: tCKESR DDR2: tCKE DDR3: tCKE+1 -
-ctrl_reg5@0XF8006078 - -31:0 - -3ffffff - - - -466111 - -Controller register 5 -
-

-

Register ( slcr )ctrl_reg6

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg6 - -0XF800607C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_ckpde - -3:0 - -f - -2 - -2 - -This is the time after Power Down Entry that CK is maintained as a valid clock. Specifies the clock disable delay after PDE. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckpdx - -7:4 - -f0 - -2 - -20 - -This is the time before Power Down Exit that CK is maintained as a valid clock before issuing PDX. Specifies the clock stable time before PDX. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckdpde - -11:8 - -f00 - -2 - -200 - -This is the time after Deep Power Down Entry that CK is maintained as a valid clock. Specifies the clock disable delay after DPDE. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckdpdx - -15:12 - -f000 - -2 - -2000 - -This is the time before Deep Power Down Exit that CK is maintained as a valid clock before issuing DPDX. Specifies the clock stable time before DPDX. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckcsx - -19:16 - -f0000 - -3 - -30000 - -This is the time before Clock Stop Exit that CK is maintained as a valid clock before issuing DPDX. Specifies the clock stable time before next command after Clock Stop Exit. Recommended setting for LPDDR2: tXP + 2. -
-ctrl_reg6@0XF800607C - -31:0 - -fffff - - - -32222 - -Controller register 6 -
-

-

Register ( slcr )CHE_T_ZQ

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_T_ZQ - -0XF80060A4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dis_auto_zq - -0:0 - -1 - -0 - -0 - -1=disable controller generation of ZQCS command. Co_gs_zq_calib_short can be used instead to control ZQ calibration commands. 0=internally generate ZQCS commands based on reg_ddrc_t_zq_short_interval_x1024 This is only present for implementations supporting DDR3 and LPDDR2 devices. -
-reg_ddrc_ddr3 - -1:1 - -2 - -1 - -2 - -Indicates operating in DDR2/DDR3 mode. Default value is set for DDR3. -
-reg_ddrc_t_mod - -11:2 - -ffc - -200 - -800 - -Mode register set command update delay (minimum d'128) -
-reg_ddrc_t_zq_long_nop - -21:12 - -3ff000 - -200 - -200000 - -DDR2: not applicable. LPDDR2 and DDR3: Number of cycles of NOP required after a ZQCL (ZQ calibration long) command is issued to DRAM. Units: Clock cycles. -
-reg_ddrc_t_zq_short_nop - -31:22 - -ffc00000 - -40 - -10000000 - -DDR2: not applicable. LPDDR2 and DDR3: Number of cycles of NOP required after a ZQCS (ZQ calibration short) command is issued to DRAM. Units: Clock cycles. -
-CHE_T_ZQ@0XF80060A4 - -31:0 - -ffffffff - - - -10200802 - -ZQ parameters -
-

-

Register ( slcr )CHE_T_ZQ_Short_Interval_Reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_T_ZQ_Short_Interval_Reg - -0XF80060A8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-t_zq_short_interval_x1024 - -19:0 - -fffff - -cb73 - -cb73 - -DDR2: not used. LPDDR2 and DDR3: Average interval to wait between automatically issuing ZQCS (ZQ calibration short) commands to DDR3 devices. Meaningless if reg_ddrc_dis_auto_zq=1. Units: 1024 Clock cycles. -
-dram_rstn_x1024 - -27:20 - -ff00000 - -69 - -6900000 - -Number of cycles to assert DRAM reset signal during init sequence. Units: 1024 Clock cycles. Applicable for DDR3 only. -
-CHE_T_ZQ_Short_Interval_Reg@0XF80060A8 - -31:0 - -fffffff - - - -690cb73 - -Misc parameters -
-

-

Register ( slcr )deep_pwrdwn_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-deep_pwrdwn_reg - -0XF80060AC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-deeppowerdown_en - -0:0 - -1 - -0 - -0 - -DDR2 and DDR3: not used. LPDDR2: 0: Brings Controller out of Deep Powerdown mode. 1: Puts DRAM into Deep Powerdown mode when the transaction store is empty. For performance only. Dynamic Bit Field. -
-deeppowerdown_to_x1024 - -8:1 - -1fe - -ff - -1fe - -DDR2 and DDR3: not sued. LPDDR2: Minimum deep power down time. DDR exits from deep power down mode immediately after reg_ddrc_deeppowerdown_en is deasserted. Value from the spec is 500us. Units are in 1024 clock cycles. For performance only. -
-deep_pwrdwn_reg@0XF80060AC - -31:0 - -1ff - - - -1fe - -Deep powerdown (LPDDR2) -
-

-

Register ( slcr )reg_2c

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_2c - -0XF80060B0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-dfi_wrlvl_max_x1024 - -11:0 - -fff - -fff - -fff - -Write leveling maximum time. Specifies the maximum number of clock cycles that the controller will wait for a response (phy_dfi_wrlvl_resp) to a write leveling enable signal (ddrc_dfi_wrlvl_en). Only applicable when connecting to PHY's operating in 'PHY WrLvl Evaluation' mode. Typical value 0xFFF Units 1024 clocks -
-dfi_rdlvl_max_x1024 - -23:12 - -fff000 - -fff - -fff000 - -Read leveling maximum time. Specifies the maximum number of clock cycles that the controller will wait for a response (phy_dfi_rdlvl_resp) to a read leveling enable signal (ddrc_dfi_rdlvl_en or ddrc_dfi_rdlvl_gate_en). Only applicable when connecting to PHY's operating in 'PHY RdLvl Evaluation' mode. Typical value 0xFFF Units 1024 clocks -
-ddrc_reg_twrlvl_max_error - -24:24 - -1000000 - -0 - -0 - -When '1' indicates that the reg_ddrc_dfi_wrlvl_max_x1024 timer has timed out. This is a Clear-on-Write register. If write leveling timed out, an error is indicated by the DDRC and this bit gets set. The value is held until it is cleared. Clearing is done by writing a '0' to this register. Only present in designs that support DDR3. -
-ddrc_reg_trdlvl_max_error - -25:25 - -2000000 - -0 - -0 - -DDR2: not applicable. LPDDR2 and DDR3: When '1' indicates that the reg_ddrc_dfi_rdrlvl_max_x1024 timer has timed out. This is a Clear-on-Write register. If read leveling or gate training timed out, an error is indicated by the DDRC and this bit gets set. The value is held at that value until it is cleared. Clearing is done by writing a '0' to this register. -
-reg_ddrc_dfi_wr_level_en - -26:26 - -4000000 - -1 - -4000000 - -0: Write leveling disabled. 1: Write leveling mode has been enabled as part of init sequence; Valid only for DDR3 DFI designs -
-reg_ddrc_dfi_rd_dqs_gate_level - -27:27 - -8000000 - -1 - -8000000 - -0: Read DQS gate leveling is disabled. 1: Read DQS Gate Leveling mode has been enabled as part of init sequence; Valid only for DDR3 DFI designs -
-reg_ddrc_dfi_rd_data_eye_train - -28:28 - -10000000 - -1 - -10000000 - -DDR2: not applicable. LPDDR2 and DDR3: 0: 1: Read Data Eye training mode has been enabled as part of init sequence. -
-reg_2c@0XF80060B0 - -31:0 - -1fffffff - - - -1cffffff - -Training control -
-

-

Register ( slcr )reg_2d

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_2d - -0XF80060B4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_skip_ocd - -9:9 - -200 - -1 - -200 - -This register must be kept at 1'b1. 1'b0 is NOT supported. 1: Indicates the controller to skip OCD adjustment step during DDR2 initialization. OCD_Default and OCD_Exit are performed instead. 0: Not supported. -
-reg_2d@0XF80060B4 - -31:0 - -200 - - - -200 - -Misc Debug -
-

-

Register ( slcr )dfi_timing

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-dfi_timing - -0XF80060B8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dfi_t_rddata_en - -4:0 - -1f - -6 - -6 - -Time from the assertion of a READ command on the DFI interface to the assertion of the phy_dfi_rddata_en signal. DDR2 and DDR3: RL - 1 LPDDR: RL Where RL is read latency of DRAM. -
-reg_ddrc_dfi_t_ctrlup_min - -14:5 - -7fe0 - -3 - -60 - -Specifies the minimum number of clock cycles that the ddrc_dfi_ctrlupd_req signal must be asserted. -
-reg_ddrc_dfi_t_ctrlup_max - -24:15 - -1ff8000 - -40 - -200000 - -Specifies the maximum number of clock cycles that the ddrc_dfi_ctrlupd_req signal can assert. -
-dfi_timing@0XF80060B8 - -31:0 - -1ffffff - - - -200066 - -DFI timing -
-

-

Register ( slcr )CHE_ECC_CONTROL_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_ECC_CONTROL_REG_OFFSET - -0XF80060C4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-Clear_Uncorrectable_DRAM_ECC_error - -0:0 - -1 - -0 - -0 - -Writing 1 to this bit will clear the uncorrectable log valid bit and the uncorrectable error counters. -
-Clear_Correctable_DRAM_ECC_error - -1:1 - -2 - -0 - -0 - -Writing 1 to this bit will clear the correctable log valid bit and the correctable error counters. -
-CHE_ECC_CONTROL_REG_OFFSET@0XF80060C4 - -31:0 - -3 - - - -0 - -ECC error clear -
-

-

Register ( slcr )CHE_CORR_ECC_LOG_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_CORR_ECC_LOG_REG_OFFSET - -0XF80060C8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CORR_ECC_LOG_VALID - -0:0 - -1 - -0 - -0 - -Set to 1 when a correctable ECC error is captured. As long as this is 1 no further ECC errors will be captured. This is cleared when a 1 is written to register bit[1] of ECC CONTROL REGISTER (0x31) -
-ECC_CORRECTED_BIT_NUM - -7:1 - -fe - -0 - -0 - -Indicator of the bit number syndrome in error for single-bit errors. The field is 7-bit wide to handle 72-bits of data. This is an encoded value with ECC bits placed in between data. The encoding is given in section 5.4 Correctable bit number from the lowest error lane is reported here. There are only 13-valid bits going to an ECC lane (8-data + 5-ECC). Only 4-bits are needed to encode a max value of d'13. Bit[7] of this register is used to indicate the exact byte lane. When a error happens, if CORR_ECC_LOG_COL[0] from register 0x33 is 1'b0, then the error happened in Lane 0 or 1. If CORR_ECC_LOG_COL[0] is 1'b1, then the error happened in Lane 2 or 3. Bit[7] of this register indicates whether the error is from upper or lower byte lane. If it is 0, then it is lower byte lane and if it is 1, then it is upper byte lane. Together with CORR_ECC_LOG_COL[0] and bit[7] of this register, the exact byte lane with correctable error can be determined. -
-CHE_CORR_ECC_LOG_REG_OFFSET@0XF80060C8 - -31:0 - -ff - - - -0 - -ECC error correction -
-

-

Register ( slcr )CHE_UNCORR_ECC_LOG_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_UNCORR_ECC_LOG_REG_OFFSET - -0XF80060DC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNCORR_ECC_LOG_VALID - -0:0 - -1 - -0 - -0 - -Set to 1 when an uncorrectable ECC error is captured. As long as this is a 1, no further ECC errors will be captured. This is cleared when a 1 is written to register bit[0] of ECC CONTROL REGISTER (0x31). -
-CHE_UNCORR_ECC_LOG_REG_OFFSET@0XF80060DC - -31:0 - -1 - - - -0 - -ECC unrecoverable error status -
-

-

Register ( slcr )CHE_ECC_STATS_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_ECC_STATS_REG_OFFSET - -0XF80060F0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-STAT_NUM_CORR_ERR - -15:8 - -ff00 - -0 - -0 - -Returns the number of correctable ECC errors seen since the last read. Counter saturates at max value. This is cleared when a 1 is written to register bit[1] of ECC CONTROL REGISTER (0x58). -
-STAT_NUM_UNCORR_ERR - -7:0 - -ff - -0 - -0 - -Returns the number of uncorrectable errors since the last read. Counter saturates at max value. This is cleared when a 1 is written to register bit[0] of ECC CONTROL REGISTER (0x58). -
-CHE_ECC_STATS_REG_OFFSET@0XF80060F0 - -31:0 - -ffff - - - -0 - -ECC error count -
-

-

Register ( slcr )ECC_scrub

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ECC_scrub - -0XF80060F4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_ecc_mode - -2:0 - -7 - -0 - -0 - -DRAM ECC Mode. The only valid values that works for this project are 000 (No ECC) and 100 (SEC/DED over 1-beat). To run the design in ECC mode, set reg_ddrc_data_bus_width to 2'b01 (Half bus width) and reg_ddrc_ecc_mode to 100. In this mode, there will be 16-data bits + 6-bit ECC on the DRAM bus. Controller must NOT be put in full bus width mode, when ECC is turned ON. 000 : No ECC, 001: Reserved 010: Parity 011: Reserved 100: SEC/DED over 1-beat 101: SEC/DED over multiple beats 110: Device Correction 111: Reserved -
-reg_ddrc_dis_scrub - -3:3 - -8 - -1 - -8 - -0: Enable ECC scrubs (valid only when reg_ddrc_ecc_mode = 100). 1: Disable ECC scrubs -
-ECC_scrub@0XF80060F4 - -31:0 - -f - - - -8 - -ECC mode/scrub -
-

-

Register ( slcr )phy_rcvr_enable

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rcvr_enable - -0XF8006114 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_dif_on - -3:0 - -f - -0 - -0 - -Value to drive to IO receiver enable pins when turning it ON. When NOT in powerdown or self-refresh (when CKE=1) this value will be sent to the IOs to control receiver on/off. IOD is the size specified by the IO_DIFEN_SIZE parameter. -
-reg_phy_dif_off - -7:4 - -f0 - -0 - -0 - -Value to drive to IO receiver enable pins when turning it OFF. When in powerdown or self-refresh (CKE=0) this value will be sent to the IOs to control receiver on/off. IOD is the size specified by the IO_DIFEN_SIZE parameter. Depending on the IO, one of these signals dif_on or dif_off can be used. -
-phy_rcvr_enable@0XF8006114 - -31:0 - -ff - - - -0 - -Phy receiver enable register -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF8006118 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF8006118 - -31:0 - -7fffffcf - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF800611C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF800611C - -31:0 - -7fffffcf - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF8006120 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF8006120 - -31:0 - -7fffffcf - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF8006124 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF8006124 - -31:0 - -7fffffcf - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF800612C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF800612C - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF8006130 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF8006130 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF8006134 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF8006134 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF8006138 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF8006138 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF8006140 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_rd_dqs_slave_ratio for the read DQS slave DLL 1: overwrite the delay/tap value for read DQS slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF8006140 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF8006144 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_rd_dqs_slave_ratio for the read DQS slave DLL 1: overwrite the delay/tap value for read DQS slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF8006144 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF8006148 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_rd_dqs_slave_ratio for the read DQS slave DLL 1: overwrite the delay/tap value for read DQS slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF8006148 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF800614C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_rd_dqs_slave_ratio for the read DQS slave DLL 1: overwrite the delay/tap value for read DQS slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF800614C - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF8006154 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. (Used to program the manual training ratio value) -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_wr_dqs_slave_ratio for the write DQS slave DLL 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF8006154 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF8006158 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. (Used to program the manual training ratio value) -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_wr_dqs_slave_ratio for the write DQS slave DLL 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF8006158 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF800615C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. (Used to program the manual training ratio value) -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_wr_dqs_slave_ratio for the write DQS slave DLL 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF800615C - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF8006160 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. (Used to program the manual training ratio value) -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: Use reg_phy_wr_dqs_slave_ratio for the write DQS slave DLL 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF8006160 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF8006168 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when reg_phy_fifo_we_in_force is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -0: Use reg_phy_fifo_we_slave_ratio as ratio value for fifo_we_X slave DLL 1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the reg_phy_fifo_we_in_delay bus. i.e. The 'force' bit selects between specifying the delay in 'ratio' units or tap delay units -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when reg_phy_fifo_we_in_force is set to 1. -
-phy_we_cfg@0XF8006168 - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF800616C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when reg_phy_fifo_we_in_force is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -0: Use reg_phy_fifo_we_slave_ratio as ratio value for fifo_we_X slave DLL 1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the reg_phy_fifo_we_in_delay bus. i.e. The 'force' bit selects between specifying the delay in 'ratio' units or tap delay units -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when reg_phy_fifo_we_in_force is set to 1. -
-phy_we_cfg@0XF800616C - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF8006170 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when reg_phy_fifo_we_in_force is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -0: Use reg_phy_fifo_we_slave_ratio as ratio value for fifo_we_X slave DLL 1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the reg_phy_fifo_we_in_delay bus. i.e. The 'force' bit selects between specifying the delay in 'ratio' units or tap delay units -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when reg_phy_fifo_we_in_force is set to 1. -
-phy_we_cfg@0XF8006170 - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF8006174 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when reg_phy_fifo_we_in_force is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -0: Use reg_phy_fifo_we_slave_ratio as ratio value for fifo_we_X slave DLL 1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the reg_phy_fifo_we_in_delay bus. i.e. The 'force' bit selects between specifying the delay in 'ratio' units or tap delay units -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when reg_phy_fifo_we_in_force is set to 1. -
-phy_we_cfg@0XF8006174 - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF800617C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: Selects reg_phy_wr_data_slave_ratio for write data slave DLL 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF800617C - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF8006180 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: Selects reg_phy_wr_data_slave_ratio for write data slave DLL 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF8006180 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF8006184 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: Selects reg_phy_wr_data_slave_ratio for write data slave DLL 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF8006184 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF8006188 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: Selects reg_phy_wr_data_slave_ratio for write data slave DLL 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF8006188 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 0. -
-

-

Register ( slcr )reg_64

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_64 - -0XF8006190 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_bl2 - -1:1 - -2 - -0 - -0 - -Reserved for future Use. -
-reg_phy_at_spd_atpg - -2:2 - -4 - -0 - -0 - -0: run scan test at slow clock speed but with high coverage 1: run scan test at full clock speed but with less coverage During normal function mode, this port must be set 0. -
-reg_phy_bist_enable - -3:3 - -8 - -0 - -0 - -Enable the internal BIST generation and checker logic when this port is set HIGH. Setting this port as 0 will stop the BIST generator/checker. In order to run BIST tests, this port must be set along with reg_phy_loopback. -
-reg_phy_bist_force_err - -4:4 - -10 - -0 - -0 - -This register bit is used to check that BIST checker is not giving false pass. When this port is set 1, data bit gets inverted before sending out to the external memory and BIST checker must return a mismatch error. -
-reg_phy_bist_mode - -6:5 - -60 - -0 - -0 - -The mode bits select the pattern type generated by the BIST generator. All the patterns are transmitted continuously once enabled. 00: constant pattern (0 repeated on each DQ bit) 01: low freq pattern (00001111 repeated on each DQ bit) 10: PRBS pattern (2^7-1 PRBS pattern repeated on each DQ bit) Each DQ bit always has same data value except when early shifting in PRBS mode is requested 11: reserved -
-reg_phy_invert_clkout - -7:7 - -80 - -1 - -80 - -Inverts the polarity of DRAM clock. 0: core clock is passed on to DRAM 1: inverted core clock is passed on to DRAM. Use this when CLK can arrive at a DRAM device ahead of DQS or coincidence with DQS based on board topology. This effectively delays the CLK to the DRAM device by half -cycle, providing a CLK edge that DQS can align to during leveling. -
-reg_phy_sel_logic - -9:9 - -200 - -0 - -0 - -Selects one of the two read leveling algorithms.'b0: Select algorithm # 1'b1: Select algorithm # 2 Please refer to Read Data Eye Training section in PHY User Guide for details about the Read Leveling algorithms -
-reg_phy_ctrl_slave_ratio - -19:10 - -ffc00 - -100 - -40000 - -Ratio value for address/command launch timing in phy_ctrl macro. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_ctrl_slave_force - -20:20 - -100000 - -0 - -0 - -0: Use reg_phy_ctrl_slave_ratio for address/command timing slave DLL 1: overwrite the delay/tap value for address/command timing slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_ctrl_slave_delay - -27:21 - -fe00000 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for address/command timing slave DLL with this value. This is a bit value, the remaining 2 bits are in register 0x65 bits[19:18]. -
-reg_phy_lpddr - -29:29 - -20000000 - -0 - -0 - -0: DDR2 or DDR3. 1: LPDDR2. -
-reg_phy_cmd_latency - -30:30 - -40000000 - -0 - -0 - -If set to 1, command comes to phy_ctrl through a flop. -
-reg_64@0XF8006190 - -31:0 - -6ffffefe - - - -40080 - -Training control 2 -
-

-

Register ( slcr )reg_65

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_65 - -0XF8006194 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_rl_delay - -4:0 - -1f - -2 - -2 - -This delay determines when to select the active rank's ratio logic delay for Write Data and Write DQS slave delay lines after PHY receives a write command at Control Interface. The programmed value must be (Write Latency - 4) with a minimum value of 1. -
-reg_phy_rd_rl_delay - -9:5 - -3e0 - -4 - -80 - -This delay determines when to select the active rank's ratio logic delay for Read Data and Read DQS slave delay lines after PHY receives a read command at Control Interface. The programmed value must be (Read Latency - 3) with a minimum value of 1. -
-reg_phy_dll_lock_diff - -13:10 - -3c00 - -f - -3c00 - -The Maximum number of delay line taps variation allowed while maintaining the master DLL lock. When the PHY is in locked state and the variation on the clock exceeds the variation indicated by the register, the lock signal is deasserted -
-reg_phy_use_wr_level - -14:14 - -4000 - -1 - -4000 - -Write Leveling training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by write leveling Note: This is a Synchronous dynamic signal that requires timing closure. -
-reg_phy_use_rd_dqs_gate_level - -15:15 - -8000 - -1 - -8000 - -Read DQS Gate training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by DQS gate leveling Note: This is a Synchronous dynamic signal that requires timing closure. -
-reg_phy_use_rd_data_eye_level - -16:16 - -10000 - -1 - -10000 - -Read Data Eye training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by data eye leveling Note: This is a Synchronous dynamic signal that requires timing closure -
-reg_phy_dis_calib_rst - -17:17 - -20000 - -0 - -0 - -Disable the dll_calib (internally generated) signal from resetting the Read Capture FIFO pointers and portions of phy_data. Note: dll_calib is (i) generated by dfi_ctrl_upd_req or (ii) by the PHY when it detects that the clock frequency variation has exceeded the bounds set by reg_phy_dll_lock_diff or (iii) periodically throughout the leveling process. dll_calib will update the slave DL with PVT-compensated values according to master DLL outputs -
-reg_phy_ctrl_slave_delay - -19:18 - -c0000 - -0 - -0 - -If reg-phy_rd_dqs_slave_force is 1, replace delay/tap value for address/command timing slave DLL with this value -
-reg_65@0XF8006194 - -31:0 - -fffff - - - -1fc82 - -Training control 3 -
-

-

Register ( slcr )page_mask

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-page_mask - -0XF8006204 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_page_addr_mask - -31:0 - -ffffffff - -0 - -0 - -Set this register based on the value programmed on the reg_ddrc_addrmap_* registers. Set the Column address bits to 0. Set the Page and Bank address bits to 1. This is used for calculating page_match inside the slave modules in Arbiter. The page_match is considered during the arbitration process. This mask applies to 64-bit address and not byte address. Setting this value to 0 disables transaction prioritization based on page/bank match. -
-page_mask@0XF8006204 - -31:0 - -ffffffff - - - -0 - -Page mask -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF8006208 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-axi_priority_wr_port@0XF8006208 - -31:0 - -703ff - - - -3ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF800620C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-axi_priority_wr_port@0XF800620C - -31:0 - -703ff - - - -3ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF8006210 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-axi_priority_wr_port@0XF8006210 - -31:0 - -703ff - - - -3ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF8006214 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-axi_priority_wr_port@0XF8006214 - -31:0 - -703ff - - - -3ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF8006218 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF8006218 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF800621C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF800621C - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF8006220 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF8006220 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF8006224 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF8006224 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )lpddr_ctrl0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl0 - -0XF80062A8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_lpddr2 - -0:0 - -1 - -0 - -0 - -0: DDR2 or DDR3 in use. 1: LPDDR2 in Use. -
-reg_ddrc_derate_enable - -2:2 - -4 - -0 - -0 - -0: Timing parameter derating is disabled. 1: Timing parameter derating is enabled using MR4 read value. This feature should only be enabled after LPDDR2 initialization is completed -
-reg_ddrc_mr4_margin - -11:4 - -ff0 - -0 - -0 - -UNUSED -
-lpddr_ctrl0@0XF80062A8 - -31:0 - -ff5 - - - -0 - -LPDDR2 Control 0 -
-

-

Register ( slcr )lpddr_ctrl1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl1 - -0XF80062AC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_mr4_read_interval - -31:0 - -ffffffff - -0 - -0 - -Interval between two MR4 reads, USED to derate the timing parameters. -
-lpddr_ctrl1@0XF80062AC - -31:0 - -ffffffff - - - -0 - -LPDDR2 Control 1 -
-

-

Register ( slcr )lpddr_ctrl2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl2 - -0XF80062B0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_min_stable_clock_x1 - -3:0 - -f - -5 - -5 - -Time to wait after the first CKE high, tINIT2. Units: 1 clock cycle. LPDDR2 typically requires 5 x tCK delay. -
-reg_ddrc_idle_after_reset_x32 - -11:4 - -ff0 - -12 - -120 - -Idle time after the reset command, tINIT4. Units: 32 clock cycles. -
-reg_ddrc_t_mrw - -21:12 - -3ff000 - -5 - -5000 - -Time to wait during load mode register writes. Present only in designs configured to support LPDDR2. LPDDR2 typically requires value of 5. -
-lpddr_ctrl2@0XF80062B0 - -31:0 - -3fffff - - - -5125 - -LPDDR2 Control 2 -
-

-

Register ( slcr )lpddr_ctrl3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl3 - -0XF80062B4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_max_auto_init_x1024 - -7:0 - -ff - -a8 - -a8 - -Maximum duration of the auto initialization, tINIT5. Units: 1024 clock cycles. LPDDR2 typically requires 10 us. -
-reg_ddrc_dev_zqinit_x32 - -17:8 - -3ff00 - -12 - -1200 - -ZQ initial calibration, tZQINIT. Units: 32 clock cycles. LPDDR2 typically requires 1 us. -
-lpddr_ctrl3@0XF80062B4 - -31:0 - -3ffff - - - -12a8 - -LPDDR2 Control 3 -
-

-

POLL ON DCI STATUS

-

Register ( slcr )DDRIOB_DCI_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_STATUS - -0XF8000B74 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DONE - -13:13 - -2000 - -1 - -2000 - -DCI done signal -
-DDRIOB_DCI_STATUS@0XF8000B74 - -31:0 - -2000 - - - -2000 - -tobe -
-

-

UNLOCK DDR

-

Register ( slcr )ddrc_ctrl

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ddrc_ctrl - -0XF8006000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_soft_rstb - -0:0 - -1 - -1 - -1 - -Active low soft reset. Update during normal operation. 0: Resets the controller 1: Takes the controller out of reset. Dynamic Bit Field. Note: Software changes DRAM controller register values only when the controller is in the reset state, except for bit fields that can be dymanically updated. -
-reg_ddrc_powerdown_en - -1:1 - -2 - -0 - -0 - -Controller power down control. Update during normal operation. Enable the controller to powerdown after it becomes idle. Dynamic Bit Field. 0: disable 1: enable -
-reg_ddrc_data_bus_width - -3:2 - -c - -0 - -0 - -DDR bus width control 00: 32-bit 01: 16-bit 1x: reserved -
-reg_ddrc_burst8_refresh - -6:4 - -70 - -0 - -0 - -Refresh timeout. Programmed value plus one will be the number of refresh timeouts that will be allowed to accumulate before traffic is blocked and the refreshes are forced to execute. Closing pages to perform a refresh is a one-time penalty that must be paid for each group of refreshes; therefore, performing refreshes in a burst reduces the per-refresh penalty of these page closings. Higher numbers for burst_of_N_refresh slightly increases utilization; lower numbers decreases the worst-case latency associated with refreshes. 0: single refresh 1: burst-of-2 ... 7: burst-of-8 refresh -
-reg_ddrc_rdwr_idle_gap - -13:7 - -3f80 - -1 - -80 - -When the preferred transaction store is empty for this many clock cycles, switch to the alternate transaction store if it is non-empty. The read transaction store (both high and low priority) is the default preferred transaction store and the write transaction store is the alternate store. When 'Prefer write over read' is set this is reversed. -
-reg_ddrc_dis_rd_bypass - -14:14 - -4000 - -0 - -0 - -Only present in designs supporting read bypass. For Debug only. 0: Do not disable bypass path for high priority read page hits. 1: disable bypass path for high priority read page hits. -
-reg_ddrc_dis_act_bypass - -15:15 - -8000 - -0 - -0 - -Only present in designs supporting activate bypass. For Debug only. 0: Do not disable bypass path for high priority read activates. 1: disable bypass path for high priority read activates. -
-reg_ddrc_dis_auto_refresh - -16:16 - -10000 - -0 - -0 - -Disable auto-refresh. 0: do not disable auto-refresh. 1: disable auto-refresh. Dynamic Bit Field. Note: When this transitions from 0 to 1, any pending refreshes will be immediately scheduled by the controller. -
-ddrc_ctrl@0XF8006000 - -31:0 - -1ffff - - - -81 - -DDRC Control -
-

-

CHECK DDR STATUS

-

Register ( slcr )mode_sts_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-mode_sts_reg - -0XF8006054 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-ddrc_reg_operating_mode - -2:0 - -7 - -1 - -1 - -Gives the status of the controller. 0: DDRC Init 1: Normal operation 2: Powerdown mode 3: Self-refresh mode 4 and above: deep power down mode (LPDDR2 only) -
-mode_sts_reg@0XF8006054 - -31:0 - -7 - - - -1 - -tobe -
-

- -

-

ps7_mio_init_data_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DDRIOB_ADDR0 - - -0XF8000B40 - -32 - -RW - -0x000000 - -DDR IOB Config for A[14:0], CKE and DRST_B -
- -DDRIOB_ADDR1 - - -0XF8000B44 - -32 - -RW - -0x000000 - -DDR IOB Config for BA[2:0], ODT, CS_B, WE_B, RAS_B and CAS_B -
- -DDRIOB_DATA0 - - -0XF8000B48 - -32 - -RW - -0x000000 - -DDR IOB Config for Data 15:0 -
- -DDRIOB_DATA1 - - -0XF8000B4C - -32 - -RW - -0x000000 - -DDR IOB Config for Data 31:16 -
- -DDRIOB_DIFF0 - - -0XF8000B50 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 1:0 -
- -DDRIOB_DIFF1 - - -0XF8000B54 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 3:2 -
- -DDRIOB_CLOCK - - -0XF8000B58 - -32 - -RW - -0x000000 - -DDR IOB Config for Clock Output -
- -DDRIOB_DRIVE_SLEW_ADDR - - -0XF8000B5C - -32 - -RW - -0x000000 - -Drive and Slew controls for Address and Command pins of the DDR Interface -
- -DDRIOB_DRIVE_SLEW_DATA - - -0XF8000B60 - -32 - -RW - -0x000000 - -Drive and Slew controls for DQ pins of the DDR Interface -
- -DDRIOB_DRIVE_SLEW_DIFF - - -0XF8000B64 - -32 - -RW - -0x000000 - -Drive and Slew controls for DQS pins of the DDR Interface -
- -DDRIOB_DRIVE_SLEW_CLOCK - - -0XF8000B68 - -32 - -RW - -0x000000 - -Drive and Slew controls for Clock pins of the DDR Interface -
- -DDRIOB_DDR_CTRL - - -0XF8000B6C - -32 - -RW - -0x000000 - -DDR IOB Buffer Control -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDR IOB DCI Config -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDR IOB DCI Config -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDR IOB DCI Config -
- -MIO_PIN_14 - - -0XF8000738 - -32 - -RW - -0x000000 - -MIO Pin 14 Control -
- -MIO_PIN_15 - - -0XF800073C - -32 - -RW - -0x000000 - -MIO Pin 15 Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_mio_init_data_3_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -Write the unlock key, 0xDF0D, to enable writes to the slcr registers. All slcr registers, 0xF800_0000 to 0xF800_0B74, are writeable until locked using the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

OCM REMAPPING

-

DDRIOB SETTINGS

-

Register ( slcr )DDRIOB_ADDR0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_ADDR0 - -0XF8000B40 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -0 - -0 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_ADDR0@0XF8000B40 - -31:0 - -fff - - - -600 - -DDR IOB Config for A[14:0], CKE and DRST_B -
-

-

Register ( slcr )DDRIOB_ADDR1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_ADDR1 - -0XF8000B44 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -0 - -0 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_ADDR1@0XF8000B44 - -31:0 - -fff - - - -600 - -DDR IOB Config for BA[2:0], ODT, CS_B, WE_B, RAS_B and CAS_B -
-

-

Register ( slcr )DDRIOB_DATA0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA0 - -0XF8000B48 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -1 - -2 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -3 - -60 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DATA0@0XF8000B48 - -31:0 - -fff - - - -672 - -DDR IOB Config for Data 15:0 -
-

-

Register ( slcr )DDRIOB_DATA1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA1 - -0XF8000B4C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -1 - -2 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -3 - -60 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DATA1@0XF8000B4C - -31:0 - -fff - - - -672 - -DDR IOB Config for Data 31:16 -
-

-

Register ( slcr )DDRIOB_DIFF0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF0 - -0XF8000B50 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -2 - -4 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -3 - -60 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DIFF0@0XF8000B50 - -31:0 - -fff - - - -674 - -DDR IOB Config for DQS 1:0 -
-

-

Register ( slcr )DDRIOB_DIFF1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF1 - -0XF8000B54 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -2 - -4 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -3 - -60 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DIFF1@0XF8000B54 - -31:0 - -fff - - - -674 - -DDR IOB Config for DQS 3:2 -
-

-

Register ( slcr )DDRIOB_CLOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_CLOCK - -0XF8000B58 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_INP_POWER - -0:0 - -1 - -0 - -0 - -Reserved. Do not modify. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer control: 00: Input off (input signal to selected controller is driven Low). 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE_B - -3:3 - -8 - -0 - -0 - -DCI Update Enable: 0: disable 1: enable -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enable: 0: disable 1: enable -
-DCI_TYPE - -6:5 - -60 - -0 - -0 - -DCI Mode Selection: 00: DCI Disabled (DDR2/3 ADDR and CLOCK) 01: DCI Drive (LPDDR2) 10: reserved 11: DCI Termination (DDR2/3 DATA and DIFF) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_CLOCK@0XF8000B58 - -31:0 - -fff - - - -600 - -DDR IOB Config for Clock Output -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_ADDR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_ADDR - -0XF8000B5C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_DRIVE_P - -6:0 - -7f - -1c - -1c - -Reserved. Do not modify. -
-reserved_DRIVE_N - -13:7 - -3f80 - -c - -600 - -Reserved. Do not modify. -
-reserved_SLEW_P - -18:14 - -7c000 - -3 - -c000 - -Reserved. Do not modify. -
-reserved_SLEW_N - -23:19 - -f80000 - -3 - -180000 - -Reserved. Do not modify. -
-reserved_GTL - -26:24 - -7000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_RTERM - -31:27 - -f8000000 - -0 - -0 - -Reserved. Do not modify. -
-DDRIOB_DRIVE_SLEW_ADDR@0XF8000B5C - -31:0 - -ffffffff - - - -18c61c - -Drive and Slew controls for Address and Command pins of the DDR Interface -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_DATA

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_DATA - -0XF8000B60 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_DRIVE_P - -6:0 - -7f - -1c - -1c - -Reserved. Do not modify. -
-reserved_DRIVE_N - -13:7 - -3f80 - -c - -600 - -Reserved. Do not modify. -
-reserved_SLEW_P - -18:14 - -7c000 - -6 - -18000 - -Reserved. Do not modify. -
-reserved_SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -Reserved. Do not modify. -
-reserved_GTL - -26:24 - -7000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_RTERM - -31:27 - -f8000000 - -0 - -0 - -Reserved. Do not modify. -
-DDRIOB_DRIVE_SLEW_DATA@0XF8000B60 - -31:0 - -ffffffff - - - -f9861c - -Drive and Slew controls for DQ pins of the DDR Interface -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_DIFF

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_DIFF - -0XF8000B64 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_DRIVE_P - -6:0 - -7f - -1c - -1c - -Reserved. Do not modify. -
-reserved_DRIVE_N - -13:7 - -3f80 - -c - -600 - -Reserved. Do not modify. -
-reserved_SLEW_P - -18:14 - -7c000 - -6 - -18000 - -Reserved. Do not modify. -
-reserved_SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -Reserved. Do not modify. -
-reserved_GTL - -26:24 - -7000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_RTERM - -31:27 - -f8000000 - -0 - -0 - -Reserved. Do not modify. -
-DDRIOB_DRIVE_SLEW_DIFF@0XF8000B64 - -31:0 - -ffffffff - - - -f9861c - -Drive and Slew controls for DQS pins of the DDR Interface -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_CLOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_CLOCK - -0XF8000B68 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_DRIVE_P - -6:0 - -7f - -1c - -1c - -Reserved. Do not modify. -
-reserved_DRIVE_N - -13:7 - -3f80 - -c - -600 - -Reserved. Do not modify. -
-reserved_SLEW_P - -18:14 - -7c000 - -6 - -18000 - -Reserved. Do not modify. -
-reserved_SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -Reserved. Do not modify. -
-reserved_GTL - -26:24 - -7000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_RTERM - -31:27 - -f8000000 - -0 - -0 - -Reserved. Do not modify. -
-DDRIOB_DRIVE_SLEW_CLOCK@0XF8000B68 - -31:0 - -ffffffff - - - -f9861c - -Drive and Slew controls for Clock pins of the DDR Interface -
-

-

Register ( slcr )DDRIOB_DDR_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DDR_CTRL - -0XF8000B6C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-VREF_INT_EN - -0:0 - -1 - -0 - -0 - -Enables VREF internal generator -
-VREF_SEL - -4:1 - -1e - -0 - -0 - -Specifies DDR IOB Vref generator output: 0001: VREF = 0.6V for LPDDR2 with 1.2V IO 0100: VREF = 0.75V for DDR3 with 1.5V IO 1000: VREF = 0.90V for DDR2 with 1.8V IO -
-VREF_EXT_EN - -6:5 - -60 - -3 - -60 - -Enables External VREF input x0: Disable External VREF for lower 16 bits x1: Enable External VREF for lower 16 bits 0x: Disable External VREF for upper 16 bits 1x: Enable External VREF for upper 16 bits -
-reserved_VREF_PULLUP_EN - -8:7 - -180 - -0 - -0 - -Reserved. Do not modify. -
-REFIO_EN - -9:9 - -200 - -1 - -200 - -Enables VRP,VRN 0: VRP/VRN not used 1: VRP/VRN used as refio -
-reserved_REFIO_TEST - -11:10 - -c00 - -0 - -0 - -Reserved. Do not modify. -
-reserved_REFIO_PULLUP_EN - -12:12 - -1000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_DRST_B_PULLUP_EN - -13:13 - -2000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_CKE_PULLUP_EN - -14:14 - -4000 - -0 - -0 - -Reserved. Do not modify. -
-DDRIOB_DDR_CTRL@0XF8000B6C - -31:0 - -7fff - - - -260 - -DDR IOB Buffer Control -
-

-

ASSERT RESET

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -1 - -1 - -At least toggle once to initialize flops in DCI system -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -1 - - - -1 - -DDR IOB DCI Config -
-

-

DEASSERT RESET

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -0 - -0 - -At least toggle once to initialize flops in DCI system -
-reserved_VRN_OUT - -5:5 - -20 - -1 - -20 - -Reserved. Do not modify. -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -21 - - - -20 - -DDR IOB DCI Config -
-

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -1 - -1 - -At least toggle once to initialize flops in DCI system -
-ENABLE - -1:1 - -2 - -1 - -2 - -DCI System Enable. Set to 1 if any IOs in DDR IO Bank use DCI Termination. DDR2, DDR3 and LPDDR2 (Silicon Revision 2.0+) configurations require this bit set to 1 -
-reserved_VRP_TRI - -2:2 - -4 - -0 - -0 - -Reserved. Do not modify. -
-reserved_VRN_TRI - -3:3 - -8 - -0 - -0 - -Reserved. Do not modify. -
-reserved_VRP_OUT - -4:4 - -10 - -0 - -0 - -Reserved. Do not modify. -
-reserved_VRN_OUT - -5:5 - -20 - -1 - -20 - -Reserved. Do not modify. -
-NREF_OPT1 - -7:6 - -c0 - -0 - -0 - -DCI Calibration. Use the values in the Calibration Table. -
-NREF_OPT2 - -10:8 - -700 - -0 - -0 - -DCI Calibration. Use the values in the Calibration Table. -
-NREF_OPT4 - -13:11 - -3800 - -1 - -800 - -DCI Calibration. Use the values in the Calibration Table. -
-PREF_OPT1 - -15:14 - -c000 - -0 - -0 - -DCI Calibration. Use the values in the Calibration Table. -
-PREF_OPT2 - -19:17 - -e0000 - -0 - -0 - -DCI Calibration. Use the values in the Calibration Table. -
-UPDATE_CONTROL - -20:20 - -100000 - -0 - -0 - -DCI Update Mode. Use the values in the Calibration Table. -
-reserved_INIT_COMPLETE - -21:21 - -200000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_TST_CLK - -22:22 - -400000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_TST_HLN - -23:23 - -800000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_TST_HLP - -24:24 - -1000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_TST_RST - -25:25 - -2000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_INT_DCI_EN - -26:26 - -4000000 - -0 - -0 - -Reserved. Do not modify. -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -7feffff - - - -823 - -DDR IOB DCI Config -
-

-

MIO PROGRAMMING

-

Register ( slcr )MIO_PIN_14

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-MIO_PIN_14 - -0XF8000738 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-TRI_ENABLE - -0:0 - -1 - -1 - -1 - -Operates the same as MIO_PIN_00[TRI_ENABLE] -
-L0_SEL - -1:1 - -2 - -0 - -0 - -Level 0 Mux Select 0: Level 1 Mux 1= Not Used -
-L1_SEL - -2:2 - -4 - -0 - -0 - -Level 1 Mux Select 0: Level 2 Mux 1: Trace Port Data Bit 0, Output -
-L2_SEL - -4:3 - -18 - -0 - -0 - -Level 2 Mux Select 00: Level 3 Mux 01: reserved 10: NAND Flash Busy, Input 11: SDIO 0 Power Control, Output -
-L3_SEL - -7:5 - -e0 - -7 - -e0 - -Level 3 Mux Select 000: GPIO 14 (bank 0), Input/Output 001: CAN 0 Rx, Input 010: I2C 0 Serial Clock, Input/Ouput 011: SWDT Clock, Input 100: SDIO 1 IO Bit 2, Input/Output 101: SPI 1 slave select 1, Output 110: reserved 111: UART 0 RxD, Input -
-Speed - -8:8 - -100 - -0 - -0 - -Operates the same as MIO_PIN_00[Speed] -
-IO_Type - -11:9 - -e00 - -3 - -600 - -Operates the same as MIO_PIN_00[IO_Type] -
-PULLUP - -12:12 - -1000 - -1 - -1000 - -Operates the same as MIO_PIN_00[PULLUP] -
-DisableRcvr - -13:13 - -2000 - -0 - -0 - -Operates the same as MIO_PIN_00[DisableRcvr] -
-MIO_PIN_14@0XF8000738 - -31:0 - -3fff - - - -16e1 - -MIO Pin 14 Control -
-

-

Register ( slcr )MIO_PIN_15

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-MIO_PIN_15 - -0XF800073C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-TRI_ENABLE - -0:0 - -1 - -0 - -0 - -Operates the same as MIO_PIN_00[TRI_ENABLE] -
-L0_SEL - -1:1 - -2 - -0 - -0 - -Level 0 Mux Select 0: Level 1 Mux 1= Not Used -
-L1_SEL - -2:2 - -4 - -0 - -0 - -Level 1 Mux Select 0: Level 2 Mux 1: Trace Port Data Bit 1, Output -
-L2_SEL - -4:3 - -18 - -0 - -0 - -Level 2 Mux Select 00: Level 3 Mux 01: SRAM/NOR Address Bit 0, Output 10: reserved 11: SDIO 1 Power Control, Output -
-L3_SEL - -7:5 - -e0 - -7 - -e0 - -Level 3 Mux Select 000: GPIO 15 (bank 0), Input/Output 001: CAN 0 Tx, Output 010: I2C 0 Serial Data, Input/Output 011: SWDT Reset, Output 100: SDIO 1 IO Bit 3, Input/Output 101: SPI 1 Slave Select 2, Output 110: reserved 111: UART 0 TxD, Output -
-Speed - -8:8 - -100 - -0 - -0 - -Operates the same as MIO_PIN_00[Speed] -
-IO_Type - -11:9 - -e00 - -3 - -600 - -Operates the same as MIO_PIN_00[IO_Type] -
-PULLUP - -12:12 - -1000 - -1 - -1000 - -Operates the same as MIO_PIN_00[PULLUP] -
-DisableRcvr - -13:13 - -2000 - -0 - -0 - -Operates the same as MIO_PIN_00[DisableRcvr] -
-MIO_PIN_15@0XF800073C - -31:0 - -3fff - - - -16e0 - -MIO Pin 15 Control -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -Write the lock key, 0x767B, to write protect the slcr registers: all slcr registers, 0xF800_0000 to 0xF800_0B74, are write protected until the unlock key is written to the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_peripherals_init_data_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DDRIOB_DATA0 - - -0XF8000B48 - -32 - -RW - -0x000000 - -DDR IOB Config for Data 15:0 -
- -DDRIOB_DATA1 - - -0XF8000B4C - -32 - -RW - -0x000000 - -DDR IOB Config for Data 31:16 -
- -DDRIOB_DIFF0 - - -0XF8000B50 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 1:0 -
- -DDRIOB_DIFF1 - - -0XF8000B54 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 3:2 -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
- -Baud_rate_divider_reg0 - - -0XE0000034 - -32 - -RW - -0x000000 - -Baud Rate Divider Register -
- -Baud_rate_gen_reg0 - - -0XE0000018 - -32 - -RW - -0x000000 - -Baud Rate Generator Register. -
- -Control_reg0 - - -0XE0000000 - -32 - -RW - -0x000000 - -UART Control Register -
- -mode_reg0 - - -0XE0000004 - -32 - -RW - -0x000000 - -UART Mode Register -
- -Config_reg - - -0XE000D000 - -32 - -RW - -0x000000 - -SPI configuration register -
- -CTRL - - -0XF8007000 - -32 - -RW - -0x000000 - -Control Register : This register defines basic control registers. Some of the register bits can be locked by control bits in the LOCK Register 0x004. -
-

-

ps7_peripherals_init_data_3_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -Write the unlock key, 0xDF0D, to enable writes to the slcr registers. All slcr registers, 0xF800_0000 to 0xF800_0B74, are writeable until locked using the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

DDR TERM/IBUF_DISABLE_MODE SETTINGS

-

Register ( slcr )DDRIOB_DATA0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA0 - -0XF8000B48 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-DDRIOB_DATA0@0XF8000B48 - -31:0 - -180 - - - -180 - -DDR IOB Config for Data 15:0 -
-

-

Register ( slcr )DDRIOB_DATA1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA1 - -0XF8000B4C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-DDRIOB_DATA1@0XF8000B4C - -31:0 - -180 - - - -180 - -DDR IOB Config for Data 31:16 -
-

-

Register ( slcr )DDRIOB_DIFF0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF0 - -0XF8000B50 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-DDRIOB_DIFF0@0XF8000B50 - -31:0 - -180 - - - -180 - -DDR IOB Config for DQS 1:0 -
-

-

Register ( slcr )DDRIOB_DIFF1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF1 - -0XF8000B54 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable NOTE: This must be 0 during DRAM init/training and can only be set to 1 after init/training completes. -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Termination is used during read transactions and may be disabled (automatically by hardware) when there are no reads taking place through the DDR Interface. Disabling termination reduces power consumption. 0: termination always enabled 1: use 'dynamic_dci_ts' to disable termination when not in use NOTE: This bit must be 0 during DRAM init/training. It may be set to 1 after init/training completes. -
-DDRIOB_DIFF1@0XF8000B54 - -31:0 - -180 - - - -180 - -DDR IOB Config for DQS 3:2 -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -Write the lock key, 0x767B, to write protect the slcr registers: all slcr registers, 0xF800_0000 to 0xF800_0B74, are write protected until the unlock key is written to the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

-

SRAM/NOR SET OPMODE

-

UART REGISTERS

-

Register ( slcr )Baud_rate_divider_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Baud_rate_divider_reg0 - -0XE0000034 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-BDIV - -7:0 - -ff - -6 - -6 - -Baud rate divider value: 0 - 3: ignored 4 - 255: Baud rate -
-Baud_rate_divider_reg0@0XE0000034 - -31:0 - -ff - - - -6 - -Baud Rate Divider Register -
-

-

Register ( slcr )Baud_rate_gen_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Baud_rate_gen_reg0 - -0XE0000018 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CD - -15:0 - -ffff - -7c - -7c - -Baud Rate Clock Divisor Value: 0: Disables baud_sample 1: Clock divisor bypass (baud_sample = sel_clk) 2 - 65535: baud_sample -
-Baud_rate_gen_reg0@0XE0000018 - -31:0 - -ffff - - - -7c - -Baud Rate Generator Register. -
-

-

Register ( slcr )Control_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Control_reg0 - -0XE0000000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-STPBRK - -8:8 - -100 - -0 - -0 - -Stop transmitter break: 0: no affect 1: stop transmission of the break after a minimum of one character length and transmit a high level during 12 bit periods. It can be set regardless of the value of STTBRK. -
-STTBRK - -7:7 - -80 - -0 - -0 - -Start transmitter break: 0: no affect 1: start to transmit a break after the characters currently present in the FIFO and the transmit shift register have been transmitted. It can only be set if STPBRK (Stop transmitter break) is not high. -
-RSTTO - -6:6 - -40 - -0 - -0 - -Restart receiver timeout counter: 1: receiver timeout counter is restarted. This bit is self clearing once the restart has completed. -
-TXDIS - -5:5 - -20 - -0 - -0 - -Transmit disable: 0: enable transmitter 1: disable transmitter -
-TXEN - -4:4 - -10 - -1 - -10 - -Transmit enable: 0: disable transmitter 1: enable transmitter, provided the TXDIS field is set to 0. -
-RXDIS - -3:3 - -8 - -0 - -0 - -Receive disable: 0: enable 1: disable, regardless of the value of RXEN -
-RXEN - -2:2 - -4 - -1 - -4 - -Receive enable: 0: disable 1: enable When set to one, the receiver logic is enabled, provided the RXDIS field is set to zero. -
-TXRES - -1:1 - -2 - -1 - -2 - -Software reset for Tx data path: 0: no affect 1: transmitter logic is reset and all pending transmitter data is discarded This bit is self clearing once the reset has completed. -
-RXRES - -0:0 - -1 - -1 - -1 - -Software reset for Rx data path: 0: no affect 1: receiver logic is reset and all pending receiver data is discarded. This bit is self clearing once the reset has completed. -
-Control_reg0@0XE0000000 - -31:0 - -1ff - - - -17 - -UART Control Register -
-

-

Register ( slcr )mode_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-mode_reg0 - -0XE0000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CHMODE - -9:8 - -300 - -0 - -0 - -Channel mode: Defines the mode of operation of the UART. 00: normal 01: automatic echo 10: local loopback 11: remote loopback -
-NBSTOP - -7:6 - -c0 - -0 - -0 - -Number of stop bits: Defines the number of stop bits to detect on receive and to generate on transmit. 00: 1 stop bit 01: 1.5 stop bits 10: 2 stop bits 11: reserved -
-PAR - -5:3 - -38 - -4 - -20 - -Parity type select: Defines the expected parity to check on receive and the parity to generate on transmit. 000: even parity 001: odd parity 010: forced to 0 parity (space) 011: forced to 1 parity (mark) 1xx: no parity -
-CHRL - -2:1 - -6 - -0 - -0 - -Character length select: Defines the number of bits in each character. 11: 6 bits 10: 7 bits 0x: 8 bits -
-CLKS - -0:0 - -1 - -0 - -0 - -Clock source select: This field defines whether a pre-scalar of 8 is applied to the baud rate generator input clock. 0: clock source is uart_ref_clk 1: clock source is uart_ref_clk/8 -
-mode_reg0@0XE0000004 - -31:0 - -3ff - - - -20 - -UART Mode Register -
-

-

QSPI REGISTERS

-

Register ( slcr )Config_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Config_reg - -0XE000D000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-Holdb_dr - -19:19 - -80000 - -1 - -80000 - -If set, Holdb and WPn pins are actively driven by the qspi controller in 1-bit and 2-bit modes . If not set, then external pull up is required on HOLDb and WPn pins . Note that this bit doesn't affect the quad(4-bit) mode as Controller always drives these pins in quad mode. It is highly recommended to set this bit always(irrespective of mode of operation) while using QSPI -
-Config_reg@0XE000D000 - -31:0 - -80000 - - - -80000 - -SPI configuration register -
-

-

PL POWER ON RESET REGISTERS

-

Register ( slcr )CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CTRL - -0XF8007000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PCFG_POR_CNT_4K - -29:29 - -20000000 - -0 - -0 - -This register controls which POR timer the PL will use for power-up. 0 - Use 64k timer 1 - Use 4k timer -
-CTRL@0XF8007000 - -31:0 - -20000000 - - - -0 - -Control Register : This register defines basic control registers. Some of the register bits can be locked by control bits in the LOCK Register 0x004. -
-

-

SMC TIMING CALCULATION REGISTER UPDATE

-

NAND SET CYCLE

-

OPMODE

-

DIRECT COMMAND

-

SRAM/NOR CS0 SET CYCLE

-

DIRECT COMMAND

-

NOR CS0 BASE ADDRESS

-

SRAM/NOR CS1 SET CYCLE

-

DIRECT COMMAND

-

NOR CS1 BASE ADDRESS

-

USB RESET

-

ENET RESET

-

I2C RESET

-

NOR CHIP SELECT

-

DIR MODE BANK 0

-

MASK_DATA_0_LSW HIGH BANK [15:0]

-

OUTPUT ENABLE BANK 0

- -

-

ps7_post_config_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -LVL_SHFTR_EN - - -0XF8000900 - -32 - -RW - -0x000000 - -Level Shifters Enable -
- -FPGA_RST_CTRL - - -0XF8000240 - -32 - -RW - -0x000000 - -FPGA Software Reset Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_post_config_3_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -Write the unlock key, 0xDF0D, to enable writes to the slcr registers. All slcr registers, 0xF800_0000 to 0xF800_0B74, are writeable until locked using the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

ENABLING LEVEL SHIFTER

-

Register ( slcr )LVL_SHFTR_EN

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LVL_SHFTR_EN - -0XF8000900 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-USER_LVL_INP_EN_0 - -3:3 - -8 - -1 - -8 - -Level shifter enable to drive signals from PL to PS -
-USER_LVL_OUT_EN_0 - -2:2 - -4 - -1 - -4 - -Level shifter enable to drive signals from PS to PL -
-USER_LVL_INP_EN_1 - -1:1 - -2 - -1 - -2 - -Level shifter enable to drive signals from PL to PS -
-USER_LVL_OUT_EN_1 - -0:0 - -1 - -1 - -1 - -Level shifter enable to drive signals from PS to PL -
-LVL_SHFTR_EN@0XF8000900 - -31:0 - -f - - - -f - -Level Shifters Enable -
-

-

FPGA RESETS TO 0

-

Register ( slcr )FPGA_RST_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-FPGA_RST_CTRL - -0XF8000240 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_3 - -31:25 - -fe000000 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-reserved_FPGA_ACP_RST - -24:24 - -1000000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_AXDS3_RST - -23:23 - -800000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_AXDS2_RST - -22:22 - -400000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_AXDS1_RST - -21:21 - -200000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_AXDS0_RST - -20:20 - -100000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_2 - -19:18 - -c0000 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-reserved_FSSW1_FPGA_RST - -17:17 - -20000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FSSW0_FPGA_RST - -16:16 - -10000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_1 - -15:14 - -c000 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-reserved_FPGA_FMSW1_RST - -13:13 - -2000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_FMSW0_RST - -12:12 - -1000 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_DMA3_RST - -11:11 - -800 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_DMA2_RST - -10:10 - -400 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_DMA1_RST - -9:9 - -200 - -0 - -0 - -Reserved. Do not modify. -
-reserved_FPGA_DMA0_RST - -8:8 - -100 - -0 - -0 - -Reserved. Do not modify. -
-reserved - -7:4 - -f0 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-FPGA3_OUT_RST - -3:3 - -8 - -0 - -0 - -PL Reset 3 (FCLKRESETN3 output signal). Refer to the PS7 wrapper in EDK for possible signal inversion. Logic level on the FCLKRESETN3 signal: 0: De-assert reset (High logic level). 1: Assert Reset (Low logic state) -
-FPGA2_OUT_RST - -2:2 - -4 - -0 - -0 - -PL Reset 2 (FCLKRESETN2 output signal). Refer to the PS7 wrapper in EDK for possible signal inversion. Logic level on the FCLKRESETN2 signal: 0: De-assert reset (High logic level). 1: Assert Reset (Low logic state) -
-FPGA1_OUT_RST - -1:1 - -2 - -0 - -0 - -PL Reset 1 (FCLKRESETN1 output signal). Refer to the PS7 wrapper in EDK for possible signal inversion. Logic level on the FCLKRESETN1 signal: 0: De-assert reset (High logic level). 1: Assert Reset (Low logic state) -
-FPGA0_OUT_RST - -0:0 - -1 - -0 - -0 - -PL Reset 0 (FCLKRESETN0 output signal). Refer to the PS7 wrapper in EDK for possible signal inversion. Logic level on the FCLKRESETN0 signal: 0: De-assert reset (High logic level). 1: Assert Reset (Low logic state) -
-FPGA_RST_CTRL@0XF8000240 - -31:0 - -ffffffff - - - -0 - -FPGA Software Reset Control -
-

-

AFI REGISTERS

-

AFI0 REGISTERS

-

AFI1 REGISTERS

-

AFI2 REGISTERS

-

AFI3 REGISTERS

-

AFI2 SECURE REGISTER

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -Write the lock key, 0x767B, to write protect the slcr registers: all slcr registers, 0xF800_0000 to 0xF800_0B74, are write protected until the unlock key is written to the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_debug_3_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -LAR - - -0XF8898FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
- -LAR - - -0XF8899FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
- -LAR - - -0XF8809FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
-

-

ps7_debug_3_0

- - - - - - - - - -

CROSS TRIGGER CONFIGURATIONS

-

UNLOCKING CTI REGISTERS

-

Register ( slcr )LAR

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8898FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8898FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

Register ( slcr )LAR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8899FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8899FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

Register ( slcr )LAR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8809FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8809FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

ENABLING CTI MODULES AND CHANNELS

-

MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS

- -

- - - - -

ps7_pll_init_data_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -ARM_PLL_CFG - - -0XF8000110 - -32 - -RW - -0x000000 - -ARM PLL Configuration -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_CLK_CTRL - - -0XF8000120 - -32 - -RW - -0x000000 - -CPU Clock Control -
- -DDR_PLL_CFG - - -0XF8000114 - -32 - -RW - -0x000000 - -DDR PLL Configuration -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_CLK_CTRL - - -0XF8000124 - -32 - -RW - -0x000000 - -DDR Clock Control -
- -IO_PLL_CFG - - -0XF8000118 - -32 - -RW - -0x000000 - -IO PLL Configuration -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_pll_init_data_2_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

PLL SLCR REGISTERS

-

ARM PLL INIT

-

Register ( slcr )ARM_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CFG - -0XF8000110 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -2 - -20 - -Drive the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drive the PLL_CP[3:0] input of the PLL to set the PLL charge pump control -
-LOCK_CNT - -21:12 - -3ff000 - -fa - -fa000 - -Drive the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned withth a certain window before syaing locked. -
-ARM_PLL_CFG@0XF8000110 - -31:0 - -3ffff0 - - - -fa220 - -ARM PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -28 - -28000 - -Provide the feedback divisor for the PLL. Note: Before changing this value, the PLL must first be bypassed and then put into powerdown or reset state. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -7f000 - - - -28000 - -ARM PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -ARM PLL Bypass override control: PLL_BYPASS_QUAL = 0: 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL =1: 0: 1: bypass mode regardless of the pin strapping. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -10 - - - -10 - -ARM PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -Drive the RESET input of the PLL: 0: PLL out of reset 1: PLL held in reset. After reset, program the PLLs and ensure that the serviced bit is asserted before using. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -1 - - - -1 - -ARM PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -Drive the RESET input of the PLL: 0: PLL out of reset 1: PLL held in reset. After reset, program the PLLs and ensure that the serviced bit is asserted before using. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -1 - - - -0 - -ARM PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-ARM_PLL_LOCK - -0:0 - -1 - -1 - -1 - -ARM PLL lock status: 0: not locked, 1: locked -
-PLL_STATUS@0XF800010C - -31:0 - -1 - - - -1 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -ARM PLL Bypass override control: PLL_BYPASS_QUAL = 0: 0: enabled, not bypassed. 1: bypassed. PLL_BYPASS_QUAL =1: 0: 1: bypass mode regardless of the pin strapping. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -10 - - - -0 - -ARM PLL Control -
-

-

Register ( slcr )ARM_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_CLK_CTRL - -0XF8000120 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Select the source used to generate the CPU clock: 0x: CPU PLL 10: divided DDR PLL 11: IO PLL -
-DIVISOR - -13:8 - -3f00 - -2 - -200 - -Frequency divisor for the CPU clock source. -
-CPU_6OR4XCLKACT - -24:24 - -1000000 - -1 - -1000000 - -CPU_6x4x Clock control: 0: disable, 1: enable -
-CPU_3OR2XCLKACT - -25:25 - -2000000 - -1 - -2000000 - -CPU_3x2x Clock control: 0: disable, 1: enable -
-CPU_2XCLKACT - -26:26 - -4000000 - -1 - -4000000 - -CPU_2x Clock control: 0: disable, 1: enable -
-CPU_1XCLKACT - -27:27 - -8000000 - -1 - -8000000 - -CPU_1x Clock control: 0: disable, 1: enable -
-CPU_PERI_CLKACT - -28:28 - -10000000 - -1 - -10000000 - -Clock active: 0: Clock is disabled 1: Clock is enabled -
-ARM_CLK_CTRL@0XF8000120 - -31:0 - -1f003f30 - - - -1f000200 - -CPU Clock Control -
-

-

DDR PLL INIT

-

Register ( slcr )DDR_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CFG - -0XF8000114 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -2 - -20 - -Drive the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control. -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drive the PLL_CP[3:0] input of the PLL to set the PLL charge pump control. -
-LOCK_CNT - -21:12 - -3ff000 - -12c - -12c000 - -Drive the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned withth a certain window before staying locked. -
-DDR_PLL_CFG@0XF8000114 - -31:0 - -3ffff0 - - - -12c220 - -DDR PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -20 - -20000 - -Provide the feedback divisor for the PLL. Note: Before changing this value, the PLL must first be bypassed and then put into powerdown or reset state. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -7f000 - - - -20000 - -DDR PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -Overide control of the PLL bypass function within the clock controller to force into bypass state: 0: PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1: PLL forced to be bypassed -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -10 - - - -10 - -DDR PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -Drive the RESET input of the PLL: 0: PLL out of reset 1: PLL held in reset Remember that after reset, program the PLLs and ensure that the serviced bit below is asserted before using. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -1 - - - -1 - -DDR PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -Drive the RESET input of the PLL: 0: PLL out of reset 1: PLL held in reset Remember that after reset, program the PLLs and ensure that the serviced bit below is asserted before using. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -1 - - - -0 - -DDR PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DDR_PLL_LOCK - -1:1 - -2 - -1 - -2 - -DDR PLL lock status: 0: not locked, 1: locked -
-PLL_STATUS@0XF800010C - -31:0 - -2 - - - -2 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -Overide control of the PLL bypass function within the clock controller to force into bypass state: 0: PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1: PLL forced to be bypassed -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -10 - - - -0 - -DDR PLL Control -
-

-

Register ( slcr )DDR_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_CLK_CTRL - -0XF8000124 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DDR_3XCLKACT - -0:0 - -1 - -1 - -1 - -DDR_3x Clock control: 0: disable, 1: enable -
-DDR_2XCLKACT - -1:1 - -2 - -1 - -2 - -DDR_2x Clock control: 0: disable, 1: enable -
-DDR_3XCLK_DIVISOR - -25:20 - -3f00000 - -2 - -200000 - -Frequency divisor for the ddr_3x clock -
-DDR_2XCLK_DIVISOR - -31:26 - -fc000000 - -3 - -c000000 - -Frequency divisor for the ddr_2x clock -
-DDR_CLK_CTRL@0XF8000124 - -31:0 - -fff00003 - - - -c200003 - -DDR Clock Control -
-

-

IO PLL INIT

-

Register ( slcr )IO_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CFG - -0XF8000118 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -4 - -40 - -Drive the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control. -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drive the PLL_CP[3:0] input of the PLL to set the PLL charge pump control. -
-LOCK_CNT - -21:12 - -3ff000 - -fa - -fa000 - -Drive the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned withth a certain window before staying locked. -
-IO_PLL_CFG@0XF8000118 - -31:0 - -3ffff0 - - - -fa240 - -IO PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -30 - -30000 - -Provide the feedback divisor for the PLL. Note: Before changing this value, the PLL must first be bypassed and then put into powerdown or reset state. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -7f000 - - - -30000 - -IO PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -Overide control of the PLL bypass function within the clock controller to force into bypass state: 0: PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1: PLL forced to be bypassed -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -10 - - - -10 - -IO PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -Drive the RESET input of the PLL: 0: PLL out of reset. 1: PLL held in reset. Remember that after a reset, program the PLLs and ensure that the serviced bit below is asserted before using. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -1 - - - -1 - -IO PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -Drive the RESET input of the PLL: 0: PLL out of reset. 1: PLL held in reset. Remember that after a reset, program the PLLs and ensure that the serviced bit below is asserted before using. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -1 - - - -0 - -IO PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IO_PLL_LOCK - -2:2 - -4 - -1 - -4 - -IO PLL lock status: 0: not locked, 1: locked -
-PLL_STATUS@0XF800010C - -31:0 - -4 - - - -4 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -Overide control of the PLL bypass function within the clock controller to force into bypass state: 0: PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1: PLL forced to be bypassed -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -10 - - - -0 - -IO PLL Control -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_clock_init_data_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DCI_CLK_CTRL - - -0XF8000128 - -32 - -RW - -0x000000 - -DCI clock control -
- -UART_CLK_CTRL - - -0XF8000154 - -32 - -RW - -0x000000 - -UART Ref Clock Control -
- -PCAP_CLK_CTRL - - -0XF8000168 - -32 - -RW - -0x000000 - -PCAP Clock Control -
- -FPGA0_CLK_CTRL - - -0XF8000170 - -32 - -RW - -0x000000 - -PL Clock 0 Output control -
- -CLK_621_TRUE - - -0XF80001C4 - -32 - -RW - -0x000000 - -CPU Clock Ratio Mode select -
- -APER_CLK_CTRL - - -0XF800012C - -32 - -RW - -0x000000 - -AMBA Peripheral Clock Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_clock_init_data_2_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

CLOCK CONTROL SLCR REGISTERS

-

Register ( slcr )DCI_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DCI_CLK_CTRL - -0XF8000128 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT - -0:0 - -1 - -1 - -1 - -DCI clock control - 0: disable, 1: enable -
-DIVISOR0 - -13:8 - -3f00 - -f - -f00 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-DIVISOR1 - -25:20 - -3f00000 - -7 - -700000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. Second cascade divider -
-DCI_CLK_CTRL@0XF8000128 - -31:0 - -3f03f01 - - - -700f01 - -DCI clock control -
-

-

Register ( slcr )UART_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-UART_CLK_CTRL - -0XF8000154 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT0 - -0:0 - -1 - -1 - -1 - -UART 0 Reference clock control. 0: disable, 1: enable -
-CLKACT1 - -1:1 - -2 - -0 - -0 - -UART 1 reference clock active: 0: Clock is disabled 1: Clock is enabled -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Selects the PLL source to generate the clock. 0x: IO PLL 10: ARM PLL 11: DDR PLL -
-DIVISOR - -13:8 - -3f00 - -10 - -1000 - -Divisor for UART Controller source clock. -
-UART_CLK_CTRL@0XF8000154 - -31:0 - -3f33 - - - -1001 - -UART Ref Clock Control -
-

-

TRACE CLOCK

-

Register ( slcr )PCAP_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PCAP_CLK_CTRL - -0XF8000168 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT - -0:0 - -1 - -1 - -1 - -Clock active: 0: Clock is disabled 1: Clock is enabled -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Select the source used to generate the clock: 0x: Source for generated clock is IO PLL. 10: Source for generated clock is ARM PLL. 11: Source for generated clock is DDR PLL. -
-DIVISOR - -13:8 - -3f00 - -8 - -800 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-PCAP_CLK_CTRL@0XF8000168 - -31:0 - -3f31 - - - -801 - -PCAP Clock Control -
-

-

Register ( slcr )FPGA0_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-FPGA0_CLK_CTRL - -0XF8000170 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Select the source used to generate the clock: 0x: Source for generated clock is IO PLL. 10: Source for generated clock is ARM PLL. 11: Source for generated clock is DDR PLL. -
-DIVISOR0 - -13:8 - -3f00 - -4 - -400 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. First cascade divider. -
-DIVISOR1 - -25:20 - -3f00000 - -2 - -200000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. Second cascade divide -
-FPGA0_CLK_CTRL@0XF8000170 - -31:0 - -3f03f30 - - - -200400 - -PL Clock 0 Output control -
-

-

Register ( slcr )CLK_621_TRUE

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CLK_621_TRUE - -0XF80001C4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLK_621_TRUE - -0:0 - -1 - -1 - -1 - -Select the CPU clock ration: 0: 4:2:1 1: 6:2:1 -
-CLK_621_TRUE@0XF80001C4 - -31:0 - -1 - - - -1 - -CPU Clock Ratio Mode select -
-

-

Register ( slcr )APER_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-APER_CLK_CTRL - -0XF800012C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DMA_CPU_2XCLKACT - -0:0 - -1 - -1 - -1 - -DMA controller AMBA Clock control 0: disable, 1: enable -
-USB0_CPU_1XCLKACT - -2:2 - -4 - -1 - -4 - -USB controller 0 AMBA Clock control 0: disable, 1: enable -
-USB1_CPU_1XCLKACT - -3:3 - -8 - -1 - -8 - -USB controller 1 AMBA Clock control 0: disable, 1: enable -
-GEM0_CPU_1XCLKACT - -6:6 - -40 - -0 - -0 - -Gigabit Ethernet 0 AMBA Clock control 0: disable, 1: enable -
-GEM1_CPU_1XCLKACT - -7:7 - -80 - -0 - -0 - -Gigabit Ethernet 1 AMBA Clock control 0: disable, 1: enable -
-SDI0_CPU_1XCLKACT - -10:10 - -400 - -0 - -0 - -SDIO controller 0 AMBA Clock 0: disable, 1: enable -
-SDI1_CPU_1XCLKACT - -11:11 - -800 - -0 - -0 - -SDIO controller 1 AMBA Clock control 0: disable, 1: enable -
-SPI0_CPU_1XCLKACT - -14:14 - -4000 - -0 - -0 - -SPI 0 AMBA Clock control 0: disable, 1: enable -
-SPI1_CPU_1XCLKACT - -15:15 - -8000 - -0 - -0 - -SPI 1 AMBA Clock control 0: disable, 1: enable -
-CAN0_CPU_1XCLKACT - -16:16 - -10000 - -0 - -0 - -CAN 0 AMBA Clock control 0: disable, 1: enable -
-CAN1_CPU_1XCLKACT - -17:17 - -20000 - -0 - -0 - -CAN 1 AMBA Clock control 0: disable, 1: enable -
-I2C0_CPU_1XCLKACT - -18:18 - -40000 - -1 - -40000 - -I2C 0 AMBA Clock control 0: disable, 1: enable -
-I2C1_CPU_1XCLKACT - -19:19 - -80000 - -1 - -80000 - -I2C 1 AMBA Clock control 0: disable, 1: enable -
-UART0_CPU_1XCLKACT - -20:20 - -100000 - -1 - -100000 - -UART 0 AMBA Clock control 0: disable, 1: enable -
-UART1_CPU_1XCLKACT - -21:21 - -200000 - -0 - -0 - -UART 1 AMBA Clock control 0: disable, 1: enable -
-GPIO_CPU_1XCLKACT - -22:22 - -400000 - -1 - -400000 - -GPIO AMBA Clock control 0: disable, 1: enable -
-LQSPI_CPU_1XCLKACT - -23:23 - -800000 - -0 - -0 - -Quad SPI AMBA Clock control 0: disable, 1: enable -
-SMC_CPU_1XCLKACT - -24:24 - -1000000 - -1 - -1000000 - -SMC AMBA Clock control 0: disable, 1: enable -
-APER_CLK_CTRL@0XF800012C - -31:0 - -1ffcccd - - - -15c000d - -AMBA Peripheral Clock Control -
-

-

THIS SHOULD BE BLANK

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_ddr_init_data_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -ddrc_ctrl - - -0XF8006000 - -32 - -RW - -0x000000 - -DDRC Control -
- -Two_rank_cfg - - -0XF8006004 - -32 - -RW - -0x000000 - -Two Rank Configuration -
- -HPR_reg - - -0XF8006008 - -32 - -RW - -0x000000 - -HPR Queue control -
- -LPR_reg - - -0XF800600C - -32 - -RW - -0x000000 - -LPR Queue control -
- -WR_reg - - -0XF8006010 - -32 - -RW - -0x000000 - -WR Queue control -
- -DRAM_param_reg0 - - -0XF8006014 - -32 - -RW - -0x000000 - -DRAM Parameters 0 -
- -DRAM_param_reg1 - - -0XF8006018 - -32 - -RW - -0x000000 - -DRAM Parameters 1 -
- -DRAM_param_reg2 - - -0XF800601C - -32 - -RW - -0x000000 - -DRAM Parameters 2 -
- -DRAM_param_reg3 - - -0XF8006020 - -32 - -RW - -0x000000 - -DRAM Parameters 3 -
- -DRAM_param_reg4 - - -0XF8006024 - -32 - -RW - -0x000000 - -DRAM Parameters 4 -
- -DRAM_init_param - - -0XF8006028 - -32 - -RW - -0x000000 - -DRAM Initialization Parameters -
- -DRAM_EMR_reg - - -0XF800602C - -32 - -RW - -0x000000 - -DRAM EMR2, EMR3 access -
- -DRAM_EMR_MR_reg - - -0XF8006030 - -32 - -RW - -0x000000 - -DRAM EMR, MR access -
- -DRAM_burst8_rdwr - - -0XF8006034 - -32 - -RW - -0x000000 - -DRAM Burst 8 read/write -
- -DRAM_disable_DQ - - -0XF8006038 - -32 - -RW - -0x000000 - -DRAM Disable DQ -
- -DRAM_addr_map_bank - - -0XF800603C - -32 - -RW - -0x000000 - -Row/Column address bits -
- -DRAM_addr_map_col - - -0XF8006040 - -32 - -RW - -0x000000 - -Column address bits -
- -DRAM_addr_map_row - - -0XF8006044 - -32 - -RW - -0x000000 - -Select DRAM row address bits -
- -DRAM_ODT_reg - - -0XF8006048 - -32 - -RW - -0x000000 - -DRAM ODT control -
- -phy_cmd_timeout_rddata_cpt - - -0XF8006050 - -32 - -RW - -0x000000 - -PHY command time out and read data capture FIFO -
- -DLL_calib - - -0XF8006058 - -32 - -RW - -0x000000 - -DLL calibration -
- -ODT_delay_hold - - -0XF800605C - -32 - -RW - -0x000000 - -ODT delay and ODT hold -
- -ctrl_reg1 - - -0XF8006060 - -32 - -RW - -0x000000 - -Controller 1 -
- -ctrl_reg2 - - -0XF8006064 - -32 - -RW - -0x000000 - -Controller 2 -
- -ctrl_reg3 - - -0XF8006068 - -32 - -RW - -0x000000 - -Controller 3 -
- -ctrl_reg4 - - -0XF800606C - -32 - -RW - -0x000000 - -Controller 4 -
- -ctrl_reg5 - - -0XF8006078 - -32 - -RW - -0x000000 - -Controller register 5 -
- -ctrl_reg6 - - -0XF800607C - -32 - -RW - -0x000000 - -Controller register 6 -
- -CHE_REFRESH_TIMER01 - - -0XF80060A0 - -32 - -RW - -0x000000 - -CHE_REFRESH_TIMER01 -
- -CHE_T_ZQ - - -0XF80060A4 - -32 - -RW - -0x000000 - -ZQ parameters -
- -CHE_T_ZQ_Short_Interval_Reg - - -0XF80060A8 - -32 - -RW - -0x000000 - -Misc parameters -
- -deep_pwrdwn_reg - - -0XF80060AC - -32 - -RW - -0x000000 - -Deep powerdown (LPDDR2) -
- -reg_2c - - -0XF80060B0 - -32 - -RW - -0x000000 - -Training control -
- -reg_2d - - -0XF80060B4 - -32 - -RW - -0x000000 - -Misc Debug -
- -dfi_timing - - -0XF80060B8 - -32 - -RW - -0x000000 - -DFI timing -
- -CHE_ECC_CONTROL_REG_OFFSET - - -0XF80060C4 - -32 - -RW - -0x000000 - -ECC error clear -
- -CHE_CORR_ECC_LOG_REG_OFFSET - - -0XF80060C8 - -32 - -RW - -0x000000 - -ECC error correction -
- -CHE_UNCORR_ECC_LOG_REG_OFFSET - - -0XF80060DC - -32 - -RW - -0x000000 - -ECC unrecoverable error status -
- -CHE_ECC_STATS_REG_OFFSET - - -0XF80060F0 - -32 - -RW - -0x000000 - -ECC error count -
- -ECC_scrub - - -0XF80060F4 - -32 - -RW - -0x000000 - -ECC mode/scrub -
- -phy_rcvr_enable - - -0XF8006114 - -32 - -RW - -0x000000 - -Phy receiver enable register -
- -PHY_Config0 - - -0XF8006118 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config1 - - -0XF800611C - -32 - -RW - -0x000000 - -PHY configuration register for data slice 1. -
- -PHY_Config2 - - -0XF8006120 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 2. -
- -PHY_Config3 - - -0XF8006124 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 3. -
- -phy_init_ratio0 - - -0XF800612C - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio1 - - -0XF8006130 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 1. -
- -phy_init_ratio2 - - -0XF8006134 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 2. -
- -phy_init_ratio3 - - -0XF8006138 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 3. -
- -phy_rd_dqs_cfg0 - - -0XF8006140 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg1 - - -0XF8006144 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 1. -
- -phy_rd_dqs_cfg2 - - -0XF8006148 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 2. -
- -phy_rd_dqs_cfg3 - - -0XF800614C - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 3. -
- -phy_wr_dqs_cfg0 - - -0XF8006154 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg1 - - -0XF8006158 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 1. -
- -phy_wr_dqs_cfg2 - - -0XF800615C - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 2. -
- -phy_wr_dqs_cfg3 - - -0XF8006160 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 3. -
- -phy_we_cfg0 - - -0XF8006168 - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 0. -
- -phy_we_cfg1 - - -0XF800616C - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 1. -
- -phy_we_cfg2 - - -0XF8006170 - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 2. -
- -phy_we_cfg3 - - -0XF8006174 - -32 - -RW - -0x000000 - -PHY FIFO write enable configuration for data slice 3. -
- -wr_data_slv0 - - -0XF800617C - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 0. -
- -wr_data_slv1 - - -0XF8006180 - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 1. -
- -wr_data_slv2 - - -0XF8006184 - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 2. -
- -wr_data_slv3 - - -0XF8006188 - -32 - -RW - -0x000000 - -PHY write data slave ratio config for data slice 3. -
- -reg_64 - - -0XF8006190 - -32 - -RW - -0x000000 - -Training control 2 -
- -reg_65 - - -0XF8006194 - -32 - -RW - -0x000000 - -Training control 3 -
- -page_mask - - -0XF8006204 - -32 - -RW - -0x000000 - -Page mask -
- -axi_priority_wr_port0 - - -0XF8006208 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port1 - - -0XF800620C - -32 - -RW - -0x000000 - -AXI Priority control for write port 1. -
- -axi_priority_wr_port2 - - -0XF8006210 - -32 - -RW - -0x000000 - -AXI Priority control for write port 2. -
- -axi_priority_wr_port3 - - -0XF8006214 - -32 - -RW - -0x000000 - -AXI Priority control for write port 3. -
- -axi_priority_rd_port0 - - -0XF8006218 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port1 - - -0XF800621C - -32 - -RW - -0x000000 - -AXI Priority control for read port 1. -
- -axi_priority_rd_port2 - - -0XF8006220 - -32 - -RW - -0x000000 - -AXI Priority control for read port 2. -
- -axi_priority_rd_port3 - - -0XF8006224 - -32 - -RW - -0x000000 - -AXI Priority control for read port 3. -
- -lpddr_ctrl0 - - -0XF80062A8 - -32 - -RW - -0x000000 - -LPDDR2 Control 0 -
- -lpddr_ctrl1 - - -0XF80062AC - -32 - -RW - -0x000000 - -LPDDR2 Control 1 -
- -lpddr_ctrl2 - - -0XF80062B0 - -32 - -RW - -0x000000 - -LPDDR2 Control 2 -
- -lpddr_ctrl3 - - -0XF80062B4 - -32 - -RW - -0x000000 - -LPDDR2 Control 3 -
- -ddrc_ctrl - - -0XF8006000 - -32 - -RW - -0x000000 - -DDRC Control -
-

-

ps7_ddr_init_data_2_0

- - - - - - - - - -

DDR INITIALIZATION

-

LOCK DDR

-

Register ( slcr )ddrc_ctrl

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ddrc_ctrl - -0XF8006000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_soft_rstb - -0:0 - -1 - -0 - -0 - -Active low soft reset. Update during normal operation. 0: Resets the controller 1: Takes the controller out of reset. Dynamic Bit Field. Note: Software changes DRAM controller register values only when the controller is in the reset state, except for bit fields that can be dymanically updated. -
-reg_ddrc_powerdown_en - -1:1 - -2 - -0 - -0 - -Controller power down control. Update during normal operation. Enable the controller to powerdown after it becomes idle. Dynamic Bit Field. 0: disable 1: enable -
-reg_ddrc_data_bus_width - -3:2 - -c - -0 - -0 - -DDR bus width control 00: 32-bit 01: 16-bit 1x: reserved -
-reg_ddrc_burst8_refresh - -6:4 - -70 - -0 - -0 - -Refresh timeout. Programmed value plus one will be the number of refresh timeouts that will be allowed to accumulate before traffic is blocked and the refreshes are forced to execute. Closing pages to perform a refresh is a one-time penalty that must be paid for each group of refreshes; therefore, performing refreshes in a burst reduces the per-refresh penalty of these page closings. Higher numbers for burst_of_N_refresh slightly increases utilization; lower numbers decreases the worst-case latency associated with refreshes. 0: single refresh 1: burst-of-2 ... 7: burst-of-8 refresh -
-reg_ddrc_rdwr_idle_gap - -13:7 - -3f80 - -1 - -80 - -When the preferred transaction store is empty for this many clock cycles, switch to the alternate transaction store if it is non-empty. The read transaction store (both high and low priority) is the default preferred transaction store and the write transaction store is the alternate store. When 'Prefer write over read' is set this is reversed. -
-reg_ddrc_dis_rd_bypass - -14:14 - -4000 - -0 - -0 - -Only present in designs supporting read bypass. For Debug only. 0: Do not disable bypass path for high priority read page hits. 1: disable bypass path for high priority read page hits. -
-reg_ddrc_dis_act_bypass - -15:15 - -8000 - -0 - -0 - -Only present in designs supporting activate bypass. For Debug only. 0: Do not disable bypass path for high priority read activates. 1: disable bypass path for high priority read activates. -
-reg_ddrc_dis_auto_refresh - -16:16 - -10000 - -0 - -0 - -Disable auto-refresh. 0: do not disable auto-refresh. 1: disable auto-refresh. Dynamic Bit Field. Note: When this transitions from 0 to 1, any pending refreshes will be immediately scheduled by the controller. -
-ddrc_ctrl@0XF8006000 - -31:0 - -1ffff - - - -80 - -DDRC Control -
-

-

Register ( slcr )Two_rank_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Two_rank_cfg - -0XF8006004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_rfc_nom_x32 - -11:0 - -fff - -82 - -82 - -tREFI - Average time between refreshes. Unit: in multiples of 32 clocks. DRAM related. Default value is set for DDR3. Dynamic Bit Field. -
-reg_ddrc_active_ranks - -13:12 - -3000 - -1 - -1000 - -Rank configuration: 01: One Rank of DDR 11: Two Ranks of DDR Others: reserved -
-reg_ddrc_addrmap_cs_bit0 - -18:14 - -7c000 - -0 - -0 - -Only present for multi-rank configurations. Selects the address bit used as rank address bit 0. Valid Range: 0 to 25, and 31 Internal Base: 9. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 31, rank address bit 0 is set to 0. -
-reg_ddrc_wr_odt_block - -20:19 - -180000 - -1 - -80000 - -Block read/write scheduling cycle count when Write requires changing ODT settings 00: 1 cycle 01: 2 cycles 10: 3 cycles others: reserved -
-reg_ddrc_diff_rank_rd_2cycle_gap - -21:21 - -200000 - -0 - -0 - -Only present for multi-rank configurations. The two cycle gap is required for mDDR only, due to the large variance in tDQSCK in mDDR. 0: schedule a 1-cycle gap in data responses when performing consecutive reads to different ranks 1: schedule 2 cycle gap for the same -
-reg_ddrc_addrmap_cs_bit1 - -26:22 - -7c00000 - -0 - -0 - -Only present for multi-rank configurations. Selects the address bit used as rank address bit 1. Valid Range: 0 to 25, and 31 Internal Base: 10 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 31, rank address bit 1 is set to 0. -
-reg_ddrc_addrmap_open_bank - -27:27 - -8000000 - -0 - -0 - -Only present if MEMC_SIMPLE_ADDR_MAP is defined. Since MEMC_SIMPLE_ADDR_MAP is not defined, Reserved 1: Set the address map to Open Bank mode -
-reg_ddrc_addrmap_4bank_ram - -28:28 - -10000000 - -0 - -0 - -Only present if MEMC_SIMPLE_ADDR_MAP is defined. Since MEMC_SIMPLE_ADDR_MAP is not defined, Reserved 1: Set the address map for 4 Bank RAMs -
-Two_rank_cfg@0XF8006004 - -31:0 - -1fffffff - - - -81082 - -Two Rank Configuration -
-

-

Register ( slcr )HPR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-HPR_reg - -0XF8006008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_hpr_min_non_critical_x32 - -10:0 - -7ff - -f - -f - -Number of counts that the HPR queue is guaranteed to be non-critical (1 count = 32 DDR clocks). -
-reg_ddrc_hpr_max_starve_x32 - -21:11 - -3ff800 - -f - -7800 - -Number of clocks that the HPR queue can be starved before it goes critical. Unit: 32 clocks -
-reg_ddrc_hpr_xact_run_length - -25:22 - -3c00000 - -f - -3c00000 - -Number of transactions that will be serviced once the HPR queue goes critical is the smaller of this number and the number of transactions available. -
-HPR_reg@0XF8006008 - -31:0 - -3ffffff - - - -3c0780f - -HPR Queue control -
-

-

Register ( slcr )LPR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LPR_reg - -0XF800600C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_lpr_min_non_critical_x32 - -10:0 - -7ff - -1 - -1 - -Number of clocks that the LPR queue is guaranteed to be non-critical. Unit: 32 clocks -
-reg_ddrc_lpr_max_starve_x32 - -21:11 - -3ff800 - -2 - -1000 - -Number of clocks that the LPR queue can be starved before it goes critical. Unit: 32 clocks -
-reg_ddrc_lpr_xact_run_length - -25:22 - -3c00000 - -8 - -2000000 - -Number of transactions that will be serviced once the LPR queue goes critical is the smaller of this number and the number of transactions available -
-LPR_reg@0XF800600C - -31:0 - -3ffffff - - - -2001001 - -LPR Queue control -
-

-

Register ( slcr )WR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-WR_reg - -0XF8006010 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_w_min_non_critical_x32 - -10:0 - -7ff - -1 - -1 - -Number of clock cycles that the WR queue is guaranteed to be non-critical. -
-reg_ddrc_w_xact_run_length - -14:11 - -7800 - -8 - -4000 - -Number of transactions that will be serviced once the WR queue goes critical is the smaller of this number and the number of transactions available -
-reg_ddrc_w_max_starve_x32 - -25:15 - -3ff8000 - -2 - -10000 - -Number of clocks that the Write queue can be starved before it goes critical. Unit: 32 clocks. FOR PERFORMANCE ONLY. -
-WR_reg@0XF8006010 - -31:0 - -3ffffff - - - -14001 - -WR Queue control -
-

-

Register ( slcr )DRAM_param_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg0 - -0XF8006014 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_rc - -5:0 - -3f - -1b - -1b - -tRC - Min time between activates to same bank (spec: 65 ns for DDR2-400 and smaller for faster parts). DRAM Related. Default value is set for DDR3. -
-reg_ddrc_t_rfc_min - -13:6 - -3fc0 - -56 - -1580 - -tRFC(min) - Minimum time from refresh to refresh or activate (spec: 75nS to 195nS). DRAM Related. Default value is set for DDR3. Dynamic Bit Field. -
-reg_ddrc_post_selfref_gap_x32 - -20:14 - -1fc000 - -10 - -40000 - -Minimum time to wait after coming out of self refresh before doing anything. This must be bigger than all the constraints that exist. (spec: Maximum of tXSNR and tXSRD and tXSDLL which is 512 clocks). Unit: in multiples of 32 clocks. DRAM Related -
-DRAM_param_reg0@0XF8006014 - -31:0 - -1fffff - - - -4159b - -DRAM Parameters 0 -
-

-

Register ( slcr )DRAM_param_reg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg1 - -0XF8006018 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_wr2pre - -4:0 - -1f - -13 - -13 - -Minimum time between write and precharge to same bank DDR and DDR3: WL + BL/2 + tWR LPDDR2: WL + BL/2 + tWR + 1 Unit: Clocks where, WL: write latency. BL: burst length. This must match the value programmed in the BL bit of the mode register to the DRAM. BST is not supported at present. tWR: write recovery time. This comes directly from the DRAM specs. -
-reg_ddrc_powerdown_to_x32 - -9:5 - -3e0 - -6 - -c0 - -After this many clocks of NOP or DESELECT the controller will put the DRAM into power down. This must be enabled in the Master Control Register. Unit: Multiples of 32 clocks. -
-reg_ddrc_t_faw - -15:10 - -fc00 - -16 - -5800 - -tFAW - At most 4 banks must be activated in a rolling window of tFAW cycles. Unit: clocks. DRAM Related. -
-reg_ddrc_t_ras_max - -21:16 - -3f0000 - -24 - -240000 - -tRAS(max) - Maximum time between activate and precharge to same bank. Maximum time that a page can be kept open (spec is 70 us). If this is zero. The page is closed after each transaction. Unit: Multiples of 1024 clocks DRAM related. -
-reg_ddrc_t_ras_min - -26:22 - -7c00000 - -13 - -4c00000 - -tRAS(min) - Minimum time between activate and precharge to the same bank (spec is 45 ns). Unit: clocks DRAM related. Default value is set for DDR3. -
-reg_ddrc_t_cke - -31:28 - -f0000000 - -4 - -40000000 - -Minimum number of cycles of CKE HIGH/LOW during power down and self refresh. DDR2 and DDR3: Set this to tCKE value. LPDDR2: Set this to the larger of tCKE or tCKESR. Unit: clocks. -
-DRAM_param_reg1@0XF8006018 - -31:0 - -f7ffffff - - - -44e458d3 - -DRAM Parameters 1 -
-

-

Register ( slcr )DRAM_param_reg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg2 - -0XF800601C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_write_latency - -4:0 - -1f - -5 - -5 - -Time from write command to write data on DDRC to PHY Interface. (PHY adds an extra flop delay on the write data path; hence this value is one less than the write latency of the DRAM device itself). DDR2 and DDR3: WL -1 LPDDR2: WL Where WL: Write Latency of DRAM DRAM related. -
-reg_ddrc_rd2wr - -9:5 - -3e0 - -7 - -e0 - -Minimum time from read command to write command. Include time for bus turnaround and all per-bank, per-rank, and global constraints. DDR2 and DDR3: RL + BL/2 + 2 - WL LPDDR2: RL + BL/2 + RU (tDQSCKmax / tCK) + 1 - WL Write Pre-amble and DQ/DQS jitter timer is included in the above equation. DRAM RELATED. -
-reg_ddrc_wr2rd - -14:10 - -7c00 - -f - -3c00 - -Minimum time from write command to read command. Includes time for bus turnaround and recovery times and all per-bank, per-rank, and global constraints. DDR2 and DDR3: WL + tWTR + BL/2 LPDDR2: WL + tWTR + BL/2 + 1 Unit: clocks. Where, WL: Write latency, BL: burst length. This should match the value. Programmed in the BL bit of the mode register to the DRAM. tWTR: internal WRITE to READ command delay. This comes directly from the DRAM specs. -
-reg_ddrc_t_xp - -19:15 - -f8000 - -5 - -28000 - -tXP: Minimum time after power down exit to any operation. DRAM related. -
-reg_ddrc_pad_pd - -22:20 - -700000 - -0 - -0 - -If pads have a power-saving mode, this is the greater of the time for the pads to enter power down or the time for the pads to exit power down. Used only in non-DFI designs. Unit: clocks. -
-reg_ddrc_rd2pre - -27:23 - -f800000 - -5 - -2800000 - -Minimum time from read to precharge of same bank DDR2: AL + BL/2 + max(tRTP, 2) - 2 DDR3: AL + max (tRTP, 4) LPDDR2: BL/2 + tRTP - 1 AL: Additive Latency; BL: DRAM Burst Length; tRTP: value from spec. DRAM related. -
-reg_ddrc_t_rcd - -31:28 - -f0000000 - -7 - -70000000 - -tRCD - AL Minimum time from activate to read or write command to same bank Min value for this is 1. AL = Additive Latency. DRAM Related. -
-DRAM_param_reg2@0XF800601C - -31:0 - -ffffffff - - - -7282bce5 - -DRAM Parameters 2 -
-

-

Register ( slcr )DRAM_param_reg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg3 - -0XF8006020 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_ccd - -4:2 - -1c - -4 - -10 - -tCCD - Minimum time between two reads or two writes (from bank a to bank b) is this value + 1. DRAM related. -
-reg_ddrc_t_rrd - -7:5 - -e0 - -6 - -c0 - -tRRD - Minimum time between activates from bank A to bank B. (spec: 10ns or less) DRAM RELATED -
-reg_ddrc_refresh_margin - -11:8 - -f00 - -2 - -200 - -Issue critical refresh or page close this many cycles before the critical refresh or page timer expires. It is recommended that this not be changed from the default value. -
-reg_ddrc_t_rp - -15:12 - -f000 - -7 - -7000 - -tRP - Minimum time from precharge to activate of same bank. DRAM RELATED -
-reg_ddrc_refresh_to_x32 - -20:16 - -1f0000 - -8 - -80000 - -If the refresh timer (tRFC_nom, as known as tREFI) has expired at least once, but it has not expired burst_of_N_refresh times yet, then a 'speculative refresh' may be performed. A speculative refresh is a refresh performed at a time when refresh would be useful, but before it is absolutely required. When the DRAM bus is idle for a period of time determined by this refresh idle timeout and the refresh timer has expired at least once since the last refresh, then a 'speculative refresh' will be performed. Speculative refreshes will continue successively until there are no refreshes pending or until new reads or writes are issued to the controller. Dynamic Bit Field. -
-reg_ddrc_sdram - -21:21 - -200000 - -1 - -200000 - -1: sdram device 0: non-sdram device -
-reg_ddrc_mobile - -22:22 - -400000 - -0 - -0 - -0: DDR2 or DDR3 device. 1: LPDDR2 device. -
-reg_ddrc_clock_stop_en - -23:23 - -800000 - -0 - -0 - -DDR2 and DDR3: not used. LPDDR2: 0: stop_clk will never be asserted. 1: enable the assertion of stop_clk to the PHY whenever a clock is not required -
-reg_ddrc_read_latency - -28:24 - -1f000000 - -7 - -7000000 - -Non-LPDDR2: not used. DDR2 and DDR3: Set to Read Latency, RL. Time from Read command to Read data on DRAM interface. It is used to calculate when DRAM clock may be stopped. Unit: DDR clock. -
-reg_phy_mode_ddr1_ddr2 - -29:29 - -20000000 - -1 - -20000000 - -unused -
-reg_ddrc_dis_pad_pd - -30:30 - -40000000 - -0 - -0 - -1: disable the pad power down feature 0: Enable the pad power down feature. -
-reg_ddrc_loopback - -31:31 - -80000000 - -0 - -0 - -unused -
-DRAM_param_reg3@0XF8006020 - -31:0 - -fffffffc - - - -272872d0 - -DRAM Parameters 3 -
-

-

Register ( slcr )DRAM_param_reg4

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg4 - -0XF8006024 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_en_2t_timing_mode - -0:0 - -1 - -0 - -0 - -1: DDRC will use 2T timing 0: DDRC will use 1T timing -
-reg_ddrc_prefer_write - -1:1 - -2 - -0 - -0 - -1: Bank selector prefers writes over reads -
-reg_ddrc_max_rank_rd - -5:2 - -3c - -f - -3c - -Only present for multi-rank configurations Background: Reads to the same rank can be performed back-to-back. Reads from different ranks require additional 1-cycle latency in between (to avoid possible data bus contention). The controller arbitrates for bus access on a cycle-by-cycle basis; therefore after a read is scheduled, there is a clock cycle in which only reads from the same bank are eligible to be scheduled. This prevents reads from other ranks from having fair access to the data bus. This parameter represents the maximum number of 64-byte reads (or 32B reads in some short read cases) that can be scheduled consecutively to the same rank. After this number is reached, a 1-cycle delay is inserted by the scheduler to allow all ranks a fair opportunity to be scheduled. Higher numbers increase bandwidth utilization, lower numbers increase fairness (and hence worst-case latency). FOR PERFORMANCE ONLY. -
-reg_ddrc_mr_wr - -6:6 - -40 - -0 - -0 - -A low to high signal on this signal will do a mode register write or read. Controller will accept this command, if this signal is detected high and "ddrc_reg_mr_wr_busy" is detected low. -
-reg_ddrc_mr_addr - -8:7 - -180 - -0 - -0 - -DDR2 and DDR3: Mode register address. LPDDR2: not used. 00: MR0 01: MR1 10: MR2 11: MR3 -
-reg_ddrc_mr_data - -24:9 - -1fffe00 - -0 - -0 - -DDR2 and DDR3: Mode register write data. LPDDR2: The 16 bits are interpreted for reads and writes: Reads: MR Addr[7:0], Don't Care[7:0]. Writes: MR Addf[7:0], MR Data[7:0]. -
-ddrc_reg_mr_wr_busy - -25:25 - -2000000 - -0 - -0 - -Core must initiate a MR write / read operation only if this signal is low. This signal goes high in the clock after the controller accepts the write / read request. It goes low when (i) MR write command has been issued to the DRAM (ii) MR Read data has been returned to Controller. Any MR write / read command that is received when 'ddrc_reg_mr_wr_busy' is high is not accepted. 0: Indicates that the core can initiate a mode register write / read operation. 1: Indicates that mode register write / read operation is in progress. -
-reg_ddrc_mr_type - -26:26 - -4000000 - -0 - -0 - -Indicates whether the Mode register operation is read or write 0: write 1: read -
-reg_ddrc_mr_rdata_valid - -27:27 - -8000000 - -0 - -0 - -This bit indicates whether the Mode Register Read Data present at address 0xA9 is valid or not. This bit is 0 by default. This bit will be cleared (0), whenever a Mode Register Read command is issued. This bit will be set to 1, when the Mode Register Read Data is written to register 0xA9. -
-DRAM_param_reg4@0XF8006024 - -31:0 - -fffffff - - - -3c - -DRAM Parameters 4 -
-

-

Register ( slcr )DRAM_init_param

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_init_param - -0XF8006028 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_final_wait_x32 - -6:0 - -7f - -7 - -7 - -Cycles to wait after completing the DRAM init sequence before starting the dynamic scheduler. Units are in counts of a global timer that pulses every 32 clock cycles. Default value is set for DDR3. -
-reg_ddrc_pre_ocd_x32 - -10:7 - -780 - -0 - -0 - -Wait period before driving the 'OCD Complete' command to DRAM. Units are in counts of a global timer that pulses every 32 clock cycles. There is no known spec requirement for this. It may be set to zero. -
-reg_ddrc_t_mrd - -13:11 - -3800 - -4 - -2000 - -tMRD - Cycles between Load Mode commands. DRAM related. Default value is set for DDR3. -
-DRAM_init_param@0XF8006028 - -31:0 - -3fff - - - -2007 - -DRAM Initialization Parameters -
-

-

Register ( slcr )DRAM_EMR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_EMR_reg - -0XF800602C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_emr2 - -15:0 - -ffff - -8 - -8 - -DDR2 and DDR3: Value written into the DRAM EMR2 register. LPDDR2: Value written into the DRAM MR3 register. -
-reg_ddrc_emr3 - -31:16 - -ffff0000 - -0 - -0 - -DDR2 and DDR3: Value written into the DRAM EMR3 register. LPDDR2: not used. -
-DRAM_EMR_reg@0XF800602C - -31:0 - -ffffffff - - - -8 - -DRAM EMR2, EMR3 access -
-

-

Register ( slcr )DRAM_EMR_MR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_EMR_MR_reg - -0XF8006030 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_mr - -15:0 - -ffff - -b30 - -b30 - -DDR2 and DDR3: Value written into the DRAM Mode register. Bit 8 is for DLL and the setting here is ignored. The controller sets appropriately. LPDDR2: Value written into the DRAM MR1 register -
-reg_ddrc_emr - -31:16 - -ffff0000 - -4 - -40000 - -DDR2 and DDR3: Value written into the DRAM EMR registers. Bits [9:7] are for OCD and the setting in this register is ignored. The controller sets those bits appropriately. LPDDR2: Value written into the DRAM MR2 register. -
-DRAM_EMR_MR_reg@0XF8006030 - -31:0 - -ffffffff - - - -40b30 - -DRAM EMR, MR access -
-

-

Register ( slcr )DRAM_burst8_rdwr

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_burst8_rdwr - -0XF8006034 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_burst_rdwr - -3:0 - -f - -4 - -4 - -Controls the burst size used to access the DRAM. This must match the BL mode register setting in the DRAM. 0010: Burst length of 4 0100: Burst length of 8 1000: Burst length of 16 (LPDDR2 with ___-bit data) All other values are reserved -
-reg_ddrc_pre_cke_x1024 - -13:4 - -3ff0 - -16d - -16d0 - -Clock cycles to wait after a DDR software reset before driving CKE high to start the DRAM initialization sequence. Units: 1024 clock cycles. DDR2 Specifications typically require this to be programmed for a delay of >= 200 uS. LPDDR2 - tINIT0 of 20 mS (max) + tINIT1 of 100 nS (min) -
-reg_ddrc_post_cke_x1024 - -25:16 - -3ff0000 - -1 - -10000 - -Clock cycles to wait after driving CKE high to start the DRAM initialization sequence. Units: 1024 clocks. DDR2 typically require a 400 ns delay, requiring this value to be programmed to 2 at all clock speeds. LPDDR2 - Typically require this to be programmed for a delay of 200 us. -
-reg_ddrc_burstchop - -28:28 - -10000000 - -0 - -0 - -Feature not supported. When 1, Controller is out in burstchop mode. -
-DRAM_burst8_rdwr@0XF8006034 - -31:0 - -13ff3fff - - - -116d4 - -DRAM Burst 8 read/write -
-

-

Register ( slcr )DRAM_disable_DQ

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_disable_DQ - -0XF8006038 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_force_low_pri_n - -0:0 - -1 - -0 - -0 - -Read Transaction Priority disable. 0: read transactions forced to low priority (turns off Bypass). 1: HPR reads allowed if enabled in the AXI priority read registers. -
-reg_ddrc_dis_dq - -1:1 - -2 - -0 - -0 - -When 1, DDRC will not de-queue any transactions from the CAM. Bypass will also be disabled. All transactions will be queued in the CAM. This is for debug only; no reads or writes are issued to DRAM as long as this is asserted. Dynamic Bit Field. -
-reg_phy_debug_mode - -6:6 - -40 - -0 - -0 - -Not Applicable in this PHY. -
-reg_phy_wr_level_start - -7:7 - -80 - -0 - -0 - -Not Applicable in this PHY. -
-reg_phy_rd_level_start - -8:8 - -100 - -0 - -0 - -Not Applicable in this PHY. -
-reg_phy_dq0_wait_t - -12:9 - -1e00 - -0 - -0 - -Not Applicable in this PHY. -
-DRAM_disable_DQ@0XF8006038 - -31:0 - -1fc3 - - - -0 - -DRAM Disable DQ -
-

-

Register ( slcr )DRAM_addr_map_bank

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_bank - -0XF800603C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_bank_b0 - -3:0 - -f - -7 - -7 - -Selects the address bits used as bank address bit 0. Valid Range: 0 to 14. Internal Base: 5. The selected address bit for each of the bank address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_bank_b1 - -7:4 - -f0 - -7 - -70 - -Selects the address bits used as bank address bit 1. Valid Range: 0 to 14; Internal Base: 6. The selected address bit for each of the bank address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_bank_b2 - -11:8 - -f00 - -7 - -700 - -Selects the AXI address bit used as bank address bit 2. Valid range 0 to 14, and 15. Internal Base: 7. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, bank address bit 2 is set to 0. -
-reg_ddrc_addrmap_col_b5 - -15:12 - -f000 - -0 - -0 - -Full bus width mode: Selects the address bits used as column address bits 6. Half bus width mode: Selects the address bits used as column address bits 7. Valid range is 0-7. Internal Base 8. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. Internal base: 9 -
-reg_ddrc_addrmap_col_b6 - -19:16 - -f0000 - -0 - -0 - -Full bus width mode: Selects the address bits used as column address bits 7. Half bus width mode: Selects the address bits used as column address bits 8. Valid range is 0-7. Internal Base 9. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. Internal base: 9 -
-DRAM_addr_map_bank@0XF800603C - -31:0 - -fffff - - - -777 - -Row/Column address bits -
-

-

Register ( slcr )DRAM_addr_map_col

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_col - -0XF8006040 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_col_b2 - -3:0 - -f - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 3. Half bus width mode: Selects the address bit used as column address bit 4. Valid Range: 0 to 7. Internal Base: 5 The selected address bit is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b3 - -7:4 - -f0 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 4. Half bus width mode: Selects the address bit used as column address bit 5. Valid Range: 0 to 7 Internal Base: 6 The selected address bit is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b4 - -11:8 - -f00 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 5. Half bus width mode: Selects the address bit used as column address bits 6. Valid Range: 0 to 7. Internal Base: 7. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b7 - -15:12 - -f000 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 8. Half bus width mode: Selects the address bit used as column address bit 9. Valid Range: 0 to 7, and 15. Internal Base: 10. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10.In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b8 - -19:16 - -f0000 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 9. Half bus width mode: Selects the address bit used as column address bit 11. (Column address bit 10 in LPDDR2 mode) Valid Range: 0 to 7, and 15 Internal Base: 11 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b9 - -23:20 - -f00000 - -f - -f00000 - -Full bus width mode: Selects the address bit used as column address bit 11. (Column address bit 10 in LPDDR2 mode) Half bus width mode: Selects the address bit used as column address bit 12. (Column address bit 11 in LPDDR2 mode) Valid Range: 0 to 7, and 15 Internal Base: 12 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b10 - -27:24 - -f000000 - -f - -f000000 - -Full bus width mode: Selects the address bit used as column address bit 12. (Column address bit 11 in LPDDR2 mode) Half bus width mode: Selects the address bit used as column address bit 13. (Column address bit 12 in LPDDR2 mode) Valid Range: 0 to 7, and 15. Internal Base: 13 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b11 - -31:28 - -f0000000 - -f - -f0000000 - -Full bus width mode: Selects the address bit used as column address bit 13. (Column address bit 12 in LPDDR2 mode) Half bus width mode: Unused. To make it unused, this should be set to 15. (Column address bit 13 in LPDDR2 mode) Valid Range: 0 to 7, and 15. Internal Base: 14. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-DRAM_addr_map_col@0XF8006040 - -31:0 - -ffffffff - - - -fff00000 - -Column address bits -
-

-

Register ( slcr )DRAM_addr_map_row

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_row - -0XF8006044 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_row_b0 - -3:0 - -f - -6 - -6 - -Selects the AXI address bits used as row address bit 0. Valid Range: 0 to 11. Internal Base: 9 The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field -
-reg_ddrc_addrmap_row_b1 - -7:4 - -f0 - -6 - -60 - -Selects the AXI address bits used as row address bit 1. Valid Range: 0 to 11. Internal Base: 10 The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_row_b2_11 - -11:8 - -f00 - -6 - -600 - -Selects the AXI address bits used as row address bits 2 to 11. Valid Range: 0 to 11. Internal Base: 11 (for row address bit 2) to 20 (for row address bit 11) The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_row_b12 - -15:12 - -f000 - -6 - -6000 - -Selects the AXI address bit used as row address bit 12. Valid Range: 0 to 11, and 15 Internal Base: 21 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 12 is set to 0. -
-reg_ddrc_addrmap_row_b13 - -19:16 - -f0000 - -6 - -60000 - -Selects the AXI address bit used as row address bit 13. Valid Range: 0 to 11, and 15 Internal Base: 22 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 13 is set to 0. -
-reg_ddrc_addrmap_row_b14 - -23:20 - -f00000 - -f - -f00000 - -Selects theAXI address bit used as row address bit 14. Valid Range: 0 to 11, and 15 Internal Base: 23 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 14 is set to 0. -
-reg_ddrc_addrmap_row_b15 - -27:24 - -f000000 - -f - -f000000 - -Selects the AXI address bit used as row address bit 15. Valid Range: 0 to 11, and 15 Internal Base: 24 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 15 is set to 0. -
-DRAM_addr_map_row@0XF8006044 - -31:0 - -fffffff - - - -ff66666 - -Select DRAM row address bits -
-

-

Register ( slcr )DRAM_ODT_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_ODT_reg - -0XF8006048 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_rank0_rd_odt - -2:0 - -7 - -0 - -0 - -Unused. [1:0] - Indicates which remote ODTs must be turned ON during a read to rank 0. Each of the 2 ranks has a remote ODT (in the DRAM) which can be turned on by setting the appropriate bit here. Rank 0 is controlled by the LSB; Rank 1 is controlled by bit next to the LSB. For each rank, set its bit to 1 to enable its ODT. [2]: If 1 then local ODT is enabled during reads to rank 0. -
-reg_ddrc_rank0_wr_odt - -5:3 - -38 - -1 - -8 - -[1:0] - Indicates which remote ODT's must be turned on during a write to rank 0. Each of the 2 ranks has a remote ODT (in the DRAM) which can be turned on by setting the appropriate bit here. Rank 0 is controlled by the LSB; Rank 1 is controlled by bit next to the LSB. For each rank, set its bit to 1 to enable its ODT. [2]: If 1 then local ODT is enabled during writes to rank 0. -
-reg_ddrc_rank1_rd_odt - -8:6 - -1c0 - -1 - -40 - -Unused -
-reg_ddrc_rank1_wr_odt - -11:9 - -e00 - -1 - -200 - -Unused -
-reg_phy_rd_local_odt - -13:12 - -3000 - -0 - -0 - -Value to drive on the 2-bit local_odt PHY outputs when output enable is not asserted and a read is in progress (where 'in progress' is defined as after a read command is issued and until all read data has been returned all the way to the controller.) Typically this is set to the value required to enable termination at the desired strength for read usage. -
-reg_phy_wr_local_odt - -15:14 - -c000 - -3 - -c000 - -Value to drive on the 2-bit local_odt PHY outputs when write levelling is enabled for DQS. -
-reg_phy_idle_local_odt - -17:16 - -30000 - -3 - -30000 - -Value to drive on the 2-bit local_odt PHY outputs when output enable is not asserted and a read is not in progress. Typically this is the value required to disable termination to save power when idle. -
-reg_ddrc_rank2_rd_odt - -20:18 - -1c0000 - -0 - -0 - -Unused -
-reg_ddrc_rank2_wr_odt - -23:21 - -e00000 - -0 - -0 - -Unused -
-reg_ddrc_rank3_rd_odt - -26:24 - -7000000 - -0 - -0 - -Unused -
-reg_ddrc_rank3_wr_odt - -29:27 - -38000000 - -0 - -0 - -Unused -
-DRAM_ODT_reg@0XF8006048 - -31:0 - -3fffffff - - - -3c248 - -DRAM ODT control -
-

-

Register ( slcr )phy_cmd_timeout_rddata_cpt

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_cmd_timeout_rddata_cpt - -0XF8006050 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_cmd_to_data - -3:0 - -f - -0 - -0 - -Not used in DFI PHY. -
-reg_phy_wr_cmd_to_data - -7:4 - -f0 - -0 - -0 - -Not used in DFI PHY. -
-reg_phy_rdc_we_to_re_delay - -11:8 - -f00 - -8 - -800 - -This register value + 1 give the number of clock cycles between writing into the Read Capture FIFO and the read operation. The setting of this register determines the read data timing and depends upon total delay in the system for read operation which include fly-by delays, trace delay, clkout_invert etc. This is used only if reg_phy_use_fixed_re=1. -
-reg_phy_rdc_fifo_rst_disable - -15:15 - -8000 - -0 - -0 - -When 1, disable counting the number of times the Read Data Capture FIFO has been reset when the FIFO was not empty. -
-reg_phy_use_fixed_re - -16:16 - -10000 - -1 - -10000 - -When 1: PHY generates FIFO read enable after fixed number of clock cycles as defined by reg_phy_rdc_we_to_re_delay[3:0]. When 0: PHY uses the not_empty method to do the read enable generation. Note: This port must be set HIGH during training/leveling process i.e. when ddrc_dfi_wrlvl_en/ ddrc_dfi_rdlvl_en/ ddrc_dfi_rdlvl_gate_en port is set HIGH. -
-reg_phy_rdc_fifo_rst_err_cnt_clr - -17:17 - -20000 - -0 - -0 - -Clear/reset for counter rdc_fifo_rst_err_cnt[3:0]. 0: no clear, 1: clear. Note: This is a synchronous dynamic signal that must have timing closed. -
-reg_phy_dis_phy_ctrl_rstn - -18:18 - -40000 - -0 - -0 - -Disable the reset from Phy Ctrl macro. 1: PHY Ctrl macro reset port is always HIGH 0: PHY Ctrl macro gets power on reset. -
-reg_phy_clk_stall_level - -19:19 - -80000 - -0 - -0 - -1: stall clock, for DLL aging control -
-reg_phy_gatelvl_num_of_dq0 - -27:24 - -f000000 - -7 - -7000000 - -This register value determines register determines the number of samples used for each ratio increment during Gate Training. Num_of_iteration = reg_phy_gatelvl_num_of_dq0 + 1 The recommended value for this register is 8. Accuracy is better with higher value, but this will cause leveling to run longer. -
-reg_phy_wrlvl_num_of_dq0 - -31:28 - -f0000000 - -7 - -70000000 - -This register value determines register determines the number of samples used for each ratio increment during Write Leveling. Num_of_iteration = reg_phy_wrlvl_num_of_dq0 + 1 The recommended value for this register is 8. Accuracy is better with higher value, but this will cause leveling to run longer. -
-phy_cmd_timeout_rddata_cpt@0XF8006050 - -31:0 - -ff0f8fff - - - -77010800 - -PHY command time out and read data capture FIFO -
-

-

Register ( slcr )DLL_calib

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DLL_calib - -0XF8006058 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dll_calib_to_min_x1024 - -7:0 - -ff - -1 - -1 - -Unused in DFI Controller. -
-reg_ddrc_dll_calib_to_max_x1024 - -15:8 - -ff00 - -1 - -100 - -Unused in DFI Controller. -
-reg_ddrc_dis_dll_calib - -16:16 - -10000 - -0 - -0 - -When 1, disable dll_calib generated by the controller. The core should issue the dll_calib signal using co_gs_dll_calib input. This input is changeable on the fly. When 0, controller will issue dll_calib periodically -
-DLL_calib@0XF8006058 - -31:0 - -1ffff - - - -101 - -DLL calibration -
-

-

Register ( slcr )ODT_delay_hold

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ODT_delay_hold - -0XF800605C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_rd_odt_delay - -3:0 - -f - -3 - -3 - -UNUSED -
-reg_ddrc_wr_odt_delay - -7:4 - -f0 - -0 - -0 - -The delay, in clock cycles, from issuing a write command to setting ODT values associated with that command. ODT setting should remain constant for the entire time that DQS is driven by the controller. The suggested value for DDR2 is WL - 5 and for DDR3 is 0. WL is Write latency. DDR2 ODT has a 2-cycle on-time delay and a 2.5-cycle off-time delay. ODT is not applicable to LPDDR2. -
-reg_ddrc_rd_odt_hold - -11:8 - -f00 - -0 - -0 - -Unused -
-reg_ddrc_wr_odt_hold - -15:12 - -f000 - -5 - -5000 - -Cycles to hold ODT for a Write Command. When 0x0, ODT signal is ON for 1 cycle. When 0x1, it is ON for 2 cycles, etc. The values to program in different modes are : DRAM Burst of 4 -2, DRAM Burst of 8 -4 -
-ODT_delay_hold@0XF800605C - -31:0 - -ffff - - - -5003 - -ODT delay and ODT hold -
-

-

Register ( slcr )ctrl_reg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg1 - -0XF8006060 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_pageclose - -0:0 - -1 - -0 - -0 - -If true, bank will be closed and kept closed if no transactions are available for it. If false, bank will remain open until there is a need to close it (to open a different page, or for page timeout or refresh timeout.) This does not apply when auto-refresh is used. -
-reg_ddrc_lpr_num_entries - -6:1 - -7e - -1f - -3e - -Number of entries in the low priority transaction store is this value plus 1. In this design, by default all read ports are treated as low priority and hence the value of 0x1F. The hpr_num_entries is 32 minus this value. Bit [6] is ignored. -
-reg_ddrc_auto_pre_en - -7:7 - -80 - -0 - -0 - -When set, most reads and writes will be issued with auto-precharge. (Exceptions can be made for collision cases.) -
-reg_ddrc_refresh_update_level - -8:8 - -100 - -0 - -0 - -Toggle this signal to indicate that refresh register(s) have been updated. The value will be automatically updated when exiting soft reset. So it does not need to be toggled initially. Dynamic Bit Field. -
-reg_ddrc_dis_wc - -9:9 - -200 - -0 - -0 - -Disable Write Combine: 0: enable 1: disable -
-reg_ddrc_dis_collision_page_opt - -10:10 - -400 - -0 - -0 - -When this is set to 0, auto-precharge will be disabled for the flushed command in a collision case. Collision cases are write followed by read to same address, read followed by write to same address, or write followed by write to same address with DIS_WC bit = 1 (where 'same address' comparisons exclude the two address bits representing critical word). -
-reg_ddrc_selfref_en - -12:12 - -1000 - -0 - -0 - -If 1, then the controller will put the DRAM into self refresh when the transaction store is empty. Dynamic Bit Field. -
-ctrl_reg1@0XF8006060 - -31:0 - -17ff - - - -3e - -Controller 1 -
-

-

Register ( slcr )ctrl_reg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg2 - -0XF8006064 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_go2critical_hysteresis - -12:5 - -1fe0 - -0 - -0 - -Describes the number of cycles that co_gs_go2critical_rd or co_gs_go2critical_wr must be asserted before the corresponding queue moves to the 'critical' state in the DDRC. The arbiter controls the co_gs_go2critical_* signals; it is designed for use with this hysteresis field set to 0. -
-reg_arb_go2critical_en - -17:17 - -20000 - -1 - -20000 - -0: Keep reg_ddrc_go2critical_wr and reg_ddrc_go2critical_rd signals going to DDRC at 0. 1: Set reg_ddrc_go2critical_wr and reg_ddrc_go2critical_rd signals going to DDRC based on Urgent input coming from AXI master. -
-ctrl_reg2@0XF8006064 - -31:0 - -21fe0 - - - -20000 - -Controller 2 -
-

-

Register ( slcr )ctrl_reg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg3 - -0XF8006068 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_wrlvl_ww - -7:0 - -ff - -41 - -41 - -DDR2: not applicable. LPDDR2 and DDR3: Write leveling write-to-write delay. Specifies the minimum number of clock cycles from the assertion of a ddrc_dfi_wrlvl_strobe signal to the next ddrc_dfi_wrlvl_strobe signal. Only applicable when connecting to PHYs operating in PHY RdLvl Evaluation mode. Recommended value is: (RL + reg_phy_rdc_we_to_re_delay + 50) -
-reg_ddrc_rdlvl_rr - -15:8 - -ff00 - -41 - -4100 - -DDR2 and LPDDR2: not applicable. DDR3: Read leveling read-to-read delay. Specifies the minimum number of clock cycles from the assertion of a read command to the next read command. Only applicable when connecting to PHYs operating in PHY RdLvl Evaluation mode. -
-reg_ddrc_dfi_t_wlmrd - -25:16 - -3ff0000 - -28 - -280000 - -DDR2 and LPDDR2: not applicable. DDR3: First DQS/DQS# rising edge after write leveling mode is programmed. This is same as the tMLRD value from the DRAM spec. -
-ctrl_reg3@0XF8006068 - -31:0 - -3ffffff - - - -284141 - -Controller 3 -
-

-

Register ( slcr )ctrl_reg4

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg4 - -0XF800606C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-dfi_t_ctrlupd_interval_min_x1024 - -7:0 - -ff - -10 - -10 - -This is the minimum amount of time between Controller initiated DFI update requests (which will be executed whenever the controller is idle). Set this number higher to reduce the frequency of update requests, which can have a small impact on the latency of the first read request when the controller is idle. Units: 1024 clocks -
-dfi_t_ctrlupd_interval_max_x1024 - -15:8 - -ff00 - -16 - -1600 - -This is the maximum amount of time between Controller initiated DFI update requests. This timer resets with each update request; when the timer expires, traffic is blocked for a few cycles. PHY can use this idle time to recalibrate the delay lines to the DLLs. The DLL calibration is also used to reset PHY FIFO pointers in case of data capture errors. Updates are required to maintain calibration over PVT, but frequent updates may impact performance. Units: 1024 clocks -
-ctrl_reg4@0XF800606C - -31:0 - -ffff - - - -1610 - -Controller 4 -
-

-

Register ( slcr )ctrl_reg5

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg5 - -0XF8006078 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dfi_t_ctrl_delay - -3:0 - -f - -1 - -1 - -Specifies the number of DFI clock cycles after an assertion or deassertion of the DFI control signals that the control signals at the PHY-DRAM interface reflect the assertion or de-assertion. If the DFI clock and the memory clock are not phase-aligned, this timing parameter should be rounded up to the next integer value. -
-reg_ddrc_dfi_t_dram_clk_disable - -7:4 - -f0 - -1 - -10 - -Specifies the number of DFI clock cycles from the assertion of the ddrc_dfi_dram_clk_disable signal on the DFI until the clock to the DRAM memory devices, at the PHY-DRAM boundary, maintains a low value. If the DFI clock and the memory clock are not phase aligned, this timing parameter should be rounded up to the next integer value. -
-reg_ddrc_dfi_t_dram_clk_enable - -11:8 - -f00 - -1 - -100 - -Specifies the number of DFI clock cycles from the de-assertion of the ddrc_dfi_dram_clk_disable signal on the DFI until the first valid rising edge of the clock to the DRAM memory devices at the PHY-DRAM boundary. If the DFI clock and the memory clock are not phase aligned, this timing parameter should be rounded up to the next integer value. -
-reg_ddrc_t_cksre - -15:12 - -f000 - -6 - -6000 - -This is the time after Self Refresh Entry that CK is maintained as a valid clock. Specifies the clock disable delay after SRE. Recommended settings: LPDDR2: 2 DDR2: 1 DDR3: tCKSRE -
-reg_ddrc_t_cksrx - -19:16 - -f0000 - -6 - -60000 - -This is the time before Self Refresh Exit that CK is maintained as a valid clock before issuing SRX. Specifies the clock stable time before SRX. Recommended settings: LPDDR2: 2 DDR2: 1 DDR3: tCKSRX -
-reg_ddrc_t_ckesr - -25:20 - -3f00000 - -4 - -400000 - -Minimum CKE low width for Self Refresh entry to exit Timing in memory clock cycles. Recommended settings: LPDDR2: tCKESR DDR2: tCKE DDR3: tCKE+1 -
-ctrl_reg5@0XF8006078 - -31:0 - -3ffffff - - - -466111 - -Controller register 5 -
-

-

Register ( slcr )ctrl_reg6

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg6 - -0XF800607C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_ckpde - -3:0 - -f - -2 - -2 - -This is the time after Power Down Entry that CK is maintained as a valid clock. Specifies the clock disable delay after PDE. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckpdx - -7:4 - -f0 - -2 - -20 - -This is the time before Power Down Exit that CK is maintained as a valid clock before issuing PDX. Specifies the clock stable time before PDX. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckdpde - -11:8 - -f00 - -2 - -200 - -This is the time after Deep Power Down Entry that CK is maintained as a valid clock. Specifies the clock disable delay after DPDE. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckdpdx - -15:12 - -f000 - -2 - -2000 - -This is the time before Deep Power Down Exit that CK is maintained as a valid clock before issuing DPDX. Specifies the clock stable time before DPDX. Recommended setting for LPDDR2: 2. -
-reg_ddrc_t_ckcsx - -19:16 - -f0000 - -3 - -30000 - -This is the time before Clock Stop Exit that CK is maintained as a valid clock before issuing DPDX. Specifies the clock stable time before next command after Clock Stop Exit. Recommended setting for LPDDR2: tXP + 2. -
-ctrl_reg6@0XF800607C - -31:0 - -fffff - - - -32222 - -Controller register 6 -
-

-

Register ( slcr )CHE_REFRESH_TIMER01

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_REFRESH_TIMER01 - -0XF80060A0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-refresh_timer0_start_value_x32 - -11:0 - -fff - -0 - -0 - -Refresh Timer for Rank 1. Unit: in multiples of 32 clocks. (Only present in multi-rank configurations). FOR PERFORMANCE ONLY. -
-refresh_timer1_start_value_x32 - -23:12 - -fff000 - -8 - -8000 - -Refresh Timer for Rank 0. (Only present in multi-rank configurations). Unit: in multiples of 32 clocks. FOR PERFORMANCE ONLY. -
-CHE_REFRESH_TIMER01@0XF80060A0 - -31:0 - -ffffff - - - -8000 - -CHE_REFRESH_TIMER01 -
-

-

Register ( slcr )CHE_T_ZQ

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_T_ZQ - -0XF80060A4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dis_auto_zq - -0:0 - -1 - -0 - -0 - -1=disable controller generation of ZQCS command. Co_gs_zq_calib_short can be used instead to control ZQ calibration commands. 0=internally generate ZQCS commands based on reg_ddrc_t_zq_short_interval_x1024 This is only present for implementations supporting DDR3 and LPDDR2 devices. -
-reg_ddrc_ddr3 - -1:1 - -2 - -1 - -2 - -Indicates operating in DDR2/DDR3 mode. Default value is set for DDR3. -
-reg_ddrc_t_mod - -11:2 - -ffc - -200 - -800 - -Mode register set command update delay (minimum the larger of 12 clock cycles or 15ns) -
-reg_ddrc_t_zq_long_nop - -21:12 - -3ff000 - -200 - -200000 - -DDR2: not applicable. LPDDR2 and DDR3: Number of cycles of NOP required after a ZQCL (ZQ calibration long) command is issued to DRAM. Units: Clock cycles. -
-reg_ddrc_t_zq_short_nop - -31:22 - -ffc00000 - -40 - -10000000 - -DDR2: not applicable. LPDDR2 and DDR3: Number of cycles of NOP required after a ZQCS (ZQ calibration short) command is issued to DRAM. Units: Clock cycles. -
-CHE_T_ZQ@0XF80060A4 - -31:0 - -ffffffff - - - -10200802 - -ZQ parameters -
-

-

Register ( slcr )CHE_T_ZQ_Short_Interval_Reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_T_ZQ_Short_Interval_Reg - -0XF80060A8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-t_zq_short_interval_x1024 - -19:0 - -fffff - -cb73 - -cb73 - -DDR2: not used. LPDDR2 and DDR3: Average interval to wait between automatically issuing ZQCS (ZQ calibration short) commands to DDR3 devices. Meaningless if reg_ddrc_dis_auto_zq=1. Units: 1024 Clock cycles. -
-dram_rstn_x1024 - -27:20 - -ff00000 - -69 - -6900000 - -Number of cycles to assert DRAM reset signal during init sequence. Units: 1024 Clock cycles. Applicable for DDR3 only. -
-CHE_T_ZQ_Short_Interval_Reg@0XF80060A8 - -31:0 - -fffffff - - - -690cb73 - -Misc parameters -
-

-

Register ( slcr )deep_pwrdwn_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-deep_pwrdwn_reg - -0XF80060AC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-deeppowerdown_en - -0:0 - -1 - -0 - -0 - -DDR2 and DDR3: not used. LPDDR2: 0: Brings Controller out of Deep Powerdown mode. 1: Puts DRAM into Deep Powerdown mode when the transaction store is empty. For performance only. Dynamic Bit Field. -
-deeppowerdown_to_x1024 - -8:1 - -1fe - -ff - -1fe - -DDR2 and DDR3: not sued. LPDDR2: Minimum deep power down time. DDR exits from deep power down mode immediately after reg_ddrc_deeppowerdown_en is deasserted. Value from the spec is 500us. Units are in 1024 clock cycles. For performance only. -
-deep_pwrdwn_reg@0XF80060AC - -31:0 - -1ff - - - -1fe - -Deep powerdown (LPDDR2) -
-

-

Register ( slcr )reg_2c

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_2c - -0XF80060B0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-dfi_wrlvl_max_x1024 - -11:0 - -fff - -fff - -fff - -Write leveling maximum time. Specifies the maximum number of clock cycles that the controller will wait for a response (phy_dfi_wrlvl_resp) to a write leveling enable signal (ddrc_dfi_wrlvl_en). Only applicable when connecting to PHY's operating in 'PHY WrLvl Evaluation' mode. Typical value 0xFFF Units 1024 clocks -
-dfi_rdlvl_max_x1024 - -23:12 - -fff000 - -fff - -fff000 - -Read leveling maximum time. Specifies the maximum number of clock cycles that the controller will wait for a response (phy_dfi_rdlvl_resp) to a read leveling enable signal (ddrc_dfi_rdlvl_en or ddrc_dfi_rdlvl_gate_en). Only applicable when connecting to PHY's operating in 'PHY RdLvl Evaluation' mode. Typical value 0xFFF Units 1024 clocks -
-ddrc_reg_twrlvl_max_error - -24:24 - -1000000 - -0 - -0 - -When '1' indicates that the reg_ddrc_dfi_wrlvl_max_x1024 timer has timed out. This is a Clear-on-Write register. If write leveling timed out, an error is indicated by the DDRC and this bit gets set. The value is held until it is cleared. Clearing is done by writing a '0' to this register. Only present in designs that support DDR3. -
-ddrc_reg_trdlvl_max_error - -25:25 - -2000000 - -0 - -0 - -DDR2: not applicable. LPDDR2 and DDR3: When '1' indicates that the reg_ddrc_dfi_rdrlvl_max_x1024 timer has timed out. This is a Clear-on-Write register. If read leveling or gate training timed out, an error is indicated by the DDRC and this bit gets set. The value is held at that value until it is cleared. Clearing is done by writing a '0' to this register. -
-reg_ddrc_dfi_wr_level_en - -26:26 - -4000000 - -1 - -4000000 - -0: Write leveling disabled. 1: Write leveling mode has been enabled as part of init sequence; Valid only for DDR3 DFI designs -
-reg_ddrc_dfi_rd_dqs_gate_level - -27:27 - -8000000 - -1 - -8000000 - -0: Read DQS gate leveling is disabled. 1: Read DQS Gate Leveling mode has been enabled as part of init sequence; Valid only for DDR3 DFI designs -
-reg_ddrc_dfi_rd_data_eye_train - -28:28 - -10000000 - -1 - -10000000 - -DDR2: not applicable. LPDDR2 and DDR3: 0: 1: Read Data Eye training mode has been enabled as part of init sequence. -
-reg_2c@0XF80060B0 - -31:0 - -1fffffff - - - -1cffffff - -Training control -
-

-

Register ( slcr )reg_2d

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_2d - -0XF80060B4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_2t_delay - -8:0 - -1ff - -0 - -0 - -Selects the clock edge in which chip select (CSN) and CKE is asserted. Unsupported feature. -
-reg_ddrc_skip_ocd - -9:9 - -200 - -1 - -200 - -This register must be kept at 1'b1. 1'b0 is NOT supported. 1: Indicates the controller to skip OCD adjustment step during DDR2 initialization. OCD_Default and OCD_Exit are performed instead. 0: Not supported. -
-reg_ddrc_dis_pre_bypass - -10:10 - -400 - -0 - -0 - -Only present in designs supporting precharge bypass. When 1, disable bypass path for high priority precharges FOR DEBUG ONLY. -
-reg_2d@0XF80060B4 - -31:0 - -7ff - - - -200 - -Misc Debug -
-

-

Register ( slcr )dfi_timing

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-dfi_timing - -0XF80060B8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dfi_t_rddata_en - -4:0 - -1f - -6 - -6 - -Time from the assertion of a READ command on the DFI interface to the assertion of the phy_dfi_rddata_en signal. DDR2 and DDR3: RL - 1 LPDDR: RL Where RL is read latency of DRAM. -
-reg_ddrc_dfi_t_ctrlup_min - -14:5 - -7fe0 - -3 - -60 - -Specifies the minimum number of clock cycles that the ddrc_dfi_ctrlupd_req signal must be asserted. -
-reg_ddrc_dfi_t_ctrlup_max - -24:15 - -1ff8000 - -40 - -200000 - -Specifies the maximum number of clock cycles that the ddrc_dfi_ctrlupd_req signal can assert. -
-dfi_timing@0XF80060B8 - -31:0 - -1ffffff - - - -200066 - -DFI timing -
-

-

Register ( slcr )CHE_ECC_CONTROL_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_ECC_CONTROL_REG_OFFSET - -0XF80060C4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-Clear_Uncorrectable_DRAM_ECC_error - -0:0 - -1 - -0 - -0 - -Writing 1 to this bit will clear the uncorrectable log valid bit and the uncorrectable error counters. -
-Clear_Correctable_DRAM_ECC_error - -1:1 - -2 - -0 - -0 - -Writing 1 to this bit will clear the correctable log valid bit and the correctable error counters. -
-CHE_ECC_CONTROL_REG_OFFSET@0XF80060C4 - -31:0 - -3 - - - -0 - -ECC error clear -
-

-

Register ( slcr )CHE_CORR_ECC_LOG_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_CORR_ECC_LOG_REG_OFFSET - -0XF80060C8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CORR_ECC_LOG_VALID - -0:0 - -1 - -0 - -0 - -Set to 1 when a correctable ECC error is captured. As long as this is 1 no further ECC errors will be captured. This is cleared when a 1 is written to register bit[1] of ECC CONTROL REGISTER (0x31) -
-ECC_CORRECTED_BIT_NUM - -7:1 - -fe - -0 - -0 - -Indicator of the bit number syndrome in error for single-bit errors. The field is 7-bit wide to handle 72-bits of data. This is an encoded value with ECC bits placed in between data. The encoding is given in section 5.4 Correctable bit number from the lowest error lane is reported here. There are only 13-valid bits going to an ECC lane (8-data + 5-ECC). Only 4-bits are needed to encode a max value of d'13. Bit[7] of this register is used to indicate the exact byte lane. When a error happens, if CORR_ECC_LOG_COL[0] from register 0x33 is 1'b0, then the error happened in Lane 0 or 1. If CORR_ECC_LOG_COL[0] is 1'b1, then the error happened in Lane 2 or 3. Bit[7] of this register indicates whether the error is from upper or lower byte lane. If it is 0, then it is lower byte lane and if it is 1, then it is upper byte lane. Together with CORR_ECC_LOG_COL[0] and bit[7] of this register, the exact byte lane with correctable error can be determined. -
-CHE_CORR_ECC_LOG_REG_OFFSET@0XF80060C8 - -31:0 - -ff - - - -0 - -ECC error correction -
-

-

Register ( slcr )CHE_UNCORR_ECC_LOG_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_UNCORR_ECC_LOG_REG_OFFSET - -0XF80060DC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNCORR_ECC_LOG_VALID - -0:0 - -1 - -0 - -0 - -Set to 1 when an uncorrectable ECC error is captured. As long as this is a 1, no further ECC errors will be captured. This is cleared when a 1 is written to register bit[0] of ECC CONTROL REGISTER (0x31). -
-CHE_UNCORR_ECC_LOG_REG_OFFSET@0XF80060DC - -31:0 - -1 - - - -0 - -ECC unrecoverable error status -
-

-

Register ( slcr )CHE_ECC_STATS_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_ECC_STATS_REG_OFFSET - -0XF80060F0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-STAT_NUM_CORR_ERR - -15:8 - -ff00 - -0 - -0 - -Returns the number of correctable ECC errors seen since the last read. Counter saturates at max value. This is cleared when a 1 is written to register bit[1] of ECC CONTROL REGISTER (0x58). -
-STAT_NUM_UNCORR_ERR - -7:0 - -ff - -0 - -0 - -Returns the number of un-correctable errors since the last read. Counter saturates at max value. This is cleared when a 1 is written to register bit[0] of ECC CONTROL REGISTER (0x58). -
-CHE_ECC_STATS_REG_OFFSET@0XF80060F0 - -31:0 - -ffff - - - -0 - -ECC error count -
-

-

Register ( slcr )ECC_scrub

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ECC_scrub - -0XF80060F4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_ecc_mode - -2:0 - -7 - -0 - -0 - -DRAM ECC Mode. The only valid values that works for this project are 000 (No ECC) and 100 (SEC/DED over 1-beat). To run the design in ECC mode, set reg_ddrc_data_bus_width to 2'b01 (Half bus width) and reg_ddrc_ecc_mode to 100. In this mode, there will be 16-data bits + 6-bit ECC on the DRAM bus. Controller must NOT be put in full bus width mode, when ECC is turned ON. 000 : No ECC, 001: Reserved 010: Parity 011: Reserved 100: SEC/DED over 1-beat 101: SEC/DED over multiple beats 110: Device Correction 111: Reserved -
-reg_ddrc_dis_scrub - -3:3 - -8 - -1 - -8 - -0: Enable ECC scrubs (valid only when reg_ddrc_ecc_mode = 100). 1: Disable ECC scrubs -
-ECC_scrub@0XF80060F4 - -31:0 - -f - - - -8 - -ECC mode/scrub -
-

-

Register ( slcr )phy_rcvr_enable

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rcvr_enable - -0XF8006114 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_dif_on - -3:0 - -f - -0 - -0 - -Value to drive to IO receiver enable pins when turning it ON. When NOT in powerdown or self-refresh (when CKE=1) this value will be sent to the IOs to control receiver on/off. IOD is the size specified by the IO_DIFEN_SIZE parameter. -
-reg_phy_dif_off - -7:4 - -f0 - -0 - -0 - -Value to drive to IO receiver enable pins when turning it OFF. When in powerdown or self-refresh (CKE=0) this value will be sent to the IOs to control receiver on/off. IOD is the size specified by the IO_DIFEN_SIZE parameter. Depending on the IO, one of these signals dif_on or dif_off can be used. -
-phy_rcvr_enable@0XF8006114 - -31:0 - -ff - - - -0 - -Phy receiver enable register -
-

-

Register ( slcr )PHY_Config0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config0 - -0XF8006118 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Transmitter for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Receiver for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config0@0XF8006118 - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config1 - -0XF800611C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Transmitter for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Receiver for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config1@0XF800611C - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 1. -
-

-

Register ( slcr )PHY_Config2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config2 - -0XF8006120 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Transmitter for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Receiver for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Transmitter for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Receiver for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config2@0XF8006120 - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 2. -
-

-

Register ( slcr )PHY_Config3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config3 - -0XF8006124 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 0: read data responses are ignored. 1: data slice is valid. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -reserved -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -reserved -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -reserved -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Transmitter for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 0: disable 1: This Slice behaves as Receiver for board loopback. This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 10. 0: PRBS pattern without any shift. 1: PRBS pattern shifted early by 1 bit. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 0: No effect 1: sticky error flag is cleared -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config3@0XF8006124 - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 3. -
-

-

Register ( slcr )phy_init_ratio0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio0 - -0XF800612C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio0@0XF800612C - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio1 - -0XF8006130 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio1@0XF8006130 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 1. -
-

-

Register ( slcr )phy_init_ratio2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio2 - -0XF8006134 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio2@0XF8006134 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 2. -
-

-

Register ( slcr )phy_init_ratio3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio3 - -0XF8006138 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio3@0XF8006138 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 3. -
-

-

Register ( slcr )phy_rd_dqs_cfg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg0 - -0XF8006140 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg0@0XF8006140 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg1 - -0XF8006144 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg1@0XF8006144 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 1. -
-

-

Register ( slcr )phy_rd_dqs_cfg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg2 - -0XF8006148 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg2@0XF8006148 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 2. -
-

-

Register ( slcr )phy_rd_dqs_cfg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg3 - -0XF800614C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg3@0XF800614C - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 3. -
-

-

Register ( slcr )phy_wr_dqs_cfg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg0 - -0XF8006154 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg0@0XF8006154 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg1 - -0XF8006158 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg1@0XF8006158 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 1. -
-

-

Register ( slcr )phy_wr_dqs_cfg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg2 - -0XF800615C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg2@0XF800615C - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 2. -
-

-

Register ( slcr )phy_wr_dqs_cfg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg3 - -0XF8006160 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg3@0XF8006160 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 3. -
-

-

Register ( slcr )phy_we_cfg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg0 - -0XF8006168 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg0@0XF8006168 - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 0. -
-

-

Register ( slcr )phy_we_cfg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg1 - -0XF800616C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg1@0XF800616C - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 1. -
-

-

Register ( slcr )phy_we_cfg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg2 - -0XF8006170 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg2@0XF8006170 - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 2. -
-

-

Register ( slcr )phy_we_cfg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg3 - -0XF8006174 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg3@0XF8006174 - -31:0 - -1fffff - - - -f9 - -PHY FIFO write enable configuration for data slice 3. -
-

-

Register ( slcr )wr_data_slv0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv0 - -0XF800617C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv0@0XF800617C - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 0. -
-

-

Register ( slcr )wr_data_slv1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv1 - -0XF8006180 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv1@0XF8006180 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 1. -
-

-

Register ( slcr )wr_data_slv2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv2 - -0XF8006184 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv2@0XF8006184 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 2. -
-

-

Register ( slcr )wr_data_slv3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv3 - -0XF8006188 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -0: 1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv3@0XF8006188 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio config for data slice 3. -
-

-

Register ( slcr )reg_64

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_64 - -0XF8006190 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_loopback - -0:0 - -1 - -0 - -0 - -Loopback testing. 1: enable, 0: disable -
-reg_phy_bl2 - -1:1 - -2 - -0 - -0 - -Reserved for future Use. -
-reg_phy_at_spd_atpg - -2:2 - -4 - -0 - -0 - -0: run scan test at slow clock speed but with high coverage 1: run scan test at full clock speed but with less coverage During normal function mode, this port must be set 0. -
-reg_phy_bist_enable - -3:3 - -8 - -0 - -0 - -Enable the internal BIST generation and checker logic when this port is set HIGH. Setting this port as 0 will stop the BIST generator/checker. In order to run BIST tests, this port must be set along with reg_phy_loopback. -
-reg_phy_bist_force_err - -4:4 - -10 - -0 - -0 - -This register bit is used to check that BIST checker is not giving false pass. When this port is set 1, data bit gets inverted before sending out to the external memory and BIST checker must return a mismatch error. -
-reg_phy_bist_mode - -6:5 - -60 - -0 - -0 - -The mode bits select the pattern type generated by the BIST generator. All the patterns are transmitted continuously once enabled. 00: constant pattern (0 repeated on each DQ bit) 01: low freq pattern (00001111 repeated on each DQ bit) 10: PRBS pattern (2^7-1 PRBS pattern repeated on each DQ bit) Each DQ bit always has same data value except when early shifting in PRBS mode is requested 11: reserved -
-reg_phy_invert_clkout - -7:7 - -80 - -1 - -80 - -Inverts the polarity of DRAM clock. 0: core clock is passed on to DRAM 1: inverted core clock is passed on to DRAM. Use this when CLK can arrive at a DRAM device ahead of DQS or coincidence with DQS based on boad topology. This effectively delays the CLK to the DRAM device by half -cycle, providing a CLK edge that DQS can align to during leveling. -
-reg_phy_all_dq_mpr_rd_resp - -8:8 - -100 - -0 - -0 - -0: (default) best for DRAM read responses on only 1 DQ bit; works with reduced accuracy if DRAM provides read response on all bits. (In this mode dq_in[7:0] are OR'd together and dq_in[15:8] are OR'd together.) 1: assume DRAM provides read response on all DQ bits. (In this mode, dq_in[7:0] are OR'd together and dq_in[15:8] are AND'd together.) -
-reg_phy_sel_logic - -9:9 - -200 - -0 - -0 - -Selects one of the two read leveling algorithms.'b0: Select algorithm # 1'b1: Select algorithm # 2 Please refer to Read Data Eye Training section in PHY User Guide for details about the Read Leveling algorithms -
-reg_phy_ctrl_slave_ratio - -19:10 - -ffc00 - -100 - -40000 - -Ratio value for address/command launch timing in phy_ctrl macro. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_ctrl_slave_force - -20:20 - -100000 - -0 - -0 - -1: overwrite the delay/tap value for address/command timing slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_ctrl_slave_delay - -27:21 - -fe00000 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for address/command timing slave DLL with this value. This is a bit value, the remaining 2 bits are in register 0x65 bits[19:18]. -
-reg_phy_use_rank0_delays - -28:28 - -10000000 - -1 - -10000000 - -Delay selection 0: Each Rank uses its own delay 1: Rank 0 delays are used for all ranks -
-reg_phy_lpddr - -29:29 - -20000000 - -0 - -0 - -0: DDR2 or DDR3. 1: LPDDR2. -
-reg_phy_cmd_latency - -30:30 - -40000000 - -0 - -0 - -If set to 1, command comes to phy_ctrl through a flop. -
-reg_phy_int_lpbk - -31:31 - -80000000 - -0 - -0 - -1: enables the PHY internal loopback for DQ,DQS,DM before Ios. By default must be 0. -
-reg_64@0XF8006190 - -31:0 - -ffffffff - - - -10040080 - -Training control 2 -
-

-

Register ( slcr )reg_65

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_65 - -0XF8006194 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_rl_delay - -4:0 - -1f - -2 - -2 - -This delay determines when to select the active rank's ratio logic delay for Write Data and Write DQS slave delay lines after PHY receives a write command at Control Interface. The programmed value must be (Write Latency - 4) with a minimum value of 1. -
-reg_phy_rd_rl_delay - -9:5 - -3e0 - -4 - -80 - -This delay determines when to select the active rank's ratio logic delay for Read Data and Read DQS slave delay lines after PHY receives a read command at Control Interface. The programmed value must be (Read Latency - 3) with a minimum value of 1. -
-reg_phy_dll_lock_diff - -13:10 - -3c00 - -f - -3c00 - -The Maximum number of delay line taps variation allowed while maintaining the master DLL lock. When the PHY is in locked state and the variation on the clock exceeds the variation indicated by the register, the lock signal is deasserted -
-reg_phy_use_wr_level - -14:14 - -4000 - -1 - -4000 - -Write Leveling training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by write leveling Note: This is a Synchronous dynamic signal that requires timing closure. -
-reg_phy_use_rd_dqs_gate_level - -15:15 - -8000 - -1 - -8000 - -Read DQS Gate training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by DQS gate leveling Note: This is a Synchronous dynamic signal that requires timing closure. -
-reg_phy_use_rd_data_eye_level - -16:16 - -10000 - -1 - -10000 - -Read Data Eye training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by data eye leveling Note: This is a Synchronous dynamic signal that requires timing closure -
-reg_phy_dis_calib_rst - -17:17 - -20000 - -0 - -0 - -Disable the dll_calib (internally generated) signal from resetting the Read Capture FIFO pointers and portions of phy_data. Note: dll_calib is (i) generated by dfi_ctrl_upd_req or (ii) by the PHY when it detects that the clock frequency variation has exceeded the bounds set by reg_phy_dll_lock_diff or (iii) periodically throughout the leveling process. dll_calib will update the slave DL with PVT-compensated values according to master DLL outputs -
-reg_phy_ctrl_slave_delay - -19:18 - -c0000 - -0 - -0 - -If reg-phy_rd_dqs_slave_force is 1, replace delay/tap value for address/command timing slave DLL with this value -
-reg_65@0XF8006194 - -31:0 - -fffff - - - -1fc82 - -Training control 3 -
-

-

Register ( slcr )page_mask

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-page_mask - -0XF8006204 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_page_addr_mask - -31:0 - -ffffffff - -0 - -0 - -Set this register based on the value programmed on the reg_ddrc_addrmap_* registers. Set the Column address bits to 0. Set the Page and Bank address bits to 1. This is used for calculating page_match inside the slave modules in Arbiter. The page_match is considered during the arbitration process. This mask applies to 64-bit address and not byte address. Setting this value to 0 disables transaction prioritization based on page/bank match. -
-page_mask@0XF8006204 - -31:0 - -ffffffff - - - -0 - -Page mask -
-

-

Register ( slcr )axi_priority_wr_port0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port0 - -0XF8006208 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port0@0XF8006208 - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port1 - -0XF800620C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port1@0XF800620C - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 1. -
-

-

Register ( slcr )axi_priority_wr_port2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port2 - -0XF8006210 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port2@0XF8006210 - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 2. -
-

-

Register ( slcr )axi_priority_wr_port3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port3 - -0XF8006214 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port3@0XF8006214 - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 3. -
-

-

Register ( slcr )axi_priority_rd_port0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port0 - -0XF8006218 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port0@0XF8006218 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port1 - -0XF800621C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port1@0XF800621C - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 1. -
-

-

Register ( slcr )axi_priority_rd_port2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port2 - -0XF8006220 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port2@0XF8006220 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 2. -
-

-

Register ( slcr )axi_priority_rd_port3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port3 - -0XF8006224 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port3@0XF8006224 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 3. -
-

-

Register ( slcr )lpddr_ctrl0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl0 - -0XF80062A8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_lpddr2 - -0:0 - -1 - -0 - -0 - -0: DDR2 or DDR3 in use. 1: LPDDR2 in Use. -
-reg_ddrc_per_bank_refresh - -1:1 - -2 - -0 - -0 - -0:All bank refresh Per bank refresh allows traffic to flow to other banks. 1:Per bank refresh Per bank refresh is not supported on all LPDDR2 devices. -
-reg_ddrc_derate_enable - -2:2 - -4 - -0 - -0 - -0: Timing parameter derating is disabled. 1: Timing parameter derating is enabled using MR4 read value. -
-reg_ddrc_mr4_margin - -11:4 - -ff0 - -0 - -0 - -UNUSED -
-lpddr_ctrl0@0XF80062A8 - -31:0 - -ff7 - - - -0 - -LPDDR2 Control 0 -
-

-

Register ( slcr )lpddr_ctrl1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl1 - -0XF80062AC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_mr4_read_interval - -31:0 - -ffffffff - -0 - -0 - -Interval between two MR4 reads, USED to derate the timing parameters. -
-lpddr_ctrl1@0XF80062AC - -31:0 - -ffffffff - - - -0 - -LPDDR2 Control 1 -
-

-

Register ( slcr )lpddr_ctrl2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl2 - -0XF80062B0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_min_stable_clock_x1 - -3:0 - -f - -5 - -5 - -Time to wait after the first CKE high, tINIT2. Units: 1 clock cycle. LPDDR2 typically requires 5 x tCK delay. -
-reg_ddrc_idle_after_reset_x32 - -11:4 - -ff0 - -12 - -120 - -Idle time after the reset command, tINIT4. Units: 32 clock cycles. -
-reg_ddrc_t_mrw - -21:12 - -3ff000 - -5 - -5000 - -Time to wait during load mode register writes. Present only in designs configured to support LPDDR2. LPDDR2 typically requires value of 5. -
-lpddr_ctrl2@0XF80062B0 - -31:0 - -3fffff - - - -5125 - -LPDDR2 Control 2 -
-

-

Register ( slcr )lpddr_ctrl3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl3 - -0XF80062B4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_max_auto_init_x1024 - -7:0 - -ff - -a8 - -a8 - -Maximum duration of the auto initialization, tINIT5. Units: 1024 clock cycles. LPDDR2 typically requires 10 us. -
-reg_ddrc_dev_zqinit_x32 - -17:8 - -3ff00 - -12 - -1200 - -ZQ initial calibration, tZQINIT. Units: 32 clock cycles. LPDDR2 typically requires 1 us. -
-lpddr_ctrl3@0XF80062B4 - -31:0 - -3ffff - - - -12a8 - -LPDDR2 Control 3 -
-

-

POLL ON DCI STATUS

-

Register ( slcr )DDRIOB_DCI_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_STATUS - -0XF8000B74 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DONE - -13:13 - -2000 - -1 - -2000 - -DCI done signal -
-DDRIOB_DCI_STATUS@0XF8000B74 - -31:0 - -2000 - - - -2000 - -tobe -
-

-

UNLOCK DDR

-

Register ( slcr )ddrc_ctrl

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ddrc_ctrl - -0XF8006000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_soft_rstb - -0:0 - -1 - -1 - -1 - -Active low soft reset. Update during normal operation. 0: Resets the controller 1: Takes the controller out of reset. Dynamic Bit Field. Note: Software changes DRAM controller register values only when the controller is in the reset state, except for bit fields that can be dymanically updated. -
-reg_ddrc_powerdown_en - -1:1 - -2 - -0 - -0 - -Controller power down control. Update during normal operation. Enable the controller to powerdown after it becomes idle. Dynamic Bit Field. 0: disable 1: enable -
-reg_ddrc_data_bus_width - -3:2 - -c - -0 - -0 - -DDR bus width control 00: 32-bit 01: 16-bit 1x: reserved -
-reg_ddrc_burst8_refresh - -6:4 - -70 - -0 - -0 - -Refresh timeout. Programmed value plus one will be the number of refresh timeouts that will be allowed to accumulate before traffic is blocked and the refreshes are forced to execute. Closing pages to perform a refresh is a one-time penalty that must be paid for each group of refreshes; therefore, performing refreshes in a burst reduces the per-refresh penalty of these page closings. Higher numbers for burst_of_N_refresh slightly increases utilization; lower numbers decreases the worst-case latency associated with refreshes. 0: single refresh 1: burst-of-2 ... 7: burst-of-8 refresh -
-reg_ddrc_rdwr_idle_gap - -13:7 - -3f80 - -1 - -80 - -When the preferred transaction store is empty for this many clock cycles, switch to the alternate transaction store if it is non-empty. The read transaction store (both high and low priority) is the default preferred transaction store and the write transaction store is the alternate store. When 'Prefer write over read' is set this is reversed. -
-reg_ddrc_dis_rd_bypass - -14:14 - -4000 - -0 - -0 - -Only present in designs supporting read bypass. For Debug only. 0: Do not disable bypass path for high priority read page hits. 1: disable bypass path for high priority read page hits. -
-reg_ddrc_dis_act_bypass - -15:15 - -8000 - -0 - -0 - -Only present in designs supporting activate bypass. For Debug only. 0: Do not disable bypass path for high priority read activates. 1: disable bypass path for high priority read activates. -
-reg_ddrc_dis_auto_refresh - -16:16 - -10000 - -0 - -0 - -Disable auto-refresh. 0: do not disable auto-refresh. 1: disable auto-refresh. Dynamic Bit Field. Note: When this transitions from 0 to 1, any pending refreshes will be immediately scheduled by the controller. -
-ddrc_ctrl@0XF8006000 - -31:0 - -1ffff - - - -81 - -DDRC Control -
-

-

CHECK DDR STATUS

-

Register ( slcr )mode_sts_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-mode_sts_reg - -0XF8006054 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-ddrc_reg_operating_mode - -2:0 - -7 - -1 - -1 - -Gives the status of the controller. 0: DDRC Init 1: Normal operation 2: Power-down mode 3: Self-refresh mode 4 and above: deep power down mode (LPDDR2 only) -
-mode_sts_reg@0XF8006054 - -31:0 - -7 - - - -1 - -tobe -
-

- -

-

ps7_mio_init_data_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DDRIOB_ADDR0 - - -0XF8000B40 - -32 - -RW - -0x000000 - -DDR IOB Config for Address 0 -
- -DDRIOB_ADDR1 - - -0XF8000B44 - -32 - -RW - -0x000000 - -DDR IOB Config for Address 1 -
- -DDRIOB_DATA0 - - -0XF8000B48 - -32 - -RW - -0x000000 - -DDR IOB Config for Data 15:0 -
- -DDRIOB_DATA1 - - -0XF8000B4C - -32 - -RW - -0x000000 - -DDR IOB Config for Data 31:16 -
- -DDRIOB_DIFF0 - - -0XF8000B50 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 1:0 -
- -DDRIOB_DIFF1 - - -0XF8000B54 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 3:2 -
- -DDRIOB_CLOCK - - -0XF8000B58 - -32 - -RW - -0x000000 - -DDR IOB Config for Clock Output -
- -DDRIOB_DRIVE_SLEW_ADDR - - -0XF8000B5C - -32 - -RW - -0x000000 - -DDR IOB Slew for Address -
- -DDRIOB_DRIVE_SLEW_DATA - - -0XF8000B60 - -32 - -RW - -0x000000 - -DDR IOB Slew for Data -
- -DDRIOB_DRIVE_SLEW_DIFF - - -0XF8000B64 - -32 - -RW - -0x000000 - -DDR IOB Slew for Diff -
- -DDRIOB_DRIVE_SLEW_CLOCK - - -0XF8000B68 - -32 - -RW - -0x000000 - -DDR IOB Slew for Clock -
- -DDRIOB_DDR_CTRL - - -0XF8000B6C - -32 - -RW - -0x000000 - -DDR IOB Buffer Control -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDRIOB DCI configuration -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDRIOB DCI configuration -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDRIOB DCI configuration -
- -MIO_PIN_14 - - -0XF8000738 - -32 - -RW - -0x000000 - -MIO Pin 14 Control -
- -MIO_PIN_15 - - -0XF800073C - -32 - -RW - -0x000000 - -MIO Pin 15 Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_mio_init_data_2_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

OCM REMAPPING

-

DDRIOB SETTINGS

-

Register ( slcr )DDRIOB_ADDR0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_ADDR0 - -0XF8000B40 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -0 - -0 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_ADDR0@0XF8000B40 - -31:0 - -fff - - - -600 - -DDR IOB Config for Address 0 -
-

-

Register ( slcr )DDRIOB_ADDR1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_ADDR1 - -0XF8000B44 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -0 - -0 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_ADDR1@0XF8000B44 - -31:0 - -fff - - - -600 - -DDR IOB Config for Address 1 -
-

-

Register ( slcr )DDRIOB_DATA0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA0 - -0XF8000B48 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -1 - -2 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DATA0@0XF8000B48 - -31:0 - -fff - - - -672 - -DDR IOB Config for Data 15:0 -
-

-

Register ( slcr )DDRIOB_DATA1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA1 - -0XF8000B4C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -1 - -2 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DATA1@0XF8000B4C - -31:0 - -fff - - - -672 - -DDR IOB Config for Data 31:16 -
-

-

Register ( slcr )DDRIOB_DIFF0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF0 - -0XF8000B50 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -2 - -4 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DIFF0@0XF8000B50 - -31:0 - -fff - - - -674 - -DDR IOB Config for DQS 1:0 -
-

-

Register ( slcr )DDRIOB_DIFF1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF1 - -0XF8000B54 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -2 - -4 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_DIFF1@0XF8000B54 - -31:0 - -fff - - - -674 - -DDR IOB Config for DQS 3:2 -
-

-

Register ( slcr )DDRIOB_CLOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_CLOCK - -0XF8000B58 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0: low power mode. 1: high performance mode. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer controls. 00: Input off, reads 0. 01: Vref based differential receiver for SSTL, HSTL. 10: Differential input receiver. 11: LVCMOS receiver. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -0 - -0 - -DCI Update 00: DCI Disabled 01: DCI Drive (HSTL12_DCI) 10: reserved 11: DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00: ibuf 01 and 10: reserved 11: obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0: no pullup 1: pullup enabled -
-DDRIOB_CLOCK@0XF8000B58 - -31:0 - -fff - - - -600 - -DDR IOB Config for Clock Output -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_ADDR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_ADDR - -0XF8000B5C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -3 - -c000 - -DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -3 - -180000 - -DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000: Normal Operation 001 to 111: Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_ADDR@0XF8000B5C - -31:0 - -ffffffff - - - -18c61c - -DDR IOB Slew for Address -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_DATA

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_DATA - -0XF8000B60 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -6 - -18000 - -DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000: Normal Operation 001 to 111: Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_DATA@0XF8000B60 - -31:0 - -ffffffff - - - -f9861c - -DDR IOB Slew for Data -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_DIFF

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_DIFF - -0XF8000B64 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -6 - -18000 - -DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000: Normal Operation 001 to 111: Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_DIFF@0XF8000B64 - -31:0 - -ffffffff - - - -f9861c - -DDR IOB Slew for Diff -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_CLOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_CLOCK - -0XF8000B68 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -6 - -18000 - -DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000: Normal Operation 001 to 111: Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_CLOCK@0XF8000B68 - -31:0 - -ffffffff - - - -f9861c - -DDR IOB Slew for Clock -
-

-

Register ( slcr )DDRIOB_DDR_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DDR_CTRL - -0XF8000B6C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-VREF_INT_EN - -0:0 - -1 - -0 - -0 - -Enables VREF internal generator -
-VREF_SEL - -4:1 - -1e - -0 - -0 - -Specifies DDR IOB Vref generator output: 0001: VREF = 0.6V for LPDDR2 with 1.2V IO 0100: VREF = 0.75V for DDR3 with 1.5V IO 1000: VREF = 0.90V for DDR2 with 1.8V IO -
-VREF_EXT_EN - -6:5 - -60 - -3 - -60 - -Enables External VREF input x0: Disable External VREF for lower 16 bits x1: Enable External VREF for lower 16 bits 0x: Disable External VREF for upper 16 bits 1X: Enable External VREF for upper 16 bits -
-VREF_PULLUP_EN - -8:7 - -180 - -0 - -0 - -Enables VREF pull-up resistors x0: Disable VREF pull-up for lower 16 bits x1: Enable VREF pull-up for lower 16 bits 0x: Disable VREF pull-up for upper 16 bits 1x: Enable VREF pull-up for upper 16 bits -
-REFIO_EN - -9:9 - -200 - -1 - -200 - -Enables VRP,VRN 0: VRP/VRN not used 1: VRP/VRN used as refio -
-REFIO_TEST - -11:10 - -c00 - -0 - -0 - -Enable test mode for VRP and VRN: 00: VRP/VRN test mode not used 11: VRP/VRN test mode enabled using vref based receiver. VRP/VRN control is set using the VRN_OUT, VRP_OUT, VRN_TRI, VRP_TRI fields in the DDRIOB_DCI_CTRL register -
-REFIO_PULLUP_EN - -12:12 - -1000 - -0 - -0 - -Enables VRP,VRN pull-up resistors 0: no pull-up 1: enable pull-up -
-DRST_B_PULLUP_EN - -13:13 - -2000 - -0 - -0 - -Enables pull-up resistors 0: no pull-up 1: enable pull-up -
-CKE_PULLUP_EN - -14:14 - -4000 - -0 - -0 - -Enables pull-up resistors 0: no pull-up 1: enable pull-up -
-DDRIOB_DDR_CTRL@0XF8000B6C - -31:0 - -7fff - - - -260 - -DDR IOB Buffer Control -
-

-

ASSERT RESET

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -1 - -1 - -At least toggle once to initialise flops in DCI system -
-VRN_OUT - -5:5 - -20 - -1 - -20 - -VRN output value -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -21 - - - -21 - -DDRIOB DCI configuration -
-

-

DEASSERT RESET

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -0 - -0 - -At least toggle once to initialise flops in DCI system -
-VRN_OUT - -5:5 - -20 - -1 - -20 - -VRN output value -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -21 - - - -20 - -DDRIOB DCI configuration -
-

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -1 - -1 - -At least toggle once to initialise flops in DCI system -
-ENABLE - -1:1 - -2 - -1 - -2 - -1 if any iob's use a terminate type, or if dci test block used -
-VRP_TRI - -2:2 - -4 - -0 - -0 - -VRP tristate value -
-VRN_TRI - -3:3 - -8 - -0 - -0 - -VRN tristate value -
-VRP_OUT - -4:4 - -10 - -0 - -0 - -VRP output value -
-VRN_OUT - -5:5 - -20 - -1 - -20 - -VRN output value -
-NREF_OPT1 - -7:6 - -c0 - -0 - -0 - -Reserved -
-NREF_OPT2 - -10:8 - -700 - -0 - -0 - -Reserved -
-NREF_OPT4 - -13:11 - -3800 - -1 - -800 - -Reserved -
-PREF_OPT1 - -16:14 - -1c000 - -0 - -0 - -Reserved -
-PREF_OPT2 - -19:17 - -e0000 - -0 - -0 - -Reserved -
-UPDATE_CONTROL - -20:20 - -100000 - -0 - -0 - -DCI Update -
-INIT_COMPLETE - -21:21 - -200000 - -0 - -0 - -test Internal to IO bank -
-TST_CLK - -22:22 - -400000 - -0 - -0 - -Emulate DCI clock -
-TST_HLN - -23:23 - -800000 - -0 - -0 - -Emulate comparator output (VRN) -
-TST_HLP - -24:24 - -1000000 - -0 - -0 - -Emulate comparator output (VRP) -
-TST_RST - -25:25 - -2000000 - -0 - -0 - -Emulate Reset -
-INT_DCI_EN - -26:26 - -4000000 - -0 - -0 - -Need explanation here -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -7ffffff - - - -823 - -DDRIOB DCI configuration -
-

-

MIO PROGRAMMING

-

Register ( slcr )MIO_PIN_14

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-MIO_PIN_14 - -0XF8000738 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-TRI_ENABLE - -0:0 - -1 - -1 - -1 - -Operates the same as MIO_PIN_00[TRI_ENABLE] -
-L0_SEL - -1:1 - -2 - -0 - -0 - -Level 0 Mux Select 0: Level 1 Mux 1= Not Used -
-L1_SEL - -2:2 - -4 - -0 - -0 - -Level 1 Mux Select 0: Level 2 Mux 1: Trace Port Data Bit 0 -
-L2_SEL - -4:3 - -18 - -0 - -0 - -Level 2 Mux Select 00: Level 3 Mux 01: reserved 10: NAND Flash Busy 11: SDIO 0 Power Control output -
-L3_SEL - -7:5 - -e0 - -7 - -e0 - -Level 3 Mux Select 000: GPIO 14 (bank 0) 001: CAN 0 Rx 010: I2C 0 Serial Clock 011: SWDT Clock Input 100: SDIO 1 IO Bit 2 101: SPI 1 slave select 1 110: reserved 111: UART 0 RxD -
-Speed - -8:8 - -100 - -0 - -0 - -Operates the same as MIO_PIN_00[Speed] -
-IO_Type - -11:9 - -e00 - -3 - -600 - -Operates the same as MIO_PIN_00[IO_Type] -
-PULLUP - -12:12 - -1000 - -1 - -1000 - -Operates the same as MIO_PIN_00[PULL_UP] -
-DisableRcvr - -13:13 - -2000 - -0 - -0 - -Operates the same as MIO_PIN_00[DisableRcvr] -
-MIO_PIN_14@0XF8000738 - -31:0 - -3fff - - - -16e1 - -MIO Pin 14 Control -
-

-

Register ( slcr )MIO_PIN_15

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-MIO_PIN_15 - -0XF800073C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-TRI_ENABLE - -0:0 - -1 - -0 - -0 - -Operates the same as MIO_PIN_00[TRI_ENABLE] -
-L0_SEL - -1:1 - -2 - -0 - -0 - -Level 0 Mux Select 0: Level 1 Mux 1= Not Used -
-L1_SEL - -2:2 - -4 - -0 - -0 - -Level 1 Mux Select 0: Level 2 Mux 1: Trace Port Data Bit 1 -
-L2_SEL - -4:3 - -18 - -0 - -0 - -Level 2 Mux Select 00: Level 3 Mux 01: SRAM/NOR Address Bit 0 10: reserved 11: SDIO 1 Power Control output -
-L3_SEL - -7:5 - -e0 - -7 - -e0 - -Level 3 Mux Select 000: GPIO 15 (bank 0) 001: CAN 0 Tx 010: I2C 0 Serial Data 011: SWDT Reset Out 100: SDIO 1 IO Bit 3 101: SPI 1 Slave Select 2 110: reserved 111: UART 0 TxD -
-Speed - -8:8 - -100 - -0 - -0 - -Operates the same as MIO_PIN_00[Speed] -
-IO_Type - -11:9 - -e00 - -3 - -600 - -Operates the same as MIO_PIN_00[IO_Type] -
-PULLUP - -12:12 - -1000 - -1 - -1000 - -Operates the same as MIO_PIN_00[PULL_UP] -
-DisableRcvr - -13:13 - -2000 - -0 - -0 - -Operates the same as MIO_PIN_00[DisableRcvr] -
-MIO_PIN_15@0XF800073C - -31:0 - -3fff - - - -16e0 - -MIO Pin 15 Control -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_peripherals_init_data_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DDRIOB_DATA0 - - -0XF8000B48 - -32 - -RW - -0x000000 - -DDR IOB Config for Data 15:0 -
- -DDRIOB_DATA1 - - -0XF8000B4C - -32 - -RW - -0x000000 - -DDR IOB Config for Data 31:16 -
- -DDRIOB_DIFF0 - - -0XF8000B50 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 1:0 -
- -DDRIOB_DIFF1 - - -0XF8000B54 - -32 - -RW - -0x000000 - -DDR IOB Config for DQS 3:2 -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
- -Baud_rate_divider_reg0 - - -0XE0000034 - -32 - -RW - -0x000000 - -baud rate divider register -
- -Baud_rate_gen_reg0 - - -0XE0000018 - -32 - -RW - -0x000000 - -Baud rate divider register. -
- -Control_reg0 - - -0XE0000000 - -32 - -RW - -0x000000 - -UART Control register -
- -mode_reg0 - - -0XE0000004 - -32 - -RW - -0x000000 - -UART Mode register -
- -Config_reg - - -0XE000D000 - -32 - -RW - -0x000000 - -SPI configuration register -
- -CTRL - - -0XF8007000 - -32 - -RW - -0x000000 - -Control Register : This register defines basic control registers. Some of the register bits can be locked by control bits in the LOCK Register 0x004. -
-

-

ps7_peripherals_init_data_2_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

DDR TERM/IBUF_DISABLE_MODE SETTINGS

-

Register ( slcr )DDRIOB_DATA0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA0 - -0XF8000B48 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-DDRIOB_DATA0@0XF8000B48 - -31:0 - -180 - - - -180 - -DDR IOB Config for Data 15:0 -
-

-

Register ( slcr )DDRIOB_DATA1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA1 - -0XF8000B4C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-DDRIOB_DATA1@0XF8000B4C - -31:0 - -180 - - - -180 - -DDR IOB Config for Data 31:16 -
-

-

Register ( slcr )DDRIOB_DIFF0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF0 - -0XF8000B50 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-DDRIOB_DIFF0@0XF8000B50 - -31:0 - -180 - - - -180 - -DDR IOB Config for DQS 1:0 -
-

-

Register ( slcr )DDRIOB_DIFF1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF1 - -0XF8000B54 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0: ibuf is enabled 1: use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0: termination enabled 1: use 'dynamic_dci_ts' control termination -
-DDRIOB_DIFF1@0XF8000B54 - -31:0 - -180 - - - -180 - -DDR IOB Config for DQS 3:2 -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

-

SRAM/NOR SET OPMODE

-

UART REGISTERS

-

Register ( slcr )Baud_rate_divider_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Baud_rate_divider_reg0 - -0XE0000034 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-BDIV - -7:0 - -ff - -6 - -6 - -Baud rate divider value: 0 - 3: ignored 4 - 255: Baud rate -
-Baud_rate_divider_reg0@0XE0000034 - -31:0 - -ff - - - -6 - -baud rate divider register -
-

-

Register ( slcr )Baud_rate_gen_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Baud_rate_gen_reg0 - -0XE0000018 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CD - -15:0 - -ffff - -7c - -7c - -Baud Rate Clock Divisor Value: 0: Disables baud_sample 1: Clock divisor bypass 2 - 65535: baud_sample value -
-Baud_rate_gen_reg0@0XE0000018 - -31:0 - -ffff - - - -7c - -Baud rate divider register. -
-

-

Register ( slcr )Control_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Control_reg0 - -0XE0000000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-STPBRK - -8:8 - -100 - -0 - -0 - -Stop transmitter break: 0: start break transmission, 1: stop break transmission. -
-STTBRK - -7:7 - -80 - -0 - -0 - -Start transmitter break: 0: 1: start to transmit a break. Can only be set if STPBRK (Stop transmitter break) is not high. -
-RSTTO - -6:6 - -40 - -0 - -0 - -Restart receiver timeout counter: 0: receiver timeout counter disabled, 1: receiver timeout counter is restarted. -
-TXDIS - -5:5 - -20 - -0 - -0 - -Transmit disable: 0: enable transmitter, 0: disable transmitter -
-TXEN - -4:4 - -10 - -1 - -10 - -Transmit enable: 0: disable transmitter, 1: enable transmitter, provided the TXDIS field is set to 0. -
-RXDIS - -3:3 - -8 - -0 - -0 - -Receive disable: 0: disable, 1: enable -
-RXEN - -2:2 - -4 - -1 - -4 - -Receive enable: 0: disable, 1: enable. When set to one, the receiver logic is enabled, provided the RXDIS field is set to zero. -
-TXRES - -1:1 - -2 - -1 - -2 - -Software reset for Tx data path: 0: 1: transmitter logic is reset and all pending transmitter data is discarded self clear -
-RXRES - -0:0 - -1 - -1 - -1 - -Software reset for Rx data path: 0: 1: receiver logic is reset and all pending receiver data is discarded self clear -
-Control_reg0@0XE0000000 - -31:0 - -1ff - - - -17 - -UART Control register -
-

-

Register ( slcr )mode_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-mode_reg0 - -0XE0000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IRMODE - -11:11 - -800 - -0 - -0 - -Enable IrDA mode: 0: Default UART mode 1: Enable IrDA mode -
-UCLKEN - -10:10 - -400 - -0 - -0 - -External uart_clk source select: 0: APB clock, pclk 1: a user-defined clock -
-CHMODE - -9:8 - -300 - -0 - -0 - -Channel mode: 00: normal 01: automatic cho 10: local loopback 11: remote loopback -
-NBSTOP - -7:6 - -c0 - -0 - -0 - -Number of stop bits: 00: 1 stop bit 01: 1.5 stop bits 10: 2 stop bits 11: reserved -
-PAR - -5:3 - -38 - -4 - -20 - -Parity type select: 000: even parity 001: odd parity 010: forced to 0 parity (space) 011: forced to 1 parity (mark) 1xx: no parity -
-CHRL - -2:1 - -6 - -0 - -0 - -Character length select: 11: 6 bits 10: 7 bits 0x: 8 bits -
-CLKS - -0:0 - -1 - -0 - -0 - -Clock source select: 0: clock source is uart_clk 1: clock source is uart_clk/8 -
-mode_reg0@0XE0000004 - -31:0 - -fff - - - -20 - -UART Mode register -
-

-

QSPI REGISTERS

-

Register ( slcr )Config_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Config_reg - -0XE000D000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-Holdb_dr - -19:19 - -80000 - -1 - -80000 - -Holdb and WPn pins are driven in normal/fast read or dual output/io read by the controller, if set, else external pull-high is required. Both pins are always driven by the controller in quad mode. -
-Config_reg@0XE000D000 - -31:0 - -80000 - - - -80000 - -SPI configuration register -
-

-

PL POWER ON RESET REGISTERS

-

Register ( slcr )CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CTRL - -0XF8007000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PCFG_POR_CNT_4K - -29:29 - -20000000 - -0 - -0 - -This is to indicate to the FPGA fabric what timer to use 0 - use 64K timer 1 - use 4K timer -
-CTRL@0XF8007000 - -31:0 - -20000000 - - - -0 - -Control Register : This register defines basic control registers. Some of the register bits can be locked by control bits in the LOCK Register 0x004. -
-

-

SMC TIMING CALCULATION REGISTER UPDATE

-

NAND SET CYCLE

-

OPMODE

-

DIRECT COMMAND

-

SRAM/NOR CS0 SET CYCLE

-

DIRECT COMMAND

-

NOR CS0 BASE ADDRESS

-

SRAM/NOR CS1 SET CYCLE

-

DIRECT COMMAND

-

NOR CS1 BASE ADDRESS

-

USB RESET

-

ENET RESET

-

I2C RESET

-

NOR CHIP SELECT

-

DIR MODE BANK 0

-

MASK_DATA_0_LSW HIGH BANK [15:0]

-

OUTPUT ENABLE BANK 0

- -

-

ps7_post_config_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -LVL_SHFTR_EN - - -0XF8000900 - -32 - -RW - -0x000000 - -Level Shifters Enable -
- -FPGA_RST_CTRL - - -0XF8000240 - -32 - -RW - -0x000000 - -FPGA Software Reset Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_post_config_2_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

ENABLING LEVEL SHIFTER

-

Register ( slcr )LVL_SHFTR_EN

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LVL_SHFTR_EN - -0XF8000900 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-USER_INP_ICT_EN_0 - -1:0 - -3 - -3 - -3 - -Enable level shifters for PSS user inputs to FPGA in FPGA tile 0, drives slcr_fpga_if_ctrl0[1:0]. -
-USER_INP_ICT_EN_1 - -3:2 - -c - -3 - -c - -Enable level shifters for PSS user inputs to FPGA in FPGA tile 1, drives slcr_fpga_if_ctrl1[1:0]. -
-LVL_SHFTR_EN@0XF8000900 - -31:0 - -f - - - -f - -Level Shifters Enable -
-

-

FPGA RESETS TO 0

-

Register ( slcr )FPGA_RST_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-FPGA_RST_CTRL - -0XF8000240 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_3 - -31:25 - -fe000000 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-FPGA_ACP_RST - -24:24 - -1000000 - -0 - -0 - -FPGA ACP port soft reset: 0: No reset 1: ACP AXI interface reset output asserted -
-FPGA_AXDS3_RST - -23:23 - -800000 - -0 - -0 - -AXDS3AXI interface soft reset. On assertion of this reset, the AXDS3AXI interface reset output will be asserted. 0: No reset 1: AXDS3AXI interface reset output asserted -
-FPGA_AXDS2_RST - -22:22 - -400000 - -0 - -0 - -AXDS2 AXI interface soft reset. On assertion of this reset, the AXDS2 AXI interface reset output will be asserted. 0: No reset 1: AXDS2 AXI interface reset output asserted -
-FPGA_AXDS1_RST - -21:21 - -200000 - -0 - -0 - -AXDS1 AXI interface soft reset. On assertion of this reset, the AXDS1 AXI interface reset output will be asserted. 0: No reset 1: AXDS1 AXI interface reset output asserted -
-FPGA_AXDS0_RST - -20:20 - -100000 - -0 - -0 - -AXDS0 AXI interface soft reset. On assertion of this reset, the AXDS0 AXI interface reset output will be asserted. 0: No reset 1: AXDS0 AXI interface reset output asserted -
-reserved_2 - -19:18 - -c0000 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-FSSW1_FPGA_RST - -17:17 - -20000 - -0 - -0 - -General purpose FPGA slave interface 1 soft reset. On assertion of this reset, the FPGA slave interface 1 reset will be asserted. 0: No reset 1: FPGA slave interface 1 reset is asserted -
-FSSW0_FPGA_RST - -16:16 - -10000 - -0 - -0 - -General purpose FPGA slave interface 0 soft reset. On assertion of this reset, the FPGA slave interface 0 reset will be asserted. 0: No reset 1: FPGA slave interface 0 reset is asserted -
-reserved_1 - -15:14 - -c000 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-FPGA_FMSW1_RST - -13:13 - -2000 - -0 - -0 - -General purpose FPGA master interface: 1: soft reset. On assertion of this reset, the FPGA master interface 1 reset will be asserted. 0: No reset 1: FPGA master interface 1 reset is asserted -
-FPGA_FMSW0_RST - -12:12 - -1000 - -0 - -0 - -General purpose FPGA master interface 0 soft reset. On assertion of this reset, the FPGA master interface 0 reset will be asserted. 0: No reset 1: FPGA master interface 0 reset is asserted. -
-FPGA_DMA3_RST - -11:11 - -800 - -0 - -0 - -FPGA DMA 3 peripheral request soft reset. On assertion of this reset, the FPGA DMA 3 peripheral request reset output will be asserted. 0: No reset 1: FPGA DMA 3 peripheral request reset output asserted -
-FPGA_DMA2_RST - -10:10 - -400 - -0 - -0 - -FPGA DMA 2 peripheral request soft reset. On assertion of this reset, the FPGA DMA 2 peripheral request reset output will be asserted. 0: No reset 1: FPGA DMA 2 peripheral request reset output asserted -
-FPGA_DMA1_RST - -9:9 - -200 - -0 - -0 - -FPGA DMA 1 peripheral request soft reset. On assertion of this reset, the FPGA DMA 1 peripheral request reset output will be asserted. 0: No reset 1: FPGA DMA 1 peripheral request reset output asserted -
-FPGA_DMA0_RST - -8:8 - -100 - -0 - -0 - -FPGA DMA 0 peripheral request soft reset. On assertion of this reset, the FPGA DMA 0 peripheral request reset output will be asserted. 0: No reset 1: FPGA DMA 0 peripheral request reset output asserted -
-reserved - -7:4 - -f0 - -0 - -0 - -Reserved. Writes are ignored, read data is zero. -
-FPGA3_OUT_RST - -3:3 - -8 - -0 - -0 - -FPGA3software reset. On assertion of this reset, the FPGA 3 top level reset output will be asserted. 0: No reset 1: FPGA 3 top level reset output asserted -
-FPGA2_OUT_RST - -2:2 - -4 - -0 - -0 - -FPGA2 software reset. On assertion of this reset, the FPGA 2 top level reset output will be asserted. 0: No reset 1: FPGA 2 top level reset output asserted -
-FPGA1_OUT_RST - -1:1 - -2 - -0 - -0 - -FPGA1 software reset. On assertion of this reset, the FPGA 1 top level reset output will be asserted. 0: No reset 1: FPGA 1 top level reset output asserted -
-FPGA0_OUT_RST - -0:0 - -1 - -0 - -0 - -FPGA0 software reset. On assertion of this reset, the FPGA 0 top level reset output will be asserted. 0: No reset 1: FPGA 0 top level reset output asserted -
-FPGA_RST_CTRL@0XF8000240 - -31:0 - -ffffffff - - - -0 - -FPGA Software Reset Control -
-

-

AFI REGISTERS

-

AFI0 REGISTERS

-

AFI1 REGISTERS

-

AFI2 REGISTERS

-

AFI3 REGISTERS

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_debug_2_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -LAR - - -0XF8898FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
- -LAR - - -0XF8899FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
- -LAR - - -0XF8809FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
-

-

ps7_debug_2_0

- - - - - - - - - -

CROSS TRIGGER CONFIGURATIONS

-

UNLOCKING CTI REGISTERS

-

Register ( slcr )LAR

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8898FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8898FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

Register ( slcr )LAR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8899FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8899FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

Register ( slcr )LAR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8809FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8809FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

ENABLING CTI MODULES AND CHANNELS

-

MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS

- -

- - - - -

ps7_pll_init_data_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -ARM_PLL_CFG - - -0XF8000110 - -32 - -RW - -0x000000 - -ARM PLL Configuration -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_PLL_CTRL - - -0XF8000100 - -32 - -RW - -0x000000 - -ARM PLL Control -
- -ARM_CLK_CTRL - - -0XF8000120 - -32 - -RW - -0x000000 - -CORTEX A9 Clock Control -
- -DDR_PLL_CFG - - -0XF8000114 - -32 - -RW - -0x000000 - -DDR PLL Configuration -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_PLL_CTRL - - -0XF8000104 - -32 - -RW - -0x000000 - -DDR PLL Control -
- -DDR_CLK_CTRL - - -0XF8000124 - -32 - -RW - -0x000000 - -DDR Clock Control -
- -IO_PLL_CFG - - -0XF8000118 - -32 - -RW - -0x000000 - -IO PLL Configuration -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -IO_PLL_CTRL - - -0XF8000108 - -32 - -RW - -0x000000 - -IO PLL Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_pll_init_data_1_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register always returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

PLL SLCR REGISTERS

-

ARM PLL INIT

-

Register ( slcr )ARM_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CFG - -0XF8000110 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -2 - -20 - -Drives the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drives the PLL_CP[3:0] input of the PLL to set the PLL charge pump control -
-LOCK_CNT - -21:12 - -3ff000 - -fa - -fa000 - -Drives the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned withth a certain window before syaing locked. -
-ARM_PLL_CFG@0XF8000110 - -31:0 - -3ffff0 - - - -fa220 - -ARM PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -28 - -28000 - -Provides the feedback divisor for the PLL. NOTE: Before changing this value the PLL must first be bypassed and then put into powerdown or reset state. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -7f000 - - - -28000 - -ARM PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -Overides control of the PLL bypass function within the clock controller to force into bypass state. 0 - PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1 - PLL forced to be bypassed. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -10 - - - -10 - -ARM PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -Drives the RESET input of the PLL. 0 - PLL out of reset; 1 - PLL held in reset. Remember that after reset, the user should program the PLLs and ensure that the serviced bit below is asserted before using. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -1 - - - -1 - -ARM PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -Drives the RESET input of the PLL. 0 - PLL out of reset; 1 - PLL held in reset. Remember that after reset, the user should program the PLLs and ensure that the serviced bit below is asserted before using. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -1 - - - -0 - -ARM PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-ARM_PLL_LOCK - -0:0 - -1 - -1 - -1 - -ARM PLL lock status. 0 - ARM PLL out of lock. 1 - ARM PLL in lock. Note: Reset condition is actually 0, but will always be 1 by the time this register can be read if PLL's are being used. -
-PLL_STATUS@0XF800010C - -31:0 - -1 - - - -1 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )ARM_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_PLL_CTRL - -0XF8000100 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -Overides control of the PLL bypass function within the clock controller to force into bypass state. 0 - PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1 - PLL forced to be bypassed. -
-ARM_PLL_CTRL@0XF8000100 - -31:0 - -10 - - - -0 - -ARM PLL Control -
-

-

Register ( slcr )ARM_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ARM_CLK_CTRL - -0XF8000120 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Selects the source used to generate the clock. 0x - Source for generated clock is CPU PLL. 10 - Source for generated clock is DDR divided clock. 11 - Source for generated clock is IO PLL -
-DIVISOR - -13:8 - -3f00 - -2 - -200 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-CPU_6OR4XCLKACT - -24:24 - -1000000 - -1 - -1000000 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CPU_3OR2XCLKACT - -25:25 - -2000000 - -1 - -2000000 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CPU_2XCLKACT - -26:26 - -4000000 - -1 - -4000000 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CPU_1XCLKACT - -27:27 - -8000000 - -1 - -8000000 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CPU_PERI_CLKACT - -28:28 - -10000000 - -1 - -10000000 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-ARM_CLK_CTRL@0XF8000120 - -31:0 - -1f003f30 - - - -1f000200 - -CORTEX A9 Clock Control -
-

-

DDR PLL INIT

-

Register ( slcr )DDR_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CFG - -0XF8000114 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -2 - -20 - -Drives the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drives the PLL_CP[3:0] input of the PLL to set the PLL charge pump control -
-LOCK_CNT - -21:12 - -3ff000 - -12c - -12c000 - -Drives the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned withth a certain window before syaing locked. -
-DDR_PLL_CFG@0XF8000114 - -31:0 - -3ffff0 - - - -12c220 - -DDR PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -20 - -20000 - -Provides the feedback divisor for the PLL. NOTE: Before changing this value the PLL must first be bypassed and then put into powerdown or reset state. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -7f000 - - - -20000 - -DDR PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -Overides control of the PLL bypass function within the clock controller to force into bypass state. 0 - PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1 - PLL forced to be bypassed -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -10 - - - -10 - -DDR PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -Drives the RESET input of the PLL. 0 - PLL out of reset. 1 - PLL held in reset. Remember that after reset, the user should program the PLLs and ensure that the serviced bit below is asserted before using. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -1 - - - -1 - -DDR PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -Drives the RESET input of the PLL. 0 - PLL out of reset. 1 - PLL held in reset. Remember that after reset, the user should program the PLLs and ensure that the serviced bit below is asserted before using. -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -1 - - - -0 - -DDR PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DDR_PLL_LOCK - -1:1 - -2 - -1 - -2 - -DDR PLL lock status. 0 - DDR PLL out of lock. 1 - DDR PLL in lock. Note: Reset condition is actually 0, but will always be 1 by the time this register can be read if PLL's are being used. -
-PLL_STATUS@0XF800010C - -31:0 - -2 - - - -2 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )DDR_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_PLL_CTRL - -0XF8000104 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -Overides control of the PLL bypass function within the clock controller to force into bypass state. 0 - PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1 - PLL forced to be bypassed -
-DDR_PLL_CTRL@0XF8000104 - -31:0 - -10 - - - -0 - -DDR PLL Control -
-

-

Register ( slcr )DDR_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDR_CLK_CTRL - -0XF8000124 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DDR_3XCLKACT - -0:0 - -1 - -1 - -1 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-DDR_2XCLKACT - -1:1 - -2 - -1 - -2 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-DDR_3XCLK_DIVISOR - -25:20 - -3f00000 - -2 - -200000 - -Divisor value for the ddr_3xclk -
-DDR_2XCLK_DIVISOR - -31:26 - -fc000000 - -3 - -c000000 - -Divisor value for the ddr_2xclk (does not have to be 2/3 speed of ddr_3xclk) -
-DDR_CLK_CTRL@0XF8000124 - -31:0 - -fff00003 - - - -c200003 - -DDR Clock Control -
-

-

IO PLL INIT

-

Register ( slcr )IO_PLL_CFG

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CFG - -0XF8000118 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RES - -7:4 - -f0 - -4 - -40 - -Drives the PLL_RES[3:0] input of the PLL to set the PLL loop filter resistor control -
-PLL_CP - -11:8 - -f00 - -2 - -200 - -Drives the PLL_CP[3:0] input of the PLL to set the PLL charge pump control -
-LOCK_CNT - -21:12 - -3ff000 - -fa - -fa000 - -Drives the LOCK_CNT[9:0] input of the PLL to set the number of clock cycles the PLL needs to have clkref and clkfb aligned withth a certain window before syaing locked. -
-IO_PLL_CFG@0XF8000118 - -31:0 - -3ffff0 - - - -fa240 - -IO PLL Configuration -
-

-

UPDATE FB_DIV

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_FDIV - -18:12 - -7f000 - -30 - -30000 - -Provides the feedback divisor for the PLL. NOTE: Before changing this value the PLL must first be bypassed and then put into powerdown or reset state. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -7f000 - - - -30000 - -IO PLL Control -
-

-

BY PASS PLL

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -1 - -10 - -Overides control of the PLL bypass function within the clock controller to force into bypass state. 0 - PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1 - PLL forced to be bypassed -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -10 - - - -10 - -IO PLL Control -
-

-

ASSERT RESET

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -1 - -1 - -Drives the RESET input of the PLL. 0 - PLL out of reset. 1 - PLL held in reset. Remember that after reset, the user should program the PLLs and ensure that the serviced bit below is asserted before using. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -1 - - - -1 - -IO PLL Control -
-

-

DEASSERT RESET

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_RESET - -0:0 - -1 - -0 - -0 - -Drives the RESET input of the PLL. 0 - PLL out of reset. 1 - PLL held in reset. Remember that after reset, the user should program the PLLs and ensure that the serviced bit below is asserted before using. -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -1 - - - -0 - -IO PLL Control -
-

-

CHECK PLL STATUS

-

Register ( slcr )PLL_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PLL_STATUS - -0XF800010C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IO_PLL_LOCK - -2:2 - -4 - -1 - -4 - -IO PLL lock status. 0 - IO PLL out of lock. 1 - IO PLL in lock. Note: Reset condition is actually 0, but will always be 1 by the time this register can be read if PLL's are being used. -
-PLL_STATUS@0XF800010C - -31:0 - -4 - - - -4 - -tobe -
-

-

REMOVE PLL BY PASS

-

Register ( slcr )IO_PLL_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-IO_PLL_CTRL - -0XF8000108 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PLL_BYPASS_FORCE - -4:4 - -10 - -0 - -0 - -Overides control of the PLL bypass function within the clock controller to force into bypass state. 0 - PLL not forced to be bypassed (may still be bypassed through bootstrap pin). 1 - PLL forced to be bypassed -
-IO_PLL_CTRL@0XF8000108 - -31:0 - -10 - - - -0 - -IO PLL Control -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register always returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_clock_init_data_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DCI_CLK_CTRL - - -0XF8000128 - -32 - -RW - -0x000000 - -DCI clock control -
- -UART_CLK_CTRL - - -0XF8000154 - -32 - -RW - -0x000000 - -UART Reference Clock Control -
- -PCAP_CLK_CTRL - - -0XF8000168 - -32 - -RW - -0x000000 - -PCAP 2X Clock Contol -
- -FPGA0_CLK_CTRL - - -0XF8000170 - -32 - -RW - -0x000000 - -FPGA 0 Output Clock Control -
- -CLK_621_TRUE - - -0XF80001C4 - -32 - -RW - -0x000000 - -6:2:1 ratio clock, if set -
- -APER_CLK_CTRL - - -0XF800012C - -32 - -RW - -0x000000 - -AMBA Peripheral Clock Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_clock_init_data_1_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register always returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

CLOCK CONTROL SLCR REGISTERS

-

Register ( slcr )DCI_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DCI_CLK_CTRL - -0XF8000128 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT - -0:0 - -1 - -1 - -1 - -Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-DIVISOR0 - -13:8 - -3f00 - -f - -f00 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-DIVISOR1 - -25:20 - -3f00000 - -7 - -700000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. Second cascade divider -
-DCI_CLK_CTRL@0XF8000128 - -31:0 - -3f03f01 - - - -700f01 - -DCI clock control -
-

-

Register ( slcr )UART_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-UART_CLK_CTRL - -0XF8000154 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT0 - -0:0 - -1 - -1 - -1 - -UART 0 reference clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CLKACT1 - -1:1 - -2 - -0 - -0 - -UART 1 reference clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Selects the source used to generate the clock. 0x - Source for generated clock is IO PLL. 10 - Source for generated clock is ARM PLL. 11 - Source for generated clock is DDR PLL. -
-DIVISOR - -13:8 - -3f00 - -10 - -1000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-UART_CLK_CTRL@0XF8000154 - -31:0 - -3f33 - - - -1001 - -UART Reference Clock Control -
-

-

TRACE CLOCK

-

Register ( slcr )PCAP_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PCAP_CLK_CTRL - -0XF8000168 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLKACT - -0:0 - -1 - -1 - -1 - -Clock active 0 - Clock is disabled 1 - Clock is enabled -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Selects the source used to generate the clock. 0x - Source for generated clock is IO PLL. 10 - Source for generated clock is ARM PLL. 11 - Source for generated clock is DDR PLL -
-DIVISOR - -13:8 - -3f00 - -8 - -800 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. -
-PCAP_CLK_CTRL@0XF8000168 - -31:0 - -3f31 - - - -801 - -PCAP 2X Clock Contol -
-

-

Register ( slcr )FPGA0_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-FPGA0_CLK_CTRL - -0XF8000170 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-SRCSEL - -5:4 - -30 - -0 - -0 - -Selects the source used to generate the clock. 0x - Source for generated clock is IO PLL. 10 - Source for generated clock is ARM PLL. 11 - Source for generated clock is DDR PLL. -
-DIVISOR0 - -13:8 - -3f00 - -4 - -400 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. First cascade divider -
-DIVISOR1 - -25:20 - -3f00000 - -2 - -200000 - -Provides the divisor used to divide the source clock to generate the required generated clock frequency. Second cascade divider -
-FPGA0_CLK_CTRL@0XF8000170 - -31:0 - -3f03f30 - - - -200400 - -FPGA 0 Output Clock Control -
-

-

Register ( slcr )CLK_621_TRUE

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CLK_621_TRUE - -0XF80001C4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CLK_621_TRUE - -0:0 - -1 - -1 - -1 - -Enable the 6:2:1 mode. 1 for 6:3:2:1. 0 for 4:2:2:1. -
-CLK_621_TRUE@0XF80001C4 - -31:0 - -1 - - - -1 - -6:2:1 ratio clock, if set -
-

-

Register ( slcr )APER_CLK_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-APER_CLK_CTRL - -0XF800012C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DMA_CPU_2XCLKACT - -0:0 - -1 - -1 - -1 - -DMA 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-USB0_CPU_1XCLKACT - -2:2 - -4 - -1 - -4 - -USB 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-USB1_CPU_1XCLKACT - -3:3 - -8 - -1 - -8 - -USB 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-GEM0_CPU_1XCLKACT - -6:6 - -40 - -0 - -0 - -Gigabit Ethernet MAC 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-GEM1_CPU_1XCLKACT - -7:7 - -80 - -0 - -0 - -Gigabit Ethernet MAC 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-SDI0_CPU_1XCLKACT - -10:10 - -400 - -0 - -0 - -SDIO0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-SDI1_CPU_1XCLKACT - -11:11 - -800 - -0 - -0 - -SDIO 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-SPI0_CPU_1XCLKACT - -14:14 - -4000 - -0 - -0 - -SPI 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-SPI1_CPU_1XCLKACT - -15:15 - -8000 - -0 - -0 - -SPI 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CAN0_CPU_1XCLKACT - -16:16 - -10000 - -0 - -0 - -CAN 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-CAN1_CPU_1XCLKACT - -17:17 - -20000 - -0 - -0 - -CAN 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-I2C0_CPU_1XCLKACT - -18:18 - -40000 - -1 - -40000 - -I2C 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-I2C1_CPU_1XCLKACT - -19:19 - -80000 - -1 - -80000 - -I2C 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-UART0_CPU_1XCLKACT - -20:20 - -100000 - -1 - -100000 - -UART 0 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-UART1_CPU_1XCLKACT - -21:21 - -200000 - -0 - -0 - -UART 1 AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-GPIO_CPU_1XCLKACT - -22:22 - -400000 - -1 - -400000 - -GPIO AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-LQSPI_CPU_1XCLKACT - -23:23 - -800000 - -0 - -0 - -LQSPI AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-SMC_CPU_1XCLKACT - -24:24 - -1000000 - -1 - -1000000 - -SMC AMBA Clock active. 0 - Clock is disabled. 1 - Clock is enabled. -
-APER_CLK_CTRL@0XF800012C - -31:0 - -1ffcccd - - - -15c000d - -AMBA Peripheral Clock Control -
-

-

THIS SHOULD BE BLANK

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register always returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_ddr_init_data_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -ddrc_ctrl - - -0XF8006000 - -32 - -RW - -0x000000 - -DDRC Control Register -
- -Two_rank_cfg - - -0XF8006004 - -32 - -RW - -0x000000 - -Two rank configuration register -
- -HPR_reg - - -0XF8006008 - -32 - -RW - -0x000000 - -HPR Queue control register -
- -LPR_reg - - -0XF800600C - -32 - -RW - -0x000000 - -LPR Queue control register -
- -WR_reg - - -0XF8006010 - -32 - -RW - -0x000000 - -WR Queue control register -
- -DRAM_param_reg0 - - -0XF8006014 - -32 - -RW - -0x000000 - -DRAM Parameters register 0 -
- -DRAM_param_reg1 - - -0XF8006018 - -32 - -RW - -0x000000 - -DRAM Parameters register 1 -
- -DRAM_param_reg2 - - -0XF800601C - -32 - -RW - -0x000000 - -DRAM Parameters register 2 -
- -DRAM_param_reg3 - - -0XF8006020 - -32 - -RW - -0x000000 - -DRAM Parameters register 3 -
- -DRAM_param_reg4 - - -0XF8006024 - -32 - -RW - -0x000000 - -DRAM Parameters register 4 -
- -DRAM_init_param - - -0XF8006028 - -32 - -RW - -0x000000 - -DRAM initialization parameters register -
- -DRAM_EMR_reg - - -0XF800602C - -32 - -RW - -0x000000 - -DRAM EMR2, EMR3 access register -
- -DRAM_EMR_MR_reg - - -0XF8006030 - -32 - -RW - -0x000000 - -DRAM EMR, MR access register -
- -DRAM_burst8_rdwr - - -0XF8006034 - -32 - -RW - -0x000000 - -DRAM burst 8 read/write register -
- -DRAM_disable_DQ - - -0XF8006038 - -32 - -RW - -0x000000 - -DRAM Disable DQ register -
- -DRAM_addr_map_bank - - -0XF800603C - -32 - -RW - -0x000000 - -Selects the address bits used as DRAM bank address bits -
- -DRAM_addr_map_col - - -0XF8006040 - -32 - -RW - -0x000000 - -Selects the address bits used as DRAM column address bits -
- -DRAM_addr_map_row - - -0XF8006044 - -32 - -RW - -0x000000 - -Selects the address bits used as DRAM row address bits -
- -DRAM_ODT_reg - - -0XF8006048 - -32 - -RW - -0x000000 - -DRAM ODT register -
- -phy_cmd_timeout_rddata_cpt - - -0XF8006050 - -32 - -RW - -0x000000 - -PHY command time out and read data capture FIFO register -
- -DLL_calib - - -0XF8006058 - -32 - -RW - -0x000000 - -DLL calibration register -
- -ODT_delay_hold - - -0XF800605C - -32 - -RW - -0x000000 - -ODT delay and ODT hold register -
- -ctrl_reg1 - - -0XF8006060 - -32 - -RW - -0x000000 - -Controller register 1 -
- -ctrl_reg2 - - -0XF8006064 - -32 - -RW - -0x000000 - -Controller register 2 -
- -ctrl_reg3 - - -0XF8006068 - -32 - -RW - -0x000000 - -Controller register 3 -
- -ctrl_reg4 - - -0XF800606C - -32 - -RW - -0x000000 - -Controller register 4 -
- -CHE_REFRESH_TIMER01 - - -0XF80060A0 - -32 - -RW - -0x000000 - -CHE_REFRESH_TIMER01 -
- -CHE_T_ZQ - - -0XF80060A4 - -32 - -RW - -0x000000 - -ZQ parameters register -
- -CHE_T_ZQ_Short_Interval_Reg - - -0XF80060A8 - -32 - -RW - -0x000000 - -Misc parameters register -
- -deep_pwrdwn_reg - - -0XF80060AC - -32 - -RW - -0x000000 - -Deep powerdown register -
- -reg_2c - - -0XF80060B0 - -32 - -RW - -0x000000 - -Training control register -
- -reg_2d - - -0XF80060B4 - -32 - -RW - -0x000000 - -Misc Debug register -
- -dfi_timing - - -0XF80060B8 - -32 - -RW - -0x000000 - -DFI timing register -
- -CHE_ECC_CONTROL_REG_OFFSET - - -0XF80060C4 - -32 - -RW - -0x000000 - -ECC error clear register -
- -CHE_CORR_ECC_LOG_REG_OFFSET - - -0XF80060C8 - -32 - -RW - -0x000000 - -ECC error correction register -
- -CHE_UNCORR_ECC_LOG_REG_OFFSET - - -0XF80060DC - -32 - -RW - -0x000000 - -ECC unrecoverable error status register -
- -CHE_ECC_STATS_REG_OFFSET - - -0XF80060F0 - -32 - -RW - -0x000000 - -ECC error count register -
- -ECC_scrub - - -0XF80060F4 - -32 - -RW - -0x000000 - -ECC mode/scrub register -
- -phy_rcvr_enable - - -0XF8006114 - -32 - -RW - -0x000000 - -Phy receiver enable register -
- -PHY_Config - - -0XF8006118 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config - - -0XF800611C - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config - - -0XF8006120 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -PHY_Config - - -0XF8006124 - -32 - -RW - -0x000000 - -PHY configuration register for data slice 0. -
- -phy_init_ratio - - -0XF800612C - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio - - -0XF8006130 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio - - -0XF8006134 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_init_ratio - - -0XF8006138 - -32 - -RW - -0x000000 - -PHY init ratio register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF8006140 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF8006144 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF8006148 - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_rd_dqs_cfg - - -0XF800614C - -32 - -RW - -0x000000 - -PHY read DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF8006154 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF8006158 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF800615C - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_wr_dqs_cfg - - -0XF8006160 - -32 - -RW - -0x000000 - -PHY write DQS configuration register for data slice 0. -
- -phy_we_cfg - - -0XF8006168 - -32 - -RW - -0x000000 - -PHY fifo write enable configuration register for data slice 0. -
- -phy_we_cfg - - -0XF800616C - -32 - -RW - -0x000000 - -PHY fifo write enable configuration register for data slice 0. -
- -phy_we_cfg - - -0XF8006170 - -32 - -RW - -0x000000 - -PHY fifo write enable configuration register for data slice 0. -
- -phy_we_cfg - - -0XF8006174 - -32 - -RW - -0x000000 - -PHY fifo write enable configuration register for data slice 0. -
- -wr_data_slv - - -0XF800617C - -32 - -RW - -0x000000 - -PHY write data slave ratio configuration register for data slice 0. -
- -wr_data_slv - - -0XF8006180 - -32 - -RW - -0x000000 - -PHY write data slave ratio configuration register for data slice 0. -
- -wr_data_slv - - -0XF8006184 - -32 - -RW - -0x000000 - -PHY write data slave ratio configuration register for data slice 0. -
- -wr_data_slv - - -0XF8006188 - -32 - -RW - -0x000000 - -PHY write data slave ratio configuration register for data slice 0. -
- -reg_64 - - -0XF8006190 - -32 - -RW - -0x000000 - -Training control register (2) -
- -reg_65 - - -0XF8006194 - -32 - -RW - -0x000000 - -Training control register (3) -
- -page_mask - - -0XF8006204 - -32 - -RW - -0x000000 - -Page mask register -
- -axi_priority_wr_port - - -0XF8006208 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port - - -0XF800620C - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port - - -0XF8006210 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_wr_port - - -0XF8006214 - -32 - -RW - -0x000000 - -AXI Priority control for write port 0. -
- -axi_priority_rd_port - - -0XF8006218 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port - - -0XF800621C - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port - - -0XF8006220 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -axi_priority_rd_port - - -0XF8006224 - -32 - -RW - -0x000000 - -AXI Priority control for read port 0. -
- -lpddr_ctrl0 - - -0XF80062A8 - -32 - -RW - -0x000000 - -LPDDR2 Control 0 Register -
- -lpddr_ctrl1 - - -0XF80062AC - -32 - -RW - -0x000000 - -LPDDR2 Control 1 Register -
- -lpddr_ctrl2 - - -0XF80062B0 - -32 - -RW - -0x000000 - -LPDDR2 Control 2 Register -
- -lpddr_ctrl3 - - -0XF80062B4 - -32 - -RW - -0x000000 - -LPDDR2 Control 3 Register -
- -ddrc_ctrl - - -0XF8006000 - -32 - -RW - -0x000000 - -DDRC Control Register -
-

-

ps7_ddr_init_data_1_0

- - - - - - - - - -

DDR INITIALIZATION

-

LOCK DDR

-

Register ( slcr )ddrc_ctrl

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ddrc_ctrl - -0XF8006000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_soft_rstb - -0:0 - -1 - -0 - -0 - -Active low soft reset. 0 = Resets the controller 1 = Takes the controller out of reset Note: Controller must be taken out of reset only after all other registers have been programmed. -
-reg_ddrc_powerdown_en - -1:1 - -2 - -0 - -0 - -Controller power down control. 0 = DDRC powerdown disabled 1 = the controller goes into power down after a programmable number of cycles 'Maximum idle clocks before power down' (reg_ddrc_powerdown_to_x32). Note: This register bit may be reprogrammed during the course of normal operation. -
-reg_ddrc_data_bus_width - -3:2 - -c - -0 - -0 - -DDR bus width control 00 = 32 bit DDR bus 01 = 16 bit DDR bus 1x = reserved -
-reg_ddrc_burst8_refresh - -6:4 - -70 - -0 - -0 - -Refresh timeout register. Programmed value plus one will be the number of refresh timeouts that will be allowed to accumulate before traffic is blocked and the refreshes are forced to execute. Closing pages to perform a refresh is a one-time penalty that must be paid for each group of refreshes; therefore, performing refreshes in a burst reduces the per-refresh penalty of these page closings. Higher numbers for burst_of_N_refresh slightly increases utilization; lower numbers decreases the worst-case latency associated with refreshes. 0 = single refresh 1 = burst-of-2 . 7 = burst-of-8 refresh -
-reg_ddrc_rdwr_idle_gap - -13:7 - -3f80 - -1 - -80 - -When the preferred transaction store is empty for this many clock cycles, switch to the alternate transaction store if it is non-empty. The read transaction store (both high and low priority) is the default preferred transaction store and the write transaction store is the alternate store. When 'Prefer write over read' is set this is reversed. -
-reg_ddrc_dis_rd_bypass - -14:14 - -4000 - -0 - -0 - -Only present in designs supporting read bypass. For Debug only. 0 = Do not disable bypass path for high priority read page hits. 1 = disable bypass path for high priority read page hits. -
-reg_ddrc_dis_act_bypass - -15:15 - -8000 - -0 - -0 - -Only present in designs supporting activate bypass. For Debug only. 0 = Do not disable bypass path for high priority read activates. 1 = disable bypass path for high priority read activates. -
-reg_ddrc_dis_auto_refresh - -16:16 - -10000 - -0 - -0 - -Disable auto-refresh. 0 = do not disable auto-refresh generated by the controller. This input is changeable on the fly. 1 = disable auto-refresh generated by the controller. This input is changeable on the fly. Note: When this transitions from 0 to 1, any pending refreshes will be immediately scheduled by the controller. -
-ddrc_ctrl@0XF8006000 - -31:0 - -1ffff - - - -80 - -DDRC Control Register -
-

-

Register ( slcr )Two_rank_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Two_rank_cfg - -0XF8006004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_rfc_nom_x32 - -11:0 - -fff - -82 - -82 - -tREFI - Average time between refreshes. Unit: in multiples of 32 clocks. DRAM RELATED. Default value is set for DDR3. -
-reg_ddrc_active_ranks - -13:12 - -3000 - -1 - -1000 - -Only present for multi-rank configurations. Each bit represents one rank. 1=populated; 0=unpopulated 01 = One Rank 11 = Two Ranks Others = Reserved -
-reg_ddrc_addrmap_cs_bit0 - -18:14 - -7c000 - -0 - -0 - -Only present for multi-rank configurations. Selects the address bit used as rank address bit 0. Valid Range: 0 to 25, and 31 Internal Base: 9. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 31, rank address bit 0 is set to 0. -
-reg_ddrc_wr_odt_block - -20:19 - -180000 - -1 - -80000 - -00 = block read/write scheduling for 1-cycle when Write requires changing ODT settings 01 = block read/write scheduling for 2 cycles when Write requires changing ODT settings 10 = block read/write scheduling for 3 cycles when Write requires changing ODT settings 11 = Reserved -
-reg_ddrc_diff_rank_rd_2cycle_gap - -21:21 - -200000 - -0 - -0 - -Only present for multi-rank configurations. The two cycle gap is required for mDDR only, due to the large variance in tDQSCK in mDDR. 0 = schedule a 1-cycle gap in data responses when performing consecutive reads to different ranks 1 = schedule 2 cycle gap for the same -
-reg_ddrc_addrmap_cs_bit1 - -26:22 - -7c00000 - -0 - -0 - -Only present for multi-rank configurations. Selects the address bit used as rank address bit 1. Valid Range: 0 to 25, and 31 Internal Base: 10 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 31, rank address bit 1 is set to 0. -
-reg_ddrc_addrmap_open_bank - -27:27 - -8000000 - -0 - -0 - -Only present if MEMC_SIMPLE_ADDR_MAP is defined. Since MEMC_SIMPLE_ADDR_MAP is not defined, Reserved 1 = Set the address map to Open Bank mode -
-reg_ddrc_addrmap_4bank_ram - -28:28 - -10000000 - -0 - -0 - -Only present if MEMC_SIMPLE_ADDR_MAP is defined. Since MEMC_SIMPLE_ADDR_MAP is not defined, Reserved 1 = Set the address map for 4 Bank RAMs -
-Two_rank_cfg@0XF8006004 - -31:0 - -1fffffff - - - -81082 - -Two rank configuration register -
-

-

Register ( slcr )HPR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-HPR_reg - -0XF8006008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_hpr_min_non_critical_x32 - -10:0 - -7ff - -f - -f - -Number of clocks that the HPR queue is guaranteed to be non-critical. Unit: 32 clocks -
-reg_ddrc_hpr_max_starve_x32 - -21:11 - -3ff800 - -f - -7800 - -Number of clocks that the HPR queue can be starved before it goes critical. Unit: 32 clocks -
-reg_ddrc_hpr_xact_run_length - -25:22 - -3c00000 - -f - -3c00000 - -Number of transactions that will be serviced once the HPR queue goes critical is the smaller of this number and the number of transactions available. -
-HPR_reg@0XF8006008 - -31:0 - -3ffffff - - - -3c0780f - -HPR Queue control register -
-

-

Register ( slcr )LPR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LPR_reg - -0XF800600C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_lpr_min_non_critical_x32 - -10:0 - -7ff - -1 - -1 - -Number of clocks that the LPR queue is guaranteed to be non-critical. Unit: 32 clocks -
-reg_ddrc_lpr_max_starve_x32 - -21:11 - -3ff800 - -2 - -1000 - -Number of clocks that the LPR queue can be starved before it goes critical. Unit: 32 clocks -
-reg_ddrc_lpr_xact_run_length - -25:22 - -3c00000 - -8 - -2000000 - -Number of transactions that will be serviced once the LPR queue goes critical is the smaller of this number and the number of transactions available -
-LPR_reg@0XF800600C - -31:0 - -3ffffff - - - -2001001 - -LPR Queue control register -
-

-

Register ( slcr )WR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-WR_reg - -0XF8006010 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_w_min_non_critical_x32 - -10:0 - -7ff - -1 - -1 - -Number of clock cycles that the WR queue is guaranteed to be non-critical. -
-reg_ddrc_w_xact_run_length - -14:11 - -7800 - -8 - -4000 - -Number of transactions that will be serviced once the WR queue goes critical is the smaller of this number and the number of transactions available -
-reg_ddrc_w_max_starve_x32 - -25:15 - -3ff8000 - -2 - -10000 - -Number of clocks that the Write queue can be starved before it goes critical. Unit: 32 clocks. FOR PERFORMANCE ONLY. -
-WR_reg@0XF8006010 - -31:0 - -3ffffff - - - -14001 - -WR Queue control register -
-

-

Register ( slcr )DRAM_param_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg0 - -0XF8006014 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_rc - -5:0 - -3f - -1b - -1b - -tRC - Min time between activates to same bank (spec: 65 ns for DDR2-400 and smaller for faster parts). DRAM RELATED. Default value is set for DDR3. -
-reg_ddrc_t_rfc_min - -13:6 - -3fc0 - -56 - -1580 - -tRFC(min) - Minimum time from refresh to refresh or activate (spec: 75ns to 195ns). DRAM RELATED. Default value is set for DDR3. -
-reg_ddrc_post_selfref_gap_x32 - -20:14 - -1fc000 - -10 - -40000 - -Minimum time to wait after coming out of self refresh before doing anything. This must be bigger than all the constraints that exist. (spec: Maximum of tXSNR and tXSRD and tXSDLL which is 512 clocks). Unit: in multiples of 32 clocks DRAM RELATED -
-DRAM_param_reg0@0XF8006014 - -31:0 - -1fffff - - - -4159b - -DRAM Parameters register 0 -
-

-

Register ( slcr )DRAM_param_reg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg1 - -0XF8006018 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_wr2pre - -4:0 - -1f - -13 - -13 - -Minimum time between write and precharge to same bank Non-LPDDR2 -> WL + BL/2 + tWR LPDDR2 -> WL + BL/2 + tWR + 1 Unit: Clocks where, WL = write latency. BL = burst length. This must match the value programmed in the BL bit of the mode register to the DRAM. BST is not supported at present. tWR = write recovery time. This comes directly from the DRAM specs. -
-reg_ddrc_powerdown_to_x32 - -9:5 - -3e0 - -6 - -c0 - -After this many clocks of NOP or DESELECT the controller will put the DRAM into power down. This must be enabled in the Master Control Register. Unit: Multiples of 32 clocks. -
-reg_ddrc_t_faw - -15:10 - -fc00 - -16 - -5800 - -tFAW - At most 4 banks must be activated in a rolling window of tFAW cycles. Unit: clocks DRAM RELATED. -
-reg_ddrc_t_ras_max - -21:16 - -3f0000 - -24 - -240000 - -tRAS(max) - Maximum time between activate and precharge to same bank. Maximum time that a page can be kept open (spec: 70 us). If this is zero. The page is closed after each transaction. Unit: Multiples of 1024 clocks DRAM RELATED. -
-reg_ddrc_t_ras_min - -26:22 - -7c00000 - -13 - -4c00000 - -tRAS(min) - Minimum time between activate and precharge to the same bank(spec: 45 ns). Unit: clocks DRAM RELATED. Default value is set for DDR3. -
-reg_ddrc_t_cke - -31:28 - -f0000000 - -4 - -40000000 - -Minimum number of cycles of CKE HIGH/LOW during power down and self refresh. LPDDR2 mode: Set this to the larger of tCKE or tCKESR. Non-LPDDR2 designs: Set this to tCKE value. Unit: clocks. -
-DRAM_param_reg1@0XF8006018 - -31:0 - -f7ffffff - - - -44e458d3 - -DRAM Parameters register 1 -
-

-

Register ( slcr )DRAM_param_reg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg2 - -0XF800601C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_write_latency - -4:0 - -1f - -5 - -5 - -Time from write command to write data on DDRC to PHY Interface. (PHY adds an extra flop delay on the write data path; hence this value is one less than the write latency of the DRAM device itself). DDR2/3 -> WL -1 LPDDR -> 1 LPDDR2 ->WL Where WL = Write Latency of DRAM DRAM RELATED. -
-reg_ddrc_rd2wr - -9:5 - -3e0 - -7 - -e0 - -Minimum time from read command to write command. Include time for bus turnaround and all per-bank, per-rank, and global constraints. non-LPDDR2 -> RL + BL/2 + 2 - WL LPDDR2 -> RL + BL/2 + RU(tDQSCKmax / tCK) + 1 - WL Write Pre-amble and DQ/DQS jitter timer is included in the above equation. DRAM RELATED. -
-reg_ddrc_wr2rd - -14:10 - -7c00 - -f - -3c00 - -Minimum time from write command to read command. Includes time for bus turnaround and recovery times and all per-bank, per-rank, and global constraints. non-LPDDR2 -> WL + tWTR + BL/2 LPDDR2 -> WL + tWTR + BL/2 + 1 Unit: clocks. Where, WL = Write latency, BL = burst length. This should match the value. Programmed in the BL bit of the mode register to the DRAM. tWTR = internal WRITE to READ command delay. This comes directly from the DRAM specs. -
-reg_ddrc_t_xp - -19:15 - -f8000 - -5 - -28000 - -tXP: Minimum time after power down exit to any operation. DRAM RELATED. -
-reg_ddrc_pad_pd - -22:20 - -700000 - -0 - -0 - -If pads have a power-saving mode, this is the greater of the time for the pads to enter power down or the time for the pads to exit power down. Used only in non-DFI designs. Unit: clocks. -
-reg_ddrc_rd2pre - -27:23 - -f800000 - -5 - -2800000 - -Minimum time from read to precharge of same bank DDR2 -> AL + BL/2 + max(tRTP, 2) - 2 DDR3 -> AL + max (tRTP, 4) mDDR -> BL/2 LPDDR2 -> BL/2 + tRTP - 1 AL = Additive Latency BL = DRAM Burst Length tRTP = value from spec DRAM RELATED -
-reg_ddrc_t_rcd - -31:28 - -f0000000 - -7 - -70000000 - -tRCD - AL Minimum time from activate to read or write command to same bank Min value for this is 1. AL = Additive Latency DRAM RELATED -
-DRAM_param_reg2@0XF800601C - -31:0 - -ffffffff - - - -7282bce5 - -DRAM Parameters register 2 -
-

-

Register ( slcr )DRAM_param_reg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg3 - -0XF8006020 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_t_ccd - -4:2 - -1c - -4 - -10 - -tCCD - Minimum time between two reads or two writes (from bank a to bank b) is this value + 1 DRAM RELATED -
-reg_ddrc_t_rrd - -7:5 - -e0 - -6 - -c0 - -tRRD - Minimum time between activates from bank a to bank b. (spec: 10ns or less) DRAM RELATED -
-reg_ddrc_refresh_margin - -11:8 - -f00 - -2 - -200 - -Issue critical refresh or page close this many cycles before the critical refresh or page timer expires. It is recommended that this not be changed from the default value. -
-reg_ddrc_t_rp - -15:12 - -f000 - -7 - -7000 - -tRP - Minimum time from precharge to activate of same bank. DRAM RELATED -
-reg_ddrc_refresh_to_x32 - -20:16 - -1f0000 - -8 - -80000 - -If the refresh timer (tRFC_nom, as known as tREFI) has expired at least once, but it has not expired burst_of_N_refresh times yet, then a 'speculative refresh' may be performed. A speculative refresh is a refresh performed at a time when refresh would be useful, but before it is absolutely required. When the DRAM bus is idle for a period of time determined by this refresh idle timeout and the refresh timer has expired at least once since the last refresh, then a 'speculative refresh' will be performed. Speculative refreshes will continue successively until there are no refreshes pending or until new reads or writes are issued to the controller. -
-reg_ddrc_sdram - -21:21 - -200000 - -1 - -200000 - -1 = sdram device 0 = non-sdram device -
-reg_ddrc_mobile - -22:22 - -400000 - -0 - -0 - -1= mobile/LPDDR DRAM device in use. 0=non-mobile DRAM device in use. -
-reg_ddrc_clock_stop_en - -23:23 - -800000 - -0 - -0 - -1=enable the assertion of stop_clk to the PHY whenever a clock is not required by LPDDR/ LPDDR2. 0=stop_clk will never be asserted. Note: This is only present for implementations supporting LPDDR/LPDDR2 devices. -
-reg_ddrc_read_latency - -28:24 - -1f000000 - -7 - -7000000 - -Set to RL. Time from Read command to Read data on DRAM interface. Unit: clocks This signal is present for designs supporting LPDDR/LPDDR2 DRAM only. It is used to calculate when DRAM clock may be stopped. RL = Read Latency of DRAM Note: This signal is present for designs supporting LPDDR/LPDDR2 DRAM only. It is used to calculate when DRAM clock may be stopped. -
-reg_phy_mode_ddr1_ddr2 - -29:29 - -20000000 - -1 - -20000000 - -unused -
-reg_ddrc_dis_pad_pd - -30:30 - -40000000 - -0 - -0 - -1 = disable the pad power down feature 0 = Enable the pad power down feature. -
-reg_ddrc_loopback - -31:31 - -80000000 - -0 - -0 - -unused -
-DRAM_param_reg3@0XF8006020 - -31:0 - -fffffffc - - - -272872d0 - -DRAM Parameters register 3 -
-

-

Register ( slcr )DRAM_param_reg4

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_param_reg4 - -0XF8006024 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_en_2t_timing_mode - -0:0 - -1 - -0 - -0 - -1 = DDRC will use 2T timing 0 = DDRC will use 1T timing -
-reg_ddrc_prefer_write - -1:1 - -2 - -0 - -0 - -1 = Bank selector prefers writes over reads -
-reg_ddrc_max_rank_rd - -5:2 - -3c - -f - -3c - -Only present for multi-rank configurations Background: Reads to the same rank can be performed back-to-back. Reads from different ranks require additional 1-cycle latency in between (to avoid possible data bus contention). The controller arbitrates for bus access on a cycle-by-cycle basis; therefore after a read is scheduled, there is a clock cycle in which only reads from the same bank are eligible to be scheduled. This prevents reads from other ranks from having fair access to the data bus. This parameter represents the maximum number of 64-byte reads (or 32B reads in some short read cases) that can be scheduled consecutively to the same rank. After this number is reached, a 1-cycle delay is inserted by the scheduler to allow all ranks a fair opportunity to be scheduled. Higher numbers increase bandwidth utilization, lower numbers increase fairness (and hence worst-case latency). FOR PERFORMANCE ONLY. -
-reg_ddrc_mr_wr - -6:6 - -40 - -0 - -0 - -A low to high signal on this signal will do a mode register write or read. Controller will accept this command, if this signal is detected high and 'ddrc_reg_mr_wr_busy' is detected low. -
-reg_ddrc_mr_addr - -8:7 - -180 - -0 - -0 - -Mode register address - for non-LPDDR2 modes. This register is don't care in LPDDR2 mode 00 = MR0 01 = MR1 10 = MR2 11 = MR3 -
-reg_ddrc_mr_data - -24:9 - -1fffe00 - -0 - -0 - -Mode register write data - for non-LPDDR2 modes. For LPDDR2, these 16-bits are interpreted as Writes: \'7bMR Addr[7:0], MR Data[7:0]\'7d. Reads: \'7bMR Addr[7:0], Don't Care[7:0]\'7d -
-ddrc_reg_mr_wr_busy - -25:25 - -2000000 - -0 - -0 - -Core must initiate a MR write / read operation only if this signal is low. This signal goes high in the clock after the controller accepts the write / read request. It goes low when (i) MR write command has been issued to the DRAM (ii) MR Read data has been returned to Controller. Any MR write / read command that is received when 'ddrc_reg_mr_wr_busy' is high is not accepted. 1 = Indicates that mode register write / read operation is in progress. 0 = Indicates that the core can initiate a mode register write / read operation. -
-reg_ddrc_mr_type - -26:26 - -4000000 - -0 - -0 - -Indicates whether the Mode register operation is read or write 1 = read 0 = write -
-reg_ddrc_mr_rdata_valid - -27:27 - -8000000 - -0 - -0 - -This bit indicates whether the Mode Register Read Data present at address 0xA9 is valid or not. This bit is 1'b0 by default. This bit will be cleared (1'b0), whenever a Mode Register Read command is issued. This bit will be set to 1'b1, when the Mode Register Read Data is written to register 0xA9. -
-DRAM_param_reg4@0XF8006024 - -31:0 - -fffffff - - - -3c - -DRAM Parameters register 4 -
-

-

Register ( slcr )DRAM_init_param

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_init_param - -0XF8006028 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_final_wait_x32 - -6:0 - -7f - -7 - -7 - -Cycles to wait after completing the DRAM init sequence before starting the dynamic scheduler. Units are in counts of a global timer that pulses every 32 clock cycles. Default value is set for DDR3. -
-reg_ddrc_pre_ocd_x32 - -10:7 - -780 - -0 - -0 - -Wait period before driving the 'OCD Complete' command to DRAM. Units are in counts of a global timer that pulses every 32 clock cycles. There is no known spec requirement for this. It may be set to zero. -
-reg_ddrc_t_mrd - -13:11 - -3800 - -4 - -2000 - -tMRD - Cycles between Load Mode commands DRAM RELATED Default value is set for DDR3. -
-DRAM_init_param@0XF8006028 - -31:0 - -3fff - - - -2007 - -DRAM initialization parameters register -
-

-

Register ( slcr )DRAM_EMR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_EMR_reg - -0XF800602C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_emr2 - -15:0 - -ffff - -8 - -8 - -Non LPDDR2- Value to be loaded into DRAM EMR2 registers. For LPDDR2 - Value to Write to the MR3 register -
-reg_ddrc_emr3 - -31:16 - -ffff0000 - -0 - -0 - -Non LPDDR2- Value to be loaded into DRAM EMR3 registers. Used in non-LPDDR2 designs only. -
-DRAM_EMR_reg@0XF800602C - -31:0 - -ffffffff - - - -8 - -DRAM EMR2, EMR3 access register -
-

-

Register ( slcr )DRAM_EMR_MR_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_EMR_MR_reg - -0XF8006030 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_mr - -15:0 - -ffff - -b30 - -b30 - -Non LPDDR2-Value to be loaded into the DRAM Mode register. Bit 8 is for DLL and the setting here is ignored. The controller sets appropriately. For LPDDR2 - Value to Write to the MR1 register -
-reg_ddrc_emr - -31:16 - -ffff0000 - -4 - -40000 - -Non LPDDR2-Value to be loaded into DRAM EMR registers. Bits [9:7] are for OCD and the setting in this register is ignored. The controller sets those bits appropriately. For LPDDR2 - Value to Write to the MR2 register -
-DRAM_EMR_MR_reg@0XF8006030 - -31:0 - -ffffffff - - - -40b30 - -DRAM EMR, MR access register -
-

-

Register ( slcr )DRAM_burst8_rdwr

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_burst8_rdwr - -0XF8006034 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_burst_rdwr - -3:0 - -f - -4 - -4 - -This controls the burst size used to access the DRAM. This must match the BL mode register setting in the DRAM. In LPDDR and LPDDR2, Burst length of 16 is supported only in Half Bus Width mode. Every input read/write command has 4 cycles of data associated with it and that is not enough data for doing Burst Length16 in Full Bus Width mode. 0010 - Burst length of 4 0100 - Burst length of 8 1000 - Burst length of 16 (only supported for LPDDR AND LPDDR2) All other values are reserved -
-reg_ddrc_pre_cke_x1024 - -13:4 - -3ff0 - -16d - -16d0 - -Cycles to wait after reset before driving CKE high to start the DRAM initialization sequence. Units: 1024 clock cycles. DDR2 Specifications typically require this to be programmed for a delay of >= 200 us. LPDDR2 - tINIT0 of 20 ms (max) + tINIT1 of 100 ns (min) -
-reg_ddrc_post_cke_x1024 - -25:16 - -3ff0000 - -1 - -10000 - -Cycles to wait after driving CKE high to start the DRAM initialization sequence. Units: 1024 clocks. DDR2 typically require a 400 ns delay, requiring this value to be programmed to 2 at all clock speeds. LPDDR2 - Typically require this to be programmed for a delay of 200 us. -
-reg_ddrc_burstchop - -28:28 - -10000000 - -0 - -0 - -Feature not supported. When 1, Controller is out in burstchop mode. -
-DRAM_burst8_rdwr@0XF8006034 - -31:0 - -13ff3fff - - - -116d4 - -DRAM burst 8 read/write register -
-

-

Register ( slcr )DRAM_disable_DQ

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_disable_DQ - -0XF8006038 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_force_low_pri_n - -0:0 - -1 - -0 - -0 - -Active Low signal. When asserted (0), all incoming transactions will be forced to low priority. Forcing the incoming transactions to low priority implicitly turns OFF Bypass. Otherwise, HPR is allowed if enabled in the AXI priority read registers. -
-reg_ddrc_dis_dq - -1:1 - -2 - -0 - -0 - -When 1, DDRC will not de-queue any transactions from the CAM. Bypass will also be disabled. All transactions will be queued in the CAM. This is for debug only; no reads or writes are issued to DRAM as long as this is asserted. This bit is intended to be switched on-the-fly -
-reg_phy_debug_mode - -6:6 - -40 - -0 - -0 - -Not Applicable in this PHY. -
-reg_phy_wr_level_start - -7:7 - -80 - -0 - -0 - -Not Applicable in this PHY. -
-reg_phy_rd_level_start - -8:8 - -100 - -0 - -0 - -Not Applicable in this PHY. -
-reg_phy_dq0_wait_t - -12:9 - -1e00 - -0 - -0 - -Not Applicable in this PHY. -
-DRAM_disable_DQ@0XF8006038 - -31:0 - -1fc3 - - - -0 - -DRAM Disable DQ register -
-

-

Register ( slcr )DRAM_addr_map_bank

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_bank - -0XF800603C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_bank_b0 - -3:0 - -f - -7 - -7 - -Selects the address bits used as bank address bit 0. Valid Range: 0 to 14 Internal Base: 5 The selected address bit for each of the bank address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_bank_b1 - -7:4 - -f0 - -7 - -70 - -Selects the address bits used as bank address bit 1. Valid Range: 0 to 14; Internal Base: 6. The selected address bit for each of the bank address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_bank_b2 - -11:8 - -f00 - -7 - -700 - -Selects the AXI address bit used as bank address bit 2. Valid range 0 to 14, and 15. Internal Base: 7. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, bank address bit 2 is set to 0. -
-reg_ddrc_addrmap_col_b5 - -15:12 - -f000 - -0 - -0 - -Full bus width mode: Selects the address bits used as column address bits 6. Half bus width mode: Selects the address bits used as column address bits 7. Valid range is 0-7. Internal Base 8. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. Internal base: 9 -
-reg_ddrc_addrmap_col_b6 - -19:16 - -f0000 - -0 - -0 - -Full bus width mode: Selects the address bits used as column address bits 7. Half bus width mode: Selects the address bits used as column address bits 8. Valid range is 0-7. Internal Base 9. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. Internal base: 9 -
-DRAM_addr_map_bank@0XF800603C - -31:0 - -fffff - - - -777 - -Selects the address bits used as DRAM bank address bits -
-

-

Register ( slcr )DRAM_addr_map_col

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_col - -0XF8006040 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_col_b2 - -3:0 - -f - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 3. Half bus width mode: Selects the address bit used as column address bit 4. Valid Range: 0 to 7. Internal Base: 5 The selected address bit is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b3 - -7:4 - -f0 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 4. Half bus width mode: Selects the address bit used as column address bit 5. Valid Range: 0 to 7 Internal Base: 6 The selected address bit is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b4 - -11:8 - -f00 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 5. Half bus width mode: Selects the address bit used as column address bits 6. Valid Range: 0 to 7. Internal Base: 7. The selected address bit for each of the column address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_col_b7 - -15:12 - -f000 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 8. Half bus width mode: Selects the address bit used as column address bit 9. Valid Range: 0 to 7, and 15. Internal Base: 10. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10.In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b8 - -19:16 - -f0000 - -0 - -0 - -Full bus width mode: Selects the address bit used as column address bit 9. Half bus width mode: Selects the address bit used as column address bit 11. (Column address bit 10 in LPDDR2 mode) Valid Range: 0 to 7, and 15 Internal Base: 11 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b9 - -23:20 - -f00000 - -f - -f00000 - -Full bus width mode: Selects the address bit used as column address bit 11. (Column address bit 10 in LPDDR2 mode) Half bus width mode: Selects the address bit used as column address bit 12. (Column address bit 11 in LPDDR2 mode) Valid Range: 0 to 7, and 15 Internal Base: 12 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b10 - -27:24 - -f000000 - -f - -f000000 - -Full bus width mode: Selects the address bit used as column address bit 12. (Column address bit 11 in LPDDR2 mode) Half bus width mode: Selects the address bit used as column address bit 13. (Column address bit 12 in LPDDR2 mode) Valid Range: 0 to 7, and 15. Internal Base: 13 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-reg_ddrc_addrmap_col_b11 - -31:28 - -f0000000 - -f - -f0000000 - -Full bus width mode: Selects the address bit used as column address bit 13. (Column address bit 12 in LPDDR2 mode) Half bus width mode: Unused. To make it unused, this should be set to 15. (Column address bit 13 in LPDDR2 mode) Valid Range: 0 to 7, and 15. Internal Base: 14. The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, this column address bit is set to 0. Note: Per JEDEC DDR2 spec, column address bit 10 is reserved for indicating auto-precharge, and hence no source address bit can be mapped to column address bit 10. In LPDDR2, there is a dedicated bit for auto-precharge in the CA bus, and hence column bit 10 is used. -
-DRAM_addr_map_col@0XF8006040 - -31:0 - -ffffffff - - - -fff00000 - -Selects the address bits used as DRAM column address bits -
-

-

Register ( slcr )DRAM_addr_map_row

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_addr_map_row - -0XF8006044 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_addrmap_row_b0 - -3:0 - -f - -6 - -6 - -Selects the AXI address bits used as row address bit 0. Valid Range: 0 to 11. Internal Base: 9 The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field -
-reg_ddrc_addrmap_row_b1 - -7:4 - -f0 - -6 - -60 - -Selects the AXI address bits used as row address bit 1. Valid Range: 0 to 11. Internal Base: 10 The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_row_b2_11 - -11:8 - -f00 - -6 - -600 - -Selects the AXI address bits used as row address bits 2 to 11. Valid Range: 0 to 11. Internal Base: 11 (for row address bit 2) to 20 (for row address bit 11) The selected address bit for each of the row address bits is determined by adding the Internal Base to the value of this field. -
-reg_ddrc_addrmap_row_b12 - -15:12 - -f000 - -6 - -6000 - -Selects the AXI address bit used as row address bit 12. Valid Range: 0 to 11, and 15 Internal Base: 21 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 12 is set to 0. -
-reg_ddrc_addrmap_row_b13 - -19:16 - -f0000 - -6 - -60000 - -Selects the AXI address bit used as row address bit 13. Valid Range: 0 to 11, and 15 Internal Base: 22 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 13 is set to 0. -
-reg_ddrc_addrmap_row_b14 - -23:20 - -f00000 - -f - -f00000 - -Selects theAXI address bit used as row address bit 14. Valid Range: 0 to 11, and 15 Internal Base: 23 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 14 is set to 0. -
-reg_ddrc_addrmap_row_b15 - -27:24 - -f000000 - -f - -f000000 - -Selects the AXI address bit used as row address bit 15. Valid Range: 0 to 11, and 15 Internal Base: 24 The selected address bit is determined by adding the Internal Base to the value of this field. If set to 15, row address bit 15 is set to 0. -
-DRAM_addr_map_row@0XF8006044 - -31:0 - -fffffff - - - -ff66666 - -Selects the address bits used as DRAM row address bits -
-

-

Register ( slcr )DRAM_ODT_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DRAM_ODT_reg - -0XF8006048 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_rank0_rd_odt - -2:0 - -7 - -0 - -0 - -Unused. [1:0] - Indicates which remote ODT's must be turned ON during a read to rank 0. Each of the 2 ranks has a remote ODT (in the DRAM) which can be turned on by setting the appropriate bit here. Rank 0 is controlled by the LSB; Rank 1 is controlled by bit next to the LSB. For each rank, set its bit to 1 to enable its ODT. [2] - If 1 then local ODT is enabled during reads to rank 0. -
-reg_ddrc_rank0_wr_odt - -5:3 - -38 - -1 - -8 - -[1:0] - Indicates which remote ODT's must be turned on during a write to rank 0. Each of the 2 ranks has a remote ODT (in the DRAM) which can be turned on by setting the appropriate bit here. Rank 0 is controlled by the LSB; Rank 1 is controlled by bit next to the LSB. For each rank, set its bit to 1 to enable its ODT. [2] - If 1 then local ODT is enabled during writes to rank 0. -
-reg_ddrc_rank1_rd_odt - -8:6 - -1c0 - -1 - -40 - -Unused -
-reg_ddrc_rank1_wr_odt - -11:9 - -e00 - -1 - -200 - -Unused -
-reg_phy_rd_local_odt - -13:12 - -3000 - -0 - -0 - -Value to drive on the 2-bit local_odt PHY outputs when output enable is not asserted and a read is in progress (where 'in progress' is defined as after a read command is issued and until all read data has been returned all the way to the controller.) Typically this is set to the value required to enable termination at the desired strength for read usage. -
-reg_phy_wr_local_odt - -15:14 - -c000 - -3 - -c000 - -Value to drive on the 2-bit local_odt PHY outputs when write levelling is enabled for DQS. -
-reg_phy_idle_local_odt - -17:16 - -30000 - -3 - -30000 - -Value to drive on the 2-bit local_odt PHY outputs when output enable is not asserted and a read is not in progress. Typically this is the value required to disable termination to save power when idle. -
-reg_ddrc_rank2_rd_odt - -20:18 - -1c0000 - -0 - -0 - -Unused -
-reg_ddrc_rank2_wr_odt - -23:21 - -e00000 - -0 - -0 - -Unused -
-reg_ddrc_rank3_rd_odt - -26:24 - -7000000 - -0 - -0 - -Unused -
-reg_ddrc_rank3_wr_odt - -29:27 - -38000000 - -0 - -0 - -Unused -
-DRAM_ODT_reg@0XF8006048 - -31:0 - -3fffffff - - - -3c248 - -DRAM ODT register -
-

-

Register ( slcr )phy_cmd_timeout_rddata_cpt

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_cmd_timeout_rddata_cpt - -0XF8006050 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_cmd_to_data - -3:0 - -f - -0 - -0 - -Not used in DFI PHY. -
-reg_phy_wr_cmd_to_data - -7:4 - -f0 - -0 - -0 - -Not used in DFI PHY. -
-reg_phy_rdc_we_to_re_delay - -11:8 - -f00 - -8 - -800 - -This register value + 1 give the number of clock cycles between writing into the Read Capture FIFO and the read operation. The setting of this register determines the read data timing and depends upon total delay in the system for read operation which include fly-by delays, trace delay, clkout_invert etc. This is used only if reg_phy_use_fixed_re=1. -
-reg_phy_rdc_fifo_rst_disable - -15:15 - -8000 - -0 - -0 - -When 1, disable counting the number of times the Read Data Capture FIFO has been reset when the FIFO was not empty. -
-reg_phy_use_fixed_re - -16:16 - -10000 - -1 - -10000 - -When 1: PHY generates FIFO read enable after fixed number of clock cycles as defined by reg_phy_rdc_we_to_re_delay[3:0]. When 0: PHY uses the not_empty method to do the read enable generation. Note: This port must be set HIGH during training/leveling process i.e. when ddrc_dfi_wrlvl_en/ ddrc_dfi_rdlvl_en/ ddrc_dfi_rdlvl_gate_en port is set HIGH. -
-reg_phy_rdc_fifo_rst_err_cnt_clr - -17:17 - -20000 - -0 - -0 - -Clear/reset for counter rdc_fifo_rst_err_cnt[3:0]. 0: no clear, 1: clear. Note: This is a synchronous dynamic signal that must have timing closed. -
-reg_phy_dis_phy_ctrl_rstn - -18:18 - -40000 - -0 - -0 - -Disable the reset from Phy Ctrl macro. 1: PHY Ctrl macro reset port is always HIGH 0: PHY Ctrl macro gets power on reset. -
-reg_phy_clk_stall_level - -19:19 - -80000 - -0 - -0 - -1 = stall clock, for DLL aging control -
-reg_phy_gatelvl_num_of_dq0 - -27:24 - -f000000 - -7 - -7000000 - -This register value determines register determines the number of samples used for each ratio increment during Gate Training. Num_of_iteration = reg_phy_gatelvl_num_of_dq0 + 1 The recommended value for this register is 8. Accuracy is better with higher value, but this will cause leveling to run longer. -
-reg_phy_wrlvl_num_of_dq0 - -31:28 - -f0000000 - -7 - -70000000 - -This register value determines register determines the number of samples used for each ratio increment during Write Leveling. Num_of_iteration = reg_phy_wrlvl_num_of_dq0 + 1 The recommended value for this register is 8. Accuracy is better with higher value, but this will cause leveling to run longer. -
-phy_cmd_timeout_rddata_cpt@0XF8006050 - -31:0 - -ff0f8fff - - - -77010800 - -PHY command time out and read data capture FIFO register -
-

-

Register ( slcr )DLL_calib

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DLL_calib - -0XF8006058 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dll_calib_to_min_x1024 - -7:0 - -ff - -1 - -1 - -Unused in DFI Controller. -
-reg_ddrc_dll_calib_to_max_x1024 - -15:8 - -ff00 - -1 - -100 - -Unused in DFI Controller. -
-reg_ddrc_dis_dll_calib - -16:16 - -10000 - -0 - -0 - -When 1, disable dll_calib generated by the controller. The core should issue the dll_calib signal using co_gs_dll_calib input. This input is changeable on the fly. When 0, controller will issue dll_calib periodically -
-DLL_calib@0XF8006058 - -31:0 - -1ffff - - - -101 - -DLL calibration register -
-

-

Register ( slcr )ODT_delay_hold

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ODT_delay_hold - -0XF800605C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_rd_odt_delay - -3:0 - -f - -3 - -3 - -UNUSED -
-reg_ddrc_wr_odt_delay - -7:4 - -f0 - -0 - -0 - -The delay, in clock cycles, from issuing a write command to setting ODT values associated with that command. ODT setting should remain constant for the entire time that DQS is driven by the controller. The suggested value for DDR2 is WL - 5 and for DDR3 is 0. WL is Write latency. DDR2 ODT has a 2-cycle on-time delay and a 2.5-cycle off-time delay. ODT is not applicable for LPDDR and LPDDR2 modes. -
-reg_ddrc_rd_odt_hold - -11:8 - -f00 - -0 - -0 - -Unused -
-reg_ddrc_wr_odt_hold - -15:12 - -f000 - -5 - -5000 - -Cycles to hold ODT for a Write Command. When 0x0, ODT signal is ON for 1 cycle. When 0x1, it is ON for 2 cycles, etc. The values to program in different modes are : DRAM Burst of 4 -2, DRAM Burst of 8 -4 -
-ODT_delay_hold@0XF800605C - -31:0 - -ffff - - - -5003 - -ODT delay and ODT hold register -
-

-

Register ( slcr )ctrl_reg1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg1 - -0XF8006060 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_pageclose - -0:0 - -1 - -0 - -0 - -If true, bank will be closed and kept closed if no transactions are available for it. If false, bank will remain open until there is a need to close it (to open a different page, or for page timeout or refresh timeout.) This does not apply when auto-refresh is used. -
-reg_ddrc_lpr_num_entries - -6:1 - -7e - -1f - -3e - -Number of entries in the low priority transaction store is this value plus 1. In this design, by default all read ports are treated as low priority and hence the value of 0x1F. The hpr_num_entries is 32 minus this value. Bit [6] is ignored. -
-reg_ddrc_auto_pre_en - -7:7 - -80 - -0 - -0 - -When set, most reads and writes will be issued with auto-precharge. (Exceptions can be made for collision cases.) -
-reg_ddrc_refresh_update_level - -8:8 - -100 - -0 - -0 - -Toggle this signal to indicate that refresh register(s) have been updated. The value will be automatically updated when exiting soft reset. So it does not need to be toggled initially. -
-reg_ddrc_dis_wc - -9:9 - -200 - -0 - -0 - -When 1, disable Write Combine -
-reg_ddrc_dis_collision_page_opt - -10:10 - -400 - -0 - -0 - -When this is set to '0', auto-precharge will be disabled for the flushed command in a collision case. Collision cases are write followed by read to same address, read followed by write to same address, or write followed by write to same address with DIS_WC bit = 1 (where 'same address' comparisons exclude the two address bits representing critical word). -
-reg_ddrc_selfref_en - -12:12 - -1000 - -0 - -0 - -If 1, then the controller will put the DRAM into self refresh when the transaction store is empty. -
-ctrl_reg1@0XF8006060 - -31:0 - -17ff - - - -3e - -Controller register 1 -
-

-

Register ( slcr )ctrl_reg2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg2 - -0XF8006064 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_go2critical_hysteresis - -12:5 - -1fe0 - -0 - -0 - -Describes the number of cycles that co_gs_go2critical_rd or co_gs_go2critical_wr must be asserted before the corresponding queue moves to the 'critical' state in the DDRC. The arbiter controls the co_gs_go2critical_* signals; it is designed for use with this hysteresis field set to 0. -
-reg_arb_go2critical_en - -17:17 - -20000 - -1 - -20000 - -1 - Set reg_ddrc_go2critical_wr and reg_ddrc_go2critical_rd signals going to DDRC based on 'urgent' input coming from AXI master. 0 - Keep reg_ddrc_go2critical_wr and reg_ddrc_go2critical_rd signals going to DDRC at 1'b0. -
-ctrl_reg2@0XF8006064 - -31:0 - -21fe0 - - - -20000 - -Controller register 2 -
-

-

Register ( slcr )ctrl_reg3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg3 - -0XF8006068 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_wrlvl_ww - -7:0 - -ff - -41 - -41 - -Write leveling write-to-write delay. Specifies the minimum number of clock cycles from the assertion of a ddrc_dfi_wrlvl_strobe signal to the next ddrc_dfi_wrlvl_strobe signal. Only applicable when connecting to PHY's operating in 'PHY RdLvl Evaluation' mode. Recommended value is: (RL + reg_phy_rdc_we_to_re_delay + 50) Only present in designs that support DDR3 and LPDDR2 devices. -
-reg_ddrc_rdlvl_rr - -15:8 - -ff00 - -41 - -4100 - -Read leveling read-to-read delay. Specifies the minimum number of clock cycles from the assertion of a read command to the next read command. Only applicable when connecting to PHY's operating in 'PHY RdLvl Evaluation' mode. Only present in designs that support DDR3 devices -
-reg_ddrc_dfi_t_wlmrd - -25:16 - -3ff0000 - -28 - -280000 - -First DQS/DQS# rising edge after write leveling mode is programmed. This is same as the tMLRD value from the DRAM spec. Only present in designs that support DDR3 devices. -
-ctrl_reg3@0XF8006068 - -31:0 - -3ffffff - - - -284141 - -Controller register 3 -
-

-

Register ( slcr )ctrl_reg4

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ctrl_reg4 - -0XF800606C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-dfi_t_ctrlupd_interval_min_x1024 - -7:0 - -ff - -10 - -10 - -This is the minimum amount of time between Controller initiated DFI update requests (which will be executed whenever the controller is idle). Set this number higher to reduce the frequency of update requests, which can have a small impact on the latency of the first read request when the controller is idle. Units: 1024 clocks -
-dfi_t_ctrlupd_interval_max_x1024 - -15:8 - -ff00 - -16 - -1600 - -This is the maximum amount of time between Controller initiated DFI update requests. This timer resets with each update request; when the timer expires, traffic is blocked for a few cycles. PHY can use this idle time to recalibrate the delay lines to the DLLs. The DLL calibration is also used to reset PHY FIFO pointers in case of data capture errors. Updates are required to maintain calibration over PVT, but frequent updates may impact performance. Units: 1024 clocks -
-ctrl_reg4@0XF800606C - -31:0 - -ffff - - - -1610 - -Controller register 4 -
-

-

Register ( slcr )CHE_REFRESH_TIMER01

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_REFRESH_TIMER01 - -0XF80060A0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-refresh_timer0_start_value_x32 - -11:0 - -fff - -0 - -0 - -Refresh Timer for Rank 1. Unit: in multiples of 32 clocks. (Only present in multi-rank configurations). FOR PERFORMANCE ONLY. -
-refresh_timer1_start_value_x32 - -23:12 - -fff000 - -8 - -8000 - -Refresh Timer for Rank 0. (Only present in multi-rank configurations). Unit: in multiples of 32 clocks. FOR PERFORMANCE ONLY. -
-CHE_REFRESH_TIMER01@0XF80060A0 - -31:0 - -ffffff - - - -8000 - -CHE_REFRESH_TIMER01 -
-

-

Register ( slcr )CHE_T_ZQ

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_T_ZQ - -0XF80060A4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dis_auto_zq - -0:0 - -1 - -0 - -0 - -1=disable controller generation of ZQCS command. Co_gs_zq_calib_short can be used instead to control ZQ calibration commands. 0=internally generate ZQCS commands based on reg_ddrc_t_zq_short_interval_x1024 This is only present for implementations supporting DDR3 and LPDDR2 devices. -
-reg_ddrc_ddr3 - -1:1 - -2 - -1 - -2 - -Indicates operating in DDR2/DDR3 mode. Default value is set for DDR3. -
-reg_ddrc_t_mod - -11:2 - -ffc - -200 - -800 - -Mode register set command update delay (minimum the larger of 12 clock cycles or 15ns) -
-reg_ddrc_t_zq_long_nop - -21:12 - -3ff000 - -200 - -200000 - -Number of cycles of NOP required after a ZQCL (ZQ calibration long) command is issued to DRAM. Units: Clock cycles This is only present for implementations supporting DDR3 and LPDDR2 devices. -
-reg_ddrc_t_zq_short_nop - -31:22 - -ffc00000 - -40 - -10000000 - -Number of cycles of NOP required after a ZQCS (ZQ calibration short) command is issued to DRAM. Units: Clock cycles This is only present for implementations supporting DDR3 and LPDDR2 devices. -
-CHE_T_ZQ@0XF80060A4 - -31:0 - -ffffffff - - - -10200802 - -ZQ parameters register -
-

-

Register ( slcr )CHE_T_ZQ_Short_Interval_Reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_T_ZQ_Short_Interval_Reg - -0XF80060A8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-t_zq_short_interval_x1024 - -19:0 - -fffff - -cb73 - -cb73 - -Average interval to wait between automatically issuing ZQCS (ZQ calibration short) commands to DDR3 devices. Meaningless if reg_ddrc_dis_auto_zq=1. Units: 1024 Clock cycles. Applicable for DDR3 and LPDDR2 devices. -
-dram_rstn_x1024 - -27:20 - -ff00000 - -69 - -6900000 - -Number of cycles to assert DRAM reset signal during init sequence. Units: 1024 Clock cycles. Applicable for DDR3 only. -
-CHE_T_ZQ_Short_Interval_Reg@0XF80060A8 - -31:0 - -fffffff - - - -690cb73 - -Misc parameters register -
-

-

Register ( slcr )deep_pwrdwn_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-deep_pwrdwn_reg - -0XF80060AC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-deeppowerdown_en - -0:0 - -1 - -0 - -0 - -1 - Controller puts the DRAM into Deep Powerdown mode when the transaction store is empty. 0 - Brings Controller out of Deep Powerdown mode Present only in designs configured to support LPDDR or LPDDR2 FOR PERFORMANCE ONLY. -
-deeppowerdown_to_x1024 - -8:1 - -1fe - -ff - -1fe - -Minimum deep power down time applicable only for LPDDR2. LPDDR exits from deep power down mode immediately after reg_ddrc_deeppowerdown_en is deasserted. For LPDDR2, Value from the spec is 500us. Units are in 1024 clock cycles. Present only in designs configured to support LPDDR or LPDDR2. FOR PERFORMANCE ONLY. -
-deep_pwrdwn_reg@0XF80060AC - -31:0 - -1ff - - - -1fe - -Deep powerdown register -
-

-

Register ( slcr )reg_2c

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_2c - -0XF80060B0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-dfi_wrlvl_max_x1024 - -11:0 - -fff - -fff - -fff - -Write leveling maximum time. Specifies the maximum number of clock cycles that the controller will wait for a response (phy_dfi_wrlvl_resp) to a write leveling enable signal (ddrc_dfi_wrlvl_en). Only applicable when connecting to PHY's operating in 'PHY WrLvl Evaluation' mode. Typical value 0xFFF Units 1024 clocks -
-dfi_rdlvl_max_x1024 - -23:12 - -fff000 - -fff - -fff000 - -Read leveling maximum time. Specifies the maximum number of clock cycles that the controller will wait for a response (phy_dfi_rdlvl_resp) to a read leveling enable signal (ddrc_dfi_rdlvl_en or ddrc_dfi_rdlvl_gate_en). Only applicable when connecting to PHY's operating in 'PHY RdLvl Evaluation' mode. Typical value 0xFFF Units 1024 clocks -
-ddrc_reg_twrlvl_max_error - -24:24 - -1000000 - -0 - -0 - -When '1' indicates that the reg_ddrc_dfi_wrlvl_max_x1024 timer has timed out. This is a Clear-on-Write register. If write leveling timed out, an error is indicated by the DDRC and this bit gets set. The value is held until it is cleared. Clearing is done by writing a '0' to this register. Only present in designs that support DDR3. -
-ddrc_reg_trdlvl_max_error - -25:25 - -2000000 - -0 - -0 - -When '1' indicates that the reg_ddrc_dfi_rdrlvl_max_x1024 timer has timed out. This is a Clear-on-Write register. If read leveling or gate training timed out, an error is indicated by the DDRC and this bit gets set. The value is held at that value until it is cleared. Clearing is done by writing a '0' to this register. Only present in designs that support DDR3 or LPDDR2 devices. -
-reg_ddrc_dfi_wr_level_en - -26:26 - -4000000 - -1 - -4000000 - -1 = Write leveling mode has been enabled as part of init sequence; Valid only for DDR3 DFI designs 0 = Write leveling disabled. -
-reg_ddrc_dfi_rd_dqs_gate_level - -27:27 - -8000000 - -1 - -8000000 - -1 = Read DQS Gate Leveling mode has been enabled as part of init sequence; Valid only for DDR3 DFI designs 0= Read DQS gate leveling is disabled. -
-reg_ddrc_dfi_rd_data_eye_train - -28:28 - -10000000 - -1 - -10000000 - -1 = Read Data Eye training mode has been enabled as part of init sequence. Only present in designs that support DDR3 or LPDDR2 devices. -
-reg_2c@0XF80060B0 - -31:0 - -1fffffff - - - -1cffffff - -Training control register -
-

-

Register ( slcr )reg_2d

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_2d - -0XF80060B4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_2t_delay - -8:0 - -1ff - -0 - -0 - -Selects the clock edge in which chip select (CSN) and CKE is asserted. Unsupported feature. -
-reg_ddrc_skip_ocd - -9:9 - -200 - -1 - -200 - -This register must be kept at 1'b1. 1'b0 is NOT supported. 1 - Indicates the controller to skip OCD adjustment step during DDR2 initialization. OCD_Default and OCD_Exit are performed instead. 0 - Not supported. -
-reg_ddrc_dis_pre_bypass - -10:10 - -400 - -0 - -0 - -Only present in designs supporting precharge bypass. When 1, disable bypass path for high priority precharges FOR DEBUG ONLY. -
-reg_2d@0XF80060B4 - -31:0 - -7ff - - - -200 - -Misc Debug register -
-

-

Register ( slcr )dfi_timing

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-dfi_timing - -0XF80060B8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_dfi_t_rddata_en - -4:0 - -1f - -6 - -6 - -Time from the assertion of a READ command on the DFI interface to the assertion of the phy_dfi_rddata_en signal. Non-LPDDR -> RL-1 LPDDR -> RL Where RL is read latency of DRAM. -
-reg_ddrc_dfi_t_ctrlup_min - -14:5 - -7fe0 - -3 - -60 - -Specifies the minimum number of clock cycles that the ddrc_dfi_ctrlupd_req signal must be asserted. -
-reg_ddrc_dfi_t_ctrlup_max - -24:15 - -1ff8000 - -40 - -200000 - -Specifies the maximum number of clock cycles that the ddrc_dfi_ctrlupd_req signal can assert. -
-dfi_timing@0XF80060B8 - -31:0 - -1ffffff - - - -200066 - -DFI timing register -
-

-

Register ( slcr )CHE_ECC_CONTROL_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_ECC_CONTROL_REG_OFFSET - -0XF80060C4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-Clear_Uncorrectable_DRAM_ECC_error - -0:0 - -1 - -0 - -0 - -Writing 1 to this bit will clear the uncorrectable log valid bit and the uncorrectable error counters. -
-Clear_Correctable_DRAM_ECC_error - -1:1 - -2 - -0 - -0 - -Writing 1 to this bit will clear the correctable log valid bit and the correctable error counters. -
-CHE_ECC_CONTROL_REG_OFFSET@0XF80060C4 - -31:0 - -3 - - - -0 - -ECC error clear register -
-

-

Register ( slcr )CHE_CORR_ECC_LOG_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_CORR_ECC_LOG_REG_OFFSET - -0XF80060C8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CORR_ECC_LOG_VALID - -0:0 - -1 - -0 - -0 - -Set to '1' when a correctable ECC error is captured. As long as this is '1' no further ECC errors will be captured. This is cleared when a '1' is written to register bit[1] of ECC CONTROL REGISTER (0x31) -
-ECC_CORRECTED_BIT_NUM - -7:1 - -fe - -0 - -0 - -Indicator of the bit number syndrome in error for single-bit errors. The field is 7-bit wide to handle 72-bits of data. This is an encoded value with ECC bits placed in between data. The encoding is given in section 5.4 Correctable bit number from the lowest error lane is reported here. There are only 13-valid bits going to an ECC lane (8-data + 5-ECC). Only 4-bits are needed to encode a max value of d'13. Bit[7] of this register is used to indicate the exact byte lane. When a error happens, if CORR_ECC_LOG_COL[0] from register 0x33 is 1'b0, then the error happened in Lane 0 or 1. If CORR_ECC_LOG_COL[0] is 1'b1, then the error happened in Lane 2 or 3. Bit[7] of this register indicates whether the error is from upper or lower byte lane. If it is 0, then it is lower byte lane and if it is 1, then it is upper byte lane. Together with CORR_ECC_LOG_COL[0] and bit[7] of this register, the exact byte lane with correctable error can be determined. -
-CHE_CORR_ECC_LOG_REG_OFFSET@0XF80060C8 - -31:0 - -ff - - - -0 - -ECC error correction register -
-

-

Register ( slcr )CHE_UNCORR_ECC_LOG_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_UNCORR_ECC_LOG_REG_OFFSET - -0XF80060DC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNCORR_ECC_LOG_VALID - -0:0 - -1 - -0 - -0 - -Set to '1' when an uncorrectable ECC error is captured. As long as this is '1' no further ECC errors will be captured. This is cleared when a '1' is written to register bit[0] of ECC CONTROL REGISTER (0x31). -
-CHE_UNCORR_ECC_LOG_REG_OFFSET@0XF80060DC - -31:0 - -1 - - - -0 - -ECC unrecoverable error status register -
-

-

Register ( slcr )CHE_ECC_STATS_REG_OFFSET

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CHE_ECC_STATS_REG_OFFSET - -0XF80060F0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-STAT_NUM_CORR_ERR - -15:8 - -ff00 - -0 - -0 - -Returns the number of correctable ECC errors seen since the last read. Counter saturates at max value. This is cleared when a '1' is written to register bit[1] of ECC CONTROL REGISTER (0x58). -
-STAT_NUM_UNCORR_ERR - -7:0 - -ff - -0 - -0 - -Returns the number of un-correctable errors since the last read. Counter saturates at max value. This is cleared when a '1' is written to register bit[0] of ECC CONTROL REGISTER (0x58). -
-CHE_ECC_STATS_REG_OFFSET@0XF80060F0 - -31:0 - -ffff - - - -0 - -ECC error count register -
-

-

Register ( slcr )ECC_scrub

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ECC_scrub - -0XF80060F4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_ecc_mode - -2:0 - -7 - -0 - -0 - -DRAM ECC Mode. The only valid values that works for this project are 3'b000 (No ECC) and 3'b100 (SEC/DED over 1-beat). To run the design in ECC mode, set reg_ddrc_data_bus_width to 2'b01 (Half bus width) and reg_ddrc_ecc_mode to 3'b100. In this mode, there will be 16-data bits + 6-bit ECC on the DRAM bus. Controller must NOT be put in full bus width mode, when ECC is turned ON. 000 - No ECC, 001 - Reserved 010 - Parity 011 - Reserved 100 - SEC/DED over 1-beat 101 - SEC/DED over multiple beats 110 - Device Correction 111 - Reserved -
-reg_ddrc_dis_scrub - -3:3 - -8 - -1 - -8 - -This feature is NOT supported. Only default value works. 1 - Disable ECC scrubs 0 - Enable ECC scrubs Valid only when reg_ddrc_ecc_mode = 3'b100. -
-ECC_scrub@0XF80060F4 - -31:0 - -f - - - -8 - -ECC mode/scrub register -
-

-

Register ( slcr )phy_rcvr_enable

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rcvr_enable - -0XF8006114 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_dif_on - -3:0 - -f - -0 - -0 - -Value to drive to IO receiver enable pins when turning it ON. When NOT in powerdown or self-refresh (when CKE=1) this value will be sent to the IOs to control receiver on/off. IOD is the size specified by the IO_DIFEN_SIZE parameter. -
-reg_phy_dif_off - -7:4 - -f0 - -0 - -0 - -Value to drive to IO receiver enable pins when turning it OFF. When in powerdown or self-refresh (CKE=0) this value will be sent to the IOs to control receiver on/off. IOD is the size specified by the IO_DIFEN_SIZE parameter. Depending on the IO, one of these signals dif_on or dif_off can be used. -
-phy_rcvr_enable@0XF8006114 - -31:0 - -ff - - - -0 - -Phy receiver enable register -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF8006118 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 1: data slice is valid. 0: read data responses are ignored. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -RESERVED -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -RESERVED -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -RESERVED -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Transmitter for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Receiver for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 2'b10; 1'b1: PRBS pattern shifted early by 1 bit. 1'b0: PRBS pattern without any shift. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 1'b1: sticky error flag is cleared 1'b0: No effect -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF8006118 - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF800611C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 1: data slice is valid. 0: read data responses are ignored. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -RESERVED -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -RESERVED -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -RESERVED -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Transmitter for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Receiver for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 2'b10; 1'b1: PRBS pattern shifted early by 1 bit. 1'b0: PRBS pattern without any shift. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 1'b1: sticky error flag is cleared 1'b0: No effect -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF800611C - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF8006120 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 1: data slice is valid. 0: read data responses are ignored. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -RESERVED -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -RESERVED -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -RESERVED -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Transmitter for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Receiver for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 2'b10; 1'b1: PRBS pattern shifted early by 1 bit. 1'b0: PRBS pattern without any shift. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 1'b1: sticky error flag is cleared 1'b0: No effect -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF8006120 - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )PHY_Config

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-PHY_Config - -0XF8006124 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_data_slice_in_use - -0:0 - -1 - -1 - -1 - -Data bus width selection for Read FIFO RE generation. One bit for each data slice. 1: data slice is valid. 0: read data responses are ignored. Note: The Phy Data Slice 0 must always be enabled. -
-reg_phy_rdlvl_inc_mode - -1:1 - -2 - -0 - -0 - -RESERVED -
-reg_phy_gatelvl_inc_mode - -2:2 - -4 - -0 - -0 - -RESERVED -
-reg_phy_wrlvl_inc_mode - -3:3 - -8 - -0 - -0 - -RESERVED -
-reg_phy_board_lpbk_tx - -4:4 - -10 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Transmitter for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_board_lpbk_rx - -5:5 - -20 - -0 - -0 - -External Board Loopback testing. 1: This Slice behaves as Receiver for board loopback. 0: disable This port must be set '0' always except when in external board level loopback test mode. -
-reg_phy_bist_shift_dq - -14:6 - -7fc0 - -0 - -0 - -Determines whether early shifting is required for a particular DQ bit when reg_phy_bist_mode is 2'b10; 1'b1: PRBS pattern shifted early by 1 bit. 1'b0: PRBS pattern without any shift. -
-reg_phy_bist_err_clr - -23:15 - -ff8000 - -0 - -0 - -Clear the mismatch error flag from the BIST Checker. 1'b1: sticky error flag is cleared 1'b0: No effect -
-reg_phy_dq_offset - -30:24 - -7f000000 - -40 - -40000000 - -Offset value from DQS to DQ. Default value: 0x40 (for 90 degree shift). This is only used when reg_phy_use_wr_level=1. #Note 1: When a port width (W) is multiple of N instances of Ranks or Slices, each instance will get W/N bits. Instance n will get (n+1)*(W/N) -1: n (W/N) bits where n (0, 1, to N-1) is the instance number of Rank or Slice. -
-PHY_Config@0XF8006124 - -31:0 - -7fffffff - - - -40000001 - -PHY configuration register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF800612C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF800612C - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF8006130 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF8006130 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF8006134 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF8006134 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_init_ratio

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_init_ratio - -0XF8006138 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wrlvl_init_ratio - -9:0 - -3ff - -0 - -0 - -The user programmable init ratio used by Write Leveling FSM -
-reg_phy_gatelvl_init_ratio - -19:10 - -ffc00 - -a4 - -29000 - -The user programmable init ratio used Gate Leveling FSM -
-phy_init_ratio@0XF8006138 - -31:0 - -fffff - - - -29000 - -PHY init ratio register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF8006140 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF8006140 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF8006144 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF8006144 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF8006148 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF8006148 - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_rd_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_rd_dqs_cfg - -0XF800614C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_rd_dqs_slave_ratio - -9:0 - -3ff - -35 - -35 - -Ratio value for read DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. Provide a default value of 0x40 for most applications -
-reg_phy_rd_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for read DQS slave DLL with the value of the debug_rd_dqs_slave_delay bus. -
-reg_phy_rd_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for read DQS slave DLL with this value. -
-phy_rd_dqs_cfg@0XF800614C - -31:0 - -fffff - - - -35 - -PHY read DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF8006154 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF8006154 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF8006158 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF8006158 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF800615C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF800615C - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_wr_dqs_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_wr_dqs_cfg - -0XF8006160 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_dqs_slave_ratio - -9:0 - -3ff - -80 - -80 - -Ratio value for write DQS slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQS in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_dqs_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write DQS slave DLL with the value of the reg_phy_wr_dqs_slave_delay bus. -
-reg_phy_wr_dqs_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_dqs_slave_force is 1, replace delay/tap value for write DQS slave DLL with this value. -
-phy_wr_dqs_cfg@0XF8006160 - -31:0 - -fffff - - - -80 - -PHY write DQS configuration register for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF8006168 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg@0XF8006168 - -31:0 - -1fffff - - - -f9 - -PHY fifo write enable configuration register for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF800616C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg@0XF800616C - -31:0 - -1fffff - - - -f9 - -PHY fifo write enable configuration register for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF8006170 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg@0XF8006170 - -31:0 - -1fffff - - - -f9 - -PHY fifo write enable configuration register for data slice 0. -
-

-

Register ( slcr )phy_we_cfg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-phy_we_cfg - -0XF8006174 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_fifo_we_slave_ratio - -10:0 - -7ff - -f9 - -f9 - -Ratio value to be used when fifo_we_X_force_mode is set to 0. -
-reg_phy_fifo_we_in_force - -11:11 - -800 - -0 - -0 - -1: overwrite the delay/tap value for fifo_we_X slave DLL with the value of the debug_fifo_we_in_delayX bus. -
-reg_phy_fifo_we_in_delay - -20:12 - -1ff000 - -0 - -0 - -Delay value to be used when debug_fifo_we_in_forceX is set to 1. R is the number of Ranks supported. -
-phy_we_cfg@0XF8006174 - -31:0 - -1fffff - - - -f9 - -PHY fifo write enable configuration register for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF800617C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF800617C - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio configuration register for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF8006180 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF8006180 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio configuration register for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF8006184 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF8006184 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio configuration register for data slice 0. -
-

-

Register ( slcr )wr_data_slv

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-wr_data_slv - -0XF8006188 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_data_slave_ratio - -9:0 - -3ff - -c0 - -c0 - -Ratio value for write data slave DLL. This is the fraction of a clock cycle represented by the shift to be applied to the write DQ muxes in units of 256ths. In other words, the full-cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_wr_data_slave_force - -10:10 - -400 - -0 - -0 - -1: overwrite the delay/tap value for write data slave DLL with the value of the reg_phy_wr_data_slave_force bus. -
-reg_phy_wr_data_slave_delay - -19:11 - -ff800 - -0 - -0 - -If reg_phy_wr_data_slave_force is 1, replace delay/tap value for write data slave DLL with this value. -
-wr_data_slv@0XF8006188 - -31:0 - -fffff - - - -c0 - -PHY write data slave ratio configuration register for data slice 0. -
-

-

Register ( slcr )reg_64

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_64 - -0XF8006190 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_loopback - -0:0 - -1 - -0 - -0 - -Loopback testing. 1: enable, 0: disable -
-reg_phy_bl2 - -1:1 - -2 - -0 - -0 - -Reserved for future Use. -
-reg_phy_at_spd_atpg - -2:2 - -4 - -0 - -0 - -1 = run scan test at full clock speed but with less coverage 0 = run scan test at slow clock speed but with high coverage During normal function mode, this port must be set 0. -
-reg_phy_bist_enable - -3:3 - -8 - -0 - -0 - -Enable the internal BIST generation and checker logic when this port is set HIGH. Setting this port as 0 will stop the BIST generator/checker. In order to run BIST tests, this port must be set along with reg_phy_loopback. -
-reg_phy_bist_force_err - -4:4 - -10 - -0 - -0 - -This register bit is used to check that BIST checker is not giving false pass. When this port is set 1, data bit gets inverted before sending out to the external memory and BIST checker must return a mismatch error. -
-reg_phy_bist_mode - -6:5 - -60 - -0 - -0 - -The mode bits select the pattern type generated by the BIST generator. All the patterns are transmitted continuously once enabled. 2'b00: constant pattern (0 repeated on each DQ bit) 2'b01: low freq pattern (00001111 repeated on each DQ bit) 2'b10: PRBS pattern (2^7-1 PRBS pattern repeated on each DQ bit) Each DQ bit always has same data value except when early shifting in PRBS mode is requested -
-reg_phy_invert_clkout - -7:7 - -80 - -1 - -80 - -Inverts the polarity of DRAM clock. 0: core clock is passed on to DRAM 1: inverted core clock is passed on to DRAM. Use this when CLK can arrive at a DRAM device ahead of DQS or coincidence with DQS based on boad topology. This effectively delays the CLK to the DRAM device by half -cycle, providing a CLK edge that DQS can align to during leveling. -
-reg_phy_all_dq_mpr_rd_resp - -8:8 - -100 - -0 - -0 - -1=assume DRAM provides read response on all DQ bits. (In this mode, dq_in[7:0] are OR'd together and dq_in[15:8] are AND'd together.) 0=(default) best for DRAM read responses on only 1 DQ bit; works with reduced accuracy if DRAM provides read response on all bits. (In this mode dq_in[7:0] are OR'd together and dq_in[15:8] are OR'd together.) -
-reg_phy_sel_logic - -9:9 - -200 - -0 - -0 - -Selects one of the two read leveling algorithms.'b0 = Select algorithm # 1'b1 = Select algorithm # 2 Please refer to Read Data Eye Training section in PHY User Guide for details about the Read Leveling algorithms -
-reg_phy_ctrl_slave_ratio - -19:10 - -ffc00 - -100 - -40000 - -Ratio value for address/command launch timing in phy_ctrl macro. This is the fraction of a clock cycle represented by the shift to be applied to the read DQS in units of 256ths. In other words, the full cycle tap value from the master DLL will be scaled by this number over 256 to get the delay value for the slave delay line. -
-reg_phy_ctrl_slave_force - -20:20 - -100000 - -0 - -0 - -1: overwrite the delay/tap value for address/command timing slave DLL with the value of the reg_phy_rd_dqs_slave_delay bus. -
-reg_phy_ctrl_slave_delay - -27:21 - -fe00000 - -0 - -0 - -If reg_phy_rd_dqs_slave_force is 1, replace delay/tap value for address/command timing slave DLL with this value. This is a bit value, the remaining 2 bits are in register 0x65 bits[19:18]. -
-reg_phy_use_rank0_delays - -28:28 - -10000000 - -1 - -10000000 - -Delay selection 1- Rank 0 delays are used for all ranks 0- Each Rank uses its own delay -
-reg_phy_lpddr - -29:29 - -20000000 - -0 - -0 - -1= mobile/LPDDR DRAM device in use. 0=non-LPDDR DRAM device in use. -
-reg_phy_cmd_latency - -30:30 - -40000000 - -0 - -0 - -If set to 1, command comes to phy_ctrl through a flop. -
-reg_phy_int_lpbk - -31:31 - -80000000 - -0 - -0 - -1=enables the PHY internal loopback for DQ,DQS,DM before Ios. By default must be 0. -
-reg_64@0XF8006190 - -31:0 - -ffffffff - - - -10040080 - -Training control register (2) -
-

-

Register ( slcr )reg_65

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-reg_65 - -0XF8006194 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_phy_wr_rl_delay - -4:0 - -1f - -2 - -2 - -This delay determines when to select the active rank's ratio logic delay for Write Data and Write DQS slave delay lines after PHY receives a write command at Control Interface. The programmed value must be (Write Latency - 4) with a minimum value of 1. -
-reg_phy_rd_rl_delay - -9:5 - -3e0 - -4 - -80 - -This delay determines when to select the active rank's ratio logic delay for Read Data and Read DQS slave delay lines after PHY receives a read command at Control Interface. The programmed value must be (Read Latency - 3) with a minimum value of 1. -
-reg_phy_dll_lock_diff - -13:10 - -3c00 - -f - -3c00 - -The Maximum number of delay line taps variation allowed while maintaining the master DLL lock. When the PHY is in locked state and the variation on the clock exceeds the variation indicated by the register, the lock signal is deasserted -
-reg_phy_use_wr_level - -14:14 - -4000 - -1 - -4000 - -Write Leveling training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by write leveling Note: This is a Synchronous dynamic signal that requires timing closure. -
-reg_phy_use_rd_dqs_gate_level - -15:15 - -8000 - -1 - -8000 - -Read DQS Gate training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by DQS gate leveling Note: This is a Synchronous dynamic signal that requires timing closure. -
-reg_phy_use_rd_data_eye_level - -16:16 - -10000 - -1 - -10000 - -Read Data Eye training control. 0: Use register programmed ratio values 1: Use ratio for delay line calculated by data eye leveling Note: This is a Synchronous dynamic signal that requires timing closure -
-reg_phy_dis_calib_rst - -17:17 - -20000 - -0 - -0 - -Disable the dll_calib (internally generated) signal from resetting the Read Capture FIFO pointers and portions of phy_data. Note: dll_calib is (i) generated by dfi_ctrl_upd_req or (ii) by the PHY when it detects that the clock frequency variation has exceeded the bounds set by reg_phy_dll_lock_diff or (iii) periodically throughout the leveling process. dll_calib will update the slave DL with PVT-compensated values according to master DLL outputs -
-reg_phy_ctrl_slave_delay - -19:18 - -c0000 - -0 - -0 - -If reg-phy_rd_dqs_slave_force is 1, replace delay/tap value for address/command timing slave DLL with this value -
-reg_65@0XF8006194 - -31:0 - -fffff - - - -1fc82 - -Training control register (3) -
-

-

Register ( slcr )page_mask

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-page_mask - -0XF8006204 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_page_addr_mask - -31:0 - -ffffffff - -0 - -0 - -This register must be set based on the value programmed on the reg_ddrc_addrmap_* registers. Set the Column address bits to 0. Set the Page and Bank address bits to 1. This is used for calculating page_match inside the slave modules in Arbiter. The page_match is considered during the arbitration process. This mask applies to 64-bit address and not byte address. Setting this value to 0 disables transaction prioritization based on page/bank match. -
-page_mask@0XF8006204 - -31:0 - -ffffffff - - - -0 - -Page mask register -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF8006208 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port@0XF8006208 - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF800620C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port@0XF800620C - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF8006210 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port@0XF8006210 - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_wr_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_wr_port - -0XF8006214 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_wr_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Write Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_wr_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Write Port. -
-reg_arb_disable_urgent_wr_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Write Port. -
-reg_arb_dis_page_match_wr_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_dis_rmw_portn - -19:19 - -80000 - -1 - -80000 - -FEATURE NOT SUPPORTED. Only 16-bit data aligned transfers allowed when ECC is used. All commands issued as Writes. No RMW support. Disable RMW command generated for this Port 1 - Disable RMW feature 0 - Enable RMW feature When Enabled and ECC mode is set all Write command generated by this port will be RMW. -
-axi_priority_wr_port@0XF8006214 - -31:0 - -f03ff - - - -803ff - -AXI Priority control for write port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF8006218 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF8006218 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF800621C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF800621C - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF8006220 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF8006220 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )axi_priority_rd_port

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-axi_priority_rd_port - -0XF8006224 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_arb_pri_rd_portn - -9:0 - -3ff - -3ff - -3ff - -Priority of this Read Port n. Value in this register used to load the aging counters (when respective port request is asserted and grant is generated to that port). These register can be reprogrammed to set priority of each port. Lower the value more will be priority given to the port. For example if 0x82 (port 0) value is set to 'h3FF, and 0x83 (port 1) is set to 'h0FF, and both port0 and port1 have requests, in this case port1 will get high priority and grant will be given to port1. -
-reg_arb_disable_aging_rd_portn - -16:16 - -10000 - -0 - -0 - -Disable aging for this Read Port. -
-reg_arb_disable_urgent_rd_portn - -17:17 - -20000 - -0 - -0 - -Disable urgent for this Read Port. -
-reg_arb_dis_page_match_rd_portn - -18:18 - -40000 - -0 - -0 - -Disable the page match feature. -
-reg_arb_set_hpr_rd_portn - -19:19 - -80000 - -0 - -0 - -Enable reads to be generated as HPR for this Read Port. -
-axi_priority_rd_port@0XF8006224 - -31:0 - -f03ff - - - -3ff - -AXI Priority control for read port 0. -
-

-

Register ( slcr )lpddr_ctrl0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl0 - -0XF80062A8 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_lpddr2 - -0:0 - -1 - -0 - -0 - -1=LPDDR2 DRAM device in Use. 0=non-LPDDR2 device in use Present only in designs configured to support LPDDR2. -
-reg_ddrc_per_bank_refresh - -1:1 - -2 - -0 - -0 - -1:Per bank refresh 0:All bank refresh Per bank refresh allows traffic to flow to other banks. Per bank refresh is not supported on all LPDDR2 devices. Present only in designs configured to support LPDDR2. -
-reg_ddrc_derate_enable - -2:2 - -4 - -0 - -0 - -0: Timing parameter derating is disabled. 1: Timing parameter derating is enabled using MR4 read value. Present only in designs configured to support LPDDR2. -
-reg_ddrc_mr4_margin - -11:4 - -ff0 - -0 - -0 - -UNUSED -
-lpddr_ctrl0@0XF80062A8 - -31:0 - -ff7 - - - -0 - -LPDDR2 Control 0 Register -
-

-

Register ( slcr )lpddr_ctrl1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl1 - -0XF80062AC - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_mr4_read_interval - -31:0 - -ffffffff - -0 - -0 - -Interval between two MR4 reads, USED to derate the timing parameters. Present only in designs configured to support LPDDR2. -
-lpddr_ctrl1@0XF80062AC - -31:0 - -ffffffff - - - -0 - -LPDDR2 Control 1 Register -
-

-

Register ( slcr )lpddr_ctrl2

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl2 - -0XF80062B0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_min_stable_clock_x1 - -3:0 - -f - -5 - -5 - -Time to wait after the first CKE high, tINIT2. Present only in designs configured to support LPDDR2. Units: 1 clock cycle. LPDDR2 typically requires 5 x tCK delay. -
-reg_ddrc_idle_after_reset_x32 - -11:4 - -ff0 - -12 - -120 - -Idle time after the reset command, tINIT4. Present only in designs configured to support LPDDR2. Units: 32 clock cycles. -
-reg_ddrc_t_mrw - -21:12 - -3ff000 - -5 - -5000 - -Time to wait during load mode register writes. Present only in designs configured to support LPDDR2. LPDDR2 typically requires value of 5. -
-lpddr_ctrl2@0XF80062B0 - -31:0 - -3fffff - - - -5125 - -LPDDR2 Control 2 Register -
-

-

Register ( slcr )lpddr_ctrl3

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-lpddr_ctrl3 - -0XF80062B4 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_max_auto_init_x1024 - -7:0 - -ff - -a8 - -a8 - -Maximum duration of the auto initialization, tINIT5. Present only in designs configured to support LPDDR2. Units: 1024 clock cycles. LPDDR2 typically requires 10 us. -
-reg_ddrc_dev_zqinit_x32 - -17:8 - -3ff00 - -12 - -1200 - -ZQ initial calibration, tZQINIT. Present only in designs configured to support LPDDR2. Units: 32 clock cycles. LPDDR2 typically requires 1 us. -
-lpddr_ctrl3@0XF80062B4 - -31:0 - -3ffff - - - -12a8 - -LPDDR2 Control 3 Register -
-

-

POLL ON DCI STATUS

-

Register ( slcr )DDRIOB_DCI_STATUS

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_STATUS - -0XF8000B74 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DONE - -13:13 - -2000 - -1 - -2000 - -DCI done signal -
-DDRIOB_DCI_STATUS@0XF8000B74 - -31:0 - -2000 - - - -2000 - -tobe -
-

-

UNLOCK DDR

-

Register ( slcr )ddrc_ctrl

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-ddrc_ctrl - -0XF8006000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reg_ddrc_soft_rstb - -0:0 - -1 - -1 - -1 - -Active low soft reset. 0 = Resets the controller 1 = Takes the controller out of reset Note: Controller must be taken out of reset only after all other registers have been programmed. -
-reg_ddrc_powerdown_en - -1:1 - -2 - -0 - -0 - -Controller power down control. 0 = DDRC powerdown disabled 1 = the controller goes into power down after a programmable number of cycles 'Maximum idle clocks before power down' (reg_ddrc_powerdown_to_x32). Note: This register bit may be reprogrammed during the course of normal operation. -
-reg_ddrc_data_bus_width - -3:2 - -c - -0 - -0 - -DDR bus width control 00 = 32 bit DDR bus 01 = 16 bit DDR bus 1x = reserved -
-reg_ddrc_burst8_refresh - -6:4 - -70 - -0 - -0 - -Refresh timeout register. Programmed value plus one will be the number of refresh timeouts that will be allowed to accumulate before traffic is blocked and the refreshes are forced to execute. Closing pages to perform a refresh is a one-time penalty that must be paid for each group of refreshes; therefore, performing refreshes in a burst reduces the per-refresh penalty of these page closings. Higher numbers for burst_of_N_refresh slightly increases utilization; lower numbers decreases the worst-case latency associated with refreshes. 0 = single refresh 1 = burst-of-2 . 7 = burst-of-8 refresh -
-reg_ddrc_rdwr_idle_gap - -13:7 - -3f80 - -1 - -80 - -When the preferred transaction store is empty for this many clock cycles, switch to the alternate transaction store if it is non-empty. The read transaction store (both high and low priority) is the default preferred transaction store and the write transaction store is the alternate store. When 'Prefer write over read' is set this is reversed. -
-reg_ddrc_dis_rd_bypass - -14:14 - -4000 - -0 - -0 - -Only present in designs supporting read bypass. For Debug only. 0 = Do not disable bypass path for high priority read page hits. 1 = disable bypass path for high priority read page hits. -
-reg_ddrc_dis_act_bypass - -15:15 - -8000 - -0 - -0 - -Only present in designs supporting activate bypass. For Debug only. 0 = Do not disable bypass path for high priority read activates. 1 = disable bypass path for high priority read activates. -
-reg_ddrc_dis_auto_refresh - -16:16 - -10000 - -0 - -0 - -Disable auto-refresh. 0 = do not disable auto-refresh generated by the controller. This input is changeable on the fly. 1 = disable auto-refresh generated by the controller. This input is changeable on the fly. Note: When this transitions from 0 to 1, any pending refreshes will be immediately scheduled by the controller. -
-ddrc_ctrl@0XF8006000 - -31:0 - -1ffff - - - -81 - -DDRC Control Register -
-

-

CHECK DDR STATUS

-

Register ( slcr )mode_sts_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-mode_sts_reg - -0XF8006054 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-ddrc_reg_operating_mode - -2:0 - -7 - -1 - -1 - -Gives the status of the controller. 0 = DDRC Init 1 = Normal operation 2 = Power-down mode 3 = Self-refresh mode 4 and above = deep power down mode (LPDDR2 only) -
-mode_sts_reg@0XF8006054 - -31:0 - -7 - - - -1 - -tobe -
-

- -

-

ps7_mio_init_data_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DDRIOB_ADDR0 - - -0XF8000B40 - -32 - -RW - -0x000000 - -DDRIOB Address 0 Configuartion Register -
- -DDRIOB_ADDR1 - - -0XF8000B44 - -32 - -RW - -0x000000 - -DDRIOB Address 1 Configuration Register -
- -DDRIOB_DATA0 - - -0XF8000B48 - -32 - -RW - -0x000000 - -DDRIOB Data 0 Configuration Register -
- -DDRIOB_DATA1 - - -0XF8000B4C - -32 - -RW - -0x000000 - -DDRIOB Data 1 Configuration Register -
- -DDRIOB_DIFF0 - - -0XF8000B50 - -32 - -RW - -0x000000 - -DDRIOB Differential DQS 0 Configuration Register -
- -DDRIOB_DIFF1 - - -0XF8000B54 - -32 - -RW - -0x000000 - -DDRIOB Differential DQS 1 Configuration Register -
- -DDRIOB_CLOCK - - -0XF8000B58 - -32 - -RW - -0x000000 - -DDRIOB Differential Clock Configuration Register -
- -DDRIOB_DRIVE_SLEW_ADDR - - -0XF8000B5C - -32 - -RW - -0x000000 - -DDRIOB Drive Slew Address Register -
- -DDRIOB_DRIVE_SLEW_DATA - - -0XF8000B60 - -32 - -RW - -0x000000 - -DDRIOB Drive Slew Data Register -
- -DDRIOB_DRIVE_SLEW_DIFF - - -0XF8000B64 - -32 - -RW - -0x000000 - -DDRIOB Drive Slew Differential Strobe Register -
- -DDRIOB_DRIVE_SLEW_CLOCK - - -0XF8000B68 - -32 - -RW - -0x000000 - -DDRIOB Drive Slew Clcok Register -
- -DDRIOB_DDR_CTRL - - -0XF8000B6C - -32 - -RW - -0x000000 - -DDRIOB DDR Control Register -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDRIOB DCI configuration -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDRIOB DCI configuration -
- -DDRIOB_DCI_CTRL - - -0XF8000B70 - -32 - -RW - -0x000000 - -DDRIOB DCI configuration -
- -MIO_PIN_14 - - -0XF8000738 - -32 - -RW - -0x000000 - -MIO Control for Pin 14 -
- -MIO_PIN_15 - - -0XF800073C - -32 - -RW - -0x000000 - -MIO Control for Pin 15 -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_mio_init_data_1_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register always returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

OCM REMAPPING

-

DDRIOB SETTINGS

-

Register ( slcr )DDRIOB_ADDR0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_ADDR0 - -0XF8000B40 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -0 - -0 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_ADDR0@0XF8000B40 - -31:0 - -fff - - - -600 - -DDRIOB Address 0 Configuartion Register -
-

-

Register ( slcr )DDRIOB_ADDR1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_ADDR1 - -0XF8000B44 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -0 - -0 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_ADDR1@0XF8000B44 - -31:0 - -fff - - - -600 - -DDRIOB Address 1 Configuration Register -
-

-

Register ( slcr )DDRIOB_DATA0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA0 - -0XF8000B48 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -1 - -2 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_DATA0@0XF8000B48 - -31:0 - -fff - - - -672 - -DDRIOB Data 0 Configuration Register -
-

-

Register ( slcr )DDRIOB_DATA1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA1 - -0XF8000B4C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -1 - -2 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_DATA1@0XF8000B4C - -31:0 - -fff - - - -672 - -DDRIOB Data 1 Configuration Register -
-

-

Register ( slcr )DDRIOB_DIFF0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF0 - -0XF8000B50 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -2 - -4 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_DIFF0@0XF8000B50 - -31:0 - -fff - - - -674 - -DDRIOB Differential DQS 0 Configuration Register -
-

-

Register ( slcr )DDRIOB_DIFF1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF1 - -0XF8000B54 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -2 - -4 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -1 - -10 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -3 - -60 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_DIFF1@0XF8000B54 - -31:0 - -fff - - - -674 - -DDRIOB Differential DQS 1 Configuration Register -
-

-

Register ( slcr )DDRIOB_CLOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_CLOCK - -0XF8000B58 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-INP_POWER - -0:0 - -1 - -0 - -0 - -Specifies DDR IOB input amp power mode. 0- low power mode. 1- high performance mode. -
-INP_TYPE - -2:1 - -6 - -0 - -0 - -Input buffer controls. 00 - Input off, reads 0. 01 - Vref based differential reciever for SSTL, HSTL. 10 - Differential input reciever. 11- LVCMOS reviever. -
-DCI_UPDATE - -3:3 - -8 - -0 - -0 - -DCI Update Enabled 0 - disabled 1 - enabled -
-TERM_EN - -4:4 - -10 - -0 - -0 - -Tri State Termination Enabled 0 - disabled 1 - enabled -
-DCR_TYPE - -6:5 - -60 - -0 - -0 - -DCI Update 00 - DCI Disabled 01 - DCI Drive (HSTL12_DCI) 10 - Reserved 11 - DCI Termination (SSTL15_T_DCI) -
-IBUF_DISABLE_MODE - -7:7 - -80 - -0 - -0 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -0 - -0 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-OUTPUT_EN - -10:9 - -600 - -3 - -600 - -Enables output mode to enable output ties to 00 - ibuf 01 - reserved 10 - reserved 11 - obuf -
-PULLUP_EN - -11:11 - -800 - -0 - -0 - -enables pullup on output 0 - no pullup 1 - pullup enabled -
-DDRIOB_CLOCK@0XF8000B58 - -31:0 - -fff - - - -600 - -DDRIOB Differential Clock Configuration Register -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_ADDR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_ADDR - -0XF8000B5C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -Programs the DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -Programs the DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -3 - -c000 - -Programs the DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -3 - -180000 - -Programs the DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000 - Normal Operation 001 : 111 - Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_ADDR@0XF8000B5C - -31:0 - -ffffffff - - - -18c61c - -DDRIOB Drive Slew Address Register -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_DATA

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_DATA - -0XF8000B60 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -Programs the DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -Programs the DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -6 - -18000 - -Programs the DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -Programs the DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000 - Normal Operation 001 : 111 - Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_DATA@0XF8000B60 - -31:0 - -ffffffff - - - -f9861c - -DDRIOB Drive Slew Data Register -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_DIFF

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_DIFF - -0XF8000B64 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -Programs the DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -Programs the DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -6 - -18000 - -Programs the DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -Programs the DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000 - Normal Operation 001 : 111 - Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_DIFF@0XF8000B64 - -31:0 - -ffffffff - - - -f9861c - -DDRIOB Drive Slew Differential Strobe Register -
-

-

Register ( slcr )DDRIOB_DRIVE_SLEW_CLOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DRIVE_SLEW_CLOCK - -0XF8000B68 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-DRIVE_P - -6:0 - -7f - -1c - -1c - -Programs the DDRIO drive strength for the P devices -
-DRIVE_N - -13:7 - -3f80 - -c - -600 - -Programs the DDRIO drive strength for the N devices -
-SLEW_P - -18:14 - -7c000 - -6 - -18000 - -Programs the DDRIO slew rate for the P devices -
-SLEW_N - -23:19 - -f80000 - -1f - -f80000 - -Programs the DDRIO slew rate for the N devices -
-GTL - -26:24 - -7000000 - -0 - -0 - -Test Control 000 - Normal Operation 001 : 111 - Test Mode -
-RTERM - -31:27 - -f8000000 - -0 - -0 - -Program the rterm -
-DDRIOB_DRIVE_SLEW_CLOCK@0XF8000B68 - -31:0 - -ffffffff - - - -f9861c - -DDRIOB Drive Slew Clcok Register -
-

-

Register ( slcr )DDRIOB_DDR_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DDR_CTRL - -0XF8000B6C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-VREF_INT_EN - -0:0 - -1 - -0 - -0 - -Enables VREF internal generator -
-VREF_SEL - -4:1 - -1e - -0 - -0 - -Specifies DDR IOB Vref generator output 0001 - VREF = 0.6V for LPDDR2 with 1.2V IO 0010 - VREF = 0.675V for LPDDR3 1.35 V IO 0100 - VREF = 0.75V for DDR3 with 1.5V IO 1000 - VREF = 0.90V for DDR2 with 1.8V IO -
-VREF_EXT_EN - -6:5 - -60 - -3 - -60 - -Enables External VREF input X0 - Disable External VREF for lower 16 bits X1 - Enable External VREF for lower 16 bits 0X - Disable External VREF for upper 16 bits 1X - Enable External VREF for upper 16 bits -
-VREF_PULLUP_EN - -8:7 - -180 - -0 - -0 - -Enables VREF pull-up resistors X0 - Disable VREF pull-up for lower 16 bits X1 - Enable VREF pull-up for lower 16 bits 0X - Disable VREF pull-up for upper 16 bits 1X - Enable VREF pull-up for upper 16 bits -
-REFIO_EN - -9:9 - -200 - -1 - -200 - -Enables VRP,VRN 0 - VRP/VRN not used 1 - VRP/VRN used as refio -
-REFIO_PULLUP_EN - -12:12 - -1000 - -0 - -0 - -Enables VRP,VRN pull-up resistors 0 -no pull-up 1 - enable pull-up resistors -
-DRST_B_PULLUP_EN - -13:13 - -2000 - -0 - -0 - -Enables pull-up resistors 0 -no pull-up 1 - enable pull-up resistors -
-CKE_PULLUP_EN - -14:14 - -4000 - -0 - -0 - -Enables pull-up resistors 0 -no pull-up 1 - enable pull-up resistors -
-DDRIOB_DDR_CTRL@0XF8000B6C - -31:0 - -73ff - - - -260 - -DDRIOB DDR Control Register -
-

-

ASSERT RESET

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -1 - -1 - -At least toggle once to initialise flops in DCI system -
-VRN_OUT - -5:5 - -20 - -1 - -20 - -VRN output value -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -21 - - - -21 - -DDRIOB DCI configuration -
-

-

DEASSERT RESET

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -0 - -0 - -At least toggle once to initialise flops in DCI system -
-VRN_OUT - -5:5 - -20 - -1 - -20 - -VRN output value -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -21 - - - -20 - -DDRIOB DCI configuration -
-

-

Register ( slcr )DDRIOB_DCI_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DCI_CTRL - -0XF8000B70 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-RESET - -0:0 - -1 - -1 - -1 - -At least toggle once to initialise flops in DCI system -
-ENABLE - -1:1 - -2 - -1 - -2 - -1 if any iob's use a terminate type, or if dci test block used -
-VRP_TRI - -2:2 - -4 - -0 - -0 - -VRP tristate value -
-VRN_TRI - -3:3 - -8 - -0 - -0 - -VRN tristate value -
-VRP_OUT - -4:4 - -10 - -0 - -0 - -VRP output value -
-VRN_OUT - -5:5 - -20 - -1 - -20 - -VRN output value -
-NREF_OPT1 - -7:6 - -c0 - -0 - -0 - -Reserved -
-NREF_OPT2 - -10:8 - -700 - -0 - -0 - -Reserved -
-NREF_OPT4 - -13:11 - -3800 - -1 - -800 - -Reserved -
-PREF_OPT1 - -16:14 - -1c000 - -0 - -0 - -Reserved -
-PREF_OPT2 - -19:17 - -e0000 - -0 - -0 - -Reserved -
-UPDATE_CONTROL - -20:20 - -100000 - -0 - -0 - -DCI Update -
-INIT_COMPLETE - -21:21 - -200000 - -0 - -0 - -test Internal to IO bank -
-TST_CLK - -22:22 - -400000 - -0 - -0 - -Emulate DCI clock -
-TST_HLN - -23:23 - -800000 - -0 - -0 - -Emulate comparator output (VRN) -
-TST_HLP - -24:24 - -1000000 - -0 - -0 - -Emulate comparator output (VRP) -
-TST_RST - -25:25 - -2000000 - -0 - -0 - -Emulate Reset -
-INT_DCI_EN - -26:26 - -4000000 - -0 - -0 - -Need explanation here -
-DDRIOB_DCI_CTRL@0XF8000B70 - -31:0 - -7ffffff - - - -823 - -DDRIOB DCI configuration -
-

-

MIO PROGRAMMING

-

Register ( slcr )MIO_PIN_14

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-MIO_PIN_14 - -0XF8000738 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-TRI_ENABLE - -0:0 - -1 - -1 - -1 - -Tri-state enable, active high. -
-L0_SEL - -1:1 - -2 - -0 - -0 - -Level 0 Mux Select 0= Level 1 Mux Output 1= Not Used -
-L1_SEL - -2:2 - -4 - -0 - -0 - -Level 1 Mux Select 0= Level 2 Mux Output 1= trace_data, Output, tracedq[0]- (Trace Port Databus) -
-L2_SEL - -4:3 - -18 - -0 - -0 - -Level 2 Mux Select 0= Level 3 Mux Output 1= sram_nor, Input, smc_sram_fbclk- (SRAM Feedback Clock) 2= nand, Input, smc_nand_busy- (NAND Busy) 3= sdio_pow, Output, sdio0_bus_pow- (SD card bus power) -
-L3_SEL - -7:5 - -e0 - -7 - -e0 - -Level 3 Mux Select 0= gpio0, Input, gpio_0_pin_in[14]- (GPIO bank 0) 0= gpio0, Output, gpio_0_pin_out[14]- (GPIO bank 0) 1= can0, Input, can0_phy_rx- (Can RX signal) 2= i2c0, Input, i2c0_scl_input- (SCL signal) 2= i2c0, Output, i2c0_scl_out- (SCL signal) 3= wdt, Input, wdt_clk_in- (Watch Dog Timer Input clock) 4= sd1, Input, sd1_data_in[2]- (4-bit Data bus) 4= sd1, Output, sd1_data_out[2]- (4-bit Data bus) 5= spi1, Output, spi1_n_ss_out[1]- (SPI Master Selects) 6= Not Used 7= ua0, Input, ua0_rxd- (UART receiver serial input) -
-Speed - -8:8 - -100 - -0 - -0 - -Selects the speed of the I/O when IO_Type=CMOS 0=Slow CMOS 1=Fast CMOS -
-IO_Type - -11:9 - -e00 - -3 - -600 - -Selects the IO Type 0= LVTTL 1= LVCMOS18 2= LVCMOS25 3= LVCMOS33 4= HSTL 5-7= LVCMOS33 -
-PULLUP - -12:12 - -1000 - -1 - -1000 - -Controls the use of a pull-up for the associated GPIOB 0= Pull-up disabled 1= Pull-up enabled -
-DisableRcvr - -13:13 - -2000 - -0 - -0 - -Enables the receiver. If the IO is an output only then the receiver can be disabled and save power Only used when IO_Type=HSTL 0= Receiver Enabled 1= Receiver disabled -
-MIO_PIN_14@0XF8000738 - -31:0 - -3fff - - - -16e1 - -MIO Control for Pin 14 -
-

-

Register ( slcr )MIO_PIN_15

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-MIO_PIN_15 - -0XF800073C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-TRI_ENABLE - -0:0 - -1 - -0 - -0 - -Tri-state enable, active high. -
-L0_SEL - -1:1 - -2 - -0 - -0 - -Level 0 Mux Select 0= Level 1 Mux Output 1= Not Used -
-L1_SEL - -2:2 - -4 - -0 - -0 - -Level 1 Mux Select 0= Level 2 Mux Output 1= trace_data, Output, tracedq[1]- (Trace Port Databus) -
-L2_SEL - -4:3 - -18 - -0 - -0 - -Level 2 Mux Select 0= Level 3 Mux Output 1= sram_nor, Output, smc_sram_add[0]- (SRAM Address) 2= Not Used 3= sdio_pow, Output, sdio1_bus_pow- (SD card bus power) -
-L3_SEL - -7:5 - -e0 - -7 - -e0 - -Level 3 Mux Select 0= gpio0, Input, gpio_0_pin_in[15]- (GPIO bank 0) 0= gpio0, Output, gpio_0_pin_out[15]- (GPIO bank 0) 1= can0, Output, can0_phy_tx- (Can TX signal) 2= i2c0, Input, i2c0_sda_input- (SDA signal) 2= i2c0, Output, i2c0_sda_out- (SDA signal) 3= wdt, Output, wdt_rst_out- (Watch Dog Timer Output clock) 4= sd1, Input, sd1_data_in[3]- (4-bit Data bus) 4= sd1, Output, sd1_data_out[3]- (4-bit Data bus) 5= spi1, Output, spi1_n_ss_out[2]- (SPI Master Selects) 6= Not Used 7= ua0, Output, ua0_txd- (UART transmitter serial output) -
-Speed - -8:8 - -100 - -0 - -0 - -Selects the speed of the I/O when IO_Type=CMOS 0=Slow CMOS 1=Fast CMOS -
-IO_Type - -11:9 - -e00 - -3 - -600 - -Selects the IO Type 0= LVTTL 1= LVCMOS18 2= LVCMOS25 3= LVCMOS33 4= HSTL 5-7= LVCMOS33 -
-PULLUP - -12:12 - -1000 - -1 - -1000 - -Controls the use of a pull-up for the associated GPIOB 0= Pull-up disabled 1= Pull-up enabled -
-DisableRcvr - -13:13 - -2000 - -0 - -0 - -Enables the receiver. If the IO is an output only then the receiver can be disabled and save power Only used when IO_Type=HSTL 0= Receiver Enabled 1= Receiver disabled -
-MIO_PIN_15@0XF800073C - -31:0 - -3fff - - - -16e0 - -MIO Control for Pin 15 -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register always returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_peripherals_init_data_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -DDRIOB_DATA0 - - -0XF8000B48 - -32 - -RW - -0x000000 - -DDRIOB Data 0 Configuration Register -
- -DDRIOB_DATA1 - - -0XF8000B4C - -32 - -RW - -0x000000 - -DDRIOB Data 1 Configuration Register -
- -DDRIOB_DIFF0 - - -0XF8000B50 - -32 - -RW - -0x000000 - -DDRIOB Differential DQS 0 Configuration Register -
- -DDRIOB_DIFF1 - - -0XF8000B54 - -32 - -RW - -0x000000 - -DDRIOB Differential DQS 1 Configuration Register -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
- -Baud_rate_divider_reg0 - - -0XE0000034 - -32 - -RW - -0x000000 - -baud rate divider register -
- -Baud_rate_gen_reg0 - - -0XE0000018 - -32 - -RW - -0x000000 - -Baud rate divider register -
- -Control_reg0 - - -0XE0000000 - -32 - -RW - -0x000000 - -UART Control register -
- -mode_reg0 - - -0XE0000004 - -32 - -RW - -0x000000 - -UART Mode register -
- -Config_reg - - -0XE000D000 - -32 - -RW - -0x000000 - -SPI configuration register -
- -CTRL - - -0XF8007000 - -32 - -RW - -0x000000 - -Control Register : This register defines basic control registers. Some of the register bits can be locked by control bits in the LOCK Register 0x004. -
-

-

ps7_peripherals_init_data_1_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register always returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

DDR TERM/IBUF_DISABLE_MODE SETTINGS

-

Register ( slcr )DDRIOB_DATA0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA0 - -0XF8000B48 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-DDRIOB_DATA0@0XF8000B48 - -31:0 - -180 - - - -180 - -DDRIOB Data 0 Configuration Register -
-

-

Register ( slcr )DDRIOB_DATA1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DATA1 - -0XF8000B4C - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-DDRIOB_DATA1@0XF8000B4C - -31:0 - -180 - - - -180 - -DDRIOB Data 1 Configuration Register -
-

-

Register ( slcr )DDRIOB_DIFF0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF0 - -0XF8000B50 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-DDRIOB_DIFF0@0XF8000B50 - -31:0 - -180 - - - -180 - -DDRIOB Differential DQS 0 Configuration Register -
-

-

Register ( slcr )DDRIOB_DIFF1

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-DDRIOB_DIFF1 - -0XF8000B54 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IBUF_DISABLE_MODE - -7:7 - -80 - -1 - -80 - -Use ibuf_disable_into control ibuf 0 -ibuf is always enabled 1 - use ibuf_disable_in_to control enable -
-TERM_DISABLE_MODE - -8:8 - -100 - -1 - -100 - -Use dynamic_dci_ts to control dci 0 - termination enabled 1 - use 'dynamic_dci_ts' control termination -
-DDRIOB_DIFF1@0XF8000B54 - -31:0 - -180 - - - -180 - -DDRIOB Differential DQS 1 Configuration Register -
-

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register always returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

-

SRAM/NOR SET OPMODE

-

UART REGISTERS

-

Register ( slcr )Baud_rate_divider_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Baud_rate_divider_reg0 - -0XE0000034 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-BDIV - -7:0 - -ff - -6 - -6 - -Baud rate divider value 0 - 3: ignored 4 - 255: Baud rate -
-Baud_rate_divider_reg0@0XE0000034 - -31:0 - -ff - - - -6 - -baud rate divider register -
-

-

Register ( slcr )Baud_rate_gen_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Baud_rate_gen_reg0 - -0XE0000018 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-CD - -15:0 - -ffff - -7c - -7c - -Baud Rate Clock Divisor Value 0 = Disables baud_sample 1 = Clock divisor bypass 2 - 65535 = baud_sample value -
-Baud_rate_gen_reg0@0XE0000018 - -31:0 - -ffff - - - -7c - -Baud rate divider register -
-

-

Register ( slcr )Control_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Control_reg0 - -0XE0000000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-STPBRK - -8:8 - -100 - -0 - -0 - -Stop transmitter break. 1 = stop transmission of the break. -
-STTBRK - -7:7 - -80 - -0 - -0 - -Start transmitter break 1 = start to transmit a break. Can only be set if STPBRK (Stop transmitter break) is not high. -
-RSTTO - -6:6 - -40 - -0 - -0 - -Restart receiver timeout counter 1 = receiver timeout counter is restarted -
-TXDIS - -5:5 - -20 - -0 - -0 - -Transmit disable. 1, the transmitter is disabled -
-TXEN - -4:4 - -10 - -1 - -10 - -Transmit enable. 1, the transmitter is enabled, provided the TXDIS field is set to 0. -
-RXDIS - -3:3 - -8 - -0 - -0 - -Receive disable. 1= receiver is enabled -
-RXEN - -2:2 - -4 - -1 - -4 - -Receive enable. 1=the receiver logic is enabled, provided RXDIS field is set to 0 -
-TXRES - -1:1 - -2 - -1 - -2 - -Software reset for TX data path. 1=the transmitter logic is reset and all pending transmitter data is discarded self clear -
-RXRES - -0:0 - -1 - -1 - -1 - -Software reset for RX data path 1=receiver logic is reset and all pending receiver data is discarded self clear -
-Control_reg0@0XE0000000 - -31:0 - -1ff - - - -17 - -UART Control register -
-

-

Register ( slcr )mode_reg0

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-mode_reg0 - -0XE0000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-IRMODE - -11:11 - -800 - -0 - -0 - -Enable IrDA mode 0 : Default UART mode 1 : Enable IrDA mode -
-UCLKEN - -10:10 - -400 - -0 - -0 - -External uart_clk source select 0 : APB clock, pclk 1 : a user-defined clock -
-CHMODE - -9:8 - -300 - -0 - -0 - -Channel mode 00 = normal 01 = automatic cho 10 = local loopback 11 = remote loopback -
-NBSTOP - -7:6 - -c0 - -0 - -0 - -Number of stop bits 00 = 1 stop bit 01 = 1.5 stop bits 10 = 2 stop bits 11 = reserved -
-PAR - -5:3 - -38 - -4 - -20 - -Parity type select. 000 = even parity 001 = odd parity 010 = forced to 0 parity (space) 011 = forced to 1 parity (mark) 1xx = no parity -
-CHRL - -2:1 - -6 - -0 - -0 - -Character length select 11 = 6 bits 10 = 7 bits 01 / 00 = 8 bits -
-CLKS - -0:0 - -1 - -0 - -0 - -clock source select 1 = clock source is uart_clk/8 0 = clock source is uart_clk -
-mode_reg0@0XE0000004 - -31:0 - -fff - - - -20 - -UART Mode register -
-

-

QSPI REGISTERS

-

Register ( slcr )Config_reg

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-Config_reg - -0XE000D000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-Holdb_dr - -19:19 - -80000 - -1 - -80000 - -Holdb and WPn pins are driven in normal/fast read or dual output/io read by the controller, if set, else external pull-high is required. Both pins are always driven by the controller in quad mode. -
-Config_reg@0XE000D000 - -31:0 - -80000 - - - -80000 - -SPI configuration register -
-

-

PL POWER ON RESET REGISTERS

-

Register ( slcr )CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-CTRL - -0XF8007000 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-PCFG_POR_CNT_4K - -29:29 - -20000000 - -0 - -0 - -This is to indicate to the FPGA fabric what timer to use 0 - use 64K timer 1 - use 4K timer -
-CTRL@0XF8007000 - -31:0 - -20000000 - - - -0 - -Control Register : This register defines basic control registers. Some of the register bits can be locked by control bits in the LOCK Register 0x004. -
-

-

SMC TIMING CALCULATION REGISTER UPDATE

-

NAND SET CYCLE

-

OPMODE

-

DIRECT COMMAND

-

SRAM/NOR CS0 SET CYCLE

-

DIRECT COMMAND

-

NOR CS0 BASE ADDRESS

-

SRAM/NOR CS1 SET CYCLE

-

DIRECT COMMAND

-

NOR CS1 BASE ADDRESS

-

USB RESET

-

ENET RESET

-

I2C RESET

-

NOR CHIP SELECT

-

DIR MODE BANK 0

-

MASK_DATA_0_LSW HIGH BANK [15:0]

-

OUTPUT ENABLE BANK 0

- -

-

ps7_post_config_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -SLCR_UNLOCK - - -0XF8000008 - -32 - -WO - -0x000000 - -SLCR Write Protection Unlock -
- -LVL_SHFTR_EN - - -0XF8000900 - -32 - -RW - -0x000000 - -Level Shifters Enable -
- -FPGA_RST_CTRL - - -0XF8000240 - -32 - -RW - -0x000000 - -FPGA Software Reset Control -
- -SLCR_LOCK - - -0XF8000004 - -32 - -WO - -0x000000 - -SLCR Write Protection Lock -
-

-

ps7_post_config_1_0

- - - - - - - - - -

SLCR SETTINGS

-

Register ( slcr )SLCR_UNLOCK

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_UNLOCK - -0XF8000008 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-UNLOCK_KEY - -15:0 - -ffff - -df0d - -df0d - -When write data contains the unlock key value of 0xDF0D, the write protection mode is disabled. All registers defined in SLCR are writeable until locked again through the SLCR_LOCK register. A read of this register always returns zero. -
-SLCR_UNLOCK@0XF8000008 - -31:0 - -ffff - - - -df0d - -SLCR Write Protection Unlock -
-

-

ENABLING LEVEL SHIFTER

-

Register ( slcr )LVL_SHFTR_EN

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LVL_SHFTR_EN - -0XF8000900 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-USER_INP_ICT_EN_0 - -1:0 - -3 - -3 - -3 - -Enable level shifters for PSS user inputs to FPGA in FPGA tile 0, drives slcr_fpga_if_ctrl0[1:0]. -
-USER_INP_ICT_EN_1 - -3:2 - -c - -3 - -c - -Enable level shifters for PSS user inputs to FPGA in FPGA tile 1, drives slcr_fpga_if_ctrl1[1:0]. -
-LVL_SHFTR_EN@0XF8000900 - -31:0 - -f - - - -f - -Level Shifters Enable -
-

-

FPGA RESETS TO 0

-

Register ( slcr )FPGA_RST_CTRL

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-FPGA_RST_CTRL - -0XF8000240 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-reserved_3 - -31:25 - -fe000000 - -0 - -0 - -Reserved. Writes are ignored, read data is always zero. -
-FPGA_ACP_RST - -24:24 - -1000000 - -0 - -0 - -FPGA ACP port soft reset. 0 - No reset. 1 - ACP AXI interface reset output asserted. -
-FPGA_AXDS3_RST - -23:23 - -800000 - -0 - -0 - -AXDS3AXI interface soft reset. On assertion of this reset, the AXDS3AXI interface reset output will be asserted. 0 - No reset. 1 - AXDS3AXI interface reset output asserted. -
-FPGA_AXDS2_RST - -22:22 - -400000 - -0 - -0 - -AXDS2 AXI interface soft reset. On assertion of this reset, the AXDS2 AXI interface reset output will be asserted. 0 - No reset. 1 - AXDS2 AXI interface reset output asserted. -
-FPGA_AXDS1_RST - -21:21 - -200000 - -0 - -0 - -AXDS1 AXI interface soft reset. On assertion of this reset, the AXDS1 AXI interface reset output will be asserted. 0 - No reset. 1 - AXDS1 AXI interface reset output asserted. -
-FPGA_AXDS0_RST - -20:20 - -100000 - -0 - -0 - -AXDS0 AXI interface soft reset. On assertion of this reset, the AXDS0 AXI interface reset output will be asserted. 0 - No reset. 1 - AXDS0 AXI interface reset output asserted. -
-reserved_2 - -19:18 - -c0000 - -0 - -0 - -Reserved. Writes are ignored, read data is always zero. -
-FSSW1_FPGA_RST - -17:17 - -20000 - -0 - -0 - -General purpose FPGA slave interface 1 soft reset. On assertion of this reset, the FPGA slave interface 1 reset will be asserted. 0 - No reset. 1 - FPGA slave interface 1 reset is asserted. -
-FSSW0_FPGA_RST - -16:16 - -10000 - -0 - -0 - -General purpose FPGA slave interface 0 soft reset. On assertion of this reset, the FPGA slave interface 0 reset will be asserted. 0 - No reset. 1 - FPGA slave interface 0 reset is asserted. -
-reserved_1 - -15:14 - -c000 - -0 - -0 - -Reserved. Writes are ignored, read data is always zero. -
-FPGA_FMSW1_RST - -13:13 - -2000 - -0 - -0 - -General purpose FPGA master interface 1 soft reset. On assertion of this reset, the FPGA master interface 1 reset will be asserted. 0 - No reset. 1 - FPGA master interface 1 reset is asserted. -
-FPGA_FMSW0_RST - -12:12 - -1000 - -0 - -0 - -General purpose FPGA master interface 0 soft reset. On assertion of this reset, the FPGA master interface 0 reset will be asserted. 0 - No reset. 1 - FPGA master interface 0 reset is asserted. -
-FPGA_DMA3_RST - -11:11 - -800 - -0 - -0 - -FPGA DMA 3 peripheral request soft reset. On assertion of this reset, the FPGA DMA 3 peripheral request reset output will be asserted. 0 - No reset. 1 - FPGA DMA 3 peripheral request reset output asserted. -
-FPGA_DMA2_RST - -10:10 - -400 - -0 - -0 - -FPGA DMA 2 peripheral request soft reset. On assertion of this reset, the FPGA DMA 2 peripheral request reset output will be asserted. 0 - No reset. 1 - FPGA DMA 2 peripheral request reset output asserted. -
-FPGA_DMA1_RST - -9:9 - -200 - -0 - -0 - -FPGA DMA 1 peripheral request soft reset. On assertion of this reset, the FPGA DMA 1 peripheral request reset output will be asserted. 0 - No reset. 1 - FPGA DMA 1 peripheral request reset output asserted. -
-FPGA_DMA0_RST - -8:8 - -100 - -0 - -0 - -FPGA DMA 0 peripheral request soft reset. On assertion of this reset, the FPGA DMA 0 peripheral request reset output will be asserted. 0 - No reset. 1 - FPGA DMA 0 peripheral request reset output asserted. -
-reserved - -7:4 - -f0 - -0 - -0 - -Reserved. Writes are ignored, read data is always zero. -
-FPGA3_OUT_RST - -3:3 - -8 - -0 - -0 - -FPGA3software reset. On assertion of this reset, the FPGA 3 top level reset output will be asserted. 0 - No reset. 1 - FPGA 3 top level reset output asserted. -
-FPGA2_OUT_RST - -2:2 - -4 - -0 - -0 - -FPGA2 software reset. On assertion of this reset, the FPGA 2 top level reset output will be asserted. 0 - No reset. 1 - FPGA 2 top level reset output asserted. -
-FPGA1_OUT_RST - -1:1 - -2 - -0 - -0 - -FPGA1 software reset. On assertion of this reset, the FPGA 1 top level reset output will be asserted. 0 - No reset. 1 - FPGA 1 top level reset output asserted. -
-FPGA0_OUT_RST - -0:0 - -1 - -0 - -0 - -FPGA0 software reset. On assertion of this reset, the FPGA 0 top level reset output will be asserted. 0 - No reset. 1 - FPGA 0 top level reset output asserted. -
-FPGA_RST_CTRL@0XF8000240 - -31:0 - -ffffffff - - - -0 - -FPGA Software Reset Control -
-

-

AFI REGISTERS

-

AFI0 REGISTERS

-

AFI1 REGISTERS

-

AFI2 REGISTERS

-

AFI3 REGISTERS

-

LOCK IT BACK

-

Register ( slcr )SLCR_LOCK

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-SLCR_LOCK - -0XF8000004 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-LOCK_KEY - -15:0 - -ffff - -767b - -767b - -When write data contains the lock key value of 0x767B, the write protection mode is enabled. All registers defined in SLCR are write protected until unlocked again through the SLCR_UNLOCK register. A read of this register always returns zero. -
-SLCR_LOCK@0XF8000004 - -31:0 - -ffff - - - -767b - -SLCR Write Protection Lock -
-

- -

-

ps7_debug_1_0

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- -LAR - - -0XF8898FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
- -LAR - - -0XF8899FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
- -LAR - - -0XF8809FB0 - -32 - -WO - -0x000000 - -Lock Access Register -
-

-

ps7_debug_1_0

- - - - - - - - - -

CROSS TRIGGER CONFIGURATIONS

-

UNLOCKING CTI REGISTERS

-

Register ( slcr )LAR

-
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
- - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8898FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8898FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

Register ( slcr )LAR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8899FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8899FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

Register ( slcr )LAR

- - - - - - - - - - - - - - - - - -
-Register Name - -Address - -Width - -Type - -Reset Value - -Description -
-LAR - -0XF8809FB0 - -32 - -rw - -0x00000000 - --- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Name - -Bits - -Mask - -Value - -Shifted Value - -Description -
-KEY - -31:0 - -ffffffff - -c5acce55 - -c5acce55 - -Write Access Code. Write behavior depends on PADDRDBG31 pin: - PADDRDBG31=0 (lower 2GB): After reset (via PRESETDBGn), CTI is locked, i.e., writes to all other registers using lower 2GB addresses are ignored. To unlock, 0xC5ACCE55 must be written this register. After the required registers are written, to lock again, write a value other than 0xC5ACCE55 to this register. - PADDRDBG31=1 (upper 2GB): CTI is unlocked when upper 2GB addresses are used to write to all the registers. However, write to this register is ignored using a upper 2GB address! Note: read from this register always returns 0, regardless of PADDRDBG31. -
-LAR@0XF8809FB0 - -31:0 - -ffffffff - - - -c5acce55 - -Lock Access Register -
-

-

ENABLING CTI MODULES AND CHANNELS

-

MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS

- -

- - - - diff --git a/source/test_lower_machine/tempdsa/ps7_init.tcl b/source/test_lower_machine/tempdsa/ps7_init.tcl deleted file mode 100644 index 4bfed60..0000000 --- a/source/test_lower_machine/tempdsa/ps7_init.tcl +++ /dev/null @@ -1,643 +0,0 @@ -proc ps7_pll_init_data_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000110 0x003FFFF0 0x000FA220 - mask_write 0XF8000100 0x0007F000 0x00028000 - mask_write 0XF8000100 0x00000010 0x00000010 - mask_write 0XF8000100 0x00000001 0x00000001 - mask_write 0XF8000100 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000001 - mask_write 0XF8000100 0x00000010 0x00000000 - mask_write 0XF8000120 0x1F003F30 0x1F000200 - mask_write 0XF8000114 0x003FFFF0 0x0012C220 - mask_write 0XF8000104 0x0007F000 0x00020000 - mask_write 0XF8000104 0x00000010 0x00000010 - mask_write 0XF8000104 0x00000001 0x00000001 - mask_write 0XF8000104 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000002 - mask_write 0XF8000104 0x00000010 0x00000000 - mask_write 0XF8000124 0xFFF00003 0x0C200003 - mask_write 0XF8000118 0x003FFFF0 0x000FA240 - mask_write 0XF8000108 0x0007F000 0x00030000 - mask_write 0XF8000108 0x00000010 0x00000010 - mask_write 0XF8000108 0x00000001 0x00000001 - mask_write 0XF8000108 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000004 - mask_write 0XF8000108 0x00000010 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_clock_init_data_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000128 0x03F03F01 0x00700F01 - mask_write 0XF8000154 0x00003F33 0x00001001 - mask_write 0XF8000168 0x00003F31 0x00000801 - mask_write 0XF8000170 0x03F03F30 0x00200400 - mask_write 0XF80001C4 0x00000001 0x00000001 - mask_write 0XF800012C 0x01FFCCCD 0x015C000D - mwr -force 0XF8000004 0x0000767B -} -proc ps7_ddr_init_data_3_0 {} { - mask_write 0XF8006000 0x0001FFFF 0x00000080 - mask_write 0XF8006004 0x0007FFFF 0x00001082 - mask_write 0XF8006008 0x03FFFFFF 0x03C0780F - mask_write 0XF800600C 0x03FFFFFF 0x02001001 - mask_write 0XF8006010 0x03FFFFFF 0x00014001 - mask_write 0XF8006014 0x001FFFFF 0x0004159B - mask_write 0XF8006018 0xF7FFFFFF 0x44E458D3 - mask_write 0XF800601C 0xFFFFFFFF 0x7282BCE5 - mask_write 0XF8006020 0x7FDFFFFC 0x270872D0 - mask_write 0XF8006024 0x0FFFFFC3 0x00000000 - mask_write 0XF8006028 0x00003FFF 0x00002007 - mask_write 0XF800602C 0xFFFFFFFF 0x00000008 - mask_write 0XF8006030 0xFFFFFFFF 0x00040B30 - mask_write 0XF8006034 0x13FF3FFF 0x000116D4 - mask_write 0XF8006038 0x00000003 0x00000000 - mask_write 0XF800603C 0x000FFFFF 0x00000777 - mask_write 0XF8006040 0xFFFFFFFF 0xFFF00000 - mask_write 0XF8006044 0x0FFFFFFF 0x0FF66666 - mask_write 0XF8006048 0x0003F03F 0x0003C008 - mask_write 0XF8006050 0xFF0F8FFF 0x77010800 - mask_write 0XF8006058 0x00010000 0x00000000 - mask_write 0XF800605C 0x0000FFFF 0x00005003 - mask_write 0XF8006060 0x000017FF 0x0000003E - mask_write 0XF8006064 0x00021FE0 0x00020000 - mask_write 0XF8006068 0x03FFFFFF 0x00284141 - mask_write 0XF800606C 0x0000FFFF 0x00001610 - mask_write 0XF8006078 0x03FFFFFF 0x00466111 - mask_write 0XF800607C 0x000FFFFF 0x00032222 - mask_write 0XF80060A4 0xFFFFFFFF 0x10200802 - mask_write 0XF80060A8 0x0FFFFFFF 0x0690CB73 - mask_write 0XF80060AC 0x000001FF 0x000001FE - mask_write 0XF80060B0 0x1FFFFFFF 0x1CFFFFFF - mask_write 0XF80060B4 0x00000200 0x00000200 - mask_write 0XF80060B8 0x01FFFFFF 0x00200066 - mask_write 0XF80060C4 0x00000003 0x00000000 - mask_write 0XF80060C8 0x000000FF 0x00000000 - mask_write 0XF80060DC 0x00000001 0x00000000 - mask_write 0XF80060F0 0x0000FFFF 0x00000000 - mask_write 0XF80060F4 0x0000000F 0x00000008 - mask_write 0XF8006114 0x000000FF 0x00000000 - mask_write 0XF8006118 0x7FFFFFCF 0x40000001 - mask_write 0XF800611C 0x7FFFFFCF 0x40000001 - mask_write 0XF8006120 0x7FFFFFCF 0x40000001 - mask_write 0XF8006124 0x7FFFFFCF 0x40000001 - mask_write 0XF800612C 0x000FFFFF 0x00029000 - mask_write 0XF8006130 0x000FFFFF 0x00029000 - mask_write 0XF8006134 0x000FFFFF 0x00029000 - mask_write 0XF8006138 0x000FFFFF 0x00029000 - mask_write 0XF8006140 0x000FFFFF 0x00000035 - mask_write 0XF8006144 0x000FFFFF 0x00000035 - mask_write 0XF8006148 0x000FFFFF 0x00000035 - mask_write 0XF800614C 0x000FFFFF 0x00000035 - mask_write 0XF8006154 0x000FFFFF 0x00000080 - mask_write 0XF8006158 0x000FFFFF 0x00000080 - mask_write 0XF800615C 0x000FFFFF 0x00000080 - mask_write 0XF8006160 0x000FFFFF 0x00000080 - mask_write 0XF8006168 0x001FFFFF 0x000000F9 - mask_write 0XF800616C 0x001FFFFF 0x000000F9 - mask_write 0XF8006170 0x001FFFFF 0x000000F9 - mask_write 0XF8006174 0x001FFFFF 0x000000F9 - mask_write 0XF800617C 0x000FFFFF 0x000000C0 - mask_write 0XF8006180 0x000FFFFF 0x000000C0 - mask_write 0XF8006184 0x000FFFFF 0x000000C0 - mask_write 0XF8006188 0x000FFFFF 0x000000C0 - mask_write 0XF8006190 0x6FFFFEFE 0x00040080 - mask_write 0XF8006194 0x000FFFFF 0x0001FC82 - mask_write 0XF8006204 0xFFFFFFFF 0x00000000 - mask_write 0XF8006208 0x000703FF 0x000003FF - mask_write 0XF800620C 0x000703FF 0x000003FF - mask_write 0XF8006210 0x000703FF 0x000003FF - mask_write 0XF8006214 0x000703FF 0x000003FF - mask_write 0XF8006218 0x000F03FF 0x000003FF - mask_write 0XF800621C 0x000F03FF 0x000003FF - mask_write 0XF8006220 0x000F03FF 0x000003FF - mask_write 0XF8006224 0x000F03FF 0x000003FF - mask_write 0XF80062A8 0x00000FF5 0x00000000 - mask_write 0XF80062AC 0xFFFFFFFF 0x00000000 - mask_write 0XF80062B0 0x003FFFFF 0x00005125 - mask_write 0XF80062B4 0x0003FFFF 0x000012A8 - mask_poll 0XF8000B74 0x00002000 - mask_write 0XF8006000 0x0001FFFF 0x00000081 - mask_poll 0XF8006054 0x00000007 -} -proc ps7_mio_init_data_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B40 0x00000FFF 0x00000600 - mask_write 0XF8000B44 0x00000FFF 0x00000600 - mask_write 0XF8000B48 0x00000FFF 0x00000672 - mask_write 0XF8000B4C 0x00000FFF 0x00000672 - mask_write 0XF8000B50 0x00000FFF 0x00000674 - mask_write 0XF8000B54 0x00000FFF 0x00000674 - mask_write 0XF8000B58 0x00000FFF 0x00000600 - mask_write 0XF8000B5C 0xFFFFFFFF 0x0018C61C - mask_write 0XF8000B60 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B64 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B68 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B6C 0x00007FFF 0x00000260 - mask_write 0XF8000B70 0x00000001 0x00000001 - mask_write 0XF8000B70 0x00000021 0x00000020 - mask_write 0XF8000B70 0x07FEFFFF 0x00000823 - mask_write 0XF8000738 0x00003FFF 0x000016E1 - mask_write 0XF800073C 0x00003FFF 0x000016E0 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_peripherals_init_data_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B48 0x00000180 0x00000180 - mask_write 0XF8000B4C 0x00000180 0x00000180 - mask_write 0XF8000B50 0x00000180 0x00000180 - mask_write 0XF8000B54 0x00000180 0x00000180 - mwr -force 0XF8000004 0x0000767B - mask_write 0XE0000034 0x000000FF 0x00000006 - mask_write 0XE0000018 0x0000FFFF 0x0000007C - mask_write 0XE0000000 0x000001FF 0x00000017 - mask_write 0XE0000004 0x000003FF 0x00000020 - mask_write 0XE000D000 0x00080000 0x00080000 - mask_write 0XF8007000 0x20000000 0x00000000 -} -proc ps7_post_config_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000900 0x0000000F 0x0000000F - mask_write 0XF8000240 0xFFFFFFFF 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_debug_3_0 {} { - mwr -force 0XF8898FB0 0xC5ACCE55 - mwr -force 0XF8899FB0 0xC5ACCE55 - mwr -force 0XF8809FB0 0xC5ACCE55 -} -proc ps7_pll_init_data_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000110 0x003FFFF0 0x000FA220 - mask_write 0XF8000100 0x0007F000 0x00028000 - mask_write 0XF8000100 0x00000010 0x00000010 - mask_write 0XF8000100 0x00000001 0x00000001 - mask_write 0XF8000100 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000001 - mask_write 0XF8000100 0x00000010 0x00000000 - mask_write 0XF8000120 0x1F003F30 0x1F000200 - mask_write 0XF8000114 0x003FFFF0 0x0012C220 - mask_write 0XF8000104 0x0007F000 0x00020000 - mask_write 0XF8000104 0x00000010 0x00000010 - mask_write 0XF8000104 0x00000001 0x00000001 - mask_write 0XF8000104 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000002 - mask_write 0XF8000104 0x00000010 0x00000000 - mask_write 0XF8000124 0xFFF00003 0x0C200003 - mask_write 0XF8000118 0x003FFFF0 0x000FA240 - mask_write 0XF8000108 0x0007F000 0x00030000 - mask_write 0XF8000108 0x00000010 0x00000010 - mask_write 0XF8000108 0x00000001 0x00000001 - mask_write 0XF8000108 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000004 - mask_write 0XF8000108 0x00000010 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_clock_init_data_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000128 0x03F03F01 0x00700F01 - mask_write 0XF8000154 0x00003F33 0x00001001 - mask_write 0XF8000168 0x00003F31 0x00000801 - mask_write 0XF8000170 0x03F03F30 0x00200400 - mask_write 0XF80001C4 0x00000001 0x00000001 - mask_write 0XF800012C 0x01FFCCCD 0x015C000D - mwr -force 0XF8000004 0x0000767B -} -proc ps7_ddr_init_data_2_0 {} { - mask_write 0XF8006000 0x0001FFFF 0x00000080 - mask_write 0XF8006004 0x1FFFFFFF 0x00081082 - mask_write 0XF8006008 0x03FFFFFF 0x03C0780F - mask_write 0XF800600C 0x03FFFFFF 0x02001001 - mask_write 0XF8006010 0x03FFFFFF 0x00014001 - mask_write 0XF8006014 0x001FFFFF 0x0004159B - mask_write 0XF8006018 0xF7FFFFFF 0x44E458D3 - mask_write 0XF800601C 0xFFFFFFFF 0x7282BCE5 - mask_write 0XF8006020 0xFFFFFFFC 0x272872D0 - mask_write 0XF8006024 0x0FFFFFFF 0x0000003C - mask_write 0XF8006028 0x00003FFF 0x00002007 - mask_write 0XF800602C 0xFFFFFFFF 0x00000008 - mask_write 0XF8006030 0xFFFFFFFF 0x00040B30 - mask_write 0XF8006034 0x13FF3FFF 0x000116D4 - mask_write 0XF8006038 0x00001FC3 0x00000000 - mask_write 0XF800603C 0x000FFFFF 0x00000777 - mask_write 0XF8006040 0xFFFFFFFF 0xFFF00000 - mask_write 0XF8006044 0x0FFFFFFF 0x0FF66666 - mask_write 0XF8006048 0x3FFFFFFF 0x0003C248 - mask_write 0XF8006050 0xFF0F8FFF 0x77010800 - mask_write 0XF8006058 0x0001FFFF 0x00000101 - mask_write 0XF800605C 0x0000FFFF 0x00005003 - mask_write 0XF8006060 0x000017FF 0x0000003E - mask_write 0XF8006064 0x00021FE0 0x00020000 - mask_write 0XF8006068 0x03FFFFFF 0x00284141 - mask_write 0XF800606C 0x0000FFFF 0x00001610 - mask_write 0XF8006078 0x03FFFFFF 0x00466111 - mask_write 0XF800607C 0x000FFFFF 0x00032222 - mask_write 0XF80060A0 0x00FFFFFF 0x00008000 - mask_write 0XF80060A4 0xFFFFFFFF 0x10200802 - mask_write 0XF80060A8 0x0FFFFFFF 0x0690CB73 - mask_write 0XF80060AC 0x000001FF 0x000001FE - mask_write 0XF80060B0 0x1FFFFFFF 0x1CFFFFFF - mask_write 0XF80060B4 0x000007FF 0x00000200 - mask_write 0XF80060B8 0x01FFFFFF 0x00200066 - mask_write 0XF80060C4 0x00000003 0x00000000 - mask_write 0XF80060C8 0x000000FF 0x00000000 - mask_write 0XF80060DC 0x00000001 0x00000000 - mask_write 0XF80060F0 0x0000FFFF 0x00000000 - mask_write 0XF80060F4 0x0000000F 0x00000008 - mask_write 0XF8006114 0x000000FF 0x00000000 - mask_write 0XF8006118 0x7FFFFFFF 0x40000001 - mask_write 0XF800611C 0x7FFFFFFF 0x40000001 - mask_write 0XF8006120 0x7FFFFFFF 0x40000001 - mask_write 0XF8006124 0x7FFFFFFF 0x40000001 - mask_write 0XF800612C 0x000FFFFF 0x00029000 - mask_write 0XF8006130 0x000FFFFF 0x00029000 - mask_write 0XF8006134 0x000FFFFF 0x00029000 - mask_write 0XF8006138 0x000FFFFF 0x00029000 - mask_write 0XF8006140 0x000FFFFF 0x00000035 - mask_write 0XF8006144 0x000FFFFF 0x00000035 - mask_write 0XF8006148 0x000FFFFF 0x00000035 - mask_write 0XF800614C 0x000FFFFF 0x00000035 - mask_write 0XF8006154 0x000FFFFF 0x00000080 - mask_write 0XF8006158 0x000FFFFF 0x00000080 - mask_write 0XF800615C 0x000FFFFF 0x00000080 - mask_write 0XF8006160 0x000FFFFF 0x00000080 - mask_write 0XF8006168 0x001FFFFF 0x000000F9 - mask_write 0XF800616C 0x001FFFFF 0x000000F9 - mask_write 0XF8006170 0x001FFFFF 0x000000F9 - mask_write 0XF8006174 0x001FFFFF 0x000000F9 - mask_write 0XF800617C 0x000FFFFF 0x000000C0 - mask_write 0XF8006180 0x000FFFFF 0x000000C0 - mask_write 0XF8006184 0x000FFFFF 0x000000C0 - mask_write 0XF8006188 0x000FFFFF 0x000000C0 - mask_write 0XF8006190 0xFFFFFFFF 0x10040080 - mask_write 0XF8006194 0x000FFFFF 0x0001FC82 - mask_write 0XF8006204 0xFFFFFFFF 0x00000000 - mask_write 0XF8006208 0x000F03FF 0x000803FF - mask_write 0XF800620C 0x000F03FF 0x000803FF - mask_write 0XF8006210 0x000F03FF 0x000803FF - mask_write 0XF8006214 0x000F03FF 0x000803FF - mask_write 0XF8006218 0x000F03FF 0x000003FF - mask_write 0XF800621C 0x000F03FF 0x000003FF - mask_write 0XF8006220 0x000F03FF 0x000003FF - mask_write 0XF8006224 0x000F03FF 0x000003FF - mask_write 0XF80062A8 0x00000FF7 0x00000000 - mask_write 0XF80062AC 0xFFFFFFFF 0x00000000 - mask_write 0XF80062B0 0x003FFFFF 0x00005125 - mask_write 0XF80062B4 0x0003FFFF 0x000012A8 - mask_poll 0XF8000B74 0x00002000 - mask_write 0XF8006000 0x0001FFFF 0x00000081 - mask_poll 0XF8006054 0x00000007 -} -proc ps7_mio_init_data_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B40 0x00000FFF 0x00000600 - mask_write 0XF8000B44 0x00000FFF 0x00000600 - mask_write 0XF8000B48 0x00000FFF 0x00000672 - mask_write 0XF8000B4C 0x00000FFF 0x00000672 - mask_write 0XF8000B50 0x00000FFF 0x00000674 - mask_write 0XF8000B54 0x00000FFF 0x00000674 - mask_write 0XF8000B58 0x00000FFF 0x00000600 - mask_write 0XF8000B5C 0xFFFFFFFF 0x0018C61C - mask_write 0XF8000B60 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B64 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B68 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B6C 0x00007FFF 0x00000260 - mask_write 0XF8000B70 0x00000021 0x00000021 - mask_write 0XF8000B70 0x00000021 0x00000020 - mask_write 0XF8000B70 0x07FFFFFF 0x00000823 - mask_write 0XF8000738 0x00003FFF 0x000016E1 - mask_write 0XF800073C 0x00003FFF 0x000016E0 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_peripherals_init_data_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B48 0x00000180 0x00000180 - mask_write 0XF8000B4C 0x00000180 0x00000180 - mask_write 0XF8000B50 0x00000180 0x00000180 - mask_write 0XF8000B54 0x00000180 0x00000180 - mwr -force 0XF8000004 0x0000767B - mask_write 0XE0000034 0x000000FF 0x00000006 - mask_write 0XE0000018 0x0000FFFF 0x0000007C - mask_write 0XE0000000 0x000001FF 0x00000017 - mask_write 0XE0000004 0x00000FFF 0x00000020 - mask_write 0XE000D000 0x00080000 0x00080000 - mask_write 0XF8007000 0x20000000 0x00000000 -} -proc ps7_post_config_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000900 0x0000000F 0x0000000F - mask_write 0XF8000240 0xFFFFFFFF 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_debug_2_0 {} { - mwr -force 0XF8898FB0 0xC5ACCE55 - mwr -force 0XF8899FB0 0xC5ACCE55 - mwr -force 0XF8809FB0 0xC5ACCE55 -} -proc ps7_pll_init_data_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000110 0x003FFFF0 0x000FA220 - mask_write 0XF8000100 0x0007F000 0x00028000 - mask_write 0XF8000100 0x00000010 0x00000010 - mask_write 0XF8000100 0x00000001 0x00000001 - mask_write 0XF8000100 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000001 - mask_write 0XF8000100 0x00000010 0x00000000 - mask_write 0XF8000120 0x1F003F30 0x1F000200 - mask_write 0XF8000114 0x003FFFF0 0x0012C220 - mask_write 0XF8000104 0x0007F000 0x00020000 - mask_write 0XF8000104 0x00000010 0x00000010 - mask_write 0XF8000104 0x00000001 0x00000001 - mask_write 0XF8000104 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000002 - mask_write 0XF8000104 0x00000010 0x00000000 - mask_write 0XF8000124 0xFFF00003 0x0C200003 - mask_write 0XF8000118 0x003FFFF0 0x000FA240 - mask_write 0XF8000108 0x0007F000 0x00030000 - mask_write 0XF8000108 0x00000010 0x00000010 - mask_write 0XF8000108 0x00000001 0x00000001 - mask_write 0XF8000108 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000004 - mask_write 0XF8000108 0x00000010 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_clock_init_data_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000128 0x03F03F01 0x00700F01 - mask_write 0XF8000154 0x00003F33 0x00001001 - mask_write 0XF8000168 0x00003F31 0x00000801 - mask_write 0XF8000170 0x03F03F30 0x00200400 - mask_write 0XF80001C4 0x00000001 0x00000001 - mask_write 0XF800012C 0x01FFCCCD 0x015C000D - mwr -force 0XF8000004 0x0000767B -} -proc ps7_ddr_init_data_1_0 {} { - mask_write 0XF8006000 0x0001FFFF 0x00000080 - mask_write 0XF8006004 0x1FFFFFFF 0x00081082 - mask_write 0XF8006008 0x03FFFFFF 0x03C0780F - mask_write 0XF800600C 0x03FFFFFF 0x02001001 - mask_write 0XF8006010 0x03FFFFFF 0x00014001 - mask_write 0XF8006014 0x001FFFFF 0x0004159B - mask_write 0XF8006018 0xF7FFFFFF 0x44E458D3 - mask_write 0XF800601C 0xFFFFFFFF 0x7282BCE5 - mask_write 0XF8006020 0xFFFFFFFC 0x272872D0 - mask_write 0XF8006024 0x0FFFFFFF 0x0000003C - mask_write 0XF8006028 0x00003FFF 0x00002007 - mask_write 0XF800602C 0xFFFFFFFF 0x00000008 - mask_write 0XF8006030 0xFFFFFFFF 0x00040B30 - mask_write 0XF8006034 0x13FF3FFF 0x000116D4 - mask_write 0XF8006038 0x00001FC3 0x00000000 - mask_write 0XF800603C 0x000FFFFF 0x00000777 - mask_write 0XF8006040 0xFFFFFFFF 0xFFF00000 - mask_write 0XF8006044 0x0FFFFFFF 0x0FF66666 - mask_write 0XF8006048 0x3FFFFFFF 0x0003C248 - mask_write 0XF8006050 0xFF0F8FFF 0x77010800 - mask_write 0XF8006058 0x0001FFFF 0x00000101 - mask_write 0XF800605C 0x0000FFFF 0x00005003 - mask_write 0XF8006060 0x000017FF 0x0000003E - mask_write 0XF8006064 0x00021FE0 0x00020000 - mask_write 0XF8006068 0x03FFFFFF 0x00284141 - mask_write 0XF800606C 0x0000FFFF 0x00001610 - mask_write 0XF80060A0 0x00FFFFFF 0x00008000 - mask_write 0XF80060A4 0xFFFFFFFF 0x10200802 - mask_write 0XF80060A8 0x0FFFFFFF 0x0690CB73 - mask_write 0XF80060AC 0x000001FF 0x000001FE - mask_write 0XF80060B0 0x1FFFFFFF 0x1CFFFFFF - mask_write 0XF80060B4 0x000007FF 0x00000200 - mask_write 0XF80060B8 0x01FFFFFF 0x00200066 - mask_write 0XF80060C4 0x00000003 0x00000000 - mask_write 0XF80060C8 0x000000FF 0x00000000 - mask_write 0XF80060DC 0x00000001 0x00000000 - mask_write 0XF80060F0 0x0000FFFF 0x00000000 - mask_write 0XF80060F4 0x0000000F 0x00000008 - mask_write 0XF8006114 0x000000FF 0x00000000 - mask_write 0XF8006118 0x7FFFFFFF 0x40000001 - mask_write 0XF800611C 0x7FFFFFFF 0x40000001 - mask_write 0XF8006120 0x7FFFFFFF 0x40000001 - mask_write 0XF8006124 0x7FFFFFFF 0x40000001 - mask_write 0XF800612C 0x000FFFFF 0x00029000 - mask_write 0XF8006130 0x000FFFFF 0x00029000 - mask_write 0XF8006134 0x000FFFFF 0x00029000 - mask_write 0XF8006138 0x000FFFFF 0x00029000 - mask_write 0XF8006140 0x000FFFFF 0x00000035 - mask_write 0XF8006144 0x000FFFFF 0x00000035 - mask_write 0XF8006148 0x000FFFFF 0x00000035 - mask_write 0XF800614C 0x000FFFFF 0x00000035 - mask_write 0XF8006154 0x000FFFFF 0x00000080 - mask_write 0XF8006158 0x000FFFFF 0x00000080 - mask_write 0XF800615C 0x000FFFFF 0x00000080 - mask_write 0XF8006160 0x000FFFFF 0x00000080 - mask_write 0XF8006168 0x001FFFFF 0x000000F9 - mask_write 0XF800616C 0x001FFFFF 0x000000F9 - mask_write 0XF8006170 0x001FFFFF 0x000000F9 - mask_write 0XF8006174 0x001FFFFF 0x000000F9 - mask_write 0XF800617C 0x000FFFFF 0x000000C0 - mask_write 0XF8006180 0x000FFFFF 0x000000C0 - mask_write 0XF8006184 0x000FFFFF 0x000000C0 - mask_write 0XF8006188 0x000FFFFF 0x000000C0 - mask_write 0XF8006190 0xFFFFFFFF 0x10040080 - mask_write 0XF8006194 0x000FFFFF 0x0001FC82 - mask_write 0XF8006204 0xFFFFFFFF 0x00000000 - mask_write 0XF8006208 0x000F03FF 0x000803FF - mask_write 0XF800620C 0x000F03FF 0x000803FF - mask_write 0XF8006210 0x000F03FF 0x000803FF - mask_write 0XF8006214 0x000F03FF 0x000803FF - mask_write 0XF8006218 0x000F03FF 0x000003FF - mask_write 0XF800621C 0x000F03FF 0x000003FF - mask_write 0XF8006220 0x000F03FF 0x000003FF - mask_write 0XF8006224 0x000F03FF 0x000003FF - mask_write 0XF80062A8 0x00000FF7 0x00000000 - mask_write 0XF80062AC 0xFFFFFFFF 0x00000000 - mask_write 0XF80062B0 0x003FFFFF 0x00005125 - mask_write 0XF80062B4 0x0003FFFF 0x000012A8 - mask_poll 0XF8000B74 0x00002000 - mask_write 0XF8006000 0x0001FFFF 0x00000081 - mask_poll 0XF8006054 0x00000007 -} -proc ps7_mio_init_data_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B40 0x00000FFF 0x00000600 - mask_write 0XF8000B44 0x00000FFF 0x00000600 - mask_write 0XF8000B48 0x00000FFF 0x00000672 - mask_write 0XF8000B4C 0x00000FFF 0x00000672 - mask_write 0XF8000B50 0x00000FFF 0x00000674 - mask_write 0XF8000B54 0x00000FFF 0x00000674 - mask_write 0XF8000B58 0x00000FFF 0x00000600 - mask_write 0XF8000B5C 0xFFFFFFFF 0x0018C61C - mask_write 0XF8000B60 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B64 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B68 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B6C 0x000073FF 0x00000260 - mask_write 0XF8000B70 0x00000021 0x00000021 - mask_write 0XF8000B70 0x00000021 0x00000020 - mask_write 0XF8000B70 0x07FFFFFF 0x00000823 - mask_write 0XF8000738 0x00003FFF 0x000016E1 - mask_write 0XF800073C 0x00003FFF 0x000016E0 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_peripherals_init_data_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B48 0x00000180 0x00000180 - mask_write 0XF8000B4C 0x00000180 0x00000180 - mask_write 0XF8000B50 0x00000180 0x00000180 - mask_write 0XF8000B54 0x00000180 0x00000180 - mwr -force 0XF8000004 0x0000767B - mask_write 0XE0000034 0x000000FF 0x00000006 - mask_write 0XE0000018 0x0000FFFF 0x0000007C - mask_write 0XE0000000 0x000001FF 0x00000017 - mask_write 0XE0000004 0x00000FFF 0x00000020 - mask_write 0XE000D000 0x00080000 0x00080000 - mask_write 0XF8007000 0x20000000 0x00000000 -} -proc ps7_post_config_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000900 0x0000000F 0x0000000F - mask_write 0XF8000240 0xFFFFFFFF 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_debug_1_0 {} { - mwr -force 0XF8898FB0 0xC5ACCE55 - mwr -force 0XF8899FB0 0xC5ACCE55 - mwr -force 0XF8809FB0 0xC5ACCE55 -} -set PCW_SILICON_VER_1_0 "0x0" -set PCW_SILICON_VER_2_0 "0x1" -set PCW_SILICON_VER_3_0 "0x2" -set APU_FREQ 666666666 - - - -proc mask_poll { addr mask } { - set count 1 - set curval "0x[string range [mrd $addr] end-8 end]" - set maskedval [expr {$curval & $mask}] - while { $maskedval == 0 } { - set curval "0x[string range [mrd $addr] end-8 end]" - set maskedval [expr {$curval & $mask}] - set count [ expr { $count + 1 } ] - if { $count == 100000000 } { - puts "Timeout Reached. Mask poll failed at ADDRESS: $addr MASK: $mask" - break - } - } -} - - - -proc mask_delay { addr val } { - set delay [ get_number_of_cycles_for_delay $val ] - perf_reset_and_start_timer - set curval "0x[string range [mrd $addr] end-8 end]" - set maskedval [expr {$curval < $delay}] - while { $maskedval == 1 } { - set curval "0x[string range [mrd $addr] end-8 end]" - set maskedval [expr {$curval < $delay}] - } - perf_reset_clock -} - -proc ps_version { } { - set si_ver "0x[string range [mrd 0xF8007080] end-8 end]" - set mask_sil_ver "0x[expr {$si_ver >> 28}]" - return $mask_sil_ver; -} - -proc ps7_post_config {} { - set saved_mode [configparams force-mem-accesses] - configparams force-mem-accesses 1 - - variable PCW_SILICON_VER_1_0 - variable PCW_SILICON_VER_2_0 - variable PCW_SILICON_VER_3_0 - set sil_ver [ps_version] - - if { $sil_ver == $PCW_SILICON_VER_1_0} { - ps7_post_config_1_0 - } elseif { $sil_ver == $PCW_SILICON_VER_2_0 } { - ps7_post_config_2_0 - } else { - ps7_post_config_3_0 - } - configparams force-mem-accesses $saved_mode -} - -proc ps7_debug {} { - variable PCW_SILICON_VER_1_0 - variable PCW_SILICON_VER_2_0 - variable PCW_SILICON_VER_3_0 - set sil_ver [ps_version] - - if { $sil_ver == $PCW_SILICON_VER_1_0} { - ps7_debug_1_0 - } elseif { $sil_ver == $PCW_SILICON_VER_2_0 } { - ps7_debug_2_0 - } else { - ps7_debug_3_0 - } -} -proc ps7_init {} { - variable PCW_SILICON_VER_1_0 - variable PCW_SILICON_VER_2_0 - variable PCW_SILICON_VER_3_0 - set sil_ver [ps_version] - if { $sil_ver == $PCW_SILICON_VER_1_0} { - ps7_mio_init_data_1_0 - ps7_pll_init_data_1_0 - ps7_clock_init_data_1_0 - ps7_ddr_init_data_1_0 - ps7_peripherals_init_data_1_0 - #puts "PCW Silicon Version : 1.0" - } elseif { $sil_ver == $PCW_SILICON_VER_2_0 } { - ps7_mio_init_data_2_0 - ps7_pll_init_data_2_0 - ps7_clock_init_data_2_0 - ps7_ddr_init_data_2_0 - ps7_peripherals_init_data_2_0 - #puts "PCW Silicon Version : 2.0" - } else { - ps7_mio_init_data_3_0 - ps7_pll_init_data_3_0 - ps7_clock_init_data_3_0 - ps7_ddr_init_data_3_0 - ps7_peripherals_init_data_3_0 - #puts "PCW Silicon Version : 3.0" - } -} - - -# For delay calculation using global timer - -# start timer - proc perf_start_clock { } { - - #writing SCU_GLOBAL_TIMER_CONTROL register - - mask_write 0xF8F00208 0x00000109 0x00000009 -} - -# stop timer and reset timer count regs - proc perf_reset_clock { } { - perf_disable_clock - mask_write 0xF8F00200 0xFFFFFFFF 0x00000000 - mask_write 0xF8F00204 0xFFFFFFFF 0x00000000 -} - -# Compute mask for given delay in miliseconds -proc get_number_of_cycles_for_delay { delay } { - - # GTC is always clocked at 1/2 of the CPU frequency (CPU_3x2x) - variable APU_FREQ - return [ expr ($delay * $APU_FREQ /(2 * 1000))] -} - - -# stop timer -proc perf_disable_clock {} { - mask_write 0xF8F00208 0xFFFFFFFF 0x00000000 -} - -proc perf_reset_and_start_timer {} { - perf_reset_clock - perf_start_clock -} - - diff --git a/source/test_lower_machine/tempdsa/ps7_init_gpl.c b/source/test_lower_machine/tempdsa/ps7_init_gpl.c deleted file mode 100644 index edea888..0000000 --- a/source/test_lower_machine/tempdsa/ps7_init_gpl.c +++ /dev/null @@ -1,7463 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010-2020 -* -* This program is free software; you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation; either version 2 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License along -* with this program; if not, see -* -* -******************************************************************************/ -/****************************************************************************/ -/** -* -* @file ps7_init_gpl.c -* -* This file is automatically generated -* -*****************************************************************************/ - -#include "ps7_init_gpl.h" - -unsigned long ps7_pll_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_3_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reserved_reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x0007FFFFU ,0x00001082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_en_dfi_dram_clk_disable = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0x7FDFFFFCU ,0x270872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFC3U ,0x00000000U), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00000003U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reserved_reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reserved_reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x0003F03FU ,0x0003C008U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x00010000U ,0x00000000U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. reg_ddrc_dfi_t_ctrl_delay = 0x1 - // .. .. ==> 0XF8006078[3:0] = 0x00000001U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000001U - // .. .. reg_ddrc_dfi_t_dram_clk_disable = 0x1 - // .. .. ==> 0XF8006078[7:4] = 0x00000001U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000010U - // .. .. reg_ddrc_dfi_t_dram_clk_enable = 0x1 - // .. .. ==> 0XF8006078[11:8] = 0x00000001U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000100U - // .. .. reg_ddrc_t_cksre = 0x6 - // .. .. ==> 0XF8006078[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_t_cksrx = 0x6 - // .. .. ==> 0XF8006078[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_t_ckesr = 0x4 - // .. .. ==> 0XF8006078[25:20] = 0x00000004U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00400000U - // .. .. - EMIT_MASKWRITE(0XF8006078, 0x03FFFFFFU ,0x00466111U), - // .. .. reg_ddrc_t_ckpde = 0x2 - // .. .. ==> 0XF800607C[3:0] = 0x00000002U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000002U - // .. .. reg_ddrc_t_ckpdx = 0x2 - // .. .. ==> 0XF800607C[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. reg_ddrc_t_ckdpde = 0x2 - // .. .. ==> 0XF800607C[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_ckdpdx = 0x2 - // .. .. ==> 0XF800607C[15:12] = 0x00000002U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00002000U - // .. .. reg_ddrc_t_ckcsx = 0x3 - // .. .. ==> 0XF800607C[19:16] = 0x00000003U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00030000U - // .. .. - EMIT_MASKWRITE(0XF800607C, 0x000FFFFFU ,0x00032222U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x00000200U ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0x6FFFFEFEU ,0x00040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF5U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. reserved_SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. reserved_VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. reserved_REFIO_TEST = 0x0 - // .. ==> 0XF8000B6C[11:10] = 0x00000000U - // .. ==> MASK : 0x00000C00U VAL : 0x00000000U - // .. reserved_REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. reserved_DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. reserved_CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x00007FFFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000001U ,0x00000001U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reserved_VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reserved_VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reserved_VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reserved_VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reserved_VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[15:14] = 0x00000000U - // .. .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reserved_INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reserved_TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reserved_TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reserved_TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. reserved_TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reserved_INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FEFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x000003FFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_LVL_INP_EN_0 = 1 - // .. ==> 0XF8000900[3:3] = 0x00000001U - // .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. USER_LVL_OUT_EN_0 = 1 - // .. ==> 0XF8000900[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. USER_LVL_INP_EN_1 = 1 - // .. ==> 0XF8000900[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. USER_LVL_OUT_EN_1 = 1 - // .. ==> 0XF8000900[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. reserved_FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. reserved_FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. reserved_FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. reserved_FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. reserved_FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. reserved_FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. reserved_FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. reserved_FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. reserved_FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. .. START: AFI2 SECURE REGISTER - // .. .. FINISH: AFI2 SECURE REGISTER - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_3_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_pll_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_2_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_block = 0x1 - // .. .. ==> 0XF8006004[20:19] = 0x00000001U - // .. .. ==> MASK : 0x00180000U VAL : 0x00080000U - // .. .. reg_ddrc_diff_rank_rd_2cycle_gap = 0x0 - // .. .. ==> 0XF8006004[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_cs_bit1 = 0x0 - // .. .. ==> 0XF8006004[26:22] = 0x00000000U - // .. .. ==> MASK : 0x07C00000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_open_bank = 0x0 - // .. .. ==> 0XF8006004[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_4bank_ram = 0x0 - // .. .. ==> 0XF8006004[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x1FFFFFFFU ,0x00081082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_sdram = 0x1 - // .. .. ==> 0XF8006020[21:21] = 0x00000001U - // .. .. ==> MASK : 0x00200000U VAL : 0x00200000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_clock_stop_en = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_ddrc_loopback = 0x0 - // .. .. ==> 0XF8006020[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0xFFFFFFFCU ,0x272872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_max_rank_rd = 0xf - // .. .. ==> 0XF8006024[5:2] = 0x0000000FU - // .. .. ==> MASK : 0x0000003CU VAL : 0x0000003CU - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFFFU ,0x0000003CU), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_debug_mode = 0x0 - // .. .. ==> 0XF8006038[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_phy_wr_level_start = 0x0 - // .. .. ==> 0XF8006038[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_phy_rd_level_start = 0x0 - // .. .. ==> 0XF8006038[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_dq0_wait_t = 0x0 - // .. .. ==> 0XF8006038[12:9] = 0x00000000U - // .. .. ==> MASK : 0x00001E00U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00001FC3U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reg_ddrc_rank1_rd_odt = 0x1 - // .. .. ==> 0XF8006048[8:6] = 0x00000001U - // .. .. ==> MASK : 0x000001C0U VAL : 0x00000040U - // .. .. reg_ddrc_rank1_wr_odt = 0x1 - // .. .. ==> 0XF8006048[11:9] = 0x00000001U - // .. .. ==> MASK : 0x00000E00U VAL : 0x00000200U - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reg_ddrc_rank2_rd_odt = 0x0 - // .. .. ==> 0XF8006048[20:18] = 0x00000000U - // .. .. ==> MASK : 0x001C0000U VAL : 0x00000000U - // .. .. reg_ddrc_rank2_wr_odt = 0x0 - // .. .. ==> 0XF8006048[23:21] = 0x00000000U - // .. .. ==> MASK : 0x00E00000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_rd_odt = 0x0 - // .. .. ==> 0XF8006048[26:24] = 0x00000000U - // .. .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_wr_odt = 0x0 - // .. .. ==> 0XF8006048[29:27] = 0x00000000U - // .. .. ==> MASK : 0x38000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x3FFFFFFFU ,0x0003C248U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dll_calib_to_min_x1024 = 0x1 - // .. .. ==> 0XF8006058[7:0] = 0x00000001U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000001U - // .. .. reg_ddrc_dll_calib_to_max_x1024 = 0x1 - // .. .. ==> 0XF8006058[15:8] = 0x00000001U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000100U - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x0001FFFFU ,0x00000101U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. reg_ddrc_dfi_t_ctrl_delay = 0x1 - // .. .. ==> 0XF8006078[3:0] = 0x00000001U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000001U - // .. .. reg_ddrc_dfi_t_dram_clk_disable = 0x1 - // .. .. ==> 0XF8006078[7:4] = 0x00000001U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000010U - // .. .. reg_ddrc_dfi_t_dram_clk_enable = 0x1 - // .. .. ==> 0XF8006078[11:8] = 0x00000001U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000100U - // .. .. reg_ddrc_t_cksre = 0x6 - // .. .. ==> 0XF8006078[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_t_cksrx = 0x6 - // .. .. ==> 0XF8006078[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_t_ckesr = 0x4 - // .. .. ==> 0XF8006078[25:20] = 0x00000004U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00400000U - // .. .. - EMIT_MASKWRITE(0XF8006078, 0x03FFFFFFU ,0x00466111U), - // .. .. reg_ddrc_t_ckpde = 0x2 - // .. .. ==> 0XF800607C[3:0] = 0x00000002U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000002U - // .. .. reg_ddrc_t_ckpdx = 0x2 - // .. .. ==> 0XF800607C[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. reg_ddrc_t_ckdpde = 0x2 - // .. .. ==> 0XF800607C[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_ckdpdx = 0x2 - // .. .. ==> 0XF800607C[15:12] = 0x00000002U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00002000U - // .. .. reg_ddrc_t_ckcsx = 0x3 - // .. .. ==> 0XF800607C[19:16] = 0x00000003U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00030000U - // .. .. - EMIT_MASKWRITE(0XF800607C, 0x000FFFFFU ,0x00032222U), - // .. .. refresh_timer0_start_value_x32 = 0x0 - // .. .. ==> 0XF80060A0[11:0] = 0x00000000U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000000U - // .. .. refresh_timer1_start_value_x32 = 0x8 - // .. .. ==> 0XF80060A0[23:12] = 0x00000008U - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00008000U - // .. .. - EMIT_MASKWRITE(0XF80060A0, 0x00FFFFFFU ,0x00008000U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_2t_delay = 0x0 - // .. .. ==> 0XF80060B4[8:0] = 0x00000000U - // .. .. ==> MASK : 0x000001FFU VAL : 0x00000000U - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. reg_ddrc_dis_pre_bypass = 0x0 - // .. .. ==> 0XF80060B4[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x000007FFU ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006118[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006118[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF800611C[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF800611C[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006124[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006124[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_loopback = 0x0 - // .. .. ==> 0XF8006190[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_all_dq_mpr_rd_resp = 0x0 - // .. .. ==> 0XF8006190[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_use_rank0_delays = 0x1 - // .. .. ==> 0XF8006190[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_phy_int_lpbk = 0x0 - // .. .. ==> 0XF8006190[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0xFFFFFFFFU ,0x10040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006208[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF800620C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006210[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006214[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_per_bank_refresh = 0x0 - // .. .. ==> 0XF80062A8[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF7U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. REFIO_TEST = 0x0 - // .. ==> 0XF8000B6C[11:10] = 0x00000000U - // .. ==> MASK : 0x00000C00U VAL : 0x00000000U - // .. REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x00007FFFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000021U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[16:14] = 0x00000000U - // .. .. ==> MASK : 0x0001C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FFFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. IRMODE = 0x0 - // .. ==> 0XE0000004[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. UCLKEN = 0x0 - // .. ==> 0XE0000004[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x00000FFFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_INP_ICT_EN_0 = 3 - // .. ==> 0XF8000900[1:0] = 0x00000003U - // .. ==> MASK : 0x00000003U VAL : 0x00000003U - // .. USER_INP_ICT_EN_1 = 3 - // .. ==> 0XF8000900[3:2] = 0x00000003U - // .. ==> MASK : 0x0000000CU VAL : 0x0000000CU - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_2_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_pll_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_1_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_block = 0x1 - // .. .. ==> 0XF8006004[20:19] = 0x00000001U - // .. .. ==> MASK : 0x00180000U VAL : 0x00080000U - // .. .. reg_ddrc_diff_rank_rd_2cycle_gap = 0x0 - // .. .. ==> 0XF8006004[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_cs_bit1 = 0x0 - // .. .. ==> 0XF8006004[26:22] = 0x00000000U - // .. .. ==> MASK : 0x07C00000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_open_bank = 0x0 - // .. .. ==> 0XF8006004[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_4bank_ram = 0x0 - // .. .. ==> 0XF8006004[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x1FFFFFFFU ,0x00081082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_sdram = 0x1 - // .. .. ==> 0XF8006020[21:21] = 0x00000001U - // .. .. ==> MASK : 0x00200000U VAL : 0x00200000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_clock_stop_en = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_ddrc_loopback = 0x0 - // .. .. ==> 0XF8006020[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0xFFFFFFFCU ,0x272872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_max_rank_rd = 0xf - // .. .. ==> 0XF8006024[5:2] = 0x0000000FU - // .. .. ==> MASK : 0x0000003CU VAL : 0x0000003CU - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFFFU ,0x0000003CU), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_debug_mode = 0x0 - // .. .. ==> 0XF8006038[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_phy_wr_level_start = 0x0 - // .. .. ==> 0XF8006038[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_phy_rd_level_start = 0x0 - // .. .. ==> 0XF8006038[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_dq0_wait_t = 0x0 - // .. .. ==> 0XF8006038[12:9] = 0x00000000U - // .. .. ==> MASK : 0x00001E00U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00001FC3U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reg_ddrc_rank1_rd_odt = 0x1 - // .. .. ==> 0XF8006048[8:6] = 0x00000001U - // .. .. ==> MASK : 0x000001C0U VAL : 0x00000040U - // .. .. reg_ddrc_rank1_wr_odt = 0x1 - // .. .. ==> 0XF8006048[11:9] = 0x00000001U - // .. .. ==> MASK : 0x00000E00U VAL : 0x00000200U - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reg_ddrc_rank2_rd_odt = 0x0 - // .. .. ==> 0XF8006048[20:18] = 0x00000000U - // .. .. ==> MASK : 0x001C0000U VAL : 0x00000000U - // .. .. reg_ddrc_rank2_wr_odt = 0x0 - // .. .. ==> 0XF8006048[23:21] = 0x00000000U - // .. .. ==> MASK : 0x00E00000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_rd_odt = 0x0 - // .. .. ==> 0XF8006048[26:24] = 0x00000000U - // .. .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_wr_odt = 0x0 - // .. .. ==> 0XF8006048[29:27] = 0x00000000U - // .. .. ==> MASK : 0x38000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x3FFFFFFFU ,0x0003C248U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dll_calib_to_min_x1024 = 0x1 - // .. .. ==> 0XF8006058[7:0] = 0x00000001U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000001U - // .. .. reg_ddrc_dll_calib_to_max_x1024 = 0x1 - // .. .. ==> 0XF8006058[15:8] = 0x00000001U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000100U - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x0001FFFFU ,0x00000101U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. refresh_timer0_start_value_x32 = 0x0 - // .. .. ==> 0XF80060A0[11:0] = 0x00000000U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000000U - // .. .. refresh_timer1_start_value_x32 = 0x8 - // .. .. ==> 0XF80060A0[23:12] = 0x00000008U - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00008000U - // .. .. - EMIT_MASKWRITE(0XF80060A0, 0x00FFFFFFU ,0x00008000U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_2t_delay = 0x0 - // .. .. ==> 0XF80060B4[8:0] = 0x00000000U - // .. .. ==> MASK : 0x000001FFU VAL : 0x00000000U - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. reg_ddrc_dis_pre_bypass = 0x0 - // .. .. ==> 0XF80060B4[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x000007FFU ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006118[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006118[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF800611C[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF800611C[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006124[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006124[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_loopback = 0x0 - // .. .. ==> 0XF8006190[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_all_dq_mpr_rd_resp = 0x0 - // .. .. ==> 0XF8006190[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_use_rank0_delays = 0x1 - // .. .. ==> 0XF8006190[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_phy_int_lpbk = 0x0 - // .. .. ==> 0XF8006190[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0xFFFFFFFFU ,0x10040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006208[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF800620C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006210[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006214[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_per_bank_refresh = 0x0 - // .. .. ==> 0XF80062A8[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF7U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x000073FFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000021U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[16:14] = 0x00000000U - // .. .. ==> MASK : 0x0001C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FFFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. IRMODE = 0x0 - // .. ==> 0XE0000004[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. UCLKEN = 0x0 - // .. ==> 0XE0000004[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x00000FFFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_INP_ICT_EN_0 = 3 - // .. ==> 0XF8000900[1:0] = 0x00000003U - // .. ==> MASK : 0x00000003U VAL : 0x00000003U - // .. USER_INP_ICT_EN_1 = 3 - // .. ==> 0XF8000900[3:2] = 0x00000003U - // .. ==> MASK : 0x0000000CU VAL : 0x0000000CU - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_1_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - - -#include "xil_io.h" -#define PS7_MASK_POLL_TIME 100000000 - -char* -getPS7MessageInfo(unsigned key) { - - char* err_msg = ""; - switch (key) { - case PS7_INIT_SUCCESS: err_msg = "PS7 initialization successful"; break; - case PS7_INIT_CORRUPT: err_msg = "PS7 init Data Corrupted"; break; - case PS7_INIT_TIMEOUT: err_msg = "PS7 init mask poll timeout"; break; - case PS7_POLL_FAILED_DDR_INIT: err_msg = "Mask Poll failed for DDR Init"; break; - case PS7_POLL_FAILED_DMA: err_msg = "Mask Poll failed for PLL Init"; break; - case PS7_POLL_FAILED_PLL: err_msg = "Mask Poll failed for DMA done bit"; break; - default: err_msg = "Undefined error status"; break; - } - - return err_msg; -} - -unsigned long -ps7GetSiliconVersion () { - // Read PS version from MCTRL register [31:28] - unsigned long mask = 0xF0000000; - unsigned long *addr = (unsigned long*) 0XF8007080; - unsigned long ps_version = (*addr & mask) >> 28; - return ps_version; -} - -void mask_write (unsigned long add , unsigned long mask, unsigned long val ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - *addr = ( val & mask ) | ( *addr & ~mask); - //xil_printf("MaskWrite : 0x%x--> 0x%x \n \r" ,add, *addr); -} - - -int mask_poll(unsigned long add , unsigned long mask ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - int i = 0; - while (!(*addr & mask)) { - if (i == PS7_MASK_POLL_TIME) { - return -1; - } - i++; - } - return 1; - //xil_printf("MaskPoll : 0x%x --> 0x%x \n \r" , add, *addr); -} - -unsigned long mask_read(unsigned long add , unsigned long mask ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - unsigned long val = (*addr & mask); - //xil_printf("MaskRead : 0x%x --> 0x%x \n \r" , add, val); - return val; -} - - - -int -ps7_config(unsigned long * ps7_config_init) -{ - unsigned long *ptr = ps7_config_init; - - unsigned long opcode; // current instruction .. - unsigned long args[16]; // no opcode has so many args ... - int numargs; // number of arguments of this instruction - int j; // general purpose index - - volatile unsigned long *addr; // some variable to make code readable - unsigned long val,mask; // some variable to make code readable - - int finish = -1 ; // loop while this is negative ! - int i = 0; // Timeout variable - - while( finish < 0 ) { - numargs = ptr[0] & 0xF; - opcode = ptr[0] >> 4; - - for( j = 0 ; j < numargs ; j ++ ) - args[j] = ptr[j+1]; - ptr += numargs + 1; - - - switch ( opcode ) { - - case OPCODE_EXIT: - finish = PS7_INIT_SUCCESS; - break; - - case OPCODE_CLEAR: - addr = (unsigned long*) args[0]; - *addr = 0; - break; - - case OPCODE_WRITE: - addr = (unsigned long*) args[0]; - val = args[1]; - *addr = val; - break; - - case OPCODE_MASKWRITE: - addr = (unsigned long*) args[0]; - mask = args[1]; - val = args[2]; - *addr = ( val & mask ) | ( *addr & ~mask); - break; - - case OPCODE_MASKPOLL: - addr = (unsigned long*) args[0]; - mask = args[1]; - i = 0; - while (!(*addr & mask)) { - if (i == PS7_MASK_POLL_TIME) { - finish = PS7_INIT_TIMEOUT; - break; - } - i++; - } - break; - case OPCODE_MASKDELAY: - { - addr = (unsigned long*) args[0]; - mask = args[1]; - int delay = get_number_of_cycles_for_delay(mask); - perf_reset_and_start_timer(); - while ((*addr < delay)) { - } - } - break; - default: - finish = PS7_INIT_CORRUPT; - break; - } - } - return finish; -} - -unsigned long *ps7_mio_init_data = ps7_mio_init_data_3_0; -unsigned long *ps7_pll_init_data = ps7_pll_init_data_3_0; -unsigned long *ps7_clock_init_data = ps7_clock_init_data_3_0; -unsigned long *ps7_ddr_init_data = ps7_ddr_init_data_3_0; -unsigned long *ps7_peripherals_init_data = ps7_peripherals_init_data_3_0; - -int -ps7_post_config() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret = -1; - if (si_ver == PCW_SILICON_VERSION_1) { - ret = ps7_config (ps7_post_config_1_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else if (si_ver == PCW_SILICON_VERSION_2) { - ret = ps7_config (ps7_post_config_2_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else { - ret = ps7_config (ps7_post_config_3_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } - return PS7_INIT_SUCCESS; -} - -int -ps7_debug() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret = -1; - if (si_ver == PCW_SILICON_VERSION_1) { - ret = ps7_config (ps7_debug_1_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else if (si_ver == PCW_SILICON_VERSION_2) { - ret = ps7_config (ps7_debug_2_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else { - ret = ps7_config (ps7_debug_3_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } - return PS7_INIT_SUCCESS; -} - - -int -ps7_init() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret; - //int pcw_ver = 0; - - if (si_ver == PCW_SILICON_VERSION_1) { - ps7_mio_init_data = ps7_mio_init_data_1_0; - ps7_pll_init_data = ps7_pll_init_data_1_0; - ps7_clock_init_data = ps7_clock_init_data_1_0; - ps7_ddr_init_data = ps7_ddr_init_data_1_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_1_0; - //pcw_ver = 1; - - } else if (si_ver == PCW_SILICON_VERSION_2) { - ps7_mio_init_data = ps7_mio_init_data_2_0; - ps7_pll_init_data = ps7_pll_init_data_2_0; - ps7_clock_init_data = ps7_clock_init_data_2_0; - ps7_ddr_init_data = ps7_ddr_init_data_2_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_2_0; - //pcw_ver = 2; - - } else { - ps7_mio_init_data = ps7_mio_init_data_3_0; - ps7_pll_init_data = ps7_pll_init_data_3_0; - ps7_clock_init_data = ps7_clock_init_data_3_0; - ps7_ddr_init_data = ps7_ddr_init_data_3_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_3_0; - //pcw_ver = 3; - } - - // MIO init - ret = ps7_config (ps7_mio_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // PLL init - ret = ps7_config (ps7_pll_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // Clock init - ret = ps7_config (ps7_clock_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // DDR init - ret = ps7_config (ps7_ddr_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - - - // Peripherals init - ret = ps7_config (ps7_peripherals_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - //xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver); - return PS7_INIT_SUCCESS; -} - - - - -/* For delay calculation using global timer */ - -/* start timer */ - void perf_start_clock(void) -{ - *(volatile unsigned int*)SCU_GLOBAL_TIMER_CONTROL = ((1 << 0) | // Timer Enable - (1 << 3) | // Auto-increment - (0 << 8) // Pre-scale - ); -} - -/* stop timer and reset timer count regs */ - void perf_reset_clock(void) -{ - perf_disable_clock(); - *(volatile unsigned int*)SCU_GLOBAL_TIMER_COUNT_L32 = 0; - *(volatile unsigned int*)SCU_GLOBAL_TIMER_COUNT_U32 = 0; -} - -/* Compute mask for given delay in miliseconds*/ -int get_number_of_cycles_for_delay(unsigned int delay) -{ - // GTC is always clocked at 1/2 of the CPU frequency (CPU_3x2x) - return (APU_FREQ*delay/(2*1000)); - -} - -/* stop timer */ - void perf_disable_clock(void) -{ - *(volatile unsigned int*)SCU_GLOBAL_TIMER_CONTROL = 0; -} - -void perf_reset_and_start_timer() -{ - perf_reset_clock(); - perf_start_clock(); -} - - - - diff --git a/source/test_lower_machine/tempdsa/ps7_init_gpl.h b/source/test_lower_machine/tempdsa/ps7_init_gpl.h deleted file mode 100644 index 5ad90e2..0000000 --- a/source/test_lower_machine/tempdsa/ps7_init_gpl.h +++ /dev/null @@ -1,131 +0,0 @@ -/****************************************************************************** -* -* Copyright (C) 2010-2020 -* -* This program is free software; you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation; either version 2 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License along -* with this program; if not, see -* -* -******************************************************************************/ -/****************************************************************************/ -/** -* -* @file ps7_init_gpl.h -* -* This file can be included in FSBL code -* to get prototype of ps7_init() function -* and error codes -* -*****************************************************************************/ - - - - -#ifdef __cplusplus -extern "C" { -#endif - - -//typedef unsigned int u32; - - -/** do we need to make this name more unique ? **/ -//extern u32 ps7_init_data[]; -extern unsigned long * ps7_ddr_init_data; -extern unsigned long * ps7_mio_init_data; -extern unsigned long * ps7_pll_init_data; -extern unsigned long * ps7_clock_init_data; -extern unsigned long * ps7_peripherals_init_data; - - - -#define OPCODE_EXIT 0U -#define OPCODE_CLEAR 1U -#define OPCODE_WRITE 2U -#define OPCODE_MASKWRITE 3U -#define OPCODE_MASKPOLL 4U -#define OPCODE_MASKDELAY 5U -#define NEW_PS7_ERR_CODE 1 - -/* Encode number of arguments in last nibble */ -#define EMIT_EXIT() ( (OPCODE_EXIT << 4 ) | 0 ) -#define EMIT_CLEAR(addr) ( (OPCODE_CLEAR << 4 ) | 1 ) , addr -#define EMIT_WRITE(addr,val) ( (OPCODE_WRITE << 4 ) | 2 ) , addr, val -#define EMIT_MASKWRITE(addr,mask,val) ( (OPCODE_MASKWRITE << 4 ) | 3 ) , addr, mask, val -#define EMIT_MASKPOLL(addr,mask) ( (OPCODE_MASKPOLL << 4 ) | 2 ) , addr, mask -#define EMIT_MASKDELAY(addr,mask) ( (OPCODE_MASKDELAY << 4 ) | 2 ) , addr, mask - -/* Returns codes of PS7_Init */ -#define PS7_INIT_SUCCESS (0) // 0 is success in good old C -#define PS7_INIT_CORRUPT (1) // 1 the data is corrupted, and slcr reg are in corrupted state now -#define PS7_INIT_TIMEOUT (2) // 2 when a poll operation timed out -#define PS7_POLL_FAILED_DDR_INIT (3) // 3 when a poll operation timed out for ddr init -#define PS7_POLL_FAILED_DMA (4) // 4 when a poll operation timed out for dma done bit -#define PS7_POLL_FAILED_PLL (5) // 5 when a poll operation timed out for pll sequence init - - -/* Silicon Versions */ -#define PCW_SILICON_VERSION_1 0 -#define PCW_SILICON_VERSION_2 1 -#define PCW_SILICON_VERSION_3 2 - -/* This flag to be used by FSBL to check whether ps7_post_config() proc exixts */ -#define PS7_POST_CONFIG - -/* Freq of all peripherals */ - -#define APU_FREQ 666666687 -#define DDR_FREQ 533333374 -#define DCI_FREQ 10158730 -#define QSPI_FREQ 10000000 -#define SMC_FREQ 10000000 -#define ENET0_FREQ 10000000 -#define ENET1_FREQ 10000000 -#define USB0_FREQ 60000000 -#define USB1_FREQ 60000000 -#define SDIO_FREQ 10000000 -#define UART_FREQ 100000000 -#define SPI_FREQ 10000000 -#define I2C_FREQ 111111115 -#define WDT_FREQ 111111115 -#define TTC_FREQ 50000000 -#define CAN_FREQ 10000000 -#define PCAP_FREQ 200000000 -#define TPIU_FREQ 200000000 -#define FPGA0_FREQ 200000000 -#define FPGA1_FREQ 10000000 -#define FPGA2_FREQ 10000000 -#define FPGA3_FREQ 10000000 - - -/* For delay calculation using global registers*/ -#define SCU_GLOBAL_TIMER_COUNT_L32 0xF8F00200 -#define SCU_GLOBAL_TIMER_COUNT_U32 0xF8F00204 -#define SCU_GLOBAL_TIMER_CONTROL 0xF8F00208 -#define SCU_GLOBAL_TIMER_AUTO_INC 0xF8F00218 - -int ps7_config( unsigned long*); -int ps7_init(); -int ps7_post_config(); -int ps7_debug(); -char* getPS7MessageInfo(unsigned key); - -void perf_start_clock(void); -void perf_disable_clock(void); -void perf_reset_clock(void); -void perf_reset_and_start_timer(); -int get_number_of_cycles_for_delay(unsigned int delay); -#ifdef __cplusplus -} -#endif - diff --git a/source/test_lower_machine/tempdsa/system_wrapper.bit b/source/test_lower_machine/tempdsa/system_wrapper.bit deleted file mode 100644 index 309e119..0000000 Binary files a/source/test_lower_machine/tempdsa/system_wrapper.bit and /dev/null differ diff --git a/source/test_lower_machine/tempdsa/system_wrapper.xsa b/source/test_lower_machine/tempdsa/system_wrapper.xsa deleted file mode 100644 index 7c684f9..0000000 Binary files a/source/test_lower_machine/tempdsa/system_wrapper.xsa and /dev/null differ diff --git a/source/test_lower_machine/zynq_fsbl/Makefile b/source/test_lower_machine/zynq_fsbl/Makefile deleted file mode 100644 index fe8b0f8..0000000 --- a/source/test_lower_machine/zynq_fsbl/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Auto Generated by Xilinx generate_app. Modify at your own risk - -CC := arm-none-eabi-gcc -CC_FLAGS := -MMD -MP -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -CFLAGS := -BSP_FLAGS := -O2 -c -LN_FLAGS := -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id=none -specs=Xilinx.spec -lrsa -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group -Wl,--gc-sections - -c_SOURCES := $(wildcard *.c) -S_SOURCES := $(wildcard *.S) -s_SOURCES := $(wildcard *.s) -INCLUDES := $(wildcard *.h) -OBJS := $(patsubst %.c, %.o, $(c_SOURCES)) -OBJS += $(patsubst %.S, %.o, $(S_SOURCES)) -OBJS += $(patsubst %.s, %.o, $(s_SOURCES)) -LSCRIPT := -Tlscript.ld - -CURRENT_DIR = $(shell pwd) -DEPFILES := $(patsubst %.o, %.d, $(OBJS)) -LIBS := zynq_fsbl_bsp/ps7_cortexa9_0/lib/libxil.a -EXEC := fsbl.elf - -INCLUDEPATH := -Izynq_fsbl_bsp/ps7_cortexa9_0/include -I. -LIBPATH := -Lzynq_fsbl_bsp/ps7_cortexa9_0/lib -L./ - -all: $(EXEC) - -$(EXEC): $(LIBS) $(OBJS) $(INCLUDES) - $(CC) -o $@ $(sort $(OBJS)) $(CC_FLAGS) $(CFLAGS) $(LN_FLAGS) $(LIBPATH) $(LSCRIPT) - -$(LIBS): - $(MAKE) -C zynq_fsbl_bsp - -%.o:%.c - $(CC) $(CFLAGS) $(BSP_FLAGS) $(CC_FLAGS) -c $< -o $@ $(INCLUDEPATH) - -%.o:%.S - $(CC) $(CFLAGS) $(BSP_FLAGS) $(CC_FLAGS) -c $< -o $@ $(INCLUDEPATH) - -%.o:%.s - $(CC) $(CFLAGS) $(BSP_FLAGS) $(CC_FLAGS) -c $< -o $@ $(INCLUDEPATH) - -clean: - rm -rf $(OBJS) $(LIBS) $(EXEC) *.o - --include $(DEPFILES) diff --git a/source/test_lower_machine/zynq_fsbl/Xilinx.spec b/source/test_lower_machine/zynq_fsbl/Xilinx.spec deleted file mode 100644 index 8eea377..0000000 --- a/source/test_lower_machine/zynq_fsbl/Xilinx.spec +++ /dev/null @@ -1,2 +0,0 @@ -*startfile: -crti%O%s crtbegin%O%s diff --git a/source/test_lower_machine/zynq_fsbl/fsbl.h b/source/test_lower_machine/zynq_fsbl/fsbl.h deleted file mode 100644 index 7cbfe44..0000000 --- a/source/test_lower_machine/zynq_fsbl/fsbl.h +++ /dev/null @@ -1,537 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file fsbl.h -* -* Contains the function prototypes, defines and macros for the -* First Stage Boot Loader (FSBL) functionality -* -*

-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a	jz	03/04/11	Initial release
-* 2.00a	mb 	06/06/12	Removed the qspi define, will be picked from
-*						xparameters.h file
-* 3.00a np/mb 08/08/12	Added the error codes for the FSBL hook errors.
-* 						Added the debug levels
-* 4.00a sgd 02/28/13	Removed DDR initialization check
-*                       Removed DDR ECC initialization code
-*						Modified hand off address check to 1MB
-*						Added RSA authentication support
-*						Removed LPBK_DLY_ADJ register setting code as we use
-* 					 	divisor 8
-*						Removed check for Fabric is already initialized
-*
-* 						CR's fixed and description
-* 						689026:	FSBL doesn't hold PL resets active during
-* 						bit download
-* 						Resolution: PL resets are released just before
-* 						handoff
-*
-* 						689077:	FSBL hangs at Handoff clearing the
-* 						TX UART buffer
-*						Resolution: STDOUT_BASEADDRESS macro value changes
-*						based UART select, hence used STDOUT_BASEADDRESS
-*						as UART base address
-*
-* 						695578: FSBL failed to load standalone application
-* 						in secure bootmode
-*               		Resolution: Application will be placed at load address
-*               		instead of DDR temporary address
-*
-*               		699475: FSBL functionality is broken and its
-*               		not able to boot in QSPI/NAND bootmode
-*               		Resolution: New flags are added DevCfg driver
-*               		for handling loopback
-*               		XDCFG_CONCURRENT_NONSEC_READ_WRITE
-*                       XDCFG_CONCURRENT_SECURE_READ_WRITE
-*
-*               		683145: Define stack area for FIQ, UNDEF modes
-*               		in linker file
-*               		Resolution: FSBL linker modified to create stack area
-*               		for FIQ, UNDEF
-*                       
-*                       705664: FSBL fails to decrypt the bitstream when 
-*                       the image is AES encrypted using non-zero key value
-*                       Resolution: Fabric cleaning will not be done
-*                       for AES-E-Fuse encryption
-*                       
-*                       Watchdog disabled for AES E-Fuse encryption
-*
-* 5.00a sgd 05/17/13    Fallback support for E-Fuse encryption
-*                       Added QSPI Flash Size > 128Mbit support
-* 					    QSPI Dual Stack support
-* 					    Added Md5 checksum support
-*
-*                       CR's fixed and description
-*                       692045	FSBL: Linker script of FSBL has PHDR workaround,
-* 					    this needs to be fixed
-* 					    Resolution: Removed PHDR from Linker file
-*                       
-*                       704287	FSBL: fsbl.h file has a few error codes that 
-*                       are not used by FSBL, that needs to be removed
-*                       Resolution: Removed unused error codes
-*
-*                       704379	FSBL: Check if DDR is in proper state before
-*                       handoff
-* 					    Resolution: Added DDR initialization check
-* 					                           
-*                       709077	If FSBL_DEBUG and FSBL_DEBUG_INFO are defined, 
-*                       the debug level is FSBL_DEBUG only.
-*                       
-*                       710128 FSBL: Linux boot failing without load attribute
-*                       set for Linux partitions in BIF
-*                       Resolution: FSBL will load partitions with valid load
-*                       address and stop loading if any invalid load address
-*
-*                       708728 Issues seen while making HP interconnect
-*                       32 bit wide
-*                       Resolution: ps7_post_config function generated by PCW
-*                       will be called after Bit stream download
-*                       Added MMC support
-* 6.00a	kc	07/31/2013	CR's fixed and description
-* 						724166 FSBL doesn’t use PPK authenticated by Boot ROM
-* 						 for authenticating the Partition images
-* 						Resolution: FSBL now uses the PPK left by Boot ROM in
-* 						OCM for authencating the SPK
-*
-* 						724165 Partition Header used by FSBL is not
-* 						authenticated
-* 						Resolution: FSBL now authenticates the partition header
-*
-* 						691150 ps7_init does not check for peripheral
-* 						initialization failures or timeout on polls
-* 						Resolution: Return value of ps7_init() is now checked
-* 						by FSBL and prints the error string
-*
-* 						708316  PS7_init.tcl file should have Error mechanism
-* 						for all mask_poll
-* 						Resolution: Return value of ps7_init() is now checked
-* 						by FSBL and prints the error string
-*
-* 						732062 FSBL fails to build if UART not available
-* 						Resolution: Added define to call xil_printf only
-* 						if uart is defined
-*
-* 						722979 Provide customer-friendly changelogs in FSBL
-* 						Resolution: Added CR description for all the files
-*
-* 						732865 Backward compatibility for ps7_init function
-*						Resolution: Added a new define for ps7_init success
-*						and value is defined based on ps7_init define
-*
-*						Fix for CR#739711 - FSBL not able to read Large
-*						QSPI (512M) in IO Mode
-*						Resolution: Modified the address calculation
-*						algorithm in dual parallel mode for QSPI
-*
-* 7.00a kc  10/18/13    Integrated SD/MMC driver
-*			10/23/13	Support for armcc compiler added
-*						741003 FSBL has to check the HMAC error status after 
-*						decryption
-*						Resolution: Added code for checking the error status 
-*						after PCAP completion
-*						739968 FSBL should do the QSPI config settings for 
-*						Dual parallel configuration in IO mode
-*						Resolution: Added QSPI config settings in qspi.c
-*						724620 FSBL: How to handle PCAP_MODE after bitstream 
-*						configuration.
-*						Resolution: PCAP_MODE and PCAP_PR bits are now cleared  
-* 						after PCAP transfer completion
-*						726178 In the 14.6 FSBL function FabricInit() PROG_B 
-*						is kept active for 5mS.
-*						Resolution: PROG_B is now kept active for 5ms only in case 
-*						if efuse is the aes key source.
-*						755245 FSBL does not load partition if eMMC has only 
-*						one partition
-*						Resolution: Changed the if condition for MMC
-*			12/04/13    764382 FSBL: How to handle PCAP_MODE after bitstream 
-*						configuration
-*						Resolution: Reverted back the changes of 724620. PCAP_MODE
-*						and PCAP_PR bits are not changed
-* 8.00a kc  01/16/13    767798 Fsbl MD5 Checksum failiure for encrypted images
-* 						Resolution: For checksum enabled partitions, total 
-*						total partition image length is copied now.
-*						761895 FSBL should authenticate image only if
-*						partition owner was not set to u-boot
-*						Resolution: Partition owner check added in 
-*						image_mover.c
-* 			02/20/14	775631 - FSBL: FsblGetGlobalTimer() is not proper
-*						Resolution: Function argument is updated from value
-*						to pointer to reflect updated value
-* 9.00a kc  04/16/14	773866 - SetPpk() will fail on secure fallback
-*						unless FSBL* and FSBL are identical in length
-*						Resolution: PPK is set only once now.
-*						785778 - FSBL takes 8 seconds to
-* 						authenticate (RSA) a bitstream on zc706
-* 						Resolution: Data Caches are enabled only for
-* 						authentication.
-* 						791245 - Use of xilrsa in fsbl
-* 						Resolution: Rsa library is removed from fsbl source
-* 						and xilrsa is used from BSP
-* 10.00a kc 07/15/14	804595 Zynq FSBL - Issues with
-* 						fallback image offset handling using MD5
-* 						Resolution: Updated the checksum offset to add with
-* 						image base address
-* 						782309 Fallback support for AES
-* 						encryption with E-Fuse - Enhancement
-* 						Resolution: Same as 773866
-* 						809336 Minor code cleanup
-* 						Resolution Minor code changes
-*        kc 08/27/14	820356 - FSBL compilation fails with IAR compiler
-* 						Resolution: Change of __asm__ to __asm
-* 11.00a kv 10/08/14	826030 - FSBL:LinearBootDeviceFlag is not initialized
-*						in IO mode case.Due to which the variable is
-*						remaining in unknown state.
-*						Resolution: LinearBootDeviceFlag is initialized 0
-*						in main.c
-* 12.00a ssc 12/11/14	839182 - FSBL -In the file sd.c, f_mount is called with
-*                       two arguments but f_mount is expecting the 3 arguments
-*                       from build 2015.1_1210_1, causing compilation error.
-*						Resolution: Arguments for f_mount in InitSD() are
-*						changed as per new signature.
-* 13.00a ssc 04/10/15	846899 - FSBL -In the file pcap.c, to clear DMA done
-*                       count, devcfg.INT_STS register is written to, which is
-*                       not correct.
-*                       Resolution: Corresponding fields in the devcfg.STATUS
-*                       register are written to, for clearing DMA done count.
-* 14.00a gan 01/13/16   869081 -(2016.1)FSBL -In qspi.c, FSBL picks the qspi
-*						read command from LQSPI_CFG register instead of hard
-*		   				coded read command (0x6B).
-* 15.00a gan 07/21/16   953654 -(2016.3)FSBL -In pcap.c/pcap.h/main.c,
-* 						Fabric Initialization sequence is modified to check
-* 						the PL power before sequence starts and checking INIT_B
-* 						reset status twice in case of failure.
-* 16.00a gan 08/02/16   Fix for CR# 955897 -(2016.3)FSBL -
-* 						In pcap.c, check pl power through MCTRL register
-* 						for 3.0 and later versions of silicon.
-* 17.00a bsv 27/03/18	Fix for CR# 996973  Add code under JTAG_ENABLE_LEVEL_SHIFTERS macro
-* 						to enable level shifters in jtag boot mode.
-* 18.00a ka  10/29/18   Fix for CR# 1006294 Added macro for FORCE_USE_AES_EXCLUDE
-*
-* 
-* -*
-* -* @note -* -* Flags in FSBL -* -* FSBL_PERF -* -* This Flag can be set at compilation time. This flag is set for -* measuring the performance of FSBL.That is the time taken to execute is -* measured.when this flag is set.Execution time with reference to -* global timer is taken here -* -* Total Execution time is the time taken for executing FSBL till handoff -* to any application . -* If there is a bitstream in the partition header then the -* execution time includes the copying of the bitstream to DDR -* (in case of SD/NAND bootmode) -* and programming the devcfg dma is accounted. -* -* FSBL provides two debug levels -* DEBUG GENERAL - fsbl_printf under this category will appear only when the -* FSBL_DEBUG flag is set during compilation -* DEBUG_INFO - fsbl_printf under this category will appear when the -* FSBL_DEBUG_INFO flag is set during compilation -* For a more detailed output log can be used. -* FSBL_DEBUG_RSA - Define this macro to print more detailed values used in -* RSA functions -* These macros are input to the fsbl_printf function -* -* DEBUG LEVELS -* FSBL_DEBUG level is level 1, when this flag is set all the fsbl_prints -* that are with the DEBUG_GENERAL argument are shown -* FSBL_DEBUG_INFO is level 2, when this flag is set during the -* compilation , the fsbl_printf with DEBUG_INFO will appear on the com port -* -* DEFAULT LEVEL -* By default no print messages will appear. -* -* NON_PS_INSTANTIATED_BITSTREAM -* -* FSBL will not enable the level shifters for a NON PS instantiated -* Bitstream.This flag can be set during compilation for a NON PS instantiated -* bitstream -* -* ECC_ENABLE -* This flag will be defined in the ps7_init.h file when ECC is enabled -* in the DDR configuration (XPS GUI) -* -* RSA_SUPPORT -* This flag is used to enable authentication feature -* Default this macro disabled, reason to avoid increase in code size -* -* MMC_SUPPORT -* This flag is used to enable MMC support feature -* -* JTAG_ENABLE_LEVEL_SHIFTERS -* FSBL will not enable the level shifters for jtag boot mode. This flag can be -* set during compilation for jtag boot mode to enable level shifters. -* -* FORCE_USE_AES_EXCLUDE -* Defining this flag will exclude the feature, forcing every partition to be -* encrypted when EFUSE_SEC_EN bit is set. -* This flag can be set/unset during compilation. -* By default this flag is unset/undefined which enables the above feature -* Note : Changing the default behaviour is not recommended from -* Security perspective. -* -*******************************************************************************/ -#ifndef XIL_FSBL_H -#define XIL_FSBL_H - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_io.h" -#include "xparameters.h" -#include "xpseudo_asm.h" -#include "xil_printf.h" -#include "pcap.h" -#include "fsbl_debug.h" -#include "ps7_init.h" -#ifdef FSBL_PERF -#include "xtime_l.h" -#include -#endif - - -/************************** Constant Definitions *****************************/ -/* - * SDK release version - */ -#define SDK_RELEASE_YEAR 2021 -#define SDK_RELEASE_QUARTER 2 - -#define WORD_LENGTH_SHIFT 2 - -/* - * On a Successful handoff to an application FSBL sets this SUCCESS code - */ -#define SUCCESSFUL_HANDOFF 0x1 /* Successful Handoff */ - -/* - * Backward compatibility for ps7_init - */ -#ifdef NEW_PS7_ERR_CODE -#define FSBL_PS7_INIT_SUCCESS PS7_INIT_SUCCESS -#else -#define FSBL_PS7_INIT_SUCCESS (1) -#endif - -/* - * ERROR CODES - * The following are the Error codes that FSBL uses - * If the Debug prints are enabled only then the error codes will be - * seen on the com port.Without the debug prints enabled no error codes will - * be visible.There are not saved in any register - * Boot Mode States used for error and status output - * Error codes are defined below - */ -#define ILLEGAL_BOOT_MODE 0xA000 /**< Illegal boot mode */ -#define ILLEGAL_RETURN 0xA001 /**< Illegal return */ -#define PCAP_INIT_FAIL 0xA002 /**< Pcap driver Init Failed */ -#define DECRYPTION_FAIL 0xA003 /**< Decryption Failed */ -#define BITSTREAM_DOWNLOAD_FAIL 0xA004 /**< Bitstream download fail */ -#define DMA_TRANSFER_FAIL 0xA005 /**< DMA Transfer Fail */ -#define INVALID_FLASH_ADDRESS 0xA006 /**< Invalid Flash Address */ -#define DDR_INIT_FAIL 0xA007 /**< DDR Init Fail */ -#define NO_DDR 0xA008 /**< DDR missing */ -#define SD_INIT_FAIL 0xA009 /**< SD Init fail */ -#define NAND_INIT_FAIL 0xA00A /**< Nand Init Fail */ -#define PARTITION_MOVE_FAIL 0xA00B /**< Partition move fail */ -#define AUTHENTICATION_FAIL 0xA00C /**< Authentication fail */ -#define INVALID_HEADER_FAIL 0xA00D /**< Invalid header fail */ -#define GET_HEADER_INFO_FAIL 0xA00E /**< Get header fail */ -#define INVALID_LOAD_ADDRESS_FAIL 0xA00F /**< Invalid load address fail */ -#define PARTITION_CHECKSUM_FAIL 0xA010 /**< Partition checksum fail */ -#define RSA_SUPPORT_NOT_ENABLED_FAIL 0xA011 /**< RSA not enabled fail */ -#define PS7_INIT_FAIL 0xA012 /**< ps7 Init Fail */ -#define PARTITION_LOAD_FAIL 0xA013 /**< Partition load fail*/ -/* - * FSBL Exception error codes - */ -#define EXCEPTION_ID_UNDEFINED_INT 0xA301 /**< Undefined INT Exception */ -#define EXCEPTION_ID_SWI_INT 0xA302 /**< SWI INT Exception */ -#define EXCEPTION_ID_PREFETCH_ABORT_INT 0xA303 /**< Prefetch Abort xception */ -#define EXCEPTION_ID_DATA_ABORT_INT 0xA304 /**< Data Abort Exception */ -#define EXCEPTION_ID_IRQ_INT 0xA305 /**< IRQ Exception Occurred */ -#define EXCEPTION_ID_FIQ_INT 0xA306 /**< FIQ Exception Occurred */ - -/* - * FSBL hook routine failures - */ -#define FSBL_HANDOFF_HOOK_FAIL 0xA401 /**< FSBL handoff hook failed */ -#define FSBL_BEFORE_BSTREAM_HOOK_FAIL 0xA402 /**< FSBL before bit stream - download hook failed */ -#define FSBL_AFTER_BSTREAM_HOOK_FAIL 0xA403 /**< FSBL after bitstream - download hook failed */ - -/* - * Watchdog related Error codes - */ -#define WDT_RESET_OCCURED 0xA501 /**< WDT Reset happened in FSBL */ -#define WDT_INIT_FAIL 0xA502 /**< WDT driver INIT failed */ - -/* - * SLCR Registers - */ -#define PS_RST_CTRL_REG (XPS_SYS_CTRL_BASEADDR + 0x200) -#define FPGA_RESET_REG (XPS_SYS_CTRL_BASEADDR + 0x240) -#define RESET_REASON_REG (XPS_SYS_CTRL_BASEADDR + 0x250) -#define RESET_REASON_CLR (XPS_SYS_CTRL_BASEADDR + 0x254) -#define REBOOT_STATUS_REG (XPS_SYS_CTRL_BASEADDR + 0x258) -#define BOOT_MODE_REG (XPS_SYS_CTRL_BASEADDR + 0x25C) -#define PS_LVL_SHFTR_EN (XPS_SYS_CTRL_BASEADDR + 0x900) - -/* - * Efuse Status Register - */ -#define EFUSE_STATUS_REG (0xF800D010) /**< Efuse Status Register */ -#define EFUSE_STATUS_RSA_ENABLE_MASK (0x400) /**< Status of RSA enable */ - -/* - * PS reset control register define - */ -#define PS_RST_MASK 0x1 /**< PS software reset */ - -/* - * SLCR BOOT Mode Register defines - */ -#define BOOT_MODES_MASK 0x00000007 /**< FLASH types */ - -/* - * Boot Modes - */ -#define JTAG_MODE 0x00000000 /**< JTAG Boot Mode */ -#define QSPI_MODE 0x00000001 /**< QSPI Boot Mode */ -#define NOR_FLASH_MODE 0x00000002 /**< NOR Boot Mode */ -#define NAND_FLASH_MODE 0x00000004 /**< NAND Boot Mode */ -#define SD_MODE 0x00000005 /**< SD Boot Mode */ -#define MMC_MODE 0x00000006 /**< MMC Boot Device */ - -#define RESET_REASON_SRST 0x00000020 /**< Reason for reset is SRST */ -#define RESET_REASON_SWDT 0x00000001 /**< Reason for reset is SWDT */ - -/* - * Golden image offset - */ -#define GOLDEN_IMAGE_OFFSET 0x8000 - -/* - * Silicon Version - */ -#define SILICON_VERSION_1 0 -#define SILICON_VERSION_2 1 -#define SILICON_VERSION_3 2 -#define SILICON_VERSION_3_1 3 - -/* - * DDR start address for storing the data temporarily(1M) - * Need to finalize correct logic - */ -#ifdef XPAR_PS7_DDR_0_S_AXI_BASEADDR -#define DDR_START_ADDR XPAR_PS7_DDR_0_S_AXI_BASEADDR -#define DDR_END_ADDR XPAR_PS7_DDR_0_S_AXI_HIGHADDR -#else -/* - * In case of PL DDR, this macros defined based PL DDR address - */ -#define DDR_START_ADDR 0x00 -#define DDR_END_ADDR 0x00 -#endif - -#define DDR_TEMP_START_ADDR DDR_START_ADDR -/* - * DDR test pattern - */ -#define DDR_TEST_PATTERN 0xAA55AA55 -#define DDR_TEST_OFFSET 0x100000 -/* - * - */ -#define QSPI_DUAL_FLASH_SIZE 0x2000000; /*32MB*/ -#define QSPI_SINGLE_FLASH_SIZE 0x1000000; /*16MB*/ -#define NAND_FLASH_SIZE 0x8000000; /*128MB*/ -#define NOR_FLASH_SIZE 0x2000000; /*32MB*/ -#define LQSPI_CFG_OFFSET 0xA0 -#define LQSPI_CFG_DUAL_FLASH_MASK 0x40000000 - -/* - * These are the SLCR lock and unlock macros - */ -#define SlcrUnlock() Xil_Out32(XPS_SYS_CTRL_BASEADDR + 0x08, 0xDF0DDF0D) -#define SlcrLock() Xil_Out32(XPS_SYS_CTRL_BASEADDR + 0x04, 0x767B767B) - -#define IMAGE_HEADER_CHECKSUM_COUNT 10 - -/* Boot ROM Image defines */ -#define IMAGE_WIDTH_CHECK_OFFSET (0x020) /**< 0xaa995566 Width Detection word */ -#define IMAGE_IDENT_OFFSET (0x024) /**< 0x584C4E58 "XLNX" */ -#define IMAGE_ENC_FLAG_OFFSET (0x028) /**< 0xA5C3C5A3 */ -#define IMAGE_USR_DEF_OFFSET (0x02C) /**< undefined could be used as */ -#define IMAGE_SOURCE_ADDR_OFFSET (0x030) /**< start address of image */ -#define IMAGE_BYTE_LEN_OFFSET (0x034) /**< length of image> in bytes */ -#define IMAGE_DEST_ADDR_OFFSET (0x038) /**< destination address in OCM */ -#define IMAGE_EXECUTE_ADDR_OFFSET (0x03c) /**< address to start executing at */ -#define IMAGE_TOT_BYTE_LEN_OFFSET (0x040) /**< total length of image in bytes */ -#define IMAGE_QSPI_CFG_WORD_OFFSET (0x044) /**< QSPI configuration data */ -#define IMAGE_CHECKSUM_OFFSET (0x048) /**< Header Checksum offset */ -#define IMAGE_IDENT (0x584C4E58) /**< XLNX pattern */ - -/* Reboot status register defines: - * 0xF0000000 for FSBL fallback mask to notify Boot Rom - * 0x60000000 for FSBL to mark that FSBL has not handoff yet - * 0x00FFFFFF for user application to use across soft reset - */ -#define FSBL_FAIL_MASK 0xF0000000 -#define FSBL_IN_MASK 0x60000000 - -/* The address that holds the base address for the image Boot ROM found */ -#define BASEADDR_HOLDER 0xFFFFFFF8 - -/**************************** Type Definitions *******************************/ - -/************************** Function Prototypes ******************************/ - -void OutputStatus(u32 State); -void FsblFallback(void); - -int FsblSetNextPartition(int Num); -void *(memcpy_rom)(void * s1, const void * s2, u32 n); -char *strcpy_rom(char *Dest, const char *Src); - -void ClearFSBLIn(void); -void MarkFSBLIn(void); -void FsblHandoff(u32 FsblStartAddr); -u32 GetResetReason(void); - -#ifdef FSBL_PERF -void FsblGetGlobalTime (XTime * tCur); -void FsblMeasurePerfTime (XTime tCur, XTime tEnd); -#endif -void GetSiliconVersion(void); -void FsblHandoffExit(u32 FsblStartAddr); -void FsblHandoffJtagExit(); -/************************** Variable Definitions *****************************/ -extern int SkipPartition; - -/***************** Macros (Inline Functions) Definitions *********************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/fsbl_debug.h b/source/test_lower_machine/zynq_fsbl/fsbl_debug.h deleted file mode 100644 index a114aec..0000000 --- a/source/test_lower_machine/zynq_fsbl/fsbl_debug.h +++ /dev/null @@ -1,56 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file fsbl_debug.h -* -* This file contains the debug verbose information for FSBL print functionality -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 3.00a mb	01/09/12 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -#ifndef _FSBL_DEBUG_H -#define _FSBL_DEBUG_H - -#ifdef __cplusplus -extern "C" { -#endif - - -#define DEBUG_GENERAL 0x00000001 /* general debug messages */ -#define DEBUG_INFO 0x00000002 /* More debug information */ - -#if defined (FSBL_DEBUG_INFO) -#define fsbl_dbg_current_types ((DEBUG_INFO) | (DEBUG_GENERAL)) -#elif defined (FSBL_DEBUG) -#define fsbl_dbg_current_types (DEBUG_GENERAL) -#else -#define fsbl_dbg_current_types 0 -#endif - -#ifdef STDOUT_BASEADDRESS -#define fsbl_printf(type,...) \ - if (((type) & fsbl_dbg_current_types)) {xil_printf (__VA_ARGS__); } -#else -#define fsbl_printf(type, ...) -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* _FSBL_DEBUG_H */ diff --git a/source/test_lower_machine/zynq_fsbl/fsbl_handoff.S b/source/test_lower_machine/zynq_fsbl/fsbl_handoff.S deleted file mode 100644 index 822dc3a..0000000 --- a/source/test_lower_machine/zynq_fsbl/fsbl_handoff.S +++ /dev/null @@ -1,195 +0,0 @@ -#ifdef __GNUC__ -/****************************************************************************** -* -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* -* @file handoff.S -* -* Contains the code that does the handoff to the loaded application. This -* code lives high in the ROM. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date.word	Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a ecm	03/01/10 Initial release
-* 7.00a kc	10/23/13 Added support for armcc compiler
-* 
-* -* @note -* Assumes that the starting address of the FSBL is provided by the calling routine -* in R0. -* -******************************************************************************/ - -.globl FsblHandoffJtagExit - -.globl FsblHandoffExit - -.section .handoff,"axS" - -/***************************** Include Files *********************************/ - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -FsblHandoffJtagExit: - mcr 15,0,r0,cr7,cr5,0 /* Invalidate Instruction cache */ - mcr 15,0,r0,cr7,cr5,6 /* Invalidate branch predictor array */ - - dsb - isb /* make sure it completes */ - - ldr r4, =0 - mcr 15,0,r4,cr1,cr0,0 /* disable the ICache and MMU */ - - isb /* make sure it completes */ -Loop: - wfe - b Loop - -FsblHandoffExit: - mov lr, r0 /* move the destination address into link register */ - - mcr 15,0,r0,cr7,cr5,0 /* Invalidate Instruction cache */ - mcr 15,0,r0,cr7,cr5,6 /* Invalidate branch predictor array */ - - dsb - isb /* make sure it completes */ - - ldr r4, =0 - mcr 15,0,r4,cr1,cr0,0 /* disable the ICache and MMU */ - - isb /* make sure it completes */ - - - bx lr /* force the switch, destination should have been in r0 */ - -.Ldone: b .Ldone /* Paranoia: we should never get here */ -.end - -#elif defined (__IASMARM__) - - PUBLIC FsblHandoffJtagExit - - PUBLIC FsblHandoffExit - - SECTION .handoff:CODE:NOROOT(2) - -/***************************** Include Files *********************************/ - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -FsblHandoffJtagExit - mcr p15,0,r0,c7,c5,0 ;/* Invalidate Instruction cache */ - mcr p15,0,r0,c7,c5,6 ;/* Invalidate branch predictor array */ - - dsb - isb ;/* make sure it completes */ - - ldr r4, =0 - mcr p15,0,r4,c1,c0,0 ;/* disable the ICache and MMU */ - - isb ;/* make sure it completes */ -Loop - wfe - b Loop - -FsblHandoffExit - mov lr, r0 ;/* move the destination address into link register */ - - mcr p15,0,r0,c7,c5,0 ;/* Invalidate Instruction cache */ - mcr p15,0,r0,c7,c5,6 ;/* Invalidate branch predictor array */ - - dsb - isb ;/* make sure it completes */ - - ldr r4, =0 - mcr p15,0,r4,c1,c0,0 ;/* disable the ICache and MMU */ - - isb ;/* make sure it completes */ - - - bx lr ;/* force the switch, destination should have been in r0 */ - -.Ldone - b .Ldone ;/* Paranoia: we should never get here */ - - END - - -#else - EXPORT FsblHandoffJtagExit - - EXPORT FsblHandoffExit - - AREA |.handoff|,CODE - -;/***************************** Include Files *********************************/ - -;/************************** Constant Definitions *****************************/ - -;/**************************** Type Definitions *******************************/ - -;/***************** Macros (Inline Functions) Definitions *********************/ - -;/************************** Function Prototypes ******************************/ - -;/************************** Variable Definitions *****************************/ - - -FsblHandoffJtagExit - mcr p15,0,r0,c7,c5,0 ;/* Invalidate Instruction cache */ - mcr p15,0,r0,c7,c5,6 ;/* Invalidate branch predictor array */ - - dsb - isb ;/* make sure it completes */ - - ldr r4, =0 - mcr p15,0,r4,c1,c0,0 ;/* disable the ICache and MMU */ - - isb ;/* make sure it completes */ -Loop - wfe - b Loop - -FsblHandoffExit - mov lr, r0 ;/* move the destination address into link register */ - - mcr p15,0,r0,c7,c5,0 ;/* Invalidate Instruction cache */ - mcr p15,0,r0,c7,c5,6 ;/* Invalidate branch predictor array */ - - dsb - isb ;/* make sure it completes */ - - ldr r4, =0 - mcr p15,0,r4,c1,c0,0 ;/* disable the ICache and MMU */ - - isb ;/* make sure it completes */ - - - bx lr ;/* force the switch, destination should have been in r0 */ - -Ldone b Ldone ;/* Paranoia: we should never get here */ - END -#endif diff --git a/source/test_lower_machine/zynq_fsbl/fsbl_hooks.c b/source/test_lower_machine/zynq_fsbl/fsbl_hooks.c deleted file mode 100644 index c1014e5..0000000 --- a/source/test_lower_machine/zynq_fsbl/fsbl_hooks.c +++ /dev/null @@ -1,138 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/***************************************************************************** -* -* @file fsbl_hooks.c -* -* This file provides functions that serve as user hooks. The user can add the -* additional functionality required into these routines. This would help retain -* the normal FSBL flow unchanged. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date        Changes
-* ----- ---- -------- -------------------------------------------------------
-* 3.00a np   08/03/12 Initial release
-* 
-* -* @note -* -******************************************************************************/ - - -#include "fsbl.h" -#include "xstatus.h" -#include "fsbl_hooks.h" - -/************************** Variable Definitions *****************************/ - - -/************************** Function Prototypes ******************************/ - - -/****************************************************************************** -* This function is the hook which will be called before the bitstream download. -* The user can add all the customized code required to be executed before the -* bitstream download to this routine. -* -* @param None -* -* @return -* - XST_SUCCESS to indicate success -* - XST_FAILURE.to indicate failure -* -****************************************************************************/ -u32 FsblHookBeforeBitstreamDload(void) -{ - u32 Status; - - Status = XST_SUCCESS; - - /* - * User logic to be added here. Errors to be stored in the status variable - * and returned - */ - fsbl_printf(DEBUG_INFO,"In FsblHookBeforeBitstreamDload function \r\n"); - - return (Status); -} - -/****************************************************************************** -* This function is the hook which will be called after the bitstream download. -* The user can add all the customized code required to be executed after the -* bitstream download to this routine. -* -* @param None -* -* @return -* - XST_SUCCESS to indicate success -* - XST_FAILURE.to indicate failure -* -****************************************************************************/ -u32 FsblHookAfterBitstreamDload(void) -{ - u32 Status; - - Status = XST_SUCCESS; - - /* - * User logic to be added here. - * Errors to be stored in the status variable and returned - */ - fsbl_printf(DEBUG_INFO, "In FsblHookAfterBitstreamDload function \r\n"); - - return (Status); -} - -/****************************************************************************** -* This function is the hook which will be called before the FSBL does a handoff -* to the application. The user can add all the customized code required to be -* executed before the handoff to this routine. -* -* @param None -* -* @return -* - XST_SUCCESS to indicate success -* - XST_FAILURE.to indicate failure -* -****************************************************************************/ -u32 FsblHookBeforeHandoff(void) -{ - u32 Status; - - Status = XST_SUCCESS; - - /* - * User logic to be added here. - * Errors to be stored in the status variable and returned - */ - fsbl_printf(DEBUG_INFO,"In FsblHookBeforeHandoff function \r\n"); - - return (Status); -} - - -/****************************************************************************** -* This function is the hook which will be called in case FSBL fall back -* -* @param None -* -* @return None -* -****************************************************************************/ -void FsblHookFallback(void) -{ - /* - * User logic to be added here. - * Errors to be stored in the status variable and returned - */ - fsbl_printf(DEBUG_INFO,"In FsblHookFallback function \r\n"); - while(1); -} - - diff --git a/source/test_lower_machine/zynq_fsbl/fsbl_hooks.h b/source/test_lower_machine/zynq_fsbl/fsbl_hooks.h deleted file mode 100644 index 9490084..0000000 --- a/source/test_lower_machine/zynq_fsbl/fsbl_hooks.h +++ /dev/null @@ -1,55 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file fsbl_hooks.h -* -* Contains the function prototypes, defines and macros required by fsbl_hooks.c -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 3.00a	np/mb	10/08/12	Initial release
-*				Corrected the prototype
-*
-* 
-* -* @note -* -******************************************************************************/ -#ifndef FSBL_HOOKS_H_ -#define FSBL_HOOKS_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "fsbl.h" - - -/************************** Function Prototypes ******************************/ - -/* FSBL hook function which is called before bitstream download */ -u32 FsblHookBeforeBitstreamDload(void); - -/* FSBL hook function which is called after bitstream download */ -u32 FsblHookAfterBitstreamDload(void); - -/* FSBL hook function which is called before handoff to the application */ -u32 FsblHookBeforeHandoff(void); - -/* FSBL hook function which is called in FSBL fallback */ -void FsblHookFallback(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/image_mover.c b/source/test_lower_machine/zynq_fsbl/image_mover.c deleted file mode 100644 index 568a76b..0000000 --- a/source/test_lower_machine/zynq_fsbl/image_mover.c +++ /dev/null @@ -1,1326 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file image_mover.c -* -* Move partitions to either DDR to execute or to program FPGA. -* It performs partition walk. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a jz	05/24/11	Initial release
-* 2.00a jz	06/30/11	Updated partition header defs for 64-byte
-*			 			alignment change in data2mem tool
-* 2.00a mb	05/25/12	Updated for standalone based bsp FSBL
-* 			 			Nand/SD encryption and review comments
-* 3.00a np	08/30/12	Added FSBL user hook calls
-* 						(before and after bitstream download.)
-* 4.00a sgd	02/28/13	Fix for CR#691148 Secure bootmode error in devcfg test
-*						Fix for CR#695578 FSBL failed to load standalone 
-*						application in secure bootmode
-*
-* 4.00a sgd	04/23/13	Fix for CR#710128 FSBL failed to load standalone 
-*						application in secure bootmode
-* 5.00a kc	07/30/13	Fix for CR#724165 Partition Header used by FSBL 
-*						is not authenticated
-* 						Fix for CR#724166 FSBL doesn�t use PPK authenticated 
-*						by Boot ROM for authenticating the Partition images 
-* 						Fix for CR#732062 FSBL fails to build if UART not 
-*						available 
-* 7.00a kc  10/30/13    Fix for CR#755245 FSBL does not load partition
-*                       if eMMC has only one partition
-* 8.00a kc  01/16/13    Fix for CR#767798  FSBL MD5 Checksum failure
-* 						for encrypted images
-*						Fix for CR#761895 FSBL should authenticate image
-*						only if partition owner was not set to u-boot
-* 9.00a kc  04/16/14    Fix for CR#785778  FSBL takes 8 seconds to 
-* 						authenticate (RSA) a bitstream on zc706
-* 10.00a kc 07/15/14	Fix for CR#804595 Zynq FSBL - Issues with
-* 						fallback image offset handling using MD5
-* 						Fix for PR#782309 Fallback support for AES
-* 						encryption with E-Fuse - Enhancement
-* 11.00a ka 10/12/18    Fix for CR#1006294 Zynq FSBL - Zynq FSBL does not check
-* 						USE_AES_ONLY eFuse
-*
-* 
-* -* @note -* A partition is either an executable or a bitstream to program FPGA -* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#include "fsbl.h" -#include "image_mover.h" -#include "xil_printf.h" -#include "xreg_cortexa9.h" -#include "pcap.h" -#include "fsbl_hooks.h" -#include "md5.h" - -#ifdef XPAR_XWDTPS_0_BASEADDR -#include "xwdtps.h" -#endif - -#ifdef RSA_SUPPORT -#include "rsa.h" -#include "xil_cache.h" -#endif -/************************** Constant Definitions *****************************/ - -/* We are 32-bit machine */ -#define MAXIMUM_IMAGE_WORD_LEN 0x40000000 -#define MD5_CHECKSUM_SIZE 16 - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ -u32 ValidateParition(u32 StartAddr, u32 Length, u32 ChecksumOffset); -u32 GetPartitionChecksum(u32 ChecksumOffset, u8 *Checksum); -u32 CalcPartitionChecksum(u32 SourceAddr, u32 DataLength, u8 *Checksum); - -/************************** Variable Definitions *****************************/ -/* - * Partition information flags - */ -u8 EncryptedPartitionFlag; -u8 PLPartitionFlag; -u8 PSPartitionFlag; -u8 SignedPartitionFlag; -u8 PartitionChecksumFlag; -u8 BitstreamFlag; -u8 ApplicationFlag; - -u32 ExecutionAddress; -ImageMoverType MoveImage; - -/* - * Header array - */ -PartHeader PartitionHeader[MAX_PARTITION_NUMBER]; -u32 PartitionCount; -u32 FsblLength; - -#ifdef XPAR_XWDTPS_0_BASEADDR -extern XWdtPs Watchdog; /* Instance of WatchDog Timer */ -#endif - -extern u32 Silicon_Version; -extern u32 FlashReadBaseAddress; -extern u8 LinearBootDeviceFlag; -extern XDcfg *DcfgInstPtr; - -/*****************************************************************************/ -/** -* -* This function -* -* @param -* -* @return -* -* -* @note None -* -****************************************************************************/ -u32 LoadBootImage(void) -{ - u32 RebootStatusRegister = 0; - u32 MultiBootReg = 0; - u32 ImageStartAddress = 0; - u32 PartitionNum; - u32 PartitionDataLength; - u32 PartitionImageLength; - u32 PartitionTotalSize; - u32 PartitionExecAddr; - u32 PartitionAttr; - u32 ExecAddress = 0; - u32 PartitionLoadAddr; - u32 PartitionStartAddr; - u32 PartitionChecksumOffset; - u8 ExecAddrFlag = 0 ; - u32 Status; - PartHeader *HeaderPtr; - u32 EfuseStatusRegValue; -#ifdef RSA_SUPPORT - u32 HeaderSize; -#endif -#ifndef FORCE_USE_AES_EXCLUDE - u32 EncOnly; -#endif - /* - * Resetting the Flags - */ - BitstreamFlag = 0; - ApplicationFlag = 0; - - RebootStatusRegister = Xil_In32(REBOOT_STATUS_REG); - fsbl_printf(DEBUG_INFO, - "Reboot status register: 0x%08lx\r\n",RebootStatusRegister); - - if (Silicon_Version == SILICON_VERSION_1) { - /* - * Clear out fallback mask from previous run - * We start from the first partition again - */ - if ((RebootStatusRegister & FSBL_FAIL_MASK) == - FSBL_FAIL_MASK) { - fsbl_printf(DEBUG_INFO, - "Reboot status shows previous run falls back\r\n"); - RebootStatusRegister &= ~(FSBL_FAIL_MASK); - Xil_Out32(REBOOT_STATUS_REG, RebootStatusRegister); - } - - /* - * Read the image start address - */ - ImageStartAddress = *(u32 *)BASEADDR_HOLDER; - } else { - /* - * read the multiboot register - */ - MultiBootReg = XDcfg_ReadReg(DcfgInstPtr->Config.BaseAddr, - XDCFG_MULTIBOOT_ADDR_OFFSET); - - fsbl_printf(DEBUG_INFO,"Multiboot Register: 0x%08lx\r\n",MultiBootReg); - - /* - * Compute the image start address - */ - ImageStartAddress = (MultiBootReg & PCAP_MBOOT_REG_REBOOT_OFFSET_MASK) - * GOLDEN_IMAGE_OFFSET; - } - - fsbl_printf(DEBUG_INFO,"Image Start Address: 0x%08lx\r\n",ImageStartAddress); - - /* - * Get partitions header information - */ - Status = GetPartitionHeaderInfo(ImageStartAddress); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, "Partition Header Load Failed\r\n"); - OutputStatus(GET_HEADER_INFO_FAIL); - FsblFallback(); - } - - /* - * RSA is not implemented in 1.0 and 2.0 - * silicon - */ - if ((Silicon_Version != SILICON_VERSION_1) && - (Silicon_Version != SILICON_VERSION_2)) { - /* - * Read Efuse Status Register - */ - EfuseStatusRegValue = Xil_In32(EFUSE_STATUS_REG); - if (EfuseStatusRegValue & EFUSE_STATUS_RSA_ENABLE_MASK) { - fsbl_printf(DEBUG_GENERAL,"RSA enabled for Chip\r\n"); -#ifdef RSA_SUPPORT - /* - * Set the Ppk - */ - SetPpk(); - - /* - * Read partition header with signature - */ - Status = GetImageHeaderAndSignature(ImageStartAddress, - (u32 *)DDR_TEMP_START_ADDR); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, - "Read Partition Header signature Failed\r\n"); - OutputStatus(GET_HEADER_INFO_FAIL); - FsblFallback(); - } - HeaderSize=TOTAL_HEADER_SIZE+RSA_SIGNATURE_SIZE; - - Status = AuthenticatePartition((u8 *)DDR_TEMP_START_ADDR, HeaderSize); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, - "Partition Header signature Failed\r\n"); - OutputStatus(GET_HEADER_INFO_FAIL); - FsblFallback(); - } -#else - /* - * In case user not enabled RSA authentication feature - */ - fsbl_printf(DEBUG_GENERAL,"RSA_SUPPORT_NOT_ENABLED_FAIL\r\n"); - OutputStatus(RSA_SUPPORT_NOT_ENABLED_FAIL); - FsblFallback(); -#endif - } - } - -#ifdef MMC_SUPPORT - /* - * In case of MMC support - * boot image preset in MMC will not have FSBL partition - */ - PartitionNum = 0; -#else - /* - * First partition header was ignored by FSBL - * As it contain FSBL partition information - */ - PartitionNum = 1; -#endif - - while (PartitionNum < PartitionCount) { - - fsbl_printf(DEBUG_INFO, "Partition Number: %lu\r\n", PartitionNum); - - HeaderPtr = &PartitionHeader[PartitionNum]; - - /* - * Print partition header information - */ - HeaderDump(HeaderPtr); - - /* - * Validate partition header - */ - Status = ValidateHeader(HeaderPtr); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, "INVALID_HEADER_FAIL\r\n"); - OutputStatus(INVALID_HEADER_FAIL); - FsblFallback(); - } - - /* - * Load partition header information in to local variables - */ - PartitionDataLength = HeaderPtr->DataWordLen; - PartitionImageLength = HeaderPtr->ImageWordLen; - PartitionExecAddr = HeaderPtr->ExecAddr; - PartitionAttr = HeaderPtr->PartitionAttr; - PartitionLoadAddr = HeaderPtr->LoadAddr; - PartitionChecksumOffset = HeaderPtr->CheckSumOffset; - PartitionStartAddr = HeaderPtr->PartitionStart; - PartitionTotalSize = HeaderPtr->PartitionWordLen; - - /* - * Partition owner should be FSBL to validate the partition - */ - if ((PartitionAttr & ATTRIBUTE_PARTITION_OWNER_MASK) != - ATTRIBUTE_PARTITION_OWNER_FSBL) { - /* - * if FSBL is not the owner of partition, - * skip this partition, continue with next partition - */ - fsbl_printf(DEBUG_INFO, "Skipping partition %0lx\r\n", - PartitionNum); - /* - * Increment partition number - */ - PartitionNum++; - continue; - } - - if (PartitionAttr & ATTRIBUTE_PL_IMAGE_MASK) { - fsbl_printf(DEBUG_INFO, "Bitstream\r\n"); - PLPartitionFlag = 1; - PSPartitionFlag = 0; - BitstreamFlag = 1; - if (ApplicationFlag == 1) { -#ifdef STDOUT_BASEADDRESS - xil_printf("\r\nFSBL Warning !!!" - "Bitstream not loaded into PL\r\n"); - xil_printf("Partition order invalid\r\n"); -#endif - break; - } - } - - if (PartitionAttr & ATTRIBUTE_PS_IMAGE_MASK) { - fsbl_printf(DEBUG_INFO, "Application\r\n"); - PSPartitionFlag = 1; - PLPartitionFlag = 0; - ApplicationFlag = 1; - } - - /* - * Encrypted partition will have different value - * for Image length and data length - */ - if (PartitionDataLength != PartitionImageLength) { - fsbl_printf(DEBUG_INFO, "Encrypted\r\n"); - EncryptedPartitionFlag = 1; - } else { - EncryptedPartitionFlag = 0; - } - -#ifndef FORCE_USE_AES_EXCLUDE - EncOnly = XDcfg_ReadReg(DcfgInstPtr->Config.BaseAddr, - XDCFG_STATUS_OFFSET) & - XDCFG_STATUS_EFUSE_SEC_EN_MASK; - if ((EncOnly != 0) && - (EncryptedPartitionFlag == 0)) { - fsbl_printf(DEBUG_GENERAL,"EFUSE_SEC_EN bit is set," - " Encryption is mandatory\r\n"); - OutputStatus(PARTITION_LOAD_FAIL); - FsblFallback(); - } -#endif - /* - * Check for partition checksum check - */ - if (PartitionAttr & ATTRIBUTE_CHECKSUM_TYPE_MASK) { - PartitionChecksumFlag = 1; - } else { - PartitionChecksumFlag = 0; - } - - /* - * RSA signature check - */ - if (PartitionAttr & ATTRIBUTE_RSA_PRESENT_MASK) { - fsbl_printf(DEBUG_INFO, "RSA Signed\r\n"); - SignedPartitionFlag = 1; - } else { - SignedPartitionFlag = 0; - } - - /* - * Load address check - * Loop will break when PS load address zero and partition is - * un-signed or un-encrypted - */ - if ((PSPartitionFlag == 1) && (PartitionLoadAddr < DDR_START_ADDR)) { - if ((PartitionLoadAddr == 0) && - (!((SignedPartitionFlag == 1) || - (EncryptedPartitionFlag == 1)))) { - break; - } else { - fsbl_printf(DEBUG_GENERAL, - "INVALID_LOAD_ADDRESS_FAIL\r\n"); - OutputStatus(INVALID_LOAD_ADDRESS_FAIL); - FsblFallback(); - } - } - - if (PSPartitionFlag && (PartitionLoadAddr > DDR_END_ADDR)) { - fsbl_printf(DEBUG_GENERAL, - "INVALID_LOAD_ADDRESS_FAIL\r\n"); - OutputStatus(INVALID_LOAD_ADDRESS_FAIL); - FsblFallback(); - } - - /* - * Load execution address of first PS partition - */ - if (PSPartitionFlag && (!ExecAddrFlag)) { - ExecAddrFlag++; - ExecAddress = PartitionExecAddr; - } - - /* - * FSBL user hook call before bitstream download - */ - if (PLPartitionFlag) { - Status = FsblHookBeforeBitstreamDload(); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"FSBL_BEFORE_BSTREAM_HOOK_FAIL\r\n"); - OutputStatus(FSBL_BEFORE_BSTREAM_HOOK_FAIL); - FsblFallback(); - } - } - - /* - * Move partitions from boot device - */ - Status = PartitionMove(ImageStartAddress, HeaderPtr); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"PARTITION_MOVE_FAIL\r\n"); - OutputStatus(PARTITION_MOVE_FAIL); - FsblFallback(); - } - - if ((SignedPartitionFlag) || (PartitionChecksumFlag)) { - if(PLPartitionFlag) { - /* - * PL partition loaded in to DDR temporary address - * for authentication and checksum verification - */ - PartitionStartAddr = DDR_TEMP_START_ADDR; - } else { - PartitionStartAddr = PartitionLoadAddr; - } - - if (PartitionChecksumFlag) { - /* - * Validate the partition data with checksum - */ - Status = ValidateParition(PartitionStartAddr, - (PartitionTotalSize << WORD_LENGTH_SHIFT), - ImageStartAddress + - (PartitionChecksumOffset << WORD_LENGTH_SHIFT)); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"PARTITION_CHECKSUM_FAIL\r\n"); - OutputStatus(PARTITION_CHECKSUM_FAIL); - FsblFallback(); - } - - fsbl_printf(DEBUG_INFO, "Partition Validation Done\r\n"); - } - - /* - * Authentication Partition - */ - if (SignedPartitionFlag == 1 ) { -#ifdef RSA_SUPPORT - Xil_DCacheEnable(); - Status = AuthenticatePartition((u8*)PartitionStartAddr, - (PartitionTotalSize << WORD_LENGTH_SHIFT)); - if (Status != XST_SUCCESS) { - Xil_DCacheFlush(); - Xil_DCacheDisable(); - fsbl_printf(DEBUG_GENERAL,"AUTHENTICATION_FAIL\r\n"); - OutputStatus(AUTHENTICATION_FAIL); - FsblFallback(); - } - fsbl_printf(DEBUG_INFO,"Authentication Done\r\n"); - Xil_DCacheFlush(); - Xil_DCacheDisable(); -#else - /* - * In case user not enabled RSA authentication feature - */ - fsbl_printf(DEBUG_GENERAL,"RSA_SUPPORT_NOT_ENABLED_FAIL\r\n"); - OutputStatus(RSA_SUPPORT_NOT_ENABLED_FAIL); - FsblFallback(); -#endif - } - - /* - * Decrypt PS partition - */ - if (EncryptedPartitionFlag && PSPartitionFlag) { - Status = DecryptPartition(PartitionStartAddr, - PartitionDataLength, - PartitionImageLength); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"DECRYPTION_FAIL\r\n"); - OutputStatus(DECRYPTION_FAIL); - FsblFallback(); - } - } - - /* - * Load Signed PL partition in Fabric - */ - if (PLPartitionFlag) { - Status = PcapLoadPartition((u32*)PartitionStartAddr, - (u32*)PartitionLoadAddr, - PartitionImageLength, - PartitionDataLength, - EncryptedPartitionFlag); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"BITSTREAM_DOWNLOAD_FAIL\r\n"); - OutputStatus(BITSTREAM_DOWNLOAD_FAIL); - FsblFallback(); - } - } - } - - - /* - * FSBL user hook call after bitstream download - */ - if (PLPartitionFlag) { - Status = FsblHookAfterBitstreamDload(); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"FSBL_AFTER_BSTREAM_HOOK_FAIL\r\n"); - OutputStatus(FSBL_AFTER_BSTREAM_HOOK_FAIL); - FsblFallback(); - } - } - /* - * Increment partition number - */ - PartitionNum++; - } - - return ExecAddress; -} - -/*****************************************************************************/ -/** -* -* This function loads all partition header information in global array -* -* @param ImageAddress is the start address of the image -* -* @return - XST_SUCCESS if Get partition Header information successful -* - XST_FAILURE if Get Partition Header information failed -* -* @note None -* -****************************************************************************/ -u32 GetPartitionHeaderInfo(u32 ImageBaseAddress) -{ - u32 PartitionHeaderOffset; - u32 Status; - - - /* - * Get the length of the FSBL from BootHeader - */ - Status = GetFsblLength(ImageBaseAddress, &FsblLength); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, "Get Header Start Address Failed\r\n"); - return XST_FAILURE; - } - - /* - * Get the start address of the partition header table - */ - Status = GetPartitionHeaderStartAddr(ImageBaseAddress, - &PartitionHeaderOffset); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, "Get Header Start Address Failed\r\n"); - return XST_FAILURE; - } - - /* - * Header offset on flash - */ - PartitionHeaderOffset += ImageBaseAddress; - - fsbl_printf(DEBUG_INFO,"Partition Header Offset:0x%08lx\r\n", - PartitionHeaderOffset); - - /* - * Load all partitions header data in to global variable - */ - Status = LoadPartitionsHeaderInfo(PartitionHeaderOffset, - &PartitionHeader[0]); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, "Header Information Load Failed\r\n"); - return XST_FAILURE; - } - - /* - * Get partitions count from partitions header information - */ - PartitionCount = GetPartitionCount(&PartitionHeader[0]); - - fsbl_printf(DEBUG_INFO, "Partition Count: %lu\r\n", PartitionCount); - - /* - * Partition Count check - */ - if (PartitionCount >= MAX_PARTITION_NUMBER) { - fsbl_printf(DEBUG_GENERAL, "Invalid Partition Count\r\n"); - return XST_FAILURE; -#ifndef MMC_SUPPORT - } else if (PartitionCount <= 1) { - fsbl_printf(DEBUG_GENERAL, "There is no partition to load\r\n"); - return XST_FAILURE; -#endif - } - - return XST_SUCCESS; -} - - -/*****************************************************************************/ -/** -* -* This function goes to the partition header of the specified partition -* -* @param ImageAddress is the start address of the image -* -* @return Offset Partition header address of the image -* -* @return - XST_SUCCESS if Get Partition Header start address successful -* - XST_FAILURE if Get Partition Header start address failed -* -* @note None -* -****************************************************************************/ -u32 GetPartitionHeaderStartAddr(u32 ImageAddress, u32 *Offset) -{ - u32 Status; - - Status = MoveImage(ImageAddress + IMAGE_PHDR_OFFSET, (u32)Offset, 4); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"Move Image failed\r\n"); - return XST_FAILURE; - } - - return XST_SUCCESS; -} - -/*****************************************************************************/ -/** -* -* This function goes to the partition header of the specified partition -* -* @param ImageAddress is the start address of the image -* -* @return Offset to Image header table address of the image -* -* @return - XST_SUCCESS if Get Partition Header start address successful -* - XST_FAILURE if Get Partition Header start address failed -* -* @note None -* -****************************************************************************/ -u32 GetImageHeaderStartAddr(u32 ImageAddress, u32 *Offset) -{ - u32 Status; - - Status = MoveImage(ImageAddress + IMAGE_HDR_OFFSET, (u32)Offset, 4); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"Move Image failed\r\n"); - return XST_FAILURE; - } - - return XST_SUCCESS; -} -/*****************************************************************************/ -/** -* -* This function gets the length of the FSBL -* -* @param ImageAddress is the start address of the image -* -* @return FsblLength is the length of the fsbl -* -* @return - XST_SUCCESS if fsbl length reading is successful -* - XST_FAILURE if fsbl length reading failed -* -* @note None -* -****************************************************************************/ -u32 GetFsblLength(u32 ImageAddress, u32 *FsblLength) -{ - u32 Status; - - Status = MoveImage(ImageAddress + IMAGE_TOT_BYTE_LEN_OFFSET, - (u32)FsblLength, 4); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"Move Image failed reading FsblLength\r\n"); - return XST_FAILURE; - } - - return XST_SUCCESS; -} - -#ifdef RSA_SUPPORT -/*****************************************************************************/ -/** -* -* This function goes to read the image headers and its signature. Image -* header consists of image header table, image headers, partition -* headers -* -* @param ImageBaseAddress is the start address of the image header -* -* @return Offset Partition header address of the image -* -* @return - XST_SUCCESS if Get Partition Header start address successful -* - XST_FAILURE if Get Partition Header start address failed -* -* @note None -* -****************************************************************************/ -u32 GetImageHeaderAndSignature(u32 ImageBaseAddress, u32 *Offset) -{ - u32 Status; - u32 ImageHeaderOffset; - - /* - * Get the start address of the partition header table - */ - Status = GetImageHeaderStartAddr(ImageBaseAddress, &ImageHeaderOffset); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, "Get Header Start Address Failed\r\n"); - return XST_FAILURE; - } - - Status = MoveImage(ImageBaseAddress+ImageHeaderOffset, (u32)Offset, - TOTAL_HEADER_SIZE + RSA_SIGNATURE_SIZE); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"Move Image failed\r\n"); - return XST_FAILURE; - } - - return XST_SUCCESS; -} -#endif -/*****************************************************************************/ -/** -* -* This function get the header information of the all the partitions and load into -* global array -* -* @param PartHeaderOffset Offset address where the header information present -* -* @param Header Partition header pointer -* -* @return - XST_SUCCESS if Load Partitions Header information successful -* - XST_FAILURE if Load Partitions Header information failed -* -* @note None -* -****************************************************************************/ -u32 LoadPartitionsHeaderInfo(u32 PartHeaderOffset, PartHeader *Header) -{ - u32 Status; - - Status = MoveImage(PartHeaderOffset, (u32)Header, sizeof(PartHeader)*MAX_PARTITION_NUMBER); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"Move Image failed\r\n"); - return XST_FAILURE; - } - - return XST_SUCCESS; -} - - -/*****************************************************************************/ -/** -* -* This function dumps the partition header. -* -* @param Header Partition header pointer -* -* @return None -* -* @note None -* -******************************************************************************/ -void HeaderDump(PartHeader *Header) -{ - fsbl_printf(DEBUG_INFO, "Header Dump\r\n"); - fsbl_printf(DEBUG_INFO, "Image Word Len: 0x%08lx\r\n", - Header->ImageWordLen); - fsbl_printf(DEBUG_INFO, "Data Word Len: 0x%08lx\r\n", - Header->DataWordLen); - fsbl_printf(DEBUG_INFO, "Partition Word Len:0x%08lx\r\n", - Header->PartitionWordLen); - fsbl_printf(DEBUG_INFO, "Load Addr: 0x%08lx\r\n", - Header->LoadAddr); - fsbl_printf(DEBUG_INFO, "Exec Addr: 0x%08lx\r\n", - Header->ExecAddr); - fsbl_printf(DEBUG_INFO, "Partition Start: 0x%08lx\r\n", - Header->PartitionStart); - fsbl_printf(DEBUG_INFO, "Partition Attr: 0x%08lx\r\n", - Header->PartitionAttr); - fsbl_printf(DEBUG_INFO, "Partition Checksum Offset: 0x%08lx\r\n", - Header->CheckSumOffset); - fsbl_printf(DEBUG_INFO, "Section Count: 0x%08lx\r\n", - Header->SectionCount); - fsbl_printf(DEBUG_INFO, "Checksum: 0x%08lx\r\n", - Header->CheckSum); -} - - -/******************************************************************************/ -/** -* -* This function calculates the partitions count from header information -* -* @param Header Partition header pointer -* -* @return Count Partition count -* -* @note None -* -*******************************************************************************/ -u32 GetPartitionCount(PartHeader *Header) -{ - u32 Count=0; - struct HeaderArray *Hap; - - for(Count = 0; Count < MAX_PARTITION_NUMBER; Count++) { - Hap = (struct HeaderArray *)&Header[Count]; - if(IsLastPartition(Hap)!=XST_FAILURE) - break; - } - - return Count; -} - -/******************************************************************************/ -/** -* This function check whether the current partition is the end of partitions -* -* The partition is the end of the partitions if it looks like this: -* 0x00000000 -* 0x00000000 -* .... -* 0x00000000 -* 0x00000000 -* 0xFFFFFFFF -* -* @param H is a pointer to struct HeaderArray -* -* @return -* - XST_SUCCESS if it is the last partition -* - XST_FAILURE if it is not last partition -* -****************************************************************************/ -u32 IsLastPartition(struct HeaderArray *H) -{ - int Index; - - if (H->Fields[PARTITION_HDR_CHECKSUM_WORD_COUNT] != 0xFFFFFFFF) { - return XST_FAILURE; - } - - for (Index = 0; Index < PARTITION_HDR_WORD_COUNT - 1; Index++) { - - if (H->Fields[Index] != 0x0) { - return XST_FAILURE; - } - } - - return XST_SUCCESS; -} - - -/******************************************************************************/ -/** -* -* This function validates the partition header. -* -* @param Header Partition header pointer -* -* @return -* - XST_FAILURE if bad header. -* - XST_SUCCESS if successful. -* -* @note None -* -*******************************************************************************/ -u32 ValidateHeader(PartHeader *Header) -{ - struct HeaderArray *Hap; - - Hap = (struct HeaderArray *)Header; - - /* - * If there are no partitions to load, fail - */ - if (IsEmptyHeader(Hap) == XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, "IMAGE_HAS_NO_PARTITIONS\r\n"); - return XST_FAILURE; - } - - /* - * Validate partition header checksum - */ - if (ValidatePartitionHeaderChecksum(Hap) != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, "PARTITION_HEADER_CORRUPTION\r\n"); - return XST_FAILURE; - } - - /* - * Validate partition data size - */ - if (Header->ImageWordLen > MAXIMUM_IMAGE_WORD_LEN) { - fsbl_printf(DEBUG_GENERAL, "INVALID_PARTITION_LENGTH\r\n"); - return XST_FAILURE; - } - - return XST_SUCCESS; -} - - -/******************************************************************************/ -/** -* This function check whether the current partition header is empty. -* A partition header is considered empty if image word length is 0 and the -* last word is 0. -* -* @param H is a pointer to struct HeaderArray -* -* @return -* - XST_SUCCESS , If the partition header is empty -* - XST_FAILURE , If the partition header is NOT empty -* -* @note Caller is responsible to make sure the address is valid. -* -* -****************************************************************************/ -u32 IsEmptyHeader(struct HeaderArray *H) -{ - int Index; - - for (Index = 0; Index < PARTITION_HDR_WORD_COUNT; Index++) { - if (H->Fields[Index] != 0x0) { - return XST_FAILURE; - } - } - - return XST_SUCCESS; -} - - -/******************************************************************************/ -/** -* -* This function checks the header checksum If the header checksum is not valid -* XST_FAILURE is returned. -* -* @param H is a pointer to struct HeaderArray -* -* @return -* - XST_SUCCESS is header checksum is ok -* - XST_FAILURE if the header checksum is not correct -* -* @note None. -* -****************************************************************************/ -u32 ValidatePartitionHeaderChecksum(struct HeaderArray *H) -{ - u32 Checksum; - u32 Count; - - Checksum = 0; - - for (Count = 0; Count < PARTITION_HDR_CHECKSUM_WORD_COUNT; Count++) { - /* - * Read the word from the header - */ - Checksum += H->Fields[Count]; - } - - /* - * Invert checksum, last bit of error checking - */ - Checksum ^= 0xFFFFFFFF; - - /* - * Validate the checksum - */ - if (H->Fields[PARTITION_HDR_CHECKSUM_WORD_COUNT] != Checksum) { - fsbl_printf(DEBUG_GENERAL, "Error: Checksum 0x%8.8lx != 0x%8.8lx\r\n", - Checksum, H->Fields[PARTITION_HDR_CHECKSUM_WORD_COUNT]); - return XST_FAILURE; - } - - return XST_SUCCESS; -} - - -/******************************************************************************/ -/** -* -* This function load the partition from boot device -* -* @param ImageBaseAddress Base address on flash -* @param Header Partition header pointer -* -* @return -* - XST_SUCCESS if partition move successful -* - XST_FAILURE if check failed move failed -* -* @note None -* -*******************************************************************************/ -u32 PartitionMove(u32 ImageBaseAddress, PartHeader *Header) -{ - u32 SourceAddr; - u32 Status; - u8 SecureTransferFlag = 0; - u32 LoadAddr; - u32 ImageWordLen; - u32 DataWordLen; - - SourceAddr = ImageBaseAddress; - SourceAddr += Header->PartitionStart<LoadAddr; - ImageWordLen = Header->ImageWordLen; - DataWordLen = Header->DataWordLen; - - /* - * Add flash base address for linear boot devices - */ - if (LinearBootDeviceFlag) { - SourceAddr += FlashReadBaseAddress; - } - - /* - * Partition encrypted - */ - if(EncryptedPartitionFlag) { - SecureTransferFlag = 1; - } - - /* - * For Signed or checksum enabled partition, - * Total partition image need to copied to DDR - */ - if (SignedPartitionFlag || PartitionChecksumFlag) { - ImageWordLen = Header->PartitionWordLen; - DataWordLen = Header->PartitionWordLen; - } - - /* - * Encrypted and Signed PS partition need to be loaded on to DDR - * without decryption - */ - if (PSPartitionFlag && - (SignedPartitionFlag || PartitionChecksumFlag) && - EncryptedPartitionFlag) { - SecureTransferFlag = 0; - } - - /* - * CPU is used for data transfer in case of non-linear - * boot device - */ - if (!LinearBootDeviceFlag) { - /* - * PL partition copied to DDR temporary location - */ - if (PLPartitionFlag) { - LoadAddr = DDR_TEMP_START_ADDR; - } - - Status = MoveImage(SourceAddr, - LoadAddr, - (ImageWordLen << WORD_LENGTH_SHIFT)); - if(Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, "Move Image Failed\r\n"); - return XST_FAILURE; - } - - /* - * As image present at load address - */ - SourceAddr = LoadAddr; - } - - if ((LinearBootDeviceFlag && PLPartitionFlag && - (SignedPartitionFlag || PartitionChecksumFlag)) || - (LinearBootDeviceFlag && PSPartitionFlag) || - ((!LinearBootDeviceFlag) && PSPartitionFlag && SecureTransferFlag)) { - /* - * PL signed partition copied to DDR temporary location - * using non-secure PCAP for linear boot device - */ - if(PLPartitionFlag){ - SecureTransferFlag = 0; - LoadAddr = DDR_TEMP_START_ADDR; - } - - /* - * Data transfer using PCAP - */ - Status = PcapDataTransfer((u32*)SourceAddr, - (u32*)LoadAddr, - ImageWordLen, - DataWordLen, - SecureTransferFlag); - if(Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, "PCAP Data Transfer Failed\r\n"); - return XST_FAILURE; - } - - /* - * As image present at load address - */ - SourceAddr = LoadAddr; - } - - /* - * Load Bitstream partition in to fabric only - * if checksum and authentication bits are not set - */ - if (PLPartitionFlag && (!(SignedPartitionFlag || PartitionChecksumFlag))) { - Status = PcapLoadPartition((u32*)SourceAddr, - (u32*)Header->LoadAddr, - Header->ImageWordLen, - Header->DataWordLen, - EncryptedPartitionFlag); - if(Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL, "PCAP Bitstream Download Failed\r\n"); - return XST_FAILURE; - } - } - - return XST_SUCCESS; -} - - -/******************************************************************************/ -/** -* -* This function load the decrypts partition -* -* @param StartAddr Source start address -* @param DataLength Data length in words -* @param ImageLength Image length in words -* -* @return -* - XST_SUCCESS if decryption successful -* - XST_FAILURE if decryption failed -* -* @note None -* -*******************************************************************************/ -u32 DecryptPartition(u32 StartAddr, u32 DataLength, u32 ImageLength) -{ - u32 Status; - u8 SecureTransferFlag =1; - - /* - * Data transfer using PCAP - */ - Status = PcapDataTransfer((u32*)StartAddr, - (u32*)StartAddr, - ImageLength, - DataLength, - SecureTransferFlag); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"PCAP Data Transfer failed \r\n"); - return XST_FAILURE; - } - - return XST_SUCCESS; -} - -/******************************************************************************/ -/** -* -* This function Validate Partition Data by using checksum preset in image -* -* @param Partition header pointer -* @param Partition check sum offset -* @return -* - XST_SUCCESS if partition data is ok -* - XST_FAILURE if partition data is corrupted -* -* @note None -* -*******************************************************************************/ -u32 ValidateParition(u32 StartAddr, u32 Length, u32 ChecksumOffset) -{ - u8 Checksum[MD5_CHECKSUM_SIZE]; - u8 CalcChecksum[MD5_CHECKSUM_SIZE]; - u32 Status; - u32 Index; - -#ifdef XPAR_XWDTPS_0_BASEADDR - /* - * Prevent WDT reset - */ - XWdtPs_RestartWdt(&Watchdog); -#endif - - /* - * Get checksum from flash - */ - Status = GetPartitionChecksum(ChecksumOffset, &Checksum[0]); - if(Status != XST_SUCCESS) { - return XST_FAILURE; - } - - fsbl_printf(DEBUG_INFO, "Actual checksum\r\n"); - - for (Index = 0; Index < MD5_CHECKSUM_SIZE; Index++) { - fsbl_printf(DEBUG_INFO, "0x%0x ",Checksum[Index]); - } - - fsbl_printf(DEBUG_INFO, "\r\n"); - - /* - * Calculate checksum for the partition - */ - Status = CalcPartitionChecksum(StartAddr, Length, &CalcChecksum[0]); - if(Status != XST_SUCCESS) { - return XST_FAILURE; - } - - fsbl_printf(DEBUG_INFO, "Calculated checksum\r\n"); - - for (Index = 0; Index < MD5_CHECKSUM_SIZE; Index++) { - fsbl_printf(DEBUG_INFO, "0x%0x ",CalcChecksum[Index]); - } - - fsbl_printf(DEBUG_INFO, "\r\n"); - - /* - * Compare actual checksum with the calculated checksum - */ - for (Index = 0; Index < MD5_CHECKSUM_SIZE; Index++) { - if(Checksum[Index] != CalcChecksum[Index]) { - fsbl_printf(DEBUG_GENERAL, "Error: " - "Partition DataChecksum 0x%0x!= 0x%0x\r\n", - Checksum[Index], CalcChecksum[Index]); - return XST_FAILURE; - } - } - - return XST_SUCCESS; -} - - -/******************************************************************************/ -/** -* -* This function gets partition checksum from flash -* -* @param Check sum offset -* @param Checksum pointer -* @return -* - XST_SUCCESS if checksum read success -* - XST_FAILURE if unable get checksum -* -* @note None -* -*******************************************************************************/ -u32 GetPartitionChecksum(u32 ChecksumOffset, u8 *Checksum) -{ - u32 Status; - - Status = MoveImage(ChecksumOffset, (u32)Checksum, MD5_CHECKSUM_SIZE); - if(Status != XST_SUCCESS) { - return XST_FAILURE; - } - - return XST_SUCCESS; -} - - -/******************************************************************************/ -/** -* -* This function calculates the checksum preset in image -* -* @param Start address -* @param Length of the data -* @param Checksum pointer -* -* @return -* - XST_SUCCESS if Checksum calculate successful -* - XST_FAILURE if Checksum calculate failed -* -* @note None -* -*******************************************************************************/ -u32 CalcPartitionChecksum(u32 SourceAddr, u32 DataLength, u8 *Checksum) -{ - /* - * Calculate checksum using MD5 algorithm - */ - md5((u8*)SourceAddr, DataLength, Checksum, 0 ); - - return XST_SUCCESS; -} - diff --git a/source/test_lower_machine/zynq_fsbl/image_mover.h b/source/test_lower_machine/zynq_fsbl/image_mover.h deleted file mode 100644 index f91ffce..0000000 --- a/source/test_lower_machine/zynq_fsbl/image_mover.h +++ /dev/null @@ -1,135 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file image_mover.h -* -* This file contains the interface for moving the image from FLASH to OCM - -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a jz	03/04/11	Initial release
-* 2.00a jz	06/04/11	partition header expands to 12 words
-* 5.00a kc	07/30/13	Added defines for image header information
-* 8.00a kc	01/16/13	Added defines for partition owner attribute
-* 
-* -* @note -* -******************************************************************************/ -#ifndef ___IMAGE_MOVER_H___ -#define ___IMAGE_MOVER_H___ - - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "fsbl.h" - -/************************** Constant Definitions *****************************/ -#define PARTITION_NUMBER_SHIFT 24 -#define MAX_PARTITION_NUMBER (0xE) - -/* Boot Image Header defines */ -#define IMAGE_HDR_OFFSET 0x098 /* Start of image header table */ -#define IMAGE_PHDR_OFFSET 0x09C /* Start of partition headers */ -#define IMAGE_HEADER_SIZE (64) -#define IMAGE_HEADER_TABLE_SIZE (64) -#define TOTAL_PARTITION_HEADER_SIZE (MAX_PARTITION_NUMBER * IMAGE_HEADER_SIZE) -#define TOTAL_IMAGE_HEADER_SIZE (MAX_PARTITION_NUMBER * IMAGE_HEADER_SIZE) -#define TOTAL_HEADER_SIZE (IMAGE_HEADER_TABLE_SIZE + \ - TOTAL_IMAGE_HEADER_SIZE + \ - TOTAL_PARTITION_HEADER_SIZE + 64) - -/* Partition Header defines */ -#define PARTITION_IMAGE_WORD_LEN_OFFSET 0x00 /* Word length of image */ -#define PARTITION_DATA_WORD_LEN_OFFSET 0x04 /* Word length of data */ -#define PARTITION_WORD_LEN_OFFSET 0x08 /* Word length of partition */ -#define PARTITION_LOAD_ADDRESS_OFFSET 0x0C /* Load addr in DDR */ -#define PARTITION_EXEC_ADDRESS_OFFSET 0x10 /* Addr to start executing */ -#define PARTITION_ADDR_OFFSET 0x14 /* Partition word offset */ -#define PARTITION_ATTRIBUTE_OFFSET 0x18 /* Partition type */ -#define PARTITION_HDR_CHECKSUM_OFFSET 0x3C /* Header Checksum offset */ -#define PARTITION_HDR_CHECKSUM_WORD_COUNT 0xF /* Checksum word count */ -#define PARTITION_HDR_WORD_COUNT 0x10 /* Header word len */ -#define PARTITION_HDR_TOTAL_LEN 0x40 /* One partition hdr length*/ - -/* Attribute word defines */ -#define ATTRIBUTE_IMAGE_TYPE_MASK 0xF0 /* Destination Device type */ -#define ATTRIBUTE_PS_IMAGE_MASK 0x10 /* Code partition */ -#define ATTRIBUTE_PL_IMAGE_MASK 0x20 /* Bit stream partition */ -#define ATTRIBUTE_CHECKSUM_TYPE_MASK 0x7000 /* Checksum Type */ -#define ATTRIBUTE_RSA_PRESENT_MASK 0x8000 /* RSA Signature Present */ -#define ATTRIBUTE_PARTITION_OWNER_MASK 0x30000 /* Partition Owner */ - -#define ATTRIBUTE_PARTITION_OWNER_FSBL 0x00000 /* FSBL Partition Owner */ - - -/**************************** Type Definitions *******************************/ -typedef u32 (*ImageMoverType)( u32 SourceAddress, - u32 DestinationAddress, - u32 LengthBytes); - -typedef struct StructPartHeader { - u32 ImageWordLen; /* 0x0 */ - u32 DataWordLen; /* 0x4 */ - u32 PartitionWordLen; /* 0x8 */ - u32 LoadAddr; /* 0xC */ - u32 ExecAddr; /* 0x10 */ - u32 PartitionStart; /* 0x14 */ - u32 PartitionAttr; /* 0x18 */ - u32 SectionCount; /* 0x1C */ - u32 CheckSumOffset; /* 0x20 */ - u32 Pads1[1]; - u32 ACOffset; /* 0x28 */ - u32 Pads2[4]; - u32 CheckSum; /* 0x3C */ -}PartHeader; - -struct HeaderArray { - u32 Fields[16]; -}; - - -/***************** Macros (Inline Functions) Definitions *********************/ -#define MoverIn32 Xil_In32 -#define MoverOut32 Xil_Out32 - -/************************** Function Prototypes ******************************/ -u32 LoadBootImage(void); -u32 GetPartitionHeaderInfo(u32 ImageBaseAddress); -u32 PartitionMove(u32 ImageBaseAddress, PartHeader *Header); -u32 ValidatePartitionHeaderChecksum(struct HeaderArray *H); -u32 GetPartitionHeaderStartAddr(u32 ImageAddress, u32 *Offset); -u32 GetImageHeaderAndSignature(u32 ImageAddress, u32 *Offset); -u32 GetFsblLength(u32 ImageAddress, u32 *FsblLength); -u32 LoadPartitionsHeaderInfo(u32 PartHeaderOffset, PartHeader *Header); -u32 IsEmptyHeader(struct HeaderArray *H); -u32 IsLastPartition(struct HeaderArray *H); -void HeaderDump(PartHeader *Header); -u32 GetPartitionCount(PartHeader *Header); -u32 ValidateHeader(PartHeader *Header); -u32 DecryptPartition(u32 StartAddr, u32 DataLength, u32 ImageLength); - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - - -#endif /* ___IMAGE_MOVER_H___ */ - - - - diff --git a/source/test_lower_machine/zynq_fsbl/lscript.ld b/source/test_lower_machine/zynq_fsbl/lscript.ld deleted file mode 100644 index 7c3753d..0000000 --- a/source/test_lower_machine/zynq_fsbl/lscript.ld +++ /dev/null @@ -1,291 +0,0 @@ -/****************************************************************************** -* -* Copyright (C) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -_STACK_SIZE = DEFINED(_STACK_SIZE) ? _STACK_SIZE : 0x6000; -_HEAP_SIZE = DEFINED(_HEAP_SIZE) ? _HEAP_SIZE : 0x2000; - -_RSA_AC_SIZE = DEFINED(_RSA_AC_SIZE) ? _RSA_AC_SIZE : 0x1000; - -_ABORT_STACK_SIZE = DEFINED(_ABORT_STACK_SIZE) ? _ABORT_STACK_SIZE : 1024; -_SUPERVISOR_STACK_SIZE = DEFINED(_SUPERVISOR_STACK_SIZE) ? _SUPERVISOR_STACK_SIZE : 2048; -_FIQ_STACK_SIZE = DEFINED(_FIQ_STACK_SIZE) ? _FIQ_STACK_SIZE : 1024; -_UNDEF_STACK_SIZE = DEFINED(_UNDEF_STACK_SIZE) ? _UNDEF_STACK_SIZE : 1024; - -/* Define Memories in the system */ - -MEMORY -{ - ps7_ram_0_S_AXI_BASEADDR : ORIGIN = 0x00000000, LENGTH = 0x00030000 - ps7_ram_1_S_AXI_BASEADDR : ORIGIN = 0xFFFF0000, LENGTH = 0x0000FE00 -} - -/* Specify the default entry point to the program */ - -ENTRY(_vector_table) - - -SECTIONS -{ -.text : { - *(.vectors) - *(.boot) - *(.text) - *(.text.*) - *(.gnu.linkonce.t.*) - *(.plt) - *(.gnu_warning) - *(.gcc_execpt_table) - *(.glue_7) - *(.glue_7t) - *(.vfp11_veneer) - *(.ARM.extab) - *(.gnu.linkonce.armextab.*) -} > ps7_ram_0_S_AXI_BASEADDR - -.note.gnu.build-id : { - KEEP (*(.note.gnu.build-id)) -} > ps7_ram_0_S_AXI_BASEADDR - -.init : { - KEEP (*(.init)) -} > ps7_ram_0_S_AXI_BASEADDR - -.fini : { - KEEP (*(.fini)) -} > ps7_ram_0_S_AXI_BASEADDR - -.rodata : { - __rodata_start = .; - *(.rodata) - *(.rodata.*) - *(.gnu.linkonce.r.*) - __rodata_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.rodata1 : { - __rodata1_start = .; - *(.rodata1) - *(.rodata1.*) - __rodata1_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.sdata2 : { - __sdata2_start = .; - *(.sdata2) - *(.sdata2.*) - *(.gnu.linkonce.s2.*) - __sdata2_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.sbss2 : { - __sbss2_start = .; - *(.sbss2) - *(.sbss2.*) - *(.gnu.linkonce.sb2.*) - __sbss2_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.data : { - __data_start = .; - *(.data) - *(.data.*) - *(.gnu.linkonce.d.*) - *(.jcr) - *(.got) - *(.got.plt) - __data_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.data1 : { - __data1_start = .; - *(.data1) - *(.data1.*) - __data1_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.got : { - *(.got) -} > ps7_ram_0_S_AXI_BASEADDR - -.ctors : { - __CTOR_LIST__ = .; - ___CTORS_LIST___ = .; - KEEP (*crtbegin.o(.ctors)) - KEEP (*(EXCLUDE_FILE(*crtend.o) .ctors)) - KEEP (*(SORT(.ctors.*))) - KEEP (*(.ctors)) - __CTOR_END__ = .; - ___CTORS_END___ = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.dtors : { - __DTOR_LIST__ = .; - ___DTORS_LIST___ = .; - KEEP (*crtbegin.o(.dtors)) - KEEP (*(EXCLUDE_FILE(*crtend.o) .dtors)) - KEEP (*(SORT(.dtors.*))) - KEEP (*(.dtors)) - __DTOR_END__ = .; - ___DTORS_END___ = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.fixup : { - __fixup_start = .; - *(.fixup) - __fixup_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.eh_frame : { - *(.eh_frame) -} > ps7_ram_0_S_AXI_BASEADDR - -.eh_framehdr : { - __eh_framehdr_start = .; - *(.eh_framehdr) - __eh_framehdr_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.gcc_except_table : { - *(.gcc_except_table) -} > ps7_ram_0_S_AXI_BASEADDR - -.mmu_tbl (ALIGN(0x4000)): { - __mmu_tbl_start = .; - *(.mmu_tbl) - __mmu_tbl_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.ARM.exidx : { - __exidx_start = .; - *(.ARM.exidx*) - *(.gnu.linkonce.armexidix.*.*) - __exidx_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.preinit_array : { - __preinit_array_start = .; - KEEP (*(SORT(.preinit_array.*))) - KEEP (*(.preinit_array)) - __preinit_array_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.init_array : { - __init_array_start = .; - KEEP (*(SORT(.init_array.*))) - KEEP (*(.init_array)) - __init_array_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.fini_array : { - __fini_array_start = .; - KEEP (*(SORT(.fini_array.*))) - KEEP (*(.fini_array)) - __fini_array_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.rsa_ac : { - . = ALIGN(64); - __rsa_ac_start = .; - . += _RSA_AC_SIZE; - __rsa_ac_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.ARM.attributes : { - __ARM.attributes_start = .; - *(.ARM.attributes) - __ARM.attributes_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.sdata : { - __sdata_start = .; - *(.sdata) - *(.sdata.*) - *(.gnu.linkonce.s.*) - __sdata_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.sbss (NOLOAD) : { - __sbss_start = .; - *(.sbss) - *(.sbss.*) - *(.gnu.linkonce.sb.*) - __sbss_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.tdata : { - __tdata_start = .; - *(.tdata) - *(.tdata.*) - *(.gnu.linkonce.td.*) - __tdata_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.tbss : { - __tbss_start = .; - *(.tbss) - *(.tbss.*) - *(.gnu.linkonce.tb.*) - __tbss_end = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.bss (NOLOAD) : { - __bss_start = .; - __bss_start__ = .; - *(.bss) - *(.bss.*) - *(.gnu.linkonce.b.*) - *(COMMON) - __bss_end = .; - __bss_end__ = .; -} > ps7_ram_0_S_AXI_BASEADDR - -_SDA_BASE_ = __sdata_start + ((__sbss_end - __sdata_start) / 2 ); - -_SDA2_BASE_ = __sdata2_start + ((__sbss2_end - __sdata2_start) / 2 ); - -/* Generate Stack and Heap definitions */ - -.heap (NOLOAD) : { - . = ALIGN(16); - _heap = .; - HeapBase = .; - _heap_start = .; - . += _HEAP_SIZE; - _heap_end = .; - HeapLimit = .; -} > ps7_ram_0_S_AXI_BASEADDR - -.stack (NOLOAD) : { - . = ALIGN(16); - _stack_end = .; - . += _STACK_SIZE; - _stack = .; - __stack = _stack; - . = ALIGN(16); - _irq_stack_end = .; - . += _STACK_SIZE; - __irq_stack = .; - _supervisor_stack_end = .; - . += _SUPERVISOR_STACK_SIZE; - . = ALIGN(16); - __supervisor_stack = .; - _abort_stack_end = .; - . += _ABORT_STACK_SIZE; - . = ALIGN(16); - __abort_stack = .; - _fiq_stack_end = .; - . += _FIQ_STACK_SIZE; - . = ALIGN(16); - __fiq_stack = .; - _undef_stack_end = .; - . += _UNDEF_STACK_SIZE; - . = ALIGN(16); - __undef_stack = .; -} > ps7_ram_1_S_AXI_BASEADDR - -_end = .; -} - diff --git a/source/test_lower_machine/zynq_fsbl/main.c b/source/test_lower_machine/zynq_fsbl/main.c deleted file mode 100644 index 62a5b4d..0000000 --- a/source/test_lower_machine/zynq_fsbl/main.c +++ /dev/null @@ -1,1521 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file main.c -* -* The main file for the First Stage Boot Loader (FSBL). -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a jz	06/04/11	Initial release
-* 2.00a mb	25/05/12	standalone based FSBL
-* 3.00a np/mb	08/03/12	Added call to FSBL user hook - before handoff.
-*				DDR ECC initialization added
-* 				fsbl print with verbose added
-* 				Performance measurement added
-* 				Flushed the UART Tx buffer
-* 				Added the performance time for ECC DDR init
-* 				Added clearing of ECC Error Code
-* 				Added the watchdog timer value
-* 4.00a sgd 02/28/13	Code Cleanup
-* 						Fix for CR#681014 - ECC init in FSBL should not
-* 						                    call fabric_init()
-* 						Fix for CR#689077 - FSBL hangs at Handoff clearing the
-* 						                    TX UART buffer when using UART0
-* 						                    instead of UART1
-*						Fix for CR#694038 - FSBL debug logs always prints 14.3
-*											as the Revision number - this is
-*										    incorrect
-*						Fix for CR#694039 - FSBL prints "unsupported silicon
-*											version for v3.0" 3.0 Silicon
-*                       Fix for CR#699475 - FSBL functionality is broken and
-*                                           its not able to boot in QSPI/NAND
-*                                           bootmode
-*                       Removed DDR initialization check
-*                       Removed DDR ECC initialization code
-*						Modified hand off address check to 1MB
-*						Added RSA authentication support
-*						Watchdog disabled for AES E-Fuse encryption
-* 5.00a sgd 05/17/13	Fallback support for E-Fuse encryption
-*                       Fix for CR#708728 - Issues seen while making HP
-*                                           interconnect 32 bit wide
-* 6.00a kc  07/30/13    Fix for CR#708316 - PS7_init.tcl file should have
-*                                           Error mechanism for all mask_poll
-*                       Fix for CR#691150 - ps7_init does not check for
-*                                           peripheral initialization failures
-*                                           or timeout on polls
-*                       Fix for CR#724165 - Partition Header used by FSBL is
-*                                           not authenticated
-*                       Fix for CR#724166 - FSBL doesn’t use PPK authenticated
-*                                           by Boot ROM for authenticating
-*                                           the Partition images
-*                       Fix for CR#722979 - Provide customer-friendly
-*                                           changelogs in FSBL
-*                       Fix for CR#732865 - Backward compatibility for ps7_init
-*                       					function
-* 7.00a kc  10/18/13    Integrated SD/MMC driver
-* 8.00a kc  02/20/14	Fix for CR#775631 - FSBL: FsblGetGlobalTimer() 
-*											is not proper
-* 9.00a kc  04/16/14	Fix for CR#724166 - SetPpk() will fail on secure
-*		 									fallback unless FSBL* and FSBL
-*		 									are identical in length
-* 10.00a kc 07/24/14	Fix for CR#809336 - Minor code cleanup
-*        kc 08/27/14	Fix for CR#820356 - FSBL compilation fails with
-* 											IAR compiler
-* 11.00a kv 10/08/14	Fix for CR#826030 - LinearBootDeviceFlag should
-*											be initialized to 0 in IO mode
-*											case
-* 15.00a gan 07/21/16   Fix for CR# 953654 -(2016.3)FSBL -
-* 											In pcap.c/pcap.h/main.c,
-* 											Fabric Initialization sequence
-* 											is modified to check the PL power
-* 											before sequence starts and checking
-* 											INIT_B reset status twice in case
-* 											of failure.
-* 16.00a bsv 03/26/18	Fix for CR# 996973  Add code under JTAG_ENABLE_LEVEL_SHIFTERS macro
-* 											to enable level shifters in jtag boot mode.
-* 
-* -* @note -* FSBL runs from OCM, Based on the boot mode selected, FSBL will copy -* the partitions from the flash device. If the partition is bitstream then -* the bitstream is programmed in the Fabric and for an partition that is -* an application , FSBL will copy the application into DDR and does a -* handoff.The application should not be starting at the OCM address, -* FSBL does not remap the DDR. Application should use DDR starting from 1MB -* -* FSBL can be stitched along with bitstream and application using bootgen -* -* Refer to fsbl.h file for details on the compilation flags supported in FSBL -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "fsbl.h" -#include "qspi.h" -#include "nand.h" -#include "nor.h" -#include "sd.h" -#include "pcap.h" -#include "image_mover.h" -#include "xparameters.h" -#include "xil_cache.h" -#include "xil_exception.h" -#include "xstatus.h" -#include "fsbl_hooks.h" -#include "xtime_l.h" - -#ifdef XPAR_XWDTPS_0_BASEADDR -#include "xwdtps.h" -#endif - -#ifdef STDOUT_BASEADDRESS -#ifdef XPAR_XUARTPS_0_BASEADDR -#include "xuartps_hw.h" -#endif -#endif - -#ifdef RSA_SUPPORT -#include "rsa.h" -#endif - -/************************** Constant Definitions *****************************/ - -#ifdef XPAR_XWDTPS_0_BASEADDR -#define WDT_DEVICE_ID XPAR_XWDTPS_0_DEVICE_ID -#define WDT_EXPIRE_TIME 100 -#define WDT_CRV_SHIFT 12 -#endif - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -#ifdef XPAR_XWDTPS_0_BASEADDR -XWdtPs Watchdog; /* Instance of WatchDog Timer */ -#endif -/************************** Function Prototypes ******************************/ -extern int ps7_init(); -extern char* getPS7MessageInfo(unsigned key); -#ifdef PS7_POST_CONFIG -extern int ps7_post_config(); -#endif - -static void Update_MultiBootRegister(void); -/* Exception handlers */ -static void RegisterHandlers(void); -static void Undef_Handler (void); -static void SVC_Handler (void); -static void PreFetch_Abort_Handler (void); -static void Data_Abort_Handler (void); -static void IRQ_Handler (void); -static void FIQ_Handler (void); - - -#ifdef XPAR_XWDTPS_0_BASEADDR -int InitWatchDog(void); -u32 ConvertTime_WdtCounter(u32 seconds); -void CheckWDTReset(void); -#endif - -u32 NextValidImageCheck(void); - -u32 DDRInitCheck(void); - -/************************** Variable Definitions *****************************/ -/* - * Base Address for the Read Functionality for Image Processing - */ -u32 FlashReadBaseAddress = 0; -/* - * Silicon Version - */ -u32 Silicon_Version; - -/* - * Boot Device flag - */ -u8 LinearBootDeviceFlag=0; - -u32 PcapCtrlRegVal; - -u8 SystemInitFlag; - -extern ImageMoverType MoveImage; -extern XDcfg *DcfgInstPtr; -extern u8 BitstreamFlag; -#ifdef XPAR_PS7_QSPI_LINEAR_0_S_AXI_BASEADDR -extern u32 QspiFlashSize; -#endif -/*****************************************************************************/ -/** -* -* This is the main function for the FSBL ROM code. -* -* -* @param None. -* -* @return -* - XST_SUCCESS to indicate success -* - XST_FAILURE.to indicate failure -* -* @note -* -****************************************************************************/ -int main(void) -{ - u32 BootModeRegister = 0; - u32 HandoffAddress = 0; - u32 Status = XST_SUCCESS; - u32 RegVal; - /* - * PCW initialization for MIO,PLL,CLK and DDR - */ - Status = ps7_init(); - if (Status != FSBL_PS7_INIT_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"PS7_INIT_FAIL : %s\r\n", - getPS7MessageInfo(Status)); - OutputStatus(PS7_INIT_FAIL); - /* - * Calling FsblHookFallback instead of Fallback - * since, devcfg driver is not yet initialized - */ - FsblHookFallback(); - } - - /* - * Unlock SLCR for SLCR register write - */ - SlcrUnlock(); - - /* If Performance measurement is required - * then read the Global Timer value , Please note that the - * time taken for mio, clock and ddr initialisation - * done in the ps7_init function is not accounted in the FSBL - * - */ -#ifdef FSBL_PERF - XTime tCur = 0; - FsblGetGlobalTime(&tCur); -#endif - - /* - * Flush the Caches - */ - Xil_DCacheFlush(); - - /* - * Disable Data Cache - */ - Xil_DCacheDisable(); - - /* - * Register the Exception handlers - */ - RegisterHandlers(); - - /* - * Print the FSBL Banner - */ - fsbl_printf(DEBUG_GENERAL,"\n\rXilinx First Stage Boot Loader \n\r"); - fsbl_printf(DEBUG_GENERAL,"Release %d.%d %s-%s\r\n", - SDK_RELEASE_YEAR, SDK_RELEASE_QUARTER, - __DATE__,__TIME__); - -#ifdef XPAR_PS7_DDR_0_S_AXI_BASEADDR - - /* - * DDR Read/write test - */ - Status = DDRInitCheck(); - if (Status == XST_FAILURE) { - fsbl_printf(DEBUG_GENERAL,"DDR_INIT_FAIL \r\n"); - /* Error Handling here */ - OutputStatus(DDR_INIT_FAIL); - /* - * Calling FsblHookFallback instead of Fallback - * since, devcfg driver is not yet initialized - */ - FsblHookFallback(); - } - - - /* - * PCAP initialization - */ - Status = InitPcap(); - if (Status == XST_FAILURE) { - fsbl_printf(DEBUG_GENERAL,"PCAP_INIT_FAIL \n\r"); - OutputStatus(PCAP_INIT_FAIL); - /* - * Calling FsblHookFallback instead of Fallback - * since, devcfg driver is not yet initialized - */ - FsblHookFallback(); - } - - fsbl_printf(DEBUG_INFO,"Devcfg driver initialized \r\n"); - - /* - * Get the Silicon Version - */ - GetSiliconVersion(); - -#ifdef XPAR_XWDTPS_0_BASEADDR - /* - * Check if WDT Reset has occurred or not - */ - CheckWDTReset(); - - /* - * Initialize the Watchdog Timer so that it is ready to use - */ - Status = InitWatchDog(); - if (Status == XST_FAILURE) { - fsbl_printf(DEBUG_GENERAL,"WATCHDOG_INIT_FAIL \n\r"); - OutputStatus(WDT_INIT_FAIL); - FsblFallback(); - } - fsbl_printf(DEBUG_INFO,"Watchdog driver initialized \r\n"); -#endif - - /* - * Get PCAP controller settings - */ - PcapCtrlRegVal = XDcfg_GetControlRegister(DcfgInstPtr); - - /* - * Check for AES source key - */ - if (PcapCtrlRegVal & XDCFG_CTRL_PCFG_AES_FUSE_MASK) { - /* - * For E-Fuse AES encryption Watch dog Timer disabled and - * User not allowed to do system reset - */ -#ifdef XPAR_XWDTPS_0_BASEADDR - fsbl_printf(DEBUG_INFO,"Watchdog Timer Disabled\r\n"); - XWdtPs_Stop(&Watchdog); -#endif - fsbl_printf(DEBUG_INFO,"User not allowed to do " - "any system resets\r\n"); - } - - /* - * Store FSBL run state in Reboot Status Register - */ - MarkFSBLIn(); - - /* - * Read bootmode register - */ - BootModeRegister = Xil_In32(BOOT_MODE_REG); - BootModeRegister &= BOOT_MODES_MASK; - - /* - * QSPI BOOT MODE - */ -#ifdef XPAR_PS7_QSPI_LINEAR_0_S_AXI_BASEADDR - -#ifdef MMC_SUPPORT - /* - * To support MMC boot - * QSPI boot mode detection ignored - */ - if (BootModeRegister == QSPI_MODE) { - BootModeRegister = MMC_MODE; - } -#endif - - if (BootModeRegister == QSPI_MODE) { - fsbl_printf(DEBUG_GENERAL,"Boot mode is QSPI\n\r"); - InitQspi(); - MoveImage = QspiAccess; - fsbl_printf(DEBUG_INFO,"QSPI Init Done \r\n"); - } else -#endif - - /* - * NAND BOOT MODE - */ -#ifdef XPAR_PS7_NAND_0_BASEADDR - if (BootModeRegister == NAND_FLASH_MODE) { - /* - * Boot ROM always initialize the nand at lower speed - * This is the chance to put it to an optimum speed for your nand - * device - */ - fsbl_printf(DEBUG_GENERAL,"Boot mode is NAND\n"); - - Status = InitNand(); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"NAND_INIT_FAIL \r\n"); - /* - * Error Handling here - */ - OutputStatus(NAND_INIT_FAIL); - FsblFallback(); - } - MoveImage = NandAccess; - fsbl_printf(DEBUG_INFO,"NAND Init Done \r\n"); - } else -#endif - - /* - * NOR BOOT MODE - */ - if (BootModeRegister == NOR_FLASH_MODE) { - fsbl_printf(DEBUG_GENERAL,"Boot mode is NOR\n\r"); - /* - * Boot ROM always initialize the nor at lower speed - * This is the chance to put it to an optimum speed for your nor - * device - */ - InitNor(); - fsbl_printf(DEBUG_INFO,"NOR Init Done \r\n"); - MoveImage = NorAccess; - } else - - /* - * SD BOOT MODE - */ -#if defined(XPAR_PS7_SD_0_S_AXI_BASEADDR) || defined(XPAR_XSDPS_0_BASEADDR) - - if (BootModeRegister == SD_MODE) { - fsbl_printf(DEBUG_GENERAL,"Boot mode is SD\r\n"); - - /* - * SD initialization returns file open error or success - */ - Status = InitSD("BOOT.BIN"); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"SD_INIT_FAIL\r\n"); - OutputStatus(SD_INIT_FAIL); - FsblFallback(); - } - MoveImage = SDAccess; - fsbl_printf(DEBUG_INFO,"SD Init Done \r\n"); - } else - - if (BootModeRegister == MMC_MODE) { - fsbl_printf(DEBUG_GENERAL,"Booting Device is MMC\r\n"); - - /* - * MMC initialization returns file open error or success - */ - Status = InitSD("BOOT.BIN"); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"MMC_INIT_FAIL\r\n"); - OutputStatus(SD_INIT_FAIL); - FsblFallback(); - } - MoveImage = SDAccess; - fsbl_printf(DEBUG_INFO,"MMC Init Done \r\n"); - } else - -#endif - - /* - * JTAG BOOT MODE - */ - if (BootModeRegister == JTAG_MODE) { - fsbl_printf(DEBUG_GENERAL,"Boot mode is JTAG\r\n"); - - RegVal = Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_INT_STS_OFFSET); - /** If bitstream was loaded in jtag boot mode prior to running FSBL */ - if(RegVal & XDCFG_IXR_PCFG_DONE_MASK) - { -#ifdef PS7_POST_CONFIG - ps7_post_config(); - /* - * Unlock SLCR for SLCR register write - */ - SlcrUnlock(); -#endif - } - /* - * Stop the Watchdog before JTAG handoff - */ -#ifdef XPAR_XWDTPS_0_BASEADDR - XWdtPs_Stop(&Watchdog); -#endif - /* - * Clear our mark in reboot status register - */ - ClearFSBLIn(); - - /* - * SLCR lock - */ - SlcrLock(); - - FsblHandoffJtagExit(); - } else { - fsbl_printf(DEBUG_GENERAL,"ILLEGAL_BOOT_MODE \r\n"); - OutputStatus(ILLEGAL_BOOT_MODE); - /* - * fallback starts, no return - */ - FsblFallback(); - } - - fsbl_printf(DEBUG_INFO,"Flash Base Address: 0x%08lx\r\n", FlashReadBaseAddress); - - /* - * Check for valid flash address - */ - if ((FlashReadBaseAddress != XPS_QSPI_LINEAR_BASEADDR) && - (FlashReadBaseAddress != XPS_NAND_BASEADDR) && - (FlashReadBaseAddress != XPS_NOR_BASEADDR) && - (FlashReadBaseAddress != XPS_SDIO0_BASEADDR)) { - fsbl_printf(DEBUG_GENERAL,"INVALID_FLASH_ADDRESS \r\n"); - OutputStatus(INVALID_FLASH_ADDRESS); - FsblFallback(); - } - - /* - * NOR and QSPI (parallel) are linear boot devices - */ - if ((FlashReadBaseAddress == XPS_NOR_BASEADDR)) { - fsbl_printf(DEBUG_INFO, "Linear Boot Device\r\n"); - LinearBootDeviceFlag = 1; - } - -#ifdef XPAR_XWDTPS_0_BASEADDR - /* - * Prevent WDT reset - */ - XWdtPs_RestartWdt(&Watchdog); -#endif - - /* - * This used only in case of E-Fuse encryption - * For image search - */ - SystemInitFlag = 1; - - /* - * Load boot image - */ - HandoffAddress = LoadBootImage(); - - fsbl_printf(DEBUG_INFO,"Handoff Address: 0x%08lx\r\n",HandoffAddress); - - /* - * For Performance measurement - */ -#ifdef FSBL_PERF - XTime tEnd = 0; - fsbl_printf(DEBUG_GENERAL,"Total Execution time is "); - FsblMeasurePerfTime(tCur,tEnd); -#endif - - /* - * FSBL handoff to valid handoff address or - * exit in JTAG - */ - FsblHandoff(HandoffAddress); - -#else - OutputStatus(NO_DDR); - FsblFallback(); -#endif - - return Status; -} - -/******************************************************************************/ -/** -* -* This function reset the CPU and goes for Boot ROM fallback handling -* -* @param None -* -* @return None -* -* @note None -* -****************************************************************************/ -void FsblFallback(void) -{ - u32 RebootStatusReg; - u32 Status; - u32 HandoffAddr; - u32 BootModeRegister; - - /* - * Read bootmode register - */ - BootModeRegister = Xil_In32(BOOT_MODE_REG); - BootModeRegister &= BOOT_MODES_MASK; - - /* - * Fallback support check - */ - if (!((BootModeRegister == QSPI_MODE) || - (BootModeRegister == NAND_FLASH_MODE) || - (BootModeRegister == NOR_FLASH_MODE))) { - fsbl_printf(DEBUG_INFO,"\r\n" - "This Boot Mode Doesn't Support Fallback\r\n"); - ClearFSBLIn(); - FsblHookFallback(); - } - - /* - * update the Multiboot Register for Golden search hunt - */ - Update_MultiBootRegister(); - - /* - * Notify Boot ROM something is wrong - */ - RebootStatusReg = Xil_In32(REBOOT_STATUS_REG); - - /* - * Set the FSBL Fail mask - */ - Xil_Out32(REBOOT_STATUS_REG, RebootStatusReg | FSBL_FAIL_MASK); - - /* - * Barrier for synchronization - */ - __asm( - "dsb\n\t" - "isb" - ); - - /* - * Check for AES source key - */ - if (PcapCtrlRegVal & XDCFG_CTRL_PCFG_AES_FUSE_MASK) { - /* - * Next valid image search can happen only - * when system initialization done - */ - if (SystemInitFlag == 1) { - /* - * Clean the Fabric - */ - Status = FabricInit(); - if(Status != XST_SUCCESS){ - ClearFSBLIn(); - FsblHookFallback(); - } - -#ifdef RSA_SUPPORT - - /* - * Making sure PPK is set for efuse error cases - */ - SetPpk(); -#endif - - /* - * Search for next valid image - */ - Status = NextValidImageCheck(); - if(Status != XST_SUCCESS){ - fsbl_printf(DEBUG_INFO,"\r\nNo Image Found\r\n"); - ClearFSBLIn(); - FsblHookFallback(); - } - - /* - * Load next valid image - */ - HandoffAddr = LoadBootImage(); - - /* - * Handoff to next image - */ - FsblHandoff(HandoffAddr); - } else { - fsbl_printf(DEBUG_INFO,"System Initialization Failed\r\n"); - fsbl_printf(DEBUG_INFO,"\r\nNo Image Search\r\n"); - ClearFSBLIn(); - FsblHookFallback(); - } - } - - /* - * Reset PS, so Boot ROM will restart - */ - Xil_Out32(PS_RST_CTRL_REG, PS_RST_MASK); -} - - -/******************************************************************************/ -/** -* -* This function hands the A9/PS to the loaded user code. -* -* @param none -* -* @return none -* -* @note This function does not return. -* -****************************************************************************/ -void FsblHandoff(u32 FsblStartAddr) -{ - u32 Status; - - /* - * Enable level shifter - */ - if(BitstreamFlag) { - /* - * FSBL will not enable the level shifters for a NON PS instantiated - * Bitstream - * CR# 671028 - * This flag can be set during compilation for a NON PS instantiated - * bitstream - */ -#ifndef NON_PS_INSTANTIATED_BITSTREAM -#ifdef PS7_POST_CONFIG - ps7_post_config(); - /* - * Unlock SLCR for SLCR register write - */ - SlcrUnlock(); -#else - /* - * Set Level Shifters DT618760 - */ - Xil_Out32(PS_LVL_SHFTR_EN, LVL_PL_PS); - fsbl_printf(DEBUG_INFO,"Enabling Level Shifters PL to PS " - "Address = 0x%x Value = 0x%x \n\r", - PS_LVL_SHFTR_EN, Xil_In32(PS_LVL_SHFTR_EN)); - - /* - * Enable AXI interface - */ - Xil_Out32(FPGA_RESET_REG, 0); - fsbl_printf(DEBUG_INFO,"AXI Interface enabled \n\r"); - fsbl_printf(DEBUG_INFO, "FPGA Reset Register " - "Address = 0x%x , Value = 0x%x \r\n", - FPGA_RESET_REG ,Xil_In32(FPGA_RESET_REG)); -#endif -#endif - } - - /* - * FSBL user hook call before handoff to the application - */ - Status = FsblHookBeforeHandoff(); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"FSBL_HANDOFF_HOOK_FAIL\r\n"); - OutputStatus(FSBL_HANDOFF_HOOK_FAIL); - FsblFallback(); - } - -#ifdef XPAR_XWDTPS_0_BASEADDR - XWdtPs_Stop(&Watchdog); -#endif - - /* - * Clear our mark in reboot status register - */ - ClearFSBLIn(); - - if(FsblStartAddr == 0) { - /* - * SLCR lock - */ - SlcrLock(); - - fsbl_printf(DEBUG_INFO,"No Execution Address JTAG handoff \r\n"); - FsblHandoffJtagExit(); - } else { - fsbl_printf(DEBUG_GENERAL,"SUCCESSFUL_HANDOFF\r\n"); - OutputStatus(SUCCESSFUL_HANDOFF); - FsblHandoffExit(FsblStartAddr); - } - - OutputStatus(ILLEGAL_RETURN); - - FsblFallback(); -} - -/******************************************************************************/ -/** -* -* This function outputs the status for the provided State in the boot process. -* -* @param State is where in the boot process the output is desired. -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void OutputStatus(u32 State) -{ -#ifdef STDOUT_BASEADDRESS -#ifdef XPAR_XUARTPS_0_BASEADDR - u32 UartReg = 0; -#endif - - fsbl_printf(DEBUG_GENERAL,"FSBL Status = 0x%.4lx\r\n", State); - /* - * The TX buffer needs to be flushed out - * If this is not done some of the prints will not appear on the - * serial output - */ -#ifdef XPAR_XUARTPS_0_BASEADDR - UartReg = Xil_In32(STDOUT_BASEADDRESS + XUARTPS_SR_OFFSET); - while ((UartReg & XUARTPS_SR_TXEMPTY) != XUARTPS_SR_TXEMPTY) { - UartReg = Xil_In32(STDOUT_BASEADDRESS + XUARTPS_SR_OFFSET); - } -#endif -#endif -} - -/******************************************************************************/ -/** -* -* This function handles the error and lockdown processing and outputs the status -* for the provided State in the boot process. -* -* This function is called upon exceptions. -* -* @param State - where in the boot process the error occurred. -* -* @return None. -* -* @note This function does not return, the PS block is reset -* -****************************************************************************/ -void ErrorLockdown(u32 State) -{ - /* - * Store the error status - */ - OutputStatus(State); - - /* - * Fall back - */ - FsblFallback(); -} - -/******************************************************************************/ -/** -* -* This function copies a memory region to another memory region -* -* @param s1 is starting address for destination -* @param s2 is starting address for the source -* @param n is the number of bytes to copy -* -* @return Starting address for destination -* -****************************************************************************/ -void *(memcpy_rom)(void * s1, const void * s2, u32 n) -{ - char *dst = (char *)s1; - const char *src = (char *)s2; - - /* - * Loop and copy - */ - while (n-- != 0) - *dst++ = *src++; - return s1; -} -/******************************************************************************/ -/** -* -* This function copies a string to another, the source string must be null- -* terminated. -* -* @param Dest is starting address for the destination string -* @param Src is starting address for the source string -* -* @return Starting address for the destination string -* -****************************************************************************/ -char *strcpy_rom(char *Dest, const char *Src) -{ - unsigned i; - for (i=0; Src[i] != '\0'; ++i) - Dest[i] = Src[i]; - Dest[i] = '\0'; - return Dest; -} - - -/******************************************************************************/ -/** -* -* This function sets FSBL is running mask in reboot status register -* -* @param None. -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void MarkFSBLIn(void) -{ - Xil_Out32(REBOOT_STATUS_REG, - Xil_In32(REBOOT_STATUS_REG) | FSBL_IN_MASK); -} - - -/******************************************************************************/ -/** -* -* This function clears FSBL is running mask in reboot status register -* -* @param None. -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void ClearFSBLIn(void) -{ - Xil_Out32(REBOOT_STATUS_REG, - (Xil_In32(REBOOT_STATUS_REG)) & ~(FSBL_FAIL_MASK)); -} - -/******************************************************************************/ -/** -* -* This function Registers the Exception Handlers -* -* @param None. -* -* @return None. -* -* @note None. -* -****************************************************************************/ -static void RegisterHandlers(void) -{ - Xil_ExceptionInit(); - - /* - * Initialize the vector table. Register the stub Handler for each - * exception. - */ - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_UNDEFINED_INT, - (Xil_ExceptionHandler)Undef_Handler, - (void *) 0); - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_SWI_INT, - (Xil_ExceptionHandler)SVC_Handler, - (void *) 0); - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_PREFETCH_ABORT_INT, - (Xil_ExceptionHandler)PreFetch_Abort_Handler, - (void *) 0); - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_DATA_ABORT_INT, - (Xil_ExceptionHandler)Data_Abort_Handler, - (void *) 0); - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_IRQ_INT, - (Xil_ExceptionHandler)IRQ_Handler,(void *) 0); - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_FIQ_INT, - (Xil_ExceptionHandler)FIQ_Handler,(void *) 0); - - Xil_ExceptionEnable(); - -} - -static void Undef_Handler (void) -{ - fsbl_printf(DEBUG_GENERAL,"UNDEFINED_HANDLER\r\n"); - ErrorLockdown (EXCEPTION_ID_UNDEFINED_INT); -} - -static void SVC_Handler (void) -{ - fsbl_printf(DEBUG_GENERAL,"SVC_HANDLER \r\n"); - ErrorLockdown (EXCEPTION_ID_SWI_INT); -} - -static void PreFetch_Abort_Handler (void) -{ - fsbl_printf(DEBUG_GENERAL,"PREFETCH_ABORT_HANDLER \r\n"); - ErrorLockdown (EXCEPTION_ID_PREFETCH_ABORT_INT); -} - -static void Data_Abort_Handler (void) -{ - fsbl_printf(DEBUG_GENERAL,"DATA_ABORT_HANDLER \r\n"); - ErrorLockdown (EXCEPTION_ID_DATA_ABORT_INT); -} - -static void IRQ_Handler (void) -{ - fsbl_printf(DEBUG_GENERAL,"IRQ_HANDLER \r\n"); - ErrorLockdown (EXCEPTION_ID_IRQ_INT); -} - -static void FIQ_Handler (void) -{ - fsbl_printf(DEBUG_GENERAL,"FIQ_HANDLER \r\n"); - ErrorLockdown (EXCEPTION_ID_FIQ_INT); -} - - -/******************************************************************************/ -/** -* -* This function Updates the Multi boot Register to enable golden image -* search for boot rom -* -* @param None -* -* @return -* return none -* -****************************************************************************/ -static void Update_MultiBootRegister(void) -{ - u32 MultiBootReg = 0; - - if (Silicon_Version != SILICON_VERSION_1) { - /* - * Read the mulitboot register - */ - MultiBootReg = XDcfg_ReadReg(DcfgInstPtr->Config.BaseAddr, - XDCFG_MULTIBOOT_ADDR_OFFSET); - - /* - * Incrementing multiboot register by one - */ - MultiBootReg++; - - XDcfg_WriteReg(DcfgInstPtr->Config.BaseAddr, - XDCFG_MULTIBOOT_ADDR_OFFSET, - MultiBootReg); - - fsbl_printf(DEBUG_INFO,"Updated MultiBootReg = 0x%08lx\r\n", - MultiBootReg); - } -} - - -/****************************************************************************** -* -* This function reset the CPU and goes for Boot ROM fallback handling -* -* @param None -* -* @return None -* -* @note None -* -*******************************************************************************/ - -u32 GetResetReason(void) -{ - u32 Regval; - - /* We are using REBOOT_STATUS_REG, we have to use bits 23:16 */ - /* for storing the RESET_REASON register value*/ - Regval = ((Xil_In32(REBOOT_STATUS_REG) >> 16) & 0xFF); - - return Regval; -} - - -/****************************************************************************** -* -* This function Gets the ticks from the Global Timer -* -* @param Current time -* -* @return -* None -* -* @note None -* -*******************************************************************************/ -#ifdef FSBL_PERF -void FsblGetGlobalTime (XTime *tCur) -{ - XTime_GetTime(tCur); -} - - -/****************************************************************************** -* -* This function Measures the execution time -* -* @param Current time , End time -* -* @return -* None -* -* @note None -* -*******************************************************************************/ -void FsblMeasurePerfTime (XTime tCur, XTime tEnd) -{ - double tDiff = 0.0; - double tPerfSeconds; - XTime_GetTime(&tEnd); - tDiff = (double)tEnd - (double)tCur; - - /* - * Convert tPerf into Seconds - */ - tPerfSeconds = tDiff/COUNTS_PER_SECOND; - -#if defined(STDOUT_BASEADDRESS) - printf("%f seconds \r\n",tPerfSeconds); -#endif - -} -#endif - -/****************************************************************************** -* -* This function initializes the Watchdog driver and starts the timer -* -* @param None -* -* @return -* - XST_SUCCESS if the Watchdog driver is initialized -* - XST_FAILURE if Watchdog driver initialization fails -* -* @note None -* -*******************************************************************************/ -#ifdef XPAR_XWDTPS_0_BASEADDR -int InitWatchDog(void) -{ - u32 Status = XST_SUCCESS; - XWdtPs_Config *ConfigPtr; /* Config structure of the WatchDog Timer */ - u32 CounterValue = 1; - - ConfigPtr = XWdtPs_LookupConfig(WDT_DEVICE_ID); - Status = XWdtPs_CfgInitialize(&Watchdog, - ConfigPtr, - ConfigPtr->BaseAddress); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_INFO,"Watchdog Driver init Failed \n\r"); - return XST_FAILURE; - } - - /* - * Setting the divider value - */ - XWdtPs_SetControlValue(&Watchdog, - XWDTPS_CLK_PRESCALE, - XWDTPS_CCR_PSCALE_4096); - /* - * Convert time to Watchdog counter reset value - */ - CounterValue = ConvertTime_WdtCounter(WDT_EXPIRE_TIME); - - /* - * Set the Watchdog counter reset value - */ - XWdtPs_SetControlValue(&Watchdog, - XWDTPS_COUNTER_RESET, - CounterValue); - /* - * enable reset output, as we are only using this as a basic counter - */ - XWdtPs_EnableOutput(&Watchdog, XWDTPS_RESET_SIGNAL); - - /* - * Start the Watchdog timer - */ - XWdtPs_Start(&Watchdog); - - XWdtPs_RestartWdt(&Watchdog); - - return XST_SUCCESS; -} - - -/******************************************************************************/ -/** -* -* This function checks whether WDT reset has happened during FSBL run -* -* If WDT reset happened during FSBL run, then need to fallback -* -* @param None. -* -* @return -* None -* -* @note None -* -****************************************************************************/ -void CheckWDTReset(void) -{ - u32 ResetReason; - u32 RebootStatusRegister; - - RebootStatusRegister = Xil_In32(REBOOT_STATUS_REG); - - /* - * For 1.0 Silicon the reason for Reset is in the ResetReason Register - * Hence this register can be read to know the cause for previous reset - * that happened. - * Check if that reset is a Software WatchDog reset that happened - */ - if (Silicon_Version == SILICON_VERSION_1) { - ResetReason = Xil_In32(RESET_REASON_REG); - } else { - ResetReason = GetResetReason(); - } - /* - * If the FSBL_IN_MASK Has not been cleared, WDT happened - * before FSBL exits - */ - if ((ResetReason & RESET_REASON_SWDT) == RESET_REASON_SWDT ) { - if ((RebootStatusRegister & FSBL_FAIL_MASK) == FSBL_IN_MASK) { - /* - * Clear the SWDT Reset bit - */ - ResetReason &= ~RESET_REASON_SWDT; - if (Silicon_Version == SILICON_VERSION_1) { - /* - * for 1.0 Silicon we need to write - * 1 to the RESET REASON Clear register - */ - Xil_Out32(RESET_REASON_CLR, 1); - } else { - Xil_Out32(REBOOT_STATUS_REG, ResetReason); - } - - fsbl_printf(DEBUG_GENERAL,"WDT_RESET_OCCURED \n\r"); - } - } -} - - -/****************************************************************************** -* -* This function converts time into Watchdog counter value -* -* @param watchdog expire time in seconds -* -* @return -* Counter value for Watchdog -* -* @note None -* -*******************************************************************************/ -u32 ConvertTime_WdtCounter(u32 seconds) -{ - double time = 0.0; - double CounterValue; - u32 Crv = 0; - u32 Prescaler,PrescalerValue; - - Prescaler = XWdtPs_GetControlValue(&Watchdog, XWDTPS_CLK_PRESCALE); - - if (Prescaler == XWDTPS_CCR_PSCALE_0008) - PrescalerValue = 8; - if (Prescaler == XWDTPS_CCR_PSCALE_0064) - PrescalerValue = 64; - if (Prescaler == XWDTPS_CCR_PSCALE_4096) - PrescalerValue = 4096; - - time = (double)(PrescalerValue) / (double)XPAR_PS7_WDT_0_WDT_CLK_FREQ_HZ; - - CounterValue = seconds / time; - - Crv = (u32)CounterValue; - Crv >>= WDT_CRV_SHIFT; - - return Crv; -} - -#endif - - -/****************************************************************************** -* -* This function Gets the Silicon Version stores in global variable -* -* @param None -* -* @return None -* -* @note None -* -*******************************************************************************/ -void GetSiliconVersion(void) -{ - /* - * Get the silicon version - */ - Silicon_Version = XDcfg_GetPsVersion(DcfgInstPtr); - if(Silicon_Version == SILICON_VERSION_3_1) { - fsbl_printf(DEBUG_GENERAL,"Silicon Version 3.1\r\n"); - } else { - fsbl_printf(DEBUG_GENERAL,"Silicon Version %lu.0\r\n", - Silicon_Version + 1); - } -} - - -/****************************************************************************** -* -* This function HeaderChecksum will calculates the header checksum and -* compares with checksum read from flash -* -* @param FlashOffsetAddress Flash offset address -* -* @return -* - XST_SUCCESS if ID matches -* - XST_FAILURE if ID mismatches -* -* @note None -* -*******************************************************************************/ -u32 HeaderChecksum(u32 FlashOffsetAddress){ - u32 Checksum = 0; - u32 Count; - u32 TempValue = 0; - - for (Count = 0; Count < IMAGE_HEADER_CHECKSUM_COUNT; Count++) { - /* - * Read the word from the header - */ - MoveImage(FlashOffsetAddress + IMAGE_WIDTH_CHECK_OFFSET + (Count*4), (u32)&TempValue, 4); - - /* - * Update checksum - */ - Checksum += TempValue; - } - - /* - * Invert checksum, last bit of error checking - */ - Checksum ^= 0xFFFFFFFF; - MoveImage(FlashOffsetAddress + IMAGE_CHECKSUM_OFFSET, (u32)&TempValue, 4); - - /* - * Validate the checksum - */ - if (TempValue != Checksum){ - fsbl_printf(DEBUG_INFO, "Checksum = %8.8lx\r\n", Checksum); - return XST_FAILURE; - } - - return XST_SUCCESS; -} - - -/****************************************************************************** -* -* This function ImageCheckID will do check for XLNX pattern -* -* @param FlashOffsetAddress Flash offset address -* -* @return -* - XST_SUCCESS if ID matches -* - XST_FAILURE if ID mismatches -* -* @note None -* -*******************************************************************************/ -u32 ImageCheckID(u32 FlashOffsetAddress){ - u32 ID; - - /* - * Read in the header info - */ - MoveImage(FlashOffsetAddress + IMAGE_IDENT_OFFSET, (u32)&ID, 4); - - /* - * Check the ID, make sure image is XLNX format - */ - if (ID != IMAGE_IDENT){ - return XST_FAILURE; - } - - return XST_SUCCESS; -} - - -/****************************************************************************** -* -* This function NextValidImageCheck search for valid boot image -* -* @param None -* -* @return -* - XST_SUCCESS if valid image found -* - XST_FAILURE if no image found -* -* @note None -* -*******************************************************************************/ -u32 NextValidImageCheck(void) -{ - u32 ImageBaseAddr; - u32 MultiBootReg; - u32 BootDevMaxSize=0; - - fsbl_printf(DEBUG_GENERAL, "Searching For Next Valid Image"); - - /* - * Setting variable with maximum flash size based on boot mode - */ -#ifdef XPAR_PS7_QSPI_LINEAR_0_S_AXI_BASEADDR - if (FlashReadBaseAddress == XPS_QSPI_LINEAR_BASEADDR) { - BootDevMaxSize = QspiFlashSize; - } -#endif - - if (FlashReadBaseAddress == XPS_NAND_BASEADDR) { - BootDevMaxSize = NAND_FLASH_SIZE; - } - - if (FlashReadBaseAddress == XPS_NOR_BASEADDR) { - BootDevMaxSize = NOR_FLASH_SIZE; - } - - /* - * Read the multiboot register - */ - MultiBootReg = XDcfg_ReadReg(DcfgInstPtr->Config.BaseAddr, - XDCFG_MULTIBOOT_ADDR_OFFSET); - - /* - * Compute the image start address - */ - ImageBaseAddr = (MultiBootReg & PCAP_MBOOT_REG_REBOOT_OFFSET_MASK) - * GOLDEN_IMAGE_OFFSET; - - /* - * Valid image search continue till end of the flash - * With increment 32KB in each iteration - */ - while (ImageBaseAddr < BootDevMaxSize) { - - fsbl_printf(DEBUG_INFO,"."); - - /* - * Valid image search using XLNX pattern at fixed offset - * and header checksum - */ - if ((ImageCheckID(ImageBaseAddr) == XST_SUCCESS) && - (HeaderChecksum(ImageBaseAddr) == XST_SUCCESS)) { - - fsbl_printf(DEBUG_GENERAL, "\r\nImage found, offset: 0x%.8lx\r\n", - ImageBaseAddr); - /* - * Update multiboot register - */ - XDcfg_WriteReg(DcfgInstPtr->Config.BaseAddr, - XDCFG_MULTIBOOT_ADDR_OFFSET, - MultiBootReg); - - return XST_SUCCESS; - } - - /* - * Increment mulitboot count - */ - MultiBootReg++; - - /* - * Compute the image start address - */ - ImageBaseAddr = (MultiBootReg & PCAP_MBOOT_REG_REBOOT_OFFSET_MASK) - * GOLDEN_IMAGE_OFFSET; - } - - return XST_FAILURE; -} - -/******************************************************************************/ -/** -* -* This function Checks for the ddr initialization completion -* -* @param None. -* -* @return -* - XST_SUCCESS if the initialization is successful -* - XST_FAILURE if the initialization is NOT successful -* -* @note None. -* -****************************************************************************/ -u32 DDRInitCheck(void) -{ - u32 ReadVal; - - /* - * Write and Read from the DDR location for sanity checks - */ - Xil_Out32(DDR_START_ADDR, DDR_TEST_PATTERN); - ReadVal = Xil_In32(DDR_START_ADDR); - if (ReadVal != DDR_TEST_PATTERN) { - return XST_FAILURE; - } - - /* - * Write and Read from the DDR location for sanity checks - */ - Xil_Out32(DDR_START_ADDR + DDR_TEST_OFFSET, DDR_TEST_PATTERN); - ReadVal = Xil_In32(DDR_START_ADDR + DDR_TEST_OFFSET); - if (ReadVal != DDR_TEST_PATTERN) { - return XST_FAILURE; - } - - return XST_SUCCESS; -} diff --git a/source/test_lower_machine/zynq_fsbl/md5.c b/source/test_lower_machine/zynq_fsbl/md5.c deleted file mode 100644 index 0fdda9b..0000000 --- a/source/test_lower_machine/zynq_fsbl/md5.c +++ /dev/null @@ -1,484 +0,0 @@ -/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - * All rights reserved. - * - * This package is an SSL implementation written - * by Eric Young (eay@cryptsoft.com). - * The implementation was written so as to conform with Netscapes SSL. - * - * This library is free for commercial and non-commercial use as long as - * the following conditions are adhered to. The following conditions - * apply to all code found in this distribution, be it the RC4, RSA, - * lhash, DES, etc., code; not just the SSL code. The SSL documentation - * included with this distribution is covered by the same copyright terms - * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * - * Copyright remains Eric Young's, and as such any Copyright notices in - * the code are not to be removed. - * If this package is used in a product, Eric Young should be given attribution - * as the author of the parts of the library used. - * This can be in the form of a textual message at program startup or - * in documentation (online or textual) provided with the package. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * "This product includes cryptographic software written by - * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the routines from the library - * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from - * the apps directory (application code) you must include an acknowledgement: - * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * - * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * The licence and distribution terms for any publicly available version or - * derivative of this code cannot be changed. i.e. this code cannot simply be - * copied and put under another distribution licence - * [including the GNU Public Licence.] - */ -/*****************************************************************************/ -/** -* -* @file md5.c -* -* Contains code to calculate checksum using md5 algorithm -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 5.00a sgd	05/17/13 Initial release
-*
-*
-* 
-* -* @note -* -******************************************************************************/ -/****************************** Include Files *********************************/ - -#include "md5.h" - -/******************************************************************************/ -/** -* -* This function sets the memory -* -* @param dest -* -* @param ch -* -* @param count -* -* @return None -* -* @note None -* -****************************************************************************/ -inline void * MD5Memset( void *dest, int ch, u32 count ) -{ - register char *dst8 = (char*)dest; - - while( count-- ) - *dst8++ = ch; - - return dest; -} - -/******************************************************************************/ -/** -* -* This function copy the memory -* -* @param dest -* -* @param ch -* -* @param count -* -* @return None -* -* @note None -* -****************************************************************************/ -inline void * MD5Memcpy( void *dest, const void *src, - u32 count, boolean doByteSwap ) -{ - register char * dst8 = (char*)dest; - register char * src8 = (char*)src; - - if( doByteSwap == FALSE ) { - while( count-- ) - *dst8++ = *src8++; - } else { - count /= sizeof( u32 ); - - while( count-- ) { - dst8[ 0 ] = src8[ 3 ]; - dst8[ 1 ] = src8[ 2 ]; - dst8[ 2 ] = src8[ 1 ]; - dst8[ 3 ] = src8[ 0 ]; - - dst8 += 4; - src8 += 4; - } - } - - return dest; -} - -/******************************************************************************/ -/** -* -* This function is the core of the MD5 algorithm, -* this alters an existing MD5 hash to -* reflect the addition of 16 longwords of new data. MD5Update blocks -* the data and converts bytes into longwords for this routine. -* -* Use binary integer part of the sine of integers (Radians) as constants. -* Calculated as: -* -* for( i = 0; i < 63; i++ ) -* k[ i ] := floor( abs( sin( i + 1 ) ) × pow( 2, 32 ) ) -* -* Following number is the per-round shift amount. -* -* @param dest -* -* @param ch -* -* @param count -* -* @return None -* -* @note None -* -****************************************************************************/ -void MD5Transform( u32 *buffer, u32 *intermediate ) -{ - register u32 a, b, c, d; - - a = buffer[ 0 ]; - b = buffer[ 1 ]; - c = buffer[ 2 ]; - d = buffer[ 3 ]; - - MD5_STEP( F1, a, b, c, d, intermediate[ 0 ] + 0xd76aa478, 7 ); - MD5_STEP( F1, d, a, b, c, intermediate[ 1 ] + 0xe8c7b756, 12 ); - MD5_STEP( F1, c, d, a, b, intermediate[ 2 ] + 0x242070db, 17 ); - MD5_STEP( F1, b, c, d, a, intermediate[ 3 ] + 0xc1bdceee, 22 ); - MD5_STEP( F1, a, b, c, d, intermediate[ 4 ] + 0xf57c0faf, 7 ); - MD5_STEP( F1, d, a, b, c, intermediate[ 5 ] + 0x4787c62a, 12 ); - MD5_STEP( F1, c, d, a, b, intermediate[ 6 ] + 0xa8304613, 17 ); - MD5_STEP( F1, b, c, d, a, intermediate[ 7 ] + 0xfd469501, 22 ); - MD5_STEP( F1, a, b, c, d, intermediate[ 8 ] + 0x698098d8, 7 ); - MD5_STEP( F1, d, a, b, c, intermediate[ 9 ] + 0x8b44f7af, 12 ); - MD5_STEP( F1, c, d, a, b, intermediate[ 10 ] + 0xffff5bb1, 17 ); - MD5_STEP( F1, b, c, d, a, intermediate[ 11 ] + 0x895cd7be, 22 ); - MD5_STEP( F1, a, b, c, d, intermediate[ 12 ] + 0x6b901122, 7 ); - MD5_STEP( F1, d, a, b, c, intermediate[ 13 ] + 0xfd987193, 12 ); - MD5_STEP( F1, c, d, a, b, intermediate[ 14 ] + 0xa679438e, 17 ); - MD5_STEP( F1, b, c, d, a, intermediate[ 15 ] + 0x49b40821, 22 ); - - MD5_STEP( F2, a, b, c, d, intermediate[ 1 ] + 0xf61e2562, 5 ); - MD5_STEP( F2, d, a, b, c, intermediate[ 6 ] + 0xc040b340, 9 ); - MD5_STEP( F2, c, d, a, b, intermediate[ 11 ] + 0x265e5a51, 14 ); - MD5_STEP( F2, b, c, d, a, intermediate[ 0 ] + 0xe9b6c7aa, 20 ); - MD5_STEP( F2, a, b, c, d, intermediate[ 5 ] + 0xd62f105d, 5 ); - MD5_STEP( F2, d, a, b, c, intermediate[ 10 ] + 0x02441453, 9 ); - MD5_STEP( F2, c, d, a, b, intermediate[ 15 ] + 0xd8a1e681, 14 ); - MD5_STEP( F2, b, c, d, a, intermediate[ 4 ] + 0xe7d3fbc8, 20 ); - MD5_STEP( F2, a, b, c, d, intermediate[ 9 ] + 0x21e1cde6, 5 ); - MD5_STEP( F2, d, a, b, c, intermediate[ 14 ] + 0xc33707d6, 9 ); - MD5_STEP( F2, c, d, a, b, intermediate[ 3 ] + 0xf4d50d87, 14 ); - MD5_STEP( F2, b, c, d, a, intermediate[ 8 ] + 0x455a14ed, 20 ); - MD5_STEP( F2, a, b, c, d, intermediate[ 13 ] + 0xa9e3e905, 5 ); - MD5_STEP( F2, d, a, b, c, intermediate[ 2 ] + 0xfcefa3f8, 9 ); - MD5_STEP( F2, c, d, a, b, intermediate[ 7 ] + 0x676f02d9, 14 ); - MD5_STEP( F2, b, c, d, a, intermediate[ 12 ] + 0x8d2a4c8a, 20 ); - - MD5_STEP( F3, a, b, c, d, intermediate[ 5 ] + 0xfffa3942, 4 ); - MD5_STEP( F3, d, a, b, c, intermediate[ 8 ] + 0x8771f681, 11 ); - MD5_STEP( F3, c, d, a, b, intermediate[ 11 ] + 0x6d9d6122, 16 ); - MD5_STEP( F3, b, c, d, a, intermediate[ 14 ] + 0xfde5380c, 23 ); - MD5_STEP( F3, a, b, c, d, intermediate[ 1 ] + 0xa4beea44, 4 ); - MD5_STEP( F3, d, a, b, c, intermediate[ 4 ] + 0x4bdecfa9, 11 ); - MD5_STEP( F3, c, d, a, b, intermediate[ 7 ] + 0xf6bb4b60, 16 ); - MD5_STEP( F3, b, c, d, a, intermediate[ 10 ] + 0xbebfbc70, 23 ); - MD5_STEP( F3, a, b, c, d, intermediate[ 13 ] + 0x289b7ec6, 4 ); - MD5_STEP( F3, d, a, b, c, intermediate[ 0 ] + 0xeaa127fa, 11 ); - MD5_STEP( F3, c, d, a, b, intermediate[ 3 ] + 0xd4ef3085, 16 ); - MD5_STEP( F3, b, c, d, a, intermediate[ 6 ] + 0x04881d05, 23 ); - MD5_STEP( F3, a, b, c, d, intermediate[ 9 ] + 0xd9d4d039, 4 ); - MD5_STEP( F3, d, a, b, c, intermediate[ 12 ] + 0xe6db99e5, 11 ); - MD5_STEP( F3, c, d, a, b, intermediate[ 15 ] + 0x1fa27cf8, 16 ); - MD5_STEP( F3, b, c, d, a, intermediate[ 2 ] + 0xc4ac5665, 23 ); - - MD5_STEP( F4, a, b, c, d, intermediate[ 0 ] + 0xf4292244, 6 ); - MD5_STEP( F4, d, a, b, c, intermediate[ 7 ] + 0x432aff97, 10 ); - MD5_STEP( F4, c, d, a, b, intermediate[ 14 ] + 0xab9423a7, 15 ); - MD5_STEP( F4, b, c, d, a, intermediate[ 5 ] + 0xfc93a039, 21 ); - MD5_STEP( F4, a, b, c, d, intermediate[ 12 ] + 0x655b59c3, 6 ); - MD5_STEP( F4, d, a, b, c, intermediate[ 3 ] + 0x8f0ccc92, 10 ); - MD5_STEP( F4, c, d, a, b, intermediate[ 10 ] + 0xffeff47d, 15 ); - MD5_STEP( F4, b, c, d, a, intermediate[ 1 ] + 0x85845dd1, 21 ); - MD5_STEP( F4, a, b, c, d, intermediate[ 8 ] + 0x6fa87e4f, 6 ); - MD5_STEP( F4, d, a, b, c, intermediate[ 15 ] + 0xfe2ce6e0, 10 ); - MD5_STEP( F4, c, d, a, b, intermediate[ 6 ] + 0xa3014314, 15 ); - MD5_STEP( F4, b, c, d, a, intermediate[ 13 ] + 0x4e0811a1, 21 ); - MD5_STEP( F4, a, b, c, d, intermediate[ 4 ] + 0xf7537e82, 6 ); - MD5_STEP( F4, d, a, b, c, intermediate[ 11 ] + 0xbd3af235, 10 ); - MD5_STEP( F4, c, d, a, b, intermediate[ 2 ] + 0x2ad7d2bb, 15 ); - MD5_STEP( F4, b, c, d, a, intermediate[ 9 ] + 0xeb86d391, 21 ); - - buffer[ 0 ] += a; - buffer[ 1 ] += b; - buffer[ 2 ] += c; - buffer[ 3 ] += d; - -} - -/******************************************************************************/ -/** -* -* This function Start MD5 accumulation -* Set bit count to 0 and buffer to mysterious initialization constants -* -* @param -* -* @return None -* -* @note None -* -****************************************************************************/ -inline void MD5Init( MD5Context *context ) -{ - - context->buffer[ 0 ] = 0x67452301; - context->buffer[ 1 ] = 0xefcdab89; - context->buffer[ 2 ] = 0x98badcfe; - context->buffer[ 3 ] = 0x10325476; - - context->bits[ 0 ] = 0; - context->bits[ 1 ] = 0; - -} - - -/******************************************************************************/ -/** -* -* This function updates context to reflect the concatenation of another -* buffer full of bytes -* -* @param -* -* @param -* -* @param -* -* @param -* -* @return None -* -* @note None -* -****************************************************************************/ -inline void MD5Update( MD5Context *context, u8 *buffer, - u32 len, boolean doByteSwap ) -{ - register u32 temp; - register u8 * p; - - /* - * Update bitcount - */ - - temp = context->bits[ 0 ]; - - if( ( context->bits[ 0 ] = temp + ( (u32)len << 3 ) ) < temp ) { - /* - * Carry from low to high - */ - context->bits[ 1 ]++; - } - - context->bits[ 1 ] += len >> 29; - - /* - * Bytes already in shsInfo->data - */ - - temp = ( temp >> 3 ) & 0x3f; - - /* - * Handle any leading odd-sized chunks - */ - - if( temp ) { - p = (u8 *)context->intermediate + temp; - - temp = MD5_SIGNATURE_BYTE_SIZE - temp; - - if( len < temp ) { - MD5Memcpy( p, buffer, len, doByteSwap ); - return; - } - - MD5Memcpy( p, buffer, temp, doByteSwap ); - - MD5Transform( context->buffer, (u32 *)context->intermediate ); - - buffer += temp; - len -= temp; - - } - - /* - * Process data in 64-byte, 512 bit, chunks - */ - - while( len >= MD5_SIGNATURE_BYTE_SIZE ) { - MD5Memcpy( context->intermediate, buffer, MD5_SIGNATURE_BYTE_SIZE, - doByteSwap ); - - MD5Transform( context->buffer, (u32 *)context->intermediate ); - - buffer += MD5_SIGNATURE_BYTE_SIZE; - len -= MD5_SIGNATURE_BYTE_SIZE; - - } - - /* - * Handle any remaining bytes of data - */ - MD5Memcpy( context->intermediate, buffer, len, doByteSwap ); - -} - -/******************************************************************************/ -/** -* -* This function final wrap-up - pad to 64-byte boundary with the bit pattern -* 1 0* (64-bit count of bits processed, MSB-first -* -* @param -* -* @param -* -* @param -* -* @param -* -* @return None -* -* @note None -* -****************************************************************************/ -inline void MD5Final( MD5Context *context, u8 *digest, - boolean doByteSwap ) -{ - u32 count; - u8 * p; - - /* - * Compute number of bytes mod 64 - */ - count = ( context->bits[ 0 ] >> 3 ) & 0x3F; - - /* - * Set the first char of padding to 0x80. This is safe since there is - * always at least one byte free - */ - p = context->intermediate + count; - *p++ = 0x80; - - /* - * Bytes of padding needed to make 64 bytes - */ - count = MD5_SIGNATURE_BYTE_SIZE - 1 - count; - - /* - * Pad out to 56 mod 64 - */ - if( count < 8 ) { - /* - * Two lots of padding: Pad the first block to 64 bytes - */ - MD5Memset( p, 0, count ); - - MD5Transform( context->buffer, (u32 *)context->intermediate ); - - /* - * Now fill the next block with 56 bytes - */ - MD5Memset( context->intermediate, 0, 56 ); - } else { - /* - * Pad block to 56 bytes - */ - MD5Memset( p, 0, count - 8 ); - } - - /* - * Append length in bits and transform - */ - ( (u32 *)context->intermediate )[ 14 ] = context->bits[ 0 ]; - ( (u32 *)context->intermediate )[ 15 ] = context->bits[ 1 ]; - - MD5Transform( context->buffer, (u32 *)context->intermediate ); - - /* - * Now return the digest - */ - MD5Memcpy( digest, context->buffer, 16, doByteSwap ); -} - -/******************************************************************************/ -/** -* -* This function calculate and store in 'digest' the MD5 digest of 'len' bytes at -* 'input'. 'digest' must have enough space to hold 16 bytes -* -* @param -* -* @param -* -* @param -* -* @param -* -* @return None -* -* @note None -* -****************************************************************************/ -void md5( u8 *input, u32 len, u8 *digest, boolean doByteSwap ) -{ - MD5Context context; - - MD5Init( &context ); - - MD5Update( &context, input, len, doByteSwap ); - - MD5Final( &context, digest, doByteSwap ); -} diff --git a/source/test_lower_machine/zynq_fsbl/md5.h b/source/test_lower_machine/zynq_fsbl/md5.h deleted file mode 100644 index 003d6af..0000000 --- a/source/test_lower_machine/zynq_fsbl/md5.h +++ /dev/null @@ -1,94 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file md5.h -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 5.00a sgd	05/17/13 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ -#ifndef ___MD5_H___ -#define ___MD5_H___ - - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ - -#define MD5_SIGNATURE_BYTE_SIZE 64 - -/**************************** Type Definitions *******************************/ - -typedef u8 boolean; -typedef u8 signature[ MD5_SIGNATURE_BYTE_SIZE ]; - -struct MD5Context - { - u32 buffer[ 4 ]; - u32 bits[ 2 ]; - signature intermediate; - }; -typedef struct MD5Context MD5Context; - -/***************** Macros (Inline Functions) Definitions *********************/ - -/* - * The four core functions - F1 is optimized somewhat - */ -#define F1( x, y, z ) ( z ^ ( x & ( y ^ z ) ) ) -#define F2( x, y, z ) F1( z, x, y ) -#define F3( x, y, z ) ( x ^ y ^ z ) -#define F4( x, y, z ) ( y ^ ( x | ~z ) ) - - -/* - * This is the central step in the MD5 algorithm - */ -#define MD5_STEP( f, w, x, y, z, data, s ) \ - ( w += f( x, y, z ) + data, w = w << s | w >> ( 32 - s ), w += x ) - - -/************************** Function Prototypes ******************************/ - -void * MD5Memset( void *dest, int ch, u32 count ); - -void * MD5Memcpy( void *dest, const void *src, u32 count, boolean doByteSwap ); - -void MD5Transform( u32 *buffer, u32 *intermediate ); - -void MD5Init( MD5Context *context ); - -void MD5Update( MD5Context *context, u8 *buffer, u32 len, boolean doByteSwap ); - -void MD5Final( MD5Context *context, u8 *digest, boolean doByteSwap ); - -void md5( u8 *input, u32 len, u8 *digest, boolean doByteSwap ); - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - - -#endif /* ___MD5_H___ */ diff --git a/source/test_lower_machine/zynq_fsbl/nand.c b/source/test_lower_machine/zynq_fsbl/nand.c deleted file mode 100644 index 743255c..0000000 --- a/source/test_lower_machine/zynq_fsbl/nand.c +++ /dev/null @@ -1,269 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file nand.c -* -* Contains code for the NAND FLASH functionality. Bad Block management -* is simple: skip the bad blocks and keep going. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a ecm	01/10/10 Initial release
-* 2.00a  mb	25/05/12 fsbl changes for standalone bsp based
-* 3.00a sgd	30/01/13 Code cleanup
-* 5.00a sgd	17/05/13 Support for Multi Boot
-* 
-* -* @note -* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#include "xparameters.h" -#include "fsbl.h" -#ifdef XPAR_PS7_NAND_0_BASEADDR -#include "nand.h" -#include "xnandps_bbm.h" - - -/************************** Constant Definitions *****************************/ - -#define NAND_DEVICE_ID XPAR_XNANDPS_0_DEVICE_ID - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ -static u32 XNandPs_CalculateLength(XNandPs *NandInstPtr, - u64 Offset, - u32 Length); - -/************************** Variable Definitions *****************************/ - -extern u32 FlashReadBaseAddress; -extern u32 FlashOffsetAddress; - -XNandPs *NandInstPtr; -XNandPs NandInstance; /* XNand Instance. */ - -/******************************************************************************/ -/** -* -* This function initializes the controller for the NAND FLASH interface. -* -* @param none -* -* @return -* - XST_SUCCESS if the controller initializes correctly -* - XST_FAILURE if the controller fails to initializes correctly -* -* @note none. -* -****************************************************************************/ -u32 InitNand(void) -{ - - u32 Status; - XNandPs_Config *ConfigPtr; - - /* - * Set up pointers to instance and the config structure - */ - NandInstPtr = &NandInstance; - - /* - * Initialize the flash driver. - */ - ConfigPtr = XNandPs_LookupConfig(NAND_DEVICE_ID); - - if (ConfigPtr == NULL) { - fsbl_printf(DEBUG_GENERAL,"Nand Driver failed \n \r"); - return XST_FAILURE; - } - - Status = XNandPs_CfgInitialize(NandInstPtr, ConfigPtr, - ConfigPtr->SmcBase,ConfigPtr->FlashBase); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"NAND initialization failed \n \r"); - return XST_FAILURE; - } - - /* - * Set up base address for access - */ - FlashReadBaseAddress = XPS_NAND_BASEADDR; - - fsbl_printf(DEBUG_INFO,"InitNand: Geometry = 0x%x\r\n", - NandInstPtr->Geometry.FlashWidth); - - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_GENERAL,"InitNand: Status = 0x%.8x\r\n", - Status); - return XST_FAILURE; - } - - /* - * set up the FLASH access pointers - */ - fsbl_printf(DEBUG_INFO,"Nand driver initialized \n\r"); - - return XST_SUCCESS; -} - -/******************************************************************************/ -/** -* -* This function provides the NAND FLASH interface for the Simplified header -* functionality. This function handles bad blocks. -* -* The source address is the absolute good address, bad blocks are skipped -* without incrementing the source address. -* -* @param SourceAddress is address in FLASH data space, absolute good address -* @param DestinationAddress is address in OCM data space -* -* @return XST_SUCCESS if the transfer completes correctly -* XST_FAILURE if the transfer fails to completes correctly -* -* @note none. -* -****************************************************************************/ -u32 NandAccess(u32 SourceAddress, u32 DestinationAddress, u32 LengthBytes) -{ - u32 ActLen; - u32 BlockOffset; - u32 Block; - u32 Status; - u32 BytesLeft = LengthBytes; - u32 BlockSize = NandInstPtr->Geometry.BlockSize; - u8 *BufPtr = (u8 *)DestinationAddress; - u32 ReadLen; - u32 BlockReadLen; - u32 Offset; - u32 TmpAddress = 0 ; - u32 BlockCount = 0; - u32 BadBlocks = 0; - - /* - * First get bad blocks before the source address - */ - while (TmpAddress < SourceAddress) { - while (XNandPs_IsBlockBad(NandInstPtr, BlockCount) == - XST_SUCCESS) { - BlockCount ++; - BadBlocks ++; - } - - TmpAddress += BlockSize; - BlockCount ++; - } - - Offset = SourceAddress + BadBlocks * BlockSize; - - /* - * Calculate the actual length including bad blocks - */ - ActLen = XNandPs_CalculateLength(NandInstPtr, Offset, LengthBytes); - - /* - * Check if the actual length cross flash size - */ - if (Offset + ActLen > NandInstPtr->Geometry.DeviceSize) { - return XST_FAILURE; - } - - while (BytesLeft > 0) { - BlockOffset = Offset & (BlockSize - 1); - Block = (Offset & ~(BlockSize - 1))/BlockSize; - BlockReadLen = BlockSize - BlockOffset; - - Status = XNandPs_IsBlockBad(NandInstPtr, Block); - if (Status == XST_SUCCESS) { - /* Move to next block */ - Offset += BlockReadLen; - continue; - } - - /* - * Check if we cross block boundary - */ - if (BytesLeft < BlockReadLen) { - ReadLen = BytesLeft; - } else { - ReadLen = BlockReadLen; - } - - /* - * Read from the NAND flash - */ - Status = XNandPs_Read(NandInstPtr, Offset, ReadLen, BufPtr, NULL); - if (Status != XST_SUCCESS) { - return Status; - } - BytesLeft -= ReadLen; - Offset += ReadLen; - BufPtr += ReadLen; - } - - return XST_SUCCESS; -} - -/*****************************************************************************/ -/** -* -* This function returns the length including bad blocks from a given offset and -* length. -* -* @param NandInstPtr is the pointer to the XNandPs instance. -* @param Offset is the flash data address to read from. -* @param Length is number of bytes to read. -* -* @return -* - Return actual length including bad blocks. -* -* @note None. -* -******************************************************************************/ -static u32 XNandPs_CalculateLength(XNandPs *NandInstPtr, - u64 Offset, - u32 Length) -{ - u32 BlockSize = NandInstPtr->Geometry.BlockSize; - u32 CurBlockLen; - u32 CurBlock; - u32 Status; - u32 TempLen = 0; - u32 ActLen = 0; - - while (TempLen < Length) { - CurBlockLen = BlockSize - (Offset & (BlockSize - 1)); - CurBlock = (Offset & ~(BlockSize - 1))/BlockSize; - - /* - * Check if the block is bad - */ - Status = XNandPs_IsBlockBad(NandInstPtr, CurBlock); - if (Status != XST_SUCCESS) { - /* Good Block */ - TempLen += CurBlockLen; - } - ActLen += CurBlockLen; - Offset += CurBlockLen; - if (Offset >= NandInstPtr->Geometry.DeviceSize) { - break; - } - } - - return ActLen; -} - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/nand.h b/source/test_lower_machine/zynq_fsbl/nand.h deleted file mode 100644 index 0dd1fd2..0000000 --- a/source/test_lower_machine/zynq_fsbl/nand.h +++ /dev/null @@ -1,65 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file nand.h -* -* This file contains the interface for the NAND FLASH functionality -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a ecm	01/10/10 Initial release
-* 2.00a mb	30/05/12 added the flag XPAR_PS7_NAND_0_BASEADDR
-* 10.00a kc 08/04/14 Fix for CR#809336 - Removed smc.h
-* 
-* -* @note -* -******************************************************************************/ -#ifndef ___NAND_H___ -#define ___NAND_H___ - - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - - -#ifdef XPAR_PS7_NAND_0_BASEADDR - -#include "xnandps.h" -#include "xnandps_bbm.h" -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ -u32 InitNand(void); - -u32 NandAccess( u32 SourceAddress, - u32 DestinationAddress, - u32 LengthWords); -#endif -/************************** Variable Definitions *****************************/ - - -#ifdef __cplusplus -} -#endif - - -#endif /* ___NAND_H___ */ - diff --git a/source/test_lower_machine/zynq_fsbl/nor.c b/source/test_lower_machine/zynq_fsbl/nor.c deleted file mode 100644 index baa0858..0000000 --- a/source/test_lower_machine/zynq_fsbl/nor.c +++ /dev/null @@ -1,118 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file nor.c -* -* Contains code for the NOR FLASH functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a ecm	01/10/10 Initial release
-* 2.00a mb	25/05/12 mio init removed
-* 3.00a sgd	30/01/13 Code cleanup
-*
-* 
-* -* @note -* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#include "fsbl.h" -#include "nor.h" -#include "xstatus.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -extern u32 FlashReadBaseAddress; - -/******************************************************************************/ -/******************************************************************************/ -/** -* -* This function initializes the controller for the NOR FLASH interface. -* -* @param None -* -* @return None -* -* @note None. -* -****************************************************************************/ -void InitNor(void) -{ - - /* - * Set up the base address for access - */ - FlashReadBaseAddress = XPS_NOR_BASEADDR; -} - -/******************************************************************************/ -/** -* -* This function provides the NOR FLASH interface for the Simplified header -* functionality. -* -* @param SourceAddress is address in FLASH data space -* @param DestinationAddress is address in OCM data space -* @param LengthBytes is the data length to transfer in bytes -* -* @return -* - XST_SUCCESS if the write completes correctly -* - XST_FAILURE if the write fails to completes correctly -* -* @note None. -* -****************************************************************************/ -u32 NorAccess(u32 SourceAddress, u32 DestinationAddress, u32 LengthBytes) -{ - u32 Data; - u32 Count; - u32 *SourceAddr; - u32 *DestAddr; - u32 LengthWords; - - /* - * check for non-word tail - * add bytes to cover the end - */ - if ((LengthBytes%4) != 0){ - - LengthBytes += (4 - (LengthBytes & 0x00000003)); - } - - LengthWords = LengthBytes >> WORD_LENGTH_SHIFT; - - SourceAddr = (u32 *)(SourceAddress + FlashReadBaseAddress); - DestAddr = (u32 *)(DestinationAddress); - - /* - * Word transfers, endianism isn't an issue - */ - for (Count=0; Count < LengthWords; Count++){ - - Data = Xil_In32((u32)(SourceAddr++)); - Xil_Out32((u32)(DestAddr++), Data); - } - - return XST_SUCCESS; -} - diff --git a/source/test_lower_machine/zynq_fsbl/nor.h b/source/test_lower_machine/zynq_fsbl/nor.h deleted file mode 100644 index 0cec19b..0000000 --- a/source/test_lower_machine/zynq_fsbl/nor.h +++ /dev/null @@ -1,61 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file nor.h -* -* This file contains the interface for the NOR FLASH functionality -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a ecm	01/10/10 Initial release
-* 10.00a kc 08/04/14 Fix for CR#809336 - Removed smc.h
-*
-* 
-* -* @note -* -******************************************************************************/ -#ifndef ___NOR_H___ -#define ___NOR_H___ - - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -/************************** Constant Definitions *****************************/ - -#define XPS_NOR_BASEADDR XPS_PARPORT0_BASEADDR - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - - -void InitNor(void); - -u32 NorAccess( u32 SourceAddress, - u32 DestinationAddress, - u32 LengthBytes); - -/************************** Variable Definitions *****************************/ -#ifdef __cplusplus -} -#endif - - -#endif /* ___NOR_H___ */ - diff --git a/source/test_lower_machine/zynq_fsbl/pcap.c b/source/test_lower_machine/zynq_fsbl/pcap.c deleted file mode 100644 index 7404bb7..0000000 --- a/source/test_lower_machine/zynq_fsbl/pcap.c +++ /dev/null @@ -1,790 +0,0 @@ -/***************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file pcap.c -* -* Contains code for enabling and accessing the PCAP -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a ecm	02/10/10	Initial release
-* 2.00a jz	05/28/11	Add SD support
-* 2.00a mb	25/05/12	using the EDK provided devcfg driver
-* 						Nand/SD encryption and review comments
-* 3.00a mb  16/08/12	Added the poll function
-*						Removed the FPGA_RST_CTRL define
-*						Added the flag for NON PS instantiated bitstream
-* 4.00a sgd 02/28/13	Fix for CR#681014 - ECC init in FSBL should not call
-*                                           fabric_init()
-* 						Fix for CR#689026 - FSBL doesn't hold PL resets active
-* 						                    during bit download
-* 						Fix for CR#699475 - FSBL functionality is broken and
-* 						                    its not able to boot in QSPI/NAND
-* 						                    bootmode
-*						Fix for CR#705664 - FSBL fails to decrypt the
-*						                    bitstream when the image is AES
-*						                    encrypted using non-zero key value
-* 6.00a kc  08/30/13    Fix for CR#722979 - Provide customer-friendly
-*                                           changelogs in FSBL
-* 7.00a kc	10/25/13	Fix for CR#724620 - How to handle PCAP_MODE after
-*						                    bitstream configuration
-*						Fix for CR#726178 - FabricInit() PROG_B is kept active
-*						                    for 5mS.
-* 						Fix for CR#731839 - FSBL has to check the
-* 											HMAC error status after decryption
-*			12/04/13	Fix for CR#764382 - How to handle PCAP_MODE after
-*						                    bitstream configuration - PCAP_MODE
-*											and PCAP_PR bits are not modified
-* 8.00a kc  2/20/14		Fix for CR#775631 - FSBL: FsblGetGlobalTimer() 
-*						is not proper
-* 10.00a kc 07/24/14    Fix for CR#809336 - Minor code cleanup
-* 13.00a ssc 04/10/15   Fix for CR#846899 - Corrected logic to clear
-*                                           DMA done count
-* 15.00a gan 07/21/16   Fix for CR# 953654 -(2016.3)FSBL -
-* 											In pcap.c/pcap.h/main.h,
-* 											Fabric Initialization sequence
-* 											is modified to check the PL power
-* 											before sequence starts and checking
-* 											INIT_B reset status twice in case
-* 											of failure.
-* 16.00a gan 08/02/16   Fix for CR# 955897 -(2016.3)FSBL -
-* 											In pcap.c, check pl power
-* 											through MCTRL register for
-* 											3.0 and later versions of silicon.
-* 
-* -* @note -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "pcap.h" -#include "nand.h" /* For NAND geometry information */ -#include "fsbl.h" -#include "image_mover.h" /* For MoveImage */ -#include "xparameters.h" -#include "xil_exception.h" -#include "xdevcfg.h" -#include "sleep.h" -#include "xtime_l.h" - -#ifdef XPAR_XWDTPS_0_BASEADDR -#include "xwdtps.h" -#endif -/************************** Constant Definitions *****************************/ -/* - * The following constants map to the XPAR parameters created in the - * xparameters.h file. They are only defined here such that a user can easily - * change all the needed parameters in one place. - */ - -#define DCFG_DEVICE_ID XPAR_XDCFG_0_DEVICE_ID - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ -extern int XDcfgPollDone(u32 MaskValue, u32 MaxCount); - -/************************** Variable Definitions *****************************/ -/* Devcfg driver instance */ -static XDcfg DcfgInstance; -XDcfg *DcfgInstPtr; -extern u32 Silicon_Version; -#ifdef XPAR_XWDTPS_0_BASEADDR -extern XWdtPs Watchdog; /* Instance of WatchDog Timer */ -#endif - -/******************************************************************************/ -/** -* -* This function transfer data using PCAP -* -* @param SourceDataPtr is a pointer to where the data is read from -* @param DestinationDataPtr is a pointer to where the data is written to -* @param SourceLength is the length of the data to be moved in words -* @param DestinationLength is the length of the data to be moved in words -* @param SecureTransfer indicated the encryption key location, 0 for -* non-encrypted -* -* @return -* - XST_SUCCESS if the transfer is successful -* - XST_FAILURE if the transfer fails -* -* @note None -* -****************************************************************************/ -u32 PcapDataTransfer(u32 *SourceDataPtr, u32 *DestinationDataPtr, - u32 SourceLength, u32 DestinationLength, u32 SecureTransfer) -{ - u32 Status; - u32 IntrStsReg; - u32 PcapTransferType = XDCFG_CONCURRENT_NONSEC_READ_WRITE; - - /* - * Check for secure transfer - */ - if (SecureTransfer) { - PcapTransferType = XDCFG_CONCURRENT_SECURE_READ_WRITE; - } - -#ifdef FSBL_PERF - XTime tXferCur = 0; - FsblGetGlobalTime(&tXferCur); -#endif - - /* - * Clear the PCAP status registers - */ - Status = ClearPcapStatus(); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_INFO,"PCAP_CLEAR_STATUS_FAIL \r\n"); - return XST_FAILURE; - } - -#ifdef XPAR_XWDTPS_0_BASEADDR - /* - * Prevent WDT reset - */ - XWdtPs_RestartWdt(&Watchdog); -#endif - - /* - * PCAP single DMA transfer setup - */ - SourceDataPtr = (u32*)((u32)SourceDataPtr | PCAP_LAST_TRANSFER); - DestinationDataPtr = (u32*)((u32)DestinationDataPtr | PCAP_LAST_TRANSFER); - - /* - * Transfer using Device Configuration - */ - Status = XDcfg_Transfer(DcfgInstPtr, (u8 *)SourceDataPtr, - SourceLength, - (u8 *)DestinationDataPtr, - DestinationLength, PcapTransferType); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_INFO,"Status of XDcfg_Transfer = %lu \r \n",Status); - return XST_FAILURE; - } - - /* - * Dump the PCAP registers - */ - PcapDumpRegisters(); - - /* - * Poll for the DMA done - */ - Status = XDcfgPollDone(XDCFG_IXR_DMA_DONE_MASK, MAX_COUNT); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_INFO,"PCAP_DMA_DONE_FAIL \r\n"); - return XST_FAILURE; - } - - fsbl_printf(DEBUG_INFO,"DMA Done ! \n\r"); - - /* - * Check for errors - */ - IntrStsReg = XDcfg_IntrGetStatus(DcfgInstPtr); - if (IntrStsReg & FSBL_XDCFG_IXR_ERROR_FLAGS_MASK) { - fsbl_printf(DEBUG_INFO,"Errors in PCAP \r\n"); - return XST_FAILURE; - } - - /* - * For Performance measurement - */ -#ifdef FSBL_PERF - XTime tXferEnd = 0; - fsbl_printf(DEBUG_GENERAL,"Time taken is "); - FsblMeasurePerfTime(tXferCur,tXferEnd); -#endif - - return XST_SUCCESS; -} - - -/******************************************************************************/ -/** -* -* This function loads PL partition using PCAP -* -* @param SourceDataPtr is a pointer to where the data is read from -* @param DestinationDataPtr is a pointer to where the data is written to -* @param SourceLength is the length of the data to be moved in words -* @param DestinationLength is the length of the data to be moved in words -* @param SecureTransfer indicated the encryption key location, 0 for -* non-encrypted -* -* @return -* - XST_SUCCESS if the transfer is successful -* - XST_FAILURE if the transfer fails -* -* @note None -* -****************************************************************************/ -u32 PcapLoadPartition(u32 *SourceDataPtr, u32 *DestinationDataPtr, - u32 SourceLength, u32 DestinationLength, u32 SecureTransfer) -{ - u32 Status; - u32 IntrStsReg; - u32 PcapTransferType = XDCFG_NON_SECURE_PCAP_WRITE; - - /* - * Check for secure transfer - */ - if (SecureTransfer) { - PcapTransferType = XDCFG_SECURE_PCAP_WRITE; - } - -#ifdef FSBL_PERF - XTime tXferCur = 0; - FsblGetGlobalTime(&tXferCur); -#endif - - /* - * Clear the PCAP status registers - */ - Status = ClearPcapStatus(); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_INFO,"PCAP_CLEAR_STATUS_FAIL \r\n"); - return XST_FAILURE; - } - - /* - * For Bitstream case destination address will be 0xFFFFFFFF - */ - DestinationDataPtr = (u32*)XDCFG_DMA_INVALID_ADDRESS; - - /* - * New Bitstream download initialization sequence - */ - Status = FabricInit(); - if (Status != XST_SUCCESS) { - return XST_FAILURE; - } - - -#ifdef XPAR_XWDTPS_0_BASEADDR - /* - * Prevent WDT reset - */ - XWdtPs_RestartWdt(&Watchdog); -#endif - - /* - * PCAP single DMA transfer setup - */ - SourceDataPtr = (u32*)((u32)SourceDataPtr | PCAP_LAST_TRANSFER); - DestinationDataPtr = (u32*)((u32)DestinationDataPtr | PCAP_LAST_TRANSFER); - - /* - * Transfer using Device Configuration - */ - Status = XDcfg_Transfer(DcfgInstPtr, (u8 *)SourceDataPtr, - SourceLength, - (u8 *)DestinationDataPtr, - DestinationLength, PcapTransferType); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_INFO,"Status of XDcfg_Transfer = %lu \r \n",Status); - return XST_FAILURE; - } - - - /* - * Dump the PCAP registers - */ - PcapDumpRegisters(); - - - /* - * Poll for the DMA done - */ - Status = XDcfgPollDone(XDCFG_IXR_DMA_DONE_MASK, MAX_COUNT); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_INFO,"PCAP_DMA_DONE_FAIL \r\n"); - return XST_FAILURE; - } - - fsbl_printf(DEBUG_INFO,"DMA Done ! \n\r"); - - /* - * Poll for FPGA Done - */ - Status = XDcfgPollDone(XDCFG_IXR_PCFG_DONE_MASK, MAX_COUNT); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_INFO,"PCAP_FPGA_DONE_FAIL\r\n"); - return XST_FAILURE; - } - - fsbl_printf(DEBUG_INFO,"FPGA Done ! \n\r"); - - /* - * Check for errors - */ - IntrStsReg = XDcfg_IntrGetStatus(DcfgInstPtr); - if (IntrStsReg & FSBL_XDCFG_IXR_ERROR_FLAGS_MASK) { - fsbl_printf(DEBUG_INFO,"Errors in PCAP \r\n"); - return XST_FAILURE; - } - - /* - * For Performance measurement - */ -#ifdef FSBL_PERF - XTime tXferEnd = 0; - fsbl_printf(DEBUG_GENERAL,"Time taken is "); - FsblMeasurePerfTime(tXferCur,tXferEnd); -#endif - - return XST_SUCCESS; -} - -/******************************************************************************/ -/** -* -* This function Initializes the PCAP driver. -* -* @param none -* -* @return -* - XST_SUCCESS if the pcap driver initialization is successful -* - XST_FAILURE if the pcap driver initialization fails -* -* @note none -* -****************************************************************************/ -int InitPcap(void) -{ - XDcfg_Config *ConfigPtr; - int Status = XST_SUCCESS; - DcfgInstPtr = &DcfgInstance; - - /* - * Initialize the Device Configuration Interface driver. - */ - ConfigPtr = XDcfg_LookupConfig(DCFG_DEVICE_ID); - - Status = XDcfg_CfgInitialize(DcfgInstPtr, ConfigPtr, - ConfigPtr->BaseAddr); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_INFO, "XDcfg_CfgInitialize failed \n\r"); - return XST_FAILURE; - } - - return XST_SUCCESS; -} -/******************************************************************************/ -/** -* -* This function programs the Fabric for use. -* -* @param None -* -* @return -* - XST_SUCCESS if the Fabric initialization is successful -* - XST_FAILURE if the Fabric initialization fails -* @note None -* -****************************************************************************/ -u32 FabricInit(void) -{ - u32 PcapReg; - u32 PcapCtrlRegVal; - u32 StatusReg; - u32 MctrlReg; - u32 PcfgInit; - u32 TimerExpired=0; - XTime tCur=0; - XTime tEnd=0; - - - /* - * Set Level Shifters DT618760 - PS to PL enabling - */ - Xil_Out32(PS_LVL_SHFTR_EN, LVL_PS_PL); - fsbl_printf(DEBUG_INFO,"Level Shifter Value = 0x%lx \r\n", - Xil_In32(PS_LVL_SHFTR_EN)); - - /* - * Get DEVCFG controller settings - */ - PcapReg = XDcfg_ReadReg(DcfgInstPtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - /* - * Check the PL power status - */ - if(Silicon_Version >= SILICON_VERSION_3) - { - MctrlReg = XDcfg_GetMiscControlRegister(DcfgInstPtr); - - if((MctrlReg & XDCFG_MCTRL_PCAP_PCFG_POR_B_MASK) != - XDCFG_MCTRL_PCAP_PCFG_POR_B_MASK) - { - fsbl_printf(DEBUG_INFO,"Fabric not powered up\r\n"); - return XST_FAILURE; - } - } - - - /* - * Setting PCFG_PROG_B signal to high - */ - XDcfg_WriteReg(DcfgInstPtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (PcapReg | XDCFG_CTRL_PCFG_PROG_B_MASK)); - - /* - * Check for AES source key - */ - PcapCtrlRegVal = XDcfg_GetControlRegister(DcfgInstPtr); - if (PcapCtrlRegVal & XDCFG_CTRL_PCFG_AES_FUSE_MASK) { - /* - * 5msec delay - */ - usleep(5000); - } - - /* - * Setting PCFG_PROG_B signal to low - */ - XDcfg_WriteReg(DcfgInstPtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (PcapReg & ~XDCFG_CTRL_PCFG_PROG_B_MASK)); - - /* - * Check for AES source key - */ - if (PcapCtrlRegVal & XDCFG_CTRL_PCFG_AES_FUSE_MASK) { - /* - * 5msec delay - */ - usleep(5000); - } - - /* - * Polling the PCAP_INIT status for Reset or timeout - */ - - XTime_GetTime(&tCur); - do - { - PcfgInit = (XDcfg_GetStatusRegister(DcfgInstPtr) & - XDCFG_STATUS_PCFG_INIT_MASK); - if(PcfgInit == 0) - { - break; - } - XTime_GetTime(&tEnd); - if((u64)((u64)tCur + (COUNTS_PER_MILLI_SECOND*30)) > (u64)tEnd) - { - TimerExpired = 1; - } - - } while(!TimerExpired); - - if(TimerExpired == 1) - { - TimerExpired = 0; - /* - * Came here due to expiration and PCAP_INIT is set. - * Retry PCFG_PROG_B High -> Low again - */ - - /* - * Setting PCFG_PROG_B signal to high - */ - XDcfg_WriteReg(DcfgInstPtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (PcapReg | XDCFG_CTRL_PCFG_PROG_B_MASK)); - - /* - * Check for AES source key - */ - PcapCtrlRegVal = XDcfg_GetControlRegister(DcfgInstPtr); - if (PcapCtrlRegVal & XDCFG_CTRL_PCFG_AES_FUSE_MASK) { - /* - * 5msec delay - */ - usleep(5000); - } - - /* - * Setting PCFG_PROG_B signal to low - */ - XDcfg_WriteReg(DcfgInstPtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (PcapReg & ~XDCFG_CTRL_PCFG_PROG_B_MASK)); - - /* - * Check for AES source key - */ - if (PcapCtrlRegVal & XDCFG_CTRL_PCFG_AES_FUSE_MASK) { - /* - * 5msec delay - */ - usleep(5000); - } - /* - * Polling the PCAP_INIT status for Reset or timeout (second iteration) - */ - - XTime_GetTime(&tCur); - do - { - PcfgInit = (XDcfg_GetStatusRegister(DcfgInstPtr) & - XDCFG_STATUS_PCFG_INIT_MASK); - if(PcfgInit == 0) - { - break; - } - XTime_GetTime(&tEnd); - if((u64)((u64)tCur + (COUNTS_PER_MILLI_SECOND*30)) > (u64)tEnd) - { - TimerExpired = 1; - } - - } while(!TimerExpired); - - if(TimerExpired == 1) - { - /* - * Came here due to PCAP_INIT is not getting reset - * for PCFG_PROG_B signal High -> Low - */ - fsbl_printf(DEBUG_INFO,"Fabric Init failed\r\n"); - return XST_FAILURE; - } - } - - /* - * Setting PCFG_PROG_B signal to high - */ - XDcfg_WriteReg(DcfgInstPtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (PcapReg | XDCFG_CTRL_PCFG_PROG_B_MASK)); - - /* - * Polling the PCAP_INIT status for Set - */ - while(!(XDcfg_GetStatusRegister(DcfgInstPtr) & - XDCFG_STATUS_PCFG_INIT_MASK)); - - /* - * Get Device configuration status - */ - StatusReg = XDcfg_GetStatusRegister(DcfgInstPtr); - fsbl_printf(DEBUG_INFO,"Devcfg Status register = 0x%lx \r\n",StatusReg); - - fsbl_printf(DEBUG_INFO,"PCAP:Fabric is Initialized done\r\n"); - - return XST_SUCCESS; -} -/******************************************************************************/ -/** -* -* This function Clears the PCAP status registers. -* -* @param None -* -* @return -* - XST_SUCCESS if the pcap status registers are cleared -* - XST_FAILURE if errors are there -* - XST_DEVICE_BUSY if Pcap device is busy -* @note None -* -****************************************************************************/ -u32 ClearPcapStatus(void) -{ - - u32 StatusReg; - u32 IntStatusReg; - - /* - * Clear it all, so if Boot ROM comes back, it can proceed - */ - XDcfg_IntrClear(DcfgInstPtr, 0xFFFFFFFF); - - /* - * Get PCAP Interrupt Status Register - */ - IntStatusReg = XDcfg_IntrGetStatus(DcfgInstPtr); - if (IntStatusReg & FSBL_XDCFG_IXR_ERROR_FLAGS_MASK) { - fsbl_printf(DEBUG_INFO,"FATAL errors in PCAP %lx\r\n", - IntStatusReg); - return XST_FAILURE; - } - - /* - * Read the PCAP status register for DMA status - */ - StatusReg = XDcfg_GetStatusRegister(DcfgInstPtr); - - fsbl_printf(DEBUG_INFO,"PCAP:StatusReg = 0x%.8lx\r\n", StatusReg); - - /* - * If the queue is full, return w/ XST_DEVICE_BUSY - */ - if ((StatusReg & XDCFG_STATUS_DMA_CMD_Q_F_MASK) == - XDCFG_STATUS_DMA_CMD_Q_F_MASK) { - - fsbl_printf(DEBUG_INFO,"PCAP_DEVICE_BUSY\r\n"); - return XST_DEVICE_BUSY; - } - - fsbl_printf(DEBUG_INFO,"PCAP:device ready\r\n"); - - /* - * There are unacknowledged DMA commands outstanding - */ - if ((StatusReg & XDCFG_STATUS_DMA_CMD_Q_E_MASK) != - XDCFG_STATUS_DMA_CMD_Q_E_MASK) { - - IntStatusReg = XDcfg_IntrGetStatus(DcfgInstPtr); - - if ((IntStatusReg & XDCFG_IXR_DMA_DONE_MASK) != - XDCFG_IXR_DMA_DONE_MASK){ - /* - * Error state, transfer cannot occur - */ - fsbl_printf(DEBUG_INFO,"PCAP:IntStatus indicates error\r\n"); - return XST_FAILURE; - } - else { - /* - * clear out the status - */ - XDcfg_IntrClear(DcfgInstPtr, XDCFG_IXR_DMA_DONE_MASK); - } - } - - if ((StatusReg & XDCFG_STATUS_DMA_DONE_CNT_MASK) != 0) { - XDcfg_SetStatusRegister(DcfgInstPtr, StatusReg | - XDCFG_STATUS_DMA_DONE_CNT_MASK); - } - - fsbl_printf(DEBUG_INFO,"PCAP:Clear done\r\n"); - - return XST_SUCCESS; -} - -/******************************************************************************/ -/** -* -* This function prints PCAP register status. -* -* @param none -* -* @return none -* -* @note none -* -****************************************************************************/ -void PcapDumpRegisters (void) { - - fsbl_printf(DEBUG_INFO,"PCAP register dump:\r\n"); - - fsbl_printf(DEBUG_INFO,"PCAP CTRL 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_CTRL_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_CTRL_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP LOCK 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_LOCK_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_LOCK_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP CONFIG 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_CFG_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_CFG_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP ISR 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_INT_STS_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_INT_STS_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP IMR 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_INT_MASK_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_INT_MASK_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP STATUS 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_STATUS_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_STATUS_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP DMA SRC ADDR 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_DMA_SRC_ADDR_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_DMA_SRC_ADDR_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP DMA DEST ADDR 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_DMA_DEST_ADDR_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_DMA_DEST_ADDR_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP DMA SRC LEN 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_DMA_SRC_LEN_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_DMA_SRC_LEN_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP DMA DEST LEN 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_DMA_DEST_LEN_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_DMA_DEST_LEN_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP ROM SHADOW CTRL 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_ROM_SHADOW_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_ROM_SHADOW_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP MBOOT 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_MULTIBOOT_ADDR_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_MULTIBOOT_ADDR_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP SW ID 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_SW_ID_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_SW_ID_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP UNLOCK 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_UNLOCK_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_UNLOCK_OFFSET)); - fsbl_printf(DEBUG_INFO,"PCAP MCTRL 0x%x: 0x%08lx\r\n", - XPS_DEV_CFG_APB_BASEADDR + XDCFG_MCTRL_OFFSET, - Xil_In32(XPS_DEV_CFG_APB_BASEADDR + XDCFG_MCTRL_OFFSET)); -} - -/******************************************************************************/ -/** -* -* This function Polls for the DMA done or FPGA done. -* -* @param none -* -* @return -* - XST_SUCCESS if polling for DMA/FPGA done is successful -* - XST_FAILURE if polling for DMA/FPGA done fails -* -* @note none -* -****************************************************************************/ -int XDcfgPollDone(u32 MaskValue, u32 MaxCount) -{ - int Count = MaxCount; - u32 IntrStsReg = 0; - - /* - * poll for the DMA done - */ - IntrStsReg = XDcfg_IntrGetStatus(DcfgInstPtr); - while ((IntrStsReg & MaskValue) != - MaskValue) { - IntrStsReg = XDcfg_IntrGetStatus(DcfgInstPtr); - Count -=1; - - if (IntrStsReg & FSBL_XDCFG_IXR_ERROR_FLAGS_MASK) { - fsbl_printf(DEBUG_INFO,"FATAL errors in PCAP %lx\r\n", - IntrStsReg); - PcapDumpRegisters(); - return XST_FAILURE; - } - - if(!Count) { - fsbl_printf(DEBUG_GENERAL,"PCAP transfer timed out \r\n"); - return XST_FAILURE; - } - if (Count > (MAX_COUNT-100)) { - fsbl_printf(DEBUG_GENERAL,"."); - } - } - - fsbl_printf(DEBUG_GENERAL,"\n\r"); - - XDcfg_IntrClear(DcfgInstPtr, IntrStsReg & MaskValue); - - return XST_SUCCESS; -} diff --git a/source/test_lower_machine/zynq_fsbl/pcap.h b/source/test_lower_machine/zynq_fsbl/pcap.h deleted file mode 100644 index a44f0d5..0000000 --- a/source/test_lower_machine/zynq_fsbl/pcap.h +++ /dev/null @@ -1,82 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file pcap.h -* -* This file contains the interface for intiializing and accessing the PCAP -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a ecm	02/10/10 Initial release
-* 2.00a mb  16/08/12 Added the macros and function prototypes
-* 15.00a gan 07/21/16   953654 -(2016.3)FSBL -In pcap.c/pcap.h/main.c,
-* 						Fabric Initialization sequence is modified to check
-* 						the PL power before sequence starts and checking INIT_B
-* 						reset status twice in case of failure.
-* 
-* -* @note -* -******************************************************************************/ -#ifndef ___PCAP_H___ -#define ___PCAP_H___ - - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xdevcfg.h" - -/************************** Function Prototypes ******************************/ - - -/* Multiboot register offset mask */ -#define PCAP_MBOOT_REG_REBOOT_OFFSET_MASK 0x1FFF -#define PCAP_CTRL_PCFG_AES_FUSE_EFUSE_MASK 0x1000 -/*Miscellaneous Control Register mask*/ -#define XDCFG_MCTRL_PCAP_PCFG_POR_B_MASK 0x00000100 -#define COUNTS_PER_MILLI_SECOND (COUNTS_PER_SECOND/1000) - -#define PCAP_LAST_TRANSFER 1 -#define MAX_COUNT 1000000000 -#define LVL_PL_PS 0x0000000F -#define LVL_PS_PL 0x0000000A - -/* Fix for #672779 */ -#define FSBL_XDCFG_IXR_ERROR_FLAGS_MASK (XDCFG_IXR_AXI_WERR_MASK | \ - XDCFG_IXR_AXI_RTO_MASK | \ - XDCFG_IXR_AXI_RERR_MASK | \ - XDCFG_IXR_RX_FIFO_OV_MASK | \ - XDCFG_IXR_DMA_CMD_ERR_MASK |\ - XDCFG_IXR_DMA_Q_OV_MASK | \ - XDCFG_IXR_P2D_LEN_ERR_MASK |\ - XDCFG_IXR_PCFG_HMAC_ERR_MASK) - -int InitPcap(void); -void PcapDumpRegisters(void); -u32 ClearPcapStatus(void); -u32 FabricInit(void); -int XDcfgPollDone(u32 MaskValue, u32 MaxCount); -u32 PcapLoadPartition(u32 *SourceData, u32 *DestinationData, u32 SourceLength, - u32 DestinationLength, u32 Flags); -u32 PcapDataTransfer(u32 *SourceData, u32 *DestinationData, u32 SourceLength, - u32 DestinationLength, u32 Flags); -/************************** Variable Definitions *****************************/ -#ifdef __cplusplus -} -#endif - - -#endif /* ___PCAP_H___ */ - diff --git a/source/test_lower_machine/zynq_fsbl/ps7_init.c b/source/test_lower_machine/zynq_fsbl/ps7_init.c deleted file mode 100644 index 4178a35..0000000 --- a/source/test_lower_machine/zynq_fsbl/ps7_init.c +++ /dev/null @@ -1,7450 +0,0 @@ -/****************************************************************************** -* -* Copyright (C) 2010-2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************/ -/** -* -* @file ps7_init.c -* -* This file is automatically generated -* -*****************************************************************************/ - -#include "ps7_init.h" - -unsigned long ps7_pll_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_3_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reserved_reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x0007FFFFU ,0x00001082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_en_dfi_dram_clk_disable = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0x7FDFFFFCU ,0x270872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFC3U ,0x00000000U), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00000003U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reserved_reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reserved_reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x0003F03FU ,0x0003C008U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x00010000U ,0x00000000U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. reg_ddrc_dfi_t_ctrl_delay = 0x1 - // .. .. ==> 0XF8006078[3:0] = 0x00000001U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000001U - // .. .. reg_ddrc_dfi_t_dram_clk_disable = 0x1 - // .. .. ==> 0XF8006078[7:4] = 0x00000001U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000010U - // .. .. reg_ddrc_dfi_t_dram_clk_enable = 0x1 - // .. .. ==> 0XF8006078[11:8] = 0x00000001U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000100U - // .. .. reg_ddrc_t_cksre = 0x6 - // .. .. ==> 0XF8006078[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_t_cksrx = 0x6 - // .. .. ==> 0XF8006078[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_t_ckesr = 0x4 - // .. .. ==> 0XF8006078[25:20] = 0x00000004U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00400000U - // .. .. - EMIT_MASKWRITE(0XF8006078, 0x03FFFFFFU ,0x00466111U), - // .. .. reg_ddrc_t_ckpde = 0x2 - // .. .. ==> 0XF800607C[3:0] = 0x00000002U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000002U - // .. .. reg_ddrc_t_ckpdx = 0x2 - // .. .. ==> 0XF800607C[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. reg_ddrc_t_ckdpde = 0x2 - // .. .. ==> 0XF800607C[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_ckdpdx = 0x2 - // .. .. ==> 0XF800607C[15:12] = 0x00000002U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00002000U - // .. .. reg_ddrc_t_ckcsx = 0x3 - // .. .. ==> 0XF800607C[19:16] = 0x00000003U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00030000U - // .. .. - EMIT_MASKWRITE(0XF800607C, 0x000FFFFFU ,0x00032222U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x00000200U ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFCFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0x6FFFFEFEU ,0x00040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000703FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF5U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCI_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. reserved_INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE_B = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCI_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. reserved_SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. reserved_DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. reserved_DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. reserved_SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. reserved_SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. reserved_GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. reserved_RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. reserved_VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. reserved_REFIO_TEST = 0x0 - // .. ==> 0XF8000B6C[11:10] = 0x00000000U - // .. ==> MASK : 0x00000C00U VAL : 0x00000000U - // .. reserved_REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. reserved_DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. reserved_CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x00007FFFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000001U ,0x00000001U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reserved_VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reserved_VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reserved_VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reserved_VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reserved_VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[15:14] = 0x00000000U - // .. .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reserved_INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reserved_TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reserved_TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reserved_TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. reserved_TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reserved_INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FEFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x000003FFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_3_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_LVL_INP_EN_0 = 1 - // .. ==> 0XF8000900[3:3] = 0x00000001U - // .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. USER_LVL_OUT_EN_0 = 1 - // .. ==> 0XF8000900[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. USER_LVL_INP_EN_1 = 1 - // .. ==> 0XF8000900[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. USER_LVL_OUT_EN_1 = 1 - // .. ==> 0XF8000900[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. reserved_FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. reserved_FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. reserved_FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. reserved_FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. reserved_FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. reserved_FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. reserved_FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. reserved_FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. reserved_FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. reserved_FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. .. START: AFI2 SECURE REGISTER - // .. .. FINISH: AFI2 SECURE REGISTER - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_3_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_pll_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_2_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_block = 0x1 - // .. .. ==> 0XF8006004[20:19] = 0x00000001U - // .. .. ==> MASK : 0x00180000U VAL : 0x00080000U - // .. .. reg_ddrc_diff_rank_rd_2cycle_gap = 0x0 - // .. .. ==> 0XF8006004[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_cs_bit1 = 0x0 - // .. .. ==> 0XF8006004[26:22] = 0x00000000U - // .. .. ==> MASK : 0x07C00000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_open_bank = 0x0 - // .. .. ==> 0XF8006004[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_4bank_ram = 0x0 - // .. .. ==> 0XF8006004[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x1FFFFFFFU ,0x00081082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_sdram = 0x1 - // .. .. ==> 0XF8006020[21:21] = 0x00000001U - // .. .. ==> MASK : 0x00200000U VAL : 0x00200000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_clock_stop_en = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_ddrc_loopback = 0x0 - // .. .. ==> 0XF8006020[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0xFFFFFFFCU ,0x272872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_max_rank_rd = 0xf - // .. .. ==> 0XF8006024[5:2] = 0x0000000FU - // .. .. ==> MASK : 0x0000003CU VAL : 0x0000003CU - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFFFU ,0x0000003CU), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_debug_mode = 0x0 - // .. .. ==> 0XF8006038[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_phy_wr_level_start = 0x0 - // .. .. ==> 0XF8006038[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_phy_rd_level_start = 0x0 - // .. .. ==> 0XF8006038[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_dq0_wait_t = 0x0 - // .. .. ==> 0XF8006038[12:9] = 0x00000000U - // .. .. ==> MASK : 0x00001E00U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00001FC3U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reg_ddrc_rank1_rd_odt = 0x1 - // .. .. ==> 0XF8006048[8:6] = 0x00000001U - // .. .. ==> MASK : 0x000001C0U VAL : 0x00000040U - // .. .. reg_ddrc_rank1_wr_odt = 0x1 - // .. .. ==> 0XF8006048[11:9] = 0x00000001U - // .. .. ==> MASK : 0x00000E00U VAL : 0x00000200U - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reg_ddrc_rank2_rd_odt = 0x0 - // .. .. ==> 0XF8006048[20:18] = 0x00000000U - // .. .. ==> MASK : 0x001C0000U VAL : 0x00000000U - // .. .. reg_ddrc_rank2_wr_odt = 0x0 - // .. .. ==> 0XF8006048[23:21] = 0x00000000U - // .. .. ==> MASK : 0x00E00000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_rd_odt = 0x0 - // .. .. ==> 0XF8006048[26:24] = 0x00000000U - // .. .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_wr_odt = 0x0 - // .. .. ==> 0XF8006048[29:27] = 0x00000000U - // .. .. ==> MASK : 0x38000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x3FFFFFFFU ,0x0003C248U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dll_calib_to_min_x1024 = 0x1 - // .. .. ==> 0XF8006058[7:0] = 0x00000001U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000001U - // .. .. reg_ddrc_dll_calib_to_max_x1024 = 0x1 - // .. .. ==> 0XF8006058[15:8] = 0x00000001U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000100U - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x0001FFFFU ,0x00000101U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. reg_ddrc_dfi_t_ctrl_delay = 0x1 - // .. .. ==> 0XF8006078[3:0] = 0x00000001U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000001U - // .. .. reg_ddrc_dfi_t_dram_clk_disable = 0x1 - // .. .. ==> 0XF8006078[7:4] = 0x00000001U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000010U - // .. .. reg_ddrc_dfi_t_dram_clk_enable = 0x1 - // .. .. ==> 0XF8006078[11:8] = 0x00000001U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000100U - // .. .. reg_ddrc_t_cksre = 0x6 - // .. .. ==> 0XF8006078[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_t_cksrx = 0x6 - // .. .. ==> 0XF8006078[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_t_ckesr = 0x4 - // .. .. ==> 0XF8006078[25:20] = 0x00000004U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00400000U - // .. .. - EMIT_MASKWRITE(0XF8006078, 0x03FFFFFFU ,0x00466111U), - // .. .. reg_ddrc_t_ckpde = 0x2 - // .. .. ==> 0XF800607C[3:0] = 0x00000002U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000002U - // .. .. reg_ddrc_t_ckpdx = 0x2 - // .. .. ==> 0XF800607C[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. reg_ddrc_t_ckdpde = 0x2 - // .. .. ==> 0XF800607C[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_ckdpdx = 0x2 - // .. .. ==> 0XF800607C[15:12] = 0x00000002U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00002000U - // .. .. reg_ddrc_t_ckcsx = 0x3 - // .. .. ==> 0XF800607C[19:16] = 0x00000003U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00030000U - // .. .. - EMIT_MASKWRITE(0XF800607C, 0x000FFFFFU ,0x00032222U), - // .. .. refresh_timer0_start_value_x32 = 0x0 - // .. .. ==> 0XF80060A0[11:0] = 0x00000000U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000000U - // .. .. refresh_timer1_start_value_x32 = 0x8 - // .. .. ==> 0XF80060A0[23:12] = 0x00000008U - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00008000U - // .. .. - EMIT_MASKWRITE(0XF80060A0, 0x00FFFFFFU ,0x00008000U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_2t_delay = 0x0 - // .. .. ==> 0XF80060B4[8:0] = 0x00000000U - // .. .. ==> MASK : 0x000001FFU VAL : 0x00000000U - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. reg_ddrc_dis_pre_bypass = 0x0 - // .. .. ==> 0XF80060B4[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x000007FFU ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006118[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006118[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF800611C[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF800611C[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006124[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006124[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_loopback = 0x0 - // .. .. ==> 0XF8006190[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_all_dq_mpr_rd_resp = 0x0 - // .. .. ==> 0XF8006190[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_use_rank0_delays = 0x1 - // .. .. ==> 0XF8006190[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_phy_int_lpbk = 0x0 - // .. .. ==> 0XF8006190[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0xFFFFFFFFU ,0x10040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006208[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF800620C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006210[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006214[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_per_bank_refresh = 0x0 - // .. .. ==> 0XF80062A8[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF7U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. REFIO_TEST = 0x0 - // .. ==> 0XF8000B6C[11:10] = 0x00000000U - // .. ==> MASK : 0x00000C00U VAL : 0x00000000U - // .. REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x00007FFFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000021U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[16:14] = 0x00000000U - // .. .. ==> MASK : 0x0001C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FFFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. IRMODE = 0x0 - // .. ==> 0XE0000004[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. UCLKEN = 0x0 - // .. ==> 0XE0000004[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x00000FFFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_2_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_INP_ICT_EN_0 = 3 - // .. ==> 0XF8000900[1:0] = 0x00000003U - // .. ==> MASK : 0x00000003U VAL : 0x00000003U - // .. USER_INP_ICT_EN_1 = 3 - // .. ==> 0XF8000900[3:2] = 0x00000003U - // .. ==> MASK : 0x0000000CU VAL : 0x0000000CU - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_2_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_pll_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: PLL SLCR REGISTERS - // .. .. START: ARM PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000110[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000110[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000110[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000110, 0x003FFFF0U ,0x000FA220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x28 - // .. .. .. ==> 0XF8000100[18:12] = 0x00000028U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x0007F000U ,0x00028000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000100[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. ARM_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000001U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000100[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000100, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. SRCSEL = 0x0 - // .. .. .. ==> 0XF8000120[5:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. .. DIVISOR = 0x2 - // .. .. .. ==> 0XF8000120[13:8] = 0x00000002U - // .. .. .. ==> MASK : 0x00003F00U VAL : 0x00000200U - // .. .. .. CPU_6OR4XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[24:24] = 0x00000001U - // .. .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. .. CPU_3OR2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[25:25] = 0x00000001U - // .. .. .. ==> MASK : 0x02000000U VAL : 0x02000000U - // .. .. .. CPU_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[26:26] = 0x00000001U - // .. .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. .. CPU_1XCLKACT = 0x1 - // .. .. .. ==> 0XF8000120[27:27] = 0x00000001U - // .. .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. .. CPU_PERI_CLKACT = 0x1 - // .. .. .. ==> 0XF8000120[28:28] = 0x00000001U - // .. .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000120, 0x1F003F30U ,0x1F000200U), - // .. .. FINISH: ARM PLL INIT - // .. .. START: DDR PLL INIT - // .. .. PLL_RES = 0x2 - // .. .. ==> 0XF8000114[7:4] = 0x00000002U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000114[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0x12c - // .. .. ==> 0XF8000114[21:12] = 0x0000012CU - // .. .. ==> MASK : 0x003FF000U VAL : 0x0012C000U - // .. .. - EMIT_MASKWRITE(0XF8000114, 0x003FFFF0U ,0x0012C220U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x20 - // .. .. .. ==> 0XF8000104[18:12] = 0x00000020U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00020000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x0007F000U ,0x00020000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000104[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. DDR_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000002U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000104[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000104, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. .. DDR_3XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. DDR_2XCLKACT = 0x1 - // .. .. .. ==> 0XF8000124[1:1] = 0x00000001U - // .. .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. .. DDR_3XCLK_DIVISOR = 0x2 - // .. .. .. ==> 0XF8000124[25:20] = 0x00000002U - // .. .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. .. DDR_2XCLK_DIVISOR = 0x3 - // .. .. .. ==> 0XF8000124[31:26] = 0x00000003U - // .. .. .. ==> MASK : 0xFC000000U VAL : 0x0C000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000124, 0xFFF00003U ,0x0C200003U), - // .. .. FINISH: DDR PLL INIT - // .. .. START: IO PLL INIT - // .. .. PLL_RES = 0x4 - // .. .. ==> 0XF8000118[7:4] = 0x00000004U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000040U - // .. .. PLL_CP = 0x2 - // .. .. ==> 0XF8000118[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. LOCK_CNT = 0xfa - // .. .. ==> 0XF8000118[21:12] = 0x000000FAU - // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U - // .. .. - EMIT_MASKWRITE(0XF8000118, 0x003FFFF0U ,0x000FA240U), - // .. .. .. START: UPDATE FB_DIV - // .. .. .. PLL_FDIV = 0x30 - // .. .. .. ==> 0XF8000108[18:12] = 0x00000030U - // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00030000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x0007F000U ,0x00030000U), - // .. .. .. FINISH: UPDATE FB_DIV - // .. .. .. START: BY PASS PLL - // .. .. .. PLL_BYPASS_FORCE = 1 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000001U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000010U), - // .. .. .. FINISH: BY PASS PLL - // .. .. .. START: ASSERT RESET - // .. .. .. PLL_RESET = 1 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000001U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000001U), - // .. .. .. FINISH: ASSERT RESET - // .. .. .. START: DEASSERT RESET - // .. .. .. PLL_RESET = 0 - // .. .. .. ==> 0XF8000108[0:0] = 0x00000000U - // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000001U ,0x00000000U), - // .. .. .. FINISH: DEASSERT RESET - // .. .. .. START: CHECK PLL STATUS - // .. .. .. IO_PLL_LOCK = 1 - // .. .. .. ==> 0XF800010C[2:2] = 0x00000001U - // .. .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. .. - EMIT_MASKPOLL(0XF800010C, 0x00000004U), - // .. .. .. FINISH: CHECK PLL STATUS - // .. .. .. START: REMOVE PLL BY PASS - // .. .. .. PLL_BYPASS_FORCE = 0 - // .. .. .. ==> 0XF8000108[4:4] = 0x00000000U - // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. .. - EMIT_MASKWRITE(0XF8000108, 0x00000010U ,0x00000000U), - // .. .. .. FINISH: REMOVE PLL BY PASS - // .. .. FINISH: IO PLL INIT - // .. FINISH: PLL SLCR REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_clock_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: CLOCK CONTROL SLCR REGISTERS - // .. CLKACT = 0x1 - // .. ==> 0XF8000128[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. DIVISOR0 = 0xf - // .. ==> 0XF8000128[13:8] = 0x0000000FU - // .. ==> MASK : 0x00003F00U VAL : 0x00000F00U - // .. DIVISOR1 = 0x7 - // .. ==> 0XF8000128[25:20] = 0x00000007U - // .. ==> MASK : 0x03F00000U VAL : 0x00700000U - // .. - EMIT_MASKWRITE(0XF8000128, 0x03F03F01U ,0x00700F01U), - // .. CLKACT0 = 0x1 - // .. ==> 0XF8000154[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. CLKACT1 = 0x0 - // .. ==> 0XF8000154[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. SRCSEL = 0x0 - // .. ==> 0XF8000154[5:4] = 0x00000000U - // .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. DIVISOR = 0x10 - // .. ==> 0XF8000154[13:8] = 0x00000010U - // .. ==> MASK : 0x00003F00U VAL : 0x00001000U - // .. - EMIT_MASKWRITE(0XF8000154, 0x00003F33U ,0x00001001U), - // .. .. START: TRACE CLOCK - // .. .. FINISH: TRACE CLOCK - // .. .. CLKACT = 0x1 - // .. .. ==> 0XF8000168[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000168[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR = 0x8 - // .. .. ==> 0XF8000168[13:8] = 0x00000008U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000800U - // .. .. - EMIT_MASKWRITE(0XF8000168, 0x00003F31U ,0x00000801U), - // .. .. SRCSEL = 0x0 - // .. .. ==> 0XF8000170[5:4] = 0x00000000U - // .. .. ==> MASK : 0x00000030U VAL : 0x00000000U - // .. .. DIVISOR0 = 0x4 - // .. .. ==> 0XF8000170[13:8] = 0x00000004U - // .. .. ==> MASK : 0x00003F00U VAL : 0x00000400U - // .. .. DIVISOR1 = 0x2 - // .. .. ==> 0XF8000170[25:20] = 0x00000002U - // .. .. ==> MASK : 0x03F00000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF8000170, 0x03F03F30U ,0x00200400U), - // .. .. CLK_621_TRUE = 0x1 - // .. .. ==> 0XF80001C4[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. - EMIT_MASKWRITE(0XF80001C4, 0x00000001U ,0x00000001U), - // .. .. DMA_CPU_2XCLKACT = 0x1 - // .. .. ==> 0XF800012C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. USB0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[2:2] = 0x00000001U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. .. USB1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. GEM0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. GEM1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. SDI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. SDI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. SPI0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. SPI1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. CAN0_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. CAN1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. I2C0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[18:18] = 0x00000001U - // .. .. ==> MASK : 0x00040000U VAL : 0x00040000U - // .. .. I2C1_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. UART0_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[20:20] = 0x00000001U - // .. .. ==> MASK : 0x00100000U VAL : 0x00100000U - // .. .. UART1_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. GPIO_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[22:22] = 0x00000001U - // .. .. ==> MASK : 0x00400000U VAL : 0x00400000U - // .. .. LQSPI_CPU_1XCLKACT = 0x0 - // .. .. ==> 0XF800012C[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. SMC_CPU_1XCLKACT = 0x1 - // .. .. ==> 0XF800012C[24:24] = 0x00000001U - // .. .. ==> MASK : 0x01000000U VAL : 0x01000000U - // .. .. - EMIT_MASKWRITE(0XF800012C, 0x01FFCCCDU ,0x015C000DU), - // .. FINISH: CLOCK CONTROL SLCR REGISTERS - // .. START: THIS SHOULD BE BLANK - // .. FINISH: THIS SHOULD BE BLANK - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_ddr_init_data_1_0[] = { - // START: top - // .. START: DDR INITIALIZATION - // .. .. START: LOCK DDR - // .. .. reg_ddrc_soft_rstb = 0 - // .. .. ==> 0XF8006000[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 0x1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000080U), - // .. .. FINISH: LOCK DDR - // .. .. reg_ddrc_t_rfc_nom_x32 = 0x82 - // .. .. ==> 0XF8006004[11:0] = 0x00000082U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000082U - // .. .. reg_ddrc_active_ranks = 0x1 - // .. .. ==> 0XF8006004[13:12] = 0x00000001U - // .. .. ==> MASK : 0x00003000U VAL : 0x00001000U - // .. .. reg_ddrc_addrmap_cs_bit0 = 0x0 - // .. .. ==> 0XF8006004[18:14] = 0x00000000U - // .. .. ==> MASK : 0x0007C000U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_block = 0x1 - // .. .. ==> 0XF8006004[20:19] = 0x00000001U - // .. .. ==> MASK : 0x00180000U VAL : 0x00080000U - // .. .. reg_ddrc_diff_rank_rd_2cycle_gap = 0x0 - // .. .. ==> 0XF8006004[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_cs_bit1 = 0x0 - // .. .. ==> 0XF8006004[26:22] = 0x00000000U - // .. .. ==> MASK : 0x07C00000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_open_bank = 0x0 - // .. .. ==> 0XF8006004[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_4bank_ram = 0x0 - // .. .. ==> 0XF8006004[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006004, 0x1FFFFFFFU ,0x00081082U), - // .. .. reg_ddrc_hpr_min_non_critical_x32 = 0xf - // .. .. ==> 0XF8006008[10:0] = 0x0000000FU - // .. .. ==> MASK : 0x000007FFU VAL : 0x0000000FU - // .. .. reg_ddrc_hpr_max_starve_x32 = 0xf - // .. .. ==> 0XF8006008[21:11] = 0x0000000FU - // .. .. ==> MASK : 0x003FF800U VAL : 0x00007800U - // .. .. reg_ddrc_hpr_xact_run_length = 0xf - // .. .. ==> 0XF8006008[25:22] = 0x0000000FU - // .. .. ==> MASK : 0x03C00000U VAL : 0x03C00000U - // .. .. - EMIT_MASKWRITE(0XF8006008, 0x03FFFFFFU ,0x03C0780FU), - // .. .. reg_ddrc_lpr_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF800600C[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_lpr_max_starve_x32 = 0x2 - // .. .. ==> 0XF800600C[21:11] = 0x00000002U - // .. .. ==> MASK : 0x003FF800U VAL : 0x00001000U - // .. .. reg_ddrc_lpr_xact_run_length = 0x8 - // .. .. ==> 0XF800600C[25:22] = 0x00000008U - // .. .. ==> MASK : 0x03C00000U VAL : 0x02000000U - // .. .. - EMIT_MASKWRITE(0XF800600C, 0x03FFFFFFU ,0x02001001U), - // .. .. reg_ddrc_w_min_non_critical_x32 = 0x1 - // .. .. ==> 0XF8006010[10:0] = 0x00000001U - // .. .. ==> MASK : 0x000007FFU VAL : 0x00000001U - // .. .. reg_ddrc_w_xact_run_length = 0x8 - // .. .. ==> 0XF8006010[14:11] = 0x00000008U - // .. .. ==> MASK : 0x00007800U VAL : 0x00004000U - // .. .. reg_ddrc_w_max_starve_x32 = 0x2 - // .. .. ==> 0XF8006010[25:15] = 0x00000002U - // .. .. ==> MASK : 0x03FF8000U VAL : 0x00010000U - // .. .. - EMIT_MASKWRITE(0XF8006010, 0x03FFFFFFU ,0x00014001U), - // .. .. reg_ddrc_t_rc = 0x1b - // .. .. ==> 0XF8006014[5:0] = 0x0000001BU - // .. .. ==> MASK : 0x0000003FU VAL : 0x0000001BU - // .. .. reg_ddrc_t_rfc_min = 0x56 - // .. .. ==> 0XF8006014[13:6] = 0x00000056U - // .. .. ==> MASK : 0x00003FC0U VAL : 0x00001580U - // .. .. reg_ddrc_post_selfref_gap_x32 = 0x10 - // .. .. ==> 0XF8006014[20:14] = 0x00000010U - // .. .. ==> MASK : 0x001FC000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006014, 0x001FFFFFU ,0x0004159BU), - // .. .. reg_ddrc_wr2pre = 0x13 - // .. .. ==> 0XF8006018[4:0] = 0x00000013U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000013U - // .. .. reg_ddrc_powerdown_to_x32 = 0x6 - // .. .. ==> 0XF8006018[9:5] = 0x00000006U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000C0U - // .. .. reg_ddrc_t_faw = 0x16 - // .. .. ==> 0XF8006018[15:10] = 0x00000016U - // .. .. ==> MASK : 0x0000FC00U VAL : 0x00005800U - // .. .. reg_ddrc_t_ras_max = 0x24 - // .. .. ==> 0XF8006018[21:16] = 0x00000024U - // .. .. ==> MASK : 0x003F0000U VAL : 0x00240000U - // .. .. reg_ddrc_t_ras_min = 0x13 - // .. .. ==> 0XF8006018[26:22] = 0x00000013U - // .. .. ==> MASK : 0x07C00000U VAL : 0x04C00000U - // .. .. reg_ddrc_t_cke = 0x4 - // .. .. ==> 0XF8006018[31:28] = 0x00000004U - // .. .. ==> MASK : 0xF0000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006018, 0xF7FFFFFFU ,0x44E458D3U), - // .. .. reg_ddrc_write_latency = 0x5 - // .. .. ==> 0XF800601C[4:0] = 0x00000005U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000005U - // .. .. reg_ddrc_rd2wr = 0x7 - // .. .. ==> 0XF800601C[9:5] = 0x00000007U - // .. .. ==> MASK : 0x000003E0U VAL : 0x000000E0U - // .. .. reg_ddrc_wr2rd = 0xf - // .. .. ==> 0XF800601C[14:10] = 0x0000000FU - // .. .. ==> MASK : 0x00007C00U VAL : 0x00003C00U - // .. .. reg_ddrc_t_xp = 0x5 - // .. .. ==> 0XF800601C[19:15] = 0x00000005U - // .. .. ==> MASK : 0x000F8000U VAL : 0x00028000U - // .. .. reg_ddrc_pad_pd = 0x0 - // .. .. ==> 0XF800601C[22:20] = 0x00000000U - // .. .. ==> MASK : 0x00700000U VAL : 0x00000000U - // .. .. reg_ddrc_rd2pre = 0x5 - // .. .. ==> 0XF800601C[27:23] = 0x00000005U - // .. .. ==> MASK : 0x0F800000U VAL : 0x02800000U - // .. .. reg_ddrc_t_rcd = 0x7 - // .. .. ==> 0XF800601C[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF800601C, 0xFFFFFFFFU ,0x7282BCE5U), - // .. .. reg_ddrc_t_ccd = 0x4 - // .. .. ==> 0XF8006020[4:2] = 0x00000004U - // .. .. ==> MASK : 0x0000001CU VAL : 0x00000010U - // .. .. reg_ddrc_t_rrd = 0x6 - // .. .. ==> 0XF8006020[7:5] = 0x00000006U - // .. .. ==> MASK : 0x000000E0U VAL : 0x000000C0U - // .. .. reg_ddrc_refresh_margin = 0x2 - // .. .. ==> 0XF8006020[11:8] = 0x00000002U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U - // .. .. reg_ddrc_t_rp = 0x7 - // .. .. ==> 0XF8006020[15:12] = 0x00000007U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00007000U - // .. .. reg_ddrc_refresh_to_x32 = 0x8 - // .. .. ==> 0XF8006020[20:16] = 0x00000008U - // .. .. ==> MASK : 0x001F0000U VAL : 0x00080000U - // .. .. reg_ddrc_sdram = 0x1 - // .. .. ==> 0XF8006020[21:21] = 0x00000001U - // .. .. ==> MASK : 0x00200000U VAL : 0x00200000U - // .. .. reg_ddrc_mobile = 0x0 - // .. .. ==> 0XF8006020[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. reg_ddrc_clock_stop_en = 0x0 - // .. .. ==> 0XF8006020[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. reg_ddrc_read_latency = 0x7 - // .. .. ==> 0XF8006020[28:24] = 0x00000007U - // .. .. ==> MASK : 0x1F000000U VAL : 0x07000000U - // .. .. reg_phy_mode_ddr1_ddr2 = 0x1 - // .. .. ==> 0XF8006020[29:29] = 0x00000001U - // .. .. ==> MASK : 0x20000000U VAL : 0x20000000U - // .. .. reg_ddrc_dis_pad_pd = 0x0 - // .. .. ==> 0XF8006020[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_ddrc_loopback = 0x0 - // .. .. ==> 0XF8006020[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006020, 0xFFFFFFFCU ,0x272872D0U), - // .. .. reg_ddrc_en_2t_timing_mode = 0x0 - // .. .. ==> 0XF8006024[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_prefer_write = 0x0 - // .. .. ==> 0XF8006024[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_max_rank_rd = 0xf - // .. .. ==> 0XF8006024[5:2] = 0x0000000FU - // .. .. ==> MASK : 0x0000003CU VAL : 0x0000003CU - // .. .. reg_ddrc_mr_wr = 0x0 - // .. .. ==> 0XF8006024[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_ddrc_mr_addr = 0x0 - // .. .. ==> 0XF8006024[8:7] = 0x00000000U - // .. .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. .. reg_ddrc_mr_data = 0x0 - // .. .. ==> 0XF8006024[24:9] = 0x00000000U - // .. .. ==> MASK : 0x01FFFE00U VAL : 0x00000000U - // .. .. ddrc_reg_mr_wr_busy = 0x0 - // .. .. ==> 0XF8006024[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_type = 0x0 - // .. .. ==> 0XF8006024[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. reg_ddrc_mr_rdata_valid = 0x0 - // .. .. ==> 0XF8006024[27:27] = 0x00000000U - // .. .. ==> MASK : 0x08000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006024, 0x0FFFFFFFU ,0x0000003CU), - // .. .. reg_ddrc_final_wait_x32 = 0x7 - // .. .. ==> 0XF8006028[6:0] = 0x00000007U - // .. .. ==> MASK : 0x0000007FU VAL : 0x00000007U - // .. .. reg_ddrc_pre_ocd_x32 = 0x0 - // .. .. ==> 0XF8006028[10:7] = 0x00000000U - // .. .. ==> MASK : 0x00000780U VAL : 0x00000000U - // .. .. reg_ddrc_t_mrd = 0x4 - // .. .. ==> 0XF8006028[13:11] = 0x00000004U - // .. .. ==> MASK : 0x00003800U VAL : 0x00002000U - // .. .. - EMIT_MASKWRITE(0XF8006028, 0x00003FFFU ,0x00002007U), - // .. .. reg_ddrc_emr2 = 0x8 - // .. .. ==> 0XF800602C[15:0] = 0x00000008U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000008U - // .. .. reg_ddrc_emr3 = 0x0 - // .. .. ==> 0XF800602C[31:16] = 0x00000000U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800602C, 0xFFFFFFFFU ,0x00000008U), - // .. .. reg_ddrc_mr = 0xb30 - // .. .. ==> 0XF8006030[15:0] = 0x00000B30U - // .. .. ==> MASK : 0x0000FFFFU VAL : 0x00000B30U - // .. .. reg_ddrc_emr = 0x4 - // .. .. ==> 0XF8006030[31:16] = 0x00000004U - // .. .. ==> MASK : 0xFFFF0000U VAL : 0x00040000U - // .. .. - EMIT_MASKWRITE(0XF8006030, 0xFFFFFFFFU ,0x00040B30U), - // .. .. reg_ddrc_burst_rdwr = 0x4 - // .. .. ==> 0XF8006034[3:0] = 0x00000004U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000004U - // .. .. reg_ddrc_pre_cke_x1024 = 0x16d - // .. .. ==> 0XF8006034[13:4] = 0x0000016DU - // .. .. ==> MASK : 0x00003FF0U VAL : 0x000016D0U - // .. .. reg_ddrc_post_cke_x1024 = 0x1 - // .. .. ==> 0XF8006034[25:16] = 0x00000001U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00010000U - // .. .. reg_ddrc_burstchop = 0x0 - // .. .. ==> 0XF8006034[28:28] = 0x00000000U - // .. .. ==> MASK : 0x10000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006034, 0x13FF3FFFU ,0x000116D4U), - // .. .. reg_ddrc_force_low_pri_n = 0x0 - // .. .. ==> 0XF8006038[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_dis_dq = 0x0 - // .. .. ==> 0XF8006038[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_debug_mode = 0x0 - // .. .. ==> 0XF8006038[6:6] = 0x00000000U - // .. .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. .. reg_phy_wr_level_start = 0x0 - // .. .. ==> 0XF8006038[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_phy_rd_level_start = 0x0 - // .. .. ==> 0XF8006038[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_dq0_wait_t = 0x0 - // .. .. ==> 0XF8006038[12:9] = 0x00000000U - // .. .. ==> MASK : 0x00001E00U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006038, 0x00001FC3U ,0x00000000U), - // .. .. reg_ddrc_addrmap_bank_b0 = 0x7 - // .. .. ==> 0XF800603C[3:0] = 0x00000007U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000007U - // .. .. reg_ddrc_addrmap_bank_b1 = 0x7 - // .. .. ==> 0XF800603C[7:4] = 0x00000007U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000070U - // .. .. reg_ddrc_addrmap_bank_b2 = 0x7 - // .. .. ==> 0XF800603C[11:8] = 0x00000007U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000700U - // .. .. reg_ddrc_addrmap_col_b5 = 0x0 - // .. .. ==> 0XF800603C[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b6 = 0x0 - // .. .. ==> 0XF800603C[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800603C, 0x000FFFFFU ,0x00000777U), - // .. .. reg_ddrc_addrmap_col_b2 = 0x0 - // .. .. ==> 0XF8006040[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b3 = 0x0 - // .. .. ==> 0XF8006040[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b4 = 0x0 - // .. .. ==> 0XF8006040[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b7 = 0x0 - // .. .. ==> 0XF8006040[15:12] = 0x00000000U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b8 = 0x0 - // .. .. ==> 0XF8006040[19:16] = 0x00000000U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00000000U - // .. .. reg_ddrc_addrmap_col_b9 = 0xf - // .. .. ==> 0XF8006040[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_col_b10 = 0xf - // .. .. ==> 0XF8006040[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. reg_ddrc_addrmap_col_b11 = 0xf - // .. .. ==> 0XF8006040[31:28] = 0x0000000FU - // .. .. ==> MASK : 0xF0000000U VAL : 0xF0000000U - // .. .. - EMIT_MASKWRITE(0XF8006040, 0xFFFFFFFFU ,0xFFF00000U), - // .. .. reg_ddrc_addrmap_row_b0 = 0x6 - // .. .. ==> 0XF8006044[3:0] = 0x00000006U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000006U - // .. .. reg_ddrc_addrmap_row_b1 = 0x6 - // .. .. ==> 0XF8006044[7:4] = 0x00000006U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000060U - // .. .. reg_ddrc_addrmap_row_b2_11 = 0x6 - // .. .. ==> 0XF8006044[11:8] = 0x00000006U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000600U - // .. .. reg_ddrc_addrmap_row_b12 = 0x6 - // .. .. ==> 0XF8006044[15:12] = 0x00000006U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00006000U - // .. .. reg_ddrc_addrmap_row_b13 = 0x6 - // .. .. ==> 0XF8006044[19:16] = 0x00000006U - // .. .. ==> MASK : 0x000F0000U VAL : 0x00060000U - // .. .. reg_ddrc_addrmap_row_b14 = 0xf - // .. .. ==> 0XF8006044[23:20] = 0x0000000FU - // .. .. ==> MASK : 0x00F00000U VAL : 0x00F00000U - // .. .. reg_ddrc_addrmap_row_b15 = 0xf - // .. .. ==> 0XF8006044[27:24] = 0x0000000FU - // .. .. ==> MASK : 0x0F000000U VAL : 0x0F000000U - // .. .. - EMIT_MASKWRITE(0XF8006044, 0x0FFFFFFFU ,0x0FF66666U), - // .. .. reg_ddrc_rank0_rd_odt = 0x0 - // .. .. ==> 0XF8006048[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_rank0_wr_odt = 0x1 - // .. .. ==> 0XF8006048[5:3] = 0x00000001U - // .. .. ==> MASK : 0x00000038U VAL : 0x00000008U - // .. .. reg_ddrc_rank1_rd_odt = 0x1 - // .. .. ==> 0XF8006048[8:6] = 0x00000001U - // .. .. ==> MASK : 0x000001C0U VAL : 0x00000040U - // .. .. reg_ddrc_rank1_wr_odt = 0x1 - // .. .. ==> 0XF8006048[11:9] = 0x00000001U - // .. .. ==> MASK : 0x00000E00U VAL : 0x00000200U - // .. .. reg_phy_rd_local_odt = 0x0 - // .. .. ==> 0XF8006048[13:12] = 0x00000000U - // .. .. ==> MASK : 0x00003000U VAL : 0x00000000U - // .. .. reg_phy_wr_local_odt = 0x3 - // .. .. ==> 0XF8006048[15:14] = 0x00000003U - // .. .. ==> MASK : 0x0000C000U VAL : 0x0000C000U - // .. .. reg_phy_idle_local_odt = 0x3 - // .. .. ==> 0XF8006048[17:16] = 0x00000003U - // .. .. ==> MASK : 0x00030000U VAL : 0x00030000U - // .. .. reg_ddrc_rank2_rd_odt = 0x0 - // .. .. ==> 0XF8006048[20:18] = 0x00000000U - // .. .. ==> MASK : 0x001C0000U VAL : 0x00000000U - // .. .. reg_ddrc_rank2_wr_odt = 0x0 - // .. .. ==> 0XF8006048[23:21] = 0x00000000U - // .. .. ==> MASK : 0x00E00000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_rd_odt = 0x0 - // .. .. ==> 0XF8006048[26:24] = 0x00000000U - // .. .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. .. reg_ddrc_rank3_wr_odt = 0x0 - // .. .. ==> 0XF8006048[29:27] = 0x00000000U - // .. .. ==> MASK : 0x38000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006048, 0x3FFFFFFFU ,0x0003C248U), - // .. .. reg_phy_rd_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_wr_cmd_to_data = 0x0 - // .. .. ==> 0XF8006050[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_phy_rdc_we_to_re_delay = 0x8 - // .. .. ==> 0XF8006050[11:8] = 0x00000008U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000800U - // .. .. reg_phy_rdc_fifo_rst_disable = 0x0 - // .. .. ==> 0XF8006050[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_phy_use_fixed_re = 0x1 - // .. .. ==> 0XF8006050[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_rdc_fifo_rst_err_cnt_clr = 0x0 - // .. .. ==> 0XF8006050[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_dis_phy_ctrl_rstn = 0x0 - // .. .. ==> 0XF8006050[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_phy_clk_stall_level = 0x0 - // .. .. ==> 0XF8006050[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[27:24] = 0x00000007U - // .. .. ==> MASK : 0x0F000000U VAL : 0x07000000U - // .. .. reg_phy_wrlvl_num_of_dq0 = 0x7 - // .. .. ==> 0XF8006050[31:28] = 0x00000007U - // .. .. ==> MASK : 0xF0000000U VAL : 0x70000000U - // .. .. - EMIT_MASKWRITE(0XF8006050, 0xFF0F8FFFU ,0x77010800U), - // .. .. reg_ddrc_dll_calib_to_min_x1024 = 0x1 - // .. .. ==> 0XF8006058[7:0] = 0x00000001U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000001U - // .. .. reg_ddrc_dll_calib_to_max_x1024 = 0x1 - // .. .. ==> 0XF8006058[15:8] = 0x00000001U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000100U - // .. .. reg_ddrc_dis_dll_calib = 0x0 - // .. .. ==> 0XF8006058[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006058, 0x0001FFFFU ,0x00000101U), - // .. .. reg_ddrc_rd_odt_delay = 0x3 - // .. .. ==> 0XF800605C[3:0] = 0x00000003U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000003U - // .. .. reg_ddrc_wr_odt_delay = 0x0 - // .. .. ==> 0XF800605C[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. reg_ddrc_rd_odt_hold = 0x0 - // .. .. ==> 0XF800605C[11:8] = 0x00000000U - // .. .. ==> MASK : 0x00000F00U VAL : 0x00000000U - // .. .. reg_ddrc_wr_odt_hold = 0x5 - // .. .. ==> 0XF800605C[15:12] = 0x00000005U - // .. .. ==> MASK : 0x0000F000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF800605C, 0x0000FFFFU ,0x00005003U), - // .. .. reg_ddrc_pageclose = 0x0 - // .. .. ==> 0XF8006060[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_lpr_num_entries = 0x1f - // .. .. ==> 0XF8006060[6:1] = 0x0000001FU - // .. .. ==> MASK : 0x0000007EU VAL : 0x0000003EU - // .. .. reg_ddrc_auto_pre_en = 0x0 - // .. .. ==> 0XF8006060[7:7] = 0x00000000U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. .. reg_ddrc_refresh_update_level = 0x0 - // .. .. ==> 0XF8006060[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_ddrc_dis_wc = 0x0 - // .. .. ==> 0XF8006060[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_ddrc_dis_collision_page_opt = 0x0 - // .. .. ==> 0XF8006060[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_ddrc_selfref_en = 0x0 - // .. .. ==> 0XF8006060[12:12] = 0x00000000U - // .. .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006060, 0x000017FFU ,0x0000003EU), - // .. .. reg_ddrc_go2critical_hysteresis = 0x0 - // .. .. ==> 0XF8006064[12:5] = 0x00000000U - // .. .. ==> MASK : 0x00001FE0U VAL : 0x00000000U - // .. .. reg_arb_go2critical_en = 0x1 - // .. .. ==> 0XF8006064[17:17] = 0x00000001U - // .. .. ==> MASK : 0x00020000U VAL : 0x00020000U - // .. .. - EMIT_MASKWRITE(0XF8006064, 0x00021FE0U ,0x00020000U), - // .. .. reg_ddrc_wrlvl_ww = 0x41 - // .. .. ==> 0XF8006068[7:0] = 0x00000041U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000041U - // .. .. reg_ddrc_rdlvl_rr = 0x41 - // .. .. ==> 0XF8006068[15:8] = 0x00000041U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00004100U - // .. .. reg_ddrc_dfi_t_wlmrd = 0x28 - // .. .. ==> 0XF8006068[25:16] = 0x00000028U - // .. .. ==> MASK : 0x03FF0000U VAL : 0x00280000U - // .. .. - EMIT_MASKWRITE(0XF8006068, 0x03FFFFFFU ,0x00284141U), - // .. .. dfi_t_ctrlupd_interval_min_x1024 = 0x10 - // .. .. ==> 0XF800606C[7:0] = 0x00000010U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000010U - // .. .. dfi_t_ctrlupd_interval_max_x1024 = 0x16 - // .. .. ==> 0XF800606C[15:8] = 0x00000016U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00001600U - // .. .. - EMIT_MASKWRITE(0XF800606C, 0x0000FFFFU ,0x00001610U), - // .. .. refresh_timer0_start_value_x32 = 0x0 - // .. .. ==> 0XF80060A0[11:0] = 0x00000000U - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000000U - // .. .. refresh_timer1_start_value_x32 = 0x8 - // .. .. ==> 0XF80060A0[23:12] = 0x00000008U - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00008000U - // .. .. - EMIT_MASKWRITE(0XF80060A0, 0x00FFFFFFU ,0x00008000U), - // .. .. reg_ddrc_dis_auto_zq = 0x0 - // .. .. ==> 0XF80060A4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_ddr3 = 0x1 - // .. .. ==> 0XF80060A4[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. reg_ddrc_t_mod = 0x200 - // .. .. ==> 0XF80060A4[11:2] = 0x00000200U - // .. .. ==> MASK : 0x00000FFCU VAL : 0x00000800U - // .. .. reg_ddrc_t_zq_long_nop = 0x200 - // .. .. ==> 0XF80060A4[21:12] = 0x00000200U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00200000U - // .. .. reg_ddrc_t_zq_short_nop = 0x40 - // .. .. ==> 0XF80060A4[31:22] = 0x00000040U - // .. .. ==> MASK : 0xFFC00000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060A4, 0xFFFFFFFFU ,0x10200802U), - // .. .. t_zq_short_interval_x1024 = 0xcb73 - // .. .. ==> 0XF80060A8[19:0] = 0x0000CB73U - // .. .. ==> MASK : 0x000FFFFFU VAL : 0x0000CB73U - // .. .. dram_rstn_x1024 = 0x69 - // .. .. ==> 0XF80060A8[27:20] = 0x00000069U - // .. .. ==> MASK : 0x0FF00000U VAL : 0x06900000U - // .. .. - EMIT_MASKWRITE(0XF80060A8, 0x0FFFFFFFU ,0x0690CB73U), - // .. .. deeppowerdown_en = 0x0 - // .. .. ==> 0XF80060AC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. deeppowerdown_to_x1024 = 0xff - // .. .. ==> 0XF80060AC[8:1] = 0x000000FFU - // .. .. ==> MASK : 0x000001FEU VAL : 0x000001FEU - // .. .. - EMIT_MASKWRITE(0XF80060AC, 0x000001FFU ,0x000001FEU), - // .. .. dfi_wrlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[11:0] = 0x00000FFFU - // .. .. ==> MASK : 0x00000FFFU VAL : 0x00000FFFU - // .. .. dfi_rdlvl_max_x1024 = 0xfff - // .. .. ==> 0XF80060B0[23:12] = 0x00000FFFU - // .. .. ==> MASK : 0x00FFF000U VAL : 0x00FFF000U - // .. .. ddrc_reg_twrlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. ddrc_reg_trdlvl_max_error = 0x0 - // .. .. ==> 0XF80060B0[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. reg_ddrc_dfi_wr_level_en = 0x1 - // .. .. ==> 0XF80060B0[26:26] = 0x00000001U - // .. .. ==> MASK : 0x04000000U VAL : 0x04000000U - // .. .. reg_ddrc_dfi_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF80060B0[27:27] = 0x00000001U - // .. .. ==> MASK : 0x08000000U VAL : 0x08000000U - // .. .. reg_ddrc_dfi_rd_data_eye_train = 0x1 - // .. .. ==> 0XF80060B0[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. - EMIT_MASKWRITE(0XF80060B0, 0x1FFFFFFFU ,0x1CFFFFFFU), - // .. .. reg_ddrc_2t_delay = 0x0 - // .. .. ==> 0XF80060B4[8:0] = 0x00000000U - // .. .. ==> MASK : 0x000001FFU VAL : 0x00000000U - // .. .. reg_ddrc_skip_ocd = 0x1 - // .. .. ==> 0XF80060B4[9:9] = 0x00000001U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. .. reg_ddrc_dis_pre_bypass = 0x0 - // .. .. ==> 0XF80060B4[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060B4, 0x000007FFU ,0x00000200U), - // .. .. reg_ddrc_dfi_t_rddata_en = 0x6 - // .. .. ==> 0XF80060B8[4:0] = 0x00000006U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000006U - // .. .. reg_ddrc_dfi_t_ctrlup_min = 0x3 - // .. .. ==> 0XF80060B8[14:5] = 0x00000003U - // .. .. ==> MASK : 0x00007FE0U VAL : 0x00000060U - // .. .. reg_ddrc_dfi_t_ctrlup_max = 0x40 - // .. .. ==> 0XF80060B8[24:15] = 0x00000040U - // .. .. ==> MASK : 0x01FF8000U VAL : 0x00200000U - // .. .. - EMIT_MASKWRITE(0XF80060B8, 0x01FFFFFFU ,0x00200066U), - // .. .. Clear_Uncorrectable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. Clear_Correctable_DRAM_ECC_error = 0x0 - // .. .. ==> 0XF80060C4[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C4, 0x00000003U ,0x00000000U), - // .. .. CORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060C8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. ECC_CORRECTED_BIT_NUM = 0x0 - // .. .. ==> 0XF80060C8[7:1] = 0x00000000U - // .. .. ==> MASK : 0x000000FEU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060C8, 0x000000FFU ,0x00000000U), - // .. .. UNCORR_ECC_LOG_VALID = 0x0 - // .. .. ==> 0XF80060DC[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060DC, 0x00000001U ,0x00000000U), - // .. .. STAT_NUM_CORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[15:8] = 0x00000000U - // .. .. ==> MASK : 0x0000FF00U VAL : 0x00000000U - // .. .. STAT_NUM_UNCORR_ERR = 0x0 - // .. .. ==> 0XF80060F0[7:0] = 0x00000000U - // .. .. ==> MASK : 0x000000FFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80060F0, 0x0000FFFFU ,0x00000000U), - // .. .. reg_ddrc_ecc_mode = 0x0 - // .. .. ==> 0XF80060F4[2:0] = 0x00000000U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000000U - // .. .. reg_ddrc_dis_scrub = 0x1 - // .. .. ==> 0XF80060F4[3:3] = 0x00000001U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000008U - // .. .. - EMIT_MASKWRITE(0XF80060F4, 0x0000000FU ,0x00000008U), - // .. .. reg_phy_dif_on = 0x0 - // .. .. ==> 0XF8006114[3:0] = 0x00000000U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000000U - // .. .. reg_phy_dif_off = 0x0 - // .. .. ==> 0XF8006114[7:4] = 0x00000000U - // .. .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006114, 0x000000FFU ,0x00000000U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006118[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006118[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006118[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006118[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006118[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006118[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006118[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006118, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF800611C[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF800611C[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF800611C[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF800611C[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF800611C[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF800611C[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF800611C[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF800611C, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006120[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006120[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006120[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006120[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006120[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006120[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006120[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006120, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_data_slice_in_use = 0x1 - // .. .. ==> 0XF8006124[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_phy_rdlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_gatelvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_wrlvl_inc_mode = 0x0 - // .. .. ==> 0XF8006124[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_tx = 0x0 - // .. .. ==> 0XF8006124[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_board_lpbk_rx = 0x0 - // .. .. ==> 0XF8006124[5:5] = 0x00000000U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. .. reg_phy_bist_shift_dq = 0x0 - // .. .. ==> 0XF8006124[14:6] = 0x00000000U - // .. .. ==> MASK : 0x00007FC0U VAL : 0x00000000U - // .. .. reg_phy_bist_err_clr = 0x0 - // .. .. ==> 0XF8006124[23:15] = 0x00000000U - // .. .. ==> MASK : 0x00FF8000U VAL : 0x00000000U - // .. .. reg_phy_dq_offset = 0x40 - // .. .. ==> 0XF8006124[30:24] = 0x00000040U - // .. .. ==> MASK : 0x7F000000U VAL : 0x40000000U - // .. .. - EMIT_MASKWRITE(0XF8006124, 0x7FFFFFFFU ,0x40000001U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF800612C[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF800612C[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF800612C, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006130[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006130[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006130, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006134[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006134[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006134, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_wrlvl_init_ratio = 0x0 - // .. .. ==> 0XF8006138[9:0] = 0x00000000U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000000U - // .. .. reg_phy_gatelvl_init_ratio = 0xa4 - // .. .. ==> 0XF8006138[19:10] = 0x000000A4U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00029000U - // .. .. - EMIT_MASKWRITE(0XF8006138, 0x000FFFFFU ,0x00029000U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006140[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006140[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006140[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006140, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006144[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006144[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006144[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006144, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF8006148[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006148[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006148[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006148, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_rd_dqs_slave_ratio = 0x35 - // .. .. ==> 0XF800614C[9:0] = 0x00000035U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000035U - // .. .. reg_phy_rd_dqs_slave_force = 0x0 - // .. .. ==> 0XF800614C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_rd_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800614C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800614C, 0x000FFFFFU ,0x00000035U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006154[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006154[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006154[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006154, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006158[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006158[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006158[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006158, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF800615C[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF800615C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF800615C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800615C, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_wr_dqs_slave_ratio = 0x80 - // .. .. ==> 0XF8006160[9:0] = 0x00000080U - // .. .. ==> MASK : 0x000003FFU VAL : 0x00000080U - // .. .. reg_phy_wr_dqs_slave_force = 0x0 - // .. .. ==> 0XF8006160[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_dqs_slave_delay = 0x0 - // .. .. ==> 0XF8006160[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006160, 0x000FFFFFU ,0x00000080U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006168[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006168[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006168[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006168, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF800616C[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF800616C[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF800616C[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800616C, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006170[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006170[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006170[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006170, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_fifo_we_slave_ratio = 0xf9 - // .. .. ==> 0XF8006174[10:0] = 0x000000F9U - // .. .. ==> MASK : 0x000007FFU VAL : 0x000000F9U - // .. .. reg_phy_fifo_we_in_force = 0x0 - // .. .. ==> 0XF8006174[11:11] = 0x00000000U - // .. .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. .. reg_phy_fifo_we_in_delay = 0x0 - // .. .. ==> 0XF8006174[20:12] = 0x00000000U - // .. .. ==> MASK : 0x001FF000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006174, 0x001FFFFFU ,0x000000F9U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF800617C[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF800617C[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF800617C[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800617C, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006180[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006180[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006180[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006180, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006184[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006184[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006184[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006184, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_wr_data_slave_ratio = 0xc0 - // .. .. ==> 0XF8006188[9:0] = 0x000000C0U - // .. .. ==> MASK : 0x000003FFU VAL : 0x000000C0U - // .. .. reg_phy_wr_data_slave_force = 0x0 - // .. .. ==> 0XF8006188[10:10] = 0x00000000U - // .. .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. .. reg_phy_wr_data_slave_delay = 0x0 - // .. .. ==> 0XF8006188[19:11] = 0x00000000U - // .. .. ==> MASK : 0x000FF800U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006188, 0x000FFFFFU ,0x000000C0U), - // .. .. reg_phy_loopback = 0x0 - // .. .. ==> 0XF8006190[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_phy_bl2 = 0x0 - // .. .. ==> 0XF8006190[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_phy_at_spd_atpg = 0x0 - // .. .. ==> 0XF8006190[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_phy_bist_enable = 0x0 - // .. .. ==> 0XF8006190[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. reg_phy_bist_force_err = 0x0 - // .. .. ==> 0XF8006190[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. reg_phy_bist_mode = 0x0 - // .. .. ==> 0XF8006190[6:5] = 0x00000000U - // .. .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. .. reg_phy_invert_clkout = 0x1 - // .. .. ==> 0XF8006190[7:7] = 0x00000001U - // .. .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. .. reg_phy_all_dq_mpr_rd_resp = 0x0 - // .. .. ==> 0XF8006190[8:8] = 0x00000000U - // .. .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. .. reg_phy_sel_logic = 0x0 - // .. .. ==> 0XF8006190[9:9] = 0x00000000U - // .. .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_ratio = 0x100 - // .. .. ==> 0XF8006190[19:10] = 0x00000100U - // .. .. ==> MASK : 0x000FFC00U VAL : 0x00040000U - // .. .. reg_phy_ctrl_slave_force = 0x0 - // .. .. ==> 0XF8006190[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006190[27:21] = 0x00000000U - // .. .. ==> MASK : 0x0FE00000U VAL : 0x00000000U - // .. .. reg_phy_use_rank0_delays = 0x1 - // .. .. ==> 0XF8006190[28:28] = 0x00000001U - // .. .. ==> MASK : 0x10000000U VAL : 0x10000000U - // .. .. reg_phy_lpddr = 0x0 - // .. .. ==> 0XF8006190[29:29] = 0x00000000U - // .. .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. .. reg_phy_cmd_latency = 0x0 - // .. .. ==> 0XF8006190[30:30] = 0x00000000U - // .. .. ==> MASK : 0x40000000U VAL : 0x00000000U - // .. .. reg_phy_int_lpbk = 0x0 - // .. .. ==> 0XF8006190[31:31] = 0x00000000U - // .. .. ==> MASK : 0x80000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006190, 0xFFFFFFFFU ,0x10040080U), - // .. .. reg_phy_wr_rl_delay = 0x2 - // .. .. ==> 0XF8006194[4:0] = 0x00000002U - // .. .. ==> MASK : 0x0000001FU VAL : 0x00000002U - // .. .. reg_phy_rd_rl_delay = 0x4 - // .. .. ==> 0XF8006194[9:5] = 0x00000004U - // .. .. ==> MASK : 0x000003E0U VAL : 0x00000080U - // .. .. reg_phy_dll_lock_diff = 0xf - // .. .. ==> 0XF8006194[13:10] = 0x0000000FU - // .. .. ==> MASK : 0x00003C00U VAL : 0x00003C00U - // .. .. reg_phy_use_wr_level = 0x1 - // .. .. ==> 0XF8006194[14:14] = 0x00000001U - // .. .. ==> MASK : 0x00004000U VAL : 0x00004000U - // .. .. reg_phy_use_rd_dqs_gate_level = 0x1 - // .. .. ==> 0XF8006194[15:15] = 0x00000001U - // .. .. ==> MASK : 0x00008000U VAL : 0x00008000U - // .. .. reg_phy_use_rd_data_eye_level = 0x1 - // .. .. ==> 0XF8006194[16:16] = 0x00000001U - // .. .. ==> MASK : 0x00010000U VAL : 0x00010000U - // .. .. reg_phy_dis_calib_rst = 0x0 - // .. .. ==> 0XF8006194[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_phy_ctrl_slave_delay = 0x0 - // .. .. ==> 0XF8006194[19:18] = 0x00000000U - // .. .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006194, 0x000FFFFFU ,0x0001FC82U), - // .. .. reg_arb_page_addr_mask = 0x0 - // .. .. ==> 0XF8006204[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006204, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006208[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006208[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006208[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006208[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006208[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006208, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF800620C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF800620C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF800620C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF800620C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF800620C[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF800620C, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006210[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006210[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006210[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006210[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006210[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006210, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_wr_portn = 0x3ff - // .. .. ==> 0XF8006214[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_wr_portn = 0x0 - // .. .. ==> 0XF8006214[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_wr_portn = 0x0 - // .. .. ==> 0XF8006214[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_wr_portn = 0x0 - // .. .. ==> 0XF8006214[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_dis_rmw_portn = 0x1 - // .. .. ==> 0XF8006214[19:19] = 0x00000001U - // .. .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. .. - EMIT_MASKWRITE(0XF8006214, 0x000F03FFU ,0x000803FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006218[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006218[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006218[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006218[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006218[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006218, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF800621C[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF800621C[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF800621C[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF800621C[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF800621C[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF800621C, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006220[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006220[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006220[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006220[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006220[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006220, 0x000F03FFU ,0x000003FFU), - // .. .. reg_arb_pri_rd_portn = 0x3ff - // .. .. ==> 0XF8006224[9:0] = 0x000003FFU - // .. .. ==> MASK : 0x000003FFU VAL : 0x000003FFU - // .. .. reg_arb_disable_aging_rd_portn = 0x0 - // .. .. ==> 0XF8006224[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. reg_arb_disable_urgent_rd_portn = 0x0 - // .. .. ==> 0XF8006224[17:17] = 0x00000000U - // .. .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. .. reg_arb_dis_page_match_rd_portn = 0x0 - // .. .. ==> 0XF8006224[18:18] = 0x00000000U - // .. .. ==> MASK : 0x00040000U VAL : 0x00000000U - // .. .. reg_arb_set_hpr_rd_portn = 0x0 - // .. .. ==> 0XF8006224[19:19] = 0x00000000U - // .. .. ==> MASK : 0x00080000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006224, 0x000F03FFU ,0x000003FFU), - // .. .. reg_ddrc_lpddr2 = 0x0 - // .. .. ==> 0XF80062A8[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. reg_ddrc_per_bank_refresh = 0x0 - // .. .. ==> 0XF80062A8[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_derate_enable = 0x0 - // .. .. ==> 0XF80062A8[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. reg_ddrc_mr4_margin = 0x0 - // .. .. ==> 0XF80062A8[11:4] = 0x00000000U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062A8, 0x00000FF7U ,0x00000000U), - // .. .. reg_ddrc_mr4_read_interval = 0x0 - // .. .. ==> 0XF80062AC[31:0] = 0x00000000U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF80062AC, 0xFFFFFFFFU ,0x00000000U), - // .. .. reg_ddrc_min_stable_clock_x1 = 0x5 - // .. .. ==> 0XF80062B0[3:0] = 0x00000005U - // .. .. ==> MASK : 0x0000000FU VAL : 0x00000005U - // .. .. reg_ddrc_idle_after_reset_x32 = 0x12 - // .. .. ==> 0XF80062B0[11:4] = 0x00000012U - // .. .. ==> MASK : 0x00000FF0U VAL : 0x00000120U - // .. .. reg_ddrc_t_mrw = 0x5 - // .. .. ==> 0XF80062B0[21:12] = 0x00000005U - // .. .. ==> MASK : 0x003FF000U VAL : 0x00005000U - // .. .. - EMIT_MASKWRITE(0XF80062B0, 0x003FFFFFU ,0x00005125U), - // .. .. reg_ddrc_max_auto_init_x1024 = 0xa8 - // .. .. ==> 0XF80062B4[7:0] = 0x000000A8U - // .. .. ==> MASK : 0x000000FFU VAL : 0x000000A8U - // .. .. reg_ddrc_dev_zqinit_x32 = 0x12 - // .. .. ==> 0XF80062B4[17:8] = 0x00000012U - // .. .. ==> MASK : 0x0003FF00U VAL : 0x00001200U - // .. .. - EMIT_MASKWRITE(0XF80062B4, 0x0003FFFFU ,0x000012A8U), - // .. .. START: POLL ON DCI STATUS - // .. .. DONE = 1 - // .. .. ==> 0XF8000B74[13:13] = 0x00000001U - // .. .. ==> MASK : 0x00002000U VAL : 0x00002000U - // .. .. - EMIT_MASKPOLL(0XF8000B74, 0x00002000U), - // .. .. FINISH: POLL ON DCI STATUS - // .. .. START: UNLOCK DDR - // .. .. reg_ddrc_soft_rstb = 0x1 - // .. .. ==> 0XF8006000[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. reg_ddrc_powerdown_en = 0x0 - // .. .. ==> 0XF8006000[1:1] = 0x00000000U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. .. reg_ddrc_data_bus_width = 0x0 - // .. .. ==> 0XF8006000[3:2] = 0x00000000U - // .. .. ==> MASK : 0x0000000CU VAL : 0x00000000U - // .. .. reg_ddrc_burst8_refresh = 0x0 - // .. .. ==> 0XF8006000[6:4] = 0x00000000U - // .. .. ==> MASK : 0x00000070U VAL : 0x00000000U - // .. .. reg_ddrc_rdwr_idle_gap = 1 - // .. .. ==> 0XF8006000[13:7] = 0x00000001U - // .. .. ==> MASK : 0x00003F80U VAL : 0x00000080U - // .. .. reg_ddrc_dis_rd_bypass = 0x0 - // .. .. ==> 0XF8006000[14:14] = 0x00000000U - // .. .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_act_bypass = 0x0 - // .. .. ==> 0XF8006000[15:15] = 0x00000000U - // .. .. ==> MASK : 0x00008000U VAL : 0x00000000U - // .. .. reg_ddrc_dis_auto_refresh = 0x0 - // .. .. ==> 0XF8006000[16:16] = 0x00000000U - // .. .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8006000, 0x0001FFFFU ,0x00000081U), - // .. .. FINISH: UNLOCK DDR - // .. .. START: CHECK DDR STATUS - // .. .. ddrc_reg_operating_mode = 1 - // .. .. ==> 0XF8006054[2:0] = 0x00000001U - // .. .. ==> MASK : 0x00000007U VAL : 0x00000001U - // .. .. - EMIT_MASKPOLL(0XF8006054, 0x00000007U), - // .. .. FINISH: CHECK DDR STATUS - // .. FINISH: DDR INITIALIZATION - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_mio_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: OCM REMAPPING - // .. FINISH: OCM REMAPPING - // .. START: DDRIOB SETTINGS - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B40[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B40[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B40[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B40[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B40[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B40[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B40[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B40[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B40, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B44[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B44[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B44[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B44[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B44[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B44[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B44[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B44[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B44, 0x00000FFFU ,0x00000600U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B48[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B48[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B48[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B48[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B48[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B48[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B48[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B48[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B4C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x1 - // .. ==> 0XF8000B4C[2:1] = 0x00000001U - // .. ==> MASK : 0x00000006U VAL : 0x00000002U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B4C[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B4C[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B4C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B4C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B4C[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B4C[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000FFFU ,0x00000672U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B50[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B50[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B50[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B50[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B50[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B50[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B50[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B50[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B54[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x2 - // .. ==> 0XF8000B54[2:1] = 0x00000002U - // .. ==> MASK : 0x00000006U VAL : 0x00000004U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B54[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x1 - // .. ==> 0XF8000B54[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. DCR_TYPE = 0x3 - // .. ==> 0XF8000B54[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. IBUF_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0 - // .. ==> 0XF8000B54[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B54[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B54[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000FFFU ,0x00000674U), - // .. INP_POWER = 0x0 - // .. ==> 0XF8000B58[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. INP_TYPE = 0x0 - // .. ==> 0XF8000B58[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. DCI_UPDATE = 0x0 - // .. ==> 0XF8000B58[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. TERM_EN = 0x0 - // .. ==> 0XF8000B58[4:4] = 0x00000000U - // .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. DCR_TYPE = 0x0 - // .. ==> 0XF8000B58[6:5] = 0x00000000U - // .. ==> MASK : 0x00000060U VAL : 0x00000000U - // .. IBUF_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. TERM_DISABLE_MODE = 0x0 - // .. ==> 0XF8000B58[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. OUTPUT_EN = 0x3 - // .. ==> 0XF8000B58[10:9] = 0x00000003U - // .. ==> MASK : 0x00000600U VAL : 0x00000600U - // .. PULLUP_EN = 0x0 - // .. ==> 0XF8000B58[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B58, 0x00000FFFU ,0x00000600U), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B5C[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B5C[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x3 - // .. ==> 0XF8000B5C[18:14] = 0x00000003U - // .. ==> MASK : 0x0007C000U VAL : 0x0000C000U - // .. SLEW_N = 0x3 - // .. ==> 0XF8000B5C[23:19] = 0x00000003U - // .. ==> MASK : 0x00F80000U VAL : 0x00180000U - // .. GTL = 0x0 - // .. ==> 0XF8000B5C[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B5C[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B5C, 0xFFFFFFFFU ,0x0018C61CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B60[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B60[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B60[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B60[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B60[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B60[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B60, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B64[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B64[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B64[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B64[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B64[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B64[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B64, 0xFFFFFFFFU ,0x00F9861CU), - // .. DRIVE_P = 0x1c - // .. ==> 0XF8000B68[6:0] = 0x0000001CU - // .. ==> MASK : 0x0000007FU VAL : 0x0000001CU - // .. DRIVE_N = 0xc - // .. ==> 0XF8000B68[13:7] = 0x0000000CU - // .. ==> MASK : 0x00003F80U VAL : 0x00000600U - // .. SLEW_P = 0x6 - // .. ==> 0XF8000B68[18:14] = 0x00000006U - // .. ==> MASK : 0x0007C000U VAL : 0x00018000U - // .. SLEW_N = 0x1f - // .. ==> 0XF8000B68[23:19] = 0x0000001FU - // .. ==> MASK : 0x00F80000U VAL : 0x00F80000U - // .. GTL = 0x0 - // .. ==> 0XF8000B68[26:24] = 0x00000000U - // .. ==> MASK : 0x07000000U VAL : 0x00000000U - // .. RTERM = 0x0 - // .. ==> 0XF8000B68[31:27] = 0x00000000U - // .. ==> MASK : 0xF8000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B68, 0xFFFFFFFFU ,0x00F9861CU), - // .. VREF_INT_EN = 0x0 - // .. ==> 0XF8000B6C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. VREF_SEL = 0x0 - // .. ==> 0XF8000B6C[4:1] = 0x00000000U - // .. ==> MASK : 0x0000001EU VAL : 0x00000000U - // .. VREF_EXT_EN = 0x3 - // .. ==> 0XF8000B6C[6:5] = 0x00000003U - // .. ==> MASK : 0x00000060U VAL : 0x00000060U - // .. VREF_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[8:7] = 0x00000000U - // .. ==> MASK : 0x00000180U VAL : 0x00000000U - // .. REFIO_EN = 0x1 - // .. ==> 0XF8000B6C[9:9] = 0x00000001U - // .. ==> MASK : 0x00000200U VAL : 0x00000200U - // .. REFIO_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. DRST_B_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. CKE_PULLUP_EN = 0x0 - // .. ==> 0XF8000B6C[14:14] = 0x00000000U - // .. ==> MASK : 0x00004000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000B6C, 0x000073FFU ,0x00000260U), - // .. .. START: ASSERT RESET - // .. .. RESET = 1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000021U), - // .. .. FINISH: ASSERT RESET - // .. .. START: DEASSERT RESET - // .. .. RESET = 0 - // .. .. ==> 0XF8000B70[0:0] = 0x00000000U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x00000021U ,0x00000020U), - // .. .. FINISH: DEASSERT RESET - // .. .. RESET = 0x1 - // .. .. ==> 0XF8000B70[0:0] = 0x00000001U - // .. .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. .. ENABLE = 0x1 - // .. .. ==> 0XF8000B70[1:1] = 0x00000001U - // .. .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. .. VRP_TRI = 0x0 - // .. .. ==> 0XF8000B70[2:2] = 0x00000000U - // .. .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. .. VRN_TRI = 0x0 - // .. .. ==> 0XF8000B70[3:3] = 0x00000000U - // .. .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. .. VRP_OUT = 0x0 - // .. .. ==> 0XF8000B70[4:4] = 0x00000000U - // .. .. ==> MASK : 0x00000010U VAL : 0x00000000U - // .. .. VRN_OUT = 0x1 - // .. .. ==> 0XF8000B70[5:5] = 0x00000001U - // .. .. ==> MASK : 0x00000020U VAL : 0x00000020U - // .. .. NREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[7:6] = 0x00000000U - // .. .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. .. NREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[10:8] = 0x00000000U - // .. .. ==> MASK : 0x00000700U VAL : 0x00000000U - // .. .. NREF_OPT4 = 0x1 - // .. .. ==> 0XF8000B70[13:11] = 0x00000001U - // .. .. ==> MASK : 0x00003800U VAL : 0x00000800U - // .. .. PREF_OPT1 = 0x0 - // .. .. ==> 0XF8000B70[16:14] = 0x00000000U - // .. .. ==> MASK : 0x0001C000U VAL : 0x00000000U - // .. .. PREF_OPT2 = 0x0 - // .. .. ==> 0XF8000B70[19:17] = 0x00000000U - // .. .. ==> MASK : 0x000E0000U VAL : 0x00000000U - // .. .. UPDATE_CONTROL = 0x0 - // .. .. ==> 0XF8000B70[20:20] = 0x00000000U - // .. .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. .. INIT_COMPLETE = 0x0 - // .. .. ==> 0XF8000B70[21:21] = 0x00000000U - // .. .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. .. TST_CLK = 0x0 - // .. .. ==> 0XF8000B70[22:22] = 0x00000000U - // .. .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. .. TST_HLN = 0x0 - // .. .. ==> 0XF8000B70[23:23] = 0x00000000U - // .. .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. .. TST_HLP = 0x0 - // .. .. ==> 0XF8000B70[24:24] = 0x00000000U - // .. .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. .. TST_RST = 0x0 - // .. .. ==> 0XF8000B70[25:25] = 0x00000000U - // .. .. ==> MASK : 0x02000000U VAL : 0x00000000U - // .. .. INT_DCI_EN = 0x0 - // .. .. ==> 0XF8000B70[26:26] = 0x00000000U - // .. .. ==> MASK : 0x04000000U VAL : 0x00000000U - // .. .. - EMIT_MASKWRITE(0XF8000B70, 0x07FFFFFFU ,0x00000823U), - // .. FINISH: DDRIOB SETTINGS - // .. START: MIO PROGRAMMING - // .. TRI_ENABLE = 1 - // .. ==> 0XF8000738[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. L0_SEL = 0 - // .. ==> 0XF8000738[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF8000738[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF8000738[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF8000738[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF8000738[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF8000738[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF8000738[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF8000738[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000738, 0x00003FFFU ,0x000016E1U), - // .. TRI_ENABLE = 0 - // .. ==> 0XF800073C[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. L0_SEL = 0 - // .. ==> 0XF800073C[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. L1_SEL = 0 - // .. ==> 0XF800073C[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. L2_SEL = 0 - // .. ==> 0XF800073C[4:3] = 0x00000000U - // .. ==> MASK : 0x00000018U VAL : 0x00000000U - // .. L3_SEL = 7 - // .. ==> 0XF800073C[7:5] = 0x00000007U - // .. ==> MASK : 0x000000E0U VAL : 0x000000E0U - // .. Speed = 0 - // .. ==> 0XF800073C[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. IO_Type = 3 - // .. ==> 0XF800073C[11:9] = 0x00000003U - // .. ==> MASK : 0x00000E00U VAL : 0x00000600U - // .. PULLUP = 1 - // .. ==> 0XF800073C[12:12] = 0x00000001U - // .. ==> MASK : 0x00001000U VAL : 0x00001000U - // .. DisableRcvr = 0 - // .. ==> 0XF800073C[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF800073C, 0x00003FFFU ,0x000016E0U), - // .. FINISH: MIO PROGRAMMING - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_peripherals_init_data_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B48[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B48, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B4C[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B4C, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B50[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B50, 0x00000180U ,0x00000180U), - // .. IBUF_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[7:7] = 0x00000001U - // .. ==> MASK : 0x00000080U VAL : 0x00000080U - // .. TERM_DISABLE_MODE = 0x1 - // .. ==> 0XF8000B54[8:8] = 0x00000001U - // .. ==> MASK : 0x00000100U VAL : 0x00000100U - // .. - EMIT_MASKWRITE(0XF8000B54, 0x00000180U ,0x00000180U), - // .. FINISH: DDR TERM/IBUF_DISABLE_MODE SETTINGS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // .. START: SRAM/NOR SET OPMODE - // .. FINISH: SRAM/NOR SET OPMODE - // .. START: UART REGISTERS - // .. BDIV = 0x6 - // .. ==> 0XE0000034[7:0] = 0x00000006U - // .. ==> MASK : 0x000000FFU VAL : 0x00000006U - // .. - EMIT_MASKWRITE(0XE0000034, 0x000000FFU ,0x00000006U), - // .. CD = 0x7c - // .. ==> 0XE0000018[15:0] = 0x0000007CU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000007CU - // .. - EMIT_MASKWRITE(0XE0000018, 0x0000FFFFU ,0x0000007CU), - // .. STPBRK = 0x0 - // .. ==> 0XE0000000[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. STTBRK = 0x0 - // .. ==> 0XE0000000[7:7] = 0x00000000U - // .. ==> MASK : 0x00000080U VAL : 0x00000000U - // .. RSTTO = 0x0 - // .. ==> 0XE0000000[6:6] = 0x00000000U - // .. ==> MASK : 0x00000040U VAL : 0x00000000U - // .. TXDIS = 0x0 - // .. ==> 0XE0000000[5:5] = 0x00000000U - // .. ==> MASK : 0x00000020U VAL : 0x00000000U - // .. TXEN = 0x1 - // .. ==> 0XE0000000[4:4] = 0x00000001U - // .. ==> MASK : 0x00000010U VAL : 0x00000010U - // .. RXDIS = 0x0 - // .. ==> 0XE0000000[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. RXEN = 0x1 - // .. ==> 0XE0000000[2:2] = 0x00000001U - // .. ==> MASK : 0x00000004U VAL : 0x00000004U - // .. TXRES = 0x1 - // .. ==> 0XE0000000[1:1] = 0x00000001U - // .. ==> MASK : 0x00000002U VAL : 0x00000002U - // .. RXRES = 0x1 - // .. ==> 0XE0000000[0:0] = 0x00000001U - // .. ==> MASK : 0x00000001U VAL : 0x00000001U - // .. - EMIT_MASKWRITE(0XE0000000, 0x000001FFU ,0x00000017U), - // .. IRMODE = 0x0 - // .. ==> 0XE0000004[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. UCLKEN = 0x0 - // .. ==> 0XE0000004[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. CHMODE = 0x0 - // .. ==> 0XE0000004[9:8] = 0x00000000U - // .. ==> MASK : 0x00000300U VAL : 0x00000000U - // .. NBSTOP = 0x0 - // .. ==> 0XE0000004[7:6] = 0x00000000U - // .. ==> MASK : 0x000000C0U VAL : 0x00000000U - // .. PAR = 0x4 - // .. ==> 0XE0000004[5:3] = 0x00000004U - // .. ==> MASK : 0x00000038U VAL : 0x00000020U - // .. CHRL = 0x0 - // .. ==> 0XE0000004[2:1] = 0x00000000U - // .. ==> MASK : 0x00000006U VAL : 0x00000000U - // .. CLKS = 0x0 - // .. ==> 0XE0000004[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XE0000004, 0x00000FFFU ,0x00000020U), - // .. FINISH: UART REGISTERS - // .. START: QSPI REGISTERS - // .. Holdb_dr = 1 - // .. ==> 0XE000D000[19:19] = 0x00000001U - // .. ==> MASK : 0x00080000U VAL : 0x00080000U - // .. - EMIT_MASKWRITE(0XE000D000, 0x00080000U ,0x00080000U), - // .. FINISH: QSPI REGISTERS - // .. START: PL POWER ON RESET REGISTERS - // .. PCFG_POR_CNT_4K = 0 - // .. ==> 0XF8007000[29:29] = 0x00000000U - // .. ==> MASK : 0x20000000U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8007000, 0x20000000U ,0x00000000U), - // .. FINISH: PL POWER ON RESET REGISTERS - // .. START: SMC TIMING CALCULATION REGISTER UPDATE - // .. .. START: NAND SET CYCLE - // .. .. FINISH: NAND SET CYCLE - // .. .. START: OPMODE - // .. .. FINISH: OPMODE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: SRAM/NOR CS0 SET CYCLE - // .. .. FINISH: SRAM/NOR CS0 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS0 BASE ADDRESS - // .. .. FINISH: NOR CS0 BASE ADDRESS - // .. .. START: SRAM/NOR CS1 SET CYCLE - // .. .. FINISH: SRAM/NOR CS1 SET CYCLE - // .. .. START: DIRECT COMMAND - // .. .. FINISH: DIRECT COMMAND - // .. .. START: NOR CS1 BASE ADDRESS - // .. .. FINISH: NOR CS1 BASE ADDRESS - // .. .. START: USB RESET - // .. .. FINISH: USB RESET - // .. .. START: ENET RESET - // .. .. FINISH: ENET RESET - // .. .. START: I2C RESET - // .. .. FINISH: I2C RESET - // .. .. START: NOR CHIP SELECT - // .. .. .. START: DIR MODE BANK 0 - // .. .. .. FINISH: DIR MODE BANK 0 - // .. .. .. START: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. FINISH: MASK_DATA_0_LSW HIGH BANK [15:0] - // .. .. .. START: OUTPUT ENABLE BANK 0 - // .. .. .. FINISH: OUTPUT ENABLE BANK 0 - // .. .. FINISH: NOR CHIP SELECT - // .. FINISH: SMC TIMING CALCULATION REGISTER UPDATE - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_post_config_1_0[] = { - // START: top - // .. START: SLCR SETTINGS - // .. UNLOCK_KEY = 0XDF0D - // .. ==> 0XF8000008[15:0] = 0x0000DF0DU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU - // .. - EMIT_WRITE(0XF8000008, 0x0000DF0DU), - // .. FINISH: SLCR SETTINGS - // .. START: ENABLING LEVEL SHIFTER - // .. USER_INP_ICT_EN_0 = 3 - // .. ==> 0XF8000900[1:0] = 0x00000003U - // .. ==> MASK : 0x00000003U VAL : 0x00000003U - // .. USER_INP_ICT_EN_1 = 3 - // .. ==> 0XF8000900[3:2] = 0x00000003U - // .. ==> MASK : 0x0000000CU VAL : 0x0000000CU - // .. - EMIT_MASKWRITE(0XF8000900, 0x0000000FU ,0x0000000FU), - // .. FINISH: ENABLING LEVEL SHIFTER - // .. START: FPGA RESETS TO 0 - // .. reserved_3 = 0 - // .. ==> 0XF8000240[31:25] = 0x00000000U - // .. ==> MASK : 0xFE000000U VAL : 0x00000000U - // .. FPGA_ACP_RST = 0 - // .. ==> 0XF8000240[24:24] = 0x00000000U - // .. ==> MASK : 0x01000000U VAL : 0x00000000U - // .. FPGA_AXDS3_RST = 0 - // .. ==> 0XF8000240[23:23] = 0x00000000U - // .. ==> MASK : 0x00800000U VAL : 0x00000000U - // .. FPGA_AXDS2_RST = 0 - // .. ==> 0XF8000240[22:22] = 0x00000000U - // .. ==> MASK : 0x00400000U VAL : 0x00000000U - // .. FPGA_AXDS1_RST = 0 - // .. ==> 0XF8000240[21:21] = 0x00000000U - // .. ==> MASK : 0x00200000U VAL : 0x00000000U - // .. FPGA_AXDS0_RST = 0 - // .. ==> 0XF8000240[20:20] = 0x00000000U - // .. ==> MASK : 0x00100000U VAL : 0x00000000U - // .. reserved_2 = 0 - // .. ==> 0XF8000240[19:18] = 0x00000000U - // .. ==> MASK : 0x000C0000U VAL : 0x00000000U - // .. FSSW1_FPGA_RST = 0 - // .. ==> 0XF8000240[17:17] = 0x00000000U - // .. ==> MASK : 0x00020000U VAL : 0x00000000U - // .. FSSW0_FPGA_RST = 0 - // .. ==> 0XF8000240[16:16] = 0x00000000U - // .. ==> MASK : 0x00010000U VAL : 0x00000000U - // .. reserved_1 = 0 - // .. ==> 0XF8000240[15:14] = 0x00000000U - // .. ==> MASK : 0x0000C000U VAL : 0x00000000U - // .. FPGA_FMSW1_RST = 0 - // .. ==> 0XF8000240[13:13] = 0x00000000U - // .. ==> MASK : 0x00002000U VAL : 0x00000000U - // .. FPGA_FMSW0_RST = 0 - // .. ==> 0XF8000240[12:12] = 0x00000000U - // .. ==> MASK : 0x00001000U VAL : 0x00000000U - // .. FPGA_DMA3_RST = 0 - // .. ==> 0XF8000240[11:11] = 0x00000000U - // .. ==> MASK : 0x00000800U VAL : 0x00000000U - // .. FPGA_DMA2_RST = 0 - // .. ==> 0XF8000240[10:10] = 0x00000000U - // .. ==> MASK : 0x00000400U VAL : 0x00000000U - // .. FPGA_DMA1_RST = 0 - // .. ==> 0XF8000240[9:9] = 0x00000000U - // .. ==> MASK : 0x00000200U VAL : 0x00000000U - // .. FPGA_DMA0_RST = 0 - // .. ==> 0XF8000240[8:8] = 0x00000000U - // .. ==> MASK : 0x00000100U VAL : 0x00000000U - // .. reserved = 0 - // .. ==> 0XF8000240[7:4] = 0x00000000U - // .. ==> MASK : 0x000000F0U VAL : 0x00000000U - // .. FPGA3_OUT_RST = 0 - // .. ==> 0XF8000240[3:3] = 0x00000000U - // .. ==> MASK : 0x00000008U VAL : 0x00000000U - // .. FPGA2_OUT_RST = 0 - // .. ==> 0XF8000240[2:2] = 0x00000000U - // .. ==> MASK : 0x00000004U VAL : 0x00000000U - // .. FPGA1_OUT_RST = 0 - // .. ==> 0XF8000240[1:1] = 0x00000000U - // .. ==> MASK : 0x00000002U VAL : 0x00000000U - // .. FPGA0_OUT_RST = 0 - // .. ==> 0XF8000240[0:0] = 0x00000000U - // .. ==> MASK : 0x00000001U VAL : 0x00000000U - // .. - EMIT_MASKWRITE(0XF8000240, 0xFFFFFFFFU ,0x00000000U), - // .. FINISH: FPGA RESETS TO 0 - // .. START: AFI REGISTERS - // .. .. START: AFI0 REGISTERS - // .. .. FINISH: AFI0 REGISTERS - // .. .. START: AFI1 REGISTERS - // .. .. FINISH: AFI1 REGISTERS - // .. .. START: AFI2 REGISTERS - // .. .. FINISH: AFI2 REGISTERS - // .. .. START: AFI3 REGISTERS - // .. .. FINISH: AFI3 REGISTERS - // .. FINISH: AFI REGISTERS - // .. START: LOCK IT BACK - // .. LOCK_KEY = 0X767B - // .. ==> 0XF8000004[15:0] = 0x0000767BU - // .. ==> MASK : 0x0000FFFFU VAL : 0x0000767BU - // .. - EMIT_WRITE(0XF8000004, 0x0000767BU), - // .. FINISH: LOCK IT BACK - // FINISH: top - // - EMIT_EXIT(), - - // -}; - -unsigned long ps7_debug_1_0[] = { - // START: top - // .. START: CROSS TRIGGER CONFIGURATIONS - // .. .. START: UNLOCKING CTI REGISTERS - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8898FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8898FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8899FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8899FB0, 0xC5ACCE55U), - // .. .. KEY = 0XC5ACCE55 - // .. .. ==> 0XF8809FB0[31:0] = 0xC5ACCE55U - // .. .. ==> MASK : 0xFFFFFFFFU VAL : 0xC5ACCE55U - // .. .. - EMIT_WRITE(0XF8809FB0, 0xC5ACCE55U), - // .. .. FINISH: UNLOCKING CTI REGISTERS - // .. .. START: ENABLING CTI MODULES AND CHANNELS - // .. .. FINISH: ENABLING CTI MODULES AND CHANNELS - // .. .. START: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. .. FINISH: MAPPING CPU0, CPU1 AND FTM EVENTS TO CTM CHANNELS - // .. FINISH: CROSS TRIGGER CONFIGURATIONS - // FINISH: top - // - EMIT_EXIT(), - - // -}; - - -#include "xil_io.h" -#define PS7_MASK_POLL_TIME 100000000 - -char* -getPS7MessageInfo(unsigned key) { - - char* err_msg = ""; - switch (key) { - case PS7_INIT_SUCCESS: err_msg = "PS7 initialization successful"; break; - case PS7_INIT_CORRUPT: err_msg = "PS7 init Data Corrupted"; break; - case PS7_INIT_TIMEOUT: err_msg = "PS7 init mask poll timeout"; break; - case PS7_POLL_FAILED_DDR_INIT: err_msg = "Mask Poll failed for DDR Init"; break; - case PS7_POLL_FAILED_DMA: err_msg = "Mask Poll failed for PLL Init"; break; - case PS7_POLL_FAILED_PLL: err_msg = "Mask Poll failed for DMA done bit"; break; - default: err_msg = "Undefined error status"; break; - } - - return err_msg; -} - -unsigned long -ps7GetSiliconVersion () { - // Read PS version from MCTRL register [31:28] - unsigned long mask = 0xF0000000; - unsigned long *addr = (unsigned long*) 0XF8007080; - unsigned long ps_version = (*addr & mask) >> 28; - return ps_version; -} - -void mask_write (unsigned long add , unsigned long mask, unsigned long val ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - *addr = ( val & mask ) | ( *addr & ~mask); - //xil_printf("MaskWrite : 0x%x--> 0x%x \n \r" ,add, *addr); -} - - -int mask_poll(unsigned long add , unsigned long mask ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - int i = 0; - while (!(*addr & mask)) { - if (i == PS7_MASK_POLL_TIME) { - return -1; - } - i++; - } - return 1; - //xil_printf("MaskPoll : 0x%x --> 0x%x \n \r" , add, *addr); -} - -unsigned long mask_read(unsigned long add , unsigned long mask ) { - volatile unsigned long *addr = (volatile unsigned long*) add; - unsigned long val = (*addr & mask); - //xil_printf("MaskRead : 0x%x --> 0x%x \n \r" , add, val); - return val; -} - - - -int -ps7_config(unsigned long * ps7_config_init) -{ - unsigned long *ptr = ps7_config_init; - - unsigned long opcode; // current instruction .. - unsigned long args[16]; // no opcode has so many args ... - int numargs; // number of arguments of this instruction - int j; // general purpose index - - volatile unsigned long *addr; // some variable to make code readable - unsigned long val,mask; // some variable to make code readable - - int finish = -1 ; // loop while this is negative ! - int i = 0; // Timeout variable - - while( finish < 0 ) { - numargs = ptr[0] & 0xF; - opcode = ptr[0] >> 4; - - for( j = 0 ; j < numargs ; j ++ ) - args[j] = ptr[j+1]; - ptr += numargs + 1; - - - switch ( opcode ) { - - case OPCODE_EXIT: - finish = PS7_INIT_SUCCESS; - break; - - case OPCODE_CLEAR: - addr = (unsigned long*) args[0]; - *addr = 0; - break; - - case OPCODE_WRITE: - addr = (unsigned long*) args[0]; - val = args[1]; - *addr = val; - break; - - case OPCODE_MASKWRITE: - addr = (unsigned long*) args[0]; - mask = args[1]; - val = args[2]; - *addr = ( val & mask ) | ( *addr & ~mask); - break; - - case OPCODE_MASKPOLL: - addr = (unsigned long*) args[0]; - mask = args[1]; - i = 0; - while (!(*addr & mask)) { - if (i == PS7_MASK_POLL_TIME) { - finish = PS7_INIT_TIMEOUT; - break; - } - i++; - } - break; - case OPCODE_MASKDELAY: - { - addr = (unsigned long*) args[0]; - mask = args[1]; - int delay = get_number_of_cycles_for_delay(mask); - perf_reset_and_start_timer(); - while ((*addr < delay)) { - } - } - break; - default: - finish = PS7_INIT_CORRUPT; - break; - } - } - return finish; -} - -unsigned long *ps7_mio_init_data = ps7_mio_init_data_3_0; -unsigned long *ps7_pll_init_data = ps7_pll_init_data_3_0; -unsigned long *ps7_clock_init_data = ps7_clock_init_data_3_0; -unsigned long *ps7_ddr_init_data = ps7_ddr_init_data_3_0; -unsigned long *ps7_peripherals_init_data = ps7_peripherals_init_data_3_0; - -int -ps7_post_config() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret = -1; - if (si_ver == PCW_SILICON_VERSION_1) { - ret = ps7_config (ps7_post_config_1_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else if (si_ver == PCW_SILICON_VERSION_2) { - ret = ps7_config (ps7_post_config_2_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else { - ret = ps7_config (ps7_post_config_3_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } - return PS7_INIT_SUCCESS; -} - -int -ps7_debug() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret = -1; - if (si_ver == PCW_SILICON_VERSION_1) { - ret = ps7_config (ps7_debug_1_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else if (si_ver == PCW_SILICON_VERSION_2) { - ret = ps7_config (ps7_debug_2_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } else { - ret = ps7_config (ps7_debug_3_0); - if (ret != PS7_INIT_SUCCESS) return ret; - } - return PS7_INIT_SUCCESS; -} - - -int -ps7_init() -{ - // Get the PS_VERSION on run time - unsigned long si_ver = ps7GetSiliconVersion (); - int ret; - //int pcw_ver = 0; - - if (si_ver == PCW_SILICON_VERSION_1) { - ps7_mio_init_data = ps7_mio_init_data_1_0; - ps7_pll_init_data = ps7_pll_init_data_1_0; - ps7_clock_init_data = ps7_clock_init_data_1_0; - ps7_ddr_init_data = ps7_ddr_init_data_1_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_1_0; - //pcw_ver = 1; - - } else if (si_ver == PCW_SILICON_VERSION_2) { - ps7_mio_init_data = ps7_mio_init_data_2_0; - ps7_pll_init_data = ps7_pll_init_data_2_0; - ps7_clock_init_data = ps7_clock_init_data_2_0; - ps7_ddr_init_data = ps7_ddr_init_data_2_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_2_0; - //pcw_ver = 2; - - } else { - ps7_mio_init_data = ps7_mio_init_data_3_0; - ps7_pll_init_data = ps7_pll_init_data_3_0; - ps7_clock_init_data = ps7_clock_init_data_3_0; - ps7_ddr_init_data = ps7_ddr_init_data_3_0; - ps7_peripherals_init_data = ps7_peripherals_init_data_3_0; - //pcw_ver = 3; - } - - // MIO init - ret = ps7_config (ps7_mio_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // PLL init - ret = ps7_config (ps7_pll_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // Clock init - ret = ps7_config (ps7_clock_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - // DDR init - ret = ps7_config (ps7_ddr_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - - - - // Peripherals init - ret = ps7_config (ps7_peripherals_init_data); - if (ret != PS7_INIT_SUCCESS) return ret; - //xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver); - return PS7_INIT_SUCCESS; -} - - - - -/* For delay calculation using global timer */ - -/* start timer */ - void perf_start_clock(void) -{ - *(volatile unsigned int*)SCU_GLOBAL_TIMER_CONTROL = ((1 << 0) | // Timer Enable - (1 << 3) | // Auto-increment - (0 << 8) // Pre-scale - ); -} - -/* stop timer and reset timer count regs */ - void perf_reset_clock(void) -{ - perf_disable_clock(); - *(volatile unsigned int*)SCU_GLOBAL_TIMER_COUNT_L32 = 0; - *(volatile unsigned int*)SCU_GLOBAL_TIMER_COUNT_U32 = 0; -} - -/* Compute mask for given delay in miliseconds*/ -int get_number_of_cycles_for_delay(unsigned int delay) -{ - // GTC is always clocked at 1/2 of the CPU frequency (CPU_3x2x) - return (APU_FREQ*delay/(2*1000)); - -} - -/* stop timer */ - void perf_disable_clock(void) -{ - *(volatile unsigned int*)SCU_GLOBAL_TIMER_CONTROL = 0; -} - -void perf_reset_and_start_timer() -{ - perf_reset_clock(); - perf_start_clock(); -} - - - - diff --git a/source/test_lower_machine/zynq_fsbl/ps7_init.h b/source/test_lower_machine/zynq_fsbl/ps7_init.h deleted file mode 100644 index 3acf3f1..0000000 --- a/source/test_lower_machine/zynq_fsbl/ps7_init.h +++ /dev/null @@ -1,117 +0,0 @@ -/****************************************************************************** -* -* Copyright (C) 2010-2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************/ -/** -* -* @file ps7_init.h -* -* This file can be included in FSBL code -* to get prototype of ps7_init() function -* and error codes -* -*****************************************************************************/ - - - - -#ifdef __cplusplus -extern "C" { -#endif - - -//typedef unsigned int u32; - - -/** do we need to make this name more unique ? **/ -//extern u32 ps7_init_data[]; -extern unsigned long * ps7_ddr_init_data; -extern unsigned long * ps7_mio_init_data; -extern unsigned long * ps7_pll_init_data; -extern unsigned long * ps7_clock_init_data; -extern unsigned long * ps7_peripherals_init_data; - - - -#define OPCODE_EXIT 0U -#define OPCODE_CLEAR 1U -#define OPCODE_WRITE 2U -#define OPCODE_MASKWRITE 3U -#define OPCODE_MASKPOLL 4U -#define OPCODE_MASKDELAY 5U -#define NEW_PS7_ERR_CODE 1 - -/* Encode number of arguments in last nibble */ -#define EMIT_EXIT() ( (OPCODE_EXIT << 4 ) | 0 ) -#define EMIT_CLEAR(addr) ( (OPCODE_CLEAR << 4 ) | 1 ) , addr -#define EMIT_WRITE(addr,val) ( (OPCODE_WRITE << 4 ) | 2 ) , addr, val -#define EMIT_MASKWRITE(addr,mask,val) ( (OPCODE_MASKWRITE << 4 ) | 3 ) , addr, mask, val -#define EMIT_MASKPOLL(addr,mask) ( (OPCODE_MASKPOLL << 4 ) | 2 ) , addr, mask -#define EMIT_MASKDELAY(addr,mask) ( (OPCODE_MASKDELAY << 4 ) | 2 ) , addr, mask - -/* Returns codes of PS7_Init */ -#define PS7_INIT_SUCCESS (0) // 0 is success in good old C -#define PS7_INIT_CORRUPT (1) // 1 the data is corrupted, and slcr reg are in corrupted state now -#define PS7_INIT_TIMEOUT (2) // 2 when a poll operation timed out -#define PS7_POLL_FAILED_DDR_INIT (3) // 3 when a poll operation timed out for ddr init -#define PS7_POLL_FAILED_DMA (4) // 4 when a poll operation timed out for dma done bit -#define PS7_POLL_FAILED_PLL (5) // 5 when a poll operation timed out for pll sequence init - - -/* Silicon Versions */ -#define PCW_SILICON_VERSION_1 0 -#define PCW_SILICON_VERSION_2 1 -#define PCW_SILICON_VERSION_3 2 - -/* This flag to be used by FSBL to check whether ps7_post_config() proc exixts */ -#define PS7_POST_CONFIG - -/* Freq of all peripherals */ - -#define APU_FREQ 666666687 -#define DDR_FREQ 533333374 -#define DCI_FREQ 10158730 -#define QSPI_FREQ 10000000 -#define SMC_FREQ 10000000 -#define ENET0_FREQ 10000000 -#define ENET1_FREQ 10000000 -#define USB0_FREQ 60000000 -#define USB1_FREQ 60000000 -#define SDIO_FREQ 10000000 -#define UART_FREQ 100000000 -#define SPI_FREQ 10000000 -#define I2C_FREQ 111111115 -#define WDT_FREQ 111111115 -#define TTC_FREQ 50000000 -#define CAN_FREQ 10000000 -#define PCAP_FREQ 200000000 -#define TPIU_FREQ 200000000 -#define FPGA0_FREQ 200000000 -#define FPGA1_FREQ 10000000 -#define FPGA2_FREQ 10000000 -#define FPGA3_FREQ 10000000 - - -/* For delay calculation using global registers*/ -#define SCU_GLOBAL_TIMER_COUNT_L32 0xF8F00200 -#define SCU_GLOBAL_TIMER_COUNT_U32 0xF8F00204 -#define SCU_GLOBAL_TIMER_CONTROL 0xF8F00208 -#define SCU_GLOBAL_TIMER_AUTO_INC 0xF8F00218 - -int ps7_config( unsigned long*); -int ps7_init(); -int ps7_post_config(); -int ps7_debug(); -char* getPS7MessageInfo(unsigned key); - -void perf_start_clock(void); -void perf_disable_clock(void); -void perf_reset_clock(void); -void perf_reset_and_start_timer(); -int get_number_of_cycles_for_delay(unsigned int delay); -#ifdef __cplusplus -} -#endif - diff --git a/source/test_lower_machine/zynq_fsbl/ps7_parameters.xml b/source/test_lower_machine/zynq_fsbl/ps7_parameters.xml deleted file mode 100644 index d9a5acc..0000000 --- a/source/test_lower_machine/zynq_fsbl/ps7_parameters.xml +++ /dev/null @@ -1,643 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/source/test_lower_machine/zynq_fsbl/qspi.c b/source/test_lower_machine/zynq_fsbl/qspi.c deleted file mode 100644 index 348cda3..0000000 --- a/source/test_lower_machine/zynq_fsbl/qspi.c +++ /dev/null @@ -1,859 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file qspi.c -* -* Contains code for the QSPI FLASH functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a ecm	01/10/10 Initial release
-* 3.00a mb  25/06/12 InitQspi, data is read first and required config bits
-*                    are set
-* 4.00a sg	02/28/13 Cleanup
-* 					 Removed LPBK_DLY_ADJ register setting code as we use
-* 					 divisor 8
-* 5.00a sgd	05/17/13 Added Flash Size > 128Mbit support
-* 					 Dual Stack support
-*					 Fix for CR:721674 - FSBL- Failed to boot from Dual
-*					                     stacked QSPI
-* 6.00a kc  08/30/13 Fix for CR#722979 - Provide customer-friendly
-*                                        changelogs in FSBL
-*                    Fix for CR#739711 - FSBL not able to read Large QSPI
-*                    					 (512M) in IO Mode
-* 7.00a kc  10/25/13 Fix for CR#739968 - FSBL should do the QSPI config
-*                    					 settings for Dual parallel
-*                    					 configuration in IO mode
-* 14.0 gan 01/13/16  Fix for CR#869081 - (2016.1)FSBL picks the qspi read
-*                                        command from LQSPI_CFG register
-*					 					 instead of hard coded read
-*					 					 command (0x6B).
-* 15.0 bsv 09/04/20  Add support for 2Gb flash parts
-* 
-* -* @note -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "qspi.h" -#include "image_mover.h" - -#ifdef XPAR_PS7_QSPI_LINEAR_0_S_AXI_BASEADDR -#include "xqspips_hw.h" -#include "xqspips.h" - -/************************** Constant Definitions *****************************/ - -/* - * The following constants map to the XPAR parameters created in the - * xparameters.h file. They are defined here such that a user can easily - * change all the needed parameters in one place. - */ -#define QSPI_DEVICE_ID XPAR_XQSPIPS_0_DEVICE_ID - -/* - * The following constants define the commands which may be sent to the FLASH - * device. - */ -#define QUAD_READ_CMD 0x6B -#define READ_ID_CMD 0x9F - -#define WRITE_ENABLE_CMD 0x06 -#define BANK_REG_RD 0x16 -#define BANK_REG_WR 0x17 -/* Bank register is called Extended Address Reg in Micron */ -#define EXTADD_REG_RD 0xC8 -#define EXTADD_REG_WR 0xC5 - -#define COMMAND_OFFSET 0 /* FLASH instruction */ -#define ADDRESS_1_OFFSET 1 /* MSB byte of address to read or write */ -#define ADDRESS_2_OFFSET 2 /* Middle byte of address to read or write */ -#define ADDRESS_3_OFFSET 3 /* LSB byte of address to read or write */ -#define DATA_OFFSET 4 /* Start of Data for Read/Write */ -#define DUMMY_OFFSET 4 /* Dummy byte offset for fast, dual and quad - reads */ -#define DUMMY_SIZE 1 /* Number of dummy bytes for fast, dual and - quad reads */ -#define RD_ID_SIZE 4 /* Read ID command + 3 bytes ID response */ -#define BANK_SEL_SIZE 2 /* BRWR or EARWR command + 1 byte bank value */ -#define WRITE_ENABLE_CMD_SIZE 1 /* WE command */ -/* - * The following constants specify the extra bytes which are sent to the - * FLASH on the QSPI interface, that are not data, but control information - * which includes the command and address - */ -#define OVERHEAD_SIZE 4 - -/* - * The following constants specify the max amount of data and the size of the - * the buffer required to hold the data and overhead to transfer the data to - * and from the FLASH. - */ -#define DATA_SIZE 4096 - -/* - * The following defines are for dual flash interface. - */ -#define LQSPI_CR_FAST_READ 0x0000000B -#define LQSPI_CR_FAST_DUAL_READ 0x0000003B -#define LQSPI_CR_FAST_QUAD_READ 0x0000006B /* Fast Quad Read output */ -#define LQSPI_CR_1_DUMMY_BYTE 0x00000100 /* 1 Dummy Byte between - address and return data */ - -#define SINGLE_QSPI_CONFIG_FAST_READ (XQSPIPS_LQSPI_CR_LINEAR_MASK | \ - LQSPI_CR_1_DUMMY_BYTE | \ - LQSPI_CR_FAST_READ) - -#define SINGLE_QSPI_CONFIG_FAST_DUAL_READ (XQSPIPS_LQSPI_CR_LINEAR_MASK | \ - LQSPI_CR_1_DUMMY_BYTE | \ - LQSPI_CR_FAST_DUAL_READ) - -#define SINGLE_QSPI_CONFIG_FAST_QUAD_READ (XQSPIPS_LQSPI_CR_LINEAR_MASK | \ - LQSPI_CR_1_DUMMY_BYTE | \ - LQSPI_CR_FAST_QUAD_READ) - -#define DUAL_QSPI_CONFIG_FAST_QUAD_READ (XQSPIPS_LQSPI_CR_LINEAR_MASK | \ - XQSPIPS_LQSPI_CR_TWO_MEM_MASK | \ - XQSPIPS_LQSPI_CR_SEP_BUS_MASK | \ - LQSPI_CR_1_DUMMY_BYTE | \ - LQSPI_CR_FAST_QUAD_READ) - -#define DUAL_STACK_CONFIG_FAST_READ (XQSPIPS_LQSPI_CR_TWO_MEM_MASK | \ - LQSPI_CR_1_DUMMY_BYTE | \ - LQSPI_CR_FAST_READ) - -#define DUAL_STACK_CONFIG_FAST_DUAL_READ (XQSPIPS_LQSPI_CR_TWO_MEM_MASK | \ - LQSPI_CR_1_DUMMY_BYTE | \ - LQSPI_CR_FAST_DUAL_READ) - -#define DUAL_STACK_CONFIG_FAST_QUAD_READ (XQSPIPS_LQSPI_CR_TWO_MEM_MASK | \ - LQSPI_CR_1_DUMMY_BYTE | \ - LQSPI_CR_FAST_QUAD_READ) - -#define SINGLE_QSPI_IO_CONFIG_FAST_READ (LQSPI_CR_1_DUMMY_BYTE | \ - LQSPI_CR_FAST_READ) - -#define SINGLE_QSPI_IO_CONFIG_FAST_DUAL_READ (LQSPI_CR_1_DUMMY_BYTE | \ - LQSPI_CR_FAST_DUAL_READ) - -#define SINGLE_QSPI_IO_CONFIG_FAST_QUAD_READ (LQSPI_CR_1_DUMMY_BYTE | \ - LQSPI_CR_FAST_QUAD_READ) - -#define DUAL_QSPI_IO_CONFIG_FAST_QUAD_READ (XQSPIPS_LQSPI_CR_TWO_MEM_MASK | \ - XQSPIPS_LQSPI_CR_SEP_BUS_MASK | \ - LQSPI_CR_1_DUMMY_BYTE | \ - LQSPI_CR_FAST_QUAD_READ) - -#define QSPI_BUSWIDTH_ONE 0U -#define QSPI_BUSWIDTH_TWO 1U -#define QSPI_BUSWIDTH_FOUR 2U - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -XQspiPs QspiInstance; -XQspiPs *QspiInstancePtr; -u32 QspiFlashSize; -u32 QspiFlashMake; -extern u32 FlashReadBaseAddress; -extern u8 LinearBootDeviceFlag; - -/* - * The following variables are used to read and write to the eeprom and they - * are global to avoid having large buffers on the stack - */ -u8 ReadBuffer[DATA_SIZE + DATA_OFFSET + DUMMY_SIZE]; -u8 WriteBuffer[DATA_OFFSET + DUMMY_SIZE]; - -/******************************************************************************/ -/** -* -* This function initializes the controller for the QSPI interface. -* -* @param None -* -* @return None -* -* @note None -* -****************************************************************************/ -u32 InitQspi(void) -{ - XQspiPs_Config *QspiConfig; - int Status; - u32 ConfigCmd; - - QspiInstancePtr = &QspiInstance; - - /* - * Set up the base address for access - */ - FlashReadBaseAddress = XPS_QSPI_LINEAR_BASEADDR; - - /* - * Initialize the QSPI driver so that it's ready to use - */ - QspiConfig = XQspiPs_LookupConfig(QSPI_DEVICE_ID); - if (NULL == QspiConfig) { - return XST_FAILURE; - } - - Status = XQspiPs_CfgInitialize(QspiInstancePtr, QspiConfig, - QspiConfig->BaseAddress); - if (Status != XST_SUCCESS) { - return XST_FAILURE; - } - - /* - * Set Manual Chip select options and drive HOLD_B pin high. - */ - XQspiPs_SetOptions(QspiInstancePtr, XQSPIPS_FORCE_SSELECT_OPTION | - XQSPIPS_HOLD_B_DRIVE_OPTION); - - /* - * Set the prescaler for QSPI clock - */ - XQspiPs_SetClkPrescaler(QspiInstancePtr, XQSPIPS_CLK_PRESCALE_8); - - /* - * Assert the FLASH chip select. - */ - XQspiPs_SetSlaveSelect(QspiInstancePtr); - - /* - * Read Flash ID and extract Manufacture and Size information - */ - Status = FlashReadID(); - if (Status != XST_SUCCESS) { - return XST_FAILURE; - } - - if (XPAR_XQSPIPS_0_QSPI_MODE == SINGLE_FLASH_CONNECTION) { - - fsbl_printf(DEBUG_INFO,"QSPI is in single flash connection\r\n"); - /* - * For Flash size <128Mbit controller configured in linear mode - */ - if (QspiFlashSize <= FLASH_SIZE_16MB) { - LinearBootDeviceFlag = 1; - - /* - * Enable linear mode - */ - XQspiPs_SetOptions(QspiInstancePtr, XQSPIPS_LQSPI_MODE_OPTION | - XQSPIPS_HOLD_B_DRIVE_OPTION); - - switch (XPAR_XQSPIPS_0_QSPI_BUS_WIDTH) { - - case QSPI_BUSWIDTH_ONE: - { - fsbl_printf(DEBUG_INFO,"QSPI is in 1-bit mode\r\n"); - ConfigCmd = SINGLE_QSPI_CONFIG_FAST_READ; - } - break; - - case QSPI_BUSWIDTH_TWO: - { - fsbl_printf(DEBUG_INFO,"QSPI is in 2-bit mode\r\n"); - ConfigCmd = SINGLE_QSPI_CONFIG_FAST_DUAL_READ; - } - break; - - case QSPI_BUSWIDTH_FOUR: - { - fsbl_printf(DEBUG_INFO,"QSPI is in 4-bit mode\r\n"); - ConfigCmd = SINGLE_QSPI_CONFIG_FAST_QUAD_READ; - } - break; - - } - - /* - * Single linear read - */ - XQspiPs_SetLqspiConfigReg(QspiInstancePtr, ConfigCmd); - - /* - * Enable the controller - */ - XQspiPs_Enable(QspiInstancePtr); - } else { - - switch (XPAR_XQSPIPS_0_QSPI_BUS_WIDTH) { - - case QSPI_BUSWIDTH_ONE: - { - fsbl_printf(DEBUG_INFO,"QSPI is in 1-bit mode\r\n"); - ConfigCmd = SINGLE_QSPI_IO_CONFIG_FAST_READ; - } - break; - - case QSPI_BUSWIDTH_TWO: - { - fsbl_printf(DEBUG_INFO,"QSPI is in 2-bit mode\r\n"); - ConfigCmd = SINGLE_QSPI_IO_CONFIG_FAST_DUAL_READ; - } - break; - - case QSPI_BUSWIDTH_FOUR: - { - fsbl_printf(DEBUG_INFO,"QSPI is in 4-bit mode\r\n"); - ConfigCmd = SINGLE_QSPI_IO_CONFIG_FAST_QUAD_READ; - } - break; - - } - /* - * Single flash IO read - */ - XQspiPs_SetLqspiConfigReg(QspiInstancePtr, ConfigCmd); - - /* - * Enable the controller - */ - XQspiPs_Enable(QspiInstancePtr); - } - } - - if (XPAR_XQSPIPS_0_QSPI_MODE == DUAL_PARALLEL_CONNECTION) { - - fsbl_printf(DEBUG_INFO,"QSPI is in Dual Parallel connection\r\n"); - /* - * For Single Flash size <128Mbit controller configured in linear mode - */ - if (QspiFlashSize <= FLASH_SIZE_16MB) { - /* - * Setting linear access flag - */ - LinearBootDeviceFlag = 1; - - /* - * Enable linear mode - */ - XQspiPs_SetOptions(QspiInstancePtr, XQSPIPS_LQSPI_MODE_OPTION | - XQSPIPS_HOLD_B_DRIVE_OPTION); - - /* - * Dual linear read - */ - XQspiPs_SetLqspiConfigReg(QspiInstancePtr, DUAL_QSPI_CONFIG_FAST_QUAD_READ); - - /* - * Enable the controller - */ - XQspiPs_Enable(QspiInstancePtr); - } else { - /* - * Dual flash IO read - */ - XQspiPs_SetLqspiConfigReg(QspiInstancePtr, DUAL_QSPI_IO_CONFIG_FAST_QUAD_READ); - - /* - * Enable the controller - */ - XQspiPs_Enable(QspiInstancePtr); - - } - - /* - * Total flash size is two time of single flash size - */ - QspiFlashSize = 2 * QspiFlashSize; - } - - /* - * It is expected to same flash size for both chip selection - */ - if (XPAR_XQSPIPS_0_QSPI_MODE == DUAL_STACK_CONNECTION) { - - fsbl_printf(DEBUG_INFO,"QSPI is in Dual Stack connection\r\n"); - - QspiFlashSize = 2 * QspiFlashSize; - - /* - * Enable two flash memories on separate buses - */ - switch (XPAR_XQSPIPS_0_QSPI_BUS_WIDTH) { - - case QSPI_BUSWIDTH_ONE: - { - fsbl_printf(DEBUG_INFO,"QSPI is in 1-bit mode\r\n"); - ConfigCmd = DUAL_STACK_CONFIG_FAST_READ; - } - break; - - case QSPI_BUSWIDTH_TWO: - { - fsbl_printf(DEBUG_INFO,"QSPI is in 2-bit mode\r\n"); - ConfigCmd = DUAL_STACK_CONFIG_FAST_DUAL_READ; - } - break; - - case QSPI_BUSWIDTH_FOUR: - { - fsbl_printf(DEBUG_INFO,"QSPI is in 4-bit mode\r\n"); - ConfigCmd = DUAL_STACK_CONFIG_FAST_QUAD_READ; - } - break; - - } - XQspiPs_SetLqspiConfigReg(QspiInstancePtr, ConfigCmd); - } - - return XST_SUCCESS; -} - -/****************************************************************************** -* -* This function reads serial FLASH ID connected to the SPI interface. -* It then deduces the make and size of the flash and obtains the -* connection mode to point to corresponding parameters in the flash -* configuration table. The flash driver will function based on this and -* it presently supports Micron and Spansion - 128, 256 and 512Mbit and -* Winbond 128Mbit -* -* @param none -* -* @return XST_SUCCESS if read id, otherwise XST_FAILURE. -* -* @note None. -* -******************************************************************************/ -u32 FlashReadID(void) -{ - u32 Status; - - /* - * Read ID in Auto mode. - */ - WriteBuffer[COMMAND_OFFSET] = READ_ID_CMD; - WriteBuffer[ADDRESS_1_OFFSET] = 0x00; /* 3 dummy bytes */ - WriteBuffer[ADDRESS_2_OFFSET] = 0x00; - WriteBuffer[ADDRESS_3_OFFSET] = 0x00; - - Status = XQspiPs_PolledTransfer(QspiInstancePtr, WriteBuffer, ReadBuffer, - RD_ID_SIZE); - if (Status != XST_SUCCESS) { - return XST_FAILURE; - } - - fsbl_printf(DEBUG_INFO,"Single Flash Information\r\n"); - - fsbl_printf(DEBUG_INFO,"FlashID=0x%x 0x%x 0x%x\r\n", ReadBuffer[1], - ReadBuffer[2], - ReadBuffer[3]); - - /* - * Deduce flash make - */ - if (ReadBuffer[1] == MICRON_ID) { - QspiFlashMake = MICRON_ID; - fsbl_printf(DEBUG_INFO, "MICRON "); - } else if(ReadBuffer[1] == SPANSION_ID) { - QspiFlashMake = SPANSION_ID; - fsbl_printf(DEBUG_INFO, "SPANSION "); - } else if(ReadBuffer[1] == WINBOND_ID) { - QspiFlashMake = WINBOND_ID; - fsbl_printf(DEBUG_INFO, "WINBOND "); - } else if(ReadBuffer[1] == MACRONIX_ID) { - QspiFlashMake = MACRONIX_ID; - fsbl_printf(DEBUG_INFO, "MACRONIX "); - } else if(ReadBuffer[1] == ISSI_ID) { - QspiFlashMake = ISSI_ID; - fsbl_printf(DEBUG_INFO, "ISSI "); - } - - /* - * Deduce flash Size - */ - if (ReadBuffer[3] == FLASH_SIZE_ID_8M) { - QspiFlashSize = FLASH_SIZE_8M; - fsbl_printf(DEBUG_INFO, "8M Bits\r\n"); - } else if (ReadBuffer[3] == FLASH_SIZE_ID_16M) { - QspiFlashSize = FLASH_SIZE_16M; - fsbl_printf(DEBUG_INFO, "16M Bits\r\n"); - } else if (ReadBuffer[3] == FLASH_SIZE_ID_32M) { - QspiFlashSize = FLASH_SIZE_32M; - fsbl_printf(DEBUG_INFO, "32M Bits\r\n"); - } else if (ReadBuffer[3] == FLASH_SIZE_ID_64M) { - QspiFlashSize = FLASH_SIZE_64M; - fsbl_printf(DEBUG_INFO, "64M Bits\r\n"); - } else if (ReadBuffer[3] == FLASH_SIZE_ID_128M) { - QspiFlashSize = FLASH_SIZE_128M; - fsbl_printf(DEBUG_INFO, "128M Bits\r\n"); - } else if (ReadBuffer[3] == FLASH_SIZE_ID_256M) { - QspiFlashSize = FLASH_SIZE_256M; - fsbl_printf(DEBUG_INFO, "256M Bits\r\n"); - } else if ((ReadBuffer[3] == FLASH_SIZE_ID_512M) - || (ReadBuffer[3] == MACRONIX_FLASH_1_8_V_MX66_ID_512) - || (ReadBuffer[3] == MACRONIX_FLASH_SIZE_ID_512M)) { - QspiFlashSize = FLASH_SIZE_512M; - fsbl_printf(DEBUG_INFO, "512M Bits\r\n"); - } else if ((ReadBuffer[3] == FLASH_SIZE_ID_1G) - || (ReadBuffer[3] == MACRONIX_FLASH_SIZE_ID_1G)) { - QspiFlashSize = FLASH_SIZE_1G; - fsbl_printf(DEBUG_INFO, "1G Bits\r\n"); - } else if ((ReadBuffer[3] == FLASH_SIZE_ID_2G) - || (ReadBuffer[3] == MACRONIX_FLASH_SIZE_ID_2G)) { - QspiFlashSize = FLASH_SIZE_2G; - fsbl_printf(DEBUG_INFO, "2G Bits\r\n"); - } - return XST_SUCCESS; -} - - -/****************************************************************************** -* -* This function reads from the serial FLASH connected to the -* QSPI interface. -* -* @param Address contains the address to read data from in the FLASH. -* @param ByteCount contains the number of bytes to read. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void FlashRead(u32 Address, u32 ByteCount) -{ - /* - * Setup the write command with the specified address and data for the - * FLASH - */ - u32 LqspiCrReg; - u8 ReadCommand; - - LqspiCrReg = XQspiPs_GetLqspiConfigReg(QspiInstancePtr); - ReadCommand = (u8) (LqspiCrReg & XQSPIPS_LQSPI_CR_INST_MASK); - WriteBuffer[COMMAND_OFFSET] = ReadCommand; - WriteBuffer[ADDRESS_1_OFFSET] = (u8)((Address & 0xFF0000) >> 16); - WriteBuffer[ADDRESS_2_OFFSET] = (u8)((Address & 0xFF00) >> 8); - WriteBuffer[ADDRESS_3_OFFSET] = (u8)(Address & 0xFF); - - ByteCount += DUMMY_SIZE; - - /* - * Send the read command to the FLASH to read the specified number - * of bytes from the FLASH, send the read command and address and - * receive the specified number of bytes of data in the data buffer - */ - XQspiPs_PolledTransfer(QspiInstancePtr, WriteBuffer, ReadBuffer, - ByteCount + OVERHEAD_SIZE); -} - -/******************************************************************************/ -/** -* -* This function provides the QSPI FLASH interface for the Simplified header -* functionality. -* -* @param SourceAddress is address in FLASH data space -* @param DestinationAddress is address in DDR data space -* @param LengthBytes is the length of the data in Bytes -* -* @return -* - XST_SUCCESS if the write completes correctly -* - XST_FAILURE if the write fails to completes correctly -* -* @note none. -* -****************************************************************************/ -u32 QspiAccess( u32 SourceAddress, u32 DestinationAddress, u32 LengthBytes) -{ - u8 *BufferPtr; - u32 Length = 0; - u32 BankSel = 0; - u32 LqspiCrReg; - u32 Status; - u8 BankSwitchFlag = 1; - - /* - * Linear access check - */ - if (LinearBootDeviceFlag == 1) { - /* - * Check for non-word tail, add bytes to cover the end - */ - if ((LengthBytes%4) != 0){ - LengthBytes += (4 - (LengthBytes & 0x00000003)); - } - - memcpy((void*)DestinationAddress, - (const void*)(SourceAddress + FlashReadBaseAddress), - (size_t)LengthBytes); - } else { - /* - * Non Linear access - */ - BufferPtr = (u8*)DestinationAddress; - - /* - * Dual parallel connection actual flash is half - */ - if (XPAR_XQSPIPS_0_QSPI_MODE == DUAL_PARALLEL_CONNECTION) { - SourceAddress = SourceAddress/2; - } - - while(LengthBytes > 0) { - /* - * Local of DATA_SIZE size used for read/write buffer - */ - if(LengthBytes > DATA_SIZE) { - Length = DATA_SIZE; - } else { - Length = LengthBytes; - } - - /* - * Dual stack connection - */ - if (XPAR_XQSPIPS_0_QSPI_MODE == DUAL_STACK_CONNECTION) { - /* - * Get the current LQSPI configuration value - */ - LqspiCrReg = XQspiPs_GetLqspiConfigReg(QspiInstancePtr); - - /* - * Select lower or upper Flash based on sector address - */ - if (SourceAddress >= (QspiFlashSize/2)) { - /* - * Set selection to U_PAGE - */ - XQspiPs_SetLqspiConfigReg(QspiInstancePtr, - LqspiCrReg | XQSPIPS_LQSPI_CR_U_PAGE_MASK); - - /* - * Subtract first flash size when accessing second flash - */ - SourceAddress = SourceAddress - (QspiFlashSize/2); - - fsbl_printf(DEBUG_INFO, "stacked - upper CS \n\r"); - - /* - * Assert the FLASH chip select. - */ - XQspiPs_SetSlaveSelect(QspiInstancePtr); - } - } - - /* - * Select bank - */ - if ((SourceAddress >= FLASH_SIZE_16MB) && (BankSwitchFlag == 1)) { - BankSel = SourceAddress/FLASH_SIZE_16MB; - - fsbl_printf(DEBUG_INFO, "Bank Selection %lu\n\r", BankSel); - - Status = SendBankSelect(BankSel); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_INFO, "Bank Selection Failed\n\r"); - return XST_FAILURE; - } - - BankSwitchFlag = 0; - } - - /* - * If data to be read spans beyond the current bank, then - * calculate length in current bank else no change in length - */ - if (XPAR_XQSPIPS_0_QSPI_MODE == DUAL_PARALLEL_CONNECTION) { - /* - * In dual parallel mode, check should be for half - * the length. - */ - if((SourceAddress & BANKMASK) != ((SourceAddress + (Length/2)) & BANKMASK)) - { - Length = (SourceAddress & BANKMASK) + FLASH_SIZE_16MB - SourceAddress; - /* - * Above length calculated is for single flash - * Length should be doubled since dual parallel - */ - Length = Length * 2; - BankSwitchFlag = 1; - } - } else { - if((SourceAddress & BANKMASK) != ((SourceAddress + Length) & BANKMASK)) - { - Length = (SourceAddress & BANKMASK) + FLASH_SIZE_16MB - SourceAddress; - BankSwitchFlag = 1; - } - } - - /* - * Copying the image to local buffer - */ - FlashRead(SourceAddress, Length); - - /* - * Moving the data from local buffer to DDR destination address - */ - memcpy(BufferPtr, &ReadBuffer[DATA_OFFSET + DUMMY_SIZE], Length); - - /* - * Updated the variables - */ - LengthBytes -= Length; - - /* - * For Dual parallel connection address increment should be half - */ - if (XPAR_XQSPIPS_0_QSPI_MODE == DUAL_PARALLEL_CONNECTION) { - SourceAddress += Length/2; - } else { - SourceAddress += Length; - } - - BufferPtr = (u8*)((u32)BufferPtr + Length); - } - - /* - * Reset Bank selection to zero - */ - Status = SendBankSelect(0); - if (Status != XST_SUCCESS) { - fsbl_printf(DEBUG_INFO, "Bank Selection Reset Failed\n\r"); - return XST_FAILURE; - } - - if (XPAR_XQSPIPS_0_QSPI_MODE == DUAL_STACK_CONNECTION) { - - /* - * Reset selection to L_PAGE - */ - XQspiPs_SetLqspiConfigReg(QspiInstancePtr, - LqspiCrReg & (~XQSPIPS_LQSPI_CR_U_PAGE_MASK)); - - fsbl_printf(DEBUG_INFO, "stacked - lower CS \n\r"); - - /* - * Assert the FLASH chip select. - */ - XQspiPs_SetSlaveSelect(QspiInstancePtr); - } - } - - return XST_SUCCESS; -} - - - -/****************************************************************************** -* -* This functions selects the current bank -* -* @param BankSel is the bank to be selected in the flash device(s). -* -* @return XST_SUCCESS if bank selected -* XST_FAILURE if selection failed -* @note None. -* -******************************************************************************/ -u32 SendBankSelect(u8 BankSel) -{ - u32 Status; - - /* - * bank select commands for Micron and Spansion are different - * Macronix bank select is same as Micron - */ - if (QspiFlashMake == MICRON_ID || QspiFlashMake == MACRONIX_ID) { - /* - * For micron command WREN should be sent first - * except for some specific feature set - */ - WriteBuffer[COMMAND_OFFSET] = WRITE_ENABLE_CMD; - Status = XQspiPs_PolledTransfer(QspiInstancePtr, WriteBuffer, NULL, - WRITE_ENABLE_CMD_SIZE); - if (Status != XST_SUCCESS) { - return XST_FAILURE; - } - - /* - * Send the Extended address register write command - * written, no receive buffer required - */ - WriteBuffer[COMMAND_OFFSET] = EXTADD_REG_WR; - WriteBuffer[ADDRESS_1_OFFSET] = BankSel; - Status = XQspiPs_PolledTransfer(QspiInstancePtr, WriteBuffer, NULL, - BANK_SEL_SIZE); - if (Status != XST_SUCCESS) { - return XST_FAILURE; - } - } - - if (QspiFlashMake == SPANSION_ID) { - WriteBuffer[COMMAND_OFFSET] = BANK_REG_WR; - WriteBuffer[ADDRESS_1_OFFSET] = BankSel; - - /* - * Send the Extended address register write command - * written, no receive buffer required - */ - Status = XQspiPs_PolledTransfer(QspiInstancePtr, WriteBuffer, NULL, - BANK_SEL_SIZE); - if (Status != XST_SUCCESS) { - return XST_FAILURE; - } - } - - /* - * For testing - Read bank to verify - */ - if (QspiFlashMake == SPANSION_ID) { - WriteBuffer[COMMAND_OFFSET] = BANK_REG_RD; - WriteBuffer[ADDRESS_1_OFFSET] = 0x00; - - /* - * Send the Extended address register write command - * written, no receive buffer required - */ - Status = XQspiPs_PolledTransfer(QspiInstancePtr, WriteBuffer, ReadBuffer, - BANK_SEL_SIZE); - if (Status != XST_SUCCESS) { - return XST_FAILURE; - } - } - - if (QspiFlashMake == MICRON_ID || QspiFlashMake == MACRONIX_ID) { - WriteBuffer[COMMAND_OFFSET] = EXTADD_REG_RD; - WriteBuffer[ADDRESS_1_OFFSET] = 0x00; - - /* - * Send the Extended address register write command - * written, no receive buffer required - */ - Status = XQspiPs_PolledTransfer(QspiInstancePtr, WriteBuffer, ReadBuffer, - BANK_SEL_SIZE); - if (Status != XST_SUCCESS) { - return XST_FAILURE; - } - } - - if (ReadBuffer[1] != BankSel) { - fsbl_printf(DEBUG_INFO, "BankSel %d != Register Read %d\n\r", BankSel, - ReadBuffer[1]); - return XST_FAILURE; - } - - return XST_SUCCESS; -} -#endif - diff --git a/source/test_lower_machine/zynq_fsbl/qspi.h b/source/test_lower_machine/zynq_fsbl/qspi.h deleted file mode 100644 index 82c5fcd..0000000 --- a/source/test_lower_machine/zynq_fsbl/qspi.h +++ /dev/null @@ -1,115 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file qspi.h -* -* This file contains the interface for the QSPI FLASH functionality -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a ecm	01/10/10 Initial release
-* 3.00a mb	01/09/12  Added the Delay Values defines for qspi
-* 5.00a sgd	05/17/13 Added Flash Size > 128Mbit support
-* 					 Dual Stack support
-* 6.00a bsv	09/04/20 Added support for 2Gb flash parts
-* 
-* -* @note -* -******************************************************************************/ -#ifndef ___QSPI_H___ -#define ___QSPI_H___ - -#include "fsbl.h" -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "fsbl.h" - -/************************** Constant Definitions *****************************/ -#define SINGLE_FLASH_CONNECTION 0 -#define DUAL_STACK_CONNECTION 1 -#define DUAL_PARALLEL_CONNECTION 2 -#define FLASH_SIZE_16MB 0x1000000 - -/* - * Bank mask - */ -#define BANKMASK 0xF000000 - -/* - * Identification of Flash - * Micron: - * Byte 0 is Manufacturer ID; - * Byte 1 is first byte of Device ID - 0xBB or 0xBA - * Byte 2 is second byte of Device ID describes flash size: - * 128Mbit : 0x18; 256Mbit : 0x19; 512Mbit : 0x20 - * Spansion: - * Byte 0 is Manufacturer ID; - * Byte 1 is Device ID - Memory Interface type - 0x20 or 0x02 - * Byte 2 is second byte of Device ID describes flash size: - * 128Mbit : 0x18; 256Mbit : 0x19; 512Mbit : 0x20 - */ - -#define MICRON_ID 0x20 -#define SPANSION_ID 0x01 -#define WINBOND_ID 0xEF -#define MACRONIX_ID 0xC2 -#define ISSI_ID 0x9D - -#define FLASH_SIZE_ID_8M 0x14 -#define FLASH_SIZE_ID_16M 0x15 -#define FLASH_SIZE_ID_32M 0x16 -#define FLASH_SIZE_ID_64M 0x17 -#define FLASH_SIZE_ID_128M 0x18 -#define FLASH_SIZE_ID_256M 0x19 -#define FLASH_SIZE_ID_512M 0x20 -#define FLASH_SIZE_ID_1G 0x21 -#define FLASH_SIZE_ID_2G 0x22 -/* Macronix size constants are different for 512M and 1G */ -#define MACRONIX_FLASH_SIZE_ID_512M 0x1A -#define MACRONIX_FLASH_SIZE_ID_1G 0x1B -#define MACRONIX_FLASH_SIZE_ID_2G 0x1C -#define MACRONIX_FLASH_1_8_V_MX66_ID_512 (0x3A) -/* - * Size in bytes - */ -#define FLASH_SIZE_8M 0x0100000 -#define FLASH_SIZE_16M 0x0200000 -#define FLASH_SIZE_32M 0x0400000 -#define FLASH_SIZE_64M 0x0800000 -#define FLASH_SIZE_128M 0x1000000 -#define FLASH_SIZE_256M 0x2000000 -#define FLASH_SIZE_512M 0x4000000 -#define FLASH_SIZE_1G 0x8000000 -#define FLASH_SIZE_2G 0x10000000 - -/************************** Function Prototypes ******************************/ -u32 InitQspi(void); - -u32 QspiAccess( u32 SourceAddress, - u32 DestinationAddress, - u32 LengthBytes); - -u32 FlashReadID(void); -u32 SendBankSelect(u8 BankSel); -/************************** Variable Definitions *****************************/ - - -#ifdef __cplusplus -} -#endif - - -#endif /* ___QSPI_H___ */ - diff --git a/source/test_lower_machine/zynq_fsbl/rsa.c b/source/test_lower_machine/zynq_fsbl/rsa.c deleted file mode 100644 index 5626bae..0000000 --- a/source/test_lower_machine/zynq_fsbl/rsa.c +++ /dev/null @@ -1,335 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file rsa.c -* -* Contains code for the RSA authentication -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 4.00a sgd	02/28/13 Initial release
-* 6.00a kc	07/30/13 Added FSBL_DEBUG_RSA to print more RSA buffers
-* 					 Fix for CR#724165 - Partition Header used by FSBL is
-*                                        not authenticated
-*                    Fix for CR#724166 - FSBL doesn’t use PPK authenticated
-*                                        by Boot ROM for authenticating
-*                                        the Partition images
-*                    Fix for CR#722979 - Provide customer-friendly
-*                                        changelogs in FSBL
-* 9.00a kc  04/16/14 Fix for CR#724166 - SetPpk() will fail on secure
-*					 					 fallback unless FSBL* and FSBL are
-*					 					 identical in length
-*					 Fix for CR#791245 - Use of xilrsa in FSBL
-* 
-* -* @note -* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#ifdef RSA_SUPPORT -#include "fsbl.h" -#include "rsa.h" -#include "xilrsa.h" - -#ifdef XPAR_XWDTPS_0_BASEADDR -#include "xwdtps.h" -#endif - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ -#ifdef XPAR_XWDTPS_0_BASEADDR -extern XWdtPs Watchdog; /* Instance of WatchDog Timer */ -#endif - - -/************************** Variable Definitions *****************************/ - -static u8 *PpkModular; -static u8 *PpkModularEx; -static u32 PpkExp; -static u32 PpkAlreadySet=0; - -extern u32 FsblLength; - -void FsblPrintArray (u8 *Buf, u32 Len, char *Str) -{ -#ifdef FSBL_DEBUG_RSA - int Index; - fsbl_printf(DEBUG_INFO, "%s START\r\n", Str); - for (Index=0;Index -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- ------------------------------------------------------- -* 4.00a sg 02/28/13 Initial release -* -* -* -* @note -* -******************************************************************************/ -#ifndef ___RSA_H___ -#define ___RSA_H___ - -#ifdef __cplusplus -extern "C" { -#endif -/***************************** Include Files *********************************/ - - -#define RSA_PPK_MODULAR_SIZE 256 -#define RSA_PPK_MODULAR_EXT_SIZE 256 -#define RSA_PPK_EXPO_SIZE 64 -#define RSA_SPK_MODULAR_SIZE 256 -#define RSA_SPK_MODULAR_EXT_SIZE 256 -#define RSA_SPK_EXPO_SIZE 64 -#define RSA_SPK_SIGNATURE_SIZE 256 -#define RSA_PARTITION_SIGNATURE_SIZE 256 -#define RSA_SIGNATURE_SIZE 0x6C0 /* Signature size in bytes */ -#define RSA_HEADER_SIZE 4 /* Signature header size in bytes */ -#define RSA_MAGIC_WORD_SIZE 60 /* Magic word size in bytes */ - -void SetPpk(void ); -u32 AuthenticatePartition(u8 *Buffer, u32 Size); -u32 RecreatePaddingAndCheck(u8 *signature, u8 *hash); - -#ifdef __cplusplus -} -#endif - -#endif /* ___RSA_H___ */ diff --git a/source/test_lower_machine/zynq_fsbl/sd.c b/source/test_lower_machine/zynq_fsbl/sd.c deleted file mode 100644 index c2e112b..0000000 --- a/source/test_lower_machine/zynq_fsbl/sd.c +++ /dev/null @@ -1,165 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file sd.c -* -* Contains code for the SD card FLASH functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a jz	04/28/11 Initial release
-* 7.00a kc  10/18/13 Integrated SD/MMC driver
-* 12.00a ssc 12/11/14 Fix for CR# 839182
-*
-* 
-* -* @note -* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#include "xparameters.h" -#include "fsbl.h" - -#if defined(XPAR_PS7_SD_0_S_AXI_BASEADDR) || defined(XPAR_XSDPS_0_BASEADDR) - -#ifndef XPAR_PS7_SD_0_S_AXI_BASEADDR -#define XPAR_PS7_SD_0_S_AXI_BASEADDR XPAR_XSDPS_0_BASEADDR -#endif - -#include "xstatus.h" - -#include "ff.h" -#include "sd.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -extern u32 FlashReadBaseAddress; - - -static FIL fil; /* File object */ -static FATFS fatfs; -static char buffer[32]; -static char *boot_file = buffer; - -/******************************************************************************/ -/******************************************************************************/ -/** -* -* This function initializes the controller for the SD FLASH interface. -* -* @param filename of the file that is to be used -* -* @return -* - XST_SUCCESS if the controller initializes correctly -* - XST_FAILURE if the controller fails to initializes correctly -* -* @note None. -* -****************************************************************************/ -u32 InitSD(const char *filename) -{ - - FRESULT rc; - TCHAR *path = "0:/"; /* Logical drive number is 0 */ - - /* Register volume work area, initialize device */ - rc = f_mount(&fatfs, path, 0); - fsbl_printf(DEBUG_INFO,"SD: rc= %.8x\n\r", rc); - - if (rc != FR_OK) { - return XST_FAILURE; - } - - strcpy_rom(buffer, filename); - boot_file = (char *)buffer; - FlashReadBaseAddress = XPAR_PS7_SD_0_S_AXI_BASEADDR; - - rc = f_open(&fil, boot_file, FA_READ); - if (rc) { - fsbl_printf(DEBUG_GENERAL,"SD: Unable to open file %s: %d\n", boot_file, rc); - return XST_FAILURE; - } - - return XST_SUCCESS; - -} - -/******************************************************************************/ -/** -* -* This function provides the SD FLASH interface for the Simplified header -* functionality. -* -* @param SourceAddress is address in FLASH data space -* @param DestinationAddress is address in OCM data space -* @param LengthBytes is the number of bytes to move -* -* @return -* - XST_SUCCESS if the write completes correctly -* - XST_FAILURE if the write fails to completes correctly -* -* @note None. -* -****************************************************************************/ -u32 SDAccess( u32 SourceAddress, u32 DestinationAddress, u32 LengthBytes) -{ - - FRESULT rc; /* Result code */ - UINT br; - - rc = f_lseek(&fil, SourceAddress); - if (rc) { - fsbl_printf(DEBUG_INFO,"SD: Unable to seek to %lx\n", SourceAddress); - return XST_FAILURE; - } - - rc = f_read(&fil, (void*)DestinationAddress, LengthBytes, &br); - - if (rc) { - fsbl_printf(DEBUG_GENERAL,"*** ERROR: f_read returned %d\r\n", rc); - } - - return XST_SUCCESS; - -} /* End of SDAccess */ - - -/******************************************************************************/ -/** -* -* This function closes the file object -* -* @param None -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void ReleaseSD(void) { - - f_close(&fil); - return; - - -} -#endif - - diff --git a/source/test_lower_machine/zynq_fsbl/sd.h b/source/test_lower_machine/zynq_fsbl/sd.h deleted file mode 100644 index 841a52b..0000000 --- a/source/test_lower_machine/zynq_fsbl/sd.h +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file sd.h -* -* This file contains the interface for the Secure Digital (SD) card -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a bh	03/10/11 Initial release
-* 7.00a kc  10/18/13 Integrated SD/MMC driver
-*
-* 
-* -* @note -* -******************************************************************************/ -#ifndef ___SD_H___ -#define ___SD_H___ - - -#ifdef __cplusplus -extern "C" { -#endif - - -/************************** Function Prototypes ******************************/ - -#if defined(XPAR_PS7_SD_0_S_AXI_BASEADDR) || defined(XPAR_XSDPS_0_BASEADDR) -u32 InitSD(const char *); - -u32 SDAccess( u32 SourceAddress, - u32 DestinationAddress, - u32 LengthWords); - -void ReleaseSD(void); -#endif -/************************** Variable Definitions *****************************/ -#ifdef __cplusplus -} -#endif - - -#endif /* ___SD_H___ */ - diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/Makefile deleted file mode 100644 index 852e058..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Makefile generated by Xilinx. - -DRIVER_LIB_VERSION = 1.0 -PROCESSOR = ps7_cortexa9_0 -LIBRARIES = ${PROCESSOR}/lib/libxil.a -BSP_MAKEFILES := $(wildcard $(PROCESSOR)/libsrc/*/src/Makefile) -SUBDIRS := $(patsubst %/Makefile, %, $(BSP_MAKEFILES)) -BSP_SEQUENTIAL_MAKEFILES := ps7_cortexa9_0/libsrc/xilrsa_v1_6/src/Makefile ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/Makefile ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/Makefile -BSP_PARALLEL_MAKEFILES := $(filter-out $(BSP_SEQUENTIAL_MAKEFILES),$(BSP_MAKEFILES)) -SEQ_SUBDIRS := $(patsubst %/Makefile, %, $(BSP_SEQUENTIAL_MAKEFILES)) -PAR_SUBDIRS := $(patsubst %/Makefile, %, $(BSP_PARALLEL_MAKEFILES)) - -ifneq (,$(findstring win,$(RDI_PLATFORM))) - SHELL = CMD -endif - -all: - $(MAKE) --no-print-directory seq_libs - $(MAKE) -j 6 --no-print-directory par_libs - $(MAKE) --no-print-directory archive - @echo 'Finished building libraries' - -include: $(addsuffix /make.include,$(SUBDIRS)) - -seq_libs: $(addsuffix /make.libs,$(SEQ_SUBDIRS)) - @echo 'Finished building libraries sequentially.' - -par_libs: $(addsuffix /make.libs,$(PAR_SUBDIRS)) - @echo 'Finished building libraries parallelly.' - -archive: - arm-none-eabi-ar -r $(LIBRARIES) $(wildcard $(PROCESSOR)/lib/*.o) - -clean: $(addsuffix /make.clean,$(SUBDIRS)) - rm -f ${PROCESSOR}/lib/libxil.a - -$(PROCESSOR)/lib/libxil.a: $(PROCESSOR)/lib/libxil_init.a - cp -f $< $@ - -%/make.include: $(if $(wildcard $(PROCESSOR)/lib/libxil_init.a),$(PROCESSOR)/lib/libxil.a,) - @echo "Running Make include in $(subst /make.include,,$@)" - $(MAKE) -C $(subst /make.include,,$@) -s include "SHELL=$(SHELL)" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -%/make.libs: include - @echo "Running Make libs in $(subst /make.libs,,$@)" - $(MAKE) -C $(subst /make.libs,,$@) -s libs "SHELL=$(SHELL)" "COMPILER=arm-none-eabi-gcc" "ASSEMBLER=arm-none-eabi-as" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nostartfiles -g -Wall -Wextra -fno-tree-loop-distribute-patterns" - -%/make.clean: - $(MAKE) -C $(subst /make.clean,,$@) -s clean diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/dep.mk b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/dep.mk deleted file mode 100644 index dc5ac1c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/dep.mk +++ /dev/null @@ -1,3 +0,0 @@ -# generated by Xilinx. - -DEPENDENCY_FLAGS= -MMD -MP diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/_profile_timer_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/_profile_timer_hw.h deleted file mode 100644 index b80c577..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/_profile_timer_hw.h +++ /dev/null @@ -1,281 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef PROFILE_TIMER_HW_H -#define PROFILE_TIMER_HW_H - -#include "profile.h" - -#ifdef PROC_PPC -#if defined __GNUC__ -# define SYNCHRONIZE_IO __asm__ volatile ("eieio") -#elif defined __DCC__ -# define SYNCHRONIZE_IO __asm volatile(" eieio") -#else -# define SYNCHRONIZE_IO -#endif -#endif - -#ifdef PROC_PPC -#define ProfIo_In32(InputPtr) { (*(volatile u32 *)(InputPtr)); SYNCHRONIZE_IO; } -#define ProfIo_Out32(OutputPtr, Value) { (*(volatile u32 *)(OutputPtr) = Value); SYNCHRONIZE_IO; } -#else -#define ProfIo_In32(InputPtr) (*(volatile u32 *)(InputPtr)); -#define ProfIo_Out32(OutputPtr, Value) { (*(volatile u32 *)(OutputPtr) = (Value)); } -#endif - -#define ProfTmrCtr_mWriteReg(BaseAddress, TmrCtrNumber, RegOffset, ValueToWrite)\ - ProfIo_Out32(((u32)(BaseAddress) + (u32)XTmrCtr_Offsets[(TmrCtrNumber)] + \ - (u32)(RegOffset)), (u32)(ValueToWrite)) - -#define ProfTimerCtr_mReadReg(BaseAddress, TmrCtrNumber, RegOffset) \ - ProfIo_In32((u32)(BaseAddress) + (u32)XTmrCtr_Offsets[(TmrCtrNumber)] + (u32)(RegOffset)) - -#define ProfTmrCtr_mSetControlStatusReg(BaseAddress, TmrCtrNumber, RegisterValue)\ - ProfTmrCtr_mWriteReg((BaseAddress), (TmrCtrNumber), XTC_TCSR_OFFSET, \ - (RegisterValue)) - -#define ProfTmrCtr_mGetControlStatusReg(BaseAddress, TmrCtrNumber) \ - ProfTimerCtr_mReadReg((u32)(BaseAddress), (TmrCtrNumber), XTC_TCSR_OFFSET) - - - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef PROC_PPC -#include "xexception_l.h" -#include "xtime_l.h" -#include "xpseudo_asm.h" -#endif - -#ifdef TIMER_CONNECT_INTC -#include "xintc_l.h" -#include "xintc.h" -#endif /* TIMER_CONNECT_INTC */ - -#if (!defined PPC_PIT_INTERRUPT && !defined PROC_CORTEXA9) -#include "xtmrctr_l.h" -#endif - -#ifdef PROC_CORTEXA9 -#include "xscutimer_hw.h" -#include "xscugic.h" -#endif - -extern u32 timer_clk_ticks ; - -/*-------------------------------------------------------------------- - * PowerPC Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_PPC - -#ifdef PPC_PIT_INTERRUPT -u32 timer_lo_clk_ticks ; /* Clk ticks when Timer is disabled in CG */ -#endif - -#ifdef PROC_PPC440 -#define XREG_TCR_PIT_INTERRUPT_ENABLE XREG_TCR_DEC_INTERRUPT_ENABLE -#define XREG_TSR_PIT_INTERRUPT_STATUS XREG_TSR_DEC_INTERRUPT_STATUS -#define XREG_SPR_PIT XREG_SPR_DEC -#define XEXC_ID_PIT_INT XEXC_ID_DEC_INT -#endif - -/* -------------------------------------------------------------------- - * Disable the Timer - During Profiling - * - * For PIT Timer - - * 1. XTime_PITDisableInterrupt() ; - * 2. Store the remaining timer clk tick - * 3. Stop the PIT Timer - *-------------------------------------------------------------------- */ - -#ifdef PPC_PIT_INTERRUPT -#define disable_timer() \ - { \ - u32 val; \ - val=mfspr(XREG_SPR_TCR); \ - mtspr(XREG_SPR_TCR, val & (~XREG_TCR_PIT_INTERRUPT_ENABLE)); \ - timer_lo_clk_ticks = mfspr(XREG_SPR_PIT); \ - mtspr(XREG_SPR_PIT, 0); \ - } -#else -#define disable_timer() \ - { \ - u32 addr = (PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET; \ - u32 tmp_v = ProfIo_In32(addr); \ - tmp_v = tmp_v & (~XTC_CSR_ENABLE_TMR_MASK); \ - ProfIo_Out32((PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET, tmp_v); \ - } -#endif - - - -/* -------------------------------------------------------------------- - * Enable the Timer - * - * For PIT Timer - - * 1. Load the remaining timer clk ticks - * 2. XTime_PITEnableInterrupt() ; - *-------------------------------------------------------------------- */ -#ifdef PPC_PIT_INTERRUPT -#define enable_timer() \ - { \ - u32 val; \ - val=mfspr(XREG_SPR_TCR); \ - mtspr(XREG_SPR_PIT, timer_lo_clk_ticks); \ - mtspr(XREG_SPR_TCR, val | XREG_TCR_PIT_INTERRUPT_ENABLE); \ - } -#else -#define enable_timer() \ - { \ - u32 addr = (PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET; \ - u32 tmp_v = ProfIo_In32(addr); \ - tmp_v = tmp_v | XTC_CSR_ENABLE_TMR_MASK; \ - ProfIo_Out32((PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET, tmp_v); \ - } -#endif - - - -/* -------------------------------------------------------------------- - * Send Ack to Timer Interrupt - * - * For PIT Timer - - * 1. Load the timer clk ticks - * 2. Enable AutoReload and Interrupt - * 3. Clear PIT Timer Status bits - *-------------------------------------------------------------------- */ -#ifdef PPC_PIT_INTERRUPT -#define timer_ack() \ - { \ - u32 val; \ - mtspr(XREG_SPR_PIT, timer_clk_ticks); \ - mtspr(XREG_SPR_TSR, XREG_TSR_PIT_INTERRUPT_STATUS); \ - val=mfspr(XREG_SPR_TCR); \ - mtspr(XREG_SPR_TCR, val| XREG_TCR_PIT_INTERRUPT_ENABLE| XREG_TCR_AUTORELOAD_ENABLE); \ - } -#else -#define timer_ack() \ - { \ - u32 csr; \ - csr = ProfTmrCtr_mGetControlStatusReg(PROFILE_TIMER_BASEADDR, 0); \ - ProfTmrCtr_mSetControlStatusReg(PROFILE_TIMER_BASEADDR, 0, csr); \ - } -#endif - -/*-------------------------------------------------------------------- */ -#endif /* PROC_PPC */ -/* -------------------------------------------------------------------- */ - - - - -/* -------------------------------------------------------------------- - * MicroBlaze Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_MICROBLAZE - -/* -------------------------------------------------------------------- - * Disable the Timer during Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define disable_timer() \ - { \ - u32 Addr = ((u32)PROFILE_TIMER_BASEADDR); \ - Addr += (u32)XTmrCtr_Offsets[(u16)(0)]; \ - Addr += (u32)XTC_TCSR_OFFSET; \ - u32 tmp_v = ProfIo_In32(Addr); \ - tmp_v = tmp_v & (u32)(~XTC_CSR_ENABLE_TMR_MASK); \ - u32 OutAddr = (u32)PROFILE_TIMER_BASEADDR; \ - OutAddr += (u32)XTmrCtr_Offsets[(u16)(0)]; \ - OutAddr += (u32)XTC_TCSR_OFFSET; \ - ProfIo_Out32(OutAddr, (u32)tmp_v); \ - } - - -/* -------------------------------------------------------------------- - * Enable the Timer after Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define enable_timer() \ - { \ - u32 Addr = ((u32)PROFILE_TIMER_BASEADDR); \ - Addr += (u32)XTmrCtr_Offsets[(u16)(0)]; \ - Addr += (u32)XTC_TCSR_OFFSET; \ - u32 tmp_v = (u32)ProfIo_In32(Addr); \ - tmp_v = tmp_v | (u32)XTC_CSR_ENABLE_TMR_MASK; \ - ProfIo_Out32((u32)(PROFILE_TIMER_BASEADDR) + (u32)XTmrCtr_Offsets[(u16)(0)] + (u32)XTC_TCSR_OFFSET, (u32)tmp_v); \ - } - - -/* -------------------------------------------------------------------- - * Send Ack to Timer Interrupt - * - *-------------------------------------------------------------------- */ -#define timer_ack() \ - { \ - u32 csr; \ - csr = ProfTmrCtr_mGetControlStatusReg((u32)PROFILE_TIMER_BASEADDR, (u16)0); \ - ProfTmrCtr_mSetControlStatusReg((u32)PROFILE_TIMER_BASEADDR, (u16)0, (u32)csr); \ - } - -/*-------------------------------------------------------------------- */ -#endif /* PROC_MICROBLAZE */ -/*-------------------------------------------------------------------- */ - -/* -------------------------------------------------------------------- - * Cortex A9 Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_CORTEXA9 - -/* -------------------------------------------------------------------- - * Disable the Timer during Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define disable_timer() \ -{ \ - u32 Reg; \ - Reg = Xil_In32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET); \ - Reg &= (~XSCUTIMER_CONTROL_ENABLE_MASK);\ - Xil_Out32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET, Reg);\ -} - - -/* -------------------------------------------------------------------- - * Enable the Timer after Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define enable_timer() \ -{ \ - u32 Reg; \ - Reg = Xil_In32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET); \ - Reg |= XSCUTIMER_CONTROL_ENABLE_MASK; \ - Xil_Out32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET, Reg);\ -} - - -/* -------------------------------------------------------------------- - * Send Ack to Timer Interrupt - * - *-------------------------------------------------------------------- */ -#define timer_ack() \ -{ \ - Xil_Out32((u32)PROFILE_TIMER_BASEADDR + (u32)XSCUTIMER_ISR_OFFSET, \ - (u32)XSCUTIMER_ISR_EVENT_FLAG_MASK);\ -} - -/*-------------------------------------------------------------------- */ -#endif /* PROC_CORTEXA9 */ -/*-------------------------------------------------------------------- */ - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/bspconfig.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/bspconfig.h deleted file mode 100644 index 6f009c6..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/bspconfig.h +++ /dev/null @@ -1,24 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Configurations for Standalone BSP -* -*******************************************************************/ - -#ifndef BSPCONFIG_H /* prevent circular inclusions */ -#define BSPCONFIG_H /* by using protection macros */ - -#define MICROBLAZE_PVR_NONE - -/* Definition for hard-float ABI */ -#define FPU_HARD_FLOAT_ABI_ENABLED 1 - -#endif /*end of __BSPCONFIG_H_*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/diskio.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/diskio.h deleted file mode 100644 index edd697a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/diskio.h +++ /dev/null @@ -1,79 +0,0 @@ -/*-----------------------------------------------------------------------/ -/ Low level disk interface module include file (C)ChaN, 2014 / -/-----------------------------------------------------------------------*/ - -#ifndef DISKIO_DEFINED -#define DISKIO_DEFINED - -#ifdef __cplusplus -extern "C" { -#endif - -#define USE_WRITE 1 /* 1: Enable disk_write function */ -#define USE_IOCTL 1 /* 1: Enable disk_ioctl function */ - -#include "integer.h" -#include "xil_types.h" - -/* Status of Disk Functions */ -typedef BYTE DSTATUS; - -/* Results of Disk Functions */ -typedef enum { - RES_OK = 0, /* 0: Successful */ - RES_ERROR, /* 1: R/W Error */ - RES_WRPRT, /* 2: Write Protected */ - RES_NOTRDY, /* 3: Not Ready */ - RES_PARERR /* 4: Invalid Parameter */ -} DRESULT; - - -/*---------------------------------------*/ -/* Prototypes for disk control functions */ - -DSTATUS disk_initialize (BYTE pdrv); -DSTATUS disk_status (BYTE pdrv); -DRESULT disk_read (BYTE pdrv, BYTE* buff, DWORD sector, UINT count); -DRESULT disk_write (BYTE pdrv, const BYTE* buff, DWORD sector, UINT count); -DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff); - - -/* Disk Status Bits (DSTATUS) */ - -#define STA_NOINIT 0x01U /* Drive not initialized */ -#define STA_NODISK 0x02U /* No medium in the drive */ -#define STA_PROTECT 0x04U /* Write protected */ - - -/* Command code for disk_ioctrl function */ - -/* Generic command (used by FatFs) */ -#define CTRL_SYNC 0U /* Flush disk cache (for write functions) */ -#define GET_SECTOR_COUNT 1U /* Get media size (for only f_mkfs()) */ -#define GET_SECTOR_SIZE 2U /* Get sector size (for multiple sector size (_MAX_SS >= 1024)) */ -#define GET_BLOCK_SIZE 3U /* Get erase block size (for only f_mkfs()) */ -#define CTRL_ERASE_SECTOR 4U /* Force erased a block of sectors (for only _USE_ERASE) */ - -/* Generic command (not used by FatFs) */ -#define CTRL_POWER 5U /* Get/Set power status */ -#define CTRL_LOCK 6U /* Lock/Unlock media removal */ -#define CTRL_EJECT 7U /* Eject media */ -#define CTRL_FORMAT 8U /* Create physical format on the media */ - -/* MMC/SDC specific ioctl command */ -#define MMC_GET_TYPE 10U /* Get card type */ -#define MMC_GET_CSD 11U /* Get CSD */ -#define MMC_GET_CID 12U /* Get CID */ -#define MMC_GET_OCR 13U /* Get OCR */ -#define MMC_GET_SDSTAT 14U /* Get SD status */ - -/* ATA/CF specific ioctl command */ -#define ATA_GET_REV 20U /* Get F/W revision */ -#define ATA_GET_MODEL 21U /* Get model name */ -#define ATA_GET_SN 22U /* Get serial number */ - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/ff.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/ff.h deleted file mode 100644 index 266fd7f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/ff.h +++ /dev/null @@ -1,395 +0,0 @@ -/*----------------------------------------------------------------------------/ -/ FatFs - Generic FAT Filesystem module R0.13b / -/-----------------------------------------------------------------------------/ -/ -/ Copyright (C) 2018, ChaN, all right reserved. -/ -/ FatFs module is an open source software. Redistribution and use of FatFs in -/ source and binary forms, with or without modification, are permitted provided -/ that the following condition is met: - -/ 1. Redistributions of source code must retain the above copyright notice, -/ this condition and the following disclaimer. -/ -/ This software is provided by the copyright holder and contributors "AS IS" -/ and any warranties related to this software are DISCLAIMED. -/ The copyright owner or contributors be NOT LIABLE for any damages caused -/ by use of this software. -/ -/----------------------------------------------------------------------------*/ - - -#ifndef FF_DEFINED -#define FF_DEFINED 63463 /* Revision ID */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_types.h" -#include "integer.h" /* Basic integer types */ -#include "ffconf.h" /* FatFs configuration options */ - -#if FF_DEFINED != FFCONF_DEF -#error Wrong configuration file (ffconf.h). -#endif - - - -/* Definitions of volume management */ - -#if FF_MULTI_PARTITION /* Multiple partition configuration */ -typedef struct { - BYTE pd; /* Physical drive number */ - BYTE pt; /* Partition: 0:Auto detect, 1-4:Forced partition) */ -} PARTITION; -extern PARTITION VolToPart[]; /* Volume - Partition resolution table */ -#endif - -#if FF_STR_VOLUME_ID -#ifndef FF_VOLUME_STRS -extern const char* VolumeStr[FF_VOLUMES]; /* User defied volume ID */ -#endif -#endif - - - -/* Type of path name strings on FatFs API */ - -#ifndef _INC_TCHAR -#define _INC_TCHAR - -#if FF_USE_LFN && FF_LFN_UNICODE == 1 /* Unicode in UTF-16 encoding */ -typedef WCHAR TCHAR; -#define _T(x) L ## x -#define _TEXT(x) L ## x -#elif FF_USE_LFN && FF_LFN_UNICODE == 2 /* Unicode in UTF-8 encoding */ -typedef char TCHAR; -#define _T(x) u8 ## x -#define _TEXT(x) u8 ## x -#elif FF_USE_LFN && FF_LFN_UNICODE == 3 /* Unicode in UTF-32 encoding */ -typedef DWORD TCHAR; -#define _T(x) U ## x -#define _TEXT(x) U ## x -#elif FF_USE_LFN && (FF_LFN_UNICODE < 0 || FF_LFN_UNICODE > 3) -#error Wrong FF_LFN_UNICODE setting -#else /* ANSI/OEM code in SBCS/DBCS */ -typedef char TCHAR; -#define _T(x) x -#define _TEXT(x) x -#endif - -#endif - - - -/* Type of file size variables */ - -#if FF_FS_EXFAT -typedef QWORD FSIZE_t; -#else -typedef DWORD FSIZE_t; -#endif - - - -/* Filesystem object structure (FATFS) */ - -typedef struct { - BYTE fs_type; /* Filesystem type (0:N/A) */ - BYTE pdrv; /* Physical drive number */ - BYTE n_fats; /* Number of FATs (1 or 2) */ - BYTE wflag; /* win[] flag (b0:dirty) */ - BYTE fsi_flag; /* FSINFO flags (b7:disabled, b0:dirty) */ - WORD id; /* Volume mount ID */ - WORD n_rootdir; /* Number of root directory entries (FAT12/16) */ - WORD csize; /* Cluster size [sectors] */ -#if FF_MAX_SS != FF_MIN_SS - WORD ssize; /* Sector size (512, 1024, 2048 or 4096) */ -#endif -#if FF_USE_LFN - WCHAR* lfnbuf; /* LFN working buffer */ -#endif -#if FF_FS_EXFAT - BYTE* dirbuf; /* Directory entry block scratchpad buffer for exFAT */ -#endif -#if FF_FS_REENTRANT - FF_SYNC_t sobj; /* Identifier of sync object */ -#endif -#if !FF_FS_READONLY - DWORD last_clst; /* Last allocated cluster */ - DWORD free_clst; /* Number of free clusters */ -#endif -#if FF_FS_RPATH - DWORD cdir; /* Current directory start cluster (0:root) */ -#if FF_FS_EXFAT - DWORD cdc_scl; /* Containing directory start cluster (invalid when cdir is 0) */ - DWORD cdc_size; /* b31-b8:Size of containing directory, b7-b0: Chain status */ - DWORD cdc_ofs; /* Offset in the containing directory (invalid when cdir is 0) */ -#endif -#endif - DWORD n_fatent; /* Number of FAT entries (number of clusters + 2) */ - DWORD fsize; /* Size of an FAT [sectors] */ - DWORD volbase; /* Volume base sector */ - DWORD fatbase; /* FAT base sector */ - DWORD dirbase; /* Root directory base sector/cluster */ - DWORD database; /* Data base sector */ - DWORD winsect; /* Current sector appearing in the win[] */ -#ifdef __ICCARM__ -#pragma data_alignment = 32 - BYTE win[FF_MAX_SS]; -#else -#ifdef __aarch64__ - BYTE win[FF_MAX_SS] __attribute__ ((aligned(64))); /* Disk access window for Directory, FAT (and file data at tiny cfg) */ -#else - BYTE win[FF_MAX_SS] __attribute__ ((aligned(32))); /* Disk access window for Directory, FAT (and file data at tiny cfg) */ -#endif -#endif -} FATFS; - - - -/* Object ID and allocation information (FFOBJID) */ - -typedef struct { - FATFS* fs; /* Pointer to the hosting volume of this object */ - WORD id; /* Hosting volume mount ID */ - BYTE attr; /* Object attribute */ - BYTE stat; /* Object chain status (b1-0: =0:not contiguous, =2:contiguous, =3:flagmented in this session, b2:sub-directory stretched) */ - DWORD sclust; /* Object data start cluster (0:no cluster or root directory) */ - FSIZE_t objsize; /* Object size (valid when sclust != 0) */ -#if FF_FS_EXFAT - DWORD n_cont; /* Size of first fragment - 1 (valid when stat == 3) */ - DWORD n_frag; /* Size of last fragment needs to be written to FAT (valid when not zero) */ - DWORD c_scl; /* Containing directory start cluster (valid when sclust != 0) */ - DWORD c_size; /* b31-b8:Size of containing directory, b7-b0: Chain status (valid when c_scl != 0) */ - DWORD c_ofs; /* Offset in the containing directory (valid when file object and sclust != 0) */ -#endif -#if FF_FS_LOCK - UINT lockid; /* File lock ID origin from 1 (index of file semaphore table Files[]) */ -#endif -} FFOBJID; - - - -/* File object structure (FIL) */ - -typedef struct { - FFOBJID obj; /* Object identifier (must be the 1st member to detect invalid object pointer) */ - BYTE flag; /* File status flags */ - BYTE err; /* Abort flag (error code) */ - FSIZE_t fptr; /* File read/write pointer (Zeroed on file open) */ - DWORD clust; /* Current cluster of fpter (invalid when fptr is 0) */ - DWORD sect; /* Sector number appearing in buf[] (0:invalid) */ -#if !FF_FS_READONLY - DWORD dir_sect; /* Sector number containing the directory entry (not used at exFAT) */ - BYTE* dir_ptr; /* Pointer to the directory entry in the win[] (not used at exFAT) */ -#endif -#if FF_USE_FASTSEEK - DWORD* cltbl; /* Pointer to the cluster link map table (nulled on open, set by application) */ -#endif -#if !FF_FS_TINY -#ifdef __ICCARM__ -#pragma data_alignment = 32 - BYTE buf[FF_MAX_SS]; /* File private data read/write window */ -#else -#ifdef __aarch64__ - BYTE buf[FF_MAX_SS] __attribute__ ((aligned(64))); /* File private data read/write window */ -#else - BYTE buf[FF_MAX_SS] __attribute__ ((aligned(32))); /* File private data read/write window */ -#endif -#endif -#endif -} FIL; - - - -/* Directory object structure (DIR) */ - -typedef struct { - FFOBJID obj; /* Object identifier */ - DWORD dptr; /* Current read/write offset */ - DWORD clust; /* Current cluster */ - DWORD sect; /* Current sector (0:Read operation has terminated) */ - BYTE* dir; /* Pointer to the directory item in the win[] */ - BYTE fn[12]; /* SFN (in/out) {body[8],ext[3],status[1]} */ -#if FF_USE_LFN - DWORD blk_ofs; /* Offset of current entry block being processed (0xFFFFFFFF:Invalid) */ -#endif -#if FF_USE_FIND - const TCHAR* pat; /* Pointer to the name matching pattern */ -#endif -} DIR; - - - -/* File information structure (FILINFO) */ - -typedef struct { - FSIZE_t fsize; /* File size */ - WORD fdate; /* Modified date */ - WORD ftime; /* Modified time */ - BYTE fattrib; /* File attribute */ -#if FF_USE_LFN - TCHAR altname[FF_SFN_BUF + 1];/* Altenative file name */ - TCHAR fname[FF_LFN_BUF + 1]; /* Primary file name */ -#else - TCHAR fname[12 + 1]; /* File name */ -#endif -} FILINFO; - - - -/* File function return code (FRESULT) */ - -typedef enum { - FR_OK = 0, /* (0) Succeeded */ - FR_DISK_ERR, /* (1) A hard error occurred in the low level disk I/O layer */ - FR_INT_ERR, /* (2) Assertion failed */ - FR_NOT_READY, /* (3) The physical drive cannot work */ - FR_NO_FILE, /* (4) Could not find the file */ - FR_NO_PATH, /* (5) Could not find the path */ - FR_INVALID_NAME, /* (6) The path name format is invalid */ - FR_DENIED, /* (7) Access denied due to prohibited access or directory full */ - FR_EXIST, /* (8) Access denied due to prohibited access */ - FR_INVALID_OBJECT, /* (9) The file/directory object is invalid */ - FR_WRITE_PROTECTED, /* (10) The physical drive is write protected */ - FR_INVALID_DRIVE, /* (11) The logical drive number is invalid */ - FR_NOT_ENABLED, /* (12) The volume has no work area */ - FR_NO_FILESYSTEM, /* (13) There is no valid FAT volume */ - FR_MKFS_ABORTED, /* (14) The f_mkfs() aborted due to any problem */ - FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */ - FR_LOCKED, /* (16) The operation is rejected according to the file sharing policy */ - FR_NOT_ENOUGH_CORE, /* (17) LFN working buffer could not be allocated */ - FR_TOO_MANY_OPEN_FILES, /* (18) Number of open files > FF_FS_LOCK */ - FR_INVALID_PARAMETER /* (19) Given parameter is invalid */ -} FRESULT; - - - -/*--------------------------------------------------------------*/ -/* FatFs module application interface */ - -FRESULT f_open (FIL* fp, const TCHAR* path, BYTE mode); /* Open or create a file */ -FRESULT f_close (FIL* fp); /* Close an open file object */ -FRESULT f_read (FIL* fp, void* buff, UINT btr, UINT* br); /* Read data from the file */ -FRESULT f_write (FIL* fp, const void* buff, UINT btw, UINT* bw); /* Write data to the file */ -FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */ -FRESULT f_truncate (FIL* fp); /* Truncate the file */ -FRESULT f_sync (FIL* fp); /* Flush cached data of the writing file */ -FRESULT f_opendir (DIR* dp, const TCHAR* path); /* Open a directory */ -FRESULT f_closedir (DIR* dp); /* Close an open directory */ -FRESULT f_readdir (DIR* dp, FILINFO* fno); /* Read a directory item */ -FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find first file */ -FRESULT f_findnext (DIR* dp, FILINFO* fno); /* Find next file */ -FRESULT f_mkdir (const TCHAR* path); /* Create a sub directory */ -FRESULT f_unlink (const TCHAR* path); /* Delete an existing file or directory */ -FRESULT f_rename (const TCHAR* path_old, const TCHAR* path_new); /* Rename/Move a file or directory */ -FRESULT f_stat (const TCHAR* path, FILINFO* fno); /* Get file status */ -FRESULT f_chmod (const TCHAR* path, BYTE attr, BYTE mask); /* Change attribute of a file/dir */ -FRESULT f_utime (const TCHAR* path, const FILINFO* fno); /* Change timestamp of a file/dir */ -FRESULT f_chdir (const TCHAR* path); /* Change current directory */ -FRESULT f_chdrive (const TCHAR* path); /* Change current drive */ -FRESULT f_getcwd (TCHAR* buff, UINT len); /* Get current directory */ -FRESULT f_getfree (const TCHAR* path, DWORD* nclst, FATFS** fatfs); /* Get number of free clusters on the drive */ -FRESULT f_getlabel (const TCHAR* path, TCHAR* label, DWORD* vsn); /* Get volume label */ -FRESULT f_setlabel (const TCHAR* label); /* Set volume label */ -FRESULT f_forward (FIL* fp, UINT(*func)(const BYTE*,UINT), UINT btf, UINT* bf); /* Forward data to the stream */ -FRESULT f_expand (FIL* fp, FSIZE_t szf, BYTE opt); /* Allocate a contiguous block to the file */ -FRESULT f_mount (FATFS* fs, const TCHAR* path, BYTE opt); /* Mount/Unmount a logical drive */ -FRESULT f_mkfs (const TCHAR* path, BYTE opt, DWORD au, void* work, UINT len); /* Create a FAT volume */ -FRESULT f_fdisk (BYTE pdrv, const DWORD* szt, void* work); /* Divide a physical drive into some partitions */ -FRESULT f_setcp (WORD cp); /* Set current code page */ -int f_putc (TCHAR c, FIL* fp); /* Put a character to the file */ -int f_puts (const TCHAR* str, FIL* cp); /* Put a string to the file */ -int f_printf (FIL* fp, const TCHAR* str, ...); /* Put a formatted string to the file */ -TCHAR* f_gets (TCHAR* buff, int len, FIL* fp); /* Get a string from the file */ - -#define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize)) -#define f_error(fp) ((fp)->err) -#define f_tell(fp) ((fp)->fptr) -#define f_size(fp) ((fp)->obj.objsize) -#define f_rewind(fp) f_lseek((fp), 0) -#define f_rewinddir(dp) f_readdir((dp), 0) -#define f_rmdir(path) f_unlink(path) -#define f_unmount(path) f_mount(NULL, path, 0) - -#ifndef EOF -#define EOF (-1) -#endif - - - - -/*--------------------------------------------------------------*/ -/* Additional user defined functions */ - -/* RTC function */ -#if !FF_FS_READONLY && !FF_FS_NORTC -DWORD get_fattime (void); -#endif - -/* LFN support functions */ -#if FF_USE_LFN >= 1 /* Code conversion (defined in unicode.c) */ -WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */ -WCHAR ff_uni2oem (DWORD uni, WORD cp); /* Unicode to OEM code conversion */ -DWORD ff_wtoupper (DWORD uni); /* Unicode upper-case conversion */ -#endif -#if FF_USE_LFN == 3 /* Dynamic memory allocation */ -void* ff_memalloc (UINT msize); /* Allocate memory block */ -void ff_memfree (void* mblock); /* Free memory block */ -#endif - -/* Sync functions */ -#if FF_FS_REENTRANT -int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */ -int ff_req_grant (FF_SYNC_t sobj); /* Lock sync object */ -void ff_rel_grant (FF_SYNC_t sobj); /* Unlock sync object */ -int ff_del_syncobj (FF_SYNC_t sobj); /* Delete a sync object */ -#endif - - - - -/*--------------------------------------------------------------*/ -/* Flags and offset address */ - - -/* File access mode and open method flags (3rd argument of f_open) */ -#define FA_READ 0x01 -#define FA_WRITE 0x02 -#define FA_OPEN_EXISTING 0x00 -#define FA_CREATE_NEW 0x04 -#define FA_CREATE_ALWAYS 0x08 -#define FA_OPEN_ALWAYS 0x10 -#define FA_OPEN_APPEND 0x30 - -/* Fast seek controls (2nd argument of f_lseek) */ -#define CREATE_LINKMAP ((FSIZE_t)0 - 1) - -/* Format options (2nd argument of f_mkfs) */ -#define FM_FAT 0x01 -#define FM_FAT32 0x02 -#define FM_EXFAT 0x04 -#define FM_ANY 0x07 -#define FM_SFD 0x08 - -/* Filesystem type (FATFS.fs_type) */ -#define FS_FAT12 1 -#define FS_FAT16 2 -#define FS_FAT32 3 -#define FS_EXFAT 4 - -/* File attribute bits for directory entry (FILINFO.fattrib) */ -#define AM_RDO 0x01 /* Read only */ -#define AM_HID 0x02 /* Hidden */ -#define AM_SYS 0x04 /* System */ -#define AM_DIR 0x10 /* Directory */ -#define AM_ARC 0x20 /* Archive */ - - -#ifdef __cplusplus -} -#endif - -#endif /* FF_DEFINED */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/ffconf.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/ffconf.h deleted file mode 100644 index cd9ec37..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/ffconf.h +++ /dev/null @@ -1,380 +0,0 @@ -/*---------------------------------------------------------------------------/ -/ FatFs - Configuration file -/---------------------------------------------------------------------------*/ - - -#define FFCONF_DEF 63463 /* Revision ID */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xparameters.h" - -/*---------------------------------------------------------------------------/ -/ Function Configurations -/---------------------------------------------------------------------------*/ - -#ifdef FILE_SYSTEM_READ_ONLY -#define FF_FS_READONLY 1 /* 1:Read only */ -#else -#define FF_FS_READONLY 0 /* 0:Read/Write */ -#endif -/* This option switches read-only configuration. (0:Read/Write or 1:Read-only) -/ Read-only configuration removes writing API functions, f_write(), f_sync(), -/ f_unlink(), f_mkdir(), f_chmod(), f_rename(), f_truncate(), f_getfree() -/ and optional writing functions as well. */ - - -#define FF_FS_MINIMIZE 0 -/* This option defines minimization level to remove some basic API functions. -/ -/ 0: Basic functions are fully enabled. -/ 1: f_stat(), f_getfree(), f_unlink(), f_mkdir(), f_truncate() and f_rename() -/ are removed. -/ 2: f_opendir(), f_readdir() and f_closedir() are removed in addition to 1. -/ 3: f_lseek() function is removed in addition to 2. */ - - -#if FILE_SYSTEM_USE_STRFUNC == 0 -#define FF_USE_STRFUNC 0 /* 0:Disable */ -#elif FILE_SYSTEM_USE_STRFUNC == 1 -#define FF_USE_STRFUNC 1 /* 1:Enable */ -#elif FILE_SYSTEM_USE_STRFUNC == 2 -#define FF_USE_STRFUNC 2 /* 2:Enable */ -#endif -/* This option switches string functions, f_gets(), f_putc(), f_puts() and f_printf(). -/ -/ 0: Disable string functions. -/ 1: Enable without LF-CRLF conversion. -/ 2: Enable with LF-CRLF conversion. */ - - -#define FF_USE_FIND 0 -/* This option switches filtered directory read functions, f_findfirst() and -/ f_findnext(). (0:Disable, 1:Enable 2:Enable with matching altname[] too) */ - -#ifdef FILE_SYSTEM_USE_MKFS -#define FF_USE_MKFS 1 /* 1:Enable */ -#else -#define FF_USE_MKFS 0 /* 0:Disable */ -#endif -/* This option switches f_mkfs() function. (0:Disable or 1:Enable) */ - - -#define FF_USE_FASTSEEK 0 -/* This option switches fast seek function. (0:Disable or 1:Enable) */ - - -#define FF_USE_EXPAND 0 -/* This option switches f_expand function. (0:Disable or 1:Enable) */ - - -#ifdef FILE_SYSTEM_USE_CHMOD -#define FF_USE_CHMOD 1 /* 1:Enable */ -#else -#define FF_USE_CHMOD 0 /* 0:Disable */ -#endif -/* This option switches attribute manipulation functions, f_chmod() and f_utime(). -/ (0:Disable or 1:Enable) Also FF_FS_READONLY needs to be 0 to enable this option. */ - - -#define FF_USE_LABEL 0 -/* This option switches volume label functions, f_getlabel() and f_setlabel(). -/ (0:Disable or 1:Enable) */ - - -#define FF_USE_FORWARD 0 -/* This option switches f_forward() function. (0:Disable or 1:Enable) */ - - -/*---------------------------------------------------------------------------/ -/ Locale and Namespace Configurations -/---------------------------------------------------------------------------*/ - -#define FF_CODE_PAGE 932 -/* This option specifies the OEM code page to be used on the target system. -/ Incorrect code page setting can cause a file open failure. -/ -/ 437 - U.S. -/ 720 - Arabic -/ 737 - Greek -/ 771 - KBL -/ 775 - Baltic -/ 850 - Latin 1 -/ 852 - Latin 2 -/ 855 - Cyrillic -/ 857 - Turkish -/ 860 - Portuguese -/ 861 - Icelandic -/ 862 - Hebrew -/ 863 - Canadian French -/ 864 - Arabic -/ 865 - Nordic -/ 866 - Russian -/ 869 - Greek 2 -/ 932 - Japanese (DBCS) -/ 936 - Simplified Chinese (DBCS) -/ 949 - Korean (DBCS) -/ 950 - Traditional Chinese (DBCS) -/ 0 - Include all code pages above and configured by f_setcp() -*/ - - -#ifdef FILE_SYSTEM_USE_LFN -#define FF_USE_LFN FILE_SYSTEM_USE_LFN /* 0 to 3 */ -#else -#define FF_USE_LFN 0 /* 0 to 3 */ -#endif -#define FF_MAX_LFN 255 -/* The FF_USE_LFN switches the support for LFN (long file name). -/ -/ 0: Disable LFN. FF_MAX_LFN has no effect. -/ 1: Enable LFN with static working buffer on the BSS. Always NOT thread-safe. -/ 2: Enable LFN with dynamic working buffer on the STACK. -/ 3: Enable LFN with dynamic working buffer on the HEAP. -/ -/ To enable the LFN, ffunicode.c needs to be added to the project. The LFN function -/ requiers certain internal working buffer occupies (FF_MAX_LFN + 1) * 2 bytes and -/ additional (FF_MAX_LFN + 44) / 15 * 32 bytes when exFAT is enabled. -/ The FF_MAX_LFN defines size of the working buffer in UTF-16 code unit and it can -/ be in range of 12 to 255. It is recommended to be set 255 to fully support LFN -/ specification. -/ When use stack for the working buffer, take care on stack overflow. When use heap -/ memory for the working buffer, memory management functions, ff_memalloc() and -/ ff_memfree() in ffsystem.c, need to be added to the project. */ - - -#define FF_LFN_UNICODE 0 -/* This option switches the character encoding on the API when LFN is enabled. -/ -/ 0: ANSI/OEM in current CP (TCHAR = char) -/ 1: Unicode in UTF-16 (TCHAR = WCHAR) -/ 2: Unicode in UTF-8 (TCHAR = char) -/ 3: Unicode in UTF-32 (TCHAR = DWORD) -/ -/ Also behavior of string I/O functions will be affected by this option. -/ When LFN is not enabled, this option has no effect. */ - - -#define FF_LFN_BUF 255 -#define FF_SFN_BUF 12 -/* This set of options defines size of file name members in the FILINFO structure -/ which is used to read out directory items. These values should be suffcient for -/ the file names to read. The maximum possible length of the read file name depends -/ on character encoding. When LFN is not enabled, these options have no effect. */ - - -#define FF_STRF_ENCODE 3 -/* When FF_LFN_UNICODE >= 1 with LFN enabled, string I/O functions, f_gets(), -/ f_putc(), f_puts and f_printf() convert the character encoding in it. -/ This option selects assumption of character encoding ON THE FILE to be -/ read/written via those functions. -/ -/ 0: ANSI/OEM in current CP -/ 1: Unicode in UTF-16LE -/ 2: Unicode in UTF-16BE -/ 3: Unicode in UTF-8 -*/ - - -#if FILE_SYSTEM_SET_FS_RPATH == 0 -#define FF_FS_RPATH 0U -#elif FILE_SYSTEM_SET_FS_RPATH == 1 -#define FF_FS_RPATH 1U -#elif FILE_SYSTEM_SET_FS_RPATH == 2 -#define FF_FS_RPATH 2U -#endif -/* This option configures support for relative path. -/ -/ 0: Disable relative path and remove related functions. -/ 1: Enable relative path. f_chdir() and f_chdrive() are available. -/ 2: f_getcwd() function is available in addition to 1. -*/ - - -/*---------------------------------------------------------------------------/ -/ Drive/Volume Configurations -/---------------------------------------------------------------------------*/ - -#if FILE_SYSTEM_NUM_LOGIC_VOL == 1 -#define FF_VOLUMES 1U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 2 -#define FF_VOLUMES 2U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 3 -#define FF_VOLUMES 3U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 4 -#define FF_VOLUMES 4U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 5 -#define FF_VOLUMES 5U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 6 -#define FF_VOLUMES 6U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 7 -#define FF_VOLUMES 7U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 8 -#define FF_VOLUMES 8U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 9 -#define FF_VOLUMES 9U -#else -#define FF_VOLUMES 10U -#endif -/* Number of volumes (logical drives) to be used. (1-10) */ - - -#define FF_STR_VOLUME_ID 0 -#define FF_VOLUME_STRS "RAM","NAND","CF","SD","SD2","USB","USB2","USB3" -/* FF_STR_VOLUME_ID switches support for volume ID in arbitrary strings. -/ When FF_STR_VOLUME_ID is set to 1 or 2, arbitrary strings can be used as drive -/ number in the path name. FF_VOLUME_STRS defines the volume ID strings for each -/ logical drives. Number of items must not be less than FF_VOLUMES. Valid -/ characters for the volume ID strings are A-Z, a-z and 0-9, however, they are -/ compared in case-insensitive. If FF_STR_VOLUME_ID >= 1 and FF_VOLUME_STRS is -/ not defined, a user defined volume string table needs to be defined as: -/ -/ const char* VolumeStr[FF_VOLUMES] = {"ram","flash","sd","usb",... -*/ - - -#ifdef FILE_SYSTEM_MULTI_PARTITION -#define FF_MULTI_PARTITION 1 /* 1:Enable multiple partition */ -#else -#define FF_MULTI_PARTITION 0 /* 0:Single partition */ -#endif -/* This option switches support for multiple volumes on the physical drive. -/ By default (0), each logical drive number is bound to the same physical drive -/ number and only an FAT volume found on the physical drive will be mounted. -/ When this function is enabled (1), each logical drive number can be bound to -/ arbitrary physical drive and partition listed in the VolToPart[]. Also f_fdisk() -/ function will be available. */ - - -#define FF_MIN_SS 512 -#define FF_MAX_SS 512 -/* This set of options configures the range of sector size to be supported. (512, -/ 1024, 2048 or 4096) Always set both 512 for most systems, generic memory card and -/ harddisk. But a larger value may be required for on-board flash memory and some -/ type of optical media. When FF_MAX_SS is larger than FF_MIN_SS, FatFs is configured -/ for variable sector size mode and disk_ioctl() function needs to implement -/ GET_SECTOR_SIZE command. */ - - -#define FF_USE_TRIM 0 -/* This option switches support for ATA-TRIM. (0:Disable or 1:Enable) -/ To enable Trim function, also CTRL_TRIM command should be implemented to the -/ disk_ioctl() function. */ - - -#define FF_FS_NOFSINFO 0 -/* If you need to know correct free space on the FAT32 volume, set bit 0 of this -/ option, and f_getfree() function at first time after volume mount will force -/ a full FAT scan. Bit 1 controls the use of last allocated cluster number. -/ -/ bit0=0: Use free cluster count in the FSINFO if available. -/ bit0=1: Do not trust free cluster count in the FSINFO. -/ bit1=0: Use last allocated cluster number in the FSINFO if available. -/ bit1=1: Do not trust last allocated cluster number in the FSINFO. -*/ - - - -/*---------------------------------------------------------------------------/ -/ System Configurations -/---------------------------------------------------------------------------*/ - -#define FF_FS_TINY 0 -/* This option switches tiny buffer configuration. (0:Normal or 1:Tiny) -/ At the tiny configuration, size of file object (FIL) is shrunk FF_MAX_SS bytes. -/ Instead of private sector buffer eliminated from the file object, common sector -/ buffer in the filesystem object (FATFS) is used for the file data transfer. */ - - -#ifdef FILE_SYSTEM_FS_EXFAT -#define FF_FS_EXFAT 1 -#else -#define FF_FS_EXFAT 0 -#endif -/* This option switches support for exFAT filesystem. (0:Disable or 1:Enable) -/ To enable exFAT, also LFN needs to be enabled. -/ Note that enabling exFAT discards ANSI C (C89) compatibility. */ - - -#define FF_FS_NORTC 0 -#define FF_NORTC_MON 1 -#define FF_NORTC_MDAY 1 -#define FF_NORTC_YEAR 2018 -/* The option FF_FS_NORTC switches timestamp functiton. If the system does not have -/ any RTC function or valid timestamp is not needed, set FF_FS_NORTC = 1 to disable -/ the timestamp function. Every object modified by FatFs will have a fixed timestamp -/ defined by FF_NORTC_MON, FF_NORTC_MDAY and FF_NORTC_YEAR in local time. -/ To enable timestamp function (FF_FS_NORTC = 0), get_fattime() function need to be -/ added to the project to read current time form real-time clock. FF_NORTC_MON, -/ FF_NORTC_MDAY and FF_NORTC_YEAR have no effect. -/ These options have no effect at read-only configuration (FF_FS_READONLY = 1). */ - - -#define FF_FS_LOCK 0 -/* The option FF_FS_LOCK switches file lock function to control duplicated file open -/ and illegal operation to open objects. This option must be 0 when FF_FS_READONLY -/ is 1. -/ -/ 0: Disable file lock function. To avoid volume corruption, application program -/ should avoid illegal open, remove and rename to the open objects. -/ >0: Enable file lock function. The value defines how many files/sub-directories -/ can be opened simultaneously under file lock control. Note that the file -/ lock control is independent of re-entrancy. */ - - -#define FF_FS_REENTRANT 0 -#define FF_FS_TIMEOUT 1000 -#define FF_SYNC_t HANDLE -/* The option FF_FS_REENTRANT switches the re-entrancy (thread safe) of the FatFs -/ module itself. Note that regardless of this option, file access to different -/ volume is always re-entrant and volume control functions, f_mount(), f_mkfs() -/ and f_fdisk() function, are always not re-entrant. Only file/directory access -/ to the same volume is under control of this function. -/ -/ 0: Disable re-entrancy. FF_FS_TIMEOUT and FF_SYNC_t have no effect. -/ 1: Enable re-entrancy. Also user provided synchronization handlers, -/ ff_req_grant(), ff_rel_grant(), ff_del_syncobj() and ff_cre_syncobj() -/ function, must be added to the project. Samples are available in -/ option/syscall.c. -/ -/ The FF_FS_TIMEOUT defines timeout period in unit of time tick. -/ The FF_SYNC_t defines O/S dependent sync object type. e.g. HANDLE, ID, OS_EVENT*, -/ SemaphoreHandle_t and etc. A header file for O/S definitions needs to be -/ included somewhere in the scope of ff.h. */ - -/* #include // O/S definitions */ - -#ifdef FILE_SYSTEM_WORD_ACCESS -#define FF_WORD_ACCESS 1 -#else -#define FF_WORD_ACCESS 0 -#endif -/* The FF_WORD_ACCESS option is an only platform dependent option. It defines -/ which access method is used to the word data on the FAT volume. -/ -/ 0: Byte-by-byte access. Always compatible with all platforms. -/ 1: Word access. Do not choose this unless under both the following conditions. -/ -/ * Address misaligned memory access is always allowed for ALL instructions. -/ * Byte order on the memory is little-endian. -/ -/ If it is the case, FF_WORD_ACCESS can also be set to 1 to improve performance and -/ reduce code size. Following table shows an example of some processor types. -/ -/ ARM7TDMI 0 ColdFire 0 V850E 0 -/ Cortex-M3 0 Z80 0/1 V850ES 0/1 -/ Cortex-M0 0 RX600(LE) 0/1 TLCS-870 0/1 -/ AVR 0/1 RX600(BE) 0 TLCS-900 0/1 -/ AVR32 0 RL78 0 R32C 0 -/ PIC18 0/1 SH-2 0 M16C 0/1 -/ PIC24 0 H8S 0 MSP430 0 -/ PIC32 0 H8/300H 0 x86 0/1 -*/ - -#ifdef __cplusplus -} -#endif - -/*--- End of configuration options ---*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/integer.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/integer.h deleted file mode 100644 index b3c70ca..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/integer.h +++ /dev/null @@ -1,36 +0,0 @@ -/*-------------------------------------------*/ -/* Integer type definitions for FatFs module */ -/*-------------------------------------------*/ - -#ifndef FF_INTEGER -#define FF_INTEGER - -#ifdef _WIN32 /* FatFs development platform */ - -#include -typedef unsigned __int64 QWORD; - -#else /* Embedded platform */ - -/* These types MUST be 16-bit or 32-bit */ -typedef int INT; -typedef unsigned int UINT; - -/* This type MUST be 8-bit */ -typedef unsigned char BYTE; - -/* These types MUST be 16-bit */ -typedef short SHORT; -typedef unsigned short WORD; -typedef unsigned short WCHAR; - -/* These types MUST be 32-bit */ -typedef long LONG; -typedef unsigned long DWORD; - -/* This type MUST be 64-bit (Remove this for ANSI C (C89) compatibility) */ -typedef unsigned long long QWORD; - -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/ip_encoder.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/ip_encoder.h deleted file mode 100644 index 562108a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/ip_encoder.h +++ /dev/null @@ -1,79 +0,0 @@ - -#ifndef IP_ENCODER_H -#define IP_ENCODER_H - - -/****************** Include Files ********************/ -#include "xil_types.h" -#include "xstatus.h" - -#define IP_ENCODER_S00_AXI_SLV_REG0_OFFSET 0 -#define IP_ENCODER_S00_AXI_SLV_REG1_OFFSET 4 -#define IP_ENCODER_S00_AXI_SLV_REG2_OFFSET 8 -#define IP_ENCODER_S00_AXI_SLV_REG3_OFFSET 12 - - -/**************************** Type Definitions *****************************/ -/** - * - * Write a value to a IP_ENCODER register. A 32 bit write is performed. - * If the component is implemented in a smaller width, only the least - * significant data is written. - * - * @param BaseAddress is the base address of the IP_ENCODERdevice. - * @param RegOffset is the register offset from the base to write to. - * @param Data is the data written to the register. - * - * @return None. - * - * @note - * C-style signature: - * void IP_ENCODER_mWriteReg(u32 BaseAddress, unsigned RegOffset, u32 Data) - * - */ -#define IP_ENCODER_mWriteReg(BaseAddress, RegOffset, Data) \ - Xil_Out32((BaseAddress) + (RegOffset), (u32)(Data)) - -/** - * - * Read a value from a IP_ENCODER register. A 32 bit read is performed. - * If the component is implemented in a smaller width, only the least - * significant data is read from the register. The most significant data - * will be read as 0. - * - * @param BaseAddress is the base address of the IP_ENCODER device. - * @param RegOffset is the register offset from the base to write to. - * - * @return Data is the data from the register. - * - * @note - * C-style signature: - * u32 IP_ENCODER_mReadReg(u32 BaseAddress, unsigned RegOffset) - * - */ -#define IP_ENCODER_mReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/************************** Function Prototypes ****************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_ENCODER instance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_ENCODER_Reg_SelfTest(void * baseaddr_p); - -#endif // IP_ENCODER_H diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/ip_fifo.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/ip_fifo.h deleted file mode 100644 index 962207c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/ip_fifo.h +++ /dev/null @@ -1,90 +0,0 @@ - -#ifndef IP_FIFO_H -#define IP_FIFO_H - - -/****************** Include Files ********************/ -#include "xil_types.h" -#include "xstatus.h" - -#define IP_FIFO_S00_AXI_SLV_REG0_OFFSET 0 -#define IP_FIFO_S00_AXI_SLV_REG1_OFFSET 4 -#define IP_FIFO_S00_AXI_SLV_REG2_OFFSET 8 -#define IP_FIFO_S00_AXI_SLV_REG3_OFFSET 12 -#define IP_FIFO_S00_AXI_SLV_REG4_OFFSET 16 -#define IP_FIFO_S00_AXI_SLV_REG5_OFFSET 20 -#define IP_FIFO_S00_AXI_SLV_REG6_OFFSET 24 -#define IP_FIFO_S00_AXI_SLV_REG7_OFFSET 28 -#define IP_FIFO_S00_AXI_SLV_REG8_OFFSET 32 -#define IP_FIFO_S00_AXI_SLV_REG9_OFFSET 36 -#define IP_FIFO_S00_AXI_SLV_REG10_OFFSET 40 -#define IP_FIFO_S00_AXI_SLV_REG11_OFFSET 44 -#define IP_FIFO_S00_AXI_SLV_REG12_OFFSET 48 -#define IP_FIFO_S00_AXI_SLV_REG13_OFFSET 52 -#define IP_FIFO_S00_AXI_SLV_REG14_OFFSET 56 - - -/**************************** Type Definitions *****************************/ -/** - * - * Write a value to a IP_FIFO register. A 32 bit write is performed. - * If the component is implemented in a smaller width, only the least - * significant data is written. - * - * @param BaseAddress is the base address of the IP_FIFOdevice. - * @param RegOffset is the register offset from the base to write to. - * @param Data is the data written to the register. - * - * @return None. - * - * @note - * C-style signature: - * void IP_FIFO_mWriteReg(u32 BaseAddress, unsigned RegOffset, u32 Data) - * - */ -#define IP_FIFO_mWriteReg(BaseAddress, RegOffset, Data) \ - Xil_Out32((BaseAddress) + (RegOffset), (u32)(Data)) - -/** - * - * Read a value from a IP_FIFO register. A 32 bit read is performed. - * If the component is implemented in a smaller width, only the least - * significant data is read from the register. The most significant data - * will be read as 0. - * - * @param BaseAddress is the base address of the IP_FIFO device. - * @param RegOffset is the register offset from the base to write to. - * - * @return Data is the data from the register. - * - * @note - * C-style signature: - * u32 IP_FIFO_mReadReg(u32 BaseAddress, unsigned RegOffset) - * - */ -#define IP_FIFO_mReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/************************** Function Prototypes ****************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_FIFO instance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_FIFO_Reg_SelfTest(void * baseaddr_p); - -#endif // IP_FIFO_H diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/mblaze_nt_types.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/mblaze_nt_types.h deleted file mode 100644 index 6b51ea9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/mblaze_nt_types.h +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - - -#ifndef _MBLAZE_NT_TYPES_H -#define _MBLAZE_NT_TYPES_H - -#ifdef __cplusplus -extern "C" { -#endif - -typedef char byte; -typedef short half; -typedef int word; -typedef unsigned char ubyte; -typedef unsigned short uhalf; -typedef unsigned int uword; -typedef ubyte boolean; - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/profile.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/profile.h deleted file mode 100644 index 27b3df1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/profile.h +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef PROFILE_H -#define PROFILE_H 1 - -#include -#include "xil_types.h" -#include "profile_config.h" - -#ifdef PROC_MICROBLAZE -#include "mblaze_nt_types.h" -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -void _system_init( void ) ; -void _system_clean( void ) ; -void mcount(u32 frompc, u32 selfpc); -void profile_intr_handler( void ) ; -void _profile_init( void ); - - - -/**************************************************************************** - * Profiling on hardware - Hash table maintained on hardware and data sent - * to xmd for gmon.out generation. - ****************************************************************************/ -/* - * histogram counters are unsigned shorts (according to the kernel). - */ -#define HISTCOUNTER u16 - -struct tostruct { - u32 selfpc; - s32 count; - s16 link; - u16 pad; -}; - -struct fromstruct { - u32 frompc ; - s16 link ; - u16 pad ; -} ; - -/* - * general rounding functions. - */ -#define ROUNDDOWN(x,y) (((x)/(y))*(y)) -#define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) - -/* - * The profiling data structures are housed in this structure. - */ -struct gmonparam { - s32 state; - - /* Histogram Information */ - u16 *kcount; /* No. of bins in histogram */ - u32 kcountsize; /* Histogram samples */ - - /* Call-graph Information */ - struct fromstruct *froms; - u32 fromssize; - struct tostruct *tos; - u32 tossize; - - /* Initialization I/Ps */ - u32 lowpc; - u32 highpc; - u32 textsize; - /* u32 cg_froms, */ - /* u32 cg_tos, */ -}; -extern struct gmonparam *_gmonparam; -extern s32 n_gmon_sections; - -/* - * Possible states of profiling. - */ -#define GMON_PROF_ON 0 -#define GMON_PROF_BUSY 1 -#define GMON_PROF_ERROR 2 -#define GMON_PROF_OFF 3 - -/* - * Sysctl definitions for extracting profiling information from the kernel. - */ -#define GPROF_STATE 0 /* int: profiling enabling variable */ -#define GPROF_COUNT 1 /* struct: profile tick count buffer */ -#define GPROF_FROMS 2 /* struct: from location hash bucket */ -#define GPROF_TOS 3 /* struct: destination/count structure */ -#define GPROF_GMONPARAM 4 /* struct: profiling parameters (see above) */ - -#ifdef __cplusplus -} -#endif - -#endif /* PROFILE_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/sleep.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/sleep.h deleted file mode 100644 index 08af00b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/sleep.h +++ /dev/null @@ -1,93 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*****************************************************************************/ -/** -* @file sleep.h -* -* This header file contains ARM Cortex A53,A9,R5,Microblaze specific sleep -* related APIs. -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6   srm  11/02/17 Added processor specific sleep routines
-*								 function prototypes.
-*
-* 
-* -******************************************************************************/ - -#ifndef SLEEP_H -#define SLEEP_H - -#include "xil_types.h" -#include "xil_io.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/*****************************************************************************/ -/** -* -* This macro polls an address periodically until a condition is met or till the -* timeout occurs. -* The minimum timeout for calling this macro is 100us. If the timeout is less -* than 100us, it still waits for 100us. Also the unit for the timeout is 100us. -* If the timeout is not a multiple of 100us, it waits for a timeout of -* the next usec value which is a multiple of 100us. -* -* @param IO_func - accessor function to read the register contents. -* Depends on the register width. -* @param ADDR - Address to be polled -* @param VALUE - variable to read the value -* @param COND - Condition to checked (usually involves VALUE) -* @param TIMEOUT_US - timeout in micro seconds -* -* @return 0 - when the condition is met -* -1 - when the condition is not met till the timeout period -* -* @note none -* -*****************************************************************************/ -#define Xil_poll_timeout(IO_func, ADDR, VALUE, COND, TIMEOUT_US) \ - ( { \ - u64 timeout = TIMEOUT_US/100; \ - if(TIMEOUT_US%100!=0) \ - timeout++; \ - for(;;) { \ - VALUE = IO_func(ADDR); \ - if(COND) \ - break; \ - else { \ - usleep(100); \ - timeout--; \ - if(timeout==0) \ - break; \ - } \ - } \ - (timeout>0) ? 0 : -1; \ - } ) - -void usleep(unsigned long useconds); -void sleep(unsigned int seconds); -int usleep_R5(unsigned long useconds); -unsigned sleep_R5(unsigned int seconds); -int usleep_MB(unsigned long useconds); -unsigned sleep_MB(unsigned int seconds); -int usleep_A53(unsigned long useconds); -unsigned sleep_A53(unsigned int seconds); -int usleep_A9(unsigned long useconds); -unsigned sleep_A9(unsigned int seconds); - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/smc.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/smc.h deleted file mode 100644 index 1b601db..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/smc.h +++ /dev/null @@ -1,96 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file smc.h -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  11/03/09 Initial release.
-* 4.2	pkp	 08/04/14 Removed function definition of XSmc_NorInit and XSmc_NorInit
-*					  as smc.c is removed
-* 
-* -* @note None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef SMC_H /* prevent circular inclusions */ -#define SMC_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xparameters.h" -#include "xil_io.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/* Memory controller configuration register offset */ -#define XSMCPSS_MC_STATUS 0x000U /* Controller status reg, RO */ -#define XSMCPSS_MC_INTERFACE_CONFIG 0x004U /* Interface config reg, RO */ -#define XSMCPSS_MC_SET_CONFIG 0x008U /* Set configuration reg, WO */ -#define XSMCPSS_MC_CLR_CONFIG 0x00CU /* Clear config reg, WO */ -#define XSMCPSS_MC_DIRECT_CMD 0x010U /* Direct command reg, WO */ -#define XSMCPSS_MC_SET_CYCLES 0x014U /* Set cycles register, WO */ -#define XSMCPSS_MC_SET_OPMODE 0x018U /* Set opmode register, WO */ -#define XSMCPSS_MC_REFRESH_PERIOD_0 0x020U /* Refresh period_0 reg, RW */ -#define XSMCPSS_MC_REFRESH_PERIOD_1 0x024U /* Refresh period_1 reg, RW */ - -/* Chip select configuration register offset */ -#define XSMCPSS_CS_IF0_CHIP_0_OFFSET 0x100U /* Interface 0 chip 0 config */ -#define XSMCPSS_CS_IF0_CHIP_1_OFFSET 0x120U /* Interface 0 chip 1 config */ -#define XSMCPSS_CS_IF0_CHIP_2_OFFSET 0x140U /* Interface 0 chip 2 config */ -#define XSMCPSS_CS_IF0_CHIP_3_OFFSET 0x160U /* Interface 0 chip 3 config */ -#define XSMCPSS_CS_IF1_CHIP_0_OFFSET 0x180U /* Interface 1 chip 0 config */ -#define XSMCPSS_CS_IF1_CHIP_1_OFFSET 0x1A0U /* Interface 1 chip 1 config */ -#define XSMCPSS_CS_IF1_CHIP_2_OFFSET 0x1C0U /* Interface 1 chip 2 config */ -#define XSMCPSS_CS_IF1_CHIP_3_OFFSET 0x1E0U /* Interface 1 chip 3 config */ - -/* User configuration register offset */ -#define XSMCPSS_UC_STATUS_OFFSET 0x200U /* User status reg, RO */ -#define XSMCPSS_UC_CONFIG_OFFSET 0x204U /* User config reg, WO */ - -/* Integration test register offset */ -#define XSMCPSS_IT_OFFSET 0xE00U - -/* ID configuration register offset */ -#define XSMCPSS_ID_PERIP_0_OFFSET 0xFE0U -#define XSMCPSS_ID_PERIP_1_OFFSET 0xFE4U -#define XSMCPSS_ID_PERIP_2_OFFSET 0xFE8U -#define XSMCPSS_ID_PERIP_3_OFFSET 0xFECU -#define XSMCPSS_ID_PCELL_0_OFFSET 0xFF0U -#define XSMCPSS_ID_PCELL_1_OFFSET 0xFF4U -#define XSMCPSS_ID_PCELL_2_OFFSET 0xFF8U -#define XSMCPSS_ID_PCELL_3_OFFSET 0xFFCU - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* SMC_H */ - -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/vectors.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/vectors.h deleted file mode 100644 index 6719ab0..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/vectors.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file vectors.h -* -* This file contains the C level vector prototypes for the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/10 Initial version, moved over from bsp area
-* 6.0   mus  07/27/16 Consolidated vectors for a9,a53 and r5 processors
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _VECTORS_H_ -#define _VECTORS_H_ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -#ifdef __cplusplus -extern "C" { -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void FIQInterrupt(void); -void IRQInterrupt(void); -#if !defined (__aarch64__) -void SWInterrupt(void); -void DataAbortInterrupt(void); -void PrefetchAbortInterrupt(void); -void UndefinedException(void); -#else -void SynchronousInterrupt(void); -void SErrorInterrupt(void); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xadcps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xadcps.h deleted file mode 100644 index 980f394..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xadcps.h +++ /dev/null @@ -1,571 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xadcps.h -* @addtogroup xadcps_v2_6 -* @{ -* @details -* -* The XAdcPs driver supports the Xilinx XADC/ADC device. -* -* The XADC/ADC device has the following features: -* - 10-bit, 200-KSPS (kilo samples per second) -* Analog-to-Digital Converter (ADC) -* - Monitoring of on-chip supply voltages and temperature -* - 1 dedicated differential analog-input pair and -* 16 auxiliary differential analog-input pairs -* - Automatic alarms based on user defined limits for the on-chip -* supply voltages and temperature -* - Automatic Channel Sequencer, programmable averaging, programmable -* acquisition time for the external inputs, unipolar or differential -* input selection for the external inputs -* - Inbuilt Calibration -* - Optional interrupt request generation -* -* -* The user should refer to the hardware device specification for detailed -* information about the device. -* -* This header file contains the prototypes of driver functions that can -* be used to access the XADC/ADC device. -* -* -* XADC Channel Sequencer Modes -* -* The XADC Channel Sequencer supports the following operating modes: -* -* - Default : This is the default mode after power up. -* In this mode of operation the XADC operates in -* a sequence mode, monitoring the on chip sensors: -* Temperature, VCCINT, and VCCAUX. -* - One pass through sequence : In this mode the XADC -* converts the channels enabled in the Sequencer Channel Enable -* registers for a single pass and then stops. -* - Continuous cycling of sequence : In this mode the XADC -* converts the channels enabled in the Sequencer Channel Enable -* registers continuously. -* - Single channel mode: In this mode the XADC Channel -* Sequencer is disabled and the XADC operates in a -* Single Channel Mode. -* The XADC can operate either in a Continuous or Event -* driven sampling mode in the single channel mode. -* - Simultaneous Sampling Mode: In this mode the XADC Channel -* Sequencer will automatically sequence through eight fixed pairs -* of auxiliary analog input channels for simulataneous conversion. -* - Independent ADC mode: In this mode the first ADC (A) is used to -* is used to implement a fixed monitoring mode similar to the -* default mode but the alarm fucntions ar eenabled. -* The second ADC (B) is available to be used with external analog -* input channels only. -* -* Read the XADC spec for more information about the sequencer modes. -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate to the XADC/ADC device. -* -* XAdcPs_CfgInitialize() API is used to initialize the XADC/ADC -* device. The user needs to first call the XAdcPs_LookupConfig() API which -* returns the Configuration structure pointer which is passed as a parameter to -* the XAdcPs_CfgInitialize() API. -* -* -* Interrupts -* -* The XADC/ADC device supports interrupt driven mode and the default -* operation mode is polling mode. -* -* The interrupt mode is available only if hardware is configured to support -* interrupts. -* -* This driver does not provide a Interrupt Service Routine (ISR) for the device. -* It is the responsibility of the application to provide one if needed. Refer to -* the interrupt example provided with this driver for details on using the -* device in interrupt mode. -* -* -* Virtual Memory -* -* This driver supports Virtual Memory. The RTOS is responsible for calculating -* the correct device base address in Virtual Memory space. -* -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* -* Building the driver -* -* The XAdcPs driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -* Limitations of the driver -* -* XADC/ADC device can be accessed through the JTAG port and the PLB -* interface. The driver implementation does not support the simultaneous access -* of the device by both these interfaces. The user has to care of this situation -* in the user application code. -* -*

-* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a ssb    12/22/11 First release based on the XPS/AXI xadc driver
-* 1.01a bss    02/18/13	Modified XAdcPs_SetSeqChEnables,XAdcPs_SetSeqAvgEnables
-*			XAdcPs_SetSeqInputMode and XAdcPs_SetSeqAcqTime APIs
-*			in xadcps.c to fix CR #693371
-* 1.03a bss    11/01/13 Modified xadcps_hw.h to use correct Register offsets
-*			CR#749687
-* 2.1   bss    08/05/14 Added declarations for XAdcPs_SetSequencerEvent,
-*			XAdcPs_GetSamplingMode, XAdcPs_SetMuxMode,
-*			XAdcPs_SetPowerdownMode and XAdcPs_GetPowerdownMode
-*			functions.
-*			Modified Assert for XAdcPs_SetSingleChParams in
-*			xadcps.c to fix CR #807563.
-* 2.2   bss    04/27/14 Modified to use correct Device Config base address in
-*						xadcps.c (CR#854437).
-*       ms     01/23/17 Added xil_printf statement in main function for all
-*                       examples to ensure that "Successfully ran" and "Failed"
-*                       strings are available in all examples. This is a fix
-*                       for CR-965028.
-*       ms     03/17/17 Added readme.txt file in examples folder for doxygen
-*                       generation.
-*       ms     04/05/17 Modified Comment lines in functions of xadcps
-*                       examples to recognize it as documentation block
-*                       for doxygen generation.
-* 2.3   mn     07/09/18 Fix Doxygen warning
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*       aad    12/17/20 Added missing function declarations and removed
-*			functions with no definitions.
-*
-* 
-* -*****************************************************************************/ -#ifndef XADCPS_H /* Prevent circular inclusions */ -#define XADCPS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xstatus.h" -#include "xadcps_hw.h" - -/************************** Constant Definitions ****************************/ - - -/** - * @name Indexes for the different channels. - * @{ - */ -#define XADCPS_CH_TEMP 0x0U /**< On Chip Temperature */ -#define XADCPS_CH_VCCINT 0x1U /**< VCCINT */ -#define XADCPS_CH_VCCAUX 0x2U /**< VCCAUX */ -#define XADCPS_CH_VPVN 0x3U /**< VP/VN Dedicated analog inputs */ -#define XADCPS_CH_VREFP 0x4U /**< VREFP */ -#define XADCPS_CH_VREFN 0x5U /**< VREFN */ -#define XADCPS_CH_VBRAM 0x6U /**< On-chip VBRAM Data Reg, 7 series */ -#define XADCPS_CH_SUPPLY_CALIB 0x07U /**< Supply Calib Data Reg */ -#define XADCPS_CH_ADC_CALIB 0x08U /**< ADC Offset Channel Reg */ -#define XADCPS_CH_GAINERR_CALIB 0x09U /**< Gain Error Channel Reg */ -#define XADCPS_CH_VCCPINT 0x0DU /**< On-chip PS VCCPINT Channel , Zynq */ -#define XADCPS_CH_VCCPAUX 0x0EU /**< On-chip PS VCCPAUX Channel , Zynq */ -#define XADCPS_CH_VCCPDRO 0x0FU /**< On-chip PS VCCPDRO Channel , Zynq */ -#define XADCPS_CH_AUX_MIN 16U /**< Channel number for 1st Aux Channel */ -#define XADCPS_CH_AUX_MAX 31U /**< Channel number for Last Aux channel */ - -/*@}*/ - - -/** - * @name Indexes for reading the Calibration Coefficient Data. - * @{ - */ -#define XADCPS_CALIB_SUPPLY_COEFF 0U /**< Supply Offset Calib Coefficient */ -#define XADCPS_CALIB_ADC_COEFF 1U /**< ADC Offset Calib Coefficient */ -#define XADCPS_CALIB_GAIN_ERROR_COEFF 2U /**< Gain Error Calib Coefficient*/ -/*@}*/ - - -/** - * @name Indexes for reading the Minimum/Maximum Measurement Data. - * @{ - */ -#define XADCPS_MAX_TEMP 0U /**< Maximum Temperature Data */ -#define XADCPS_MAX_VCCINT 1U /**< Maximum VCCINT Data */ -#define XADCPS_MAX_VCCAUX 2U /**< Maximum VCCAUX Data */ -#define XADCPS_MAX_VBRAM 3U /**< Maximum VBRAM Data */ -#define XADCPS_MIN_TEMP 4U /**< Minimum Temperature Data */ -#define XADCPS_MIN_VCCINT 5U /**< Minimum VCCINT Data */ -#define XADCPS_MIN_VCCAUX 6U /**< Minimum VCCAUX Data */ -#define XADCPS_MIN_VBRAM 7U /**< Minimum VBRAM Data */ -#define XADCPS_MAX_VCCPINT 8U /**< Maximum VCCPINT Register , Zynq */ -#define XADCPS_MAX_VCCPAUX 9U /**< Maximum VCCPAUX Register , Zynq */ -#define XADCPS_MAX_VCCPDRO 0xAU /**< Maximum VCCPDRO Register , Zynq */ -#define XADCPS_MIN_VCCPINT 0xCU /**< Minimum VCCPINT Register , Zynq */ -#define XADCPS_MIN_VCCPAUX 0xDU /**< Minimum VCCPAUX Register , Zynq */ -#define XADCPS_MIN_VCCPDRO 0xEU /**< Minimum VCCPDRO Register , Zynq */ - -/*@}*/ - - -/** - * @name Alarm Threshold(Limit) Register (ATR) indexes. - * @{ - */ -#define XADCPS_ATR_TEMP_UPPER 0U /**< High user Temperature */ -#define XADCPS_ATR_VCCINT_UPPER 1U /**< VCCINT high voltage limit register */ -#define XADCPS_ATR_VCCAUX_UPPER 2U /**< VCCAUX high voltage limit register */ -#define XADCPS_ATR_OT_UPPER 3U /**< VCCAUX high voltage limit register */ -#define XADCPS_ATR_TEMP_LOWER 4U /**< Upper Over Temperature limit Reg */ -#define XADCPS_ATR_VCCINT_LOWER 5U /**< VCCINT high voltage limit register */ -#define XADCPS_ATR_VCCAUX_LOWER 6U /**< VCCAUX low voltage limit register */ -#define XADCPS_ATR_OT_LOWER 7U /**< Lower Over Temperature limit */ -#define XADCPS_ATR_VBRAM_UPPER_ 8U /**< VRBAM Upper Alarm Reg, 7 Series */ -#define XADCPS_ATR_VCCPINT_UPPER 9U /**< VCCPINT Upper Alarm Reg, Zynq */ -#define XADCPS_ATR_VCCPAUX_UPPER 0xAU /**< VCCPAUX Upper Alarm Reg, Zynq */ -#define XADCPS_ATR_VCCPDRO_UPPER 0xBU /**< VCCPDRO Upper Alarm Reg, Zynq */ -#define XADCPS_ATR_VBRAM_LOWER 0xCU /**< VRBAM Lower Alarm Reg, 7 Series */ -#define XADCPS_ATR_VCCPINT_LOWER 0xDU /**< VCCPINT Lower Alarm Reg , Zynq */ -#define XADCPS_ATR_VCCPAUX_LOWER 0xEU /**< VCCPAUX Lower Alarm Reg , Zynq */ -#define XADCPS_ATR_VCCPDRO_LOWER 0xFU /**< VCCPDRO Lower Alarm Reg , Zynq */ - -/*@}*/ - - -/** - * @name Averaging to be done for the channels. - * @{ - */ -#define XADCPS_AVG_0_SAMPLES 0U /**< No Averaging */ -#define XADCPS_AVG_16_SAMPLES 1U /**< Average 16 samples */ -#define XADCPS_AVG_64_SAMPLES 2U /**< Average 64 samples */ -#define XADCPS_AVG_256_SAMPLES 3U /**< Average 256 samples */ - -/*@}*/ - - -/** - * @name Channel Sequencer Modes of operation - * @{ - */ -#define XADCPS_SEQ_MODE_SAFE 0U /**< Default Safe Mode */ -#define XADCPS_SEQ_MODE_ONEPASS 1U /**< Onepass through Sequencer */ -#define XADCPS_SEQ_MODE_CONTINPASS 2U /**< Continuous Cycling Sequencer */ -#define XADCPS_SEQ_MODE_SINGCHAN 3U /**< Single channel -No Sequencing */ -#define XADCPS_SEQ_MODE_SIMUL_SAMPLING 4U /**< Simultaneous sampling */ -#define XADCPS_SEQ_MODE_INDEPENDENT 8U /**< Independent mode */ - -/*@}*/ - - - -/** - * @name Power Down Modes - * @{ - */ -#define XADCPS_PD_MODE_NONE 0U /**< No Power Down */ -#define XADCPS_PD_MODE_ADCB 1U /**< Power Down ADC B */ -#define XADCPS_PD_MODE_XADC 2U /**< Power Down ADC A and ADC B */ -/*@}*/ - -/**************************** Type Definitions ******************************/ - -/** - * This typedef contains configuration information for the XADC/ADC - * device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddress; /**< Device base address */ -} XAdcPs_Config; - - -/** - * The driver's instance data. The user is required to allocate a variable - * of this type for every XADC/ADC device in the system. A pointer to - * a variable of this type is then passed to the driver API functions. - */ -typedef struct { - XAdcPs_Config Config; /**< XAdcPs_Config of current device */ - u32 IsReady; /**< Device is initialized and ready */ - -} XAdcPs; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* -* This macro checks if the XADC device is in Event Sampling mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return -* - TRUE if the device is in Event Sampling Mode. -* - FALSE if the device is in Continuous Sampling Mode. -* -* @note C-Style signature: -* int XAdcPs_IsEventSamplingMode(XAdcPs *InstancePtr); -* -*****************************************************************************/ -#define XAdcPs_IsEventSamplingModeSet(InstancePtr) \ - (((XAdcPs_ReadInternalReg(InstancePtr, \ - XADCPS_CFR0_OFFSET) & XADCPS_CFR0_EC_MASK) ? \ - TRUE : FALSE)) - - -/****************************************************************************/ -/** -* -* This macro checks if the XADC device is in External Mux mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return -* - TRUE if the device is in External Mux Mode. -* - FALSE if the device is NOT in External Mux Mode. -* -* @note C-Style signature: -* int XAdcPs_IsExternalMuxMode(XAdcPs *InstancePtr); -* -*****************************************************************************/ -#define XAdcPs_IsExternalMuxModeSet(InstancePtr) \ - (((XAdcPs_ReadInternalReg(InstancePtr, \ - XADCPS_CFR0_OFFSET) & XADCPS_CFR0_MUX_MASK) ? \ - TRUE : FALSE)) - -/****************************************************************************/ -/** -* -* This macro converts XADC Raw Data to Temperature(centigrades). -* -* @param AdcData is the Raw ADC Data from XADC. -* -* @return The Temperature in centigrades. -* -* @note C-Style signature: -* float XAdcPs_RawToTemperature(u32 AdcData); -* -*****************************************************************************/ -#define XAdcPs_RawToTemperature(AdcData) \ - ((((float)(AdcData)/65536.0f)/0.00198421639f ) - 273.15f) - -/****************************************************************************/ -/** -* -* This macro converts XADC/ADC Raw Data to Voltage(volts). -* -* @param AdcData is the XADC/ADC Raw Data. -* -* @return The Voltage in volts. -* -* @note C-Style signature: -* float XAdcPs_RawToVoltage(u32 AdcData); -* -*****************************************************************************/ -#define XAdcPs_RawToVoltage(AdcData) \ - ((((float)(AdcData))* (3.0f))/65536.0f) - -/****************************************************************************/ -/** -* -* This macro converts Temperature in centigrades to XADC/ADC Raw Data. -* -* @param Temperature is the Temperature in centigrades to be -* converted to XADC/ADC Raw Data. -* -* @return The XADC/ADC Raw Data. -* -* @note C-Style signature: -* int XAdcPs_TemperatureToRaw(float Temperature); -* -*****************************************************************************/ -#define XAdcPs_TemperatureToRaw(Temperature) \ - ((int)(((Temperature) + 273.15f)*65536.0f*0.00198421639f)) - -/****************************************************************************/ -/** -* -* This macro converts Voltage in Volts to XADC/ADC Raw Data. -* -* @param Voltage is the Voltage in volts to be converted to -* XADC/ADC Raw Data. -* -* @return The XADC/ADC Raw Data. -* -* @note C-Style signature: -* int XAdcPs_VoltageToRaw(float Voltage); -* -*****************************************************************************/ -#define XAdcPs_VoltageToRaw(Voltage) \ - ((int)((Voltage)*65536.0f/3.0f)) - - -/****************************************************************************/ -/** -* -* This macro is used for writing to the XADC Registers using the -* command FIFO. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Data is the value to be written to XADC register. -* -* @return None. -* -* @note C-Style signature: -* void XAdcPs_WriteFifo(XAdcPs *InstancePtr, u32 Data); -* -*****************************************************************************/ -#define XAdcPs_WriteFifo(InstancePtr, Data) \ - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, \ - XADCPS_CMDFIFO_OFFSET, Data); - - -/****************************************************************************/ -/** -* -* This macro is used for reading from the XADC Registers using the -* data FIFO. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return Data read from the FIFO -* -* @note C-Style signature: -* u32 XAdcPs_ReadFifo(XAdcPs *InstancePtr); -* -*****************************************************************************/ -#define XAdcPs_ReadFifo(InstancePtr) \ - XAdcPs_ReadReg((InstancePtr)->Config.BaseAddress, \ - XADCPS_RDFIFO_OFFSET); - - -/************************** Function Prototypes *****************************/ - - - -/** - * Functions in xadcps_sinit.c - */ -XAdcPs_Config *XAdcPs_LookupConfig(u16 DeviceId); - -/** - * Functions in xadcps.c - */ -int XAdcPs_CfgInitialize(XAdcPs *InstancePtr, - XAdcPs_Config *ConfigPtr, - u32 EffectiveAddr); - -void XAdcPs_SetConfigRegister(XAdcPs *InstancePtr, u32 Data); -u32 XAdcPs_GetConfigRegister(XAdcPs *InstancePtr); - -u32 XAdcPs_GetMiscStatus(XAdcPs *InstancePtr); - -void XAdcPs_SetMiscCtrlRegister(XAdcPs *InstancePtr, u32 Data); -u32 XAdcPs_GetMiscCtrlRegister(XAdcPs *InstancePtr); - -void XAdcPs_Reset(XAdcPs *InstancePtr); - -u16 XAdcPs_GetAdcData(XAdcPs *InstancePtr, u8 Channel); - -u16 XAdcPs_GetCalibCoefficient(XAdcPs *InstancePtr, u8 CoeffType); - -u16 XAdcPs_GetMinMaxMeasurement(XAdcPs *InstancePtr, u8 MeasurementType); - -void XAdcPs_SetAvg(XAdcPs *InstancePtr, u8 Average); -u8 XAdcPs_GetAvg(XAdcPs *InstancePtr); - -int XAdcPs_SetSingleChParams(XAdcPs *InstancePtr, - u8 Channel, - int IncreaseAcqCycles, - int IsEventMode, - int IsDifferentialMode); - - -void XAdcPs_SetAlarmEnables(XAdcPs *InstancePtr, u16 AlmEnableMask); -u16 XAdcPs_GetAlarmEnables(XAdcPs *InstancePtr); - -void XAdcPs_SetCalibEnables(XAdcPs *InstancePtr, u16 Calibration); -u16 XAdcPs_GetCalibEnables(XAdcPs *InstancePtr); - -void XAdcPs_SetSequencerMode(XAdcPs *InstancePtr, u8 SequencerMode); -u8 XAdcPs_GetSequencerMode(XAdcPs *InstancePtr); - -void XAdcPs_SetAdcClkDivisor(XAdcPs *InstancePtr, u8 Divisor); -u8 XAdcPs_GetAdcClkDivisor(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqChEnables(XAdcPs *InstancePtr, u32 ChEnableMask); -u32 XAdcPs_GetSeqChEnables(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqAvgEnables(XAdcPs *InstancePtr, u32 AvgEnableChMask); -u32 XAdcPs_GetSeqAvgEnables(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqInputMode(XAdcPs *InstancePtr, u32 InputModeChMask); -u32 XAdcPs_GetSeqInputMode(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqAcqTime(XAdcPs *InstancePtr, u32 AcqCyclesChMask); -u32 XAdcPs_GetSeqAcqTime(XAdcPs *InstancePtr); - -void XAdcPs_SetAlarmThreshold(XAdcPs *InstancePtr, u8 AlarmThrReg, u16 Value); -u16 XAdcPs_GetAlarmThreshold(XAdcPs *InstancePtr, u8 AlarmThrReg); - -void XAdcPs_EnableUserOverTemp(XAdcPs *InstancePtr); -void XAdcPs_DisableUserOverTemp(XAdcPs *InstancePtr); - -void XAdcPs_SetSequencerEvent(XAdcPs *InstancePtr, int IsEventMode); - -int XAdcPs_GetSamplingMode(XAdcPs *InstancePtr); - -void XAdcPs_SetMuxMode(XAdcPs *InstancePtr, int MuxMode, u8 Channel); - -void XAdcPs_SetPowerdownMode(XAdcPs *InstancePtr, u32 Mode); - -u32 XAdcPs_GetPowerdownMode(XAdcPs *InstancePtr); - -/** - * Functions in xadcps_selftest.c - */ -int XAdcPs_SelfTest(XAdcPs *InstancePtr); - -/** - * Functions in xadcps_intr.c - */ -void XAdcPs_IntrEnable(XAdcPs *InstancePtr, u32 Mask); -void XAdcPs_IntrDisable(XAdcPs *InstancePtr, u32 Mask); -u32 XAdcPs_IntrGetEnabled(XAdcPs *InstancePtr); - -u32 XAdcPs_IntrGetStatus(XAdcPs *InstancePtr); -void XAdcPs_IntrClear(XAdcPs *InstancePtr, u32 Mask); - - -#ifdef __cplusplus -} -#endif - -#endif /* End of protection macro. */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xadcps_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xadcps_hw.h deleted file mode 100644 index 51cc7c5..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xadcps_hw.h +++ /dev/null @@ -1,477 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xadcps_hw.h -* @addtogroup xadcps_v2_6 -* @{ -* -* This header file contains identifiers and basic driver functions (or -* macros) that can be used to access the XADC device through the Device -* Config Interface of the Zynq. -* -* -* Refer to the device specification for more information about this driver. -* -* @note None. -* -* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a bss    12/22/11 First release based on the XPS/AXI xadc driver
-* 1.03a bss    11/01/13 Modified macros to use correct Register offsets
-*			CR#749687
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*
-* 
-* -*****************************************************************************/ -#ifndef XADCPS_HW_H /* Prevent circular inclusions */ -#define XADCPS_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions ****************************/ - - -/**@name Register offsets of XADC in the Device Config - * - * The following constants provide access to each of the registers of the - * XADC device. - * @{ - */ - -#define XADCPS_CFG_OFFSET 0x00U /**< Configuration Register */ -#define XADCPS_INT_STS_OFFSET 0x04U /**< Interrupt Status Register */ -#define XADCPS_INT_MASK_OFFSET 0x08U /**< Interrupt Mask Register */ -#define XADCPS_MSTS_OFFSET 0x0CU /**< Misc status register */ -#define XADCPS_CMDFIFO_OFFSET 0x10U /**< Command FIFO Register */ -#define XADCPS_RDFIFO_OFFSET 0x14U /**< Read FIFO Register */ -#define XADCPS_MCTL_OFFSET 0x18U /**< Misc control register */ - -/* @} */ - - - - - -/** @name XADC Config Register Bit definitions - * @{ - */ -#define XADCPS_CFG_ENABLE_MASK 0x80000000U /**< Enable access from PS mask */ -#define XADCPS_CFG_CFIFOTH_MASK 0x00F00000U /**< Command FIFO Threshold mask */ -#define XADCPS_CFG_DFIFOTH_MASK 0x000F0000U /**< Data FIFO Threshold mask */ -#define XADCPS_CFG_WEDGE_MASK 0x00002000U /**< Write Edge Mask */ -#define XADCPS_CFG_REDGE_MASK 0x00001000U /**< Read Edge Mask */ -#define XADCPS_CFG_TCKRATE_MASK 0x00000300U /**< Clock freq control */ -#define XADCPS_CFG_IGAP_MASK 0x0000001FU /**< Idle Gap between - * successive commands */ -/* @} */ - - -/** @name XADC Interrupt Status/Mask Register Bit definitions - * - * The definitions are same for the Interrupt Status Register and - * Interrupt Mask Register. They are defined only once. - * @{ - */ -#define XADCPS_INTX_ALL_MASK 0x000003FFU /**< Alarm Signals Mask */ -#define XADCPS_INTX_CFIFO_LTH_MASK 0x00000200U /**< CMD FIFO less than threshold */ -#define XADCPS_INTX_DFIFO_GTH_MASK 0x00000100U /**< Data FIFO greater than threshold */ -#define XADCPS_INTX_OT_MASK 0x00000080U /**< Over temperature Alarm Status */ -#define XADCPS_INTX_ALM_ALL_MASK 0x0000007FU /**< Alarm Signals Mask */ -#define XADCPS_INTX_ALM6_MASK 0x00000040U /**< Alarm 6 Mask */ -#define XADCPS_INTX_ALM5_MASK 0x00000020U /**< Alarm 5 Mask */ -#define XADCPS_INTX_ALM4_MASK 0x00000010U /**< Alarm 4 Mask */ -#define XADCPS_INTX_ALM3_MASK 0x00000008U /**< Alarm 3 Mask */ -#define XADCPS_INTX_ALM2_MASK 0x00000004U /**< Alarm 2 Mask */ -#define XADCPS_INTX_ALM1_MASK 0x00000002U /**< Alarm 1 Mask */ -#define XADCPS_INTX_ALM0_MASK 0x00000001U /**< Alarm 0 Mask */ - -/* @} */ - - -/** @name XADC Miscellaneous Register Bit definitions - * @{ - */ -#define XADCPS_MSTS_CFIFO_LVL_MASK 0x000F0000U /**< Command FIFO Level mask */ -#define XADCPS_MSTS_DFIFO_LVL_MASK 0x0000F000U /**< Data FIFO Level Mask */ -#define XADCPS_MSTS_CFIFOF_MASK 0x00000800U /**< Command FIFO Full Mask */ -#define XADCPS_MSTS_CFIFOE_MASK 0x00000400U /**< Command FIFO Empty Mask */ -#define XADCPS_MSTS_DFIFOF_MASK 0x00000200U /**< Data FIFO Full Mask */ -#define XADCPS_MSTS_DFIFOE_MASK 0x00000100U /**< Data FIFO Empty Mask */ -#define XADCPS_MSTS_OT_MASK 0x00000080U /**< Over Temperature Mask */ -#define XADCPS_MSTS_ALM_MASK 0x0000007FU /**< Alarms Mask */ -/* @} */ - - -/** @name XADC Miscellaneous Control Register Bit definitions - * @{ - */ -#define XADCPS_MCTL_RESET_MASK 0x00000010U /**< Reset XADC */ -#define XADCPS_MCTL_FLUSH_MASK 0x00000001U /**< Flush the FIFOs */ -/* @} */ - - -/**@name Internal Register offsets of the XADC - * - * The following constants provide access to each of the internal registers of - * the XADC device. - * @{ - */ - -/* - * XADC Internal Channel Registers - */ -#define XADCPS_TEMP_OFFSET 0x00U /**< On-chip Temperature Reg */ -#define XADCPS_VCCINT_OFFSET 0x01U /**< On-chip VCCINT Data Reg */ -#define XADCPS_VCCAUX_OFFSET 0x02U /**< On-chip VCCAUX Data Reg */ -#define XADCPS_VPVN_OFFSET 0x03U /**< ADC out of VP/VN */ -#define XADCPS_VREFP_OFFSET 0x04U /**< On-chip VREFP Data Reg */ -#define XADCPS_VREFN_OFFSET 0x05U /**< On-chip VREFN Data Reg */ -#define XADCPS_VBRAM_OFFSET 0x06U /**< On-chip VBRAM , 7 Series */ -#define XADCPS_ADC_A_SUPPLY_CALIB_OFFSET 0x08U /**< ADC A Supply Offset Reg */ -#define XADCPS_ADC_A_OFFSET_CALIB_OFFSET 0x09U /**< ADC A Offset Data Reg */ -#define XADCPS_ADC_A_GAINERR_CALIB_OFFSET 0x0AU /**< ADC A Gain Error Reg */ -#define XADCPS_VCCPINT_OFFSET 0x0DU /**< On-chip VCCPINT Reg, Zynq */ -#define XADCPS_VCCPAUX_OFFSET 0x0EU /**< On-chip VCCPAUX Reg, Zynq */ -#define XADCPS_VCCPDRO_OFFSET 0x0FU /**< On-chip VCCPDRO Reg, Zynq */ - -/* - * XADC External Channel Registers - */ -#define XADCPS_AUX00_OFFSET 0x10U /**< ADC out of VAUXP0/VAUXN0 */ -#define XADCPS_AUX01_OFFSET 0x11U /**< ADC out of VAUXP1/VAUXN1 */ -#define XADCPS_AUX02_OFFSET 0x12U /**< ADC out of VAUXP2/VAUXN2 */ -#define XADCPS_AUX03_OFFSET 0x13U /**< ADC out of VAUXP3/VAUXN3 */ -#define XADCPS_AUX04_OFFSET 0x14U /**< ADC out of VAUXP4/VAUXN4 */ -#define XADCPS_AUX05_OFFSET 0x15U /**< ADC out of VAUXP5/VAUXN5 */ -#define XADCPS_AUX06_OFFSET 0x16U /**< ADC out of VAUXP6/VAUXN6 */ -#define XADCPS_AUX07_OFFSET 0x17U /**< ADC out of VAUXP7/VAUXN7 */ -#define XADCPS_AUX08_OFFSET 0x18U /**< ADC out of VAUXP8/VAUXN8 */ -#define XADCPS_AUX09_OFFSET 0x19U /**< ADC out of VAUXP9/VAUXN9 */ -#define XADCPS_AUX10_OFFSET 0x1AU /**< ADC out of VAUXP10/VAUXN10 */ -#define XADCPS_AUX11_OFFSET 0x1BU /**< ADC out of VAUXP11/VAUXN11 */ -#define XADCPS_AUX12_OFFSET 0x1CU /**< ADC out of VAUXP12/VAUXN12 */ -#define XADCPS_AUX13_OFFSET 0x1DU /**< ADC out of VAUXP13/VAUXN13 */ -#define XADCPS_AUX14_OFFSET 0x1EU /**< ADC out of VAUXP14/VAUXN14 */ -#define XADCPS_AUX15_OFFSET 0x1FU /**< ADC out of VAUXP15/VAUXN15 */ - -/* - * XADC Registers for Maximum/Minimum data captured for the - * on chip Temperature/VCCINT/VCCAUX data. - */ -#define XADCPS_MAX_TEMP_OFFSET 0x20U /**< Max Temperature Reg */ -#define XADCPS_MAX_VCCINT_OFFSET 0x21U /**< Max VCCINT Register */ -#define XADCPS_MAX_VCCAUX_OFFSET 0x22U /**< Max VCCAUX Register */ -#define XADCPS_MAX_VCCBRAM_OFFSET 0x23U /**< Max BRAM Register, 7 series */ -#define XADCPS_MIN_TEMP_OFFSET 0x24U /**< Min Temperature Reg */ -#define XADCPS_MIN_VCCINT_OFFSET 0x25U /**< Min VCCINT Register */ -#define XADCPS_MIN_VCCAUX_OFFSET 0x26U /**< Min VCCAUX Register */ -#define XADCPS_MIN_VCCBRAM_OFFSET 0x27U /**< Min BRAM Register, 7 series */ -#define XADCPS_MAX_VCCPINT_OFFSET 0x28U /**< Max VCCPINT Register, Zynq */ -#define XADCPS_MAX_VCCPAUX_OFFSET 0x29U /**< Max VCCPAUX Register, Zynq */ -#define XADCPS_MAX_VCCPDRO_OFFSET 0x2AU /**< Max VCCPDRO Register, Zynq */ -#define XADCPS_MIN_VCCPINT_OFFSET 0x2CU /**< Min VCCPINT Register, Zynq */ -#define XADCPS_MIN_VCCPAUX_OFFSET 0x2DU /**< Min VCCPAUX Register, Zynq */ -#define XADCPS_MIN_VCCPDRO_OFFSET 0x2EU /**< Min VCCPDRO Register,Zynq */ - /* Undefined 0x2F to 0x3E */ -#define XADCPS_FLAG_OFFSET 0x3FU /**< Flag Register */ - -/* - * XADC Configuration Registers - */ -#define XADCPS_CFR0_OFFSET 0x40U /**< Configuration Register 0 */ -#define XADCPS_CFR1_OFFSET 0x41U /**< Configuration Register 1 */ -#define XADCPS_CFR2_OFFSET 0x42U /**< Configuration Register 2 */ - -/* Test Registers 0x43 to 0x47 */ - -/* - * XADC Sequence Registers - */ -#define XADCPS_SEQ00_OFFSET 0x48U /**< Seq Reg 00 Adc Channel Selection */ -#define XADCPS_SEQ01_OFFSET 0x49U /**< Seq Reg 01 Adc Channel Selection */ -#define XADCPS_SEQ02_OFFSET 0x4AU /**< Seq Reg 02 Adc Average Enable */ -#define XADCPS_SEQ03_OFFSET 0x4BU /**< Seq Reg 03 Adc Average Enable */ -#define XADCPS_SEQ04_OFFSET 0x4CU /**< Seq Reg 04 Adc Input Mode Select */ -#define XADCPS_SEQ05_OFFSET 0x4DU /**< Seq Reg 05 Adc Input Mode Select */ -#define XADCPS_SEQ06_OFFSET 0x4EU /**< Seq Reg 06 Adc Acquisition Select */ -#define XADCPS_SEQ07_OFFSET 0x4FU /**< Seq Reg 07 Adc Acquisition Select */ - -/* - * XADC Alarm Threshold/Limit Registers (ATR) - */ -#define XADCPS_ATR_TEMP_UPPER_OFFSET 0x50U /**< Temp Upper Alarm Register */ -#define XADCPS_ATR_VCCINT_UPPER_OFFSET 0x51U /**< VCCINT Upper Alarm Reg */ -#define XADCPS_ATR_VCCAUX_UPPER_OFFSET 0x52U /**< VCCAUX Upper Alarm Reg */ -#define XADCPS_ATR_OT_UPPER_OFFSET 0x53U /**< Over Temp Upper Alarm Reg */ -#define XADCPS_ATR_TEMP_LOWER_OFFSET 0x54U /**< Temp Lower Alarm Register */ -#define XADCPS_ATR_VCCINT_LOWER_OFFSET 0x55U /**< VCCINT Lower Alarm Reg */ -#define XADCPS_ATR_VCCAUX_LOWER_OFFSET 0x56U /**< VCCAUX Lower Alarm Reg */ -#define XADCPS_ATR_OT_LOWER_OFFSET 0x57U /**< Over Temp Lower Alarm Reg */ -#define XADCPS_ATR_VBRAM_UPPER_OFFSET 0x58U /**< VBRAM Upper Alarm, 7 series */ -#define XADCPS_ATR_VCCPINT_UPPER_OFFSET 0x59U /**< VCCPINT Upper Alarm, Zynq */ -#define XADCPS_ATR_VCCPAUX_UPPER_OFFSET 0x5AU /**< VCCPAUX Upper Alarm, Zynq */ -#define XADCPS_ATR_VCCPDRO_UPPER_OFFSET 0x5BU /**< VCCPDRO Upper Alarm, Zynq */ -#define XADCPS_ATR_VBRAM_LOWER_OFFSET 0x5CU /**< VRBAM Lower Alarm, 7 Series */ -#define XADCPS_ATR_VCCPINT_LOWER_OFFSET 0x5DU /**< VCCPINT Lower Alarm, Zynq */ -#define XADCPS_ATR_VCCPAUX_LOWER_OFFSET 0x5EU /**< VCCPAUX Lower Alarm, Zynq */ -#define XADCPS_ATR_VCCPDRO_LOWER_OFFSET 0x5FU /**< VCCPDRO Lower Alarm, Zynq */ - -/* Undefined 0x60 to 0x7F */ - -/*@}*/ - - - -/** - * @name Configuration Register 0 (CFR0) mask(s) - * @{ - */ -#define XADCPS_CFR0_CAL_AVG_MASK 0x00008000U /**< Averaging enable Mask */ -#define XADCPS_CFR0_AVG_VALID_MASK 0x00003000U /**< Averaging bit Mask */ -#define XADCPS_CFR0_AVG1_MASK 0x00000000U /**< No Averaging */ -#define XADCPS_CFR0_AVG16_MASK 0x00001000U /**< Average 16 samples */ -#define XADCPS_CFR0_AVG64_MASK 0x00002000U /**< Average 64 samples */ -#define XADCPS_CFR0_AVG256_MASK 0x00003000U /**< Average 256 samples */ -#define XADCPS_CFR0_AVG_SHIFT 12U /**< Averaging bits shift */ -#define XADCPS_CFR0_MUX_MASK 0x00000800U /**< External Mask Enable */ -#define XADCPS_CFR0_DU_MASK 0x00000400U /**< Bipolar/Unipolar mode */ -#define XADCPS_CFR0_EC_MASK 0x00000200U /**< Event driven/ - * Continuous mode selection - */ -#define XADCPS_CFR0_ACQ_MASK 0x00000100U /**< Add acquisition by 6 ADCCLK */ -#define XADCPS_CFR0_CHANNEL_MASK 0x0000001FU /**< Channel number bit Mask */ - -/*@}*/ - -/** - * @name Configuration Register 1 (CFR1) mask(s) - * @{ - */ -#define XADCPS_CFR1_SEQ_VALID_MASK 0x0000F000U /**< Sequence bit Mask */ -#define XADCPS_CFR1_SEQ_SAFEMODE_MASK 0x00000000U /**< Default Safe Mode */ -#define XADCPS_CFR1_SEQ_ONEPASS_MASK 0x00001000U /**< Onepass through Seq */ -#define XADCPS_CFR1_SEQ_CONTINPASS_MASK 0x00002000U /**< Continuous Cycling Seq */ -#define XADCPS_CFR1_SEQ_SINGCHAN_MASK 0x00003000U /**< Single channel - No Seq */ -#define XADCPS_CFR1_SEQ_SIMUL_SAMPLING_MASK 0x00004000U /**< Simulataneous Sampling Mask */ -#define XADCPS_CFR1_SEQ_INDEPENDENT_MASK 0x00008000U /**< Independent Mode */ -#define XADCPS_CFR1_SEQ_SHIFT 12U /**< Sequence bit shift */ -#define XADCPS_CFR1_ALM_VCCPDRO_MASK 0x00000800U /**< Alm 6 - VCCPDRO, Zynq */ -#define XADCPS_CFR1_ALM_VCCPAUX_MASK 0x00000400U /**< Alm 5 - VCCPAUX, Zynq */ -#define XADCPS_CFR1_ALM_VCCPINT_MASK 0x00000200U /**< Alm 4 - VCCPINT, Zynq */ -#define XADCPS_CFR1_ALM_VBRAM_MASK 0x00000100U /**< Alm 3 - VBRAM, 7 series */ -#define XADCPS_CFR1_CAL_VALID_MASK 0x000000F0U /**< Valid Calibration Mask */ -#define XADCPS_CFR1_CAL_PS_GAIN_OFFSET_MASK 0x00000080U /**< Calibration 3 -Power - Supply Gain/Offset - Enable */ -#define XADCPS_CFR1_CAL_PS_OFFSET_MASK 0x00000040U /**< Calibration 2 -Power - Supply Offset Enable */ -#define XADCPS_CFR1_CAL_ADC_GAIN_OFFSET_MASK 0x00000020U /**< Calibration 1 -ADC Gain - Offset Enable */ -#define XADCPS_CFR1_CAL_ADC_OFFSET_MASK 0x00000010U /**< Calibration 0 -ADC Offset - Enable */ -#define XADCPS_CFR1_CAL_DISABLE_MASK 0x00000000U /**< No Calibration */ -#define XADCPS_CFR1_ALM_ALL_MASK 0x00000F0FU /**< Mask for all alarms */ -#define XADCPS_CFR1_ALM_VCCAUX_MASK 0x00000008U /**< Alarm 2 - VCCAUX Enable */ -#define XADCPS_CFR1_ALM_VCCINT_MASK 0x00000004U /**< Alarm 1 - VCCINT Enable */ -#define XADCPS_CFR1_ALM_TEMP_MASK 0x00000002U /**< Alarm 0 - Temperature */ -#define XADCPS_CFR1_OT_MASK 0x00000001U /**< Over Temperature Enable */ - -/*@}*/ - -/** - * @name Configuration Register 2 (CFR2) mask(s) - * @{ - */ -#define XADCPS_CFR2_CD_VALID_MASK 0xFF00U /** -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- ------------------------------------------------------- -* 1.00a adk 1/31/14 Added in bsp common folder for backward compatibility -* 7.0 aru 01/21/19 Modified the typedef of u32,u16,u8 -* 7.0 aru 02/06/19 Included stdint.h and stddef.h -* -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XBASIC_TYPES_H /* prevent circular inclusions */ -#define XBASIC_TYPES_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -/** @name Legacy types - * Deprecated legacy types. - * @{ - */ -typedef uint8_t Xuint8; /**< unsigned 8-bit */ -typedef char Xint8; /**< signed 8-bit */ -typedef uint16_t Xuint16; /**< unsigned 16-bit */ -typedef short Xint16; /**< signed 16-bit */ -typedef uint32_t Xuint32; /**< unsigned 32-bit */ -typedef long Xint32; /**< signed 32-bit */ -typedef float Xfloat32; /**< 32-bit floating point */ -typedef double Xfloat64; /**< 64-bit double precision FP */ -typedef unsigned long Xboolean; /**< boolean (XTRUE or XFALSE) */ - -#if !defined __XUINT64__ -typedef struct -{ - Xuint32 Upper; - Xuint32 Lower; -} Xuint64; -#endif - -/** @name New types - * New simple types. - * @{ - */ -#ifndef __KERNEL__ -#ifndef XIL_TYPES_H -typedef Xuint32 u32; -typedef Xuint16 u16; -typedef Xuint8 u8; -#endif -#else -#include -#endif - -#ifndef TRUE -# define TRUE 1U -#endif - -#ifndef FALSE -# define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -/* - * Xilinx NULL, TRUE and FALSE legacy support. Deprecated. - * Please use NULL, TRUE and FALSE - */ -#define XNULL NULL -#define XTRUE TRUE -#define XFALSE FALSE - -/* - * This file is deprecated and users - * should use xil_types.h and xil_assert.h\n\r - */ -#warning The xbasics_type.h file is deprecated and users should use xil_types.h and xil_assert. -#warning Please refer the Standalone BSP UG647 for further details - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xcoresightpsdcc.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xcoresightpsdcc.h deleted file mode 100644 index 6f40407..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xcoresightpsdcc.h +++ /dev/null @@ -1,52 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xcoresightpsdcc.h -* @addtogroup coresightps_dcc_v1_8 -* @{ -* @details -* -* CoreSight driver component. -* -* The coresight is a part of debug communication channel (DCC) group. Jtag UART -* for ARM uses DCC. Each ARM core has its own DCC, so one need to select an -* ARM target in XSDB console before running the jtag terminal command. Using the -* coresight driver component, the output stream can be directed to a log file. -* -* @note None. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date		Changes
-* ----- -----  -------- -----------------------------------------------
-* 1.00  kvn    02/14/15 First release
-* 1.1   kvn    06/12/15 Add support for Zynq Ultrascale+ MP.
-*       kvn    08/18/15 Modified Makefile according to compiler changes.
-* 1.3   asa    07/01/16 Made changes to ensure that the file does not compile
-*                       for MB BSPs. Instead it throws up a warning. This
-*                       fixes the CR#953056.
-* 1.5   sne    01/19/19 Fixed MISRA-C Violations CR#1025101.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#ifndef XCORESIGHTPSDCC_H /* prevent circular inclusions */ -#define XCORESIGHTPSDCC_H /* by using protection macros */ -#ifndef __MICROBLAZE__ -#include - -void XCoresightPs_DccSendByte(u32 BaseAddress, u8 Data); - -u8 XCoresightPs_DccRecvByte(u32 BaseAddress); -#endif -#endif -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xcpu_cortexa9.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xcpu_cortexa9.h deleted file mode 100644 index 3c23a5f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xcpu_cortexa9.h +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xcpu_cortexa9.h -* @addtogroup cpu_cortexa9_v2_11 -* @{ -* @details -* -* dummy file -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- --------------------------------------------------------- -* 2.5 ms 04/18/17 Modified tcl file to add suffix U for XPAR_CPU_ID -* parameter of cpu_cortexa9 in xparameters.h -# 2.7 mus 07/03/18 Updated tcl to not to add default flags forcefully into -# extra compiler flags. Now, user can remove default flags -# from extra compiler flags. It fixes CR#998768. -******************************************************************************/ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xddrps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xddrps.h deleted file mode 100644 index a8544b3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xddrps.h +++ /dev/null @@ -1,40 +0,0 @@ -/******************************************************************************* -* Copyright (C) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - -/******************************************************************************/ -/** - * - * @file xddrps.h - * @addtogroup ddrps_v1_2 - * @{ - * @details - * - * The Xilinx DdrPs driver. This driver supports the Xilinx ddrps - * IP core. - * - * @note None. - * - *
- * MODIFICATION HISTORY:
- *
- * Ver   Who  Date     Changes
- * ----- ---- -------- -----------------------------------------------
- * 1.0	 nsk  08/06/15 First Release
- * 1.0	 nsk  08/20/15 Updated define_addr_params in ddrps.tcl
- *		       to support PBD Designs (CR #876857)
- *
- * 
- * -*******************************************************************************/ - -#ifndef XDDRPS_H_ -/* Prevent circular inclusions by using protection macros. */ -#define XDDRPS_H_ - -/******************************* Include Files ********************************/ - - -#endif /* XDDRPS_H_ */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdebug.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdebug.h deleted file mode 100644 index 29be8d2..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdebug.h +++ /dev/null @@ -1,73 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef XDEBUG -#define XDEBUG - -#ifdef __cplusplus -extern "C" { -#endif - -#if defined(DEBUG) && !defined(NDEBUG) - -#ifndef XDEBUG_WARNING -#define XDEBUG_WARNING -#warning DEBUG is enabled -#endif - -int printf(const char *format, ...); - -#define XDBG_DEBUG_ERROR 0x00000001U /* error condition messages */ -#define XDBG_DEBUG_GENERAL 0x00000002U /* general debug messages */ -#define XDBG_DEBUG_ALL 0xFFFFFFFFU /* all debugging data */ - -#define XDBG_DEBUG_FIFO_REG 0x00000100U /* display register reads/writes */ -#define XDBG_DEBUG_FIFO_RX 0x00000101U /* receive debug messages */ -#define XDBG_DEBUG_FIFO_TX 0x00000102U /* transmit debug messages */ -#define XDBG_DEBUG_FIFO_ALL 0x0000010FU /* all fifo debug messages */ - -#define XDBG_DEBUG_TEMAC_REG 0x00000400U /* display register reads/writes */ -#define XDBG_DEBUG_TEMAC_RX 0x00000401U /* receive debug messages */ -#define XDBG_DEBUG_TEMAC_TX 0x00000402U /* transmit debug messages */ -#define XDBG_DEBUG_TEMAC_ALL 0x0000040FU /* all temac debug messages */ - -#define XDBG_DEBUG_TEMAC_ADPT_RX 0x00000800U /* receive debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_TX 0x00000801U /* transmit debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_IOCTL 0x00000802U /* ioctl debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_MISC 0x00000803U /* debug msg for other routines */ -#define XDBG_DEBUG_TEMAC_ADPT_ALL 0x0000080FU /* all temac adapter debug messages */ - - -#define xdbg_current_types (XDBG_DEBUG_GENERAL | XDBG_DEBUG_ERROR | XDBG_DEBUG_TEMAC_REG | XDBG_DEBUG_FIFO_RX | XDBG_DEBUG_FIFO_TX | XDBG_DEBUG_FIFO_REG) - -#define xdbg_stmnt(x) x - -/* In VxWorks, if _WRS_GNU_VAR_MACROS is defined, special syntax is needed for - * macros that accept variable number of arguments - */ -#if defined(XENV_VXWORKS) && defined(_WRS_GNU_VAR_MACROS) -#define xdbg_printf(type, args...) (((type) & xdbg_current_types) ? printf (## args) : 0) -#else /* ANSI Syntax */ -#define xdbg_printf(type, ...) (((type) & xdbg_current_types) ? printf (__VA_ARGS__) : 0) -#endif - -#else /* defined(DEBUG) && !defined(NDEBUG) */ - -#define xdbg_stmnt(x) - -/* See VxWorks comments above */ -#if defined(XENV_VXWORKS) && defined(_WRS_GNU_VAR_MACROS) -#define xdbg_printf(type, args...) -#else /* ANSI Syntax */ -#define xdbg_printf(...) -#endif -#endif /* defined(DEBUG) && !defined(NDEBUG) */ - -#ifdef __cplusplus -} -#endif - -#endif /* XDEBUG */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdevcfg.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdevcfg.h deleted file mode 100644 index e567699..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdevcfg.h +++ /dev/null @@ -1,377 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg.h -* @addtogroup devcfg_v3_7 -* @{ -* @details -* -* The is the main header file for the Device Configuration Interface of the Zynq -* device. The device configuration interface has three main functionality. -* 1. AXI-PCAP -* 2. Security Policy -* 3. XADC -* This current version of the driver supports only the AXI-PCAP and Security -* Policy blocks. There is a separate driver for XADC. -* -* AXI-PCAP is used for download/upload an encrypted or decrypted bitstream. -* DMA embedded in the AXI PCAP provides the master interface to -* the Device configuration block for any DMA transfers. The data transfer can -* take place between the Tx/RxFIFOs of AXI-PCAP and memory (on chip -* RAM/DDR/peripheral memory). -* -* The current driver only supports the downloading the FPGA bitstream and -* readback of the decrypted image (sort of loopback). -* The driver does not know what information needs to be written to the FPGA to -* readback FPGA configuration register or memory data. The application above the -* driver should take care of creating the data that needs to be downloaded to -* the FPGA so that the bitstream can be readback. -* This driver also does not support the reading of the internal registers of the -* PCAP. The driver has no knowledge of the PCAP internals. -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate with the Device Configuration device. -* -* XDcfg_CfgInitialize() API is used to initialize the Device Configuration -* Interface. The user needs to first call the XDcfg_LookupConfig() API which -* returns the Configuration structure pointer which is passed as a parameter to -* the XDcfg_CfgInitialize() API. -* -* Interrupts -* The Driver implements an interrupt handler to support the interrupts provided -* by this interface. -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* Building the driver -* -* The XDcfg driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -*

-* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.00a nm  05/31/12 Updated the driver for CR 660835 so that input length for
-*		     source/destination to the XDcfg_InitiateDma, XDcfg_Transfer
-*		     APIs is words (32 bit) and not bytes.
-* 		     Updated the notes for XDcfg_InitiateDma/XDcfg_Transfer APIs
-*		     to add information that 2 LSBs of the Source/Destination
-*		     address when equal to 2�b01 indicate the last DMA command
-*		     of an overall transfer.
-*		     Destination Address passed to this API for secure transfers
-*		     instead of using 0xFFFFFFFF for CR 662197. This issue was
-*		     resulting in the failure of secure transfers of
-*		     non-bitstream images.
-* 2.01a nm  07/07/12 Updated the XDcfg_IntrClear function to directly
-*		     set the mask instead of oring it with the
-*		     value read from the interrupt status register
-* 		     Added defines for the PS Version bits,
-*	             removed the FIFO Flush bits from the
-*		     Miscellaneous Control Reg.
-*		     Added XDcfg_GetPsVersion, XDcfg_SelectIcapInterface
-*		     and XDcfg_SelectPcapInterface APIs for CR 643295
-*		     The user has to call the XDcfg_SelectIcapInterface API
-*		     for the PL reconfiguration using AXI HwIcap.
-*		     Updated the XDcfg_Transfer API to clear the
-*		     QUARTER_PCAP_RATE_EN bit in the control register for
-*		     non secure writes for CR 675543.
-* 2.02a nm  01/31/13 Fixed CR# 679335.
-* 		     Added Setting and Clearing the internal PCAP loopback.
-*		     Removed code for enabling/disabling AES engine as BootROM
-*		     locks down this setting.
-*		     Fixed CR# 681976.
-*		     Skip Checking the PCFG_INIT in case of non-secure DMA
-*		     loopback.
-*		     Fixed CR# 699558.
-*		     XDcfg_Transfer fails to transfer data in loopback mode.
-*		     Fixed CR# 701348.
-*                    Peripheral test fails with  Running
-* 		     DcfgSelfTestExample() in SECURE bootmode.
-* 2.03a nm  04/19/13 Fixed CR# 703728.
-*		     Updated the register definitions as per the latest TRM
-*		     version UG585 (v1.4) November 16, 2012.
-* 3.0   adk 10/12/13 Updated as per the New Tcl API's
-* 3.0   kpc 21/02/14 Added function prototype for XDcfg_ClearControlRegister
-* 3.2   sb  08/25/14 Fixed XDcfg_PcapReadback() function
-*		     updated driver code with != instead of ==,
-*		     while checking for Interrupt Status with DMA and
-*		     PCAP Done Mask
-*		     ((XDcfg_ReadReg(InstancePtr->Config.BaseAddr,
-*			XDCFG_INT_STS_OFFSET) &
-*			XDCFG_IXR_D_P_DONE_MASK) !=
-*			XDCFG_IXR_D_P_DONE_MASK);
-*		     A new example has been added to read back the
-*		     configuration registers from the PL region.
-*		     xdevcfg_reg_readback_example.c
-* 3.3   sk  04/06/15 Modified XDcfg_ReadMultiBootConfig Macro CR# 851335.
-*       ms  03/17/17 Added readme.txt file in examples folder for doxygen
-*                    generation.
-*       ms  04/10/17 Modified filename tag in interrupt and polled examples
-*                    to include them in doxygen examples.
-* 3.5   ms  04/18/17 Modified tcl file to add suffix U for all macros
-*                    definitions of devcfg in xparameters.h
-*       ms  08/07/17 Fixed compilation warnings in xdevcfg_sinit.c
-* 
-* -******************************************************************************/ -#ifndef XDCFG_H /* prevent circular inclusions */ -#define XDCFG_H /* by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xdevcfg_hw.h" -#include "xstatus.h" -#include "xil_assert.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/* Types of PCAP transfers */ - -#define XDCFG_NON_SECURE_PCAP_WRITE 1 -#define XDCFG_SECURE_PCAP_WRITE 2 -#define XDCFG_PCAP_READBACK 3 -#define XDCFG_CONCURRENT_SECURE_READ_WRITE 4 -#define XDCFG_CONCURRENT_NONSEC_READ_WRITE 5 - - -/**************************** Type Definitions *******************************/ -/** -* The handler data type allows the user to define a callback function to -* respond to interrupt events in the system. This function is executed -* in interrupt context, so amount of processing should be minimized. -* -* @param CallBackRef is the callback reference passed in by the upper -* layer when setting the callback functions, and passed back to -* the upper layer when the callback is invoked. Its type is -* unimportant to the driver component, so it is a void pointer. -* @param Status is the Interrupt status of the XDcfg device. -*/ -typedef void (*XDcfg_IntrHandler) (void *CallBackRef, u32 Status); - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddr; /**< Base address of the device */ -} XDcfg_Config; - -/** - * The XDcfg driver instance data. - */ -typedef struct { - XDcfg_Config Config; /**< Hardware Configuration */ - u32 IsReady; /**< Device is initialized and ready */ - u32 IsStarted; /**< Device Configuration Interface - * is running - */ - XDcfg_IntrHandler StatusHandler; /* Event handler function */ - void *CallBackRef; /* Callback reference for event handler */ -} XDcfg; - -/****************************************************************************/ -/** -* -* Unlock the Device Config Interface block. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* void XDcfg_Unlock(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_Unlock(InstancePtr) \ - XDcfg_WriteReg((InstancePtr)->Config.BaseAddr, \ - XDCFG_UNLOCK_OFFSET, XDCFG_UNLOCK_DATA) - - - -/****************************************************************************/ -/** -* -* Get the version number of the PS from the Miscellaneous Control Register. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return Version of the PS. -* -* @note C-style signature: -* void XDcfg_GetPsVersion(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_GetPsVersion(InstancePtr) \ - ((XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, \ - XDCFG_MCTRL_OFFSET)) & \ - XDCFG_MCTRL_PCAP_PS_VERSION_MASK) >> \ - XDCFG_MCTRL_PCAP_PS_VERSION_SHIFT - - - -/****************************************************************************/ -/** -* -* Read the multiboot config register value. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* u32 XDcfg_ReadMultiBootConfig(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_ReadMultiBootConfig(InstancePtr) \ - XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, \ - XDCFG_MULTIBOOT_ADDR_OFFSET) - - -/****************************************************************************/ -/** -* -* Selects ICAP interface for reconfiguration after the initial configuration -* of the PL. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* void XDcfg_SelectIcapInterface(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_SelectIcapInterface(InstancePtr) \ - XDcfg_WriteReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET, \ - ((XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET)) \ - & ( ~XDCFG_CTRL_PCAP_PR_MASK))) - -/****************************************************************************/ -/** -* -* Selects PCAP interface for reconfiguration after the initial configuration -* of the PL. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* void XDcfg_SelectPcapInterface(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_SelectPcapInterface(InstancePtr) \ - XDcfg_WriteReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET, \ - ((XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET)) \ - | XDCFG_CTRL_PCAP_PR_MASK)) - - - -/************************** Function Prototypes ******************************/ - -/* - * Lookup configuration in xdevcfg_sinit.c. - */ -XDcfg_Config *XDcfg_LookupConfig(u16 DeviceId); - -/* - * Selftest function in xdevcfg_selftest.c - */ -int XDcfg_SelfTest(XDcfg *InstancePtr); - -/* - * Interface functions in xdevcfg.c - */ -int XDcfg_CfgInitialize(XDcfg *InstancePtr, - XDcfg_Config *ConfigPtr, u32 EffectiveAddress); - -void XDcfg_EnablePCAP(XDcfg *InstancePtr); - -void XDcfg_DisablePCAP(XDcfg *InstancePtr); - -void XDcfg_SetControlRegister(XDcfg *InstancePtr, u32 Mask); - -void XDcfg_ClearControlRegister(XDcfg *InstancePtr, u32 Mask); - -u32 XDcfg_GetControlRegister(XDcfg *InstancePtr); - -void XDcfg_SetLockRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetLockRegister(XDcfg *InstancePtr); - -void XDcfg_SetConfigRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetConfigRegister(XDcfg *InstancePtr); - -void XDcfg_SetStatusRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetStatusRegister(XDcfg *InstancePtr); - -void XDcfg_SetRomShadowRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetSoftwareIdRegister(XDcfg *InstancePtr); - -void XDcfg_SetMiscControlRegister(XDcfg *InstancePtr, u32 Mask); - -u32 XDcfg_GetMiscControlRegister(XDcfg *InstancePtr); - -u32 XDcfg_IsDmaBusy(XDcfg *InstancePtr); - -void XDcfg_InitiateDma(XDcfg *InstancePtr, u32 SourcePtr, u32 DestPtr, - u32 SrcWordLength, u32 DestWordLength); - -u32 XDcfg_Transfer(XDcfg *InstancePtr, - void *SourcePtr, u32 SrcWordLength, - void *DestPtr, u32 DestWordLength, - u32 TransferType); - -/* - * Interrupt related function prototypes implemented in xdevcfg_intr.c - */ -void XDcfg_IntrEnable(XDcfg *InstancePtr, u32 Mask); - -void XDcfg_IntrDisable(XDcfg *InstancePtr, u32 Mask); - -u32 XDcfg_IntrGetEnabled(XDcfg *InstancePtr); - -u32 XDcfg_IntrGetStatus(XDcfg *InstancePtr); - -void XDcfg_IntrClear(XDcfg *InstancePtr, u32 Mask); - -void XDcfg_InterruptHandler(XDcfg *InstancePtr); - -void XDcfg_SetHandler(XDcfg *InstancePtr, void *CallBackFunc, - void *CallBackRef); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h deleted file mode 100644 index 1b7d881..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h +++ /dev/null @@ -1,369 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg_hw.h -* @addtogroup devcfg_v3_7 -* @{ -* -* This file contains the hardware interface to the Device Config Interface. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.01a nm  08/01/12 Added defines for the PS Version bits,
-*	             removed the FIFO Flush bits from the
-*		     Miscellaneous Control Reg
-* 2.03a nm  04/19/13 Fixed CR# 703728.
-*		     Updated the register definitions as per the latest TRM
-*		     version UG585 (v1.4) November 16, 2012.
-* 2.04a	kpc	10/07/13 Added function prototype.
-* 3.00a	kpc	25/02/14 Corrected the XDCFG_BASE_ADDRESS macro value.
-* 
-* -******************************************************************************/ -#ifndef XDCFG_HW_H /* prevent circular inclusions */ -#define XDCFG_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * Offsets of registers from the start of the device - * @{ - */ - -#define XDCFG_CTRL_OFFSET 0x00 /**< Control Register */ -#define XDCFG_LOCK_OFFSET 0x04 /**< Lock Register */ -#define XDCFG_CFG_OFFSET 0x08 /**< Configuration Register */ -#define XDCFG_INT_STS_OFFSET 0x0C /**< Interrupt Status Register */ -#define XDCFG_INT_MASK_OFFSET 0x10 /**< Interrupt Mask Register */ -#define XDCFG_STATUS_OFFSET 0x14 /**< Status Register */ -#define XDCFG_DMA_SRC_ADDR_OFFSET 0x18 /**< DMA Source Address Register */ -#define XDCFG_DMA_DEST_ADDR_OFFSET 0x1C /**< DMA Destination Address Reg */ -#define XDCFG_DMA_SRC_LEN_OFFSET 0x20 /**< DMA Source Transfer Length */ -#define XDCFG_DMA_DEST_LEN_OFFSET 0x24 /**< DMA Destination Transfer */ -#define XDCFG_ROM_SHADOW_OFFSET 0x28 /**< DMA ROM Shadow Register */ -#define XDCFG_MULTIBOOT_ADDR_OFFSET 0x2C /**< Multi BootAddress Pointer */ -#define XDCFG_SW_ID_OFFSET 0x30 /**< Software ID Register */ -#define XDCFG_UNLOCK_OFFSET 0x34 /**< Unlock Register */ -#define XDCFG_MCTRL_OFFSET 0x80 /**< Miscellaneous Control Reg */ - -/* @} */ - -/** @name Control Register Bit definitions - * @{ - */ - -#define XDCFG_CTRL_FORCE_RST_MASK 0x80000000 /**< Force into - * Secure Reset - */ -#define XDCFG_CTRL_PCFG_PROG_B_MASK 0x40000000 /**< Program signal to - * Reset FPGA - */ -#define XDCFG_CTRL_PCFG_POR_CNT_4K_MASK 0x20000000 /**< Control PL POR timer */ -#define XDCFG_CTRL_PCAP_PR_MASK 0x08000000 /**< Enable PCAP for PR */ -#define XDCFG_CTRL_PCAP_MODE_MASK 0x04000000 /**< Enable PCAP */ -#define XDCFG_CTRL_PCAP_RATE_EN_MASK 0x02000000 /**< Enable PCAP send data - * to FPGA every 4 PCAP - * cycles - */ -#define XDCFG_CTRL_MULTIBOOT_EN_MASK 0x01000000 /**< Multiboot Enable */ -#define XDCFG_CTRL_JTAG_CHAIN_DIS_MASK 0x00800000 /**< JTAG Chain Disable */ -#define XDCFG_CTRL_USER_MODE_MASK 0x00008000 /**< User Mode Mask */ -#define XDCFG_CTRL_PCFG_AES_FUSE_MASK 0x00001000 /**< AES key source */ -#define XDCFG_CTRL_PCFG_AES_EN_MASK 0x00000E00 /**< AES Enable Mask */ -#define XDCFG_CTRL_SEU_EN_MASK 0x00000100 /**< SEU Enable Mask */ -#define XDCFG_CTRL_SEC_EN_MASK 0x00000080 /**< Secure/Non Secure - * Status mask - */ -#define XDCFG_CTRL_SPNIDEN_MASK 0x00000040 /**< Secure Non Invasive - * Debug Enable - */ -#define XDCFG_CTRL_SPIDEN_MASK 0x00000020 /**< Secure Invasive - * Debug Enable - */ -#define XDCFG_CTRL_NIDEN_MASK 0x00000010 /**< Non-Invasive Debug - * Enable - */ -#define XDCFG_CTRL_DBGEN_MASK 0x00000008 /**< Invasive Debug - * Enable - */ -#define XDCFG_CTRL_DAP_EN_MASK 0x00000007 /**< DAP Enable Mask */ - -/* @} */ - -/** @name Lock register bit definitions - * @{ - */ - -#define XDCFG_LOCK_AES_EFUSE_MASK 0x00000010 /**< Lock AES Efuse bit */ -#define XDCFG_LOCK_AES_EN_MASK 0x00000008 /**< Lock AES_EN update */ -#define XDCFG_LOCK_SEU_MASK 0x00000004 /**< Lock SEU_En update */ -#define XDCFG_LOCK_SEC_MASK 0x00000002 /**< Lock SEC_EN and - * USER_MODE - */ -#define XDCFG_LOCK_DBG_MASK 0x00000001 /**< This bit locks - * security config - * including: DAP_En, - * DBGEN,, - * NIDEN, SPNIEN - */ -/*@}*/ - - - -/** @name Config Register Bit definitions - * @{ - */ -#define XDCFG_CFG_RFIFO_TH_MASK 0x00000C00 /**< Read FIFO - * Threshold Mask - */ -#define XDCFG_CFG_WFIFO_TH_MASK 0x00000300 /**< Write FIFO Threshold - * Mask - */ -#define XDCFG_CFG_RCLK_EDGE_MASK 0x00000080 /**< Read data active - * clock edge - */ -#define XDCFG_CFG_WCLK_EDGE_MASK 0x00000040 /**< Write data active - * clock edge - */ -#define XDCFG_CFG_DISABLE_SRC_INC_MASK 0x00000020 /**< Disable Source address - * increment mask - */ -#define XDCFG_CFG_DISABLE_DST_INC_MASK 0x00000010 /**< Disable Destination - * address increment - * mask - */ -/* @} */ - - -/** @name Interrupt Status/Mask Register Bit definitions - * @{ - */ -#define XDCFG_IXR_PSS_GTS_USR_B_MASK 0x80000000 /**< Tri-state IO during - * HIZ - */ -#define XDCFG_IXR_PSS_FST_CFG_B_MASK 0x40000000 /**< First configuration - * done - */ -#define XDCFG_IXR_PSS_GPWRDWN_B_MASK 0x20000000 /**< Global power down */ -#define XDCFG_IXR_PSS_GTS_CFG_B_MASK 0x10000000 /**< Tri-state IO during - * configuration - */ -#define XDCFG_IXR_PSS_CFG_RESET_B_MASK 0x08000000 /**< PL configuration - * reset - */ -#define XDCFG_IXR_AXI_WTO_MASK 0x00800000 /**< AXI Write Address - * or Data or response - * timeout - */ -#define XDCFG_IXR_AXI_WERR_MASK 0x00400000 /**< AXI Write response - * error - */ -#define XDCFG_IXR_AXI_RTO_MASK 0x00200000 /**< AXI Read Address or - * response timeout - */ -#define XDCFG_IXR_AXI_RERR_MASK 0x00100000 /**< AXI Read response - * error - */ -#define XDCFG_IXR_RX_FIFO_OV_MASK 0x00040000 /**< Rx FIFO Overflow */ -#define XDCFG_IXR_WR_FIFO_LVL_MASK 0x00020000 /**< Tx FIFO less than - * threshold */ -#define XDCFG_IXR_RD_FIFO_LVL_MASK 0x00010000 /**< Rx FIFO greater than - * threshold */ -#define XDCFG_IXR_DMA_CMD_ERR_MASK 0x00008000 /**< Illegal DMA command */ -#define XDCFG_IXR_DMA_Q_OV_MASK 0x00004000 /**< DMA command queue - * overflow - */ -#define XDCFG_IXR_DMA_DONE_MASK 0x00002000 /**< DMA Command Done */ -#define XDCFG_IXR_D_P_DONE_MASK 0x00001000 /**< DMA and PCAP - * transfers Done - */ -#define XDCFG_IXR_P2D_LEN_ERR_MASK 0x00000800 /**< PCAP to DMA transfer - * length error - */ -#define XDCFG_IXR_PCFG_HMAC_ERR_MASK 0x00000040 /**< HMAC error mask */ -#define XDCFG_IXR_PCFG_SEU_ERR_MASK 0x00000020 /**< SEU Error mask */ -#define XDCFG_IXR_PCFG_POR_B_MASK 0x00000010 /**< FPGA POR mask */ -#define XDCFG_IXR_PCFG_CFG_RST_MASK 0x00000008 /**< FPGA Reset mask */ -#define XDCFG_IXR_PCFG_DONE_MASK 0x00000004 /**< Done Signal Mask */ -#define XDCFG_IXR_PCFG_INIT_PE_MASK 0x00000002 /**< Detect Positive edge - * of Init Signal - */ -#define XDCFG_IXR_PCFG_INIT_NE_MASK 0x00000001 /**< Detect Negative edge - * of Init Signal - */ -#define XDCFG_IXR_ERROR_FLAGS_MASK (XDCFG_IXR_AXI_WTO_MASK | \ - XDCFG_IXR_AXI_WERR_MASK | \ - XDCFG_IXR_AXI_RTO_MASK | \ - XDCFG_IXR_AXI_RERR_MASK | \ - XDCFG_IXR_RX_FIFO_OV_MASK | \ - XDCFG_IXR_DMA_CMD_ERR_MASK |\ - XDCFG_IXR_DMA_Q_OV_MASK | \ - XDCFG_IXR_P2D_LEN_ERR_MASK |\ - XDCFG_IXR_PCFG_HMAC_ERR_MASK) - - -#define XDCFG_IXR_ALL_MASK 0x00F7F8EF - - - -/* @} */ - - -/** @name Status Register Bit definitions - * @{ - */ -#define XDCFG_STATUS_DMA_CMD_Q_F_MASK 0x80000000 /**< DMA command - * Queue full - */ -#define XDCFG_STATUS_DMA_CMD_Q_E_MASK 0x40000000 /**< DMA command - * Queue empty - */ -#define XDCFG_STATUS_DMA_DONE_CNT_MASK 0x30000000 /**< Number of - * completed DMA - * transfers - */ -#define XDCFG_STATUS_RX_FIFO_LVL_MASK 0x01F000000 /**< Rx FIFO level */ -#define XDCFG_STATUS_TX_FIFO_LVL_MASK 0x0007F000 /**< Tx FIFO level */ - -#define XDCFG_STATUS_PSS_GTS_USR_B 0x00000800 /**< Tri-state IO - * during HIZ - */ -#define XDCFG_STATUS_PSS_FST_CFG_B 0x00000400 /**< First PL config - * done - */ -#define XDCFG_STATUS_PSS_GPWRDWN_B 0x00000200 /**< Global power down */ -#define XDCFG_STATUS_PSS_GTS_CFG_B 0x00000100 /**< Tri-state IO during - * config - */ -#define XDCFG_STATUS_SECURE_RST_MASK 0x00000080 /**< Secure Reset - * POR Status - */ -#define XDCFG_STATUS_ILLEGAL_APB_ACCESS_MASK 0x00000040 /**< Illegal APB - * access - */ -#define XDCFG_STATUS_PSS_CFG_RESET_B 0x00000020 /**< PL config - * reset status - */ -#define XDCFG_STATUS_PCFG_INIT_MASK 0x00000010 /**< FPGA Init - * Status - */ -#define XDCFG_STATUS_EFUSE_BBRAM_KEY_DISABLE_MASK 0x00000008 - /**< BBRAM key - * disable - */ -#define XDCFG_STATUS_EFUSE_SEC_EN_MASK 0x00000004 /**< Efuse Security - * Enable Status - */ -#define XDCFG_STATUS_EFUSE_JTAG_DIS_MASK 0x00000002 /**< EFuse JTAG - * Disable - * status - */ -/* @} */ - - -/** @name DMA Source/Destination Transfer Length Register Bit definitions - * @{ - */ -#define XDCFG_DMA_LEN_MASK 0x7FFFFFF /**< Length Mask */ -/*@}*/ - - - - -/** @name Miscellaneous Control Register Bit definitions - * @{ - */ -#define XDCFG_MCTRL_PCAP_PS_VERSION_MASK 0xF0000000 /**< PS Version Mask */ -#define XDCFG_MCTRL_PCAP_PS_VERSION_SHIFT 28 /**< PS Version Shift */ -#define XDCFG_MCTRL_PCAP_LPBK_MASK 0x00000010 /**< PCAP loopback mask */ -/* @} */ - -/** @name FIFO Threshold Bit definitions - * @{ - */ - -#define XDCFG_CFG_FIFO_QUARTER 0x0 /**< Quarter empty */ -#define XDCFG_CFG_FIFO_HALF 0x1 /**< Half empty */ -#define XDCFG_CFG_FIFO_3QUARTER 0x2 /**< 3/4 empty */ -#define XDCFG_CFG_FIFO_EMPTY 0x4 /**< Empty */ -/* @}*/ - - -/* Miscellaneous constant values */ -#define XDCFG_DMA_INVALID_ADDRESS 0xFFFFFFFF /**< Invalid DMA address */ -#define XDCFG_UNLOCK_DATA 0x757BDF0D /**< First APB access data*/ -#define XDCFG_BASE_ADDRESS 0xF8007000 /**< Device Config base - * address - */ -#define XDCFG_CONFIG_RESET_VALUE 0x508 /**< Config reg reset value */ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Read the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note C-style signature: -* u32 XDcfg_ReadReg(u32 BaseAddr, u32 RegOffset) -* -*****************************************************************************/ -#define XDcfg_ReadReg(BaseAddr, RegOffset) \ - Xil_In32((BaseAddr) + (RegOffset)) - -/****************************************************************************/ -/** -* -* Write to the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note C-style signature: -* void XDcfg_WriteReg(u32 BaseAddr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XDcfg_WriteReg(BaseAddr, RegOffset, Data) \ - Xil_Out32((BaseAddr) + (RegOffset), (Data)) - -/************************** Function Prototypes ******************************/ -/* - * Perform reset operation to the devcfg interface - */ -void XDcfg_ResetHw(u32 BaseAddr); -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdmaps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdmaps.h deleted file mode 100644 index 179c840..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdmaps.h +++ /dev/null @@ -1,329 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdmaps.h -* @addtogroup dmaps_v2_8 -* @{ -* @details -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  	Date     Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	hbm    08/19/10 First Release
-* 1.01a nm     12/20/12 Added definition XDMAPS_CHANNELS_PER_DEV which specifies
-*		        the maximum number of channels.
-*		        Replaced the usage of XPAR_XDMAPS_CHANNELS_PER_DEV
-*                       with XDMAPS_CHANNELS_PER_DEV defined in xdmaps_hw.h.
-*			Added the tcl file to automatically generate the
-*			xparameters.h
-* 1.02a sg     05/16/12 Made changes for doxygen and moved some function
-*			header from the xdmaps.h file to xdmaps.c file
-*			Other cleanup for coding guidelines and CR 657109
-*			and CR 657898
-*			The xdmaps_example_no_intr.c example is removed
-*			as it is using interrupts  and is similar to
-*			the interrupt example - CR 652477
-* 1.03a sg     07/16/2012 changed inline to __inline for CR665681
-* 1.04a nm     10/22/2012 Fixed CR# 681671.
-* 1.05a nm     04/15/2013 Fixed CR# 704396. Removed warnings when compiled
-*			  with -Wall and -Wextra option in bsp.
-*	       05/01/2013 Fixed CR# 700189. Changed XDmaPs_BuildDmaProg()
-*			  function description.
-*			  Fixed CR# 704396. Removed unused variables
-*			  UseM2MByte & MemBurstLen from XDmaPs_BuildDmaProg()
-*			  function.
-* 1.07a asa    11/02/13. Made changes to fix compilation issues for iarcc.
-*			   Removed the PDBG prints. By default they were always
-*			   defined out and never used. The PDBG is non-standard for
-*			   Xilinx drivers and no other driver does something similar.
-*			   Since there is no easy way to fix compilation issues with
-*			   the IARCC compiler around PDBG, it is better to remove it.
-*			   Users can always use xil_printfs if they want to debug.
-* 2.0   adk    10/12/13  Updated as per the New Tcl API's
-* 2.01  kpc    08/23/14  Fixed the IAR compiler reported errors
-* 2.2   mus    08/12/16  Declared all inline functions in xdmaps.c as extern, to avoid
-*                        linker error for IAR compiler
-* 2.3   ms     01/23/17 Modified xil_printf statement in main function for all
-*                       examples to ensure that "Successfully ran" and "Failed"
-*                       strings are available in all examples. This is a fix
-*                       for CR-965028.
-*       ms     03/17/17 Added readme.txt file in examples folder for doxygen
-*                       generation.
-* 2.4   adk    13/08/18 Fixed armcc compiler warnings in the driver CR-1008310.
-* 2.8	sk     05/18/21 Modify all inline functions declarations from extern inline
-*			to static inline to avoid the linkage conflict for IAR compiler.
-* 
-* -*****************************************************************************/ - -#ifndef XDMAPS_H /* prevent circular inclusions */ -#define XDMAPS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xparameters.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xstatus.h" - -#include "xdmaps_hw.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddress; /**< Base address of device (IPIF) */ -} XDmaPs_Config; - - -/** DMA channle control structure. It's for AXI bus transaction. - * This struct will be translated into a 32-bit channel control register value. - */ -typedef struct { - unsigned int EndianSwapSize; /**< Endian swap size. */ - unsigned int DstCacheCtrl; /**< Destination cache control */ - unsigned int DstProtCtrl; /**< Destination protection control */ - unsigned int DstBurstLen; /**< Destination burst length */ - unsigned int DstBurstSize; /**< Destination burst size */ - unsigned int DstInc; /**< Destination incrementing or fixed - * address */ - unsigned int SrcCacheCtrl; /**< Source cache control */ - unsigned int SrcProtCtrl; /**< Source protection control */ - unsigned int SrcBurstLen; /**< Source burst length */ - unsigned int SrcBurstSize; /**< Source burst size */ - unsigned int SrcInc; /**< Source incrementing or fixed - * address */ -} XDmaPs_ChanCtrl; - -/** DMA block descriptor stucture. - */ -typedef struct { - u32 SrcAddr; /**< Source starting address */ - u32 DstAddr; /**< Destination starting address */ - unsigned int Length; /**< Number of bytes for the block */ -} XDmaPs_BD; - -/** - * A DMA command consisits of a channel control struct, a block descriptor, - * a user defined program, a pointer pointing to generated DMA program, and - * execution result. - * - */ -typedef struct { - XDmaPs_ChanCtrl ChanCtrl; /**< Channel Control Struct */ - XDmaPs_BD BD; /**< Together with SgLength field, - * it's a scatter-gather list. - */ - void *UserDmaProg; /**< If user wants the driver to - * execute their own DMA program, - * this field points to the DMA - * program. - */ - int UserDmaProgLength; /**< The length of user defined - * DMA program. - */ - - void *GeneratedDmaProg; /**< The DMA program genreated - * by the driver. This field will be - * set if a user invokes the DMA - * program generation function. Or - * the DMA command is finished and - * a user informs the driver not to - * release the program buffer. - * This field has two purposes, one - * is to ask the driver to generate - * a DMA program while the DMAC is - * performaning DMA transactions. The - * other purpose is to debug the - * driver. - */ - int GeneratedDmaProgLength; /**< The length of the DMA program - * generated by the driver - */ - int DmaStatus; /**< 0 on success, otherwise error code - */ - u32 ChanFaultType; /**< Channel fault type in case of fault - */ - u32 ChanFaultPCAddr; /**< Channel fault PC address - */ -} XDmaPs_Cmd; - -/** - * It's the done handler a user can set for a channel - */ -typedef void (*XDmaPsDoneHandler) (unsigned int Channel, - XDmaPs_Cmd *DmaCmd, - void *CallbackRef); - -/** - * It's the fault handler a user can set for a channel - */ -typedef void (*XDmaPsFaultHandler) (unsigned int Channel, - XDmaPs_Cmd *DmaCmd, - void *CallbackRef); - -#define XDMAPS_MAX_CHAN_BUFS 2 -#define XDMAPS_CHAN_BUF_LEN 128 - -/** - * The XDmaPs_ProgBuf is the struct for a DMA program buffer. - */ -typedef struct { - char Buf[XDMAPS_CHAN_BUF_LEN]; /**< The actual buffer the holds the - * content */ - unsigned Len; /**< The actual length of the DMA - * program in bytes. */ - int Allocated; /**< A tag indicating whether the - * buffer is allocated or not */ -} XDmaPs_ProgBuf; - -/** - * The XDmaPs_ChannelData is a struct to book keep individual channel of - * the DMAC. - */ -typedef struct { - unsigned DevId; /**< Device id indicating which DMAC */ - unsigned ChanId; /**< Channel number of the DMAC */ - XDmaPs_ProgBuf ProgBufPool[XDMAPS_MAX_CHAN_BUFS]; /**< A pool of - program buffers*/ - XDmaPsDoneHandler DoneHandler; /**< Done interrupt handler */ - void *DoneRef; /**< Done interrupt callback data */ - XDmaPs_Cmd *DmaCmdToHw; /**< DMA command being executed */ - XDmaPs_Cmd *DmaCmdFromHw; /**< DMA command that is finished. - * This field is for debugging purpose - */ - int HoldDmaProg; /**< A tag indicating whether to hold the - * DMA program after the DMA is done. - */ - -} XDmaPs_ChannelData; - -/** - * The XDmaPs driver instance data structure. A pointer to an instance data - * structure is passed around by functions to refer to a specific driver - * instance. - */ -typedef struct { - XDmaPs_Config Config; /**< Configuration data structure */ - int IsReady; /**< Device is Ready */ - int CacheLength; /**< icache length */ - XDmaPsFaultHandler FaultHandler; /**< fault interrupt handler */ - void *FaultRef; /**< fault call back data */ - XDmaPs_ChannelData Chans[XDMAPS_CHANNELS_PER_DEV]; - /**< - * channel data - */ -} XDmaPs; - -/* - * Functions implemented in xdmaps.c - */ -int XDmaPs_CfgInitialize(XDmaPs *InstPtr, - XDmaPs_Config *Config, - u32 EffectiveAddr); - -int XDmaPs_Start(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd, - int HoldDmaProg); - -int XDmaPs_IsActive(XDmaPs *InstPtr, unsigned int Channel); -int XDmaPs_GenDmaProg(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd); -int XDmaPs_FreeDmaProg(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd); -void XDmaPs_Print_DmaProg(XDmaPs_Cmd *Cmd); - - -int XDmaPs_ResetManager(XDmaPs *InstPtr); -int XDmaPs_ResetChannel(XDmaPs *InstPtr, unsigned int Channel); - - -int XDmaPs_SetDoneHandler(XDmaPs *InstPtr, - unsigned Channel, - XDmaPsDoneHandler DoneHandler, - void *CallbackRef); - -int XDmaPs_SetFaultHandler(XDmaPs *InstPtr, - XDmaPsFaultHandler FaultHandler, - void *CallbackRef); - -void XDmaPs_Print_DmaProg(XDmaPs_Cmd *Cmd); -int XDmaPs_Instr_DMARMB(char *DmaProg); -int XDmaPs_Instr_DMAWMB(char *DmaProg); - -/** - * To avoid linkage error,modify all inline functions from extern - * inline to static inline for IAR compiler - */ -#ifdef __ICCARM__ -static INLINE int XDmaPs_Instr_DMAEND(char *DmaProg); -static INLINE void XDmaPs_Memcpy4(char *Dst, char *Src); -static INLINE int XDmaPs_Instr_DMAGO(char *DmaProg, unsigned int Cn, - u32 Imm, unsigned int Ns); -static INLINE int XDmaPs_Instr_DMALD(char *DmaProg); -static INLINE int XDmaPs_Instr_DMALP(char *DmaProg, unsigned Lc, - unsigned LoopIterations); -static INLINE int XDmaPs_Instr_DMALPEND(char *DmaProg, char *BodyStart, unsigned Lc); -static INLINE int XDmaPs_Instr_DMAMOV(char *DmaProg, unsigned Rd, u32 Imm); -static INLINE int XDmaPs_Instr_DMANOP(char *DmaProg); -static INLINE int XDmaPs_Instr_DMASEV(char *DmaProg, unsigned int EventNumber); -static INLINE int XDmaPs_Instr_DMAST(char *DmaProg); -static INLINE unsigned XDmaPs_ToEndianSwapSizeBits(unsigned int EndianSwapSize); -static INLINE unsigned XDmaPs_ToBurstSizeBits(unsigned BurstSize); -#endif - -/** - * Driver done interrupt service routines for the channels. - * We need this done ISR mainly because the driver needs to release the - * DMA program buffer. This is the one that connects the GIC - */ -void XDmaPs_DoneISR_0(XDmaPs *InstPtr); -void XDmaPs_DoneISR_1(XDmaPs *InstPtr); -void XDmaPs_DoneISR_2(XDmaPs *InstPtr); -void XDmaPs_DoneISR_3(XDmaPs *InstPtr); -void XDmaPs_DoneISR_4(XDmaPs *InstPtr); -void XDmaPs_DoneISR_5(XDmaPs *InstPtr); -void XDmaPs_DoneISR_6(XDmaPs *InstPtr); -void XDmaPs_DoneISR_7(XDmaPs *InstPtr); - -/** - * Driver fault interrupt service routine - */ -void XDmaPs_FaultISR(XDmaPs *InstPtr); - - -/* - * Static loopup function implemented in xdmaps_sinit.c - */ -XDmaPs_Config *XDmaPs_LookupConfig(u16 DeviceId); - - -/* - * self-test functions in xdmaps_selftest.c - */ -int XDmaPs_SelfTest(XDmaPs *InstPtr); - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdmaps_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdmaps_hw.h deleted file mode 100644 index d039278..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xdmaps_hw.h +++ /dev/null @@ -1,267 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xdmaps_hw.h -* @addtogroup dmaps_v2_8 -* @{ -* -* This header file contains the hardware interface of an XDmaPs device. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who   Date     Changes
-* ----- ----  -------- ----------------------------------------------
-* 1.00a	hbm   08/18/10 First Release
-* 1.01a nm    12/20/12 Added definition XDMAPS_CHANNELS_PER_DEV which specifies
-*		       the maximum number of channels.
-*		       Replaced the usage of XPAR_XDMAPS_CHANNELS_PER_DEV
-*                      with XDMAPS_CHANNELS_PER_DEV defined in xdmaps_hw.h
-* 1.02a sg    05/16/12 Made changes for doxygen
-* 1.06a kpc   07/10/13 Added function prototype
-* 
-* -******************************************************************************/ - -#ifndef XDMAPS_HW_H /* prevent circular inclusions */ -#define XDMAPS_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * - * Register offsets for the DMAC. - * @{ - */ - -#define XDMAPS_DS_OFFSET 0x000 /* DMA Status Register */ -#define XDMAPS_DPC_OFFSET 0x004 /* DMA Program Counter Rregister */ -#define XDMAPS_INTEN_OFFSET 0X020 /* DMA Interrupt Enable Register */ -#define XDMAPS_ES_OFFSET 0x024 /* DMA Event Status Register */ -#define XDMAPS_INTSTATUS_OFFSET 0x028 /* DMA Interrupt Status Register - */ -#define XDMAPS_INTCLR_OFFSET 0x02c /* DMA Interrupt Clear Register */ -#define XDMAPS_FSM_OFFSET 0x030 /* DMA Fault Status DMA Manager - * Register - */ -#define XDMAPS_FSC_OFFSET 0x034 /* DMA Fault Status DMA Chanel Register - */ -#define XDMAPS_FTM_OFFSET 0x038 /* DMA Fault Type DMA Manager Register */ - -#define XDMAPS_FTC0_OFFSET 0x040 /* DMA Fault Type for DMA Channel 0 */ -/* - * The offset for the rest of the FTC registers is calculated as - * FTC0 + dev_chan_num * 4 - */ -#define XDmaPs_FTCn_OFFSET(ch) (XDMAPS_FTC0_OFFSET + (ch) * 4) - -#define XDMAPS_CS0_OFFSET 0x100 /* Channel Status for DMA Channel 0 */ -/* - * The offset for the rest of the CS registers is calculated as - * CS0 + * dev_chan_num * 0x08 - */ -#define XDmaPs_CSn_OFFSET(ch) (XDMAPS_CS0_OFFSET + (ch) * 8) - -#define XDMAPS_CPC0_OFFSET 0x104 /* Channel Program Counter for DMA - * Channel 0 - */ -/* - * The offset for the rest of the CPC registers is calculated as - * CPC0 + dev_chan_num * 0x08 - */ -#define XDmaPs_CPCn_OFFSET(ch) (XDMAPS_CPC0_OFFSET + (ch) * 8) - -#define XDMAPS_SA_0_OFFSET 0x400 /* Source Address Register for DMA - * Channel 0 - */ -/* The offset for the rest of the SA registers is calculated as - * SA_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_SA_n_OFFSET(ch) (XDMAPS_SA_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_DA_0_OFFSET 0x404 /* Destination Address Register for - * DMA Channel 0 - */ -/* The offset for the rest of the DA registers is calculated as - * DA_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_DA_n_OFFSET(ch) (XDMAPS_DA_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_CC_0_OFFSET 0x408 /* Channel Control Register for - * DMA Channel 0 - */ -/* - * The offset for the rest of the CC registers is calculated as - * CC_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_CC_n_OFFSET(ch) (XDMAPS_CC_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_LC0_0_OFFSET 0x40C /* Loop Counter 0 for DMA Channel 0 */ -/* - * The offset for the rest of the LC0 registers is calculated as - * LC_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_LC0_n_OFFSET(ch) (XDMAPS_LC0_0_OFFSET + (ch) * 0x20) -#define XDMAPS_LC1_0_OFFSET 0x410 /* Loop Counter 1 for DMA Channel 0 */ -/* - * The offset for the rest of the LC1 registers is calculated as - * LC_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_LC1_n_OFFSET(ch) (XDMAPS_LC1_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_DBGSTATUS_OFFSET 0xD00 /* Debug Status Register */ -#define XDMAPS_DBGCMD_OFFSET 0xD04 /* Debug Command Register */ -#define XDMAPS_DBGINST0_OFFSET 0xD08 /* Debug Instruction 0 Register */ -#define XDMAPS_DBGINST1_OFFSET 0xD0C /* Debug Instruction 1 Register */ - -#define XDMAPS_CR0_OFFSET 0xE00 /* Configuration Register 0 */ -#define XDMAPS_CR1_OFFSET 0xE04 /* Configuration Register 1 */ -#define XDMAPS_CR2_OFFSET 0xE08 /* Configuration Register 2 */ -#define XDMAPS_CR3_OFFSET 0xE0C /* Configuration Register 3 */ -#define XDMAPS_CR4_OFFSET 0xE10 /* Configuration Register 4 */ -#define XDMAPS_CRDN_OFFSET 0xE14 /* Configuration Register Dn */ - -#define XDMAPS_PERIPH_ID_0_OFFSET 0xFE0 /* Peripheral Identification - * Register 0 - */ -#define XDMAPS_PERIPH_ID_1_OFFSET 0xFE4 /* Peripheral Identification - * Register 1 - */ -#define XDMAPS_PERIPH_ID_2_OFFSET 0xFE8 /* Peripheral Identification - * Register 2 - */ -#define XDMAPS_PERIPH_ID_3_OFFSET 0xFEC /* Peripheral Identification - * Register 3 - */ -#define XDMAPS_PCELL_ID_0_OFFSET 0xFF0 /* PrimeCell Identification - * Register 0 - */ -#define XDMAPS_PCELL_ID_1_OFFSET 0xFF4 /* PrimeCell Identification - * Register 1 - */ -#define XDMAPS_PCELL_ID_2_OFFSET 0xFF8 /* PrimeCell Identification - * Register 2 - */ -#define XDMAPS_PCELL_ID_3_OFFSET 0xFFC /* PrimeCell Identification - * Register 3 - */ - -/* - * Some useful register masks - */ -#define XDMAPS_DS_DMA_STATUS 0x0F /* DMA status mask */ -#define XDMAPS_DS_DMA_STATUS_STOPPED 0x00 /* debug status busy mask */ - -#define XDMAPS_DBGSTATUS_BUSY 0x01 /* debug status busy mask */ - -#define XDMAPS_CS_ACTIVE_MASK 0x07 /* channel status active mask, - * llast 3 bits of CS register - */ - -#define XDMAPS_CR1_I_CACHE_LEN_MASK 0x07 /* i_cache_len mask */ - - -/* - * XDMAPS_DBGINST0 - constructs the word for the Debug Instruction-0 Register. - * @b1: Instruction byte 1 - * @b0: Instruction byte 0 - * @ch: Channel number - * @dbg_th: Debug thread encoding: 0 = DMA manager thread, 1 = DMA channel - */ -#define XDmaPs_DBGINST0(b1, b0, ch, dbg_th) \ - (((b1) << 24) | ((b0) << 16) | (((ch) & 0x7) << 8) | ((dbg_th & 0x1))) - -/* @} */ - -/** @name Control Register - * - * The Control register (CR) controls the major functions of the device. - * - * Control Register Bit Definition - */ - -/* @}*/ - - -#define XDMAPS_CHANNELS_PER_DEV 8 - - -/** @name Mode Register - * - * The mode register (MR) defines the mode of transfer as well as the data - * format. If this register is modified during transmission or reception, - * data validity cannot be guaranteed. - * - * Mode Register Bit Definition - * @{ - */ - -/* @} */ - - -/** @name Interrupt Registers - * - * Interrupt control logic uses the interrupt enable register (IER) and the - * interrupt disable register (IDR) to set the value of the bits in the - * interrupt mask register (IMR). The IMR determines whether to pass an - * interrupt to the interrupt status register (ISR). - * Writing a 1 to IER Enbables an interrupt, writing a 1 to IDR disables an - * interrupt. IMR and ISR are read only, and IER and IDR are write only. - * Reading either IER or IDR returns 0x00. - * - * All four registers have the same bit definitions. - * - * @{ - */ - -/* @} */ -#define XDMAPS_INTCLR_ALL_MASK 0xFF - -#define XDmaPs_ReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/***************************************************************************/ -/** -* Write a DMAC register. -* -* @param BaseAddress contains the base address of the device. -* @param RegOffset contains the offset from the base address of the device. -* @param RegisterValue is the value to be written to the register. -* -* @return None. -* -* @note -* C-Style signature: -* void XDmaPs_WriteReg(u32 BaseAddress, int RegOffset, -* u32 RegisterValue) -******************************************************************************/ -#define XDmaPs_WriteReg(BaseAddress, RegOffset, RegisterValue) \ - Xil_Out32((BaseAddress) + (RegOffset), (RegisterValue)) -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes *****************************/ -/* - * Perform reset operation to the dmaps interface - */ -void XDmaPs_ResetHw(u32 BaseAddr); -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xenv.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xenv.h deleted file mode 100644 index d8aef59..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xenv.h +++ /dev/null @@ -1,169 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xenv.h -* -* Defines common services that are typically found in a host operating. -* environment. This include file simply includes an OS specific file based -* on the compile-time constant BUILD_ENV_*, where * is the name of the target -* environment. -* -* All services are defined as macros. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00b ch   10/24/02 Added XENV_LINUX
-* 1.00a rmm  04/17/02 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XENV_H /* prevent circular inclusions */ -#define XENV_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/* - * Select which target environment we are operating under - */ - -/* VxWorks target environment */ -#if defined XENV_VXWORKS -#include "xenv_vxworks.h" - -/* Linux target environment */ -#elif defined XENV_LINUX -#include "xenv_linux.h" - -/* Unit test environment */ -#elif defined XENV_UNITTEST -#include "ut_xenv.h" - -/* Integration test environment */ -#elif defined XENV_INTTEST -#include "int_xenv.h" - -/* Standalone environment selected */ -#else -#include "xenv_standalone.h" -#endif - - -/* - * The following comments specify the types and macro wrappers that are - * expected to be defined by the target specific header files - */ - -/**************************** Type Definitions *******************************/ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP - * - * A structure that contains a time stamp used by other time stamp macros - * defined below. This structure is processor dependent. - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/*****************************************************************************/ -/** - * - * XENV_MEM_COPY(void *DestPtr, void *SrcPtr, unsigned Bytes) - * - * Copies a non-overlapping block of memory. - * - * @param DestPtr is the destination address to copy data to. - * @param SrcPtr is the source address to copy data from. - * @param Bytes is the number of bytes to copy. - * - * @return None - */ - -/*****************************************************************************/ -/** - * - * XENV_MEM_FILL(void *DestPtr, char Data, unsigned Bytes) - * - * Fills an area of memory with constant data. - * - * @param DestPtr is the destination address to set. - * @param Data contains the value to set. - * @param Bytes is the number of bytes to set. - * - * @return None - */ -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_GET(XTIME_STAMP *StampPtr) - * - * Samples the processor's or external timer's time base counter. - * - * @param StampPtr is the storage for the retrieved time stamp. - * - * @return None - */ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_DELTA_US(XTIME_STAMP *Stamp1Ptr, XTIME_STAMP* Stamp2Ptr) - * - * Computes the delta between the two time stamps. - * - * @param Stamp1Ptr - First sampled time stamp. - * @param Stamp1Ptr - Sedond sampled time stamp. - * - * @return An unsigned int value with units of microseconds. - */ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_DELTA_MS(XTIME_STAMP *Stamp1Ptr, XTIME_STAMP* Stamp2Ptr) - * - * Computes the delta between the two time stamps. - * - * @param Stamp1Ptr - First sampled time stamp. - * @param Stamp1Ptr - Sedond sampled time stamp. - * - * @return An unsigned int value with units of milliseconds. - */ - -/*****************************************************************************//** - * - * XENV_USLEEP(unsigned delay) - * - * Delay the specified number of microseconds. - * - * @param delay is the number of microseconds to delay. - * - * @return None - */ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xenv_standalone.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xenv_standalone.h deleted file mode 100644 index 9794da0..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xenv_standalone.h +++ /dev/null @@ -1,350 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xenv_standalone.h -* -* Defines common services specified by xenv.h. -* -* @note -* This file is not intended to be included directly by driver code. -* Instead, the generic xenv.h file is intended to be included by driver -* code. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a wgr  02/28/07 Added cache handling macros.
-* 1.00a wgr  02/27/07 Simplified code. Deprecated old-style macro names.
-* 1.00a rmm  01/24/06 Implemented XENV_USLEEP. Assume implementation is being
-*                     used under Xilinx standalone BSP.
-* 1.00a xd   11/03/04 Improved support for doxygen.
-* 1.00a rmm  03/21/02 First release
-* 1.00a wgr  03/22/07 Converted to new coding style.
-* 1.00a rpm  06/29/07 Added udelay macro for standalone
-* 1.00a xd   07/19/07 Included xparameters.h as XPAR_ constants are referred
-*                     to in MICROBLAZE section
-* 1.00a ecm  09/19/08 updated for v7.20 of Microblaze, new functionality
-*
-* 
-* -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XENV_STANDALONE_H -#define XENV_STANDALONE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -/****************************************************************************** - * - * Get the processor dependent includes - * - ******************************************************************************/ - -#include - -#if defined __MICROBLAZE__ -# include "mb_interface.h" -# include "xparameters.h" /* XPAR constants used below in MB section */ - -#elif defined __PPC__ -# include "sleep.h" -# include "xcache_l.h" /* also include xcache_l.h for caching macros */ -#endif - -/****************************************************************************** - * - * MEMCPY / MEMSET related macros. - * - * The following are straight forward implementations of memset and memcpy. - * - * NOTE: memcpy may not work if source and target memory area are overlapping. - * - ******************************************************************************/ -/*****************************************************************************/ -/** - * - * Copies a non-overlapping block of memory. - * - * @param DestPtr - * Destination address to copy data to. - * - * @param SrcPtr - * Source address to copy data from. - * - * @param Bytes - * Number of bytes to copy. - * - * @return None. - * - * @note - * The use of XENV_MEM_COPY is deprecated. Use memcpy() instead. - * - * @note - * This implementation MAY BREAK work if source and target memory - * area are overlapping. - * - *****************************************************************************/ - -#define XENV_MEM_COPY(DestPtr, SrcPtr, Bytes) \ - memcpy((void *) DestPtr, (const void *) SrcPtr, (size_t) Bytes) - - - -/*****************************************************************************/ -/** - * - * Fills an area of memory with constant data. - * - * @param DestPtr - * Destination address to copy data to. - * - * @param Data - * Value to set. - * - * @param Bytes - * Number of bytes to copy. - * - * @return None. - * - * @note - * The use of XENV_MEM_FILL is deprecated. Use memset() instead. - * - *****************************************************************************/ - -#define XENV_MEM_FILL(DestPtr, Data, Bytes) \ - memset((void *) DestPtr, (s32) Data, (size_t) Bytes) - - - -/****************************************************************************** - * - * TIME related macros - * - ******************************************************************************/ - -/** - * A structure that contains a time stamp used by other time stamp macros - * defined below. This structure is processor dependent. - */ -typedef s32 XENV_TIME_STAMP; - -/*****************************************************************************/ -/** - * - * Time is derived from the 64 bit PPC timebase register - * - * @param StampPtr is the storage for the retrieved time stamp. - * - * @return None. - * - * @note - * - * Signature: void XENV_TIME_STAMP_GET(XTIME_STAMP *StampPtr) - *

- * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_GET(StampPtr) - -/*****************************************************************************/ -/** - * - * This macro is not yet implemented and always returns 0. - * - * @param Stamp1Ptr is the first sampled time stamp. - * @param Stamp2Ptr is the second sampled time stamp. - * - * @return 0 - * - * @note - * - * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_DELTA_US(Stamp1Ptr, Stamp2Ptr) (0) - -/*****************************************************************************/ -/** - * - * This macro is not yet implemented and always returns 0. - * - * @param Stamp1Ptr is the first sampled time stamp. - * @param Stamp2Ptr is the second sampled time stamp. - * - * @return 0 - * - * @note - * - * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_DELTA_MS(Stamp1Ptr, Stamp2Ptr) (0) - -/*****************************************************************************/ -/** - * XENV_USLEEP(unsigned delay) - * - * Delay the specified number of microseconds. Not implemented without OS - * support. - * - * @param delay - * Number of microseconds to delay. - * - * @return None. - * - *****************************************************************************/ - -#ifdef __PPC__ -#define XENV_USLEEP(delay) usleep(delay) -#define udelay(delay) usleep(delay) -#else -#define XENV_USLEEP(delay) -#define udelay(delay) -#endif - - -/****************************************************************************** - * - * CACHE handling macros / mappings - * - ******************************************************************************/ -/****************************************************************************** - * - * Processor independent macros - * - ******************************************************************************/ - -#define XCACHE_ENABLE_CACHE() \ - { XCACHE_ENABLE_DCACHE(); XCACHE_ENABLE_ICACHE(); } - -#define XCACHE_DISABLE_CACHE() \ - { XCACHE_DISABLE_DCACHE(); XCACHE_DISABLE_ICACHE(); } - - -/****************************************************************************** - * - * MicroBlaze case - * - * NOTE: Currently the following macros will only work on systems that contain - * only ONE MicroBlaze processor. Also, the macros will only be enabled if the - * system is built using a xparameters.h file. - * - ******************************************************************************/ - -#if defined __MICROBLAZE__ - -/* Check if MicroBlaze data cache was built into the core. - */ -#if (XPAR_MICROBLAZE_USE_DCACHE == 1) -# define XCACHE_ENABLE_DCACHE() microblaze_enable_dcache() -# define XCACHE_DISABLE_DCACHE() microblaze_disable_dcache() -# define XCACHE_INVALIDATE_DCACHE() microblaze_invalidate_dcache() - -# define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) \ - microblaze_invalidate_dcache_range((s32)(Addr), (s32)(Len)) - -#if (XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK == 1) -# define XCACHE_FLUSH_DCACHE() microblaze_flush_dcache() -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - microblaze_flush_dcache_range((s32)(Addr), (s32)(Len)) -#else -# define XCACHE_FLUSH_DCACHE() microblaze_invalidate_dcache() -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - microblaze_invalidate_dcache_range((s32)(Addr), (s32)(Len)) -#endif /*XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK*/ - -#else -# define XCACHE_ENABLE_DCACHE() -# define XCACHE_DISABLE_DCACHE() -# define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) -#endif /*XPAR_MICROBLAZE_USE_DCACHE*/ - - -/* Check if MicroBlaze instruction cache was built into the core. - */ -#if (XPAR_MICROBLAZE_USE_ICACHE == 1) -# define XCACHE_ENABLE_ICACHE() microblaze_enable_icache() -# define XCACHE_DISABLE_ICACHE() microblaze_disable_icache() - -# define XCACHE_INVALIDATE_ICACHE() microblaze_invalidate_icache() - -# define XCACHE_INVALIDATE_ICACHE_RANGE(Addr, Len) \ - microblaze_invalidate_icache_range((s32)(Addr), (s32)(Len)) - -#else -# define XCACHE_ENABLE_ICACHE() -# define XCACHE_DISABLE_ICACHE() -#endif /*XPAR_MICROBLAZE_USE_ICACHE*/ - - -/****************************************************************************** - * - * PowerPC case - * - * Note that the XCACHE_ENABLE_xxx functions are hardcoded to enable a - * specific memory region (0x80000001). Each bit (0-30) in the regions - * bitmask stands for 128MB of memory. Bit 31 stands for the upper 2GB - * range. - * - * regions --> cached address range - * ------------|-------------------------------------------------- - * 0x80000000 | [0, 0x7FFFFFF] - * 0x00000001 | [0xF8000000, 0xFFFFFFFF] - * 0x80000001 | [0, 0x7FFFFFF],[0xF8000000, 0xFFFFFFFF] - * - ******************************************************************************/ - -#elif defined __PPC__ - -#define XCACHE_ENABLE_DCACHE() XCache_EnableDCache(0x80000001) -#define XCACHE_DISABLE_DCACHE() XCache_DisableDCache() -#define XCACHE_ENABLE_ICACHE() XCache_EnableICache(0x80000001) -#define XCACHE_DISABLE_ICACHE() XCache_DisableICache() - -#define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) \ - XCache_InvalidateDCacheRange((u32)(Addr), (u32)(Len)) - -#define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - XCache_FlushDCacheRange((u32)(Addr), (u32)(Len)) - -#define XCACHE_INVALIDATE_ICACHE() XCache_InvalidateICache() - - -/****************************************************************************** - * - * Unknown processor / architecture - * - ******************************************************************************/ - -#else -/* #error "Unknown processor / architecture. Must be MicroBlaze or PowerPC." */ -#endif - - -#ifdef __cplusplus -} -#endif - -#endif /* #ifndef XENV_STANDALONE_H */ - - /** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_assert.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_assert.h deleted file mode 100644 index e8b87b5..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_assert.h +++ /dev/null @@ -1,176 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_assert.h -* -* @addtogroup common_assert_apis Assert APIs and Macros -* -* The xil_assert.h file contains assert related functions and macros. -* Assert APIs/Macros specifies that a application program satisfies certain -* conditions at particular points in its execution. These function can be -* used by application programs to ensure that, application code is satisfying -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 First release
-* 6.0   kvn  05/31/16 Make Xil_AsserWait a global variable
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_ASSERT_H /* prevent circular inclusions */ -#define XIL_ASSERT_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - -#define XIL_ASSERT_NONE 0U -#define XIL_ASSERT_OCCURRED 1U -#define XNULL NULL - -extern u32 Xil_AssertStatus; -extern s32 Xil_AssertWait; -extern void Xil_Assert(const char8 *File, s32 Line); -/** - *@endcond - */ -void XNullHandler(void *NullParameter); - -/** - * This data type defines a callback to be invoked when an - * assert occurs. The callback is invoked only when asserts are enabled - */ -typedef void (*Xil_AssertCallback) (const char8 *File, s32 Line); - -/***************** Macros (Inline Functions) Definitions *********************/ - -#ifndef NDEBUG - -/*****************************************************************************/ -/** -* @brief This assert macro is to be used for void functions. This in -* conjunction with the Xil_AssertWait boolean can be used to -* accommodate tests so that asserts which fail allow execution to -* continue. -* -* @param Expression: expression to be evaluated. If it evaluates to -* false, the assert occurs. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertVoid(Expression) \ -{ \ - if (Expression) { \ - Xil_AssertStatus = XIL_ASSERT_NONE; \ - } else { \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return; \ - } \ -} - -/*****************************************************************************/ -/** -* @brief This assert macro is to be used for functions that do return a -* value. This in conjunction with the Xil_AssertWait boolean can be -* used to accommodate tests so that asserts which fail allow execution -* to continue. -* -* @param Expression: expression to be evaluated. If it evaluates to false, -* the assert occurs. -* -* @return Returns 0 unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertNonvoid(Expression) \ -{ \ - if (Expression) { \ - Xil_AssertStatus = XIL_ASSERT_NONE; \ - } else { \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return 0; \ - } \ -} - -/*****************************************************************************/ -/** -* @brief Always assert. This assert macro is to be used for void functions. -* Use for instances where an assert should always occur. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertVoidAlways() \ -{ \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return; \ -} - -/*****************************************************************************/ -/** -* @brief Always assert. This assert macro is to be used for functions that -* do return a value. Use for instances where an assert should always -* occur. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertNonvoidAlways() \ -{ \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return 0; \ -} - - -#else - -#define Xil_AssertVoid(Expression) -#define Xil_AssertVoidAlways() -#define Xil_AssertNonvoid(Expression) -#define Xil_AssertNonvoidAlways() - -#endif - -/************************** Function Prototypes ******************************/ - -void Xil_AssertSetCallback(Xil_AssertCallback Routine); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_assert_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_cache.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_cache.h deleted file mode 100644 index 75cd6f6..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_cache.h +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.h -* -* @addtogroup a9_cache_apis Cortex A9 Processor Cache Functions -* -* Cache functions provide access to cache related operations such as flush -* and invalidate for instruction and data caches. It gives option to perform -* the cache operations on a single cacheline, a range of memory and an entire -* cache. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/29/10 First release
-* 3.04a sdm  01/02/12 Remove redundant dsb/dmb instructions in cache maintenance
-*		      APIs.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __GNUC__ - -#define asm_cp15_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_inval_ic_line_mva_pou(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)); - -#define asm_cp15_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_SW :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)); - -#elif defined (__ICCARM__) - -#define asm_cp15_inval_dc_line_mva_poc(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_mva_poc(param) __asm volatile ("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_inval_ic_line_mva_pou(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)); - -#define asm_cp15_inval_dc_line_sw(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_DC_LINE_SW :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_sw(param) __asm volatile ("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)); - -#endif - -/** -*@endcond -*/ - -void Xil_DCacheEnable(void); -void Xil_DCacheDisable(void); -void Xil_DCacheInvalidate(void); -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len); -void Xil_DCacheFlush(void); -void Xil_DCacheFlushRange(INTPTR adr, u32 len); - -void Xil_ICacheEnable(void); -void Xil_ICacheDisable(void); -void Xil_ICacheInvalidate(void); -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_cache_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_cache_l.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_cache_l.h deleted file mode 100644 index 21c8ced..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_cache_l.h +++ /dev/null @@ -1,75 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_l.h -* -* Contains L1 and L2 specific functions for the ARM cache functionality -* used by xcache.c. This functionality is being made available here for -* more sophisticated users. -* -* @addtogroup a9_cache_apis -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/24/10 First release
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ -#ifndef XIL_CACHE_MACH_H -#define XIL_CACHE_MACH_H - -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes ******************************/ - -void Xil_DCacheInvalidateLine(u32 adr); -void Xil_DCacheFlushLine(u32 adr); -void Xil_DCacheStoreLine(u32 adr); -void Xil_ICacheInvalidateLine(u32 adr); - -void Xil_L1DCacheEnable(void); -void Xil_L1DCacheDisable(void); -void Xil_L1DCacheInvalidate(void); -void Xil_L1DCacheInvalidateLine(u32 adr); -void Xil_L1DCacheInvalidateRange(u32 adr, u32 len); -void Xil_L1DCacheFlush(void); -void Xil_L1DCacheFlushLine(u32 adr); -void Xil_L1DCacheFlushRange(u32 adr, u32 len); -void Xil_L1DCacheStoreLine(u32 adr); - -void Xil_L1ICacheEnable(void); -void Xil_L1ICacheDisable(void); -void Xil_L1ICacheInvalidate(void); -void Xil_L1ICacheInvalidateLine(u32 adr); -void Xil_L1ICacheInvalidateRange(u32 adr, u32 len); - -void Xil_L2CacheEnable(void); -void Xil_L2CacheDisable(void); -void Xil_L2CacheInvalidate(void); -void Xil_L2CacheInvalidateLine(u32 adr); -void Xil_L2CacheInvalidateRange(u32 adr, u32 len); -void Xil_L2CacheFlush(void); -void Xil_L2CacheFlushLine(u32 adr); -void Xil_L2CacheFlushRange(u32 adr, u32 len); -void Xil_L2CacheStoreLine(u32 adr); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_cache_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_cache_vxworks.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_cache_vxworks.h deleted file mode 100644 index 77e1f3d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_cache_vxworks.h +++ /dev/null @@ -1,74 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_vxworks.h -* -* Contains the cache related functions for VxWorks that is wrapped by -* xil_cache. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  12/11/09 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_CACHE_VXWORKS_H -#define XIL_CACHE_VXWORKS_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "vxWorks.h" -#include "vxLib.h" -#include "sysLibExtra.h" -#include "cacheLib.h" - -#if (CPU_FAMILY==PPC) - -#define Xil_DCacheEnable() cacheEnable(DATA_CACHE) - -#define Xil_DCacheDisable() cacheDisable(DATA_CACHE) - -#define Xil_DCacheInvalidateRange(Addr, Len) \ - cacheInvalidate(DATA_CACHE, (void *)(Addr), (Len)) - -#define Xil_DCacheFlushRange(Addr, Len) \ - cacheFlush(DATA_CACHE, (void *)(Addr), (Len)) - -#define Xil_ICacheEnable() cacheEnable(INSTRUCTION_CACHE) - -#define Xil_ICacheDisable() cacheDisable(INSTRUCTION_CACHE) - -#define Xil_ICacheInvalidateRange(Addr, Len) \ - cacheInvalidate(INSTRUCTION_CACHE, (void *)(Addr), (Len)) - - -#else -#error "Unknown processor / architecture. Must be PPC for VxWorks." -#endif - -#ifdef __cplusplus -} -#endif - -#endif -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_clocking.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_clocking.h deleted file mode 100644 index fd80a0d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_clocking.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.h -* -* The xil_clocking.h file contains clocking related functions and macros. -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  12/11/19 First release
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#ifndef XIL_CLOCKING_H /* prevent circular inclusions */ -#define XIL_CLOCKING_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xdebug.h" -#include "xil_printf.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xparameters.h" -#include "xstatus.h" -#if defined (XPAR_XCRPSU_0_DEVICE_ID) -#include "xclockps.h" -#else -typedef u32 XClock_OutputClks; -typedef u64 XClockRate; -#endif - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId); -XStatus Xil_ClockEnable(XClock_OutputClks ClockId); -XStatus Xil_ClockInit(void); -XStatus Xil_ClockGet(void); -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, XClockRate *SetRate); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_errata.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_errata.h deleted file mode 100644 index e48c5f3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_errata.h +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_errata.h -* -* @addtogroup a9_errata Cortex A9 Processor and pl310 Errata Support -* @{ -* Various ARM errata are handled in the standalone BSP. The implementation for -* errata handling follows ARM guidelines and is based on the open source Linux -* support for these errata. -* -* @note The errata handling is enabled by default. To disable handling of all the -* errata globally, un-define the macro ENABLE_ARM_ERRATA in xil_errata.h. To -* disable errata on a per-erratum basis, un-define relevant macros in -* xil_errata.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a srt  04/18/13 First release
-* 6.6   mus  12/07/17 Removed errata 753970, It fixes CR#989132.
-* 
-* -******************************************************************************/ -#ifndef XIL_ERRATA_H -#define XIL_ERRATA_H - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ -/** - * @name errata_definitions - * - * The errata conditions handled in the standalone BSP are listed below - * @{ - */ - -#define ENABLE_ARM_ERRATA 1 - -/** - *@endcond - */ - -#ifdef ENABLE_ARM_ERRATA - -/** - * Errata No: 742230 - * Description: DMB operation may be faulty - */ -#define CONFIG_ARM_ERRATA_742230 1 - -/** - * Errata No: 743622 - * Description: Faulty hazard checking in the Store Buffer may lead - * to data corruption. - */ -#define CONFIG_ARM_ERRATA_743622 1 - -/** - * Errata No: 775420 - * Description: A data cache maintenance operation which aborts, - * might lead to deadlock - */ -#define CONFIG_ARM_ERRATA_775420 1 - -/** - * Errata No: 794073 - * Description: Speculative instruction fetches with MMU disabled - * might not comply with architectural requirements - */ -#define CONFIG_ARM_ERRATA_794073 1 - - -/** PL310 L2 Cache Errata */ - -/** - * Errata No: 588369 - * Description: Clean & Invalidate maintenance operations do not - * invalidate clean lines - */ -#define CONFIG_PL310_ERRATA_588369 1 - -/** - * Errata No: 727915 - * Description: Background Clean and Invalidate by Way operation - * can cause data corruption - */ -#define CONFIG_PL310_ERRATA_727915 1 - -/*@}*/ -#endif /* ENABLE_ARM_ERRATA */ - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_ERRATA_H */ -/** -* @} End of "addtogroup a9_errata". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_exception.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_exception.h deleted file mode 100644 index a146f83..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_exception.h +++ /dev/null @@ -1,387 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_exception.h -* -* This header file contains ARM Cortex A53,A9,R5 specific exception related APIs. -* For exception related functions that can be used across all Xilinx supported -* processors, please use xil_exception.h. -* -* @addtogroup arm_exception_apis ARM Processor Exception Handling -* @{ -* ARM processors specific exception related APIs for cortex A53,A9 and R5 can -* utilized for enabling/disabling IRQ, registering/removing handler for -* exceptions or initializing exception vector table with null handler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 6.0   mus      27/07/16 Consolidated file for a53,a9 and r5 processors
-* 6.7   mna      26/04/18 Add API Xil_GetExceptionRegisterHandler.
-* 6.7   asa      18/05/18 Update signature of API Xil_GetExceptionRegisterHandler.
-* 7.0   mus      01/03/19 Tweak Xil_ExceptionEnableMask and
-*                         Xil_ExceptionDisableMask macros to support legacy
-*                         examples for Cortexa72 EL3 exception level.
-* 7.3   mus      04/15/20 Added Xil_EnableNestedInterrupts and
-*                         Xil_DisableNestedInterrupts macros for ARMv8.
-*                         For Cortexa72, these macro's would not be supported
-*                         at EL3, as Cortexa72 is using GIC-500(GICv3),  which
-*                         triggeres only FIQ at EL3. Fix for CR#1062506
-# 7.6   mus      09/17/21 Updated flag checking to fix warning reported with
-#                         -Wundef compiler option CR#1110261
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_EXCEPTION_H /* prevent circular inclusions */ -#define XIL_EXCEPTION_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "bspconfig.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions ****************************/ - -#define XIL_EXCEPTION_FIQ XREG_CPSR_FIQ_ENABLE -#define XIL_EXCEPTION_IRQ XREG_CPSR_IRQ_ENABLE -#define XIL_EXCEPTION_ALL (XREG_CPSR_FIQ_ENABLE | XREG_CPSR_IRQ_ENABLE) - -#define XIL_EXCEPTION_ID_FIRST 0U -#if defined (__aarch64__) -#define XIL_EXCEPTION_ID_SYNC_INT 1U -#define XIL_EXCEPTION_ID_IRQ_INT 2U -#define XIL_EXCEPTION_ID_FIQ_INT 3U -#define XIL_EXCEPTION_ID_SERROR_ABORT_INT 4U -#define XIL_EXCEPTION_ID_LAST 5U -#else -#define XIL_EXCEPTION_ID_RESET 0U -#define XIL_EXCEPTION_ID_UNDEFINED_INT 1U -#define XIL_EXCEPTION_ID_SWI_INT 2U -#define XIL_EXCEPTION_ID_PREFETCH_ABORT_INT 3U -#define XIL_EXCEPTION_ID_DATA_ABORT_INT 4U -#define XIL_EXCEPTION_ID_IRQ_INT 5U -#define XIL_EXCEPTION_ID_FIQ_INT 6U -#define XIL_EXCEPTION_ID_LAST 6U -#endif - -/* - * XIL_EXCEPTION_ID_INT is defined for all Xilinx processors. - */ -#if defined (versal) && !defined(ARMR5) && EL3 -#define XIL_EXCEPTION_ID_INT XIL_EXCEPTION_ID_FIQ_INT -#else -#define XIL_EXCEPTION_ID_INT XIL_EXCEPTION_ID_IRQ_INT -#endif - -/**************************** Type Definitions ******************************/ - -/** - * This typedef is the exception handler function. - */ -typedef void (*Xil_ExceptionHandler)(void *data); -typedef void (*Xil_InterruptHandler)(void *data); - -/** -*@endcond -*/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* @brief Enable Exceptions. -* -* @param Mask: Value for enabling the exceptions. -* -* @return None. -* -* @note If bit is 0, exception is enabled. -* C-Style signature: void Xil_ExceptionEnableMask(Mask) -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -/* - * Cortexa72 processor in versal is coupled with GIC-500, and GIC-500 supports - * only FIQ at EL3. Hence, tweaking this macro to always enable FIQ - * ignoring argument passed by user. - */ -#define Xil_ExceptionEnableMask(Mask) \ - mtcpsr(mfcpsr() & ~ ((XIL_EXCEPTION_FIQ) & XIL_EXCEPTION_ALL)) -#elif defined (__GNUC__) || defined (__ICCARM__) -#define Xil_ExceptionEnableMask(Mask) \ - mtcpsr(mfcpsr() & ~ ((Mask) & XIL_EXCEPTION_ALL)) -#else -#define Xil_ExceptionEnableMask(Mask) \ - { \ - register u32 Reg __asm("cpsr"); \ - mtcpsr((Reg) & (~((Mask) & XIL_EXCEPTION_ALL))); \ - } -#endif -/****************************************************************************/ -/** -* @brief Enable the IRQ exception. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -#define Xil_ExceptionEnable() \ - Xil_ExceptionEnableMask(XIL_EXCEPTION_FIQ) -#else -#define Xil_ExceptionEnable() \ - Xil_ExceptionEnableMask(XIL_EXCEPTION_IRQ) -#endif - -/****************************************************************************/ -/** -* @brief Disable Exceptions. -* -* @param Mask: Value for disabling the exceptions. -* -* @return None. -* -* @note If bit is 1, exception is disabled. -* C-Style signature: Xil_ExceptionDisableMask(Mask) -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -/* - * Cortexa72 processor in versal is coupled with GIC-500, and GIC-500 supports - * only FIQ at EL3. Hence, tweaking this macro to always disable FIQ - * ignoring argument passed by user. - */ -#define Xil_ExceptionDisableMask(Mask) \ - mtcpsr(mfcpsr() | ((XIL_EXCEPTION_FIQ) & XIL_EXCEPTION_ALL)) -#elif defined (__GNUC__) || defined (__ICCARM__) -#define Xil_ExceptionDisableMask(Mask) \ - mtcpsr(mfcpsr() | ((Mask) & XIL_EXCEPTION_ALL)) -#else -#define Xil_ExceptionDisableMask(Mask) \ - { \ - register u32 Reg __asm("cpsr"); \ - mtcpsr((Reg) | ((Mask) & XIL_EXCEPTION_ALL)); \ - } -#endif -/****************************************************************************/ -/** -* Disable the IRQ exception. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -#define Xil_ExceptionDisable() \ - Xil_ExceptionDisableMask(XIL_EXCEPTION_IRQ) - -#if ( defined (PLATFORM_ZYNQMP) && defined (EL3) && (EL3==1) ) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I bit in DAIF.This -* macro is defined for Cortex-A53 64 bit mode BSP configured to run -* at EL3.. However,it is not defined for Versal Cortex-A72 BSP -* configured to run at EL3. Reason is, Cortex-A72 is coupled -* with GIC-500(GICv3 specifications) and it triggers only FIQ at EL3. -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I bit -* is set as 1). To allow nesting of interrupts, this macro should be -* used. It clears the I bit. Once that bit is cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I -* bit, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("mrs X1, ELR_EL3"); \ - __asm__ __volatile__ ("mrs X2, SPSR_EL3"); \ - __asm__ __volatile__ ("stp X1,X2, [sp,#-0x10]!"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("bic X1,X1,#(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I bit in DAIF. This -* macro is defined for Cortex-A53 64 bit mode BSP configured to run -* at EL3. -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ mode and -* hence sets back the I bit. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldp X1,X2, [sp,#0x10]!"); \ - __asm__ __volatile__ ("msr ELR_EL3, X1"); \ - __asm__ __volatile__ ("msr SPSR_EL3, X2"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("orr X1, X1, #(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -#elif (defined (EL1_NONSECURE) && (EL1_NONSECURE==1)) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I bit in DAIF.This -* macro is defined for Cortex-A53 64 bit mode and Cortex-A72 64 bit -* BSP configured to run at EL1 NON SECURE -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I bit -* is set as 1). To allow nesting of interrupts, this macro should be -* used. It clears the I bit. Once that bit is cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I -* bit, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("mrs X1, ELR_EL1"); \ - __asm__ __volatile__ ("mrs X2, SPSR_EL1"); \ - __asm__ __volatile__ ("stp X1,X2, [sp,#-0x10]!"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("bic X1,X1,#(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I bit in DAIF. This -* macro is defined for Cortex-A53 64 bit mode and Cortex-A72 64 bit -* BSP configured to run at EL1 NON SECURE -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ mode and -* hence sets back the I bit. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldp X1,X2, [sp,#0x10]!"); \ - __asm__ __volatile__ ("msr ELR_EL1, X1"); \ - __asm__ __volatile__ ("msr SPSR_EL1, X2"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("orr X1, X1, #(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -#elif (!defined (__aarch64__) && !defined (ARMA53_32)) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I and F bits in CPSR. This -* API is defined for cortex-a9 and cortex-r5. -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I and F -* are 1). To allow nesting of interrupts, this macro should be -* used. It clears the I and F bits by changing the ARM mode to -* system mode. Once these bits are cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I and -* F bits, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); \ - __asm__ __volatile__ ("mrs lr, spsr"); \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr cpsr_c, #0x1F"); \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I and F bits. This API -* is defined for cortex-a9 and cortex-r5. -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ/FIQ mode and -* hence sets back the I and F bits. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr cpsr_c, #0x92"); \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr spsr_cxsf, lr"); \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - -#endif -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -extern void Xil_ExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler Handler, - void *Data); - -extern void Xil_ExceptionRemoveHandler(u32 Exception_id); -extern void Xil_GetExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler *Handler, void **Data); - -extern void Xil_ExceptionInit(void); -#if defined (__aarch64__) -void Xil_SyncAbortHandler(void *CallBackRef); -void Xil_SErrorAbortHandler(void *CallBackRef); -#else -extern void Xil_DataAbortHandler(void *CallBackRef); -extern void Xil_PrefetchAbortHandler(void *CallBackRef); -extern void Xil_UndefinedExceptionHandler(void *CallBackRef); -#endif - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_EXCEPTION_H */ -/** -* @} End of "addtogroup arm_exception_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_hal.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_hal.h deleted file mode 100644 index 4b289a7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_hal.h +++ /dev/null @@ -1,43 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_hal.h -* -* Contains all the HAL header files. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/28/09 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -#ifndef XIL_HAL_H -#define XIL_HAL_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_cache.h" -#include "xil_io.h" -#include "xil_assert.h" -#include "xil_exception.h" -#include "xil_types.h" - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_io.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_io.h deleted file mode 100644 index 853ef6b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_io.h +++ /dev/null @@ -1,412 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_io.h -* -* @addtogroup common_io_interfacing_apis Register IO interfacing APIs -* -* The xil_io.h file contains the interface for the general I/O component, which -* encapsulates the Input/Output functions for the processors that do not -* require any special I/O handling. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 05/29/14 First release
-* 6.00  mus      08/19/16 Remove checking of __LITTLE_ENDIAN__ flag for
-*                         ARM processors
-* 7.20  har      01/03/20 Added Xil_SecureOut32 for avoiding blindwrite for
-*                         CR-1049218
-* 7.30  kpt      09/21/20 Moved Xil_EndianSwap16 and Xil_EndianSwap32 to
-*                         xil_io.h and made them as static inline
-*       am       10/13/20 Changed the return type of Xil_SecureOut32 function
-*                         from u32 to int
-* 7.50  dp       02/12/21 Fix compilation error in Xil_EndianSwap32() that occur
-*                         when -Werror=conversion compiler flag is enabled
-* 7.5   mus      05/17/21 Update the functions with comments. It fixes CR#1067739.
-*
-* 
-******************************************************************************/ - -#ifndef XIL_IO_H /* prevent circular inclusions */ -#define XIL_IO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_printf.h" -#include "xstatus.h" - -#if defined (__MICROBLAZE__) -#include "mb_interface.h" -#else -#include "xpseudo_asm.h" -#endif - -/************************** Function Prototypes ******************************/ -#ifdef ENABLE_SAFETY -extern u32 XStl_RegUpdate(u32 RegAddr, u32 RegVal); -#endif - -/***************** Macros (Inline Functions) Definitions *********************/ -#if defined __GNUC__ -#if defined (__MICROBLAZE__) -# define INST_SYNC mbar(0) -# define DATA_SYNC mbar(1) -# else -# define SYNCHRONIZE_IO dmb() -# define INST_SYNC isb() -# define DATA_SYNC dsb() -# endif -#else -# define SYNCHRONIZE_IO -# define INST_SYNC -# define DATA_SYNC -# define INST_SYNC -# define DATA_SYNC -#endif - -#if defined (__GNUC__) || defined (__ICCARM__) || defined (__MICROBLAZE__) -#define INLINE inline -#else -#define INLINE __inline -#endif - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading -* from the specified address and returning the 8 bit Value read from -* that address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 8 bit Value read from the specified input address. - -* -******************************************************************************/ -static INLINE u8 Xil_In8(UINTPTR Addr) -{ - return *(volatile u8 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading from -* the specified address and returning the 16 bit Value read from that -* address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 16 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u16 Xil_In16(UINTPTR Addr) -{ - return *(volatile u16 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by -* reading from the specified address and returning the 32 bit Value -* read from that address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 32 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u32 Xil_In32(UINTPTR Addr) -{ - return *(volatile u32 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading the -* 64 bit Value read from that address. -* -* -* @param Addr: contains the address to perform the input operation -* -* @return The 64 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u64 Xil_In64(UINTPTR Addr) -{ - return *(volatile u64 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for an memory location by -* writing the 8 bit Value to the the specified address. -* -* @param Addr: contains the address to perform the output operation -* @param Value: contains the 8 bit Value to be written at the specified -* address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out8(UINTPTR Addr, u8 Value) -{ - /* write 8 bit value to specified address */ - volatile u8 *LocalAddr = (volatile u8 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 16 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains the Value to be written at the specified address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out16(UINTPTR Addr, u16 Value) -{ - /* write 16 bit value to specified address */ - volatile u16 *LocalAddr = (volatile u16 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 32 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains the 32 bit Value to be written at the specified -* address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out32(UINTPTR Addr, u32 Value) -{ - /* write 32 bit value to specified address */ -#ifndef ENABLE_SAFETY - volatile u32 *LocalAddr = (volatile u32 *)Addr; - *LocalAddr = Value; -#else - XStl_RegUpdate(Addr, Value); -#endif -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 64 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains 64 bit Value to be written at the specified address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out64(UINTPTR Addr, u64 Value) -{ - /* write 64 bit value to specified address */ - volatile u64 *LocalAddr = (volatile u64 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** - * - * @brief Performs an output operation for a memory location by writing the - * 32 bit Value to the the specified address and then reading it - * back to verify the value written in the register. - * - * @param Addr contains the address to perform the output operation - * @param Value contains 32 bit Value to be written at the specified address - * - * @return Returns Status - * - XST_SUCCESS on success - * - XST_FAILURE on failure - * - *****************************************************************************/ -static INLINE int Xil_SecureOut32(UINTPTR Addr, u32 Value) -{ - int Status = XST_FAILURE; - u32 ReadReg; - u32 ReadRegTemp; - - /* writing 32 bit value to specified address */ - Xil_Out32(Addr, Value); - - /* verify value written to specified address with multiple reads */ - ReadReg = Xil_In32(Addr); - ReadRegTemp = Xil_In32(Addr); - - if( (ReadReg == Value) && (ReadRegTemp == Value) ) { - Status = XST_SUCCESS; - } - - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a 16-bit endian conversion. -* -* @param Data: 16 bit value to be converted -* -* @return 16 bit Data with converted endianness -* -******************************************************************************/ -static INLINE __attribute__((always_inline)) u16 Xil_EndianSwap16(u16 Data) -{ - return (u16) (((Data & 0xFF00U) >> 8U) | ((Data & 0x00FFU) << 8U)); -} - -/*****************************************************************************/ -/** -* -* @brief Perform a 32-bit endian conversion. -* -* @param Data: 32 bit value to be converted -* -* @return 32 bit data with converted endianness -* -******************************************************************************/ -static INLINE __attribute__((always_inline)) u32 Xil_EndianSwap32(u32 Data) -{ - u16 LoWord; - u16 HiWord; - - /* get each of the half words from the 32 bit word */ - - LoWord = (u16) (Data & 0x0000FFFFU); - HiWord = (u16) ((Data & 0xFFFF0000U) >> 16U); - - /* byte swap each of the 16 bit half words */ - - LoWord = (u16)(((LoWord & 0xFF00U) >> 8U) | ((LoWord & 0x00FFU) << 8U)); - HiWord = (u16)(((HiWord & 0xFF00U) >> 8U) | ((HiWord & 0x00FFU) << 8U)); - - /* swap the half words before returning the value */ - - return ((((u32)LoWord) << (u32)16U) | (u32)HiWord); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -# define Xil_In16LE Xil_In16 -# define Xil_In32LE Xil_In32 -# define Xil_Out16LE Xil_Out16 -# define Xil_Out32LE Xil_Out32 -# define Xil_Htons Xil_EndianSwap16 -# define Xil_Htonl Xil_EndianSwap32 -# define Xil_Ntohs Xil_EndianSwap16 -# define Xil_Ntohl Xil_EndianSwap32 -# else -# define Xil_In16BE Xil_In16 -# define Xil_In32BE Xil_In32 -# define Xil_Out16BE Xil_Out16 -# define Xil_Out32BE Xil_Out32 -# define Xil_Htons(Data) (Data) -# define Xil_Htonl(Data) (Data) -# define Xil_Ntohs(Data) (Data) -# define Xil_Ntohl(Data) (Data) -#endif -#else -# define Xil_In16LE Xil_In16 -# define Xil_In32LE Xil_In32 -# define Xil_Out16LE Xil_Out16 -# define Xil_Out32LE Xil_Out32 -# define Xil_Htons Xil_EndianSwap16 -# define Xil_Htonl Xil_EndianSwap32 -# define Xil_Ntohs Xil_EndianSwap16 -# define Xil_Ntohl Xil_EndianSwap32 -#endif - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE u16 Xil_In16BE(UINTPTR Addr) -#else -static INLINE u16 Xil_In16LE(UINTPTR Addr) -#endif -#else -static INLINE u16 Xil_In16BE(UINTPTR Addr) -#endif -{ - u16 value = Xil_In16(Addr); - return Xil_EndianSwap16(value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE u32 Xil_In32BE(UINTPTR Addr) -#else -static INLINE u32 Xil_In32LE(UINTPTR Addr) -#endif -#else -static INLINE u32 Xil_In32BE(UINTPTR Addr) -#endif -{ - u32 value = Xil_In32(Addr); - return Xil_EndianSwap32(value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE void Xil_Out16BE(UINTPTR Addr, u16 Value) -#else -static INLINE void Xil_Out16LE(UINTPTR Addr, u16 Value) -#endif -#else -static INLINE void Xil_Out16BE(UINTPTR Addr, u16 Value) -#endif -{ - Value = Xil_EndianSwap16(Value); - Xil_Out16(Addr, Value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value) -#else -static INLINE void Xil_Out32LE(UINTPTR Addr, u32 Value) -#endif -#else -static INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value) -#endif -{ - Value = Xil_EndianSwap32(Value); - Xil_Out32(Addr, Value); -} - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_io_interfacing_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_macroback.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_macroback.h deleted file mode 100644 index fac185e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_macroback.h +++ /dev/null @@ -1,1112 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*********************************************************************/ -/** - * @file xil_macroback.h - * - * This header file is meant to bring back the removed _m macros. - * This header file must be included last. - * The following macros are not defined here due to the driver change: - * XGpio_mSetDataDirection - * XGpio_mGetDataReg - * XGpio_mSetDataReg - * XIIC_RESET - * XIIC_CLEAR_STATS - * XSpi_mReset - * XSysAce_mSetCfgAddr - * XSysAce_mIsCfgDone - * XTft_mSetPixel - * XTft_mGetPixel - * XWdtTb_mEnableWdt - * XWdtTb_mDisbleWdt - * XWdtTb_mRestartWdt - * XWdtTb_mGetTimebaseReg - * XWdtTb_mHasReset - * - * Please refer the corresponding driver document for replacement. - * - *********************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_MACROBACK_H -#define XIL_MACROBACK_H - -#ifdef __cplusplus -extern "C" { -#endif - -/*********************************************************************/ -/** - * Macros for Driver XCan - * - *********************************************************************/ -#ifndef XCan_mReadReg -#define XCan_mReadReg XCan_ReadReg -#endif - -#ifndef XCan_mWriteReg -#define XCan_mWriteReg XCan_WriteReg -#endif - -#ifndef XCan_mIsTxDone -#define XCan_mIsTxDone XCan_IsTxDone -#endif - -#ifndef XCan_mIsTxFifoFull -#define XCan_mIsTxFifoFull XCan_IsTxFifoFull -#endif - -#ifndef XCan_mIsHighPriorityBufFull -#define XCan_mIsHighPriorityBufFull XCan_IsHighPriorityBufFull -#endif - -#ifndef XCan_mIsRxEmpty -#define XCan_mIsRxEmpty XCan_IsRxEmpty -#endif - -#ifndef XCan_mIsAcceptFilterBusy -#define XCan_mIsAcceptFilterBusy XCan_IsAcceptFilterBusy -#endif - -#ifndef XCan_mCreateIdValue -#define XCan_mCreateIdValue XCan_CreateIdValue -#endif - -#ifndef XCan_mCreateDlcValue -#define XCan_mCreateDlcValue XCan_CreateDlcValue -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDmaCentral - * - *********************************************************************/ -#ifndef XDmaCentral_mWriteReg -#define XDmaCentral_mWriteReg XDmaCentral_WriteReg -#endif - -#ifndef XDmaCentral_mReadReg -#define XDmaCentral_mReadReg XDmaCentral_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDsAdc - * - *********************************************************************/ -#ifndef XDsAdc_mWriteReg -#define XDsAdc_mWriteReg XDsAdc_WriteReg -#endif - -#ifndef XDsAdc_mReadReg -#define XDsAdc_mReadReg XDsAdc_ReadReg -#endif - -#ifndef XDsAdc_mIsEmpty -#define XDsAdc_mIsEmpty XDsAdc_IsEmpty -#endif - -#ifndef XDsAdc_mSetFstmReg -#define XDsAdc_mSetFstmReg XDsAdc_SetFstmReg -#endif - -#ifndef XDsAdc_mGetFstmReg -#define XDsAdc_mGetFstmReg XDsAdc_GetFstmReg -#endif - -#ifndef XDsAdc_mEnableConversion -#define XDsAdc_mEnableConversion XDsAdc_EnableConversion -#endif - -#ifndef XDsAdc_mDisableConversion -#define XDsAdc_mDisableConversion XDsAdc_DisableConversion -#endif - -#ifndef XDsAdc_mGetFifoOccyReg -#define XDsAdc_mGetFifoOccyReg XDsAdc_GetFifoOccyReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDsDac - * - *********************************************************************/ -#ifndef XDsDac_mWriteReg -#define XDsDac_mWriteReg XDsDac_WriteReg -#endif - -#ifndef XDsDac_mReadReg -#define XDsDac_mReadReg XDsDac_ReadReg -#endif - -#ifndef XDsDac_mIsEmpty -#define XDsDac_mIsEmpty XDsDac_IsEmpty -#endif - -#ifndef XDsDac_mFifoIsFull -#define XDsDac_mFifoIsFull XDsDac_FifoIsFull -#endif - -#ifndef XDsDac_mGetVacancy -#define XDsDac_mGetVacancy XDsDac_GetVacancy -#endif - -/*********************************************************************/ -/** - * Macros for Driver XEmacLite - * - *********************************************************************/ -#ifndef XEmacLite_mReadReg -#define XEmacLite_mReadReg XEmacLite_ReadReg -#endif - -#ifndef XEmacLite_mWriteReg -#define XEmacLite_mWriteReg XEmacLite_WriteReg -#endif - -#ifndef XEmacLite_mGetTxStatus -#define XEmacLite_mGetTxStatus XEmacLite_GetTxStatus -#endif - -#ifndef XEmacLite_mSetTxStatus -#define XEmacLite_mSetTxStatus XEmacLite_SetTxStatus -#endif - -#ifndef XEmacLite_mGetRxStatus -#define XEmacLite_mGetRxStatus XEmacLite_GetRxStatus -#endif - -#ifndef XEmacLite_mSetRxStatus -#define XEmacLite_mSetRxStatus XEmacLite_SetRxStatus -#endif - -#ifndef XEmacLite_mIsTxDone -#define XEmacLite_mIsTxDone XEmacLite_IsTxDone -#endif - -#ifndef XEmacLite_mIsRxEmpty -#define XEmacLite_mIsRxEmpty XEmacLite_IsRxEmpty -#endif - -#ifndef XEmacLite_mNextTransmitAddr -#define XEmacLite_mNextTransmitAddr XEmacLite_NextTransmitAddr -#endif - -#ifndef XEmacLite_mNextReceiveAddr -#define XEmacLite_mNextReceiveAddr XEmacLite_NextReceiveAddr -#endif - -#ifndef XEmacLite_mIsMdioConfigured -#define XEmacLite_mIsMdioConfigured XEmacLite_IsMdioConfigured -#endif - -#ifndef XEmacLite_mIsLoopbackConfigured -#define XEmacLite_mIsLoopbackConfigured XEmacLite_IsLoopbackConfigured -#endif - -#ifndef XEmacLite_mGetReceiveDataLength -#define XEmacLite_mGetReceiveDataLength XEmacLite_GetReceiveDataLength -#endif - -#ifndef XEmacLite_mGetTxActive -#define XEmacLite_mGetTxActive XEmacLite_GetTxActive -#endif - -#ifndef XEmacLite_mSetTxActive -#define XEmacLite_mSetTxActive XEmacLite_SetTxActive -#endif - -/*********************************************************************/ -/** - * Macros for Driver XGpio - * - *********************************************************************/ -#ifndef XGpio_mWriteReg -#define XGpio_mWriteReg XGpio_WriteReg -#endif - -#ifndef XGpio_mReadReg -#define XGpio_mReadReg XGpio_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XHwIcap - * - *********************************************************************/ -#ifndef XHwIcap_mFifoWrite -#define XHwIcap_mFifoWrite XHwIcap_FifoWrite -#endif - -#ifndef XHwIcap_mFifoRead -#define XHwIcap_mFifoRead XHwIcap_FifoRead -#endif - -#ifndef XHwIcap_mSetSizeReg -#define XHwIcap_mSetSizeReg XHwIcap_SetSizeReg -#endif - -#ifndef XHwIcap_mGetControlReg -#define XHwIcap_mGetControlReg XHwIcap_GetControlReg -#endif - -#ifndef XHwIcap_mStartConfig -#define XHwIcap_mStartConfig XHwIcap_StartConfig -#endif - -#ifndef XHwIcap_mStartReadBack -#define XHwIcap_mStartReadBack XHwIcap_StartReadBack -#endif - -#ifndef XHwIcap_mGetStatusReg -#define XHwIcap_mGetStatusReg XHwIcap_GetStatusReg -#endif - -#ifndef XHwIcap_mIsTransferDone -#define XHwIcap_mIsTransferDone XHwIcap_IsTransferDone -#endif - -#ifndef XHwIcap_mIsDeviceBusy -#define XHwIcap_mIsDeviceBusy XHwIcap_IsDeviceBusy -#endif - -#ifndef XHwIcap_mIntrGlobalEnable -#define XHwIcap_mIntrGlobalEnable XHwIcap_IntrGlobalEnable -#endif - -#ifndef XHwIcap_mIntrGlobalDisable -#define XHwIcap_mIntrGlobalDisable XHwIcap_IntrGlobalDisable -#endif - -#ifndef XHwIcap_mIntrGetStatus -#define XHwIcap_mIntrGetStatus XHwIcap_IntrGetStatus -#endif - -#ifndef XHwIcap_mIntrDisable -#define XHwIcap_mIntrDisable XHwIcap_IntrDisable -#endif - -#ifndef XHwIcap_mIntrEnable -#define XHwIcap_mIntrEnable XHwIcap_IntrEnable -#endif - -#ifndef XHwIcap_mIntrGetEnabled -#define XHwIcap_mIntrGetEnabled XHwIcap_IntrGetEnabled -#endif - -#ifndef XHwIcap_mIntrClear -#define XHwIcap_mIntrClear XHwIcap_IntrClear -#endif - -#ifndef XHwIcap_mGetWrFifoVacancy -#define XHwIcap_mGetWrFifoVacancy XHwIcap_GetWrFifoVacancy -#endif - -#ifndef XHwIcap_mGetRdFifoOccupancy -#define XHwIcap_mGetRdFifoOccupancy XHwIcap_GetRdFifoOccupancy -#endif - -#ifndef XHwIcap_mSliceX2Col -#define XHwIcap_mSliceX2Col XHwIcap_SliceX2Col -#endif - -#ifndef XHwIcap_mSliceY2Row -#define XHwIcap_mSliceY2Row XHwIcap_SliceY2Row -#endif - -#ifndef XHwIcap_mSliceXY2Slice -#define XHwIcap_mSliceXY2Slice XHwIcap_SliceXY2Slice -#endif - -#ifndef XHwIcap_mReadReg -#define XHwIcap_mReadReg XHwIcap_ReadReg -#endif - -#ifndef XHwIcap_mWriteReg -#define XHwIcap_mWriteReg XHwIcap_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XIic - * - *********************************************************************/ -#ifndef XIic_mReadReg -#define XIic_mReadReg XIic_ReadReg -#endif - -#ifndef XIic_mWriteReg -#define XIic_mWriteReg XIic_WriteReg -#endif - -#ifndef XIic_mEnterCriticalRegion -#define XIic_mEnterCriticalRegion XIic_IntrGlobalDisable -#endif - -#ifndef XIic_mExitCriticalRegion -#define XIic_mExitCriticalRegion XIic_IntrGlobalEnable -#endif - -#ifndef XIIC_GINTR_DISABLE -#define XIIC_GINTR_DISABLE XIic_IntrGlobalDisable -#endif - -#ifndef XIIC_GINTR_ENABLE -#define XIIC_GINTR_ENABLE XIic_IntrGlobalEnable -#endif - -#ifndef XIIC_IS_GINTR_ENABLED -#define XIIC_IS_GINTR_ENABLED XIic_IsIntrGlobalEnabled -#endif - -#ifndef XIIC_WRITE_IISR -#define XIIC_WRITE_IISR XIic_WriteIisr -#endif - -#ifndef XIIC_READ_IISR -#define XIIC_READ_IISR XIic_ReadIisr -#endif - -#ifndef XIIC_WRITE_IIER -#define XIIC_WRITE_IIER XIic_WriteIier -#endif - -#ifndef XIic_mClearIisr -#define XIic_mClearIisr XIic_ClearIisr -#endif - -#ifndef XIic_mSend7BitAddress -#define XIic_mSend7BitAddress XIic_Send7BitAddress -#endif - -#ifndef XIic_mDynSend7BitAddress -#define XIic_mDynSend7BitAddress XIic_DynSend7BitAddress -#endif - -#ifndef XIic_mDynSendStartStopAddress -#define XIic_mDynSendStartStopAddress XIic_DynSendStartStopAddress -#endif - -#ifndef XIic_mDynSendStop -#define XIic_mDynSendStop XIic_DynSendStop -#endif - -#ifndef XIic_mSend10BitAddrByte1 -#define XIic_mSend10BitAddrByte1 XIic_Send10BitAddrByte1 -#endif - -#ifndef XIic_mSend10BitAddrByte2 -#define XIic_mSend10BitAddrByte2 XIic_Send10BitAddrByte2 -#endif - -#ifndef XIic_mSend7BitAddr -#define XIic_mSend7BitAddr XIic_Send7BitAddr -#endif - -#ifndef XIic_mDisableIntr -#define XIic_mDisableIntr XIic_DisableIntr -#endif - -#ifndef XIic_mEnableIntr -#define XIic_mEnableIntr XIic_EnableIntr -#endif - -#ifndef XIic_mClearIntr -#define XIic_mClearIntr XIic_ClearIntr -#endif - -#ifndef XIic_mClearEnableIntr -#define XIic_mClearEnableIntr XIic_ClearEnableIntr -#endif - -#ifndef XIic_mFlushRxFifo -#define XIic_mFlushRxFifo XIic_FlushRxFifo -#endif - -#ifndef XIic_mFlushTxFifo -#define XIic_mFlushTxFifo XIic_FlushTxFifo -#endif - -#ifndef XIic_mReadRecvByte -#define XIic_mReadRecvByte XIic_ReadRecvByte -#endif - -#ifndef XIic_mWriteSendByte -#define XIic_mWriteSendByte XIic_WriteSendByte -#endif - -#ifndef XIic_mSetControlRegister -#define XIic_mSetControlRegister XIic_SetControlRegister -#endif - -/*********************************************************************/ -/** - * Macros for Driver XIntc - * - *********************************************************************/ -#ifndef XIntc_mMasterEnable -#define XIntc_mMasterEnable XIntc_MasterEnable -#endif - -#ifndef XIntc_mMasterDisable -#define XIntc_mMasterDisable XIntc_MasterDisable -#endif - -#ifndef XIntc_mEnableIntr -#define XIntc_mEnableIntr XIntc_EnableIntr -#endif - -#ifndef XIntc_mDisableIntr -#define XIntc_mDisableIntr XIntc_DisableIntr -#endif - -#ifndef XIntc_mAckIntr -#define XIntc_mAckIntr XIntc_AckIntr -#endif - -#ifndef XIntc_mGetIntrStatus -#define XIntc_mGetIntrStatus XIntc_GetIntrStatus -#endif - -/*********************************************************************/ -/** - * Macros for Driver XLlDma - * - *********************************************************************/ -#ifndef XLlDma_mBdRead -#define XLlDma_mBdRead XLlDma_BdRead -#endif - -#ifndef XLlDma_mBdWrite -#define XLlDma_mBdWrite XLlDma_BdWrite -#endif - -#ifndef XLlDma_mWriteReg -#define XLlDma_mWriteReg XLlDma_WriteReg -#endif - -#ifndef XLlDma_mReadReg -#define XLlDma_mReadReg XLlDma_ReadReg -#endif - -#ifndef XLlDma_mBdClear -#define XLlDma_mBdClear XLlDma_BdClear -#endif - -#ifndef XLlDma_mBdSetStsCtrl -#define XLlDma_mBdSetStsCtrl XLlDma_BdSetStsCtrl -#endif - -#ifndef XLlDma_mBdGetStsCtrl -#define XLlDma_mBdGetStsCtrl XLlDma_BdGetStsCtrl -#endif - -#ifndef XLlDma_mBdSetLength -#define XLlDma_mBdSetLength XLlDma_BdSetLength -#endif - -#ifndef XLlDma_mBdGetLength -#define XLlDma_mBdGetLength XLlDma_BdGetLength -#endif - -#ifndef XLlDma_mBdSetId -#define XLlDma_mBdSetId XLlDma_BdSetId -#endif - -#ifndef XLlDma_mBdGetId -#define XLlDma_mBdGetId XLlDma_BdGetId -#endif - -#ifndef XLlDma_mBdSetBufAddr -#define XLlDma_mBdSetBufAddr XLlDma_BdSetBufAddr -#endif - -#ifndef XLlDma_mBdGetBufAddr -#define XLlDma_mBdGetBufAddr XLlDma_BdGetBufAddr -#endif - -#ifndef XLlDma_mBdGetLength -#define XLlDma_mBdGetLength XLlDma_BdGetLength -#endif - -#ifndef XLlDma_mGetTxRing -#define XLlDma_mGetTxRing XLlDma_GetTxRing -#endif - -#ifndef XLlDma_mGetRxRing -#define XLlDma_mGetRxRing XLlDma_GetRxRing -#endif - -#ifndef XLlDma_mGetCr -#define XLlDma_mGetCr XLlDma_GetCr -#endif - -#ifndef XLlDma_mSetCr -#define XLlDma_mSetCr XLlDma_SetCr -#endif - -#ifndef XLlDma_mBdRingCntCalc -#define XLlDma_mBdRingCntCalc XLlDma_BdRingCntCalc -#endif - -#ifndef XLlDma_mBdRingMemCalc -#define XLlDma_mBdRingMemCalc XLlDma_BdRingMemCalc -#endif - -#ifndef XLlDma_mBdRingGetCnt -#define XLlDma_mBdRingGetCnt XLlDma_BdRingGetCnt -#endif - -#ifndef XLlDma_mBdRingGetFreeCnt -#define XLlDma_mBdRingGetFreeCnt XLlDma_BdRingGetFreeCnt -#endif - -#ifndef XLlDma_mBdRingSnapShotCurrBd -#define XLlDma_mBdRingSnapShotCurrBd XLlDma_BdRingSnapShotCurrBd -#endif - -#ifndef XLlDma_mBdRingNext -#define XLlDma_mBdRingNext XLlDma_BdRingNext -#endif - -#ifndef XLlDma_mBdRingPrev -#define XLlDma_mBdRingPrev XLlDma_BdRingPrev -#endif - -#ifndef XLlDma_mBdRingGetSr -#define XLlDma_mBdRingGetSr XLlDma_BdRingGetSr -#endif - -#ifndef XLlDma_mBdRingSetSr -#define XLlDma_mBdRingSetSr XLlDma_BdRingSetSr -#endif - -#ifndef XLlDma_mBdRingGetCr -#define XLlDma_mBdRingGetCr XLlDma_BdRingGetCr -#endif - -#ifndef XLlDma_mBdRingSetCr -#define XLlDma_mBdRingSetCr XLlDma_BdRingSetCr -#endif - -#ifndef XLlDma_mBdRingBusy -#define XLlDma_mBdRingBusy XLlDma_BdRingBusy -#endif - -#ifndef XLlDma_mBdRingIntEnable -#define XLlDma_mBdRingIntEnable XLlDma_BdRingIntEnable -#endif - -#ifndef XLlDma_mBdRingIntDisable -#define XLlDma_mBdRingIntDisable XLlDma_BdRingIntDisable -#endif - -#ifndef XLlDma_mBdRingIntGetEnabled -#define XLlDma_mBdRingIntGetEnabled XLlDma_BdRingIntGetEnabled -#endif - -#ifndef XLlDma_mBdRingGetIrq -#define XLlDma_mBdRingGetIrq XLlDma_BdRingGetIrq -#endif - -#ifndef XLlDma_mBdRingAckIrq -#define XLlDma_mBdRingAckIrq XLlDma_BdRingAckIrq -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMbox - * - *********************************************************************/ -#ifndef XMbox_mWriteReg -#define XMbox_mWriteReg XMbox_WriteReg -#endif - -#ifndef XMbox_mReadReg -#define XMbox_mReadReg XMbox_ReadReg -#endif - -#ifndef XMbox_mWriteMBox -#define XMbox_mWriteMBox XMbox_WriteMBox -#endif - -#ifndef XMbox_mReadMBox -#define XMbox_mReadMBox XMbox_ReadMBox -#endif - -#ifndef XMbox_mFSLReadMBox -#define XMbox_mFSLReadMBox XMbox_FSLReadMBox -#endif - -#ifndef XMbox_mFSLWriteMBox -#define XMbox_mFSLWriteMBox XMbox_FSLWriteMBox -#endif - -#ifndef XMbox_mFSLIsEmpty -#define XMbox_mFSLIsEmpty XMbox_FSLIsEmpty -#endif - -#ifndef XMbox_mFSLIsFull -#define XMbox_mFSLIsFull XMbox_FSLIsFull -#endif - -#ifndef XMbox_mIsEmpty -#define XMbox_mIsEmpty XMbox_IsEmptyHw -#endif - -#ifndef XMbox_mIsFull -#define XMbox_mIsFull XMbox_IsFullHw -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMpmc - * - *********************************************************************/ -#ifndef XMpmc_mReadReg -#define XMpmc_mReadReg XMpmc_ReadReg -#endif - -#ifndef XMpmc_mWriteReg -#define XMpmc_mWriteReg XMpmc_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMutex - * - *********************************************************************/ -#ifndef XMutex_mWriteReg -#define XMutex_mWriteReg XMutex_WriteReg -#endif - -#ifndef XMutex_mReadReg -#define XMutex_mReadReg XMutex_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XPcie - * - *********************************************************************/ -#ifndef XPcie_mReadReg -#define XPcie_mReadReg XPcie_ReadReg -#endif - -#ifndef XPcie_mWriteReg -#define XPcie_mWriteReg XPcie_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSpi - * - *********************************************************************/ -#ifndef XSpi_mIntrGlobalEnable -#define XSpi_mIntrGlobalEnable XSpi_IntrGlobalEnable -#endif - -#ifndef XSpi_mIntrGlobalDisable -#define XSpi_mIntrGlobalDisable XSpi_IntrGlobalDisable -#endif - -#ifndef XSpi_mIsIntrGlobalEnabled -#define XSpi_mIsIntrGlobalEnabled XSpi_IsIntrGlobalEnabled -#endif - -#ifndef XSpi_mIntrGetStatus -#define XSpi_mIntrGetStatus XSpi_IntrGetStatus -#endif - -#ifndef XSpi_mIntrClear -#define XSpi_mIntrClear XSpi_IntrClear -#endif - -#ifndef XSpi_mIntrEnable -#define XSpi_mIntrEnable XSpi_IntrEnable -#endif - -#ifndef XSpi_mIntrDisable -#define XSpi_mIntrDisable XSpi_IntrDisable -#endif - -#ifndef XSpi_mIntrGetEnabled -#define XSpi_mIntrGetEnabled XSpi_IntrGetEnabled -#endif - -#ifndef XSpi_mSetControlReg -#define XSpi_mSetControlReg XSpi_SetControlReg -#endif - -#ifndef XSpi_mGetControlReg -#define XSpi_mGetControlReg XSpi_GetControlReg -#endif - -#ifndef XSpi_mGetStatusReg -#define XSpi_mGetStatusReg XSpi_GetStatusReg -#endif - -#ifndef XSpi_mSetSlaveSelectReg -#define XSpi_mSetSlaveSelectReg XSpi_SetSlaveSelectReg -#endif - -#ifndef XSpi_mGetSlaveSelectReg -#define XSpi_mGetSlaveSelectReg XSpi_GetSlaveSelectReg -#endif - -#ifndef XSpi_mEnable -#define XSpi_mEnable XSpi_Enable -#endif - -#ifndef XSpi_mDisable -#define XSpi_mDisable XSpi_Disable -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSysAce - * - *********************************************************************/ -#ifndef XSysAce_mGetControlReg -#define XSysAce_mGetControlReg XSysAce_GetControlReg -#endif - -#ifndef XSysAce_mSetControlReg -#define XSysAce_mSetControlReg XSysAce_SetControlReg -#endif - -#ifndef XSysAce_mOrControlReg -#define XSysAce_mOrControlReg XSysAce_OrControlReg -#endif - -#ifndef XSysAce_mAndControlReg -#define XSysAce_mAndControlReg XSysAce_AndControlReg -#endif - -#ifndef XSysAce_mGetErrorReg -#define XSysAce_mGetErrorReg XSysAce_GetErrorReg -#endif - -#ifndef XSysAce_mGetStatusReg -#define XSysAce_mGetStatusReg XSysAce_GetStatusReg -#endif - -#ifndef XSysAce_mWaitForLock -#define XSysAce_mWaitForLock XSysAce_WaitForLock -#endif - -#ifndef XSysAce_mEnableIntr -#define XSysAce_mEnableIntr XSysAce_EnableIntr -#endif - -#ifndef XSysAce_mDisableIntr -#define XSysAce_mDisableIntr XSysAce_DisableIntr -#endif - -#ifndef XSysAce_mIsReadyForCmd -#define XSysAce_mIsReadyForCmd XSysAce_IsReadyForCmd -#endif - -#ifndef XSysAce_mIsMpuLocked -#define XSysAce_mIsMpuLocked XSysAce_IsMpuLocked -#endif - -#ifndef XSysAce_mIsIntrEnabled -#define XSysAce_mIsIntrEnabled XSysAce_IsIntrEnabled -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSysMon - * - *********************************************************************/ -#ifndef XSysMon_mIsEventSamplingModeSet -#define XSysMon_mIsEventSamplingModeSet XSysMon_IsEventSamplingModeSet -#endif - -#ifndef XSysMon_mIsDrpBusy -#define XSysMon_mIsDrpBusy XSysMon_IsDrpBusy -#endif - -#ifndef XSysMon_mIsDrpLocked -#define XSysMon_mIsDrpLocked XSysMon_IsDrpLocked -#endif - -#ifndef XSysMon_mRawToTemperature -#define XSysMon_mRawToTemperature XSysMon_RawToTemperature -#endif - -#ifndef XSysMon_mRawToVoltage -#define XSysMon_mRawToVoltage XSysMon_RawToVoltage -#endif - -#ifndef XSysMon_mTemperatureToRaw -#define XSysMon_mTemperatureToRaw XSysMon_TemperatureToRaw -#endif - -#ifndef XSysMon_mVoltageToRaw -#define XSysMon_mVoltageToRaw XSysMon_VoltageToRaw -#endif - -#ifndef XSysMon_mReadReg -#define XSysMon_mReadReg XSysMon_ReadReg -#endif - -#ifndef XSysMon_mWriteReg -#define XSysMon_mWriteReg XSysMon_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XTmrCtr - * - *********************************************************************/ -#ifndef XTimerCtr_mReadReg -#define XTimerCtr_mReadReg XTimerCtr_ReadReg -#endif - -#ifndef XTmrCtr_mWriteReg -#define XTmrCtr_mWriteReg XTmrCtr_WriteReg -#endif - -#ifndef XTmrCtr_mSetControlStatusReg -#define XTmrCtr_mSetControlStatusReg XTmrCtr_SetControlStatusReg -#endif - -#ifndef XTmrCtr_mGetControlStatusReg -#define XTmrCtr_mGetControlStatusReg XTmrCtr_GetControlStatusReg -#endif - -#ifndef XTmrCtr_mGetTimerCounterReg -#define XTmrCtr_mGetTimerCounterReg XTmrCtr_GetTimerCounterReg -#endif - -#ifndef XTmrCtr_mSetLoadReg -#define XTmrCtr_mSetLoadReg XTmrCtr_SetLoadReg -#endif - -#ifndef XTmrCtr_mGetLoadReg -#define XTmrCtr_mGetLoadReg XTmrCtr_GetLoadReg -#endif - -#ifndef XTmrCtr_mEnable -#define XTmrCtr_mEnable XTmrCtr_Enable -#endif - -#ifndef XTmrCtr_mDisable -#define XTmrCtr_mDisable XTmrCtr_Disable -#endif - -#ifndef XTmrCtr_mEnableIntr -#define XTmrCtr_mEnableIntr XTmrCtr_EnableIntr -#endif - -#ifndef XTmrCtr_mDisableIntr -#define XTmrCtr_mDisableIntr XTmrCtr_DisableIntr -#endif - -#ifndef XTmrCtr_mLoadTimerCounterReg -#define XTmrCtr_mLoadTimerCounterReg XTmrCtr_LoadTimerCounterReg -#endif - -#ifndef XTmrCtr_mHasEventOccurred -#define XTmrCtr_mHasEventOccurred XTmrCtr_HasEventOccurred -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUartLite - * - *********************************************************************/ -#ifndef XUartLite_mUpdateStats -#define XUartLite_mUpdateStats XUartLite_UpdateStats -#endif - -#ifndef XUartLite_mWriteReg -#define XUartLite_mWriteReg XUartLite_WriteReg -#endif - -#ifndef XUartLite_mReadReg -#define XUartLite_mReadReg XUartLite_ReadReg -#endif - -#ifndef XUartLite_mClearStats -#define XUartLite_mClearStats XUartLite_ClearStats -#endif - -#ifndef XUartLite_mSetControlReg -#define XUartLite_mSetControlReg XUartLite_SetControlReg -#endif - -#ifndef XUartLite_mGetStatusReg -#define XUartLite_mGetStatusReg XUartLite_GetStatusReg -#endif - -#ifndef XUartLite_mIsReceiveEmpty -#define XUartLite_mIsReceiveEmpty XUartLite_IsReceiveEmpty -#endif - -#ifndef XUartLite_mIsTransmitFull -#define XUartLite_mIsTransmitFull XUartLite_IsTransmitFull -#endif - -#ifndef XUartLite_mIsIntrEnabled -#define XUartLite_mIsIntrEnabled XUartLite_IsIntrEnabled -#endif - -#ifndef XUartLite_mEnableIntr -#define XUartLite_mEnableIntr XUartLite_EnableIntr -#endif - -#ifndef XUartLite_mDisableIntr -#define XUartLite_mDisableIntr XUartLite_DisableIntr -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUartNs550 - * - *********************************************************************/ -#ifndef XUartNs550_mUpdateStats -#define XUartNs550_mUpdateStats XUartNs550_UpdateStats -#endif - -#ifndef XUartNs550_mReadReg -#define XUartNs550_mReadReg XUartNs550_ReadReg -#endif - -#ifndef XUartNs550_mWriteReg -#define XUartNs550_mWriteReg XUartNs550_WriteReg -#endif - -#ifndef XUartNs550_mClearStats -#define XUartNs550_mClearStats XUartNs550_ClearStats -#endif - -#ifndef XUartNs550_mGetLineStatusReg -#define XUartNs550_mGetLineStatusReg XUartNs550_GetLineStatusReg -#endif - -#ifndef XUartNs550_mGetLineControlReg -#define XUartNs550_mGetLineControlReg XUartNs550_GetLineControlReg -#endif - -#ifndef XUartNs550_mSetLineControlReg -#define XUartNs550_mSetLineControlReg XUartNs550_SetLineControlReg -#endif - -#ifndef XUartNs550_mEnableIntr -#define XUartNs550_mEnableIntr XUartNs550_EnableIntr -#endif - -#ifndef XUartNs550_mDisableIntr -#define XUartNs550_mDisableIntr XUartNs550_DisableIntr -#endif - -#ifndef XUartNs550_mIsReceiveData -#define XUartNs550_mIsReceiveData XUartNs550_IsReceiveData -#endif - -#ifndef XUartNs550_mIsTransmitEmpty -#define XUartNs550_mIsTransmitEmpty XUartNs550_IsTransmitEmpty -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUsb - * - *********************************************************************/ -#ifndef XUsb_mReadReg -#define XUsb_mReadReg XUsb_ReadReg -#endif - -#ifndef XUsb_mWriteReg -#define XUsb_mWriteReg XUsb_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XPmonPsv - * - *********************************************************************/ -#ifndef XpsvPmon_CfgInitialize -#define XpsvPmon_CfgInitialize XPmonPsv_CfgInitialize -#endif - -#ifndef XpsvPmon_LookupConfig -#define XpsvPmon_LookupConfig XPmonPsv_LookupConfig -#endif - -#ifndef XpsvPmon_WriteReg -#define XpsvPmon_WriteReg XPmonPsv_WriteReg -#endif - -#ifndef XpsvPmon_SetMetrics -#define XpsvPmon_SetMetrics XPmonPsv_SetMetrics -#endif - -#ifndef XpsvPmon_GetMetrics -#define XpsvPmon_GetMetrics XPmonPsv_GetMetrics -#endif - -#ifndef XpsvPmon_ResetCounter -#define XpsvPmon_ResetCounter XPmonPsv_ResetCounter -#endif - -#ifndef XpsvPmon_GetWriteCounter -#define XpsvPmon_GetWriteCounter XPmonPsv_GetWriteCounter -#endif - -#ifndef XpsvPmon_GetReadCounter -#define XpsvPmon_GetReadCounter XPmonPsv_GetReadCounter -#endif - -#ifndef XpsvPmon_EnableCounters -#define XpsvPmon_EnableCounters XPmonPsv_EnableCounters -#endif - -#ifndef XpsvPmon_StopCounter -#define XpsvPmon_StopCounter XPmonPsv_StopCounter -#endif - -#ifndef XpsvPmon_SetPort -#define XpsvPmon_SetPort XPmonPsv_SetPort -#endif - -#ifndef XpsvPmon_SetSrc -#define XpsvPmon_SetSrc XPmonPsv_SetSrc -#endif - -#ifndef XpsvPmon_Unlock -#define XpsvPmon_Unlock XPmonPsv_Unlock -#endif - -#ifndef XpsvPmon_Lock -#define XpsvPmon_Lock XPmonPsv_Lock -#endif - - -#ifndef XpsvPmon_RequestCounter -#define XpsvPmon_RequestCounter XPmonPsv_RequestCounter -#endif - -#ifndef XPmonpsv_Config -#define XPmonpsv_Config XPmonPsv_Config -#endif - -typedef XPmonPsv XpsvPmon; -#ifdef __cplusplus -} -#endif - -#endif -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_mem.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_mem.h deleted file mode 100644 index d6bc637..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_mem.h +++ /dev/null @@ -1,47 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_mem.h -* -* @addtogroup common_mem_operation_api Customized APIs for Memory Operations -* -* The xil_mem.h file contains prototype for functions related -* to memory operations. These APIs are applicable for all processors supported -* by Xilinx. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.1   nsk      11/07/16 First release.
-* 7.0   mus      01/07/19 Add cpp extern macro
-*
-* 
-* -*****************************************************************************/ -#ifndef XIL_MEM_H /* prevent circular inclusions */ -#define XIL_MEM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes *****************************/ - -void Xil_MemCpy(void* dst, const void* src, u32 cnt); - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MEM_H */ -/** -* @} End of "addtogroup common_mem_operation_api". -*/ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_misc_psreset_api.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_misc_psreset_api.h deleted file mode 100644 index 878d575..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_misc_psreset_api.h +++ /dev/null @@ -1,261 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_misc_psreset_api.h -* -* This file contains the various register definitions and function prototypes for -* implementing the reset functionality of zynq ps devices -* -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- ------------------------------------------------------- -* 1.00b kpc 03/07/13 First release. -* -* -******************************************************************************/ - -#ifndef XIL_MISC_RESET_H /* prevent circular inclusions */ -#define XIL_MISC_RESET_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** - *@cond nocomments - */ - -#define XDDRC_CTRL_BASEADDR 0xF8006000U -#define XSLCR_BASEADDR 0xF8000000U -/**< OCM configuration register */ -#define XSLCR_OCM_CFG_ADDR (XSLCR_BASEADDR + 0x00000910U) -/**< SLCR unlock register */ -#define XSLCR_UNLOCK_ADDR (XSLCR_BASEADDR + 0x00000008U) -/**< SLCR GEM0 rx clock control register */ -#define XSLCR_GEM0_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000138U) -/**< SLCR GEM1 rx clock control register */ -#define XSLCR_GEM1_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x0000013CU) -/**< SLCR GEM0 clock control register */ -#define XSLCR_GEM0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000140U) -/**< SLCR GEM1 clock control register */ -#define XSLCR_GEM1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000144U) -/**< SLCR SMC clock control register */ -#define XSLCR_SMC_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000148U) -/**< SLCR GEM reset control register */ -#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U) -/**< SLCR USB0 clock control register */ -#define XSLCR_USB0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000130U) -/**< SLCR USB1 clock control register */ -#define XSLCR_USB1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000134U) -/**< SLCR USB1 reset control register */ -#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U) -/**< SLCR SMC reset control register */ -#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U) -/**< SLCR Level shifter enable register */ -#define XSLCR_LVL_SHFTR_EN_ADDR (XSLCR_BASEADDR + 0x00000900U) -/**< SLCR ARM pll control register */ -#define XSLCR_ARM_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000100U) -/**< SLCR DDR pll control register */ -#define XSLCR_DDR_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000104U) -/**< SLCR IO pll control register */ -#define XSLCR_IO_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000108U) -/**< SLCR ARM pll configuration register */ -#define XSLCR_ARM_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000110U) -/**< SLCR DDR pll configuration register */ -#define XSLCR_DDR_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000114U) -/**< SLCR IO pll configuration register */ -#define XSLCR_IO_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000118U) -/**< SLCR ARM clock control register */ -#define XSLCR_ARM_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000120U) -/**< SLCR DDR clock control register */ -#define XSLCR_DDR_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000124U) -/**< SLCR MIO pin address register */ -#define XSLCR_MIO_PIN_00_ADDR (XSLCR_BASEADDR + 0x00000700U) -/**< SLCR DMAC reset control address register */ -#define XSLCR_DMAC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000020CU) -/**< SLCR USB reset control address register */ -/*#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U)*/ -/**< SLCR GEM reset control address register */ -/*#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U)*/ -/**< SLCR SDIO reset control address register */ -#define XSLCR_SDIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000218U) -/**< SLCR SPI reset control address register */ -#define XSLCR_SPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000021CU) -/**< SLCR CAN reset control address register */ -#define XSLCR_CAN_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000220U) -/**< SLCR I2C reset control address register */ -#define XSLCR_I2C_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000224U) -/**< SLCR UART reset control address register */ -#define XSLCR_UART_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000228U) -/**< SLCR GPIO reset control address register */ -#define XSLCR_GPIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000022CU) -/**< SLCR LQSPI reset control address register */ -#define XSLCR_LQSPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000230U) -/**< SLCR SMC reset control address register */ -/*#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U)*/ -/**< SLCR OCM reset control address register */ -#define XSLCR_OCM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000238U) - -/**< SMC mem controller clear config register */ -#define XSMC_MEMC_CLR_CONFIG_OFFSET 0x0000000CU -/**< SMC idlecount configuration register */ -#define XSMC_REFRESH_PERIOD_0_OFFSET 0x00000020U -#define XSMC_REFRESH_PERIOD_1_OFFSET 0x00000024U -/**< SMC ECC configuration register */ -#define XSMC_ECC_MEMCFG1_OFFSET 0x00000404U -/**< SMC ECC command 1 register */ -#define XSMC_ECC_MEMCMD1_OFFSET 0x00000404U -/**< SMC ECC command 2 register */ -#define XSMC_ECC_MEMCMD2_OFFSET 0x00000404U - -/**< SLCR unlock code */ -#define XSLCR_UNLOCK_CODE 0x0000DF0DU - -/**< SMC mem clear configuration mask */ -#define XSMC_MEMC_CLR_CONFIG_MASK 0x000005FU -/**< SMC ECC memconfig 1 reset value */ -#define XSMC_ECC_MEMCFG1_RESET_VAL 0x0000043U -/**< SMC ECC memcommand 1 reset value */ -#define XSMC_ECC_MEMCMD1_RESET_VAL 0x01300080U -/**< SMC ECC memcommand 2 reset value */ -#define XSMC_ECC_MEMCMD2_RESET_VAL 0x01E00585U - -/**< DDR controller reset bit mask */ -#define XDDRPS_CTRL_RESET_MASK 0x00000001U -/**< SLCR OCM configuration reset value*/ -#define XSLCR_OCM_CFG_RESETVAL 0x00000008U -/**< SLCR OCM bank selection mask*/ -#define XSLCR_OCM_CFG_HIADDR_MASK 0x0000000FU -/**< SLCR level shifter enable mask*/ -#define XSLCR_LVL_SHFTR_EN_MASK 0x0000000FU - -/**< SLCR PLL register reset values */ -#define XSLCR_ARM_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_DDR_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_IO_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_ARM_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_DDR_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_IO_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_ARM_CLK_CTRL_RESET_VAL 0x1F000400U -#define XSLCR_DDR_CLK_CTRL_RESET_VAL 0x18400003U - -/**< SLCR MIO register default values */ -#define XSLCR_MIO_PIN_00_RESET_VAL 0x00001601U -#define XSLCR_MIO_PIN_02_RESET_VAL 0x00000601U - -/**< SLCR Reset control registers default values */ -#define XSLCR_DMAC_RST_CTRL_VAL 0x00000001U -#define XSLCR_GEM_RST_CTRL_VAL 0x000000F3U -#define XSLCR_USB_RST_CTRL_VAL 0x00000003U -#define XSLCR_I2C_RST_CTRL_VAL 0x00000003U -#define XSLCR_SPI_RST_CTRL_VAL 0x0000000FU -#define XSLCR_UART_RST_CTRL_VAL 0x0000000FU -#define XSLCR_QSPI_RST_CTRL_VAL 0x00000003U -#define XSLCR_GPIO_RST_CTRL_VAL 0x00000001U -#define XSLCR_SMC_RST_CTRL_VAL 0x00000003U -#define XSLCR_OCM_RST_CTRL_VAL 0x00000001U -#define XSLCR_SDIO_RST_CTRL_VAL 0x00000033U -#define XSLCR_CAN_RST_CTRL_VAL 0x00000003U - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - -/* the following data type is used to hold a null terminated version string - * consisting of the following format, "X.YYX" - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ -/* - * Performs reset operation to the ddr interface - */ -void XDdr_ResetHw(void); -/* - * Map the ocm region to post bootrom state - */ -void XOcm_Remap(void); -/* - * Performs the smc interface reset - */ -void XSmc_ResetHw(u32 BaseAddress); -/* - * updates the MIO registers with reset values - */ -void XSlcr_MioWriteResetValues(void); -/* - * updates the PLL and clock registers with reset values - */ -void XSlcr_PllWriteResetValues(void); -/* - * Disables the level shifters - */ -void XSlcr_DisableLevelShifters(void); -/* - * provides softreset to the GPIO interface - */ -void XSlcr_GpioPsReset(void); -/* - * provides softreset to the DMA interface - */ -void XSlcr_DmaPsReset(void); -/* - * provides softreset to the SMC interface - */ -void XSlcr_SmcPsReset(void); -/* - * provides softreset to the CAN interface - */ -void XSlcr_CanPsReset(void); -/* - * provides softreset to the Uart interface - */ -void XSlcr_UartPsReset(void); -/* - * provides softreset to the I2C interface - */ -void XSlcr_I2cPsReset(void); -/* - * provides softreset to the SPI interface - */ -void XSlcr_SpiPsReset(void); -/* - * provides softreset to the QSPI interface - */ -void XSlcr_QspiPsReset(void); -/* - * provides softreset to the USB interface - */ -void XSlcr_UsbPsReset(void); -/* - * provides softreset to the GEM interface - */ -void XSlcr_EmacPsReset(void); -/* - * provides softreset to the OCM interface - */ -void XSlcr_OcmReset(void); - - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MISC_RESET_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_mmu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_mmu.h deleted file mode 100644 index d21e13a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_mmu.h +++ /dev/null @@ -1,92 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* -* @addtogroup a9_mmu_apis Cortex A9 Processor MMU Functions -* -* MMU functions equip users to enable MMU, disable MMU and modify default -* memory attributes of MMU table as per the need. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  01/12/12 Initial version
-* 4.2	pkp	 07/21/14 Included xil_types.h file which contains definition for
-*					  u32 which resolves issue of CR#805869
-* 5.4	pkp	 23/11/15 Added attribute definitions for Xil_SetTlbAttributes API
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_MMU_H -#define XIL_MMU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/* Memory type */ -#define NORM_NONCACHE 0x11DE2 /* Normal Non-cacheable */ -#define STRONG_ORDERED 0xC02 /* Strongly ordered */ -#define DEVICE_MEMORY 0xC06 /* Device memory */ -#define RESERVED 0x0 /* reserved memory */ - -/* Normal write-through cacheable shareable */ -#define NORM_WT_CACHE 0x16DEA - -/* Normal write back cacheable shareable */ -#define NORM_WB_CACHE 0x15DE6 - -/* shareability attribute */ -#define SHAREABLE (0x1 << 16) -#define NON_SHAREABLE (~(0x1 << 16)) - -/* Execution type */ -#define EXECUTE_NEVER ((0x1 << 4) | (0x1 << 0)) - -/** -*@endcond -*/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void Xil_SetTlbAttributes(INTPTR Addr, u32 attrib); -void Xil_EnableMMU(void); -void Xil_DisableMMU(void); -void* Xil_MemMap(UINTPTR PhysAddr, size_t size, u32 flags); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MMU_H */ -/** -* @} End of "addtogroup a9_mmu_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_printf.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_printf.h deleted file mode 100644 index 60f4ba3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_printf.h +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 1995 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - #ifndef XIL_PRINTF_H - #define XIL_PRINTF_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include -#include -#include "xil_types.h" -#include "xparameters.h" -#include "bspconfig.h" -#if defined (__aarch64__) && HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE -#include "xen_console.h" -#endif - -/*----------------------------------------------------*/ -/* Use the following parameter passing structure to */ -/* make xil_printf re-entrant. */ -/*----------------------------------------------------*/ - -struct params_s; - - -/*---------------------------------------------------*/ -/* The purpose of this routine is to output data the */ -/* same as the standard printf function without the */ -/* overhead most run-time libraries involve. Usually */ -/* the printf brings in many kilobytes of code and */ -/* that is unacceptable in most embedded systems. */ -/*---------------------------------------------------*/ - -typedef char8* charptr; -typedef s32 (*func_ptr)(int c); - -/* */ - -void xil_printf( const char8 *ctrl1, ...); -void xil_vprintf(const char8 *ctrl1, va_list argp); -void print( const char8 *ptr); -extern void outbyte (char8 c); -extern char8 inbyte(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_sleeptimer.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_sleeptimer.h deleted file mode 100644 index 5007212..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_sleeptimer.h +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_sleeptimer.h -* -* This header file contains ARM Cortex A53,A9,R5 specific sleep related APIs. -* For sleep related functions that can be used across all Xilinx supported -* processors, please use xil_sleeptimer.h. -* -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6	srm  10/18/17 First Release.
-* 7.0   mus  01/07/19 Add cpp extern macro
-*
-* 
-*****************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_SLEEPTIMER_H /* prevent circular inclusions */ -#define XIL_SLEEPTIMER_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/**************************** Include Files ********************************/ - -#include "xil_io.h" -#include "xparameters.h" -#include "bspconfig.h" - -/************************** Constant Definitions *****************************/ - -#if defined (ARMR5) || (__aarch64__) || (ARMA53_32) -#define XSLEEP_TIMER_REG_SHIFT 32U -#define XSleep_ReadCounterVal Xil_In32 -#define XCntrVal u32 -#else -#define XSLEEP_TIMER_REG_SHIFT 16U -#define XSleep_ReadCounterVal Xil_In16 -#define XCntrVal u16 -#endif - -#if defined(ARMR5) || (defined (__aarch64__) && EL3==1) || defined (ARMA53_32) -#if defined (versal) -#define CRL_TTC_RST 0xFF5E0344U -#define CRL_TTC_BASE_RST_MASK 0x1U -#else -#define RST_LPD_IOU2 0xFF5E0238U -#define RST_LPD_IOU2_TTC_BASE_RESET_MASK 0x00000800U -#endif -#endif - -#if defined (SLEEP_TIMER_BASEADDR) -/** @name Register Map -* -* Register offsets from the base address of the TTC device -* -* @{ -*/ - #define XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET 0x00000000U - /**< Clock Control Register */ - #define XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET 0x0000000CU - /**< Counter Control Register*/ - #define XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET 0x00000018U - /**< Current Counter Value */ -/* @} */ -/** @name Clock Control Register -* Clock Control Register definitions of TTC -* @{ -*/ - #define XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK 0x00000001U - /**< Prescale enable */ -/* @} */ -/** @name Counter Control Register -* Counter Control Register definitions of TTC -* @{ -*/ -#define XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK 0x00000001U - /**< Disable the counter */ -#define XSLEEP_TIMER_TTC_CNT_CNTRL_RST_MASK 0x00000010U - /**< Reset counter */ -/* @} */ - -/**************************** Type Definitions *******************************/ -/** - *@endcond - */ -/************************** Function Prototypes ******************************/ - -void Xil_SleepTTCCommon(u32 delay, u64 frequency); -void XTime_StartTTCTimer(); - -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_SLEEPTIMER_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_spinlock.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_spinlock.h deleted file mode 100644 index fa58233..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_spinlock.h +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_spinlock.h -* -* This header file contains function prototypes to be used while using Xilinx -* spinlocking mechanism. -* Please refer to file header contents of xil_spinlock.c to understand in -* detail the spinlocking mechanism. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 7.5 	asa		 02/16/21 First release
-* 7.6	sk	 08/05/21 Add Boolean check and braces for Xil_IsSpinLockEnabled
-* 			  if condition to fix misrac violations.
-* 
-* -******************************************************************************/ - -#ifndef XIL_SPINLOCK_H /* prevent circular inclusions */ -#define XIL_SPINLOCK_H /* by using protection macros */ - -/***************************** Include Files ********************************/ -#include "xil_types.h" -#include "xstatus.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -/************************** Function Prototypes *****************************/ -u32 Xil_SpinLock(void); -u32 Xil_SpinUnlock(void); -u32 Xil_InitializeSpinLock(UINTPTR lockaddr, UINTPTR lockflagaddr, - u32 lockflag); -void Xil_ReleaseSpinLock(void); -u32 Xil_IsSpinLockEnabled(void); - -/************************** MACRO Definitions ****************************/ -#define XIL_SPINLOCK_LOCKVAL 0x10203040 -#define XIL_SPINLOCK_RESETVAL 0x40302010 -#define XIL_SPINLOCK_ENABLE 0x17273747 -#define XIL_SPINLOCK_ENABLED 0x17273747 -/***************** Macros (Inline Functions) Definitions ********************/ - -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ -/***************************************************************************/ -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#define XIL_SPINLOCK() \ - if(Xil_IsSpinLockEnabled()!=(u32)0) { \ - Xil_SpinLock(); } -#else -#define XIL_SPINLOCK() -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ - -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#define XIL_SPINUNLOCK() \ - if(Xil_IsSpinLockEnabled()!=(u32)0) { \ - Xil_SpinUnlock(); } -#else -#define XIL_SPINUNLOCK() -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ - - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_SPINLOCK_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_testcache.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_testcache.h deleted file mode 100644 index 5798c21..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_testcache.h +++ /dev/null @@ -1,54 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testcache.h -* -* @addtogroup common_test_utils -*

Cache test

-* The xil_testcache.h file contains utility functions to test cache. -* -* @{ -*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  07/29/09 First release
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_TESTCACHE_H /* prevent circular inclusions */ -#define XIL_TESTCACHE_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -extern s32 Xil_TestDCacheRange(void); -extern s32 Xil_TestDCacheAll(void); -extern s32 Xil_TestICacheRange(void); -extern s32 Xil_TestICacheAll(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_testio.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_testio.h deleted file mode 100644 index 5a1bda3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_testio.h +++ /dev/null @@ -1,76 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testio.h -* -* @addtogroup common_test_utils Test Utilities for Memory and Caches -*

I/O test

-* The xil_testio.h file contains utility functions to test endian related memory -* IO functions. -* -* A subset of the memory tests can be selected or all of the tests can be run -* in order. If there is an error detected by a subtest, the test stops and the -* failure code is returned. Further tests are not run even if all of the tests -* are selected. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00 hbm  08/05/09 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_TESTIO_H /* prevent circular inclusions */ -#define XIL_TESTIO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ - - -#define XIL_TESTIO_DEFAULT 0 -#define XIL_TESTIO_LE 1 -#define XIL_TESTIO_BE 2 - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -extern s32 Xil_TestIO8(u8 *Addr, s32 Length, u8 Value); -extern s32 Xil_TestIO16(u16 *Addr, s32 Length, u16 Value, s32 Kind, s32 Swap); -extern s32 Xil_TestIO32(u32 *Addr, s32 Length, u32 Value, s32 Kind, s32 Swap); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_testmem.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_testmem.h deleted file mode 100644 index 7e29233..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_testmem.h +++ /dev/null @@ -1,165 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testmem.h -* @addtogroup common_test_utils Test Utilities for Memory and Caches -* -* - Cache test: xil_testcache.h contains utility functions to test cache. -* -* - I/O test: The Xil_testio.h file contains endian related memory IO functions. A -* subset of the memory tests can be selected or all of the tests can be run in order. -* If there is an error detected by a subtest, the test stops and the failure code is -* returned. Further tests are not run even if all of the tests are selected. -* -* - Memory test: The xil_testmem.h file contains utility functions to test memory. -* A subset of the memory tests can be selected or all of the tests can be run -* in order. If there is an error detected by a subtest, the test stops and the -* failure code is returned. Further tests are not run even if all of the tests are selected. -* -* -* Following list describes the supported memory tests: -* -* - XIL_TESTMEM_ALLMEMTESTS: This test runs all of the subtests. -* -* - XIL_TESTMEM_INCREMENT: This test -* starts at 'XIL_TESTMEM_INIT_VALUE' and uses the incrementing value as the -* test value for memory. -* -* - XIL_TESTMEM_WALKONES: Also known as the Walking ones test. This test -* uses a walking '1' as the test value for memory. -* @code -* location 1 = 0x00000001 -* location 2 = 0x00000002 -* ... -* @endcode -* -* - XIL_TESTMEM_WALKZEROS: Also known as the Walking zero's test. -* This test uses the inverse value of the walking ones test -* as the test value for memory. -* @code -* location 1 = 0xFFFFFFFE -* location 2 = 0xFFFFFFFD -* ... -*@endcode -* -* - XIL_TESTMEM_INVERSEADDR: Also known as the inverse address test. -* This test uses the inverse of the address of the location under test -* as the test value for memory. -* -* - XIL_TESTMEM_FIXEDPATTERN: Also known as the fixed pattern test. -* This test uses the provided patters as the test value for memory. -* If zero is provided as the pattern the test uses '0xDEADBEEF". -* -* @warning -* The tests are DESTRUCTIVE. Run before any initialized memory spaces -* have been set up. -* The address provided to the memory tests is not checked for -* validity except for the NULL case. It is possible to provide a code-space -* pointer for this test to start with and ultimately destroy executable code -* causing random failures. -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 7.5   mus  03/10/21 Added new set of Xil_TestMem32, Xil_TestMem16 and
-*                     Xil_TestMem8 APIs to support memory test for memory
-*                     regions mapped at extended addresses
-*                     (addresses > 4 GB). These new set of APIs would be
-*                     compiled only for 32 bit Microblaze processor, if
-*                     XPAR_MICROBLAZE_ADDR_SIZE is greater than 32.
-*                     It fixes CR#1089129.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_TESTMEM_H /* prevent circular inclusions */ -#define XIL_TESTMEM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xparameters.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - -/* xutil_memtest defines */ - -#define XIL_TESTMEM_INIT_VALUE 1U - -/** @name Memory subtests - * @{ - */ -/** - * See the detailed description of the subtests in the file description. - */ -#define XIL_TESTMEM_ALLMEMTESTS 0x00U -#define XIL_TESTMEM_INCREMENT 0x01U -#define XIL_TESTMEM_WALKONES 0x02U -#define XIL_TESTMEM_WALKZEROS 0x03U -#define XIL_TESTMEM_INVERSEADDR 0x04U -#define XIL_TESTMEM_FIXEDPATTERN 0x05U -#define XIL_TESTMEM_MAXTEST XIL_TESTMEM_FIXEDPATTERN -/* @} */ - -#if !defined(__aarch64__) && !defined(__arch64__) -#define NUM_OF_BITS_IN_BYTE 8U -#define NUM_OF_BYTES_IN_HW 2U -#define NUM_OF_BITS_IN_HW 16U -#define NUM_OF_BYTES_IN_WORD 4U -#define NUM_OF_BITS_IN_WORD 32U -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/** - *@endcond - */ - -/************************** Function Prototypes ******************************/ - -/* xutil_testmem prototypes */ -#if defined(__MICROBLAZE__) && !defined(__arch64__) && (XPAR_MICROBLAZE_ADDR_SIZE > 32) -extern s32 Xil_TestMem32(u32 AddrLow, u32 AddrHigh, u32 Words, u32 Pattern, u8 Subtest); -extern s32 Xil_TestMem16(u32 AddrLow, u32 AddrHigh, u32 Words, u16 Pattern, u8 Subtest); -extern s32 Xil_TestMem8(u32 AddrLow, u32 AddrHigh, u32 Words, u8 Pattern, u8 Subtest); -#else -extern s32 Xil_TestMem32(u32 *Addr, u32 Words, u32 Pattern, u8 Subtest); -extern s32 Xil_TestMem16(u16 *Addr, u32 Words, u16 Pattern, u8 Subtest); -extern s32 Xil_TestMem8(u8 *Addr, u32 Words, u8 Pattern, u8 Subtest); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_types.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_types.h deleted file mode 100644 index 1d18bfb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_types.h +++ /dev/null @@ -1,203 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_types.h -* -* @addtogroup common_types Basic Data types for Xilinx® Software IP -* -* The xil_types.h file contains basic types for Xilinx software IP. These data types -* are applicable for all processors supported by Xilinx. -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 First release
-* 3.03a sdm  05/30/11 Added Xuint64 typedef and XUINT64_MSW/XUINT64_LSW macros
-* 5.00 	pkp  05/29/14 Made changes for 64 bit architecture
-*	srt  07/14/14 Use standard definitions from stdint.h and stddef.h
-*		      Define LONG and ULONG datatypes and mask values
-* 7.00  mus  01/07/19 Add cpp extern macro
-* 7.1   aru  08/19/19 Shift the value in UPPER_32_BITS only if it
-*                     is 64-bit processor
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_TYPES_H /* prevent circular inclusions */ -#define XIL_TYPES_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -/************************** Constant Definitions *****************************/ - -#ifndef TRUE -# define TRUE 1U -#endif - -#ifndef FALSE -# define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -#define XIL_COMPONENT_IS_READY 0x11111111U /**< In device drivers, This macro will be - assigend to "IsReady" member of driver - instance to indicate that driver - instance is initialized and ready to use. */ -#define XIL_COMPONENT_IS_STARTED 0x22222222U /**< In device drivers, This macro will be assigend to - "IsStarted" member of driver instance - to indicate that driver instance is - started and it can be enabled. */ - -/* @name New types - * New simple types. - * @{ - */ -#ifndef __KERNEL__ -#ifndef XBASIC_TYPES_H -/* - * guarded against xbasic_types.h. - */ -typedef uint8_t u8; -typedef uint16_t u16; -typedef uint32_t u32; -/** @}*/ -#define __XUINT64__ -typedef struct -{ - u32 Upper; - u32 Lower; -} Xuint64; - - -/*****************************************************************************/ -/** -* @brief Return the most significant half of the 64 bit data type. -* -* @param x is the 64 bit word. -* -* @return The upper 32 bits of the 64 bit word. -* -******************************************************************************/ -#define XUINT64_MSW(x) ((x).Upper) - -/*****************************************************************************/ -/** -* @brief Return the least significant half of the 64 bit data type. -* -* @param x is the 64 bit word. -* -* @return The lower 32 bits of the 64 bit word. -* -******************************************************************************/ -#define XUINT64_LSW(x) ((x).Lower) - -#endif /* XBASIC_TYPES_H */ - -/* - * xbasic_types.h does not typedef s* or u64 - */ -/** @{ */ -typedef char char8; -typedef int8_t s8; -typedef int16_t s16; -typedef int32_t s32; -typedef int64_t s64; -typedef uint64_t u64; -typedef int sint32; - -typedef intptr_t INTPTR; -typedef uintptr_t UINTPTR; -typedef ptrdiff_t PTRDIFF; -/** @}*/ -#if !defined(LONG) || !defined(ULONG) -typedef long LONG; -typedef unsigned long ULONG; -#endif - -#define ULONG64_HI_MASK 0xFFFFFFFF00000000U -#define ULONG64_LO_MASK ~ULONG64_HI_MASK - -#else -#include -#endif - -/** @{ */ -/** - * This data type defines an interrupt handler for a device. - * The argument points to the instance of the component - */ -typedef void (*XInterruptHandler) (void *InstancePtr); - -/** - * This data type defines an exception handler for a processor. - * The argument points to the instance of the component - */ -typedef void (*XExceptionHandler) (void *InstancePtr); - -/** - * @brief Returns 32-63 bits of a number. - * @param n : Number being accessed. - * @return Bits 32-63 of number. - * - * @note A basic shift-right of a 64- or 32-bit quantity. - * Use this to suppress the "right shift count >= width of type" - * warning when that quantity is 32-bits. - */ -#if defined (__aarch64__) || defined (__arch64__) -#define UPPER_32_BITS(n) ((u32)(((n) >> 16) >> 16)) -#else -#define UPPER_32_BITS(n) 0U -#endif -/** - * @brief Returns 0-31 bits of a number - * @param n : Number being accessed. - * @return Bits 0-31 of number - */ -#define LOWER_32_BITS(n) ((u32)(n)) - - - - -/************************** Constant Definitions *****************************/ - -#ifndef TRUE -#define TRUE 1U -#endif - -#ifndef FALSE -#define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** - *@endcond - */ -/** -* @} End of "addtogroup common_types". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_util.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_util.h deleted file mode 100644 index e22e04d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xil_util.h +++ /dev/null @@ -1,181 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2019 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_util.h -* @addtogroup common_utilities Common Utility APIs -* @{ -* @details -* -* This file contains xil utility functions declaration -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.4   mmd      04/21/19 First release.
-* 6.5   kal      02/29/20 Added Xil_ConvertStringToHexBE API
-* 7.3   kal      06/30/20 Converted Xil_Ceil macro to API
-*       rpo      08/19/20 Added function for read, modify and write
-*       bsv      08/21/20 Added XSECURE_TEMPORAL_CHECK macro to add
-*                         redundancy in security critical functions, to avoid
-*                         glitches from altering the return values of security
-*                         critical functions. The macro requires a label to be
-*                         passed to "go to" in case of error.
-*      kpt       09/03/20 Added XSECURE_TEMPORAL_IMPL macro for redundancy
-*      kal       09/22/20 Changed the param type from const char to const char*
-*                         to avoid copying key onto stack
-*      td        10/16/20 Added Xil_Strcpy, Xil_Strcat, Xil_SecureMemCpy and
-*                         Xil_MemCmp functions
-*      am        10/13/20 Resolved Coverity warning
-*      td        11/19/20 Updated XSECURE_TEMPORAL_CHECK and
-*                         XSECURE_TEMPORAL_IMPL to fix MISRA C Rule 15.3
-* 7.4  am        11/26/20 Added Xil_StrCpyRange function
-* 7.6  kpt       07/15/21 Added Xil_SecureZeroize function
-*
-* 
-* -*****************************************************************************/ - -#ifndef XIL_UTIL_H_ -#define XIL_UTIL_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_types.h" -#include "xil_io.h" -#include "xstatus.h" - -/*************************** Constant Definitions *****************************/ -#define XIL_SIZE_OF_NIBBLE_IN_BITS 4U -#define XIL_SIZE_OF_BYTE_IN_BITS 8U - -/* Maximum string length handled by Xil_ValidateHexStr function */ -#define XIL_MAX_HEX_STR_LEN 512U - - -/****************** Macros (Inline Functions) Definitions *********************/ -#ifdef __GNUC__ -/******************************************************************************/ -/** - * - * Updates the return value of the called function into Var and VarTmp variables - * for redundancy. This is to avoid glitches from altering the return values of - * security critical functions. - * - * @param Var is the variable which holds the return value of function - * executed - * @param VarTmp is the variable which holds the value stored in Var - * @param Function is the function to be executed - * @param Other params are arguments to the called function - * - * @return None - * - ******************************************************************************/ -#define XSECURE_TEMPORAL_IMPL(Var, VarTmp, Function, ...) \ - { \ - Var = XST_FAILURE; \ - VarTmp = XST_FAILURE; \ - Var = Function(__VA_ARGS__); \ - VarTmp = Var; \ - } - -/******************************************************************************/ -/** - * - * Adds redundancy while checking the status of the called function. - * This is to avoid glitches from altering the return values of security - * critical functions. The macro requires a label to be passed to "go to" - * in case of error. - * - * @param Label is the label defined in function and the control - * will jump to the label in case of XST_FAILURE - * @param Status is the variable which holds the return value of - * function executed - * @param Function is the function to be executed - * @param Other params are arguments to the called function - * - * @return None - * - ******************************************************************************/ -#define XSECURE_TEMPORAL_CHECK(Label, Status, Function, ...) \ - { \ - volatile int StatusTmp = XST_FAILURE; \ - XSECURE_TEMPORAL_IMPL(Status, StatusTmp, Function, __VA_ARGS__); \ - if ((Status != XST_SUCCESS) || \ - (StatusTmp != XST_SUCCESS)) { \ - Status |= StatusTmp;\ - goto Label; \ - } \ - } -#endif - -/*************************** Function Prototypes ******************************/ -/* Ceils the provided float value */ -int Xil_Ceil(float Value); - -/* Converts input character to nibble */ -u32 Xil_ConvertCharToNibble(u8 InChar, u8 *Num); - -/* Convert input hex string to array of 32-bits integers */ -u32 Xil_ConvertStringToHex(const char *Str, u32 *buf, u8 Len); - -/* Waits for specified event */ -u32 Xil_WaitForEvent(u32 RegAddr, u32 EventMask, u32 Event, u32 Timeout); - -/* Waits for specified events */ -u32 Xil_WaitForEvents(u32 EventsRegAddr, u32 EventsMask, u32 WaitEvents, - u32 Timeout, u32* Events); - -/* Validate input hex character */ -u32 Xil_IsValidHexChar(const char *Ch); - -/* Validate the input string contains only hexadecimal characters */ -u32 Xil_ValidateHexStr(const char *HexStr); - -/* Convert string to hex numbers in little enidian format */ -u32 Xil_ConvertStringToHexLE(const char *Str, u8 *Buf, u32 Len); - -/* Returns length of the input string */ -u32 Xil_Strnlen(const char *Str, u32 MaxLen); - -/* Convert string to hex numbers in big endian format */ -u32 Xil_ConvertStringToHexBE(const char * Str, u8 * Buf, u32 Len); - -/*Read, Modify and Write to an address*/ -void Xil_UtilRMW32(u32 Addr, u32 Mask, u32 Value); - -/* Copies source string to destination string */ -int Xil_Strcpy(char *DestPtr, const char *SrcPtr, const u32 Size); - -/* Copies specified range from source string to destination string */ -int Xil_StrCpyRange(const u8 *Src, u8 *Dst, u32 From, u32 To, u32 MaxSrcLen, - u32 MaxDstLen); - -/* Appends string2 to string1 */ -int Xil_Strcat(char* Str1Ptr, const char* Str2Ptr, const u32 Size); - -/* Copies Len bytes from source memory to destination memory */ -int Xil_SecureMemCpy(void * DestPtr, u32 DestPtrLen, const void * SrcPtr, u32 Len); - -/* Compares Len bytes from memory1 and memory2 */ -int Xil_MemCmp(const void * Buf1Ptr, const void * Buf2Ptr, u32 Len); - -/* Zeroizes the memory of given length */ -int Xil_SecureZeroize(u8 *DataPtr, const u32 Length); - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_UTIL_H_ */ -/** -* @} End of "addtogroup common_utilities". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xilrsa.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xilrsa.h deleted file mode 100644 index a8acdb1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xilrsa.h +++ /dev/null @@ -1,230 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xilrsa.h -* @addtogroup xilrsa_apis XilRSA APIs and Descriptions -* @{ -* @cond xilrsa_internal -* This file contains the RSA algorithm functions -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.0   hk   27/01/14 First release
-* 1.4   vns  07/06/17 Added dooxygen tags.
-*
-* 
-* -* @note -* -******************************************************************************/ -#ifndef ___XIL_RSA_H___ -#define ___XIL_RSA_H___ - -#ifdef __cplusplus -extern "C" { -#endif -/***************************** Include Files *********************************/ - -/* - * Digit size selection (32 or 16-bit). If supported by the CPU/compiler, - * 32-bit digits are approximately 4 times faster - */ - -//#define RSA_DIGIT_16 -#define RSA_DIGIT_32 - -/* - * RSA loop unrolling selection - * RSA main loop can be unrolled 2, 4 or 8 ways - */ -#define RSA_UNROLL 1 - -/* - * Select if ARM-optimized code is to be used. Only GCC for ARM is supported - */ -//#define RSA_ARM_OPTIMIZED - -/* - * Check the compatibility of the selection - */ -#if defined(RSA_DIGIT_16) && defined(RSA_DIGIT_32) - #error Please select a digit size -#endif -#if !defined(RSA_DIGIT_16) && !defined(RSA_DIGIT_32) - #error Please select just one digit size -#endif -#if (!defined(__GNUC__) || !defined(__arm__)) && defined(RSA_ARM_OPTIMIZED) - #error Assembly level code is only supported for the GCC/ARM combination -#endif -#if (RSA_UNROLL != 1) && (RSA_UNROLL != 2) && (RSA_UNROLL != 4) && (RSA_UNROLL != 8) - #error Only 1, 2, 4, and 8 unrolling are supported -#endif - -#ifdef RSA_DIGIT_16 -#define RSA_DIGIT unsigned short -#define RSA_SDIGIT short -#define RSA_DDIGIT unsigned long -#endif -#ifdef RSA_DIGIT_32 -#define RSA_DIGIT unsigned long -#define RSA_SDIGIT long -#define RSA_DDIGIT unsigned long long -#endif - -#define RSA_NUMBER RSA_DIGIT * -#define RSA_NBITS 2048 -#define RSA_NDIGITS (RSA_NBITS/(sizeof(RSA_DIGIT)*8)) -#define RSA_NBYTES (RSA_NDIGITS*sizeof(RSA_DIGIT)) - -/* - * Double-digit to single digit conversion - */ -#define RSA_MSB(x) (x >> (sizeof(RSA_DIGIT)*8)) -#define RSA_LSB(x) (x & (RSA_DIGIT)~0) - -#define SHA_BLKSIZE 512 -#define SHA_BLKBYTES (SHA_BLKSIZE/8) -#define SHA_BLKWORDS (SHA_BLKBYTES/4) - -#define SHA_VALSIZE 256 -#define SHA_VALBYTES (SHA_VALSIZE/8) -#define SHA_VALWORDS (SHA_VALBYTES/4) - -/* - * SHA-256 context structure - * Includes SHA-256 state, coalescing buffer to collect the processed strings, and - * total byte length counter (used both to manage the buffer and for padding) - */ - //! [sha2_context] -typedef struct -{ - unsigned int state[8]; - unsigned char buffer[SHA_BLKBYTES]; - unsigned long long bytes; -} sha2_context; -//! [sha2_context] -/** @} -@endcond */ - -/* - * RSA-2048 user interfaces - */ -/*****************************************************************************/ -/** - * @brief - * This function is used to encrypt the data using 2048 bit private key. - * - * @param modular A char pointer which contains the key modulus - * @param modular_ext A char pointer which contains the key modulus - * extension - * @param exponent A char pointer which contains the private key - * exponent - * @param result A char pointer which contains the encrypted data - * - * @return None - * - ******************************************************************************/ -void rsa2048_exp(const unsigned char *base, const unsigned char * modular, - const unsigned char *modular_ext, const unsigned char *exponent, - unsigned char *result); -/*****************************************************************************/ -/** - * @brief - * This function is used to decrypt the data using 2048 bit public key - * - * @param a RSA_NUMBER containing the decrypted data. - * @param x RSA_NUMBER containing the input data - * @param e Unsigned number containing the public key exponent - * @param m RSA_NUMBER containing the public key modulus - * @param rrm RSA_NUMBER containing the public key modulus extension. - * - * @return None - * - ******************************************************************************/ -void rsa2048_pubexp(RSA_NUMBER a, RSA_NUMBER x, - unsigned long e, RSA_NUMBER m, RSA_NUMBER rrm); - -/* - * SHA-256 user interfaces - */ -/*****************************************************************************/ -/** - * @brief - * This function calculates the hash for the input data using SHA-256 - * algorithm. This function internally calls the sha2_init, updates and - * finishes functions and updates the result. - * - * @param In Char pointer which contains the input data. - * @param Size Length of the input data - * @param Out Pointer to location where resulting hash will be - * written. - * - * @return None - * - ******************************************************************************/ -void sha_256(const unsigned char *in, const unsigned int size, unsigned char *out); -/*****************************************************************************/ -/** - * @brief - * This function initializes the SHA2 context. - * - * @param ctx Pointer to sha2_context structure that stores status and - * buffer. - * - * @return None - * - ******************************************************************************/ -void sha2_starts(sha2_context *ctx); -/*****************************************************************************/ -/** - * @brief - * This function adds the input data to SHA256 calculation. - * - * @param ctx Pointer to sha2_context structure that stores status and - * buffer. - * @param input Pointer to the data to add. - * @param Out Length of the input data. - * - * @return None - * - ******************************************************************************/ -void sha2_update(sha2_context *ctx, unsigned char* input, unsigned int ilen); -/*****************************************************************************/ -/** - * @brief - * This function finishes the SHA calculation. - * - * @param ctx Pointer to sha2_context structure that stores status and - * buffer. - * @param output Pointer to the calculated hash data. - * - * @return None - * - * - ******************************************************************************/ -void sha2_finish(sha2_context *ctx, unsigned char* output); - -/* - * Preprocessing interface (pre-computation of R*R mod M) - */ -/**@cond xilrsa_internal */ -void modular_ext(const unsigned char *modular, unsigned char *res); -/** @} -@endcond */ - -#ifdef __cplusplus -} -#endif - -#endif /* ___XIL_RSA_H___ */ -/** @} */ - - diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xl2cc.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xl2cc.h deleted file mode 100644 index 379023c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xl2cc.h +++ /dev/null @@ -1,154 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xl2cc.h -* -* This file contains the address definitions for the PL310 Level-2 Cache -* Controller. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  02/01/10 Initial version
-* 3.10a srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      'xil_errata.h' for errata description
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef _XL2CC_H_ -#define _XL2CC_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ -/* L2CC Register Offsets */ -#define XPS_L2CC_ID_OFFSET 0x0000U -#define XPS_L2CC_TYPE_OFFSET 0x0004U -#define XPS_L2CC_CNTRL_OFFSET 0x0100U -#define XPS_L2CC_AUX_CNTRL_OFFSET 0x0104U -#define XPS_L2CC_TAG_RAM_CNTRL_OFFSET 0x0108U -#define XPS_L2CC_DATA_RAM_CNTRL_OFFSET 0x010CU - -#define XPS_L2CC_EVNT_CNTRL_OFFSET 0x0200U -#define XPS_L2CC_EVNT_CNT1_CTRL_OFFSET 0x0204U -#define XPS_L2CC_EVNT_CNT0_CTRL_OFFSET 0x0208U -#define XPS_L2CC_EVNT_CNT1_VAL_OFFSET 0x020CU -#define XPS_L2CC_EVNT_CNT0_VAL_OFFSET 0x0210U - -#define XPS_L2CC_IER_OFFSET 0x0214U /* Interrupt Mask */ -#define XPS_L2CC_IPR_OFFSET 0x0218U /* Masked interrupt status */ -#define XPS_L2CC_ISR_OFFSET 0x021CU /* Raw Interrupt Status */ -#define XPS_L2CC_IAR_OFFSET 0x0220U /* Interrupt Clear */ - -#define XPS_L2CC_CACHE_SYNC_OFFSET 0x0730U /* Cache Sync */ -#define XPS_L2CC_DUMMY_CACHE_SYNC_OFFSET 0x0740U /* Dummy Register for Cache Sync */ -#define XPS_L2CC_CACHE_INVLD_PA_OFFSET 0x0770U /* Cache Invalid by PA */ -#define XPS_L2CC_CACHE_INVLD_WAY_OFFSET 0x077CU /* Cache Invalid by Way */ -#define XPS_L2CC_CACHE_CLEAN_PA_OFFSET 0x07B0U /* Cache Clean by PA */ -#define XPS_L2CC_CACHE_CLEAN_INDX_OFFSET 0x07B8U /* Cache Clean by Index */ -#define XPS_L2CC_CACHE_CLEAN_WAY_OFFSET 0x07BCU /* Cache Clean by Way */ -#define XPS_L2CC_CACHE_INV_CLN_PA_OFFSET 0x07F0U /* Cache Invalidate and Clean by PA */ -#define XPS_L2CC_CACHE_INV_CLN_INDX_OFFSET 0x07F8U /* Cache Invalidate and Clean by Index */ -#define XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET 0x07FCU /* Cache Invalidate and Clean by Way */ - -#define XPS_L2CC_CACHE_DLCKDWN_0_WAY_OFFSET 0x0900U /* Cache Data Lockdown 0 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_0_WAY_OFFSET 0x0904U /* Cache Instruction Lockdown 0 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_1_WAY_OFFSET 0x0908U /* Cache Data Lockdown 1 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_1_WAY_OFFSET 0x090CU /* Cache Instruction Lockdown 1 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_2_WAY_OFFSET 0x0910U /* Cache Data Lockdown 2 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_2_WAY_OFFSET 0x0914U /* Cache Instruction Lockdown 2 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_3_WAY_OFFSET 0x0918U /* Cache Data Lockdown 3 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_3_WAY_OFFSET 0x091CU /* Cache Instruction Lockdown 3 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_4_WAY_OFFSET 0x0920U /* Cache Data Lockdown 4 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_4_WAY_OFFSET 0x0924U /* Cache Instruction Lockdown 4 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_5_WAY_OFFSET 0x0928U /* Cache Data Lockdown 5 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_5_WAY_OFFSET 0x092CU /* Cache Instruction Lockdown 5 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_6_WAY_OFFSET 0x0930U /* Cache Data Lockdown 6 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_6_WAY_OFFSET 0x0934U /* Cache Instruction Lockdown 6 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_7_WAY_OFFSET 0x0938U /* Cache Data Lockdown 7 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_7_WAY_OFFSET 0x093CU /* Cache Instruction Lockdown 7 by Way */ - -#define XPS_L2CC_CACHE_LCKDWN_LINE_ENABLE_OFFSET 0x0950U /* Cache Lockdown Line Enable */ -#define XPS_L2CC_CACHE_UUNLOCK_ALL_WAY_OFFSET 0x0954U /* Cache Unlock All Lines by Way */ - -#define XPS_L2CC_ADDR_FILTER_START_OFFSET 0x0C00U /* Start of address filtering */ -#define XPS_L2CC_ADDR_FILTER_END_OFFSET 0x0C04U /* Start of address filtering */ - -#define XPS_L2CC_DEBUG_CTRL_OFFSET 0x0F40U /* Debug Control Register */ - -/* XPS_L2CC_CNTRL_OFFSET bit masks */ -#define XPS_L2CC_ENABLE_MASK 0x00000001U /* enables the L2CC */ - -/* XPS_L2CC_AUX_CNTRL_OFFSET bit masks */ -#define XPS_L2CC_AUX_EBRESPE_MASK 0x40000000U /* Early BRESP Enable */ -#define XPS_L2CC_AUX_IPFE_MASK 0x20000000U /* Instruction Prefetch Enable */ -#define XPS_L2CC_AUX_DPFE_MASK 0x10000000U /* Data Prefetch Enable */ -#define XPS_L2CC_AUX_NSIC_MASK 0x08000000U /* Non-secure interrupt access control */ -#define XPS_L2CC_AUX_NSLE_MASK 0x04000000U /* Non-secure lockdown enable */ -#define XPS_L2CC_AUX_CRP_MASK 0x02000000U /* Cache replacement policy */ -#define XPS_L2CC_AUX_FWE_MASK 0x01800000U /* Force write allocate */ -#define XPS_L2CC_AUX_SAOE_MASK 0x00400000U /* Shared attribute override enable */ -#define XPS_L2CC_AUX_PE_MASK 0x00200000U /* Parity enable */ -#define XPS_L2CC_AUX_EMBE_MASK 0x00100000U /* Event monitor bus enable */ -#define XPS_L2CC_AUX_WAY_SIZE_MASK 0x000E0000U /* Way-size */ -#define XPS_L2CC_AUX_ASSOC_MASK 0x00010000U /* Associativity */ -#define XPS_L2CC_AUX_SAIE_MASK 0x00002000U /* Shared attribute invalidate enable */ -#define XPS_L2CC_AUX_EXCL_CACHE_MASK 0x00001000U /* Exclusive cache configuration */ -#define XPS_L2CC_AUX_SBDLE_MASK 0x00000800U /* Store buffer device limitation Enable */ -#define XPS_L2CC_AUX_HPSODRE_MASK 0x00000400U /* High Priority for SO and Dev Reads Enable */ -#define XPS_L2CC_AUX_FLZE_MASK 0x00000001U /* Full line of zero enable */ - -#define XPS_L2CC_AUX_REG_DEFAULT_MASK 0x72360000U /* Enable all prefetching, */ - /* Cache replacement policy, Parity enable, */ - /* Event monitor bus enable and Way Size (64 KB) */ -#define XPS_L2CC_AUX_REG_ZERO_MASK 0xFFF1FFFFU /* */ - -#define XPS_L2CC_TAG_RAM_DEFAULT_MASK 0x00000111U /* latency for TAG RAM */ -#define XPS_L2CC_DATA_RAM_DEFAULT_MASK 0x00000121U /* latency for DATA RAM */ - -/* Interrupt bit masks */ -#define XPS_L2CC_IXR_DECERR_MASK 0x00000100U /* DECERR from L3 */ -#define XPS_L2CC_IXR_SLVERR_MASK 0x00000080U /* SLVERR from L3 */ -#define XPS_L2CC_IXR_ERRRD_MASK 0x00000040U /* Error on L2 data RAM (Read) */ -#define XPS_L2CC_IXR_ERRRT_MASK 0x00000020U /* Error on L2 tag RAM (Read) */ -#define XPS_L2CC_IXR_ERRWD_MASK 0x00000010U /* Error on L2 data RAM (Write) */ -#define XPS_L2CC_IXR_ERRWT_MASK 0x00000008U /* Error on L2 tag RAM (Write) */ -#define XPS_L2CC_IXR_PARRD_MASK 0x00000004U /* Parity Error on L2 data RAM (Read) */ -#define XPS_L2CC_IXR_PARRT_MASK 0x00000002U /* Parity Error on L2 tag RAM (Read) */ -#define XPS_L2CC_IXR_ECNTR_MASK 0x00000001U /* Event Counter1/0 Overflow Increment */ - -/* Address filtering mask and enable bit */ -#define XPS_L2CC_ADDR_FILTER_VALID_MASK 0xFFF00000U /* Address filtering valid bits*/ -#define XPS_L2CC_ADDR_FILTER_ENABLE_MASK 0x00000001U /* Address filtering enable bit*/ - -/* Debug control bits */ -#define XPS_L2CC_DEBUG_SPIDEN_MASK 0x00000004U /* Debug SPIDEN bit */ -#define XPS_L2CC_DEBUG_DWB_MASK 0x00000002U /* Debug DWB bit, forces write through */ -#define XPS_L2CC_DEBUG_DCL_MASK 0x00000002U /* Debug DCL bit, disables cache line fill */ - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xl2cc_counter.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xl2cc_counter.h deleted file mode 100644 index 31156ee..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xl2cc_counter.h +++ /dev/null @@ -1,96 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xl2cc_counter.h -* -* @addtogroup l2_event_counter_apis PL310 L2 Event Counters Functions -* -* xl2cc_counter.h contains APIs for configuring and controlling the event -* counters in PL310 L2 cache controller. -* PL310 has two event counters which can be used to count variety of events -* like DRHIT, DRREQ, DWHIT, DWREQ, etc. xl2cc_counter.h contains definitions -* for different configurations which can be used for the event counters to -* count a set of events. -* -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 3.07a asa  08/30/12 Updated for CR 675636 to provide the L2 Base Address
-*		      inside the APIs
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef L2CCCOUNTER_H /* prevent circular inclusions */ -#define L2CCCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* - * The following constants define the event codes for the event counters. - */ -#define XL2CC_CO 0x1 -#define XL2CC_DRHIT 0x2 -#define XL2CC_DRREQ 0x3 -#define XL2CC_DWHIT 0x4 -#define XL2CC_DWREQ 0x5 -#define XL2CC_DWTREQ 0x6 -#define XL2CC_IRHIT 0x7 -#define XL2CC_IRREQ 0x8 -#define XL2CC_WA 0x9 -#define XL2CC_IPFALLOC 0xa -#define XL2CC_EPFHIT 0xb -#define XL2CC_EPFALLOC 0xc -#define XL2CC_SRRCVD 0xd -#define XL2CC_SRCONF 0xe -#define XL2CC_EPFRCVD 0xf - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes *****************************/ - -void XL2cc_EventCtrInit(s32 Event0, s32 Event1); -void XL2cc_EventCtrStart(void); -void XL2cc_EventCtrStop(u32 *EveCtr0, u32 *EveCtr1); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* L2CCCOUNTER_H */ -/** -* @} End of "addtogroup l2_event_counter_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xparameters.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xparameters.h deleted file mode 100644 index d523633..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xparameters.h +++ /dev/null @@ -1,348 +0,0 @@ -#ifndef XPARAMETERS_H /* prevent circular inclusions */ -#define XPARAMETERS_H /* by using protection macros */ - -/* Definition for CPU ID */ -#define XPAR_CPU_ID 0U - -/* Definitions for peripheral PS7_CORTEXA9_0 */ -#define XPAR_PS7_CORTEXA9_0_CPU_CLK_FREQ_HZ 666666687 - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_CORTEXA9_0 */ -#define XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ 666666687 - - -/******************************************************************/ - -#include "xparameters_ps.h" - -#define STDIN_BASEADDRESS 0xE0000000 -#define STDOUT_BASEADDRESS 0xE0000000 - -/******************************************************************/ - -/* Platform specific definitions */ -#define PLATFORM_ZYNQ - -/* Definitions for sleep timer configuration */ -#define XSLEEP_TIMER_IS_DEFAULT_TIMER - - -/******************************************************************/ - -/* Definitions for peripheral PS7_DDR_0 */ -#define XPAR_PS7_DDR_0_S_AXI_BASEADDR 0x00100000 -#define XPAR_PS7_DDR_0_S_AXI_HIGHADDR 0x1FFFFFFF - - -/******************************************************************/ - -/* Definitions for driver DEVCFG */ -#define XPAR_XDCFG_NUM_INSTANCES 1U - -/* Definitions for peripheral PS7_DEV_CFG_0 */ -#define XPAR_PS7_DEV_CFG_0_DEVICE_ID 0U -#define XPAR_PS7_DEV_CFG_0_BASEADDR 0xF8007000U -#define XPAR_PS7_DEV_CFG_0_HIGHADDR 0xF80070FFU - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_DEV_CFG_0 */ -#define XPAR_XDCFG_0_DEVICE_ID XPAR_PS7_DEV_CFG_0_DEVICE_ID -#define XPAR_XDCFG_0_BASEADDR 0xF8007000U -#define XPAR_XDCFG_0_HIGHADDR 0xF80070FFU - - -/******************************************************************/ - -/* Definitions for driver DMAPS */ -#define XPAR_XDMAPS_NUM_INSTANCES 2 - -/* Definitions for peripheral PS7_DMA_NS */ -#define XPAR_PS7_DMA_NS_DEVICE_ID 0 -#define XPAR_PS7_DMA_NS_BASEADDR 0xF8004000 -#define XPAR_PS7_DMA_NS_HIGHADDR 0xF8004FFF - - -/* Definitions for peripheral PS7_DMA_S */ -#define XPAR_PS7_DMA_S_DEVICE_ID 1 -#define XPAR_PS7_DMA_S_BASEADDR 0xF8003000 -#define XPAR_PS7_DMA_S_HIGHADDR 0xF8003FFF - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_DMA_NS */ -#define XPAR_XDMAPS_0_DEVICE_ID XPAR_PS7_DMA_NS_DEVICE_ID -#define XPAR_XDMAPS_0_BASEADDR 0xF8004000 -#define XPAR_XDMAPS_0_HIGHADDR 0xF8004FFF - -/* Canonical definitions for peripheral PS7_DMA_S */ -#define XPAR_XDMAPS_1_DEVICE_ID XPAR_PS7_DMA_S_DEVICE_ID -#define XPAR_XDMAPS_1_BASEADDR 0xF8003000 -#define XPAR_XDMAPS_1_HIGHADDR 0xF8003FFF - - -/******************************************************************/ - - -/* Peripheral Definitions for peripheral PS7_AFI_0 */ -#define XPAR_PS7_AFI_0_S_AXI_BASEADDR 0xF8008000 -#define XPAR_PS7_AFI_0_S_AXI_HIGHADDR 0xF8008FFF - - -/* Peripheral Definitions for peripheral PS7_AFI_1 */ -#define XPAR_PS7_AFI_1_S_AXI_BASEADDR 0xF8009000 -#define XPAR_PS7_AFI_1_S_AXI_HIGHADDR 0xF8009FFF - - -/* Peripheral Definitions for peripheral PS7_AFI_2 */ -#define XPAR_PS7_AFI_2_S_AXI_BASEADDR 0xF800A000 -#define XPAR_PS7_AFI_2_S_AXI_HIGHADDR 0xF800AFFF - - -/* Peripheral Definitions for peripheral PS7_AFI_3 */ -#define XPAR_PS7_AFI_3_S_AXI_BASEADDR 0xF800B000 -#define XPAR_PS7_AFI_3_S_AXI_HIGHADDR 0xF800BFFF - - -/* Peripheral Definitions for peripheral PS7_DDRC_0 */ -#define XPAR_PS7_DDRC_0_S_AXI_BASEADDR 0xF8006000 -#define XPAR_PS7_DDRC_0_S_AXI_HIGHADDR 0xF8006FFF - - -/* Peripheral Definitions for peripheral PS7_GLOBALTIMER_0 */ -#define XPAR_PS7_GLOBALTIMER_0_S_AXI_BASEADDR 0xF8F00200 -#define XPAR_PS7_GLOBALTIMER_0_S_AXI_HIGHADDR 0xF8F002FF - - -/* Peripheral Definitions for peripheral PS7_GPV_0 */ -#define XPAR_PS7_GPV_0_S_AXI_BASEADDR 0xF8900000 -#define XPAR_PS7_GPV_0_S_AXI_HIGHADDR 0xF89FFFFF - - -/* Peripheral Definitions for peripheral PS7_INTC_DIST_0 */ -#define XPAR_PS7_INTC_DIST_0_S_AXI_BASEADDR 0xF8F01000 -#define XPAR_PS7_INTC_DIST_0_S_AXI_HIGHADDR 0xF8F01FFF - - -/* Peripheral Definitions for peripheral PS7_IOP_BUS_CONFIG_0 */ -#define XPAR_PS7_IOP_BUS_CONFIG_0_S_AXI_BASEADDR 0xE0200000 -#define XPAR_PS7_IOP_BUS_CONFIG_0_S_AXI_HIGHADDR 0xE0200FFF - - -/* Peripheral Definitions for peripheral PS7_L2CACHEC_0 */ -#define XPAR_PS7_L2CACHEC_0_S_AXI_BASEADDR 0xF8F02000 -#define XPAR_PS7_L2CACHEC_0_S_AXI_HIGHADDR 0xF8F02FFF - - -/* Peripheral Definitions for peripheral PS7_OCMC_0 */ -#define XPAR_PS7_OCMC_0_S_AXI_BASEADDR 0xF800C000 -#define XPAR_PS7_OCMC_0_S_AXI_HIGHADDR 0xF800CFFF - - -/* Peripheral Definitions for peripheral PS7_PL310_0 */ -#define XPAR_PS7_PL310_0_S_AXI_BASEADDR 0xF8F02000 -#define XPAR_PS7_PL310_0_S_AXI_HIGHADDR 0xF8F02FFF - - -/* Peripheral Definitions for peripheral PS7_PMU_0 */ -#define XPAR_PS7_PMU_0_S_AXI_BASEADDR 0xF8891000 -#define XPAR_PS7_PMU_0_S_AXI_HIGHADDR 0xF8891FFF -#define XPAR_PS7_PMU_0_PMU1_S_AXI_BASEADDR 0xF8893000 -#define XPAR_PS7_PMU_0_PMU1_S_AXI_HIGHADDR 0xF8893FFF - - -/* Peripheral Definitions for peripheral PS7_RAM_0 */ -#define XPAR_PS7_RAM_0_S_AXI_BASEADDR 0x00000000 -#define XPAR_PS7_RAM_0_S_AXI_HIGHADDR 0x0003FFFF - - -/* Peripheral Definitions for peripheral PS7_RAM_1 */ -#define XPAR_PS7_RAM_1_S_AXI_BASEADDR 0xFFFC0000 -#define XPAR_PS7_RAM_1_S_AXI_HIGHADDR 0xFFFFFFFF - - -/* Peripheral Definitions for peripheral PS7_SCUC_0 */ -#define XPAR_PS7_SCUC_0_S_AXI_BASEADDR 0xF8F00000 -#define XPAR_PS7_SCUC_0_S_AXI_HIGHADDR 0xF8F000FC - - -/* Peripheral Definitions for peripheral PS7_SLCR_0 */ -#define XPAR_PS7_SLCR_0_S_AXI_BASEADDR 0xF8000000 -#define XPAR_PS7_SLCR_0_S_AXI_HIGHADDR 0xF8000FFF - - -/******************************************************************/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -/******************************************************************/ - -/* Definitions for driver IP_ENCODER */ -#define XPAR_IP_ENCODER_NUM_INSTANCES 1 - -/* Definitions for peripheral IP_ENCODER_0 */ -#define XPAR_IP_ENCODER_0_DEVICE_ID 0 -#define XPAR_IP_ENCODER_0_S00_AXI_BASEADDR 0x43C10000 -#define XPAR_IP_ENCODER_0_S00_AXI_HIGHADDR 0x43C1FFFF - - -/******************************************************************/ - -/* Definitions for driver IP_FIFO */ -#define XPAR_IP_FIFO_NUM_INSTANCES 1 - -/* Definitions for peripheral IP_FIFO_0 */ -#define XPAR_IP_FIFO_0_DEVICE_ID 0 -#define XPAR_IP_FIFO_0_S00_AXI_BASEADDR 0x43C00000 -#define XPAR_IP_FIFO_0_S00_AXI_HIGHADDR 0x43C0FFFF - - -/******************************************************************/ - -/* Definitions for driver SCUGIC */ -#define XPAR_XSCUGIC_NUM_INSTANCES 1U - -/* Definitions for peripheral PS7_SCUGIC_0 */ -#define XPAR_PS7_SCUGIC_0_DEVICE_ID 0U -#define XPAR_PS7_SCUGIC_0_BASEADDR 0xF8F00100U -#define XPAR_PS7_SCUGIC_0_HIGHADDR 0xF8F001FFU -#define XPAR_PS7_SCUGIC_0_DIST_BASEADDR 0xF8F01000U - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_SCUGIC_0 */ -#define XPAR_SCUGIC_0_DEVICE_ID 0U -#define XPAR_SCUGIC_0_CPU_BASEADDR 0xF8F00100U -#define XPAR_SCUGIC_0_CPU_HIGHADDR 0xF8F001FFU -#define XPAR_SCUGIC_0_DIST_BASEADDR 0xF8F01000U - - -/******************************************************************/ - -/* Definitions for driver SCUTIMER */ -#define XPAR_XSCUTIMER_NUM_INSTANCES 1 - -/* Definitions for peripheral PS7_SCUTIMER_0 */ -#define XPAR_PS7_SCUTIMER_0_DEVICE_ID 0 -#define XPAR_PS7_SCUTIMER_0_BASEADDR 0xF8F00600 -#define XPAR_PS7_SCUTIMER_0_HIGHADDR 0xF8F0061F - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_SCUTIMER_0 */ -#define XPAR_XSCUTIMER_0_DEVICE_ID XPAR_PS7_SCUTIMER_0_DEVICE_ID -#define XPAR_XSCUTIMER_0_BASEADDR 0xF8F00600 -#define XPAR_XSCUTIMER_0_HIGHADDR 0xF8F0061F - - -/******************************************************************/ - -/* Definitions for driver SCUWDT */ -#define XPAR_XSCUWDT_NUM_INSTANCES 1 - -/* Definitions for peripheral PS7_SCUWDT_0 */ -#define XPAR_PS7_SCUWDT_0_DEVICE_ID 0 -#define XPAR_PS7_SCUWDT_0_BASEADDR 0xF8F00620 -#define XPAR_PS7_SCUWDT_0_HIGHADDR 0xF8F006FF - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_SCUWDT_0 */ -#define XPAR_SCUWDT_0_DEVICE_ID XPAR_PS7_SCUWDT_0_DEVICE_ID -#define XPAR_SCUWDT_0_BASEADDR 0xF8F00620 -#define XPAR_SCUWDT_0_HIGHADDR 0xF8F006FF - - -/******************************************************************/ - -/* Definitions for driver UARTPS */ -#define XPAR_XUARTPS_NUM_INSTANCES 1 - -/* Definitions for peripheral PS7_UART_0 */ -#define XPAR_PS7_UART_0_DEVICE_ID 0 -#define XPAR_PS7_UART_0_BASEADDR 0xE0000000 -#define XPAR_PS7_UART_0_HIGHADDR 0xE0000FFF -#define XPAR_PS7_UART_0_UART_CLK_FREQ_HZ 100000000 -#define XPAR_PS7_UART_0_HAS_MODEM 0 - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_UART_0 */ -#define XPAR_XUARTPS_0_DEVICE_ID XPAR_PS7_UART_0_DEVICE_ID -#define XPAR_XUARTPS_0_BASEADDR 0xE0000000 -#define XPAR_XUARTPS_0_HIGHADDR 0xE0000FFF -#define XPAR_XUARTPS_0_UART_CLK_FREQ_HZ 100000000 -#define XPAR_XUARTPS_0_HAS_MODEM 0 - - -/******************************************************************/ - -/* Definition for input Clock */ -/* Definitions for driver XADCPS */ -#define XPAR_XADCPS_NUM_INSTANCES 1 - -/* Definitions for peripheral PS7_XADC_0 */ -#define XPAR_PS7_XADC_0_DEVICE_ID 0 -#define XPAR_PS7_XADC_0_BASEADDR 0xF8007100 -#define XPAR_PS7_XADC_0_HIGHADDR 0xF8007120 - - -/******************************************************************/ - -/* Canonical definitions for peripheral PS7_XADC_0 */ -#define XPAR_XADCPS_0_DEVICE_ID XPAR_PS7_XADC_0_DEVICE_ID -#define XPAR_XADCPS_0_BASEADDR 0xF8007100 -#define XPAR_XADCPS_0_HIGHADDR 0xF8007120 - - -/******************************************************************/ - -/* Xilinx FAT File System Library (XilFFs) User Settings */ -#define FILE_SYSTEM_USE_MKFS -#define FILE_SYSTEM_NUM_LOGIC_VOL 2 -#define FILE_SYSTEM_USE_STRFUNC 0 -#define FILE_SYSTEM_SET_FS_RPATH 0 -#define FILE_SYSTEM_WORD_ACCESS -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xparameters_ps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xparameters_ps.h deleted file mode 100644 index d1bd537..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xparameters_ps.h +++ /dev/null @@ -1,320 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* This file contains the address definitions for the hard peripherals -* attached to the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 02/01/10 Initial version
-* 3.04a sdm     02/02/12 Removed some of the defines as they are being generated through
-*                        driver tcl
-* 5.0	pkp		01/16/15 Added interrupt ID definition of ttc for TEST APP
-* 6.6   srm     10/18/17 Added ARMA9 macro to identify CortexA9
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/**************************** Include Files *******************************/ - - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB0_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_WDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_SCUTIMER_INTR XPS_SCU_TMR_INT_ID -#define XPAR_SCUWDT_INTR XPS_SCU_WDT_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XDMAPS_0_FAULT_INTR XPS_DMA0_ABORT_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_0 XPS_DMA0_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_1 XPS_DMA1_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_2 XPS_DMA2_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_3 XPS_DMA3_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_4 XPS_DMA4_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_5 XPS_DMA5_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_6 XPS_DMA6_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_7 XPS_DMA7_INT_ID - - -#define XPAR_XQSPIPS_0_LINEAR_BASEADDR XPS_QSPI_LINEAR_BASEADDR -#define XPAR_XPARPORTPS_CTRL_BASEADDR XPS_PARPORT_CRTL_BASEADDR - - - -/* Canonical definitions for DMAC */ - - -/* Canonical definitions for WDT */ - -/* Canonical definitions for SLCR */ -#define XPAR_XSLCR_NUM_INSTANCES 1U -#define XPAR_XSLCR_0_DEVICE_ID 0U -#define XPAR_XSLCR_0_BASEADDR XPS_SYS_CTRL_BASEADDR - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00000100U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -/* Canonical definitions for Global Timer */ -#define XPAR_GLOBAL_TMR_NUM_INSTANCES 1U -#define XPAR_GLOBAL_TMR_DEVICE_ID 0U -#define XPAR_GLOBAL_TMR_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00000200U) -#define XPAR_GLOBAL_TMR_INTR XPS_GLOBAL_TMR_INT_ID - - -/* Xilinx Parallel Flash Library (XilFlash) User Settings */ -#define XPAR_AXI_EMC - - -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for bacwards compatibility - */ - -#define XPS_PERIPHERAL_BASEADDR 0xE0000000U -#define XPS_UART0_BASEADDR 0xE0000000U -#define XPS_UART1_BASEADDR 0xE0001000U -#define XPS_USB0_BASEADDR 0xE0002000U -#define XPS_USB1_BASEADDR 0xE0003000U -#define XPS_I2C0_BASEADDR 0xE0004000U -#define XPS_I2C1_BASEADDR 0xE0005000U -#define XPS_SPI0_BASEADDR 0xE0006000U -#define XPS_SPI1_BASEADDR 0xE0007000U -#define XPS_CAN0_BASEADDR 0xE0008000U -#define XPS_CAN1_BASEADDR 0xE0009000U -#define XPS_GPIO_BASEADDR 0xE000A000U -#define XPS_GEM0_BASEADDR 0xE000B000U -#define XPS_GEM1_BASEADDR 0xE000C000U -#define XPS_QSPI_BASEADDR 0xE000D000U -#define XPS_PARPORT_CRTL_BASEADDR 0xE000E000U -#define XPS_SDIO0_BASEADDR 0xE0100000U -#define XPS_SDIO1_BASEADDR 0xE0101000U -#define XPS_IOU_BUS_CFG_BASEADDR 0xE0200000U -#define XPS_NAND_BASEADDR 0xE1000000U -#define XPS_PARPORT0_BASEADDR 0xE2000000U -#define XPS_PARPORT1_BASEADDR 0xE4000000U -#define XPS_QSPI_LINEAR_BASEADDR 0xFC000000U -#define XPS_SYS_CTRL_BASEADDR 0xF8000000U /* AKA SLCR */ -#define XPS_TTC0_BASEADDR 0xF8001000U -#define XPS_TTC1_BASEADDR 0xF8002000U -#define XPS_DMAC0_SEC_BASEADDR 0xF8003000U -#define XPS_DMAC0_NON_SEC_BASEADDR 0xF8004000U -#define XPS_WDT_BASEADDR 0xF8005000U -#define XPS_DDR_CTRL_BASEADDR 0xF8006000U -#define XPS_DEV_CFG_APB_BASEADDR 0xF8007000U -#define XPS_AFI0_BASEADDR 0xF8008000U -#define XPS_AFI1_BASEADDR 0xF8009000U -#define XPS_AFI2_BASEADDR 0xF800A000U -#define XPS_AFI3_BASEADDR 0xF800B000U -#define XPS_OCM_BASEADDR 0xF800C000U -#define XPS_EFUSE_BASEADDR 0xF800D000U -#define XPS_CORESIGHT_BASEADDR 0xF8800000U -#define XPS_TOP_BUS_CFG_BASEADDR 0xF8900000U -#define XPS_SCU_PERIPH_BASE 0xF8F00000U -#define XPS_L2CC_BASEADDR 0xF8F02000U -#define XPS_SAM_RAM_BASEADDR 0xFFFC0000U -#define XPS_FPGA_AXI_S0_BASEADDR 0x40000000U -#define XPS_FPGA_AXI_S1_BASEADDR 0x80000000U -#define XPS_IOU_S_SWITCH_BASEADDR 0xE0000000U -#define XPS_PERIPH_APB_BASEADDR 0xF8000000U - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_CORE_PARITY0_INT_ID 32U -#define XPS_CORE_PARITY1_INT_ID 33U -#define XPS_L2CC_INT_ID 34U -#define XPS_OCMINTR_INT_ID 35U -#define XPS_ECC_INT_ID 36U -#define XPS_PMU0_INT_ID 37U -#define XPS_PMU1_INT_ID 38U -#define XPS_SYSMON_INT_ID 39U -#define XPS_DVC_INT_ID 40U -#define XPS_WDT_INT_ID 41U -#define XPS_TTC0_0_INT_ID 42U -#define XPS_TTC0_1_INT_ID 43U -#define XPS_TTC0_2_INT_ID 44U -#define XPS_DMA0_ABORT_INT_ID 45U -#define XPS_DMA0_INT_ID 46U -#define XPS_DMA1_INT_ID 47U -#define XPS_DMA2_INT_ID 48U -#define XPS_DMA3_INT_ID 49U -#define XPS_SMC_INT_ID 50U -#define XPS_QSPI_INT_ID 51U -#define XPS_GPIO_INT_ID 52U -#define XPS_USB0_INT_ID 53U -#define XPS_GEM0_INT_ID 54U -#define XPS_GEM0_WAKE_INT_ID 55U -#define XPS_SDIO0_INT_ID 56U -#define XPS_I2C0_INT_ID 57U -#define XPS_SPI0_INT_ID 58U -#define XPS_UART0_INT_ID 59U -#define XPS_CAN0_INT_ID 60U -#define XPS_FPGA0_INT_ID 61U -#define XPS_FPGA1_INT_ID 62U -#define XPS_FPGA2_INT_ID 63U -#define XPS_FPGA3_INT_ID 64U -#define XPS_FPGA4_INT_ID 65U -#define XPS_FPGA5_INT_ID 66U -#define XPS_FPGA6_INT_ID 67U -#define XPS_FPGA7_INT_ID 68U -#define XPS_TTC1_0_INT_ID 69U -#define XPS_TTC1_1_INT_ID 70U -#define XPS_TTC1_2_INT_ID 71U -#define XPS_DMA4_INT_ID 72U -#define XPS_DMA5_INT_ID 73U -#define XPS_DMA6_INT_ID 74U -#define XPS_DMA7_INT_ID 75U -#define XPS_USB1_INT_ID 76U -#define XPS_GEM1_INT_ID 77U -#define XPS_GEM1_WAKE_INT_ID 78U -#define XPS_SDIO1_INT_ID 79U -#define XPS_I2C1_INT_ID 80U -#define XPS_SPI1_INT_ID 81U -#define XPS_UART1_INT_ID 82U -#define XPS_CAN1_INT_ID 83U -#define XPS_FPGA8_INT_ID 84U -#define XPS_FPGA9_INT_ID 85U -#define XPS_FPGA10_INT_ID 86U -#define XPS_FPGA11_INT_ID 87U -#define XPS_FPGA12_INT_ID 88U -#define XPS_FPGA13_INT_ID 89U -#define XPS_FPGA14_INT_ID 90U -#define XPS_FPGA15_INT_ID 91U - -/* Private Peripheral Interrupts (PPI) */ -#define XPS_GLOBAL_TMR_INT_ID 27U /* SCU Global Timer interrupt */ -#define XPS_FIQ_INT_ID 28U /* FIQ from FPGA fabric */ -#define XPS_SCU_TMR_INT_ID 29U /* SCU Private Timer interrupt */ -#define XPS_SCU_WDT_INT_ID 30U /* SCU Private WDT interrupt */ -#define XPS_IRQ_INT_ID 31U /* IRQ from FPGA fabric */ - - -/* REDEFINES for TEST APP */ -/* Definitions for UART */ -#define XPAR_PS7_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PS7_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PS7_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PS7_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PS7_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PS7_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PS7_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PS7_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PS7_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PS7_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PS7_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PS7_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PS7_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PS7_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PS7_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PS7_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PS7_WDT_0_INTR XPS_WDT_INT_ID -#define XPAR_PS7_SCUWDT_0_INTR XPS_SCU_WDT_INT_ID -#define XPAR_PS7_SCUTIMER_0_INTR XPS_SCU_TMR_INT_ID -#define XPAR_PS7_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PS7_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PS7_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PS7_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PS7_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PS7_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PS7_TTC_5_INTR XPS_TTC1_2_INT_ID - -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA9_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUTIMER_DEVICE_ID 0U -#define XPAR_SCUWDT_DEVICE_ID 0U - - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xplatform_info.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xplatform_info.h deleted file mode 100644 index b3cd2ea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xplatform_info.h +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xplatform_info.h -* -* -* @addtogroup common_platform_info APIs to Get Platform Information -* -* -* The xplatform_info.h file contains definitions for various available Xilinx® -* platforms. Also, it contains prototype of APIs, which can be used to get the -* platform information. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date    Changes
-* ----- ---- --------- -------------------------------------------------------
-* 6.4    ms   05/23/17 Added PSU_PMU macro to support XGetPSVersion_Info
-*                      function for PMUFW.
-* 7.2    adk  08/01/20 Added versal support for the XGetPSVersion_Info function.
-* 7.6    mus  08/23/21 Updated prototypes for functions which are not taking any
-*                      arguments with void keyword. This has been done to fix
-*                      compilation warnings with "-Wstrict-prototypes" flag.
-*                      It fixes CR#1108601.
-* 7.6    mus  08/30/21 Updated flag checking to fix compilation warnings
-*                      reported with "-Wundef" flag.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPLATFORM_INFO_H /* prevent circular inclusions */ -#define XPLATFORM_INFO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ -#if defined (versal) -#define XPAR_PMC_TAP_BASEADDR 0xF11A0000U -#define XPAR_PMC_TAP_VERSION_OFFSET 0x00000004U -#define XPLAT_PS_VERSION_ADDRESS (XPAR_PMC_TAP_BASEADDR + \ - XPAR_PMC_TAP_VERSION_OFFSET) -#else -#define XPAR_CSU_BASEADDR 0xFFCA0000U -#define XPAR_CSU_VER_OFFSET 0x00000044U -#define XPLAT_PS_VERSION_ADDRESS (XPAR_CSU_BASEADDR + \ - XPAR_CSU_VER_OFFSET) -#endif -#define XPLAT_ZYNQ_ULTRA_MP_SILICON 0x0 -#define XPLAT_ZYNQ_ULTRA_MP 0x1 -#define XPLAT_ZYNQ_ULTRA_MPVEL 0x2 -#define XPLAT_ZYNQ_ULTRA_MPQEMU 0x3 -#define XPLAT_ZYNQ 0x4 -#define XPLAT_MICROBLAZE 0x5 -#define XPLAT_VERSAL 0x6U - -#define XPS_VERSION_1 0x0 -#define XPS_VERSION_2 0x1 -#define XPLAT_INFO_MASK (0xF) - -#if defined (versal) -#define XPS_VERSION_INFO_MASK 0xFF00U -#define XPS_VERSION_INFO_SHIFT 0x8U -#define XPLAT_INFO_SHIFT 0x18U -#else -#define XPS_VERSION_INFO_MASK (0xF) -#define XPS_VERSION_INFO_SHIFT 0x0U -#define XPLAT_INFO_SHIFT 0xCU -#endif - -/**************************** Type Definitions *******************************/ -/** - *@endcond - */ -/***************** Macros (Inline Functions) Definitions *********************/ - - -u32 XGetPlatform_Info(void); - -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) || defined (versal) -u32 XGetPSVersion_Info(void); -#endif - -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) -u32 XGet_Zynq_UltraMp_Platform_info(void); -#endif -/************************** Function Prototypes ******************************/ - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_platform_info". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xpm_counter.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xpm_counter.h deleted file mode 100644 index edf6684..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xpm_counter.h +++ /dev/null @@ -1,558 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.h -* -* @addtogroup a9_event_counter_apis Cortex A9 Event Counters Functions -* -* Cortex A9 event counter functions can be utilized to configure and control -* the Cortex-A9 performance monitor events. -* -* Cortex-A9 performance monitor has six event counters which can be used to -* count a variety of events described in Coretx-A9 TRM. xpm_counter.h defines -* configurations XPM_CNTRCFGx which can be used to program the event counters -* to count a set of events. -* -* @note -* It doesn't handle the Cortex-A9 cycle counter, as the cycle counter is -* being used for time keeping. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XPMCOUNTER_H /* prevent circular inclusions */ -#define XPMCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* Number of performance counters */ -#define XPM_CTRCOUNT 6U - -/* The following constants define the Cortex-A9 Performance Monitor Events */ - -/* - * Software increment. The register is incremented only on writes to the - * Software Increment Register - */ -#define XPM_EVENT_SOFTINCR 0x00U - -/* - * Instruction fetch that causes a refill at (at least) the lowest level(s) of - * instruction or unified cache. Includes the speculative linefills in the - * count - */ -#define XPM_EVENT_INSRFETCH_CACHEREFILL 0x01U - -/* - * Instruction fetch that causes a TLB refill at (at least) the lowest level of - * TLB. Includes the speculative requests in the count - */ -#define XPM_EVENT_INSTRFECT_TLBREFILL 0x02U - -/* - * Data read or write operation that causes a refill at (at least) the lowest - * level(s)of data or unified cache. Counts the number of allocations performed - * in the Data Cache due to a read or a write - */ -#define XPM_EVENT_DATA_CACHEREFILL 0x03U - -/* - * Data read or write operation that causes a cache access at (at least) the - * lowest level(s) of data or unified cache. This includes speculative reads - */ -#define XPM_EVENT_DATA_CACHEACCESS 0x04U - -/* - * Data read or write operation that causes a TLB refill at (at least) the - * lowest level of TLB. This does not include micro TLB misses due to PLD, PLI, - * CP15 Cache operation by MVA and CP15 VA to PA operations - */ -#define XPM_EVENT_DATA_TLBREFILL 0x05U - -/* - * Data read architecturally executed. Counts the number of data read - * instructions accepted by the Load Store Unit. This includes counting the - * speculative and aborted LDR/LDM, as well as the reads due to the SWP - * instructions - */ -#define XPM_EVENT_DATA_READS 0x06U - -/* - * Data write architecturally executed. Counts the number of data write - * instructions accepted by the Load Store Unit. This includes counting the - * speculative and aborted STR/STM, as well as the writes due to the SWP - * instructions - */ -#define XPM_EVENT_DATA_WRITE 0x07U - -/* Exception taken. Counts the number of exceptions architecturally taken.*/ -#define XPM_EVENT_EXCEPTION 0x09U - -/* Exception return architecturally executed.*/ -#define XPM_EVENT_EXCEPRETURN 0x0AU - -/* - * Change to ContextID retired. Counts the number of instructions - * architecturally executed writing into the ContextID Register - */ -#define XPM_EVENT_CHANGECONTEXT 0x0BU - -/* - * Software change of PC, except by an exception, architecturally executed. - * Count the number of PC changes architecturally executed, excluding the PC - * changes due to taken exceptions - */ -#define XPM_EVENT_SW_CHANGEPC 0x0CU - -/* - * Immediate branch architecturally executed (taken or not taken). This includes - * the branches which are flushed due to a previous load/store which aborts - * late - */ -#define XPM_EVENT_IMMEDBRANCH 0x0DU - -/* - * Unaligned access architecturally executed. Counts the number of aborted - * unaligned accessed architecturally executed, and the number of not-aborted - * unaligned accesses, including the speculative ones - */ -#define XPM_EVENT_UNALIGNEDACCESS 0x0FU - -/* - * Branch mispredicted/not predicted. Counts the number of mispredicted or - * not-predicted branches executed. This includes the branches which are flushed - * due to a previous load/store which aborts late - */ -#define XPM_EVENT_BRANCHMISS 0x10U - -/* - * Counts clock cycles when the Cortex-A9 processor is not in WFE/WFI. This - * event is not exported on the PMUEVENT bus - */ -#define XPM_EVENT_CLOCKCYCLES 0x11U - -/* - * Branches or other change in program flow that could have been predicted by - * the branch prediction resources of the processor. This includes the branches - * which are flushed due to a previous load/store which aborts late - */ -#define XPM_EVENT_BRANCHPREDICT 0x12U - -/* - * Java bytecode execute. Counts the number of Java bytecodes being decoded, - * including speculative ones - */ -#define XPM_EVENT_JAVABYTECODE 0x40U - -/* - * Software Java bytecode executed. Counts the number of software java bytecodes - * being decoded, including speculative ones - */ -#define XPM_EVENT_SWJAVABYTECODE 0x41U - -/* - * Jazelle backward branches executed. Counts the number of Jazelle taken - * branches being executed. This includes the branches which are flushed due - * to a previous load/store which aborts late - */ -#define XPM_EVENT_JAVABACKBRANCH 0x42U - -/* - * Coherent linefill miss Counts the number of coherent linefill requests - * performed by the Cortex-A9 processor which also miss in all the other - * Cortex-A9 processors, meaning that the request is sent to the external - * memory - */ -#define XPM_EVENT_COHERLINEMISS 0x50U - -/* - * Coherent linefill hit. Counts the number of coherent linefill requests - * performed by the Cortex-A9 processor which hit in another Cortex-A9 - * processor, meaning that the linefill data is fetched directly from the - * relevant Cortex-A9 cache - */ -#define XPM_EVENT_COHERLINEHIT 0x51U - -/* - * Instruction cache dependent stall cycles. Counts the number of cycles where - * the processor is ready to accept new instructions, but does not receive any - * due to the instruction side not being able to provide any and the - * instruction cache is currently performing at least one linefill - */ -#define XPM_EVENT_INSTRSTALL 0x60U - -/* - * Data cache dependent stall cycles. Counts the number of cycles where the core - * has some instructions that it cannot issue to any pipeline, and the Load - * Store unit has at least one pending linefill request, and no pending - */ -#define XPM_EVENT_DATASTALL 0x61U - -/* - * Main TLB miss stall cycles. Counts the number of cycles where the processor - * is stalled waiting for the completion of translation table walks from the - * main TLB. The processor stalls can be due to the instruction side not being - * able to provide the instructions, or to the data side not being able to - * provide the necessary data, due to them waiting for the main TLB translation - * table walk to complete - */ -#define XPM_EVENT_MAINTLBSTALL 0x62U - -/* - * Counts the number of STREX instructions architecturally executed and - * passed - */ -#define XPM_EVENT_STREXPASS 0x63U - -/* - * Counts the number of STREX instructions architecturally executed and - * failed - */ -#define XPM_EVENT_STREXFAIL 0x64U - -/* - * Data eviction. Counts the number of eviction requests due to a linefill in - * the data cache - */ -#define XPM_EVENT_DATAEVICT 0x65U - -/* - * Counts the number of cycles where the issue stage does not dispatch any - * instruction because it is empty or cannot dispatch any instructions - */ -#define XPM_EVENT_NODISPATCH 0x66U - -/* - * Counts the number of cycles where the issue stage is empty - */ -#define XPM_EVENT_ISSUEEMPTY 0x67U - -/* - * Counts the number of instructions going through the Register Renaming stage. - * This number is an approximate number of the total number of instructions - * speculatively executed, and even more approximate of the total number of - * instructions architecturally executed. The approximation depends mainly on - * the branch misprediction rate. - * The renaming stage can handle two instructions in the same cycle so the event - * is two bits long: - * - b00 no instructions renamed - * - b01 one instruction renamed - * - b10 two instructions renamed - */ -#define XPM_EVENT_INSTRRENAME 0x68U - -/* - * Counts the number of procedure returns whose condition codes do not fail, - * excluding all returns from exception. This count includes procedure returns - * which are flushed due to a previous load/store which aborts late. - * Only the following instructions are reported: - * - BX R14 - * - MOV PC LR - * - POP {..,pc} - * - LDR pc,[sp],#offset - * The following instructions are not reported: - * - LDMIA R9!,{..,PC} (ThumbEE state only) - * - LDR PC,[R9],#offset (ThumbEE state only) - * - BX R0 (Rm != R14) - * - MOV PC,R0 (Rm != R14) - * - LDM SP,{...,PC} (writeback not specified) - * - LDR PC,[SP,#offset] (wrong addressing mode) - */ -#define XPM_EVENT_PREDICTFUNCRET 0x6EU - -/* - * Counts the number of instructions being executed in the main execution - * pipeline of the processor, the multiply pipeline and arithmetic logic unit - * pipeline. The counted instructions are still speculative - */ -#define XPM_EVENT_MAINEXEC 0x70U - -/* - * Counts the number of instructions being executed in the processor second - * execution pipeline (ALU). The counted instructions are still speculative - */ -#define XPM_EVENT_SECEXEC 0x71U - -/* - * Counts the number of instructions being executed in the Load/Store unit. The - * counted instructions are still speculative - */ -#define XPM_EVENT_LDRSTR 0x72U - -/* - * Counts the number of Floating-point instructions going through the Register - * Rename stage. Instructions are still speculative in this stage. - *Two floating-point instructions can be renamed in the same cycle so the event - * is two bitslong: - *0b00 no floating-point instruction renamed - *0b01 one floating-point instruction renamed - *0b10 two floating-point instructions renamed - */ -#define XPM_EVENT_FLOATRENAME 0x73U - -/* - * Counts the number of Neon instructions going through the Register Rename - * stage.Instructions are still speculative in this stage. - * Two NEON instructions can be renamed in the same cycle so the event is two - * bits long: - *0b00 no NEON instruction renamed - *0b01 one NEON instruction renamed - *0b10 two NEON instructions renamed - */ -#define XPM_EVENT_NEONRENAME 0x74U - -/* - * Counts the number of cycles where the processor is stalled because PLD slots - * are all full - */ -#define XPM_EVENT_PLDSTALL 0x80U - -/* - * Counts the number of cycles when the processor is stalled and the data side - * is stalled too because it is full and executing writes to the external - * memory - */ -#define XPM_EVENT_WRITESTALL 0x81U - -/* - * Counts the number of stall cycles due to main TLB misses on requests issued - * by the instruction side - */ -#define XPM_EVENT_INSTRTLBSTALL 0x82U - -/* - * Counts the number of stall cycles due to main TLB misses on requests issued - * by the data side - */ -#define XPM_EVENT_DATATLBSTALL 0x83U - -/* - * Counts the number of stall cycles due to micro TLB misses on the instruction - * side. This event does not include main TLB miss stall cycles that are already - * counted in the corresponding main TLB event - */ -#define XPM_EVENT_INSTR_uTLBSTALL 0x84U - -/* - * Counts the number of stall cycles due to micro TLB misses on the data side. - * This event does not include main TLB miss stall cycles that are already - * counted in the corresponding main TLB event - */ -#define XPM_EVENT_DATA_uTLBSTALL 0x85U - -/* - * Counts the number of stall cycles because of the execution of a DMB memory - * barrier. This includes all DMB instructions being executed, even - * speculatively - */ -#define XPM_EVENT_DMB_STALL 0x86U - -/* - * Counts the number of cycles during which the integer core clock is enabled - */ -#define XPM_EVENT_INT_CLKEN 0x8AU - -/* - * Counts the number of cycles during which the Data Engine clock is enabled - */ -#define XPM_EVENT_DE_CLKEN 0x8BU - -/* - * Counts the number of ISB instructions architecturally executed - */ -#define XPM_EVENT_INSTRISB 0x90U - -/* - * Counts the number of DSB instructions architecturally executed - */ -#define XPM_EVENT_INSTRDSB 0x91U - -/* - * Counts the number of DMB instructions speculatively executed - */ -#define XPM_EVENT_INSTRDMB 0x92U - -/* - * Counts the number of external interrupts executed by the processor - */ -#define XPM_EVENT_EXTINT 0x93U - -/* - * PLE cache line request completed - */ -#define XPM_EVENT_PLE_LRC 0xA0U - -/* - * PLE cache line request skipped - */ -#define XPM_EVENT_PLE_LRS 0xA1U - -/* - * PLE FIFO flush - */ -#define XPM_EVENT_PLE_FLUSH 0xA2U - -/* - * PLE request complete - */ -#define XPM_EVENT_PLE_CMPL 0xA3U - -/* - * PLE FIFO overflow - */ -#define XPM_EVENT_PLE_OVFL 0xA4U - -/* - * PLE request programmed - */ -#define XPM_EVENT_PLE_PROG 0xA5U - -/* - * The following constants define the configurations for Cortex-A9 Performance - * Monitor Events. Each configuration configures the event counters for a set - * of events. - * ----------------------------------------------- - * Config PmCtr0... PmCtr5 - * ----------------------------------------------- - * XPM_CNTRCFG1 { XPM_EVENT_SOFTINCR, - * XPM_EVENT_INSRFETCH_CACHEREFILL, - * XPM_EVENT_INSTRFECT_TLBREFILL, - * XPM_EVENT_DATA_CACHEREFILL, - * XPM_EVENT_DATA_CACHEACCESS, - * XPM_EVENT_DATA_TLBREFILL } - * - * XPM_CNTRCFG2 { XPM_EVENT_DATA_READS, - * XPM_EVENT_DATA_WRITE, - * XPM_EVENT_EXCEPTION, - * XPM_EVENT_EXCEPRETURN, - * XPM_EVENT_CHANGECONTEXT, - * XPM_EVENT_SW_CHANGEPC } - * - * XPM_CNTRCFG3 { XPM_EVENT_IMMEDBRANCH, - * XPM_EVENT_UNALIGNEDACCESS, - * XPM_EVENT_BRANCHMISS, - * XPM_EVENT_CLOCKCYCLES, - * XPM_EVENT_BRANCHPREDICT, - * XPM_EVENT_JAVABYTECODE } - * - * XPM_CNTRCFG4 { XPM_EVENT_SWJAVABYTECODE, - * XPM_EVENT_JAVABACKBRANCH, - * XPM_EVENT_COHERLINEMISS, - * XPM_EVENT_COHERLINEHIT, - * XPM_EVENT_INSTRSTALL, - * XPM_EVENT_DATASTALL } - * - * XPM_CNTRCFG5 { XPM_EVENT_MAINTLBSTALL, - * XPM_EVENT_STREXPASS, - * XPM_EVENT_STREXFAIL, - * XPM_EVENT_DATAEVICT, - * XPM_EVENT_NODISPATCH, - * XPM_EVENT_ISSUEEMPTY } - * - * XPM_CNTRCFG6 { XPM_EVENT_INSTRRENAME, - * XPM_EVENT_PREDICTFUNCRET, - * XPM_EVENT_MAINEXEC, - * XPM_EVENT_SECEXEC, - * XPM_EVENT_LDRSTR, - * XPM_EVENT_FLOATRENAME } - * - * XPM_CNTRCFG7 { XPM_EVENT_NEONRENAME, - * XPM_EVENT_PLDSTALL, - * XPM_EVENT_WRITESTALL, - * XPM_EVENT_INSTRTLBSTALL, - * XPM_EVENT_DATATLBSTALL, - * XPM_EVENT_INSTR_uTLBSTALL } - * - * XPM_CNTRCFG8 { XPM_EVENT_DATA_uTLBSTALL, - * XPM_EVENT_DMB_STALL, - * XPM_EVENT_INT_CLKEN, - * XPM_EVENT_DE_CLKEN, - * XPM_EVENT_INSTRISB, - * XPM_EVENT_INSTRDSB } - * - * XPM_CNTRCFG9 { XPM_EVENT_INSTRDMB, - * XPM_EVENT_EXTINT, - * XPM_EVENT_PLE_LRC, - * XPM_EVENT_PLE_LRS, - * XPM_EVENT_PLE_FLUSH, - * XPM_EVENT_PLE_CMPL } - * - * XPM_CNTRCFG10 { XPM_EVENT_PLE_OVFL, - * XPM_EVENT_PLE_PROG, - * XPM_EVENT_PLE_LRC, - * XPM_EVENT_PLE_LRS, - * XPM_EVENT_PLE_FLUSH, - * XPM_EVENT_PLE_CMPL } - * - * XPM_CNTRCFG11 { XPM_EVENT_DATASTALL, - * XPM_EVENT_INSRFETCH_CACHEREFILL, - * XPM_EVENT_INSTRFECT_TLBREFILL, - * XPM_EVENT_DATA_CACHEREFILL, - * XPM_EVENT_DATA_CACHEACCESS, - * XPM_EVENT_DATA_TLBREFILL } - */ -#define XPM_CNTRCFG1 0 -#define XPM_CNTRCFG2 1 -#define XPM_CNTRCFG3 2 -#define XPM_CNTRCFG4 3 -#define XPM_CNTRCFG5 4 -#define XPM_CNTRCFG6 5 -#define XPM_CNTRCFG7 6 -#define XPM_CNTRCFG8 7 -#define XPM_CNTRCFG9 8 -#define XPM_CNTRCFG10 9 -#define XPM_CNTRCFG11 10 - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes *****************************/ - -/* Interface functions to access performance counters from abstraction layer */ -void Xpm_SetEvents(s32 PmcrCfg); -void Xpm_GetEventCounters(u32 *PmCtrValue); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_event_counter_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xpseudo_asm.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xpseudo_asm.h deleted file mode 100644 index 6d07851..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xpseudo_asm.h +++ /dev/null @@ -1,60 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm.h -* -* @addtogroup a9_specific Cortex A9 Processor Specific Include Files -* -* The xpseudo_asm.h includes xreg_cortexa9.h and xpseudo_asm_gcc.h. -* -* The xreg_cortexa9.h file contains definitions for inline assembler code. -* It provides inline definitions for Cortex A9 GPRs, SPRs, MPE registers, -* co-processor registers and Debug registers. -* -* The xpseudo_asm_gcc.h contains the definitions for the most often used inline -* assembler instructions, available as macros. These can be very useful for -* tasks such as setting or getting special purpose registers, synchronization, -* or cache manipulation etc. These inline assembler instructions can be used -* from drivers and user applications written in C. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  10/18/09 First release
-* 3.04a sdm  01/02/12 Remove redundant dsb in mcr instruction.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ -#ifndef XPSEUDO_ASM_H -#define XPSEUDO_ASM_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xreg_cortexa9.h" -#ifdef __GNUC__ - #include "xpseudo_asm_gcc.h" -#elif defined (__ICCARM__) - #include "xpseudo_asm_iccarm.h" -#else - #include "xpseudo_asm_rvct.h" -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XPSEUDO_ASM_H */ -/** -* @} End of "addtogroup a9_specific". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h deleted file mode 100644 index d986349..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h +++ /dev/null @@ -1,240 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_gcc.h -* -* This header file contains macros for using inline assembler code. It is -* written specifically for the GNU compiler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp		 05/21/14 First release
-* 6.0   mus      07/27/16 Consolidated file for a53,a9 and r5 processors
-* 7.2   asa      04/03/20 Renamed the str macro to strw.
-* 7.2   dp       04/30/20 Added clobber "cc" to mtcpsr for aarch32 processors
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_GCC_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_GCC_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - -#if defined (__aarch64__) -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - asm volatile("mrs %0, DAIF" : "=r" (rval));\ - rval;\ - }) - -#define mtcpsr(v) __asm__ __volatile__ ("msr DAIF, %0" : : "r" (v)) - -#define cpsiei() //__asm__ __volatile__("cpsie i\n") -#define cpsidi() //__asm__ __volatile__("cpsid i\n") - -#define cpsief() //__asm__ __volatile__("cpsie f\n") -#define cpsidf() //__asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) /*__asm__ __volatile__(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - )*/ - -#define mfgpr(rn) /*({u32 rval; \ - __asm__ __volatile__(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - })*/ - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb sy") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__("dsb sy") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__("dmb sy") - - -/* Memory Operations */ -#define ldr(adr) ({u64 rval; \ - __asm__ __volatile__(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define mfelrel3() ({u64 rval = 0U; \ - asm volatile("mrs %0, ELR_EL3" : "=r" (rval));\ - rval;\ - }) - -#define mtelrel3(v) __asm__ __volatile__ ("msr ELR_EL3, %0" : : "r" (v)) - -#else - -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrs %0, cpsr\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -#define mtcpsr(v) __asm__ __volatile__(\ - "msr cpsr,%0\n"\ - : : "r" (v) : "cc" \ - ) - -#define cpsiei() __asm__ __volatile__("cpsie i\n") -#define cpsidi() __asm__ __volatile__("cpsid i\n") - -#define cpsief() __asm__ __volatile__("cpsie f\n") -#define cpsidf() __asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) __asm__ __volatile__(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - ) - -#define mfgpr(rn) ({u32 rval; \ - __asm__ __volatile__(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb" : : : "memory") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__ ("dsb" : : : "memory") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__ ("dmb" : : : "memory") - - -/* Memory Operations */ -#define ldr(adr) ({u32 rval; \ - __asm__ __volatile__(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#endif - -#define ldrb(adr) ({u8 rval; \ - __asm__ __volatile__(\ - "ldrb %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define strw(adr, val) __asm__ __volatile__(\ - "str %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -#define strb(adr, val) __asm__ __volatile__(\ - "strb %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -/* Count leading zeroes (clz) */ -#define clz(arg) ({u8 rval; \ - __asm__ __volatile__(\ - "clz %0,%1"\ - : "=r" (rval) : "r" (arg)\ - );\ - rval;\ - }) - -#if defined (__aarch64__) -#define mtcpdc(reg,val) __asm__ __volatile__("dc " #reg ",%0" : : "r" (val)) -#define mtcpic(reg,val) __asm__ __volatile__("ic " #reg ",%0" : : "r" (val)) - -#define mtcpicall(reg) __asm__ __volatile__("ic " #reg) -#define mtcptlbi(reg) __asm__ __volatile__("tlbi " #reg) -#define mtcpat(reg,val) __asm__ __volatile__("at " #reg ",%0" : : "r" (val)) -/* CP15 operations */ -#define mfcp(reg) ({u64 rval = 0U;\ - __asm__ __volatile__("mrs %0, " #reg : "=r" (rval));\ - rval;\ - }) - -#define mtcp(reg,val) __asm__ __volatile__("msr " #reg ",%0" : : "r" (val)) - -#else -/* CP15 operations */ -#define mtcp(rn, v) __asm__ __volatile__(\ - "mcr " rn "\n"\ - : : "r" (v)\ - ); - -#define mfcp(rn) ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrc " rn "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) -#endif - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -/** - *@endcond - */ - -#endif /* XPSEUDO_ASM_GCC_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h deleted file mode 100644 index 2a4fff2..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h +++ /dev/null @@ -1,573 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xreg_cortexa9.h -* -* This header file contains definitions for using inline assembler code. It is -* written specifically for the GNU, ARMCC compiler. -* -* All of the ARM Cortex A9 GPRs, SPRs, and Debug Registers are defined along -* with the positions of the bits within the registers. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  10/20/09 First release
-* 
-* -******************************************************************************/ -#ifndef XREG_CORTEXA9_H -#define XREG_CORTEXA9_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/** - *@cond nocomments - */ - -/* GPRs */ -#define XREG_GPR0 r0 -#define XREG_GPR1 r1 -#define XREG_GPR2 r2 -#define XREG_GPR3 r3 -#define XREG_GPR4 r4 -#define XREG_GPR5 r5 -#define XREG_GPR6 r6 -#define XREG_GPR7 r7 -#define XREG_GPR8 r8 -#define XREG_GPR9 r9 -#define XREG_GPR10 r10 -#define XREG_GPR11 r11 -#define XREG_GPR12 r12 -#define XREG_GPR13 r13 -#define XREG_GPR14 r14 -#define XREG_GPR15 r15 -#define XREG_CPSR cpsr - -/* Coprocessor number defines */ -#define XREG_CP0 0 -#define XREG_CP1 1 -#define XREG_CP2 2 -#define XREG_CP3 3 -#define XREG_CP4 4 -#define XREG_CP5 5 -#define XREG_CP6 6 -#define XREG_CP7 7 -#define XREG_CP8 8 -#define XREG_CP9 9 -#define XREG_CP10 10 -#define XREG_CP11 11 -#define XREG_CP12 12 -#define XREG_CP13 13 -#define XREG_CP14 14 -#define XREG_CP15 15 - -/* Coprocessor control register defines */ -#define XREG_CR0 cr0 -#define XREG_CR1 cr1 -#define XREG_CR2 cr2 -#define XREG_CR3 cr3 -#define XREG_CR4 cr4 -#define XREG_CR5 cr5 -#define XREG_CR6 cr6 -#define XREG_CR7 cr7 -#define XREG_CR8 cr8 -#define XREG_CR9 cr9 -#define XREG_CR10 cr10 -#define XREG_CR11 cr11 -#define XREG_CR12 cr12 -#define XREG_CR13 cr13 -#define XREG_CR14 cr14 -#define XREG_CR15 cr15 - -/* Current Processor Status Register (CPSR) Bits */ -#define XREG_CPSR_THUMB_MODE 0x20 -#define XREG_CPSR_MODE_BITS 0x1F -#define XREG_CPSR_SYSTEM_MODE 0x1F -#define XREG_CPSR_UNDEFINED_MODE 0x1B -#define XREG_CPSR_DATA_ABORT_MODE 0x17 -#define XREG_CPSR_SVC_MODE 0x13 -#define XREG_CPSR_IRQ_MODE 0x12 -#define XREG_CPSR_FIQ_MODE 0x11 -#define XREG_CPSR_USER_MODE 0x10 - -#define XREG_CPSR_IRQ_ENABLE 0x80 -#define XREG_CPSR_FIQ_ENABLE 0x40 - -#define XREG_CPSR_N_BIT 0x80000000 -#define XREG_CPSR_Z_BIT 0x40000000 -#define XREG_CPSR_C_BIT 0x20000000 -#define XREG_CPSR_V_BIT 0x10000000 - - -/* CP15 defines */ -#if defined (__GNUC__) || defined (__ICCARM__) -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "p15, 0, %0, c0, c0, 0" -#define XREG_CP15_CACHE_TYPE "p15, 0, %0, c0, c0, 1" -#define XREG_CP15_TCM_TYPE "p15, 0, %0, c0, c0, 2" -#define XREG_CP15_TLB_TYPE "p15, 0, %0, c0, c0, 3" -#define XREG_CP15_MULTI_PROC_AFFINITY "p15, 0, %0, c0, c0, 5" - -#define XREG_CP15_PROC_FEATURE_0 "p15, 0, %0, c0, c1, 0" -#define XREG_CP15_PROC_FEATURE_1 "p15, 0, %0, c0, c1, 1" -#define XREG_CP15_DEBUG_FEATURE_0 "p15, 0, %0, c0, c1, 2" -#define XREG_CP15_MEMORY_FEATURE_0 "p15, 0, %0, c0, c1, 4" -#define XREG_CP15_MEMORY_FEATURE_1 "p15, 0, %0, c0, c1, 5" -#define XREG_CP15_MEMORY_FEATURE_2 "p15, 0, %0, c0, c1, 6" -#define XREG_CP15_MEMORY_FEATURE_3 "p15, 0, %0, c0, c1, 7" - -#define XREG_CP15_INST_FEATURE_0 "p15, 0, %0, c0, c2, 0" -#define XREG_CP15_INST_FEATURE_1 "p15, 0, %0, c0, c2, 1" -#define XREG_CP15_INST_FEATURE_2 "p15, 0, %0, c0, c2, 2" -#define XREG_CP15_INST_FEATURE_3 "p15, 0, %0, c0, c2, 3" -#define XREG_CP15_INST_FEATURE_4 "p15, 0, %0, c0, c2, 4" - -#define XREG_CP15_CACHE_SIZE_ID "p15, 1, %0, c0, c0, 0" -#define XREG_CP15_CACHE_LEVEL_ID "p15, 1, %0, c0, c0, 1" -#define XREG_CP15_AUXILARY_ID "p15, 1, %0, c0, c0, 7" - -#define XREG_CP15_CACHE_SIZE_SEL "p15, 2, %0, c0, c0, 0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "p15, 0, %0, c1, c0, 0" -#define XREG_CP15_AUX_CONTROL "p15, 0, %0, c1, c0, 1" -#define XREG_CP15_CP_ACCESS_CONTROL "p15, 0, %0, c1, c0, 2" - -#define XREG_CP15_SECURE_CONFIG "p15, 0, %0, c1, c1, 0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "p15, 0, %0, c1, c1, 1" -#define XREG_CP15_NS_ACCESS_CONTROL "p15, 0, %0, c1, c1, 2" -#define XREG_CP15_VIRTUAL_CONTROL "p15, 0, %0, c1, c1, 3" - -#else /* RVCT */ -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "cp15:0:c0:c0:0" -#define XREG_CP15_CACHE_TYPE "cp15:0:c0:c0:1" -#define XREG_CP15_TCM_TYPE "cp15:0:c0:c0:2" -#define XREG_CP15_TLB_TYPE "cp15:0:c0:c0:3" -#define XREG_CP15_MULTI_PROC_AFFINITY "cp15:0:c0:c0:5" - -#define XREG_CP15_PROC_FEATURE_0 "cp15:0:c0:c1:0" -#define XREG_CP15_PROC_FEATURE_1 "cp15:0:c0:c1:1" -#define XREG_CP15_DEBUG_FEATURE_0 "cp15:0:c0:c1:2" -#define XREG_CP15_MEMORY_FEATURE_0 "cp15:0:c0:c1:4" -#define XREG_CP15_MEMORY_FEATURE_1 "cp15:0:c0:c1:5" -#define XREG_CP15_MEMORY_FEATURE_2 "cp15:0:c0:c1:6" -#define XREG_CP15_MEMORY_FEATURE_3 "cp15:0:c0:c1:7" - -#define XREG_CP15_INST_FEATURE_0 "cp15:0:c0:c2:0" -#define XREG_CP15_INST_FEATURE_1 "cp15:0:c0:c2:1" -#define XREG_CP15_INST_FEATURE_2 "cp15:0:c0:c2:2" -#define XREG_CP15_INST_FEATURE_3 "cp15:0:c0:c2:3" -#define XREG_CP15_INST_FEATURE_4 "cp15:0:c0:c2:4" - -#define XREG_CP15_CACHE_SIZE_ID "cp15:1:c0:c0:0" -#define XREG_CP15_CACHE_LEVEL_ID "cp15:1:c0:c0:1" -#define XREG_CP15_AUXILARY_ID "cp15:1:c0:c0:7" - -#define XREG_CP15_CACHE_SIZE_SEL "cp15:2:c0:c0:0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "cp15:0:c1:c0:0" -#define XREG_CP15_AUX_CONTROL "cp15:0:c1:c0:1" -#define XREG_CP15_CP_ACCESS_CONTROL "cp15:0:c1:c0:2" - -#define XREG_CP15_SECURE_CONFIG "cp15:0:c1:c1:0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "cp15:0:c1:c1:1" -#define XREG_CP15_NS_ACCESS_CONTROL "cp15:0:c1:c1:2" -#define XREG_CP15_VIRTUAL_CONTROL "cp15:0:c1:c1:3" -#endif - -/* XREG_CP15_CONTROL bit defines */ -#define XREG_CP15_CONTROL_TE_BIT 0x40000000U -#define XREG_CP15_CONTROL_AFE_BIT 0x20000000U -#define XREG_CP15_CONTROL_TRE_BIT 0x10000000U -#define XREG_CP15_CONTROL_NMFI_BIT 0x08000000U -#define XREG_CP15_CONTROL_EE_BIT 0x02000000U -#define XREG_CP15_CONTROL_HA_BIT 0x00020000U -#define XREG_CP15_CONTROL_RR_BIT 0x00004000U -#define XREG_CP15_CONTROL_V_BIT 0x00002000U -#define XREG_CP15_CONTROL_I_BIT 0x00001000U -#define XREG_CP15_CONTROL_Z_BIT 0x00000800U -#define XREG_CP15_CONTROL_SW_BIT 0x00000400U -#define XREG_CP15_CONTROL_B_BIT 0x00000080U -#define XREG_CP15_CONTROL_C_BIT 0x00000004U -#define XREG_CP15_CONTROL_A_BIT 0x00000002U -#define XREG_CP15_CONTROL_M_BIT 0x00000001U - -#if defined (__GNUC__) || defined (__ICCARM__) -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "p15, 0, %0, c2, c0, 0" -#define XREG_CP15_TTBR1 "p15, 0, %0, c2, c0, 1" -#define XREG_CP15_TTB_CONTROL "p15, 0, %0, c2, c0, 2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "p15, 0, %0, c3, c0, 0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "p15, 0, %0, c5, c0, 0" -#define XREG_CP15_INST_FAULT_STATUS "p15, 0, %0, c5, c0, 1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "p15, 0, %0, c5, c1, 0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "p15, 0, %0, c5, c1, 1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "p15, 0, %0, c6, c0, 0" -#define XREG_CP15_INST_FAULT_ADDRESS "p15, 0, %0, c6, c0, 2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "p15, 0, %0, c7, c0, 4" - -#define XREG_CP15_INVAL_IC_POU_IS "p15, 0, %0, c7, c1, 0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "p15, 0, %0, c7, c1, 6" - -#define XREG_CP15_PHYS_ADDR "p15, 0, %0, c7, c4, 0" - -#define XREG_CP15_INVAL_IC_POU "p15, 0, %0, c7, c5, 0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "p15, 0, %0, c7, c5, 1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A9. - */ -#define XREG_CP15_INST_SYNC_BARRIER "p15, 0, %0, c7, c5, 4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "p15, 0, %0, c7, c5, 6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c6, 1" -#define XREG_CP15_INVAL_DC_LINE_SW "p15, 0, %0, c7, c6, 2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "p15, 0, %0, c7, c8, 0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "p15, 0, %0, c7, c8, 1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "p15, 0, %0, c7, c8, 2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "p15, 0, %0, c7, c8, 3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "p15, 0, %0, c7, c8, 4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "p15, 0, %0, c7, c8, 5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "p15, 0, %0, c7, c8, 6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "p15, 0, %0, c7, c8, 7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "p15, 0, %0, c7, c10, 1" -#define XREG_CP15_CLEAN_DC_LINE_SW "p15, 0, %0, c7, c10, 2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A9. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "p15, 0, %0, c7, c10, 4" -#define XREG_CP15_DATA_MEMORY_BARRIER "p15, 0, %0, c7, c10, 5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "p15, 0, %0, c7, c11, 1" - -#define XREG_CP15_NOP2 "p15, 0, %0, c7, c13, 1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c14, 1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "p15, 0, %0, c7, c14, 2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "p15, 0, %0, c8, c3, 0" -#define XREG_CP15_INVAL_TLB_MVA_IS "p15, 0, %0, c8, c3, 1" -#define XREG_CP15_INVAL_TLB_ASID_IS "p15, 0, %0, c8, c3, 2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "p15, 0, %0, c8, c3, 3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "p15, 0, %0, c8, c5, 0" -#define XREG_CP15_INVAL_ITLB_MVA "p15, 0, %0, c8, c5, 1" -#define XREG_CP15_INVAL_ITLB_ASID "p15, 0, %0, c8, c5, 2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "p15, 0, %0, c8, c6, 0" -#define XREG_CP15_INVAL_DTLB_MVA "p15, 0, %0, c8, c6, 1" -#define XREG_CP15_INVAL_DTLB_ASID "p15, 0, %0, c8, c6, 2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "p15, 0, %0, c8, c7, 0" -#define XREG_CP15_INVAL_UTLB_MVA "p15, 0, %0, c8, c7, 1" -#define XREG_CP15_INVAL_UTLB_ASID "p15, 0, %0, c8, c7, 2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "p15, 0, %0, c8, c7, 3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "p15, 0, %0, c9, c12, 0" -#define XREG_CP15_COUNT_ENABLE_SET "p15, 0, %0, c9, c12, 1" -#define XREG_CP15_COUNT_ENABLE_CLR "p15, 0, %0, c9, c12, 2" -#define XREG_CP15_V_FLAG_STATUS "p15, 0, %0, c9, c12, 3" -#define XREG_CP15_SW_INC "p15, 0, %0, c9, c12, 4" -#define XREG_CP15_EVENT_CNTR_SEL "p15, 0, %0, c9, c12, 5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "p15, 0, %0, c9, c13, 0" -#define XREG_CP15_EVENT_TYPE_SEL "p15, 0, %0, c9, c13, 1" -#define XREG_CP15_PERF_MONITOR_COUNT "p15, 0, %0, c9, c13, 2" - -#define XREG_CP15_USER_ENABLE "p15, 0, %0, c9, c14, 0" -#define XREG_CP15_INTR_ENABLE_SET "p15, 0, %0, c9, c14, 1" -#define XREG_CP15_INTR_ENABLE_CLR "p15, 0, %0, c9, c14, 2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "p15, 0, %0, c10, c0, 0" - -#define XREG_CP15_PRI_MEM_REMAP "p15, 0, %0, c10, c2, 0" -#define XREG_CP15_NORM_MEM_REMAP "p15, 0, %0, c10, c2, 1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 1" - -#define XREG_CP15_INTERRUPT_STATUS "p15, 0, %0, c12, c1, 0" -#define XREG_CP15_VIRTUALIZATION_INTR "p15, 0, %0, c12, c1, 1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "p15, 0, %0, c13, c0, 1" -#define USER_RW_THREAD_PID "p15, 0, %0, c13, c0, 2" -#define USER_RO_THREAD_PID "p15, 0, %0, c13, c0, 3" -#define USER_PRIV_THREAD_PID "p15, 0, %0, c13, c0, 4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "p15, 0, %0, c15, c0, 0" -#define XREG_CP15_CONFIG_BASE_ADDR "p15, 4, %0, c15, c0, 0" - -#define XREG_CP15_READ_TLB_ENTRY "p15, 5, %0, c15, c4, 2" -#define XREG_CP15_WRITE_TLB_ENTRY "p15, 5, %0, c15, c4, 4" - -#define XREG_CP15_MAIN_TLB_VA "p15, 5, %0, c15, c5, 2" - -#define XREG_CP15_MAIN_TLB_PA "p15, 5, %0, c15, c6, 2" - -#define XREG_CP15_MAIN_TLB_ATTR "p15, 5, %0, c15, c7, 2" - -#else -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "cp15:0:c2:c0:0" -#define XREG_CP15_TTBR1 "cp15:0:c2:c0:1" -#define XREG_CP15_TTB_CONTROL "cp15:0:c2:c0:2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "cp15:0:c3:c0:0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "cp15:0:c5:c0:0" -#define XREG_CP15_INST_FAULT_STATUS "cp15:0:c5:c0:1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "cp15:0:c5:c1:0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "cp15:0:c5:c1:1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "cp15:0:c6:c0:0" -#define XREG_CP15_INST_FAULT_ADDRESS "cp15:0:c6:c0:2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "cp15:0:c7:c0:4" - -#define XREG_CP15_INVAL_IC_POU_IS "cp15:0:c7:c1:0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "cp15:0:c7:c1:6" - -#define XREG_CP15_PHYS_ADDR "cp15:0:c7:c4:0" - -#define XREG_CP15_INVAL_IC_POU "cp15:0:c7:c5:0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "cp15:0:c7:c5:1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A9. - */ -#define XREG_CP15_INST_SYNC_BARRIER "cp15:0:c7:c5:4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "cp15:0:c7:c5:6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "cp15:0:c7:c6:1" -#define XREG_CP15_INVAL_DC_LINE_SW "cp15:0:c7:c6:2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "cp15:0:c7:c8:0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "cp15:0:c7:c8:1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "cp15:0:c7:c8:2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "cp15:0:c7:c8:3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "cp15:0:c7:c8:4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "cp15:0:c7:c8:5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "cp15:0:c7:c8:6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "cp15:0:c7:c8:7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "cp15:0:c7:c10:1" -#define XREG_CP15_CLEAN_DC_LINE_SW "cp15:0:c7:c10:2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A9. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "cp15:0:c7:c10:4" -#define XREG_CP15_DATA_MEMORY_BARRIER "cp15:0:c7:c10:5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "cp15:0:c7:c11:1" - -#define XREG_CP15_NOP2 "cp15:0:c7:c13:1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "cp15:0:c7:c14:1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "cp15:0:c7:c14:2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "cp15:0:c8:c3:0" -#define XREG_CP15_INVAL_TLB_MVA_IS "cp15:0:c8:c3:1" -#define XREG_CP15_INVAL_TLB_ASID_IS "cp15:0:c8:c3:2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "cp15:0:c8:c3:3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "cp15:0:c8:c5:0" -#define XREG_CP15_INVAL_ITLB_MVA "cp15:0:c8:c5:1" -#define XREG_CP15_INVAL_ITLB_ASID "cp15:0:c8:c5:2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "cp15:0:c8:c6:0" -#define XREG_CP15_INVAL_DTLB_MVA "cp15:0:c8:c6:1" -#define XREG_CP15_INVAL_DTLB_ASID "cp15:0:c8:c6:2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "cp15:0:c8:c7:0" -#define XREG_CP15_INVAL_UTLB_MVA "cp15:0:c8:c7:1" -#define XREG_CP15_INVAL_UTLB_ASID "cp15:0:c8:c7:2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "cp15:0:c8:c7:3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "cp15:0:c9:c12:0" -#define XREG_CP15_COUNT_ENABLE_SET "cp15:0:c9:c12:1" -#define XREG_CP15_COUNT_ENABLE_CLR "cp15:0:c9:c12:2" -#define XREG_CP15_V_FLAG_STATUS "cp15:0:c9:c12:3" -#define XREG_CP15_SW_INC "cp15:0:c9:c12:4" -#define XREG_CP15_EVENT_CNTR_SEL "cp15:0:c9:c12:5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "cp15:0:c9:c13:0" -#define XREG_CP15_EVENT_TYPE_SEL "cp15:0:c9:c13:1" -#define XREG_CP15_PERF_MONITOR_COUNT "cp15:0:c9:c13:2" - -#define XREG_CP15_USER_ENABLE "cp15:0:c9:c14:0" -#define XREG_CP15_INTR_ENABLE_SET "cp15:0:c9:c14:1" -#define XREG_CP15_INTR_ENABLE_CLR "cp15:0:c9:c14:2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "cp15:0:c10:c0:0" - -#define XREG_CP15_PRI_MEM_REMAP "cp15:0:c10:c2:0" -#define XREG_CP15_NORM_MEM_REMAP "cp15:0:c10:c2:1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "cp15:0:c12:c0:0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "cp15:0:c12:c0:1" - -#define XREG_CP15_INTERRUPT_STATUS "cp15:0:c12:c1:0" -#define XREG_CP15_VIRTUALIZATION_INTR "cp15:0:c12:c1:1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "cp15:0:c13:c0:1" -#define USER_RW_THREAD_PID "cp15:0:c13:c0:2" -#define USER_RO_THREAD_PID "cp15:0:c13:c0:3" -#define USER_PRIV_THREAD_PID "cp15:0:c13:c0:4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "cp15:0:c15:c0:0" -#define XREG_CP15_CONFIG_BASE_ADDR "cp15:4:c15:c0:0" - -#define XREG_CP15_READ_TLB_ENTRY "cp15:5:c15:c4:2" -#define XREG_CP15_WRITE_TLB_ENTRY "cp15:5:c15:c4:4" - -#define XREG_CP15_MAIN_TLB_VA "cp15:5:c15:c5:2" - -#define XREG_CP15_MAIN_TLB_PA "cp15:5:c15:c6:2" - -#define XREG_CP15_MAIN_TLB_ATTR "cp15:5:c15:c7:2" -#endif - - -/* MPE register definitions */ -#define XREG_FPSID c0 -#define XREG_FPSCR c1 -#define XREG_MVFR1 c6 -#define XREG_MVFR0 c7 -#define XREG_FPEXC c8 -#define XREG_FPINST c9 -#define XREG_FPINST2 c10 - -/* FPSID bits */ -#define XREG_FPSID_IMPLEMENTER_BIT (24) -#define XREG_FPSID_IMPLEMENTER_MASK (0xFF << FPSID_IMPLEMENTER_BIT) -#define XREG_FPSID_SOFTWARE (1<<23) -#define XREG_FPSID_ARCH_BIT (16) -#define XREG_FPSID_ARCH_MASK (0xF << FPSID_ARCH_BIT) -#define XREG_FPSID_PART_BIT (8) -#define XREG_FPSID_PART_MASK (0xFF << FPSID_PART_BIT) -#define XREG_FPSID_VARIANT_BIT (4) -#define XREG_FPSID_VARIANT_MASK (0xF << FPSID_VARIANT_BIT) -#define XREG_FPSID_REV_BIT (0) -#define XREG_FPSID_REV_MASK (0xF << FPSID_REV_BIT) - -/* FPSCR bits */ -#define XREG_FPSCR_N_BIT (1 << 31) -#define XREG_FPSCR_Z_BIT (1 << 30) -#define XREG_FPSCR_C_BIT (1 << 29) -#define XREG_FPSCR_V_BIT (1 << 28) -#define XREG_FPSCR_QC (1 << 27) -#define XREG_FPSCR_AHP (1 << 26) -#define XREG_FPSCR_DEFAULT_NAN (1 << 25) -#define XREG_FPSCR_FLUSHTOZERO (1 << 24) -#define XREG_FPSCR_ROUND_NEAREST (0 << 22) -#define XREG_FPSCR_ROUND_PLUSINF (1 << 22) -#define XREG_FPSCR_ROUND_MINUSINF (2 << 22) -#define XREG_FPSCR_ROUND_TOZERO (3 << 22) -#define XREG_FPSCR_RMODE_BIT (22) -#define XREG_FPSCR_RMODE_MASK (3 << FPSCR_RMODE_BIT) -#define XREG_FPSCR_STRIDE_BIT (20) -#define XREG_FPSCR_STRIDE_MASK (3 << FPSCR_STRIDE_BIT) -#define XREG_FPSCR_LENGTH_BIT (16) -#define XREG_FPSCR_LENGTH_MASK (7 << FPSCR_LENGTH_BIT) -#define XREG_FPSCR_IDC (1 << 7) -#define XREG_FPSCR_IXC (1 << 4) -#define XREG_FPSCR_UFC (1 << 3) -#define XREG_FPSCR_OFC (1 << 2) -#define XREG_FPSCR_DZC (1 << 1) -#define XREG_FPSCR_IOC (1 << 0) - -/* MVFR0 bits */ -#define XREG_MVFR0_RMODE_BIT (28) -#define XREG_MVFR0_RMODE_MASK (0xF << XREG_MVFR0_RMODE_BIT) -#define XREG_MVFR0_SHORT_VEC_BIT (24) -#define XREG_MVFR0_SHORT_VEC_MASK (0xF << XREG_MVFR0_SHORT_VEC_BIT) -#define XREG_MVFR0_SQRT_BIT (20) -#define XREG_MVFR0_SQRT_MASK (0xF << XREG_MVFR0_SQRT_BIT) -#define XREG_MVFR0_DIVIDE_BIT (16) -#define XREG_MVFR0_DIVIDE_MASK (0xF << XREG_MVFR0_DIVIDE_BIT) -#define XREG_MVFR0_EXEC_TRAP_BIT (12) -#define XREG_MVFR0_EXEC_TRAP_MASK (0xF << XREG_MVFR0_EXEC_TRAP_BIT) -#define XREG_MVFR0_DP_BIT (8) -#define XREG_MVFR0_DP_MASK (0xF << XREG_MVFR0_DP_BIT) -#define XREG_MVFR0_SP_BIT (4) -#define XREG_MVFR0_SP_MASK (0xF << XREG_MVFR0_SP_BIT) -#define XREG_MVFR0_A_SIMD_BIT (0) -#define XREG_MVFR0_A_SIMD_MASK (0xF << MVFR0_A_SIMD_BIT) - -/* FPEXC bits */ -#define XREG_FPEXC_EX (1 << 31) -#define XREG_FPEXC_EN (1 << 30) -#define XREG_FPEXC_DEX (1 << 29) - - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XREG_CORTEXA9_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscugic.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscugic.h deleted file mode 100644 index ce4b290..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscugic.h +++ /dev/null @@ -1,597 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic.h -* @addtogroup scugic_v4_6 -* @{ -* @details -* -* The generic interrupt controller driver component. -* -* The interrupt controller driver uses the idea of priority for the various -* handlers. Priority is an integer within the range of 1 and 31 inclusive with -* default of 1 being the highest priority interrupt source. The priorities -* of the various sources can be dynamically altered as needed through -* hardware configuration. -* -* The generic interrupt controller supports the following -* features: -* -* - specific individual interrupt enabling/disabling -* - specific individual interrupt acknowledging -* - attaching specific callback function to handle interrupt source -* - assigning desired priority to interrupt source if default is not -* acceptable. -* -* Details about connecting the interrupt handler of the driver are contained -* in the source file specific to interrupt processing, xscugic_intr.c. -* -* This driver is intended to be RTOS and processor independent. It works with -* physical addresses only. Any needs for dynamic memory management, threads -* or thread mutual exclusion, virtual memory, or cache control must be -* satisfied by the layer above this driver. -* -* Interrupt Vector Tables -* -* The device ID of the interrupt controller device is used by the driver as a -* direct index into the configuration data table. The user should populate the -* vector table with handlers and callbacks at run-time using the -* XScuGic_Connect() and XScuGic_Disconnect() functions. -* -* Each vector table entry corresponds to a device that can generate an -* interrupt. Each entry contains an interrupt handler function and an -* argument to be passed to the handler when an interrupt occurs. The -* user must use XScuGic_Connect() when the interrupt handler takes an -* argument other than the base address. -* -* Nested Interrupts Processing -* -* Nested interrupts are not supported by this driver. -* -* NOTE: -* The generic interrupt controller is not a part of the snoop control unit -* as indicated by the prefix "scu" in the name of the driver. -* It is an independent module in APU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------------
-* 1.00a drg  01/19/00 First release
-* 1.01a sdm  11/09/11 The XScuGic and XScuGic_Config structures have changed.
-*		      The HandlerTable (of type XScuGic_VectorTableEntry) is
-*		      moved to XScuGic_Config structure from XScuGic structure.
-*
-*		      The "Config" entry in XScuGic structure is made as
-*		      pointer for better efficiency.
-*
-*		      A new file named as xscugic_hw.c is now added. It is
-*		      to implement low level driver routines without using
-*		      any xscugic instance pointer. They are useful when the
-*		      user wants to use xscugic through device id or
-*		      base address. The driver routines provided are explained
-*		      below.
-*		      XScuGic_DeviceInitialize that takes device id as
-*		      argument and initializes the device (without calling
-*		      XScuGic_CfgInitialize).
-*		      XScuGic_DeviceInterruptHandler that takes device id
-*		      as argument and calls appropriate handlers from the
-*		      HandlerTable.
-*		      XScuGic_RegisterHandler that registers a new handler
-*		      by taking xscugic hardware base address as argument.
-*		      LookupConfigByBaseAddress is used to return the
-*		      corresponding config structure from XScuGic_ConfigTable
-*		      based on the scugic base address passed.
-* 1.02a sdm  12/20/11 Removed AckBeforeService from the XScuGic_Config
-*		      structure.
-* 1.03a srt  02/27/13 Moved Offset calculation macros from *.c and *_hw.c to
-*		      *_hw.h
-*		      Added APIs
-*			- XScuGic_SetPriTrigTypeByDistAddr()
-*			- XScuGic_GetPriTrigTypeByDistAddr()
-*		      (CR 702687)
-*			Added support to direct interrupts to the appropriate CPU. Earlier
-*			  interrupts were directed to CPU1 (hard coded). Now depending
-*			  upon the CPU selected by the user (xparameters.h), interrupts
-*			  will be directed to the relevant CPU. This fixes CR 699688.
-* 1.04a hk   05/04/13 Assigned EffectiveAddr to CpuBaseAddress in
-*			  XScuGic_CfgInitialize. Fix for CR#704400 to remove warnings.
-*			  Moved functions XScuGic_SetPriTrigTypeByDistAddr and
-*             XScuGic_GetPriTrigTypeByDistAddr to xscugic_hw.c.
-*			  This is fix for CR#705621.
-* 1.05a hk   06/26/13 Modified tcl to export external interrupts correctly to
-*                     xparameters.h. Fix for CR's 690505, 708928 & 719359.
-* 2.0   adk  12/10/13 Updated as per the New Tcl API's
-* 2.1   adk  25/04/14 Fixed the CR:789373 changes are made in the driver tcl file.
-* 3.00  kvn  02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.2   asa  02/29/16 Modified DistributorInit function for Zynq AMP case. The
-*			  distributor is left uninitialized for Zynq AMP. It is assumed
-*             that the distributor will be initialized by Linux master. However
-*             for CortexR5 case, the earlier code is left unchanged where the
-*             the interrupt processor target registers in the distributor is
-*             initialized with the corresponding CPU ID on which the application
-*             built over the scugic driver runs.
-*             These changes fix CR#937243.
-*
-* 3.4   asa  04/07/16 Created a new static function DoDistributorInit to simplify
-*            the flow and avoid code duplication. Changes are made for
-*            USE_AMP use case for R5. In a scenario (in R5 split mode) when
-*            one R5 is operating with A53 in open amp config and other
-*            R5 running baremetal app, the existing code
-*            had the potential to stop the whole AMP solution to work (if
-*            for some reason the R5 running the baremetal app tasked to
-*            initialize the Distributor hangs or crashes before initializing).
-*            Changes are made so that the R5 under AMP first checks if
-*            the distributor is enabled or not and if not, it does the
-*            standard Distributor initialization.
-*            This fixes the CR#952962.
-* 3.6   ms   01/23/17 Modified xil_printf statement in main function for all
-*                     examples to ensure that "Successfully ran" and "Failed"
-*                     strings are available in all examples. This is a fix
-*                     for CR-965028.
-*       kvn  02/17/17 Add support for changing GIC CPU master at run time.
-*       kvn  02/28/17 Make the CpuId as static variable and Added new
-*                     XScugiC_GetCpuId to access CpuId.
-*       ms   03/17/17 Added readme.txt file in examples folder for doxygen
-*                     generation.
-* 3.7   ms   04/11/17 Modified tcl file to add suffix U for all macro
-*                     definitions of scugic in xparameters.h
-* 3.8   mus  07/05/17 Updated scugic.tcl to add support for interrupts connected
-*                     through util_reduced_vector IP(OR gate)
-*       mus  07/05/17 Updated xdefine_zynq_canonical_xpars proc to initialize
-*                     the HandlerTable in XScuGic_ConfigTable to 0, it removes
-*                     the compilation warning in xscugic_g.c. Fix for CR#978736.
-*       mus  07/25/17 Updated xdefine_gic_params proc to export correct canonical
-*                     definitions for pl to ps interrupts.Fix for CR#980534
-* 3.9   mus  02/21/18 Added new API's XScuGic_UnmapAllInterruptsFromCpu and
-*                     XScuGic_InterruptUnmapFromCpu, These API's can be used
-*                     by applications to unmap specific/all interrupts from
-*                     target CPU.
-* 3.10  aru  08/23/18 Resolved MISRA-C:2012 compliance mandatory violations
-* 4.0   mus  11/22/18 Fixed bugs in software interrupt generation through
-*                      XScuGic_SoftwareIntr API
-* 4.1   asa  03/30/19 Made changes not to direct each interrupt to all
-*                     available CPUs by default. This was breaking AMP
-*                     behavior. Instead every time an interrupt enable
-*                     request is received, the interrupt was mapped to
-*                     the respective CPU. There were several other changes
-*                     made to implement this. This set of changes was to
-*                     fix CR-1024716.
-* 4.1   mus  06/19/19 Added API's XScuGic_MarkCoreAsleep and
-*                     XScuGic_MarkCoreAwake to mark processor core as
-*                     asleep or awake. Fix for CR#1027220.
-* 4.5   asa  03/07/21 Included a header file xil_spinlock.h to ensure that
-*                     GIC driver can use newly introduced spinlock
-*                     functionality.
-* 4.6	sk   08/05/21 Fix scugic misrac violations.
-*
-* 
-* -******************************************************************************/ - -#ifndef XSCUGIC_H /* prevent circular inclusions */ -#define XSCUGIC_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xil_io.h" -#include "xscugic_hw.h" -#include "xil_exception.h" -#include "xil_spinlock.h" - -/************************** Constant Definitions *****************************/ - -#define EFUSE_STATUS_OFFSET 0x10 -#define EFUSE_STATUS_CPU_MASK 0x80 - -#if !defined (ARMR5) && !defined (__aarch64__) && !defined (ARMA53_32) -#define ARMA9 -#endif - -#define XSCUGIC500_DCTLR_ARE_NS_ENABLE 0x20 -#define XSCUGIC500_DCTLR_ARE_S_ENABLE 0x10 -/**************************** Type Definitions *******************************/ - -/* The following data type defines each entry in an interrupt vector table. - * The callback reference is the base address of the interrupting device - * for the low level driver and an instance pointer for the high level driver. - */ -typedef struct -{ - Xil_InterruptHandler Handler; - void *CallBackRef; -} XScuGic_VectorTableEntry; - -/** - * This typedef contains configuration information for the device. - */ -typedef struct -{ - u16 DeviceId; /**< Unique ID of device */ - u32 CpuBaseAddress; /**< CPU Interface Register base address */ - u32 DistBaseAddress; /**< Distributor Register base address */ - XScuGic_VectorTableEntry HandlerTable[XSCUGIC_MAX_NUM_INTR_INPUTS];/**< - Vector table of interrupt handlers */ -} XScuGic_Config; - -/** - * The XScuGic driver instance data. The user is required to allocate a - * variable of this type for every intc device in the system. A pointer - * to a variable of this type is then passed to the driver API functions. - */ -typedef struct -{ - XScuGic_Config *Config; /**< Configuration table entry */ - u32 IsReady; /**< Device is initialized and ready */ - u32 UnhandledInterrupts; /**< Intc Statistics */ -} XScuGic; - -/************************** Variable Definitions *****************************/ - -extern XScuGic_Config XScuGic_ConfigTable[]; /**< Config table */ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Write the given CPU Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_CPUWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_CPUWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->CpuBaseAddress), (RegOffset), \ - ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given CPU Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_CPUReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_CPUReadReg(InstancePtr, RegOffset) \ - (XScuGic_ReadReg(((InstancePtr)->Config->CpuBaseAddress), (RegOffset))) - -/****************************************************************************/ -/** -* -* Write the given Distributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_DistWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_DistWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->DistBaseAddress), (RegOffset), \ - ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given Distributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_DistReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_DistReadReg(InstancePtr, RegOffset) \ -(XScuGic_ReadReg(((InstancePtr)->Config->DistBaseAddress), (RegOffset))) - -/****************************************************************************/ -/** -* -* Write the given ReDistributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_DistWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_ReDistWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->DistBaseAddress)+ \ - XSCUGIC_RDIST_OFFSET, (RegOffset), ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given ReDistributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_DistReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_ReDistReadReg(InstancePtr, RegOffset) \ -(XScuGic_ReadReg((((InstancePtr)->Config->DistBaseAddress)+ \ -XSCUGIC_RDIST_OFFSET), (RegOffset))) - -/****************************************************************************/ -/** -* -* Write the given ReDistributor SGI PPI Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_DistWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_ReDistSGIPPIWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->DistBaseAddress)+ \ - XSCUGIC_RDIST_SGI_PPI_OFFSET, (RegOffset), ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given ReDistributor SGI PPI Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_DistReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_ReDistSGIPPIReadReg(InstancePtr, RegOffset) \ -(XScuGic_ReadReg((((InstancePtr)->Config->DistBaseAddress)+ \ - XSCUGIC_RDIST_SGI_PPI_OFFSET), (RegOffset))) - -/****************************************************************************/ -/** -* This function enables system register interface for GIC CPU Interface -* -* @param value to be written -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_Enable_SystemReg_CPU_Interface_EL3() mtcp(S3_6_C12_C12_5, 0xF); -#define XScuGic_Enable_SystemReg_CPU_Interface_EL1() mtcp(S3_0_C12_C12_5, 0xF); -/****************************************************************************/ -/** -* This function enables Grou0 interrupts -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_Enable_Group0_Interrupts() mtcp(S3_0_C12_C12_6,0x1); -/****************************************************************************/ -/** -* This function enables Group1 interrupts -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#if defined (__aarch64__) -#if EL1_NONSECURE -#define XScuGic_Enable_Group1_Interrupts() \ - mtcp (S3_0_C12_C12_7, 0x1 | mfcp(S3_0_C12_C12_7) ); -#else -#define XScuGic_Enable_Group1_Interrupts() \ - mtcp (S3_6_C12_C12_7, 0x1 | mfcp(S3_6_C12_C12_7) ); -#endif -#endif -/****************************************************************************/ -/** -* This function writes to ICC_SGI0R_EL1 -* -* @param value to be written -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_WriteICC_SGI0R_EL1(val) mtcp(S3_0_C12_C11_7,val) - -/****************************************************************************/ -/** -* This function writes to ICC_SGI1R_EL1 -* -* @param value to be written -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_WriteICC_SGI1R_EL1(val) mtcp(S3_0_C12_C11_5,val) - -/****************************************************************************/ -/** -* This function reads ICC_SGI1R_EL1 register -* -* @param None -* -* @return Value of ICC_SGI1R_EL1 register -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_ReadICC_SGI1R_EL1() mfcp(S3_0_C12_C11_5) -/****************************************************************************/ -/** -* This function sets interrupt priority filter -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_set_priority_filter(val) __asm__ __volatile__("msr S3_0_C4_C6_0,%0" : : "r" (val)) -/****************************************************************************/ -/** -* This function returns interrupt id of highest priority pending interrupt -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#if defined (__aarch64__) -#if EL3 -#define XScuGic_get_IntID() mfcp(S3_0_C12_C8_0) -#else -#define XScuGic_get_IntID() mfcp(S3_0_C12_C12_0) -#endif -#endif -/****************************************************************************/ -/** -* This function acks the interrupt -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#if defined (__aarch64__) -#if EL3 -#define XScuGic_ack_Int(val) mtcp(S3_0_C12_C8_1,val) -#else -#define XScuGic_ack_Int(val) mtcp(S3_0_C12_C12_1,val) -#endif -#endif -/****************************************************************************/ -/** -* This macro returns bit position for the specific interrupt's trigger type -* configuration within GICR_ICFGR0/GICR_ICFGR1 register -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_Get_Rdist_Int_Trigger_Index(IntrId) (((Int_Id%16) & 0x1f) << 2) +1 -/************************** Function Prototypes ******************************/ - -/* - * Required functions in xscugic.c - */ - -s32 XScuGic_Connect(XScuGic *InstancePtr, u32 Int_Id, - Xil_InterruptHandler Handler, void *CallBackRef); -void XScuGic_Disconnect(XScuGic *InstancePtr, u32 Int_Id); - -void XScuGic_Enable(XScuGic *InstancePtr, u32 Int_Id); -void XScuGic_Disable(XScuGic *InstancePtr, u32 Int_Id); - -s32 XScuGic_CfgInitialize(XScuGic *InstancePtr, XScuGic_Config *ConfigPtr, - u32 EffectiveAddr); - -s32 XScuGic_SoftwareIntr(XScuGic *InstancePtr, u32 Int_Id, u32 Cpu_Identifier); - -void XScuGic_GetPriorityTriggerType(XScuGic *InstancePtr, u32 Int_Id, - u8 *Priority, u8 *Trigger); -void XScuGic_SetPriorityTriggerType(XScuGic *InstancePtr, u32 Int_Id, - u8 Priority, u8 Trigger); -void XScuGic_InterruptMaptoCpu(XScuGic *InstancePtr, u8 Cpu_Identifier, u32 Int_Id); -void XScuGic_InterruptUnmapFromCpu(XScuGic *InstancePtr, u8 Cpu_Identifier, u32 Int_Id); -void XScuGic_UnmapAllInterruptsFromCpu(XScuGic *InstancePtr, u8 Cpu_Identifier); -void XScuGic_Stop(XScuGic *InstancePtr); -void XScuGic_SetCpuID(u32 CpuCoreId); -u32 XScuGic_GetCpuID(void); -/* - * Initialization functions in xscugic_sinit.c - */ -XScuGic_Config *XScuGic_LookupConfig(u16 DeviceId); - -/* - * Interrupt functions in xscugic_intr.c - */ -void XScuGic_InterruptHandler(XScuGic *InstancePtr); - -/* - * Self-test functions in xscugic_selftest.c - */ -s32 XScuGic_SelfTest(XScuGic *InstancePtr); - -#if defined (GICv3) -void XScuGic_MarkCoreAsleep(XScuGic *InstancePtr); -void XScuGic_MarkCoreAwake(XScuGic *InstancePtr); -#endif -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscugic_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscugic_hw.h deleted file mode 100644 index a270af6..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscugic_hw.h +++ /dev/null @@ -1,691 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic_hw.h -* @addtogroup scugic_v4_6 -* @{ -* -* This header file contains identifiers and HW access functions (or -* macros) that can be used to access the device. The user should refer to the -* hardware device specification for more details of the device operation. -* The driver functions/APIs are defined in xscugic.h. -* -* This GIC device has two parts, a distributor and CPU interface(s). Each part -* has separate register definition sections. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------------
-* 1.00a drg  01/19/10 First release
-* 1.01a sdm  11/09/11 "xil_exception.h" added as include.
-*		      Macros XScuGic_EnableIntr and XScuGic_DisableIntr are
-*		      added to enable or disable interrupts based on
-*		      Distributor Register base address. Normally users use
-*		      XScuGic instance and call XScuGic_Enable or
-*		      XScuGic_Disable to enable/disable interrupts. These
-*		      new macros are provided when user does not want to
-*		      use an instance pointer but still wants to enable or
-*		      disable interrupts.
-*		      Function prototypes for functions (present in newly
-*		      added file xscugic_hw.c) are added.
-* 1.03a srt  02/27/13 Moved Offset calculation macros from *_hw.c (CR
-*		      702687).
-* 1.04a hk   05/04/13 Fix for CR#705621. Moved function prototypes
-*		      XScuGic_SetPriTrigTypeByDistAddr and
-*         	      XScuGic_GetPriTrigTypeByDistAddr here from xscugic.h
-* 3.0	pkp  12/09/14 changed XSCUGIC_MAX_NUM_INTR_INPUTS for
-*		      Zynq Ultrascale Mp
-* 3.0   kvn  02/13/14 Modified code for MISRA-C:2012 compliance.
-* 3.2	pkp  11/09/15 Corrected the interrupt processsor target mask value
-*					  for CPU interface 2 i.e. XSCUGIC_SPI_CPU2_MASK
-* 3.9   mus  02/21/18 Added new API's XScuGic_InterruptUnmapFromCpuByDistAddr
-*					  and XScuGic_UnmapAllInterruptsFromCpuByDistAddr, These
-*					  API's can be used by applications to unmap specific/all
-*					  interrupts from target CPU. It fixes CR#992490.
-* 3.10  aru  08/23/18 Resolved MISRA-C:2012 compliance mandatory violations
-* 4.1   asa  03/30/19 Removed macros for XScuGic_EnableIntr, and
-*                     XScuGic_DisableIntr. These are now C functions. This
-*                     change was to fix CR-1024716.
-* 4.1   mus  06/12/19 Updated XSCUGIC_MAX_NUM_INTR_INPUTS for Versal.
-* 4.6	sk   06/07/21 Delete the commented macro code to fix the MISRA-C warning.
-* 4.6	sk   08/05/21 Fix Scugic Misrac violations.
-*
-* 
-* -******************************************************************************/ - -#ifndef XSCUGIC_HW_H /* prevent circular inclusions */ -#define XSCUGIC_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" -#include "xil_exception.h" -#include "bspconfig.h" - -/************************** Constant Definitions *****************************/ -#if defined (versal) && !defined(ARMR5) -#define GICv3 -#endif - -/* - * The maximum number of interrupts supported by the hardware. - */ -#ifdef PLATFORM_ZYNQ -#define XSCUGIC_MAX_NUM_INTR_INPUTS 95U /* Maximum number of interrupt defined by Zynq */ -#elif defined (versal) -#define XSCUGIC_MAX_NUM_INTR_INPUTS 192U -#else -#define XSCUGIC_MAX_NUM_INTR_INPUTS 195U /* Maximum number of interrupt defined by Zynq Ultrascale Mp */ -#endif - -/* - * First Interrupt Id for SPI interrupts. - */ -#define XSCUGIC_SPI_INT_ID_START 0x20 -/* - * The maximum priority value that can be used in the GIC. - */ -#define XSCUGIC_MAX_INTR_PRIO_VAL 248U -#define XSCUGIC_INTR_PRIO_MASK 0x000000F8U - -/** @name Distributor Interface Register Map - * - * Define the offsets from the base address for all Distributor registers of - * the interrupt controller, some registers may be reserved in the hardware - * device. - * @{ - */ -#define XSCUGIC_DIST_EN_OFFSET 0x00000000U /**< Distributor Enable - Register */ -#define XSCUGIC_IC_TYPE_OFFSET 0x00000004U /**< Interrupt Controller - Type Register */ -#define XSCUGIC_DIST_IDENT_OFFSET 0x00000008U /**< Implementor ID - Register */ -#define XSCUGIC_SECURITY_OFFSET 0x00000080U /**< Interrupt Security - Register */ -#define XSCUGIC_ENABLE_SET_OFFSET 0x00000100U /**< Enable Set - Register */ -#define XSCUGIC_DISABLE_OFFSET 0x00000180U /**< Enable Clear Register */ -#define XSCUGIC_PENDING_SET_OFFSET 0x00000200U /**< Pending Set - Register */ -#define XSCUGIC_PENDING_CLR_OFFSET 0x00000280U /**< Pending Clear - Register */ -#define XSCUGIC_ACTIVE_OFFSET 0x00000300U /**< Active Status Register */ -#define XSCUGIC_PRIORITY_OFFSET 0x00000400U /**< Priority Level Register */ -#define XSCUGIC_SPI_TARGET_OFFSET 0x00000800U /**< SPI Target - Register 0x800-0x8FB */ -#define XSCUGIC_INT_CFG_OFFSET 0x00000C00U /**< Interrupt Configuration - Register 0xC00-0xCFC */ -#define XSCUGIC_PPI_STAT_OFFSET 0x00000D00U /**< PPI Status Register */ -#define XSCUGIC_SPI_STAT_OFFSET 0x00000D04U /**< SPI Status Register - 0xd04-0xd7C */ -#define XSCUGIC_AHB_CONFIG_OFFSET 0x00000D80U /**< AHB Configuration - Register */ -#define XSCUGIC_SFI_TRIG_OFFSET 0x00000F00U /**< Software Triggered - Interrupt Register */ -#define XSCUGIC_PERPHID_OFFSET 0x00000FD0U /**< Peripheral ID Reg */ -#if defined (GICv3) -#define XSCUGIC_PCELLID_OFFSET 0x0000FFF0U /**< Pcell ID Register */ -#else -#define XSCUGIC_PCELLID_OFFSET 0x00000FF0U /**< Pcell ID Register */ -#endif -/* @} */ - -/** @name Distributor Enable Register - * Controls if the distributor response to external interrupt inputs. - * @{ - */ -#if defined (GICv3) -#define XSCUGIC_EN_INT_MASK 0x00000003U /**< Interrupt In Enable */ -#else -#define XSCUGIC_EN_INT_MASK 0x00000001U /**< Interrupt In Enable */ -#endif -/* @} */ - -/** @name Interrupt Controller Type Register - * @{ - */ -#define XSCUGIC_LSPI_MASK 0x0000F800U /**< Number of Lockable - Shared Peripheral - Interrupts*/ -#define XSCUGIC_DOMAIN_MASK 0x00000400U /**< Number os Security domains*/ -#define XSCUGIC_CPU_NUM_MASK 0x000000E0U /**< Number of CPU Interfaces */ -#define XSCUGIC_NUM_INT_MASK 0x0000001FU /**< Number of Interrupt IDs */ -/* @} */ - -/** @name Implementor ID Register - * Implementor and revision information. - * @{ - */ -#define XSCUGIC_REV_MASK 0x00FFF000U /**< Revision Number */ -#define XSCUGIC_IMPL_MASK 0x00000FFFU /**< Implementor */ -/* @} */ - -/** @name Interrupt Security Registers - * Each bit controls the security level of an interrupt, either secure or non - * secure. These registers can only be accessed using secure read and write. - * There are registers for each of the CPU interfaces at offset 0x080. A - * register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x084. - * @{ - */ -#define XSCUGIC_INT_NS_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Enable Set Register - * Each bit controls the enabling of an interrupt, a 0 is disabled, a 1 is - * enabled. Writing a 0 has no effect. Use the ENABLE_CLR register to set a - * bit to 0. - * There are registers for each of the CPU interfaces at offset 0x100. With up - * to 8 registers aliased to the same address. A register set for the SPI - * interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x104. - * @{ - */ -#define XSCUGIC_INT_EN_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Enable Clear Register - * Each bit controls the disabling of an interrupt, a 0 is disabled, a 1 is - * enabled. Writing a 0 has no effect. Writing a 1 disables an interrupt and - * sets the corresponding bit to 0. - * There are registers for each of the CPU interfaces at offset 0x180. With up - * to 8 registers aliased to the same address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x184. - * @{ - */ -#define XSCUGIC_INT_CLR_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Pending Set Register - * Each bit controls the Pending or Active and Pending state of an interrupt, a - * 0 is not pending, a 1 is pending. Writing a 0 has no effect. Writing a 1 sets - * an interrupt to the pending state. - * There are registers for each of the CPU interfaces at offset 0x200. With up - * to 8 registers aliased to the same address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x204. - * @{ - */ -#define XSCUGIC_PEND_SET_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Pending Clear Register - * Each bit can clear the Pending or Active and Pending state of an interrupt, a - * 0 is not pending, a 1 is pending. Writing a 0 has no effect. Writing a 1 - * clears the pending state of an interrupt. - * There are registers for each of the CPU interfaces at offset 0x280. With up - * to 8 registers aliased to the same address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x284. - * @{ - */ -#define XSCUGIC_PEND_CLR_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Active Status Register - * Each bit provides the Active status of an interrupt, a - * 0 is not Active, a 1 is Active. This is a read only register. - * There are registers for each of the CPU interfaces at offset 0x300. With up - * to 8 registers aliased to each address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x380. - * @{ - */ -#define XSCUGIC_ACTIVE_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Priority Level Register - * Each byte in a Priority Level Register sets the priority level of an - * interrupt. Reading the register provides the priority level of an interrupt. - * There are registers for each of the CPU interfaces at offset 0x400 through - * 0x41C. With up to 8 registers aliased to each address. - * 0 is highest priority, 0xFF is lowest. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 255 of these registers staring at location 0x420. - * @{ - */ -#define XSCUGIC_PRIORITY_MASK 0x000000FFU /**< Each Byte corresponds to an - INT_ID */ -#define XSCUGIC_PRIORITY_MAX 0x000000FFU /**< Highest value of a priority - actually the lowest priority*/ -/* @} */ - -/** @name SPI Target Register 0x800-0x8FB - * Each byte references a separate SPI and programs which of the up to 8 CPU - * interfaces are sent a Pending interrupt. - * There are registers for each of the CPU interfaces at offset 0x800 through - * 0x81C. With up to 8 registers aliased to each address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 255 of these registers staring at location 0x820. - * - * This driver does not support multiple CPU interfaces. These are included - * for complete documentation. - * @{ - */ -#define XSCUGIC_SPI_CPU7_MASK 0x00000080U /**< CPU 7 Mask*/ -#define XSCUGIC_SPI_CPU6_MASK 0x00000040U /**< CPU 6 Mask*/ -#define XSCUGIC_SPI_CPU5_MASK 0x00000020U /**< CPU 5 Mask*/ -#define XSCUGIC_SPI_CPU4_MASK 0x00000010U /**< CPU 4 Mask*/ -#define XSCUGIC_SPI_CPU3_MASK 0x00000008U /**< CPU 3 Mask*/ -#define XSCUGIC_SPI_CPU2_MASK 0x00000004U /**< CPU 2 Mask*/ -#define XSCUGIC_SPI_CPU1_MASK 0x00000002U /**< CPU 1 Mask*/ -#define XSCUGIC_SPI_CPU0_MASK 0x00000001U /**< CPU 0 Mask*/ -/* @} */ - -/** @name Interrupt Configuration Register 0xC00-0xCFC - * The interrupt configuration registers program an SFI to be active HIGH level - * sensitive or rising edge sensitive. - * Each bit pair describes the configuration for an INT_ID. - * SFI Read Only b10 always - * PPI Read Only depending on how the PPIs are configured. - * b01 Active HIGH level sensitive - * b11 Rising edge sensitive - * SPI LSB is read only. - * b01 Active HIGH level sensitive - * b11 Rising edge sensitive/ - * There are registers for each of the CPU interfaces at offset 0xC00 through - * 0xC04. With up to 8 registers aliased to each address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 255 of these registers staring at location 0xC08. - * @{ - */ -#define XSCUGIC_INT_CFG_MASK 0x00000003U /**< */ -/* @} */ - -/** @name PPI Status Register - * Enables an external AMBA master to access the status of the PPI inputs. - * A CPU can only read the status of its local PPI signals and cannot read the - * status for other CPUs. - * This register is aliased for each CPU interface. - * @{ - */ -#define XSCUGIC_PPI_C15_MASK 0x00008000U /**< PPI Status */ -#define XSCUGIC_PPI_C14_MASK 0x00004000U /**< PPI Status */ -#define XSCUGIC_PPI_C13_MASK 0x00002000U /**< PPI Status */ -#define XSCUGIC_PPI_C12_MASK 0x00001000U /**< PPI Status */ -#define XSCUGIC_PPI_C11_MASK 0x00000800U /**< PPI Status */ -#define XSCUGIC_PPI_C10_MASK 0x00000400U /**< PPI Status */ -#define XSCUGIC_PPI_C09_MASK 0x00000200U /**< PPI Status */ -#define XSCUGIC_PPI_C08_MASK 0x00000100U /**< PPI Status */ -#define XSCUGIC_PPI_C07_MASK 0x00000080U /**< PPI Status */ -#define XSCUGIC_PPI_C06_MASK 0x00000040U /**< PPI Status */ -#define XSCUGIC_PPI_C05_MASK 0x00000020U /**< PPI Status */ -#define XSCUGIC_PPI_C04_MASK 0x00000010U /**< PPI Status */ -#define XSCUGIC_PPI_C03_MASK 0x00000008U /**< PPI Status */ -#define XSCUGIC_PPI_C02_MASK 0x00000004U /**< PPI Status */ -#define XSCUGIC_PPI_C01_MASK 0x00000002U /**< PPI Status */ -#define XSCUGIC_PPI_C00_MASK 0x00000001U /**< PPI Status */ -/* @} */ - -/** @name SPI Status Register 0xd04-0xd7C - * Enables an external AMBA master to access the status of the SPI inputs. - * There are up to 63 registers if the maximum number of SPI inputs are - * configured. - * @{ - */ -#define XSCUGIC_SPI_N_MASK 0x00000001U /**< Each bit corresponds to an SPI - input */ -/* @} */ - -/** @name AHB Configuration Register - * Provides the status of the CFGBIGEND input signal and allows the endianness - * of the GIC to be set. - * @{ - */ -#define XSCUGIC_AHB_END_MASK 0x00000004U /**< 0-GIC uses little Endian, - 1-GIC uses Big Endian */ -#define XSCUGIC_AHB_ENDOVR_MASK 0x00000002U /**< 0-Uses CFGBIGEND control, - 1-use the AHB_END bit */ -#define XSCUGIC_AHB_TIE_OFF_MASK 0x00000001U /**< State of CFGBIGEND */ - -/* @} */ - -/** @name Software Triggered Interrupt Register - * Controls issuing of software interrupts. - * @{ - */ -#define XSCUGIC_SFI_SELFTRIG_MASK 0x02010000U -#define XSCUGIC_SFI_TRIG_TRGFILT_MASK 0x03000000U /**< Target List filter - b00-Use the target List - b01-All CPUs except requester - b10-To Requester - b11-reserved */ -#define XSCUGIC_SFI_TRIG_CPU_MASK 0x00FF0000U /**< CPU Target list */ -#define XSCUGIC_SFI_TRIG_SATT_MASK 0x00008000U /**< 0= Use a secure interrupt */ -#define XSCUGIC_SFI_TRIG_INTID_MASK 0x0000000FU /**< Set to the INTID - signaled to the CPU*/ -/* @} */ - -/** @name CPU Interface Register Map - * - * Define the offsets from the base address for all CPU registers of the - * interrupt controller, some registers may be reserved in the hardware device. - * @{ - */ -#define XSCUGIC_CONTROL_OFFSET 0x00000000U /**< CPU Interface Control - Register */ -#define XSCUGIC_CPU_PRIOR_OFFSET 0x00000004U /**< Priority Mask Reg */ -#define XSCUGIC_BIN_PT_OFFSET 0x00000008U /**< Binary Point Register */ -#define XSCUGIC_INT_ACK_OFFSET 0x0000000CU /**< Interrupt ACK Reg */ -#define XSCUGIC_EOI_OFFSET 0x00000010U /**< End of Interrupt Reg */ -#define XSCUGIC_RUN_PRIOR_OFFSET 0x00000014U /**< Running Priority Reg */ -#define XSCUGIC_HI_PEND_OFFSET 0x00000018U /**< Highest Pending Interrupt - Register */ -#define XSCUGIC_ALIAS_BIN_PT_OFFSET 0x0000001CU /**< Aliased non-Secure - Binary Point Register */ - -/**< 0x00000020 to 0x00000FBC are reserved and should not be read or written - * to. */ -/* @} */ - - -/** @name Control Register - * CPU Interface Control register definitions - * All bits are defined here although some are not available in the non-secure - * mode. - * @{ - */ -#define XSCUGIC_CNTR_SBPR_MASK 0x00000010U /**< Secure Binary Pointer, - 0=separate registers, - 1=both use bin_pt_s */ -#define XSCUGIC_CNTR_FIQEN_MASK 0x00000008U /**< Use nFIQ_C for secure - interrupts, - 0= use IRQ for both, - 1=Use FIQ for secure, IRQ for non*/ -#define XSCUGIC_CNTR_ACKCTL_MASK 0x00000004U /**< Ack control for secure or non secure */ -#define XSCUGIC_CNTR_EN_NS_MASK 0x00000002U /**< Non Secure enable */ -#define XSCUGIC_CNTR_EN_S_MASK 0x00000001U /**< Secure enable, 0=Disabled, 1=Enabled */ -/* @} */ - - -/** @name Binary Point Register - * Binary Point register definitions - * @{ - */ - -#define XSCUGIC_BIN_PT_MASK 0x00000007U /**< Binary point mask value - Value Secure Non-secure - b000 0xFE 0xFF - b001 0xFC 0xFE - b010 0xF8 0xFC - b011 0xF0 0xF8 - b100 0xE0 0xF0 - b101 0xC0 0xE0 - b110 0x80 0xC0 - b111 0x00 0x80 - */ -/*@}*/ - -/** @name Interrupt Acknowledge Register - * Interrupt Acknowledge register definitions - * Identifies the current Pending interrupt, and the CPU ID for software - * interrupts. - */ -#define XSCUGIC_ACK_INTID_MASK 0x000003FFU /**< Interrupt ID */ -#define XSCUGIC_CPUID_MASK 0x00000C00U /**< CPU ID */ -/* @} */ - -/** @name End of Interrupt Register - * End of Interrupt register definitions - * Allows the CPU to signal the GIC when it completes an interrupt service - * routine. - */ -#define XSCUGIC_EOI_INTID_MASK 0x000003FFU /**< Interrupt ID */ - -/* @} */ - -/** @name Running Priority Register - * Running Priority register definitions - * Identifies the interrupt priority level of the highest priority active - * interrupt. - */ -#define XSCUGIC_RUN_PRIORITY_MASK 0x000000FFU /**< Interrupt Priority */ -/* @} */ - -#if defined (GICv3) -#define XSCUGIC_IROUTER_BASE_OFFSET 0x6000U -#endif -/* - * Highest Pending Interrupt register definitions - * Identifies the interrupt priority of the highest priority pending interrupt - */ -#define XSCUGIC_PEND_INTID_MASK 0x000003FFU /**< Pending Interrupt ID */ -/* @} */ -#if defined (GICv3) -/** @name ReDistributor Interface Register Map - * - * @{ - */ -#define XSCUGIC_RDIST_OFFSET 0x80000U -#define XSCUGIC_RDIST_BASE_ADDRESS (XPAR_SCUGIC_0_DIST_BASEADDR + XSCUGIC_RDIST_OFFSET) -#define XSCUGIC_RDIST_SGI_PPI_OFFSET 0x90000U -#define XSCUGIC_RDIST_SGI_PPI_BASE_ADDRESS (XPAR_SCUGIC_0_DIST_BASEADDR + XSCUGIC_RDIST_SGI_PPI_OFFSET) -#define XSCUGIC_RDIST_ISENABLE_OFFSET 0x100U -#define XSCUGIC_RDIST_IPRIORITYR_OFFSET 0x400U -#define XSCUGIC_RDIST_IGROUPR_OFFSET 0x80U -#define XSCUGIC_RDIST_GRPMODR_OFFSET 0xD00U -#define XSCUGIC_RDIST_INT_CONFIG_OFFSET 0xC00U -#define XSCUGIC_RDIST_WAKER_OFFSET 0x14U -#define XSCUGIC_SGIR_EL1_INITID_SHIFT 24U - -/* - * GICR_IGROUPR register definitions - */ -#if EL3 -#define XSCUGIC_DEFAULT_SECURITY 0x0U -#else -#define XSCUGIC_DEFAULT_SECURITY 0xFFFFFFFFU -#endif -/* - * GICR_WAKER register definitions - */ -#define XSCUGIC_RDIST_WAKER_LOW_POWER_STATE_MASK 0x7 -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Read the Interrupt Configuration Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_INT_CFG_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_INT_CFG_OFFSET + (((InterruptID)/16U) * 4U)) - -/****************************************************************************/ -/** -* -* Read the Interrupt Priority Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_PRIORITY_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_PRIORITY_OFFSET + (((InterruptID)/4U) * 4U)) - -/****************************************************************************/ -/** -* -* Read the Interrupt Routing Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_IROUTER_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_IROUTER_BASE_OFFSET + (InterruptID * 8)) - -/****************************************************************************/ -/** -* -* Read the SPI Target Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_SPI_TARGET_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_SPI_TARGET_OFFSET + (((InterruptID)/4U) * 4U)) -/****************************************************************************/ -/** -* -* Read the SPI Target Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_SECURITY_TARGET_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_SECURITY_OFFSET + (((InterruptID)/32U)*4U)) - -/****************************************************************************/ -/** -* -* Read the Re-distributor Interrupt configuration register offset -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_RDIST_INT_CONFIG_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_RDIST_INT_CONFIG_OFFSET + ((InterruptID /16)*4)) - -/****************************************************************************/ -/** -* -* Read the Re-distributor Interrupt Priority register offset -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_RDIST_INT_PRIORITY_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_RDIST_IPRIORITYR_OFFSET + (InterruptID * 4)) -/****************************************************************************/ -/** -* -* Read the Interrupt Clear-Enable Register offset for an interrupt ID -* -* @param Register is the register offset for the clear/enable bank. -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_EN_DIS_OFFSET_CALC(Register, InterruptID) \ - ((Register) + (((InterruptID)/32U) * 4U)) - -/****************************************************************************/ -/** -* -* Read the given Intc register. -* -* @param BaseAddress is the base address of the device. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_ReadReg(u32 BaseAddress, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_ReadReg(BaseAddress, RegOffset) \ - (Xil_In32((BaseAddress) + (RegOffset))) - - -/****************************************************************************/ -/** -* -* Write the given Intc register. -* -* @param BaseAddress is the base address of the device. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_WriteReg(u32 BaseAddress, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_WriteReg(BaseAddress, RegOffset, Data) \ - (Xil_Out32(((BaseAddress) + (RegOffset)), ((u32)(Data)))) - - -/************************** Function Prototypes ******************************/ - -void XScuGic_DeviceInterruptHandler(void *DeviceId); -s32 XScuGic_DeviceInitialize(u32 DeviceId); -void XScuGic_RegisterHandler(u32 BaseAddress, s32 InterruptID, - Xil_InterruptHandler IntrHandler, void *CallBackRef); -void XScuGic_SetPriTrigTypeByDistAddr(u32 DistBaseAddress, u32 Int_Id, - u8 Priority, u8 Trigger); -void XScuGic_GetPriTrigTypeByDistAddr(u32 DistBaseAddress, u32 Int_Id, - u8 *Priority, u8 *Trigger); -void XScuGic_InterruptMapFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id, u32 Int_Id); -void XScuGic_InterruptUnmapFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id, u32 Int_Id); -void XScuGic_UnmapAllInterruptsFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id); -void XScuGic_EnableIntr (u32 DistBaseAddress, u32 Int_Id); -void XScuGic_DisableIntr (u32 DistBaseAddress, u32 Int_Id); -/************************** Variable Definitions *****************************/ -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscutimer.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscutimer.h deleted file mode 100644 index de98c61..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscutimer.h +++ /dev/null @@ -1,345 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscutimer.h -* @addtogroup scutimer_v2_3 -* @{ -* @details -* -* The timer driver supports the Cortex A9 private timer. -* -* The timer driver supports the following features: -* - Normal mode and Auto reload mode -* - Interrupts (Interrupt handler is not provided in this driver. Application -* has to register it's own handler) -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate with the Timer. -* -* XScuTimer_CfgInitialize() API is used to initialize the Timer. The -* user needs to first call the XScuTimer_LookupConfig() API which returns -* the Configuration structure pointer which is passed as a parameter to -* the XScuTimer_CfgInitialize() API. -* -* Interrupts -* -* The Timer hardware supports interrupts. -* -* This driver does not provide a Interrupt Service Routine (ISR) for the device. -* It is the responsibility of the application to provide one if needed. Refer to -* the interrupt example provided with this driver for details on using the -* Timer in interrupt mode. -* -* Virtual Memory -* -* This driver supports Virtual Memory. The RTOS is responsible for calculating -* the correct device base address in Virtual Memory space. -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* Building the driver -* -* The XScuTimer driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -*

-* -* NOTE: -* The timer is not a part of the snoop control unit as indicated by the -* prefix "scu" in the name of the driver. -* It is an independent module in APU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 1.02a sg  07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-*       ms  03/17/17 Added readme.txt file in examples folder for doxygen
-*                    generation.
-* 2.3   mus 08/31/20 Updated makefile to support parallel make and
-*                    incremental builds, it would help to reduce compilation
-*                    time.
-* 
-* -******************************************************************************/ -#ifndef XSCUTIMER_H /* prevent circular inclusions */ -#define XSCUTIMER_H /* by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xscutimer_hw.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddr; /**< Base address of the device */ -} XScuTimer_Config; - -/** - * The XScuTimer driver instance data. The user is required to allocate a - * variable of this type for every timer device in the system. - * A pointer to a variable of this type is then passed to the driver API - * functions. - */ -typedef struct { - XScuTimer_Config Config; /**< Hardware Configuration */ - u32 IsReady; /**< Device is initialized and ready */ - u32 IsStarted; /**< Device timer is running */ -} XScuTimer; - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Check if the timer has expired. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return -* - TRUE if the timer has expired. -* - FALSE if the timer has not expired. -* -* @note C-style signature: -* int XScuTimer_IsExpired(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_IsExpired(InstancePtr) \ - ((XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_ISR_OFFSET) & \ - XSCUTIMER_ISR_EVENT_FLAG_MASK) == \ - XSCUTIMER_ISR_EVENT_FLAG_MASK) - -/****************************************************************************/ -/** -* -* Re-start the timer. This macro will read the timer load register -* and writes the same value to load register to update the counter register. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_RestartTimer(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_RestartTimer(InstancePtr) \ - XScuTimer_LoadTimer((InstancePtr), \ - XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_LOAD_OFFSET)) - -/****************************************************************************/ -/** -* -* Write to the timer load register. This will also update the -* timer counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* @param Value is the count to be loaded in to the load register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_LoadTimer(XScuTimer *InstancePtr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_LoadTimer(InstancePtr, Value) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_LOAD_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer counter register value. It can be called at any -* time. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return Contents of the timer counter register. -* -* @note C-style signature: - u32 XScuTimer_GetCounterValue(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_GetCounterValue(InstancePtr) \ - XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_COUNTER_OFFSET) - -/****************************************************************************/ -/** -* -* Enable auto-reload mode. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_EnableAutoReload(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_EnableAutoReload(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) | \ - XSCUTIMER_CONTROL_AUTO_RELOAD_MASK)) - -/****************************************************************************/ -/** -* -* Disable auto-reload mode. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_DisableAutoReload(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_DisableAutoReload(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) & \ - ~(XSCUTIMER_CONTROL_AUTO_RELOAD_MASK))) - -/****************************************************************************/ -/** -* -* Enable the Timer interrupt. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_EnableInterrupt(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_EnableInterrupt(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) | \ - XSCUTIMER_CONTROL_IRQ_ENABLE_MASK)) - -/****************************************************************************/ -/** -* -* Disable the Timer interrupt. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_DisableInterrupt(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_DisableInterrupt(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) & \ - ~(XSCUTIMER_CONTROL_IRQ_ENABLE_MASK))) - -/*****************************************************************************/ -/** -* -* This function reads the interrupt status. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_GetInterruptStatus(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_GetInterruptStatus(InstancePtr) \ - XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_ISR_OFFSET) - -/*****************************************************************************/ -/** -* -* This function clears the interrupt status. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_ClearInterruptStatus(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_ClearInterruptStatus(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_ISR_OFFSET, XSCUTIMER_ISR_EVENT_FLAG_MASK) - -/************************** Function Prototypes ******************************/ - -/* - * Lookup configuration in xscutimer_sinit.c - */ -XScuTimer_Config *XScuTimer_LookupConfig(u16 DeviceId); - -/* - * Selftest function in xscutimer_selftest.c - */ -s32 XScuTimer_SelfTest(XScuTimer *InstancePtr); - -/* - * Interface functions in xscutimer.c - */ -s32 XScuTimer_CfgInitialize(XScuTimer *InstancePtr, - XScuTimer_Config *ConfigPtr, u32 EffectiveAddress); -void XScuTimer_Start(XScuTimer *InstancePtr); -void XScuTimer_Stop(XScuTimer *InstancePtr); -void XScuTimer_SetPrescaler(XScuTimer *InstancePtr, u8 PrescalerValue); -u8 XScuTimer_GetPrescaler(XScuTimer *InstancePtr); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscutimer_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscutimer_hw.h deleted file mode 100644 index 4b6d75a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscutimer_hw.h +++ /dev/null @@ -1,261 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscutimer_hw.h -* @addtogroup scutimer_v2_3 -* @{ -* -* This file contains the hardware interface to the Timer. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 1.01a sdm 02/02/12 Added low level macros to read/write load, counter, control
-*		     and interrupt registers
-* 1.02a  sg 07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ -#ifndef XSCUTIMER_HW_H /* prevent circular inclusions */ -#define XSCUTIMER_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_io.h" -#include "xil_assert.h" -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * Offsets of registers from the start of the device - * @{ - */ - -#define XSCUTIMER_LOAD_OFFSET 0x00U /**< Timer Load Register */ -#define XSCUTIMER_COUNTER_OFFSET 0x04U /**< Timer Counter Register */ -#define XSCUTIMER_CONTROL_OFFSET 0x08U /**< Timer Control Register */ -#define XSCUTIMER_ISR_OFFSET 0x0CU /**< Timer Interrupt - Status Register */ -/* @} */ - -/** @name Timer Control register - * This register bits control the prescaler, Intr enable, - * auto-reload and timer enable. - * @{ - */ - -#define XSCUTIMER_CONTROL_PRESCALER_MASK 0x0000FF00U /**< Prescaler */ -#define XSCUTIMER_CONTROL_PRESCALER_SHIFT 8U -#define XSCUTIMER_CONTROL_IRQ_ENABLE_MASK 0x00000004U /**< Intr enable */ -#define XSCUTIMER_CONTROL_AUTO_RELOAD_MASK 0x00000002U /**< Auto-reload */ -#define XSCUTIMER_CONTROL_ENABLE_MASK 0x00000001U /**< Timer enable */ -/* @} */ - -/** @name Interrupt Status register - * This register indicates the Timer counter register has reached zero. - * @{ - */ - -#define XSCUTIMER_ISR_EVENT_FLAG_MASK 0x00000001U /**< Event flag */ -/*@}*/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Write to the timer load register. This will also update the -* timer counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the load register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetLoadReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetLoadReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_LOAD_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer load register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer load register. -* -* @note C-style signature: -* u32 XScuTimer_GetLoadReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetLoadReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_LOAD_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the timer counter register. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the counter register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetCounterReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetCounterReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_COUNTER_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer counter register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer counter register. -* -* @note C-style signature: - u32 XScuTimer_GetCounterReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetCounterReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_COUNTER_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the timer load register. This will also update the -* timer counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the load register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetControlReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetControlReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_CONTROL_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer load register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer load register. -* -* @note C-style signature: - u32 XScuTimer_GetControlReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetControlReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_CONTROL_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the timer counter register. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the counter register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetIntrReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetIntrReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_ISR_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer counter register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer counter register. -* -* @note C-style signature: - u32 XScuTimer_GetIntrReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetIntrReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_ISR_OFFSET) - -/****************************************************************************/ -/** -* -* Read from the given Timer register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note C-style signature: -* u32 XScuTimer_ReadReg(u32 BaseAddr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuTimer_ReadReg(BaseAddr, RegOffset) \ - Xil_In32((BaseAddr) + (RegOffset)) - -/****************************************************************************/ -/** -* -* Write to the given Timer register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_WriteReg(u32 BaseAddr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuTimer_WriteReg(BaseAddr, RegOffset, Data) \ - Xil_Out32((BaseAddr) + (RegOffset), (Data)) - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscuwdt.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscuwdt.h deleted file mode 100644 index 8d11ff8..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscuwdt.h +++ /dev/null @@ -1,365 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscuwdt.h -* @addtogroup scuwdt_v2_4 -* @{ -* @details -* -* The Xilinx SCU watchdog timer driver (XScuWdt) supports the Xilinx SCU private -* watchdog timer hardware. -* -* The XScuWdt driver supports the following features: -* - Watchdog mode -* - Timer mode -* - Auto reload (timer mode only) -* -* The watchdog counter register is a down counter and starts decrementing when -* the watchdog is started. -* In watchdog mode, when the counter reaches 0, the Reset flag is set in the -* Reset status register and the WDRESETREQ pin is asserted, causing a system -* reset. The Reset flag is not reset by normal processor reset and is cleared -* when written with a value of 1. This enables the user to differentiate a -* normal reset and a reset caused by watchdog time-out. The user needs to call -* XScuWdt_RestartWdt() periodically, to avoid the watchdog from being timed-out. -* -* The IsWdtExpired function can be used to check if the watchdog was the cause -* of the last reset. In this situation, call Initialize then call IsWdtExpired. -* If the result is true, watchdog timeout caused the last system reset. The -* application then needs to clear the Reset flag. -* -* In timer mode, when the counter reaches 0, the Event flag is set in the -* Interrupt status register and if interrupts are enabled, interrupt ID 30 is -* set as pending in the interrupt distributor. The IsTimerExpired function -* is used to check if the watchdog counter has decremented to 0 in timer mode. -* If auto-reload mode is enabled, the Counter register is automatically reloaded -* from the Load register. -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate with the Watchdog Timer. -* -* XScuWdt_CfgInitialize() API is used to initialize the Watchdog Timer. The -* user needs to first call the XScuWdt_LookupConfig() API which returns -* the Configuration structure pointer which is passed as a parameter to -* the XScuWdt_CfgInitialize() API. -* -* Interrupts -* -* The SCU Watchdog Timer supports interrupts in Timer mode. -* -* This driver does not provide a Interrupt Service Routine (ISR) for the device. -* It is the responsibility of the application to provide one if needed. Refer to -* the interrupt example provided with this driver for details on using the -* Timer in interrupt mode. -* -* Virtual Memory -* -* This driver supports Virtual Memory. The RTOS is responsible for calculating -* the correct device base address in Virtual Memory space. -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* Building the driver -* -* The XScuWdt driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -*

-* -* NOTE: -* The watchdog timer is not a part of the snoop control unit as indicated -* by the prefix "scu" in the name of the driver. -* It is an independent module in APU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 1.02a  sg 07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-*       ms  03/17/17 Added readme.txt file in examples folder for doxygen
-*                    generation.
-* 2.3   mus 08/31/20 Updated makefile to support parallel make and
-*                    incremental builds. It would help to reduce compilaton
-*                    time.
-* 2.3	sne 09/16/20 Fixed MISRA-C violations.
-* 2.4	sne 02/04/21 Fixed Doxygen warnings.
-* 
-* -******************************************************************************/ -#ifndef XSCUWDT_H /**< prevent circular inclusions */ -#define XSCUWDT_H /**< by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xscuwdt_hw.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddr; /**< Base address of the device */ -} XScuWdt_Config; - -/** - * The XScuWdt driver instance data. The user is required to allocate a - * variable of this type for every watchdog/timer device in the system. - * A pointer to a variable of this type is then passed to the driver API - * functions. - */ -typedef struct { - XScuWdt_Config Config;/**< Hardware Configuration */ - u32 IsReady; /**< Device is initialized and ready */ - u32 IsStarted; /**< Device watchdog timer is running */ -} XScuWdt; - -/************************** Variable Definitions *****************************/ -extern XScuWdt_Config XScuWdt_ConfigTable[]; - -/***************** Macros (Inline Functions) Definitions *********************/ -/****************************************************************************/ -/** -* -* This function is used to check if the watchdog has timed-out and the last -* reset was caused by the watchdog reset. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return -* - TRUE if the watchdog has expired. -* - FALSE if the watchdog has not expired. -* -* @note C-style signature: -* int XScuWdt_IsWdtExpired(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_IsWdtExpired(InstancePtr) \ - ((XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_RST_STS_OFFSET) & \ - XSCUWDT_RST_STS_RESET_FLAG_MASK) == XSCUWDT_RST_STS_RESET_FLAG_MASK) - -/****************************************************************************/ -/** -* -* This function is used to check if the watchdog counter has reached 0 in timer -* mode. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return -* - TRUE if the watchdog has expired. -* - FALSE if the watchdog has not expired. -* -* @note C-style signature: -* int XScuWdt_IsTimerExpired(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_IsTimerExpired(InstancePtr) \ - ((XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_ISR_OFFSET) & \ - XSCUWDT_ISR_EVENT_FLAG_MASK) == XSCUWDT_ISR_EVENT_FLAG_MASK) - -/****************************************************************************/ -/** -* -* Re-start the watchdog timer. This macro will read the watchdog load register -* and write the same value to load register to update the counter register. -* An application needs to call this function periodically to keep the watchdog -* from asserting the WDRESETREQ reset request output pin. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_RestartWdt(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_RestartWdt(InstancePtr) \ - XScuWdt_LoadWdt((InstancePtr), \ - (XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_LOAD_OFFSET))) - -/****************************************************************************/ -/** -* -* Write to the watchdog timer load register. This will also update the -* watchdog counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* @param Value is the value to be written to the Watchdog Load register. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_LoadWdt(XScuWdt *InstancePtr, u32 Value) -* -******************************************************************************/ -#define XScuWdt_LoadWdt(InstancePtr, Value) \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_LOAD_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Put the watchdog timer in Watchdog mode by setting the WD mode bit of the -* Watchdog control register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_SetWdMode(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_SetWdMode(InstancePtr) \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET, \ - (XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET) | \ - (XSCUWDT_CONTROL_WD_MODE_MASK))) - -/****************************************************************************/ -/** -* -* Put the watchdog timer in Timer mode by writing 0x12345678 and 0x87654321 -* successively to the Watchdog Disable Register. -* The software must write 0x12345678 and 0x87654321 successively to the -* Watchdog Disable Register so that the watchdog mode bit in the Watchdog -* Control Register is set to zero. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_SetTimerMode(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_SetTimerMode(InstancePtr) \ -{ \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_DISABLE_OFFSET, \ - XSCUWDT_DISABLE_VALUE1); \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_DISABLE_OFFSET, \ - XSCUWDT_DISABLE_VALUE2); \ -} - -/****************************************************************************/ -/** -* -* Get the contents of the watchdog control register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return Contents of the watchdog control register. -* -* @note C-style signature: - u32 XScuWdt_GetControlReg(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_GetControlReg(InstancePtr) \ - XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the watchdog control register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* @param ControlReg is the value to be written to the watchdog control -* register. -* -* @return None. -* -* @note C-style signature: - void XScuWdt_SetControlReg(XScuWdt *InstancePtr, u32 ControlReg) -* -******************************************************************************/ -#define XScuWdt_SetControlReg(InstancePtr, ControlReg) \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET, (ControlReg)) - -/****************************************************************************/ -/** -* -* Enable auto-reload mode. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_EnableAutoReload(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_EnableAutoReload(InstancePtr) \ - XScuWdt_SetControlReg((InstancePtr), \ - (XScuWdt_GetControlReg(InstancePtr) | \ - XSCUWDT_CONTROL_AUTO_RELOAD_MASK)) - -/************************** Function Prototypes ******************************/ - -/* - * Lookup configuration in xscuwdt_sinit.c. - */ -XScuWdt_Config *XScuWdt_LookupConfig(u16 DeviceId); - -/* - * Selftest function in xscuwdt_selftest.c - */ -s32 XScuWdt_SelfTest(XScuWdt *InstancePtr); - -/* - * Interface functions in xscuwdt.c - */ -s32 XScuWdt_CfgInitialize(XScuWdt *InstancePtr, - XScuWdt_Config *ConfigPtr, u32 EffectiveAddress); - -void XScuWdt_Start(XScuWdt *InstancePtr); - -void XScuWdt_Stop(XScuWdt *InstancePtr); - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscuwdt_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscuwdt_hw.h deleted file mode 100644 index 0cdfc1e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xscuwdt_hw.h +++ /dev/null @@ -1,156 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscuwdt_hw.h -* @addtogroup scuwdt_v2_4 -* @{ -* -* This file contains the hardware interface to the Xilinx SCU private Watch Dog -* Timer (XSCUWDT). -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 1.01a bss 02/27/12 Updated the register offsets to start at 0x0 instead
-*                    of 0x20 as the base address obtained from the tools
-*		     starts at 0x20.
-* 1.02a  sg 07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ -#ifndef XSCUWDT_HW_H /**< prevent circular inclusions */ -#define XSCUWDT_HW_H /**< by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_io.h" -#include "xil_assert.h" -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * Offsets of registers from the start of the device. The WDT registers start at - * an offset 0x20 - * @{ - */ - -#define XSCUWDT_LOAD_OFFSET 0x00U /**< Watchdog Load Register */ -#define XSCUWDT_COUNTER_OFFSET 0x04U /**< Watchdog Counter Register */ -#define XSCUWDT_CONTROL_OFFSET 0x08U /**< Watchdog Control Register */ -#define XSCUWDT_ISR_OFFSET 0x0CU /**< Watchdog Interrupt Status Register */ -#define XSCUWDT_RST_STS_OFFSET 0x10U /**< Watchdog Reset Status Register */ -#define XSCUWDT_DISABLE_OFFSET 0x14U /**< Watchdog Disable Register */ -/* @} */ - -/** @name Watchdog Control register - * This register bits control the prescaler, WD/Timer mode, Intr enable, - * auto-reload, watchdog enable. - * @{ - */ - -#define XSCUWDT_CONTROL_PRESCALER_MASK 0x0000FF00U /**< Prescaler */ -#define XSCUWDT_CONTROL_PRESCALER_SHIFT 8U -#define XSCUWDT_CONTROL_WD_MODE_MASK 0x00000008U /**< Watchdog/Timer mode */ -#define XSCUWDT_CONTROL_IT_ENABLE_MASK 0x00000004U /**< Intr enable (in - timer mode) */ -#define XSCUWDT_CONTROL_AUTO_RELOAD_MASK 0x00000002U /**< Auto-reload (in - timer mode) */ -#define XSCUWDT_CONTROL_WD_ENABLE_MASK 0x00000001U /**< Watchdog enable */ -/* @} */ - -/** @name Interrupt Status register - * This register indicates the Counter register has reached zero in Counter - * mode. - * @{ - */ - -#define XSCUWDT_ISR_EVENT_FLAG_MASK 0x00000001U /**< Event flag */ -/*@}*/ - -/** @name Reset Status register - * This register indicates the Counter register has reached zero in Watchdog - * mode and a reset request is sent. - * @{ - */ - -#define XSCUWDT_RST_STS_RESET_FLAG_MASK 0x00000001U /**< Time out occurred */ -/*@}*/ - -/** @name Disable register - * This register is used to switch from watchdog mode to timer mode. - * The software must write 0x12345678 and 0x87654321 successively to the - * Watchdog Disable Register so that the watchdog mode bit in the Watchdog - * Control Register is set to zero. - * @{ - */ -#define XSCUWDT_DISABLE_VALUE1 0x12345678U /**< Watchdog mode disable - value 1 */ -#define XSCUWDT_DISABLE_VALUE2 0x87654321U /**< Watchdog mode disable - value 2 */ -/*@}*/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Read the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note C-style signature: -* u32 XScuWdt_ReadReg(u32 BaseAddr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuWdt_ReadReg(BaseAddr, RegOffset) \ - Xil_In32((BaseAddr) + ((u32)RegOffset)) - -/****************************************************************************/ -/** -* -* Write the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_WriteReg(u32 BaseAddr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuWdt_WriteReg(BaseAddr, RegOffset, Data) \ - Xil_Out32((BaseAddr) + ((u32)RegOffset), ((u32)Data)) - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xstatus.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xstatus.h deleted file mode 100644 index 1e9e6fb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xstatus.h +++ /dev/null @@ -1,522 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xstatus.h -* -* @addtogroup common_status_codes Xilinx software status codes -* -* The xstatus.h file contains the Xilinx software status codes.These codes are -* used throughout the Xilinx device drivers. -* -* @{ -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XSTATUS_H /* prevent circular inclusions */ -#define XSTATUS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -/************************** Constant Definitions *****************************/ - -/*********************** Common statuses 0 - 500 *****************************/ -/** -@name Common Status Codes for All Device Drivers -@{ -*/ -#define XST_SUCCESS 0L -#define XST_FAILURE 1L -#define XST_DEVICE_NOT_FOUND 2L -#define XST_DEVICE_BLOCK_NOT_FOUND 3L -#define XST_INVALID_VERSION 4L -#define XST_DEVICE_IS_STARTED 5L -#define XST_DEVICE_IS_STOPPED 6L -#define XST_FIFO_ERROR 7L /*!< An error occurred during an - operation with a FIFO such as - an underrun or overrun, this - error requires the device to - be reset */ -#define XST_RESET_ERROR 8L /*!< An error occurred which requires - the device to be reset */ -#define XST_DMA_ERROR 9L /*!< A DMA error occurred, this error - typically requires the device - using the DMA to be reset */ -#define XST_NOT_POLLED 10L /*!< The device is not configured for - polled mode operation */ -#define XST_FIFO_NO_ROOM 11L /*!< A FIFO did not have room to put - the specified data into */ -#define XST_BUFFER_TOO_SMALL 12L /*!< The buffer is not large enough - to hold the expected data */ -#define XST_NO_DATA 13L /*!< There was no data available */ -#define XST_REGISTER_ERROR 14L /*!< A register did not contain the - expected value */ -#define XST_INVALID_PARAM 15L /*!< An invalid parameter was passed - into the function */ -#define XST_NOT_SGDMA 16L /*!< The device is not configured for - scatter-gather DMA operation */ -#define XST_LOOPBACK_ERROR 17L /*!< A loopback test failed */ -#define XST_NO_CALLBACK 18L /*!< A callback has not yet been - registered */ -#define XST_NO_FEATURE 19L /*!< Device is not configured with - the requested feature */ -#define XST_NOT_INTERRUPT 20L /*!< Device is not configured for - interrupt mode operation */ -#define XST_DEVICE_BUSY 21L /*!< Device is busy */ -#define XST_ERROR_COUNT_MAX 22L /*!< The error counters of a device - have maxed out */ -#define XST_IS_STARTED 23L /*!< Used when part of device is - already started i.e. - sub channel */ -#define XST_IS_STOPPED 24L /*!< Used when part of device is - already stopped i.e. - sub channel */ -#define XST_DATA_LOST 26L /*!< Driver defined error */ -#define XST_RECV_ERROR 27L /*!< Generic receive error */ -#define XST_SEND_ERROR 28L /*!< Generic transmit error */ -#define XST_NOT_ENABLED 29L /*!< A requested service is not - available because it has not - been enabled */ -#define XST_NO_ACCESS 30L /* Generic access error */ -#define XST_TIMEOUT 31L /*!< Event timeout occurred */ - -/** @} */ -/***************** Utility Component statuses 401 - 500 *********************/ -/** -@name Utility Component Status Codes 401 - 500 -@{ -*/ -#define XST_MEMTEST_FAILED 401L /*!< Memory test failed */ - -/** @} */ -/***************** Common Components statuses 501 - 1000 *********************/ -/** -@name Packet Fifo Status Codes 501 - 510 -@{ -*/ -/********************* Packet Fifo statuses 501 - 510 ************************/ - -#define XST_PFIFO_LACK_OF_DATA 501L /*!< Not enough data in FIFO */ -#define XST_PFIFO_NO_ROOM 502L /*!< Not enough room in FIFO */ -#define XST_PFIFO_BAD_REG_VALUE 503L /*!< Self test, a register value - was invalid after reset */ -#define XST_PFIFO_ERROR 504L /*!< Generic packet FIFO error */ -#define XST_PFIFO_DEADLOCK 505L /*!< Packet FIFO is reporting - * empty and full simultaneously - */ -/** @} */ -/** -@name DMA Status Codes 511 - 530 -@{ -*/ -/************************** DMA statuses 511 - 530 ***************************/ - -#define XST_DMA_TRANSFER_ERROR 511L /*!< Self test, DMA transfer - failed */ -#define XST_DMA_RESET_REGISTER_ERROR 512L /*!< Self test, a register value - was invalid after reset */ -#define XST_DMA_SG_LIST_EMPTY 513L /*!< Scatter gather list contains - no buffer descriptors ready - to be processed */ -#define XST_DMA_SG_IS_STARTED 514L /*!< Scatter gather not stopped */ -#define XST_DMA_SG_IS_STOPPED 515L /*!< Scatter gather not running */ -#define XST_DMA_SG_LIST_FULL 517L /*!< All the buffer descriptors of - the scatter gather list are - being used */ -#define XST_DMA_SG_BD_LOCKED 518L /*!< The scatter gather buffer - descriptor which is to be - copied over in the scatter - list is locked */ -#define XST_DMA_SG_NOTHING_TO_COMMIT 519L /*!< No buffer descriptors have been - put into the scatter gather - list to be committed */ -#define XST_DMA_SG_COUNT_EXCEEDED 521L /*!< The packet count threshold - specified was larger than the - total # of buffer descriptors - in the scatter gather list */ -#define XST_DMA_SG_LIST_EXISTS 522L /*!< The scatter gather list has - already been created */ -#define XST_DMA_SG_NO_LIST 523L /*!< No scatter gather list has - been created */ -#define XST_DMA_SG_BD_NOT_COMMITTED 524L /*!< The buffer descriptor which was - being started was not committed - to the list */ -#define XST_DMA_SG_NO_DATA 525L /*!< The buffer descriptor to start - has already been used by the - hardware so it can't be reused - */ -#define XST_DMA_SG_LIST_ERROR 526L /*!< General purpose list access - error */ -#define XST_DMA_BD_ERROR 527L /*!< General buffer descriptor - error */ -/** @} */ -/** -@name IPIF Status Codes Codes 531 - 550 -@{ -*/ -/************************** IPIF statuses 531 - 550 ***************************/ - -#define XST_IPIF_REG_WIDTH_ERROR 531L /*!< An invalid register width - was passed into the function */ -#define XST_IPIF_RESET_REGISTER_ERROR 532L /*!< The value of a register at - reset was not valid */ -#define XST_IPIF_DEVICE_STATUS_ERROR 533L /*!< A write to the device interrupt - status register did not read - back correctly */ -#define XST_IPIF_DEVICE_ACK_ERROR 534L /*!< The device interrupt status - register did not reset when - acked */ -#define XST_IPIF_DEVICE_ENABLE_ERROR 535L /*!< The device interrupt enable - register was not updated when - other registers changed */ -#define XST_IPIF_IP_STATUS_ERROR 536L /*!< A write to the IP interrupt - status register did not read - back correctly */ -#define XST_IPIF_IP_ACK_ERROR 537L /*!< The IP interrupt status register - did not reset when acked */ -#define XST_IPIF_IP_ENABLE_ERROR 538L /*!< IP interrupt enable register was - not updated correctly when other - registers changed */ -#define XST_IPIF_DEVICE_PENDING_ERROR 539L /*!< The device interrupt pending - register did not indicate the - expected value */ -#define XST_IPIF_DEVICE_ID_ERROR 540L /*!< The device interrupt ID register - did not indicate the expected - value */ -#define XST_IPIF_ERROR 541L /*!< Generic ipif error */ -/** @} */ - -/****************** Device specific statuses 1001 - 4095 *********************/ -/** -@name Ethernet Status Codes 1001 - 1050 -@{ -*/ -/********************* Ethernet statuses 1001 - 1050 *************************/ - -#define XST_EMAC_MEMORY_SIZE_ERROR 1001L /*!< Memory space is not big enough - * to hold the minimum number of - * buffers or descriptors */ -#define XST_EMAC_MEMORY_ALLOC_ERROR 1002L /*!< Memory allocation failed */ -#define XST_EMAC_MII_READ_ERROR 1003L /*!< MII read error */ -#define XST_EMAC_MII_BUSY 1004L /*!< An MII operation is in progress */ -#define XST_EMAC_OUT_OF_BUFFERS 1005L /*!< Driver is out of buffers */ -#define XST_EMAC_PARSE_ERROR 1006L /*!< Invalid driver init string */ -#define XST_EMAC_COLLISION_ERROR 1007L /*!< Excess deferral or late - * collision on polled send */ -/** @} */ -/** -@name UART Status Codes 1051 - 1075 -@{ -*/ -/*********************** UART statuses 1051 - 1075 ***************************/ -#define XST_UART - -#define XST_UART_INIT_ERROR 1051L -#define XST_UART_START_ERROR 1052L -#define XST_UART_CONFIG_ERROR 1053L -#define XST_UART_TEST_FAIL 1054L -#define XST_UART_BAUD_ERROR 1055L -#define XST_UART_BAUD_RANGE 1056L - -/** @} */ -/** -@name IIC Status Codes 1076 - 1100 -@{ -*/ -/************************ IIC statuses 1076 - 1100 ***************************/ - -#define XST_IIC_SELFTEST_FAILED 1076 /*!< self test failed */ -#define XST_IIC_BUS_BUSY 1077 /*!< bus found busy */ -#define XST_IIC_GENERAL_CALL_ADDRESS 1078 /*!< mastersend attempted with */ - /* general call address */ -#define XST_IIC_STAND_REG_RESET_ERROR 1079 /*!< A non parameterizable reg */ - /* value after reset not valid */ -#define XST_IIC_TX_FIFO_REG_RESET_ERROR 1080 /*!< Tx fifo included in design */ - /* value after reset not valid */ -#define XST_IIC_RX_FIFO_REG_RESET_ERROR 1081 /*!< Rx fifo included in design */ - /* value after reset not valid */ -#define XST_IIC_TBA_REG_RESET_ERROR 1082 /*!< 10 bit addr incl in design */ - /* value after reset not valid */ -#define XST_IIC_CR_READBACK_ERROR 1083 /*!< Read of the control register */ - /* didn't return value written */ -#define XST_IIC_DTR_READBACK_ERROR 1084 /*!< Read of the data Tx reg */ - /* didn't return value written */ -#define XST_IIC_DRR_READBACK_ERROR 1085 /*!< Read of the data Receive reg */ - /* didn't return value written */ -#define XST_IIC_ADR_READBACK_ERROR 1086 /*!< Read of the data Tx reg */ - /* didn't return value written */ -#define XST_IIC_TBA_READBACK_ERROR 1087 /*!< Read of the 10 bit addr reg */ - /* didn't return written value */ -#define XST_IIC_NOT_SLAVE 1088 /*!< The device isn't a slave */ -#define XST_IIC_ARB_LOST 1089 /*!< Arbitration lost for master */ -/** @} */ -/** -@name ATMC Status Codes 1101 - 1125 -@{ -*/ -/*********************** ATMC statuses 1101 - 1125 ***************************/ - -#define XST_ATMC_ERROR_COUNT_MAX 1101L /*!< the error counters in the ATM - controller hit the max value - which requires the statistics - to be cleared */ -/** @} */ -/** -@name Flash Status Codes 1126 - 1150 -@{ -*/ -/*********************** Flash statuses 1126 - 1150 **************************/ - -#define XST_FLASH_BUSY 1126L /*!< Flash is erasing or programming - */ -#define XST_FLASH_READY 1127L /*!< Flash is ready for commands */ -#define XST_FLASH_ERROR 1128L /*!< Flash had detected an internal - error. Use XFlash_DeviceControl - to retrieve device specific codes - */ -#define XST_FLASH_ERASE_SUSPENDED 1129L /*!< Flash is in suspended erase state - */ -#define XST_FLASH_WRITE_SUSPENDED 1130L /*!< Flash is in suspended write state - */ -#define XST_FLASH_PART_NOT_SUPPORTED 1131L /*!< Flash type not supported by - driver */ -#define XST_FLASH_NOT_SUPPORTED 1132L /*!< Operation not supported */ -#define XST_FLASH_TOO_MANY_REGIONS 1133L /*!< Too many erase regions */ -#define XST_FLASH_TIMEOUT_ERROR 1134L /*!< Programming or erase operation - aborted due to a timeout */ -#define XST_FLASH_ADDRESS_ERROR 1135L /*!< Accessed flash outside its - addressible range */ -#define XST_FLASH_ALIGNMENT_ERROR 1136L /*!< Write alignment error */ -#define XST_FLASH_BLOCKING_CALL_ERROR 1137L /*!< Couldn't return immediately from - write/erase function with - XFL_NON_BLOCKING_WRITE/ERASE - option cleared */ -#define XST_FLASH_CFI_QUERY_ERROR 1138L /*!< Failed to query the device */ -/** @} */ -/** -@name SPI Status Codes 1151 - 1175 -@{ -*/ -/*********************** SPI statuses 1151 - 1175 ****************************/ - -#define XST_SPI_MODE_FAULT 1151 /*!< master was selected as slave */ -#define XST_SPI_TRANSFER_DONE 1152 /*!< data transfer is complete */ -#define XST_SPI_TRANSMIT_UNDERRUN 1153 /*!< slave underruns transmit register */ -#define XST_SPI_RECEIVE_OVERRUN 1154 /*!< device overruns receive register */ -#define XST_SPI_NO_SLAVE 1155 /*!< no slave has been selected yet */ -#define XST_SPI_TOO_MANY_SLAVES 1156 /*!< more than one slave is being - * selected */ -#define XST_SPI_NOT_MASTER 1157 /*!< operation is valid only as master */ -#define XST_SPI_SLAVE_ONLY 1158 /*!< device is configured as slave-only - */ -#define XST_SPI_SLAVE_MODE_FAULT 1159 /*!< slave was selected while disabled */ -#define XST_SPI_SLAVE_MODE 1160 /*!< device has been addressed as slave */ -#define XST_SPI_RECEIVE_NOT_EMPTY 1161 /*!< device received data in slave mode */ - -#define XST_SPI_COMMAND_ERROR 1162 /*!< unrecognised command - qspi only */ -#define XST_SPI_POLL_DONE 1163 /*!< controller completed polling the - device for status */ -/** @} */ -/** -@name OPB Arbiter Status Codes 1176 - 1200 -@{ -*/ -/********************** OPB Arbiter statuses 1176 - 1200 *********************/ - -#define XST_OPBARB_INVALID_PRIORITY 1176 /*!< the priority registers have either - * one master assigned to two or more - * priorities, or one master not - * assigned to any priority - */ -#define XST_OPBARB_NOT_SUSPENDED 1177 /*!< an attempt was made to modify the - * priority levels without first - * suspending the use of priority - * levels - */ -#define XST_OPBARB_PARK_NOT_ENABLED 1178 /*!< bus parking by id was enabled but - * bus parking was not enabled - */ -#define XST_OPBARB_NOT_FIXED_PRIORITY 1179 /*!< the arbiter must be in fixed - * priority mode to allow the - * priorities to be changed - */ -/** @} */ -/** -@name INTC Status Codes 1201 - 1225 -@{ -*/ -/************************ Intc statuses 1201 - 1225 **************************/ - -#define XST_INTC_FAIL_SELFTEST 1201 /*!< self test failed */ -#define XST_INTC_CONNECT_ERROR 1202 /*!< interrupt already in use */ -/** @} */ -/** -@name TmrCtr Status Codes 1226 - 1250 -@{ -*/ -/********************** TmrCtr statuses 1226 - 1250 **************************/ - -#define XST_TMRCTR_TIMER_FAILED 1226 /*!< self test failed */ -/** @} */ -/** -@name WdtTb Status Codes 1251 - 1275 -@{ -*/ -/********************** WdtTb statuses 1251 - 1275 ***************************/ - -#define XST_WDTTB_TIMER_FAILED 1251L -/** @} */ -/** -@name PlbArb status Codes 1276 - 1300 -@{ -*/ -/********************** PlbArb statuses 1276 - 1300 **************************/ - -#define XST_PLBARB_FAIL_SELFTEST 1276L -/** @} */ -/** -@name Plb2Opb Status Codes 1301 - 1325 -@{ -*/ -/********************** Plb2Opb statuses 1301 - 1325 *************************/ - -#define XST_PLB2OPB_FAIL_SELFTEST 1301L -/** @} */ -/** -@name Opb2Plb Status 1326 - 1350 -@{ -*/ -/********************** Opb2Plb statuses 1326 - 1350 *************************/ - -#define XST_OPB2PLB_FAIL_SELFTEST 1326L -/** @} */ -/** -@name SysAce Status Codes 1351 - 1360 -@{ -*/ -/********************** SysAce statuses 1351 - 1360 **************************/ - -#define XST_SYSACE_NO_LOCK 1351L /*!< No MPU lock has been granted */ -/** @} */ -/** -@name PCI Bridge Status Codes 1361 - 1375 -@{ -*/ -/********************** PCI Bridge statuses 1361 - 1375 **********************/ - -#define XST_PCI_INVALID_ADDRESS 1361L -/** @} */ -/** -@name FlexRay Constants 1400 - 1409 -@{ -*/ -/********************** FlexRay constants 1400 - 1409 *************************/ - -#define XST_FR_TX_ERROR 1400 -#define XST_FR_TX_BUSY 1401 -#define XST_FR_BUF_LOCKED 1402 -#define XST_FR_NO_BUF 1403 -/** @} */ -/** -@name USB constants 1410 - 1420 -@{ -*/ -/****************** USB constants 1410 - 1420 *******************************/ - -#define XST_USB_ALREADY_CONFIGURED 1410 -#define XST_USB_BUF_ALIGN_ERROR 1411 -#define XST_USB_NO_DESC_AVAILABLE 1412 -#define XST_USB_BUF_TOO_BIG 1413 -#define XST_USB_NO_BUF 1414 -/** @} */ -/** -@name HWICAP constants 1421 - 1429 -@{ -*/ -/****************** HWICAP constants 1421 - 1429 *****************************/ - -#define XST_HWICAP_WRITE_DONE 1421 - -/** @} */ -/** -@name AXI VDMA constants 1430 - 1440 -@{ -*/ -/****************** AXI VDMA constants 1430 - 1440 *****************************/ - -#define XST_VDMA_MISMATCH_ERROR 1430 -/** @} */ -/** -@name NAND Flash Status Codes 1441 - 1459 -@{ -*/ -/*********************** NAND Flash statuses 1441 - 1459 *********************/ - -#define XST_NAND_BUSY 1441L /*!< Flash is erasing or - * programming - */ -#define XST_NAND_READY 1442L /*!< Flash is ready for commands - */ -#define XST_NAND_ERROR 1443L /*!< Flash had detected an - * internal error. - */ -#define XST_NAND_PART_NOT_SUPPORTED 1444L /*!< Flash type not supported by - * driver - */ -#define XST_NAND_OPT_NOT_SUPPORTED 1445L /*!< Operation not supported - */ -#define XST_NAND_TIMEOUT_ERROR 1446L /*!< Programming or erase - * operation aborted due to a - * timeout - */ -#define XST_NAND_ADDRESS_ERROR 1447L /*!< Accessed flash outside its - * addressible range - */ -#define XST_NAND_ALIGNMENT_ERROR 1448L /*!< Write alignment error - */ -#define XST_NAND_PARAM_PAGE_ERROR 1449L /*!< Failed to read parameter - * page of the device - */ -#define XST_NAND_CACHE_ERROR 1450L /*!< Flash page buffer error - */ - -#define XST_NAND_WRITE_PROTECTED 1451L /*!< Flash is write protected - */ -/** @} */ - -/**************************** Type Definitions *******************************/ - -typedef s32 XStatus; - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup common_status_codes". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xtime_l.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xtime_l.h deleted file mode 100644 index 9d17f5c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xtime_l.h +++ /dev/null @@ -1,86 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.h -* @addtogroup a9_time_apis Cortex A9 Time Functions -* -* xtime_l.h provides access to the 64-bit Global Counter in the PMU. This -* counter increases by one at every two processor cycles. These functions can -* be used to get/set time in the global timer. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 1.00a rp/sdm 11/03/09 Initial release.
-* 3.06a sgd    05/15/12 Updated get/set time functions to make use Global Timer
-* 3.06a asa    06/17/12 Reverted back the changes to make use Global Timer.
-* 3.07a sgd    07/05/12 Updated get/set time functions to make use Global Timer
-* 6.6   srm    10/23/17 Updated the macros to support user configurable sleep
-*						implementation
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XTIME_H /* prevent circular inclusions */ -#define XTIME_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -typedef u64 XTime; - -/************************** Constant Definitions *****************************/ -#define GLOBAL_TMR_BASEADDR XPAR_GLOBAL_TMR_BASEADDR -#define GTIMER_COUNTER_LOWER_OFFSET 0x00U -#define GTIMER_COUNTER_UPPER_OFFSET 0x04U -#define GTIMER_CONTROL_OFFSET 0x08U - -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_SECOND (SLEEP_TIMER_FREQUENCY) -#else -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_SECOND (XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ /2) -#endif -/************************** Variable Definitions *****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes ******************************/ - -void XTime_SetTime(XTime Xtime_Global); -void XTime_GetTime(XTime *Xtime_Global); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XTIME_H */ -/** -* @} End of "addtogroup a9_time_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xuartps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xuartps.h deleted file mode 100644 index bb3765d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xuartps.h +++ /dev/null @@ -1,504 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps.h -* @addtogroup uartps_v3_11 -* @{ -* @details -* -* This driver supports the following features: -* -* - Dynamic data format (baud rate, data bits, stop bits, parity) -* - Polled mode -* - Interrupt driven mode -* - Transmit and receive FIFOs (32 byte FIFO depth) -* - Access to the external modem control lines -* -* Initialization & Configuration -* -* The XUartPs_Config structure is used by the driver to configure itself. -* Fields inside this structure are properties of XUartPs based on its hardware -* build. -* -* To support multiple runtime loading and initialization strategies employed -* by various operating systems, the driver instance can be initialized in the -* following way: -* -* - XUartPs_CfgInitialize(InstancePtr, CfgPtr, EffectiveAddr) - Uses a -* configuration structure provided by the caller. If running in a system -* with address translation, the parameter EffectiveAddr should be the -* virtual address. -* -* Baud Rate -* -* The UART has an internal baud rate generator, which furnishes the baud rate -* clock for both the receiver and the transmitter. The input clock frequency -* can be either the master clock or the master clock divided by 8, configured -* through the mode register. -* -* Accompanied with the baud rate divider register, the baud rate is determined -* by: -*
-*	baud_rate = input_clock / (bgen * (bdiv + 1)
-* 
-* where bgen is the value of the baud rate generator, and bdiv is the value of -* baud rate divider. -* -* Interrupts -* -* The FIFOs are not flushed when the driver is initialized, but a function is -* provided to allow the user to reset the FIFOs if desired. -* -* The driver defaults to no interrupts at initialization such that interrupts -* must be enabled if desired. An interrupt is generated for one of the -* following conditions. -* -* - A change in the modem signals -* - Data in the receive FIFO for a configuable time without receiver activity -* - A parity error -* - A framing error -* - An overrun error -* - Transmit FIFO is full -* - Transmit FIFO is empty -* - Receive FIFO is full -* - Receive FIFO is empty -* - Data in the receive FIFO equal to the receive threshold -* -* The application can control which interrupts are enabled using the -* XUartPs_SetInterruptMask() function. -* -* In order to use interrupts, it is necessary for the user to connect the -* driver interrupt handler, XUartPs_InterruptHandler(), to the interrupt -* system of the application. A separate handler should be provided by the -* application to communicate with the interrupt system, and conduct -* application specific interrupt handling. An application registers its own -* handler through the XUartPs_SetHandler() function. -* -* Data Transfer -* -* The functions, XUartPs_Send() and XUartPs_Recv(), are provided in the -* driver to allow data to be sent and received. They can be used in either -* polled or interrupt mode. -* -* @note -* -* The default configuration for the UART after initialization is: -* -* - 9,600 bps or XPAR_DFT_BAUDRATE if defined -* - 8 data bits -* - 1 stop bit -* - no parity -* - FIFO's are enabled with a receive threshold of 8 bytes -* - The RX timeout is enabled with a timeout of 1 (4 char times) -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00a	drg/jz 01/12/10 First Release
-* 1.00a sdm    09/27/11 Fixed compiler warnings and also a bug
-*		        in XUartPs_SetFlowDelay where the value was not
-*			being written to the register.
-* 1.01a sdm    12/20/11 Removed the InputClockHz parameter from the XUartPs
-*			instance structure and the driver is updated to use
-*			InputClockHz parameter from the XUartPs_Config config
-*			structure.
-*			Added a parameter to XUartPs_Config structure which
-*			specifies whether the user has selected Modem pins
-*			to be connected to MIO or FMIO.
-*			Added the tcl file to generate the xparameters.h
-* 1.02a sg     05/16/12	Changed XUARTPS_RXWM_MASK to 0x3F for CR 652540 fix.
-* 1.03a sg     07/16/12 Updated XUARTPS_FORMAT_7_BITS and XUARTPS_FORMAT_6_BITS
-*			with the correct values for CR 666724
-* 			Added defines for XUARTPS_IXR_TOVR,  XUARTPS_IXR_TNFUL
-*			and XUARTPS_IXR_TTRIG.
-*			Modified the name of these defines
-*			XUARTPS_MEDEMSR_DCDX to XUARTPS_MODEMSR_DDCD
-*			XUARTPS_MEDEMSR_RIX to XUARTPS_MODEMSR_TERI
-*			XUARTPS_MEDEMSR_DSRX to XUARTPS_MODEMSR_DDSR
-*			XUARTPS_MEDEMSR_CTSX to XUARTPS_MODEMSR_DCTS
-* 1.05a hk     08/22/13 Added API for uart reset and related
-*			constant definitions.
-* 2.0   hk      03/07/14 Version number revised.
-* 2.1   hk     04/16/14 Change XUARTPS_MAX_RATE to 921600. CR# 780625.
-* 2.2   hk     06/23/14 SW reset of RX and TX should be done when changing
-*                       baud rate. CR# 804281.
-* 3.0   vm     12/09/14 Modified source code according to misrac guideline.
-*			Support for Zynq Ultrascale Mp added.
-* 3.1	kvn    04/10/15 Modified code for latest RTL changes. Also added
-*						platform variable in driver instance structure.
-* 3.1   adk   14/03/16  Include interrupt examples in the peripheral test when
-*			uart is connected to a valid interrupt controller CR#946803.
-* 3.2   rk     07/20/16 Modified the logic for transmission break bit set
-* 3.4   ms     01/23/17 Added xil_printf statement in main function for all
-*                       examples to ensure that "Successfully ran" and "Failed"
-*                       strings are available in all examples. This is a fix
-*                       for CR-965028.
-*       ms     03/17/17 Added readme.txt file in examples folder for doxygen
-*                       generation.
-* 3.6   ms     02/16/18 Updates the flow control mode offset value in modem
-*                       control register.
-* 3.7   aru    08/17/18 Resolved MISRA-C:2012 compliance mandatory violations.
-* 3.9   rna    12/03/19 Modified the XUARTPS_MAX_RATE macro.
-* 3.9   sd     02/06/20 Added clock support
-*
-* 
-* -*****************************************************************************/ - -#ifndef XUARTPS_H /* prevent circular inclusions */ -#define XUARTPS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xstatus.h" -#include "xuartps_hw.h" -#include "xplatform_info.h" -#if defined (XCLOCKING) -#include "xil_clocking.h" -#endif - -/************************** Constant Definitions ****************************/ - -/* - * The following constants indicate the max and min baud rates and these - * numbers are based only on the testing that has been done. The hardware - * is capable of other baud rates. - */ -#define XUARTPS_MAX_RATE 6240000U -#define XUARTPS_MIN_RATE 110U - -#define XUARTPS_DFT_BAUDRATE 115200U /* Default baud rate */ - -/** @name Configuration options - * @{ - */ -/** - * These constants specify the options that may be set or retrieved - * with the driver, each is a unique bit mask such that multiple options - * may be specified. These constants indicate the available options - * in active state. - * - */ - -#define XUARTPS_OPTION_SET_BREAK 0x0080U /**< Starts break transmission */ -#define XUARTPS_OPTION_STOP_BREAK 0x0040U /**< Stops break transmission */ -#define XUARTPS_OPTION_RESET_TMOUT 0x0020U /**< Reset the receive timeout */ -#define XUARTPS_OPTION_RESET_TX 0x0010U /**< Reset the transmitter */ -#define XUARTPS_OPTION_RESET_RX 0x0008U /**< Reset the receiver */ -#define XUARTPS_OPTION_ASSERT_RTS 0x0004U /**< Assert the RTS bit */ -#define XUARTPS_OPTION_ASSERT_DTR 0x0002U /**< Assert the DTR bit */ -#define XUARTPS_OPTION_SET_FCM 0x0001U /**< Turn on flow control mode */ -/*@}*/ - - -/** @name Channel Operational Mode - * - * The UART can operate in one of four modes: Normal, Local Loopback, Remote - * Loopback, or automatic echo. - * - * @{ - */ - -#define XUARTPS_OPER_MODE_NORMAL (u8)0x00U /**< Normal Mode */ -#define XUARTPS_OPER_MODE_AUTO_ECHO (u8)0x01U /**< Auto Echo Mode */ -#define XUARTPS_OPER_MODE_LOCAL_LOOP (u8)0x02U /**< Local Loopback Mode */ -#define XUARTPS_OPER_MODE_REMOTE_LOOP (u8)0x03U /**< Remote Loopback Mode */ - -/* @} */ - -/** @name Data format values - * - * These constants specify the data format that the driver supports. - * The data format includes the number of data bits, the number of stop - * bits and parity. - * - * @{ - */ -#define XUARTPS_FORMAT_8_BITS 0U /**< 8 data bits */ -#define XUARTPS_FORMAT_7_BITS 2U /**< 7 data bits */ -#define XUARTPS_FORMAT_6_BITS 3U /**< 6 data bits */ - -#define XUARTPS_FORMAT_NO_PARITY 4U /**< No parity */ -#define XUARTPS_FORMAT_MARK_PARITY 3U /**< Mark parity */ -#define XUARTPS_FORMAT_SPACE_PARITY 2U /**< parity */ -#define XUARTPS_FORMAT_ODD_PARITY 1U /**< Odd parity */ -#define XUARTPS_FORMAT_EVEN_PARITY 0U /**< Even parity */ - -#define XUARTPS_FORMAT_2_STOP_BIT 2U /**< 2 stop bits */ -#define XUARTPS_FORMAT_1_5_STOP_BIT 1U /**< 1.5 stop bits */ -#define XUARTPS_FORMAT_1_STOP_BIT 0U /**< 1 stop bit */ -/*@}*/ - -/** @name Callback events - * - * These constants specify the handler events that an application can handle - * using its specific handler function. Note that these constants are not bit - * mask, so only one event can be passed to an application at a time. - * - * @{ - */ -#define XUARTPS_EVENT_RECV_DATA 1U /**< Data receiving done */ -#define XUARTPS_EVENT_RECV_TOUT 2U /**< A receive timeout occurred */ -#define XUARTPS_EVENT_SENT_DATA 3U /**< Data transmission done */ -#define XUARTPS_EVENT_RECV_ERROR 4U /**< A receive error detected */ -#define XUARTPS_EVENT_MODEM 5U /**< Modem status changed */ -#define XUARTPS_EVENT_PARE_FRAME_BRKE 6U /**< A receive parity, frame, break - * error detected */ -#define XUARTPS_EVENT_RECV_ORERR 7U /**< A receive overrun error detected */ - -/*@}*/ - - -/**************************** Type Definitions ******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddress; /**< Base address of device (IPIF) */ - u32 InputClockHz;/**< Input clock frequency */ - s32 ModemPinsConnected; /** Specifies whether modem pins are connected - * to MIO or FMIO */ -#if defined (XCLOCKING) - u32 RefClk; /**< Input clock frequency */ -#endif -} XUartPs_Config; - -/* Keep track of state information about a data buffer in the interrupt mode. */ -typedef struct { - u8 *NextBytePtr; - u32 RequestedBytes; - u32 RemainingBytes; -} XUartPsBuffer; - -/** - * Keep track of data format setting of a device. - */ -typedef struct { - u32 BaudRate; /**< In bps, ie 1200 */ - u32 DataBits; /**< Number of data bits */ - u32 Parity; /**< Parity */ - u8 StopBits; /**< Number of stop bits */ -} XUartPsFormat; - -/******************************************************************************/ -/** - * This data type defines a handler that an application defines to communicate - * with interrupt system to retrieve state information about an application. - * - * @param CallBackRef is a callback reference passed in by the upper layer - * when setting the handler, and is passed back to the upper layer - * when the handler is called. It is used to find the device driver - * instance. - * @param Event contains one of the event constants indicating events that - * have occurred. - * @param EventData contains the number of bytes sent or received at the - * time of the call for send and receive events and contains the - * modem status for modem events. - * - ******************************************************************************/ -typedef void (*XUartPs_Handler) (void *CallBackRef, u32 Event, - u32 EventData); - -/** - * The XUartPs driver instance data structure. A pointer to an instance data - * structure is passed around by functions to refer to a specific driver - * instance. - */ -typedef struct { - XUartPs_Config Config; /* Configuration data structure */ - u32 InputClockHz; /* Input clock frequency */ - u32 IsReady; /* Device is initialized and ready */ - u32 BaudRate; /* Current baud rate */ - - XUartPsBuffer SendBuffer; - XUartPsBuffer ReceiveBuffer; - - XUartPs_Handler Handler; - void *CallBackRef; /* Callback reference for event handler */ - u32 Platform; - u8 is_rxbs_error; -} XUartPs; - - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* Get the UART Channel Status Register. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return The value read from the register. -* -* @note C-Style signature: -* u16 XUartPs_GetChannelStatus(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_GetChannelStatus(InstancePtr) \ - Xil_In32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_SR_OFFSET) - -/****************************************************************************/ -/** -* Get the UART Mode Control Register. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return The value read from the register. -* -* @note C-Style signature: -* u32 XUartPs_GetControl(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_GetModeControl(InstancePtr) \ - Xil_In32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_CR_OFFSET) - -/****************************************************************************/ -/** -* Set the UART Mode Control Register. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param RegisterValue is the value to be written to the register. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_SetModeControl(XUartPs *InstancePtr, u16 RegisterValue) -* -******************************************************************************/ -#define XUartPs_SetModeControl(InstancePtr, RegisterValue) \ - Xil_Out32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_CR_OFFSET, \ - (u32)(RegisterValue)) - -/****************************************************************************/ -/** -* Enable the transmitter and receiver of the UART. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_EnableUart(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_EnableUart(InstancePtr) \ - Xil_Out32(((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET), \ - ((Xil_In32((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET) & \ - (u32)(~XUARTPS_CR_EN_DIS_MASK)) | ((u32)XUARTPS_CR_RX_EN | (u32)XUARTPS_CR_TX_EN))) - -/****************************************************************************/ -/** -* Disable the transmitter and receiver of the UART. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_DisableUart(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_DisableUart(InstancePtr) \ - Xil_Out32(((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET), \ - (((Xil_In32((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET)) & \ - (u32)(~XUARTPS_CR_EN_DIS_MASK)) | ((u32)XUARTPS_CR_RX_DIS | (u32)XUARTPS_CR_TX_DIS))) - -/****************************************************************************/ -/** -* Determine if the transmitter FIFO is empty. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* - TRUE if a byte can be sent -* - FALSE if the Transmitter Fifo is not empty -* -* @note C-Style signature: -* u32 XUartPs_IsTransmitEmpty(XUartPs InstancePtr) -* -******************************************************************************/ -#define XUartPs_IsTransmitEmpty(InstancePtr) \ - ((Xil_In32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_SR_OFFSET) & \ - (u32)XUARTPS_SR_TXEMPTY) == (u32)XUARTPS_SR_TXEMPTY) - - -/************************** Function Prototypes *****************************/ - -/* Static lookup function implemented in xuartps_sinit.c */ -XUartPs_Config *XUartPs_LookupConfig(u16 DeviceId); - -/* Interface functions implemented in xuartps.c */ -s32 XUartPs_CfgInitialize(XUartPs *InstancePtr, - XUartPs_Config * Config, u32 EffectiveAddr); - -u32 XUartPs_Send(XUartPs *InstancePtr,u8 *BufferPtr, - u32 NumBytes); - -u32 XUartPs_Recv(XUartPs *InstancePtr,u8 *BufferPtr, - u32 NumBytes); - -s32 XUartPs_SetBaudRate(XUartPs *InstancePtr, u32 BaudRate); - -/* Options functions in xuartps_options.c */ -void XUartPs_SetOptions(XUartPs *InstancePtr, u16 Options); - -u16 XUartPs_GetOptions(XUartPs *InstancePtr); - -void XUartPs_SetFifoThreshold(XUartPs *InstancePtr, u8 TriggerLevel); - -u8 XUartPs_GetFifoThreshold(XUartPs *InstancePtr); - -u16 XUartPs_GetModemStatus(XUartPs *InstancePtr); - -u32 XUartPs_IsSending(XUartPs *InstancePtr); - -u8 XUartPs_GetOperMode(XUartPs *InstancePtr); - -void XUartPs_SetOperMode(XUartPs *InstancePtr, u8 OperationMode); - -u8 XUartPs_GetFlowDelay(XUartPs *InstancePtr); - -void XUartPs_SetFlowDelay(XUartPs *InstancePtr, u8 FlowDelayValue); - -u8 XUartPs_GetRecvTimeout(XUartPs *InstancePtr); - -void XUartPs_SetRecvTimeout(XUartPs *InstancePtr, u8 RecvTimeout); - -s32 XUartPs_SetDataFormat(XUartPs *InstancePtr, XUartPsFormat * FormatPtr); - -void XUartPs_GetDataFormat(XUartPs *InstancePtr, XUartPsFormat * FormatPtr); - -/* interrupt functions in xuartps_intr.c */ -u32 XUartPs_GetInterruptMask(XUartPs *InstancePtr); - -void XUartPs_SetInterruptMask(XUartPs *InstancePtr, u32 Mask); - -void XUartPs_InterruptHandler(XUartPs *InstancePtr); - -void XUartPs_SetHandler(XUartPs *InstancePtr, XUartPs_Handler FuncPtr, - void *CallBackRef); - -/* self-test functions in xuartps_selftest.c */ -s32 XUartPs_SelfTest(XUartPs *InstancePtr); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xuartps_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xuartps_hw.h deleted file mode 100644 index 27a10ad..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/include/xuartps_hw.h +++ /dev/null @@ -1,425 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xuartps_hw.h -* @addtogroup uartps_v3_11 -* @{ -* -* This header file contains the hardware interface of an XUartPs device. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	drg/jz 01/12/10 First Release
-* 1.03a sg     09/04/12 Added defines for XUARTPS_IXR_TOVR,  XUARTPS_IXR_TNFUL
-*			and XUARTPS_IXR_TTRIG.
-*			Modified the names of these defines
-*			XUARTPS_MEDEMSR_DCDX to XUARTPS_MODEMSR_DDCD
-*			XUARTPS_MEDEMSR_RIX to XUARTPS_MODEMSR_TERI
-*			XUARTPS_MEDEMSR_DSRX to XUARTPS_MODEMSR_DDSR
-*			XUARTPS_MEDEMSR_CTSX to XUARTPS_MODEMSR_DCTS
-* 1.05a hk     08/22/13 Added prototype for uart reset and related
-*			constant definitions.
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.1	kvn    04/10/15 Modified code for latest RTL changes.
-* 3.6   ms     02/16/18 Updates flow control mode offset value in
-*			modem control register.
-*
-* 
-* -******************************************************************************/ -#ifndef XUARTPS_HW_H /* prevent circular inclusions */ -#define XUARTPS_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * - * Register offsets for the UART. - * @{ - */ -#define XUARTPS_CR_OFFSET 0x0000U /**< Control Register [8:0] */ -#define XUARTPS_MR_OFFSET 0x0004U /**< Mode Register [9:0] */ -#define XUARTPS_IER_OFFSET 0x0008U /**< Interrupt Enable [12:0] */ -#define XUARTPS_IDR_OFFSET 0x000CU /**< Interrupt Disable [12:0] */ -#define XUARTPS_IMR_OFFSET 0x0010U /**< Interrupt Mask [12:0] */ -#define XUARTPS_ISR_OFFSET 0x0014U /**< Interrupt Status [12:0]*/ -#define XUARTPS_BAUDGEN_OFFSET 0x0018U /**< Baud Rate Generator [15:0] */ -#define XUARTPS_RXTOUT_OFFSET 0x001CU /**< RX Timeout [7:0] */ -#define XUARTPS_RXWM_OFFSET 0x0020U /**< RX FIFO Trigger Level [5:0] */ -#define XUARTPS_MODEMCR_OFFSET 0x0024U /**< Modem Control [5:0] */ -#define XUARTPS_MODEMSR_OFFSET 0x0028U /**< Modem Status [8:0] */ -#define XUARTPS_SR_OFFSET 0x002CU /**< Channel Status [14:0] */ -#define XUARTPS_FIFO_OFFSET 0x0030U /**< FIFO [7:0] */ -#define XUARTPS_BAUDDIV_OFFSET 0x0034U /**< Baud Rate Divider [7:0] */ -#define XUARTPS_FLOWDEL_OFFSET 0x0038U /**< Flow Delay [5:0] */ -#define XUARTPS_TXWM_OFFSET 0x0044U /**< TX FIFO Trigger Level [5:0] */ -#define XUARTPS_RXBS_OFFSET 0x0048U /**< RX FIFO Byte Status [11:0] */ -/* @} */ - -/** @name Control Register - * - * The Control register (CR) controls the major functions of the device. - * - * Control Register Bit Definition - */ - -#define XUARTPS_CR_STOPBRK 0x00000100U /**< Stop transmission of break */ -#define XUARTPS_CR_STARTBRK 0x00000080U /**< Set break */ -#define XUARTPS_CR_TORST 0x00000040U /**< RX timeout counter restart */ -#define XUARTPS_CR_TX_DIS 0x00000020U /**< TX disabled. */ -#define XUARTPS_CR_TX_EN 0x00000010U /**< TX enabled */ -#define XUARTPS_CR_RX_DIS 0x00000008U /**< RX disabled. */ -#define XUARTPS_CR_RX_EN 0x00000004U /**< RX enabled */ -#define XUARTPS_CR_EN_DIS_MASK 0x0000003CU /**< Enable/disable Mask */ -#define XUARTPS_CR_TXRST 0x00000002U /**< TX logic reset */ -#define XUARTPS_CR_RXRST 0x00000001U /**< RX logic reset */ -/* @}*/ - - -/** @name Mode Register - * - * The mode register (MR) defines the mode of transfer as well as the data - * format. If this register is modified during transmission or reception, - * data validity cannot be guaranteed. - * - * Mode Register Bit Definition - * @{ - */ -#define XUARTPS_MR_CCLK 0x00000400U /**< Input clock selection */ -#define XUARTPS_MR_CHMODE_R_LOOP 0x00000300U /**< Remote loopback mode */ -#define XUARTPS_MR_CHMODE_L_LOOP 0x00000200U /**< Local loopback mode */ -#define XUARTPS_MR_CHMODE_ECHO 0x00000100U /**< Auto echo mode */ -#define XUARTPS_MR_CHMODE_NORM 0x00000000U /**< Normal mode */ -#define XUARTPS_MR_CHMODE_SHIFT 8U /**< Mode shift */ -#define XUARTPS_MR_CHMODE_MASK 0x00000300U /**< Mode mask */ -#define XUARTPS_MR_STOPMODE_2_BIT 0x00000080U /**< 2 stop bits */ -#define XUARTPS_MR_STOPMODE_1_5_BIT 0x00000040U /**< 1.5 stop bits */ -#define XUARTPS_MR_STOPMODE_1_BIT 0x00000000U /**< 1 stop bit */ -#define XUARTPS_MR_STOPMODE_SHIFT 6U /**< Stop bits shift */ -#define XUARTPS_MR_STOPMODE_MASK 0x000000A0U /**< Stop bits mask */ -#define XUARTPS_MR_PARITY_NONE 0x00000020U /**< No parity mode */ -#define XUARTPS_MR_PARITY_MARK 0x00000018U /**< Mark parity mode */ -#define XUARTPS_MR_PARITY_SPACE 0x00000010U /**< Space parity mode */ -#define XUARTPS_MR_PARITY_ODD 0x00000008U /**< Odd parity mode */ -#define XUARTPS_MR_PARITY_EVEN 0x00000000U /**< Even parity mode */ -#define XUARTPS_MR_PARITY_SHIFT 3U /**< Parity setting shift */ -#define XUARTPS_MR_PARITY_MASK 0x00000038U /**< Parity mask */ -#define XUARTPS_MR_CHARLEN_6_BIT 0x00000006U /**< 6 bits data */ -#define XUARTPS_MR_CHARLEN_7_BIT 0x00000004U /**< 7 bits data */ -#define XUARTPS_MR_CHARLEN_8_BIT 0x00000000U /**< 8 bits data */ -#define XUARTPS_MR_CHARLEN_SHIFT 1U /**< Data Length shift */ -#define XUARTPS_MR_CHARLEN_MASK 0x00000006U /**< Data length mask */ -#define XUARTPS_MR_CLKSEL 0x00000001U /**< Input clock selection */ -/* @} */ - - -/** @name Interrupt Registers - * - * Interrupt control logic uses the interrupt enable register (IER) and the - * interrupt disable register (IDR) to set the value of the bits in the - * interrupt mask register (IMR). The IMR determines whether to pass an - * interrupt to the interrupt status register (ISR). - * Writing a 1 to IER Enbables an interrupt, writing a 1 to IDR disables an - * interrupt. IMR and ISR are read only, and IER and IDR are write only. - * Reading either IER or IDR returns 0x00. - * - * All four registers have the same bit definitions. - * - * @{ - */ -#define XUARTPS_IXR_RBRK 0x00002000U /**< Rx FIFO break detect interrupt */ -#define XUARTPS_IXR_TOVR 0x00001000U /**< Tx FIFO Overflow interrupt */ -#define XUARTPS_IXR_TNFUL 0x00000800U /**< Tx FIFO Nearly Full interrupt */ -#define XUARTPS_IXR_TTRIG 0x00000400U /**< Tx Trig interrupt */ -#define XUARTPS_IXR_DMS 0x00000200U /**< Modem status change interrupt */ -#define XUARTPS_IXR_TOUT 0x00000100U /**< Timeout error interrupt */ -#define XUARTPS_IXR_PARITY 0x00000080U /**< Parity error interrupt */ -#define XUARTPS_IXR_FRAMING 0x00000040U /**< Framing error interrupt */ -#define XUARTPS_IXR_OVER 0x00000020U /**< Overrun error interrupt */ -#define XUARTPS_IXR_TXFULL 0x00000010U /**< TX FIFO full interrupt. */ -#define XUARTPS_IXR_TXEMPTY 0x00000008U /**< TX FIFO empty interrupt. */ -#define XUARTPS_IXR_RXFULL 0x00000004U /**< RX FIFO full interrupt. */ -#define XUARTPS_IXR_RXEMPTY 0x00000002U /**< RX FIFO empty interrupt. */ -#define XUARTPS_IXR_RXOVR 0x00000001U /**< RX FIFO trigger interrupt. */ -#define XUARTPS_IXR_MASK 0x00003FFFU /**< Valid bit mask */ -/* @} */ - - -/** @name Baud Rate Generator Register - * - * The baud rate generator control register (BRGR) is a 16 bit register that - * controls the receiver bit sample clock and baud rate. - * Valid values are 1 - 65535. - * - * Bit Sample Rate = CCLK / BRGR, where the CCLK is selected by the MR_CCLK bit - * in the MR register. - * @{ - */ -#define XUARTPS_BAUDGEN_DISABLE 0x00000000U /**< Disable clock */ -#define XUARTPS_BAUDGEN_MASK 0x0000FFFFU /**< Valid bits mask */ -#define XUARTPS_BAUDGEN_RESET_VAL 0x0000028BU /**< Reset value */ - -/** @name Baud Divisor Rate register - * - * The baud rate divider register (BDIV) controls how much the bit sample - * rate is divided by. It sets the baud rate. - * Valid values are 0x04 to 0xFF. Writing a value less than 4 will be ignored. - * - * Baud rate = CCLK / ((BAUDDIV + 1) x BRGR), where the CCLK is selected by - * the MR_CCLK bit in the MR register. - * @{ - */ -#define XUARTPS_BAUDDIV_MASK 0x000000FFU /**< 8 bit baud divider mask */ -#define XUARTPS_BAUDDIV_RESET_VAL 0x0000000FU /**< Reset value */ -/* @} */ - - -/** @name Receiver Timeout Register - * - * Use the receiver timeout register (RTR) to detect an idle condition on - * the receiver data line. - * - * @{ - */ -#define XUARTPS_RXTOUT_DISABLE 0x00000000U /**< Disable time out */ -#define XUARTPS_RXTOUT_MASK 0x000000FFU /**< Valid bits mask */ - -/** @name Receiver FIFO Trigger Level Register - * - * Use the Receiver FIFO Trigger Level Register (RTRIG) to set the value at - * which the RX FIFO triggers an interrupt event. - * @{ - */ - -#define XUARTPS_RXWM_DISABLE 0x00000000U /**< Disable RX trigger interrupt */ -#define XUARTPS_RXWM_MASK 0x0000003FU /**< Valid bits mask */ -#define XUARTPS_RXWM_RESET_VAL 0x00000020U /**< Reset value */ -/* @} */ - -/** @name Transmit FIFO Trigger Level Register - * - * Use the Transmit FIFO Trigger Level Register (TTRIG) to set the value at - * which the TX FIFO triggers an interrupt event. - * @{ - */ - -#define XUARTPS_TXWM_MASK 0x0000003FU /**< Valid bits mask */ -#define XUARTPS_TXWM_RESET_VAL 0x00000020U /**< Reset value */ -/* @} */ - -/** @name Modem Control Register - * - * This register (MODEMCR) controls the interface with the modem or data set, - * or a peripheral device emulating a modem. - * - * @{ - */ -#define XUARTPS_MODEMCR_FCM 0x00000020U /**< Flow control mode */ -#define XUARTPS_MODEMCR_RTS 0x00000002U /**< Request to send */ -#define XUARTPS_MODEMCR_DTR 0x00000001U /**< Data terminal ready */ -/* @} */ - -/** @name Modem Status Register - * - * This register (MODEMSR) indicates the current state of the control lines - * from a modem, or another peripheral device, to the CPU. In addition, four - * bits of the modem status register provide change information. These bits - * are set to a logic 1 whenever a control input from the modem changes state. - * - * Note: Whenever the DCTS, DDSR, TERI, or DDCD bit is set to logic 1, a modem - * status interrupt is generated and this is reflected in the modem status - * register. - * - * @{ - */ -#define XUARTPS_MODEMSR_FCMS 0x00000100U /**< Flow control mode (FCMS) */ -#define XUARTPS_MODEMSR_DCD 0x00000080U /**< Complement of DCD input */ -#define XUARTPS_MODEMSR_RI 0x00000040U /**< Complement of RI input */ -#define XUARTPS_MODEMSR_DSR 0x00000020U /**< Complement of DSR input */ -#define XUARTPS_MODEMSR_CTS 0x00000010U /**< Complement of CTS input */ -#define XUARTPS_MODEMSR_DDCD 0x00000008U /**< Delta DCD indicator */ -#define XUARTPS_MODEMSR_TERI 0x00000004U /**< Trailing Edge Ring Indicator */ -#define XUARTPS_MODEMSR_DDSR 0x00000002U /**< Change of DSR */ -#define XUARTPS_MODEMSR_DCTS 0x00000001U /**< Change of CTS */ -/* @} */ - -/** @name Channel Status Register - * - * The channel status register (CSR) is provided to enable the control logic - * to monitor the status of bits in the channel interrupt status register, - * even if these are masked out by the interrupt mask register. - * - * @{ - */ -#define XUARTPS_SR_TNFUL 0x00004000U /**< TX FIFO Nearly Full Status */ -#define XUARTPS_SR_TTRIG 0x00002000U /**< TX FIFO Trigger Status */ -#define XUARTPS_SR_FLOWDEL 0x00001000U /**< RX FIFO fill over flow delay */ -#define XUARTPS_SR_TACTIVE 0x00000800U /**< TX active */ -#define XUARTPS_SR_RACTIVE 0x00000400U /**< RX active */ -#define XUARTPS_SR_TXFULL 0x00000010U /**< TX FIFO full */ -#define XUARTPS_SR_TXEMPTY 0x00000008U /**< TX FIFO empty */ -#define XUARTPS_SR_RXFULL 0x00000004U /**< RX FIFO full */ -#define XUARTPS_SR_RXEMPTY 0x00000002U /**< RX FIFO empty */ -#define XUARTPS_SR_RXOVR 0x00000001U /**< RX FIFO fill over trigger */ -/* @} */ - -/** @name Flow Delay Register - * - * Operation of the flow delay register (FLOWDEL) is very similar to the - * receive FIFO trigger register. An internal trigger signal activates when the - * FIFO is filled to the level set by this register. This trigger will not - * cause an interrupt, although it can be read through the channel status - * register. In hardware flow control mode, RTS is deactivated when the trigger - * becomes active. RTS only resets when the FIFO level is four less than the - * level of the flow delay trigger and the flow delay trigger is not activated. - * A value less than 4 disables the flow delay. - * @{ - */ -#define XUARTPS_FLOWDEL_MASK XUARTPS_RXWM_MASK /**< Valid bit mask */ -/* @} */ - -/** @name Receiver FIFO Byte Status Register - * - * The Receiver FIFO Status register is used to have a continuous - * monitoring of the raw unmasked byte status information. The register - * contains frame, parity and break status information for the top - * four bytes in the RX FIFO. - * - * Receiver FIFO Byte Status Register Bit Definition - * @{ - */ -#define XUARTPS_RXBS_BYTE3_BRKE 0x00000800U /**< Byte3 Break Error */ -#define XUARTPS_RXBS_BYTE3_FRME 0x00000400U /**< Byte3 Frame Error */ -#define XUARTPS_RXBS_BYTE3_PARE 0x00000200U /**< Byte3 Parity Error */ -#define XUARTPS_RXBS_BYTE2_BRKE 0x00000100U /**< Byte2 Break Error */ -#define XUARTPS_RXBS_BYTE2_FRME 0x00000080U /**< Byte2 Frame Error */ -#define XUARTPS_RXBS_BYTE2_PARE 0x00000040U /**< Byte2 Parity Error */ -#define XUARTPS_RXBS_BYTE1_BRKE 0x00000020U /**< Byte1 Break Error */ -#define XUARTPS_RXBS_BYTE1_FRME 0x00000010U /**< Byte1 Frame Error */ -#define XUARTPS_RXBS_BYTE1_PARE 0x00000008U /**< Byte1 Parity Error */ -#define XUARTPS_RXBS_BYTE0_BRKE 0x00000004U /**< Byte0 Break Error */ -#define XUARTPS_RXBS_BYTE0_FRME 0x00000002U /**< Byte0 Frame Error */ -#define XUARTPS_RXBS_BYTE0_PARE 0x00000001U /**< Byte0 Parity Error */ -#define XUARTPS_RXBS_MASK 0x00000007U /**< 3 bit RX byte status mask */ -/* @} */ - - -/* - * Defines for backwards compatibility, will be removed - * in the next version of the driver - */ -#define XUARTPS_MEDEMSR_DCDX XUARTPS_MODEMSR_DDCD -#define XUARTPS_MEDEMSR_RIX XUARTPS_MODEMSR_TERI -#define XUARTPS_MEDEMSR_DSRX XUARTPS_MODEMSR_DDSR -#define XUARTPS_MEDEMSR_CTSX XUARTPS_MODEMSR_DCTS - - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* Read a UART register. -* -* @param BaseAddress contains the base address of the device. -* @param RegOffset contains the offset from the base address of the -* device. -* -* @return The value read from the register. -* -* @note C-Style signature: -* u32 XUartPs_ReadReg(u32 BaseAddress, int RegOffset) -* -******************************************************************************/ -#define XUartPs_ReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (u32)(RegOffset)) - -/***************************************************************************/ -/** -* Write a UART register. -* -* @param BaseAddress contains the base address of the device. -* @param RegOffset contains the offset from the base address of the -* device. -* @param RegisterValue is the value to be written to the register. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_WriteReg(u32 BaseAddress, int RegOffset, -* u16 RegisterValue) -* -******************************************************************************/ -#define XUartPs_WriteReg(BaseAddress, RegOffset, RegisterValue) \ - Xil_Out32((BaseAddress) + (u32)(RegOffset), (u32)(RegisterValue)) - -/****************************************************************************/ -/** -* Determine if there is receive data in the receiver and/or FIFO. -* -* @param BaseAddress contains the base address of the device. -* -* @return TRUE if there is receive data, FALSE otherwise. -* -* @note C-Style signature: -* u32 XUartPs_IsReceiveData(u32 BaseAddress) -* -******************************************************************************/ -#define XUartPs_IsReceiveData(BaseAddress) \ - !((Xil_In32((BaseAddress) + XUARTPS_SR_OFFSET) & \ - (u32)XUARTPS_SR_RXEMPTY) == (u32)XUARTPS_SR_RXEMPTY) - -/****************************************************************************/ -/** -* Determine if a byte of data can be sent with the transmitter. -* -* @param BaseAddress contains the base address of the device. -* -* @return TRUE if the TX FIFO is full, FALSE if a byte can be put in the -* FIFO. -* -* @note C-Style signature: -* u32 XUartPs_IsTransmitFull(u32 BaseAddress) -* -******************************************************************************/ -#define XUartPs_IsTransmitFull(BaseAddress) \ - ((Xil_In32((BaseAddress) + XUARTPS_SR_OFFSET) & \ - (u32)XUARTPS_SR_TXFULL) == (u32)XUARTPS_SR_TXFULL) - -/************************** Function Prototypes ******************************/ - -void XUartPs_SendByte(u32 BaseAddress, u8 Data); - -u8 XUartPs_RecvByte(u32 BaseAddress); - -void XUartPs_ResetHw(u32 BaseAddress); - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/Makefile deleted file mode 100644 index 5feeb49..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/xcoresightpsdcc.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/xcoresightpsdcc.c deleted file mode 100644 index 9fb0e23..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/xcoresightpsdcc.c +++ /dev/null @@ -1,164 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xcoresightpsdcc.c -* @addtogroup coresightps_dcc_v1_8 -* @{ -* -* Functions in this file are the minimum required functions for the -* XCoreSightPs driver. -* -* @note None. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date		Changes
-* ----- -----  -------- -----------------------------------------------
-* 1.00  kvn    02/14/15 First release
-* 1.1   kvn    06/12/15 Add support for Zynq Ultrascale+ MP.
-*       kvn    08/18/15 Modified Makefile according to compiler changes.
-* 1.2   kvn    10/09/15 Add support for IAR Compiler.
-* 1.3   asa    07/01/16 Made changes to ensure that the file does not compile
-*                       for MB BSPs. Instead it throws up a warning. This
-*                       fixes the CR#953056.
-* 1.5   sne    01/19/19 Fixed MISRA-C Violations CR#1025101.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#ifdef __MICROBLAZE__ -#warning "The driver is supported only for ARM architecture" -#else - -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "xcoresightpsdcc.h" - -#ifdef __ICCARM__ -#define INLINE -#else -#define INLINE __inline -#endif - -/* DCC Status Bits */ -#define XCORESIGHTPS_DCC_STATUS_RX (1 << 30) -#define XCORESIGHTPS_DCC_STATUS_TX (1 << 29) - -static INLINE u32 XCoresightPs_DccGetStatus(void); - -/****************************************************************************/ -/** -* -* This functions sends a single byte using the DCC. It is blocking in that it -* waits for the transmitter to become non-full before it writes the byte to -* the transmit register. -* -* @param BaseAddress is a dummy parameter to match the function proto -* of functions for other stdio devices. -* @param Data is the byte of data to send -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XCoresightPs_DccSendByte(u32 BaseAddress, u8 Data) -{ - (void) BaseAddress; - while (XCoresightPs_DccGetStatus() & XCORESIGHTPS_DCC_STATUS_TX) - {dsb();} -#ifdef __aarch64__ - asm volatile ("msr dbgdtrtx_el0, %0" : : "r" (Data)); -#elif defined (__GNUC__) || defined (__ICCARM__) - asm volatile("mcr p14, 0, %0, c0, c5, 0" - : : "r" (Data)); -#else - { - volatile register u32 Reg __asm("cp14:0:c0:c5:0"); - Reg = Data; - } -#endif - isb(); - -} - -/****************************************************************************/ -/** -* -* This functions receives a single byte using the DCC. It is blocking in that -* it waits for the receiver to become non-empty before it reads from the -* receive register. -* -* @param BaseAddress is a dummy parameter to match the function proto -* of functions for other stdio devices. -* -* @return The byte of data received. -* -* @note None. -* -******************************************************************************/ -u8 XCoresightPs_DccRecvByte(u32 BaseAddress) -{ - u8 Data = 0U; - (void) BaseAddress; - - while (!(XCoresightPs_DccGetStatus() & XCORESIGHTPS_DCC_STATUS_RX)) - {dsb();} - -#ifdef __aarch64__ - asm volatile ("mrs %0, dbgdtrrx_el0" : "=r" (Data)); -#elif defined (__GNUC__) || defined (__ICCARM__) - asm volatile("mrc p14, 0, %0, c0, c5, 0" - : "=r" (Data)); -#else - { - volatile register u32 Reg __asm("cp14:0:c0:c5:0"); - Data = Reg; - } -#endif - isb(); - - return Data; -} - - -/****************************************************************************/ -/**INLINE -* -* This functions read the status register of the DCC. -* -* @param BaseAddress is the base address of the device -* -* @return The contents of the Status Register. -* -* @note None. -* -******************************************************************************/ -static INLINE u32 XCoresightPs_DccGetStatus(void) -{ - u32 Status = 0U; - -#ifdef __aarch64__ - asm volatile ("mrs %0, mdccsr_el0" : "=r" (Status)); -#elif defined (__GNUC__) || defined (__ICCARM__) - asm volatile("mrc p14, 0, %0, c0, c1, 0" - : "=r" (Status) : : "cc"); -#else - { - volatile register u32 Reg __asm("cp14:0:c0:c1:0"); - Status = Reg; - } -#endif - return Status; -} -#endif -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/xcoresightpsdcc.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/xcoresightpsdcc.h deleted file mode 100644 index 6f40407..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/coresightps_dcc_v1_8/src/xcoresightpsdcc.h +++ /dev/null @@ -1,52 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xcoresightpsdcc.h -* @addtogroup coresightps_dcc_v1_8 -* @{ -* @details -* -* CoreSight driver component. -* -* The coresight is a part of debug communication channel (DCC) group. Jtag UART -* for ARM uses DCC. Each ARM core has its own DCC, so one need to select an -* ARM target in XSDB console before running the jtag terminal command. Using the -* coresight driver component, the output stream can be directed to a log file. -* -* @note None. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date		Changes
-* ----- -----  -------- -----------------------------------------------
-* 1.00  kvn    02/14/15 First release
-* 1.1   kvn    06/12/15 Add support for Zynq Ultrascale+ MP.
-*       kvn    08/18/15 Modified Makefile according to compiler changes.
-* 1.3   asa    07/01/16 Made changes to ensure that the file does not compile
-*                       for MB BSPs. Instead it throws up a warning. This
-*                       fixes the CR#953056.
-* 1.5   sne    01/19/19 Fixed MISRA-C Violations CR#1025101.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#ifndef XCORESIGHTPSDCC_H /* prevent circular inclusions */ -#define XCORESIGHTPSDCC_H /* by using protection macros */ -#ifndef __MICROBLAZE__ -#include - -void XCoresightPs_DccSendByte(u32 BaseAddress, u8 Data); - -u8 XCoresightPs_DccRecvByte(u32 BaseAddress); -#endif -#endif -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src/Makefile deleted file mode 100644 index eb496ea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${DEPFILES} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src/xcpu_cortexa9.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src/xcpu_cortexa9.h deleted file mode 100644 index 3c23a5f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/cpu_cortexa9_v2_11/src/xcpu_cortexa9.h +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xcpu_cortexa9.h -* @addtogroup cpu_cortexa9_v2_11 -* @{ -* @details -* -* dummy file -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- --------------------------------------------------------- -* 2.5 ms 04/18/17 Modified tcl file to add suffix U for XPAR_CPU_ID -* parameter of cpu_cortexa9 in xparameters.h -# 2.7 mus 07/03/18 Updated tcl to not to add default flags forcefully into -# extra compiler flags. Now, user can remove default flags -# from extra compiler flags. It fixes CR#998768. -******************************************************************************/ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ddrps_v1_2/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ddrps_v1_2/src/Makefile deleted file mode 100644 index 5feeb49..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ddrps_v1_2/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ddrps_v1_2/src/xddrps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ddrps_v1_2/src/xddrps.h deleted file mode 100644 index a8544b3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ddrps_v1_2/src/xddrps.h +++ /dev/null @@ -1,40 +0,0 @@ -/******************************************************************************* -* Copyright (C) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - -/******************************************************************************/ -/** - * - * @file xddrps.h - * @addtogroup ddrps_v1_2 - * @{ - * @details - * - * The Xilinx DdrPs driver. This driver supports the Xilinx ddrps - * IP core. - * - * @note None. - * - *
- * MODIFICATION HISTORY:
- *
- * Ver   Who  Date     Changes
- * ----- ---- -------- -----------------------------------------------
- * 1.0	 nsk  08/06/15 First Release
- * 1.0	 nsk  08/20/15 Updated define_addr_params in ddrps.tcl
- *		       to support PBD Designs (CR #876857)
- *
- * 
- * -*******************************************************************************/ - -#ifndef XDDRPS_H_ -/* Prevent circular inclusions by using protection macros. */ -#define XDDRPS_H_ - -/******************************* Include Files ********************************/ - - -#endif /* XDDRPS_H_ */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/Makefile deleted file mode 100644 index 6bb6c18..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg.c deleted file mode 100644 index 5bac22a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg.c +++ /dev/null @@ -1,919 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg.c -* @addtogroup devcfg_v3_7 -* @{ -* -* This file contains the implementation of the interface functions for XDcfg -* driver. Refer to the header file xdevcfg.h for more detailed information. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.00a nm  05/31/12 Updated the driver for CR 660835 so that input length for
-*		     source/destination to the XDcfg_InitiateDma, XDcfg_Transfer
-*		     APIs is words (32 bit) and not bytes.
-* 		     Updated the notes for XDcfg_InitiateDma/XDcfg_Transfer APIs
-*		     to add information that 2 LSBs of the Source/Destination
-*		     address when equal to 2�b01 indicate the last DMA command
-*		     of an overall transfer.
-*		     Updated the XDcfg_Transfer function to use the
-*		     Destination Address passed to this API for secure transfers
-*		     instead of using 0xFFFFFFFF for CR 662197. This issue was
-*		     resulting in the failure of secure transfers of
-*		     non-bitstream images.
-* 2.01a nm  08/27/12 Updated the XDcfg_Transfer API to clear the
-*		     QUARTER_PCAP_RATE_EN bit in the control register for
-*		     non secure writes for CR 675543.
-* 2.02a nm  01/31/13 Fixed CR# 679335.
-* 		     Added Setting and Clearing the internal PCAP loopback.
-*		     Removed code for enabling/disabling AES engine as BootROM
-*		     locks down this setting.
-*		     Fixed CR# 681976.
-*		     Skip Checking the PCFG_INIT in case of non-secure DMA
-*		     loopback.
-*		     Fixed CR# 699558.
-*		     XDcfg_Transfer fails to transfer data in loopback mode.
-* 2.03a nm  04/19/13 Fixed CR# 703728.
-*		     Updated the register definitions as per the latest TRM
-*		     version UG585 (v1.4) November 16, 2012.
-* 3.0   kpc 21/02/14 Implemented new function XDcfg_ClearControlRegister
-* 3.2   sb  08/25/14 Fixed XDcfg_PcapReadback() function
-*		     updated driver code with != instead of ==,
-*		     while checking for Interrupt Status with DMA and
-*		     PCAP Done Mask
-*		     ((XDcfg_ReadReg(InstancePtr->Config.BaseAddr,
-*			XDCFG_INT_STS_OFFSET) &
-*			XDCFG_IXR_D_P_DONE_MASK) !=
-*			XDCFG_IXR_D_P_DONE_MASK);
-*
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xdevcfg.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* Initialize the Device Config Interface driver. This function -* must be called before other functions of the driver are called. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param ConfigPtr is the config structure. -* @param EffectiveAddress is the base address for the device. It could be -* a virtual address if address translation is supported in the -* system, otherwise it is the physical address. -* -* @return -* - XST_SUCCESS if initialization was successful. -* - XST_DEVICE_IS_STARTED if the device has already been started. -* -* @note The very first APB access to the Device Configuration Interface -* block needs to be a write to the UNLOCK register with the value -* of 0x757BDF0D. This step is to be done once after reset, any -* other APB access has to come after this. The APB access is -* considered illegal if the step is not done or if it is done -* incorrectly. Furthermore, if any of efuse_sec_cfg[5:0] is high, -* the following additional actions would be carried out. -* In other words, if all bits are low, the following steps are not -* done. -* 1. AES is disabled -* 2. All APB writes disabled -* 3. SoC debug fully enabled -* -******************************************************************************/ -int XDcfg_CfgInitialize(XDcfg *InstancePtr, - XDcfg_Config *ConfigPtr, u32 EffectiveAddress) -{ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(ConfigPtr != NULL); - - /* - * If the device is started, disallow the initialize and return a - * status indicating it is started. This allows the user to stop the - * device and reinitialize, but prevents a user from inadvertently - * initializing. - */ - if (InstancePtr->IsStarted == XIL_COMPONENT_IS_STARTED) { - return XST_DEVICE_IS_STARTED; - } - - /* - * Copy configuration into instance. - */ - InstancePtr->Config.DeviceId = ConfigPtr->DeviceId; - - /* - * Save the base address pointer such that the registers of the block - * can be accessed and indicate it has not been started yet. - */ - InstancePtr->Config.BaseAddr = EffectiveAddress; - InstancePtr->IsStarted = 0; - - - /* Unlock the Device Configuration Interface */ - XDcfg_Unlock(InstancePtr); - - /* - * Indicate the instance is ready to use, successfully initialized. - */ - InstancePtr->IsReady = XIL_COMPONENT_IS_READY; - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* The functions enables the PCAP interface by setting the PCAP mode bit in the -* control register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return None. -* -* @note Enable FPGA programming from PCAP interface. Enabling this bit -* disables all the external interfaces from programming of FPGA -* except for ICAP. The user needs to ensure that the FPGA is -* programmed through either PCAP or ICAP. -* -*****************************************************************************/ -void XDcfg_EnablePCAP(XDcfg *InstancePtr) -{ - u32 CtrlReg; - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (CtrlReg | XDCFG_CTRL_PCAP_MODE_MASK)); - -} - -/****************************************************************************/ -/** -* -* The functions disables the PCAP interface by clearing the PCAP mode bit in -* the control register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_DisablePCAP(XDcfg *InstancePtr) -{ - u32 CtrlReg; - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (CtrlReg & ( ~XDCFG_CTRL_PCAP_MODE_MASK))); - -} - -/****************************************************************************/ -/** -* -* The function sets the contents of the Control Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Mask is the 32 bit mask data to be written to the Register. -* The mask definitions are defined in the xdevcfg_hw.h file. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_SetControlRegister(XDcfg *InstancePtr, u32 Mask) -{ - u32 CtrlReg; - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (CtrlReg | Mask)); - -} - -/****************************************************************************/ -/** -* -* The function Clears the specified bit positions of the Control Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Mask is the 32 bit value which holds the bit positions to be cleared. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_ClearControlRegister(XDcfg *InstancePtr, u32 Mask) -{ - u32 CtrlReg; - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_CTRL_OFFSET, - (CtrlReg & ~Mask)); - -} - -/****************************************************************************/ -/** -* -* The function reads the contents of the Control Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return A 32-bit value representing the contents of the Control -* Register. -* Use the XDCFG_CTRL_*_MASK constants defined in xdevcfg_hw.h to -* interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XDcfg_GetControlRegister(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Control Register and return the value. - */ - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_CTRL_OFFSET); -} - -/****************************************************************************/ -/** -* -* The function sets the contents of the Lock Register. These bits -* can only be set to a 1. They will be cleared after a Power On Reset. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Data is the 32 bit data to be written to the Register. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_SetLockRegister(XDcfg *InstancePtr, u32 Data) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_LOCK_OFFSET, Data); - -} - -/****************************************************************************/ -/** -* -* The function reads the contents of the Lock Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return A 32-bit value representing the contents of the Lock -* Register. -* Use the XDCFG_CR_*_MASK constants defined in xdevcfg_hw.h to -* interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XDcfg_GetLockRegister(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Lock Register and return the value. - */ - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_LOCK_OFFSET); -} - -/****************************************************************************/ -/** -* -* The function sets the contents of the Configuration Register with the -* given value. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Data is the 32 bit data to be written to the Register. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_SetConfigRegister(XDcfg *InstancePtr, u32 Data) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_CFG_OFFSET, Data); - -} - -/****************************************************************************/ -/** -* -* The function reads the contents of the Configuration Register with the -* given value. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return A 32-bit value representing the contents of the Config -* Register. -* Use the XDCFG_CFG_*_MASK constants defined in xdevcfg_hw.h to -* interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XDcfg_GetConfigRegister(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_CFG_OFFSET); - -} - -/****************************************************************************/ -/** -* -* The function sets the contents of the Status Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Data is the 32 bit data to be written to the Register. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_SetStatusRegister(XDcfg *InstancePtr, u32 Data) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_STATUS_OFFSET, Data); - -} - -/****************************************************************************/ -/** -* -* The function reads the contents of the Status Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return A 32-bit value representing the contents of the Status -* Register. -* Use the XDCFG_STATUS_*_MASK constants defined in -* xdevcfg_hw.h to interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XDcfg_GetStatusRegister(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Status Register and return the value. - */ - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_STATUS_OFFSET); -} - -/****************************************************************************/ -/** -* -* The function sets the contents of the ROM Shadow Control Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Data is the 32 bit data to be written to the Register. -* -* @return None. -* -* @note This register is can only be written and is used to control the -* RAM shadow of 32 bit 4K page ROM pages in user mode -* -*****************************************************************************/ -void XDcfg_SetRomShadowRegister(XDcfg *InstancePtr, u32 Data) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_ROM_SHADOW_OFFSET, - Data); - -} - -/****************************************************************************/ -/** -* -* The function reads the contents of the Software ID Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return 32 Bit boot software ID. -* -* @note This register is locked for write once the system enters -* usermode. Hence API for reading the register only is provided. -* -*****************************************************************************/ -u32 XDcfg_GetSoftwareIdRegister(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Software ID Register and return the value. - */ - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_SW_ID_OFFSET); -} - -/****************************************************************************/ -/** -* -* The function sets the bit mask for the feature in Miscellaneous Control -* Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Mask is the bit-mask of the feature to be set. -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XDcfg_SetMiscControlRegister(XDcfg *InstancePtr, u32 Mask) -{ - u32 RegData; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - RegData = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, XDCFG_MCTRL_OFFSET, - (RegData | Mask)); -} - -/****************************************************************************/ -/** -* -* The function reads the contents of the Miscellaneous Control Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return 32 Bit boot software ID. -* -* @note This register is locked for write once the system enters -* usermode. Hence API to reading the register only is provided. -* -*****************************************************************************/ -u32 XDcfg_GetMiscControlRegister(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Miscellaneous Control Register and return the value. - */ - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_MCTRL_OFFSET); -} - -/******************************************************************************/ -/** -* -* This function checks if DMA command queue is full. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return XST_SUCCESS is the DMA is busy -* XST_FAILURE if the DMA is idle -* -* @note The DMA queue has a depth of two. -* -****************************************************************************/ -u32 XDcfg_IsDmaBusy(XDcfg *InstancePtr) -{ - - u32 RegData; - - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Read the PCAP status register for DMA status */ - RegData = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_STATUS_OFFSET); - - if ((RegData & XDCFG_STATUS_DMA_CMD_Q_F_MASK) == - XDCFG_STATUS_DMA_CMD_Q_F_MASK){ - return XST_SUCCESS; - } - - return XST_FAILURE; -} - -/******************************************************************************/ -/** -* -* This function initiates the DMA transfer. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param SourcePtr contains a pointer to the source memory where the data -* is to be transferred from. -* @param SrcWordLength is the number of words (32 bit) to be transferred -* for the source transfer. -* @param DestPtr contains a pointer to the destination memory -* where the data is to be transferred to. -* @param DestWordLength is the number of words (32 bit) to be transferred -* for the Destination transfer. -* -* @return None. -* -* @note It is the responsibility of the caller function to ensure that -* correct values are passed to this function. -* -* The 2 LSBs of the SourcePtr (Source)/ DestPtr (Destination) -* address when equal to 2�b01 indicates the last DMA command of -* an overall transfer. -* -****************************************************************************/ -void XDcfg_InitiateDma(XDcfg *InstancePtr, u32 SourcePtr, u32 DestPtr, - u32 SrcWordLength, u32 DestWordLength) -{ - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_DMA_SRC_ADDR_OFFSET, - SourcePtr); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_DMA_DEST_ADDR_OFFSET, - DestPtr); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_DMA_SRC_LEN_OFFSET, - SrcWordLength); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_DMA_DEST_LEN_OFFSET, - DestWordLength); -} - -/******************************************************************************/ -/** -* -* This function Implements the DMA Read Command. This command is used to -* transfer the image data from FPGA to the external memory. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param SourcePtr contains a pointer to the source memory where the data -* is to be transferred from. -* @param SrcWordLength is the number of words (32 bit) to be transferred -* for the source transfer. -* @param DestPtr contains a pointer to the destination memory -* where the data is to be transferred to. -* @param DestWordLength is the number of words (32 bit) to be transferred -* for the Destination transfer. -* -* @return - XST_INVALID_PARAM if source address/length is invalid. -* - XST_SUCCESS if DMA transfer initiated properly. -* -* @note None. -* -****************************************************************************/ -static u32 XDcfg_PcapReadback(XDcfg *InstancePtr, u32 SourcePtr, - u32 SrcWordLength, u32 DestPtr, - u32 DestWordLength) -{ - u32 IntrReg; - - /* - * Send READ Frame command to FPGA - */ - XDcfg_InitiateDma(InstancePtr, SourcePtr, XDCFG_DMA_INVALID_ADDRESS, - SrcWordLength, 0); - - /* - * Store the enabled interrupts to enable before the actual read - * transfer is initiated and Disable all the interrupts temporarily. - */ - IntrReg = XDcfg_IntrGetEnabled(InstancePtr); - XDcfg_IntrDisable(InstancePtr, XDCFG_IXR_ALL_MASK); - - /* - * Wait till you get the DMA done for the read command sent - */ - while ((XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_STS_OFFSET) & - XDCFG_IXR_D_P_DONE_MASK) != - XDCFG_IXR_D_P_DONE_MASK); - /* - * Enable the previously stored Interrupts . - */ - XDcfg_IntrEnable(InstancePtr, IntrReg); - - /* - * Initiate the DMA write command. - */ - XDcfg_InitiateDma(InstancePtr, XDCFG_DMA_INVALID_ADDRESS, (u32)DestPtr, - 0, DestWordLength); - - return XST_SUCCESS; -} - - -/****************************************************************************/ -/** -* -* This function starts the DMA transfer. This function only starts the -* operation and returns before the operation may be completed. -* If the interrupt is enabled, an interrupt will be generated when the -* operation is completed, otherwise it is necessary to poll the Status register -* to determine when it is completed. It is the responsibility of the caller to -* determine when the operation is completed by handling the generated interrupt -* or polling the Status Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param SourcePtr contains a pointer to the source memory where the data -* is to be transferred from. -* @param SrcWordLength is the number of words (32 bit) to be transferred -* for the source transfer. -* @param DestPtr contains a pointer to the destination memory -* where the data is to be transferred to. -* @param DestWordLength is the number of words (32 bit) to be transferred -* for the Destination transfer. -* @param TransferType contains the type of PCAP transfer being requested. -* The definitions can be found in the xdevcfg.h file. -* @return -* - XST_SUCCESS.if DMA transfer initiated successfully -* - XST_DEVICE_BUSY if DMA is busy -* - XST_INVALID_PARAM if invalid Source / Destination address -* is sent or an invalid Source / Destination length is -* sent -* -* @note It is the responsibility of the caller to ensure that the cache -* is flushed and invalidated both before the DMA operation is -* started and after the DMA operation completes if the memory -* pointed to is cached. The caller must also ensure that the -* pointers contain physical address rather than a virtual address -* if address translation is being used. -* -* The 2 LSBs of the SourcePtr (Source)/ DestPtr (Destination) -* address when equal to 2�b01 indicates the last DMA command of -* an overall transfer. -* -*****************************************************************************/ -u32 XDcfg_Transfer(XDcfg *InstancePtr, - void *SourcePtr, u32 SrcWordLength, - void *DestPtr, u32 DestWordLength, - u32 TransferType) -{ - - u32 CtrlReg; - - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - if (XDcfg_IsDmaBusy(InstancePtr) == XST_SUCCESS) { - return XST_DEVICE_BUSY; - } - - /* - * Check whether the fabric is in initialized state - */ - if ((XDcfg_ReadReg(InstancePtr->Config.BaseAddr, XDCFG_STATUS_OFFSET) - & XDCFG_STATUS_PCFG_INIT_MASK) == 0) { - /* - * We don't need to check PCFG_INIT to be high for - * non-encrypted loopback transfers. - */ - if (TransferType != XDCFG_CONCURRENT_NONSEC_READ_WRITE) { - return XST_FAILURE; - } - } - - if ((TransferType == XDCFG_SECURE_PCAP_WRITE) || - (TransferType == XDCFG_NON_SECURE_PCAP_WRITE)) { - - /* Check for valid source pointer and length */ - if ((!SourcePtr) || (SrcWordLength == 0)) { - return XST_INVALID_PARAM; - } - - /* Clear internal PCAP loopback */ - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET); - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET, (CtrlReg & - ~(XDCFG_MCTRL_PCAP_LPBK_MASK))); - - if (TransferType == XDCFG_NON_SECURE_PCAP_WRITE) { - /* - * Clear QUARTER_PCAP_RATE_EN bit - * so that the PCAP data is transmitted every clock - */ - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET, (CtrlReg & - ~XDCFG_CTRL_PCAP_RATE_EN_MASK)); - - } - if (TransferType == XDCFG_SECURE_PCAP_WRITE) { - /* - * AES engine handles only 8 bit data every clock cycle. - * Hence, Encrypted PCAP data which is 32 bit data can - * only be sent in every 4 clock cycles. Set the control - * register QUARTER_PCAP_RATE_EN bit to achieve this - * operation. - */ - XDcfg_SetControlRegister(InstancePtr, - XDCFG_CTRL_PCAP_RATE_EN_MASK); - } - - XDcfg_InitiateDma(InstancePtr, (u32)SourcePtr, - (u32)DestPtr, SrcWordLength, DestWordLength); - - } - - if (TransferType == XDCFG_PCAP_READBACK) { - - if ((!DestPtr) || (DestWordLength == 0)) { - - return XST_INVALID_PARAM; - } - - /* Clear internal PCAP loopback */ - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET); - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET, (CtrlReg & - ~(XDCFG_MCTRL_PCAP_LPBK_MASK))); - - /* - * For PCAP readback of FPGA configuration register or memory, - * the read command is first sent (written) to the FPGA fabric - * which responds by returning the required read data. Read data - * from the FPGA is captured if pcap_radata_v is active.A DMA - * read transfer is required to obtain the readback command, - * which is then sent to the FPGA, followed by a DMA write - * transfer to support this mode of operation. - */ - return XDcfg_PcapReadback(InstancePtr, - (u32)SourcePtr, SrcWordLength, - (u32)DestPtr, DestWordLength); - } - - - if ((TransferType == XDCFG_CONCURRENT_SECURE_READ_WRITE) || - (TransferType == XDCFG_CONCURRENT_NONSEC_READ_WRITE)) { - - if ((!SourcePtr) || (SrcWordLength == 0) || - (!DestPtr) || (DestWordLength == 0)) { - return XST_INVALID_PARAM; - } - - if (TransferType == XDCFG_CONCURRENT_NONSEC_READ_WRITE) { - /* Enable internal PCAP loopback */ - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET); - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET, (CtrlReg | - XDCFG_MCTRL_PCAP_LPBK_MASK)); - - /* - * Clear QUARTER_PCAP_RATE_EN bit - * so that the PCAP data is transmitted every clock - */ - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_CTRL_OFFSET, (CtrlReg & - ~XDCFG_CTRL_PCAP_RATE_EN_MASK)); - - } - if (TransferType == XDCFG_CONCURRENT_SECURE_READ_WRITE) { - /* Clear internal PCAP loopback */ - CtrlReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET); - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_MCTRL_OFFSET, (CtrlReg & - ~(XDCFG_MCTRL_PCAP_LPBK_MASK))); - - /* - * Set the QUARTER_PCAP_RATE_EN bit - * so that the PCAP data is transmitted every 4 clock - * cycles, this is required for encrypted data. - */ - XDcfg_SetControlRegister(InstancePtr, - XDCFG_CTRL_PCAP_RATE_EN_MASK); - } - - XDcfg_InitiateDma(InstancePtr, (u32)SourcePtr, - (u32)DestPtr, SrcWordLength, DestWordLength); - } - - return XST_SUCCESS; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg.h deleted file mode 100644 index e567699..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg.h +++ /dev/null @@ -1,377 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg.h -* @addtogroup devcfg_v3_7 -* @{ -* @details -* -* The is the main header file for the Device Configuration Interface of the Zynq -* device. The device configuration interface has three main functionality. -* 1. AXI-PCAP -* 2. Security Policy -* 3. XADC -* This current version of the driver supports only the AXI-PCAP and Security -* Policy blocks. There is a separate driver for XADC. -* -* AXI-PCAP is used for download/upload an encrypted or decrypted bitstream. -* DMA embedded in the AXI PCAP provides the master interface to -* the Device configuration block for any DMA transfers. The data transfer can -* take place between the Tx/RxFIFOs of AXI-PCAP and memory (on chip -* RAM/DDR/peripheral memory). -* -* The current driver only supports the downloading the FPGA bitstream and -* readback of the decrypted image (sort of loopback). -* The driver does not know what information needs to be written to the FPGA to -* readback FPGA configuration register or memory data. The application above the -* driver should take care of creating the data that needs to be downloaded to -* the FPGA so that the bitstream can be readback. -* This driver also does not support the reading of the internal registers of the -* PCAP. The driver has no knowledge of the PCAP internals. -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate with the Device Configuration device. -* -* XDcfg_CfgInitialize() API is used to initialize the Device Configuration -* Interface. The user needs to first call the XDcfg_LookupConfig() API which -* returns the Configuration structure pointer which is passed as a parameter to -* the XDcfg_CfgInitialize() API. -* -* Interrupts -* The Driver implements an interrupt handler to support the interrupts provided -* by this interface. -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* Building the driver -* -* The XDcfg driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -*

-* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.00a nm  05/31/12 Updated the driver for CR 660835 so that input length for
-*		     source/destination to the XDcfg_InitiateDma, XDcfg_Transfer
-*		     APIs is words (32 bit) and not bytes.
-* 		     Updated the notes for XDcfg_InitiateDma/XDcfg_Transfer APIs
-*		     to add information that 2 LSBs of the Source/Destination
-*		     address when equal to 2�b01 indicate the last DMA command
-*		     of an overall transfer.
-*		     Destination Address passed to this API for secure transfers
-*		     instead of using 0xFFFFFFFF for CR 662197. This issue was
-*		     resulting in the failure of secure transfers of
-*		     non-bitstream images.
-* 2.01a nm  07/07/12 Updated the XDcfg_IntrClear function to directly
-*		     set the mask instead of oring it with the
-*		     value read from the interrupt status register
-* 		     Added defines for the PS Version bits,
-*	             removed the FIFO Flush bits from the
-*		     Miscellaneous Control Reg.
-*		     Added XDcfg_GetPsVersion, XDcfg_SelectIcapInterface
-*		     and XDcfg_SelectPcapInterface APIs for CR 643295
-*		     The user has to call the XDcfg_SelectIcapInterface API
-*		     for the PL reconfiguration using AXI HwIcap.
-*		     Updated the XDcfg_Transfer API to clear the
-*		     QUARTER_PCAP_RATE_EN bit in the control register for
-*		     non secure writes for CR 675543.
-* 2.02a nm  01/31/13 Fixed CR# 679335.
-* 		     Added Setting and Clearing the internal PCAP loopback.
-*		     Removed code for enabling/disabling AES engine as BootROM
-*		     locks down this setting.
-*		     Fixed CR# 681976.
-*		     Skip Checking the PCFG_INIT in case of non-secure DMA
-*		     loopback.
-*		     Fixed CR# 699558.
-*		     XDcfg_Transfer fails to transfer data in loopback mode.
-*		     Fixed CR# 701348.
-*                    Peripheral test fails with  Running
-* 		     DcfgSelfTestExample() in SECURE bootmode.
-* 2.03a nm  04/19/13 Fixed CR# 703728.
-*		     Updated the register definitions as per the latest TRM
-*		     version UG585 (v1.4) November 16, 2012.
-* 3.0   adk 10/12/13 Updated as per the New Tcl API's
-* 3.0   kpc 21/02/14 Added function prototype for XDcfg_ClearControlRegister
-* 3.2   sb  08/25/14 Fixed XDcfg_PcapReadback() function
-*		     updated driver code with != instead of ==,
-*		     while checking for Interrupt Status with DMA and
-*		     PCAP Done Mask
-*		     ((XDcfg_ReadReg(InstancePtr->Config.BaseAddr,
-*			XDCFG_INT_STS_OFFSET) &
-*			XDCFG_IXR_D_P_DONE_MASK) !=
-*			XDCFG_IXR_D_P_DONE_MASK);
-*		     A new example has been added to read back the
-*		     configuration registers from the PL region.
-*		     xdevcfg_reg_readback_example.c
-* 3.3   sk  04/06/15 Modified XDcfg_ReadMultiBootConfig Macro CR# 851335.
-*       ms  03/17/17 Added readme.txt file in examples folder for doxygen
-*                    generation.
-*       ms  04/10/17 Modified filename tag in interrupt and polled examples
-*                    to include them in doxygen examples.
-* 3.5   ms  04/18/17 Modified tcl file to add suffix U for all macros
-*                    definitions of devcfg in xparameters.h
-*       ms  08/07/17 Fixed compilation warnings in xdevcfg_sinit.c
-* 
-* -******************************************************************************/ -#ifndef XDCFG_H /* prevent circular inclusions */ -#define XDCFG_H /* by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xdevcfg_hw.h" -#include "xstatus.h" -#include "xil_assert.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/* Types of PCAP transfers */ - -#define XDCFG_NON_SECURE_PCAP_WRITE 1 -#define XDCFG_SECURE_PCAP_WRITE 2 -#define XDCFG_PCAP_READBACK 3 -#define XDCFG_CONCURRENT_SECURE_READ_WRITE 4 -#define XDCFG_CONCURRENT_NONSEC_READ_WRITE 5 - - -/**************************** Type Definitions *******************************/ -/** -* The handler data type allows the user to define a callback function to -* respond to interrupt events in the system. This function is executed -* in interrupt context, so amount of processing should be minimized. -* -* @param CallBackRef is the callback reference passed in by the upper -* layer when setting the callback functions, and passed back to -* the upper layer when the callback is invoked. Its type is -* unimportant to the driver component, so it is a void pointer. -* @param Status is the Interrupt status of the XDcfg device. -*/ -typedef void (*XDcfg_IntrHandler) (void *CallBackRef, u32 Status); - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddr; /**< Base address of the device */ -} XDcfg_Config; - -/** - * The XDcfg driver instance data. - */ -typedef struct { - XDcfg_Config Config; /**< Hardware Configuration */ - u32 IsReady; /**< Device is initialized and ready */ - u32 IsStarted; /**< Device Configuration Interface - * is running - */ - XDcfg_IntrHandler StatusHandler; /* Event handler function */ - void *CallBackRef; /* Callback reference for event handler */ -} XDcfg; - -/****************************************************************************/ -/** -* -* Unlock the Device Config Interface block. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* void XDcfg_Unlock(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_Unlock(InstancePtr) \ - XDcfg_WriteReg((InstancePtr)->Config.BaseAddr, \ - XDCFG_UNLOCK_OFFSET, XDCFG_UNLOCK_DATA) - - - -/****************************************************************************/ -/** -* -* Get the version number of the PS from the Miscellaneous Control Register. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return Version of the PS. -* -* @note C-style signature: -* void XDcfg_GetPsVersion(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_GetPsVersion(InstancePtr) \ - ((XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, \ - XDCFG_MCTRL_OFFSET)) & \ - XDCFG_MCTRL_PCAP_PS_VERSION_MASK) >> \ - XDCFG_MCTRL_PCAP_PS_VERSION_SHIFT - - - -/****************************************************************************/ -/** -* -* Read the multiboot config register value. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* u32 XDcfg_ReadMultiBootConfig(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_ReadMultiBootConfig(InstancePtr) \ - XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, \ - XDCFG_MULTIBOOT_ADDR_OFFSET) - - -/****************************************************************************/ -/** -* -* Selects ICAP interface for reconfiguration after the initial configuration -* of the PL. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* void XDcfg_SelectIcapInterface(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_SelectIcapInterface(InstancePtr) \ - XDcfg_WriteReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET, \ - ((XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET)) \ - & ( ~XDCFG_CTRL_PCAP_PR_MASK))) - -/****************************************************************************/ -/** -* -* Selects PCAP interface for reconfiguration after the initial configuration -* of the PL. -* -* @param InstancePtr is a pointer to the instance of XDcfg driver. -* -* @return None. -* -* @note C-style signature: -* void XDcfg_SelectPcapInterface(XDcfg* InstancePtr) -* -*****************************************************************************/ -#define XDcfg_SelectPcapInterface(InstancePtr) \ - XDcfg_WriteReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET, \ - ((XDcfg_ReadReg((InstancePtr)->Config.BaseAddr, XDCFG_CTRL_OFFSET)) \ - | XDCFG_CTRL_PCAP_PR_MASK)) - - - -/************************** Function Prototypes ******************************/ - -/* - * Lookup configuration in xdevcfg_sinit.c. - */ -XDcfg_Config *XDcfg_LookupConfig(u16 DeviceId); - -/* - * Selftest function in xdevcfg_selftest.c - */ -int XDcfg_SelfTest(XDcfg *InstancePtr); - -/* - * Interface functions in xdevcfg.c - */ -int XDcfg_CfgInitialize(XDcfg *InstancePtr, - XDcfg_Config *ConfigPtr, u32 EffectiveAddress); - -void XDcfg_EnablePCAP(XDcfg *InstancePtr); - -void XDcfg_DisablePCAP(XDcfg *InstancePtr); - -void XDcfg_SetControlRegister(XDcfg *InstancePtr, u32 Mask); - -void XDcfg_ClearControlRegister(XDcfg *InstancePtr, u32 Mask); - -u32 XDcfg_GetControlRegister(XDcfg *InstancePtr); - -void XDcfg_SetLockRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetLockRegister(XDcfg *InstancePtr); - -void XDcfg_SetConfigRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetConfigRegister(XDcfg *InstancePtr); - -void XDcfg_SetStatusRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetStatusRegister(XDcfg *InstancePtr); - -void XDcfg_SetRomShadowRegister(XDcfg *InstancePtr, u32 Data); - -u32 XDcfg_GetSoftwareIdRegister(XDcfg *InstancePtr); - -void XDcfg_SetMiscControlRegister(XDcfg *InstancePtr, u32 Mask); - -u32 XDcfg_GetMiscControlRegister(XDcfg *InstancePtr); - -u32 XDcfg_IsDmaBusy(XDcfg *InstancePtr); - -void XDcfg_InitiateDma(XDcfg *InstancePtr, u32 SourcePtr, u32 DestPtr, - u32 SrcWordLength, u32 DestWordLength); - -u32 XDcfg_Transfer(XDcfg *InstancePtr, - void *SourcePtr, u32 SrcWordLength, - void *DestPtr, u32 DestWordLength, - u32 TransferType); - -/* - * Interrupt related function prototypes implemented in xdevcfg_intr.c - */ -void XDcfg_IntrEnable(XDcfg *InstancePtr, u32 Mask); - -void XDcfg_IntrDisable(XDcfg *InstancePtr, u32 Mask); - -u32 XDcfg_IntrGetEnabled(XDcfg *InstancePtr); - -u32 XDcfg_IntrGetStatus(XDcfg *InstancePtr); - -void XDcfg_IntrClear(XDcfg *InstancePtr, u32 Mask); - -void XDcfg_InterruptHandler(XDcfg *InstancePtr); - -void XDcfg_SetHandler(XDcfg *InstancePtr, void *CallBackFunc, - void *CallBackRef); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_g.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_g.c deleted file mode 100644 index 030a984..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_g.c +++ /dev/null @@ -1,31 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xdevcfg.h" - -/* -* The configuration table for devices -*/ - -XDcfg_Config XDcfg_ConfigTable[] = -{ - { - XPAR_PS7_DEV_CFG_0_DEVICE_ID, - XPAR_PS7_DEV_CFG_0_BASEADDR - } -}; - - diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_hw.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_hw.c deleted file mode 100644 index 1feacd9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_hw.c +++ /dev/null @@ -1,87 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg_hw.c -* @addtogroup devcfg_v3_7 -* @{ -* -* This file contains the implementation of the interface reset functionality -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 2.04a kpc 10/07/13 First release
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xdevcfg_hw.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/*****************************************************************************/ -/** -* This function perform the reset sequence to the given devcfg interface by -* configuring the appropriate control bits in the devcfg specifc registers -* the devcfg reset squence involves the following steps -* Disable all the interuupts -* Clear the status -* Update relevant config registers with reset values -* Disbale the looopback mode and pcap rate enable -* -* @param BaseAddress of the interface -* -* @return N/A -* -* @note -* This function will not modify the slcr registers that are relavant for -* devcfg controller -******************************************************************************/ -void XDcfg_ResetHw(u32 BaseAddr) -{ - u32 Regval = 0; - - /* Mask the interrupts */ - XDcfg_WriteReg(BaseAddr, XDCFG_INT_MASK_OFFSET, - XDCFG_IXR_ALL_MASK); - /* Clear the interuupt status */ - Regval = XDcfg_ReadReg(BaseAddr, XDCFG_INT_STS_OFFSET); - XDcfg_WriteReg(BaseAddr, XDCFG_INT_STS_OFFSET, Regval); - /* Clear the source address register */ - XDcfg_WriteReg(BaseAddr, XDCFG_DMA_SRC_ADDR_OFFSET, 0x0); - /* Clear the destination address register */ - XDcfg_WriteReg(BaseAddr, XDCFG_DMA_DEST_ADDR_OFFSET, 0x0); - /* Clear the source length register */ - XDcfg_WriteReg(BaseAddr, XDCFG_DMA_SRC_LEN_OFFSET, 0x0); - /* Clear the destination length register */ - XDcfg_WriteReg(BaseAddr, XDCFG_DMA_DEST_LEN_OFFSET, 0x0); - /* Clear the loopback enable bit */ - Regval = XDcfg_ReadReg(BaseAddr, XDCFG_MCTRL_OFFSET); - Regval = Regval & ~XDCFG_MCTRL_PCAP_LPBK_MASK; - XDcfg_WriteReg(BaseAddr, XDCFG_MCTRL_OFFSET, Regval); - /*Reset the configuration register to reset value */ - XDcfg_WriteReg(BaseAddr, XDCFG_CFG_OFFSET, - XDCFG_CONFIG_RESET_VALUE); - /*Disable the PCAP rate enable bit */ - Regval = XDcfg_ReadReg(BaseAddr, XDCFG_CTRL_OFFSET); - Regval = Regval & ~XDCFG_CTRL_PCAP_RATE_EN_MASK; - XDcfg_WriteReg(BaseAddr, XDCFG_CTRL_OFFSET, Regval); - -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_hw.h deleted file mode 100644 index 1b7d881..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_hw.h +++ /dev/null @@ -1,369 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg_hw.h -* @addtogroup devcfg_v3_7 -* @{ -* -* This file contains the hardware interface to the Device Config Interface. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.01a nm  08/01/12 Added defines for the PS Version bits,
-*	             removed the FIFO Flush bits from the
-*		     Miscellaneous Control Reg
-* 2.03a nm  04/19/13 Fixed CR# 703728.
-*		     Updated the register definitions as per the latest TRM
-*		     version UG585 (v1.4) November 16, 2012.
-* 2.04a	kpc	10/07/13 Added function prototype.
-* 3.00a	kpc	25/02/14 Corrected the XDCFG_BASE_ADDRESS macro value.
-* 
-* -******************************************************************************/ -#ifndef XDCFG_HW_H /* prevent circular inclusions */ -#define XDCFG_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * Offsets of registers from the start of the device - * @{ - */ - -#define XDCFG_CTRL_OFFSET 0x00 /**< Control Register */ -#define XDCFG_LOCK_OFFSET 0x04 /**< Lock Register */ -#define XDCFG_CFG_OFFSET 0x08 /**< Configuration Register */ -#define XDCFG_INT_STS_OFFSET 0x0C /**< Interrupt Status Register */ -#define XDCFG_INT_MASK_OFFSET 0x10 /**< Interrupt Mask Register */ -#define XDCFG_STATUS_OFFSET 0x14 /**< Status Register */ -#define XDCFG_DMA_SRC_ADDR_OFFSET 0x18 /**< DMA Source Address Register */ -#define XDCFG_DMA_DEST_ADDR_OFFSET 0x1C /**< DMA Destination Address Reg */ -#define XDCFG_DMA_SRC_LEN_OFFSET 0x20 /**< DMA Source Transfer Length */ -#define XDCFG_DMA_DEST_LEN_OFFSET 0x24 /**< DMA Destination Transfer */ -#define XDCFG_ROM_SHADOW_OFFSET 0x28 /**< DMA ROM Shadow Register */ -#define XDCFG_MULTIBOOT_ADDR_OFFSET 0x2C /**< Multi BootAddress Pointer */ -#define XDCFG_SW_ID_OFFSET 0x30 /**< Software ID Register */ -#define XDCFG_UNLOCK_OFFSET 0x34 /**< Unlock Register */ -#define XDCFG_MCTRL_OFFSET 0x80 /**< Miscellaneous Control Reg */ - -/* @} */ - -/** @name Control Register Bit definitions - * @{ - */ - -#define XDCFG_CTRL_FORCE_RST_MASK 0x80000000 /**< Force into - * Secure Reset - */ -#define XDCFG_CTRL_PCFG_PROG_B_MASK 0x40000000 /**< Program signal to - * Reset FPGA - */ -#define XDCFG_CTRL_PCFG_POR_CNT_4K_MASK 0x20000000 /**< Control PL POR timer */ -#define XDCFG_CTRL_PCAP_PR_MASK 0x08000000 /**< Enable PCAP for PR */ -#define XDCFG_CTRL_PCAP_MODE_MASK 0x04000000 /**< Enable PCAP */ -#define XDCFG_CTRL_PCAP_RATE_EN_MASK 0x02000000 /**< Enable PCAP send data - * to FPGA every 4 PCAP - * cycles - */ -#define XDCFG_CTRL_MULTIBOOT_EN_MASK 0x01000000 /**< Multiboot Enable */ -#define XDCFG_CTRL_JTAG_CHAIN_DIS_MASK 0x00800000 /**< JTAG Chain Disable */ -#define XDCFG_CTRL_USER_MODE_MASK 0x00008000 /**< User Mode Mask */ -#define XDCFG_CTRL_PCFG_AES_FUSE_MASK 0x00001000 /**< AES key source */ -#define XDCFG_CTRL_PCFG_AES_EN_MASK 0x00000E00 /**< AES Enable Mask */ -#define XDCFG_CTRL_SEU_EN_MASK 0x00000100 /**< SEU Enable Mask */ -#define XDCFG_CTRL_SEC_EN_MASK 0x00000080 /**< Secure/Non Secure - * Status mask - */ -#define XDCFG_CTRL_SPNIDEN_MASK 0x00000040 /**< Secure Non Invasive - * Debug Enable - */ -#define XDCFG_CTRL_SPIDEN_MASK 0x00000020 /**< Secure Invasive - * Debug Enable - */ -#define XDCFG_CTRL_NIDEN_MASK 0x00000010 /**< Non-Invasive Debug - * Enable - */ -#define XDCFG_CTRL_DBGEN_MASK 0x00000008 /**< Invasive Debug - * Enable - */ -#define XDCFG_CTRL_DAP_EN_MASK 0x00000007 /**< DAP Enable Mask */ - -/* @} */ - -/** @name Lock register bit definitions - * @{ - */ - -#define XDCFG_LOCK_AES_EFUSE_MASK 0x00000010 /**< Lock AES Efuse bit */ -#define XDCFG_LOCK_AES_EN_MASK 0x00000008 /**< Lock AES_EN update */ -#define XDCFG_LOCK_SEU_MASK 0x00000004 /**< Lock SEU_En update */ -#define XDCFG_LOCK_SEC_MASK 0x00000002 /**< Lock SEC_EN and - * USER_MODE - */ -#define XDCFG_LOCK_DBG_MASK 0x00000001 /**< This bit locks - * security config - * including: DAP_En, - * DBGEN,, - * NIDEN, SPNIEN - */ -/*@}*/ - - - -/** @name Config Register Bit definitions - * @{ - */ -#define XDCFG_CFG_RFIFO_TH_MASK 0x00000C00 /**< Read FIFO - * Threshold Mask - */ -#define XDCFG_CFG_WFIFO_TH_MASK 0x00000300 /**< Write FIFO Threshold - * Mask - */ -#define XDCFG_CFG_RCLK_EDGE_MASK 0x00000080 /**< Read data active - * clock edge - */ -#define XDCFG_CFG_WCLK_EDGE_MASK 0x00000040 /**< Write data active - * clock edge - */ -#define XDCFG_CFG_DISABLE_SRC_INC_MASK 0x00000020 /**< Disable Source address - * increment mask - */ -#define XDCFG_CFG_DISABLE_DST_INC_MASK 0x00000010 /**< Disable Destination - * address increment - * mask - */ -/* @} */ - - -/** @name Interrupt Status/Mask Register Bit definitions - * @{ - */ -#define XDCFG_IXR_PSS_GTS_USR_B_MASK 0x80000000 /**< Tri-state IO during - * HIZ - */ -#define XDCFG_IXR_PSS_FST_CFG_B_MASK 0x40000000 /**< First configuration - * done - */ -#define XDCFG_IXR_PSS_GPWRDWN_B_MASK 0x20000000 /**< Global power down */ -#define XDCFG_IXR_PSS_GTS_CFG_B_MASK 0x10000000 /**< Tri-state IO during - * configuration - */ -#define XDCFG_IXR_PSS_CFG_RESET_B_MASK 0x08000000 /**< PL configuration - * reset - */ -#define XDCFG_IXR_AXI_WTO_MASK 0x00800000 /**< AXI Write Address - * or Data or response - * timeout - */ -#define XDCFG_IXR_AXI_WERR_MASK 0x00400000 /**< AXI Write response - * error - */ -#define XDCFG_IXR_AXI_RTO_MASK 0x00200000 /**< AXI Read Address or - * response timeout - */ -#define XDCFG_IXR_AXI_RERR_MASK 0x00100000 /**< AXI Read response - * error - */ -#define XDCFG_IXR_RX_FIFO_OV_MASK 0x00040000 /**< Rx FIFO Overflow */ -#define XDCFG_IXR_WR_FIFO_LVL_MASK 0x00020000 /**< Tx FIFO less than - * threshold */ -#define XDCFG_IXR_RD_FIFO_LVL_MASK 0x00010000 /**< Rx FIFO greater than - * threshold */ -#define XDCFG_IXR_DMA_CMD_ERR_MASK 0x00008000 /**< Illegal DMA command */ -#define XDCFG_IXR_DMA_Q_OV_MASK 0x00004000 /**< DMA command queue - * overflow - */ -#define XDCFG_IXR_DMA_DONE_MASK 0x00002000 /**< DMA Command Done */ -#define XDCFG_IXR_D_P_DONE_MASK 0x00001000 /**< DMA and PCAP - * transfers Done - */ -#define XDCFG_IXR_P2D_LEN_ERR_MASK 0x00000800 /**< PCAP to DMA transfer - * length error - */ -#define XDCFG_IXR_PCFG_HMAC_ERR_MASK 0x00000040 /**< HMAC error mask */ -#define XDCFG_IXR_PCFG_SEU_ERR_MASK 0x00000020 /**< SEU Error mask */ -#define XDCFG_IXR_PCFG_POR_B_MASK 0x00000010 /**< FPGA POR mask */ -#define XDCFG_IXR_PCFG_CFG_RST_MASK 0x00000008 /**< FPGA Reset mask */ -#define XDCFG_IXR_PCFG_DONE_MASK 0x00000004 /**< Done Signal Mask */ -#define XDCFG_IXR_PCFG_INIT_PE_MASK 0x00000002 /**< Detect Positive edge - * of Init Signal - */ -#define XDCFG_IXR_PCFG_INIT_NE_MASK 0x00000001 /**< Detect Negative edge - * of Init Signal - */ -#define XDCFG_IXR_ERROR_FLAGS_MASK (XDCFG_IXR_AXI_WTO_MASK | \ - XDCFG_IXR_AXI_WERR_MASK | \ - XDCFG_IXR_AXI_RTO_MASK | \ - XDCFG_IXR_AXI_RERR_MASK | \ - XDCFG_IXR_RX_FIFO_OV_MASK | \ - XDCFG_IXR_DMA_CMD_ERR_MASK |\ - XDCFG_IXR_DMA_Q_OV_MASK | \ - XDCFG_IXR_P2D_LEN_ERR_MASK |\ - XDCFG_IXR_PCFG_HMAC_ERR_MASK) - - -#define XDCFG_IXR_ALL_MASK 0x00F7F8EF - - - -/* @} */ - - -/** @name Status Register Bit definitions - * @{ - */ -#define XDCFG_STATUS_DMA_CMD_Q_F_MASK 0x80000000 /**< DMA command - * Queue full - */ -#define XDCFG_STATUS_DMA_CMD_Q_E_MASK 0x40000000 /**< DMA command - * Queue empty - */ -#define XDCFG_STATUS_DMA_DONE_CNT_MASK 0x30000000 /**< Number of - * completed DMA - * transfers - */ -#define XDCFG_STATUS_RX_FIFO_LVL_MASK 0x01F000000 /**< Rx FIFO level */ -#define XDCFG_STATUS_TX_FIFO_LVL_MASK 0x0007F000 /**< Tx FIFO level */ - -#define XDCFG_STATUS_PSS_GTS_USR_B 0x00000800 /**< Tri-state IO - * during HIZ - */ -#define XDCFG_STATUS_PSS_FST_CFG_B 0x00000400 /**< First PL config - * done - */ -#define XDCFG_STATUS_PSS_GPWRDWN_B 0x00000200 /**< Global power down */ -#define XDCFG_STATUS_PSS_GTS_CFG_B 0x00000100 /**< Tri-state IO during - * config - */ -#define XDCFG_STATUS_SECURE_RST_MASK 0x00000080 /**< Secure Reset - * POR Status - */ -#define XDCFG_STATUS_ILLEGAL_APB_ACCESS_MASK 0x00000040 /**< Illegal APB - * access - */ -#define XDCFG_STATUS_PSS_CFG_RESET_B 0x00000020 /**< PL config - * reset status - */ -#define XDCFG_STATUS_PCFG_INIT_MASK 0x00000010 /**< FPGA Init - * Status - */ -#define XDCFG_STATUS_EFUSE_BBRAM_KEY_DISABLE_MASK 0x00000008 - /**< BBRAM key - * disable - */ -#define XDCFG_STATUS_EFUSE_SEC_EN_MASK 0x00000004 /**< Efuse Security - * Enable Status - */ -#define XDCFG_STATUS_EFUSE_JTAG_DIS_MASK 0x00000002 /**< EFuse JTAG - * Disable - * status - */ -/* @} */ - - -/** @name DMA Source/Destination Transfer Length Register Bit definitions - * @{ - */ -#define XDCFG_DMA_LEN_MASK 0x7FFFFFF /**< Length Mask */ -/*@}*/ - - - - -/** @name Miscellaneous Control Register Bit definitions - * @{ - */ -#define XDCFG_MCTRL_PCAP_PS_VERSION_MASK 0xF0000000 /**< PS Version Mask */ -#define XDCFG_MCTRL_PCAP_PS_VERSION_SHIFT 28 /**< PS Version Shift */ -#define XDCFG_MCTRL_PCAP_LPBK_MASK 0x00000010 /**< PCAP loopback mask */ -/* @} */ - -/** @name FIFO Threshold Bit definitions - * @{ - */ - -#define XDCFG_CFG_FIFO_QUARTER 0x0 /**< Quarter empty */ -#define XDCFG_CFG_FIFO_HALF 0x1 /**< Half empty */ -#define XDCFG_CFG_FIFO_3QUARTER 0x2 /**< 3/4 empty */ -#define XDCFG_CFG_FIFO_EMPTY 0x4 /**< Empty */ -/* @}*/ - - -/* Miscellaneous constant values */ -#define XDCFG_DMA_INVALID_ADDRESS 0xFFFFFFFF /**< Invalid DMA address */ -#define XDCFG_UNLOCK_DATA 0x757BDF0D /**< First APB access data*/ -#define XDCFG_BASE_ADDRESS 0xF8007000 /**< Device Config base - * address - */ -#define XDCFG_CONFIG_RESET_VALUE 0x508 /**< Config reg reset value */ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Read the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note C-style signature: -* u32 XDcfg_ReadReg(u32 BaseAddr, u32 RegOffset) -* -*****************************************************************************/ -#define XDcfg_ReadReg(BaseAddr, RegOffset) \ - Xil_In32((BaseAddr) + (RegOffset)) - -/****************************************************************************/ -/** -* -* Write to the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note C-style signature: -* void XDcfg_WriteReg(u32 BaseAddr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XDcfg_WriteReg(BaseAddr, RegOffset, Data) \ - Xil_Out32((BaseAddr) + (RegOffset), (Data)) - -/************************** Function Prototypes ******************************/ -/* - * Perform reset operation to the devcfg interface - */ -void XDcfg_ResetHw(u32 BaseAddr); -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_intr.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_intr.c deleted file mode 100644 index 9e7a741..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_intr.c +++ /dev/null @@ -1,284 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg_intr.c -* @addtogroup devcfg_v3_7 -* @{ -* -* Contains the implementation of interrupt related functions of the XDcfg -* driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.01a nm  07/07/12 Updated the XDcfg_IntrClear function to directly
-*		     set the mask instead of oring it with the
-*		     value read from the interrupt status register
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xdevcfg.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* This function enables the specified interrupts in the device. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Mask is the bit-mask of the interrupts to be enabled. -* Bit positions of 1 will be enabled. Bit positions of 0 will -* keep the previous setting. This mask is formed by OR'ing -* XDCFG_INT_* bits defined in xdevcfg_hw.h. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_IntrEnable(XDcfg *InstancePtr, u32 Mask) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Enable the specified interrupts in the Interrupt Mask Register. - */ - RegValue = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_MASK_OFFSET); - RegValue &= ~(Mask & XDCFG_IXR_ALL_MASK); - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_MASK_OFFSET, - RegValue); -} - - -/****************************************************************************/ -/** -* -* This function disables the specified interrupts in the device. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Mask is the bit-mask of the interrupts to be disabled. -* Bit positions of 1 will be disabled. Bit positions of 0 will -* keep the previous setting. This mask is formed by OR'ing -* XDCFG_INT_* bits defined in xdevcfg_hw.h. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_IntrDisable(XDcfg *InstancePtr, u32 Mask) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Disable the specified interrupts in the Interrupt Mask Register. - */ - RegValue = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_MASK_OFFSET); - RegValue |= (Mask & XDCFG_IXR_ALL_MASK); - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_MASK_OFFSET, - RegValue); -} -/****************************************************************************/ -/** -* -* This function returns the enabled interrupts read from the Interrupt Mask -* Register. Use the XDCFG_INT_* constants defined in xdevcfg_hw.h -* to interpret the returned value. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return A 32-bit value representing the contents of the IMR. -* -* @note None. -* -*****************************************************************************/ -u32 XDcfg_IntrGetEnabled(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Return the value read from the Interrupt Mask Register. - */ - return (~ XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_MASK_OFFSET)); -} - -/****************************************************************************/ -/** -* -* This function returns the interrupt status read from Interrupt Status -* Register. Use the XDCFG_INT_* constants defined in xdevcfg_hw.h -* to interpret the returned value. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return A 32-bit value representing the contents of the Interrupt -* Status register. -* -* @note None. -* -*****************************************************************************/ -u32 XDcfg_IntrGetStatus(XDcfg *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Return the value read from the Interrupt Status register. - */ - return XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_STS_OFFSET); -} - -/****************************************************************************/ -/** -* -* This function clears the specified interrupts in the Interrupt Status -* Register. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* @param Mask is the bit-mask of the interrupts to be cleared. -* Bit positions of 1 will be cleared. Bit positions of 0 will not -* change the previous interrupt status. This mask is formed by -* OR'ing XDCFG_INT_* bits which are defined in xdevcfg_hw.h. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XDcfg_IntrClear(XDcfg *InstancePtr, u32 Mask) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_STS_OFFSET, - Mask); - -} - -/*****************************************************************************/ -/** -* The interrupt handler for the Device Config Interface. -* -* Events are signaled to upper layer for proper handling. -* -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XDcfg_InterruptHandler(XDcfg *InstancePtr) -{ - u32 IntrStatusReg; - - /* - * Assert validates the input arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Interrupt status register. - */ - IntrStatusReg = XDcfg_ReadReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_STS_OFFSET); - - /* - * Write the status back to clear the interrupts so that no - * subsequent interrupts are missed while processing this interrupt. - * This also does the DMA acknowledgment automatically. - */ - XDcfg_WriteReg(InstancePtr->Config.BaseAddr, - XDCFG_INT_STS_OFFSET, IntrStatusReg); - - /* - * Signal application that there are events to handle. - */ - InstancePtr->StatusHandler(InstancePtr->CallBackRef, - IntrStatusReg); - -} - -/****************************************************************************/ -/** -* -* This function sets the handler that will be called when an event (interrupt) -* occurs that needs application's attention. -* -* @param InstancePtr is a pointer to the XDcfg instance -* @param CallBackFunc is the address of the callback function. -* @param CallBackRef is a user data item that will be passed to the -* callback function when it is invoked. -* -* @return None. -* -* @note None. -* -* -*****************************************************************************/ -void XDcfg_SetHandler(XDcfg *InstancePtr, void *CallBackFunc, - void *CallBackRef) -{ - /* - * Asserts validate the input arguments - * CallBackRef not checked, no way to know what is valid - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(CallBackFunc != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - InstancePtr->StatusHandler = (XDcfg_IntrHandler) CallBackFunc; - InstancePtr->CallBackRef = CallBackRef; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_selftest.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_selftest.c deleted file mode 100644 index f1fa391..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_selftest.c +++ /dev/null @@ -1,88 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdevcfg_selftest.c -* @addtogroup devcfg_v3_7 -* @{ -* -* Contains diagnostic self-test functions for the XDcfg driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 2.02a nm  02/27/13 Fixed CR# 701348.
-*                    Peripheral test fails with  Running
-* 		     DcfgSelfTestExample() in SECURE bootmode.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xdevcfg.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* Run a self-test on the Device Configuration Interface. This test does a -* control register write and reads back the same value. -* -* @param InstancePtr is a pointer to the XDcfg instance. -* -* @return -* - XST_SUCCESS if self-test was successful. -* - XST_FAILURE if fails. -* -* @note None. -* -******************************************************************************/ -int XDcfg_SelfTest(XDcfg *InstancePtr) -{ - u32 OldCfgReg; - u32 CfgReg; - int Status = XST_SUCCESS; - - /* - * Assert to ensure the inputs are valid and the instance has been - * initialized. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - OldCfgReg = XDcfg_GetControlRegister(InstancePtr); - - XDcfg_SetControlRegister(InstancePtr, XDCFG_CTRL_NIDEN_MASK); - - CfgReg = XDcfg_GetControlRegister(InstancePtr); - - if ((CfgReg & XDCFG_CTRL_NIDEN_MASK) != XDCFG_CTRL_NIDEN_MASK) { - - Status = XST_FAILURE; - } - - /* - * Restore the original values of the register - */ - XDcfg_SetControlRegister(InstancePtr, OldCfgReg); - - return Status; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_sinit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_sinit.c deleted file mode 100644 index b42d32b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_7/src/xdevcfg_sinit.c +++ /dev/null @@ -1,68 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xdevcfg_sinit.c -* @addtogroup devcfg_v3_7 -* @{ -* -* This file contains method for static initialization (compile-time) of the -* driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a hvm 02/07/11 First release
-* 3.5   ms  08/07/17 Fixed compilation warnings.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xdevcfg.h" -#include "xparameters.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* Lookup the device configuration based on the unique device ID. The table -* contains the configuration info for each device in the system. -* -* @param DeviceId is the unique device ID of the device being looked up. -* -* @return A pointer to the configuration table entry corresponding to the -* given device ID, or NULL if no match is found. -* -* @note None. -* -******************************************************************************/ -XDcfg_Config *XDcfg_LookupConfig(u16 DeviceId) -{ - extern XDcfg_Config XDcfg_ConfigTable[]; - XDcfg_Config *CfgPtr = NULL; - u32 Index; - - for (Index = 0U; Index < XPAR_XDCFG_NUM_INSTANCES; Index++) { - if (XDcfg_ConfigTable[Index].DeviceId == DeviceId) { - CfgPtr = &XDcfg_ConfigTable[Index]; - break; - } - } - - return (CfgPtr); -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/Makefile deleted file mode 100644 index be5fccb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -INCLUDEFILES:=*.h - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps.c deleted file mode 100644 index 27dffb9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps.c +++ /dev/null @@ -1,1961 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdmaps.c -* @addtogroup dmaps_v2_8 -* @{ -* -* This file contains the implementation of the interface functions for XDmaPs -* driver. Refer to the header file xdmaps.h for more detailed information. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  	Date     Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	hbm    08/19/2010 First Release
-* 1.00  nm     05/25/2011 Updated for minor doxygen corrections
-* 1.02a sg     05/16/2012 Made changes for doxygen and moved some function
-*			  header from the xdmaps.h file to xdmaps.c file
-*			  Other cleanup for coding guidelines and CR 657109
-*			  and CR 657898
-* 1.03a sg     07/16/2012 changed inline to __inline for CR665681
-* 1.04a nm     10/22/2012 Fixed CR# 681671.
-* 1.05a nm     04/15/2013 Fixed CR# 704396. Removed warnings when compiled
-*			  with -Wall and -Wextra option in bsp.
-*	       05/01/2013 Fixed CR# 700189. Changed XDmaPs_BuildDmaProg()
-*			  function description.
-*			  Fixed CR# 704396. Removed unused variables
-*			  UseM2MByte & MemBurstLen from XDmaPs_BuildDmaProg()
-*			  function.
-* 1.07a asa    11/02/13. Made changes to fix compilation issues for iarcc.
-*			   Removed the PDBG prints. By default they were always
-*			   defined out and never used. The PDBG is non-standard for
-*			   Xilinx drivers and no other driver does something similar.
-*			   Since there is no easy way to fix compilation issues with
-*			   the IARCC compiler around PDBG, it is better to remove it.
-*			   Users can always use xil_printfs if they want to debug.
-* 2.01 kpc    08/23/14   Fixed the IAR compiler reported errors
-* 2.2  mus    12/08/16   Remove definition of INLINE macro to avoid re-definition,
-*                         since it is being defined in xil_io.h
-* 2.3 kpc     14/10/16   Fixed the compiler error when optimization O0 is used.
-* 2.5 hk      08/16/19   Add a memory barrier before DMASEV as per specification.
-* 2.6 hk      02/14/20   Correct boundary check for Channel.
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include - -#include "xstatus.h" -#include "xdmaps.h" -#include "xil_io.h" -#include "xil_cache.h" - -#include "xil_printf.h" - - -/************************** Constant Definitions ****************************/ - -/* The following constant defines the amount of error that is allowed for - * a specified baud rate. This error is the difference between the actual - * baud rate that will be generated using the specified clock and the - * desired baud rate. - */ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - - -/************************** Function Prototypes *****************************/ -static int XDmaPs_Exec_DMAKILL(u32 BaseAddr, - unsigned int Channel, - unsigned int Thread); - -static void XDmaPs_BufPool_Free(XDmaPs_ProgBuf *Pool, void *Buf); - -static int XDmaPs_Exec_DMAGO(u32 BaseAddr, unsigned int Channel, u32 DmaProg); - -static void XDmaPs_DoneISR_n(XDmaPs *InstPtr, unsigned Channel); -static void *XDmaPs_BufPool_Allocate(XDmaPs_ProgBuf *Pool); -static int XDmaPs_BuildDmaProg(unsigned Channel, XDmaPs_Cmd *Cmd, - unsigned CacheLength); - -static void XDmaPs_Print_DmaProgBuf(char *Buf, int Length); - - - -/************************** Variable Definitions ****************************/ - -/****************************************************************************/ -/** -* -* Initializes a specific XDmaPs instance such that it is ready to be used. -* The data format of the device is setup for 8 data bits, 1 stop bit, and no -* parity by default. The baud rate is set to a default value specified by -* Config->DefaultBaudRate if set, otherwise it is set to 19.2K baud. The -* receive FIFO threshold is set for 8 bytes. The default operating mode of the -* driver is polled mode. -* -* @param InstPtr is a pointer to the XDmaPs instance. -* @param Config is a reference to a structure containing information -* about a specific XDmaPs driver. -* @param EffectiveAddr is the device base address in the virtual memory -* address space. The caller is responsible for keeping the -* address mapping from EffectiveAddr to the device physical base -* address unchanged once this function is invoked. Unexpected -* errors may occur if the address mapping changes after this -* function is called. If address translation is not used, pass in -* the physical address instead. -* -* @return -* -* - XST_SUCCESS on initialization completion -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_CfgInitialize(XDmaPs *InstPtr, - XDmaPs_Config *Config, - u32 EffectiveAddr) -{ - int Status = XST_SUCCESS; - unsigned int CacheLength = 0; - u32 CfgReg; - unsigned Channel; - XDmaPs_ChannelData *ChanData; - - /* - * Assert validates the input arguments - */ - Xil_AssertNonvoid(InstPtr != NULL); - Xil_AssertNonvoid(Config != NULL); - - /* - * Setup the driver instance using passed in parameters - */ - InstPtr->Config.DeviceId = Config->DeviceId; - InstPtr->Config.BaseAddress = EffectiveAddr; - - CfgReg = XDmaPs_ReadReg(EffectiveAddr, XDMAPS_CR1_OFFSET); - CacheLength = CfgReg & XDMAPS_CR1_I_CACHE_LEN_MASK; - if (CacheLength < 2 || CacheLength > 5) - CacheLength = 0; - else - CacheLength = 1 << CacheLength; - - InstPtr->CacheLength = CacheLength; - - memset(InstPtr->Chans, 0, - sizeof(XDmaPs_ChannelData[XDMAPS_CHANNELS_PER_DEV])); - - for (Channel = 0; Channel < XDMAPS_CHANNELS_PER_DEV; Channel++) { - ChanData = InstPtr->Chans + Channel; - ChanData->ChanId = Channel; - ChanData->DevId = Config->DeviceId; - } - - InstPtr->IsReady = 1; - - return Status; -} - -/****************************************************************************/ -/** -* -* Reset the DMA Manager. -* -* @param InstPtr is the DMA instance. -* -* @return 0 on success, -1 on time out -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_ResetManager(XDmaPs *InstPtr) -{ - int Status; - Status = XDmaPs_Exec_DMAKILL(InstPtr->Config.BaseAddress, - 0, 0); - - return Status; -} - -/****************************************************************************/ -/** -* -* Reset the specified DMA Channel. -* -* @param InstPtr is the DMA instance. -* @param Channel is the channel to be reset. -* -* @return 0 on success, -1 on time out -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_ResetChannel(XDmaPs *InstPtr, unsigned int Channel) -{ - int Status; - Status = XDmaPs_Exec_DMAKILL(InstPtr->Config.BaseAddress, - Channel, 1); - - return Status; - -} - -/*****************************************************************************/ -/** -* -* Driver fault interrupt service routine -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_FaultISR(XDmaPs *InstPtr) -{ - - void *DmaProgBuf; - u32 Fsm; /* Fault status DMA manager register value */ - u32 Fsc; /* Fault status DMA channel register value */ - u32 FaultType; /* Fault type DMA manager register value */ - - u32 BaseAddr = InstPtr->Config.BaseAddress; - - u32 Pc; /* DMA Pc or channel Pc */ - XDmaPs_ChannelData *ChanData; - - unsigned Chan; - unsigned DevId; - - XDmaPs_Cmd *DmaCmd; - - Fsm = XDmaPs_ReadReg(BaseAddr, XDMAPS_FSM_OFFSET) & 0x01; - Fsc = XDmaPs_ReadReg(BaseAddr, XDMAPS_FSC_OFFSET) & 0xFF; - - - DevId = InstPtr->Config.DeviceId; - - if (Fsm) { - /* - * if DMA manager is fault - */ - FaultType = XDmaPs_ReadReg(BaseAddr, XDMAPS_FTM_OFFSET); - Pc = XDmaPs_ReadReg(BaseAddr, XDMAPS_DPC_OFFSET); - - xil_printf("PL330 device %d fault with type: %x at Pc %x\n", - DevId, - FaultType, Pc); - - /* kill the DMA manager thread */ - /* Should we disable interrupt?*/ - XDmaPs_Exec_DMAKILL(BaseAddr, 0, 0); - } - - /* - * check which channel faults and kill the channel thread - */ - for (Chan = 0; - Chan < XDMAPS_CHANNELS_PER_DEV; - Chan++) { - if (Fsc & (0x01 << Chan)) { - FaultType = - XDmaPs_ReadReg(BaseAddr, - XDmaPs_FTCn_OFFSET(Chan)); - Pc = XDmaPs_ReadReg(BaseAddr, - XDmaPs_CPCn_OFFSET(Chan)); - - /* kill the channel thread */ - /* Should we disable interrupt? */ - XDmaPs_Exec_DMAKILL(BaseAddr, Chan, 1); - - /* - * get the fault type and fault Pc and invoke the - * fault callback. - */ - ChanData = InstPtr->Chans + Chan; - - DmaCmd = ChanData->DmaCmdToHw; - - /* Should we check DmaCmd is not null */ - DmaCmd->DmaStatus = -1; - DmaCmd->ChanFaultType = FaultType; - DmaCmd->ChanFaultPCAddr = Pc; - ChanData->DmaCmdFromHw = DmaCmd; - ChanData->DmaCmdToHw = NULL; - - if (!ChanData->HoldDmaProg) { - DmaProgBuf = (void *)DmaCmd->GeneratedDmaProg; - if (DmaProgBuf) - XDmaPs_BufPool_Free(ChanData->ProgBufPool, - DmaProgBuf); - DmaCmd->GeneratedDmaProg = NULL; - } - - if (InstPtr->FaultHandler) - InstPtr->FaultHandler(Chan, - DmaCmd, - InstPtr->FaultRef); - - } - } - -} - -/*****************************************************************************/ -/** -* -* Set the done handler for a channel. -* -* @param InstPtr is the DMA instance. -* @param Channel is the channel number. -* @param DoneHandler is the done interrupt handler. -* @param CallbackRef is the callback reference data. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -int XDmaPs_SetDoneHandler(XDmaPs *InstPtr, - unsigned Channel, - XDmaPsDoneHandler DoneHandler, - void *CallbackRef) -{ - XDmaPs_ChannelData *ChanData; - - Xil_AssertNonvoid(InstPtr != NULL); - - if (Channel >= XDMAPS_CHANNELS_PER_DEV) - return XST_FAILURE; - - - ChanData = InstPtr->Chans + Channel; - - ChanData->DoneHandler = DoneHandler; - ChanData->DoneRef = CallbackRef; - - return 0; -} - -/*****************************************************************************/ -/** -* -* Set the fault handler for a channel. -* -* @param InstPtr is the DMA instance. -* @param FaultHandler is the fault interrupt handler. -* @param CallbackRef is the callback reference data. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -int XDmaPs_SetFaultHandler(XDmaPs *InstPtr, - XDmaPsFaultHandler FaultHandler, - void *CallbackRef) -{ - Xil_AssertNonvoid(InstPtr != NULL); - - InstPtr->FaultHandler = FaultHandler; - InstPtr->FaultRef = CallbackRef; - - return XST_SUCCESS; -} - - - -/****************************************************************************/ -/** -* Construction function for DMAEND instruction. This function fills the program -* buffer with the constructed instruction. -* -* @param DmaProg the DMA program buffer, it's the starting address for -* the instruction being constructed -* -* @return The number of bytes for this instruction which is 1. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMAEND(char *DmaProg) -{ - /* - * DMAEND encoding: - * 7 6 5 4 3 2 1 0 - * 0 0 0 0 0 0 0 0 - */ - *DmaProg = 0x0; - - return 1; -} - -static INLINE void XDmaPs_Memcpy4(char *Dst, char *Src) -{ - *Dst = *Src; - *(Dst + 1) = *(Src + 1); - *(Dst + 2) = *(Src + 2); - *(Dst + 3) = *(Src + 3); -} - -/****************************************************************************/ -/** -* -* Construction function for DMAGO instruction. This function fills the program -* buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* @param Cn is the Channel number, 0 - 7 -* @param Imm is 32-bit immediate number written to the Channel Program -* Counter. -* @param Ns is Non-secure flag. If Ns is 1, the DMA channel operates in -* the Non-secure state. If Ns is 0, the execution depends on the -* security state of the DMA manager: -* DMA manager is in the Secure state, DMA channel operates in the -* Secure state. -* DMA manager is in the Non-secure state, DMAC aborts. -* -* @return The number of bytes for this instruction which is 6. -* -* @note None -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMAGO(char *DmaProg, unsigned int Cn, - u32 Imm, unsigned int Ns) -{ - /* - * DMAGO encoding: - * 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00 - * 0 0 0 0 0 |cn[2:0]| 1 0 1 0 0 0 ns 0 - * - * 47 ... 16 - * imm[32:0] - */ - *DmaProg = 0xA0 | ((Ns << 1) & 0x02); - - *(DmaProg + 1) = (u8)(Cn & 0x07); - - // *((u32 *)(DmaProg + 2)) = Imm; - XDmaPs_Memcpy4(DmaProg + 2, (char *)&Imm); - - /* success */ - return 6; -} - -/****************************************************************************/ -/** -* -* Construction function for DMALD instruction. This function fills the program -* buffer with the constructed instruction. -* -* @param DmaProg the DMA program buffer, it's the starting address for the -* instruction being constructed -* -* @return The number of bytes for this instruction which is 1. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMALD(char *DmaProg) -{ - /* - * DMALD encoding - * 7 6 5 4 3 2 1 0 - * 0 0 0 0 0 1 bs x - * - * Note: this driver doesn't support conditional load or store, - * so the bs bit is 0 and x bit is 0. - */ - *DmaProg = 0x04; - return 1; -} - -/****************************************************************************/ -/** -* -* Construction function for DMALP instruction. This function fills the program -* buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* @param Lc is the Loop counter register, can either be 0 or 1. -* @param LoopIterations: the number of interations, LoopInterations - 1 -* will be encoded in the DMALP instruction. -* -* @return The number of bytes for this instruction which is 2. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMALP(char *DmaProg, unsigned Lc, - unsigned LoopIterations) -{ - /* - * DMALP encoding - * 15 ... 8 7 6 5 4 3 2 1 0 - * | iter[7:0] |0 0 1 0 0 0 lc 0 - */ - *DmaProg = (u8)(0x20 | ((Lc & 1) << 1)); - *(DmaProg + 1) = (u8)(LoopIterations - 1); - return 2; -} - -/****************************************************************************/ -/** -* -* Construction function for DMALPEND instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* @param BodyStart is the starting address of the loop body. It is used -* to calculate the bytes of backward jump. -* @param Lc is the Loop counter register, can either be 0 or 1. -* -* @return The number of bytes for this instruction which is 2. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMALPEND(char *DmaProg, char *BodyStart, unsigned Lc) -{ - /* - * DMALPEND encoding - * 15 ... 8 7 6 5 4 3 2 1 0 - * | backward_jump[7:0] |0 0 1 nf 1 lc bs x - * - * lc: loop counter - * nf is for loop forever. The driver does not support loop forever, - * so nf is 1. - * The driver does not support conditional LPEND, so bs is 0, x is 0. - */ - *DmaProg = 0x38 | ((Lc & 1) << 2); - *(DmaProg + 1) = (u8)(DmaProg - BodyStart); - - return 2; -} - -/* - * Register number for the DMAMOV instruction - */ -#define XDMAPS_MOV_SAR 0x0 -#define XDMAPS_MOV_CCR 0x1 -#define XDMAPS_MOV_DAR 0x2 - -/****************************************************************************/ -/** -* -* Construction function for DMAMOV instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* @param Rd is the register id, 0 for SAR, 1 for CCR, and 2 for DAR -* @param Imm is the 32-bit immediate number -* -* @return The number of bytes for this instruction which is 6. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMAMOV(char *DmaProg, unsigned Rd, u32 Imm) -{ - /* - * DMAMOV encoding - * 15 4 3 2 1 10 ... 8 7 6 5 4 3 2 1 0 - * 0 0 0 0 0 |rd[2:0]|1 0 1 1 1 1 0 0 - * - * 47 ... 16 - * imm[32:0] - * - * rd: b000 for SAR, b001 CCR, b010 DAR - */ - *DmaProg = 0xBC; - *(DmaProg + 1) = Rd & 0x7; - // *((u32 *)(DmaProg + 2)) = Imm; - XDmaPs_Memcpy4(DmaProg + 2, (char *)&Imm); - - return 6; -} - -/****************************************************************************/ -/** -* -* Construction function for DMANOP instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* @return The number of bytes for this instruction which is 1. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMANOP(char *DmaProg) -{ - /* - * DMANOP encoding - * 7 6 5 4 3 2 1 0 - * 0 0 0 1 1 0 0 0 - */ - *DmaProg = 0x18; - return 1; -} - -/****************************************************************************/ -/** -* -* Construction function for DMARMB instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* -* @return The number of bytes for this instruction which is 1. -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_Instr_DMARMB(char *DmaProg) -{ - /* - * DMARMB encoding - * 7 6 5 4 3 2 1 0 - * 0 0 0 1 0 0 1 0 - */ - *DmaProg = 0x12; - return 1; -} - -/****************************************************************************/ -/** -* -* Construction function for DMASEV instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* @param EventNumber is the Event number to signal. -* -* @return The number of bytes for this instruction which is 2. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMASEV(char *DmaProg, unsigned int EventNumber) -{ - /* - * DMASEV encoding - * 15 4 3 2 1 10 9 8 7 6 5 4 3 2 1 0 - * |event[4:0]| 0 0 0 0 0 1 1 0 1 0 0 - */ - *DmaProg = 0x34; - *(DmaProg + 1) = (u8)(EventNumber << 3); - - return 2; -} - - -/****************************************************************************/ -/** -* -* Construction function for DMAST instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* -* @return The number of bytes for this instruction which is 1. -* -* @note None. -* -*****************************************************************************/ -static INLINE int XDmaPs_Instr_DMAST(char *DmaProg) -{ - /* - * DMAST encoding - * 7 6 5 4 3 2 1 0 - * 0 0 0 0 1 0 bs x - * - * Note: this driver doesn't support conditional load or store, - * so the bs bit is 0 and x bit is 0. - */ - *DmaProg = 0x08; - return 1; -} - - -/****************************************************************************/ -/** -* -* Construction function for DMAWMB instruction. This function fills the -* program buffer with the constructed instruction. -* -* @param DmaProg is the DMA program buffer, it's the starting address -* for the instruction being constructed -* -* @return The number of bytes for this instruction which is 1. -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_Instr_DMAWMB(char *DmaProg) -{ - /* - * DMAWMB encoding - * 7 6 5 4 3 2 1 0 - * 0 0 0 1 0 0 1 0 - */ - *DmaProg = 0x13; - return 1; -} - -/****************************************************************************/ -/** -* -* Conversion function from the endian swap size to the bit encoding of the CCR -* -* @param EndianSwapSize is the endian swap size, in terms of bits, it -* could be 8, 16, 32, 64, or 128(We are using DMA assembly syntax) -* -* @return The endian swap size bit encoding for the CCR. -* -* @note None. -* -*****************************************************************************/ -static INLINE unsigned XDmaPs_ToEndianSwapSizeBits(unsigned int EndianSwapSize) -{ - switch (EndianSwapSize) { - case 0: - case 8: - return 0; - case 16: - return 1; - case 32: - return 2; - case 64: - return 3; - case 128: - return 4; - default: - return 0; - } - -} - -/****************************************************************************/ -/** -* -* Conversion function from the burst size to the bit encoding of the CCR -* -* @param BurstSize is the burst size. It's the data width. -* In terms of bytes, it could be 1, 2, 4, 8, 16, 32, 64, or 128. -* It must be no larger than the bus width. -* (We are using DMA assembly syntax.) -* -* @note None. -* -*****************************************************************************/ -static INLINE unsigned XDmaPs_ToBurstSizeBits(unsigned BurstSize) -{ - switch (BurstSize) { - case 1: - return 0; - case 2: - return 1; - case 4: - return 2; - case 8: - return 3; - case 16: - return 4; - case 32: - return 5; - case 64: - return 6; - case 128: - return 7; - default: - return 0; - } -} - - -/****************************************************************************/ -/** -* -* Conversion function from PL330 bus transfer descriptors to CCR value. All the -* values passed to the functions are in terms of assembly languages, not in -* terms of the register bit encoding. -* -* @param ChanCtrl is the Instance of XDmaPs_ChanCtrl. -* -* @return The 32-bit CCR value. -* -* @note None. -* -*****************************************************************************/ -u32 XDmaPs_ToCCRValue(XDmaPs_ChanCtrl *ChanCtrl) -{ - /* - * Channel Control Register encoding - * [31:28] - endian_swap_size - * [27:25] - dst_cache_ctrl - * [24:22] - dst_prot_ctrl - * [21:18] - dst_burst_len - * [17:15] - dst_burst_size - * [14] - dst_inc - * [13:11] - src_cache_ctrl - * [10:8] - src_prot_ctrl - * [7:4] - src_burst_len - * [3:1] - src_burst_size - * [0] - src_inc - */ - - unsigned es = - XDmaPs_ToEndianSwapSizeBits(ChanCtrl->EndianSwapSize); - - unsigned dst_burst_size = - XDmaPs_ToBurstSizeBits(ChanCtrl->DstBurstSize); - unsigned dst_burst_len = (ChanCtrl->DstBurstLen - 1) & 0x0F; - unsigned dst_cache_ctrl = (ChanCtrl->DstCacheCtrl & 0x03) - | ((ChanCtrl->DstCacheCtrl & 0x08) >> 1); - unsigned dst_prot_ctrl = ChanCtrl->DstProtCtrl & 0x07; - unsigned dst_inc_bit = ChanCtrl->DstInc & 1; - - unsigned src_burst_size = - XDmaPs_ToBurstSizeBits(ChanCtrl->SrcBurstSize); - unsigned src_burst_len = (ChanCtrl->SrcBurstLen - 1) & 0x0F; - unsigned src_cache_ctrl = (ChanCtrl->SrcCacheCtrl & 0x03) - | ((ChanCtrl->SrcCacheCtrl & 0x08) >> 1); - unsigned src_prot_ctrl = ChanCtrl->SrcProtCtrl & 0x07; - unsigned src_inc_bit = ChanCtrl->SrcInc & 1; - - u32 ccr_value = (es << 28) - | (dst_cache_ctrl << 25) - | (dst_prot_ctrl << 22) - | (dst_burst_len << 18) - | (dst_burst_size << 15) - | (dst_inc_bit << 14) - | (src_cache_ctrl << 11) - | (src_prot_ctrl << 8) - | (src_burst_len << 4) - | (src_burst_size << 1) - | (src_inc_bit); - - return ccr_value; -} - -/****************************************************************************/ -/** -* Construct a loop with only DMALD and DMAST as the body using loop counter 0. -* The function also makes sure the loop body and the lpend is in the same -* cache line. -* -* @param DmaProgStart is the very start address of the DMA program. -* This is used to calculate whether the loop is in a cache line. -* @param CacheLength is the icache line length, in terms of bytes. -* If it's zero, the performance enhancement feature will be -* turned off. -* @param DmaProgLoopStart The starting address of the loop (DMALP). -* @param LoopCount The inner loop count. Loop count - 1 will be used to -* initialize the loop counter. -* -* @return The number of bytes the loop has. -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_ConstructSingleLoop(char *DmaProgStart, - int CacheLength, - char *DmaProgLoopStart, - int LoopCount) -{ - int CacheStartOffset; - int CacheEndOffset; - int NumNops; - char *DmaProgBuf = DmaProgLoopStart; - - DmaProgBuf += XDmaPs_Instr_DMALP(DmaProgBuf, 0, LoopCount); - - if (CacheLength > 0) { - /* - * the CacheLength > 0 switch is ued to turn on/off nop - * insertion - */ - CacheStartOffset = DmaProgBuf - DmaProgStart; - CacheEndOffset = CacheStartOffset + 3; - - /* - * check whether the body and lpend fit in one cache line - */ - if (CacheStartOffset / CacheLength - != CacheEndOffset / CacheLength) { - /* insert the nops */ - NumNops = CacheLength - - CacheStartOffset % CacheLength; - while (NumNops--) { - DmaProgBuf += - XDmaPs_Instr_DMANOP(DmaProgBuf); - } - } - } - - DmaProgBuf += XDmaPs_Instr_DMALD(DmaProgBuf); - DmaProgBuf += XDmaPs_Instr_DMAST(DmaProgBuf); - DmaProgBuf += XDmaPs_Instr_DMALPEND(DmaProgBuf, - DmaProgBuf - 2, 0); - - return DmaProgBuf - DmaProgLoopStart; -} - -/****************************************************************************/ -/** -* Construct a nested loop with only DMALD and DMAST in the inner loop body. -* It uses loop counter 1 for the outer loop and loop counter 0 for the -* inner loop. -* -* @param DmaProgStart is the very start address of the DMA program. -* This is used to calculate whether the loop is in a cache line. -* @param CacheLength is the icache line length, in terms of bytes. -* If it's zero, the performance enhancement feature will be -* turned off. -* @param DmaProgLoopStart The starting address of the loop (DMALP). -* @param LoopCountOuter The outer loop count. Loop count - 1 will be -* used to initialize the loop counter. -* @param LoopCountInner The inner loop count. Loop count - 1 will be -* used to initialize the loop counter. -* -* @return The number byes the nested loop program has. -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_ConstructNestedLoop(char *DmaProgStart, - int CacheLength, - char *DmaProgLoopStart, - unsigned int LoopCountOuter, - unsigned int LoopCountInner) -{ - int CacheStartOffset; - int CacheEndOffset; - int NumNops; - char *InnerLoopStart; - char *DmaProgBuf = DmaProgLoopStart; - - DmaProgBuf += XDmaPs_Instr_DMALP(DmaProgBuf, 1, LoopCountOuter); - InnerLoopStart = DmaProgBuf; - - if (CacheLength > 0) { - /* - * the CacheLength > 0 switch is ued to turn on/off nop - * insertion - */ - if (CacheLength < 8) { - /* - * if the cache line is too small to fit both loops - * just align the inner loop - */ - DmaProgBuf += - XDmaPs_ConstructSingleLoop(DmaProgStart, - CacheLength, - DmaProgBuf, - LoopCountInner); - /* outer loop end */ - DmaProgBuf += - XDmaPs_Instr_DMALPEND(DmaProgBuf, - InnerLoopStart, - 1); - - /* - * the nested loop is constructed for - * smaller cache line - */ - return DmaProgBuf - DmaProgLoopStart; - } - - /* - * Now let's handle the case where a cache line can - * fit the nested loops. - */ - CacheStartOffset = DmaProgBuf - DmaProgStart; - CacheEndOffset = CacheStartOffset + 7; - - /* - * check whether the body and lpend fit in one cache line - */ - if (CacheStartOffset / CacheLength - != CacheEndOffset / CacheLength) { - /* insert the nops */ - NumNops = CacheLength - - CacheStartOffset % CacheLength; - while (NumNops--) { - DmaProgBuf += - XDmaPs_Instr_DMANOP(DmaProgBuf); - } - } - } - - /* insert the inner DMALP */ - DmaProgBuf += XDmaPs_Instr_DMALP(DmaProgBuf, 0, LoopCountInner); - - /* DMALD and DMAST instructions */ - DmaProgBuf += XDmaPs_Instr_DMALD(DmaProgBuf); - DmaProgBuf += XDmaPs_Instr_DMAST(DmaProgBuf); - - /* inner DMALPEND */ - DmaProgBuf += XDmaPs_Instr_DMALPEND(DmaProgBuf, - DmaProgBuf - 2, 0); - /* outer DMALPEND */ - DmaProgBuf += XDmaPs_Instr_DMALPEND(DmaProgBuf, - InnerLoopStart, 1); - - /* return the number of bytes */ - return DmaProgBuf - DmaProgLoopStart; -} - -/* - * [31:28] endian_swap_size b0000 - * [27:25] dst_cache_ctrl b000 - * [24:22] dst_prot_ctrl b000 - * [21:18] dst_burst_len b0000 - * [17:15] dst_burst_size b000 - * [14] dst_inc b0 - * [27:25] src_cache_ctrl b000 - * [24:22] src_prot_ctrl b000 - * [21:18] src_burst_len b0000 - * [17:15] src_burst_size b000 - * [14] src_inc b0 - */ -#define XDMAPS_CCR_SINGLE_BYTE (0x0) -#define XDMAPS_CCR_M2M_SINGLE_BYTE ((0x1 << 14) | 0x1) - - -/****************************************************************************/ -/** -* -* Construct the DMA program based on the descriptions of the DMA transfer. -* The function handles memory to memory DMA transfers. -* It also handles unalgined head and small amount of residue tail. -* -* @param Channel DMA channel number -* @param Cmd is the DMA command. -* @param CacheLength is the icache line length, in terms of bytes. -* If it's zero, the performance enhancement feature will be -* turned off. -* -* @returns The number of bytes for the program. -* -* @note None. -* -*****************************************************************************/ -static int XDmaPs_BuildDmaProg(unsigned Channel, XDmaPs_Cmd *Cmd, - unsigned CacheLength) -{ - /* - * unpack arguments - */ - char *DmaProgBuf = (char *)Cmd->GeneratedDmaProg; - unsigned DevChan = Channel; - unsigned long DmaLength = Cmd->BD.Length; - u32 SrcAddr = Cmd->BD.SrcAddr; - - unsigned SrcInc = Cmd->ChanCtrl.SrcInc; - u32 DstAddr = Cmd->BD.DstAddr; - unsigned DstInc = Cmd->ChanCtrl.DstInc; - - char *DmaProgStart = DmaProgBuf; - - unsigned int BurstBytes; - unsigned int LoopCount; - unsigned int LoopCount1 = 0; - unsigned int LoopResidue = 0; - unsigned int TailBytes; - unsigned int TailWords; - int DmaProgBytes; - u32 CCRValue; - unsigned int Unaligned; - unsigned int UnalignedCount; - unsigned int MemBurstSize = 1; - u32 MemAddr = 0; - unsigned int Index; - unsigned int SrcUnaligned = 0; - unsigned int DstUnaligned = 0; - - XDmaPs_ChanCtrl *ChanCtrl; - XDmaPs_ChanCtrl WordChanCtrl; - static XDmaPs_ChanCtrl Mem2MemByteCC; - - Mem2MemByteCC.EndianSwapSize = 0; - Mem2MemByteCC.DstCacheCtrl = 0; - Mem2MemByteCC.DstProtCtrl = 0; - Mem2MemByteCC.DstBurstLen = 1; - Mem2MemByteCC.DstBurstSize = 1; - Mem2MemByteCC.DstInc = 1; - Mem2MemByteCC.SrcCacheCtrl = 0; - Mem2MemByteCC.SrcProtCtrl = 0; - Mem2MemByteCC.SrcBurstLen = 1; - Mem2MemByteCC.SrcBurstSize = 1; - Mem2MemByteCC.SrcInc = 1; - - ChanCtrl = &Cmd->ChanCtrl; - - /* insert DMAMOV for SAR and DAR */ - DmaProgBuf += XDmaPs_Instr_DMAMOV(DmaProgBuf, - XDMAPS_MOV_SAR, - SrcAddr); - DmaProgBuf += XDmaPs_Instr_DMAMOV(DmaProgBuf, - XDMAPS_MOV_DAR, - DstAddr); - - - if (ChanCtrl->SrcInc) - SrcUnaligned = SrcAddr % ChanCtrl->SrcBurstSize; - - if (ChanCtrl->DstInc) - DstUnaligned = DstAddr % ChanCtrl->DstBurstSize; - - if ((SrcUnaligned && DstInc) || (DstUnaligned && SrcInc)) { - ChanCtrl = &Mem2MemByteCC; - } - - if (ChanCtrl->SrcInc) { - MemBurstSize = ChanCtrl->SrcBurstSize; - MemAddr = SrcAddr; - - } else if (ChanCtrl->DstInc) { - MemBurstSize = ChanCtrl->DstBurstSize; - MemAddr = DstAddr; - } - - /* check whether the head is aligned or not */ - Unaligned = MemAddr % MemBurstSize; - - if (Unaligned) { - /* if head is unaligned, transfer head in bytes */ - UnalignedCount = MemBurstSize - Unaligned; - CCRValue = XDMAPS_CCR_SINGLE_BYTE - | (SrcInc & 1) - | ((DstInc & 1) << 14); - - DmaProgBuf += XDmaPs_Instr_DMAMOV(DmaProgBuf, - XDMAPS_MOV_CCR, - CCRValue); - - for (Index = 0; Index < UnalignedCount; Index++) { - DmaProgBuf += XDmaPs_Instr_DMALD(DmaProgBuf); - DmaProgBuf += XDmaPs_Instr_DMAST(DmaProgBuf); - } - - DmaLength -= UnalignedCount; - } - - /* now the burst transfer part */ - CCRValue = XDmaPs_ToCCRValue(ChanCtrl); - DmaProgBuf += XDmaPs_Instr_DMAMOV(DmaProgBuf, - XDMAPS_MOV_CCR, - CCRValue); - - BurstBytes = ChanCtrl->SrcBurstSize * ChanCtrl->SrcBurstLen; - - LoopCount = DmaLength / BurstBytes; - TailBytes = DmaLength % BurstBytes; - - /* - * the loop count register is 8-bit wide, so if we need - * a larger loop, we need to have nested loops - */ - if (LoopCount > 256) { - LoopCount1 = LoopCount / 256; - if (LoopCount1 > 256) { - xil_printf("DMA operation cannot fit in a 2-level " - "loop for channel %d, please reduce the " - "DMA length or increase the burst size or " - "length", - Channel); - return 0; - } - LoopResidue = LoopCount % 256; - - if (LoopCount1 > 1) - DmaProgBuf += - XDmaPs_ConstructNestedLoop(DmaProgStart, - CacheLength, - DmaProgBuf, - LoopCount1, - 256); - else - DmaProgBuf += - XDmaPs_ConstructSingleLoop(DmaProgStart, - CacheLength, - DmaProgBuf, - 256); - - /* there will be some that cannot be covered by - * nested loops - */ - LoopCount = LoopResidue; - } - - if (LoopCount > 0) { - DmaProgBuf += XDmaPs_ConstructSingleLoop(DmaProgStart, - CacheLength, - DmaProgBuf, - LoopCount); - } - - if (TailBytes) { - /* handle the tail */ - TailWords = TailBytes / MemBurstSize; - TailBytes = TailBytes % MemBurstSize; - - if (TailWords) { - WordChanCtrl = *ChanCtrl; - /* - * if we can transfer the tail in words, we will - * transfer words as much as possible - */ - WordChanCtrl.SrcBurstSize = MemBurstSize; - WordChanCtrl.SrcBurstLen = 1; - WordChanCtrl.DstBurstSize = MemBurstSize; - WordChanCtrl.DstBurstLen = 1; - - - /* - * the burst length is 1 - */ - CCRValue = XDmaPs_ToCCRValue(&WordChanCtrl); - - DmaProgBuf += - XDmaPs_Instr_DMAMOV(DmaProgBuf, - XDMAPS_MOV_CCR, - CCRValue); - DmaProgBuf += - XDmaPs_ConstructSingleLoop(DmaProgStart, - CacheLength, - DmaProgBuf, - TailWords); - - } - - if (TailBytes) { - /* - * for the rest, we'll tranfer in bytes - */ - /* - * So far just to be safe, the tail bytes - * are transfered in a loop. We can optimize a little - * to perform a burst. - */ - CCRValue = XDMAPS_CCR_SINGLE_BYTE - | (SrcInc & 1) - | ((DstInc & 1) << 14); - - DmaProgBuf += - XDmaPs_Instr_DMAMOV(DmaProgBuf, - XDMAPS_MOV_CCR, - CCRValue); - - DmaProgBuf += - XDmaPs_ConstructSingleLoop(DmaProgStart, - CacheLength, - DmaProgBuf, - TailBytes); - - } - } - - /* Add a memory barrier before DMASSEV as recommended by spec */ - DmaProgBuf += XDmaPs_Instr_DMAWMB(DmaProgBuf); - DmaProgBuf += XDmaPs_Instr_DMASEV(DmaProgBuf, DevChan); - DmaProgBuf += XDmaPs_Instr_DMAEND(DmaProgBuf); - - DmaProgBytes = DmaProgBuf - DmaProgStart; - - Xil_DCacheFlushRange((u32)DmaProgStart, DmaProgBytes); - - return DmaProgBytes; - -} - - -/****************************************************************************/ -/** -* -* Generate a DMA program based for the DMA command, the buffer will be pointed -* by the GeneratedDmaProg field of the command. -* -* @param InstPtr is then DMA instance. -* @param Channel is the DMA channel number. -* @param Cmd is the DMA command. -* -* @return - XST_SUCCESS on success. -* - XST_FAILURE if it fails -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_GenDmaProg(XDmaPs *InstPtr, unsigned int Channel, XDmaPs_Cmd *Cmd) -{ - void *Buf; - int ProgLen; - XDmaPs_ChannelData *ChanData; - XDmaPs_ChanCtrl *ChanCtrl; - - Xil_AssertNonvoid(InstPtr != NULL); - Xil_AssertNonvoid(Cmd != NULL); - - - if (Channel > XDMAPS_CHANNELS_PER_DEV) - return XST_FAILURE; - - ChanData = InstPtr->Chans + Channel; - ChanCtrl = &Cmd->ChanCtrl; - - if (ChanCtrl->SrcBurstSize * ChanCtrl->SrcBurstLen - != ChanCtrl->DstBurstSize * ChanCtrl->DstBurstLen) { - return XST_FAILURE; - } - - - /* - * unaligned fixed address is not supported - */ - if (!ChanCtrl->SrcInc && Cmd->BD.SrcAddr % ChanCtrl->SrcBurstSize) { - return XST_FAILURE; - } - - if (!ChanCtrl->DstInc && Cmd->BD.DstAddr % ChanCtrl->DstBurstSize) { - return XST_FAILURE; - } - - Buf = XDmaPs_BufPool_Allocate(ChanData->ProgBufPool); - if (Buf == NULL) { - return XST_FAILURE; - } - - Cmd->GeneratedDmaProg = Buf; - ProgLen = XDmaPs_BuildDmaProg(Channel, Cmd, - InstPtr->CacheLength); - Cmd->GeneratedDmaProgLength = ProgLen; - - -#ifdef XDMAPS_DEBUG - XDmaPs_Print_DmaProg(Cmd); -#endif - - if (ProgLen <= 0) { - /* something wrong, release the buffer */ - XDmaPs_BufPool_Free(ChanData->ProgBufPool, Buf); - Cmd->GeneratedDmaProgLength = 0; - Cmd->GeneratedDmaProg = NULL; - return XST_FAILURE; - } - - return XST_SUCCESS; -} - - -/****************************************************************************/ -/** - * Free the DMA program buffer that is pointed by the GeneratedDmaProg field - * of the command. - * - * @param InstPtr is then DMA instance. - * @param Channel is the DMA channel number. - * @param Cmd is the DMA command. - * - * @return XST_SUCCESS on success. - * XST_FAILURE if there is any error. - * - * @note None. - * - ****************************************************************************/ -int XDmaPs_FreeDmaProg(XDmaPs *InstPtr, unsigned int Channel, XDmaPs_Cmd *Cmd) -{ - - void *Buf; - XDmaPs_ChannelData *ChanData; - - Xil_AssertNonvoid(InstPtr != NULL); - Xil_AssertNonvoid(Cmd != NULL); - - if (Channel > XDMAPS_CHANNELS_PER_DEV) - return XST_FAILURE; - - Buf = (void *)Cmd->GeneratedDmaProg; - ChanData = InstPtr->Chans + Channel; - - if (Buf) { - XDmaPs_BufPool_Free(ChanData->ProgBufPool, Buf); - Cmd->GeneratedDmaProg = 0; - Cmd->GeneratedDmaProgLength = 0; - } - - return XST_SUCCESS; -} - - -/****************************************************************************/ -/** -* -* Start a DMA command. The command can only be invoked when the channel -* is idle. The driver takes the command, generates DMA program if needed, -* then pass the program to DMAC to execute. -* -* @param InstPtr is then DMA instance. -* @param Channel is the DMA channel number. -* @param Cmd is the DMA command. -* @param HoldDmaProg is tag indicating whether the driver can release -* the allocated DMA buffer or not. If a user wants to examine the -* generated DMA program, the flag should be set to 1. After the -* DMA program is finished, a user needs to explicity free the -* buffer. -* -* @return -* - XST_SUCCESS on success -* - XST_DEVICE_BUSY if DMA is busy -* - XST_FAILURE on other failures -* -* @note None. -* -****************************************************************************/ -int XDmaPs_Start(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd, - int HoldDmaProg) -{ - int Status; - u32 DmaProg = 0; - u32 Inten; - - Xil_AssertNonvoid(InstPtr != NULL); - Xil_AssertNonvoid(Cmd != NULL); - - - Cmd->DmaStatus = XST_FAILURE; - - if (XDmaPs_IsActive(InstPtr, Channel)) - return XST_DEVICE_BUSY; - - if (!Cmd->UserDmaProg && !Cmd->GeneratedDmaProg) { - Status = XDmaPs_GenDmaProg(InstPtr, Channel, Cmd); - if (Status) - return XST_FAILURE; - } - - InstPtr->Chans[Channel].HoldDmaProg = HoldDmaProg; - - if (Cmd->UserDmaProg) - DmaProg = (u32)Cmd->UserDmaProg; - else if (Cmd->GeneratedDmaProg) - DmaProg = (u32)Cmd->GeneratedDmaProg; - - if (DmaProg) { - /* enable the interrupt */ - Inten = XDmaPs_ReadReg(InstPtr->Config.BaseAddress, - XDMAPS_INTEN_OFFSET); - Inten |= 0x01 << Channel; /* set the correpsonding bit */ - XDmaPs_WriteReg(InstPtr->Config.BaseAddress, - XDMAPS_INTEN_OFFSET, - Inten); - Inten = XDmaPs_ReadReg(InstPtr->Config.BaseAddress, - XDMAPS_INTEN_OFFSET); - - InstPtr->Chans[Channel].DmaCmdToHw = Cmd; - - if (Cmd->ChanCtrl.SrcInc) { - Xil_DCacheFlushRange(Cmd->BD.SrcAddr, Cmd->BD.Length); - } - if (Cmd->ChanCtrl.DstInc) { - Xil_DCacheInvalidateRange(Cmd->BD.DstAddr, - Cmd->BD.Length); - } - - Status = XDmaPs_Exec_DMAGO(InstPtr->Config.BaseAddress, - Channel, DmaProg); - } - else { - InstPtr->Chans[Channel].DmaCmdToHw = NULL; - Status = XST_FAILURE; - } - - return Status; -} - -/****************************************************************************/ -/** -* -* Checks whether the DMA channel is active or idle. -* -* @param InstPtr is the DMA instance. -* @param Channel is the DMA channel number. -* -* @return 0: if the channel is idle -* 1: otherwise -* -* @note None. -* -*****************************************************************************/ -int XDmaPs_IsActive(XDmaPs *InstPtr, unsigned int Channel) -{ - Xil_AssertNonvoid(InstPtr != NULL); - - /* Need to assert Channel is in range */ - if (Channel >= XDMAPS_CHANNELS_PER_DEV) - return XST_FAILURE; - - return InstPtr->Chans[Channel].DmaCmdToHw != NULL; -} - - - -/****************************************************************************/ -/** -* -* Allocate a buffer of the DMA program buffer from the pool. -* -* @param Pool the DMA program pool. -* -* @return The allocated buffer, NULL if there is any error. -* -* @note None. -* -*****************************************************************************/ -static void *XDmaPs_BufPool_Allocate(XDmaPs_ProgBuf *Pool) -{ - int Index; - - Xil_AssertNonvoid(Pool != NULL); - - for (Index = 0; Index < XDMAPS_MAX_CHAN_BUFS; Index++) { - if (!Pool[Index].Allocated) { - Pool[Index].Allocated = 1; - return Pool[Index].Buf; - } - } - - return NULL; - -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 0. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_0(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 0); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 1. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_1(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 1); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 2. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_2(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 2); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 3. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_3(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 3); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 4. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_4(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 4); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 5. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_5(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 5); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 6. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_6(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 6); -} - -/*****************************************************************************/ -/** -* -* Driver done interrupt service routine for channel 7. We need this done ISR -* mainly because the driver needs to release the DMA program buffer. -* This is the one that connects the GIC -* -* @param InstPtr is the DMA instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XDmaPs_DoneISR_7(XDmaPs *InstPtr) -{ - XDmaPs_DoneISR_n(InstPtr, 7); -} - -#ifndef XDMAPS_MAX_WAIT -#define XDMAPS_MAX_WAIT 4000 -#endif - -/****************************************************************************/ -/** -* Use the debug registers to kill the DMA thread. -* -* @param BaseAddr is DMA device base address. -* @param Channel is the DMA channel number. -* @param Thread is Debug thread encoding. -* 0: DMA manager thread, 1: DMA channel. -* -* @return 0 on success, -1 on time out -* -* @note None. -* -*****************************************************************************/ -static int XDmaPs_Exec_DMAKILL(u32 BaseAddr, - unsigned int Channel, - unsigned int Thread) -{ - u32 DbgInst0; - int WaitCount; - - DbgInst0 = XDmaPs_DBGINST0(0, 0x01, Channel, Thread); - - /* wait while debug status is busy */ - WaitCount = 0; - while ((XDmaPs_ReadReg(BaseAddr, XDMAPS_DBGSTATUS_OFFSET) - & XDMAPS_DBGSTATUS_BUSY) - && (WaitCount < XDMAPS_MAX_WAIT)) - WaitCount++; - - if (WaitCount >= XDMAPS_MAX_WAIT) { - /* wait time out */ - xil_printf("PL330 device at %x debug status busy time out\n", - BaseAddr); - - return -1; - } - - /* write debug instruction 0 */ - XDmaPs_WriteReg(BaseAddr, XDMAPS_DBGINST0_OFFSET, DbgInst0); - - XDmaPs_WriteReg(BaseAddr, XDMAPS_DBGINST1_OFFSET, 0); - - - /* run the command in DbgInst0 and DbgInst1 */ - XDmaPs_WriteReg(BaseAddr, XDMAPS_DBGCMD_OFFSET, 0); - - return 0; -} - -/****************************************************************************/ -/** -* -* -* Free a buffer of the DMA program buffer. -* @param Pool the DMA program pool. -* @param Buf the DMA program buffer to be release. -* -* @return None -* -* @note None. -* -*****************************************************************************/ -static void XDmaPs_BufPool_Free(XDmaPs_ProgBuf *Pool, void *Buf) -{ - int Index; - Xil_AssertVoid(Pool != NULL); - - for (Index = 0; Index < XDMAPS_MAX_CHAN_BUFS; Index++) { - if (Pool[Index].Buf == Buf) { - if (Pool[Index].Allocated) { - Pool[Index].Allocated = 0; - } - } - } -} - -/*****************************************************************************/ -/** -* XDmaPs_Exec_DMAGO - Execute the DMAGO to start a channel. -* -* @param BaseAddr PL330 device base address -* @param Channel Channel number for the device -* @param DmaProg DMA program starting address, this should be DMA address -* -* @return 0 on success, -1 on time out -* -* @note None. -* -****************************************************************************/ -static int XDmaPs_Exec_DMAGO(u32 BaseAddr, unsigned int Channel, u32 DmaProg) -{ - char DmaGoProg[8]; - u32 DbgInst0; - u32 DbgInst1; - - int WaitCount; - - XDmaPs_Instr_DMAGO(DmaGoProg, Channel, DmaProg, 0); - - DbgInst0 = XDmaPs_DBGINST0(*(DmaGoProg + 1), *DmaGoProg, 0, 0); - DbgInst1 = (u32)DmaProg; - - /* wait while debug status is busy */ - WaitCount = 0; - while ((XDmaPs_ReadReg(BaseAddr, XDMAPS_DBGSTATUS_OFFSET) - & XDMAPS_DBGSTATUS_BUSY) - && (WaitCount < XDMAPS_MAX_WAIT)) { - - WaitCount++; - } - - if (WaitCount >= XDMAPS_MAX_WAIT) { - xil_printf("PL330 device at %x debug status busy time out\r\n", - BaseAddr); - return -1; - } - - /* write debug instruction 0 */ - XDmaPs_WriteReg(BaseAddr, XDMAPS_DBGINST0_OFFSET, DbgInst0); - /* write debug instruction 1 */ - XDmaPs_WriteReg(BaseAddr, XDMAPS_DBGINST1_OFFSET, DbgInst1); - - - /* wait while the DMA Manager is busy */ - WaitCount = 0; - while ((XDmaPs_ReadReg(BaseAddr, - XDMAPS_DS_OFFSET) & XDMAPS_DS_DMA_STATUS) - != XDMAPS_DS_DMA_STATUS_STOPPED - && WaitCount <= XDMAPS_MAX_WAIT) { - WaitCount++; - } - - if (WaitCount >= XDMAPS_MAX_WAIT) { - xil_printf("PL330 device at %x debug status busy time out\r\n", - BaseAddr); - return -1; - } - - /* run the command in DbgInst0 and DbgInst1 */ - XDmaPs_WriteReg(BaseAddr, XDMAPS_DBGCMD_OFFSET, 0); - - return 0; -} - - -/****************************************************************************/ -/** -* -* It's the generic Done ISR. -* @param InstPtr is the DMA instance. -* @param Channel is the DMA channel numer. -* -* @return None.* -* -* @note None. -* -*****************************************************************************/ -static void XDmaPs_DoneISR_n(XDmaPs *InstPtr, unsigned Channel) -{ - - void *DmaProgBuf; - XDmaPs_ChannelData *ChanData; - XDmaPs_Cmd *DmaCmd; - //u32 Value; - - ChanData = InstPtr->Chans + Channel; - - /*Value = XDmaPs_ReadReg(InstPtr->Config.BaseAddress, - XDMAPS_INTSTATUS_OFFSET);*/ - - /* clear the interrupt status */ - XDmaPs_WriteReg(InstPtr->Config.BaseAddress, - XDMAPS_INTCLR_OFFSET, - 1 << ChanData->ChanId); - - /*Value = XDmaPs_ReadReg(InstPtr->Config.BaseAddress, - XDMAPS_INTSTATUS_OFFSET);*/ - - - DmaCmd = ChanData->DmaCmdToHw; - if (DmaCmd) { - if (!ChanData->HoldDmaProg) { - DmaProgBuf = (void *)DmaCmd->GeneratedDmaProg; - if (DmaProgBuf) - XDmaPs_BufPool_Free(ChanData->ProgBufPool, - DmaProgBuf); - DmaCmd->GeneratedDmaProg = NULL; - } - - DmaCmd->DmaStatus = 0; - ChanData->DmaCmdToHw = NULL; - ChanData->DmaCmdFromHw = DmaCmd; - - if (ChanData->DoneHandler) - ChanData->DoneHandler(Channel, DmaCmd, - ChanData->DoneRef); - } - -} - - -/****************************************************************************/ -/** -* Prints the content of the buffer in bytes -* @param Buf is the buffer. -* @param Length is the length of the DMA program. -* -* @return None. -* -* @note None. -****************************************************************************/ -static void XDmaPs_Print_DmaProgBuf(char *Buf, int Length) -{ - int Index; - for (Index = 0; Index < Length; Index++) - xil_printf("[%x] %x\r\n", Index, Buf[Index]); - -} -/****************************************************************************/ -/** -* Print the Dma Prog Contents. -* -* @param Cmd is the command buffer. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ - void XDmaPs_Print_DmaProg(XDmaPs_Cmd *Cmd) -{ - if (Cmd->GeneratedDmaProg && Cmd->GeneratedDmaProgLength) { - xil_printf("Generated DMA program (%d):\r\n", - Cmd->GeneratedDmaProgLength); - XDmaPs_Print_DmaProgBuf((char *)Cmd->GeneratedDmaProg, - Cmd->GeneratedDmaProgLength); - } - - if (Cmd->UserDmaProg && Cmd->UserDmaProgLength) { - xil_printf("User defined DMA program (%d):\r\n", - Cmd->UserDmaProgLength); - XDmaPs_Print_DmaProgBuf((char *)Cmd->UserDmaProg, - Cmd->UserDmaProgLength); - } -} - - -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps.h deleted file mode 100644 index 179c840..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps.h +++ /dev/null @@ -1,329 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdmaps.h -* @addtogroup dmaps_v2_8 -* @{ -* @details -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  	Date     Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	hbm    08/19/10 First Release
-* 1.01a nm     12/20/12 Added definition XDMAPS_CHANNELS_PER_DEV which specifies
-*		        the maximum number of channels.
-*		        Replaced the usage of XPAR_XDMAPS_CHANNELS_PER_DEV
-*                       with XDMAPS_CHANNELS_PER_DEV defined in xdmaps_hw.h.
-*			Added the tcl file to automatically generate the
-*			xparameters.h
-* 1.02a sg     05/16/12 Made changes for doxygen and moved some function
-*			header from the xdmaps.h file to xdmaps.c file
-*			Other cleanup for coding guidelines and CR 657109
-*			and CR 657898
-*			The xdmaps_example_no_intr.c example is removed
-*			as it is using interrupts  and is similar to
-*			the interrupt example - CR 652477
-* 1.03a sg     07/16/2012 changed inline to __inline for CR665681
-* 1.04a nm     10/22/2012 Fixed CR# 681671.
-* 1.05a nm     04/15/2013 Fixed CR# 704396. Removed warnings when compiled
-*			  with -Wall and -Wextra option in bsp.
-*	       05/01/2013 Fixed CR# 700189. Changed XDmaPs_BuildDmaProg()
-*			  function description.
-*			  Fixed CR# 704396. Removed unused variables
-*			  UseM2MByte & MemBurstLen from XDmaPs_BuildDmaProg()
-*			  function.
-* 1.07a asa    11/02/13. Made changes to fix compilation issues for iarcc.
-*			   Removed the PDBG prints. By default they were always
-*			   defined out and never used. The PDBG is non-standard for
-*			   Xilinx drivers and no other driver does something similar.
-*			   Since there is no easy way to fix compilation issues with
-*			   the IARCC compiler around PDBG, it is better to remove it.
-*			   Users can always use xil_printfs if they want to debug.
-* 2.0   adk    10/12/13  Updated as per the New Tcl API's
-* 2.01  kpc    08/23/14  Fixed the IAR compiler reported errors
-* 2.2   mus    08/12/16  Declared all inline functions in xdmaps.c as extern, to avoid
-*                        linker error for IAR compiler
-* 2.3   ms     01/23/17 Modified xil_printf statement in main function for all
-*                       examples to ensure that "Successfully ran" and "Failed"
-*                       strings are available in all examples. This is a fix
-*                       for CR-965028.
-*       ms     03/17/17 Added readme.txt file in examples folder for doxygen
-*                       generation.
-* 2.4   adk    13/08/18 Fixed armcc compiler warnings in the driver CR-1008310.
-* 2.8	sk     05/18/21 Modify all inline functions declarations from extern inline
-*			to static inline to avoid the linkage conflict for IAR compiler.
-* 
-* -*****************************************************************************/ - -#ifndef XDMAPS_H /* prevent circular inclusions */ -#define XDMAPS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xparameters.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xstatus.h" - -#include "xdmaps_hw.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddress; /**< Base address of device (IPIF) */ -} XDmaPs_Config; - - -/** DMA channle control structure. It's for AXI bus transaction. - * This struct will be translated into a 32-bit channel control register value. - */ -typedef struct { - unsigned int EndianSwapSize; /**< Endian swap size. */ - unsigned int DstCacheCtrl; /**< Destination cache control */ - unsigned int DstProtCtrl; /**< Destination protection control */ - unsigned int DstBurstLen; /**< Destination burst length */ - unsigned int DstBurstSize; /**< Destination burst size */ - unsigned int DstInc; /**< Destination incrementing or fixed - * address */ - unsigned int SrcCacheCtrl; /**< Source cache control */ - unsigned int SrcProtCtrl; /**< Source protection control */ - unsigned int SrcBurstLen; /**< Source burst length */ - unsigned int SrcBurstSize; /**< Source burst size */ - unsigned int SrcInc; /**< Source incrementing or fixed - * address */ -} XDmaPs_ChanCtrl; - -/** DMA block descriptor stucture. - */ -typedef struct { - u32 SrcAddr; /**< Source starting address */ - u32 DstAddr; /**< Destination starting address */ - unsigned int Length; /**< Number of bytes for the block */ -} XDmaPs_BD; - -/** - * A DMA command consisits of a channel control struct, a block descriptor, - * a user defined program, a pointer pointing to generated DMA program, and - * execution result. - * - */ -typedef struct { - XDmaPs_ChanCtrl ChanCtrl; /**< Channel Control Struct */ - XDmaPs_BD BD; /**< Together with SgLength field, - * it's a scatter-gather list. - */ - void *UserDmaProg; /**< If user wants the driver to - * execute their own DMA program, - * this field points to the DMA - * program. - */ - int UserDmaProgLength; /**< The length of user defined - * DMA program. - */ - - void *GeneratedDmaProg; /**< The DMA program genreated - * by the driver. This field will be - * set if a user invokes the DMA - * program generation function. Or - * the DMA command is finished and - * a user informs the driver not to - * release the program buffer. - * This field has two purposes, one - * is to ask the driver to generate - * a DMA program while the DMAC is - * performaning DMA transactions. The - * other purpose is to debug the - * driver. - */ - int GeneratedDmaProgLength; /**< The length of the DMA program - * generated by the driver - */ - int DmaStatus; /**< 0 on success, otherwise error code - */ - u32 ChanFaultType; /**< Channel fault type in case of fault - */ - u32 ChanFaultPCAddr; /**< Channel fault PC address - */ -} XDmaPs_Cmd; - -/** - * It's the done handler a user can set for a channel - */ -typedef void (*XDmaPsDoneHandler) (unsigned int Channel, - XDmaPs_Cmd *DmaCmd, - void *CallbackRef); - -/** - * It's the fault handler a user can set for a channel - */ -typedef void (*XDmaPsFaultHandler) (unsigned int Channel, - XDmaPs_Cmd *DmaCmd, - void *CallbackRef); - -#define XDMAPS_MAX_CHAN_BUFS 2 -#define XDMAPS_CHAN_BUF_LEN 128 - -/** - * The XDmaPs_ProgBuf is the struct for a DMA program buffer. - */ -typedef struct { - char Buf[XDMAPS_CHAN_BUF_LEN]; /**< The actual buffer the holds the - * content */ - unsigned Len; /**< The actual length of the DMA - * program in bytes. */ - int Allocated; /**< A tag indicating whether the - * buffer is allocated or not */ -} XDmaPs_ProgBuf; - -/** - * The XDmaPs_ChannelData is a struct to book keep individual channel of - * the DMAC. - */ -typedef struct { - unsigned DevId; /**< Device id indicating which DMAC */ - unsigned ChanId; /**< Channel number of the DMAC */ - XDmaPs_ProgBuf ProgBufPool[XDMAPS_MAX_CHAN_BUFS]; /**< A pool of - program buffers*/ - XDmaPsDoneHandler DoneHandler; /**< Done interrupt handler */ - void *DoneRef; /**< Done interrupt callback data */ - XDmaPs_Cmd *DmaCmdToHw; /**< DMA command being executed */ - XDmaPs_Cmd *DmaCmdFromHw; /**< DMA command that is finished. - * This field is for debugging purpose - */ - int HoldDmaProg; /**< A tag indicating whether to hold the - * DMA program after the DMA is done. - */ - -} XDmaPs_ChannelData; - -/** - * The XDmaPs driver instance data structure. A pointer to an instance data - * structure is passed around by functions to refer to a specific driver - * instance. - */ -typedef struct { - XDmaPs_Config Config; /**< Configuration data structure */ - int IsReady; /**< Device is Ready */ - int CacheLength; /**< icache length */ - XDmaPsFaultHandler FaultHandler; /**< fault interrupt handler */ - void *FaultRef; /**< fault call back data */ - XDmaPs_ChannelData Chans[XDMAPS_CHANNELS_PER_DEV]; - /**< - * channel data - */ -} XDmaPs; - -/* - * Functions implemented in xdmaps.c - */ -int XDmaPs_CfgInitialize(XDmaPs *InstPtr, - XDmaPs_Config *Config, - u32 EffectiveAddr); - -int XDmaPs_Start(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd, - int HoldDmaProg); - -int XDmaPs_IsActive(XDmaPs *InstPtr, unsigned int Channel); -int XDmaPs_GenDmaProg(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd); -int XDmaPs_FreeDmaProg(XDmaPs *InstPtr, unsigned int Channel, - XDmaPs_Cmd *Cmd); -void XDmaPs_Print_DmaProg(XDmaPs_Cmd *Cmd); - - -int XDmaPs_ResetManager(XDmaPs *InstPtr); -int XDmaPs_ResetChannel(XDmaPs *InstPtr, unsigned int Channel); - - -int XDmaPs_SetDoneHandler(XDmaPs *InstPtr, - unsigned Channel, - XDmaPsDoneHandler DoneHandler, - void *CallbackRef); - -int XDmaPs_SetFaultHandler(XDmaPs *InstPtr, - XDmaPsFaultHandler FaultHandler, - void *CallbackRef); - -void XDmaPs_Print_DmaProg(XDmaPs_Cmd *Cmd); -int XDmaPs_Instr_DMARMB(char *DmaProg); -int XDmaPs_Instr_DMAWMB(char *DmaProg); - -/** - * To avoid linkage error,modify all inline functions from extern - * inline to static inline for IAR compiler - */ -#ifdef __ICCARM__ -static INLINE int XDmaPs_Instr_DMAEND(char *DmaProg); -static INLINE void XDmaPs_Memcpy4(char *Dst, char *Src); -static INLINE int XDmaPs_Instr_DMAGO(char *DmaProg, unsigned int Cn, - u32 Imm, unsigned int Ns); -static INLINE int XDmaPs_Instr_DMALD(char *DmaProg); -static INLINE int XDmaPs_Instr_DMALP(char *DmaProg, unsigned Lc, - unsigned LoopIterations); -static INLINE int XDmaPs_Instr_DMALPEND(char *DmaProg, char *BodyStart, unsigned Lc); -static INLINE int XDmaPs_Instr_DMAMOV(char *DmaProg, unsigned Rd, u32 Imm); -static INLINE int XDmaPs_Instr_DMANOP(char *DmaProg); -static INLINE int XDmaPs_Instr_DMASEV(char *DmaProg, unsigned int EventNumber); -static INLINE int XDmaPs_Instr_DMAST(char *DmaProg); -static INLINE unsigned XDmaPs_ToEndianSwapSizeBits(unsigned int EndianSwapSize); -static INLINE unsigned XDmaPs_ToBurstSizeBits(unsigned BurstSize); -#endif - -/** - * Driver done interrupt service routines for the channels. - * We need this done ISR mainly because the driver needs to release the - * DMA program buffer. This is the one that connects the GIC - */ -void XDmaPs_DoneISR_0(XDmaPs *InstPtr); -void XDmaPs_DoneISR_1(XDmaPs *InstPtr); -void XDmaPs_DoneISR_2(XDmaPs *InstPtr); -void XDmaPs_DoneISR_3(XDmaPs *InstPtr); -void XDmaPs_DoneISR_4(XDmaPs *InstPtr); -void XDmaPs_DoneISR_5(XDmaPs *InstPtr); -void XDmaPs_DoneISR_6(XDmaPs *InstPtr); -void XDmaPs_DoneISR_7(XDmaPs *InstPtr); - -/** - * Driver fault interrupt service routine - */ -void XDmaPs_FaultISR(XDmaPs *InstPtr); - - -/* - * Static loopup function implemented in xdmaps_sinit.c - */ -XDmaPs_Config *XDmaPs_LookupConfig(u16 DeviceId); - - -/* - * self-test functions in xdmaps_selftest.c - */ -int XDmaPs_SelfTest(XDmaPs *InstPtr); - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_g.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_g.c deleted file mode 100644 index 227d6a5..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_g.c +++ /dev/null @@ -1,35 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xdmaps.h" - -/* -* The configuration table for devices -*/ - -XDmaPs_Config XDmaPs_ConfigTable[XPAR_XDMAPS_NUM_INSTANCES] = -{ - { - XPAR_PS7_DMA_NS_DEVICE_ID, - XPAR_PS7_DMA_NS_BASEADDR - }, - { - XPAR_PS7_DMA_S_DEVICE_ID, - XPAR_PS7_DMA_S_BASEADDR - } -}; - - diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_hw.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_hw.c deleted file mode 100644 index cb45d29..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_hw.c +++ /dev/null @@ -1,90 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdmaps_hw.c -* @addtogroup dmaps_v2_8 -* @{ -* -* This file contains the implementation of the interface reset functionality -* for XDmaPs driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  	Date     Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.06a kpc 10/07/13 First release
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xdmaps_hw.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ -#ifndef XDMAPS_MAX_WAIT -#define XDMAPS_MAX_WAIT 4000 -#endif -/************************** Function Prototypes *****************************/ - -/************************** Variable Definitions ****************************/ - -/*****************************************************************************/ -/** -* This function perform the reset sequence to the given dmaps interface by -* configuring the appropriate control bits in the dmaps specifc registers -* the dmaps reset squence involves the following steps -* Disable all the interuupts -* Clear the pending interrupts -* Kill all the active channel threads -* Kill the manager thread -* -* @param BaseAddress of the interface -* -* @return N/A -* -* @note -* This function will not modify the slcr registers that are relavant for -* dmaps controller -******************************************************************************/ -void XDmaPs_ResetHw(u32 BaseAddress) -{ - u32 DbgInst; - u32 WaitCount = 0; - u32 ChanIndex; - - /* Disable all the interrupts */ - XDmaPs_WriteReg(BaseAddress, XDMAPS_INTEN_OFFSET, 0x00); - /* Clear the interrupts */ - XDmaPs_WriteReg(BaseAddress, XDMAPS_INTCLR_OFFSET, XDMAPS_INTCLR_ALL_MASK); - /* Kill the dma channel threads */ - for (ChanIndex=0; ChanIndex < XDMAPS_CHANNELS_PER_DEV; ChanIndex++) { - while ((XDmaPs_ReadReg(BaseAddress, XDMAPS_DBGSTATUS_OFFSET) - & XDMAPS_DBGSTATUS_BUSY) - && (WaitCount < XDMAPS_MAX_WAIT)) - WaitCount++; - - DbgInst = XDmaPs_DBGINST0(0, 0x01, ChanIndex, 1); - XDmaPs_WriteReg(BaseAddress, XDMAPS_DBGINST0_OFFSET, DbgInst); - XDmaPs_WriteReg(BaseAddress, XDMAPS_DBGINST1_OFFSET, 0x0); - XDmaPs_WriteReg(BaseAddress, XDMAPS_DBGCMD_OFFSET, 0x0); - } - /* Kill the manager thread */ - DbgInst = XDmaPs_DBGINST0(0, 0x01, 0, 0); - XDmaPs_WriteReg(BaseAddress, XDMAPS_DBGINST0_OFFSET, DbgInst); - XDmaPs_WriteReg(BaseAddress, XDMAPS_DBGINST1_OFFSET, 0x0); - XDmaPs_WriteReg(BaseAddress, XDMAPS_DBGCMD_OFFSET, 0x0); -} - - - -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_hw.h deleted file mode 100644 index d039278..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_hw.h +++ /dev/null @@ -1,267 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xdmaps_hw.h -* @addtogroup dmaps_v2_8 -* @{ -* -* This header file contains the hardware interface of an XDmaPs device. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who   Date     Changes
-* ----- ----  -------- ----------------------------------------------
-* 1.00a	hbm   08/18/10 First Release
-* 1.01a nm    12/20/12 Added definition XDMAPS_CHANNELS_PER_DEV which specifies
-*		       the maximum number of channels.
-*		       Replaced the usage of XPAR_XDMAPS_CHANNELS_PER_DEV
-*                      with XDMAPS_CHANNELS_PER_DEV defined in xdmaps_hw.h
-* 1.02a sg    05/16/12 Made changes for doxygen
-* 1.06a kpc   07/10/13 Added function prototype
-* 
-* -******************************************************************************/ - -#ifndef XDMAPS_HW_H /* prevent circular inclusions */ -#define XDMAPS_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * - * Register offsets for the DMAC. - * @{ - */ - -#define XDMAPS_DS_OFFSET 0x000 /* DMA Status Register */ -#define XDMAPS_DPC_OFFSET 0x004 /* DMA Program Counter Rregister */ -#define XDMAPS_INTEN_OFFSET 0X020 /* DMA Interrupt Enable Register */ -#define XDMAPS_ES_OFFSET 0x024 /* DMA Event Status Register */ -#define XDMAPS_INTSTATUS_OFFSET 0x028 /* DMA Interrupt Status Register - */ -#define XDMAPS_INTCLR_OFFSET 0x02c /* DMA Interrupt Clear Register */ -#define XDMAPS_FSM_OFFSET 0x030 /* DMA Fault Status DMA Manager - * Register - */ -#define XDMAPS_FSC_OFFSET 0x034 /* DMA Fault Status DMA Chanel Register - */ -#define XDMAPS_FTM_OFFSET 0x038 /* DMA Fault Type DMA Manager Register */ - -#define XDMAPS_FTC0_OFFSET 0x040 /* DMA Fault Type for DMA Channel 0 */ -/* - * The offset for the rest of the FTC registers is calculated as - * FTC0 + dev_chan_num * 4 - */ -#define XDmaPs_FTCn_OFFSET(ch) (XDMAPS_FTC0_OFFSET + (ch) * 4) - -#define XDMAPS_CS0_OFFSET 0x100 /* Channel Status for DMA Channel 0 */ -/* - * The offset for the rest of the CS registers is calculated as - * CS0 + * dev_chan_num * 0x08 - */ -#define XDmaPs_CSn_OFFSET(ch) (XDMAPS_CS0_OFFSET + (ch) * 8) - -#define XDMAPS_CPC0_OFFSET 0x104 /* Channel Program Counter for DMA - * Channel 0 - */ -/* - * The offset for the rest of the CPC registers is calculated as - * CPC0 + dev_chan_num * 0x08 - */ -#define XDmaPs_CPCn_OFFSET(ch) (XDMAPS_CPC0_OFFSET + (ch) * 8) - -#define XDMAPS_SA_0_OFFSET 0x400 /* Source Address Register for DMA - * Channel 0 - */ -/* The offset for the rest of the SA registers is calculated as - * SA_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_SA_n_OFFSET(ch) (XDMAPS_SA_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_DA_0_OFFSET 0x404 /* Destination Address Register for - * DMA Channel 0 - */ -/* The offset for the rest of the DA registers is calculated as - * DA_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_DA_n_OFFSET(ch) (XDMAPS_DA_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_CC_0_OFFSET 0x408 /* Channel Control Register for - * DMA Channel 0 - */ -/* - * The offset for the rest of the CC registers is calculated as - * CC_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_CC_n_OFFSET(ch) (XDMAPS_CC_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_LC0_0_OFFSET 0x40C /* Loop Counter 0 for DMA Channel 0 */ -/* - * The offset for the rest of the LC0 registers is calculated as - * LC_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_LC0_n_OFFSET(ch) (XDMAPS_LC0_0_OFFSET + (ch) * 0x20) -#define XDMAPS_LC1_0_OFFSET 0x410 /* Loop Counter 1 for DMA Channel 0 */ -/* - * The offset for the rest of the LC1 registers is calculated as - * LC_0 + dev_chan_num * 0x20 - */ -#define XDmaPs_LC1_n_OFFSET(ch) (XDMAPS_LC1_0_OFFSET + (ch) * 0x20) - -#define XDMAPS_DBGSTATUS_OFFSET 0xD00 /* Debug Status Register */ -#define XDMAPS_DBGCMD_OFFSET 0xD04 /* Debug Command Register */ -#define XDMAPS_DBGINST0_OFFSET 0xD08 /* Debug Instruction 0 Register */ -#define XDMAPS_DBGINST1_OFFSET 0xD0C /* Debug Instruction 1 Register */ - -#define XDMAPS_CR0_OFFSET 0xE00 /* Configuration Register 0 */ -#define XDMAPS_CR1_OFFSET 0xE04 /* Configuration Register 1 */ -#define XDMAPS_CR2_OFFSET 0xE08 /* Configuration Register 2 */ -#define XDMAPS_CR3_OFFSET 0xE0C /* Configuration Register 3 */ -#define XDMAPS_CR4_OFFSET 0xE10 /* Configuration Register 4 */ -#define XDMAPS_CRDN_OFFSET 0xE14 /* Configuration Register Dn */ - -#define XDMAPS_PERIPH_ID_0_OFFSET 0xFE0 /* Peripheral Identification - * Register 0 - */ -#define XDMAPS_PERIPH_ID_1_OFFSET 0xFE4 /* Peripheral Identification - * Register 1 - */ -#define XDMAPS_PERIPH_ID_2_OFFSET 0xFE8 /* Peripheral Identification - * Register 2 - */ -#define XDMAPS_PERIPH_ID_3_OFFSET 0xFEC /* Peripheral Identification - * Register 3 - */ -#define XDMAPS_PCELL_ID_0_OFFSET 0xFF0 /* PrimeCell Identification - * Register 0 - */ -#define XDMAPS_PCELL_ID_1_OFFSET 0xFF4 /* PrimeCell Identification - * Register 1 - */ -#define XDMAPS_PCELL_ID_2_OFFSET 0xFF8 /* PrimeCell Identification - * Register 2 - */ -#define XDMAPS_PCELL_ID_3_OFFSET 0xFFC /* PrimeCell Identification - * Register 3 - */ - -/* - * Some useful register masks - */ -#define XDMAPS_DS_DMA_STATUS 0x0F /* DMA status mask */ -#define XDMAPS_DS_DMA_STATUS_STOPPED 0x00 /* debug status busy mask */ - -#define XDMAPS_DBGSTATUS_BUSY 0x01 /* debug status busy mask */ - -#define XDMAPS_CS_ACTIVE_MASK 0x07 /* channel status active mask, - * llast 3 bits of CS register - */ - -#define XDMAPS_CR1_I_CACHE_LEN_MASK 0x07 /* i_cache_len mask */ - - -/* - * XDMAPS_DBGINST0 - constructs the word for the Debug Instruction-0 Register. - * @b1: Instruction byte 1 - * @b0: Instruction byte 0 - * @ch: Channel number - * @dbg_th: Debug thread encoding: 0 = DMA manager thread, 1 = DMA channel - */ -#define XDmaPs_DBGINST0(b1, b0, ch, dbg_th) \ - (((b1) << 24) | ((b0) << 16) | (((ch) & 0x7) << 8) | ((dbg_th & 0x1))) - -/* @} */ - -/** @name Control Register - * - * The Control register (CR) controls the major functions of the device. - * - * Control Register Bit Definition - */ - -/* @}*/ - - -#define XDMAPS_CHANNELS_PER_DEV 8 - - -/** @name Mode Register - * - * The mode register (MR) defines the mode of transfer as well as the data - * format. If this register is modified during transmission or reception, - * data validity cannot be guaranteed. - * - * Mode Register Bit Definition - * @{ - */ - -/* @} */ - - -/** @name Interrupt Registers - * - * Interrupt control logic uses the interrupt enable register (IER) and the - * interrupt disable register (IDR) to set the value of the bits in the - * interrupt mask register (IMR). The IMR determines whether to pass an - * interrupt to the interrupt status register (ISR). - * Writing a 1 to IER Enbables an interrupt, writing a 1 to IDR disables an - * interrupt. IMR and ISR are read only, and IER and IDR are write only. - * Reading either IER or IDR returns 0x00. - * - * All four registers have the same bit definitions. - * - * @{ - */ - -/* @} */ -#define XDMAPS_INTCLR_ALL_MASK 0xFF - -#define XDmaPs_ReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/***************************************************************************/ -/** -* Write a DMAC register. -* -* @param BaseAddress contains the base address of the device. -* @param RegOffset contains the offset from the base address of the device. -* @param RegisterValue is the value to be written to the register. -* -* @return None. -* -* @note -* C-Style signature: -* void XDmaPs_WriteReg(u32 BaseAddress, int RegOffset, -* u32 RegisterValue) -******************************************************************************/ -#define XDmaPs_WriteReg(BaseAddress, RegOffset, RegisterValue) \ - Xil_Out32((BaseAddress) + (RegOffset), (RegisterValue)) -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes *****************************/ -/* - * Perform reset operation to the dmaps interface - */ -void XDmaPs_ResetHw(u32 BaseAddr); -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_selftest.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_selftest.c deleted file mode 100644 index dd2d4d3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_selftest.c +++ /dev/null @@ -1,84 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdmaps_selftest.c -* @addtogroup dmaps_v2_8 -* @{ -* -* This file contains the self-test functions for the XDmaPs driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------ -------- -----------------------------------------------
-* 1.00	hbm 	03/29/2010 First Release
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xdmaps.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Variable Definitions *****************************/ - - -/************************** Function Prototypes ******************************/ - - -/****************************************************************************/ -/** -* -* This function runs a self-test on the driver and hardware device. This self -* test performs a local loopback and verifies data can be sent and received. -* -* The time for this test is proportional to the baud rate that has been set -* prior to calling this function. -* -* The mode and control registers are restored before return. -* -* @param InstPtr is a pointer to the XDmaPs instance -* -* @return -* -* - XST_SUCCESS if the test was successful -* - XST_FAILURE if the test failed -* -* @note -* -* This function can hang if the hardware is not functioning properly. -* -******************************************************************************/ -int XDmaPs_SelfTest(XDmaPs *InstPtr) -{ - u32 BaseAddr = InstPtr->Config.BaseAddress; - int i; - - if (XDmaPs_ReadReg(BaseAddr, XDMAPS_DBGSTATUS_OFFSET) - & XDMAPS_DBGSTATUS_BUSY) - return XST_FAILURE; - - for (i = 0; i < XDMAPS_CHANNELS_PER_DEV; i++) { - if (XDmaPs_ReadReg(BaseAddr, - XDmaPs_CSn_OFFSET(i))) - return XST_FAILURE; - } - return XST_SUCCESS; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_sinit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_sinit.c deleted file mode 100644 index 751df21..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/dmaps_v2_8/src/xdmaps_sinit.c +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xdmaps_sinit.c -* @addtogroup dmaps_v2_8 -* @{ -* -* The implementation of the XDmaPs driver's static initialzation -* functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00  hbm  08/13/10 First Release
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xstatus.h" -#include "xparameters.h" -#include "xdmaps.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - - -/***************** Macros (Inline Functions) Definitions ********************/ - - -/************************** Variable Definitions ****************************/ -extern XDmaPs_Config XDmaPs_ConfigTable[]; - -/************************** Function Prototypes *****************************/ - -/****************************************************************************/ -/** -* -* Looks up the device configuration based on the unique device ID. The table -* contains the configuration info for each device in the system. -* -* @param DeviceId contains the ID of the device -* -* @return -* -* A pointer to the configuration structure or NULL if the specified device -* is not in the system. -* -* @note -* -* None. -* -******************************************************************************/ -XDmaPs_Config *XDmaPs_LookupConfig(u16 DeviceId) -{ - XDmaPs_Config *CfgPtr = NULL; - - int i; - - for (i = 0; i < XPAR_XDMAPS_NUM_INSTANCES; i++) { - if (XDmaPs_ConfigTable[i].DeviceId == DeviceId) { - CfgPtr = &XDmaPs_ConfigTable[i]; - break; - } - } - - return CfgPtr; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/Makefile deleted file mode 100644 index 18d6967..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -RELEASEDIR=../../../lib -INCLUDEDIR=../../../include -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h -LIBSOURCES=*.c -OUTS = *.o - -libs: - echo "Compiling ip_encoder..." - $(COMPILER) $(COMPILER_FLAGS) $(EXTRA_COMPILER_FLAGS) $(INCLUDES) $(LIBSOURCES) - $(ARCHIVER) -r ${RELEASEDIR}/${LIB} ${OUTS} - make clean - -include: - ${CP} $(INCLUDEFILES) $(INCLUDEDIR) - -clean: - rm -rf ${OUTS} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder.c deleted file mode 100644 index d3162a7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder.c +++ /dev/null @@ -1,6 +0,0 @@ - - -/***************************** Include Files *******************************/ -#include "ip_encoder.h" - -/************************** Function Definitions ***************************/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder.h deleted file mode 100644 index 562108a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder.h +++ /dev/null @@ -1,79 +0,0 @@ - -#ifndef IP_ENCODER_H -#define IP_ENCODER_H - - -/****************** Include Files ********************/ -#include "xil_types.h" -#include "xstatus.h" - -#define IP_ENCODER_S00_AXI_SLV_REG0_OFFSET 0 -#define IP_ENCODER_S00_AXI_SLV_REG1_OFFSET 4 -#define IP_ENCODER_S00_AXI_SLV_REG2_OFFSET 8 -#define IP_ENCODER_S00_AXI_SLV_REG3_OFFSET 12 - - -/**************************** Type Definitions *****************************/ -/** - * - * Write a value to a IP_ENCODER register. A 32 bit write is performed. - * If the component is implemented in a smaller width, only the least - * significant data is written. - * - * @param BaseAddress is the base address of the IP_ENCODERdevice. - * @param RegOffset is the register offset from the base to write to. - * @param Data is the data written to the register. - * - * @return None. - * - * @note - * C-style signature: - * void IP_ENCODER_mWriteReg(u32 BaseAddress, unsigned RegOffset, u32 Data) - * - */ -#define IP_ENCODER_mWriteReg(BaseAddress, RegOffset, Data) \ - Xil_Out32((BaseAddress) + (RegOffset), (u32)(Data)) - -/** - * - * Read a value from a IP_ENCODER register. A 32 bit read is performed. - * If the component is implemented in a smaller width, only the least - * significant data is read from the register. The most significant data - * will be read as 0. - * - * @param BaseAddress is the base address of the IP_ENCODER device. - * @param RegOffset is the register offset from the base to write to. - * - * @return Data is the data from the register. - * - * @note - * C-style signature: - * u32 IP_ENCODER_mReadReg(u32 BaseAddress, unsigned RegOffset) - * - */ -#define IP_ENCODER_mReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/************************** Function Prototypes ****************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_ENCODER instance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_ENCODER_Reg_SelfTest(void * baseaddr_p); - -#endif // IP_ENCODER_H diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder_selftest.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder_selftest.c deleted file mode 100644 index bc1f76c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_encoder_v1_0/src/ip_encoder_selftest.c +++ /dev/null @@ -1,60 +0,0 @@ - -/***************************** Include Files *******************************/ -#include "ip_encoder.h" -#include "xparameters.h" -#include "stdio.h" -#include "xil_io.h" - -/************************** Constant Definitions ***************************/ -#define READ_WRITE_MUL_FACTOR 0x10 - -/************************** Function Definitions ***************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_ENCODERinstance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_ENCODER_Reg_SelfTest(void * baseaddr_p) -{ - u32 baseaddr; - int write_loop_index; - int read_loop_index; - int Index; - - baseaddr = (u32) baseaddr_p; - - xil_printf("******************************\n\r"); - xil_printf("* User Peripheral Self Test\n\r"); - xil_printf("******************************\n\n\r"); - - /* - * Write to user logic slave module register(s) and read back - */ - xil_printf("User logic slave module test...\n\r"); - - for (write_loop_index = 0 ; write_loop_index < 4; write_loop_index++) - IP_ENCODER_mWriteReg (baseaddr, write_loop_index*4, (write_loop_index+1)*READ_WRITE_MUL_FACTOR); - for (read_loop_index = 0 ; read_loop_index < 4; read_loop_index++) - if ( IP_ENCODER_mReadReg (baseaddr, read_loop_index*4) != (read_loop_index+1)*READ_WRITE_MUL_FACTOR){ - xil_printf ("Error reading register value at address %x\n", (int)baseaddr + read_loop_index*4); - return XST_FAILURE; - } - - xil_printf(" - slave register write/read passed\n\n\r"); - - return XST_SUCCESS; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/Makefile deleted file mode 100644 index baa36f8..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -RELEASEDIR=../../../lib -INCLUDEDIR=../../../include -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h -LIBSOURCES=*.c -OUTS = *.o - -libs: - echo "Compiling ip_fifo..." - $(COMPILER) $(COMPILER_FLAGS) $(EXTRA_COMPILER_FLAGS) $(INCLUDES) $(LIBSOURCES) - $(ARCHIVER) -r ${RELEASEDIR}/${LIB} ${OUTS} - make clean - -include: - ${CP} $(INCLUDEFILES) $(INCLUDEDIR) - -clean: - rm -rf ${OUTS} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo.c deleted file mode 100644 index fab920b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo.c +++ /dev/null @@ -1,6 +0,0 @@ - - -/***************************** Include Files *******************************/ -#include "ip_fifo.h" - -/************************** Function Definitions ***************************/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo.h deleted file mode 100644 index 962207c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo.h +++ /dev/null @@ -1,90 +0,0 @@ - -#ifndef IP_FIFO_H -#define IP_FIFO_H - - -/****************** Include Files ********************/ -#include "xil_types.h" -#include "xstatus.h" - -#define IP_FIFO_S00_AXI_SLV_REG0_OFFSET 0 -#define IP_FIFO_S00_AXI_SLV_REG1_OFFSET 4 -#define IP_FIFO_S00_AXI_SLV_REG2_OFFSET 8 -#define IP_FIFO_S00_AXI_SLV_REG3_OFFSET 12 -#define IP_FIFO_S00_AXI_SLV_REG4_OFFSET 16 -#define IP_FIFO_S00_AXI_SLV_REG5_OFFSET 20 -#define IP_FIFO_S00_AXI_SLV_REG6_OFFSET 24 -#define IP_FIFO_S00_AXI_SLV_REG7_OFFSET 28 -#define IP_FIFO_S00_AXI_SLV_REG8_OFFSET 32 -#define IP_FIFO_S00_AXI_SLV_REG9_OFFSET 36 -#define IP_FIFO_S00_AXI_SLV_REG10_OFFSET 40 -#define IP_FIFO_S00_AXI_SLV_REG11_OFFSET 44 -#define IP_FIFO_S00_AXI_SLV_REG12_OFFSET 48 -#define IP_FIFO_S00_AXI_SLV_REG13_OFFSET 52 -#define IP_FIFO_S00_AXI_SLV_REG14_OFFSET 56 - - -/**************************** Type Definitions *****************************/ -/** - * - * Write a value to a IP_FIFO register. A 32 bit write is performed. - * If the component is implemented in a smaller width, only the least - * significant data is written. - * - * @param BaseAddress is the base address of the IP_FIFOdevice. - * @param RegOffset is the register offset from the base to write to. - * @param Data is the data written to the register. - * - * @return None. - * - * @note - * C-style signature: - * void IP_FIFO_mWriteReg(u32 BaseAddress, unsigned RegOffset, u32 Data) - * - */ -#define IP_FIFO_mWriteReg(BaseAddress, RegOffset, Data) \ - Xil_Out32((BaseAddress) + (RegOffset), (u32)(Data)) - -/** - * - * Read a value from a IP_FIFO register. A 32 bit read is performed. - * If the component is implemented in a smaller width, only the least - * significant data is read from the register. The most significant data - * will be read as 0. - * - * @param BaseAddress is the base address of the IP_FIFO device. - * @param RegOffset is the register offset from the base to write to. - * - * @return Data is the data from the register. - * - * @note - * C-style signature: - * u32 IP_FIFO_mReadReg(u32 BaseAddress, unsigned RegOffset) - * - */ -#define IP_FIFO_mReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (RegOffset)) - -/************************** Function Prototypes ****************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_FIFO instance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_FIFO_Reg_SelfTest(void * baseaddr_p); - -#endif // IP_FIFO_H diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo_selftest.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo_selftest.c deleted file mode 100644 index d45bc0d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/ip_fifo_v1_0/src/ip_fifo_selftest.c +++ /dev/null @@ -1,60 +0,0 @@ - -/***************************** Include Files *******************************/ -#include "ip_fifo.h" -#include "xparameters.h" -#include "stdio.h" -#include "xil_io.h" - -/************************** Constant Definitions ***************************/ -#define READ_WRITE_MUL_FACTOR 0x10 - -/************************** Function Definitions ***************************/ -/** - * - * Run a self-test on the driver/device. Note this may be a destructive test if - * resets of the device are performed. - * - * If the hardware system is not built correctly, this function may never - * return to the caller. - * - * @param baseaddr_p is the base address of the IP_FIFOinstance to be worked on. - * - * @return - * - * - XST_SUCCESS if all self-test code passed - * - XST_FAILURE if any self-test code failed - * - * @note Caching must be turned off for this function to work. - * @note Self test may fail if data memory and device are not on the same bus. - * - */ -XStatus IP_FIFO_Reg_SelfTest(void * baseaddr_p) -{ - u32 baseaddr; - int write_loop_index; - int read_loop_index; - int Index; - - baseaddr = (u32) baseaddr_p; - - xil_printf("******************************\n\r"); - xil_printf("* User Peripheral Self Test\n\r"); - xil_printf("******************************\n\n\r"); - - /* - * Write to user logic slave module register(s) and read back - */ - xil_printf("User logic slave module test...\n\r"); - - for (write_loop_index = 0 ; write_loop_index < 4; write_loop_index++) - IP_FIFO_mWriteReg (baseaddr, write_loop_index*4, (write_loop_index+1)*READ_WRITE_MUL_FACTOR); - for (read_loop_index = 0 ; read_loop_index < 4; read_loop_index++) - if ( IP_FIFO_mReadReg (baseaddr, read_loop_index*4) != (read_loop_index+1)*READ_WRITE_MUL_FACTOR){ - xil_printf ("Error reading register value at address %x\n", (int)baseaddr + read_loop_index*4); - return XST_FAILURE; - } - - xil_printf(" - slave register write/read passed\n\n\r"); - - return XST_SUCCESS; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/Makefile deleted file mode 100644 index eb496ea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${DEPFILES} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic.c deleted file mode 100644 index 0e77af1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic.c +++ /dev/null @@ -1,1305 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic.c -* @addtogroup scugic_v4_6 -* @{ -* -* Contains required functions for the XScuGic driver for the Interrupt -* Controller. See xscugic.h for a detailed description of the driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- --------------------------------------------------------
-* 1.00a drg  01/19/10 First release
-* 1.01a sdm  11/09/11 Changes are made in function XScuGic_CfgInitialize
-*                     Since entry is now made as pointer in the XScuGic
-*                     structure, necessary changes are made.
-*                     The HandlerTable can now be populated through the low
-*                     level routine XScuGic_RegisterHandler added in this
-*                     release. Hence necessary checks are added not to
-*                     overwrite the HandlerTable entries in function
-*                     XScuGic_CfgInitialize.
-* 1.03a srt  02/27/13 Added APIs
-*                       -XScuGic_SetPriTrigTypeByDistAddr()
-*                       -XScuGic_GetPriTrigTypeByDistAddr()
-*                     Removed Offset calculation macros, defined in _hw.h
-*                     (CR 702687)
-*                     added support to direct interrupts  to the appropriate
-*                     CPU Earlier interrupts were directed to CPU1
-*                     (hard coded).Now depending upon the CPU selected by the
-*                     user(xparameters.h), interrupts will be directed to
-*                     the  relevant CPU. This fixes CR 699688.
-*
-* 1.04a hk   05/04/13 Assigned EffectiveAddr to CpuBaseAddress in
-*                     XScuGic_CfgInitialize. Fix for CR#704400 to remove
-*                     warnings.
-*                     Moved functions XScuGic_SetPriTrigTypeByDistAddr and
-*                    XScuGic_GetPriTrigTypeByDistAddr to xscugic_hw.c.
-*                    This is fix for CR#705621.
-* 1.06a asa  16/11/13 Fix for CR#749178. Assignment for EffectiveAddr
-*                     in function XScuGic_CfgInitialize is removed as it was
-*                     a bug.
-* 3.00  kvn  02/13/14 Modified code for MISRA-C:2012 compliance.
-* 3.01  pkp  06/19/15 Added XScuGic_InterruptMaptoCpu API for an interrupt
-*                     target CPU mapping
-* 3.02  pkp  11/09/15 Modified DistributorInit function for AMP case to add
-*                     the current cpu to interrupt processor targets registers
-* 3.2   asa  02/29/16 Modified DistributorInit function for Zynq AMP case. The
-*                     distributor is left uninitialized for Zynq AMP. It is
-*                     assumed that the distributor will be initialized by
-*                     Linux master. However for CortexR5 case, the earlier code
-*                     is left unchanged where the interrupt processor target
-*                     registers in the distributor is initialized with the
-*                     corresponding CPU ID on which the application built over
-*                     the scugic driver runs. These changes fix CR#937243.
-* 3.3   pkp  05/12/16 Modified XScuGic_InterruptMaptoCpu to write proper value
-*                     to interrupt target register to fix CR#951848
-*
-* 3.4   asa  04/07/16 Created a new static function DoDistributorInit to
-*                     simplify the flow and avoid code duplication. Changes are
-*                     made for USE_AMP use case for R5. In a scenario
-*                     (in R5 split mode) when one R5 is operating with A53 in
-*                     open amp config and other R5 running baremetal app, the
-*                     existing code had the potential to stop the whole AMP
-*                     solution to work (if for some reason the R5 running the
-*                     baremetal app tasked to initialize the Distributor hangs
-*                     or crashes before initializing).Changes are made so that
-*                     the R5 under AMP first checks if the distributor is
-*                     enabled or not and if not, it does the standard
-*                     Distributor initialization.This fixes the CR#952962.
-* 3.4   mus  09/08/16 Added assert to avoid invalid access of GIC from CPUID 1
-*                     for single core zynq-7000s
-* 3.5   mus  10/05/16 Modified DistributorInit function to avoid
-*                     re-initialization of distributor, If it is already
-*                     initialized by other CPU.
-* 3.5   pkp  10/17/16 Modified XScuGic_InterruptMaptoCpu to correct the CPU Id
-*                     value and properly mask interrupt target processor value
-*                     to modify interrupt target processor register for a given
-*                     interrupt ID and cpu ID
-* 3.6   pkp  20/01/17 Added new API XScuGic_Stop to Disable distributor and
-*                     interrupts in case they are being used only by current
-*                     cpu. It also removes current cpu from interrupt target
-*                     registers for all interrupts.
-*       kvn  02/17/17 Add support for changing GIC CPU master at run time.
-*       kvn  02/28/17 Make the CpuId as static variable and Added new
-*                     XScugiC_GetCpuId to access CpuId.
-* 3.9   mus  02/21/18 Added new API's XScuGic_UnmapAllInterruptsFromCpu and
-*                     XScuGic_InterruptUnmapFromCpu, These API's can be used
-*                     by applications to unmap specific/all interrupts from
-*                     target CPU. It fixes CR#992490.
-* 3.10  mus  07/17/18 Updated file to fix the various coding style issues
-*                     reported by checkpatch. It fixes CR#1006344.
-* 3.10  aru  08/23/18 Resolved MISRA-C:2012 compliance mandatory violations
-*                     It fixes CR#1007753.
-* 3.10  mus  09/19/18 Fix cppcheck warnings
-* 4.0   mus  11/22/18 Fixed bugs in software interrupt generation through
-*                     XScuGic_SoftwareIntr API
-* 4.1   asa  03/30/19 Made changes not to direct each interrupt to all
-*                     available CPUs by default. This was breaking AMP
-*                     behavior. Instead every time an interrupt enable
-*                     request is received, the interrupt was mapped to
-*                     the respective CPU. There were several other changes
-*                     made to implement this. This set of changes was to
-*                     fix CR-1024716.
-* 4.1   mus  06/19/19 Added API's XScuGic_MarkCoreAsleep and
-*                     XScuGic_MarkCoreAwake to mark processor core as
-*                     asleep or awake. Fix for CR#1027220.
-* 4.3   mus  10/14/20 Updated XScuGic_Stop for scenarios where USE_AMP flag
-*                     is set to 1. Now, XScuGic_Stop would not disable
-*                     distributor for USE_AMP=1, even when SPI interrupts
-*                     are not being used by other CPU. This update is needed
-*                     to support scenarios, where master CPU is using only
-*                     SGI/PPI interrupts. It fixes CR#1079241.
-* 4.5   asa  03/07/21 Added spinlock protection for critical sections in the
-*                     code. The sections are critical when applications
-*                     running on separate CPUs (R5s or A9s) try to update
-*                     the same register. The spinlock mechanism used here
-*                     used exclusive load and store instructions. To ensure
-*                     that legacy behavior is not broken, unless someone
-*                     enables spinlocks explicitely in their applications
-*                     the existing flow will remain unchanged. On how to
-*                     enable spinlocks, please refer to the documentations
-*                     at: lib/bsp/standalone/src/arm/common/gcc/xil_spinlock.c
-* 4.6	sk   08/05/21 Fix scugic Misra-c violations.
-* 4.7	sk   09/14/21 Fix gcc compiler warnings for A72 processor.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_assert.h" -#include "xscugic.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ -static u32 CpuId = XPAR_CPU_ID; /**< CPU Core identifier */ - -/************************** Function Prototypes ******************************/ - -static void StubHandler(void *CallBackRef); - -/*****************************************************************************/ -/** -* -* DoDistributorInit initializes the distributor of the GIC. The -* initialization entails: -* -* - Write the trigger mode, priority -* - All interrupt sources are disabled -* - Enable the distributor -* -* @param InstancePtr is a pointer to the XScuGic instance. -* -* @return None -* -* @note None. -* -******************************************************************************/ -static void DoDistributorInit(const XScuGic *InstancePtr) -{ - u32 Int_Id; - -#if defined (GICv3) - u32 Temp; - - Temp = XScuGic_DistReadReg(InstancePtr, XSCUGIC_DIST_EN_OFFSET); - Temp = (XSCUGIC500_DCTLR_ARE_NS_ENABLE | XSCUGIC500_DCTLR_ARE_S_ENABLE); - Temp &= ~(XSCUGIC_EN_INT_MASK); - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_DIST_EN_OFFSET, Temp); -#else - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_DIST_EN_OFFSET, 0U); -#endif - - /* - * Set the security domains in the int_security registers for - * non-secure interrupts - * All are secure, so leave at the default. Set to 1 for non-secure - * interrupts. - */ - - /* - * For the Shared Peripheral Interrupts INT_ID[MAX..32], set: - */ - - /* - * 1. The trigger mode in the int_config register - * Only write to the SPI interrupts, so start at 32 - */ - for (Int_Id = 32U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+16U) { - /* - * Each INT_ID uses two bits, or 16 INT_ID per register - * Set them all to be level sensitive, active HIGH. - */ - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id), - 0U); - } - - -#define DEFAULT_PRIORITY 0xa0a0a0a0U - for (Int_Id = 0U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+4U) { - /* - * 2. The priority using int the priority_level register - * The priority_level and spi_target registers use one byte per - * INT_ID. - * Write a default value that can be changed elsewhere. - */ - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id), - DEFAULT_PRIORITY); - } - -#if defined (GICv3) - for (Int_Id = 0U; Int_IdBaseAddress for this parameters, passing the physical -* address instead. -* -* @return -* - XST_SUCCESS if initialization was successful -* -* @note None. -* -******************************************************************************/ -s32 XScuGic_CfgInitialize(XScuGic *InstancePtr, - XScuGic_Config *ConfigPtr, - u32 EffectiveAddr) -{ - u32 Int_Id; - (void) EffectiveAddr; - - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(ConfigPtr != NULL); - /* - * Check Zynq-7000 base silicon configuration. - * If it is single CPU configuration then invoke assert for CPU ID 1. - */ -#ifdef ARMA9 - if (XPAR_CPU_ID == 0x01) { - Xil_AssertNonvoid((Xil_In32(XPS_EFUSE_BASEADDR - + EFUSE_STATUS_OFFSET) & EFUSE_STATUS_CPU_MASK) == 0); - } -#endif - - if(InstancePtr->IsReady != XIL_COMPONENT_IS_READY) { - - InstancePtr->IsReady = 0U; - InstancePtr->Config = ConfigPtr; - - - for (Int_Id = 0U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id++) { - /* - * Initialize the handler to point to a stub to handle an - * interrupt which has not been connected to a handler - * Only initialize it if the handler is 0 which means it - * was not initialized statically by the tools/user. Set - * the callback reference to this instance so that - * unhandled interrupts can be tracked. - */ - if ((InstancePtr->Config->HandlerTable[Int_Id].Handler - == (Xil_InterruptHandler)NULL)) { - InstancePtr->Config->HandlerTable[Int_Id].Handler - = (Xil_InterruptHandler)StubHandler; - } - InstancePtr->Config->HandlerTable[Int_Id].CallBackRef = - InstancePtr; - } -#if defined (GICv3) - u32 Waker_State; - Waker_State = XScuGic_ReDistReadReg(InstancePtr,XSCUGIC_RDIST_WAKER_OFFSET); - XScuGic_ReDistWriteReg(InstancePtr,XSCUGIC_RDIST_WAKER_OFFSET, - Waker_State & (~ XSCUGIC_RDIST_WAKER_LOW_POWER_STATE_MASK)); - /* Enable system reg interface through ICC_SRE_EL1 */ - #if EL3 - XScuGic_Enable_SystemReg_CPU_Interface_EL3(); - #endif - XScuGic_Enable_SystemReg_CPU_Interface_EL1(); - isb(); -#endif - XScuGic_Stop(InstancePtr); - DistributorInit(InstancePtr); -#if defined (GICv3) - XScuGic_set_priority_filter(0xff); -#else - CPUInitialize(InstancePtr); -#endif - InstancePtr->IsReady = XIL_COMPONENT_IS_READY; - } - - return XST_SUCCESS; -} - -/*****************************************************************************/ -/** -* -* Makes the connection between the Int_Id of the interrupt source and the -* associated handler that is to run when the interrupt is recognized. The -* argument provided in this call as the Callbackref is used as the argument -* for the handler when it is called. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param Int_Id contains the ID of the interrupt source and should be -* in the range of 0 to XSCUGIC_MAX_NUM_INTR_INPUTS - 1 -* @param Handler to the handler for that interrupt. -* @param CallBackRef is the callback reference, usually the instance -* pointer of the connecting driver. -* -* @return -* -* - XST_SUCCESS if the handler was connected correctly. -* -* @note -* -* WARNING: The handler provided as an argument will overwrite any handler -* that was previously connected. -* -****************************************************************************/ -s32 XScuGic_Connect(XScuGic *InstancePtr, u32 Int_Id, - Xil_InterruptHandler Handler, void *CallBackRef) -{ - /* - * Assert the arguments - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertNonvoid(Handler != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * The Int_Id is used as an index into the table to select the proper - * handler - */ - InstancePtr->Config->HandlerTable[Int_Id].Handler = (Xil_InterruptHandler)Handler; - InstancePtr->Config->HandlerTable[Int_Id].CallBackRef = CallBackRef; - - return XST_SUCCESS; -} - -/*****************************************************************************/ -/** -* -* Updates the interrupt table with the Null Handler and NULL arguments at the -* location pointed at by the Int_Id. This effectively disconnects that interrupt -* source from any handler. The interrupt is disabled also. -* -* @param InstancePtr is a pointer to the XScuGic instance to be worked on. -* @param Int_Id contains the ID of the interrupt source and should -* be in the range of 0 to XSCUGIC_MAX_NUM_INTR_INPUTS - 1 -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XScuGic_Disconnect(XScuGic *InstancePtr, u32 Int_Id) -{ - u32 Mask; - - /* - * Assert the arguments - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - /* - * The Int_Id is used to create the appropriate mask for the - * desired bit position. Int_Id currently limited to 0 - 31 - */ - Mask = (u32)0x00000001U << (Int_Id % 32U); - - /* - * Disable the interrupt such that it won't occur while disconnecting - * the handler, only disable the specified interrupt id without - * modifying the other interrupt ids - */ - XScuGic_DistWriteReg(InstancePtr, (u32)XSCUGIC_DISABLE_OFFSET + - ((Int_Id / 32U) * 4U), Mask); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); - /* - * Disconnect the handler and connect a stub, the callback reference - * must be set to this instance to allow unhandled interrupts to be - * tracked - */ - InstancePtr->Config->HandlerTable[Int_Id].Handler = (Xil_InterruptHandler)StubHandler; - InstancePtr->Config->HandlerTable[Int_Id].CallBackRef = InstancePtr; -} - -/*****************************************************************************/ -/** -* -* Enables the interrupt source provided as the argument Int_Id. Any pending -* interrupt condition for the specified Int_Id will occur after this function is -* called. -* This API also maps the interrupt to the requesting CPU. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param Int_Id contains the ID of the interrupt source and should be -* in the range of 0 to XSCUGIC_MAX_NUM_INTR_INPUTS - 1 -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XScuGic_Enable(XScuGic *InstancePtr, u32 Int_Id) -{ - u32 Mask; - u8 Cpu_Identifier = (u8)CpuId; - -#if defined (GICv3) - u32 Temp; -#endif - /* - * Assert the arguments - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - -#if defined (GICv3) - if (Int_Id < XSCUGIC_SPI_INT_ID_START) { - XScuGic_InterruptMaptoCpu(InstancePtr, Cpu_Identifier, Int_Id); - - Int_Id &= 0x1f; - Int_Id = 1 << Int_Id; - - Temp = XScuGic_ReDistSGIPPIReadReg(InstancePtr,XSCUGIC_RDIST_ISENABLE_OFFSET); - Temp |= Int_Id; - XScuGic_ReDistSGIPPIWriteReg(InstancePtr,XSCUGIC_RDIST_ISENABLE_OFFSET,Temp); - } -#endif - XScuGic_InterruptMaptoCpu(InstancePtr, Cpu_Identifier, Int_Id); - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - /* - * The Int_Id is used to create the appropriate mask for the - * desired bit position. - */ - Mask = (u32)0x00000001U << (Int_Id % 32U); - /* - * Enable the selected interrupt source by setting the - * corresponding bit in the Enable Set register. - */ - XScuGic_DistWriteReg(InstancePtr, (u32)XSCUGIC_ENABLE_SET_OFFSET + - ((Int_Id / 32U) * 4U), Mask); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/*****************************************************************************/ -/** -* -* Disables the interrupt source provided as the argument Int_Id such that the -* interrupt controller will not cause interrupts for the specified Int_Id. The -* interrupt controller will continue to hold an interrupt condition for the -* Int_Id, but will not cause an interrupt. -* This API also unmaps the interrupt for the requesting CPU. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param Int_Id contains the ID of the interrupt source and should be -* in the range of 0 to XSCUGIC_MAX_NUM_INTR_INPUTS - 1 -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XScuGic_Disable(XScuGic *InstancePtr, u32 Int_Id) -{ - u32 Mask; - u8 Cpu_Identifier = (u8)CpuId; -#if defined (GICv3) - u32 Temp; -#endif - - /* - * Assert the arguments - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - -#if defined (GICv3) - if (Int_Id < XSCUGIC_SPI_INT_ID_START) { - - XScuGic_InterruptUnmapFromCpu(InstancePtr, Cpu_Identifier, Int_Id); - - Int_Id &= 0x1f; - Int_Id = 1 << Int_Id; - - Temp = XScuGic_ReDistSGIPPIReadReg(InstancePtr,XSCUGIC_RDIST_ISENABLE_OFFSET); - Temp &= ~Int_Id; - XScuGic_ReDistSGIPPIWriteReg(InstancePtr,XSCUGIC_RDIST_ISENABLE_OFFSET,Temp); - } -#endif - XScuGic_InterruptUnmapFromCpu(InstancePtr, Cpu_Identifier, Int_Id); - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - /* - * The Int_Id is used to create the appropriate mask for the - * desired bit position. Int_Id currently limited to 0 - 31 - */ - Mask = (u32)0x00000001U << (Int_Id % 32U); - - /* - * Disable the selected interrupt source by setting the - * corresponding bit in the IDR. - */ - XScuGic_DistWriteReg(InstancePtr, (u32)XSCUGIC_DISABLE_OFFSET + - ((Int_Id / 32U) * 4U), Mask); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/*****************************************************************************/ -/** -* -* Allows software to simulate an interrupt in the interrupt controller. This -* function will only be successful when the interrupt controller has been -* started in simulation mode. A simulated interrupt allows the interrupt -* controller to be tested without any device to drive an interrupt input -* signal into it. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param Int_Id is the software interrupt ID to simulate an interrupt. -* @param Cpu_Identifier is the list of CPUs to send the interrupt. -* -* @return -* -* XST_SUCCESS if successful, or XST_FAILURE if the interrupt could not be -* simulated -* -* @note None. -* -******************************************************************************/ -s32 XScuGic_SoftwareIntr(XScuGic *InstancePtr, u32 Int_Id, u32 Cpu_Identifier) -{ - u32 Mask; - - /* - * Assert the arguments - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid(Int_Id <= 15U); - Xil_AssertNonvoid(Cpu_Identifier <= 255U); - -#if defined (GICv3) - Mask = (Cpu_Identifier | (Int_Id << XSCUGIC_SGIR_EL1_INITID_SHIFT)); -#if EL3 - XScuGic_WriteICC_SGI0R_EL1(Mask); -#else - XScuGic_WriteICC_SGI1R_EL1(Mask); -#endif -#else - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - /* - * The Int_Id is used to create the appropriate mask for the - * desired interrupt. Int_Id currently limited to 0 - 15 - * Use the target list for the Cpu ID. - */ - Mask = ((Cpu_Identifier << 16U) | Int_Id) & - (XSCUGIC_SFI_TRIG_CPU_MASK | XSCUGIC_SFI_TRIG_INTID_MASK); - - /* - * Write to the Software interrupt trigger register. Use the appropriate - * CPU Int_Id. - */ - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_SFI_TRIG_OFFSET, Mask); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); - - /* Indicate the interrupt was successfully simulated */ -#endif - return XST_SUCCESS; -} - -/*****************************************************************************/ -/** -* -* A stub for the asynchronous callback. The stub is here in case the upper -* layers forget to set the handler. -* -* @param CallBackRef is a pointer to the upper layer callback reference -* -* @return None. -* -* @note None. -* -******************************************************************************/ -static void StubHandler(void *CallBackRef) -{ - /* - * verify that the inputs are valid - */ - Xil_AssertVoid(CallBackRef != NULL); - - /* - * Indicate another unhandled interrupt for stats - */ - ((XScuGic *)((void *)CallBackRef))->UnhandledInterrupts++; -} - -/****************************************************************************/ -/** -* Sets the interrupt priority and trigger type for the specificd IRQ source. -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param Int_Id is the IRQ source number to modify -* @param Priority is the new priority for the IRQ source. 0 is highest -* priority, 0xF8(248) is lowest. There are 32 priority levels -* supported with a step of 8. Hence the supported priorities are -* 0, 8, 16, 32, 40 ..., 248. -* @param Trigger is the new trigger type for the IRQ source. -* Each bit pair describes the configuration for an INT_ID. -* SFI Read Only b10 always -* PPI Read Only depending on how the PPIs are configured. -* b01 Active HIGH level sensitive -* b11 Rising edge sensitive -* SPI LSB is read only. -* b01 Active HIGH level sensitive -* b11 Rising edge sensitive/ -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XScuGic_SetPriorityTriggerType(XScuGic *InstancePtr, u32 Int_Id, - u8 Priority, u8 Trigger) -{ - u32 RegValue; -#if defined (GICv3) - u32 Temp; - u32 Index; -#endif - u8 LocalPriority; - LocalPriority = Priority; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(Trigger <= (u8)XSCUGIC_INT_CFG_MASK); - Xil_AssertVoid(LocalPriority <= (u8)XSCUGIC_MAX_INTR_PRIO_VAL); -#if defined (GICv3) - if (Int_Id < XSCUGIC_SPI_INT_ID_START ) - { - XScuGic_ReDistSGIPPIWriteReg(InstancePtr,XSCUGIC_RDIST_INT_PRIORITY_OFFSET_CALC(Int_Id),Priority); - Temp = XScuGic_ReDistSGIPPIReadReg(InstancePtr,XSCUGIC_RDIST_INT_CONFIG_OFFSET_CALC(Int_Id)); - Index = XScuGic_Get_Rdist_Int_Trigger_Index(Int_Id); - Temp |= (Trigger << Index); - XScuGic_ReDistSGIPPIWriteReg(InstancePtr,XSCUGIC_RDIST_INT_CONFIG_OFFSET_CALC(Int_Id),Temp); - return; - } -#endif - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - /* - * Determine the register to write to using the Int_Id. - */ - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id)); - - /* - * The priority bits are Bits 7 to 3 in GIC Priority Register. This - * means the number of priority levels supported are 32 and they are - * in steps of 8. The priorities can be 0, 8, 16, 32, 48, ... etc. - * The lower order 3 bits are masked before putting it in the register. - */ - LocalPriority = LocalPriority & (u8)XSCUGIC_INTR_PRIO_MASK; - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue &= ~((u32)XSCUGIC_PRIORITY_MASK << ((Int_Id%4U)*8U)); - RegValue |= (u32)LocalPriority << ((Int_Id%4U)*8U); - - /* - * Write the value back to the register. - */ - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id), - RegValue); - - /* - * Determine the register to write to using the Int_Id. - */ - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id)); - - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue &= ~((u32)XSCUGIC_INT_CFG_MASK << ((Int_Id%16U)*2U)); - RegValue |= (u32)Trigger << ((Int_Id%16U)*2U); - - /* - * Write the value back to the register. - */ - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id), - RegValue); - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/****************************************************************************/ -/** -* Gets the interrupt priority and trigger type for the specificd IRQ source. -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param Int_Id is the IRQ source number to modify -* @param Priority is a pointer to the value of the priority of the IRQ -* source. This is a return value. -* @param Trigger is pointer to the value of the trigger of the IRQ -* source. This is a return value. -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_GetPriorityTriggerType(XScuGic *InstancePtr, u32 Int_Id, - u8 *Priority, u8 *Trigger) -{ - u32 RegValue; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(Priority != NULL); - Xil_AssertVoid(Trigger != NULL); - - /* - * Determine the register to read to using the Int_Id. - */ - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id)); - - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue = RegValue >> ((Int_Id%4U)*8U); - *Priority = (u8)(RegValue & XSCUGIC_PRIORITY_MASK); - - /* - * Determine the register to read to using the Int_Id. - */ - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id)); - - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue = RegValue >> ((Int_Id%16U)*2U); - - *Trigger = (u8)(RegValue & XSCUGIC_INT_CFG_MASK); -} -/****************************************************************************/ -/** -* Sets the target CPU for the interrupt of a peripheral -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param Cpu_Identifier is a CPU number for which the interrupt has to be targeted -* @param Int_Id is the IRQ source number to modify -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_InterruptMaptoCpu(XScuGic *InstancePtr, u8 Cpu_Identifier, u32 Int_Id) -{ - u32 RegValue; - -#if defined (GICv3) - u32 Temp; - Xil_AssertVoid(InstancePtr != NULL); - if (Int_Id >= 32) { - Temp = Int_Id - 32; - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_IROUTER_OFFSET_CALC(Temp)); - RegValue |= Cpu_Identifier; - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_IROUTER_OFFSET_CALC(Temp), - (Cpu_Identifier-1)); - } -#else - u8 Cpu_CoreId; - u32 Offset; - Xil_AssertVoid(InstancePtr != NULL); - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - - Offset = (Int_Id & 0x3U); - Cpu_CoreId = (0x1U << Cpu_Identifier); - - RegValue |= (u32)(Cpu_CoreId) << (Offset*8U); - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), - RegValue); - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -#endif -} -/****************************************************************************/ -/** -* Unmaps specific SPI interrupt from the target CPU -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param Cpu_Identifier is a CPU number from which the interrupt has to be -* unmapped -* @param Int_Id is the IRQ source number to modify -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_InterruptUnmapFromCpu(XScuGic *InstancePtr, u8 Cpu_Identifier, u32 Int_Id) -{ - u32 RegValue; - -#if defined (GICv3) - u32 Temp; - Xil_AssertVoid(InstancePtr != NULL); - if (Int_Id >= 32) { - Temp = Int_Id - 32; - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_IROUTER_OFFSET_CALC(Temp)); - RegValue &= ~Cpu_Identifier; - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_IROUTER_OFFSET_CALC(Temp), - (Cpu_Identifier-1)); - } -#else - u32 Cpu_CoreId; - u32 Offset; - Xil_AssertVoid(InstancePtr != NULL); - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - RegValue = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - - Offset = (Int_Id & 0x3U); - Cpu_CoreId = ((u32)0x1U << Cpu_Identifier); - - RegValue &= ~(Cpu_CoreId << (Offset*8U)); - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), - RegValue); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -#endif -} -/****************************************************************************/ -/** -* Unmaps all SPI interrupts from the target CPU -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param Cpu_Identifier is a CPU number from which the interrupts has to be -* unmapped -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_UnmapAllInterruptsFromCpu(XScuGic *InstancePtr, u8 Cpu_Identifier) -{ - u32 Int_Id; - u32 Target_Cpu; - u32 LocalCpuID = ((u32)1U << Cpu_Identifier); - - Xil_AssertVoid(InstancePtr != NULL); - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - LocalCpuID |= LocalCpuID << 8U; - LocalCpuID |= LocalCpuID << 16U; - - for (Int_Id = 32U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+4U) { - - Target_Cpu = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - /* Remove LocalCpuID from interrupt target register */ - Target_Cpu &= (~LocalCpuID); - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), Target_Cpu); - - } - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} -/****************************************************************************/ -/** -* It checks if the interrupt target register contains all interrupts to be -* targeted for current CPU. If they are programmed to be forwarded to current -* cpu, this API disable all interrupts and disable GIC distributor. -* This API also removes current CPU from interrupt target registers for all -* interrupt. -* -* @param InstancePtr is a pointer to the instance to be worked on. -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_Stop(XScuGic *InstancePtr) -{ - u32 Int_Id; - u32 RegValue; - u32 Target_Cpu; - #if (defined (USE_AMP) && (USE_AMP==1)) - u32 DistDisable = 0; /* Do not disable distributor */ - #else - u32 DistDisable = 1; /* Track distributor status*/ - #endif - u32 LocalCpuID = ((u32)0x1 << CpuId); - - Xil_AssertVoid(InstancePtr != NULL); - - /* If distributor is already disabled, no need to do anything */ - RegValue = XScuGic_DistReadReg(InstancePtr, XSCUGIC_DIST_EN_OFFSET); - if ((RegValue & XSCUGIC_EN_INT_MASK) == 0U) { - return; - } - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - LocalCpuID |= LocalCpuID << 8U; - LocalCpuID |= LocalCpuID << 16U; - - /* - * Check if the interrupt are targeted to current cpu only or not. - * Also remove current cpu from interrupt target register for all - * interrupts. - */ - for (Int_Id = 32U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+4U) { - - Target_Cpu = XScuGic_DistReadReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - if ((Target_Cpu != LocalCpuID) && (Target_Cpu != (u32)0)) { - /* - * If any other CPU is also programmed to target - * register, GIC distributor can not be disabled. - */ - DistDisable = 0; - } - - /* Remove current CPU from interrupt target register */ - Target_Cpu &= (~LocalCpuID); - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), Target_Cpu); - - } - - /* - * If GIC distributor is safe to be disabled, disable all the interrupt - * and then disable distributor. - */ - if (DistDisable == (u32)1) { - for (Int_Id = 0U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+32U) { - /* - * Disable all the interrupts - */ - XScuGic_DistWriteReg(InstancePtr, - XSCUGIC_EN_DIS_OFFSET_CALC(XSCUGIC_DISABLE_OFFSET, - Int_Id), - 0xFFFFFFFFU); - } - XScuGic_DistWriteReg(InstancePtr, XSCUGIC_DIST_EN_OFFSET, 0U); - } - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/****************************************************************************/ -/** -* This updates the CpuId global variable. -* -* @param CpuCoreId is the CPU core number. -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_SetCpuID(u32 CpuCoreId) -{ - Xil_AssertVoid(CpuCoreId <= 1U); - - CpuId = CpuCoreId; -} - -/****************************************************************************/ -/** -* This function returns the CpuId variable. -* -* @return The CPU core number. -* -* @note None. -* -*****************************************************************************/ -u32 XScuGic_GetCpuID(void) -{ - return CpuId; -} - -#if defined (GICv3) -/****************************************************************************/ -/** -* It marks processor core which calls this API as asleep -* -* @return None. -* -* @note It should be called before suspending processor core. Once this -* API is invoked, pending interrupts for processor core asserts -* WakeRequest, to indicate that the PE is to have its power -* restored In case of Versal SoC, WakeRequest will be consumed by -* psv_psm processor and psmfw will wake up APU processor core. -* -*****************************************************************************/ -void XScuGic_MarkCoreAsleep(XScuGic *InstancePtr) -{ - u32 Waker_State; - - Waker_State = XScuGic_ReDistReadReg(InstancePtr,XSCUGIC_RDIST_WAKER_OFFSET); - XScuGic_ReDistWriteReg(InstancePtr,XSCUGIC_RDIST_WAKER_OFFSET, - Waker_State | - XSCUGIC_RDIST_WAKER_LOW_POWER_STATE_MASK); -} - -/****************************************************************************/ -/** -* It marks processor core which calls this API as awake -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_MarkCoreAwake(XScuGic *InstancePtr) -{ - u32 Waker_State; - - Waker_State = XScuGic_ReDistReadReg(InstancePtr, - XSCUGIC_RDIST_WAKER_OFFSET); - XScuGic_ReDistWriteReg(InstancePtr,XSCUGIC_RDIST_WAKER_OFFSET, - Waker_State & - (~ XSCUGIC_RDIST_WAKER_LOW_POWER_STATE_MASK)); -} -#endif -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic.h deleted file mode 100644 index ce4b290..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic.h +++ /dev/null @@ -1,597 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic.h -* @addtogroup scugic_v4_6 -* @{ -* @details -* -* The generic interrupt controller driver component. -* -* The interrupt controller driver uses the idea of priority for the various -* handlers. Priority is an integer within the range of 1 and 31 inclusive with -* default of 1 being the highest priority interrupt source. The priorities -* of the various sources can be dynamically altered as needed through -* hardware configuration. -* -* The generic interrupt controller supports the following -* features: -* -* - specific individual interrupt enabling/disabling -* - specific individual interrupt acknowledging -* - attaching specific callback function to handle interrupt source -* - assigning desired priority to interrupt source if default is not -* acceptable. -* -* Details about connecting the interrupt handler of the driver are contained -* in the source file specific to interrupt processing, xscugic_intr.c. -* -* This driver is intended to be RTOS and processor independent. It works with -* physical addresses only. Any needs for dynamic memory management, threads -* or thread mutual exclusion, virtual memory, or cache control must be -* satisfied by the layer above this driver. -* -* Interrupt Vector Tables -* -* The device ID of the interrupt controller device is used by the driver as a -* direct index into the configuration data table. The user should populate the -* vector table with handlers and callbacks at run-time using the -* XScuGic_Connect() and XScuGic_Disconnect() functions. -* -* Each vector table entry corresponds to a device that can generate an -* interrupt. Each entry contains an interrupt handler function and an -* argument to be passed to the handler when an interrupt occurs. The -* user must use XScuGic_Connect() when the interrupt handler takes an -* argument other than the base address. -* -* Nested Interrupts Processing -* -* Nested interrupts are not supported by this driver. -* -* NOTE: -* The generic interrupt controller is not a part of the snoop control unit -* as indicated by the prefix "scu" in the name of the driver. -* It is an independent module in APU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------------
-* 1.00a drg  01/19/00 First release
-* 1.01a sdm  11/09/11 The XScuGic and XScuGic_Config structures have changed.
-*		      The HandlerTable (of type XScuGic_VectorTableEntry) is
-*		      moved to XScuGic_Config structure from XScuGic structure.
-*
-*		      The "Config" entry in XScuGic structure is made as
-*		      pointer for better efficiency.
-*
-*		      A new file named as xscugic_hw.c is now added. It is
-*		      to implement low level driver routines without using
-*		      any xscugic instance pointer. They are useful when the
-*		      user wants to use xscugic through device id or
-*		      base address. The driver routines provided are explained
-*		      below.
-*		      XScuGic_DeviceInitialize that takes device id as
-*		      argument and initializes the device (without calling
-*		      XScuGic_CfgInitialize).
-*		      XScuGic_DeviceInterruptHandler that takes device id
-*		      as argument and calls appropriate handlers from the
-*		      HandlerTable.
-*		      XScuGic_RegisterHandler that registers a new handler
-*		      by taking xscugic hardware base address as argument.
-*		      LookupConfigByBaseAddress is used to return the
-*		      corresponding config structure from XScuGic_ConfigTable
-*		      based on the scugic base address passed.
-* 1.02a sdm  12/20/11 Removed AckBeforeService from the XScuGic_Config
-*		      structure.
-* 1.03a srt  02/27/13 Moved Offset calculation macros from *.c and *_hw.c to
-*		      *_hw.h
-*		      Added APIs
-*			- XScuGic_SetPriTrigTypeByDistAddr()
-*			- XScuGic_GetPriTrigTypeByDistAddr()
-*		      (CR 702687)
-*			Added support to direct interrupts to the appropriate CPU. Earlier
-*			  interrupts were directed to CPU1 (hard coded). Now depending
-*			  upon the CPU selected by the user (xparameters.h), interrupts
-*			  will be directed to the relevant CPU. This fixes CR 699688.
-* 1.04a hk   05/04/13 Assigned EffectiveAddr to CpuBaseAddress in
-*			  XScuGic_CfgInitialize. Fix for CR#704400 to remove warnings.
-*			  Moved functions XScuGic_SetPriTrigTypeByDistAddr and
-*             XScuGic_GetPriTrigTypeByDistAddr to xscugic_hw.c.
-*			  This is fix for CR#705621.
-* 1.05a hk   06/26/13 Modified tcl to export external interrupts correctly to
-*                     xparameters.h. Fix for CR's 690505, 708928 & 719359.
-* 2.0   adk  12/10/13 Updated as per the New Tcl API's
-* 2.1   adk  25/04/14 Fixed the CR:789373 changes are made in the driver tcl file.
-* 3.00  kvn  02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.2   asa  02/29/16 Modified DistributorInit function for Zynq AMP case. The
-*			  distributor is left uninitialized for Zynq AMP. It is assumed
-*             that the distributor will be initialized by Linux master. However
-*             for CortexR5 case, the earlier code is left unchanged where the
-*             the interrupt processor target registers in the distributor is
-*             initialized with the corresponding CPU ID on which the application
-*             built over the scugic driver runs.
-*             These changes fix CR#937243.
-*
-* 3.4   asa  04/07/16 Created a new static function DoDistributorInit to simplify
-*            the flow and avoid code duplication. Changes are made for
-*            USE_AMP use case for R5. In a scenario (in R5 split mode) when
-*            one R5 is operating with A53 in open amp config and other
-*            R5 running baremetal app, the existing code
-*            had the potential to stop the whole AMP solution to work (if
-*            for some reason the R5 running the baremetal app tasked to
-*            initialize the Distributor hangs or crashes before initializing).
-*            Changes are made so that the R5 under AMP first checks if
-*            the distributor is enabled or not and if not, it does the
-*            standard Distributor initialization.
-*            This fixes the CR#952962.
-* 3.6   ms   01/23/17 Modified xil_printf statement in main function for all
-*                     examples to ensure that "Successfully ran" and "Failed"
-*                     strings are available in all examples. This is a fix
-*                     for CR-965028.
-*       kvn  02/17/17 Add support for changing GIC CPU master at run time.
-*       kvn  02/28/17 Make the CpuId as static variable and Added new
-*                     XScugiC_GetCpuId to access CpuId.
-*       ms   03/17/17 Added readme.txt file in examples folder for doxygen
-*                     generation.
-* 3.7   ms   04/11/17 Modified tcl file to add suffix U for all macro
-*                     definitions of scugic in xparameters.h
-* 3.8   mus  07/05/17 Updated scugic.tcl to add support for interrupts connected
-*                     through util_reduced_vector IP(OR gate)
-*       mus  07/05/17 Updated xdefine_zynq_canonical_xpars proc to initialize
-*                     the HandlerTable in XScuGic_ConfigTable to 0, it removes
-*                     the compilation warning in xscugic_g.c. Fix for CR#978736.
-*       mus  07/25/17 Updated xdefine_gic_params proc to export correct canonical
-*                     definitions for pl to ps interrupts.Fix for CR#980534
-* 3.9   mus  02/21/18 Added new API's XScuGic_UnmapAllInterruptsFromCpu and
-*                     XScuGic_InterruptUnmapFromCpu, These API's can be used
-*                     by applications to unmap specific/all interrupts from
-*                     target CPU.
-* 3.10  aru  08/23/18 Resolved MISRA-C:2012 compliance mandatory violations
-* 4.0   mus  11/22/18 Fixed bugs in software interrupt generation through
-*                      XScuGic_SoftwareIntr API
-* 4.1   asa  03/30/19 Made changes not to direct each interrupt to all
-*                     available CPUs by default. This was breaking AMP
-*                     behavior. Instead every time an interrupt enable
-*                     request is received, the interrupt was mapped to
-*                     the respective CPU. There were several other changes
-*                     made to implement this. This set of changes was to
-*                     fix CR-1024716.
-* 4.1   mus  06/19/19 Added API's XScuGic_MarkCoreAsleep and
-*                     XScuGic_MarkCoreAwake to mark processor core as
-*                     asleep or awake. Fix for CR#1027220.
-* 4.5   asa  03/07/21 Included a header file xil_spinlock.h to ensure that
-*                     GIC driver can use newly introduced spinlock
-*                     functionality.
-* 4.6	sk   08/05/21 Fix scugic misrac violations.
-*
-* 
-* -******************************************************************************/ - -#ifndef XSCUGIC_H /* prevent circular inclusions */ -#define XSCUGIC_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xil_io.h" -#include "xscugic_hw.h" -#include "xil_exception.h" -#include "xil_spinlock.h" - -/************************** Constant Definitions *****************************/ - -#define EFUSE_STATUS_OFFSET 0x10 -#define EFUSE_STATUS_CPU_MASK 0x80 - -#if !defined (ARMR5) && !defined (__aarch64__) && !defined (ARMA53_32) -#define ARMA9 -#endif - -#define XSCUGIC500_DCTLR_ARE_NS_ENABLE 0x20 -#define XSCUGIC500_DCTLR_ARE_S_ENABLE 0x10 -/**************************** Type Definitions *******************************/ - -/* The following data type defines each entry in an interrupt vector table. - * The callback reference is the base address of the interrupting device - * for the low level driver and an instance pointer for the high level driver. - */ -typedef struct -{ - Xil_InterruptHandler Handler; - void *CallBackRef; -} XScuGic_VectorTableEntry; - -/** - * This typedef contains configuration information for the device. - */ -typedef struct -{ - u16 DeviceId; /**< Unique ID of device */ - u32 CpuBaseAddress; /**< CPU Interface Register base address */ - u32 DistBaseAddress; /**< Distributor Register base address */ - XScuGic_VectorTableEntry HandlerTable[XSCUGIC_MAX_NUM_INTR_INPUTS];/**< - Vector table of interrupt handlers */ -} XScuGic_Config; - -/** - * The XScuGic driver instance data. The user is required to allocate a - * variable of this type for every intc device in the system. A pointer - * to a variable of this type is then passed to the driver API functions. - */ -typedef struct -{ - XScuGic_Config *Config; /**< Configuration table entry */ - u32 IsReady; /**< Device is initialized and ready */ - u32 UnhandledInterrupts; /**< Intc Statistics */ -} XScuGic; - -/************************** Variable Definitions *****************************/ - -extern XScuGic_Config XScuGic_ConfigTable[]; /**< Config table */ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Write the given CPU Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_CPUWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_CPUWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->CpuBaseAddress), (RegOffset), \ - ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given CPU Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_CPUReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_CPUReadReg(InstancePtr, RegOffset) \ - (XScuGic_ReadReg(((InstancePtr)->Config->CpuBaseAddress), (RegOffset))) - -/****************************************************************************/ -/** -* -* Write the given Distributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_DistWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_DistWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->DistBaseAddress), (RegOffset), \ - ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given Distributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_DistReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_DistReadReg(InstancePtr, RegOffset) \ -(XScuGic_ReadReg(((InstancePtr)->Config->DistBaseAddress), (RegOffset))) - -/****************************************************************************/ -/** -* -* Write the given ReDistributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_DistWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_ReDistWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->DistBaseAddress)+ \ - XSCUGIC_RDIST_OFFSET, (RegOffset), ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given ReDistributor Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_DistReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_ReDistReadReg(InstancePtr, RegOffset) \ -(XScuGic_ReadReg((((InstancePtr)->Config->DistBaseAddress)+ \ -XSCUGIC_RDIST_OFFSET), (RegOffset))) - -/****************************************************************************/ -/** -* -* Write the given ReDistributor SGI PPI Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_DistWriteReg(XScuGic *InstancePtr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_ReDistSGIPPIWriteReg(InstancePtr, RegOffset, Data) \ -(XScuGic_WriteReg(((InstancePtr)->Config->DistBaseAddress)+ \ - XSCUGIC_RDIST_SGI_PPI_OFFSET, (RegOffset), ((u32)(Data)))) - -/****************************************************************************/ -/** -* -* Read the given ReDistributor SGI PPI Interface register -* -* @param InstancePtr is a pointer to the instance to be worked on. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_DistReadReg(XScuGic *InstancePtr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_ReDistSGIPPIReadReg(InstancePtr, RegOffset) \ -(XScuGic_ReadReg((((InstancePtr)->Config->DistBaseAddress)+ \ - XSCUGIC_RDIST_SGI_PPI_OFFSET), (RegOffset))) - -/****************************************************************************/ -/** -* This function enables system register interface for GIC CPU Interface -* -* @param value to be written -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_Enable_SystemReg_CPU_Interface_EL3() mtcp(S3_6_C12_C12_5, 0xF); -#define XScuGic_Enable_SystemReg_CPU_Interface_EL1() mtcp(S3_0_C12_C12_5, 0xF); -/****************************************************************************/ -/** -* This function enables Grou0 interrupts -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_Enable_Group0_Interrupts() mtcp(S3_0_C12_C12_6,0x1); -/****************************************************************************/ -/** -* This function enables Group1 interrupts -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#if defined (__aarch64__) -#if EL1_NONSECURE -#define XScuGic_Enable_Group1_Interrupts() \ - mtcp (S3_0_C12_C12_7, 0x1 | mfcp(S3_0_C12_C12_7) ); -#else -#define XScuGic_Enable_Group1_Interrupts() \ - mtcp (S3_6_C12_C12_7, 0x1 | mfcp(S3_6_C12_C12_7) ); -#endif -#endif -/****************************************************************************/ -/** -* This function writes to ICC_SGI0R_EL1 -* -* @param value to be written -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_WriteICC_SGI0R_EL1(val) mtcp(S3_0_C12_C11_7,val) - -/****************************************************************************/ -/** -* This function writes to ICC_SGI1R_EL1 -* -* @param value to be written -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_WriteICC_SGI1R_EL1(val) mtcp(S3_0_C12_C11_5,val) - -/****************************************************************************/ -/** -* This function reads ICC_SGI1R_EL1 register -* -* @param None -* -* @return Value of ICC_SGI1R_EL1 register -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_ReadICC_SGI1R_EL1() mfcp(S3_0_C12_C11_5) -/****************************************************************************/ -/** -* This function sets interrupt priority filter -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_set_priority_filter(val) __asm__ __volatile__("msr S3_0_C4_C6_0,%0" : : "r" (val)) -/****************************************************************************/ -/** -* This function returns interrupt id of highest priority pending interrupt -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#if defined (__aarch64__) -#if EL3 -#define XScuGic_get_IntID() mfcp(S3_0_C12_C8_0) -#else -#define XScuGic_get_IntID() mfcp(S3_0_C12_C12_0) -#endif -#endif -/****************************************************************************/ -/** -* This function acks the interrupt -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#if defined (__aarch64__) -#if EL3 -#define XScuGic_ack_Int(val) mtcp(S3_0_C12_C8_1,val) -#else -#define XScuGic_ack_Int(val) mtcp(S3_0_C12_C12_1,val) -#endif -#endif -/****************************************************************************/ -/** -* This macro returns bit position for the specific interrupt's trigger type -* configuration within GICR_ICFGR0/GICR_ICFGR1 register -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -#define XScuGic_Get_Rdist_Int_Trigger_Index(IntrId) (((Int_Id%16) & 0x1f) << 2) +1 -/************************** Function Prototypes ******************************/ - -/* - * Required functions in xscugic.c - */ - -s32 XScuGic_Connect(XScuGic *InstancePtr, u32 Int_Id, - Xil_InterruptHandler Handler, void *CallBackRef); -void XScuGic_Disconnect(XScuGic *InstancePtr, u32 Int_Id); - -void XScuGic_Enable(XScuGic *InstancePtr, u32 Int_Id); -void XScuGic_Disable(XScuGic *InstancePtr, u32 Int_Id); - -s32 XScuGic_CfgInitialize(XScuGic *InstancePtr, XScuGic_Config *ConfigPtr, - u32 EffectiveAddr); - -s32 XScuGic_SoftwareIntr(XScuGic *InstancePtr, u32 Int_Id, u32 Cpu_Identifier); - -void XScuGic_GetPriorityTriggerType(XScuGic *InstancePtr, u32 Int_Id, - u8 *Priority, u8 *Trigger); -void XScuGic_SetPriorityTriggerType(XScuGic *InstancePtr, u32 Int_Id, - u8 Priority, u8 Trigger); -void XScuGic_InterruptMaptoCpu(XScuGic *InstancePtr, u8 Cpu_Identifier, u32 Int_Id); -void XScuGic_InterruptUnmapFromCpu(XScuGic *InstancePtr, u8 Cpu_Identifier, u32 Int_Id); -void XScuGic_UnmapAllInterruptsFromCpu(XScuGic *InstancePtr, u8 Cpu_Identifier); -void XScuGic_Stop(XScuGic *InstancePtr); -void XScuGic_SetCpuID(u32 CpuCoreId); -u32 XScuGic_GetCpuID(void); -/* - * Initialization functions in xscugic_sinit.c - */ -XScuGic_Config *XScuGic_LookupConfig(u16 DeviceId); - -/* - * Interrupt functions in xscugic_intr.c - */ -void XScuGic_InterruptHandler(XScuGic *InstancePtr); - -/* - * Self-test functions in xscugic_selftest.c - */ -s32 XScuGic_SelfTest(XScuGic *InstancePtr); - -#if defined (GICv3) -void XScuGic_MarkCoreAsleep(XScuGic *InstancePtr); -void XScuGic_MarkCoreAwake(XScuGic *InstancePtr); -#endif -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_g.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_g.c deleted file mode 100644 index 229012b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_g.c +++ /dev/null @@ -1,33 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xscugic.h" - -/* -* The configuration table for devices -*/ - -XScuGic_Config XScuGic_ConfigTable[XPAR_XSCUGIC_NUM_INSTANCES] = -{ - { - XPAR_PS7_SCUGIC_0_DEVICE_ID, - XPAR_PS7_SCUGIC_0_BASEADDR, - XPAR_PS7_SCUGIC_0_DIST_BASEADDR, - {{0}} /**< Initialize the HandlerTable to 0 */ - } -}; - - diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_hw.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_hw.c deleted file mode 100644 index d6b7040..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_hw.c +++ /dev/null @@ -1,949 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic_hw.c -* @addtogroup scugic_v4_6 -* @{ -* -* This file contains low-level driver functions that can be used to access the -* device. The user should refer to the hardware device specification for more -* details of the device operation. -* These routines are used when the user does not want to create an instance of -* XScuGic structure but still wants to use the ScuGic device. Hence the -* routines provided here take device id or scugic base address as arguments. -* Separate static versions of DistInit and CPUInit are provided to implement -* the low level driver routines. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.01a sdm  07/18/11 First release
-* 1.03a srt  02/27/13 Moved Offset calculation macros from *_hw.c (CR
-*                     702687).
-*                     Added support to direct interrupts to the appropriate
-*                     CPU. Earlier interrupts were directed to CPU1
-*                     (hard coded). Now depending upon the CPU selected by
-*                     the user (xparameters.h), interrupts will be directed
-*                     to the relevant CPU.This fixes CR 699688.
-* 1.04a hk   05/04/13 Fix for CR#705621. Moved functions
-*                     XScuGic_SetPriTrigTypeByDistAddr and
-*                     XScuGic_GetPriTrigTypeByDistAddr here from xscugic.c
-* 3.00  kvn  02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.6   kvn  02/17/17 Add support for changing GIC CPU master at run time.
-*       kvn  02/28/17 Make the CpuId as static variable and Added new
-*                     XScugiC_GetCpuId to access CpuId.
-* 3.9   mus  02/21/18 Added new API's
-*                     XScuGic_InterruptUnmapFromCpuByDistAddr and
-*                     XScuGic_UnmapAllInterruptsFromCpuByDistAddr, These
-*                     API's can be used by applications to unmap
-*                     specific/all interrupts from target CPU. It fixes
-*                     CR#992490.
-* 3.10  mus  07/17/18 Updated XScuGic_DeviceInterruptHandler to fix array
-*                     overrun reported by coverity tool. It fixes
-*                     CR#1006344.
-* 3.10  mus  07/17/18 Updated file to fix the various coding style issues
-*                     reported by checkpatch. It fixes CR#1006344.
-* 3.10  aru  08/23/18 Resolved MISRA-C:2012 compliance mandatory violations
-*                     It fixes CR#1007753
-* 3.10  mus  09/19/18 Update documentation for XScuGic_RegisterHandler to
-*                     fix doxygen warnings.
-* 4.1   asa  03/30/19 Made changes not to direct each interrupt to all
-*                     available CPUs by default. This was breaking AMP
-*                     behavior. Instead every time an interrupt enable
-*                     request is received, the interrupt was mapped to
-*                     the respective CPU. There were several other changes
-*                     made to implement this including adding APIs:
-*                     XScuGic_InterruptMapFromCpuByDistAddr,
-*                     XScuGic_EnableIntr, and XScuGic_DisableIntr.
-*                     This set of changes was to fix CR-1024716.
-* 4.1   mus  06/12/19 Updated existing low level API's to support GIC500. It
-*                     fixes CR#1033401.
-* 4.3   mus  05/11/20 Added assert checks in XScuGic_EnableIntr and
-*                     XScuGic_DisableIntr API. It fixes CR#1063034.
-* 4.5   asa  03/07/21 Added spinlock protection for critical sections in the
-*                     code. The sections are critical when applications
-*                     running on separate CPUs (R5s or A9s) try to update
-*                     the same register. The spinlock mechanism used here
-*                     used exclusive load and store instructions. To ensure
-*                     that legacy behavior is not broken, unless someone
-*                     enables spinlocks explicitely in their applications
-*                     the existing flow will remain unchanged. On how to
-*                     enable spinlocks, please refer to the documentations
-*                     at: lib/bsp/standalone/src/arm/common/gcc/xil_spinlock.c
-* 4.6	sk   08/05/21 Fix Scugic Misrac violations.
-* 4.7	sk   09/14/21 Fix gcc compiler warnings for A72 processor.
-* 
-* -******************************************************************************/ - - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xscugic.h" -#include "xparameters.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -static void DistInit(const XScuGic_Config *Config); -#if !defined (GICv3) -static void CPUInit(const XScuGic_Config *Config); -#endif -static XScuGic_Config *LookupConfigByBaseAddress(u32 CpuBaseAddress); - -/************************** Variable Definitions *****************************/ - - -/*****************************************************************************/ -/** -* -* DistInit initializes the distributor of the GIC. The -* initialization entails: -* -* - Write the trigger mode, priority and target CPU -* - All interrupt sources are disabled -* - Enable the distributor -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param CpuID is the Cpu ID to be initialized. -* -* @return None -* -* @note None. -* -******************************************************************************/ -static void DistInit(const XScuGic_Config *Config) -{ - u32 Int_Id; - -#if (defined (USE_AMP) && (USE_AMP==1)) - #warning "Building GIC for AMP" - - /* - * The distributor should not be initialized by FreeRTOS in the case of - * AMP -- it is assumed that Linux is the master of this device in that - * case. - */ - return; -#endif - -#if defined (GICv3) - u32 Temp; - u32 Waker_State; - - Waker_State = XScuGic_ReadReg((Config->DistBaseAddress) + - XSCUGIC_RDIST_OFFSET,XSCUGIC_RDIST_WAKER_OFFSET); - XScuGic_WriteReg((Config->DistBaseAddress) + - XSCUGIC_RDIST_OFFSET,XSCUGIC_RDIST_WAKER_OFFSET, - Waker_State & (~ XSCUGIC_RDIST_WAKER_LOW_POWER_STATE_MASK)); - /* Enable system reg interface through ICC_SRE_EL1 */ -#if EL3 - XScuGic_Enable_SystemReg_CPU_Interface_EL3(); -#endif - XScuGic_Enable_SystemReg_CPU_Interface_EL1(); - isb(); - - Temp = XScuGic_ReadReg(Config->DistBaseAddress, XSCUGIC_DIST_EN_OFFSET); - Temp |= (XSCUGIC500_DCTLR_ARE_NS_ENABLE | XSCUGIC500_DCTLR_ARE_S_ENABLE); - Temp &= ~(XSCUGIC_EN_INT_MASK); - XScuGic_WriteReg(Config->DistBaseAddress, XSCUGIC_DIST_EN_OFFSET, Temp); -#else - XScuGic_WriteReg(Config->DistBaseAddress, XSCUGIC_DIST_EN_OFFSET, 0U); -#endif - - /* - * Set the security domains in the int_security registers for non-secure - * interrupts. All are secure, so leave at the default. Set to 1 for - * non-secure interrupts. - */ - - - /* - * For the Shared Peripheral Interrupts INT_ID[MAX..32], set: - */ - - /* - * 1. The trigger mode in the int_config register - * Only write to the SPI interrupts, so start at 32 - */ - for (Int_Id = 32U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+16U) { - /* - * Each INT_ID uses two bits, or 16 INT_ID per register - * Set them all to be level sensitive, active HIGH. - */ - XScuGic_WriteReg(Config->DistBaseAddress, - XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id), 0U); - } - - -#define DEFAULT_PRIORITY 0xa0a0a0a0U - for (Int_Id = 0U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+4U) { - /* - * 2. The priority using int the priority_level register - * The priority_level and spi_target registers use one byte per - * INT_ID. - * Write a default value that can be changed elsewhere. - */ - XScuGic_WriteReg(Config->DistBaseAddress, - XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id), - DEFAULT_PRIORITY); - } - -#if defined (GICv3) - for (Int_Id = 0U; Int_IdDistBaseAddress, - XSCUGIC_SECURITY_TARGET_OFFSET_CALC(Int_Id), - XSCUGIC_DEFAULT_SECURITY); - } - /* - * Set security for SGI/PPI - * - */ - XScuGic_WriteReg( Config->DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_IGROUPR_OFFSET, XSCUGIC_DEFAULT_SECURITY); -#endif - - for (Int_Id = 0U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+32U) { - /* - * 4. Enable the SPI using the enable_set register. - * Leave all disabled for now. - */ - XScuGic_WriteReg(Config->DistBaseAddress, - XSCUGIC_EN_DIS_OFFSET_CALC(XSCUGIC_DISABLE_OFFSET, - Int_Id), - 0xFFFFFFFFU); - - } - -#if defined (GICv3) - Temp = XScuGic_ReadReg(Config->DistBaseAddress, XSCUGIC_DIST_EN_OFFSET); - Temp |= XSCUGIC_EN_INT_MASK; - XScuGic_WriteReg(Config->DistBaseAddress, XSCUGIC_DIST_EN_OFFSET, Temp); - XScuGic_Enable_Group1_Interrupts(); - XScuGic_Enable_Group0_Interrupts(); - XScuGic_set_priority_filter(0xff); -#else - - XScuGic_WriteReg(Config->DistBaseAddress, XSCUGIC_DIST_EN_OFFSET, - XSCUGIC_EN_INT_MASK); -#endif - -} - -#if !defined (GICv3) -/*****************************************************************************/ -/** -* -* CPUInit initializes the CPU Interface of the GIC. The initialization entails: -* -* - Set the priority of the CPU. -* - Enable the CPU interface -* -* @param ConfigPtr is a pointer to a config table for the particular -* device this driver is associated with. -* -* @return None -* -* @note None. -* -******************************************************************************/ -static void CPUInit(const XScuGic_Config *Config) -{ - /* - * Program the priority mask of the CPU using the Priority mask - * register - */ - XScuGic_WriteReg(Config->CpuBaseAddress, XSCUGIC_CPU_PRIOR_OFFSET, - 0xF0U); - - /* - * If the CPU operates in both security domains, set parameters in the - * control_s register. - * 1. Set FIQen=1 to use FIQ for secure interrupts, - * 2. Program the AckCtl bit - * 3. Program the SBPR bit to select the binary pointer behavior - * 4. Set EnableS = 1 to enable secure interrupts - * 5. Set EnbleNS = 1 to enable non secure interrupts - */ - - /* - * If the CPU operates only in the secure domain, setup the - * control_s register. - * 1. Set FIQen=1, - * 2. Set EnableS=1, to enable the CPU interface to signal secure . - * interrupts Only enable the IRQ output unless secure interrupts - * are needed. - */ - XScuGic_WriteReg(Config->CpuBaseAddress, XSCUGIC_CONTROL_OFFSET, 0x07U); - -} -#endif - -/*****************************************************************************/ -/** -* -* Initialize the GIC based on the device id. The -* initialization entails: -* -* - Initialize distributor interface -* - Initialize cpu interface -* -* @param DeviceId is device id to be worked on. -* -* @return -* -* - XST_SUCCESS if initialization was successful -* -* @note -* -* None. -* -******************************************************************************/ -s32 XScuGic_DeviceInitialize(u32 DeviceId) -{ - XScuGic_Config *Config; - - Config = &XScuGic_ConfigTable[(u32)DeviceId]; - DistInit(Config); -#if !defined (GICv3) - CPUInit(Config); -#endif - - return XST_SUCCESS; -} - -/*****************************************************************************/ -/** -* This function is the primary interrupt handler for the driver. It must be -* connected to the interrupt source such that it is called when an interrupt of -* the interrupt controller is active. It will resolve which interrupts are -* active and enabled and call the appropriate interrupt handler. It uses -* the Interrupt Type information to determine when to acknowledge the -* interrupt.Highest priority interrupts are serviced first. -* -* This function assumes that an interrupt vector table has been previously -* initialized. It does not verify that entries in the table are valid before -* calling an interrupt handler. -* -* @param DeviceId is the unique identifier for the ScuGic device. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XScuGic_DeviceInterruptHandler(void *DeviceId) -{ - - u32 InterruptID; -#if !defined (GICv3) - u32 IntIDFull; -#endif - XScuGic_VectorTableEntry *TablePtr; - XScuGic_Config *CfgPtr; - - CfgPtr = &XScuGic_ConfigTable[(INTPTR)DeviceId]; - -#if defined (GICv3) - InterruptID = XScuGic_get_IntID(); -#else - /* - * Read the int_ack register to identify the highest priority - * interrupt ID and make sure it is valid. Reading Int_Ack will - * clear the interrupt in the GIC. - */ - IntIDFull = XScuGic_ReadReg(CfgPtr->CpuBaseAddress, - XSCUGIC_INT_ACK_OFFSET); - InterruptID = IntIDFull & XSCUGIC_ACK_INTID_MASK; - -#endif - if (XSCUGIC_MAX_NUM_INTR_INPUTS <= InterruptID) { - goto IntrExit; - } - - /* - * If the interrupt is shared, do some locking here if there are - * multiple processors. - */ - /* - * If preemption is required: - * Re-enable preemption by setting the CPSR I bit for non-secure , - * interrupts or the F bit for secure interrupts - */ - - /* - * If we need to change security domains, issue a SMC instruction here. - */ - - /* - * Execute the ISR. Jump into the Interrupt service routine based on - * the IRQSource. A software trigger is cleared by the ACK. - */ - TablePtr = &(CfgPtr->HandlerTable[InterruptID]); - if (TablePtr != NULL) { - TablePtr->Handler(TablePtr->CallBackRef); - } - -IntrExit: - /* - * Write to the EOI register, we are all done here. - * Let this function return, the boot code will restore the stack. - */ -#if defined (GICv3) - XScuGic_ack_Int(InterruptID); -#else - XScuGic_WriteReg(CfgPtr->CpuBaseAddress, XSCUGIC_EOI_OFFSET, IntIDFull); -#endif - - /* - * Return from the interrupt. Change security domains could happen - * here. - */ -} - -/*****************************************************************************/ -/** -* -* Register a handler function for a specific interrupt ID. The vector table -* of the interrupt controller is updated, overwriting any previous handler. -* The handler function will be called when an interrupt occurs for the given -* interrupt ID. -* -* @param BaseAddress is the CPU Interface Register base address of the -* interrupt controller whose vector table will be modified. -* @param InterruptID is the interrupt ID to be associated with the input -* handler. -* @param IntrHandler is the function pointer that will be added to -* the vector table for the given interrupt ID. -* @param CallBackRef is the argument that will be passed to the new -* handler function when it is called. This is user-specific. -* -* @return None. -* -* @note -* -* Note that this function has no effect if the input base address is invalid. -* -******************************************************************************/ -void XScuGic_RegisterHandler(u32 BaseAddress, s32 InterruptID, - Xil_InterruptHandler IntrHandler, void *CallBackRef) -{ - XScuGic_Config *CfgPtr; - CfgPtr = LookupConfigByBaseAddress(BaseAddress); - - if (CfgPtr != NULL) { - if (IntrHandler != NULL) { - CfgPtr->HandlerTable[InterruptID].Handler = - (Xil_InterruptHandler)IntrHandler; - } - if (CallBackRef != NULL) { - CfgPtr->HandlerTable[InterruptID].CallBackRef = - CallBackRef; - } - } -} - -/*****************************************************************************/ -/** -* -* Looks up the device configuration based on the CPU interface base address of -* the device. A table contains the configuration info for each device in the -* system. -* -* @param CpuBaseAddress is the CPU Interface Register base address. -* -* @return A pointer to the configuration structure for the specified -* device, or NULL if the device was not found. -* -* @note None. -* -******************************************************************************/ -static XScuGic_Config *LookupConfigByBaseAddress(u32 CpuBaseAddress) -{ - XScuGic_Config *CfgPtr = NULL; - u32 Index; - - for (Index = 0U; Index < XPAR_SCUGIC_NUM_INSTANCES; Index++) { - if (XScuGic_ConfigTable[Index].CpuBaseAddress == - CpuBaseAddress) { - CfgPtr = &XScuGic_ConfigTable[Index]; - break; - } - } - - return (XScuGic_Config *)CfgPtr; -} - -/****************************************************************************/ -/** -* Sets the interrupt priority and trigger type for the specificd IRQ source. -* -* @param DistBaseAddress is the distributor base address -* @param Int_Id is the IRQ source number to modify -* @param Priority is the new priority for the IRQ source. 0 is highest -* priority, 0xF8(248) is lowest. There are 32 priority -* levels supported with a step of 8. Hence the supported -* priorities are 0, 8, 16, 32, 40 ..., 248. -* @param Trigger is the new trigger type for the IRQ source. -* Each bit pair describes the configuration for an INT_ID. -* SFI Read Only b10 always -* PPI Read Only depending on how the PPIs are configured. -* b01 Active HIGH level sensitive -* b11 Rising edge sensitive -* SPI LSB is read only. -* b01 Active HIGH level sensitive -* b11 Rising edge sensitive/ -* -* @return None. -* -* @note This API has the similar functionality of XScuGic_SetPriority -* TriggerType() and should be used when there is no InstancePtr. -* -*****************************************************************************/ -void XScuGic_SetPriTrigTypeByDistAddr(u32 DistBaseAddress, u32 Int_Id, - u8 Priority, u8 Trigger) -{ - u32 RegValue; -#if defined (GICv3) - u32 Temp; - u32 Index; -#endif - u8 LocalPriority = Priority; - - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(Trigger <= XSCUGIC_INT_CFG_MASK); - Xil_AssertVoid(LocalPriority <= XSCUGIC_MAX_INTR_PRIO_VAL); -#if defined (GICv3) - if (Int_Id < XSCUGIC_SPI_INT_ID_START ) - { - XScuGic_WriteReg(DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_INT_PRIORITY_OFFSET_CALC(Int_Id),Priority); - Temp = XScuGic_ReadReg(DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_INT_CONFIG_OFFSET_CALC(Int_Id)); - Index = XScuGic_Get_Rdist_Int_Trigger_Index(Int_Id); - Temp |= (Trigger << Index); - XScuGic_WriteReg(DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_INT_CONFIG_OFFSET_CALC(Int_Id),Temp); - return; - } -#endif - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - /* - * Determine the register to write to using the Int_Id. - */ - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id)); - - /* - * The priority bits are Bits 7 to 3 in GIC Priority Register. This - * means the number of priority levels supported are 32 and they are - * in steps of 8. The priorities can be 0, 8, 16, 32, 48, ... etc. - * The lower order 3 bits are masked before putting it in the register. - */ - LocalPriority = LocalPriority & XSCUGIC_INTR_PRIO_MASK; - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue &= ~((u32)XSCUGIC_PRIORITY_MASK << ((Int_Id%4U)*8U)); - RegValue |= (u32)LocalPriority << ((Int_Id%4U)*8U); - - /* - * Write the value back to the register. - */ - XScuGic_WriteReg(DistBaseAddress, XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id), - RegValue); - /* - * Determine the register to write to using the Int_Id. - */ - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id)); - - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue &= ~((u32)XSCUGIC_INT_CFG_MASK << ((Int_Id%16U)*2U)); - RegValue |= (u32)Trigger << ((Int_Id%16U)*2U); - - /* - * Write the value back to the register. - */ - XScuGic_WriteReg(DistBaseAddress, XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id), - RegValue); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/****************************************************************************/ -/** -* Gets the interrupt priority and trigger type for the specificd IRQ source. -* -* @param DistBaseAddress is the distributor base address -* @param Int_Id is the IRQ source number to modify -* @param Priority is a pointer to the value of the priority of the IRQ -* source. This is a return value. -* @param Trigger is pointer to the value of the trigger of the IRQ -* source. This is a return value. -* -* @return None. -* -* @note This API has the similar functionality of XScuGic_GetPriority -* TriggerType() and should be used when there is no InstancePtr. -* -*****************************************************************************/ -void XScuGic_GetPriTrigTypeByDistAddr(u32 DistBaseAddress, u32 Int_Id, - u8 *Priority, u8 *Trigger) -{ - u32 RegValue; - - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - Xil_AssertVoid(Priority != NULL); - Xil_AssertVoid(Trigger != NULL); - - /* - * Determine the register to read to using the Int_Id. - */ - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_PRIORITY_OFFSET_CALC(Int_Id)); - - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue = RegValue >> ((Int_Id%4U)*8U); - *Priority = (u8)(RegValue & XSCUGIC_PRIORITY_MASK); - - /* - * Determine the register to read to using the Int_Id. - */ - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_INT_CFG_OFFSET_CALC(Int_Id)); - - /* - * Shift and Mask the correct bits for the priority and trigger in the - * register - */ - RegValue = RegValue >> ((Int_Id%16U)*2U); - - *Trigger = (u8)(RegValue & XSCUGIC_INT_CFG_MASK); -} - -/****************************************************************************/ -/** -* Sets the target CPU for the interrupt of a peripheral -* -* @param DistBaseAddress is the device base address -* @param Cpu_Id is a CPU number from which the interrupt has to be -* unmapped -* @param Int_Id is the IRQ source number to modify -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_InterruptMapFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id, u32 Int_Id) -{ - u32 RegValue; -#if !defined (GICv3) - u32 Offset; - u8 Cpu_CoreId; -#endif - - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); -#if defined (GICv3) - u32 Temp; - if (Int_Id >= 32) { - Temp = Int_Id - 32; - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_IROUTER_OFFSET_CALC(Temp)); - RegValue |= (Cpu_Id); - XScuGic_WriteReg(DistBaseAddress, XSCUGIC_IROUTER_OFFSET_CALC(Temp), - RegValue); - } -#else - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - - Offset = (Int_Id & 0x3U); - Cpu_CoreId = (0x1U << Cpu_Id); - - RegValue |= (u32)(Cpu_CoreId) << (Offset*8U); - - XScuGic_WriteReg(DistBaseAddress, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), - RegValue); - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -#endif -} - -/****************************************************************************/ -/** -* Unmaps specific SPI interrupt from the target CPU -* -* @param DistBaseAddress is the device base address -* @param Cpu_Id is a CPU number from which the interrupt has to be -* unmapped -* @param Int_Id is the IRQ source number to modify -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_InterruptUnmapFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id, u32 Int_Id) -{ - u32 RegValue; -#if !defined (GICv3) - u32 Offset; - u32 Cpu_CoreId; -#endif - - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); -#if defined (GICv3) - u32 Temp; - if (Int_Id >= 32 && Cpu_Id != 0) { - Temp = Int_Id - 32; - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_IROUTER_OFFSET_CALC(Temp)); - RegValue &= ~(Cpu_Id); - XScuGic_WriteReg(DistBaseAddress, XSCUGIC_IROUTER_OFFSET_CALC(Temp), - RegValue); - } else if (Cpu_Id == 0) { - xil_printf("Error: Unable to unmap interrupt id %d from core %d",Int_Id,Cpu_Id); - } -#else - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - RegValue = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - - Offset = (Int_Id & 0x3U); - Cpu_CoreId = ((u32)0x1U << Cpu_Id); - - RegValue &= ~(Cpu_CoreId << (Offset*8U)); - XScuGic_WriteReg(DistBaseAddress, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), RegValue); - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -#endif -} - -/****************************************************************************/ -/** -* Unmaps all SPI interrupts from the target CPU -* -* @param DistBaseAddress is the device base address -* @param Cpu_Id is a CPU number from which the interrupts has to be -* unmapped -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XScuGic_UnmapAllInterruptsFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id) -{ - u32 Int_Id; - u32 Target_Cpu; - u32 LocalCpuID = ((u32)1U << Cpu_Id); - - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - - LocalCpuID |= LocalCpuID << 8U; - LocalCpuID |= LocalCpuID << 16U; - - for (Int_Id = 32U; Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS; - Int_Id = Int_Id+4U) { - - Target_Cpu = XScuGic_ReadReg(DistBaseAddress, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id)); - /* Remove LocalCpuID from interrupt target register */ - Target_Cpu &= (~LocalCpuID); - XScuGic_WriteReg(DistBaseAddress, - XSCUGIC_SPI_TARGET_OFFSET_CALC(Int_Id), Target_Cpu); - - } - - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/*****************************************************************************/ -/** -* -* Enables the interrupt source provided as the argument Int_Id. Any pending -* interrupt condition for the specified Int_Id will occur after this function is -* called. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param Int_Id contains the ID of the interrupt source and should be -* in the range of 0 to XSCUGIC_MAX_NUM_INTR_INPUTS - 1 -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XScuGic_EnableIntr (u32 DistBaseAddress, u32 Int_Id) -{ - u8 Cpu_Id = (u8)XScuGic_GetCpuID(); -#if defined (GICv3) - u32 Temp; -#endif - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - -#if defined (GICv3) - if (Int_Id < XSCUGIC_SPI_INT_ID_START) { - XScuGic_InterruptMapFromCpuByDistAddr(DistBaseAddress, Cpu_Id, - Int_Id); - - Int_Id &= 0x1f; - Int_Id = 1 << Int_Id; - - Temp = XScuGic_ReadReg(DistBaseAddress + - XSCUGIC_RDIST_SGI_PPI_OFFSET, XSCUGIC_RDIST_ISENABLE_OFFSET); - Temp |= Int_Id; - XScuGic_WriteReg(DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_ISENABLE_OFFSET,Temp); - } -#endif - - XScuGic_InterruptMapFromCpuByDistAddr(DistBaseAddress, Cpu_Id, Int_Id); - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - XScuGic_WriteReg((DistBaseAddress), XSCUGIC_ENABLE_SET_OFFSET + - (((Int_Id) / 32U) * 4U), ((u32)0x00000001U << ((Int_Id) % 32U))); - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/*****************************************************************************/ -/** -* -* Disables the interrupt source provided as the argument Int_Id such that the -* interrupt controller will not cause interrupts for the specified Int_Id. The -* interrupt controller will continue to hold an interrupt condition for the -* Int_Id, but will not cause an interrupt. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* @param Int_Id contains the ID of the interrupt source and should be -* in the range of 0 to XSCUGIC_MAX_NUM_INTR_INPUTS - 1 -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XScuGic_DisableIntr (u32 DistBaseAddress, u32 Int_Id) -{ - u8 Cpu_Id = (u8)XScuGic_GetCpuID(); - Xil_AssertVoid(Int_Id < XSCUGIC_MAX_NUM_INTR_INPUTS); - -#if defined (GICv3) - u32 Temp; - - if (Int_Id < XSCUGIC_SPI_INT_ID_START) { - - XScuGic_InterruptUnmapFromCpuByDistAddr(DistBaseAddress + - XSCUGIC_RDIST_SGI_PPI_OFFSET, Cpu_Id, Int_Id); - - Int_Id &= 0x1f; - Int_Id = 1 << Int_Id; - - Temp = XScuGic_ReadReg(DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_ISENABLE_OFFSET); - Temp &= ~Int_Id; - XScuGic_WriteReg(DistBaseAddress + XSCUGIC_RDIST_SGI_PPI_OFFSET, - XSCUGIC_RDIST_ISENABLE_OFFSET,Temp); - } -#endif - XScuGic_InterruptUnmapFromCpuByDistAddr(DistBaseAddress, Cpu_Id, Int_Id); - /* - * Call spinlock to protect multiple applications running at separate - * CPUs to write to the same register. This macro also ensures that - * the spinlock mechanism is used only if spinlock is enabled by - * user. - */ - XIL_SPINLOCK(); - XScuGic_WriteReg((DistBaseAddress), XSCUGIC_DISABLE_OFFSET + - (((Int_Id) / 32U) * 4U), ((u32)0x00000001U << ((Int_Id) % 32U))); - /* - * Release the lock previously taken. This macro ensures that the lock - * is given only if spinlock mechanism is enabled by the user. - */ - XIL_SPINUNLOCK(); -} - -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_hw.h deleted file mode 100644 index a270af6..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_hw.h +++ /dev/null @@ -1,691 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic_hw.h -* @addtogroup scugic_v4_6 -* @{ -* -* This header file contains identifiers and HW access functions (or -* macros) that can be used to access the device. The user should refer to the -* hardware device specification for more details of the device operation. -* The driver functions/APIs are defined in xscugic.h. -* -* This GIC device has two parts, a distributor and CPU interface(s). Each part -* has separate register definition sections. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------------
-* 1.00a drg  01/19/10 First release
-* 1.01a sdm  11/09/11 "xil_exception.h" added as include.
-*		      Macros XScuGic_EnableIntr and XScuGic_DisableIntr are
-*		      added to enable or disable interrupts based on
-*		      Distributor Register base address. Normally users use
-*		      XScuGic instance and call XScuGic_Enable or
-*		      XScuGic_Disable to enable/disable interrupts. These
-*		      new macros are provided when user does not want to
-*		      use an instance pointer but still wants to enable or
-*		      disable interrupts.
-*		      Function prototypes for functions (present in newly
-*		      added file xscugic_hw.c) are added.
-* 1.03a srt  02/27/13 Moved Offset calculation macros from *_hw.c (CR
-*		      702687).
-* 1.04a hk   05/04/13 Fix for CR#705621. Moved function prototypes
-*		      XScuGic_SetPriTrigTypeByDistAddr and
-*         	      XScuGic_GetPriTrigTypeByDistAddr here from xscugic.h
-* 3.0	pkp  12/09/14 changed XSCUGIC_MAX_NUM_INTR_INPUTS for
-*		      Zynq Ultrascale Mp
-* 3.0   kvn  02/13/14 Modified code for MISRA-C:2012 compliance.
-* 3.2	pkp  11/09/15 Corrected the interrupt processsor target mask value
-*					  for CPU interface 2 i.e. XSCUGIC_SPI_CPU2_MASK
-* 3.9   mus  02/21/18 Added new API's XScuGic_InterruptUnmapFromCpuByDistAddr
-*					  and XScuGic_UnmapAllInterruptsFromCpuByDistAddr, These
-*					  API's can be used by applications to unmap specific/all
-*					  interrupts from target CPU. It fixes CR#992490.
-* 3.10  aru  08/23/18 Resolved MISRA-C:2012 compliance mandatory violations
-* 4.1   asa  03/30/19 Removed macros for XScuGic_EnableIntr, and
-*                     XScuGic_DisableIntr. These are now C functions. This
-*                     change was to fix CR-1024716.
-* 4.1   mus  06/12/19 Updated XSCUGIC_MAX_NUM_INTR_INPUTS for Versal.
-* 4.6	sk   06/07/21 Delete the commented macro code to fix the MISRA-C warning.
-* 4.6	sk   08/05/21 Fix Scugic Misrac violations.
-*
-* 
-* -******************************************************************************/ - -#ifndef XSCUGIC_HW_H /* prevent circular inclusions */ -#define XSCUGIC_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" -#include "xil_exception.h" -#include "bspconfig.h" - -/************************** Constant Definitions *****************************/ -#if defined (versal) && !defined(ARMR5) -#define GICv3 -#endif - -/* - * The maximum number of interrupts supported by the hardware. - */ -#ifdef PLATFORM_ZYNQ -#define XSCUGIC_MAX_NUM_INTR_INPUTS 95U /* Maximum number of interrupt defined by Zynq */ -#elif defined (versal) -#define XSCUGIC_MAX_NUM_INTR_INPUTS 192U -#else -#define XSCUGIC_MAX_NUM_INTR_INPUTS 195U /* Maximum number of interrupt defined by Zynq Ultrascale Mp */ -#endif - -/* - * First Interrupt Id for SPI interrupts. - */ -#define XSCUGIC_SPI_INT_ID_START 0x20 -/* - * The maximum priority value that can be used in the GIC. - */ -#define XSCUGIC_MAX_INTR_PRIO_VAL 248U -#define XSCUGIC_INTR_PRIO_MASK 0x000000F8U - -/** @name Distributor Interface Register Map - * - * Define the offsets from the base address for all Distributor registers of - * the interrupt controller, some registers may be reserved in the hardware - * device. - * @{ - */ -#define XSCUGIC_DIST_EN_OFFSET 0x00000000U /**< Distributor Enable - Register */ -#define XSCUGIC_IC_TYPE_OFFSET 0x00000004U /**< Interrupt Controller - Type Register */ -#define XSCUGIC_DIST_IDENT_OFFSET 0x00000008U /**< Implementor ID - Register */ -#define XSCUGIC_SECURITY_OFFSET 0x00000080U /**< Interrupt Security - Register */ -#define XSCUGIC_ENABLE_SET_OFFSET 0x00000100U /**< Enable Set - Register */ -#define XSCUGIC_DISABLE_OFFSET 0x00000180U /**< Enable Clear Register */ -#define XSCUGIC_PENDING_SET_OFFSET 0x00000200U /**< Pending Set - Register */ -#define XSCUGIC_PENDING_CLR_OFFSET 0x00000280U /**< Pending Clear - Register */ -#define XSCUGIC_ACTIVE_OFFSET 0x00000300U /**< Active Status Register */ -#define XSCUGIC_PRIORITY_OFFSET 0x00000400U /**< Priority Level Register */ -#define XSCUGIC_SPI_TARGET_OFFSET 0x00000800U /**< SPI Target - Register 0x800-0x8FB */ -#define XSCUGIC_INT_CFG_OFFSET 0x00000C00U /**< Interrupt Configuration - Register 0xC00-0xCFC */ -#define XSCUGIC_PPI_STAT_OFFSET 0x00000D00U /**< PPI Status Register */ -#define XSCUGIC_SPI_STAT_OFFSET 0x00000D04U /**< SPI Status Register - 0xd04-0xd7C */ -#define XSCUGIC_AHB_CONFIG_OFFSET 0x00000D80U /**< AHB Configuration - Register */ -#define XSCUGIC_SFI_TRIG_OFFSET 0x00000F00U /**< Software Triggered - Interrupt Register */ -#define XSCUGIC_PERPHID_OFFSET 0x00000FD0U /**< Peripheral ID Reg */ -#if defined (GICv3) -#define XSCUGIC_PCELLID_OFFSET 0x0000FFF0U /**< Pcell ID Register */ -#else -#define XSCUGIC_PCELLID_OFFSET 0x00000FF0U /**< Pcell ID Register */ -#endif -/* @} */ - -/** @name Distributor Enable Register - * Controls if the distributor response to external interrupt inputs. - * @{ - */ -#if defined (GICv3) -#define XSCUGIC_EN_INT_MASK 0x00000003U /**< Interrupt In Enable */ -#else -#define XSCUGIC_EN_INT_MASK 0x00000001U /**< Interrupt In Enable */ -#endif -/* @} */ - -/** @name Interrupt Controller Type Register - * @{ - */ -#define XSCUGIC_LSPI_MASK 0x0000F800U /**< Number of Lockable - Shared Peripheral - Interrupts*/ -#define XSCUGIC_DOMAIN_MASK 0x00000400U /**< Number os Security domains*/ -#define XSCUGIC_CPU_NUM_MASK 0x000000E0U /**< Number of CPU Interfaces */ -#define XSCUGIC_NUM_INT_MASK 0x0000001FU /**< Number of Interrupt IDs */ -/* @} */ - -/** @name Implementor ID Register - * Implementor and revision information. - * @{ - */ -#define XSCUGIC_REV_MASK 0x00FFF000U /**< Revision Number */ -#define XSCUGIC_IMPL_MASK 0x00000FFFU /**< Implementor */ -/* @} */ - -/** @name Interrupt Security Registers - * Each bit controls the security level of an interrupt, either secure or non - * secure. These registers can only be accessed using secure read and write. - * There are registers for each of the CPU interfaces at offset 0x080. A - * register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x084. - * @{ - */ -#define XSCUGIC_INT_NS_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Enable Set Register - * Each bit controls the enabling of an interrupt, a 0 is disabled, a 1 is - * enabled. Writing a 0 has no effect. Use the ENABLE_CLR register to set a - * bit to 0. - * There are registers for each of the CPU interfaces at offset 0x100. With up - * to 8 registers aliased to the same address. A register set for the SPI - * interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x104. - * @{ - */ -#define XSCUGIC_INT_EN_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Enable Clear Register - * Each bit controls the disabling of an interrupt, a 0 is disabled, a 1 is - * enabled. Writing a 0 has no effect. Writing a 1 disables an interrupt and - * sets the corresponding bit to 0. - * There are registers for each of the CPU interfaces at offset 0x180. With up - * to 8 registers aliased to the same address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x184. - * @{ - */ -#define XSCUGIC_INT_CLR_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Pending Set Register - * Each bit controls the Pending or Active and Pending state of an interrupt, a - * 0 is not pending, a 1 is pending. Writing a 0 has no effect. Writing a 1 sets - * an interrupt to the pending state. - * There are registers for each of the CPU interfaces at offset 0x200. With up - * to 8 registers aliased to the same address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x204. - * @{ - */ -#define XSCUGIC_PEND_SET_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Pending Clear Register - * Each bit can clear the Pending or Active and Pending state of an interrupt, a - * 0 is not pending, a 1 is pending. Writing a 0 has no effect. Writing a 1 - * clears the pending state of an interrupt. - * There are registers for each of the CPU interfaces at offset 0x280. With up - * to 8 registers aliased to the same address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x284. - * @{ - */ -#define XSCUGIC_PEND_CLR_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Active Status Register - * Each bit provides the Active status of an interrupt, a - * 0 is not Active, a 1 is Active. This is a read only register. - * There are registers for each of the CPU interfaces at offset 0x300. With up - * to 8 registers aliased to each address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 32 of these registers staring at location 0x380. - * @{ - */ -#define XSCUGIC_ACTIVE_MASK 0x00000001U /**< Each bit corresponds to an - INT_ID */ -/* @} */ - -/** @name Priority Level Register - * Each byte in a Priority Level Register sets the priority level of an - * interrupt. Reading the register provides the priority level of an interrupt. - * There are registers for each of the CPU interfaces at offset 0x400 through - * 0x41C. With up to 8 registers aliased to each address. - * 0 is highest priority, 0xFF is lowest. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 255 of these registers staring at location 0x420. - * @{ - */ -#define XSCUGIC_PRIORITY_MASK 0x000000FFU /**< Each Byte corresponds to an - INT_ID */ -#define XSCUGIC_PRIORITY_MAX 0x000000FFU /**< Highest value of a priority - actually the lowest priority*/ -/* @} */ - -/** @name SPI Target Register 0x800-0x8FB - * Each byte references a separate SPI and programs which of the up to 8 CPU - * interfaces are sent a Pending interrupt. - * There are registers for each of the CPU interfaces at offset 0x800 through - * 0x81C. With up to 8 registers aliased to each address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 255 of these registers staring at location 0x820. - * - * This driver does not support multiple CPU interfaces. These are included - * for complete documentation. - * @{ - */ -#define XSCUGIC_SPI_CPU7_MASK 0x00000080U /**< CPU 7 Mask*/ -#define XSCUGIC_SPI_CPU6_MASK 0x00000040U /**< CPU 6 Mask*/ -#define XSCUGIC_SPI_CPU5_MASK 0x00000020U /**< CPU 5 Mask*/ -#define XSCUGIC_SPI_CPU4_MASK 0x00000010U /**< CPU 4 Mask*/ -#define XSCUGIC_SPI_CPU3_MASK 0x00000008U /**< CPU 3 Mask*/ -#define XSCUGIC_SPI_CPU2_MASK 0x00000004U /**< CPU 2 Mask*/ -#define XSCUGIC_SPI_CPU1_MASK 0x00000002U /**< CPU 1 Mask*/ -#define XSCUGIC_SPI_CPU0_MASK 0x00000001U /**< CPU 0 Mask*/ -/* @} */ - -/** @name Interrupt Configuration Register 0xC00-0xCFC - * The interrupt configuration registers program an SFI to be active HIGH level - * sensitive or rising edge sensitive. - * Each bit pair describes the configuration for an INT_ID. - * SFI Read Only b10 always - * PPI Read Only depending on how the PPIs are configured. - * b01 Active HIGH level sensitive - * b11 Rising edge sensitive - * SPI LSB is read only. - * b01 Active HIGH level sensitive - * b11 Rising edge sensitive/ - * There are registers for each of the CPU interfaces at offset 0xC00 through - * 0xC04. With up to 8 registers aliased to each address. - * A register set for the SPI interrupts is available to all CPU interfaces. - * There are up to 255 of these registers staring at location 0xC08. - * @{ - */ -#define XSCUGIC_INT_CFG_MASK 0x00000003U /**< */ -/* @} */ - -/** @name PPI Status Register - * Enables an external AMBA master to access the status of the PPI inputs. - * A CPU can only read the status of its local PPI signals and cannot read the - * status for other CPUs. - * This register is aliased for each CPU interface. - * @{ - */ -#define XSCUGIC_PPI_C15_MASK 0x00008000U /**< PPI Status */ -#define XSCUGIC_PPI_C14_MASK 0x00004000U /**< PPI Status */ -#define XSCUGIC_PPI_C13_MASK 0x00002000U /**< PPI Status */ -#define XSCUGIC_PPI_C12_MASK 0x00001000U /**< PPI Status */ -#define XSCUGIC_PPI_C11_MASK 0x00000800U /**< PPI Status */ -#define XSCUGIC_PPI_C10_MASK 0x00000400U /**< PPI Status */ -#define XSCUGIC_PPI_C09_MASK 0x00000200U /**< PPI Status */ -#define XSCUGIC_PPI_C08_MASK 0x00000100U /**< PPI Status */ -#define XSCUGIC_PPI_C07_MASK 0x00000080U /**< PPI Status */ -#define XSCUGIC_PPI_C06_MASK 0x00000040U /**< PPI Status */ -#define XSCUGIC_PPI_C05_MASK 0x00000020U /**< PPI Status */ -#define XSCUGIC_PPI_C04_MASK 0x00000010U /**< PPI Status */ -#define XSCUGIC_PPI_C03_MASK 0x00000008U /**< PPI Status */ -#define XSCUGIC_PPI_C02_MASK 0x00000004U /**< PPI Status */ -#define XSCUGIC_PPI_C01_MASK 0x00000002U /**< PPI Status */ -#define XSCUGIC_PPI_C00_MASK 0x00000001U /**< PPI Status */ -/* @} */ - -/** @name SPI Status Register 0xd04-0xd7C - * Enables an external AMBA master to access the status of the SPI inputs. - * There are up to 63 registers if the maximum number of SPI inputs are - * configured. - * @{ - */ -#define XSCUGIC_SPI_N_MASK 0x00000001U /**< Each bit corresponds to an SPI - input */ -/* @} */ - -/** @name AHB Configuration Register - * Provides the status of the CFGBIGEND input signal and allows the endianness - * of the GIC to be set. - * @{ - */ -#define XSCUGIC_AHB_END_MASK 0x00000004U /**< 0-GIC uses little Endian, - 1-GIC uses Big Endian */ -#define XSCUGIC_AHB_ENDOVR_MASK 0x00000002U /**< 0-Uses CFGBIGEND control, - 1-use the AHB_END bit */ -#define XSCUGIC_AHB_TIE_OFF_MASK 0x00000001U /**< State of CFGBIGEND */ - -/* @} */ - -/** @name Software Triggered Interrupt Register - * Controls issuing of software interrupts. - * @{ - */ -#define XSCUGIC_SFI_SELFTRIG_MASK 0x02010000U -#define XSCUGIC_SFI_TRIG_TRGFILT_MASK 0x03000000U /**< Target List filter - b00-Use the target List - b01-All CPUs except requester - b10-To Requester - b11-reserved */ -#define XSCUGIC_SFI_TRIG_CPU_MASK 0x00FF0000U /**< CPU Target list */ -#define XSCUGIC_SFI_TRIG_SATT_MASK 0x00008000U /**< 0= Use a secure interrupt */ -#define XSCUGIC_SFI_TRIG_INTID_MASK 0x0000000FU /**< Set to the INTID - signaled to the CPU*/ -/* @} */ - -/** @name CPU Interface Register Map - * - * Define the offsets from the base address for all CPU registers of the - * interrupt controller, some registers may be reserved in the hardware device. - * @{ - */ -#define XSCUGIC_CONTROL_OFFSET 0x00000000U /**< CPU Interface Control - Register */ -#define XSCUGIC_CPU_PRIOR_OFFSET 0x00000004U /**< Priority Mask Reg */ -#define XSCUGIC_BIN_PT_OFFSET 0x00000008U /**< Binary Point Register */ -#define XSCUGIC_INT_ACK_OFFSET 0x0000000CU /**< Interrupt ACK Reg */ -#define XSCUGIC_EOI_OFFSET 0x00000010U /**< End of Interrupt Reg */ -#define XSCUGIC_RUN_PRIOR_OFFSET 0x00000014U /**< Running Priority Reg */ -#define XSCUGIC_HI_PEND_OFFSET 0x00000018U /**< Highest Pending Interrupt - Register */ -#define XSCUGIC_ALIAS_BIN_PT_OFFSET 0x0000001CU /**< Aliased non-Secure - Binary Point Register */ - -/**< 0x00000020 to 0x00000FBC are reserved and should not be read or written - * to. */ -/* @} */ - - -/** @name Control Register - * CPU Interface Control register definitions - * All bits are defined here although some are not available in the non-secure - * mode. - * @{ - */ -#define XSCUGIC_CNTR_SBPR_MASK 0x00000010U /**< Secure Binary Pointer, - 0=separate registers, - 1=both use bin_pt_s */ -#define XSCUGIC_CNTR_FIQEN_MASK 0x00000008U /**< Use nFIQ_C for secure - interrupts, - 0= use IRQ for both, - 1=Use FIQ for secure, IRQ for non*/ -#define XSCUGIC_CNTR_ACKCTL_MASK 0x00000004U /**< Ack control for secure or non secure */ -#define XSCUGIC_CNTR_EN_NS_MASK 0x00000002U /**< Non Secure enable */ -#define XSCUGIC_CNTR_EN_S_MASK 0x00000001U /**< Secure enable, 0=Disabled, 1=Enabled */ -/* @} */ - - -/** @name Binary Point Register - * Binary Point register definitions - * @{ - */ - -#define XSCUGIC_BIN_PT_MASK 0x00000007U /**< Binary point mask value - Value Secure Non-secure - b000 0xFE 0xFF - b001 0xFC 0xFE - b010 0xF8 0xFC - b011 0xF0 0xF8 - b100 0xE0 0xF0 - b101 0xC0 0xE0 - b110 0x80 0xC0 - b111 0x00 0x80 - */ -/*@}*/ - -/** @name Interrupt Acknowledge Register - * Interrupt Acknowledge register definitions - * Identifies the current Pending interrupt, and the CPU ID for software - * interrupts. - */ -#define XSCUGIC_ACK_INTID_MASK 0x000003FFU /**< Interrupt ID */ -#define XSCUGIC_CPUID_MASK 0x00000C00U /**< CPU ID */ -/* @} */ - -/** @name End of Interrupt Register - * End of Interrupt register definitions - * Allows the CPU to signal the GIC when it completes an interrupt service - * routine. - */ -#define XSCUGIC_EOI_INTID_MASK 0x000003FFU /**< Interrupt ID */ - -/* @} */ - -/** @name Running Priority Register - * Running Priority register definitions - * Identifies the interrupt priority level of the highest priority active - * interrupt. - */ -#define XSCUGIC_RUN_PRIORITY_MASK 0x000000FFU /**< Interrupt Priority */ -/* @} */ - -#if defined (GICv3) -#define XSCUGIC_IROUTER_BASE_OFFSET 0x6000U -#endif -/* - * Highest Pending Interrupt register definitions - * Identifies the interrupt priority of the highest priority pending interrupt - */ -#define XSCUGIC_PEND_INTID_MASK 0x000003FFU /**< Pending Interrupt ID */ -/* @} */ -#if defined (GICv3) -/** @name ReDistributor Interface Register Map - * - * @{ - */ -#define XSCUGIC_RDIST_OFFSET 0x80000U -#define XSCUGIC_RDIST_BASE_ADDRESS (XPAR_SCUGIC_0_DIST_BASEADDR + XSCUGIC_RDIST_OFFSET) -#define XSCUGIC_RDIST_SGI_PPI_OFFSET 0x90000U -#define XSCUGIC_RDIST_SGI_PPI_BASE_ADDRESS (XPAR_SCUGIC_0_DIST_BASEADDR + XSCUGIC_RDIST_SGI_PPI_OFFSET) -#define XSCUGIC_RDIST_ISENABLE_OFFSET 0x100U -#define XSCUGIC_RDIST_IPRIORITYR_OFFSET 0x400U -#define XSCUGIC_RDIST_IGROUPR_OFFSET 0x80U -#define XSCUGIC_RDIST_GRPMODR_OFFSET 0xD00U -#define XSCUGIC_RDIST_INT_CONFIG_OFFSET 0xC00U -#define XSCUGIC_RDIST_WAKER_OFFSET 0x14U -#define XSCUGIC_SGIR_EL1_INITID_SHIFT 24U - -/* - * GICR_IGROUPR register definitions - */ -#if EL3 -#define XSCUGIC_DEFAULT_SECURITY 0x0U -#else -#define XSCUGIC_DEFAULT_SECURITY 0xFFFFFFFFU -#endif -/* - * GICR_WAKER register definitions - */ -#define XSCUGIC_RDIST_WAKER_LOW_POWER_STATE_MASK 0x7 -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Read the Interrupt Configuration Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_INT_CFG_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_INT_CFG_OFFSET + (((InterruptID)/16U) * 4U)) - -/****************************************************************************/ -/** -* -* Read the Interrupt Priority Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_PRIORITY_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_PRIORITY_OFFSET + (((InterruptID)/4U) * 4U)) - -/****************************************************************************/ -/** -* -* Read the Interrupt Routing Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_IROUTER_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_IROUTER_BASE_OFFSET + (InterruptID * 8)) - -/****************************************************************************/ -/** -* -* Read the SPI Target Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_SPI_TARGET_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_SPI_TARGET_OFFSET + (((InterruptID)/4U) * 4U)) -/****************************************************************************/ -/** -* -* Read the SPI Target Register offset for an interrupt id. -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_SECURITY_TARGET_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_SECURITY_OFFSET + (((InterruptID)/32U)*4U)) - -/****************************************************************************/ -/** -* -* Read the Re-distributor Interrupt configuration register offset -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_RDIST_INT_CONFIG_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_RDIST_INT_CONFIG_OFFSET + ((InterruptID /16)*4)) - -/****************************************************************************/ -/** -* -* Read the Re-distributor Interrupt Priority register offset -* -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_RDIST_INT_PRIORITY_OFFSET_CALC(InterruptID) \ - ((u32)XSCUGIC_RDIST_IPRIORITYR_OFFSET + (InterruptID * 4)) -/****************************************************************************/ -/** -* -* Read the Interrupt Clear-Enable Register offset for an interrupt ID -* -* @param Register is the register offset for the clear/enable bank. -* @param InterruptID is the interrupt number. -* -* @return The 32-bit value of the offset -* -* @note -* -*****************************************************************************/ -#define XSCUGIC_EN_DIS_OFFSET_CALC(Register, InterruptID) \ - ((Register) + (((InterruptID)/32U) * 4U)) - -/****************************************************************************/ -/** -* -* Read the given Intc register. -* -* @param BaseAddress is the base address of the device. -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note -* C-style signature: -* u32 XScuGic_ReadReg(u32 BaseAddress, u32 RegOffset) -* -*****************************************************************************/ -#define XScuGic_ReadReg(BaseAddress, RegOffset) \ - (Xil_In32((BaseAddress) + (RegOffset))) - - -/****************************************************************************/ -/** -* -* Write the given Intc register. -* -* @param BaseAddress is the base address of the device. -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note -* C-style signature: -* void XScuGic_WriteReg(u32 BaseAddress, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuGic_WriteReg(BaseAddress, RegOffset, Data) \ - (Xil_Out32(((BaseAddress) + (RegOffset)), ((u32)(Data)))) - - -/************************** Function Prototypes ******************************/ - -void XScuGic_DeviceInterruptHandler(void *DeviceId); -s32 XScuGic_DeviceInitialize(u32 DeviceId); -void XScuGic_RegisterHandler(u32 BaseAddress, s32 InterruptID, - Xil_InterruptHandler IntrHandler, void *CallBackRef); -void XScuGic_SetPriTrigTypeByDistAddr(u32 DistBaseAddress, u32 Int_Id, - u8 Priority, u8 Trigger); -void XScuGic_GetPriTrigTypeByDistAddr(u32 DistBaseAddress, u32 Int_Id, - u8 *Priority, u8 *Trigger); -void XScuGic_InterruptMapFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id, u32 Int_Id); -void XScuGic_InterruptUnmapFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id, u32 Int_Id); -void XScuGic_UnmapAllInterruptsFromCpuByDistAddr(u32 DistBaseAddress, - u8 Cpu_Id); -void XScuGic_EnableIntr (u32 DistBaseAddress, u32 Int_Id); -void XScuGic_DisableIntr (u32 DistBaseAddress, u32 Int_Id); -/************************** Variable Definitions *****************************/ -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_intr.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_intr.c deleted file mode 100644 index 6d1f418..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_intr.c +++ /dev/null @@ -1,163 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic_intr.c -* @addtogroup scugic_v4_6 -* @{ -* -* This file contains the interrupt processing for the driver for the Xilinx -* Interrupt Controller. The interrupt processing is partitioned separately such -* that users are not required to use the provided interrupt processing. This -* file requires other files of the driver to be linked in also. -* -* The interrupt handler, XScuGic_InterruptHandler, uses an input argument which -* is an instance pointer to an interrupt controller driver such that multiple -* interrupt controllers can be supported. This handler requires the calling -* function to pass it the appropriate argument, so another level of indirection -* may be required. -* -* The interrupt processing may be used by connecting the interrupt handler to -* the interrupt system. The handler does not save and restore the processor -* context but only handles the processing of the Interrupt Controller. The user -* is encouraged to supply their own interrupt handler when performance tuning is -* deemed necessary. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------------
-* 1.00a drg  01/19/10 First release
-* 1.01a sdm  11/09/11 XScuGic_InterruptHandler has changed correspondingly
-*		      since the HandlerTable has now moved to XScuGic_Config.
-* 3.00  kvn  02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.10  mus  07/17/18 Updated XScuGic_InterruptHandler to fix array overrun
-*                     reported by coverity tool. It fixes CR#1006344.
-* 3.10  mus  07/17/18 Updated file to fix the various coding style issues
-*                     reported by checkpatch. It fixes CR#1006344.
-*
-* 
-* -* @internal -* -* This driver assumes that the context of the processor has been saved prior to -* the calling of the Interrupt Controller interrupt handler and then restored -* after the handler returns. This requires either the running RTOS to save the -* state of the machine or that a wrapper be used as the destination of the -* interrupt vector to save the state of the processor and restore the state -* after the interrupt handler returns. -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xscugic.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/*****************************************************************************/ -/** -* This function is the primary interrupt handler for the driver. It must be -* connected to the interrupt source such that it is called when an interrupt of -* the interrupt controller is active. It will resolve which interrupts are -* active and enabled and call the appropriate interrupt handler. It uses -* the Interrupt Type information to determine when to acknowledge the interrupt. -* Highest priority interrupts are serviced first. -* -* This function assumes that an interrupt vector table has been previously -* initialized. It does not verify that entries in the table are valid before -* calling an interrupt handler. -* -* -* @param InstancePtr is a pointer to the XScuGic instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XScuGic_InterruptHandler(XScuGic *InstancePtr) -{ - - u32 InterruptID; -#if !defined (GICv3) - u32 IntIDFull; -#endif - XScuGic_VectorTableEntry *TablePtr; - - /* Assert that the pointer to the instance is valid - */ - Xil_AssertVoid(InstancePtr != NULL); - - /* - * Read the int_ack register to identify the highest priority - * interrupt ID and make sure it is valid. Reading Int_Ack will - * clear the interrupt in the GIC. - */ -#if defined (GICv3) - InterruptID = XScuGic_get_IntID(); -#else - IntIDFull = XScuGic_CPUReadReg(InstancePtr, XSCUGIC_INT_ACK_OFFSET); - InterruptID = IntIDFull & XSCUGIC_ACK_INTID_MASK; -#endif - if (XSCUGIC_MAX_NUM_INTR_INPUTS <= InterruptID) { - goto IntrExit; - } - - /* - * If the interrupt is shared, do some locking here if - * there are multiple processors. - */ - /* - * If pre-eption is required: - * Re-enable pre-emption by setting the CPSR I bit for non-secure , - * interrupts or the F bit for secure interrupts - */ - - /* - * If we need to change security domains, issue a SMC - * instruction here. - */ - - /* - * Execute the ISR. Jump into the Interrupt service routine - * based on the IRQSource. A software trigger is cleared by - *.the ACK. - */ - TablePtr = &(InstancePtr->Config->HandlerTable[InterruptID]); - if (TablePtr != NULL) { - TablePtr->Handler(TablePtr->CallBackRef); - } - -IntrExit: - /* - * Write to the EOI register, we are all done here. - * Let this function return, the boot code will restore the stack. - */ -#if defined (GICv3) - XScuGic_ack_Int(InterruptID); - -#else - XScuGic_CPUWriteReg(InstancePtr, XSCUGIC_EOI_OFFSET, IntIDFull); -#endif - /* - * Return from the interrupt. Change security domains - * could happen here. - */ -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_selftest.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_selftest.c deleted file mode 100644 index ab10094..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_selftest.c +++ /dev/null @@ -1,92 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic_selftest.c -* @addtogroup scugic_v4_6 -* @{ -* -* Contains diagnostic self-test functions for the XScuGic driver. -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a drg  01/19/10 First release
-* 3.00  kvn  02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.10  mus  07/17/18 Updated file to fix the various coding style issues
-*                     reported by checkpatch. It fixes CR#1006344.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xscugic.h" - -/************************** Constant Definitions *****************************/ - -#define XSCUGIC_PCELL_ID 0xB105F00DU - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/*****************************************************************************/ -/** -* -* Run a self-test on the driver/device. This test reads the ID registers and -* compares them. -* -* @param InstancePtr is a pointer to the XScuGic instance. -* -* @return -* -* -XST_SUCCESS if self-test is successful. -* -XST_FAILURE if the self-test is not successful. -* -* @note None. -* -******************************************************************************/ -s32 XScuGic_SelfTest(XScuGic *InstancePtr) -{ - u32 RegValue1 = 0U; - u32 Index; - s32 Status; - - /* - * Assert the arguments - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the ID registers. - */ - for (Index = 0U; Index <= 3U; Index++) { - RegValue1 |= XScuGic_DistReadReg(InstancePtr, - ((u32)XSCUGIC_PCELLID_OFFSET + (Index * 4U))) << - (Index * 8U); - } - - if (XSCUGIC_PCELL_ID != RegValue1) { - Status = XST_FAILURE; - } else { - Status = XST_SUCCESS; - } - return Status; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_sinit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_sinit.c deleted file mode 100644 index dfcb19f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scugic_v4_6/src/xscugic_sinit.c +++ /dev/null @@ -1,80 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscugic_sinit.c -* @addtogroup scugic_v4_6 -* @{ -* -* Contains static init functions for the XScuGic driver for the Interrupt -* Controller. See xscugic.h for a detailed description of the driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- --------------------------------------------------------
-* 1.00a drg  01/19/10 First release
-* 3.00  kvn  02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.10  mus  07/17/18 Updated file to fix the various coding style issues
-*                     reported by checkpatch. It fixes CR#1006344.
-* 4.6	sk   08/05/21 Remove XScuGic_Config variable definition to fix
-* 		      misrac violation.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xparameters.h" -#include "xscugic.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* -* Looks up the device configuration based on the unique device ID. A table -* contains the configuration info for each device in the system. -* -* @param DeviceId is the unique identifier for a device. -* -* @return A pointer to the XScuGic configuration structure for the -* specified device, or NULL if the device was not found. -* -* @note None. -* -******************************************************************************/ -XScuGic_Config *XScuGic_LookupConfig(u16 DeviceId) -{ - XScuGic_Config *CfgPtr = NULL; - u32 Index; - - for (Index = 0U; Index < (u32)XPAR_SCUGIC_NUM_INSTANCES; Index++) { - if (XScuGic_ConfigTable[Index].DeviceId == DeviceId) { - CfgPtr = &XScuGic_ConfigTable[Index]; - break; - } - } - - return (XScuGic_Config *)CfgPtr; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/Makefile deleted file mode 100644 index eb496ea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${DEPFILES} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer.c deleted file mode 100644 index c466c85..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer.c +++ /dev/null @@ -1,260 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscutimer.c -* @addtogroup scutimer_v2_3 -* @{ -* -* Contains the implementation of interface functions of the SCU Timer driver. -* See xscutimer.h for a description of the driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xscutimer.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* Initialize a specific timer instance/driver. This function must be called -* before other functions of the driver are called. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* @param ConfigPtr points to the XScuTimer configuration structure. -* @param EffectiveAddress is the base address for the device. It could be -* a virtual address if address translation is supported in the -* system, otherwise it is the physical address. -* -* @return -* - XST_SUCCESS if initialization was successful. -* - XST_DEVICE_IS_STARTED if the device has already been started. -* -* @note None. -* -******************************************************************************/ -s32 XScuTimer_CfgInitialize(XScuTimer *InstancePtr, - XScuTimer_Config *ConfigPtr, u32 EffectiveAddress) -{ - s32 Status; - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(ConfigPtr != NULL); - - /* - * If the device is started, disallow the initialize and return a - * status indicating it is started. This allows the user to stop the - * device and reinitialize, but prevents a user from inadvertently - * initializing. - */ - if (InstancePtr->IsStarted != XIL_COMPONENT_IS_STARTED) { - /* - * Copy configuration into the instance structure. - */ - InstancePtr->Config.DeviceId = ConfigPtr->DeviceId; - - /* - * Save the base address pointer such that the registers of the block - * can be accessed and indicate it has not been started yet. - */ - InstancePtr->Config.BaseAddr = EffectiveAddress; - - InstancePtr->IsStarted = (u32)0; - - /* - * Indicate the instance is ready to use, successfully initialized. - */ - InstancePtr->IsReady = XIL_COMPONENT_IS_READY; - - Status =(s32)XST_SUCCESS; - } - else { - Status = (s32)XST_DEVICE_IS_STARTED; - } - return Status; -} - -/****************************************************************************/ -/** -* -* Start the timer. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XScuTimer_Start(XScuTimer *InstancePtr) -{ - u32 Register; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the contents of the Control register. - */ - Register = XScuTimer_ReadReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET); - - /* - * Set the 'timer enable' bit in the register. - */ - Register |= XSCUTIMER_CONTROL_ENABLE_MASK; - - /* - * Update the Control register with the new value. - */ - XScuTimer_WriteReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET, Register); - - /* - * Indicate that the device is started. - */ - InstancePtr->IsStarted = XIL_COMPONENT_IS_STARTED; -} - -/****************************************************************************/ -/** -* -* Stop the timer. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XScuTimer_Stop(XScuTimer *InstancePtr) -{ - u32 Register; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the contents of the Control register. - */ - Register = XScuTimer_ReadReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET); - - /* - * Clear the 'timer enable' bit in the register. - */ - Register &= (u32)(~XSCUTIMER_CONTROL_ENABLE_MASK); - - /* - * Update the Control register with the new value. - */ - XScuTimer_WriteReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET, Register); - - /* - * Indicate that the device is stopped. - */ - InstancePtr->IsStarted = (u32)0; -} - -/*****************************************************************************/ -/** -* -* This function sets the prescaler bits in the timer control register. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* @param PrescalerValue is a 8 bit value that sets the prescaler to use. -* -* @return None -* -* @note None -* -****************************************************************************/ -void XScuTimer_SetPrescaler(XScuTimer *InstancePtr, u8 PrescalerValue) -{ - u32 ControlReg; - - /* - * Assert to validate input arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - /* - * Read the Timer control register. - */ - ControlReg = XScuTimer_ReadReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET); - - /* - * Clear all of the prescaler control bits in the register. - */ - ControlReg &= (u32)(~XSCUTIMER_CONTROL_PRESCALER_MASK); - - /* - * Set the prescaler value. - */ - ControlReg |= (((u32)PrescalerValue) << XSCUTIMER_CONTROL_PRESCALER_SHIFT); - - /* - * Write the register with the new values. - */ - XScuTimer_WriteReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET, ControlReg); -} - -/*****************************************************************************/ -/** -* -* This function returns the current prescaler value. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return The prescaler value. -* -* @note None. -* -****************************************************************************/ -u8 XScuTimer_GetPrescaler(XScuTimer *InstancePtr) -{ - u32 ControlReg; - - /* - * Assert to validate input arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Timer control register. - */ - ControlReg = XScuTimer_ReadReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET); - ControlReg &= XSCUTIMER_CONTROL_PRESCALER_MASK; - - return (u8)(ControlReg >> XSCUTIMER_CONTROL_PRESCALER_SHIFT); -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer.h deleted file mode 100644 index de98c61..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer.h +++ /dev/null @@ -1,345 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscutimer.h -* @addtogroup scutimer_v2_3 -* @{ -* @details -* -* The timer driver supports the Cortex A9 private timer. -* -* The timer driver supports the following features: -* - Normal mode and Auto reload mode -* - Interrupts (Interrupt handler is not provided in this driver. Application -* has to register it's own handler) -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate with the Timer. -* -* XScuTimer_CfgInitialize() API is used to initialize the Timer. The -* user needs to first call the XScuTimer_LookupConfig() API which returns -* the Configuration structure pointer which is passed as a parameter to -* the XScuTimer_CfgInitialize() API. -* -* Interrupts -* -* The Timer hardware supports interrupts. -* -* This driver does not provide a Interrupt Service Routine (ISR) for the device. -* It is the responsibility of the application to provide one if needed. Refer to -* the interrupt example provided with this driver for details on using the -* Timer in interrupt mode. -* -* Virtual Memory -* -* This driver supports Virtual Memory. The RTOS is responsible for calculating -* the correct device base address in Virtual Memory space. -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* Building the driver -* -* The XScuTimer driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -*

-* -* NOTE: -* The timer is not a part of the snoop control unit as indicated by the -* prefix "scu" in the name of the driver. -* It is an independent module in APU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 1.02a sg  07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-*       ms  03/17/17 Added readme.txt file in examples folder for doxygen
-*                    generation.
-* 2.3   mus 08/31/20 Updated makefile to support parallel make and
-*                    incremental builds, it would help to reduce compilation
-*                    time.
-* 
-* -******************************************************************************/ -#ifndef XSCUTIMER_H /* prevent circular inclusions */ -#define XSCUTIMER_H /* by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xscutimer_hw.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddr; /**< Base address of the device */ -} XScuTimer_Config; - -/** - * The XScuTimer driver instance data. The user is required to allocate a - * variable of this type for every timer device in the system. - * A pointer to a variable of this type is then passed to the driver API - * functions. - */ -typedef struct { - XScuTimer_Config Config; /**< Hardware Configuration */ - u32 IsReady; /**< Device is initialized and ready */ - u32 IsStarted; /**< Device timer is running */ -} XScuTimer; - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Check if the timer has expired. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return -* - TRUE if the timer has expired. -* - FALSE if the timer has not expired. -* -* @note C-style signature: -* int XScuTimer_IsExpired(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_IsExpired(InstancePtr) \ - ((XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_ISR_OFFSET) & \ - XSCUTIMER_ISR_EVENT_FLAG_MASK) == \ - XSCUTIMER_ISR_EVENT_FLAG_MASK) - -/****************************************************************************/ -/** -* -* Re-start the timer. This macro will read the timer load register -* and writes the same value to load register to update the counter register. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_RestartTimer(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_RestartTimer(InstancePtr) \ - XScuTimer_LoadTimer((InstancePtr), \ - XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_LOAD_OFFSET)) - -/****************************************************************************/ -/** -* -* Write to the timer load register. This will also update the -* timer counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* @param Value is the count to be loaded in to the load register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_LoadTimer(XScuTimer *InstancePtr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_LoadTimer(InstancePtr, Value) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_LOAD_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer counter register value. It can be called at any -* time. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return Contents of the timer counter register. -* -* @note C-style signature: - u32 XScuTimer_GetCounterValue(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_GetCounterValue(InstancePtr) \ - XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_COUNTER_OFFSET) - -/****************************************************************************/ -/** -* -* Enable auto-reload mode. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_EnableAutoReload(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_EnableAutoReload(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) | \ - XSCUTIMER_CONTROL_AUTO_RELOAD_MASK)) - -/****************************************************************************/ -/** -* -* Disable auto-reload mode. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_DisableAutoReload(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_DisableAutoReload(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) & \ - ~(XSCUTIMER_CONTROL_AUTO_RELOAD_MASK))) - -/****************************************************************************/ -/** -* -* Enable the Timer interrupt. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_EnableInterrupt(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_EnableInterrupt(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) | \ - XSCUTIMER_CONTROL_IRQ_ENABLE_MASK)) - -/****************************************************************************/ -/** -* -* Disable the Timer interrupt. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_DisableInterrupt(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_DisableInterrupt(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET, \ - (XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_CONTROL_OFFSET) & \ - ~(XSCUTIMER_CONTROL_IRQ_ENABLE_MASK))) - -/*****************************************************************************/ -/** -* -* This function reads the interrupt status. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_GetInterruptStatus(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_GetInterruptStatus(InstancePtr) \ - XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_ISR_OFFSET) - -/*****************************************************************************/ -/** -* -* This function clears the interrupt status. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_ClearInterruptStatus(XScuTimer *InstancePtr) -* -******************************************************************************/ -#define XScuTimer_ClearInterruptStatus(InstancePtr) \ - XScuTimer_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUTIMER_ISR_OFFSET, XSCUTIMER_ISR_EVENT_FLAG_MASK) - -/************************** Function Prototypes ******************************/ - -/* - * Lookup configuration in xscutimer_sinit.c - */ -XScuTimer_Config *XScuTimer_LookupConfig(u16 DeviceId); - -/* - * Selftest function in xscutimer_selftest.c - */ -s32 XScuTimer_SelfTest(XScuTimer *InstancePtr); - -/* - * Interface functions in xscutimer.c - */ -s32 XScuTimer_CfgInitialize(XScuTimer *InstancePtr, - XScuTimer_Config *ConfigPtr, u32 EffectiveAddress); -void XScuTimer_Start(XScuTimer *InstancePtr); -void XScuTimer_Stop(XScuTimer *InstancePtr); -void XScuTimer_SetPrescaler(XScuTimer *InstancePtr, u8 PrescalerValue); -u8 XScuTimer_GetPrescaler(XScuTimer *InstancePtr); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_g.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_g.c deleted file mode 100644 index 6905e40..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_g.c +++ /dev/null @@ -1,31 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xscutimer.h" - -/* -* The configuration table for devices -*/ - -XScuTimer_Config XScuTimer_ConfigTable[XPAR_XSCUTIMER_NUM_INSTANCES] = -{ - { - XPAR_PS7_SCUTIMER_0_DEVICE_ID, - XPAR_PS7_SCUTIMER_0_BASEADDR - } -}; - - diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_hw.h deleted file mode 100644 index 4b6d75a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_hw.h +++ /dev/null @@ -1,261 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscutimer_hw.h -* @addtogroup scutimer_v2_3 -* @{ -* -* This file contains the hardware interface to the Timer. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 1.01a sdm 02/02/12 Added low level macros to read/write load, counter, control
-*		     and interrupt registers
-* 1.02a  sg 07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ -#ifndef XSCUTIMER_HW_H /* prevent circular inclusions */ -#define XSCUTIMER_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_io.h" -#include "xil_assert.h" -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * Offsets of registers from the start of the device - * @{ - */ - -#define XSCUTIMER_LOAD_OFFSET 0x00U /**< Timer Load Register */ -#define XSCUTIMER_COUNTER_OFFSET 0x04U /**< Timer Counter Register */ -#define XSCUTIMER_CONTROL_OFFSET 0x08U /**< Timer Control Register */ -#define XSCUTIMER_ISR_OFFSET 0x0CU /**< Timer Interrupt - Status Register */ -/* @} */ - -/** @name Timer Control register - * This register bits control the prescaler, Intr enable, - * auto-reload and timer enable. - * @{ - */ - -#define XSCUTIMER_CONTROL_PRESCALER_MASK 0x0000FF00U /**< Prescaler */ -#define XSCUTIMER_CONTROL_PRESCALER_SHIFT 8U -#define XSCUTIMER_CONTROL_IRQ_ENABLE_MASK 0x00000004U /**< Intr enable */ -#define XSCUTIMER_CONTROL_AUTO_RELOAD_MASK 0x00000002U /**< Auto-reload */ -#define XSCUTIMER_CONTROL_ENABLE_MASK 0x00000001U /**< Timer enable */ -/* @} */ - -/** @name Interrupt Status register - * This register indicates the Timer counter register has reached zero. - * @{ - */ - -#define XSCUTIMER_ISR_EVENT_FLAG_MASK 0x00000001U /**< Event flag */ -/*@}*/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Write to the timer load register. This will also update the -* timer counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the load register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetLoadReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetLoadReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_LOAD_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer load register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer load register. -* -* @note C-style signature: -* u32 XScuTimer_GetLoadReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetLoadReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_LOAD_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the timer counter register. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the counter register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetCounterReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetCounterReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_COUNTER_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer counter register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer counter register. -* -* @note C-style signature: - u32 XScuTimer_GetCounterReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetCounterReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_COUNTER_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the timer load register. This will also update the -* timer counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the load register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetControlReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetControlReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_CONTROL_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer load register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer load register. -* -* @note C-style signature: - u32 XScuTimer_GetControlReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetControlReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_CONTROL_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the timer counter register. -* -* @param BaseAddr is the base address of the scu timer. -* @param Value is the count to be loaded in to the counter register. -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_SetIntrReg(u32 BaseAddr, u32 Value) -* -******************************************************************************/ -#define XScuTimer_SetIntrReg(BaseAddr, Value) \ - XScuTimer_WriteReg(BaseAddr, XSCUTIMER_ISR_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Returns the current timer counter register value. -* -* @param BaseAddr is the base address of the scu timer. -* -* @return Contents of the timer counter register. -* -* @note C-style signature: - u32 XScuTimer_GetIntrReg(u32 BaseAddr) -* -******************************************************************************/ -#define XScuTimer_GetIntrReg(BaseAddr) \ - XScuTimer_ReadReg(BaseAddr, XSCUTIMER_ISR_OFFSET) - -/****************************************************************************/ -/** -* -* Read from the given Timer register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note C-style signature: -* u32 XScuTimer_ReadReg(u32 BaseAddr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuTimer_ReadReg(BaseAddr, RegOffset) \ - Xil_In32((BaseAddr) + (RegOffset)) - -/****************************************************************************/ -/** -* -* Write to the given Timer register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note C-style signature: -* void XScuTimer_WriteReg(u32 BaseAddr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuTimer_WriteReg(BaseAddr, RegOffset, Data) \ - Xil_Out32((BaseAddr) + (RegOffset), (Data)) - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_selftest.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_selftest.c deleted file mode 100644 index ddfa24c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_selftest.c +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscutimer_selftest.c -* @addtogroup scutimer_v2_3 -* @{ -* -* Contains diagnostic self-test functions for the XScuTimer driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xscutimer.h" - -/************************** Constant Definitions *****************************/ - -#define XSCUTIMER_SELFTEST_VALUE 0xA55AF00FU - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* Run a self-test on the timer. This test clears the timer enable bit in -* the control register, writes to the timer load register and verifies the -* value read back matches the value written and restores the control register -* and the timer load register. -* -* @param InstancePtr is a pointer to the XScuTimer instance. -* -* @return -* - XST_SUCCESS if self-test was successful. -* - XST_FAILURE if self test was not successful. -* -* @note None. -* -******************************************************************************/ -s32 XScuTimer_SelfTest(XScuTimer *InstancePtr) -{ - u32 Register; - u32 CtrlOrig; - u32 LoadOrig; - s32 Status; - - /* - * Assert to ensure the inputs are valid and the instance has been - * initialized. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Save the contents of the Control Register and stop the timer. - */ - CtrlOrig = XScuTimer_ReadReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET); - Register = CtrlOrig & (u32)(~XSCUTIMER_CONTROL_ENABLE_MASK); - XScuTimer_WriteReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET, Register); - - /* - * Save the contents of the Load Register. - * Load a new test value in the Load Register, read it back and - * compare it with the written value. - */ - LoadOrig = XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, - XSCUTIMER_LOAD_OFFSET); - XScuTimer_LoadTimer(InstancePtr, XSCUTIMER_SELFTEST_VALUE); - Register = XScuTimer_ReadReg((InstancePtr)->Config.BaseAddr, - XSCUTIMER_LOAD_OFFSET); - - /* - * Restore the contents of the Load Register and Control Register. - */ - XScuTimer_LoadTimer(InstancePtr, LoadOrig); - XScuTimer_WriteReg(InstancePtr->Config.BaseAddr, - XSCUTIMER_CONTROL_OFFSET, CtrlOrig); - - /* - * Return a Failure if the contents of the Load Register do not - * match with the value written to it. - */ - if (Register != XSCUTIMER_SELFTEST_VALUE) { - Status = (s32)XST_FAILURE; - } - else { - Status = (s32)XST_SUCCESS; - } - - return Status; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_sinit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_sinit.c deleted file mode 100644 index 4bf1905..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scutimer_v2_3/src/xscutimer_sinit.c +++ /dev/null @@ -1,70 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscutimer_sinit.c -* @addtogroup scutimer_v2_3 -* @{ -* -* This file contains method for static initialization (compile-time) of the -* driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a nm  03/10/10 First release
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xscutimer.h" -#include "xparameters.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions ****************************/ -extern XScuTimer_Config XScuTimer_ConfigTable[XPAR_XSCUTIMER_NUM_INSTANCES]; - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* Lookup the device configuration based on the unique device ID. The table -* contains the configuration info for each device in the system. -* -* @param DeviceId is the unique device ID of the device being looked up. -* -* @return A pointer to the configuration table entry corresponding to the -* given device ID, or NULL if no match is found. -* -* @note None. -* -******************************************************************************/ -XScuTimer_Config *XScuTimer_LookupConfig(u16 DeviceId) -{ - XScuTimer_Config *CfgPtr = NULL; - u32 Index; - - for (Index = 0U; Index < XPAR_XSCUTIMER_NUM_INSTANCES; Index++) { - if (XScuTimer_ConfigTable[Index].DeviceId == DeviceId) { - CfgPtr = &XScuTimer_ConfigTable[Index]; - break; - } - } - - return (XScuTimer_Config *)CfgPtr; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/Makefile deleted file mode 100644 index eb496ea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${DEPFILES} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt.c deleted file mode 100644 index 1c392ec..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt.c +++ /dev/null @@ -1,191 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscuwdt.c -* @addtogroup scuwdt_v2_4 -* @{ -* -* Contains the implementation of interface functions of the XScuWdt driver. -* See xscuwdt.h for a description of the driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xscuwdt.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* Initialize a specific watchdog timer instance/driver. This function -* must be called before other functions of the driver are called. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* @param ConfigPtr is the config structure. -* @param EffectiveAddress is the base address for the device. It could be -* a virtual address if address translation is supported in the -* system, otherwise it is the physical address. -* -* @return -* - XST_SUCCESS if initialization was successful. -* - XST_DEVICE_IS_STARTED if the device has already been started. -* -* @note This function enables the watchdog mode. -* -******************************************************************************/ -s32 XScuWdt_CfgInitialize(XScuWdt *InstancePtr, - XScuWdt_Config *ConfigPtr, u32 EffectiveAddress) -{ - s32 CfgStatus; - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(ConfigPtr != NULL); - Xil_AssertNonvoid(EffectiveAddress != 0x00U); - - /* - * If the device is started, disallow the initialize and return a - * status indicating it is started. This allows the user to stop the - * device and reinitialize, but prevents a user from inadvertently - * initializing. - */ - if (InstancePtr->IsStarted == XIL_COMPONENT_IS_STARTED) { - CfgStatus = (s32)XST_DEVICE_IS_STARTED; - } - else { - /* - * Copy configuration into instance. - */ - InstancePtr->Config.DeviceId = ConfigPtr->DeviceId; - - /* - * Save the base address pointer such that the registers of the block - * can be accessed and indicate it has not been started yet. - */ - InstancePtr->Config.BaseAddr = EffectiveAddress; - InstancePtr->IsStarted = 0U; - - /* - * Put the watchdog timer in Watchdog mode. - */ - XScuWdt_SetWdMode(InstancePtr); - - /* - * Indicate the instance is ready to use, successfully initialized. - */ - InstancePtr->IsReady = XIL_COMPONENT_IS_READY; - - CfgStatus =(s32)XST_SUCCESS; - } - return CfgStatus; -} - -/****************************************************************************/ -/** -* -* Start the watchdog counter of the device. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note User needs to select the appropriate mode (watchdog/timer) -* before using this API. -* See XScuWdt_SetWdMode/XScuWdt_SetTimerMode macros in -* xscuwdt.h. -* -******************************************************************************/ -void XScuWdt_Start(XScuWdt *InstancePtr) -{ - u32 Register; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the contents of the Control register. - */ - Register = XScuWdt_ReadReg(InstancePtr->Config.BaseAddr, - XSCUWDT_CONTROL_OFFSET); - - /* - * Set the 'watchdog enable' bit in the register. - */ - Register |= XSCUWDT_CONTROL_WD_ENABLE_MASK; - - /* - * Update the Control register with the new value. - */ - XScuWdt_WriteReg(InstancePtr->Config.BaseAddr, - XSCUWDT_CONTROL_OFFSET, Register); - - /* - * Indicate that the device is started. - */ - InstancePtr->IsStarted = XIL_COMPONENT_IS_STARTED; -} - -/****************************************************************************/ -/** -* -* Stop the watchdog timer. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XScuWdt_Stop(XScuWdt *InstancePtr) -{ - u32 Register; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the contents of the Control register. - */ - Register = XScuWdt_ReadReg(InstancePtr->Config.BaseAddr, - XSCUWDT_CONTROL_OFFSET); - - /* - * Clear the 'watchdog enable' bit in the register. - */ - Register &= (~(u32)XSCUWDT_CONTROL_WD_ENABLE_MASK); - - /* - * Update the Control register with the new value. - */ - XScuWdt_WriteReg(InstancePtr->Config.BaseAddr, - XSCUWDT_CONTROL_OFFSET, Register); - - /* - * Indicate that the device is stopped. - */ - InstancePtr->IsStarted = 0U; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt.h deleted file mode 100644 index 8d11ff8..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt.h +++ /dev/null @@ -1,365 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscuwdt.h -* @addtogroup scuwdt_v2_4 -* @{ -* @details -* -* The Xilinx SCU watchdog timer driver (XScuWdt) supports the Xilinx SCU private -* watchdog timer hardware. -* -* The XScuWdt driver supports the following features: -* - Watchdog mode -* - Timer mode -* - Auto reload (timer mode only) -* -* The watchdog counter register is a down counter and starts decrementing when -* the watchdog is started. -* In watchdog mode, when the counter reaches 0, the Reset flag is set in the -* Reset status register and the WDRESETREQ pin is asserted, causing a system -* reset. The Reset flag is not reset by normal processor reset and is cleared -* when written with a value of 1. This enables the user to differentiate a -* normal reset and a reset caused by watchdog time-out. The user needs to call -* XScuWdt_RestartWdt() periodically, to avoid the watchdog from being timed-out. -* -* The IsWdtExpired function can be used to check if the watchdog was the cause -* of the last reset. In this situation, call Initialize then call IsWdtExpired. -* If the result is true, watchdog timeout caused the last system reset. The -* application then needs to clear the Reset flag. -* -* In timer mode, when the counter reaches 0, the Event flag is set in the -* Interrupt status register and if interrupts are enabled, interrupt ID 30 is -* set as pending in the interrupt distributor. The IsTimerExpired function -* is used to check if the watchdog counter has decremented to 0 in timer mode. -* If auto-reload mode is enabled, the Counter register is automatically reloaded -* from the Load register. -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate with the Watchdog Timer. -* -* XScuWdt_CfgInitialize() API is used to initialize the Watchdog Timer. The -* user needs to first call the XScuWdt_LookupConfig() API which returns -* the Configuration structure pointer which is passed as a parameter to -* the XScuWdt_CfgInitialize() API. -* -* Interrupts -* -* The SCU Watchdog Timer supports interrupts in Timer mode. -* -* This driver does not provide a Interrupt Service Routine (ISR) for the device. -* It is the responsibility of the application to provide one if needed. Refer to -* the interrupt example provided with this driver for details on using the -* Timer in interrupt mode. -* -* Virtual Memory -* -* This driver supports Virtual Memory. The RTOS is responsible for calculating -* the correct device base address in Virtual Memory space. -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* Building the driver -* -* The XScuWdt driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -*

-* -* NOTE: -* The watchdog timer is not a part of the snoop control unit as indicated -* by the prefix "scu" in the name of the driver. -* It is an independent module in APU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 1.02a  sg 07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-*       ms  03/17/17 Added readme.txt file in examples folder for doxygen
-*                    generation.
-* 2.3   mus 08/31/20 Updated makefile to support parallel make and
-*                    incremental builds. It would help to reduce compilaton
-*                    time.
-* 2.3	sne 09/16/20 Fixed MISRA-C violations.
-* 2.4	sne 02/04/21 Fixed Doxygen warnings.
-* 
-* -******************************************************************************/ -#ifndef XSCUWDT_H /**< prevent circular inclusions */ -#define XSCUWDT_H /**< by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xscuwdt_hw.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddr; /**< Base address of the device */ -} XScuWdt_Config; - -/** - * The XScuWdt driver instance data. The user is required to allocate a - * variable of this type for every watchdog/timer device in the system. - * A pointer to a variable of this type is then passed to the driver API - * functions. - */ -typedef struct { - XScuWdt_Config Config;/**< Hardware Configuration */ - u32 IsReady; /**< Device is initialized and ready */ - u32 IsStarted; /**< Device watchdog timer is running */ -} XScuWdt; - -/************************** Variable Definitions *****************************/ -extern XScuWdt_Config XScuWdt_ConfigTable[]; - -/***************** Macros (Inline Functions) Definitions *********************/ -/****************************************************************************/ -/** -* -* This function is used to check if the watchdog has timed-out and the last -* reset was caused by the watchdog reset. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return -* - TRUE if the watchdog has expired. -* - FALSE if the watchdog has not expired. -* -* @note C-style signature: -* int XScuWdt_IsWdtExpired(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_IsWdtExpired(InstancePtr) \ - ((XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_RST_STS_OFFSET) & \ - XSCUWDT_RST_STS_RESET_FLAG_MASK) == XSCUWDT_RST_STS_RESET_FLAG_MASK) - -/****************************************************************************/ -/** -* -* This function is used to check if the watchdog counter has reached 0 in timer -* mode. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return -* - TRUE if the watchdog has expired. -* - FALSE if the watchdog has not expired. -* -* @note C-style signature: -* int XScuWdt_IsTimerExpired(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_IsTimerExpired(InstancePtr) \ - ((XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_ISR_OFFSET) & \ - XSCUWDT_ISR_EVENT_FLAG_MASK) == XSCUWDT_ISR_EVENT_FLAG_MASK) - -/****************************************************************************/ -/** -* -* Re-start the watchdog timer. This macro will read the watchdog load register -* and write the same value to load register to update the counter register. -* An application needs to call this function periodically to keep the watchdog -* from asserting the WDRESETREQ reset request output pin. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_RestartWdt(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_RestartWdt(InstancePtr) \ - XScuWdt_LoadWdt((InstancePtr), \ - (XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_LOAD_OFFSET))) - -/****************************************************************************/ -/** -* -* Write to the watchdog timer load register. This will also update the -* watchdog counter register with the new value. This macro can be used to -* change the time-out value. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* @param Value is the value to be written to the Watchdog Load register. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_LoadWdt(XScuWdt *InstancePtr, u32 Value) -* -******************************************************************************/ -#define XScuWdt_LoadWdt(InstancePtr, Value) \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_LOAD_OFFSET, (Value)) - -/****************************************************************************/ -/** -* -* Put the watchdog timer in Watchdog mode by setting the WD mode bit of the -* Watchdog control register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_SetWdMode(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_SetWdMode(InstancePtr) \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET, \ - (XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET) | \ - (XSCUWDT_CONTROL_WD_MODE_MASK))) - -/****************************************************************************/ -/** -* -* Put the watchdog timer in Timer mode by writing 0x12345678 and 0x87654321 -* successively to the Watchdog Disable Register. -* The software must write 0x12345678 and 0x87654321 successively to the -* Watchdog Disable Register so that the watchdog mode bit in the Watchdog -* Control Register is set to zero. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_SetTimerMode(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_SetTimerMode(InstancePtr) \ -{ \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_DISABLE_OFFSET, \ - XSCUWDT_DISABLE_VALUE1); \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_DISABLE_OFFSET, \ - XSCUWDT_DISABLE_VALUE2); \ -} - -/****************************************************************************/ -/** -* -* Get the contents of the watchdog control register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return Contents of the watchdog control register. -* -* @note C-style signature: - u32 XScuWdt_GetControlReg(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_GetControlReg(InstancePtr) \ - XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET) - -/****************************************************************************/ -/** -* -* Write to the watchdog control register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* @param ControlReg is the value to be written to the watchdog control -* register. -* -* @return None. -* -* @note C-style signature: - void XScuWdt_SetControlReg(XScuWdt *InstancePtr, u32 ControlReg) -* -******************************************************************************/ -#define XScuWdt_SetControlReg(InstancePtr, ControlReg) \ - XScuWdt_WriteReg((InstancePtr)->Config.BaseAddr, \ - XSCUWDT_CONTROL_OFFSET, (ControlReg)) - -/****************************************************************************/ -/** -* -* Enable auto-reload mode. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_EnableAutoReload(XScuWdt *InstancePtr) -* -******************************************************************************/ -#define XScuWdt_EnableAutoReload(InstancePtr) \ - XScuWdt_SetControlReg((InstancePtr), \ - (XScuWdt_GetControlReg(InstancePtr) | \ - XSCUWDT_CONTROL_AUTO_RELOAD_MASK)) - -/************************** Function Prototypes ******************************/ - -/* - * Lookup configuration in xscuwdt_sinit.c. - */ -XScuWdt_Config *XScuWdt_LookupConfig(u16 DeviceId); - -/* - * Selftest function in xscuwdt_selftest.c - */ -s32 XScuWdt_SelfTest(XScuWdt *InstancePtr); - -/* - * Interface functions in xscuwdt.c - */ -s32 XScuWdt_CfgInitialize(XScuWdt *InstancePtr, - XScuWdt_Config *ConfigPtr, u32 EffectiveAddress); - -void XScuWdt_Start(XScuWdt *InstancePtr); - -void XScuWdt_Stop(XScuWdt *InstancePtr); - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_g.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_g.c deleted file mode 100644 index 7834953..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_g.c +++ /dev/null @@ -1,31 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xscuwdt.h" - -/* -* The configuration table for devices -*/ - -XScuWdt_Config XScuWdt_ConfigTable[XPAR_XSCUWDT_NUM_INSTANCES] = -{ - { - XPAR_PS7_SCUWDT_0_DEVICE_ID, - XPAR_PS7_SCUWDT_0_BASEADDR - } -}; - - diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_hw.h deleted file mode 100644 index 0cdfc1e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_hw.h +++ /dev/null @@ -1,156 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscuwdt_hw.h -* @addtogroup scuwdt_v2_4 -* @{ -* -* This file contains the hardware interface to the Xilinx SCU private Watch Dog -* Timer (XSCUWDT). -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 1.01a bss 02/27/12 Updated the register offsets to start at 0x0 instead
-*                    of 0x20 as the base address obtained from the tools
-*		     starts at 0x20.
-* 1.02a  sg 07/17/12 Included xil_assert.h for CR 667947. This is an issue
-*		     when the xstatus.h in the common driver overwrites
-*		     the xstatus.h of the standalone BSP during the
-*		     libgen.
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ -#ifndef XSCUWDT_HW_H /**< prevent circular inclusions */ -#define XSCUWDT_HW_H /**< by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_io.h" -#include "xil_assert.h" -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * Offsets of registers from the start of the device. The WDT registers start at - * an offset 0x20 - * @{ - */ - -#define XSCUWDT_LOAD_OFFSET 0x00U /**< Watchdog Load Register */ -#define XSCUWDT_COUNTER_OFFSET 0x04U /**< Watchdog Counter Register */ -#define XSCUWDT_CONTROL_OFFSET 0x08U /**< Watchdog Control Register */ -#define XSCUWDT_ISR_OFFSET 0x0CU /**< Watchdog Interrupt Status Register */ -#define XSCUWDT_RST_STS_OFFSET 0x10U /**< Watchdog Reset Status Register */ -#define XSCUWDT_DISABLE_OFFSET 0x14U /**< Watchdog Disable Register */ -/* @} */ - -/** @name Watchdog Control register - * This register bits control the prescaler, WD/Timer mode, Intr enable, - * auto-reload, watchdog enable. - * @{ - */ - -#define XSCUWDT_CONTROL_PRESCALER_MASK 0x0000FF00U /**< Prescaler */ -#define XSCUWDT_CONTROL_PRESCALER_SHIFT 8U -#define XSCUWDT_CONTROL_WD_MODE_MASK 0x00000008U /**< Watchdog/Timer mode */ -#define XSCUWDT_CONTROL_IT_ENABLE_MASK 0x00000004U /**< Intr enable (in - timer mode) */ -#define XSCUWDT_CONTROL_AUTO_RELOAD_MASK 0x00000002U /**< Auto-reload (in - timer mode) */ -#define XSCUWDT_CONTROL_WD_ENABLE_MASK 0x00000001U /**< Watchdog enable */ -/* @} */ - -/** @name Interrupt Status register - * This register indicates the Counter register has reached zero in Counter - * mode. - * @{ - */ - -#define XSCUWDT_ISR_EVENT_FLAG_MASK 0x00000001U /**< Event flag */ -/*@}*/ - -/** @name Reset Status register - * This register indicates the Counter register has reached zero in Watchdog - * mode and a reset request is sent. - * @{ - */ - -#define XSCUWDT_RST_STS_RESET_FLAG_MASK 0x00000001U /**< Time out occurred */ -/*@}*/ - -/** @name Disable register - * This register is used to switch from watchdog mode to timer mode. - * The software must write 0x12345678 and 0x87654321 successively to the - * Watchdog Disable Register so that the watchdog mode bit in the Watchdog - * Control Register is set to zero. - * @{ - */ -#define XSCUWDT_DISABLE_VALUE1 0x12345678U /**< Watchdog mode disable - value 1 */ -#define XSCUWDT_DISABLE_VALUE2 0x87654321U /**< Watchdog mode disable - value 2 */ -/*@}*/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* -* Read the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be read -* -* @return The 32-bit value of the register -* -* @note C-style signature: -* u32 XScuWdt_ReadReg(u32 BaseAddr, u32 RegOffset) -* -*****************************************************************************/ -#define XScuWdt_ReadReg(BaseAddr, RegOffset) \ - Xil_In32((BaseAddr) + ((u32)RegOffset)) - -/****************************************************************************/ -/** -* -* Write the given register. -* -* @param BaseAddr is the base address of the device -* @param RegOffset is the register offset to be written -* @param Data is the 32-bit value to write to the register -* -* @return None. -* -* @note C-style signature: -* void XScuWdt_WriteReg(u32 BaseAddr, u32 RegOffset, u32 Data) -* -*****************************************************************************/ -#define XScuWdt_WriteReg(BaseAddr, RegOffset, Data) \ - Xil_Out32((BaseAddr) + ((u32)RegOffset), ((u32)Data)) - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_selftest.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_selftest.c deleted file mode 100644 index 4b5c4cd..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_selftest.c +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xscuwdt_selftest.c -* @addtogroup scuwdt_v2_4 -* @{ -* -* Contains diagnostic self-test functions for the XScuWdt driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xscuwdt.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* Run a self-test on the WDT. This test stops the watchdog, writes a value to -* the watchdog load register, starts the watchdog and verifies that the value -* read from the counter register is less that the value written to the load -* register. It then restores the control register and the watchdog load -* register. -* -* @param InstancePtr is a pointer to the XScuWdt instance. -* -* @return -* - XST_SUCCESS if self-test was successful. -* - XST_FAILURE if the WDT is not decrementing. -* -* @note None. -* -******************************************************************************/ -s32 XScuWdt_SelfTest(XScuWdt *InstancePtr) -{ - s32 SelfTestStatus; - u32 Register; - u32 CtrlOrig; - u32 LoadOrig; - - /* - * Assert to ensure the inputs are valid and the instance has been - * initialized. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Stop the watchdog timer. - */ - CtrlOrig = XScuWdt_GetControlReg(InstancePtr); - XScuWdt_SetControlReg(InstancePtr, - CtrlOrig & (~(u32)XSCUWDT_CONTROL_WD_ENABLE_MASK)); - - LoadOrig = XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, - XSCUWDT_LOAD_OFFSET); - XScuWdt_LoadWdt(InstancePtr, 0xFFFFFFFFU); - - /* - * Start the watchdog timer and check if the watchdog counter is - * decrementing. - */ - XScuWdt_SetControlReg(InstancePtr, - CtrlOrig | (u32)XSCUWDT_CONTROL_WD_ENABLE_MASK); - - Register = XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, - XSCUWDT_COUNTER_OFFSET); - - XScuWdt_LoadWdt(InstancePtr, LoadOrig); - XScuWdt_SetControlReg(InstancePtr, CtrlOrig); - - if (Register == 0xFFFFFFFFU) { - SelfTestStatus = (s32)XST_FAILURE; - } - else { - SelfTestStatus = (s32)XST_SUCCESS; - } - - return SelfTestStatus; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_sinit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_sinit.c deleted file mode 100644 index a46afa7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_4/src/xscuwdt_sinit.c +++ /dev/null @@ -1,66 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xscuwdt_sinit.c -* @addtogroup scuwdt_v2_4 -* @{ -* -* This file contains method for static initialization (compile-time) of the -* driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who Date     Changes
-* ----- --- -------- ---------------------------------------------
-* 1.00a sdm 01/15/10 First release
-* 2.1 	sk  02/26/15 Modified the code for MISRA-C:2012 compliance.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xscuwdt.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* Lookup the device configuration based on the unique device ID. The table -* contains the configuration info for each device in the system. -* -* @param DeviceId is the unique device ID of the device being looked up. -* -* @return A pointer to the configuration table entry corresponding to the -* given device ID, or NULL if no match is found. -* -* @note None. -* -******************************************************************************/ -XScuWdt_Config *XScuWdt_LookupConfig(u16 DeviceId) -{ - XScuWdt_Config *CfgPtr = NULL; - u32 Index; - - for (Index = 0U; Index < (u32)XPAR_XSCUWDT_NUM_INSTANCES; Index++) { - if (XScuWdt_ConfigTable[Index].DeviceId == DeviceId) { - CfgPtr = &XScuWdt_ConfigTable[Index]; - break; - } - } - - return (XScuWdt_Config *)CfgPtr; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/Makefile deleted file mode 100644 index d90ef88..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# Copyright (c) 2011 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -CC=$(COMPILER) -AR=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(subst -pg, -DPROFILING, $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, -DPROFILING, $(EXTRA_COMPILER_FLAGS)) - -ifeq (($(notdir $(CC))) , arm-xilinx-eabi-gcc) -ECC_FLAGS += -nostartfiles\ - -march=armv7-a \ - -mfloat-abi=soft \ - -mfpu=neon -endif - -ifeq (($(notdir $(CC))) , arm-none-eabi-gcc) -ECC_FLAGS += -nostartfiles -endif - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) - -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.S)))) - -INCLUDEFILES=*.h - -libs: $(LIBS) - -standalone_libs: $(OBJECTS) $(ASSEMBLY_OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.S - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -profile_libs: - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" libs - -.PHONY: include -include: standalone_includes profile_includes - -standalone_includes: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -profile_includes: - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" include - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" clean diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_exit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_exit.c deleted file mode 100644 index 4c55bbd..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_exit.c +++ /dev/null @@ -1,18 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -/* _exit - Simple implementation. Does not return. -*/ -__attribute__((weak)) void _exit (sint32 status) -{ - (void)status; - while (1) { - ; - } -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_open.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_open.c deleted file mode 100644 index f2d44ce..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_open.c +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef UNDEFINE_FILE_OPS -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _open(const char8 *buf, s32 flags, s32 mode); -} -#endif - -/* - * _open -- open a file descriptor. We don't have a filesystem, so - * we return an error. - */ -__attribute__((weak)) s32 _open(const char8 *buf, s32 flags, s32 mode) -{ - (void)buf; - (void)flags; - (void)mode; - errno = EIO; - return (-1); -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_sbrk.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_sbrk.c deleted file mode 100644 index 105c913..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/_sbrk.c +++ /dev/null @@ -1,39 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -extern u8 _heap_start[]; -extern u8 _heap_end[]; - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) caddr_t _sbrk ( s32 incr ); -} -#endif - -__attribute__((weak)) caddr_t _sbrk ( s32 incr ) -{ - static u8 *heap = NULL; - u8 *prev_heap; - static u8 *HeapEndPtr = (u8 *)&_heap_end; - caddr_t Status; - - if (heap == NULL) { - heap = (u8 *)&_heap_start; - } - prev_heap = heap; - - if (((heap + incr) <= HeapEndPtr) && (prev_heap != NULL)) { - heap += incr; - Status = (caddr_t) ((void *)prev_heap); - } else { - Status = (caddr_t) -1; - } - - return Status; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/abort.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/abort.c deleted file mode 100644 index 4c9faef..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/abort.c +++ /dev/null @@ -1,16 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include - -/* - * abort -- go out via exit... - */ -__attribute__((weak)) void abort(void) -{ - _exit(1); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/Makefile deleted file mode 100644 index 347e3ac..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -############################################################################### -# Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -CC=$(COMPILER) -AR=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(subst -pg, -DPROFILING, $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, -DPROFILING, $(EXTRA_COMPILER_FLAGS)) - -ECC_FLAGS += -nostartfiles\ - -march=armv7-a -ECC_FLAGS_NO_FLTO1 = $(subst -flto,,$(ECC_FLAGS)) -ECC_FLAGS_NO_FLTO = $(subst -ffat-lto-objects,,$(ECC_FLAGS_NO_FLTO1)) - - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(filter-out _exit.c, $(wildcard *.c))))) -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.S)))) -NON_LTO_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o,$(basename _exit.c))) - -INCLUDEFILES=*.h -INCLUDEFILES+=includes_ps/*.h -libs: $(LIBS) - -standalone_libs: $(OBJECTS) $(ASSEMBLY_OBJECTS) $(NON_LTO_OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) -$(RELEASEDIR)_exit.o: _exit.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS_NO_FLTO) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.S - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) $(addprefix $(INCLUDEDIR), $(subst includes_ps/,,$(wildcard includes_ps/*.h))) - - - -$(INCLUDEDIR)%.h: includes_ps/%.h - $(CP) $< $@ - - - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) - rm -rf $(NON_LTO_OBJECTS) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/asm_vectors.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/asm_vectors.S deleted file mode 100644 index c4352d7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/asm_vectors.S +++ /dev/null @@ -1,154 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file asm_vectors.S -* -* This file contains the initial vector table for the Cortex A53 processor -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.2	pkp  	28/05/15 First release
-* 6.0   mus     27/07/16 Added Undefined exception handler
-* 6.4   mus     25/07/17 Added support for hard floating point
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - - -.org 0 -.text - -.globl _boot -.globl _vector_table - -.globl FIQInterrupt -.globl IRQInterrupt -.globl SWInterrupt -.globl DataAbortInterrupt -.globl PrefetchAbortInterrupt - -.globl IRQHandler -.globl prof_pc - -.section .vectors, "a" -_vector_table: - B _boot - B Undefined - B SVCHandler - B PrefetchAbortHandler - B DataAbortHandler - NOP /* Placeholder for address exception vector*/ - B IRQHandler - B FIQHandler - - -IRQHandler: /* IRQ vector handler */ - - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code*/ - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} - - bl IRQInterrupt /* IRQ vector */ - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - - subs pc, lr, #4 /* adjust return */ - - -FIQHandler: /* FIQ vector handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -FIQLoop: - bl FIQInterrupt /* FIQ vector */ - - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #4 /* adjust return */ - - -Undefined: /* Undefined handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =UndefinedExceptionAddr - sub r1, lr, #4 - str r1, [r0] /* Store address of instruction causing undefined exception */ - - bl UndefinedException /* UndefinedException: call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - movs pc, lr - - -SVCHandler: /* SWI handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - - tst r0, #0x20 /* check the T bit */ - ldrneh r0, [lr,#-2] /* Thumb mode */ - bicne r0, r0, #0xff00 /* Thumb mode */ - ldreq r0, [lr,#-4] /* ARM mode */ - biceq r0, r0, #0xff000000 /* ARM mode */ - - bl SWInterrupt /* SWInterrupt: call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - movs pc, lr /*return to the next instruction after the SWI instruction */ - - -DataAbortHandler: /* Data Abort handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =DataAbortAddr - sub r1, lr, #8 - str r1, [r0] /* Stores instruction causing data abort */ - bl DataAbortInterrupt /*DataAbortInterrupt :call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - subs pc, lr, #8 /* points to the instruction that caused the Data Abort exception */ - -PrefetchAbortHandler: /* Prefetch Abort handler */ - - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =PrefetchAbortAddr - sub r1, lr, #4 - str r1, [r0] /* Stores instruction causing prefetch abort */ - - bl PrefetchAbortInterrupt /* PrefetchAbortInterrupt: call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - subs pc, lr, #4 /* points to the instruction that caused the Prefetch Abort exception */ - - -.end diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/boot.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/boot.S deleted file mode 100644 index 517deea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/boot.S +++ /dev/null @@ -1,277 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file boot.S -* -* @addtogroup a53_32_boot_code Cortex A53 32bit Processor Boot Code -* @{ -*

boot.S

-* The boot.S file contains a minimal set of code for transferring control from the -* processor reset location to the start of the application. The boot code performs -* minimum configuration which is required for an application to run starting from -* processor reset state of the processor. Below is a sequence illustrating what all -* configuration is performed before control reaches to main function. -* -* 1. Program vector table base for exception handling -* 2. Invalidate instruction cache, data cache and TLBs -* 3. Program stack pointer for various modes (IRQ, FIQ, supervisor, undefine, -* abort, system) -* 4. Program counter frequency -* 5. Configure MMU with short descriptor translation table format and program -* base address of translation table -* 6. Enable data cache, instruction cache and MMU -* 7. Transfer control to _start which clears BSS sections and runs global -* constructor before jumping to main application -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.2	pkp  	28/05/15 First release
-* 5.4	pkp	09/11/15 Enable I-Cache and D-Cache in the initialization
-* 6.0	pkp	07/25/16 Program the counter frequency
-* 6.4   mus     07/25/17 Set VFP enable bit in FPEXC register, to support
-*                        hard floating point in BSP
-* 
-* -* -******************************************************************************/ - -#include "xparameters.h" - - -.globl MMUTable -.global _prestart -.global _boot -.global __stack -.global __irq_stack -.global __supervisor_stack -.global __abort_stack -.global __fiq_stack -.global __undef_stack -.global _vector_table - -.set PSS_L2CC_BASE_ADDR, 0xF8F02000 -.set PSS_SLCR_BASE_ADDR, 0xF8000000 - -.set RESERVED, 0x0fffff00 -.set TblBase , MMUTable -.set LRemap, 0xFE00000F /* set the base address of the peripheral block as not shared */ - -.set CRValMmuCac, 0b01000000000001 /* Enable IDC, and MMU */ -.set counterfreq, XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ - -/* Stack Pointer locations for boot code */ -.set Undef_stack, __undef_stack -.set FIQ_stack, __fiq_stack -.set Abort_stack, __abort_stack -.set SPV_stack, __supervisor_stack -.set IRQ_stack, __irq_stack -.set SYS_stack, __stack - -.set vector_base, _vector_table - -.set FPEXC_EN, 0x40000000 /* FPU enable bit, (1 << 30) */ - -.section .boot,"ax" - -/* this initializes the various processor modes */ - -_prestart: -_boot: - -OKToRun: - mrc p15, 0, r0, c0, c0, 0 /* Get the revision */ - and r5, r0, #0x00f00000 - and r6, r0, #0x0000000f - orr r6, r6, r5, lsr #20-4 - - /* set VBAR to the _vector_table address in linker script */ - ldr r0, =vector_base - mcr p15, 0, r0, c12, c0, 0 - - /* Invalidate caches and TLBs */ - mov r0,#0 /* r0 = 0 */ - mcr p15, 0, r0, c8, c7, 0 /* invalidate TLBs */ - mcr p15, 0, r0, c7, c5, 0 /* invalidate icache */ - mcr p15, 0, r0, c7, c5, 6 /* Invalidate branch predictor array */ - bl invalidate_dcache /* invalidate dcache */ - - /* Disable MMU, if enabled */ - mrc p15, 0, r0, c1, c0, 0 /* read CP15 register 1 */ - bic r0, r0, #0x1 /* clear bit 0 */ - mcr p15, 0, r0, c1, c0, 0 /* write value back */ - - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the irq stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x12 /* IRQ mode */ - msr cpsr, r2 - ldr r13,=IRQ_stack /* IRQ stack pointer */ - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the supervisor stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x13 /* supervisor mode */ - msr cpsr, r2 - ldr r13,=SPV_stack /* Supervisor stack pointer */ - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Abort stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x17 /* Abort mode */ - msr cpsr, r2 - ldr r13,=Abort_stack /* Abort stack pointer */ - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the FIQ stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x11 /* FIQ mode */ - msr cpsr, r2 - ldr r13,=FIQ_stack /* FIQ stack pointer */ - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Undefine stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1b /* Undefine mode */ - msr cpsr, r2 - ldr r13,=Undef_stack /* Undefine stack pointer */ - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the system stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1F /* SYS mode */ - msr cpsr, r2 - ldr r13,=SYS_stack /* SYS stack pointer */ - - /* program the timer counter frequency */ - ldr r0,=counterfreq - mcr 15,0,r0,c14,c0,0 - - mov r0,#0 - mcr 15,0,r0,c2,c0,2 /* N = 0 to use ttbr0 */ - - /* Write to ACTLR */ - mrc p15, 0, r0, c1, c0, 1 /* Read ACTLR */ - orr r0, r0, #(1 << 0) /* Enable access to CPUECTLR */ - orr r0, r0, #(1 << 1) - mcr p15, 0, r0, c1, c0, 1 /* Write ACTLR */ - - /* Write to CPUECTLR */ - mrrc p15, 1, r0, r1, c15 /* Read CPUECTLR */ - orr r0, r0, #(0x01 << 6) /* Set SMPEN bit */ - mcrr p15, 1, r0, r1, c15 /* Write CPUECTLR */ - - /* enable MMU and cache */ - ldr r0,=TblBase /* Load MMU translation table base */ - orr r0, r0, #0x5B /* Outer-cacheable, WB */ - mcr 15, 0, r0, c2, c0, 0 /* TTB0 */ - mov r0,#0x5B - mcr p15,0,r0,c2,c0,1 - mvn r0,#0 /* Load MMU domains -- all ones=manager */ - mcr p15,0,r0,c3,c0,0 - - /* Enable mmu, icahce and dcache */ - mrc p15,0,r0,c1,c0,0 - bic r0, r0, #(0x1 << 13) - orr r0, r0, #(0x1 << 12) /* enable I-cache */ - orr r0, r0, #(0x1 << 2) /* enable D-Cache */ - orr r0, r0, #0x1 /* enable MMU */ - dsb /* dsb allow the MMU to start up */ - mcr p15,0,r0,c1,c0,0 /* Enable cache and MMU */ - isb /* isb flush prefetch buffer */ - - mov r0, r0 - mrc p15, 0, r1, c1, c0, 2 /* read cp access control register (CACR) into r1 */ - orr r1, r1, #(0xf << 20) /* enable full access for p10 & p11 */ - mcr p15, 0, r1, c1, c0, 2 /* write back into CACR */ - - /* enable vfp */ - vmrs r1, FPEXC /* read the exception register */ - orr r1,r1, #FPEXC_EN /* set VFP enable bit, leave the others in orig state */ - vmsr FPEXC, r1 /* write back the exception register */ - - mrc p15,0,r0,c1,c0,0 /* flow prediction enable */ - orr r0, r0, #(0x01 << 11) /* #0x8000 */ - mcr p15,0,r0,c1,c0,0 - - mrc p15,0,r0,c1,c0,1 /* read Auxiliary Control Register */ - orr r0, r0, #(0x1 << 2) /* enable Dside prefetch */ - orr r0, r0, #(0x1 << 1) /* enable L2 Prefetch hint */ - mcr p15,0,r0,c1,c0,1 /* write Auxiliary Control Register */ - - mrs r0, cpsr /* get the current PSR */ - bic r0, r0, #0x100 /* enable asynchronous abort exception */ - msr cpsr_xsf, r0 - - - b _startup /* jump to C startup code */ - and r0, r0, r0 /* no op */ - -.Ldone: b .Ldone /* Paranoia: we should never get here */ - - -/* - ************************************************************************* - * - * invalidate_dcache - invalidate the entire d-cache by set/way - * - * Note: for Cortex-A53, there is no cp instruction for invalidating - * the whole D-cache. Need to invalidate each line. - * - ************************************************************************* - */ -invalidate_dcache: - mrc p15, 1, r0, c0, c0, 1 /* read CLIDR */ - ands r3, r0, #0x7000000 - mov r3, r3, lsr #23 /* cache level value (naturally aligned) */ - beq finished - mov r10, #0 /* start with level 0 */ -loop1: - add r2, r10, r10, lsr #1 /* work out 3xcachelevel */ - mov r1, r0, lsr r2 /* bottom 3 bits are the Cache type for this level */ - and r1, r1, #7 /* get those 3 bits alone */ - cmp r1, #2 - blt skip /* no cache or only instruction cache at this level */ - mcr p15, 2, r10, c0, c0, 0 /* write the Cache Size selection register */ - isb /* isb to sync the change to the CacheSizeID reg */ - mrc p15, 1, r1, c0, c0, 0 /* reads current Cache Size ID register */ - and r2, r1, #7 /* extract the line length field */ - add r2, r2, #4 /* add 4 for the line length offset (log2 16 bytes) */ - ldr r4, =0x3ff - ands r4, r4, r1, lsr #3 /* r4 is the max number on the way size (right aligned) */ - clz r5, r4 /* r5 is the bit position of the way size increment */ - ldr r7, =0x7fff - ands r7, r7, r1, lsr #13 /* r7 is the max number of the index size (right aligned) */ -loop2: - mov r9, r4 /* r9 working copy of the max way size (right aligned) */ -loop3: - orr r11, r10, r9, lsl r5 /* factor in the way number and cache number into r11 */ - orr r11, r11, r7, lsl r2 /* factor in the index number */ - mcr p15, 0, r11, c7, c6, 2 /* invalidate by set/way */ - subs r9, r9, #1 /* decrement the way number */ - bge loop3 - subs r7, r7, #1 /* decrement the index */ - bge loop2 -skip: - add r10, r10, #2 /* increment the cache number */ - cmp r3, r10 - bgt loop1 - -finished: - mov r10, #0 /* switch back to cache level 0 */ - mcr p15, 2, r10, c0, c0, 0 /* select current cache level in cssr */ - dsb - isb - - bx lr - -.end -/** -* @} End of "addtogroup a53_32_boot_code". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/cpu_init.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/cpu_init.S deleted file mode 100644 index b5a1ae7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/cpu_init.S +++ /dev/null @@ -1,50 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file cpu_init.S -* -* This file contains CPU specific initialization. Invoked from main CRT -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.2	pkp  	28/05/15 First release
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - - .text - .global __cpu_init - .align 2 -__cpu_init: - -/* Clear cp15 regs with unknown reset values */ - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 /* DFSR */ - mcr p15, 0, r0, c5, c0, 1 /* IFSR */ - mcr p15, 0, r0, c6, c0, 0 /* DFAR */ - mcr p15, 0, r0, c6, c0, 2 /* IFAR */ - mcr p15, 0, r0, c9, c13, 2 /* PMXEVCNTR */ - mcr p15, 0, r0, c13, c0, 2 /* TPIDRURW */ - mcr p15, 0, r0, c13, c0, 3 /* TPIDRURO */ - -/* Reset and start Cycle Counter */ - mov r2, #0x80000000 /* clear overflow */ - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd /* D, C, E */ - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 /* enable cycle counter */ - mcr p15, 0, r2, c9, c12, 1 - - bx lr - -.end diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/xil-crt0.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/xil-crt0.S deleted file mode 100644 index 3f926ac..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/gcc/xil-crt0.S +++ /dev/null @@ -1,101 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file xil-crt0.S -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.2	pkp  28/05/15 First release
-* 5.4	pkp  18/12/15 Initialized global constructor for C++ applications
-* 6.6   srm  10/18/17 Added timer configuration using XTime_StartTTCTimer API.
-*		      Now the TTC instance as specified by the user will be
-*		      started.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -#include "xparameters.h" - .file "xil-crt0.S" - .section ".got2","aw" - .align 2 - - .text -.Lsbss_start: - .long __sbss_start - -.Lsbss_end: - .long __sbss_end - -.Lbss_start: - .long __bss_start__ - -.Lbss_end: - .long __bss_end__ - - -.Lstack: - .long __stack - - .globl _startup -_startup: - - mov r0, #0 - - /* clear sbss */ - ldr r1,.Lsbss_start /* calculate beginning of the SBSS */ - ldr r2,.Lsbss_end /* calculate end of the SBSS */ - -.Lloop_sbss: - cmp r1,r2 - bge .Lenclsbss /* If no SBSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_sbss - -.Lenclsbss: - /* clear bss */ - ldr r1,.Lbss_start /* calculate beginning of the BSS */ - ldr r2,.Lbss_end /* calculate end of the BSS */ - -.Lloop_bss: - cmp r1,r2 - bge .Lenclbss /* If no BSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_bss - -.Lenclbss: - /* set stack pointer */ - ldr r13,.Lstack /* stack address */ - - /* run global constructors */ - bl __libc_init_array - - /* Reset and start Triple Timer Counter */ - #if defined (SLEEP_TIMER_BASEADDR) - bl XTime_StartTTCTimer - #endif - - /* make sure argc and argv are valid */ - mov r0, #0 - mov r1, #0 - - bl main /* Jump to main C code */ - - /* Cleanup global constructors */ - bl __libc_fini_array - - bl exit - -.Lexit: /* should never get here */ - b .Lexit - -.Lstart: - .size _startup,.Lstart-_startup diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/CMakeLists.txt b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/CMakeLists.txt deleted file mode 100644 index 3438d96..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -collect (PROJECT_LIB_HEADERS xparameters_ps.h) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/translation_table.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/translation_table.S deleted file mode 100644 index 012ecfb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/translation_table.S +++ /dev/null @@ -1,155 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file translation_table.s -* -* @addtogroup a53_32_boot_code -* @{ -*

translation_table.S

-* The translation_table.S contains a static page table required by MMU for -* cortex-A53. This translation table is flat mapped (input address = output -* address) with default memory attributes defined for zynq ultrascale+ -* architecture. It utilizes short descriptor translation table format with each -* section defining 1MB of memory. -* -* For DDR in region 0x00000000 - 0x7FFFFFFF, a system where DDR is less than -* 2GB, region after DDR and before PL is marked as undefined/reserved in -* translation table. In region 0xFFC00000 - 0xFFDFFFFF, it contains CSU -* and PMU memory which are marked as Device since it is less than 1MB and -* falls in a region with device memory. -* -* The overview of translation table memory attributes is described below. -* -*| | Memory Range | Definition in Translation Table | -*|-----------------|-------------------------|---------------------------------| -*| DDR | 0x00000000 - 0x7FFFFFFF | Normal write-back Cacheable | -*| PL | 0x80000000 - 0xBFFFFFFF | Strongly Ordered | -*| QSPI, lower PCIe| 0xC0000000 - 0xEFFFFFFF | Device Memory | -*| Reserved | 0xF0000000 - 0xF7FFFFFF | Unassigned | -*| STM Coresight | 0xF8000000 - 0xF8FFFFFF | Device Memory | -*| GIC | 0xF9000000 - 0xF90FFFFF | Device memory | -*| Reserved | 0xF9100000 - 0xFCFFFFFF | Unassigned | -*| FPS, LPS slaves | 0xFD000000 - 0xFFBFFFFF | Device memory | -*| CSU, PMU | 0xFFC00000 - 0xFFDFFFFF | Device Memory | -*| TCM, OCM | 0xFFE00000 - 0xFFFFFFFF | Normal write-back cacheable | -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.2	pkp  28/05/15 First release
-* 5.4	pkp  18/12/15 Updated the address map according to proper address map
-* 6.0   mus  20/07/16 Added warning for ddrless HW design CR-954977
-* 
-* -* -******************************************************************************/ -#include "xparameters.h" - .globl MMUTable - - .section .mmu_tbl,"a" - -MMUTable: - /* Each table entry occupies one 32-bit word and there are - * 4096 entries, so the entire table takes up 16KB. - * Each entry covers a 1MB section. - */ - -.set SECT, 0 - -#ifdef XPAR_PSU_DDR_0_S_AXI_BASEADDR -.set DDR_START, XPAR_PSU_DDR_0_S_AXI_BASEADDR -.set DDR_END, XPAR_PSU_DDR_0_S_AXI_HIGHADDR -.set DDR_SIZE, (DDR_END - DDR_START)+1 -.if DDR_SIZE > 0x80000000 -/* If DDR size is larger than 2GB, truncate to 2GB */ -.set DDR_REG, 0x800 -.else -.set DDR_REG, DDR_SIZE/0x100000 -.endif -#else -.set DDR_REG, 0 -#warning "There's no DDR in the HW design. MMU translation table marks 2 GB DDR address space as undefined" -#endif -.set UNDEF_REG, 0x800 - DDR_REG - -.rept DDR_REG /* DDR Cacheable */ -.word SECT + 0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept UNDEF_REG /* unassigned/reserved */ - /* Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0200 /* 0x80000000 - 0x9fffffff (FPGA slave0) */ -.word SECT + 0xc02 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0200 /* 0xA0000000 - 0xbfffffff (FPGA slave1) */ -.word SECT + 0xc02 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0200 /* 0xc0000000 - 0xdfffffff (OSPI IOU)*/ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0100 /* 0xe0000000 - 0xefffffff (Lower PCIe)*/ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x80 /* 0xf0000000 - 0xf7ffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x10 /* 0xf8000000 - 0xf8ffffff (STM Coresight) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x1 /* 0xf9000000 - 0xf90fffff (RPU_A53_GIC) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x3f /* 0xf9100000 - 0xfcffffff (reserved).*/ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x10 /* 0xfd000000 - 0xfdffffff (FPS Slaves) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x1C /* 0xfe0000000 - 0xfeffffff (LPS Slaves) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x2 /* 0xffc000000 - 0xffdfffff (CSU and PMU) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x02 /* 0xffe00000 - 0xffffffff (TCM and OCM Cacheable) */ -.word SECT + 0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr -.end -/** -* @} End of "addtogroup a53_32_boot_code". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/xparameters_ps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/xparameters_ps.h deleted file mode 100644 index 2b5b4fd..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/ZynqMP/xparameters_ps.h +++ /dev/null @@ -1,323 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* This file contains the address definitions for the hard peripherals -* attached to the ARM Cortex A53 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.2	pkp  	28/05/15 First release
-* 6.0   mus     18/08/16 Defined ARMA53_32 flag
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifndef ARMA53_32 -#define ARMA53_32 ARMA53_32 -#endif - -#ifdef __cplusplus -extern "C" { -#endif -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - -/** - *@cond nocomments - */ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XEMACPS_2_INTR XPS_GEM2_INT_ID -#define XPAR_XEMACPS_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_XEMACPS_3_INTR XPS_GEM3_INT_ID -#define XPAR_XEMACPS_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_XWDTPS_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_XCSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_PSU_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSU_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSU_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSU_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSU_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSU_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSU_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSU_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSU_CSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_XMPU_LPD_INTR XPS_XMPU_LPD_INT_ID -#define XPAR_XZDMAPS_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_XZDMAPS_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_XZDMAPS_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_XZDMAPS_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_XZDMAPS_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_XZDMAPS_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_XZDMAPS_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_XZDMAPS_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_PSU_GDMA_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_PSU_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSU_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSU_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSU_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSU_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSU_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSU_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB3_1_ENDPT_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XAPMPS_0_INTR XPS_APM0_INT_ID -#define XPAR_XAPMPS_1_INTR XPS_APM1_INT_ID -#define XPAR_XAPMPS_2_INTR XPS_APM2_INT_ID -#define XPAR_XAPMPS_5_INTR XPS_APM5_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for backwards compatibility - */ - - -#define XPS_SYS_CTRL_BASEADDR 0xFF180000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U - - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) -#define XPS_NAND_INT_ID (14U + 32U) -#define XPS_QSPI_INT_ID (15U + 32U) -#define XPS_GPIO_INT_ID (16U + 32U) -#define XPS_I2C0_INT_ID (17U + 32U) -#define XPS_I2C1_INT_ID (18U + 32U) -#define XPS_SPI0_INT_ID (19U + 32U) -#define XPS_SPI1_INT_ID (20U + 32U) -#define XPS_UART0_INT_ID (21U + 32U) -#define XPS_UART1_INT_ID (22U + 32U) -#define XPS_CAN0_INT_ID (23U + 32U) -#define XPS_CAN1_INT_ID (24U + 32U) -#define XPS_RTC_ALARM_INT_ID (26U + 32U) -#define XPS_RTC_SEC_INT_ID (27U + 32U) -#define XPS_LPD_SWDT_INT_ID (52U + 32U) -#define XPS_FPD_SWDT_INT_ID (113U + 32U) -#define XPS_TTC0_0_INT_ID (36U + 32U) -#define XPS_TTC0_1_INT_ID (37U + 32U) -#define XPS_TTC0_2_INT_ID (38U + 32U) -#define XPS_TTC1_0_INT_ID (39U + 32U) -#define XPS_TTC1_1_INT_ID (40U + 32U) -#define XPS_TTC1_2_INT_ID (41U + 32U) -#define XPS_TTC2_0_INT_ID (42U + 32U) -#define XPS_TTC2_1_INT_ID (43U + 32U) -#define XPS_TTC2_2_INT_ID (44U + 32U) -#define XPS_TTC3_0_INT_ID (45U + 32U) -#define XPS_TTC3_1_INT_ID (46U + 32U) -#define XPS_TTC3_2_INT_ID (47U + 32U) -#define XPS_SDIO0_INT_ID (48U + 32U) -#define XPS_SDIO1_INT_ID (49U + 32U) -#define XPS_AMS_INT_ID (56U + 32U) -#define XPS_GEM0_INT_ID (57U + 32U) -#define XPS_GEM0_WAKE_INT_ID (58U + 32U) -#define XPS_GEM1_INT_ID (59U + 32U) -#define XPS_GEM1_WAKE_INT_ID (60U + 32U) -#define XPS_GEM2_INT_ID (61U + 32U) -#define XPS_GEM2_WAKE_INT_ID (62U + 32U) -#define XPS_GEM3_INT_ID (63U + 32U) -#define XPS_GEM3_WAKE_INT_ID (64U + 32U) -#define XPS_USB3_0_ENDPT_INT_ID (65U + 32U) -#define XPS_USB3_1_ENDPT_INT_ID (70U + 32U) -#define XPS_ADMA_CH0_INT_ID (77U + 32U) -#define XPS_ADMA_CH1_INT_ID (78U + 32U) -#define XPS_ADMA_CH2_INT_ID (79U + 32U) -#define XPS_ADMA_CH3_INT_ID (80U + 32U) -#define XPS_ADMA_CH4_INT_ID (81U + 32U) -#define XPS_ADMA_CH5_INT_ID (82U + 32U) -#define XPS_ADMA_CH6_INT_ID (83U + 32U) -#define XPS_ADMA_CH7_INT_ID (84U + 32U) -#define XPS_CSU_DMA_INT_ID (86U + 32U) -#define XPS_XMPU_LPD_INT_ID (88U + 32U) -#define XPS_ZDMA_CH0_INT_ID (124U + 32U) -#define XPS_ZDMA_CH1_INT_ID (125U + 32U) -#define XPS_ZDMA_CH2_INT_ID (126U + 32U) -#define XPS_ZDMA_CH3_INT_ID (127U + 32U) -#define XPS_ZDMA_CH4_INT_ID (128U + 32U) -#define XPS_ZDMA_CH5_INT_ID (129U + 32U) -#define XPS_ZDMA_CH6_INT_ID (130U + 32U) -#define XPS_ZDMA_CH7_INT_ID (131U + 32U) -#define XPS_XMPU_FPD_INT_ID (134U + 32U) -#define XPS_FPD_CCI_INT_ID (154U + 32U) -#define XPS_FPD_SMMU_INT_ID (155U + 32U) -#define XPS_APM0_INT_ID (123U + 32U) -#define XPS_APM1_INT_ID (25U + 32U) -#define XPS_APM2_INT_ID (25U + 32U) -#define XPS_APM5_INT_ID (123U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSU_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSU_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSU_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSU_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSU_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSU_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSU_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSU_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSU_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSU_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSU_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSU_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSU_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSU_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSU_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSU_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSU_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSU_WDT_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_PSU_WDT_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_PSU_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSU_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSU_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSU_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSU_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSU_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSU_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSU_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSU_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSU_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSU_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSU_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSU_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSU_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA53_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUWDT_DEVICE_ID 0U - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/versal/CMakeLists.txt b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/versal/CMakeLists.txt deleted file mode 100644 index 3438d96..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/versal/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -collect (PROJECT_LIB_HEADERS xparameters_ps.h) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/versal/xparameters_ps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/versal/xparameters_ps.h deleted file mode 100644 index 2d63a10..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/platform/versal/xparameters_ps.h +++ /dev/null @@ -1,285 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* This file contains the address definitions for the hard peripherals -* attached to the ARM Cortex A72 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 7.00 	mus     01/11/18 First release
-*       mn      03/26/18 Change Interrupt IDs for versal
-*       mn      03/26/18 Update SLCR base address
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "bspconfig.h" -/************************** Constant Definitions *****************************/ -/** - *@cond nocomments - */ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_XWDTPS_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSV_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSV_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSV_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSV_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSV_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSV_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSV_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSV_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSV_PMC_DMA_0_INTR XPS_PMCDMA0_INT_ID -#define XPAR_PSV_PMC_DMA_1_INTR XPS_PMCDMA1_INT_ID -#define XPAR_XMPU_LPD_INTR XPS_XMPU_LPD_INT_ID -#define XPAR_PSV_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSV_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSV_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSV_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSV_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSV_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSV_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB3_1_ENDPT_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXA72_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA72_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for backwards compatibility - */ - -#define XPS_SYS_CTRL_BASEADDR 0xF1060000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U -#define XPS_CRP_BASEADDRESS 0xF1260000U -#define XPS_PMC_GLOBAL_BASEADDRESS 0xF1110000U - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) - -#define XPS_OSPI_INT_ID (124U + 32U) -#define XPS_QSPI_INT_ID (125U + 32U) -#define XPS_GPIO_INT_ID (13U + 32U) -#define XPS_I2C0_INT_ID (14U + 32U) -#define XPS_I2C1_INT_ID (15U + 32U) -#define XPS_SPI0_INT_ID (16U + 32U) -#define XPS_SPI1_INT_ID (17U + 32U) -#define XPS_UART0_INT_ID (18U + 32U) -#define XPS_UART1_INT_ID (19U + 32U) -#define XPS_CAN0_INT_ID (20U + 32U) -#define XPS_CAN1_INT_ID (21U + 32U) -#define XPS_RTC_ALARM_INT_ID (142U + 32U) -#define XPS_RTC_SEC_INT_ID (143U + 32U) -#define XPS_TTC0_0_INT_ID (37U + 32U) -#define XPS_TTC0_1_INT_ID (38U + 32U) -#define XPS_TTC0_2_INT_ID (39U + 32U) -#define XPS_TTC1_0_INT_ID (40U + 32U) -#define XPS_TTC1_1_INT_ID (41U + 32U) -#define XPS_TTC1_2_INT_ID (42U + 32U) -#define XPS_TTC2_0_INT_ID (43U + 32U) -#define XPS_TTC2_1_INT_ID (44U + 32U) -#define XPS_TTC2_2_INT_ID (45U + 32U) -#define XPS_TTC3_0_INT_ID (46U + 32U) -#define XPS_TTC3_1_INT_ID (47U + 32U) -#define XPS_TTC3_2_INT_ID (48U + 32U) -#define XPS_SDIO0_INT_ID (126U + 32U) -#define XPS_SDIO0_WAKE_INT_ID (127U + 32U) -#define XPS_SDIO1_INT_ID (128U + 32U) -#define XPS_SDIO1_WAKE_INT_ID (129U + 32U) -#define XPS_AMS_INT_ID (53U + 32U) -#define XPS_GEM0_INT_ID (56U + 32U) -#define XPS_GEM0_WAKE_INT_ID (57U + 32U) -#define XPS_GEM1_INT_ID (58U + 32U) -#define XPS_GEM1_WAKE_INT_ID (59U + 32U) -#define XPS_ADMA_CH0_INT_ID (60U + 32U) -#define XPS_ADMA_CH1_INT_ID (61U + 32U) -#define XPS_ADMA_CH2_INT_ID (62U + 32U) -#define XPS_ADMA_CH3_INT_ID (63U + 32U) -#define XPS_ADMA_CH4_INT_ID (64U + 32U) -#define XPS_ADMA_CH5_INT_ID (65U + 32U) -#define XPS_ADMA_CH6_INT_ID (66U + 32U) -#define XPS_ADMA_CH7_INT_ID (67U + 32U) -#define XPS_XMPU_LPD_INT_ID (68U + 32U) -#define XPS_XMPU_FPD_INT_ID (102U + 32U) -#define XPS_FPD_CCI_INT_ID (106U + 32U) -#define XPS_FPD_SMMU_INT_ID (107U + 32U) -#define XPS_PMCDMA0_INT_ID (131U + 32U) -#define XPS_PMCDMA1_INT_ID (132U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSV_SBSAUART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSV_SBSAUART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSV_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSV_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSV_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSV_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSV_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSV_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSV_CANFD_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSV_CANFD_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSV_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSV_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSV_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSV_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSV_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSV_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSV_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSV_WDT_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_PSV_WDT_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_PSV_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSV_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSV_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSV_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSV_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSV_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSV_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSV_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSV_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSV_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSV_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSV_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSV_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSV_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA72_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA72_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA72_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA72_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA72_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA72_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUWDT_DEVICE_ID 0U - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/sleep.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/sleep.c deleted file mode 100644 index 20c1170..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/sleep.c +++ /dev/null @@ -1,73 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/***************************************************************************** -* -* @file sleep.c -* -* This function provides a second delay using the Generic Counter register in -* the ARM Cortex A53 MPcore. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 5.4	pkp		 28/01/16 Modified the sleep API to configure Time Stamp
-*						  generator only when disable using frequency from
-*						  xparamters.h instead of hardcoding
-* 5.05	pkp		 13/04/16 Modified sleep routine to call XTime_StartTimer
-*						  which enables timer only when it is disabled and
-*						  read counter value directly from register instead
-*						  of calling XTime_GetTime for optimization
-* 6.0   mus      08/18/16 Updated the sleep signature. Fix for CR#956899
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/*****************************************************************************/ -/** -* -* This API is used to provide delays in seconds -* -* @param seconds requested -* -* @return 0 always -* -* @note None. -* -****************************************************************************/ -unsigned sleep_A53(unsigned int seconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(seconds, COUNTS_PER_SECOND); -#else - XTime tEnd, tCur; - /* Start global timer counter, it will only be enabled if it is disabled */ - XTime_StartTimer(); - - tCur = arch_counter_get_cntvct(); - tEnd = tCur + (((XTime) seconds) * COUNTS_PER_SECOND); - do - { - tCur = arch_counter_get_cntvct(); - } while (tCur < tEnd); -#endif - - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/usleep.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/usleep.c deleted file mode 100644 index 2bedeb1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/usleep.c +++ /dev/null @@ -1,85 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file usleep.c -* -* This function provides a microsecond delay using the Generic counter register in -* the ARM Cortex A53 MPcore. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 5.4	pkp		 28/01/16 Modified the usleep API to configure Time Stamp
-*						  generator only when disable using frequency from
-*						  xparamters.h instead of hardcoding
-* 5.05	pkp		 13/04/16 Modified usleep routine to call XTime_StartTimer
-*						  which enables timer only when it is disabled and
-*						  read counter value directly from register instead
-*						  of calling XTime_GetTime for optimization
-* 6.0   mus      08/18/16 Updated the usleep signature. Fix for CR#956899
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*	                  implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-* 7.5   dp      01/05/21 Updated COUNTS_PER_USECOND macros to round it off to
-*                        nearest possible value so that delta error in time
-*                        calculations can be minimized.
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" -#include "xil_types.h" -#include "xpseudo_asm.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/**************************** Constant Definitions ************************/ - -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_USECOND ((COUNTS_PER_SECOND + 500000)/1000000) - -/*****************************************************************************/ -/** -* -* This API gives a delay in microseconds -* -* @param useconds requested -* -* @return 0. -* -* @note None. -* -****************************************************************************/ -int usleep_A53(unsigned long useconds) -{ - -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(useconds, COUNTS_PER_USECOND); -#else - XTime tEnd, tCur; - /* Start global timer counter, it will only be enabled if it is disabled */ - XTime_StartTimer(); - - tCur = arch_counter_get_cntvct(); - tEnd = tCur + (((XTime) useconds) * COUNTS_PER_USECOND); - do - { - tCur = arch_counter_get_cntvct(); - } while (tCur < tEnd); -#endif - - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache.c deleted file mode 100644 index c1258fb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache.c +++ /dev/null @@ -1,588 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** - * - * @file xil_cache.c - * - * Contains required functions for the ARM cache functionality. - * - *
- * MODIFICATION HISTORY:
- *
- * Ver    Who Date     Changes
- * ----- ---- -------- -----------------------------------------------
- * 5.2	pkp  28/05/15 First release
- * 5.5	pkp	 04/15/16 Updated the Xil_DCacheInvalidate,
- *			Xil_DCacheInvalidateLine and Xil_DCacheInvalidateRange
- *			functions description for proper explanation
- * 6.8  aru  06/15/18 Removed unused variables.
- * 6.8	aru  07/04/18 Optimized code in Xil_DCacheInvalidate and
- *			Xil_DCacheFlush
- * 6.8  asa  11/10/18 Fix issues in cache Xil_DCacheInvalidate and
- * 			Xil_DCacheFlush that got introduced in the optimization
- * 			changes done in the previous patch for this file.
- * 
- * - ******************************************************************************/ - /***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xil_cache_l.h" -#include "xil_io.h" -#include "xpseudo_asm.h" -#include "xparameters.h" -#include "xreg_cortexa53.h" -#include "xil_exception.h" - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#define IRQ_FIQ_MASK 0xC0U /* Mask IRQ and FIQ interrupts in cpsr */ - -extern s32 _stack_end; -extern s32 __undef_stack; -#define SELECT_D_CACHE 0 - -/****************************************************************************/ -/** - * @brief Enable the Data cache. - * - * @return None. - * - ****************************************************************************/ -void Xil_DCacheEnable(void) -{ - u32 CtrlReg; - - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - /* enable caches only if they are disabled */ - if ((CtrlReg & XREG_CONTROL_DCACHE_BIT) == 0X00000000U) { - - /* invalidate the Data cache */ - Xil_DCacheInvalidate(); - - CtrlReg |= XREG_CONTROL_DCACHE_BIT; - - /* enable the Data cache */ - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - } -} - -/****************************************************************************/ -/** - * @brief Disable the Data cache. - * - * @return None. - * - ****************************************************************************/ -void Xil_DCacheDisable(void) -{ - u32 CtrlReg; - /* clean and invalidate the Data cache */ - Xil_DCacheFlush(); - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - /* disable the Data cache */ - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** - * @brief Invalidate the Data cache. The contents present in - * the data cache are cleaned and invalidated. - * - * @return None. - * - * @note In Cortex-A53, functionality to simply invalid the - * cachelines is not present. Such operations are a - * problem for an environment that supports virtualisation. - * It would allow one OS to invalidate a line belonging to - * another OS. This could lead to the other OS crashing - * because of the loss of essential data. Hence, such - * operations are promoted to clean and invalidate to avoid - * such corruption. - * - ****************************************************************************/ -void Xil_DCacheInvalidate(void) -{ - register u32 CsidReg; - register u32 C7Reg; - u32 LineSize; - u32 NumWays; - u32 Way; - u32 WayIndex; - u32 WayAdjust; - u32 Set; - u32 SetIndex; - u32 NumSet; - u32 NumCacheLevel; - u32 CacheLevel; - u32 currmask; - u32 stack_start; - u32 stack_end; - u32 stack_size; - - stack_end = (u32) &_stack_end; - stack_start = (u32) &__undef_stack; - stack_size = stack_start - stack_end; - - /*Flush stack memory to save return address */ - Xil_DCacheFlushRange(stack_end, stack_size); - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - - /* Number of level of cache */ - NumCacheLevel = (mfcp(XREG_CP15_CACHE_LEVEL_ID) >> 24U) & 0x00000007U; - - for (CacheLevel = 0U, WayAdjust = 0x1E; CacheLevel < NumCacheLevel; - CacheLevel++, WayAdjust = WayAdjust - 2) { - - mtcp(XREG_CP15_CACHE_SIZE_SEL, ((CacheLevel << 1) | SELECT_D_CACHE)); - isb(); - - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0X00000001U; - - /*Number of Set */ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0X00000001U; - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex = 0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex = 0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | (CacheLevel << 1); - mtcp(XREG_CP15_INVAL_DC_LINE_SW, C7Reg); - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += (0x00000001U << WayAdjust); - } - - /* Wait for invalidate to complete */ - dsb(); - } - mtcpsr(currmask); -} -/****************************************************************************/ -/** - * @brief Invalidate a Data cache line. The cacheline is cleaned and - * invalidated. - * - * @param adr: 32 bit address of the data to be invalidated. - * - * @return None. - * - * @note In Cortex-A53, functionality to simply invalid - * the cachelines is not present. Such operations - * are a problem for an environment that supports - * virtualisation. It would allow one OS to invalidate - * a line belonging to another OS. This could lead to - * the other OS crashing because of the loss of essential - * data. Hence, such operations are promoted to clean and - * invalidate to avoid such corruption. - * - ****************************************************************************/ -void Xil_DCacheInvalidateLine(u32 adr) -{ - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x0); - isb(); - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, (adr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - /* Select cache level 1 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x2); - isb(); - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, (adr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** - * @brief Invalidate the Data cache for the given address range. - * The cachelines present in the adderss range are cleaned and - * invalidated - * - * @param adr: 32bit start address of the range to be invalidated. - * @param len: Length of the range to be invalidated in bytes. - * - * @return None. - * - * @note In Cortex-A53, functionality to simply invalid the cachelines - * is not present. Such operations are a problem for an - * environment that supports virtualisation. It would allow - * one OS to invalidate a line belonging to another OS. - * This could lead to the other OS crashing because of the - * loss of essential data. Hence, such operations are promoted - * to clean and invalidate to avoid such corruption. - * - ****************************************************************************/ -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len) -{ - const u32 cacheline = 64U; - u32 end; - u32 tempadr = adr; - u32 tempend; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - end = tempadr + len; - tempend = end; - - if ((tempadr & (cacheline-1U)) != 0U) { - tempadr &= (~(cacheline - 1U)); - Xil_DCacheFlushLine(tempadr); - tempadr += cacheline; - } - if ((tempend & (cacheline-1U)) != 0U) { - tempend &= (~(cacheline - 1U)); - Xil_DCacheFlushLine(tempend); - } - - while (tempadr < tempend) { - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x0); - /* Invalidate Data cache line */ - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, - (tempadr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x2); - /* Invalidate Data cache line */ - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, - (tempadr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - tempadr += cacheline; - } - } - mtcpsr(currmask); -} - -/****************************************************************************/ -/** - * @brief Flush the Data cache. - * - * @return None. - * - ****************************************************************************/ -void Xil_DCacheFlush(void) -{ - register u32 CsidReg; - register u32 C7Reg; - u32 LineSize; - u32 NumWays; - u32 Way; - u32 WayIndex; - u32 WayAdjust; - u32 Set; - u32 SetIndex; - u32 NumSet; - u32 NumCacheLevel; - u32 CacheLevel; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - - /* Number of level of cache*/ - NumCacheLevel = (mfcp(XREG_CP15_CACHE_LEVEL_ID)>>24U) & 0x00000007U; - - for (CacheLevel = 0U, WayAdjust = 0x1E; CacheLevel < NumCacheLevel; - CacheLevel++, WayAdjust = WayAdjust - 2) { - /* Select cache level and D cache in CSSELR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, ((CacheLevel << 1) | SELECT_D_CACHE)); - isb(); - - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0X00000001U; - - /*Number of Set*/ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0X00000001U; - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex = 0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex = 0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | (CacheLevel << 1); - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_SW, C7Reg); - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += (0x00000001U << WayAdjust); - } - - /* Wait for invalidate to complete */ - dsb(); - } - mtcpsr(currmask); -} - -/****************************************************************************/ -/** - * @brief Flush a Data cache line. If the byte specified by the - * address (adr) is cached by the Data cache, the cacheline - * containing that byte is invalidated. If the cacheline is - * modified (dirty), the entire contents of the cacheline are - * written to system memory before the line is invalidated. - * - * @param adr: 32bit address of the data to be flushed. - * - * @return None. - * - * @note The bottom 4 bits are set to 0, forced by architecture. - * - ****************************************************************************/ -void Xil_DCacheFlushLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x0); - isb(); - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, (adr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - /* Select cache level 1 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x2); - isb(); - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, (adr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** - * @brief Flush the Data cache for the given address range. - * If the bytes specified by the address range are cached - * by the Data cache, the cachelines containing those bytes - * are invalidated. If the cachelines are modified (dirty), - * they are written to system memory before the lines are - * invalidated. - * - * @param adr: 32bit start address of the range to be flushed. - * @param len: Length of range to be flushed in bytes. - * - * @return None. - * - ****************************************************************************/ -void Xil_DCacheFlushRange(INTPTR adr, u32 len) -{ - const u32 cacheline = 64U; - u32 end; - u32 tempadr = adr; - u32 tempend; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - end = tempadr + len; - tempend = end; - - if ((tempadr & (cacheline-1U)) != 0U) { - tempadr &= (~(cacheline - 1U)); - Xil_DCacheFlushLine(tempadr); - tempadr += cacheline; - } - if ((tempend & (cacheline-1U)) != 0U) { - tempend &= (~(cacheline - 1U)); - Xil_DCacheFlushLine(tempend); - } - - while (tempadr < tempend) { - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x0); - /* Invalidate Data cache line */ - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, - (tempadr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x2); - /* Invalidate Data cache line */ - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, - (tempadr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - tempadr += cacheline; - } - } - mtcpsr(currmask); -} - -/****************************************************************************/ -/** - * @brief Enable the instruction cache. - * - * @return None. - * - ****************************************************************************/ -void Xil_ICacheEnable(void) -{ - u32 CtrlReg; - - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - /* enable caches only if they are disabled */ - if ((CtrlReg & XREG_CONTROL_ICACHE_BIT) == 0x00000000U) { - /* invalidate the instruction cache */ - Xil_ICacheInvalidate(); - CtrlReg |= XREG_CONTROL_ICACHE_BIT; - /* enable the instruction cache */ - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - } -} - -/****************************************************************************/ -/** - * @brief Disable the instruction cache. - * - * @return None. - * - ****************************************************************************/ -void Xil_ICacheDisable(void) -{ - u32 CtrlReg; - - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - /* invalidate the instruction cache */ - Xil_ICacheInvalidate(); - CtrlReg &= ~(XREG_CONTROL_ICACHE_BIT); - /* disable the instruction cache */ - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - -} - -/****************************************************************************/ -/** - * @brief Invalidate the entire instruction cache. - * - * @return None. - * - ****************************************************************************/ -void Xil_ICacheInvalidate(void) -{ - unsigned int currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x1); - dsb(); - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0x0); - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} -/****************************************************************************/ -/** - * @brief Invalidate an instruction cache line. If the instruction - * specified by the address is cached by the instruction cache, - * the cachecline containing that instruction is invalidated. - * - * @param adr: 32bit address of the instruction to be invalidated.. - * - * @return None. - * - * @note The bottom 4 bits are set to 0, forced by architecture. - * - ****************************************************************************/ -void Xil_ICacheInvalidateLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x1); - /*Invalidate I Cache line*/ - mtcp(XREG_CP15_INVAL_IC_LINE_MVA_POU, adr & (~0x3F)); - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** - * @brief Invalidate the instruction cache for the given address range. - * If the instructions specified by the address range are cached - * by the instrunction cache, the cachelines containing those - * instructions are invalidated. - * - * @param adr: 32bit start address of the range to be invalidated. - * @param len: Length of the range to be invalidated in bytes. - * - * @return None. - * - ****************************************************************************/ -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len) -{ - const u32 cacheline = 64U; - u32 end; - u32 tempadr = adr; - u32 tempend; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0x00000000U) { - end = tempadr + len; - tempend = end; - tempadr &= ~(cacheline - 0x00000001U); - - /* Select cache Level 0 I-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0x1); - while (tempadr < tempend) { - /*Invalidate I Cache line*/ - mtcp(XREG_CP15_INVAL_IC_LINE_MVA_POU, adr & (~0x3F)); - - tempadr += cacheline; - } - } -/* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache.h deleted file mode 100644 index 0fe994b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache.h +++ /dev/null @@ -1,60 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.h -* -* @addtogroup a53_32_cache_apis Cortex A53 32bit Processor Cache Functions -* -* Cache functions provide access to cache related operations such as flush -* and invalidate for instruction and data caches. It gives option to perform -* the cache operations on a single cacheline, a range of memory and an entire -* cache. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.2	pkp  28/05/15 First release
-* 
-* -******************************************************************************/ -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -void Xil_DCacheEnable(void); -void Xil_DCacheDisable(void); -void Xil_DCacheInvalidate(void); -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len); -void Xil_DCacheFlush(void); -void Xil_DCacheFlushRange(INTPTR adr, u32 len); -void Xil_DCacheInvalidateLine(u32 adr); -void Xil_DCacheFlushLine(u32 adr); - -void Xil_ICacheInvalidateLine(u32 adr); -void Xil_ICacheEnable(void); -void Xil_ICacheDisable(void); -void Xil_ICacheInvalidate(void); -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a53_64_cache_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache_l.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache_l.h deleted file mode 100644 index 3eee8cc..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_cache_l.h +++ /dev/null @@ -1,41 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_l.h -* -* Contains L1 and L2 specific functions for the ARM cache functionality -* used by xcache.c. This functionality is being made available here for -* more sophisticated users. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/24/10 First release
-* 
-* -******************************************************************************/ -#ifndef XIL_CACHE_MACH_H -#define XIL_CACHE_MACH_H - -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes ******************************/ - - - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_mmu.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_mmu.c deleted file mode 100644 index 62a929e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_mmu.c +++ /dev/null @@ -1,124 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.c -* -* This file provides APIs for enabling/disabling MMU and setting the memory -* attributes for sections, in the MMU translation table. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.2	pkp  28/05/15 First release
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_mmu.h" - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -extern u32 MMUTable; - -/************************** Function Prototypes ******************************/ -/*****************************************************************************/ -/** -* @brief This function sets the memory attributes for a section covering 1MB -* of memory in the translation table. -* -* @param Addr: 32-bit address for which the attributes need to be set. -* @param attrib: Attributes for the specified memory region. xil_mmu.h -* contains commonly used memory attributes definitions which can be -* utilized for this function. -* -* -* @return None. -* -* @note The MMU or D-cache does not need to be disabled before changing a -* translation table entry. -* -******************************************************************************/ -void Xil_SetTlbAttributes(UINTPTR Addr, u32 attrib) -{ - u32 *ptr; - u32 section; - - section = Addr / 0x100000U; - ptr = &MMUTable; - ptr += section; - if(ptr != NULL) { - *ptr = (Addr & 0xFFF00000U) | attrib; - } - - Xil_DCacheFlush(); - - mtcp(XREG_CP15_INVAL_UTLB_UNLOCKED, 0U); - /* Invalidate all branch predictors */ - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0U); - - dsb(); /* ensure completion of the BP and TLB invalidation */ - isb(); /* synchronize context on this processor */ -} - -/*****************************************************************************/ -/** -* @brief Enable MMU for Cortex-A53 processor in 32bit mode. This function -* invalidates the instruction and data caches before enabling MMU. -* -* @return None. -* -******************************************************************************/ -void Xil_EnableMMU(void) -{ - u32 Reg; - Xil_DCacheInvalidate(); - Xil_ICacheInvalidate(); - - Reg = mfcp(XREG_CP15_SYS_CONTROL); - Reg |= (u32)0x05U; - mtcp(XREG_CP15_SYS_CONTROL, Reg); - - dsb(); - isb(); -} - -/*****************************************************************************/ -/** -* @brief Disable MMU for Cortex A53 processors in 32bit mode. This function -* invalidates the TLBs, Branch Predictor Array and flushed the data -* cache before disabling the MMU. -* -* @return None. -* -* @note When the MMU is disabled, all the memory accesses are treated as -* strongly ordered. -******************************************************************************/ -void Xil_DisableMMU(void) -{ - u32 Reg; - - mtcp(XREG_CP15_INVAL_UTLB_UNLOCKED, 0U); - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0U); - Xil_DCacheFlush(); - Reg = mfcp(XREG_CP15_SYS_CONTROL); - Reg &= (u32)(~0x05U); - mtcp(XREG_CP15_SYS_CONTROL, Reg); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_mmu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_mmu.h deleted file mode 100644 index df332c7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xil_mmu.h +++ /dev/null @@ -1,77 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* -* @addtogroup a53_32_mmu_apis Cortex A53 32bit Processor MMU Handling -* @{ -* MMU functions equip users to enable MMU, disable MMU and modify default -* memory attributes of MMU table as per the need. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.2	pkp  28/05/15 First release
-* 7.1	mus  30/07/19 Added constant definitions for memory attributes.
-* 
-* -* -******************************************************************************/ - -#ifndef XIL_MMU_H -#define XIL_MMU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ -/* Memory type */ -#define NORM_NONCACHE 0x11DE2 /* Normal Non-cacheable */ -#define STRONG_ORDERED 0xC02 /* Strongly ordered */ -#define DEVICE_MEMORY 0xC06 /* Device memory */ -#define RESERVED 0x0 /* reserved memory */ - -/* Normal write-through cacheable shareable */ -#define NORM_WT_CACHE 0x16DEA - -/* Normal write back cacheable shareable */ -#define NORM_WB_CACHE 0x15DE6 - -/* shareability attribute */ -#define SHAREABLE (0x1 << 16) -#define NON_SHAREABLE (~(0x1 << 16)) - -/* Execution type */ -#define EXECUTE_NEVER ((0x1 << 4) | (0x1 << 0)) - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void Xil_SetTlbAttributes(UINTPTR Addr, u32 attrib); -void Xil_EnableMMU(void); -void Xil_DisableMMU(void); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MMU_H */ -/** -* @} End of "addtogroup a53_32_mmu_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xparameters_ps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xparameters_ps.h deleted file mode 100644 index a22ecf5..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xparameters_ps.h +++ /dev/null @@ -1,324 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* This file contains the address definitions for the hard peripherals -* attached to the ARM Cortex A53 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.2	pkp  	28/05/15 First release
-* 6.0   mus     18/08/16 Defined ARMA53_32 flag
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifndef ARMA53_32 -#define ARMA53_32 ARMA53_32 -#endif - -/** - *@cond nocomments - */ - -#ifdef __cplusplus -extern "C" { -#endif -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XEMACPS_2_INTR XPS_GEM2_INT_ID -#define XPAR_XEMACPS_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_XEMACPS_3_INTR XPS_GEM3_INT_ID -#define XPAR_XEMACPS_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_XWDTPS_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_XCSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_PSU_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSU_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSU_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSU_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSU_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSU_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSU_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSU_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSU_CSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_XMPU_LPD_INTR XPS_XMPU_LPD_INT_ID -#define XPAR_XZDMAPS_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_XZDMAPS_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_XZDMAPS_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_XZDMAPS_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_XZDMAPS_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_XZDMAPS_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_XZDMAPS_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_XZDMAPS_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_PSU_GDMA_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_PSU_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSU_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSU_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSU_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSU_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSU_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSU_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB3_1_ENDPT_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XAPMPS_0_INTR XPS_APM0_INT_ID -#define XPAR_XAPMPS_1_INTR XPS_APM1_INT_ID -#define XPAR_XAPMPS_2_INTR XPS_APM2_INT_ID -#define XPAR_XAPMPS_5_INTR XPS_APM5_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for backwards compatibility - */ - - -#define XPS_SYS_CTRL_BASEADDR 0xFF180000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U - - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) -#define XPS_NAND_INT_ID (14U + 32U) -#define XPS_QSPI_INT_ID (15U + 32U) -#define XPS_GPIO_INT_ID (16U + 32U) -#define XPS_I2C0_INT_ID (17U + 32U) -#define XPS_I2C1_INT_ID (18U + 32U) -#define XPS_SPI0_INT_ID (19U + 32U) -#define XPS_SPI1_INT_ID (20U + 32U) -#define XPS_UART0_INT_ID (21U + 32U) -#define XPS_UART1_INT_ID (22U + 32U) -#define XPS_CAN0_INT_ID (23U + 32U) -#define XPS_CAN1_INT_ID (24U + 32U) -#define XPS_RTC_ALARM_INT_ID (26U + 32U) -#define XPS_RTC_SEC_INT_ID (27U + 32U) -#define XPS_LPD_SWDT_INT_ID (52U + 32U) -#define XPS_FPD_SWDT_INT_ID (113U + 32U) -#define XPS_TTC0_0_INT_ID (36U + 32U) -#define XPS_TTC0_1_INT_ID (37U + 32U) -#define XPS_TTC0_2_INT_ID (38U + 32U) -#define XPS_TTC1_0_INT_ID (39U + 32U) -#define XPS_TTC1_1_INT_ID (40U + 32U) -#define XPS_TTC1_2_INT_ID (41U + 32U) -#define XPS_TTC2_0_INT_ID (42U + 32U) -#define XPS_TTC2_1_INT_ID (43U + 32U) -#define XPS_TTC2_2_INT_ID (44U + 32U) -#define XPS_TTC3_0_INT_ID (45U + 32U) -#define XPS_TTC3_1_INT_ID (46U + 32U) -#define XPS_TTC3_2_INT_ID (47U + 32U) -#define XPS_SDIO0_INT_ID (48U + 32U) -#define XPS_SDIO1_INT_ID (49U + 32U) -#define XPS_AMS_INT_ID (56U + 32U) -#define XPS_GEM0_INT_ID (57U + 32U) -#define XPS_GEM0_WAKE_INT_ID (58U + 32U) -#define XPS_GEM1_INT_ID (59U + 32U) -#define XPS_GEM1_WAKE_INT_ID (60U + 32U) -#define XPS_GEM2_INT_ID (61U + 32U) -#define XPS_GEM2_WAKE_INT_ID (62U + 32U) -#define XPS_GEM3_INT_ID (63U + 32U) -#define XPS_GEM3_WAKE_INT_ID (64U + 32U) -#define XPS_USB3_0_ENDPT_INT_ID (65U + 32U) -#define XPS_USB3_1_ENDPT_INT_ID (70U + 32U) -#define XPS_ADMA_CH0_INT_ID (77U + 32U) -#define XPS_ADMA_CH1_INT_ID (78U + 32U) -#define XPS_ADMA_CH2_INT_ID (79U + 32U) -#define XPS_ADMA_CH3_INT_ID (80U + 32U) -#define XPS_ADMA_CH4_INT_ID (81U + 32U) -#define XPS_ADMA_CH5_INT_ID (82U + 32U) -#define XPS_ADMA_CH6_INT_ID (83U + 32U) -#define XPS_ADMA_CH7_INT_ID (84U + 32U) -#define XPS_CSU_DMA_INT_ID (86U + 32U) -#define XPS_XMPU_LPD_INT_ID (88U + 32U) -#define XPS_ZDMA_CH0_INT_ID (124U + 32U) -#define XPS_ZDMA_CH1_INT_ID (125U + 32U) -#define XPS_ZDMA_CH2_INT_ID (126U + 32U) -#define XPS_ZDMA_CH3_INT_ID (127U + 32U) -#define XPS_ZDMA_CH4_INT_ID (128U + 32U) -#define XPS_ZDMA_CH5_INT_ID (129U + 32U) -#define XPS_ZDMA_CH6_INT_ID (130U + 32U) -#define XPS_ZDMA_CH7_INT_ID (131U + 32U) -#define XPS_XMPU_FPD_INT_ID (134U + 32U) -#define XPS_FPD_CCI_INT_ID (154U + 32U) -#define XPS_FPD_SMMU_INT_ID (155U + 32U) -#define XPS_APM0_INT_ID (123U + 32U) -#define XPS_APM1_INT_ID (25U + 32U) -#define XPS_APM2_INT_ID (25U + 32U) -#define XPS_APM5_INT_ID (123U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSU_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSU_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSU_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSU_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSU_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSU_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSU_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSU_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSU_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSU_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSU_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSU_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSU_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSU_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSU_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSU_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSU_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSU_WDT_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_PSU_WDT_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_PSU_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSU_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSU_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSU_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSU_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSU_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSU_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSU_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSU_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSU_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSU_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSU_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSU_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSU_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA53_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUWDT_DEVICE_ID 0U - - -#ifdef __cplusplus -} -#endif - -/** - *@endcond - */ - -#endif /* protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xpseudo_asm.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xpseudo_asm.h deleted file mode 100644 index 41c9c9c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xpseudo_asm.h +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm.h -* -* @addtogroup a53_32_specific Cortex A53 32bit Processor Specific Include Files -* -* The xpseudo_asm.h includes xreg_cortexa53.h and xpseudo_asm_gcc.h. -* The xreg_cortexa53.h file contains definitions for inline assembler code. -* It provides inline definitions for Cortex A53 GPRs, SPRs, co-processor -* registers and floating point registers. -* -* The xpseudo_asm_gcc.h contains the definitions for the most often used inline -* assembler instructions, available as macros. These can be very useful for -* tasks such as setting or getting special purpose registers, synchronization, -* or cache manipulation etc. These inline assembler instructions can be used -* from drivers and user applications written in C. -* -* @{ -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.2	pkp  	28/05/15 First release
-* 
-* -******************************************************************************/ -#ifndef XPSEUDO_ASM_H -#define XPSEUDO_ASM_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xreg_cortexa53.h" -#include "xpseudo_asm_gcc.h" - -#ifdef __cplusplus -} -#endif - -#endif /* XPSEUDO_ASM_H */ -/** -* @} End of "addtogroup a53_32_specific". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xreg_cortexa53.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xreg_cortexa53.h deleted file mode 100644 index e811686..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xreg_cortexa53.h +++ /dev/null @@ -1,394 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xreg_cortexa53.h -* -* This header file contains definitions for using inline assembler code. It is -* written specifically for the GNU. -* -* All of the ARM Cortex A53 GPRs, SPRs, and Debug Registers are defined along -* with the positions of the bits within the registers. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 
-* -******************************************************************************/ -#ifndef XREG_CORTEXA53_H -#define XREG_CORTEXA53_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/** - *@cond nocomments - */ - -/* GPRs */ -#define XREG_GPR0 r0 -#define XREG_GPR1 r1 -#define XREG_GPR2 r2 -#define XREG_GPR3 r3 -#define XREG_GPR4 r4 -#define XREG_GPR5 r5 -#define XREG_GPR6 r6 -#define XREG_GPR7 r7 -#define XREG_GPR8 r8 -#define XREG_GPR9 r9 -#define XREG_GPR10 r10 -#define XREG_GPR11 r11 -#define XREG_GPR12 r12 -#define XREG_GPR13 r13 -#define XREG_GPR14 r14 -#define XREG_GPR15 r15 -#define XREG_CPSR cpsr - -/* Coprocessor number defines */ -#define XREG_CP0 0 -#define XREG_CP1 1 -#define XREG_CP2 2 -#define XREG_CP3 3 -#define XREG_CP4 4 -#define XREG_CP5 5 -#define XREG_CP6 6 -#define XREG_CP7 7 -#define XREG_CP8 8 -#define XREG_CP9 9 -#define XREG_CP10 10 -#define XREG_CP11 11 -#define XREG_CP12 12 -#define XREG_CP13 13 -#define XREG_CP14 14 -#define XREG_CP15 15 - -/* Coprocessor control register defines */ -#define XREG_CR0 cr0 -#define XREG_CR1 cr1 -#define XREG_CR2 cr2 -#define XREG_CR3 cr3 -#define XREG_CR4 cr4 -#define XREG_CR5 cr5 -#define XREG_CR6 cr6 -#define XREG_CR7 cr7 -#define XREG_CR8 cr8 -#define XREG_CR9 cr9 -#define XREG_CR10 cr10 -#define XREG_CR11 cr11 -#define XREG_CR12 cr12 -#define XREG_CR13 cr13 -#define XREG_CR14 cr14 -#define XREG_CR15 cr15 - -/* Current Processor Status Register (CPSR) Bits */ -#define XREG_CPSR_THUMB_MODE 0x20 -#define XREG_CPSR_MODE_BITS 0x1F -#define XREG_CPSR_SYSTEM_MODE 0x1F -#define XREG_CPSR_UNDEFINED_MODE 0x1B -#define XREG_CPSR_DATA_ABORT_MODE 0x17 -#define XREG_CPSR_SVC_MODE 0x13 -#define XREG_CPSR_IRQ_MODE 0x12 -#define XREG_CPSR_FIQ_MODE 0x11 -#define XREG_CPSR_USER_MODE 0x10 - -#define XREG_CPSR_IRQ_ENABLE 0x80 -#define XREG_CPSR_FIQ_ENABLE 0x40 - -#define XREG_CPSR_N_BIT 0x80000000 -#define XREG_CPSR_Z_BIT 0x40000000 -#define XREG_CPSR_C_BIT 0x20000000 -#define XREG_CPSR_V_BIT 0x10000000 - - -/* CP15 defines */ - -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "p15, 0, %0, c0, c0, 0" -#define XREG_CP15_CACHE_TYPE "p15, 0, %0, c0, c0, 1" -#define XREG_CP15_TCM_TYPE "p15, 0, %0, c0, c0, 2" -#define XREG_CP15_TLB_TYPE "p15, 0, %0, c0, c0, 3" -#define XREG_CP15_MULTI_PROC_AFFINITY "p15, 0, %0, c0, c0, 5" - -#define XREG_CP15_PROC_FEATURE_0 "p15, 0, %0, c0, c1, 0" -#define XREG_CP15_PROC_FEATURE_1 "p15, 0, %0, c0, c1, 1" -#define XREG_CP15_DEBUG_FEATURE_0 "p15, 0, %0, c0, c1, 2" -#define XREG_CP15_MEMORY_FEATURE_0 "p15, 0, %0, c0, c1, 4" -#define XREG_CP15_MEMORY_FEATURE_1 "p15, 0, %0, c0, c1, 5" -#define XREG_CP15_MEMORY_FEATURE_2 "p15, 0, %0, c0, c1, 6" -#define XREG_CP15_MEMORY_FEATURE_3 "p15, 0, %0, c0, c1, 7" - -#define XREG_CP15_INST_FEATURE_0 "p15, 0, %0, c0, c2, 0" -#define XREG_CP15_INST_FEATURE_1 "p15, 0, %0, c0, c2, 1" -#define XREG_CP15_INST_FEATURE_2 "p15, 0, %0, c0, c2, 2" -#define XREG_CP15_INST_FEATURE_3 "p15, 0, %0, c0, c2, 3" -#define XREG_CP15_INST_FEATURE_4 "p15, 0, %0, c0, c2, 4" - -#define XREG_CP15_CACHE_SIZE_ID "p15, 1, %0, c0, c0, 0" -#define XREG_CP15_CACHE_LEVEL_ID "p15, 1, %0, c0, c0, 1" -#define XREG_CP15_AUXILARY_ID "p15, 1, %0, c0, c0, 7" - -#define XREG_CP15_CACHE_SIZE_SEL "p15, 2, %0, c0, c0, 0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "p15, 0, %0, c1, c0, 0" -#define XREG_CP15_AUX_CONTROL "p15, 0, %0, c1, c0, 1" -#define XREG_CP15_CP_ACCESS_CONTROL "p15, 0, %0, c1, c0, 2" - -#define XREG_CP15_SECURE_CONFIG "p15, 0, %0, c1, c1, 0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "p15, 0, %0, c1, c1, 1" -#define XREG_CP15_NS_ACCESS_CONTROL "p15, 0, %0, c1, c1, 2" -#define XREG_CP15_VIRTUAL_CONTROL "p15, 0, %0, c1, c1, 3" - - -/* XREG_CP15_CONTROL bit defines */ -#define XREG_CP15_CONTROL_TE_BIT 0x40000000U -#define XREG_CP15_CONTROL_AFE_BIT 0x20000000U -#define XREG_CP15_CONTROL_TRE_BIT 0x10000000U -#define XREG_CP15_CONTROL_NMFI_BIT 0x08000000U -#define XREG_CP15_CONTROL_EE_BIT 0x02000000U -#define XREG_CP15_CONTROL_HA_BIT 0x00020000U -#define XREG_CP15_CONTROL_RR_BIT 0x00004000U -#define XREG_CP15_CONTROL_V_BIT 0x00002000U -#define XREG_CP15_CONTROL_I_BIT 0x00001000U -#define XREG_CP15_CONTROL_Z_BIT 0x00000800U -#define XREG_CP15_CONTROL_SW_BIT 0x00000400U -#define XREG_CP15_CONTROL_B_BIT 0x00000080U -#define XREG_CP15_CONTROL_C_BIT 0x00000004U -#define XREG_CP15_CONTROL_A_BIT 0x00000002U -#define XREG_CP15_CONTROL_M_BIT 0x00000001U - - -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "p15, 0, %0, c2, c0, 0" -#define XREG_CP15_TTBR1 "p15, 0, %0, c2, c0, 1" -#define XREG_CP15_TTB_CONTROL "p15, 0, %0, c2, c0, 2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "p15, 0, %0, c3, c0, 0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "p15, 0, %0, c5, c0, 0" -#define XREG_CP15_INST_FAULT_STATUS "p15, 0, %0, c5, c0, 1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "p15, 0, %0, c5, c1, 0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "p15, 0, %0, c5, c1, 1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "p15, 0, %0, c6, c0, 0" -#define XREG_CP15_INST_FAULT_ADDRESS "p15, 0, %0, c6, c0, 2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "p15, 0, %0, c7, c0, 4" - -#define XREG_CP15_INVAL_IC_POU_IS "p15, 0, %0, c7, c1, 0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "p15, 0, %0, c7, c1, 6" - -#define XREG_CP15_PHYS_ADDR "p15, 0, %0, c7, c4, 0" - -#define XREG_CP15_INVAL_IC_POU "p15, 0, %0, c7, c5, 0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "p15, 0, %0, c7, c5, 1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A53. - */ -#define XREG_CP15_INST_SYNC_BARRIER "p15, 0, %0, c7, c5, 4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "p15, 0, %0, c7, c5, 6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c6, 1" -#define XREG_CP15_INVAL_DC_LINE_SW "p15, 0, %0, c7, c6, 2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "p15, 0, %0, c7, c8, 0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "p15, 0, %0, c7, c8, 1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "p15, 0, %0, c7, c8, 2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "p15, 0, %0, c7, c8, 3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "p15, 0, %0, c7, c8, 4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "p15, 0, %0, c7, c8, 5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "p15, 0, %0, c7, c8, 6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "p15, 0, %0, c7, c8, 7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "p15, 0, %0, c7, c10, 1" -#define XREG_CP15_CLEAN_DC_LINE_SW "p15, 0, %0, c7, c10, 2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A53. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "p15, 0, %0, c7, c10, 4" -#define XREG_CP15_DATA_MEMORY_BARRIER "p15, 0, %0, c7, c10, 5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "p15, 0, %0, c7, c11, 1" - -#define XREG_CP15_NOP2 "p15, 0, %0, c7, c13, 1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c14, 1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "p15, 0, %0, c7, c14, 2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "p15, 0, %0, c8, c3, 0" -#define XREG_CP15_INVAL_TLB_MVA_IS "p15, 0, %0, c8, c3, 1" -#define XREG_CP15_INVAL_TLB_ASID_IS "p15, 0, %0, c8, c3, 2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "p15, 0, %0, c8, c3, 3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "p15, 0, %0, c8, c5, 0" -#define XREG_CP15_INVAL_ITLB_MVA "p15, 0, %0, c8, c5, 1" -#define XREG_CP15_INVAL_ITLB_ASID "p15, 0, %0, c8, c5, 2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "p15, 0, %0, c8, c6, 0" -#define XREG_CP15_INVAL_DTLB_MVA "p15, 0, %0, c8, c6, 1" -#define XREG_CP15_INVAL_DTLB_ASID "p15, 0, %0, c8, c6, 2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "p15, 0, %0, c8, c7, 0" -#define XREG_CP15_INVAL_UTLB_MVA "p15, 0, %0, c8, c7, 1" -#define XREG_CP15_INVAL_UTLB_ASID "p15, 0, %0, c8, c7, 2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "p15, 0, %0, c8, c7, 3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "p15, 0, %0, c9, c12, 0" -#define XREG_CP15_COUNT_ENABLE_SET "p15, 0, %0, c9, c12, 1" -#define XREG_CP15_COUNT_ENABLE_CLR "p15, 0, %0, c9, c12, 2" -#define XREG_CP15_V_FLAG_STATUS "p15, 0, %0, c9, c12, 3" -#define XREG_CP15_SW_INC "p15, 0, %0, c9, c12, 4" -#define XREG_CP15_EVENT_CNTR_SEL "p15, 0, %0, c9, c12, 5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "p15, 0, %0, c9, c13, 0" -#define XREG_CP15_EVENT_TYPE_SEL "p15, 0, %0, c9, c13, 1" -#define XREG_CP15_PERF_MONITOR_COUNT "p15, 0, %0, c9, c13, 2" - -#define XREG_CP15_USER_ENABLE "p15, 0, %0, c9, c14, 0" -#define XREG_CP15_INTR_ENABLE_SET "p15, 0, %0, c9, c14, 1" -#define XREG_CP15_INTR_ENABLE_CLR "p15, 0, %0, c9, c14, 2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "p15, 0, %0, c10, c0, 0" - -#define XREG_CP15_PRI_MEM_REMAP "p15, 0, %0, c10, c2, 0" -#define XREG_CP15_NORM_MEM_REMAP "p15, 0, %0, c10, c2, 1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 1" - -#define XREG_CP15_INTERRUPT_STATUS "p15, 0, %0, c12, c1, 0" -#define XREG_CP15_VIRTUALIZATION_INTR "p15, 0, %0, c12, c1, 1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "p15, 0, %0, c13, c0, 1" -#define USER_RW_THREAD_PID "p15, 0, %0, c13, c0, 2" -#define USER_RO_THREAD_PID "p15, 0, %0, c13, c0, 3" -#define USER_PRIV_THREAD_PID "p15, 0, %0, c13, c0, 4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "p15, 0, %0, c15, c0, 0" -#define XREG_CP15_CONFIG_BASE_ADDR "p15, 4, %0, c15, c0, 0" - -#define XREG_CP15_READ_TLB_ENTRY "p15, 5, %0, c15, c4, 2" -#define XREG_CP15_WRITE_TLB_ENTRY "p15, 5, %0, c15, c4, 4" - -#define XREG_CP15_MAIN_TLB_VA "p15, 5, %0, c15, c5, 2" - -#define XREG_CP15_MAIN_TLB_PA "p15, 5, %0, c15, c6, 2" - -#define XREG_CP15_MAIN_TLB_ATTR "p15, 5, %0, c15, c7, 2" - -/* MPE register definitions */ -#define XREG_FPSID c0 -#define XREG_FPSCR c1 -#define XREG_MVFR1 c6 -#define XREG_MVFR0 c7 -#define XREG_FPEXC c8 -#define XREG_FPINST c9 -#define XREG_FPINST2 c10 - -/* FPSID bits */ -#define XREG_FPSID_IMPLEMENTER_BIT (24) -#define XREG_FPSID_IMPLEMENTER_MASK (0xFF << FPSID_IMPLEMENTER_BIT) -#define XREG_FPSID_SOFTWARE (1<<23) -#define XREG_FPSID_ARCH_BIT (16) -#define XREG_FPSID_ARCH_MASK (0xF << FPSID_ARCH_BIT) -#define XREG_FPSID_PART_BIT (8) -#define XREG_FPSID_PART_MASK (0xFF << FPSID_PART_BIT) -#define XREG_FPSID_VARIANT_BIT (4) -#define XREG_FPSID_VARIANT_MASK (0xF << FPSID_VARIANT_BIT) -#define XREG_FPSID_REV_BIT (0) -#define XREG_FPSID_REV_MASK (0xF << FPSID_REV_BIT) - -/* FPSCR bits */ -#define XREG_FPSCR_N_BIT (1 << 31) -#define XREG_FPSCR_Z_BIT (1 << 30) -#define XREG_FPSCR_C_BIT (1 << 29) -#define XREG_FPSCR_V_BIT (1 << 28) -#define XREG_FPSCR_QC (1 << 27) -#define XREG_FPSCR_AHP (1 << 26) -#define XREG_FPSCR_DEFAULT_NAN (1 << 25) -#define XREG_FPSCR_FLUSHTOZERO (1 << 24) -#define XREG_FPSCR_ROUND_NEAREST (0 << 22) -#define XREG_FPSCR_ROUND_PLUSINF (1 << 22) -#define XREG_FPSCR_ROUND_MINUSINF (2 << 22) -#define XREG_FPSCR_ROUND_TOZERO (3 << 22) -#define XREG_FPSCR_RMODE_BIT (22) -#define XREG_FPSCR_RMODE_MASK (3 << FPSCR_RMODE_BIT) -#define XREG_FPSCR_STRIDE_BIT (20) -#define XREG_FPSCR_STRIDE_MASK (3 << FPSCR_STRIDE_BIT) -#define XREG_FPSCR_LENGTH_BIT (16) -#define XREG_FPSCR_LENGTH_MASK (7 << FPSCR_LENGTH_BIT) -#define XREG_FPSCR_IDC (1 << 7) -#define XREG_FPSCR_IXC (1 << 4) -#define XREG_FPSCR_UFC (1 << 3) -#define XREG_FPSCR_OFC (1 << 2) -#define XREG_FPSCR_DZC (1 << 1) -#define XREG_FPSCR_IOC (1 << 0) - -/* MVFR0 bits */ -#define XREG_MVFR0_RMODE_BIT (28) -#define XREG_MVFR0_RMODE_MASK (0xF << XREG_MVFR0_RMODE_BIT) -#define XREG_MVFR0_SHORT_VEC_BIT (24) -#define XREG_MVFR0_SHORT_VEC_MASK (0xF << XREG_MVFR0_SHORT_VEC_BIT) -#define XREG_MVFR0_SQRT_BIT (20) -#define XREG_MVFR0_SQRT_MASK (0xF << XREG_MVFR0_SQRT_BIT) -#define XREG_MVFR0_DIVIDE_BIT (16) -#define XREG_MVFR0_DIVIDE_MASK (0xF << XREG_MVFR0_DIVIDE_BIT) -#define XREG_MVFR0_EXEC_TRAP_BIT (12) -#define XREG_MVFR0_EXEC_TRAP_MASK (0xF << XREG_MVFR0_EXEC_TRAP_BIT) -#define XREG_MVFR0_DP_BIT (8) -#define XREG_MVFR0_DP_MASK (0xF << XREG_MVFR0_DP_BIT) -#define XREG_MVFR0_SP_BIT (4) -#define XREG_MVFR0_SP_MASK (0xF << XREG_MVFR0_SP_BIT) -#define XREG_MVFR0_A_SIMD_BIT (0) -#define XREG_MVFR0_A_SIMD_MASK (0xF << MVFR0_A_SIMD_BIT) - -/* FPEXC bits */ -#define XREG_FPEXC_EX (1 << 31) -#define XREG_FPEXC_EN (1 << 30) -#define XREG_FPEXC_DEX (1 << 29) - - -#define XREG_CONTROL_DCACHE_BIT (0X00000001U<<2U) -#define XREG_CONTROL_ICACHE_BIT (0X00000001U<<12U) - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XREG_CORTEXA53_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xtime_l.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xtime_l.c deleted file mode 100644 index 5cf252c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xtime_l.c +++ /dev/null @@ -1,108 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.c -* -* This file contains low level functions to get/set time from the Generic Counter -* register in the ARM Cortex A53 MPcore. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 5.2	pkp	   28/05/15 First release
-* 5.5	pkp	   04/13/16 Added XTime_StartTimer API to start the global timer
-*					 	counter if it is disabled. Also XTime_GetTime calls
-*						this API to ensure the global timer counter is enabled
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xtime_l.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) -#pragma message ("For the sleep routines, Global timer is being used") -#endif -/****************************************************************************/ -/** -* @brief Start the 64-bit physical timer counter. -* -* @return None. -* -* @note The timer is initialized only if it is disabled. If the timer is -* already running this function does not perform any operation. -* -****************************************************************************/ -void XTime_StartTimer(void) -{ - /* Enable the counter only if it is disable */ - if(((Xil_In32(XIOU_SCNTRS_BASEADDR + XIOU_SCNTRS_CNT_CNTRL_REG_OFFSET)) & - XIOU_SCNTRS_CNT_CNTRL_REG_EN_MASK) != XIOU_SCNTRS_CNT_CNTRL_REG_EN){ - - /*write frequency to System Time Stamp Generator Register*/ - Xil_Out32((XIOU_SCNTRS_BASEADDR + XIOU_SCNTRS_FREQ_REG_OFFSET), - XIOU_SCNTRS_FREQ); - - /*Enable the counter*/ - Xil_Out32((XIOU_SCNTRS_BASEADDR + XIOU_SCNTRS_CNT_CNTRL_REG_OFFSET), - XIOU_SCNTRS_CNT_CNTRL_REG_EN); - } -} -/****************************************************************************/ -/** -* @brief Timer of A53 runs continuously and the time can not be set as -* desired. This API doesn't contain anything. It is defined to have -* uniformity across platforms. -* -* @param Xtime_Global: 64bit Value to be written to the Global Timer Counter -* Register. But since the function does not contain anything, the -* value is not used for anything. -* -* @return None. -* -****************************************************************************/ -void XTime_SetTime(XTime Xtime_Global) -{ - (void) Xtime_Global; -/*As the generic timer of A53 runs constantly time can not be set as desired -so the API is left unimplemented*/ -} - -/****************************************************************************/ -/** -* @brief Get the time from the physical timer counter register. -* -* @param Xtime_Global: Pointer to the 64-bit location to be updated with -* the current value in physical timer counter. -* -* @return None. -* -****************************************************************************/ -void XTime_GetTime(XTime *Xtime_Global) -{ - /* Start global timer counter, it will only be enabled if it is disabled */ - XTime_StartTimer(); - - *Xtime_Global = arch_counter_get_cntvct(); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xtime_l.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xtime_l.h deleted file mode 100644 index 81d3542..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/32bit/xtime_l.h +++ /dev/null @@ -1,90 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.h -* -* @addtogroup a53_32_time_apis Cortex A53 32bit Mode Time Functions -* xtime_l.h provides access to the 64-bit physical timer counter. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 5.2	pkp	   28/05/15 First release
-* 6.6   srm    10/23/17 Updated the macros to support user configurable sleep
-*			implementation
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XTIME_H /* prevent circular inclusions */ -#define XTIME_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ -static inline u64 arch_counter_get_cntvct(void) - { - u64 cval; - __asm__ __volatile__("mrrc p15, 1, %Q0, %R0, c14" : "=r" (cval)); - return cval; - } -/**************************** Type Definitions *******************************/ - -typedef u64 XTime; - -/************************** Constant Definitions *****************************/ -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_SECOND SLEEP_TIMER_FREQUENCY -#else -#define COUNTS_PER_SECOND XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ -#endif - -#define XIOU_SCNTRS_BASEADDR 0xFF260000U -#define XIOU_SCNTRS_CNT_CNTRL_REG_OFFSET 0x00000000U -#define XIOU_SCNTRS_FREQ_REG_OFFSET 0x00000020U -#define XIOU_SCNTRS_FREQ XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ -#define XIOU_SCNTRS_CNT_CNTRL_REG_EN 0x00000001U -#define XIOU_SCNTRS_CNT_CNTRL_REG_EN_MASK 0x00000001U - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void XTime_StartTimer(void); -/** - *@endcond - */ - -void XTime_SetTime(XTime Xtime_Global); -void XTime_GetTime(XTime *Xtime_Global); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XTIME_H */ -/** -* @} End of "addtogroup a53_32_time_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/ARM_argv_veneer.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/ARM_argv_veneer.c deleted file mode 100644 index 61da4bc..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/ARM_argv_veneer.c +++ /dev/null @@ -1,7 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/* Stub call for argv veneer */ -void __ARM_argv_veneer(void) {}; diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/Makefile deleted file mode 100644 index 2c4d446..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -############################################################################### -# Copyright (c) 2019 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -AS=$(ASSEMBLER) -COMPILER=$(COMPILER) -ARCHIVER=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= - -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ - -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h - -SRCFILES:=$(wildcard *.c) -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -COBJS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) -AOBJS1 = $(RELEASEDIR)/asm_vectors.o -AOBJS2 = $(RELEASEDIR)/translation_table.o -AOBJS3 = $(RELEASEDIR)/boot.o -OBJS = $(COBJS) $(AOBJS1) $(AOBJS2) $(AOBJS3) - -ASOURCES1 = asm_vectors.S -ASOURCES2 = translation_table.S -ASOURCES3 = boot.S - -OBJECTS = $(OBJS) - -libs: standalone_libs -standalone_libs: ${OBJECTS} - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(AOBJS1): $(ASOURCES1) -ifeq ($(findstring asm_vectors.S,$(wildcard *.S)),asm_vectors.S) - ${COMPILER} $(INCLUDES) --target=aarch64-arm-none-eabi -E -o asm_vectors_post.s asm_vectors.S -endif - ${AS} --cpu=8-A.64 --fpu=fp-armv8 -o $*.o asm_vectors_post.s --depend=$*.d - -$(AOBJS2): $(ASOURCES2) -ifeq ($(findstring translation_table.S,$(wildcard *.S)),translation_table.S) - ${COMPILER} $(INCLUDES) --target=aarch64-arm-none-eabi -E -o translation_table_post.s translation_table.S -endif - ${AS} --cpu=8-A.64 --fpu=fp-armv8 -o $*.o translation_table_post.s --depend=$*.d - -$(AOBJS3): $(ASOURCES3) -ifeq ($(findstring boot.S,$(wildcard *.S)),boot.S) - ${COMPILER} $(INCLUDES) --target=aarch64-arm-none-eabi -E -o boot_post.s boot.S -endif - ${AS} --cpu=8-A.64 --fpu=fp-armv8 -o $*.o boot_post.s --depend=$*.d - -$(RELEASEDIR)%.o: %.c - ${COMPILER} -c $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) $(addprefix $(INCLUDEDIR), $(subst includes_ps/,,$(wildcard includes_ps/*.h))) - - - -$(INCLUDEDIR)%.h: includes_ps/%.h - $(CP) $< $@ - - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/asm_vectors.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/asm_vectors.S deleted file mode 100644 index 74feb77..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/asm_vectors.S +++ /dev/null @@ -1,314 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2019 - 2021 Xilinx, Inc. All rights reserved. -;* SPDX-License-Identifier: MIT -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file asm_vectors.S -;* -;* This file contains the initial vector table for the Cortex A53 processor -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who     Date     Changes
-;* ----- ------- -------- ---------------------------------------------------
-;* 7.0   cjp     02/26/19 First release
-;* 
-;* -;* @note -;* -;* None. -;* -;******************************************************************************/ - -#include "bspconfig.h" - - EXPORT _vector_table - EXPORT FPUStatus - - IMPORT _boot - IMPORT FIQInterrupt - IMPORT IRQInterrupt - IMPORT SErrorInterrupt - IMPORT SynchronousInterrupt - -; -; FPUContextSize is the size of the array where floating point registers are -; stored when required. The default size corresponds to the case when there is -; no nested interrupt. If there are nested interrupts in application which are -; using floating point operation, the size of FPUContextSize need to be -; increased as per requirement -; -FPUContextSize EQU 528 - - MACRO - saveregister - stp X0, X1, [sp,#-0x10]! - stp X2, X3, [sp,#-0x10]! - stp X4, X5, [sp,#-0x10]! - stp X6, X7, [sp,#-0x10]! - stp X8, X9, [sp,#-0x10]! - stp X10, X11, [sp,#-0x10]! - stp X12, X13, [sp,#-0x10]! - stp X14, X15, [sp,#-0x10]! - stp X16, X17, [sp,#-0x10]! - stp X18, X19, [sp,#-0x10]! - stp X29, X30, [sp,#-0x10]! - MEND - - MACRO - restoreregister - ldp X29, X30, [sp], #0x10 - ldp X18, X19, [sp], #0x10 - ldp X16, X17, [sp], #0x10 - ldp X14, X15, [sp], #0x10 - ldp X12, X13, [sp], #0x10 - ldp X10, X11, [sp], #0x10 - ldp X8, X9, [sp], #0x10 - ldp X6, X7, [sp], #0x10 - ldp X4, X5, [sp], #0x10 - ldp X2, X3, [sp], #0x10 - ldp X0, X1, [sp], #0x10 - MEND - - MACRO - savefloatregister - ldr x1, =FPUContextBase ; Load the floating point context array address from FPUContextBase - ldr x0, [x1] - stp q0, q1, [x0], #0x20 ; Save all the floating point register to the array - stp q2, q3, [x0], #0x20 - stp q4, q5, [x0], #0x20 - stp q6, q7, [x0], #0x20 - stp q8, q9, [x0], #0x20 - stp q10, q11, [x0], #0x20 - stp q12, q13, [x0], #0x20 - stp q14, q15, [x0], #0x20 - stp q16, q17, [x0], #0x20 - stp q18, q19, [x0], #0x20 - stp q20, q21, [x0], #0x20 - stp q22, q23, [x0], #0x20 - stp q24, q25, [x0], #0x20 - stp q26, q27, [x0], #0x20 - stp q28, q29, [x0], #0x20 - stp q30, q31, [x0], #0x20 - mrs x2, FPCR - mrs x3, FPSR - stp x2, x3, [x0], #0x10 - str x0, [x1] ; Save current address of floating point context array to FPUContextBase - MEND - - MACRO - restorefloatregister - ldr x1, =FPUContextBase ; Restore the address of floating point context array from FPUContextBase - ldr x0, [x1] - ldp x2, x3, [x0,#-0x10]! ; Restore all the floating point register from the array - msr FPCR, x2 - msr FPSR, x3 - ldp q30, q31, [x0,#-0x20]! - ldp q28, q29, [x0,#-0x20]! - ldp q26, q27, [x0,#-0x20]! - ldp q24, q25, [x0,#-0x20]! - ldp q22, q23, [x0,#-0x20]! - ldp q20, q21, [x0,#-0x20]! - ldp q18, q19, [x0,#-0x20]! - ldp q16, q17, [x0,#-0x20]! - ldp q14, q15, [x0,#-0x20]! - ldp q12, q13, [x0,#-0x20]! - ldp q10, q11, [x0,#-0x20]! - ldp q8, q9, [x0,#-0x20]! - ldp q6, q7, [x0,#-0x20]! - ldp q4, q5, [x0,#-0x20]! - ldp q2, q3, [x0,#-0x20]! - ldp q0, q1, [x0,#-0x20]! - str x0, [x1] ; Save current address of floating point context array to FPUContextBase - MEND - - AREA |.vectors|, CODE - REQUIRE8 {TRUE} - PRESERVE8 {TRUE} - ENTRY ; Define this as an entry point - -_vector_table - -; -; If application is built for XEN GUEST as EL1 Non-secure following image -; header is required by XEN. -; -#if (HYP_GUEST == 1) - ldr x16, =_boot ; Valid Image header - br x16 ; HW reset vector - DCD 0 ; Text offset - DCD 0 ; Image size - DCD 8 ; Flags - DCD 0 ; RES0 - DCD 0 - DCD 0 - DCD 0x644d5241 ; Magic - DCD 0 ; RES0 -#endif - - B _boot - ALIGN 512 - B SynchronousInterruptHandler - ALIGN 128 - B IRQInterruptHandler - ALIGN 128 - B FIQInterruptHandler - ALIGN 128 - B SErrorInterruptHandler - -SynchronousInterruptHandler - saveregister - -; Check if the Synchronous abort is occurred due to floating point access -#if (EL3 == 1) - mrs x0, ESR_EL3 -#else - mrs x0, ESR_EL1 -#endif - and x0, x0, #(0x3F << 26) - mov x1, #(0x7 << 26) - cmp x0, x1 - -; -; If exception is not due to floating point access go to synchronous -; handler -; - bne synchronoushandler - -; -; If exception occurred due to floating point access, Enable the floating point -; access i.e. do not trap floating point instruction -; -#if (EL3 == 1) - mrs x1, CPTR_EL3 - mov x2, #(0x1<<10) - bic x1, x1, x2 - msr CPTR_EL3, x1 -#else - mrs x1, CPACR_EL1 - orr x1, x1, #(0x1<<20) - msr CPACR_EL1, x1 -#endif - isb - -; -; If the floating point access was previously enabled, store FPU context -; registers(storefloat) -; - ldr x0, =FPUStatus - ldrb w1, [x0] - cbnz w1, storefloat - -; -; If the floating point access was not enabled previously, save the status of -; floating point accessibility i.e. enabled and store floating point context -; array address(FPUContext) to FPUContextBase -; - mov w1, #0x1 - strb w1, [x0] - ldr x0, =FPUContext - ldr x1, =FPUContextBase - str x0, [x1] - b restorecontext - -storefloat - savefloatregister - b restorecontext - -synchronoushandler - bl SynchronousInterrupt - -restorecontext - restoreregister - eret - -IRQInterruptHandler - saveregister - -; Save the status of SPSR, ELR and CPTR to stack -#if (EL3 == 1) - mrs x0, CPTR_EL3 - mrs x1, ELR_EL3 - mrs x2, SPSR_EL3 -#else - mrs x0, CPACR_EL1 - mrs x1, ELR_EL1 - mrs x2, SPSR_EL1 -#endif - stp x0, x1, [sp,#-0x10]! - str x2, [sp,#-0x10]! - - -; Trap floating point access -#if (EL3 == 1) - mrs x1, CPTR_EL3 - orr x1, x1, #(0x1<<10) - msr CPTR_EL3, x1 -#else - mrs x1, CPACR_EL1 - mov x2, #(0x1<<20) - bic x1, x1, x2 - msr CPACR_EL1, x1 -#endif - isb - bl IRQInterrupt -; -; If floating point access is enabled during interrupt handling, restore -; floating point registers -; -#if (EL3 == 1) - mrs x0, CPTR_EL3 - ands x0, x0, #(0x1<<10) - bne RestorePrevState -#else - mrs x0, CPACR_EL1 - ands x0, x0, #(0x1<<20) - beq RestorePrevState -#endif - restorefloatregister - - -; Restore the status of SPSR, ELR and CPTR from stack -RestorePrevState - ldr x2, [sp], #0x10 - ldp x0, x1, [sp],#0x10 -#if (EL3 == 1) - msr CPTR_EL3, x0 - msr ELR_EL3, x1 - msr SPSR_EL3, x2 -#else - msr CPACR_EL1, x0 - msr ELR_EL1, x1 - msr SPSR_EL1, x2 -#endif - restoreregister - eret - -FIQInterruptHandler - saveregister - bl FIQInterrupt - restoreregister - eret - -SErrorInterruptHandler - saveregister - bl SErrorInterrupt - restoreregister - eret - - ALIGN 8 - -; Array to store floating point registers -FPUContext - SPACE FPUContextSize - -; Stores address for floating point context array -FPUContextBase - SPACE 8 - -FPUStatus - SPACE 4 - - END diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/boot.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/boot.S deleted file mode 100644 index 150a298..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/boot.S +++ /dev/null @@ -1,408 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2019 - 2021 Xilinx, Inc. All rights reserved. -;* SPDX-License-Identifier: MIT -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file boot.S -;* -;* @addtogroup a53_64_boot_code Cortex A53 64bit Processor Boot Code -;* @{ -;*

boot.S

-;* -;* The boot code performs minimum configuration which is required for an -;* application. Cortex-A53 starts by checking current exception level. If the -;* current exception level is EL3 and BSP is built for EL3, it will do -;* initialization required for application execution at EL3. Below is a -;* sequence illustrating what all configuration is performed before control -;* reaches to main function for EL3 execution. -;* -;* 1. Program vector table base for exception handling -;* 2. Set reset vector table base address -;* 3. Program stack pointer for EL3 -;* 4. Routing of interrupts to EL3 -;* 5. Enable ECC protection -;* 6. Program generic counter frequency -;* 7. Invalidate instruction cache, data cache and TLBs -;* 8. Configure MMU registers and program base address of translation table -;* 9. Transfer control to _start which clears BSS sections and runs global -;* constructor before jumping to main application -;* -;* If current exception level is EL1 and BSP is also built for EL1_NONSECURE -;* it will perform initialization required for application execution at EL1 -;* non-secure. For all other combination, the execution will go into infinite -;* loop. Below is a sequence illustrating what all configuration is performed -;* before control reaches to main function for EL1 execution. -;* -;* 1. Program vector table base for exception handling -;* 2. Program stack pointer for EL1 -;* 3. Invalidate instruction cache, data cache and TLBs -;* 4. Configure MMU registers and program base address of translation table -;* 5. Transfer control to _start which clears BSS sections and runs global -;* constructor before jumping to main application -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who     Date     Changes
-;* ----- ------- -------- ---------------------------------------------------
-;* 7.0   mus     02/26/19 First release
-;* 7.2   mus     01/08/19 Added support for versal
-;*       sd      02/23/20 Clock Init is called
-;*       sd      03/21/20 Added XCLOCKING flag
-;* 
-;******************************************************************************/ - -#include "xparameters.h" -#include "bspconfig.h" -#include "xil_errata.h" - - EXPORT _prestart - EXPORT _boot - - IMPORT MMUTableL0 - IMPORT |Image$$ARM_LIB_STACK$$ZI$$Base| - IMPORT _vector_table - IMPORT __main -#ifdef XCLOCKING - IMPORT Xil_ClockInit -#endif - -#ifndef FREERTOS_BSP - IMPORT FPUStatus -#endif - -rvbar_base EQU 0xFD5C0040 -MODE_EL1 EQU 0x5 -DAIF_BIT EQU 0x1C0 -TT_S1_FAULT EQU 0x0 -TT_S1_TABLE EQU 0x3 - - AREA |.boot|, CODE - -; This initializes the various processor modes - -_prestart -_boot - mov x0, #0 - mov x1, #0 - mov x2, #0 - mov x3, #0 - mov x4, #0 - mov x5, #0 - mov x6, #0 - mov x7, #0 - mov x8, #0 - mov x9, #0 - mov x10, #0 - mov x11, #0 - mov x12, #0 - mov x13, #0 - mov x14, #0 - mov x15, #0 - mov x16, #0 - mov x17, #0 - mov x18, #0 - mov x19, #0 - mov x20, #0 - mov x21, #0 - mov x22, #0 - mov x23, #0 - mov x24, #0 - mov x25, #0 - mov x26, #0 - mov x27, #0 - mov x28, #0 - mov x29, #0 - mov x30, #0 - -OKToRun - mrs x0, currentEL - cmp x0, #0xC - beq InitEL3 - cmp x0, #0x4 - beq InitEL1 - b error ; Go to error if current exception level is neither EL3 nor EL1 - - -InitEL3 -#if (EL3 == 1) - ldr x1, =_vector_table ; Set vector table base address - msr VBAR_EL3, x1 - mrs x0, MPIDR_EL1 ; Get the CPU ID - and x0, x0, #0xFF - mov w0, w0 - ldr w2, =rvbar_base ; Calculate the rvbar base address for particular CPU core - mov w3, #0x8 - mul w0, w0, w3 - add w2, w2, w0 - str x1, [x2] ; Store vector base address to rvbar - ldr x2, =|Image$$ARM_LIB_STACK$$ZI$$Base| ; Define stack pointer for current exception level - mov sp, x2 - - mov x0, #0 ; Enable Trapping of SIMD/FPU register for standalone BSP -#ifndef FREERTOS_BSP - orr x0, x0, #(0x1 << 10) -#endif - msr CPTR_EL3, x0 - isb - -; -; Clear FPUStatus variable to make sure that it contains current -; status of FPU i.e. disabled. In case of a warm restart execution -; when bss sections are not cleared, it may contain previously updated -; value which does not hold true now -; -#ifndef FREERTOS_BSP - ldr x0, =FPUStatus - str xzr, [x0] -#endif - -; Configure SCR_EL3 - mov w1, #0 ; Initial value of register is unknown - orr w1, w1, #(1 << 11) ; Set ST bit (Secure EL1 can access CNTPS_TVAL_EL1, CNTPS_CTL_EL1 & CNTPS_CVAL_EL1) - orr w1, w1, #(1 << 10) ; Set RW bit (EL1 is AArch64, as this is the Secure world) - orr w1, w1, #(1 << 3) ; Set EA bit (SError routed to EL3) - orr w1, w1, #(1 << 2) ; Set FIQ bit (FIQs routed to EL3) - orr w1, w1, #(1 << 1) ; Set IRQ bit (IRQs routed to EL3) - msr SCR_EL3, x1 - -; Configure cpu auxiliary control register EL1 - ldr x0, =0x80CA000 ; L1 Data prefetch control - 5, Enable device split throttle, 2 independent data prefetch streams -#if (CONFIG_ARM_ERRATA_855873) -; -; Set ENDCCASCI bit in CPUACTLR_EL1 register, to execute data -; cache clean operations as data cache clean and invalidate -; - orr x0, x0, #(1 << 44) ; Set ENDCCASCI bit -#endif - msr S3_1_C15_C2_0, x0 ; CPUACTLR_EL1 - -; Program the counter frequency -#if defined (versal) - ldr x0, =XPAR_CPU_CORTEXA72_0_TIMESTAMP_CLK_FREQ -#else - ldr x0, =XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ - msr CNTFRQ_EL0, x0 -#endif - -; Enable hardware coherency between cores - mrs x0, S3_1_c15_c2_1 ; Read EL1 CPU Extended Control Register - orr x0, x0, #(1 << 6) ; Set the SMPEN bit - msr S3_1_c15_c2_1, x0 ; Write EL1 CPU Extended Control Register - isb - - tlbi ALLE3 - ic IALLU ; Invalidate I cache to PoU - bl invalidate_dcaches - dsb sy - isb - - ldr x1, =MMUTableL0 ; Get address of level 0 for TTBR0_EL3 - msr TTBR0_EL3, x1 ; Set TTBR0_EL3 - -; -; Set up memory attributes -; This equates to: -; 0 = b01000100 = Normal, Inner/Outer Non-Cacheable -; 1 = b11111111 = Normal, Inner/Outer WB/WA/RA -; 2 = b00000000 = Device-nGnRnE -; 3 = b00000100 = Device-nGnRE -; 4 = b10111011 = Normal, Inner/Outer WT/WA/RA -; - ldr x1, =0x000000BB0400FF44 - msr MAIR_EL3, x1 -#if defined (versal) -; Set up TCR_EL3 -; Physical Address Size PS = 100 -> 44bits 16 TB -; Granual Size TG0 = 00 -> 4KB -; size offset of the memory region T0SZ = 20 -> (region size 2^(64-20) = 2^44) - ldr x1,=0x80843514 -#else -; -; Set up TCR_EL3 -; Physical Address Size PS = 010 -> 40bits 1TB -; Granule Size TG0 = 00 -> 4KB -; Size offset of the memory region T0SZ = 24 -> (region size 2^(64-24) = 2^40) -; - ldr x1, =0x80823518 -#endif - msr TCR_EL3, x1 - isb - - -; Enable SError Exception for asynchronous abort - mrs x1, DAIF - mov x2, #(0x1<<8) - bic x1, x1, x2 - msr DAIF, x1 - - -; Configure SCTLR_EL3 - mov x1, #0 ; Most of the SCTLR_EL3 bits are unknown at reset - orr x1, x1, #(1 << 12) ; Enable I cache - orr x1, x1, #(1 << 3) ; Enable SP alignment check - orr x1, x1, #(1 << 2) ; Enable caches - orr x1, x1, #(1 << 0) ; Enable MMU - msr SCTLR_EL3, x1 - dsb sy - isb - -#ifdef XCLOCKING - b Xil_Clockinit -#endif - b __main ; Jump to start - -#else - b error ; Present exception level and selected exception level mismatch - -#endif - -InitEL1 -#if (EL1_NONSECURE == 1) - ldr x1, =_vector_table ; Set vector table base address - - msr VBAR_EL1, x1 - mrs x0, CPACR_EL1 - mov x2, #(0x3 << 0x20) - bic x0, x0, x2 - msr CPACR_EL1, x0 - isb - -; -; Clear FPUStatus variable to make sure that it contains current -; status of FPU i.e. disabled. In case of a warm restart execution -; when bss sections are not cleared, it may contain previously updated -; value which does not hold true now -; -#ifndef FREERTOS_BSP - ldr x0, =FPUStatus - str xzr, [x0] -#endif - ldr x2, =|Image$$ARM_LIB_STACK$$ZI$$Base| ; Define stack pointer for current exception level - mov sp, x2 - -; Disable MMU - mov x1, #0x0 - msr SCTLR_EL1, x1 - isb - - TLBI VMALLE1 - ic IALLU ; Invalidate I cache to PoU - bl invalidate_dcaches - dsb sy - isb - - ldr x1, =MMUTableL0 ; Get address of level 0 for TTBR0_EL1 - msr TTBR0_EL1, x1 ; Set TTBR0_EL1 - -; -; Set up memory attributes -; This equates to: -; 0 = b01000100 = Normal, Inner/Outer Non-Cacheable -; 1 = b11111111 = Normal, Inner/Outer WB/WA/RA -; 2 = b00000000 = Device-nGnRnE -; 3 = b00000100 = Device-nGnRE -; 4 = b10111011 = Normal, Inner/Outer WT/WA/RA -; - ldr x1, =0x000000BB0400FF44 - msr MAIR_EL1, x1 - -#if defined (versal) -; -; Set up TCR_EL1 -; Physical Address Size PS = 100 -> 44bits 16TB -; Granual Size TG0 = 00 -> 4KB -; size offset of the memory region T0SZ = 20 -> (region size 2^(64-20) = 2^44) -; - ldr x1,=0x485800514 -#else -; -; Set up TCR_EL1 -; Physical Address Size PS = 010 -> 40bits 1TB -; Granule Size TG0 = 00 -> 4KB -; Size offset of the memory region T0SZ = 24 -> (region size 2^(64-24) = 2^40) -; - ldr x1, =0x285800518 -#endif - msr TCR_EL1, x1 - isb - - -; Enable SError Exception for asynchronous abort - mrs x1,DAIF - mov x2, #(0x1<<8) - bic x1,x1,x2 - msr DAIF,x1 - - -; Enable MMU - mov x1,#0x0 - orr x1, x1, #(1 << 18) ; Set WFE non trapping - orr x1, x1, #(1 << 17) ; Set WFI non trapping - orr x1, x1, #(1 << 5) ; Set CP15 barrier enabled - orr x1, x1, #(1 << 12) ; Set I bit - orr x1, x1, #(1 << 2) ; Set C bit - orr x1, x1, #(1 << 0) ; Set M bit - msr SCTLR_EL1, x1 - isb - - bl __main ; Jump to start -#else - b error ; present exception level and selected exception level mismatch -#endif - -error - b error - -invalidate_dcaches - dmb ISH - mrs x0, CLIDR_EL1 ; x0 = CLIDR - ubfx w2, w0, #24, #3 ; w2 = CLIDR>Loc - cmp w2, #0 ; LoC is 0? - b.eq invalidateCaches_end ; No cleaning required and enable MMU - mov w1, #0 ; w1 = level iterator - -invalidateCaches_flush_level - add w3, w1, w1, lsl #1 ; w3 = w1 * 3 (right-shift for cache type) - lsr w3, w0, w3 ; w3 = w0 >> w3 - ubfx w3, w3, #0, #3 ; w3 = cache type of this level - cmp w3, #2 ; No cache at this level? - b.lt invalidateCaches_next_level - lsl w4, w1, #1 - msr CSSELR_EL1, x4 ; Select current cache level in CSSELR - isb ; ISB required to reflect new CSIDR - mrs x4, CCSIDR_EL1 ; w4 = CSIDR - ubfx w3, w4, #0, #3 - add w3, w3, #2 ; w3 = log2(line size) - ubfx w5, w4, #13, #15 - ubfx w4, w4, #3, #10 ; w4 = Way number - clz w6, w4 ; w6 = 32 - log2(number of ways) - -invalidateCaches_flush_set - mov w8, w4 ; w8 = Way number - -invalidateCaches_flush_way - lsl w7, w1, #1 ; Fill level field - lsl w9, w5, w3 - orr w7, w7, w9 ; Fill index field - lsl w9, w8, w6 - orr w7, w7, w9 ; Fill way field - dc CISW, x7 ; Invalidate by set/way to point of coherency - subs w8, w8, #1 ; Decrement way - b.ge invalidateCaches_flush_way - subs w5, w5, #1 ; Decrement set - b.ge invalidateCaches_flush_set - -invalidateCaches_next_level - add w1, w1, #1 ; Next level - cmp w2, w1 - b.gt invalidateCaches_flush_level - -invalidateCaches_end - ret - - END -; -; @} End of "addtogroup a53_64_boot_code" -; diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/xpseudo_asm_armclang.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/xpseudo_asm_armclang.h deleted file mode 100644 index 3d5b832..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/armclang/xpseudo_asm_armclang.h +++ /dev/null @@ -1,136 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2019 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_armclang.h -* -* This header file contains macros for using __inline assembler code. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 7.0   cjp  02/26/19 First Release
-* 7.2   asa  04/03/20 Renamed the str macro to strw.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_ARMCLANG_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_ARMCLANG_H /* by using protection macros */ - -/***************************** Include Files ********************************/ -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - asm volatile("mrs %x0, DAIF" : "=r" (rval)); \ - rval; \ - }) - -#define mtcpsr(v) __asm__ __volatile__ ("msr DAIF, %x0" : : "r" (v)) - -#define cpsiei() -#define cpsidi() -#define cpsief() -#define cpsidf() -#define mtgpr(rn, v) -#define mfgpr(rn) - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb sy") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__("dsb sy") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__("dmb sy") - -/* Memory Operations */ -#define ldr(adr) ({u64 rval; \ - __asm__ __volatile__( \ - "ldr %x0, [%x1]" \ - : "=r" (rval) : "r" (adr) \ - ); \ - rval; \ - }) - -#define ldrb(adr) ({u8 rval; \ - __asm__ __volatile__( \ - "ldrb %x0, [%x1]" \ - : "=r" (rval) : "r" (adr) \ - ); \ - rval; \ - }) - -#define strw(adr, val) __asm__ __volatile__( \ - "str %x0, [%x1]\n" \ - : : "r" (val), "r" (adr) \ - ) - -#define strb(adr, val) __asm__ __volatile__(\ - "strb %x0,[%x1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -/* Count leading zeroes (clz) */ -#define clz(arg) ({u8 rval; \ - __asm__ __volatile__( \ - "clz %x0, %x1" \ - : "=r" (rval) : "r" (arg) \ - ); \ - rval; \ - }) - -#define mtcpdc(reg,val) __asm__ __volatile__("dc " #reg ",%x0" : : "r" (val)) -#define mtcpic(reg,val) __asm__ __volatile__("ic " #reg ",%x0" : : "r" (val)) - -#define mtcpicall(reg) __asm__ __volatile__("ic " #reg) -#define mtcptlbi(reg) __asm__ __volatile__("tlbi " #reg) -#define mtcpat(reg,val) __asm__ __volatile__("at " #reg ",%x0" : : "r" (val)) - -/* CP15 operations */ -#define mfcp(reg) ({u64 rval = 0U; \ - __asm__ __volatile__( \ - "mrs %x0, " #reg : "=r" (rval)); \ - rval;\ - }) - -#define mtcp(reg,val) __asm__ __volatile__("msr " #reg ",%x0" : : "r" (val)) - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XPSEUDO_ASM_ARMCLANG_H */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/Makefile deleted file mode 100644 index d8ea488..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -CC=$(COMPILER) -AR=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a -CC_FLAGS = $(subst -pg, -DPROFILING, $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, -DPROFILING, $(EXTRA_COMPILER_FLAGS)) - -ECC_FLAGS += -nostartfiles\ - -march=armv8-a -ECC_FLAGS_NO_FLTO1 = $(subst -flto,,$(ECC_FLAGS)) -ECC_FLAGS_NO_FLTO = $(subst -ffat-lto-objects,,$(ECC_FLAGS_NO_FLTO1)) - - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(filter-out _exit.c, $(wildcard *.c))))) - -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.S)))) - -EXIT_OBJ = $(addprefix $(RELEASEDIR),$(addsuffix .o,$(basename _exit.c))) - - -INCLUDEFILES=*.h -INCLUDEFILES+=includes_ps/*.h -libs: $(LIBS) - - -standalone_libs: $(OBJECTS) $(ASSEMBLY_OBJECTS) $(EXIT_OBJ) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)_exit.o: _exit.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS_NO_FLTO) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.S - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) $(addprefix $(INCLUDEDIR), $(subst includes_ps/,,$(wildcard includes_ps/*.h))) - - - -$(INCLUDEDIR)%.h: includes_ps/%.h - $(CP) $< $@ - - - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) - rm -rf $(EXIT_OBJ) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/asm_vectors.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/asm_vectors.S deleted file mode 100644 index 9a87752..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/asm_vectors.S +++ /dev/null @@ -1,361 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file asm_vectors.S -* -* This file contains the initial vector table for the Cortex A53 processor -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.00	pkp	05/21/14 Initial version
-* 6.02  pkp	12/21/16 Added support for floating point access
-* 6.02  pkp	01/22/17 Added support for EL1 non-secure and hypervisor
-*			 baremetal guest
-* 6.4   mus     06/14/17 Fixed bug in IRQInterruptHandler code snippet,
-*                        which checks for the FPEN bit of CPACR_EL1
-* 6.6   mus     01/19/18 Added isb after writing to the cpacr_el1/cptr_el3,
-*                        to ensure enabling/disabling of floating-point unit
-*                        is completed, before any subsequent instruction.
-* 7.5   mus  05/20/21 Fixed speculative execution past ERET and BR instructions.
-*                     As per CVE-2020-13844, Cortex-A72 is affected with
-*                     vulnearability, hence changes are targeted only for Cortex-A72.
-*                     It fixes CR#1083649.
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#include "bspconfig.h" - -.org 0 -.text - -.globl _boot -.globl _vector_table - -.globl FIQInterrupt -.globl IRQInterrupt -.globl SErrorInterrupt -.globl SynchronousInterrupt -.globl FPUStatus - -/* - * FPUContextSize is the size of the array where floating point registers are - * stored when required. The default size corresponds to the case when there is no - * nested interrupt. If there are nested interrupts in application which are using - * floating point operation, the size of FPUContextSize need to be increased as per - * requirement - */ - -.set FPUContextSize, 528 - -.macro saveregister - stp X0,X1, [sp,#-0x10]! - stp X2,X3, [sp,#-0x10]! - stp X4,X5, [sp,#-0x10]! - stp X6,X7, [sp,#-0x10]! - stp X8,X9, [sp,#-0x10]! - stp X10,X11, [sp,#-0x10]! - stp X12,X13, [sp,#-0x10]! - stp X14,X15, [sp,#-0x10]! - stp X16,X17, [sp,#-0x10]! - stp X18,X19, [sp,#-0x10]! - stp X29,X30, [sp,#-0x10]! -.endm - -.macro restoreregister - ldp X29,X30, [sp], #0x10 - ldp X18,X19, [sp], #0x10 - ldp X16,X17, [sp], #0x10 - ldp X14,X15, [sp], #0x10 - ldp X12,X13, [sp], #0x10 - ldp X10,X11, [sp], #0x10 - ldp X8,X9, [sp], #0x10 - ldp X6,X7, [sp], #0x10 - ldp X4,X5, [sp], #0x10 - ldp X2,X3, [sp], #0x10 - ldp X0,X1, [sp], #0x10 -.endm - -.macro savefloatregister - -/* Load the floating point context array address from FPUContextBase */ - ldr x1,=FPUContextBase - ldr x0, [x1] - -/* Save all the floating point register to the array */ - stp q0,q1, [x0], #0x20 - stp q2,q3, [x0], #0x20 - stp q4,q5, [x0], #0x20 - stp q6,q7, [x0], #0x20 - stp q8,q9, [x0], #0x20 - stp q10,q11, [x0], #0x20 - stp q12,q13, [x0], #0x20 - stp q14,q15, [x0], #0x20 - stp q16,q17, [x0], #0x20 - stp q18,q19, [x0], #0x20 - stp q20,q21, [x0], #0x20 - stp q22,q23, [x0], #0x20 - stp q24,q25, [x0], #0x20 - stp q26,q27, [x0], #0x20 - stp q28,q29, [x0], #0x20 - stp q30,q31, [x0], #0x20 - mrs x2, FPCR - mrs x3, FPSR - stp x2, x3, [x0], #0x10 - -/* Save current address of floating point context array to FPUContextBase */ - str x0, [x1] -.endm - -.macro restorefloatregister - -/* Restore the address of floating point context array from FPUContextBase */ - ldr x1,=FPUContextBase - ldr x0, [x1] - -/* Restore all the floating point register from the array */ - ldp x2, x3, [x0,#-0x10]! - msr FPCR, x2 - msr FPSR, x3 - ldp q30,q31, [x0,#-0x20]! - ldp q28,q29, [x0,#-0x20]! - ldp q26,q27, [x0,#-0x20]! - ldp q24,q25, [x0,#-0x20]! - ldp q22,q23, [x0,#-0x20]! - ldp q20,q21, [x0,#-0x20]! - ldp q18,q19, [x0,#-0x20]! - ldp q16,q17, [x0,#-0x20]! - ldp q14,q15, [x0,#-0x20]! - ldp q12,q13, [x0,#-0x20]! - ldp q10,q11, [x0,#-0x20]! - ldp q8,q9, [x0,#-0x20]! - ldp q6,q7, [x0,#-0x20]! - ldp q4,q5, [x0,#-0x20]! - ldp q2,q3, [x0,#-0x20]! - ldp q0,q1, [x0,#-0x20]! - -/* Save current address of floating point context array to FPUContextBase */ - str x0, [x1] -.endm - -.macro exception_return - eret -#if defined (versal) - dsb nsh - isb -#endif -.endm - -.org 0 - -.section .vectors, "a" - -_vector_table: -.set VBAR, _vector_table -.org VBAR -/* - * if application is built for XEN GUEST as EL1 Non-secure following image - * header is required by XEN. - */ -.if (HYP_GUEST == 1) - - /* Valid Image header. */ - /* HW reset vector. */ - ldr x16, =_boot - br x16 -#if defined (versal) - dsb nsh - isb -#endif - /* text offset. */ - .dword 0 - /* image size. */ - .dword 0 - /* flags. */ - .dword 8 - /* RES0 */ - .dword 0 - .dword 0 - .dword 0 - - /* magic */ - .dword 0x644d5241 - /* RES0 */ - .dword 0 - /* End of Image header. */ -.endif - - b _boot -.org (VBAR + 0x200) - b SynchronousInterruptHandler - -.org (VBAR + 0x280) - b IRQInterruptHandler - -.org (VBAR + 0x300) - b FIQInterruptHandler - -.org (VBAR + 0x380) - b SErrorInterruptHandler - - -SynchronousInterruptHandler: - saveregister - -/* Check if the Synchronous abort is occurred due to floating point access. */ -.if (EL3 == 1) - mrs x0, ESR_EL3 -.else - mrs x0, ESR_EL1 -.endif - and x0, x0, #(0x3F << 26) - mov x1, #(0x7 << 26) - cmp x0, x1 -/* If exception is not due to floating point access go to synchronous handler */ - bne synchronoushandler - -/* - * If excpetion occurred due to floating point access, Enable the floating point - * access i.e. do not trap floating point instruction - */ - .if (EL3 == 1) - mrs x1,CPTR_EL3 - bic x1, x1, #(0x1<<10) - msr CPTR_EL3, x1 -.else - mrs x1,CPACR_EL1 - orr x1, x1, #(0x1<<20) - msr CPACR_EL1, x1 -.endif - isb - -/* If the floating point access was previously enabled, store FPU context - * registers(storefloat). - */ - ldr x0, =FPUStatus - ldrb w1,[x0] - cbnz w1, storefloat -/* - * If the floating point access was not enabled previously, save the status of - * floating point accessibility i.e. enabled and store floating point context - * array address(FPUContext) to FPUContextBase. - */ - mov w1, #0x1 - strb w1, [x0] - ldr x0, =FPUContext - ldr x1, =FPUContextBase - str x0,[x1] - b restorecontext -storefloat: - savefloatregister - b restorecontext -synchronoushandler: - bl SynchronousInterrupt -restorecontext: - restoreregister - exception_return - -IRQInterruptHandler: - - saveregister -/* Save the status of SPSR, ELR and CPTR to stack */ - .if (EL3 == 1) - mrs x0, CPTR_EL3 - mrs x1, ELR_EL3 - mrs x2, SPSR_EL3 -.else - mrs x0, CPACR_EL1 - mrs x1, ELR_EL1 - mrs x2, SPSR_EL1 -.endif - stp x0, x1, [sp,#-0x10]! - str x2, [sp,#-0x10]! - -/* Trap floating point access */ - .if (EL3 == 1) - mrs x1,CPTR_EL3 - orr x1, x1, #(0x1<<10) - msr CPTR_EL3, x1 -.else - mrs x1,CPACR_EL1 - bic x1, x1, #(0x1<<20) - msr CPACR_EL1, x1 -.endif - isb - - bl IRQInterrupt -/* - * If floating point access is enabled during interrupt handling, - * restore floating point registers. - */ - - .if (EL3 == 1) - mrs x0, CPTR_EL3 - ands x0, x0, #(0x1<<10) - bne RestorePrevState -.else - mrs x0,CPACR_EL1 - ands x0, x0, #(0x1<<20) - beq RestorePrevState -.endif - - restorefloatregister - -/* Restore the status of SPSR, ELR and CPTR from stack */ -RestorePrevState: - ldr x2,[sp],0x10 - ldp x0, x1, [sp],0x10 - .if (EL3 == 1) - msr CPTR_EL3, x0 - msr ELR_EL3, x1 - msr SPSR_EL3, x2 -.else - msr CPACR_EL1, x0 - msr ELR_EL1, x1 - msr SPSR_EL1, x2 -.endif - restoreregister - exception_return - -FIQInterruptHandler: - - saveregister - - bl FIQInterrupt - - restoreregister - - exception_return - -SErrorInterruptHandler: - - saveregister - - bl SErrorInterrupt - - restoreregister - - exception_return - - -.align 8 -/* Array to store floating point registers */ -FPUContext: .skip FPUContextSize - -/* Stores address for floating point context array */ -FPUContextBase: .skip 8 - -FPUStatus: .skip 1 - -.end diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/boot.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/boot.S deleted file mode 100644 index 166f2bb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/boot.S +++ /dev/null @@ -1,454 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file boot.S -* -* @addtogroup a53_64_boot_code Cortex A53 64bit Processor Boot Code -* @{ -*

boot.S

-* -* The boot code performs minimum configuration which is required for an -* application. Cortex-A53 starts by checking current exception level. If the -* current exception level is EL3 and BSP is built for EL3, it will do -* initialization required for application execution at EL3. Below is a -* sequence illustrating what all configuration is performed before control -* reaches to main function for EL3 execution. -* -* 1. Program vector table base for exception handling -* 2. Set reset vector table base address -* 3. Program stack pointer for EL3 -* 4. Routing of interrupts to EL3 -* 5. Enable ECC protection -* 6. Program generic counter frequency -* 7. Invalidate instruction cache, data cache and TLBs -* 8. Configure MMU registers and program base address of translation table -* 9. Transfer control to _start which clears BSS sections and runs global -* constructor before jumping to main application -* -* If the current exception level is EL1 and BSP is also built for EL1_NONSECURE -* it will perform initialization required for application execution at EL1 -* non-secure. For all other combination, the execution will go into infinite -* loop. Below is a sequence illustrating what all configuration is performed -* before control reaches to main function for EL1 execution. -* -* 1. Program vector table base for exception handling -* 2. Program stack pointer for EL1 -* 3. Invalidate instruction cache, data cache and TLBs -* 4. Configure MMU registers and program base address of translation table -* 5. Transfer control to _start which clears BSS sections and runs global -* constructor before jumping to main application -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.00  pkp	05/21/14 Initial version
-* 6.00	pkp     07/25/16 Program the counter frequency
-* 6.02  pkp	01/22/17 Added support for EL1 non-secure
-* 6.02	pkp	01/24/17 Clearing status of FPUStatus variable to ensure it
-*			 holds correct value.
-* 6.3   mus 04/20/17 CPU Cache protection bit in the L2CTLR_EL1 will be in
-*                    set state on reset. So, setting that bit through boot
-*                    code is redundant, hence removed the code which sets
-*                    CPU cache protection bit.
-* 6.4   mus      08/11/17 Implemented ARM erratum 855873.It fixes
-*                         CR#982209.
-* 6.6   mus      01/19/18 Added isb after writing to the cpacr_el1/cptr_el3,
-*                         to ensure floating-point unit is disabled, before
-*                         any subsequent instruction.
-* 7.0   mus      03/26/18 Updated TCR_EL3/TCR_EL1 as per versal address map
-* 7.3   mus      04/24/20 Corrected CPACR_EL1 handling at EL1 NS
-*
-* 
-* -******************************************************************************/ - -#include "xparameters.h" -#include "bspconfig.h" -#include "xil_errata.h" - -.globl MMUTableL0 -.globl MMUTableL1 -.globl MMUTableL2 -.global _prestart -.global _boot - -.global __el3_stack -.global __el2_stack -.global __el1_stack -.global __el0_stack -.global _vector_table - -.set EL3_stack, __el3_stack -.set EL2_stack, __el2_stack -.set EL1_stack, __el1_stack -.set EL0_stack, __el0_stack - -.set TT_S1_FAULT, 0x0 -.set TT_S1_TABLE, 0x3 - -.set L0Table, MMUTableL0 -.set L1Table, MMUTableL1 -.set L2Table, MMUTableL2 -.set vector_base, _vector_table -.set rvbar_base, 0xFD5C0040 - -#if defined (versal) -.set counterfreq, XPAR_CPU_CORTEXA72_0_TIMESTAMP_CLK_FREQ -#else -.set counterfreq, XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ -#endif - -.set MODE_EL1, 0x5 -.set DAIF_BIT, 0x1C0 - -.section .boot,"ax" - - -/* this initializes the various processor modes */ - -_prestart: -_boot: - mov x0, #0 - mov x1, #0 - mov x2, #0 - mov x3, #0 - mov x4, #0 - mov x5, #0 - mov x6, #0 - mov x7, #0 - mov x8, #0 - mov x9, #0 - mov x10, #0 - mov x11, #0 - mov x12, #0 - mov x13, #0 - mov x14, #0 - mov x15, #0 - mov x16, #0 - mov x17, #0 - mov x18, #0 - mov x19, #0 - mov x20, #0 - mov x21, #0 - mov x22, #0 - mov x23, #0 - mov x24, #0 - mov x25, #0 - mov x26, #0 - mov x27, #0 - mov x28, #0 - mov x29, #0 - mov x30, #0 -#if 0 //don't put other a53 cpus in wfi - //Which core am I - // ---------------- - mrs x0, MPIDR_EL1 - and x0, x0, #0xFF //Mask off to leave Aff0 - cbz x0, OKToRun //If core 0, run the primary init code -EndlessLoop0: - wfi - b EndlessLoop0 -#endif -OKToRun: - - mrs x0, currentEL - cmp x0, #0xC - beq InitEL3 - - cmp x0, #0x4 - beq InitEL1 - - b error // go to error if current exception level is neither EL3 nor EL1 -InitEL3: -.if (EL3 == 1) - /*Set vector table base address*/ - ldr x1, =vector_base - msr VBAR_EL3,x1 - - /* Set reset vector address */ - /* Get the cpu ID */ - mrs x0, MPIDR_EL1 - and x0, x0, #0xFF - mov w0, w0 - ldr w2, =rvbar_base - /* calculate the rvbar base address for particular CPU core */ - mov w3, #0x8 - mul w0, w0, w3 - add w2, w2, w0 - /* store vector base address to RVBAR */ - str x1, [x2] - - /*Define stack pointer for current exception level*/ - ldr x2,=EL3_stack - mov sp,x2 - - /* Enable Trapping of SIMD/FPU register for standalone BSP */ - mov x0, #0 -#ifndef FREERTOS_BSP - orr x0, x0, #(0x1 << 10) -#endif - msr CPTR_EL3, x0 - isb - - /* - * Clear FPUStatus variable to make sure that it contains current - * status of FPU i.e. disabled. In case of a warm restart execution - * when bss sections are not cleared, it may contain previously updated - * value which does not hold true now. - */ -#ifndef FREERTOS_BSP - ldr x0,=FPUStatus - str xzr, [x0] -#endif - /* Configure SCR_EL3 */ - mov w1, #0 //; Initial value of register is unknown - orr w1, w1, #(1 << 11) //; Set ST bit (Secure EL1 can access CNTPS_TVAL_EL1, CNTPS_CTL_EL1 & CNTPS_CVAL_EL1) - orr w1, w1, #(1 << 10) //; Set RW bit (EL1 is AArch64, as this is the Secure world) - orr w1, w1, #(1 << 3) //; Set EA bit (SError routed to EL3) - orr w1, w1, #(1 << 2) //; Set FIQ bit (FIQs routed to EL3) - orr w1, w1, #(1 << 1) //; Set IRQ bit (IRQs routed to EL3) - msr SCR_EL3, x1 - - /*configure cpu auxiliary control register EL1 */ - ldr x0,=0x80CA000 // L1 Data prefetch control - 5, Enable device split throttle, 2 independent data prefetch streams -#if CONFIG_ARM_ERRATA_855873 - /* - * Set ENDCCASCI bit in CPUACTLR_EL1 register, to execute data - * cache clean operations as data cache clean and invalidate - * - */ - orr x0, x0, #(1 << 44) //; Set ENDCCASCI bit -#endif - msr S3_1_C15_C2_0, x0 //CPUACTLR_EL1 - - /* program the counter frequency */ - ldr x0,=counterfreq - msr CNTFRQ_EL0, x0 - - /*Enable hardware coherency between cores*/ - mrs x0, S3_1_c15_c2_1 //Read EL1 CPU Extended Control Register - orr x0, x0, #(1 << 6) //Set the SMPEN bit - msr S3_1_c15_c2_1, x0 //Write EL1 CPU Extended Control Register - isb - - tlbi ALLE3 - ic IALLU //; Invalidate I cache to PoU - bl invalidate_dcaches - dsb sy - isb - - ldr x1, =L0Table //; Get address of level 0 for TTBR0_EL3 - msr TTBR0_EL3, x1 //; Set TTBR0_EL3 - - /********************************************** - * Set up memory attributes - * This equates to: - * 0 = b01000100 = Normal, Inner/Outer Non-Cacheable - * 1 = b11111111 = Normal, Inner/Outer WB/WA/RA - * 2 = b00000000 = Device-nGnRnE - * 3 = b00000100 = Device-nGnRE - * 4 = b10111011 = Normal, Inner/Outer WT/WA/RA - **********************************************/ - ldr x1, =0x000000BB0400FF44 - msr MAIR_EL3, x1 - -#if defined (versal) - /********************************************** - * Set up TCR_EL3 - * Physical Address Size PS = 100 -> 44bits 16 TB - * Granual Size TG0 = 00 -> 4KB - * size offset of the memory region T0SZ = 20 -> (region size 2^(64-20) = 2^44) - ***************************************************/ - ldr x1,=0x80843514 -#else - /********************************************** - * Set up TCR_EL3 - * Physical Address Size PS = 010 -> 40bits 1TB - * Granual Size TG0 = 00 -> 4KB - * size offset of the memory region T0SZ = 24 -> (region size 2^(64-24) = 2^40) - ***************************************************/ - ldr x1,=0x80823518 -#endif - msr TCR_EL3, x1 - isb - - /* Enable SError Exception for asynchronous abort */ - mrs x1,DAIF - bic x1,x1,#(0x1<<8) - msr DAIF,x1 - - /* Configure SCTLR_EL3 */ - mov x1, #0 //Most of the SCTLR_EL3 bits are unknown at reset - orr x1, x1, #(1 << 12) //Enable I cache - orr x1, x1, #(1 << 3) //Enable SP alignment check - orr x1, x1, #(1 << 2) //Enable caches - orr x1, x1, #(1 << 0) //Enable MMU - msr SCTLR_EL3, x1 - dsb sy - isb - - b _startup //jump to start -.else - b error // present exception level and selected exception level mismatch -.endif - -InitEL1: -.if (EL1_NONSECURE == 1) - /*Set vector table base address*/ - ldr x1, =vector_base - msr VBAR_EL1,x1 - - /* Trap floating point access only in case of standalone BSP */ -#ifdef FREERTOS_BSP - mrs x0, CPACR_EL1 - orr x0, x0, #(0x3 << 20) - msr CPACR_EL1, x0 -#else - mrs x0, CPACR_EL1 - bic x0, x0, #(0x3 << 20) - msr CPACR_EL1, x0 -#endif - isb - - /* - * Clear FPUStatus variable to make sure that it contains current - * status of FPU i.e. disabled. In case of a warm restart execution - * when bss sections are not cleared, it may contain previously updated - * value which does not hold true now. - */ -#ifndef FREERTOS_BSP - ldr x0,=FPUStatus - str xzr, [x0] -#endif - /*Define stack pointer for current exception level*/ - ldr x2,=EL1_stack - mov sp,x2 - - /* Disable MMU first */ - mov x1,#0x0 - msr SCTLR_EL1, x1 - isb - - TLBI VMALLE1 - - ic IALLU //; Invalidate I cache to PoU - bl invalidate_dcaches - dsb sy - isb - - ldr x1, =L0Table //; Get address of level 0 for TTBR0_EL1 - msr TTBR0_EL1, x1 //; Set TTBR0_EL1 - - /********************************************** - * Set up memory attributes - * This equates to: - * 0 = b01000100 = Normal, Inner/Outer Non-Cacheable - * 1 = b11111111 = Normal, Inner/Outer WB/WA/RA - * 2 = b00000000 = Device-nGnRnE - * 3 = b00000100 = Device-nGnRE - * 4 = b10111011 = Normal, Inner/Outer WT/WA/RA - **********************************************/ - ldr x1, =0x000000BB0400FF44 - msr MAIR_EL1, x1 - - #if defined (versal) - /********************************************** - * Set up TCR_EL1 - * Physical Address Size PS = 100 -> 44bits 16TB - * Granual Size TG0 = 00 -> 4KB - * size offset of the memory region T0SZ = 20 -> (region size 2^(64-20) = 2^44) - ***************************************************/ - ldr x1,=0x485800514 - #else - /********************************************** - * Set up TCR_EL1 - * Physical Address Size PS = 010 -> 44bits 16TB - * Granual Size TG0 = 00 -> 4KB - * size offset of the memory region T0SZ = 24 -> (region size 2^(64-24) = 2^40) - ***************************************************/ - ldr x1,=0x285800518 - #endif - msr TCR_EL1, x1 - isb - /* Enable SError Exception for asynchronous abort */ - mrs x1,DAIF - bic x1,x1,#(0x1<<8) - msr DAIF,x1 - - //; Enable MMU - mov x1,#0x0 - orr x1, x1, #(1 << 18) // ; Set WFE non trapping - orr x1, x1, #(1 << 17) // ; Set WFI non trapping - orr x1, x1, #(1 << 5) // ; Set CP15 barrier enabled - orr x1, x1, #(1 << 12) // ; Set I bit - orr x1, x1, #(1 << 2) // ; Set C bit - orr x1, x1, #(1 << 0) // ; Set M bit - msr SCTLR_EL1, x1 - isb - - bl _startup //jump to start -.else - b error // present exception level and selected exception level mismatch -.endif - -error: b error - - -invalidate_dcaches: - - dmb ISH - mrs x0, CLIDR_EL1 //; x0 = CLIDR - ubfx w2, w0, #24, #3 //; w2 = CLIDR.LoC - cmp w2, #0 //; LoC is 0? - b.eq invalidateCaches_end //; No cleaning required and enable MMU - mov w1, #0 //; w1 = level iterator - -invalidateCaches_flush_level: - add w3, w1, w1, lsl #1 //; w3 = w1 * 3 (right-shift for cache type) - lsr w3, w0, w3 //; w3 = w0 >> w3 - ubfx w3, w3, #0, #3 //; w3 = cache type of this level - cmp w3, #2 //; No cache at this level? - b.lt invalidateCaches_next_level - - lsl w4, w1, #1 - msr CSSELR_EL1, x4 //; Select current cache level in CSSELR - isb //; ISB required to reflect new CSIDR - mrs x4, CCSIDR_EL1 //; w4 = CSIDR - - ubfx w3, w4, #0, #3 - add w3, w3, #2 //; w3 = log2(line size) - ubfx w5, w4, #13, #15 - ubfx w4, w4, #3, #10 //; w4 = Way number - clz w6, w4 //; w6 = 32 - log2(number of ways) - -invalidateCaches_flush_set: - mov w8, w4 //; w8 = Way number -invalidateCaches_flush_way: - lsl w7, w1, #1 //; Fill level field - lsl w9, w5, w3 - orr w7, w7, w9 //; Fill index field - lsl w9, w8, w6 - orr w7, w7, w9 //; Fill way field - dc CISW, x7 //; Invalidate by set/way to point of coherency - subs w8, w8, #1 //; Decrement way - b.ge invalidateCaches_flush_way - subs w5, w5, #1 //; Descrement set - b.ge invalidateCaches_flush_set - -invalidateCaches_next_level: - add w1, w1, #1 //; Next level - cmp w2, w1 - b.gt invalidateCaches_flush_level - -invalidateCaches_end: - ret - -.end -/** -* @} End of "addtogroup a53_64_boot_code". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/initialise_monitor_handles.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/initialise_monitor_handles.c deleted file mode 100644 index dd7972e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/initialise_monitor_handles.c +++ /dev/null @@ -1,26 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file initialise_monitor_handles.c -* -* Contains blank function to avoid compilation error -* -* @note -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 05/29/14 First release
-* 
-******************************************************************************/ -__attribute__((weak)) void initialise_monitor_handles(){ - -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/xil-crt0.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/xil-crt0.S deleted file mode 100644 index 9df2cc9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/gcc/xil-crt0.S +++ /dev/null @@ -1,122 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file xil-crt0.S -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00	pkp  05/21/14 Initial version
-* 5.04  pkp  12/18/15 Initialized global constructor for C++ applications
-* 5.04	pkp  01/05/16 Set the reset vector register RVBAR equivalent to
-*		      vector table base address
-* 6.02  pkp  01/22/17 Added support for EL1 non-secure
-* 6.6   srm  10/18/17 Added timer configuration using XTime_StartTTCTimer API.
-*		      Now the TTC instance as specified by the user will be
-*	              started.
-* 6.6   mus  01/29/18 Initialized the xen PV console for Cortexa53 64 bit
-*                     EL1 NS BSP.
-* 7.2   sd   02/23/20 Clock Init is called
-* 7.2   sd   02/23/20 Clock code added under XCLOCKING flag
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -#include "xparameters.h" -#include "bspconfig.h" - .file "xil-crt0.S" - .section ".got2","aw" - .align 2 - - .text -.Lsbss_start: - .quad __sbss_start - -.Lsbss_end: - .quad __sbss_end - -.Lbss_start: - .quad __bss_start__ - -.Lbss_end: - .quad __bss_end__ - - -.set APU_PWRCTL, 0xFD5C0090 - - .globl _startup -_startup: - - mov x0, #0 -.if (EL3 == 1) - /* Check whether the clearing of bss sections shall be skipped */ - ldr x10, =APU_PWRCTL /* Load PWRCTRL address */ - ldr w11, [x10] /* Read PWRCTRL register */ - mrs x2, MPIDR_EL1 /* Read MPIDR_EL1 */ - ubfx x2, x2, #0, #8 /* Extract CPU ID (affinity level 0) */ - mov w1, #1 - lsl w2, w1, w2 /* Shift CPU ID to get one-hot ID */ - ands w11, w11, w2 /* Get PWRCTRL bit for this core */ - bne .Lenclbss /* Skip BSS and SBSS clearing */ -.endif - /* clear sbss */ - ldr x1,.Lsbss_start /* calculate beginning of the SBSS */ - ldr x2,.Lsbss_end /* calculate end of the SBSS */ - -.Lloop_sbss: - cmp x1,x2 - bge .Lenclsbss /* If no SBSS, no clearing required */ - str x0, [x1], #8 - b .Lloop_sbss - -.Lenclsbss: - /* clear bss */ - ldr x1,.Lbss_start /* calculate beginning of the BSS */ - ldr x2,.Lbss_end /* calculate end of the BSS */ - -.Lloop_bss: - cmp x1,x2 - bge .Lenclbss /* If no BSS, no clearing required */ - str x0, [x1], #8 - b .Lloop_bss - -.Lenclbss: - /* run global constructors */ - bl __libc_init_array - - /* Reset and start Triple Timer Counter */ - #if defined (SLEEP_TIMER_BASEADDR) - bl XTime_StartTTCTimer - #endif - - .if (EL1_NONSECURE == 1 && HYP_GUEST == 1 && \ - XEN_USE_PV_CONSOLE == 1) - bl XPVXenConsole_Init - .endif - /* make sure argc and argv are valid */ - mov x0, #0 - mov x1, #0 - -#ifdef XCLOCKING - bl Xil_ClockInit -#endif - bl main /* Jump to main C code */ - - /* Cleanup global constructors */ - bl __libc_fini_array - - bl exit - -.Lexit: /* should never get here */ - b .Lexit - -.Lstart: - .size _startup,.Lstart-_startup diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/ZynqMP/armclang/translation_table.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/ZynqMP/armclang/translation_table.S deleted file mode 100644 index 481481d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/ZynqMP/armclang/translation_table.S +++ /dev/null @@ -1,344 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2018 - 2020 Xilinx, Inc. All rights reserved. -;* SPDX-License-Identifier: MIT -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file translation_table.s -;* -;* @addtogroup a53_64_boot_code -;* @{ -;*

translation_table.S

-;* translation_table.S contains a static page table required by MMU for -;* cortex-A53. This translation table is flat mapped (input address = output -;* address) with default memory attributes defined for zynq ultrascale+ -;* architecture. It utilizes translation granule size of 4KB with 2MB section -;* size for initial 4GB memory and 1GB section size for memory after 4GB. -;* The overview of translation table memory attributes is described below. -;* -;*| | Memory Range | Definition in Translation Table | -;*|-----------------------|-----------------------------|-----------------------------------| -;*| DDR | 0x0000000000 - 0x007FFFFFFF | Normal write-back Cacheable | -;*| PL | 0x0080000000 - 0x00BFFFFFFF | Strongly Ordered | -;*| QSPI, lower PCIe | 0x00C0000000 - 0x00EFFFFFFF | Strongly Ordered | -;*| Reserved | 0x00F0000000 - 0x00F7FFFFFF | Unassigned | -;*| STM Coresight | 0x00F8000000 - 0x00F8FFFFFF | Strongly Ordered | -;*| GIC | 0x00F9000000 - 0x00F91FFFFF | Strongly Ordered | -;*| Reserved | 0x00F9200000 - 0x00FCFFFFFF | Unassigned | -;*| FPS, LPS slaves | 0x00FD000000 - 0x00FFBFFFFF | Strongly Ordered | -;*| CSU, PMU | 0x00FFC00000 - 0x00FFDFFFFF | Strongly Ordered | -;*| TCM, OCM | 0x00FFE00000 - 0x00FFFFFFFF | Normal inner write-back cacheable | -;*| Reserved | 0x0100000000 - 0x03FFFFFFFF | Unassigned | -;*| PL, PCIe | 0x0400000000 - 0x07FFFFFFFF | Strongly Ordered | -;*| DDR | 0x0800000000 - 0x0FFFFFFFFF | Normal inner write-back cacheable | -;*| PL, PCIe | 0x1000000000 - 0xBFFFFFFFFF | Strongly Ordered | -;*| Reserved | 0xC000000000 - 0xFFFFFFFFFF | Unassigned | -;* -;* @note -;* -;* For DDR region 0x0000000000 - 0x007FFFFFFF, a system where DDR is less than -;* 2GB, region after DDR and before PL is marked as undefined/reserved in -;* translation table. Region 0xF9100000 - 0xF91FFFFF is reserved memory in -;* 0x00F9000000 - 0x00F91FFFFF range, but it is marked as strongly ordered -;* because minimum section size in translation table section is 2MB. Region -;* 0x00FFC00000 - 0x00FFDFFFFF contains CSU and PMU memory which are marked as -;* Device since it is less than 1MB and falls in a region with device memory. -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who  Date     Changes
-;* ----- ---- -------- ---------------------------------------------------
-;* 7.0   cjp  02/26/19 First release
-;*
-;******************************************************************************/
-
-#include "xparameters.h"
-#include "bspconfig.h"
-
-	EXPORT MMUTableL0
-	EXPORT MMUTableL1
-	EXPORT MMUTableL2
-
-   GBLA abscnt
-   GBLA count
-   GBLA sect
-
-; Fault
-Reserved  EQU 0
-#if (EL1_NONSECURE == 1)
-Memory    EQU 0x405:OR:(2:SHL:8):OR:0x0			; Normal writeback write allocate outer shared read write
-#else
-Memory    EQU 0x405:OR:(3:SHL:8):OR:0x0			; Normal writeback write allocate inner shared read write
-#endif
-Device    EQU 0x409:OR:(1:SHL:53):OR:(1:SHL:54):OR:0x0	; Strongly ordered read write non executable
-
-	AREA |.mmu_tbl0|, CODE, ALIGN=12
-
-MMUTableL0
-
-   DCQU	MMUTableL1+0x3					; 0x0000_0000 -  0x7F_FFFF_FFFF
-   DCQU	MMUTableL1+0x1000+0x3				; 0x80_0000_0000 - 0xFF_FFFF_FFFF
-
-	AREA |.mmu_tbl1|, CODE, ALIGN=12
-
-MMUTableL1
-
-;
-; 0x4000_0000 - 0xFFFF_FFFF
-; 1GB DDR, 1GB PL, 2GB other devices n memory
-;
-count SETA 0
-   WHILE count<0x4
-   DCQU	MMUTableL2+count*0x1000+0x3
-count SETA count+1
-   WEND
-
-Fixlocl1 EQU 0x100000000
-abscnt SETA 0
-
-;
-; 0x0001_0000_0000 - 0x0003_FFFF_FFFF
-; 12GB Reserved
-;
-count SETA 0
-   WHILE count<0xc
-   DCQU	Fixlocl1+abscnt*0x40000000+Reserved
-count  SETA count+1
-abscnt SETA abscnt+1
-   WEND
-
-;
-; 0x0004_0000_0000 - 0x0007_FFFF_FFFF
-; 8GB PL, 8GB PCIe
-;
-count SETA 0
-   WHILE count<0x10
-   DCQU	Fixlocl1+abscnt*0x40000000+Device
-count  SETA count+1
-abscnt SETA abscnt+1
-   WEND
-
-#ifdef XPAR_PSU_DDR_1_S_AXI_BASEADDR
-DDR_1_START EQU XPAR_PSU_DDR_1_S_AXI_BASEADDR
-DDR_1_END   EQU XPAR_PSU_DDR_1_S_AXI_HIGHADDR
-DDR_1_SIZE  EQU (DDR_1_END - DDR_1_START + 1)
-#if (DDR_1_SIZE > 0x800000000)
-DDR_1_REG   EQU 0x20					; If DDR size is larger than 32GB, truncate to 32GB
-#else
-DDR_1_REG   EQU DDR_1_SIZE / 0x40000000
-#endif
-#else
-DDR_1_REG   EQU 0
-#endif
-
-UNDEF_1_REG EQU (0x20 - DDR_1_REG)
-
-; DDR based on size in hdf
-count SETA 0
-   WHILE count 0x80000000)
-DDR_0_REG   EQU 0x400					; If DDR size is larger than 2GB, truncate to 2GB
-#else
-DDR_0_REG   EQU DDR_0_SIZE / 0x200000
-#endif
-#else
-DDR_0_REG   EQU 0
-#endif
-
-UNDEF_0_REG EQU (0x400 - DDR_0_REG)
-
-; DDR based on size in hdf
-count  SETA 0
-   WHILE count translation_table.S 
-* translation_table.S contains a static page table required by MMU for
-* cortex-A53. This translation table is flat mapped (input address = output
-* address) with default memory attributes defined for zynq ultrascale+
-* architecture. It utilizes translation granual size of 4KB with 2MB section
-* size for initial 4GB memory and 1GB section size for memory after 4GB.
-* The overview of translation table memory attributes is described below.
-*
-*|                       | Memory Range                | Definition in Translation Table   |
-*|-----------------------|-----------------------------|-----------------------------------|
-*| DDR                   | 0x0000000000 - 0x007FFFFFFF | Normal write-back Cacheable       |
-*| PL                    | 0x0080000000 - 0x00BFFFFFFF | Strongly Ordered                  |
-*| QSPI, lower PCIe      | 0x00C0000000 - 0x00EFFFFFFF | Strongly Ordere                   |
-*| Reserved              | 0x00F0000000 - 0x00F7FFFFFF | Unassigned                        |
-*| STM Coresight         | 0x00F8000000 - 0x00F8FFFFFF | Strongly Ordered                  |
-*| GIC                   | 0x00F9000000 - 0x00F91FFFFF | Strongly Ordered                  |
-*| Reserved              | 0x00F9200000 - 0x00FCFFFFFF | Unassigned			   |
-*| FPS, LPS slaves       | 0x00FD000000 - 0x00FFBFFFFF | Strongly Ordered                  |
-*| CSU, PMU              | 0x00FFC00000 - 0x00FFDFFFFF | Strongly Ordered                  |
-*| TCM, OCM              | 0x00FFE00000 - 0x00FFFFFFFF | Normal inner write-back cacheable |
-*| Reserved              | 0x0100000000 - 0x03FFFFFFFF | Unassigned                        |
-*| PL, PCIe              | 0x0400000000 - 0x07FFFFFFFF | Strongly Ordered                  |
-*| DDR                   | 0x0800000000 - 0x0FFFFFFFFF | Normal inner write-back cacheable |
-*| PL, PCIe              | 0x1000000000 - 0xBFFFFFFFFF | Strongly Ordered                  |
-*| Reserved              | 0xC000000000 - 0xFFFFFFFFFF | Unassigned                        |
-*
-* @note
-*
-* For DDR region 0x0000000000 - 0x007FFFFFFF, a system where DDR is less than
-* 2GB, region after DDR and before PL is marked as undefined/reserved in
-* translation table. Region 0xF9100000 - 0xF91FFFFF is reserved memory in
-* 0x00F9000000 - 0x00F91FFFFF range, but it is marked as strongly ordered
-* because minimum section size in translation table section is 2MB. Region
-* 0x00FFC00000 - 0x00FFDFFFFF contains CSU and PMU memory which are marked as
-* Device since it is less than 1MB and falls in a region with device memory.
-*
-* 
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00  pkp  05/21/14 Initial version
-* 5.04	pkp  12/18/15 Updated the address map according to proper address map
-* 6.0   mus  07/20/16 Added warning for ddrless HW design CR-954977
-* 6.2	pkp  12/14/16 DDR memory in 0x800000000 - 0xFFFFFFFFF range is marked
-*		      as normal writeback for the size defined in hdf and rest
-*		      of the memory in that 32GB range is marked as reserved.
-* 6.4   mus  08/10/17 Marked memory as a outer shareable for EL1 NS execution,
-*                     to support CCI enabled IP's.
-*
-*
-******************************************************************************/
-#include "xparameters.h"
-#include "bspconfig.h"
-
-	.globl  MMUTableL0
-	.globl  MMUTableL1
-	.globl  MMUTableL2
-
-	.set reserved,	0x0 					/* Fault*/
-	#if EL1_NONSECURE
-	.set Memory,	0x405 | (2 << 8) | (0x0)		/* normal writeback write allocate outer shared read write */
-	#else
-	.set Memory,	0x405 | (3 << 8) | (0x0)		/* normal writeback write allocate inner shared read write */
-	#endif
-	.set Device,	0x409 | (1 << 53)| (1 << 54) |(0x0)	/* strongly ordered read write non executable*/
-	.section .mmu_tbl0,"a"
-
-MMUTableL0:
-
-.set SECT, MMUTableL1		/* 0x0000_0000 -  0x7F_FFFF_FFFF */
-.8byte	SECT + 0x3
-.set SECT, MMUTableL1+0x1000	/* 0x80_0000_0000 - 0xFF_FFFF_FFFF */
-.8byte	SECT + 0x3
-
-	.section .mmu_tbl1,"a"
-
-MMUTableL1:
-
-.set SECT, MMUTableL2		/* 0x0000_0000 - 0x3FFF_FFFF */
-.8byte	SECT + 0x3		/* 1GB DDR */
-
-.rept	0x3			/* 0x4000_0000 - 0xFFFF_FFFF */
-.set SECT, SECT + 0x1000	/*1GB DDR, 1GB PL, 2GB other devices n memory */
-.8byte	SECT + 0x3
-.endr
-
-.set SECT,0x100000000
-.rept	0xC			/* 0x0001_0000_0000 - 0x0003_FFFF_FFFF */
-.8byte	SECT + reserved		/* 12GB Reserved */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x10			/* 0x0004_0000_0000 - 0x0007_FFFF_FFFF */
-.8byte	SECT + Device		/* 8GB PL, 8GB PCIe */
-.set SECT, SECT + 0x40000000
-.endr
-
-
-#ifdef XPAR_PSU_DDR_1_S_AXI_BASEADDR
-.set DDR_1_START, XPAR_PSU_DDR_1_S_AXI_BASEADDR
-.set DDR_1_END, XPAR_PSU_DDR_1_S_AXI_HIGHADDR
-.set DDR_1_SIZE, (DDR_1_END - DDR_1_START)+1
-.if DDR_1_SIZE > 0x800000000
-/* If DDR size is larger than 32GB, truncate to 32GB */
-.set DDR_1_REG, 0x20
-.else
-.set DDR_1_REG, DDR_1_SIZE/0x40000000
-.endif
-#else
-.set DDR_1_REG, 0
-#warning "There's no DDR_1 in the HW design. MMU translation table marks 32 GB DDR address space as undefined"
-#endif
-
-.set UNDEF_1_REG, 0x20 - DDR_1_REG
-
-.rept	DDR_1_REG			/* DDR based on size in hdf*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	UNDEF_1_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	0x1C0			/* 0x0010_0000_0000 - 0x007F_FFFF_FFFF */
-.8byte	SECT + Device		/* 448 GB PL */
-.set SECT, SECT + 0x40000000
-.endr
-
-
-.rept	0x100			/* 0x0080_0000_0000 - 0x00BF_FFFF_FFFF */
-.8byte	SECT + Device		/* 256GB PCIe */
-.set SECT, SECT + 0x40000000
-.endr
-
-
-.rept	0x100			/* 0x00C0_0000_0000 - 0x00FF_FFFF_FFFF */
-.8byte	SECT + reserved		/* 256GB reserved */
-.set SECT, SECT + 0x40000000
-.endr
-
-
-.section .mmu_tbl2,"a"
-
-MMUTableL2:
-
-.set SECT, 0
-
-#ifdef XPAR_PSU_DDR_0_S_AXI_BASEADDR
-.set DDR_0_START, XPAR_PSU_DDR_0_S_AXI_BASEADDR
-.set DDR_0_END, XPAR_PSU_DDR_0_S_AXI_HIGHADDR
-.set DDR_0_SIZE, (DDR_0_END - DDR_0_START)+1
-.if DDR_0_SIZE > 0x80000000
-/* If DDR size is larger than 2GB, truncate to 2GB */
-.set DDR_0_REG, 0x400
-.else
-.set DDR_0_REG, DDR_0_SIZE/0x200000
-.endif
-#else
-.set DDR_0_REG, 0
-#warning "There's no DDR_0 in the HW design. MMU translation table marks 2 GB DDR address space as undefined"
-#endif
-
-.set UNDEF_0_REG, 0x400 - DDR_0_REG
-
-.rept	DDR_0_REG			/* DDR based on size in hdf*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	UNDEF_0_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x0200			/* 0x8000_0000 - 0xBFFF_FFFF */
-.8byte	SECT + Device		/* 1GB lower PL */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x0100			/* 0xC000_0000 - 0xDFFF_FFFF */
-.8byte	SECT + Device		/* 512MB QSPI */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x080			/* 0xE000_0000 - 0xEFFF_FFFF */
-.8byte	SECT + Device		/* 256MB lower PCIe */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x040			/* 0xF000_0000 - 0xF7FF_FFFF */
-.8byte	SECT + reserved		/* 128MB Reserved */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x8			/* 0xF800_0000 - 0xF8FF_FFFF */
-.8byte	SECT + Device		/* 16MB coresight */
-.set	SECT, SECT+0x200000
-.endr
-
-/* 1MB RPU LLP is marked for 2MB region as the minimum block size in
-   translation table is 2MB and adjacent 63MB reserved region is
-   converted to 62MB */
-
-.rept	0x1			/* 0xF900_0000 - 0xF91F_FFFF */
-.8byte	SECT + Device		/* 2MB RPU low latency port */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x1F			/* 0xF920_0000 - 0xFCFF_FFFF */
-.8byte	SECT + reserved		/* 62MB Reserved */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x8			/* 0xFD00_0000 - 0xFDFF_FFFF */
-.8byte	SECT + Device		/* 16MB FPS */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0xE			/* 0xFE00_0000 -  0xFFBF_FFFF */
-.8byte	SECT + Device		/* 28MB LPS */
-.set	SECT, SECT+0x200000
-.endr
-
-				/* 0xFFC0_0000 - 0xFFDF_FFFF */
-.8byte	SECT + Device 		/*2MB PMU/CSU */
-
-.set	SECT, SECT+0x200000	/* 0xFFE0_0000 - 0xFFFF_FFFF*/
-.8byte  SECT + Memory		/*2MB OCM/TCM*/
-
-.end
-/**
-* @} End of "addtogroup a53_64_boot_code".
-*/
diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/ZynqMP/xparameters_ps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/ZynqMP/xparameters_ps.h
deleted file mode 100644
index 973a707..0000000
--- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/ZynqMP/xparameters_ps.h
+++ /dev/null
@@ -1,323 +0,0 @@
-/******************************************************************************
-* Copyright (c) 2014 - 2021 Xilinx, Inc.  All rights reserved.
-* SPDX-License-Identifier: MIT
-******************************************************************************/
-
-/*****************************************************************************/
-/**
-* @file xparameters_ps.h
-*
-* This file contains the address definitions for the hard peripherals
-* attached to the ARM Cortex A53 core.
-*
-* 
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.00 	pkp  05/29/14 First release
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XEMACPS_2_INTR XPS_GEM2_INT_ID -#define XPAR_XEMACPS_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_XEMACPS_3_INTR XPS_GEM3_INT_ID -#define XPAR_XEMACPS_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_XWDTPS_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_XCSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_PSU_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSU_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSU_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSU_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSU_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSU_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSU_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSU_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSU_CSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_XMPU_LPD_INTR XPS_XMPU_LPD_INT_ID -#define XPAR_XZDMAPS_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_XZDMAPS_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_XZDMAPS_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_XZDMAPS_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_XZDMAPS_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_XZDMAPS_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_XZDMAPS_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_XZDMAPS_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_PSU_GDMA_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_PSU_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSU_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSU_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSU_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSU_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSU_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSU_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB3_1_ENDPT_INT_ID -#define XPAR_XUSBPS_0_WAKE_INTR XPS_USB3_0_WAKE_INT_ID -#define XPAR_XUSBPS_1_WAKE_INTR XPS_USB3_1_WAKE_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XAPMPS_0_INTR XPS_APM0_INT_ID -#define XPAR_XAPMPS_1_INTR XPS_APM1_INT_ID -#define XPAR_XAPMPS_2_INTR XPS_APM2_INT_ID -#define XPAR_XAPMPS_5_INTR XPS_APM5_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for backwards compatibility - */ - - -#define XPS_SYS_CTRL_BASEADDR 0xFF180000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U - - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) -#define XPS_NAND_INT_ID (14U + 32U) -#define XPS_QSPI_INT_ID (15U + 32U) -#define XPS_GPIO_INT_ID (16U + 32U) -#define XPS_I2C0_INT_ID (17U + 32U) -#define XPS_I2C1_INT_ID (18U + 32U) -#define XPS_SPI0_INT_ID (19U + 32U) -#define XPS_SPI1_INT_ID (20U + 32U) -#define XPS_UART0_INT_ID (21U + 32U) -#define XPS_UART1_INT_ID (22U + 32U) -#define XPS_CAN0_INT_ID (23U + 32U) -#define XPS_CAN1_INT_ID (24U + 32U) -#define XPS_RTC_ALARM_INT_ID (26U + 32U) -#define XPS_RTC_SEC_INT_ID (27U + 32U) -#define XPS_LPD_SWDT_INT_ID (52U + 32U) -#define XPS_FPD_SWDT_INT_ID (113U + 32U) -#define XPS_TTC0_0_INT_ID (36U + 32U) -#define XPS_TTC0_1_INT_ID (37U + 32U) -#define XPS_TTC0_2_INT_ID (38U + 32U) -#define XPS_TTC1_0_INT_ID (39U + 32U) -#define XPS_TTC1_1_INT_ID (40U + 32U) -#define XPS_TTC1_2_INT_ID (41U + 32U) -#define XPS_TTC2_0_INT_ID (42U + 32U) -#define XPS_TTC2_1_INT_ID (43U + 32U) -#define XPS_TTC2_2_INT_ID (44U + 32U) -#define XPS_TTC3_0_INT_ID (45U + 32U) -#define XPS_TTC3_1_INT_ID (46U + 32U) -#define XPS_TTC3_2_INT_ID (47U + 32U) -#define XPS_SDIO0_INT_ID (48U + 32U) -#define XPS_SDIO1_INT_ID (49U + 32U) -#define XPS_AMS_INT_ID (56U + 32U) -#define XPS_GEM0_INT_ID (57U + 32U) -#define XPS_GEM0_WAKE_INT_ID (58U + 32U) -#define XPS_GEM1_INT_ID (59U + 32U) -#define XPS_GEM1_WAKE_INT_ID (60U + 32U) -#define XPS_GEM2_INT_ID (61U + 32U) -#define XPS_GEM2_WAKE_INT_ID (62U + 32U) -#define XPS_GEM3_INT_ID (63U + 32U) -#define XPS_GEM3_WAKE_INT_ID (64U + 32U) -#define XPS_USB3_0_ENDPT_INT_ID (65U + 32U) -#define XPS_USB3_1_ENDPT_INT_ID (70U + 32U) -#define XPS_USB3_0_WAKE_INT_ID (75U + 32U) -#define XPS_USB3_1_WAKE_INT_ID (76U + 32U) -#define XPS_ADMA_CH0_INT_ID (77U + 32U) -#define XPS_ADMA_CH1_INT_ID (78U + 32U) -#define XPS_ADMA_CH2_INT_ID (79U + 32U) -#define XPS_ADMA_CH3_INT_ID (80U + 32U) -#define XPS_ADMA_CH4_INT_ID (81U + 32U) -#define XPS_ADMA_CH5_INT_ID (82U + 32U) -#define XPS_ADMA_CH6_INT_ID (83U + 32U) -#define XPS_ADMA_CH7_INT_ID (84U + 32U) -#define XPS_CSU_DMA_INT_ID (86U + 32U) -#define XPS_XMPU_LPD_INT_ID (88U + 32U) -#define XPS_ZDMA_CH0_INT_ID (124U + 32U) -#define XPS_ZDMA_CH1_INT_ID (125U + 32U) -#define XPS_ZDMA_CH2_INT_ID (126U + 32U) -#define XPS_ZDMA_CH3_INT_ID (127U + 32U) -#define XPS_ZDMA_CH4_INT_ID (128U + 32U) -#define XPS_ZDMA_CH5_INT_ID (129U + 32U) -#define XPS_ZDMA_CH6_INT_ID (130U + 32U) -#define XPS_ZDMA_CH7_INT_ID (131U + 32U) -#define XPS_XMPU_FPD_INT_ID (134U + 32U) -#define XPS_FPD_CCI_INT_ID (154U + 32U) -#define XPS_FPD_SMMU_INT_ID (155U + 32U) -#define XPS_APM0_INT_ID (123U + 32U) -#define XPS_APM1_INT_ID (25U + 32U) -#define XPS_APM2_INT_ID (25U + 32U) -#define XPS_APM5_INT_ID (123U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSU_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSU_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSU_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSU_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSU_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSU_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSU_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSU_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSU_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSU_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSU_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSU_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSU_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSU_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSU_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSU_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSU_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSU_WDT_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_PSU_WDT_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_PSU_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSU_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSU_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSU_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSU_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSU_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSU_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSU_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSU_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSU_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSU_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSU_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSU_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSU_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA53_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA53_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA53_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUWDT_DEVICE_ID 0U - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/versal/armclang/translation_table.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/versal/armclang/translation_table.S deleted file mode 100644 index 9db4610..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/versal/armclang/translation_table.S +++ /dev/null @@ -1,529 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file translation_table.s -* -* @addtogroup a72_64_boot_code -* @{ -*

translation_table.S

-* translation_table.S contains a static page table required by MMU for -* cortex-A72. This translation table is flat mapped (input address = output -* address) with default memory attributes defined for versal -* architecture. It utilizes translation granual size of 4KB with 2MB section -* size for initial 5GB memory and 1GB section size for memory after 5GB. -* The overview of translation table memory attributes is described below. -* -*| Name | Memory Range | Def. in Translation Table | -*|-----------------------|-----------------------------------|-----------------------------| -*| DDR | 0x000_0000_0000 - 0x000_7FFF_FFFF | Normal WB Cacheable | -*| LPD_AFI_FS | 0x000_8000_0000 - 0x000_9FFF_FFFF | Strongly Ordered | -*| Reserved | 0x000_A000_0000 - 0x000_A3FF_FFFF | Unassigned | -*| FPD_AFI_0 | 0x000_A400_0000 - 0x000_AFFF_FFFF | Strongly Ordered | -*| FPD_AFI_1 | 0x000_B000_0000 - 0x000_BFFF_FFFF | Strongly Ordered | -*| QSPI | 0x000_C000_0000 - 0x000_DFFF_FFFF | Strongly Ordered | -*| PCIE region 0 | 0x000_E000_0000 - 0x000_EFFF_FFFF | Strongly Ordered | -*| PMC | 0x000_F000_0000 - 0x000_F7FF_FFFF | Strongly Ordered | -*| STM_CORESIGHT | 0x000_F800_0000 - 0x000_F8FF_FFFF | Strongly Ordered | -*| GIC | 0x000_F900_0000 - 0x000_F90F_FFFF | Strongly Ordered | -*| Reserved | 0x000_F910_0000 - 0x000_FBFF_FFFF | Unassigned | -*| CPM | 0x000_FC00_0000 - 0x000_FCFF_FFFF | Strongly Ordered | -*| FPD slaves | 0x000_FD00_0000 - 0x000_FDFF_FFFF | Strongly Ordered | -*| LPD slaves | 0x000_FE00_0000 - 0x000_FFDF_FFFF | Strongly Ordered | -*| OCM | 0x000_FFE0_0000 - 0xFFF_FFFF_FFFF | Normal WB Cacheable | -*| PMC region 0-3 | 0x001_0000_0000 - 0x001_1FFF_FFFF | Strongly Ordered | -*| Reserved | 0x001_2000_0000 - 0x001_FFFF_FFFF | Unassigned | -*| ME Array 0-3 | 0x002_0000_0000 - 0x002_FFFF_FFFF | Strongly Ordered | -*| Reserved | 0x003_0000_0000 - 0x003_FFFF_FFFF | Unassigned | -*| PL- via PS | 0x004_0000_0000 - 0x005_FFFF_FFFF | Strongly Ordered | -*| PCIe region 1 | 0x006_0000_0000 - 0x007_FFFF_FFFF | Strongly Ordered | -*| DDR | 0x008_0000_0000 - 0x00F_FFFF_FFFF | Normal WB Cacheable | -*| Reserved | 0x010_0000_0000 - 0x03F_FFFF_FFFF | Unassigned | -*| HBM 0-3 | 0x040_0000_0000 - 0x07F_FFFF_FFFF | Strongly Ordered | -*| PCIe region 2 | 0x080_0000_0000 - 0x0BF_FFFF_FFFF | Strongly Ordered | -*| DDR | 0x0C0_0000_0000 - 0x1B7_7FFF_FFFF | Normal WB Cacheable | -*| Reserved | 0x1B7_8000_0000 - 0x1FF_FFFF_FFFF | Unassigned | -*| PL- Via NoC | 0x200_0000_0000 - 0x3FF_FFFF_FFFF | Strongly Ordered | -*| PL- Via PS | 0x400_0000_0000 - 0x4FF_FFFF_FFFF | Strongly Ordered | -*| DDR CH1-CH3 | 0x500_0000_0000 - 0x7FF_FFFF_FFFF | Normal WB Cacheable | -*| PL- Via NoC | 0x800_0000_0000 - 0xFFF_FFFF_FFFF | Strongly Ordered | -* -* @note -* -* For DDR region 0x0000000000 - 0x007FFFFFFF, a system where DDR is less than -* 2GB, region after DDR and before PL is marked as undefined/reserved in -* translation table. Region 0xF9100000 - 0xF91FFFFF is reserved memory in -* 0x00F9000000 - 0x00F91FFFFF range, but it is marked as strongly ordered -* because minimum section size in translation table section is 2MB. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 7.2   mus  01/09/20 Initial version
-*
-*
-******************************************************************************/
-#include "xparameters.h"
-#include "bspconfig.h"
-
-	EXPORT  MMUTableL0
-	EXPORT  MMUTableL1
-	EXPORT  MMUTableL2
-
-    GBLA abscnt
-    GBLA count
-    GBLA sect
-
-Reserved EQU 0x0 				; Fault
-#if EL1_NONSECURE
-Memory    EQU 0x405:OR:(2:SHL:8):OR:0x0		; normal writeback write allocate outer shared read write */
-#else
-Memory    EQU 0x405:OR:(3:SHL:8):OR:0x0		; normal writeback write allocate inner shared read write */
-#endif
-Device    EQU 0x409:OR:(1:SHL:53):OR:(1:SHL:54):OR:0x0	; strongly ordered read write non executable
-
-	AREA |.mmu_tbl0|, CODE, ALIGN=12
-
-MMUTableL0
-
-count SETA 0
-	WHILE count<0x1f
-	DCQU MMUTableL1+count*0x1000+0x3		; 0x0000_0000 -  0x7F_FFFF_FFFF
-count SETA count+1
-	WEND
-
-count SETA 1
-	WHILE count<0x20
-	DCQ MMUTableL1+count*0x1000+0x3		; 0x80_0000_0000 - 0xFFF_FFFF_FFFF
-count SETA count+1
-	WEND
-
-	AREA |.mmu_tbl1|, CODE, ALIGN=12
-
-MMUTableL1
-
-	DCQU MMUTableL2+0x3		; 0x0000_0000 - 0x3FFF_FFFF
-count SETA 1			; 0x4000_0000 - 0x1_3FFF_FFFF
-	WHILE count<5
-	DCQ MMUTableL2+count*0x1000+0x3		; 1GB DDR, 512MB LPD_AFI_FS, 448MB FPD_AFI_0, 512MB QSPI,
-										; 256MB PCIe region 0, PMC 128MB, GIC 1 MB, reserved 47MB,
-										; 2GB other devices and memory, 512 MB PMC
-count SETA count+1
-	WEND
-
-Fixlocl1 EQU 0x140000000
-abscnt SETA 0
-
-count SETA 0
-	WHILE count<0x3
-	DCQU	Fixlocl1+abscnt*0x40000000+Reserved		; 0x1_4000_0000 - 0x1_FFFF_FFFF
-													; 3GB Reserved
-count  SETA count+1
-abscnt SETA abscnt+1
-	WEND
-count SETA 0
-	WHILE count<0x4
-	DCQU	Fixlocl1+abscnt*0x40000000+Device	; 0x2_0000_0000 - 0x2_FFFF_FFFF
-												; 4GB ME Array 0-3
-count  SETA count+1
-abscnt SETA abscnt+1
-	WEND
-count SETA 0
-	WHILE count<0x4
-	DCQU	Fixlocl1+abscnt*0x40000000+Reserved		; 0x3_0000_0000 - 0x3_FFFF_FFFF
-													; 4GB Reserved
-count  SETA count+1
-abscnt SETA abscnt+1
-	WEND
-
-count SETA 0
-	WHILE count<0x10
-	DCQU	Fixlocl1+abscnt*0x40000000+Device	; 0x4_0000_0000 - 0x7_FFFF_FFFF
-												; 8GB PL - via PS, 8GB PCIe region1
-count  SETA count+1
-abscnt SETA abscnt+1
-	WEND
-
-#ifdef XPAR_AXI_NOC_DDR_LOW_1_BASEADDR
-DDR_1_START EQU XPAR_AXI_NOC_DDR_LOW_1_BASEADDR
-DDR_1_END EQU XPAR_AXI_NOC_DDR_LOW_1_HIGHADDR
-DDR_1_SIZE EQU (DDR_1_END - DDR_1_START+1)
-#if DDR_1_SIZE > 0x800000000
-; If DDR size is larger than 32GB, truncate to 32GB
-DDR_1_REG EQU 0x20
-#else
-DDR_1_REG EQU DDR_1_SIZE/0x40000000
-#endif
-#else
-DDR_1_REG EQU 0
-#endif
-
-UNDEF_1_REG EQU (0x20 - DDR_1_REG)
-
-; DDR based on size in hw design
-count SETA 0
-	WHILE count 0x4000000000
-; If DDR size is larger than 256 GB, truncate to 256GB
-DDR_2_REG EQU 0x100
-#else
-DDR_2_REG EQU DDR_2_SIZE/0x40000000
-#endif
-#else
-DDR_2_REG EQU 0
-#endif
-
-UNDEF_2_REG EQU (0x100 - DDR_2_REG)
-
-; DDR based on size in hw design
-count SETA 0
-	WHILE count 0xB780000000
-; If DDR size is larger than 734 GB, truncate to 734GB
-DDR_3_REG EQU 0x2de
-#else
-DDR_3_REG EQU DDR_3_SIZE/0x40000000
-#endif
-#else
-DDR_3_REG EQU 0
-#endif
-
-UNDEF_3_REG EQU (0x2de - DDR_3_REG)
-
-; DDR based on size in hw design
-count SETA 0
-	WHILE count 0x010000000000
-; If DDR size is larger than 1TB, truncate to 1 TB
-DDR_CH_1_REG EQU 0x400		; 0x500_0000_0000 - 0x5FF_FFFF_FFFF
-#else
-DDR_CH_1_REG EQU DDR_CH_1_SIZE/0x40000000
-#endif
-#else
-DDR_CH_1_REG EQU 0
-#endif
-
-UNDEF_CH_1_REG EQU (0x400 - DDR_CH_1_REG)
-
-; DDR based on size in hw design, Max size 1 TB
-count SETA 0
-	WHILE count 0x010000000000
-; If DDR_CH_2 size is larger than 1TB, truncate to 1 TB
-DDR_CH_2_REG EQU 0x400		; 0x600_0000_0000 - 0x6FF_FFFF_FFFF
-#else
-DDR_CH_2_REG EQU DDR_CH_2_SIZE/0x40000000
-#endif
-#else
-DDR_CH_2_REG EQU  0
-#endif
-
-UNDEF_CH_2_REG EQU (0x400 - DDR_CH_2_REG)
-
-; DDR based on size in hw design, Max size 1 TB
-count SETA 0
-	WHILE count 0x010000000000
-; If DDR_CH_3 size is larger than 1TB, truncate to 1 TB */
-DDR_CH_3_REG EQU 0x400		; 0x700_0000_0000 - 0x7FF_FFFF_FFFF
-#else
-DDR_CH_3_REG EQU DDR_CH_3_SIZE/0x40000000
-#endif
-#else
-DDR_CH_3_REG EQU 0
-#endif
-
-UNDEF_CH_3_REG EQU (0x400 - DDR_CH_3_REG)
-
-; DDR based on size in hw design, Max size 1 TB
-count SETA 0
-	WHILE count 0x80000000
-; If DDR size is larger than 2GB, truncate to 2GB
-.set DDR_0_REG, 0x400
-#else
-DDR_0_REG EQU DDR_0_SIZE/0x200000
-#endif
-#else
-DDR_0_REG EQU 0
-#endif
-
-UNDEF_0_REG EQU  (0x400 - DDR_0_REG)
-
-; DDR based on size in hw design
-count SETA 0
-	WHILE count translation_table.S 
-* The translation_table.S contains a static page table required by MMU for
-* cortex-A72. This translation table is flat mapped (input address = output
-* address) with default memory attributes defined for Versal
-* architecture. It utilizes translation granual size of 4KB with 2MB section
-* size for initial 5GB memory and 1GB section size for memory after 5GB.
-* The overview of translation table memory attributes is described below.
-*
-*| Name                  | Memory Range                      | Def. in Translation Table   |
-*|-----------------------|-----------------------------------|-----------------------------|
-*| DDR                   | 0x000_0000_0000 - 0x000_7FFF_FFFF | Normal WB Cacheable         |
-*| LPD_AFI_FS            | 0x000_8000_0000 - 0x000_9FFF_FFFF | Strongly Ordered            |
-*| Reserved              | 0x000_A000_0000 - 0x000_A3FF_FFFF | Unassigned                  |
-*| FPD_AFI_0             | 0x000_A400_0000 - 0x000_AFFF_FFFF | Strongly Ordered            |
-*| FPD_AFI_1             | 0x000_B000_0000 - 0x000_BFFF_FFFF | Strongly Ordered            |
-*| QSPI                  | 0x000_C000_0000 - 0x000_DFFF_FFFF | Strongly Ordered            |
-*| PCIE region 0         | 0x000_E000_0000 - 0x000_EFFF_FFFF | Strongly Ordered            |
-*| PMC                   | 0x000_F000_0000 - 0x000_F7FF_FFFF | Strongly Ordered            |
-*| STM_CORESIGHT         | 0x000_F800_0000 - 0x000_F8FF_FFFF | Strongly Ordered            |
-*| GIC                   | 0x000_F900_0000 - 0x000_F90F_FFFF | Strongly Ordered            |
-*| Reserved              | 0x000_F910_0000 - 0x000_FBFF_FFFF | Unassigned                  |
-*| CPM                   | 0x000_FC00_0000 - 0x000_FCFF_FFFF | Strongly Ordered            |
-*| FPD slaves            | 0x000_FD00_0000 - 0x000_FDFF_FFFF | Strongly Ordered            |
-*| LPD slaves            | 0x000_FE00_0000 - 0x000_FFDF_FFFF | Strongly Ordered            |
-*| OCM                   | 0x000_FFE0_0000 - 0xFFF_FFFF_FFFF | Normal WB Cacheable         |
-*| PMC region 0-3        | 0x001_0000_0000 - 0x001_1FFF_FFFF | Strongly Ordered            |
-*| Reserved              | 0x001_2000_0000 - 0x001_FFFF_FFFF | Unassigned                  |
-*| ME Array 0-3          | 0x002_0000_0000 - 0x002_FFFF_FFFF | Strongly Ordered            |
-*| Reserved              | 0x003_0000_0000 - 0x003_FFFF_FFFF | Unassigned                  |
-*| PL- via PS            | 0x004_0000_0000 - 0x005_FFFF_FFFF | Strongly Ordered            |
-*| PCIe region 1         | 0x006_0000_0000 - 0x007_FFFF_FFFF | Strongly Ordered            |
-*| DDR                   | 0x008_0000_0000 - 0x00F_FFFF_FFFF | Normal WB Cacheable         |
-*| Reserved              | 0x010_0000_0000 - 0x03F_FFFF_FFFF | Unassigned                  |
-*| HBM 0-3               | 0x040_0000_0000 - 0x07F_FFFF_FFFF | Strongly Ordered            |
-*| PCIe region 2         | 0x080_0000_0000 - 0x0BF_FFFF_FFFF | Strongly Ordered            |
-*| DDR                   | 0x0C0_0000_0000 - 0x1B7_7FFF_FFFF | Normal WB Cacheable         |
-*| Reserved              | 0x1B7_8000_0000 - 0x1FF_FFFF_FFFF | Unassigned                  |
-*| PL- Via NoC           | 0x200_0000_0000 - 0x3FF_FFFF_FFFF | Strongly Ordered            |
-*| PL- Via PS            | 0x400_0000_0000 - 0x4FF_FFFF_FFFF | Strongly Ordered            |
-*| DDR CH1-CH3           | 0x500_0000_0000 - 0x7FF_FFFF_FFFF | Normal WB Cacheable         |
-*| PL- Via NoC           | 0x800_0000_0000 - 0xFFF_FFFF_FFFF | Strongly Ordered            |
-*
-* @note
-*
-* For DDR region 0x0000000000 - 0x007FFFFFFF, a system where DDR is less than
-* 2GB, region after DDR and before PL is marked as undefined/reserved in
-* translation table. Region 0xF9100000 - 0xF91FFFFF is reserved memory in
-* 0x00F9000000 - 0x00F91FFFFF range, but it is marked as strongly ordered
-* because minimum section size in translation table section is 2MB.
-*
-* 
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 7.00  mus  05/21/14 Initial version
-* 7.00  mus  03/16/19 Updated translation table to mark DDR regions as
-*                     memory, based on the DDR size in hdf
-* 7.1   mus  08/29/19 Updated translation table entries for DDR_CH_1,
-*                     DDR_CH_2 and DDR_CH_3 based on respective size in hdf
-* 7.3   mus  09/10/20 Updated translation table entries for DDR regions, to
-*                     support HW designs, where DDR memory is mapped at
-*                     address other than DDR region base address. It fixes
-*                     CR#1073099.
-*
-*
-******************************************************************************/
-#include "xparameters.h"
-#include "bspconfig.h"
-
-	.globl  MMUTableL0
-	.globl  MMUTableL1
-	.globl  MMUTableL2
-
-	.set UNDEF_START, 0
-
-	/* Base addresses for all DDR regions in Versal SoC */
-	.set DDR_LOW_0_REGION_START_ADDR, 0x0000000000		/* 0x0000_0000_0000 */
-	.set DDR_LOW_1_REGION_START_ADDR, 0x800000000		/* 0x0008_0000_0000 */
-	.set DDR_LOW_2_REGION_START_ADDR, 0xC000000000		/* 0x00C0_0000_0000 */
-	.set DDR_LOW_3_REGION_START_ADDR, 0x10000000000		/* 0x0100_0000_0000 */
-	.set DDR_CH_1_REGION_START_ADDR, 0x50000000000		/* 0x0500_0000_0000 */
-	.set DDR_CH_2_REGION_START_ADDR, 0x60000000000		/* 0x0600_0000_0000 */
-	.set DDR_CH_3_REGION_START_ADDR, 0x70000000000		/* 0x0700_0000_0000 */
-
-	.set reserved,	0x0 					/* Fault*/
-	#if EL1_NONSECURE
-	.set Memory,	0x405 | (2 << 8) | (0x0)		/* normal writeback write allocate outer shared read write */
-	#else
-	.set Memory,	0x405 | (3 << 8) | (0x0)		/* normal writeback write allocate inner shared read write */
-	#endif
-	.set Device,	0x409 | (1 << 53)| (1 << 54) |(0x0)	/* strongly ordered read write non executable*/
-	.section .mmu_tbl0,"a"
-
-MMUTableL0:
-
-.set SECT, MMUTableL1		/* 0x0000_0000 -  0x7F_FFFF_FFFF */
-.8byte	SECT + 0x3
-
-.rept	0x1f
-.set SECT, SECT + 0x1000	/* 0x80_0000_0000 - 0xFFF_FFFF_FFFF */
-.8byte	SECT + 0x3
-.endr
-
-
-	.section .mmu_tbl1,"a"
-
-MMUTableL1:
-
-.set SECT, MMUTableL2		/* 0x0000_0000 - 0x3FFF_FFFF */
-.8byte	SECT + 0x3		/* 1GB DDR */
-
-.rept	0x4			/* 0x4000_0000 - 0x1_3FFF_FFFF */
-.set SECT, SECT + 0x1000	/*1GB DDR, 512MB LPD_AFI_FS, 448MB FPD_AFI_0, 512MB QSPI,
-				  256MB PCIe region 0, PMC 128MB, GIC 1 MB, reserved 47MB,
-				  2GB other devices and memory, 512 MB PMC */
-.8byte	SECT + 0x3
-.endr
-
-.set SECT,0x140000000
-
-.rept	0x3			/* 0x1_4000_0000 - 0x1_FFFF_FFFF */
-.8byte	SECT + reserved		/* 3GB Reserved */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x4			/* 0x2_0000_0000 - 0x2_FFFF_FFFF */
-.8byte	SECT + Device		/* 4GB ME Array 0-3*/
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x4			/* 0x3_0000_0000 - 0x3_FFFF_FFFF */
-.8byte	SECT + reserved		/* 4GB Reserved */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x10			/* 0x4_0000_0000 - 0x7_FFFF_FFFF */
-.8byte	SECT + Device		/* 8GB PL - via PS, 8GB PCIe region1 */
-.set SECT, SECT + 0x40000000
-.endr
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_LOW_1_BASEADDR
-.set DDR_1_START, XPAR_AXI_NOC_DDR_LOW_1_BASEADDR
-.set DDR_1_END, XPAR_AXI_NOC_DDR_LOW_1_HIGHADDR
-
-.if DDR_1_START > DDR_LOW_1_REGION_START_ADDR
-.set UNDEF_START, (DDR_1_START - DDR_LOW_1_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x40000000
-.endif
-
-.set DDR_1_SIZE, (DDR_1_END - DDR_1_START)+1
-.if DDR_1_SIZE > 0x800000000
-/* If DDR size is larger than 32GB, truncate to 32GB */
-.set DDR_1_REG, 0x20
-.else
-.set DDR_1_REG, DDR_1_SIZE/0x40000000
-.endif
-#else
-.set DDR_1_REG, 0
-#warning "There's no DDR_1 in the HW design. MMU translation table marks 32 GB DDR address space as undefined"
-#endif
-
-.set UNDEF_1_REG, (0x20 - DDR_1_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	DDR_1_REG			/* DDR based on size in hdf*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	UNDEF_1_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-.rept	0xC0			/* 0x10_0000_0000 - 0x3F_FFFF_FFFF */
-.8byte	SECT + reserved		/* 192GB Reserved */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x100			/* 0x40_0000_0000 - 0x7F_FFFF_FFFF */
-.8byte	SECT + Device		/* 256GB HBM 0-3*/
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x100			/* 0x80_0000_0000 - 0xBF_FFFF_FFFF */
-.8byte	SECT + Device		/* 256GB PCIe 2 */
-.set SECT, SECT + 0x40000000
-.endr
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_LOW_2_BASEADDR
-.set DDR_2_START, XPAR_AXI_NOC_DDR_LOW_2_BASEADDR
-.set DDR_2_END, XPAR_AXI_NOC_DDR_LOW_2_HIGHADDR
-
-.if DDR_2_START > DDR_LOW_2_REGION_START_ADDR
-.set UNDEF_START, (DDR_2_START - DDR_LOW_2_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x40000000
-.endif
-
-.set DDR_2_SIZE, (DDR_2_END - DDR_2_START)+1
-.if DDR_2_SIZE > 0x4000000000
-/* If DDR size is larger than 256 GB, truncate to 256GB */
-.set DDR_2_REG, 0x100
-.else
-.set DDR_2_REG, DDR_2_SIZE/0x40000000
-.endif
-#else
-.set DDR_2_REG, 0
-#warning "There's no DDR_LOW_2 in the HW design. MMU translation table marks 256 GB DDR address space as undefined"
-#endif
-
-.set UNDEF_2_REG, (0x100 - DDR_2_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	DDR_2_REG		/*  DDR based on size in hdf 0xC0_0000_0000 - 0xFF_FFFF_FFFF */
-.8byte	SECT + Memory		/* Maximum DDR region size - 256GB */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	UNDEF_2_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_LOW_3_BASEADDR
-.set DDR_3_START, XPAR_AXI_NOC_DDR_LOW_3_BASEADDR
-.set DDR_3_END, XPAR_AXI_NOC_DDR_LOW_3_HIGHADDR
-
-.if DDR_3_START > DDR_LOW_3_REGION_START_ADDR
-.set UNDEF_START, (DDR_3_START - DDR_LOW_3_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x40000000
-.endif
-
-.set DDR_3_SIZE, (DDR_3_END - DDR_3_START)+1
-.if DDR_3_SIZE > 0xB780000000
-/* If DDR size is larger than 734 GB, truncate to 734GB */
-.set DDR_3_REG, 0x2de
-.else
-.set DDR_3_REG, DDR_3_SIZE/0x40000000
-.endif
-#else
-.set DDR_3_REG, 0
-#warning "There's no DDR_LOW_3 in the HW design. MMU translation table marks 734 GB DDR address space as undefined"
-#endif
-
-.set UNDEF_3_REG, (0x2de - DDR_3_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	DDR_3_REG		/* DDR based on size in hdf 0x100_0000_0000 - 0x1B7_7FFF_FFFF */
-.8byte	SECT + Memory		/* Maximum DDR region size - 734GB DDR */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	UNDEF_3_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	0x122			/* 0x1B7_8000_0000 - 0x1FF_FFFF_FFFF */
-.8byte	SECT + reserved		/* 290GB reserved */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x800			/* 0x200_0000_0000 - 0x3FF_FFFF_FFFF */
-.8byte	SECT + Device		/* 2TB PL- via NoC */
-.set SECT, SECT + 0x40000000
-.endr
-
-.rept	0x400			/* 0x400_0000_0000 - 0x4FF_FFFF_FFFF */
-.8byte	SECT + Device		/* 1TB PL- via PS */
-.set SECT, SECT + 0x40000000
-.endr
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_CH_1_BASEADDR
-.set DDR_CH_1_START, XPAR_AXI_NOC_DDR_CH_1_BASEADDR
-.set DDR_CH_1_END, XPAR_AXI_NOC_DDR_CH_1_HIGHADDR
-
-.if DDR_CH_1_START > DDR_CH_1_REGION_START_ADDR
-.set UNDEF_START, (DDR_CH_1_START - DDR_CH_1_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x40000000
-.endif
-
-.set DDR_CH_1_SIZE, (DDR_CH_1_END - DDR_CH_1_START)+1
-.if DDR_CH_1_SIZE > 0x010000000000
-/* If DDR size is larger than 1TB, truncate to 1 TB */
-.set DDR_CH_1_REG, 0x400		/* 0x500_0000_0000 - 0x5FF_FFFF_FFFF */
-.else
-.set DDR_CH_1_REG, DDR_CH_1_SIZE/0x40000000
-.endif
-#else
-.set DDR_CH_1_REG, 0
-#warning "There's no DDR_CH_1 in the HW design. MMU translation table marks 1 TB DDR address space as undefined"
-#endif
-
-.set UNDEF_CH_1_REG, (0x400 - DDR_CH_1_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	DDR_CH_1_REG			/* DDR based on size in hdf, Max size 1 TB*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	UNDEF_CH_1_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_CH_2_BASEADDR
-.set DDR_CH_2_START, XPAR_AXI_NOC_DDR_CH_2_BASEADDR
-.set DDR_CH_2_END, XPAR_AXI_NOC_DDR_CH_2_HIGHADDR
-
-.if DDR_CH_2_START > DDR_CH_2_REGION_START_ADDR
-.set UNDEF_START, (DDR_CH_2_START - DDR_CH_2_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x40000000
-.endif
-
-.set DDR_CH_2_SIZE, (DDR_CH_2_END - DDR_CH_2_START)+1
-.if DDR_CH_2_SIZE > 0x010000000000
-/* If DDR_CH_2 size is larger than 1TB, truncate to 1 TB */
-.set DDR_CH_2_REG, 0x400		/* 0x600_0000_0000 - 0x6FF_FFFF_FFFF */
-.else
-.set DDR_CH_2_REG, DDR_CH_2_SIZE/0x40000000
-.endif
-#else
-.set DDR_CH_2_REG, 0
-#warning "There's no DDR_CH_2 in the HW design. MMU translation table marks 1 TB DDR address space as undefined"
-#endif
-
-.set UNDEF_CH_2_REG, (0x400 - DDR_CH_2_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	DDR_CH_2_REG			/* DDR based on size in hdf, Max size 1 TB*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	UNDEF_CH_2_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_CH_3_BASEADDR
-.set DDR_CH_3_START, XPAR_AXI_NOC_DDR_CH_3_BASEADDR
-.set DDR_CH_3_END, XPAR_AXI_NOC_DDR_CH_3_HIGHADDR
-
-.if DDR_CH_3_START > DDR_CH_3_REGION_START_ADDR
-.set UNDEF_START, (DDR_CH_3_START - DDR_CH_3_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x40000000
-.endif
-
-.set DDR_CH_3_SIZE, (DDR_CH_3_END - DDR_CH_3_START)+1
-.if DDR_CH_3_SIZE > 0x010000000000
-/* If DDR_CH_3 size is larger than 1TB, truncate to 1 TB */
-.set DDR_CH_3_REG, 0x400		/* 0x700_0000_0000 - 0x7FF_FFFF_FFFF */
-.else
-.set DDR_CH_3_REG, DDR_CH_3_SIZE/0x40000000
-.endif
-#else
-.set DDR_CH_3_REG, 0
-#warning "There's no DDR_CH_3 in the HW design. MMU translation table marks 1 TB DDR address space as undefined"
-#endif
-
-.set UNDEF_CH_3_REG, (0x400 - DDR_CH_3_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	DDR_CH_3_REG			/* DDR based on size in hdf, Max size 1 TB*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x40000000
-.endr
-
-.rept	UNDEF_CH_3_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x40000000
-.endr
-
-
-.rept	0x2000			/* 0x800_0000_0000 - 0xFFF_FFFF_FFFF */
-.8byte	SECT + Device		/* 8TB PL- via NoC*/
-.set SECT, SECT + 0x40000000
-.endr
-
-.section .mmu_tbl2,"a"
-
-MMUTableL2:
-
-.set SECT, 0
-
-.set UNDEF_START, 0
-#ifdef XPAR_AXI_NOC_DDR_LOW_0_BASEADDR
-.set DDR_0_START, XPAR_AXI_NOC_DDR_LOW_0_BASEADDR
-.set DDR_0_END, XPAR_AXI_NOC_DDR_LOW_0_HIGHADDR
-
-.if DDR_0_START > DDR_LOW_0_REGION_START_ADDR
-.set UNDEF_START, (DDR_0_START - DDR_LOW_0_REGION_START_ADDR)
-.set UNDEF_START, (UNDEF_START)/0x200000
-.endif
-
-.set DDR_0_SIZE, (DDR_0_END - DDR_0_START)+1
-.if DDR_0_SIZE > 0x80000000
-/* If DDR size is larger than 2GB, truncate to 2GB */
-.set DDR_0_REG, 0x400
-.else
-.set DDR_0_REG, DDR_0_SIZE/0x200000
-.endif
-#else
-.set DDR_0_REG, 0
-#warning "There's no DDR_0 in the HW design. MMU translation table marks 2 GB DDR address space as undefined"
-#endif
-
-.set UNDEF_0_REG, (0x400 - DDR_0_REG - UNDEF_START)
-
-.rept	UNDEF_START				/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	DDR_0_REG			/* DDR based on size in hdf*/
-.8byte	SECT + Memory
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	UNDEF_0_REG		/* reserved for region where ddr is absent */
-.8byte	SECT + reserved
-.set	SECT, SECT+0x200000
-.endr
-
-
-.rept	0x0100			/* 0x8000_0000 - 0xBFFF_FFFF */
-.8byte	SECT + Device		/* 512MB LPD AFI */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x020			/* 0xA000_0000 - 0xA3FF_FFFF */
-.8byte	SECT + reserved		/* 64MB reserved*/
-.set	SECT, SECT+0x200000
-.endr
-
-
-.rept	0x60			/* 0xA400_0000 - 0xAFFF_FFFF */
-.8byte	SECT + Device		/* 192MB FPD AFI 0 */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x80			/* 0xB000_0000 - 0xBFFF_FFFF */
-.8byte	SECT + Device		/* 192MB FPD AFI 1 */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x100			/* 0xC000_0000 - 0xDFFF_FFFF */
-.8byte	SECT + Device		/* 512MB QSPI */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x080			/* 0xE000_0000 - 0xEFFF_FFFF */
-.8byte	SECT + Device		/* 256MB lower PCIe */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x040			/* 0xF000_0000 - 0xF7FF_FFFF */
-.8byte	SECT + Device		/* 128MB PMC */
-.set	SECT, SECT+0x200000
-.endr
-
-.rept	0x08			/* 0xF800_0000 - 0xF8FF_FFFF */
-.8byte	SECT + Device		/* 16MB coresight */
-.set	SECT, SECT+0x200000
-.endr
-
-/* 1MB GIC is marked for 2MB region as the minimum block size in
-   translation table is 2MB and adjacent 47MB reserved region is
-   converted to 46MB */
-.8byte	SECT + Device		/* 0xF910_0000 - 0xF90F_FFFF */
-
-/* Reserved 46MB  0xF91FFFFF - 0xFBFFFFFF*/
-.rept	0x17			/* 0xF91F_FFFF - 0xFBFF_FFFF */
-.set	SECT, SECT+0x200000
-.8byte	SECT + reserved		/* 46MB reserved */
-.endr
-
-.rept	0x1F			/* 0xFC00_0000 - 0xFFDF_FFFF */
-.set	SECT, SECT+0x200000
-.8byte	SECT + Device		/* 16MB CPM,16MB FPS, 30MB LPS slaves */
-.endr
-
-.set	SECT, SECT+0x200000	/* 0xFFE0_0000 - 0xFFFF_FFFF*/
-.8byte  SECT + Memory		/*2MB OCM/TCM*/
-
-.rept	0x100			/* 0x1_0000_0000  - 0x1_1FFF_FFFF */
-.set	SECT, SECT+0x200000
-.8byte	SECT + Device		/* 512MB PMC 0-3 */
-.endr
-
-.rept	0x100			/* 0x1_2000_0000  - 0x1_3FFF_FFFF */
-.set	SECT, SECT+0x200000
-.8byte	SECT + reserved		/* 512MB reserved */
-.endr
-.end
-/**
-* @} End of "addtogroup a53_64_boot_code".
-*/
diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/versal/xparameters_ps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/versal/xparameters_ps.h
deleted file mode 100644
index c4789b8..0000000
--- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/platform/versal/xparameters_ps.h
+++ /dev/null
@@ -1,316 +0,0 @@
-/******************************************************************************
-* Copyright (c) 2018 - 2021 Xilinx, Inc.  All rights reserved.
-* SPDX-License-Identifier: MIT
-******************************************************************************/
-
-/*****************************************************************************/
-/**
-* @file xparameters_ps.h
-*
-* This file contains the address definitions for the hard peripherals
-* attached to the ARM Cortex A72 core.
-*
-* 
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 7.00 	mus     01/11/18 First release
-*       mn      03/26/18 Change Interrupt IDs for versal
-*       mn      03/26/18 Update SLCR base address
-*	 ap	02/14/19 Add Interrupt Id for usbpsu controller
-*	sne	03/26/20 Add Interrupt Id's for WWDT.
-* 7.2	pm      03/24/20 Add wakeup Interrupt Id for usbpsu controller
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -/** - *@cond nocomments - */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "bspconfig.h" -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGWDT_0_INTR XPS_LPD_GWDT_0_INT_ID -#define XPAR_XGWDT_0_RST_INTR XPS_LPD_GWDT_0_RST_INT_ID -#define XPAR_XWWDT_0_INTR XPS_LPD_WWDT_0_INT_ID -#define XPAR_XWWDT_0_RST_PEND_INTR XPS_LPD_WWDT_0_RST_PEND_INT_ID -#define XPAR_XGWDT_1_INTR XPS_FPD_GWDT_1_INT_ID -#define XPAR_XGWDT_1_RST_INTR XPS_FPD_GWDT_1_RST_INT_ID -#define XPAR_XWWDT_1_INTR XPS_FPD_WWDT_1_INT_ID -#define XPAR_XWWDT_1_RST_PEND_INTR XPS_FPD_WWDT_1_RST_PEND_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSV_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSV_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSV_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSV_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSV_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSV_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSV_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSV_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSV_PMC_GPIO_INTR XPMC_GPIO_INT_ID -#define XPAR_PSV_PMC_I2C_INTR XPMC_I2C_INT_ID -#define XPAR_PSV_PMC_DMA_0_INTR XPS_PMCDMA0_INT_ID -#define XPAR_PSV_PMC_DMA_1_INTR XPS_PMCDMA1_INT_ID -#define XPAR_XMPU_LPD_INTR XPS_XMPU_LPD_INT_ID -#define XPAR_PSV_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSV_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSV_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSV_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSV_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSV_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSV_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_0_WAKE_INTR XPS_USB3_0_WAKE_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXA72_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA72_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for backwards compatibility - */ - -#define XPS_SYS_CTRL_BASEADDR 0xF1060000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U -#define XPS_CRP_BASEADDRESS 0xF1260000U -#define XPS_PMC_GLOBAL_BASEADDRESS 0xF1110000U - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) - -#define XPS_OSPI_INT_ID (124U + 32U) -#define XPS_QSPI_INT_ID (125U + 32U) -#define XPS_GPIO_INT_ID (13U + 32U) -#define XPS_I2C0_INT_ID (14U + 32U) -#define XPS_I2C1_INT_ID (15U + 32U) -#define XPS_SPI0_INT_ID (16U + 32U) -#define XPS_SPI1_INT_ID (17U + 32U) -#define XPS_UART0_INT_ID (18U + 32U) -#define XPS_UART1_INT_ID (19U + 32U) -#define XPS_CAN0_INT_ID (20U + 32U) -#define XPS_CAN1_INT_ID (21U + 32U) -#define XPS_USB3_0_ENDPT_INT_ID (22U + 32U) -#define XPS_LPD_GWDT_0_INT_ID (70U + 32U) -#define XPS_LPD_GWDT_0_RST_INT_ID (71U + 32U) -#define XPS_LPD_WWDT_0_INT_ID (49U + 32U) -#define XPS_LPD_WWDT_0_RST_PEND_INT_ID (69U + 32U) -#define XPS_FPD_GWDT_1_INT_ID (108U + 32U) -#define XPS_FPD_GWDT_1_RST_INT_ID (110U + 32U) -#define XPS_FPD_WWDT_1_INT_ID (100U + 32U) -#define XPS_FPD_WWDT_1_RST_PEND_INT_ID (109U + 32U) -#define XPS_RTC_ALARM_INT_ID (142U + 32U) -#define XPS_RTC_SEC_INT_ID (143U + 32U) -#define XPS_TTC0_0_INT_ID (37U + 32U) -#define XPS_TTC0_1_INT_ID (38U + 32U) -#define XPS_TTC0_2_INT_ID (39U + 32U) -#define XPS_TTC1_0_INT_ID (40U + 32U) -#define XPS_TTC1_1_INT_ID (41U + 32U) -#define XPS_TTC1_2_INT_ID (42U + 32U) -#define XPS_TTC2_0_INT_ID (43U + 32U) -#define XPS_TTC2_1_INT_ID (44U + 32U) -#define XPS_TTC2_2_INT_ID (45U + 32U) -#define XPS_TTC3_0_INT_ID (46U + 32U) -#define XPS_TTC3_1_INT_ID (47U + 32U) -#define XPS_TTC3_2_INT_ID (48U + 32U) -#define XPS_SDIO0_INT_ID (126U + 32U) -#define XPS_SDIO0_WAKE_INT_ID (127U + 32U) -#define XPS_SDIO1_INT_ID (128U + 32U) -#define XPS_SDIO1_WAKE_INT_ID (129U + 32U) -#define XPS_AMS_INT_ID (53U + 32U) -#define XPS_GEM0_INT_ID (56U + 32U) -#define XPS_GEM0_WAKE_INT_ID (57U + 32U) -#define XPS_GEM1_INT_ID (58U + 32U) -#define XPS_GEM1_WAKE_INT_ID (59U + 32U) -#define XPS_ADMA_CH0_INT_ID (60U + 32U) -#define XPS_ADMA_CH1_INT_ID (61U + 32U) -#define XPS_ADMA_CH2_INT_ID (62U + 32U) -#define XPS_ADMA_CH3_INT_ID (63U + 32U) -#define XPS_ADMA_CH4_INT_ID (64U + 32U) -#define XPS_ADMA_CH5_INT_ID (65U + 32U) -#define XPS_ADMA_CH6_INT_ID (66U + 32U) -#define XPS_ADMA_CH7_INT_ID (67U + 32U) -#define XPS_XMPU_LPD_INT_ID (68U + 32U) -#define XPS_USB3_0_WAKE_INT_ID (74U + 32U) -#define XPS_XMPU_FPD_INT_ID (102U + 32U) -#define XPS_FPD_CCI_INT_ID (106U + 32U) -#define XPS_FPD_SMMU_INT_ID (107U + 32U) -#define XPMC_GPIO_INT_ID (122U + 32U) -#define XPMC_I2C_INT_ID (123U + 32U) -#define XPS_PMCDMA0_INT_ID (131U + 32U) -#define XPS_PMCDMA1_INT_ID (132U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSV_SBSAUART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSV_SBSAUART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSV_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSV_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSV_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSV_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSV_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSV_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSV_CANFD_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSV_CANFD_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSV_GWDT_0_INTR XPS_LPD_GWDT_0_INT_ID -#define XPAR_PSV_GWDT_0_RST_INTR XPS_LPD_GWDT_0_RST_INT_ID -#define XPAR_PSV_WWDT_0_INTR XPS_LPD_WWDT_0_INT_ID -#define XPAR_PSV_WWDT_0_RST_PEND_INTR XPS_LPD_WWDT_0_RST_PEND_INT_ID -#define XPAR_PSV_GWDT_1_INTR XPS_FPD_GWDT_1_INT_ID -#define XPAR_PSV_GWDT_1_RST_INTR XPS_FPD_GWDT_1_RST_INT_ID -#define XPAR_PSV_WWDT_1_INTR XPS_FPD_WWDT_1_INT_ID -#define XPAR_PSV_WWDT_1_RST_PEND_INTR XPS_FPD_WWDT_1_RST_PEND_INT_ID -#define XPAR_PSV_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSV_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSV_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSV_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSV_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSV_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSV_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSV_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSV_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSV_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSV_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSV_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSV_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSV_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSV_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSV_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSV_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSV_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSV_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSV_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSV_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA72_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA72_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA72_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA72_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA72_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA72_1_CPU_CLK_FREQ_HZ -#endif - - - -#ifdef __cplusplus -} -#endif - -/** - *@endcond - */ - -#endif /* protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/sleep.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/sleep.c deleted file mode 100644 index c584f31..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/sleep.c +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/***************************************************************************** -* -* @file sleep.c -* -* This function provides a second delay using the Global Timer register in -* the ARM Cortex A53 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 05/29/14 First release
-* 5.04	pkp		 28/01/16 Modified the sleep API to configure Time Stamp
-*						  generator only when disable using frequency from
-*						  xparamters.h instead of hardcoding
-* 5.05	pkp		 13/04/16 Modified sleep routine to call XTime_StartTimer
-*						  which enables timer only when it is disabled and
-*						  read counter value directly from register instead
-*						  of calling XTime_GetTime for optimization
-* 6.0   asa      08/15/16 Updated the sleep/usleep signature. Fix for CR#956899.
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*                         implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-*       srm      01/11/18 Fixed the compilation warning.
-* 7.5   dp      01/05/21 Updated COUNTS_PER_USECOND macros to round it off to
-*                        nearest possible value so that delta error in time
-*                        calculations can be minimized.
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif -/**************************** Constant Definitions ************************/ - -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_USECOND ((COUNTS_PER_SECOND + 500000)/1000000) - -/************************************************************************/ -#if !defined (SLEEP_TIMER_BASEADDR) -static void sleep_common(u32 n, u32 count) -{ - XTime tEnd, tCur; - /* Start global timer counter, it will only be enabled if it is disabled */ - XTime_StartTimer(); - - tCur = mfcp(CNTPCT_EL0); - tEnd = tCur + (((XTime) n) * count); - do { - tCur = mfcp(CNTPCT_EL0); - } while (tCur < tEnd); -} -#endif -/*****************************************************************************/ -/** -* -* This API gives a delay in microseconds -* -* @param useconds requested -* -* @return 0 if the delay can be achieved, -1 if the requested delay -* is out of range -* -* @note None. -* -****************************************************************************/ -int usleep_A53(unsigned long useconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(useconds, COUNTS_PER_USECOND); -#else - sleep_common((u32)useconds, COUNTS_PER_USECOND); -#endif - - return 0; -} - -/*****************************************************************************/ -/* -* -* This API is used to provide delays in seconds -* -* @param seconds requested -* -* @return 0 always -* -* @note None. -* -****************************************************************************/ -unsigned sleep_A53(unsigned int seconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(seconds, COUNTS_PER_SECOND); -#else - sleep_common(seconds, COUNTS_PER_SECOND); -#endif - - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_cache.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_cache.c deleted file mode 100644 index 01b5ba6..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_cache.c +++ /dev/null @@ -1,732 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.c -* -* Contains required functions for the ARM cache functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.0 	pkp  05/29/14 First release
-* 5.5	pkp	 04/15/16 Updated the Xil_DCacheInvalidate,
-*					  Xil_DCacheInvalidateLine and Xil_DCacheInvalidateRange
-*					  functions description for proper explanation
-* 6.2   pkp	 01/22/17 Added support for EL1 non-secure
-* 6.2   asa  01/31/17 The existing Xil_DCacheDisable API first flushes the
-*					  D caches and then disables it. The problem with that is,
-*					  potentially there will be a small window after the cache
-*					  flush operation and before the we disable D caches where
-*					  we might have valid data in cache lines. In such a
-*					  scenario disabling the D cache can lead to unknown behavior.
-*					  The ideal solution to this is to use assembly code for
-*					  the complete API and avoid any memory accesses. But with
-*					  that we will end up having a huge amount on assembly code
-*					  which is not maintainable. Changes are done to use a mix
-*					  of assembly and C code. All local variables are put in
-*					  registers. Also function calls are avoided in the API to
-*					  avoid using stack memory.
-*					  These changes fix CR#966220.
-* 6.2  mus  02/13/17  The new api Xil_ConfigureL1Prefetch is added to disable pre-fetching/configure
-*                     the maximum number of outstanding data prefetches allowed in
-*                     L1 cache system.It fixes CR#967864.
-* 6.6  mus  02/27/18  Updated Xil_DCacheInvalidateRange and
-*					  Xil_ICacheInvalidateRange APIs to change the data type of
-*					  "cacheline" variable as "INTPTR", This change has been done
-*					  to avoid the truncation of upper DDR addresses to 32 bit.It
-*					  fixes CR#995581.
-* 6.6  mus  03/15/18  By default CPUACTLR_EL1 is accessible only from EL3, it
-*					  results into abort if accessed from EL1 non secure privilege
-*					  level. Updated Xil_ConfigureL1Prefetch function to access
-*					  CPUACTLR_EL1 only for EL3.
-* 6.8  mn   08/01/18  Optimize the Xil_DCacheInvalidateRange() function to remove
-*                     redundant operations
-* 6.8  asa  09/15/18  Fix bug in the Xil_DCacheInvalidateRange API introduced while
-*                     making optimizations in the previous patch. This change fixes
-*                     CR-1008926.
-* 7.0 mus  10/12/18  Updated Xil_DCacheInvalidateLine and Xil_DCacheInvalidateRange
-*                    APIs to replace IVAC instruction with CIVAC. So that, these
-*                    APIs will always do flush + invalidate in case of Cortexa53 as
-*                    well as Cortexa72 processor.
-* 7.1 mus  09/17/19  Xil_DCacheFlushRange and Xil_DCacheInvalidateRange are executing 
-*                    same functionality (clean + validate). Removed 
-*                    Xil_DCacheFlushRange function implementation and defined it as
-*                    macro. Xil_DCacheFlushRange macro points to the
-*                    Xil_DCacheInvalidateRange API to avoid code duplication.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xil_io.h" -#include "xpseudo_asm.h" -#include "xparameters.h" -#include "xreg_cortexa53.h" -#include "xil_exception.h" -#include "bspconfig.h" - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ -#define IRQ_FIQ_MASK 0xC0U /* Mask IRQ and FIQ interrupts in cpsr */ - -/****************************************************************************/ -/** -* @brief Enable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheEnable(void) -{ - u32 CtrlReg; - - if (EL3 == 1) { - CtrlReg = mfcp(SCTLR_EL3); - } else if (EL1_NONSECURE == 1) { - CtrlReg = mfcp(SCTLR_EL1); - } else { - CtrlReg = 0U; - } - - /* enable caches only if they are disabled */ - if((CtrlReg & XREG_CONTROL_DCACHE_BIT) == 0X00000000U){ - - /* invalidate the Data cache */ - Xil_DCacheInvalidate(); - - CtrlReg |= XREG_CONTROL_DCACHE_BIT; - - if (EL3 == 1) { - /* enable the Data cache for el3*/ - mtcp(SCTLR_EL3,CtrlReg); - } else if (EL1_NONSECURE == 1) { - /* enable the Data cache for el1*/ - mtcp(SCTLR_EL1,CtrlReg); - } - } -} - -/****************************************************************************/ -/** -* @brief Disable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheDisable(void) -{ - register u32 CsidReg; - register u32 C7Reg; - register u32 LineSize; - register u32 NumWays; - register u32 Way; - register u32 WayIndex; - register u32 WayAdjust; - register u32 Set; - register u32 SetIndex; - register u32 NumSet; - register u32 CacheLevel; - - dsb(); - asm( - "mov x0, #0\n\t" -#if EL3==1 - "mrs x0, sctlr_el3 \n\t" - "and w0, w0, #0xfffffffb\n\t" - "msr sctlr_el3, x0\n\t" -#elif EL1_NONSECURE==1 - "mrs x0, sctlr_el1 \n\t" - "and w0, w0, #0xfffffffb\n\t" - "msr sctlr_el1, x0\n\t" -#endif - "dsb sy\n\t" - ); - - /* Number of level of cache*/ - CacheLevel = 0U; - /* Select cache level 0 and D cache in CSSR */ - mtcp(CSSELR_EL1,CacheLevel); - isb(); - - CsidReg = mfcp(CCSIDR_EL1); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0x00000001U; - - /*Number of Set*/ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0x00000001U; - - WayAdjust = clz(NumWays) - (u32)0x0000001FU; - - Way = 0U; - Set = 0U; - - /* Flush all the cachelines */ - for (WayIndex = 0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex = 0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | CacheLevel; - mtcpdc(CISW,C7Reg); - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += (0x00000001U << WayAdjust); - } - - /* Wait for Flush to complete */ - dsb(); - - /* Select cache level 1 and D cache in CSSR */ - CacheLevel += (0x00000001U << 1U); - mtcp(CSSELR_EL1,CacheLevel); - isb(); - - CsidReg = mfcp(CCSIDR_EL1); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0x00000001U; - - /* Number of Sets */ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0x00000001U; - - WayAdjust=clz(NumWays) - (u32)0x0000001FU; - - Way = 0U; - Set = 0U; - - /* Flush all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | CacheLevel; - mtcpdc(CISW,C7Reg); - Set += (0x00000001U << LineSize); - } - Set=0U; - Way += (0x00000001U<> 3U; - NumWays += 0X00000001U; - - /*Number of Set*/ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0X00000001U; - - WayAdjust = clz(NumWays) - (u32)0x0000001FU; - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | CacheLevel; - mtcpdc(ISW,C7Reg); - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += (0x00000001U << WayAdjust); - } - - /* Wait for invalidate to complete */ - dsb(); - - /* Select cache level 1 and D cache in CSSR */ - CacheLevel += (0x00000001U<<1U) ; - mtcp(CSSELR_EL1,CacheLevel); - isb(); - - CsidReg = mfcp(CCSIDR_EL1); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0x00000001U; - - /* Number of Sets */ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0x00000001U; - - WayAdjust = clz(NumWays) - (u32)0x0000001FU; - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex = 0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex = 0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | CacheLevel; - mtcpdc(ISW,C7Reg); - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += (0x00000001U << WayAdjust); - } - /* Wait for invalidate to complete */ - dsb(); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate a Data cache line. The cacheline is cleaned and -* invalidated. -* -* @param adr: 64bit address of the data to be flushed. -* -* @return None. -* -* @note In Cortex-A53, functionality to simply invalid the cachelines -* is not present. Such operations are a problem for an environment -* that supports virtualisation. It would allow one OS to invalidate -* a line belonging to another OS. This could lead to the other OS -* crashing because of the loss of essential data. Hence, such -* operations are promoted to clean and invalidate which avoids such -* corruption. -* -****************************************************************************/ -void Xil_DCacheInvalidateLine(INTPTR adr) -{ - - u32 currmask; - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - /* Select cache level 0 and D cache in CSSR */ - mtcp(CSSELR_EL1,0x0); - mtcpdc(CIVAC,(adr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - /* Select cache level 1 and D cache in CSSR */ - mtcp(CSSELR_EL1,0x2); - mtcpdc(IVAC,(adr & (~0x3F))); - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate the Data cache for the given address range. -* The cachelines present in the adderss range are cleaned and -* invalidated -* -* @param adr: 64bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -* @note In Cortex-A53, functionality to simply invalid the cachelines -* is not present. Such operations are a problem for an environment -* that supports virtualisation. It would allow one OS to invalidate -* a line belonging to another OS. This could lead to the other OS -* crashing because of the loss of essential data. Hence, such -* operations are promoted to clean and invalidate which avoids such -* corruption. -* -****************************************************************************/ -void Xil_DCacheInvalidateRange(INTPTR adr, INTPTR len) -{ - const INTPTR cacheline = 64U; - INTPTR end = adr + len; - adr = adr & (~0x3F); - u32 currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - while (adr < end) { - mtcpdc(CIVAC,adr); - adr += cacheline; - } - } - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlush(void) -{ - register u32 CsidReg, C7Reg; - u32 LineSize, NumWays; - u32 Way, WayIndex,WayAdjust, Set, SetIndex, NumSet, CacheLevel; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - - /* Number of level of cache*/ - - CacheLevel = 0U; - /* Select cache level 0 and D cache in CSSR */ - mtcp(CSSELR_EL1,CacheLevel); - isb(); - - CsidReg = mfcp(CCSIDR_EL1); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0x00000001U; - - /*Number of Set*/ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0x00000001U; - - WayAdjust = clz(NumWays) - (u32)0x0000001FU; - - Way = 0U; - Set = 0U; - - /* Flush all the cachelines */ - for (WayIndex = 0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex = 0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | CacheLevel; - mtcpdc(CISW,C7Reg); - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += (0x00000001U << WayAdjust); - } - - /* Wait for Flush to complete */ - dsb(); - - /* Select cache level 1 and D cache in CSSR */ - CacheLevel += (0x00000001U << 1U); - mtcp(CSSELR_EL1,CacheLevel); - isb(); - - CsidReg = mfcp(CCSIDR_EL1); - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - /* Number of Ways */ - NumWays = (CsidReg & 0x00001FFFU) >> 3U; - NumWays += 0x00000001U; - - /* Number of Sets */ - NumSet = (CsidReg >> 13U) & 0x00007FFFU; - NumSet += 0x00000001U; - - WayAdjust=clz(NumWays) - (u32)0x0000001FU; - - Way = 0U; - Set = 0U; - - /* Flush all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set | CacheLevel; - mtcpdc(CISW,C7Reg); - Set += (0x00000001U << LineSize); - } - Set=0U; - Way += (0x00000001U< -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- ----------------------------------------------- -* 5.00 pkp 05/29/14 First release -*
-* -******************************************************************************/ -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/************************** Constant Definitions *****************************/ -#define L1_DATA_PREFETCH_CONTROL_MASK 0xE000 -#define L1_DATA_PREFETCH_CONTROL_SHIFT 13 - -/** - *@endcond - */ - -/***************** Macros (Inline Functions) Definitions *********************/ -#define Xil_DCacheFlushRange Xil_DCacheInvalidateRange - -/************************** Function Prototypes ******************************/ -void Xil_DCacheEnable(void); -void Xil_DCacheDisable(void); -void Xil_DCacheInvalidate(void); -void Xil_DCacheInvalidateRange(INTPTR adr, INTPTR len); -void Xil_DCacheInvalidateLine(INTPTR adr); -void Xil_DCacheFlush(void); -void Xil_DCacheFlushLine(INTPTR adr); - -void Xil_ICacheEnable(void); -void Xil_ICacheDisable(void); -void Xil_ICacheInvalidate(void); -void Xil_ICacheInvalidateRange(INTPTR adr, INTPTR len); -void Xil_ICacheInvalidateLine(INTPTR adr); -void Xil_ConfigureL1Prefetch(u8 num); -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a53_64_cache_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_errata.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_errata.h deleted file mode 100644 index 97070df..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_errata.h +++ /dev/null @@ -1,67 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_errata.h -* -* @addtogroup a53_errata Cortex A53 64 bit Processor Errata Support -* @{ -* Various ARM errata are handled in the standalone BSP. The implementation for -* errata handling follows ARM guidelines and is based on the open source Linux -* support for these errata. -* -* @note -* The errata handling is enabled by default. To disable handling of all the -* errata globally, un-define the macro ENABLE_ARM_ERRATA in xil_errata.h. To -* disable errata on a per-erratum basis, un-define relevant macros in -* xil_errata.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 6.4   mus  08/11/17 First release
-* 
-* -******************************************************************************/ -#ifndef XIL_ERRATA_H -#define XIL_ERRATA_H - -#ifdef __cplusplus -extern "C" { -#endif - -/** - * @name errata_definitions - * - * The errata conditions handled in the standalone BSP are listed below - * @{ - */ - -#define ENABLE_ARM_ERRATA 1 - -#ifdef ENABLE_ARM_ERRATA - -/** - * Errata No: 855873 - * Description: An eviction might overtake a cache clean operation - */ -#define CONFIG_ARM_ERRATA_855873 1 - - -/*@}*/ -#endif /* ENABLE_ARM_ERRATA */ - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_ERRATA_H */ -/** -* @} End of "addtogroup a53_errata". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_mmu.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_mmu.c deleted file mode 100644 index 43a3803..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_mmu.c +++ /dev/null @@ -1,103 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.c -* -* This file provides APIs for enabling/disabling MMU and setting the memory -* attributes for sections, in the MMU translation table. -* MMU APIs are yet to be implemented. They are left blank to avoid any -* compilation error -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00 	pkp  05/29/14 First release
-* 6.02  pkp	 01/22/17 Added support for EL1 non-secure
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_mmu.h" -#include "bspconfig.h" -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -#define BLOCK_SIZE_2MB 0x200000U -#define BLOCK_SIZE_1GB 0x40000000U -#define ADDRESS_LIMIT_4GB 0x100000000UL - -/************************** Variable Definitions *****************************/ - -extern INTPTR MMUTableL1; -extern INTPTR MMUTableL2; - -/************************** Function Prototypes ******************************/ -/*****************************************************************************/ -/** -* @brief It sets the memory attributes for a section, in the translation -* table. If the address (defined by Addr) is less than 4GB, the -* memory attribute(attrib) is set for a section of 2MB memory. If the -* address (defined by Addr) is greater than 4GB, the memory attribute -* (attrib) is set for a section of 1GB memory. -* -* @param Addr: 64-bit address for which attributes are to be set. -* @param attrib: Attribute for the specified memory region. xil_mmu.h -* contains commonly used memory attributes definitions which can be -* utilized for this function. -* -* @return None. -* -* @note The MMU and D-cache need not be disabled before changing an -* translation table attribute. -* -******************************************************************************/ -void Xil_SetTlbAttributes(UINTPTR Addr, u64 attrib) -{ - INTPTR *ptr; - INTPTR section; - u64 block_size; - /* if region is less than 4GB MMUTable level 2 need to be modified */ - if(Addr < ADDRESS_LIMIT_4GB){ - /* block size is 2MB for addressed < 4GB*/ - block_size = BLOCK_SIZE_2MB; - section = Addr / block_size; - ptr = &MMUTableL2 + section; - } - /* if region is greater than 4GB MMUTable level 1 need to be modified */ - else{ - /* block size is 1GB for addressed > 4GB */ - block_size = BLOCK_SIZE_1GB; - section = Addr / block_size; - ptr = &MMUTableL1 + section; - } - *ptr = (Addr & (~(block_size-1))) | attrib; - - Xil_DCacheFlush(); - - if (EL3 == 1) - mtcptlbi(ALLE3); - else if (EL1_NONSECURE == 1) - mtcptlbi(VMALLE1); - - dsb(); /* ensure completion of the BP and TLB invalidation */ - isb(); /* synchronize context on this processor */ - -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_mmu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_mmu.h deleted file mode 100644 index 396a0ab..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_mmu.h +++ /dev/null @@ -1,94 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* -* @addtogroup a53_64_mmu_apis Cortex A53 64bit Processor MMU Handling -* -* MMU function equip users to modify default memory attributes of MMU table as -* per the need. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00 	pkp  05/29/14 First release
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef XIL_MMU_H -#define XIL_MMU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/** - *@cond nocomments - */ - -/* Memory type */ -#define NORM_NONCACHE 0x401UL /* Normal Non-cacheable*/ -#define STRONG_ORDERED 0x409UL /* Strongly ordered (Device-nGnRnE)*/ -#define DEVICE_MEMORY 0x40DUL /* Device memory (Device-nGnRE)*/ -#define RESERVED 0x0UL /* reserved memory*/ - -/* Normal write-through cacheable inner shareable*/ -#define NORM_WT_CACHE 0x711UL - -/* Normal write back cacheable inner-shareable */ -#define NORM_WB_CACHE 0x705UL - -/* - * shareability attribute only applicable to - * normal cacheable memory - */ -#define INNER_SHAREABLE (0x3 << 8) -#define OUTER_SHAREABLE (0x2 << 8) -#define NON_SHAREABLE (~(0x3 << 8)) - -/* Execution type */ -#define EXECUTE_NEVER ((0x1 << 53) | (0x1 << 54)) - -/* Security type */ -#define NON_SECURE (0x1 << 5) - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -/** - *@endcond - */ - -void Xil_SetTlbAttributes(UINTPTR Addr, u64 attrib); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MMU_H */ -/** -* @} End of "addtogroup a53_64_mmu_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_smc.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_smc.c deleted file mode 100644 index ebc4030..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_smc.c +++ /dev/null @@ -1,84 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xil_smc.c -* -* This file contains function for initiating SMC call -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.2 	pkp  	 02/16/17 First release
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xil_types.h" -#include "xil_smc.h" - -#if EL1_NONSECURE -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Function Prototypes *****************************/ - -/************************** Variable Definitions *****************************/ -XSmc_OutVar SmcResult; - -/*****************************************************************************/ -/** -* @brief Initiate SMC call to EL3 secure monitor to request for secure -* service. This function is only applicable for EL1 Non-secure bsp. -* -* @param FunctionID is the SMC identifier for a particular secure service -* request -* @param Arg1 to Arg6 is the arguments passed to EL3 secure monitor -* @param Arg7 is Hypervisor Client ID register -* -* @return Result from secure payload service -* @note FunctionID and Arg1-Arg7 should be as per SMC calling convention -* -******************************************************************************/ -XSmc_OutVar Xil_Smc(u64 FunctionID, u64 Arg1, u64 Arg2, u64 Arg3, u64 Arg4, - u64 Arg5, u64 Arg6, u64 Arg7){ - - /* - * Since registers x8 to x17 are not saved by secure monitor during SMC - * it must be preserved. - */ - XSave_X8toX17(); - - /* Moving to EL3 secure monitor with smc call. */ - - __asm__ __volatile__ ("smc #0x0"); - - /* - * The result of the secure services are stored in x0 - x3. They are - * moved to SmcResult to return the result. - */ - __asm__ __volatile__("mov x8, x0"); - __asm__ __volatile__("mov x9, x1"); - __asm__ __volatile__("mov x10, x2"); - __asm__ __volatile__("mov x11, x3"); - - __asm__ __volatile__("mov %0, x8" : "=r" (SmcResult.Arg0)); - __asm__ __volatile__("mov %0, x9" : "=r" (SmcResult.Arg1)); - __asm__ __volatile__("mov %0, x10" : "=r" (SmcResult.Arg2)); - __asm__ __volatile__("mov %0, x11" : "=r" (SmcResult.Arg3)); - - XRestore_X8toX17(); - - return SmcResult; -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_smc.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_smc.h deleted file mode 100644 index 4366107..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xil_smc.h +++ /dev/null @@ -1,118 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_smc.h -* -* @addtogroup a53_64_smc_api Cortex A53 64bit EL1 Non-secure SMC Call -* -* Cortex A53 64bit EL1 Non-secure SMC Call provides a C wrapper for calling -* SMC from EL1 Non-secure application to request Secure monitor for secure -* services. SMC calling conventions should be followed. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.2 	pkp  	 02/16/17 First release
-* 6.4   mus      08/17/17 Added constant define for SMC ID , which is
-*                         intended to read the version/idcode of the
-*                         platform
-* 7.1  mus       07/31/19 Added support for Versal
-*
-*
-* 
-* -******************************************************************************/ - -#ifndef XIL_SMC_H /* prevent circular inclusions */ -#define XIL_SMC_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "bspconfig.h" - -#ifdef __cplusplus -extern "C" { -#endif -#if EL1_NONSECURE -/************************** Constant Definitions ****************************/ -#define SMC_FID_START 0xF2000000 -#define SMC_FID_END 0xFF00FFFF - -#define XILSP_INIT_DONE 0xF2000000 -#define ARITH_SMC_FID 0xF2000001 - -#define PM_IOCTL_SMC_FID 0xC2000022U -#define PM_IOCTL_OSPI_MUX_SELECT 0x15U -#define PIN_CONFIG_SCHMITT_CMOS 0x3U -#define PIN_CONFIG_TRI_STATE 0x6U -#define PM_OSPI_MUX_SEL_DMA 0x0 -#define PM_OSPI_MUX_SEL_LINEAR 0x1 -#define OSPI_NODE_ID 0x1822402a -#define PMC_GPIO_NODE_12_ID 0x14108027 -#define PIN_REQUEST_SMC_FID 0xC200001CU -#define PIN_RELEASE_SMC_FID 0xC200001DU -#define PIN_SET_CONFIG_SMC_FID 0xC2000021U -#define PM_REQUEST_DEVICE_SMC_FID 0xC200000DU -#define PM_RELEASE_DEVICE_SMC_FID 0xC200000EU -#define PM_ASSERT_SMC_FID 0xC2000011U -#define PM_GETSTATUS_SMC_FID 0xC2000012U -#define MMIO_WRITE_SMC_FID 0xC2000013U -#define MMIO_READ_SMC_FID 0xC2000014U -#define GET_CHIPID_SMC_FID 0xC2000018U - -/* GEM device IDs */ -#define DEV_GEM_0 0x18224019 -#define DEV_GEM_1 0x1822401a - -/* GEM reference clock IDs */ -#define CLK_GEM0_REF 0x8208058 -#define CLK_GEM1_REF 0x8208059 - -/* PM API for setting clock divider */ -#define PM_SET_DIVIDER_SMC_FID 0xC2000027U - -/**************************** Type Definitions ******************************/ -typedef struct { - u64 Arg0; - u64 Arg1; - u64 Arg2; - u64 Arg3; -} XSmc_OutVar; -/***************** Macros (Inline Functions) Definitions ********************/ - -#define XSave_X8toX17() \ - __asm__ __volatile__ ("stp X8, X9, [sp,#-0x10]!");\ - __asm__ __volatile__ ("stp X10, X11, [sp,#-0x10]!");\ - __asm__ __volatile__ ("stp X12, X13, [sp,#-0x10]!");\ - __asm__ __volatile__ ("stp X14, X15, [sp,#-0x10]!");\ - __asm__ __volatile__ ("stp X16, X17, [sp,#-0x10]!"); - -#define XRestore_X8toX17() \ - __asm__ __volatile__ ("ldp X16, X17, [sp], #0x10");\ - __asm__ __volatile__ ("ldp X14, X15, [sp], #0x10");\ - __asm__ __volatile__ ("ldp X12, X13, [sp], #0x10");\ - __asm__ __volatile__ ("ldp X10, X11, [sp], #0x10");\ - __asm__ __volatile__ ("ldp X8, X9, [sp], #0x10"); - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ -XSmc_OutVar Xil_Smc(u64 FunctionID, u64 Arg1, u64 Arg2, u64 Arg3, u64 Arg4, - u64 Arg5, u64 Arg6, u64 Arg7); -#endif -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_SMC_H */ -/** -* @} End of "addtogroup a53_64_smc_api". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpseudo_asm.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpseudo_asm.h deleted file mode 100644 index 3c79b0b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpseudo_asm.h +++ /dev/null @@ -1,56 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm.h -* -* @addtogroup a53_64_specific Cortex A53 64bit Processor Specific Include Files -* -* The xpseudo_asm.h includes xreg_cortexa53.h and xpseudo_asm_gcc.h. -* The xreg_cortexa53.h file contains definitions for inline assembler code. -* It provides inline definitions for Cortex A53 GPRs, SPRs and floating point -* registers. -* -* The xpseudo_asm_gcc.h contains the definitions for the most often used inline -* assembler instructions, available as macros. These can be very useful for -* tasks such as setting or getting special purpose registers, synchronization, -* or cache manipulation etc. These inline assembler instructions can be used -* from drivers and user applications written in C. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.00 	pkp  05/29/14 First release
-* 
-* -******************************************************************************/ -#ifndef XPSEUDO_ASM_H -#define XPSEUDO_ASM_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xreg_cortexa53.h" -#ifdef __clang__ -#include "xpseudo_asm_armclang.h" -#else -#include "xpseudo_asm_gcc.h" -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XPSEUDO_ASM_H */ -/** -* @} End of "addtogroup a53_64_specific". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/arm64_ops.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/arm64_ops.h deleted file mode 100644 index 348ec47..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/arm64_ops.h +++ /dev/null @@ -1,205 +0,0 @@ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -#ifndef _ARM64_OPS_H_ -#define _ARM64_OPS_H_ -#include - -#define BUG() while(1){asm volatile (".word 0xe7f000f0\n");} /* Undefined instruction; will call our fault handler. */ -#define ASSERT(x) \ -do { \ - if (!(x)) { \ - printk("ASSERTION FAILED: %s at %s:%d.\n", \ - # x , \ - __FILE__, \ - __LINE__); \ - BUG(); \ - } \ -} while(0) - -#define BUG_ON(x) ASSERT(!(x)) - -#define smp_processor_id() 0 - -#define barrier() __asm__ __volatile__("": : :"memory") - -// disable interrupts -static inline void local_irq_disable(void) { - __asm__ __volatile__("cpsid i":::"memory"); -} - -// enable interrupts -static inline void local_irq_enable(void) { - __asm__ __volatile__("cpsie i":::"memory"); -} - -#define local_irq_save(x) { \ - __asm__ __volatile__("mrs %0, cpsr;cpsid i":"=r"(x)::"memory"); \ -} - -#define local_irq_restore(x) { \ - __asm__ __volatile__("msr cpsr_c, %0"::"r"(x):"memory"); \ -} - -#define local_save_flags(x) { \ - __asm__ __volatile__("mrs %0, cpsr":"=r"(x)::"memory"); \ -} - -static inline int irqs_disabled(void) { - int x; - local_save_flags(x); - return x & 0x80; -} - -#define dsb(scope) asm volatile("dsb " #scope : : : "memory") - -/* We probably only need "dmb" here, but we'll start by being paranoid. */ -#define mb() dsb(sy) -#define rmb() dsb(ld) -#define wmb() dsb(st) - -#define xchg(ptr,v) __atomic_exchange_n(ptr, v, __ATOMIC_SEQ_CST) - -/** - * test_and_clear_bit - Clear a bit and return its old value - * @nr: Bit to clear - * @addr: Address to count from - * - * Note that @nr may be almost arbitrarily large; this function is not - * restricted to acting on a single-word quantity. - * - * This operation is atomic. - * If you need a memory barrier, use synch_test_and_clear_bit instead. - */ -static __inline__ int test_and_clear_bit(int nr, volatile void * addr) -{ - uint8_t *byte = ((uint8_t *)addr) + (nr >> 3); - uint8_t bit = 1 << (nr & 7); - uint8_t orig; - - orig = __atomic_fetch_and(byte, ~bit, __ATOMIC_RELAXED); - - return (orig & bit) != 0; -} - -/** - * Atomically set a bit and return the old value. - * Similar to test_and_clear_bit. - */ -static __inline__ int test_and_set_bit(int nr, volatile void *base) -{ - uint8_t *byte = ((uint8_t *)base) + (nr >> 3); - uint8_t bit = 1 << (nr & 7); - uint8_t orig; - - orig = __atomic_fetch_or(byte, bit, __ATOMIC_RELAXED); - - return (orig & bit) != 0; -} - -/** - * Test whether a bit is set. */ -static __inline__ int test_bit(int nr, const volatile unsigned long *addr) -{ - const uint8_t *ptr = (const uint8_t *) addr; - return ((1 << (nr & 7)) & (ptr[nr >> 3])) != 0; -} - -/** - * Atomically set a bit in memory (like test_and_set_bit but discards result). - */ -static __inline__ void set_bit(int nr, volatile unsigned long *addr) -{ - test_and_set_bit(nr, addr); -} - -/** - * Atomically clear a bit in memory (like test_and_clear_bit but discards result). - */ -static __inline__ void clear_bit(int nr, volatile unsigned long *addr) -{ - test_and_clear_bit(nr, addr); -} - -/** - * __ffs - find first (lowest) set bit in word. - * @word: The word to search - * - * Undefined if no bit exists, so code should check against 0 first. - */ -static __inline__ unsigned long __ffs(unsigned long word) -{ - return __builtin_ctzl(word); -} - - - -/********************* common arm32 and arm64 ****************************/ - -/* If *ptr == old, then store new there (and return new). - * Otherwise, return the old value. - * Atomic. */ -#define synch_cmpxchg(ptr, old, new) \ -({ __typeof__(*ptr) stored = old; \ - __atomic_compare_exchange_n(ptr, &stored, new, 0, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) ? new : old; \ -}) - -/* As test_and_clear_bit, but using __ATOMIC_SEQ_CST */ -static __inline__ int synch_test_and_clear_bit(int nr, volatile void *addr) -{ - uint8_t *byte = ((uint8_t *)addr) + (nr >> 3); - uint8_t bit = 1 << (nr & 7); - uint8_t orig; - - orig = __atomic_fetch_and(byte, ~bit, __ATOMIC_SEQ_CST); - - return (orig & bit) != 0; -} - -/* As test_and_set_bit, but using __ATOMIC_SEQ_CST */ -static __inline__ int synch_test_and_set_bit(int nr, volatile void *base) -{ - uint8_t *byte = ((uint8_t *)base) + (nr >> 3); - uint8_t bit = 1 << (nr & 7); - uint8_t orig; - - orig = __atomic_fetch_or(byte, bit, __ATOMIC_SEQ_CST); - - return (orig & bit) != 0; -} - -/* As set_bit, but using __ATOMIC_SEQ_CST */ -static __inline__ void synch_set_bit(int nr, volatile void *addr) -{ - synch_test_and_set_bit(nr, addr); -} - -/* As clear_bit, but using __ATOMIC_SEQ_CST */ -static __inline__ void synch_clear_bit(int nr, volatile void *addr) -{ - synch_test_and_clear_bit(nr, addr); -} - -/* As test_bit, but with a following memory barrier. */ -static __inline__ int synch_test_bit(int nr, volatile void *addr) -{ - int result; - result = test_bit(nr, addr); - barrier(); - return result; -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/hypercall.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/hypercall.S deleted file mode 100644 index 8e8bfd9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/hypercall.S +++ /dev/null @@ -1,49 +0,0 @@ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "xen.h" - - -.globl HYPERVISOR_console_io; -.align 4; -HYPERVISOR_console_io: - mov x16, __HYPERVISOR_console_io; - hvc 0xEA1; - ret; - - -.globl HYPERVISOR_hvm_op; -.align 4; -HYPERVISOR_hvm_op: - mov x16, __HYPERVISOR_hvm_op; - hvc 0xEA1; - ret; - -.globl HYPERVISOR_memory_op; -.align 4; -HYPERVISOR_memory_op: - mov x16, __HYPERVISOR_memory_op; - hvc 0xEA1; - ret; - -.globl HYPERVISOR_event_channel_op; -.align 4; -HYPERVISOR_event_channel_op: - mov x16, __HYPERVISOR_event_channel_op - hvc 0xEA1; - ret; diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/hypercall.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/hypercall.h deleted file mode 100644 index 604bd8c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/hypercall.h +++ /dev/null @@ -1,29 +0,0 @@ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#ifndef __HYPERCALL_H__ -#define __HYPERCALL_H__ - -#include "xen.h" - -int HYPERVISOR_console_io(int cmd, int count, char *str); -int HYPERVISOR_hvm_op(int cmd, void* param); -int HYPERVISOR_memory_op(int cmd, void* param); -int HYPERVISOR_event_channel_op(int cmd, void* param); - -#endif /* __HYPERCALL_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen.h deleted file mode 100644 index fd281c5..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen.h +++ /dev/null @@ -1,131 +0,0 @@ -/****************************************************************************** - * xen.h - * - * Guest OS interface to Xen. - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to - * deal in the Software without restriction, including without limitation the - * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - * sell copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - * - * Copyright (c) 2004, K A Fraser - */ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#ifndef __XEN_H_ -#define __XEN_H_ - -/* - * HYPERCALLS - */ - -/* `incontents 100 hcalls List of hypercalls - * ` enum hypercall_num { // __HYPERVISOR_* => HYPERVISOR_*() - */ - -#define __HYPERVISOR_set_trap_table 0 -#define __HYPERVISOR_mmu_update 1 -#define __HYPERVISOR_set_gdt 2 -#define __HYPERVISOR_stack_switch 3 -#define __HYPERVISOR_set_callbacks 4 -#define __HYPERVISOR_fpu_taskswitch 5 -#define __HYPERVISOR_sched_op_compat 6 /* compat since 0x00030101 */ -#define __HYPERVISOR_platform_op 7 -#define __HYPERVISOR_set_debugreg 8 -#define __HYPERVISOR_get_debugreg 9 -#define __HYPERVISOR_update_descriptor 10 -#define __HYPERVISOR_memory_op 12 -#define __HYPERVISOR_multicall 13 -#define __HYPERVISOR_update_va_mapping 14 -#define __HYPERVISOR_set_timer_op 15 -#define __HYPERVISOR_event_channel_op_compat 16 /* compat since 0x00030202 */ -#define __HYPERVISOR_xen_version 17 -#define __HYPERVISOR_console_io 18 -#define __HYPERVISOR_physdev_op_compat 19 /* compat since 0x00030202 */ -#define __HYPERVISOR_grant_table_op 20 -#define __HYPERVISOR_vm_assist 21 -#define __HYPERVISOR_update_va_mapping_otherdomain 22 -#define __HYPERVISOR_iret 23 /* x86 only */ -#define __HYPERVISOR_vcpu_op 24 -#define __HYPERVISOR_set_segment_base 25 /* x86/64 only */ -#define __HYPERVISOR_mmuext_op 26 -#define __HYPERVISOR_xsm_op 27 -#define __HYPERVISOR_nmi_op 28 -#define __HYPERVISOR_sched_op 29 -#define __HYPERVISOR_callback_op 30 -#define __HYPERVISOR_xenoprof_op 31 -#define __HYPERVISOR_event_channel_op 32 -#define __HYPERVISOR_physdev_op 33 -#define __HYPERVISOR_hvm_op 34 -#define __HYPERVISOR_sysctl 35 -#define __HYPERVISOR_domctl 36 -#define __HYPERVISOR_kexec_op 37 -#define __HYPERVISOR_tmem_op 38 -#define __HYPERVISOR_xc_reserved_op 39 /* reserved for XenClient */ - -/* Architecture-specific hypercall definitions. */ -#define __HYPERVISOR_arch_0 48 -#define __HYPERVISOR_arch_1 49 -#define __HYPERVISOR_arch_2 50 -#define __HYPERVISOR_arch_3 51 -#define __HYPERVISOR_arch_4 52 -#define __HYPERVISOR_arch_5 53 -#define __HYPERVISOR_arch_6 54 -#define __HYPERVISOR_arch_7 55 - -/* ` } */ - -/* - * Commands to HYPERVISOR_console_io(). - */ -#define CONSOLEIO_write 0 -#define CONSOLEIO_read 1 - -/* - * Commands to HYPERVISOR_hvm_op - */ -#define HVMOP_set_param 0 -#define HVMOP_get_param 1 - -/* DOMID_SELF is used in certain contexts to refer to oneself. */ -#define DOMID_SELF (0x7FF0U) - - -#define XENMEM_add_to_physmap 7 - - -/* Console debug shared memory ring and event channel */ -#define HVM_PARAM_CONSOLE_PFN 17 -#define HVM_PARAM_CONSOLE_EVTCHN 18 - - -#endif /* __XEN_PUBLIC_XEN_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_console.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_console.c deleted file mode 100644 index cbec306..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_console.c +++ /dev/null @@ -1,420 +0,0 @@ -/* - **************************************************************************** - * (C) 2006 - Grzegorz Milos - Cambridge University - **************************************************************************** - * - * File: console.h - * Author: Grzegorz Milos - * Changes: - * - * Date: Mar 2006 - * - * Environment: Xen Minimal OS - * Description: Console interface. - * - * Handles console I/O. Defines printk. - * - **************************************************************************** - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to - * deal in the Software without restriction, including without limitation the - * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - * sell copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - */ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -#include -#include -#include -#include -#include "hypercall.h" -#include "arm64_ops.h" -#include "xen.h" -#include "xen_console.h" -#include "xen_events.h" - -#define ECHO_TO_UART 1 -#define SUCCESS 0 -#define ARG_NULL -1 -#define INIT_FAILED -2 -#define INIT_NOT_DONE -3 -#define BUFFER_OVERFLOW -4 -#define PRINT_FAILED -5 - -#define PAGE_TO_ADDR(x) ((void*)((u64)(x)<out_cons; - prod = intf->out_prod; - mb(); - BUG_ON((prod - cons) > sizeof(intf->out)); - - while ((sent < len) && ((prod - cons) < sizeof(intf->out))) - { - intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++]; - } - wmb(); - intf->out_prod = prod; - - return sent; -} - -// Copies the characters then raises an event to Xen -static int xencons_ring_send(const u8 *data, unsigned len) -{ - int sent; - - sent = xencons_ring_send_no_notify(data, len); - notify_evtch(cons_evtch); - - return sent; -} - -// Does some data reformatting to handle newline -static void console_print(char *data, int length) -{ - u8 *curr_char, saved_char; - u8 copied_str[length+1]; - u8 *copied_ptr; - int part_len; - int (*ring_send_fn)(const u8 *data, unsigned length); - - if(!console_initialised) - ring_send_fn = xencons_ring_send_no_notify; - else - ring_send_fn = xencons_ring_send; - - copied_ptr = copied_str; - memcpy(copied_ptr, data, length); - - for(curr_char = copied_ptr; curr_char < copied_ptr+length-1; curr_char++) - { - if(*curr_char == '\n') - { - *curr_char = '\r'; - saved_char = *(curr_char+1); - *(curr_char+1) = '\n'; - part_len = curr_char - copied_ptr + 2; - ring_send_fn(copied_ptr, part_len); - *(curr_char+1) = saved_char; - copied_ptr = curr_char+1; - length -= part_len - 1; - } - } - - if (copied_ptr[length-1] == '\n') { - copied_ptr[length-1] = '\r'; - copied_ptr[length] = '\n'; - length++; - } - - ring_send_fn(copied_ptr, length); -} - -// This function will print to Xen's console one way or another -static void pvc_print(int direct, const char *fmt, va_list args) -{ - static char buf[1024]; - - (void)vsnprintf(buf, sizeof(buf), fmt, args); - - if(direct) - { - // if console ring buffer/event not ready, use the Xen console IO hypercall - (void)HYPERVISOR_console_io(CONSOLEIO_write, strlen(buf), buf); - } - else - { - console_print(buf, strlen(buf)); - } -} - -// Use this function to print to the Xen console -void printk(const char *fmt, ...) -{ - va_list args; - va_start(args, fmt); - pvc_print(console_initialised!=1, fmt, args); - va_end(args); -} - - -// Register this function with event handler to take care of console events -static void console_handle_input(void) -{ - struct xencons_interface *intf = mfn_to_virt(guest_phys_page); - u32 cons, prod; - u8 byte; - static int cr = 0; - char data[sizeof(intf->in)+1] = {0}; - int i; - - - cons = intf->in_cons; - prod = intf->in_prod; - mb(); - BUG_ON((prod - cons) > sizeof(intf->in)); - - i = 0; - while (cons != prod) - { - byte = *(intf->in+MASK_XENCONS_IDX(cons,intf->in)); - cons++; - data[i++] = byte; - } - - mb(); - intf->in_cons = cons; - notify_evtch(cons_evtch); - console_input_callback(data, i); -} - -// Initializes the Xen virtual console -void init_console(void) -{ - u64 val; - int rv; - - init_events(); - - // get the page where the console ring buffer is - if(0 == get_hv_param(HVM_PARAM_CONSOLE_PFN, &val)) - { - guest_phys_page = val; - } - - // get event channel info necessary to do the things - if(0 == get_hv_param(HVM_PARAM_CONSOLE_EVTCHN, &val)) - { - cons_evtch = val; - register_event_handler(cons_evtch, console_handle_input); - } - else - { - printk("error getting console event channel ID\r\n"); - } - - unmask_evtchn(cons_evtch); - console_initialised = 1; -} -void XPVXenConsole_Init() -{ - init_console(); -} -/*****************************************************************************/ -/** - * - * @brief This function writes data to xen console output ring buffer & - * sends event notification to xen - * - * @param BufferPtr: Pointer to buffer data to be written/copied to xen - * console output ring buffer - * - * @return - * Length: if data written to xen console output buffer successfully - * BUFFER_OVERFLOW: if xen console output buffer overflow - * - ******************************************************************************/ - int XPVXenConsole_Write(const char *BufferPtr) { - u32 Length = 0; - u32 RingIndex = 0; - struct xencons_interface *ConsoleInterfacePtr = mfn_to_virt(guest_phys_page); - u32 Cons = ConsoleInterfacePtr->out_cons; - u32 Prod = ConsoleInterfacePtr->out_prod; - - /* - * It guarantees that any memory access initiated before the memory - * barrier will be complete before passing the barrier, and all - * subsequent memory accesses will be executed after the barrier - */ - mb(); - if ((Prod - Cons) > sizeof(ConsoleInterfacePtr->out)) { - notify_evtch(cons_evtch); - return BUFFER_OVERFLOW; - } - /* - * write buffer data into xen console output ring buffer, - * taking care not to overflow the console output ring buffer - */ - while ((*BufferPtr != '\0') && - ((Prod - Cons) < sizeof(ConsoleInterfacePtr->out))) { - RingIndex = MASK_XENCONS_IDX(Prod, ConsoleInterfacePtr->out); - ConsoleInterfacePtr->out[RingIndex] = *BufferPtr++; - Prod++; - Length++; - } - /* - * make sure that data written into xen console output ring buffer - * before updating the pointer - */ - wmb(); - ConsoleInterfacePtr->out_prod = Prod; - notify_evtch(cons_evtch); - - return Length; -} -/*****************************************************************************/ -/** - * - * @brief This API is used to print data on xen console - * - * @param FormatPtr: Pointer to format/string to be printed on xen console - * - * @return - * SUCCESS: if xen console printed data successfully - * INIT_NOT_DONE: if xen console initialization not done - * ARG_NULL: if null argument passed to function - * BUFFER_OVERFLOW: if print buffer overflow - * PRINT_FAILED: if xen console printed data failed - * - ******************************************************************************/ -int XPVXenConsole_Printf(const char *FormatPtr, ...) { - va_list Args; - struct xencons_interface *ConsoleInterfacePtr = mfn_to_virt(guest_phys_page); - static char Buf[sizeof(ConsoleInterfacePtr->out) + 1] = { 0 }; - u32 Ret = 0; - int Length = 0; - - if (ConsoleInterfacePtr == NULL) { - return INIT_NOT_DONE; - } - if (FormatPtr == NULL) { - return ARG_NULL; - } - - va_start(Args, FormatPtr); - Ret = vsnprintf(Buf, sizeof(Buf), FormatPtr, Args); - va_end(Args); - if (Ret > (u32) sizeof(Buf)) { - return BUFFER_OVERFLOW; - } - - Length = XPVXenConsole_Write(Buf); - if (Length < 0) { - return PRINT_FAILED; - } - - return SUCCESS; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_console.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_console.h deleted file mode 100644 index 03d84cd..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_console.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - * xen_console.h - * - * Created on: Sep 14, 2016 - * Author: jarvis - */ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -#ifndef _XEN_CONSOLE_H_ - -typedef void (*callback_func)(char* data, int size); - -void printk(const char *fmt, ...); -void init_console(void); -void register_console_callback(callback_func fptr); -int XPVXenConsole_Printf(const char *FormatPtr, ...); -void XPVXenConsole_Init(void); -int XPVXenConsole_Write(const char *BufferPtr); - -#define _XEN_CONSOLE_H_ - - - -#endif /* _XEN_CONSOLE_H_ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_events.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_events.c deleted file mode 100644 index e8ae20f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_events.c +++ /dev/null @@ -1,191 +0,0 @@ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "xen.h" -#include "hypercall.h" -#include "arm64_ops.h" -#include "xen_events.h" -#include "xen_console.h" - -#define VA_TO_GUEST_PAGE(x) ((u64)x >> PAGE_SHIFT) //BMC set up a direct VA:PA mapping - -#define active_evtchns(cpu,sh,idx) \ - ((sh)->evtchn_pending[idx] & \ - ~(sh)->evtchn_mask[idx]) - -// Structure for going about sharing a page with Xen -struct xen_add_to_physmap -{ - /* Which domain to change the mapping for. */ - u16 domid; - - /* Number of pages to go through for gmfn_range */ - u16 size; - - unsigned int space; /* => enum phys_map_space */ - - /* Index into space being mapped. */ - u64 idx; - - /* GPFN in domid where the source mapping page should appear. */ - u64 gpfn; -}; -typedef struct xen_add_to_physmap xen_add_to_physmap_t; - -struct vcpu_info { - u8 evtchn_upcall_pending; - u8 pad0; - u64 evtchn_pending_sel; - u8 pad[30]; -}; /* 64 bytes (x86) */ -typedef struct vcpu_info vcpu_info_t; - -struct shared_info -{ - vcpu_info_t vcpu_info[1]; - u64 evtchn_pending[sizeof(u64) * 8]; - u64 evtchn_mask[sizeof(u64) * 8]; -}; -typedef struct shared_info shared_info_t; - -struct event_handler -{ - u32 evtch_id; - void (*handler_fptr)(void); -}; -typedef struct event_handler event_handler_t; - -static event_handler_t event_handler_table[1] = {{0}}; -static __attribute__((aligned(0x1000))) u8 shared_info_page[1<vcpu_info[0]; - - synch_clear_bit(port, &s->evtchn_mask[0]); - - /* - * The following is basically the equivalent of 'hw_resend_irq'. Just like - * a real IO-APIC we 'lose the interrupt edge' if the channel is masked. - */ - if ( synch_test_bit (port, &s->evtchn_pending[0]) && - !synch_test_and_set_bit(port / (sizeof(unsigned long) * 8), - &vcpu_info->evtchn_pending_sel) ) - { - vcpu_info->evtchn_upcall_pending = 1; -#ifdef XEN_HAVE_PV_UPCALL_MASK - if ( !vcpu_info->evtchn_upcall_mask ) -#endif - // force_evtchn_callback(); //todo, figure if this is needed - } -} - -// Clears the event flag so Xen can raise it again later -static inline void clear_evtchn(uint32_t port) -{ - shared_info_t *s = shared_info; - synch_clear_bit(port, &s->evtchn_pending[0]); -} - -// This is where we would call the handler for the specific event, but for now only supporting 1 event -static int do_event(u32 port) -{ - clear_evtchn(port); - - /* call the handler */ - if(port == event_handler_table[0].evtch_id) - { - event_handler_table[0].handler_fptr(); - } - - return 1; -} - -// The IRQ handler for the interrupt that Xen uses for events (IRQ 31). -void handle_event_irq(void* data) -{ - unsigned long l1, l2, l1i, l2i; - unsigned int port; - int cpu = 0; - shared_info_t *s = shared_info; - vcpu_info_t *vcpu_info = &s->vcpu_info[cpu]; - - vcpu_info->evtchn_upcall_pending = 0; - wmb(); - - l1 = xchg(&vcpu_info->evtchn_pending_sel, 0); - while ( l1 != 0 ) - { - l1i = __ffs(l1); - l1 &= ~(1UL << l1i); - while ( (l2 = active_evtchns(cpu, s, l1i)) != 0 ) - { - l2i = __ffs(l2); - l2 &= ~(1UL << l2i); - - port = (l1i * (sizeof(unsigned long) * 8)) + l2i; - do_event(port); - - } - } -} - -// Initialize the guest's event framework -void init_events(void) -{ - xen_add_to_physmap_t xatp; - - /* Map shared_info page */ - xatp.domid = DOMID_SELF; - xatp.idx = 0; - xatp.space = XENMAPSPACE_shared_info; - xatp.gpfn = VA_TO_GUEST_PAGE(shared_info_page); - - if(0 != HYPERVISOR_memory_op(XENMEM_add_to_physmap, &xatp)) - { - printk("ERROR setting up shared memory!\r\n"); - } - - shared_info = (struct shared_info *)shared_info_page; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_events.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_events.h deleted file mode 100644 index 2f30d77..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xpvxenconsole/xen_events.h +++ /dev/null @@ -1,58 +0,0 @@ -/* - * xen_events.h - * - * Created on: Sep 14, 2016 - * Author: jarvis - */ -/* -Copyright DornerWorks 2016 - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the -following disclaimer. - -THIS SOFTWARE IS PROVIDED BY DORNERWORKS FOR USE ON THE CONTRACTED PROJECT, AND ANY EXPRESS OR IMPLIED WARRANTY -IS LIMITED TO THIS USE. FOR ALL OTHER USES THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DORNERWORKS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -#ifndef _XEN_EVENTS_H_ -#define _XEN_EVENTS_H_ - -#include "xil_types.h" - -#define PAGE_SHIFT 12 // not really a good place for this -#define PAGE_SIZE (1< struct evtchn_* */ -#define EVTCHNOP_bind_interdomain 0 -#define EVTCHNOP_bind_virq 1 -#define EVTCHNOP_bind_pirq 2 -#define EVTCHNOP_close 3 -#define EVTCHNOP_send 4 -#define EVTCHNOP_status 5 -#define EVTCHNOP_alloc_unbound 6 -#define EVTCHNOP_bind_ipi 7 -#define EVTCHNOP_bind_vcpu 8 -#define EVTCHNOP_unmask 9 -#define EVTCHNOP_reset 10 -#define EVTCHNOP_init_control 11 -#define EVTCHNOP_expand_array 12 -#define EVTCHNOP_set_priority 13 - - -void notify_evtch(u32 evtch_id); -void init_events(void); -int register_event_handler(u32 evtch_id, void (*fptr)(void)); -void unmask_evtchn(u32 port); -void handle_event_irq(void* data); - -#endif /* _XEN_EVENTS_H_ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xreg_cortexa53.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xreg_cortexa53.h deleted file mode 100644 index b8ea1ea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xreg_cortexa53.h +++ /dev/null @@ -1,163 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xreg_cortexa53.h -* -* This header file contains definitions for using inline assembler code. It is -* written specifically for the GNU compiler. -* -* All of the ARM Cortex A53 GPRs, SPRs, and Debug Registers are defined along -* with the positions of the bits within the registers. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  05/29/14 First release
-* 
-* -******************************************************************************/ -#ifndef XREG_CORTEXA53_H -#define XREG_CORTEXA53_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/** - *@cond nocomments - */ - -/* GPRs */ -#define XREG_GPR0 x0 -#define XREG_GPR1 x1 -#define XREG_GPR2 x2 -#define XREG_GPR3 x3 -#define XREG_GPR4 x4 -#define XREG_GPR5 x5 -#define XREG_GPR6 x6 -#define XREG_GPR7 x7 -#define XREG_GPR8 x8 -#define XREG_GPR9 x9 -#define XREG_GPR10 x10 -#define XREG_GPR11 x11 -#define XREG_GPR12 x12 -#define XREG_GPR13 x13 -#define XREG_GPR14 x14 -#define XREG_GPR15 x15 -#define XREG_GPR16 x16 -#define XREG_GPR17 x17 -#define XREG_GPR18 x18 -#define XREG_GPR19 x19 -#define XREG_GPR20 x20 -#define XREG_GPR21 x21 -#define XREG_GPR22 x22 -#define XREG_GPR23 x23 -#define XREG_GPR24 x24 -#define XREG_GPR25 x25 -#define XREG_GPR26 x26 -#define XREG_GPR27 x27 -#define XREG_GPR28 x28 -#define XREG_GPR29 x29 -#define XREG_GPR30 x30 -#define XREG_CPSR cpsr - -/* Current Processor Status Register (CPSR) Bits */ -#define XREG_CPSR_MODE_BITS 0x1FU -#define XREG_CPSR_EL3h_MODE 0xDU -#define XREG_CPSR_EL3t_MODE 0xCU -#define XREG_CPSR_EL2h_MODE 0x9U -#define XREG_CPSR_EL2t_MODE 0x8U -#define XREG_CPSR_EL1h_MODE 0x5U -#define XREG_CPSR_EL1t_MODE 0x4U -#define XREG_CPSR_EL0t_MODE 0x0U - -#define XREG_CPSR_IRQ_ENABLE 0x80U -#define XREG_CPSR_FIQ_ENABLE 0x40U - -#define XREG_CPSR_N_BIT 0x80000000U -#define XREG_CPSR_Z_BIT 0x40000000U -#define XREG_CPSR_C_BIT 0x20000000U -#define XREG_CPSR_V_BIT 0x10000000U - -/* FPSID bits */ -#define XREG_FPSID_IMPLEMENTER_BIT (24U) -#define XREG_FPSID_IMPLEMENTER_MASK (0x000000FFU << FPSID_IMPLEMENTER_BIT) -#define XREG_FPSID_SOFTWARE (0X00000001U<<23U) -#define XREG_FPSID_ARCH_BIT (16U) -#define XREG_FPSID_ARCH_MASK (0x0000000FU << FPSID_ARCH_BIT) -#define XREG_FPSID_PART_BIT (8U) -#define XREG_FPSID_PART_MASK (0x000000FFU << FPSID_PART_BIT) -#define XREG_FPSID_VARIANT_BIT (4U) -#define XREG_FPSID_VARIANT_MASK (0x0000000FU << FPSID_VARIANT_BIT) -#define XREG_FPSID_REV_BIT (0U) -#define XREG_FPSID_REV_MASK (0x0000000FU << FPSID_REV_BIT) - -/* FPSCR bits */ -#define XREG_FPSCR_N_BIT (0X00000001U << 31U) -#define XREG_FPSCR_Z_BIT (0X00000001U << 30U) -#define XREG_FPSCR_C_BIT (0X00000001U << 29U) -#define XREG_FPSCR_V_BIT (0X00000001U << 28U) -#define XREG_FPSCR_QC (0X00000001U << 27U) -#define XREG_FPSCR_AHP (0X00000001U << 26U) -#define XREG_FPSCR_DEFAULT_NAN (0X00000001U << 25U) -#define XREG_FPSCR_FLUSHTOZERO (0X00000001U << 24U) -#define XREG_FPSCR_ROUND_NEAREST (0X00000000U << 22U) -#define XREG_FPSCR_ROUND_PLUSINF (0X00000001U << 22U) -#define XREG_FPSCR_ROUND_MINUSINF (0X00000002U << 22U) -#define XREG_FPSCR_ROUND_TOZERO (0X00000003U << 22U) -#define XREG_FPSCR_RMODE_BIT (22U) -#define XREG_FPSCR_RMODE_MASK (0X00000003U << FPSCR_RMODE_BIT) -#define XREG_FPSCR_STRIDE_BIT (20U) -#define XREG_FPSCR_STRIDE_MASK (0X00000003U << FPSCR_STRIDE_BIT) -#define XREG_FPSCR_LENGTH_BIT (16U) -#define XREG_FPSCR_LENGTH_MASK (0X00000007U << FPSCR_LENGTH_BIT) -#define XREG_FPSCR_IDC (0X00000001U << 7U) -#define XREG_FPSCR_IXC (0X00000001U << 4U) -#define XREG_FPSCR_UFC (0X00000001U << 3U) -#define XREG_FPSCR_OFC (0X00000001U << 2U) -#define XREG_FPSCR_DZC (0X00000001U << 1U) -#define XREG_FPSCR_IOC (0X00000001U << 0U) - -/* MVFR0 bits */ -#define XREG_MVFR0_RMODE_BIT (28U) -#define XREG_MVFR0_RMODE_MASK (0x0000000FU << XREG_MVFR0_RMODE_BIT) -#define XREG_MVFR0_SHORT_VEC_BIT (24U) -#define XREG_MVFR0_SHORT_VEC_MASK (0x0000000FU << XREG_MVFR0_SHORT_VEC_BIT) -#define XREG_MVFR0_SQRT_BIT (20U) -#define XREG_MVFR0_SQRT_MASK (0x0000000FU << XREG_MVFR0_SQRT_BIT) -#define XREG_MVFR0_DIVIDE_BIT (16U) -#define XREG_MVFR0_DIVIDE_MASK (0x0000000FU << XREG_MVFR0_DIVIDE_BIT) -#define XREG_MVFR0_EXEC_TRAP_BIT (0X00000012U) -#define XREG_MVFR0_EXEC_TRAP_MASK (0X0000000FU << XREG_MVFR0_EXEC_TRAP_BIT) -#define XREG_MVFR0_DP_BIT (8U) -#define XREG_MVFR0_DP_MASK (0x0000000FU << XREG_MVFR0_DP_BIT) -#define XREG_MVFR0_SP_BIT (4U) -#define XREG_MVFR0_SP_MASK (0x0000000FU << XREG_MVFR0_SP_BIT) -#define XREG_MVFR0_A_SIMD_BIT (0U) -#define XREG_MVFR0_A_SIMD_MASK (0x0000000FU << MVFR0_A_SIMD_BIT) - -/* FPEXC bits */ -#define XREG_FPEXC_EX (0X00000001U << 31U) -#define XREG_FPEXC_EN (0X00000001U << 30U) -#define XREG_FPEXC_DEX (0X00000001U << 29U) - - -#define XREG_CONTROL_DCACHE_BIT (0X00000001U<<2U) -#define XREG_CONTROL_ICACHE_BIT (0X00000001U<<12U) - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XREG_CORTEXA53_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xtime_l.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xtime_l.c deleted file mode 100644 index 8abb888..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xtime_l.c +++ /dev/null @@ -1,116 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.c -* -* This file contains low level functions to get/set time from the Global Timer -* register in the ARM Cortex A53 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 5.00 	pkp	   05/29/14 First release
-* 5.05	pkp	   04/13/16 Added XTime_StartTimer API to start the global timer
-*						counter if it is disabled. Also XTime_GetTime calls
-*						this API to ensure the global timer counter is enabled
-* 6.02  pkp	   01/22/17 Added support for EL1 non-secure
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -* @note None. -* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xtime_l.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" -#include "bspconfig.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) -#pragma message ("For the sleep routines, Global timer is being used") -#endif -/****************************************************************************/ -/** -* @brief Start the 64-bit physical timer counter. -* -* @return None. -* -* @note The timer is initialized only if it is disabled. If the timer is -* already running this function does not perform any operation. This -* API is effective only if BSP is built for EL3. For EL1 Non-secure, -* it simply exits. -* -****************************************************************************/ -void XTime_StartTimer(void) -{ - if (EL3 == 1){ - /* Enable the global timer counter only if it is disabled */ - if(((Xil_In32(XIOU_SCNTRS_BASEADDR + XIOU_SCNTRS_CNT_CNTRL_REG_OFFSET)) - & XIOU_SCNTRS_CNT_CNTRL_REG_EN_MASK) != - XIOU_SCNTRS_CNT_CNTRL_REG_EN){ - /*write frequency to System Time Stamp Generator Register*/ - Xil_Out32((XIOU_SCNTRS_BASEADDR + XIOU_SCNTRS_FREQ_REG_OFFSET), - XIOU_SCNTRS_FREQ); - /*Enable the timer/counter*/ - Xil_Out32((XIOU_SCNTRS_BASEADDR + XIOU_SCNTRS_CNT_CNTRL_REG_OFFSET) - ,XIOU_SCNTRS_CNT_CNTRL_REG_EN); - } - } -} -/****************************************************************************/ -/** -* @brief Timer of A53 runs continuously and the time can not be set as -* desired. This API doesn't contain anything. It is defined to have -* uniformity across platforms. -* -* @param Xtime_Global: 64bit value to be written to the physical timer -* counter register. Since API does not do anything, the value is -* not utilized. -* -* @return None. -* -****************************************************************************/ -void XTime_SetTime(XTime Xtime_Global) -{ - (void) Xtime_Global; -/*As the generic timer of A53 runs constantly time can not be set as desired -so the API is left unimplemented*/ -} - -/****************************************************************************/ -/** -* @brief Get the time from the physical timer counter register. -* -* @param Xtime_Global: Pointer to the 64-bit location to be updated with the -* current value of physical timer counter register. -* -* @return None. -* -****************************************************************************/ -void XTime_GetTime(XTime *Xtime_Global) -{ - if (EL3 == 1) - /* Start global timer counter, it will only be enabled if it is disabled */ - XTime_StartTimer(); - - *Xtime_Global = mfcp(CNTPCT_EL0); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xtime_l.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xtime_l.h deleted file mode 100644 index ef843de..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/64bit/xtime_l.h +++ /dev/null @@ -1,94 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.h -* -* @addtogroup a53_64_time_apis Cortex A53 64bit Mode Time Functions -* xtime_l.h provides access to the 64-bit physical timer counter. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 5.00 	pkp	   05/29/14 First release
-* 6.6   srm    10/23/17 Updated the macros to support user configurable sleep
-*		        implementation
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -* -******************************************************************************/ - -#ifndef XTIME_H /* prevent circular inclusions */ -#define XTIME_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -typedef u64 XTime; - -/************************** Constant Definitions *****************************/ -#if defined (versal) -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_SECOND SLEEP_TIMER_FREQUENCY -#else -#define COUNTS_PER_SECOND XPAR_CPU_CORTEXA72_0_TIMESTAMP_CLK_FREQ -#endif -#define XIOU_SCNTRS_BASEADDR 0xFF140000U -#define XIOU_SCNTRS_FREQ XPAR_CPU_CORTEXA72_0_TIMESTAMP_CLK_FREQ -#else -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_SECOND SLEEP_TIMER_FREQUENCY -#else -#define COUNTS_PER_SECOND XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ -#endif -#define XIOU_SCNTRS_BASEADDR 0xFF260000U -#define XIOU_SCNTRS_FREQ XPAR_CPU_CORTEXA53_0_TIMESTAMP_CLK_FREQ -#endif -#define XIOU_SCNTRS_CNT_CNTRL_REG_OFFSET 0x00000000U -#define XIOU_SCNTRS_FREQ_REG_OFFSET 0x00000020U -#define XIOU_SCNTRS_CNT_CNTRL_REG_EN 0x00000001U -#define XIOU_SCNTRS_CNT_CNTRL_REG_EN_MASK 0x00000001U -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void XTime_StartTimer(void); - -/** - *@endcond - */ - -void XTime_SetTime(XTime Xtime_Global); -void XTime_GetTime(XTime *Xtime_Global); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XTIME_H */ -/** -* @} End of "addtogroup a53_64_time_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slave_xmpu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slave_xmpu.h deleted file mode 100644 index 107a084..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slave_xmpu.h +++ /dev/null @@ -1,1667 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_SLV_XMPU_H__ -#define __XFPD_SLV_XMPU_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XfpdSlvXmpu Base Address - */ -#define XFPD_SLV_XMPU_BASEADDR 0xFD390000UL - -/** - * Register: XfpdSlvXmpuCtrl - */ -#define XFPD_SLV_XMPU_CTRL ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000000UL ) -#define XFPD_SLV_XMPU_CTRL_RSTVAL 0x00000013UL - -#define XFPD_SLV_XMPU_CTRL_DISDEFSREGION_SHIFT 4UL -#define XFPD_SLV_XMPU_CTRL_DISDEFSREGION_WIDTH 1UL -#define XFPD_SLV_XMPU_CTRL_DISDEFSREGION_MASK 0x00000010UL -#define XFPD_SLV_XMPU_CTRL_DISDEFSREGION_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_CTRL_ALIGNCFG_SHIFT 3UL -#define XFPD_SLV_XMPU_CTRL_ALIGNCFG_WIDTH 1UL -#define XFPD_SLV_XMPU_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XFPD_SLV_XMPU_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_CTRL_HIDEALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_CTRL_HIDEALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_CTRL_HIDEALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_CTRL_HIDEALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_CTRL_DEFWRALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_CTRL_DEFWRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_CTRL_DEFWRALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_CTRL_DEFWRALLOWED_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_CTRL_DEFRDALLOWED_SHIFT 0UL -#define XFPD_SLV_XMPU_CTRL_DEFRDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_CTRL_DEFRDALLOWED_MASK 0x00000001UL -#define XFPD_SLV_XMPU_CTRL_DEFRDALLOWED_DEFVAL 0x1UL - -/** - * Register: XfpdSlvXmpuErrSts1Lo - */ -#define XFPD_SLV_XMPU_ERR_STS1_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000004UL ) -#define XFPD_SLV_XMPU_ERR_STS1_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_ERR_STS1_LO_AXI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_ERR_STS1_LO_AXI_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_ERR_STS1_LO_AXI_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_ERR_STS1_LO_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuErrSts1Hi - */ -#define XFPD_SLV_XMPU_ERR_STS1_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000008UL ) -#define XFPD_SLV_XMPU_ERR_STS1_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_ERR_STS1_HI_AXI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_ERR_STS1_HI_AXI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_ERR_STS1_HI_AXI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_ERR_STS1_HI_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuErrSts2 - */ -#define XFPD_SLV_XMPU_ERR_STS2 ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000000CUL ) -#define XFPD_SLV_XMPU_ERR_STS2_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_ERR_STS2_AXI_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_ERR_STS2_AXI_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_ERR_STS2_AXI_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuIsr - */ -#define XFPD_SLV_XMPU_ISR ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000010UL ) -#define XFPD_SLV_XMPU_ISR_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_ISR_SECURITYVIO_SHIFT 3UL -#define XFPD_SLV_XMPU_ISR_SECURITYVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_ISR_SECURITYVIO_MASK 0x00000008UL -#define XFPD_SLV_XMPU_ISR_SECURITYVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_ISR_WRPERMVIO_SHIFT 2UL -#define XFPD_SLV_XMPU_ISR_WRPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_ISR_WRPERMVIO_MASK 0x00000004UL -#define XFPD_SLV_XMPU_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_ISR_RDPERMVIO_SHIFT 1UL -#define XFPD_SLV_XMPU_ISR_RDPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_ISR_RDPERMVIO_MASK 0x00000002UL -#define XFPD_SLV_XMPU_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_ISR_INV_APB_SHIFT 0UL -#define XFPD_SLV_XMPU_ISR_INV_APB_WIDTH 1UL -#define XFPD_SLV_XMPU_ISR_INV_APB_MASK 0x00000001UL -#define XFPD_SLV_XMPU_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuImr - */ -#define XFPD_SLV_XMPU_IMR ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000014UL ) -#define XFPD_SLV_XMPU_IMR_RSTVAL 0x0000000fUL - -#define XFPD_SLV_XMPU_IMR_SECURITYVIO_SHIFT 3UL -#define XFPD_SLV_XMPU_IMR_SECURITYVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IMR_SECURITYVIO_MASK 0x00000008UL -#define XFPD_SLV_XMPU_IMR_SECURITYVIO_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_IMR_WRPERMVIO_SHIFT 2UL -#define XFPD_SLV_XMPU_IMR_WRPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IMR_WRPERMVIO_MASK 0x00000004UL -#define XFPD_SLV_XMPU_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_IMR_RDPERMVIO_SHIFT 1UL -#define XFPD_SLV_XMPU_IMR_RDPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IMR_RDPERMVIO_MASK 0x00000002UL -#define XFPD_SLV_XMPU_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_IMR_INV_APB_SHIFT 0UL -#define XFPD_SLV_XMPU_IMR_INV_APB_WIDTH 1UL -#define XFPD_SLV_XMPU_IMR_INV_APB_MASK 0x00000001UL -#define XFPD_SLV_XMPU_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XfpdSlvXmpuIen - */ -#define XFPD_SLV_XMPU_IEN ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000018UL ) -#define XFPD_SLV_XMPU_IEN_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_IEN_SECURITYVIO_SHIFT 3UL -#define XFPD_SLV_XMPU_IEN_SECURITYVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IEN_SECURITYVIO_MASK 0x00000008UL -#define XFPD_SLV_XMPU_IEN_SECURITYVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_IEN_WRPERMVIO_SHIFT 2UL -#define XFPD_SLV_XMPU_IEN_WRPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IEN_WRPERMVIO_MASK 0x00000004UL -#define XFPD_SLV_XMPU_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_IEN_RDPERMVIO_SHIFT 1UL -#define XFPD_SLV_XMPU_IEN_RDPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IEN_RDPERMVIO_MASK 0x00000002UL -#define XFPD_SLV_XMPU_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_IEN_INV_APB_SHIFT 0UL -#define XFPD_SLV_XMPU_IEN_INV_APB_WIDTH 1UL -#define XFPD_SLV_XMPU_IEN_INV_APB_MASK 0x00000001UL -#define XFPD_SLV_XMPU_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuIds - */ -#define XFPD_SLV_XMPU_IDS ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000001CUL ) -#define XFPD_SLV_XMPU_IDS_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_IDS_SECURITYVIO_SHIFT 3UL -#define XFPD_SLV_XMPU_IDS_SECURITYVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IDS_SECURITYVIO_MASK 0x00000008UL -#define XFPD_SLV_XMPU_IDS_SECURITYVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_IDS_WRPERMVIO_SHIFT 2UL -#define XFPD_SLV_XMPU_IDS_WRPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IDS_WRPERMVIO_MASK 0x00000004UL -#define XFPD_SLV_XMPU_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_IDS_RDPERMVIO_SHIFT 1UL -#define XFPD_SLV_XMPU_IDS_RDPERMVIO_WIDTH 1UL -#define XFPD_SLV_XMPU_IDS_RDPERMVIO_MASK 0x00000002UL -#define XFPD_SLV_XMPU_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_IDS_INV_APB_SHIFT 0UL -#define XFPD_SLV_XMPU_IDS_INV_APB_WIDTH 1UL -#define XFPD_SLV_XMPU_IDS_INV_APB_MASK 0x00000001UL -#define XFPD_SLV_XMPU_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuLock - */ -#define XFPD_SLV_XMPU_LOCK ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000020UL ) -#define XFPD_SLV_XMPU_LOCK_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_LOCK_REGWRDIS_SHIFT 0UL -#define XFPD_SLV_XMPU_LOCK_REGWRDIS_WIDTH 1UL -#define XFPD_SLV_XMPU_LOCK_REGWRDIS_MASK 0x00000001UL -#define XFPD_SLV_XMPU_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR00StartLo - */ -#define XFPD_SLV_XMPU_R00_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000100UL ) -#define XFPD_SLV_XMPU_R00_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R00_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R00_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R00_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R00_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR00StartHi - */ -#define XFPD_SLV_XMPU_R00_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000104UL ) -#define XFPD_SLV_XMPU_R00_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R00_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R00_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R00_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R00_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR00EndLo - */ -#define XFPD_SLV_XMPU_R00_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000108UL ) -#define XFPD_SLV_XMPU_R00_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R00_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R00_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R00_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R00_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR00EndHi - */ -#define XFPD_SLV_XMPU_R00_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000010CUL ) -#define XFPD_SLV_XMPU_R00_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R00_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R00_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R00_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R00_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR00Master - */ -#define XFPD_SLV_XMPU_R00_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000110UL ) -#define XFPD_SLV_XMPU_R00_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R00_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R00_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R00_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R00_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R00_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R00_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R00_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R00_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR00Cfg - */ -#define XFPD_SLV_XMPU_R00_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000114UL ) -#define XFPD_SLV_XMPU_R00_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R00_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R00_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R00_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R00_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R00_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R00_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R00_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R00_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R00_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R00_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R00_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R00_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R00_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R00_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R00_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R00_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R00_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R00_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R00_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R00_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR01StartLo - */ -#define XFPD_SLV_XMPU_R01_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000118UL ) -#define XFPD_SLV_XMPU_R01_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R01_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R01_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R01_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R01_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR01StartHi - */ -#define XFPD_SLV_XMPU_R01_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000011CUL ) -#define XFPD_SLV_XMPU_R01_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R01_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R01_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R01_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R01_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR01EndLo - */ -#define XFPD_SLV_XMPU_R01_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000120UL ) -#define XFPD_SLV_XMPU_R01_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R01_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R01_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R01_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R01_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR01EndHi - */ -#define XFPD_SLV_XMPU_R01_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000124UL ) -#define XFPD_SLV_XMPU_R01_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R01_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R01_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R01_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R01_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR01Master - */ -#define XFPD_SLV_XMPU_R01_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000128UL ) -#define XFPD_SLV_XMPU_R01_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R01_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R01_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R01_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R01_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R01_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R01_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R01_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R01_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR01Cfg - */ -#define XFPD_SLV_XMPU_R01_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000012CUL ) -#define XFPD_SLV_XMPU_R01_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R01_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R01_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R01_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R01_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R01_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R01_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R01_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R01_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R01_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R01_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R01_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R01_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R01_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R01_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R01_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R01_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R01_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R01_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R01_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R01_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR02StartLo - */ -#define XFPD_SLV_XMPU_R02_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000130UL ) -#define XFPD_SLV_XMPU_R02_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R02_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R02_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R02_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R02_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR02StartHi - */ -#define XFPD_SLV_XMPU_R02_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000134UL ) -#define XFPD_SLV_XMPU_R02_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R02_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R02_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R02_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R02_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR02EndLo - */ -#define XFPD_SLV_XMPU_R02_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000138UL ) -#define XFPD_SLV_XMPU_R02_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R02_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R02_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R02_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R02_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR02EndHi - */ -#define XFPD_SLV_XMPU_R02_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000013CUL ) -#define XFPD_SLV_XMPU_R02_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R02_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R02_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R02_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R02_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR02Master - */ -#define XFPD_SLV_XMPU_R02_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000140UL ) -#define XFPD_SLV_XMPU_R02_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R02_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R02_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R02_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R02_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R02_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R02_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R02_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R02_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR02Cfg - */ -#define XFPD_SLV_XMPU_R02_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000144UL ) -#define XFPD_SLV_XMPU_R02_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R02_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R02_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R02_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R02_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R02_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R02_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R02_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R02_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R02_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R02_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R02_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R02_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R02_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R02_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R02_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R02_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R02_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R02_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R02_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R02_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR03StartLo - */ -#define XFPD_SLV_XMPU_R03_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000148UL ) -#define XFPD_SLV_XMPU_R03_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R03_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R03_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R03_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R03_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR03StartHi - */ -#define XFPD_SLV_XMPU_R03_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000014CUL ) -#define XFPD_SLV_XMPU_R03_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R03_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R03_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R03_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R03_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR03EndLo - */ -#define XFPD_SLV_XMPU_R03_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000150UL ) -#define XFPD_SLV_XMPU_R03_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R03_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R03_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R03_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R03_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR03EndHi - */ -#define XFPD_SLV_XMPU_R03_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000154UL ) -#define XFPD_SLV_XMPU_R03_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R03_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R03_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R03_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R03_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR03Master - */ -#define XFPD_SLV_XMPU_R03_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000158UL ) -#define XFPD_SLV_XMPU_R03_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R03_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R03_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R03_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R03_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R03_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R03_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R03_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R03_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR03Cfg - */ -#define XFPD_SLV_XMPU_R03_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000015CUL ) -#define XFPD_SLV_XMPU_R03_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R03_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R03_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R03_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R03_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R03_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R03_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R03_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R03_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R03_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R03_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R03_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R03_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R03_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R03_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R03_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R03_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R03_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R03_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R03_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R03_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR04StartLo - */ -#define XFPD_SLV_XMPU_R04_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000160UL ) -#define XFPD_SLV_XMPU_R04_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R04_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R04_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R04_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R04_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR04StartHi - */ -#define XFPD_SLV_XMPU_R04_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000164UL ) -#define XFPD_SLV_XMPU_R04_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R04_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R04_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R04_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R04_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR04EndLo - */ -#define XFPD_SLV_XMPU_R04_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000168UL ) -#define XFPD_SLV_XMPU_R04_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R04_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R04_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R04_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R04_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR04EndHi - */ -#define XFPD_SLV_XMPU_R04_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000016CUL ) -#define XFPD_SLV_XMPU_R04_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R04_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R04_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R04_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R04_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR04Master - */ -#define XFPD_SLV_XMPU_R04_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000170UL ) -#define XFPD_SLV_XMPU_R04_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R04_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R04_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R04_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R04_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R04_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R04_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R04_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R04_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR04Cfg - */ -#define XFPD_SLV_XMPU_R04_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000174UL ) -#define XFPD_SLV_XMPU_R04_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R04_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R04_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R04_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R04_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R04_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R04_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R04_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R04_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R04_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R04_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R04_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R04_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R04_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R04_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R04_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R04_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R04_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R04_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R04_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R04_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR05StartLo - */ -#define XFPD_SLV_XMPU_R05_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000178UL ) -#define XFPD_SLV_XMPU_R05_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R05_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R05_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R05_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R05_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR05StartHi - */ -#define XFPD_SLV_XMPU_R05_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000017CUL ) -#define XFPD_SLV_XMPU_R05_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R05_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R05_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R05_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R05_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR05EndLo - */ -#define XFPD_SLV_XMPU_R05_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000180UL ) -#define XFPD_SLV_XMPU_R05_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R05_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R05_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R05_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R05_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR05EndHi - */ -#define XFPD_SLV_XMPU_R05_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000184UL ) -#define XFPD_SLV_XMPU_R05_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R05_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R05_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R05_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R05_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR05Master - */ -#define XFPD_SLV_XMPU_R05_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000188UL ) -#define XFPD_SLV_XMPU_R05_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R05_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R05_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R05_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R05_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R05_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R05_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R05_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R05_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR05Cfg - */ -#define XFPD_SLV_XMPU_R05_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000018CUL ) -#define XFPD_SLV_XMPU_R05_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R05_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R05_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R05_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R05_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R05_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R05_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R05_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R05_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R05_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R05_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R05_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R05_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R05_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R05_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R05_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R05_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R05_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R05_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R05_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R05_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR06StartLo - */ -#define XFPD_SLV_XMPU_R06_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000190UL ) -#define XFPD_SLV_XMPU_R06_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R06_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R06_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R06_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R06_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR06StartHi - */ -#define XFPD_SLV_XMPU_R06_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000194UL ) -#define XFPD_SLV_XMPU_R06_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R06_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R06_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R06_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R06_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR06EndLo - */ -#define XFPD_SLV_XMPU_R06_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000198UL ) -#define XFPD_SLV_XMPU_R06_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R06_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R06_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R06_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R06_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR06EndHi - */ -#define XFPD_SLV_XMPU_R06_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000019CUL ) -#define XFPD_SLV_XMPU_R06_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R06_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R06_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R06_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R06_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR06Master - */ -#define XFPD_SLV_XMPU_R06_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001A0UL ) -#define XFPD_SLV_XMPU_R06_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R06_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R06_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R06_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R06_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R06_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R06_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R06_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R06_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR06Cfg - */ -#define XFPD_SLV_XMPU_R06_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001A4UL ) -#define XFPD_SLV_XMPU_R06_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R06_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R06_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R06_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R06_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R06_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R06_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R06_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R06_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R06_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R06_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R06_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R06_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R06_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R06_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R06_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R06_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R06_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R06_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R06_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R06_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR07StartLo - */ -#define XFPD_SLV_XMPU_R07_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001A8UL ) -#define XFPD_SLV_XMPU_R07_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R07_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R07_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R07_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R07_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR07StartHi - */ -#define XFPD_SLV_XMPU_R07_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001ACUL ) -#define XFPD_SLV_XMPU_R07_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R07_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R07_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R07_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R07_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR07EndLo - */ -#define XFPD_SLV_XMPU_R07_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001B0UL ) -#define XFPD_SLV_XMPU_R07_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R07_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R07_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R07_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R07_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR07EndHi - */ -#define XFPD_SLV_XMPU_R07_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001B4UL ) -#define XFPD_SLV_XMPU_R07_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R07_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R07_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R07_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R07_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR07Master - */ -#define XFPD_SLV_XMPU_R07_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001B8UL ) -#define XFPD_SLV_XMPU_R07_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R07_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R07_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R07_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R07_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R07_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R07_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R07_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R07_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR07Cfg - */ -#define XFPD_SLV_XMPU_R07_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001BCUL ) -#define XFPD_SLV_XMPU_R07_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R07_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R07_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R07_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R07_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R07_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R07_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R07_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R07_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R07_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R07_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R07_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R07_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R07_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R07_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R07_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R07_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R07_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R07_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R07_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R07_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR08StartLo - */ -#define XFPD_SLV_XMPU_R08_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001C0UL ) -#define XFPD_SLV_XMPU_R08_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R08_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R08_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R08_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R08_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR08StartHi - */ -#define XFPD_SLV_XMPU_R08_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001C4UL ) -#define XFPD_SLV_XMPU_R08_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R08_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R08_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R08_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R08_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR08EndLo - */ -#define XFPD_SLV_XMPU_R08_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001C8UL ) -#define XFPD_SLV_XMPU_R08_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R08_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R08_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R08_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R08_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR08EndHi - */ -#define XFPD_SLV_XMPU_R08_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001CCUL ) -#define XFPD_SLV_XMPU_R08_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R08_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R08_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R08_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R08_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR08Master - */ -#define XFPD_SLV_XMPU_R08_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001D0UL ) -#define XFPD_SLV_XMPU_R08_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R08_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R08_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R08_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R08_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R08_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R08_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R08_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R08_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR08Cfg - */ -#define XFPD_SLV_XMPU_R08_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001D4UL ) -#define XFPD_SLV_XMPU_R08_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R08_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R08_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R08_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R08_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R08_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R08_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R08_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R08_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R08_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R08_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R08_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R08_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R08_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R08_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R08_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R08_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R08_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R08_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R08_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R08_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR09StartLo - */ -#define XFPD_SLV_XMPU_R09_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001D8UL ) -#define XFPD_SLV_XMPU_R09_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R09_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R09_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R09_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R09_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR09StartHi - */ -#define XFPD_SLV_XMPU_R09_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001DCUL ) -#define XFPD_SLV_XMPU_R09_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R09_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R09_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R09_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R09_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR09EndLo - */ -#define XFPD_SLV_XMPU_R09_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001E0UL ) -#define XFPD_SLV_XMPU_R09_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R09_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R09_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R09_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R09_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR09EndHi - */ -#define XFPD_SLV_XMPU_R09_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001E4UL ) -#define XFPD_SLV_XMPU_R09_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R09_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R09_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R09_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R09_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR09Master - */ -#define XFPD_SLV_XMPU_R09_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001E8UL ) -#define XFPD_SLV_XMPU_R09_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R09_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R09_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R09_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R09_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R09_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R09_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R09_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R09_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR09Cfg - */ -#define XFPD_SLV_XMPU_R09_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001ECUL ) -#define XFPD_SLV_XMPU_R09_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R09_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R09_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R09_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R09_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R09_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R09_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R09_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R09_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R09_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R09_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R09_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R09_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R09_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R09_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R09_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R09_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R09_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R09_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R09_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R09_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR10StartLo - */ -#define XFPD_SLV_XMPU_R10_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001F0UL ) -#define XFPD_SLV_XMPU_R10_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R10_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R10_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R10_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R10_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR10StartHi - */ -#define XFPD_SLV_XMPU_R10_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001F4UL ) -#define XFPD_SLV_XMPU_R10_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R10_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R10_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R10_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R10_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR10EndLo - */ -#define XFPD_SLV_XMPU_R10_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001F8UL ) -#define XFPD_SLV_XMPU_R10_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R10_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R10_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R10_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R10_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR10EndHi - */ -#define XFPD_SLV_XMPU_R10_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x000001FCUL ) -#define XFPD_SLV_XMPU_R10_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R10_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R10_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R10_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R10_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR10Master - */ -#define XFPD_SLV_XMPU_R10_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000200UL ) -#define XFPD_SLV_XMPU_R10_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R10_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R10_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R10_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R10_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R10_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R10_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R10_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R10_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR10Cfg - */ -#define XFPD_SLV_XMPU_R10_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000204UL ) -#define XFPD_SLV_XMPU_R10_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R10_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R10_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R10_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R10_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R10_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R10_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R10_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R10_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R10_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R10_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R10_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R10_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R10_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R10_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R10_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R10_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R10_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R10_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R10_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R10_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR11StartLo - */ -#define XFPD_SLV_XMPU_R11_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000208UL ) -#define XFPD_SLV_XMPU_R11_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R11_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R11_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R11_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R11_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR11StartHi - */ -#define XFPD_SLV_XMPU_R11_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000020CUL ) -#define XFPD_SLV_XMPU_R11_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R11_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R11_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R11_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R11_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR11EndLo - */ -#define XFPD_SLV_XMPU_R11_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000210UL ) -#define XFPD_SLV_XMPU_R11_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R11_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R11_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R11_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R11_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR11EndHi - */ -#define XFPD_SLV_XMPU_R11_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000214UL ) -#define XFPD_SLV_XMPU_R11_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R11_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R11_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R11_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R11_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR11Master - */ -#define XFPD_SLV_XMPU_R11_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000218UL ) -#define XFPD_SLV_XMPU_R11_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R11_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R11_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R11_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R11_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R11_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R11_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R11_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R11_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR11Cfg - */ -#define XFPD_SLV_XMPU_R11_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000021CUL ) -#define XFPD_SLV_XMPU_R11_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R11_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R11_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R11_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R11_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R11_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R11_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R11_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R11_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R11_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R11_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R11_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R11_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R11_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R11_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R11_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R11_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R11_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R11_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R11_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R11_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR12StartLo - */ -#define XFPD_SLV_XMPU_R12_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000220UL ) -#define XFPD_SLV_XMPU_R12_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R12_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R12_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R12_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R12_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR12StartHi - */ -#define XFPD_SLV_XMPU_R12_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000224UL ) -#define XFPD_SLV_XMPU_R12_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R12_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R12_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R12_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R12_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR12EndLo - */ -#define XFPD_SLV_XMPU_R12_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000228UL ) -#define XFPD_SLV_XMPU_R12_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R12_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R12_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R12_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R12_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR12EndHi - */ -#define XFPD_SLV_XMPU_R12_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000022CUL ) -#define XFPD_SLV_XMPU_R12_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R12_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R12_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R12_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R12_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR12Master - */ -#define XFPD_SLV_XMPU_R12_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000238UL ) -#define XFPD_SLV_XMPU_R12_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R12_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R12_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R12_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R12_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R12_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R12_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R12_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R12_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR12Cfg - */ -#define XFPD_SLV_XMPU_R12_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000023CUL ) -#define XFPD_SLV_XMPU_R12_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R12_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R12_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R12_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R12_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R12_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R12_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R12_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R12_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R12_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R12_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R12_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R12_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R12_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R12_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R12_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R12_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R12_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R12_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R12_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R12_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR13StartLo - */ -#define XFPD_SLV_XMPU_R13_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000240UL ) -#define XFPD_SLV_XMPU_R13_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R13_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R13_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R13_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R13_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR13StartHi - */ -#define XFPD_SLV_XMPU_R13_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000244UL ) -#define XFPD_SLV_XMPU_R13_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R13_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R13_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R13_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R13_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR13EndLo - */ -#define XFPD_SLV_XMPU_R13_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000248UL ) -#define XFPD_SLV_XMPU_R13_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R13_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R13_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R13_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R13_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR13EndHi - */ -#define XFPD_SLV_XMPU_R13_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000024CUL ) -#define XFPD_SLV_XMPU_R13_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R13_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R13_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R13_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R13_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR13Master - */ -#define XFPD_SLV_XMPU_R13_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000250UL ) -#define XFPD_SLV_XMPU_R13_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R13_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R13_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R13_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R13_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R13_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R13_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R13_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R13_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR13Cfg - */ -#define XFPD_SLV_XMPU_R13_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000254UL ) -#define XFPD_SLV_XMPU_R13_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R13_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R13_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R13_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R13_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R13_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R13_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R13_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R13_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R13_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R13_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R13_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R13_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R13_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R13_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R13_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R13_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R13_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R13_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R13_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R13_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR14StartLo - */ -#define XFPD_SLV_XMPU_R14_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000258UL ) -#define XFPD_SLV_XMPU_R14_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R14_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R14_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R14_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R14_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR14StartHi - */ -#define XFPD_SLV_XMPU_R14_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000025CUL ) -#define XFPD_SLV_XMPU_R14_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R14_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R14_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R14_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R14_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR14EndLo - */ -#define XFPD_SLV_XMPU_R14_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000260UL ) -#define XFPD_SLV_XMPU_R14_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R14_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R14_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R14_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R14_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR14EndHi - */ -#define XFPD_SLV_XMPU_R14_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000264UL ) -#define XFPD_SLV_XMPU_R14_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R14_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R14_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R14_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R14_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR14Master - */ -#define XFPD_SLV_XMPU_R14_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000268UL ) -#define XFPD_SLV_XMPU_R14_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R14_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R14_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R14_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R14_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R14_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R14_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R14_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R14_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR14Cfg - */ -#define XFPD_SLV_XMPU_R14_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000026CUL ) -#define XFPD_SLV_XMPU_R14_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R14_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R14_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R14_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R14_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R14_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R14_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R14_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R14_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R14_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R14_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R14_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R14_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R14_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R14_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R14_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R14_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R14_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R14_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R14_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R14_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR15StartLo - */ -#define XFPD_SLV_XMPU_R15_START_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000270UL ) -#define XFPD_SLV_XMPU_R15_START_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R15_START_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R15_START_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R15_START_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R15_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR15StartHi - */ -#define XFPD_SLV_XMPU_R15_START_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000274UL ) -#define XFPD_SLV_XMPU_R15_START_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R15_START_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R15_START_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R15_START_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R15_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR15EndLo - */ -#define XFPD_SLV_XMPU_R15_END_LO ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000278UL ) -#define XFPD_SLV_XMPU_R15_END_LO_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R15_END_LO_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R15_END_LO_ADDR_WIDTH 32UL -#define XFPD_SLV_XMPU_R15_END_LO_ADDR_MASK 0xffffffffUL -#define XFPD_SLV_XMPU_R15_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR15EndHi - */ -#define XFPD_SLV_XMPU_R15_END_HI ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x0000027CUL ) -#define XFPD_SLV_XMPU_R15_END_HI_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R15_END_HI_ADDR_SHIFT 0UL -#define XFPD_SLV_XMPU_R15_END_HI_ADDR_WIDTH 12UL -#define XFPD_SLV_XMPU_R15_END_HI_ADDR_MASK 0x00000fffUL -#define XFPD_SLV_XMPU_R15_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR15Master - */ -#define XFPD_SLV_XMPU_R15_MASTER ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000280UL ) -#define XFPD_SLV_XMPU_R15_MASTER_RSTVAL 0x00000000UL - -#define XFPD_SLV_XMPU_R15_MASTER_MSK_SHIFT 16UL -#define XFPD_SLV_XMPU_R15_MASTER_MSK_WIDTH 10UL -#define XFPD_SLV_XMPU_R15_MASTER_MSK_MASK 0x03ff0000UL -#define XFPD_SLV_XMPU_R15_MASTER_MSK_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R15_MASTER_ID_SHIFT 0UL -#define XFPD_SLV_XMPU_R15_MASTER_ID_WIDTH 10UL -#define XFPD_SLV_XMPU_R15_MASTER_ID_MASK 0x000003ffUL -#define XFPD_SLV_XMPU_R15_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XfpdSlvXmpuR15Cfg - */ -#define XFPD_SLV_XMPU_R15_CFG ( ( XFPD_SLV_XMPU_BASEADDR ) + 0x00000284UL ) -#define XFPD_SLV_XMPU_R15_CFG_RSTVAL 0x00000008UL - -#define XFPD_SLV_XMPU_R15_CFG_NSCHECKTYPE_SHIFT 4UL -#define XFPD_SLV_XMPU_R15_CFG_NSCHECKTYPE_WIDTH 1UL -#define XFPD_SLV_XMPU_R15_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XFPD_SLV_XMPU_R15_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R15_CFG_REGIONNS_SHIFT 3UL -#define XFPD_SLV_XMPU_R15_CFG_REGIONNS_WIDTH 1UL -#define XFPD_SLV_XMPU_R15_CFG_REGIONNS_MASK 0x00000008UL -#define XFPD_SLV_XMPU_R15_CFG_REGIONNS_DEFVAL 0x1UL - -#define XFPD_SLV_XMPU_R15_CFG_WRALLOWED_SHIFT 2UL -#define XFPD_SLV_XMPU_R15_CFG_WRALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R15_CFG_WRALLOWED_MASK 0x00000004UL -#define XFPD_SLV_XMPU_R15_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R15_CFG_RDALLOWED_SHIFT 1UL -#define XFPD_SLV_XMPU_R15_CFG_RDALLOWED_WIDTH 1UL -#define XFPD_SLV_XMPU_R15_CFG_RDALLOWED_MASK 0x00000002UL -#define XFPD_SLV_XMPU_R15_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XFPD_SLV_XMPU_R15_CFG_EN_SHIFT 0UL -#define XFPD_SLV_XMPU_R15_CFG_EN_WIDTH 1UL -#define XFPD_SLV_XMPU_R15_CFG_EN_MASK 0x00000001UL -#define XFPD_SLV_XMPU_R15_CFG_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_SLV_XMPU_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slcr.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slcr.h deleted file mode 100644 index 35d8058..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slcr.h +++ /dev/null @@ -1,147 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_SLCR_H__ -#define __XFPD_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XfpdSlcr Base Address - */ -#define XFPD_SLCR_BASEADDR 0xFD610000UL - -/** - * Register: XfpdSlcrWprot0 - */ -#define XFPD_SLCR_WPROT0 ( ( XFPD_SLCR_BASEADDR ) + 0x00000000UL ) -#define XFPD_SLCR_WPROT0_RSTVAL 0x00000001UL - -#define XFPD_SLCR_WPROT0_ACT_SHIFT 0UL -#define XFPD_SLCR_WPROT0_ACT_WIDTH 1UL -#define XFPD_SLCR_WPROT0_ACT_MASK 0x00000001UL -#define XFPD_SLCR_WPROT0_ACT_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrCtrl - */ -#define XFPD_SLCR_CTRL ( ( XFPD_SLCR_BASEADDR ) + 0x00000004UL ) -#define XFPD_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XFPD_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XFPD_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XFPD_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XFPD_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrIsr - */ -#define XFPD_SLCR_ISR ( ( XFPD_SLCR_BASEADDR ) + 0x00000008UL ) -#define XFPD_SLCR_ISR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrImr - */ -#define XFPD_SLCR_IMR ( ( XFPD_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XFPD_SLCR_IMR_RSTVAL 0x00000001UL - -#define XFPD_SLCR_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrIer - */ -#define XFPD_SLCR_IER ( ( XFPD_SLCR_BASEADDR ) + 0x00000010UL ) -#define XFPD_SLCR_IER_RSTVAL 0x00000000UL - -#define XFPD_SLCR_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrIdr - */ -#define XFPD_SLCR_IDR ( ( XFPD_SLCR_BASEADDR ) + 0x00000014UL ) -#define XFPD_SLCR_IDR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrItr - */ -#define XFPD_SLCR_ITR ( ( XFPD_SLCR_BASEADDR ) + 0x00000018UL ) -#define XFPD_SLCR_ITR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrWdtClkSel - */ -#define XFPD_SLCR_WDT_CLK_SEL ( ( XFPD_SLCR_BASEADDR ) + 0x00000100UL ) -#define XFPD_SLCR_WDT_CLK_SEL_RSTVAL 0x00000000UL - -#define XFPD_SLCR_WDT_CLK_SEL_SHIFT 0UL -#define XFPD_SLCR_WDT_CLK_SEL_WIDTH 1UL -#define XFPD_SLCR_WDT_CLK_SEL_MASK 0x00000001UL -#define XFPD_SLCR_WDT_CLK_SEL_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrApugicCtrl - */ -#define XFPD_SLCR_APUGIC_CTRL ( ( XFPD_SLCR_BASEADDR ) + 0x0000010CUL ) -#define XFPD_SLCR_APUGIC_CTRL_RSTVAL 0x00040004UL - -#define XFPD_SLCR_APUGIC_CTRL_AWQOS_SHIFT 16UL -#define XFPD_SLCR_APUGIC_CTRL_AWQOS_WIDTH 4UL -#define XFPD_SLCR_APUGIC_CTRL_AWQOS_MASK 0x000f0000UL -#define XFPD_SLCR_APUGIC_CTRL_AWQOS_DEFVAL 0x4UL - -#define XFPD_SLCR_APUGIC_CTRL_ARQOS_SHIFT 0UL -#define XFPD_SLCR_APUGIC_CTRL_ARQOS_WIDTH 4UL -#define XFPD_SLCR_APUGIC_CTRL_ARQOS_MASK 0x0000000fUL -#define XFPD_SLCR_APUGIC_CTRL_ARQOS_DEFVAL 0x4UL - -/** - * Register: XfpdSlcrAfiFs - */ -#define XFPD_SLCR_AFI_FS ( ( XFPD_SLCR_BASEADDR ) + 0x00005000UL ) -#define XFPD_SLCR_AFI_FS_RSTVAL 0x00000200UL - -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_SHIFT 8UL -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_WIDTH 2UL -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_MASK 0x00000300UL -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_DEFVAL 0x2UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_SLCR_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slcr_secure.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slcr_secure.h deleted file mode 100644 index aa29487..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xfpd_slcr_secure.h +++ /dev/null @@ -1,197 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_SLCR_SECURE_H__ -#define __XFPD_SLCR_SECURE_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XfpdSlcrSecure Base Address - */ -#define XFPD_SLCR_SECURE_BASEADDR 0xFD690000UL - -/** - * Register: XfpdSlcrSecureCtrl - */ -#define XFPD_SLCR_SECURE_CTRL ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000004UL ) -#define XFPD_SLCR_SECURE_CTRL_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SECURE_CTRL_SLVERR_EN_SHIFT 0UL -#define XFPD_SLCR_SECURE_CTRL_SLVERR_EN_WIDTH 1UL -#define XFPD_SLCR_SECURE_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecureIsr - */ -#define XFPD_SLCR_SECURE_ISR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000008UL ) -#define XFPD_SLCR_SECURE_ISR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecureImr - */ -#define XFPD_SLCR_SECURE_IMR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x0000000CUL ) -#define XFPD_SLCR_SECURE_IMR_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureIer - */ -#define XFPD_SLCR_SECURE_IER ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000010UL ) -#define XFPD_SLCR_SECURE_IER_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecureIdr - */ -#define XFPD_SLCR_SECURE_IDR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000014UL ) -#define XFPD_SLCR_SECURE_IDR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecureItr - */ -#define XFPD_SLCR_SECURE_ITR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000018UL ) -#define XFPD_SLCR_SECURE_ITR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XFPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XFPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecureTzCtrlApuDual - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_APU_DUAL ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000104UL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_APU_DUAL_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_APU_DUAL_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_APU_DUAL_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_APU_DUAL_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_APU_DUAL_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrlXmpu - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_XMPU ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000108UL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_XMPU_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_XMPU_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_XMPU_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_XMPU_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_XMPU_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrl - */ -#define XFPD_SLCR_SECURE_TZ_CTRL ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x0000010CUL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrlCrf - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_CRF ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000110UL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_CRF_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_CRF_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_CRF_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_CRF_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_CRF_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrlAfifm0 - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM0 ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000114UL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM0_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM0_AXI_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM0_AXI_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM0_AXI_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM0_AXI_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrlAfifm2 - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM2 ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000118UL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM2_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM2_AXI_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM2_AXI_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM2_AXI_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_AFIFM2_AXI_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrlCci - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_CCI ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x0000011CUL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_CCI_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_CCI_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_CCI_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_CCI_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_CCI_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzCtrlSmmu - */ -#define XFPD_SLCR_SECURE_TZ_CTRL_SMMU ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000120UL ) -#define XFPD_SLCR_SECURE_TZ_CTRL_SMMU_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SECURE_TZ_CTRL_SMMU_N_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZ_CTRL_SMMU_N_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZ_CTRL_SMMU_N_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZ_CTRL_SMMU_N_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecureTzprot - */ -#define XFPD_SLCR_SECURE_TZPROT ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000FF8UL ) -#define XFPD_SLCR_SECURE_TZPROT_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SECURE_TZPROT_ACT_SHIFT 0UL -#define XFPD_SLCR_SECURE_TZPROT_ACT_WIDTH 1UL -#define XFPD_SLCR_SECURE_TZPROT_ACT_MASK 0x00000001UL -#define XFPD_SLCR_SECURE_TZPROT_ACT_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_SLCR_SECURE_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_iou_secure_slcr.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_iou_secure_slcr.h deleted file mode 100644 index c13b354..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_iou_secure_slcr.h +++ /dev/null @@ -1,164 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_XIOU_SECURE_SLCR_H__ -#define __XLPD_XIOU_SECURE_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdXiouSecureSlcr Base Address - */ -#define XLPD_XIOU_SECURE_SLCR_BASEADDR 0xFF0A0000UL - -/** - * Register: XlpdXiouSecureSlcrAxiWprtcnGem0 - */ -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM0 ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000000UL ) -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM0_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM0_AWPROT_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM0_AWPROT_WIDTH 3UL -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM0_AWPROT_MASK 0x00000007UL -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM0_AWPROT_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrAxiRprtcnGem0 - */ -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM0 ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000004UL ) -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM0_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM0_ARPROT_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM0_ARPROT_WIDTH 3UL -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM0_ARPROT_MASK 0x00000007UL -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM0_ARPROT_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrAxiWprtcnGem1 - */ -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM1 ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000010UL ) -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM1_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM1_AWPROT_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM1_AWPROT_WIDTH 3UL -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM1_AWPROT_MASK 0x00000007UL -#define XLPD_XIOU_SECURE_SLCR_AXI_WPRTCN_GEM1_AWPROT_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrAxiRprtcnGem1 - */ -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM1 ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000014UL ) -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM1_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM1_ARPROT_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM1_ARPROT_WIDTH 3UL -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM1_ARPROT_MASK 0x00000007UL -#define XLPD_XIOU_SECURE_SLCR_AXI_RPRTCN_GEM1_ARPROT_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrUsb2Tz - */ -#define XLPD_XIOU_SECURE_SLCR_USB2_TZ ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000020UL ) -#define XLPD_XIOU_SECURE_SLCR_USB2_TZ_RSTVAL 0x00000001UL - -#define XLPD_XIOU_SECURE_SLCR_USB2_TZ_0_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_USB2_TZ_0_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_USB2_TZ_0_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_USB2_TZ_0_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSecureSlcrCtrl - */ -#define XLPD_XIOU_SECURE_SLCR_CTRL ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000040UL ) -#define XLPD_XIOU_SECURE_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrIsr - */ -#define XLPD_XIOU_SECURE_SLCR_ISR ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000044UL ) -#define XLPD_XIOU_SECURE_SLCR_ISR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrImr - */ -#define XLPD_XIOU_SECURE_SLCR_IMR ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000048UL ) -#define XLPD_XIOU_SECURE_SLCR_IMR_RSTVAL 0x00000001UL - -#define XLPD_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSecureSlcrIer - */ -#define XLPD_XIOU_SECURE_SLCR_IER ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XLPD_XIOU_SECURE_SLCR_IER_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrIdr - */ -#define XLPD_XIOU_SECURE_SLCR_IDR ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000050UL ) -#define XLPD_XIOU_SECURE_SLCR_IDR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrItr - */ -#define XLPD_XIOU_SECURE_SLCR_ITR ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000054UL ) -#define XLPD_XIOU_SECURE_SLCR_ITR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSecureSlcrTzprot - */ -#define XLPD_XIOU_SECURE_SLCR_TZPROT ( ( XLPD_XIOU_SECURE_SLCR_BASEADDR ) + 0x0000007CUL ) -#define XLPD_XIOU_SECURE_SLCR_TZPROT_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SECURE_SLCR_TZPROT_ACT_SHIFT 0UL -#define XLPD_XIOU_SECURE_SLCR_TZPROT_ACT_WIDTH 1UL -#define XLPD_XIOU_SECURE_SLCR_TZPROT_ACT_MASK 0x00000001UL -#define XLPD_XIOU_SECURE_SLCR_TZPROT_ACT_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_XIOU_SECURE_SLCR_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_iou_slcr.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_iou_slcr.h deleted file mode 100644 index e1eab1f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_iou_slcr.h +++ /dev/null @@ -1,2202 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_XIOU_SLCR_H__ -#define __XLPD_XIOU_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdXiouSlcr Base Address - */ -#define XLPD_XIOU_SLCR_BASEADDR 0xFF080000UL - -/** - * Register: XlpdXiouSlcrMioPin0 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000000UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_0_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_0_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_0_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_0_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_0_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_0_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin1 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_1 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000004UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_1_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_1_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_1_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_1_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_1_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_1_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin2 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_2 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000008UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_2_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_2_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_2_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_2_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_2_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_2_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin3 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_3 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XLPD_XIOU_SLCR_MIO_PIN_3_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_3_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_3_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_3_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_3_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_3_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin4 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_4 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000010UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_4_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_4_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_4_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_4_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_4_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_4_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin5 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_5 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000014UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_5_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_5_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_5_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_5_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_5_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_5_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin6 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_6 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000018UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_6_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_6_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_6_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_6_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_6_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_6_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin7 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_7 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000001CUL ) -#define XLPD_XIOU_SLCR_MIO_PIN_7_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_7_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_7_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_7_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_7_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_7_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin8 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_8 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000020UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_8_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_8_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_8_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_8_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_8_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_8_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin9 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_9 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000024UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_9_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_9_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_9_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_9_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_9_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_9_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin10 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_10 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000028UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_10_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_10_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_10_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_10_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_10_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_10_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin11 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_11 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000002CUL ) -#define XLPD_XIOU_SLCR_MIO_PIN_11_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_11_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_11_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_11_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_11_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_11_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin12 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_12 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000030UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_12_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_12_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_12_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_12_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_12_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_12_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin13 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_13 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000034UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_13_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_13_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_13_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_13_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_13_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_13_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin14 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_14 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000038UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_14_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_14_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_14_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_14_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_14_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_14_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin15 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_15 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000003CUL ) -#define XLPD_XIOU_SLCR_MIO_PIN_15_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_15_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_15_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_15_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_15_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_15_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin16 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_16 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000040UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_16_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_16_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_16_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_16_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_16_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_16_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin17 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_17 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000044UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_17_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_17_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_17_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_17_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_17_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_17_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin18 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_18 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000048UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_18_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_18_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_18_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_18_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_18_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_18_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin19 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_19 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XLPD_XIOU_SLCR_MIO_PIN_19_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_19_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_19_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_19_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_19_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_19_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin20 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_20 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000050UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_20_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_20_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_20_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_20_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_20_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_20_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin21 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_21 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000054UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_21_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_21_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_21_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_21_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_21_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_21_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin22 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_22 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000058UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_22_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_22_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_22_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_22_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_22_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_22_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin23 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_23 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000005CUL ) -#define XLPD_XIOU_SLCR_MIO_PIN_23_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_23_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_23_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_23_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_23_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_23_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin24 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_24 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000060UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_24_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_24_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_24_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_24_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_24_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_24_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioPin25 - */ -#define XLPD_XIOU_SLCR_MIO_PIN_25 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000064UL ) -#define XLPD_XIOU_SLCR_MIO_PIN_25_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_PIN_25_L3_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L3_SEL_WIDTH 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L3_SEL_MASK 0x00000380UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_25_L2_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L2_SEL_MASK 0x00000060UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_25_L1_SEL_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L1_SEL_MASK 0x00000018UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_PIN_25_L0_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L0_SEL_MASK 0x00000006UL -#define XLPD_XIOU_SLCR_MIO_PIN_25_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnRx - */ -#define XLPD_XIOU_SLCR_BNK2_EN_RX ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000100UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_RX_RSTVAL 0x03ffffffUL - -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_RX_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_EN_RX_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_EN_RX_DEFVAL 0x3ffffffUL - -/** - * Register: XlpdXiouSlcrBnk2SelRx0 - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_RX0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000104UL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_RX0_RSTVAL 0xffffffffUL - -#define XLPD_XIOU_SLCR_BNK2_SEL_RX0_RX_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_RX0_RX_WIDTH 32UL -#define XLPD_XIOU_SLCR_BNK2_SEL_RX0_RX_MASK 0xffffffffUL -#define XLPD_XIOU_SLCR_BNK2_SEL_RX0_RX_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXiouSlcrBnk2SelRx1 - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_RX1 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000108UL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_RX1_RSTVAL 0x000fffffUL - -#define XLPD_XIOU_SLCR_BNK2_SEL_RX1_RX_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_RX1_RX_WIDTH 20UL -#define XLPD_XIOU_SLCR_BNK2_SEL_RX1_RX_MASK 0x000fffffUL -#define XLPD_XIOU_SLCR_BNK2_SEL_RX1_RX_DEFVAL 0xfffffUL - -/** - * Register: XlpdXiouSlcrBnk2EnRxSchmittHyst - */ -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SCHMITT_HYST ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000010CUL ) -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SCHMITT_HYST_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SCHMITT_HYST_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SCHMITT_HYST_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SCHMITT_HYST_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_EN_RX_SCHMITT_HYST_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnWkPd - */ -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PD ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000110UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PD_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PD_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PD_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PD_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PD_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnWkPu - */ -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PU ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000114UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PU_RSTVAL 0x03ffffffUL - -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PU_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PU_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PU_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_EN_WK_PU_DEFVAL 0x3ffffffUL - -/** - * Register: XlpdXiouSlcrBnk2SelDrv0 - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000118UL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV0_RSTVAL 0xaaaaaaaaUL - -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV0_DRV_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV0_DRV_WIDTH 32UL -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV0_DRV_MASK 0xffffffffUL -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV0_DRV_DEFVAL 0xaaaaaaaaUL - -/** - * Register: XlpdXiouSlcrBnk2SelDrv1 - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV1 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000011CUL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV1_RSTVAL 0x000aaaaaUL - -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV1_DRV_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV1_DRV_WIDTH 20UL -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV1_DRV_MASK 0x000fffffUL -#define XLPD_XIOU_SLCR_BNK2_SEL_DRV1_DRV_DEFVAL 0xaaaaaUL - -/** - * Register: XlpdXiouSlcrBnk2SelSlew - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_SLEW ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000120UL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_SLEW_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_SEL_SLEW_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_SLEW_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_SEL_SLEW_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_SEL_SLEW_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnDftOptInv - */ -#define XLPD_XIOU_SLCR_BNK2_EN_DFT_OPT_INV ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000124UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_DFT_OPT_INV_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_DFT_OPT_INV_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_DFT_OPT_INV_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_EN_DFT_OPT_INV_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_EN_DFT_OPT_INV_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnPad2padLpbck - */ -#define XLPD_XIOU_SLCR_BNK2_EN_PAD2PAD_LPBCK ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000128UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_PAD2PAD_LPBCK_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_PAD2PAD_LPBCK_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_PAD2PAD_LPBCK_WIDTH 13UL -#define XLPD_XIOU_SLCR_BNK2_EN_PAD2PAD_LPBCK_MASK 0x00001fffUL -#define XLPD_XIOU_SLCR_BNK2_EN_PAD2PAD_LPBCK_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2RxSpr0 - */ -#define XLPD_XIOU_SLCR_BNK2_RX_SPR0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000012CUL ) -#define XLPD_XIOU_SLCR_BNK2_RX_SPR0_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_RX_SPR0_SPR_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_RX_SPR0_SPR_WIDTH 32UL -#define XLPD_XIOU_SLCR_BNK2_RX_SPR0_SPR_MASK 0xffffffffUL -#define XLPD_XIOU_SLCR_BNK2_RX_SPR0_SPR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2RxSpr1 - */ -#define XLPD_XIOU_SLCR_BNK2_RX_SPR1 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000130UL ) -#define XLPD_XIOU_SLCR_BNK2_RX_SPR1_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_RX_SPR1_SPR_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_RX_SPR1_SPR_WIDTH 20UL -#define XLPD_XIOU_SLCR_BNK2_RX_SPR1_SPR_MASK 0x000fffffUL -#define XLPD_XIOU_SLCR_BNK2_RX_SPR1_SPR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2TxSpr0 - */ -#define XLPD_XIOU_SLCR_BNK2_TX_SPR0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000134UL ) -#define XLPD_XIOU_SLCR_BNK2_TX_SPR0_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_TX_SPR0_SPR_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_TX_SPR0_SPR_WIDTH 32UL -#define XLPD_XIOU_SLCR_BNK2_TX_SPR0_SPR_MASK 0xffffffffUL -#define XLPD_XIOU_SLCR_BNK2_TX_SPR0_SPR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2TxSpr1 - */ -#define XLPD_XIOU_SLCR_BNK2_TX_SPR1 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000138UL ) -#define XLPD_XIOU_SLCR_BNK2_TX_SPR1_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_TX_SPR1_SPR_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_TX_SPR1_SPR_WIDTH 20UL -#define XLPD_XIOU_SLCR_BNK2_TX_SPR1_SPR_MASK 0x000fffffUL -#define XLPD_XIOU_SLCR_BNK2_TX_SPR1_SPR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2SelEn1p8 - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_EN1P8 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000013CUL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_EN1P8_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_SEL_EN1P8_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_EN1P8_WIDTH 1UL -#define XLPD_XIOU_SLCR_BNK2_SEL_EN1P8_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_BNK2_SEL_EN1P8_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnBPorDetect - */ -#define XLPD_XIOU_SLCR_BNK2_EN_B_POR_DETECT ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000140UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_B_POR_DETECT_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_B_POR_DETECT_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_B_POR_DETECT_WIDTH 1UL -#define XLPD_XIOU_SLCR_BNK2_EN_B_POR_DETECT_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_BNK2_EN_B_POR_DETECT_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2LpfBypPorDetect - */ -#define XLPD_XIOU_SLCR_BNK2_LPF_BYP_POR_DETECT ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000144UL ) -#define XLPD_XIOU_SLCR_BNK2_LPF_BYP_POR_DETECT_RSTVAL 0x00000001UL - -#define XLPD_XIOU_SLCR_BNK2_LPF_BYP_POR_DETECT_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_LPF_BYP_POR_DETECT_WIDTH 1UL -#define XLPD_XIOU_SLCR_BNK2_LPF_BYP_POR_DETECT_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_BNK2_LPF_BYP_POR_DETECT_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSlcrBnk2EnLatch - */ -#define XLPD_XIOU_SLCR_BNK2_EN_LATCH ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000148UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_LATCH_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_LATCH_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_LATCH_WIDTH 1UL -#define XLPD_XIOU_SLCR_BNK2_EN_LATCH_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_BNK2_EN_LATCH_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2VbgLpfBypB - */ -#define XLPD_XIOU_SLCR_BNK2_VBG_LPF_BYP_B ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000014CUL ) -#define XLPD_XIOU_SLCR_BNK2_VBG_LPF_BYP_B_RSTVAL 0x00000001UL - -#define XLPD_XIOU_SLCR_BNK2_VBG_LPF_BYP_B_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_VBG_LPF_BYP_B_WIDTH 1UL -#define XLPD_XIOU_SLCR_BNK2_VBG_LPF_BYP_B_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_BNK2_VBG_LPF_BYP_B_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSlcrBnk2EnAmpB - */ -#define XLPD_XIOU_SLCR_BNK2_EN_AMP_B ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000150UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_AMP_B_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_AMP_B_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_AMP_B_WIDTH 2UL -#define XLPD_XIOU_SLCR_BNK2_EN_AMP_B_MASK 0x00000003UL -#define XLPD_XIOU_SLCR_BNK2_EN_AMP_B_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2SprBias - */ -#define XLPD_XIOU_SLCR_BNK2_SPR_BIAS ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000154UL ) -#define XLPD_XIOU_SLCR_BNK2_SPR_BIAS_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_SPR_BIAS_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SPR_BIAS_WIDTH 4UL -#define XLPD_XIOU_SLCR_BNK2_SPR_BIAS_MASK 0x0000000fUL -#define XLPD_XIOU_SLCR_BNK2_SPR_BIAS_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2DriverBias - */ -#define XLPD_XIOU_SLCR_BNK2_DRIVER_BIAS ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000158UL ) -#define XLPD_XIOU_SLCR_BNK2_DRIVER_BIAS_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_DRIVER_BIAS_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_DRIVER_BIAS_WIDTH 15UL -#define XLPD_XIOU_SLCR_BNK2_DRIVER_BIAS_MASK 0x00007fffUL -#define XLPD_XIOU_SLCR_BNK2_DRIVER_BIAS_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2Vmode - */ -#define XLPD_XIOU_SLCR_BNK2_VMODE ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000015CUL ) -#define XLPD_XIOU_SLCR_BNK2_VMODE_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_VMODE_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_VMODE_WIDTH 1UL -#define XLPD_XIOU_SLCR_BNK2_VMODE_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_BNK2_VMODE_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2SelAuxIoRx - */ -#define XLPD_XIOU_SLCR_BNK2_SEL_AUX_IO_RX ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000160UL ) -#define XLPD_XIOU_SLCR_BNK2_SEL_AUX_IO_RX_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_SEL_AUX_IO_RX_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_SEL_AUX_IO_RX_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_SEL_AUX_IO_RX_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_SEL_AUX_IO_RX_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrBnk2EnTxHsMode - */ -#define XLPD_XIOU_SLCR_BNK2_EN_TX_HS_MODE ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000164UL ) -#define XLPD_XIOU_SLCR_BNK2_EN_TX_HS_MODE_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_BNK2_EN_TX_HS_MODE_SHIFT 0UL -#define XLPD_XIOU_SLCR_BNK2_EN_TX_HS_MODE_WIDTH 26UL -#define XLPD_XIOU_SLCR_BNK2_EN_TX_HS_MODE_MASK 0x03ffffffUL -#define XLPD_XIOU_SLCR_BNK2_EN_TX_HS_MODE_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioLpbck - */ -#define XLPD_XIOU_SLCR_MIO_LPBCK ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000200UL ) -#define XLPD_XIOU_SLCR_MIO_LPBCK_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_MIO_LPBCK_I2C0_LOOP_I2C1_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_I2C0_LOOP_I2C1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_I2C0_LOOP_I2C1_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_I2C0_LOOP_I2C1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_SHIFT 2UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_MIO_LPBCK_SPI0_LOOP_SPI1_SHIFT 0UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_SPI0_LOOP_SPI1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_SPI0_LOOP_SPI1_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_MIO_LPBCK_SPI0_LOOP_SPI1_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioMstTri0 - */ -#define XLPD_XIOU_SLCR_MIO_MST_TRI0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000204UL ) -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_RSTVAL 0x03ffffffUL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_SHIFT 25UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_MASK 0x02000000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_SHIFT 24UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_MASK 0x01000000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_SHIFT 23UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_SHIFT 22UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_SHIFT 21UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_MASK 0x00200000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_SHIFT 20UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_MASK 0x00100000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_SHIFT 19UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_MASK 0x00080000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_SHIFT 18UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_MASK 0x00040000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_SHIFT 17UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_SHIFT 16UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_SHIFT 15UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_SHIFT 14UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_SHIFT 13UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_SHIFT 12UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_SHIFT 11UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_SHIFT 10UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_SHIFT 9UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_SHIFT 8UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_SHIFT 6UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_SHIFT 4UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_SHIFT 2UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_SHIFT 0UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSlcrWdtClkSel - */ -#define XLPD_XIOU_SLCR_WDT_CLK_SEL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000300UL ) -#define XLPD_XIOU_SLCR_WDT_CLK_SEL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_WDT_CLK_SEL_SHIFT 0UL -#define XLPD_XIOU_SLCR_WDT_CLK_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_WDT_CLK_SEL_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_WDT_CLK_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrCanMioCtrl - */ -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000310UL ) -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_SHIFT 23UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_WIDTH 1UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_SHIFT 22UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_SHIFT 15UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_WIDTH 7UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_MASK 0x003f8000UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_SHIFT 8UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_WIDTH 1UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_SHIFT 0UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_WIDTH 7UL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_MASK 0x0000007fUL -#define XLPD_XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGemClkCtrl - */ -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000320UL ) -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_SHIFT 22UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_SHIFT 20UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_MASK 0x00300000UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_FIFO_SEL_SHIFT 7UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_FIFO_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_FIFO_SEL_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_FIFO_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_REF_SRC_SEL_SHIFT 6UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_REF_SRC_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_REF_SRC_SEL_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_REF_SRC_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_RX_SRC_SEL_SHIFT 5UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_RX_SRC_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_RX_SRC_SEL_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM1_RX_SRC_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_FIFO_SEL_SHIFT 2UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_FIFO_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_FIFO_SEL_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_FIFO_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_REF_SRC_SEL_SHIFT 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_REF_SRC_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_REF_SRC_SEL_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_REF_SRC_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_RX_SRC_SEL_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_RX_SRC_SEL_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_RX_SRC_SEL_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_GEM_CLK_CTRL_GEM0_RX_SRC_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGem0CoherentCtrl - */ -#define XLPD_XIOU_SLCR_GEM0_COHERENT_CTRL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000324UL ) -#define XLPD_XIOU_SLCR_GEM0_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM0_COHERENT_CTRL_AXI_COH_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM0_COHERENT_CTRL_AXI_COH_WIDTH 4UL -#define XLPD_XIOU_SLCR_GEM0_COHERENT_CTRL_AXI_COH_MASK 0x0000000fUL -#define XLPD_XIOU_SLCR_GEM0_COHERENT_CTRL_AXI_COH_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGem0InterconnectRoute - */ -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_ROUTE ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000328UL ) -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_ROUTE_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_ROUTE_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_ROUTE_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_ROUTE_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGem0InterconnectQos - */ -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_QOS ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000032CUL ) -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_QOS_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_QOS_WIDTH 4UL -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_QOS_MASK 0x0000000fUL -#define XLPD_XIOU_SLCR_GEM0_INTERCONNECT_QOS_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGem1CoherentCtrl - */ -#define XLPD_XIOU_SLCR_GEM1_COHERENT_CTRL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000344UL ) -#define XLPD_XIOU_SLCR_GEM1_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM1_COHERENT_CTRL_AXI_COH_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM1_COHERENT_CTRL_AXI_COH_WIDTH 4UL -#define XLPD_XIOU_SLCR_GEM1_COHERENT_CTRL_AXI_COH_MASK 0x0000000fUL -#define XLPD_XIOU_SLCR_GEM1_COHERENT_CTRL_AXI_COH_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGem1InterconnectRoute - */ -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_ROUTE ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000348UL ) -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_ROUTE_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_ROUTE_WIDTH 1UL -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_ROUTE_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_ROUTE_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrGem1InterconnectQos - */ -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_QOS ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000034CUL ) -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_QOS_SHIFT 0UL -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_QOS_WIDTH 4UL -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_QOS_MASK 0x0000000fUL -#define XLPD_XIOU_SLCR_GEM1_INTERCONNECT_QOS_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrTtcApbClk - */ -#define XLPD_XIOU_SLCR_TTC_APB_CLK ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000360UL ) -#define XLPD_XIOU_SLCR_TTC_APB_CLK_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_SHIFT 6UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_MASK 0x000000c0UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_SHIFT 4UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_MASK 0x00000030UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_SHIFT 2UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_MASK 0x0000000cUL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_SHIFT 0UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_WIDTH 2UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_MASK 0x00000003UL -#define XLPD_XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrMioSel - */ -#define XLPD_XIOU_SLCR_MIO_SEL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000410UL ) -#define XLPD_XIOU_SLCR_MIO_SEL_RSTVAL 0x0003ffffUL - -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT1_SHIFT 17UL -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT1_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT0_SHIFT 16UL -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT0_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT0_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_MIO_SEL_WWDT0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_I2C1_SHIFT 15UL -#define XLPD_XIOU_SLCR_MIO_SEL_I2C1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_I2C1_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_MIO_SEL_I2C1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_I2C0_SHIFT 14UL -#define XLPD_XIOU_SLCR_MIO_SEL_I2C0_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_I2C0_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_MIO_SEL_I2C0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_CAN1_SHIFT 13UL -#define XLPD_XIOU_SLCR_MIO_SEL_CAN1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_CAN1_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_MIO_SEL_CAN1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_CAN0_SHIFT 12UL -#define XLPD_XIOU_SLCR_MIO_SEL_CAN0_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_CAN0_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_MIO_SEL_CAN0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_UART1_SHIFT 11UL -#define XLPD_XIOU_SLCR_MIO_SEL_UART1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_UART1_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_MIO_SEL_UART1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_UART0_SHIFT 10UL -#define XLPD_XIOU_SLCR_MIO_SEL_UART0_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_UART0_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_MIO_SEL_UART0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_TTC3_SHIFT 9UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC3_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC3_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC3_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_TTC2_SHIFT 8UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC2_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC2_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC2_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_TTC1_SHIFT 7UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC1_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_TTC0_SHIFT 6UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC0_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC0_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_MIO_SEL_TTC0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_SPI1_SHIFT 5UL -#define XLPD_XIOU_SLCR_MIO_SEL_SPI1_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_SPI1_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_MIO_SEL_SPI1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_SPI0_SHIFT 4UL -#define XLPD_XIOU_SLCR_MIO_SEL_SPI0_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_SPI0_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_MIO_SEL_SPI0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1_MDIO_SHIFT 3UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1_MDIO_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1_MDIO_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1_MDIO_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1RGMII_SHIFT 2UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1RGMII_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1RGMII_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM1RGMII_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0_MDIO_SHIFT 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0_MDIO_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0_MDIO_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0_MDIO_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0RGMII_SHIFT 0UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0RGMII_WIDTH 1UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0RGMII_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_MIO_SEL_GEM0RGMII_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSlcrUsbInterconnectRoute - */ -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_ROUTE ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000428UL ) -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_ROUTE_SHIFT 0UL -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_ROUTE_WIDTH 1UL -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_ROUTE_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_ROUTE_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrUsbInterconnectQos - */ -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_QOS ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000042CUL ) -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_QOS_SHIFT 0UL -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_QOS_WIDTH 4UL -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_QOS_MASK 0x0000000fUL -#define XLPD_XIOU_SLCR_USB_INTERCONNECT_QOS_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrSmidForUsb - */ -#define XLPD_XIOU_SLCR_SMID_FOR_USB ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000430UL ) -#define XLPD_XIOU_SLCR_SMID_FOR_USB_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_SMID_FOR_USB_CFG_SHIFT 0UL -#define XLPD_XIOU_SLCR_SMID_FOR_USB_CFG_WIDTH 1UL -#define XLPD_XIOU_SLCR_SMID_FOR_USB_CFG_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_SMID_FOR_USB_CFG_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrCtrl - */ -#define XLPD_XIOU_SLCR_CTRL ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000600UL ) -#define XLPD_XIOU_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XLPD_XIOU_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XLPD_XIOU_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrIsr - */ -#define XLPD_XIOU_SLCR_ISR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000700UL ) -#define XLPD_XIOU_SLCR_ISR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SLCR_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SLCR_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrImr - */ -#define XLPD_XIOU_SLCR_IMR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000704UL ) -#define XLPD_XIOU_SLCR_IMR_RSTVAL 0x00000001UL - -#define XLPD_XIOU_SLCR_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SLCR_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SLCR_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSlcrIer - */ -#define XLPD_XIOU_SLCR_IER ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000708UL ) -#define XLPD_XIOU_SLCR_IER_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SLCR_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SLCR_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrIdr - */ -#define XLPD_XIOU_SLCR_IDR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000070CUL ) -#define XLPD_XIOU_SLCR_IDR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SLCR_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SLCR_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrItr - */ -#define XLPD_XIOU_SLCR_ITR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000710UL ) -#define XLPD_XIOU_SLCR_ITR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_XIOU_SLCR_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_XIOU_SLCR_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrParityIsr - */ -#define XLPD_XIOU_SLCR_PARITY_ISR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000714UL ) -#define XLPD_XIOU_SLCR_PARITY_ISR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_WWDT0_APB_SHIFT 24UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_WWDT0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_WWDT0_APB_MASK 0x01000000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_WWDT0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XS_SHIFT 23UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XS_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XS_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XS_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XM_SHIFT 22UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XM_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XM_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_XM_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_APB_SHIFT 21UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_APB_MASK 0x00200000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_USB_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART1_APB_SHIFT 20UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART1_APB_MASK 0x00100000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART0_APB_SHIFT 19UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART0_APB_MASK 0x00080000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_UART0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC3_APB_SHIFT 18UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC3_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC3_APB_MASK 0x00040000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC3_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC2_APB_SHIFT 17UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC2_APB_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC1_APB_SHIFT 16UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC1_APB_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC0_APB_SHIFT 15UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC0_APB_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_TTC0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI1_APB_SHIFT 14UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI1_APB_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI0_APB_SHIFT 13UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI0_APB_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SPI0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR2_APB_SHIFT 12UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR2_APB_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR1_APB_SHIFT 11UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR1_APB_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_SCNTR1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_SHIFT 10UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_SHIFT 9UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_APB_SHIFT 8UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_APB_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_APB_SHIFT 7UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_APB_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C1_APB_SHIFT 6UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C1_APB_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C0_APB_SHIFT 5UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C0_APB_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_I2C0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_SHIFT 4UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_SHIFT 3UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_SHIFT 2UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_GEM0_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN1_APB_SHIFT 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN1_APB_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN0_APB_SHIFT 0UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN0_APB_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_PARITY_ISR_PERR_CAN0_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrParityImr - */ -#define XLPD_XIOU_SLCR_PARITY_IMR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000718UL ) -#define XLPD_XIOU_SLCR_PARITY_IMR_RSTVAL 0x01ffffffUL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_WWDT0_APB_SHIFT 24UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_WWDT0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_WWDT0_APB_MASK 0x01000000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_WWDT0_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XS_SHIFT 23UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XS_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XS_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XS_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XM_SHIFT 22UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XM_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XM_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_XM_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_APB_SHIFT 21UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_APB_MASK 0x00200000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_USB_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART1_APB_SHIFT 20UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART1_APB_MASK 0x00100000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART0_APB_SHIFT 19UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART0_APB_MASK 0x00080000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_UART0_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC3_APB_SHIFT 18UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC3_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC3_APB_MASK 0x00040000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC3_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC2_APB_SHIFT 17UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC2_APB_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC2_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC1_APB_SHIFT 16UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC1_APB_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC0_APB_SHIFT 15UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC0_APB_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_TTC0_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI1_APB_SHIFT 14UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI1_APB_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI0_APB_SHIFT 13UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI0_APB_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SPI0_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR2_APB_SHIFT 12UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR2_APB_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR2_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR1_APB_SHIFT 11UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR1_APB_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_SCNTR1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_SHIFT 10UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_SHIFT 9UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_APB_SHIFT 8UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_APB_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_APB_SHIFT 7UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_APB_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C1_APB_SHIFT 6UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C1_APB_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C0_APB_SHIFT 5UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C0_APB_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_I2C0_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_SHIFT 4UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_SHIFT 3UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM1_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_SHIFT 2UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_GEM0_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN1_APB_SHIFT 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN1_APB_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN1_APB_DEFVAL 0x1UL - -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN0_APB_SHIFT 0UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN0_APB_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_PARITY_IMR_PERR_CAN0_APB_DEFVAL 0x1UL - -/** - * Register: XlpdXiouSlcrParityIer - */ -#define XLPD_XIOU_SLCR_PARITY_IER ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x0000071CUL ) -#define XLPD_XIOU_SLCR_PARITY_IER_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_WWDT0_APB_SHIFT 24UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_WWDT0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_WWDT0_APB_MASK 0x01000000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_WWDT0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XS_SHIFT 23UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XS_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XS_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XS_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XM_SHIFT 22UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XM_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XM_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_XM_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_APB_SHIFT 21UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_APB_MASK 0x00200000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_USB_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART1_APB_SHIFT 20UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART1_APB_MASK 0x00100000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART0_APB_SHIFT 19UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART0_APB_MASK 0x00080000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_UART0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC3_APB_SHIFT 18UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC3_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC3_APB_MASK 0x00040000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC3_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC2_APB_SHIFT 17UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC2_APB_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC1_APB_SHIFT 16UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC1_APB_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC0_APB_SHIFT 15UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC0_APB_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_TTC0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI1_APB_SHIFT 14UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI1_APB_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI0_APB_SHIFT 13UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI0_APB_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SPI0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR2_APB_SHIFT 12UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR2_APB_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR1_APB_SHIFT 11UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR1_APB_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_SCNTR1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_SHIFT 10UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_SHIFT 9UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_APB_SHIFT 8UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_APB_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_APB_SHIFT 7UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_APB_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C1_APB_SHIFT 6UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C1_APB_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C0_APB_SHIFT 5UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C0_APB_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_I2C0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_SHIFT 4UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_SHIFT 3UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_SHIFT 2UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_GEM0_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN1_APB_SHIFT 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN1_APB_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN0_APB_SHIFT 0UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN0_APB_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_PARITY_IER_PERR_CAN0_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrParityIdr - */ -#define XLPD_XIOU_SLCR_PARITY_IDR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000720UL ) -#define XLPD_XIOU_SLCR_PARITY_IDR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_WWDT0_APB_SHIFT 24UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_WWDT0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_WWDT0_APB_MASK 0x01000000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_WWDT0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XS_SHIFT 23UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XS_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XS_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XS_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XM_SHIFT 22UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XM_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XM_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_XM_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_APB_SHIFT 21UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_APB_MASK 0x00200000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_USB_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART1_APB_SHIFT 20UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART1_APB_MASK 0x00100000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART0_APB_SHIFT 19UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART0_APB_MASK 0x00080000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_UART0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC3_APB_SHIFT 18UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC3_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC3_APB_MASK 0x00040000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC3_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC2_APB_SHIFT 17UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC2_APB_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC1_APB_SHIFT 16UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC1_APB_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC0_APB_SHIFT 15UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC0_APB_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_TTC0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI1_APB_SHIFT 14UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI1_APB_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI0_APB_SHIFT 13UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI0_APB_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SPI0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR2_APB_SHIFT 12UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR2_APB_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR1_APB_SHIFT 11UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR1_APB_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_SCNTR1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_SHIFT 10UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_SHIFT 9UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_APB_SHIFT 8UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_APB_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_APB_SHIFT 7UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_APB_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C1_APB_SHIFT 6UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C1_APB_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C0_APB_SHIFT 5UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C0_APB_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_I2C0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_SHIFT 4UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_SHIFT 3UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_SHIFT 2UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_GEM0_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN1_APB_SHIFT 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN1_APB_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN0_APB_SHIFT 0UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN0_APB_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_PARITY_IDR_PERR_CAN0_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrParityItr - */ -#define XLPD_XIOU_SLCR_PARITY_ITR ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000724UL ) -#define XLPD_XIOU_SLCR_PARITY_ITR_RSTVAL 0x00000000UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_WWDT0_APB_SHIFT 24UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_WWDT0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_WWDT0_APB_MASK 0x01000000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_WWDT0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XS_SHIFT 23UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XS_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XS_MASK 0x00800000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XS_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XM_SHIFT 22UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XM_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XM_MASK 0x00400000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_XM_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_APB_SHIFT 21UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_APB_MASK 0x00200000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_USB_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART1_APB_SHIFT 20UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART1_APB_MASK 0x00100000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART0_APB_SHIFT 19UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART0_APB_MASK 0x00080000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_UART0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC3_APB_SHIFT 18UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC3_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC3_APB_MASK 0x00040000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC3_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC2_APB_SHIFT 17UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC2_APB_MASK 0x00020000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC1_APB_SHIFT 16UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC1_APB_MASK 0x00010000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC0_APB_SHIFT 15UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC0_APB_MASK 0x00008000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_TTC0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI1_APB_SHIFT 14UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI1_APB_MASK 0x00004000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI0_APB_SHIFT 13UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI0_APB_MASK 0x00002000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SPI0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR2_APB_SHIFT 12UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR2_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR2_APB_MASK 0x00001000UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR2_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR1_APB_SHIFT 11UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR1_APB_MASK 0x00000800UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_SCNTR1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_SHIFT 10UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000400UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_SHIFT 9UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_MASK 0x00000200UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_APB_SHIFT 8UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_APB_MASK 0x00000100UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_APB_SHIFT 7UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_APB_MASK 0x00000080UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C1_APB_SHIFT 6UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C1_APB_MASK 0x00000040UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C0_APB_SHIFT 5UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C0_APB_MASK 0x00000020UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_I2C0_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_SHIFT 4UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_MASK 0x00000010UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_SHIFT 3UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_MASK 0x00000008UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM1_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_SHIFT 2UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_MASK 0x00000004UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_GEM0_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN1_APB_SHIFT 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN1_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN1_APB_MASK 0x00000002UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN1_APB_DEFVAL 0x0UL - -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN0_APB_SHIFT 0UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN0_APB_WIDTH 1UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN0_APB_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_PARITY_ITR_PERR_CAN0_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXiouSlcrWprot0 - */ -#define XLPD_XIOU_SLCR_WPROT0 ( ( XLPD_XIOU_SLCR_BASEADDR ) + 0x00000728UL ) -#define XLPD_XIOU_SLCR_WPROT0_RSTVAL 0x00000001UL - -#define XLPD_XIOU_SLCR_WPROT0_ACT_SHIFT 0UL -#define XLPD_XIOU_SLCR_WPROT0_ACT_WIDTH 1UL -#define XLPD_XIOU_SLCR_WPROT0_ACT_MASK 0x00000001UL -#define XLPD_XIOU_SLCR_WPROT0_ACT_DEFVAL 0x1UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_XIOU_SLCR_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_slcr.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_slcr.h deleted file mode 100644 index f2e0411..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_slcr.h +++ /dev/null @@ -1,501 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_SLCR_H__ -#define __XLPD_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdSlcr Base Address - */ -#define XLPD_SLCR_BASEADDR 0xFF410000UL - -/** - * Register: XlpdSlcrWprot0 - */ -#define XLPD_SLCR_WPROT0 ( ( XLPD_SLCR_BASEADDR ) + 0x00000000UL ) -#define XLPD_SLCR_WPROT0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_WPROT0_ACT_SHIFT 0UL -#define XLPD_SLCR_WPROT0_ACT_WIDTH 1UL -#define XLPD_SLCR_WPROT0_ACT_MASK 0x00000001UL -#define XLPD_SLCR_WPROT0_ACT_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrCtrl - */ -#define XLPD_SLCR_CTRL ( ( XLPD_SLCR_BASEADDR ) + 0x00000004UL ) -#define XLPD_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XLPD_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XLPD_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XLPD_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XLPD_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIsr - */ -#define XLPD_SLCR_ISR ( ( XLPD_SLCR_BASEADDR ) + 0x00000008UL ) -#define XLPD_SLCR_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrImr - */ -#define XLPD_SLCR_IMR ( ( XLPD_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XLPD_SLCR_IMR_RSTVAL 0x00000001UL - -#define XLPD_SLCR_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrIer - */ -#define XLPD_SLCR_IER ( ( XLPD_SLCR_BASEADDR ) + 0x00000010UL ) -#define XLPD_SLCR_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIdr - */ -#define XLPD_SLCR_IDR ( ( XLPD_SLCR_BASEADDR ) + 0x00000014UL ) -#define XLPD_SLCR_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrItr - */ -#define XLPD_SLCR_ITR ( ( XLPD_SLCR_BASEADDR ) + 0x00000018UL ) -#define XLPD_SLCR_ITR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk0 - */ -#define XLPD_SLCR_SAFETY_CHK0 ( ( XLPD_SLCR_BASEADDR ) + 0x00000060UL ) -#define XLPD_SLCR_SAFETY_CHK0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK0_CHK_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK0_CHK_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK0_CHK_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK0_CHK_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk1 - */ -#define XLPD_SLCR_SAFETY_CHK1 ( ( XLPD_SLCR_BASEADDR ) + 0x00000064UL ) -#define XLPD_SLCR_SAFETY_CHK1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK1_CHK_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK1_CHK_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK1_CHK_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK1_CHK_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk2 - */ -#define XLPD_SLCR_SAFETY_CHK2 ( ( XLPD_SLCR_BASEADDR ) + 0x00000068UL ) -#define XLPD_SLCR_SAFETY_CHK2_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK2_CHK_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK2_CHK_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK2_CHK_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK2_CHK_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk3 - */ -#define XLPD_SLCR_SAFETY_CHK3 ( ( XLPD_SLCR_BASEADDR ) + 0x0000006CUL ) -#define XLPD_SLCR_SAFETY_CHK3_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK3_CHK_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK3_CHK_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK3_CHK_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK3_CHK_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSmidCfgAdma0 - */ -#define XLPD_SLCR_SMID_CFG_ADMA0 ( ( XLPD_SLCR_BASEADDR ) + 0x00000074UL ) -#define XLPD_SLCR_SMID_CFG_ADMA0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH7_SHIFT 7UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH7_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH7_MASK 0x00000080UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH7_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH6_SHIFT 6UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH6_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH6_MASK 0x00000040UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH6_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH5_SHIFT 5UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH5_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH5_MASK 0x00000020UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH5_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH4_SHIFT 4UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH4_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH4_MASK 0x00000010UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH4_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH3_SHIFT 3UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH3_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH3_MASK 0x00000008UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH3_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH2_SHIFT 2UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH2_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH2_MASK 0x00000004UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH2_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH1_SHIFT 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH1_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH1_MASK 0x00000002UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH1_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA0_CH0_SHIFT 0UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH0_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH0_MASK 0x00000001UL -#define XLPD_SLCR_SMID_CFG_ADMA0_CH0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSmidCfgAdma1 - */ -#define XLPD_SLCR_SMID_CFG_ADMA1 ( ( XLPD_SLCR_BASEADDR ) + 0x00000078UL ) -#define XLPD_SLCR_SMID_CFG_ADMA1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH7_SHIFT 7UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH7_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH7_MASK 0x00000080UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH7_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH6_SHIFT 6UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH6_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH6_MASK 0x00000040UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH6_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH5_SHIFT 5UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH5_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH5_MASK 0x00000020UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH5_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH4_SHIFT 4UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH4_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH4_MASK 0x00000010UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH4_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH3_SHIFT 3UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH3_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH3_MASK 0x00000008UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH3_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH2_SHIFT 2UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH2_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH2_MASK 0x00000004UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH2_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH1_SHIFT 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH1_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH1_MASK 0x00000002UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH1_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_ADMA1_CH0_SHIFT 0UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH0_WIDTH 1UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH0_MASK 0x00000001UL -#define XLPD_SLCR_SMID_CFG_ADMA1_CH0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSmidCfgRpu0 - */ -#define XLPD_SLCR_SMID_CFG_RPU0 ( ( XLPD_SLCR_BASEADDR ) + 0x0000007CUL ) -#define XLPD_SLCR_SMID_CFG_RPU0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SMID_CFG_RPU0_CH3_SHIFT 6UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH3_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH3_MASK 0x000000c0UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH3_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_RPU0_CH2_SHIFT 4UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH2_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH2_MASK 0x00000030UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH2_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_RPU0_CH1_SHIFT 2UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH1_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH1_MASK 0x0000000cUL -#define XLPD_SLCR_SMID_CFG_RPU0_CH1_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_RPU0_CH0_SHIFT 0UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH0_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH0_MASK 0x00000003UL -#define XLPD_SLCR_SMID_CFG_RPU0_CH0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSmidCfgRpu1 - */ -#define XLPD_SLCR_SMID_CFG_RPU1 ( ( XLPD_SLCR_BASEADDR ) + 0x00000080UL ) -#define XLPD_SLCR_SMID_CFG_RPU1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SMID_CFG_RPU1_CH3_SHIFT 6UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH3_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH3_MASK 0x000000c0UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH3_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_RPU1_CH2_SHIFT 4UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH2_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH2_MASK 0x00000030UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH2_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_RPU1_CH1_SHIFT 2UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH1_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH1_MASK 0x0000000cUL -#define XLPD_SLCR_SMID_CFG_RPU1_CH1_DEFVAL 0x0UL - -#define XLPD_SLCR_SMID_CFG_RPU1_CH0_SHIFT 0UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH0_WIDTH 2UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH0_MASK 0x00000003UL -#define XLPD_SLCR_SMID_CFG_RPU1_CH0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrHsdpCfg - */ -#define XLPD_SLCR_HSDP_CFG ( ( XLPD_SLCR_BASEADDR ) + 0x00000088UL ) -#define XLPD_SLCR_HSDP_CFG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_HSDP_CFG_LINK_REACH_SHIFT 3UL -#define XLPD_SLCR_HSDP_CFG_LINK_REACH_WIDTH 1UL -#define XLPD_SLCR_HSDP_CFG_LINK_REACH_MASK 0x00000008UL -#define XLPD_SLCR_HSDP_CFG_LINK_REACH_DEFVAL 0x0UL - -#define XLPD_SLCR_HSDP_CFG_AURORA_XPIPE_SEL_SHIFT 2UL -#define XLPD_SLCR_HSDP_CFG_AURORA_XPIPE_SEL_WIDTH 1UL -#define XLPD_SLCR_HSDP_CFG_AURORA_XPIPE_SEL_MASK 0x00000004UL -#define XLPD_SLCR_HSDP_CFG_AURORA_XPIPE_SEL_DEFVAL 0x0UL - -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PCIE_SHIFT 1UL -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PCIE_WIDTH 1UL -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PCIE_MASK 0x00000002UL -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PCIE_DEFVAL 0x0UL - -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PL_SHIFT 0UL -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PL_WIDTH 1UL -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PL_MASK 0x00000001UL -#define XLPD_SLCR_HSDP_CFG_SEL_AUR_PL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrXocm2Cfg - */ -#define XLPD_SLCR_XOCM2_CFG ( ( XLPD_SLCR_BASEADDR ) + 0x0000008CUL ) -#define XLPD_SLCR_XOCM2_CFG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_XOCM2_CFG_PRESENT_SHIFT 0UL -#define XLPD_SLCR_XOCM2_CFG_PRESENT_WIDTH 1UL -#define XLPD_SLCR_XOCM2_CFG_PRESENT_MASK 0x00000001UL -#define XLPD_SLCR_XOCM2_CFG_PRESENT_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrAdmaCfg - */ -#define XLPD_SLCR_ADMA_CFG ( ( XLPD_SLCR_BASEADDR ) + 0x0000200CUL ) -#define XLPD_SLCR_ADMA_CFG_RSTVAL 0x00000048UL - -#define XLPD_SLCR_ADMA_CFG_BUS_WIDTH_SHIFT 5UL -#define XLPD_SLCR_ADMA_CFG_BUS_WIDTH_WIDTH 2UL -#define XLPD_SLCR_ADMA_CFG_BUS_WIDTH_MASK 0x00000060UL -#define XLPD_SLCR_ADMA_CFG_BUS_WIDTH_DEFVAL 0x2UL - -#define XLPD_SLCR_ADMA_CFG_NUM_CH_SHIFT 0UL -#define XLPD_SLCR_ADMA_CFG_NUM_CH_WIDTH 5UL -#define XLPD_SLCR_ADMA_CFG_NUM_CH_MASK 0x0000001fUL -#define XLPD_SLCR_ADMA_CFG_NUM_CH_DEFVAL 0x8UL - -/** - * Register: XlpdSlcrAfiFs - */ -#define XLPD_SLCR_AFI_FS ( ( XLPD_SLCR_BASEADDR ) + 0x00009000UL ) -#define XLPD_SLCR_AFI_FS_RSTVAL 0x00000200UL - -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_SHIFT 8UL -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_WIDTH 2UL -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_MASK 0x00000300UL -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_DEFVAL 0x2UL - -/** - * Register: XlpdSlcrCciCfg0 - */ -#define XLPD_SLCR_CCI_CFG_0 ( ( XLPD_SLCR_BASEADDR ) + 0x0000A000UL ) -#define XLPD_SLCR_CCI_CFG_0_RSTVAL 0x00030fc0UL - -#define XLPD_SLCR_CCI_CFG_0_SPR_SHIFT 28UL -#define XLPD_SLCR_CCI_CFG_0_SPR_WIDTH 4UL -#define XLPD_SLCR_CCI_CFG_0_SPR_MASK 0xf0000000UL -#define XLPD_SLCR_CCI_CFG_0_SPR_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_MSB_SHIFT 12UL -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_MSB_WIDTH 6UL -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_MSB_MASK 0x0003f000UL -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_MSB_DEFVAL 0x30UL - -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_LSB_SHIFT 6UL -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_LSB_WIDTH 6UL -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_LSB_MASK 0x00000fc0UL -#define XLPD_SLCR_CCI_CFG_0_ACCHANNEL_EN_LSB_DEFVAL 0x3fUL - -#define XLPD_SLCR_CCI_CFG_0_QOS_OVERRIDE_SHIFT 0UL -#define XLPD_SLCR_CCI_CFG_0_QOS_OVERRIDE_WIDTH 6UL -#define XLPD_SLCR_CCI_CFG_0_QOS_OVERRIDE_MASK 0x0000003fUL -#define XLPD_SLCR_CCI_CFG_0_QOS_OVERRIDE_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrCciCfg1 - */ -#define XLPD_SLCR_CCI_CFG_1 ( ( XLPD_SLCR_BASEADDR ) + 0x0000A004UL ) -#define XLPD_SLCR_CCI_CFG_1_RSTVAL 0x000023c0UL - -#define XLPD_SLCR_CCI_CFG_1_MST_DEPEND_ON_SL_SHIFT 12UL -#define XLPD_SLCR_CCI_CFG_1_MST_DEPEND_ON_SL_WIDTH 6UL -#define XLPD_SLCR_CCI_CFG_1_MST_DEPEND_ON_SL_MASK 0x0003f000UL -#define XLPD_SLCR_CCI_CFG_1_MST_DEPEND_ON_SL_DEFVAL 0x2UL - -#define XLPD_SLCR_CCI_CFG_1_BRST_SPLIT_ALL_SHIFT 6UL -#define XLPD_SLCR_CCI_CFG_1_BRST_SPLIT_ALL_WIDTH 6UL -#define XLPD_SLCR_CCI_CFG_1_BRST_SPLIT_ALL_MASK 0x00000fc0UL -#define XLPD_SLCR_CCI_CFG_1_BRST_SPLIT_ALL_DEFVAL 0xfUL - -#define XLPD_SLCR_CCI_CFG_1_ORDERED_WR_OBSERVE_SHIFT 0UL -#define XLPD_SLCR_CCI_CFG_1_ORDERED_WR_OBSERVE_WIDTH 6UL -#define XLPD_SLCR_CCI_CFG_1_ORDERED_WR_OBSERVE_MASK 0x0000003fUL -#define XLPD_SLCR_CCI_CFG_1_ORDERED_WR_OBSERVE_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrCci - */ -#define XLPD_SLCR_CCI ( ( XLPD_SLCR_BASEADDR ) + 0x0000A008UL ) -#define XLPD_SLCR_CCI_RSTVAL 0x00000000UL - -#define XLPD_SLCR_CCI_ADDRMAP_SHIFT 0UL -#define XLPD_SLCR_CCI_ADDRMAP_WIDTH 25UL -#define XLPD_SLCR_CCI_ADDRMAP_MASK 0x01ffffffUL -#define XLPD_SLCR_CCI_ADDRMAP_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSmmu - */ -#define XLPD_SLCR_SMMU ( ( XLPD_SLCR_BASEADDR ) + 0x0000A020UL ) -#define XLPD_SLCR_SMMU_RSTVAL 0x0000007fUL - -#define XLPD_SLCR_SMMU_CFG_NORMIZE_SHIFT 9UL -#define XLPD_SLCR_SMMU_CFG_NORMIZE_WIDTH 1UL -#define XLPD_SLCR_SMMU_CFG_NORMIZE_MASK 0x00000200UL -#define XLPD_SLCR_SMMU_CFG_NORMIZE_DEFVAL 0x0UL - -#define XLPD_SLCR_SMMU_INTEG_SEC_OVERRIDE_SHIFT 8UL -#define XLPD_SLCR_SMMU_INTEG_SEC_OVERRIDE_WIDTH 1UL -#define XLPD_SLCR_SMMU_INTEG_SEC_OVERRIDE_MASK 0x00000100UL -#define XLPD_SLCR_SMMU_INTEG_SEC_OVERRIDE_DEFVAL 0x0UL - -#define XLPD_SLCR_SMMU_CFG_CTTW_SHIFT 7UL -#define XLPD_SLCR_SMMU_CFG_CTTW_WIDTH 1UL -#define XLPD_SLCR_SMMU_CFG_CTTW_MASK 0x00000080UL -#define XLPD_SLCR_SMMU_CFG_CTTW_DEFVAL 0x0UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU6_SHIFT 6UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU6_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU6_MASK 0x00000040UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU6_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU5_SHIFT 5UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU5_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU5_MASK 0x00000020UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU5_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU4_SHIFT 4UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU4_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU4_MASK 0x00000010UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU4_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU3_SHIFT 3UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU3_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU3_MASK 0x00000008UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU3_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU2_SHIFT 2UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU2_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU2_MASK 0x00000004UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU2_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU1_SHIFT 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU1_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU1_MASK 0x00000002UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU1_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU0_SHIFT 0UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU0_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU0_MASK 0x00000001UL -#define XLPD_SLCR_SMMU_SYSBARDISABLE_TBU0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrApu - */ -#define XLPD_SLCR_APU ( ( XLPD_SLCR_BASEADDR ) + 0x0000A040UL ) -#define XLPD_SLCR_APU_RSTVAL 0x00000001UL - -#define XLPD_SLCR_APU_BRDC_BARRIER_SHIFT 3UL -#define XLPD_SLCR_APU_BRDC_BARRIER_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_BARRIER_MASK 0x00000008UL -#define XLPD_SLCR_APU_BRDC_BARRIER_DEFVAL 0x0UL - -#define XLPD_SLCR_APU_BRDC_CMNT_SHIFT 2UL -#define XLPD_SLCR_APU_BRDC_CMNT_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_CMNT_MASK 0x00000004UL -#define XLPD_SLCR_APU_BRDC_CMNT_DEFVAL 0x0UL - -#define XLPD_SLCR_APU_BRDC_INNER_SHIFT 1UL -#define XLPD_SLCR_APU_BRDC_INNER_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_INNER_MASK 0x00000002UL -#define XLPD_SLCR_APU_BRDC_INNER_DEFVAL 0x0UL - -#define XLPD_SLCR_APU_BRDC_OUTER_SHIFT 0UL -#define XLPD_SLCR_APU_BRDC_OUTER_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_OUTER_MASK 0x00000001UL -#define XLPD_SLCR_APU_BRDC_OUTER_DEFVAL 0x1UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_SLCR_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_slcr_secure.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_slcr_secure.h deleted file mode 100644 index 4978960..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_slcr_secure.h +++ /dev/null @@ -1,328 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_SLCR_SECURE_H__ -#define __XLPD_SLCR_SECURE_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdSlcrSecure Base Address - */ -#define XLPD_SLCR_SECURE_BASEADDR 0xFF510000UL - -/** - * Register: XlpdSlcrSecureCtrl - */ -#define XLPD_SLCR_SECURE_CTRL ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000004UL ) -#define XLPD_SLCR_SECURE_CTRL_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_CTRL_SLVERR_EN_SHIFT 0UL -#define XLPD_SLCR_SECURE_CTRL_SLVERR_EN_WIDTH 1UL -#define XLPD_SLCR_SECURE_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureIsr - */ -#define XLPD_SLCR_SECURE_ISR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000008UL ) -#define XLPD_SLCR_SECURE_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureImr - */ -#define XLPD_SLCR_SECURE_IMR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x0000000CUL ) -#define XLPD_SLCR_SECURE_IMR_RSTVAL 0x00000001UL - -#define XLPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecureIer - */ -#define XLPD_SLCR_SECURE_IER ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000010UL ) -#define XLPD_SLCR_SECURE_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureIdr - */ -#define XLPD_SLCR_SECURE_IDR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000014UL ) -#define XLPD_SLCR_SECURE_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureItr - */ -#define XLPD_SLCR_SECURE_ITR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000018UL ) -#define XLPD_SLCR_SECURE_ITR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XLPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XLPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureRpu0 - */ -#define XLPD_SLCR_SECURE_RPU0 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000020UL ) -#define XLPD_SLCR_SECURE_RPU0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_RPU0_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_RPU0_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_RPU0_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_RPU0_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureRpu1 - */ -#define XLPD_SLCR_SECURE_RPU1 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000024UL ) -#define XLPD_SLCR_SECURE_RPU1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_RPU1_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_RPU1_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_RPU1_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_RPU1_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureXmpu - */ -#define XLPD_SLCR_SECURE_XMPU ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000028UL ) -#define XLPD_SLCR_SECURE_XMPU_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_XMPU_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_XMPU_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_XMPU_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_XMPU_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureXppu - */ -#define XLPD_SLCR_SECURE_XPPU ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x0000002CUL ) -#define XLPD_SLCR_SECURE_XPPU_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_XPPU_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_XPPU_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_XPPU_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_XPPU_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureSafetyChk - */ -#define XLPD_SLCR_SECURE_SAFETY_CHK ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000030UL ) -#define XLPD_SLCR_SECURE_SAFETY_CHK_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_SAFETY_CHK_VAL_SHIFT 0UL -#define XLPD_SLCR_SECURE_SAFETY_CHK_VAL_WIDTH 32UL -#define XLPD_SLCR_SECURE_SAFETY_CHK_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SECURE_SAFETY_CHK_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureCpmPcsr - */ -#define XLPD_SLCR_SECURE_CPM_PCSR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000038UL ) -#define XLPD_SLCR_SECURE_CPM_PCSR_RSTVAL 0x00000001UL - -#define XLPD_SLCR_SECURE_CPM_PCSR_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_CPM_PCSR_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_CPM_PCSR_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_CPM_PCSR_TZ_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecureIpi - */ -#define XLPD_SLCR_SECURE_IPI ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000040UL ) -#define XLPD_SLCR_SECURE_IPI_RSTVAL 0x00000001UL - -#define XLPD_SLCR_SECURE_IPI_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_IPI_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_IPI_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_IPI_TZ_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecureCrl - */ -#define XLPD_SLCR_SECURE_CRL ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000044UL ) -#define XLPD_SLCR_SECURE_CRL_RSTVAL 0x00000001UL - -#define XLPD_SLCR_SECURE_CRL_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_CRL_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_CRL_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_CRL_TZ_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecure - */ -#define XLPD_SLCR_SECURE ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000048UL ) -#define XLPD_SLCR_SECURE_RSTVAL 0x00000003UL - -#define XLPD_SLCR_SECURE_INTLPD_TZ_SHIFT 1UL -#define XLPD_SLCR_SECURE_INTLPD_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_INTLPD_TZ_MASK 0x00000002UL -#define XLPD_SLCR_SECURE_INTLPD_TZ_DEFVAL 0x1UL - -#define XLPD_SLCR_SECURE_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_TZ_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecureHsdp - */ -#define XLPD_SLCR_SECURE_HSDP ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x0000004CUL ) -#define XLPD_SLCR_SECURE_HSDP_RSTVAL 0x00000007UL - -#define XLPD_SLCR_SECURE_HSDP_TZ_SHIFT 1UL -#define XLPD_SLCR_SECURE_HSDP_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_HSDP_TZ_MASK 0x00000002UL -#define XLPD_SLCR_SECURE_HSDP_TZ_DEFVAL 0x1UL - -#define XLPD_SLCR_SECURE_HSDP_APB_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_HSDP_APB_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_HSDP_APB_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_HSDP_APB_TZ_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecureAfi - */ -#define XLPD_SLCR_SECURE_AFI ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000050UL ) -#define XLPD_SLCR_SECURE_AFI_RSTVAL 0x00000001UL - -#define XLPD_SLCR_SECURE_AFI_FM_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_AFI_FM_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_AFI_FM_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_AFI_FM_TZ_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecurePsm - */ -#define XLPD_SLCR_SECURE_PSM ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000054UL ) -#define XLPD_SLCR_SECURE_PSM_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_PSM_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_PSM_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_PSM_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_PSM_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma0 - */ -#define XLPD_SLCR_SECURE_ADMA0 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000060UL ) -#define XLPD_SLCR_SECURE_ADMA0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA0_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA0_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA0_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA0_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma1 - */ -#define XLPD_SLCR_SECURE_ADMA1 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000064UL ) -#define XLPD_SLCR_SECURE_ADMA1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA1_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA1_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA1_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA1_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma2 - */ -#define XLPD_SLCR_SECURE_ADMA2 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000068UL ) -#define XLPD_SLCR_SECURE_ADMA2_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA2_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA2_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA2_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA2_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma3 - */ -#define XLPD_SLCR_SECURE_ADMA3 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x0000006CUL ) -#define XLPD_SLCR_SECURE_ADMA3_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA3_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA3_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA3_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA3_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma4 - */ -#define XLPD_SLCR_SECURE_ADMA4 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000070UL ) -#define XLPD_SLCR_SECURE_ADMA4_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA4_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA4_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA4_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA4_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma5 - */ -#define XLPD_SLCR_SECURE_ADMA5 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000074UL ) -#define XLPD_SLCR_SECURE_ADMA5_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA5_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA5_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA5_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA5_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma6 - */ -#define XLPD_SLCR_SECURE_ADMA6 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000078UL ) -#define XLPD_SLCR_SECURE_ADMA6_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA6_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA6_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA6_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA6_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecureAdma7 - */ -#define XLPD_SLCR_SECURE_ADMA7 ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x0000007CUL ) -#define XLPD_SLCR_SECURE_ADMA7_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SECURE_ADMA7_TZ_SHIFT 0UL -#define XLPD_SLCR_SECURE_ADMA7_TZ_WIDTH 1UL -#define XLPD_SLCR_SECURE_ADMA7_TZ_MASK 0x00000001UL -#define XLPD_SLCR_SECURE_ADMA7_TZ_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_SLCR_SECURE_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_xppu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_xppu.h deleted file mode 100644 index d9e730f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xlpd_xppu.h +++ /dev/null @@ -1,6769 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_XPPU_H__ -#define __XLPD_XPPU_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdXppu Base Address - */ -#define XLPD_XPPU_BASEADDR 0xFF990000UL - -/** - * Register: XlpdXppuCtrl - */ -#define XLPD_XPPU_CTRL ( ( XLPD_XPPU_BASEADDR ) + 0x00000000UL ) -#define XLPD_XPPU_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XPPU_CTRL_HIDE_EN_SHIFT 3UL -#define XLPD_XPPU_CTRL_HIDE_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_HIDE_EN_MASK 0x00000008UL -#define XLPD_XPPU_CTRL_HIDE_EN_DEFVAL 0x0UL - -#define XLPD_XPPU_CTRL_APER_PARITY_EN_SHIFT 2UL -#define XLPD_XPPU_CTRL_APER_PARITY_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_APER_PARITY_EN_MASK 0x00000004UL -#define XLPD_XPPU_CTRL_APER_PARITY_EN_DEFVAL 0x0UL - -#define XLPD_XPPU_CTRL_MID_PARITY_EN_SHIFT 1UL -#define XLPD_XPPU_CTRL_MID_PARITY_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_MID_PARITY_EN_MASK 0x00000002UL -#define XLPD_XPPU_CTRL_MID_PARITY_EN_DEFVAL 0x0UL - -#define XLPD_XPPU_CTRL_EN_SHIFT 0UL -#define XLPD_XPPU_CTRL_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_EN_MASK 0x00000001UL -#define XLPD_XPPU_CTRL_EN_DEFVAL 0x0UL - -/** - * Register: XlpdXppuErrSts1 - */ -#define XLPD_XPPU_ERR_STS1 ( ( XLPD_XPPU_BASEADDR ) + 0x00000004UL ) -#define XLPD_XPPU_ERR_STS1_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XlpdXppuErrSts2 - */ -#define XLPD_XPPU_ERR_STS2 ( ( XLPD_XPPU_BASEADDR ) + 0x00000008UL ) -#define XLPD_XPPU_ERR_STS2_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ERR_STS2_AXI_ID_SHIFT 0UL -#define XLPD_XPPU_ERR_STS2_AXI_ID_WIDTH 10UL -#define XLPD_XPPU_ERR_STS2_AXI_ID_MASK 0x000003ffUL -#define XLPD_XPPU_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuItr - */ -#define XLPD_XPPU_ITR ( ( XLPD_XPPU_BASEADDR ) + 0x0000000CUL ) -#define XLPD_XPPU_ITR_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ITR_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_ITR_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_ITR_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_ITR_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_ITR_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_ITR_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_ITR_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_ITR_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_ITR_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_ITR_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_ITR_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_ITR_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_ITR_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_ITR_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_ITR_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_ITR_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_ITR_MID_RO_SHIFT 2UL -#define XLPD_XPPU_ITR_MID_RO_WIDTH 1UL -#define XLPD_XPPU_ITR_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_ITR_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_ITR_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_ITR_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_ITR_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_ITR_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_ITR_INV_APB_SHIFT 0UL -#define XLPD_XPPU_ITR_INV_APB_WIDTH 1UL -#define XLPD_XPPU_ITR_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_ITR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuIsr - */ -#define XLPD_XPPU_ISR ( ( XLPD_XPPU_BASEADDR ) + 0x00000010UL ) -#define XLPD_XPPU_ISR_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ISR_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_ISR_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_ISR_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_ISR_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_ISR_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_ISR_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_ISR_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_ISR_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_ISR_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_ISR_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_ISR_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_ISR_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_ISR_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_MID_RO_SHIFT 2UL -#define XLPD_XPPU_ISR_MID_RO_WIDTH 1UL -#define XLPD_XPPU_ISR_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_ISR_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_ISR_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_ISR_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_ISR_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_INV_APB_SHIFT 0UL -#define XLPD_XPPU_ISR_INV_APB_WIDTH 1UL -#define XLPD_XPPU_ISR_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuImr - */ -#define XLPD_XPPU_IMR ( ( XLPD_XPPU_BASEADDR ) + 0x00000014UL ) -#define XLPD_XPPU_IMR_RSTVAL 0x000000efUL - -#define XLPD_XPPU_IMR_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_IMR_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_IMR_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_IMR_APER_PARITY_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_IMR_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_IMR_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_IMR_APER_TZ_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_IMR_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_IMR_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_IMR_APER_PERM_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_IMR_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_IMR_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_IMR_MID_PARITY_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_MID_RO_SHIFT 2UL -#define XLPD_XPPU_IMR_MID_RO_WIDTH 1UL -#define XLPD_XPPU_IMR_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_IMR_MID_RO_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_IMR_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_IMR_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_IMR_MID_MISS_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_INV_APB_SHIFT 0UL -#define XLPD_XPPU_IMR_INV_APB_WIDTH 1UL -#define XLPD_XPPU_IMR_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XlpdXppuIen - */ -#define XLPD_XPPU_IEN ( ( XLPD_XPPU_BASEADDR ) + 0x00000018UL ) -#define XLPD_XPPU_IEN_RSTVAL 0x00000000UL - -#define XLPD_XPPU_IEN_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_IEN_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_IEN_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_IEN_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_IEN_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_IEN_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_IEN_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_IEN_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_IEN_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_IEN_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_IEN_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_IEN_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_IEN_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_MID_RO_SHIFT 2UL -#define XLPD_XPPU_IEN_MID_RO_WIDTH 1UL -#define XLPD_XPPU_IEN_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_IEN_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_IEN_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_IEN_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_IEN_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_INV_APB_SHIFT 0UL -#define XLPD_XPPU_IEN_INV_APB_WIDTH 1UL -#define XLPD_XPPU_IEN_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuIds - */ -#define XLPD_XPPU_IDS ( ( XLPD_XPPU_BASEADDR ) + 0x0000001CUL ) -#define XLPD_XPPU_IDS_RSTVAL 0x00000000UL - -#define XLPD_XPPU_IDS_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_IDS_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_IDS_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_IDS_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_IDS_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_IDS_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_IDS_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_IDS_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_IDS_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_IDS_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_IDS_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_IDS_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_IDS_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_MID_RO_SHIFT 2UL -#define XLPD_XPPU_IDS_MID_RO_WIDTH 1UL -#define XLPD_XPPU_IDS_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_IDS_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_IDS_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_IDS_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_IDS_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_INV_APB_SHIFT 0UL -#define XLPD_XPPU_IDS_INV_APB_WIDTH 1UL -#define XLPD_XPPU_IDS_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuLock - */ -#define XLPD_XPPU_LOCK ( ( XLPD_XPPU_BASEADDR ) + 0x00000020UL ) -#define XLPD_XPPU_LOCK_RSTVAL 0x00000000UL - -#define XLPD_XPPU_LOCK_REGWRDIS_SHIFT 0UL -#define XLPD_XPPU_LOCK_REGWRDIS_WIDTH 1UL -#define XLPD_XPPU_LOCK_REGWRDIS_MASK 0x00000001UL -#define XLPD_XPPU_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMMasterIds - */ -#define XLPD_XPPU_M_MASTER_IDS ( ( XLPD_XPPU_BASEADDR ) + 0x0000003CUL ) -#define XLPD_XPPU_M_MASTER_IDS_RSTVAL 0x00000014UL - -#define XLPD_XPPU_M_MASTER_IDS_NO_SHIFT 0UL -#define XLPD_XPPU_M_MASTER_IDS_NO_WIDTH 32UL -#define XLPD_XPPU_M_MASTER_IDS_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_MASTER_IDS_NO_DEFVAL 0x14UL - -/** - * Register: XlpdXppuMAperture64kb - */ -#define XLPD_XPPU_M_APERTURE_64KB ( ( XLPD_XPPU_BASEADDR ) + 0x00000044UL ) -#define XLPD_XPPU_M_APERTURE_64KB_RSTVAL 0x00000100UL - -#define XLPD_XPPU_M_APERTURE_64KB_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_64KB_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_64KB_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_64KB_NO_DEFVAL 0x100UL - -/** - * Register: XlpdXppuMAperture1mb - */ -#define XLPD_XPPU_M_APERTURE_1MB ( ( XLPD_XPPU_BASEADDR ) + 0x00000048UL ) -#define XLPD_XPPU_M_APERTURE_1MB_RSTVAL 0x00000010UL - -#define XLPD_XPPU_M_APERTURE_1MB_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_1MB_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_1MB_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_1MB_NO_DEFVAL 0x10UL - -/** - * Register: XlpdXppuMAperture512mb - */ -#define XLPD_XPPU_M_APERTURE_512MB ( ( XLPD_XPPU_BASEADDR ) + 0x0000004CUL ) -#define XLPD_XPPU_M_APERTURE_512MB_RSTVAL 0x00000001UL - -#define XLPD_XPPU_M_APERTURE_512MB_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_512MB_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_512MB_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_512MB_NO_DEFVAL 0x1UL - -/** - * Register: XlpdXppuBase64kb - */ -#define XLPD_XPPU_BASE_64KB ( ( XLPD_XPPU_BASEADDR ) + 0x00000054UL ) -#define XLPD_XPPU_BASE_64KB_RSTVAL 0xff000000UL - -#define XLPD_XPPU_BASE_64KB_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_64KB_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_64KB_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_64KB_ADDR_DEFVAL 0xff000000UL - -/** - * Register: XlpdXppuBase1mb - */ -#define XLPD_XPPU_BASE_1MB ( ( XLPD_XPPU_BASEADDR ) + 0x00000058UL ) -#define XLPD_XPPU_BASE_1MB_RSTVAL 0xfe000000UL - -#define XLPD_XPPU_BASE_1MB_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_1MB_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_1MB_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_1MB_ADDR_DEFVAL 0xfe000000UL - -/** - * Register: XlpdXppuBase512mb - */ -#define XLPD_XPPU_BASE_512MB ( ( XLPD_XPPU_BASEADDR ) + 0x0000005CUL ) -#define XLPD_XPPU_BASE_512MB_RSTVAL 0xe0000000UL - -#define XLPD_XPPU_BASE_512MB_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_512MB_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_512MB_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_512MB_ADDR_DEFVAL 0xe0000000UL - -/** - * Register: XlpdXppuMasterId00 - */ -#define XLPD_XPPU_MASTER_ID00 ( ( XLPD_XPPU_BASEADDR ) + 0x00000100UL ) -#define XLPD_XPPU_MASTER_ID00_RSTVAL 0x03ff0238UL - -#define XLPD_XPPU_MASTER_ID00_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID00_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID00_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID00_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID00_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID00_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID00_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID00_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID00_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID00_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID00_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID00_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MASTER_ID00_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID00_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID00_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID00_MID_DEFVAL 0x238UL - -/** - * Register: XlpdXppuMasterId01 - */ -#define XLPD_XPPU_MASTER_ID01 ( ( XLPD_XPPU_BASEADDR ) + 0x00000104UL ) -#define XLPD_XPPU_MASTER_ID01_RSTVAL 0x83ff0200UL - -#define XLPD_XPPU_MASTER_ID01_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID01_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID01_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID01_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MASTER_ID01_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID01_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID01_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID01_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID01_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID01_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID01_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID01_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MASTER_ID01_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID01_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID01_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID01_MID_DEFVAL 0x200UL - -/** - * Register: XlpdXppuMasterId02 - */ -#define XLPD_XPPU_MASTER_ID02 ( ( XLPD_XPPU_BASEADDR ) + 0x00000108UL ) -#define XLPD_XPPU_MASTER_ID02_RSTVAL 0x03ff0204UL - -#define XLPD_XPPU_MASTER_ID02_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID02_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID02_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID02_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID02_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID02_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID02_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID02_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID02_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID02_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID02_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID02_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MASTER_ID02_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID02_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID02_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID02_MID_DEFVAL 0x204UL - -/** - * Register: XlpdXppuMasterId03 - */ -#define XLPD_XPPU_MASTER_ID03 ( ( XLPD_XPPU_BASEADDR ) + 0x0000010CUL ) -#define XLPD_XPPU_MASTER_ID03_RSTVAL 0x83f00260UL - -#define XLPD_XPPU_MASTER_ID03_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID03_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID03_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID03_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MASTER_ID03_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID03_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID03_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID03_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID03_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID03_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID03_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID03_MIDM_DEFVAL 0x3f0UL - -#define XLPD_XPPU_MASTER_ID03_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID03_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID03_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID03_MID_DEFVAL 0x260UL - -/** - * Register: XlpdXppuMasterId04 - */ -#define XLPD_XPPU_MASTER_ID04 ( ( XLPD_XPPU_BASEADDR ) + 0x00000110UL ) -#define XLPD_XPPU_MASTER_ID04_RSTVAL 0x83ff0260UL - -#define XLPD_XPPU_MASTER_ID04_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID04_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID04_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID04_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MASTER_ID04_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID04_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID04_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID04_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID04_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID04_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID04_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID04_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MASTER_ID04_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID04_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID04_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID04_MID_DEFVAL 0x260UL - -/** - * Register: XlpdXppuMasterId05 - */ -#define XLPD_XPPU_MASTER_ID05 ( ( XLPD_XPPU_BASEADDR ) + 0x00000114UL ) -#define XLPD_XPPU_MASTER_ID05_RSTVAL 0x03ff0261UL - -#define XLPD_XPPU_MASTER_ID05_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID05_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID05_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID05_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID05_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID05_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID05_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID05_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID05_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID05_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID05_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID05_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MASTER_ID05_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID05_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID05_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID05_MID_DEFVAL 0x261UL - -/** - * Register: XlpdXppuMasterId06 - */ -#define XLPD_XPPU_MASTER_ID06 ( ( XLPD_XPPU_BASEADDR ) + 0x00000118UL ) -#define XLPD_XPPU_MASTER_ID06_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID06_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID06_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID06_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID06_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID06_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID06_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID06_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID06_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID06_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID06_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID06_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID06_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID06_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID06_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID06_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID06_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId07 - */ -#define XLPD_XPPU_MASTER_ID07 ( ( XLPD_XPPU_BASEADDR ) + 0x0000011CUL ) -#define XLPD_XPPU_MASTER_ID07_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID07_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID07_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID07_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID07_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID07_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID07_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID07_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID07_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID07_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID07_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID07_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID07_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID07_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID07_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID07_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID07_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId08 - */ -#define XLPD_XPPU_MASTER_ID08 ( ( XLPD_XPPU_BASEADDR ) + 0x00000120UL ) -#define XLPD_XPPU_MASTER_ID08_RSTVAL 0x83ff0247UL - -#define XLPD_XPPU_MASTER_ID08_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID08_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID08_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID08_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MASTER_ID08_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID08_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID08_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID08_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID08_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID08_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID08_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID08_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MASTER_ID08_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID08_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID08_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID08_MID_DEFVAL 0x247UL - -/** - * Register: XlpdXppuMasterId09 - */ -#define XLPD_XPPU_MASTER_ID09 ( ( XLPD_XPPU_BASEADDR ) + 0x00000124UL ) -#define XLPD_XPPU_MASTER_ID09_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID09_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID09_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID09_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID09_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID09_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID09_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID09_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID09_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID09_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID09_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID09_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID09_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID09_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID09_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID09_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID09_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId10 - */ -#define XLPD_XPPU_MASTER_ID10 ( ( XLPD_XPPU_BASEADDR ) + 0x00000128UL ) -#define XLPD_XPPU_MASTER_ID10_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID10_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID10_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID10_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID10_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID10_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID10_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID10_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID10_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID10_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID10_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID10_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID10_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID10_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID10_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID10_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID10_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId11 - */ -#define XLPD_XPPU_MASTER_ID11 ( ( XLPD_XPPU_BASEADDR ) + 0x0000012CUL ) -#define XLPD_XPPU_MASTER_ID11_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID11_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID11_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID11_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID11_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID11_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID11_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID11_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID11_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID11_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID11_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID11_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID11_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID11_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID11_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID11_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID11_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId12 - */ -#define XLPD_XPPU_MASTER_ID12 ( ( XLPD_XPPU_BASEADDR ) + 0x00000130UL ) -#define XLPD_XPPU_MASTER_ID12_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID12_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID12_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID12_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID12_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID12_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID12_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID12_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID12_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID12_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID12_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID12_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID12_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID12_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID12_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID12_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID12_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId13 - */ -#define XLPD_XPPU_MASTER_ID13 ( ( XLPD_XPPU_BASEADDR ) + 0x00000134UL ) -#define XLPD_XPPU_MASTER_ID13_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID13_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID13_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID13_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID13_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID13_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID13_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID13_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID13_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID13_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID13_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID13_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID13_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID13_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID13_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID13_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID13_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId14 - */ -#define XLPD_XPPU_MASTER_ID14 ( ( XLPD_XPPU_BASEADDR ) + 0x00000138UL ) -#define XLPD_XPPU_MASTER_ID14_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID14_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID14_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID14_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID14_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID14_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID14_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID14_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID14_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID14_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID14_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID14_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID14_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID14_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID14_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID14_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID14_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId15 - */ -#define XLPD_XPPU_MASTER_ID15 ( ( XLPD_XPPU_BASEADDR ) + 0x0000013CUL ) -#define XLPD_XPPU_MASTER_ID15_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID15_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID15_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID15_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID15_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID15_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID15_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID15_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID15_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID15_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID15_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID15_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID15_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID15_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID15_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID15_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID15_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId16 - */ -#define XLPD_XPPU_MASTER_ID16 ( ( XLPD_XPPU_BASEADDR ) + 0x00000140UL ) -#define XLPD_XPPU_MASTER_ID16_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID16_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID16_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID16_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID16_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID16_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID16_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID16_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID16_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID16_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID16_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID16_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID16_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID16_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID16_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID16_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID16_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId17 - */ -#define XLPD_XPPU_MASTER_ID17 ( ( XLPD_XPPU_BASEADDR ) + 0x00000144UL ) -#define XLPD_XPPU_MASTER_ID17_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID17_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID17_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID17_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID17_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID17_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID17_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID17_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID17_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID17_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID17_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID17_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID17_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID17_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID17_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID17_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID17_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId18 - */ -#define XLPD_XPPU_MASTER_ID18 ( ( XLPD_XPPU_BASEADDR ) + 0x00000148UL ) -#define XLPD_XPPU_MASTER_ID18_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID18_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID18_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID18_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID18_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID18_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID18_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID18_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID18_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID18_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID18_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID18_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID18_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID18_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID18_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID18_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID18_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMasterId19 - */ -#define XLPD_XPPU_MASTER_ID19 ( ( XLPD_XPPU_BASEADDR ) + 0x0000014CUL ) -#define XLPD_XPPU_MASTER_ID19_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MASTER_ID19_MIDP_SHIFT 31UL -#define XLPD_XPPU_MASTER_ID19_MIDP_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID19_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MASTER_ID19_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID19_MIDR_SHIFT 30UL -#define XLPD_XPPU_MASTER_ID19_MIDR_WIDTH 1UL -#define XLPD_XPPU_MASTER_ID19_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MASTER_ID19_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID19_MIDM_SHIFT 16UL -#define XLPD_XPPU_MASTER_ID19_MIDM_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID19_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MASTER_ID19_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MASTER_ID19_MID_SHIFT 0UL -#define XLPD_XPPU_MASTER_ID19_MID_WIDTH 10UL -#define XLPD_XPPU_MASTER_ID19_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MASTER_ID19_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuEnPermCheckReg00 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG00 ( ( XLPD_XPPU_BASEADDR ) + 0x00000150UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG00_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG00_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG00_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG00_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG00_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg01 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG01 ( ( XLPD_XPPU_BASEADDR ) + 0x00000154UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG01_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG01_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG01_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG01_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG01_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg02 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG02 ( ( XLPD_XPPU_BASEADDR ) + 0x00000158UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG02_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG02_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG02_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG02_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG02_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg03 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG03 ( ( XLPD_XPPU_BASEADDR ) + 0x0000015CUL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG03_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG03_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG03_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG03_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG03_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg04 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG04 ( ( XLPD_XPPU_BASEADDR ) + 0x00000160UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG04_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG04_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG04_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG04_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG04_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg05 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG05 ( ( XLPD_XPPU_BASEADDR ) + 0x00000164UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG05_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG05_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG05_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG05_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG05_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg06 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG06 ( ( XLPD_XPPU_BASEADDR ) + 0x00000168UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG06_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG06_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG06_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG06_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG06_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg07 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG07 ( ( XLPD_XPPU_BASEADDR ) + 0x0000016CUL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG07_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG07_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG07_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG07_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG07_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg08 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG08 ( ( XLPD_XPPU_BASEADDR ) + 0x00000170UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG08_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG08_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG08_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG08_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG08_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg09 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG09 ( ( XLPD_XPPU_BASEADDR ) + 0x00000174UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG09_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG09_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG09_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG09_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG09_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg10 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG10 ( ( XLPD_XPPU_BASEADDR ) + 0x00000178UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG10_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG10_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG10_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG10_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG10_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg11 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG11 ( ( XLPD_XPPU_BASEADDR ) + 0x0000017CUL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG11_RSTVAL 0xffffffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG11_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG11_WIDTH 32UL -#define XLPD_XPPU_EN_PERM_CHECK_REG11_MASK 0xffffffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG11_DEFVAL 0xffffffffUL - -/** - * Register: XlpdXppuEnPermCheckReg12 - */ -#define XLPD_XPPU_EN_PERM_CHECK_REG12 ( ( XLPD_XPPU_BASEADDR ) + 0x00000180UL ) -#define XLPD_XPPU_EN_PERM_CHECK_REG12_RSTVAL 0x000fffffUL - -#define XLPD_XPPU_EN_PERM_CHECK_REG12_SHIFT 0UL -#define XLPD_XPPU_EN_PERM_CHECK_REG12_WIDTH 20UL -#define XLPD_XPPU_EN_PERM_CHECK_REG12_MASK 0x000fffffUL -#define XLPD_XPPU_EN_PERM_CHECK_REG12_DEFVAL 0xfffffUL - -/** - * Register: XlpdXppuAperperm000 - */ -#define XLPD_XPPU_APERPERM_000 ( ( XLPD_XPPU_BASEADDR ) + 0x00001000UL ) -#define XLPD_XPPU_APERPERM_000_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_000_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_000_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_000_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_000_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_000_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_000_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_000_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_000_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_000_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_000_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_000_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_000_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm001 - */ -#define XLPD_XPPU_APERPERM_001 ( ( XLPD_XPPU_BASEADDR ) + 0x00001004UL ) -#define XLPD_XPPU_APERPERM_001_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_001_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_001_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_001_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_001_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_001_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_001_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_001_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_001_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_001_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_001_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_001_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_001_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm002 - */ -#define XLPD_XPPU_APERPERM_002 ( ( XLPD_XPPU_BASEADDR ) + 0x00001008UL ) -#define XLPD_XPPU_APERPERM_002_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_002_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_002_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_002_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_002_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_002_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_002_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_002_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_002_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_002_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_002_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_002_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_002_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm003 - */ -#define XLPD_XPPU_APERPERM_003 ( ( XLPD_XPPU_BASEADDR ) + 0x0000100CUL ) -#define XLPD_XPPU_APERPERM_003_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_003_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_003_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_003_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_003_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_003_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_003_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_003_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_003_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_003_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_003_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_003_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_003_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm004 - */ -#define XLPD_XPPU_APERPERM_004 ( ( XLPD_XPPU_BASEADDR ) + 0x00001010UL ) -#define XLPD_XPPU_APERPERM_004_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_004_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_004_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_004_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_004_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_004_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_004_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_004_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_004_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_004_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_004_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_004_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_004_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm005 - */ -#define XLPD_XPPU_APERPERM_005 ( ( XLPD_XPPU_BASEADDR ) + 0x00001014UL ) -#define XLPD_XPPU_APERPERM_005_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_005_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_005_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_005_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_005_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_005_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_005_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_005_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_005_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_005_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_005_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_005_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_005_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm006 - */ -#define XLPD_XPPU_APERPERM_006 ( ( XLPD_XPPU_BASEADDR ) + 0x00001018UL ) -#define XLPD_XPPU_APERPERM_006_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_006_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_006_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_006_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_006_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_006_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_006_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_006_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_006_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_006_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_006_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_006_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_006_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm007 - */ -#define XLPD_XPPU_APERPERM_007 ( ( XLPD_XPPU_BASEADDR ) + 0x0000101CUL ) -#define XLPD_XPPU_APERPERM_007_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_007_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_007_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_007_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_007_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_007_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_007_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_007_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_007_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_007_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_007_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_007_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_007_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm008 - */ -#define XLPD_XPPU_APERPERM_008 ( ( XLPD_XPPU_BASEADDR ) + 0x00001020UL ) -#define XLPD_XPPU_APERPERM_008_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_008_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_008_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_008_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_008_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_008_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_008_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_008_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_008_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_008_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_008_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_008_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_008_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm009 - */ -#define XLPD_XPPU_APERPERM_009 ( ( XLPD_XPPU_BASEADDR ) + 0x00001024UL ) -#define XLPD_XPPU_APERPERM_009_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_009_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_009_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_009_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_009_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_009_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_009_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_009_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_009_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_009_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_009_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_009_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_009_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm010 - */ -#define XLPD_XPPU_APERPERM_010 ( ( XLPD_XPPU_BASEADDR ) + 0x00001028UL ) -#define XLPD_XPPU_APERPERM_010_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_010_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_010_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_010_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_010_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_010_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_010_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_010_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_010_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_010_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_010_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_010_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_010_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm011 - */ -#define XLPD_XPPU_APERPERM_011 ( ( XLPD_XPPU_BASEADDR ) + 0x0000102CUL ) -#define XLPD_XPPU_APERPERM_011_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_011_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_011_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_011_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_011_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_011_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_011_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_011_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_011_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_011_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_011_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_011_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_011_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm012 - */ -#define XLPD_XPPU_APERPERM_012 ( ( XLPD_XPPU_BASEADDR ) + 0x00001030UL ) -#define XLPD_XPPU_APERPERM_012_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_012_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_012_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_012_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_012_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_012_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_012_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_012_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_012_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_012_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_012_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_012_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_012_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm013 - */ -#define XLPD_XPPU_APERPERM_013 ( ( XLPD_XPPU_BASEADDR ) + 0x00001034UL ) -#define XLPD_XPPU_APERPERM_013_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_013_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_013_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_013_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_013_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_013_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_013_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_013_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_013_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_013_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_013_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_013_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_013_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm014 - */ -#define XLPD_XPPU_APERPERM_014 ( ( XLPD_XPPU_BASEADDR ) + 0x00001038UL ) -#define XLPD_XPPU_APERPERM_014_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_014_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_014_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_014_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_014_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_014_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_014_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_014_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_014_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_014_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_014_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_014_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_014_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm015 - */ -#define XLPD_XPPU_APERPERM_015 ( ( XLPD_XPPU_BASEADDR ) + 0x0000103CUL ) -#define XLPD_XPPU_APERPERM_015_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_015_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_015_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_015_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_015_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_015_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_015_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_015_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_015_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_015_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_015_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_015_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_015_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm016 - */ -#define XLPD_XPPU_APERPERM_016 ( ( XLPD_XPPU_BASEADDR ) + 0x00001040UL ) -#define XLPD_XPPU_APERPERM_016_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_016_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_016_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_016_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_016_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_016_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_016_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_016_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_016_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_016_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_016_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_016_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_016_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm017 - */ -#define XLPD_XPPU_APERPERM_017 ( ( XLPD_XPPU_BASEADDR ) + 0x00001044UL ) -#define XLPD_XPPU_APERPERM_017_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_017_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_017_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_017_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_017_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_017_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_017_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_017_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_017_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_017_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_017_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_017_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_017_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm018 - */ -#define XLPD_XPPU_APERPERM_018 ( ( XLPD_XPPU_BASEADDR ) + 0x00001048UL ) -#define XLPD_XPPU_APERPERM_018_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_018_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_018_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_018_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_018_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_018_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_018_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_018_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_018_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_018_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_018_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_018_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_018_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm019 - */ -#define XLPD_XPPU_APERPERM_019 ( ( XLPD_XPPU_BASEADDR ) + 0x0000104CUL ) -#define XLPD_XPPU_APERPERM_019_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_019_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_019_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_019_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_019_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_019_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_019_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_019_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_019_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_019_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_019_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_019_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_019_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm020 - */ -#define XLPD_XPPU_APERPERM_020 ( ( XLPD_XPPU_BASEADDR ) + 0x00001050UL ) -#define XLPD_XPPU_APERPERM_020_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_020_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_020_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_020_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_020_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_020_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_020_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_020_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_020_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_020_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_020_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_020_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_020_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm021 - */ -#define XLPD_XPPU_APERPERM_021 ( ( XLPD_XPPU_BASEADDR ) + 0x00001054UL ) -#define XLPD_XPPU_APERPERM_021_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_021_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_021_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_021_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_021_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_021_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_021_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_021_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_021_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_021_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_021_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_021_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_021_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm022 - */ -#define XLPD_XPPU_APERPERM_022 ( ( XLPD_XPPU_BASEADDR ) + 0x00001058UL ) -#define XLPD_XPPU_APERPERM_022_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_022_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_022_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_022_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_022_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_022_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_022_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_022_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_022_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_022_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_022_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_022_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_022_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm023 - */ -#define XLPD_XPPU_APERPERM_023 ( ( XLPD_XPPU_BASEADDR ) + 0x0000105CUL ) -#define XLPD_XPPU_APERPERM_023_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_023_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_023_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_023_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_023_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_023_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_023_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_023_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_023_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_023_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_023_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_023_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_023_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm024 - */ -#define XLPD_XPPU_APERPERM_024 ( ( XLPD_XPPU_BASEADDR ) + 0x00001060UL ) -#define XLPD_XPPU_APERPERM_024_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_024_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_024_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_024_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_024_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_024_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_024_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_024_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_024_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_024_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_024_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_024_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_024_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm025 - */ -#define XLPD_XPPU_APERPERM_025 ( ( XLPD_XPPU_BASEADDR ) + 0x00001064UL ) -#define XLPD_XPPU_APERPERM_025_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_025_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_025_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_025_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_025_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_025_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_025_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_025_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_025_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_025_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_025_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_025_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_025_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm026 - */ -#define XLPD_XPPU_APERPERM_026 ( ( XLPD_XPPU_BASEADDR ) + 0x00001068UL ) -#define XLPD_XPPU_APERPERM_026_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_026_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_026_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_026_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_026_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_026_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_026_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_026_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_026_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_026_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_026_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_026_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_026_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm027 - */ -#define XLPD_XPPU_APERPERM_027 ( ( XLPD_XPPU_BASEADDR ) + 0x0000106CUL ) -#define XLPD_XPPU_APERPERM_027_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_027_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_027_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_027_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_027_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_027_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_027_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_027_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_027_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_027_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_027_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_027_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_027_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm028 - */ -#define XLPD_XPPU_APERPERM_028 ( ( XLPD_XPPU_BASEADDR ) + 0x00001070UL ) -#define XLPD_XPPU_APERPERM_028_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_028_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_028_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_028_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_028_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_028_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_028_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_028_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_028_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_028_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_028_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_028_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_028_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm029 - */ -#define XLPD_XPPU_APERPERM_029 ( ( XLPD_XPPU_BASEADDR ) + 0x00001074UL ) -#define XLPD_XPPU_APERPERM_029_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_029_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_029_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_029_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_029_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_029_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_029_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_029_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_029_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_029_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_029_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_029_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_029_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm030 - */ -#define XLPD_XPPU_APERPERM_030 ( ( XLPD_XPPU_BASEADDR ) + 0x00001078UL ) -#define XLPD_XPPU_APERPERM_030_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_030_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_030_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_030_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_030_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_030_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_030_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_030_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_030_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_030_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_030_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_030_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_030_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm031 - */ -#define XLPD_XPPU_APERPERM_031 ( ( XLPD_XPPU_BASEADDR ) + 0x0000107CUL ) -#define XLPD_XPPU_APERPERM_031_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_031_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_031_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_031_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_031_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_031_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_031_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_031_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_031_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_031_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_031_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_031_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_031_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm032 - */ -#define XLPD_XPPU_APERPERM_032 ( ( XLPD_XPPU_BASEADDR ) + 0x00001080UL ) -#define XLPD_XPPU_APERPERM_032_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_032_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_032_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_032_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_032_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_032_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_032_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_032_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_032_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_032_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_032_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_032_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_032_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm033 - */ -#define XLPD_XPPU_APERPERM_033 ( ( XLPD_XPPU_BASEADDR ) + 0x00001084UL ) -#define XLPD_XPPU_APERPERM_033_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_033_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_033_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_033_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_033_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_033_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_033_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_033_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_033_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_033_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_033_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_033_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_033_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm034 - */ -#define XLPD_XPPU_APERPERM_034 ( ( XLPD_XPPU_BASEADDR ) + 0x00001088UL ) -#define XLPD_XPPU_APERPERM_034_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_034_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_034_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_034_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_034_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_034_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_034_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_034_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_034_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_034_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_034_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_034_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_034_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm035 - */ -#define XLPD_XPPU_APERPERM_035 ( ( XLPD_XPPU_BASEADDR ) + 0x0000108CUL ) -#define XLPD_XPPU_APERPERM_035_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_035_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_035_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_035_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_035_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_035_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_035_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_035_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_035_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_035_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_035_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_035_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_035_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm036 - */ -#define XLPD_XPPU_APERPERM_036 ( ( XLPD_XPPU_BASEADDR ) + 0x00001090UL ) -#define XLPD_XPPU_APERPERM_036_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_036_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_036_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_036_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_036_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_036_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_036_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_036_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_036_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_036_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_036_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_036_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_036_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm037 - */ -#define XLPD_XPPU_APERPERM_037 ( ( XLPD_XPPU_BASEADDR ) + 0x00001094UL ) -#define XLPD_XPPU_APERPERM_037_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_037_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_037_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_037_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_037_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_037_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_037_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_037_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_037_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_037_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_037_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_037_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_037_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm038 - */ -#define XLPD_XPPU_APERPERM_038 ( ( XLPD_XPPU_BASEADDR ) + 0x00001098UL ) -#define XLPD_XPPU_APERPERM_038_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_038_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_038_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_038_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_038_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_038_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_038_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_038_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_038_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_038_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_038_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_038_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_038_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm039 - */ -#define XLPD_XPPU_APERPERM_039 ( ( XLPD_XPPU_BASEADDR ) + 0x0000109CUL ) -#define XLPD_XPPU_APERPERM_039_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_039_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_039_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_039_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_039_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_039_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_039_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_039_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_039_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_039_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_039_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_039_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_039_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm040 - */ -#define XLPD_XPPU_APERPERM_040 ( ( XLPD_XPPU_BASEADDR ) + 0x000010A0UL ) -#define XLPD_XPPU_APERPERM_040_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_040_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_040_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_040_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_040_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_040_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_040_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_040_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_040_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_040_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_040_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_040_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_040_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm041 - */ -#define XLPD_XPPU_APERPERM_041 ( ( XLPD_XPPU_BASEADDR ) + 0x000010A4UL ) -#define XLPD_XPPU_APERPERM_041_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_041_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_041_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_041_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_041_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_041_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_041_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_041_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_041_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_041_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_041_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_041_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_041_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm042 - */ -#define XLPD_XPPU_APERPERM_042 ( ( XLPD_XPPU_BASEADDR ) + 0x000010A8UL ) -#define XLPD_XPPU_APERPERM_042_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_042_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_042_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_042_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_042_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_042_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_042_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_042_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_042_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_042_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_042_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_042_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_042_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm043 - */ -#define XLPD_XPPU_APERPERM_043 ( ( XLPD_XPPU_BASEADDR ) + 0x000010ACUL ) -#define XLPD_XPPU_APERPERM_043_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_043_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_043_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_043_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_043_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_043_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_043_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_043_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_043_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_043_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_043_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_043_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_043_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm044 - */ -#define XLPD_XPPU_APERPERM_044 ( ( XLPD_XPPU_BASEADDR ) + 0x000010B0UL ) -#define XLPD_XPPU_APERPERM_044_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_044_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_044_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_044_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_044_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_044_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_044_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_044_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_044_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_044_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_044_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_044_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_044_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm045 - */ -#define XLPD_XPPU_APERPERM_045 ( ( XLPD_XPPU_BASEADDR ) + 0x000010B4UL ) -#define XLPD_XPPU_APERPERM_045_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_045_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_045_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_045_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_045_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_045_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_045_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_045_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_045_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_045_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_045_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_045_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_045_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm046 - */ -#define XLPD_XPPU_APERPERM_046 ( ( XLPD_XPPU_BASEADDR ) + 0x000010B8UL ) -#define XLPD_XPPU_APERPERM_046_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_046_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_046_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_046_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_046_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_046_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_046_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_046_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_046_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_046_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_046_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_046_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_046_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm047 - */ -#define XLPD_XPPU_APERPERM_047 ( ( XLPD_XPPU_BASEADDR ) + 0x000010BCUL ) -#define XLPD_XPPU_APERPERM_047_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_047_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_047_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_047_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_047_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_047_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_047_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_047_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_047_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_047_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_047_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_047_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_047_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm048 - */ -#define XLPD_XPPU_APERPERM_048 ( ( XLPD_XPPU_BASEADDR ) + 0x000010C0UL ) -#define XLPD_XPPU_APERPERM_048_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_048_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_048_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_048_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_048_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_048_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_048_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_048_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_048_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_048_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_048_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_048_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_048_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm049 - */ -#define XLPD_XPPU_APERPERM_049 ( ( XLPD_XPPU_BASEADDR ) + 0x000010C4UL ) -#define XLPD_XPPU_APERPERM_049_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_049_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_049_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_049_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_049_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_049_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_049_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_049_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_049_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_049_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_049_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_049_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_049_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm050 - */ -#define XLPD_XPPU_APERPERM_050 ( ( XLPD_XPPU_BASEADDR ) + 0x000010C8UL ) -#define XLPD_XPPU_APERPERM_050_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_050_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_050_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_050_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_050_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_050_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_050_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_050_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_050_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_050_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_050_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_050_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_050_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm051 - */ -#define XLPD_XPPU_APERPERM_051 ( ( XLPD_XPPU_BASEADDR ) + 0x000010CCUL ) -#define XLPD_XPPU_APERPERM_051_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_051_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_051_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_051_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_051_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_051_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_051_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_051_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_051_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_051_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_051_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_051_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_051_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm052 - */ -#define XLPD_XPPU_APERPERM_052 ( ( XLPD_XPPU_BASEADDR ) + 0x000010D0UL ) -#define XLPD_XPPU_APERPERM_052_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_052_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_052_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_052_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_052_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_052_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_052_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_052_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_052_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_052_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_052_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_052_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_052_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm053 - */ -#define XLPD_XPPU_APERPERM_053 ( ( XLPD_XPPU_BASEADDR ) + 0x000010D4UL ) -#define XLPD_XPPU_APERPERM_053_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_053_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_053_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_053_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_053_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_053_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_053_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_053_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_053_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_053_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_053_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_053_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_053_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm054 - */ -#define XLPD_XPPU_APERPERM_054 ( ( XLPD_XPPU_BASEADDR ) + 0x000010D8UL ) -#define XLPD_XPPU_APERPERM_054_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_054_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_054_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_054_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_054_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_054_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_054_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_054_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_054_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_054_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_054_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_054_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_054_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm055 - */ -#define XLPD_XPPU_APERPERM_055 ( ( XLPD_XPPU_BASEADDR ) + 0x000010DCUL ) -#define XLPD_XPPU_APERPERM_055_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_055_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_055_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_055_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_055_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_055_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_055_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_055_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_055_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_055_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_055_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_055_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_055_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm056 - */ -#define XLPD_XPPU_APERPERM_056 ( ( XLPD_XPPU_BASEADDR ) + 0x000010E0UL ) -#define XLPD_XPPU_APERPERM_056_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_056_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_056_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_056_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_056_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_056_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_056_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_056_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_056_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_056_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_056_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_056_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_056_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm057 - */ -#define XLPD_XPPU_APERPERM_057 ( ( XLPD_XPPU_BASEADDR ) + 0x000010E4UL ) -#define XLPD_XPPU_APERPERM_057_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_057_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_057_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_057_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_057_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_057_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_057_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_057_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_057_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_057_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_057_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_057_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_057_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm058 - */ -#define XLPD_XPPU_APERPERM_058 ( ( XLPD_XPPU_BASEADDR ) + 0x000010E8UL ) -#define XLPD_XPPU_APERPERM_058_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_058_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_058_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_058_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_058_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_058_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_058_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_058_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_058_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_058_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_058_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_058_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_058_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm059 - */ -#define XLPD_XPPU_APERPERM_059 ( ( XLPD_XPPU_BASEADDR ) + 0x000010ECUL ) -#define XLPD_XPPU_APERPERM_059_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_059_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_059_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_059_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_059_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_059_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_059_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_059_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_059_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_059_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_059_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_059_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_059_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm060 - */ -#define XLPD_XPPU_APERPERM_060 ( ( XLPD_XPPU_BASEADDR ) + 0x000010F0UL ) -#define XLPD_XPPU_APERPERM_060_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_060_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_060_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_060_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_060_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_060_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_060_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_060_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_060_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_060_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_060_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_060_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_060_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm061 - */ -#define XLPD_XPPU_APERPERM_061 ( ( XLPD_XPPU_BASEADDR ) + 0x000010F4UL ) -#define XLPD_XPPU_APERPERM_061_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_061_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_061_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_061_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_061_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_061_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_061_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_061_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_061_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_061_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_061_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_061_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_061_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm062 - */ -#define XLPD_XPPU_APERPERM_062 ( ( XLPD_XPPU_BASEADDR ) + 0x000010F8UL ) -#define XLPD_XPPU_APERPERM_062_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_062_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_062_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_062_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_062_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_062_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_062_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_062_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_062_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_062_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_062_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_062_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_062_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm063 - */ -#define XLPD_XPPU_APERPERM_063 ( ( XLPD_XPPU_BASEADDR ) + 0x000010FCUL ) -#define XLPD_XPPU_APERPERM_063_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_063_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_063_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_063_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_063_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_063_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_063_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_063_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_063_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_063_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_063_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_063_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_063_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm064 - */ -#define XLPD_XPPU_APERPERM_064 ( ( XLPD_XPPU_BASEADDR ) + 0x00001100UL ) -#define XLPD_XPPU_APERPERM_064_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_064_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_064_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_064_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_064_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_064_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_064_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_064_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_064_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_064_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_064_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_064_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_064_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm065 - */ -#define XLPD_XPPU_APERPERM_065 ( ( XLPD_XPPU_BASEADDR ) + 0x00001104UL ) -#define XLPD_XPPU_APERPERM_065_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_065_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_065_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_065_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_065_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_065_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_065_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_065_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_065_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_065_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_065_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_065_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_065_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm066 - */ -#define XLPD_XPPU_APERPERM_066 ( ( XLPD_XPPU_BASEADDR ) + 0x00001108UL ) -#define XLPD_XPPU_APERPERM_066_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_066_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_066_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_066_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_066_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_066_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_066_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_066_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_066_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_066_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_066_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_066_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_066_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm067 - */ -#define XLPD_XPPU_APERPERM_067 ( ( XLPD_XPPU_BASEADDR ) + 0x0000110CUL ) -#define XLPD_XPPU_APERPERM_067_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_067_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_067_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_067_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_067_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_067_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_067_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_067_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_067_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_067_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_067_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_067_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_067_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm068 - */ -#define XLPD_XPPU_APERPERM_068 ( ( XLPD_XPPU_BASEADDR ) + 0x00001110UL ) -#define XLPD_XPPU_APERPERM_068_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_068_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_068_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_068_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_068_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_068_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_068_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_068_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_068_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_068_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_068_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_068_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_068_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm069 - */ -#define XLPD_XPPU_APERPERM_069 ( ( XLPD_XPPU_BASEADDR ) + 0x00001114UL ) -#define XLPD_XPPU_APERPERM_069_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_069_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_069_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_069_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_069_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_069_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_069_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_069_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_069_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_069_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_069_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_069_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_069_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm070 - */ -#define XLPD_XPPU_APERPERM_070 ( ( XLPD_XPPU_BASEADDR ) + 0x00001118UL ) -#define XLPD_XPPU_APERPERM_070_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_070_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_070_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_070_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_070_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_070_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_070_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_070_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_070_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_070_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_070_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_070_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_070_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm071 - */ -#define XLPD_XPPU_APERPERM_071 ( ( XLPD_XPPU_BASEADDR ) + 0x0000111CUL ) -#define XLPD_XPPU_APERPERM_071_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_071_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_071_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_071_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_071_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_071_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_071_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_071_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_071_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_071_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_071_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_071_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_071_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm072 - */ -#define XLPD_XPPU_APERPERM_072 ( ( XLPD_XPPU_BASEADDR ) + 0x00001120UL ) -#define XLPD_XPPU_APERPERM_072_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_072_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_072_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_072_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_072_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_072_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_072_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_072_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_072_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_072_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_072_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_072_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_072_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm073 - */ -#define XLPD_XPPU_APERPERM_073 ( ( XLPD_XPPU_BASEADDR ) + 0x00001124UL ) -#define XLPD_XPPU_APERPERM_073_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_073_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_073_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_073_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_073_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_073_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_073_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_073_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_073_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_073_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_073_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_073_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_073_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm074 - */ -#define XLPD_XPPU_APERPERM_074 ( ( XLPD_XPPU_BASEADDR ) + 0x00001128UL ) -#define XLPD_XPPU_APERPERM_074_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_074_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_074_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_074_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_074_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_074_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_074_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_074_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_074_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_074_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_074_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_074_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_074_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm075 - */ -#define XLPD_XPPU_APERPERM_075 ( ( XLPD_XPPU_BASEADDR ) + 0x0000112CUL ) -#define XLPD_XPPU_APERPERM_075_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_075_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_075_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_075_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_075_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_075_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_075_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_075_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_075_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_075_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_075_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_075_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_075_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm076 - */ -#define XLPD_XPPU_APERPERM_076 ( ( XLPD_XPPU_BASEADDR ) + 0x00001130UL ) -#define XLPD_XPPU_APERPERM_076_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_076_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_076_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_076_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_076_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_076_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_076_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_076_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_076_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_076_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_076_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_076_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_076_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm077 - */ -#define XLPD_XPPU_APERPERM_077 ( ( XLPD_XPPU_BASEADDR ) + 0x00001134UL ) -#define XLPD_XPPU_APERPERM_077_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_077_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_077_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_077_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_077_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_077_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_077_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_077_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_077_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_077_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_077_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_077_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_077_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm078 - */ -#define XLPD_XPPU_APERPERM_078 ( ( XLPD_XPPU_BASEADDR ) + 0x00001138UL ) -#define XLPD_XPPU_APERPERM_078_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_078_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_078_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_078_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_078_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_078_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_078_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_078_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_078_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_078_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_078_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_078_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_078_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm079 - */ -#define XLPD_XPPU_APERPERM_079 ( ( XLPD_XPPU_BASEADDR ) + 0x0000113CUL ) -#define XLPD_XPPU_APERPERM_079_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_079_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_079_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_079_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_079_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_079_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_079_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_079_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_079_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_079_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_079_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_079_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_079_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm080 - */ -#define XLPD_XPPU_APERPERM_080 ( ( XLPD_XPPU_BASEADDR ) + 0x00001140UL ) -#define XLPD_XPPU_APERPERM_080_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_080_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_080_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_080_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_080_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_080_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_080_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_080_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_080_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_080_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_080_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_080_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_080_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm081 - */ -#define XLPD_XPPU_APERPERM_081 ( ( XLPD_XPPU_BASEADDR ) + 0x00001144UL ) -#define XLPD_XPPU_APERPERM_081_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_081_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_081_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_081_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_081_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_081_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_081_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_081_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_081_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_081_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_081_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_081_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_081_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm082 - */ -#define XLPD_XPPU_APERPERM_082 ( ( XLPD_XPPU_BASEADDR ) + 0x00001148UL ) -#define XLPD_XPPU_APERPERM_082_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_082_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_082_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_082_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_082_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_082_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_082_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_082_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_082_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_082_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_082_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_082_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_082_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm083 - */ -#define XLPD_XPPU_APERPERM_083 ( ( XLPD_XPPU_BASEADDR ) + 0x0000114CUL ) -#define XLPD_XPPU_APERPERM_083_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_083_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_083_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_083_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_083_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_083_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_083_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_083_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_083_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_083_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_083_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_083_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_083_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm084 - */ -#define XLPD_XPPU_APERPERM_084 ( ( XLPD_XPPU_BASEADDR ) + 0x00001150UL ) -#define XLPD_XPPU_APERPERM_084_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_084_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_084_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_084_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_084_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_084_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_084_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_084_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_084_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_084_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_084_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_084_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_084_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm085 - */ -#define XLPD_XPPU_APERPERM_085 ( ( XLPD_XPPU_BASEADDR ) + 0x00001154UL ) -#define XLPD_XPPU_APERPERM_085_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_085_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_085_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_085_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_085_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_085_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_085_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_085_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_085_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_085_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_085_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_085_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_085_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm086 - */ -#define XLPD_XPPU_APERPERM_086 ( ( XLPD_XPPU_BASEADDR ) + 0x00001158UL ) -#define XLPD_XPPU_APERPERM_086_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_086_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_086_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_086_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_086_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_086_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_086_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_086_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_086_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_086_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_086_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_086_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_086_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm087 - */ -#define XLPD_XPPU_APERPERM_087 ( ( XLPD_XPPU_BASEADDR ) + 0x0000115CUL ) -#define XLPD_XPPU_APERPERM_087_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_087_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_087_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_087_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_087_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_087_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_087_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_087_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_087_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_087_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_087_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_087_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_087_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm088 - */ -#define XLPD_XPPU_APERPERM_088 ( ( XLPD_XPPU_BASEADDR ) + 0x00001160UL ) -#define XLPD_XPPU_APERPERM_088_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_088_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_088_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_088_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_088_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_088_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_088_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_088_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_088_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_088_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_088_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_088_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_088_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm089 - */ -#define XLPD_XPPU_APERPERM_089 ( ( XLPD_XPPU_BASEADDR ) + 0x00001164UL ) -#define XLPD_XPPU_APERPERM_089_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_089_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_089_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_089_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_089_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_089_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_089_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_089_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_089_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_089_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_089_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_089_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_089_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm090 - */ -#define XLPD_XPPU_APERPERM_090 ( ( XLPD_XPPU_BASEADDR ) + 0x00001168UL ) -#define XLPD_XPPU_APERPERM_090_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_090_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_090_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_090_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_090_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_090_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_090_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_090_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_090_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_090_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_090_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_090_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_090_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm091 - */ -#define XLPD_XPPU_APERPERM_091 ( ( XLPD_XPPU_BASEADDR ) + 0x0000116CUL ) -#define XLPD_XPPU_APERPERM_091_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_091_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_091_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_091_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_091_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_091_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_091_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_091_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_091_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_091_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_091_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_091_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_091_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm092 - */ -#define XLPD_XPPU_APERPERM_092 ( ( XLPD_XPPU_BASEADDR ) + 0x00001170UL ) -#define XLPD_XPPU_APERPERM_092_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_092_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_092_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_092_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_092_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_092_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_092_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_092_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_092_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_092_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_092_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_092_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_092_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm093 - */ -#define XLPD_XPPU_APERPERM_093 ( ( XLPD_XPPU_BASEADDR ) + 0x00001174UL ) -#define XLPD_XPPU_APERPERM_093_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_093_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_093_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_093_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_093_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_093_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_093_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_093_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_093_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_093_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_093_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_093_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_093_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm094 - */ -#define XLPD_XPPU_APERPERM_094 ( ( XLPD_XPPU_BASEADDR ) + 0x00001178UL ) -#define XLPD_XPPU_APERPERM_094_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_094_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_094_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_094_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_094_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_094_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_094_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_094_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_094_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_094_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_094_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_094_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_094_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm095 - */ -#define XLPD_XPPU_APERPERM_095 ( ( XLPD_XPPU_BASEADDR ) + 0x0000117CUL ) -#define XLPD_XPPU_APERPERM_095_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_095_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_095_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_095_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_095_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_095_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_095_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_095_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_095_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_095_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_095_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_095_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_095_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm096 - */ -#define XLPD_XPPU_APERPERM_096 ( ( XLPD_XPPU_BASEADDR ) + 0x00001180UL ) -#define XLPD_XPPU_APERPERM_096_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_096_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_096_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_096_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_096_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_096_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_096_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_096_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_096_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_096_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_096_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_096_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_096_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm097 - */ -#define XLPD_XPPU_APERPERM_097 ( ( XLPD_XPPU_BASEADDR ) + 0x00001184UL ) -#define XLPD_XPPU_APERPERM_097_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_097_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_097_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_097_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_097_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_097_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_097_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_097_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_097_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_097_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_097_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_097_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_097_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm098 - */ -#define XLPD_XPPU_APERPERM_098 ( ( XLPD_XPPU_BASEADDR ) + 0x00001188UL ) -#define XLPD_XPPU_APERPERM_098_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_098_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_098_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_098_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_098_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_098_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_098_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_098_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_098_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_098_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_098_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_098_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_098_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm099 - */ -#define XLPD_XPPU_APERPERM_099 ( ( XLPD_XPPU_BASEADDR ) + 0x0000118CUL ) -#define XLPD_XPPU_APERPERM_099_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_099_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_099_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_099_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_099_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_099_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_099_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_099_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_099_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_099_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_099_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_099_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_099_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm100 - */ -#define XLPD_XPPU_APERPERM_100 ( ( XLPD_XPPU_BASEADDR ) + 0x00001190UL ) -#define XLPD_XPPU_APERPERM_100_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_100_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_100_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_100_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_100_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_100_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_100_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_100_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_100_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_100_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_100_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_100_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_100_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm101 - */ -#define XLPD_XPPU_APERPERM_101 ( ( XLPD_XPPU_BASEADDR ) + 0x00001194UL ) -#define XLPD_XPPU_APERPERM_101_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_101_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_101_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_101_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_101_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_101_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_101_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_101_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_101_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_101_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_101_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_101_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_101_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm102 - */ -#define XLPD_XPPU_APERPERM_102 ( ( XLPD_XPPU_BASEADDR ) + 0x00001198UL ) -#define XLPD_XPPU_APERPERM_102_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_102_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_102_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_102_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_102_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_102_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_102_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_102_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_102_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_102_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_102_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_102_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_102_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm103 - */ -#define XLPD_XPPU_APERPERM_103 ( ( XLPD_XPPU_BASEADDR ) + 0x0000119CUL ) -#define XLPD_XPPU_APERPERM_103_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_103_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_103_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_103_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_103_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_103_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_103_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_103_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_103_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_103_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_103_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_103_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_103_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm104 - */ -#define XLPD_XPPU_APERPERM_104 ( ( XLPD_XPPU_BASEADDR ) + 0x000011A0UL ) -#define XLPD_XPPU_APERPERM_104_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_104_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_104_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_104_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_104_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_104_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_104_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_104_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_104_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_104_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_104_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_104_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_104_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm105 - */ -#define XLPD_XPPU_APERPERM_105 ( ( XLPD_XPPU_BASEADDR ) + 0x000011A4UL ) -#define XLPD_XPPU_APERPERM_105_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_105_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_105_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_105_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_105_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_105_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_105_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_105_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_105_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_105_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_105_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_105_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_105_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm106 - */ -#define XLPD_XPPU_APERPERM_106 ( ( XLPD_XPPU_BASEADDR ) + 0x000011A8UL ) -#define XLPD_XPPU_APERPERM_106_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_106_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_106_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_106_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_106_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_106_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_106_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_106_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_106_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_106_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_106_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_106_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_106_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm107 - */ -#define XLPD_XPPU_APERPERM_107 ( ( XLPD_XPPU_BASEADDR ) + 0x000011ACUL ) -#define XLPD_XPPU_APERPERM_107_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_107_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_107_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_107_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_107_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_107_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_107_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_107_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_107_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_107_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_107_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_107_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_107_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm108 - */ -#define XLPD_XPPU_APERPERM_108 ( ( XLPD_XPPU_BASEADDR ) + 0x000011B0UL ) -#define XLPD_XPPU_APERPERM_108_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_108_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_108_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_108_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_108_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_108_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_108_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_108_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_108_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_108_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_108_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_108_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_108_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm109 - */ -#define XLPD_XPPU_APERPERM_109 ( ( XLPD_XPPU_BASEADDR ) + 0x000011B4UL ) -#define XLPD_XPPU_APERPERM_109_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_109_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_109_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_109_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_109_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_109_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_109_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_109_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_109_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_109_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_109_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_109_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_109_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm110 - */ -#define XLPD_XPPU_APERPERM_110 ( ( XLPD_XPPU_BASEADDR ) + 0x000011B8UL ) -#define XLPD_XPPU_APERPERM_110_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_110_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_110_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_110_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_110_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_110_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_110_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_110_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_110_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_110_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_110_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_110_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_110_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm111 - */ -#define XLPD_XPPU_APERPERM_111 ( ( XLPD_XPPU_BASEADDR ) + 0x000011BCUL ) -#define XLPD_XPPU_APERPERM_111_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_111_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_111_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_111_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_111_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_111_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_111_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_111_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_111_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_111_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_111_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_111_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_111_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm112 - */ -#define XLPD_XPPU_APERPERM_112 ( ( XLPD_XPPU_BASEADDR ) + 0x000011C0UL ) -#define XLPD_XPPU_APERPERM_112_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_112_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_112_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_112_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_112_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_112_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_112_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_112_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_112_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_112_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_112_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_112_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_112_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm113 - */ -#define XLPD_XPPU_APERPERM_113 ( ( XLPD_XPPU_BASEADDR ) + 0x000011C4UL ) -#define XLPD_XPPU_APERPERM_113_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_113_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_113_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_113_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_113_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_113_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_113_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_113_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_113_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_113_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_113_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_113_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_113_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm114 - */ -#define XLPD_XPPU_APERPERM_114 ( ( XLPD_XPPU_BASEADDR ) + 0x000011C8UL ) -#define XLPD_XPPU_APERPERM_114_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_114_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_114_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_114_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_114_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_114_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_114_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_114_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_114_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_114_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_114_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_114_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_114_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm115 - */ -#define XLPD_XPPU_APERPERM_115 ( ( XLPD_XPPU_BASEADDR ) + 0x000011CCUL ) -#define XLPD_XPPU_APERPERM_115_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_115_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_115_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_115_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_115_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_115_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_115_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_115_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_115_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_115_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_115_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_115_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_115_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm116 - */ -#define XLPD_XPPU_APERPERM_116 ( ( XLPD_XPPU_BASEADDR ) + 0x000011D0UL ) -#define XLPD_XPPU_APERPERM_116_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_116_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_116_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_116_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_116_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_116_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_116_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_116_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_116_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_116_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_116_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_116_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_116_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm117 - */ -#define XLPD_XPPU_APERPERM_117 ( ( XLPD_XPPU_BASEADDR ) + 0x000011D4UL ) -#define XLPD_XPPU_APERPERM_117_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_117_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_117_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_117_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_117_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_117_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_117_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_117_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_117_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_117_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_117_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_117_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_117_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm118 - */ -#define XLPD_XPPU_APERPERM_118 ( ( XLPD_XPPU_BASEADDR ) + 0x000011D8UL ) -#define XLPD_XPPU_APERPERM_118_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_118_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_118_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_118_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_118_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_118_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_118_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_118_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_118_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_118_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_118_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_118_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_118_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm119 - */ -#define XLPD_XPPU_APERPERM_119 ( ( XLPD_XPPU_BASEADDR ) + 0x000011DCUL ) -#define XLPD_XPPU_APERPERM_119_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_119_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_119_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_119_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_119_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_119_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_119_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_119_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_119_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_119_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_119_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_119_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_119_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm120 - */ -#define XLPD_XPPU_APERPERM_120 ( ( XLPD_XPPU_BASEADDR ) + 0x000011E0UL ) -#define XLPD_XPPU_APERPERM_120_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_120_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_120_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_120_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_120_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_120_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_120_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_120_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_120_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_120_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_120_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_120_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_120_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm121 - */ -#define XLPD_XPPU_APERPERM_121 ( ( XLPD_XPPU_BASEADDR ) + 0x000011E4UL ) -#define XLPD_XPPU_APERPERM_121_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_121_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_121_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_121_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_121_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_121_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_121_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_121_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_121_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_121_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_121_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_121_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_121_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm122 - */ -#define XLPD_XPPU_APERPERM_122 ( ( XLPD_XPPU_BASEADDR ) + 0x000011E8UL ) -#define XLPD_XPPU_APERPERM_122_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_122_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_122_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_122_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_122_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_122_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_122_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_122_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_122_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_122_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_122_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_122_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_122_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm123 - */ -#define XLPD_XPPU_APERPERM_123 ( ( XLPD_XPPU_BASEADDR ) + 0x000011ECUL ) -#define XLPD_XPPU_APERPERM_123_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_123_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_123_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_123_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_123_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_123_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_123_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_123_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_123_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_123_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_123_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_123_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_123_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm124 - */ -#define XLPD_XPPU_APERPERM_124 ( ( XLPD_XPPU_BASEADDR ) + 0x000011F0UL ) -#define XLPD_XPPU_APERPERM_124_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_124_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_124_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_124_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_124_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_124_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_124_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_124_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_124_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_124_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_124_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_124_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_124_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm125 - */ -#define XLPD_XPPU_APERPERM_125 ( ( XLPD_XPPU_BASEADDR ) + 0x000011F4UL ) -#define XLPD_XPPU_APERPERM_125_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_125_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_125_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_125_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_125_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_125_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_125_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_125_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_125_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_125_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_125_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_125_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_125_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm126 - */ -#define XLPD_XPPU_APERPERM_126 ( ( XLPD_XPPU_BASEADDR ) + 0x000011F8UL ) -#define XLPD_XPPU_APERPERM_126_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_126_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_126_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_126_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_126_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_126_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_126_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_126_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_126_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_126_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_126_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_126_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_126_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm127 - */ -#define XLPD_XPPU_APERPERM_127 ( ( XLPD_XPPU_BASEADDR ) + 0x000011FCUL ) -#define XLPD_XPPU_APERPERM_127_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_127_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_127_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_127_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_127_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_127_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_127_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_127_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_127_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_127_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_127_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_127_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_127_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm128 - */ -#define XLPD_XPPU_APERPERM_128 ( ( XLPD_XPPU_BASEADDR ) + 0x00001200UL ) -#define XLPD_XPPU_APERPERM_128_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_128_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_128_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_128_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_128_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_128_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_128_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_128_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_128_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_128_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_128_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_128_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_128_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm129 - */ -#define XLPD_XPPU_APERPERM_129 ( ( XLPD_XPPU_BASEADDR ) + 0x00001204UL ) -#define XLPD_XPPU_APERPERM_129_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_129_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_129_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_129_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_129_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_129_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_129_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_129_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_129_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_129_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_129_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_129_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_129_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm130 - */ -#define XLPD_XPPU_APERPERM_130 ( ( XLPD_XPPU_BASEADDR ) + 0x00001208UL ) -#define XLPD_XPPU_APERPERM_130_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_130_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_130_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_130_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_130_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_130_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_130_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_130_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_130_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_130_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_130_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_130_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_130_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm131 - */ -#define XLPD_XPPU_APERPERM_131 ( ( XLPD_XPPU_BASEADDR ) + 0x0000120CUL ) -#define XLPD_XPPU_APERPERM_131_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_131_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_131_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_131_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_131_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_131_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_131_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_131_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_131_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_131_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_131_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_131_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_131_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm132 - */ -#define XLPD_XPPU_APERPERM_132 ( ( XLPD_XPPU_BASEADDR ) + 0x00001210UL ) -#define XLPD_XPPU_APERPERM_132_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_132_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_132_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_132_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_132_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_132_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_132_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_132_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_132_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_132_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_132_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_132_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_132_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm133 - */ -#define XLPD_XPPU_APERPERM_133 ( ( XLPD_XPPU_BASEADDR ) + 0x00001214UL ) -#define XLPD_XPPU_APERPERM_133_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_133_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_133_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_133_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_133_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_133_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_133_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_133_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_133_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_133_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_133_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_133_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_133_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm134 - */ -#define XLPD_XPPU_APERPERM_134 ( ( XLPD_XPPU_BASEADDR ) + 0x00001218UL ) -#define XLPD_XPPU_APERPERM_134_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_134_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_134_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_134_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_134_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_134_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_134_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_134_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_134_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_134_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_134_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_134_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_134_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm135 - */ -#define XLPD_XPPU_APERPERM_135 ( ( XLPD_XPPU_BASEADDR ) + 0x0000121CUL ) -#define XLPD_XPPU_APERPERM_135_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_135_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_135_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_135_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_135_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_135_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_135_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_135_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_135_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_135_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_135_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_135_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_135_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm136 - */ -#define XLPD_XPPU_APERPERM_136 ( ( XLPD_XPPU_BASEADDR ) + 0x00001220UL ) -#define XLPD_XPPU_APERPERM_136_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_136_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_136_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_136_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_136_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_136_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_136_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_136_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_136_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_136_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_136_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_136_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_136_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm137 - */ -#define XLPD_XPPU_APERPERM_137 ( ( XLPD_XPPU_BASEADDR ) + 0x00001224UL ) -#define XLPD_XPPU_APERPERM_137_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_137_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_137_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_137_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_137_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_137_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_137_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_137_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_137_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_137_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_137_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_137_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_137_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm138 - */ -#define XLPD_XPPU_APERPERM_138 ( ( XLPD_XPPU_BASEADDR ) + 0x00001228UL ) -#define XLPD_XPPU_APERPERM_138_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_138_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_138_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_138_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_138_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_138_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_138_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_138_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_138_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_138_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_138_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_138_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_138_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm139 - */ -#define XLPD_XPPU_APERPERM_139 ( ( XLPD_XPPU_BASEADDR ) + 0x0000122CUL ) -#define XLPD_XPPU_APERPERM_139_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_139_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_139_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_139_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_139_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_139_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_139_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_139_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_139_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_139_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_139_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_139_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_139_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm140 - */ -#define XLPD_XPPU_APERPERM_140 ( ( XLPD_XPPU_BASEADDR ) + 0x00001230UL ) -#define XLPD_XPPU_APERPERM_140_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_140_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_140_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_140_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_140_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_140_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_140_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_140_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_140_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_140_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_140_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_140_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_140_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm141 - */ -#define XLPD_XPPU_APERPERM_141 ( ( XLPD_XPPU_BASEADDR ) + 0x00001234UL ) -#define XLPD_XPPU_APERPERM_141_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_141_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_141_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_141_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_141_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_141_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_141_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_141_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_141_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_141_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_141_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_141_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_141_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm142 - */ -#define XLPD_XPPU_APERPERM_142 ( ( XLPD_XPPU_BASEADDR ) + 0x00001238UL ) -#define XLPD_XPPU_APERPERM_142_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_142_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_142_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_142_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_142_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_142_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_142_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_142_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_142_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_142_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_142_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_142_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_142_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm143 - */ -#define XLPD_XPPU_APERPERM_143 ( ( XLPD_XPPU_BASEADDR ) + 0x0000123CUL ) -#define XLPD_XPPU_APERPERM_143_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_143_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_143_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_143_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_143_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_143_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_143_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_143_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_143_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_143_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_143_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_143_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_143_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm144 - */ -#define XLPD_XPPU_APERPERM_144 ( ( XLPD_XPPU_BASEADDR ) + 0x00001240UL ) -#define XLPD_XPPU_APERPERM_144_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_144_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_144_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_144_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_144_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_144_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_144_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_144_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_144_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_144_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_144_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_144_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_144_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm145 - */ -#define XLPD_XPPU_APERPERM_145 ( ( XLPD_XPPU_BASEADDR ) + 0x00001244UL ) -#define XLPD_XPPU_APERPERM_145_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_145_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_145_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_145_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_145_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_145_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_145_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_145_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_145_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_145_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_145_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_145_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_145_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm146 - */ -#define XLPD_XPPU_APERPERM_146 ( ( XLPD_XPPU_BASEADDR ) + 0x00001248UL ) -#define XLPD_XPPU_APERPERM_146_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_146_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_146_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_146_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_146_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_146_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_146_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_146_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_146_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_146_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_146_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_146_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_146_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm147 - */ -#define XLPD_XPPU_APERPERM_147 ( ( XLPD_XPPU_BASEADDR ) + 0x0000124CUL ) -#define XLPD_XPPU_APERPERM_147_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_147_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_147_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_147_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_147_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_147_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_147_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_147_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_147_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_147_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_147_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_147_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_147_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm148 - */ -#define XLPD_XPPU_APERPERM_148 ( ( XLPD_XPPU_BASEADDR ) + 0x00001250UL ) -#define XLPD_XPPU_APERPERM_148_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_148_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_148_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_148_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_148_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_148_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_148_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_148_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_148_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_148_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_148_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_148_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_148_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm149 - */ -#define XLPD_XPPU_APERPERM_149 ( ( XLPD_XPPU_BASEADDR ) + 0x00001254UL ) -#define XLPD_XPPU_APERPERM_149_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_149_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_149_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_149_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_149_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_149_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_149_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_149_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_149_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_149_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_149_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_149_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_149_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm150 - */ -#define XLPD_XPPU_APERPERM_150 ( ( XLPD_XPPU_BASEADDR ) + 0x00001258UL ) -#define XLPD_XPPU_APERPERM_150_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_150_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_150_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_150_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_150_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_150_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_150_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_150_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_150_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_150_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_150_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_150_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_150_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm151 - */ -#define XLPD_XPPU_APERPERM_151 ( ( XLPD_XPPU_BASEADDR ) + 0x0000125CUL ) -#define XLPD_XPPU_APERPERM_151_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_151_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_151_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_151_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_151_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_151_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_151_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_151_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_151_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_151_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_151_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_151_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_151_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm152 - */ -#define XLPD_XPPU_APERPERM_152 ( ( XLPD_XPPU_BASEADDR ) + 0x00001260UL ) -#define XLPD_XPPU_APERPERM_152_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_152_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_152_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_152_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_152_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_152_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_152_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_152_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_152_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_152_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_152_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_152_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_152_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm153 - */ -#define XLPD_XPPU_APERPERM_153 ( ( XLPD_XPPU_BASEADDR ) + 0x00001264UL ) -#define XLPD_XPPU_APERPERM_153_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_153_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_153_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_153_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_153_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_153_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_153_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_153_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_153_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_153_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_153_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_153_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_153_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm154 - */ -#define XLPD_XPPU_APERPERM_154 ( ( XLPD_XPPU_BASEADDR ) + 0x00001268UL ) -#define XLPD_XPPU_APERPERM_154_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_154_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_154_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_154_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_154_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_154_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_154_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_154_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_154_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_154_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_154_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_154_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_154_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm155 - */ -#define XLPD_XPPU_APERPERM_155 ( ( XLPD_XPPU_BASEADDR ) + 0x0000126CUL ) -#define XLPD_XPPU_APERPERM_155_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_155_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_155_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_155_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_155_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_155_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_155_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_155_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_155_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_155_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_155_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_155_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_155_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm156 - */ -#define XLPD_XPPU_APERPERM_156 ( ( XLPD_XPPU_BASEADDR ) + 0x00001270UL ) -#define XLPD_XPPU_APERPERM_156_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_156_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_156_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_156_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_156_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_156_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_156_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_156_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_156_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_156_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_156_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_156_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_156_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm157 - */ -#define XLPD_XPPU_APERPERM_157 ( ( XLPD_XPPU_BASEADDR ) + 0x00001274UL ) -#define XLPD_XPPU_APERPERM_157_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_157_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_157_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_157_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_157_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_157_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_157_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_157_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_157_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_157_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_157_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_157_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_157_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm158 - */ -#define XLPD_XPPU_APERPERM_158 ( ( XLPD_XPPU_BASEADDR ) + 0x00001278UL ) -#define XLPD_XPPU_APERPERM_158_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_158_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_158_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_158_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_158_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_158_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_158_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_158_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_158_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_158_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_158_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_158_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_158_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm159 - */ -#define XLPD_XPPU_APERPERM_159 ( ( XLPD_XPPU_BASEADDR ) + 0x0000127CUL ) -#define XLPD_XPPU_APERPERM_159_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_159_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_159_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_159_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_159_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_159_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_159_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_159_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_159_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_159_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_159_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_159_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_159_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm160 - */ -#define XLPD_XPPU_APERPERM_160 ( ( XLPD_XPPU_BASEADDR ) + 0x00001280UL ) -#define XLPD_XPPU_APERPERM_160_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_160_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_160_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_160_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_160_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_160_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_160_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_160_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_160_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_160_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_160_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_160_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_160_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm161 - */ -#define XLPD_XPPU_APERPERM_161 ( ( XLPD_XPPU_BASEADDR ) + 0x00001284UL ) -#define XLPD_XPPU_APERPERM_161_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_161_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_161_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_161_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_161_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_161_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_161_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_161_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_161_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_161_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_161_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_161_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_161_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm162 - */ -#define XLPD_XPPU_APERPERM_162 ( ( XLPD_XPPU_BASEADDR ) + 0x00001288UL ) -#define XLPD_XPPU_APERPERM_162_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_162_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_162_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_162_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_162_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_162_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_162_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_162_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_162_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_162_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_162_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_162_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_162_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm163 - */ -#define XLPD_XPPU_APERPERM_163 ( ( XLPD_XPPU_BASEADDR ) + 0x0000128CUL ) -#define XLPD_XPPU_APERPERM_163_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_163_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_163_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_163_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_163_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_163_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_163_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_163_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_163_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_163_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_163_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_163_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_163_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm164 - */ -#define XLPD_XPPU_APERPERM_164 ( ( XLPD_XPPU_BASEADDR ) + 0x00001290UL ) -#define XLPD_XPPU_APERPERM_164_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_164_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_164_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_164_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_164_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_164_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_164_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_164_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_164_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_164_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_164_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_164_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_164_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm165 - */ -#define XLPD_XPPU_APERPERM_165 ( ( XLPD_XPPU_BASEADDR ) + 0x00001294UL ) -#define XLPD_XPPU_APERPERM_165_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_165_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_165_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_165_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_165_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_165_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_165_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_165_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_165_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_165_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_165_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_165_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_165_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm166 - */ -#define XLPD_XPPU_APERPERM_166 ( ( XLPD_XPPU_BASEADDR ) + 0x00001298UL ) -#define XLPD_XPPU_APERPERM_166_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_166_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_166_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_166_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_166_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_166_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_166_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_166_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_166_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_166_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_166_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_166_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_166_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm167 - */ -#define XLPD_XPPU_APERPERM_167 ( ( XLPD_XPPU_BASEADDR ) + 0x0000129CUL ) -#define XLPD_XPPU_APERPERM_167_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_167_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_167_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_167_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_167_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_167_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_167_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_167_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_167_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_167_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_167_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_167_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_167_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm168 - */ -#define XLPD_XPPU_APERPERM_168 ( ( XLPD_XPPU_BASEADDR ) + 0x000012A0UL ) -#define XLPD_XPPU_APERPERM_168_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_168_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_168_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_168_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_168_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_168_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_168_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_168_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_168_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_168_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_168_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_168_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_168_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm169 - */ -#define XLPD_XPPU_APERPERM_169 ( ( XLPD_XPPU_BASEADDR ) + 0x000012A4UL ) -#define XLPD_XPPU_APERPERM_169_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_169_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_169_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_169_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_169_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_169_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_169_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_169_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_169_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_169_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_169_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_169_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_169_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm170 - */ -#define XLPD_XPPU_APERPERM_170 ( ( XLPD_XPPU_BASEADDR ) + 0x000012A8UL ) -#define XLPD_XPPU_APERPERM_170_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_170_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_170_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_170_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_170_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_170_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_170_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_170_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_170_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_170_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_170_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_170_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_170_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm171 - */ -#define XLPD_XPPU_APERPERM_171 ( ( XLPD_XPPU_BASEADDR ) + 0x000012ACUL ) -#define XLPD_XPPU_APERPERM_171_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_171_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_171_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_171_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_171_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_171_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_171_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_171_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_171_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_171_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_171_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_171_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_171_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm172 - */ -#define XLPD_XPPU_APERPERM_172 ( ( XLPD_XPPU_BASEADDR ) + 0x000012B0UL ) -#define XLPD_XPPU_APERPERM_172_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_172_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_172_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_172_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_172_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_172_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_172_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_172_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_172_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_172_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_172_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_172_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_172_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm173 - */ -#define XLPD_XPPU_APERPERM_173 ( ( XLPD_XPPU_BASEADDR ) + 0x000012B4UL ) -#define XLPD_XPPU_APERPERM_173_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_173_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_173_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_173_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_173_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_173_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_173_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_173_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_173_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_173_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_173_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_173_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_173_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm174 - */ -#define XLPD_XPPU_APERPERM_174 ( ( XLPD_XPPU_BASEADDR ) + 0x000012B8UL ) -#define XLPD_XPPU_APERPERM_174_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_174_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_174_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_174_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_174_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_174_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_174_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_174_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_174_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_174_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_174_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_174_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_174_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm175 - */ -#define XLPD_XPPU_APERPERM_175 ( ( XLPD_XPPU_BASEADDR ) + 0x000012BCUL ) -#define XLPD_XPPU_APERPERM_175_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_175_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_175_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_175_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_175_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_175_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_175_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_175_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_175_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_175_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_175_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_175_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_175_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm176 - */ -#define XLPD_XPPU_APERPERM_176 ( ( XLPD_XPPU_BASEADDR ) + 0x000012C0UL ) -#define XLPD_XPPU_APERPERM_176_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_176_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_176_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_176_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_176_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_176_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_176_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_176_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_176_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_176_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_176_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_176_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_176_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm177 - */ -#define XLPD_XPPU_APERPERM_177 ( ( XLPD_XPPU_BASEADDR ) + 0x000012C4UL ) -#define XLPD_XPPU_APERPERM_177_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_177_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_177_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_177_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_177_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_177_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_177_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_177_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_177_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_177_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_177_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_177_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_177_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm178 - */ -#define XLPD_XPPU_APERPERM_178 ( ( XLPD_XPPU_BASEADDR ) + 0x000012C8UL ) -#define XLPD_XPPU_APERPERM_178_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_178_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_178_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_178_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_178_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_178_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_178_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_178_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_178_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_178_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_178_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_178_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_178_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm179 - */ -#define XLPD_XPPU_APERPERM_179 ( ( XLPD_XPPU_BASEADDR ) + 0x000012CCUL ) -#define XLPD_XPPU_APERPERM_179_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_179_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_179_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_179_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_179_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_179_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_179_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_179_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_179_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_179_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_179_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_179_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_179_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm180 - */ -#define XLPD_XPPU_APERPERM_180 ( ( XLPD_XPPU_BASEADDR ) + 0x000012D0UL ) -#define XLPD_XPPU_APERPERM_180_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_180_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_180_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_180_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_180_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_180_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_180_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_180_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_180_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_180_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_180_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_180_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_180_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm181 - */ -#define XLPD_XPPU_APERPERM_181 ( ( XLPD_XPPU_BASEADDR ) + 0x000012D4UL ) -#define XLPD_XPPU_APERPERM_181_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_181_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_181_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_181_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_181_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_181_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_181_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_181_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_181_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_181_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_181_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_181_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_181_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm182 - */ -#define XLPD_XPPU_APERPERM_182 ( ( XLPD_XPPU_BASEADDR ) + 0x000012D8UL ) -#define XLPD_XPPU_APERPERM_182_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_182_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_182_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_182_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_182_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_182_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_182_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_182_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_182_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_182_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_182_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_182_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_182_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm183 - */ -#define XLPD_XPPU_APERPERM_183 ( ( XLPD_XPPU_BASEADDR ) + 0x000012DCUL ) -#define XLPD_XPPU_APERPERM_183_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_183_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_183_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_183_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_183_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_183_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_183_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_183_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_183_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_183_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_183_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_183_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_183_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm184 - */ -#define XLPD_XPPU_APERPERM_184 ( ( XLPD_XPPU_BASEADDR ) + 0x000012E0UL ) -#define XLPD_XPPU_APERPERM_184_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_184_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_184_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_184_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_184_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_184_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_184_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_184_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_184_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_184_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_184_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_184_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_184_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm185 - */ -#define XLPD_XPPU_APERPERM_185 ( ( XLPD_XPPU_BASEADDR ) + 0x000012E4UL ) -#define XLPD_XPPU_APERPERM_185_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_185_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_185_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_185_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_185_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_185_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_185_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_185_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_185_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_185_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_185_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_185_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_185_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm186 - */ -#define XLPD_XPPU_APERPERM_186 ( ( XLPD_XPPU_BASEADDR ) + 0x000012E8UL ) -#define XLPD_XPPU_APERPERM_186_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_186_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_186_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_186_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_186_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_186_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_186_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_186_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_186_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_186_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_186_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_186_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_186_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm187 - */ -#define XLPD_XPPU_APERPERM_187 ( ( XLPD_XPPU_BASEADDR ) + 0x000012ECUL ) -#define XLPD_XPPU_APERPERM_187_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_187_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_187_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_187_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_187_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_187_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_187_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_187_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_187_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_187_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_187_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_187_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_187_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm188 - */ -#define XLPD_XPPU_APERPERM_188 ( ( XLPD_XPPU_BASEADDR ) + 0x000012F0UL ) -#define XLPD_XPPU_APERPERM_188_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_188_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_188_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_188_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_188_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_188_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_188_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_188_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_188_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_188_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_188_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_188_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_188_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm189 - */ -#define XLPD_XPPU_APERPERM_189 ( ( XLPD_XPPU_BASEADDR ) + 0x000012F4UL ) -#define XLPD_XPPU_APERPERM_189_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_189_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_189_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_189_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_189_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_189_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_189_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_189_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_189_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_189_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_189_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_189_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_189_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm190 - */ -#define XLPD_XPPU_APERPERM_190 ( ( XLPD_XPPU_BASEADDR ) + 0x000012F8UL ) -#define XLPD_XPPU_APERPERM_190_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_190_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_190_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_190_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_190_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_190_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_190_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_190_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_190_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_190_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_190_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_190_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_190_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm191 - */ -#define XLPD_XPPU_APERPERM_191 ( ( XLPD_XPPU_BASEADDR ) + 0x000012FCUL ) -#define XLPD_XPPU_APERPERM_191_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_191_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_191_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_191_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_191_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_191_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_191_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_191_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_191_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_191_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_191_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_191_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_191_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm192 - */ -#define XLPD_XPPU_APERPERM_192 ( ( XLPD_XPPU_BASEADDR ) + 0x00001300UL ) -#define XLPD_XPPU_APERPERM_192_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_192_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_192_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_192_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_192_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_192_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_192_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_192_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_192_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_192_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_192_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_192_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_192_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm193 - */ -#define XLPD_XPPU_APERPERM_193 ( ( XLPD_XPPU_BASEADDR ) + 0x00001304UL ) -#define XLPD_XPPU_APERPERM_193_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_193_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_193_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_193_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_193_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_193_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_193_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_193_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_193_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_193_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_193_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_193_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_193_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm194 - */ -#define XLPD_XPPU_APERPERM_194 ( ( XLPD_XPPU_BASEADDR ) + 0x00001308UL ) -#define XLPD_XPPU_APERPERM_194_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_194_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_194_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_194_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_194_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_194_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_194_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_194_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_194_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_194_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_194_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_194_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_194_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm195 - */ -#define XLPD_XPPU_APERPERM_195 ( ( XLPD_XPPU_BASEADDR ) + 0x0000130CUL ) -#define XLPD_XPPU_APERPERM_195_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_195_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_195_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_195_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_195_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_195_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_195_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_195_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_195_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_195_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_195_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_195_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_195_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm196 - */ -#define XLPD_XPPU_APERPERM_196 ( ( XLPD_XPPU_BASEADDR ) + 0x00001310UL ) -#define XLPD_XPPU_APERPERM_196_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_196_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_196_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_196_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_196_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_196_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_196_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_196_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_196_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_196_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_196_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_196_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_196_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm197 - */ -#define XLPD_XPPU_APERPERM_197 ( ( XLPD_XPPU_BASEADDR ) + 0x00001314UL ) -#define XLPD_XPPU_APERPERM_197_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_197_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_197_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_197_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_197_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_197_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_197_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_197_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_197_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_197_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_197_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_197_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_197_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm198 - */ -#define XLPD_XPPU_APERPERM_198 ( ( XLPD_XPPU_BASEADDR ) + 0x00001318UL ) -#define XLPD_XPPU_APERPERM_198_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_198_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_198_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_198_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_198_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_198_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_198_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_198_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_198_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_198_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_198_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_198_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_198_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm199 - */ -#define XLPD_XPPU_APERPERM_199 ( ( XLPD_XPPU_BASEADDR ) + 0x0000131CUL ) -#define XLPD_XPPU_APERPERM_199_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_199_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_199_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_199_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_199_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_199_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_199_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_199_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_199_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_199_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_199_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_199_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_199_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm200 - */ -#define XLPD_XPPU_APERPERM_200 ( ( XLPD_XPPU_BASEADDR ) + 0x00001320UL ) -#define XLPD_XPPU_APERPERM_200_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_200_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_200_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_200_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_200_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_200_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_200_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_200_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_200_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_200_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_200_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_200_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_200_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm201 - */ -#define XLPD_XPPU_APERPERM_201 ( ( XLPD_XPPU_BASEADDR ) + 0x00001324UL ) -#define XLPD_XPPU_APERPERM_201_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_201_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_201_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_201_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_201_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_201_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_201_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_201_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_201_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_201_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_201_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_201_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_201_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm202 - */ -#define XLPD_XPPU_APERPERM_202 ( ( XLPD_XPPU_BASEADDR ) + 0x00001328UL ) -#define XLPD_XPPU_APERPERM_202_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_202_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_202_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_202_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_202_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_202_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_202_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_202_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_202_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_202_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_202_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_202_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_202_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm203 - */ -#define XLPD_XPPU_APERPERM_203 ( ( XLPD_XPPU_BASEADDR ) + 0x0000132CUL ) -#define XLPD_XPPU_APERPERM_203_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_203_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_203_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_203_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_203_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_203_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_203_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_203_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_203_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_203_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_203_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_203_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_203_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm204 - */ -#define XLPD_XPPU_APERPERM_204 ( ( XLPD_XPPU_BASEADDR ) + 0x00001330UL ) -#define XLPD_XPPU_APERPERM_204_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_204_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_204_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_204_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_204_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_204_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_204_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_204_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_204_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_204_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_204_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_204_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_204_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm205 - */ -#define XLPD_XPPU_APERPERM_205 ( ( XLPD_XPPU_BASEADDR ) + 0x00001334UL ) -#define XLPD_XPPU_APERPERM_205_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_205_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_205_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_205_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_205_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_205_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_205_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_205_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_205_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_205_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_205_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_205_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_205_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm206 - */ -#define XLPD_XPPU_APERPERM_206 ( ( XLPD_XPPU_BASEADDR ) + 0x00001338UL ) -#define XLPD_XPPU_APERPERM_206_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_206_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_206_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_206_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_206_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_206_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_206_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_206_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_206_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_206_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_206_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_206_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_206_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm207 - */ -#define XLPD_XPPU_APERPERM_207 ( ( XLPD_XPPU_BASEADDR ) + 0x0000133CUL ) -#define XLPD_XPPU_APERPERM_207_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_207_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_207_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_207_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_207_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_207_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_207_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_207_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_207_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_207_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_207_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_207_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_207_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm208 - */ -#define XLPD_XPPU_APERPERM_208 ( ( XLPD_XPPU_BASEADDR ) + 0x00001340UL ) -#define XLPD_XPPU_APERPERM_208_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_208_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_208_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_208_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_208_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_208_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_208_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_208_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_208_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_208_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_208_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_208_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_208_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm209 - */ -#define XLPD_XPPU_APERPERM_209 ( ( XLPD_XPPU_BASEADDR ) + 0x00001344UL ) -#define XLPD_XPPU_APERPERM_209_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_209_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_209_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_209_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_209_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_209_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_209_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_209_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_209_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_209_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_209_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_209_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_209_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm210 - */ -#define XLPD_XPPU_APERPERM_210 ( ( XLPD_XPPU_BASEADDR ) + 0x00001348UL ) -#define XLPD_XPPU_APERPERM_210_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_210_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_210_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_210_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_210_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_210_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_210_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_210_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_210_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_210_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_210_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_210_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_210_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm211 - */ -#define XLPD_XPPU_APERPERM_211 ( ( XLPD_XPPU_BASEADDR ) + 0x0000134CUL ) -#define XLPD_XPPU_APERPERM_211_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_211_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_211_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_211_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_211_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_211_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_211_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_211_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_211_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_211_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_211_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_211_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_211_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm212 - */ -#define XLPD_XPPU_APERPERM_212 ( ( XLPD_XPPU_BASEADDR ) + 0x00001350UL ) -#define XLPD_XPPU_APERPERM_212_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_212_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_212_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_212_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_212_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_212_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_212_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_212_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_212_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_212_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_212_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_212_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_212_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm213 - */ -#define XLPD_XPPU_APERPERM_213 ( ( XLPD_XPPU_BASEADDR ) + 0x00001354UL ) -#define XLPD_XPPU_APERPERM_213_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_213_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_213_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_213_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_213_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_213_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_213_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_213_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_213_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_213_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_213_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_213_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_213_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm214 - */ -#define XLPD_XPPU_APERPERM_214 ( ( XLPD_XPPU_BASEADDR ) + 0x00001358UL ) -#define XLPD_XPPU_APERPERM_214_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_214_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_214_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_214_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_214_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_214_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_214_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_214_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_214_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_214_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_214_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_214_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_214_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm215 - */ -#define XLPD_XPPU_APERPERM_215 ( ( XLPD_XPPU_BASEADDR ) + 0x0000135CUL ) -#define XLPD_XPPU_APERPERM_215_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_215_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_215_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_215_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_215_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_215_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_215_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_215_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_215_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_215_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_215_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_215_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_215_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm216 - */ -#define XLPD_XPPU_APERPERM_216 ( ( XLPD_XPPU_BASEADDR ) + 0x00001360UL ) -#define XLPD_XPPU_APERPERM_216_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_216_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_216_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_216_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_216_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_216_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_216_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_216_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_216_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_216_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_216_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_216_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_216_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm217 - */ -#define XLPD_XPPU_APERPERM_217 ( ( XLPD_XPPU_BASEADDR ) + 0x00001364UL ) -#define XLPD_XPPU_APERPERM_217_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_217_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_217_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_217_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_217_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_217_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_217_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_217_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_217_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_217_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_217_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_217_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_217_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm218 - */ -#define XLPD_XPPU_APERPERM_218 ( ( XLPD_XPPU_BASEADDR ) + 0x00001368UL ) -#define XLPD_XPPU_APERPERM_218_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_218_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_218_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_218_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_218_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_218_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_218_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_218_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_218_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_218_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_218_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_218_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_218_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm219 - */ -#define XLPD_XPPU_APERPERM_219 ( ( XLPD_XPPU_BASEADDR ) + 0x0000136CUL ) -#define XLPD_XPPU_APERPERM_219_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_219_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_219_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_219_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_219_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_219_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_219_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_219_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_219_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_219_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_219_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_219_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_219_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm220 - */ -#define XLPD_XPPU_APERPERM_220 ( ( XLPD_XPPU_BASEADDR ) + 0x00001370UL ) -#define XLPD_XPPU_APERPERM_220_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_220_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_220_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_220_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_220_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_220_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_220_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_220_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_220_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_220_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_220_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_220_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_220_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm221 - */ -#define XLPD_XPPU_APERPERM_221 ( ( XLPD_XPPU_BASEADDR ) + 0x00001374UL ) -#define XLPD_XPPU_APERPERM_221_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_221_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_221_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_221_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_221_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_221_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_221_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_221_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_221_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_221_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_221_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_221_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_221_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm222 - */ -#define XLPD_XPPU_APERPERM_222 ( ( XLPD_XPPU_BASEADDR ) + 0x00001378UL ) -#define XLPD_XPPU_APERPERM_222_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_222_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_222_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_222_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_222_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_222_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_222_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_222_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_222_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_222_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_222_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_222_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_222_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm223 - */ -#define XLPD_XPPU_APERPERM_223 ( ( XLPD_XPPU_BASEADDR ) + 0x0000137CUL ) -#define XLPD_XPPU_APERPERM_223_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_223_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_223_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_223_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_223_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_223_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_223_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_223_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_223_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_223_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_223_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_223_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_223_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm224 - */ -#define XLPD_XPPU_APERPERM_224 ( ( XLPD_XPPU_BASEADDR ) + 0x00001380UL ) -#define XLPD_XPPU_APERPERM_224_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_224_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_224_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_224_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_224_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_224_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_224_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_224_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_224_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_224_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_224_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_224_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_224_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm225 - */ -#define XLPD_XPPU_APERPERM_225 ( ( XLPD_XPPU_BASEADDR ) + 0x00001384UL ) -#define XLPD_XPPU_APERPERM_225_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_225_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_225_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_225_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_225_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_225_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_225_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_225_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_225_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_225_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_225_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_225_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_225_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm226 - */ -#define XLPD_XPPU_APERPERM_226 ( ( XLPD_XPPU_BASEADDR ) + 0x00001388UL ) -#define XLPD_XPPU_APERPERM_226_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_226_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_226_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_226_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_226_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_226_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_226_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_226_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_226_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_226_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_226_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_226_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_226_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm227 - */ -#define XLPD_XPPU_APERPERM_227 ( ( XLPD_XPPU_BASEADDR ) + 0x0000138CUL ) -#define XLPD_XPPU_APERPERM_227_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_227_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_227_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_227_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_227_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_227_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_227_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_227_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_227_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_227_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_227_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_227_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_227_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm228 - */ -#define XLPD_XPPU_APERPERM_228 ( ( XLPD_XPPU_BASEADDR ) + 0x00001390UL ) -#define XLPD_XPPU_APERPERM_228_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_228_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_228_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_228_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_228_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_228_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_228_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_228_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_228_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_228_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_228_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_228_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_228_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm229 - */ -#define XLPD_XPPU_APERPERM_229 ( ( XLPD_XPPU_BASEADDR ) + 0x00001394UL ) -#define XLPD_XPPU_APERPERM_229_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_229_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_229_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_229_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_229_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_229_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_229_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_229_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_229_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_229_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_229_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_229_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_229_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm230 - */ -#define XLPD_XPPU_APERPERM_230 ( ( XLPD_XPPU_BASEADDR ) + 0x00001398UL ) -#define XLPD_XPPU_APERPERM_230_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_230_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_230_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_230_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_230_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_230_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_230_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_230_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_230_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_230_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_230_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_230_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_230_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm231 - */ -#define XLPD_XPPU_APERPERM_231 ( ( XLPD_XPPU_BASEADDR ) + 0x0000139CUL ) -#define XLPD_XPPU_APERPERM_231_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_231_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_231_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_231_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_231_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_231_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_231_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_231_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_231_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_231_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_231_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_231_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_231_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm232 - */ -#define XLPD_XPPU_APERPERM_232 ( ( XLPD_XPPU_BASEADDR ) + 0x000013A0UL ) -#define XLPD_XPPU_APERPERM_232_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_232_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_232_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_232_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_232_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_232_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_232_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_232_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_232_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_232_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_232_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_232_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_232_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm233 - */ -#define XLPD_XPPU_APERPERM_233 ( ( XLPD_XPPU_BASEADDR ) + 0x000013A4UL ) -#define XLPD_XPPU_APERPERM_233_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_233_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_233_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_233_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_233_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_233_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_233_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_233_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_233_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_233_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_233_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_233_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_233_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm234 - */ -#define XLPD_XPPU_APERPERM_234 ( ( XLPD_XPPU_BASEADDR ) + 0x000013A8UL ) -#define XLPD_XPPU_APERPERM_234_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_234_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_234_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_234_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_234_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_234_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_234_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_234_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_234_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_234_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_234_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_234_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_234_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm235 - */ -#define XLPD_XPPU_APERPERM_235 ( ( XLPD_XPPU_BASEADDR ) + 0x000013ACUL ) -#define XLPD_XPPU_APERPERM_235_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_235_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_235_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_235_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_235_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_235_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_235_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_235_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_235_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_235_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_235_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_235_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_235_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm236 - */ -#define XLPD_XPPU_APERPERM_236 ( ( XLPD_XPPU_BASEADDR ) + 0x000013B0UL ) -#define XLPD_XPPU_APERPERM_236_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_236_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_236_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_236_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_236_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_236_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_236_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_236_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_236_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_236_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_236_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_236_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_236_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm237 - */ -#define XLPD_XPPU_APERPERM_237 ( ( XLPD_XPPU_BASEADDR ) + 0x000013B4UL ) -#define XLPD_XPPU_APERPERM_237_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_237_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_237_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_237_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_237_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_237_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_237_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_237_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_237_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_237_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_237_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_237_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_237_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm238 - */ -#define XLPD_XPPU_APERPERM_238 ( ( XLPD_XPPU_BASEADDR ) + 0x000013B8UL ) -#define XLPD_XPPU_APERPERM_238_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_238_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_238_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_238_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_238_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_238_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_238_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_238_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_238_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_238_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_238_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_238_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_238_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm239 - */ -#define XLPD_XPPU_APERPERM_239 ( ( XLPD_XPPU_BASEADDR ) + 0x000013BCUL ) -#define XLPD_XPPU_APERPERM_239_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_239_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_239_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_239_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_239_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_239_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_239_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_239_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_239_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_239_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_239_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_239_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_239_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm240 - */ -#define XLPD_XPPU_APERPERM_240 ( ( XLPD_XPPU_BASEADDR ) + 0x000013C0UL ) -#define XLPD_XPPU_APERPERM_240_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_240_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_240_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_240_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_240_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_240_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_240_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_240_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_240_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_240_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_240_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_240_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_240_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm241 - */ -#define XLPD_XPPU_APERPERM_241 ( ( XLPD_XPPU_BASEADDR ) + 0x000013C4UL ) -#define XLPD_XPPU_APERPERM_241_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_241_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_241_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_241_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_241_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_241_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_241_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_241_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_241_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_241_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_241_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_241_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_241_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm242 - */ -#define XLPD_XPPU_APERPERM_242 ( ( XLPD_XPPU_BASEADDR ) + 0x000013C8UL ) -#define XLPD_XPPU_APERPERM_242_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_242_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_242_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_242_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_242_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_242_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_242_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_242_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_242_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_242_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_242_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_242_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_242_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm243 - */ -#define XLPD_XPPU_APERPERM_243 ( ( XLPD_XPPU_BASEADDR ) + 0x000013CCUL ) -#define XLPD_XPPU_APERPERM_243_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_243_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_243_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_243_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_243_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_243_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_243_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_243_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_243_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_243_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_243_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_243_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_243_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm244 - */ -#define XLPD_XPPU_APERPERM_244 ( ( XLPD_XPPU_BASEADDR ) + 0x000013D0UL ) -#define XLPD_XPPU_APERPERM_244_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_244_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_244_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_244_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_244_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_244_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_244_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_244_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_244_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_244_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_244_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_244_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_244_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm245 - */ -#define XLPD_XPPU_APERPERM_245 ( ( XLPD_XPPU_BASEADDR ) + 0x000013D4UL ) -#define XLPD_XPPU_APERPERM_245_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_245_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_245_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_245_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_245_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_245_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_245_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_245_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_245_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_245_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_245_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_245_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_245_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm246 - */ -#define XLPD_XPPU_APERPERM_246 ( ( XLPD_XPPU_BASEADDR ) + 0x000013D8UL ) -#define XLPD_XPPU_APERPERM_246_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_246_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_246_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_246_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_246_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_246_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_246_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_246_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_246_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_246_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_246_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_246_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_246_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm247 - */ -#define XLPD_XPPU_APERPERM_247 ( ( XLPD_XPPU_BASEADDR ) + 0x000013DCUL ) -#define XLPD_XPPU_APERPERM_247_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_247_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_247_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_247_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_247_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_247_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_247_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_247_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_247_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_247_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_247_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_247_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_247_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm248 - */ -#define XLPD_XPPU_APERPERM_248 ( ( XLPD_XPPU_BASEADDR ) + 0x000013E0UL ) -#define XLPD_XPPU_APERPERM_248_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_248_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_248_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_248_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_248_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_248_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_248_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_248_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_248_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_248_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_248_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_248_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_248_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm249 - */ -#define XLPD_XPPU_APERPERM_249 ( ( XLPD_XPPU_BASEADDR ) + 0x000013E4UL ) -#define XLPD_XPPU_APERPERM_249_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_249_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_249_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_249_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_249_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_249_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_249_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_249_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_249_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_249_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_249_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_249_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_249_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm250 - */ -#define XLPD_XPPU_APERPERM_250 ( ( XLPD_XPPU_BASEADDR ) + 0x000013E8UL ) -#define XLPD_XPPU_APERPERM_250_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_250_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_250_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_250_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_250_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_250_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_250_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_250_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_250_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_250_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_250_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_250_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_250_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm251 - */ -#define XLPD_XPPU_APERPERM_251 ( ( XLPD_XPPU_BASEADDR ) + 0x000013ECUL ) -#define XLPD_XPPU_APERPERM_251_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_251_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_251_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_251_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_251_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_251_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_251_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_251_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_251_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_251_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_251_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_251_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_251_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm252 - */ -#define XLPD_XPPU_APERPERM_252 ( ( XLPD_XPPU_BASEADDR ) + 0x000013F0UL ) -#define XLPD_XPPU_APERPERM_252_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_252_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_252_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_252_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_252_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_252_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_252_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_252_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_252_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_252_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_252_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_252_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_252_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm253 - */ -#define XLPD_XPPU_APERPERM_253 ( ( XLPD_XPPU_BASEADDR ) + 0x000013F4UL ) -#define XLPD_XPPU_APERPERM_253_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_253_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_253_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_253_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_253_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_253_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_253_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_253_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_253_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_253_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_253_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_253_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_253_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm254 - */ -#define XLPD_XPPU_APERPERM_254 ( ( XLPD_XPPU_BASEADDR ) + 0x000013F8UL ) -#define XLPD_XPPU_APERPERM_254_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_254_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_254_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_254_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_254_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_254_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_254_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_254_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_254_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_254_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_254_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_254_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_254_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm255 - */ -#define XLPD_XPPU_APERPERM_255 ( ( XLPD_XPPU_BASEADDR ) + 0x000013FCUL ) -#define XLPD_XPPU_APERPERM_255_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_255_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_255_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_255_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_255_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_255_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_255_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_255_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_255_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_255_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_255_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_255_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_255_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm384 - */ -#define XLPD_XPPU_APERPERM_384 ( ( XLPD_XPPU_BASEADDR ) + 0x00001600UL ) -#define XLPD_XPPU_APERPERM_384_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_384_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_384_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_384_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_384_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_384_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_384_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_384_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_384_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_384_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_384_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_384_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_384_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm385 - */ -#define XLPD_XPPU_APERPERM_385 ( ( XLPD_XPPU_BASEADDR ) + 0x00001604UL ) -#define XLPD_XPPU_APERPERM_385_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_385_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_385_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_385_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_385_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_385_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_385_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_385_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_385_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_385_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_385_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_385_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_385_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm386 - */ -#define XLPD_XPPU_APERPERM_386 ( ( XLPD_XPPU_BASEADDR ) + 0x00001608UL ) -#define XLPD_XPPU_APERPERM_386_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_386_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_386_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_386_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_386_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_386_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_386_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_386_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_386_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_386_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_386_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_386_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_386_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm387 - */ -#define XLPD_XPPU_APERPERM_387 ( ( XLPD_XPPU_BASEADDR ) + 0x0000160CUL ) -#define XLPD_XPPU_APERPERM_387_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_387_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_387_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_387_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_387_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_387_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_387_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_387_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_387_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_387_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_387_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_387_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_387_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm388 - */ -#define XLPD_XPPU_APERPERM_388 ( ( XLPD_XPPU_BASEADDR ) + 0x00001610UL ) -#define XLPD_XPPU_APERPERM_388_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_388_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_388_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_388_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_388_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_388_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_388_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_388_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_388_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_388_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_388_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_388_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_388_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm389 - */ -#define XLPD_XPPU_APERPERM_389 ( ( XLPD_XPPU_BASEADDR ) + 0x00001614UL ) -#define XLPD_XPPU_APERPERM_389_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_389_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_389_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_389_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_389_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_389_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_389_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_389_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_389_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_389_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_389_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_389_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_389_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm390 - */ -#define XLPD_XPPU_APERPERM_390 ( ( XLPD_XPPU_BASEADDR ) + 0x00001618UL ) -#define XLPD_XPPU_APERPERM_390_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_390_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_390_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_390_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_390_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_390_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_390_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_390_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_390_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_390_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_390_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_390_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_390_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm391 - */ -#define XLPD_XPPU_APERPERM_391 ( ( XLPD_XPPU_BASEADDR ) + 0x0000161CUL ) -#define XLPD_XPPU_APERPERM_391_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_391_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_391_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_391_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_391_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_391_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_391_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_391_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_391_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_391_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_391_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_391_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_391_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm392 - */ -#define XLPD_XPPU_APERPERM_392 ( ( XLPD_XPPU_BASEADDR ) + 0x00001620UL ) -#define XLPD_XPPU_APERPERM_392_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_392_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_392_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_392_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_392_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_392_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_392_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_392_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_392_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_392_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_392_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_392_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_392_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm393 - */ -#define XLPD_XPPU_APERPERM_393 ( ( XLPD_XPPU_BASEADDR ) + 0x00001624UL ) -#define XLPD_XPPU_APERPERM_393_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_393_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_393_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_393_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_393_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_393_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_393_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_393_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_393_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_393_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_393_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_393_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_393_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm394 - */ -#define XLPD_XPPU_APERPERM_394 ( ( XLPD_XPPU_BASEADDR ) + 0x00001628UL ) -#define XLPD_XPPU_APERPERM_394_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_394_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_394_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_394_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_394_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_394_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_394_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_394_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_394_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_394_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_394_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_394_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_394_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm395 - */ -#define XLPD_XPPU_APERPERM_395 ( ( XLPD_XPPU_BASEADDR ) + 0x0000162CUL ) -#define XLPD_XPPU_APERPERM_395_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_395_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_395_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_395_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_395_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_395_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_395_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_395_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_395_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_395_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_395_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_395_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_395_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm396 - */ -#define XLPD_XPPU_APERPERM_396 ( ( XLPD_XPPU_BASEADDR ) + 0x00001630UL ) -#define XLPD_XPPU_APERPERM_396_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_396_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_396_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_396_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_396_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_396_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_396_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_396_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_396_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_396_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_396_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_396_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_396_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm397 - */ -#define XLPD_XPPU_APERPERM_397 ( ( XLPD_XPPU_BASEADDR ) + 0x00001634UL ) -#define XLPD_XPPU_APERPERM_397_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_397_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_397_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_397_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_397_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_397_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_397_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_397_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_397_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_397_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_397_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_397_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_397_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm398 - */ -#define XLPD_XPPU_APERPERM_398 ( ( XLPD_XPPU_BASEADDR ) + 0x00001638UL ) -#define XLPD_XPPU_APERPERM_398_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_398_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_398_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_398_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_398_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_398_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_398_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_398_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_398_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_398_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_398_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_398_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_398_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm399 - */ -#define XLPD_XPPU_APERPERM_399 ( ( XLPD_XPPU_BASEADDR ) + 0x0000163CUL ) -#define XLPD_XPPU_APERPERM_399_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_399_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_399_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_399_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_399_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_399_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_399_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_399_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_399_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_399_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_399_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_399_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_399_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XlpdXppuAperperm400 - */ -#define XLPD_XPPU_APERPERM_400 ( ( XLPD_XPPU_BASEADDR ) + 0x00001640UL ) -#define XLPD_XPPU_APERPERM_400_RSTVAL 0x00000000UL - -#define XLPD_XPPU_APERPERM_400_PARITY_SHIFT 28UL -#define XLPD_XPPU_APERPERM_400_PARITY_WIDTH 4UL -#define XLPD_XPPU_APERPERM_400_PARITY_MASK 0xf0000000UL -#define XLPD_XPPU_APERPERM_400_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_400_TRUSTZONE_SHIFT 27UL -#define XLPD_XPPU_APERPERM_400_TRUSTZONE_WIDTH 1UL -#define XLPD_XPPU_APERPERM_400_TRUSTZONE_MASK 0x08000000UL -#define XLPD_XPPU_APERPERM_400_TRUSTZONE_DEFVAL 0x0UL - -#define XLPD_XPPU_APERPERM_400_PERMISSION_SHIFT 0UL -#define XLPD_XPPU_APERPERM_400_PERMISSION_WIDTH 20UL -#define XLPD_XPPU_APERPERM_400_PERMISSION_MASK 0x000fffffUL -#define XLPD_XPPU_APERPERM_400_PERMISSION_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_XPPU_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xocm_xmpu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xocm_xmpu.h deleted file mode 100644 index f482a90..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xocm_xmpu.h +++ /dev/null @@ -1,1667 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XOCM_XMPU_H__ -#define __XOCM_XMPU_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XocmXmpu Base Address - */ -#define XOCM_XMPU_BASEADDR 0xFF980000UL - -/** - * Register: XocmXmpuCtrl - */ -#define XOCM_XMPU_CTRL ( ( XOCM_XMPU_BASEADDR ) + 0x00000000UL ) -#define XOCM_XMPU_CTRL_RSTVAL 0x00000013UL - -#define XOCM_XMPU_CTRL_DISDEFSREGION_SHIFT 4UL -#define XOCM_XMPU_CTRL_DISDEFSREGION_WIDTH 1UL -#define XOCM_XMPU_CTRL_DISDEFSREGION_MASK 0x00000010UL -#define XOCM_XMPU_CTRL_DISDEFSREGION_DEFVAL 0x1UL - -#define XOCM_XMPU_CTRL_ALIGNCFG_SHIFT 3UL -#define XOCM_XMPU_CTRL_ALIGNCFG_WIDTH 1UL -#define XOCM_XMPU_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XOCM_XMPU_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XOCM_XMPU_CTRL_HIDEALLOWED_SHIFT 2UL -#define XOCM_XMPU_CTRL_HIDEALLOWED_WIDTH 1UL -#define XOCM_XMPU_CTRL_HIDEALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_CTRL_HIDEALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_CTRL_DEFWRALLOWED_SHIFT 1UL -#define XOCM_XMPU_CTRL_DEFWRALLOWED_WIDTH 1UL -#define XOCM_XMPU_CTRL_DEFWRALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_CTRL_DEFWRALLOWED_DEFVAL 0x1UL - -#define XOCM_XMPU_CTRL_DEFRDALLOWED_SHIFT 0UL -#define XOCM_XMPU_CTRL_DEFRDALLOWED_WIDTH 1UL -#define XOCM_XMPU_CTRL_DEFRDALLOWED_MASK 0x00000001UL -#define XOCM_XMPU_CTRL_DEFRDALLOWED_DEFVAL 0x1UL - -/** - * Register: XocmXmpuErrSts1Lo - */ -#define XOCM_XMPU_ERR_STS1_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000004UL ) -#define XOCM_XMPU_ERR_STS1_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_ERR_STS1_LO_AXI_ADDR_SHIFT 0UL -#define XOCM_XMPU_ERR_STS1_LO_AXI_ADDR_WIDTH 32UL -#define XOCM_XMPU_ERR_STS1_LO_AXI_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_ERR_STS1_LO_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuErrSts1Hi - */ -#define XOCM_XMPU_ERR_STS1_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000008UL ) -#define XOCM_XMPU_ERR_STS1_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_ERR_STS1_HI_AXI_ADDR_SHIFT 0UL -#define XOCM_XMPU_ERR_STS1_HI_AXI_ADDR_WIDTH 12UL -#define XOCM_XMPU_ERR_STS1_HI_AXI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_ERR_STS1_HI_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuErrSts2 - */ -#define XOCM_XMPU_ERR_STS2 ( ( XOCM_XMPU_BASEADDR ) + 0x0000000CUL ) -#define XOCM_XMPU_ERR_STS2_RSTVAL 0x00000000UL - -#define XOCM_XMPU_ERR_STS2_AXI_ID_SHIFT 0UL -#define XOCM_XMPU_ERR_STS2_AXI_ID_WIDTH 10UL -#define XOCM_XMPU_ERR_STS2_AXI_ID_MASK 0x000003ffUL -#define XOCM_XMPU_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuIsr - */ -#define XOCM_XMPU_ISR ( ( XOCM_XMPU_BASEADDR ) + 0x00000010UL ) -#define XOCM_XMPU_ISR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_ISR_SECURITYVIO_SHIFT 3UL -#define XOCM_XMPU_ISR_SECURITYVIO_WIDTH 1UL -#define XOCM_XMPU_ISR_SECURITYVIO_MASK 0x00000008UL -#define XOCM_XMPU_ISR_SECURITYVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_ISR_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_ISR_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_ISR_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_ISR_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_ISR_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_ISR_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_ISR_INV_APB_SHIFT 0UL -#define XOCM_XMPU_ISR_INV_APB_WIDTH 1UL -#define XOCM_XMPU_ISR_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XocmXmpuImr - */ -#define XOCM_XMPU_IMR ( ( XOCM_XMPU_BASEADDR ) + 0x00000014UL ) -#define XOCM_XMPU_IMR_RSTVAL 0x0000000fUL - -#define XOCM_XMPU_IMR_SECURITYVIO_SHIFT 3UL -#define XOCM_XMPU_IMR_SECURITYVIO_WIDTH 1UL -#define XOCM_XMPU_IMR_SECURITYVIO_MASK 0x00000008UL -#define XOCM_XMPU_IMR_SECURITYVIO_DEFVAL 0x1UL - -#define XOCM_XMPU_IMR_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_IMR_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_IMR_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XOCM_XMPU_IMR_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_IMR_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_IMR_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XOCM_XMPU_IMR_INV_APB_SHIFT 0UL -#define XOCM_XMPU_IMR_INV_APB_WIDTH 1UL -#define XOCM_XMPU_IMR_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XocmXmpuIen - */ -#define XOCM_XMPU_IEN ( ( XOCM_XMPU_BASEADDR ) + 0x00000018UL ) -#define XOCM_XMPU_IEN_RSTVAL 0x00000000UL - -#define XOCM_XMPU_IEN_SECURITYVIO_SHIFT 3UL -#define XOCM_XMPU_IEN_SECURITYVIO_WIDTH 1UL -#define XOCM_XMPU_IEN_SECURITYVIO_MASK 0x00000008UL -#define XOCM_XMPU_IEN_SECURITYVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_IEN_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_IEN_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_IEN_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_IEN_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_IEN_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_IEN_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_IEN_INV_APB_SHIFT 0UL -#define XOCM_XMPU_IEN_INV_APB_WIDTH 1UL -#define XOCM_XMPU_IEN_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XocmXmpuIds - */ -#define XOCM_XMPU_IDS ( ( XOCM_XMPU_BASEADDR ) + 0x0000001CUL ) -#define XOCM_XMPU_IDS_RSTVAL 0x00000000UL - -#define XOCM_XMPU_IDS_SECURITYVIO_SHIFT 3UL -#define XOCM_XMPU_IDS_SECURITYVIO_WIDTH 1UL -#define XOCM_XMPU_IDS_SECURITYVIO_MASK 0x00000008UL -#define XOCM_XMPU_IDS_SECURITYVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_IDS_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_IDS_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_IDS_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_IDS_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_IDS_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_IDS_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_IDS_INV_APB_SHIFT 0UL -#define XOCM_XMPU_IDS_INV_APB_WIDTH 1UL -#define XOCM_XMPU_IDS_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XocmXmpuLock - */ -#define XOCM_XMPU_LOCK ( ( XOCM_XMPU_BASEADDR ) + 0x00000020UL ) -#define XOCM_XMPU_LOCK_RSTVAL 0x00000000UL - -#define XOCM_XMPU_LOCK_REGWRDIS_SHIFT 0UL -#define XOCM_XMPU_LOCK_REGWRDIS_WIDTH 1UL -#define XOCM_XMPU_LOCK_REGWRDIS_MASK 0x00000001UL -#define XOCM_XMPU_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR00StartLo - */ -#define XOCM_XMPU_R00_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000100UL ) -#define XOCM_XMPU_R00_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R00_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R00_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R00_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R00_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR00StartHi - */ -#define XOCM_XMPU_R00_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000104UL ) -#define XOCM_XMPU_R00_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R00_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R00_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R00_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R00_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR00EndLo - */ -#define XOCM_XMPU_R00_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000108UL ) -#define XOCM_XMPU_R00_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R00_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R00_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R00_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R00_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR00EndHi - */ -#define XOCM_XMPU_R00_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000010CUL ) -#define XOCM_XMPU_R00_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R00_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R00_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R00_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R00_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR00Master - */ -#define XOCM_XMPU_R00_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000110UL ) -#define XOCM_XMPU_R00_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R00_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R00_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R00_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R00_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R00_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R00_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R00_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R00_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR00Cfg - */ -#define XOCM_XMPU_R00_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x00000114UL ) -#define XOCM_XMPU_R00_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R00_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R00_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R00_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R00_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R00_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R00_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R00_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R00_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R00_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R00_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R00_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R00_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R00_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R00_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R00_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R00_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R00_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R00_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R00_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R00_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR01StartLo - */ -#define XOCM_XMPU_R01_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000118UL ) -#define XOCM_XMPU_R01_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R01_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R01_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R01_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R01_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR01StartHi - */ -#define XOCM_XMPU_R01_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000011CUL ) -#define XOCM_XMPU_R01_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R01_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R01_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R01_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R01_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR01EndLo - */ -#define XOCM_XMPU_R01_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000120UL ) -#define XOCM_XMPU_R01_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R01_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R01_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R01_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R01_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR01EndHi - */ -#define XOCM_XMPU_R01_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000124UL ) -#define XOCM_XMPU_R01_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R01_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R01_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R01_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R01_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR01Master - */ -#define XOCM_XMPU_R01_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000128UL ) -#define XOCM_XMPU_R01_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R01_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R01_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R01_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R01_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R01_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R01_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R01_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R01_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR01Cfg - */ -#define XOCM_XMPU_R01_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x0000012CUL ) -#define XOCM_XMPU_R01_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R01_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R01_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R01_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R01_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R01_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R01_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R01_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R01_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R01_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R01_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R01_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R01_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R01_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R01_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R01_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R01_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R01_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R01_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R01_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R01_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR02StartLo - */ -#define XOCM_XMPU_R02_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000130UL ) -#define XOCM_XMPU_R02_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R02_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R02_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R02_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R02_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR02StartHi - */ -#define XOCM_XMPU_R02_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000134UL ) -#define XOCM_XMPU_R02_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R02_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R02_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R02_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R02_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR02EndLo - */ -#define XOCM_XMPU_R02_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000138UL ) -#define XOCM_XMPU_R02_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R02_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R02_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R02_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R02_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR02EndHi - */ -#define XOCM_XMPU_R02_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000013CUL ) -#define XOCM_XMPU_R02_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R02_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R02_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R02_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R02_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR02Master - */ -#define XOCM_XMPU_R02_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000140UL ) -#define XOCM_XMPU_R02_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R02_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R02_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R02_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R02_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R02_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R02_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R02_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R02_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR02Cfg - */ -#define XOCM_XMPU_R02_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x00000144UL ) -#define XOCM_XMPU_R02_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R02_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R02_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R02_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R02_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R02_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R02_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R02_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R02_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R02_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R02_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R02_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R02_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R02_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R02_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R02_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R02_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R02_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R02_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R02_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R02_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR03StartLo - */ -#define XOCM_XMPU_R03_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000148UL ) -#define XOCM_XMPU_R03_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R03_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R03_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R03_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R03_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR03StartHi - */ -#define XOCM_XMPU_R03_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000014CUL ) -#define XOCM_XMPU_R03_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R03_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R03_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R03_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R03_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR03EndLo - */ -#define XOCM_XMPU_R03_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000150UL ) -#define XOCM_XMPU_R03_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R03_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R03_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R03_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R03_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR03EndHi - */ -#define XOCM_XMPU_R03_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000154UL ) -#define XOCM_XMPU_R03_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R03_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R03_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R03_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R03_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR03Master - */ -#define XOCM_XMPU_R03_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000158UL ) -#define XOCM_XMPU_R03_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R03_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R03_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R03_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R03_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R03_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R03_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R03_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R03_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR03Cfg - */ -#define XOCM_XMPU_R03_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x0000015CUL ) -#define XOCM_XMPU_R03_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R03_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R03_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R03_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R03_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R03_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R03_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R03_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R03_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R03_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R03_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R03_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R03_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R03_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R03_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R03_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R03_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R03_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R03_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R03_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R03_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR04StartLo - */ -#define XOCM_XMPU_R04_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000160UL ) -#define XOCM_XMPU_R04_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R04_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R04_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R04_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R04_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR04StartHi - */ -#define XOCM_XMPU_R04_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000164UL ) -#define XOCM_XMPU_R04_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R04_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R04_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R04_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R04_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR04EndLo - */ -#define XOCM_XMPU_R04_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000168UL ) -#define XOCM_XMPU_R04_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R04_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R04_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R04_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R04_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR04EndHi - */ -#define XOCM_XMPU_R04_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000016CUL ) -#define XOCM_XMPU_R04_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R04_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R04_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R04_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R04_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR04Master - */ -#define XOCM_XMPU_R04_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000170UL ) -#define XOCM_XMPU_R04_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R04_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R04_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R04_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R04_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R04_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R04_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R04_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R04_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR04Cfg - */ -#define XOCM_XMPU_R04_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x00000174UL ) -#define XOCM_XMPU_R04_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R04_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R04_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R04_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R04_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R04_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R04_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R04_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R04_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R04_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R04_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R04_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R04_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R04_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R04_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R04_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R04_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R04_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R04_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R04_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R04_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR05StartLo - */ -#define XOCM_XMPU_R05_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000178UL ) -#define XOCM_XMPU_R05_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R05_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R05_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R05_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R05_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR05StartHi - */ -#define XOCM_XMPU_R05_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000017CUL ) -#define XOCM_XMPU_R05_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R05_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R05_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R05_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R05_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR05EndLo - */ -#define XOCM_XMPU_R05_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000180UL ) -#define XOCM_XMPU_R05_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R05_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R05_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R05_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R05_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR05EndHi - */ -#define XOCM_XMPU_R05_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000184UL ) -#define XOCM_XMPU_R05_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R05_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R05_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R05_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R05_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR05Master - */ -#define XOCM_XMPU_R05_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000188UL ) -#define XOCM_XMPU_R05_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R05_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R05_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R05_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R05_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R05_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R05_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R05_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R05_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR05Cfg - */ -#define XOCM_XMPU_R05_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x0000018CUL ) -#define XOCM_XMPU_R05_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R05_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R05_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R05_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R05_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R05_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R05_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R05_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R05_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R05_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R05_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R05_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R05_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R05_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R05_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R05_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R05_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R05_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R05_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R05_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R05_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR06StartLo - */ -#define XOCM_XMPU_R06_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000190UL ) -#define XOCM_XMPU_R06_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R06_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R06_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R06_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R06_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR06StartHi - */ -#define XOCM_XMPU_R06_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000194UL ) -#define XOCM_XMPU_R06_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R06_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R06_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R06_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R06_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR06EndLo - */ -#define XOCM_XMPU_R06_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000198UL ) -#define XOCM_XMPU_R06_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R06_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R06_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R06_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R06_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR06EndHi - */ -#define XOCM_XMPU_R06_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000019CUL ) -#define XOCM_XMPU_R06_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R06_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R06_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R06_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R06_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR06Master - */ -#define XOCM_XMPU_R06_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x000001A0UL ) -#define XOCM_XMPU_R06_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R06_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R06_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R06_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R06_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R06_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R06_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R06_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R06_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR06Cfg - */ -#define XOCM_XMPU_R06_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x000001A4UL ) -#define XOCM_XMPU_R06_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R06_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R06_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R06_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R06_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R06_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R06_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R06_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R06_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R06_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R06_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R06_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R06_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R06_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R06_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R06_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R06_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R06_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R06_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R06_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R06_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR07StartLo - */ -#define XOCM_XMPU_R07_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001A8UL ) -#define XOCM_XMPU_R07_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R07_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R07_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R07_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R07_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR07StartHi - */ -#define XOCM_XMPU_R07_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001ACUL ) -#define XOCM_XMPU_R07_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R07_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R07_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R07_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R07_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR07EndLo - */ -#define XOCM_XMPU_R07_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001B0UL ) -#define XOCM_XMPU_R07_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R07_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R07_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R07_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R07_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR07EndHi - */ -#define XOCM_XMPU_R07_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001B4UL ) -#define XOCM_XMPU_R07_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R07_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R07_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R07_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R07_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR07Master - */ -#define XOCM_XMPU_R07_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x000001B8UL ) -#define XOCM_XMPU_R07_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R07_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R07_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R07_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R07_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R07_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R07_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R07_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R07_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR07Cfg - */ -#define XOCM_XMPU_R07_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x000001BCUL ) -#define XOCM_XMPU_R07_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R07_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R07_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R07_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R07_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R07_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R07_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R07_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R07_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R07_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R07_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R07_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R07_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R07_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R07_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R07_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R07_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R07_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R07_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R07_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R07_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR08StartLo - */ -#define XOCM_XMPU_R08_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001C0UL ) -#define XOCM_XMPU_R08_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R08_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R08_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R08_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R08_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR08StartHi - */ -#define XOCM_XMPU_R08_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001C4UL ) -#define XOCM_XMPU_R08_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R08_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R08_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R08_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R08_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR08EndLo - */ -#define XOCM_XMPU_R08_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001C8UL ) -#define XOCM_XMPU_R08_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R08_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R08_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R08_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R08_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR08EndHi - */ -#define XOCM_XMPU_R08_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001CCUL ) -#define XOCM_XMPU_R08_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R08_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R08_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R08_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R08_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR08Master - */ -#define XOCM_XMPU_R08_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x000001D0UL ) -#define XOCM_XMPU_R08_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R08_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R08_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R08_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R08_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R08_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R08_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R08_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R08_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR08Cfg - */ -#define XOCM_XMPU_R08_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x000001D4UL ) -#define XOCM_XMPU_R08_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R08_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R08_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R08_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R08_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R08_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R08_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R08_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R08_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R08_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R08_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R08_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R08_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R08_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R08_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R08_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R08_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R08_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R08_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R08_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R08_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR09StartLo - */ -#define XOCM_XMPU_R09_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001D8UL ) -#define XOCM_XMPU_R09_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R09_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R09_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R09_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R09_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR09StartHi - */ -#define XOCM_XMPU_R09_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001DCUL ) -#define XOCM_XMPU_R09_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R09_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R09_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R09_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R09_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR09EndLo - */ -#define XOCM_XMPU_R09_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001E0UL ) -#define XOCM_XMPU_R09_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R09_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R09_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R09_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R09_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR09EndHi - */ -#define XOCM_XMPU_R09_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001E4UL ) -#define XOCM_XMPU_R09_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R09_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R09_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R09_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R09_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR09Master - */ -#define XOCM_XMPU_R09_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x000001E8UL ) -#define XOCM_XMPU_R09_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R09_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R09_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R09_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R09_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R09_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R09_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R09_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R09_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR09Cfg - */ -#define XOCM_XMPU_R09_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x000001ECUL ) -#define XOCM_XMPU_R09_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R09_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R09_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R09_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R09_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R09_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R09_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R09_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R09_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R09_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R09_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R09_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R09_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R09_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R09_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R09_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R09_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R09_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R09_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R09_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R09_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR10StartLo - */ -#define XOCM_XMPU_R10_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001F0UL ) -#define XOCM_XMPU_R10_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R10_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R10_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R10_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R10_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR10StartHi - */ -#define XOCM_XMPU_R10_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001F4UL ) -#define XOCM_XMPU_R10_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R10_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R10_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R10_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R10_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR10EndLo - */ -#define XOCM_XMPU_R10_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x000001F8UL ) -#define XOCM_XMPU_R10_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R10_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R10_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R10_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R10_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR10EndHi - */ -#define XOCM_XMPU_R10_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x000001FCUL ) -#define XOCM_XMPU_R10_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R10_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R10_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R10_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R10_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR10Master - */ -#define XOCM_XMPU_R10_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000200UL ) -#define XOCM_XMPU_R10_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R10_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R10_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R10_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R10_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R10_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R10_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R10_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R10_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR10Cfg - */ -#define XOCM_XMPU_R10_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x00000204UL ) -#define XOCM_XMPU_R10_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R10_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R10_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R10_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R10_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R10_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R10_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R10_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R10_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R10_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R10_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R10_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R10_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R10_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R10_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R10_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R10_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R10_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R10_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R10_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R10_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR11StartLo - */ -#define XOCM_XMPU_R11_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000208UL ) -#define XOCM_XMPU_R11_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R11_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R11_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R11_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R11_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR11StartHi - */ -#define XOCM_XMPU_R11_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000020CUL ) -#define XOCM_XMPU_R11_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R11_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R11_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R11_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R11_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR11EndLo - */ -#define XOCM_XMPU_R11_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000210UL ) -#define XOCM_XMPU_R11_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R11_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R11_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R11_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R11_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR11EndHi - */ -#define XOCM_XMPU_R11_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000214UL ) -#define XOCM_XMPU_R11_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R11_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R11_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R11_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R11_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR11Master - */ -#define XOCM_XMPU_R11_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000218UL ) -#define XOCM_XMPU_R11_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R11_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R11_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R11_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R11_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R11_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R11_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R11_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R11_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR11Cfg - */ -#define XOCM_XMPU_R11_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x0000021CUL ) -#define XOCM_XMPU_R11_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R11_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R11_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R11_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R11_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R11_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R11_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R11_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R11_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R11_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R11_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R11_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R11_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R11_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R11_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R11_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R11_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R11_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R11_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R11_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R11_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR12StartLo - */ -#define XOCM_XMPU_R12_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000220UL ) -#define XOCM_XMPU_R12_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R12_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R12_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R12_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R12_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR12StartHi - */ -#define XOCM_XMPU_R12_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000224UL ) -#define XOCM_XMPU_R12_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R12_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R12_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R12_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R12_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR12EndLo - */ -#define XOCM_XMPU_R12_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000228UL ) -#define XOCM_XMPU_R12_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R12_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R12_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R12_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R12_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR12EndHi - */ -#define XOCM_XMPU_R12_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000022CUL ) -#define XOCM_XMPU_R12_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R12_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R12_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R12_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R12_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR12Master - */ -#define XOCM_XMPU_R12_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000238UL ) -#define XOCM_XMPU_R12_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R12_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R12_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R12_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R12_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R12_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R12_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R12_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R12_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR12Cfg - */ -#define XOCM_XMPU_R12_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x0000023CUL ) -#define XOCM_XMPU_R12_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R12_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R12_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R12_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R12_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R12_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R12_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R12_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R12_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R12_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R12_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R12_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R12_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R12_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R12_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R12_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R12_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R12_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R12_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R12_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R12_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR13StartLo - */ -#define XOCM_XMPU_R13_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000240UL ) -#define XOCM_XMPU_R13_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R13_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R13_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R13_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R13_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR13StartHi - */ -#define XOCM_XMPU_R13_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000244UL ) -#define XOCM_XMPU_R13_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R13_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R13_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R13_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R13_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR13EndLo - */ -#define XOCM_XMPU_R13_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000248UL ) -#define XOCM_XMPU_R13_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R13_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R13_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R13_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R13_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR13EndHi - */ -#define XOCM_XMPU_R13_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000024CUL ) -#define XOCM_XMPU_R13_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R13_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R13_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R13_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R13_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR13Master - */ -#define XOCM_XMPU_R13_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000250UL ) -#define XOCM_XMPU_R13_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R13_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R13_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R13_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R13_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R13_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R13_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R13_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R13_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR13Cfg - */ -#define XOCM_XMPU_R13_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x00000254UL ) -#define XOCM_XMPU_R13_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R13_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R13_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R13_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R13_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R13_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R13_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R13_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R13_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R13_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R13_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R13_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R13_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R13_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R13_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R13_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R13_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R13_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R13_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R13_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R13_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR14StartLo - */ -#define XOCM_XMPU_R14_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000258UL ) -#define XOCM_XMPU_R14_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R14_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R14_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R14_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R14_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR14StartHi - */ -#define XOCM_XMPU_R14_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000025CUL ) -#define XOCM_XMPU_R14_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R14_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R14_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R14_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R14_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR14EndLo - */ -#define XOCM_XMPU_R14_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000260UL ) -#define XOCM_XMPU_R14_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R14_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R14_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R14_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R14_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR14EndHi - */ -#define XOCM_XMPU_R14_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000264UL ) -#define XOCM_XMPU_R14_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R14_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R14_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R14_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R14_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR14Master - */ -#define XOCM_XMPU_R14_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000268UL ) -#define XOCM_XMPU_R14_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R14_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R14_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R14_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R14_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R14_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R14_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R14_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R14_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR14Cfg - */ -#define XOCM_XMPU_R14_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x0000026CUL ) -#define XOCM_XMPU_R14_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R14_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R14_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R14_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R14_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R14_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R14_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R14_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R14_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R14_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R14_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R14_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R14_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R14_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R14_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R14_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R14_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R14_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R14_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R14_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R14_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR15StartLo - */ -#define XOCM_XMPU_R15_START_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000270UL ) -#define XOCM_XMPU_R15_START_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R15_START_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R15_START_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R15_START_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R15_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR15StartHi - */ -#define XOCM_XMPU_R15_START_HI ( ( XOCM_XMPU_BASEADDR ) + 0x00000274UL ) -#define XOCM_XMPU_R15_START_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R15_START_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R15_START_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R15_START_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R15_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR15EndLo - */ -#define XOCM_XMPU_R15_END_LO ( ( XOCM_XMPU_BASEADDR ) + 0x00000278UL ) -#define XOCM_XMPU_R15_END_LO_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R15_END_LO_ADDR_SHIFT 0UL -#define XOCM_XMPU_R15_END_LO_ADDR_WIDTH 32UL -#define XOCM_XMPU_R15_END_LO_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_R15_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR15EndHi - */ -#define XOCM_XMPU_R15_END_HI ( ( XOCM_XMPU_BASEADDR ) + 0x0000027CUL ) -#define XOCM_XMPU_R15_END_HI_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R15_END_HI_ADDR_SHIFT 0UL -#define XOCM_XMPU_R15_END_HI_ADDR_WIDTH 12UL -#define XOCM_XMPU_R15_END_HI_ADDR_MASK 0x00000fffUL -#define XOCM_XMPU_R15_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR15Master - */ -#define XOCM_XMPU_R15_MASTER ( ( XOCM_XMPU_BASEADDR ) + 0x00000280UL ) -#define XOCM_XMPU_R15_MASTER_RSTVAL 0x00000000UL - -#define XOCM_XMPU_R15_MASTER_MSK_SHIFT 16UL -#define XOCM_XMPU_R15_MASTER_MSK_WIDTH 10UL -#define XOCM_XMPU_R15_MASTER_MSK_MASK 0x03ff0000UL -#define XOCM_XMPU_R15_MASTER_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_R15_MASTER_ID_SHIFT 0UL -#define XOCM_XMPU_R15_MASTER_ID_WIDTH 10UL -#define XOCM_XMPU_R15_MASTER_ID_MASK 0x000003ffUL -#define XOCM_XMPU_R15_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuR15Cfg - */ -#define XOCM_XMPU_R15_CFG ( ( XOCM_XMPU_BASEADDR ) + 0x00000284UL ) -#define XOCM_XMPU_R15_CFG_RSTVAL 0x00000008UL - -#define XOCM_XMPU_R15_CFG_NSCHECKTYPE_SHIFT 4UL -#define XOCM_XMPU_R15_CFG_NSCHECKTYPE_WIDTH 1UL -#define XOCM_XMPU_R15_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_R15_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_R15_CFG_REGIONNS_SHIFT 3UL -#define XOCM_XMPU_R15_CFG_REGIONNS_WIDTH 1UL -#define XOCM_XMPU_R15_CFG_REGIONNS_MASK 0x00000008UL -#define XOCM_XMPU_R15_CFG_REGIONNS_DEFVAL 0x1UL - -#define XOCM_XMPU_R15_CFG_WRALLOWED_SHIFT 2UL -#define XOCM_XMPU_R15_CFG_WRALLOWED_WIDTH 1UL -#define XOCM_XMPU_R15_CFG_WRALLOWED_MASK 0x00000004UL -#define XOCM_XMPU_R15_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R15_CFG_RDALLOWED_SHIFT 1UL -#define XOCM_XMPU_R15_CFG_RDALLOWED_WIDTH 1UL -#define XOCM_XMPU_R15_CFG_RDALLOWED_MASK 0x00000002UL -#define XOCM_XMPU_R15_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XOCM_XMPU_R15_CFG_EN_SHIFT 0UL -#define XOCM_XMPU_R15_CFG_EN_WIDTH 1UL -#define XOCM_XMPU_R15_CFG_EN_MASK 0x00000001UL -#define XOCM_XMPU_R15_CFG_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XOCM_XMPU_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_iou_secure_slcr.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_iou_secure_slcr.h deleted file mode 100644 index cb26e19..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_iou_secure_slcr.h +++ /dev/null @@ -1,175 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XPMC_XIOU_SECURE_SLCR_H__ -#define __XPMC_XIOU_SECURE_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XpmcXiouSecureSlcr Base Address - */ -#define XPMC_XIOU_SECURE_SLCR_BASEADDR 0xF1070000UL - -/** - * Register: XpmcXiouSecureSlcrAxiWprtcnSd0 - */ -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD0 ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000000UL ) -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD0_AWPROT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD0_AWPROT_WIDTH 3UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD0_AWPROT_MASK 0x00000007UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD0_AWPROT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrAxiRprtcnSd0 - */ -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD0 ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000004UL ) -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD0_ARPROT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD0_ARPROT_WIDTH 3UL -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD0_ARPROT_MASK 0x00000007UL -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD0_ARPROT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrAxiWprtcnSd1 - */ -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD1 ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000010UL ) -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD1_AWPROT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD1_AWPROT_WIDTH 3UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD1_AWPROT_MASK 0x00000007UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_SD1_AWPROT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrAxiRprtcnSd1 - */ -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD1 ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000014UL ) -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD1_ARPROT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD1_ARPROT_WIDTH 3UL -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD1_ARPROT_MASK 0x00000007UL -#define XPMC_XIOU_SECURE_SLCR_AXI_RPRTCN_SD1_ARPROT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrAxiWprtcnQspi - */ -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_QSPI ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000020UL ) -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_QSPI_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_QSPI_XQSPIPSAXI_AWPROT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_QSPI_XQSPIPSAXI_AWPROT_WIDTH 3UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_QSPI_XQSPIPSAXI_AWPROT_MASK 0x00000007UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_QSPI_XQSPIPSAXI_AWPROT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrAxiWprtcnOspi - */ -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_OSPI ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000030UL ) -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_OSPI_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_OSPI_AWPROT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_OSPI_AWPROT_WIDTH 3UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_OSPI_AWPROT_MASK 0x00000007UL -#define XPMC_XIOU_SECURE_SLCR_AXI_WPRTCN_OSPI_AWPROT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrCtrl - */ -#define XPMC_XIOU_SECURE_SLCR_CTRL ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000040UL ) -#define XPMC_XIOU_SECURE_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrIsr - */ -#define XPMC_XIOU_SECURE_SLCR_ISR ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000044UL ) -#define XPMC_XIOU_SECURE_SLCR_ISR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrImr - */ -#define XPMC_XIOU_SECURE_SLCR_IMR ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000048UL ) -#define XPMC_XIOU_SECURE_SLCR_IMR_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSecureSlcrIer - */ -#define XPMC_XIOU_SECURE_SLCR_IER ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XPMC_XIOU_SECURE_SLCR_IER_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrIdr - */ -#define XPMC_XIOU_SECURE_SLCR_IDR ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000050UL ) -#define XPMC_XIOU_SECURE_SLCR_IDR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrItr - */ -#define XPMC_XIOU_SECURE_SLCR_ITR ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x00000054UL ) -#define XPMC_XIOU_SECURE_SLCR_ITR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSecureSlcrTzprot - */ -#define XPMC_XIOU_SECURE_SLCR_TZPROT ( ( XPMC_XIOU_SECURE_SLCR_BASEADDR ) + 0x0000006CUL ) -#define XPMC_XIOU_SECURE_SLCR_TZPROT_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SECURE_SLCR_TZPROT_ACT_SHIFT 0UL -#define XPMC_XIOU_SECURE_SLCR_TZPROT_ACT_WIDTH 1UL -#define XPMC_XIOU_SECURE_SLCR_TZPROT_ACT_MASK 0x00000001UL -#define XPMC_XIOU_SECURE_SLCR_TZPROT_ACT_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XPMC_XIOU_SECURE_SLCR_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_iou_slcr.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_iou_slcr.h deleted file mode 100644 index d94ba25..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_iou_slcr.h +++ /dev/null @@ -1,3797 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XPMC_XIOU_SLCR_H__ -#define __XPMC_XIOU_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XpmcXiouSlcr Base Address - */ -#define XPMC_XIOU_SLCR_BASEADDR 0xF1060000UL - -/** - * Register: XpmcXiouSlcrMioPin0 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000000UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_0_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_0_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_0_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_0_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_0_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin1 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000004UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_1_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_1_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_1_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_1_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_1_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin2 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_2 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000008UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_2_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_2_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_2_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_2_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_2_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_2_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin3 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_3 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_3_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_3_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_3_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_3_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_3_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_3_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin4 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_4 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000010UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_4_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_4_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_4_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_4_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_4_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_4_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin5 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_5 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000014UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_5_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_5_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_5_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_5_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_5_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_5_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin6 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_6 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000018UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_6_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_6_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_6_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_6_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_6_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_6_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin7 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_7 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000001CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_7_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_7_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_7_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_7_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_7_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_7_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin8 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_8 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000020UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_8_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_8_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_8_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_8_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_8_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_8_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin9 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_9 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000024UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_9_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_9_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_9_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_9_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_9_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_9_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin10 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_10 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000028UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_10_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_10_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_10_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_10_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_10_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_10_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin11 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_11 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000002CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_11_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_11_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_11_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_11_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_11_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_11_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin12 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_12 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000030UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_12_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_12_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_12_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_12_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_12_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_12_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin13 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_13 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000034UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_13_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_13_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_13_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_13_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_13_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_13_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin14 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_14 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000038UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_14_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_14_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_14_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_14_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_14_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_14_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin15 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_15 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000003CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_15_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_15_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_15_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_15_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_15_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_15_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin16 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_16 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000040UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_16_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_16_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_16_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_16_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_16_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_16_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin17 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_17 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000044UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_17_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_17_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_17_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_17_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_17_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_17_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin18 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_18 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000048UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_18_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_18_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_18_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_18_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_18_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_18_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin19 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_19 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_19_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_19_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_19_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_19_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_19_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_19_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin20 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_20 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000050UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_20_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_20_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_20_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_20_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_20_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_20_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin21 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_21 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000054UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_21_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_21_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_21_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_21_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_21_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_21_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin22 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_22 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000058UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_22_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_22_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_22_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_22_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_22_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_22_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin23 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_23 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000005CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_23_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_23_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_23_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_23_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_23_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_23_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin24 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_24 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000060UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_24_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_24_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_24_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_24_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_24_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_24_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin25 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_25 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000064UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_25_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_25_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_25_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_25_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_25_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_25_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin26 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_26 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000068UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_26_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_26_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_26_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_26_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_26_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_26_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin27 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_27 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000006CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_27_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_27_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_27_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_27_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_27_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_27_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin28 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_28 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000070UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_28_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_28_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_28_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_28_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_28_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_28_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin29 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_29 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000074UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_29_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_29_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_29_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_29_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_29_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_29_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin30 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_30 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000078UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_30_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_30_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_30_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_30_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_30_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_30_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin31 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_31 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000007CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_31_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_31_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_31_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_31_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_31_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_31_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin32 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_32 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000080UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_32_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_32_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_32_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_32_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_32_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_32_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin33 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_33 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000084UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_33_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_33_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_33_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_33_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_33_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_33_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin34 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_34 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000088UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_34_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_34_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_34_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_34_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_34_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_34_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin35 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_35 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000008CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_35_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_35_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_35_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_35_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_35_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_35_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin36 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_36 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000090UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_36_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_36_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_36_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_36_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_36_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_36_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin37 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_37 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000094UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_37_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_37_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_37_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_37_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_37_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_37_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin38 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_38 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000098UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_38_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_38_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_38_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_38_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_38_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_38_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin39 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_39 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000009CUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_39_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_39_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_39_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_39_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_39_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_39_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin40 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_40 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000A0UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_40_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_40_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_40_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_40_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_40_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_40_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin41 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_41 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000A4UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_41_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_41_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_41_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_41_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_41_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_41_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin42 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_42 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000A8UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_42_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_42_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_42_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_42_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_42_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_42_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin43 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_43 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000ACUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_43_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_43_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_43_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_43_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_43_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_43_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin44 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_44 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000B0UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_44_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_44_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_44_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_44_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_44_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_44_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin45 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_45 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000B4UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_45_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_45_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_45_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_45_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_45_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_45_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin46 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_46 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000B8UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_46_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_46_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_46_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_46_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_46_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_46_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin47 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_47 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000BCUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_47_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_47_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_47_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_47_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_47_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_47_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin48 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_48 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000C0UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_48_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_48_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_48_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_48_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_48_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_48_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin49 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_49 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000C4UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_49_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_49_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_49_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_49_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_49_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_49_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin50 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_50 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000C8UL ) -#define XPMC_XIOU_SLCR_MIO_PIN_50_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_50_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_50_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_50_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_50_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_50_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioPin51 - */ -#define XPMC_XIOU_SLCR_MIO_PIN_51 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000000CCUL ) -#define XPMC_XIOU_SLCR_MIO_PIN_51_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_MIO_PIN_51_L3_SEL_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L3_SEL_WIDTH 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L3_SEL_MASK 0x00000380UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L3_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_51_L2_SEL_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L2_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L2_SEL_MASK 0x00000060UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L2_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_51_L1_SEL_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L1_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L1_SEL_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L1_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_MIO_PIN_51_L0_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L0_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L0_SEL_MASK 0x00000006UL -#define XPMC_XIOU_SLCR_MIO_PIN_51_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnRx - */ -#define XPMC_XIOU_SLCR_BNK0_EN_RX ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000100UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_RX_RSTVAL 0x03ffffffUL - -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_RX_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_EN_RX_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_EN_RX_DEFVAL 0x3ffffffUL - -/** - * Register: XpmcXiouSlcrBnk0SelRx0 - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_RX0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000104UL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_RX0_RSTVAL 0xffffffffUL - -#define XPMC_XIOU_SLCR_BNK0_SEL_RX0_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_RX0_RX_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK0_SEL_RX0_RX_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK0_SEL_RX0_RX_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXiouSlcrBnk0SelRx1 - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_RX1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000108UL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_RX1_RSTVAL 0x000fffffUL - -#define XPMC_XIOU_SLCR_BNK0_SEL_RX1_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_RX1_RX_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK0_SEL_RX1_RX_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK0_SEL_RX1_RX_DEFVAL 0xfffffUL - -/** - * Register: XpmcXiouSlcrBnk0EnRxSchmittHyst - */ -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SCHMITT_HYST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000010CUL ) -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SCHMITT_HYST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SCHMITT_HYST_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SCHMITT_HYST_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SCHMITT_HYST_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_EN_RX_SCHMITT_HYST_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnWkPd - */ -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PD ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000110UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PD_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PD_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PD_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PD_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PD_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnWkPu - */ -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PU ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000114UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PU_RSTVAL 0x03ffffffUL - -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PU_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PU_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PU_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_EN_WK_PU_DEFVAL 0x3ffffffUL - -/** - * Register: XpmcXiouSlcrBnk0SelDrv0 - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000118UL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV0_RSTVAL 0xaaaaaaaaUL - -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV0_DRV_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV0_DRV_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV0_DRV_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV0_DRV_DEFVAL 0xaaaaaaaaUL - -/** - * Register: XpmcXiouSlcrBnk0SelDrv1 - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000011CUL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV1_RSTVAL 0x000aaaaaUL - -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV1_DRV_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV1_DRV_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV1_DRV_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK0_SEL_DRV1_DRV_DEFVAL 0xaaaaaUL - -/** - * Register: XpmcXiouSlcrBnk0SelSlew - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_SLEW ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000120UL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_SLEW_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_SEL_SLEW_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_SLEW_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_SEL_SLEW_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_SEL_SLEW_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnDftOptInv - */ -#define XPMC_XIOU_SLCR_BNK0_EN_DFT_OPT_INV ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000124UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_DFT_OPT_INV_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_DFT_OPT_INV_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_DFT_OPT_INV_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_EN_DFT_OPT_INV_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_EN_DFT_OPT_INV_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnPad2padLpbck - */ -#define XPMC_XIOU_SLCR_BNK0_EN_PAD2PAD_LPBCK ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000128UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_PAD2PAD_LPBCK_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_PAD2PAD_LPBCK_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_PAD2PAD_LPBCK_WIDTH 13UL -#define XPMC_XIOU_SLCR_BNK0_EN_PAD2PAD_LPBCK_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_BNK0_EN_PAD2PAD_LPBCK_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0RxSpr0 - */ -#define XPMC_XIOU_SLCR_BNK0_RX_SPR0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000012CUL ) -#define XPMC_XIOU_SLCR_BNK0_RX_SPR0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_RX_SPR0_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_RX_SPR0_SPR_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK0_RX_SPR0_SPR_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK0_RX_SPR0_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0RxSpr1 - */ -#define XPMC_XIOU_SLCR_BNK0_RX_SPR1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000130UL ) -#define XPMC_XIOU_SLCR_BNK0_RX_SPR1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_RX_SPR1_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_RX_SPR1_SPR_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK0_RX_SPR1_SPR_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK0_RX_SPR1_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0TxSpr0 - */ -#define XPMC_XIOU_SLCR_BNK0_TX_SPR0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000134UL ) -#define XPMC_XIOU_SLCR_BNK0_TX_SPR0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_TX_SPR0_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_TX_SPR0_SPR_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK0_TX_SPR0_SPR_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK0_TX_SPR0_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0TxSpr1 - */ -#define XPMC_XIOU_SLCR_BNK0_TX_SPR1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000138UL ) -#define XPMC_XIOU_SLCR_BNK0_TX_SPR1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_TX_SPR1_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_TX_SPR1_SPR_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK0_TX_SPR1_SPR_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK0_TX_SPR1_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0SelEn1p8 - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_EN1P8 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000013CUL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_EN1P8_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_SEL_EN1P8_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_EN1P8_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK0_SEL_EN1P8_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK0_SEL_EN1P8_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnBPorDetect - */ -#define XPMC_XIOU_SLCR_BNK0_EN_B_POR_DETECT ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000140UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_B_POR_DETECT_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_B_POR_DETECT_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_B_POR_DETECT_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK0_EN_B_POR_DETECT_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK0_EN_B_POR_DETECT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0LpfBypPorDetect - */ -#define XPMC_XIOU_SLCR_BNK0_LPF_BYP_POR_DETECT ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000144UL ) -#define XPMC_XIOU_SLCR_BNK0_LPF_BYP_POR_DETECT_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_BNK0_LPF_BYP_POR_DETECT_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_LPF_BYP_POR_DETECT_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK0_LPF_BYP_POR_DETECT_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK0_LPF_BYP_POR_DETECT_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrBnk0EnLatch - */ -#define XPMC_XIOU_SLCR_BNK0_EN_LATCH ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000148UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_LATCH_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_LATCH_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_LATCH_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK0_EN_LATCH_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK0_EN_LATCH_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0VbgLpfBypB - */ -#define XPMC_XIOU_SLCR_BNK0_VBG_LPF_BYP_B ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000014CUL ) -#define XPMC_XIOU_SLCR_BNK0_VBG_LPF_BYP_B_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_BNK0_VBG_LPF_BYP_B_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_VBG_LPF_BYP_B_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK0_VBG_LPF_BYP_B_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK0_VBG_LPF_BYP_B_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrBnk0EnAmpB - */ -#define XPMC_XIOU_SLCR_BNK0_EN_AMP_B ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000150UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_AMP_B_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_AMP_B_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_AMP_B_WIDTH 2UL -#define XPMC_XIOU_SLCR_BNK0_EN_AMP_B_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_BNK0_EN_AMP_B_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0SprBias - */ -#define XPMC_XIOU_SLCR_BNK0_SPR_BIAS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000154UL ) -#define XPMC_XIOU_SLCR_BNK0_SPR_BIAS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_SPR_BIAS_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SPR_BIAS_WIDTH 4UL -#define XPMC_XIOU_SLCR_BNK0_SPR_BIAS_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_BNK0_SPR_BIAS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0DriverBias - */ -#define XPMC_XIOU_SLCR_BNK0_DRIVER_BIAS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000158UL ) -#define XPMC_XIOU_SLCR_BNK0_DRIVER_BIAS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_DRIVER_BIAS_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_DRIVER_BIAS_WIDTH 15UL -#define XPMC_XIOU_SLCR_BNK0_DRIVER_BIAS_MASK 0x00007fffUL -#define XPMC_XIOU_SLCR_BNK0_DRIVER_BIAS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0Vmode - */ -#define XPMC_XIOU_SLCR_BNK0_VMODE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000015CUL ) -#define XPMC_XIOU_SLCR_BNK0_VMODE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_VMODE_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_VMODE_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK0_VMODE_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK0_VMODE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0SelAuxIoRx - */ -#define XPMC_XIOU_SLCR_BNK0_SEL_AUX_IO_RX ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000160UL ) -#define XPMC_XIOU_SLCR_BNK0_SEL_AUX_IO_RX_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_SEL_AUX_IO_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_SEL_AUX_IO_RX_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_SEL_AUX_IO_RX_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_SEL_AUX_IO_RX_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk0EnTxHsMode - */ -#define XPMC_XIOU_SLCR_BNK0_EN_TX_HS_MODE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000164UL ) -#define XPMC_XIOU_SLCR_BNK0_EN_TX_HS_MODE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK0_EN_TX_HS_MODE_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK0_EN_TX_HS_MODE_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK0_EN_TX_HS_MODE_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK0_EN_TX_HS_MODE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrMioMstTri0 - */ -#define XPMC_XIOU_SLCR_MIO_MST_TRI0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000200UL ) -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_RSTVAL 0x03ffffffUL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_SHIFT 25UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_MASK 0x02000000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_SHIFT 24UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_MASK 0x01000000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_SHIFT 23UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_MASK 0x00800000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_SHIFT 22UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_MASK 0x00400000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_SHIFT 21UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_MASK 0x00200000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_SHIFT 20UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_MASK 0x00100000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_SHIFT 19UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_MASK 0x00080000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_SHIFT 18UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_MASK 0x00040000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_SHIFT 17UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_MASK 0x00020000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_SHIFT 16UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_MASK 0x00010000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_SHIFT 15UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_MASK 0x00008000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_SHIFT 14UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_MASK 0x00004000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_SHIFT 13UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_MASK 0x00002000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_SHIFT 12UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_SHIFT 11UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_SHIFT 10UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_SHIFT 9UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_SHIFT 8UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_SHIFT 6UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_SHIFT 4UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_SHIFT 2UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_SHIFT 0UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrMioMstTri1 - */ -#define XPMC_XIOU_SLCR_MIO_MST_TRI1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000204UL ) -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_RSTVAL 0x03ffffffUL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_SHIFT 25UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_MASK 0x02000000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_SHIFT 24UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_MASK 0x01000000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_SHIFT 23UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_MASK 0x00800000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_SHIFT 22UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_MASK 0x00400000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_SHIFT 21UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_MASK 0x00200000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_SHIFT 20UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_MASK 0x00100000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_SHIFT 19UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_MASK 0x00080000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_SHIFT 18UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_MASK 0x00040000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_SHIFT 17UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_MASK 0x00020000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_SHIFT 16UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_MASK 0x00010000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_SHIFT 15UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_MASK 0x00008000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_SHIFT 14UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_MASK 0x00004000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_SHIFT 13UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_MASK 0x00002000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_SHIFT 12UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_SHIFT 11UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_SHIFT 10UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_SHIFT 9UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_SHIFT 8UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_SHIFT 7UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_SHIFT 6UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_31_TRI_SHIFT 5UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_31_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_31_TRI_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_31_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_30_TRI_SHIFT 4UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_30_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_30_TRI_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_30_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_29_TRI_SHIFT 3UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_29_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_29_TRI_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_29_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_28_TRI_SHIFT 2UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_28_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_28_TRI_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_28_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_27_TRI_SHIFT 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_27_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_27_TRI_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_27_TRI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_26_TRI_SHIFT 0UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_26_TRI_WIDTH 1UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_26_TRI_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_MIO_MST_TRI1_PIN_26_TRI_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrBnk1EnRx - */ -#define XPMC_XIOU_SLCR_BNK1_EN_RX ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000300UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_RX_RSTVAL 0x03ffffffUL - -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_RX_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_EN_RX_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_EN_RX_DEFVAL 0x3ffffffUL - -/** - * Register: XpmcXiouSlcrBnk1SelRx0 - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_RX0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000304UL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_RX0_RSTVAL 0xffffffffUL - -#define XPMC_XIOU_SLCR_BNK1_SEL_RX0_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_RX0_RX_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK1_SEL_RX0_RX_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK1_SEL_RX0_RX_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXiouSlcrBnk1SelRx1 - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_RX1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000308UL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_RX1_RSTVAL 0x000fffffUL - -#define XPMC_XIOU_SLCR_BNK1_SEL_RX1_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_RX1_RX_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK1_SEL_RX1_RX_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK1_SEL_RX1_RX_DEFVAL 0xfffffUL - -/** - * Register: XpmcXiouSlcrBnk1EnRxSchmittHyst - */ -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SCHMITT_HYST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000030CUL ) -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SCHMITT_HYST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SCHMITT_HYST_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SCHMITT_HYST_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SCHMITT_HYST_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_EN_RX_SCHMITT_HYST_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1EnWkPd - */ -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PD ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000310UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PD_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PD_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PD_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PD_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PD_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1EnWkPu - */ -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PU ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000314UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PU_RSTVAL 0x03ffffffUL - -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PU_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PU_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PU_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_EN_WK_PU_DEFVAL 0x3ffffffUL - -/** - * Register: XpmcXiouSlcrBnk1SelDrv0 - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000318UL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV0_RSTVAL 0xaaaaaaaaUL - -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV0_DRV_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV0_DRV_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV0_DRV_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV0_DRV_DEFVAL 0xaaaaaaaaUL - -/** - * Register: XpmcXiouSlcrBnk1SelDrv1 - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000031CUL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV1_RSTVAL 0x000aaaaaUL - -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV1_DRV_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV1_DRV_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV1_DRV_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK1_SEL_DRV1_DRV_DEFVAL 0xaaaaaUL - -/** - * Register: XpmcXiouSlcrBnk1SelSlew - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_SLEW ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000320UL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_SLEW_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_SEL_SLEW_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_SLEW_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_SEL_SLEW_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_SEL_SLEW_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1EnDftOptInv - */ -#define XPMC_XIOU_SLCR_BNK1_EN_DFT_OPT_INV ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000324UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_DFT_OPT_INV_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_DFT_OPT_INV_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_DFT_OPT_INV_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_EN_DFT_OPT_INV_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_EN_DFT_OPT_INV_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1EnPad2padLpbck - */ -#define XPMC_XIOU_SLCR_BNK1_EN_PAD2PAD_LPBCK ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000328UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_PAD2PAD_LPBCK_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_PAD2PAD_LPBCK_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_PAD2PAD_LPBCK_WIDTH 13UL -#define XPMC_XIOU_SLCR_BNK1_EN_PAD2PAD_LPBCK_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_BNK1_EN_PAD2PAD_LPBCK_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1RxSpr0 - */ -#define XPMC_XIOU_SLCR_BNK1_RX_SPR0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000032CUL ) -#define XPMC_XIOU_SLCR_BNK1_RX_SPR0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_RX_SPR0_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_RX_SPR0_SPR_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK1_RX_SPR0_SPR_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK1_RX_SPR0_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1RxSpr1 - */ -#define XPMC_XIOU_SLCR_BNK1_RX_SPR1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000330UL ) -#define XPMC_XIOU_SLCR_BNK1_RX_SPR1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_RX_SPR1_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_RX_SPR1_SPR_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK1_RX_SPR1_SPR_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK1_RX_SPR1_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1TxSpr0 - */ -#define XPMC_XIOU_SLCR_BNK1_TX_SPR0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000334UL ) -#define XPMC_XIOU_SLCR_BNK1_TX_SPR0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_TX_SPR0_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_TX_SPR0_SPR_WIDTH 32UL -#define XPMC_XIOU_SLCR_BNK1_TX_SPR0_SPR_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_BNK1_TX_SPR0_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1TxSpr1 - */ -#define XPMC_XIOU_SLCR_BNK1_TX_SPR1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000338UL ) -#define XPMC_XIOU_SLCR_BNK1_TX_SPR1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_TX_SPR1_SPR_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_TX_SPR1_SPR_WIDTH 20UL -#define XPMC_XIOU_SLCR_BNK1_TX_SPR1_SPR_MASK 0x000fffffUL -#define XPMC_XIOU_SLCR_BNK1_TX_SPR1_SPR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1SelEn1p8 - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_EN1P8 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000033CUL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_EN1P8_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_SEL_EN1P8_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_EN1P8_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK1_SEL_EN1P8_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK1_SEL_EN1P8_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1EnBPorDetect - */ -#define XPMC_XIOU_SLCR_BNK1_EN_B_POR_DETECT ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000340UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_B_POR_DETECT_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_B_POR_DETECT_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_B_POR_DETECT_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK1_EN_B_POR_DETECT_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK1_EN_B_POR_DETECT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1LpfBypPorDetect - */ -#define XPMC_XIOU_SLCR_BNK1_LPF_BYP_POR_DETECT ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000344UL ) -#define XPMC_XIOU_SLCR_BNK1_LPF_BYP_POR_DETECT_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_BNK1_LPF_BYP_POR_DETECT_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_LPF_BYP_POR_DETECT_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK1_LPF_BYP_POR_DETECT_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK1_LPF_BYP_POR_DETECT_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrBnk1EnLatch - */ -#define XPMC_XIOU_SLCR_BNK1_EN_LATCH ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000348UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_LATCH_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_LATCH_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_LATCH_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK1_EN_LATCH_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK1_EN_LATCH_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1VbgLpfBypB - */ -#define XPMC_XIOU_SLCR_BNK1_VBG_LPF_BYP_B ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000034CUL ) -#define XPMC_XIOU_SLCR_BNK1_VBG_LPF_BYP_B_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_BNK1_VBG_LPF_BYP_B_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_VBG_LPF_BYP_B_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK1_VBG_LPF_BYP_B_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK1_VBG_LPF_BYP_B_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrBnk1EnAmpB - */ -#define XPMC_XIOU_SLCR_BNK1_EN_AMP_B ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000350UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_AMP_B_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_AMP_B_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_AMP_B_WIDTH 2UL -#define XPMC_XIOU_SLCR_BNK1_EN_AMP_B_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_BNK1_EN_AMP_B_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1SprBias - */ -#define XPMC_XIOU_SLCR_BNK1_SPR_BIAS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000354UL ) -#define XPMC_XIOU_SLCR_BNK1_SPR_BIAS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_SPR_BIAS_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SPR_BIAS_WIDTH 4UL -#define XPMC_XIOU_SLCR_BNK1_SPR_BIAS_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_BNK1_SPR_BIAS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1DriverBias - */ -#define XPMC_XIOU_SLCR_BNK1_DRIVER_BIAS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000358UL ) -#define XPMC_XIOU_SLCR_BNK1_DRIVER_BIAS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_DRIVER_BIAS_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_DRIVER_BIAS_WIDTH 15UL -#define XPMC_XIOU_SLCR_BNK1_DRIVER_BIAS_MASK 0x00007fffUL -#define XPMC_XIOU_SLCR_BNK1_DRIVER_BIAS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1Vmode - */ -#define XPMC_XIOU_SLCR_BNK1_VMODE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000035CUL ) -#define XPMC_XIOU_SLCR_BNK1_VMODE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_VMODE_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_VMODE_WIDTH 1UL -#define XPMC_XIOU_SLCR_BNK1_VMODE_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_BNK1_VMODE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1SelAuxIoRx - */ -#define XPMC_XIOU_SLCR_BNK1_SEL_AUX_IO_RX ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000360UL ) -#define XPMC_XIOU_SLCR_BNK1_SEL_AUX_IO_RX_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_SEL_AUX_IO_RX_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_SEL_AUX_IO_RX_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_SEL_AUX_IO_RX_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_SEL_AUX_IO_RX_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrBnk1EnTxHsMode - */ -#define XPMC_XIOU_SLCR_BNK1_EN_TX_HS_MODE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000364UL ) -#define XPMC_XIOU_SLCR_BNK1_EN_TX_HS_MODE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_BNK1_EN_TX_HS_MODE_SHIFT 0UL -#define XPMC_XIOU_SLCR_BNK1_EN_TX_HS_MODE_WIDTH 26UL -#define XPMC_XIOU_SLCR_BNK1_EN_TX_HS_MODE_MASK 0x03ffffffUL -#define XPMC_XIOU_SLCR_BNK1_EN_TX_HS_MODE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0ClkCtrl - */ -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000400UL ) -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_FBCLK_SEL_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_FBCLK_SEL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_FBCLK_SEL_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_FBCLK_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_RX_SRC_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_RX_SRC_SEL_WIDTH 2UL -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_RX_SRC_SEL_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_SD0_CLK_CTRL_SDIO0_RX_SRC_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0CtrlReg - */ -#define XPMC_XIOU_SLCR_SD0_CTRL_REG ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000404UL ) -#define XPMC_XIOU_SLCR_SD0_CTRL_REG_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_CTRL_REG_EMMC_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_CTRL_REG_EMMC_SEL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CTRL_REG_EMMC_SEL_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD0_CTRL_REG_EMMC_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0CfgReg1 - */ -#define XPMC_XIOU_SLCR_SD0_CFG_REG1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000410UL ) -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_RSTVAL 0x00003250UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_BASECLK_SHIFT 7UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_BASECLK_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_BASECLK_MASK 0x00007f80UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_BASECLK_DEFVAL 0x64UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_TUNIGCOUNT_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_TUNIGCOUNT_WIDTH 6UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_TUNIGCOUNT_MASK 0x0000007eUL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_TUNIGCOUNT_DEFVAL 0x28UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_ASYNCWKPENA_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_ASYNCWKPENA_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_ASYNCWKPENA_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG1_ASYNCWKPENA_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0CfgReg2 - */ -#define XPMC_XIOU_SLCR_SD0_CFG_REG2 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000414UL ) -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_RSTVAL 0x00000ffcUL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SLOTTYPE_SHIFT 12UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SLOTTYPE_WIDTH 2UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SLOTTYPE_MASK 0x00003000UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SLOTTYPE_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ASYCINTR_SHIFT 11UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ASYCINTR_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ASYCINTR_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ASYCINTR_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_64BIT_SHIFT 10UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_64BIT_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_64BIT_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_64BIT_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_1P8V_SHIFT 9UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_1P8V_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_1P8V_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_1P8V_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P0V_SHIFT 8UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P0V_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P0V_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P0V_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P3V_SHIFT 7UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P3V_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P3V_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_3P3V_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SUSPRES_SHIFT 6UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SUSPRES_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SUSPRES_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SUSPRES_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SDMA_SHIFT 5UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SDMA_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SDMA_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_SDMA_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_HIGHSPEED_SHIFT 4UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_HIGHSPEED_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_HIGHSPEED_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_HIGHSPEED_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ADMA2_SHIFT 3UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ADMA2_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ADMA2_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_ADMA2_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_8BIT_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_8BIT_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_8BIT_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_8BIT_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_MAXBLK_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_MAXBLK_WIDTH 2UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_MAXBLK_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG2_MAXBLK_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0CfgReg3 - */ -#define XPMC_XIOU_SLCR_SD0_CFG_REG3 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000418UL ) -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_RSTVAL 0x00000407UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_TUNINGSDR50_SHIFT 10UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_TUNINGSDR50_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_TUNINGSDR50_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_TUNINGSDR50_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_RETUNETMR_SHIFT 6UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_RETUNETMR_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_RETUNETMR_MASK 0x000003c0UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_RETUNETMR_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDRIVER_SHIFT 5UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDRIVER_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDRIVER_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDRIVER_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_CDRIVER_SHIFT 4UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_CDRIVER_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_CDRIVER_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_CDRIVER_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_ADRIVER_SHIFT 3UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_ADRIVER_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_ADRIVER_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_ADRIVER_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDR50_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDR50_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDR50_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_DDR50_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR104_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR104_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR104_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR104_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR50_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR50_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR50_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD0_CFG_REG3_SDR50_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrSd0Initpreset - */ -#define XPMC_XIOU_SLCR_SD0_INITPRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000041CUL ) -#define XPMC_XIOU_SLCR_SD0_INITPRESET_RSTVAL 0x00000100UL - -#define XPMC_XIOU_SLCR_SD0_INITPRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_INITPRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_INITPRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_INITPRESET_DEFVAL 0x100UL - -/** - * Register: XpmcXiouSlcrSd0Dsppreset - */ -#define XPMC_XIOU_SLCR_SD0_DSPPRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000420UL ) -#define XPMC_XIOU_SLCR_SD0_DSPPRESET_RSTVAL 0x00000004UL - -#define XPMC_XIOU_SLCR_SD0_DSPPRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_DSPPRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_DSPPRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_DSPPRESET_DEFVAL 0x4UL - -/** - * Register: XpmcXiouSlcrSd0Hspdpreset - */ -#define XPMC_XIOU_SLCR_SD0_HSPDPRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000424UL ) -#define XPMC_XIOU_SLCR_SD0_HSPDPRESET_RSTVAL 0x00000002UL - -#define XPMC_XIOU_SLCR_SD0_HSPDPRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_HSPDPRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_HSPDPRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_HSPDPRESET_DEFVAL 0x2UL - -/** - * Register: XpmcXiouSlcrSd0Sdr12preset - */ -#define XPMC_XIOU_SLCR_SD0_SDR12PRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000428UL ) -#define XPMC_XIOU_SLCR_SD0_SDR12PRESET_RSTVAL 0x00000004UL - -#define XPMC_XIOU_SLCR_SD0_SDR12PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_SDR12PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_SDR12PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_SDR12PRESET_DEFVAL 0x4UL - -/** - * Register: XpmcXiouSlcrSd0Sdr25preset - */ -#define XPMC_XIOU_SLCR_SD0_SDR25PRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000042CUL ) -#define XPMC_XIOU_SLCR_SD0_SDR25PRESET_RSTVAL 0x00000002UL - -#define XPMC_XIOU_SLCR_SD0_SDR25PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_SDR25PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_SDR25PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_SDR25PRESET_DEFVAL 0x2UL - -/** - * Register: XpmcXiouSlcrSd0Sdr50prset - */ -#define XPMC_XIOU_SLCR_SD0_SDR50PRSET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000430UL ) -#define XPMC_XIOU_SLCR_SD0_SDR50PRSET_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_SD0_SDR50PRSET_SDR50PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_SDR50PRSET_SDR50PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_SDR50PRSET_SDR50PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_SDR50PRSET_SDR50PRESET_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrSd0Sdr104prst - */ -#define XPMC_XIOU_SLCR_SD0_SDR104PRST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000434UL ) -#define XPMC_XIOU_SLCR_SD0_SDR104PRST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_SDR104PRST_SDR104PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_SDR104PRST_SDR104PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_SDR104PRST_SDR104PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_SDR104PRST_SDR104PRESET_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0Ddr50preset - */ -#define XPMC_XIOU_SLCR_SD0_DDR50PRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000438UL ) -#define XPMC_XIOU_SLCR_SD0_DDR50PRESET_RSTVAL 0x00000002UL - -#define XPMC_XIOU_SLCR_SD0_DDR50PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_DDR50PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD0_DDR50PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD0_DDR50PRESET_DEFVAL 0x2UL - -/** - * Register: XpmcXiouSlcrSd0Maxcur1p8 - */ -#define XPMC_XIOU_SLCR_SD0_MAXCUR1P8 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000043CUL ) -#define XPMC_XIOU_SLCR_SD0_MAXCUR1P8_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_MAXCUR1P8_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_MAXCUR1P8_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_MAXCUR1P8_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD0_MAXCUR1P8_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0Maxcur3p0 - */ -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000440UL ) -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P0_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P0_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P0_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P0_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0Maxcur3p3 - */ -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P3 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000444UL ) -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P3_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P3_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P3_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P3_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD0_MAXCUR3P3_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0DllCtrl - */ -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000448UL ) -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CLKSTABLE_CFG_SHIFT 9UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CLKSTABLE_CFG_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CLKSTABLE_CFG_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CLKSTABLE_CFG_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CFG_SHIFT 5UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CFG_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CFG_MASK 0x000001e0UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_CFG_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_PSDONE_SHIFT 4UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_PSDONE_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_PSDONE_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_PSDONE_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_OVF_SHIFT 3UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_OVF_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_OVF_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_OVF_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_RST_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_RST_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_RST_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_RST_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_TESTMODE_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_TESTMODE_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_TESTMODE_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_TESTMODE_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_LOCK_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_LOCK_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_LOCK_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD0_DLL_CTRL_LOCK_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrSd0CdnCtrl - */ -#define XPMC_XIOU_SLCR_SD0_CDN_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000044CUL ) -#define XPMC_XIOU_SLCR_SD0_CDN_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_CDN_CTRL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_CDN_CTRL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_CDN_CTRL_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD0_CDN_CTRL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0DllTest - */ -#define XPMC_XIOU_SLCR_SD0_DLL_TEST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000450UL ) -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_DIV_SHIFT 16UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_DIV_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_DIV_MASK 0x00ff0000UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_DIV_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_TX_SEL_SHIFT 9UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_TX_SEL_WIDTH 7UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_TX_SEL_MASK 0x0000fe00UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_TX_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_RX_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_RX_SEL_WIDTH 9UL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_RX_SEL_MASK 0x000001ffUL -#define XPMC_XIOU_SLCR_SD0_DLL_TEST_RX_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0RxTuningSel - */ -#define XPMC_XIOU_SLCR_SD0_RX_TUNING_SEL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000454UL ) -#define XPMC_XIOU_SLCR_SD0_RX_TUNING_SEL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_RX_TUNING_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_RX_TUNING_SEL_WIDTH 9UL -#define XPMC_XIOU_SLCR_SD0_RX_TUNING_SEL_MASK 0x000001ffUL -#define XPMC_XIOU_SLCR_SD0_RX_TUNING_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0DllDivMap0 - */ -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000458UL ) -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_RSTVAL 0x50505050UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_3_SHIFT 24UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_3_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_3_MASK 0xff000000UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_3_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_2_SHIFT 16UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_2_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_2_MASK 0x00ff0000UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_2_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_1_SHIFT 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_1_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_1_MASK 0x0000ff00UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_1_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_0_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_0_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_0_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP0_0_DEFVAL 0x50UL - -/** - * Register: XpmcXiouSlcrSd0DllDivMap1 - */ -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000045CUL ) -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_RSTVAL 0x50505050UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_7_SHIFT 24UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_7_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_7_MASK 0xff000000UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_7_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_6_SHIFT 16UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_6_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_6_MASK 0x00ff0000UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_6_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_5_SHIFT 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_5_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_5_MASK 0x0000ff00UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_5_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_4_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_4_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_4_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD0_DLL_DIV_MAP1_4_DEFVAL 0x50UL - -/** - * Register: XpmcXiouSlcrSd0CoherentCtrl - */ -#define XPMC_XIOU_SLCR_SD0_COHERENT_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000460UL ) -#define XPMC_XIOU_SLCR_SD0_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_COHERENT_CTRL_AXI_COH_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_COHERENT_CTRL_AXI_COH_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD0_COHERENT_CTRL_AXI_COH_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_SD0_COHERENT_CTRL_AXI_COH_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0InterconnectRoute - */ -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_ROUTE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000464UL ) -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_ROUTE_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_ROUTE_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_ROUTE_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_ROUTE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd0Ram - */ -#define XPMC_XIOU_SLCR_SD0_RAM ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000468UL ) -#define XPMC_XIOU_SLCR_SD0_RAM_RSTVAL 0x0000001bUL - -/** - * Register: XpmcXiouSlcrSd0InterconnectQos - */ -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_QOS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000046CUL ) -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_QOS_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_QOS_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_QOS_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_SD0_INTERCONNECT_QOS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1ClkCtrl - */ -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000480UL ) -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_FBCLK_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_FBCLK_SEL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_FBCLK_SEL_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_FBCLK_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_RX_SRC_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_RX_SRC_SEL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_RX_SRC_SEL_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_CLK_CTRL_SDIO1_RX_SRC_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1CtrlReg - */ -#define XPMC_XIOU_SLCR_SD1_CTRL_REG ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000484UL ) -#define XPMC_XIOU_SLCR_SD1_CTRL_REG_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_CTRL_REG_EMMC_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_CTRL_REG_EMMC_SEL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CTRL_REG_EMMC_SEL_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_CTRL_REG_EMMC_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1CfgReg1 - */ -#define XPMC_XIOU_SLCR_SD1_CFG_REG1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000490UL ) -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_RSTVAL 0x00003250UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_BASECLK_SHIFT 7UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_BASECLK_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_BASECLK_MASK 0x00007f80UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_BASECLK_DEFVAL 0x64UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_TUNIGCOUNT_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_TUNIGCOUNT_WIDTH 6UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_TUNIGCOUNT_MASK 0x0000007eUL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_TUNIGCOUNT_DEFVAL 0x28UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_ASYNCWKPENA_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_ASYNCWKPENA_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_ASYNCWKPENA_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG1_ASYNCWKPENA_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1CfgReg2 - */ -#define XPMC_XIOU_SLCR_SD1_CFG_REG2 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000494UL ) -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_RSTVAL 0x00000ffcUL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SLOTTYPE_SHIFT 12UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SLOTTYPE_WIDTH 2UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SLOTTYPE_MASK 0x00003000UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SLOTTYPE_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ASYCINTR_SHIFT 11UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ASYCINTR_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ASYCINTR_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ASYCINTR_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_64BIT_SHIFT 10UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_64BIT_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_64BIT_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_64BIT_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_1P8V_SHIFT 9UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_1P8V_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_1P8V_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_1P8V_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P0V_SHIFT 8UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P0V_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P0V_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P0V_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P3V_SHIFT 7UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P3V_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P3V_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_3P3V_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SUSPRES_SHIFT 6UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SUSPRES_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SUSPRES_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SUSPRES_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SDMA_SHIFT 5UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SDMA_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SDMA_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_SDMA_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_HIGHSPEED_SHIFT 4UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_HIGHSPEED_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_HIGHSPEED_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_HIGHSPEED_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ADMA2_SHIFT 3UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ADMA2_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ADMA2_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_ADMA2_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_8BIT_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_8BIT_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_8BIT_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_8BIT_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_MAXBLK_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_MAXBLK_WIDTH 2UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_MAXBLK_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG2_MAXBLK_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1CfgReg3 - */ -#define XPMC_XIOU_SLCR_SD1_CFG_REG3 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000498UL ) -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_RSTVAL 0x00000407UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_TUNINGSDR50_SHIFT 10UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_TUNINGSDR50_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_TUNINGSDR50_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_TUNINGSDR50_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_RETUNETMR_SHIFT 6UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_RETUNETMR_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_RETUNETMR_MASK 0x000003c0UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_RETUNETMR_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDRIVER_SHIFT 5UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDRIVER_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDRIVER_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDRIVER_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_CDRIVER_SHIFT 4UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_CDRIVER_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_CDRIVER_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_CDRIVER_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_ADRIVER_SHIFT 3UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_ADRIVER_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_ADRIVER_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_ADRIVER_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDR50_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDR50_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDR50_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_DDR50_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR104_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR104_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR104_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR104_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR50_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR50_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR50_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_CFG_REG3_SDR50_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrSd1Initpreset - */ -#define XPMC_XIOU_SLCR_SD1_INITPRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000049CUL ) -#define XPMC_XIOU_SLCR_SD1_INITPRESET_RSTVAL 0x00000100UL - -#define XPMC_XIOU_SLCR_SD1_INITPRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_INITPRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_INITPRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_INITPRESET_DEFVAL 0x100UL - -/** - * Register: XpmcXiouSlcrSd1Dsppreset - */ -#define XPMC_XIOU_SLCR_SD1_DSPPRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004A0UL ) -#define XPMC_XIOU_SLCR_SD1_DSPPRESET_RSTVAL 0x00000004UL - -#define XPMC_XIOU_SLCR_SD1_DSPPRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_DSPPRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_DSPPRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_DSPPRESET_DEFVAL 0x4UL - -/** - * Register: XpmcXiouSlcrSd1Hspdpreset - */ -#define XPMC_XIOU_SLCR_SD1_HSPDPRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004A4UL ) -#define XPMC_XIOU_SLCR_SD1_HSPDPRESET_RSTVAL 0x00000002UL - -#define XPMC_XIOU_SLCR_SD1_HSPDPRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_HSPDPRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_HSPDPRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_HSPDPRESET_DEFVAL 0x2UL - -/** - * Register: XpmcXiouSlcrSd1Sdr12preset - */ -#define XPMC_XIOU_SLCR_SD1_SDR12PRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004A8UL ) -#define XPMC_XIOU_SLCR_SD1_SDR12PRESET_RSTVAL 0x00000004UL - -#define XPMC_XIOU_SLCR_SD1_SDR12PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_SDR12PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_SDR12PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_SDR12PRESET_DEFVAL 0x4UL - -/** - * Register: XpmcXiouSlcrSd1Sdr25preset - */ -#define XPMC_XIOU_SLCR_SD1_SDR25PRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004ACUL ) -#define XPMC_XIOU_SLCR_SD1_SDR25PRESET_RSTVAL 0x00000002UL - -#define XPMC_XIOU_SLCR_SD1_SDR25PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_SDR25PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_SDR25PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_SDR25PRESET_DEFVAL 0x2UL - -/** - * Register: XpmcXiouSlcrSd1Sdr50prset - */ -#define XPMC_XIOU_SLCR_SD1_SDR50PRSET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004B0UL ) -#define XPMC_XIOU_SLCR_SD1_SDR50PRSET_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_SD1_SDR50PRSET_SDR50PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_SDR50PRSET_SDR50PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_SDR50PRSET_SDR50PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_SDR50PRSET_SDR50PRESET_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrSd1Sdr104prst - */ -#define XPMC_XIOU_SLCR_SD1_SDR104PRST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004B4UL ) -#define XPMC_XIOU_SLCR_SD1_SDR104PRST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_SDR104PRST_SDR104PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_SDR104PRST_SDR104PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_SDR104PRST_SDR104PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_SDR104PRST_SDR104PRESET_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1Ddr50preset - */ -#define XPMC_XIOU_SLCR_SD1_DDR50PRESET ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004B8UL ) -#define XPMC_XIOU_SLCR_SD1_DDR50PRESET_RSTVAL 0x00000002UL - -#define XPMC_XIOU_SLCR_SD1_DDR50PRESET_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_DDR50PRESET_WIDTH 13UL -#define XPMC_XIOU_SLCR_SD1_DDR50PRESET_MASK 0x00001fffUL -#define XPMC_XIOU_SLCR_SD1_DDR50PRESET_DEFVAL 0x2UL - -/** - * Register: XpmcXiouSlcrSd1Maxcur1p8 - */ -#define XPMC_XIOU_SLCR_SD1_MAXCUR1P8 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004BCUL ) -#define XPMC_XIOU_SLCR_SD1_MAXCUR1P8_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_MAXCUR1P8_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_MAXCUR1P8_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_MAXCUR1P8_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD1_MAXCUR1P8_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1Maxcur3p0 - */ -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004C0UL ) -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P0_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P0_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P0_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P0_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P0_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1Maxcur3p3 - */ -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P3 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004C4UL ) -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P3_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P3_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P3_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P3_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD1_MAXCUR3P3_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1DllCtrl - */ -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004C8UL ) -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CLKSTABLE_CFG_SHIFT 9UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CLKSTABLE_CFG_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CLKSTABLE_CFG_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CLKSTABLE_CFG_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CFG_SHIFT 5UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CFG_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CFG_MASK 0x000001e0UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_CFG_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_PSDONE_SHIFT 4UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_PSDONE_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_PSDONE_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_PSDONE_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_OVF_SHIFT 3UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_OVF_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_OVF_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_OVF_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_RST_SHIFT 2UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_RST_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_RST_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_RST_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_TESTMODE_SHIFT 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_TESTMODE_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_TESTMODE_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_TESTMODE_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_LOCK_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_LOCK_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_LOCK_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_DLL_CTRL_LOCK_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrSd1CdnCtrl - */ -#define XPMC_XIOU_SLCR_SD1_CDN_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004CCUL ) -#define XPMC_XIOU_SLCR_SD1_CDN_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_CDN_CTRL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_CDN_CTRL_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_CDN_CTRL_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_CDN_CTRL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1DllTest - */ -#define XPMC_XIOU_SLCR_SD1_DLL_TEST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004D0UL ) -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_DIV_SHIFT 16UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_DIV_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_DIV_MASK 0x00ff0000UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_DIV_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_TX_SEL_SHIFT 9UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_TX_SEL_WIDTH 7UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_TX_SEL_MASK 0x0000fe00UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_TX_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_RX_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_RX_SEL_WIDTH 9UL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_RX_SEL_MASK 0x000001ffUL -#define XPMC_XIOU_SLCR_SD1_DLL_TEST_RX_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1RxTuningSel - */ -#define XPMC_XIOU_SLCR_SD1_RX_TUNING_SEL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004D4UL ) -#define XPMC_XIOU_SLCR_SD1_RX_TUNING_SEL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_RX_TUNING_SEL_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_RX_TUNING_SEL_WIDTH 9UL -#define XPMC_XIOU_SLCR_SD1_RX_TUNING_SEL_MASK 0x000001ffUL -#define XPMC_XIOU_SLCR_SD1_RX_TUNING_SEL_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1DllDivMap0 - */ -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004D8UL ) -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_RSTVAL 0x50505050UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_3_SHIFT 24UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_3_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_3_MASK 0xff000000UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_3_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_2_SHIFT 16UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_2_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_2_MASK 0x00ff0000UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_2_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_1_SHIFT 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_1_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_1_MASK 0x0000ff00UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_1_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_0_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_0_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_0_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP0_0_DEFVAL 0x50UL - -/** - * Register: XpmcXiouSlcrSd1DllDivMap1 - */ -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004DCUL ) -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_RSTVAL 0x50505050UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_7_SHIFT 24UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_7_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_7_MASK 0xff000000UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_7_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_6_SHIFT 16UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_6_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_6_MASK 0x00ff0000UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_6_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_5_SHIFT 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_5_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_5_MASK 0x0000ff00UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_5_DEFVAL 0x50UL - -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_4_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_4_WIDTH 8UL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_4_MASK 0x000000ffUL -#define XPMC_XIOU_SLCR_SD1_DLL_DIV_MAP1_4_DEFVAL 0x50UL - -/** - * Register: XpmcXiouSlcrSd1CoherentCtrl - */ -#define XPMC_XIOU_SLCR_SD1_COHERENT_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004E0UL ) -#define XPMC_XIOU_SLCR_SD1_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_COHERENT_CTRL_AXI_COH_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_COHERENT_CTRL_AXI_COH_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD1_COHERENT_CTRL_AXI_COH_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_SD1_COHERENT_CTRL_AXI_COH_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1InterconnectRoute - */ -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_ROUTE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004E4UL ) -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_ROUTE_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_ROUTE_WIDTH 1UL -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_ROUTE_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_ROUTE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrSd1Ram - */ -#define XPMC_XIOU_SLCR_SD1_RAM ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004E8UL ) -#define XPMC_XIOU_SLCR_SD1_RAM_RSTVAL 0x0000001bUL - -/** - * Register: XpmcXiouSlcrSd1InterconnectQos - */ -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_QOS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x000004ECUL ) -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_QOS_SHIFT 0UL -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_QOS_WIDTH 4UL -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_QOS_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_SD1_INTERCONNECT_QOS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrOspiQspiAxiMuxSel - */ -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000504UL ) -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_SHIFT 1UL -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_WIDTH 1UL -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_XQSPIPSOSPI_SHIFT 0UL -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_XQSPIPSOSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_XQSPIPSOSPI_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_OSPI_QSPI_AXI_MUX_SEL_XQSPIPSOSPI_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrXqspipsiouCoherentCtrl - */ -#define XPMC_XIOU_SLCR_XQSPIPSIOU_COHERENT_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000508UL ) -#define XPMC_XIOU_SLCR_XQSPIPSIOU_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_XQSPIPSIOU_COHERENT_CTRL_XQSPIPSAXI_COH_SHIFT 0UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_COHERENT_CTRL_XQSPIPSAXI_COH_WIDTH 4UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_COHERENT_CTRL_XQSPIPSAXI_COH_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_COHERENT_CTRL_XQSPIPSAXI_COH_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrXqspipsiouInterconnectRoute - */ -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_ROUTE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000050CUL ) -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_ROUTE_QSPI_SHIFT 0UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_ROUTE_QSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_ROUTE_QSPI_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_ROUTE_QSPI_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrXqspipsiouRam - */ -#define XPMC_XIOU_SLCR_XQSPIPSIOU_RAM ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000510UL ) -#define XPMC_XIOU_SLCR_XQSPIPSIOU_RAM_RSTVAL 0x00000d9bUL - -/** - * Register: XpmcXiouSlcrXqspipsiouInterconnectQos - */ -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_QOS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000514UL ) -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_QOS_XQSPIPSQOS_SHIFT 0UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_QOS_XQSPIPSQOS_WIDTH 4UL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_QOS_XQSPIPSQOS_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_XQSPIPSIOU_INTERCONNECT_QOS_XQSPIPSQOS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrOspiCoherentCtrl - */ -#define XPMC_XIOU_SLCR_OSPI_COHERENT_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000530UL ) -#define XPMC_XIOU_SLCR_OSPI_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_OSPI_COHERENT_CTRL_AXI_COH_SHIFT 0UL -#define XPMC_XIOU_SLCR_OSPI_COHERENT_CTRL_AXI_COH_WIDTH 4UL -#define XPMC_XIOU_SLCR_OSPI_COHERENT_CTRL_AXI_COH_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_OSPI_COHERENT_CTRL_AXI_COH_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrOspiInterconnectRoute - */ -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_ROUTE ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000534UL ) -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_ROUTE_SHIFT 0UL -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_ROUTE_WIDTH 1UL -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_ROUTE_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_ROUTE_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrOspiRam - */ -#define XPMC_XIOU_SLCR_OSPI_RAM ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000538UL ) -#define XPMC_XIOU_SLCR_OSPI_RAM_RSTVAL 0x0000000bUL - -/** - * Register: XpmcXiouSlcrOspiInterconnectQos - */ -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_QOS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000053CUL ) -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_QOS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_QOS_SHIFT 0UL -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_QOS_WIDTH 4UL -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_QOS_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_OSPI_INTERCONNECT_QOS_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrOspiRefclkDlyCtrl - */ -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000540UL ) -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_RSTVAL 0x00000013UL - -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY1_SHIFT 3UL -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY1_WIDTH 2UL -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY1_MASK 0x00000018UL -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY1_DEFVAL 0x2UL - -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY0_SHIFT 0UL -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY0_WIDTH 3UL -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY0_MASK 0x00000007UL -#define XPMC_XIOU_SLCR_OSPI_REFCLK_DLY_CTRL_DLY0_DEFVAL 0x3UL - -/** - * Register: XpmcXiouSlcrCurPwrSt - */ -#define XPMC_XIOU_SLCR_CUR_PWR_ST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000600UL ) -#define XPMC_XIOU_SLCR_CUR_PWR_ST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_CUR_PWR_ST_U2PMU_SHIFT 0UL -#define XPMC_XIOU_SLCR_CUR_PWR_ST_U2PMU_WIDTH 2UL -#define XPMC_XIOU_SLCR_CUR_PWR_ST_U2PMU_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_CUR_PWR_ST_U2PMU_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrConnectSt - */ -#define XPMC_XIOU_SLCR_CONNECT_ST ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000604UL ) -#define XPMC_XIOU_SLCR_CONNECT_ST_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_CONNECT_ST_U2PMU_SHIFT 0UL -#define XPMC_XIOU_SLCR_CONNECT_ST_U2PMU_WIDTH 1UL -#define XPMC_XIOU_SLCR_CONNECT_ST_U2PMU_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_CONNECT_ST_U2PMU_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrPwStateReq - */ -#define XPMC_XIOU_SLCR_PW_STATE_REQ ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000608UL ) -#define XPMC_XIOU_SLCR_PW_STATE_REQ_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PW_STATE_REQ_BIT_1_0_SHIFT 0UL -#define XPMC_XIOU_SLCR_PW_STATE_REQ_BIT_1_0_WIDTH 2UL -#define XPMC_XIOU_SLCR_PW_STATE_REQ_BIT_1_0_MASK 0x00000003UL -#define XPMC_XIOU_SLCR_PW_STATE_REQ_BIT_1_0_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrHostU2PortDis - */ -#define XPMC_XIOU_SLCR_HOST_U2_PORT_DIS ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000060CUL ) -#define XPMC_XIOU_SLCR_HOST_U2_PORT_DIS_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_HOST_U2_PORT_DIS_BIT_0_SHIFT 0UL -#define XPMC_XIOU_SLCR_HOST_U2_PORT_DIS_BIT_0_WIDTH 1UL -#define XPMC_XIOU_SLCR_HOST_U2_PORT_DIS_BIT_0_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_HOST_U2_PORT_DIS_BIT_0_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrDbgU2pmu - */ -#define XPMC_XIOU_SLCR_DBG_U2PMU ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000610UL ) -#define XPMC_XIOU_SLCR_DBG_U2PMU_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_DBG_U2PMU_BIT_31_0_SHIFT 0UL -#define XPMC_XIOU_SLCR_DBG_U2PMU_BIT_31_0_WIDTH 32UL -#define XPMC_XIOU_SLCR_DBG_U2PMU_BIT_31_0_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_DBG_U2PMU_BIT_31_0_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrDbgU2pmuExt1 - */ -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT1 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000614UL ) -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT1_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT1_BIT_63_32_SHIFT 0UL -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT1_BIT_63_32_WIDTH 32UL -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT1_BIT_63_32_MASK 0xffffffffUL -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT1_BIT_63_32_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrDbgU2pmuExt2 - */ -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT2 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000618UL ) -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT2_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT2_BIT_67_64_SHIFT 0UL -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT2_BIT_67_64_WIDTH 4UL -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT2_BIT_67_64_MASK 0x0000000fUL -#define XPMC_XIOU_SLCR_DBG_U2PMU_EXT2_BIT_67_64_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrPmeGenU2pmu - */ -#define XPMC_XIOU_SLCR_PME_GEN_U2PMU ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000061CUL ) -#define XPMC_XIOU_SLCR_PME_GEN_U2PMU_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PME_GEN_U2PMU_BIT_0_SHIFT 0UL -#define XPMC_XIOU_SLCR_PME_GEN_U2PMU_BIT_0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PME_GEN_U2PMU_BIT_0_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PME_GEN_U2PMU_BIT_0_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrPwrCfgUsb2 - */ -#define XPMC_XIOU_SLCR_PWR_CFG_USB2 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000620UL ) -#define XPMC_XIOU_SLCR_PWR_CFG_USB2_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PWR_CFG_USB2_STRAP_SHIFT 0UL -#define XPMC_XIOU_SLCR_PWR_CFG_USB2_STRAP_WIDTH 30UL -#define XPMC_XIOU_SLCR_PWR_CFG_USB2_STRAP_MASK 0x3fffffffUL -#define XPMC_XIOU_SLCR_PWR_CFG_USB2_STRAP_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrPhyHub - */ -#define XPMC_XIOU_SLCR_PHY_HUB ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000624UL ) -#define XPMC_XIOU_SLCR_PHY_HUB_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PHY_HUB_VBUS_CTRL_SHIFT 1UL -#define XPMC_XIOU_SLCR_PHY_HUB_VBUS_CTRL_WIDTH 1UL -#define XPMC_XIOU_SLCR_PHY_HUB_VBUS_CTRL_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_PHY_HUB_VBUS_CTRL_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PHY_HUB_OVER_CURRENT_SHIFT 0UL -#define XPMC_XIOU_SLCR_PHY_HUB_OVER_CURRENT_WIDTH 1UL -#define XPMC_XIOU_SLCR_PHY_HUB_OVER_CURRENT_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PHY_HUB_OVER_CURRENT_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrCtrl - */ -#define XPMC_XIOU_SLCR_CTRL ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000700UL ) -#define XPMC_XIOU_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XPMC_XIOU_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XPMC_XIOU_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrIsr - */ -#define XPMC_XIOU_SLCR_ISR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000800UL ) -#define XPMC_XIOU_SLCR_ISR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_ISR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SLCR_ISR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SLCR_ISR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_ISR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrImr - */ -#define XPMC_XIOU_SLCR_IMR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000804UL ) -#define XPMC_XIOU_SLCR_IMR_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_IMR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SLCR_IMR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SLCR_IMR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_IMR_ADDR_DECODE_ERR_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrIer - */ -#define XPMC_XIOU_SLCR_IER ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000808UL ) -#define XPMC_XIOU_SLCR_IER_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_IER_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SLCR_IER_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SLCR_IER_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_IER_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrIdr - */ -#define XPMC_XIOU_SLCR_IDR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000080CUL ) -#define XPMC_XIOU_SLCR_IDR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_IDR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SLCR_IDR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SLCR_IDR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_IDR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrItr - */ -#define XPMC_XIOU_SLCR_ITR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000810UL ) -#define XPMC_XIOU_SLCR_ITR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_ITR_ADDR_DECODE_ERR_SHIFT 0UL -#define XPMC_XIOU_SLCR_ITR_ADDR_DECODE_ERR_WIDTH 1UL -#define XPMC_XIOU_SLCR_ITR_ADDR_DECODE_ERR_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_ITR_ADDR_DECODE_ERR_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrParityIsr - */ -#define XPMC_XIOU_SLCR_PARITY_ISR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000814UL ) -#define XPMC_XIOU_SLCR_PARITY_ISR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD1_SHIFT 12UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD1_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD0_SHIFT 11UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD0_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_QSPI_SHIFT 10UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_QSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_QSPI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_QSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_OSPI_SHIFT 9UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_OSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_OSPI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_AXI_OSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD1_SHIFT 8UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD1_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD0_SHIFT 7UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD0_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI1_SHIFT 6UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI1_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_SHIFT 5UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_SHIFT 4UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI0_APB_SHIFT 3UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI0_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI0_APB_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_QSPI0_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_OSPI_APB_SHIFT 2UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_OSPI_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_OSPI_APB_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_OSPI_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_I2C_APB_SHIFT 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_I2C_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_I2C_APB_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_I2C_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_SHIFT 0UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PARITY_ISR_PERR_GPIO_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrParityImr - */ -#define XPMC_XIOU_SLCR_PARITY_IMR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000818UL ) -#define XPMC_XIOU_SLCR_PARITY_IMR_RSTVAL 0x00001fffUL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD1_SHIFT 12UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD1_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD1_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD0_SHIFT 11UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD0_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_SD0_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_QSPI_SHIFT 10UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_QSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_QSPI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_QSPI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_OSPI_SHIFT 9UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_OSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_OSPI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_AXI_OSPI_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD1_SHIFT 8UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD1_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD1_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD0_SHIFT 7UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD0_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_SD0_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI1_SHIFT 6UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI1_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI1_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_SHIFT 5UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_SHIFT 4UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_XIOUSLCR_APB_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI0_APB_SHIFT 3UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI0_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI0_APB_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_QSPI0_APB_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_OSPI_APB_SHIFT 2UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_OSPI_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_OSPI_APB_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_OSPI_APB_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_I2C_APB_SHIFT 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_I2C_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_I2C_APB_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_I2C_APB_DEFVAL 0x1UL - -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_SHIFT 0UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PARITY_IMR_PERR_GPIO_APB_DEFVAL 0x1UL - -/** - * Register: XpmcXiouSlcrParityIer - */ -#define XPMC_XIOU_SLCR_PARITY_IER ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x0000081CUL ) -#define XPMC_XIOU_SLCR_PARITY_IER_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD1_SHIFT 12UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD1_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD0_SHIFT 11UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD0_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_QSPI_SHIFT 10UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_QSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_QSPI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_QSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_OSPI_SHIFT 9UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_OSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_OSPI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_AXI_OSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD1_SHIFT 8UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD1_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD0_SHIFT 7UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD0_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI1_SHIFT 6UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI1_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_SHIFT 5UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_SHIFT 4UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI0_APB_SHIFT 3UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI0_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI0_APB_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_QSPI0_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_OSPI_APB_SHIFT 2UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_OSPI_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_OSPI_APB_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_OSPI_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_I2C_APB_SHIFT 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_I2C_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_I2C_APB_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_I2C_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_SHIFT 0UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PARITY_IER_PERR_GPIO_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrParityIdr - */ -#define XPMC_XIOU_SLCR_PARITY_IDR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000820UL ) -#define XPMC_XIOU_SLCR_PARITY_IDR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD1_SHIFT 12UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD1_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD0_SHIFT 11UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD0_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_QSPI_SHIFT 10UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_QSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_QSPI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_QSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_OSPI_SHIFT 9UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_OSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_OSPI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_AXI_OSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD1_SHIFT 8UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD1_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD0_SHIFT 7UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD0_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI1_SHIFT 6UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI1_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_SHIFT 5UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_SHIFT 4UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI0_APB_SHIFT 3UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI0_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI0_APB_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_QSPI0_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_OSPI_APB_SHIFT 2UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_OSPI_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_OSPI_APB_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_OSPI_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_I2C_APB_SHIFT 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_I2C_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_I2C_APB_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_I2C_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_SHIFT 0UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PARITY_IDR_PERR_GPIO_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrParityItr - */ -#define XPMC_XIOU_SLCR_PARITY_ITR ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000824UL ) -#define XPMC_XIOU_SLCR_PARITY_ITR_RSTVAL 0x00000000UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD1_SHIFT 12UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD1_MASK 0x00001000UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD0_SHIFT 11UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD0_MASK 0x00000800UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_QSPI_SHIFT 10UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_QSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_QSPI_MASK 0x00000400UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_QSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_OSPI_SHIFT 9UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_OSPI_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_OSPI_MASK 0x00000200UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_AXI_OSPI_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD1_SHIFT 8UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD1_MASK 0x00000100UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD0_SHIFT 7UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD0_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD0_MASK 0x00000080UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_SD0_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI1_SHIFT 6UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI1_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI1_MASK 0x00000040UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI1_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_SHIFT 5UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_MASK 0x00000020UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_SECURE_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_SHIFT 4UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_MASK 0x00000010UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_XIOUSLCR_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI0_APB_SHIFT 3UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI0_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI0_APB_MASK 0x00000008UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_QSPI0_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_OSPI_APB_SHIFT 2UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_OSPI_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_OSPI_APB_MASK 0x00000004UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_OSPI_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_I2C_APB_SHIFT 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_I2C_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_I2C_APB_MASK 0x00000002UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_I2C_APB_DEFVAL 0x0UL - -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_SHIFT 0UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_WIDTH 1UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_PARITY_ITR_PERR_GPIO_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXiouSlcrWprot0 - */ -#define XPMC_XIOU_SLCR_WPROT0 ( ( XPMC_XIOU_SLCR_BASEADDR ) + 0x00000828UL ) -#define XPMC_XIOU_SLCR_WPROT0_RSTVAL 0x00000001UL - -#define XPMC_XIOU_SLCR_WPROT0_ACT_SHIFT 0UL -#define XPMC_XIOU_SLCR_WPROT0_ACT_WIDTH 1UL -#define XPMC_XIOU_SLCR_WPROT0_ACT_MASK 0x00000001UL -#define XPMC_XIOU_SLCR_WPROT0_ACT_DEFVAL 0x1UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XPMC_XIOU_SLCR_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xmpu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xmpu.h deleted file mode 100644 index 290d2be..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xmpu.h +++ /dev/null @@ -1,1667 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XPMC_XMPU_H__ -#define __XPMC_XMPU_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XpmcXmpu Base Address - */ -#define XPMC_XMPU_BASEADDR 0xF12F0000UL - -/** - * Register: XpmcXmpuCtrl - */ -#define XPMC_XMPU_CTRL ( ( XPMC_XMPU_BASEADDR ) + 0x00000000UL ) -#define XPMC_XMPU_CTRL_RSTVAL 0x00000013UL - -#define XPMC_XMPU_CTRL_DISDEFSREGION_SHIFT 4UL -#define XPMC_XMPU_CTRL_DISDEFSREGION_WIDTH 1UL -#define XPMC_XMPU_CTRL_DISDEFSREGION_MASK 0x00000010UL -#define XPMC_XMPU_CTRL_DISDEFSREGION_DEFVAL 0x1UL - -#define XPMC_XMPU_CTRL_ALIGNCFG_SHIFT 3UL -#define XPMC_XMPU_CTRL_ALIGNCFG_WIDTH 1UL -#define XPMC_XMPU_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XPMC_XMPU_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XPMC_XMPU_CTRL_HIDEALLOWED_SHIFT 2UL -#define XPMC_XMPU_CTRL_HIDEALLOWED_WIDTH 1UL -#define XPMC_XMPU_CTRL_HIDEALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_CTRL_HIDEALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_CTRL_DEFWRALLOWED_SHIFT 1UL -#define XPMC_XMPU_CTRL_DEFWRALLOWED_WIDTH 1UL -#define XPMC_XMPU_CTRL_DEFWRALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_CTRL_DEFWRALLOWED_DEFVAL 0x1UL - -#define XPMC_XMPU_CTRL_DEFRDALLOWED_SHIFT 0UL -#define XPMC_XMPU_CTRL_DEFRDALLOWED_WIDTH 1UL -#define XPMC_XMPU_CTRL_DEFRDALLOWED_MASK 0x00000001UL -#define XPMC_XMPU_CTRL_DEFRDALLOWED_DEFVAL 0x1UL - -/** - * Register: XpmcXmpuErrSts1Lo - */ -#define XPMC_XMPU_ERR_STS1_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000004UL ) -#define XPMC_XMPU_ERR_STS1_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_ERR_STS1_LO_AXI_ADDR_SHIFT 0UL -#define XPMC_XMPU_ERR_STS1_LO_AXI_ADDR_WIDTH 32UL -#define XPMC_XMPU_ERR_STS1_LO_AXI_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_ERR_STS1_LO_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuErrSts1Hi - */ -#define XPMC_XMPU_ERR_STS1_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000008UL ) -#define XPMC_XMPU_ERR_STS1_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_ERR_STS1_HI_AXI_ADDR_SHIFT 0UL -#define XPMC_XMPU_ERR_STS1_HI_AXI_ADDR_WIDTH 12UL -#define XPMC_XMPU_ERR_STS1_HI_AXI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_ERR_STS1_HI_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuErrSts2 - */ -#define XPMC_XMPU_ERR_STS2 ( ( XPMC_XMPU_BASEADDR ) + 0x0000000CUL ) -#define XPMC_XMPU_ERR_STS2_RSTVAL 0x00000000UL - -#define XPMC_XMPU_ERR_STS2_AXI_ID_SHIFT 0UL -#define XPMC_XMPU_ERR_STS2_AXI_ID_WIDTH 10UL -#define XPMC_XMPU_ERR_STS2_AXI_ID_MASK 0x000003ffUL -#define XPMC_XMPU_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuIsr - */ -#define XPMC_XMPU_ISR ( ( XPMC_XMPU_BASEADDR ) + 0x00000010UL ) -#define XPMC_XMPU_ISR_RSTVAL 0x00000000UL - -#define XPMC_XMPU_ISR_SECURITYVIO_SHIFT 3UL -#define XPMC_XMPU_ISR_SECURITYVIO_WIDTH 1UL -#define XPMC_XMPU_ISR_SECURITYVIO_MASK 0x00000008UL -#define XPMC_XMPU_ISR_SECURITYVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_ISR_WRPERMVIO_SHIFT 2UL -#define XPMC_XMPU_ISR_WRPERMVIO_WIDTH 1UL -#define XPMC_XMPU_ISR_WRPERMVIO_MASK 0x00000004UL -#define XPMC_XMPU_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_ISR_RDPERMVIO_SHIFT 1UL -#define XPMC_XMPU_ISR_RDPERMVIO_WIDTH 1UL -#define XPMC_XMPU_ISR_RDPERMVIO_MASK 0x00000002UL -#define XPMC_XMPU_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_ISR_INV_APB_SHIFT 0UL -#define XPMC_XMPU_ISR_INV_APB_WIDTH 1UL -#define XPMC_XMPU_ISR_INV_APB_MASK 0x00000001UL -#define XPMC_XMPU_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuImr - */ -#define XPMC_XMPU_IMR ( ( XPMC_XMPU_BASEADDR ) + 0x00000014UL ) -#define XPMC_XMPU_IMR_RSTVAL 0x0000000fUL - -#define XPMC_XMPU_IMR_SECURITYVIO_SHIFT 3UL -#define XPMC_XMPU_IMR_SECURITYVIO_WIDTH 1UL -#define XPMC_XMPU_IMR_SECURITYVIO_MASK 0x00000008UL -#define XPMC_XMPU_IMR_SECURITYVIO_DEFVAL 0x1UL - -#define XPMC_XMPU_IMR_WRPERMVIO_SHIFT 2UL -#define XPMC_XMPU_IMR_WRPERMVIO_WIDTH 1UL -#define XPMC_XMPU_IMR_WRPERMVIO_MASK 0x00000004UL -#define XPMC_XMPU_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XPMC_XMPU_IMR_RDPERMVIO_SHIFT 1UL -#define XPMC_XMPU_IMR_RDPERMVIO_WIDTH 1UL -#define XPMC_XMPU_IMR_RDPERMVIO_MASK 0x00000002UL -#define XPMC_XMPU_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XPMC_XMPU_IMR_INV_APB_SHIFT 0UL -#define XPMC_XMPU_IMR_INV_APB_WIDTH 1UL -#define XPMC_XMPU_IMR_INV_APB_MASK 0x00000001UL -#define XPMC_XMPU_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XpmcXmpuIen - */ -#define XPMC_XMPU_IEN ( ( XPMC_XMPU_BASEADDR ) + 0x00000018UL ) -#define XPMC_XMPU_IEN_RSTVAL 0x00000000UL - -#define XPMC_XMPU_IEN_SECURITYVIO_SHIFT 3UL -#define XPMC_XMPU_IEN_SECURITYVIO_WIDTH 1UL -#define XPMC_XMPU_IEN_SECURITYVIO_MASK 0x00000008UL -#define XPMC_XMPU_IEN_SECURITYVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_IEN_WRPERMVIO_SHIFT 2UL -#define XPMC_XMPU_IEN_WRPERMVIO_WIDTH 1UL -#define XPMC_XMPU_IEN_WRPERMVIO_MASK 0x00000004UL -#define XPMC_XMPU_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_IEN_RDPERMVIO_SHIFT 1UL -#define XPMC_XMPU_IEN_RDPERMVIO_WIDTH 1UL -#define XPMC_XMPU_IEN_RDPERMVIO_MASK 0x00000002UL -#define XPMC_XMPU_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_IEN_INV_APB_SHIFT 0UL -#define XPMC_XMPU_IEN_INV_APB_WIDTH 1UL -#define XPMC_XMPU_IEN_INV_APB_MASK 0x00000001UL -#define XPMC_XMPU_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuIds - */ -#define XPMC_XMPU_IDS ( ( XPMC_XMPU_BASEADDR ) + 0x0000001CUL ) -#define XPMC_XMPU_IDS_RSTVAL 0x00000000UL - -#define XPMC_XMPU_IDS_SECURITYVIO_SHIFT 3UL -#define XPMC_XMPU_IDS_SECURITYVIO_WIDTH 1UL -#define XPMC_XMPU_IDS_SECURITYVIO_MASK 0x00000008UL -#define XPMC_XMPU_IDS_SECURITYVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_IDS_WRPERMVIO_SHIFT 2UL -#define XPMC_XMPU_IDS_WRPERMVIO_WIDTH 1UL -#define XPMC_XMPU_IDS_WRPERMVIO_MASK 0x00000004UL -#define XPMC_XMPU_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_IDS_RDPERMVIO_SHIFT 1UL -#define XPMC_XMPU_IDS_RDPERMVIO_WIDTH 1UL -#define XPMC_XMPU_IDS_RDPERMVIO_MASK 0x00000002UL -#define XPMC_XMPU_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XPMC_XMPU_IDS_INV_APB_SHIFT 0UL -#define XPMC_XMPU_IDS_INV_APB_WIDTH 1UL -#define XPMC_XMPU_IDS_INV_APB_MASK 0x00000001UL -#define XPMC_XMPU_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuLock - */ -#define XPMC_XMPU_LOCK ( ( XPMC_XMPU_BASEADDR ) + 0x00000020UL ) -#define XPMC_XMPU_LOCK_RSTVAL 0x00000000UL - -#define XPMC_XMPU_LOCK_REGWRDIS_SHIFT 0UL -#define XPMC_XMPU_LOCK_REGWRDIS_WIDTH 1UL -#define XPMC_XMPU_LOCK_REGWRDIS_MASK 0x00000001UL -#define XPMC_XMPU_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR00StartLo - */ -#define XPMC_XMPU_R00_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000100UL ) -#define XPMC_XMPU_R00_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R00_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R00_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R00_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R00_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR00StartHi - */ -#define XPMC_XMPU_R00_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000104UL ) -#define XPMC_XMPU_R00_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R00_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R00_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R00_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R00_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR00EndLo - */ -#define XPMC_XMPU_R00_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000108UL ) -#define XPMC_XMPU_R00_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R00_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R00_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R00_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R00_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR00EndHi - */ -#define XPMC_XMPU_R00_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000010CUL ) -#define XPMC_XMPU_R00_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R00_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R00_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R00_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R00_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR00Master - */ -#define XPMC_XMPU_R00_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000110UL ) -#define XPMC_XMPU_R00_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R00_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R00_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R00_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R00_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R00_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R00_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R00_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R00_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR00Cfg - */ -#define XPMC_XMPU_R00_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x00000114UL ) -#define XPMC_XMPU_R00_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R00_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R00_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R00_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R00_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R00_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R00_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R00_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R00_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R00_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R00_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R00_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R00_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R00_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R00_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R00_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R00_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R00_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R00_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R00_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R00_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR01StartLo - */ -#define XPMC_XMPU_R01_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000118UL ) -#define XPMC_XMPU_R01_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R01_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R01_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R01_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R01_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR01StartHi - */ -#define XPMC_XMPU_R01_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000011CUL ) -#define XPMC_XMPU_R01_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R01_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R01_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R01_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R01_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR01EndLo - */ -#define XPMC_XMPU_R01_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000120UL ) -#define XPMC_XMPU_R01_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R01_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R01_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R01_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R01_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR01EndHi - */ -#define XPMC_XMPU_R01_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000124UL ) -#define XPMC_XMPU_R01_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R01_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R01_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R01_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R01_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR01Master - */ -#define XPMC_XMPU_R01_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000128UL ) -#define XPMC_XMPU_R01_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R01_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R01_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R01_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R01_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R01_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R01_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R01_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R01_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR01Cfg - */ -#define XPMC_XMPU_R01_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x0000012CUL ) -#define XPMC_XMPU_R01_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R01_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R01_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R01_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R01_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R01_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R01_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R01_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R01_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R01_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R01_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R01_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R01_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R01_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R01_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R01_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R01_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R01_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R01_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R01_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R01_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR02StartLo - */ -#define XPMC_XMPU_R02_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000130UL ) -#define XPMC_XMPU_R02_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R02_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R02_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R02_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R02_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR02StartHi - */ -#define XPMC_XMPU_R02_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000134UL ) -#define XPMC_XMPU_R02_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R02_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R02_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R02_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R02_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR02EndLo - */ -#define XPMC_XMPU_R02_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000138UL ) -#define XPMC_XMPU_R02_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R02_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R02_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R02_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R02_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR02EndHi - */ -#define XPMC_XMPU_R02_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000013CUL ) -#define XPMC_XMPU_R02_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R02_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R02_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R02_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R02_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR02Master - */ -#define XPMC_XMPU_R02_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000140UL ) -#define XPMC_XMPU_R02_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R02_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R02_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R02_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R02_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R02_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R02_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R02_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R02_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR02Cfg - */ -#define XPMC_XMPU_R02_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x00000144UL ) -#define XPMC_XMPU_R02_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R02_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R02_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R02_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R02_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R02_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R02_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R02_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R02_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R02_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R02_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R02_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R02_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R02_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R02_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R02_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R02_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R02_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R02_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R02_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R02_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR03StartLo - */ -#define XPMC_XMPU_R03_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000148UL ) -#define XPMC_XMPU_R03_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R03_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R03_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R03_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R03_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR03StartHi - */ -#define XPMC_XMPU_R03_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000014CUL ) -#define XPMC_XMPU_R03_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R03_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R03_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R03_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R03_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR03EndLo - */ -#define XPMC_XMPU_R03_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000150UL ) -#define XPMC_XMPU_R03_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R03_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R03_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R03_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R03_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR03EndHi - */ -#define XPMC_XMPU_R03_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000154UL ) -#define XPMC_XMPU_R03_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R03_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R03_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R03_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R03_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR03Master - */ -#define XPMC_XMPU_R03_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000158UL ) -#define XPMC_XMPU_R03_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R03_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R03_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R03_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R03_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R03_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R03_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R03_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R03_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR03Cfg - */ -#define XPMC_XMPU_R03_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x0000015CUL ) -#define XPMC_XMPU_R03_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R03_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R03_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R03_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R03_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R03_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R03_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R03_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R03_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R03_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R03_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R03_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R03_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R03_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R03_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R03_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R03_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R03_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R03_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R03_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R03_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR04StartLo - */ -#define XPMC_XMPU_R04_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000160UL ) -#define XPMC_XMPU_R04_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R04_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R04_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R04_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R04_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR04StartHi - */ -#define XPMC_XMPU_R04_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000164UL ) -#define XPMC_XMPU_R04_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R04_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R04_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R04_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R04_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR04EndLo - */ -#define XPMC_XMPU_R04_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000168UL ) -#define XPMC_XMPU_R04_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R04_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R04_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R04_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R04_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR04EndHi - */ -#define XPMC_XMPU_R04_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000016CUL ) -#define XPMC_XMPU_R04_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R04_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R04_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R04_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R04_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR04Master - */ -#define XPMC_XMPU_R04_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000170UL ) -#define XPMC_XMPU_R04_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R04_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R04_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R04_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R04_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R04_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R04_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R04_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R04_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR04Cfg - */ -#define XPMC_XMPU_R04_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x00000174UL ) -#define XPMC_XMPU_R04_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R04_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R04_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R04_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R04_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R04_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R04_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R04_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R04_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R04_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R04_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R04_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R04_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R04_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R04_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R04_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R04_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R04_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R04_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R04_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R04_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR05StartLo - */ -#define XPMC_XMPU_R05_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000178UL ) -#define XPMC_XMPU_R05_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R05_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R05_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R05_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R05_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR05StartHi - */ -#define XPMC_XMPU_R05_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000017CUL ) -#define XPMC_XMPU_R05_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R05_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R05_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R05_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R05_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR05EndLo - */ -#define XPMC_XMPU_R05_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000180UL ) -#define XPMC_XMPU_R05_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R05_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R05_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R05_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R05_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR05EndHi - */ -#define XPMC_XMPU_R05_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000184UL ) -#define XPMC_XMPU_R05_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R05_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R05_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R05_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R05_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR05Master - */ -#define XPMC_XMPU_R05_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000188UL ) -#define XPMC_XMPU_R05_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R05_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R05_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R05_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R05_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R05_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R05_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R05_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R05_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR05Cfg - */ -#define XPMC_XMPU_R05_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x0000018CUL ) -#define XPMC_XMPU_R05_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R05_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R05_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R05_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R05_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R05_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R05_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R05_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R05_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R05_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R05_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R05_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R05_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R05_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R05_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R05_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R05_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R05_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R05_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R05_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R05_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR06StartLo - */ -#define XPMC_XMPU_R06_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000190UL ) -#define XPMC_XMPU_R06_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R06_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R06_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R06_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R06_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR06StartHi - */ -#define XPMC_XMPU_R06_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000194UL ) -#define XPMC_XMPU_R06_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R06_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R06_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R06_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R06_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR06EndLo - */ -#define XPMC_XMPU_R06_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000198UL ) -#define XPMC_XMPU_R06_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R06_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R06_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R06_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R06_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR06EndHi - */ -#define XPMC_XMPU_R06_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000019CUL ) -#define XPMC_XMPU_R06_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R06_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R06_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R06_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R06_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR06Master - */ -#define XPMC_XMPU_R06_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x000001A0UL ) -#define XPMC_XMPU_R06_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R06_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R06_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R06_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R06_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R06_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R06_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R06_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R06_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR06Cfg - */ -#define XPMC_XMPU_R06_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x000001A4UL ) -#define XPMC_XMPU_R06_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R06_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R06_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R06_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R06_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R06_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R06_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R06_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R06_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R06_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R06_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R06_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R06_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R06_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R06_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R06_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R06_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R06_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R06_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R06_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R06_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR07StartLo - */ -#define XPMC_XMPU_R07_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001A8UL ) -#define XPMC_XMPU_R07_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R07_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R07_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R07_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R07_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR07StartHi - */ -#define XPMC_XMPU_R07_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001ACUL ) -#define XPMC_XMPU_R07_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R07_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R07_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R07_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R07_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR07EndLo - */ -#define XPMC_XMPU_R07_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001B0UL ) -#define XPMC_XMPU_R07_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R07_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R07_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R07_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R07_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR07EndHi - */ -#define XPMC_XMPU_R07_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001B4UL ) -#define XPMC_XMPU_R07_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R07_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R07_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R07_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R07_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR07Master - */ -#define XPMC_XMPU_R07_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x000001B8UL ) -#define XPMC_XMPU_R07_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R07_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R07_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R07_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R07_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R07_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R07_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R07_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R07_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR07Cfg - */ -#define XPMC_XMPU_R07_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x000001BCUL ) -#define XPMC_XMPU_R07_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R07_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R07_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R07_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R07_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R07_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R07_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R07_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R07_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R07_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R07_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R07_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R07_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R07_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R07_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R07_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R07_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R07_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R07_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R07_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R07_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR08StartLo - */ -#define XPMC_XMPU_R08_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001C0UL ) -#define XPMC_XMPU_R08_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R08_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R08_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R08_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R08_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR08StartHi - */ -#define XPMC_XMPU_R08_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001C4UL ) -#define XPMC_XMPU_R08_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R08_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R08_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R08_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R08_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR08EndLo - */ -#define XPMC_XMPU_R08_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001C8UL ) -#define XPMC_XMPU_R08_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R08_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R08_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R08_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R08_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR08EndHi - */ -#define XPMC_XMPU_R08_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001CCUL ) -#define XPMC_XMPU_R08_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R08_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R08_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R08_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R08_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR08Master - */ -#define XPMC_XMPU_R08_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x000001D0UL ) -#define XPMC_XMPU_R08_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R08_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R08_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R08_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R08_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R08_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R08_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R08_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R08_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR08Cfg - */ -#define XPMC_XMPU_R08_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x000001D4UL ) -#define XPMC_XMPU_R08_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R08_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R08_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R08_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R08_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R08_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R08_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R08_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R08_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R08_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R08_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R08_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R08_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R08_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R08_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R08_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R08_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R08_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R08_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R08_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R08_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR09StartLo - */ -#define XPMC_XMPU_R09_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001D8UL ) -#define XPMC_XMPU_R09_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R09_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R09_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R09_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R09_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR09StartHi - */ -#define XPMC_XMPU_R09_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001DCUL ) -#define XPMC_XMPU_R09_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R09_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R09_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R09_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R09_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR09EndLo - */ -#define XPMC_XMPU_R09_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001E0UL ) -#define XPMC_XMPU_R09_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R09_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R09_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R09_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R09_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR09EndHi - */ -#define XPMC_XMPU_R09_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001E4UL ) -#define XPMC_XMPU_R09_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R09_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R09_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R09_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R09_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR09Master - */ -#define XPMC_XMPU_R09_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x000001E8UL ) -#define XPMC_XMPU_R09_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R09_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R09_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R09_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R09_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R09_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R09_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R09_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R09_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR09Cfg - */ -#define XPMC_XMPU_R09_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x000001ECUL ) -#define XPMC_XMPU_R09_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R09_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R09_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R09_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R09_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R09_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R09_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R09_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R09_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R09_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R09_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R09_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R09_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R09_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R09_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R09_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R09_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R09_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R09_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R09_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R09_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR10StartLo - */ -#define XPMC_XMPU_R10_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001F0UL ) -#define XPMC_XMPU_R10_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R10_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R10_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R10_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R10_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR10StartHi - */ -#define XPMC_XMPU_R10_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001F4UL ) -#define XPMC_XMPU_R10_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R10_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R10_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R10_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R10_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR10EndLo - */ -#define XPMC_XMPU_R10_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x000001F8UL ) -#define XPMC_XMPU_R10_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R10_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R10_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R10_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R10_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR10EndHi - */ -#define XPMC_XMPU_R10_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x000001FCUL ) -#define XPMC_XMPU_R10_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R10_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R10_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R10_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R10_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR10Master - */ -#define XPMC_XMPU_R10_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000200UL ) -#define XPMC_XMPU_R10_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R10_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R10_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R10_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R10_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R10_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R10_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R10_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R10_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR10Cfg - */ -#define XPMC_XMPU_R10_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x00000204UL ) -#define XPMC_XMPU_R10_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R10_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R10_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R10_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R10_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R10_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R10_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R10_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R10_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R10_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R10_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R10_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R10_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R10_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R10_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R10_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R10_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R10_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R10_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R10_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R10_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR11StartLo - */ -#define XPMC_XMPU_R11_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000208UL ) -#define XPMC_XMPU_R11_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R11_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R11_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R11_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R11_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR11StartHi - */ -#define XPMC_XMPU_R11_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000020CUL ) -#define XPMC_XMPU_R11_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R11_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R11_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R11_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R11_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR11EndLo - */ -#define XPMC_XMPU_R11_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000210UL ) -#define XPMC_XMPU_R11_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R11_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R11_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R11_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R11_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR11EndHi - */ -#define XPMC_XMPU_R11_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000214UL ) -#define XPMC_XMPU_R11_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R11_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R11_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R11_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R11_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR11Master - */ -#define XPMC_XMPU_R11_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000218UL ) -#define XPMC_XMPU_R11_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R11_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R11_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R11_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R11_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R11_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R11_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R11_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R11_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR11Cfg - */ -#define XPMC_XMPU_R11_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x0000021CUL ) -#define XPMC_XMPU_R11_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R11_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R11_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R11_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R11_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R11_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R11_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R11_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R11_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R11_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R11_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R11_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R11_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R11_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R11_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R11_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R11_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R11_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R11_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R11_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R11_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR12StartLo - */ -#define XPMC_XMPU_R12_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000220UL ) -#define XPMC_XMPU_R12_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R12_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R12_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R12_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R12_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR12StartHi - */ -#define XPMC_XMPU_R12_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000224UL ) -#define XPMC_XMPU_R12_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R12_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R12_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R12_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R12_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR12EndLo - */ -#define XPMC_XMPU_R12_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000228UL ) -#define XPMC_XMPU_R12_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R12_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R12_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R12_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R12_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR12EndHi - */ -#define XPMC_XMPU_R12_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000022CUL ) -#define XPMC_XMPU_R12_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R12_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R12_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R12_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R12_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR12Master - */ -#define XPMC_XMPU_R12_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000238UL ) -#define XPMC_XMPU_R12_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R12_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R12_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R12_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R12_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R12_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R12_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R12_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R12_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR12Cfg - */ -#define XPMC_XMPU_R12_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x0000023CUL ) -#define XPMC_XMPU_R12_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R12_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R12_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R12_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R12_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R12_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R12_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R12_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R12_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R12_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R12_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R12_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R12_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R12_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R12_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R12_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R12_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R12_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R12_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R12_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R12_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR13StartLo - */ -#define XPMC_XMPU_R13_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000240UL ) -#define XPMC_XMPU_R13_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R13_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R13_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R13_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R13_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR13StartHi - */ -#define XPMC_XMPU_R13_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000244UL ) -#define XPMC_XMPU_R13_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R13_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R13_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R13_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R13_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR13EndLo - */ -#define XPMC_XMPU_R13_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000248UL ) -#define XPMC_XMPU_R13_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R13_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R13_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R13_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R13_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR13EndHi - */ -#define XPMC_XMPU_R13_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000024CUL ) -#define XPMC_XMPU_R13_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R13_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R13_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R13_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R13_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR13Master - */ -#define XPMC_XMPU_R13_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000250UL ) -#define XPMC_XMPU_R13_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R13_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R13_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R13_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R13_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R13_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R13_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R13_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R13_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR13Cfg - */ -#define XPMC_XMPU_R13_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x00000254UL ) -#define XPMC_XMPU_R13_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R13_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R13_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R13_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R13_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R13_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R13_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R13_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R13_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R13_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R13_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R13_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R13_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R13_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R13_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R13_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R13_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R13_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R13_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R13_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R13_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR14StartLo - */ -#define XPMC_XMPU_R14_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000258UL ) -#define XPMC_XMPU_R14_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R14_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R14_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R14_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R14_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR14StartHi - */ -#define XPMC_XMPU_R14_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000025CUL ) -#define XPMC_XMPU_R14_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R14_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R14_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R14_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R14_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR14EndLo - */ -#define XPMC_XMPU_R14_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000260UL ) -#define XPMC_XMPU_R14_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R14_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R14_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R14_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R14_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR14EndHi - */ -#define XPMC_XMPU_R14_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000264UL ) -#define XPMC_XMPU_R14_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R14_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R14_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R14_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R14_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR14Master - */ -#define XPMC_XMPU_R14_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000268UL ) -#define XPMC_XMPU_R14_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R14_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R14_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R14_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R14_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R14_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R14_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R14_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R14_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR14Cfg - */ -#define XPMC_XMPU_R14_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x0000026CUL ) -#define XPMC_XMPU_R14_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R14_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R14_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R14_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R14_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R14_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R14_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R14_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R14_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R14_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R14_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R14_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R14_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R14_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R14_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R14_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R14_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R14_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R14_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R14_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R14_CFG_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR15StartLo - */ -#define XPMC_XMPU_R15_START_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000270UL ) -#define XPMC_XMPU_R15_START_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R15_START_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R15_START_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R15_START_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R15_START_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR15StartHi - */ -#define XPMC_XMPU_R15_START_HI ( ( XPMC_XMPU_BASEADDR ) + 0x00000274UL ) -#define XPMC_XMPU_R15_START_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R15_START_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R15_START_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R15_START_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R15_START_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR15EndLo - */ -#define XPMC_XMPU_R15_END_LO ( ( XPMC_XMPU_BASEADDR ) + 0x00000278UL ) -#define XPMC_XMPU_R15_END_LO_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R15_END_LO_ADDR_SHIFT 0UL -#define XPMC_XMPU_R15_END_LO_ADDR_WIDTH 32UL -#define XPMC_XMPU_R15_END_LO_ADDR_MASK 0xffffffffUL -#define XPMC_XMPU_R15_END_LO_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR15EndHi - */ -#define XPMC_XMPU_R15_END_HI ( ( XPMC_XMPU_BASEADDR ) + 0x0000027CUL ) -#define XPMC_XMPU_R15_END_HI_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R15_END_HI_ADDR_SHIFT 0UL -#define XPMC_XMPU_R15_END_HI_ADDR_WIDTH 12UL -#define XPMC_XMPU_R15_END_HI_ADDR_MASK 0x00000fffUL -#define XPMC_XMPU_R15_END_HI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR15Master - */ -#define XPMC_XMPU_R15_MASTER ( ( XPMC_XMPU_BASEADDR ) + 0x00000280UL ) -#define XPMC_XMPU_R15_MASTER_RSTVAL 0x00000000UL - -#define XPMC_XMPU_R15_MASTER_MSK_SHIFT 16UL -#define XPMC_XMPU_R15_MASTER_MSK_WIDTH 10UL -#define XPMC_XMPU_R15_MASTER_MSK_MASK 0x03ff0000UL -#define XPMC_XMPU_R15_MASTER_MSK_DEFVAL 0x0UL - -#define XPMC_XMPU_R15_MASTER_ID_SHIFT 0UL -#define XPMC_XMPU_R15_MASTER_ID_WIDTH 10UL -#define XPMC_XMPU_R15_MASTER_ID_MASK 0x000003ffUL -#define XPMC_XMPU_R15_MASTER_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXmpuR15Cfg - */ -#define XPMC_XMPU_R15_CFG ( ( XPMC_XMPU_BASEADDR ) + 0x00000284UL ) -#define XPMC_XMPU_R15_CFG_RSTVAL 0x00000008UL - -#define XPMC_XMPU_R15_CFG_NSCHECKTYPE_SHIFT 4UL -#define XPMC_XMPU_R15_CFG_NSCHECKTYPE_WIDTH 1UL -#define XPMC_XMPU_R15_CFG_NSCHECKTYPE_MASK 0x00000010UL -#define XPMC_XMPU_R15_CFG_NSCHECKTYPE_DEFVAL 0x0UL - -#define XPMC_XMPU_R15_CFG_REGIONNS_SHIFT 3UL -#define XPMC_XMPU_R15_CFG_REGIONNS_WIDTH 1UL -#define XPMC_XMPU_R15_CFG_REGIONNS_MASK 0x00000008UL -#define XPMC_XMPU_R15_CFG_REGIONNS_DEFVAL 0x1UL - -#define XPMC_XMPU_R15_CFG_WRALLOWED_SHIFT 2UL -#define XPMC_XMPU_R15_CFG_WRALLOWED_WIDTH 1UL -#define XPMC_XMPU_R15_CFG_WRALLOWED_MASK 0x00000004UL -#define XPMC_XMPU_R15_CFG_WRALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R15_CFG_RDALLOWED_SHIFT 1UL -#define XPMC_XMPU_R15_CFG_RDALLOWED_WIDTH 1UL -#define XPMC_XMPU_R15_CFG_RDALLOWED_MASK 0x00000002UL -#define XPMC_XMPU_R15_CFG_RDALLOWED_DEFVAL 0x0UL - -#define XPMC_XMPU_R15_CFG_EN_SHIFT 0UL -#define XPMC_XMPU_R15_CFG_EN_WIDTH 1UL -#define XPMC_XMPU_R15_CFG_EN_MASK 0x00000001UL -#define XPMC_XMPU_R15_CFG_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XPMC_XMPU_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xppu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xppu.h deleted file mode 100644 index 589901c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xppu.h +++ /dev/null @@ -1,6769 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XPMC_XPPU_H__ -#define __XPMC_XPPU_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XpmcXppu Base Address - */ -#define XPMC_XPPU_BASEADDR 0xF1310000UL - -/** - * Register: XpmcXppuCtrl - */ -#define XPMC_XPPU_CTRL ( ( XPMC_XPPU_BASEADDR ) + 0x00000000UL ) -#define XPMC_XPPU_CTRL_RSTVAL 0x00000000UL - -#define XPMC_XPPU_CTRL_HIDE_EN_SHIFT 3UL -#define XPMC_XPPU_CTRL_HIDE_EN_WIDTH 1UL -#define XPMC_XPPU_CTRL_HIDE_EN_MASK 0x00000008UL -#define XPMC_XPPU_CTRL_HIDE_EN_DEFVAL 0x0UL - -#define XPMC_XPPU_CTRL_APER_PARITY_EN_SHIFT 2UL -#define XPMC_XPPU_CTRL_APER_PARITY_EN_WIDTH 1UL -#define XPMC_XPPU_CTRL_APER_PARITY_EN_MASK 0x00000004UL -#define XPMC_XPPU_CTRL_APER_PARITY_EN_DEFVAL 0x0UL - -#define XPMC_XPPU_CTRL_MID_PARITY_EN_SHIFT 1UL -#define XPMC_XPPU_CTRL_MID_PARITY_EN_WIDTH 1UL -#define XPMC_XPPU_CTRL_MID_PARITY_EN_MASK 0x00000002UL -#define XPMC_XPPU_CTRL_MID_PARITY_EN_DEFVAL 0x0UL - -#define XPMC_XPPU_CTRL_EN_SHIFT 0UL -#define XPMC_XPPU_CTRL_EN_WIDTH 1UL -#define XPMC_XPPU_CTRL_EN_MASK 0x00000001UL -#define XPMC_XPPU_CTRL_EN_DEFVAL 0x0UL - -/** - * Register: XpmcXppuErrSts1 - */ -#define XPMC_XPPU_ERR_STS1 ( ( XPMC_XPPU_BASEADDR ) + 0x00000004UL ) -#define XPMC_XPPU_ERR_STS1_RSTVAL 0x00000000UL - -#define XPMC_XPPU_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XPMC_XPPU_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XPMC_XPPU_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XPMC_XPPU_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XpmcXppuErrSts2 - */ -#define XPMC_XPPU_ERR_STS2 ( ( XPMC_XPPU_BASEADDR ) + 0x00000008UL ) -#define XPMC_XPPU_ERR_STS2_RSTVAL 0x00000000UL - -#define XPMC_XPPU_ERR_STS2_AXI_ID_SHIFT 0UL -#define XPMC_XPPU_ERR_STS2_AXI_ID_WIDTH 10UL -#define XPMC_XPPU_ERR_STS2_AXI_ID_MASK 0x000003ffUL -#define XPMC_XPPU_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuItr - */ -#define XPMC_XPPU_ITR ( ( XPMC_XPPU_BASEADDR ) + 0x0000000CUL ) -#define XPMC_XPPU_ITR_RSTVAL 0x00000000UL - -#define XPMC_XPPU_ITR_APER_PARITY_SHIFT 7UL -#define XPMC_XPPU_ITR_APER_PARITY_WIDTH 1UL -#define XPMC_XPPU_ITR_APER_PARITY_MASK 0x00000080UL -#define XPMC_XPPU_ITR_APER_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_ITR_APER_TZ_SHIFT 6UL -#define XPMC_XPPU_ITR_APER_TZ_WIDTH 1UL -#define XPMC_XPPU_ITR_APER_TZ_MASK 0x00000040UL -#define XPMC_XPPU_ITR_APER_TZ_DEFVAL 0x0UL - -#define XPMC_XPPU_ITR_APER_PERM_SHIFT 5UL -#define XPMC_XPPU_ITR_APER_PERM_WIDTH 1UL -#define XPMC_XPPU_ITR_APER_PERM_MASK 0x00000020UL -#define XPMC_XPPU_ITR_APER_PERM_DEFVAL 0x0UL - -#define XPMC_XPPU_ITR_MID_PARITY_SHIFT 3UL -#define XPMC_XPPU_ITR_MID_PARITY_WIDTH 1UL -#define XPMC_XPPU_ITR_MID_PARITY_MASK 0x00000008UL -#define XPMC_XPPU_ITR_MID_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_ITR_MID_RO_SHIFT 2UL -#define XPMC_XPPU_ITR_MID_RO_WIDTH 1UL -#define XPMC_XPPU_ITR_MID_RO_MASK 0x00000004UL -#define XPMC_XPPU_ITR_MID_RO_DEFVAL 0x0UL - -#define XPMC_XPPU_ITR_MID_MISS_SHIFT 1UL -#define XPMC_XPPU_ITR_MID_MISS_WIDTH 1UL -#define XPMC_XPPU_ITR_MID_MISS_MASK 0x00000002UL -#define XPMC_XPPU_ITR_MID_MISS_DEFVAL 0x0UL - -#define XPMC_XPPU_ITR_INV_APB_SHIFT 0UL -#define XPMC_XPPU_ITR_INV_APB_WIDTH 1UL -#define XPMC_XPPU_ITR_INV_APB_MASK 0x00000001UL -#define XPMC_XPPU_ITR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXppuIsr - */ -#define XPMC_XPPU_ISR ( ( XPMC_XPPU_BASEADDR ) + 0x00000010UL ) -#define XPMC_XPPU_ISR_RSTVAL 0x00000000UL - -#define XPMC_XPPU_ISR_APER_PARITY_SHIFT 7UL -#define XPMC_XPPU_ISR_APER_PARITY_WIDTH 1UL -#define XPMC_XPPU_ISR_APER_PARITY_MASK 0x00000080UL -#define XPMC_XPPU_ISR_APER_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_ISR_APER_TZ_SHIFT 6UL -#define XPMC_XPPU_ISR_APER_TZ_WIDTH 1UL -#define XPMC_XPPU_ISR_APER_TZ_MASK 0x00000040UL -#define XPMC_XPPU_ISR_APER_TZ_DEFVAL 0x0UL - -#define XPMC_XPPU_ISR_APER_PERM_SHIFT 5UL -#define XPMC_XPPU_ISR_APER_PERM_WIDTH 1UL -#define XPMC_XPPU_ISR_APER_PERM_MASK 0x00000020UL -#define XPMC_XPPU_ISR_APER_PERM_DEFVAL 0x0UL - -#define XPMC_XPPU_ISR_MID_PARITY_SHIFT 3UL -#define XPMC_XPPU_ISR_MID_PARITY_WIDTH 1UL -#define XPMC_XPPU_ISR_MID_PARITY_MASK 0x00000008UL -#define XPMC_XPPU_ISR_MID_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_ISR_MID_RO_SHIFT 2UL -#define XPMC_XPPU_ISR_MID_RO_WIDTH 1UL -#define XPMC_XPPU_ISR_MID_RO_MASK 0x00000004UL -#define XPMC_XPPU_ISR_MID_RO_DEFVAL 0x0UL - -#define XPMC_XPPU_ISR_MID_MISS_SHIFT 1UL -#define XPMC_XPPU_ISR_MID_MISS_WIDTH 1UL -#define XPMC_XPPU_ISR_MID_MISS_MASK 0x00000002UL -#define XPMC_XPPU_ISR_MID_MISS_DEFVAL 0x0UL - -#define XPMC_XPPU_ISR_INV_APB_SHIFT 0UL -#define XPMC_XPPU_ISR_INV_APB_WIDTH 1UL -#define XPMC_XPPU_ISR_INV_APB_MASK 0x00000001UL -#define XPMC_XPPU_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXppuImr - */ -#define XPMC_XPPU_IMR ( ( XPMC_XPPU_BASEADDR ) + 0x00000014UL ) -#define XPMC_XPPU_IMR_RSTVAL 0x000000efUL - -#define XPMC_XPPU_IMR_APER_PARITY_SHIFT 7UL -#define XPMC_XPPU_IMR_APER_PARITY_WIDTH 1UL -#define XPMC_XPPU_IMR_APER_PARITY_MASK 0x00000080UL -#define XPMC_XPPU_IMR_APER_PARITY_DEFVAL 0x1UL - -#define XPMC_XPPU_IMR_APER_TZ_SHIFT 6UL -#define XPMC_XPPU_IMR_APER_TZ_WIDTH 1UL -#define XPMC_XPPU_IMR_APER_TZ_MASK 0x00000040UL -#define XPMC_XPPU_IMR_APER_TZ_DEFVAL 0x1UL - -#define XPMC_XPPU_IMR_APER_PERM_SHIFT 5UL -#define XPMC_XPPU_IMR_APER_PERM_WIDTH 1UL -#define XPMC_XPPU_IMR_APER_PERM_MASK 0x00000020UL -#define XPMC_XPPU_IMR_APER_PERM_DEFVAL 0x1UL - -#define XPMC_XPPU_IMR_MID_PARITY_SHIFT 3UL -#define XPMC_XPPU_IMR_MID_PARITY_WIDTH 1UL -#define XPMC_XPPU_IMR_MID_PARITY_MASK 0x00000008UL -#define XPMC_XPPU_IMR_MID_PARITY_DEFVAL 0x1UL - -#define XPMC_XPPU_IMR_MID_RO_SHIFT 2UL -#define XPMC_XPPU_IMR_MID_RO_WIDTH 1UL -#define XPMC_XPPU_IMR_MID_RO_MASK 0x00000004UL -#define XPMC_XPPU_IMR_MID_RO_DEFVAL 0x1UL - -#define XPMC_XPPU_IMR_MID_MISS_SHIFT 1UL -#define XPMC_XPPU_IMR_MID_MISS_WIDTH 1UL -#define XPMC_XPPU_IMR_MID_MISS_MASK 0x00000002UL -#define XPMC_XPPU_IMR_MID_MISS_DEFVAL 0x1UL - -#define XPMC_XPPU_IMR_INV_APB_SHIFT 0UL -#define XPMC_XPPU_IMR_INV_APB_WIDTH 1UL -#define XPMC_XPPU_IMR_INV_APB_MASK 0x00000001UL -#define XPMC_XPPU_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XpmcXppuIen - */ -#define XPMC_XPPU_IEN ( ( XPMC_XPPU_BASEADDR ) + 0x00000018UL ) -#define XPMC_XPPU_IEN_RSTVAL 0x00000000UL - -#define XPMC_XPPU_IEN_APER_PARITY_SHIFT 7UL -#define XPMC_XPPU_IEN_APER_PARITY_WIDTH 1UL -#define XPMC_XPPU_IEN_APER_PARITY_MASK 0x00000080UL -#define XPMC_XPPU_IEN_APER_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_IEN_APER_TZ_SHIFT 6UL -#define XPMC_XPPU_IEN_APER_TZ_WIDTH 1UL -#define XPMC_XPPU_IEN_APER_TZ_MASK 0x00000040UL -#define XPMC_XPPU_IEN_APER_TZ_DEFVAL 0x0UL - -#define XPMC_XPPU_IEN_APER_PERM_SHIFT 5UL -#define XPMC_XPPU_IEN_APER_PERM_WIDTH 1UL -#define XPMC_XPPU_IEN_APER_PERM_MASK 0x00000020UL -#define XPMC_XPPU_IEN_APER_PERM_DEFVAL 0x0UL - -#define XPMC_XPPU_IEN_MID_PARITY_SHIFT 3UL -#define XPMC_XPPU_IEN_MID_PARITY_WIDTH 1UL -#define XPMC_XPPU_IEN_MID_PARITY_MASK 0x00000008UL -#define XPMC_XPPU_IEN_MID_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_IEN_MID_RO_SHIFT 2UL -#define XPMC_XPPU_IEN_MID_RO_WIDTH 1UL -#define XPMC_XPPU_IEN_MID_RO_MASK 0x00000004UL -#define XPMC_XPPU_IEN_MID_RO_DEFVAL 0x0UL - -#define XPMC_XPPU_IEN_MID_MISS_SHIFT 1UL -#define XPMC_XPPU_IEN_MID_MISS_WIDTH 1UL -#define XPMC_XPPU_IEN_MID_MISS_MASK 0x00000002UL -#define XPMC_XPPU_IEN_MID_MISS_DEFVAL 0x0UL - -#define XPMC_XPPU_IEN_INV_APB_SHIFT 0UL -#define XPMC_XPPU_IEN_INV_APB_WIDTH 1UL -#define XPMC_XPPU_IEN_INV_APB_MASK 0x00000001UL -#define XPMC_XPPU_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXppuIds - */ -#define XPMC_XPPU_IDS ( ( XPMC_XPPU_BASEADDR ) + 0x0000001CUL ) -#define XPMC_XPPU_IDS_RSTVAL 0x00000000UL - -#define XPMC_XPPU_IDS_APER_PARITY_SHIFT 7UL -#define XPMC_XPPU_IDS_APER_PARITY_WIDTH 1UL -#define XPMC_XPPU_IDS_APER_PARITY_MASK 0x00000080UL -#define XPMC_XPPU_IDS_APER_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_IDS_APER_TZ_SHIFT 6UL -#define XPMC_XPPU_IDS_APER_TZ_WIDTH 1UL -#define XPMC_XPPU_IDS_APER_TZ_MASK 0x00000040UL -#define XPMC_XPPU_IDS_APER_TZ_DEFVAL 0x0UL - -#define XPMC_XPPU_IDS_APER_PERM_SHIFT 5UL -#define XPMC_XPPU_IDS_APER_PERM_WIDTH 1UL -#define XPMC_XPPU_IDS_APER_PERM_MASK 0x00000020UL -#define XPMC_XPPU_IDS_APER_PERM_DEFVAL 0x0UL - -#define XPMC_XPPU_IDS_MID_PARITY_SHIFT 3UL -#define XPMC_XPPU_IDS_MID_PARITY_WIDTH 1UL -#define XPMC_XPPU_IDS_MID_PARITY_MASK 0x00000008UL -#define XPMC_XPPU_IDS_MID_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_IDS_MID_RO_SHIFT 2UL -#define XPMC_XPPU_IDS_MID_RO_WIDTH 1UL -#define XPMC_XPPU_IDS_MID_RO_MASK 0x00000004UL -#define XPMC_XPPU_IDS_MID_RO_DEFVAL 0x0UL - -#define XPMC_XPPU_IDS_MID_MISS_SHIFT 1UL -#define XPMC_XPPU_IDS_MID_MISS_WIDTH 1UL -#define XPMC_XPPU_IDS_MID_MISS_MASK 0x00000002UL -#define XPMC_XPPU_IDS_MID_MISS_DEFVAL 0x0UL - -#define XPMC_XPPU_IDS_INV_APB_SHIFT 0UL -#define XPMC_XPPU_IDS_INV_APB_WIDTH 1UL -#define XPMC_XPPU_IDS_INV_APB_MASK 0x00000001UL -#define XPMC_XPPU_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XpmcXppuLock - */ -#define XPMC_XPPU_LOCK ( ( XPMC_XPPU_BASEADDR ) + 0x00000020UL ) -#define XPMC_XPPU_LOCK_RSTVAL 0x00000000UL - -#define XPMC_XPPU_LOCK_REGWRDIS_SHIFT 0UL -#define XPMC_XPPU_LOCK_REGWRDIS_WIDTH 1UL -#define XPMC_XPPU_LOCK_REGWRDIS_MASK 0x00000001UL -#define XPMC_XPPU_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMMasterIds - */ -#define XPMC_XPPU_M_MASTER_IDS ( ( XPMC_XPPU_BASEADDR ) + 0x0000003CUL ) -#define XPMC_XPPU_M_MASTER_IDS_RSTVAL 0x00000014UL - -#define XPMC_XPPU_M_MASTER_IDS_NO_SHIFT 0UL -#define XPMC_XPPU_M_MASTER_IDS_NO_WIDTH 32UL -#define XPMC_XPPU_M_MASTER_IDS_NO_MASK 0xffffffffUL -#define XPMC_XPPU_M_MASTER_IDS_NO_DEFVAL 0x14UL - -/** - * Register: XpmcXppuMAperture64kb - */ -#define XPMC_XPPU_M_APERTURE_64KB ( ( XPMC_XPPU_BASEADDR ) + 0x00000044UL ) -#define XPMC_XPPU_M_APERTURE_64KB_RSTVAL 0x00000100UL - -#define XPMC_XPPU_M_APERTURE_64KB_NO_SHIFT 0UL -#define XPMC_XPPU_M_APERTURE_64KB_NO_WIDTH 32UL -#define XPMC_XPPU_M_APERTURE_64KB_NO_MASK 0xffffffffUL -#define XPMC_XPPU_M_APERTURE_64KB_NO_DEFVAL 0x100UL - -/** - * Register: XpmcXppuMAperture1mb - */ -#define XPMC_XPPU_M_APERTURE_1MB ( ( XPMC_XPPU_BASEADDR ) + 0x00000048UL ) -#define XPMC_XPPU_M_APERTURE_1MB_RSTVAL 0x00000010UL - -#define XPMC_XPPU_M_APERTURE_1MB_NO_SHIFT 0UL -#define XPMC_XPPU_M_APERTURE_1MB_NO_WIDTH 32UL -#define XPMC_XPPU_M_APERTURE_1MB_NO_MASK 0xffffffffUL -#define XPMC_XPPU_M_APERTURE_1MB_NO_DEFVAL 0x10UL - -/** - * Register: XpmcXppuMAperture512mb - */ -#define XPMC_XPPU_M_APERTURE_512MB ( ( XPMC_XPPU_BASEADDR ) + 0x0000004CUL ) -#define XPMC_XPPU_M_APERTURE_512MB_RSTVAL 0x00000001UL - -#define XPMC_XPPU_M_APERTURE_512MB_NO_SHIFT 0UL -#define XPMC_XPPU_M_APERTURE_512MB_NO_WIDTH 32UL -#define XPMC_XPPU_M_APERTURE_512MB_NO_MASK 0xffffffffUL -#define XPMC_XPPU_M_APERTURE_512MB_NO_DEFVAL 0x1UL - -/** - * Register: XpmcXppuBase64kb - */ -#define XPMC_XPPU_BASE_64KB ( ( XPMC_XPPU_BASEADDR ) + 0x00000054UL ) -#define XPMC_XPPU_BASE_64KB_RSTVAL 0xff000000UL - -#define XPMC_XPPU_BASE_64KB_ADDR_SHIFT 0UL -#define XPMC_XPPU_BASE_64KB_ADDR_WIDTH 32UL -#define XPMC_XPPU_BASE_64KB_ADDR_MASK 0xffffffffUL -#define XPMC_XPPU_BASE_64KB_ADDR_DEFVAL 0xff000000UL - -/** - * Register: XpmcXppuBase1mb - */ -#define XPMC_XPPU_BASE_1MB ( ( XPMC_XPPU_BASEADDR ) + 0x00000058UL ) -#define XPMC_XPPU_BASE_1MB_RSTVAL 0xfe000000UL - -#define XPMC_XPPU_BASE_1MB_ADDR_SHIFT 0UL -#define XPMC_XPPU_BASE_1MB_ADDR_WIDTH 32UL -#define XPMC_XPPU_BASE_1MB_ADDR_MASK 0xffffffffUL -#define XPMC_XPPU_BASE_1MB_ADDR_DEFVAL 0xfe000000UL - -/** - * Register: XpmcXppuBase512mb - */ -#define XPMC_XPPU_BASE_512MB ( ( XPMC_XPPU_BASEADDR ) + 0x0000005CUL ) -#define XPMC_XPPU_BASE_512MB_RSTVAL 0xe0000000UL - -#define XPMC_XPPU_BASE_512MB_ADDR_SHIFT 0UL -#define XPMC_XPPU_BASE_512MB_ADDR_WIDTH 32UL -#define XPMC_XPPU_BASE_512MB_ADDR_MASK 0xffffffffUL -#define XPMC_XPPU_BASE_512MB_ADDR_DEFVAL 0xe0000000UL - -/** - * Register: XpmcXppuMasterId00 - */ -#define XPMC_XPPU_MASTER_ID00 ( ( XPMC_XPPU_BASEADDR ) + 0x00000100UL ) -#define XPMC_XPPU_MASTER_ID00_RSTVAL 0x03ff0238UL - -#define XPMC_XPPU_MASTER_ID00_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID00_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID00_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID00_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID00_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID00_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID00_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID00_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID00_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID00_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID00_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID00_MIDM_DEFVAL 0x3ffUL - -#define XPMC_XPPU_MASTER_ID00_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID00_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID00_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID00_MID_DEFVAL 0x238UL - -/** - * Register: XpmcXppuMasterId01 - */ -#define XPMC_XPPU_MASTER_ID01 ( ( XPMC_XPPU_BASEADDR ) + 0x00000104UL ) -#define XPMC_XPPU_MASTER_ID01_RSTVAL 0x83ff0200UL - -#define XPMC_XPPU_MASTER_ID01_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID01_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID01_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID01_MIDP_DEFVAL 0x1UL - -#define XPMC_XPPU_MASTER_ID01_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID01_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID01_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID01_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID01_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID01_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID01_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID01_MIDM_DEFVAL 0x3ffUL - -#define XPMC_XPPU_MASTER_ID01_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID01_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID01_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID01_MID_DEFVAL 0x200UL - -/** - * Register: XpmcXppuMasterId02 - */ -#define XPMC_XPPU_MASTER_ID02 ( ( XPMC_XPPU_BASEADDR ) + 0x00000108UL ) -#define XPMC_XPPU_MASTER_ID02_RSTVAL 0x03ff0204UL - -#define XPMC_XPPU_MASTER_ID02_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID02_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID02_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID02_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID02_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID02_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID02_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID02_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID02_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID02_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID02_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID02_MIDM_DEFVAL 0x3ffUL - -#define XPMC_XPPU_MASTER_ID02_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID02_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID02_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID02_MID_DEFVAL 0x204UL - -/** - * Register: XpmcXppuMasterId03 - */ -#define XPMC_XPPU_MASTER_ID03 ( ( XPMC_XPPU_BASEADDR ) + 0x0000010CUL ) -#define XPMC_XPPU_MASTER_ID03_RSTVAL 0x83f00260UL - -#define XPMC_XPPU_MASTER_ID03_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID03_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID03_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID03_MIDP_DEFVAL 0x1UL - -#define XPMC_XPPU_MASTER_ID03_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID03_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID03_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID03_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID03_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID03_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID03_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID03_MIDM_DEFVAL 0x3f0UL - -#define XPMC_XPPU_MASTER_ID03_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID03_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID03_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID03_MID_DEFVAL 0x260UL - -/** - * Register: XpmcXppuMasterId04 - */ -#define XPMC_XPPU_MASTER_ID04 ( ( XPMC_XPPU_BASEADDR ) + 0x00000110UL ) -#define XPMC_XPPU_MASTER_ID04_RSTVAL 0x83ff0260UL - -#define XPMC_XPPU_MASTER_ID04_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID04_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID04_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID04_MIDP_DEFVAL 0x1UL - -#define XPMC_XPPU_MASTER_ID04_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID04_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID04_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID04_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID04_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID04_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID04_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID04_MIDM_DEFVAL 0x3ffUL - -#define XPMC_XPPU_MASTER_ID04_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID04_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID04_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID04_MID_DEFVAL 0x260UL - -/** - * Register: XpmcXppuMasterId05 - */ -#define XPMC_XPPU_MASTER_ID05 ( ( XPMC_XPPU_BASEADDR ) + 0x00000114UL ) -#define XPMC_XPPU_MASTER_ID05_RSTVAL 0x03ff0261UL - -#define XPMC_XPPU_MASTER_ID05_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID05_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID05_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID05_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID05_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID05_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID05_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID05_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID05_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID05_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID05_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID05_MIDM_DEFVAL 0x3ffUL - -#define XPMC_XPPU_MASTER_ID05_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID05_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID05_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID05_MID_DEFVAL 0x261UL - -/** - * Register: XpmcXppuMasterId06 - */ -#define XPMC_XPPU_MASTER_ID06 ( ( XPMC_XPPU_BASEADDR ) + 0x00000118UL ) -#define XPMC_XPPU_MASTER_ID06_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID06_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID06_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID06_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID06_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID06_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID06_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID06_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID06_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID06_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID06_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID06_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID06_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID06_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID06_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID06_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID06_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId07 - */ -#define XPMC_XPPU_MASTER_ID07 ( ( XPMC_XPPU_BASEADDR ) + 0x0000011CUL ) -#define XPMC_XPPU_MASTER_ID07_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID07_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID07_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID07_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID07_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID07_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID07_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID07_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID07_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID07_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID07_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID07_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID07_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID07_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID07_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID07_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID07_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId08 - */ -#define XPMC_XPPU_MASTER_ID08 ( ( XPMC_XPPU_BASEADDR ) + 0x00000120UL ) -#define XPMC_XPPU_MASTER_ID08_RSTVAL 0x83ff0247UL - -#define XPMC_XPPU_MASTER_ID08_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID08_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID08_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID08_MIDP_DEFVAL 0x1UL - -#define XPMC_XPPU_MASTER_ID08_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID08_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID08_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID08_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID08_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID08_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID08_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID08_MIDM_DEFVAL 0x3ffUL - -#define XPMC_XPPU_MASTER_ID08_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID08_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID08_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID08_MID_DEFVAL 0x247UL - -/** - * Register: XpmcXppuMasterId09 - */ -#define XPMC_XPPU_MASTER_ID09 ( ( XPMC_XPPU_BASEADDR ) + 0x00000124UL ) -#define XPMC_XPPU_MASTER_ID09_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID09_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID09_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID09_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID09_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID09_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID09_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID09_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID09_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID09_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID09_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID09_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID09_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID09_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID09_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID09_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID09_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId10 - */ -#define XPMC_XPPU_MASTER_ID10 ( ( XPMC_XPPU_BASEADDR ) + 0x00000128UL ) -#define XPMC_XPPU_MASTER_ID10_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID10_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID10_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID10_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID10_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID10_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID10_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID10_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID10_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID10_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID10_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID10_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID10_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID10_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID10_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID10_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID10_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId11 - */ -#define XPMC_XPPU_MASTER_ID11 ( ( XPMC_XPPU_BASEADDR ) + 0x0000012CUL ) -#define XPMC_XPPU_MASTER_ID11_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID11_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID11_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID11_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID11_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID11_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID11_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID11_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID11_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID11_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID11_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID11_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID11_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID11_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID11_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID11_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID11_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId12 - */ -#define XPMC_XPPU_MASTER_ID12 ( ( XPMC_XPPU_BASEADDR ) + 0x00000130UL ) -#define XPMC_XPPU_MASTER_ID12_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID12_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID12_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID12_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID12_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID12_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID12_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID12_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID12_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID12_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID12_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID12_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID12_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID12_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID12_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID12_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID12_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId13 - */ -#define XPMC_XPPU_MASTER_ID13 ( ( XPMC_XPPU_BASEADDR ) + 0x00000134UL ) -#define XPMC_XPPU_MASTER_ID13_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID13_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID13_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID13_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID13_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID13_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID13_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID13_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID13_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID13_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID13_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID13_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID13_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID13_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID13_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID13_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID13_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId14 - */ -#define XPMC_XPPU_MASTER_ID14 ( ( XPMC_XPPU_BASEADDR ) + 0x00000138UL ) -#define XPMC_XPPU_MASTER_ID14_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID14_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID14_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID14_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID14_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID14_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID14_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID14_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID14_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID14_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID14_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID14_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID14_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID14_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID14_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID14_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID14_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId15 - */ -#define XPMC_XPPU_MASTER_ID15 ( ( XPMC_XPPU_BASEADDR ) + 0x0000013CUL ) -#define XPMC_XPPU_MASTER_ID15_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID15_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID15_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID15_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID15_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID15_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID15_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID15_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID15_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID15_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID15_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID15_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID15_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID15_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID15_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID15_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID15_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId16 - */ -#define XPMC_XPPU_MASTER_ID16 ( ( XPMC_XPPU_BASEADDR ) + 0x00000140UL ) -#define XPMC_XPPU_MASTER_ID16_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID16_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID16_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID16_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID16_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID16_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID16_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID16_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID16_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID16_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID16_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID16_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID16_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID16_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID16_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID16_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID16_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId17 - */ -#define XPMC_XPPU_MASTER_ID17 ( ( XPMC_XPPU_BASEADDR ) + 0x00000144UL ) -#define XPMC_XPPU_MASTER_ID17_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID17_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID17_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID17_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID17_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID17_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID17_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID17_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID17_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID17_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID17_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID17_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID17_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID17_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID17_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID17_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID17_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId18 - */ -#define XPMC_XPPU_MASTER_ID18 ( ( XPMC_XPPU_BASEADDR ) + 0x00000148UL ) -#define XPMC_XPPU_MASTER_ID18_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID18_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID18_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID18_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID18_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID18_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID18_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID18_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID18_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID18_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID18_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID18_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID18_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID18_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID18_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID18_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID18_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuMasterId19 - */ -#define XPMC_XPPU_MASTER_ID19 ( ( XPMC_XPPU_BASEADDR ) + 0x0000014CUL ) -#define XPMC_XPPU_MASTER_ID19_RSTVAL 0x00000000UL - -#define XPMC_XPPU_MASTER_ID19_MIDP_SHIFT 31UL -#define XPMC_XPPU_MASTER_ID19_MIDP_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID19_MIDP_MASK 0x80000000UL -#define XPMC_XPPU_MASTER_ID19_MIDP_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID19_MIDR_SHIFT 30UL -#define XPMC_XPPU_MASTER_ID19_MIDR_WIDTH 1UL -#define XPMC_XPPU_MASTER_ID19_MIDR_MASK 0x40000000UL -#define XPMC_XPPU_MASTER_ID19_MIDR_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID19_MIDM_SHIFT 16UL -#define XPMC_XPPU_MASTER_ID19_MIDM_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID19_MIDM_MASK 0x03ff0000UL -#define XPMC_XPPU_MASTER_ID19_MIDM_DEFVAL 0x0UL - -#define XPMC_XPPU_MASTER_ID19_MID_SHIFT 0UL -#define XPMC_XPPU_MASTER_ID19_MID_WIDTH 10UL -#define XPMC_XPPU_MASTER_ID19_MID_MASK 0x000003ffUL -#define XPMC_XPPU_MASTER_ID19_MID_DEFVAL 0x0UL - -/** - * Register: XpmcXppuEnPermCheckReg00 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG00 ( ( XPMC_XPPU_BASEADDR ) + 0x00000150UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG00_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG00_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG00_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG00_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG00_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg01 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG01 ( ( XPMC_XPPU_BASEADDR ) + 0x00000154UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG01_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG01_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG01_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG01_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG01_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg02 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG02 ( ( XPMC_XPPU_BASEADDR ) + 0x00000158UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG02_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG02_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG02_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG02_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG02_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg03 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG03 ( ( XPMC_XPPU_BASEADDR ) + 0x0000015CUL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG03_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG03_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG03_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG03_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG03_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg04 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG04 ( ( XPMC_XPPU_BASEADDR ) + 0x00000160UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG04_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG04_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG04_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG04_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG04_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg05 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG05 ( ( XPMC_XPPU_BASEADDR ) + 0x00000164UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG05_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG05_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG05_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG05_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG05_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg06 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG06 ( ( XPMC_XPPU_BASEADDR ) + 0x00000168UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG06_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG06_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG06_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG06_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG06_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg07 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG07 ( ( XPMC_XPPU_BASEADDR ) + 0x0000016CUL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG07_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG07_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG07_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG07_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG07_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg08 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG08 ( ( XPMC_XPPU_BASEADDR ) + 0x00000170UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG08_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG08_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG08_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG08_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG08_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg09 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG09 ( ( XPMC_XPPU_BASEADDR ) + 0x00000174UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG09_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG09_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG09_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG09_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG09_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg10 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG10 ( ( XPMC_XPPU_BASEADDR ) + 0x00000178UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG10_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG10_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG10_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG10_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG10_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg11 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG11 ( ( XPMC_XPPU_BASEADDR ) + 0x0000017CUL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG11_RSTVAL 0xffffffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG11_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG11_WIDTH 32UL -#define XPMC_XPPU_EN_PERM_CHECK_REG11_MASK 0xffffffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG11_DEFVAL 0xffffffffUL - -/** - * Register: XpmcXppuEnPermCheckReg12 - */ -#define XPMC_XPPU_EN_PERM_CHECK_REG12 ( ( XPMC_XPPU_BASEADDR ) + 0x00000180UL ) -#define XPMC_XPPU_EN_PERM_CHECK_REG12_RSTVAL 0x000fffffUL - -#define XPMC_XPPU_EN_PERM_CHECK_REG12_SHIFT 0UL -#define XPMC_XPPU_EN_PERM_CHECK_REG12_WIDTH 20UL -#define XPMC_XPPU_EN_PERM_CHECK_REG12_MASK 0x000fffffUL -#define XPMC_XPPU_EN_PERM_CHECK_REG12_DEFVAL 0xfffffUL - -/** - * Register: XpmcXppuAperperm000 - */ -#define XPMC_XPPU_APERPERM_000 ( ( XPMC_XPPU_BASEADDR ) + 0x00001000UL ) -#define XPMC_XPPU_APERPERM_000_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_000_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_000_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_000_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_000_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_000_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_000_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_000_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_000_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_000_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_000_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_000_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_000_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm001 - */ -#define XPMC_XPPU_APERPERM_001 ( ( XPMC_XPPU_BASEADDR ) + 0x00001004UL ) -#define XPMC_XPPU_APERPERM_001_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_001_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_001_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_001_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_001_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_001_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_001_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_001_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_001_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_001_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_001_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_001_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_001_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm002 - */ -#define XPMC_XPPU_APERPERM_002 ( ( XPMC_XPPU_BASEADDR ) + 0x00001008UL ) -#define XPMC_XPPU_APERPERM_002_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_002_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_002_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_002_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_002_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_002_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_002_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_002_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_002_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_002_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_002_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_002_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_002_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm003 - */ -#define XPMC_XPPU_APERPERM_003 ( ( XPMC_XPPU_BASEADDR ) + 0x0000100CUL ) -#define XPMC_XPPU_APERPERM_003_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_003_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_003_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_003_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_003_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_003_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_003_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_003_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_003_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_003_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_003_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_003_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_003_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm004 - */ -#define XPMC_XPPU_APERPERM_004 ( ( XPMC_XPPU_BASEADDR ) + 0x00001010UL ) -#define XPMC_XPPU_APERPERM_004_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_004_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_004_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_004_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_004_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_004_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_004_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_004_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_004_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_004_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_004_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_004_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_004_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm005 - */ -#define XPMC_XPPU_APERPERM_005 ( ( XPMC_XPPU_BASEADDR ) + 0x00001014UL ) -#define XPMC_XPPU_APERPERM_005_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_005_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_005_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_005_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_005_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_005_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_005_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_005_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_005_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_005_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_005_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_005_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_005_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm006 - */ -#define XPMC_XPPU_APERPERM_006 ( ( XPMC_XPPU_BASEADDR ) + 0x00001018UL ) -#define XPMC_XPPU_APERPERM_006_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_006_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_006_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_006_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_006_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_006_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_006_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_006_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_006_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_006_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_006_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_006_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_006_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm007 - */ -#define XPMC_XPPU_APERPERM_007 ( ( XPMC_XPPU_BASEADDR ) + 0x0000101CUL ) -#define XPMC_XPPU_APERPERM_007_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_007_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_007_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_007_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_007_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_007_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_007_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_007_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_007_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_007_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_007_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_007_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_007_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm008 - */ -#define XPMC_XPPU_APERPERM_008 ( ( XPMC_XPPU_BASEADDR ) + 0x00001020UL ) -#define XPMC_XPPU_APERPERM_008_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_008_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_008_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_008_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_008_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_008_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_008_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_008_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_008_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_008_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_008_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_008_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_008_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm009 - */ -#define XPMC_XPPU_APERPERM_009 ( ( XPMC_XPPU_BASEADDR ) + 0x00001024UL ) -#define XPMC_XPPU_APERPERM_009_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_009_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_009_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_009_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_009_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_009_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_009_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_009_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_009_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_009_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_009_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_009_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_009_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm010 - */ -#define XPMC_XPPU_APERPERM_010 ( ( XPMC_XPPU_BASEADDR ) + 0x00001028UL ) -#define XPMC_XPPU_APERPERM_010_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_010_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_010_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_010_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_010_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_010_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_010_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_010_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_010_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_010_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_010_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_010_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_010_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm011 - */ -#define XPMC_XPPU_APERPERM_011 ( ( XPMC_XPPU_BASEADDR ) + 0x0000102CUL ) -#define XPMC_XPPU_APERPERM_011_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_011_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_011_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_011_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_011_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_011_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_011_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_011_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_011_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_011_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_011_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_011_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_011_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm012 - */ -#define XPMC_XPPU_APERPERM_012 ( ( XPMC_XPPU_BASEADDR ) + 0x00001030UL ) -#define XPMC_XPPU_APERPERM_012_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_012_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_012_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_012_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_012_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_012_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_012_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_012_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_012_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_012_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_012_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_012_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_012_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm013 - */ -#define XPMC_XPPU_APERPERM_013 ( ( XPMC_XPPU_BASEADDR ) + 0x00001034UL ) -#define XPMC_XPPU_APERPERM_013_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_013_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_013_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_013_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_013_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_013_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_013_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_013_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_013_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_013_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_013_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_013_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_013_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm014 - */ -#define XPMC_XPPU_APERPERM_014 ( ( XPMC_XPPU_BASEADDR ) + 0x00001038UL ) -#define XPMC_XPPU_APERPERM_014_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_014_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_014_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_014_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_014_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_014_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_014_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_014_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_014_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_014_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_014_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_014_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_014_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm015 - */ -#define XPMC_XPPU_APERPERM_015 ( ( XPMC_XPPU_BASEADDR ) + 0x0000103CUL ) -#define XPMC_XPPU_APERPERM_015_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_015_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_015_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_015_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_015_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_015_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_015_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_015_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_015_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_015_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_015_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_015_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_015_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm016 - */ -#define XPMC_XPPU_APERPERM_016 ( ( XPMC_XPPU_BASEADDR ) + 0x00001040UL ) -#define XPMC_XPPU_APERPERM_016_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_016_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_016_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_016_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_016_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_016_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_016_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_016_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_016_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_016_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_016_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_016_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_016_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm017 - */ -#define XPMC_XPPU_APERPERM_017 ( ( XPMC_XPPU_BASEADDR ) + 0x00001044UL ) -#define XPMC_XPPU_APERPERM_017_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_017_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_017_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_017_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_017_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_017_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_017_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_017_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_017_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_017_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_017_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_017_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_017_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm018 - */ -#define XPMC_XPPU_APERPERM_018 ( ( XPMC_XPPU_BASEADDR ) + 0x00001048UL ) -#define XPMC_XPPU_APERPERM_018_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_018_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_018_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_018_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_018_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_018_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_018_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_018_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_018_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_018_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_018_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_018_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_018_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm019 - */ -#define XPMC_XPPU_APERPERM_019 ( ( XPMC_XPPU_BASEADDR ) + 0x0000104CUL ) -#define XPMC_XPPU_APERPERM_019_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_019_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_019_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_019_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_019_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_019_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_019_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_019_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_019_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_019_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_019_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_019_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_019_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm020 - */ -#define XPMC_XPPU_APERPERM_020 ( ( XPMC_XPPU_BASEADDR ) + 0x00001050UL ) -#define XPMC_XPPU_APERPERM_020_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_020_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_020_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_020_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_020_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_020_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_020_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_020_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_020_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_020_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_020_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_020_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_020_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm021 - */ -#define XPMC_XPPU_APERPERM_021 ( ( XPMC_XPPU_BASEADDR ) + 0x00001054UL ) -#define XPMC_XPPU_APERPERM_021_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_021_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_021_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_021_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_021_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_021_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_021_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_021_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_021_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_021_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_021_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_021_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_021_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm022 - */ -#define XPMC_XPPU_APERPERM_022 ( ( XPMC_XPPU_BASEADDR ) + 0x00001058UL ) -#define XPMC_XPPU_APERPERM_022_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_022_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_022_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_022_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_022_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_022_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_022_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_022_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_022_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_022_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_022_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_022_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_022_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm023 - */ -#define XPMC_XPPU_APERPERM_023 ( ( XPMC_XPPU_BASEADDR ) + 0x0000105CUL ) -#define XPMC_XPPU_APERPERM_023_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_023_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_023_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_023_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_023_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_023_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_023_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_023_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_023_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_023_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_023_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_023_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_023_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm024 - */ -#define XPMC_XPPU_APERPERM_024 ( ( XPMC_XPPU_BASEADDR ) + 0x00001060UL ) -#define XPMC_XPPU_APERPERM_024_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_024_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_024_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_024_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_024_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_024_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_024_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_024_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_024_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_024_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_024_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_024_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_024_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm025 - */ -#define XPMC_XPPU_APERPERM_025 ( ( XPMC_XPPU_BASEADDR ) + 0x00001064UL ) -#define XPMC_XPPU_APERPERM_025_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_025_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_025_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_025_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_025_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_025_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_025_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_025_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_025_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_025_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_025_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_025_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_025_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm026 - */ -#define XPMC_XPPU_APERPERM_026 ( ( XPMC_XPPU_BASEADDR ) + 0x00001068UL ) -#define XPMC_XPPU_APERPERM_026_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_026_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_026_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_026_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_026_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_026_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_026_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_026_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_026_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_026_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_026_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_026_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_026_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm027 - */ -#define XPMC_XPPU_APERPERM_027 ( ( XPMC_XPPU_BASEADDR ) + 0x0000106CUL ) -#define XPMC_XPPU_APERPERM_027_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_027_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_027_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_027_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_027_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_027_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_027_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_027_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_027_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_027_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_027_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_027_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_027_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm028 - */ -#define XPMC_XPPU_APERPERM_028 ( ( XPMC_XPPU_BASEADDR ) + 0x00001070UL ) -#define XPMC_XPPU_APERPERM_028_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_028_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_028_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_028_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_028_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_028_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_028_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_028_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_028_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_028_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_028_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_028_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_028_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm029 - */ -#define XPMC_XPPU_APERPERM_029 ( ( XPMC_XPPU_BASEADDR ) + 0x00001074UL ) -#define XPMC_XPPU_APERPERM_029_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_029_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_029_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_029_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_029_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_029_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_029_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_029_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_029_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_029_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_029_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_029_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_029_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm030 - */ -#define XPMC_XPPU_APERPERM_030 ( ( XPMC_XPPU_BASEADDR ) + 0x00001078UL ) -#define XPMC_XPPU_APERPERM_030_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_030_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_030_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_030_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_030_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_030_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_030_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_030_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_030_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_030_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_030_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_030_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_030_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm031 - */ -#define XPMC_XPPU_APERPERM_031 ( ( XPMC_XPPU_BASEADDR ) + 0x0000107CUL ) -#define XPMC_XPPU_APERPERM_031_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_031_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_031_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_031_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_031_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_031_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_031_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_031_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_031_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_031_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_031_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_031_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_031_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm032 - */ -#define XPMC_XPPU_APERPERM_032 ( ( XPMC_XPPU_BASEADDR ) + 0x00001080UL ) -#define XPMC_XPPU_APERPERM_032_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_032_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_032_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_032_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_032_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_032_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_032_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_032_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_032_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_032_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_032_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_032_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_032_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm033 - */ -#define XPMC_XPPU_APERPERM_033 ( ( XPMC_XPPU_BASEADDR ) + 0x00001084UL ) -#define XPMC_XPPU_APERPERM_033_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_033_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_033_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_033_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_033_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_033_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_033_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_033_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_033_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_033_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_033_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_033_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_033_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm034 - */ -#define XPMC_XPPU_APERPERM_034 ( ( XPMC_XPPU_BASEADDR ) + 0x00001088UL ) -#define XPMC_XPPU_APERPERM_034_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_034_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_034_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_034_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_034_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_034_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_034_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_034_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_034_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_034_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_034_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_034_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_034_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm035 - */ -#define XPMC_XPPU_APERPERM_035 ( ( XPMC_XPPU_BASEADDR ) + 0x0000108CUL ) -#define XPMC_XPPU_APERPERM_035_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_035_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_035_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_035_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_035_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_035_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_035_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_035_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_035_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_035_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_035_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_035_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_035_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm036 - */ -#define XPMC_XPPU_APERPERM_036 ( ( XPMC_XPPU_BASEADDR ) + 0x00001090UL ) -#define XPMC_XPPU_APERPERM_036_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_036_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_036_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_036_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_036_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_036_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_036_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_036_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_036_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_036_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_036_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_036_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_036_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm037 - */ -#define XPMC_XPPU_APERPERM_037 ( ( XPMC_XPPU_BASEADDR ) + 0x00001094UL ) -#define XPMC_XPPU_APERPERM_037_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_037_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_037_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_037_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_037_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_037_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_037_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_037_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_037_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_037_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_037_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_037_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_037_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm038 - */ -#define XPMC_XPPU_APERPERM_038 ( ( XPMC_XPPU_BASEADDR ) + 0x00001098UL ) -#define XPMC_XPPU_APERPERM_038_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_038_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_038_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_038_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_038_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_038_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_038_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_038_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_038_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_038_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_038_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_038_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_038_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm039 - */ -#define XPMC_XPPU_APERPERM_039 ( ( XPMC_XPPU_BASEADDR ) + 0x0000109CUL ) -#define XPMC_XPPU_APERPERM_039_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_039_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_039_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_039_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_039_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_039_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_039_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_039_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_039_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_039_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_039_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_039_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_039_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm040 - */ -#define XPMC_XPPU_APERPERM_040 ( ( XPMC_XPPU_BASEADDR ) + 0x000010A0UL ) -#define XPMC_XPPU_APERPERM_040_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_040_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_040_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_040_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_040_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_040_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_040_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_040_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_040_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_040_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_040_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_040_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_040_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm041 - */ -#define XPMC_XPPU_APERPERM_041 ( ( XPMC_XPPU_BASEADDR ) + 0x000010A4UL ) -#define XPMC_XPPU_APERPERM_041_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_041_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_041_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_041_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_041_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_041_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_041_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_041_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_041_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_041_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_041_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_041_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_041_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm042 - */ -#define XPMC_XPPU_APERPERM_042 ( ( XPMC_XPPU_BASEADDR ) + 0x000010A8UL ) -#define XPMC_XPPU_APERPERM_042_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_042_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_042_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_042_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_042_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_042_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_042_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_042_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_042_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_042_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_042_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_042_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_042_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm043 - */ -#define XPMC_XPPU_APERPERM_043 ( ( XPMC_XPPU_BASEADDR ) + 0x000010ACUL ) -#define XPMC_XPPU_APERPERM_043_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_043_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_043_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_043_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_043_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_043_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_043_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_043_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_043_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_043_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_043_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_043_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_043_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm044 - */ -#define XPMC_XPPU_APERPERM_044 ( ( XPMC_XPPU_BASEADDR ) + 0x000010B0UL ) -#define XPMC_XPPU_APERPERM_044_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_044_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_044_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_044_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_044_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_044_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_044_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_044_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_044_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_044_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_044_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_044_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_044_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm045 - */ -#define XPMC_XPPU_APERPERM_045 ( ( XPMC_XPPU_BASEADDR ) + 0x000010B4UL ) -#define XPMC_XPPU_APERPERM_045_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_045_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_045_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_045_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_045_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_045_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_045_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_045_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_045_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_045_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_045_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_045_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_045_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm046 - */ -#define XPMC_XPPU_APERPERM_046 ( ( XPMC_XPPU_BASEADDR ) + 0x000010B8UL ) -#define XPMC_XPPU_APERPERM_046_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_046_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_046_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_046_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_046_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_046_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_046_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_046_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_046_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_046_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_046_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_046_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_046_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm047 - */ -#define XPMC_XPPU_APERPERM_047 ( ( XPMC_XPPU_BASEADDR ) + 0x000010BCUL ) -#define XPMC_XPPU_APERPERM_047_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_047_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_047_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_047_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_047_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_047_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_047_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_047_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_047_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_047_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_047_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_047_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_047_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm048 - */ -#define XPMC_XPPU_APERPERM_048 ( ( XPMC_XPPU_BASEADDR ) + 0x000010C0UL ) -#define XPMC_XPPU_APERPERM_048_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_048_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_048_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_048_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_048_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_048_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_048_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_048_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_048_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_048_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_048_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_048_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_048_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm049 - */ -#define XPMC_XPPU_APERPERM_049 ( ( XPMC_XPPU_BASEADDR ) + 0x000010C4UL ) -#define XPMC_XPPU_APERPERM_049_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_049_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_049_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_049_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_049_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_049_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_049_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_049_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_049_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_049_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_049_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_049_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_049_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm050 - */ -#define XPMC_XPPU_APERPERM_050 ( ( XPMC_XPPU_BASEADDR ) + 0x000010C8UL ) -#define XPMC_XPPU_APERPERM_050_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_050_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_050_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_050_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_050_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_050_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_050_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_050_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_050_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_050_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_050_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_050_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_050_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm051 - */ -#define XPMC_XPPU_APERPERM_051 ( ( XPMC_XPPU_BASEADDR ) + 0x000010CCUL ) -#define XPMC_XPPU_APERPERM_051_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_051_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_051_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_051_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_051_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_051_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_051_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_051_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_051_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_051_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_051_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_051_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_051_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm052 - */ -#define XPMC_XPPU_APERPERM_052 ( ( XPMC_XPPU_BASEADDR ) + 0x000010D0UL ) -#define XPMC_XPPU_APERPERM_052_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_052_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_052_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_052_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_052_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_052_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_052_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_052_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_052_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_052_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_052_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_052_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_052_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm053 - */ -#define XPMC_XPPU_APERPERM_053 ( ( XPMC_XPPU_BASEADDR ) + 0x000010D4UL ) -#define XPMC_XPPU_APERPERM_053_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_053_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_053_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_053_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_053_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_053_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_053_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_053_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_053_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_053_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_053_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_053_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_053_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm054 - */ -#define XPMC_XPPU_APERPERM_054 ( ( XPMC_XPPU_BASEADDR ) + 0x000010D8UL ) -#define XPMC_XPPU_APERPERM_054_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_054_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_054_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_054_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_054_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_054_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_054_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_054_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_054_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_054_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_054_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_054_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_054_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm055 - */ -#define XPMC_XPPU_APERPERM_055 ( ( XPMC_XPPU_BASEADDR ) + 0x000010DCUL ) -#define XPMC_XPPU_APERPERM_055_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_055_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_055_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_055_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_055_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_055_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_055_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_055_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_055_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_055_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_055_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_055_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_055_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm056 - */ -#define XPMC_XPPU_APERPERM_056 ( ( XPMC_XPPU_BASEADDR ) + 0x000010E0UL ) -#define XPMC_XPPU_APERPERM_056_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_056_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_056_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_056_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_056_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_056_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_056_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_056_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_056_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_056_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_056_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_056_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_056_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm057 - */ -#define XPMC_XPPU_APERPERM_057 ( ( XPMC_XPPU_BASEADDR ) + 0x000010E4UL ) -#define XPMC_XPPU_APERPERM_057_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_057_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_057_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_057_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_057_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_057_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_057_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_057_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_057_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_057_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_057_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_057_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_057_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm058 - */ -#define XPMC_XPPU_APERPERM_058 ( ( XPMC_XPPU_BASEADDR ) + 0x000010E8UL ) -#define XPMC_XPPU_APERPERM_058_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_058_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_058_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_058_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_058_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_058_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_058_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_058_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_058_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_058_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_058_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_058_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_058_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm059 - */ -#define XPMC_XPPU_APERPERM_059 ( ( XPMC_XPPU_BASEADDR ) + 0x000010ECUL ) -#define XPMC_XPPU_APERPERM_059_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_059_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_059_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_059_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_059_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_059_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_059_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_059_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_059_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_059_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_059_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_059_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_059_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm060 - */ -#define XPMC_XPPU_APERPERM_060 ( ( XPMC_XPPU_BASEADDR ) + 0x000010F0UL ) -#define XPMC_XPPU_APERPERM_060_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_060_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_060_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_060_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_060_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_060_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_060_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_060_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_060_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_060_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_060_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_060_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_060_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm061 - */ -#define XPMC_XPPU_APERPERM_061 ( ( XPMC_XPPU_BASEADDR ) + 0x000010F4UL ) -#define XPMC_XPPU_APERPERM_061_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_061_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_061_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_061_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_061_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_061_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_061_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_061_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_061_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_061_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_061_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_061_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_061_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm062 - */ -#define XPMC_XPPU_APERPERM_062 ( ( XPMC_XPPU_BASEADDR ) + 0x000010F8UL ) -#define XPMC_XPPU_APERPERM_062_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_062_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_062_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_062_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_062_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_062_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_062_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_062_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_062_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_062_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_062_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_062_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_062_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm063 - */ -#define XPMC_XPPU_APERPERM_063 ( ( XPMC_XPPU_BASEADDR ) + 0x000010FCUL ) -#define XPMC_XPPU_APERPERM_063_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_063_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_063_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_063_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_063_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_063_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_063_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_063_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_063_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_063_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_063_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_063_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_063_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm064 - */ -#define XPMC_XPPU_APERPERM_064 ( ( XPMC_XPPU_BASEADDR ) + 0x00001100UL ) -#define XPMC_XPPU_APERPERM_064_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_064_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_064_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_064_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_064_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_064_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_064_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_064_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_064_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_064_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_064_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_064_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_064_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm065 - */ -#define XPMC_XPPU_APERPERM_065 ( ( XPMC_XPPU_BASEADDR ) + 0x00001104UL ) -#define XPMC_XPPU_APERPERM_065_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_065_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_065_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_065_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_065_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_065_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_065_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_065_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_065_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_065_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_065_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_065_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_065_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm066 - */ -#define XPMC_XPPU_APERPERM_066 ( ( XPMC_XPPU_BASEADDR ) + 0x00001108UL ) -#define XPMC_XPPU_APERPERM_066_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_066_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_066_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_066_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_066_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_066_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_066_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_066_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_066_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_066_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_066_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_066_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_066_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm067 - */ -#define XPMC_XPPU_APERPERM_067 ( ( XPMC_XPPU_BASEADDR ) + 0x0000110CUL ) -#define XPMC_XPPU_APERPERM_067_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_067_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_067_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_067_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_067_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_067_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_067_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_067_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_067_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_067_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_067_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_067_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_067_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm068 - */ -#define XPMC_XPPU_APERPERM_068 ( ( XPMC_XPPU_BASEADDR ) + 0x00001110UL ) -#define XPMC_XPPU_APERPERM_068_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_068_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_068_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_068_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_068_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_068_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_068_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_068_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_068_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_068_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_068_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_068_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_068_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm069 - */ -#define XPMC_XPPU_APERPERM_069 ( ( XPMC_XPPU_BASEADDR ) + 0x00001114UL ) -#define XPMC_XPPU_APERPERM_069_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_069_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_069_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_069_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_069_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_069_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_069_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_069_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_069_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_069_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_069_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_069_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_069_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm070 - */ -#define XPMC_XPPU_APERPERM_070 ( ( XPMC_XPPU_BASEADDR ) + 0x00001118UL ) -#define XPMC_XPPU_APERPERM_070_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_070_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_070_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_070_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_070_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_070_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_070_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_070_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_070_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_070_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_070_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_070_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_070_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm071 - */ -#define XPMC_XPPU_APERPERM_071 ( ( XPMC_XPPU_BASEADDR ) + 0x0000111CUL ) -#define XPMC_XPPU_APERPERM_071_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_071_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_071_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_071_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_071_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_071_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_071_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_071_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_071_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_071_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_071_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_071_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_071_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm072 - */ -#define XPMC_XPPU_APERPERM_072 ( ( XPMC_XPPU_BASEADDR ) + 0x00001120UL ) -#define XPMC_XPPU_APERPERM_072_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_072_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_072_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_072_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_072_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_072_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_072_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_072_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_072_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_072_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_072_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_072_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_072_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm073 - */ -#define XPMC_XPPU_APERPERM_073 ( ( XPMC_XPPU_BASEADDR ) + 0x00001124UL ) -#define XPMC_XPPU_APERPERM_073_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_073_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_073_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_073_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_073_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_073_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_073_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_073_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_073_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_073_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_073_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_073_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_073_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm074 - */ -#define XPMC_XPPU_APERPERM_074 ( ( XPMC_XPPU_BASEADDR ) + 0x00001128UL ) -#define XPMC_XPPU_APERPERM_074_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_074_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_074_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_074_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_074_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_074_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_074_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_074_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_074_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_074_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_074_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_074_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_074_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm075 - */ -#define XPMC_XPPU_APERPERM_075 ( ( XPMC_XPPU_BASEADDR ) + 0x0000112CUL ) -#define XPMC_XPPU_APERPERM_075_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_075_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_075_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_075_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_075_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_075_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_075_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_075_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_075_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_075_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_075_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_075_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_075_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm076 - */ -#define XPMC_XPPU_APERPERM_076 ( ( XPMC_XPPU_BASEADDR ) + 0x00001130UL ) -#define XPMC_XPPU_APERPERM_076_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_076_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_076_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_076_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_076_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_076_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_076_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_076_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_076_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_076_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_076_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_076_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_076_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm077 - */ -#define XPMC_XPPU_APERPERM_077 ( ( XPMC_XPPU_BASEADDR ) + 0x00001134UL ) -#define XPMC_XPPU_APERPERM_077_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_077_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_077_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_077_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_077_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_077_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_077_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_077_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_077_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_077_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_077_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_077_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_077_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm078 - */ -#define XPMC_XPPU_APERPERM_078 ( ( XPMC_XPPU_BASEADDR ) + 0x00001138UL ) -#define XPMC_XPPU_APERPERM_078_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_078_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_078_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_078_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_078_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_078_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_078_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_078_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_078_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_078_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_078_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_078_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_078_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm079 - */ -#define XPMC_XPPU_APERPERM_079 ( ( XPMC_XPPU_BASEADDR ) + 0x0000113CUL ) -#define XPMC_XPPU_APERPERM_079_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_079_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_079_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_079_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_079_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_079_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_079_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_079_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_079_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_079_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_079_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_079_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_079_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm080 - */ -#define XPMC_XPPU_APERPERM_080 ( ( XPMC_XPPU_BASEADDR ) + 0x00001140UL ) -#define XPMC_XPPU_APERPERM_080_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_080_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_080_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_080_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_080_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_080_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_080_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_080_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_080_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_080_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_080_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_080_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_080_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm081 - */ -#define XPMC_XPPU_APERPERM_081 ( ( XPMC_XPPU_BASEADDR ) + 0x00001144UL ) -#define XPMC_XPPU_APERPERM_081_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_081_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_081_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_081_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_081_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_081_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_081_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_081_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_081_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_081_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_081_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_081_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_081_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm082 - */ -#define XPMC_XPPU_APERPERM_082 ( ( XPMC_XPPU_BASEADDR ) + 0x00001148UL ) -#define XPMC_XPPU_APERPERM_082_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_082_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_082_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_082_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_082_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_082_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_082_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_082_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_082_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_082_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_082_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_082_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_082_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm083 - */ -#define XPMC_XPPU_APERPERM_083 ( ( XPMC_XPPU_BASEADDR ) + 0x0000114CUL ) -#define XPMC_XPPU_APERPERM_083_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_083_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_083_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_083_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_083_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_083_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_083_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_083_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_083_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_083_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_083_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_083_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_083_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm084 - */ -#define XPMC_XPPU_APERPERM_084 ( ( XPMC_XPPU_BASEADDR ) + 0x00001150UL ) -#define XPMC_XPPU_APERPERM_084_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_084_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_084_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_084_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_084_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_084_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_084_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_084_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_084_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_084_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_084_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_084_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_084_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm085 - */ -#define XPMC_XPPU_APERPERM_085 ( ( XPMC_XPPU_BASEADDR ) + 0x00001154UL ) -#define XPMC_XPPU_APERPERM_085_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_085_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_085_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_085_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_085_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_085_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_085_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_085_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_085_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_085_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_085_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_085_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_085_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm086 - */ -#define XPMC_XPPU_APERPERM_086 ( ( XPMC_XPPU_BASEADDR ) + 0x00001158UL ) -#define XPMC_XPPU_APERPERM_086_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_086_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_086_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_086_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_086_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_086_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_086_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_086_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_086_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_086_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_086_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_086_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_086_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm087 - */ -#define XPMC_XPPU_APERPERM_087 ( ( XPMC_XPPU_BASEADDR ) + 0x0000115CUL ) -#define XPMC_XPPU_APERPERM_087_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_087_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_087_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_087_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_087_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_087_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_087_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_087_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_087_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_087_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_087_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_087_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_087_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm088 - */ -#define XPMC_XPPU_APERPERM_088 ( ( XPMC_XPPU_BASEADDR ) + 0x00001160UL ) -#define XPMC_XPPU_APERPERM_088_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_088_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_088_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_088_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_088_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_088_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_088_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_088_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_088_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_088_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_088_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_088_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_088_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm089 - */ -#define XPMC_XPPU_APERPERM_089 ( ( XPMC_XPPU_BASEADDR ) + 0x00001164UL ) -#define XPMC_XPPU_APERPERM_089_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_089_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_089_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_089_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_089_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_089_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_089_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_089_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_089_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_089_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_089_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_089_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_089_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm090 - */ -#define XPMC_XPPU_APERPERM_090 ( ( XPMC_XPPU_BASEADDR ) + 0x00001168UL ) -#define XPMC_XPPU_APERPERM_090_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_090_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_090_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_090_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_090_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_090_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_090_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_090_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_090_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_090_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_090_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_090_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_090_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm091 - */ -#define XPMC_XPPU_APERPERM_091 ( ( XPMC_XPPU_BASEADDR ) + 0x0000116CUL ) -#define XPMC_XPPU_APERPERM_091_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_091_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_091_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_091_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_091_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_091_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_091_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_091_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_091_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_091_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_091_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_091_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_091_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm092 - */ -#define XPMC_XPPU_APERPERM_092 ( ( XPMC_XPPU_BASEADDR ) + 0x00001170UL ) -#define XPMC_XPPU_APERPERM_092_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_092_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_092_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_092_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_092_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_092_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_092_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_092_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_092_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_092_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_092_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_092_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_092_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm093 - */ -#define XPMC_XPPU_APERPERM_093 ( ( XPMC_XPPU_BASEADDR ) + 0x00001174UL ) -#define XPMC_XPPU_APERPERM_093_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_093_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_093_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_093_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_093_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_093_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_093_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_093_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_093_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_093_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_093_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_093_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_093_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm094 - */ -#define XPMC_XPPU_APERPERM_094 ( ( XPMC_XPPU_BASEADDR ) + 0x00001178UL ) -#define XPMC_XPPU_APERPERM_094_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_094_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_094_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_094_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_094_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_094_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_094_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_094_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_094_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_094_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_094_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_094_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_094_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm095 - */ -#define XPMC_XPPU_APERPERM_095 ( ( XPMC_XPPU_BASEADDR ) + 0x0000117CUL ) -#define XPMC_XPPU_APERPERM_095_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_095_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_095_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_095_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_095_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_095_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_095_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_095_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_095_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_095_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_095_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_095_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_095_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm096 - */ -#define XPMC_XPPU_APERPERM_096 ( ( XPMC_XPPU_BASEADDR ) + 0x00001180UL ) -#define XPMC_XPPU_APERPERM_096_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_096_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_096_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_096_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_096_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_096_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_096_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_096_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_096_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_096_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_096_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_096_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_096_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm097 - */ -#define XPMC_XPPU_APERPERM_097 ( ( XPMC_XPPU_BASEADDR ) + 0x00001184UL ) -#define XPMC_XPPU_APERPERM_097_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_097_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_097_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_097_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_097_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_097_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_097_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_097_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_097_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_097_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_097_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_097_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_097_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm098 - */ -#define XPMC_XPPU_APERPERM_098 ( ( XPMC_XPPU_BASEADDR ) + 0x00001188UL ) -#define XPMC_XPPU_APERPERM_098_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_098_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_098_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_098_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_098_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_098_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_098_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_098_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_098_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_098_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_098_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_098_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_098_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm099 - */ -#define XPMC_XPPU_APERPERM_099 ( ( XPMC_XPPU_BASEADDR ) + 0x0000118CUL ) -#define XPMC_XPPU_APERPERM_099_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_099_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_099_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_099_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_099_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_099_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_099_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_099_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_099_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_099_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_099_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_099_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_099_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm100 - */ -#define XPMC_XPPU_APERPERM_100 ( ( XPMC_XPPU_BASEADDR ) + 0x00001190UL ) -#define XPMC_XPPU_APERPERM_100_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_100_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_100_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_100_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_100_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_100_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_100_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_100_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_100_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_100_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_100_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_100_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_100_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm101 - */ -#define XPMC_XPPU_APERPERM_101 ( ( XPMC_XPPU_BASEADDR ) + 0x00001194UL ) -#define XPMC_XPPU_APERPERM_101_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_101_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_101_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_101_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_101_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_101_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_101_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_101_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_101_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_101_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_101_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_101_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_101_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm102 - */ -#define XPMC_XPPU_APERPERM_102 ( ( XPMC_XPPU_BASEADDR ) + 0x00001198UL ) -#define XPMC_XPPU_APERPERM_102_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_102_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_102_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_102_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_102_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_102_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_102_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_102_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_102_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_102_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_102_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_102_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_102_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm103 - */ -#define XPMC_XPPU_APERPERM_103 ( ( XPMC_XPPU_BASEADDR ) + 0x0000119CUL ) -#define XPMC_XPPU_APERPERM_103_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_103_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_103_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_103_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_103_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_103_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_103_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_103_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_103_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_103_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_103_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_103_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_103_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm104 - */ -#define XPMC_XPPU_APERPERM_104 ( ( XPMC_XPPU_BASEADDR ) + 0x000011A0UL ) -#define XPMC_XPPU_APERPERM_104_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_104_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_104_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_104_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_104_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_104_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_104_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_104_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_104_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_104_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_104_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_104_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_104_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm105 - */ -#define XPMC_XPPU_APERPERM_105 ( ( XPMC_XPPU_BASEADDR ) + 0x000011A4UL ) -#define XPMC_XPPU_APERPERM_105_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_105_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_105_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_105_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_105_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_105_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_105_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_105_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_105_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_105_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_105_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_105_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_105_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm106 - */ -#define XPMC_XPPU_APERPERM_106 ( ( XPMC_XPPU_BASEADDR ) + 0x000011A8UL ) -#define XPMC_XPPU_APERPERM_106_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_106_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_106_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_106_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_106_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_106_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_106_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_106_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_106_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_106_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_106_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_106_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_106_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm107 - */ -#define XPMC_XPPU_APERPERM_107 ( ( XPMC_XPPU_BASEADDR ) + 0x000011ACUL ) -#define XPMC_XPPU_APERPERM_107_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_107_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_107_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_107_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_107_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_107_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_107_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_107_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_107_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_107_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_107_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_107_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_107_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm108 - */ -#define XPMC_XPPU_APERPERM_108 ( ( XPMC_XPPU_BASEADDR ) + 0x000011B0UL ) -#define XPMC_XPPU_APERPERM_108_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_108_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_108_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_108_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_108_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_108_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_108_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_108_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_108_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_108_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_108_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_108_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_108_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm109 - */ -#define XPMC_XPPU_APERPERM_109 ( ( XPMC_XPPU_BASEADDR ) + 0x000011B4UL ) -#define XPMC_XPPU_APERPERM_109_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_109_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_109_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_109_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_109_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_109_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_109_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_109_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_109_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_109_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_109_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_109_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_109_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm110 - */ -#define XPMC_XPPU_APERPERM_110 ( ( XPMC_XPPU_BASEADDR ) + 0x000011B8UL ) -#define XPMC_XPPU_APERPERM_110_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_110_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_110_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_110_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_110_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_110_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_110_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_110_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_110_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_110_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_110_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_110_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_110_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm111 - */ -#define XPMC_XPPU_APERPERM_111 ( ( XPMC_XPPU_BASEADDR ) + 0x000011BCUL ) -#define XPMC_XPPU_APERPERM_111_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_111_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_111_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_111_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_111_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_111_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_111_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_111_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_111_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_111_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_111_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_111_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_111_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm112 - */ -#define XPMC_XPPU_APERPERM_112 ( ( XPMC_XPPU_BASEADDR ) + 0x000011C0UL ) -#define XPMC_XPPU_APERPERM_112_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_112_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_112_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_112_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_112_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_112_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_112_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_112_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_112_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_112_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_112_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_112_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_112_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm113 - */ -#define XPMC_XPPU_APERPERM_113 ( ( XPMC_XPPU_BASEADDR ) + 0x000011C4UL ) -#define XPMC_XPPU_APERPERM_113_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_113_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_113_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_113_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_113_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_113_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_113_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_113_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_113_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_113_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_113_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_113_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_113_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm114 - */ -#define XPMC_XPPU_APERPERM_114 ( ( XPMC_XPPU_BASEADDR ) + 0x000011C8UL ) -#define XPMC_XPPU_APERPERM_114_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_114_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_114_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_114_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_114_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_114_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_114_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_114_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_114_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_114_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_114_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_114_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_114_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm115 - */ -#define XPMC_XPPU_APERPERM_115 ( ( XPMC_XPPU_BASEADDR ) + 0x000011CCUL ) -#define XPMC_XPPU_APERPERM_115_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_115_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_115_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_115_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_115_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_115_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_115_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_115_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_115_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_115_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_115_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_115_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_115_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm116 - */ -#define XPMC_XPPU_APERPERM_116 ( ( XPMC_XPPU_BASEADDR ) + 0x000011D0UL ) -#define XPMC_XPPU_APERPERM_116_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_116_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_116_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_116_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_116_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_116_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_116_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_116_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_116_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_116_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_116_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_116_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_116_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm117 - */ -#define XPMC_XPPU_APERPERM_117 ( ( XPMC_XPPU_BASEADDR ) + 0x000011D4UL ) -#define XPMC_XPPU_APERPERM_117_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_117_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_117_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_117_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_117_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_117_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_117_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_117_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_117_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_117_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_117_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_117_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_117_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm118 - */ -#define XPMC_XPPU_APERPERM_118 ( ( XPMC_XPPU_BASEADDR ) + 0x000011D8UL ) -#define XPMC_XPPU_APERPERM_118_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_118_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_118_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_118_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_118_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_118_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_118_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_118_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_118_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_118_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_118_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_118_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_118_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm119 - */ -#define XPMC_XPPU_APERPERM_119 ( ( XPMC_XPPU_BASEADDR ) + 0x000011DCUL ) -#define XPMC_XPPU_APERPERM_119_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_119_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_119_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_119_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_119_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_119_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_119_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_119_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_119_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_119_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_119_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_119_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_119_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm120 - */ -#define XPMC_XPPU_APERPERM_120 ( ( XPMC_XPPU_BASEADDR ) + 0x000011E0UL ) -#define XPMC_XPPU_APERPERM_120_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_120_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_120_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_120_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_120_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_120_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_120_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_120_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_120_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_120_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_120_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_120_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_120_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm121 - */ -#define XPMC_XPPU_APERPERM_121 ( ( XPMC_XPPU_BASEADDR ) + 0x000011E4UL ) -#define XPMC_XPPU_APERPERM_121_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_121_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_121_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_121_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_121_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_121_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_121_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_121_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_121_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_121_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_121_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_121_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_121_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm122 - */ -#define XPMC_XPPU_APERPERM_122 ( ( XPMC_XPPU_BASEADDR ) + 0x000011E8UL ) -#define XPMC_XPPU_APERPERM_122_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_122_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_122_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_122_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_122_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_122_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_122_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_122_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_122_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_122_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_122_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_122_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_122_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm123 - */ -#define XPMC_XPPU_APERPERM_123 ( ( XPMC_XPPU_BASEADDR ) + 0x000011ECUL ) -#define XPMC_XPPU_APERPERM_123_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_123_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_123_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_123_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_123_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_123_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_123_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_123_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_123_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_123_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_123_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_123_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_123_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm124 - */ -#define XPMC_XPPU_APERPERM_124 ( ( XPMC_XPPU_BASEADDR ) + 0x000011F0UL ) -#define XPMC_XPPU_APERPERM_124_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_124_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_124_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_124_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_124_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_124_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_124_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_124_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_124_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_124_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_124_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_124_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_124_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm125 - */ -#define XPMC_XPPU_APERPERM_125 ( ( XPMC_XPPU_BASEADDR ) + 0x000011F4UL ) -#define XPMC_XPPU_APERPERM_125_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_125_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_125_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_125_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_125_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_125_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_125_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_125_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_125_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_125_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_125_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_125_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_125_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm126 - */ -#define XPMC_XPPU_APERPERM_126 ( ( XPMC_XPPU_BASEADDR ) + 0x000011F8UL ) -#define XPMC_XPPU_APERPERM_126_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_126_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_126_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_126_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_126_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_126_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_126_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_126_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_126_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_126_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_126_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_126_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_126_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm127 - */ -#define XPMC_XPPU_APERPERM_127 ( ( XPMC_XPPU_BASEADDR ) + 0x000011FCUL ) -#define XPMC_XPPU_APERPERM_127_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_127_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_127_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_127_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_127_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_127_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_127_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_127_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_127_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_127_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_127_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_127_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_127_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm128 - */ -#define XPMC_XPPU_APERPERM_128 ( ( XPMC_XPPU_BASEADDR ) + 0x00001200UL ) -#define XPMC_XPPU_APERPERM_128_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_128_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_128_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_128_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_128_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_128_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_128_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_128_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_128_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_128_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_128_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_128_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_128_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm129 - */ -#define XPMC_XPPU_APERPERM_129 ( ( XPMC_XPPU_BASEADDR ) + 0x00001204UL ) -#define XPMC_XPPU_APERPERM_129_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_129_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_129_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_129_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_129_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_129_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_129_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_129_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_129_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_129_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_129_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_129_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_129_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm130 - */ -#define XPMC_XPPU_APERPERM_130 ( ( XPMC_XPPU_BASEADDR ) + 0x00001208UL ) -#define XPMC_XPPU_APERPERM_130_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_130_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_130_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_130_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_130_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_130_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_130_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_130_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_130_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_130_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_130_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_130_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_130_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm131 - */ -#define XPMC_XPPU_APERPERM_131 ( ( XPMC_XPPU_BASEADDR ) + 0x0000120CUL ) -#define XPMC_XPPU_APERPERM_131_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_131_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_131_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_131_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_131_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_131_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_131_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_131_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_131_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_131_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_131_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_131_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_131_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm132 - */ -#define XPMC_XPPU_APERPERM_132 ( ( XPMC_XPPU_BASEADDR ) + 0x00001210UL ) -#define XPMC_XPPU_APERPERM_132_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_132_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_132_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_132_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_132_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_132_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_132_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_132_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_132_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_132_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_132_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_132_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_132_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm133 - */ -#define XPMC_XPPU_APERPERM_133 ( ( XPMC_XPPU_BASEADDR ) + 0x00001214UL ) -#define XPMC_XPPU_APERPERM_133_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_133_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_133_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_133_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_133_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_133_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_133_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_133_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_133_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_133_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_133_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_133_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_133_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm134 - */ -#define XPMC_XPPU_APERPERM_134 ( ( XPMC_XPPU_BASEADDR ) + 0x00001218UL ) -#define XPMC_XPPU_APERPERM_134_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_134_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_134_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_134_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_134_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_134_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_134_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_134_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_134_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_134_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_134_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_134_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_134_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm135 - */ -#define XPMC_XPPU_APERPERM_135 ( ( XPMC_XPPU_BASEADDR ) + 0x0000121CUL ) -#define XPMC_XPPU_APERPERM_135_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_135_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_135_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_135_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_135_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_135_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_135_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_135_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_135_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_135_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_135_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_135_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_135_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm136 - */ -#define XPMC_XPPU_APERPERM_136 ( ( XPMC_XPPU_BASEADDR ) + 0x00001220UL ) -#define XPMC_XPPU_APERPERM_136_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_136_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_136_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_136_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_136_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_136_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_136_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_136_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_136_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_136_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_136_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_136_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_136_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm137 - */ -#define XPMC_XPPU_APERPERM_137 ( ( XPMC_XPPU_BASEADDR ) + 0x00001224UL ) -#define XPMC_XPPU_APERPERM_137_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_137_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_137_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_137_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_137_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_137_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_137_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_137_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_137_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_137_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_137_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_137_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_137_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm138 - */ -#define XPMC_XPPU_APERPERM_138 ( ( XPMC_XPPU_BASEADDR ) + 0x00001228UL ) -#define XPMC_XPPU_APERPERM_138_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_138_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_138_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_138_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_138_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_138_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_138_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_138_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_138_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_138_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_138_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_138_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_138_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm139 - */ -#define XPMC_XPPU_APERPERM_139 ( ( XPMC_XPPU_BASEADDR ) + 0x0000122CUL ) -#define XPMC_XPPU_APERPERM_139_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_139_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_139_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_139_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_139_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_139_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_139_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_139_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_139_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_139_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_139_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_139_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_139_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm140 - */ -#define XPMC_XPPU_APERPERM_140 ( ( XPMC_XPPU_BASEADDR ) + 0x00001230UL ) -#define XPMC_XPPU_APERPERM_140_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_140_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_140_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_140_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_140_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_140_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_140_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_140_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_140_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_140_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_140_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_140_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_140_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm141 - */ -#define XPMC_XPPU_APERPERM_141 ( ( XPMC_XPPU_BASEADDR ) + 0x00001234UL ) -#define XPMC_XPPU_APERPERM_141_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_141_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_141_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_141_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_141_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_141_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_141_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_141_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_141_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_141_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_141_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_141_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_141_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm142 - */ -#define XPMC_XPPU_APERPERM_142 ( ( XPMC_XPPU_BASEADDR ) + 0x00001238UL ) -#define XPMC_XPPU_APERPERM_142_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_142_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_142_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_142_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_142_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_142_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_142_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_142_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_142_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_142_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_142_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_142_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_142_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm143 - */ -#define XPMC_XPPU_APERPERM_143 ( ( XPMC_XPPU_BASEADDR ) + 0x0000123CUL ) -#define XPMC_XPPU_APERPERM_143_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_143_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_143_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_143_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_143_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_143_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_143_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_143_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_143_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_143_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_143_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_143_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_143_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm144 - */ -#define XPMC_XPPU_APERPERM_144 ( ( XPMC_XPPU_BASEADDR ) + 0x00001240UL ) -#define XPMC_XPPU_APERPERM_144_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_144_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_144_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_144_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_144_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_144_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_144_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_144_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_144_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_144_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_144_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_144_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_144_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm145 - */ -#define XPMC_XPPU_APERPERM_145 ( ( XPMC_XPPU_BASEADDR ) + 0x00001244UL ) -#define XPMC_XPPU_APERPERM_145_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_145_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_145_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_145_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_145_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_145_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_145_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_145_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_145_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_145_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_145_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_145_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_145_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm146 - */ -#define XPMC_XPPU_APERPERM_146 ( ( XPMC_XPPU_BASEADDR ) + 0x00001248UL ) -#define XPMC_XPPU_APERPERM_146_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_146_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_146_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_146_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_146_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_146_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_146_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_146_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_146_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_146_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_146_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_146_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_146_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm147 - */ -#define XPMC_XPPU_APERPERM_147 ( ( XPMC_XPPU_BASEADDR ) + 0x0000124CUL ) -#define XPMC_XPPU_APERPERM_147_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_147_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_147_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_147_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_147_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_147_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_147_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_147_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_147_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_147_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_147_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_147_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_147_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm148 - */ -#define XPMC_XPPU_APERPERM_148 ( ( XPMC_XPPU_BASEADDR ) + 0x00001250UL ) -#define XPMC_XPPU_APERPERM_148_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_148_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_148_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_148_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_148_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_148_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_148_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_148_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_148_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_148_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_148_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_148_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_148_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm149 - */ -#define XPMC_XPPU_APERPERM_149 ( ( XPMC_XPPU_BASEADDR ) + 0x00001254UL ) -#define XPMC_XPPU_APERPERM_149_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_149_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_149_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_149_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_149_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_149_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_149_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_149_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_149_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_149_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_149_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_149_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_149_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm150 - */ -#define XPMC_XPPU_APERPERM_150 ( ( XPMC_XPPU_BASEADDR ) + 0x00001258UL ) -#define XPMC_XPPU_APERPERM_150_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_150_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_150_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_150_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_150_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_150_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_150_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_150_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_150_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_150_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_150_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_150_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_150_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm151 - */ -#define XPMC_XPPU_APERPERM_151 ( ( XPMC_XPPU_BASEADDR ) + 0x0000125CUL ) -#define XPMC_XPPU_APERPERM_151_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_151_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_151_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_151_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_151_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_151_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_151_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_151_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_151_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_151_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_151_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_151_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_151_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm152 - */ -#define XPMC_XPPU_APERPERM_152 ( ( XPMC_XPPU_BASEADDR ) + 0x00001260UL ) -#define XPMC_XPPU_APERPERM_152_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_152_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_152_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_152_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_152_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_152_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_152_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_152_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_152_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_152_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_152_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_152_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_152_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm153 - */ -#define XPMC_XPPU_APERPERM_153 ( ( XPMC_XPPU_BASEADDR ) + 0x00001264UL ) -#define XPMC_XPPU_APERPERM_153_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_153_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_153_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_153_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_153_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_153_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_153_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_153_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_153_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_153_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_153_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_153_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_153_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm154 - */ -#define XPMC_XPPU_APERPERM_154 ( ( XPMC_XPPU_BASEADDR ) + 0x00001268UL ) -#define XPMC_XPPU_APERPERM_154_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_154_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_154_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_154_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_154_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_154_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_154_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_154_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_154_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_154_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_154_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_154_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_154_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm155 - */ -#define XPMC_XPPU_APERPERM_155 ( ( XPMC_XPPU_BASEADDR ) + 0x0000126CUL ) -#define XPMC_XPPU_APERPERM_155_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_155_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_155_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_155_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_155_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_155_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_155_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_155_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_155_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_155_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_155_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_155_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_155_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm156 - */ -#define XPMC_XPPU_APERPERM_156 ( ( XPMC_XPPU_BASEADDR ) + 0x00001270UL ) -#define XPMC_XPPU_APERPERM_156_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_156_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_156_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_156_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_156_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_156_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_156_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_156_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_156_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_156_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_156_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_156_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_156_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm157 - */ -#define XPMC_XPPU_APERPERM_157 ( ( XPMC_XPPU_BASEADDR ) + 0x00001274UL ) -#define XPMC_XPPU_APERPERM_157_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_157_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_157_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_157_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_157_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_157_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_157_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_157_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_157_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_157_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_157_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_157_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_157_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm158 - */ -#define XPMC_XPPU_APERPERM_158 ( ( XPMC_XPPU_BASEADDR ) + 0x00001278UL ) -#define XPMC_XPPU_APERPERM_158_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_158_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_158_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_158_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_158_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_158_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_158_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_158_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_158_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_158_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_158_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_158_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_158_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm159 - */ -#define XPMC_XPPU_APERPERM_159 ( ( XPMC_XPPU_BASEADDR ) + 0x0000127CUL ) -#define XPMC_XPPU_APERPERM_159_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_159_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_159_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_159_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_159_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_159_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_159_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_159_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_159_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_159_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_159_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_159_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_159_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm160 - */ -#define XPMC_XPPU_APERPERM_160 ( ( XPMC_XPPU_BASEADDR ) + 0x00001280UL ) -#define XPMC_XPPU_APERPERM_160_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_160_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_160_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_160_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_160_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_160_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_160_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_160_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_160_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_160_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_160_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_160_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_160_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm161 - */ -#define XPMC_XPPU_APERPERM_161 ( ( XPMC_XPPU_BASEADDR ) + 0x00001284UL ) -#define XPMC_XPPU_APERPERM_161_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_161_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_161_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_161_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_161_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_161_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_161_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_161_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_161_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_161_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_161_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_161_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_161_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm162 - */ -#define XPMC_XPPU_APERPERM_162 ( ( XPMC_XPPU_BASEADDR ) + 0x00001288UL ) -#define XPMC_XPPU_APERPERM_162_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_162_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_162_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_162_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_162_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_162_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_162_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_162_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_162_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_162_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_162_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_162_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_162_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm163 - */ -#define XPMC_XPPU_APERPERM_163 ( ( XPMC_XPPU_BASEADDR ) + 0x0000128CUL ) -#define XPMC_XPPU_APERPERM_163_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_163_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_163_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_163_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_163_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_163_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_163_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_163_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_163_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_163_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_163_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_163_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_163_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm164 - */ -#define XPMC_XPPU_APERPERM_164 ( ( XPMC_XPPU_BASEADDR ) + 0x00001290UL ) -#define XPMC_XPPU_APERPERM_164_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_164_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_164_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_164_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_164_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_164_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_164_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_164_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_164_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_164_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_164_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_164_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_164_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm165 - */ -#define XPMC_XPPU_APERPERM_165 ( ( XPMC_XPPU_BASEADDR ) + 0x00001294UL ) -#define XPMC_XPPU_APERPERM_165_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_165_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_165_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_165_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_165_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_165_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_165_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_165_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_165_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_165_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_165_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_165_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_165_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm166 - */ -#define XPMC_XPPU_APERPERM_166 ( ( XPMC_XPPU_BASEADDR ) + 0x00001298UL ) -#define XPMC_XPPU_APERPERM_166_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_166_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_166_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_166_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_166_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_166_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_166_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_166_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_166_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_166_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_166_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_166_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_166_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm167 - */ -#define XPMC_XPPU_APERPERM_167 ( ( XPMC_XPPU_BASEADDR ) + 0x0000129CUL ) -#define XPMC_XPPU_APERPERM_167_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_167_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_167_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_167_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_167_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_167_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_167_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_167_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_167_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_167_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_167_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_167_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_167_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm168 - */ -#define XPMC_XPPU_APERPERM_168 ( ( XPMC_XPPU_BASEADDR ) + 0x000012A0UL ) -#define XPMC_XPPU_APERPERM_168_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_168_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_168_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_168_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_168_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_168_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_168_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_168_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_168_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_168_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_168_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_168_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_168_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm169 - */ -#define XPMC_XPPU_APERPERM_169 ( ( XPMC_XPPU_BASEADDR ) + 0x000012A4UL ) -#define XPMC_XPPU_APERPERM_169_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_169_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_169_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_169_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_169_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_169_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_169_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_169_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_169_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_169_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_169_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_169_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_169_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm170 - */ -#define XPMC_XPPU_APERPERM_170 ( ( XPMC_XPPU_BASEADDR ) + 0x000012A8UL ) -#define XPMC_XPPU_APERPERM_170_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_170_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_170_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_170_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_170_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_170_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_170_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_170_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_170_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_170_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_170_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_170_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_170_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm171 - */ -#define XPMC_XPPU_APERPERM_171 ( ( XPMC_XPPU_BASEADDR ) + 0x000012ACUL ) -#define XPMC_XPPU_APERPERM_171_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_171_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_171_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_171_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_171_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_171_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_171_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_171_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_171_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_171_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_171_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_171_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_171_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm172 - */ -#define XPMC_XPPU_APERPERM_172 ( ( XPMC_XPPU_BASEADDR ) + 0x000012B0UL ) -#define XPMC_XPPU_APERPERM_172_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_172_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_172_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_172_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_172_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_172_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_172_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_172_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_172_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_172_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_172_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_172_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_172_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm173 - */ -#define XPMC_XPPU_APERPERM_173 ( ( XPMC_XPPU_BASEADDR ) + 0x000012B4UL ) -#define XPMC_XPPU_APERPERM_173_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_173_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_173_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_173_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_173_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_173_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_173_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_173_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_173_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_173_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_173_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_173_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_173_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm174 - */ -#define XPMC_XPPU_APERPERM_174 ( ( XPMC_XPPU_BASEADDR ) + 0x000012B8UL ) -#define XPMC_XPPU_APERPERM_174_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_174_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_174_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_174_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_174_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_174_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_174_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_174_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_174_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_174_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_174_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_174_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_174_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm175 - */ -#define XPMC_XPPU_APERPERM_175 ( ( XPMC_XPPU_BASEADDR ) + 0x000012BCUL ) -#define XPMC_XPPU_APERPERM_175_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_175_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_175_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_175_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_175_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_175_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_175_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_175_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_175_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_175_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_175_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_175_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_175_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm176 - */ -#define XPMC_XPPU_APERPERM_176 ( ( XPMC_XPPU_BASEADDR ) + 0x000012C0UL ) -#define XPMC_XPPU_APERPERM_176_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_176_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_176_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_176_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_176_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_176_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_176_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_176_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_176_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_176_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_176_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_176_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_176_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm177 - */ -#define XPMC_XPPU_APERPERM_177 ( ( XPMC_XPPU_BASEADDR ) + 0x000012C4UL ) -#define XPMC_XPPU_APERPERM_177_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_177_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_177_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_177_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_177_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_177_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_177_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_177_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_177_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_177_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_177_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_177_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_177_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm178 - */ -#define XPMC_XPPU_APERPERM_178 ( ( XPMC_XPPU_BASEADDR ) + 0x000012C8UL ) -#define XPMC_XPPU_APERPERM_178_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_178_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_178_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_178_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_178_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_178_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_178_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_178_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_178_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_178_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_178_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_178_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_178_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm179 - */ -#define XPMC_XPPU_APERPERM_179 ( ( XPMC_XPPU_BASEADDR ) + 0x000012CCUL ) -#define XPMC_XPPU_APERPERM_179_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_179_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_179_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_179_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_179_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_179_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_179_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_179_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_179_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_179_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_179_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_179_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_179_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm180 - */ -#define XPMC_XPPU_APERPERM_180 ( ( XPMC_XPPU_BASEADDR ) + 0x000012D0UL ) -#define XPMC_XPPU_APERPERM_180_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_180_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_180_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_180_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_180_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_180_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_180_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_180_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_180_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_180_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_180_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_180_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_180_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm181 - */ -#define XPMC_XPPU_APERPERM_181 ( ( XPMC_XPPU_BASEADDR ) + 0x000012D4UL ) -#define XPMC_XPPU_APERPERM_181_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_181_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_181_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_181_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_181_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_181_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_181_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_181_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_181_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_181_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_181_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_181_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_181_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm182 - */ -#define XPMC_XPPU_APERPERM_182 ( ( XPMC_XPPU_BASEADDR ) + 0x000012D8UL ) -#define XPMC_XPPU_APERPERM_182_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_182_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_182_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_182_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_182_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_182_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_182_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_182_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_182_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_182_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_182_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_182_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_182_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm183 - */ -#define XPMC_XPPU_APERPERM_183 ( ( XPMC_XPPU_BASEADDR ) + 0x000012DCUL ) -#define XPMC_XPPU_APERPERM_183_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_183_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_183_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_183_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_183_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_183_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_183_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_183_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_183_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_183_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_183_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_183_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_183_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm184 - */ -#define XPMC_XPPU_APERPERM_184 ( ( XPMC_XPPU_BASEADDR ) + 0x000012E0UL ) -#define XPMC_XPPU_APERPERM_184_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_184_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_184_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_184_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_184_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_184_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_184_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_184_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_184_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_184_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_184_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_184_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_184_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm185 - */ -#define XPMC_XPPU_APERPERM_185 ( ( XPMC_XPPU_BASEADDR ) + 0x000012E4UL ) -#define XPMC_XPPU_APERPERM_185_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_185_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_185_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_185_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_185_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_185_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_185_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_185_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_185_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_185_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_185_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_185_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_185_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm186 - */ -#define XPMC_XPPU_APERPERM_186 ( ( XPMC_XPPU_BASEADDR ) + 0x000012E8UL ) -#define XPMC_XPPU_APERPERM_186_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_186_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_186_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_186_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_186_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_186_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_186_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_186_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_186_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_186_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_186_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_186_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_186_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm187 - */ -#define XPMC_XPPU_APERPERM_187 ( ( XPMC_XPPU_BASEADDR ) + 0x000012ECUL ) -#define XPMC_XPPU_APERPERM_187_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_187_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_187_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_187_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_187_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_187_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_187_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_187_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_187_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_187_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_187_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_187_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_187_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm188 - */ -#define XPMC_XPPU_APERPERM_188 ( ( XPMC_XPPU_BASEADDR ) + 0x000012F0UL ) -#define XPMC_XPPU_APERPERM_188_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_188_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_188_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_188_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_188_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_188_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_188_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_188_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_188_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_188_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_188_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_188_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_188_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm189 - */ -#define XPMC_XPPU_APERPERM_189 ( ( XPMC_XPPU_BASEADDR ) + 0x000012F4UL ) -#define XPMC_XPPU_APERPERM_189_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_189_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_189_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_189_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_189_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_189_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_189_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_189_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_189_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_189_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_189_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_189_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_189_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm190 - */ -#define XPMC_XPPU_APERPERM_190 ( ( XPMC_XPPU_BASEADDR ) + 0x000012F8UL ) -#define XPMC_XPPU_APERPERM_190_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_190_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_190_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_190_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_190_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_190_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_190_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_190_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_190_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_190_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_190_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_190_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_190_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm191 - */ -#define XPMC_XPPU_APERPERM_191 ( ( XPMC_XPPU_BASEADDR ) + 0x000012FCUL ) -#define XPMC_XPPU_APERPERM_191_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_191_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_191_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_191_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_191_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_191_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_191_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_191_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_191_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_191_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_191_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_191_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_191_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm192 - */ -#define XPMC_XPPU_APERPERM_192 ( ( XPMC_XPPU_BASEADDR ) + 0x00001300UL ) -#define XPMC_XPPU_APERPERM_192_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_192_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_192_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_192_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_192_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_192_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_192_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_192_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_192_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_192_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_192_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_192_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_192_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm193 - */ -#define XPMC_XPPU_APERPERM_193 ( ( XPMC_XPPU_BASEADDR ) + 0x00001304UL ) -#define XPMC_XPPU_APERPERM_193_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_193_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_193_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_193_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_193_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_193_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_193_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_193_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_193_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_193_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_193_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_193_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_193_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm194 - */ -#define XPMC_XPPU_APERPERM_194 ( ( XPMC_XPPU_BASEADDR ) + 0x00001308UL ) -#define XPMC_XPPU_APERPERM_194_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_194_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_194_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_194_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_194_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_194_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_194_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_194_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_194_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_194_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_194_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_194_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_194_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm195 - */ -#define XPMC_XPPU_APERPERM_195 ( ( XPMC_XPPU_BASEADDR ) + 0x0000130CUL ) -#define XPMC_XPPU_APERPERM_195_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_195_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_195_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_195_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_195_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_195_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_195_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_195_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_195_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_195_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_195_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_195_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_195_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm196 - */ -#define XPMC_XPPU_APERPERM_196 ( ( XPMC_XPPU_BASEADDR ) + 0x00001310UL ) -#define XPMC_XPPU_APERPERM_196_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_196_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_196_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_196_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_196_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_196_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_196_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_196_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_196_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_196_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_196_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_196_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_196_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm197 - */ -#define XPMC_XPPU_APERPERM_197 ( ( XPMC_XPPU_BASEADDR ) + 0x00001314UL ) -#define XPMC_XPPU_APERPERM_197_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_197_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_197_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_197_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_197_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_197_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_197_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_197_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_197_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_197_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_197_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_197_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_197_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm198 - */ -#define XPMC_XPPU_APERPERM_198 ( ( XPMC_XPPU_BASEADDR ) + 0x00001318UL ) -#define XPMC_XPPU_APERPERM_198_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_198_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_198_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_198_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_198_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_198_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_198_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_198_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_198_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_198_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_198_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_198_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_198_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm199 - */ -#define XPMC_XPPU_APERPERM_199 ( ( XPMC_XPPU_BASEADDR ) + 0x0000131CUL ) -#define XPMC_XPPU_APERPERM_199_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_199_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_199_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_199_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_199_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_199_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_199_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_199_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_199_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_199_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_199_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_199_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_199_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm200 - */ -#define XPMC_XPPU_APERPERM_200 ( ( XPMC_XPPU_BASEADDR ) + 0x00001320UL ) -#define XPMC_XPPU_APERPERM_200_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_200_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_200_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_200_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_200_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_200_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_200_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_200_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_200_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_200_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_200_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_200_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_200_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm201 - */ -#define XPMC_XPPU_APERPERM_201 ( ( XPMC_XPPU_BASEADDR ) + 0x00001324UL ) -#define XPMC_XPPU_APERPERM_201_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_201_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_201_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_201_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_201_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_201_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_201_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_201_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_201_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_201_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_201_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_201_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_201_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm202 - */ -#define XPMC_XPPU_APERPERM_202 ( ( XPMC_XPPU_BASEADDR ) + 0x00001328UL ) -#define XPMC_XPPU_APERPERM_202_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_202_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_202_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_202_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_202_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_202_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_202_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_202_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_202_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_202_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_202_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_202_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_202_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm203 - */ -#define XPMC_XPPU_APERPERM_203 ( ( XPMC_XPPU_BASEADDR ) + 0x0000132CUL ) -#define XPMC_XPPU_APERPERM_203_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_203_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_203_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_203_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_203_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_203_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_203_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_203_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_203_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_203_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_203_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_203_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_203_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm204 - */ -#define XPMC_XPPU_APERPERM_204 ( ( XPMC_XPPU_BASEADDR ) + 0x00001330UL ) -#define XPMC_XPPU_APERPERM_204_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_204_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_204_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_204_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_204_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_204_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_204_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_204_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_204_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_204_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_204_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_204_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_204_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm205 - */ -#define XPMC_XPPU_APERPERM_205 ( ( XPMC_XPPU_BASEADDR ) + 0x00001334UL ) -#define XPMC_XPPU_APERPERM_205_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_205_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_205_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_205_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_205_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_205_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_205_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_205_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_205_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_205_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_205_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_205_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_205_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm206 - */ -#define XPMC_XPPU_APERPERM_206 ( ( XPMC_XPPU_BASEADDR ) + 0x00001338UL ) -#define XPMC_XPPU_APERPERM_206_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_206_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_206_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_206_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_206_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_206_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_206_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_206_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_206_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_206_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_206_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_206_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_206_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm207 - */ -#define XPMC_XPPU_APERPERM_207 ( ( XPMC_XPPU_BASEADDR ) + 0x0000133CUL ) -#define XPMC_XPPU_APERPERM_207_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_207_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_207_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_207_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_207_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_207_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_207_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_207_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_207_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_207_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_207_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_207_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_207_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm208 - */ -#define XPMC_XPPU_APERPERM_208 ( ( XPMC_XPPU_BASEADDR ) + 0x00001340UL ) -#define XPMC_XPPU_APERPERM_208_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_208_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_208_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_208_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_208_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_208_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_208_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_208_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_208_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_208_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_208_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_208_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_208_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm209 - */ -#define XPMC_XPPU_APERPERM_209 ( ( XPMC_XPPU_BASEADDR ) + 0x00001344UL ) -#define XPMC_XPPU_APERPERM_209_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_209_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_209_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_209_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_209_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_209_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_209_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_209_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_209_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_209_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_209_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_209_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_209_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm210 - */ -#define XPMC_XPPU_APERPERM_210 ( ( XPMC_XPPU_BASEADDR ) + 0x00001348UL ) -#define XPMC_XPPU_APERPERM_210_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_210_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_210_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_210_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_210_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_210_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_210_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_210_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_210_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_210_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_210_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_210_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_210_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm211 - */ -#define XPMC_XPPU_APERPERM_211 ( ( XPMC_XPPU_BASEADDR ) + 0x0000134CUL ) -#define XPMC_XPPU_APERPERM_211_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_211_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_211_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_211_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_211_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_211_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_211_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_211_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_211_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_211_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_211_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_211_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_211_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm212 - */ -#define XPMC_XPPU_APERPERM_212 ( ( XPMC_XPPU_BASEADDR ) + 0x00001350UL ) -#define XPMC_XPPU_APERPERM_212_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_212_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_212_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_212_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_212_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_212_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_212_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_212_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_212_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_212_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_212_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_212_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_212_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm213 - */ -#define XPMC_XPPU_APERPERM_213 ( ( XPMC_XPPU_BASEADDR ) + 0x00001354UL ) -#define XPMC_XPPU_APERPERM_213_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_213_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_213_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_213_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_213_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_213_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_213_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_213_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_213_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_213_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_213_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_213_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_213_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm214 - */ -#define XPMC_XPPU_APERPERM_214 ( ( XPMC_XPPU_BASEADDR ) + 0x00001358UL ) -#define XPMC_XPPU_APERPERM_214_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_214_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_214_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_214_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_214_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_214_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_214_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_214_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_214_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_214_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_214_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_214_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_214_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm215 - */ -#define XPMC_XPPU_APERPERM_215 ( ( XPMC_XPPU_BASEADDR ) + 0x0000135CUL ) -#define XPMC_XPPU_APERPERM_215_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_215_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_215_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_215_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_215_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_215_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_215_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_215_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_215_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_215_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_215_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_215_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_215_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm216 - */ -#define XPMC_XPPU_APERPERM_216 ( ( XPMC_XPPU_BASEADDR ) + 0x00001360UL ) -#define XPMC_XPPU_APERPERM_216_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_216_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_216_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_216_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_216_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_216_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_216_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_216_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_216_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_216_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_216_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_216_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_216_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm217 - */ -#define XPMC_XPPU_APERPERM_217 ( ( XPMC_XPPU_BASEADDR ) + 0x00001364UL ) -#define XPMC_XPPU_APERPERM_217_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_217_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_217_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_217_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_217_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_217_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_217_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_217_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_217_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_217_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_217_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_217_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_217_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm218 - */ -#define XPMC_XPPU_APERPERM_218 ( ( XPMC_XPPU_BASEADDR ) + 0x00001368UL ) -#define XPMC_XPPU_APERPERM_218_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_218_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_218_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_218_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_218_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_218_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_218_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_218_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_218_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_218_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_218_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_218_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_218_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm219 - */ -#define XPMC_XPPU_APERPERM_219 ( ( XPMC_XPPU_BASEADDR ) + 0x0000136CUL ) -#define XPMC_XPPU_APERPERM_219_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_219_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_219_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_219_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_219_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_219_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_219_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_219_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_219_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_219_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_219_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_219_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_219_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm220 - */ -#define XPMC_XPPU_APERPERM_220 ( ( XPMC_XPPU_BASEADDR ) + 0x00001370UL ) -#define XPMC_XPPU_APERPERM_220_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_220_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_220_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_220_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_220_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_220_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_220_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_220_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_220_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_220_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_220_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_220_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_220_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm221 - */ -#define XPMC_XPPU_APERPERM_221 ( ( XPMC_XPPU_BASEADDR ) + 0x00001374UL ) -#define XPMC_XPPU_APERPERM_221_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_221_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_221_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_221_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_221_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_221_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_221_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_221_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_221_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_221_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_221_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_221_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_221_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm222 - */ -#define XPMC_XPPU_APERPERM_222 ( ( XPMC_XPPU_BASEADDR ) + 0x00001378UL ) -#define XPMC_XPPU_APERPERM_222_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_222_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_222_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_222_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_222_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_222_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_222_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_222_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_222_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_222_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_222_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_222_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_222_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm223 - */ -#define XPMC_XPPU_APERPERM_223 ( ( XPMC_XPPU_BASEADDR ) + 0x0000137CUL ) -#define XPMC_XPPU_APERPERM_223_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_223_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_223_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_223_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_223_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_223_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_223_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_223_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_223_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_223_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_223_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_223_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_223_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm224 - */ -#define XPMC_XPPU_APERPERM_224 ( ( XPMC_XPPU_BASEADDR ) + 0x00001380UL ) -#define XPMC_XPPU_APERPERM_224_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_224_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_224_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_224_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_224_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_224_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_224_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_224_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_224_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_224_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_224_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_224_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_224_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm225 - */ -#define XPMC_XPPU_APERPERM_225 ( ( XPMC_XPPU_BASEADDR ) + 0x00001384UL ) -#define XPMC_XPPU_APERPERM_225_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_225_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_225_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_225_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_225_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_225_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_225_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_225_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_225_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_225_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_225_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_225_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_225_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm226 - */ -#define XPMC_XPPU_APERPERM_226 ( ( XPMC_XPPU_BASEADDR ) + 0x00001388UL ) -#define XPMC_XPPU_APERPERM_226_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_226_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_226_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_226_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_226_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_226_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_226_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_226_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_226_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_226_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_226_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_226_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_226_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm227 - */ -#define XPMC_XPPU_APERPERM_227 ( ( XPMC_XPPU_BASEADDR ) + 0x0000138CUL ) -#define XPMC_XPPU_APERPERM_227_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_227_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_227_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_227_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_227_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_227_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_227_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_227_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_227_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_227_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_227_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_227_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_227_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm228 - */ -#define XPMC_XPPU_APERPERM_228 ( ( XPMC_XPPU_BASEADDR ) + 0x00001390UL ) -#define XPMC_XPPU_APERPERM_228_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_228_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_228_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_228_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_228_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_228_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_228_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_228_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_228_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_228_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_228_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_228_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_228_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm229 - */ -#define XPMC_XPPU_APERPERM_229 ( ( XPMC_XPPU_BASEADDR ) + 0x00001394UL ) -#define XPMC_XPPU_APERPERM_229_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_229_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_229_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_229_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_229_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_229_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_229_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_229_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_229_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_229_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_229_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_229_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_229_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm230 - */ -#define XPMC_XPPU_APERPERM_230 ( ( XPMC_XPPU_BASEADDR ) + 0x00001398UL ) -#define XPMC_XPPU_APERPERM_230_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_230_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_230_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_230_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_230_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_230_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_230_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_230_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_230_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_230_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_230_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_230_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_230_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm231 - */ -#define XPMC_XPPU_APERPERM_231 ( ( XPMC_XPPU_BASEADDR ) + 0x0000139CUL ) -#define XPMC_XPPU_APERPERM_231_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_231_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_231_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_231_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_231_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_231_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_231_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_231_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_231_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_231_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_231_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_231_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_231_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm232 - */ -#define XPMC_XPPU_APERPERM_232 ( ( XPMC_XPPU_BASEADDR ) + 0x000013A0UL ) -#define XPMC_XPPU_APERPERM_232_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_232_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_232_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_232_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_232_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_232_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_232_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_232_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_232_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_232_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_232_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_232_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_232_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm233 - */ -#define XPMC_XPPU_APERPERM_233 ( ( XPMC_XPPU_BASEADDR ) + 0x000013A4UL ) -#define XPMC_XPPU_APERPERM_233_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_233_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_233_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_233_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_233_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_233_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_233_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_233_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_233_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_233_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_233_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_233_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_233_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm234 - */ -#define XPMC_XPPU_APERPERM_234 ( ( XPMC_XPPU_BASEADDR ) + 0x000013A8UL ) -#define XPMC_XPPU_APERPERM_234_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_234_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_234_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_234_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_234_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_234_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_234_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_234_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_234_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_234_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_234_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_234_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_234_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm235 - */ -#define XPMC_XPPU_APERPERM_235 ( ( XPMC_XPPU_BASEADDR ) + 0x000013ACUL ) -#define XPMC_XPPU_APERPERM_235_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_235_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_235_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_235_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_235_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_235_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_235_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_235_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_235_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_235_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_235_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_235_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_235_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm236 - */ -#define XPMC_XPPU_APERPERM_236 ( ( XPMC_XPPU_BASEADDR ) + 0x000013B0UL ) -#define XPMC_XPPU_APERPERM_236_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_236_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_236_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_236_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_236_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_236_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_236_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_236_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_236_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_236_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_236_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_236_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_236_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm237 - */ -#define XPMC_XPPU_APERPERM_237 ( ( XPMC_XPPU_BASEADDR ) + 0x000013B4UL ) -#define XPMC_XPPU_APERPERM_237_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_237_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_237_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_237_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_237_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_237_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_237_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_237_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_237_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_237_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_237_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_237_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_237_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm238 - */ -#define XPMC_XPPU_APERPERM_238 ( ( XPMC_XPPU_BASEADDR ) + 0x000013B8UL ) -#define XPMC_XPPU_APERPERM_238_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_238_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_238_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_238_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_238_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_238_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_238_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_238_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_238_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_238_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_238_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_238_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_238_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm239 - */ -#define XPMC_XPPU_APERPERM_239 ( ( XPMC_XPPU_BASEADDR ) + 0x000013BCUL ) -#define XPMC_XPPU_APERPERM_239_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_239_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_239_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_239_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_239_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_239_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_239_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_239_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_239_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_239_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_239_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_239_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_239_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm240 - */ -#define XPMC_XPPU_APERPERM_240 ( ( XPMC_XPPU_BASEADDR ) + 0x000013C0UL ) -#define XPMC_XPPU_APERPERM_240_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_240_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_240_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_240_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_240_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_240_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_240_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_240_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_240_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_240_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_240_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_240_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_240_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm241 - */ -#define XPMC_XPPU_APERPERM_241 ( ( XPMC_XPPU_BASEADDR ) + 0x000013C4UL ) -#define XPMC_XPPU_APERPERM_241_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_241_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_241_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_241_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_241_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_241_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_241_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_241_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_241_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_241_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_241_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_241_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_241_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm242 - */ -#define XPMC_XPPU_APERPERM_242 ( ( XPMC_XPPU_BASEADDR ) + 0x000013C8UL ) -#define XPMC_XPPU_APERPERM_242_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_242_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_242_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_242_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_242_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_242_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_242_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_242_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_242_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_242_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_242_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_242_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_242_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm243 - */ -#define XPMC_XPPU_APERPERM_243 ( ( XPMC_XPPU_BASEADDR ) + 0x000013CCUL ) -#define XPMC_XPPU_APERPERM_243_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_243_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_243_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_243_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_243_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_243_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_243_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_243_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_243_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_243_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_243_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_243_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_243_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm244 - */ -#define XPMC_XPPU_APERPERM_244 ( ( XPMC_XPPU_BASEADDR ) + 0x000013D0UL ) -#define XPMC_XPPU_APERPERM_244_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_244_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_244_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_244_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_244_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_244_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_244_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_244_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_244_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_244_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_244_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_244_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_244_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm245 - */ -#define XPMC_XPPU_APERPERM_245 ( ( XPMC_XPPU_BASEADDR ) + 0x000013D4UL ) -#define XPMC_XPPU_APERPERM_245_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_245_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_245_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_245_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_245_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_245_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_245_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_245_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_245_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_245_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_245_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_245_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_245_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm246 - */ -#define XPMC_XPPU_APERPERM_246 ( ( XPMC_XPPU_BASEADDR ) + 0x000013D8UL ) -#define XPMC_XPPU_APERPERM_246_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_246_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_246_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_246_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_246_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_246_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_246_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_246_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_246_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_246_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_246_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_246_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_246_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm247 - */ -#define XPMC_XPPU_APERPERM_247 ( ( XPMC_XPPU_BASEADDR ) + 0x000013DCUL ) -#define XPMC_XPPU_APERPERM_247_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_247_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_247_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_247_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_247_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_247_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_247_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_247_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_247_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_247_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_247_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_247_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_247_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm248 - */ -#define XPMC_XPPU_APERPERM_248 ( ( XPMC_XPPU_BASEADDR ) + 0x000013E0UL ) -#define XPMC_XPPU_APERPERM_248_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_248_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_248_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_248_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_248_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_248_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_248_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_248_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_248_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_248_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_248_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_248_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_248_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm249 - */ -#define XPMC_XPPU_APERPERM_249 ( ( XPMC_XPPU_BASEADDR ) + 0x000013E4UL ) -#define XPMC_XPPU_APERPERM_249_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_249_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_249_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_249_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_249_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_249_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_249_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_249_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_249_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_249_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_249_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_249_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_249_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm250 - */ -#define XPMC_XPPU_APERPERM_250 ( ( XPMC_XPPU_BASEADDR ) + 0x000013E8UL ) -#define XPMC_XPPU_APERPERM_250_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_250_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_250_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_250_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_250_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_250_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_250_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_250_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_250_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_250_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_250_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_250_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_250_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm251 - */ -#define XPMC_XPPU_APERPERM_251 ( ( XPMC_XPPU_BASEADDR ) + 0x000013ECUL ) -#define XPMC_XPPU_APERPERM_251_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_251_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_251_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_251_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_251_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_251_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_251_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_251_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_251_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_251_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_251_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_251_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_251_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm252 - */ -#define XPMC_XPPU_APERPERM_252 ( ( XPMC_XPPU_BASEADDR ) + 0x000013F0UL ) -#define XPMC_XPPU_APERPERM_252_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_252_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_252_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_252_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_252_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_252_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_252_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_252_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_252_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_252_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_252_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_252_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_252_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm253 - */ -#define XPMC_XPPU_APERPERM_253 ( ( XPMC_XPPU_BASEADDR ) + 0x000013F4UL ) -#define XPMC_XPPU_APERPERM_253_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_253_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_253_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_253_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_253_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_253_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_253_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_253_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_253_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_253_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_253_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_253_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_253_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm254 - */ -#define XPMC_XPPU_APERPERM_254 ( ( XPMC_XPPU_BASEADDR ) + 0x000013F8UL ) -#define XPMC_XPPU_APERPERM_254_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_254_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_254_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_254_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_254_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_254_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_254_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_254_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_254_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_254_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_254_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_254_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_254_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm255 - */ -#define XPMC_XPPU_APERPERM_255 ( ( XPMC_XPPU_BASEADDR ) + 0x000013FCUL ) -#define XPMC_XPPU_APERPERM_255_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_255_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_255_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_255_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_255_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_255_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_255_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_255_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_255_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_255_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_255_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_255_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_255_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm384 - */ -#define XPMC_XPPU_APERPERM_384 ( ( XPMC_XPPU_BASEADDR ) + 0x00001600UL ) -#define XPMC_XPPU_APERPERM_384_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_384_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_384_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_384_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_384_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_384_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_384_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_384_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_384_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_384_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_384_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_384_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_384_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm385 - */ -#define XPMC_XPPU_APERPERM_385 ( ( XPMC_XPPU_BASEADDR ) + 0x00001604UL ) -#define XPMC_XPPU_APERPERM_385_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_385_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_385_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_385_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_385_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_385_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_385_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_385_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_385_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_385_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_385_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_385_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_385_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm386 - */ -#define XPMC_XPPU_APERPERM_386 ( ( XPMC_XPPU_BASEADDR ) + 0x00001608UL ) -#define XPMC_XPPU_APERPERM_386_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_386_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_386_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_386_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_386_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_386_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_386_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_386_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_386_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_386_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_386_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_386_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_386_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm387 - */ -#define XPMC_XPPU_APERPERM_387 ( ( XPMC_XPPU_BASEADDR ) + 0x0000160CUL ) -#define XPMC_XPPU_APERPERM_387_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_387_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_387_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_387_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_387_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_387_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_387_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_387_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_387_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_387_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_387_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_387_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_387_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm388 - */ -#define XPMC_XPPU_APERPERM_388 ( ( XPMC_XPPU_BASEADDR ) + 0x00001610UL ) -#define XPMC_XPPU_APERPERM_388_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_388_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_388_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_388_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_388_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_388_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_388_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_388_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_388_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_388_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_388_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_388_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_388_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm389 - */ -#define XPMC_XPPU_APERPERM_389 ( ( XPMC_XPPU_BASEADDR ) + 0x00001614UL ) -#define XPMC_XPPU_APERPERM_389_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_389_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_389_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_389_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_389_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_389_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_389_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_389_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_389_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_389_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_389_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_389_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_389_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm390 - */ -#define XPMC_XPPU_APERPERM_390 ( ( XPMC_XPPU_BASEADDR ) + 0x00001618UL ) -#define XPMC_XPPU_APERPERM_390_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_390_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_390_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_390_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_390_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_390_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_390_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_390_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_390_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_390_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_390_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_390_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_390_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm391 - */ -#define XPMC_XPPU_APERPERM_391 ( ( XPMC_XPPU_BASEADDR ) + 0x0000161CUL ) -#define XPMC_XPPU_APERPERM_391_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_391_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_391_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_391_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_391_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_391_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_391_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_391_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_391_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_391_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_391_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_391_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_391_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm392 - */ -#define XPMC_XPPU_APERPERM_392 ( ( XPMC_XPPU_BASEADDR ) + 0x00001620UL ) -#define XPMC_XPPU_APERPERM_392_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_392_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_392_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_392_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_392_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_392_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_392_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_392_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_392_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_392_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_392_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_392_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_392_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm393 - */ -#define XPMC_XPPU_APERPERM_393 ( ( XPMC_XPPU_BASEADDR ) + 0x00001624UL ) -#define XPMC_XPPU_APERPERM_393_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_393_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_393_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_393_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_393_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_393_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_393_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_393_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_393_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_393_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_393_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_393_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_393_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm394 - */ -#define XPMC_XPPU_APERPERM_394 ( ( XPMC_XPPU_BASEADDR ) + 0x00001628UL ) -#define XPMC_XPPU_APERPERM_394_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_394_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_394_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_394_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_394_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_394_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_394_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_394_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_394_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_394_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_394_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_394_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_394_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm395 - */ -#define XPMC_XPPU_APERPERM_395 ( ( XPMC_XPPU_BASEADDR ) + 0x0000162CUL ) -#define XPMC_XPPU_APERPERM_395_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_395_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_395_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_395_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_395_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_395_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_395_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_395_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_395_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_395_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_395_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_395_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_395_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm396 - */ -#define XPMC_XPPU_APERPERM_396 ( ( XPMC_XPPU_BASEADDR ) + 0x00001630UL ) -#define XPMC_XPPU_APERPERM_396_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_396_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_396_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_396_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_396_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_396_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_396_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_396_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_396_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_396_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_396_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_396_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_396_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm397 - */ -#define XPMC_XPPU_APERPERM_397 ( ( XPMC_XPPU_BASEADDR ) + 0x00001634UL ) -#define XPMC_XPPU_APERPERM_397_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_397_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_397_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_397_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_397_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_397_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_397_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_397_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_397_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_397_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_397_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_397_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_397_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm398 - */ -#define XPMC_XPPU_APERPERM_398 ( ( XPMC_XPPU_BASEADDR ) + 0x00001638UL ) -#define XPMC_XPPU_APERPERM_398_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_398_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_398_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_398_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_398_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_398_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_398_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_398_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_398_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_398_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_398_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_398_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_398_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm399 - */ -#define XPMC_XPPU_APERPERM_399 ( ( XPMC_XPPU_BASEADDR ) + 0x0000163CUL ) -#define XPMC_XPPU_APERPERM_399_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_399_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_399_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_399_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_399_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_399_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_399_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_399_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_399_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_399_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_399_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_399_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_399_PERMISSION_DEFVAL 0x0UL - -/** - * Register: XpmcXppuAperperm400 - */ -#define XPMC_XPPU_APERPERM_400 ( ( XPMC_XPPU_BASEADDR ) + 0x00001640UL ) -#define XPMC_XPPU_APERPERM_400_RSTVAL 0x00000000UL - -#define XPMC_XPPU_APERPERM_400_PARITY_SHIFT 28UL -#define XPMC_XPPU_APERPERM_400_PARITY_WIDTH 4UL -#define XPMC_XPPU_APERPERM_400_PARITY_MASK 0xf0000000UL -#define XPMC_XPPU_APERPERM_400_PARITY_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_400_TRUSTZONE_SHIFT 27UL -#define XPMC_XPPU_APERPERM_400_TRUSTZONE_WIDTH 1UL -#define XPMC_XPPU_APERPERM_400_TRUSTZONE_MASK 0x08000000UL -#define XPMC_XPPU_APERPERM_400_TRUSTZONE_DEFVAL 0x0UL - -#define XPMC_XPPU_APERPERM_400_PERMISSION_SHIFT 0UL -#define XPMC_XPPU_APERPERM_400_PERMISSION_WIDTH 20UL -#define XPMC_XPPU_APERPERM_400_PERMISSION_MASK 0x000fffffUL -#define XPMC_XPPU_APERPERM_400_PERMISSION_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XPMC_XPPU_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu0_cfg.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu0_cfg.h deleted file mode 100644 index 3199ee1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu0_cfg.h +++ /dev/null @@ -1,1315 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XDDR_XMPU0_CFG_H__ -#define __XDDR_XMPU0_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XddrXmpu0Cfg Base Address - */ -#define XDDR_XMPU0_CFG_BASEADDR 0xFD000000UL - -/** - * Register: XddrXmpu0CfgCtrl - */ -#define XDDR_XMPU0_CFG_CTRL ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000000UL ) -#define XDDR_XMPU0_CFG_CTRL_RSTVAL 0x00000003UL - -#define XDDR_XMPU0_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XDDR_XMPU0_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XDDR_XMPU0_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XDDR_XMPU0_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XDDR_XMPU0_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XDDR_XMPU0_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XddrXmpu0CfgErrSts1 - */ -#define XDDR_XMPU0_CFG_ERR_STS1 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000004UL ) -#define XDDR_XMPU0_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XDDR_XMPU0_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XDDR_XMPU0_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgErrSts2 - */ -#define XDDR_XMPU0_CFG_ERR_STS2 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000008UL ) -#define XDDR_XMPU0_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgPoison - */ -#define XDDR_XMPU0_CFG_POISON ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000000CUL ) -#define XDDR_XMPU0_CFG_POISON_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_POISON_ATTRIB_SHIFT 20UL -#define XDDR_XMPU0_CFG_POISON_ATTRIB_WIDTH 12UL -#define XDDR_XMPU0_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XDDR_XMPU0_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_POISON_BASE_SHIFT 0UL -#define XDDR_XMPU0_CFG_POISON_BASE_WIDTH 20UL -#define XDDR_XMPU0_CFG_POISON_BASE_MASK 0x000fffffUL -#define XDDR_XMPU0_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgIsr - */ -#define XDDR_XMPU0_CFG_ISR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000010UL ) -#define XDDR_XMPU0_CFG_ISR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU0_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU0_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU0_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_ISR_INV_APB_SHIFT 0UL -#define XDDR_XMPU0_CFG_ISR_INV_APB_WIDTH 1UL -#define XDDR_XMPU0_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgImr - */ -#define XDDR_XMPU0_CFG_IMR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000014UL ) -#define XDDR_XMPU0_CFG_IMR_RSTVAL 0x0000000fUL - -#define XDDR_XMPU0_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU0_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU0_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU0_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_IMR_INV_APB_SHIFT 0UL -#define XDDR_XMPU0_CFG_IMR_INV_APB_WIDTH 1UL -#define XDDR_XMPU0_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XddrXmpu0CfgIen - */ -#define XDDR_XMPU0_CFG_IEN ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000018UL ) -#define XDDR_XMPU0_CFG_IEN_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU0_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU0_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU0_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_IEN_INV_APB_SHIFT 0UL -#define XDDR_XMPU0_CFG_IEN_INV_APB_WIDTH 1UL -#define XDDR_XMPU0_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgIds - */ -#define XDDR_XMPU0_CFG_IDS ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000001CUL ) -#define XDDR_XMPU0_CFG_IDS_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU0_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU0_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU0_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU0_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_IDS_INV_APB_SHIFT 0UL -#define XDDR_XMPU0_CFG_IDS_INV_APB_WIDTH 1UL -#define XDDR_XMPU0_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgLock - */ -#define XDDR_XMPU0_CFG_LOCK ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000020UL ) -#define XDDR_XMPU0_CFG_LOCK_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XDDR_XMPU0_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XDDR_XMPU0_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR00Strt - */ -#define XDDR_XMPU0_CFG_R00_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000100UL ) -#define XDDR_XMPU0_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR00End - */ -#define XDDR_XMPU0_CFG_R00_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000104UL ) -#define XDDR_XMPU0_CFG_R00_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R00_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R00_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR00Mstr - */ -#define XDDR_XMPU0_CFG_R00_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000108UL ) -#define XDDR_XMPU0_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R00_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R00_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR00 - */ -#define XDDR_XMPU0_CFG_R00 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000010CUL ) -#define XDDR_XMPU0_CFG_R00_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R00_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R00_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R00_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R00_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R00_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R00_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R00_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R00_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R00_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R00_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R00_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R00_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR01Strt - */ -#define XDDR_XMPU0_CFG_R01_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000110UL ) -#define XDDR_XMPU0_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR01End - */ -#define XDDR_XMPU0_CFG_R01_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000114UL ) -#define XDDR_XMPU0_CFG_R01_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R01_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R01_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR01Mstr - */ -#define XDDR_XMPU0_CFG_R01_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000118UL ) -#define XDDR_XMPU0_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R01_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R01_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR01 - */ -#define XDDR_XMPU0_CFG_R01 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000011CUL ) -#define XDDR_XMPU0_CFG_R01_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R01_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R01_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R01_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R01_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R01_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R01_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R01_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R01_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R01_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R01_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R01_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R01_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR02Strt - */ -#define XDDR_XMPU0_CFG_R02_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000120UL ) -#define XDDR_XMPU0_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR02End - */ -#define XDDR_XMPU0_CFG_R02_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000124UL ) -#define XDDR_XMPU0_CFG_R02_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R02_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R02_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR02Mstr - */ -#define XDDR_XMPU0_CFG_R02_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000128UL ) -#define XDDR_XMPU0_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R02_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R02_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR02 - */ -#define XDDR_XMPU0_CFG_R02 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000012CUL ) -#define XDDR_XMPU0_CFG_R02_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R02_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R02_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R02_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R02_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R02_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R02_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R02_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R02_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R02_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R02_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R02_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R02_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR03Strt - */ -#define XDDR_XMPU0_CFG_R03_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000130UL ) -#define XDDR_XMPU0_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR03End - */ -#define XDDR_XMPU0_CFG_R03_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000134UL ) -#define XDDR_XMPU0_CFG_R03_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R03_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R03_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR03Mstr - */ -#define XDDR_XMPU0_CFG_R03_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000138UL ) -#define XDDR_XMPU0_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R03_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R03_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR03 - */ -#define XDDR_XMPU0_CFG_R03 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000013CUL ) -#define XDDR_XMPU0_CFG_R03_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R03_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R03_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R03_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R03_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R03_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R03_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R03_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R03_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R03_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R03_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R03_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R03_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR04Strt - */ -#define XDDR_XMPU0_CFG_R04_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000140UL ) -#define XDDR_XMPU0_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR04End - */ -#define XDDR_XMPU0_CFG_R04_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000144UL ) -#define XDDR_XMPU0_CFG_R04_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R04_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R04_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR04Mstr - */ -#define XDDR_XMPU0_CFG_R04_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000148UL ) -#define XDDR_XMPU0_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R04_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R04_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR04 - */ -#define XDDR_XMPU0_CFG_R04 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000014CUL ) -#define XDDR_XMPU0_CFG_R04_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R04_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R04_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R04_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R04_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R04_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R04_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R04_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R04_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R04_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R04_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R04_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R04_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR05Strt - */ -#define XDDR_XMPU0_CFG_R05_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000150UL ) -#define XDDR_XMPU0_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR05End - */ -#define XDDR_XMPU0_CFG_R05_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000154UL ) -#define XDDR_XMPU0_CFG_R05_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R05_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R05_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR05Mstr - */ -#define XDDR_XMPU0_CFG_R05_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000158UL ) -#define XDDR_XMPU0_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R05_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R05_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR05 - */ -#define XDDR_XMPU0_CFG_R05 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000015CUL ) -#define XDDR_XMPU0_CFG_R05_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R05_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R05_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R05_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R05_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R05_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R05_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R05_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R05_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R05_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R05_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R05_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R05_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR06Strt - */ -#define XDDR_XMPU0_CFG_R06_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000160UL ) -#define XDDR_XMPU0_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR06End - */ -#define XDDR_XMPU0_CFG_R06_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000164UL ) -#define XDDR_XMPU0_CFG_R06_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R06_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R06_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR06Mstr - */ -#define XDDR_XMPU0_CFG_R06_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000168UL ) -#define XDDR_XMPU0_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R06_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R06_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR06 - */ -#define XDDR_XMPU0_CFG_R06 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000016CUL ) -#define XDDR_XMPU0_CFG_R06_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R06_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R06_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R06_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R06_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R06_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R06_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R06_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R06_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R06_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R06_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R06_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R06_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR07Strt - */ -#define XDDR_XMPU0_CFG_R07_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000170UL ) -#define XDDR_XMPU0_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR07End - */ -#define XDDR_XMPU0_CFG_R07_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000174UL ) -#define XDDR_XMPU0_CFG_R07_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R07_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R07_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR07Mstr - */ -#define XDDR_XMPU0_CFG_R07_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000178UL ) -#define XDDR_XMPU0_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R07_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R07_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR07 - */ -#define XDDR_XMPU0_CFG_R07 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000017CUL ) -#define XDDR_XMPU0_CFG_R07_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R07_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R07_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R07_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R07_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R07_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R07_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R07_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R07_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R07_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R07_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R07_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R07_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR08Strt - */ -#define XDDR_XMPU0_CFG_R08_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000180UL ) -#define XDDR_XMPU0_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR08End - */ -#define XDDR_XMPU0_CFG_R08_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000184UL ) -#define XDDR_XMPU0_CFG_R08_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R08_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R08_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR08Mstr - */ -#define XDDR_XMPU0_CFG_R08_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000188UL ) -#define XDDR_XMPU0_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R08_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R08_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR08 - */ -#define XDDR_XMPU0_CFG_R08 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000018CUL ) -#define XDDR_XMPU0_CFG_R08_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R08_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R08_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R08_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R08_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R08_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R08_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R08_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R08_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R08_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R08_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R08_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R08_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR09Strt - */ -#define XDDR_XMPU0_CFG_R09_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000190UL ) -#define XDDR_XMPU0_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR09End - */ -#define XDDR_XMPU0_CFG_R09_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000194UL ) -#define XDDR_XMPU0_CFG_R09_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R09_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R09_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR09Mstr - */ -#define XDDR_XMPU0_CFG_R09_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x00000198UL ) -#define XDDR_XMPU0_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R09_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R09_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR09 - */ -#define XDDR_XMPU0_CFG_R09 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x0000019CUL ) -#define XDDR_XMPU0_CFG_R09_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R09_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R09_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R09_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R09_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R09_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R09_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R09_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R09_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R09_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R09_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R09_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R09_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR10Strt - */ -#define XDDR_XMPU0_CFG_R10_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001A0UL ) -#define XDDR_XMPU0_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR10End - */ -#define XDDR_XMPU0_CFG_R10_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001A4UL ) -#define XDDR_XMPU0_CFG_R10_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R10_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R10_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR10Mstr - */ -#define XDDR_XMPU0_CFG_R10_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001A8UL ) -#define XDDR_XMPU0_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R10_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R10_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR10 - */ -#define XDDR_XMPU0_CFG_R10 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001ACUL ) -#define XDDR_XMPU0_CFG_R10_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R10_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R10_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R10_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R10_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R10_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R10_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R10_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R10_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R10_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R10_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R10_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R10_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR11Strt - */ -#define XDDR_XMPU0_CFG_R11_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001B0UL ) -#define XDDR_XMPU0_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR11End - */ -#define XDDR_XMPU0_CFG_R11_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001B4UL ) -#define XDDR_XMPU0_CFG_R11_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R11_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R11_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR11Mstr - */ -#define XDDR_XMPU0_CFG_R11_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001B8UL ) -#define XDDR_XMPU0_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R11_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R11_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR11 - */ -#define XDDR_XMPU0_CFG_R11 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001BCUL ) -#define XDDR_XMPU0_CFG_R11_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R11_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R11_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R11_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R11_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R11_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R11_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R11_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R11_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R11_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R11_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R11_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R11_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR12Strt - */ -#define XDDR_XMPU0_CFG_R12_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001C0UL ) -#define XDDR_XMPU0_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR12End - */ -#define XDDR_XMPU0_CFG_R12_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001C4UL ) -#define XDDR_XMPU0_CFG_R12_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R12_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R12_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR12Mstr - */ -#define XDDR_XMPU0_CFG_R12_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001C8UL ) -#define XDDR_XMPU0_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R12_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R12_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR12 - */ -#define XDDR_XMPU0_CFG_R12 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001CCUL ) -#define XDDR_XMPU0_CFG_R12_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R12_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R12_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R12_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R12_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R12_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R12_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R12_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R12_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R12_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R12_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R12_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R12_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR13Strt - */ -#define XDDR_XMPU0_CFG_R13_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001D0UL ) -#define XDDR_XMPU0_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR13End - */ -#define XDDR_XMPU0_CFG_R13_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001D4UL ) -#define XDDR_XMPU0_CFG_R13_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R13_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R13_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR13Mstr - */ -#define XDDR_XMPU0_CFG_R13_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001D8UL ) -#define XDDR_XMPU0_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R13_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R13_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR13 - */ -#define XDDR_XMPU0_CFG_R13 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001DCUL ) -#define XDDR_XMPU0_CFG_R13_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R13_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R13_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R13_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R13_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R13_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R13_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R13_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R13_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R13_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R13_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R13_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R13_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR14Strt - */ -#define XDDR_XMPU0_CFG_R14_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001E0UL ) -#define XDDR_XMPU0_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR14End - */ -#define XDDR_XMPU0_CFG_R14_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001E4UL ) -#define XDDR_XMPU0_CFG_R14_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R14_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R14_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR14Mstr - */ -#define XDDR_XMPU0_CFG_R14_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001E8UL ) -#define XDDR_XMPU0_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R14_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R14_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR14 - */ -#define XDDR_XMPU0_CFG_R14 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001ECUL ) -#define XDDR_XMPU0_CFG_R14_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R14_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R14_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R14_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R14_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R14_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R14_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R14_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R14_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R14_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R14_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R14_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R14_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR15Strt - */ -#define XDDR_XMPU0_CFG_R15_STRT ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001F0UL ) -#define XDDR_XMPU0_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR15End - */ -#define XDDR_XMPU0_CFG_R15_END ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001F4UL ) -#define XDDR_XMPU0_CFG_R15_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R15_END_ADDR_SHIFT 0UL -#define XDDR_XMPU0_CFG_R15_END_ADDR_WIDTH 28UL -#define XDDR_XMPU0_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU0_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR15Mstr - */ -#define XDDR_XMPU0_CFG_R15_MSTR ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001F8UL ) -#define XDDR_XMPU0_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU0_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU0_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU0_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU0_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R15_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU0_CFG_R15_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU0_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU0_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu0CfgR15 - */ -#define XDDR_XMPU0_CFG_R15 ( ( XDDR_XMPU0_CFG_BASEADDR ) + 0x000001FCUL ) -#define XDDR_XMPU0_CFG_R15_RSTVAL 0x00000008UL - -#define XDDR_XMPU0_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU0_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU0_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU0_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R15_REGNNS_SHIFT 3UL -#define XDDR_XMPU0_CFG_R15_REGNNS_WIDTH 1UL -#define XDDR_XMPU0_CFG_R15_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU0_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU0_CFG_R15_WRALWD_SHIFT 2UL -#define XDDR_XMPU0_CFG_R15_WRALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R15_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU0_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R15_RDALWD_SHIFT 1UL -#define XDDR_XMPU0_CFG_R15_RDALWD_WIDTH 1UL -#define XDDR_XMPU0_CFG_R15_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU0_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU0_CFG_R15_EN_SHIFT 0UL -#define XDDR_XMPU0_CFG_R15_EN_WIDTH 1UL -#define XDDR_XMPU0_CFG_R15_EN_MASK 0x00000001UL -#define XDDR_XMPU0_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XDDR_XMPU0_CFG_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu1_cfg.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu1_cfg.h deleted file mode 100644 index 31e5363..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu1_cfg.h +++ /dev/null @@ -1,1314 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XDDR_XMPU1_CFG_H__ -#define __XDDR_XMPU1_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XddrXmpu1Cfg Base Address - */ -#define XDDR_XMPU1_CFG_BASEADDR 0xFD010000UL - -/** - * Register: XddrXmpu1CfgCtrl - */ -#define XDDR_XMPU1_CFG_CTRL ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000000UL ) -#define XDDR_XMPU1_CFG_CTRL_RSTVAL 0x00000003UL - -#define XDDR_XMPU1_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XDDR_XMPU1_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XDDR_XMPU1_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XDDR_XMPU1_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XDDR_XMPU1_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XDDR_XMPU1_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XddrXmpu1CfgErrSts1 - */ -#define XDDR_XMPU1_CFG_ERR_STS1 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000004UL ) -#define XDDR_XMPU1_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XDDR_XMPU1_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XDDR_XMPU1_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgErrSts2 - */ -#define XDDR_XMPU1_CFG_ERR_STS2 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000008UL ) -#define XDDR_XMPU1_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgPoison - */ -#define XDDR_XMPU1_CFG_POISON ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000000CUL ) -#define XDDR_XMPU1_CFG_POISON_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_POISON_ATTRIB_SHIFT 20UL -#define XDDR_XMPU1_CFG_POISON_ATTRIB_WIDTH 12UL -#define XDDR_XMPU1_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XDDR_XMPU1_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_POISON_BASE_SHIFT 0UL -#define XDDR_XMPU1_CFG_POISON_BASE_WIDTH 20UL -#define XDDR_XMPU1_CFG_POISON_BASE_MASK 0x000fffffUL -#define XDDR_XMPU1_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgIsr - */ -#define XDDR_XMPU1_CFG_ISR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000010UL ) -#define XDDR_XMPU1_CFG_ISR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU1_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU1_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU1_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_ISR_INV_APB_SHIFT 0UL -#define XDDR_XMPU1_CFG_ISR_INV_APB_WIDTH 1UL -#define XDDR_XMPU1_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgImr - */ -#define XDDR_XMPU1_CFG_IMR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000014UL ) -#define XDDR_XMPU1_CFG_IMR_RSTVAL 0x0000000fUL - -#define XDDR_XMPU1_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU1_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU1_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU1_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_IMR_INV_APB_SHIFT 0UL -#define XDDR_XMPU1_CFG_IMR_INV_APB_WIDTH 1UL -#define XDDR_XMPU1_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XddrXmpu1CfgIen - */ -#define XDDR_XMPU1_CFG_IEN ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000018UL ) -#define XDDR_XMPU1_CFG_IEN_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU1_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU1_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU1_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_IEN_INV_APB_SHIFT 0UL -#define XDDR_XMPU1_CFG_IEN_INV_APB_WIDTH 1UL -#define XDDR_XMPU1_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgIds - */ -#define XDDR_XMPU1_CFG_IDS ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000001CUL ) -#define XDDR_XMPU1_CFG_IDS_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU1_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU1_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU1_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU1_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_IDS_INV_APB_SHIFT 0UL -#define XDDR_XMPU1_CFG_IDS_INV_APB_WIDTH 1UL -#define XDDR_XMPU1_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgLock - */ -#define XDDR_XMPU1_CFG_LOCK ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000020UL ) -#define XDDR_XMPU1_CFG_LOCK_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XDDR_XMPU1_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XDDR_XMPU1_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR00Strt - */ -#define XDDR_XMPU1_CFG_R00_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000100UL ) -#define XDDR_XMPU1_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR00End - */ -#define XDDR_XMPU1_CFG_R00_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000104UL ) -#define XDDR_XMPU1_CFG_R00_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R00_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R00_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR00Mstr - */ -#define XDDR_XMPU1_CFG_R00_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000108UL ) -#define XDDR_XMPU1_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R00_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R00_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR00 - */ -#define XDDR_XMPU1_CFG_R00 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000010CUL ) -#define XDDR_XMPU1_CFG_R00_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R00_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R00_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R00_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R00_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R00_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R00_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R00_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R00_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R00_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R00_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R00_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R00_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR01Strt - */ -#define XDDR_XMPU1_CFG_R01_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000110UL ) -#define XDDR_XMPU1_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR01End - */ -#define XDDR_XMPU1_CFG_R01_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000114UL ) -#define XDDR_XMPU1_CFG_R01_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R01_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R01_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR01Mstr - */ -#define XDDR_XMPU1_CFG_R01_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000118UL ) -#define XDDR_XMPU1_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R01_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R01_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR01 - */ -#define XDDR_XMPU1_CFG_R01 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000011CUL ) -#define XDDR_XMPU1_CFG_R01_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R01_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R01_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R01_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R01_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R01_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R01_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R01_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R01_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R01_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R01_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R01_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R01_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR02Strt - */ -#define XDDR_XMPU1_CFG_R02_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000120UL ) -#define XDDR_XMPU1_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR02End - */ -#define XDDR_XMPU1_CFG_R02_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000124UL ) -#define XDDR_XMPU1_CFG_R02_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R02_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R02_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR02Mstr - */ -#define XDDR_XMPU1_CFG_R02_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000128UL ) -#define XDDR_XMPU1_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R02_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R02_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR02 - */ -#define XDDR_XMPU1_CFG_R02 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000012CUL ) -#define XDDR_XMPU1_CFG_R02_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R02_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R02_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R02_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R02_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R02_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R02_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R02_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R02_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R02_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R02_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R02_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R02_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR03Strt - */ -#define XDDR_XMPU1_CFG_R03_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000130UL ) -#define XDDR_XMPU1_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR03End - */ -#define XDDR_XMPU1_CFG_R03_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000134UL ) -#define XDDR_XMPU1_CFG_R03_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R03_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R03_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR03Mstr - */ -#define XDDR_XMPU1_CFG_R03_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000138UL ) -#define XDDR_XMPU1_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R03_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R03_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR03 - */ -#define XDDR_XMPU1_CFG_R03 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000013CUL ) -#define XDDR_XMPU1_CFG_R03_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R03_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R03_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R03_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R03_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R03_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R03_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R03_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R03_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R03_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R03_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R03_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R03_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR04Strt - */ -#define XDDR_XMPU1_CFG_R04_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000140UL ) -#define XDDR_XMPU1_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR04End - */ -#define XDDR_XMPU1_CFG_R04_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000144UL ) -#define XDDR_XMPU1_CFG_R04_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R04_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R04_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR04Mstr - */ -#define XDDR_XMPU1_CFG_R04_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000148UL ) -#define XDDR_XMPU1_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R04_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R04_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR04 - */ -#define XDDR_XMPU1_CFG_R04 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000014CUL ) -#define XDDR_XMPU1_CFG_R04_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R04_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R04_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R04_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R04_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R04_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R04_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R04_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R04_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R04_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R04_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R04_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R04_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR05Strt - */ -#define XDDR_XMPU1_CFG_R05_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000150UL ) -#define XDDR_XMPU1_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR05End - */ -#define XDDR_XMPU1_CFG_R05_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000154UL ) -#define XDDR_XMPU1_CFG_R05_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R05_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R05_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR05Mstr - */ -#define XDDR_XMPU1_CFG_R05_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000158UL ) -#define XDDR_XMPU1_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R05_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R05_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR05 - */ -#define XDDR_XMPU1_CFG_R05 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000015CUL ) -#define XDDR_XMPU1_CFG_R05_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R05_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R05_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R05_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R05_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R05_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R05_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R05_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R05_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R05_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R05_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R05_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R05_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR06Strt - */ -#define XDDR_XMPU1_CFG_R06_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000160UL ) -#define XDDR_XMPU1_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR06End - */ -#define XDDR_XMPU1_CFG_R06_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000164UL ) -#define XDDR_XMPU1_CFG_R06_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R06_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R06_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR06Mstr - */ -#define XDDR_XMPU1_CFG_R06_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000168UL ) -#define XDDR_XMPU1_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R06_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R06_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR06 - */ -#define XDDR_XMPU1_CFG_R06 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000016CUL ) -#define XDDR_XMPU1_CFG_R06_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R06_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R06_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R06_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R06_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R06_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R06_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R06_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R06_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R06_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R06_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R06_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R06_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR07Strt - */ -#define XDDR_XMPU1_CFG_R07_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000170UL ) -#define XDDR_XMPU1_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR07End - */ -#define XDDR_XMPU1_CFG_R07_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000174UL ) -#define XDDR_XMPU1_CFG_R07_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R07_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R07_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR07Mstr - */ -#define XDDR_XMPU1_CFG_R07_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000178UL ) -#define XDDR_XMPU1_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R07_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R07_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR07 - */ -#define XDDR_XMPU1_CFG_R07 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000017CUL ) -#define XDDR_XMPU1_CFG_R07_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R07_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R07_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R07_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R07_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R07_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R07_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R07_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R07_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R07_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R07_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R07_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R07_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR08Strt - */ -#define XDDR_XMPU1_CFG_R08_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000180UL ) -#define XDDR_XMPU1_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR08End - */ -#define XDDR_XMPU1_CFG_R08_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000184UL ) -#define XDDR_XMPU1_CFG_R08_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R08_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R08_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR08Mstr - */ -#define XDDR_XMPU1_CFG_R08_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000188UL ) -#define XDDR_XMPU1_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R08_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R08_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR08 - */ -#define XDDR_XMPU1_CFG_R08 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000018CUL ) -#define XDDR_XMPU1_CFG_R08_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R08_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R08_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R08_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R08_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R08_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R08_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R08_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R08_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R08_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R08_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R08_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R08_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR09Strt - */ -#define XDDR_XMPU1_CFG_R09_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000190UL ) -#define XDDR_XMPU1_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR09End - */ -#define XDDR_XMPU1_CFG_R09_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000194UL ) -#define XDDR_XMPU1_CFG_R09_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R09_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R09_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR09Mstr - */ -#define XDDR_XMPU1_CFG_R09_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x00000198UL ) -#define XDDR_XMPU1_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R09_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R09_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR09 - */ -#define XDDR_XMPU1_CFG_R09 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x0000019CUL ) -#define XDDR_XMPU1_CFG_R09_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R09_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R09_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R09_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R09_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R09_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R09_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R09_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R09_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R09_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R09_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R09_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R09_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR10Strt - */ -#define XDDR_XMPU1_CFG_R10_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001A0UL ) -#define XDDR_XMPU1_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR10End - */ -#define XDDR_XMPU1_CFG_R10_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001A4UL ) -#define XDDR_XMPU1_CFG_R10_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R10_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R10_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR10Mstr - */ -#define XDDR_XMPU1_CFG_R10_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001A8UL ) -#define XDDR_XMPU1_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R10_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R10_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR10 - */ -#define XDDR_XMPU1_CFG_R10 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001ACUL ) -#define XDDR_XMPU1_CFG_R10_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R10_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R10_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R10_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R10_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R10_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R10_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R10_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R10_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R10_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R10_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R10_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R10_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR11Strt - */ -#define XDDR_XMPU1_CFG_R11_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001B0UL ) -#define XDDR_XMPU1_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR11End - */ -#define XDDR_XMPU1_CFG_R11_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001B4UL ) -#define XDDR_XMPU1_CFG_R11_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R11_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R11_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR11Mstr - */ -#define XDDR_XMPU1_CFG_R11_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001B8UL ) -#define XDDR_XMPU1_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R11_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R11_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR11 - */ -#define XDDR_XMPU1_CFG_R11 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001BCUL ) -#define XDDR_XMPU1_CFG_R11_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R11_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R11_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R11_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R11_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R11_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R11_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R11_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R11_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R11_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R11_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R11_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R11_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR12Strt - */ -#define XDDR_XMPU1_CFG_R12_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001C0UL ) -#define XDDR_XMPU1_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR12End - */ -#define XDDR_XMPU1_CFG_R12_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001C4UL ) -#define XDDR_XMPU1_CFG_R12_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R12_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R12_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR12Mstr - */ -#define XDDR_XMPU1_CFG_R12_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001C8UL ) -#define XDDR_XMPU1_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R12_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R12_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR12 - */ -#define XDDR_XMPU1_CFG_R12 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001CCUL ) -#define XDDR_XMPU1_CFG_R12_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R12_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R12_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R12_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R12_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R12_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R12_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R12_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R12_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R12_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R12_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R12_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R12_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR13Strt - */ -#define XDDR_XMPU1_CFG_R13_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001D0UL ) -#define XDDR_XMPU1_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR13End - */ -#define XDDR_XMPU1_CFG_R13_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001D4UL ) -#define XDDR_XMPU1_CFG_R13_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R13_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R13_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR13Mstr - */ -#define XDDR_XMPU1_CFG_R13_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001D8UL ) -#define XDDR_XMPU1_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R13_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R13_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR13 - */ -#define XDDR_XMPU1_CFG_R13 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001DCUL ) -#define XDDR_XMPU1_CFG_R13_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R13_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R13_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R13_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R13_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R13_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R13_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R13_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R13_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R13_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R13_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R13_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R13_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR14Strt - */ -#define XDDR_XMPU1_CFG_R14_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001E0UL ) -#define XDDR_XMPU1_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR14End - */ -#define XDDR_XMPU1_CFG_R14_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001E4UL ) -#define XDDR_XMPU1_CFG_R14_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R14_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R14_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR14Mstr - */ -#define XDDR_XMPU1_CFG_R14_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001E8UL ) -#define XDDR_XMPU1_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R14_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R14_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR14 - */ -#define XDDR_XMPU1_CFG_R14 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001ECUL ) -#define XDDR_XMPU1_CFG_R14_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R14_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R14_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R14_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R14_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R14_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R14_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R14_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R14_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R14_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R14_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R14_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R14_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR15Strt - */ -#define XDDR_XMPU1_CFG_R15_STRT ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001F0UL ) -#define XDDR_XMPU1_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR15End - */ -#define XDDR_XMPU1_CFG_R15_END ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001F4UL ) -#define XDDR_XMPU1_CFG_R15_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R15_END_ADDR_SHIFT 0UL -#define XDDR_XMPU1_CFG_R15_END_ADDR_WIDTH 28UL -#define XDDR_XMPU1_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU1_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR15Mstr - */ -#define XDDR_XMPU1_CFG_R15_MSTR ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001F8UL ) -#define XDDR_XMPU1_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU1_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU1_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU1_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU1_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R15_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU1_CFG_R15_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU1_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU1_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu1CfgR15 - */ -#define XDDR_XMPU1_CFG_R15 ( ( XDDR_XMPU1_CFG_BASEADDR ) + 0x000001FCUL ) -#define XDDR_XMPU1_CFG_R15_RSTVAL 0x00000008UL - -#define XDDR_XMPU1_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU1_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU1_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU1_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R15_REGNNS_SHIFT 3UL -#define XDDR_XMPU1_CFG_R15_REGNNS_WIDTH 1UL -#define XDDR_XMPU1_CFG_R15_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU1_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU1_CFG_R15_WRALWD_SHIFT 2UL -#define XDDR_XMPU1_CFG_R15_WRALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R15_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU1_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R15_RDALWD_SHIFT 1UL -#define XDDR_XMPU1_CFG_R15_RDALWD_WIDTH 1UL -#define XDDR_XMPU1_CFG_R15_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU1_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU1_CFG_R15_EN_SHIFT 0UL -#define XDDR_XMPU1_CFG_R15_EN_WIDTH 1UL -#define XDDR_XMPU1_CFG_R15_EN_MASK 0x00000001UL -#define XDDR_XMPU1_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ -#ifdef __cplusplus -} -#endif - -#endif /* __XDDR_XMPU1_CFG_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu2_cfg.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu2_cfg.h deleted file mode 100644 index 9d7146c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu2_cfg.h +++ /dev/null @@ -1,1313 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XDDR_XMPU2_CFG_H__ -#define __XDDR_XMPU2_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ -/** - * XddrXmpu2Cfg Base Address - */ -#define XDDR_XMPU2_CFG_BASEADDR 0xFD020000UL - -/** - * Register: XddrXmpu2CfgCtrl - */ -#define XDDR_XMPU2_CFG_CTRL ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000000UL ) -#define XDDR_XMPU2_CFG_CTRL_RSTVAL 0x00000003UL - -#define XDDR_XMPU2_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XDDR_XMPU2_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XDDR_XMPU2_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XDDR_XMPU2_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XDDR_XMPU2_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XDDR_XMPU2_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XddrXmpu2CfgErrSts1 - */ -#define XDDR_XMPU2_CFG_ERR_STS1 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000004UL ) -#define XDDR_XMPU2_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XDDR_XMPU2_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XDDR_XMPU2_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgErrSts2 - */ -#define XDDR_XMPU2_CFG_ERR_STS2 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000008UL ) -#define XDDR_XMPU2_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgPoison - */ -#define XDDR_XMPU2_CFG_POISON ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000000CUL ) -#define XDDR_XMPU2_CFG_POISON_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_POISON_ATTRIB_SHIFT 20UL -#define XDDR_XMPU2_CFG_POISON_ATTRIB_WIDTH 12UL -#define XDDR_XMPU2_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XDDR_XMPU2_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_POISON_BASE_SHIFT 0UL -#define XDDR_XMPU2_CFG_POISON_BASE_WIDTH 20UL -#define XDDR_XMPU2_CFG_POISON_BASE_MASK 0x000fffffUL -#define XDDR_XMPU2_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgIsr - */ -#define XDDR_XMPU2_CFG_ISR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000010UL ) -#define XDDR_XMPU2_CFG_ISR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU2_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU2_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU2_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_ISR_INV_APB_SHIFT 0UL -#define XDDR_XMPU2_CFG_ISR_INV_APB_WIDTH 1UL -#define XDDR_XMPU2_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgImr - */ -#define XDDR_XMPU2_CFG_IMR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000014UL ) -#define XDDR_XMPU2_CFG_IMR_RSTVAL 0x0000000fUL - -#define XDDR_XMPU2_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU2_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU2_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU2_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_IMR_INV_APB_SHIFT 0UL -#define XDDR_XMPU2_CFG_IMR_INV_APB_WIDTH 1UL -#define XDDR_XMPU2_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XddrXmpu2CfgIen - */ -#define XDDR_XMPU2_CFG_IEN ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000018UL ) -#define XDDR_XMPU2_CFG_IEN_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU2_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU2_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU2_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_IEN_INV_APB_SHIFT 0UL -#define XDDR_XMPU2_CFG_IEN_INV_APB_WIDTH 1UL -#define XDDR_XMPU2_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgIds - */ -#define XDDR_XMPU2_CFG_IDS ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000001CUL ) -#define XDDR_XMPU2_CFG_IDS_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU2_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU2_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU2_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU2_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_IDS_INV_APB_SHIFT 0UL -#define XDDR_XMPU2_CFG_IDS_INV_APB_WIDTH 1UL -#define XDDR_XMPU2_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgLock - */ -#define XDDR_XMPU2_CFG_LOCK ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000020UL ) -#define XDDR_XMPU2_CFG_LOCK_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XDDR_XMPU2_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XDDR_XMPU2_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR00Strt - */ -#define XDDR_XMPU2_CFG_R00_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000100UL ) -#define XDDR_XMPU2_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR00End - */ -#define XDDR_XMPU2_CFG_R00_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000104UL ) -#define XDDR_XMPU2_CFG_R00_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R00_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R00_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR00Mstr - */ -#define XDDR_XMPU2_CFG_R00_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000108UL ) -#define XDDR_XMPU2_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R00_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R00_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR00 - */ -#define XDDR_XMPU2_CFG_R00 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000010CUL ) -#define XDDR_XMPU2_CFG_R00_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R00_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R00_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R00_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R00_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R00_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R00_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R00_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R00_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R00_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R00_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R00_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R00_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR01Strt - */ -#define XDDR_XMPU2_CFG_R01_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000110UL ) -#define XDDR_XMPU2_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR01End - */ -#define XDDR_XMPU2_CFG_R01_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000114UL ) -#define XDDR_XMPU2_CFG_R01_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R01_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R01_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR01Mstr - */ -#define XDDR_XMPU2_CFG_R01_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000118UL ) -#define XDDR_XMPU2_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R01_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R01_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR01 - */ -#define XDDR_XMPU2_CFG_R01 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000011CUL ) -#define XDDR_XMPU2_CFG_R01_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R01_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R01_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R01_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R01_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R01_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R01_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R01_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R01_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R01_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R01_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R01_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R01_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR02Strt - */ -#define XDDR_XMPU2_CFG_R02_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000120UL ) -#define XDDR_XMPU2_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR02End - */ -#define XDDR_XMPU2_CFG_R02_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000124UL ) -#define XDDR_XMPU2_CFG_R02_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R02_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R02_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR02Mstr - */ -#define XDDR_XMPU2_CFG_R02_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000128UL ) -#define XDDR_XMPU2_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R02_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R02_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR02 - */ -#define XDDR_XMPU2_CFG_R02 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000012CUL ) -#define XDDR_XMPU2_CFG_R02_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R02_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R02_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R02_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R02_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R02_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R02_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R02_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R02_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R02_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R02_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R02_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R02_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR03Strt - */ -#define XDDR_XMPU2_CFG_R03_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000130UL ) -#define XDDR_XMPU2_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR03End - */ -#define XDDR_XMPU2_CFG_R03_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000134UL ) -#define XDDR_XMPU2_CFG_R03_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R03_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R03_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR03Mstr - */ -#define XDDR_XMPU2_CFG_R03_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000138UL ) -#define XDDR_XMPU2_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R03_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R03_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR03 - */ -#define XDDR_XMPU2_CFG_R03 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000013CUL ) -#define XDDR_XMPU2_CFG_R03_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R03_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R03_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R03_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R03_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R03_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R03_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R03_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R03_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R03_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R03_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R03_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R03_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR04Strt - */ -#define XDDR_XMPU2_CFG_R04_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000140UL ) -#define XDDR_XMPU2_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR04End - */ -#define XDDR_XMPU2_CFG_R04_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000144UL ) -#define XDDR_XMPU2_CFG_R04_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R04_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R04_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR04Mstr - */ -#define XDDR_XMPU2_CFG_R04_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000148UL ) -#define XDDR_XMPU2_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R04_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R04_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR04 - */ -#define XDDR_XMPU2_CFG_R04 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000014CUL ) -#define XDDR_XMPU2_CFG_R04_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R04_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R04_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R04_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R04_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R04_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R04_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R04_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R04_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R04_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R04_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R04_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R04_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR05Strt - */ -#define XDDR_XMPU2_CFG_R05_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000150UL ) -#define XDDR_XMPU2_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR05End - */ -#define XDDR_XMPU2_CFG_R05_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000154UL ) -#define XDDR_XMPU2_CFG_R05_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R05_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R05_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR05Mstr - */ -#define XDDR_XMPU2_CFG_R05_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000158UL ) -#define XDDR_XMPU2_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R05_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R05_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR05 - */ -#define XDDR_XMPU2_CFG_R05 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000015CUL ) -#define XDDR_XMPU2_CFG_R05_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R05_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R05_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R05_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R05_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R05_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R05_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R05_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R05_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R05_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R05_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R05_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R05_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR06Strt - */ -#define XDDR_XMPU2_CFG_R06_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000160UL ) -#define XDDR_XMPU2_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR06End - */ -#define XDDR_XMPU2_CFG_R06_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000164UL ) -#define XDDR_XMPU2_CFG_R06_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R06_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R06_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR06Mstr - */ -#define XDDR_XMPU2_CFG_R06_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000168UL ) -#define XDDR_XMPU2_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R06_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R06_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR06 - */ -#define XDDR_XMPU2_CFG_R06 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000016CUL ) -#define XDDR_XMPU2_CFG_R06_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R06_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R06_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R06_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R06_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R06_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R06_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R06_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R06_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R06_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R06_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R06_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R06_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR07Strt - */ -#define XDDR_XMPU2_CFG_R07_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000170UL ) -#define XDDR_XMPU2_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR07End - */ -#define XDDR_XMPU2_CFG_R07_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000174UL ) -#define XDDR_XMPU2_CFG_R07_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R07_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R07_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR07Mstr - */ -#define XDDR_XMPU2_CFG_R07_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000178UL ) -#define XDDR_XMPU2_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R07_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R07_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR07 - */ -#define XDDR_XMPU2_CFG_R07 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000017CUL ) -#define XDDR_XMPU2_CFG_R07_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R07_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R07_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R07_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R07_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R07_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R07_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R07_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R07_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R07_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R07_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R07_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R07_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR08Strt - */ -#define XDDR_XMPU2_CFG_R08_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000180UL ) -#define XDDR_XMPU2_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR08End - */ -#define XDDR_XMPU2_CFG_R08_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000184UL ) -#define XDDR_XMPU2_CFG_R08_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R08_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R08_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR08Mstr - */ -#define XDDR_XMPU2_CFG_R08_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000188UL ) -#define XDDR_XMPU2_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R08_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R08_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR08 - */ -#define XDDR_XMPU2_CFG_R08 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000018CUL ) -#define XDDR_XMPU2_CFG_R08_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R08_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R08_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R08_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R08_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R08_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R08_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R08_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R08_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R08_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R08_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R08_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R08_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR09Strt - */ -#define XDDR_XMPU2_CFG_R09_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000190UL ) -#define XDDR_XMPU2_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR09End - */ -#define XDDR_XMPU2_CFG_R09_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000194UL ) -#define XDDR_XMPU2_CFG_R09_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R09_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R09_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR09Mstr - */ -#define XDDR_XMPU2_CFG_R09_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x00000198UL ) -#define XDDR_XMPU2_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R09_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R09_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR09 - */ -#define XDDR_XMPU2_CFG_R09 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x0000019CUL ) -#define XDDR_XMPU2_CFG_R09_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R09_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R09_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R09_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R09_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R09_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R09_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R09_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R09_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R09_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R09_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R09_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R09_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR10Strt - */ -#define XDDR_XMPU2_CFG_R10_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001A0UL ) -#define XDDR_XMPU2_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR10End - */ -#define XDDR_XMPU2_CFG_R10_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001A4UL ) -#define XDDR_XMPU2_CFG_R10_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R10_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R10_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR10Mstr - */ -#define XDDR_XMPU2_CFG_R10_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001A8UL ) -#define XDDR_XMPU2_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R10_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R10_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR10 - */ -#define XDDR_XMPU2_CFG_R10 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001ACUL ) -#define XDDR_XMPU2_CFG_R10_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R10_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R10_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R10_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R10_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R10_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R10_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R10_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R10_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R10_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R10_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R10_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R10_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR11Strt - */ -#define XDDR_XMPU2_CFG_R11_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001B0UL ) -#define XDDR_XMPU2_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR11End - */ -#define XDDR_XMPU2_CFG_R11_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001B4UL ) -#define XDDR_XMPU2_CFG_R11_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R11_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R11_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR11Mstr - */ -#define XDDR_XMPU2_CFG_R11_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001B8UL ) -#define XDDR_XMPU2_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R11_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R11_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR11 - */ -#define XDDR_XMPU2_CFG_R11 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001BCUL ) -#define XDDR_XMPU2_CFG_R11_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R11_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R11_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R11_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R11_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R11_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R11_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R11_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R11_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R11_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R11_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R11_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R11_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR12Strt - */ -#define XDDR_XMPU2_CFG_R12_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001C0UL ) -#define XDDR_XMPU2_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR12End - */ -#define XDDR_XMPU2_CFG_R12_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001C4UL ) -#define XDDR_XMPU2_CFG_R12_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R12_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R12_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR12Mstr - */ -#define XDDR_XMPU2_CFG_R12_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001C8UL ) -#define XDDR_XMPU2_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R12_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R12_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR12 - */ -#define XDDR_XMPU2_CFG_R12 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001CCUL ) -#define XDDR_XMPU2_CFG_R12_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R12_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R12_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R12_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R12_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R12_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R12_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R12_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R12_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R12_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R12_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R12_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R12_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR13Strt - */ -#define XDDR_XMPU2_CFG_R13_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001D0UL ) -#define XDDR_XMPU2_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR13End - */ -#define XDDR_XMPU2_CFG_R13_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001D4UL ) -#define XDDR_XMPU2_CFG_R13_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R13_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R13_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR13Mstr - */ -#define XDDR_XMPU2_CFG_R13_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001D8UL ) -#define XDDR_XMPU2_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R13_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R13_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR13 - */ -#define XDDR_XMPU2_CFG_R13 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001DCUL ) -#define XDDR_XMPU2_CFG_R13_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R13_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R13_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R13_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R13_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R13_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R13_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R13_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R13_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R13_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R13_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R13_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R13_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR14Strt - */ -#define XDDR_XMPU2_CFG_R14_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001E0UL ) -#define XDDR_XMPU2_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR14End - */ -#define XDDR_XMPU2_CFG_R14_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001E4UL ) -#define XDDR_XMPU2_CFG_R14_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R14_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R14_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR14Mstr - */ -#define XDDR_XMPU2_CFG_R14_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001E8UL ) -#define XDDR_XMPU2_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R14_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R14_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR14 - */ -#define XDDR_XMPU2_CFG_R14 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001ECUL ) -#define XDDR_XMPU2_CFG_R14_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R14_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R14_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R14_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R14_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R14_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R14_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R14_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R14_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R14_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R14_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R14_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R14_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR15Strt - */ -#define XDDR_XMPU2_CFG_R15_STRT ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001F0UL ) -#define XDDR_XMPU2_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR15End - */ -#define XDDR_XMPU2_CFG_R15_END ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001F4UL ) -#define XDDR_XMPU2_CFG_R15_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R15_END_ADDR_SHIFT 0UL -#define XDDR_XMPU2_CFG_R15_END_ADDR_WIDTH 28UL -#define XDDR_XMPU2_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU2_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR15Mstr - */ -#define XDDR_XMPU2_CFG_R15_MSTR ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001F8UL ) -#define XDDR_XMPU2_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU2_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU2_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU2_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU2_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R15_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU2_CFG_R15_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU2_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU2_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu2CfgR15 - */ -#define XDDR_XMPU2_CFG_R15 ( ( XDDR_XMPU2_CFG_BASEADDR ) + 0x000001FCUL ) -#define XDDR_XMPU2_CFG_R15_RSTVAL 0x00000008UL - -#define XDDR_XMPU2_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU2_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU2_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU2_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R15_REGNNS_SHIFT 3UL -#define XDDR_XMPU2_CFG_R15_REGNNS_WIDTH 1UL -#define XDDR_XMPU2_CFG_R15_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU2_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU2_CFG_R15_WRALWD_SHIFT 2UL -#define XDDR_XMPU2_CFG_R15_WRALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R15_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU2_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R15_RDALWD_SHIFT 1UL -#define XDDR_XMPU2_CFG_R15_RDALWD_WIDTH 1UL -#define XDDR_XMPU2_CFG_R15_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU2_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU2_CFG_R15_EN_SHIFT 0UL -#define XDDR_XMPU2_CFG_R15_EN_WIDTH 1UL -#define XDDR_XMPU2_CFG_R15_EN_MASK 0x00000001UL -#define XDDR_XMPU2_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ -#ifdef __cplusplus -} -#endif - -#endif /* __XDDR_XMPU2_CFG_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu3_cfg.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu3_cfg.h deleted file mode 100644 index 6b15587..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu3_cfg.h +++ /dev/null @@ -1,1315 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XDDR_XMPU3_CFG_H__ -#define __XDDR_XMPU3_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XddrXmpu3Cfg Base Address - */ -#define XDDR_XMPU3_CFG_BASEADDR 0xFD030000UL - -/** - * Register: XddrXmpu3CfgCtrl - */ -#define XDDR_XMPU3_CFG_CTRL ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000000UL ) -#define XDDR_XMPU3_CFG_CTRL_RSTVAL 0x00000003UL - -#define XDDR_XMPU3_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XDDR_XMPU3_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XDDR_XMPU3_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XDDR_XMPU3_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XDDR_XMPU3_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XDDR_XMPU3_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XddrXmpu3CfgErrSts1 - */ -#define XDDR_XMPU3_CFG_ERR_STS1 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000004UL ) -#define XDDR_XMPU3_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XDDR_XMPU3_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XDDR_XMPU3_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgErrSts2 - */ -#define XDDR_XMPU3_CFG_ERR_STS2 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000008UL ) -#define XDDR_XMPU3_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgPoison - */ -#define XDDR_XMPU3_CFG_POISON ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000000CUL ) -#define XDDR_XMPU3_CFG_POISON_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_POISON_ATTRIB_SHIFT 20UL -#define XDDR_XMPU3_CFG_POISON_ATTRIB_WIDTH 12UL -#define XDDR_XMPU3_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XDDR_XMPU3_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_POISON_BASE_SHIFT 0UL -#define XDDR_XMPU3_CFG_POISON_BASE_WIDTH 20UL -#define XDDR_XMPU3_CFG_POISON_BASE_MASK 0x000fffffUL -#define XDDR_XMPU3_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgIsr - */ -#define XDDR_XMPU3_CFG_ISR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000010UL ) -#define XDDR_XMPU3_CFG_ISR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU3_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU3_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU3_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_ISR_INV_APB_SHIFT 0UL -#define XDDR_XMPU3_CFG_ISR_INV_APB_WIDTH 1UL -#define XDDR_XMPU3_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgImr - */ -#define XDDR_XMPU3_CFG_IMR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000014UL ) -#define XDDR_XMPU3_CFG_IMR_RSTVAL 0x0000000fUL - -#define XDDR_XMPU3_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU3_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU3_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU3_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_IMR_INV_APB_SHIFT 0UL -#define XDDR_XMPU3_CFG_IMR_INV_APB_WIDTH 1UL -#define XDDR_XMPU3_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XddrXmpu3CfgIen - */ -#define XDDR_XMPU3_CFG_IEN ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000018UL ) -#define XDDR_XMPU3_CFG_IEN_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU3_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU3_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU3_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_IEN_INV_APB_SHIFT 0UL -#define XDDR_XMPU3_CFG_IEN_INV_APB_WIDTH 1UL -#define XDDR_XMPU3_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgIds - */ -#define XDDR_XMPU3_CFG_IDS ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000001CUL ) -#define XDDR_XMPU3_CFG_IDS_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU3_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU3_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU3_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU3_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_IDS_INV_APB_SHIFT 0UL -#define XDDR_XMPU3_CFG_IDS_INV_APB_WIDTH 1UL -#define XDDR_XMPU3_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgLock - */ -#define XDDR_XMPU3_CFG_LOCK ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000020UL ) -#define XDDR_XMPU3_CFG_LOCK_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XDDR_XMPU3_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XDDR_XMPU3_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR00Strt - */ -#define XDDR_XMPU3_CFG_R00_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000100UL ) -#define XDDR_XMPU3_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR00End - */ -#define XDDR_XMPU3_CFG_R00_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000104UL ) -#define XDDR_XMPU3_CFG_R00_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R00_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R00_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR00Mstr - */ -#define XDDR_XMPU3_CFG_R00_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000108UL ) -#define XDDR_XMPU3_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R00_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R00_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR00 - */ -#define XDDR_XMPU3_CFG_R00 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000010CUL ) -#define XDDR_XMPU3_CFG_R00_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R00_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R00_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R00_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R00_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R00_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R00_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R00_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R00_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R00_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R00_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R00_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R00_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR01Strt - */ -#define XDDR_XMPU3_CFG_R01_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000110UL ) -#define XDDR_XMPU3_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR01End - */ -#define XDDR_XMPU3_CFG_R01_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000114UL ) -#define XDDR_XMPU3_CFG_R01_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R01_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R01_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR01Mstr - */ -#define XDDR_XMPU3_CFG_R01_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000118UL ) -#define XDDR_XMPU3_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R01_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R01_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR01 - */ -#define XDDR_XMPU3_CFG_R01 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000011CUL ) -#define XDDR_XMPU3_CFG_R01_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R01_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R01_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R01_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R01_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R01_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R01_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R01_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R01_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R01_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R01_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R01_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R01_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR02Strt - */ -#define XDDR_XMPU3_CFG_R02_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000120UL ) -#define XDDR_XMPU3_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR02End - */ -#define XDDR_XMPU3_CFG_R02_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000124UL ) -#define XDDR_XMPU3_CFG_R02_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R02_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R02_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR02Mstr - */ -#define XDDR_XMPU3_CFG_R02_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000128UL ) -#define XDDR_XMPU3_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R02_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R02_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR02 - */ -#define XDDR_XMPU3_CFG_R02 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000012CUL ) -#define XDDR_XMPU3_CFG_R02_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R02_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R02_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R02_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R02_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R02_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R02_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R02_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R02_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R02_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R02_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R02_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R02_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR03Strt - */ -#define XDDR_XMPU3_CFG_R03_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000130UL ) -#define XDDR_XMPU3_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR03End - */ -#define XDDR_XMPU3_CFG_R03_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000134UL ) -#define XDDR_XMPU3_CFG_R03_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R03_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R03_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR03Mstr - */ -#define XDDR_XMPU3_CFG_R03_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000138UL ) -#define XDDR_XMPU3_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R03_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R03_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR03 - */ -#define XDDR_XMPU3_CFG_R03 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000013CUL ) -#define XDDR_XMPU3_CFG_R03_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R03_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R03_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R03_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R03_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R03_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R03_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R03_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R03_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R03_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R03_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R03_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R03_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR04Strt - */ -#define XDDR_XMPU3_CFG_R04_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000140UL ) -#define XDDR_XMPU3_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR04End - */ -#define XDDR_XMPU3_CFG_R04_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000144UL ) -#define XDDR_XMPU3_CFG_R04_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R04_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R04_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR04Mstr - */ -#define XDDR_XMPU3_CFG_R04_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000148UL ) -#define XDDR_XMPU3_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R04_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R04_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR04 - */ -#define XDDR_XMPU3_CFG_R04 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000014CUL ) -#define XDDR_XMPU3_CFG_R04_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R04_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R04_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R04_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R04_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R04_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R04_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R04_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R04_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R04_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R04_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R04_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R04_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR05Strt - */ -#define XDDR_XMPU3_CFG_R05_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000150UL ) -#define XDDR_XMPU3_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR05End - */ -#define XDDR_XMPU3_CFG_R05_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000154UL ) -#define XDDR_XMPU3_CFG_R05_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R05_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R05_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR05Mstr - */ -#define XDDR_XMPU3_CFG_R05_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000158UL ) -#define XDDR_XMPU3_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R05_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R05_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR05 - */ -#define XDDR_XMPU3_CFG_R05 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000015CUL ) -#define XDDR_XMPU3_CFG_R05_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R05_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R05_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R05_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R05_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R05_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R05_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R05_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R05_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R05_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R05_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R05_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R05_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR06Strt - */ -#define XDDR_XMPU3_CFG_R06_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000160UL ) -#define XDDR_XMPU3_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR06End - */ -#define XDDR_XMPU3_CFG_R06_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000164UL ) -#define XDDR_XMPU3_CFG_R06_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R06_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R06_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR06Mstr - */ -#define XDDR_XMPU3_CFG_R06_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000168UL ) -#define XDDR_XMPU3_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R06_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R06_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR06 - */ -#define XDDR_XMPU3_CFG_R06 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000016CUL ) -#define XDDR_XMPU3_CFG_R06_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R06_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R06_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R06_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R06_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R06_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R06_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R06_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R06_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R06_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R06_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R06_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R06_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR07Strt - */ -#define XDDR_XMPU3_CFG_R07_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000170UL ) -#define XDDR_XMPU3_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR07End - */ -#define XDDR_XMPU3_CFG_R07_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000174UL ) -#define XDDR_XMPU3_CFG_R07_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R07_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R07_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR07Mstr - */ -#define XDDR_XMPU3_CFG_R07_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000178UL ) -#define XDDR_XMPU3_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R07_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R07_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR07 - */ -#define XDDR_XMPU3_CFG_R07 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000017CUL ) -#define XDDR_XMPU3_CFG_R07_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R07_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R07_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R07_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R07_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R07_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R07_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R07_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R07_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R07_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R07_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R07_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R07_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR08Strt - */ -#define XDDR_XMPU3_CFG_R08_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000180UL ) -#define XDDR_XMPU3_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR08End - */ -#define XDDR_XMPU3_CFG_R08_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000184UL ) -#define XDDR_XMPU3_CFG_R08_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R08_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R08_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR08Mstr - */ -#define XDDR_XMPU3_CFG_R08_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000188UL ) -#define XDDR_XMPU3_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R08_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R08_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR08 - */ -#define XDDR_XMPU3_CFG_R08 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000018CUL ) -#define XDDR_XMPU3_CFG_R08_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R08_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R08_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R08_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R08_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R08_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R08_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R08_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R08_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R08_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R08_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R08_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R08_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR09Strt - */ -#define XDDR_XMPU3_CFG_R09_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000190UL ) -#define XDDR_XMPU3_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR09End - */ -#define XDDR_XMPU3_CFG_R09_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000194UL ) -#define XDDR_XMPU3_CFG_R09_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R09_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R09_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR09Mstr - */ -#define XDDR_XMPU3_CFG_R09_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x00000198UL ) -#define XDDR_XMPU3_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R09_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R09_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR09 - */ -#define XDDR_XMPU3_CFG_R09 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x0000019CUL ) -#define XDDR_XMPU3_CFG_R09_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R09_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R09_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R09_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R09_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R09_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R09_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R09_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R09_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R09_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R09_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R09_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R09_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR10Strt - */ -#define XDDR_XMPU3_CFG_R10_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001A0UL ) -#define XDDR_XMPU3_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR10End - */ -#define XDDR_XMPU3_CFG_R10_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001A4UL ) -#define XDDR_XMPU3_CFG_R10_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R10_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R10_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR10Mstr - */ -#define XDDR_XMPU3_CFG_R10_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001A8UL ) -#define XDDR_XMPU3_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R10_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R10_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR10 - */ -#define XDDR_XMPU3_CFG_R10 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001ACUL ) -#define XDDR_XMPU3_CFG_R10_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R10_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R10_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R10_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R10_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R10_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R10_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R10_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R10_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R10_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R10_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R10_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R10_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR11Strt - */ -#define XDDR_XMPU3_CFG_R11_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001B0UL ) -#define XDDR_XMPU3_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR11End - */ -#define XDDR_XMPU3_CFG_R11_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001B4UL ) -#define XDDR_XMPU3_CFG_R11_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R11_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R11_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR11Mstr - */ -#define XDDR_XMPU3_CFG_R11_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001B8UL ) -#define XDDR_XMPU3_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R11_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R11_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR11 - */ -#define XDDR_XMPU3_CFG_R11 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001BCUL ) -#define XDDR_XMPU3_CFG_R11_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R11_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R11_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R11_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R11_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R11_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R11_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R11_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R11_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R11_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R11_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R11_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R11_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR12Strt - */ -#define XDDR_XMPU3_CFG_R12_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001C0UL ) -#define XDDR_XMPU3_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR12End - */ -#define XDDR_XMPU3_CFG_R12_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001C4UL ) -#define XDDR_XMPU3_CFG_R12_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R12_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R12_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR12Mstr - */ -#define XDDR_XMPU3_CFG_R12_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001C8UL ) -#define XDDR_XMPU3_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R12_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R12_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR12 - */ -#define XDDR_XMPU3_CFG_R12 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001CCUL ) -#define XDDR_XMPU3_CFG_R12_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R12_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R12_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R12_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R12_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R12_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R12_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R12_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R12_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R12_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R12_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R12_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R12_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR13Strt - */ -#define XDDR_XMPU3_CFG_R13_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001D0UL ) -#define XDDR_XMPU3_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR13End - */ -#define XDDR_XMPU3_CFG_R13_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001D4UL ) -#define XDDR_XMPU3_CFG_R13_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R13_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R13_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR13Mstr - */ -#define XDDR_XMPU3_CFG_R13_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001D8UL ) -#define XDDR_XMPU3_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R13_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R13_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR13 - */ -#define XDDR_XMPU3_CFG_R13 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001DCUL ) -#define XDDR_XMPU3_CFG_R13_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R13_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R13_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R13_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R13_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R13_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R13_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R13_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R13_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R13_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R13_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R13_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R13_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR14Strt - */ -#define XDDR_XMPU3_CFG_R14_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001E0UL ) -#define XDDR_XMPU3_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR14End - */ -#define XDDR_XMPU3_CFG_R14_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001E4UL ) -#define XDDR_XMPU3_CFG_R14_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R14_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R14_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR14Mstr - */ -#define XDDR_XMPU3_CFG_R14_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001E8UL ) -#define XDDR_XMPU3_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R14_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R14_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR14 - */ -#define XDDR_XMPU3_CFG_R14 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001ECUL ) -#define XDDR_XMPU3_CFG_R14_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R14_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R14_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R14_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R14_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R14_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R14_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R14_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R14_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R14_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R14_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R14_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R14_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR15Strt - */ -#define XDDR_XMPU3_CFG_R15_STRT ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001F0UL ) -#define XDDR_XMPU3_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR15End - */ -#define XDDR_XMPU3_CFG_R15_END ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001F4UL ) -#define XDDR_XMPU3_CFG_R15_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R15_END_ADDR_SHIFT 0UL -#define XDDR_XMPU3_CFG_R15_END_ADDR_WIDTH 28UL -#define XDDR_XMPU3_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU3_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR15Mstr - */ -#define XDDR_XMPU3_CFG_R15_MSTR ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001F8UL ) -#define XDDR_XMPU3_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU3_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU3_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU3_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU3_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R15_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU3_CFG_R15_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU3_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU3_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu3CfgR15 - */ -#define XDDR_XMPU3_CFG_R15 ( ( XDDR_XMPU3_CFG_BASEADDR ) + 0x000001FCUL ) -#define XDDR_XMPU3_CFG_R15_RSTVAL 0x00000008UL - -#define XDDR_XMPU3_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU3_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU3_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU3_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R15_REGNNS_SHIFT 3UL -#define XDDR_XMPU3_CFG_R15_REGNNS_WIDTH 1UL -#define XDDR_XMPU3_CFG_R15_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU3_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU3_CFG_R15_WRALWD_SHIFT 2UL -#define XDDR_XMPU3_CFG_R15_WRALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R15_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU3_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R15_RDALWD_SHIFT 1UL -#define XDDR_XMPU3_CFG_R15_RDALWD_WIDTH 1UL -#define XDDR_XMPU3_CFG_R15_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU3_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU3_CFG_R15_EN_SHIFT 0UL -#define XDDR_XMPU3_CFG_R15_EN_WIDTH 1UL -#define XDDR_XMPU3_CFG_R15_EN_MASK 0x00000001UL -#define XDDR_XMPU3_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XDDR_XMPU3_CFG_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu4_cfg.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu4_cfg.h deleted file mode 100644 index 91bc23c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu4_cfg.h +++ /dev/null @@ -1,1315 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XDDR_XMPU4_CFG_H__ -#define __XDDR_XMPU4_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XddrXmpu4Cfg Base Address - */ -#define XDDR_XMPU4_CFG_BASEADDR 0xFD040000UL - -/** - * Register: XddrXmpu4CfgCtrl - */ -#define XDDR_XMPU4_CFG_CTRL ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000000UL ) -#define XDDR_XMPU4_CFG_CTRL_RSTVAL 0x00000003UL - -#define XDDR_XMPU4_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XDDR_XMPU4_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XDDR_XMPU4_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XDDR_XMPU4_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XDDR_XMPU4_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XDDR_XMPU4_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XddrXmpu4CfgErrSts1 - */ -#define XDDR_XMPU4_CFG_ERR_STS1 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000004UL ) -#define XDDR_XMPU4_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XDDR_XMPU4_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XDDR_XMPU4_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgErrSts2 - */ -#define XDDR_XMPU4_CFG_ERR_STS2 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000008UL ) -#define XDDR_XMPU4_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgPoison - */ -#define XDDR_XMPU4_CFG_POISON ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000000CUL ) -#define XDDR_XMPU4_CFG_POISON_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_POISON_ATTRIB_SHIFT 20UL -#define XDDR_XMPU4_CFG_POISON_ATTRIB_WIDTH 12UL -#define XDDR_XMPU4_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XDDR_XMPU4_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_POISON_BASE_SHIFT 0UL -#define XDDR_XMPU4_CFG_POISON_BASE_WIDTH 20UL -#define XDDR_XMPU4_CFG_POISON_BASE_MASK 0x000fffffUL -#define XDDR_XMPU4_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgIsr - */ -#define XDDR_XMPU4_CFG_ISR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000010UL ) -#define XDDR_XMPU4_CFG_ISR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU4_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU4_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU4_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_ISR_INV_APB_SHIFT 0UL -#define XDDR_XMPU4_CFG_ISR_INV_APB_WIDTH 1UL -#define XDDR_XMPU4_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgImr - */ -#define XDDR_XMPU4_CFG_IMR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000014UL ) -#define XDDR_XMPU4_CFG_IMR_RSTVAL 0x0000000fUL - -#define XDDR_XMPU4_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU4_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU4_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU4_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_IMR_INV_APB_SHIFT 0UL -#define XDDR_XMPU4_CFG_IMR_INV_APB_WIDTH 1UL -#define XDDR_XMPU4_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XddrXmpu4CfgIen - */ -#define XDDR_XMPU4_CFG_IEN ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000018UL ) -#define XDDR_XMPU4_CFG_IEN_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU4_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU4_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU4_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_IEN_INV_APB_SHIFT 0UL -#define XDDR_XMPU4_CFG_IEN_INV_APB_WIDTH 1UL -#define XDDR_XMPU4_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgIds - */ -#define XDDR_XMPU4_CFG_IDS ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000001CUL ) -#define XDDR_XMPU4_CFG_IDS_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU4_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU4_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU4_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU4_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_IDS_INV_APB_SHIFT 0UL -#define XDDR_XMPU4_CFG_IDS_INV_APB_WIDTH 1UL -#define XDDR_XMPU4_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgLock - */ -#define XDDR_XMPU4_CFG_LOCK ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000020UL ) -#define XDDR_XMPU4_CFG_LOCK_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XDDR_XMPU4_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XDDR_XMPU4_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR00Strt - */ -#define XDDR_XMPU4_CFG_R00_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000100UL ) -#define XDDR_XMPU4_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR00End - */ -#define XDDR_XMPU4_CFG_R00_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000104UL ) -#define XDDR_XMPU4_CFG_R00_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R00_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R00_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR00Mstr - */ -#define XDDR_XMPU4_CFG_R00_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000108UL ) -#define XDDR_XMPU4_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R00_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R00_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR00 - */ -#define XDDR_XMPU4_CFG_R00 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000010CUL ) -#define XDDR_XMPU4_CFG_R00_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R00_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R00_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R00_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R00_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R00_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R00_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R00_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R00_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R00_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R00_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R00_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R00_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR01Strt - */ -#define XDDR_XMPU4_CFG_R01_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000110UL ) -#define XDDR_XMPU4_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR01End - */ -#define XDDR_XMPU4_CFG_R01_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000114UL ) -#define XDDR_XMPU4_CFG_R01_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R01_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R01_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR01Mstr - */ -#define XDDR_XMPU4_CFG_R01_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000118UL ) -#define XDDR_XMPU4_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R01_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R01_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR01 - */ -#define XDDR_XMPU4_CFG_R01 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000011CUL ) -#define XDDR_XMPU4_CFG_R01_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R01_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R01_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R01_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R01_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R01_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R01_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R01_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R01_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R01_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R01_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R01_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R01_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR02Strt - */ -#define XDDR_XMPU4_CFG_R02_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000120UL ) -#define XDDR_XMPU4_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR02End - */ -#define XDDR_XMPU4_CFG_R02_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000124UL ) -#define XDDR_XMPU4_CFG_R02_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R02_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R02_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR02Mstr - */ -#define XDDR_XMPU4_CFG_R02_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000128UL ) -#define XDDR_XMPU4_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R02_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R02_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR02 - */ -#define XDDR_XMPU4_CFG_R02 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000012CUL ) -#define XDDR_XMPU4_CFG_R02_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R02_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R02_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R02_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R02_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R02_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R02_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R02_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R02_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R02_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R02_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R02_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R02_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR03Strt - */ -#define XDDR_XMPU4_CFG_R03_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000130UL ) -#define XDDR_XMPU4_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR03End - */ -#define XDDR_XMPU4_CFG_R03_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000134UL ) -#define XDDR_XMPU4_CFG_R03_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R03_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R03_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR03Mstr - */ -#define XDDR_XMPU4_CFG_R03_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000138UL ) -#define XDDR_XMPU4_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R03_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R03_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR03 - */ -#define XDDR_XMPU4_CFG_R03 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000013CUL ) -#define XDDR_XMPU4_CFG_R03_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R03_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R03_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R03_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R03_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R03_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R03_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R03_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R03_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R03_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R03_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R03_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R03_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR04Strt - */ -#define XDDR_XMPU4_CFG_R04_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000140UL ) -#define XDDR_XMPU4_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR04End - */ -#define XDDR_XMPU4_CFG_R04_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000144UL ) -#define XDDR_XMPU4_CFG_R04_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R04_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R04_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR04Mstr - */ -#define XDDR_XMPU4_CFG_R04_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000148UL ) -#define XDDR_XMPU4_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R04_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R04_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR04 - */ -#define XDDR_XMPU4_CFG_R04 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000014CUL ) -#define XDDR_XMPU4_CFG_R04_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R04_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R04_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R04_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R04_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R04_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R04_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R04_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R04_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R04_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R04_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R04_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R04_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR05Strt - */ -#define XDDR_XMPU4_CFG_R05_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000150UL ) -#define XDDR_XMPU4_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR05End - */ -#define XDDR_XMPU4_CFG_R05_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000154UL ) -#define XDDR_XMPU4_CFG_R05_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R05_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R05_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR05Mstr - */ -#define XDDR_XMPU4_CFG_R05_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000158UL ) -#define XDDR_XMPU4_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R05_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R05_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR05 - */ -#define XDDR_XMPU4_CFG_R05 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000015CUL ) -#define XDDR_XMPU4_CFG_R05_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R05_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R05_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R05_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R05_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R05_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R05_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R05_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R05_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R05_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R05_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R05_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R05_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR06Strt - */ -#define XDDR_XMPU4_CFG_R06_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000160UL ) -#define XDDR_XMPU4_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR06End - */ -#define XDDR_XMPU4_CFG_R06_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000164UL ) -#define XDDR_XMPU4_CFG_R06_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R06_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R06_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR06Mstr - */ -#define XDDR_XMPU4_CFG_R06_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000168UL ) -#define XDDR_XMPU4_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R06_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R06_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR06 - */ -#define XDDR_XMPU4_CFG_R06 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000016CUL ) -#define XDDR_XMPU4_CFG_R06_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R06_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R06_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R06_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R06_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R06_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R06_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R06_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R06_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R06_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R06_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R06_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R06_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR07Strt - */ -#define XDDR_XMPU4_CFG_R07_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000170UL ) -#define XDDR_XMPU4_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR07End - */ -#define XDDR_XMPU4_CFG_R07_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000174UL ) -#define XDDR_XMPU4_CFG_R07_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R07_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R07_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR07Mstr - */ -#define XDDR_XMPU4_CFG_R07_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000178UL ) -#define XDDR_XMPU4_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R07_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R07_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR07 - */ -#define XDDR_XMPU4_CFG_R07 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000017CUL ) -#define XDDR_XMPU4_CFG_R07_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R07_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R07_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R07_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R07_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R07_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R07_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R07_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R07_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R07_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R07_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R07_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R07_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR08Strt - */ -#define XDDR_XMPU4_CFG_R08_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000180UL ) -#define XDDR_XMPU4_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR08End - */ -#define XDDR_XMPU4_CFG_R08_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000184UL ) -#define XDDR_XMPU4_CFG_R08_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R08_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R08_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR08Mstr - */ -#define XDDR_XMPU4_CFG_R08_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000188UL ) -#define XDDR_XMPU4_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R08_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R08_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR08 - */ -#define XDDR_XMPU4_CFG_R08 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000018CUL ) -#define XDDR_XMPU4_CFG_R08_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R08_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R08_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R08_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R08_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R08_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R08_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R08_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R08_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R08_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R08_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R08_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R08_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR09Strt - */ -#define XDDR_XMPU4_CFG_R09_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000190UL ) -#define XDDR_XMPU4_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR09End - */ -#define XDDR_XMPU4_CFG_R09_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000194UL ) -#define XDDR_XMPU4_CFG_R09_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R09_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R09_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR09Mstr - */ -#define XDDR_XMPU4_CFG_R09_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x00000198UL ) -#define XDDR_XMPU4_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R09_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R09_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR09 - */ -#define XDDR_XMPU4_CFG_R09 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x0000019CUL ) -#define XDDR_XMPU4_CFG_R09_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R09_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R09_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R09_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R09_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R09_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R09_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R09_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R09_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R09_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R09_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R09_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R09_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR10Strt - */ -#define XDDR_XMPU4_CFG_R10_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001A0UL ) -#define XDDR_XMPU4_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR10End - */ -#define XDDR_XMPU4_CFG_R10_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001A4UL ) -#define XDDR_XMPU4_CFG_R10_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R10_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R10_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR10Mstr - */ -#define XDDR_XMPU4_CFG_R10_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001A8UL ) -#define XDDR_XMPU4_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R10_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R10_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR10 - */ -#define XDDR_XMPU4_CFG_R10 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001ACUL ) -#define XDDR_XMPU4_CFG_R10_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R10_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R10_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R10_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R10_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R10_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R10_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R10_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R10_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R10_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R10_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R10_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R10_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR11Strt - */ -#define XDDR_XMPU4_CFG_R11_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001B0UL ) -#define XDDR_XMPU4_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR11End - */ -#define XDDR_XMPU4_CFG_R11_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001B4UL ) -#define XDDR_XMPU4_CFG_R11_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R11_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R11_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR11Mstr - */ -#define XDDR_XMPU4_CFG_R11_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001B8UL ) -#define XDDR_XMPU4_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R11_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R11_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR11 - */ -#define XDDR_XMPU4_CFG_R11 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001BCUL ) -#define XDDR_XMPU4_CFG_R11_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R11_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R11_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R11_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R11_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R11_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R11_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R11_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R11_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R11_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R11_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R11_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R11_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR12Strt - */ -#define XDDR_XMPU4_CFG_R12_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001C0UL ) -#define XDDR_XMPU4_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR12End - */ -#define XDDR_XMPU4_CFG_R12_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001C4UL ) -#define XDDR_XMPU4_CFG_R12_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R12_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R12_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR12Mstr - */ -#define XDDR_XMPU4_CFG_R12_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001C8UL ) -#define XDDR_XMPU4_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R12_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R12_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR12 - */ -#define XDDR_XMPU4_CFG_R12 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001CCUL ) -#define XDDR_XMPU4_CFG_R12_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R12_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R12_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R12_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R12_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R12_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R12_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R12_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R12_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R12_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R12_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R12_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R12_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR13Strt - */ -#define XDDR_XMPU4_CFG_R13_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001D0UL ) -#define XDDR_XMPU4_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR13End - */ -#define XDDR_XMPU4_CFG_R13_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001D4UL ) -#define XDDR_XMPU4_CFG_R13_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R13_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R13_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR13Mstr - */ -#define XDDR_XMPU4_CFG_R13_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001D8UL ) -#define XDDR_XMPU4_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R13_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R13_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR13 - */ -#define XDDR_XMPU4_CFG_R13 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001DCUL ) -#define XDDR_XMPU4_CFG_R13_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R13_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R13_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R13_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R13_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R13_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R13_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R13_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R13_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R13_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R13_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R13_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R13_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR14Strt - */ -#define XDDR_XMPU4_CFG_R14_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001E0UL ) -#define XDDR_XMPU4_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR14End - */ -#define XDDR_XMPU4_CFG_R14_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001E4UL ) -#define XDDR_XMPU4_CFG_R14_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R14_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R14_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR14Mstr - */ -#define XDDR_XMPU4_CFG_R14_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001E8UL ) -#define XDDR_XMPU4_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R14_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R14_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR14 - */ -#define XDDR_XMPU4_CFG_R14 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001ECUL ) -#define XDDR_XMPU4_CFG_R14_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R14_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R14_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R14_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R14_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R14_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R14_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R14_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R14_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R14_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R14_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R14_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R14_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR15Strt - */ -#define XDDR_XMPU4_CFG_R15_STRT ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001F0UL ) -#define XDDR_XMPU4_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR15End - */ -#define XDDR_XMPU4_CFG_R15_END ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001F4UL ) -#define XDDR_XMPU4_CFG_R15_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R15_END_ADDR_SHIFT 0UL -#define XDDR_XMPU4_CFG_R15_END_ADDR_WIDTH 28UL -#define XDDR_XMPU4_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU4_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR15Mstr - */ -#define XDDR_XMPU4_CFG_R15_MSTR ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001F8UL ) -#define XDDR_XMPU4_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU4_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU4_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU4_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU4_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R15_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU4_CFG_R15_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU4_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU4_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu4CfgR15 - */ -#define XDDR_XMPU4_CFG_R15 ( ( XDDR_XMPU4_CFG_BASEADDR ) + 0x000001FCUL ) -#define XDDR_XMPU4_CFG_R15_RSTVAL 0x00000008UL - -#define XDDR_XMPU4_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU4_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU4_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU4_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R15_REGNNS_SHIFT 3UL -#define XDDR_XMPU4_CFG_R15_REGNNS_WIDTH 1UL -#define XDDR_XMPU4_CFG_R15_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU4_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU4_CFG_R15_WRALWD_SHIFT 2UL -#define XDDR_XMPU4_CFG_R15_WRALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R15_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU4_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R15_RDALWD_SHIFT 1UL -#define XDDR_XMPU4_CFG_R15_RDALWD_WIDTH 1UL -#define XDDR_XMPU4_CFG_R15_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU4_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU4_CFG_R15_EN_SHIFT 0UL -#define XDDR_XMPU4_CFG_R15_EN_WIDTH 1UL -#define XDDR_XMPU4_CFG_R15_EN_MASK 0x00000001UL -#define XDDR_XMPU4_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XDDR_XMPU4_CFG_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu5_cfg.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu5_cfg.h deleted file mode 100644 index 102c6d0..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xddr_xmpu5_cfg.h +++ /dev/null @@ -1,1315 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XDDR_XMPU5_CFG_H__ -#define __XDDR_XMPU5_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XddrXmpu5Cfg Base Address - */ -#define XDDR_XMPU5_CFG_BASEADDR 0xFD050000UL - -/** - * Register: XddrXmpu5CfgCtrl - */ -#define XDDR_XMPU5_CFG_CTRL ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000000UL ) -#define XDDR_XMPU5_CFG_CTRL_RSTVAL 0x00000003UL - -#define XDDR_XMPU5_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XDDR_XMPU5_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XDDR_XMPU5_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XDDR_XMPU5_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XDDR_XMPU5_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XDDR_XMPU5_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XddrXmpu5CfgErrSts1 - */ -#define XDDR_XMPU5_CFG_ERR_STS1 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000004UL ) -#define XDDR_XMPU5_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XDDR_XMPU5_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XDDR_XMPU5_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgErrSts2 - */ -#define XDDR_XMPU5_CFG_ERR_STS2 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000008UL ) -#define XDDR_XMPU5_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgPoison - */ -#define XDDR_XMPU5_CFG_POISON ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000000CUL ) -#define XDDR_XMPU5_CFG_POISON_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_POISON_ATTRIB_SHIFT 20UL -#define XDDR_XMPU5_CFG_POISON_ATTRIB_WIDTH 12UL -#define XDDR_XMPU5_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XDDR_XMPU5_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_POISON_BASE_SHIFT 0UL -#define XDDR_XMPU5_CFG_POISON_BASE_WIDTH 20UL -#define XDDR_XMPU5_CFG_POISON_BASE_MASK 0x000fffffUL -#define XDDR_XMPU5_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgIsr - */ -#define XDDR_XMPU5_CFG_ISR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000010UL ) -#define XDDR_XMPU5_CFG_ISR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU5_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU5_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU5_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_ISR_INV_APB_SHIFT 0UL -#define XDDR_XMPU5_CFG_ISR_INV_APB_WIDTH 1UL -#define XDDR_XMPU5_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgImr - */ -#define XDDR_XMPU5_CFG_IMR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000014UL ) -#define XDDR_XMPU5_CFG_IMR_RSTVAL 0x0000000fUL - -#define XDDR_XMPU5_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU5_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU5_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU5_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_IMR_INV_APB_SHIFT 0UL -#define XDDR_XMPU5_CFG_IMR_INV_APB_WIDTH 1UL -#define XDDR_XMPU5_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XddrXmpu5CfgIen - */ -#define XDDR_XMPU5_CFG_IEN ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000018UL ) -#define XDDR_XMPU5_CFG_IEN_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU5_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU5_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU5_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_IEN_INV_APB_SHIFT 0UL -#define XDDR_XMPU5_CFG_IEN_INV_APB_WIDTH 1UL -#define XDDR_XMPU5_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgIds - */ -#define XDDR_XMPU5_CFG_IDS ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000001CUL ) -#define XDDR_XMPU5_CFG_IDS_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XDDR_XMPU5_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XDDR_XMPU5_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XDDR_XMPU5_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XDDR_XMPU5_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_IDS_INV_APB_SHIFT 0UL -#define XDDR_XMPU5_CFG_IDS_INV_APB_WIDTH 1UL -#define XDDR_XMPU5_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgLock - */ -#define XDDR_XMPU5_CFG_LOCK ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000020UL ) -#define XDDR_XMPU5_CFG_LOCK_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XDDR_XMPU5_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XDDR_XMPU5_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR00Strt - */ -#define XDDR_XMPU5_CFG_R00_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000100UL ) -#define XDDR_XMPU5_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR00End - */ -#define XDDR_XMPU5_CFG_R00_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000104UL ) -#define XDDR_XMPU5_CFG_R00_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R00_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R00_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR00Mstr - */ -#define XDDR_XMPU5_CFG_R00_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000108UL ) -#define XDDR_XMPU5_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R00_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R00_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR00 - */ -#define XDDR_XMPU5_CFG_R00 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000010CUL ) -#define XDDR_XMPU5_CFG_R00_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R00_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R00_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R00_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R00_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R00_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R00_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R00_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R00_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R00_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R00_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R00_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R00_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR01Strt - */ -#define XDDR_XMPU5_CFG_R01_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000110UL ) -#define XDDR_XMPU5_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR01End - */ -#define XDDR_XMPU5_CFG_R01_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000114UL ) -#define XDDR_XMPU5_CFG_R01_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R01_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R01_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR01Mstr - */ -#define XDDR_XMPU5_CFG_R01_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000118UL ) -#define XDDR_XMPU5_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R01_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R01_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR01 - */ -#define XDDR_XMPU5_CFG_R01 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000011CUL ) -#define XDDR_XMPU5_CFG_R01_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R01_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R01_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R01_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R01_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R01_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R01_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R01_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R01_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R01_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R01_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R01_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R01_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR02Strt - */ -#define XDDR_XMPU5_CFG_R02_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000120UL ) -#define XDDR_XMPU5_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR02End - */ -#define XDDR_XMPU5_CFG_R02_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000124UL ) -#define XDDR_XMPU5_CFG_R02_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R02_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R02_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR02Mstr - */ -#define XDDR_XMPU5_CFG_R02_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000128UL ) -#define XDDR_XMPU5_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R02_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R02_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR02 - */ -#define XDDR_XMPU5_CFG_R02 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000012CUL ) -#define XDDR_XMPU5_CFG_R02_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R02_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R02_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R02_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R02_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R02_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R02_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R02_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R02_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R02_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R02_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R02_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R02_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR03Strt - */ -#define XDDR_XMPU5_CFG_R03_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000130UL ) -#define XDDR_XMPU5_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR03End - */ -#define XDDR_XMPU5_CFG_R03_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000134UL ) -#define XDDR_XMPU5_CFG_R03_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R03_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R03_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR03Mstr - */ -#define XDDR_XMPU5_CFG_R03_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000138UL ) -#define XDDR_XMPU5_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R03_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R03_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR03 - */ -#define XDDR_XMPU5_CFG_R03 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000013CUL ) -#define XDDR_XMPU5_CFG_R03_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R03_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R03_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R03_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R03_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R03_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R03_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R03_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R03_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R03_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R03_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R03_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R03_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR04Strt - */ -#define XDDR_XMPU5_CFG_R04_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000140UL ) -#define XDDR_XMPU5_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR04End - */ -#define XDDR_XMPU5_CFG_R04_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000144UL ) -#define XDDR_XMPU5_CFG_R04_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R04_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R04_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR04Mstr - */ -#define XDDR_XMPU5_CFG_R04_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000148UL ) -#define XDDR_XMPU5_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R04_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R04_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR04 - */ -#define XDDR_XMPU5_CFG_R04 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000014CUL ) -#define XDDR_XMPU5_CFG_R04_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R04_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R04_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R04_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R04_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R04_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R04_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R04_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R04_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R04_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R04_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R04_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R04_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR05Strt - */ -#define XDDR_XMPU5_CFG_R05_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000150UL ) -#define XDDR_XMPU5_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR05End - */ -#define XDDR_XMPU5_CFG_R05_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000154UL ) -#define XDDR_XMPU5_CFG_R05_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R05_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R05_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR05Mstr - */ -#define XDDR_XMPU5_CFG_R05_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000158UL ) -#define XDDR_XMPU5_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R05_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R05_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR05 - */ -#define XDDR_XMPU5_CFG_R05 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000015CUL ) -#define XDDR_XMPU5_CFG_R05_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R05_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R05_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R05_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R05_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R05_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R05_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R05_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R05_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R05_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R05_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R05_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R05_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR06Strt - */ -#define XDDR_XMPU5_CFG_R06_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000160UL ) -#define XDDR_XMPU5_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR06End - */ -#define XDDR_XMPU5_CFG_R06_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000164UL ) -#define XDDR_XMPU5_CFG_R06_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R06_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R06_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR06Mstr - */ -#define XDDR_XMPU5_CFG_R06_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000168UL ) -#define XDDR_XMPU5_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R06_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R06_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR06 - */ -#define XDDR_XMPU5_CFG_R06 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000016CUL ) -#define XDDR_XMPU5_CFG_R06_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R06_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R06_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R06_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R06_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R06_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R06_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R06_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R06_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R06_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R06_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R06_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R06_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR07Strt - */ -#define XDDR_XMPU5_CFG_R07_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000170UL ) -#define XDDR_XMPU5_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR07End - */ -#define XDDR_XMPU5_CFG_R07_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000174UL ) -#define XDDR_XMPU5_CFG_R07_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R07_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R07_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR07Mstr - */ -#define XDDR_XMPU5_CFG_R07_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000178UL ) -#define XDDR_XMPU5_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R07_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R07_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR07 - */ -#define XDDR_XMPU5_CFG_R07 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000017CUL ) -#define XDDR_XMPU5_CFG_R07_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R07_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R07_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R07_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R07_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R07_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R07_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R07_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R07_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R07_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R07_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R07_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R07_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR08Strt - */ -#define XDDR_XMPU5_CFG_R08_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000180UL ) -#define XDDR_XMPU5_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR08End - */ -#define XDDR_XMPU5_CFG_R08_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000184UL ) -#define XDDR_XMPU5_CFG_R08_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R08_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R08_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR08Mstr - */ -#define XDDR_XMPU5_CFG_R08_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000188UL ) -#define XDDR_XMPU5_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R08_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R08_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR08 - */ -#define XDDR_XMPU5_CFG_R08 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000018CUL ) -#define XDDR_XMPU5_CFG_R08_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R08_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R08_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R08_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R08_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R08_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R08_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R08_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R08_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R08_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R08_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R08_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R08_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR09Strt - */ -#define XDDR_XMPU5_CFG_R09_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000190UL ) -#define XDDR_XMPU5_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR09End - */ -#define XDDR_XMPU5_CFG_R09_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000194UL ) -#define XDDR_XMPU5_CFG_R09_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R09_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R09_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR09Mstr - */ -#define XDDR_XMPU5_CFG_R09_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x00000198UL ) -#define XDDR_XMPU5_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R09_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R09_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR09 - */ -#define XDDR_XMPU5_CFG_R09 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x0000019CUL ) -#define XDDR_XMPU5_CFG_R09_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R09_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R09_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R09_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R09_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R09_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R09_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R09_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R09_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R09_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R09_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R09_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R09_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR10Strt - */ -#define XDDR_XMPU5_CFG_R10_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001A0UL ) -#define XDDR_XMPU5_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR10End - */ -#define XDDR_XMPU5_CFG_R10_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001A4UL ) -#define XDDR_XMPU5_CFG_R10_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R10_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R10_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR10Mstr - */ -#define XDDR_XMPU5_CFG_R10_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001A8UL ) -#define XDDR_XMPU5_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R10_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R10_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR10 - */ -#define XDDR_XMPU5_CFG_R10 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001ACUL ) -#define XDDR_XMPU5_CFG_R10_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R10_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R10_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R10_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R10_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R10_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R10_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R10_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R10_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R10_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R10_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R10_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R10_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR11Strt - */ -#define XDDR_XMPU5_CFG_R11_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001B0UL ) -#define XDDR_XMPU5_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR11End - */ -#define XDDR_XMPU5_CFG_R11_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001B4UL ) -#define XDDR_XMPU5_CFG_R11_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R11_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R11_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR11Mstr - */ -#define XDDR_XMPU5_CFG_R11_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001B8UL ) -#define XDDR_XMPU5_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R11_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R11_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR11 - */ -#define XDDR_XMPU5_CFG_R11 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001BCUL ) -#define XDDR_XMPU5_CFG_R11_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R11_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R11_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R11_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R11_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R11_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R11_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R11_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R11_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R11_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R11_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R11_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R11_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR12Strt - */ -#define XDDR_XMPU5_CFG_R12_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001C0UL ) -#define XDDR_XMPU5_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR12End - */ -#define XDDR_XMPU5_CFG_R12_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001C4UL ) -#define XDDR_XMPU5_CFG_R12_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R12_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R12_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR12Mstr - */ -#define XDDR_XMPU5_CFG_R12_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001C8UL ) -#define XDDR_XMPU5_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R12_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R12_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR12 - */ -#define XDDR_XMPU5_CFG_R12 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001CCUL ) -#define XDDR_XMPU5_CFG_R12_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R12_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R12_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R12_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R12_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R12_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R12_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R12_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R12_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R12_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R12_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R12_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R12_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR13Strt - */ -#define XDDR_XMPU5_CFG_R13_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001D0UL ) -#define XDDR_XMPU5_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR13End - */ -#define XDDR_XMPU5_CFG_R13_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001D4UL ) -#define XDDR_XMPU5_CFG_R13_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R13_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R13_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR13Mstr - */ -#define XDDR_XMPU5_CFG_R13_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001D8UL ) -#define XDDR_XMPU5_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R13_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R13_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR13 - */ -#define XDDR_XMPU5_CFG_R13 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001DCUL ) -#define XDDR_XMPU5_CFG_R13_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R13_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R13_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R13_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R13_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R13_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R13_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R13_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R13_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R13_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R13_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R13_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R13_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR14Strt - */ -#define XDDR_XMPU5_CFG_R14_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001E0UL ) -#define XDDR_XMPU5_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR14End - */ -#define XDDR_XMPU5_CFG_R14_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001E4UL ) -#define XDDR_XMPU5_CFG_R14_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R14_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R14_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR14Mstr - */ -#define XDDR_XMPU5_CFG_R14_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001E8UL ) -#define XDDR_XMPU5_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R14_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R14_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR14 - */ -#define XDDR_XMPU5_CFG_R14 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001ECUL ) -#define XDDR_XMPU5_CFG_R14_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R14_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R14_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R14_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R14_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R14_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R14_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R14_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R14_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R14_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R14_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R14_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R14_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR15Strt - */ -#define XDDR_XMPU5_CFG_R15_STRT ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001F0UL ) -#define XDDR_XMPU5_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR15End - */ -#define XDDR_XMPU5_CFG_R15_END ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001F4UL ) -#define XDDR_XMPU5_CFG_R15_END_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R15_END_ADDR_SHIFT 0UL -#define XDDR_XMPU5_CFG_R15_END_ADDR_WIDTH 28UL -#define XDDR_XMPU5_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XDDR_XMPU5_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR15Mstr - */ -#define XDDR_XMPU5_CFG_R15_MSTR ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001F8UL ) -#define XDDR_XMPU5_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XDDR_XMPU5_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XDDR_XMPU5_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XDDR_XMPU5_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XDDR_XMPU5_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R15_MSTR_ID_SHIFT 0UL -#define XDDR_XMPU5_CFG_R15_MSTR_ID_WIDTH 16UL -#define XDDR_XMPU5_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XDDR_XMPU5_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XddrXmpu5CfgR15 - */ -#define XDDR_XMPU5_CFG_R15 ( ( XDDR_XMPU5_CFG_BASEADDR ) + 0x000001FCUL ) -#define XDDR_XMPU5_CFG_R15_RSTVAL 0x00000008UL - -#define XDDR_XMPU5_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XDDR_XMPU5_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XDDR_XMPU5_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XDDR_XMPU5_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R15_REGNNS_SHIFT 3UL -#define XDDR_XMPU5_CFG_R15_REGNNS_WIDTH 1UL -#define XDDR_XMPU5_CFG_R15_REGNNS_MASK 0x00000008UL -#define XDDR_XMPU5_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XDDR_XMPU5_CFG_R15_WRALWD_SHIFT 2UL -#define XDDR_XMPU5_CFG_R15_WRALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R15_WRALWD_MASK 0x00000004UL -#define XDDR_XMPU5_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R15_RDALWD_SHIFT 1UL -#define XDDR_XMPU5_CFG_R15_RDALWD_WIDTH 1UL -#define XDDR_XMPU5_CFG_R15_RDALWD_MASK 0x00000002UL -#define XDDR_XMPU5_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XDDR_XMPU5_CFG_R15_EN_SHIFT 0UL -#define XDDR_XMPU5_CFG_R15_EN_WIDTH 1UL -#define XDDR_XMPU5_CFG_R15_EN_MASK 0x00000001UL -#define XDDR_XMPU5_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XDDR_XMPU5_CFG_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_slcr.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_slcr.h deleted file mode 100644 index a22f91e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_slcr.h +++ /dev/null @@ -1,393 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_SLCR_H__ -#define __XFPD_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XfpdSlcr Base Address - */ -#define XFPD_SLCR_BASEADDR 0xFD610000UL - -/** - * Register: XfpdSlcrWprot0 - */ -#define XFPD_SLCR_WPROT0 ( ( XFPD_SLCR_BASEADDR ) + 0x00000000UL ) -#define XFPD_SLCR_WPROT0_RSTVAL 0x00000001UL - -#define XFPD_SLCR_WPROT0_ACT_SHIFT 0UL -#define XFPD_SLCR_WPROT0_ACT_WIDTH 1UL -#define XFPD_SLCR_WPROT0_ACT_MASK 0x00000001UL -#define XFPD_SLCR_WPROT0_ACT_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrCtrl - */ -#define XFPD_SLCR_CTRL ( ( XFPD_SLCR_BASEADDR ) + 0x00000004UL ) -#define XFPD_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XFPD_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XFPD_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XFPD_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XFPD_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrIsr - */ -#define XFPD_SLCR_ISR ( ( XFPD_SLCR_BASEADDR ) + 0x00000008UL ) -#define XFPD_SLCR_ISR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ISR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_ISR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_ISR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_ISR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrImr - */ -#define XFPD_SLCR_IMR ( ( XFPD_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XFPD_SLCR_IMR_RSTVAL 0x00000001UL - -#define XFPD_SLCR_IMR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_IMR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_IMR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_IMR_ADDR_DECD_ERR_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrIer - */ -#define XFPD_SLCR_IER ( ( XFPD_SLCR_BASEADDR ) + 0x00000010UL ) -#define XFPD_SLCR_IER_RSTVAL 0x00000000UL - -#define XFPD_SLCR_IER_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_IER_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_IER_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_IER_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrIdr - */ -#define XFPD_SLCR_IDR ( ( XFPD_SLCR_BASEADDR ) + 0x00000014UL ) -#define XFPD_SLCR_IDR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_IDR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_IDR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_IDR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_IDR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrItr - */ -#define XFPD_SLCR_ITR ( ( XFPD_SLCR_BASEADDR ) + 0x00000018UL ) -#define XFPD_SLCR_ITR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ITR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_ITR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_ITR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_ITR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrWdtClkSel - */ -#define XFPD_SLCR_WDT_CLK_SEL ( ( XFPD_SLCR_BASEADDR ) + 0x00000100UL ) -#define XFPD_SLCR_WDT_CLK_SEL_RSTVAL 0x00000000UL - -#define XFPD_SLCR_WDT_CLK_SEL_SHIFT 0UL -#define XFPD_SLCR_WDT_CLK_SEL_WIDTH 1UL -#define XFPD_SLCR_WDT_CLK_SEL_MASK 0x00000001UL -#define XFPD_SLCR_WDT_CLK_SEL_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrIntFpd - */ -#define XFPD_SLCR_INT_FPD ( ( XFPD_SLCR_BASEADDR ) + 0x00000200UL ) -#define XFPD_SLCR_INT_FPD_RSTVAL 0x00000000UL - -#define XFPD_SLCR_INT_FPD_GFM_SEL_SHIFT 0UL -#define XFPD_SLCR_INT_FPD_GFM_SEL_WIDTH 1UL -#define XFPD_SLCR_INT_FPD_GFM_SEL_MASK 0x00000001UL -#define XFPD_SLCR_INT_FPD_GFM_SEL_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrGpu - */ -#define XFPD_SLCR_GPU ( ( XFPD_SLCR_BASEADDR ) + 0x0000100CUL ) -#define XFPD_SLCR_GPU_RSTVAL 0x00000007UL - -#define XFPD_SLCR_GPU_ARCACHE_SHIFT 7UL -#define XFPD_SLCR_GPU_ARCACHE_WIDTH 4UL -#define XFPD_SLCR_GPU_ARCACHE_MASK 0x00000780UL -#define XFPD_SLCR_GPU_ARCACHE_DEFVAL 0x0UL - -#define XFPD_SLCR_GPU_AWCACHE_SHIFT 3UL -#define XFPD_SLCR_GPU_AWCACHE_WIDTH 4UL -#define XFPD_SLCR_GPU_AWCACHE_MASK 0x00000078UL -#define XFPD_SLCR_GPU_AWCACHE_DEFVAL 0x0UL - -#define XFPD_SLCR_GPU_PP1_IDLE_SHIFT 2UL -#define XFPD_SLCR_GPU_PP1_IDLE_WIDTH 1UL -#define XFPD_SLCR_GPU_PP1_IDLE_MASK 0x00000004UL -#define XFPD_SLCR_GPU_PP1_IDLE_DEFVAL 0x1UL - -#define XFPD_SLCR_GPU_PP0_IDLE_SHIFT 1UL -#define XFPD_SLCR_GPU_PP0_IDLE_WIDTH 1UL -#define XFPD_SLCR_GPU_PP0_IDLE_MASK 0x00000002UL -#define XFPD_SLCR_GPU_PP0_IDLE_DEFVAL 0x1UL - -#define XFPD_SLCR_GPU_IDLE_SHIFT 0UL -#define XFPD_SLCR_GPU_IDLE_WIDTH 1UL -#define XFPD_SLCR_GPU_IDLE_MASK 0x00000001UL -#define XFPD_SLCR_GPU_IDLE_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrGdmaCfg - */ -#define XFPD_SLCR_GDMA_CFG ( ( XFPD_SLCR_BASEADDR ) + 0x00003000UL ) -#define XFPD_SLCR_GDMA_CFG_RSTVAL 0x00000048UL - -#define XFPD_SLCR_GDMA_CFG_BUS_WIDTH_SHIFT 5UL -#define XFPD_SLCR_GDMA_CFG_BUS_WIDTH_WIDTH 2UL -#define XFPD_SLCR_GDMA_CFG_BUS_WIDTH_MASK 0x00000060UL -#define XFPD_SLCR_GDMA_CFG_BUS_WIDTH_DEFVAL 0x2UL - -#define XFPD_SLCR_GDMA_CFG_NUM_CH_SHIFT 0UL -#define XFPD_SLCR_GDMA_CFG_NUM_CH_WIDTH 5UL -#define XFPD_SLCR_GDMA_CFG_NUM_CH_MASK 0x0000001fUL -#define XFPD_SLCR_GDMA_CFG_NUM_CH_DEFVAL 0x8UL - -/** - * Register: XfpdSlcrGdma - */ -#define XFPD_SLCR_GDMA ( ( XFPD_SLCR_BASEADDR ) + 0x00003010UL ) -#define XFPD_SLCR_GDMA_RSTVAL 0x00003b3bUL - -#define XFPD_SLCR_GDMA_RAM1_EMAB_SHIFT 12UL -#define XFPD_SLCR_GDMA_RAM1_EMAB_WIDTH 3UL -#define XFPD_SLCR_GDMA_RAM1_EMAB_MASK 0x00007000UL -#define XFPD_SLCR_GDMA_RAM1_EMAB_DEFVAL 0x3UL - -#define XFPD_SLCR_GDMA_RAM1_EMASA_SHIFT 11UL -#define XFPD_SLCR_GDMA_RAM1_EMASA_WIDTH 1UL -#define XFPD_SLCR_GDMA_RAM1_EMASA_MASK 0x00000800UL -#define XFPD_SLCR_GDMA_RAM1_EMASA_DEFVAL 0x1UL - -#define XFPD_SLCR_GDMA_RAM1_EMAA_SHIFT 8UL -#define XFPD_SLCR_GDMA_RAM1_EMAA_WIDTH 3UL -#define XFPD_SLCR_GDMA_RAM1_EMAA_MASK 0x00000700UL -#define XFPD_SLCR_GDMA_RAM1_EMAA_DEFVAL 0x3UL - -#define XFPD_SLCR_GDMA_RAM0_EMAB_SHIFT 4UL -#define XFPD_SLCR_GDMA_RAM0_EMAB_WIDTH 3UL -#define XFPD_SLCR_GDMA_RAM0_EMAB_MASK 0x00000070UL -#define XFPD_SLCR_GDMA_RAM0_EMAB_DEFVAL 0x3UL - -#define XFPD_SLCR_GDMA_RAM0_EMASA_SHIFT 3UL -#define XFPD_SLCR_GDMA_RAM0_EMASA_WIDTH 1UL -#define XFPD_SLCR_GDMA_RAM0_EMASA_MASK 0x00000008UL -#define XFPD_SLCR_GDMA_RAM0_EMASA_DEFVAL 0x1UL - -#define XFPD_SLCR_GDMA_RAM0_EMAA_SHIFT 0UL -#define XFPD_SLCR_GDMA_RAM0_EMAA_WIDTH 3UL -#define XFPD_SLCR_GDMA_RAM0_EMAA_MASK 0x00000007UL -#define XFPD_SLCR_GDMA_RAM0_EMAA_DEFVAL 0x3UL - -/** - * Register: XfpdSlcrAfiFs - */ -#define XFPD_SLCR_AFI_FS ( ( XFPD_SLCR_BASEADDR ) + 0x00005000UL ) -#define XFPD_SLCR_AFI_FS_RSTVAL 0x00000a00UL - -#define XFPD_SLCR_AFI_FS_DW_SS1_SEL_SHIFT 10UL -#define XFPD_SLCR_AFI_FS_DW_SS1_SEL_WIDTH 2UL -#define XFPD_SLCR_AFI_FS_DW_SS1_SEL_MASK 0x00000c00UL -#define XFPD_SLCR_AFI_FS_DW_SS1_SEL_DEFVAL 0x2UL - -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_SHIFT 8UL -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_WIDTH 2UL -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_MASK 0x00000300UL -#define XFPD_SLCR_AFI_FS_DW_SS0_SEL_DEFVAL 0x2UL - -/** - * Register: XfpdSlcrErrAtbIsr - */ -#define XFPD_SLCR_ERR_ATB_ISR ( ( XFPD_SLCR_BASEADDR ) + 0x00006000UL ) -#define XFPD_SLCR_ERR_ATB_ISR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS1_DEFVAL 0x0UL - -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ERR_ATB_ISR_AFIFS0_DEFVAL 0x0UL - -#define XFPD_SLCR_ERR_ATB_ISR_FPDS_SHIFT 0UL -#define XFPD_SLCR_ERR_ATB_ISR_FPDS_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_ISR_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ERR_ATB_ISR_FPDS_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrErrAtbImr - */ -#define XFPD_SLCR_ERR_ATB_IMR ( ( XFPD_SLCR_BASEADDR ) + 0x00006004UL ) -#define XFPD_SLCR_ERR_ATB_IMR_RSTVAL 0x00000007UL - -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS1_DEFVAL 0x1UL - -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ERR_ATB_IMR_AFIFS0_DEFVAL 0x1UL - -#define XFPD_SLCR_ERR_ATB_IMR_FPDS_SHIFT 0UL -#define XFPD_SLCR_ERR_ATB_IMR_FPDS_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IMR_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ERR_ATB_IMR_FPDS_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrErrAtbIer - */ -#define XFPD_SLCR_ERR_ATB_IER ( ( XFPD_SLCR_BASEADDR ) + 0x00006008UL ) -#define XFPD_SLCR_ERR_ATB_IER_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ERR_ATB_IER_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ERR_ATB_IER_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IER_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ERR_ATB_IER_AFIFS1_DEFVAL 0x0UL - -#define XFPD_SLCR_ERR_ATB_IER_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ERR_ATB_IER_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IER_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ERR_ATB_IER_AFIFS0_DEFVAL 0x0UL - -#define XFPD_SLCR_ERR_ATB_IER_FPDS_SHIFT 0UL -#define XFPD_SLCR_ERR_ATB_IER_FPDS_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IER_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ERR_ATB_IER_FPDS_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrErrAtbIdr - */ -#define XFPD_SLCR_ERR_ATB_IDR ( ( XFPD_SLCR_BASEADDR ) + 0x0000600CUL ) -#define XFPD_SLCR_ERR_ATB_IDR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS1_DEFVAL 0x0UL - -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ERR_ATB_IDR_AFIFS0_DEFVAL 0x0UL - -#define XFPD_SLCR_ERR_ATB_IDR_FPDS_SHIFT 0UL -#define XFPD_SLCR_ERR_ATB_IDR_FPDS_WIDTH 1UL -#define XFPD_SLCR_ERR_ATB_IDR_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ERR_ATB_IDR_FPDS_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrAtbCmdstore - */ -#define XFPD_SLCR_ATB_CMDSTORE ( ( XFPD_SLCR_BASEADDR ) + 0x00006010UL ) -#define XFPD_SLCR_ATB_CMDSTORE_RSTVAL 0x00000007UL - -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS1_DEFVAL 0x1UL - -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ATB_CMDSTORE_AFIFS0_DEFVAL 0x1UL - -#define XFPD_SLCR_ATB_CMDSTORE_FPDS_SHIFT 0UL -#define XFPD_SLCR_ATB_CMDSTORE_FPDS_WIDTH 1UL -#define XFPD_SLCR_ATB_CMDSTORE_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ATB_CMDSTORE_FPDS_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrAtbRespEn - */ -#define XFPD_SLCR_ATB_RESP_EN ( ( XFPD_SLCR_BASEADDR ) + 0x00006014UL ) -#define XFPD_SLCR_ATB_RESP_EN_RSTVAL 0x00000000UL - -#define XFPD_SLCR_ATB_RESP_EN_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ATB_RESP_EN_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ATB_RESP_EN_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ATB_RESP_EN_AFIFS1_DEFVAL 0x0UL - -#define XFPD_SLCR_ATB_RESP_EN_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ATB_RESP_EN_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ATB_RESP_EN_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ATB_RESP_EN_AFIFS0_DEFVAL 0x0UL - -#define XFPD_SLCR_ATB_RESP_EN_FPDS_SHIFT 0UL -#define XFPD_SLCR_ATB_RESP_EN_FPDS_WIDTH 1UL -#define XFPD_SLCR_ATB_RESP_EN_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ATB_RESP_EN_FPDS_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrAtbResptype - */ -#define XFPD_SLCR_ATB_RESPTYPE ( ( XFPD_SLCR_BASEADDR ) + 0x00006018UL ) -#define XFPD_SLCR_ATB_RESPTYPE_RSTVAL 0x00000007UL - -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS1_SHIFT 2UL -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS1_WIDTH 1UL -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS1_MASK 0x00000004UL -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS1_DEFVAL 0x1UL - -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS0_SHIFT 1UL -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS0_WIDTH 1UL -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS0_MASK 0x00000002UL -#define XFPD_SLCR_ATB_RESPTYPE_AFIFS0_DEFVAL 0x1UL - -#define XFPD_SLCR_ATB_RESPTYPE_FPDS_SHIFT 0UL -#define XFPD_SLCR_ATB_RESPTYPE_FPDS_WIDTH 1UL -#define XFPD_SLCR_ATB_RESPTYPE_FPDS_MASK 0x00000001UL -#define XFPD_SLCR_ATB_RESPTYPE_FPDS_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrAtbPrescale - */ -#define XFPD_SLCR_ATB_PRESCALE ( ( XFPD_SLCR_BASEADDR ) + 0x00006020UL ) -#define XFPD_SLCR_ATB_PRESCALE_RSTVAL 0x0000ffffUL - -#define XFPD_SLCR_ATB_PRESCALE_EN_SHIFT 16UL -#define XFPD_SLCR_ATB_PRESCALE_EN_WIDTH 1UL -#define XFPD_SLCR_ATB_PRESCALE_EN_MASK 0x00010000UL -#define XFPD_SLCR_ATB_PRESCALE_EN_DEFVAL 0x0UL - -#define XFPD_SLCR_ATB_PRESCALE_VAL_SHIFT 0UL -#define XFPD_SLCR_ATB_PRESCALE_VAL_WIDTH 16UL -#define XFPD_SLCR_ATB_PRESCALE_VAL_MASK 0x0000ffffUL -#define XFPD_SLCR_ATB_PRESCALE_VAL_DEFVAL 0xffffUL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_SLCR_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_slcr_secure.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_slcr_secure.h deleted file mode 100644 index 592ae19..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_slcr_secure.h +++ /dev/null @@ -1,288 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_SLCR_SECURE_H__ -#define __XFPD_SLCR_SECURE_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XfpdSlcrSecure Base Address - */ -#define XFPD_SLCR_SECURE_BASEADDR 0xFD690000UL - -/** - * Register: XfpdSlcrSecCtrl - */ -#define XFPD_SLCR_SEC_CTRL ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000004UL ) -#define XFPD_SLCR_SEC_CTRL_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SEC_CTRL_SLVERR_EN_SHIFT 0UL -#define XFPD_SLCR_SEC_CTRL_SLVERR_EN_WIDTH 1UL -#define XFPD_SLCR_SEC_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XFPD_SLCR_SEC_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecIsr - */ -#define XFPD_SLCR_SEC_ISR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000008UL ) -#define XFPD_SLCR_SEC_ISR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SEC_ISR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_SEC_ISR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_SEC_ISR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SEC_ISR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecImr - */ -#define XFPD_SLCR_SEC_IMR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x0000000CUL ) -#define XFPD_SLCR_SEC_IMR_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SEC_IMR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_SEC_IMR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_SEC_IMR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SEC_IMR_ADDR_DECD_ERR_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecIer - */ -#define XFPD_SLCR_SEC_IER ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000010UL ) -#define XFPD_SLCR_SEC_IER_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SEC_IER_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_SEC_IER_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_SEC_IER_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SEC_IER_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecIdr - */ -#define XFPD_SLCR_SEC_IDR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000014UL ) -#define XFPD_SLCR_SEC_IDR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SEC_IDR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_SEC_IDR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_SEC_IDR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SEC_IDR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecItr - */ -#define XFPD_SLCR_SEC_ITR ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000018UL ) -#define XFPD_SLCR_SEC_ITR_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SEC_ITR_ADDR_DECD_ERR_SHIFT 0UL -#define XFPD_SLCR_SEC_ITR_ADDR_DECD_ERR_WIDTH 1UL -#define XFPD_SLCR_SEC_ITR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XFPD_SLCR_SEC_ITR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecSata - */ -#define XFPD_SLCR_SEC_SATA ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000020UL ) -#define XFPD_SLCR_SEC_SATA_RSTVAL 0x0000000eUL - -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA1_SHIFT 3UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA1_WIDTH 1UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA1_MASK 0x00000008UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA1_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA0_SHIFT 2UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA0_WIDTH 1UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA0_MASK 0x00000004UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIMDMA0_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_SATA_TZ_AXIS_SHIFT 1UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIS_WIDTH 1UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIS_MASK 0x00000002UL -#define XFPD_SLCR_SEC_SATA_TZ_AXIS_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_SATA_TZ_EN_SHIFT 0UL -#define XFPD_SLCR_SEC_SATA_TZ_EN_WIDTH 1UL -#define XFPD_SLCR_SEC_SATA_TZ_EN_MASK 0x00000001UL -#define XFPD_SLCR_SEC_SATA_TZ_EN_DEFVAL 0x0UL - -/** - * Register: XfpdSlcrSecPcie - */ -#define XFPD_SLCR_SEC_PCIE ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000030UL ) -#define XFPD_SLCR_SEC_PCIE_RSTVAL 0x01ffffffUL - -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_3_SHIFT 24UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_3_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_3_MASK 0x01000000UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_3_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_2_SHIFT 23UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_2_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_2_MASK 0x00800000UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_2_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_1_SHIFT 22UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_1_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_1_MASK 0x00400000UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_1_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_0_SHIFT 21UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_0_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_0_MASK 0x00200000UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_0_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_7_SHIFT 20UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_7_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_7_MASK 0x00100000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_7_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_6_SHIFT 19UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_6_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_6_MASK 0x00080000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_6_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_5_SHIFT 18UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_5_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_5_MASK 0x00040000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_5_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_4_SHIFT 17UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_4_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_4_MASK 0x00020000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_4_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_3_SHIFT 16UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_3_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_3_MASK 0x00010000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_3_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_2_SHIFT 15UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_2_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_2_MASK 0x00008000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_2_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_1_SHIFT 14UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_1_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_1_MASK 0x00004000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_1_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_0_SHIFT 13UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_0_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_0_MASK 0x00002000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_INGR_0_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_7_SHIFT 12UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_7_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_7_MASK 0x00001000UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_7_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_6_SHIFT 11UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_6_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_6_MASK 0x00000800UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_6_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_5_SHIFT 10UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_5_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_5_MASK 0x00000400UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_5_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_4_SHIFT 9UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_4_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_4_MASK 0x00000200UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_4_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_3_SHIFT 8UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_3_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_3_MASK 0x00000100UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_3_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_2_SHIFT 7UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_2_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_2_MASK 0x00000080UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_2_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_1_SHIFT 6UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_1_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_1_MASK 0x00000040UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_1_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_0_SHIFT 5UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_0_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_0_MASK 0x00000020UL -#define XFPD_SLCR_SEC_PCIE_TZ_AT_EGR_0_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_REGS_SHIFT 4UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_REGS_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_REGS_MASK 0x00000010UL -#define XFPD_SLCR_SEC_PCIE_TZ_DMA_REGS_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_PBA_SHIFT 3UL -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_PBA_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_PBA_MASK 0x00000008UL -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_PBA_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_TABLE_SHIFT 2UL -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_TABLE_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_TABLE_MASK 0x00000004UL -#define XFPD_SLCR_SEC_PCIE_TZ_MSIX_TABLE_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_ECAM_SHIFT 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_ECAM_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_ECAM_MASK 0x00000002UL -#define XFPD_SLCR_SEC_PCIE_TZ_ECAM_DEFVAL 0x1UL - -#define XFPD_SLCR_SEC_PCIE_TZ_BRIDGE_REGS_SHIFT 0UL -#define XFPD_SLCR_SEC_PCIE_TZ_BRIDGE_REGS_WIDTH 1UL -#define XFPD_SLCR_SEC_PCIE_TZ_BRIDGE_REGS_MASK 0x00000001UL -#define XFPD_SLCR_SEC_PCIE_TZ_BRIDGE_REGS_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecDpdma - */ -#define XFPD_SLCR_SEC_DPDMA ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000040UL ) -#define XFPD_SLCR_SEC_DPDMA_RSTVAL 0x00000001UL - -#define XFPD_SLCR_SEC_DPDMA_TZ_SHIFT 0UL -#define XFPD_SLCR_SEC_DPDMA_TZ_WIDTH 1UL -#define XFPD_SLCR_SEC_DPDMA_TZ_MASK 0x00000001UL -#define XFPD_SLCR_SEC_DPDMA_TZ_DEFVAL 0x1UL - -/** - * Register: XfpdSlcrSecGdma - */ -#define XFPD_SLCR_SEC_GDMA ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000050UL ) -#define XFPD_SLCR_SEC_GDMA_RSTVAL 0x000000ffUL - -#define XFPD_SLCR_SEC_GDMA_TZ_SHIFT 0UL -#define XFPD_SLCR_SEC_GDMA_TZ_WIDTH 8UL -#define XFPD_SLCR_SEC_GDMA_TZ_MASK 0x000000ffUL -#define XFPD_SLCR_SEC_GDMA_TZ_DEFVAL 0xffUL - -/** - * Register: XfpdSlcrSecGic - */ -#define XFPD_SLCR_SEC_GIC ( ( XFPD_SLCR_SECURE_BASEADDR ) + 0x00000060UL ) -#define XFPD_SLCR_SEC_GIC_RSTVAL 0x00000000UL - -#define XFPD_SLCR_SEC_GIC_CFG_DIS_SHIFT 0UL -#define XFPD_SLCR_SEC_GIC_CFG_DIS_WIDTH 1UL -#define XFPD_SLCR_SEC_GIC_CFG_DIS_MASK 0x00000001UL -#define XFPD_SLCR_SEC_GIC_CFG_DIS_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_SLCR_SECURE_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_xmpu_cfg.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_xmpu_cfg.h deleted file mode 100644 index e888aa0..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_xmpu_cfg.h +++ /dev/null @@ -1,1314 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_XMPU_CFG_H__ -#define __XFPD_XMPU_CFG_H__ - -/** - *@cond nocomments - */ - -#ifdef __cplusplus -extern "C" { -#endif - -/** - * XfpdXmpuCfg Base Address - */ -#define XFPD_XMPU_CFG_BASEADDR 0xFD5D0000UL - -/** - * Register: XfpdXmpuCfgCtrl - */ -#define XFPD_XMPU_CFG_CTRL ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000000UL ) -#define XFPD_XMPU_CFG_CTRL_RSTVAL 0x00000003UL - -#define XFPD_XMPU_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XFPD_XMPU_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XFPD_XMPU_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XFPD_XMPU_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XFPD_XMPU_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XFPD_XMPU_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XFPD_XMPU_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XFPD_XMPU_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XFPD_XMPU_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XfpdXmpuCfgErrSts1 - */ -#define XFPD_XMPU_CFG_ERR_STS1 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000004UL ) -#define XFPD_XMPU_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XFPD_XMPU_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XFPD_XMPU_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgErrSts2 - */ -#define XFPD_XMPU_CFG_ERR_STS2 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000008UL ) -#define XFPD_XMPU_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgPoison - */ -#define XFPD_XMPU_CFG_POISON ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000000CUL ) -#define XFPD_XMPU_CFG_POISON_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_POISON_ATTRIB_SHIFT 20UL -#define XFPD_XMPU_CFG_POISON_ATTRIB_WIDTH 12UL -#define XFPD_XMPU_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XFPD_XMPU_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_POISON_BASE_SHIFT 0UL -#define XFPD_XMPU_CFG_POISON_BASE_WIDTH 20UL -#define XFPD_XMPU_CFG_POISON_BASE_MASK 0x000fffffUL -#define XFPD_XMPU_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgIsr - */ -#define XFPD_XMPU_CFG_ISR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000010UL ) -#define XFPD_XMPU_CFG_ISR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XFPD_XMPU_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XFPD_XMPU_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XFPD_XMPU_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XFPD_XMPU_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XFPD_XMPU_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XFPD_XMPU_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_ISR_INV_APB_SHIFT 0UL -#define XFPD_XMPU_CFG_ISR_INV_APB_WIDTH 1UL -#define XFPD_XMPU_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XFPD_XMPU_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgImr - */ -#define XFPD_XMPU_CFG_IMR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000014UL ) -#define XFPD_XMPU_CFG_IMR_RSTVAL 0x0000000fUL - -#define XFPD_XMPU_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XFPD_XMPU_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XFPD_XMPU_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XFPD_XMPU_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XFPD_XMPU_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XFPD_XMPU_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XFPD_XMPU_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_IMR_INV_APB_SHIFT 0UL -#define XFPD_XMPU_CFG_IMR_INV_APB_WIDTH 1UL -#define XFPD_XMPU_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XFPD_XMPU_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XfpdXmpuCfgIen - */ -#define XFPD_XMPU_CFG_IEN ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000018UL ) -#define XFPD_XMPU_CFG_IEN_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XFPD_XMPU_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XFPD_XMPU_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XFPD_XMPU_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XFPD_XMPU_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XFPD_XMPU_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XFPD_XMPU_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_IEN_INV_APB_SHIFT 0UL -#define XFPD_XMPU_CFG_IEN_INV_APB_WIDTH 1UL -#define XFPD_XMPU_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XFPD_XMPU_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgIds - */ -#define XFPD_XMPU_CFG_IDS ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000001CUL ) -#define XFPD_XMPU_CFG_IDS_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XFPD_XMPU_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XFPD_XMPU_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XFPD_XMPU_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XFPD_XMPU_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XFPD_XMPU_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XFPD_XMPU_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XFPD_XMPU_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_IDS_INV_APB_SHIFT 0UL -#define XFPD_XMPU_CFG_IDS_INV_APB_WIDTH 1UL -#define XFPD_XMPU_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XFPD_XMPU_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgLock - */ -#define XFPD_XMPU_CFG_LOCK ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000020UL ) -#define XFPD_XMPU_CFG_LOCK_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XFPD_XMPU_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XFPD_XMPU_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XFPD_XMPU_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR00Strt - */ -#define XFPD_XMPU_CFG_R00_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000100UL ) -#define XFPD_XMPU_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR00End - */ -#define XFPD_XMPU_CFG_R00_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000104UL ) -#define XFPD_XMPU_CFG_R00_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R00_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R00_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR00Mstr - */ -#define XFPD_XMPU_CFG_R00_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000108UL ) -#define XFPD_XMPU_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R00_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R00_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR00 - */ -#define XFPD_XMPU_CFG_R00 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000010CUL ) -#define XFPD_XMPU_CFG_R00_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R00_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R00_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R00_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R00_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R00_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R00_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R00_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R00_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R00_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R00_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R00_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R00_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR01Strt - */ -#define XFPD_XMPU_CFG_R01_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000110UL ) -#define XFPD_XMPU_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR01End - */ -#define XFPD_XMPU_CFG_R01_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000114UL ) -#define XFPD_XMPU_CFG_R01_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R01_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R01_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR01Mstr - */ -#define XFPD_XMPU_CFG_R01_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000118UL ) -#define XFPD_XMPU_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R01_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R01_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR01 - */ -#define XFPD_XMPU_CFG_R01 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000011CUL ) -#define XFPD_XMPU_CFG_R01_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R01_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R01_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R01_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R01_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R01_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R01_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R01_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R01_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R01_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R01_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R01_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R01_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR02Strt - */ -#define XFPD_XMPU_CFG_R02_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000120UL ) -#define XFPD_XMPU_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR02End - */ -#define XFPD_XMPU_CFG_R02_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000124UL ) -#define XFPD_XMPU_CFG_R02_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R02_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R02_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR02Mstr - */ -#define XFPD_XMPU_CFG_R02_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000128UL ) -#define XFPD_XMPU_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R02_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R02_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR02 - */ -#define XFPD_XMPU_CFG_R02 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000012CUL ) -#define XFPD_XMPU_CFG_R02_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R02_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R02_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R02_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R02_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R02_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R02_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R02_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R02_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R02_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R02_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R02_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R02_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR03Strt - */ -#define XFPD_XMPU_CFG_R03_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000130UL ) -#define XFPD_XMPU_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR03End - */ -#define XFPD_XMPU_CFG_R03_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000134UL ) -#define XFPD_XMPU_CFG_R03_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R03_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R03_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR03Mstr - */ -#define XFPD_XMPU_CFG_R03_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000138UL ) -#define XFPD_XMPU_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R03_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R03_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR03 - */ -#define XFPD_XMPU_CFG_R03 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000013CUL ) -#define XFPD_XMPU_CFG_R03_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R03_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R03_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R03_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R03_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R03_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R03_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R03_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R03_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R03_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R03_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R03_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R03_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR04Strt - */ -#define XFPD_XMPU_CFG_R04_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000140UL ) -#define XFPD_XMPU_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR04End - */ -#define XFPD_XMPU_CFG_R04_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000144UL ) -#define XFPD_XMPU_CFG_R04_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R04_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R04_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR04Mstr - */ -#define XFPD_XMPU_CFG_R04_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000148UL ) -#define XFPD_XMPU_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R04_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R04_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR04 - */ -#define XFPD_XMPU_CFG_R04 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000014CUL ) -#define XFPD_XMPU_CFG_R04_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R04_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R04_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R04_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R04_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R04_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R04_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R04_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R04_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R04_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R04_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R04_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R04_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR05Strt - */ -#define XFPD_XMPU_CFG_R05_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000150UL ) -#define XFPD_XMPU_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR05End - */ -#define XFPD_XMPU_CFG_R05_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000154UL ) -#define XFPD_XMPU_CFG_R05_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R05_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R05_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR05Mstr - */ -#define XFPD_XMPU_CFG_R05_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000158UL ) -#define XFPD_XMPU_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R05_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R05_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR05 - */ -#define XFPD_XMPU_CFG_R05 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000015CUL ) -#define XFPD_XMPU_CFG_R05_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R05_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R05_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R05_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R05_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R05_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R05_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R05_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R05_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R05_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R05_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R05_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R05_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR06Strt - */ -#define XFPD_XMPU_CFG_R06_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000160UL ) -#define XFPD_XMPU_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR06End - */ -#define XFPD_XMPU_CFG_R06_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000164UL ) -#define XFPD_XMPU_CFG_R06_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R06_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R06_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR06Mstr - */ -#define XFPD_XMPU_CFG_R06_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000168UL ) -#define XFPD_XMPU_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R06_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R06_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR06 - */ -#define XFPD_XMPU_CFG_R06 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000016CUL ) -#define XFPD_XMPU_CFG_R06_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R06_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R06_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R06_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R06_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R06_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R06_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R06_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R06_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R06_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R06_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R06_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R06_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR07Strt - */ -#define XFPD_XMPU_CFG_R07_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000170UL ) -#define XFPD_XMPU_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR07End - */ -#define XFPD_XMPU_CFG_R07_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000174UL ) -#define XFPD_XMPU_CFG_R07_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R07_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R07_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR07Mstr - */ -#define XFPD_XMPU_CFG_R07_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000178UL ) -#define XFPD_XMPU_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R07_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R07_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR07 - */ -#define XFPD_XMPU_CFG_R07 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000017CUL ) -#define XFPD_XMPU_CFG_R07_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R07_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R07_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R07_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R07_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R07_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R07_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R07_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R07_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R07_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R07_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R07_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R07_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR08Strt - */ -#define XFPD_XMPU_CFG_R08_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000180UL ) -#define XFPD_XMPU_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR08End - */ -#define XFPD_XMPU_CFG_R08_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000184UL ) -#define XFPD_XMPU_CFG_R08_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R08_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R08_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR08Mstr - */ -#define XFPD_XMPU_CFG_R08_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000188UL ) -#define XFPD_XMPU_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R08_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R08_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR08 - */ -#define XFPD_XMPU_CFG_R08 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000018CUL ) -#define XFPD_XMPU_CFG_R08_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R08_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R08_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R08_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R08_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R08_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R08_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R08_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R08_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R08_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R08_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R08_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R08_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR09Strt - */ -#define XFPD_XMPU_CFG_R09_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000190UL ) -#define XFPD_XMPU_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR09End - */ -#define XFPD_XMPU_CFG_R09_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000194UL ) -#define XFPD_XMPU_CFG_R09_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R09_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R09_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR09Mstr - */ -#define XFPD_XMPU_CFG_R09_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x00000198UL ) -#define XFPD_XMPU_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R09_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R09_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR09 - */ -#define XFPD_XMPU_CFG_R09 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x0000019CUL ) -#define XFPD_XMPU_CFG_R09_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R09_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R09_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R09_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R09_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R09_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R09_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R09_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R09_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R09_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R09_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R09_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R09_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR10Strt - */ -#define XFPD_XMPU_CFG_R10_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001A0UL ) -#define XFPD_XMPU_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR10End - */ -#define XFPD_XMPU_CFG_R10_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001A4UL ) -#define XFPD_XMPU_CFG_R10_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R10_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R10_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR10Mstr - */ -#define XFPD_XMPU_CFG_R10_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001A8UL ) -#define XFPD_XMPU_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R10_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R10_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR10 - */ -#define XFPD_XMPU_CFG_R10 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001ACUL ) -#define XFPD_XMPU_CFG_R10_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R10_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R10_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R10_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R10_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R10_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R10_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R10_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R10_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R10_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R10_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R10_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R10_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR11Strt - */ -#define XFPD_XMPU_CFG_R11_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001B0UL ) -#define XFPD_XMPU_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR11End - */ -#define XFPD_XMPU_CFG_R11_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001B4UL ) -#define XFPD_XMPU_CFG_R11_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R11_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R11_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR11Mstr - */ -#define XFPD_XMPU_CFG_R11_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001B8UL ) -#define XFPD_XMPU_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R11_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R11_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR11 - */ -#define XFPD_XMPU_CFG_R11 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001BCUL ) -#define XFPD_XMPU_CFG_R11_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R11_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R11_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R11_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R11_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R11_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R11_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R11_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R11_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R11_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R11_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R11_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R11_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR12Strt - */ -#define XFPD_XMPU_CFG_R12_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001C0UL ) -#define XFPD_XMPU_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR12End - */ -#define XFPD_XMPU_CFG_R12_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001C4UL ) -#define XFPD_XMPU_CFG_R12_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R12_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R12_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR12Mstr - */ -#define XFPD_XMPU_CFG_R12_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001C8UL ) -#define XFPD_XMPU_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R12_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R12_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR12 - */ -#define XFPD_XMPU_CFG_R12 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001CCUL ) -#define XFPD_XMPU_CFG_R12_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R12_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R12_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R12_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R12_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R12_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R12_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R12_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R12_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R12_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R12_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R12_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R12_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR13Strt - */ -#define XFPD_XMPU_CFG_R13_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001D0UL ) -#define XFPD_XMPU_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR13End - */ -#define XFPD_XMPU_CFG_R13_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001D4UL ) -#define XFPD_XMPU_CFG_R13_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R13_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R13_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR13Mstr - */ -#define XFPD_XMPU_CFG_R13_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001D8UL ) -#define XFPD_XMPU_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R13_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R13_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR13 - */ -#define XFPD_XMPU_CFG_R13 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001DCUL ) -#define XFPD_XMPU_CFG_R13_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R13_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R13_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R13_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R13_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R13_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R13_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R13_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R13_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R13_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R13_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R13_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R13_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR14Strt - */ -#define XFPD_XMPU_CFG_R14_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001E0UL ) -#define XFPD_XMPU_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR14End - */ -#define XFPD_XMPU_CFG_R14_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001E4UL ) -#define XFPD_XMPU_CFG_R14_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R14_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R14_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR14Mstr - */ -#define XFPD_XMPU_CFG_R14_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001E8UL ) -#define XFPD_XMPU_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R14_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R14_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR14 - */ -#define XFPD_XMPU_CFG_R14 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001ECUL ) -#define XFPD_XMPU_CFG_R14_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R14_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R14_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R14_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R14_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R14_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R14_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R14_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R14_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R14_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R14_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R14_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R14_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR15Strt - */ -#define XFPD_XMPU_CFG_R15_STRT ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001F0UL ) -#define XFPD_XMPU_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR15End - */ -#define XFPD_XMPU_CFG_R15_END ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001F4UL ) -#define XFPD_XMPU_CFG_R15_END_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R15_END_ADDR_SHIFT 0UL -#define XFPD_XMPU_CFG_R15_END_ADDR_WIDTH 28UL -#define XFPD_XMPU_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XFPD_XMPU_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR15Mstr - */ -#define XFPD_XMPU_CFG_R15_MSTR ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001F8UL ) -#define XFPD_XMPU_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XFPD_XMPU_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XFPD_XMPU_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XFPD_XMPU_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R15_MSTR_ID_SHIFT 0UL -#define XFPD_XMPU_CFG_R15_MSTR_ID_WIDTH 16UL -#define XFPD_XMPU_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XFPD_XMPU_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuCfgR15 - */ -#define XFPD_XMPU_CFG_R15 ( ( XFPD_XMPU_CFG_BASEADDR ) + 0x000001FCUL ) -#define XFPD_XMPU_CFG_R15_RSTVAL 0x00000008UL - -#define XFPD_XMPU_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XFPD_XMPU_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XFPD_XMPU_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XFPD_XMPU_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R15_REGNNS_SHIFT 3UL -#define XFPD_XMPU_CFG_R15_REGNNS_WIDTH 1UL -#define XFPD_XMPU_CFG_R15_REGNNS_MASK 0x00000008UL -#define XFPD_XMPU_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XFPD_XMPU_CFG_R15_WRALWD_SHIFT 2UL -#define XFPD_XMPU_CFG_R15_WRALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R15_WRALWD_MASK 0x00000004UL -#define XFPD_XMPU_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R15_RDALWD_SHIFT 1UL -#define XFPD_XMPU_CFG_R15_RDALWD_WIDTH 1UL -#define XFPD_XMPU_CFG_R15_RDALWD_MASK 0x00000002UL -#define XFPD_XMPU_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XFPD_XMPU_CFG_R15_EN_SHIFT 0UL -#define XFPD_XMPU_CFG_R15_EN_WIDTH 1UL -#define XFPD_XMPU_CFG_R15_EN_MASK 0x00000001UL -#define XFPD_XMPU_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_XMPU_CFG_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_xmpu_sink.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_xmpu_sink.h deleted file mode 100644 index 454e534..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xfpd_xmpu_sink.h +++ /dev/null @@ -1,92 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XFPD_XMPU_SINK_H__ -#define __XFPD_XMPU_SINK_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XfpdXmpuSink Base Address - */ -#define XFPD_XMPU_SINK_BASEADDR 0xFD4F0000UL - -/** - * Register: XfpdXmpuSinkErrSts - */ -#define XFPD_XMPU_SINK_ERR_STS ( ( XFPD_XMPU_SINK_BASEADDR ) + 0x0000FF00UL ) -#define XFPD_XMPU_SINK_ERR_STS_RSTVAL 0x00000000UL - -#define XFPD_XMPU_SINK_ERR_STS_RDWR_SHIFT 31UL -#define XFPD_XMPU_SINK_ERR_STS_RDWR_WIDTH 1UL -#define XFPD_XMPU_SINK_ERR_STS_RDWR_MASK 0x80000000UL -#define XFPD_XMPU_SINK_ERR_STS_RDWR_DEFVAL 0x0UL - -#define XFPD_XMPU_SINK_ERR_STS_ADDR_SHIFT 0UL -#define XFPD_XMPU_SINK_ERR_STS_ADDR_WIDTH 12UL -#define XFPD_XMPU_SINK_ERR_STS_ADDR_MASK 0x00000fffUL -#define XFPD_XMPU_SINK_ERR_STS_ADDR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuSinkIsr - */ -#define XFPD_XMPU_SINK_ISR ( ( XFPD_XMPU_SINK_BASEADDR ) + 0x0000FF10UL ) -#define XFPD_XMPU_SINK_ISR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_SINK_ISRADDRDECDERR_SHIFT 0UL -#define XFPD_XMPU_SINK_ISRADDRDECDERR_WIDTH 1UL -#define XFPD_XMPU_SINK_ISRADDRDECDERR_MASK 0x00000001UL -#define XFPD_XMPU_SINK_ISRADDRDECDERR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuSinkImr - */ -#define XFPD_XMPU_SINK_IMR ( ( XFPD_XMPU_SINK_BASEADDR ) + 0x0000FF14UL ) -#define XFPD_XMPU_SINK_IMR_RSTVAL 0x00000001UL - -#define XFPD_XMPU_SINK_IMRADDRDECDERR_SHIFT 0UL -#define XFPD_XMPU_SINK_IMRADDRDECDERR_WIDTH 1UL -#define XFPD_XMPU_SINK_IMRADDRDECDERR_MASK 0x00000001UL -#define XFPD_XMPU_SINK_IMRADDRDECDERR_DEFVAL 0x1UL - -/** - * Register: XfpdXmpuSinkIer - */ -#define XFPD_XMPU_SINK_IER ( ( XFPD_XMPU_SINK_BASEADDR ) + 0x0000FF18UL ) -#define XFPD_XMPU_SINK_IER_RSTVAL 0x00000000UL - -#define XFPD_XMPU_SINK_IERADDRDECDERR_SHIFT 0UL -#define XFPD_XMPU_SINK_IERADDRDECDERR_WIDTH 1UL -#define XFPD_XMPU_SINK_IERADDRDECDERR_MASK 0x00000001UL -#define XFPD_XMPU_SINK_IERADDRDECDERR_DEFVAL 0x0UL - -/** - * Register: XfpdXmpuSinkIdr - */ -#define XFPD_XMPU_SINK_IDR ( ( XFPD_XMPU_SINK_BASEADDR ) + 0x0000FF1CUL ) -#define XFPD_XMPU_SINK_IDR_RSTVAL 0x00000000UL - -#define XFPD_XMPU_SINK_IDRADDRDECDERR_SHIFT 0UL -#define XFPD_XMPU_SINK_IDRADDRDECDERR_WIDTH 1UL -#define XFPD_XMPU_SINK_IDRADDRDECDERR_MASK 0x00000001UL -#define XFPD_XMPU_SINK_IDRADDRDECDERR_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XFPD_XMPU_SINK_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xiou_secure_slcr.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xiou_secure_slcr.h deleted file mode 100644 index a06f161..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xiou_secure_slcr.h +++ /dev/null @@ -1,185 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XIOU_SECURE_SLCR_H__ -#define __XIOU_SECURE_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XiouSecureSlcr Base Address - */ -#define XIOU_SECURE_SLCR_BASEADDR 0xFF240000UL - -/** - * Register: XiouSecSlcrAxiWprtcn - */ -#define XIOU_SEC_SLCR_AXI_WPRTCN ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000000UL ) -#define XIOU_SEC_SLCR_AXI_WPRTCN_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XQSPIPSAXI_AWPROT_SHIFT 25UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XQSPIPSAXI_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XQSPIPSAXI_AWPROT_MASK 0x0e000000UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XQSPIPSAXI_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XNANDPS8_AWPROT_SHIFT 22UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XNANDPS8_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XNANDPS8_AWPROT_MASK 0x01c00000UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XNANDPS8_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_SHIFT 19UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_MASK 0x00380000UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_SHIFT 16UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_MASK 0x00070000UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XSDPS_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_SHIFT 9UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_MASK 0x00000e00UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_SHIFT 6UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_MASK 0x000001c0UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_SHIFT 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_MASK 0x00000038UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_SHIFT 0UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_MASK 0x00000007UL -#define XIOU_SEC_SLCR_AXI_WPRTCN_XEMACPS_AWPROT_DEFVAL 0x0UL - -/** - * Register: XiouSecSlcrAxiRprtcn - */ -#define XIOU_SEC_SLCR_AXI_RPRTCN ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000004UL ) -#define XIOU_SEC_SLCR_AXI_RPRTCN_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XNANDPS8_ARPROT_SHIFT 22UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XNANDPS8_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XNANDPS8_ARPROT_MASK 0x01c00000UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XNANDPS8_ARPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_SHIFT 19UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_MASK 0x00380000UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_SHIFT 16UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_MASK 0x00070000UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XSDPS_ARPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_SHIFT 9UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_MASK 0x00000e00UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_SHIFT 6UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_MASK 0x000001c0UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_SHIFT 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_MASK 0x00000038UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_DEFVAL 0x0UL - -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_SHIFT 0UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_WIDTH 3UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_MASK 0x00000007UL -#define XIOU_SEC_SLCR_AXI_RPRTCN_XEMACPS_ARPROT_DEFVAL 0x0UL - -/** - * Register: XiouSecSlcrCtrl - */ -#define XIOU_SEC_SLCR_CTRL ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000040UL ) -#define XIOU_SEC_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XIOU_SEC_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XIOU_SEC_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XIOU_SEC_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XiouSecSlcrIsr - */ -#define XIOU_SEC_SLCR_ISR ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000044UL ) -#define XIOU_SEC_SLCR_ISR_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_ISR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SEC_SLCR_ISR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SEC_SLCR_ISR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SEC_SLCR_ISR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XiouSecSlcrImr - */ -#define XIOU_SEC_SLCR_IMR ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000048UL ) -#define XIOU_SEC_SLCR_IMR_RSTVAL 0x00000001UL - -#define XIOU_SEC_SLCR_IMR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SEC_SLCR_IMR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SEC_SLCR_IMR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SEC_SLCR_IMR_ADDR_DECD_ERR_DEFVAL 0x1UL - -/** - * Register: XiouSecSlcrIer - */ -#define XIOU_SEC_SLCR_IER ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XIOU_SEC_SLCR_IER_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_IER_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SEC_SLCR_IER_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SEC_SLCR_IER_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SEC_SLCR_IER_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XiouSecSlcrIdr - */ -#define XIOU_SEC_SLCR_IDR ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000050UL ) -#define XIOU_SEC_SLCR_IDR_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_IDR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SEC_SLCR_IDR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SEC_SLCR_IDR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SEC_SLCR_IDR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XiouSecSlcrItr - */ -#define XIOU_SEC_SLCR_ITR ( ( XIOU_SECURE_SLCR_BASEADDR ) + 0x00000054UL ) -#define XIOU_SEC_SLCR_ITR_RSTVAL 0x00000000UL - -#define XIOU_SEC_SLCR_ITR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SEC_SLCR_ITR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SEC_SLCR_ITR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SEC_SLCR_ITR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XIOU_SECURE_SLCR_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xiou_slcr.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xiou_slcr.h deleted file mode 100644 index 9806bea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xiou_slcr.h +++ /dev/null @@ -1,4040 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XIOU_SLCR_H__ -#define __XIOU_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XiouSlcr Base Address - */ -#define XIOU_SLCR_BASEADDR 0xFF180000UL - -/** - * Register: XiouSlcrMioPin0 - */ -#define XIOU_SLCR_MIO_PIN_0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000000UL ) -#define XIOU_SLCR_MIO_PIN_0_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_0_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_0_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_0_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_0_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_0_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_0_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_0_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_0_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_0_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_0_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_0_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_0_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_0_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_0_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_0_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_0_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin1 - */ -#define XIOU_SLCR_MIO_PIN_1 ( ( XIOU_SLCR_BASEADDR ) + 0x00000004UL ) -#define XIOU_SLCR_MIO_PIN_1_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_1_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_1_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_1_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_1_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_1_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_1_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_1_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_1_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_1_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_1_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_1_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_1_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_1_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_1_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_1_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_1_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin2 - */ -#define XIOU_SLCR_MIO_PIN_2 ( ( XIOU_SLCR_BASEADDR ) + 0x00000008UL ) -#define XIOU_SLCR_MIO_PIN_2_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_2_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_2_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_2_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_2_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_2_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_2_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_2_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_2_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_2_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_2_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_2_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_2_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_2_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_2_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_2_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_2_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin3 - */ -#define XIOU_SLCR_MIO_PIN_3 ( ( XIOU_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XIOU_SLCR_MIO_PIN_3_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_3_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_3_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_3_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_3_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_3_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_3_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_3_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_3_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_3_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_3_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_3_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_3_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_3_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_3_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_3_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_3_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin4 - */ -#define XIOU_SLCR_MIO_PIN_4 ( ( XIOU_SLCR_BASEADDR ) + 0x00000010UL ) -#define XIOU_SLCR_MIO_PIN_4_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_4_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_4_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_4_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_4_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_4_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_4_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_4_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_4_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_4_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_4_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_4_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_4_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_4_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_4_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_4_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_4_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin5 - */ -#define XIOU_SLCR_MIO_PIN_5 ( ( XIOU_SLCR_BASEADDR ) + 0x00000014UL ) -#define XIOU_SLCR_MIO_PIN_5_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_5_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_5_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_5_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_5_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_5_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_5_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_5_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_5_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_5_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_5_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_5_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_5_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_5_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_5_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_5_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_5_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin6 - */ -#define XIOU_SLCR_MIO_PIN_6 ( ( XIOU_SLCR_BASEADDR ) + 0x00000018UL ) -#define XIOU_SLCR_MIO_PIN_6_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_6_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_6_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_6_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_6_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_6_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_6_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_6_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_6_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_6_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_6_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_6_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_6_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_6_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_6_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_6_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_6_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin7 - */ -#define XIOU_SLCR_MIO_PIN_7 ( ( XIOU_SLCR_BASEADDR ) + 0x0000001CUL ) -#define XIOU_SLCR_MIO_PIN_7_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_7_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_7_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_7_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_7_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_7_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_7_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_7_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_7_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_7_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_7_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_7_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_7_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_7_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_7_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_7_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_7_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin8 - */ -#define XIOU_SLCR_MIO_PIN_8 ( ( XIOU_SLCR_BASEADDR ) + 0x00000020UL ) -#define XIOU_SLCR_MIO_PIN_8_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_8_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_8_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_8_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_8_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_8_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_8_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_8_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_8_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_8_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_8_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_8_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_8_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_8_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_8_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_8_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_8_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin9 - */ -#define XIOU_SLCR_MIO_PIN_9 ( ( XIOU_SLCR_BASEADDR ) + 0x00000024UL ) -#define XIOU_SLCR_MIO_PIN_9_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_9_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_9_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_9_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_9_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_9_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_9_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_9_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_9_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_9_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_9_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_9_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_9_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_9_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_9_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_9_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_9_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin10 - */ -#define XIOU_SLCR_MIO_PIN_10 ( ( XIOU_SLCR_BASEADDR ) + 0x00000028UL ) -#define XIOU_SLCR_MIO_PIN_10_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_10_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_10_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_10_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_10_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_10_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_10_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_10_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_10_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_10_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_10_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_10_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_10_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_10_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_10_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_10_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_10_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin11 - */ -#define XIOU_SLCR_MIO_PIN_11 ( ( XIOU_SLCR_BASEADDR ) + 0x0000002CUL ) -#define XIOU_SLCR_MIO_PIN_11_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_11_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_11_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_11_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_11_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_11_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_11_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_11_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_11_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_11_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_11_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_11_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_11_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_11_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_11_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_11_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_11_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin12 - */ -#define XIOU_SLCR_MIO_PIN_12 ( ( XIOU_SLCR_BASEADDR ) + 0x00000030UL ) -#define XIOU_SLCR_MIO_PIN_12_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_12_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_12_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_12_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_12_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_12_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_12_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_12_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_12_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_12_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_12_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_12_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_12_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_12_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_12_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_12_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_12_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin13 - */ -#define XIOU_SLCR_MIO_PIN_13 ( ( XIOU_SLCR_BASEADDR ) + 0x00000034UL ) -#define XIOU_SLCR_MIO_PIN_13_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_13_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_13_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_13_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_13_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_13_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_13_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_13_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_13_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_13_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_13_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_13_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_13_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_13_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_13_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_13_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_13_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin14 - */ -#define XIOU_SLCR_MIO_PIN_14 ( ( XIOU_SLCR_BASEADDR ) + 0x00000038UL ) -#define XIOU_SLCR_MIO_PIN_14_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_14_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_14_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_14_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_14_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_14_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_14_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_14_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_14_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_14_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_14_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_14_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_14_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_14_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_14_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_14_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_14_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin15 - */ -#define XIOU_SLCR_MIO_PIN_15 ( ( XIOU_SLCR_BASEADDR ) + 0x0000003CUL ) -#define XIOU_SLCR_MIO_PIN_15_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_15_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_15_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_15_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_15_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_15_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_15_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_15_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_15_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_15_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_15_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_15_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_15_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_15_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_15_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_15_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_15_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin16 - */ -#define XIOU_SLCR_MIO_PIN_16 ( ( XIOU_SLCR_BASEADDR ) + 0x00000040UL ) -#define XIOU_SLCR_MIO_PIN_16_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_16_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_16_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_16_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_16_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_16_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_16_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_16_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_16_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_16_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_16_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_16_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_16_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_16_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_16_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_16_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_16_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin17 - */ -#define XIOU_SLCR_MIO_PIN_17 ( ( XIOU_SLCR_BASEADDR ) + 0x00000044UL ) -#define XIOU_SLCR_MIO_PIN_17_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_17_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_17_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_17_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_17_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_17_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_17_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_17_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_17_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_17_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_17_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_17_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_17_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_17_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_17_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_17_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_17_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin18 - */ -#define XIOU_SLCR_MIO_PIN_18 ( ( XIOU_SLCR_BASEADDR ) + 0x00000048UL ) -#define XIOU_SLCR_MIO_PIN_18_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_18_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_18_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_18_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_18_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_18_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_18_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_18_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_18_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_18_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_18_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_18_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_18_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_18_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_18_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_18_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_18_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin19 - */ -#define XIOU_SLCR_MIO_PIN_19 ( ( XIOU_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XIOU_SLCR_MIO_PIN_19_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_19_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_19_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_19_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_19_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_19_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_19_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_19_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_19_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_19_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_19_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_19_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_19_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_19_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_19_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_19_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_19_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin20 - */ -#define XIOU_SLCR_MIO_PIN_20 ( ( XIOU_SLCR_BASEADDR ) + 0x00000050UL ) -#define XIOU_SLCR_MIO_PIN_20_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_20_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_20_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_20_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_20_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_20_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_20_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_20_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_20_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_20_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_20_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_20_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_20_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_20_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_20_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_20_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_20_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin21 - */ -#define XIOU_SLCR_MIO_PIN_21 ( ( XIOU_SLCR_BASEADDR ) + 0x00000054UL ) -#define XIOU_SLCR_MIO_PIN_21_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_21_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_21_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_21_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_21_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_21_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_21_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_21_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_21_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_21_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_21_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_21_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_21_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_21_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_21_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_21_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_21_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin22 - */ -#define XIOU_SLCR_MIO_PIN_22 ( ( XIOU_SLCR_BASEADDR ) + 0x00000058UL ) -#define XIOU_SLCR_MIO_PIN_22_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_22_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_22_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_22_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_22_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_22_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_22_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_22_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_22_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_22_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_22_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_22_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_22_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_22_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_22_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_22_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_22_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin23 - */ -#define XIOU_SLCR_MIO_PIN_23 ( ( XIOU_SLCR_BASEADDR ) + 0x0000005CUL ) -#define XIOU_SLCR_MIO_PIN_23_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_23_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_23_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_23_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_23_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_23_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_23_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_23_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_23_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_23_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_23_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_23_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_23_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_23_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_23_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_23_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_23_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin24 - */ -#define XIOU_SLCR_MIO_PIN_24 ( ( XIOU_SLCR_BASEADDR ) + 0x00000060UL ) -#define XIOU_SLCR_MIO_PIN_24_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_24_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_24_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_24_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_24_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_24_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_24_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_24_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_24_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_24_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_24_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_24_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_24_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_24_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_24_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_24_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_24_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin25 - */ -#define XIOU_SLCR_MIO_PIN_25 ( ( XIOU_SLCR_BASEADDR ) + 0x00000064UL ) -#define XIOU_SLCR_MIO_PIN_25_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_25_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_25_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_25_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_25_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_25_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_25_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_25_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_25_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_25_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_25_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_25_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_25_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_25_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_25_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_25_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_25_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin26 - */ -#define XIOU_SLCR_MIO_PIN_26 ( ( XIOU_SLCR_BASEADDR ) + 0x00000068UL ) -#define XIOU_SLCR_MIO_PIN_26_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_26_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_26_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_26_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_26_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_26_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_26_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_26_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_26_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_26_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_26_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_26_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_26_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_26_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_26_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_26_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_26_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin27 - */ -#define XIOU_SLCR_MIO_PIN_27 ( ( XIOU_SLCR_BASEADDR ) + 0x0000006CUL ) -#define XIOU_SLCR_MIO_PIN_27_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_27_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_27_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_27_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_27_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_27_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_27_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_27_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_27_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_27_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_27_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_27_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_27_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_27_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_27_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_27_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_27_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin28 - */ -#define XIOU_SLCR_MIO_PIN_28 ( ( XIOU_SLCR_BASEADDR ) + 0x00000070UL ) -#define XIOU_SLCR_MIO_PIN_28_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_28_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_28_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_28_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_28_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_28_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_28_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_28_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_28_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_28_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_28_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_28_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_28_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_28_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_28_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_28_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_28_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin29 - */ -#define XIOU_SLCR_MIO_PIN_29 ( ( XIOU_SLCR_BASEADDR ) + 0x00000074UL ) -#define XIOU_SLCR_MIO_PIN_29_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_29_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_29_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_29_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_29_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_29_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_29_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_29_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_29_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_29_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_29_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_29_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_29_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_29_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_29_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_29_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_29_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin30 - */ -#define XIOU_SLCR_MIO_PIN_30 ( ( XIOU_SLCR_BASEADDR ) + 0x00000078UL ) -#define XIOU_SLCR_MIO_PIN_30_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_30_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_30_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_30_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_30_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_30_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_30_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_30_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_30_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_30_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_30_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_30_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_30_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_30_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_30_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_30_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_30_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin31 - */ -#define XIOU_SLCR_MIO_PIN_31 ( ( XIOU_SLCR_BASEADDR ) + 0x0000007CUL ) -#define XIOU_SLCR_MIO_PIN_31_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_31_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_31_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_31_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_31_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_31_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_31_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_31_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_31_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_31_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_31_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_31_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_31_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_31_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_31_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_31_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_31_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin32 - */ -#define XIOU_SLCR_MIO_PIN_32 ( ( XIOU_SLCR_BASEADDR ) + 0x00000080UL ) -#define XIOU_SLCR_MIO_PIN_32_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_32_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_32_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_32_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_32_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_32_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_32_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_32_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_32_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_32_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_32_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_32_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_32_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_32_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_32_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_32_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_32_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin33 - */ -#define XIOU_SLCR_MIO_PIN_33 ( ( XIOU_SLCR_BASEADDR ) + 0x00000084UL ) -#define XIOU_SLCR_MIO_PIN_33_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_33_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_33_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_33_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_33_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_33_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_33_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_33_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_33_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_33_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_33_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_33_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_33_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_33_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_33_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_33_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_33_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin34 - */ -#define XIOU_SLCR_MIO_PIN_34 ( ( XIOU_SLCR_BASEADDR ) + 0x00000088UL ) -#define XIOU_SLCR_MIO_PIN_34_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_34_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_34_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_34_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_34_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_34_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_34_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_34_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_34_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_34_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_34_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_34_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_34_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_34_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_34_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_34_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_34_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin35 - */ -#define XIOU_SLCR_MIO_PIN_35 ( ( XIOU_SLCR_BASEADDR ) + 0x0000008CUL ) -#define XIOU_SLCR_MIO_PIN_35_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_35_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_35_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_35_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_35_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_35_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_35_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_35_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_35_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_35_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_35_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_35_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_35_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_35_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_35_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_35_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_35_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin36 - */ -#define XIOU_SLCR_MIO_PIN_36 ( ( XIOU_SLCR_BASEADDR ) + 0x00000090UL ) -#define XIOU_SLCR_MIO_PIN_36_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_36_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_36_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_36_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_36_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_36_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_36_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_36_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_36_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_36_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_36_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_36_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_36_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_36_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_36_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_36_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_36_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin37 - */ -#define XIOU_SLCR_MIO_PIN_37 ( ( XIOU_SLCR_BASEADDR ) + 0x00000094UL ) -#define XIOU_SLCR_MIO_PIN_37_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_37_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_37_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_37_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_37_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_37_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_37_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_37_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_37_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_37_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_37_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_37_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_37_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_37_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_37_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_37_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_37_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin38 - */ -#define XIOU_SLCR_MIO_PIN_38 ( ( XIOU_SLCR_BASEADDR ) + 0x00000098UL ) -#define XIOU_SLCR_MIO_PIN_38_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_38_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_38_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_38_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_38_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_38_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_38_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_38_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_38_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_38_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_38_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_38_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_38_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_38_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_38_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_38_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_38_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin39 - */ -#define XIOU_SLCR_MIO_PIN_39 ( ( XIOU_SLCR_BASEADDR ) + 0x0000009CUL ) -#define XIOU_SLCR_MIO_PIN_39_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_39_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_39_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_39_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_39_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_39_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_39_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_39_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_39_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_39_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_39_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_39_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_39_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_39_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_39_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_39_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_39_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin40 - */ -#define XIOU_SLCR_MIO_PIN_40 ( ( XIOU_SLCR_BASEADDR ) + 0x000000A0UL ) -#define XIOU_SLCR_MIO_PIN_40_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_40_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_40_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_40_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_40_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_40_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_40_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_40_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_40_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_40_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_40_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_40_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_40_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_40_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_40_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_40_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_40_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin41 - */ -#define XIOU_SLCR_MIO_PIN_41 ( ( XIOU_SLCR_BASEADDR ) + 0x000000A4UL ) -#define XIOU_SLCR_MIO_PIN_41_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_41_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_41_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_41_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_41_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_41_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_41_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_41_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_41_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_41_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_41_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_41_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_41_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_41_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_41_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_41_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_41_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin42 - */ -#define XIOU_SLCR_MIO_PIN_42 ( ( XIOU_SLCR_BASEADDR ) + 0x000000A8UL ) -#define XIOU_SLCR_MIO_PIN_42_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_42_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_42_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_42_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_42_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_42_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_42_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_42_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_42_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_42_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_42_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_42_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_42_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_42_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_42_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_42_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_42_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin43 - */ -#define XIOU_SLCR_MIO_PIN_43 ( ( XIOU_SLCR_BASEADDR ) + 0x000000ACUL ) -#define XIOU_SLCR_MIO_PIN_43_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_43_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_43_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_43_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_43_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_43_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_43_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_43_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_43_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_43_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_43_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_43_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_43_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_43_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_43_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_43_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_43_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin44 - */ -#define XIOU_SLCR_MIO_PIN_44 ( ( XIOU_SLCR_BASEADDR ) + 0x000000B0UL ) -#define XIOU_SLCR_MIO_PIN_44_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_44_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_44_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_44_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_44_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_44_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_44_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_44_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_44_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_44_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_44_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_44_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_44_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_44_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_44_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_44_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_44_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin45 - */ -#define XIOU_SLCR_MIO_PIN_45 ( ( XIOU_SLCR_BASEADDR ) + 0x000000B4UL ) -#define XIOU_SLCR_MIO_PIN_45_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_45_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_45_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_45_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_45_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_45_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_45_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_45_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_45_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_45_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_45_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_45_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_45_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_45_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_45_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_45_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_45_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin46 - */ -#define XIOU_SLCR_MIO_PIN_46 ( ( XIOU_SLCR_BASEADDR ) + 0x000000B8UL ) -#define XIOU_SLCR_MIO_PIN_46_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_46_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_46_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_46_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_46_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_46_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_46_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_46_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_46_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_46_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_46_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_46_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_46_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_46_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_46_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_46_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_46_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin47 - */ -#define XIOU_SLCR_MIO_PIN_47 ( ( XIOU_SLCR_BASEADDR ) + 0x000000BCUL ) -#define XIOU_SLCR_MIO_PIN_47_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_47_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_47_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_47_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_47_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_47_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_47_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_47_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_47_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_47_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_47_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_47_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_47_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_47_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_47_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_47_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_47_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin48 - */ -#define XIOU_SLCR_MIO_PIN_48 ( ( XIOU_SLCR_BASEADDR ) + 0x000000C0UL ) -#define XIOU_SLCR_MIO_PIN_48_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_48_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_48_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_48_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_48_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_48_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_48_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_48_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_48_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_48_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_48_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_48_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_48_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_48_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_48_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_48_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_48_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin49 - */ -#define XIOU_SLCR_MIO_PIN_49 ( ( XIOU_SLCR_BASEADDR ) + 0x000000C4UL ) -#define XIOU_SLCR_MIO_PIN_49_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_49_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_49_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_49_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_49_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_49_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_49_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_49_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_49_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_49_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_49_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_49_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_49_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_49_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_49_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_49_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_49_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin50 - */ -#define XIOU_SLCR_MIO_PIN_50 ( ( XIOU_SLCR_BASEADDR ) + 0x000000C8UL ) -#define XIOU_SLCR_MIO_PIN_50_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_50_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_50_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_50_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_50_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_50_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_50_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_50_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_50_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_50_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_50_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_50_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_50_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_50_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_50_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_50_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_50_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin51 - */ -#define XIOU_SLCR_MIO_PIN_51 ( ( XIOU_SLCR_BASEADDR ) + 0x000000CCUL ) -#define XIOU_SLCR_MIO_PIN_51_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_51_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_51_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_51_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_51_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_51_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_51_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_51_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_51_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_51_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_51_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_51_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_51_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_51_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_51_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_51_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_51_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin52 - */ -#define XIOU_SLCR_MIO_PIN_52 ( ( XIOU_SLCR_BASEADDR ) + 0x000000D0UL ) -#define XIOU_SLCR_MIO_PIN_52_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_52_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_52_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_52_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_52_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_52_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_52_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_52_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_52_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_52_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_52_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_52_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_52_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_52_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_52_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_52_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_52_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin53 - */ -#define XIOU_SLCR_MIO_PIN_53 ( ( XIOU_SLCR_BASEADDR ) + 0x000000D4UL ) -#define XIOU_SLCR_MIO_PIN_53_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_53_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_53_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_53_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_53_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_53_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_53_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_53_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_53_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_53_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_53_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_53_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_53_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_53_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_53_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_53_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_53_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin54 - */ -#define XIOU_SLCR_MIO_PIN_54 ( ( XIOU_SLCR_BASEADDR ) + 0x000000D8UL ) -#define XIOU_SLCR_MIO_PIN_54_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_54_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_54_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_54_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_54_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_54_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_54_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_54_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_54_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_54_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_54_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_54_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_54_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_54_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_54_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_54_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_54_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin55 - */ -#define XIOU_SLCR_MIO_PIN_55 ( ( XIOU_SLCR_BASEADDR ) + 0x000000DCUL ) -#define XIOU_SLCR_MIO_PIN_55_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_55_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_55_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_55_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_55_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_55_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_55_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_55_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_55_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_55_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_55_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_55_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_55_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_55_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_55_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_55_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_55_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin56 - */ -#define XIOU_SLCR_MIO_PIN_56 ( ( XIOU_SLCR_BASEADDR ) + 0x000000E0UL ) -#define XIOU_SLCR_MIO_PIN_56_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_56_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_56_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_56_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_56_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_56_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_56_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_56_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_56_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_56_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_56_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_56_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_56_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_56_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_56_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_56_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_56_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin57 - */ -#define XIOU_SLCR_MIO_PIN_57 ( ( XIOU_SLCR_BASEADDR ) + 0x000000E4UL ) -#define XIOU_SLCR_MIO_PIN_57_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_57_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_57_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_57_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_57_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_57_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_57_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_57_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_57_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_57_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_57_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_57_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_57_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_57_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_57_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_57_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_57_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin58 - */ -#define XIOU_SLCR_MIO_PIN_58 ( ( XIOU_SLCR_BASEADDR ) + 0x000000E8UL ) -#define XIOU_SLCR_MIO_PIN_58_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_58_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_58_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_58_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_58_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_58_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_58_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_58_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_58_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_58_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_58_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_58_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_58_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_58_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_58_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_58_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_58_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin59 - */ -#define XIOU_SLCR_MIO_PIN_59 ( ( XIOU_SLCR_BASEADDR ) + 0x000000ECUL ) -#define XIOU_SLCR_MIO_PIN_59_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_59_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_59_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_59_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_59_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_59_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_59_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_59_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_59_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_59_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_59_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_59_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_59_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_59_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_59_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_59_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_59_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin60 - */ -#define XIOU_SLCR_MIO_PIN_60 ( ( XIOU_SLCR_BASEADDR ) + 0x000000F0UL ) -#define XIOU_SLCR_MIO_PIN_60_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_60_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_60_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_60_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_60_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_60_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_60_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_60_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_60_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_60_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_60_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_60_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_60_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_60_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_60_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_60_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_60_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin61 - */ -#define XIOU_SLCR_MIO_PIN_61 ( ( XIOU_SLCR_BASEADDR ) + 0x000000F4UL ) -#define XIOU_SLCR_MIO_PIN_61_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_61_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_61_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_61_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_61_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_61_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_61_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_61_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_61_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_61_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_61_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_61_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_61_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_61_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_61_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_61_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_61_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin62 - */ -#define XIOU_SLCR_MIO_PIN_62 ( ( XIOU_SLCR_BASEADDR ) + 0x000000F8UL ) -#define XIOU_SLCR_MIO_PIN_62_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_62_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_62_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_62_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_62_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_62_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_62_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_62_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_62_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_62_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_62_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_62_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_62_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_62_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_62_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_62_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_62_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin63 - */ -#define XIOU_SLCR_MIO_PIN_63 ( ( XIOU_SLCR_BASEADDR ) + 0x000000FCUL ) -#define XIOU_SLCR_MIO_PIN_63_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_63_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_63_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_63_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_63_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_63_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_63_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_63_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_63_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_63_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_63_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_63_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_63_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_63_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_63_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_63_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_63_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin64 - */ -#define XIOU_SLCR_MIO_PIN_64 ( ( XIOU_SLCR_BASEADDR ) + 0x00000100UL ) -#define XIOU_SLCR_MIO_PIN_64_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_64_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_64_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_64_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_64_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_64_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_64_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_64_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_64_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_64_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_64_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_64_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_64_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_64_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_64_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_64_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_64_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin65 - */ -#define XIOU_SLCR_MIO_PIN_65 ( ( XIOU_SLCR_BASEADDR ) + 0x00000104UL ) -#define XIOU_SLCR_MIO_PIN_65_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_65_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_65_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_65_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_65_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_65_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_65_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_65_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_65_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_65_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_65_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_65_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_65_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_65_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_65_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_65_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_65_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin66 - */ -#define XIOU_SLCR_MIO_PIN_66 ( ( XIOU_SLCR_BASEADDR ) + 0x00000108UL ) -#define XIOU_SLCR_MIO_PIN_66_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_66_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_66_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_66_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_66_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_66_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_66_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_66_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_66_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_66_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_66_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_66_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_66_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_66_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_66_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_66_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_66_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin67 - */ -#define XIOU_SLCR_MIO_PIN_67 ( ( XIOU_SLCR_BASEADDR ) + 0x0000010CUL ) -#define XIOU_SLCR_MIO_PIN_67_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_67_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_67_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_67_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_67_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_67_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_67_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_67_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_67_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_67_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_67_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_67_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_67_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_67_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_67_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_67_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_67_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin68 - */ -#define XIOU_SLCR_MIO_PIN_68 ( ( XIOU_SLCR_BASEADDR ) + 0x00000110UL ) -#define XIOU_SLCR_MIO_PIN_68_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_68_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_68_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_68_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_68_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_68_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_68_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_68_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_68_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_68_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_68_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_68_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_68_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_68_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_68_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_68_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_68_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin69 - */ -#define XIOU_SLCR_MIO_PIN_69 ( ( XIOU_SLCR_BASEADDR ) + 0x00000114UL ) -#define XIOU_SLCR_MIO_PIN_69_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_69_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_69_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_69_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_69_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_69_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_69_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_69_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_69_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_69_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_69_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_69_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_69_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_69_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_69_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_69_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_69_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin70 - */ -#define XIOU_SLCR_MIO_PIN_70 ( ( XIOU_SLCR_BASEADDR ) + 0x00000118UL ) -#define XIOU_SLCR_MIO_PIN_70_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_70_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_70_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_70_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_70_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_70_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_70_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_70_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_70_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_70_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_70_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_70_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_70_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_70_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_70_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_70_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_70_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin71 - */ -#define XIOU_SLCR_MIO_PIN_71 ( ( XIOU_SLCR_BASEADDR ) + 0x0000011CUL ) -#define XIOU_SLCR_MIO_PIN_71_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_71_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_71_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_71_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_71_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_71_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_71_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_71_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_71_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_71_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_71_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_71_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_71_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_71_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_71_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_71_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_71_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin72 - */ -#define XIOU_SLCR_MIO_PIN_72 ( ( XIOU_SLCR_BASEADDR ) + 0x00000120UL ) -#define XIOU_SLCR_MIO_PIN_72_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_72_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_72_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_72_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_72_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_72_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_72_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_72_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_72_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_72_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_72_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_72_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_72_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_72_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_72_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_72_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_72_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin73 - */ -#define XIOU_SLCR_MIO_PIN_73 ( ( XIOU_SLCR_BASEADDR ) + 0x00000124UL ) -#define XIOU_SLCR_MIO_PIN_73_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_73_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_73_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_73_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_73_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_73_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_73_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_73_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_73_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_73_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_73_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_73_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_73_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_73_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_73_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_73_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_73_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin74 - */ -#define XIOU_SLCR_MIO_PIN_74 ( ( XIOU_SLCR_BASEADDR ) + 0x00000128UL ) -#define XIOU_SLCR_MIO_PIN_74_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_74_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_74_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_74_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_74_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_74_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_74_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_74_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_74_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_74_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_74_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_74_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_74_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_74_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_74_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_74_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_74_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin75 - */ -#define XIOU_SLCR_MIO_PIN_75 ( ( XIOU_SLCR_BASEADDR ) + 0x0000012CUL ) -#define XIOU_SLCR_MIO_PIN_75_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_75_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_75_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_75_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_75_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_75_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_75_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_75_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_75_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_75_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_75_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_75_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_75_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_75_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_75_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_75_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_75_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin76 - */ -#define XIOU_SLCR_MIO_PIN_76 ( ( XIOU_SLCR_BASEADDR ) + 0x00000130UL ) -#define XIOU_SLCR_MIO_PIN_76_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_76_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_76_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_76_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_76_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_76_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_76_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_76_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_76_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_76_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_76_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_76_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_76_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_76_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_76_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_76_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_76_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioPin77 - */ -#define XIOU_SLCR_MIO_PIN_77 ( ( XIOU_SLCR_BASEADDR ) + 0x00000134UL ) -#define XIOU_SLCR_MIO_PIN_77_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_PIN_77_L3_SEL_SHIFT 5UL -#define XIOU_SLCR_MIO_PIN_77_L3_SEL_WIDTH 3UL -#define XIOU_SLCR_MIO_PIN_77_L3_SEL_MASK 0x000000e0UL -#define XIOU_SLCR_MIO_PIN_77_L3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_77_L2_SEL_SHIFT 3UL -#define XIOU_SLCR_MIO_PIN_77_L2_SEL_WIDTH 2UL -#define XIOU_SLCR_MIO_PIN_77_L2_SEL_MASK 0x00000018UL -#define XIOU_SLCR_MIO_PIN_77_L2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_77_L1_SEL_SHIFT 2UL -#define XIOU_SLCR_MIO_PIN_77_L1_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_77_L1_SEL_MASK 0x00000004UL -#define XIOU_SLCR_MIO_PIN_77_L1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_PIN_77_L0_SEL_SHIFT 1UL -#define XIOU_SLCR_MIO_PIN_77_L0_SEL_WIDTH 1UL -#define XIOU_SLCR_MIO_PIN_77_L0_SEL_MASK 0x00000002UL -#define XIOU_SLCR_MIO_PIN_77_L0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank0Ctrl0 - */ -#define XIOU_SLCR_BANK0_CTRL0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000138UL ) -#define XIOU_SLCR_BANK0_CTRL0_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK0_CTRL0_DRIVE0_SHIFT 0UL -#define XIOU_SLCR_BANK0_CTRL0_DRIVE0_WIDTH 26UL -#define XIOU_SLCR_BANK0_CTRL0_DRIVE0_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK0_CTRL0_DRIVE0_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank0Ctrl1 - */ -#define XIOU_SLCR_BANK0_CTRL1 ( ( XIOU_SLCR_BASEADDR ) + 0x0000013CUL ) -#define XIOU_SLCR_BANK0_CTRL1_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK0_CTRL1_DRIVE1_SHIFT 0UL -#define XIOU_SLCR_BANK0_CTRL1_DRIVE1_WIDTH 26UL -#define XIOU_SLCR_BANK0_CTRL1_DRIVE1_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK0_CTRL1_DRIVE1_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank0Ctrl3 - */ -#define XIOU_SLCR_BANK0_CTRL3 ( ( XIOU_SLCR_BASEADDR ) + 0x00000140UL ) -#define XIOU_SLCR_BANK0_CTRL3_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK0_CTRL3_SCHMITT_CMOS_N_SHIFT 0UL -#define XIOU_SLCR_BANK0_CTRL3_SCHMITT_CMOS_N_WIDTH 26UL -#define XIOU_SLCR_BANK0_CTRL3_SCHMITT_CMOS_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK0_CTRL3_SCHMITT_CMOS_N_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank0Ctrl4 - */ -#define XIOU_SLCR_BANK0_CTRL4 ( ( XIOU_SLCR_BASEADDR ) + 0x00000144UL ) -#define XIOU_SLCR_BANK0_CTRL4_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK0_CTRL4_PULLHILO_N_SHIFT 0UL -#define XIOU_SLCR_BANK0_CTRL4_PULLHILO_N_WIDTH 26UL -#define XIOU_SLCR_BANK0_CTRL4_PULLHILO_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK0_CTRL4_PULLHILO_N_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank0Ctrl5 - */ -#define XIOU_SLCR_BANK0_CTRL5 ( ( XIOU_SLCR_BASEADDR ) + 0x00000148UL ) -#define XIOU_SLCR_BANK0_CTRL5_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK0_CTRL5_PULL_EN_SHIFT 0UL -#define XIOU_SLCR_BANK0_CTRL5_PULL_EN_WIDTH 26UL -#define XIOU_SLCR_BANK0_CTRL5_PULL_EN_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK0_CTRL5_PULL_EN_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank0Ctrl6 - */ -#define XIOU_SLCR_BANK0_CTRL6 ( ( XIOU_SLCR_BASEADDR ) + 0x0000014CUL ) -#define XIOU_SLCR_BANK0_CTRL6_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK0_CTRL6_SLOW_FAST_SLEW_N_SHIFT 0UL -#define XIOU_SLCR_BANK0_CTRL6_SLOW_FAST_SLEW_N_WIDTH 26UL -#define XIOU_SLCR_BANK0_CTRL6_SLOW_FAST_SLEW_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK0_CTRL6_SLOW_FAST_SLEW_N_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank0Sts - */ -#define XIOU_SLCR_BANK0_STS ( ( XIOU_SLCR_BASEADDR ) + 0x00000150UL ) -#define XIOU_SLCR_BANK0_STS_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK0_STS_VOLTAGE_MODE_SHIFT 0UL -#define XIOU_SLCR_BANK0_STS_VOLTAGE_MODE_WIDTH 1UL -#define XIOU_SLCR_BANK0_STS_VOLTAGE_MODE_MASK 0x00000001UL -#define XIOU_SLCR_BANK0_STS_VOLTAGE_MODE_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank1Ctrl0 - */ -#define XIOU_SLCR_BANK1_CTRL0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000154UL ) -#define XIOU_SLCR_BANK1_CTRL0_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK1_CTRL0_DRIVE0_SHIFT 0UL -#define XIOU_SLCR_BANK1_CTRL0_DRIVE0_WIDTH 26UL -#define XIOU_SLCR_BANK1_CTRL0_DRIVE0_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK1_CTRL0_DRIVE0_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank1Ctrl1 - */ -#define XIOU_SLCR_BANK1_CTRL1 ( ( XIOU_SLCR_BASEADDR ) + 0x00000158UL ) -#define XIOU_SLCR_BANK1_CTRL1_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK1_CTRL1_DRIVE1_SHIFT 0UL -#define XIOU_SLCR_BANK1_CTRL1_DRIVE1_WIDTH 26UL -#define XIOU_SLCR_BANK1_CTRL1_DRIVE1_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK1_CTRL1_DRIVE1_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank1Ctrl3 - */ -#define XIOU_SLCR_BANK1_CTRL3 ( ( XIOU_SLCR_BASEADDR ) + 0x0000015CUL ) -#define XIOU_SLCR_BANK1_CTRL3_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK1_CTRL3_SCHMITT_CMOS_N_SHIFT 0UL -#define XIOU_SLCR_BANK1_CTRL3_SCHMITT_CMOS_N_WIDTH 26UL -#define XIOU_SLCR_BANK1_CTRL3_SCHMITT_CMOS_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK1_CTRL3_SCHMITT_CMOS_N_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank1Ctrl4 - */ -#define XIOU_SLCR_BANK1_CTRL4 ( ( XIOU_SLCR_BASEADDR ) + 0x00000160UL ) -#define XIOU_SLCR_BANK1_CTRL4_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK1_CTRL4_PULLHILO_N_SHIFT 0UL -#define XIOU_SLCR_BANK1_CTRL4_PULLHILO_N_WIDTH 26UL -#define XIOU_SLCR_BANK1_CTRL4_PULLHILO_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK1_CTRL4_PULLHILO_N_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank1Ctrl5 - */ -#define XIOU_SLCR_BANK1_CTRL5 ( ( XIOU_SLCR_BASEADDR ) + 0x00000164UL ) -#define XIOU_SLCR_BANK1_CTRL5_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK1_CTRL5_PULL_EN_SHIFT 0UL -#define XIOU_SLCR_BANK1_CTRL5_PULL_EN_WIDTH 26UL -#define XIOU_SLCR_BANK1_CTRL5_PULL_EN_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK1_CTRL5_PULL_EN_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank1Ctrl6 - */ -#define XIOU_SLCR_BANK1_CTRL6 ( ( XIOU_SLCR_BASEADDR ) + 0x00000168UL ) -#define XIOU_SLCR_BANK1_CTRL6_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK1_CTRL6_SLOW_FAST_SLEW_N_SHIFT 0UL -#define XIOU_SLCR_BANK1_CTRL6_SLOW_FAST_SLEW_N_WIDTH 26UL -#define XIOU_SLCR_BANK1_CTRL6_SLOW_FAST_SLEW_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK1_CTRL6_SLOW_FAST_SLEW_N_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank1Sts - */ -#define XIOU_SLCR_BANK1_STS ( ( XIOU_SLCR_BASEADDR ) + 0x0000016CUL ) -#define XIOU_SLCR_BANK1_STS_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK1_STS_VOLTAGE_MODE_SHIFT 0UL -#define XIOU_SLCR_BANK1_STS_VOLTAGE_MODE_WIDTH 1UL -#define XIOU_SLCR_BANK1_STS_VOLTAGE_MODE_MASK 0x00000001UL -#define XIOU_SLCR_BANK1_STS_VOLTAGE_MODE_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank2Ctrl0 - */ -#define XIOU_SLCR_BANK2_CTRL0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000170UL ) -#define XIOU_SLCR_BANK2_CTRL0_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK2_CTRL0_DRIVE0_SHIFT 0UL -#define XIOU_SLCR_BANK2_CTRL0_DRIVE0_WIDTH 26UL -#define XIOU_SLCR_BANK2_CTRL0_DRIVE0_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK2_CTRL0_DRIVE0_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank2Ctrl1 - */ -#define XIOU_SLCR_BANK2_CTRL1 ( ( XIOU_SLCR_BASEADDR ) + 0x00000174UL ) -#define XIOU_SLCR_BANK2_CTRL1_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK2_CTRL1_DRIVE1_SHIFT 0UL -#define XIOU_SLCR_BANK2_CTRL1_DRIVE1_WIDTH 26UL -#define XIOU_SLCR_BANK2_CTRL1_DRIVE1_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK2_CTRL1_DRIVE1_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank2Ctrl3 - */ -#define XIOU_SLCR_BANK2_CTRL3 ( ( XIOU_SLCR_BASEADDR ) + 0x00000178UL ) -#define XIOU_SLCR_BANK2_CTRL3_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK2_CTRL3_SCHMITT_CMOS_N_SHIFT 0UL -#define XIOU_SLCR_BANK2_CTRL3_SCHMITT_CMOS_N_WIDTH 26UL -#define XIOU_SLCR_BANK2_CTRL3_SCHMITT_CMOS_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK2_CTRL3_SCHMITT_CMOS_N_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank2Ctrl4 - */ -#define XIOU_SLCR_BANK2_CTRL4 ( ( XIOU_SLCR_BASEADDR ) + 0x0000017CUL ) -#define XIOU_SLCR_BANK2_CTRL4_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK2_CTRL4_PULLHILO_N_SHIFT 0UL -#define XIOU_SLCR_BANK2_CTRL4_PULLHILO_N_WIDTH 26UL -#define XIOU_SLCR_BANK2_CTRL4_PULLHILO_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK2_CTRL4_PULLHILO_N_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank2Ctrl5 - */ -#define XIOU_SLCR_BANK2_CTRL5 ( ( XIOU_SLCR_BASEADDR ) + 0x00000180UL ) -#define XIOU_SLCR_BANK2_CTRL5_RSTVAL 0x03ffffffUL - -#define XIOU_SLCR_BANK2_CTRL5_PULL_EN_SHIFT 0UL -#define XIOU_SLCR_BANK2_CTRL5_PULL_EN_WIDTH 26UL -#define XIOU_SLCR_BANK2_CTRL5_PULL_EN_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK2_CTRL5_PULL_EN_DEFVAL 0x3ffffffUL - -/** - * Register: XiouSlcrBank2Ctrl6 - */ -#define XIOU_SLCR_BANK2_CTRL6 ( ( XIOU_SLCR_BASEADDR ) + 0x00000184UL ) -#define XIOU_SLCR_BANK2_CTRL6_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK2_CTRL6_SLOW_FAST_SLEW_N_SHIFT 0UL -#define XIOU_SLCR_BANK2_CTRL6_SLOW_FAST_SLEW_N_WIDTH 26UL -#define XIOU_SLCR_BANK2_CTRL6_SLOW_FAST_SLEW_N_MASK 0x03ffffffUL -#define XIOU_SLCR_BANK2_CTRL6_SLOW_FAST_SLEW_N_DEFVAL 0x0UL - -/** - * Register: XiouSlcrBank2Sts - */ -#define XIOU_SLCR_BANK2_STS ( ( XIOU_SLCR_BASEADDR ) + 0x00000188UL ) -#define XIOU_SLCR_BANK2_STS_RSTVAL 0x00000000UL - -#define XIOU_SLCR_BANK2_STS_VOLTAGE_MODE_SHIFT 0UL -#define XIOU_SLCR_BANK2_STS_VOLTAGE_MODE_WIDTH 1UL -#define XIOU_SLCR_BANK2_STS_VOLTAGE_MODE_MASK 0x00000001UL -#define XIOU_SLCR_BANK2_STS_VOLTAGE_MODE_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioLpbck - */ -#define XIOU_SLCR_MIO_LPBCK ( ( XIOU_SLCR_BASEADDR ) + 0x00000200UL ) -#define XIOU_SLCR_MIO_LPBCK_RSTVAL 0x00000000UL - -#define XIOU_SLCR_MIO_LPBCK_XI2CPS_LOOP_SHIFT 3UL -#define XIOU_SLCR_MIO_LPBCK_XI2CPS_LOOP_WIDTH 1UL -#define XIOU_SLCR_MIO_LPBCK_XI2CPS_LOOP_MASK 0x00000008UL -#define XIOU_SLCR_MIO_LPBCK_XI2CPS_LOOP_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_SHIFT 2UL -#define XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_WIDTH 1UL -#define XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_MASK 0x00000004UL -#define XIOU_SLCR_MIO_LPBCK_CAN0_LOOP_CAN1_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_SHIFT 1UL -#define XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_WIDTH 1UL -#define XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_MASK 0x00000002UL -#define XIOU_SLCR_MIO_LPBCK_UA0_LOOP_UA1_DEFVAL 0x0UL - -#define XIOU_SLCR_MIO_LPBCK_XSPIPS_LOOP_SHIFT 0UL -#define XIOU_SLCR_MIO_LPBCK_XSPIPS_LOOP_WIDTH 1UL -#define XIOU_SLCR_MIO_LPBCK_XSPIPS_LOOP_MASK 0x00000001UL -#define XIOU_SLCR_MIO_LPBCK_XSPIPS_LOOP_DEFVAL 0x0UL - -/** - * Register: XiouSlcrMioMstTri0 - */ -#define XIOU_SLCR_MIO_MST_TRI0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000204UL ) -#define XIOU_SLCR_MIO_MST_TRI0_RSTVAL 0xffffffffUL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_31_TRI_SHIFT 31UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_31_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_31_TRI_MASK 0x80000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_31_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_30_TRI_SHIFT 30UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_30_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_30_TRI_MASK 0x40000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_30_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_29_TRI_SHIFT 29UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_29_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_29_TRI_MASK 0x20000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_29_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_28_TRI_SHIFT 28UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_28_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_28_TRI_MASK 0x10000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_28_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_27_TRI_SHIFT 27UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_27_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_27_TRI_MASK 0x08000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_27_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_26_TRI_SHIFT 26UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_26_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_26_TRI_MASK 0x04000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_26_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_SHIFT 25UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_MASK 0x02000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_25_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_SHIFT 24UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_MASK 0x01000000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_24_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_SHIFT 23UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_MASK 0x00800000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_23_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_SHIFT 22UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_MASK 0x00400000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_22_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_SHIFT 21UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_MASK 0x00200000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_21_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_SHIFT 20UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_MASK 0x00100000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_20_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_SHIFT 19UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_MASK 0x00080000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_19_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_SHIFT 18UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_MASK 0x00040000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_18_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_SHIFT 17UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_MASK 0x00020000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_17_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_SHIFT 16UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_MASK 0x00010000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_16_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_SHIFT 15UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_MASK 0x00008000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_15_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_SHIFT 14UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_MASK 0x00004000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_14_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_SHIFT 13UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_MASK 0x00002000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_13_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_SHIFT 12UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_MASK 0x00001000UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_12_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_SHIFT 11UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_MASK 0x00000800UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_11_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_SHIFT 10UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_MASK 0x00000400UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_10_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_SHIFT 9UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_MASK 0x00000200UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_09_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_SHIFT 8UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_MASK 0x00000100UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_08_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_SHIFT 7UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_MASK 0x00000080UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_07_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_SHIFT 6UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_MASK 0x00000040UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_06_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_SHIFT 5UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_MASK 0x00000020UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_05_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_SHIFT 4UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_MASK 0x00000010UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_04_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_SHIFT 3UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_MASK 0x00000008UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_03_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_SHIFT 2UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_MASK 0x00000004UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_02_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_SHIFT 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_MASK 0x00000002UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_01_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_SHIFT 0UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_MASK 0x00000001UL -#define XIOU_SLCR_MIO_MST_TRI0_PIN_00_TRI_DEFVAL 0x1UL - -/** - * Register: XiouSlcrMioMstTri1 - */ -#define XIOU_SLCR_MIO_MST_TRI1 ( ( XIOU_SLCR_BASEADDR ) + 0x00000208UL ) -#define XIOU_SLCR_MIO_MST_TRI1_RSTVAL 0xffffffffUL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_63_TRI_SHIFT 31UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_63_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_63_TRI_MASK 0x80000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_63_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_62_TRI_SHIFT 30UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_62_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_62_TRI_MASK 0x40000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_62_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_61_TRI_SHIFT 29UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_61_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_61_TRI_MASK 0x20000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_61_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_60_TRI_SHIFT 28UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_60_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_60_TRI_MASK 0x10000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_60_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_59_TRI_SHIFT 27UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_59_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_59_TRI_MASK 0x08000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_59_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_58_TRI_SHIFT 26UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_58_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_58_TRI_MASK 0x04000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_58_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_57_TRI_SHIFT 25UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_57_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_57_TRI_MASK 0x02000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_57_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_56_TRI_SHIFT 24UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_56_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_56_TRI_MASK 0x01000000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_56_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_55_TRI_SHIFT 23UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_55_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_55_TRI_MASK 0x00800000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_55_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_54_TRI_SHIFT 22UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_54_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_54_TRI_MASK 0x00400000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_54_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_53_TRI_SHIFT 21UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_53_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_53_TRI_MASK 0x00200000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_53_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_52_TRI_SHIFT 20UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_52_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_52_TRI_MASK 0x00100000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_52_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_SHIFT 19UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_MASK 0x00080000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_51_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_SHIFT 18UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_MASK 0x00040000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_50_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_SHIFT 17UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_MASK 0x00020000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_49_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_SHIFT 16UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_MASK 0x00010000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_48_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_SHIFT 15UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_MASK 0x00008000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_47_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_SHIFT 14UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_MASK 0x00004000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_46_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_SHIFT 13UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_MASK 0x00002000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_45_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_SHIFT 12UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_MASK 0x00001000UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_44_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_SHIFT 11UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_MASK 0x00000800UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_43_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_SHIFT 10UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_MASK 0x00000400UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_42_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_SHIFT 9UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_MASK 0x00000200UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_41_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_SHIFT 8UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_MASK 0x00000100UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_40_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_SHIFT 7UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_MASK 0x00000080UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_39_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_SHIFT 6UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_MASK 0x00000040UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_38_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_SHIFT 5UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_MASK 0x00000020UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_37_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_SHIFT 4UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_MASK 0x00000010UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_36_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_SHIFT 3UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_MASK 0x00000008UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_35_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_SHIFT 2UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_MASK 0x00000004UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_34_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_SHIFT 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_MASK 0x00000002UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_33_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_SHIFT 0UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_MASK 0x00000001UL -#define XIOU_SLCR_MIO_MST_TRI1_PIN_32_TRI_DEFVAL 0x1UL - -/** - * Register: XiouSlcrMioMstTri2 - */ -#define XIOU_SLCR_MIO_MST_TRI2 ( ( XIOU_SLCR_BASEADDR ) + 0x0000020CUL ) -#define XIOU_SLCR_MIO_MST_TRI2_RSTVAL 0x00003fffUL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_77_TRI_SHIFT 13UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_77_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_77_TRI_MASK 0x00002000UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_77_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_76_TRI_SHIFT 12UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_76_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_76_TRI_MASK 0x00001000UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_76_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_75_TRI_SHIFT 11UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_75_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_75_TRI_MASK 0x00000800UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_75_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_74_TRI_SHIFT 10UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_74_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_74_TRI_MASK 0x00000400UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_74_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_73_TRI_SHIFT 9UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_73_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_73_TRI_MASK 0x00000200UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_73_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_72_TRI_SHIFT 8UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_72_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_72_TRI_MASK 0x00000100UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_72_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_71_TRI_SHIFT 7UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_71_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_71_TRI_MASK 0x00000080UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_71_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_70_TRI_SHIFT 6UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_70_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_70_TRI_MASK 0x00000040UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_70_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_69_TRI_SHIFT 5UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_69_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_69_TRI_MASK 0x00000020UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_69_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_68_TRI_SHIFT 4UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_68_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_68_TRI_MASK 0x00000010UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_68_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_67_TRI_SHIFT 3UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_67_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_67_TRI_MASK 0x00000008UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_67_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_66_TRI_SHIFT 2UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_66_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_66_TRI_MASK 0x00000004UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_66_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_65_TRI_SHIFT 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_65_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_65_TRI_MASK 0x00000002UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_65_TRI_DEFVAL 0x1UL - -#define XIOU_SLCR_MIO_MST_TRI2_PIN_64_TRI_SHIFT 0UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_64_TRI_WIDTH 1UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_64_TRI_MASK 0x00000001UL -#define XIOU_SLCR_MIO_MST_TRI2_PIN_64_TRI_DEFVAL 0x1UL - -/** - * Register: XiouSlcrWdtClkSel - */ -#define XIOU_SLCR_WDT_CLK_SEL ( ( XIOU_SLCR_BASEADDR ) + 0x00000300UL ) -#define XIOU_SLCR_WDT_CLK_SEL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_WDT_CLK_SEL_SHIFT 0UL -#define XIOU_SLCR_WDT_CLK_SEL_WIDTH 1UL -#define XIOU_SLCR_WDT_CLK_SEL_MASK 0x00000001UL -#define XIOU_SLCR_WDT_CLK_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrCanMioCtrl - */ -#define XIOU_SLCR_CAN_MIO_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x00000304UL ) -#define XIOU_SLCR_CAN_MIO_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_SHIFT 23UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_WIDTH 1UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_MASK 0x00800000UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_RXIN_REG_DEFVAL 0x0UL - -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_SHIFT 22UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_WIDTH 1UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_MASK 0x00400000UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_REF_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_SHIFT 15UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_WIDTH 7UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_MASK 0x003f8000UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN1_MUX_DEFVAL 0x0UL - -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_SHIFT 8UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_WIDTH 1UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_MASK 0x00000100UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_RXIN_REG_DEFVAL 0x0UL - -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_SHIFT 7UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_WIDTH 1UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_MASK 0x00000080UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_REF_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_SHIFT 0UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_WIDTH 7UL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_MASK 0x0000007fUL -#define XIOU_SLCR_CAN_MIO_CTRL_CAN0_MUX_DEFVAL 0x0UL - -/** - * Register: XiouSlcrGemClkCtrl - */ -#define XIOU_SLCR_GEM_CLK_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x00000308UL ) -#define XIOU_SLCR_GEM_CLK_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_SHIFT 22UL -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_MASK 0x00400000UL -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_LB_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_SHIFT 20UL -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_WIDTH 2UL -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_MASK 0x00300000UL -#define XIOU_SLCR_GEM_CLK_CTRL_TSU_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_FIFO_SEL_SHIFT 18UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_FIFO_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_FIFO_SEL_MASK 0x00040000UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_FIFO_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_SGMII_MODE_SHIFT 17UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_SGMII_MODE_WIDTH 1UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_SGMII_MODE_MASK 0x00020000UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_SGMII_MODE_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_REF_SRC_SEL_SHIFT 16UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_REF_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_REF_SRC_SEL_MASK 0x00010000UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_REF_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_RX_SRC_SEL_SHIFT 15UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_RX_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_RX_SRC_SEL_MASK 0x00008000UL -#define XIOU_SLCR_GEM3_CLK_CTRL_XEMACPS_RX_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_FIFO_SEL_SHIFT 13UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_FIFO_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_FIFO_SEL_MASK 0x00002000UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_FIFO_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_SGMII_MODE_SHIFT 12UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_SGMII_MODE_WIDTH 1UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_SGMII_MODE_MASK 0x00001000UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_SGMII_MODE_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_REF_SRC_SEL_SHIFT 11UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_REF_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_REF_SRC_SEL_MASK 0x00000800UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_REF_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_RX_SRC_SEL_SHIFT 10UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_RX_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_RX_SRC_SEL_MASK 0x00000400UL -#define XIOU_SLCR_GEM2_CLK_CTRL_XEMACPS_RX_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_FIFO_SEL_SHIFT 8UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_FIFO_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_FIFO_SEL_MASK 0x00000100UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_FIFO_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_SGMII_MODE_SHIFT 7UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_SGMII_MODE_WIDTH 1UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_SGMII_MODE_MASK 0x00000080UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_SGMII_MODE_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_REF_SRC_SEL_SHIFT 6UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_REF_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_REF_SRC_SEL_MASK 0x00000040UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_REF_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_RX_SRC_SEL_SHIFT 5UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_RX_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_RX_SRC_SEL_MASK 0x00000020UL -#define XIOU_SLCR_GEM1_CLK_CTRL_XEMACPS_RX_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_FIFO_SEL_SHIFT 3UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_FIFO_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_FIFO_SEL_MASK 0x00000008UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_FIFO_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_SGMII_MODE_SHIFT 2UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_SGMII_MODE_WIDTH 1UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_SGMII_MODE_MASK 0x00000004UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_SGMII_MODE_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_REF_SRC_SEL_SHIFT 1UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_REF_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_REF_SRC_SEL_MASK 0x00000002UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_REF_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_RX_SRC_SEL_SHIFT 0UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_RX_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_RX_SRC_SEL_MASK 0x00000001UL -#define XIOU_SLCR_GEM0_CLK_CTRL_XEMACPS_RX_SRC_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdioClkCtrl - */ -#define XIOU_SLCR_SDIO_CLK_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x0000030CUL ) -#define XIOU_SLCR_SDIO_CLK_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_FBCLK_SEL_SHIFT 18UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_FBCLK_SEL_WIDTH 1UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_FBCLK_SEL_MASK 0x00040000UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_FBCLK_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_RX_SRC_SEL_SHIFT 17UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_RX_SRC_SEL_WIDTH 1UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_RX_SRC_SEL_MASK 0x00020000UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO1_RX_SRC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_FBCLK_SEL_SHIFT 2UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_FBCLK_SEL_WIDTH 1UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_FBCLK_SEL_MASK 0x00000004UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_FBCLK_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_RX_SRC_SEL_SHIFT 0UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_RX_SRC_SEL_WIDTH 2UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_RX_SRC_SEL_MASK 0x00000003UL -#define XIOU_SLCR_SDIO_CLK_CTRL_SDIO0_RX_SRC_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrCtrlRegSd - */ -#define XIOU_SLCR_CTRL_REG_SD ( ( XIOU_SLCR_BASEADDR ) + 0x00000310UL ) -#define XIOU_SLCR_CTRL_REG_SD_RSTVAL 0x00000000UL - -#define XIOU_SLCR_CTRL_REG_SD1_XSDPS_EMMC_SEL_SHIFT 15UL -#define XIOU_SLCR_CTRL_REG_SD1_XSDPS_EMMC_SEL_WIDTH 1UL -#define XIOU_SLCR_CTRL_REG_SD1_XSDPS_EMMC_SEL_MASK 0x00008000UL -#define XIOU_SLCR_CTRL_REG_SD1_XSDPS_EMMC_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_CTRL_REG_SD0_XSDPS_EMMC_SEL_SHIFT 0UL -#define XIOU_SLCR_CTRL_REG_SD0_XSDPS_EMMC_SEL_WIDTH 1UL -#define XIOU_SLCR_CTRL_REG_SD0_XSDPS_EMMC_SEL_MASK 0x00000001UL -#define XIOU_SLCR_CTRL_REG_SD0_XSDPS_EMMC_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdItapdly - */ -#define XIOU_SLCR_SD_ITAPDLY ( ( XIOU_SLCR_BASEADDR ) + 0x00000314UL ) -#define XIOU_SLCR_SD_ITAPDLY_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPCHGWIN_SHIFT 25UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPCHGWIN_WIDTH 1UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPCHGWIN_MASK 0x02000000UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPCHGWIN_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYENA_SHIFT 24UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYENA_WIDTH 1UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYENA_MASK 0x01000000UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYENA_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYSEL_SHIFT 16UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYSEL_WIDTH 8UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYSEL_MASK 0x00ff0000UL -#define XIOU_SLCR_SD1_ITAPDLY_XSDPS_ITAPDLYSEL_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPCHGWIN_SHIFT 9UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPCHGWIN_WIDTH 1UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPCHGWIN_MASK 0x00000200UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPCHGWIN_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYENA_SHIFT 8UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYENA_WIDTH 1UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYENA_MASK 0x00000100UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYENA_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYSEL_SHIFT 0UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYSEL_WIDTH 8UL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYSEL_MASK 0x000000ffUL -#define XIOU_SLCR_SD0_ITAPDLY_XSDPS_ITAPDLYSEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdOtapdlysel - */ -#define XIOU_SLCR_SD_OTAPDLYSEL ( ( XIOU_SLCR_BASEADDR ) + 0x00000318UL ) -#define XIOU_SLCR_SD_OTAPDLYSEL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_OTAPDLYENA_SHIFT 22UL -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_OTAPDLYENA_WIDTH 1UL -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_OTAPDLYENA_MASK 0x00400000UL -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_OTAPDLYENA_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_WIDTH 6UL -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_MASK 0x003f0000UL -#define XIOU_SLCR_SD1_OTAPDLYSEL_XSDPS_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_OTAPDLYENA_SHIFT 6UL -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_OTAPDLYENA_WIDTH 1UL -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_OTAPDLYENA_MASK 0x00000040UL -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_OTAPDLYENA_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_WIDTH 6UL -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_MASK 0x0000003fUL -#define XIOU_SLCR_SD0_OTAPDLYSEL_XSDPS_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdCfgReg1 - */ -#define XIOU_SLCR_SD_CFG_REG1 ( ( XIOU_SLCR_BASEADDR ) + 0x0000031CUL ) -#define XIOU_SLCR_SD_CFG_REG1_RSTVAL 0x32403240UL - -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_BASECLK_SHIFT 23UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_BASECLK_WIDTH 8UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_BASECLK_MASK 0x7f800000UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_BASECLK_DEFVAL 0x64UL - -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_TUNIGCOUNT_SHIFT 17UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_TUNIGCOUNT_WIDTH 6UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_TUNIGCOUNT_MASK 0x007e0000UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_TUNIGCOUNT_DEFVAL 0x20UL - -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_ASYNCWKPENA_SHIFT 16UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_ASYNCWKPENA_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_ASYNCWKPENA_MASK 0x00010000UL -#define XIOU_SLCR_SD1_CFG_REG1_XSDPS_ASYNCWKPENA_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_BASECLK_SHIFT 7UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_BASECLK_WIDTH 8UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_BASECLK_MASK 0x00007f80UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_BASECLK_DEFVAL 0x64UL - -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_TUNIGCOUNT_SHIFT 1UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_TUNIGCOUNT_WIDTH 6UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_TUNIGCOUNT_MASK 0x0000007eUL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_TUNIGCOUNT_DEFVAL 0x20UL - -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_ASYNCWKPENA_SHIFT 0UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_ASYNCWKPENA_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_ASYNCWKPENA_MASK 0x00000001UL -#define XIOU_SLCR_SD0_CFG_REG1_XSDPS_ASYNCWKPENA_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdCfgReg2 - */ -#define XIOU_SLCR_SD_CFG_REG2 ( ( XIOU_SLCR_BASEADDR ) + 0x00000320UL ) -#define XIOU_SLCR_SD_CFG_REG2_RSTVAL 0x0ffc0ffcUL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SLOTTYPE_SHIFT 28UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SLOTTYPE_WIDTH 2UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SLOTTYPE_MASK 0x30000000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SLOTTYPE_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ASYCINTR_SHIFT 27UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ASYCINTR_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ASYCINTR_MASK 0x08000000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ASYCINTR_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_64BIT_SHIFT 26UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_64BIT_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_64BIT_MASK 0x04000000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_64BIT_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_1P8V_SHIFT 25UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_1P8V_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_1P8V_MASK 0x02000000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_1P8V_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P0V_SHIFT 24UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P0V_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P0V_MASK 0x01000000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P0V_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P3V_SHIFT 23UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P3V_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P3V_MASK 0x00800000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_3P3V_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SUSPRES_SHIFT 22UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SUSPRES_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SUSPRES_MASK 0x00400000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SUSPRES_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SDMA_SHIFT 21UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SDMA_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SDMA_MASK 0x00200000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_SDMA_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_HIGHSPEED_SHIFT 20UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_HIGHSPEED_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_HIGHSPEED_MASK 0x00100000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_HIGHSPEED_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ADMA2_SHIFT 19UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ADMA2_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ADMA2_MASK 0x00080000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_ADMA2_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_8BIT_SHIFT 18UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_8BIT_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_8BIT_MASK 0x00040000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_8BIT_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_MAXBLK_SHIFT 16UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_MAXBLK_WIDTH 2UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_MAXBLK_MASK 0x00030000UL -#define XIOU_SLCR_SD1_CFG_REG2_XSDPS_MAXBLK_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SLOTTYPE_SHIFT 12UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SLOTTYPE_WIDTH 2UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SLOTTYPE_MASK 0x00003000UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SLOTTYPE_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ASYCINTR_SHIFT 11UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ASYCINTR_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ASYCINTR_MASK 0x00000800UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ASYCINTR_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_64BIT_SHIFT 10UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_64BIT_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_64BIT_MASK 0x00000400UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_64BIT_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_1P8V_SHIFT 9UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_1P8V_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_1P8V_MASK 0x00000200UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_1P8V_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P0V_SHIFT 8UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P0V_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P0V_MASK 0x00000100UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P0V_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P3V_SHIFT 7UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P3V_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P3V_MASK 0x00000080UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_3P3V_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SUSPRES_SHIFT 6UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SUSPRES_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SUSPRES_MASK 0x00000040UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SUSPRES_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SDMA_SHIFT 5UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SDMA_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SDMA_MASK 0x00000020UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_SDMA_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_HIGHSPEED_SHIFT 4UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_HIGHSPEED_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_HIGHSPEED_MASK 0x00000010UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_HIGHSPEED_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ADMA2_SHIFT 3UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ADMA2_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ADMA2_MASK 0x00000008UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_ADMA2_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_8BIT_SHIFT 2UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_8BIT_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_8BIT_MASK 0x00000004UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_8BIT_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_MAXBLK_SHIFT 0UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_MAXBLK_WIDTH 2UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_MAXBLK_MASK 0x00000003UL -#define XIOU_SLCR_SD0_CFG_REG2_XSDPS_MAXBLK_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdCfgReg3 - */ -#define XIOU_SLCR_SD_CFG_REG3 ( ( XIOU_SLCR_BASEADDR ) + 0x00000324UL ) -#define XIOU_SLCR_SD_CFG_REG3_RSTVAL 0x06070607UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_TUNINGSDR50_SHIFT 26UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_TUNINGSDR50_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_TUNINGSDR50_MASK 0x04000000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_TUNINGSDR50_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_RETUNETMR_SHIFT 22UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_RETUNETMR_WIDTH 4UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_RETUNETMR_MASK 0x03c00000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_RETUNETMR_DEFVAL 0x8UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDRIVER_SHIFT 21UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDRIVER_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDRIVER_MASK 0x00200000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDRIVER_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_CDRIVER_SHIFT 20UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_CDRIVER_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_CDRIVER_MASK 0x00100000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_CDRIVER_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_ADRIVER_SHIFT 19UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_ADRIVER_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_ADRIVER_MASK 0x00080000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_ADRIVER_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDR50_SHIFT 18UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDR50_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDR50_MASK 0x00040000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_DDR50_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR104_SHIFT 17UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR104_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR104_MASK 0x00020000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR104_DEFVAL 0x1UL - -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR50_SHIFT 16UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR50_WIDTH 1UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR50_MASK 0x00010000UL -#define XIOU_SLCR_SD1_CFG_REG3_XSDPS_SDR50_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_TUNINGSDR50_SHIFT 10UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_TUNINGSDR50_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_TUNINGSDR50_MASK 0x00000400UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_TUNINGSDR50_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_RETUNETMR_SHIFT 6UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_RETUNETMR_WIDTH 4UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_RETUNETMR_MASK 0x000003c0UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_RETUNETMR_DEFVAL 0x8UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDRIVER_SHIFT 5UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDRIVER_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDRIVER_MASK 0x00000020UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDRIVER_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_CDRIVER_SHIFT 4UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_CDRIVER_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_CDRIVER_MASK 0x00000010UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_CDRIVER_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_ADRIVER_SHIFT 3UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_ADRIVER_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_ADRIVER_MASK 0x00000008UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_ADRIVER_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDR50_SHIFT 2UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDR50_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDR50_MASK 0x00000004UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_DDR50_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR104_SHIFT 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR104_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR104_MASK 0x00000002UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR104_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR50_SHIFT 0UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR50_WIDTH 1UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR50_MASK 0x00000001UL -#define XIOU_SLCR_SD0_CFG_REG3_XSDPS_SDR50_DEFVAL 0x1UL - -/** - * Register: XiouSlcrSdInitpreset - */ -#define XIOU_SLCR_SD_INITPRESET ( ( XIOU_SLCR_BASEADDR ) + 0x00000328UL ) -#define XIOU_SLCR_SD_INITPRESET_RSTVAL 0x01000100UL - -#define XIOU_SLCR_SD1_INITPRESET_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_INITPRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD1_INITPRESET_XSDPS_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_INITPRESET_XSDPS_DEFVAL 0x100UL - -#define XIOU_SLCR_SD0_INITPRESET_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_INITPRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD0_INITPRESET_XSDPS_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_INITPRESET_XSDPS_DEFVAL 0x100UL - -/** - * Register: XiouSlcrSdDsppreset - */ -#define XIOU_SLCR_SD_DSPPRESET ( ( XIOU_SLCR_BASEADDR ) + 0x0000032CUL ) -#define XIOU_SLCR_SD_DSPPRESET_RSTVAL 0x00040004UL - -#define XIOU_SLCR_SD1_DSPPRESET_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_DSPPRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD1_DSPPRESET_XSDPS_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_DSPPRESET_XSDPS_DEFVAL 0x4UL - -#define XIOU_SLCR_SD0_DSPPRESET_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_DSPPRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD0_DSPPRESET_XSDPS_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_DSPPRESET_XSDPS_DEFVAL 0x4UL - -/** - * Register: XiouSlcrSdHspdpreset - */ -#define XIOU_SLCR_SD_HSPDPRESET ( ( XIOU_SLCR_BASEADDR ) + 0x00000330UL ) -#define XIOU_SLCR_SD_HSPDPRESET_RSTVAL 0x00020002UL - -#define XIOU_SLCR_SD1_HSPDPRESET_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_HSPDPRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD1_HSPDPRESET_XSDPS_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_HSPDPRESET_XSDPS_DEFVAL 0x2UL - -#define XIOU_SLCR_SD0_HSPDPRESET_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_HSPDPRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD0_HSPDPRESET_XSDPS_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_HSPDPRESET_XSDPS_DEFVAL 0x2UL - -/** - * Register: XiouSlcrSdSdr12preset - */ -#define XIOU_SLCR_SD_SDR12PRESET ( ( XIOU_SLCR_BASEADDR ) + 0x00000334UL ) -#define XIOU_SLCR_SD_SDR12PRESET_RSTVAL 0x00040004UL - -#define XIOU_SLCR_SD1_SDR12PRESET_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_SDR12PRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD1_SDR12PRESET_XSDPS_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_SDR12PRESET_XSDPS_DEFVAL 0x4UL - -#define XIOU_SLCR_SD0_SDR12PRESET_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_SDR12PRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD0_SDR12PRESET_XSDPS_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_SDR12PRESET_XSDPS_DEFVAL 0x4UL - -/** - * Register: XiouSlcrSdSdr25preset - */ -#define XIOU_SLCR_SD_SDR25PRESET ( ( XIOU_SLCR_BASEADDR ) + 0x00000338UL ) -#define XIOU_SLCR_SD_SDR25PRESET_RSTVAL 0x00020002UL - -#define XIOU_SLCR_SD1_SDR25PRESET_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_SDR25PRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD1_SDR25PRESET_XSDPS_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_SDR25PRESET_XSDPS_DEFVAL 0x2UL - -#define XIOU_SLCR_SD0_SDR25PRESET_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_SDR25PRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD0_SDR25PRESET_XSDPS_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_SDR25PRESET_XSDPS_DEFVAL 0x2UL - -/** - * Register: XiouSlcrSdSdr50prset - */ -#define XIOU_SLCR_SD_SDR50PRSET ( ( XIOU_SLCR_BASEADDR ) + 0x0000033CUL ) -#define XIOU_SLCR_SD_SDR50PRSET_RSTVAL 0x00010001UL - -#define XIOU_SLCR_SD1_SDR50PRSET_XSDPS_SDR50PRESET_SHIFT 16UL -#define XIOU_SLCR_SD1_SDR50PRSET_XSDPS_SDR50PRESET_WIDTH 13UL -#define XIOU_SLCR_SD1_SDR50PRSET_XSDPS_SDR50PRESET_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_SDR50PRSET_XSDPS_SDR50PRESET_DEFVAL 0x1UL - -#define XIOU_SLCR_SD0_SDR50PRSET_XSDPS_SDR50PRESET_SHIFT 0UL -#define XIOU_SLCR_SD0_SDR50PRSET_XSDPS_SDR50PRESET_WIDTH 13UL -#define XIOU_SLCR_SD0_SDR50PRSET_XSDPS_SDR50PRESET_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_SDR50PRSET_XSDPS_SDR50PRESET_DEFVAL 0x1UL - -/** - * Register: XiouSlcrSdSdr104prst - */ -#define XIOU_SLCR_SD_SDR104PRST ( ( XIOU_SLCR_BASEADDR ) + 0x00000340UL ) -#define XIOU_SLCR_SD_SDR104PRST_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_SDR104PRST_XSDPS_SDR104PRESET_SHIFT 16UL -#define XIOU_SLCR_SD1_SDR104PRST_XSDPS_SDR104PRESET_WIDTH 13UL -#define XIOU_SLCR_SD1_SDR104PRST_XSDPS_SDR104PRESET_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_SDR104PRST_XSDPS_SDR104PRESET_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_SDR104PRST_XSDPS_SDR104PRESET_SHIFT 0UL -#define XIOU_SLCR_SD0_SDR104PRST_XSDPS_SDR104PRESET_WIDTH 13UL -#define XIOU_SLCR_SD0_SDR104PRST_XSDPS_SDR104PRESET_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_SDR104PRST_XSDPS_SDR104PRESET_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdDdr50preset - */ -#define XIOU_SLCR_SD_DDR50PRESET ( ( XIOU_SLCR_BASEADDR ) + 0x00000344UL ) -#define XIOU_SLCR_SD_DDR50PRESET_RSTVAL 0x00020002UL - -#define XIOU_SLCR_SD1_DDR50PRESET_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_DDR50PRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD1_DDR50PRESET_XSDPS_MASK 0x1fff0000UL -#define XIOU_SLCR_SD1_DDR50PRESET_XSDPS_DEFVAL 0x2UL - -#define XIOU_SLCR_SD0_DDR50PRESET_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_DDR50PRESET_XSDPS_WIDTH 13UL -#define XIOU_SLCR_SD0_DDR50PRESET_XSDPS_MASK 0x00001fffUL -#define XIOU_SLCR_SD0_DDR50PRESET_XSDPS_DEFVAL 0x2UL - -/** - * Register: XiouSlcrSdMaxcur1p8 - */ -#define XIOU_SLCR_SD_MAXCUR1P8 ( ( XIOU_SLCR_BASEADDR ) + 0x0000034CUL ) -#define XIOU_SLCR_SD_MAXCUR1P8_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_MAXCUR1P8_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_MAXCUR1P8_XSDPS_WIDTH 8UL -#define XIOU_SLCR_SD1_MAXCUR1P8_XSDPS_MASK 0x00ff0000UL -#define XIOU_SLCR_SD1_MAXCUR1P8_XSDPS_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_MAXCUR1P8_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_MAXCUR1P8_XSDPS_WIDTH 8UL -#define XIOU_SLCR_SD0_MAXCUR1P8_XSDPS_MASK 0x000000ffUL -#define XIOU_SLCR_SD0_MAXCUR1P8_XSDPS_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdMaxcur3p0 - */ -#define XIOU_SLCR_SD_MAXCUR3P0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000350UL ) -#define XIOU_SLCR_SD_MAXCUR3P0_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_MAXCUR3P0_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_MAXCUR3P0_XSDPS_WIDTH 8UL -#define XIOU_SLCR_SD1_MAXCUR3P0_XSDPS_MASK 0x00ff0000UL -#define XIOU_SLCR_SD1_MAXCUR3P0_XSDPS_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_MAXCUR3P0_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_MAXCUR3P0_XSDPS_WIDTH 8UL -#define XIOU_SLCR_SD0_MAXCUR3P0_XSDPS_MASK 0x000000ffUL -#define XIOU_SLCR_SD0_MAXCUR3P0_XSDPS_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdMaxcur3p3 - */ -#define XIOU_SLCR_SD_MAXCUR3P3 ( ( XIOU_SLCR_BASEADDR ) + 0x00000354UL ) -#define XIOU_SLCR_SD_MAXCUR3P3_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_MAXCUR3P3_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_MAXCUR3P3_XSDPS_WIDTH 8UL -#define XIOU_SLCR_SD1_MAXCUR3P3_XSDPS_MASK 0x00ff0000UL -#define XIOU_SLCR_SD1_MAXCUR3P3_XSDPS_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_MAXCUR3P3_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_MAXCUR3P3_XSDPS_WIDTH 8UL -#define XIOU_SLCR_SD0_MAXCUR3P3_XSDPS_MASK 0x000000ffUL -#define XIOU_SLCR_SD0_MAXCUR3P3_XSDPS_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdDllCtrl - */ -#define XIOU_SLCR_SD_DLL_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x00000358UL ) -#define XIOU_SLCR_SD_DLL_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_RST_SHIFT 18UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_RST_WIDTH 1UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_RST_MASK 0x00040000UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_RST_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_TESTMODE_SHIFT 17UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_TESTMODE_WIDTH 1UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_TESTMODE_MASK 0x00020000UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_TESTMODE_DEFVAL 0x0UL - -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_LOCK_SHIFT 16UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_LOCK_WIDTH 1UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_LOCK_MASK 0x00010000UL -#define XIOU_SLCR_SD1_DLL_CTRL_XSDPS_LOCK_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_RST_SHIFT 2UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_RST_WIDTH 1UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_RST_MASK 0x00000004UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_RST_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_TESTMODE_SHIFT 1UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_TESTMODE_WIDTH 1UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_TESTMODE_MASK 0x00000002UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_TESTMODE_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_LOCK_SHIFT 0UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_LOCK_WIDTH 1UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_LOCK_MASK 0x00000001UL -#define XIOU_SLCR_SD0_DLL_CTRL_XSDPS_LOCK_DEFVAL 0x0UL - -/** - * Register: XiouSlcrSdCdnCtrl - */ -#define XIOU_SLCR_SD_CDN_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x0000035CUL ) -#define XIOU_SLCR_SD_CDN_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_SD1_CDN_CTRL_XSDPS_SHIFT 16UL -#define XIOU_SLCR_SD1_CDN_CTRL_XSDPS_WIDTH 1UL -#define XIOU_SLCR_SD1_CDN_CTRL_XSDPS_MASK 0x00010000UL -#define XIOU_SLCR_SD1_CDN_CTRL_XSDPS_DEFVAL 0x0UL - -#define XIOU_SLCR_SD0_CDN_CTRL_XSDPS_SHIFT 0UL -#define XIOU_SLCR_SD0_CDN_CTRL_XSDPS_WIDTH 1UL -#define XIOU_SLCR_SD0_CDN_CTRL_XSDPS_MASK 0x00000001UL -#define XIOU_SLCR_SD0_CDN_CTRL_XSDPS_DEFVAL 0x0UL - -/** - * Register: XiouSlcrGemCtrl - */ -#define XIOU_SLCR_GEM_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x00000360UL ) -#define XIOU_SLCR_GEM_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_GEM3_CTRL_XEMACPS_SGMII_SD_SHIFT 6UL -#define XIOU_SLCR_GEM3_CTRL_XEMACPS_SGMII_SD_WIDTH 2UL -#define XIOU_SLCR_GEM3_CTRL_XEMACPS_SGMII_SD_MASK 0x000000c0UL -#define XIOU_SLCR_GEM3_CTRL_XEMACPS_SGMII_SD_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM2_CTRL_XEMACPS_SGMII_SD_SHIFT 4UL -#define XIOU_SLCR_GEM2_CTRL_XEMACPS_SGMII_SD_WIDTH 2UL -#define XIOU_SLCR_GEM2_CTRL_XEMACPS_SGMII_SD_MASK 0x00000030UL -#define XIOU_SLCR_GEM2_CTRL_XEMACPS_SGMII_SD_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM1_CTRL_XEMACPS_SGMII_SD_SHIFT 2UL -#define XIOU_SLCR_GEM1_CTRL_XEMACPS_SGMII_SD_WIDTH 2UL -#define XIOU_SLCR_GEM1_CTRL_XEMACPS_SGMII_SD_MASK 0x0000000cUL -#define XIOU_SLCR_GEM1_CTRL_XEMACPS_SGMII_SD_DEFVAL 0x0UL - -#define XIOU_SLCR_GEM0_CTRL_XEMACPS_SGMII_SD_SHIFT 0UL -#define XIOU_SLCR_GEM0_CTRL_XEMACPS_SGMII_SD_WIDTH 2UL -#define XIOU_SLCR_GEM0_CTRL_XEMACPS_SGMII_SD_MASK 0x00000003UL -#define XIOU_SLCR_GEM0_CTRL_XEMACPS_SGMII_SD_DEFVAL 0x0UL - -/** - * Register: XiouSlcrTtcApbClk - */ -#define XIOU_SLCR_TTC_APB_CLK ( ( XIOU_SLCR_BASEADDR ) + 0x00000380UL ) -#define XIOU_SLCR_TTC_APB_CLK_RSTVAL 0x00000000UL - -#define XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_SHIFT 6UL -#define XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_WIDTH 2UL -#define XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_MASK 0x000000c0UL -#define XIOU_SLCR_TTC_APB_CLK_TTC3_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_SHIFT 4UL -#define XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_WIDTH 2UL -#define XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_MASK 0x00000030UL -#define XIOU_SLCR_TTC_APB_CLK_TTC2_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_SHIFT 2UL -#define XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_WIDTH 2UL -#define XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_MASK 0x0000000cUL -#define XIOU_SLCR_TTC_APB_CLK_TTC1_SEL_DEFVAL 0x0UL - -#define XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_SHIFT 0UL -#define XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_WIDTH 2UL -#define XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_MASK 0x00000003UL -#define XIOU_SLCR_TTC_APB_CLK_TTC0_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrTapdlyBypass - */ -#define XIOU_SLCR_TAPDLY_BYPASS ( ( XIOU_SLCR_BASEADDR ) + 0x00000390UL ) -#define XIOU_SLCR_TAPDLY_BYPASS_RSTVAL 0x00000007UL - -#define XIOU_SLCR_TAPDLY_BYPASS_LQSPI_RX_SHIFT 2UL -#define XIOU_SLCR_TAPDLY_BYPASS_LQSPI_RX_WIDTH 1UL -#define XIOU_SLCR_TAPDLY_BYPASS_LQSPI_RX_MASK 0x00000004UL -#define XIOU_SLCR_TAPDLY_BYPASS_LQSPI_RX_DEFVAL 0x1UL - -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_OUT_SHIFT 1UL -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_OUT_WIDTH 1UL -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_OUT_MASK 0x00000002UL -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_OUT_DEFVAL 0x1UL - -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_IN_SHIFT 0UL -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_IN_WIDTH 1UL -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_IN_MASK 0x00000001UL -#define XIOU_SLCR_TAPDLY_BYPASS_XNANDPS8_DQS_IN_DEFVAL 0x1UL - -/** - * Register: XiouSlcrCoherentCtrl - */ -#define XIOU_SLCR_COHERENT_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x00000400UL ) -#define XIOU_SLCR_COHERENT_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_COHERENT_CTRL_XQSPIPSAXI_COH_SHIFT 28UL -#define XIOU_SLCR_COHERENT_CTRL_XQSPIPSAXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_XQSPIPSAXI_COH_MASK 0xf0000000UL -#define XIOU_SLCR_COHERENT_CTRL_XQSPIPSAXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_XNANDPS8_AXI_COH_SHIFT 24UL -#define XIOU_SLCR_COHERENT_CTRL_XNANDPS8_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_XNANDPS8_AXI_COH_MASK 0x0f000000UL -#define XIOU_SLCR_COHERENT_CTRL_XNANDPS8_AXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_XSDPS1_AXI_COH_SHIFT 20UL -#define XIOU_SLCR_COHERENT_CTRL_XSDPS1_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_XSDPS1_AXI_COH_MASK 0x00f00000UL -#define XIOU_SLCR_COHERENT_CTRL_XSDPS1_AXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_XSDPS0_AXI_COH_SHIFT 16UL -#define XIOU_SLCR_COHERENT_CTRL_XSDPS0_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_XSDPS0_AXI_COH_MASK 0x000f0000UL -#define XIOU_SLCR_COHERENT_CTRL_XSDPS0_AXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_GEM3_AXI_COH_SHIFT 12UL -#define XIOU_SLCR_COHERENT_CTRL_GEM3_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_GEM3_AXI_COH_MASK 0x0000f000UL -#define XIOU_SLCR_COHERENT_CTRL_GEM3_AXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_GEM2_AXI_COH_SHIFT 8UL -#define XIOU_SLCR_COHERENT_CTRL_GEM2_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_GEM2_AXI_COH_MASK 0x00000f00UL -#define XIOU_SLCR_COHERENT_CTRL_GEM2_AXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_GEM1_AXI_COH_SHIFT 4UL -#define XIOU_SLCR_COHERENT_CTRL_GEM1_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_GEM1_AXI_COH_MASK 0x000000f0UL -#define XIOU_SLCR_COHERENT_CTRL_GEM1_AXI_COH_DEFVAL 0x0UL - -#define XIOU_SLCR_COHERENT_CTRL_GEM0_AXI_COH_SHIFT 0UL -#define XIOU_SLCR_COHERENT_CTRL_GEM0_AXI_COH_WIDTH 4UL -#define XIOU_SLCR_COHERENT_CTRL_GEM0_AXI_COH_MASK 0x0000000fUL -#define XIOU_SLCR_COHERENT_CTRL_GEM0_AXI_COH_DEFVAL 0x0UL - -/** - * Register: XiouSlcrVideoPssClkSel - */ -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL ( ( XIOU_SLCR_BASEADDR ) + 0x00000404UL ) -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_ALT_SHIFT 1UL -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_ALT_WIDTH 1UL -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_ALT_MASK 0x00000002UL -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_ALT_DEFVAL 0x0UL - -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_SHIFT 0UL -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_WIDTH 1UL -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_MASK 0x00000001UL -#define XIOU_SLCR_VIDEO_PSS_CLK_SEL_DEFVAL 0x0UL - -/** - * Register: XiouSlcrInterconnectRoute - */ -#define XIOU_SLCR_INTERCONNECT_ROUTE ( ( XIOU_SLCR_BASEADDR ) + 0x00000408UL ) -#define XIOU_SLCR_INTERCONNECT_ROUTE_RSTVAL 0x00000000UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_XNANDPS8_SHIFT 7UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XNANDPS8_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XNANDPS8_MASK 0x00000080UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XNANDPS8_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_QSPI_SHIFT 6UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_QSPI_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_QSPI_MASK 0x00000040UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_QSPI_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS1_SHIFT 5UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS1_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS1_MASK 0x00000020UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS1_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS0_SHIFT 4UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS0_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS0_MASK 0x00000010UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_XSDPS0_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM3_SHIFT 3UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM3_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM3_MASK 0x00000008UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM3_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM2_SHIFT 2UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM2_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM2_MASK 0x00000004UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM2_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM1_SHIFT 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM1_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM1_MASK 0x00000002UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM1_DEFVAL 0x0UL - -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM0_SHIFT 0UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM0_WIDTH 1UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM0_MASK 0x00000001UL -#define XIOU_SLCR_INTERCONNECT_ROUTE_GEM0_DEFVAL 0x0UL - -/** - * Register: XiouSlcrRamGem0 - */ -#define XIOU_SLCR_RAM_GEM0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000500UL ) -#define XIOU_SLCR_RAM_GEM0_RSTVAL 0x00005b5bUL - -#define XIOU_SLCR_RAM_GEM0_EMASA1_SHIFT 14UL -#define XIOU_SLCR_RAM_GEM0_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM0_EMASA1_MASK 0x00004000UL -#define XIOU_SLCR_RAM_GEM0_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM0_EMAB1_SHIFT 11UL -#define XIOU_SLCR_RAM_GEM0_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM0_EMAB1_MASK 0x00003800UL -#define XIOU_SLCR_RAM_GEM0_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM0_EMAA1_SHIFT 8UL -#define XIOU_SLCR_RAM_GEM0_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM0_EMAA1_MASK 0x00000700UL -#define XIOU_SLCR_RAM_GEM0_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM0_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_GEM0_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM0_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_GEM0_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM0_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_GEM0_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM0_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_GEM0_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM0_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_GEM0_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM0_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_GEM0_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamgem1 - */ -#define XIOU_SLCR_RAM_GEM1 ( ( XIOU_SLCR_BASEADDR ) + 0x00000504UL ) -#define XIOU_SLCR_RAM_GEM1_RSTVAL 0x00005b5bUL - -#define XIOU_SLCR_RAM_GEM1_EMASA1_SHIFT 14UL -#define XIOU_SLCR_RAM_GEM1_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM1_EMASA1_MASK 0x00004000UL -#define XIOU_SLCR_RAM_GEM1_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM1_EMAB1_SHIFT 11UL -#define XIOU_SLCR_RAM_GEM1_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM1_EMAB1_MASK 0x00003800UL -#define XIOU_SLCR_RAM_GEM1_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM1_EMAA1_SHIFT 8UL -#define XIOU_SLCR_RAM_GEM1_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM1_EMAA1_MASK 0x00000700UL -#define XIOU_SLCR_RAM_GEM1_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM1_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_GEM1_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM1_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_GEM1_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM1_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_GEM1_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM1_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_GEM1_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM1_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_GEM1_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM1_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_GEM1_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamGem2 - */ -#define XIOU_SLCR_RAM_GEM2 ( ( XIOU_SLCR_BASEADDR ) + 0x00000508UL ) -#define XIOU_SLCR_RAM_GEM2_RSTVAL 0x00005b5bUL - -#define XIOU_SLCR_RAM_GEM2_EMASA1_SHIFT 14UL -#define XIOU_SLCR_RAM_GEM2_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM2_EMASA1_MASK 0x00004000UL -#define XIOU_SLCR_RAM_GEM2_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM2_EMAB1_SHIFT 11UL -#define XIOU_SLCR_RAM_GEM2_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM2_EMAB1_MASK 0x00003800UL -#define XIOU_SLCR_RAM_GEM2_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM2_EMAA1_SHIFT 8UL -#define XIOU_SLCR_RAM_GEM2_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM2_EMAA1_MASK 0x00000700UL -#define XIOU_SLCR_RAM_GEM2_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM2_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_GEM2_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM2_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_GEM2_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM2_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_GEM2_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM2_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_GEM2_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM2_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_GEM2_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM2_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_GEM2_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamGem3 - */ -#define XIOU_SLCR_RAM_GEM3 ( ( XIOU_SLCR_BASEADDR ) + 0x0000050CUL ) -#define XIOU_SLCR_RAM_GEM3_RSTVAL 0x00005b5bUL - -#define XIOU_SLCR_RAM_GEM3_EMASA1_SHIFT 14UL -#define XIOU_SLCR_RAM_GEM3_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM3_EMASA1_MASK 0x00004000UL -#define XIOU_SLCR_RAM_GEM3_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM3_EMAB1_SHIFT 11UL -#define XIOU_SLCR_RAM_GEM3_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM3_EMAB1_MASK 0x00003800UL -#define XIOU_SLCR_RAM_GEM3_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM3_EMAA1_SHIFT 8UL -#define XIOU_SLCR_RAM_GEM3_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM3_EMAA1_MASK 0x00000700UL -#define XIOU_SLCR_RAM_GEM3_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM3_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_GEM3_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_GEM3_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_GEM3_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_GEM3_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_GEM3_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM3_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_GEM3_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_GEM3_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_GEM3_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_GEM3_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_GEM3_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamXsdps0 - */ -#define XIOU_SLCR_RAM_XSDPS0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000510UL ) -#define XIOU_SLCR_RAM_XSDPS0_RSTVAL 0x0000005bUL - -#define XIOU_SLCR_RAM_XSDPS0_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_XSDPS0_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_XSDPS0_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_XSDPS0_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_XSDPS0_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_XSDPS0_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_XSDPS0_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_XSDPS0_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_XSDPS0_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_XSDPS0_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_XSDPS0_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_XSDPS0_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamXsdps1 - */ -#define XIOU_SLCR_RAM_XSDPS1 ( ( XIOU_SLCR_BASEADDR ) + 0x00000514UL ) -#define XIOU_SLCR_RAM_XSDPS1_RSTVAL 0x0000005bUL - -#define XIOU_SLCR_RAM_XSDPS1_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_XSDPS1_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_XSDPS1_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_XSDPS1_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_XSDPS1_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_XSDPS1_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_XSDPS1_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_XSDPS1_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_XSDPS1_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_XSDPS1_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_XSDPS1_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_XSDPS1_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamCan0 - */ -#define XIOU_SLCR_RAM_CAN0 ( ( XIOU_SLCR_BASEADDR ) + 0x00000518UL ) -#define XIOU_SLCR_RAM_CAN0_RSTVAL 0x005b5b5bUL - -#define XIOU_SLCR_RAM_CAN0_EMASA2_SHIFT 22UL -#define XIOU_SLCR_RAM_CAN0_EMASA2_WIDTH 1UL -#define XIOU_SLCR_RAM_CAN0_EMASA2_MASK 0x00400000UL -#define XIOU_SLCR_RAM_CAN0_EMASA2_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_CAN0_EMAB2_SHIFT 19UL -#define XIOU_SLCR_RAM_CAN0_EMAB2_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN0_EMAB2_MASK 0x00380000UL -#define XIOU_SLCR_RAM_CAN0_EMAB2_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN0_EMAA2_SHIFT 16UL -#define XIOU_SLCR_RAM_CAN0_EMAA2_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN0_EMAA2_MASK 0x00070000UL -#define XIOU_SLCR_RAM_CAN0_EMAA2_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN0_EMASA1_SHIFT 14UL -#define XIOU_SLCR_RAM_CAN0_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_CAN0_EMASA1_MASK 0x00004000UL -#define XIOU_SLCR_RAM_CAN0_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_CAN0_EMAB1_SHIFT 11UL -#define XIOU_SLCR_RAM_CAN0_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN0_EMAB1_MASK 0x00003800UL -#define XIOU_SLCR_RAM_CAN0_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN0_EMAA1_SHIFT 8UL -#define XIOU_SLCR_RAM_CAN0_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN0_EMAA1_MASK 0x00000700UL -#define XIOU_SLCR_RAM_CAN0_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN0_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_CAN0_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_CAN0_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_CAN0_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_CAN0_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_CAN0_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN0_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_CAN0_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN0_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_CAN0_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN0_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_CAN0_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamCan1 - */ -#define XIOU_SLCR_RAM_CAN1 ( ( XIOU_SLCR_BASEADDR ) + 0x0000051CUL ) -#define XIOU_SLCR_RAM_CAN1_RSTVAL 0x005b5b5bUL - -#define XIOU_SLCR_RAM_CAN1_EMASA2_SHIFT 22UL -#define XIOU_SLCR_RAM_CAN1_EMASA2_WIDTH 1UL -#define XIOU_SLCR_RAM_CAN1_EMASA2_MASK 0x00400000UL -#define XIOU_SLCR_RAM_CAN1_EMASA2_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_CAN1_EMAB2_SHIFT 19UL -#define XIOU_SLCR_RAM_CAN1_EMAB2_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN1_EMAB2_MASK 0x00380000UL -#define XIOU_SLCR_RAM_CAN1_EMAB2_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN1_EMAA2_SHIFT 16UL -#define XIOU_SLCR_RAM_CAN1_EMAA2_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN1_EMAA2_MASK 0x00070000UL -#define XIOU_SLCR_RAM_CAN1_EMAA2_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN1_EMASA1_SHIFT 14UL -#define XIOU_SLCR_RAM_CAN1_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_CAN1_EMASA1_MASK 0x00004000UL -#define XIOU_SLCR_RAM_CAN1_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_CAN1_EMAB1_SHIFT 11UL -#define XIOU_SLCR_RAM_CAN1_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN1_EMAB1_MASK 0x00003800UL -#define XIOU_SLCR_RAM_CAN1_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN1_EMAA1_SHIFT 8UL -#define XIOU_SLCR_RAM_CAN1_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN1_EMAA1_MASK 0x00000700UL -#define XIOU_SLCR_RAM_CAN1_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN1_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_CAN1_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_CAN1_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_CAN1_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_CAN1_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_CAN1_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN1_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_CAN1_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_CAN1_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_CAN1_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_CAN1_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_CAN1_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamLqspi - */ -#define XIOU_SLCR_RAM_LQSPI ( ( XIOU_SLCR_BASEADDR ) + 0x00000520UL ) -#define XIOU_SLCR_RAM_LQSPI_RSTVAL 0x00002ddbUL - -#define XIOU_SLCR_RAM_LQSPI_EMASA1_SHIFT 13UL -#define XIOU_SLCR_RAM_LQSPI_EMASA1_WIDTH 1UL -#define XIOU_SLCR_RAM_LQSPI_EMASA1_MASK 0x00002000UL -#define XIOU_SLCR_RAM_LQSPI_EMASA1_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_LQSPI_EMAB1_SHIFT 10UL -#define XIOU_SLCR_RAM_LQSPI_EMAB1_WIDTH 3UL -#define XIOU_SLCR_RAM_LQSPI_EMAB1_MASK 0x00001c00UL -#define XIOU_SLCR_RAM_LQSPI_EMAB1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_LQSPI_EMAA1_SHIFT 7UL -#define XIOU_SLCR_RAM_LQSPI_EMAA1_WIDTH 3UL -#define XIOU_SLCR_RAM_LQSPI_EMAA1_MASK 0x00000380UL -#define XIOU_SLCR_RAM_LQSPI_EMAA1_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_LQSPI_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_LQSPI_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_LQSPI_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_LQSPI_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_LQSPI_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_LQSPI_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_LQSPI_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_LQSPI_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_LQSPI_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_LQSPI_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_LQSPI_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_LQSPI_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrRamXnandps8 - */ -#define XIOU_SLCR_RAM_XNANDPS8 ( ( XIOU_SLCR_BASEADDR ) + 0x00000524UL ) -#define XIOU_SLCR_RAM_XNANDPS8_RSTVAL 0x0000005bUL - -#define XIOU_SLCR_RAM_XNANDPS8_EMASA0_SHIFT 6UL -#define XIOU_SLCR_RAM_XNANDPS8_EMASA0_WIDTH 1UL -#define XIOU_SLCR_RAM_XNANDPS8_EMASA0_MASK 0x00000040UL -#define XIOU_SLCR_RAM_XNANDPS8_EMASA0_DEFVAL 0x1UL - -#define XIOU_SLCR_RAM_XNANDPS8_EMAB0_SHIFT 3UL -#define XIOU_SLCR_RAM_XNANDPS8_EMAB0_WIDTH 3UL -#define XIOU_SLCR_RAM_XNANDPS8_EMAB0_MASK 0x00000038UL -#define XIOU_SLCR_RAM_XNANDPS8_EMAB0_DEFVAL 0x3UL - -#define XIOU_SLCR_RAM_XNANDPS8_EMAA0_SHIFT 0UL -#define XIOU_SLCR_RAM_XNANDPS8_EMAA0_WIDTH 3UL -#define XIOU_SLCR_RAM_XNANDPS8_EMAA0_MASK 0x00000007UL -#define XIOU_SLCR_RAM_XNANDPS8_EMAA0_DEFVAL 0x3UL - -/** - * Register: XiouSlcrCtrl - */ -#define XIOU_SLCR_CTRL ( ( XIOU_SLCR_BASEADDR ) + 0x00000600UL ) -#define XIOU_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XIOU_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XIOU_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XIOU_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XIOU_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XiouSlcrIsr - */ -#define XIOU_SLCR_ISR ( ( XIOU_SLCR_BASEADDR ) + 0x00000700UL ) -#define XIOU_SLCR_ISR_RSTVAL 0x00000000UL - -#define XIOU_SLCR_ISR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SLCR_ISR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SLCR_ISR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SLCR_ISR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XiouSlcrImr - */ -#define XIOU_SLCR_IMR ( ( XIOU_SLCR_BASEADDR ) + 0x00000704UL ) -#define XIOU_SLCR_IMR_RSTVAL 0x00000001UL - -#define XIOU_SLCR_IMR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SLCR_IMR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SLCR_IMR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SLCR_IMR_ADDR_DECD_ERR_DEFVAL 0x1UL - -/** - * Register: XiouSlcrIer - */ -#define XIOU_SLCR_IER ( ( XIOU_SLCR_BASEADDR ) + 0x00000708UL ) -#define XIOU_SLCR_IER_RSTVAL 0x00000000UL - -#define XIOU_SLCR_IER_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SLCR_IER_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SLCR_IER_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SLCR_IER_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XiouSlcrIdr - */ -#define XIOU_SLCR_IDR ( ( XIOU_SLCR_BASEADDR ) + 0x0000070CUL ) -#define XIOU_SLCR_IDR_RSTVAL 0x00000000UL - -#define XIOU_SLCR_IDR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SLCR_IDR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SLCR_IDR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SLCR_IDR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XiouSlcrItr - */ -#define XIOU_SLCR_ITR ( ( XIOU_SLCR_BASEADDR ) + 0x00000710UL ) -#define XIOU_SLCR_ITR_RSTVAL 0x00000000UL - -#define XIOU_SLCR_ITR_ADDR_DECD_ERR_SHIFT 0UL -#define XIOU_SLCR_ITR_ADDR_DECD_ERR_WIDTH 1UL -#define XIOU_SLCR_ITR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XIOU_SLCR_ITR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XIOU_SLCR_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_slcr.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_slcr.h deleted file mode 100644 index 6213784..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_slcr.h +++ /dev/null @@ -1,5678 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_SLCR_H__ -#define __XLPD_SLCR_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdSlcr Base Address - */ -#define XLPD_SLCR_BASEADDR 0xFF410000UL - -/** - * Register: XlpdSlcrWprot0 - */ -#define XLPD_SLCR_WPROT0 ( ( XLPD_SLCR_BASEADDR ) + 0x00000000UL ) -#define XLPD_SLCR_WPROT0_RSTVAL 0x00000001UL - -#define XLPD_SLCR_WPROT0_ACT_SHIFT 0UL -#define XLPD_SLCR_WPROT0_ACT_WIDTH 1UL -#define XLPD_SLCR_WPROT0_ACT_MASK 0x00000001UL -#define XLPD_SLCR_WPROT0_ACT_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrCtrl - */ -#define XLPD_SLCR_CTRL ( ( XLPD_SLCR_BASEADDR ) + 0x00000004UL ) -#define XLPD_SLCR_CTRL_RSTVAL 0x00000000UL - -#define XLPD_SLCR_CTRL_SLVERR_EN_SHIFT 0UL -#define XLPD_SLCR_CTRL_SLVERR_EN_WIDTH 1UL -#define XLPD_SLCR_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XLPD_SLCR_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIsr - */ -#define XLPD_SLCR_ISR ( ( XLPD_SLCR_BASEADDR ) + 0x00000008UL ) -#define XLPD_SLCR_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ISR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_ISR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_ISR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_ISR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrImr - */ -#define XLPD_SLCR_IMR ( ( XLPD_SLCR_BASEADDR ) + 0x0000000CUL ) -#define XLPD_SLCR_IMR_RSTVAL 0x00000001UL - -#define XLPD_SLCR_IMR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_IMR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_IMR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_IMR_ADDR_DECD_ERR_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrIer - */ -#define XLPD_SLCR_IER ( ( XLPD_SLCR_BASEADDR ) + 0x00000010UL ) -#define XLPD_SLCR_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_IER_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_IER_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_IER_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_IER_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIdr - */ -#define XLPD_SLCR_IDR ( ( XLPD_SLCR_BASEADDR ) + 0x00000014UL ) -#define XLPD_SLCR_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_IDR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_IDR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_IDR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_IDR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrItr - */ -#define XLPD_SLCR_ITR ( ( XLPD_SLCR_BASEADDR ) + 0x00000018UL ) -#define XLPD_SLCR_ITR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ITR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_ITR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_ITR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_ITR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk0 - */ -#define XLPD_SLCR_SAFETY_CHK0 ( ( XLPD_SLCR_BASEADDR ) + 0x00000040UL ) -#define XLPD_SLCR_SAFETY_CHK0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK0_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK0_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK0_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK0_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk1 - */ -#define XLPD_SLCR_SAFETY_CHK1 ( ( XLPD_SLCR_BASEADDR ) + 0x00000044UL ) -#define XLPD_SLCR_SAFETY_CHK1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK1_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK1_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK1_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK1_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk2 - */ -#define XLPD_SLCR_SAFETY_CHK2 ( ( XLPD_SLCR_BASEADDR ) + 0x00000048UL ) -#define XLPD_SLCR_SAFETY_CHK2_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK2_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK2_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK2_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK2_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSafetyChk3 - */ -#define XLPD_SLCR_SAFETY_CHK3 ( ( XLPD_SLCR_BASEADDR ) + 0x0000004CUL ) -#define XLPD_SLCR_SAFETY_CHK3_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SAFETY_CHK3_VAL_SHIFT 0UL -#define XLPD_SLCR_SAFETY_CHK3_VAL_WIDTH 32UL -#define XLPD_SLCR_SAFETY_CHK3_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SAFETY_CHK3_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrXcsupmuWdtClkSel - */ -#define XLPD_SLCR_XCSUPMU_WDT_CLK_SEL ( ( XLPD_SLCR_BASEADDR ) + 0x00000050UL ) -#define XLPD_SLCR_XCSUPMU_WDT_CLK_SEL_RSTVAL 0x00000000UL - -#define XLPD_SLCR_XCSUPMU_WDT_CLK_SEL_SHIFT 0UL -#define XLPD_SLCR_XCSUPMU_WDT_CLK_SEL_WIDTH 1UL -#define XLPD_SLCR_XCSUPMU_WDT_CLK_SEL_MASK 0x00000001UL -#define XLPD_SLCR_XCSUPMU_WDT_CLK_SEL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrAdmaCfg - */ -#define XLPD_SLCR_ADMA_CFG ( ( XLPD_SLCR_BASEADDR ) + 0x0000200CUL ) -#define XLPD_SLCR_ADMA_CFG_RSTVAL 0x00000028UL - -#define XLPD_SLCR_ADMA_CFG_BUSWID_SHIFT 5UL -#define XLPD_SLCR_ADMA_CFG_BUSWID_WIDTH 2UL -#define XLPD_SLCR_ADMA_CFG_BUSWID_MASK 0x00000060UL -#define XLPD_SLCR_ADMA_CFG_BUSWID_DEFVAL 0x1UL - -#define XLPD_SLCR_ADMA_CFG_NUM_CH_SHIFT 0UL -#define XLPD_SLCR_ADMA_CFG_NUM_CH_WIDTH 5UL -#define XLPD_SLCR_ADMA_CFG_NUM_CH_MASK 0x0000001fUL -#define XLPD_SLCR_ADMA_CFG_NUM_CH_DEFVAL 0x8UL - -/** - * Register: XlpdSlcrAdmaRam - */ -#define XLPD_SLCR_ADMA_RAM ( ( XLPD_SLCR_BASEADDR ) + 0x00002010UL ) -#define XLPD_SLCR_ADMA_RAM_RSTVAL 0x00003b3bUL - -#define XLPD_SLCR_ADMA_RAM1_EMAB_SHIFT 12UL -#define XLPD_SLCR_ADMA_RAM1_EMAB_WIDTH 3UL -#define XLPD_SLCR_ADMA_RAM1_EMAB_MASK 0x00007000UL -#define XLPD_SLCR_ADMA_RAM1_EMAB_DEFVAL 0x3UL - -#define XLPD_SLCR_ADMA_RAM1_EMASA_SHIFT 11UL -#define XLPD_SLCR_ADMA_RAM1_EMASA_WIDTH 1UL -#define XLPD_SLCR_ADMA_RAM1_EMASA_MASK 0x00000800UL -#define XLPD_SLCR_ADMA_RAM1_EMASA_DEFVAL 0x1UL - -#define XLPD_SLCR_ADMA_RAM1_EMAA_SHIFT 8UL -#define XLPD_SLCR_ADMA_RAM1_EMAA_WIDTH 3UL -#define XLPD_SLCR_ADMA_RAM1_EMAA_MASK 0x00000700UL -#define XLPD_SLCR_ADMA_RAM1_EMAA_DEFVAL 0x3UL - -#define XLPD_SLCR_ADMA_RAM0_EMAB_SHIFT 4UL -#define XLPD_SLCR_ADMA_RAM0_EMAB_WIDTH 3UL -#define XLPD_SLCR_ADMA_RAM0_EMAB_MASK 0x00000070UL -#define XLPD_SLCR_ADMA_RAM0_EMAB_DEFVAL 0x3UL - -#define XLPD_SLCR_ADMA_RAM0_EMASA_SHIFT 3UL -#define XLPD_SLCR_ADMA_RAM0_EMASA_WIDTH 1UL -#define XLPD_SLCR_ADMA_RAM0_EMASA_MASK 0x00000008UL -#define XLPD_SLCR_ADMA_RAM0_EMASA_DEFVAL 0x1UL - -#define XLPD_SLCR_ADMA_RAM0_EMAA_SHIFT 0UL -#define XLPD_SLCR_ADMA_RAM0_EMAA_WIDTH 3UL -#define XLPD_SLCR_ADMA_RAM0_EMAA_MASK 0x00000007UL -#define XLPD_SLCR_ADMA_RAM0_EMAA_DEFVAL 0x3UL - -/** - * Register: XlpdSlcrErrAibaxiIsr - */ -#define XLPD_SLCR_ERR_AIBAXI_ISR ( ( XLPD_SLCR_BASEADDR ) + 0x00003000UL ) -#define XLPD_SLCR_ERR_AIBAXI_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_DDR_SHIFT 27UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_DDR_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_DDR_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_OCMS_SHIFT 26UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_OCMS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_OCMS_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_MAIN_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB1S_SHIFT 23UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB1S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB1S_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB0S_SHIFT 22UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB0S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_USB0S_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUS0_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_RPUM0_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_OCM_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_FPD_LPDIBS_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAXI_ISR_AFIFS0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAibaxiImr - */ -#define XLPD_SLCR_ERR_AIBAXI_IMR ( ( XLPD_SLCR_BASEADDR ) + 0x00003008UL ) -#define XLPD_SLCR_ERR_AIBAXI_IMR_RSTVAL 0x1dcf000fUL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS2_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_DDR_SHIFT 27UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_DDR_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_DDR_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_OCMS_SHIFT 26UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_OCMS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_OCMS_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_MAIN_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB1S_SHIFT 23UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB1S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB1S_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB0S_SHIFT 22UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB0S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_USB0S_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS1_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUS0_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM1_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_RPUM0_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_OCM_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_FPD_LPDIBS_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS1_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAXI_IMR_AFIFS0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrErrAibaxiIer - */ -#define XLPD_SLCR_ERR_AIBAXI_IER ( ( XLPD_SLCR_BASEADDR ) + 0x00003010UL ) -#define XLPD_SLCR_ERR_AIBAXI_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_DDR_SHIFT 27UL -#define XLPD_SLCR_ERR_AIBAXI_IER_DDR_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_DDR_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_OCMS_SHIFT 26UL -#define XLPD_SLCR_ERR_AIBAXI_IER_OCMS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_OCMS_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_MAIN_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_USB1S_SHIFT 23UL -#define XLPD_SLCR_ERR_AIBAXI_IER_USB1S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_USB1S_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_USB0S_SHIFT 22UL -#define XLPD_SLCR_ERR_AIBAXI_IER_USB0S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_USB0S_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUS0_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ERR_AIBAXI_IER_RPUM0_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_OCM_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ERR_AIBAXI_IER_FPD_LPDIBS_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAXI_IER_AFIFS0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAibaxiIdr - */ -#define XLPD_SLCR_ERR_AIBAXI_IDR ( ( XLPD_SLCR_BASEADDR ) + 0x00003018UL ) -#define XLPD_SLCR_ERR_AIBAXI_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_DDR_SHIFT 27UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_DDR_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_DDR_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_OCMS_SHIFT 26UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_OCMS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_OCMS_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_MAIN_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB1S_SHIFT 23UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB1S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB1S_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB0S_SHIFT 22UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB0S_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_USB0S_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUS0_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_RPUM0_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_OCM_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_FPD_LPDIBS_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAXI_IDR_AFIFS0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAibapbIsr - */ -#define XLPD_SLCR_ERR_AIBAPB_ISR ( ( XLPD_SLCR_BASEADDR ) + 0x00003020UL ) -#define XLPD_SLCR_ERR_AIBAPB_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_AIBAPB_ISR_GPU_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAPB_ISR_GPU_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAPB_ISR_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAPB_ISR_GPU_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAibapbImr - */ -#define XLPD_SLCR_ERR_AIBAPB_IMR ( ( XLPD_SLCR_BASEADDR ) + 0x00003024UL ) -#define XLPD_SLCR_ERR_AIBAPB_IMR_RSTVAL 0x00000001UL - -#define XLPD_SLCR_ERR_AIBAPB_IMR_GPU_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAPB_IMR_GPU_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAPB_IMR_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAPB_IMR_GPU_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrErrAibapbIer - */ -#define XLPD_SLCR_ERR_AIBAPB_IER ( ( XLPD_SLCR_BASEADDR ) + 0x00003028UL ) -#define XLPD_SLCR_ERR_AIBAPB_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_AIBAPB_IER_GPU_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAPB_IER_GPU_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAPB_IER_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAPB_IER_GPU_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAibapbIdr - */ -#define XLPD_SLCR_ERR_AIBAPB_IDR ( ( XLPD_SLCR_BASEADDR ) + 0x0000302CUL ) -#define XLPD_SLCR_ERR_AIBAPB_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_AIBAPB_IDR_GPU_SHIFT 0UL -#define XLPD_SLCR_ERR_AIBAPB_IDR_GPU_WIDTH 1UL -#define XLPD_SLCR_ERR_AIBAPB_IDR_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ERR_AIBAPB_IDR_GPU_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIsoAibaxiReq - */ -#define XLPD_SLCR_ISO_AIBAXI_REQ ( ( XLPD_SLCR_BASEADDR ) + 0x00003030UL ) -#define XLPD_SLCR_ISO_AIBAXI_REQ_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_DDR_SHIFT 27UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_DDR_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_DDR_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_OCMS_SHIFT 26UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_OCMS_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_OCMS_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_MAIN_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB1S_SHIFT 23UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB1S_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB1S_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB0S_SHIFT 22UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB0S_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_USB0S_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUS0_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM1_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_RPUM0_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_OCM_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_FPD_LPDIBS_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ISO_AIBAXI_REQ_AFIFS0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIsoAibaxiType - */ -#define XLPD_SLCR_ISO_AIBAXI_TYPE ( ( XLPD_SLCR_BASEADDR ) + 0x00003038UL ) -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RSTVAL 0x19cf000fUL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS2_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_DDR_SHIFT 27UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_DDR_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_DDR_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_OCMS_SHIFT 26UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_OCMS_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_OCMS_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_MAIN_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB1S_SHIFT 23UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB1S_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB1S_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB0S_SHIFT 22UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB0S_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_USB0S_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS1_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUS0_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM1_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_RPUM0_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_OCM_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_FPD_LPDIBS_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS1_DEFVAL 0x1UL - -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ISO_AIBAXI_TYPE_AFIFS0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrIsoAibaxiAck - */ -#define XLPD_SLCR_ISO_AIBAXI_ACK ( ( XLPD_SLCR_BASEADDR ) + 0x00003040UL ) -#define XLPD_SLCR_ISO_AIBAXI_ACK_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS2_SHIFT 28UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS2_MASK 0x10000000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_DDR_SHIFT 27UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_DDR_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_DDR_MASK 0x08000000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_DDR_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_OCMS_SHIFT 26UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_OCMS_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_OCMS_MASK 0x04000000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_OCMS_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_MAIN_SHIFT 24UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_MAIN_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_MAIN_MASK 0x01000000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_MAIN_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB1S_SHIFT 23UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB1S_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB1S_MASK 0x00800000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB1S_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB0S_SHIFT 22UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB0S_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB0S_MASK 0x00400000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_USB0S_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS1_SHIFT 19UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS1_MASK 0x00080000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS0_SHIFT 18UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS0_MASK 0x00040000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUS0_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM1_SHIFT 17UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM1_MASK 0x00020000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM1_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM0_SHIFT 16UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM0_MASK 0x00010000UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_RPUM0_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_OCM_SHIFT 3UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_OCM_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_OCM_MASK 0x00000008UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_OCM_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_LPDIBS_SHIFT 2UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_LPDIBS_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_LPDIBS_MASK 0x00000004UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_FPD_LPDIBS_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS1_SHIFT 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS1_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS1_MASK 0x00000002UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS1_DEFVAL 0x0UL - -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS0_SHIFT 0UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS0_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS0_MASK 0x00000001UL -#define XLPD_SLCR_ISO_AIBAXI_ACK_AFIFS0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIsoAibapbReq - */ -#define XLPD_SLCR_ISO_AIBAPB_REQ ( ( XLPD_SLCR_BASEADDR ) + 0x00003048UL ) -#define XLPD_SLCR_ISO_AIBAPB_REQ_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ISO_AIBAPB_REQ_GPU_SHIFT 0UL -#define XLPD_SLCR_ISO_AIBAPB_REQ_GPU_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAPB_REQ_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ISO_AIBAPB_REQ_GPU_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrIsoAibapbType - */ -#define XLPD_SLCR_ISO_AIBAPB_TYPE ( ( XLPD_SLCR_BASEADDR ) + 0x0000304CUL ) -#define XLPD_SLCR_ISO_AIBAPB_TYPE_RSTVAL 0x00000001UL - -#define XLPD_SLCR_ISO_AIBAPB_TYPE_GPU_SHIFT 0UL -#define XLPD_SLCR_ISO_AIBAPB_TYPE_GPU_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAPB_TYPE_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ISO_AIBAPB_TYPE_GPU_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrIsoAibapbAck - */ -#define XLPD_SLCR_ISO_AIBAPB_ACK ( ( XLPD_SLCR_BASEADDR ) + 0x00003050UL ) -#define XLPD_SLCR_ISO_AIBAPB_ACK_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ISO_AIBAPB_ACK_GPU_SHIFT 0UL -#define XLPD_SLCR_ISO_AIBAPB_ACK_GPU_WIDTH 1UL -#define XLPD_SLCR_ISO_AIBAPB_ACK_GPU_MASK 0x00000001UL -#define XLPD_SLCR_ISO_AIBAPB_ACK_GPU_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAtbIsr - */ -#define XLPD_SLCR_ERR_ATB_ISR ( ( XLPD_SLCR_BASEADDR ) + 0x00006000UL ) -#define XLPD_SLCR_ERR_ATB_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_ATB_ISR_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ERR_ATB_ISR_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_ISR_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ERR_ATB_ISR_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_ATB_ISR_LPDM_SHIFT 0UL -#define XLPD_SLCR_ERR_ATB_ISR_LPDM_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_ISR_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ERR_ATB_ISR_LPDM_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAtbImr - */ -#define XLPD_SLCR_ERR_ATB_IMR ( ( XLPD_SLCR_BASEADDR ) + 0x00006004UL ) -#define XLPD_SLCR_ERR_ATB_IMR_RSTVAL 0x00000003UL - -#define XLPD_SLCR_ERR_ATB_IMR_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ERR_ATB_IMR_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_IMR_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ERR_ATB_IMR_AFIFS2_DEFVAL 0x1UL - -#define XLPD_SLCR_ERR_ATB_IMR_LPDM_SHIFT 0UL -#define XLPD_SLCR_ERR_ATB_IMR_LPDM_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_IMR_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ERR_ATB_IMR_LPDM_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrErrAtbIer - */ -#define XLPD_SLCR_ERR_ATB_IER ( ( XLPD_SLCR_BASEADDR ) + 0x00006008UL ) -#define XLPD_SLCR_ERR_ATB_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_ATB_IER_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ERR_ATB_IER_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_IER_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ERR_ATB_IER_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_ATB_IER_LPDM_SHIFT 0UL -#define XLPD_SLCR_ERR_ATB_IER_LPDM_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_IER_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ERR_ATB_IER_LPDM_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrErrAtbIdr - */ -#define XLPD_SLCR_ERR_ATB_IDR ( ( XLPD_SLCR_BASEADDR ) + 0x0000600CUL ) -#define XLPD_SLCR_ERR_ATB_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ERR_ATB_IDR_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ERR_ATB_IDR_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_IDR_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ERR_ATB_IDR_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ERR_ATB_IDR_LPDM_SHIFT 0UL -#define XLPD_SLCR_ERR_ATB_IDR_LPDM_WIDTH 1UL -#define XLPD_SLCR_ERR_ATB_IDR_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ERR_ATB_IDR_LPDM_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrAtbCmdStoreEn - */ -#define XLPD_SLCR_ATB_CMD_STORE_EN ( ( XLPD_SLCR_BASEADDR ) + 0x00006010UL ) -#define XLPD_SLCR_ATB_CMD_STORE_EN_RSTVAL 0x00000003UL - -#define XLPD_SLCR_ATB_CMD_STORE_EN_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ATB_CMD_STORE_EN_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ATB_CMD_STORE_EN_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ATB_CMD_STORE_EN_AFIFS2_DEFVAL 0x1UL - -#define XLPD_SLCR_ATB_CMD_STORE_EN_LPDM_SHIFT 0UL -#define XLPD_SLCR_ATB_CMD_STORE_EN_LPDM_WIDTH 1UL -#define XLPD_SLCR_ATB_CMD_STORE_EN_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ATB_CMD_STORE_EN_LPDM_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrAtbRespEn - */ -#define XLPD_SLCR_ATB_RESP_EN ( ( XLPD_SLCR_BASEADDR ) + 0x00006014UL ) -#define XLPD_SLCR_ATB_RESP_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_ATB_RESP_EN_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ATB_RESP_EN_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ATB_RESP_EN_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ATB_RESP_EN_AFIFS2_DEFVAL 0x0UL - -#define XLPD_SLCR_ATB_RESP_EN_LPDM_SHIFT 0UL -#define XLPD_SLCR_ATB_RESP_EN_LPDM_WIDTH 1UL -#define XLPD_SLCR_ATB_RESP_EN_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ATB_RESP_EN_LPDM_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrAtbRespType - */ -#define XLPD_SLCR_ATB_RESP_TYPE ( ( XLPD_SLCR_BASEADDR ) + 0x00006018UL ) -#define XLPD_SLCR_ATB_RESP_TYPE_RSTVAL 0x00000003UL - -#define XLPD_SLCR_ATB_RESP_TYPE_AFIFS2_SHIFT 1UL -#define XLPD_SLCR_ATB_RESP_TYPE_AFIFS2_WIDTH 1UL -#define XLPD_SLCR_ATB_RESP_TYPE_AFIFS2_MASK 0x00000002UL -#define XLPD_SLCR_ATB_RESP_TYPE_AFIFS2_DEFVAL 0x1UL - -#define XLPD_SLCR_ATB_RESP_TYPE_LPDM_SHIFT 0UL -#define XLPD_SLCR_ATB_RESP_TYPE_LPDM_WIDTH 1UL -#define XLPD_SLCR_ATB_RESP_TYPE_LPDM_MASK 0x00000001UL -#define XLPD_SLCR_ATB_RESP_TYPE_LPDM_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrAtbPrescale - */ -#define XLPD_SLCR_ATB_PRESCALE ( ( XLPD_SLCR_BASEADDR ) + 0x00006020UL ) -#define XLPD_SLCR_ATB_PRESCALE_RSTVAL 0x0000ffffUL - -#define XLPD_SLCR_ATB_PRESCALE_EN_SHIFT 16UL -#define XLPD_SLCR_ATB_PRESCALE_EN_WIDTH 1UL -#define XLPD_SLCR_ATB_PRESCALE_EN_MASK 0x00010000UL -#define XLPD_SLCR_ATB_PRESCALE_EN_DEFVAL 0x0UL - -#define XLPD_SLCR_ATB_PRESCALE_VAL_SHIFT 0UL -#define XLPD_SLCR_ATB_PRESCALE_VAL_WIDTH 16UL -#define XLPD_SLCR_ATB_PRESCALE_VAL_MASK 0x0000ffffUL -#define XLPD_SLCR_ATB_PRESCALE_VAL_DEFVAL 0xffffUL - -/** - * Register: XlpdSlcrMutex0 - */ -#define XLPD_SLCR_MUTEX0 ( ( XLPD_SLCR_BASEADDR ) + 0x00007000UL ) -#define XLPD_SLCR_MUTEX0_RSTVAL 0x00000000UL - -#define XLPD_SLCR_MUTEX0_ID_SHIFT 0UL -#define XLPD_SLCR_MUTEX0_ID_WIDTH 32UL -#define XLPD_SLCR_MUTEX0_ID_MASK 0xffffffffUL -#define XLPD_SLCR_MUTEX0_ID_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrMutex1 - */ -#define XLPD_SLCR_MUTEX1 ( ( XLPD_SLCR_BASEADDR ) + 0x00007004UL ) -#define XLPD_SLCR_MUTEX1_RSTVAL 0x00000000UL - -#define XLPD_SLCR_MUTEX1_ID_SHIFT 0UL -#define XLPD_SLCR_MUTEX1_ID_WIDTH 32UL -#define XLPD_SLCR_MUTEX1_ID_MASK 0xffffffffUL -#define XLPD_SLCR_MUTEX1_ID_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrMutex2 - */ -#define XLPD_SLCR_MUTEX2 ( ( XLPD_SLCR_BASEADDR ) + 0x00007008UL ) -#define XLPD_SLCR_MUTEX2_RSTVAL 0x00000000UL - -#define XLPD_SLCR_MUTEX2_ID_SHIFT 0UL -#define XLPD_SLCR_MUTEX2_ID_WIDTH 32UL -#define XLPD_SLCR_MUTEX2_ID_MASK 0xffffffffUL -#define XLPD_SLCR_MUTEX2_ID_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrMutex3 - */ -#define XLPD_SLCR_MUTEX3 ( ( XLPD_SLCR_BASEADDR ) + 0x0000700CUL ) -#define XLPD_SLCR_MUTEX3_RSTVAL 0x00000000UL - -#define XLPD_SLCR_MUTEX3_ID_SHIFT 0UL -#define XLPD_SLCR_MUTEX3_ID_WIDTH 32UL -#define XLPD_SLCR_MUTEX3_ID_MASK 0xffffffffUL -#define XLPD_SLCR_MUTEX3_ID_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp0IrqSts - */ -#define XLPD_SLCR_GICP0_IRQ_STS ( ( XLPD_SLCR_BASEADDR ) + 0x00008000UL ) -#define XLPD_SLCR_GICP0_IRQ_STS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_STS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP0_IRQ_STS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp0IrqMsk - */ -#define XLPD_SLCR_GICP0_IRQ_MSK ( ( XLPD_SLCR_BASEADDR ) + 0x00008004UL ) -#define XLPD_SLCR_GICP0_IRQ_MSK_RSTVAL 0xffffffffUL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC31_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC30_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC29_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC28_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC27_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC26_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC25_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC24_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC23_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC22_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC21_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC20_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC19_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC18_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC17_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC16_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC15_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC14_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC13_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC12_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC11_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC10_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC9_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC8_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC7_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC6_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC5_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC4_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC3_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC2_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC1_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP0_IRQ_MSK_SRC0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrGicp0IrqEn - */ -#define XLPD_SLCR_GICP0_IRQ_EN ( ( XLPD_SLCR_BASEADDR ) + 0x00008008UL ) -#define XLPD_SLCR_GICP0_IRQ_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_EN_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP0_IRQ_EN_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp0IrqDis - */ -#define XLPD_SLCR_GICP0_IRQ_DIS ( ( XLPD_SLCR_BASEADDR ) + 0x0000800CUL ) -#define XLPD_SLCR_GICP0_IRQ_DIS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP0_IRQ_DIS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp0IrqTrig - */ -#define XLPD_SLCR_GICP0_IRQ_TRIG ( ( XLPD_SLCR_BASEADDR ) + 0x00008010UL ) -#define XLPD_SLCR_GICP0_IRQ_TRIG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP0_IRQ_TRIG_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp1IrqSts - */ -#define XLPD_SLCR_GICP1_IRQ_STS ( ( XLPD_SLCR_BASEADDR ) + 0x00008014UL ) -#define XLPD_SLCR_GICP1_IRQ_STS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_STS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP1_IRQ_STS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp1IrqMsk - */ -#define XLPD_SLCR_GICP1_IRQ_MSK ( ( XLPD_SLCR_BASEADDR ) + 0x00008018UL ) -#define XLPD_SLCR_GICP1_IRQ_MSK_RSTVAL 0xffffffffUL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC31_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC30_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC29_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC28_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC27_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC26_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC25_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC24_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC23_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC22_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC21_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC20_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC19_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC18_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC17_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC16_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC15_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC14_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC13_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC12_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC11_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC10_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC9_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC8_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC7_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC6_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC5_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC4_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC3_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC2_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC1_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP1_IRQ_MSK_SRC0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrGicp1IrqEn - */ -#define XLPD_SLCR_GICP1_IRQ_EN ( ( XLPD_SLCR_BASEADDR ) + 0x0000801CUL ) -#define XLPD_SLCR_GICP1_IRQ_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_EN_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP1_IRQ_EN_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp1IrqDis - */ -#define XLPD_SLCR_GICP1_IRQ_DIS ( ( XLPD_SLCR_BASEADDR ) + 0x00008020UL ) -#define XLPD_SLCR_GICP1_IRQ_DIS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP1_IRQ_DIS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp1IrqTrig - */ -#define XLPD_SLCR_GICP1_IRQ_TRIG ( ( XLPD_SLCR_BASEADDR ) + 0x00008024UL ) -#define XLPD_SLCR_GICP1_IRQ_TRIG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP1_IRQ_TRIG_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp2IrqSts - */ -#define XLPD_SLCR_GICP2_IRQ_STS ( ( XLPD_SLCR_BASEADDR ) + 0x00008028UL ) -#define XLPD_SLCR_GICP2_IRQ_STS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_STS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP2_IRQ_STS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp2IrqMsk - */ -#define XLPD_SLCR_GICP2_IRQ_MSK ( ( XLPD_SLCR_BASEADDR ) + 0x0000802CUL ) -#define XLPD_SLCR_GICP2_IRQ_MSK_RSTVAL 0xffffffffUL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC31_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC30_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC29_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC28_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC27_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC26_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC25_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC24_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC23_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC22_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC21_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC20_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC19_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC18_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC17_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC16_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC15_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC14_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC13_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC12_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC11_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC10_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC9_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC8_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC7_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC6_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC5_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC4_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC3_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC2_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC1_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP2_IRQ_MSK_SRC0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrGicp2IrqEn - */ -#define XLPD_SLCR_GICP2_IRQ_EN ( ( XLPD_SLCR_BASEADDR ) + 0x00008030UL ) -#define XLPD_SLCR_GICP2_IRQ_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_EN_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP2_IRQ_EN_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp2IrqDis - */ -#define XLPD_SLCR_GICP2_IRQ_DIS ( ( XLPD_SLCR_BASEADDR ) + 0x00008034UL ) -#define XLPD_SLCR_GICP2_IRQ_DIS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP2_IRQ_DIS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp2IrqTrig - */ -#define XLPD_SLCR_GICP2_IRQ_TRIG ( ( XLPD_SLCR_BASEADDR ) + 0x00008038UL ) -#define XLPD_SLCR_GICP2_IRQ_TRIG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP2_IRQ_TRIG_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp3IrqSts - */ -#define XLPD_SLCR_GICP3_IRQ_STS ( ( XLPD_SLCR_BASEADDR ) + 0x0000803CUL ) -#define XLPD_SLCR_GICP3_IRQ_STS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_STS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP3_IRQ_STS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp3IrqMsk - */ -#define XLPD_SLCR_GICP3_IRQ_MSK ( ( XLPD_SLCR_BASEADDR ) + 0x00008040UL ) -#define XLPD_SLCR_GICP3_IRQ_MSK_RSTVAL 0xffffffffUL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC31_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC30_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC29_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC28_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC27_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC26_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC25_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC24_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC23_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC22_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC21_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC20_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC19_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC18_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC17_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC16_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC15_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC14_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC13_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC12_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC11_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC10_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC9_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC8_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC7_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC6_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC5_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC4_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC3_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC2_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC1_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP3_IRQ_MSK_SRC0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrGicp3IrqEn - */ -#define XLPD_SLCR_GICP3_IRQ_EN ( ( XLPD_SLCR_BASEADDR ) + 0x00008044UL ) -#define XLPD_SLCR_GICP3_IRQ_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_EN_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP3_IRQ_EN_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp3IrqDis - */ -#define XLPD_SLCR_GICP3_IRQ_DIS ( ( XLPD_SLCR_BASEADDR ) + 0x00008048UL ) -#define XLPD_SLCR_GICP3_IRQ_DIS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP3_IRQ_DIS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp3IrqTrig - */ -#define XLPD_SLCR_GICP3_IRQ_TRIG ( ( XLPD_SLCR_BASEADDR ) + 0x0000804CUL ) -#define XLPD_SLCR_GICP3_IRQ_TRIG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP3_IRQ_TRIG_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp4IrqSts - */ -#define XLPD_SLCR_GICP4_IRQ_STS ( ( XLPD_SLCR_BASEADDR ) + 0x00008050UL ) -#define XLPD_SLCR_GICP4_IRQ_STS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_STS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP4_IRQ_STS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp4IrqMsk - */ -#define XLPD_SLCR_GICP4_IRQ_MSK ( ( XLPD_SLCR_BASEADDR ) + 0x00008054UL ) -#define XLPD_SLCR_GICP4_IRQ_MSK_RSTVAL 0xffffffffUL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC31_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC30_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC29_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC28_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC27_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC26_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC25_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC24_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC23_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC22_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC21_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC20_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC19_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC18_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC17_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC16_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC15_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC14_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC13_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC12_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC11_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC10_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC9_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC8_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC7_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC6_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC5_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC4_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC3_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC2_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC1_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP4_IRQ_MSK_SRC0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrGicp4IrqEn - */ -#define XLPD_SLCR_GICP4_IRQ_EN ( ( XLPD_SLCR_BASEADDR ) + 0x00008058UL ) -#define XLPD_SLCR_GICP4_IRQ_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_EN_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP4_IRQ_EN_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp4IrqDis - */ -#define XLPD_SLCR_GICP4_IRQ_DIS ( ( XLPD_SLCR_BASEADDR ) + 0x0000805CUL ) -#define XLPD_SLCR_GICP4_IRQ_DIS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP4_IRQ_DIS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicp4IrqTrig - */ -#define XLPD_SLCR_GICP4_IRQ_TRIG ( ( XLPD_SLCR_BASEADDR ) + 0x00008060UL ) -#define XLPD_SLCR_GICP4_IRQ_TRIG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC31_SHIFT 31UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC31_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC31_MASK 0x80000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC31_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC30_SHIFT 30UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC30_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC30_MASK 0x40000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC30_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC29_SHIFT 29UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC29_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC29_MASK 0x20000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC29_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC28_SHIFT 28UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC28_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC28_MASK 0x10000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC28_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC27_SHIFT 27UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC27_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC27_MASK 0x08000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC27_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC26_SHIFT 26UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC26_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC26_MASK 0x04000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC26_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC25_SHIFT 25UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC25_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC25_MASK 0x02000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC25_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC24_SHIFT 24UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC24_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC24_MASK 0x01000000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC24_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC23_SHIFT 23UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC23_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC23_MASK 0x00800000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC23_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC22_SHIFT 22UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC22_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC22_MASK 0x00400000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC22_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC21_SHIFT 21UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC21_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC21_MASK 0x00200000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC21_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC20_SHIFT 20UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC20_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC20_MASK 0x00100000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC20_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC19_SHIFT 19UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC19_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC19_MASK 0x00080000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC19_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC18_SHIFT 18UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC18_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC18_MASK 0x00040000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC18_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC17_SHIFT 17UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC17_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC17_MASK 0x00020000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC17_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC16_SHIFT 16UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC16_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC16_MASK 0x00010000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC16_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC15_SHIFT 15UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC15_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC15_MASK 0x00008000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC15_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC14_SHIFT 14UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC14_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC14_MASK 0x00004000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC14_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC13_SHIFT 13UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC13_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC13_MASK 0x00002000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC13_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC12_SHIFT 12UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC12_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC12_MASK 0x00001000UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC12_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC11_SHIFT 11UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC11_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC11_MASK 0x00000800UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC11_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC10_SHIFT 10UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC10_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC10_MASK 0x00000400UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC10_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC9_SHIFT 9UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC9_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC9_MASK 0x00000200UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC9_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC8_SHIFT 8UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC8_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC8_MASK 0x00000100UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC8_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP4_IRQ_TRIG_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicpPmuIrqSts - */ -#define XLPD_SLCR_GICP_PMU_IRQ_STS ( ( XLPD_SLCR_BASEADDR ) + 0x000080A0UL ) -#define XLPD_SLCR_GICP_PMU_IRQ_STS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP_PMU_IRQ_STS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicpPmuIrqMsk - */ -#define XLPD_SLCR_GICP_PMU_IRQ_MSK ( ( XLPD_SLCR_BASEADDR ) + 0x000080A4UL ) -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_RSTVAL 0x000000ffUL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC7_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC6_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC5_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC4_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC3_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC2_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC1_DEFVAL 0x1UL - -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP_PMU_IRQ_MSK_SRC0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrGicpPmuIrqEn - */ -#define XLPD_SLCR_GICP_PMU_IRQ_EN ( ( XLPD_SLCR_BASEADDR ) + 0x000080A8UL ) -#define XLPD_SLCR_GICP_PMU_IRQ_EN_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP_PMU_IRQ_EN_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicpPmuIrqDis - */ -#define XLPD_SLCR_GICP_PMU_IRQ_DIS ( ( XLPD_SLCR_BASEADDR ) + 0x000080ACUL ) -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP_PMU_IRQ_DIS_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrGicpPmuIrqTrig - */ -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG ( ( XLPD_SLCR_BASEADDR ) + 0x000080B0UL ) -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_RSTVAL 0x00000000UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC7_SHIFT 7UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC7_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC7_MASK 0x00000080UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC7_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC6_SHIFT 6UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC6_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC6_MASK 0x00000040UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC6_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC5_SHIFT 5UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC5_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC5_MASK 0x00000020UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC5_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC4_SHIFT 4UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC4_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC4_MASK 0x00000010UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC4_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC3_SHIFT 3UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC3_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC3_MASK 0x00000008UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC3_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC2_SHIFT 2UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC2_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC2_MASK 0x00000004UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC2_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC1_SHIFT 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC1_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC1_MASK 0x00000002UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC1_DEFVAL 0x0UL - -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC0_SHIFT 0UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC0_WIDTH 1UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC0_MASK 0x00000001UL -#define XLPD_SLCR_GICP_PMU_IRQ_TRIG_SRC0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrAfiFs - */ -#define XLPD_SLCR_AFI_FS ( ( XLPD_SLCR_BASEADDR ) + 0x00009000UL ) -#define XLPD_SLCR_AFI_FS_RSTVAL 0x00000200UL - -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_SHIFT 8UL -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_WIDTH 2UL -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_MASK 0x00000300UL -#define XLPD_SLCR_AFI_FS_DW_SS2_SEL_DEFVAL 0x2UL - -/** - * Register: XlpdSlcrCci - */ -#define XLPD_SLCR_CCI ( ( XLPD_SLCR_BASEADDR ) + 0x0000A000UL ) -#define XLPD_SLCR_CCI_RSTVAL 0x03801c07UL - -#define XLPD_SLCR_CCI_SPR_SHIFT 28UL -#define XLPD_SLCR_CCI_SPR_WIDTH 4UL -#define XLPD_SLCR_CCI_SPR_MASK 0xf0000000UL -#define XLPD_SLCR_CCI_SPR_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_QVNVNETS4_SHIFT 27UL -#define XLPD_SLCR_CCI_QVNVNETS4_WIDTH 1UL -#define XLPD_SLCR_CCI_QVNVNETS4_MASK 0x08000000UL -#define XLPD_SLCR_CCI_QVNVNETS4_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_QVNVNETS3_SHIFT 26UL -#define XLPD_SLCR_CCI_QVNVNETS3_WIDTH 1UL -#define XLPD_SLCR_CCI_QVNVNETS3_MASK 0x04000000UL -#define XLPD_SLCR_CCI_QVNVNETS3_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_QVNVNETS2_SHIFT 25UL -#define XLPD_SLCR_CCI_QVNVNETS2_WIDTH 1UL -#define XLPD_SLCR_CCI_QVNVNETS2_MASK 0x02000000UL -#define XLPD_SLCR_CCI_QVNVNETS2_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_QVNVNETS1_SHIFT 24UL -#define XLPD_SLCR_CCI_QVNVNETS1_WIDTH 1UL -#define XLPD_SLCR_CCI_QVNVNETS1_MASK 0x01000000UL -#define XLPD_SLCR_CCI_QVNVNETS1_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_QVNVNETS0_SHIFT 23UL -#define XLPD_SLCR_CCI_QVNVNETS0_WIDTH 1UL -#define XLPD_SLCR_CCI_QVNVNETS0_MASK 0x00800000UL -#define XLPD_SLCR_CCI_QVNVNETS0_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_QOS_OVRRD_SHIFT 18UL -#define XLPD_SLCR_CCI_QOS_OVRRD_WIDTH 5UL -#define XLPD_SLCR_CCI_QOS_OVRRD_MASK 0x007c0000UL -#define XLPD_SLCR_CCI_QOS_OVRRD_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_QVN_EN_M2_SHIFT 17UL -#define XLPD_SLCR_CCI_QVN_EN_M2_WIDTH 1UL -#define XLPD_SLCR_CCI_QVN_EN_M2_MASK 0x00020000UL -#define XLPD_SLCR_CCI_QVN_EN_M2_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_QVN_EN_M1_SHIFT 16UL -#define XLPD_SLCR_CCI_QVN_EN_M1_WIDTH 1UL -#define XLPD_SLCR_CCI_QVN_EN_M1_MASK 0x00010000UL -#define XLPD_SLCR_CCI_QVN_EN_M1_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_STRPG_GRAN_SHIFT 13UL -#define XLPD_SLCR_CCI_STRPG_GRAN_WIDTH 3UL -#define XLPD_SLCR_CCI_STRPG_GRAN_MASK 0x0000e000UL -#define XLPD_SLCR_CCI_STRPG_GRAN_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ACCHNLLEN4_SHIFT 12UL -#define XLPD_SLCR_CCI_ACCHNLLEN4_WIDTH 1UL -#define XLPD_SLCR_CCI_ACCHNLLEN4_MASK 0x00001000UL -#define XLPD_SLCR_CCI_ACCHNLLEN4_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_ACCHNLLEN3_SHIFT 11UL -#define XLPD_SLCR_CCI_ACCHNLLEN3_WIDTH 1UL -#define XLPD_SLCR_CCI_ACCHNLLEN3_MASK 0x00000800UL -#define XLPD_SLCR_CCI_ACCHNLLEN3_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_ACCHNLLEN0_SHIFT 10UL -#define XLPD_SLCR_CCI_ACCHNLLEN0_WIDTH 1UL -#define XLPD_SLCR_CCI_ACCHNLLEN0_MASK 0x00000400UL -#define XLPD_SLCR_CCI_ACCHNLLEN0_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_ECOREVNUM_SHIFT 6UL -#define XLPD_SLCR_CCI_ECOREVNUM_WIDTH 4UL -#define XLPD_SLCR_CCI_ECOREVNUM_MASK 0x000003c0UL -#define XLPD_SLCR_CCI_ECOREVNUM_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ASA2_SHIFT 5UL -#define XLPD_SLCR_CCI_ASA2_WIDTH 1UL -#define XLPD_SLCR_CCI_ASA2_MASK 0x00000020UL -#define XLPD_SLCR_CCI_ASA2_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ASA1_SHIFT 4UL -#define XLPD_SLCR_CCI_ASA1_WIDTH 1UL -#define XLPD_SLCR_CCI_ASA1_MASK 0x00000010UL -#define XLPD_SLCR_CCI_ASA1_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ASA0_SHIFT 3UL -#define XLPD_SLCR_CCI_ASA0_WIDTH 1UL -#define XLPD_SLCR_CCI_ASA0_MASK 0x00000008UL -#define XLPD_SLCR_CCI_ASA0_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_OWO2_SHIFT 2UL -#define XLPD_SLCR_CCI_OWO2_WIDTH 1UL -#define XLPD_SLCR_CCI_OWO2_MASK 0x00000004UL -#define XLPD_SLCR_CCI_OWO2_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_OWO1_SHIFT 1UL -#define XLPD_SLCR_CCI_OWO1_WIDTH 1UL -#define XLPD_SLCR_CCI_OWO1_MASK 0x00000002UL -#define XLPD_SLCR_CCI_OWO1_DEFVAL 0x1UL - -#define XLPD_SLCR_CCI_OWO0_SHIFT 0UL -#define XLPD_SLCR_CCI_OWO0_WIDTH 1UL -#define XLPD_SLCR_CCI_OWO0_MASK 0x00000001UL -#define XLPD_SLCR_CCI_OWO0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrCciAddrmap - */ -#define XLPD_SLCR_CCI_ADDRMAP ( ( XLPD_SLCR_BASEADDR ) + 0x0000A004UL ) -#define XLPD_SLCR_CCI_ADDRMAP_RSTVAL 0x00c000ffUL - -#define XLPD_SLCR_CCI_ADDRMAP_15_SHIFT 30UL -#define XLPD_SLCR_CCI_ADDRMAP_15_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_15_MASK 0xc0000000UL -#define XLPD_SLCR_CCI_ADDRMAP_15_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_14_SHIFT 28UL -#define XLPD_SLCR_CCI_ADDRMAP_14_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_14_MASK 0x30000000UL -#define XLPD_SLCR_CCI_ADDRMAP_14_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_13_SHIFT 26UL -#define XLPD_SLCR_CCI_ADDRMAP_13_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_13_MASK 0x0c000000UL -#define XLPD_SLCR_CCI_ADDRMAP_13_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_12_SHIFT 24UL -#define XLPD_SLCR_CCI_ADDRMAP_12_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_12_MASK 0x03000000UL -#define XLPD_SLCR_CCI_ADDRMAP_12_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_11_SHIFT 22UL -#define XLPD_SLCR_CCI_ADDRMAP_11_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_11_MASK 0x00c00000UL -#define XLPD_SLCR_CCI_ADDRMAP_11_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_ADDRMAP_10_SHIFT 20UL -#define XLPD_SLCR_CCI_ADDRMAP_10_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_10_MASK 0x00300000UL -#define XLPD_SLCR_CCI_ADDRMAP_10_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_9_SHIFT 18UL -#define XLPD_SLCR_CCI_ADDRMAP_9_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_9_MASK 0x000c0000UL -#define XLPD_SLCR_CCI_ADDRMAP_9_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_8_SHIFT 16UL -#define XLPD_SLCR_CCI_ADDRMAP_8_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_8_MASK 0x00030000UL -#define XLPD_SLCR_CCI_ADDRMAP_8_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_7_SHIFT 14UL -#define XLPD_SLCR_CCI_ADDRMAP_7_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_7_MASK 0x0000c000UL -#define XLPD_SLCR_CCI_ADDRMAP_7_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_6_SHIFT 12UL -#define XLPD_SLCR_CCI_ADDRMAP_6_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_6_MASK 0x00003000UL -#define XLPD_SLCR_CCI_ADDRMAP_6_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_5_SHIFT 10UL -#define XLPD_SLCR_CCI_ADDRMAP_5_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_5_MASK 0x00000c00UL -#define XLPD_SLCR_CCI_ADDRMAP_5_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_4_SHIFT 8UL -#define XLPD_SLCR_CCI_ADDRMAP_4_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_4_MASK 0x00000300UL -#define XLPD_SLCR_CCI_ADDRMAP_4_DEFVAL 0x0UL - -#define XLPD_SLCR_CCI_ADDRMAP_3_SHIFT 6UL -#define XLPD_SLCR_CCI_ADDRMAP_3_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_3_MASK 0x000000c0UL -#define XLPD_SLCR_CCI_ADDRMAP_3_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_ADDRMAP_2_SHIFT 4UL -#define XLPD_SLCR_CCI_ADDRMAP_2_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_2_MASK 0x00000030UL -#define XLPD_SLCR_CCI_ADDRMAP_2_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_ADDRMAP_1_SHIFT 2UL -#define XLPD_SLCR_CCI_ADDRMAP_1_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_1_MASK 0x0000000cUL -#define XLPD_SLCR_CCI_ADDRMAP_1_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_ADDRMAP_0_SHIFT 0UL -#define XLPD_SLCR_CCI_ADDRMAP_0_WIDTH 2UL -#define XLPD_SLCR_CCI_ADDRMAP_0_MASK 0x00000003UL -#define XLPD_SLCR_CCI_ADDRMAP_0_DEFVAL 0x3UL - -/** - * Register: XlpdSlcrCciQvnprealloc - */ -#define XLPD_SLCR_CCI_QVNPREALLOC ( ( XLPD_SLCR_BASEADDR ) + 0x0000A008UL ) -#define XLPD_SLCR_CCI_QVNPREALLOC_RSTVAL 0x00330330UL - -#define XLPD_SLCR_CCI_QVNPREALLOC_WM2_SHIFT 20UL -#define XLPD_SLCR_CCI_QVNPREALLOC_WM2_WIDTH 4UL -#define XLPD_SLCR_CCI_QVNPREALLOC_WM2_MASK 0x00f00000UL -#define XLPD_SLCR_CCI_QVNPREALLOC_WM2_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_QVNPREALLOC_WM1_SHIFT 16UL -#define XLPD_SLCR_CCI_QVNPREALLOC_WM1_WIDTH 4UL -#define XLPD_SLCR_CCI_QVNPREALLOC_WM1_MASK 0x000f0000UL -#define XLPD_SLCR_CCI_QVNPREALLOC_WM1_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_QVNPREALLOC_RM2_SHIFT 8UL -#define XLPD_SLCR_CCI_QVNPREALLOC_RM2_WIDTH 4UL -#define XLPD_SLCR_CCI_QVNPREALLOC_RM2_MASK 0x00000f00UL -#define XLPD_SLCR_CCI_QVNPREALLOC_RM2_DEFVAL 0x3UL - -#define XLPD_SLCR_CCI_QVNPREALLOC_RM1_SHIFT 4UL -#define XLPD_SLCR_CCI_QVNPREALLOC_RM1_WIDTH 4UL -#define XLPD_SLCR_CCI_QVNPREALLOC_RM1_MASK 0x000000f0UL -#define XLPD_SLCR_CCI_QVNPREALLOC_RM1_DEFVAL 0x3UL - -/** - * Register: XlpdSlcrSmmu - */ -#define XLPD_SLCR_SMMU ( ( XLPD_SLCR_BASEADDR ) + 0x0000A020UL ) -#define XLPD_SLCR_SMMU_RSTVAL 0x0000003fUL - -#define XLPD_SLCR_SMMU_INTG_SEC_OVRRDE_SHIFT 7UL -#define XLPD_SLCR_SMMU_INTG_SEC_OVRRDE_WIDTH 1UL -#define XLPD_SLCR_SMMU_INTG_SEC_OVRRDE_MASK 0x00000080UL -#define XLPD_SLCR_SMMU_INTG_SEC_OVRRDE_DEFVAL 0x0UL - -#define XLPD_SLCR_SMMU_CTTW_SHIFT 6UL -#define XLPD_SLCR_SMMU_CTTW_WIDTH 1UL -#define XLPD_SLCR_SMMU_CTTW_MASK 0x00000040UL -#define XLPD_SLCR_SMMU_CTTW_DEFVAL 0x0UL - -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU5_SHIFT 5UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU5_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU5_MASK 0x00000020UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU5_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU4_SHIFT 4UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU4_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU4_MASK 0x00000010UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU4_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU3_SHIFT 3UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU3_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU3_MASK 0x00000008UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU3_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU2_SHIFT 2UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU2_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU2_MASK 0x00000004UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU2_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU1_SHIFT 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU1_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU1_MASK 0x00000002UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU1_DEFVAL 0x1UL - -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU0_SHIFT 0UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU0_WIDTH 1UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU0_MASK 0x00000001UL -#define XLPD_SLCR_SMMU_SYSBARDIS_TBU0_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrApu - */ -#define XLPD_SLCR_APU ( ( XLPD_SLCR_BASEADDR ) + 0x0000A040UL ) -#define XLPD_SLCR_APU_RSTVAL 0x00000001UL - -#define XLPD_SLCR_APU_BRDC_BARRIER_SHIFT 3UL -#define XLPD_SLCR_APU_BRDC_BARRIER_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_BARRIER_MASK 0x00000008UL -#define XLPD_SLCR_APU_BRDC_BARRIER_DEFVAL 0x0UL - -#define XLPD_SLCR_APU_BRDC_CMNT_SHIFT 2UL -#define XLPD_SLCR_APU_BRDC_CMNT_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_CMNT_MASK 0x00000004UL -#define XLPD_SLCR_APU_BRDC_CMNT_DEFVAL 0x0UL - -#define XLPD_SLCR_APU_BRDC_INNER_SHIFT 1UL -#define XLPD_SLCR_APU_BRDC_INNER_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_INNER_MASK 0x00000002UL -#define XLPD_SLCR_APU_BRDC_INNER_DEFVAL 0x0UL - -#define XLPD_SLCR_APU_BRDC_OUTER_SHIFT 0UL -#define XLPD_SLCR_APU_BRDC_OUTER_WIDTH 1UL -#define XLPD_SLCR_APU_BRDC_OUTER_MASK 0x00000001UL -#define XLPD_SLCR_APU_BRDC_OUTER_DEFVAL 0x1UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_SLCR_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_slcr_secure.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_slcr_secure.h deleted file mode 100644 index ddee308..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_slcr_secure.h +++ /dev/null @@ -1,152 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_SLCR_SECURE_H__ -#define __XLPD_SLCR_SECURE_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdSlcrSecure Base Address - */ -#define XLPD_SLCR_SECURE_BASEADDR 0xFF4B0000UL - -/** - * Register: XlpdSlcrSecCtrl - */ -#define XLPD_SLCR_SEC_CTRL ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000004UL ) -#define XLPD_SLCR_SEC_CTRL_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_CTRL_SLVERR_EN_SHIFT 0UL -#define XLPD_SLCR_SEC_CTRL_SLVERR_EN_WIDTH 1UL -#define XLPD_SLCR_SEC_CTRL_SLVERR_EN_MASK 0x00000001UL -#define XLPD_SLCR_SEC_CTRL_SLVERR_EN_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecIsr - */ -#define XLPD_SLCR_SEC_ISR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000008UL ) -#define XLPD_SLCR_SEC_ISR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_ISR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_SEC_ISR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_SEC_ISR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SEC_ISR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecImr - */ -#define XLPD_SLCR_SEC_IMR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x0000000CUL ) -#define XLPD_SLCR_SEC_IMR_RSTVAL 0x00000001UL - -#define XLPD_SLCR_SEC_IMR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_SEC_IMR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_SEC_IMR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SEC_IMR_ADDR_DECD_ERR_DEFVAL 0x1UL - -/** - * Register: XlpdSlcrSecIer - */ -#define XLPD_SLCR_SEC_IER ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000010UL ) -#define XLPD_SLCR_SEC_IER_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_IER_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_SEC_IER_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_SEC_IER_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SEC_IER_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecIdr - */ -#define XLPD_SLCR_SEC_IDR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000014UL ) -#define XLPD_SLCR_SEC_IDR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_IDR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_SEC_IDR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_SEC_IDR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SEC_IDR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecItr - */ -#define XLPD_SLCR_SEC_ITR ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000018UL ) -#define XLPD_SLCR_SEC_ITR_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_ITR_ADDR_DECD_ERR_SHIFT 0UL -#define XLPD_SLCR_SEC_ITR_ADDR_DECD_ERR_WIDTH 1UL -#define XLPD_SLCR_SEC_ITR_ADDR_DECD_ERR_MASK 0x00000001UL -#define XLPD_SLCR_SEC_ITR_ADDR_DECD_ERR_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecRpu - */ -#define XLPD_SLCR_SEC_RPU ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000020UL ) -#define XLPD_SLCR_SEC_RPU_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_RPU_TZ_R5_1_SHIFT 1UL -#define XLPD_SLCR_SEC_RPU_TZ_R5_1_WIDTH 1UL -#define XLPD_SLCR_SEC_RPU_TZ_R5_1_MASK 0x00000002UL -#define XLPD_SLCR_SEC_RPU_TZ_R5_1_DEFVAL 0x0UL - -#define XLPD_SLCR_SEC_RPU_TZ_R5_0_SHIFT 0UL -#define XLPD_SLCR_SEC_RPU_TZ_R5_0_WIDTH 1UL -#define XLPD_SLCR_SEC_RPU_TZ_R5_0_MASK 0x00000001UL -#define XLPD_SLCR_SEC_RPU_TZ_R5_0_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecAdma - */ -#define XLPD_SLCR_SEC_ADMA ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000024UL ) -#define XLPD_SLCR_SEC_ADMA_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_ADMA_TZ_SHIFT 0UL -#define XLPD_SLCR_SEC_ADMA_TZ_WIDTH 8UL -#define XLPD_SLCR_SEC_ADMA_TZ_MASK 0x000000ffUL -#define XLPD_SLCR_SEC_ADMA_TZ_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecSafetyChk - */ -#define XLPD_SLCR_SEC_SAFETY_CHK ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000030UL ) -#define XLPD_SLCR_SEC_SAFETY_CHK_RSTVAL 0x00000000UL - -#define XLPD_SLCR_SEC_SAFETY_CHK_VAL_SHIFT 0UL -#define XLPD_SLCR_SEC_SAFETY_CHK_VAL_WIDTH 32UL -#define XLPD_SLCR_SEC_SAFETY_CHK_VAL_MASK 0xffffffffUL -#define XLPD_SLCR_SEC_SAFETY_CHK_VAL_DEFVAL 0x0UL - -/** - * Register: XlpdSlcrSecUsb - */ -#define XLPD_SLCR_SEC_USB ( ( XLPD_SLCR_SECURE_BASEADDR ) + 0x00000034UL ) -#define XLPD_SLCR_SEC_USB_RSTVAL 0x00000003UL - -#define XLPD_SLCR_SEC_USB_TZ_USB3_1_SHIFT 1UL -#define XLPD_SLCR_SEC_USB_TZ_USB3_1_WIDTH 1UL -#define XLPD_SLCR_SEC_USB_TZ_USB3_1_MASK 0x00000002UL -#define XLPD_SLCR_SEC_USB_TZ_USB3_1_DEFVAL 0x1UL - -#define XLPD_SLCR_SEC_USB_TZ_USB3_0_SHIFT 0UL -#define XLPD_SLCR_SEC_USB_TZ_USB3_0_WIDTH 1UL -#define XLPD_SLCR_SEC_USB_TZ_USB3_0_MASK 0x00000001UL -#define XLPD_SLCR_SEC_USB_TZ_USB3_0_DEFVAL 0x1UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_SLCR_SECURE_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_xppu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_xppu.h deleted file mode 100644 index 8203aeb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_xppu.h +++ /dev/null @@ -1,869 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_XPPU_H__ -#define __XLPD_XPPU_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdXppu Base Address - */ -#define XLPD_XPPU_BASEADDR 0xFF980000UL - -/** - * Register: XlpdXppuCtrl - */ -#define XLPD_XPPU_CTRL ( ( XLPD_XPPU_BASEADDR ) + 0x00000000UL ) -#define XLPD_XPPU_CTRL_RSTVAL 0x00000000UL - -#define XLPD_XPPU_CTRL_APER_PARITY_EN_SHIFT 2UL -#define XLPD_XPPU_CTRL_APER_PARITY_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_APER_PARITY_EN_MASK 0x00000004UL -#define XLPD_XPPU_CTRL_APER_PARITY_EN_DEFVAL 0x0UL - -#define XLPD_XPPU_CTRL_MID_PARITY_EN_SHIFT 1UL -#define XLPD_XPPU_CTRL_MID_PARITY_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_MID_PARITY_EN_MASK 0x00000002UL -#define XLPD_XPPU_CTRL_MID_PARITY_EN_DEFVAL 0x0UL - -#define XLPD_XPPU_CTRL_EN_SHIFT 0UL -#define XLPD_XPPU_CTRL_EN_WIDTH 1UL -#define XLPD_XPPU_CTRL_EN_MASK 0x00000001UL -#define XLPD_XPPU_CTRL_EN_DEFVAL 0x0UL - -/** - * Register: XlpdXppuErrSts1 - */ -#define XLPD_XPPU_ERR_STS1 ( ( XLPD_XPPU_BASEADDR ) + 0x00000004UL ) -#define XLPD_XPPU_ERR_STS1_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XlpdXppuErrSts2 - */ -#define XLPD_XPPU_ERR_STS2 ( ( XLPD_XPPU_BASEADDR ) + 0x00000008UL ) -#define XLPD_XPPU_ERR_STS2_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ERR_STS2_AXI_ID_SHIFT 0UL -#define XLPD_XPPU_ERR_STS2_AXI_ID_WIDTH 16UL -#define XLPD_XPPU_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XLPD_XPPU_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuPoison - */ -#define XLPD_XPPU_POISON ( ( XLPD_XPPU_BASEADDR ) + 0x0000000CUL ) -#define XLPD_XPPU_POISON_RSTVAL 0x00000000UL - -#define XLPD_XPPU_POISON_BASE_SHIFT 0UL -#define XLPD_XPPU_POISON_BASE_WIDTH 20UL -#define XLPD_XPPU_POISON_BASE_MASK 0x000fffffUL -#define XLPD_XPPU_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XlpdXppuIsr - */ -#define XLPD_XPPU_ISR ( ( XLPD_XPPU_BASEADDR ) + 0x00000010UL ) -#define XLPD_XPPU_ISR_RSTVAL 0x00000000UL - -#define XLPD_XPPU_ISR_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_ISR_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_ISR_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_ISR_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_ISR_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_ISR_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_ISR_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_ISR_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_ISR_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_ISR_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_ISR_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_ISR_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_ISR_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_MID_RO_SHIFT 2UL -#define XLPD_XPPU_ISR_MID_RO_WIDTH 1UL -#define XLPD_XPPU_ISR_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_ISR_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_ISR_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_ISR_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_ISR_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_ISR_INV_APB_SHIFT 0UL -#define XLPD_XPPU_ISR_INV_APB_WIDTH 1UL -#define XLPD_XPPU_ISR_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuImr - */ -#define XLPD_XPPU_IMR ( ( XLPD_XPPU_BASEADDR ) + 0x00000014UL ) -#define XLPD_XPPU_IMR_RSTVAL 0x000000efUL - -#define XLPD_XPPU_IMR_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_IMR_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_IMR_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_IMR_APER_PARITY_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_IMR_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_IMR_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_IMR_APER_TZ_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_IMR_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_IMR_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_IMR_APER_PERM_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_IMR_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_IMR_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_IMR_MID_PARITY_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_MID_RO_SHIFT 2UL -#define XLPD_XPPU_IMR_MID_RO_WIDTH 1UL -#define XLPD_XPPU_IMR_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_IMR_MID_RO_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_IMR_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_IMR_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_IMR_MID_MISS_DEFVAL 0x1UL - -#define XLPD_XPPU_IMR_INV_APB_SHIFT 0UL -#define XLPD_XPPU_IMR_INV_APB_WIDTH 1UL -#define XLPD_XPPU_IMR_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XlpdXppuIen - */ -#define XLPD_XPPU_IEN ( ( XLPD_XPPU_BASEADDR ) + 0x00000018UL ) -#define XLPD_XPPU_IEN_RSTVAL 0x00000000UL - -#define XLPD_XPPU_IEN_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_IEN_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_IEN_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_IEN_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_IEN_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_IEN_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_IEN_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_IEN_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_IEN_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_IEN_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_IEN_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_IEN_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_IEN_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_MID_RO_SHIFT 2UL -#define XLPD_XPPU_IEN_MID_RO_WIDTH 1UL -#define XLPD_XPPU_IEN_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_IEN_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_IEN_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_IEN_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_IEN_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_IEN_INV_APB_SHIFT 0UL -#define XLPD_XPPU_IEN_INV_APB_WIDTH 1UL -#define XLPD_XPPU_IEN_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuIds - */ -#define XLPD_XPPU_IDS ( ( XLPD_XPPU_BASEADDR ) + 0x0000001CUL ) -#define XLPD_XPPU_IDS_RSTVAL 0x00000000UL - -#define XLPD_XPPU_IDS_APER_PARITY_SHIFT 7UL -#define XLPD_XPPU_IDS_APER_PARITY_WIDTH 1UL -#define XLPD_XPPU_IDS_APER_PARITY_MASK 0x00000080UL -#define XLPD_XPPU_IDS_APER_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_APER_TZ_SHIFT 6UL -#define XLPD_XPPU_IDS_APER_TZ_WIDTH 1UL -#define XLPD_XPPU_IDS_APER_TZ_MASK 0x00000040UL -#define XLPD_XPPU_IDS_APER_TZ_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_APER_PERM_SHIFT 5UL -#define XLPD_XPPU_IDS_APER_PERM_WIDTH 1UL -#define XLPD_XPPU_IDS_APER_PERM_MASK 0x00000020UL -#define XLPD_XPPU_IDS_APER_PERM_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_MID_PARITY_SHIFT 3UL -#define XLPD_XPPU_IDS_MID_PARITY_WIDTH 1UL -#define XLPD_XPPU_IDS_MID_PARITY_MASK 0x00000008UL -#define XLPD_XPPU_IDS_MID_PARITY_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_MID_RO_SHIFT 2UL -#define XLPD_XPPU_IDS_MID_RO_WIDTH 1UL -#define XLPD_XPPU_IDS_MID_RO_MASK 0x00000004UL -#define XLPD_XPPU_IDS_MID_RO_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_MID_MISS_SHIFT 1UL -#define XLPD_XPPU_IDS_MID_MISS_WIDTH 1UL -#define XLPD_XPPU_IDS_MID_MISS_MASK 0x00000002UL -#define XLPD_XPPU_IDS_MID_MISS_DEFVAL 0x0UL - -#define XLPD_XPPU_IDS_INV_APB_SHIFT 0UL -#define XLPD_XPPU_IDS_INV_APB_WIDTH 1UL -#define XLPD_XPPU_IDS_INV_APB_MASK 0x00000001UL -#define XLPD_XPPU_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMMstrIds - */ -#define XLPD_XPPU_M_MSTR_IDS ( ( XLPD_XPPU_BASEADDR ) + 0x0000003CUL ) -#define XLPD_XPPU_M_MSTR_IDS_RSTVAL 0x00000014UL - -#define XLPD_XPPU_M_MSTR_IDS_NO_SHIFT 0UL -#define XLPD_XPPU_M_MSTR_IDS_NO_WIDTH 32UL -#define XLPD_XPPU_M_MSTR_IDS_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_MSTR_IDS_NO_DEFVAL 0x14UL - -/** - * Register: XlpdXppuMAperture32b - */ -#define XLPD_XPPU_M_APERTURE_32B ( ( XLPD_XPPU_BASEADDR ) + 0x00000040UL ) -#define XLPD_XPPU_M_APERTURE_32B_RSTVAL 0x00000080UL - -#define XLPD_XPPU_M_APERTURE_32B_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_32B_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_32B_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_32B_NO_DEFVAL 0x80UL - -/** - * Register: XlpdXppuMAperture64kb - */ -#define XLPD_XPPU_M_APERTURE_64KB ( ( XLPD_XPPU_BASEADDR ) + 0x00000044UL ) -#define XLPD_XPPU_M_APERTURE_64KB_RSTVAL 0x00000100UL - -#define XLPD_XPPU_M_APERTURE_64KB_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_64KB_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_64KB_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_64KB_NO_DEFVAL 0x100UL - -/** - * Register: XlpdXppuMAperture1mb - */ -#define XLPD_XPPU_M_APERTURE_1MB ( ( XLPD_XPPU_BASEADDR ) + 0x00000048UL ) -#define XLPD_XPPU_M_APERTURE_1MB_RSTVAL 0x00000010UL - -#define XLPD_XPPU_M_APERTURE_1MB_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_1MB_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_1MB_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_1MB_NO_DEFVAL 0x10UL - -/** - * Register: XlpdXppuMAperture512mb - */ -#define XLPD_XPPU_M_APERTURE_512MB ( ( XLPD_XPPU_BASEADDR ) + 0x0000004CUL ) -#define XLPD_XPPU_M_APERTURE_512MB_RSTVAL 0x00000001UL - -#define XLPD_XPPU_M_APERTURE_512MB_NO_SHIFT 0UL -#define XLPD_XPPU_M_APERTURE_512MB_NO_WIDTH 32UL -#define XLPD_XPPU_M_APERTURE_512MB_NO_MASK 0xffffffffUL -#define XLPD_XPPU_M_APERTURE_512MB_NO_DEFVAL 0x1UL - -/** - * Register: XlpdXppuBase32b - */ -#define XLPD_XPPU_BASE_32B ( ( XLPD_XPPU_BASEADDR ) + 0x00000050UL ) -#define XLPD_XPPU_BASE_32B_RSTVAL 0xff990000UL - -#define XLPD_XPPU_BASE_32B_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_32B_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_32B_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_32B_ADDR_DEFVAL 0xff990000UL - -/** - * Register: XlpdXppuBase64kb - */ -#define XLPD_XPPU_BASE_64KB ( ( XLPD_XPPU_BASEADDR ) + 0x00000054UL ) -#define XLPD_XPPU_BASE_64KB_RSTVAL 0xff000000UL - -#define XLPD_XPPU_BASE_64KB_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_64KB_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_64KB_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_64KB_ADDR_DEFVAL 0xff000000UL - -/** - * Register: XlpdXppuBase1mb - */ -#define XLPD_XPPU_BASE_1MB ( ( XLPD_XPPU_BASEADDR ) + 0x00000058UL ) -#define XLPD_XPPU_BASE_1MB_RSTVAL 0xfe000000UL - -#define XLPD_XPPU_BASE_1MB_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_1MB_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_1MB_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_1MB_ADDR_DEFVAL 0xfe000000UL - -/** - * Register: XlpdXppuBase512mb - */ -#define XLPD_XPPU_BASE_512MB ( ( XLPD_XPPU_BASEADDR ) + 0x0000005CUL ) -#define XLPD_XPPU_BASE_512MB_RSTVAL 0xc0000000UL - -#define XLPD_XPPU_BASE_512MB_ADDR_SHIFT 0UL -#define XLPD_XPPU_BASE_512MB_ADDR_WIDTH 32UL -#define XLPD_XPPU_BASE_512MB_ADDR_MASK 0xffffffffUL -#define XLPD_XPPU_BASE_512MB_ADDR_DEFVAL 0xc0000000UL - -/** - * Register: XlpdXppuMstrId00 - */ -#define XLPD_XPPU_MSTR_ID00 ( ( XLPD_XPPU_BASEADDR ) + 0x00000100UL ) -#define XLPD_XPPU_MSTR_ID00_RSTVAL 0x83ff0040UL - -#define XLPD_XPPU_MSTR_ID00_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID00_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID00_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID00_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MSTR_ID00_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID00_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID00_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID00_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID00_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID00_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID00_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID00_MIDM_DEFVAL 0x3ffUL - -#define XLPD_XPPU_MSTR_ID00_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID00_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID00_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID00_MID_DEFVAL 0x40UL - -/** - * Register: XlpdXppuMstrId01 - */ -#define XLPD_XPPU_MSTR_ID01 ( ( XLPD_XPPU_BASEADDR ) + 0x00000104UL ) -#define XLPD_XPPU_MSTR_ID01_RSTVAL 0x03f00000UL - -#define XLPD_XPPU_MSTR_ID01_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID01_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID01_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID01_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID01_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID01_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID01_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID01_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID01_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID01_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID01_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID01_MIDM_DEFVAL 0x3f0UL - -#define XLPD_XPPU_MSTR_ID01_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID01_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID01_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID01_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId02 - */ -#define XLPD_XPPU_MSTR_ID02 ( ( XLPD_XPPU_BASEADDR ) + 0x00000108UL ) -#define XLPD_XPPU_MSTR_ID02_RSTVAL 0x83f00010UL - -#define XLPD_XPPU_MSTR_ID02_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID02_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID02_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID02_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MSTR_ID02_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID02_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID02_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID02_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID02_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID02_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID02_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID02_MIDM_DEFVAL 0x3f0UL - -#define XLPD_XPPU_MSTR_ID02_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID02_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID02_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID02_MID_DEFVAL 0x10UL - -/** - * Register: XlpdXppuMstrId03 - */ -#define XLPD_XPPU_MSTR_ID03 ( ( XLPD_XPPU_BASEADDR ) + 0x0000010CUL ) -#define XLPD_XPPU_MSTR_ID03_RSTVAL 0x83c00080UL - -#define XLPD_XPPU_MSTR_ID03_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID03_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID03_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID03_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MSTR_ID03_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID03_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID03_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID03_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID03_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID03_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID03_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID03_MIDM_DEFVAL 0x3c0UL - -#define XLPD_XPPU_MSTR_ID03_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID03_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID03_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID03_MID_DEFVAL 0x80UL - -/** - * Register: XlpdXppuMstrId04 - */ -#define XLPD_XPPU_MSTR_ID04 ( ( XLPD_XPPU_BASEADDR ) + 0x00000110UL ) -#define XLPD_XPPU_MSTR_ID04_RSTVAL 0x83c30080UL - -#define XLPD_XPPU_MSTR_ID04_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID04_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID04_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID04_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MSTR_ID04_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID04_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID04_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID04_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID04_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID04_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID04_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID04_MIDM_DEFVAL 0x3c3UL - -#define XLPD_XPPU_MSTR_ID04_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID04_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID04_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID04_MID_DEFVAL 0x80UL - -/** - * Register: XlpdXppuMstrId05 - */ -#define XLPD_XPPU_MSTR_ID05 ( ( XLPD_XPPU_BASEADDR ) + 0x00000114UL ) -#define XLPD_XPPU_MSTR_ID05_RSTVAL 0x03c30081UL - -#define XLPD_XPPU_MSTR_ID05_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID05_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID05_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID05_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID05_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID05_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID05_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID05_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID05_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID05_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID05_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID05_MIDM_DEFVAL 0x3c3UL - -#define XLPD_XPPU_MSTR_ID05_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID05_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID05_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID05_MID_DEFVAL 0x81UL - -/** - * Register: XlpdXppuMstrId06 - */ -#define XLPD_XPPU_MSTR_ID06 ( ( XLPD_XPPU_BASEADDR ) + 0x00000118UL ) -#define XLPD_XPPU_MSTR_ID06_RSTVAL 0x03c30082UL - -#define XLPD_XPPU_MSTR_ID06_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID06_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID06_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID06_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID06_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID06_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID06_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID06_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID06_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID06_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID06_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID06_MIDM_DEFVAL 0x3c3UL - -#define XLPD_XPPU_MSTR_ID06_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID06_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID06_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID06_MID_DEFVAL 0x82UL - -/** - * Register: XlpdXppuMstrId07 - */ -#define XLPD_XPPU_MSTR_ID07 ( ( XLPD_XPPU_BASEADDR ) + 0x0000011CUL ) -#define XLPD_XPPU_MSTR_ID07_RSTVAL 0x83c30083UL - -#define XLPD_XPPU_MSTR_ID07_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID07_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID07_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID07_MIDP_DEFVAL 0x1UL - -#define XLPD_XPPU_MSTR_ID07_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID07_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID07_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID07_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID07_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID07_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID07_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID07_MIDM_DEFVAL 0x3c3UL - -#define XLPD_XPPU_MSTR_ID07_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID07_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID07_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID07_MID_DEFVAL 0x83UL - -/** - * Register: XlpdXppuMstrId08 - */ -#define XLPD_XPPU_MSTR_ID08 ( ( XLPD_XPPU_BASEADDR ) + 0x00000120UL ) -#define XLPD_XPPU_MSTR_ID08_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID08_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID08_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID08_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID08_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID08_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID08_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID08_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID08_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID08_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID08_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID08_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID08_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID08_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID08_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID08_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID08_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId09 - */ -#define XLPD_XPPU_MSTR_ID09 ( ( XLPD_XPPU_BASEADDR ) + 0x00000124UL ) -#define XLPD_XPPU_MSTR_ID09_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID09_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID09_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID09_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID09_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID09_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID09_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID09_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID09_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID09_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID09_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID09_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID09_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID09_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID09_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID09_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID09_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId10 - */ -#define XLPD_XPPU_MSTR_ID10 ( ( XLPD_XPPU_BASEADDR ) + 0x00000128UL ) -#define XLPD_XPPU_MSTR_ID10_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID10_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID10_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID10_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID10_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID10_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID10_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID10_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID10_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID10_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID10_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID10_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID10_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID10_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID10_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID10_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID10_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId11 - */ -#define XLPD_XPPU_MSTR_ID11 ( ( XLPD_XPPU_BASEADDR ) + 0x0000012CUL ) -#define XLPD_XPPU_MSTR_ID11_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID11_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID11_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID11_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID11_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID11_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID11_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID11_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID11_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID11_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID11_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID11_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID11_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID11_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID11_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID11_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID11_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId12 - */ -#define XLPD_XPPU_MSTR_ID12 ( ( XLPD_XPPU_BASEADDR ) + 0x00000130UL ) -#define XLPD_XPPU_MSTR_ID12_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID12_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID12_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID12_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID12_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID12_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID12_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID12_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID12_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID12_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID12_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID12_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID12_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID12_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID12_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID12_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID12_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId13 - */ -#define XLPD_XPPU_MSTR_ID13 ( ( XLPD_XPPU_BASEADDR ) + 0x00000134UL ) -#define XLPD_XPPU_MSTR_ID13_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID13_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID13_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID13_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID13_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID13_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID13_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID13_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID13_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID13_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID13_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID13_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID13_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID13_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID13_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID13_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID13_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId14 - */ -#define XLPD_XPPU_MSTR_ID14 ( ( XLPD_XPPU_BASEADDR ) + 0x00000138UL ) -#define XLPD_XPPU_MSTR_ID14_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID14_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID14_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID14_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID14_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID14_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID14_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID14_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID14_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID14_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID14_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID14_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID14_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID14_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID14_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID14_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID14_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId15 - */ -#define XLPD_XPPU_MSTR_ID15 ( ( XLPD_XPPU_BASEADDR ) + 0x0000013CUL ) -#define XLPD_XPPU_MSTR_ID15_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID15_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID15_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID15_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID15_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID15_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID15_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID15_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID15_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID15_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID15_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID15_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID15_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID15_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID15_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID15_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID15_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId16 - */ -#define XLPD_XPPU_MSTR_ID16 ( ( XLPD_XPPU_BASEADDR ) + 0x00000140UL ) -#define XLPD_XPPU_MSTR_ID16_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID16_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID16_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID16_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID16_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID16_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID16_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID16_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID16_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID16_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID16_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID16_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID16_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID16_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID16_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID16_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID16_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId17 - */ -#define XLPD_XPPU_MSTR_ID17 ( ( XLPD_XPPU_BASEADDR ) + 0x00000144UL ) -#define XLPD_XPPU_MSTR_ID17_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID17_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID17_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID17_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID17_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID17_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID17_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID17_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID17_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID17_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID17_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID17_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID17_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID17_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID17_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID17_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID17_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId18 - */ -#define XLPD_XPPU_MSTR_ID18 ( ( XLPD_XPPU_BASEADDR ) + 0x00000148UL ) -#define XLPD_XPPU_MSTR_ID18_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID18_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID18_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID18_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID18_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID18_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID18_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID18_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID18_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID18_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID18_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID18_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID18_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID18_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID18_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID18_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID18_MID_DEFVAL 0x0UL - -/** - * Register: XlpdXppuMstrId19 - */ -#define XLPD_XPPU_MSTR_ID19 ( ( XLPD_XPPU_BASEADDR ) + 0x0000014CUL ) -#define XLPD_XPPU_MSTR_ID19_RSTVAL 0x00000000UL - -#define XLPD_XPPU_MSTR_ID19_MIDP_SHIFT 31UL -#define XLPD_XPPU_MSTR_ID19_MIDP_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID19_MIDP_MASK 0x80000000UL -#define XLPD_XPPU_MSTR_ID19_MIDP_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID19_MIDR_SHIFT 30UL -#define XLPD_XPPU_MSTR_ID19_MIDR_WIDTH 1UL -#define XLPD_XPPU_MSTR_ID19_MIDR_MASK 0x40000000UL -#define XLPD_XPPU_MSTR_ID19_MIDR_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID19_MIDM_SHIFT 16UL -#define XLPD_XPPU_MSTR_ID19_MIDM_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID19_MIDM_MASK 0x03ff0000UL -#define XLPD_XPPU_MSTR_ID19_MIDM_DEFVAL 0x0UL - -#define XLPD_XPPU_MSTR_ID19_MID_SHIFT 0UL -#define XLPD_XPPU_MSTR_ID19_MID_WIDTH 10UL -#define XLPD_XPPU_MSTR_ID19_MID_MASK 0x000003ffUL -#define XLPD_XPPU_MSTR_ID19_MID_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_XPPU_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_xppu_sink.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_xppu_sink.h deleted file mode 100644 index 2c32839..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xlpd_xppu_sink.h +++ /dev/null @@ -1,92 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XLPD_XPPU_SINK_H__ -#define __XLPD_XPPU_SINK_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XlpdXppuSink Base Address - */ -#define XLPD_XPPU_SINK_BASEADDR 0xFF9C0000UL - -/** - * Register: XlpdXppuSinkErrSts - */ -#define XLPD_XPPU_SINK_ERR_STS ( ( XLPD_XPPU_SINK_BASEADDR ) + 0x0000FF00UL ) -#define XLPD_XPPU_SINK_ERR_STS_RSTVAL 0x00000000UL - -#define XLPD_XPPU_SINK_ERR_STS_RDWR_SHIFT 31UL -#define XLPD_XPPU_SINK_ERR_STS_RDWR_WIDTH 1UL -#define XLPD_XPPU_SINK_ERR_STS_RDWR_MASK 0x80000000UL -#define XLPD_XPPU_SINK_ERR_STS_RDWR_DEFVAL 0x0UL - -#define XLPD_XPPU_SINK_ERR_STS_ADDR_SHIFT 0UL -#define XLPD_XPPU_SINK_ERR_STS_ADDR_WIDTH 12UL -#define XLPD_XPPU_SINK_ERR_STS_ADDR_MASK 0x00000fffUL -#define XLPD_XPPU_SINK_ERR_STS_ADDR_DEFVAL 0x0UL - -/** - * Register: XlpdXppuSinkIsr - */ -#define XLPD_XPPU_SINK_ISR ( ( XLPD_XPPU_SINK_BASEADDR ) + 0x0000FF10UL ) -#define XLPD_XPPU_SINK_ISR_RSTVAL 0x00000000UL - -#define XLPD_XPPU_SINK_ISRADDRDECDERR_SHIFT 0UL -#define XLPD_XPPU_SINK_ISRADDRDECDERR_WIDTH 1UL -#define XLPD_XPPU_SINK_ISRADDRDECDERR_MASK 0x00000001UL -#define XLPD_XPPU_SINK_ISRADDRDECDERR_DEFVAL 0x0UL - -/** - * Register: XlpdXppuSinkImr - */ -#define XLPD_XPPU_SINK_IMR ( ( XLPD_XPPU_SINK_BASEADDR ) + 0x0000FF14UL ) -#define XLPD_XPPU_SINK_IMR_RSTVAL 0x00000001UL - -#define XLPD_XPPU_SINK_IMRADDRDECDERR_SHIFT 0UL -#define XLPD_XPPU_SINK_IMRADDRDECDERR_WIDTH 1UL -#define XLPD_XPPU_SINK_IMRADDRDECDERR_MASK 0x00000001UL -#define XLPD_XPPU_SINK_IMRADDRDECDERR_DEFVAL 0x1UL - -/** - * Register: XlpdXppuSinkIer - */ -#define XLPD_XPPU_SINK_IER ( ( XLPD_XPPU_SINK_BASEADDR ) + 0x0000FF18UL ) -#define XLPD_XPPU_SINK_IER_RSTVAL 0x00000000UL - -#define XLPD_XPPU_SINK_IERADDRDECDERR_SHIFT 0UL -#define XLPD_XPPU_SINK_IERADDRDECDERR_WIDTH 1UL -#define XLPD_XPPU_SINK_IERADDRDECDERR_MASK 0x00000001UL -#define XLPD_XPPU_SINK_IERADDRDECDERR_DEFVAL 0x0UL - -/** - * Register: XlpdXppuSinkIdr - */ -#define XLPD_XPPU_SINK_IDR ( ( XLPD_XPPU_SINK_BASEADDR ) + 0x0000FF1CUL ) -#define XLPD_XPPU_SINK_IDR_RSTVAL 0x00000000UL - -#define XLPD_XPPU_SINK_IDRADDRDECDERR_SHIFT 0UL -#define XLPD_XPPU_SINK_IDRADDRDECDERR_WIDTH 1UL -#define XLPD_XPPU_SINK_IDRADDRDECDERR_MASK 0x00000001UL -#define XLPD_XPPU_SINK_IDRADDRDECDERR_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XLPD_XPPU_SINK_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xocm_xmpu_cfg.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xocm_xmpu_cfg.h deleted file mode 100644 index a28187e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/ARMv8/includes_ps/platform/ZynqMP/xocm_xmpu_cfg.h +++ /dev/null @@ -1,1315 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#ifndef __XOCM_XMPU_CFG_H__ -#define __XOCM_XMPU_CFG_H__ - - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -/** - * XocmXmpuCfg Base Address - */ -#define XOCM_XMPU_CFG_BASEADDR 0xFFA70000UL - -/** - * Register: XocmXmpuCfgCtrl - */ -#define XOCM_XMPU_CFG_CTRL ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000000UL ) -#define XOCM_XMPU_CFG_CTRL_RSTVAL 0x00000003UL - -#define XOCM_XMPU_CFG_CTRL_ALIGNCFG_SHIFT 3UL -#define XOCM_XMPU_CFG_CTRL_ALIGNCFG_WIDTH 1UL -#define XOCM_XMPU_CFG_CTRL_ALIGNCFG_MASK 0x00000008UL -#define XOCM_XMPU_CFG_CTRL_ALIGNCFG_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_CTRL_POISONCFG_SHIFT 2UL -#define XOCM_XMPU_CFG_CTRL_POISONCFG_WIDTH 1UL -#define XOCM_XMPU_CFG_CTRL_POISONCFG_MASK 0x00000004UL -#define XOCM_XMPU_CFG_CTRL_POISONCFG_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_CTRL_DEFWRALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_CTRL_DEFWRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_CTRL_DEFWRALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_CTRL_DEFWRALWD_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_CTRL_DEFRDALWD_SHIFT 0UL -#define XOCM_XMPU_CFG_CTRL_DEFRDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_CTRL_DEFRDALWD_MASK 0x00000001UL -#define XOCM_XMPU_CFG_CTRL_DEFRDALWD_DEFVAL 0x1UL - -/** - * Register: XocmXmpuCfgErrSts1 - */ -#define XOCM_XMPU_CFG_ERR_STS1 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000004UL ) -#define XOCM_XMPU_CFG_ERR_STS1_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_ERR_STS1_AXI_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_ERR_STS1_AXI_ADDR_WIDTH 32UL -#define XOCM_XMPU_CFG_ERR_STS1_AXI_ADDR_MASK 0xffffffffUL -#define XOCM_XMPU_CFG_ERR_STS1_AXI_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgErrSts2 - */ -#define XOCM_XMPU_CFG_ERR_STS2 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000008UL ) -#define XOCM_XMPU_CFG_ERR_STS2_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_ERR_STS2_AXI_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_ERR_STS2_AXI_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_ERR_STS2_AXI_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_ERR_STS2_AXI_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgPoison - */ -#define XOCM_XMPU_CFG_POISON ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000000CUL ) -#define XOCM_XMPU_CFG_POISON_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_POISON_ATTRIB_SHIFT 20UL -#define XOCM_XMPU_CFG_POISON_ATTRIB_WIDTH 12UL -#define XOCM_XMPU_CFG_POISON_ATTRIB_MASK 0xfff00000UL -#define XOCM_XMPU_CFG_POISON_ATTRIB_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_POISON_BASE_SHIFT 0UL -#define XOCM_XMPU_CFG_POISON_BASE_WIDTH 20UL -#define XOCM_XMPU_CFG_POISON_BASE_MASK 0x000fffffUL -#define XOCM_XMPU_CFG_POISON_BASE_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgIsr - */ -#define XOCM_XMPU_CFG_ISR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000010UL ) -#define XOCM_XMPU_CFG_ISR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_ISR_SECURTYVIO_SHIFT 3UL -#define XOCM_XMPU_CFG_ISR_SECURTYVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_ISR_SECURTYVIO_MASK 0x00000008UL -#define XOCM_XMPU_CFG_ISR_SECURTYVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_ISR_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_CFG_ISR_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_ISR_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_CFG_ISR_WRPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_ISR_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_CFG_ISR_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_ISR_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_CFG_ISR_RDPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_ISR_INV_APB_SHIFT 0UL -#define XOCM_XMPU_CFG_ISR_INV_APB_WIDTH 1UL -#define XOCM_XMPU_CFG_ISR_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_CFG_ISR_INV_APB_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgImr - */ -#define XOCM_XMPU_CFG_IMR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000014UL ) -#define XOCM_XMPU_CFG_IMR_RSTVAL 0x0000000fUL - -#define XOCM_XMPU_CFG_IMR_SECURTYVIO_SHIFT 3UL -#define XOCM_XMPU_CFG_IMR_SECURTYVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IMR_SECURTYVIO_MASK 0x00000008UL -#define XOCM_XMPU_CFG_IMR_SECURTYVIO_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_IMR_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_CFG_IMR_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IMR_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_CFG_IMR_WRPERMVIO_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_IMR_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_CFG_IMR_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IMR_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_CFG_IMR_RDPERMVIO_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_IMR_INV_APB_SHIFT 0UL -#define XOCM_XMPU_CFG_IMR_INV_APB_WIDTH 1UL -#define XOCM_XMPU_CFG_IMR_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_CFG_IMR_INV_APB_DEFVAL 0x1UL - -/** - * Register: XocmXmpuCfgIen - */ -#define XOCM_XMPU_CFG_IEN ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000018UL ) -#define XOCM_XMPU_CFG_IEN_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_IEN_SECURTYVIO_SHIFT 3UL -#define XOCM_XMPU_CFG_IEN_SECURTYVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IEN_SECURTYVIO_MASK 0x00000008UL -#define XOCM_XMPU_CFG_IEN_SECURTYVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_IEN_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_CFG_IEN_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IEN_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_CFG_IEN_WRPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_IEN_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_CFG_IEN_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IEN_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_CFG_IEN_RDPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_IEN_INV_APB_SHIFT 0UL -#define XOCM_XMPU_CFG_IEN_INV_APB_WIDTH 1UL -#define XOCM_XMPU_CFG_IEN_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_CFG_IEN_INV_APB_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgIds - */ -#define XOCM_XMPU_CFG_IDS ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000001CUL ) -#define XOCM_XMPU_CFG_IDS_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_IDS_SECURTYVIO_SHIFT 3UL -#define XOCM_XMPU_CFG_IDS_SECURTYVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IDS_SECURTYVIO_MASK 0x00000008UL -#define XOCM_XMPU_CFG_IDS_SECURTYVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_IDS_WRPERMVIO_SHIFT 2UL -#define XOCM_XMPU_CFG_IDS_WRPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IDS_WRPERMVIO_MASK 0x00000004UL -#define XOCM_XMPU_CFG_IDS_WRPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_IDS_RDPERMVIO_SHIFT 1UL -#define XOCM_XMPU_CFG_IDS_RDPERMVIO_WIDTH 1UL -#define XOCM_XMPU_CFG_IDS_RDPERMVIO_MASK 0x00000002UL -#define XOCM_XMPU_CFG_IDS_RDPERMVIO_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_IDS_INV_APB_SHIFT 0UL -#define XOCM_XMPU_CFG_IDS_INV_APB_WIDTH 1UL -#define XOCM_XMPU_CFG_IDS_INV_APB_MASK 0x00000001UL -#define XOCM_XMPU_CFG_IDS_INV_APB_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgLock - */ -#define XOCM_XMPU_CFG_LOCK ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000020UL ) -#define XOCM_XMPU_CFG_LOCK_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_LOCK_REGWRDIS_SHIFT 0UL -#define XOCM_XMPU_CFG_LOCK_REGWRDIS_WIDTH 1UL -#define XOCM_XMPU_CFG_LOCK_REGWRDIS_MASK 0x00000001UL -#define XOCM_XMPU_CFG_LOCK_REGWRDIS_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR00Strt - */ -#define XOCM_XMPU_CFG_R00_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000100UL ) -#define XOCM_XMPU_CFG_R00_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R00_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R00_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R00_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R00_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR00End - */ -#define XOCM_XMPU_CFG_R00_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000104UL ) -#define XOCM_XMPU_CFG_R00_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R00_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R00_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R00_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R00_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR00Mstr - */ -#define XOCM_XMPU_CFG_R00_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000108UL ) -#define XOCM_XMPU_CFG_R00_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R00_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R00_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R00_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R00_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R00_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R00_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R00_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R00_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR00 - */ -#define XOCM_XMPU_CFG_R00 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000010CUL ) -#define XOCM_XMPU_CFG_R00_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R00_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R00_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R00_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R00_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R00_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R00_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R00_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R00_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R00_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R00_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R00_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R00_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R00_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R00_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R00_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R00_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R00_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R00_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R00_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R00_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR01Strt - */ -#define XOCM_XMPU_CFG_R01_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000110UL ) -#define XOCM_XMPU_CFG_R01_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R01_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R01_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R01_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R01_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR01End - */ -#define XOCM_XMPU_CFG_R01_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000114UL ) -#define XOCM_XMPU_CFG_R01_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R01_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R01_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R01_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R01_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR01Mstr - */ -#define XOCM_XMPU_CFG_R01_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000118UL ) -#define XOCM_XMPU_CFG_R01_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R01_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R01_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R01_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R01_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R01_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R01_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R01_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R01_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR01 - */ -#define XOCM_XMPU_CFG_R01 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000011CUL ) -#define XOCM_XMPU_CFG_R01_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R01_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R01_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R01_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R01_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R01_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R01_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R01_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R01_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R01_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R01_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R01_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R01_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R01_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R01_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R01_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R01_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R01_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R01_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R01_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R01_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR02Strt - */ -#define XOCM_XMPU_CFG_R02_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000120UL ) -#define XOCM_XMPU_CFG_R02_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R02_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R02_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R02_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R02_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR02End - */ -#define XOCM_XMPU_CFG_R02_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000124UL ) -#define XOCM_XMPU_CFG_R02_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R02_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R02_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R02_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R02_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR02Mstr - */ -#define XOCM_XMPU_CFG_R02_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000128UL ) -#define XOCM_XMPU_CFG_R02_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R02_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R02_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R02_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R02_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R02_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R02_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R02_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R02_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR02 - */ -#define XOCM_XMPU_CFG_R02 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000012CUL ) -#define XOCM_XMPU_CFG_R02_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R02_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R02_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R02_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R02_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R02_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R02_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R02_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R02_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R02_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R02_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R02_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R02_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R02_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R02_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R02_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R02_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R02_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R02_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R02_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R02_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR03Strt - */ -#define XOCM_XMPU_CFG_R03_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000130UL ) -#define XOCM_XMPU_CFG_R03_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R03_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R03_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R03_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R03_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR03End - */ -#define XOCM_XMPU_CFG_R03_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000134UL ) -#define XOCM_XMPU_CFG_R03_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R03_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R03_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R03_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R03_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR03Mstr - */ -#define XOCM_XMPU_CFG_R03_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000138UL ) -#define XOCM_XMPU_CFG_R03_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R03_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R03_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R03_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R03_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R03_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R03_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R03_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R03_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR03 - */ -#define XOCM_XMPU_CFG_R03 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000013CUL ) -#define XOCM_XMPU_CFG_R03_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R03_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R03_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R03_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R03_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R03_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R03_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R03_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R03_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R03_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R03_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R03_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R03_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R03_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R03_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R03_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R03_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R03_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R03_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R03_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R03_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR04Strt - */ -#define XOCM_XMPU_CFG_R04_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000140UL ) -#define XOCM_XMPU_CFG_R04_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R04_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R04_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R04_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R04_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR04End - */ -#define XOCM_XMPU_CFG_R04_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000144UL ) -#define XOCM_XMPU_CFG_R04_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R04_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R04_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R04_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R04_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR04Mstr - */ -#define XOCM_XMPU_CFG_R04_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000148UL ) -#define XOCM_XMPU_CFG_R04_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R04_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R04_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R04_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R04_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R04_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R04_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R04_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R04_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR04 - */ -#define XOCM_XMPU_CFG_R04 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000014CUL ) -#define XOCM_XMPU_CFG_R04_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R04_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R04_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R04_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R04_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R04_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R04_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R04_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R04_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R04_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R04_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R04_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R04_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R04_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R04_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R04_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R04_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R04_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R04_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R04_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R04_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR05Strt - */ -#define XOCM_XMPU_CFG_R05_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000150UL ) -#define XOCM_XMPU_CFG_R05_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R05_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R05_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R05_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R05_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR05End - */ -#define XOCM_XMPU_CFG_R05_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000154UL ) -#define XOCM_XMPU_CFG_R05_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R05_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R05_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R05_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R05_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR05Mstr - */ -#define XOCM_XMPU_CFG_R05_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000158UL ) -#define XOCM_XMPU_CFG_R05_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R05_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R05_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R05_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R05_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R05_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R05_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R05_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R05_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR05 - */ -#define XOCM_XMPU_CFG_R05 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000015CUL ) -#define XOCM_XMPU_CFG_R05_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R05_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R05_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R05_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R05_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R05_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R05_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R05_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R05_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R05_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R05_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R05_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R05_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R05_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R05_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R05_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R05_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R05_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R05_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R05_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R05_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR06Strt - */ -#define XOCM_XMPU_CFG_R06_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000160UL ) -#define XOCM_XMPU_CFG_R06_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R06_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R06_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R06_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R06_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR06End - */ -#define XOCM_XMPU_CFG_R06_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000164UL ) -#define XOCM_XMPU_CFG_R06_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R06_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R06_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R06_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R06_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR06Mstr - */ -#define XOCM_XMPU_CFG_R06_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000168UL ) -#define XOCM_XMPU_CFG_R06_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R06_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R06_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R06_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R06_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R06_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R06_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R06_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R06_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR06 - */ -#define XOCM_XMPU_CFG_R06 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000016CUL ) -#define XOCM_XMPU_CFG_R06_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R06_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R06_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R06_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R06_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R06_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R06_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R06_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R06_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R06_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R06_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R06_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R06_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R06_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R06_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R06_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R06_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R06_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R06_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R06_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R06_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR07Strt - */ -#define XOCM_XMPU_CFG_R07_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000170UL ) -#define XOCM_XMPU_CFG_R07_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R07_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R07_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R07_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R07_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR07End - */ -#define XOCM_XMPU_CFG_R07_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000174UL ) -#define XOCM_XMPU_CFG_R07_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R07_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R07_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R07_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R07_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR07Mstr - */ -#define XOCM_XMPU_CFG_R07_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000178UL ) -#define XOCM_XMPU_CFG_R07_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R07_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R07_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R07_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R07_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R07_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R07_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R07_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R07_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR07 - */ -#define XOCM_XMPU_CFG_R07 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000017CUL ) -#define XOCM_XMPU_CFG_R07_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R07_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R07_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R07_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R07_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R07_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R07_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R07_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R07_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R07_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R07_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R07_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R07_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R07_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R07_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R07_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R07_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R07_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R07_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R07_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R07_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR08Strt - */ -#define XOCM_XMPU_CFG_R08_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000180UL ) -#define XOCM_XMPU_CFG_R08_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R08_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R08_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R08_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R08_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR08End - */ -#define XOCM_XMPU_CFG_R08_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000184UL ) -#define XOCM_XMPU_CFG_R08_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R08_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R08_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R08_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R08_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR08Mstr - */ -#define XOCM_XMPU_CFG_R08_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000188UL ) -#define XOCM_XMPU_CFG_R08_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R08_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R08_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R08_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R08_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R08_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R08_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R08_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R08_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR08 - */ -#define XOCM_XMPU_CFG_R08 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000018CUL ) -#define XOCM_XMPU_CFG_R08_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R08_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R08_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R08_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R08_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R08_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R08_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R08_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R08_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R08_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R08_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R08_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R08_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R08_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R08_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R08_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R08_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R08_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R08_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R08_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R08_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR09Strt - */ -#define XOCM_XMPU_CFG_R09_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000190UL ) -#define XOCM_XMPU_CFG_R09_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R09_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R09_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R09_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R09_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR09End - */ -#define XOCM_XMPU_CFG_R09_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000194UL ) -#define XOCM_XMPU_CFG_R09_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R09_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R09_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R09_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R09_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR09Mstr - */ -#define XOCM_XMPU_CFG_R09_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x00000198UL ) -#define XOCM_XMPU_CFG_R09_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R09_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R09_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R09_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R09_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R09_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R09_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R09_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R09_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR09 - */ -#define XOCM_XMPU_CFG_R09 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x0000019CUL ) -#define XOCM_XMPU_CFG_R09_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R09_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R09_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R09_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R09_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R09_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R09_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R09_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R09_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R09_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R09_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R09_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R09_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R09_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R09_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R09_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R09_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R09_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R09_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R09_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R09_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR10Strt - */ -#define XOCM_XMPU_CFG_R10_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001A0UL ) -#define XOCM_XMPU_CFG_R10_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R10_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R10_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R10_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R10_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR10End - */ -#define XOCM_XMPU_CFG_R10_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001A4UL ) -#define XOCM_XMPU_CFG_R10_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R10_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R10_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R10_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R10_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR10Mstr - */ -#define XOCM_XMPU_CFG_R10_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001A8UL ) -#define XOCM_XMPU_CFG_R10_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R10_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R10_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R10_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R10_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R10_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R10_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R10_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R10_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR10 - */ -#define XOCM_XMPU_CFG_R10 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001ACUL ) -#define XOCM_XMPU_CFG_R10_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R10_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R10_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R10_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R10_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R10_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R10_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R10_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R10_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R10_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R10_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R10_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R10_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R10_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R10_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R10_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R10_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R10_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R10_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R10_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R10_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR11Strt - */ -#define XOCM_XMPU_CFG_R11_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001B0UL ) -#define XOCM_XMPU_CFG_R11_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R11_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R11_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R11_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R11_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR11End - */ -#define XOCM_XMPU_CFG_R11_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001B4UL ) -#define XOCM_XMPU_CFG_R11_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R11_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R11_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R11_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R11_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR11Mstr - */ -#define XOCM_XMPU_CFG_R11_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001B8UL ) -#define XOCM_XMPU_CFG_R11_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R11_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R11_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R11_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R11_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R11_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R11_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R11_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R11_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR11 - */ -#define XOCM_XMPU_CFG_R11 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001BCUL ) -#define XOCM_XMPU_CFG_R11_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R11_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R11_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R11_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R11_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R11_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R11_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R11_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R11_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R11_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R11_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R11_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R11_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R11_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R11_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R11_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R11_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R11_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R11_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R11_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R11_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR12Strt - */ -#define XOCM_XMPU_CFG_R12_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001C0UL ) -#define XOCM_XMPU_CFG_R12_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R12_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R12_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R12_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R12_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR12End - */ -#define XOCM_XMPU_CFG_R12_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001C4UL ) -#define XOCM_XMPU_CFG_R12_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R12_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R12_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R12_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R12_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR12Mstr - */ -#define XOCM_XMPU_CFG_R12_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001C8UL ) -#define XOCM_XMPU_CFG_R12_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R12_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R12_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R12_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R12_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R12_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R12_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R12_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R12_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR12 - */ -#define XOCM_XMPU_CFG_R12 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001CCUL ) -#define XOCM_XMPU_CFG_R12_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R12_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R12_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R12_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R12_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R12_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R12_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R12_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R12_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R12_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R12_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R12_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R12_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R12_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R12_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R12_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R12_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R12_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R12_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R12_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R12_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR13Strt - */ -#define XOCM_XMPU_CFG_R13_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001D0UL ) -#define XOCM_XMPU_CFG_R13_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R13_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R13_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R13_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R13_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR13End - */ -#define XOCM_XMPU_CFG_R13_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001D4UL ) -#define XOCM_XMPU_CFG_R13_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R13_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R13_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R13_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R13_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR13Mstr - */ -#define XOCM_XMPU_CFG_R13_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001D8UL ) -#define XOCM_XMPU_CFG_R13_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R13_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R13_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R13_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R13_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R13_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R13_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R13_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R13_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR13 - */ -#define XOCM_XMPU_CFG_R13 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001DCUL ) -#define XOCM_XMPU_CFG_R13_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R13_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R13_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R13_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R13_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R13_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R13_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R13_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R13_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R13_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R13_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R13_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R13_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R13_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R13_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R13_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R13_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R13_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R13_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R13_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R13_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR14Strt - */ -#define XOCM_XMPU_CFG_R14_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001E0UL ) -#define XOCM_XMPU_CFG_R14_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R14_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R14_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R14_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R14_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR14End - */ -#define XOCM_XMPU_CFG_R14_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001E4UL ) -#define XOCM_XMPU_CFG_R14_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R14_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R14_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R14_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R14_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR14Mstr - */ -#define XOCM_XMPU_CFG_R14_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001E8UL ) -#define XOCM_XMPU_CFG_R14_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R14_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R14_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R14_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R14_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R14_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R14_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R14_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R14_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR14 - */ -#define XOCM_XMPU_CFG_R14 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001ECUL ) -#define XOCM_XMPU_CFG_R14_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R14_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R14_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R14_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R14_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R14_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R14_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R14_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R14_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R14_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R14_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R14_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R14_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R14_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R14_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R14_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R14_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R14_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R14_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R14_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R14_EN_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR15Strt - */ -#define XOCM_XMPU_CFG_R15_STRT ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001F0UL ) -#define XOCM_XMPU_CFG_R15_STRT_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R15_STRT_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R15_STRT_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R15_STRT_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R15_STRT_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR15End - */ -#define XOCM_XMPU_CFG_R15_END ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001F4UL ) -#define XOCM_XMPU_CFG_R15_END_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R15_END_ADDR_SHIFT 0UL -#define XOCM_XMPU_CFG_R15_END_ADDR_WIDTH 28UL -#define XOCM_XMPU_CFG_R15_END_ADDR_MASK 0x0fffffffUL -#define XOCM_XMPU_CFG_R15_END_ADDR_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR15Mstr - */ -#define XOCM_XMPU_CFG_R15_MSTR ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001F8UL ) -#define XOCM_XMPU_CFG_R15_MSTR_RSTVAL 0x00000000UL - -#define XOCM_XMPU_CFG_R15_MSTR_MSK_SHIFT 16UL -#define XOCM_XMPU_CFG_R15_MSTR_MSK_WIDTH 16UL -#define XOCM_XMPU_CFG_R15_MSTR_MSK_MASK 0xffff0000UL -#define XOCM_XMPU_CFG_R15_MSTR_MSK_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R15_MSTR_ID_SHIFT 0UL -#define XOCM_XMPU_CFG_R15_MSTR_ID_WIDTH 16UL -#define XOCM_XMPU_CFG_R15_MSTR_ID_MASK 0x0000ffffUL -#define XOCM_XMPU_CFG_R15_MSTR_ID_DEFVAL 0x0UL - -/** - * Register: XocmXmpuCfgR15 - */ -#define XOCM_XMPU_CFG_R15 ( ( XOCM_XMPU_CFG_BASEADDR ) + 0x000001FCUL ) -#define XOCM_XMPU_CFG_R15_RSTVAL 0x00000008UL - -#define XOCM_XMPU_CFG_R15_NSCHKTYPE_SHIFT 4UL -#define XOCM_XMPU_CFG_R15_NSCHKTYPE_WIDTH 1UL -#define XOCM_XMPU_CFG_R15_NSCHKTYPE_MASK 0x00000010UL -#define XOCM_XMPU_CFG_R15_NSCHKTYPE_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R15_REGNNS_SHIFT 3UL -#define XOCM_XMPU_CFG_R15_REGNNS_WIDTH 1UL -#define XOCM_XMPU_CFG_R15_REGNNS_MASK 0x00000008UL -#define XOCM_XMPU_CFG_R15_REGNNS_DEFVAL 0x1UL - -#define XOCM_XMPU_CFG_R15_WRALWD_SHIFT 2UL -#define XOCM_XMPU_CFG_R15_WRALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R15_WRALWD_MASK 0x00000004UL -#define XOCM_XMPU_CFG_R15_WRALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R15_RDALWD_SHIFT 1UL -#define XOCM_XMPU_CFG_R15_RDALWD_WIDTH 1UL -#define XOCM_XMPU_CFG_R15_RDALWD_MASK 0x00000002UL -#define XOCM_XMPU_CFG_R15_RDALWD_DEFVAL 0x0UL - -#define XOCM_XMPU_CFG_R15_EN_SHIFT 0UL -#define XOCM_XMPU_CFG_R15_EN_WIDTH 1UL -#define XOCM_XMPU_CFG_R15_EN_MASK 0x00000001UL -#define XOCM_XMPU_CFG_R15_EN_DEFVAL 0x0UL - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif - -#endif /* __XOCM_XMPU_CFG_H__ */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_close.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_close.c deleted file mode 100644 index a524dc9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_close.c +++ /dev/null @@ -1,13 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -*****************************************************************************/ -#include "xil_types.h" - -/* Stub for close() sys-call */ -__attribute__((weak)) s32 _sys_close(__attribute__((unused)) s32 fh) -{ - return -1; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_exit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_exit.c deleted file mode 100644 index 9c39cba..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_exit.c +++ /dev/null @@ -1,15 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -#include "xil_types.h" - -/* Stub for exit() sys-call */ -__attribute__((weak)) void _sys_exit(__attribute__((unused)) s32 rc) -{ - while(1) { - ; - } -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_iserror.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_iserror.c deleted file mode 100644 index 146017b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_iserror.c +++ /dev/null @@ -1,17 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -#include "xil_types.h" - -/* Stub for iserror() function */ -__attribute__((weak)) s32 _sys_iserror(s32 status) -{ - if (status < 0) { - return 1; - } - - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_istty.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_istty.c deleted file mode 100644 index 78df271..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_istty.c +++ /dev/null @@ -1,14 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -#include "xil_types.h" - -/* Stub for istty sys-call */ -__attribute__((weak)) s32 _sys_istty(__attribute__((unused)) u32* f) -{ - /* cannot read/write files */ - return 1; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_open.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_open.c deleted file mode 100644 index 74ca3a8..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_open.c +++ /dev/null @@ -1,14 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -#include "xil_types.h" - -/* Stub for open sys-call */ -__attribute__((weak)) s32 _sys_open(__attribute__((unused)) const char8* name, - __attribute__((unused)) s32 openmode) -{ - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_read.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_read.c deleted file mode 100644 index 5c98317..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_read.c +++ /dev/null @@ -1,38 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -#ifndef UNDEFINE_FILE_OPS -#include "xil_printf.h" -#include "xparameters.h" - -/* Stub for read() sys-call */ -__attribute__((weak)) s32 _sys_read(__attribute__((unused)) u32 fh, - __attribute__((unused)) u8 *buf, - u32 len, - __attribute__((unused)) s32 mode) -{ -#ifdef STDIN_BASEADDRESS - u32 i; - s32 numbytes = 0; - char8* LocalBuf = (char8 *)buf; - - if(LocalBuf != NULL) { - for (i = 0; i < len; i++) { - numbytes++; - *(LocalBuf + i) = inbyte(); - if ((*(LocalBuf + i) == '\n' ) || - (*(LocalBuf + i) == '\r')) { - break; - } - } - } - - return numbytes; -#endif - /* Return the number of character read */ - return 0; -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_time.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_time.c deleted file mode 100644 index d7fff05..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_time.c +++ /dev/null @@ -1,18 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include - -/* - * clock -- It supposed to return processor time. We are not implementing - * this function, as timekeeping is tightly coupled with system, hence - * always returning 0. Users can override this with their system - * specific implementation. - * - */ -__attribute__((weak)) clock_t clock(void) -{ - return (0); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_write.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_write.c deleted file mode 100644 index 9d97c3a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/armclang/_sys_write.c +++ /dev/null @@ -1,41 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -#include "xil_printf.h" -#include "xparameters.h" - -__attribute__((weak)) s32 _sys_write(__attribute__((unused)) u32 fh, - const u8 *buf, u32 len, - __attribute__((unused)) s32 mode) -{ -#if HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE - return XPVXenConsole_Write(buf); -#else -#ifdef STDOUT_BASEADDRESS - char8* LocalBuf = (char8 *)buf; - u32 i; - - for (i = 0; i < len; i++) { - /* wait if TNFUL */ - if(LocalBuf != NULL) { - LocalBuf += i; - } - if(LocalBuf != NULL) { - if (*LocalBuf == '\n') { - outbyte('\r'); - } - outbyte(*LocalBuf); - } - if(LocalBuf != NULL) { - LocalBuf -= i; - } - } - - return len; -#endif -#endif - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_exit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_exit.c deleted file mode 100644 index 4c55bbd..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_exit.c +++ /dev/null @@ -1,18 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -/* _exit - Simple implementation. Does not return. -*/ -__attribute__((weak)) void _exit (sint32 status) -{ - (void)status; - while (1) { - ; - } -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_open.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_open.c deleted file mode 100644 index f2d44ce..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_open.c +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef UNDEFINE_FILE_OPS -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _open(const char8 *buf, s32 flags, s32 mode); -} -#endif - -/* - * _open -- open a file descriptor. We don't have a filesystem, so - * we return an error. - */ -__attribute__((weak)) s32 _open(const char8 *buf, s32 flags, s32 mode) -{ - (void)buf; - (void)flags; - (void)mode; - errno = EIO; - return (-1); -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_sbrk.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_sbrk.c deleted file mode 100644 index 105c913..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/_sbrk.c +++ /dev/null @@ -1,39 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -extern u8 _heap_start[]; -extern u8 _heap_end[]; - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) caddr_t _sbrk ( s32 incr ); -} -#endif - -__attribute__((weak)) caddr_t _sbrk ( s32 incr ) -{ - static u8 *heap = NULL; - u8 *prev_heap; - static u8 *HeapEndPtr = (u8 *)&_heap_end; - caddr_t Status; - - if (heap == NULL) { - heap = (u8 *)&_heap_start; - } - prev_heap = heap; - - if (((heap + incr) <= HeapEndPtr) && (prev_heap != NULL)) { - heap += incr; - Status = (caddr_t) ((void *)prev_heap); - } else { - Status = (caddr_t) -1; - } - - return Status; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/abort.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/abort.c deleted file mode 100644 index 4c9faef..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/abort.c +++ /dev/null @@ -1,16 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include - -/* - * abort -- go out via exit... - */ -__attribute__((weak)) void abort(void) -{ - _exit(1); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/close.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/close.c deleted file mode 100644 index 811d2b0..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/close.c +++ /dev/null @@ -1,23 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef UNDEFINE_FILE_OPS -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _close(s32 fd); -} -#endif - -/* - * close -- We don't need to do anything, but pretend we did. - */ - -__attribute__((weak)) s32 _close(s32 fd) -{ - (void)fd; - return (0); -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/cpputest_time.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/cpputest_time.c deleted file mode 100644 index b00e96a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/cpputest_time.c +++ /dev/null @@ -1,27 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2019 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef UNDEFINE_FILE_OPS -#include -#include "xil_types.h" -#include -struct tms* tms; -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) clock_t _times(struct tms* tms); -} -#endif - -__attribute__((weak)) clock_t _times(struct tms* tms) -{ - (void)tms; - - errno = EIO; - return (-1); -} - - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/errno.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/errno.c deleted file mode 100644 index 53eac10..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/errno.c +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* The errno variable is stored in the reentrancy structure. This - function returns its address for use by the macro errno defined in - errno.h. */ - -#include -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 * __errno (void); -} -#endif - -__attribute__((weak)) sint32 * -__errno (void) -{ - return &_REENT->_errno; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/fcntl.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/fcntl.c deleted file mode 100644 index 00b233a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/fcntl.c +++ /dev/null @@ -1,20 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -/* - * fcntl -- Manipulate a file descriptor. - * We don't have a filesystem, so we do nothing. - */ -__attribute__((weak)) sint32 fcntl (sint32 fd, sint32 cmd, long arg) -{ - (void)fd; - (void)cmd; - (void)arg; - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/fstat.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/fstat.c deleted file mode 100644 index 8eb4638..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/fstat.c +++ /dev/null @@ -1,24 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _fstat(s32 fd, struct stat *buf); -} -#endif -/* - * fstat -- Since we have no file system, we just return an error. - */ -__attribute__((weak)) s32 _fstat(s32 fd, struct stat *buf) -{ - (void)fd; - buf->st_mode = S_IFCHR; /* Always pretend to be a tty */ - - return (0); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/getpid.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/getpid.c deleted file mode 100644 index 20b9f3c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/getpid.c +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "xil_types.h" -/* - * getpid -- only one process, so just return 1. - */ -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _getpid(void); -} -#endif - -__attribute__((weak)) s32 getpid(void) -{ - return 1; -} - -__attribute__((weak)) s32 _getpid(void) -{ - return 1; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/isatty.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/isatty.c deleted file mode 100644 index f0c63a3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/isatty.c +++ /dev/null @@ -1,30 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 _isatty(sint32 fd); -} -#endif - -/* - * isatty -- returns 1 if connected to a terminal device, - * returns 0 if not. Since we're hooked up to a - * serial port, we'll say yes _AND return a 1. - */ -__attribute__((weak)) sint32 isatty(sint32 fd) -{ - (void)fd; - return (1); -} - -__attribute__((weak)) sint32 _isatty(sint32 fd) -{ - (void)fd; - return (1); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/kill.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/kill.c deleted file mode 100644 index f673ff3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/kill.c +++ /dev/null @@ -1,34 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) int _kill(pid_t pid, int sig); -} -#endif - -/* - * kill -- go out via exit... - */ - -__attribute__((weak)) int kill(pid_t pid, int sig) -{ - if(pid == 1) { - _exit(sig); - } - return 0; -} - -__attribute__((weak)) int _kill(pid_t pid, int sig) -{ - if(pid == 1) { - _exit(sig); - } - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/lseek.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/lseek.c deleted file mode 100644 index 88cb8db..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/lseek.c +++ /dev/null @@ -1,35 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) off_t _lseek(s32 fd, off_t offset, s32 whence); -} -#endif -/* - * lseek -- Since a serial port is non-seekable, we return an error. - */ -__attribute__((weak)) off_t lseek(s32 fd, off_t offset, s32 whence) -{ - (void)fd; - (void)offset; - (void)whence; - errno = ESPIPE; - return ((off_t)-1); -} - -__attribute__((weak)) off_t _lseek(s32 fd, off_t offset, s32 whence) -{ - (void)fd; - (void)offset; - (void)whence; - errno = ESPIPE; - return ((off_t)-1); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/open.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/open.c deleted file mode 100644 index b248e6a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/open.c +++ /dev/null @@ -1,27 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef UNDEFINE_FILE_OPS -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 open(char8 *buf, s32 flags, s32 mode); -} -#endif -/* - * open -- open a file descriptor. We don't have a filesystem, so - * we return an error. - */ -__attribute__((weak)) s32 open(char8 *buf, s32 flags, s32 mode) -{ - (void)buf; - (void)flags; - (void)mode; - errno = EIO; - return (-1); -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/read.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/read.c deleted file mode 100644 index 1f20eea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/read.c +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* read.c -- read bytes from a input device. - */ -#ifndef UNDEFINE_FILE_OPS -#include "xil_printf.h" -#include "xparameters.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _read (s32 fd, char8* buf, s32 nbytes); -} -#endif - -/* - * read -- read bytes from the serial port. Ignore fd, since - * we only have stdin. - */ -__attribute__((weak)) s32 -read (s32 fd, char8* buf, s32 nbytes) -{ -#ifdef STDIN_BASEADDRESS - s32 i; - s32 numbytes = 0; - char8* LocalBuf = buf; - - (void)fd; - if(LocalBuf != NULL) { - for (i = 0; i < nbytes; i++) { - numbytes++; - *(LocalBuf + i) = inbyte(); - if ((*(LocalBuf + i) == '\n' )|| (*(LocalBuf + i) == '\r')) { - break; - } - } - } - - return numbytes; -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} - -__attribute__((weak)) s32 -_read (s32 fd, char8* buf, s32 nbytes) -{ -#ifdef STDIN_BASEADDRESS - s32 i; - s32 numbytes = 0; - char8* LocalBuf = buf; - - (void)fd; - if(LocalBuf != NULL) { - for (i = 0; i < nbytes; i++) { - numbytes++; - *(LocalBuf + i) = inbyte(); - if ((*(LocalBuf + i) == '\n' )|| (*(LocalBuf + i) == '\r')) { - break; - } - } - } - - return numbytes; -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/sbrk.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/sbrk.c deleted file mode 100644 index bbf3bb8..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/sbrk.c +++ /dev/null @@ -1,35 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) char8 *sbrk (s32 nbytes); -} -#endif - -extern u8 _heap_start[]; -extern u8 _heap_end[]; -extern char8 HeapBase[]; -extern char8 HeapLimit[]; - - - -__attribute__((weak)) char8 *sbrk (s32 nbytes) -{ - char8 *base; - static char8 *heap_ptr = HeapBase; - - base = heap_ptr; - if((heap_ptr != NULL) && (heap_ptr + nbytes <= (char8 *)&HeapLimit + 1)) { - heap_ptr += nbytes; - return base; - } else { - errno = ENOMEM; - return ((char8 *)-1); - } -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/time.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/time.c deleted file mode 100644 index 90efcf4..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/time.c +++ /dev/null @@ -1,23 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) clock_t clock(void); -} -#endif -/* - * clock -- It supposed to return processor time. We are not implementing - * this function, as timekeeping is tightly coupled with system, hence - * always returning 0. Users can override this with their system - * specific implementation. - * - */ -__attribute__((weak)) clock_t clock(void) -{ - return (0); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/unlink.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/unlink.c deleted file mode 100644 index 82dd34a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/unlink.c +++ /dev/null @@ -1,24 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 unlink(char8 *path); -} -#endif -/* - * unlink -- since we have no file system, - * we just return an error. - */ -__attribute__((weak)) sint32 unlink(char8 *path) -{ - (void) path; - errno = EIO; - return (-1); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/write.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/write.c deleted file mode 100644 index e3e7962..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/write.c +++ /dev/null @@ -1,95 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* write.c -- write bytes to an output device. - */ -#ifndef UNDEFINE_FILE_OPS -#include "xil_printf.h" -#include "xparameters.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 _write (sint32 fd, char8* buf, sint32 nbytes); -} -#endif - -/* - * write -- write bytes to the serial port. Ignore fd, since - * stdout and stderr are the same. Since we have no filesystem, - * open will only return an error. - */ -__attribute__((weak)) sint32 -write (sint32 fd, char8* buf, sint32 nbytes) - -{ -#ifdef STDOUT_BASEADDRESS - s32 i; - char8* LocalBuf = buf; - - (void)fd; - for (i = 0; i < nbytes; i++) { - if(LocalBuf != NULL) { - LocalBuf += i; - } - if(LocalBuf != NULL) { - if (*LocalBuf == '\n') { - outbyte ('\r'); - } - outbyte (*LocalBuf); - } - if(LocalBuf != NULL) { - LocalBuf -= i; - } - } - return (nbytes); -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} - -__attribute__((weak)) sint32 -_write (sint32 fd, char8* buf, sint32 nbytes) -{ -#if HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE - sint32 length; - - (void)fd; - (void)nbytes; - length = XPVXenConsole_Write(buf); - return length; -#else -#ifdef STDOUT_BASEADDRESS - s32 i; - char8* LocalBuf = buf; - - (void)fd; - for (i = 0; i < nbytes; i++) { - if(LocalBuf != NULL) { - LocalBuf += i; - } - if(LocalBuf != NULL) { - if (*LocalBuf == '\n') { - outbyte ('\r'); - } - outbyte (*LocalBuf); - } - if(LocalBuf != NULL) { - LocalBuf -= i; - } - } - return (nbytes); -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -#endif -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/xpseudo_asm_gcc.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/xpseudo_asm_gcc.h deleted file mode 100644 index d986349..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/gcc/xpseudo_asm_gcc.h +++ /dev/null @@ -1,240 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_gcc.h -* -* This header file contains macros for using inline assembler code. It is -* written specifically for the GNU compiler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp		 05/21/14 First release
-* 6.0   mus      07/27/16 Consolidated file for a53,a9 and r5 processors
-* 7.2   asa      04/03/20 Renamed the str macro to strw.
-* 7.2   dp       04/30/20 Added clobber "cc" to mtcpsr for aarch32 processors
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_GCC_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_GCC_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - -#if defined (__aarch64__) -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - asm volatile("mrs %0, DAIF" : "=r" (rval));\ - rval;\ - }) - -#define mtcpsr(v) __asm__ __volatile__ ("msr DAIF, %0" : : "r" (v)) - -#define cpsiei() //__asm__ __volatile__("cpsie i\n") -#define cpsidi() //__asm__ __volatile__("cpsid i\n") - -#define cpsief() //__asm__ __volatile__("cpsie f\n") -#define cpsidf() //__asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) /*__asm__ __volatile__(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - )*/ - -#define mfgpr(rn) /*({u32 rval; \ - __asm__ __volatile__(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - })*/ - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb sy") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__("dsb sy") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__("dmb sy") - - -/* Memory Operations */ -#define ldr(adr) ({u64 rval; \ - __asm__ __volatile__(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define mfelrel3() ({u64 rval = 0U; \ - asm volatile("mrs %0, ELR_EL3" : "=r" (rval));\ - rval;\ - }) - -#define mtelrel3(v) __asm__ __volatile__ ("msr ELR_EL3, %0" : : "r" (v)) - -#else - -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrs %0, cpsr\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -#define mtcpsr(v) __asm__ __volatile__(\ - "msr cpsr,%0\n"\ - : : "r" (v) : "cc" \ - ) - -#define cpsiei() __asm__ __volatile__("cpsie i\n") -#define cpsidi() __asm__ __volatile__("cpsid i\n") - -#define cpsief() __asm__ __volatile__("cpsie f\n") -#define cpsidf() __asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) __asm__ __volatile__(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - ) - -#define mfgpr(rn) ({u32 rval; \ - __asm__ __volatile__(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb" : : : "memory") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__ ("dsb" : : : "memory") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__ ("dmb" : : : "memory") - - -/* Memory Operations */ -#define ldr(adr) ({u32 rval; \ - __asm__ __volatile__(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#endif - -#define ldrb(adr) ({u8 rval; \ - __asm__ __volatile__(\ - "ldrb %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define strw(adr, val) __asm__ __volatile__(\ - "str %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -#define strb(adr, val) __asm__ __volatile__(\ - "strb %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -/* Count leading zeroes (clz) */ -#define clz(arg) ({u8 rval; \ - __asm__ __volatile__(\ - "clz %0,%1"\ - : "=r" (rval) : "r" (arg)\ - );\ - rval;\ - }) - -#if defined (__aarch64__) -#define mtcpdc(reg,val) __asm__ __volatile__("dc " #reg ",%0" : : "r" (val)) -#define mtcpic(reg,val) __asm__ __volatile__("ic " #reg ",%0" : : "r" (val)) - -#define mtcpicall(reg) __asm__ __volatile__("ic " #reg) -#define mtcptlbi(reg) __asm__ __volatile__("tlbi " #reg) -#define mtcpat(reg,val) __asm__ __volatile__("at " #reg ",%0" : : "r" (val)) -/* CP15 operations */ -#define mfcp(reg) ({u64 rval = 0U;\ - __asm__ __volatile__("mrs %0, " #reg : "=r" (rval));\ - rval;\ - }) - -#define mtcp(reg,val) __asm__ __volatile__("msr " #reg ",%0" : : "r" (val)) - -#else -/* CP15 operations */ -#define mtcp(rn, v) __asm__ __volatile__(\ - "mcr " rn "\n"\ - : : "r" (v)\ - ); - -#define mfcp(rn) ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrc " rn "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) -#endif - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -/** - *@endcond - */ - -#endif /* XPSEUDO_ASM_GCC_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/abort.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/abort.c deleted file mode 100644 index b42e351..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/abort.c +++ /dev/null @@ -1,14 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include - - -void abort(void) -{ - __exit(1); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/clock.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/clock.c deleted file mode 100644 index 0dc034c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/clock.c +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* - * This is the default implementation of the "clock" function of the - * standard library. It can be replaced with a system-specific - * implementation. - * - * The "clock" function should return the processor time used by the - * program from some implementation-defined start time. The value - * should be such that if divided by the macro CLOCKS_PER_SEC the - * result should yield the time in seconds. - * - * The value "0" means that the processor time is not - * available. - * - */ - -#include - - -clock_t (clock)(void) -{ - return (0); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/close.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/close.c deleted file mode 100644 index 61bfc0b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/close.c +++ /dev/null @@ -1,15 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -sint32 __close(sint32 fd) -{ - (void)fd; - return (0); - -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/exit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/exit.c deleted file mode 100644 index 76a4904..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/exit.c +++ /dev/null @@ -1,16 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include -#include "xil_types.h" - -void exit(sint32 arg) -{ - while(1) { - ; - } -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/low_level_init.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/low_level_init.c deleted file mode 100644 index 2d1aad9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/low_level_init.c +++ /dev/null @@ -1,49 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* - * This module contains the function `__low_level_init', a function - * that is called before the `main' function of the program. Normally - * low-level initializations - such as setting the preferred interrupt - * level or setting the watchdog - can be performed here. - * - * Note that this function is called before the data segments are - * initialized, this means that this function cannot rely on the - * values of global or static variables. - * - * When this function returns zero, the startup code will inhibit the - * initialization of the data segments. The result is faster startup, - * the drawback is that neither global nor static data will be - * initialized. - */ - -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { -#endif - - -s32 __low_level_init(void); - -s32 __low_level_init(void) -{ - /*==================================*/ - /* Initialize hardware. */ - /*==================================*/ - - /*==================================*/ - /* Choose if segment initialization */ - /* should be done or not. */ - /* Return: 0 to omit seg_init */ - /* 1 to run seg_init */ - /*==================================*/ - return 1; -} - - -#ifdef __cplusplus -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/lseek.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/lseek.c deleted file mode 100644 index b8b9f7a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/lseek.c +++ /dev/null @@ -1,34 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* - * - * This is a template implementation of the "__lseek" function used by - * the standard library. Replace it with a system-specific - * implementation. - * - * The "__lseek" function makes the next file operation (__read or - * __write) act on a new location. The parameter "whence" specifies - * how the "offset" parameter should be interpreted according to the - * following table: - * - * 0 (=SEEK_SET) - Goto location "offset". - * 1 (=SEEK_CUR) - Go "offset" bytes from the current location. - * 2 (=SEEK_END) - Go to "offset" bytes from the end. - * - * This function should return the current file position, or -1 on - * failure. - */ - -#include -#include -#include "xil_types.h" -LONG __lseek(sint32 handle, LONG offset, sint32 whence); - -LONG __lseek(sint32 handle, LONG offset, sint32 whence) -{ - return (-1); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/open.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/open.c deleted file mode 100644 index 68408ea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/open.c +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* - * - * This is a template implementation of the "__open" function used by - * the standard library. Replace it with a system-specific - * implementation. - * - * The "__open" function opens the file named "filename" as specified - * by "mode". - * open -- open a file descriptor. We don't have a filesystem, so - * we return an error. - * - */ - -#include -#include "xil_types.h" - -sint32 __open(const char8 * filename, sint32 mode); - -sint32 __open(const char8 * filename, sint32 mode) -{ -return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/read.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/read.c deleted file mode 100644 index 9bfebb2..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/read.c +++ /dev/null @@ -1,51 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/* - * - * - * The "__read" function reads a number of bytes, at most "size" into - * the memory area pointed to by "buffer". It returns the number of - * bytes read, 0 at the end of the file, or _LLIO_ERROR if failure - * occurs. - * - * The template implementation below should return a - * character value, or -1 on failure. - * - */ - -#include -#include "xparameters.h" -#include "xil_types.h" - -size_t __read(sint32 handle, u8 * buffer, size_t size); - -size_t __read(sint32 handle, u8 * buffer, size_t size) -{ - -#ifdef STDIN_BASEADDRESS - s32 i; - s32 numbytes = 0; - char8* LocalBuf = buffer; - - (void)handle; - if(LocalBuf != NULL) { - for (i = 0; i < size; i++) { - numbytes++; - *(LocalBuf + i) = inbyte(); - if ((*(LocalBuf + i) == '\n' )|| (*(LocalBuf + i) == '\r')) { - break; - } - } - } - - return numbytes; -#else - (void)handle; - (void)buffer; - (void)size; - return 0; -#endif -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/remove.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/remove.c deleted file mode 100644 index aeb2024..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/remove.c +++ /dev/null @@ -1,22 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* - * - * The "remove" function should remove the file named "filename". It - * should return 0 on success and nonzero on failure. - * - */ - -#include -#include "xil_types.h" - -sint32 remove(const char8 * filename); - -sint32 remove(const char8 * filename) -{ - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/write.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/write.c deleted file mode 100644 index 315387a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/write.c +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* - * The "__write" function should output "size" number of bytes from - * "buffer" in some application-specific way. It should return the - * number of characters written, or _LLIO_ERROR on failure. - * - * If "buffer" is zero then __write should perform flushing of - * internal buffers, if any. In this case "handle" can be -1 to - * indicate that all handles should be flushed. - * - * The template implementation below assumes that the application - * provides the function "MyLowLevelPutchar". It should return the - * character written, or -1 on failure. - * - */ - -#include -#include "xil_types.h" - - -#if 0 -/* - * If the __write implementation uses internal buffering, uncomment - * the following line to ensure that we are called with "buffer" as 0 - * (i.e. flush) when the application terminates. - */ - -size_t __write(sint32 handle, const u8 * buffer, size_t size) -{ - u32 volatile *uart_base = (u32 *)0xE0001000U; - s32 i; - - for (i =0; i < size;i++) { - /* wait if TNFUL */ - while (*(uart_base + 11U) & (1U << 14U)) ; - *(uart_base + 12U) = buffer[i]; - } - return 0; -} - -#endif - -#include "xparameters.h" -#include "xil_printf.h" - -#ifdef __cplusplus -extern "C" { - sint32 _write (sint32 fd, char8* buf, sint32 nbytes); -} -#endif - -/* - * write -- write bytes to the serial port. Ignore fd, since - * stdout and stderr are the same. Since we have no filesystem, - * open will only return an error. - */ -sint32 -write (sint32 fd, char8* buf, sint32 nbytes) - -{ -#ifdef STDOUT_BASEADDRESS - s32 i; - - (void)fd; - for (i = 0; i < nbytes; i++) { - if (*(buf + i) == '\n') { - outbyte ('\r'); - } - outbyte (*(buf + i)); - } - return (nbytes); -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} - -size_t -__write (sint32 fd, const u8* buf, size_t nbytes) -{ -#ifdef STDOUT_BASEADDRESS - s32 i; - - (void)fd; - for (i = 0; i < nbytes; i++) { - if (*(buf + i) == '\n') { - outbyte ('\r'); - } - outbyte (*(buf + i)); - } - return (nbytes); -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/xpseudo_asm_iccarm.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/xpseudo_asm_iccarm.c deleted file mode 100644 index ef8a0e6..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/xpseudo_asm_iccarm.c +++ /dev/null @@ -1,43 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_iccarm.c -* -* This file contains functions for ARM register handling. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 3.12a asa  11/2/13 First Release
-* 
-* -******************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xpseudo_asm_iccarm.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -/* embedded assembler instructions */ -s32 mfcpsr (void) -{ - s32 rval; - asm("mrs %0, cpsr" : "=r"(rval)); - return rval; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/xpseudo_asm_iccarm.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/xpseudo_asm_iccarm.h deleted file mode 100644 index fffd926..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/iccarm/xpseudo_asm_iccarm.h +++ /dev/null @@ -1,159 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_iccarm.h -* -* This header file contains macros for using inline assembler code. It is -* written specifically for the IAR C/C++ compiler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  10/28/09 First release
-* 3.12a asa		 11/02/13  Removed the macro mfcpsr to make it a function.
-* 5.3	pkp		 10/09/15 Modified dsb, dmb and isb definitions
-* 5.4	pkp		 03/02/16 Included header file intrinsic.h for assembly
-*						  instructions definitions
-* 6.2   kvn      03/03/17 Added support thumb mode
-* 7.2   asa              04/03/20 Renamed the str macro to strw.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_ICCARM_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_ICCARM_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - -/* pseudo assembler instructions */ - -#define mtcpsr(v) __asm volatile(\ - "msr cpsr_cf,%0\n"\ - : : "r" (v)\ - ) - -#define cpsiei() __asm volatile("cpsie i\n") -#define cpsidi() __asm volatile("cpsid i\n") - -#define cpsief() __asm volatile("cpsie f\n") -#define cpsidf() __asm volatile("cpsid f\n") - - - -#define mtgpr(rn, v) __asm volatile(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - ) - -#define mfgpr(rn) ({u32 rval; \ - __asm volatile(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __ISB(); - -/* Data Synchronization Barrier */ -#define dsb() __DSB(); - -/* Data Memory Barrier */ -#define dmb() __DMB(); - - -/* Memory Operations */ -#define ldr(adr) ({u32 rval; \ - __asm volatile(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define ldrb(adr) ({u8 rval; \ - __asm volatile(\ - "ldrb %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define strw(adr, val) __asm volatile(\ - "str %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -#define strb(adr, val) __asm volatile(\ - "strb %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -/* Count leading zeroes (clz) */ -#define clz(arg) ({u8 rval; \ - __asm volatile(\ - "clz %0,%1"\ - : "=r" (rval) : "r" (arg)\ - );\ - rval;\ - }) - -/* CP15 operations */ -#define mtcp(rn, v) __asm volatile(\ - "mcr " rn "\n"\ - : : "r" (v)\ - ); - -/*#define mfcp(rn) ({u32 rval; \ - __asm volatile(\ - "mrc " rn "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) */ - -#define mfcp(rn, v) __asm volatile ("mrc " rn : "=r" (v)); - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ -int mfcpsr (void); -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -/** - *@endcond - */ - -#endif /* XPSEUDO_ASM_ICCARM_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/putnum.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/putnum.c deleted file mode 100644 index f0102aa..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/putnum.c +++ /dev/null @@ -1,54 +0,0 @@ -/* putnum.c -- put a hex number on the output device. - * - * Copyright (c) 1995 Cygnus Support - * - * The authors hereby grant permission to use, copy, modify, distribute, - * and license this software and its documentation for any purpose, provided - * that existing copyright notices are retained in all copies and that this - * notice is included verbatim in any distributions. No written agreement, - * license, or royalty fee is required for any of the authorized uses. - * Modifications to this software may be copyrighted by their authors - * and need not follow the licensing terms described here, provided that - * the new terms are clearly indicated on the first page of each file where - * they apply. - */ - -/* - * putnum -- print a 32 bit number in hex - */ - -/***************************** Include Files *********************************/ -#include "xil_types.h" - -/************************** Function Prototypes ******************************/ -extern void print (const char8 *ptr); -void putnum(u32 num); - -void putnum(u32 num) -{ - char8 buf[9]; - s32 cnt; - s32 i; - char8 *ptr; - u32 digit; - for(i = 0; i<9; i++) { - buf[i] = '0'; - } - - ptr = buf; - for (cnt = 7 ; cnt >= 0 ; cnt--) { - digit = (num >> (cnt * 4U)) & 0x0000000fU; - - if (digit <= 9U) { - digit += (u32)'0'; - *ptr = ((char8) digit); - ptr += 1; - } else { - digit += ((u32)'a' - (u32)10); - *ptr = ((char8)digit); - ptr += 1; - } - } - - print (buf); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/vectors.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/vectors.c deleted file mode 100644 index becf67e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/vectors.c +++ /dev/null @@ -1,169 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file vectors.c -* -* This file contains the C level vectors for the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/09 Initial version, moved over from bsp area
-* 6.0   mus  27/07/16 Consolidated vectors for a53,a9 and r5 processor
-*                     and added UndefinedException for a53 32 bit and r5
-*                     processor
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xil_exception.h" -#include "vectors.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -typedef struct { - Xil_ExceptionHandler Handler; - void *Data; -} XExc_VectorTableEntry; - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - -extern XExc_VectorTableEntry XExc_VectorTable[]; - -/************************** Function Prototypes ******************************/ - - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the FIQ interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void FIQInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_FIQ_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_FIQ_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the IRQ interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void IRQInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_IRQ_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_IRQ_INT].Data); -} - -#if !defined (__aarch64__) -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the Undefined exception called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void UndefinedException(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_UNDEFINED_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_UNDEFINED_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the SW Interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void SWInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_SWI_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_SWI_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the DataAbort Interrupt called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void DataAbortInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_DATA_ABORT_INT].Handler( - XExc_VectorTable[XIL_EXCEPTION_ID_DATA_ABORT_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the PrefetchAbort Interrupt called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void PrefetchAbortInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_PREFETCH_ABORT_INT].Handler( - XExc_VectorTable[XIL_EXCEPTION_ID_PREFETCH_ABORT_INT].Data); -} -#else - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the Synchronous Interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void SynchronousInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_SYNC_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_SYNC_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the SError Interrupt called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void SErrorInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_SERROR_ABORT_INT].Handler( - XExc_VectorTable[XIL_EXCEPTION_ID_SERROR_ABORT_INT].Data); -} - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/vectors.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/vectors.h deleted file mode 100644 index 6719ab0..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/vectors.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file vectors.h -* -* This file contains the C level vector prototypes for the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/10 Initial version, moved over from bsp area
-* 6.0   mus  07/27/16 Consolidated vectors for a9,a53 and r5 processors
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _VECTORS_H_ -#define _VECTORS_H_ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -#ifdef __cplusplus -extern "C" { -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void FIQInterrupt(void); -void IRQInterrupt(void); -#if !defined (__aarch64__) -void SWInterrupt(void); -void DataAbortInterrupt(void); -void PrefetchAbortInterrupt(void); -void UndefinedException(void); -#else -void SynchronousInterrupt(void); -void SErrorInterrupt(void); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_exception.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_exception.c deleted file mode 100644 index 69567bd..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_exception.c +++ /dev/null @@ -1,336 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xil_exception.c -* -* This file contains low-level driver functions for the Cortex A53,A9,R5 exception -* Handler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 6.0   mus      27/07/16 Consolidated exceptions for a53,a9 and r5
-*                         processors and added Xil_UndefinedExceptionHandler
-*                         for a53 32 bit and r5 as well.
-* 6.4   mus      08/06/17 Updated debug prints to replace %x with the %lx, to
-*                         fix the warnings.
-* 6.7   mna      26/04/18 Add an API to obtain a corresponding
-*                         Xil_ExceptionHandler entry from XExc_VectorTable.
-* 6.7  asa       18/05/18 Fix bugs in the API Xil_GetExceptionRegisterHandler.
-* 7.0  mus       07/03/19 Tweak Xil_ExceptionRegisterHandler and
-*                         Xil_GetExceptionRegisterHandler to support legacy
-*                         examples for Cortexa72 EL3 exception level.
-* 7.3  mus       07/27/20 Updated Xil_ExceptionRegisterHandler and
-*                         Xil_GetExceptionRegisterHandler to ignore
-*                         Exception_id, only if its pointing to IRQ.
-*                         It fixes CR#1069524
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_exception.h" -#include "xpseudo_asm.h" -#include "xdebug.h" -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -typedef struct { - Xil_ExceptionHandler Handler; - void *Data; -} XExc_VectorTableEntry; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Function Prototypes *****************************/ -static void Xil_ExceptionNullHandler(void *Data); -/************************** Variable Definitions *****************************/ -/* - * Exception vector table to store handlers for each exception vector. - */ -#if defined (__aarch64__) -XExc_VectorTableEntry XExc_VectorTable[XIL_EXCEPTION_ID_LAST + 1] = -{ - {Xil_ExceptionNullHandler, NULL}, - {Xil_SyncAbortHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_SErrorAbortHandler, NULL}, - -}; -#else -XExc_VectorTableEntry XExc_VectorTable[XIL_EXCEPTION_ID_LAST + 1] = -{ - {Xil_ExceptionNullHandler, NULL}, - {Xil_UndefinedExceptionHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_PrefetchAbortHandler, NULL}, - {Xil_DataAbortHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, -}; -#endif -#if !defined (__aarch64__) -u32 DataAbortAddr; /* Address of instruction causing data abort */ -u32 PrefetchAbortAddr; /* Address of instruction causing prefetch abort */ -u32 UndefinedExceptionAddr; /* Address of instruction causing Undefined - exception */ -#endif - -/*****************************************************************************/ - -/****************************************************************************/ -/** -* -* This function is a stub Handler that is the default Handler that gets called -* if the application has not setup a Handler for a specific exception. The -* function interface has to match the interface specified for a Handler even -* though none of the arguments are used. -* -* @param Data is unused by this function. -* -* @return None. -* -*****************************************************************************/ -static void Xil_ExceptionNullHandler(void *Data) -{ - (void) Data; -DieLoop: goto DieLoop; -} - -/****************************************************************************/ -/** -* @brief The function is a common API used to initialize exception handlers -* across all supported arm processors. For ARM Cortex-A53, Cortex-R5, -* and Cortex-A9, the exception handlers are being initialized -* statically and this function does not do anything. -* However, it is still present to take care of backward compatibility -* issues (in earlier versions of BSPs, this API was being used to -* initialize exception handlers). -* -* @return None. -* -*****************************************************************************/ -void Xil_ExceptionInit(void) -{ - return; -} - -/*****************************************************************************/ -/** -* @brief Register a handler for a specific exception. This handler is being -* called when the processor encounters the specified exception. -* -* @param Exception_id contains the ID of the exception source and should -* be in the range of 0 to XIL_EXCEPTION_ID_LAST. -* See xil_exception.h for further information. -* @param Handler to the Handler for that exception. -* @param Data is a reference to Data that will be passed to the -* Handler when it gets called. -* -* @return None. -* -****************************************************************************/ -void Xil_ExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler Handler, - void *Data) -{ -#if defined (versal) && !defined(ARMR5) && EL3 - if ( XIL_EXCEPTION_ID_IRQ_INT == Exception_id ) - { - /* - * Cortexa72 processor in versal is coupled with GIC-500, and - * GIC-500 supports only FIQ at EL3. Hence, tweaking this API - * to act on IRQ, if Exception_id is pointing to IRQ - */ - Exception_id = XIL_EXCEPTION_ID_FIQ_INT; - } -#endif - XExc_VectorTable[Exception_id].Handler = Handler; - XExc_VectorTable[Exception_id].Data = Data; -} - -/*****************************************************************************/ -/** -* @brief Get a handler for a specific exception. This handler is being -* called when the processor encounters the specified exception. -* -* @param Exception_id contains the ID of the exception source and should -* be in the range of 0 to XIL_EXCEPTION_ID_LAST. -* See xil_exception.h for further information. -* @param Handler to the Handler for that exception. -* @param Data is a reference to Data that will be passed to the -* Handler when it gets called. -* -* @return None. -* -****************************************************************************/ -void Xil_GetExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler *Handler, - void **Data) -{ -#if defined (versal) && !defined(ARMR5) && EL3 - if ( XIL_EXCEPTION_ID_IRQ_INT == Exception_id ) - { - /* - * Cortexa72 processor in versal is coupled with GIC-500, and - * GIC-500 supports only FIQ at EL3. Hence, tweaking this API - * to act on IRQ, if Exception_id is pointing to IRQ - */ - - Exception_id = XIL_EXCEPTION_ID_FIQ_INT; - } -#endif - - *Handler = XExc_VectorTable[Exception_id].Handler; - *Data = XExc_VectorTable[Exception_id].Data; -} - -/*****************************************************************************/ -/** -* -* @brief Removes the Handler for a specific exception Id. The stub Handler -* is then registered for this exception Id. -* -* @param Exception_id contains the ID of the exception source and should -* be in the range of 0 to XIL_EXCEPTION_ID_LAST. -* See xil_exception.h for further information. -* -* @return None. -* -****************************************************************************/ -void Xil_ExceptionRemoveHandler(u32 Exception_id) -{ - Xil_ExceptionRegisterHandler(Exception_id, - Xil_ExceptionNullHandler, - NULL); -} - -#if defined (__aarch64__) -/*****************************************************************************/ -/** -* -* Default Synchronous abort handler which prints a debug message on console if -* Debug flag is enabled -* -* @return None. -* -****************************************************************************/ - -void Xil_SyncAbortHandler(void *CallBackRef){ - (void) CallBackRef; - xdbg_printf(XDBG_DEBUG_ERROR, "Synchronous abort \n"); - while(1) { - ; - } -} - -/*****************************************************************************/ -/** -* -* Default SError abort handler which prints a debug message on console if -* Debug flag is enabled -* -* @return None. -* -****************************************************************************/ -void Xil_SErrorAbortHandler(void *CallBackRef){ - (void) CallBackRef; - xdbg_printf(XDBG_DEBUG_ERROR, "Synchronous abort \n"); - while(1) { - ; - } -} -#else -/*****************************************************************************/ -/** -* -* Default Data abort handler which prints data fault status register through -* which information about data fault can be acquired -* -* @return None. -* -****************************************************************************/ - -void Xil_DataAbortHandler(void *CallBackRef){ - (void) CallBackRef; -#ifdef DEBUG - u32 FaultStatus; - - xdbg_printf(XDBG_DEBUG_ERROR, "Data abort \n"); - #ifdef __GNUC__ - FaultStatus = mfcp(XREG_CP15_DATA_FAULT_STATUS); - #elif defined (__ICCARM__) - mfcp(XREG_CP15_DATA_FAULT_STATUS,FaultStatus); - #else - { volatile register u32 Reg __asm(XREG_CP15_DATA_FAULT_STATUS); - FaultStatus = Reg; } - #endif - xdbg_printf(XDBG_DEBUG_GENERAL, "Data abort with Data Fault Status Register %lx\n",FaultStatus); - xdbg_printf(XDBG_DEBUG_GENERAL, "Address of Instruction causing Data abort %lx\n",DataAbortAddr); -#endif - while(1) { - ; - } -} - -/*****************************************************************************/ -/** -* -* Default Prefetch abort handler which prints prefetch fault status register through -* which information about instruction prefetch fault can be acquired -* -* @return None. -* -****************************************************************************/ -void Xil_PrefetchAbortHandler(void *CallBackRef){ - (void) CallBackRef; -#ifdef DEBUG - u32 FaultStatus; - - xdbg_printf(XDBG_DEBUG_ERROR, "Prefetch abort \n"); - #ifdef __GNUC__ - FaultStatus = mfcp(XREG_CP15_INST_FAULT_STATUS); - #elif defined (__ICCARM__) - mfcp(XREG_CP15_INST_FAULT_STATUS,FaultStatus); - #else - { volatile register u32 Reg __asm(XREG_CP15_INST_FAULT_STATUS); - FaultStatus = Reg; } - #endif - xdbg_printf(XDBG_DEBUG_GENERAL, "Prefetch abort with Instruction Fault Status Register %lx\n",FaultStatus); - xdbg_printf(XDBG_DEBUG_GENERAL, "Address of Instruction causing Prefetch abort %lx\n",PrefetchAbortAddr); -#endif - while(1) { - ; - } -} -/*****************************************************************************/ -/** -* -* Default undefined exception handler which prints address of the undefined -* instruction if debug prints are enabled -* -* @return None. -* -****************************************************************************/ -void Xil_UndefinedExceptionHandler(void *CallBackRef){ - (void) CallBackRef; - xdbg_printf(XDBG_DEBUG_GENERAL, "Address of the undefined instruction %lx\n",UndefinedExceptionAddr); - while(1) { - ; - } -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_exception.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_exception.h deleted file mode 100644 index a146f83..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_exception.h +++ /dev/null @@ -1,387 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_exception.h -* -* This header file contains ARM Cortex A53,A9,R5 specific exception related APIs. -* For exception related functions that can be used across all Xilinx supported -* processors, please use xil_exception.h. -* -* @addtogroup arm_exception_apis ARM Processor Exception Handling -* @{ -* ARM processors specific exception related APIs for cortex A53,A9 and R5 can -* utilized for enabling/disabling IRQ, registering/removing handler for -* exceptions or initializing exception vector table with null handler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 6.0   mus      27/07/16 Consolidated file for a53,a9 and r5 processors
-* 6.7   mna      26/04/18 Add API Xil_GetExceptionRegisterHandler.
-* 6.7   asa      18/05/18 Update signature of API Xil_GetExceptionRegisterHandler.
-* 7.0   mus      01/03/19 Tweak Xil_ExceptionEnableMask and
-*                         Xil_ExceptionDisableMask macros to support legacy
-*                         examples for Cortexa72 EL3 exception level.
-* 7.3   mus      04/15/20 Added Xil_EnableNestedInterrupts and
-*                         Xil_DisableNestedInterrupts macros for ARMv8.
-*                         For Cortexa72, these macro's would not be supported
-*                         at EL3, as Cortexa72 is using GIC-500(GICv3),  which
-*                         triggeres only FIQ at EL3. Fix for CR#1062506
-# 7.6   mus      09/17/21 Updated flag checking to fix warning reported with
-#                         -Wundef compiler option CR#1110261
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_EXCEPTION_H /* prevent circular inclusions */ -#define XIL_EXCEPTION_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "bspconfig.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions ****************************/ - -#define XIL_EXCEPTION_FIQ XREG_CPSR_FIQ_ENABLE -#define XIL_EXCEPTION_IRQ XREG_CPSR_IRQ_ENABLE -#define XIL_EXCEPTION_ALL (XREG_CPSR_FIQ_ENABLE | XREG_CPSR_IRQ_ENABLE) - -#define XIL_EXCEPTION_ID_FIRST 0U -#if defined (__aarch64__) -#define XIL_EXCEPTION_ID_SYNC_INT 1U -#define XIL_EXCEPTION_ID_IRQ_INT 2U -#define XIL_EXCEPTION_ID_FIQ_INT 3U -#define XIL_EXCEPTION_ID_SERROR_ABORT_INT 4U -#define XIL_EXCEPTION_ID_LAST 5U -#else -#define XIL_EXCEPTION_ID_RESET 0U -#define XIL_EXCEPTION_ID_UNDEFINED_INT 1U -#define XIL_EXCEPTION_ID_SWI_INT 2U -#define XIL_EXCEPTION_ID_PREFETCH_ABORT_INT 3U -#define XIL_EXCEPTION_ID_DATA_ABORT_INT 4U -#define XIL_EXCEPTION_ID_IRQ_INT 5U -#define XIL_EXCEPTION_ID_FIQ_INT 6U -#define XIL_EXCEPTION_ID_LAST 6U -#endif - -/* - * XIL_EXCEPTION_ID_INT is defined for all Xilinx processors. - */ -#if defined (versal) && !defined(ARMR5) && EL3 -#define XIL_EXCEPTION_ID_INT XIL_EXCEPTION_ID_FIQ_INT -#else -#define XIL_EXCEPTION_ID_INT XIL_EXCEPTION_ID_IRQ_INT -#endif - -/**************************** Type Definitions ******************************/ - -/** - * This typedef is the exception handler function. - */ -typedef void (*Xil_ExceptionHandler)(void *data); -typedef void (*Xil_InterruptHandler)(void *data); - -/** -*@endcond -*/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* @brief Enable Exceptions. -* -* @param Mask: Value for enabling the exceptions. -* -* @return None. -* -* @note If bit is 0, exception is enabled. -* C-Style signature: void Xil_ExceptionEnableMask(Mask) -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -/* - * Cortexa72 processor in versal is coupled with GIC-500, and GIC-500 supports - * only FIQ at EL3. Hence, tweaking this macro to always enable FIQ - * ignoring argument passed by user. - */ -#define Xil_ExceptionEnableMask(Mask) \ - mtcpsr(mfcpsr() & ~ ((XIL_EXCEPTION_FIQ) & XIL_EXCEPTION_ALL)) -#elif defined (__GNUC__) || defined (__ICCARM__) -#define Xil_ExceptionEnableMask(Mask) \ - mtcpsr(mfcpsr() & ~ ((Mask) & XIL_EXCEPTION_ALL)) -#else -#define Xil_ExceptionEnableMask(Mask) \ - { \ - register u32 Reg __asm("cpsr"); \ - mtcpsr((Reg) & (~((Mask) & XIL_EXCEPTION_ALL))); \ - } -#endif -/****************************************************************************/ -/** -* @brief Enable the IRQ exception. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -#define Xil_ExceptionEnable() \ - Xil_ExceptionEnableMask(XIL_EXCEPTION_FIQ) -#else -#define Xil_ExceptionEnable() \ - Xil_ExceptionEnableMask(XIL_EXCEPTION_IRQ) -#endif - -/****************************************************************************/ -/** -* @brief Disable Exceptions. -* -* @param Mask: Value for disabling the exceptions. -* -* @return None. -* -* @note If bit is 1, exception is disabled. -* C-Style signature: Xil_ExceptionDisableMask(Mask) -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -/* - * Cortexa72 processor in versal is coupled with GIC-500, and GIC-500 supports - * only FIQ at EL3. Hence, tweaking this macro to always disable FIQ - * ignoring argument passed by user. - */ -#define Xil_ExceptionDisableMask(Mask) \ - mtcpsr(mfcpsr() | ((XIL_EXCEPTION_FIQ) & XIL_EXCEPTION_ALL)) -#elif defined (__GNUC__) || defined (__ICCARM__) -#define Xil_ExceptionDisableMask(Mask) \ - mtcpsr(mfcpsr() | ((Mask) & XIL_EXCEPTION_ALL)) -#else -#define Xil_ExceptionDisableMask(Mask) \ - { \ - register u32 Reg __asm("cpsr"); \ - mtcpsr((Reg) | ((Mask) & XIL_EXCEPTION_ALL)); \ - } -#endif -/****************************************************************************/ -/** -* Disable the IRQ exception. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -#define Xil_ExceptionDisable() \ - Xil_ExceptionDisableMask(XIL_EXCEPTION_IRQ) - -#if ( defined (PLATFORM_ZYNQMP) && defined (EL3) && (EL3==1) ) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I bit in DAIF.This -* macro is defined for Cortex-A53 64 bit mode BSP configured to run -* at EL3.. However,it is not defined for Versal Cortex-A72 BSP -* configured to run at EL3. Reason is, Cortex-A72 is coupled -* with GIC-500(GICv3 specifications) and it triggers only FIQ at EL3. -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I bit -* is set as 1). To allow nesting of interrupts, this macro should be -* used. It clears the I bit. Once that bit is cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I -* bit, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("mrs X1, ELR_EL3"); \ - __asm__ __volatile__ ("mrs X2, SPSR_EL3"); \ - __asm__ __volatile__ ("stp X1,X2, [sp,#-0x10]!"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("bic X1,X1,#(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I bit in DAIF. This -* macro is defined for Cortex-A53 64 bit mode BSP configured to run -* at EL3. -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ mode and -* hence sets back the I bit. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldp X1,X2, [sp,#0x10]!"); \ - __asm__ __volatile__ ("msr ELR_EL3, X1"); \ - __asm__ __volatile__ ("msr SPSR_EL3, X2"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("orr X1, X1, #(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -#elif (defined (EL1_NONSECURE) && (EL1_NONSECURE==1)) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I bit in DAIF.This -* macro is defined for Cortex-A53 64 bit mode and Cortex-A72 64 bit -* BSP configured to run at EL1 NON SECURE -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I bit -* is set as 1). To allow nesting of interrupts, this macro should be -* used. It clears the I bit. Once that bit is cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I -* bit, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("mrs X1, ELR_EL1"); \ - __asm__ __volatile__ ("mrs X2, SPSR_EL1"); \ - __asm__ __volatile__ ("stp X1,X2, [sp,#-0x10]!"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("bic X1,X1,#(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I bit in DAIF. This -* macro is defined for Cortex-A53 64 bit mode and Cortex-A72 64 bit -* BSP configured to run at EL1 NON SECURE -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ mode and -* hence sets back the I bit. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldp X1,X2, [sp,#0x10]!"); \ - __asm__ __volatile__ ("msr ELR_EL1, X1"); \ - __asm__ __volatile__ ("msr SPSR_EL1, X2"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("orr X1, X1, #(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -#elif (!defined (__aarch64__) && !defined (ARMA53_32)) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I and F bits in CPSR. This -* API is defined for cortex-a9 and cortex-r5. -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I and F -* are 1). To allow nesting of interrupts, this macro should be -* used. It clears the I and F bits by changing the ARM mode to -* system mode. Once these bits are cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I and -* F bits, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); \ - __asm__ __volatile__ ("mrs lr, spsr"); \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr cpsr_c, #0x1F"); \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I and F bits. This API -* is defined for cortex-a9 and cortex-r5. -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ/FIQ mode and -* hence sets back the I and F bits. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr cpsr_c, #0x92"); \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr spsr_cxsf, lr"); \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - -#endif -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -extern void Xil_ExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler Handler, - void *Data); - -extern void Xil_ExceptionRemoveHandler(u32 Exception_id); -extern void Xil_GetExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler *Handler, void **Data); - -extern void Xil_ExceptionInit(void); -#if defined (__aarch64__) -void Xil_SyncAbortHandler(void *CallBackRef); -void Xil_SErrorAbortHandler(void *CallBackRef); -#else -extern void Xil_DataAbortHandler(void *CallBackRef); -extern void Xil_PrefetchAbortHandler(void *CallBackRef); -extern void Xil_UndefinedExceptionHandler(void *CallBackRef); -#endif - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_EXCEPTION_H */ -/** -* @} End of "addtogroup arm_exception_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_sleeptimer.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_sleeptimer.c deleted file mode 100644 index ba7531d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_sleeptimer.c +++ /dev/null @@ -1,143 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*****************************************************************************/ -/** -* -* @file xil_sleeptimer.c -* -* This file provides the common helper routines for the sleep API's -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6	srm  10/18/17 First Release.
-* 6.6   srm  04/20/18 Fixed compilation warning in Xil_SleepTTCCommon API
-* 7.0   mus  03/27/19 Updated XTime_StartTTCTimer to skip IOU slcr address
-*                     space access, if processor is nonsecure and IOU slcr
-*                     address space is secure. CR#1015725.
-*
-* 
-*****************************************************************************/ - -/**************************** Include Files ********************************/ - -#include "xil_io.h" -#include "xil_sleeptimer.h" -#include "xtime_l.h" - -/**************************** Constant Definitions *************************/ - - -/* Function definitions are applicable only when TTC3 is present*/ -#if defined (SLEEP_TIMER_BASEADDR) -/****************************************************************************/ -/** -* -* This is a helper function used by sleep/usleep APIs to -* have delay in sec/usec -* -* @param delay - delay time in seconds/micro seconds -* -* @param frequency - Number of counts per second/micro second -* -* @return none -* -* @note none -* -*****************************************************************************/ -void Xil_SleepTTCCommon(u32 delay, u64 frequency) -{ - u64 tEnd = 0U; - u64 tCur = 0U; - XCntrVal TimeHighVal = 0U; - XCntrVal TimeLowVal1 = 0U; - XCntrVal TimeLowVal2 = 0U; - - TimeLowVal1 = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET); - tEnd = (u64)TimeLowVal1 + ((u64)(delay) * frequency); - do - { - TimeLowVal2 = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET); - if (TimeLowVal2 < TimeLowVal1) { - TimeHighVal++; - } - TimeLowVal1 = TimeLowVal2; - tCur = (((u64) TimeHighVal) << XSLEEP_TIMER_REG_SHIFT) | - (u64)TimeLowVal2; - }while (tCur < tEnd); -} - - -/*****************************************************************************/ -/** -* -* This API starts the Triple Timer Counter -* -* @param none -* -* @return none -* -* @note none -* -*****************************************************************************/ -void XTime_StartTTCTimer() -{ - u32 TimerPrescalar; - u32 TimerCntrl; - -#if (defined (__aarch64__) && EL3==1) || (defined (ARMR5) && (PROCESSOR_ACCESS_VALUE & IOU_SLCR_TZ_MASK)) || defined (ARMA53_32) - u32 LpdRst; - -#if defined (versal) - u32 RstAddr = CRL_TTC_RST; - u32 RstMask = CRL_TTC_BASE_RST_MASK << XSLEEP_TTC_INSTANCE; -#else - u32 RstAddr = RST_LPD_IOU2; - u32 RstMask = RST_LPD_IOU2_TTC_BASE_RESET_MASK << XSLEEP_TTC_INSTANCE; -#endif - /* check if the timer is reset */ - LpdRst = XSleep_ReadCounterVal(RstAddr); - if ((LpdRst & RstMask) != 0 ) { - LpdRst = LpdRst & (~RstMask); - Xil_Out32(RstAddr, LpdRst); - } else { -#endif - TimerCntrl = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET); - /* check if Timer is disabled */ - if ((TimerCntrl & XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK) == 0) { - TimerPrescalar = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET); - /* check if Timer is configured with proper functionalty for sleep */ - if ((TimerPrescalar & XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK) == 0) - return; - } -#if (defined (__aarch64__) && EL3==1) || (defined (ARMR5) && (PROCESSOR_ACCESS_VALUE & IOU_SLCR_TZ_MASK)) || defined (ARMA53_32) - } -#endif - /* Disable the timer to configure */ - TimerCntrl = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET); - TimerCntrl = TimerCntrl | XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK; - Xil_Out32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET, - TimerCntrl); - /* Disable the prescalar */ - TimerPrescalar = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET); - TimerPrescalar = TimerPrescalar & (~XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK); - Xil_Out32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET, - TimerPrescalar); - /* Enable the Timer */ - TimerCntrl = TimerCntrl & (~XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK); - Xil_Out32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET, - TimerCntrl); -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_sleeptimer.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_sleeptimer.h deleted file mode 100644 index 5007212..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_sleeptimer.h +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_sleeptimer.h -* -* This header file contains ARM Cortex A53,A9,R5 specific sleep related APIs. -* For sleep related functions that can be used across all Xilinx supported -* processors, please use xil_sleeptimer.h. -* -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6	srm  10/18/17 First Release.
-* 7.0   mus  01/07/19 Add cpp extern macro
-*
-* 
-*****************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_SLEEPTIMER_H /* prevent circular inclusions */ -#define XIL_SLEEPTIMER_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/**************************** Include Files ********************************/ - -#include "xil_io.h" -#include "xparameters.h" -#include "bspconfig.h" - -/************************** Constant Definitions *****************************/ - -#if defined (ARMR5) || (__aarch64__) || (ARMA53_32) -#define XSLEEP_TIMER_REG_SHIFT 32U -#define XSleep_ReadCounterVal Xil_In32 -#define XCntrVal u32 -#else -#define XSLEEP_TIMER_REG_SHIFT 16U -#define XSleep_ReadCounterVal Xil_In16 -#define XCntrVal u16 -#endif - -#if defined(ARMR5) || (defined (__aarch64__) && EL3==1) || defined (ARMA53_32) -#if defined (versal) -#define CRL_TTC_RST 0xFF5E0344U -#define CRL_TTC_BASE_RST_MASK 0x1U -#else -#define RST_LPD_IOU2 0xFF5E0238U -#define RST_LPD_IOU2_TTC_BASE_RESET_MASK 0x00000800U -#endif -#endif - -#if defined (SLEEP_TIMER_BASEADDR) -/** @name Register Map -* -* Register offsets from the base address of the TTC device -* -* @{ -*/ - #define XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET 0x00000000U - /**< Clock Control Register */ - #define XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET 0x0000000CU - /**< Counter Control Register*/ - #define XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET 0x00000018U - /**< Current Counter Value */ -/* @} */ -/** @name Clock Control Register -* Clock Control Register definitions of TTC -* @{ -*/ - #define XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK 0x00000001U - /**< Prescale enable */ -/* @} */ -/** @name Counter Control Register -* Counter Control Register definitions of TTC -* @{ -*/ -#define XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK 0x00000001U - /**< Disable the counter */ -#define XSLEEP_TIMER_TTC_CNT_CNTRL_RST_MASK 0x00000010U - /**< Reset counter */ -/* @} */ - -/**************************** Type Definitions *******************************/ -/** - *@endcond - */ -/************************** Function Prototypes ******************************/ - -void Xil_SleepTTCCommon(u32 delay, u64 frequency); -void XTime_StartTTCTimer(); - -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_SLEEPTIMER_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_spinlock.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_spinlock.c deleted file mode 100644 index e40988e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_spinlock.c +++ /dev/null @@ -1,366 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_spinlock.c -* -* Implements a spinlocking mechanism using ARM load-exclusive and -* store-exclusive instructions. -* -* spinlocks in baremetal world are useful mainly for AMP kind of use cases -* where different applications run in different CPUs in a CPU cluster and -* they have a common resource to work with. -* A simple yet common example is: -* R5-0 and R5-1 have separate applications and at runtime they try to access a -* shared register space (GIC) or shared memory space. Mutual exclusion is -* really needed for such use cases. -* Similar use case applies for Zynq CortexA9-0 and CortesA9-1. -* -* The spinlock mechanism provided with this file is very simple to cater to -* baremetal world requirements. -* -* A) Unlike OS type of use cases, at any point of time, only a single lock -* can be used. There is no way in BM world we can support multiple locks -* at the same time. -* B) The spinlocking is available for ARM v7 (Cortex-R5 and Cortex-A9). -* C) Users need to provide a lock (essentially a shared address), and a flag -* (also a shared address) for spinlocking to work. These shared addresses -* must be agreed upon by apps running on both CPUs. Needless to say, -* the linker scripts must change accordingly so that apps running on both -* CPUs can have a shared DDR region from which address can be used for -* spinlocking. -* D) The address that is used for spinlocking and the address that is used -* as flag address must be in a memory region that is strongly-ordered -* or device memory. -* E) Like any similar standard use cases, one application running in any -* of the CPUs must create the spinlock address. It is advisable that the -* the same application must destroy or release the spinlock address, -* though nothing stops the other CPU in destroying and releasing the -* spinlock addresses. There has to be understanding between applications -* running on both the CPUs to ensure that correct ordering is followed. -* Once a spinlock is released, it spinlock APIs cannot be used anymore. -* F) Once a spinlock address is created it can be used any number of times -* to protect critical sections as long as a certain set of rules are -* followed and a certain set of sequences are followed. More about the -* sequences later in this description. -* G) To re-iterate, the spinlocking mechanism provided through this file is -* pretty rudimentary. Users can always improvise. The use case that -* the whole mechanism is trying to solve is: common register space -* being accesses in an AMP scenario by independent applications running -* at multiple CPUs. -* -* The usage of APIs provided in this file are summarized below. -* A) Applications running at both the CPUs ensure that they allocate shared -* memory space to be used for locking and flag maintenance. -* B) The memory allocated as shared should be of minimum size 1 MB. This -* limitation is because the way translation tables/memory map is setup -* for R5 or A9. In future, this limitation can be brought down 4 KB. -* C) The spinlock and the flag address must be uncached. Users need to c -* all Xilinx provided API Xil_SetTlbAttributes to mark the shared -* 1 MB memory space as strongly ordered or device memory. -* D) Both the applications must call the API Xil_InitializeSpinLock with -* the spinlock address, flag address and flag value to be used. Currently -* only one flag value is supported (i.e. XIL_SPINLOCK_ENABLE with -* a value of 1). -* Only if the Xil_InitializeSpinLock returns success, should they -* proceed to use Xil_SpinLock and Xil_SpinUnlock. -* F) Afterwards applications can start using the APIs Xil_SpinLock() and -* Xil_SpinUnlock() to protect the critical sections. -* G) It is highly suggested to use Xil_IsSpinLockEnabled() as a check -* before using Xil_SpinLock() or Xil_SpinUnlock(). Refer to the code -* snippet below. -* H) If spinlock is no more needed by an application, they can use the API -* Xil_ReleaseSpinLock(). -* I) Once a spinlock is created it can be used as many numbers of time as -* needed. -* -* A typical code snippet with R5 as an example and lock address falling -* in the 1 MB memory region (0x300000 to 0x400000) is given below. -* -* Code snippet for R5-0 (that runs first): -* int main() -* { -* u32 *sharedlockaddr = (int *)0x300008; -* u32 *sharedlockflagaddr = int *)0x30000C; -* Xil_SetTlbAttributes(0x300000,STRONG_ORDERD_SHARED | PRIV_RW_USER_RW); -* Xil_InitializeSpinLock((UINTPTR)sharedlockaddr,(UINTPTR)sharedlockflagaddr, -* XIL_SPINLOCK_ENABLE); -* .... -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinLock(); -* // Critical Section -* .... -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinUnlock(); -* ..... -* ..... -* Xil_ReleaseSpinLock(); -* } // End of main -* -* * Code snippet for R5-1 (that runs second): -* int main() -* { -* u32 *sharedlockaddr = (int *)0x300008; -* u32 *sharedlockflagaddr = int *)0x30000C; -* Xil_SetTlbAttributes(0x300000,STRONG_ORDERD_SHARED | PRIV_RW_USER_RW); -* Xil_InitializeSpinLock((UINTPTR)sharedlockaddr,(UINTPTR)sharedlockflagaddr, -* XIL_SPINLOCK_ENABLE); -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinLock(); -* // Critical Section -* .... -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinUnlock(); -* ..... -* ..... -* Xil_ReleaseSpinLock(); -* } // End of main -* -* Xil_SpinLock() and Xil_SpinLock() return XST_FAILURE if the spinlock -* is initialized. Instead of calling Xil_IsSpinLockEnabled before using -* Xil_SpinLock() or Xil_SpinLock(), users can also check the return -* value of Xil_SpinLock and Xil_SpinLock. If a lock is not initialized, -* Xil_SpinLock will just return failure and not perform load-exclusive -* operations. -* -* Guidelines on when to use the spinlocking mechanism in Xilinx baremetal -* environment: -* A) Spinlocking mechanism can only be used for Cortex-R5s (split mode) -* and Cortex-A9s (Zynq). -* B) In Cortex-R5 split mode or Cortex-A9 cluster, applications running on -* both the CPUs, by design should never be sharing the same peripheral. -* It is impossible to support such use cases reliably. -* Hence none of the peripheral drivers (except GIC driver) have -* spinlocking support added into their APIs. -* C) GIC register space is shared by both the CPUs (R5 split mode, A9s). -* The GIC driver APIs have spinlocking mechanism added to the relevant -* APIs. Users need to follow the guidelines stated earlier to enable -* the spinlocks and use them. -* It is really advisable to use spinlock mechanism for use cases where -* applications running on multiple CPUs can simultaneously access -* GIC register space through driver APIs. -* D) The spinlock mechanism can be used to protect any critical region -* implemented through shared memory space. -* -* IMPORTANT NOTE: Circular spinlocks are not allowed (as expected). -* Use case where an application calls Xil_SpinLock back to back without -* calling Xil_SpinUnlock in between will/may result in a deadlock -* condition. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 7.5 	asa      02/23/21 First release
-* 7.5   asa      04/28/21 Fixed bug Xil_IsSpinLockEnabled to avoid
-*                         dereferencing to address zero.
-* 
-* -******************************************************************************/ - - -/***************************** Include Files ********************************/ -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#include "xil_spinlock.h" - - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - - - -/************************** Variable Definitions ****************************/ -static UINTPTR Xil_Spinlock_Addr = 0x0; -static UINTPTR Xil_Spinlock_Flag_Addr = 0x0; - -/************************** Function Prototypes *****************************/ - -/****************************************************************************/ -/** -* -* @brief Used at the beginning of a critical section. This API takes the -* lock using load-exclusive and store-exclusive operations. In -* case the lock is not available (being held by an application -* running at the other CPU and doing operations inside the -* critical section, the control will never go out from the API -* till the other CPU releases the lock. -* -* @param None. -* -* @return XST_FAILURE: If spinlock is not properly initialized. -* XST_SUCCESS: If the lock was successfully obtained. -* -* @note None. -* -*****************************************************************************/ -u32 Xil_SpinLock(void) -{ - UINTPTR lockaddr = Xil_Spinlock_Addr; - u32 LockTempVar; - - if (Xil_Spinlock_Addr == 0) { - return XST_FAILURE; - } - - __asm__ __volatile__( - "1: ldrex %0, [%1] \n" - " teq %0, %3 \n" - " strexeq %0, %2, [%1] \n" - " teqeq %0, #0 \n" - " bne 1b \n" - " dmb \n" - : "=&r" (LockTempVar) - : "r" (lockaddr), "r"(XIL_SPINLOCK_LOCKVAL), "r"(XIL_SPINLOCK_RESETVAL) - : "cc"); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* @brief Used to release a lock previously held by calling Xil_SpinLock. -* -* @param None. -* -* @return XST_FAILURE: If spinlock is not properly initialized. -* XST_SUCCESS: If the lock was successfully obtained. -* -* @note None. -* -*****************************************************************************/ -u32 Xil_SpinUnlock(void) -{ - UINTPTR lockaddr = Xil_Spinlock_Addr; - - if (Xil_Spinlock_Addr == 0) { - return XST_FAILURE; - } - __asm__ __volatile__( - "dmb \n" - "str %1, [%0] \n" - : - : "r" (lockaddr), "r" (XIL_SPINLOCK_RESETVAL) - : "cc"); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* @brief Used to initialize a spinlock. -* -* @param lockaddr: Address of the lock variable. The address must be in -* a shared memory region. -* lockflagaddr: Address of the flag variable. The address must be -* in a shared memory region. -* lockflag: The value of the flag. Currently only one value -* is supported, which is XIL_SPINLOCK_ENABLE. -* -* @return XST_SUCCESS, if the initialization succeeded. -* XST_FAILURE, if the initialization failed -* -* @note None. -* -*****************************************************************************/ -u32 Xil_InitializeSpinLock(UINTPTR lockaddr, UINTPTR lockflagaddr, - u32 lockflag) -{ - if (Xil_Spinlock_Flag_Addr == 0) { - Xil_Spinlock_Flag_Addr = lockflagaddr; - if (*(u32 *)Xil_Spinlock_Flag_Addr == XIL_SPINLOCK_ENABLED) { - /* - * spinlock is already initialized by one of the CPUs, just update - * the local variable Xil_Spinlock_Addr with the passed address - * and dont write to the lock value as it might be currently - * getting used. - */ - /* - * Ensure to update the global variable Xil_Spinlock_Addr only - * if it is zero. A non-zero value may mean that there is something - * wrong. - */ - if (Xil_Spinlock_Addr == 0) { - Xil_Spinlock_Addr = lockaddr; - } else { - /* - * May be spinlock is already initialized and the user has not - * called Xil_ReleaseSpinLock before calling Xil_InitializeSpinLock. - */ - return XST_FAILURE; - } - } else { - /* All good, do the necessary initializations */ - Xil_Spinlock_Addr = lockaddr; - *(u32 *)(Xil_Spinlock_Addr) = XIL_SPINLOCK_RESETVAL; - *(u32 *)(Xil_Spinlock_Flag_Addr) = lockflag; - } - return XST_SUCCESS; - } else { - /* - * Most probably spinlock is already initialized and the user has not - * called Xil_ReleaseSpinLock before calling Xil_InitializeSpinLock. - */ - return XST_FAILURE; - } -} - - -/****************************************************************************/ -/** -* @brief Used to release the spinlock. Typically called by the application -* once spinlock feature is no more required. -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void Xil_ReleaseSpinLock(void) -{ - Xil_Spinlock_Addr = 0; - Xil_Spinlock_Flag_Addr = 0; -} - -/****************************************************************************/ -/** -* @brief Used to know if the spinlock feature has been enabled. To ensure -* that spinlock feature does not break use cases where lock is -* not initialized, the application must call this API first to know -* if it can use spinlock. If this API returns non-zero value, an -* application should then use Xil_SpinLock or Xil_SpinUnlock. -* -* @param None -* -* @return Non-zero, if spinlock is already initialized and can be used. -* Zero, if spinlock is not initialized. -* -* @note -* -*****************************************************************************/ -u32 Xil_IsSpinLockEnabled(void) -{ - u32 retVal = FALSE; - - if (Xil_Spinlock_Flag_Addr != 0) { - if (*(u32 *)(Xil_Spinlock_Flag_Addr) == XIL_SPINLOCK_ENABLED) { - retVal = TRUE; - } - } - return retVal; -} -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_spinlock.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_spinlock.h deleted file mode 100644 index fa58233..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/common/xil_spinlock.h +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_spinlock.h -* -* This header file contains function prototypes to be used while using Xilinx -* spinlocking mechanism. -* Please refer to file header contents of xil_spinlock.c to understand in -* detail the spinlocking mechanism. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 7.5 	asa		 02/16/21 First release
-* 7.6	sk	 08/05/21 Add Boolean check and braces for Xil_IsSpinLockEnabled
-* 			  if condition to fix misrac violations.
-* 
-* -******************************************************************************/ - -#ifndef XIL_SPINLOCK_H /* prevent circular inclusions */ -#define XIL_SPINLOCK_H /* by using protection macros */ - -/***************************** Include Files ********************************/ -#include "xil_types.h" -#include "xstatus.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -/************************** Function Prototypes *****************************/ -u32 Xil_SpinLock(void); -u32 Xil_SpinUnlock(void); -u32 Xil_InitializeSpinLock(UINTPTR lockaddr, UINTPTR lockflagaddr, - u32 lockflag); -void Xil_ReleaseSpinLock(void); -u32 Xil_IsSpinLockEnabled(void); - -/************************** MACRO Definitions ****************************/ -#define XIL_SPINLOCK_LOCKVAL 0x10203040 -#define XIL_SPINLOCK_RESETVAL 0x40302010 -#define XIL_SPINLOCK_ENABLE 0x17273747 -#define XIL_SPINLOCK_ENABLED 0x17273747 -/***************** Macros (Inline Functions) Definitions ********************/ - -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ -/***************************************************************************/ -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#define XIL_SPINLOCK() \ - if(Xil_IsSpinLockEnabled()!=(u32)0) { \ - Xil_SpinLock(); } -#else -#define XIL_SPINLOCK() -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ - -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#define XIL_SPINUNLOCK() \ - if(Xil_IsSpinLockEnabled()!=(u32)0) { \ - Xil_SpinUnlock(); } -#else -#define XIL_SPINUNLOCK() -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ - - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_SPINLOCK_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/ARM_argv_veneer.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/ARM_argv_veneer.c deleted file mode 100644 index 1de5c87..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/ARM_argv_veneer.c +++ /dev/null @@ -1,6 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -void __ARM_argv_veneer(void) {}; diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/Makefile deleted file mode 100644 index 858d3ce..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -############################################################################### -# Copyright (c) 2011 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = 1.0 - -include config.make - -AS=$(ASSEMBLER) -COMPILER=$(COMPILER) -ARCHIVER=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= - -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -ECC_FLAGS += --cpu=Cortex-A9 --fpu=VFPv3_FP16 --vectorize - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ - -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) -INCLUDEFILES=*.h - -COBJS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) -AOBJS1 = $(RELEASEDIR)asm_vectors.o -AOBJS2 = $(RELEASEDIR)translation_table.o -OBJS = $(COBJS) $(AOBJS1) $(AOBJS2) $(RELEASEDIR)boot.o - -ASOURCES1 = asm_vectors.s -ASOURCES2 = translation_table.s - -# Replace boot.o with boot_post.o -OBJECTS = $(OBJS) - -libs: $(LIBS) -standalone_libs: $(OBJS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)boot.o: boot.S -ifeq ($(findstring boot.S,$(wildcard *.S)),boot.S) - ${COMPILER} $(INCLUDES) -E -o boot_post.s boot.S -endif - - ${AS} --cpu=Cortex-A9 --fpu=VFPv3 -o $*.o boot_post.s --depend=$*.d - -$(AOBJS1): $(ASOURCES1) - - ${AS} --cpu=Cortex-A9 --fpu=VFPv3 --depend=$*.d $< -o $@ - -$(AOBJS2): $(ASOURCES2) - - ${AS} --cpu=Cortex-A9 --fpu=VFPv3 --depend=$*.d $< -o $@ - -$(RELEASEDIR)%.o: %.c - - ${COMPILER} -c $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_close.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_close.c deleted file mode 100644 index ab16593..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_close.c +++ /dev/null @@ -1,11 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -/* Stuv for close() sys-call */ -__weak s32 _sys_close(s32 fh) -{ - return -1; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_exit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_exit.c deleted file mode 100644 index 42baaee..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_exit.c +++ /dev/null @@ -1,13 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -/* Stuv for exit() sys-call */ -__weak void _sys_exit(s32 rc) -{ - while(1) { - ; - } -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_iserror.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_iserror.c deleted file mode 100644 index 3972482..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_iserror.c +++ /dev/null @@ -1,15 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -/* Stub for iserror() function */ -__weak s32 _sys_iserror(s32 status) -{ - if(status<0) { - return 1; - } - - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_istty.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_istty.c deleted file mode 100644 index 63d535c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_istty.c +++ /dev/null @@ -1,12 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -/* Stub for istty sys-call */ -__weak s32 _sys_istty(u32* f) -{ - /* cannot read/write files */ - return 1; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_open.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_open.c deleted file mode 100644 index 7307646..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_open.c +++ /dev/null @@ -1,11 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -/* Stub for open sys-call */ -__weak s32 _sys_open(const char8* name, s32 openmode) -{ - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_read.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_read.c deleted file mode 100644 index 243c109..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_read.c +++ /dev/null @@ -1,12 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -/* Stub for read() sys-call */ -__weak s32 _sys_read(u32 fh, u8 *buf, u32 len, s32 mode) -{ - /* Return the number of character NOT read */ - return len; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_time.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_time.c deleted file mode 100644 index 7281ac4..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_time.c +++ /dev/null @@ -1,17 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -#include - -/* - * clock -- It supposed to return processor time. We are not implementing - * this function, as timekeeping is tightly coupled with system, hence - * always returning 0. Users can override this with their system - * specific implementation. - * - */ -__weak clock_t clock(void) -{ - return (0); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_write.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_write.c deleted file mode 100644 index 084de81..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/_sys_write.c +++ /dev/null @@ -1,24 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include "xil_types.h" -#include "xparameters.h" - -__weak s32 _sys_write(u32 fh, const u8 *buf, u32 len, s32 mode) -{ -#ifdef STDOUT_BASEADDRESS - u32 volatile *uart_base = (u32 *)STDOUT_BASEADDRESS; - s32 i; - - for (i =0; i < len;i++) { - /* wait if TNFUL */ - while (*(uart_base + 11U) & (1U << 14U)) { - ; - } - *(uart_base + 12U) = buf[i]; - } -#endif - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/asm_vectors.s b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/asm_vectors.s deleted file mode 100644 index 98aa62a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/asm_vectors.s +++ /dev/null @@ -1,142 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;***************************************************************************** -;**************************************************************************** -;** -; @file asm_vectors.s -; -; This file contains the initial vector table for the Cortex A9 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver	Who     Date	  Changes
-; ----- ------- -------- ---------------------------------------------------
-; 1.00a ecm/sdm 10/20/09 Initial version
-; 3.11a asa	9/17/13	 Added support for neon.
-; 4.00  pkp	01/22/14 Modified return addresses for interrupt
-;			 handlers
-; 5.1	pkp	05/13/15 Saved the addresses of instruction causing data
-;			 abort and prefetch abort into DataAbortAddr and
-;			 PrefetchAbortAddr for further use to fix CR#854523
-; 5.4	pkp	12/03/15 Added handler for undefined exception
-;
-; -; @note -; -; None. -; -;**************************************************************************** - - EXPORT _vector_table - EXPORT IRQHandler - - IMPORT _boot - IMPORT _prestart - IMPORT IRQInterrupt - IMPORT FIQInterrupt - IMPORT SWInterrupt - IMPORT DataAbortInterrupt - IMPORT PrefetchAbortInterrupt - IMPORT UndefinedException - IMPORT DataAbortAddr - IMPORT PrefetchAbortAddr - IMPORT UndefinedExceptionAddr - - AREA |.vectors|, CODE - REQUIRE8 {TRUE} - PRESERVE8 {TRUE} - ENTRY ; define this as an entry point -_vector_table - B _boot - B Undefined - B SVCHandler - B PrefetchAbortHandler - B DataAbortHandler - NOP ; Placeholder for address exception vector - B IRQHandler - B FIQHandler - - -IRQHandler ; IRQ vector handler - - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} - bl IRQInterrupt ; IRQ vector - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - - -FIQHandler ; FIQ vector handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -FIQLoop - bl FIQInterrupt ; FIQ vector - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - - -Undefined ; Undefined handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =UndefinedExceptionAddr - sub r1, lr,#4 - str r1, [r0] ; Address of instruction causing undefined exception - bl UndefinedException ; UndefinedException: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - - movs pc, lr - - -SVCHandler ; SWI handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - tst r0, #0x20 ; check the T bit - ldrneh r0, [lr,#-2] ; Thumb mode - bicne r0, r0, #0xff00 ; Thumb mode - ldreq r0, [lr,#-4] ; ARM mode - biceq r0, r0, #0xff000000 ; ARM mode - bl SWInterrupt ; SWInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - movs pc, lr ; adjust return - -DataAbortHandler ; Data Abort handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =DataAbortAddr - sub r1, lr,#8 - str r1, [r0] ;Address of instruction causing data abort - bl DataAbortInterrupt ;DataAbortInterrupt :call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #8 ; adjust return - -PrefetchAbortHandler ; Prefetch Abort handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =PrefetchAbortAddr - sub r1, lr,#4 - str r1, [r0] ;Address of instruction causing prefetch abort - bl PrefetchAbortInterrupt ; PrefetchAbortInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - - END diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/boot.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/boot.S deleted file mode 100644 index a224878..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/boot.S +++ /dev/null @@ -1,454 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;***************************************************************************** -;**************************************************************************** -;** -; @file boot.S -; -; This file contains the initial startup code for the Cortex A9 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver	Who	  Date	  Changes
-; ----- ------- -------- ---------------------------------------------------
-; 1.00a ecm/sdm 10/20/09 Initial version
-; 3.04a sdm	01/02/12 Updated to clear cp15 regs with unknown reset values
-; 3.06a sgd     05/15/12 Updated L2CC Auxiliary and Tag RAM Latency control
-;			 register settings.
-; 3.06a asa 	06/17/12 Modified the TTBR settings and L2 Cache auxiliary
-;		         register settings.
-; 3.07a sgd 	07/05/12 Updated with reset and start Global Timer
-; 3.07a sgd 	10/19/12 SMC NOR and SRAM initialization with build option
-; 4.2   pkp	06/19/14 Enabled asynchronous abort exception
-; 4.2	pkp  	08/04/14 Removed PEEP board related code which contained
-;			 initialization of uart smc nor and sram
-; 5.0	pkp	16/12/14 Modified initialization code to enable scu after
-;			 MMU is enabled and removed incorrect initialization
-;			 of TLB lockdown register to fix CR#830580
-; 5.1   pkp	05/13/15 Changed the initialization order so to first invalidate
-;			 caches and TLB, enable MMU and caches, then enable SMP
-;			 bit in ACTLR. L2Cache invalidation and enabling of L2Cache
-;			 is done later.
-; 5.4  asa      12/06/15 Added code to initialize SPSR for all relevant modes.
-; 6.0  mus      04/08/16 Added code to detect zynq-7000 base silicon configuration and
-;                        attempt to enable dual core behavior on single cpu zynq-7000s devices
-;                        is prevented from corrupting system behavior.
-; 6.0  mus      24/08/16 Check CPU core before putting cpu1 to reset for single core
-;                        zynq-7000s devices
-; 6.6   srm	  10/25/17  Added timer configuration using XTime_StartTTCTimer API.
-*		      	        Now the TTC instance as specified by the user will be
-*					    started.
-; 
-; -; @note -; -; None. -; -;**************************************************************************** - - - -#include "xparameters.h" -#include "xil_errata.h" - -#define UART_BAUDRATE 115200 - - EXPORT _prestart - EXPORT _boot - - IMPORT |Image$$ARM_LIB_STACK$$ZI$$Limit| - IMPORT |Image$$IRQ_STACK$$ZI$$Limit| - IMPORT |Image$$SPV_STACK$$ZI$$Limit| - IMPORT |Image$$ABORT_STACK$$ZI$$Limit| - IMPORT MMUTable - IMPORT _vector_table - IMPORT __main - IMPORT Xil_ExceptionInit - IMPORT XTime_SetTime -#if defined SLEEP_TIMER_BASEADDR - IMPORT XTime_StartTTCTimer -#endif - -PSS_L2CC_BASE_ADDR EQU 0xF8F02000 -PSS_SLCR_BASE_ADDR EQU 0xF8000000 - -L2CCWay EQU (PSS_L2CC_BASE_ADDR + 0x077C) ;(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_INVLD_WAY_OFFSET) -L2CCSync EQU (PSS_L2CC_BASE_ADDR + 0x0730) ;(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_SYNC_OFFSET) -L2CCCrtl EQU (PSS_L2CC_BASE_ADDR + 0x0100) ;(PSS_L2CC_BASE_ADDR + PSS_L2CC_CNTRL_OFFSET) -L2CCAuxCrtl EQU (PSS_L2CC_BASE_ADDR + 0x0104) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_AUX_CNTRL_OFFSET) -L2CCTAGLatReg EQU (PSS_L2CC_BASE_ADDR + 0x0108) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_TAG_RAM_CNTRL_OFFSET) -L2CCDataLatReg EQU (PSS_L2CC_BASE_ADDR + 0x010C) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_DATA_RAM_CNTRL_OFFSET) -L2CCIntClear EQU (PSS_L2CC_BASE_ADDR + 0x0220) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_IAR_OFFSET) -L2CCIntRaw EQU (PSS_L2CC_BASE_ADDR + 0x021C) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_ISR_OFFSET) - -SLCRlockReg EQU (PSS_SLCR_BASE_ADDR + 0x04) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_LOCK_OFFSET)*/ -SLCRUnlockReg EQU (PSS_SLCR_BASE_ADDR + 0x08) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_UNLOCK_OFFSET)*/ -SLCRL2cRamReg EQU (PSS_SLCR_BASE_ADDR + 0xA1C) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_L2C_RAM_OFFSET)*/ -SLCRCPURSTReg EQU (0xF8000000 + 0x244) ;(XPS_SYS_CTRL_BASEADDR + A9_CPU_RST_CTRL_OFFSET) -EFUSEStaus EQU (0xF800D000 + 0x10) ;(XPS_EFUSE_BASEADDR + EFUSE_STATUS_OFFSET) - -SLCRlockKey EQU 0x767B /* SLCR lock key */ -SLCRUnlockKey EQU 0xDF0D /* SLCR unlock key */ -SLCRL2cRamConfig EQU 0x00020202 /* SLCR L2C ram configuration */ - -CRValMmuCac EQU 2_01000000000101 ; Enable IDC, and MMU -CRValHiVectorAddr EQU 2_10000000000000 ; Set the Vector address to high, 0xFFFF0000 - -L2CCAuxControl EQU 0x72360000 ; Enable all prefetching, Way Size (16 KB) and High Priority for SO and Dev Reads Enable -L2CCControl EQU 0x01 ; Enable L2CC -L2CCTAGLatency EQU 0x0111 ; 7 Cycles of latency for TAG RAM -L2CCDataLatency EQU 0x0121 ; 7 Cycles of latency for DATA RAM - -FPEXC_EN EQU 0x40000000 ; FPU enable bit, (1 << 30) - - AREA |.boot|, CODE - PRESERVE8 - - -; this initializes the various processor modes - -_prestart -_boot - -#if XPAR_CPU_ID==0 -; only allow cp0 through - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #0 - beq CheckEFUSE -EndlessLoop0 - wfe - b EndlessLoop0 - -CheckEFUSE - ldr r0,=EFUSEStaus - ldr r1,[r0] ; Read eFuse setting - ands r1,r1,#0x80 ; Check whether device is having single core - beq OKToRun - ; Single core device, reset CPU1 - ldr r0,=SLCRUnlockReg ; Load SLCR base address base + unlock register - ldr r1,=SLCRUnlockKey ; set unlock key - str r1, [r0] ; Unlock SLCR - - ldr r0,=SLCRCPURSTReg - ldr r1,[r0] ; Read CPU Software Reset Control register - orr r1,r1,#0x22 - str r1,[r0] ; Reset CPU1 - - ldr r0,=SLCRlockReg ; Load SLCR base address base + lock register - ldr r1,=SLCRlockKey ; set lock key - str r1, [r0] ; lock SLCR - -#elif XPAR_CPU_ID==1 -; only allow cpu1 through - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #1 - beq CheckEFUSE1 - b EndlessLoop1 - -CheckEFUSE1 - ldr r0,=EFUSEStaus - ldr r1,[r0] ; Read eFuse setting - ands r1,r1,#0x80 ; Check whether device is having single core - beq OKToRun -EndlessLoop1 - wfe - b EndlessLoop1 -#endif - -OKToRun - mrc p15, 0, r0, c0, c0, 0 /* Get the revision */ - and r5, r0, #0x00f00000 - and r6, r0, #0x0000000f - orr r6, r6, r5, lsr #20-4 - -#ifdef CONFIG_ARM_ERRATA_742230 - cmp r6, #0x22 /* only present up to r2p2 */ - mrcle p15, 0, r10, c15, c0, 1 /* read diagnostic register */ - orrle r10, r10, #1 << 4 /* set bit #4 */ - mcrle p15, 0, r10, c15, c0, 1 /* write diagnostic register */ -#endif - -#ifdef CONFIG_ARM_ERRATA_743622 - teq r5, #0x00200000 /* only present in r2p* */ - mrceq p15, 0, r10, c15, c0, 1 /* read diagnostic register */ - orreq r10, r10, #1 << 6 /* set bit #6 */ - mcreq p15, 0, r10, c15, c0, 1 /* write diagnostic register */ -#endif - - /* set VBAR to the _vector_table address in scatter file */ - ldr r0, =_vector_table - mcr p15, 0, r0, c12, c0, 0 - - ;invalidate scu - ldr r7, =0xf8f0000c - ldr r6, =0xffff - str r6, [r7] - - ;Invalidate caches and TLBs - mov r0,#0 ; r0 = 0 - mcr p15, 0, r0, c8, c7, 0 ; invalidate TLBs - mcr p15, 0, r0, c7, c5, 0 ; invalidate icache - mcr p15, 0, r0, c7, c5, 6 ; Invalidate branch predictor array - bl invalidate_dcache ; invalidate dcache - - ; Disable MMU, if enabled - mrc p15, 0, r0, c1, c0, 0 ; read CP15 register 1 - bic r0, r0, #0x1 ; clear bit 0 - mcr p15, 0, r0, c1, c0, 0 ; write value back - -#ifdef SHAREABLE_DDR - ; Mark the entire DDR memory as shareable - ldr r3, =0x3ff ; 1024 entries to cover 1G DDR - ldr r0, =TblBase ; MMU Table address in memory - ldr r2, =0x15de6 ; S=1, TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 -shareable_loop: - str r2, [r0] ; write the entry to MMU table - add r0, r0, #0x4 ; next entry in the table - add r2, r2, #0x100000 ; next section - subs r3, r3, #1 - bge shareable_loop ; loop till 1G is covered -#endif - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the irq stack pointer - and r2, r1, r0 - orr r2, r2, #0x12 ; IRQ mode - msr apsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=|Image$$IRQ_STACK$$ZI$$Limit| ; IRQ stack pointer - bic r2, r2, #(0x1 << 9) ; Set EE bit to little-endian - msr spsr_fsxc,r2 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the supervisor stack pointer - and r2, r1, r0 - orr r2, r2, #0x13 ; supervisor mode - msr apsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=|Image$$SPV_STACK$$ZI$$Limit| ; Supervisor stack pointer - bic r2, r2, #(0x1 << 9) ; Set EE bit to little-endian - msr spsr_fsxc,r2 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the Abort stack pointer - and r2, r1, r0 - orr r2, r2, #0x17 ; Abort mode - msr apsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=|Image$$ABORT_STACK$$ZI$$Limit| ; Abort stack pointer - bic r2, r2, #(0x1 << 9) ; Set EE bit to little-endian - msr spsr_fsxc,r2 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the system stack pointer - and r2, r1, r0 - orr r2, r2, #0x1f ; SYS mode - msr apsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=|Image$$ARM_LIB_STACK$$ZI$$Limit| ; SYS stack pointer - - ;set scu enable bit in scu - ldr r7, =0xf8f00000 - ldr r0, [r7] - orr r0, r0, #0x1 - str r0, [r7] - - ; enable MMU and cache - - ldr r0,=MMUTable ; Load MMU translation table base - orr r0, r0, #0x5B ; Outer-cacheable, WB - mcr p15, 0, r0, c2, c0, 0 ; TTB0 - - mvn r0,#0 - mcr p15,0,r0,c3,c0,0 - - ; Enable mmu, icahce and dcache - ldr r0,=CRValMmuCac - - mcr p15,0,r0,c1,c0,0 ; Enable cache and MMU - dsb ; dsb allow the MMU to start up - isb ; isb flush prefetch buffer - - - ; Write to ACTLR - mrc p15, 0,r0, c1, c0, 1 ; Read ACTLR - orr r0, r0, #(0x01 << 6) ; SMP bit - orr r0, r0, #(0x01 ) ; Cache/TLB maintenance broadcast - mcr p15, 0,r0, c1, c0, 1 ; Write ACTLR - -; Invalidate L2 Cache and initialize L2 Cache -; For AMP, assume running on CPU1. Don't initialize L2 Cache (up to Linux) -#if USE_AMP!=1 - ldr r0,=L2CCCrtl ; Load L2CC base address base + control register - mov r1, #0 ; force the disable bit - str r1, [r0] ; disable the L2 Caches - - ldr r0,=L2CCAuxCrtl ; Load L2CC base address base + Aux control register - ldr r1,[r0] ; read the register - ldr r2,=L2CCAuxControl ; set the default bits - orr r1,r1,r2 - str r1, [r0] ; store the Aux Control Register - - ldr r0,=L2CCTAGLatReg ; Load L2CC base address base + TAG Latency address - ldr r1,=L2CCTAGLatency ; set the latencies for the TAG - str r1, [r0] ; store the TAG Latency register Register - - ldr r0,=L2CCDataLatReg ; Load L2CC base address base + Data Latency address - ldr r1,=L2CCDataLatency ; set the latencies for the Data - str r1, [r0] ; store the Data Latency register Register - - ldr r0,=L2CCWay ; Load L2CC base address base + way register - ldr r2, =0xFFFF - str r2, [r0] ; force invalidate - - ldr r0,=L2CCSync ; need to poll 0x730, PSS_L2CC_CACHE_SYNC_OFFSET - ; Load L2CC base address base + sync register - ; poll for completion -Sync - ldr r1, [r0] - cmp r1, #0 - bne Sync - - ldr r0,=L2CCIntRaw ; clear pending interrupts - ldr r1,[r0] - ldr r0,=L2CCIntClear - str r1,[r0] - - ldr r0,=SLCRUnlockReg ;Load SLCR base address base + unlock register - ldr r1,=SLCRUnlockKey ;set unlock key - str r1, [r0] ;Unlock SLCR - - ldr r0,=SLCRL2cRamReg ;Load SLCR base address base + l2c Ram Control register - ldr r1,=SLCRL2cRamConfig ;set the configuration value - str r1, [r0] ;store the L2c Ram Control Register - - ldr r0,=SLCRlockReg ;Load SLCR base address base + lock register - ldr r1,=SLCRlockKey ;set lock key - str r1, [r0] ;lock SLCR - - ldr r0,=L2CCCrtl ; Load L2CC base address base + control register - ldr r1,[r0] ; read the register - mov r2, #L2CCControl ; set the enable bit - orr r1,r1,r2 - str r1, [r0] ; enable the L2 Caches -#endif - - mov r0, r0 - mrc p15, 0, r1, c1, c0, 2 ; read cp access control register (CACR) into r1 - orr r1, r1, #(0xf << 20) ; enable full access for p10 & p11 - mcr p15, 0, r1, c1, c0, 2 ; write back into CACR - - ; enable vfp - fmrx r1, FPEXC ; read the exception register - orr r1,r1, #FPEXC_EN ; set VFP enable bit, leave the others in orig state - fmxr FPEXC, r1 ; write back the exception register - - mrc p15, 0, r0, c1, c0, 0 ; flow prediction enable - orr r0, r0, #(0x01 << 11) ; #0x8000 - mcr p15,0,r0,c1,c0,0 - - mrc p15, 0, r0, c1, c0, 1 ; read Auxiliary Control Register - orr r0, r0, #(0x1 << 2) ; enable Dside prefetch - orr r0, r0, #(0x1 << 1) ; enable L2 prefetch - mcr p15, 0, r0, c1, c0, 1 ; write Auxiliary Control Register - - mrs r0, cpsr /* get the current PSR */ - bic r0, r0, #0x100 /* enable asynchronous abort exception */ - msr cpsr_xsf, r0 - -; Clear cp15 regs with unknown reset values - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 ; DFSR - mcr p15, 0, r0, c5, c0, 1 ; IFSR - mcr p15, 0, r0, c6, c0, 0 ; DFAR - mcr p15, 0, r0, c6, c0, 2 ; IFAR - mcr p15, 0, r0, c9, c13, 2 ; PMXEVCNTR - mcr p15, 0, r0, c13, c0, 2 ; TPIDRURW - mcr p15, 0, r0, c13, c0, 3 ; TPIDRURO - -; Reset and start Cycle Counter - mov r2, #0x80000000 ; clear overflow - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd ; D, C, E - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 ; enable cycle counter - mcr p15, 0, r2, c9, c12, 1 - -; Reset and start Global Timer - mov r0, #0x0 - mov r1, #0x0 - bl XTime_SetTime - -; Reset and start Triple Timer counter - #if defined SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer - #endif - -#ifdef PROFILING /* defined in Makefile */ - /* Setup profiling stuff */ - bl _profile_init -#endif /* PROFILING */ - -; make sure argc and argv are valid - mov r0, #0 - mov r1, #0 - b __main ; jump to C startup code - and r0, r0, r0 ; no op - -Ldone b Ldone ; Paranoia: we should never get here - - -; ************************************************************************* -; * -; * invalidate_dcache - invalidate the entire d-cache by set/way -; * -; * Note: for Cortex-A9, there is no cp instruction for invalidating -; * the whole D-cache. Need to invalidate each line. -; * -; ************************************************************************* - -invalidate_dcache - mrc p15, 1, r0, c0, c0, 1 ; read CLIDR - ands r3, r0, #0x7000000 - mov r3, r3, lsr #23 ; cache level value (naturally aligned) - beq finished - mov r10, #0 ; start with level 0 -loop1 - add r2, r10, r10, lsr #1 ; work out 3xcachelevel - mov r1, r0, lsr r2 ; bottom 3 bits are the Cache type for this level - and r1, r1, #7 ; get those 3 bits alone - cmp r1, #2 - blt skip ; no cache or only instruction cache at this level - mcr p15, 2, r10, c0, c0, 0 ; write the Cache Size selection register - isb ; isb to sync the change to the CacheSizeID reg - mrc p15, 1, r1, c0, c0, 0 ; reads current Cache Size ID register - and r2, r1, #7 ; extract the line length field - add r2, r2, #4 ; add 4 for the line length offset (log2 16 bytes) - ldr r4, =0x3ff - ands r4, r4, r1, lsr #3 ; r4 is the max number on the way size (right aligned) - clz r5, r4 ; r5 is the bit position of the way size increment - ldr r7, =0x7fff - ands r7, r7, r1, lsr #13 ; r7 is the max number of the index size (right aligned) -loop2 - mov r9, r4 ; r9 working copy of the max way size (right aligned) -loop3 - orr r11, r10, r9, lsl r5 ; factor in the way number and cache number into r11 - orr r11, r11, r7, lsl r2 ; factor in the index number - mcr p15, 0, r11, c7, c6, 2 ; invalidate by set/way - subs r9, r9, #1 ; decrement the way number - bge loop3 - subs r7, r7, #1 ; decrement the index - bge loop2 -skip - add r10, r10, #2 ; increment the cache number - cmp r3, r10 - bgt loop1 - -finished - mov r10, #0 ; switch back to cache level 0 - mcr p15, 2, r10, c0, c0, 0 ; select current cache level in cssr - isb - - bx lr - - END diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/translation_table.s b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/translation_table.s deleted file mode 100644 index 072e779..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/translation_table.s +++ /dev/null @@ -1,169 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;***************************************************************************** -;**************************************************************************** -;** -; @file translation_table.s -; -; This file contains the initialization for the MMU table in RAM -; needed by the Cortex A9 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver   Who  Date     Changes
-; ----- ---- -------- ---------------------------------------------------
-; 1.00a ecm  10/20/09 Initial version
-; 3.07a sgd  07/05/2012 Configuring device address spaces as shareable device
-;		       instead of strongly-ordered.
-; 4.2	pkp  09/02/14 modified translation table entries according to address map
-; 4.2	pkp  09/11/14 modified translation table entries to resolve compilation
-;		      error for solving CR#822897
-; 6.1	pkp  07/11/16 Corrected comments for memory attributes
-; 
-; -; @note -; -; None. -; -;**************************************************************************** - EXPORT MMUTable - - AREA |.mmu_tbl|,CODE,ALIGN=14 - -MMUTable - ; Each table entry occupies one 32-bit word and there are - ; 4096 entries, so the entire table takes up 16KB. - ; Each entry covers a 1MB section. - - - GBLA count - GBLA sect - -; 0x00000000 - 0x3ffffff (DDR Cacheable) -count SETA 0 -sect SETA 0 - WHILE count<0x400 - DCD sect + 0x15de6 ; S=1, TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0x40000000 - 0x7fffffff (GpAxi0) -count SETA 0 - WHILE count<0x400 - DCD sect + 0xc02 ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0x80000000 - 0xbfffffff (GpAxi1) -count SETA 0 - WHILE count<0x400 - DCD sect + 0xc02 ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xc0000000 - 0xdfffffff (undef) -count SETA 0 - WHILE count<0x200 - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xe0000000 - 0xe02fffff (IOP dev) -count SETA 0 - WHILE count<0x3 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xe0300000 - 0xe0ffffff (undef/reserved) -count SETA 0 - WHILE count<0xD - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xe1000000 - 0xe1ffffff (NAND) -count SETA 0 - WHILE count<0x10 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xe2000000 - 0xe3ffffff (NOR) -count SETA 0 - WHILE count<0x20 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - - ; 0xe4000000 - 0xe5ffffff (SRAM) -count SETA 0 - WHILE count<0x20 - DCD sect + 0xc0e ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b1 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xe6000000 - 0xf7ffffff (reserved) -count SETA 0 - WHILE count<0x120 - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xf8000c00 to 0xf8000fff, 0xf8010000 to 0xf88fffff and -; 0xf8f03000 to 0xf8ffffff are reserved but due to granual size of -; 1MB, it is not possible to define separate regions for them - -; 0xf8000000 - 0xf8ffffff (APB device regs) -count SETA 0 - WHILE count<0x10 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xf9000000 - 0xfbffffff (reserved) -count SETA 0 - WHILE count<0x30 - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xfc000000 - 0xfdffffff (QSPI) -count SETA 0 - WHILE count<0x20 - DCD sect + 0xc0a ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xfe000000 - 0xffefffff (reserved) -count SETA 0 - WHILE count<0x1F - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - WEND - -; 0xfff00000 to 0xfffb0000 is reserved but due to granual size of -; 1MB, it is not possible to define separate region for it - -; 0xfff00000 to 0xfffb0000 (OCM) -count SETA 0 - DCD sect + 0x4c0e ; S=b0 TEX=b100 AP=b11, Domain=b0, C=b1, B=b1 -sect SETA sect+0x100000 - - END diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/xpseudo_asm_rvct.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/xpseudo_asm_rvct.c deleted file mode 100644 index e5a1efd..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/xpseudo_asm_rvct.c +++ /dev/null @@ -1,122 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_rvct.c -* -* This header file contains functions for using assembler code. It is -* written specifically for RVCT. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  11/18/09 First Release
-* 7.2   asa  04/04/20 Renamed the str macro to strw.
-* 
-* -******************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xpseudo_asm_rvct.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -/* embedded assembler instructions */ -__asm void cpsiei(void) -{ - cpsie i - bx lr -} -__asm void cpsidi(void) -{ - cpsid i - bx lr -} - -__asm void cpsief(void) -{ - cpsie f - bx lr -} - -__asm void cpsidf(void) -{ - cpsid f - bx lr -} - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -__asm void isb(void) -{ - isb - bx lr -} - -/* Data Synchronization Barrier */ -__asm void dsb(void) -{ - dsb - bx lr -} - -/* Data Memory Barrier */ -__asm void dmb(void) -{ - dmb - bx lr -} - -/* Memory Operations */ -__asm u32 ldr(u32 adr) -{ - ldr r0, [r0] - bx lr -} - -__asm u32 ldrb(u32 adr) -{ - ldrb r0, [r0] - bx lr -} - -__asm void strw(u32 adr, u32 val) -{ - str r1, [r0] - bx lr -} - -__asm void strb(u32 adr, u32 val) -{ - strb r1, [r0] - bx lr -} - -/* Count leading zeroes (clz) */ -__asm u32 clz(u32 arg) -{ - clz r0, r0 - bx lr -} - -__asm u32 mfcpsr(void) -{ - mrs r0, cpsr - bx lr -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/xpseudo_asm_rvct.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/xpseudo_asm_rvct.h deleted file mode 100644 index 684c01f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/armcc/xpseudo_asm_rvct.h +++ /dev/null @@ -1,112 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_rvct.h -* -* This header file contains macros for using __inline assembler code. It is -* written specifically for RVCT. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  11/18/09 First Release
-* 7.2   asa  04/03/20 Renamed the str macro to strw.
-* 
-* -******************************************************************************/ -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_RVCT_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_RVCT_H /* by using protection macros */ - -/***************************** Include Files ********************************/ -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - - -#define mtcpsr(v) { volatile register u32 Reg __asm("cpsr");\ - Reg = v; } - -/* general purpose register read/write */ -/*#define mfgpr(rn) ({ unsigned int val; \ - register unsigned int Reg __asm("r" stringify(rn));\ - val = Reg; \ - val;})*/ - -#define mtgpr(rn, v) { volatile register u32 Reg __asm("r" stringify(rn));\ - Reg = v; } - -/* CP15 operations */ -/*#define mfcp(rn) ({ unsigned int val; \ - val = register unsigned int Reg __asm(rn); \ - val;})*/ - -#define mtcp(rn, v) { volatile register u32 Reg __asm(rn); \ - Reg = v; } - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -__asm void cpsiei(void); - -__asm void cpsidi(void); - -__asm void cpsief(void); - -__asm void cpsidf(void); - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -__asm void isb(void); - -/* Data Synchronization Barrier */ -__asm void dsb(void); - -/* Data Memory Barrier */ -__asm void dmb(void); - -/* Memory Operations */ -__asm u32 ldr(u32 adr); - -__asm u32 ldrb(u32 adr); - -__asm void strw(u32 adr, u32 val); - -__asm void strb(u32 adr, u32 val); - -/* Count leading zeroes (clz) */ -__asm u32 clz(u32 arg); -__asm u32 mfcpsr(void); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XPSEUDO_ASM_RVCT_H */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/Makefile deleted file mode 100644 index d90ef88..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# Copyright (c) 2011 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -CC=$(COMPILER) -AR=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(subst -pg, -DPROFILING, $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, -DPROFILING, $(EXTRA_COMPILER_FLAGS)) - -ifeq (($(notdir $(CC))) , arm-xilinx-eabi-gcc) -ECC_FLAGS += -nostartfiles\ - -march=armv7-a \ - -mfloat-abi=soft \ - -mfpu=neon -endif - -ifeq (($(notdir $(CC))) , arm-none-eabi-gcc) -ECC_FLAGS += -nostartfiles -endif - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) - -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.S)))) - -INCLUDEFILES=*.h - -libs: $(LIBS) - -standalone_libs: $(OBJECTS) $(ASSEMBLY_OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.S - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -profile_libs: - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" libs - -.PHONY: include -include: standalone_includes profile_includes - -standalone_includes: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -profile_includes: - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" include - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" clean diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/asm_vectors.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/asm_vectors.S deleted file mode 100644 index 9be0b25..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/asm_vectors.S +++ /dev/null @@ -1,176 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file asm_vectors.S -* -* This file contains the initial vector table for the Cortex A9 processor -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 10/20/09 Initial version
-* 3.05a sdm	02/02/12 Save lr when profiling is enabled
-* 3.10a srt     04/18/13 Implemented ARM Erratas. Please refer to file
-*			 'xil_errata.h' for errata description
-* 4.00a pkp	22/01/14 Modified return addresses for interrupt
-*			 handlers (DataAbortHandler and SVCHandler)
-*			 to fix CR#767251
-* 5.1	pkp	05/13/15 Saved the addresses of instruction causing data
-*			 abort and prefetch abort into DataAbortAddr and
-*			 PrefetchAbortAddr for further use to fix CR#854523
-* 5.4	pkp	12/03/15 Added handler for undefined exception
-* 6.8	mus	04/27/18 Removed __ARM_NEON__ flag definition. Now,
-*			 saving/restoring of of HW floating point register
-*			 would be done through newly introduced flag
-*			 FPU_HARD_FLOAT_ABI_ENABLED. This new flag will be
-*			 configured based on the -mfpu-abi option in extra
-*			 compiler flags.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -#include "xil_errata.h" -#include "bspconfig.h" - -.org 0 -.text - -.globl _vector_table - -.section .vectors -_vector_table: - B _boot - B Undefined - B SVCHandler - B PrefetchAbortHandler - B DataAbortHandler - NOP /* Placeholder for address exception vector*/ - B IRQHandler - B FIQHandler - - -IRQHandler: /* IRQ vector handler */ - - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code*/ -#if FPU_HARD_FLOAT_ABI_ENABLED - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - -#ifdef PROFILING - ldr r2, =prof_pc - subs r3, lr, #0 - str r3, [r2] -#endif - - bl IRQInterrupt /* IRQ vector */ - -#if FPU_HARD_FLOAT_ABI_ENABLED - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - - subs pc, lr, #4 /* adjust return */ - - -FIQHandler: /* FIQ vector handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ -#if FPU_HARD_FLOAT_ABI_ENABLED - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - -FIQLoop: - bl FIQInterrupt /* FIQ vector */ - -#if FPU_HARD_FLOAT_ABI_ENABLED - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #4 /* adjust return */ - - -Undefined: /* Undefined handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =UndefinedExceptionAddr - sub r1, lr, #4 - str r1, [r0] /* Store address of instruction causing undefined exception */ - - bl UndefinedException /* UndefinedException: call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - movs pc, lr - -SVCHandler: /* SWI handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - - tst r0, #0x20 /* check the T bit */ - ldrneh r0, [lr,#-2] /* Thumb mode */ - bicne r0, r0, #0xff00 /* Thumb mode */ - ldreq r0, [lr,#-4] /* ARM mode */ - biceq r0, r0, #0xff000000 /* ARM mode */ - - bl SWInterrupt /* SWInterrupt: call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - movs pc, lr /*return to the next instruction after the SWI instruction */ - - -DataAbortHandler: /* Data Abort handler */ -#ifdef CONFIG_ARM_ERRATA_775420 - dsb -#endif - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =DataAbortAddr - sub r1, lr, #8 - str r1, [r0] /* Stores instruction causing data abort */ - - bl DataAbortInterrupt /*DataAbortInterrupt :call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - subs pc, lr, #8 /* points to the instruction that caused the Data Abort exception */ - -PrefetchAbortHandler: /* Prefetch Abort handler */ -#ifdef CONFIG_ARM_ERRATA_775420 - dsb -#endif - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =PrefetchAbortAddr - sub r1, lr, #4 - str r1, [r0] /* Stores instruction causing prefetch abort */ - - bl PrefetchAbortInterrupt /* PrefetchAbortInterrupt: call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - subs pc, lr, #4 /* points to the instruction that caused the Prefetch Abort exception */ - -.end diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/boot.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/boot.S deleted file mode 100644 index 0c4863d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/boot.S +++ /dev/null @@ -1,473 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file boot.S -* -* @addtogroup a9_boot_code Cortex A9 Processor Boot Code -* @{ -*

boot.S

-* The boot code performs minimum configuration which is required for an -* application to run starting from processor reset state of the processor. Below is a -* sequence illustrating what all configuration is performed before control -* reaches to main function. -* -* 1. Program vector table base for exception handling -* 2. Invalidate instruction cache, data cache and TLBs -* 3. Program stack pointer for various modes (IRQ, FIQ, supervisor, undefine, -* abort, system) -* 4. Configure MMU with short descriptor translation table format and program -* base address of translation table -* 5. Enable data cache, instruction cache and MMU -* 6. Enable Floating point unit -* 7. Transfer control to _start which clears BSS sections, initializes -* global timer and runs global constructor before jumping to main -* application -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 10/20/09 Initial version
-* 3.06a sgd     05/15/12 Updated L2CC Auxiliary and Tag RAM Latency control
-*			 register settings.
-* 3.06a asa 	06/17/12 Modified the TTBR settings and L2 Cache auxiliary
-*		         register settings.
-* 3.07a asa     07/16/12 Modified the L2 Cache controller settings to improve
-*			 performance. Changed the property of the ".boot"
-*			 section.
-* 3.07a sgd     08/21/12 Modified the L2 Cache controller and cp15 Aux Control
-*               Register settings
-* 3.09a sgd     02/06/13 Updated SLCR l2c Ram Control register to a
-*               value of 0x00020202. Fix for CR 697094 (SI#687034).
-* 3.10a srt     04/18/13 Implemented ARM Erratas. Please refer to file
-*			 'xil_errata.h' for errata description
-* 4.2   pkp	06/19/14 Enabled asynchronous abort exception
-* 5.0	pkp	16/15/14 Modified initialization code to enable scu after
-*			 MMU is enabled
-* 5.1   pkp	05/13/15 Changed the initialization order so to first invalidate
-*			 caches and TLB, enable MMU and caches, then enable SMP
-*			 bit in ACTLR. L2Cache invalidation and enabling of L2Cache
-*			 is done later.
-* 5.4   asa     12/6/15  Added code to initialize SPSR for all relevant modes.
-* 6.0   mus     08/04/16 Added code to detect zynq-7000 base silicon configuration and
-*                        attempt to enable dual core behavior on single cpu zynq-7000s
-*                        devices is prevented from corrupting system behavior.
-* 6.0   mus     08/24/16 Check CPU core before putting cpu1 to reset for single core
-*                        zynq-7000s devices
-* 7.6   mus     09/02/21 SCU invalidation should be done only from primary CPU, so
-*                        skipping it when USE_AMP is set to 1. It fixes CR#1109723
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#include "xparameters.h" -#include "xil_errata.h" - -.globl MMUTable -.global _prestart -.global _boot -.global __stack -.global __irq_stack -.global __supervisor_stack -.global __abort_stack -.global __fiq_stack -.global __undef_stack -.global _vector_table - -.set PSS_L2CC_BASE_ADDR, 0xF8F02000 -.set PSS_SLCR_BASE_ADDR, 0xF8000000 - -.set RESERVED, 0x0fffff00 -.set TblBase , MMUTable -.set LRemap, 0xFE00000F /* set the base address of the peripheral block as not shared */ -.set L2CCWay, (PSS_L2CC_BASE_ADDR + 0x077C) /*(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_INVLD_WAY_OFFSET)*/ -.set L2CCSync, (PSS_L2CC_BASE_ADDR + 0x0730) /*(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_SYNC_OFFSET)*/ -.set L2CCCrtl, (PSS_L2CC_BASE_ADDR + 0x0100) /*(PSS_L2CC_BASE_ADDR + PSS_L2CC_CNTRL_OFFSET)*/ -.set L2CCAuxCrtl, (PSS_L2CC_BASE_ADDR + 0x0104) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_AUX_CNTRL_OFFSET)*/ -.set L2CCTAGLatReg, (PSS_L2CC_BASE_ADDR + 0x0108) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_TAG_RAM_CNTRL_OFFSET)*/ -.set L2CCDataLatReg, (PSS_L2CC_BASE_ADDR + 0x010C) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_DATA_RAM_CNTRL_OFFSET)*/ -.set L2CCIntClear, (PSS_L2CC_BASE_ADDR + 0x0220) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_IAR_OFFSET)*/ -.set L2CCIntRaw, (PSS_L2CC_BASE_ADDR + 0x021C) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_ISR_OFFSET)*/ - -.set SLCRlockReg, (PSS_SLCR_BASE_ADDR + 0x04) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_LOCK_OFFSET)*/ -.set SLCRUnlockReg, (PSS_SLCR_BASE_ADDR + 0x08) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_UNLOCK_OFFSET)*/ -.set SLCRL2cRamReg, (PSS_SLCR_BASE_ADDR + 0xA1C) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_L2C_RAM_OFFSET)*/ -.set SLCRCPURSTReg, (0xF8000000 + 0x244) /*(XPS_SYS_CTRL_BASEADDR + A9_CPU_RST_CTRL_OFFSET)*/ -.set EFUSEStaus, (0xF800D000 + 0x10) /*(XPS_EFUSE_BASEADDR + EFUSE_STATUS_OFFSET)*/ - -/* workaround for simulation not working when L1 D and I caches,MMU and L2 cache enabled - DT568997 */ -.if SIM_MODE == 1 -.set CRValMmuCac, 0b00000000000000 /* Disable IDC, and MMU */ -.else -.set CRValMmuCac, 0b01000000000101 /* Enable IDC, and MMU */ -.endif - -.set CRValHiVectorAddr, 0b10000000000000 /* Set the Vector address to high, 0xFFFF0000 */ - -.set L2CCAuxControl, 0x72360000 /* Enable all prefetching, Cache replacement policy, Parity enable, - Event monitor bus enable and Way Size (64 KB) */ -.set L2CCControl, 0x01 /* Enable L2CC */ -.set L2CCTAGLatency, 0x0111 /* latency for TAG RAM */ -.set L2CCDataLatency, 0x0121 /* latency for DATA RAM */ - -.set SLCRlockKey, 0x767B /* SLCR lock key */ -.set SLCRUnlockKey, 0xDF0D /* SLCR unlock key */ -.set SLCRL2cRamConfig, 0x00020202 /* SLCR L2C ram configuration */ - -/* Stack Pointer locations for boot code */ -.set Undef_stack, __undef_stack -.set FIQ_stack, __fiq_stack -.set Abort_stack, __abort_stack -.set SPV_stack, __supervisor_stack -.set IRQ_stack, __irq_stack -.set SYS_stack, __stack - -.set vector_base, _vector_table - -.set FPEXC_EN, 0x40000000 /* FPU enable bit, (1 << 30) */ - -.section .boot,"ax" - - -/* this initializes the various processor modes */ - -_prestart: -_boot: - -#if XPAR_CPU_ID==0 - /* only allow cpu0 through */ - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #0 - beq CheckEFUSE - EndlessLoop0: - wfe - b EndlessLoop0 - -CheckEFUSE: - ldr r0,=EFUSEStaus - ldr r1,[r0] /* Read eFuse setting */ - ands r1,r1,#0x80 /* Check whether device is having single core */ - beq OKToRun - - /* single core device, reset cpu1 */ - ldr r0,=SLCRUnlockReg /* Load SLCR base address base + unlock register */ - ldr r1,=SLCRUnlockKey /* set unlock key */ - str r1, [r0] /* Unlock SLCR */ - - ldr r0,=SLCRCPURSTReg - ldr r1,[r0] /* Read CPU Software Reset Control register */ - orr r1,r1,#0x22 - str r1,[r0] /* Reset CPU1 */ - - ldr r0,=SLCRlockReg /* Load SLCR base address base + lock register */ - ldr r1,=SLCRlockKey /* set lock key */ - str r1, [r0] /* lock SLCR */ - -#elif XPAR_CPU_ID==1 - /* only allow cpu1 through */ - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #1 - beq CheckEFUSE1 - b EndlessLoop1 - -CheckEFUSE1: - ldr r0,=EFUSEStaus - ldr r1,[r0] /* Read eFuse setting */ - ands r1,r1,#0x80 /* Check whether device is having single core */ - beq OKToRun - EndlessLoop1: - wfe - b EndlessLoop1 -#endif - -OKToRun: - mrc p15, 0, r0, c0, c0, 0 /* Get the revision */ - and r5, r0, #0x00f00000 - and r6, r0, #0x0000000f - orr r6, r6, r5, lsr #20-4 - -#ifdef CONFIG_ARM_ERRATA_742230 - cmp r6, #0x22 /* only present up to r2p2 */ - mrcle p15, 0, r10, c15, c0, 1 /* read diagnostic register */ - orrle r10, r10, #1 << 4 /* set bit #4 */ - mcrle p15, 0, r10, c15, c0, 1 /* write diagnostic register */ -#endif - -#ifdef CONFIG_ARM_ERRATA_743622 - teq r5, #0x00200000 /* only present in r2p* */ - mrceq p15, 0, r10, c15, c0, 1 /* read diagnostic register */ - orreq r10, r10, #1 << 6 /* set bit #6 */ - mcreq p15, 0, r10, c15, c0, 1 /* write diagnostic register */ -#endif - - /* set VBAR to the _vector_table address in linker script */ - ldr r0, =vector_base - mcr p15, 0, r0, c12, c0, 0 - - /*invalidate scu*/ -#if USE_AMP!=1 - ldr r7, =0xf8f0000c - ldr r6, =0xffff - str r6, [r7] -#endif - - /* Invalidate caches and TLBs */ - mov r0,#0 /* r0 = 0 */ - mcr p15, 0, r0, c8, c7, 0 /* invalidate TLBs */ - mcr p15, 0, r0, c7, c5, 0 /* invalidate icache */ - mcr p15, 0, r0, c7, c5, 6 /* Invalidate branch predictor array */ - bl invalidate_dcache /* invalidate dcache */ - - /* Disable MMU, if enabled */ - mrc p15, 0, r0, c1, c0, 0 /* read CP15 register 1 */ - bic r0, r0, #0x1 /* clear bit 0 */ - mcr p15, 0, r0, c1, c0, 0 /* write value back */ - -#ifdef SHAREABLE_DDR - /* Mark the entire DDR memory as shareable */ - ldr r3, =0x3ff /* 1024 entries to cover 1G DDR */ - ldr r0, =TblBase /* MMU Table address in memory */ - ldr r2, =0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -shareable_loop: - str r2, [r0] /* write the entry to MMU table */ - add r0, r0, #0x4 /* next entry in the table */ - add r2, r2, #0x100000 /* next section */ - subs r3, r3, #1 - bge shareable_loop /* loop till 1G is covered */ -#endif - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the irq stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x12 /* IRQ mode */ - msr cpsr, r2 - ldr r13,=IRQ_stack /* IRQ stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the supervisor stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x13 /* supervisor mode */ - msr cpsr, r2 - ldr r13,=SPV_stack /* Supervisor stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Abort stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x17 /* Abort mode */ - msr cpsr, r2 - ldr r13,=Abort_stack /* Abort stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the FIQ stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x11 /* FIQ mode */ - msr cpsr, r2 - ldr r13,=FIQ_stack /* FIQ stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Undefine stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1b /* Undefine mode */ - msr cpsr, r2 - ldr r13,=Undef_stack /* Undefine stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the system stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1F /* SYS mode */ - msr cpsr, r2 - ldr r13,=SYS_stack /* SYS stack pointer */ - - /*set scu enable bit in scu*/ - ldr r7, =0xf8f00000 - ldr r0, [r7] - orr r0, r0, #0x1 - str r0, [r7] - - /* enable MMU and cache */ - - ldr r0,=TblBase /* Load MMU translation table base */ - orr r0, r0, #0x5B /* Outer-cacheable, WB */ - mcr 15, 0, r0, c2, c0, 0 /* TTB0 */ - - mvn r0,#0 /* Load MMU domains -- all ones=manager */ - mcr p15,0,r0,c3,c0,0 - - /* Enable mmu, icahce and dcache */ - ldr r0,=CRValMmuCac - mcr p15,0,r0,c1,c0,0 /* Enable cache and MMU */ - dsb /* dsb allow the MMU to start up */ - isb /* isb flush prefetch buffer */ - - /* Write to ACTLR */ - mrc p15, 0, r0, c1, c0, 1 /* Read ACTLR*/ - orr r0, r0, #(0x01 << 6) /* set SMP bit */ - orr r0, r0, #(0x01 ) /* Cache/TLB maintenance broadcast */ - mcr p15, 0, r0, c1, c0, 1 /* Write ACTLR*/ - -/* Invalidate L2 Cache and enable L2 Cache*/ -/* For AMP, assume running on CPU1. Don't initialize L2 Cache (up to Linux) */ -#if USE_AMP!=1 - ldr r0,=L2CCCrtl /* Load L2CC base address base + control register */ - mov r1, #0 /* force the disable bit */ - str r1, [r0] /* disable the L2 Caches */ - - ldr r0,=L2CCAuxCrtl /* Load L2CC base address base + Aux control register */ - ldr r1,[r0] /* read the register */ - ldr r2,=L2CCAuxControl /* set the default bits */ - orr r1,r1,r2 - str r1, [r0] /* store the Aux Control Register */ - - ldr r0,=L2CCTAGLatReg /* Load L2CC base address base + TAG Latency address */ - ldr r1,=L2CCTAGLatency /* set the latencies for the TAG*/ - str r1, [r0] /* store the TAG Latency register Register */ - - ldr r0,=L2CCDataLatReg /* Load L2CC base address base + Data Latency address */ - ldr r1,=L2CCDataLatency /* set the latencies for the Data*/ - str r1, [r0] /* store the Data Latency register Register */ - - ldr r0,=L2CCWay /* Load L2CC base address base + way register*/ - ldr r2, =0xFFFF - str r2, [r0] /* force invalidate */ - - ldr r0,=L2CCSync /* need to poll 0x730, PSS_L2CC_CACHE_SYNC_OFFSET */ - /* Load L2CC base address base + sync register*/ - /* poll for completion */ -Sync: ldr r1, [r0] - cmp r1, #0 - bne Sync - - ldr r0,=L2CCIntRaw /* clear pending interrupts */ - ldr r1,[r0] - ldr r0,=L2CCIntClear - str r1,[r0] - - ldr r0,=SLCRUnlockReg /* Load SLCR base address base + unlock register */ - ldr r1,=SLCRUnlockKey /* set unlock key */ - str r1, [r0] /* Unlock SLCR */ - - ldr r0,=SLCRL2cRamReg /* Load SLCR base address base + l2c Ram Control register */ - ldr r1,=SLCRL2cRamConfig /* set the configuration value */ - str r1, [r0] /* store the L2c Ram Control Register */ - - ldr r0,=SLCRlockReg /* Load SLCR base address base + lock register */ - ldr r1,=SLCRlockKey /* set lock key */ - str r1, [r0] /* lock SLCR */ - - ldr r0,=L2CCCrtl /* Load L2CC base address base + control register */ - ldr r1,[r0] /* read the register */ - mov r2, #L2CCControl /* set the enable bit */ - orr r1,r1,r2 - str r1, [r0] /* enable the L2 Caches */ -#endif - - mov r0, r0 - mrc p15, 0, r1, c1, c0, 2 /* read cp access control register (CACR) into r1 */ - orr r1, r1, #(0xf << 20) /* enable full access for p10 & p11 */ - mcr p15, 0, r1, c1, c0, 2 /* write back into CACR */ - - /* enable vfp */ - fmrx r1, FPEXC /* read the exception register */ - orr r1,r1, #FPEXC_EN /* set VFP enable bit, leave the others in orig state */ - fmxr FPEXC, r1 /* write back the exception register */ - - mrc p15,0,r0,c1,c0,0 /* flow prediction enable */ - orr r0, r0, #(0x01 << 11) /* #0x8000 */ - mcr p15,0,r0,c1,c0,0 - - mrc p15,0,r0,c1,c0,1 /* read Auxiliary Control Register */ - orr r0, r0, #(0x1 << 2) /* enable Dside prefetch */ - orr r0, r0, #(0x1 << 1) /* enable L2 Prefetch hint */ - mcr p15,0,r0,c1,c0,1 /* write Auxiliary Control Register */ - - mrs r0, cpsr /* get the current PSR */ - bic r0, r0, #0x100 /* enable asynchronous abort exception */ - msr cpsr_xsf, r0 - - - b _start /* jump to C startup code */ - and r0, r0, r0 /* no op */ - -.Ldone: b .Ldone /* Paranoia: we should never get here */ - - -/* - ************************************************************************* - * - * invalidate_dcache - invalidate the entire d-cache by set/way - * - * Note: for Cortex-A9, there is no cp instruction for invalidating - * the whole D-cache. Need to invalidate each line. - * - ************************************************************************* - */ -invalidate_dcache: - mrc p15, 1, r0, c0, c0, 1 /* read CLIDR */ - ands r3, r0, #0x7000000 - mov r3, r3, lsr #23 /* cache level value (naturally aligned) */ - beq finished - mov r10, #0 /* start with level 0 */ -loop1: - add r2, r10, r10, lsr #1 /* work out 3xcachelevel */ - mov r1, r0, lsr r2 /* bottom 3 bits are the Cache type for this level */ - and r1, r1, #7 /* get those 3 bits alone */ - cmp r1, #2 - blt skip /* no cache or only instruction cache at this level */ - mcr p15, 2, r10, c0, c0, 0 /* write the Cache Size selection register */ - isb /* isb to sync the change to the CacheSizeID reg */ - mrc p15, 1, r1, c0, c0, 0 /* reads current Cache Size ID register */ - and r2, r1, #7 /* extract the line length field */ - add r2, r2, #4 /* add 4 for the line length offset (log2 16 bytes) */ - ldr r4, =0x3ff - ands r4, r4, r1, lsr #3 /* r4 is the max number on the way size (right aligned) */ - clz r5, r4 /* r5 is the bit position of the way size increment */ - ldr r7, =0x7fff - ands r7, r7, r1, lsr #13 /* r7 is the max number of the index size (right aligned) */ -loop2: - mov r9, r4 /* r9 working copy of the max way size (right aligned) */ -loop3: - orr r11, r10, r9, lsl r5 /* factor in the way number and cache number into r11 */ - orr r11, r11, r7, lsl r2 /* factor in the index number */ - mcr p15, 0, r11, c7, c6, 2 /* invalidate by set/way */ - subs r9, r9, #1 /* decrement the way number */ - bge loop3 - subs r7, r7, #1 /* decrement the index */ - bge loop2 -skip: - add r10, r10, #2 /* increment the cache number */ - cmp r3, r10 - bgt loop1 - -finished: - mov r10, #0 /* switch back to cache level 0 */ - mcr p15, 2, r10, c0, c0, 0 /* select current cache level in cssr */ - dsb - isb - - bx lr - -.end -/** -* @} End of "addtogroup a9_boot_code". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/cpu_init.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/cpu_init.S deleted file mode 100644 index 48dcec3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/cpu_init.S +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file cpu_init.S -* -* This file contains CPU specific initialization. Invoked from main CRT -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 10/20/09 Initial version
-* 3.04a sdm	01/02/12 Updated to clear cp15 regs with unknown reset values
-* 5.0   pkp	12/16/14 removed incorrect initialization of TLB lockdown
-*			 register to fix CR#830580
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - - .text - .global __cpu_init - .align 2 -__cpu_init: - -/* Clear cp15 regs with unknown reset values */ - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 /* DFSR */ - mcr p15, 0, r0, c5, c0, 1 /* IFSR */ - mcr p15, 0, r0, c6, c0, 0 /* DFAR */ - mcr p15, 0, r0, c6, c0, 2 /* IFAR */ - mcr p15, 0, r0, c9, c13, 2 /* PMXEVCNTR */ - mcr p15, 0, r0, c13, c0, 2 /* TPIDRURW */ - mcr p15, 0, r0, c13, c0, 3 /* TPIDRURO */ - -/* Reset and start Cycle Counter */ - mov r2, #0x80000000 /* clear overflow */ - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd /* D, C, E */ - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 /* enable cycle counter */ - mcr p15, 0, r2, c9, c12, 1 - - bx lr - -.end diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/translation_table.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/translation_table.S deleted file mode 100644 index 125fe7f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/translation_table.S +++ /dev/null @@ -1,202 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file translation_table.S -* -* @addtogroup a9_boot_code -* @{ -*

translation_table.S

-* The translation_table.S contains a static page table required by MMU for -* cortex-A9. This translation table is flat mapped (input address = output -* address) with default memory attributes defined for zynq architecture. It -* utilizes short descriptor translation table format with each section defining -* 1 MB of memory. -* -* The overview of translation table memory attributes is described below. -* -*| | Memory Range | Definition in Translation Table | -*|-----------------------|-------------------------|-----------------------------------| -*| DDR | 0x00000000 - 0x3FFFFFFF | Normal write-back Cacheable | -*| PL | 0x40000000 - 0xBFFFFFFF | Strongly Ordered | -*| Reserved | 0xC0000000 - 0xDFFFFFFF | Unassigned | -*| Memory mapped devices | 0xE0000000 - 0xE02FFFFF | Device Memory | -*| Reserved | 0xE0300000 - 0xE0FFFFFF | Unassigned | -*| NAND, NOR | 0xE1000000 - 0xE3FFFFFF | Device memory | -*| SRAM | 0xE4000000 - 0xE5FFFFFF | Normal write-back Cacheable | -*| Reserved | 0xE6000000 - 0xF7FFFFFF | Unassigned | -*| AMBA APB Peripherals | 0xF8000000 - 0xF8FFFFFF | Device Memory | -*| Reserved | 0xF9000000 - 0xFBFFFFFF | Unassigned | -*| Linear QSPI - XIP | 0xFC000000 - 0xFDFFFFFF | Normal write-through cacheable | -*| Reserved | 0xFE000000 - 0xFFEFFFFF | Unassigned | -*| OCM | 0xFFF00000 - 0xFFFFFFFF | Normal inner write-back cacheable | -* -* For region 0x00000000 - 0x3FFFFFFF, a system where DDR is less than 1 GB, -* region after DDR and before PL is marked as undefined/reserved in translation -* table. In 0xF8000000 - 0xF8FFFFFF, 0xF8000C00 - 0xF8000FFF, 0xF8010000 - -* 0xF88FFFFF and 0xF8F03000 to 0xF8FFFFFF are reserved but due to granual size -* of 1 MB, it is not possible to define separate regions for them. For region -* 0xFFF00000 - 0xFFFFFFFF, 0xFFF00000 to 0xFFFB0000 is reserved but due to 1MB -* granual size, it is not possible to define separate region for it. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/09 Initial version
-* 3.04a sdm  01/13/12 Updated MMU table to mark DDR memory as Shareable
-* 3.07a sgd  07/05/2012 Configuring device address spaces as shareable device
-*		       instead of strongly-ordered.
-* 3.07a asa  07/17/2012 Changed the property of the ".mmu_tbl" section.
-* 4.2	pkp  09/02/2014 added entries for 0xfe000000 to 0xffefffff as reserved
-*			and  0xe0000000 - 0xe1ffffff is broken down into
-*			0xe0000000 - 0xe02fffff (memory mapped divides)
-*			0xe0300000 - 0xe0ffffff (reserved) and
-*			0xe1000000 - 0xe1ffffff (NAND)
-* 5.2	pkp  06/08/2015 put a check for XPAR_PS7_DDR_0_S_AXI_BASEADDR to confirm
-*			if DDR is present or not and accordingly generate the
-*			translation table
-* 6.1	pkp  07/11/2016 Corrected comments for memory attributes
-* 6.8   mus  07/12/2018 Mark DDR memory as inner cacheable, if BSP is built
-*			with the USE_AMP flag.
-* 
-* -* -******************************************************************************/ -#include "xparameters.h" - .globl MMUTable - - .section .mmu_tbl,"a" - -MMUTable: - /* Each table entry occupies one 32-bit word and there are - * 4096 entries, so the entire table takes up 16KB. - * Each entry covers a 1MB section. - */ -.set SECT, 0 - -#ifdef XPAR_PS7_DDR_0_S_AXI_BASEADDR -.set DDR_START, XPAR_PS7_DDR_0_S_AXI_BASEADDR -.set DDR_END, XPAR_PS7_DDR_0_S_AXI_HIGHADDR -.set DDR_SIZE, (DDR_END - DDR_START)+1 -.set DDR_REG, DDR_SIZE/0x100000 -#else -.set DDR_REG, 0 -#endif - -.set UNDEF_REG, 0x3FF - DDR_REG - -#ifndef USE_AMP - /*0x00000000 - 0x00100000 (inner and outer cacheable )*/ -.word SECT + 0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -#else - /*0x00000000 - 0x00100000 (inner cacheable )*/ -.word SECT + 0x14de6 /* S=b1 TEX=b100 AP=b11, Domain=b1111, C=b0, B=b1 */ -#endif -.set SECT, SECT+0x100000 - -.rept DDR_REG /* (DDR Cacheable) */ -.word SECT + 0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept UNDEF_REG /* (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - - -.rept 0x0400 /* 0x40000000 - 0x7fffffff (FPGA slave0) */ -.word SECT + 0xc02 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0400 /* 0x80000000 - 0xbfffffff (FPGA slave1) */ -.word SECT + 0xc02 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0200 /* 0xc0000000 - 0xdfffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x003 /* 0xe0000000 - 0xe02fffff (Memory mapped devices) - * UART/USB/IIC/SPI/CAN/GEM/GPIO/QSPI/SD/NAND */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0D /* 0xe0300000 - 0xe0ffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0010 /* 0xe1000000 - 0xe1ffffff (NAND) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0020 /* 0xe2000000 - 0xe3ffffff (NOR) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0020 /* 0xe4000000 - 0xe5ffffff (SRAM) */ -.word SECT + 0xc0e /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0120 /* 0xe6000000 - 0xf7ffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -/* 0xf8000c00 to 0xf8000fff, 0xf8010000 to 0xf88fffff and - 0xf8f03000 to 0xf8ffffff are reserved but due to granual size of - 1MB, it is not possible to define separate regions for them */ - -.rept 0x0010 /* 0xf8000000 - 0xf8ffffff (AMBA APB Peripherals) */ - -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0030 /* 0xf9000000 - 0xfbffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0020 /* 0xfc000000 - 0xfdffffff (Linear QSPI - XIP) */ -.word SECT + 0xc0a /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x001F /* 0xfe000000 - 0xffefffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -/* 0xfff00000 to 0xfffb0000 is reserved but due to granual size of - 1MB, it is not possible to define separate region for it - - 0xfff00000 - 0xffffffff - 256K OCM when mapped to high address space - inner-cacheable */ -.word SECT + 0x4c0e /* S=b0 TEX=b100 AP=b11, Domain=b0, C=b1, B=b1 */ -.set SECT, SECT+0x100000 - -.end -/** -* @} End of "addtogroup a9_boot_code". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/xil-crt0.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/xil-crt0.S deleted file mode 100644 index 25fc262..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/gcc/xil-crt0.S +++ /dev/null @@ -1,132 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file xil-crt0.S -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/09 Initial version
-* 3.05a sdm  02/02/12 Added code for profiling
-* 3.06a sgd  05/16/12 Added global constructors and cleanup code
-*                     Uart initialization based on compiler flag
-* 3.07a sgd  07/05/12 Updated with reset and start Global Timer
-* 3.07a sgd  10/19/12 SMC NOR and SRAM initialization with build option
-* 4.2	pkp  08/04/14 Removed PEEP board related code which contained
-*		      initialization of uart smc nor and sram
-* 5.3	pkp  10/07/15 Added support for OpenAMP by not initializing global
-*		      timer when USE_AMP flag is defined
-* 6.6   srm  10/18/17 Added timer configuration using XTime_StartTTCTimer API.
-*		      Now the TTC instance as specified by the user will be
-*		      started.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -#include "bspconfig.h" - - .file "xil-crt0.S" - .section ".got2","aw" - .align 2 - - .text -.Lsbss_start: - .long __sbss_start - -.Lsbss_end: - .long __sbss_end - -.Lbss_start: - .long __bss_start - -.Lbss_end: - .long __bss_end - -.Lstack: - .long __stack - - - .globl _start -_start: - bl __cpu_init /* Initialize the CPU first (BSP provides this) */ - - mov r0, #0 - - /* clear sbss */ - ldr r1,.Lsbss_start /* calculate beginning of the SBSS */ - ldr r2,.Lsbss_end /* calculate end of the SBSS */ - -.Lloop_sbss: - cmp r1,r2 - bge .Lenclsbss /* If no SBSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_sbss - -.Lenclsbss: - /* clear bss */ - ldr r1,.Lbss_start /* calculate beginning of the BSS */ - ldr r2,.Lbss_end /* calculate end of the BSS */ - -.Lloop_bss: - cmp r1,r2 - bge .Lenclbss /* If no BSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_bss - -.Lenclbss: - - /* set stack pointer */ - ldr r13,.Lstack /* stack address */ - - /* Reset and start Global Timer */ - mov r0, #0x0 - mov r1, #0x0 - - /* Reset and start Triple Timer Counter */ - #if defined SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer - #endif - -#if USE_AMP != 1 - bl XTime_SetTime -#endif - -#ifdef PROFILING /* defined in Makefile */ - /* Setup profiling stuff */ - bl _profile_init -#endif /* PROFILING */ - - /* run global constructors */ - bl __libc_init_array - - /* make sure argc and argv are valid */ - mov r0, #0 - mov r1, #0 - - /* Let her rip */ - bl main - - /* Cleanup global constructors */ - bl __libc_fini_array - -#ifdef PROFILING - /* Cleanup profiling stuff */ - bl _profile_clean -#endif /* PROFILING */ - - /* All done */ - bl exit - -.Lexit: /* should never get here */ - b .Lexit - -.Lstart: - .size _start,.Lstart-_start diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/Makefile deleted file mode 100644 index 994854a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -############################################################################### -# Copyright (c) 2011 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -AS=$(ASSEMBLER) -COMPILER=$(COMPILER) -ARCHIVER=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= - -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -ECC_FLAGS += --fpu=VFPv3 - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ - -INCLUDES=-I./. -I${INCLUDEDIR} -INCLUDEFILES=*.h - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) -OBJECTS += $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.s)))) - -libs: $(LIBS) -standalone_libs: ${OBJECTS} - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.s - ${AS} --cpu Cortex-A9 --fpu VFPv3 $(INCLUDES) -o $@ $< - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/asm_vectors.s b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/asm_vectors.s deleted file mode 100644 index 1c41991..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/asm_vectors.s +++ /dev/null @@ -1,134 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;***************************************************************************** -;**************************************************************************** -;** -; @file asm_vectors.s -; -; This file contains the initial vector table for the Cortex A9 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver	Who     Date	  Changes
-; ----- ------- -------- ---------------------------------------------------
-; 1.00a 		 Initial version
-; 4.2 	pkp 	06/27/14 Modified return addresses for interrupt
-;			 handlers
-; 5.1	pkp	05/13/15 Saved the addresses of instruction causing data
-;			 abort and prefetch abort into DataAbortAddr and
-;			 PrefetchAbortAddr for further use to fix CR#854523
-; 
-; -; @note -; -; None. -; -;**************************************************************************** - - MODULE ?asm_vectors - - ;; Forward declaration of sections. - SECTION IRQ_STACK:DATA:NOROOT(3) - SECTION FIQ_STACK:DATA:NOROOT(3) - SECTION SVC_STACK:DATA:NOROOT(3) - SECTION ABT_STACK:DATA:NOROOT(3) - SECTION UND_STACK:DATA:NOROOT(3) - SECTION CSTACK:DATA:NOROOT(3) - -#include "xparameters.h" -;#include "xtime_l.h" - -#define UART_BAUDRATE 115200 - - IMPORT _prestart - IMPORT __iar_program_start - - - - SECTION .intvec:CODE:NOROOT(2) - - PUBLIC _vector_table - - IMPORT IRQInterrupt - IMPORT FIQInterrupt - IMPORT SWInterrupt - IMPORT DataAbortInterrupt - IMPORT PrefetchAbortInterrupt - IMPORT DataAbortAddr - IMPORT PrefetchAbortAddr - -_vector_table - ARM - - B __iar_program_start - B Undefined - B SVCHandler - B PrefetchAbortHandler - B DataAbortHandler - NOP ; Placeholder for address exception vector - B IRQHandler - B FIQHandler - - - SECTION .text:CODE:NOROOT(2) - REQUIRE _vector_table - - ARM -IRQHandler ; IRQ vector handler - - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - bl IRQInterrupt ; IRQ vector - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - - -FIQHandler ; FIQ vector handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - -FIQLoop - bl FIQInterrupt ; FIQ vector - - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - - -Undefined ; Undefined handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - b _prestart - - movs pc, lr - - -SVCHandler ; SWI handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - tst r0, #0x20 ; check the T bit - ldrneh r0, [lr,#-2] ; Thumb mode - bicne r0, r0, #0xff00 ; Thumb mode - ldreq r0, [lr,#-4] ; ARM mode - biceq r0, r0, #0xff000000 ; ARM mode - bl SWInterrupt ; SWInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - movs pc, lr ; adjust return - -DataAbortHandler ; Data Abort handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =DataAbortAddr - sub r1, lr,#8 - str r1, [r0] ;Address of instruction causing data abort - bl DataAbortInterrupt ;DataAbortInterrupt :call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #8 ; adjust return - -PrefetchAbortHandler ; Prefetch Abort handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =PrefetchAbortAddr - sub r1, lr,#4 - str r1, [r0] ;Address of instruction causing prefetch abort - bl PrefetchAbortInterrupt ; PrefetchAbortInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - - END diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/boot.s b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/boot.s deleted file mode 100644 index 8dae55e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/boot.s +++ /dev/null @@ -1,451 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;***************************************************************************** -;**************************************************************************** -;** -; @file boot.s -; -; This file contains the initial vector table for the Cortex A9 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver	Who     Date	  Changes
-; ----- ------- -------- ---------------------------------------------------
-; 1.00a 		 Initial version
-; 4.2	pkp  	08/04/14 Removed PEEP board related code which contained
-;			 initialization of uart smc nor and sram
-; 5.0	pkp	16/12/14 Modified initialization code to enable scu after
-;			 MMU is enabled and removed incorrect initialization
-;			 of TLB lockdown register to fix CR#830580
-; 5.1  pkp	05/13/15 Changed the initialization order so to first invalidate
-;			 caches and TLB, enable MMU and caches, then enable SMP
-;			 bit in ACTLR. L2Cache invalidation and enabling of L2Cache
-;			 is done later.
-; 6.0   mus     08/04/16 Added code to detect zynq-7000 base silicon configuration and
-;                        attempt to enable dual core behavior on single cpu zynq-7000s devices
-;                        is prevented from corrupting system behavior.
-; 6.6   srm	10/25/17 Added timer configuration using XTime_StartTTCTimer API.
-;		      	 Now the TTC instance as specified by the user will be
-;		         started.
-; 
-; -; @note -; -; None. -; -;**************************************************************************** - - MODULE ?boot - ;; Forward declaration of sections. - SECTION IRQ_STACK:DATA:NOROOT(3) - SECTION FIQ_STACK:DATA:NOROOT(3) - SECTION SVC_STACK:DATA:NOROOT(3) - SECTION ABT_STACK:DATA:NOROOT(3) - SECTION UND_STACK:DATA:NOROOT(3) - SECTION CSTACK:DATA:NOROOT(3) - -#include "xparameters.h" -;#include "xtime_l.h" - -#define UART_BAUDRATE 115200 - - PUBLIC _prestart - PUBLIC __iar_program_start - IMPORT _vector_table - IMPORT MMUTable - IMPORT __cmain - IMPORT Xil_ExceptionInit - IMPORT XTime_SetTime -#if defined SLEEP_TIMER_BASEADDR - IMPORT XTime_StartTTCTimer -#endif - -PSS_L2CC_BASE_ADDR EQU 0xF8F02000 -PSS_SLCR_BASE_ADDR EQU 0xF8000000 - -RESERVED EQU 0x0fffff00 -TblBase EQU MMUTable -LRemap EQU 0xFE00000F ; set the base address of the peripheral block as not shared -L2CCWay EQU (PSS_L2CC_BASE_ADDR + 0x077C) ;(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_INVLD_WAY_OFFSET) -L2CCSync EQU (PSS_L2CC_BASE_ADDR + 0x0730) ;(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_SYNC_OFFSET) -L2CCCrtl EQU (PSS_L2CC_BASE_ADDR + 0x0100) ;(PSS_L2CC_BASE_ADDR + PSS_L2CC_CNTRL_OFFSET) -L2CCAuxCrtl EQU (PSS_L2CC_BASE_ADDR + 0x0104) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_AUX_CNTRL_OFFSET) -L2CCTAGLatReg EQU (PSS_L2CC_BASE_ADDR + 0x0108) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_TAG_RAM_CNTRL_OFFSET) -L2CCDataLatReg EQU (PSS_L2CC_BASE_ADDR + 0x010C) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_DATA_RAM_CNTRL_OFFSET) -L2CCIntClear EQU (PSS_L2CC_BASE_ADDR + 0x0220) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_IAR_OFFSET) -L2CCIntRaw EQU (PSS_L2CC_BASE_ADDR + 0x021C) ;(PSS_L2CC_BASE_ADDR + XPSS_L2CC_ISR_OFFSET) - -SLCRlockReg EQU (PSS_SLCR_BASE_ADDR + 0x04) ;(PSS_SLCR_BASE_ADDR + XPSS_SLCR_LOCK_OFFSET) -SLCRUnlockReg EQU (PSS_SLCR_BASE_ADDR + 0x08) ;(PSS_SLCR_BASE_ADDR + XPSS_SLCR_UNLOCK_OFFSET) -SLCRL2cRamReg EQU (PSS_SLCR_BASE_ADDR + 0xA1C) ;(PSS_SLCR_BASE_ADDR + XPSS_SLCR_L2C_RAM_OFFSET) -SLCRCPURSTReg EQU (0xF8000000 + 0x244) ;(XPS_SYS_CTRL_BASEADDR + A9_CPU_RST_CTRL_OFFSET) -EFUSEStaus EQU (0xF800D000 + 0x10) ;(XPS_EFUSE_BASEADDR + EFUSE_STATUS_OFFSET) - -/* workaround for simulation not working when L1 D and I caches,MMU and L2 cache enabled - DT568997 */ -#if SIM_MODE == 1 -CRValMmuCac EQU 00000000000000b ; Disable IDC, and MMU -#else -CRValMmuCac EQU 01000000000101b ; Enable IDC, and MMU -#endif -CRValHiVectorAddr EQU 10000000000000b ; Set the Vector address to high, 0xFFFF0000 - -L2CCAuxControl EQU 0x72360000 ; Enable all prefetching, Way Size (16 KB) and High Priority for SO and Dev Reads Enable -L2CCControl EQU 0x01 ; Enable L2CC -L2CCTAGLatency EQU 0x0111 ; 7 Cycles of latency for TAG RAM -L2CCDataLatency EQU 0x0121 ; 7 Cycles of latency for DATA RAM - -SLCRlockKey EQU 0x767B ; SLCR lock key -SLCRUnlockKey EQU 0xDF0D ; SLCR unlock key -SLCRL2cRamConfig EQU 0x00020202 ; SLCR L2C ram configuration - - -vector_base EQU _vector_table - -FPEXC_EN EQU 0x40000000 ; FPU enable bit, (1 << 30) - - SECTION .intvec:CODE:NOROOT(2) - - -; this initializes the various processor modes - -_prestart -__iar_program_start - -#if XPAR_CPU_ID==0 -; only allow cp0 through - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #0 - beq OKToRun -EndlessLoop0 - wfe - b EndlessLoop0 - -#elif XPAR_CPU_ID==1 -; only allow cp1 through - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #1 - beq OKToRun -EndlessLoop1 - wfe - b EndlessLoop1 -#endif - -OKToRun - ldr r0,=EFUSEStaus - ldr r1,[r0] ; Read eFuse to detect zynq silicon configuration - ands r1,r1,#0x80 ; Check whether cpu1 is disabled through eFuse - beq DualCPU - ; cpu1 is disabled through eFuse,reset cpu1 - ldr r0,=SLCRUnlockReg ; Load SLCR base address base + unlock register - ldr r1,=SLCRUnlockKey ; set unlock key - str r1, [r0] ; Unlock SLCR - - ldr r0,=SLCRCPURSTReg - ldr r1,[r0] ; Read CPU Software Reset Control register - orr r1,r1,#0x22 - str r1,[r0] ; Reset CPU1 - - ldr r0,=SLCRlockReg ; Load SLCR base address base + lock register - ldr r1,=SLCRlockKey ; set lock key - str r1, [r0] ; lock SLCR - -DualCPU - mrc p15, 0, r0, c0, c0, 0 ; Get the revision - and r5, r0, #0x00f00000 - and r6, r0, #0x0000000f - orr r6, r6, r5, lsr #20-4 - -#ifdef CONFIG_ARM_ERRATA_742230 - cmp r6, #0x22 ; only present up to r2p2 - mrcle p15, 0, r10, c15, c0, 1 ; read diagnostic register - orrle r10, r10, #1 << 4 ; set bit #4 - mcrle p15, 0, r10, c15, c0, 1 ; write diagnostic register -#endif - -#ifdef CONFIG_ARM_ERRATA_743622 - teq r5, #0x00200000 ; only present in r2p* - mrceq p15, 0, r10, c15, c0, 1 ; read diagnostic register - orreq r10, r10, #1 << 6 ; set bit #6 - mcreq p15, 0, r10, c15, c0, 1 ; write diagnostic register -#endif - - ; set VBAR to the _vector_table address in linker script - ldr r0, =vector_base - mcr p15, 0, r0, c12, c0, 0 - - ;invalidate scu - ldr r7, =0xf8f0000c - ldr r6, =0xffff - str r6, [r7] - - ;Invalidate caches and TLBs - mov r0,#0 ; r0 = 0 - mcr p15, 0, r0, c8, c7, 0 ; invalidate TLBs - mcr p15, 0, r0, c7, c5, 0 ; invalidate icache - mcr p15, 0, r0, c7, c5, 6 ; Invalidate branch predictor array - bl invalidate_dcache ; invalidate dcache - - - ; Disable MMU, if enabled - mrc p15, 0, r0, c1, c0, 0 ; read CP15 register 1 - bic r0, r0, #0x1 ; clear bit 0 - mcr p15, 0, r0, c1, c0, 0 ; write value back - -#ifdef SHAREABLE_DDR - ; Mark the entire DDR memory as shareable - ldr r3, =0x3ff ; 1024 entries to cover 1G DDR - ldr r0, =TblBase ; MMU Table address in memory - ldr r2, =0x15de6 ; S=1, TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 -shareable_loop - str r2, [r0] ; write the entry to MMU table - add r0, r0, #0x4 ; next entry in the table - add r2, r2, #0x100000 ; next section - subs r3, r3, #1 - bge shareable_loop ; loop till 1G is covered -#endif - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the irq stack pointer - and r2, r1, r0 - orr r2, r2, #0x12 ; IRQ mode - msr cpsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=SFE(IRQ_STACK) ; IRQ stack pointer - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the supervisor stack pointer - and r2, r1, r0 - orr r2, r2, #0x13 ; supervisor mode - msr cpsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=SFE(SVC_STACK) ; Supervisor stack pointer - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the Abort stack pointer - and r2, r1, r0 - orr r2, r2, #0x17 ; Abort mode - msr cpsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=SFE(ABT_STACK) ; Abort stack pointer - - mrs r0, cpsr ; was cpsr, get the current PSR - mvn r1, #0x1f ; set up the FIQ stack pointer - and r2, r1, r0 - orr r2, r2, #0x11 ; FIQ mode - msr cpsr, r2 ; was cpsr - ldr r13,=SFE(FIQ_STACK) ; FIQ stack pointer - - mrs r0, cpsr ; was cpsr, get the current PSR - mvn r1, #0x1f ; set up the Undefine stack pointer - and r2, r1, r0 - orr r2, r2, #0x1b ; Undefine mode - msr cpsr, r2 ; was cpsr - ldr r13,=SFE(UND_STACK) ; Undefine stack pointer - - mrs r0, cpsr ; was cpsr, get the current PSR - mvn r1, #0x1f ; set up the system stack pointer - and r2, r1, r0 - orr r2, r2, #0x1f ; SYS mode - msr cpsr, r2 ; was cpsr, apsr is considered synonym - ldr r13,=SFE(CSTACK) ; SYS stack pointer - - ;set scu enable bit in scu - ldr r7, =0xf8f00000 - ldr r0, [r7] - orr r0, r0, #0x1 - str r0, [r7] - - ; enable MMU and cache - - ldr r0,=TblBase ; Load MMU translation table base - orr r0, r0, #0x5B ; Outer-cacheable, WB - mcr p15, 0, r0, c2, c0, 0 ; TTB0 - - mvn r0,#0 ; Load MMU domains -- all ones=manager - mcr p15,0,r0,c3,c0,0 - - ; Enable mmu, icahce and dcache - ldr r0,=CRValMmuCac - - mcr p15,0,r0,c1,c0,0 ; Enable cache and MMU - dsb ; dsb allow the MMU to start up - isb ; isb flush prefetch buffer - - ; Write to ACTLR - mrc p15, 0,r0, c1, c0, 1 ; Read ACTLR - orr r0, r0, #(0x01 << 6) ; SMP bit - orr r0, r0, #(0x01 ) ; Cache/TLB maintenance broadcast - mcr p15, 0,r0, c1, c0, 1 ; Write ACTLR - -; Invalidate L2 Cache and initialize L2 Cache -; For AMP, assume running on CPU1. Don't initialize L2 Cache (up to Linux) -#if USE_AMP!=1 - ldr r0,=L2CCCrtl ; Load L2CC base address base + control register - mov r1, #0 ; force the disable bit - str r1, [r0] ; disable the L2 Caches - - ldr r0,=L2CCAuxCrtl ; Load L2CC base address base + Aux control register - ldr r1,[r0] ; read the register - ldr r2,=L2CCAuxControl ; set the default bits - orr r1,r1,r2 - str r1, [r0] ; store the Aux Control Register - - ldr r0,=L2CCTAGLatReg ; Load L2CC base address base + TAG Latency address - ldr r1,=L2CCTAGLatency ; set the latencies for the TAG - str r1, [r0] ; store the TAG Latency register Register - - ldr r0,=L2CCDataLatReg ; Load L2CC base address base + Data Latency address - ldr r1,=L2CCDataLatency ; set the latencies for the Data - str r1, [r0] ; store the Data Latency register Register - - ldr r0,=L2CCWay ; Load L2CC base address base + way register - ldr r2, =0xFFFF - str r2, [r0] ; force invalidate - - ldr r0,=L2CCSync ; need to poll 0x730, PSS_L2CC_CACHE_SYNC_OFFSET - ; Load L2CC base address base + sync register - ; poll for completion -Sync - ldr r1, [r0] - cmp r1, #0 - bne Sync - - ldr r0,=L2CCIntRaw ; clear pending interrupts - ldr r1,[r0] - ldr r0,=L2CCIntClear - str r1,[r0] - - ldr r0,=SLCRUnlockReg ; Load SLCR base address base + unlock register - ldr r1,=SLCRUnlockKey ; set unlock key - str r1, [r0] ; Unlock SLCR - - ldr r0,=SLCRL2cRamReg ; Load SLCR base address base + l2c Ram Control register - str r1, [r0] ; store the L2c Ram Control Register - - ldr r0,=SLCRlockReg ; Load SLCR base address base + lock register - ldr r1,=SLCRlockKey ; set lock key - str r1, [r0] ; lock SLCR - ldr r0,=L2CCCrtl ; Load L2CC base address base + control register - ldr r1,[r0] ; read the register - mov r2, #L2CCControl ; set the enable bit - orr r1,r1,r2 - str r1, [r0] ; enable the L2 Caches -#endif - - mov r0, r0 - mrc p15, 0, r1, c1, c0, 2 ; read cp access control register (CACR) into r1 - orr r1, r1, #(0xf << 20) ; enable full access for p10 & p11 - mcr p15, 0, r1, c1, c0, 2 ; write back into CACR - - ; enable vfp - fmrx r1, FPEXC ; read the exception register - orr r1,r1, #FPEXC_EN ; set VFP enable bit, leave the others in orig state - fmxr FPEXC, r1 ; write back the exception register - - mrc p15, 0, r0, c1, c0, 0 ; flow prediction enable - orr r0, r0, #(0x01 << 11) ; #0x8000 - mcr p15,0,r0,c1,c0,0 - - mrc p15, 0, r0, c1, c0, 1 ; read Auxiliary Control Register - orr r0, r0, #(0x1 << 2) ; enable Dside prefetch - orr r0, r0, #(0x1 << 1) ; enable L2 prefetch - mcr p15, 0, r0, c1, c0, 1 ; write Auxiliary Control Register - - ; Initialize the vector table - ;bl Xil_ExceptionInit - -; Clear cp15 regs with unknown reset values - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 ; DFSR - mcr p15, 0, r0, c5, c0, 1 ; IFSR - mcr p15, 0, r0, c6, c0, 0 ; DFAR - mcr p15, 0, r0, c6, c0, 2 ; IFAR - mcr p15, 0, r0, c9, c13, 2 ; PMXEVCNTR - mcr p15, 0, r0, c13, c0, 2 ; TPIDRURW - mcr p15, 0, r0, c13, c0, 3 ; TPIDRURO - -; Reset and start Cycle Counter - mov r2, #0x80000000 ; clear overflow - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd ; D, C, E - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 ; enable cycle counter - mcr p15, 0, r2, c9, c12, 1 - -; Reset and start Global Timer - mov r0, #0x0 - mov r1, #0x0 - bl XTime_SetTime - -; Reset and start Triple Timer counter - #if defined SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer - #endif - -; make sure argc and argv are valid - mov r0, #0 - mov r1, #0 - b __cmain ; jump to C startup code - - and r0, r0, r0 ; no op - -Ldone b Ldone ; Paranoia: we should never get here - - -; ************************************************************************* -; * -; * invalidate_dcache - invalidate the entire d-cache by set/way -; * -; * Note: for Cortex-A9, there is no cp instruction for invalidating -; * the whole D-cache. Need to invalidate each line. -; * -; ************************************************************************* - -invalidate_dcache - mrc p15, 1, r0, c0, c0, 1 ; read CLIDR - ands r3, r0, #0x7000000 - mov r3, r3, lsr #23 ; cache level value (naturally aligned) - beq finished - mov r10, #0 ; start with level 0 -loop1 - add r2, r10, r10, lsr #1 ; work out 3xcachelevel - mov r1, r0, lsr r2 ; bottom 3 bits are the Cache type for this level - and r1, r1, #7 ; get those 3 bits alone - cmp r1, #2 - blt skip ; no cache or only instruction cache at this level - mcr p15, 2, r10, c0, c0, 0 ; write the Cache Size selection register - isb ; isb to sync the change to the CacheSizeID reg - mrc p15, 1, r1, c0, c0, 0 ; reads current Cache Size ID register - and r2, r1, #7 ; extract the line length field - add r2, r2, #4 ; add 4 for the line length offset (log2 16 bytes) - ldr r4, =0x3ff - ands r4, r4, r1, lsr #3 ; r4 is the max number on the way size (right aligned) - clz r5, r4 ; r5 is the bit position of the way size increment - ldr r7, =0x7fff - ands r7, r7, r1, lsr #13 ; r7 is the max number of the index size (right aligned) -loop2 - mov r9, r4 ; r9 working copy of the max way size (right aligned) -loop3 - orr r11, r10, r9, lsl r5 ; factor in the way number and cache number into r11 - orr r11, r11, r7, lsl r2 ; factor in the index number - mcr p15, 0, r11, c7, c6, 2 ; invalidate by set/way - subs r9, r9, #1 ; decrement the way number - bge loop3 - subs r7, r7, #1 ; decrement the index - bge loop2 -skip - add r10, r10, #2 ; increment the cache number - cmp r3, r10 - bgt loop1 - -finished - mov r10, #0 ; switch back to cache level 0 - mcr p15, 2, r10, c0, c0, 0 ; select current cache level in cssr - dsb - isb - - bx lr - - - END diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/translation_table.s b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/translation_table.s deleted file mode 100644 index 0f7eb74..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/iccarm/translation_table.s +++ /dev/null @@ -1,174 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;***************************************************************************** -;**************************************************************************** -;** -; @file translation_table.s -; -; This file contains the initialization for the MMU table in RAM -; needed by the Cortex A9 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver   Who  Date     Changes
-; ----- ---- -------- ---------------------------------------------------
-; 1.00a ecm  10/20/09 Initial version
-; 3.07a sgd  07/05/12 Configuring device address spaces as shareable device
-;		       instead of strongly-ordered.
-; 4.2	pkp  09/02/14 modified translation table entries according to address map
-; 4.2	pkp  09/11/14 modified translation table entries to resolve compilation
-;		      error for solving CR#822897
-; 6.1	pkp  07/11/16 Corrected comments for memory attributes
-; 6.8   mus  07/12/2018 Mark DDR memory as inner cacheable, if BSP is built
-;			with the USE_AMP flag.
-; 
-; -; @note -; -; None. -; -;**************************************************************************** - EXPORT MMUTable - -;ARMCC AREA |.mmu_tbl|,CODE,ALIGN=14 -; RSEG mmu_tbl:CODE:ROOT (14) - SECTION .mmu_tbl:CODE:ROOT(14) - -MMUTable - ; Each table entry occupies one 32-bit word and there are - ; 4096 entries, so the entire table takes up 16KB. - ; Each entry covers a 1MB section. - - -; 0x00000000 - 0x3ffffff (DDR Cacheable) -count SETA 0 -sect SETA 0 - REPT 0x400 - #ifndef USE_AMP - DCD sect + 0x15de6 ; S=1, TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 - #else - DCD sect + 0x14de6 ; S=1, TEX=b100 AP=b11, Domain=b1111, C=b0, B=b1 - #endif -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0x40000000 - 0x7fffffff (GpAxi0) -count SETA 0 - REPT 0x400 - DCD sect + 0xc02 ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0x80000000 - 0xbfffffff (GpAxi1) -count SETA 0 - REPT 0x400 - DCD sect + 0xc02 ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xc0000000 - 0xdfffffff (undef) -count SETA 0 - REPT 0x200 - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xe0000000 - 0xe02fffff (IOP dev) -count SETA 0 - REPT 0x3 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - - ; 0xe0300000 - 0xe0ffffff (undef/reserved) -count SETA 0 - REPT 0xD - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xe1000000 - 0xe1ffffff (NAND) -count SETA 0 - REPT 0x10 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xe2000000 - 0xe3ffffff (NOR) -count SETA 0 - REPT 0x20 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xe4000000 - 0xe5ffffff (SRAM) -count SETA 0 - REPT 0x20 - DCD sect + 0xc0e ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b1 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xe6000000 - 0xf7ffffff (reserved) -count SETA 0 - REPT 0x0120 - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xf8000c00 to 0xf8000fff, 0xf8010000 to 0xf88fffff and -; 0xf8f03000 to 0xf8ffffff are reserved but due to granual size of -; 1MB, it is not possible to define separate regions for them - -; 0xf8000000 - 0xf8ffffff (APB device regs) -count SETA 0 - REPT 0x10 - DCD sect + 0xc06 ; S=0, TEX=b010 AP=b11, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xf9000000 - 0xfbffffff (reserved) -count SETA 0 - REPT 0x30 - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xfc000000 - 0xfdffffff (QSPI) -count SETA 0 - REPT 0x20 - DCD sect + 0xc0a ; S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xfe000000 - 0xffefffff (reserved) -count SETA 0 - REPT 0x1F - DCD sect ; S=0, TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 -sect SETA sect+0x100000 -count SETA count+1 - ENDR - -; 0xfff00000 to 0xfffb0000 is reserved but due to granual size of -; 1MB, it is not possible to define separate region for it - -; 0xfff00000 to 0xfffb0000 (OCM) -count SETA 0 - DCD sect + 0x4c0e ; S=b0 TEX=b100 AP=b11, Domain=b0, C=b1, B=b1 -sect SETA sect+0x100000 - - END diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/sleep.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/sleep.c deleted file mode 100644 index efa60da..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/sleep.c +++ /dev/null @@ -1,66 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/***************************************************************************** -* -* @file sleep.c -* -* This function provides a second delay using the Global Timer register in -* the ARM Cortex A9 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  11/11/09 First release
-* 3.07a sgd      07/05/12 Updated sleep function to make use Global
-* 6.0   asa      08/15/16 Updated the sleep signature. Fix for CR#956899.
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-*
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/*****************************************************************************/ -/* -* -* This API is used to provide delays in seconds -* -* @param seconds requested -* -* @return 0 always -* -* @note None. -* -****************************************************************************/ -unsigned sleep_A9(unsigned int seconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(seconds, COUNTS_PER_SECOND); -#else - XTime tEnd, tCur; - - XTime_GetTime(&tCur); - tEnd = tCur + (((XTime) seconds) * COUNTS_PER_SECOND); - do - { - XTime_GetTime(&tCur); - } while (tCur < tEnd); -#endif - - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/smc.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/smc.h deleted file mode 100644 index 1b601db..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/smc.h +++ /dev/null @@ -1,96 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file smc.h -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  11/03/09 Initial release.
-* 4.2	pkp	 08/04/14 Removed function definition of XSmc_NorInit and XSmc_NorInit
-*					  as smc.c is removed
-* 
-* -* @note None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef SMC_H /* prevent circular inclusions */ -#define SMC_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xparameters.h" -#include "xil_io.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/* Memory controller configuration register offset */ -#define XSMCPSS_MC_STATUS 0x000U /* Controller status reg, RO */ -#define XSMCPSS_MC_INTERFACE_CONFIG 0x004U /* Interface config reg, RO */ -#define XSMCPSS_MC_SET_CONFIG 0x008U /* Set configuration reg, WO */ -#define XSMCPSS_MC_CLR_CONFIG 0x00CU /* Clear config reg, WO */ -#define XSMCPSS_MC_DIRECT_CMD 0x010U /* Direct command reg, WO */ -#define XSMCPSS_MC_SET_CYCLES 0x014U /* Set cycles register, WO */ -#define XSMCPSS_MC_SET_OPMODE 0x018U /* Set opmode register, WO */ -#define XSMCPSS_MC_REFRESH_PERIOD_0 0x020U /* Refresh period_0 reg, RW */ -#define XSMCPSS_MC_REFRESH_PERIOD_1 0x024U /* Refresh period_1 reg, RW */ - -/* Chip select configuration register offset */ -#define XSMCPSS_CS_IF0_CHIP_0_OFFSET 0x100U /* Interface 0 chip 0 config */ -#define XSMCPSS_CS_IF0_CHIP_1_OFFSET 0x120U /* Interface 0 chip 1 config */ -#define XSMCPSS_CS_IF0_CHIP_2_OFFSET 0x140U /* Interface 0 chip 2 config */ -#define XSMCPSS_CS_IF0_CHIP_3_OFFSET 0x160U /* Interface 0 chip 3 config */ -#define XSMCPSS_CS_IF1_CHIP_0_OFFSET 0x180U /* Interface 1 chip 0 config */ -#define XSMCPSS_CS_IF1_CHIP_1_OFFSET 0x1A0U /* Interface 1 chip 1 config */ -#define XSMCPSS_CS_IF1_CHIP_2_OFFSET 0x1C0U /* Interface 1 chip 2 config */ -#define XSMCPSS_CS_IF1_CHIP_3_OFFSET 0x1E0U /* Interface 1 chip 3 config */ - -/* User configuration register offset */ -#define XSMCPSS_UC_STATUS_OFFSET 0x200U /* User status reg, RO */ -#define XSMCPSS_UC_CONFIG_OFFSET 0x204U /* User config reg, WO */ - -/* Integration test register offset */ -#define XSMCPSS_IT_OFFSET 0xE00U - -/* ID configuration register offset */ -#define XSMCPSS_ID_PERIP_0_OFFSET 0xFE0U -#define XSMCPSS_ID_PERIP_1_OFFSET 0xFE4U -#define XSMCPSS_ID_PERIP_2_OFFSET 0xFE8U -#define XSMCPSS_ID_PERIP_3_OFFSET 0xFECU -#define XSMCPSS_ID_PCELL_0_OFFSET 0xFF0U -#define XSMCPSS_ID_PCELL_1_OFFSET 0xFF4U -#define XSMCPSS_ID_PCELL_2_OFFSET 0xFF8U -#define XSMCPSS_ID_PCELL_3_OFFSET 0xFFCU - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* SMC_H */ - -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/usleep.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/usleep.c deleted file mode 100644 index 26966bf..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/usleep.c +++ /dev/null @@ -1,81 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file usleep.c -* -* This function provides a microsecond delay using the Global Timer register in -* the ARM Cortex A9 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  11/11/09 First release
-* 3.07a sgd      07/05/12 Updated micro sleep function to make use Global Timer
-* 4.2	pkp		 08/04/14 Removed unimplemented nanosleep routine as it is not
-*						  possible to generate timer in nanosecond due to
-*						  limited cpu frequency
-* 6.0   asa      08/15/16 Updated the usleep signature. Fix for CR#956899.
-* 6.6	srm	 10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "xreg_cortexa9.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/**************************** Constant Definitions ************************/ -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_USECOND (SLEEP_TIMER_FREQUENCY / 1000000) -#else -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_USECOND (XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ / (2U*1000000U)) -#endif - -/*****************************************************************************/ -/** -* -* This API gives a delay in microseconds -* -* @param useconds requested -* -* @return 0 if the delay can be achieved, -1 if the requested delay -* is out of range -* -* @note None. -* -****************************************************************************/ -int usleep_A9(unsigned long useconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(useconds, COUNTS_PER_USECOND); -#else - XTime tEnd, tCur; - - XTime_GetTime(&tCur); - tEnd = tCur + (((XTime) useconds) * COUNTS_PER_USECOND); - do - { - XTime_GetTime(&tCur); - } while (tCur < tEnd); -#endif - - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache.c deleted file mode 100644 index b828612..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache.c +++ /dev/null @@ -1,1534 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.c -* -* Contains required functions for the ARM cache functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a  ecm 01/29/10 First release
-* 1.00a  ecm 06/24/10 Moved the L1 and L2 specific function prototypes
-*		      		  to xil_cache_mach.h to give access to sophisticated users
-* 3.02a  sdm 04/07/11 Updated Flush/InvalidateRange APIs to flush/invalidate
-*		      		  L1 and L2 caches in a single loop and used dsb, L2 sync
-*		      		  at the end of the loop.
-* 3.04a  sdm 01/02/12 Remove redundant dsb/dmb instructions in cache maintenance
-*		      		  APIs.
-* 3.07a  asa 07/16/12 Corrected the L1 and L2 cache invalidation order.
-* 3.07a  sgd 09/18/12 Corrected the L2 cache enable and disable sequence.
-* 3.10a  srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      		  'xil_errata.h' for errata description
-* 3.10a  asa 05/13/13 Modified cache disable APIs. The L2 cache disable
-*			  		  operation was being done with L1 Data cache disabled. This is
-*			  		  fixed so that L2 cache disable operation happens independent of
-*			  		  L1 cache disable operation. This fixes CR #706464.
-*			  		  Changes are done to do a L2 cache sync (poll reg7_?cache_?sync).
-*			  		  This is done to fix the CR #700542.
-* 3.11a  asa 09/23/13 Modified the Xil_DCacheFlushRange and
-*			 		  Xil_DCacheInvalidateRange to fix potential issues. Fixed other
-*			 		  relevant cache APIs to disable and enable back the interrupts.
-*			 		  This fixes CR #663885.
-* 3.11a  asa 09/28/13 Made changes for L2 cache sync operation. It is found
-*			 		  out that for L2 cache flush/clean/invalidation by cache lines
-*			 		  does not need a cache sync as these are atomic nature. Similarly
-*			 		  figured out that for complete L2 cache flush/invalidation by way
-*			 		  we need to wait for some more time in a loop till the status
-*			 		  shows that the cache operation is completed.
-* 4.00	 pkp 24/01/14 Modified Xil_DCacheInvalidateRange to fix the bug. Few
-*			 		  cache lines were missed to invalidate when unaligned address
-*			 		  invalidation was accommodated. That fixes CR #766768.
-*			 		  Also in Xil_L1DCacheInvalidate, while invalidating all L1D cache
-*			 		  stack memory which contains return address was invalidated. So
-*			 		  stack memory was flushed first and then L1D cache is invalidated.
-*			 		  This is done to fix CR #763829
-* 4.01   asa 05/09/14 Made changes in cortexa9/xil_cache.c to fix CR# 798230.
-* 4.02	 pkp 06/27/14 Added notes to Xil_L1DCacheInvalidateRange function for
-*					  explanation of CR#785243
-* 5.00   kvn 12/15/14 Xil_L2CacheInvalidate was modified to fix CR# 838835. L2 Cache
-*					  has stack memory which has return address. Before invalidating
-*					  cache, stack memory was flushed first and L2 Cache is invalidated.
-* 5.01	 pkp 05/12/15 Xil_DCacheInvalidateRange and Xil_DCacheFlushRange is modified
-*					  to remove unnecessary dsb in the APIs. Instead of using dsb
-*					  for L2 Cache, L2CacheSync has been used for each L2 cache line
-*					  and single dsb has been used for L1 cache. Also L2CacheSync is
-*					  added into Xil_L2CacheInvalidateRange API. Xil_L1DCacheInvalidate
-*					  and Xil_L2CacheInvalidate APIs are modified to flush the complete
-*					  stack instead of just System Stack
-* 5.03	 pkp 10/07/15 L2 Cache functionalities are avoided for the OpenAMP slave
-*					  application(when USE_AMP flag is defined for BSP) as master CPU
-*					  would be utilizing L2 cache for its operation
-* 6.6    mus 12/07/17 Errata 753970 is not applicable for the PL130 cache controller
-*                     version r0p2, which is present in zynq. So,removed the handling
-*                     related to same.It fixes CR#989132.
-* 6.6    asa 16/01/18 Changes made in Xil_L1DCacheInvalidate and Xil_L2CacheInvalidate
-*					  routines to ensure the stack data flushed only when the respective
-*					  caches are enabled. This fixes CR-992023.
-* 7.5    mus 01/19/21 Implement workaround for errata#588369 in Xil_DCacheFlushRange.
-*					  It fixes CR#1086022.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xil_cache_l.h" -#include "xil_io.h" -#include "xpseudo_asm.h" -#include "xparameters.h" -#include "xreg_cortexa9.h" -#include "xl2cc.h" -#include "xil_errata.h" -#include "xil_exception.h" - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#define IRQ_FIQ_MASK 0xC0U /* Mask IRQ and FIQ interrupts in cpsr */ - -#ifdef __GNUC__ - extern s32 _stack_end; - extern s32 __undef_stack; -#endif - -#ifndef USE_AMP -/**************************************************************************** -* -* Access L2 Debug Control Register. -* -* @param Value, value to be written to Debug Control Register. -* -* @return None. -* -****************************************************************************/ -#ifdef __GNUC__ -static inline void Xil_L2WriteDebugCtrl(u32 Value) -#else -static void Xil_L2WriteDebugCtrl(u32 Value) -#endif -{ -#if defined(CONFIG_PL310_ERRATA_588369) || defined(CONFIG_PL310_ERRATA_727915) - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_DEBUG_CTRL_OFFSET, Value); -#else - (void)(Value); -#endif -} - -/**************************************************************************** -* -* Perform L2 Cache Sync Operation. -* -* @return None. -* -****************************************************************************/ -#ifdef __GNUC__ -static inline void Xil_L2CacheSync(void) -#else -static void Xil_L2CacheSync(void) -#endif -{ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_SYNC_OFFSET, 0x0U); -} -#endif -/****************************************************************************/ -/** -* @brief Enable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheEnable(void) -{ - Xil_L1DCacheEnable(); -#ifndef USE_AMP - Xil_L2CacheEnable(); -#endif -} - -/****************************************************************************/ -/** -* @brief Disable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheDisable(void) -{ -#ifndef USE_AMP - Xil_L2CacheDisable(); -#endif - Xil_L1DCacheDisable(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the entire Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheInvalidate(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidate(); -#endif - Xil_L1DCacheInvalidate(); - - mtcpsr(currmask); -} - -/*****************************************************************************/ -/** -* @brief Invalidate a Data cache line. If the byte specified by the address -* (adr) is cached by the Data cache, the cacheline containing that -* byte is invalidated. If the cacheline is modified (dirty), the -* modified contents are lost and are NOT written to the system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheInvalidateLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidateLine(adr); -#endif - Xil_L1DCacheInvalidateLine(adr); - - mtcpsr(currmask); -} - - -/*****************************************************************************/ -/** -* Invalidate the Data cache for the given address range. -* If the bytes specified by the address range are cached by the Data -* cache, the cachelines containing those bytes are invalidated. If -* the cachelines are modified (dirty), the modified contents are lost -* and NOT written to the system memory before the lines are -* invalidated. -* -* In this function, if start address or end address is not aligned to -* cache-line, particular cache-line containing unaligned start or end -* address is flush first and then invalidated the others as -* invalidating the same unaligned cache line may result into loss of -* data. This issue raises few possibilities. -* -* If the address to be invalidated is not cache-line aligned, the -* following choices are available: -* 1. Invalidate the cache line when required and do not bother much -* for the side effects. Though it sounds good, it can result in -* hard-to-debug issues. The problem is, if some other variable are -* allocated in the same cache line and had been recently updated -* (in cache), the invalidation would result in loss of data. -* 2. Flush the cache line first. This will ensure that if any other -* variable present in the same cache line and updated recently are -* flushed out to memory. Then it can safely be invalidated. Again it -* sounds good, but this can result in issues. For example, when the -* invalidation happens in a typical ISR (after a DMA transfer has -* updated the memory), then flushing the cache line means, losing -* data that were updated recently before the ISR got invoked. -* -* Linux prefers the second one. To have uniform implementation -* (across standalone and Linux), the second option is implemented. -* This being the case, following needs to be taken care of: -* 1. Whenever possible, the addresses must be cache line aligned. -* Please nore that, not just start address, even the end address must -* be cache line aligned. If that is taken care of, this will always -* work. -* 2. Avoid situations where invalidation has to be done after the -* data is updated by peripheral/DMA directly into the memory. It is -* not tough to achieve (may be a bit risky). The common use case to -* do invalidation is when a DMA happens. Generally for such use -* cases, buffers can be allocated first and then start the DMA. The -* practice that needs to be followed here is, immediately after -* buffer allocation and before starting the DMA, do the invalidation. -* With this approach, invalidation need not to be done after the DMA -* transfer is over. -* -* This is going to always work if done carefully. -* However, the concern is, there is no guarantee that invalidate has -* not needed to be done after DMA is complete. For example, because -* of some reasons if the first cache line or last cache line -* (assuming the buffer in question comprises of multiple cache lines) -* are brought into cache (between the time it is invalidated and DMA -* completes) because of some speculative prefetching or reading data -* for a variable present in the same cache line, then we will have to -* invalidate the cache after DMA is complete. -* -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len) -{ - const u32 cacheline = 32U; - u32 end; - u32 tempadr = adr; - u32 tempend; - u32 currmask; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INVLD_PA_OFFSET); - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - end = tempadr + len; - tempend = end; - /* Select L1 Data cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - - if ((tempadr & (cacheline-1U)) != 0U) { - tempadr &= (~(cacheline - 1U)); - - Xil_L1DCacheFlushLine(tempadr); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - Xil_L2CacheFlushLine(tempadr); - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - Xil_L2CacheSync(); -#endif - tempadr += cacheline; - } - if ((tempend & (cacheline-1U)) != 0U) { - tempend &= (~(cacheline - 1U)); - - Xil_L1DCacheFlushLine(tempend); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - Xil_L2CacheFlushLine(tempend); - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - Xil_L2CacheSync(); -#endif - } - - while (tempadr < tempend) { -#ifndef USE_AMP - /* Invalidate L2 cache line */ - *L2CCOffset = tempadr; - Xil_L2CacheSync(); -#endif - - /* Invalidate L1 Data cache line */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_dc_line_mva_poc(tempadr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_DC_LINE_MVA_POC); - Reg = tempadr; } -#endif - tempadr += cacheline; - } - } - - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the entire Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlush(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - Xil_L1DCacheFlush(); -#ifndef USE_AMP - Xil_L2CacheFlush(); -#endif - mtcpsr(currmask); -} - - -/****************************************************************************/ -/** -* @brief Flush a Data cache line. If the byte specified by the address (adr) -* is cached by the Data cache, the cacheline containing that byte is -* invalidated. If the cacheline is modified (dirty), the entire -* contents of the cacheline are written to system memory before the -* line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheFlushLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - Xil_L1DCacheFlushLine(adr); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - Xil_L2CacheFlushLine(adr); - - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - Xil_L2CacheSync(); -#endif - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the Data cache for the given address range. -* If the bytes specified by the address range are cached by the -* data cache, the cachelines containing those bytes are invalidated. -* If the cachelines are modified (dirty), they are written to the -* system memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlushRange(INTPTR adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INV_CLN_PA_OFFSET); - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr &= ~(cacheline - 1U); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); -#endif - while (LocalAddr < end) { - - /* Flush L1 Data cache line */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_clean_inval_dc_line_mva_poc(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC); - Reg = LocalAddr; } -#endif -#ifndef USE_AMP - /* Flush L2 cache line */ - *L2CCOffset = LocalAddr; - Xil_L2CacheSync(); -#endif - LocalAddr += cacheline; - } -#ifndef USE_AMP - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); -#endif - } - dsb(); - mtcpsr(currmask); -} -/****************************************************************************/ -/** -* @brief Store a Data cache line. If the byte specified by the address (adr) -* is cached by the Data cache and the cacheline is modified (dirty), -* the entire contents of the cacheline are written to system memory. -* After the store completes, the cacheline is marked as unmodified -* (not dirty). -* -* @param adr: 32bit address of the data to be stored. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheStoreLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - Xil_L1DCacheStoreLine(adr); -#ifndef USE_AMP - Xil_L2CacheStoreLine(adr); -#endif - mtcpsr(currmask); -} - -/***************************************************************************/ -/** -* @brief Enable the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheEnable(void) -{ - Xil_L1ICacheEnable(); -#ifndef USE_AMP - Xil_L2CacheEnable(); -#endif -} - -/***************************************************************************/ -/** -* @brief Disable the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheDisable(void) -{ -#ifndef USE_AMP - Xil_L2CacheDisable(); -#endif - Xil_L1ICacheDisable(); -} - - -/****************************************************************************/ -/** -* @brief Invalidate the entire instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheInvalidate(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidate(); -#endif - Xil_L1ICacheInvalidate(); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate an instruction cache line. If the instruction specified -* by the address is cached by the instruction cache, the cacheline -* containing that instruction is invalidated. -* -* @param adr: 32bit address of the instruction to be invalidated. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_ICacheInvalidateLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidateLine(adr); -#endif - Xil_L1ICacheInvalidateLine(adr); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate the instruction cache for the given address range. -* If the instructions specified by the address range are cached by -* the instrunction cache, the cachelines containing those -* instructions are invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INVLD_PA_OFFSET); - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 I-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - - while (LocalAddr < end) { -#ifndef USE_AMP - /* Invalidate L2 cache line */ - *L2CCOffset = LocalAddr; - dsb(); -#endif - - /* Invalidate L1 I-cache line */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_ic_line_mva_pou(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_IC_LINE_MVA_POU); - Reg = LocalAddr; } -#endif - - LocalAddr += cacheline; - } - } - - /* Wait for L1 and L2 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Enable the level 1 Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheEnable(void) -{ - register u32 CtrlReg; - - /* enable caches only if they are disabled */ -#ifdef __GNUC__ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - if ((CtrlReg & (XREG_CP15_CONTROL_C_BIT)) != 0U) { - return; - } - - /* clean and invalidate the Data cache */ - Xil_L1DCacheInvalidate(); - - /* enable the Data cache */ - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/***************************************************************************/ -/** -* @brief Disable the level 1 Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheDisable(void) -{ - register u32 CtrlReg; - - /* clean and invalidate the Data cache */ - Xil_L1DCacheFlush(); - -#ifdef __GNUC__ - /* disable the Data cache */ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 1 Data cache. -* -* @return None. -* -* @note In Cortex A9, there is no cp instruction for invalidating -* the whole D-cache. This function invalidates each line by -* set/way. -* -****************************************************************************/ -void Xil_L1DCacheInvalidate(void) -{ - register u32 CsidReg, C7Reg; - u32 CacheSize, LineSize, NumWays; - u32 Way, WayIndex, Set, SetIndex, NumSet; - u32 currmask; - -#ifdef __GNUC__ - u32 stack_start,stack_end,stack_size; - register u32 CtrlReg; -#endif - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - -#ifdef __GNUC__ - stack_end = (u32)&_stack_end; - stack_start = (u32)&__undef_stack; - stack_size=stack_start-stack_end; - - /* Check for the cache status. If cache is enabled, then only - * flush stack memory to save return address. If cache is disabled, - * don't flush anything as it might result in flushing stale date into - * memory which is undesirable. - * */ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - if ((CtrlReg & (XREG_CP15_CONTROL_C_BIT)) != 0U) { - Xil_DCacheFlushRange(stack_end, stack_size); - } -#endif - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - -#ifdef __GNUC__ - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_CACHE_SIZE_ID, CsidReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_CACHE_SIZE_ID); - CsidReg = Reg; } -#endif - /* Determine Cache Size */ - CacheSize = (CsidReg >> 13U) & 0x1FFU; - CacheSize +=1U; - CacheSize *=128U; /* to get number of bytes */ - - /* Number of Ways */ - NumWays = (CsidReg & 0x3ffU) >> 3U; - NumWays += 1U; - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x07U) + 4U; - - NumSet = CacheSize/NumWays; - NumSet /= (0x00000001U << LineSize); - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set; - - /* Invalidate by Set/Way */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_dc_line_sw(C7Reg); -#else - /*mtcp(XREG_CP15_INVAL_DC_LINE_SW, C7Reg), */ - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_DC_LINE_SW); - Reg = C7Reg; } -#endif - Set += (0x00000001U << LineSize); - } - Set=0U; - Way += 0x40000000U; - } - - /* Wait for L1 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate a level 1 Data cache line. If the byte specified by the -* address (Addr) is cached by the Data cache, the cacheline -* containing that byte is invalidated. If the cacheline is modified -* (dirty), the modified contents are lost and are NOT written to -* system memory before the line is invalidated. -* -* @param adr: 32bit address of the data to be invalidated. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1DCacheInvalidateLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, (adr & (~0x1FU))); - - /* Wait for L1 invalidate to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 1 Data cache for the given address range. -* If the bytes specified by the address range are cached by the Data -* cache, the cachelines containing those bytes are invalidated. If the -* cachelines are modified (dirty), the modified contents are lost and -* NOT written to the system memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheInvalidateRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 D-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - - while (LocalAddr < end) { - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_dc_line_mva_poc(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_DC_LINE_MVA_POC); - Reg = LocalAddr; } -#endif - LocalAddr += cacheline; - } - } - - /* Wait for L1 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the level 1 Data cache. -* -* @return None. -* -* @note In Cortex A9, there is no cp instruction for flushing -* the whole D-cache. Need to flush each line. -* -****************************************************************************/ -void Xil_L1DCacheFlush(void) -{ - register u32 CsidReg, C7Reg; - u32 CacheSize, LineSize, NumWays; - u32 Way; - u32 WayIndex, Set, SetIndex, NumSet; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - -#ifdef __GNUC__ - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_CACHE_SIZE_ID, CsidReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_CACHE_SIZE_ID); - CsidReg = Reg; } -#endif - - /* Determine Cache Size */ - - CacheSize = (CsidReg >> 13U) & 0x1FFU; - CacheSize +=1U; - CacheSize *=128U; /* to get number of bytes */ - - /* Number of Ways */ - NumWays = (CsidReg & 0x3ffU) >> 3U; - NumWays += 1U; - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x07U) + 4U; - - NumSet = CacheSize/NumWays; - NumSet /= (0x00000001U << LineSize); - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set; - /* Flush by Set/Way */ - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_clean_inval_dc_line_sw(C7Reg); -#else - { volatile register u32 Reg - __asm(XREG_CP15_CLEAN_INVAL_DC_LINE_SW); - Reg = C7Reg; } -#endif - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += 0x40000000U; - } - - /* Wait for L1 flush to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush a level 1 Data cache line. If the byte specified by the -* address (adr) is cached by the Data cache, the cacheline containing -* that byte is invalidated. If the cacheline is modified (dirty), the -* entire contents of the cacheline are written to system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1DCacheFlushLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, (adr & (~0x1FU))); - - /* Wait for L1 flush to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Flush the level 1 Data cache for the given address range. -* If the bytes specified by the address range are cached by the Data -* cache, the cacheline containing those bytes are invalidated. If the -* cachelines are modified (dirty), they are written to system memory -* before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheFlushRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 D-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - - while (LocalAddr < end) { - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_clean_inval_dc_line_mva_poc(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC); - Reg = LocalAddr; } -#endif - LocalAddr += cacheline; - } - } - - /* Wait for L1 flush to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Store a level 1 Data cache line. If the byte specified by the -* address (adr) is cached by the Data cache and the cacheline is -* modified (dirty), the entire contents of the cacheline are written -* to system memory. After the store completes, the cacheline is -* marked as unmodified (not dirty). -* -* @param adr: Address to be stored. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1DCacheStoreLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - mtcp(XREG_CP15_CLEAN_DC_LINE_MVA_POC, (adr & (~0x1FU))); - - /* Wait for L1 store to complete */ - dsb(); -} - - -/****************************************************************************/ -/** -* @brief Enable the level 1 instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheEnable(void) -{ - register u32 CtrlReg; - - /* enable caches only if they are disabled */ -#ifdef __GNUC__ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - if ((CtrlReg & (XREG_CP15_CONTROL_I_BIT)) != 0U) { - return; - } - - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0U); - - /* enable the instruction cache */ - CtrlReg |= (XREG_CP15_CONTROL_I_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Disable level 1 the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheDisable(void) -{ - register u32 CtrlReg; - - dsb(); - - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0U); - - /* disable the instruction cache */ -#ifdef __GNUC__ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - CtrlReg &= ~(XREG_CP15_CONTROL_I_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Invalidate the entire level 1 instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheInvalidate(void) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0U); - - /* Wait for L1 invalidate to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate a level 1 instruction cache line. If the instruction -* specified by the address is cached by the instruction cache, the -* cacheline containing that instruction is invalidated. -* -* @param adr: 32bit address of the instruction to be invalidated. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1ICacheInvalidateLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - mtcp(XREG_CP15_INVAL_IC_LINE_MVA_POU, (adr & (~0x1FU))); - - /* Wait for L1 invalidate to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 1 instruction cache for the given address -* range. If the instrucions specified by the address range are cached -* by the instruction cache, the cacheline containing those bytes are -* invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheInvalidateRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 I-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - - while (LocalAddr < end) { - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_ic_line_mva_pou(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_IC_LINE_MVA_POU); - Reg = LocalAddr; } -#endif - LocalAddr += cacheline; - } - } - - /* Wait for L1 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -#ifndef USE_AMP -/****************************************************************************/ -/** -* @brief Enable the L2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheEnable(void) -{ - register u32 L2CCReg; - - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - - /* only enable if L2CC is currently disabled */ - if ((L2CCReg & 0x01U) == 0U) { - /* set up the way size and latencies */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + - XPS_L2CC_AUX_CNTRL_OFFSET); - L2CCReg &= XPS_L2CC_AUX_REG_ZERO_MASK; - L2CCReg |= XPS_L2CC_AUX_REG_DEFAULT_MASK; - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_AUX_CNTRL_OFFSET, - L2CCReg); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_TAG_RAM_CNTRL_OFFSET, - XPS_L2CC_TAG_RAM_DEFAULT_MASK); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_DATA_RAM_CNTRL_OFFSET, - XPS_L2CC_DATA_RAM_DEFAULT_MASK); - - /* Clear the pending interrupts */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + - XPS_L2CC_ISR_OFFSET); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_IAR_OFFSET, L2CCReg); - - Xil_L2CacheInvalidate(); - /* Enable the L2CC */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + - XPS_L2CC_CNTRL_OFFSET); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET, - (L2CCReg | (0x01U))); - - Xil_L2CacheSync(); - /* synchronize the processor */ - dsb(); - - } -} - -/****************************************************************************/ -/** -* @brief Disable the L2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheDisable(void) -{ - register u32 L2CCReg; - - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - - if((L2CCReg & 0x1U) != 0U) { - - /* Clean and Invalidate L2 Cache */ - Xil_L2CacheFlush(); - - /* Disable the L2CC */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET, - (L2CCReg & (~0x01U))); - /* Wait for the cache operations to complete */ - - dsb(); - } -} - -/*****************************************************************************/ -/** -* @brief Invalidate the entire level 2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheInvalidate(void) -{ - #ifdef __GNUC__ - u32 stack_start,stack_end,stack_size; - register u32 L2CCReg; - stack_end = (u32)&_stack_end; - stack_start = (u32)&__undef_stack; - stack_size=stack_start-stack_end; - - /* Check for the cache status. If cache is enabled, then only - * flush stack memory to save return address. If cache is disabled, - * don't flush anything as it might result in flushing stale date into - * memory which is undesirable. - */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - if ((L2CCReg & 0x01U) != 0U) { - /*Flush stack memory to save return address*/ - Xil_DCacheFlushRange(stack_end, stack_size); - } - - #endif - u32 ResultDCache; - /* Invalidate the caches */ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_WAY_OFFSET, - 0x0000FFFFU); - ResultDCache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_WAY_OFFSET) - & 0x0000FFFFU; - while(ResultDCache != (u32)0U) { - ResultDCache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_WAY_OFFSET) - & 0x0000FFFFU; - } - - /* Wait for the invalidate to complete */ - Xil_L2CacheSync(); - - /* synchronize the processor */ - dsb(); -} - -/*****************************************************************************/ -/** -* @brief Invalidate a level 2 cache line. If the byte specified by the -* address (adr) is cached by the Data cache, the cacheline containing -* that byte is invalidated. If the cacheline is modified (dirty), -* the modified contents are lost and are NOT written to system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data/instruction to be invalidated. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L2CacheInvalidateLine(u32 adr) -{ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_PA_OFFSET, (u32)adr); - /* synchronize the processor */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 2 cache for the given address range. -* If the bytes specified by the address range are cached by the L2 -* cache, the cacheline containing those bytes are invalidated. If the -* cachelines are modified (dirty), the modified contents are lost and -* are NOT written to system memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheInvalidateRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INVLD_PA_OFFSET); - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - while (LocalAddr < end) { - *L2CCOffset = LocalAddr; - Xil_L2CacheSync(); - LocalAddr += cacheline; - } - - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - } - - /* synchronize the processor */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the entire level 2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheFlush(void) -{ - u32 ResultL2Cache; - - /* Flush the caches */ - - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET, - 0x0000FFFFU); - ResultL2Cache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET) - & 0x0000FFFFU; - - while(ResultL2Cache != (u32)0U) { - ResultL2Cache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET) - & 0x0000FFFFU; - } - - Xil_L2CacheSync(); - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - - /* synchronize the processor */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Flush a level 2 cache line. If the byte specified by the address -* (adr) is cached by the L2 cache, the cacheline containing that -* byte is invalidated. If the cacheline is modified (dirty), the -* entire contents of the cacheline are written to system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data/instruction to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L2CacheFlushLine(u32 adr) -{ -#ifdef CONFIG_PL310_ERRATA_588369 - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_CLEAN_PA_OFFSET, adr); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_PA_OFFSET, adr); -#else - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_PA_OFFSET, adr); -#endif - /* synchronize the processor */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Flush the level 2 cache for the given address range. -* If the bytes specified by the address range are cached by the L2 -* cache, the cacheline containing those bytes are invalidated. If the -* cachelines are modified (dirty), they are written to the system -* memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheFlushRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INV_CLN_PA_OFFSET); - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - while (LocalAddr < end) { - *L2CCOffset = LocalAddr; - Xil_L2CacheSync(); - LocalAddr += cacheline; - } - - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - } - /* synchronize the processor */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Store a level 2 cache line. If the byte specified by the address -* (adr) is cached by the L2 cache and the cacheline is modified -* (dirty), the entire contents of the cacheline are written to -* system memory. After the store completes, the cacheline is marked -* as unmodified (not dirty). -* -* @param adr: 32bit address of the data/instruction to be stored. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L2CacheStoreLine(u32 adr) -{ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_CLEAN_PA_OFFSET, adr); - /* synchronize the processor */ - dsb(); -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache.h deleted file mode 100644 index 75cd6f6..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache.h +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.h -* -* @addtogroup a9_cache_apis Cortex A9 Processor Cache Functions -* -* Cache functions provide access to cache related operations such as flush -* and invalidate for instruction and data caches. It gives option to perform -* the cache operations on a single cacheline, a range of memory and an entire -* cache. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/29/10 First release
-* 3.04a sdm  01/02/12 Remove redundant dsb/dmb instructions in cache maintenance
-*		      APIs.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __GNUC__ - -#define asm_cp15_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_inval_ic_line_mva_pou(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)); - -#define asm_cp15_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_SW :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)); - -#elif defined (__ICCARM__) - -#define asm_cp15_inval_dc_line_mva_poc(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_mva_poc(param) __asm volatile ("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_inval_ic_line_mva_pou(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)); - -#define asm_cp15_inval_dc_line_sw(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_DC_LINE_SW :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_sw(param) __asm volatile ("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)); - -#endif - -/** -*@endcond -*/ - -void Xil_DCacheEnable(void); -void Xil_DCacheDisable(void); -void Xil_DCacheInvalidate(void); -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len); -void Xil_DCacheFlush(void); -void Xil_DCacheFlushRange(INTPTR adr, u32 len); - -void Xil_ICacheEnable(void); -void Xil_ICacheDisable(void); -void Xil_ICacheInvalidate(void); -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_cache_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache_l.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache_l.h deleted file mode 100644 index 21c8ced..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_cache_l.h +++ /dev/null @@ -1,75 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_l.h -* -* Contains L1 and L2 specific functions for the ARM cache functionality -* used by xcache.c. This functionality is being made available here for -* more sophisticated users. -* -* @addtogroup a9_cache_apis -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/24/10 First release
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ -#ifndef XIL_CACHE_MACH_H -#define XIL_CACHE_MACH_H - -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes ******************************/ - -void Xil_DCacheInvalidateLine(u32 adr); -void Xil_DCacheFlushLine(u32 adr); -void Xil_DCacheStoreLine(u32 adr); -void Xil_ICacheInvalidateLine(u32 adr); - -void Xil_L1DCacheEnable(void); -void Xil_L1DCacheDisable(void); -void Xil_L1DCacheInvalidate(void); -void Xil_L1DCacheInvalidateLine(u32 adr); -void Xil_L1DCacheInvalidateRange(u32 adr, u32 len); -void Xil_L1DCacheFlush(void); -void Xil_L1DCacheFlushLine(u32 adr); -void Xil_L1DCacheFlushRange(u32 adr, u32 len); -void Xil_L1DCacheStoreLine(u32 adr); - -void Xil_L1ICacheEnable(void); -void Xil_L1ICacheDisable(void); -void Xil_L1ICacheInvalidate(void); -void Xil_L1ICacheInvalidateLine(u32 adr); -void Xil_L1ICacheInvalidateRange(u32 adr, u32 len); - -void Xil_L2CacheEnable(void); -void Xil_L2CacheDisable(void); -void Xil_L2CacheInvalidate(void); -void Xil_L2CacheInvalidateLine(u32 adr); -void Xil_L2CacheInvalidateRange(u32 adr, u32 len); -void Xil_L2CacheFlush(void); -void Xil_L2CacheFlushLine(u32 adr); -void Xil_L2CacheFlushRange(u32 adr, u32 len); -void Xil_L2CacheStoreLine(u32 adr); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_cache_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_errata.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_errata.h deleted file mode 100644 index e48c5f3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_errata.h +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_errata.h -* -* @addtogroup a9_errata Cortex A9 Processor and pl310 Errata Support -* @{ -* Various ARM errata are handled in the standalone BSP. The implementation for -* errata handling follows ARM guidelines and is based on the open source Linux -* support for these errata. -* -* @note The errata handling is enabled by default. To disable handling of all the -* errata globally, un-define the macro ENABLE_ARM_ERRATA in xil_errata.h. To -* disable errata on a per-erratum basis, un-define relevant macros in -* xil_errata.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a srt  04/18/13 First release
-* 6.6   mus  12/07/17 Removed errata 753970, It fixes CR#989132.
-* 
-* -******************************************************************************/ -#ifndef XIL_ERRATA_H -#define XIL_ERRATA_H - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ -/** - * @name errata_definitions - * - * The errata conditions handled in the standalone BSP are listed below - * @{ - */ - -#define ENABLE_ARM_ERRATA 1 - -/** - *@endcond - */ - -#ifdef ENABLE_ARM_ERRATA - -/** - * Errata No: 742230 - * Description: DMB operation may be faulty - */ -#define CONFIG_ARM_ERRATA_742230 1 - -/** - * Errata No: 743622 - * Description: Faulty hazard checking in the Store Buffer may lead - * to data corruption. - */ -#define CONFIG_ARM_ERRATA_743622 1 - -/** - * Errata No: 775420 - * Description: A data cache maintenance operation which aborts, - * might lead to deadlock - */ -#define CONFIG_ARM_ERRATA_775420 1 - -/** - * Errata No: 794073 - * Description: Speculative instruction fetches with MMU disabled - * might not comply with architectural requirements - */ -#define CONFIG_ARM_ERRATA_794073 1 - - -/** PL310 L2 Cache Errata */ - -/** - * Errata No: 588369 - * Description: Clean & Invalidate maintenance operations do not - * invalidate clean lines - */ -#define CONFIG_PL310_ERRATA_588369 1 - -/** - * Errata No: 727915 - * Description: Background Clean and Invalidate by Way operation - * can cause data corruption - */ -#define CONFIG_PL310_ERRATA_727915 1 - -/*@}*/ -#endif /* ENABLE_ARM_ERRATA */ - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_ERRATA_H */ -/** -* @} End of "addtogroup a9_errata". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_misc_psreset_api.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_misc_psreset_api.c deleted file mode 100644 index 10366fb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_misc_psreset_api.c +++ /dev/null @@ -1,436 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_misc_psreset_api.c -* -* This file contains the implementation of the reset sequence for various -* zynq ps devices like DDR,OCM,Slcr,Ethernet,Usb.. controllers. The reset -* sequence provided to the interfaces is based on the provision in -* slcr reset functional block. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00b kpc   03/07/13 First release
-* 5.4	pkp	  09/11/15 Change the description for XOcm_Remap function
-* 
-* -******************************************************************************/ - - -/***************************** Include Files *********************************/ -#include "xil_misc_psreset_api.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - - -/*****************************************************************************/ -/** -* This function contains the implementation for ddr reset. -* -* -* @return N/A. -* -******************************************************************************/ -void XDdr_ResetHw(void) -{ - u32 RegVal; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert and deassert the ddr softreset bit */ - RegVal = Xil_In32(XDDRC_CTRL_BASEADDR); - RegVal &= (u32)(~XDDRPS_CTRL_RESET_MASK); - Xil_Out32(XDDRC_CTRL_BASEADDR,RegVal); - RegVal |= ((u32)XDDRPS_CTRL_RESET_MASK); - Xil_Out32(XDDRC_CTRL_BASEADDR,RegVal); - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for remapping the ocm memory region -* to postbootrom state. -* -* @return N/A. -* -******************************************************************************/ -void XOcm_Remap(void) -{ - u32 RegVal; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Map the ocm region to postbootrom state */ - RegVal = Xil_In32(XSLCR_OCM_CFG_ADDR); - RegVal = (RegVal & (u32)(~XSLCR_OCM_CFG_HIADDR_MASK)) | (u32)XSLCR_OCM_CFG_RESETVAL; - Xil_Out32(XSLCR_OCM_CFG_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for SMC reset sequence -* -* @param BaseAddress of the interface -* -* @return N/A. -* -******************************************************************************/ -void XSmc_ResetHw(u32 BaseAddress) -{ - u32 RegVal; - - /* Clear the interuupts */ - RegVal = Xil_In32(BaseAddress + XSMC_MEMC_CLR_CONFIG_OFFSET); - RegVal = RegVal | (u32)XSMC_MEMC_CLR_CONFIG_MASK; - Xil_Out32(BaseAddress + XSMC_MEMC_CLR_CONFIG_OFFSET, RegVal); - /* Clear the idle counter registers */ - Xil_Out32(BaseAddress + XSMC_REFRESH_PERIOD_0_OFFSET, 0x0U); - Xil_Out32(BaseAddress + XSMC_REFRESH_PERIOD_1_OFFSET, 0x0U); - /* Update the ecc registers with reset values */ - Xil_Out32(BaseAddress + XSMC_ECC_MEMCFG1_OFFSET, - XSMC_ECC_MEMCFG1_RESET_VAL); - Xil_Out32(BaseAddress + XSMC_ECC_MEMCMD1_OFFSET, - XSMC_ECC_MEMCMD1_RESET_VAL); - Xil_Out32(BaseAddress + XSMC_ECC_MEMCMD2_OFFSET, - XSMC_ECC_MEMCMD2_RESET_VAL); - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for updating the slcr mio registers -* with reset values -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_MioWriteResetValues(void) -{ - u32 i; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Update all the MIO registers with reset values */ - for (i=0U; i<=1U;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_00_RESET_VAL); - } - for (; i<=8U;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_02_RESET_VAL); - } - for (; i<=53U ;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_00_RESET_VAL); - } - - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for updating the slcr pll registers -* with reset values -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_PllWriteResetValues(void) -{ - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - - /* update the pll control registers with reset values */ - Xil_Out32(XSLCR_IO_PLL_CTRL_ADDR, XSLCR_IO_PLL_CTRL_RESET_VAL); - Xil_Out32(XSLCR_ARM_PLL_CTRL_ADDR, XSLCR_ARM_PLL_CTRL_RESET_VAL); - Xil_Out32(XSLCR_DDR_PLL_CTRL_ADDR, XSLCR_DDR_PLL_CTRL_RESET_VAL); - /* update the pll config registers with reset values */ - Xil_Out32(XSLCR_IO_PLL_CFG_ADDR, XSLCR_IO_PLL_CFG_RESET_VAL); - Xil_Out32(XSLCR_ARM_PLL_CFG_ADDR, XSLCR_ARM_PLL_CFG_RESET_VAL); - Xil_Out32(XSLCR_DDR_PLL_CFG_ADDR, XSLCR_DDR_PLL_CFG_RESET_VAL); - /* update the clock control registers with reset values */ - Xil_Out32(XSLCR_ARM_CLK_CTRL_ADDR, XSLCR_ARM_CLK_CTRL_RESET_VAL); - Xil_Out32(XSLCR_DDR_CLK_CTRL_ADDR, XSLCR_DDR_CLK_CTRL_RESET_VAL); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for disabling the level shifters -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_DisableLevelShifters(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Disable the level shifters */ - RegVal = Xil_In32(XSLCR_LVL_SHFTR_EN_ADDR); - RegVal = RegVal & (u32)(~XSLCR_LVL_SHFTR_EN_MASK); - Xil_Out32(XSLCR_LVL_SHFTR_EN_ADDR, RegVal); - -} -/*****************************************************************************/ -/** -* This function contains the implementation for OCM software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_OcmReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_OCM_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_OCM_RST_CTRL_VAL); - Xil_Out32(XSLCR_OCM_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_OCM_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_OCM_RST_CTRL_VAL); - Xil_Out32(XSLCR_OCM_RST_CTRL_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for Ethernet software reset from -* the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_EmacPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_GEM_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_GEM_RST_CTRL_VAL); - Xil_Out32(XSLCR_GEM_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_GEM_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_GEM_RST_CTRL_VAL); - Xil_Out32(XSLCR_GEM_RST_CTRL_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for USB software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_UsbPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_USB_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_USB_RST_CTRL_VAL); - Xil_Out32(XSLCR_USB_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_USB_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_USB_RST_CTRL_VAL); - Xil_Out32(XSLCR_USB_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for QSPI software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_QspiPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_LQSPI_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_QSPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_LQSPI_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_LQSPI_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_QSPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_LQSPI_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for SPI software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_SpiPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_SPI_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_SPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_SPI_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_SPI_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_SPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_SPI_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for i2c software reset from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_I2cPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_I2C_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_I2C_RST_CTRL_VAL); - Xil_Out32(XSLCR_I2C_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_I2C_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_I2C_RST_CTRL_VAL); - Xil_Out32(XSLCR_I2C_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for UART software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_UartPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_UART_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_UART_RST_CTRL_VAL); - Xil_Out32(XSLCR_UART_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_UART_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_UART_RST_CTRL_VAL); - Xil_Out32(XSLCR_UART_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for CAN software reset from slcr -* registers -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_CanPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_CAN_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_CAN_RST_CTRL_VAL); - Xil_Out32(XSLCR_CAN_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_CAN_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_CAN_RST_CTRL_VAL); - Xil_Out32(XSLCR_CAN_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for SMC software reset from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_SmcPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_SMC_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_SMC_RST_CTRL_VAL); - Xil_Out32(XSLCR_SMC_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_SMC_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_SMC_RST_CTRL_VAL); - Xil_Out32(XSLCR_SMC_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for DMA controller software reset -* from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_DmaPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_DMAC_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_DMAC_RST_CTRL_VAL); - Xil_Out32(XSLCR_DMAC_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_DMAC_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_DMAC_RST_CTRL_VAL); - Xil_Out32(XSLCR_DMAC_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for Gpio AMBA software reset from -* the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_GpioPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_GPIO_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_GPIO_RST_CTRL_VAL); - Xil_Out32(XSLCR_GPIO_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_GPIO_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_GPIO_RST_CTRL_VAL); - Xil_Out32(XSLCR_GPIO_RST_CTRL_ADDR, RegVal); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_misc_psreset_api.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_misc_psreset_api.h deleted file mode 100644 index 878d575..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_misc_psreset_api.h +++ /dev/null @@ -1,261 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_misc_psreset_api.h -* -* This file contains the various register definitions and function prototypes for -* implementing the reset functionality of zynq ps devices -* -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- ------------------------------------------------------- -* 1.00b kpc 03/07/13 First release. -*
-* -******************************************************************************/ - -#ifndef XIL_MISC_RESET_H /* prevent circular inclusions */ -#define XIL_MISC_RESET_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** - *@cond nocomments - */ - -#define XDDRC_CTRL_BASEADDR 0xF8006000U -#define XSLCR_BASEADDR 0xF8000000U -/**< OCM configuration register */ -#define XSLCR_OCM_CFG_ADDR (XSLCR_BASEADDR + 0x00000910U) -/**< SLCR unlock register */ -#define XSLCR_UNLOCK_ADDR (XSLCR_BASEADDR + 0x00000008U) -/**< SLCR GEM0 rx clock control register */ -#define XSLCR_GEM0_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000138U) -/**< SLCR GEM1 rx clock control register */ -#define XSLCR_GEM1_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x0000013CU) -/**< SLCR GEM0 clock control register */ -#define XSLCR_GEM0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000140U) -/**< SLCR GEM1 clock control register */ -#define XSLCR_GEM1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000144U) -/**< SLCR SMC clock control register */ -#define XSLCR_SMC_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000148U) -/**< SLCR GEM reset control register */ -#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U) -/**< SLCR USB0 clock control register */ -#define XSLCR_USB0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000130U) -/**< SLCR USB1 clock control register */ -#define XSLCR_USB1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000134U) -/**< SLCR USB1 reset control register */ -#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U) -/**< SLCR SMC reset control register */ -#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U) -/**< SLCR Level shifter enable register */ -#define XSLCR_LVL_SHFTR_EN_ADDR (XSLCR_BASEADDR + 0x00000900U) -/**< SLCR ARM pll control register */ -#define XSLCR_ARM_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000100U) -/**< SLCR DDR pll control register */ -#define XSLCR_DDR_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000104U) -/**< SLCR IO pll control register */ -#define XSLCR_IO_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000108U) -/**< SLCR ARM pll configuration register */ -#define XSLCR_ARM_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000110U) -/**< SLCR DDR pll configuration register */ -#define XSLCR_DDR_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000114U) -/**< SLCR IO pll configuration register */ -#define XSLCR_IO_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000118U) -/**< SLCR ARM clock control register */ -#define XSLCR_ARM_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000120U) -/**< SLCR DDR clock control register */ -#define XSLCR_DDR_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000124U) -/**< SLCR MIO pin address register */ -#define XSLCR_MIO_PIN_00_ADDR (XSLCR_BASEADDR + 0x00000700U) -/**< SLCR DMAC reset control address register */ -#define XSLCR_DMAC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000020CU) -/**< SLCR USB reset control address register */ -/*#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U)*/ -/**< SLCR GEM reset control address register */ -/*#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U)*/ -/**< SLCR SDIO reset control address register */ -#define XSLCR_SDIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000218U) -/**< SLCR SPI reset control address register */ -#define XSLCR_SPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000021CU) -/**< SLCR CAN reset control address register */ -#define XSLCR_CAN_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000220U) -/**< SLCR I2C reset control address register */ -#define XSLCR_I2C_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000224U) -/**< SLCR UART reset control address register */ -#define XSLCR_UART_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000228U) -/**< SLCR GPIO reset control address register */ -#define XSLCR_GPIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000022CU) -/**< SLCR LQSPI reset control address register */ -#define XSLCR_LQSPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000230U) -/**< SLCR SMC reset control address register */ -/*#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U)*/ -/**< SLCR OCM reset control address register */ -#define XSLCR_OCM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000238U) - -/**< SMC mem controller clear config register */ -#define XSMC_MEMC_CLR_CONFIG_OFFSET 0x0000000CU -/**< SMC idlecount configuration register */ -#define XSMC_REFRESH_PERIOD_0_OFFSET 0x00000020U -#define XSMC_REFRESH_PERIOD_1_OFFSET 0x00000024U -/**< SMC ECC configuration register */ -#define XSMC_ECC_MEMCFG1_OFFSET 0x00000404U -/**< SMC ECC command 1 register */ -#define XSMC_ECC_MEMCMD1_OFFSET 0x00000404U -/**< SMC ECC command 2 register */ -#define XSMC_ECC_MEMCMD2_OFFSET 0x00000404U - -/**< SLCR unlock code */ -#define XSLCR_UNLOCK_CODE 0x0000DF0DU - -/**< SMC mem clear configuration mask */ -#define XSMC_MEMC_CLR_CONFIG_MASK 0x000005FU -/**< SMC ECC memconfig 1 reset value */ -#define XSMC_ECC_MEMCFG1_RESET_VAL 0x0000043U -/**< SMC ECC memcommand 1 reset value */ -#define XSMC_ECC_MEMCMD1_RESET_VAL 0x01300080U -/**< SMC ECC memcommand 2 reset value */ -#define XSMC_ECC_MEMCMD2_RESET_VAL 0x01E00585U - -/**< DDR controller reset bit mask */ -#define XDDRPS_CTRL_RESET_MASK 0x00000001U -/**< SLCR OCM configuration reset value*/ -#define XSLCR_OCM_CFG_RESETVAL 0x00000008U -/**< SLCR OCM bank selection mask*/ -#define XSLCR_OCM_CFG_HIADDR_MASK 0x0000000FU -/**< SLCR level shifter enable mask*/ -#define XSLCR_LVL_SHFTR_EN_MASK 0x0000000FU - -/**< SLCR PLL register reset values */ -#define XSLCR_ARM_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_DDR_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_IO_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_ARM_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_DDR_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_IO_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_ARM_CLK_CTRL_RESET_VAL 0x1F000400U -#define XSLCR_DDR_CLK_CTRL_RESET_VAL 0x18400003U - -/**< SLCR MIO register default values */ -#define XSLCR_MIO_PIN_00_RESET_VAL 0x00001601U -#define XSLCR_MIO_PIN_02_RESET_VAL 0x00000601U - -/**< SLCR Reset control registers default values */ -#define XSLCR_DMAC_RST_CTRL_VAL 0x00000001U -#define XSLCR_GEM_RST_CTRL_VAL 0x000000F3U -#define XSLCR_USB_RST_CTRL_VAL 0x00000003U -#define XSLCR_I2C_RST_CTRL_VAL 0x00000003U -#define XSLCR_SPI_RST_CTRL_VAL 0x0000000FU -#define XSLCR_UART_RST_CTRL_VAL 0x0000000FU -#define XSLCR_QSPI_RST_CTRL_VAL 0x00000003U -#define XSLCR_GPIO_RST_CTRL_VAL 0x00000001U -#define XSLCR_SMC_RST_CTRL_VAL 0x00000003U -#define XSLCR_OCM_RST_CTRL_VAL 0x00000001U -#define XSLCR_SDIO_RST_CTRL_VAL 0x00000033U -#define XSLCR_CAN_RST_CTRL_VAL 0x00000003U - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - -/* the following data type is used to hold a null terminated version string - * consisting of the following format, "X.YYX" - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ -/* - * Performs reset operation to the ddr interface - */ -void XDdr_ResetHw(void); -/* - * Map the ocm region to post bootrom state - */ -void XOcm_Remap(void); -/* - * Performs the smc interface reset - */ -void XSmc_ResetHw(u32 BaseAddress); -/* - * updates the MIO registers with reset values - */ -void XSlcr_MioWriteResetValues(void); -/* - * updates the PLL and clock registers with reset values - */ -void XSlcr_PllWriteResetValues(void); -/* - * Disables the level shifters - */ -void XSlcr_DisableLevelShifters(void); -/* - * provides softreset to the GPIO interface - */ -void XSlcr_GpioPsReset(void); -/* - * provides softreset to the DMA interface - */ -void XSlcr_DmaPsReset(void); -/* - * provides softreset to the SMC interface - */ -void XSlcr_SmcPsReset(void); -/* - * provides softreset to the CAN interface - */ -void XSlcr_CanPsReset(void); -/* - * provides softreset to the Uart interface - */ -void XSlcr_UartPsReset(void); -/* - * provides softreset to the I2C interface - */ -void XSlcr_I2cPsReset(void); -/* - * provides softreset to the SPI interface - */ -void XSlcr_SpiPsReset(void); -/* - * provides softreset to the QSPI interface - */ -void XSlcr_QspiPsReset(void); -/* - * provides softreset to the USB interface - */ -void XSlcr_UsbPsReset(void); -/* - * provides softreset to the GEM interface - */ -void XSlcr_EmacPsReset(void); -/* - * provides softreset to the OCM interface - */ -void XSlcr_OcmReset(void); - - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MISC_RESET_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_mmu.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_mmu.c deleted file mode 100644 index 85a1af4..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_mmu.c +++ /dev/null @@ -1,202 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.c -* -* This file provides APIs for enabling/disabling MMU and setting the memory -* attributes for sections, in the MMU translation table. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  01/12/12 Initial version
-* 3.05a asa  03/10/12 Modified the Xil_EnableMMU to invalidate the caches
-*		      before enabling back.
-* 3.05a asa  04/15/12 Modified the Xil_SetTlbAttributes routine so that
-*		      translation table and branch predictor arrays are
-*		      invalidated, D-cache flushed before the attribute
-*		      change is applied. This is done so that the user
-*		      need not call Xil_DisableMMU before calling
-*		      Xil_SetTlbAttributes.
-* 3.10a  srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      'xil_errata.h' for errata description
-* 3.11a  asa 09/23/13 Modified Xil_SetTlbAttributes to flush the complete
-*			 D cache after the translation table update. Removed the
-*			 redundant TLB invalidation in the same API at the beginning.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-*                     It fixes CR#1008309.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_mmu.h" -#include "xil_errata.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ -#define ARM_AR_MEM_TTB_SECT_SIZE 1024*1024 -#define ARM_AR_MEM_TTB_SECT_SIZE_MASK (~(ARM_AR_MEM_TTB_SECT_SIZE-1UL)) -/************************** Variable Definitions *****************************/ - -extern u32 MMUTable; - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* @brief This function sets the memory attributes for a section covering 1MB -* of memory in the translation table. -* -* @param Addr: 32-bit address for which memory attributes need to be set. -* @param attrib: Attribute for the given memory region. xil_mmu.h contains -* definitions of commonly used memory attributes which can be -* utilized for this function. -* -* -* @return None. -* -* @note The MMU or D-cache does not need to be disabled before changing a -* translation table entry. -* -******************************************************************************/ -void Xil_SetTlbAttributes(INTPTR Addr, u32 attrib) -{ - u32 *ptr; - u32 section; - - section = Addr / 0x100000U; - ptr = &MMUTable; - ptr += section; - if(ptr != NULL) { - *ptr = (Addr & 0xFFF00000U) | attrib; - } - - Xil_DCacheFlush(); - - mtcp(XREG_CP15_INVAL_UTLB_UNLOCKED, 0U); - /* Invalidate all branch predictors */ - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0U); - - dsb(); /* ensure completion of the BP and TLB invalidation */ - isb(); /* synchronize context on this processor */ -} - -/*****************************************************************************/ -/** -* @brief Enable MMU for cortex A9 processor. This function invalidates the -* instruction and data caches, and then enables MMU. -* -* @return None. -* -******************************************************************************/ -void Xil_EnableMMU(void) -{ - u32 Reg; - Xil_DCacheInvalidate(); - Xil_ICacheInvalidate(); - -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, Reg); -#else - { volatile register u32 Cp15Reg __asm(XREG_CP15_SYS_CONTROL); - Reg = Cp15Reg; } -#endif - Reg |= (u32)0x05U; - mtcp(XREG_CP15_SYS_CONTROL, Reg); - - dsb(); - isb(); -} - -/*****************************************************************************/ -/** -* @brief Disable MMU for Cortex A9 processors. This function invalidates -* the TLBs, Branch Predictor Array and flushed the D Caches before -* disabling the MMU. -* -* @return None. -* -* @note When the MMU is disabled, all the memory accesses are treated as -* strongly ordered. -******************************************************************************/ -void Xil_DisableMMU(void) -{ - u32 Reg; - - mtcp(XREG_CP15_INVAL_UTLB_UNLOCKED, 0U); - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0U); - Xil_DCacheFlush(); - -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, Reg); -#else - { volatile register u32 Cp15Reg __asm(XREG_CP15_SYS_CONTROL); - Reg = Cp15Reg; } -#endif - Reg &= (u32)(~0x05U); -#ifdef CONFIG_ARM_ERRATA_794073 - /* Disable Branch Prediction */ - Reg &= (u32)(~0x800U); -#endif - mtcp(XREG_CP15_SYS_CONTROL, Reg); -} - -/*****************************************************************************/ -/** -* @brief Memory mapping for Cortex A9 processor. -* -* @param PhysAddr is physical address. -* @param size is size of region. -* @param flags is flags used to set translation table. -* -* @return Pointer to virtual address. -* -* @note: Previously this was implemented in libmetal. Move to embeddedsw as this -* functionality is specific to A9 processor. -* -******************************************************************************/ -void* Xil_MemMap(UINTPTR PhysAddr, size_t size, u32 flags) -{ - u32 Sectionoffset; - u32 Ttbaddr; - - if (!flags) - return (void*)PhysAddr; - - /* Ensure alignment on a section boundary */ - PhysAddr &= ARM_AR_MEM_TTB_SECT_SIZE_MASK; - - /* Loop through entire region of memory (one MMU section at a time). - Each section requires a TTB entry. */ - for (Sectionoffset = 0; Sectionoffset < size; - Sectionoffset += ARM_AR_MEM_TTB_SECT_SIZE) { - /* Calculate translation table entry for this memory section */ - Ttbaddr = (PhysAddr + Sectionoffset); - - /* Write translation table entry value to entry address */ - Xil_SetTlbAttributes(Ttbaddr, flags); - } - return (void*)PhysAddr; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_mmu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_mmu.h deleted file mode 100644 index d21e13a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xil_mmu.h +++ /dev/null @@ -1,92 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* -* @addtogroup a9_mmu_apis Cortex A9 Processor MMU Functions -* -* MMU functions equip users to enable MMU, disable MMU and modify default -* memory attributes of MMU table as per the need. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  01/12/12 Initial version
-* 4.2	pkp	 07/21/14 Included xil_types.h file which contains definition for
-*					  u32 which resolves issue of CR#805869
-* 5.4	pkp	 23/11/15 Added attribute definitions for Xil_SetTlbAttributes API
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_MMU_H -#define XIL_MMU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/* Memory type */ -#define NORM_NONCACHE 0x11DE2 /* Normal Non-cacheable */ -#define STRONG_ORDERED 0xC02 /* Strongly ordered */ -#define DEVICE_MEMORY 0xC06 /* Device memory */ -#define RESERVED 0x0 /* reserved memory */ - -/* Normal write-through cacheable shareable */ -#define NORM_WT_CACHE 0x16DEA - -/* Normal write back cacheable shareable */ -#define NORM_WB_CACHE 0x15DE6 - -/* shareability attribute */ -#define SHAREABLE (0x1 << 16) -#define NON_SHAREABLE (~(0x1 << 16)) - -/* Execution type */ -#define EXECUTE_NEVER ((0x1 << 4) | (0x1 << 0)) - -/** -*@endcond -*/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void Xil_SetTlbAttributes(INTPTR Addr, u32 attrib); -void Xil_EnableMMU(void); -void Xil_DisableMMU(void); -void* Xil_MemMap(UINTPTR PhysAddr, size_t size, u32 flags); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MMU_H */ -/** -* @} End of "addtogroup a9_mmu_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc.h deleted file mode 100644 index 379023c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc.h +++ /dev/null @@ -1,154 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xl2cc.h -* -* This file contains the address definitions for the PL310 Level-2 Cache -* Controller. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  02/01/10 Initial version
-* 3.10a srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      'xil_errata.h' for errata description
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef _XL2CC_H_ -#define _XL2CC_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ -/* L2CC Register Offsets */ -#define XPS_L2CC_ID_OFFSET 0x0000U -#define XPS_L2CC_TYPE_OFFSET 0x0004U -#define XPS_L2CC_CNTRL_OFFSET 0x0100U -#define XPS_L2CC_AUX_CNTRL_OFFSET 0x0104U -#define XPS_L2CC_TAG_RAM_CNTRL_OFFSET 0x0108U -#define XPS_L2CC_DATA_RAM_CNTRL_OFFSET 0x010CU - -#define XPS_L2CC_EVNT_CNTRL_OFFSET 0x0200U -#define XPS_L2CC_EVNT_CNT1_CTRL_OFFSET 0x0204U -#define XPS_L2CC_EVNT_CNT0_CTRL_OFFSET 0x0208U -#define XPS_L2CC_EVNT_CNT1_VAL_OFFSET 0x020CU -#define XPS_L2CC_EVNT_CNT0_VAL_OFFSET 0x0210U - -#define XPS_L2CC_IER_OFFSET 0x0214U /* Interrupt Mask */ -#define XPS_L2CC_IPR_OFFSET 0x0218U /* Masked interrupt status */ -#define XPS_L2CC_ISR_OFFSET 0x021CU /* Raw Interrupt Status */ -#define XPS_L2CC_IAR_OFFSET 0x0220U /* Interrupt Clear */ - -#define XPS_L2CC_CACHE_SYNC_OFFSET 0x0730U /* Cache Sync */ -#define XPS_L2CC_DUMMY_CACHE_SYNC_OFFSET 0x0740U /* Dummy Register for Cache Sync */ -#define XPS_L2CC_CACHE_INVLD_PA_OFFSET 0x0770U /* Cache Invalid by PA */ -#define XPS_L2CC_CACHE_INVLD_WAY_OFFSET 0x077CU /* Cache Invalid by Way */ -#define XPS_L2CC_CACHE_CLEAN_PA_OFFSET 0x07B0U /* Cache Clean by PA */ -#define XPS_L2CC_CACHE_CLEAN_INDX_OFFSET 0x07B8U /* Cache Clean by Index */ -#define XPS_L2CC_CACHE_CLEAN_WAY_OFFSET 0x07BCU /* Cache Clean by Way */ -#define XPS_L2CC_CACHE_INV_CLN_PA_OFFSET 0x07F0U /* Cache Invalidate and Clean by PA */ -#define XPS_L2CC_CACHE_INV_CLN_INDX_OFFSET 0x07F8U /* Cache Invalidate and Clean by Index */ -#define XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET 0x07FCU /* Cache Invalidate and Clean by Way */ - -#define XPS_L2CC_CACHE_DLCKDWN_0_WAY_OFFSET 0x0900U /* Cache Data Lockdown 0 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_0_WAY_OFFSET 0x0904U /* Cache Instruction Lockdown 0 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_1_WAY_OFFSET 0x0908U /* Cache Data Lockdown 1 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_1_WAY_OFFSET 0x090CU /* Cache Instruction Lockdown 1 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_2_WAY_OFFSET 0x0910U /* Cache Data Lockdown 2 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_2_WAY_OFFSET 0x0914U /* Cache Instruction Lockdown 2 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_3_WAY_OFFSET 0x0918U /* Cache Data Lockdown 3 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_3_WAY_OFFSET 0x091CU /* Cache Instruction Lockdown 3 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_4_WAY_OFFSET 0x0920U /* Cache Data Lockdown 4 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_4_WAY_OFFSET 0x0924U /* Cache Instruction Lockdown 4 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_5_WAY_OFFSET 0x0928U /* Cache Data Lockdown 5 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_5_WAY_OFFSET 0x092CU /* Cache Instruction Lockdown 5 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_6_WAY_OFFSET 0x0930U /* Cache Data Lockdown 6 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_6_WAY_OFFSET 0x0934U /* Cache Instruction Lockdown 6 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_7_WAY_OFFSET 0x0938U /* Cache Data Lockdown 7 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_7_WAY_OFFSET 0x093CU /* Cache Instruction Lockdown 7 by Way */ - -#define XPS_L2CC_CACHE_LCKDWN_LINE_ENABLE_OFFSET 0x0950U /* Cache Lockdown Line Enable */ -#define XPS_L2CC_CACHE_UUNLOCK_ALL_WAY_OFFSET 0x0954U /* Cache Unlock All Lines by Way */ - -#define XPS_L2CC_ADDR_FILTER_START_OFFSET 0x0C00U /* Start of address filtering */ -#define XPS_L2CC_ADDR_FILTER_END_OFFSET 0x0C04U /* Start of address filtering */ - -#define XPS_L2CC_DEBUG_CTRL_OFFSET 0x0F40U /* Debug Control Register */ - -/* XPS_L2CC_CNTRL_OFFSET bit masks */ -#define XPS_L2CC_ENABLE_MASK 0x00000001U /* enables the L2CC */ - -/* XPS_L2CC_AUX_CNTRL_OFFSET bit masks */ -#define XPS_L2CC_AUX_EBRESPE_MASK 0x40000000U /* Early BRESP Enable */ -#define XPS_L2CC_AUX_IPFE_MASK 0x20000000U /* Instruction Prefetch Enable */ -#define XPS_L2CC_AUX_DPFE_MASK 0x10000000U /* Data Prefetch Enable */ -#define XPS_L2CC_AUX_NSIC_MASK 0x08000000U /* Non-secure interrupt access control */ -#define XPS_L2CC_AUX_NSLE_MASK 0x04000000U /* Non-secure lockdown enable */ -#define XPS_L2CC_AUX_CRP_MASK 0x02000000U /* Cache replacement policy */ -#define XPS_L2CC_AUX_FWE_MASK 0x01800000U /* Force write allocate */ -#define XPS_L2CC_AUX_SAOE_MASK 0x00400000U /* Shared attribute override enable */ -#define XPS_L2CC_AUX_PE_MASK 0x00200000U /* Parity enable */ -#define XPS_L2CC_AUX_EMBE_MASK 0x00100000U /* Event monitor bus enable */ -#define XPS_L2CC_AUX_WAY_SIZE_MASK 0x000E0000U /* Way-size */ -#define XPS_L2CC_AUX_ASSOC_MASK 0x00010000U /* Associativity */ -#define XPS_L2CC_AUX_SAIE_MASK 0x00002000U /* Shared attribute invalidate enable */ -#define XPS_L2CC_AUX_EXCL_CACHE_MASK 0x00001000U /* Exclusive cache configuration */ -#define XPS_L2CC_AUX_SBDLE_MASK 0x00000800U /* Store buffer device limitation Enable */ -#define XPS_L2CC_AUX_HPSODRE_MASK 0x00000400U /* High Priority for SO and Dev Reads Enable */ -#define XPS_L2CC_AUX_FLZE_MASK 0x00000001U /* Full line of zero enable */ - -#define XPS_L2CC_AUX_REG_DEFAULT_MASK 0x72360000U /* Enable all prefetching, */ - /* Cache replacement policy, Parity enable, */ - /* Event monitor bus enable and Way Size (64 KB) */ -#define XPS_L2CC_AUX_REG_ZERO_MASK 0xFFF1FFFFU /* */ - -#define XPS_L2CC_TAG_RAM_DEFAULT_MASK 0x00000111U /* latency for TAG RAM */ -#define XPS_L2CC_DATA_RAM_DEFAULT_MASK 0x00000121U /* latency for DATA RAM */ - -/* Interrupt bit masks */ -#define XPS_L2CC_IXR_DECERR_MASK 0x00000100U /* DECERR from L3 */ -#define XPS_L2CC_IXR_SLVERR_MASK 0x00000080U /* SLVERR from L3 */ -#define XPS_L2CC_IXR_ERRRD_MASK 0x00000040U /* Error on L2 data RAM (Read) */ -#define XPS_L2CC_IXR_ERRRT_MASK 0x00000020U /* Error on L2 tag RAM (Read) */ -#define XPS_L2CC_IXR_ERRWD_MASK 0x00000010U /* Error on L2 data RAM (Write) */ -#define XPS_L2CC_IXR_ERRWT_MASK 0x00000008U /* Error on L2 tag RAM (Write) */ -#define XPS_L2CC_IXR_PARRD_MASK 0x00000004U /* Parity Error on L2 data RAM (Read) */ -#define XPS_L2CC_IXR_PARRT_MASK 0x00000002U /* Parity Error on L2 tag RAM (Read) */ -#define XPS_L2CC_IXR_ECNTR_MASK 0x00000001U /* Event Counter1/0 Overflow Increment */ - -/* Address filtering mask and enable bit */ -#define XPS_L2CC_ADDR_FILTER_VALID_MASK 0xFFF00000U /* Address filtering valid bits*/ -#define XPS_L2CC_ADDR_FILTER_ENABLE_MASK 0x00000001U /* Address filtering enable bit*/ - -/* Debug control bits */ -#define XPS_L2CC_DEBUG_SPIDEN_MASK 0x00000004U /* Debug SPIDEN bit */ -#define XPS_L2CC_DEBUG_DWB_MASK 0x00000002U /* Debug DWB bit, forces write through */ -#define XPS_L2CC_DEBUG_DCL_MASK 0x00000002U /* Debug DCL bit, disables cache line fill */ - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc_counter.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc_counter.c deleted file mode 100644 index ea3a08c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc_counter.c +++ /dev/null @@ -1,133 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xl2cc_counter.c -* -* This file contains APIs for configuring and controlling the event counters -* in PL310 L2 cache controller. For more information about the event counters, -* see xl2cc_counter.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 3.07a asa  08/30/12 Updated for CR 675636 to provide the L2 Base Address
-*		      inside the APIs
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include -#include "xparameters_ps.h" -#include "xl2cc_counter.h" -#include "xl2cc.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void XL2cc_EventCtrReset(void); - -/******************************************************************************/ - -/****************************************************************************/ -/** -* -* @brief This function initializes the event counters in L2 Cache controller -* with a set of event codes specified by the user. -* -* @param Event0: Event code for counter 0. -* @param Event1: Event code for counter 1. -* -* @return None. -* -* @note The definitions for event codes XL2CC_* can be found in -* xl2cc_counter.h. -* -*****************************************************************************/ -void XL2cc_EventCtrInit(s32 Event0, s32 Event1) -{ - - /* Write event code into cnt1 cfg reg */ - *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT1_CTRL_OFFSET)) = (((u32)Event1) << 2); - - /* Write event code into cnt0 cfg reg */ - *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT0_CTRL_OFFSET)) = (((u32)Event0) << 2); - - /* Reset counters */ - XL2cc_EventCtrReset(); -} - - -/****************************************************************************/ -/** -* -* @brief This function starts the event counters in L2 Cache controller. -* -* @return None. -* -*****************************************************************************/ -void XL2cc_EventCtrStart(void) -{ - u32 *LocalPtr; - LocalPtr = (u32 *)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET); - XL2cc_EventCtrReset(); - - /* Enable counter */ - /* *((volatile u32*)((void *)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET))) = 1 */ - *LocalPtr = (u32)1; -} - -/****************************************************************************/ -/** -* -* @brief This function disables the event counters in L2 Cache controller, -* saves the counter values and resets the counters. -* -* @param EveCtr0: Output parameter which is used to return the value -* in event counter 0. -* @param EveCtr1: Output parameter which is used to return the value -* in event counter 1. -* -* @return None. -* -*****************************************************************************/ -void XL2cc_EventCtrStop(u32 *EveCtr0, u32 *EveCtr1) -{ - /* Disable counter */ - *((volatile u32*) (XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET)) = 0U; - - /* Save counter values */ - *EveCtr1 = *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT1_VAL_OFFSET)); - *EveCtr0 = *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT0_VAL_OFFSET)); - - XL2cc_EventCtrReset(); -} - -/****************************************************************************/ -/** -* -* @brief This function resets the event counters in L2 Cache controller. -* -* @return None. -* -*****************************************************************************/ -void XL2cc_EventCtrReset(void) -{ - *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET)) = 0x6U; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc_counter.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc_counter.h deleted file mode 100644 index 31156ee..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xl2cc_counter.h +++ /dev/null @@ -1,96 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xl2cc_counter.h -* -* @addtogroup l2_event_counter_apis PL310 L2 Event Counters Functions -* -* xl2cc_counter.h contains APIs for configuring and controlling the event -* counters in PL310 L2 cache controller. -* PL310 has two event counters which can be used to count variety of events -* like DRHIT, DRREQ, DWHIT, DWREQ, etc. xl2cc_counter.h contains definitions -* for different configurations which can be used for the event counters to -* count a set of events. -* -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 3.07a asa  08/30/12 Updated for CR 675636 to provide the L2 Base Address
-*		      inside the APIs
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef L2CCCOUNTER_H /* prevent circular inclusions */ -#define L2CCCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* - * The following constants define the event codes for the event counters. - */ -#define XL2CC_CO 0x1 -#define XL2CC_DRHIT 0x2 -#define XL2CC_DRREQ 0x3 -#define XL2CC_DWHIT 0x4 -#define XL2CC_DWREQ 0x5 -#define XL2CC_DWTREQ 0x6 -#define XL2CC_IRHIT 0x7 -#define XL2CC_IRREQ 0x8 -#define XL2CC_WA 0x9 -#define XL2CC_IPFALLOC 0xa -#define XL2CC_EPFHIT 0xb -#define XL2CC_EPFALLOC 0xc -#define XL2CC_SRRCVD 0xd -#define XL2CC_SRCONF 0xe -#define XL2CC_EPFRCVD 0xf - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes *****************************/ - -void XL2cc_EventCtrInit(s32 Event0, s32 Event1); -void XL2cc_EventCtrStart(void); -void XL2cc_EventCtrStop(u32 *EveCtr0, u32 *EveCtr1); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* L2CCCOUNTER_H */ -/** -* @} End of "addtogroup l2_event_counter_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xparameters_ps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xparameters_ps.h deleted file mode 100644 index d1bd537..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xparameters_ps.h +++ /dev/null @@ -1,320 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* This file contains the address definitions for the hard peripherals -* attached to the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 02/01/10 Initial version
-* 3.04a sdm     02/02/12 Removed some of the defines as they are being generated through
-*                        driver tcl
-* 5.0	pkp		01/16/15 Added interrupt ID definition of ttc for TEST APP
-* 6.6   srm     10/18/17 Added ARMA9 macro to identify CortexA9
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/**************************** Include Files *******************************/ - - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB0_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_WDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_SCUTIMER_INTR XPS_SCU_TMR_INT_ID -#define XPAR_SCUWDT_INTR XPS_SCU_WDT_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XDMAPS_0_FAULT_INTR XPS_DMA0_ABORT_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_0 XPS_DMA0_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_1 XPS_DMA1_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_2 XPS_DMA2_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_3 XPS_DMA3_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_4 XPS_DMA4_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_5 XPS_DMA5_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_6 XPS_DMA6_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_7 XPS_DMA7_INT_ID - - -#define XPAR_XQSPIPS_0_LINEAR_BASEADDR XPS_QSPI_LINEAR_BASEADDR -#define XPAR_XPARPORTPS_CTRL_BASEADDR XPS_PARPORT_CRTL_BASEADDR - - - -/* Canonical definitions for DMAC */ - - -/* Canonical definitions for WDT */ - -/* Canonical definitions for SLCR */ -#define XPAR_XSLCR_NUM_INSTANCES 1U -#define XPAR_XSLCR_0_DEVICE_ID 0U -#define XPAR_XSLCR_0_BASEADDR XPS_SYS_CTRL_BASEADDR - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00000100U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -/* Canonical definitions for Global Timer */ -#define XPAR_GLOBAL_TMR_NUM_INSTANCES 1U -#define XPAR_GLOBAL_TMR_DEVICE_ID 0U -#define XPAR_GLOBAL_TMR_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00000200U) -#define XPAR_GLOBAL_TMR_INTR XPS_GLOBAL_TMR_INT_ID - - -/* Xilinx Parallel Flash Library (XilFlash) User Settings */ -#define XPAR_AXI_EMC - - -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for bacwards compatibility - */ - -#define XPS_PERIPHERAL_BASEADDR 0xE0000000U -#define XPS_UART0_BASEADDR 0xE0000000U -#define XPS_UART1_BASEADDR 0xE0001000U -#define XPS_USB0_BASEADDR 0xE0002000U -#define XPS_USB1_BASEADDR 0xE0003000U -#define XPS_I2C0_BASEADDR 0xE0004000U -#define XPS_I2C1_BASEADDR 0xE0005000U -#define XPS_SPI0_BASEADDR 0xE0006000U -#define XPS_SPI1_BASEADDR 0xE0007000U -#define XPS_CAN0_BASEADDR 0xE0008000U -#define XPS_CAN1_BASEADDR 0xE0009000U -#define XPS_GPIO_BASEADDR 0xE000A000U -#define XPS_GEM0_BASEADDR 0xE000B000U -#define XPS_GEM1_BASEADDR 0xE000C000U -#define XPS_QSPI_BASEADDR 0xE000D000U -#define XPS_PARPORT_CRTL_BASEADDR 0xE000E000U -#define XPS_SDIO0_BASEADDR 0xE0100000U -#define XPS_SDIO1_BASEADDR 0xE0101000U -#define XPS_IOU_BUS_CFG_BASEADDR 0xE0200000U -#define XPS_NAND_BASEADDR 0xE1000000U -#define XPS_PARPORT0_BASEADDR 0xE2000000U -#define XPS_PARPORT1_BASEADDR 0xE4000000U -#define XPS_QSPI_LINEAR_BASEADDR 0xFC000000U -#define XPS_SYS_CTRL_BASEADDR 0xF8000000U /* AKA SLCR */ -#define XPS_TTC0_BASEADDR 0xF8001000U -#define XPS_TTC1_BASEADDR 0xF8002000U -#define XPS_DMAC0_SEC_BASEADDR 0xF8003000U -#define XPS_DMAC0_NON_SEC_BASEADDR 0xF8004000U -#define XPS_WDT_BASEADDR 0xF8005000U -#define XPS_DDR_CTRL_BASEADDR 0xF8006000U -#define XPS_DEV_CFG_APB_BASEADDR 0xF8007000U -#define XPS_AFI0_BASEADDR 0xF8008000U -#define XPS_AFI1_BASEADDR 0xF8009000U -#define XPS_AFI2_BASEADDR 0xF800A000U -#define XPS_AFI3_BASEADDR 0xF800B000U -#define XPS_OCM_BASEADDR 0xF800C000U -#define XPS_EFUSE_BASEADDR 0xF800D000U -#define XPS_CORESIGHT_BASEADDR 0xF8800000U -#define XPS_TOP_BUS_CFG_BASEADDR 0xF8900000U -#define XPS_SCU_PERIPH_BASE 0xF8F00000U -#define XPS_L2CC_BASEADDR 0xF8F02000U -#define XPS_SAM_RAM_BASEADDR 0xFFFC0000U -#define XPS_FPGA_AXI_S0_BASEADDR 0x40000000U -#define XPS_FPGA_AXI_S1_BASEADDR 0x80000000U -#define XPS_IOU_S_SWITCH_BASEADDR 0xE0000000U -#define XPS_PERIPH_APB_BASEADDR 0xF8000000U - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_CORE_PARITY0_INT_ID 32U -#define XPS_CORE_PARITY1_INT_ID 33U -#define XPS_L2CC_INT_ID 34U -#define XPS_OCMINTR_INT_ID 35U -#define XPS_ECC_INT_ID 36U -#define XPS_PMU0_INT_ID 37U -#define XPS_PMU1_INT_ID 38U -#define XPS_SYSMON_INT_ID 39U -#define XPS_DVC_INT_ID 40U -#define XPS_WDT_INT_ID 41U -#define XPS_TTC0_0_INT_ID 42U -#define XPS_TTC0_1_INT_ID 43U -#define XPS_TTC0_2_INT_ID 44U -#define XPS_DMA0_ABORT_INT_ID 45U -#define XPS_DMA0_INT_ID 46U -#define XPS_DMA1_INT_ID 47U -#define XPS_DMA2_INT_ID 48U -#define XPS_DMA3_INT_ID 49U -#define XPS_SMC_INT_ID 50U -#define XPS_QSPI_INT_ID 51U -#define XPS_GPIO_INT_ID 52U -#define XPS_USB0_INT_ID 53U -#define XPS_GEM0_INT_ID 54U -#define XPS_GEM0_WAKE_INT_ID 55U -#define XPS_SDIO0_INT_ID 56U -#define XPS_I2C0_INT_ID 57U -#define XPS_SPI0_INT_ID 58U -#define XPS_UART0_INT_ID 59U -#define XPS_CAN0_INT_ID 60U -#define XPS_FPGA0_INT_ID 61U -#define XPS_FPGA1_INT_ID 62U -#define XPS_FPGA2_INT_ID 63U -#define XPS_FPGA3_INT_ID 64U -#define XPS_FPGA4_INT_ID 65U -#define XPS_FPGA5_INT_ID 66U -#define XPS_FPGA6_INT_ID 67U -#define XPS_FPGA7_INT_ID 68U -#define XPS_TTC1_0_INT_ID 69U -#define XPS_TTC1_1_INT_ID 70U -#define XPS_TTC1_2_INT_ID 71U -#define XPS_DMA4_INT_ID 72U -#define XPS_DMA5_INT_ID 73U -#define XPS_DMA6_INT_ID 74U -#define XPS_DMA7_INT_ID 75U -#define XPS_USB1_INT_ID 76U -#define XPS_GEM1_INT_ID 77U -#define XPS_GEM1_WAKE_INT_ID 78U -#define XPS_SDIO1_INT_ID 79U -#define XPS_I2C1_INT_ID 80U -#define XPS_SPI1_INT_ID 81U -#define XPS_UART1_INT_ID 82U -#define XPS_CAN1_INT_ID 83U -#define XPS_FPGA8_INT_ID 84U -#define XPS_FPGA9_INT_ID 85U -#define XPS_FPGA10_INT_ID 86U -#define XPS_FPGA11_INT_ID 87U -#define XPS_FPGA12_INT_ID 88U -#define XPS_FPGA13_INT_ID 89U -#define XPS_FPGA14_INT_ID 90U -#define XPS_FPGA15_INT_ID 91U - -/* Private Peripheral Interrupts (PPI) */ -#define XPS_GLOBAL_TMR_INT_ID 27U /* SCU Global Timer interrupt */ -#define XPS_FIQ_INT_ID 28U /* FIQ from FPGA fabric */ -#define XPS_SCU_TMR_INT_ID 29U /* SCU Private Timer interrupt */ -#define XPS_SCU_WDT_INT_ID 30U /* SCU Private WDT interrupt */ -#define XPS_IRQ_INT_ID 31U /* IRQ from FPGA fabric */ - - -/* REDEFINES for TEST APP */ -/* Definitions for UART */ -#define XPAR_PS7_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PS7_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PS7_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PS7_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PS7_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PS7_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PS7_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PS7_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PS7_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PS7_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PS7_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PS7_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PS7_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PS7_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PS7_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PS7_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PS7_WDT_0_INTR XPS_WDT_INT_ID -#define XPAR_PS7_SCUWDT_0_INTR XPS_SCU_WDT_INT_ID -#define XPAR_PS7_SCUTIMER_0_INTR XPS_SCU_TMR_INT_ID -#define XPAR_PS7_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PS7_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PS7_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PS7_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PS7_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PS7_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PS7_TTC_5_INTR XPS_TTC1_2_INT_ID - -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA9_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUTIMER_DEVICE_ID 0U -#define XPAR_SCUWDT_DEVICE_ID 0U - - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpm_counter.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpm_counter.c deleted file mode 100644 index 1befce1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpm_counter.c +++ /dev/null @@ -1,255 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.c -* -* This file contains APIs for configuring and controlling the Cortex-A9 -* Performance Monitor Events. For more information about the event counters, -* see xpm_counter.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 4.2	pkp	 07/21/14 Corrected reset value of event counter in function
-*					  Xpm_ResetEventCounters to fix CR#796275
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xpm_counter.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -typedef const u32 PmcrEventCfg32[XPM_CTRCOUNT]; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void Xpm_DisableEventCounters(void); -void Xpm_EnableEventCounters (void); -void Xpm_ResetEventCounters (void); - -/******************************************************************************/ - -/****************************************************************************/ -/** -* -* @brief This function disables the Cortex A9 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_DisableEventCounters(void) -{ - /* Disable the event counters */ - mtcp(XREG_CP15_COUNT_ENABLE_CLR, 0x3f); -} - -/****************************************************************************/ -/** -* -* @brief This function enables the Cortex A9 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_EnableEventCounters(void) -{ - /* Enable the event counters */ - mtcp(XREG_CP15_COUNT_ENABLE_SET, 0x3f); -} - -/****************************************************************************/ -/** -* -* @brief This function resets the Cortex A9 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_ResetEventCounters(void) -{ - u32 Reg; -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_PERF_MONITOR_CTRL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_CTRL, Reg); -#else - { register u32 C15Reg __asm(XREG_CP15_PERF_MONITOR_CTRL); - Reg = C15Reg; } -#endif - Reg |= (1U << 1U); /* reset event counters */ - mtcp(XREG_CP15_PERF_MONITOR_CTRL, Reg); - -} - -/****************************************************************************/ -/** -* @brief This function configures the Cortex A9 event counters controller, -* with the event codes, in a configuration selected by the user and -* enables the counters. -* -* @param PmcrCfg: Configuration value based on which the event counters -* are configured. XPM_CNTRCFG* values defined in xpm_counter.h can -* be utilized for setting configuration. -* -* @return None. -* -*****************************************************************************/ -void Xpm_SetEvents(s32 PmcrCfg) -{ - u32 Counter; - static PmcrEventCfg32 PmcrEvents[] = { - { - XPM_EVENT_SOFTINCR, - XPM_EVENT_INSRFETCH_CACHEREFILL, - XPM_EVENT_INSTRFECT_TLBREFILL, - XPM_EVENT_DATA_CACHEREFILL, - XPM_EVENT_DATA_CACHEACCESS, - XPM_EVENT_DATA_TLBREFILL - }, - { - XPM_EVENT_DATA_READS, - XPM_EVENT_DATA_WRITE, - XPM_EVENT_EXCEPTION, - XPM_EVENT_EXCEPRETURN, - XPM_EVENT_CHANGECONTEXT, - XPM_EVENT_SW_CHANGEPC - }, - { - XPM_EVENT_IMMEDBRANCH, - XPM_EVENT_UNALIGNEDACCESS, - XPM_EVENT_BRANCHMISS, - XPM_EVENT_CLOCKCYCLES, - XPM_EVENT_BRANCHPREDICT, - XPM_EVENT_JAVABYTECODE - }, - { - XPM_EVENT_SWJAVABYTECODE, - XPM_EVENT_JAVABACKBRANCH, - XPM_EVENT_COHERLINEMISS, - XPM_EVENT_COHERLINEHIT, - XPM_EVENT_INSTRSTALL, - XPM_EVENT_DATASTALL - }, - { - XPM_EVENT_MAINTLBSTALL, - XPM_EVENT_STREXPASS, - XPM_EVENT_STREXFAIL, - XPM_EVENT_DATAEVICT, - XPM_EVENT_NODISPATCH, - XPM_EVENT_ISSUEEMPTY - }, - { - XPM_EVENT_INSTRRENAME, - XPM_EVENT_PREDICTFUNCRET, - XPM_EVENT_MAINEXEC, - XPM_EVENT_SECEXEC, - XPM_EVENT_LDRSTR, - XPM_EVENT_FLOATRENAME - }, - { - XPM_EVENT_NEONRENAME, - XPM_EVENT_PLDSTALL, - XPM_EVENT_WRITESTALL, - XPM_EVENT_INSTRTLBSTALL, - XPM_EVENT_DATATLBSTALL, - XPM_EVENT_INSTR_uTLBSTALL - }, - { - XPM_EVENT_DATA_uTLBSTALL, - XPM_EVENT_DMB_STALL, - XPM_EVENT_INT_CLKEN, - XPM_EVENT_DE_CLKEN, - XPM_EVENT_INSTRISB, - XPM_EVENT_INSTRDSB - }, - { - XPM_EVENT_INSTRDMB, - XPM_EVENT_EXTINT, - XPM_EVENT_PLE_LRC, - XPM_EVENT_PLE_LRS, - XPM_EVENT_PLE_FLUSH, - XPM_EVENT_PLE_CMPL - }, - { - XPM_EVENT_PLE_OVFL, - XPM_EVENT_PLE_PROG, - XPM_EVENT_PLE_LRC, - XPM_EVENT_PLE_LRS, - XPM_EVENT_PLE_FLUSH, - XPM_EVENT_PLE_CMPL - }, - { - XPM_EVENT_DATASTALL, - XPM_EVENT_INSRFETCH_CACHEREFILL, - XPM_EVENT_INSTRFECT_TLBREFILL, - XPM_EVENT_DATA_CACHEREFILL, - XPM_EVENT_DATA_CACHEACCESS, - XPM_EVENT_DATA_TLBREFILL - }, - }; - const u32 *ptr = PmcrEvents[PmcrCfg]; - - Xpm_DisableEventCounters(); - - for(Counter = 0U; Counter < XPM_CTRCOUNT; Counter++) { - - /* Selecet event counter */ - mtcp(XREG_CP15_EVENT_CNTR_SEL, Counter); - - /* Set the event */ - mtcp(XREG_CP15_EVENT_TYPE_SEL, ptr[Counter]); - } - - Xpm_ResetEventCounters(); - Xpm_EnableEventCounters(); -} - -/****************************************************************************/ -/** -* -* @brief This function disables the event counters and returns the counter -* values. -* -* @param PmCtrValue: Pointer to an array of type u32 PmCtrValue[6]. -* It is an output parameter which is used to return the PM -* counter values. -* -* @return None. -* -*****************************************************************************/ -void Xpm_GetEventCounters(u32 *PmCtrValue) -{ - u32 Counter; - - Xpm_DisableEventCounters(); - - for(Counter = 0U; Counter < XPM_CTRCOUNT; Counter++) { - - mtcp(XREG_CP15_EVENT_CNTR_SEL, Counter); -#ifdef __GNUC__ - PmCtrValue[Counter] = mfcp(XREG_CP15_PERF_MONITOR_COUNT); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_COUNT, PmCtrValue[Counter]); -#else - { register u32 Cp15Reg __asm(XREG_CP15_PERF_MONITOR_COUNT); - PmCtrValue[Counter] = Cp15Reg; } -#endif - } -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpm_counter.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpm_counter.h deleted file mode 100644 index edf6684..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpm_counter.h +++ /dev/null @@ -1,558 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.h -* -* @addtogroup a9_event_counter_apis Cortex A9 Event Counters Functions -* -* Cortex A9 event counter functions can be utilized to configure and control -* the Cortex-A9 performance monitor events. -* -* Cortex-A9 performance monitor has six event counters which can be used to -* count a variety of events described in Coretx-A9 TRM. xpm_counter.h defines -* configurations XPM_CNTRCFGx which can be used to program the event counters -* to count a set of events. -* -* @note -* It doesn't handle the Cortex-A9 cycle counter, as the cycle counter is -* being used for time keeping. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XPMCOUNTER_H /* prevent circular inclusions */ -#define XPMCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* Number of performance counters */ -#define XPM_CTRCOUNT 6U - -/* The following constants define the Cortex-A9 Performance Monitor Events */ - -/* - * Software increment. The register is incremented only on writes to the - * Software Increment Register - */ -#define XPM_EVENT_SOFTINCR 0x00U - -/* - * Instruction fetch that causes a refill at (at least) the lowest level(s) of - * instruction or unified cache. Includes the speculative linefills in the - * count - */ -#define XPM_EVENT_INSRFETCH_CACHEREFILL 0x01U - -/* - * Instruction fetch that causes a TLB refill at (at least) the lowest level of - * TLB. Includes the speculative requests in the count - */ -#define XPM_EVENT_INSTRFECT_TLBREFILL 0x02U - -/* - * Data read or write operation that causes a refill at (at least) the lowest - * level(s)of data or unified cache. Counts the number of allocations performed - * in the Data Cache due to a read or a write - */ -#define XPM_EVENT_DATA_CACHEREFILL 0x03U - -/* - * Data read or write operation that causes a cache access at (at least) the - * lowest level(s) of data or unified cache. This includes speculative reads - */ -#define XPM_EVENT_DATA_CACHEACCESS 0x04U - -/* - * Data read or write operation that causes a TLB refill at (at least) the - * lowest level of TLB. This does not include micro TLB misses due to PLD, PLI, - * CP15 Cache operation by MVA and CP15 VA to PA operations - */ -#define XPM_EVENT_DATA_TLBREFILL 0x05U - -/* - * Data read architecturally executed. Counts the number of data read - * instructions accepted by the Load Store Unit. This includes counting the - * speculative and aborted LDR/LDM, as well as the reads due to the SWP - * instructions - */ -#define XPM_EVENT_DATA_READS 0x06U - -/* - * Data write architecturally executed. Counts the number of data write - * instructions accepted by the Load Store Unit. This includes counting the - * speculative and aborted STR/STM, as well as the writes due to the SWP - * instructions - */ -#define XPM_EVENT_DATA_WRITE 0x07U - -/* Exception taken. Counts the number of exceptions architecturally taken.*/ -#define XPM_EVENT_EXCEPTION 0x09U - -/* Exception return architecturally executed.*/ -#define XPM_EVENT_EXCEPRETURN 0x0AU - -/* - * Change to ContextID retired. Counts the number of instructions - * architecturally executed writing into the ContextID Register - */ -#define XPM_EVENT_CHANGECONTEXT 0x0BU - -/* - * Software change of PC, except by an exception, architecturally executed. - * Count the number of PC changes architecturally executed, excluding the PC - * changes due to taken exceptions - */ -#define XPM_EVENT_SW_CHANGEPC 0x0CU - -/* - * Immediate branch architecturally executed (taken or not taken). This includes - * the branches which are flushed due to a previous load/store which aborts - * late - */ -#define XPM_EVENT_IMMEDBRANCH 0x0DU - -/* - * Unaligned access architecturally executed. Counts the number of aborted - * unaligned accessed architecturally executed, and the number of not-aborted - * unaligned accesses, including the speculative ones - */ -#define XPM_EVENT_UNALIGNEDACCESS 0x0FU - -/* - * Branch mispredicted/not predicted. Counts the number of mispredicted or - * not-predicted branches executed. This includes the branches which are flushed - * due to a previous load/store which aborts late - */ -#define XPM_EVENT_BRANCHMISS 0x10U - -/* - * Counts clock cycles when the Cortex-A9 processor is not in WFE/WFI. This - * event is not exported on the PMUEVENT bus - */ -#define XPM_EVENT_CLOCKCYCLES 0x11U - -/* - * Branches or other change in program flow that could have been predicted by - * the branch prediction resources of the processor. This includes the branches - * which are flushed due to a previous load/store which aborts late - */ -#define XPM_EVENT_BRANCHPREDICT 0x12U - -/* - * Java bytecode execute. Counts the number of Java bytecodes being decoded, - * including speculative ones - */ -#define XPM_EVENT_JAVABYTECODE 0x40U - -/* - * Software Java bytecode executed. Counts the number of software java bytecodes - * being decoded, including speculative ones - */ -#define XPM_EVENT_SWJAVABYTECODE 0x41U - -/* - * Jazelle backward branches executed. Counts the number of Jazelle taken - * branches being executed. This includes the branches which are flushed due - * to a previous load/store which aborts late - */ -#define XPM_EVENT_JAVABACKBRANCH 0x42U - -/* - * Coherent linefill miss Counts the number of coherent linefill requests - * performed by the Cortex-A9 processor which also miss in all the other - * Cortex-A9 processors, meaning that the request is sent to the external - * memory - */ -#define XPM_EVENT_COHERLINEMISS 0x50U - -/* - * Coherent linefill hit. Counts the number of coherent linefill requests - * performed by the Cortex-A9 processor which hit in another Cortex-A9 - * processor, meaning that the linefill data is fetched directly from the - * relevant Cortex-A9 cache - */ -#define XPM_EVENT_COHERLINEHIT 0x51U - -/* - * Instruction cache dependent stall cycles. Counts the number of cycles where - * the processor is ready to accept new instructions, but does not receive any - * due to the instruction side not being able to provide any and the - * instruction cache is currently performing at least one linefill - */ -#define XPM_EVENT_INSTRSTALL 0x60U - -/* - * Data cache dependent stall cycles. Counts the number of cycles where the core - * has some instructions that it cannot issue to any pipeline, and the Load - * Store unit has at least one pending linefill request, and no pending - */ -#define XPM_EVENT_DATASTALL 0x61U - -/* - * Main TLB miss stall cycles. Counts the number of cycles where the processor - * is stalled waiting for the completion of translation table walks from the - * main TLB. The processor stalls can be due to the instruction side not being - * able to provide the instructions, or to the data side not being able to - * provide the necessary data, due to them waiting for the main TLB translation - * table walk to complete - */ -#define XPM_EVENT_MAINTLBSTALL 0x62U - -/* - * Counts the number of STREX instructions architecturally executed and - * passed - */ -#define XPM_EVENT_STREXPASS 0x63U - -/* - * Counts the number of STREX instructions architecturally executed and - * failed - */ -#define XPM_EVENT_STREXFAIL 0x64U - -/* - * Data eviction. Counts the number of eviction requests due to a linefill in - * the data cache - */ -#define XPM_EVENT_DATAEVICT 0x65U - -/* - * Counts the number of cycles where the issue stage does not dispatch any - * instruction because it is empty or cannot dispatch any instructions - */ -#define XPM_EVENT_NODISPATCH 0x66U - -/* - * Counts the number of cycles where the issue stage is empty - */ -#define XPM_EVENT_ISSUEEMPTY 0x67U - -/* - * Counts the number of instructions going through the Register Renaming stage. - * This number is an approximate number of the total number of instructions - * speculatively executed, and even more approximate of the total number of - * instructions architecturally executed. The approximation depends mainly on - * the branch misprediction rate. - * The renaming stage can handle two instructions in the same cycle so the event - * is two bits long: - * - b00 no instructions renamed - * - b01 one instruction renamed - * - b10 two instructions renamed - */ -#define XPM_EVENT_INSTRRENAME 0x68U - -/* - * Counts the number of procedure returns whose condition codes do not fail, - * excluding all returns from exception. This count includes procedure returns - * which are flushed due to a previous load/store which aborts late. - * Only the following instructions are reported: - * - BX R14 - * - MOV PC LR - * - POP {..,pc} - * - LDR pc,[sp],#offset - * The following instructions are not reported: - * - LDMIA R9!,{..,PC} (ThumbEE state only) - * - LDR PC,[R9],#offset (ThumbEE state only) - * - BX R0 (Rm != R14) - * - MOV PC,R0 (Rm != R14) - * - LDM SP,{...,PC} (writeback not specified) - * - LDR PC,[SP,#offset] (wrong addressing mode) - */ -#define XPM_EVENT_PREDICTFUNCRET 0x6EU - -/* - * Counts the number of instructions being executed in the main execution - * pipeline of the processor, the multiply pipeline and arithmetic logic unit - * pipeline. The counted instructions are still speculative - */ -#define XPM_EVENT_MAINEXEC 0x70U - -/* - * Counts the number of instructions being executed in the processor second - * execution pipeline (ALU). The counted instructions are still speculative - */ -#define XPM_EVENT_SECEXEC 0x71U - -/* - * Counts the number of instructions being executed in the Load/Store unit. The - * counted instructions are still speculative - */ -#define XPM_EVENT_LDRSTR 0x72U - -/* - * Counts the number of Floating-point instructions going through the Register - * Rename stage. Instructions are still speculative in this stage. - *Two floating-point instructions can be renamed in the same cycle so the event - * is two bitslong: - *0b00 no floating-point instruction renamed - *0b01 one floating-point instruction renamed - *0b10 two floating-point instructions renamed - */ -#define XPM_EVENT_FLOATRENAME 0x73U - -/* - * Counts the number of Neon instructions going through the Register Rename - * stage.Instructions are still speculative in this stage. - * Two NEON instructions can be renamed in the same cycle so the event is two - * bits long: - *0b00 no NEON instruction renamed - *0b01 one NEON instruction renamed - *0b10 two NEON instructions renamed - */ -#define XPM_EVENT_NEONRENAME 0x74U - -/* - * Counts the number of cycles where the processor is stalled because PLD slots - * are all full - */ -#define XPM_EVENT_PLDSTALL 0x80U - -/* - * Counts the number of cycles when the processor is stalled and the data side - * is stalled too because it is full and executing writes to the external - * memory - */ -#define XPM_EVENT_WRITESTALL 0x81U - -/* - * Counts the number of stall cycles due to main TLB misses on requests issued - * by the instruction side - */ -#define XPM_EVENT_INSTRTLBSTALL 0x82U - -/* - * Counts the number of stall cycles due to main TLB misses on requests issued - * by the data side - */ -#define XPM_EVENT_DATATLBSTALL 0x83U - -/* - * Counts the number of stall cycles due to micro TLB misses on the instruction - * side. This event does not include main TLB miss stall cycles that are already - * counted in the corresponding main TLB event - */ -#define XPM_EVENT_INSTR_uTLBSTALL 0x84U - -/* - * Counts the number of stall cycles due to micro TLB misses on the data side. - * This event does not include main TLB miss stall cycles that are already - * counted in the corresponding main TLB event - */ -#define XPM_EVENT_DATA_uTLBSTALL 0x85U - -/* - * Counts the number of stall cycles because of the execution of a DMB memory - * barrier. This includes all DMB instructions being executed, even - * speculatively - */ -#define XPM_EVENT_DMB_STALL 0x86U - -/* - * Counts the number of cycles during which the integer core clock is enabled - */ -#define XPM_EVENT_INT_CLKEN 0x8AU - -/* - * Counts the number of cycles during which the Data Engine clock is enabled - */ -#define XPM_EVENT_DE_CLKEN 0x8BU - -/* - * Counts the number of ISB instructions architecturally executed - */ -#define XPM_EVENT_INSTRISB 0x90U - -/* - * Counts the number of DSB instructions architecturally executed - */ -#define XPM_EVENT_INSTRDSB 0x91U - -/* - * Counts the number of DMB instructions speculatively executed - */ -#define XPM_EVENT_INSTRDMB 0x92U - -/* - * Counts the number of external interrupts executed by the processor - */ -#define XPM_EVENT_EXTINT 0x93U - -/* - * PLE cache line request completed - */ -#define XPM_EVENT_PLE_LRC 0xA0U - -/* - * PLE cache line request skipped - */ -#define XPM_EVENT_PLE_LRS 0xA1U - -/* - * PLE FIFO flush - */ -#define XPM_EVENT_PLE_FLUSH 0xA2U - -/* - * PLE request complete - */ -#define XPM_EVENT_PLE_CMPL 0xA3U - -/* - * PLE FIFO overflow - */ -#define XPM_EVENT_PLE_OVFL 0xA4U - -/* - * PLE request programmed - */ -#define XPM_EVENT_PLE_PROG 0xA5U - -/* - * The following constants define the configurations for Cortex-A9 Performance - * Monitor Events. Each configuration configures the event counters for a set - * of events. - * ----------------------------------------------- - * Config PmCtr0... PmCtr5 - * ----------------------------------------------- - * XPM_CNTRCFG1 { XPM_EVENT_SOFTINCR, - * XPM_EVENT_INSRFETCH_CACHEREFILL, - * XPM_EVENT_INSTRFECT_TLBREFILL, - * XPM_EVENT_DATA_CACHEREFILL, - * XPM_EVENT_DATA_CACHEACCESS, - * XPM_EVENT_DATA_TLBREFILL } - * - * XPM_CNTRCFG2 { XPM_EVENT_DATA_READS, - * XPM_EVENT_DATA_WRITE, - * XPM_EVENT_EXCEPTION, - * XPM_EVENT_EXCEPRETURN, - * XPM_EVENT_CHANGECONTEXT, - * XPM_EVENT_SW_CHANGEPC } - * - * XPM_CNTRCFG3 { XPM_EVENT_IMMEDBRANCH, - * XPM_EVENT_UNALIGNEDACCESS, - * XPM_EVENT_BRANCHMISS, - * XPM_EVENT_CLOCKCYCLES, - * XPM_EVENT_BRANCHPREDICT, - * XPM_EVENT_JAVABYTECODE } - * - * XPM_CNTRCFG4 { XPM_EVENT_SWJAVABYTECODE, - * XPM_EVENT_JAVABACKBRANCH, - * XPM_EVENT_COHERLINEMISS, - * XPM_EVENT_COHERLINEHIT, - * XPM_EVENT_INSTRSTALL, - * XPM_EVENT_DATASTALL } - * - * XPM_CNTRCFG5 { XPM_EVENT_MAINTLBSTALL, - * XPM_EVENT_STREXPASS, - * XPM_EVENT_STREXFAIL, - * XPM_EVENT_DATAEVICT, - * XPM_EVENT_NODISPATCH, - * XPM_EVENT_ISSUEEMPTY } - * - * XPM_CNTRCFG6 { XPM_EVENT_INSTRRENAME, - * XPM_EVENT_PREDICTFUNCRET, - * XPM_EVENT_MAINEXEC, - * XPM_EVENT_SECEXEC, - * XPM_EVENT_LDRSTR, - * XPM_EVENT_FLOATRENAME } - * - * XPM_CNTRCFG7 { XPM_EVENT_NEONRENAME, - * XPM_EVENT_PLDSTALL, - * XPM_EVENT_WRITESTALL, - * XPM_EVENT_INSTRTLBSTALL, - * XPM_EVENT_DATATLBSTALL, - * XPM_EVENT_INSTR_uTLBSTALL } - * - * XPM_CNTRCFG8 { XPM_EVENT_DATA_uTLBSTALL, - * XPM_EVENT_DMB_STALL, - * XPM_EVENT_INT_CLKEN, - * XPM_EVENT_DE_CLKEN, - * XPM_EVENT_INSTRISB, - * XPM_EVENT_INSTRDSB } - * - * XPM_CNTRCFG9 { XPM_EVENT_INSTRDMB, - * XPM_EVENT_EXTINT, - * XPM_EVENT_PLE_LRC, - * XPM_EVENT_PLE_LRS, - * XPM_EVENT_PLE_FLUSH, - * XPM_EVENT_PLE_CMPL } - * - * XPM_CNTRCFG10 { XPM_EVENT_PLE_OVFL, - * XPM_EVENT_PLE_PROG, - * XPM_EVENT_PLE_LRC, - * XPM_EVENT_PLE_LRS, - * XPM_EVENT_PLE_FLUSH, - * XPM_EVENT_PLE_CMPL } - * - * XPM_CNTRCFG11 { XPM_EVENT_DATASTALL, - * XPM_EVENT_INSRFETCH_CACHEREFILL, - * XPM_EVENT_INSTRFECT_TLBREFILL, - * XPM_EVENT_DATA_CACHEREFILL, - * XPM_EVENT_DATA_CACHEACCESS, - * XPM_EVENT_DATA_TLBREFILL } - */ -#define XPM_CNTRCFG1 0 -#define XPM_CNTRCFG2 1 -#define XPM_CNTRCFG3 2 -#define XPM_CNTRCFG4 3 -#define XPM_CNTRCFG5 4 -#define XPM_CNTRCFG6 5 -#define XPM_CNTRCFG7 6 -#define XPM_CNTRCFG8 7 -#define XPM_CNTRCFG9 8 -#define XPM_CNTRCFG10 9 -#define XPM_CNTRCFG11 10 - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes *****************************/ - -/* Interface functions to access performance counters from abstraction layer */ -void Xpm_SetEvents(s32 PmcrCfg); -void Xpm_GetEventCounters(u32 *PmCtrValue); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_event_counter_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpseudo_asm.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpseudo_asm.h deleted file mode 100644 index 6d07851..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xpseudo_asm.h +++ /dev/null @@ -1,60 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm.h -* -* @addtogroup a9_specific Cortex A9 Processor Specific Include Files -* -* The xpseudo_asm.h includes xreg_cortexa9.h and xpseudo_asm_gcc.h. -* -* The xreg_cortexa9.h file contains definitions for inline assembler code. -* It provides inline definitions for Cortex A9 GPRs, SPRs, MPE registers, -* co-processor registers and Debug registers. -* -* The xpseudo_asm_gcc.h contains the definitions for the most often used inline -* assembler instructions, available as macros. These can be very useful for -* tasks such as setting or getting special purpose registers, synchronization, -* or cache manipulation etc. These inline assembler instructions can be used -* from drivers and user applications written in C. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  10/18/09 First release
-* 3.04a sdm  01/02/12 Remove redundant dsb in mcr instruction.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ -#ifndef XPSEUDO_ASM_H -#define XPSEUDO_ASM_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xreg_cortexa9.h" -#ifdef __GNUC__ - #include "xpseudo_asm_gcc.h" -#elif defined (__ICCARM__) - #include "xpseudo_asm_iccarm.h" -#else - #include "xpseudo_asm_rvct.h" -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XPSEUDO_ASM_H */ -/** -* @} End of "addtogroup a9_specific". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xreg_cortexa9.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xreg_cortexa9.h deleted file mode 100644 index 2a4fff2..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xreg_cortexa9.h +++ /dev/null @@ -1,573 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xreg_cortexa9.h -* -* This header file contains definitions for using inline assembler code. It is -* written specifically for the GNU, ARMCC compiler. -* -* All of the ARM Cortex A9 GPRs, SPRs, and Debug Registers are defined along -* with the positions of the bits within the registers. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  10/20/09 First release
-* 
-* -******************************************************************************/ -#ifndef XREG_CORTEXA9_H -#define XREG_CORTEXA9_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/** - *@cond nocomments - */ - -/* GPRs */ -#define XREG_GPR0 r0 -#define XREG_GPR1 r1 -#define XREG_GPR2 r2 -#define XREG_GPR3 r3 -#define XREG_GPR4 r4 -#define XREG_GPR5 r5 -#define XREG_GPR6 r6 -#define XREG_GPR7 r7 -#define XREG_GPR8 r8 -#define XREG_GPR9 r9 -#define XREG_GPR10 r10 -#define XREG_GPR11 r11 -#define XREG_GPR12 r12 -#define XREG_GPR13 r13 -#define XREG_GPR14 r14 -#define XREG_GPR15 r15 -#define XREG_CPSR cpsr - -/* Coprocessor number defines */ -#define XREG_CP0 0 -#define XREG_CP1 1 -#define XREG_CP2 2 -#define XREG_CP3 3 -#define XREG_CP4 4 -#define XREG_CP5 5 -#define XREG_CP6 6 -#define XREG_CP7 7 -#define XREG_CP8 8 -#define XREG_CP9 9 -#define XREG_CP10 10 -#define XREG_CP11 11 -#define XREG_CP12 12 -#define XREG_CP13 13 -#define XREG_CP14 14 -#define XREG_CP15 15 - -/* Coprocessor control register defines */ -#define XREG_CR0 cr0 -#define XREG_CR1 cr1 -#define XREG_CR2 cr2 -#define XREG_CR3 cr3 -#define XREG_CR4 cr4 -#define XREG_CR5 cr5 -#define XREG_CR6 cr6 -#define XREG_CR7 cr7 -#define XREG_CR8 cr8 -#define XREG_CR9 cr9 -#define XREG_CR10 cr10 -#define XREG_CR11 cr11 -#define XREG_CR12 cr12 -#define XREG_CR13 cr13 -#define XREG_CR14 cr14 -#define XREG_CR15 cr15 - -/* Current Processor Status Register (CPSR) Bits */ -#define XREG_CPSR_THUMB_MODE 0x20 -#define XREG_CPSR_MODE_BITS 0x1F -#define XREG_CPSR_SYSTEM_MODE 0x1F -#define XREG_CPSR_UNDEFINED_MODE 0x1B -#define XREG_CPSR_DATA_ABORT_MODE 0x17 -#define XREG_CPSR_SVC_MODE 0x13 -#define XREG_CPSR_IRQ_MODE 0x12 -#define XREG_CPSR_FIQ_MODE 0x11 -#define XREG_CPSR_USER_MODE 0x10 - -#define XREG_CPSR_IRQ_ENABLE 0x80 -#define XREG_CPSR_FIQ_ENABLE 0x40 - -#define XREG_CPSR_N_BIT 0x80000000 -#define XREG_CPSR_Z_BIT 0x40000000 -#define XREG_CPSR_C_BIT 0x20000000 -#define XREG_CPSR_V_BIT 0x10000000 - - -/* CP15 defines */ -#if defined (__GNUC__) || defined (__ICCARM__) -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "p15, 0, %0, c0, c0, 0" -#define XREG_CP15_CACHE_TYPE "p15, 0, %0, c0, c0, 1" -#define XREG_CP15_TCM_TYPE "p15, 0, %0, c0, c0, 2" -#define XREG_CP15_TLB_TYPE "p15, 0, %0, c0, c0, 3" -#define XREG_CP15_MULTI_PROC_AFFINITY "p15, 0, %0, c0, c0, 5" - -#define XREG_CP15_PROC_FEATURE_0 "p15, 0, %0, c0, c1, 0" -#define XREG_CP15_PROC_FEATURE_1 "p15, 0, %0, c0, c1, 1" -#define XREG_CP15_DEBUG_FEATURE_0 "p15, 0, %0, c0, c1, 2" -#define XREG_CP15_MEMORY_FEATURE_0 "p15, 0, %0, c0, c1, 4" -#define XREG_CP15_MEMORY_FEATURE_1 "p15, 0, %0, c0, c1, 5" -#define XREG_CP15_MEMORY_FEATURE_2 "p15, 0, %0, c0, c1, 6" -#define XREG_CP15_MEMORY_FEATURE_3 "p15, 0, %0, c0, c1, 7" - -#define XREG_CP15_INST_FEATURE_0 "p15, 0, %0, c0, c2, 0" -#define XREG_CP15_INST_FEATURE_1 "p15, 0, %0, c0, c2, 1" -#define XREG_CP15_INST_FEATURE_2 "p15, 0, %0, c0, c2, 2" -#define XREG_CP15_INST_FEATURE_3 "p15, 0, %0, c0, c2, 3" -#define XREG_CP15_INST_FEATURE_4 "p15, 0, %0, c0, c2, 4" - -#define XREG_CP15_CACHE_SIZE_ID "p15, 1, %0, c0, c0, 0" -#define XREG_CP15_CACHE_LEVEL_ID "p15, 1, %0, c0, c0, 1" -#define XREG_CP15_AUXILARY_ID "p15, 1, %0, c0, c0, 7" - -#define XREG_CP15_CACHE_SIZE_SEL "p15, 2, %0, c0, c0, 0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "p15, 0, %0, c1, c0, 0" -#define XREG_CP15_AUX_CONTROL "p15, 0, %0, c1, c0, 1" -#define XREG_CP15_CP_ACCESS_CONTROL "p15, 0, %0, c1, c0, 2" - -#define XREG_CP15_SECURE_CONFIG "p15, 0, %0, c1, c1, 0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "p15, 0, %0, c1, c1, 1" -#define XREG_CP15_NS_ACCESS_CONTROL "p15, 0, %0, c1, c1, 2" -#define XREG_CP15_VIRTUAL_CONTROL "p15, 0, %0, c1, c1, 3" - -#else /* RVCT */ -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "cp15:0:c0:c0:0" -#define XREG_CP15_CACHE_TYPE "cp15:0:c0:c0:1" -#define XREG_CP15_TCM_TYPE "cp15:0:c0:c0:2" -#define XREG_CP15_TLB_TYPE "cp15:0:c0:c0:3" -#define XREG_CP15_MULTI_PROC_AFFINITY "cp15:0:c0:c0:5" - -#define XREG_CP15_PROC_FEATURE_0 "cp15:0:c0:c1:0" -#define XREG_CP15_PROC_FEATURE_1 "cp15:0:c0:c1:1" -#define XREG_CP15_DEBUG_FEATURE_0 "cp15:0:c0:c1:2" -#define XREG_CP15_MEMORY_FEATURE_0 "cp15:0:c0:c1:4" -#define XREG_CP15_MEMORY_FEATURE_1 "cp15:0:c0:c1:5" -#define XREG_CP15_MEMORY_FEATURE_2 "cp15:0:c0:c1:6" -#define XREG_CP15_MEMORY_FEATURE_3 "cp15:0:c0:c1:7" - -#define XREG_CP15_INST_FEATURE_0 "cp15:0:c0:c2:0" -#define XREG_CP15_INST_FEATURE_1 "cp15:0:c0:c2:1" -#define XREG_CP15_INST_FEATURE_2 "cp15:0:c0:c2:2" -#define XREG_CP15_INST_FEATURE_3 "cp15:0:c0:c2:3" -#define XREG_CP15_INST_FEATURE_4 "cp15:0:c0:c2:4" - -#define XREG_CP15_CACHE_SIZE_ID "cp15:1:c0:c0:0" -#define XREG_CP15_CACHE_LEVEL_ID "cp15:1:c0:c0:1" -#define XREG_CP15_AUXILARY_ID "cp15:1:c0:c0:7" - -#define XREG_CP15_CACHE_SIZE_SEL "cp15:2:c0:c0:0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "cp15:0:c1:c0:0" -#define XREG_CP15_AUX_CONTROL "cp15:0:c1:c0:1" -#define XREG_CP15_CP_ACCESS_CONTROL "cp15:0:c1:c0:2" - -#define XREG_CP15_SECURE_CONFIG "cp15:0:c1:c1:0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "cp15:0:c1:c1:1" -#define XREG_CP15_NS_ACCESS_CONTROL "cp15:0:c1:c1:2" -#define XREG_CP15_VIRTUAL_CONTROL "cp15:0:c1:c1:3" -#endif - -/* XREG_CP15_CONTROL bit defines */ -#define XREG_CP15_CONTROL_TE_BIT 0x40000000U -#define XREG_CP15_CONTROL_AFE_BIT 0x20000000U -#define XREG_CP15_CONTROL_TRE_BIT 0x10000000U -#define XREG_CP15_CONTROL_NMFI_BIT 0x08000000U -#define XREG_CP15_CONTROL_EE_BIT 0x02000000U -#define XREG_CP15_CONTROL_HA_BIT 0x00020000U -#define XREG_CP15_CONTROL_RR_BIT 0x00004000U -#define XREG_CP15_CONTROL_V_BIT 0x00002000U -#define XREG_CP15_CONTROL_I_BIT 0x00001000U -#define XREG_CP15_CONTROL_Z_BIT 0x00000800U -#define XREG_CP15_CONTROL_SW_BIT 0x00000400U -#define XREG_CP15_CONTROL_B_BIT 0x00000080U -#define XREG_CP15_CONTROL_C_BIT 0x00000004U -#define XREG_CP15_CONTROL_A_BIT 0x00000002U -#define XREG_CP15_CONTROL_M_BIT 0x00000001U - -#if defined (__GNUC__) || defined (__ICCARM__) -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "p15, 0, %0, c2, c0, 0" -#define XREG_CP15_TTBR1 "p15, 0, %0, c2, c0, 1" -#define XREG_CP15_TTB_CONTROL "p15, 0, %0, c2, c0, 2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "p15, 0, %0, c3, c0, 0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "p15, 0, %0, c5, c0, 0" -#define XREG_CP15_INST_FAULT_STATUS "p15, 0, %0, c5, c0, 1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "p15, 0, %0, c5, c1, 0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "p15, 0, %0, c5, c1, 1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "p15, 0, %0, c6, c0, 0" -#define XREG_CP15_INST_FAULT_ADDRESS "p15, 0, %0, c6, c0, 2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "p15, 0, %0, c7, c0, 4" - -#define XREG_CP15_INVAL_IC_POU_IS "p15, 0, %0, c7, c1, 0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "p15, 0, %0, c7, c1, 6" - -#define XREG_CP15_PHYS_ADDR "p15, 0, %0, c7, c4, 0" - -#define XREG_CP15_INVAL_IC_POU "p15, 0, %0, c7, c5, 0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "p15, 0, %0, c7, c5, 1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A9. - */ -#define XREG_CP15_INST_SYNC_BARRIER "p15, 0, %0, c7, c5, 4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "p15, 0, %0, c7, c5, 6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c6, 1" -#define XREG_CP15_INVAL_DC_LINE_SW "p15, 0, %0, c7, c6, 2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "p15, 0, %0, c7, c8, 0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "p15, 0, %0, c7, c8, 1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "p15, 0, %0, c7, c8, 2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "p15, 0, %0, c7, c8, 3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "p15, 0, %0, c7, c8, 4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "p15, 0, %0, c7, c8, 5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "p15, 0, %0, c7, c8, 6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "p15, 0, %0, c7, c8, 7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "p15, 0, %0, c7, c10, 1" -#define XREG_CP15_CLEAN_DC_LINE_SW "p15, 0, %0, c7, c10, 2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A9. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "p15, 0, %0, c7, c10, 4" -#define XREG_CP15_DATA_MEMORY_BARRIER "p15, 0, %0, c7, c10, 5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "p15, 0, %0, c7, c11, 1" - -#define XREG_CP15_NOP2 "p15, 0, %0, c7, c13, 1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c14, 1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "p15, 0, %0, c7, c14, 2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "p15, 0, %0, c8, c3, 0" -#define XREG_CP15_INVAL_TLB_MVA_IS "p15, 0, %0, c8, c3, 1" -#define XREG_CP15_INVAL_TLB_ASID_IS "p15, 0, %0, c8, c3, 2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "p15, 0, %0, c8, c3, 3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "p15, 0, %0, c8, c5, 0" -#define XREG_CP15_INVAL_ITLB_MVA "p15, 0, %0, c8, c5, 1" -#define XREG_CP15_INVAL_ITLB_ASID "p15, 0, %0, c8, c5, 2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "p15, 0, %0, c8, c6, 0" -#define XREG_CP15_INVAL_DTLB_MVA "p15, 0, %0, c8, c6, 1" -#define XREG_CP15_INVAL_DTLB_ASID "p15, 0, %0, c8, c6, 2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "p15, 0, %0, c8, c7, 0" -#define XREG_CP15_INVAL_UTLB_MVA "p15, 0, %0, c8, c7, 1" -#define XREG_CP15_INVAL_UTLB_ASID "p15, 0, %0, c8, c7, 2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "p15, 0, %0, c8, c7, 3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "p15, 0, %0, c9, c12, 0" -#define XREG_CP15_COUNT_ENABLE_SET "p15, 0, %0, c9, c12, 1" -#define XREG_CP15_COUNT_ENABLE_CLR "p15, 0, %0, c9, c12, 2" -#define XREG_CP15_V_FLAG_STATUS "p15, 0, %0, c9, c12, 3" -#define XREG_CP15_SW_INC "p15, 0, %0, c9, c12, 4" -#define XREG_CP15_EVENT_CNTR_SEL "p15, 0, %0, c9, c12, 5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "p15, 0, %0, c9, c13, 0" -#define XREG_CP15_EVENT_TYPE_SEL "p15, 0, %0, c9, c13, 1" -#define XREG_CP15_PERF_MONITOR_COUNT "p15, 0, %0, c9, c13, 2" - -#define XREG_CP15_USER_ENABLE "p15, 0, %0, c9, c14, 0" -#define XREG_CP15_INTR_ENABLE_SET "p15, 0, %0, c9, c14, 1" -#define XREG_CP15_INTR_ENABLE_CLR "p15, 0, %0, c9, c14, 2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "p15, 0, %0, c10, c0, 0" - -#define XREG_CP15_PRI_MEM_REMAP "p15, 0, %0, c10, c2, 0" -#define XREG_CP15_NORM_MEM_REMAP "p15, 0, %0, c10, c2, 1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 1" - -#define XREG_CP15_INTERRUPT_STATUS "p15, 0, %0, c12, c1, 0" -#define XREG_CP15_VIRTUALIZATION_INTR "p15, 0, %0, c12, c1, 1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "p15, 0, %0, c13, c0, 1" -#define USER_RW_THREAD_PID "p15, 0, %0, c13, c0, 2" -#define USER_RO_THREAD_PID "p15, 0, %0, c13, c0, 3" -#define USER_PRIV_THREAD_PID "p15, 0, %0, c13, c0, 4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "p15, 0, %0, c15, c0, 0" -#define XREG_CP15_CONFIG_BASE_ADDR "p15, 4, %0, c15, c0, 0" - -#define XREG_CP15_READ_TLB_ENTRY "p15, 5, %0, c15, c4, 2" -#define XREG_CP15_WRITE_TLB_ENTRY "p15, 5, %0, c15, c4, 4" - -#define XREG_CP15_MAIN_TLB_VA "p15, 5, %0, c15, c5, 2" - -#define XREG_CP15_MAIN_TLB_PA "p15, 5, %0, c15, c6, 2" - -#define XREG_CP15_MAIN_TLB_ATTR "p15, 5, %0, c15, c7, 2" - -#else -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "cp15:0:c2:c0:0" -#define XREG_CP15_TTBR1 "cp15:0:c2:c0:1" -#define XREG_CP15_TTB_CONTROL "cp15:0:c2:c0:2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "cp15:0:c3:c0:0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "cp15:0:c5:c0:0" -#define XREG_CP15_INST_FAULT_STATUS "cp15:0:c5:c0:1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "cp15:0:c5:c1:0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "cp15:0:c5:c1:1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "cp15:0:c6:c0:0" -#define XREG_CP15_INST_FAULT_ADDRESS "cp15:0:c6:c0:2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "cp15:0:c7:c0:4" - -#define XREG_CP15_INVAL_IC_POU_IS "cp15:0:c7:c1:0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "cp15:0:c7:c1:6" - -#define XREG_CP15_PHYS_ADDR "cp15:0:c7:c4:0" - -#define XREG_CP15_INVAL_IC_POU "cp15:0:c7:c5:0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "cp15:0:c7:c5:1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A9. - */ -#define XREG_CP15_INST_SYNC_BARRIER "cp15:0:c7:c5:4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "cp15:0:c7:c5:6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "cp15:0:c7:c6:1" -#define XREG_CP15_INVAL_DC_LINE_SW "cp15:0:c7:c6:2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "cp15:0:c7:c8:0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "cp15:0:c7:c8:1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "cp15:0:c7:c8:2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "cp15:0:c7:c8:3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "cp15:0:c7:c8:4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "cp15:0:c7:c8:5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "cp15:0:c7:c8:6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "cp15:0:c7:c8:7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "cp15:0:c7:c10:1" -#define XREG_CP15_CLEAN_DC_LINE_SW "cp15:0:c7:c10:2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A9. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "cp15:0:c7:c10:4" -#define XREG_CP15_DATA_MEMORY_BARRIER "cp15:0:c7:c10:5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "cp15:0:c7:c11:1" - -#define XREG_CP15_NOP2 "cp15:0:c7:c13:1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "cp15:0:c7:c14:1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "cp15:0:c7:c14:2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "cp15:0:c8:c3:0" -#define XREG_CP15_INVAL_TLB_MVA_IS "cp15:0:c8:c3:1" -#define XREG_CP15_INVAL_TLB_ASID_IS "cp15:0:c8:c3:2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "cp15:0:c8:c3:3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "cp15:0:c8:c5:0" -#define XREG_CP15_INVAL_ITLB_MVA "cp15:0:c8:c5:1" -#define XREG_CP15_INVAL_ITLB_ASID "cp15:0:c8:c5:2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "cp15:0:c8:c6:0" -#define XREG_CP15_INVAL_DTLB_MVA "cp15:0:c8:c6:1" -#define XREG_CP15_INVAL_DTLB_ASID "cp15:0:c8:c6:2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "cp15:0:c8:c7:0" -#define XREG_CP15_INVAL_UTLB_MVA "cp15:0:c8:c7:1" -#define XREG_CP15_INVAL_UTLB_ASID "cp15:0:c8:c7:2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "cp15:0:c8:c7:3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "cp15:0:c9:c12:0" -#define XREG_CP15_COUNT_ENABLE_SET "cp15:0:c9:c12:1" -#define XREG_CP15_COUNT_ENABLE_CLR "cp15:0:c9:c12:2" -#define XREG_CP15_V_FLAG_STATUS "cp15:0:c9:c12:3" -#define XREG_CP15_SW_INC "cp15:0:c9:c12:4" -#define XREG_CP15_EVENT_CNTR_SEL "cp15:0:c9:c12:5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "cp15:0:c9:c13:0" -#define XREG_CP15_EVENT_TYPE_SEL "cp15:0:c9:c13:1" -#define XREG_CP15_PERF_MONITOR_COUNT "cp15:0:c9:c13:2" - -#define XREG_CP15_USER_ENABLE "cp15:0:c9:c14:0" -#define XREG_CP15_INTR_ENABLE_SET "cp15:0:c9:c14:1" -#define XREG_CP15_INTR_ENABLE_CLR "cp15:0:c9:c14:2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "cp15:0:c10:c0:0" - -#define XREG_CP15_PRI_MEM_REMAP "cp15:0:c10:c2:0" -#define XREG_CP15_NORM_MEM_REMAP "cp15:0:c10:c2:1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "cp15:0:c12:c0:0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "cp15:0:c12:c0:1" - -#define XREG_CP15_INTERRUPT_STATUS "cp15:0:c12:c1:0" -#define XREG_CP15_VIRTUALIZATION_INTR "cp15:0:c12:c1:1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "cp15:0:c13:c0:1" -#define USER_RW_THREAD_PID "cp15:0:c13:c0:2" -#define USER_RO_THREAD_PID "cp15:0:c13:c0:3" -#define USER_PRIV_THREAD_PID "cp15:0:c13:c0:4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "cp15:0:c15:c0:0" -#define XREG_CP15_CONFIG_BASE_ADDR "cp15:4:c15:c0:0" - -#define XREG_CP15_READ_TLB_ENTRY "cp15:5:c15:c4:2" -#define XREG_CP15_WRITE_TLB_ENTRY "cp15:5:c15:c4:4" - -#define XREG_CP15_MAIN_TLB_VA "cp15:5:c15:c5:2" - -#define XREG_CP15_MAIN_TLB_PA "cp15:5:c15:c6:2" - -#define XREG_CP15_MAIN_TLB_ATTR "cp15:5:c15:c7:2" -#endif - - -/* MPE register definitions */ -#define XREG_FPSID c0 -#define XREG_FPSCR c1 -#define XREG_MVFR1 c6 -#define XREG_MVFR0 c7 -#define XREG_FPEXC c8 -#define XREG_FPINST c9 -#define XREG_FPINST2 c10 - -/* FPSID bits */ -#define XREG_FPSID_IMPLEMENTER_BIT (24) -#define XREG_FPSID_IMPLEMENTER_MASK (0xFF << FPSID_IMPLEMENTER_BIT) -#define XREG_FPSID_SOFTWARE (1<<23) -#define XREG_FPSID_ARCH_BIT (16) -#define XREG_FPSID_ARCH_MASK (0xF << FPSID_ARCH_BIT) -#define XREG_FPSID_PART_BIT (8) -#define XREG_FPSID_PART_MASK (0xFF << FPSID_PART_BIT) -#define XREG_FPSID_VARIANT_BIT (4) -#define XREG_FPSID_VARIANT_MASK (0xF << FPSID_VARIANT_BIT) -#define XREG_FPSID_REV_BIT (0) -#define XREG_FPSID_REV_MASK (0xF << FPSID_REV_BIT) - -/* FPSCR bits */ -#define XREG_FPSCR_N_BIT (1 << 31) -#define XREG_FPSCR_Z_BIT (1 << 30) -#define XREG_FPSCR_C_BIT (1 << 29) -#define XREG_FPSCR_V_BIT (1 << 28) -#define XREG_FPSCR_QC (1 << 27) -#define XREG_FPSCR_AHP (1 << 26) -#define XREG_FPSCR_DEFAULT_NAN (1 << 25) -#define XREG_FPSCR_FLUSHTOZERO (1 << 24) -#define XREG_FPSCR_ROUND_NEAREST (0 << 22) -#define XREG_FPSCR_ROUND_PLUSINF (1 << 22) -#define XREG_FPSCR_ROUND_MINUSINF (2 << 22) -#define XREG_FPSCR_ROUND_TOZERO (3 << 22) -#define XREG_FPSCR_RMODE_BIT (22) -#define XREG_FPSCR_RMODE_MASK (3 << FPSCR_RMODE_BIT) -#define XREG_FPSCR_STRIDE_BIT (20) -#define XREG_FPSCR_STRIDE_MASK (3 << FPSCR_STRIDE_BIT) -#define XREG_FPSCR_LENGTH_BIT (16) -#define XREG_FPSCR_LENGTH_MASK (7 << FPSCR_LENGTH_BIT) -#define XREG_FPSCR_IDC (1 << 7) -#define XREG_FPSCR_IXC (1 << 4) -#define XREG_FPSCR_UFC (1 << 3) -#define XREG_FPSCR_OFC (1 << 2) -#define XREG_FPSCR_DZC (1 << 1) -#define XREG_FPSCR_IOC (1 << 0) - -/* MVFR0 bits */ -#define XREG_MVFR0_RMODE_BIT (28) -#define XREG_MVFR0_RMODE_MASK (0xF << XREG_MVFR0_RMODE_BIT) -#define XREG_MVFR0_SHORT_VEC_BIT (24) -#define XREG_MVFR0_SHORT_VEC_MASK (0xF << XREG_MVFR0_SHORT_VEC_BIT) -#define XREG_MVFR0_SQRT_BIT (20) -#define XREG_MVFR0_SQRT_MASK (0xF << XREG_MVFR0_SQRT_BIT) -#define XREG_MVFR0_DIVIDE_BIT (16) -#define XREG_MVFR0_DIVIDE_MASK (0xF << XREG_MVFR0_DIVIDE_BIT) -#define XREG_MVFR0_EXEC_TRAP_BIT (12) -#define XREG_MVFR0_EXEC_TRAP_MASK (0xF << XREG_MVFR0_EXEC_TRAP_BIT) -#define XREG_MVFR0_DP_BIT (8) -#define XREG_MVFR0_DP_MASK (0xF << XREG_MVFR0_DP_BIT) -#define XREG_MVFR0_SP_BIT (4) -#define XREG_MVFR0_SP_MASK (0xF << XREG_MVFR0_SP_BIT) -#define XREG_MVFR0_A_SIMD_BIT (0) -#define XREG_MVFR0_A_SIMD_MASK (0xF << MVFR0_A_SIMD_BIT) - -/* FPEXC bits */ -#define XREG_FPEXC_EX (1 << 31) -#define XREG_FPEXC_EN (1 << 30) -#define XREG_FPEXC_DEX (1 << 29) - - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XREG_CORTEXA9_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xtime_l.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xtime_l.c deleted file mode 100644 index a2443fe..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xtime_l.c +++ /dev/null @@ -1,100 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.c -* -* This file contains low level functions to get/set time from the Global Timer -* register in the ARM Cortex A9 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 1.00a rp/sdm 11/03/09 Initial release.
-* 3.07a sgd    07/05/12 Updated get/set time functions to make use Global Timer
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -* @note None. -* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xtime_l.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) -#pragma message ("For the sleep routines, Global timer is being used") -#endif -/****************************************************************************/ -/** -* @brief Set the time in the Global Timer Counter Register. -* -* @param Xtime_Global: 64-bit Value to be written to the Global Timer -* Counter Register. -* -* @return None. -* -* @note When this function is called by any one processor in a multi- -* processor environment, reference time will reset/lost for all -* processors. -* -****************************************************************************/ -void XTime_SetTime(XTime Xtime_Global) -{ - /* Disable Global Timer */ - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_CONTROL_OFFSET, (u32)0x0); - - /* Updating Global Timer Counter Register */ - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_COUNTER_LOWER_OFFSET, (u32)Xtime_Global); - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_COUNTER_UPPER_OFFSET, - (u32)((u32)(Xtime_Global>>32U))); - - /* Enable Global Timer */ - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_CONTROL_OFFSET, (u32)0x1); -} - -/****************************************************************************/ -/** -* @brief Get the time from the Global Timer Counter Register. -* -* @param Xtime_Global: Pointer to the 64-bit location which will be -* updated with the current timer value. -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XTime_GetTime(XTime *Xtime_Global) -{ - u32 low; - u32 high; - - /* Reading Global Timer Counter Register */ - do - { - high = Xil_In32(GLOBAL_TMR_BASEADDR + GTIMER_COUNTER_UPPER_OFFSET); - low = Xil_In32(GLOBAL_TMR_BASEADDR + GTIMER_COUNTER_LOWER_OFFSET); - } while(Xil_In32(GLOBAL_TMR_BASEADDR + GTIMER_COUNTER_UPPER_OFFSET) != high); - - *Xtime_Global = (((XTime) high) << 32U) | (XTime) low; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xtime_l.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xtime_l.h deleted file mode 100644 index 9d17f5c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexa9/xtime_l.h +++ /dev/null @@ -1,86 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.h -* @addtogroup a9_time_apis Cortex A9 Time Functions -* -* xtime_l.h provides access to the 64-bit Global Counter in the PMU. This -* counter increases by one at every two processor cycles. These functions can -* be used to get/set time in the global timer. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 1.00a rp/sdm 11/03/09 Initial release.
-* 3.06a sgd    05/15/12 Updated get/set time functions to make use Global Timer
-* 3.06a asa    06/17/12 Reverted back the changes to make use Global Timer.
-* 3.07a sgd    07/05/12 Updated get/set time functions to make use Global Timer
-* 6.6   srm    10/23/17 Updated the macros to support user configurable sleep
-*						implementation
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XTIME_H /* prevent circular inclusions */ -#define XTIME_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -typedef u64 XTime; - -/************************** Constant Definitions *****************************/ -#define GLOBAL_TMR_BASEADDR XPAR_GLOBAL_TMR_BASEADDR -#define GTIMER_COUNTER_LOWER_OFFSET 0x00U -#define GTIMER_COUNTER_UPPER_OFFSET 0x04U -#define GTIMER_CONTROL_OFFSET 0x08U - -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_SECOND (SLEEP_TIMER_FREQUENCY) -#else -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_SECOND (XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ /2) -#endif -/************************** Variable Definitions *****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes ******************************/ - -void XTime_SetTime(XTime Xtime_Global); -void XTime_GetTime(XTime *Xtime_Global); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XTIME_H */ -/** -* @} End of "addtogroup a9_time_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/ARM_argv_veneer.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/ARM_argv_veneer.c deleted file mode 100644 index 9c6058d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/ARM_argv_veneer.c +++ /dev/null @@ -1,9 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ - -/* Stub call for argv veneer */ -void __ARM_argv_veneer(void) {}; diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/Makefile deleted file mode 100644 index d2cc146..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/Makefile +++ /dev/null @@ -1,104 +0,0 @@ -############################################################################## -# Copyright (c) 2020 Xilinx, Inc. All rights reserved. -# -# SPDX-License-Identifier: MIT -# -############################################################################## -DRIVER_LIB_VERSION = v1.0 - -include config.make - -AS=$(ASSEMBLER) -COMPILER=$(COMPILER) -ARCHIVER=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= - -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ - -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -COBJS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) -AOBJS1 = $(RELEASEDIR)/asm_vectors.o -AOBJS2 = $(RELEASEDIR)/boot.o -AOBJS3 = $(RELEASEDIR)/xil-crt0.o -AOBJS4 = $(RELEASEDIR)/cpu_init.o -OBJS = $(COBJS) $(AOBJS1) $(AOBJS2) $(AOBJS3) $(AOBJS4) - -ASOURCES1 = asm_vectors.S -ASOURCES2 = boot.S -ASOURCES3 = xil-crt0.S -ASOURCES4 = cpu_init.S - -OBJECTS = $(OBJS) - -libs: standalone_libs - -standalone_libs: ${OBJECTS} - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(AOBJS1): $(ASOURCES1) -ifeq ($(findstring asm_vectors.S,$(wildcard *.S)),asm_vectors.S) - ${COMPILER} $(INCLUDES) --target=arm-arm-none-eabi -E -o asm_vectors_post.s asm_vectors.S -endif - ${AS} --cpu=Cortex-R5 -o $*.o asm_vectors_post.s --depend=$*.d - -$(AOBJS2): $(ASOURCES2) -ifeq ($(findstring boot.S,$(wildcard *.S)),boot.S) - ${COMPILER} $(INCLUDES) --target=arm-arm-none-eabi -E -o boot_post.s boot.S -endif - ${AS} --cpu=Cortex-R5 -o $*.o boot_post.s --depend=$*.d - -$(AOBJS3): $(ASOURCES3) -ifeq ($(findstring xil-crt0.S,$(wildcard *.S)),xil-crt0.S) - ${COMPILER} $(INCLUDES) --target=arm-arm-none-eabi -E -o xil-crt0_post.s xil-crt0.S -endif - ${AS} --cpu=Cortex-R5 -o $*.o xil-crt0_post.s --depend=$*.d - -$(AOBJS4): $(ASOURCES4) -ifeq ($(findstring cpu_init.S,$(wildcard *.S)),cpu_init.S) - ${COMPILER} $(INCLUDES) --target=arm-arm-none-eabi -E -o cpu_init_post.s cpu_init.S -endif - ${AS} --cpu=Cortex-R5 -o $*.o cpu_init_post.s --depend=$*.d - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) $(addprefix $(INCLUDEDIR), $(subst includes_ps/,,$(wildcard includes_ps/*.h))) - - - -$(INCLUDEDIR)%.h: includes_ps/%.h - $(CP) $< $@ - - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/asm_vectors.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/asm_vectors.S deleted file mode 100644 index e9a9ace..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/asm_vectors.S +++ /dev/null @@ -1,124 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2020 - 2021 Xilinx, Inc. All rights reserved. -;* -;* SPDX-License-Identifier: MIT -;* -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file asm_vectors.S -;* -;* This file contains the initial vector table for the Cortex R5 processor -;* as per armclang compiler -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who     Date     Changes
-;* ----- ------- -------- ---------------------------------------------------
-;* 7.3  dp  06/25/20   Initial version for armclang
-;* 
-;* -;* @note -;* -;* None. -;* -;******************************************************************************/ - - EXPORT _vector_table - - IMPORT _boot - IMPORT FIQInterrupt - IMPORT IRQInterrupt - IMPORT SWInterrupt - IMPORT DataAbortInterrupt - IMPORT PrefetchAbortInterrupt - IMPORT UndefinedExceptionAddr - IMPORT UndefinedException - IMPORT DataAbortAddr - IMPORT PrefetchAbortAddr - - EXPORT IRQHandler - - AREA |vectors|, CODE - REQUIRE8 {TRUE} - PRESERVE8 {TRUE} - ENTRY ; Define this an entry point - -_vector_table - ldr pc, =_boot - ldr pc, =Undefined - ldr pc, =SVCHandler - ldr pc, =PrefetchAbortHandler - ldr pc, =DataAbortHandler - NOP ;Placeholder for address exception vector - ldr pc, =IRQHandler - ldr pc, =FIQHandler - -IRQHandler ;IRQ vector handler - stmdb sp!,{r0-r3,r12,lr} ;state save from compiled code -#ifndef __SOFTFP__ - - vpush {d0-d7} ;Store floating point registers/ - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - bl IRQInterrupt ;IRQ vector -#ifndef __SOFTFP__ - - pop {r1} ;Restore floating point registers - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} ;state restore from compiled code - subs pc, lr, #4 ;adjust return -FIQHandler ;FIQ vector handler - stmdb sp!,{r0-r3,r12,lr} ;state save from compiled code -FIQLoop - bl FIQInterrupt ;FIQ vector - ldmia sp!,{r0-r3,r12,lr} ;state restore from compiled code - subs pc, lr, #4 ;adjust return - -Undefined ;Undefined handler - stmdb sp!,{r0-r3,r12,lr} ;state save from compiled code - ldr r0, =UndefinedExceptionAddr - sub r1, lr, #4 - str r1, [r0] ;Store address of instruction causing undefined exception - - bl UndefinedException ;UndefinedException: call C function here - ldmia sp!,{r0-r3,r12,lr} ;state restore from compiled code - movs pc, lr - -SVCHandler ;SWI handler - stmdb sp!,{r0-r3,r12,lr} ;state save from compiled code - tst r0, #0x20 ;check the T bit - ldrneh r0, [lr,#-2] ;Thumb mode - bicne r0, r0, #0xff00 ;Thumb mode - ldreq r0, [lr,#-4] ;ARM mode - biceq r0, r0, #0xff000000 ;ARM mode - bl SWInterrupt ;SWInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ;state restore from compiled code - movs pc, lr ;adjust return - -DataAbortHandler ;Data Abort handler - stmdb sp!,{r0-r3,r12,lr} ;state save from compiled code - ldr r0, =DataAbortAddr - sub r1, lr, #8 - str r1, [r0] ;Stores instruction causing data abort - bl DataAbortInterrupt ;ataAbortInterrupt :call C function here - ldmia sp!,{r0-r3,r12,lr} ;state restore from compiled code - subs pc, lr, #8 ;adjust return - -PrefetchAbortHandler ;Prefetch Abort handler - stmdb sp!,{r0-r3,r12,lr} ;state save from compiled code - ldr r0, =PrefetchAbortAddr - sub r1, lr, #4 - str r1, [r0] ;Stores instruction causing prefetch abort - bl PrefetchAbortInterrupt ;PrefetchAbortInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ;state restore from compiled code - subs pc, lr, #4 ;adjust return - END diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/boot.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/boot.S deleted file mode 100644 index 2d0c539..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/boot.S +++ /dev/null @@ -1,292 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -;* SPDX-License-Identifier: MIT -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file boot.S -;* -;* @addtogroup r5_boot_code Cortex R5 Processor Boot Code -;* @{ -;*

boot.S

-;* The boot code performs minimum configuration which is required for an -;* application to run starting from processor's reset state. Below is a -;* sequence illustrating what all configuration is performed before control -;* reaches to main function. -;* -;* 1. Program vector table base for exception handling -;* 2. Program stack pointer for various modes (IRQ, FIQ, supervisor, undefine, -;* abort, system) -;* 3. Disable instruction cache, data cache and MPU -;* 4. Invalidate instruction and data cache -;* 5. Configure MPU with short descriptor translation table format and program -;* base address of translation table -;* 6. Enable data cache, instruction cache and MPU -;* 7. Enable Floating point unit -;* 8. Transfer control to _start which clears BSS sections and jumping to main -;* application -;* -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who  Date     Changes
-;* ----- ---- -------- ---------------------------------------------------
-;* 7.3  dp  06/25/20   Initial version for armclang
-;* 
-;* -;******************************************************************************/ -#include "xparameters.h" - - EXPORT _prestart - EXPORT _boot - IMPORT |Image$$ARM_LIB_STACK$$Base| - IMPORT |Image$$ARM_IRQ_STACK$$Base| - IMPORT |Image$$ARM_SV_STACK$$Base| - IMPORT |Image$$ARM_ABORT_STACK$$Base| - IMPORT |Image$$ARM_FIQ_STACK$$Base| - IMPORT |Image$$ARM_UNDEF_STACK$$Base| - IMPORT Init_MPU - IMPORT _startup - -RPU_GLBL_CNTL EQU 0xFF9A0000 -RPU_ERR_INJ EQU 0xFF9A0020 -RPU_0_CFG EQU 0xFF9A0100 -RPU_1_CFG EQU 0xFF9A0200 -#if defined(versal) -RST_LPD_DBG EQU 0xFF5E0338 -BOOT_MODE_USER EQU 0xF1260200 -#else -RST_LPD_DBG EQU 0xFF5E0240 -BOOT_MODE_USER EQU 0xFF5E0200 -#endif -fault_log_enable EQU 0x101 - -;0th bit of PROCESSOR_ACCESS_VALUE macro signifies trustzone -;setting for RPU address space - -#define RPU_TZ_MASK 0x1 - - AREA |.boot|, CODE - REQUIRE8 {TRUE} - PRESERVE8 {TRUE} - ENTRY -;this initializes the various processor modes - -_prestart -_boot - -OKToRun - -;Initialize processor registers to 0 - mov r0,#0 - mov r1,#0 - mov r2,#0 - mov r3,#0 - mov r4,#0 - mov r5,#0 - mov r6,#0 - mov r7,#0 - mov r8,#0 - mov r9,#0 - mov r10,#0 - mov r11,#0 - mov r12,#0 - -;Initialize stack pointer and banked registers for various mode - mrs r0, cpsr ;get the current PSR - mvn r1, #0x1f ;set up the irq stack pointer - and r2, r1, r0 - orr r2, r2, #0x12 ;IRQ mode - msr cpsr_cxsf, r2 - ldr r13,=|Image$$ARM_IRQ_STACK$$Base| ;IRQ stack pointer - mov r14,#0 - - mrs r0, cpsr ;get the current PSR - mvn r1, #0x1f ;set up the supervisor stack pointer - and r2, r1, r0 - orr r2, r2, #0x13 ;supervisor mode - msr cpsr_cxsf, r2 - ldr r13,=|Image$$ARM_SV_STACK$$Base| ;Supervisor stack pointer - mov r14,#0 - - mrs r0, cpsr ;get the current PSR - mvn r1, #0x1f ;set up the Abort stack pointer - and r2, r1, r0 - orr r2, r2, #0x17 ;Abort mode - msr cpsr_cxsf, r2 - ldr r13,=|Image$$ARM_ABORT_STACK$$Base| ;Abort stack pointer - mov r14,#0 - - mrs r0, cpsr ;get the current PSR - mvn r1, #0x1f ;set up the FIQ stack pointer - and r2, r1, r0 - orr r2, r2, #0x11 ;FIQ mode - msr cpsr_cxsf, r2 - mov r8, #0 - mov r9, #0 - mov r10, #0 - mov r11, #0 - mov r12, #0 - ldr r13,=|Image$$ARM_FIQ_STACK$$Base| ;FIQ stack pointer - mov r14,#0 - - mrs r0, cpsr ;get the current PSR - mvn r1, #0x1f ;set up the Undefine stack pointer - and r2, r1, r0 - orr r2, r2, #0x1b ;Undefine mode - msr cpsr_cxsf, r2 - ldr r13,=|Image$$ARM_UNDEF_STACK$$Base| ;Undefine stack pointer - mov r14,#0 - - mrs r0, cpsr ;get the current PSR - mvn r1, #0x1f ;set up the system stack pointer - and r2, r1, r0 - orr r2, r2, #0x1F ;SYS mode - msr cpsr_cxsf, r2 - ldr r13,=|Image$$ARM_LIB_STACK$$Base| ;SYS stack pointer - mov r14,#0 - -;Enable access to VFP by enabling access to Coprocessors 10 and 11. -;Enables Full Access i.e. in both privileged and non privileged modes - mrc p15, 0, r0, c1, c0, 2 ;Read Coprocessor Access Control Register (CPACR) - orr r0, r0, #(0xF << 20) ;Enable access to CP 10 & 11 - mcr p15, 0, r0, c1, c0, 2 ;Write Coprocessor Access Control Register (CPACR) - isb - -;enable fpu access - vmrs r3, FPEXC - orr r1, r3, #(1<<30) - vmsr FPEXC, r1 - -;clear the floating point register - mov r1,#0 - vmov d0,r1,r1 - vmov d1,r1,r1 - vmov d2,r1,r1 - vmov d3,r1,r1 - vmov d4,r1,r1 - vmov d5,r1,r1 - vmov d6,r1,r1 - vmov d7,r1,r1 - vmov d8,r1,r1 - vmov d9,r1,r1 - vmov d10,r1,r1 - vmov d11,r1,r1 - vmov d12,r1,r1 - vmov d13,r1,r1 - vmov d14,r1,r1 - vmov d15,r1,r1 - -#ifdef __SOFTFP__ -;Disable the FPU if SOFTFP is defined - vmsr FPEXC,r3 -#endif - -;Disable MPU and caches - mrc p15, 0, r0, c1, c0, 0 ;Read CP15 Control Register - bic r0, r0, #0x05 ;Disable MPU (M bit) and data cache (C bit) - bic r0, r0, #0x1000 ;Disable instruction cache (I bit) - dsb ;Ensure all previous loads/stores have completed - mcr p15, 0, r0, c1, c0, 0 ;Write CP15 Control Register - isb ;Ensure subsequent insts execute wrt new MPU settings - -;Disable Branch prediction, TCM ECC checks - mrc p15, 0, r0, c1, c0, 1 ;Read ACTLR - orr r0, r0, #(0x1 << 17) ;Enable RSDIS bit 17 to disable the return stack - orr r0, r0, #(0x1 << 16) ;Clear BP bit 15 and set BP bit 16: - bic r0, r0, #(0x1 << 15) ;Branch always not taken and history table updates disabled - orr r0, r0, #(0x1 << 27) ;Enable B1TCM ECC check - orr r0, r0, #(0x1 << 26) ;Enable B0TCM ECC check - orr r0, r0, #(0x1 << 25) ;Enable ATCM ECC check - bic r0, r0, #(0x1 << 5) ;Generate abort on parity errors, with [5:3]=b 000 - bic r0, r0, #(0x1 << 4) - bic r0, r0, #(0x1 << 3) - mcr p15, 0, r0, c1, c0, 1 ;Write ACTLR - dsb ;Complete all outstanding explicit memory operations - -;Invalidate caches - mov r0,#0 ;r0 = 0 - dsb - mcr p15, 0, r0, c7, c5, 0 ;invalidate icache - mcr p15, 0, r0, c15, c5, 0 ;Invalidate entire data cache - isb -#if LOCKSTEP_MODE_DEBUG == 0 && (PROCESSOR_ACCESS_VALUE & RPU_TZ_MASK) -;enable fault log for lock step - ldr r0,=RPU_GLBL_CNTL - ldr r1, [r0] - ands r1, r1, #0x8 -;branch to initialization if split mode - bne init -;check for boot mode if in lock step, branch to init if JTAG boot mode - ldr r0,=BOOT_MODE_USER - ldr r1, [r0] - ands r1, r1, #0xF - beq init -;reset the debug logic - ldr r0,=RST_LPD_DBG - ldr r1, [r0] - orr r1, r1, #(0x1 << 4) - orr r1, r1, #(0x1 << 5) - str r1, [r0] -;enable fault log - ldr r0,=RPU_ERR_INJ - ldr r1,=fault_log_enable - ldr r2, [r0] - orr r2, r2, r1 - str r2, [r0] - nop - nop -#endif - -init - bl Init_MPU;Initialize MPU - -;Enable Branch prediction - mrc p15, 0, r0, c1, c0, 1 ;Read ACTLR - bic r0, r0, #(0x1 << 17) ;Clear RSDIS bit 17 to enable return stack - bic r0, r0, #(0x1 << 16) ;Clear BP bit 15 and BP bit 16: - bic r0, r0, #(0x1 << 15) ;Normal operation, BP is taken from the global history table. - orr r0, r0, #(0x1 << 14) ;Disable DBWR for errata 780125 - mcr p15, 0, r0, c1, c0, 1 ;Write ACTLR - -;Enable icahce and dcache - mrc p15,0,r1,c1,c0,0 - ldr r0, =0x1005 - orr r1,r1,r0 - dsb - mcr p15,0,r1,c1,c0,0 ;Enable cache - isb ;isb flush prefetch buffer - -;Set vector table in TCM/LOVEC -#ifndef VEC_TABLE_IN_OCM - mrc p15, 0, r0, c1, c0, 0 - mvn r1, #0x2000 - and r0, r0, r1 - mcr p15, 0, r0, c1, c0, 0 - -;Check if processor is having access to RPU address space -#if (PROCESSOR_ACCESS_VALUE & RPU_TZ_MASK) -;Clear VINITHI to enable LOVEC on reset -#if XPAR_CPU_ID == 0 - ldr r0, =RPU_0_CFG -#else - ldr r0, =RPU_1_CFG -#endif - ldr r1, [r0] - bic r1, r1, #(0x1 << 2) - str r1, [r0] -#endif -#endif -;enable asynchronous abort exception - mrs r0, cpsr - bic r0, r0, #0x100 - msr cpsr_xsf, r0 - - bl _startup - -Ldone - b Ldone ;Paranoia: we should never get here - - END -;@} End of "addtogroup r5_boot_code". diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/cpu_init.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/cpu_init.S deleted file mode 100644 index 9fe1388..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/cpu_init.S +++ /dev/null @@ -1,56 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2020 - 2021 Xilinx, Inc. All rights reserved. -;* SPDX-License-Identifier: MIT -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file cpu_init.S -;* -;* This file contains CPU specific initialization. Invoked from main CRT -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who     Date     Changes
-;* ----- ------- -------- ---------------------------------------------------
-;* 7.3  dp  06/25/20   Initial version for armclang
-;*
-;* 
-;* -;* @note -;* -;* None. -;* -******************************************************************************/ - - EXPORT __cpu_init - - AREA |.text|, CODE - REQUIRE8 {TRUE} - PRESERVE8 {TRUE} - ENTRY - -__cpu_init - -;Clear cp15 regs with unknown reset values - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 ;DFSR - mcr p15, 0, r0, c5, c0, 1 ;IFSR - mcr p15, 0, r0, c6, c0, 0 ;DFAR - mcr p15, 0, r0, c6, c0, 2 ;IFAR - mcr p15, 0, r0, c9, c13, 2 ;PMXEVCNTR - mcr p15, 0, r0, c13, c0, 2 ;TPIDRURW - mcr p15, 0, r0, c13, c0, 3 ;TPIDRURO - - -;Reset and start Cycle Counter - mov r2, #0x80000000 ;clear overflow - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd ;D, C, E - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 ;enable cycle counter - mcr p15, 0, r2, c9, c12, 1 - - bx lr - - END diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/xil-crt0.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/xil-crt0.S deleted file mode 100644 index 49a15f7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/xil-crt0.S +++ /dev/null @@ -1,59 +0,0 @@ -;/****************************************************************************** -;* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -;* SPDX-License-Identifier: MIT -;******************************************************************************/ -;/*****************************************************************************/ -;/** -;* @file xil-crt0.S -;* -;*
-;* MODIFICATION HISTORY:
-;*
-;* Ver   Who  Date     Changes
-;* ----- ---- -------- ---------------------------------------------------
-;* 7.3  dp  06/25/20   Initial version for armclang
-;* 
-;* -;* @note -;* -;* None. -;* -;******************************************************************************/ -#include "xparameters.h" -#include "bspconfig.h" - - IMPORT |Image$$BSS_SECTION$$Base| - IMPORT Xil_InitializeExistingMPURegConfig - EXPORT _startup - IMPORT __cpu_init - IMPORT __main -#ifdef SLEEP_TIMER_BASEADDR - IMPORT XTime_StartTTCTimer -#endif - AREA |.text|, CODE - REQUIRE8 {TRUE} - PRESERVE8 {TRUE} - ENTRY - -_startup - bl __cpu_init ;Initialize the CPU first (BSP provides this) - ;configure the timer if TTC is present -#ifdef SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer -#endif - bl Xil_InitializeExistingMPURegConfig ;/* Initialize MPU config */ - ;make sure argc and argv are valid - mov r0, #0 - mov r1, #0 - -#ifdef XCLOCKING - bl Xil_ClockInit -#endif - bl __main ;Jump to main C code - - bl exit - -exit ;should never get here - b exit - - END diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/xpseudo_asm_armclang.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/xpseudo_asm_armclang.h deleted file mode 100644 index df70f9f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/armclang/xpseudo_asm_armclang.h +++ /dev/null @@ -1,154 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 - 2021 Xilinx, Inc. All rights reserved. -* -* SPDX-License-Identifier: MIT -* -******************************************************************************/ -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_armclang.h -* -* This header file contains macros for using inline assembler code. It is -* written specifically for the GNU compiler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 7.3  dp  06/25/20   Initial version for armclang
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_ARMCLANG_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_ARMCLANG_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - - -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - __asm volatile ("mrs %0, cpsr" : "=r" (rval));\ - rval;\ - }) - -#define mtcpsr(v) asm volatile("msr cpsr,%0\n" : : "r" (v) : "cc") - -#define cpsiei() __asm__ __volatile__("cpsie i\n") -#define cpsidi() __asm__ __volatile__("cpsid i\n") - -#define cpsief() __asm__ __volatile__("cpsie f\n") -#define cpsidf() __asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) __asm__ __volatile__(\ - "mov r" stringify(rn) ", %x0 \n"\ - : : "r" (v)\ - ) - -#define mfgpr(rn) ({u32 rval; \ - __asm__ __volatile__(\ - "mov %x0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb" : : : "memory") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__ ("dsb" : : : "memory") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__ ("dmb" : : : "memory") - - -/* Memory Operations */ -#define ldr(adr) ({u32 rval; \ - __asm__ __volatile__(\ - "ldr %x0,[%x1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - - -#define ldrb(adr) ({u8 rval; \ - __asm__ __volatile__(\ - "ldrb %x0,[%x1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define str(adr, val) __asm__ __volatile__(\ - "str %x0,[%x1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -#define strb(adr, val) __asm__ __volatile__(\ - "strb %0,[%x1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -/* Count leading zeroes (clz) */ -#define clz(arg) ({u8 rval; \ - __asm__ __volatile__(\ - "clz %x0,%x1"\ - : "=r" (rval) : "r" (arg)\ - );\ - rval;\ - }) - -/* CP15 operations */ -#define mtcp(rn, v) __asm__ __volatile__(\ - "mcr " rn "\n"\ - : : "r" (v)\ - ); - -#define mfcp(rn) ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrc " rn "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XPSEUDO_ASM_ARMCLANG_H */ -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/Makefile deleted file mode 100644 index 5db2e71..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make -CC=$(COMPILER) -AR=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(subst -pg, -DPROFILING, $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, -DPROFILING, $(EXTRA_COMPILER_FLAGS)) - -ifeq ($(notdir $(CC)), armr5-none-eabi-gcc) -ECC_FLAGS += -nostartfiles -endif -ECC_FLAGS_NO_FLTO1 = $(subst -flto,,$(ECC_FLAGS)) -ECC_FLAGS_NO_FLTO = $(subst -ffat-lto-objects,,$(ECC_FLAGS_NO_FLTO1)) - - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(filter-out _exit.c, $(wildcard *.c))))) -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.S)))) - -NON_LTO_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o,$(basename _exit.c))) - -INCLUDEFILES=*.h -INCLUDEFILES+=includes_ps/*.h - -libs: $(LIBS) - -standalone_libs: $(OBJECTS) $(ASSEMBLY_OBJECTS) $(NON_LTO_OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)_exit.o: _exit.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS_NO_FLTO) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.S - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) $(addprefix $(INCLUDEDIR), $(subst includes_ps/,,$(wildcard includes_ps/*.h))) - - - -$(INCLUDEDIR)%.h: includes_ps/%.h - $(CP) $< $@ - - - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) - rm -rf $(NON_LTO_OBJECTS) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/asm_vectors.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/asm_vectors.S deleted file mode 100644 index eb5eb30..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/asm_vectors.S +++ /dev/null @@ -1,117 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file asm_vectors.S -* -* This file contains the initial vector table for the Cortex R5 processor -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.00  pkp	02/10/14 Initial version
-* 6.0   mus     27/07/16 Added UndefinedException handler
-* 6.3	pkp	02/13/17 Added support for hard float
-* 
-* -******************************************************************************/ -.org 0 -.text - -.globl _boot -.globl _vector_table - -.globl FIQInterrupt -.globl IRQInterrupt -.globl SWInterrupt -.globl DataAbortInterrupt -.globl PrefetchAbortInterrupt - -.globl IRQHandler -.globl prof_pc - -.section .vectors, "a" -_vector_table: - ldr pc,=_boot - ldr pc,=Undefined - ldr pc,=SVCHandler - ldr pc,=PrefetchAbortHandler - ldr pc,=DataAbortHandler - NOP /* Placeholder for address exception vector*/ - ldr pc,=IRQHandler - ldr pc,=FIQHandler - -.text -IRQHandler: /* IRQ vector handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code*/ -#ifndef __SOFTFP__ - - vpush {d0-d7} /* Store floating point registers */ - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - bl IRQInterrupt /* IRQ vector */ -#ifndef __SOFTFP__ - - pop {r1} /* Restore floating point registers */ - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #4 /* adjust return */ -FIQHandler: /* FIQ vector handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ -FIQLoop: - bl FIQInterrupt /* FIQ vector */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #4 /* adjust return */ - -Undefined: /* Undefined handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =UndefinedExceptionAddr - sub r1, lr, #4 - str r1, [r0] /* Store address of instruction causing undefined exception */ - - bl UndefinedException /* UndefinedException: call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - movs pc, lr - -SVCHandler: /* SWI handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - tst r0, #0x20 /* check the T bit */ - ldrneh r0, [lr,#-2] /* Thumb mode */ - bicne r0, r0, #0xff00 /* Thumb mode */ - ldreq r0, [lr,#-4] /* ARM mode */ - biceq r0, r0, #0xff000000 /* ARM mode */ - bl SWInterrupt /* SWInterrupt: call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - movs pc, lr /* adjust return */ - -DataAbortHandler: /* Data Abort handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =DataAbortAddr - sub r1, lr, #8 - str r1, [r0] /* Stores instruction causing data abort */ - bl DataAbortInterrupt /*DataAbortInterrupt :call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #8 /* adjust return */ - -PrefetchAbortHandler: /* Prefetch Abort handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =PrefetchAbortAddr - sub r1, lr, #4 - str r1, [r0] /* Stores instruction causing prefetch abort */ - bl PrefetchAbortInterrupt /* PrefetchAbortInterrupt: call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #4 /* adjust return */ - - -.end diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/boot.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/boot.S deleted file mode 100644 index 48ec474..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/boot.S +++ /dev/null @@ -1,342 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file boot.S -* -* @addtogroup r5_boot_code Cortex R5 Processor Boot Code -* @{ -*

boot.S

-* The boot.S file contains a minimal set of code for transferring control from the processor -* reset location of the processor to the start of the application. -* The boot code performs minimum configuration which is required for an -* application to run starting from reset state of the processor. Below is a -* sequence illustrating what all configuration is performed before control -* reaches to main function. -* -* 1. Program vector table base for exception handling -* 2. Program stack pointer for various modes (IRQ, FIQ, supervisor, undefine, -* abort, system) -* 3. Disable instruction cache, data cache and MPU -* 4. Invalidate instruction and data cache -* 5. Configure MPU with short descriptor translation table format and program -* base address of translation table -* 6. Enable data cache, instruction cache and MPU -* 7. Enable Floating point unit -* 8. Transfer control to _start which clears BSS sections and jumping to main -* application -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 5.04	pkp  09/11/15 Disabled ACTLR.DBWR bit to avoid potential R5 deadlock
-*		      for errata 780125
-* 5.04 pkp   02/04/16 Enabled the fault log for lock-step mode
-* 5.04 pkp   02/25/16 Initialized the banked registers for various modes,
-*		      initialized floating point registers and enabled the
-*		      cache ECC check before enabling the fault log for
-*		      lock step mode
-* 5.04 pkp   03/24/16 Reset the dbg_lpd_reset before enabling the fault log
-*		      to avoid intervention for lock-step mode
-* 5.05 pkp   04/11/16 Enable the comparators for non-JTAG boot mode for
-*		      lock-step to avoid putting debug logic to reset
-* 6.02 pkp   02/13/17 Added support for hard float
-* 6.6  mus   02/23/17 Enable/Disable the debug logic in non-JTAG boot mode(when
-*		      processor is in lockstep configuration), based
-*		      on the mld parameter "lockstep_mode_debug".
-* 6.8  mus   09/20/18 Clear VINITHI field in RPU_0_CFG/RPU_1_CFG
-*		      registers to initialize CortexR5 core with LOVEC
-*		      on reset. It fixes CR#1010656.
-* 7.1  mus  03/27/19  Skip reading/writing to the RPU address space registers,
-*		      in case if processor is nonsecure and RPU
-*		      address space is secure. CR#1015725.
-* 7.2  mus  10/11/19  Resetting the r5_0 and r5_1 debug logic is sufficient
-*		      to avoid intervention for lock-step mode. So, removed
-*		      code which resets dbg_lpd_reset, to unblock debugger
-*		      access to LPD. Fix for CR#1027983.
-* 
-* -******************************************************************************/ - -#include "xparameters.h" - - -.global _prestart -.global _boot -.global __stack -.global __irq_stack -.global __supervisor_stack -.global __abort_stack -.global __fiq_stack -.global __undef_stack -.global _vector_table - - -/* Stack Pointer locations for boot code */ -.set Undef_stack, __undef_stack -.set FIQ_stack, __fiq_stack -.set Abort_stack, __abort_stack -.set SPV_stack, __supervisor_stack -.set IRQ_stack, __irq_stack -.set SYS_stack, __stack - -.set vector_base, _vector_table - -.set RPU_GLBL_CNTL, 0xFF9A0000 -.set RPU_ERR_INJ, 0xFF9A0020 -.set RPU_0_CFG, 0xFF9A0100 -.set RPU_1_CFG, 0xFF9A0200 -#if defined(versal) -.set RST_LPD_DBG, 0xFF5E0338 -.set BOOT_MODE_USER, 0xF1260200 -#else -.set RST_LPD_DBG, 0xFF5E0240 -.set BOOT_MODE_USER, 0xFF5E0200 -#endif -.set fault_log_enable, 0x101 - -/* - * 0th bit of PROCESSOR_ACCESS_VALUE macro signifies trustzone - * setting for RPU address space - */ -#define RPU_TZ_MASK 0x1 - -.section .boot,"axS" - - -/* this initializes the various processor modes */ - -_prestart: -_boot: - -OKToRun: - -/* Initialize processor registers to 0 */ - mov r0,#0 - mov r1,#0 - mov r2,#0 - mov r3,#0 - mov r4,#0 - mov r5,#0 - mov r6,#0 - mov r7,#0 - mov r8,#0 - mov r9,#0 - mov r10,#0 - mov r11,#0 - mov r12,#0 - -/* Initialize stack pointer and banked registers for various mode */ - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the irq stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x12 /* IRQ mode */ - msr cpsr, r2 - ldr r13,=IRQ_stack /* IRQ stack pointer */ - mov r14,#0 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the supervisor stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x13 /* supervisor mode */ - msr cpsr, r2 - ldr r13,=SPV_stack /* Supervisor stack pointer */ - mov r14,#0 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Abort stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x17 /* Abort mode */ - msr cpsr, r2 - ldr r13,=Abort_stack /* Abort stack pointer */ - mov r14,#0 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the FIQ stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x11 /* FIQ mode */ - msr cpsr, r2 - mov r8, #0 - mov r9, #0 - mov r10, #0 - mov r11, #0 - mov r12, #0 - ldr r13,=FIQ_stack /* FIQ stack pointer */ - mov r14,#0 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Undefine stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1b /* Undefine mode */ - msr cpsr, r2 - ldr r13,=Undef_stack /* Undefine stack pointer */ - mov r14,#0 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the system stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1F /* SYS mode */ - msr cpsr, r2 - ldr r13,=SYS_stack /* SYS stack pointer */ - mov r14,#0 - -/* - * Enable access to VFP by enabling access to Coprocessors 10 and 11. - * Enables Full Access i.e. in both privileged and non privileged modes - */ - mrc p15, 0, r0, c1, c0, 2 /* Read Coprocessor Access Control Register (CPACR) */ - orr r0, r0, #(0xF << 20) /* Enable access to CP 10 & 11 */ - mcr p15, 0, r0, c1, c0, 2 /* Write Coprocessor Access Control Register (CPACR) */ - isb - -/* enable fpu access */ - vmrs r3, FPEXC - orr r1, r3, #(1<<30) - vmsr FPEXC, r1 - -/* clear the floating point register*/ - mov r1,#0 - vmov d0,r1,r1 - vmov d1,r1,r1 - vmov d2,r1,r1 - vmov d3,r1,r1 - vmov d4,r1,r1 - vmov d5,r1,r1 - vmov d6,r1,r1 - vmov d7,r1,r1 - vmov d8,r1,r1 - vmov d9,r1,r1 - vmov d10,r1,r1 - vmov d11,r1,r1 - vmov d12,r1,r1 - vmov d13,r1,r1 - vmov d14,r1,r1 - vmov d15,r1,r1 - -#ifdef __SOFTFP__ -/* Disable the FPU if SOFTFP is defined*/ - vmsr FPEXC,r3 -#endif - -/* Disable MPU and caches */ - mrc p15, 0, r0, c1, c0, 0 /* Read CP15 Control Register*/ - bic r0, r0, #0x05 /* Disable MPU (M bit) and data cache (C bit) */ - bic r0, r0, #0x1000 /* Disable instruction cache (I bit) */ - dsb /* Ensure all previous loads/stores have completed */ - mcr p15, 0, r0, c1, c0, 0 /* Write CP15 Control Register */ - isb /* Ensure subsequent insts execute wrt new MPU settings */ - -/* Disable Branch prediction, TCM ECC checks */ - mrc p15, 0, r0, c1, c0, 1 /* Read ACTLR */ - orr r0, r0, #(0x1 << 17) /* Enable RSDIS bit 17 to disable the return stack */ - orr r0, r0, #(0x1 << 16) /* Clear BP bit 15 and set BP bit 16:*/ - bic r0, r0, #(0x1 << 15) /* Branch always not taken and history table updates disabled*/ - orr r0, r0, #(0x1 << 27) /* Enable B1TCM ECC check */ - orr r0, r0, #(0x1 << 26) /* Enable B0TCM ECC check */ - orr r0, r0, #(0x1 << 25) /* Enable ATCM ECC check */ - bic r0, r0, #(0x1 << 5) /* Generate abort on parity errors, with [5:3]=b 000*/ - bic r0, r0, #(0x1 << 4) - bic r0, r0, #(0x1 << 3) - mcr p15, 0, r0, c1, c0, 1 /* Write ACTLR*/ - dsb /* Complete all outstanding explicit memory operations*/ - -/* Invalidate caches */ - mov r0,#0 /* r0 = 0 */ - dsb - mcr p15, 0, r0, c7, c5, 0 /* invalidate icache */ - mcr p15, 0, r0, c15, c5, 0 /* Invalidate entire data cache*/ - isb -#if LOCKSTEP_MODE_DEBUG == 0 && (PROCESSOR_ACCESS_VALUE & RPU_TZ_MASK) -/* enable fault log for lock step */ - ldr r0,=RPU_GLBL_CNTL - ldr r1, [r0] - ands r1, r1, #0x8 -/* branch to initialization if split mode*/ - bne init -/* check for boot mode if in lock step, branch to init if JTAG boot mode*/ - ldr r0,=BOOT_MODE_USER - ldr r1, [r0] - ands r1, r1, #0xF - beq init -/* reset the debug logic */ - ldr r0,=RST_LPD_DBG - ldr r1, [r0] - orr r1, r1, #(0x1 << 4) - orr r1, r1, #(0x1 << 5) - str r1, [r0] -/* enable fault log */ - ldr r0,=RPU_ERR_INJ - ldr r1,=fault_log_enable - ldr r2, [r0] - orr r2, r2, r1 - str r2, [r0] - nop - nop -#endif - -init: - bl Init_MPU /* Initialize MPU */ - -/* Enable Branch prediction */ - mrc p15, 0, r0, c1, c0, 1 /* Read ACTLR*/ - bic r0, r0, #(0x1 << 17) /* Clear RSDIS bit 17 to enable return stack*/ - bic r0, r0, #(0x1 << 16) /* Clear BP bit 15 and BP bit 16:*/ - bic r0, r0, #(0x1 << 15) /* Normal operation, BP is taken from the global history table.*/ - orr r0, r0, #(0x1 << 14) /* Disable DBWR for errata 780125 */ - mcr p15, 0, r0, c1, c0, 1 /* Write ACTLR*/ - -/* Enable icahce and dcache */ - mrc p15,0,r1,c1,c0,0 - ldr r0, =0x1005 - orr r1,r1,r0 - dsb - mcr p15,0,r1,c1,c0,0 /* Enable cache */ - isb /* isb flush prefetch buffer */ - -/* Warning message to be removed after 2016.1 */ -/* USEAMP was introduced in 2015.4 with ZynqMP and caused confusion with USE_AMP */ -#ifdef USEAMP -#warning "-DUSEAMP=1 is deprecated, use -DVEC_TABLE_IN_OCM instead to set vector table in OCM" -#endif - -/* Set vector table in TCM/LOVEC */ -#ifndef VEC_TABLE_IN_OCM - mrc p15, 0, r0, c1, c0, 0 - mvn r1, #0x2000 - and r0, r0, r1 - mcr p15, 0, r0, c1, c0, 0 - -/* Check if processor is having access to RPU address space */ -#if (PROCESSOR_ACCESS_VALUE & RPU_TZ_MASK) -/* Clear VINITHI to enable LOVEC on reset */ -#if XPAR_CPU_ID == 0 - ldr r0, =RPU_0_CFG -#else - ldr r0, =RPU_1_CFG -#endif - ldr r1, [r0] - bic r1, r1, #(0x1 << 2) - str r1, [r0] -#endif -#endif -/* enable asynchronous abort exception */ - mrs r0, cpsr - bic r0, r0, #0x100 - msr cpsr_xsf, r0 - - b _startup /* jump to C startup code */ - - -.Ldone: b .Ldone /* Paranoia: we should never get here */ - - -.end -/** -* @} End of "addtogroup r5_boot_code". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/cpu_init.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/cpu_init.S deleted file mode 100644 index 9425ff3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/cpu_init.S +++ /dev/null @@ -1,48 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file cpu_init.S -* -* This file contains CPU specific initialization. Invoked from main CRT -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.00  pkp	02/10/14 Initial version
-*
-* 
-* -******************************************************************************/ - - .text - .global __cpu_init - .align 2 -__cpu_init: - -/* Clear cp15 regs with unknown reset values */ - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 /* DFSR */ - mcr p15, 0, r0, c5, c0, 1 /* IFSR */ - mcr p15, 0, r0, c6, c0, 0 /* DFAR */ - mcr p15, 0, r0, c6, c0, 2 /* IFAR */ - mcr p15, 0, r0, c9, c13, 2 /* PMXEVCNTR */ - mcr p15, 0, r0, c13, c0, 2 /* TPIDRURW */ - mcr p15, 0, r0, c13, c0, 3 /* TPIDRURO */ - - -/* Reset and start Cycle Counter */ - mov r2, #0x80000000 /* clear overflow */ - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd /* D, C, E */ - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 /* enable cycle counter */ - mcr p15, 0, r2, c9, c12, 1 - - bx lr - -.end diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/xil-crt0.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/xil-crt0.S deleted file mode 100644 index 801ef0b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/gcc/xil-crt0.S +++ /dev/null @@ -1,135 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file xil-crt0.S -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00 	pkp  02/10/14 First release
-* 5.04  pkp  12/18/15 Initialized global constructor for C++ applications
-* 5.04  pkp  02/19/16 Added timer configuration using XTime_StartTimer API when
-*		      TTC3 is present
-* 6.4   asa  08/16/17 Added call to Xil_InitializeExistingMPURegConfig to
-*                     initialize the MPU configuration table with the MPU
-*                     configurations already set in Init_Mpu function.
-* 6.6   srm  10/18/17 Updated the timer configuration with XTime_StartTTCTimer.
-*                     Now the timer instance as specified by the user will be
-*		      started.
-* 7.2   mus  10/22/19 Defined RPU_TZ_MASK as #define instead of variable.
-* 7.2   sd   03/20/20 Add clocking support.
-* 
-* -******************************************************************************/ -#include "xparameters.h" -#include "bspconfig.h" - .file "xil-crt0.S" - .section ".got2","aw" - .align 2 -/* - * 0th bit of PROCESSOR_ACCESS_VALUE macro signifies trustzone - * setting for RPU address space - */ -#define RPU_TZ_MASK 0x1 - .text -.Lsbss_start: - .long __sbss_start - -.Lsbss_end: - .long __sbss_end - -.Lbss_start: - .long __bss_start__ - -.Lbss_end: - .long __bss_end__ - -.Lstack: - .long __stack - -.set RPU_0_PWRCTL, 0xFF9A0108 -.set RPU_1_PWRCTL, 0xFF9A0208 -.set MPIDR_AFF0, 0xFF -.set PWRCTL_MASK, 0x1 - - .globl _startup - -_startup: - bl __cpu_init /* Initialize the CPU first (BSP provides this) */ -#if (PROCESSOR_ACCESS_VALUE & RPU_TZ_MASK) - mrc p15, 0, r0, c0, c0, 5 /* Read MPIDR register */ - ands r0, r0, #MPIDR_AFF0 /* Get affinity level 0 */ - bne core1 - ldr r10, =RPU_0_PWRCTL /* Load PWRCTRL address for core 0 */ - b test_boot_status - -core1: - ldr r10, =RPU_1_PWRCTL /* Load PWRCTRL address for core 1 */ - -test_boot_status: - ldr r11, [r10] /* Read PWRCTRL register */ - ands r11, r11, #PWRCTL_MASK /* Extract and test core's PWRCTRL */ - - /* if warm reset, skip the clearing of BSS and SBSS */ - bne .Lenclbss -#endif - mov r0, #0 - - /* clear sbss */ - ldr r1,.Lsbss_start /* calculate beginning of the SBSS */ - ldr r2,.Lsbss_end /* calculate end of the SBSS */ - -.Lloop_sbss: - cmp r1,r2 - bge .Lenclsbss /* If no SBSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_sbss - -.Lenclsbss: - /* clear bss */ - ldr r1,.Lbss_start /* calculate beginning of the BSS */ - ldr r2,.Lbss_end /* calculate end of the BSS */ - -.Lloop_bss: - cmp r1,r2 - bge .Lenclbss /* If no BSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_bss - -.Lenclbss: - - /* set stack pointer */ - ldr r13,.Lstack /* stack address */ - - /* configure the timer if TTC is present */ -#ifdef SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer -#endif - bl Xil_InitializeExistingMPURegConfig /* Initialize MPU config */ - /* run global constructors */ - bl __libc_init_array - - /* make sure argc and argv are valid */ - mov r0, #0 - mov r1, #0 - -#ifdef XCLOCKING - bl Xil_ClockInit -#endif - bl main /* Jump to main C code */ - - /* Cleanup global constructors */ - bl __libc_fini_array - - bl exit - -.Lexit: /* should never get here */ - b .Lexit - -.Lstart: - .size _startup,.Lstart-_startup diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/Makefile deleted file mode 100644 index bb52012..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -############################################################################### -# Copyright (c) 2011 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -include config.make - -AS=$(ASSEMBLER) -COMPILER=$(COMPILER) -ARCHIVER=$(ARCHIVER) -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= - -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ - -INCLUDES=-I./. -I${INCLUDEDIR} - -INCLUDEFILES=*.h - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.s) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.c)))) -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.s)))) - - -libs: $(LIBS) -standalone_libs: ${OBJECTS} ${ASSEMBLY_OBJECTS} -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.s - ${AS} --cpu Cortex-R5 --fpu VFPv3_D16 $(INCLUDES) -o $@ $< - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/asm_vectors.s b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/asm_vectors.s deleted file mode 100644 index d7c4c3c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/asm_vectors.s +++ /dev/null @@ -1,141 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -;*****************************************************************************/ -;*****************************************************************************/ -;** -; @file asm_vectors.s -; -; This file contains the initial vector table for the Cortex R5 processor -; -;
-; MODIFICATION HISTORY:
-;
-; Ver   Who     Date     Changes
-; ----- ------- -------- ---------------------------------------------------
-; 6.2   mus	01/27/17 Initial version
-; 
-; -; @note -; -; None. -; -;*****************************************************************************/ - - MODULE ?asm_vectors - - ;; Forward declaration of sections. - SECTION IRQ_STACK:DATA:NOROOT(3) - SECTION FIQ_STACK:DATA:NOROOT(3) - SECTION SVC_STACK:DATA:NOROOT(3) - SECTION ABT_STACK:DATA:NOROOT(3) - SECTION UND_STACK:DATA:NOROOT(3) - SECTION CSTACK:DATA:NOROOT(3) - -#define UART_BAUDRATE 115200 - - IMPORT _prestart - IMPORT __iar_program_start - - SECTION .intvec:CODE:NOROOT(2) - - - - PUBLIC _vector_table - - IMPORT FIQInterrupt - IMPORT IRQInterrupt - IMPORT SWInterrupt - IMPORT DataAbortInterrupt - IMPORT PrefetchAbortInterrupt - IMPORT UndefinedException - IMPORT UndefinedExceptionAddr - IMPORT PrefetchAbortAddr - IMPORT DataAbortAddr - - IMPORT prof_pc - - -_vector_table - ARM - ldr pc,=__iar_program_start - ldr pc,=Undefined - ldr pc,=SVCHandler - ldr pc,=PrefetchAbortHandler - ldr pc,=DataAbortHandler - NOP ; Placeholder for address exception vector - ldr pc,=IRQHandler - ldr pc,=FIQHandler - - SECTION .text:CODE:NOROOT(2) - REQUIRE _vector_table - - ARM -IRQHandler ; IRQ vector handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code -#ifndef __SOFTFP__ - vpush {d0-d7} /* Store floating point registers */ - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - bl IRQInterrupt ; IRQ vector -#ifndef __SOFTFP__ - pop {r1} /* Restore floating point registers */ - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - -FIQHandler ; FIQ vector handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code -FIQLoop - bl FIQInterrupt ; FIQ vector - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #4 ; adjust return - -Undefined ; Undefined handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =UndefinedExceptionAddr - sub r1, lr, #4 - str r1, [r0] ; Store address of instruction causing undefined exception - - bl UndefinedException ; UndefinedException: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - movs pc, lr - -SVCHandler ; SWI handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - tst r0, #0x20 ; check the T bit - ldrneh r0, [lr,#-2] ; Thumb mode - bicne r0, r0, #0xff00 ; Thumb mode - ldreq r0, [lr,#-4] ; ARM mode - biceq r0, r0, #0xff000000 ; ARM mode - bl SWInterrupt ; SWInterrupt: call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - movs pc, lr ; adjust return - -DataAbortHandler ; Data Abort handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =DataAbortAddr - sub r1, lr, #8 - str r1, [r0] ; Stores instruction causing data abort - bl DataAbortInterrupt ;DataAbortInterrupt :call C function here - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code - subs pc, lr, #8 ; adjust return - -PrefetchAbortHandler ; Prefetch Abort handler - stmdb sp!,{r0-r3,r12,lr} ; state save from compiled code - ldr r0, =PrefetchAbortAddr - sub r1, lr, #4 - str r1, [r0] ; Stores instruction causing prefetch abort */ - bl PrefetchAbortInterrupt ; PrefetchAbortInterrupt: call C function here */ - ldmia sp!,{r0-r3,r12,lr} ; state restore from compiled code */ - subs pc, lr, #4 ; adjust return */ - - - END diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/boot.s b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/boot.s deleted file mode 100644 index 4cd1a71..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/iccarm/boot.s +++ /dev/null @@ -1,320 +0,0 @@ -;****************************************************************************** -; Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -; SPDX-License-Identifier: MIT -; *****************************************************************************/ -; ****************************************************************************/ -; ** -; @file boot.S -; -; This file contains the initial startup code for the Cortex R5 processor -; -;
-;  MODIFICATION HISTORY:
-;
-;  Ver   Who  Date     Changes
-;  ----- ---- -------- ---------------------------------------------------
-; 5.00  mus  01/27/17 Initial version
-; 6.6   srm  10/18/17 Updated the timer configuration with XTime_StartTTCTimer.
-;                     Now the timer instance as specified by the user will be
-;		      started.
-; 6.6  mus   02/23/17 Disable the debug logic in non-JTAG boot mode(when
-;		      processor is in lockstep configuration), based
-;		      on the mld parameter "lockstep_mode_debug".
-* 6.8  mus   09/20/18 Clear VINITHI field in RPU_0_CFG/RPU_1_CFG
-*		      registers to initialize CortexR5 core with LOVEC
-*		      on reset. It fixes CR#1010656.
-* 7.0  mus   03/19/19  Disable FPU only in case of softp, otherwise enable it by
-*		      default. CR#1021638
-;
-;  
-; -; @note -; -; None. -; -; *****************************************************************************/ - - MODULE ?boot - ;; Forward declaration of sections. - SECTION IRQ_STACK:DATA:NOROOT(3) - SECTION FIQ_STACK:DATA:NOROOT(3) - SECTION SVC_STACK:DATA:NOROOT(3) - SECTION ABT_STACK:DATA:NOROOT(3) - SECTION UND_STACK:DATA:NOROOT(3) - SECTION CSTACK:DATA:NOROOT(3) - -#include "xparameters.h" - -#define UART_BAUDRATE 115200 - PUBLIC _prestart - PUBLIC __iar_program_start - IMPORT _vector_table - IMPORT Init_MPU -#ifdef SLEEP_TIMER_BASEADDR - IMPORT XTime_StartTTCTimer -#endif - IMPORT __cmain -vector_base EQU _vector_table -RPU_GLBL_CNTL EQU 0xFF9A0000 -RPU_ERR_INJ EQU 0xFF9A0020 -RPU_0_CFG EQU 0xFF9A0100 -RPU_1_CFG EQU 0xFF9A0200 -RST_LPD_DBG EQU 0xFF5E0240 -BOOT_MODE_USER EQU 0xFF5E0200 -fault_log_enable EQU 0x101 - - SECTION .boot:CODE:NOROOT(2) - - -/* this initializes the various processor modes */ - -_prestart -__iar_program_start - -OKToRun - - REQUIRE _vector_table -/* Initialize processor registers to 0 */ - mov r0,#0 - mov r1,#0 - mov r2,#0 - mov r3,#0 - mov r4,#0 - mov r5,#0 - mov r6,#0 - mov r7,#0 - mov r8,#0 - mov r9,#0 - mov r10,#0 - mov r11,#0 - mov r12,#0 - -/* Initialize stack pointer and banked registers for various mode */ - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the irq stack pointer - and r2, r1, r0 - orr r2, r2, #0x12 ; IRQ mode - msr cpsr, r2 - ldr r13,=SFE(IRQ_STACK) ; IRQ stack pointer - mov r14,#0 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the supervisor stack pointer - and r2, r1, r0 - orr r2, r2, #0x13 ; supervisor mode - msr cpsr, r2 - ldr r13,=SFE(SVC_STACK) ; Supervisor stack pointer - mov r14,#0 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the Abort stack pointer - and r2, r1, r0 - orr r2, r2, #0x17 ; Abort mode - msr cpsr, r2 - ldr r13,=SFE(ABT_STACK) ; Abort stack pointer - mov r14,#0 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the FIQ stack pointer - and r2, r1, r0 - orr r2, r2, #0x11 ; FIQ mode - msr cpsr, r2 - mov r8, #0 - mov r9, #0 - mov r10, #0 - mov r11, #0 - mov r12, #0 - ldr r13,=SFE(FIQ_STACK) ; FIQ stack pointer - mov r14,#0 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the Undefine stack pointer - and r2, r1, r0 - orr r2, r2, #0x1b ; Undefine mode - msr cpsr, r2 - ldr r13,=SFE(UND_STACK) ; Undefine stack pointer - mov r14,#0 - - mrs r0, cpsr ; get the current PSR - mvn r1, #0x1f ; set up the system stack pointer - and r2, r1, r0 - orr r2, r2, #0x1F ; SYS mode - msr cpsr, r2 - ldr r13,=SFE(CSTACK) ; SYS stack pointer - mov r14,#0 - - ; - ; Enable access to VFP by enabling access to Coprocessors 10 and 11. - ; Enables Full Access i.e. in both privileged and non privileged modes - ; - mrc p15, 0, r0, c1, c0, 2 ; Read Coprocessor Access Control Register (CPACR) - orr r0, r0, #(0xF << 20) ; Enable access to CP 10 & 11 - mcr p15, 0, r0, c1, c0, 2 ; Write Coprocessor Access Control Register (CPACR) - isb - -; enable fpu access - vmrs r3, FPEXC - orr r1, r3, #(1<<30) - vmsr FPEXC, r1 - - ; clear the floating point register - mov r1,#0 - vmov d0,r1,r1 - vmov d1,r1,r1 - vmov d2,r1,r1 - vmov d3,r1,r1 - vmov d4,r1,r1 - vmov d5,r1,r1 - vmov d6,r1,r1 - vmov d7,r1,r1 - vmov d8,r1,r1 - vmov d9,r1,r1 - vmov d10,r1,r1 - vmov d11,r1,r1 - vmov d12,r1,r1 - vmov d13,r1,r1 - vmov d14,r1,r1 - vmov d15,r1,r1 - -#ifdef __SOFTFP__ - ; Disable FPU by restoring previous value for FPU access - vmsr FPEXC,r3 -#endif - - ; Disable MPU and caches - mrc p15, 0, r0, c1, c0, 0 ; Read CP15 Control Register - bic r0, r0, #0x05 ; Disable MPU (M bit) and data cache (C bit) - bic r0, r0, #0x1000 ; Disable instruction cache (I bit) - dsb ; Ensure all previous loads/stores have completed - mcr p15, 0, r0, c1, c0, 0 ; Write CP15 Control Register - isb ; Ensure subsequent insts execute wrt new MPU settings - - ; Disable Branch prediction, TCM ECC checks - mrc p15, 0, r0, c1, c0, 1 ; Read ACTLR - orr r0, r0, #(0x1 << 17) ; Enable RSDIS bit 17 to disable the return stack - orr r0, r0, #(0x1 << 16) ; Clear BP bit 15 and set BP bit 16 - bic r0, r0, #(0x1 << 15) ; Branch always not taken and history table updates disabled - bic r0, r0, #(0x1 << 27) ; Disable B1TCM ECC check - bic r0, r0, #(0x1 << 26) ; Disable B0TCM ECC check - bic r0, r0, #(0x1 << 25) ; Disable ATCM ECC check - orr r0, r0, #(0x1 << 5) ; Enable ECC with no forced write through with [5:3]=b'101 - bic r0, r0, #(0x1 << 4) - orr r0, r0, #(0x1 << 3) - mcr p15, 0, r0, c1, c0, 1 ; Write ACTLR*/ - dsb ; Complete all outstanding explicit memory operations*/ - - ; Invalidate caches - mov r0,#0 ; r0 = 0 - dsb - mcr p15, 0, r0, c7, c5, 0 ; invalidate icache - mcr p15, 0, r0, c15, c5, 0 ; Invalidate entire data cache - isb - -#if LOCKSTEP_MODE_DEBUG == 0 - ; enable fault log for lock step - ldr r0,=RPU_GLBL_CNTL - ldr r1, [r0] - ands r1, r1, #0x8 - ; branch to initialization if split mode - bne init - ; check for boot mode if in lock step, branch to init if JTAG boot mode - ldr r0,=BOOT_MODE_USER - ldr r1, [r0] - ands r1, r1, #0xF - beq init - ; reset the debug logic - ldr r0,=RST_LPD_DBG - ldr r1, [r0] - orr r1, r1, #(0x1 << 1) - orr r1, r1, #(0x1 << 4) - orr r1, r1, #(0x1 << 5) - str r1, [r0] - ; enable fault log - ldr r0,=RPU_ERR_INJ - ldr r1,=fault_log_enable - ldr r2, [r0] - orr r2, r2, r1 - str r2, [r0] - nop - nop - #endif - -init - bl Init_MPU ; Initialize MPU - - ; Enable Branch prediction - mrc p15, 0, r0, c1, c0, 1 ; Read ACTLR - bic r0, r0, #(0x1 << 17) ; Clear RSDIS bit 17 to enable return stack - bic r0, r0, #(0x1 << 16) ; Clear BP bit 15 and BP bit 16: - bic r0, r0, #(0x1 << 15) ; Normal operation, BP is taken from the global history table. - orr r0, r0, #(0x1 << 14) ; Disable DBWR for errata 780125 - mcr p15, 0, r0, c1, c0, 1 ; Write ACTLR - - ; Enable icahce and dcache - mrc p15,0,r1,c1,c0,0 - ldr r0, =0x1005 - orr r1,r1,r0 - dsb - mcr p15,0,r1,c1,c0,0 ; Enable cache - isb ; isb flush prefetch buffer - - - - ; Set vector table in TCM/LOVEC -#ifndef VEC_TABLE_IN_OCM - mrc p15, 0, r0, c1, c0, 0 - mvn r1, #0x2000 - and r0, r0, r1 - mcr p15, 0, r0, c1, c0, 0 - - ; Clear VINITHI to enable LOVEC on reset -#if XPAR_CPU_ID == 0 - ldr r0, =RPU_0_CFG -#else - ldr r0, =RPU_1_CFG -#endif - ldr r1, [r0] - bic r1, r1, #(0x1 << 2) - str r1, [r0] -#endif - - ; enable asynchronous abort exception - mrs r0, cpsr - bic r0, r0, #0x100 - msr cpsr_xsf, r0 - - ; Clear cp15 regs with unknown reset values - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 ; DFSR - mcr p15, 0, r0, c5, c0, 1 ; IFSR - mcr p15, 0, r0, c6, c0, 0 ; DFAR - mcr p15, 0, r0, c6, c0, 2 ; IFAR - mcr p15, 0, r0, c9, c13, 2 ; PMXEVCNTR - mcr p15, 0, r0, c13, c0, 2 ; TPIDRURW - mcr p15, 0, r0, c13, c0, 3 ; TPIDRURO - - - ; Reset and start Cycle Counter - mov r2, #0x80000000 ; clear overflow - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd ; D, C, E - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 ; enable cycle counter - mcr p15, 0, r2, c9, c12, 1 - - ; configure the timer if TTC is present - #ifdef SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer - #endif - - ; make sure argc and argv are valid - mov r0, #0 - mov r1, #0 - - b __cmain ; jump to C startup code - - -Ldone b Ldone ; Paranoia: we should never get here - - - END diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/CMakeLists.txt b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/CMakeLists.txt deleted file mode 100644 index 316f648..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_subdirectory(${MACHINE}) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/CMakeLists.txt b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/CMakeLists.txt deleted file mode 100644 index 3438d96..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -collect (PROJECT_LIB_HEADERS xparameters_ps.h) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/mpu.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/mpu.c deleted file mode 100644 index 88cb710..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/mpu.c +++ /dev/null @@ -1,323 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file mpu.c -* -* This file contains initial configuration of the MPU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00 	pkp  02/20/14 First release
-* 5.04	pkp  12/18/15 Updated MPU initialization as per the proper address map
-* 6.00  pkp  06/27/16 moving the Init_MPU code to .boot section since it is a
-*                     part of processor boot process
-* 6.2   mus  01/27/17 Updated to support IAR compiler
-* 7.1   mus  09/11/19 Added warning message if DDR size is not in power of 2.
-*                     Fix for CR#1038577.
-* 7.2   asa  04/08/20 Fix warning in the function Init_MPU.
-* 7.5   mus  01/13/21 Removed redundant declaration for Mpu_Config,
-*                     declaration is present in xil_mpu.h.
-* 7.5   asa  03/07/21 Ensure that Update_MpuConfig_Array stays in .boot section
-*                     as it is used only during bootup.
-*                     Add function header to Init_MPU function.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_printf.h" -#include "xreg_cortexr5.h" -#include "xil_mpu.h" -#include "xpseudo_asm.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -static const struct { - u64 size; - unsigned int encoding; -}region_size[] = { - { 0x20, REGION_32B }, - { 0x40, REGION_64B }, - { 0x80, REGION_128B }, - { 0x100, REGION_256B }, - { 0x200, REGION_512B }, - { 0x400, REGION_1K }, - { 0x800, REGION_2K }, - { 0x1000, REGION_4K }, - { 0x2000, REGION_8K }, - { 0x4000, REGION_16K }, - { 0x8000, REGION_32K }, - { 0x10000, REGION_64K }, - { 0x20000, REGION_128K }, - { 0x40000, REGION_256K }, - { 0x80000, REGION_512K }, - { 0x100000, REGION_1M }, - { 0x200000, REGION_2M }, - { 0x400000, REGION_4M }, - { 0x800000, REGION_8M }, - { 0x1000000, REGION_16M }, - { 0x2000000, REGION_32M }, - { 0x4000000, REGION_64M }, - { 0x8000000, REGION_128M }, - { 0x10000000, REGION_256M }, - { 0x20000000, REGION_512M }, - { 0x40000000, REGION_1G }, - { 0x80000000, REGION_2G }, - { 0x100000000, REGION_4G }, -}; - -/************************** Function Prototypes ******************************/ -#if defined (__GNUC__) -void Init_MPU(void) __attribute__((__section__(".boot"))); -static void Xil_SetAttribute(u32 addr, u32 reg_size,s32 reg_num, u32 attrib) __attribute__((__section__(".boot"))); -static void Xil_DisableMPURegions(void) __attribute__((__section__(".boot"))); -static inline void Update_MpuConfig_Array(u32 Addr,u32 RegSize,u32 RegNum, u32 Attrib) __attribute__((__section__(".boot"))); -#elif defined (__ICCARM__) -#pragma default_function_attributes = @ ".boot" -void Init_MPU(void); -static void Xil_SetAttribute(u32 addr, u32 reg_size,s32 reg_num, u32 attrib); -static void Xil_DisableMPURegions(void); -#endif -/***************************************************************************** -* -* Initialize MPU for a given address map and Enabled the background Region in -* MPU with default memory attributes for rest of address range for Cortex R5 -* processor. -* -* @param None. -* -* @return None. -* -* -******************************************************************************/ -static inline void Update_MpuConfig_Array(u32 Addr,u32 RegSize,u32 RegNum, - u32 Attrib) -{ - Mpu_Config[RegNum].RegionStatus = MPU_REG_ENABLED; - Mpu_Config[RegNum].BaseAddress = Addr; - Mpu_Config[RegNum].Size = RegSize; - Mpu_Config[RegNum].Attribute = Attrib; -} - -/***************************************************************************** -* -* Initialize MPU for during bootup with predefined region attributes. -* -* @param None. -* -* @return None. -* -* -******************************************************************************/ -void Init_MPU(void) -{ - u32 Addr; - u32 RegSize = 0U; - u32 Attrib; - u32 RegNum = 0, i, Offset = 0; - u64 size; - - Xil_DisableMPURegions(); - - Addr = 0x00000000U; -#ifdef XPAR_PSU_R5_DDR_0_S_AXI_BASEADDR - /* If the DDR is present, configure region as per DDR size */ - size = (XPAR_PSU_R5_DDR_0_S_AXI_HIGHADDR - XPAR_PSU_R5_DDR_0_S_AXI_BASEADDR) + 1; - if (size < 0x80000000) { - /* Lookup the size. */ - for (i = 0; i < sizeof region_size / sizeof region_size[0]; i++) { - if (size <= region_size[i].size) { - RegSize = region_size[i].encoding; - - /* Check if DDR size is in power of 2*/ - if ( XPAR_PSU_R5_DDR_0_S_AXI_BASEADDR == 0x100000) - Offset = XPAR_PSU_R5_DDR_0_S_AXI_BASEADDR; - if (region_size[i].size > (size + Offset + 1)) { - xil_printf ("WARNING: DDR size mapped to Cortexr5 processor is not \ - in power of 2. As processor allocates MPU regions size \ - in power of 2, address range %llx to %x has been \ - incorrectly mapped as normal memory \n", \ - region_size[i].size - 1, ((u32)XPAR_PSU_R5_DDR_0_S_AXI_HIGHADDR + 1)); - } - break; - } - } - } else { - /* if the DDR size is > 2GB, truncate it to 2GB */ - RegSize = REGION_2G; - } -#else - /* For DDRless system, configure region for TCM */ - RegSize = REGION_256K; -#endif - Attrib = NORM_NSHARED_WB_WA | PRIV_RW_USER_RW; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* - * 1G of strongly ordered memory from 0x80000000 to 0xBFFFFFFF for PL. - * 512 MB - LPD-PL interface - * 256 MB - FPD-PL (HPM0) interface - * 256 MB - FPD-PL (HPM1) interface - */ - Addr = 0x80000000; - RegSize = REGION_1G; - Attrib = STRONG_ORDERD_SHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 512M of device memory from 0xC0000000 to 0xDFFFFFFF for QSPI */ - Addr = 0xC0000000U; - RegSize = REGION_512M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 256M of device memory from 0xE0000000 to 0xEFFFFFFF for PCIe Low */ - Addr = 0xE0000000U; - RegSize = REGION_256M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 16M of device memory from 0xF8000000 to 0xF8FFFFFF for STM_CORESIGHT */ - Addr = 0xF8000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 1M of device memory from 0xF9000000 to 0xF90FFFFF for RPU_A53_GIC */ - Addr = 0xF9000000U; - RegSize = REGION_1M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 16M of device memory from 0xFD000000 to 0xFDFFFFFF for FPS slaves */ - Addr = 0xFD000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 16M of device memory from 0xFE000000 to 0xFEFFFFFF for Upper LPS slaves */ - Addr = 0xFE000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* - * 16M of device memory from 0xFF000000 to 0xFFFFFFFF for Lower LPS slaves, - * CSU, PMU, TCM, OCM - */ - Addr = 0xFF000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 256K of OCM RAM from 0xFFFC0000 to 0xFFFFFFFF marked as normal memory */ - Addr = 0xFFFC0000U; - RegSize = REGION_256K; - Attrib = NORM_NSHARED_WB_WA| PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - - /* A total of 10 MPU regions are allocated with another 6 being free for users */ - -} - -/***************************************************************************** -* -* Set the memory attributes for a section of memory with starting address addr -* of the region size defined by reg_size having attributes attrib of region number -* reg_num -* -* @param addr is the address for which attributes are to be set. -* @param attrib specifies the attributes for that memory region. -* @param reg_size specifies the size for that memory region. -* @param reg_num specifies the number for that memory region. -* @return None. -* -* -******************************************************************************/ -static void Xil_SetAttribute(u32 addr, u32 reg_size,s32 reg_num, u32 attrib) -{ - u32 Local_reg_size = reg_size; - - Local_reg_size = Local_reg_size<<1U; - Local_reg_size |= REGION_EN; - dsb(); - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,reg_num); - isb(); - mtcp(XREG_CP15_MPU_REG_BASEADDR,addr); /* Set base address of a region */ - mtcp(XREG_CP15_MPU_REG_ACCESS_CTRL,attrib); /* Set the control attribute */ - mtcp(XREG_CP15_MPU_REG_SIZE_EN,Local_reg_size); /* set the region size and enable it*/ - dsb(); - isb(); /* synchronize context on this processor */ -} - - -/***************************************************************************** -* -* Disable all the MPU regions if any of them is enabled -* -* @param None. -* -* @return None. -* -* -******************************************************************************/ -static void Xil_DisableMPURegions(void) -{ - u32 Temp = 0U; - u32 Index = 0U; - for (Index = 0; Index <= 15; Index++) { - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,Index); -#if defined (__GNUC__) - Temp = mfcp(XREG_CP15_MPU_REG_SIZE_EN); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_MPU_REG_SIZE_EN,Temp); -#endif - Temp &= (~REGION_EN); - dsb(); - mtcp(XREG_CP15_MPU_REG_SIZE_EN,Temp); - dsb(); - isb(); - } - -} - -#if defined (__ICCARM__) -#pragma default_function_attributes = -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/xparameters_ps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/xparameters_ps.h deleted file mode 100644 index a5e2aa4..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/ZynqMP/xparameters_ps.h +++ /dev/null @@ -1,334 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* @addtogroup r5_peripheral_definitions Cortex R5 peripheral definitions -* -* The xparameters_ps.h file contains the canonical definitions and constant -* declarations for peripherals within hardblock, attached to the ARM Cortex R5 -* core. These definitions can be used by drivers or applications to access the -* peripherals. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 5.00  pkp  	02/29/14 Initial version
-* 6.0   mus     08/18/16 Defined ARMR5 flag
-* 7.2	pm	03/25/20 Add wakeup Interrupt Id for usbpsu controller
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPARAMETERS_PS_H_ -#define XPARAMETERS_PS_H_ - -#ifndef ARMR5 -#define ARMR5 ARMR5 -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XEMACPS_2_INTR XPS_GEM2_INT_ID -#define XPAR_XEMACPS_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_XEMACPS_3_INTR XPS_GEM3_INT_ID -#define XPAR_XEMACPS_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_CSU_WDT_INT_ID -#define XPAR_XWDTPS_1_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_XWDTPS_2_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_XCSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_PSU_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSU_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSU_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSU_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSU_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSU_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSU_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSU_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSU_CSUDMA_INTR XPS_CSU_DMA_INT_ID -#define XPAR_XMPU_LPD_INTR XPS_XMPU_LPD_INT_ID -#define XPAR_XZDMAPS_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_XZDMAPS_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_XZDMAPS_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_XZDMAPS_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_XZDMAPS_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_XZDMAPS_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_XZDMAPS_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_XZDMAPS_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_PSU_GDMA_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_PSU_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSU_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSU_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSU_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSU_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSU_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSU_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB3_1_ENDPT_INT_ID -#define XPAR_XUSBPS_0_WAKE_INTR XPS_USB3_0_WAKE_INT_ID -#define XPAR_XUSBPS_1_WAKE_INTR XPS_USB3_1_WAKE_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XAPMPS_0_INTR XPS_APM0_INT_ID -#define XPAR_XAPMPS_1_INTR XPS_APM1_INT_ID -#define XPAR_XAPMPS_2_INTR XPS_APM2_INT_ID -#define XPAR_XAPMPS_5_INTR XPS_APM5_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXR5_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for bacwards compatibility - */ - -#define XPS_SYS_CTRL_BASEADDR 0xFF180000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) -#define XPS_NAND_INT_ID (14U + 32U) -#define XPS_QSPI_INT_ID (15U + 32U) -#define XPS_GPIO_INT_ID (16U + 32U) -#define XPS_I2C0_INT_ID (17U + 32U) -#define XPS_I2C1_INT_ID (18U + 32U) -#define XPS_SPI0_INT_ID (19U + 32U) -#define XPS_SPI1_INT_ID (20U + 32U) -#define XPS_UART0_INT_ID (21U + 32U) -#define XPS_UART1_INT_ID (22U + 32U) -#define XPS_CAN0_INT_ID (23U + 32U) -#define XPS_CAN1_INT_ID (24U + 32U) -#define XPS_RTC_ALARM_INT_ID (26U + 32U) -#define XPS_RTC_SEC_INT_ID (27U + 32U) -#define XPS_LPD_SWDT_INT_ID (52U + 32U) -#define XPS_CSU_WDT_INT_ID (53U + 32U) -#define XPS_FPD_SWDT_INT_ID (113U + 32U) -#define XPS_TTC0_0_INT_ID (36U + 32U) -#define XPS_TTC0_1_INT_ID (37U + 32U) -#define XPS_TTC0_2_INT_ID (38U + 32U) -#define XPS_TTC1_0_INT_ID (39U + 32U) -#define XPS_TTC1_1_INT_ID (40U + 32U) -#define XPS_TTC1_2_INT_ID (41U + 32U) -#define XPS_TTC2_0_INT_ID (42U + 32U) -#define XPS_TTC2_1_INT_ID (43U + 32U) -#define XPS_TTC2_2_INT_ID (44U + 32U) -#define XPS_TTC3_0_INT_ID (45U + 32U) -#define XPS_TTC3_1_INT_ID (46U + 32U) -#define XPS_TTC3_2_INT_ID (47U + 32U) -#define XPS_SDIO0_INT_ID (48U + 32U) -#define XPS_SDIO1_INT_ID (49U + 32U) -#define XPS_AMS_INT_ID (56U + 32U) -#define XPS_GEM0_INT_ID (57U + 32U) -#define XPS_GEM0_WAKE_INT_ID (58U + 32U) -#define XPS_GEM1_INT_ID (59U + 32U) -#define XPS_GEM1_WAKE_INT_ID (60U + 32U) -#define XPS_GEM2_INT_ID (61U + 32U) -#define XPS_GEM2_WAKE_INT_ID (62U + 32U) -#define XPS_GEM3_INT_ID (63U + 32U) -#define XPS_GEM3_WAKE_INT_ID (64U + 32U) -#define XPS_USB3_0_ENDPT_INT_ID (65U + 32U) -#define XPS_USB3_1_ENDPT_INT_ID (70U + 32U) -#define XPS_USB3_0_WAKE_INT_ID (75U + 32U) -#define XPS_USB3_1_WAKE_INT_ID (76U + 32U) -#define XPS_ADMA_CH0_INT_ID (77U + 32U) -#define XPS_ADMA_CH1_INT_ID (78U + 32U) -#define XPS_ADMA_CH2_INT_ID (79U + 32U) -#define XPS_ADMA_CH3_INT_ID (80U + 32U) -#define XPS_ADMA_CH4_INT_ID (81U + 32U) -#define XPS_ADMA_CH5_INT_ID (82U + 32U) -#define XPS_ADMA_CH6_INT_ID (83U + 32U) -#define XPS_ADMA_CH7_INT_ID (84U + 32U) -#define XPS_CSU_DMA_INT_ID (86U + 32U) -#define XPS_XMPU_LPD_INT_ID (88U + 32U) -#define XPS_ZDMA_CH0_INT_ID (124U + 32U) -#define XPS_ZDMA_CH1_INT_ID (125U + 32U) -#define XPS_ZDMA_CH2_INT_ID (126U + 32U) -#define XPS_ZDMA_CH3_INT_ID (127U + 32U) -#define XPS_ZDMA_CH4_INT_ID (128U + 32U) -#define XPS_ZDMA_CH5_INT_ID (129U + 32U) -#define XPS_ZDMA_CH6_INT_ID (130U + 32U) -#define XPS_ZDMA_CH7_INT_ID (131U + 32U) -#define XPS_XMPU_FPD_INT_ID (134U + 32U) -#define XPS_FPD_CCI_INT_ID (154U + 32U) -#define XPS_FPD_SMMU_INT_ID (155U + 32U) -#define XPS_APM0_INT_ID (123U + 32U) -#define XPS_APM1_INT_ID (25U + 32U) -#define XPS_APM2_INT_ID (25U + 32U) -#define XPS_APM5_INT_ID (123U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSU_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSU_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSU_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSU_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSU_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSU_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSU_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSU_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSU_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSU_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSU_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSU_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSU_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSU_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSU_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSU_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSU_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSU_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSU_WDT_0_INTR XPS_LPD_SWDT_INT_ID -#define XPAR_PSU_WDT_1_INTR XPS_FPD_SWDT_INT_ID -#define XPAR_PSU_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSU_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSU_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSU_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSU_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSU_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSU_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSU_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSU_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSU_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSU_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSU_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSU_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSU_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXR5_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXR5_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXR5_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXR5_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUWDT_DEVICE_ID 0U - - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup r5_peripheral_definitions". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/CMakeLists.txt b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/CMakeLists.txt deleted file mode 100644 index 3438d96..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -collect (PROJECT_LIB_HEADERS xparameters_ps.h) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/mpu.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/mpu.c deleted file mode 100644 index c73d6b2..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/mpu.c +++ /dev/null @@ -1,344 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file mpu.c -* -* This file contains initial configuration of the MPU. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 7.00 	mus  02/20/14 First release
-* 7.00  mus  03/16/19 Updated MPU region to mark DDR regions as
-*                     memory, based on the DDR size in hdf
-* 7.01  nis  09/02/19 Map AIE region if AIE instance is defined
-* 7.3   asa  09/25/20 Make changes to update the global array
-*                     Mpu_Config for the static regions created
-*                     during boot up.
-* 7.5   mus  01/13/21 Removed redundant declaration for Mpu_Config,
-*                     declaration is present in xil_mpu.h.
-* 7.5   asa  03/07/21 Ensure that Update_MpuConfig_Array stays in .boot section
-*                     as it is used only during bootup.
-*                     Add function header to Init_MPU function.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xreg_cortexr5.h" -#include "xil_mpu.h" -#include "xpseudo_asm.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -static const struct { - u64 size; - unsigned int encoding; -}region_size[] = { - { 0x20, REGION_32B }, - { 0x40, REGION_64B }, - { 0x80, REGION_128B }, - { 0x100, REGION_256B }, - { 0x200, REGION_512B }, - { 0x400, REGION_1K }, - { 0x800, REGION_2K }, - { 0x1000, REGION_4K }, - { 0x2000, REGION_8K }, - { 0x4000, REGION_16K }, - { 0x8000, REGION_32K }, - { 0x10000, REGION_64K }, - { 0x20000, REGION_128K }, - { 0x40000, REGION_256K }, - { 0x80000, REGION_512K }, - { 0x100000, REGION_1M }, - { 0x200000, REGION_2M }, - { 0x400000, REGION_4M }, - { 0x800000, REGION_8M }, - { 0x1000000, REGION_16M }, - { 0x2000000, REGION_32M }, - { 0x4000000, REGION_64M }, - { 0x8000000, REGION_128M }, - { 0x10000000, REGION_256M }, - { 0x20000000, REGION_512M }, - { 0x40000000, REGION_1G }, - { 0x80000000, REGION_2G }, - { 0x100000000, REGION_4G }, -}; - -/************************** Function Prototypes ******************************/ -#if defined (__GNUC__) -void Init_MPU(void) __attribute__((__section__(".boot"))); -static void Xil_SetAttribute(u32 addr, u32 reg_size,s32 reg_num, u32 attrib) __attribute__((__section__(".boot"))); -static void Xil_DisableMPURegions(void) __attribute__((__section__(".boot"))); -static inline void Update_MpuConfig_Array(u32 Addr,u32 RegSize,u32 RegNum, u32 Attrib) __attribute__((__section__(".boot"))); -#elif defined (__ICCARM__) -#pragma default_function_attributes = @ ".boot" -void Init_MPU(void); -static void Xil_SetAttribute(u32 addr, u32 reg_size,s32 reg_num, u32 attrib); -static void Xil_DisableMPURegions(void); -#endif -/***************************************************************************** -* -* Initialize MPU for a given address map and Enabled the background Region in -* MPU with default memory attributes for rest of address range for Cortex R5 -* processor. -* -* @param None. -* -* @return None. -* -* -******************************************************************************/ -static inline void Update_MpuConfig_Array(u32 Addr,u32 RegSize,u32 RegNum, - u32 Attrib) -{ - Mpu_Config[RegNum].RegionStatus = MPU_REG_ENABLED; - Mpu_Config[RegNum].BaseAddress = Addr; - Mpu_Config[RegNum].Size = RegSize; - Mpu_Config[RegNum].Attribute = Attrib; -} - -/***************************************************************************** -* -* Initialize MPU for during bootup with predefined region attributes. -* -* @param None. -* -* @return None. -* -* -******************************************************************************/ -void Init_MPU(void) -{ - u32 Addr; - u32 RegSize = 0U; - u32 Attrib; - u32 RegNum = 0, i; - u64 size; - - Xil_DisableMPURegions(); - - Addr = 0x00000000U; -#ifdef XPAR_AXI_NOC_DDR_LOW_0_BASEADDR - /* If the DDR is present, configure region as per DDR size */ - size = (XPAR_AXI_NOC_DDR_LOW_0_HIGHADDR - XPAR_AXI_NOC_DDR_LOW_0_BASEADDR) + 1; - if (size < 0x80000000) { - /* Lookup the size. */ - for (i = 0; i < sizeof region_size / sizeof region_size[0]; i++) { - if (size <= region_size[i].size) { - RegSize = region_size[i].encoding; - break; - } - } - } else { -#ifdef XPAR_AIE_NUM_INSTANCES - /* If AIE is mapped, DDR space is reduced to 1GB */ - RegSize = REGION_1G; -#else - /* if the DDR size is > 2GB, truncate it to 2GB */ - RegSize = REGION_2G; -#endif - } -#else - /* For DDRless system, configure region for TCM */ - RegSize = REGION_256K; -#endif - - Attrib = NORM_NSHARED_WB_WA | PRIV_RW_USER_RW; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* - * 1G of strongly ordered memory from 0x80000000 to 0xBFFFFFFF for PL. - * 256 MB - LPD-AFI - * 64 MB - VCU controller - * 192 MB - FPD-AFI-0 - * 256 MB - FPD-AFI-1 - * - * - */ - Addr = 0x80000000; - RegSize = REGION_1G; - Attrib = STRONG_ORDERD_SHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 512M of device memory from 0xC0000000 to 0xDFFFFFFF for QSPI */ - Addr = 0xC0000000U; - RegSize = REGION_512M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 256M of device memory from 0xE0000000 to 0xEFFFFFFF for PCIe Low */ - Addr = 0xE0000000U; - RegSize = REGION_256M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 128M of device memory from 0xF0000000 to 0xF7FFFFFF for PMC */ - Addr = 0xF0000000U; - RegSize = REGION_128M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 16M of device memory from 0xF8000000 to 0xF8FFFFFF for STM_CORESIGHT */ - Addr = 0xF8000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 1M of device memory from 0xF9000000 to 0xF90FFFFF for RPU_A53_GIC */ - Addr = 0xF9000000U; - RegSize = REGION_1M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 16M of device memory from 0xFD000000 to 0xFDFFFFFF for FPS slaves */ - Addr = 0xFD000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* 16M of device memory from 0xFE000000 to 0xFEFFFFFF for Upper LPS slaves */ - Addr = 0xFE000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /* - * 16M of device memory from 0xFF000000 to 0xFFFFFFFF for Lower LPS slaves, - * CSU, PMU, TCM, OCM - */ - Addr = 0xFF000000U; - RegSize = REGION_16M; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; - - /** - * 1G of remapped adddress space from 0x40000000 to 0x7FFFFFFF for AIE. - * The number of allocated MPU regions would be 12, 4 being free for - * the user. - * TODO: The value assigned to Addr must be parsed from XSA if the - * remap address is part of it (currently we are not sure if that's - * the case). - */ -#ifdef XPAR_AIE_NUM_INSTANCES - Addr = 0x40000000U; - RegSize = REGION_1G; - Attrib = DEVICE_NONSHARED | PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - RegNum++; -#endif - - /* 256K of OCM RAM from 0xFFFC0000 to 0xFFFFFFFF marked as normal memory */ - Addr = 0xFFFC0000U; - RegSize = REGION_256K; - Attrib = NORM_NSHARED_WB_WA| PRIV_RW_USER_RW ; - Xil_SetAttribute(Addr,RegSize,RegNum, Attrib); - Update_MpuConfig_Array(Addr,RegSize,RegNum, Attrib); - - /* A total of 11 MPU regions are allocated with another 5 being free for users */ - -} - -/***************************************************************************** -* -* Set the memory attributes for a section of memory with starting address addr -* of the region size defined by reg_size having attributes attrib of region number -* reg_num -* -* @param addr is the address for which attributes are to be set. -* @param attrib specifies the attributes for that memory region. -* @param reg_size specifies the size for that memory region. -* @param reg_num specifies the number for that memory region. -* @return None. -* -* -******************************************************************************/ -static void Xil_SetAttribute(u32 addr, u32 reg_size,s32 reg_num, u32 attrib) -{ - u32 Local_reg_size = reg_size; - - Local_reg_size = Local_reg_size<<1U; - Local_reg_size |= REGION_EN; - dsb(); - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,reg_num); - isb(); - mtcp(XREG_CP15_MPU_REG_BASEADDR,addr); /* Set base address of a region */ - mtcp(XREG_CP15_MPU_REG_ACCESS_CTRL,attrib); /* Set the control attribute */ - mtcp(XREG_CP15_MPU_REG_SIZE_EN,Local_reg_size); /* set the region size and enable it*/ - dsb(); - isb(); /* synchronize context on this processor */ -} - - -/***************************************************************************** -* -* Disable all the MPU regions if any of them is enabled -* -* @param None. -* -* @return None. -* -* -******************************************************************************/ -static void Xil_DisableMPURegions(void) -{ - u32 Temp = 0U; - u32 Index = 0U; - for (Index = 0; Index <= 15; Index++) { - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,Index); -#if defined (__GNUC__) - Temp = mfcp(XREG_CP15_MPU_REG_SIZE_EN); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_MPU_REG_SIZE_EN,Temp); -#endif - Temp &= (~REGION_EN); - dsb(); - mtcp(XREG_CP15_MPU_REG_SIZE_EN,Temp); - dsb(); - isb(); - } - -} - -#if defined (__ICCARM__) -#pragma default_function_attributes = -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/xparameters_ps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/xparameters_ps.h deleted file mode 100644 index 3dc57c3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/platform/versal/xparameters_ps.h +++ /dev/null @@ -1,325 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* @addtogroup r5_peripheral_definitions Cortex R5 peripheral definitions -* -* The xparameters_ps.h file contains the canonical definitions and constant -* declarations for peripherals within hardblock, attached to the ARM Cortex R5 -* core. These definitions can be used by drivers or applications to access the -* peripherals. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 7.00  mus  	01/25/18 Initial version
-*       mn      03/26/18 Change Interrupt IDs for versal
-*       mn      03/26/18 Update SLCR base address
-*       pm	02/04/20 Add Interrupt IDs for usb-versal
-*	sne	03/26/20 Add Interrupt ID's for WWDT
-*       pm	03/24/20 Add wakeup Interrupt IDs for usb-versal
-* 
-* -******************************************************************************/ -/** - *@cond nocomments - */ - -#ifndef XPARAMETERS_PS_H_ -#define XPARAMETERS_PS_H_ - -#ifndef ARMR5 -#define ARMR5 ARMR5 -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGWDT_0_INTR XPS_LPD_GWDT_0_INT_ID -#define XPAR_XGWDT_0_RST_INTR XPS_LPD_GWDT_0_RST_INT_ID -#define XPAR_XWWDT_0_INTR XPS_LPD_WWDT_0_INT_ID -#define XPAR_XWWDT_0_RST_PEND_INTR XPS_LPD_WWDT_0_RST_PEND_INT_ID -#define XPAR_XGWDT_1_INTR XPS_FPD_GWDT_1_INT_ID -#define XPAR_XGWDT_1_RST_INTR XPS_FPD_GWDT_1_RST_INT_ID -#define XPAR_XWWDT_1_INTR XPS_FPD_WWDT_1_INT_ID -#define XPAR_XWWDT_1_RST_PEND_INTR XPS_FPD_WWDT_1_RST_PEND_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XTTCPS_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_XTTCPS_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_XTTCPS_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_XTTCPS_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_XTTCPS_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_XTTCPS_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_XNANDPS8_0_INTR XPS_NAND_INT_ID -#define XPAR_XADMAPS_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_XADMAPS_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_XADMAPS_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_XADMAPS_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_XADMAPS_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_XADMAPS_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_XADMAPS_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_XADMAPS_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSV_ADMA_0_INTR XPS_ADMA_CH0_INT_ID -#define XPAR_PSV_ADMA_1_INTR XPS_ADMA_CH1_INT_ID -#define XPAR_PSV_ADMA_2_INTR XPS_ADMA_CH2_INT_ID -#define XPAR_PSV_ADMA_3_INTR XPS_ADMA_CH3_INT_ID -#define XPAR_PSV_ADMA_4_INTR XPS_ADMA_CH4_INT_ID -#define XPAR_PSV_ADMA_5_INTR XPS_ADMA_CH5_INT_ID -#define XPAR_PSV_ADMA_6_INTR XPS_ADMA_CH6_INT_ID -#define XPAR_PSV_ADMA_7_INTR XPS_ADMA_CH7_INT_ID -#define XPAR_PSV_GDMA_0_INTR XPS_ZDMA_CH0_INT_ID -#define XPAR_PSV_GDMA_1_INTR XPS_ZDMA_CH1_INT_ID -#define XPAR_PSV_GDMA_2_INTR XPS_ZDMA_CH2_INT_ID -#define XPAR_PSV_GDMA_3_INTR XPS_ZDMA_CH3_INT_ID -#define XPAR_PSV_GDMA_4_INTR XPS_ZDMA_CH4_INT_ID -#define XPAR_PSV_GDMA_5_INTR XPS_ZDMA_CH5_INT_ID -#define XPAR_PSV_GDMA_6_INTR XPS_ZDMA_CH6_INT_ID -#define XPAR_PSV_GDMA_7_INTR XPS_ZDMA_CH7_INT_ID -#define XPAR_PSV_PMC_GPIO_INTR XPMC_GPIO_INT_ID -#define XPAR_PSV_PMC_I2C_INTR XPMC_I2C_INT_ID -#define XPAR_PSV_PMC_DMA_0_INTR XPS_PMCDMA0_INT_ID -#define XPAR_PSV_PMC_DMA_1_INTR XPS_PMCDMA1_INT_ID -#define XPAR_XMPU_FPD_INTR XPS_XMPU_FPD_INT_ID -#define XPAR_XCCI_FPD_INTR XPS_FPD_CCI_INT_ID -#define XPAR_XSMMU_FPD_INTR XPS_FPD_SMMU_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB3_0_ENDPT_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB3_1_ENDPT_INT_ID -#define XPAR_XUSBPS_0_WAKE_INTR XPS_USB3_0_WAKE_INT_ID -#define XPAR_XRTCPSU_ALARM_INTR XPS_RTC_ALARM_INT_ID -#define XPAR_XRTCPSU_SECONDS_INTR XPS_RTC_SEC_INT_ID -#define XPAR_XSYSMONPSU_INTR XPS_AMS_INT_ID - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00002000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -#define XPAR_CPU_CORTEXR5_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for backwards compatibility - */ - -#define XPS_SYS_CTRL_BASEADDR 0xF1060000U -#define XPS_SCU_PERIPH_BASE 0xF9000000U -#define XPS_CRP_BASEADDRESS 0xF1260000U -#define XPS_PMC_GLOBAL_BASEADDRESS 0xF1110000U - - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_FPGA0_INT_ID 121U -#define XPS_FPGA1_INT_ID 122U -#define XPS_FPGA2_INT_ID 123U -#define XPS_FPGA3_INT_ID 124U -#define XPS_FPGA4_INT_ID 125U -#define XPS_FPGA5_INT_ID 126U -#define XPS_FPGA6_INT_ID 127U -#define XPS_FPGA7_INT_ID 128U -#define XPS_FPGA8_INT_ID 136U -#define XPS_FPGA9_INT_ID 137U -#define XPS_FPGA10_INT_ID 138U -#define XPS_FPGA11_INT_ID 139U -#define XPS_FPGA12_INT_ID 140U -#define XPS_FPGA13_INT_ID 141U -#define XPS_FPGA14_INT_ID 142U -#define XPS_FPGA15_INT_ID 143U - -/* Updated Interrupt-IDs */ -#define XPS_OCMINTR_INT_ID (10U + 32U) - -#define XPS_OSPI_INT_ID (124U + 32U) -#define XPS_QSPI_INT_ID (125U + 32U) -#define XPS_GPIO_INT_ID (13U + 32U) -#define XPS_I2C0_INT_ID (14U + 32U) -#define XPS_I2C1_INT_ID (15U + 32U) -#define XPS_SPI0_INT_ID (16U + 32U) -#define XPS_SPI1_INT_ID (17U + 32U) -#define XPS_UART0_INT_ID (18U + 32U) -#define XPS_UART1_INT_ID (19U + 32U) -#define XPS_CAN0_INT_ID (20U + 32U) -#define XPS_CAN1_INT_ID (21U + 32U) -#define XPS_USB3_0_ENDPT_INT_ID (22U + 32U) -#define XPS_LPD_GWDT_0_INT_ID (70U + 32U) -#define XPS_LPD_GWDT_0_RST_INT_ID (71U + 32U) -#define XPS_LPD_WWDT_0_INT_ID (49U + 32U) -#define XPS_LPD_WWDT_0_RST_PEND_INT_ID (69U + 32U) -#define XPS_FPD_GWDT_1_INT_ID (108U + 32U) -#define XPS_FPD_GWDT_1_RST_INT_ID (110U + 32U) -#define XPS_FPD_WWDT_1_INT_ID (100U + 32U) -#define XPS_FPD_WWDT_1_RST_PEND_INT_ID (109U + 32U) -#define XPS_RTC_ALARM_INT_ID (142U + 32U) -#define XPS_RTC_SEC_INT_ID (143U + 32U) -#define XPS_TTC0_0_INT_ID (37U + 32U) -#define XPS_TTC0_1_INT_ID (38U + 32U) -#define XPS_TTC0_2_INT_ID (39U + 32U) -#define XPS_TTC1_0_INT_ID (40U + 32U) -#define XPS_TTC1_1_INT_ID (41U + 32U) -#define XPS_TTC1_2_INT_ID (42U + 32U) -#define XPS_TTC2_0_INT_ID (43U + 32U) -#define XPS_TTC2_1_INT_ID (44U + 32U) -#define XPS_TTC2_2_INT_ID (45U + 32U) -#define XPS_TTC3_0_INT_ID (46U + 32U) -#define XPS_TTC3_1_INT_ID (47U + 32U) -#define XPS_TTC3_2_INT_ID (48U + 32U) -#define XPS_SDIO0_INT_ID (126U + 32U) -#define XPS_SDIO0_WAKE_INT_ID (127U + 32U) -#define XPS_SDIO1_INT_ID (128U + 32U) -#define XPS_SDIO1_WAKE_INT_ID (129U + 32U) -#define XPS_AMS_INT_ID (53U + 32U) -#define XPS_GEM0_INT_ID (56U + 32U) -#define XPS_GEM0_WAKE_INT_ID (57U + 32U) -#define XPS_GEM1_INT_ID (58U + 32U) -#define XPS_GEM1_WAKE_INT_ID (59U + 32U) -#define XPS_ADMA_CH0_INT_ID (60U + 32U) -#define XPS_ADMA_CH1_INT_ID (61U + 32U) -#define XPS_ADMA_CH2_INT_ID (62U + 32U) -#define XPS_ADMA_CH3_INT_ID (63U + 32U) -#define XPS_ADMA_CH4_INT_ID (64U + 32U) -#define XPS_ADMA_CH5_INT_ID (65U + 32U) -#define XPS_ADMA_CH6_INT_ID (66U + 32U) -#define XPS_ADMA_CH7_INT_ID (67U + 32U) -#define XPS_XMPU_LPD_INT_ID (68U + 32U) -#define XPS_USB3_0_WAKE_INT_ID (74U + 32U) -#define XPS_XMPU_FPD_INT_ID (102U + 32U) -#define XPS_FPD_CCI_INT_ID (106U + 32U) -#define XPS_FPD_SMMU_INT_ID (107U + 32U) -#define XPMC_GPIO_INT_ID (122U + 32U) -#define XPMC_I2C_INT_ID (123U + 32U) -#define XPS_PMCDMA0_INT_ID (131U + 32U) -#define XPS_PMCDMA1_INT_ID (132U + 32U) - -/* REDEFINES for TEST APP */ -#define XPAR_PSV_SBSAUART_0_INTR XPS_UART0_INT_ID -#define XPAR_PSV_SBSAUART_1_INTR XPS_UART1_INT_ID -#define XPAR_PSV_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PSV_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PSV_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PSV_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PSV_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PSV_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PSV_CANFD_0_INTR XPS_CAN0_INT_ID -#define XPAR_PSV_CANFD_1_INTR XPS_CAN1_INT_ID -#define XPAR_PSV_GWDT_0_INTR XPS_LPD_GWDT_0_INT_ID -#define XPAR_PSV_GWDT_0_RST_INTR XPS_LPD_GWDT_0_RST_INT_ID -#define XPAR_PSV_WWDT_0_INTR XPS_LPD_WWDT_0_INT_ID -#define XPAR_PSV_WWDT_0_RST_PEND_INTR XPS_LPD_WWDT_0_RST_PEND_INT_ID -#define XPAR_PSV_GWDT_1_INTR XPS_FPD_GWDT_1_INT_ID -#define XPAR_PSV_GWDT_1_RST_INTR XPS_FPD_GWDT_1_RST_INT_ID -#define XPAR_PSV_WWDT_1_INTR XPS_FPD_WWDT_1_INT_ID -#define XPAR_PSV_WWDT_1_RST_PEND_INTR XPS_FPD_WWDT_1_RST_PEND_INT_ID -#define XPAR_PSV_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PSV_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PSV_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PSV_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_2_INTR XPS_GEM2_INT_ID -#define XPAR_PSV_ETHERNET_2_WAKE_INTR XPS_GEM2_WAKE_INT_ID -#define XPAR_PSV_ETHERNET_3_INTR XPS_GEM3_INT_ID -#define XPAR_PSV_ETHERNET_3_WAKE_INTR XPS_GEM3_WAKE_INT_ID -#define XPAR_PSV_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PSV_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PSV_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PSV_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PSV_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PSV_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PSV_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PSV_TTC_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_PSV_TTC_6_INTR XPS_TTC2_0_INT_ID -#define XPAR_PSV_TTC_7_INTR XPS_TTC2_1_INT_ID -#define XPAR_PSV_TTC_8_INTR XPS_TTC2_2_INT_ID -#define XPAR_PSV_TTC_9_INTR XPS_TTC3_0_INT_ID -#define XPAR_PSV_TTC_10_INTR XPS_TTC3_1_INT_ID -#define XPAR_PSV_TTC_11_INTR XPS_TTC3_2_INT_ID -#define XPAR_PSV_AMS_INTR XPS_AMS_INT_ID - -#define XPAR_XADCPS_NUM_INSTANCES 1U -#define XPAR_XADCPS_0_DEVICE_ID 0U -#define XPAR_XADCPS_0_BASEADDR (0xF8007000U) -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXR5_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXR5_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXR5_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXR5_1_CPU_CLK_FREQ_HZ -#endif - - - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup r5_peripheral_definitions". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/sleep.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/sleep.c deleted file mode 100644 index eeac2b7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/sleep.c +++ /dev/null @@ -1,102 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/***************************************************************************** -* -* @file sleep.c -* -* This function supports user configurable sleep implementation. -* This provides delay in seconds by using the Timer specified by -* the user in the ARM Cortex R5 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 02/20/14 First release
-* 5.04  pkp		 02/19/16 sleep routine is modified to use TTC3 if present
-*						  else it will use set of assembly instructions to
-*						  provide the required delay
-* 5.04	pkp		 03/09/16 Assembly routine for sleep is modified to avoid
-*						  disabling the interrupt
-* 5.04	pkp		 03/11/16 Compare the counter value to previously read value
-*						  to detect the overflow for TTC3
-* 6.0   asa      08/15/16 Updated the sleep signature. Fix for CR#956899.
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use TTC
-*                         instance specified by user.
-* 7.2   mus      01/29/20 Updated sleep routines to use CortexR5 PMU for delay
-*                         generation, in case TTC3/TTC2 instances are not
-*                         present in HW design. If user dont want to use PMU
-*                         counter for sleep routines, BSP needs to be compiled
-*                         with "DONT_USE_PMU_FOR_SLEEP_ROUTINES" flag. It fixes
-*                         CR#1051591.
-*
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" -#include "xil_sleeptimer.h" -#include "xpm_counter.h" - -/*****************************************************************************/ -/* -* -* This API is used to provide delays in seconds. -* -* @param seconds requested -* -* @return 0 always -* -* @note By default, sleep is implemented using TTC3. Although user is -* given an option to select other instances of TTC. When the user -* selects other instances of TTC, sleep is implemented by that -* specific TTC instance. If the user didn't select any other instance -* of TTC specifically and when TTC3 is absent, sleep is implemented -* using assembly instructions which is tested with instruction and -* data caches enabled and it gives proper delay. It may give more -* delay than exepcted when caches are disabled. If interrupt comes -* when sleep using assembly instruction is being executed, the delay -* may be greater than what is expected since once the interrupt is -* served count resumes from where it was interrupted unlike the case -* of TTC3 where counter keeps running while interrupt is being served. -* -****************************************************************************/ - -unsigned sleep_R5(unsigned int seconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(seconds, COUNTS_PER_SECOND); -#elif !defined (DONT_USE_PMU_FOR_SLEEP_ROUTINES) - Xpm_SleepPerfCounter(seconds, COUNTS_PER_SECOND); -#else -#if defined (__GNUC__) - __asm__ __volatile__ ( -#elif defined (__ICCARM__) - __asm volatile ( -#endif - - "push {r0,r1,r3} \n" - "mov r0, %[sec] \n" - "mov r1, %[iter] \n" - "1: \n" - "mov r3, r1\n" - "2: \n" - "subs r3, r3, #0x1 \n" - "bne 2b \n" - "subs r0, r0, #0x1 \n" - "bne 1b \n" - "pop {r0,r1,r3} \n" - ::[iter] "r" (ITERS_PER_SEC), [sec] "r" (seconds) - ); -#endif - -return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/usleep.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/usleep.c deleted file mode 100644 index 368a2db..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/usleep.c +++ /dev/null @@ -1,108 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file usleep.c -* -* This function supports user configurable sleep implementation. -* This provides a microsecond delay using the timer specified by the user in -* the ARM Cortex R5 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 02/20/14 First release
-* 5.04  pkp		 02/19/16 usleep routine is modified to use TTC3 if present
-*						  else it will use set of assembly instructions to
-*						  provide the required delay
-* 5.04	pkp		 03/09/16 Assembly routine for usleep is modified to avoid
-*						  disabling the interrupt
-* 5.04	pkp		 03/11/16 Compare the counter value to previously read value
-*						  to detect the overflow for TTC3
-* 6.0   asa      08/15/16 Updated the usleep signature. Fix for CR#956899.
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use TTC
-*                         instance specified by user.
-* 7.2   mus      01/29/20 Updated sleep routines to use CortexR5 PMU for delay
-*                         generation, in case TTC3/TTC2 instances are not
-*                         present in HW design. If user dont want to use PMU
-*                         counter for sleep routines, BSP needs to be compiled
-*                         with "DONT_USE_PMU_FOR_SLEEP_ROUTINES" flag. It fixes
-*                         CR#1051591.
-*
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "xreg_cortexr5.h" -#include "xpm_counter.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/*****************************************************************************/ -/** -* -* This API gives a delay in microseconds -* -* @param useconds requested -* -* @return 0 always -* -* @note By default, usleep is implemented using TTC3. Although user is -* given an option to select other instances of TTC. When the user -* selects other instances of TTC, usleep is implemented by that -* specific TTC instance. If the user didn't select any other instance -* of TTC specifically and when TTC3 is absent, usleep is implemented -* using assembly instructions which is tested with instruction and -* data caches enabled and it gives proper delay. It may give more -* delay than exepcted when caches are disabled. If interrupt comes -* when usleep using assembly instruction is being executed, the delay -* may be greater than what is expected since once the interrupt is -* served count resumes from where it was interrupted unlike the case -* of TTC3 where counter keeps running while interrupt is being served. -* -****************************************************************************/ - -int usleep_R5(unsigned long useconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(useconds, COUNTS_PER_USECOND); -#elif !defined (DONT_USE_PMU_FOR_SLEEP_ROUTINES) - Xpm_SleepPerfCounter(useconds, COUNTS_PER_USECOND); -#else -#if defined (__GNUC__) - __asm__ __volatile__ ( -#elif defined (__ICCARM__) - __asm volatile ( -#endif - "push {r0,r1,r3} \n" - "mov r0, %[usec] \n" - "mov r1, %[iter] \n" - "1: \n" - "mov r3, r1 \n" - "2: \n" - "subs r3, r3, #0x1\n" - "bne 2b \n" - "subs r0, r0, #0x1 \n" - "bne 1b \n" - "pop {r0,r1,r3} \n" - ::[iter] "r" (ITERS_PER_USEC), [usec] "r" (useconds) - ); -#endif - -return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_cache.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_cache.c deleted file mode 100644 index f233224..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_cache.c +++ /dev/null @@ -1,552 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.c -* -* Contains required functions for the ARM cache functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.00 	pkp  02/20/14 First release
-* 6.2   mus  01/27/17 Updated to support IAR compiler
-* 7.3   dp   06/25/20 Updated to support armclang compiler
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xil_io.h" -#include "xpseudo_asm.h" -#include "xparameters.h" -#include "xreg_cortexr5.h" -#include "xil_exception.h" - - -/************************** Variable Definitions *****************************/ - -#define IRQ_FIQ_MASK 0xC0 /* Mask IRQ and FIQ interrupts in cpsr */ - -#if defined (__clang__) -extern s32 Image$$ARM_LIB_STACK$$Limit; -extern s32 Image$$ARM_UNDEF_STACK$$Base; -#elif defined (__GNUC__) -extern s32 _stack_end; -extern s32 __undef_stack; -#endif - -/****************************************************************************/ -/************************** Function Prototypes ******************************/ - -/****************************************************************************/ -/** -* @brief Enable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheEnable(void) -{ - register u32 CtrlReg; - - /* enable caches only if they are disabled */ -#if defined (__GNUC__) - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,CtrlReg); -#endif - if ((CtrlReg & XREG_CP15_CONTROL_C_BIT)==0x00000000U) { - /* invalidate the Data cache */ - Xil_DCacheInvalidate(); - - /* enable the Data cache */ - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - } -} - -/****************************************************************************/ -/** -* @brief Disable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheDisable(void) -{ - register u32 CtrlReg; - - /* clean and invalidate the Data cache */ - Xil_DCacheFlush(); - - /* disable the Data cache */ -#if defined (__GNUC__) - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,CtrlReg); -#endif - - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Invalidate the entire Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheInvalidate(void) -{ - u32 currmask; - u32 stack_start,stack_end,stack_size; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - -#if defined (__clang__) - stack_end = (u32 )&Image$$ARM_LIB_STACK$$Limit; - stack_start = (u32 )&Image$$ARM_UNDEF_STACK$$Base; -#elif defined (__GNUC__) - stack_end = (u32 )&_stack_end; - stack_start = (u32 )&__undef_stack; -#endif - -#if defined(__GNUC__) || defined(__clang__) - stack_size = stack_start-stack_end; - - /* Flush stack memory to save return address */ - Xil_DCacheFlushRange(stack_end, stack_size); -#endif - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - - /*invalidate all D cache*/ - mtcp(XREG_CP15_INVAL_DC_ALL, 0); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate a Data cache line. If the byte specified by the -* address (adr) is cached by the data cache, the cacheline -* containing that byte is invalidated.If the cacheline is modified -* (dirty), the modified contents are lost and are NOT written -* to system memory before the line is invalidated. -* -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheInvalidateLine(INTPTR adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, (adr & (~0x1F))); - - /* Wait for invalidate to complete */ - dsb(); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate the Data cache for the given address range. -* If the bytes specified by the address (adr) are cached by the -* Data cache,the cacheline containing that byte is invalidated. -* If the cacheline is modified (dirty), the modified contents are -* lost and are NOT written to system memory before the line is -* invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len) -{ - const u32 cacheline = 32U; - u32 end; - u32 tempadr = adr; - u32 tempend; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - end = tempadr + len; - tempend = end; - /* Select L1 Data cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - - if ((tempadr & (cacheline-1U)) != 0U) { - tempadr &= (~(cacheline - 1U)); - - Xil_DCacheFlushLine(tempadr); - } - if ((tempend & (cacheline-1U)) != 0U) { - tempend &= (~(cacheline - 1U)); - - Xil_DCacheFlushLine(tempend); - } - - while (tempadr < tempend) { - - /* Invalidate Data cache line */ - asm_inval_dc_line_mva_poc(tempadr); - - tempadr += cacheline; - } - } - - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the entire Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlush(void) -{ - register u32 CsidReg, C7Reg; - u32 CacheSize, LineSize, NumWays; - u32 Way, WayIndex, Set, SetIndex, NumSet; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - -#if defined (__GNUC__) - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_CACHE_SIZE_ID,CsidReg); -#endif - /* Determine Cache Size */ - - CacheSize = (CsidReg >> 13U) & 0x000001FFU; - CacheSize += 0x00000001U; - CacheSize *= (u32)128; /* to get number of bytes */ - - /* Number of Ways */ - NumWays = (CsidReg & 0x000003ffU) >> 3U; - NumWays += 0x00000001U; - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x00000007U) + 0x00000004U; - - NumSet = CacheSize/NumWays; - NumSet /= (0x00000001U << LineSize); - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex = 0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex = 0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set; - /* Flush by Set/Way */ - asm_clean_inval_dc_line_sw(C7Reg); - - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += 0x40000000U; - } - - /* Wait for flush to complete */ - dsb(); - mtcpsr(currmask); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush a Data cache line. If the byte specified by the address (adr) -* is cached by the Data cache, the cacheline containing that byte is -* invalidated. If the cacheline is modified (dirty), the entire -* contents of the cacheline are written to system memory before the -* line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheFlushLine(INTPTR adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, (adr & (~0x1F))); - - /* Wait for flush to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the Data cache for the given address range. -* If the bytes specified by the address (adr) are cached by the -* Data cache, the cacheline containing those bytes is invalidated.If -* the cacheline is modified (dirty), the written to system memory -* before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlushRange(INTPTR adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0x00000000U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr &= ~(cacheline - 1U); - - while (LocalAddr < end) { - /* Flush Data cache line */ - asm_clean_inval_dc_line_mva_poc(LocalAddr); - - LocalAddr += cacheline; - } - } - dsb(); - mtcpsr(currmask); -} -/****************************************************************************/ -/** -* @brief Store a Data cache line. If the byte specified by the address -* (adr) is cached by the Data cache and the cacheline is modified -* (dirty), the entire contents of the cacheline are written to -* system memory.After the store completes, the cacheline is marked -* as unmodified (not dirty). -* -* @param adr: 32bit address of the data to be stored -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheStoreLine(INTPTR adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - mtcp(XREG_CP15_CLEAN_DC_LINE_MVA_POC, (adr & (~0x1F))); - - /* Wait for store to complete */ - dsb(); - isb(); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Enable the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheEnable(void) -{ - register u32 CtrlReg; - - /* enable caches only if they are disabled */ -#if defined (__GNUC__) - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#endif - if ((CtrlReg & XREG_CP15_CONTROL_I_BIT)==0x00000000U) { - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0); - - /* enable the instruction cache */ - CtrlReg |= (XREG_CP15_CONTROL_I_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - } -} - -/****************************************************************************/ -/** -* @brief Disable the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheDisable(void) -{ - register u32 CtrlReg; - - dsb(); - - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0); - - /* disable the instruction cache */ -#if defined (__GNUC__) - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,CtrlReg); -#endif - - CtrlReg &= ~(XREG_CP15_CONTROL_I_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Invalidate the entire instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheInvalidate(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1); - - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0); - - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate an instruction cache line.If the instruction specified -* by the address is cached by the instruction cache, the -* cacheline containing that instruction is invalidated. -* -* @param adr: 32bit address of the instruction to be invalidated. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_ICacheInvalidateLine(INTPTR adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1); - mtcp(XREG_CP15_INVAL_IC_LINE_MVA_POU, (adr & (~0x1F))); - - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate the instruction cache for the given address range. -* If the bytes specified by the address (adr) are cached by the -* Data cache, the cacheline containing that byte is invalidated. -* If the cachelineis modified (dirty), the modified contents are -* lost and are NOT written to system memory before the line is -* invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0x00000000U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 I-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - - while (LocalAddr < end) { - - /* Invalidate L1 I-cache line */ - asm_inval_ic_line_mva_pou(LocalAddr); - - LocalAddr += cacheline; - } - } - - /* Wait for invalidate to complete */ - dsb(); - mtcpsr(currmask); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_cache.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_cache.h deleted file mode 100644 index fcc7450..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_cache.h +++ /dev/null @@ -1,95 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.h -* -* @addtogroup r5_cache_apis Cortex R5 Processor Cache Functions -* -* Cache functions provide access to cache related operations such as flush -* and invalidate for instruction and data caches. It gives option to perform -* the cache operations on a single cacheline, a range of memory and an entire -* cache. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.00 	pkp  02/20/14 First release
-* 6.2   mus  01/27/17 Updated to support IAR compiler
-* 
-* -******************************************************************************/ -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -#if defined (__GNUC__) -#define asm_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)) - -#define asm_clean_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)) - -#define asm_clean_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)) - -#define asm_inval_ic_line_mva_pou(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)) -#elif defined (__ICCARM__) -#define asm_inval_dc_line_mva_poc(param) __asm volatile("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)) - -#define asm_clean_inval_dc_line_sw(param) __asm volatile("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)) - -#define asm_clean_inval_dc_line_mva_poc(param) __asm volatile("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)) - -#define asm_inval_ic_line_mva_pou(param) __asm volatile("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)) -#endif - -/** - *@endcond - */ - -void Xil_DCacheEnable(void); -void Xil_DCacheDisable(void); -void Xil_DCacheInvalidate(void); -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len); -void Xil_DCacheFlush(void); -void Xil_DCacheFlushRange(INTPTR adr, u32 len); -void Xil_DCacheInvalidateLine(INTPTR adr); -void Xil_DCacheFlushLine(INTPTR adr); -void Xil_DCacheStoreLine(INTPTR adr); - -void Xil_ICacheEnable(void); -void Xil_ICacheDisable(void); -void Xil_ICacheInvalidate(void); -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len); -void Xil_ICacheInvalidateLine(INTPTR adr); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup r5_cache_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mmu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mmu.h deleted file mode 100644 index 7754298..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mmu.h +++ /dev/null @@ -1,54 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* This file only includes xil_mpu.h which contains Xil_SetTlbAttributes API -* defined for MPU in R5. R5 does not have mmu and for usage of similar API -* the file has been created. -* -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.0	pkp  2/12/15 Initial version
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef XIL_MMU_H -#define XIL_MMU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/***************************** Include Files *********************************/ - -#include "xil_mpu.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MMU_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mpu.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mpu.c deleted file mode 100644 index ff13d1e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mpu.c +++ /dev/null @@ -1,610 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mpu.c -* -* This file provides APIs for enabling/disabling MPU and setting the memory -* attributes for sections, in the MPU translation table. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 6.2   mus  01/27/17 Updated to support IAR compiler
-* 6.4   asa  08/16/17 Added many APIs for MPU access to make MPU usage
-* 					  user-friendly. The APIs added are: Xil_UpdateMPUConfig,
-* 					  Xil_GetMPUConfig, Xil_GetNumOfFreeRegions,
-* 					  Xil_GetNextMPURegion, Xil_DisableMPURegionByRegNum,
-* 					  Xil_GetMPUFreeRegMask, Xil_SetMPURegionByRegNum, and
-* 					  Xil_InitializeExistingMPURegConfig.
-* 					  Added a new array of structure of type XMpuConfig to
-* 					  represent the MPU configuration table.
-* 6.8  aru  07/02/18 Returned the pointer instead of address
-*			of that pointer in Xil_MemMap().
-* 7.5  asa  03/01/21  Ensure that Mpu_Config does not stay in .boot/.vector
-*                     sections which generally should be executable code
-*                     which can be allocated and not written.
-*                     Mpu_Config array is populated during boot time, hence
-*                     cannot be placed in .bss or .data section. Putting
-*                     Mpu_Config in a new .bootdata section.
-* 
-* -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_mpu.h" -#include "xdebug.h" -#include "xstatus.h" -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ -#define MPU_REGION_SIZE_MIN 0x20 -/************************** Variable Definitions *****************************/ - -static const struct { - u64 size; - unsigned int encoding; -}region_size[] = { - { 0x20, REGION_32B }, - { 0x40, REGION_64B }, - { 0x80, REGION_128B }, - { 0x100, REGION_256B }, - { 0x200, REGION_512B }, - { 0x400, REGION_1K }, - { 0x800, REGION_2K }, - { 0x1000, REGION_4K }, - { 0x2000, REGION_8K }, - { 0x4000, REGION_16K }, - { 0x8000, REGION_32K }, - { 0x10000, REGION_64K }, - { 0x20000, REGION_128K }, - { 0x40000, REGION_256K }, - { 0x80000, REGION_512K }, - { 0x100000, REGION_1M }, - { 0x200000, REGION_2M }, - { 0x400000, REGION_4M }, - { 0x800000, REGION_8M }, - { 0x1000000, REGION_16M }, - { 0x2000000, REGION_32M }, - { 0x4000000, REGION_64M }, - { 0x8000000, REGION_128M }, - { 0x10000000, REGION_256M }, - { 0x20000000, REGION_512M }, - { 0x40000000, REGION_1G }, - { 0x80000000, REGION_2G }, - { 0x100000000, REGION_4G }, -}; - -#if defined (__GNUC__) -XMpu_Config Mpu_Config __attribute__((section(".bootdata"))); -#elif defined (__ICCARM__) -#pragma default_function_attributes = @ ".bootdata" -XMpu_Config Mpu_Config; -#endif - -/************************** Function Prototypes ******************************/ -void Xil_InitializeExistingMPURegConfig(void); -/*****************************************************************************/ -/** -* @brief This function sets the memory attributes for a section covering -* 1MB, of memory in the translation table. -* -* @param addr: 32-bit address for which memory attributes need to be set. -* @param attrib: Attribute for the given memory region. -* @return None. -* -* -******************************************************************************/ -void Xil_SetTlbAttributes(INTPTR addr, u32 attrib) -{ - INTPTR Localaddr = addr; - Localaddr &= (~(0xFFFFFU)); - /* Setting the MPU region with given attribute with 1MB size */ - Xil_SetMPURegion(Localaddr, 0x100000, attrib); -} - -/*****************************************************************************/ -/** -* @brief Set the memory attributes for a section of memory in the -* translation table. -* -* @param addr: 32-bit address for which memory attributes need to be set.. -* @param size: size is the size of the region. -* @param attrib: Attribute for the given memory region. -* @return None. -* -* -******************************************************************************/ -u32 Xil_SetMPURegion(INTPTR addr, u64 size, u32 attrib) -{ - u32 Regionsize = 0; - INTPTR Localaddr = addr; - u32 NextAvailableMemRegion; - unsigned int i; - - NextAvailableMemRegion = Xil_GetNextMPURegion(); - if (NextAvailableMemRegion == 0xFF) { - xdbg_printf(DEBUG, "No regions available\r\n"); - return XST_FAILURE; - } - - Xil_DCacheFlush(); - Xil_ICacheInvalidate(); - - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,NextAvailableMemRegion); - isb(); - - /* Lookup the size. */ - for (i = 0; i < sizeof region_size / sizeof region_size[0]; i++) { - if (size <= region_size[i].size) { - Regionsize = region_size[i].encoding; - break; - } - } - - Localaddr &= ~(region_size[i].size - 1); - - Regionsize <<= 1; - Regionsize |= REGION_EN; - dsb(); - mtcp(XREG_CP15_MPU_REG_BASEADDR, Localaddr); /* Set base address of a region */ - mtcp(XREG_CP15_MPU_REG_ACCESS_CTRL, attrib); /* Set the control attribute */ - mtcp(XREG_CP15_MPU_REG_SIZE_EN, Regionsize); /* set the region size and enable it*/ - dsb(); - isb(); - Xil_UpdateMPUConfig(NextAvailableMemRegion, Localaddr, Regionsize, attrib); - return XST_SUCCESS; -} -/*****************************************************************************/ -/** -* @brief Enable MPU for Cortex R5 processor. This function invalidates I -* cache and flush the D Caches, and then enables the MPU. -* -* @return None. -* -******************************************************************************/ -void Xil_EnableMPU(void) -{ - u32 CtrlReg, Reg; - s32 DCacheStatus=0, ICacheStatus=0; - /* enable caches only if they are disabled */ -#if defined (__GNUC__) - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,CtrlReg); -#endif - if ((CtrlReg & XREG_CP15_CONTROL_C_BIT) != 0x00000000U) { - DCacheStatus=1; - } - if ((CtrlReg & XREG_CP15_CONTROL_I_BIT) != 0x00000000U) { - ICacheStatus=1; - } - - if(DCacheStatus != 0) { - Xil_DCacheDisable(); - } - if(ICacheStatus != 0){ - Xil_ICacheDisable(); - } -#if defined (__GNUC__) - Reg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,Reg); -#endif - Reg |= 0x00000001U; - dsb(); - mtcp(XREG_CP15_SYS_CONTROL, Reg); - isb(); - /* enable caches only if they are disabled in routine*/ - if(DCacheStatus != 0) { - Xil_DCacheEnable(); - } - if(ICacheStatus != 0) { - Xil_ICacheEnable(); - } -} - -/*****************************************************************************/ -/** -* @brief Disable MPU for Cortex R5 processors. This function invalidates I -* cache and flush the D Caches, and then disabes the MPU. -* -* @return None. -* -******************************************************************************/ -void Xil_DisableMPU(void) -{ - u32 CtrlReg, Reg; - s32 DCacheStatus=0, ICacheStatus=0; - /* enable caches only if they are disabled */ - -#if defined (__GNUC__) - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,CtrlReg); -#endif - if ((CtrlReg & XREG_CP15_CONTROL_C_BIT) != 0x00000000U) { - DCacheStatus=1; - } - if ((CtrlReg & XREG_CP15_CONTROL_I_BIT) != 0x00000000U) { - ICacheStatus=1; - } - - if(DCacheStatus != 0) { - Xil_DCacheDisable(); - } - if(ICacheStatus != 0){ - Xil_ICacheDisable(); - } - - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0); -#if defined (__GNUC__) - Reg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL,Reg); -#endif - Reg &= ~(0x00000001U); - dsb(); - mtcp(XREG_CP15_SYS_CONTROL, Reg); - isb(); - /* enable caches only if they are disabled in routine*/ - if(DCacheStatus != 0) { - Xil_DCacheEnable(); - } - if(ICacheStatus != 0) { - Xil_ICacheEnable(); - } -} - -/*****************************************************************************/ -/** -* @brief Update the MPU configuration for the requested region number in -* the global MPU configuration table. -* -* @param reg_num: The requested region number to be updated information for. -* @param address: 32 bit address for start of the region. -* @param size: Requested size of the region. -* @param attrib: Attribute for the corresponding region. -* @return XST_FAILURE: When the requested region number if 16 or more. -* XST_SUCCESS: When the MPU configuration table is updated. -* -* -******************************************************************************/ -u32 Xil_UpdateMPUConfig(u32 reg_num, INTPTR address, u32 size, u32 attrib) -{ - u32 ReturnVal = XST_SUCCESS; - u32 Tempsize = size; - u32 Index; - - if (reg_num >= MAX_POSSIBLE_MPU_REGS) { - xdbg_printf(DEBUG, "Invalid region number\r\n"); - ReturnVal = XST_FAILURE; - goto exit; - } - - if (size & REGION_EN) { - Mpu_Config[reg_num].RegionStatus = MPU_REG_ENABLED; - Mpu_Config[reg_num].BaseAddress = address; - Tempsize &= (~REGION_EN); - Tempsize >>= 1; - /* Lookup the size. */ - for (Index = 0; Index < - sizeof region_size / sizeof region_size[0]; Index++) { - if (Tempsize <= region_size[Index].encoding) { - Mpu_Config[reg_num].Size = region_size[Index].size; - break; - } - } - Mpu_Config[reg_num].Attribute = attrib; - } else { - Mpu_Config[reg_num].RegionStatus = 0U; - Mpu_Config[reg_num].BaseAddress = 0U; - Mpu_Config[reg_num].Size = 0U; - Mpu_Config[reg_num].Attribute = 0U; - } - -exit: - return ReturnVal; -} - -/*****************************************************************************/ -/** -* @brief The MPU configuration table is passed to the caller. -* -* @param mpuconfig: This is of type XMpu_Config which is an array of -* 16 entries of type structure representing the MPU config table -* @return none -* -* -******************************************************************************/ -void Xil_GetMPUConfig (XMpu_Config mpuconfig) { - u32 Index = 0U; - - while (Index < MAX_POSSIBLE_MPU_REGS) { - mpuconfig[Index].RegionStatus = Mpu_Config[Index].RegionStatus; - mpuconfig[Index].BaseAddress = Mpu_Config[Index].BaseAddress; - mpuconfig[Index].Attribute = Mpu_Config[Index].Attribute; - mpuconfig[Index].Size = Mpu_Config[Index].Size; - Index++; - } -} - -/*****************************************************************************/ -/** -* @brief Returns the total number of free MPU regions available. -* -* @return Number of free regions available to users -* -* -******************************************************************************/ -u32 Xil_GetNumOfFreeRegions (void) { - u32 Index = 0U; - int NumofFreeRegs = 0U; - - while (Index < MAX_POSSIBLE_MPU_REGS) { - if (MPU_REG_DISABLED == Mpu_Config[Index].RegionStatus) { - NumofFreeRegs++; - } - Index++; - } - return NumofFreeRegs; -} - -/*****************************************************************************/ -/** -* @brief Returns the total number of free MPU regions available in the form -* of a mask. A bit of 1 in the returned 16 bit value represents the -* corresponding region number to be available. -* For example, if this function returns 0xC0000, this would mean, the -* regions 14 and 15 are available to users. -* -* @return The free region mask as a 16 bit value -* -* -******************************************************************************/ -u16 Xil_GetMPUFreeRegMask (void) { - u32 Index = 0U; - u16 FreeRegMask = 0U; - - while (Index < MAX_POSSIBLE_MPU_REGS) { - if (MPU_REG_DISABLED == Mpu_Config[Index].RegionStatus) { - FreeRegMask |= (1U << Index); - } - Index++; - } - return FreeRegMask; -} - -/*****************************************************************************/ -/** -* @brief Disables the corresponding region number as passed by the user. -* -* @param reg_num: The region number to be disabled -* @return XST_SUCCESS: If the region could be disabled successfully -* XST_FAILURE: If the requested region number is 16 or more. -* -* -******************************************************************************/ -u32 Xil_DisableMPURegionByRegNum (u32 reg_num) { - u32 Temp = 0U; - u32 ReturnVal = XST_FAILURE; - - if (reg_num >= 16U) { - xdbg_printf(DEBUG, "Invalid region number\r\n"); - goto exit1; - } - Xil_DCacheFlush(); - Xil_ICacheInvalidate(); - - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,reg_num); -#if defined (__GNUC__) - Temp = mfcp(XREG_CP15_MPU_REG_SIZE_EN); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_MPU_REG_SIZE_EN,Temp); -#endif - Temp &= (~REGION_EN); - dsb(); - mtcp(XREG_CP15_MPU_REG_SIZE_EN,Temp); - dsb(); - isb(); - Xil_UpdateMPUConfig(reg_num, 0U, 0U, 0U); - ReturnVal = XST_SUCCESS; - -exit1: - return ReturnVal; -} - -/*****************************************************************************/ -/** -* @brief Enables the corresponding region number as passed by the user. -* -* @param reg_num: The region number to be enabled -* @param addr: 32 bit address for start of the region. -* @param size: Requested size of the region. -* @param attrib: Attribute for the corresponding region. -* @return XST_SUCCESS: If the region could be created successfully -* XST_FAILURE: If the requested region number is 16 or more. -* -* -******************************************************************************/ -u32 Xil_SetMPURegionByRegNum (u32 reg_num, INTPTR addr, u64 size, u32 attrib) -{ - u32 ReturnVal = XST_SUCCESS; - INTPTR Localaddr = addr; - u32 Regionsize = 0; - u32 Index; - - if (reg_num >= 16U) { - xdbg_printf(DEBUG, "Invalid region number\r\n"); - ReturnVal = XST_FAILURE; - goto exit2; - } - - if (Mpu_Config[reg_num].RegionStatus == MPU_REG_ENABLED) { - xdbg_printf(DEBUG, "Region already enabled\r\n"); - ReturnVal = XST_FAILURE; - goto exit2; - } - - Xil_DCacheFlush(); - Xil_ICacheInvalidate(); - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,reg_num); - isb(); - - /* Lookup the size. */ - for (Index = 0; Index < - sizeof region_size / sizeof region_size[0]; Index++) { - if (size <= region_size[Index].size) { - Regionsize = region_size[Index].encoding; - break; - } - } - - Localaddr &= ~(region_size[Index].size - 1); - Regionsize <<= 1; - Regionsize |= REGION_EN; - dsb(); - mtcp(XREG_CP15_MPU_REG_BASEADDR, Localaddr); - mtcp(XREG_CP15_MPU_REG_ACCESS_CTRL, attrib); - mtcp(XREG_CP15_MPU_REG_SIZE_EN, Regionsize); - dsb(); - isb(); - Xil_UpdateMPUConfig(reg_num, Localaddr, Regionsize, attrib); -exit2: - return ReturnVal; - -} - -/*****************************************************************************/ -/** -* @brief Initializes the MPU configuration table that are setup in the -* R5 boot code in the Init_Mpu function called before C main. -* -* @return none -* -* -******************************************************************************/ -void Xil_InitializeExistingMPURegConfig(void) -{ - u32 Index = 0U; - u32 Index1 = 0U; - u32 MPURegSize; - INTPTR MPURegBA; - u32 MPURegAttrib; - u32 Tempsize; - - while (Index < MAX_POSSIBLE_MPU_REGS) { - mtcp(XREG_CP15_MPU_MEMORY_REG_NUMBER,Index); -#if defined (__GNUC__) - MPURegSize = mfcp(XREG_CP15_MPU_REG_SIZE_EN); - MPURegBA = mfcp(XREG_CP15_MPU_REG_BASEADDR); - MPURegAttrib = mfcp(XREG_CP15_MPU_REG_ACCESS_CTRL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_MPU_REG_SIZE_EN,MPURegSize); - mfcp(XREG_CP15_MPU_REG_BASEADDR, MPURegBA); - mfcp(XREG_CP15_MPU_REG_ACCESS_CTRL, MPURegAttrib); -#endif - if (MPURegSize & REGION_EN) { - Mpu_Config[Index].RegionStatus = MPU_REG_ENABLED; - Mpu_Config[Index].BaseAddress = MPURegBA; - Mpu_Config[Index].Attribute = MPURegAttrib; - Tempsize = MPURegSize & (~REGION_EN); - Tempsize >>= 1; - for (Index1 = 0; Index1 < - (sizeof (region_size) / sizeof (region_size[0])); Index1++) { - if (Tempsize <= region_size[Index1].encoding) { - Mpu_Config[Index].Size = region_size[Index1].size; - break; - } - } - } - Index++; - } -} - -/*****************************************************************************/ -/** -* @brief Returns the next available free MPU region -* -* @return The free MPU region available -* -* -******************************************************************************/ -u32 Xil_GetNextMPURegion(void) -{ - u32 Index = 0U; - u32 NextAvailableReg = 0xFF; - while (Index < MAX_POSSIBLE_MPU_REGS) { - if (Mpu_Config[Index].RegionStatus != MPU_REG_ENABLED) { - NextAvailableReg = Index; - break; - } - Index++; - } - return NextAvailableReg; -} - -#ifdef __GNUC__ -#define u32overflow(a, b) ({typeof(a) s; __builtin_uadd_overflow(a, b, &s); }) -#else -#define u32overflow(a, b) ((a) > ((a) + (b))) -#endif /* __GNUC__ */ - -/*****************************************************************************/ -/** -* @brief Memory mapping for Cortex-R5F. If successful, the mapped -* region will include all of the memory requested, but may -* include more. Specifically, it will be a power of 2 in -* size, aligned on a boundary of that size. -* -* @param Physaddr is base physical address at which to start mapping. -* NULL in Physaddr masks possible mapping errors. -* @param size of region to be mapped. -* @param flags used to set translation table. -* -* @return Physaddr on success, NULL on error. Ambiguous if Physaddr==NULL -* -* @cond Xil_MemMap_internal -* @note: u32overflow() is defined for readability and (for __GNUC__) to -* - force the type of the check to be the same as the first argument -* - hide the otherwise unused third argument of the builtin -* - improve safety by choosing the explicit _uadd_ version. -* Consider __builtin_add_overflow_p() when available. -* Use an alternative (less optimal?) for compilers w/o the builtin. -* @endcond -******************************************************************************/ -void *Xil_MemMap(UINTPTR Physaddr, size_t size, u32 flags) -{ - size_t Regionsize = MPU_REGION_SIZE_MIN; - UINTPTR Basephysaddr = 0, end = Physaddr + size; - - if (!flags) - return (void *)Physaddr; - if (u32overflow(Physaddr, size)) - return NULL; - for ( ; Regionsize != 0; Regionsize <<= 1) { - if (Regionsize >= size) { - Basephysaddr = Physaddr & ~(Regionsize - 1); - if (u32overflow(Basephysaddr, Regionsize)) - break; - if ((Basephysaddr + Regionsize) >= end) - return Xil_SetMPURegion(Basephysaddr, - Regionsize, flags) == XST_SUCCESS ? - (void *)Physaddr : NULL; - } - } - return NULL; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mpu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mpu.h deleted file mode 100644 index 06fa5cc..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xil_mpu.h +++ /dev/null @@ -1,115 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* -* @addtogroup r5_mpu_apis Cortex R5 Processor MPU specific APIs -* -* MPU functions provides access to MPU operations such as enable MPU, disable -* MPU and set attribute for section of memory. -* Boot code invokes Init_MPU function to configure the MPU. A total of 10 MPU -* regions are allocated with another 6 being free for users. Overview of the -* memory attributes for different MPU regions is as given below, -* -*| | Memory Range | Attributes of MPURegion | -*|-----------------------|-------------------------|-----------------------------| -*| DDR | 0x00000000 - 0x7FFFFFFF | Normal write-back Cacheable | -*| PL | 0x80000000 - 0xBFFFFFFF | Strongly Ordered | -*| QSPI | 0xC0000000 - 0xDFFFFFFF | Device Memory | -*| PCIe | 0xE0000000 - 0xEFFFFFFF | Device Memory | -*| STM_CORESIGHT | 0xF8000000 - 0xF8FFFFFF | Device Memory | -*| RPU_R5_GIC | 0xF9000000 - 0xF90FFFFF | Device memory | -*| FPS | 0xFD000000 - 0xFDFFFFFF | Device Memory | -*| LPS | 0xFE000000 - 0xFFFFFFFF | Device Memory | -*| OCM | 0xFFFC0000 - 0xFFFFFFFF | Normal write-back Cacheable | -* -* -* @note -* For a system where DDR is less than 2GB, region after DDR and before PL is -* marked as undefined in translation table. Memory range 0xFE000000-0xFEFFFFFF is -* allocated for upper LPS slaves, where as memory region 0xFF000000-0xFFFFFFFF is -* allocated for lower LPS slaves. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 6.4   asa  08/16/17 Added many APIs for MPU access to make MPU usage
-* 					  user-friendly. The APIs added are: Xil_UpdateMPUConfig,
-* 					  Xil_GetMPUConfig, Xil_GetNumOfFreeRegions,
-* 					  Xil_GetNextMPURegion, Xil_DisableMPURegionByRegNum,
-* 					  Xil_GetMPUFreeRegMask, Xil_SetMPURegionByRegNum, and
-* 					  Xil_InitializeExistingMPURegConfig.
-* 					  Added a new array of structure of type XMpuConfig to
-* 					  represent the MPU configuration table.
-* 
-* - -* -* -******************************************************************************/ -/** - *@cond nocomments - */ - -#ifndef XIL_MPU_H -#define XIL_MPU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ -#include "xil_types.h" -/***************************** Include Files *********************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ -#define MPU_REG_DISABLED 0U -#define MPU_REG_ENABLED 1U -#define MAX_POSSIBLE_MPU_REGS 16U -/**************************** Type Definitions *******************************/ -struct XMpuConfig{ - u32 RegionStatus; /* Enabled or disabled */ - INTPTR BaseAddress;/* MPU region base address */ - u64 Size; /* MPU region size address */ - u32 Attribute; /* MPU region size attribute */ -}; - -typedef struct XMpuConfig XMpu_Config[MAX_POSSIBLE_MPU_REGS]; - -extern XMpu_Config Mpu_Config; -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -/** - *@endcond - */ - -void Xil_SetTlbAttributes(INTPTR Addr, u32 attrib); -void Xil_EnableMPU(void); -void Xil_DisableMPU(void); -u32 Xil_SetMPURegion(INTPTR addr, u64 size, u32 attrib); -u32 Xil_UpdateMPUConfig(u32 reg_num, INTPTR address, u32 size, u32 attrib); -void Xil_GetMPUConfig (XMpu_Config mpuconfig); -u32 Xil_GetNumOfFreeRegions (void); -u32 Xil_GetNextMPURegion(void); -u32 Xil_DisableMPURegionByRegNum (u32 reg_num); -u16 Xil_GetMPUFreeRegMask (void); -u32 Xil_SetMPURegionByRegNum (u32 reg_num, INTPTR addr, u64 size, u32 attrib); -void* Xil_MemMap(UINTPTR Physaddr, size_t size, u32 flags); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MPU_H */ -/** -* @} End of "addtogroup r5_mpu_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpm_counter.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpm_counter.c deleted file mode 100644 index fc90230..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpm_counter.c +++ /dev/null @@ -1,470 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.c -* -* This file contains APIs for configuring and controlling the Cortex-R5 -* Performance Monitor Events. For more information about the event counters, -* see xpm_counter.h. -* The file contains APIs to setup an event, return the event counter value, -* disable event(s), enable events, reset event counters. -* It also provides a helper function: Xpm_SleepPerfCounter that is used to -* implement sleep routines in non-OS environment. -* It also contains two APIs which are being deprecated. Users are advised -* not to use them. -* On usage of these APIs, please refer to xpm_conter_example.c file which can -* be found at standalone example folder. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 6.2   mus  01/27/17 Updated to support IAR compiler
-* 7.1   aru  04/15/19 Updated the events correctly
-* 7.2   mus  01/29/20 Added helper function Xpm_SleepPerfCounter for sleep
-*                     routines. It would be consumed by sleep routines for
-*                     delay generation through CortexR5 PMU cycle counter,if
-*                     TTC2 as well as TTC3 is not present in HW design. User
-*                     can add compiler flag "DONT_USE_PMU_FOR_SLEEP_ROUTINES"
-*                     in BSP compiler flags to avoid using PMU cycle counter
-*                     for sleep routines.
-* 7.2   asa  03/18/20 Add implementation for new APIs that simplifies the
-*                     existing event handling mechanism.
-*                     Older APIs are being deprecated.
-* 7.6   mus  09/16/21 PmcrEventCfg32 is declared with deprecate attribute and
-*                     being used in one of the deprecated function,
-*                     that is always resulting into complialation
-*                     warning. Removed deprecate attribute from PmcrEventCfg32
-*                     to fix un-necessary warning CR#1110990.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xpm_counter.h" -#include "xil_sleeptimer.h" -#include "xtime_l.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ -typedef const u32 PmcrEventCfg32[XPM_CTRCOUNT]; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions *****************************/ - - -/******************************************************************************/ - -/****************************************************************************/ -/** -* -* @brief This function disables the Cortex R5 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_DisableEventCounters(void) -{ - u32 RegVal; - /* Disable the event counters */ -#ifdef __GNUC__ - RegVal = mfcp(XREG_CP15_COUNT_ENABLE_CLR); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_COUNT_ENABLE_CLR, RegVal); -#else - { register u32 C15Reg __asm(XREG_CP15_COUNT_ENABLE_CLR); - RegVal = C15Reg; } -#endif - RegVal |= XPM_EVENT_CNTRS_MASK; - mtcp(XREG_CP15_COUNT_ENABLE_CLR, RegVal); -} - -/****************************************************************************/ -/** -* -* @brief This function enables the Cortex R5 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_EnableEventCounters(void) -{ - u32 RegVal; - /* Enable the event counters */ -#ifdef __GNUC__ - RegVal = mfcp(XREG_CP15_COUNT_ENABLE_SET); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_COUNT_ENABLE_SET, RegVal); -#else - { register u32 C15Reg __asm(XREG_CP15_COUNT_ENABLE_SET); - RegVal = C15Reg; } -#endif - RegVal |= XPM_EVENT_CNTRS_MASK; - mtcp(XREG_CP15_COUNT_ENABLE_SET, RegVal); -} - -/****************************************************************************/ -/** -* -* @brief This function resets the Cortex R5 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_ResetEventCounters(void) -{ - u32 Reg; - -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_PERF_MONITOR_CTRL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_CTRL, Reg); -#else - { register u32 C15Reg __asm(XREG_CP15_PERF_MONITOR_CTRL); - Reg = C15Reg; } -#endif - Reg |= (1U << 2U); /* reset event counters */ - mtcp(XREG_CP15_PERF_MONITOR_CTRL, Reg); -} - -/*****************************************************************************/ -/** - * - * Disables the requested event counter. - * - * - * @param EventCntrId: Event Counter ID. The counter ID is the same that - * was earlier returned through a call to Xpm_SetUpAnEvent. - * Cortex-R5 supports only 3 counters. The valid values are 0, 1, - * or 2. - * - * @return - * - XST_SUCCESS if successful. - * - XST_FAILURE if the passed Counter ID is invalid - * (i.e. greater than 2). - * - ******************************************************************************/ -u32 Xpm_DisableEvent(u32 EventCntrId) -{ - u32 Counters; - u32 CntrMask = 0x1U; - - if (EventCntrId > XPM_MAX_EVENTHANDLER_ID) { - xil_printf("Invalid EventHandlerID\r\n"); - return XST_FAILURE; - } else { - CntrMask = CntrMask << EventCntrId; -#ifdef __GNUC__ - Counters = mfcp(XREG_CP15_COUNT_ENABLE_CLR); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_COUNT_ENABLE_CLR, Counters); -#else - { register u32 C15Reg __asm(XREG_CP15_COUNT_ENABLE_CLR); - Counters = C15Reg; } -#endif - Counters &= ~CntrMask; - mtcp(XREG_CP15_COUNT_ENABLE_CLR, Counters); - return XST_SUCCESS; - } -} - -/*****************************************************************************/ -/** - * - * Sets up one of the event counters to count events based on the Event ID - * passed. For supported Event IDs please refer xpm_counter.h. - * Upon invoked, the API searches for an available counter. After finding - * one, it sets up the counter to count events for the requested event. - * - * - * @param EventID: For valid values, please refer xpm_counter.h. - * - * @return - * - Counter Number if successful. For Cortex-R5, valid return values are - * 0, 1, or 2. - * - XPM_NO_COUNTERS_AVAILABLE (0xFF) if all counters are being used - * - ******************************************************************************/ -u32 Xpm_SetUpAnEvent(u32 EventID) -{ - u32 Counters; - u32 OriginalCounters; - u32 Index; - -#ifdef __GNUC__ - OriginalCounters = mfcp(XREG_CP15_COUNT_ENABLE_SET); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_COUNT_ENABLE_SET, OriginalCounters); -#else - { register u32 C15Reg __asm(XREG_CP15_COUNT_ENABLE_SET); - OriginalCounters = C15Reg; } -#endif - OriginalCounters &= XPM_EVENT_CNTRS_BIT_MASK; - Counters = OriginalCounters; - if (Counters == XPM_ALL_EVENT_CNTRS_IN_USE) { - xil_printf("No counters available\r\n"); - return XPM_NO_COUNTERS_AVAILABLE; - } else { - for(Index = 0U; Index < XPM_CTRCOUNT; Index++) { - if ((Counters & 0x1U) == 0x0) { - break; - } else { - Counters = Counters >> 0x1U; - continue; - } - } - } - - /* Select event counter */ - mtcp(XREG_CP15_EVENT_CNTR_SEL, Index); - /* Set the event */ - mtcp(XREG_CP15_EVENT_TYPE_SEL, EventID); - /* Enable event counter */ - mtcp(XREG_CP15_COUNT_ENABLE_SET, OriginalCounters | (1U << Index)); - return Index; -} - -/*****************************************************************************/ -/** - * - * Reads the counter value for the requested counter ID. This is used to read - * the number of events that has been counted for the requsted event ID. - * This can only be called after a call to Xpm_SetUpAnEvent. - * - * - * @param EventCntrId: The counter ID is the same that was earlier - * returned through a call to Xpm_SetUpAnEvent. - * Cortex-R5 supports only 3 counters. The valid values are 0, 1, - * or 2. - * @param CntVal: Pointer to a 32 bit unsigned int type. This is used to return - * the event counter value. - * - * @return - * - XST_SUCCESS if successful. - * - XST_FAILURE if the passed Counter ID is invalid - * (i.e. greater than 2). - * - ******************************************************************************/ -u32 Xpm_GetEventCounter(u32 EventCntrId, u32 *CntVal) -{ - if (EventCntrId > XPM_MAX_EVENTHANDLER_ID) { - xil_printf("Invalid Event Handler ID\r\n"); - return XST_FAILURE; - } else { - mtcp(XREG_CP15_EVENT_CNTR_SEL, EventCntrId); -#ifdef __GNUC__ - *CntVal = mfcp(XREG_CP15_PERF_MONITOR_COUNT); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_COUNT, (*CntVal)); -#else - { register u32 C15Reg __asm(XREG_CP15_PERF_MONITOR_COUNT); - *CntVal = C15Reg; } -#endif - return XST_SUCCESS; - } -} - -/****************************************************************************/ -/** -* -* @brief This is helper function used by sleep/usleep APIs to generate -* delay in sec/usec -* -* @param delay - delay time in sec/usec -* @param frequency - Number of countes in second/micro second -* -* @return None. -* -*****************************************************************************/ - -void Xpm_SleepPerfCounter(u32 delay, u64 frequency) -{ - u64 tEnd = 0U; - u64 tCur = 0U; - XCntrVal TimeHighVal = 0U; - XCntrVal TimeLowVal1 = 0U; - XCntrVal TimeLowVal2 = 0U; - -#if defined (__GNUC__) - TimeLowVal1 = Xpm_ReadCycleCounterVal(); -#elif defined (__ICCARM__) - Xpm_ReadCycleCounterVal(TimeLowVal1); -#endif - tEnd = (u64)TimeLowVal1 + ((u64)(delay) * frequency); - do { -#if defined (__GNUC__) - TimeLowVal2 = Xpm_ReadCycleCounterVal(); -#elif defined (__ICCARM__) - Xpm_ReadCycleCounterVal(TimeLowVal2); -#endif - if (TimeLowVal2 < TimeLowVal1) { - TimeHighVal++; - } - TimeLowVal1 = TimeLowVal2; - tCur = (((u64) TimeHighVal) << XSLEEP_TIMER_REG_SHIFT) | - (u64)TimeLowVal2; - }while (tCur < tEnd); -} - -/****************************************************************************/ -/** -* -* @brief This function configures the Cortex R5 event counters controller, -* with the event codes, in a configuration selected by the user and -* enables the counters. -* -* @param PmcrCfg: Configuration value based on which the event counters -* are configured.XPM_CNTRCFG* values defined in xpm_counter.h can -* be utilized for setting configuration -* -* @return None. -* -*****************************************************************************/ -void Xpm_SetEvents(s32 PmcrCfg) -{ - u32 Counter; - static PmcrEventCfg32 PmcrEvents[] = { - - { - XPM_EVENT_SOFTINCR, - XPM_EVENT_INSTRCACHEMISS, - XPM_EVENT_DATACACHEMISS - }, - { - XPM_EVENT_DATACACHEACCESS, - XPM_EVENT_DATAREAD, - XPM_EVENT_DATAWRITE - }, - { - XPM_EVENT_INSTR, - XPM_EVENT_DUALINSTR, - XPM_EVENT_EXCEPTION - }, - { - XPM_EVENT_EXCEPTIONRET, - XPM_EVENT_CHANGETOCONTEXID, - XPM_EVENT_SWCHANGE - }, - { - XPM_EVENT_IMMEDIATEINSTR, - XPM_EVENT_PROCEDURERET, - XPM_EVENT_UNALIGNACCESS - }, - { - XPM_EVENT_BRANCHMISPREDICT, - XPM_EVENT_CLOCKCYCLES, - XPM_EVENT_BRANCHPREDICT - }, - { - XPM_EVENT_INSTRSTALL, - XPM_EVENT_DATASTALL, - XPM_EVENT_DATACACHEWRITE - }, - { - XPM_EVENT_EXTERNALMEMREQ, - XPM_EVENT_LSUSTALL, - XPM_EVENT_FORCEDRAINSTORE - }, - { - XPM_EVENT_INSTRTAGPARITY, - XPM_EVENT_INSTRDATAPARITY, - XPM_EVENT_DATATAGPARITY - }, - { - XPM_EVENT_DATADATAPARITY, - XPM_EVENT_TCMERRORPREFETCH, - XPM_EVENT_TCMERRORSTORE - }, - { - XPM_EVENT_INSTRCACHEACCESS, - XPM_EVENT_DUALISSUEA, - XPM_EVENT_DUALISSUEB - }, - { - XPM_EVENT_DUALISSUEOTHER, - XPM_EVENT_FPA, - XPM_EVENT_DATACACHEDATAERROR - }, - { - XPM_EVENT_DATACACHETAGERROR, - XPM_EVENT_PROCESSORLIVELOCK, - XPM_EVENT_ATCMMULTIBITERROR - }, - { - XPM_EVENT_B0TCMMULTIBITERROR, - XPM_EVENT_B1TCMMULTIBITERROR, - XPM_EVENT_ATCMSINGLEBITERROR - }, - { - XPM_EVENT_B0TCMSINGLEBITERROR, - XPM_EVENT_B1TCMSINGLEBITERROR, - XPM_EVENT_TCMERRORLSU - }, - { - XPM_EVENT_TCMERRORPFU, - XPM_EVENT_TCMFATALERRORAXI, - XPM_EVENT_TCMERRORAXI - }, - - }; - const u32 *ptr = PmcrEvents[PmcrCfg]; - - Xpm_DisableEventCounters(); - - for(Counter = 0U; Counter < XPM_CTRCOUNT; Counter++) { - - /* Select event counter */ - mtcp(XREG_CP15_EVENT_CNTR_SEL, Counter); - - /* Set the event */ - mtcp(XREG_CP15_EVENT_TYPE_SEL, ptr[Counter]); - } - - Xpm_ResetEventCounters(); - Xpm_EnableEventCounters(); -} - -/****************************************************************************/ -/** -* -* @brief This function disables the event counters and returns the counter -* values. -* -* @param PmCtrValue: Pointer to an array of type u32 PmCtrValue[6]. -* It is an output parameter which is used to return the PM -* counter values. -* -* @return None. -* -*****************************************************************************/ -void Xpm_GetEventCounters(u32 *PmCtrValue) -{ - u32 Counter; - - Xpm_DisableEventCounters(); - - for(Counter = 0U; Counter < XPM_CTRCOUNT; Counter++) { - - mtcp(XREG_CP15_EVENT_CNTR_SEL, Counter); -#ifdef __GNUC__ - PmCtrValue[Counter] = mfcp(XREG_CP15_PERF_MONITOR_COUNT); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_COUNT, PmCtrValue[Counter]); -#else - { register u32 Cp15Reg __asm(XREG_CP15_PERF_MONITOR_COUNT); - PmCtrValue[Counter] = Cp15Reg; } -#endif - } -} - - diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpm_counter.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpm_counter.h deleted file mode 100644 index f9511df..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpm_counter.h +++ /dev/null @@ -1,539 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.h -* -* @addtogroup r5_event_counter_apis Cortex R5 Event Counters Functions -* -* Cortex R5 event counter functions can be utilized to configure and control -* the Cortex-R5 performance monitor events. -* Cortex-R5 Performance Monitor has 3 event counters which can be used to -* count a variety of events described in Coretx-R5 TRM. The xpm_counter.h file -* defines configurations XPM_CNTRCFGx which can be used to program the event -* counters to count a set of events. -* -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 7.1   aru  04/15/19 Updated the events correctly
-* 7.2   mus  01/29/20 Added new macro Xpm_ReadCycleCounterVal, to
-*                     read PMU cycle counter value
-* 7.2   asa  03/18/20 Add prototypes for new APIs. Deprecate older
-*                     APIs. Add new macros being used in the new APIs.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPMCOUNTER_H /* prevent circular inclusions */ -#define XPMCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* Number of performance counters */ -#define XPM_CTRCOUNT 3U - -/* The following constants define the Cortex-R5 Performance Monitor Events */ - -/* - * Software increment. The register is incremented only on writes to the - * Software Increment Register - */ -#define XPM_EVENT_SOFTINCR 0x00U - -/* - * Instruction cache miss - * Each Instruction fetch from normal cacheable memory that causes a refill from - * the level 2 memory system generates this event.Accesses that do not cause a new - * cache refill, but are satisfied from refilling data of a previous miss are not - * counted. Where instruction fetches consists of multiple instructions, these - * accesses count as single events. - */ -#define XPM_EVENT_INSTRCACHEMISS 0x01 - -/* - * Data cache miss - * Each data read from or write to normal cacheable memory that causes a refill - * from the level 2 memory system generates this event.Accesses that do not cause - * a new cache refill, but are satisfied from refilling data of a previous miss are - * not counted. Each access to a cache line to normal cacheable memory that causes - * a new linefill is counted,including the multiple transactions of an LDM and STM - */ - -#define XPM_EVENT_DATACACHEMISS 0x03 - -/* - * Each access to a cache line is counted including the multiple transactions of - * an LDM, STM, or other operations. - */ - -#define XPM_EVENT_DATACACHEACCESS 0x04 - -/* - *Data read architecturally executed - *This evevt occurs for every every instruction that explicitly reads data, - *including SWP. - */ - -#define XPM_EVENT_DATAREAD 0x06 - -/* - *Data write architecturally executed - *This evevt occurs for every every instruction that explicitly writes data, - *including SWP. - */ - -#define XPM_EVENT_DATAWRITE 0x07 - -/* - *Instruction architecturally executed - */ - -#define XPM_EVENT_INSTR 0x08 -/* - * Dual-issued pair of instructions architecturally executed - */ - -#define XPM_EVENT_DUALINSTR 0x5E - -/* - * Exception taken - * This event occurs on each exception taken - */ - -#define XPM_EVENT_EXCEPTION 0x09 - -/* - * Exception return architecturally executed. - * This event occurs on every exception return - * for example: - * RFE,MOVS PC,LDM Rn, {..,PC}^ - */ - -#define XPM_EVENT_EXCEPTIONRET 0x0A - -/* - * Change to Context ID Executed - */ - -#define XPM_EVENT_CHANGETOCONTEXID 0x0B - -/* - * Software Change of PC, except by an exception, - * architecturally executed - */ - -#define XPM_EVENT_SWCHANGE 0x0C - -/* - * B immediate, BL immediate or BLX immediate instruction - * architecturally executed - * - */ - -#define XPM_EVENT_IMMEDIATEINSTR 0x0D - -/* - * Procedure return architecturally executed, other than exception returns - * For example: - * BZ Rm, "LDM Rn, {..,PC}" - */ - -#define XPM_EVENT_PROCEDURERET 0x0E - -/* - * Unaligned access architecturally executed - * This event occurs for each instruction that was to an unaligned - * address that either triggered an alignment fault, or would have done - * so if the SCTLR A-bit had been set. - */ - -#define XPM_EVENT_UNALIGNACCESS 0x0F - -/* - * Branch mispredicted or not predicted - * This event ocurs for every pipeline flush - * caused by a branch - */ - -#define XPM_EVENT_BRANCHMISPREDICT 0x10 - -/* - * Counts clock cycles when the Cortex-r5 processor is not in WFE/WFI. This - * event is not exported on the EVENT bus - */ - -#define XPM_EVENT_CLOCKCYCLES 0x11U - -/* - * Branches or other change in program flow that could have - * been predicted by the branch prediction resources of the processor. - */ - -#define XPM_EVENT_BRANCHPREDICT 0x12 - -/* - * Stall because instruction buffer cannot deliver an instruction - * This can indicate a cache miss. This event occurs every cycle where - * the conditions is present. - */ - -#define XPM_EVENT_INSTRSTALL 0x40 - -/* - * Stall because of data dependency between instructions. - * This event occurs every cycle where the condition is present. - */ - -#define XPM_EVENT_DATASTALL 0x41 - -/* - * Data cache write-back - * This event occurs once for each line that is written back from the cache. - */ - -#define XPM_EVENT_DATACACHEWRITE 0x42 - -/* - * External memory request - * Examples of this are cache refill, Non-cacheable accesses, write through - * writes, cache line evictions(write-back) - */ - -#define XPM_EVENT_EXTERNALMEMREQ 0x43U - -/* - * Stall because of LSU being busy - * This event takes place each clock cycle where the condition is met. - * A high incidence of this event indicates the pipeline is often waiting - * for transactions to complete on the external bus. - */ - -#define XPM_EVENT_LSUSTALL 0x44 - -/* - * Store Buffer was forced to drain completely - * Examples of this Fir cortex-R5 are DMB, Strongly ordered memory access, - * or similar events. - * - */ - -#define XPM_EVENT_FORCEDRAINSTORE 0x45 - -/* - * Instruction cache tag RAm parity or correctable ECC error - */ - -#define XPM_EVENT_INSTRTAGPARITY 0x4A - -/* - * Instruction cache data RAm parity or correctable ECC error - */ - -#define XPM_EVENT_INSTRDATAPARITY 0x4B - -/* - * Data cache tag or dirty RAM parity error or correctable ECC error, - * from data-side or ACP - */ - -#define XPM_EVENT_DATATAGPARITY 0x4C - -/* - * Data cache data RAM parity error or correctable ECC error - */ - -#define XPM_EVENT_DATADATAPARITY 0x4D - -/* - * TCM fatal ECC error reported from the prefetch unit - */ - -#define XPM_EVENT_TCMERRORPREFETCH 0x4E - -/* - * TCM fatal ECC error reported from the load/store unit - */ - -#define XPM_EVENT_TCMERRORSTORE 0x4F - -/* - * Instruction cache access - */ - -#define XPM_EVENT_INSTRCACHEACCESS 0x58 - -/* - * Dual issue case A(branch) - */ - -#define XPM_EVENT_DUALISSUEA 0x5A - -/* - * Dual issue case B1,B2,F2(load/store), F2D. - */ - -#define XPM_EVENT_DUALISSUEB 0x5B - -/* - * Dual issue other case - */ - -#define XPM_EVENT_DUALISSUEOTHER 0x5C - -/* - * Double precision floating point arithmetic or - * conversion instruction executed. - */ - -#define XPM_EVENT_FPA 0x5D - -/* - * Data cache data RAM fatal ECC error - */ - -#define XPM_EVENT_DATACACHEDATAERROR 0x60 - -/* - * Data cache tag/dirty RAM fatal ECC error, from data-side or ACP - */ - -#define XPM_EVENT_DATACACHETAGERROR 0x61 - -/* - * Processor livelock because of hard errors or exception vector - */ - -#define XPM_EVENT_PROCESSORLIVELOCK 0x62 - -/* - * ATCM Multi-bit error - */ - -#define XPM_EVENT_ATCMMULTIBITERROR 0x64 - -/* - * B0TCM Multi-bit error - */ - -#define XPM_EVENT_B0TCMMULTIBITERROR 0x65 - -/* - * B1TCM Multi-bit error - */ - -#define XPM_EVENT_B1TCMMULTIBITERROR 0x66 - -/* - * ATCM Single-bit error - */ - -#define XPM_EVENT_ATCMSINGLEBITERROR 0x67 - -/* - * B0TCM Single-bit error - */ - -#define XPM_EVENT_B0TCMSINGLEBITERROR 0x68 - -/* - * B1TCM Single-bit error - */ - -#define XPM_EVENT_B1TCMSINGLEBITERROR 0x69 - -/* - * TCM correctable ECC error reported by load/store unit - */ - -#define XPM_EVENT_TCMERRORLSU 0x6A - -/* - * TCM correctable ECC error reported by prefetch unit - */ - -#define XPM_EVENT_TCMERRORPFU 0x6B - -/* - * TCM fatal ECC error reported by AXI slave unit - */ - -#define XPM_EVENT_TCMFATALERRORAXI 0x6C - -/* - * TCM correctable ECC error reported by AXI slave unit - */ - -#define XPM_EVENT_TCMERRORAXI 0x6D - -/* - * ACP D-cache access, lookup or invalidate - */ - - -#define XPM_EVENT_DCACHEACCESS 0x72 - -/* - * ACP D-cache invalidate - */ - -#define XPM_EVENT_DCACHEINVALIDATE 0x73 - - -/* - * The following constants define the configurations for Cortex-R5 Performance - * Monitor Events. Each configuration configures the event counters for a set - * of events. - * ----------------------------------------------- - * Config PmCtr0... PmCtr5 - * ----------------------------------------------- - * XPM_CNTRCFG1 { XPM_EVENT_SOFTINCR, - * XPM_EVENT_INSTRCACHEMISS, - * XPM_EVENT_DATACACHEMISS } - * - * XPM_CNTRCFG2 { XPM_EVENT_DATACACHEACCESS, - * XPM_EVENT_DATAREAD, - * XPM_EVENT_DATAWRITE } - * - * XPM_CNTRCFG3 { XPM_EVENT_INSTR, - * XPM_EVENT_DUALINSTR, - * XPM_EVENT_EXCEPTION } - * - * XPM_CNTRCFG4 { XPM_EVENT_EXCEPTIONRET, - * XPM_EVENT_CHANGETOCONTEXID, - * XPM_EVENT_SWCHANGE } - * - * XPM_CNTRCFG5 { XPM_EVENT_IMMEDIATEINSTR, - * XPM_EVENT_PROCEDURERET, - * XPM_EVENT_UNALIGNACCESS } - * - * XPM_CNTRCFG6 { XPM_EVENT_BRANCHMISPREDICT, - * XPM_EVENT_CLOCKCYCLES, - * XPM_EVENT_BRANCHPREDICT } - * - * XPM_CNTRCFG7 { XPM_EVENT_INSTRSTALL, - * XPM_EVENT_DATASTALL, - * XPM_EVENT_DATACACHEWRITE } - * - * XPM_CNTRCFG8 { XPM_EVENT_EXTERNALMEMREQ, - * XPM_EVENT_LSUSTALL, - * XPM_EVENT_FORCEDRAINSTORE } - * - * XPM_CNTRCFG9 { XPM_EVENT_INSTRTAGPARITY, - * XPM_EVENT_INSTRDATAPARITY, - * XPM_EVENT_DATATAGPARITY } - * - * XPM_CNTRCFG10 { XPM_EVENT_DATADATAPARITY, - * XPM_EVENT_TCMERRORPREFETCH, - * XPM_EVENT_TCMERRORSTORE } - * - * XPM_CNTRCFG11 { XPM_EVENT_INSTRCACHEACCESS, - * XPM_EVENT_DUALISSUEA, - * XPM_EVENT_DUALISSUEB } - * - * XPM_CNTRCFG12 { XPM_EVENT_DUALISSUEOTHER, - * XPM_EVENT_FPA, - * XPM_EVENT_DATACACHEDATAERROR } - * - * XPM_CNTRCFG13 { XPM_EVENT_DATACACHETAGERROR, - * XPM_EVENT_PROCESSORLIVELOCK, - * XPM_EVENT_ATCMMULTIBITERROR } - * - * XPM_CNTRCFG14 { XPM_EVENT_B0TCMMULTIBITERROR, - * XPM_EVENT_B1TCMMULTIBITERROR, - * XPM_EVENT_ATCMSINGLEBITERROR } - * - * XPM_CNTRCFG15 { XPM_EVENT_B0TCMSINGLEBITERROR, - * XPM_EVENT_B1TCMSINGLEBITERROR, - * XPM_EVENT_TCMERRORLSU } - * - * XPM_CNTRCFG16 { XPM_EVENT_TCMERRORPFU, - * XPM_EVENT_TCMFATALERRORAXI, - * XPM_EVENT_TCMERRORAXI } - */ -#define XPM_CNTRCFG1 0 -#define XPM_CNTRCFG2 1 -#define XPM_CNTRCFG3 2 -#define XPM_CNTRCFG4 3 -#define XPM_CNTRCFG5 4 -#define XPM_CNTRCFG6 5 -#define XPM_CNTRCFG7 6 -#define XPM_CNTRCFG8 7 -#define XPM_CNTRCFG9 8 -#define XPM_CNTRCFG10 9 -#define XPM_CNTRCFG11 10 -#define XPM_CNTRCFG12 11 -#define XPM_CNTRCFG13 12 -#define XPM_CNTRCFG14 13 -#define XPM_CNTRCFG15 14 -#define XPM_CNTRCFG16 15 -#endif - -#define XPM_NO_COUNTERS_AVAILABLE 0xFFU -#define XPM_MAX_EVENTHANDLER_ID 0x2U -#define XPM_EVENT_CNTRS_BIT_MASK 0x7U -#define XPM_ALL_EVENT_CNTRS_IN_USE 0x7U -#define XPM_EVENT_CNTRS_MASK 0x3U - -/**************************** Type Definitions ******************************/ -/** - *@endcond - */ -/***************** Macros (Inline Functions) Definitions ********************/ -#if defined(__GNUC__) -#define Xpm_ReadCycleCounterVal() mfcp(XREG_CP15_PERF_CYCLE_COUNTER) -#elif defined (__ICCARM__) -#define Xpm_ReadCycleCounterVal(val) mfcp(XREG_CP15_PERF_CYCLE_COUNTER,val) -#endif -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -/* Interface functions to access performance counters from abstraction layer */ -#if defined(__GNUC__) -void Xpm_SetEvents(s32 PmcrCfg) __attribute__ ((deprecated)); -void Xpm_GetEventCounters(u32 *PmCtrValue) __attribute__ ((deprecated)); -#else -void Xpm_SetEvents(s32 PmcrCfg); -void Xpm_GetEventCounters(u32 *PmCtrValue); -#endif -u32 Xpm_DisableEvent(u32 EventHandlerId); -u32 Xpm_SetUpAnEvent(u32 EventID); -u32 Xpm_GetEventCounter(u32 EventHandlerId, u32 *CntVal); -void Xpm_DisableEventCounters(void); -void Xpm_EnableEventCounters (void); -void Xpm_ResetEventCounters (void); - -/* This is helper function for sleep/usleep APIs */ -void Xpm_SleepPerfCounter(u32 delay, u64 frequency); - -#ifdef __cplusplus -} -#endif - -/** -* @} End of "addtogroup r5_event_counter_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpseudo_asm.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpseudo_asm.h deleted file mode 100644 index 46b7045..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xpseudo_asm.h +++ /dev/null @@ -1,60 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm.h -* -* @addtogroup r5_specific Cortex R5 Processor Specific Include Files -* -* The xpseudo_asm.h includes xreg_cortexr5.h and xpseudo_asm_gcc.h. -* -* The xreg_cortexr5.h file contains definitions for inline assembler code. -* It provides inline definitions for Cortex R5 GPRs, SPRs,co-processor -* registers and Debug register -* -* The xpseudo_asm_gcc.h contains the definitions for the most often used -* inline assembler instructions, available as macros. These can be very -* useful for tasks such as setting or getting special purpose registers, -* synchronization,or cache manipulation. These inline assembler instructions -* can be used from drivers and user applications written in C. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 6.2   mus  01/27/17 Updated to support IAR compiler
-* 7.3   dp   06/25/20 Initial version for armclang
-* 
-* -******************************************************************************/ -#ifndef XPSEUDO_ASM_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xreg_cortexr5.h" -#if defined (__clang__) -#include "xpseudo_asm_armclang.h" -#elif defined (__GNUC__) -#include "xpseudo_asm_gcc.h" -#elif defined (__ICCARM__) -#include "xpseudo_asm_iccarm.h" -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XPSEUDO_ASM_H */ -/** -* @} End of "addtogroup r5_specific". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xreg_cortexr5.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xreg_cortexr5.h deleted file mode 100644 index f25c28a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xreg_cortexr5.h +++ /dev/null @@ -1,427 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xreg_cortexr5.h -* -* This header file contains definitions for using inline assembler code. It is -* written specifically for the GNU, IAR, ARMCC compiler. -* -* All of the ARM Cortex R5 GPRs, SPRs, and Debug Registers are defined along -* with the positions of the bits within the registers. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00  pkp  02/10/14 Initial version
-* 
-* -******************************************************************************/ -/** - *@cond nocomments - */ - -#ifndef XREG_CORTEXR5_H /* prevent circular inclusions */ -#define XREG_CORTEXR5_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/* GPRs */ -#define XREG_GPR0 r0 -#define XREG_GPR1 r1 -#define XREG_GPR2 r2 -#define XREG_GPR3 r3 -#define XREG_GPR4 r4 -#define XREG_GPR5 r5 -#define XREG_GPR6 r6 -#define XREG_GPR7 r7 -#define XREG_GPR8 r8 -#define XREG_GPR9 r9 -#define XREG_GPR10 r10 -#define XREG_GPR11 r11 -#define XREG_GPR12 r12 -#define XREG_GPR13 r13 -#define XREG_GPR14 r14 -#define XREG_GPR15 r15 -#define XREG_CPSR cpsr - -/* Coprocessor number defines */ -#define XREG_CP0 0 -#define XREG_CP1 1 -#define XREG_CP2 2 -#define XREG_CP3 3 -#define XREG_CP4 4 -#define XREG_CP5 5 -#define XREG_CP6 6 -#define XREG_CP7 7 -#define XREG_CP8 8 -#define XREG_CP9 9 -#define XREG_CP10 10 -#define XREG_CP11 11 -#define XREG_CP12 12 -#define XREG_CP13 13 -#define XREG_CP14 14 -#define XREG_CP15 15 - -/* Coprocessor control register defines */ -#define XREG_CR0 cr0 -#define XREG_CR1 cr1 -#define XREG_CR2 cr2 -#define XREG_CR3 cr3 -#define XREG_CR4 cr4 -#define XREG_CR5 cr5 -#define XREG_CR6 cr6 -#define XREG_CR7 cr7 -#define XREG_CR8 cr8 -#define XREG_CR9 cr9 -#define XREG_CR10 cr10 -#define XREG_CR11 cr11 -#define XREG_CR12 cr12 -#define XREG_CR13 cr13 -#define XREG_CR14 cr14 -#define XREG_CR15 cr15 - -/* Current Processor Status Register (CPSR) Bits */ -#define XREG_CPSR_THUMB_MODE 0x20U -#define XREG_CPSR_MODE_BITS 0x1FU -#define XREG_CPSR_SYSTEM_MODE 0x1FU -#define XREG_CPSR_UNDEFINED_MODE 0x1BU -#define XREG_CPSR_DATA_ABORT_MODE 0x17U -#define XREG_CPSR_SVC_MODE 0x13U -#define XREG_CPSR_IRQ_MODE 0x12U -#define XREG_CPSR_FIQ_MODE 0x11U -#define XREG_CPSR_USER_MODE 0x10U - -#define XREG_CPSR_IRQ_ENABLE 0x80U -#define XREG_CPSR_FIQ_ENABLE 0x40U - -#define XREG_CPSR_N_BIT 0x80000000U -#define XREG_CPSR_Z_BIT 0x40000000U -#define XREG_CPSR_C_BIT 0x20000000U -#define XREG_CPSR_V_BIT 0x10000000U - -/*MPU region definitions*/ -#define REGION_32B 0x00000004U -#define REGION_64B 0x00000005U -#define REGION_128B 0x00000006U -#define REGION_256B 0x00000007U -#define REGION_512B 0x00000008U -#define REGION_1K 0x00000009U -#define REGION_2K 0x0000000AU -#define REGION_4K 0x0000000BU -#define REGION_8K 0x0000000CU -#define REGION_16K 0x0000000DU -#define REGION_32K 0x0000000EU -#define REGION_64K 0x0000000FU -#define REGION_128K 0x00000010U -#define REGION_256K 0x00000011U -#define REGION_512K 0x00000012U -#define REGION_1M 0x00000013U -#define REGION_2M 0x00000014U -#define REGION_4M 0x00000015U -#define REGION_8M 0x00000016U -#define REGION_16M 0x00000017U -#define REGION_32M 0x00000018U -#define REGION_64M 0x00000019U -#define REGION_128M 0x0000001AU -#define REGION_256M 0x0000001BU -#define REGION_512M 0x0000001CU -#define REGION_1G 0x0000001DU -#define REGION_2G 0x0000001EU -#define REGION_4G 0x0000001FU - -#define REGION_EN 0x00000001U - - - -#define SHAREABLE 0x00000004U /*shareable */ -#define STRONG_ORDERD_SHARED 0x00000000U /*strongly ordered, always shareable*/ - -#define DEVICE_SHARED 0x00000001U /*device, shareable*/ -#define DEVICE_NONSHARED 0x00000010U /*device, non shareable*/ - -#define NORM_NSHARED_WT_NWA 0x00000002U /*Outer and Inner write-through, no write-allocate non-shareable*/ -#define NORM_SHARED_WT_NWA 0x00000006U /*Outer and Inner write-through, no write-allocate shareable*/ - -#define NORM_NSHARED_WB_NWA 0x00000003U /*Outer and Inner write-back, no write-allocate non shareable*/ -#define NORM_SHARED_WB_NWA 0x00000007U /*Outer and Inner write-back, no write-allocate shareable*/ - -#define NORM_NSHARED_NCACHE 0x00000008U /*Outer and Inner Non cacheable non shareable*/ -#define NORM_SHARED_NCACHE 0x0000000CU /*Outer and Inner Non cacheable shareable*/ - -#define NORM_NSHARED_WB_WA 0x0000000BU /*Outer and Inner write-back non shared*/ -#define NORM_SHARED_WB_WA 0x0000000FU /*Outer and Inner write-back shared*/ - -/* inner and outer cache policies can be combined for different combinations */ - -#define NORM_IN_POLICY_NCACHE 0x00000020U /*inner non cacheable*/ -#define NORM_IN_POLICY_WB_WA 0x00000021U /*inner write back write allocate*/ -#define NORM_IN_POLICY_WT_NWA 0x00000022U /*inner write through no write allocate*/ -#define NORM_IN_POLICY_WB_NWA 0x00000023U /*inner write back no write allocate*/ - -#define NORM_OUT_POLICY_NCACHE 0x00000020U /*outer non cacheable*/ -#define NORM_OUT_POLICY_WB_WA 0x00000028U /*outer write back write allocate*/ -#define NORM_OUT_POLICY_WT_NWA 0x00000030U /*outer write through no write allocate*/ -#define NORM_OUT_POLICY_WB_NWA 0x00000038U /*outer write back no write allocate*/ - -#define NO_ACCESS (0x00000000U<<8U) /*No access*/ -#define PRIV_RW_USER_NA (0x00000001U<<8U) /*Privileged access only*/ -#define PRIV_RW_USER_RO (0x00000002U<<8U) /*Writes in User mode generate permission faults*/ -#define PRIV_RW_USER_RW (0x00000003U<<8U) /*Full Access*/ -#define PRIV_RO_USER_NA (0x00000005U<<8U) /*Privileged eead only*/ -#define PRIV_RO_USER_RO (0x00000006U<<8U) /*Privileged/User read-only*/ - -#define EXECUTE_NEVER (0x00000001U<<12U) /* Bit 12*/ - - -/* CP15 defines */ - -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "p15, 0, %0, c0, c0, 0" -#define XREG_CP15_CACHE_TYPE "p15, 0, %0, c0, c0, 1" -#define XREG_CP15_TCM_TYPE "p15, 0, %0, c0, c0, 2" -#define XREG_CP15_TLB_TYPE "p15, 0, %0, c0, c0, 3" -#define XREG_CP15_MPU_TYPE "p15, 0, %0, c0, c0, 4" -#define XREG_CP15_MULTI_PROC_AFFINITY "p15, 0, %0, c0, c0, 5" - -#define XREG_CP15_PROC_FEATURE_0 "p15, 0, %0, c0, c1, 0" -#define XREG_CP15_PROC_FEATURE_1 "p15, 0, %0, c0, c1, 1" -#define XREG_CP15_DEBUG_FEATURE_0 "p15, 0, %0, c0, c1, 2" -#define XREG_CP15_MEMORY_FEATURE_0 "p15, 0, %0, c0, c1, 4" -#define XREG_CP15_MEMORY_FEATURE_1 "p15, 0, %0, c0, c1, 5" -#define XREG_CP15_MEMORY_FEATURE_2 "p15, 0, %0, c0, c1, 6" -#define XREG_CP15_MEMORY_FEATURE_3 "p15, 0, %0, c0, c1, 7" - -#define XREG_CP15_INST_FEATURE_0 "p15, 0, %0, c0, c2, 0" -#define XREG_CP15_INST_FEATURE_1 "p15, 0, %0, c0, c2, 1" -#define XREG_CP15_INST_FEATURE_2 "p15, 0, %0, c0, c2, 2" -#define XREG_CP15_INST_FEATURE_3 "p15, 0, %0, c0, c2, 3" -#define XREG_CP15_INST_FEATURE_4 "p15, 0, %0, c0, c2, 4" -#define XREG_CP15_INST_FEATURE_5 "p15, 0, %0, c0, c2, 5" - -#define XREG_CP15_CACHE_SIZE_ID "p15, 1, %0, c0, c0, 0" -#define XREG_CP15_CACHE_LEVEL_ID "p15, 1, %0, c0, c0, 1" -#define XREG_CP15_AUXILARY_ID "p15, 1, %0, c0, c0, 7" - -#define XREG_CP15_CACHE_SIZE_SEL "p15, 2, %0, c0, c0, 0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "p15, 0, %0, c1, c0, 0" -#define XREG_CP15_AUX_CONTROL "p15, 0, %0, c1, c0, 1" -#define XREG_CP15_CP_ACCESS_CONTROL "p15, 0, %0, c1, c0, 2" - - -/* XREG_CP15_CONTROL bit defines */ -#define XREG_CP15_CONTROL_TE_BIT 0x40000000U -#define XREG_CP15_CONTROL_AFE_BIT 0x20000000U -#define XREG_CP15_CONTROL_TRE_BIT 0x10000000U -#define XREG_CP15_CONTROL_NMFI_BIT 0x08000000U -#define XREG_CP15_CONTROL_EE_BIT 0x02000000U -#define XREG_CP15_CONTROL_HA_BIT 0x00020000U -#define XREG_CP15_CONTROL_RR_BIT 0x00004000U -#define XREG_CP15_CONTROL_V_BIT 0x00002000U -#define XREG_CP15_CONTROL_I_BIT 0x00001000U -#define XREG_CP15_CONTROL_Z_BIT 0x00000800U -#define XREG_CP15_CONTROL_SW_BIT 0x00000400U -#define XREG_CP15_CONTROL_B_BIT 0x00000080U -#define XREG_CP15_CONTROL_C_BIT 0x00000004U -#define XREG_CP15_CONTROL_A_BIT 0x00000002U -#define XREG_CP15_CONTROL_M_BIT 0x00000001U -/* C2 Register Defines */ -/* Not Used */ - -/* C3 Register Defines */ -/* Not Used */ - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "p15, 0, %0, c5, c0, 0" -#define XREG_CP15_INST_FAULT_STATUS "p15, 0, %0, c5, c0, 1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "p15, 0, %0, c5, c1, 0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "p15, 0, %0, c5, c1, 1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "p15, 0, %0, c6, c0, 0" -#define XREG_CP15_INST_FAULT_ADDRESS "p15, 0, %0, c6, c0, 2" - -#define XREG_CP15_MPU_REG_BASEADDR "p15, 0, %0, c6, c1, 0" -#define XREG_CP15_MPU_REG_SIZE_EN "p15, 0, %0, c6, c1, 2" -#define XREG_CP15_MPU_REG_ACCESS_CTRL "p15, 0, %0, c6, c1, 4" - -#define XREG_CP15_MPU_MEMORY_REG_NUMBER "p15, 0, %0, c6, c2, 0" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "p15, 0, %0, c7, c0, 4" - -#define XREG_CP15_INVAL_IC_POU "p15, 0, %0, c7, c5, 0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "p15, 0, %0, c7, c5, 1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex R5. - */ -#define XREG_CP15_INST_SYNC_BARRIER "p15, 0, %0, c7, c5, 4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "p15, 0, %0, c7, c5, 6" -#define XREG_CP15_INVAL_BRANCH_ARRAY_LINE "p15, 0, %0, c7, c5, 7" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c6, 1" -#define XREG_CP15_INVAL_DC_LINE_SW "p15, 0, %0, c7, c6, 2" - - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "p15, 0, %0, c7, c10, 1" -#define XREG_CP15_CLEAN_DC_LINE_SW "p15, 0, %0, c7, c10, 2" - -#define XREG_CP15_INVAL_DC_ALL "p15, 0, %0, c15, c5, 0" -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex R5. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "p15, 0, %0, c7, c10, 4" -#define XREG_CP15_DATA_MEMORY_BARRIER "p15, 0, %0, c7, c10, 5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "p15, 0, %0, c7, c11, 1" - -#define XREG_CP15_NOP2 "p15, 0, %0, c7, c13, 1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c14, 1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "p15, 0, %0, c7, c14, 2" - -/* C8 Register Defines */ -/* Not Used */ - - -/* C9 Register Defines */ - -#define XREG_CP15_ATCM_REG_SIZE_ADDR "p15, 0, %0, c9, c1, 1" -#define XREG_CP15_BTCM_REG_SIZE_ADDR "p15, 0, %0, c9, c1, 0" -#define XREG_CP15_TCM_SELECTION "p15, 0, %0, c9, c2, 0" - -#define XREG_CP15_PERF_MONITOR_CTRL "p15, 0, %0, c9, c12, 0" -#define XREG_CP15_COUNT_ENABLE_SET "p15, 0, %0, c9, c12, 1" -#define XREG_CP15_COUNT_ENABLE_CLR "p15, 0, %0, c9, c12, 2" -#define XREG_CP15_V_FLAG_STATUS "p15, 0, %0, c9, c12, 3" -#define XREG_CP15_SW_INC "p15, 0, %0, c9, c12, 4" -#define XREG_CP15_EVENT_CNTR_SEL "p15, 0, %0, c9, c12, 5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "p15, 0, %0, c9, c13, 0" -#define XREG_CP15_EVENT_TYPE_SEL "p15, 0, %0, c9, c13, 1" -#define XREG_CP15_PERF_MONITOR_COUNT "p15, 0, %0, c9, c13, 2" - -#define XREG_CP15_USER_ENABLE "p15, 0, %0, c9, c14, 0" -#define XREG_CP15_INTR_ENABLE_SET "p15, 0, %0, c9, c14, 1" -#define XREG_CP15_INTR_ENABLE_CLR "p15, 0, %0, c9, c14, 2" - -/* C10 Register Defines */ -/* Not used */ - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -/* Not used */ - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "p15, 0, %0, c13, c0, 1" -#define USER_RW_THREAD_PID "p15, 0, %0, c13, c0, 2" -#define USER_RO_THREAD_PID "p15, 0, %0, c13, c0, 3" -#define USER_PRIV_THREAD_PID "p15, 0, %0, c13, c0, 4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_SEC_AUX_CTRL "p15, 0, %0, c15, c0, 0" - - - - -/* MPE register definitions */ -#define XREG_FPSID c0 -#define XREG_FPSCR c1 -#define XREG_MVFR1 c6 -#define XREG_MVFR0 c7 -#define XREG_FPEXC c8 -#define XREG_FPINST c9 -#define XREG_FPINST2 c10 - -/* FPSID bits */ -#define XREG_FPSID_IMPLEMENTER_BIT (24U) -#define XREG_FPSID_IMPLEMENTER_MASK (0x000000FFU << FPSID_IMPLEMENTER_BIT) -#define XREG_FPSID_SOFTWARE (0X00000001U << 23U) -#define XREG_FPSID_ARCH_BIT (16U) -#define XREG_FPSID_ARCH_MASK (0x0000000FU << FPSID_ARCH_BIT) -#define XREG_FPSID_PART_BIT (8U) -#define XREG_FPSID_PART_MASK (0x000000FFU << FPSID_PART_BIT) -#define XREG_FPSID_VARIANT_BIT (4U) -#define XREG_FPSID_VARIANT_MASK (0x0000000FU << FPSID_VARIANT_BIT) -#define XREG_FPSID_REV_BIT (0U) -#define XREG_FPSID_REV_MASK (0x0000000FU << FPSID_REV_BIT) - -/* FPSCR bits */ -#define XREG_FPSCR_N_BIT (0X00000001U << 31U) -#define XREG_FPSCR_Z_BIT (0X00000001U << 30U) -#define XREG_FPSCR_C_BIT (0X00000001U << 29U) -#define XREG_FPSCR_V_BIT (0X00000001U << 28U) -#define XREG_FPSCR_QC (0X00000001U << 27U) -#define XREG_FPSCR_AHP (0X00000001U << 26U) -#define XREG_FPSCR_DEFAULT_NAN (0X00000001U << 25U) -#define XREG_FPSCR_FLUSHTOZERO (0X00000001U << 24U) -#define XREG_FPSCR_ROUND_NEAREST (0X00000000U << 22U) -#define XREG_FPSCR_ROUND_PLUSINF (0X00000001U << 22U) -#define XREG_FPSCR_ROUND_MINUSINF (0X00000002U << 22U) -#define XREG_FPSCR_ROUND_TOZERO (0X00000003U << 22U) -#define XREG_FPSCR_RMODE_BIT (22U) -#define XREG_FPSCR_RMODE_MASK (0X00000003U << FPSCR_RMODE_BIT) -#define XREG_FPSCR_STRIDE_BIT (20U) -#define XREG_FPSCR_STRIDE_MASK (0X00000003U << FPSCR_STRIDE_BIT) -#define XREG_FPSCR_LENGTH_BIT (16U) -#define XREG_FPSCR_LENGTH_MASK (0X00000007U << FPSCR_LENGTH_BIT) -#define XREG_FPSCR_IDC (0X00000001U << 7U) -#define XREG_FPSCR_IXC (0X00000001U << 4U) -#define XREG_FPSCR_UFC (0X00000001U << 3U) -#define XREG_FPSCR_OFC (0X00000001U << 2U) -#define XREG_FPSCR_DZC (0X00000001U << 1U) -#define XREG_FPSCR_IOC (0X00000001U << 0U) - -/* MVFR0 bits */ -#define XREG_MVFR0_RMODE_BIT (28U) -#define XREG_MVFR0_RMODE_MASK (0x0000000FU << XREG_MVFR0_RMODE_BIT) -#define XREG_MVFR0_SHORT_VEC_BIT (24U) -#define XREG_MVFR0_SHORT_VEC_MASK (0x0000000FU << XREG_MVFR0_SHORT_VEC_BIT) -#define XREG_MVFR0_SQRT_BIT (20U) -#define XREG_MVFR0_SQRT_MASK (0x0000000FU << XREG_MVFR0_SQRT_BIT) -#define XREG_MVFR0_DIVIDE_BIT (16U) -#define XREG_MVFR0_DIVIDE_MASK (0x0000000FU << XREG_MVFR0_DIVIDE_BIT) -#define XREG_MVFR0_EXEC_TRAP_BIT (12U) -#define XREG_MVFR0_EXEC_TRAP_MASK (0x0000000FU << XREG_MVFR0_EXEC_TRAP_BIT) -#define XREG_MVFR0_DP_BIT (8U) -#define XREG_MVFR0_DP_MASK (0x0000000FU << XREG_MVFR0_DP_BIT) -#define XREG_MVFR0_SP_BIT (4U) -#define XREG_MVFR0_SP_MASK (0x0000000FU << XREG_MVFR0_SP_BIT) -#define XREG_MVFR0_A_SIMD_BIT (0U) -#define XREG_MVFR0_A_SIMD_MASK (0x0000000FU << MVFR0_A_SIMD_BIT) - -/* FPEXC bits */ -#define XREG_FPEXC_EX (0X00000001U << 31U) -#define XREG_FPEXC_EN (0X00000001U << 30U) -#define XREG_FPEXC_DEX (0X00000001U << 29U) - - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XREG_CORTEXR5_H */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xtime_l.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xtime_l.c deleted file mode 100644 index 36c9ff8..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xtime_l.c +++ /dev/null @@ -1,114 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.c -* -* This file contains low level functions to get/set time from the Global Timer -* register in the ARM Cortex R5 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 5.00 	pkp    08/29/14 First release
-* 5.04  pkp	   02/19/16 XTime_StartTimer API is added to configure TTC3 timer
-*						when present. XTime_GetTime is modified to give 64bit
-*						output using timer overflow when TTC3 present.
-*						XTime_SetTime is modified to configure TTC3 counter
-*						value when present.
-* 5.04	pkp	   03/11/16 XTime_StartTimer is modified to avoid enabling the
-*						overflow interrupt and XTime_GetTime & XTime_SetTime
-*						are modified to read and write TTC counter value
-*						respectively
-* 5.04	pkp
-* 6.0   mus    08/11/16  Removed implementation of XTime_SetTime API, since
-*                        TTC counter value register is read only.
-* 6.6   srm    10/18/17 Removed XTime_StartTimer API and made XTime_GetTime,
-*                       XTime_SetTime applicable for all the instances of TTC
-* 7.2   mus    01/29/20 Updated XTime_GetTime to use CortexR5 PMU cycle
-*                       counter, in case sleep timer (ttc3/ttc2) is not
-*                       present in the HW design. It fixes CR#1051591.
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-*
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xtime_l.h" -#include "xpseudo_asm.h" -#include "xil_assert.h" -#include "xil_io.h" -#include "xdebug.h" -#include "xpm_counter.h" -#include "xil_sleeptimer.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -#if defined (SLEEP_TIMER_BASEADDR) -#pragma message ("For the sleep routines, TTC3/TTC2 is used") -#elif !defined (DONT_USE_PMU_FOR_SLEEP_ROUTINES) -#pragma message ("For the sleep routines, CortexR5 PMU cycle counter is used") -#else -#pragma message ("For the sleep routines, machine cycles are used") -#endif - -/****************************************************************************/ -/** -* @brief TTC Timer runs continuously and the time can not be set as -* desired. This API doesn't contain anything. It is defined to have -* uniformity across platforms. -* -* @param Xtime_Global: 32 bit value to be written to the timer counter -* register. -* -* @return None. -* -* @note In multiprocessor environment reference time will reset/lost for -* all processors, when this function called by any one processor. -* -****************************************************************************/ -void XTime_SetTime(XTime Xtime_Global) -{ - (void) Xtime_Global; -/*Timer cannot be set to desired value, so the API is left unimplemented*/ - xdbg_printf(XDBG_DEBUG_GENERAL, - "XTime_SetTime:Timer cannot be set to desired value,so API is not implemented\n"); -} - -/****************************************************************************/ -/** -* @brief Get the time from the timer counter register. -* -* @param Xtime_Global: Pointer to the 32 bit location to be updated with -* the time current value of timer counter register. -* -* @return None. -* -****************************************************************************/ -void XTime_GetTime(XTime *Xtime_Global) -{ -#if defined (SLEEP_TIMER_BASEADDR) - *Xtime_Global = Xil_In32(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET); -#elif !defined (DONT_USE_PMU_FOR_SLEEP_ROUTINES) - #if defined (__GNUC__) - *Xtime_Global = Xpm_ReadCycleCounterVal(); - #elif defined (__ICCARM__) - Xpm_ReadCycleCounterVal(*Xtime_Global); - #endif -#endif -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xtime_l.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xtime_l.h deleted file mode 100644 index 1eb4d16..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/arm/cortexr5/xtime_l.h +++ /dev/null @@ -1,99 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.h -* -* @addtogroup r5_time_apis Cortex R5 Time Functions -* The xtime_l.h provides access to 32-bit TTC timer counter. These functions -* can be used by applications to track the time. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 5.00 	pkp	   05/29/14 First release
-* 5.04  pkp	   02/19/16 Added timer configuration register offset definitions
-* 5.04	pkp	   03/11/16 Removed definitions for overflow interrupt register
-*						and mask
-* 6.6   srm    10/22/17 Added a warning message for the user configurable sleep
-*                       implementation when default timer is selected by the user
-* 7.2   mus    01/29/20 Updated #defines to support PMU cycle counter for sleep
-*                       routines.
-* 7.5   dp      01/05/21 Updated COUNTS_PER_SECOND/USECOND and ITERS_PER_SEC/USEC
-*                        macros to round it off to nearest possible value so that
-*                        delta error in time calculations can be minimized.
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XTIME_H /* prevent circular inclusions */ -#define XTIME_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xparameters.h" -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Constant Definitions *****************************/ - -#ifdef SLEEP_TIMER_BASEADDR - -#define COUNTS_PER_SECOND SLEEP_TIMER_FREQUENCY - -#else -#define ITERS_PER_SEC ((XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ + 2)/ 4) -#define ITERS_PER_USEC ((XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ + 2000000)/ 4000000) - -/* - * These constants are applicable for the CortexR5 PMU cycle counter. - * As boot code is setting up "D" bit in PMCR, cycle counter increments - * on every 64th bit of processor cycle - */ - -#define COUNTS_PER_SECOND ((XPAR_CPU_CORTEXR5_0_CPU_CLK_FREQ_HZ + 32)/ 64) -#endif - -#define COUNTS_PER_USECOND ((COUNTS_PER_SECOND + 500000) / 1000000) - -#define IRQ_FIQ_MASK 0xC0 /* Mask IRQ and FIQ interrupts in cpsr */ - -/* - * 1st bit of PROCESSOR_ACCESS_VALUE macro signifies trustzone - * setting for IOU slcr address space - */ -#define IOU_SLCR_TZ_MASK 0x2U -/**************************** Type Definitions *******************************/ - -typedef u32 XTime; - -/** - *@endcond - */ - -void XTime_SetTime(XTime Xtime_Global); -void XTime_GetTime(XTime *Xtime_Global); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XTIME_H */ -/** -* @} End of "@addtogroup r5_time_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/asm_vectors.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/asm_vectors.S deleted file mode 100644 index 9be0b25..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/asm_vectors.S +++ /dev/null @@ -1,176 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file asm_vectors.S -* -* This file contains the initial vector table for the Cortex A9 processor -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 10/20/09 Initial version
-* 3.05a sdm	02/02/12 Save lr when profiling is enabled
-* 3.10a srt     04/18/13 Implemented ARM Erratas. Please refer to file
-*			 'xil_errata.h' for errata description
-* 4.00a pkp	22/01/14 Modified return addresses for interrupt
-*			 handlers (DataAbortHandler and SVCHandler)
-*			 to fix CR#767251
-* 5.1	pkp	05/13/15 Saved the addresses of instruction causing data
-*			 abort and prefetch abort into DataAbortAddr and
-*			 PrefetchAbortAddr for further use to fix CR#854523
-* 5.4	pkp	12/03/15 Added handler for undefined exception
-* 6.8	mus	04/27/18 Removed __ARM_NEON__ flag definition. Now,
-*			 saving/restoring of of HW floating point register
-*			 would be done through newly introduced flag
-*			 FPU_HARD_FLOAT_ABI_ENABLED. This new flag will be
-*			 configured based on the -mfpu-abi option in extra
-*			 compiler flags.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -#include "xil_errata.h" -#include "bspconfig.h" - -.org 0 -.text - -.globl _vector_table - -.section .vectors -_vector_table: - B _boot - B Undefined - B SVCHandler - B PrefetchAbortHandler - B DataAbortHandler - NOP /* Placeholder for address exception vector*/ - B IRQHandler - B FIQHandler - - -IRQHandler: /* IRQ vector handler */ - - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code*/ -#if FPU_HARD_FLOAT_ABI_ENABLED - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - -#ifdef PROFILING - ldr r2, =prof_pc - subs r3, lr, #0 - str r3, [r2] -#endif - - bl IRQInterrupt /* IRQ vector */ - -#if FPU_HARD_FLOAT_ABI_ENABLED - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - - subs pc, lr, #4 /* adjust return */ - - -FIQHandler: /* FIQ vector handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ -#if FPU_HARD_FLOAT_ABI_ENABLED - vpush {d0-d7} - vpush {d16-d31} - vmrs r1, FPSCR - push {r1} - vmrs r1, FPEXC - push {r1} -#endif - -FIQLoop: - bl FIQInterrupt /* FIQ vector */ - -#if FPU_HARD_FLOAT_ABI_ENABLED - pop {r1} - vmsr FPEXC, r1 - pop {r1} - vmsr FPSCR, r1 - vpop {d16-d31} - vpop {d0-d7} -#endif - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - subs pc, lr, #4 /* adjust return */ - - -Undefined: /* Undefined handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =UndefinedExceptionAddr - sub r1, lr, #4 - str r1, [r0] /* Store address of instruction causing undefined exception */ - - bl UndefinedException /* UndefinedException: call C function here */ - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - movs pc, lr - -SVCHandler: /* SWI handler */ - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - - tst r0, #0x20 /* check the T bit */ - ldrneh r0, [lr,#-2] /* Thumb mode */ - bicne r0, r0, #0xff00 /* Thumb mode */ - ldreq r0, [lr,#-4] /* ARM mode */ - biceq r0, r0, #0xff000000 /* ARM mode */ - - bl SWInterrupt /* SWInterrupt: call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - movs pc, lr /*return to the next instruction after the SWI instruction */ - - -DataAbortHandler: /* Data Abort handler */ -#ifdef CONFIG_ARM_ERRATA_775420 - dsb -#endif - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =DataAbortAddr - sub r1, lr, #8 - str r1, [r0] /* Stores instruction causing data abort */ - - bl DataAbortInterrupt /*DataAbortInterrupt :call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - subs pc, lr, #8 /* points to the instruction that caused the Data Abort exception */ - -PrefetchAbortHandler: /* Prefetch Abort handler */ -#ifdef CONFIG_ARM_ERRATA_775420 - dsb -#endif - stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ - ldr r0, =PrefetchAbortAddr - sub r1, lr, #4 - str r1, [r0] /* Stores instruction causing prefetch abort */ - - bl PrefetchAbortInterrupt /* PrefetchAbortInterrupt: call C function here */ - - ldmia sp!,{r0-r3,r12,lr} /* state restore from compiled code */ - - subs pc, lr, #4 /* points to the instruction that caused the Prefetch Abort exception */ - -.end diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/boot.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/boot.S deleted file mode 100644 index 0c4863d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/boot.S +++ /dev/null @@ -1,473 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file boot.S -* -* @addtogroup a9_boot_code Cortex A9 Processor Boot Code -* @{ -*

boot.S

-* The boot code performs minimum configuration which is required for an -* application to run starting from processor reset state of the processor. Below is a -* sequence illustrating what all configuration is performed before control -* reaches to main function. -* -* 1. Program vector table base for exception handling -* 2. Invalidate instruction cache, data cache and TLBs -* 3. Program stack pointer for various modes (IRQ, FIQ, supervisor, undefine, -* abort, system) -* 4. Configure MMU with short descriptor translation table format and program -* base address of translation table -* 5. Enable data cache, instruction cache and MMU -* 6. Enable Floating point unit -* 7. Transfer control to _start which clears BSS sections, initializes -* global timer and runs global constructor before jumping to main -* application -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 10/20/09 Initial version
-* 3.06a sgd     05/15/12 Updated L2CC Auxiliary and Tag RAM Latency control
-*			 register settings.
-* 3.06a asa 	06/17/12 Modified the TTBR settings and L2 Cache auxiliary
-*		         register settings.
-* 3.07a asa     07/16/12 Modified the L2 Cache controller settings to improve
-*			 performance. Changed the property of the ".boot"
-*			 section.
-* 3.07a sgd     08/21/12 Modified the L2 Cache controller and cp15 Aux Control
-*               Register settings
-* 3.09a sgd     02/06/13 Updated SLCR l2c Ram Control register to a
-*               value of 0x00020202. Fix for CR 697094 (SI#687034).
-* 3.10a srt     04/18/13 Implemented ARM Erratas. Please refer to file
-*			 'xil_errata.h' for errata description
-* 4.2   pkp	06/19/14 Enabled asynchronous abort exception
-* 5.0	pkp	16/15/14 Modified initialization code to enable scu after
-*			 MMU is enabled
-* 5.1   pkp	05/13/15 Changed the initialization order so to first invalidate
-*			 caches and TLB, enable MMU and caches, then enable SMP
-*			 bit in ACTLR. L2Cache invalidation and enabling of L2Cache
-*			 is done later.
-* 5.4   asa     12/6/15  Added code to initialize SPSR for all relevant modes.
-* 6.0   mus     08/04/16 Added code to detect zynq-7000 base silicon configuration and
-*                        attempt to enable dual core behavior on single cpu zynq-7000s
-*                        devices is prevented from corrupting system behavior.
-* 6.0   mus     08/24/16 Check CPU core before putting cpu1 to reset for single core
-*                        zynq-7000s devices
-* 7.6   mus     09/02/21 SCU invalidation should be done only from primary CPU, so
-*                        skipping it when USE_AMP is set to 1. It fixes CR#1109723
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#include "xparameters.h" -#include "xil_errata.h" - -.globl MMUTable -.global _prestart -.global _boot -.global __stack -.global __irq_stack -.global __supervisor_stack -.global __abort_stack -.global __fiq_stack -.global __undef_stack -.global _vector_table - -.set PSS_L2CC_BASE_ADDR, 0xF8F02000 -.set PSS_SLCR_BASE_ADDR, 0xF8000000 - -.set RESERVED, 0x0fffff00 -.set TblBase , MMUTable -.set LRemap, 0xFE00000F /* set the base address of the peripheral block as not shared */ -.set L2CCWay, (PSS_L2CC_BASE_ADDR + 0x077C) /*(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_INVLD_WAY_OFFSET)*/ -.set L2CCSync, (PSS_L2CC_BASE_ADDR + 0x0730) /*(PSS_L2CC_BASE_ADDR + PSS_L2CC_CACHE_SYNC_OFFSET)*/ -.set L2CCCrtl, (PSS_L2CC_BASE_ADDR + 0x0100) /*(PSS_L2CC_BASE_ADDR + PSS_L2CC_CNTRL_OFFSET)*/ -.set L2CCAuxCrtl, (PSS_L2CC_BASE_ADDR + 0x0104) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_AUX_CNTRL_OFFSET)*/ -.set L2CCTAGLatReg, (PSS_L2CC_BASE_ADDR + 0x0108) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_TAG_RAM_CNTRL_OFFSET)*/ -.set L2CCDataLatReg, (PSS_L2CC_BASE_ADDR + 0x010C) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_DATA_RAM_CNTRL_OFFSET)*/ -.set L2CCIntClear, (PSS_L2CC_BASE_ADDR + 0x0220) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_IAR_OFFSET)*/ -.set L2CCIntRaw, (PSS_L2CC_BASE_ADDR + 0x021C) /*(PSS_L2CC_BASE_ADDR + XPSS_L2CC_ISR_OFFSET)*/ - -.set SLCRlockReg, (PSS_SLCR_BASE_ADDR + 0x04) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_LOCK_OFFSET)*/ -.set SLCRUnlockReg, (PSS_SLCR_BASE_ADDR + 0x08) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_UNLOCK_OFFSET)*/ -.set SLCRL2cRamReg, (PSS_SLCR_BASE_ADDR + 0xA1C) /*(PSS_SLCR_BASE_ADDR + XPSS_SLCR_L2C_RAM_OFFSET)*/ -.set SLCRCPURSTReg, (0xF8000000 + 0x244) /*(XPS_SYS_CTRL_BASEADDR + A9_CPU_RST_CTRL_OFFSET)*/ -.set EFUSEStaus, (0xF800D000 + 0x10) /*(XPS_EFUSE_BASEADDR + EFUSE_STATUS_OFFSET)*/ - -/* workaround for simulation not working when L1 D and I caches,MMU and L2 cache enabled - DT568997 */ -.if SIM_MODE == 1 -.set CRValMmuCac, 0b00000000000000 /* Disable IDC, and MMU */ -.else -.set CRValMmuCac, 0b01000000000101 /* Enable IDC, and MMU */ -.endif - -.set CRValHiVectorAddr, 0b10000000000000 /* Set the Vector address to high, 0xFFFF0000 */ - -.set L2CCAuxControl, 0x72360000 /* Enable all prefetching, Cache replacement policy, Parity enable, - Event monitor bus enable and Way Size (64 KB) */ -.set L2CCControl, 0x01 /* Enable L2CC */ -.set L2CCTAGLatency, 0x0111 /* latency for TAG RAM */ -.set L2CCDataLatency, 0x0121 /* latency for DATA RAM */ - -.set SLCRlockKey, 0x767B /* SLCR lock key */ -.set SLCRUnlockKey, 0xDF0D /* SLCR unlock key */ -.set SLCRL2cRamConfig, 0x00020202 /* SLCR L2C ram configuration */ - -/* Stack Pointer locations for boot code */ -.set Undef_stack, __undef_stack -.set FIQ_stack, __fiq_stack -.set Abort_stack, __abort_stack -.set SPV_stack, __supervisor_stack -.set IRQ_stack, __irq_stack -.set SYS_stack, __stack - -.set vector_base, _vector_table - -.set FPEXC_EN, 0x40000000 /* FPU enable bit, (1 << 30) */ - -.section .boot,"ax" - - -/* this initializes the various processor modes */ - -_prestart: -_boot: - -#if XPAR_CPU_ID==0 - /* only allow cpu0 through */ - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #0 - beq CheckEFUSE - EndlessLoop0: - wfe - b EndlessLoop0 - -CheckEFUSE: - ldr r0,=EFUSEStaus - ldr r1,[r0] /* Read eFuse setting */ - ands r1,r1,#0x80 /* Check whether device is having single core */ - beq OKToRun - - /* single core device, reset cpu1 */ - ldr r0,=SLCRUnlockReg /* Load SLCR base address base + unlock register */ - ldr r1,=SLCRUnlockKey /* set unlock key */ - str r1, [r0] /* Unlock SLCR */ - - ldr r0,=SLCRCPURSTReg - ldr r1,[r0] /* Read CPU Software Reset Control register */ - orr r1,r1,#0x22 - str r1,[r0] /* Reset CPU1 */ - - ldr r0,=SLCRlockReg /* Load SLCR base address base + lock register */ - ldr r1,=SLCRlockKey /* set lock key */ - str r1, [r0] /* lock SLCR */ - -#elif XPAR_CPU_ID==1 - /* only allow cpu1 through */ - mrc p15,0,r1,c0,c0,5 - and r1, r1, #0xf - cmp r1, #1 - beq CheckEFUSE1 - b EndlessLoop1 - -CheckEFUSE1: - ldr r0,=EFUSEStaus - ldr r1,[r0] /* Read eFuse setting */ - ands r1,r1,#0x80 /* Check whether device is having single core */ - beq OKToRun - EndlessLoop1: - wfe - b EndlessLoop1 -#endif - -OKToRun: - mrc p15, 0, r0, c0, c0, 0 /* Get the revision */ - and r5, r0, #0x00f00000 - and r6, r0, #0x0000000f - orr r6, r6, r5, lsr #20-4 - -#ifdef CONFIG_ARM_ERRATA_742230 - cmp r6, #0x22 /* only present up to r2p2 */ - mrcle p15, 0, r10, c15, c0, 1 /* read diagnostic register */ - orrle r10, r10, #1 << 4 /* set bit #4 */ - mcrle p15, 0, r10, c15, c0, 1 /* write diagnostic register */ -#endif - -#ifdef CONFIG_ARM_ERRATA_743622 - teq r5, #0x00200000 /* only present in r2p* */ - mrceq p15, 0, r10, c15, c0, 1 /* read diagnostic register */ - orreq r10, r10, #1 << 6 /* set bit #6 */ - mcreq p15, 0, r10, c15, c0, 1 /* write diagnostic register */ -#endif - - /* set VBAR to the _vector_table address in linker script */ - ldr r0, =vector_base - mcr p15, 0, r0, c12, c0, 0 - - /*invalidate scu*/ -#if USE_AMP!=1 - ldr r7, =0xf8f0000c - ldr r6, =0xffff - str r6, [r7] -#endif - - /* Invalidate caches and TLBs */ - mov r0,#0 /* r0 = 0 */ - mcr p15, 0, r0, c8, c7, 0 /* invalidate TLBs */ - mcr p15, 0, r0, c7, c5, 0 /* invalidate icache */ - mcr p15, 0, r0, c7, c5, 6 /* Invalidate branch predictor array */ - bl invalidate_dcache /* invalidate dcache */ - - /* Disable MMU, if enabled */ - mrc p15, 0, r0, c1, c0, 0 /* read CP15 register 1 */ - bic r0, r0, #0x1 /* clear bit 0 */ - mcr p15, 0, r0, c1, c0, 0 /* write value back */ - -#ifdef SHAREABLE_DDR - /* Mark the entire DDR memory as shareable */ - ldr r3, =0x3ff /* 1024 entries to cover 1G DDR */ - ldr r0, =TblBase /* MMU Table address in memory */ - ldr r2, =0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -shareable_loop: - str r2, [r0] /* write the entry to MMU table */ - add r0, r0, #0x4 /* next entry in the table */ - add r2, r2, #0x100000 /* next section */ - subs r3, r3, #1 - bge shareable_loop /* loop till 1G is covered */ -#endif - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the irq stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x12 /* IRQ mode */ - msr cpsr, r2 - ldr r13,=IRQ_stack /* IRQ stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the supervisor stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x13 /* supervisor mode */ - msr cpsr, r2 - ldr r13,=SPV_stack /* Supervisor stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Abort stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x17 /* Abort mode */ - msr cpsr, r2 - ldr r13,=Abort_stack /* Abort stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the FIQ stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x11 /* FIQ mode */ - msr cpsr, r2 - ldr r13,=FIQ_stack /* FIQ stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the Undefine stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1b /* Undefine mode */ - msr cpsr, r2 - ldr r13,=Undef_stack /* Undefine stack pointer */ - bic r2, r2, #(0x1 << 9) /* Set EE bit to little-endian */ - msr spsr_fsxc,r2 - - mrs r0, cpsr /* get the current PSR */ - mvn r1, #0x1f /* set up the system stack pointer */ - and r2, r1, r0 - orr r2, r2, #0x1F /* SYS mode */ - msr cpsr, r2 - ldr r13,=SYS_stack /* SYS stack pointer */ - - /*set scu enable bit in scu*/ - ldr r7, =0xf8f00000 - ldr r0, [r7] - orr r0, r0, #0x1 - str r0, [r7] - - /* enable MMU and cache */ - - ldr r0,=TblBase /* Load MMU translation table base */ - orr r0, r0, #0x5B /* Outer-cacheable, WB */ - mcr 15, 0, r0, c2, c0, 0 /* TTB0 */ - - mvn r0,#0 /* Load MMU domains -- all ones=manager */ - mcr p15,0,r0,c3,c0,0 - - /* Enable mmu, icahce and dcache */ - ldr r0,=CRValMmuCac - mcr p15,0,r0,c1,c0,0 /* Enable cache and MMU */ - dsb /* dsb allow the MMU to start up */ - isb /* isb flush prefetch buffer */ - - /* Write to ACTLR */ - mrc p15, 0, r0, c1, c0, 1 /* Read ACTLR*/ - orr r0, r0, #(0x01 << 6) /* set SMP bit */ - orr r0, r0, #(0x01 ) /* Cache/TLB maintenance broadcast */ - mcr p15, 0, r0, c1, c0, 1 /* Write ACTLR*/ - -/* Invalidate L2 Cache and enable L2 Cache*/ -/* For AMP, assume running on CPU1. Don't initialize L2 Cache (up to Linux) */ -#if USE_AMP!=1 - ldr r0,=L2CCCrtl /* Load L2CC base address base + control register */ - mov r1, #0 /* force the disable bit */ - str r1, [r0] /* disable the L2 Caches */ - - ldr r0,=L2CCAuxCrtl /* Load L2CC base address base + Aux control register */ - ldr r1,[r0] /* read the register */ - ldr r2,=L2CCAuxControl /* set the default bits */ - orr r1,r1,r2 - str r1, [r0] /* store the Aux Control Register */ - - ldr r0,=L2CCTAGLatReg /* Load L2CC base address base + TAG Latency address */ - ldr r1,=L2CCTAGLatency /* set the latencies for the TAG*/ - str r1, [r0] /* store the TAG Latency register Register */ - - ldr r0,=L2CCDataLatReg /* Load L2CC base address base + Data Latency address */ - ldr r1,=L2CCDataLatency /* set the latencies for the Data*/ - str r1, [r0] /* store the Data Latency register Register */ - - ldr r0,=L2CCWay /* Load L2CC base address base + way register*/ - ldr r2, =0xFFFF - str r2, [r0] /* force invalidate */ - - ldr r0,=L2CCSync /* need to poll 0x730, PSS_L2CC_CACHE_SYNC_OFFSET */ - /* Load L2CC base address base + sync register*/ - /* poll for completion */ -Sync: ldr r1, [r0] - cmp r1, #0 - bne Sync - - ldr r0,=L2CCIntRaw /* clear pending interrupts */ - ldr r1,[r0] - ldr r0,=L2CCIntClear - str r1,[r0] - - ldr r0,=SLCRUnlockReg /* Load SLCR base address base + unlock register */ - ldr r1,=SLCRUnlockKey /* set unlock key */ - str r1, [r0] /* Unlock SLCR */ - - ldr r0,=SLCRL2cRamReg /* Load SLCR base address base + l2c Ram Control register */ - ldr r1,=SLCRL2cRamConfig /* set the configuration value */ - str r1, [r0] /* store the L2c Ram Control Register */ - - ldr r0,=SLCRlockReg /* Load SLCR base address base + lock register */ - ldr r1,=SLCRlockKey /* set lock key */ - str r1, [r0] /* lock SLCR */ - - ldr r0,=L2CCCrtl /* Load L2CC base address base + control register */ - ldr r1,[r0] /* read the register */ - mov r2, #L2CCControl /* set the enable bit */ - orr r1,r1,r2 - str r1, [r0] /* enable the L2 Caches */ -#endif - - mov r0, r0 - mrc p15, 0, r1, c1, c0, 2 /* read cp access control register (CACR) into r1 */ - orr r1, r1, #(0xf << 20) /* enable full access for p10 & p11 */ - mcr p15, 0, r1, c1, c0, 2 /* write back into CACR */ - - /* enable vfp */ - fmrx r1, FPEXC /* read the exception register */ - orr r1,r1, #FPEXC_EN /* set VFP enable bit, leave the others in orig state */ - fmxr FPEXC, r1 /* write back the exception register */ - - mrc p15,0,r0,c1,c0,0 /* flow prediction enable */ - orr r0, r0, #(0x01 << 11) /* #0x8000 */ - mcr p15,0,r0,c1,c0,0 - - mrc p15,0,r0,c1,c0,1 /* read Auxiliary Control Register */ - orr r0, r0, #(0x1 << 2) /* enable Dside prefetch */ - orr r0, r0, #(0x1 << 1) /* enable L2 Prefetch hint */ - mcr p15,0,r0,c1,c0,1 /* write Auxiliary Control Register */ - - mrs r0, cpsr /* get the current PSR */ - bic r0, r0, #0x100 /* enable asynchronous abort exception */ - msr cpsr_xsf, r0 - - - b _start /* jump to C startup code */ - and r0, r0, r0 /* no op */ - -.Ldone: b .Ldone /* Paranoia: we should never get here */ - - -/* - ************************************************************************* - * - * invalidate_dcache - invalidate the entire d-cache by set/way - * - * Note: for Cortex-A9, there is no cp instruction for invalidating - * the whole D-cache. Need to invalidate each line. - * - ************************************************************************* - */ -invalidate_dcache: - mrc p15, 1, r0, c0, c0, 1 /* read CLIDR */ - ands r3, r0, #0x7000000 - mov r3, r3, lsr #23 /* cache level value (naturally aligned) */ - beq finished - mov r10, #0 /* start with level 0 */ -loop1: - add r2, r10, r10, lsr #1 /* work out 3xcachelevel */ - mov r1, r0, lsr r2 /* bottom 3 bits are the Cache type for this level */ - and r1, r1, #7 /* get those 3 bits alone */ - cmp r1, #2 - blt skip /* no cache or only instruction cache at this level */ - mcr p15, 2, r10, c0, c0, 0 /* write the Cache Size selection register */ - isb /* isb to sync the change to the CacheSizeID reg */ - mrc p15, 1, r1, c0, c0, 0 /* reads current Cache Size ID register */ - and r2, r1, #7 /* extract the line length field */ - add r2, r2, #4 /* add 4 for the line length offset (log2 16 bytes) */ - ldr r4, =0x3ff - ands r4, r4, r1, lsr #3 /* r4 is the max number on the way size (right aligned) */ - clz r5, r4 /* r5 is the bit position of the way size increment */ - ldr r7, =0x7fff - ands r7, r7, r1, lsr #13 /* r7 is the max number of the index size (right aligned) */ -loop2: - mov r9, r4 /* r9 working copy of the max way size (right aligned) */ -loop3: - orr r11, r10, r9, lsl r5 /* factor in the way number and cache number into r11 */ - orr r11, r11, r7, lsl r2 /* factor in the index number */ - mcr p15, 0, r11, c7, c6, 2 /* invalidate by set/way */ - subs r9, r9, #1 /* decrement the way number */ - bge loop3 - subs r7, r7, #1 /* decrement the index */ - bge loop2 -skip: - add r10, r10, #2 /* increment the cache number */ - cmp r3, r10 - bgt loop1 - -finished: - mov r10, #0 /* switch back to cache level 0 */ - mcr p15, 2, r10, c0, c0, 0 /* select current cache level in cssr */ - dsb - isb - - bx lr - -.end -/** -* @} End of "addtogroup a9_boot_code". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/bspconfig.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/bspconfig.h deleted file mode 100644 index 6f009c6..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/bspconfig.h +++ /dev/null @@ -1,24 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Configurations for Standalone BSP -* -*******************************************************************/ - -#ifndef BSPCONFIG_H /* prevent circular inclusions */ -#define BSPCONFIG_H /* by using protection macros */ - -#define MICROBLAZE_PVR_NONE - -/* Definition for hard-float ABI */ -#define FPU_HARD_FLOAT_ABI_ENABLED 1 - -#endif /*end of __BSPCONFIG_H_*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/changelog.txt b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/changelog.txt deleted file mode 100644 index 38ef8c2..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/changelog.txt +++ /dev/null @@ -1,667 +0,0 @@ -/***************************************************************************** - * MODIFICATION HISTORY: - * - * Ver Who Date Changes - * ----- ---- -------- --------------------------------------------------- - * 3.02a sdm 05/30/11 Added Xuint64 typedef and XUINT64_MSW/XUINT64_LSW macros - * 3.02a sdm 06/27/11 Added INST_SYNC and DATA_SYNC macros for all the CPUs - * 3.02a sdm 07/07/11 Updated ppc440 boot.S to set guarded bit for all but - * cacheable regions - * Update ppc440/xil_cache.c to use CACHEABLE_REGION_MASK - * generated by the cpu driver, for enabling caches - * 3.02a sdm 07/08/11 Updated microblaze cache flush APIs based on write-back/ - * write-thru caches - * 3.03a sdm 08/20/11 Updated the tag/data RAM latency values for L2CC - * Updated the MMU table to mark OCM in high address space - * as inner cacheable and reserved space as Invalid - * 3.03a sdm 08/20/11 Changes to support FreeRTOS - * Updated the MMU table to mark upper half of the DDR as - * non-cacheable - * Setup supervisor and abort mode stacks - * Do not initialize/enable L2CC in case of AMP - * Initialize UART1 for 9600bps in case of AMP - * 3.03a sdm 08/27/11 Setup abort and supervisor mode stacks and don't init SMC - * in case of AMP - * 3.03a sdm 09/14/11 Added code for performance monitor and L2CC event - * counters - * 3.03a sdm 11/08/11 Updated microblaze xil_cache.h file to include - * xparameters.h file for CR630532 - Xil_DCacheFlush()/ - * Xil_DCacheFlushRange() functions in standalone BSP v3_02a - * for MicroBlaze will invalidate data in the cache instead - * of flushing it for writeback caches - * 3.04a sdm 11/21/11 Updated to initialize stdio device for 115200bps, for PS7 - * 3.04a sdm 01/02/12 Updated to clear cp15 regs with unknown reset values - * Remove redundant dsb/dmb instructions in cache maintenance - * APIs - * Remove redundant dsb in mcr instruction - * 3.04a sdm 01/13/12 Updated MMU table to mark DDR memory as Shareable - * 3.05a sdm 02/02/12 Removed some of the defines as they are being generated through - * driver tcl in xparameters.h. Update the gcc/translationtable.s - * for the QSPI complete address range - DT644567 - * Removed profile directory for armcc compiler and changed - * profiling setting to false in standalone_v2_1_0.tcl file - * Deleting boot.S file after preprocessing for armcc compiler - * 3.05a asa 03/11/12 Updated the function Xil_EnableMMU in file xil_mmu.c to - * invalidate the caches before enabling back the MMU and - * D cache. - * 3.05a asa 04/15/12 Updated the function Xil_SetTlbAttributes in file - * xil_mmu.c. Now we invalidate UTLB, Branch predictor - * array, flush the D-cache before changing the attributes - * in translation table. The user need not call Xil_DisableMMU - * before calling Xil_SetTlbAttributes. - * 3.06a asa/ 06/17/12 Removed the UART initialization for Zynq. For PEEP, the UART - * sgd initialization is present. Changes for this were done in - * uart.c and xil-crt0.s. - * Made changes in xil_io.c to use volatile pointers. - * Made changes in xil_mmu.c to correct the function - * Xil_SetTlbAttributes. - * Changes are made xil-crt0.s to initialize the static - * C++ constructors. - * Changes are made in boot.s, to fix the TTBR settings, - * correct the L2 Cache Auxiliary register settings, L2 cache - * latency settings. - * 3.07a asa/ 07/16/12 Made changes in cortexa9/xtime_l.c, xtime_l.h, sleep.c - * sgd usleep.c to use global timer instead of CP15. - * Made changes in cortexa9/gcc/translation_table.s to map - * the peripheral devices as shareable device memory. - * Made changes in cortexa9/gcc/xil-crt0.s to initialize - * the global timer. - * Made changes in cortexa9/armcc/boot.S to initialize - * the global timer. - * Made changes in cortexa9/armcc/translation_table.s to - * map the peripheral devices as shareable device memory. - * Made changes in cortexa9/gcc/boot.S to optimize the - * L2 cache settings. Changes the section properties for - * ".mmu_tbl" and ".boot" sections in cortexa9/gcc/boot.S - * and cortexa9/gcc/translation_table.S. - * Made changes in cortexa9/xil_cache.c to change the - * cache invalidation order. - * 3.07a asa 08/17/12 Made changes across files for Cortexa9 to remove - * compilation/linking issues for C++ compiler. - * Made changes in mb_interface.h to remove compilation/ - * linking issues for C++ compiler. - * Added macros for swapb and swaph microblaze instructions - * mb_interface.h - * Remove barrier usage (SYNCHRONIZE_IO) from xil_io.c - * for CortexA9. - * 3.07a asa 08/30/12 Updated for CR 675636 to provide the L2 Base Address - * 3.07a asa 08/31/12 Added xil_printf.h include - * 3.07a sgd 09/18/12 Corrected the L2 cache enable settings - * Corrected L2 cache sequence disable sequence - * 3.07a sgd 10/19/12 SMC NOR and SRAM initialization with compiler option - * 3.09a asa 01/25/13 Updated to push and pop neon registers into stack for - * irq/fiq handling. - * Relocated COUNTS_PER_SECOND from sleep.c to xtime_l.h. This - * fixes the CR #692094. - * 3.09a sgd 02/14/13 Fix for CRs 697094 (SI#687034) and 675552. - * 3.10a srt 04/18/13 Implemented ARM Erratas. - * Cortex A9 Errata - 742230, 743622, 775420, 794073 - * L2Cache PL310 Errata - 588369, 727915, 759370 - * Please refer to file 'xil_errata.h' for errata - * description. - * 3.10a asa 05/04/13 Added support for L2 cache in MicroBlaze BSP. The older - * cache APIs were corresponding to only Layer 1 cache - * memories. New APIs were now added and the existing cache - * related APIs were changed to provide a uniform interface - * to flush/invalidate/enable/disable the complete cache - * system which includes both L1 and L2 caches. The changes - * for these were done in: - * src/microblaze/xil_cache.c and src/microblaze/xil_cache.h - * files. - * Four new files were added for supporting L2 cache. They are: - * microblaze_flush_cache_ext.S-> Flushes L2 cache - * microblaze_flush_cache_ext_range.S -> Flushes a range of - * memory in L2 cache. - * microblaze_invalidate_cache_ext.S-> Invalidates L2 cache - * microblaze_invalidate_cache_ext_range -> Invalidates a - * range of memory in L2 cache. - * These changes are done to implement PR #697214. - * 3.10a asa 05/13/13 Modified cache disable APIs at src/cortexa9/xil_cache.c to - * fix the CR #706464. L2 cache disabling happens independent - * of L1 data cache disable operation. Changes are done in the - * same file in cache handling APIs to do a L2 cache sync - * (poll reg7_?cache_?sync). This fixes CR #700542. - * 3.10a asa 05/20/13 Added API/Macros for enabling and disabling nested - * interrupts for ARM. These are done to fix the CR#699680. - * 3.10a srt 05/20/13 Made changes in cache maintenance APIs to do a proper cach - * sync operation. This fixes the CR# 716781. - * 3.11a asa 09/07/13 Updated armcc specific BSP files to have proper support - * for armcc toolchain. - * Modified asm_vectors.S (gcc) and asm_vectors.s (armcc) to - * fix issues related to NEON context saving. The assembly - * routines for IRQ and FIQ handling are modified. - * Deprecated the older BSP (3.10a). - * 3.11a asa 09/22/13 Fix for CR#732704. Cache APIs are modified to avoid - * various potential issues. Made changes in the function - * Xil_SetAttributes in file xil_mmu.c. - * 3.11a asa 09/23/13 Added files xil_misc_psreset_api.c and xil_misc_psreset_api.h - * in src\cortexa9 and src\microblaze folders. - * 3.11a asa 09/28/13 Modified the cache APIs (src\cortexa9) to fix handling of - * L2 cache sync operation and to fix issues around complete - * L2 cache flush/invalidation by ways. - * 3.12a asa 10/22/13 Modified the files xpseudo_asm_rvct.c and xpseudo_asm_rvct.h - * to fix linking issues with armcc/DS-5. Modified the armcc - * makefile to fix issues. - * 3.12a asa 11/15/13 Fix for CR#754800. It fixes issues around profiling for MB. - * 4.0 hk 12/13/13 Added check for STDOUT_BASEADDRESS where outbyte is used. - * 4.0 pkp 22/01/14 Modified return addresses for interrupt handlers (DataAbortHandler - * and SWIHandler) in asm_vector.S (src\cortexa9\gcc\ and - * src\cortexa9\armcc\) to fix CR#767251 - * 4.0 pkp 24/01/14 Modified cache APIs (Xil_DCacheInvalidateRange and - * Xil_L1DCacheInvalidate) in xil_cache.c (src\cortexa9) to fix the bugs. - * Few cache lines were missed to invalidate when unaligned address - * invalidation was accommodated in Xil_DCacheInvalidateRange. - * In Xil_L1DCacheInvalidate, while invalidating all L1D cache - * stack memory (which contains return address) was invalidated. So - * stack memory is flushed first and then L1D cache is invalidated. - * This is done to fix CR #763829 - * 4.0 adk 22/02/2014 Fixed the CR:775379 removed unnecessay _t(unit32_t etc) from - * mblaze_nt_types.h file and replace uint32_t with u32 in the - * profile_hist.c to fix the above CR. - * 4.1 bss 04/14/14 Updated driver tcl to remove _interrupt_handler.o from libgloss.a - * instead of libxil.a and added prototypes for - * microblaze_invalidate_cache_ext and microblaze_flush_cache_ext in - * mb_interface.h - * 4.1 hk 04/18/14 Add sleep function. - * 4.1 asa 04/21/14 Fix for CR#764881. Added support for msrset and msrclr. Renamed - * some of the *.s files inMB BSP source to *.S. - * 4.1 asa 04/28/14 Fix for CR#772280. Made changes in file cortexa9/gcc/read.c. - * 4.1 bss 04/29/14 Modified driver tcl to use libxil.a if libgloss.a does not exist - * CR#794205 - * 4.1 asa 05/09/14 Fix for CR#798230. Made changes in cortexa9/xil_cache.c and - * common/xil_testcache.c - * Fix for CR#764881. - * 4.1 srt 06/27/14 Remove '#undef DEBUG' from src/common/xdebug.h, which allows to - * output the DEBUG logs when -DDEBUG flag is enabled in BSP. - * 4.2 pkp 06/27/14 Added support for IAR compiler in src/cortexa9/iccarm. - * Also added explanatory notes in cortexa9/xil_cache.c for CR#785243. - * 4.2 pkp 06/19/14 Asynchronous abort has been enabled into cortexa9/gcc/boot.s and - * cortexa9/armcc/boot.s. Added default exception handlers for data - * abort and prefetch abort using handlers called - * DataAbortHandler and PrefetchAbortHandler respectively in - * cortexa9/xil_exception.c to fix CR#802862. - * 4.2 pkp 06/30/14 MakeFile for cortexa9/armcc has been changed to fixes the - * issue of improper linking of translation_table.s - * 4.2 pkp 07/04/14 added weak attribute for the function in BSP which are also present - * in tool chain to avoid conflicts into some special cases - * 4.2 pkp 07/21/14 Corrected reset value of event counter in function - * Xpm_ResetEventCounters in src/cortexa9/xpm_counter.c to fix CR#796275 - * 4.2 pkp 07/21/14 Included xil_types.h file in xil_mmu.h which had contained a function - * containing type def u32 defined in xil_types.g to resolve issue of - * CR#805869 - * 4.2 pkp 08/04/14 Removed unimplemented nanosleep routine from cortexa9/usleep.c as - * it is not possible to generate timer in nanosecond due to limited - * cpu frequency - * 4.2 pkp 08/04/14 Removed PEEP board related code which contained initialization of - * uart, smc nor and sram from cortexa9/gcc/xil-crt0.s and armcc/boot.s - * and iccarm/boot.s. Also uart.c and smc.c have been removed. Also - * removed function definition of XSmc_NorInit and XSmc_NorInit from - * cortexa9/smc.h - * 4.2 bss 08/11/14 Added microblaze_flush_cache_ext_range and microblaze_invalidate_ - * cache_ext_range declarations in mb_interface.h CR#783821. - * Modified profile_mcount_mb.S to fix CR#808412. - * 4.2 pkp 08/21/14 modified makefile of iccarm for proper linking of objectfiles in - * cortexa9/iccarm to fix CR#816701 - * 4.2 pkp 09/02/14 modified translation table entries in cortexa9/gcc/translation_table.s, - * armcc/translation_table.s and iccarm/translation_table.s - * to properly defined reserved entries according to address map for - * fixing CR#820146 - * 4.2 pkp 09/11/14 modified translation table entries in cortexa9/iccarm/translation_table.s - * and cortexa9/armcc/translation_table.s to resolve compilation - * error for solving CR#822897 - * 5.0 kvn 12/9/14 Support for Zync Ultrascale Mp.Also modified code for - * MISRA-C:2012 compliance. - * 5.0 pkp 12/15/14 Added APIs to get information about the platforms running the code by - * adding src/common/xplatform_info.*s - * 5.0 pkp 16/12/14 Modified boot code to enable scu after MMU is enabled and - * removed incorrect initialization of TLB lockdown register to fix - * CR#830580 in cortexa9/gcc/boot.S & cpu_init.S, armcc/boot.S - * and iccarm/boot.s - * 5.0 pkp 25/02/15 Modified floating point flag to vfpv3 from vfpv3_d16 in BSP MakeFile - * for iccarm and armcc compiler of cortexA9 - * 5.1 pkp 05/13/15 Changed the initialization order in cortexa9/gcc/boot.S, iccarm/boot.s - * and armcc/boot.s so to first invalidate caches and TLB, enable MMU and - * caches, then enable SMP bit in ACTLR. L2Cache invalidation and enabling - * of L2Cache is done later. - * 5.1 pkp 12/05/15 Modified cortexa9/xil_cache.c to modify Xil_DCacheInvalidateRange and - * Xil_DCacheFlushRange to remove unnecessary dsb which is unnecessarily - * taking long time to fix CR#853097. L2CacheSync is added into - * Xil_L2CacheInvalidateRange API. Xil_L1DCacheInvalidate and - * Xil_L2CacheInvalidate APIs are modified to flush the complete stack - * instead of just System Stack - * 5.1 pkp 14/05/15 Modified cortexa9/gcc/Makefile to keep a correct check of a compiler - * to update ECC_FLAGS and also take the compiler and archiver as specified - * in settings instead of hardcoding it. - * 5.2 pkp 06/08/15 Modified cortexa9/gcc/translation_table.S to put a check for - * XPAR_PS7_DDR_0_S_AXI_BASEADDR to confirm if DDR is present or not and - * accordingly generate the translation table - * 5.2 pkp 23/07/15 Modified cortexa9/gcc/Makefile to keep a correct check of a compiler - * to update ECC_FLAGS to fix a bug introduced during new version creation - * of BSP. - * 5.3 pkp 10/07/15 Modified cortexa9/xil_cache.c file to change cache API so that L2 Cache - * functionalities are avoided for the OpenAMP slave application(when - * USE_AMP flag is defined for BSP) as master CPU would be utilizing L2 - * cache for its operation. Also file operations such as read, write, - * close, open are also avoided for OpenAMP support(when USE_AMP flag is - * defined for BSP) because XilOpenAMP library contains own file operation. - * The xil-crt0.S file is modified for not initializing global timer for - * OpenAMP application as it might be already in use by master CPU - * 5.3 pkp 10/09/15 Modified cortexa9/iccarm/xpseudo_asm_iccarm.h file to change function - * definition for dsb, isb and dmb to fix the compilation error when used - * kvn 16/10/15 Encapsulated assembly code into macros for R5 xil_cache file. - * 5.4 pkp 09/11/15 Modified cortexr5/gcc/boot.S to disable ACTLR.DBWR bit to avoid potential - * R5 deadlock for errata 780125 - * 5.4 pkp 09/11/15 Modified cortexa53/32bit/gcc/boot.S to enable I-Cache and D-Cache for a53 - * 32 bit BSP in the initialization - * 5.4 pkp 09/11/15 Modified cortexa9/xil_misc_psreset_api.c file to change the description - * for XOcm_Remap function - * 5.4 pkp 16/11/15 Modified microblaze/xil_misc_psreset_api.c file to change the description - * for XOcm_Remap function - * kvn 21/11/15 Added volatile keyword for ADDR variables in Xil_Out API - * kvn 21/11/15 Changed ADDR variable type from u32 to UINTPTR. This is - * required for MISRA-C:2012 Compliance. - * 5.4 pkp 23/11/15 Added attribute definitions for Xil_SetTlbAttributes API of Cortex-A9 - * in cortexa9/xil_mmu.h - * 5.4 pkp 23/11/15 Added default undefined exception handler for Cortex-A9 - * 5.4 pkp 11/12/15 Modified common/xplatform_info.h to add #defines for silicon for - * checking the current executing platform - * 5.4 pkp 18/12/15 Modified cortexa53/32bit/gcc/xil-crt0.S and 64bit/gcc/xil-crt0.S - * to initialize global constructor for C++ applications - * 5.4 pkp 18/12/15 Modified cortexr5/gcc/xil-crt0.S to initialize global constructor for - * C++ applications - * 5.4 pkp 18/12/15 Modified cortexa53/32bit/gcc/translation_table.S and 64bit/gcc/ - * translation_table.S to update the translation table according to proper - * address map - * 5.4 pkp 18/12/15 Modified cortexar5/mpu.c to initialize the MPU according to proper - * address map - * 5.4 pkp 05/01/16 Modified cortexa53/64bit/boot.S to set the reset vector register RVBAR - * equivalent to vector table base address - * 5.4 pkp 08/01/16 Modified cortexa9/gcc/Makefile to update the extra compiler flag - * as per the toolchain update - * 5.4 pkp 12/01/16 Changed common/xplatform_info.* to add platform information support - * for Cortex-A53 32bit mode - * 5.4 pkp 28/01/16 Modified cortexa53/32bit/sleep.c and usleep.c & cortexa53/64bit/sleep.c - * and usleep.c to correct routines to avoid hardcoding the timer frequency, - * instead take it from xparameters.h to properly configure the timestamp - * clock frequency - * 5.4 asa 29/01/16 Modified microblaze/mb_interface.h to add macros that support the - * new instructions for MB address extension feature - * 5.4 kvn 30/01/16 Modified xparameters_ps.h file to add interrupt ID number for - * system monitor. - * 5.4 pkp 04/02/16 Modified cortexr5/gcc/boot.S to enable fault log for lock-step mode - * 5.4 pkp 19/02/16 Modified cortexr5/xtime_l.c to add an API XTime_StartTimer and updated - * cortexr5/xil-crt0.S to configure the TTC3 timer when present. Modified - * cortexr5/sleep.c, cortexr5/usleep.c to use TTC3 when present otherwise - * use set of assembly instructions to provide required delay to fix - * CR#913249. - * 5.4 asa 25/02/16 Made changes in xil-crt0.S for R5, A53 64 and 32 bit BSPs, to replace - * _exit with exit. We should not be directly calling _exit and should - * always use the library exit. This fixes the CR#937036. - * 5.4 pkp 25/02/16 Made change to cortexr5/gcc/boot.S to initialize the floating point - * registers, banked registers for various modes and enabled - * the cache ECC check before enabling the fault log for lock step mode - * Also modified the cortexr5/gcc/Makefile to support floating point - * registers initialization in boot code. - * 5.4 pkp 03/01/16 Updated the exit function in cortexr5/gcc/_exit.c to enable the debug - * logic in case of lock-step mode when fault log is enabled to fix - * CR#938281 - * 5.4 pkp 03/02/16 Modified cortexa9/iccarm/xpseudo_asm_iccarm.h file to include - * header file instrinsics.h which contains assembly instructions - * definitions which can be used by C - * 5.4 asa 03/02/16 Added print.c in MB BSP. Made other cosmetic changes to have uniform - * proto for all print.c across the BSPs. This patch fixes CR#938738. - * 5.4 pkp 03/09/16 Modified cortexr5/sleep.c and usleep.c to avoid disabling the - * interrupts when sleep/usleep is being executed using assembly - * instructions to fix CR#913249. - * 5.4 pkp 03/11/16 Modified cortexr5/xtime_l.c to avoid enabling overflow interrupt, - * instead modified cortexr5/sleep.c and usleep.c to poll the counter - * value and compare it with previous value to detect the overflow - * to fix CR#940209. - * 5.4 pkp 03/24/16 Modified cortexr5/boot.S to reset the dbg_lpd_reset before enabling - * the fault log to avoid intervention for lock-step mode and cortexr5/ - * _exit.c to enable the dbg_lpd_reset once the fault log is disabled - * to fix CR#947335 - * 5.5 pkp 04/11/16 Modified cortexr5/boot.S to enable comparators for non-JTAG bootmode - * in lock-step to avoid resetting the debug logic which restricts the - * access for debugger and removed enabling back of debug modules in - * cortexr5/_exit.c - * 5.5 pkp 04/13/16 Modified cortexa9/gcc/read.c to return correct number of bytes when - * read buffer is filled and removed the redundant NULL checking for - * buffer to simplify the code - * 5.5 pkp 04/13/16 Modified cortexa53/64bit/gcc/read.c and cortexa53/32bit/gcc/read.c - * to return correct number of bytes when read buffer is filled and - * removed the redundant NULL checking for buffer to simplify the code - * 5.5 pkp 04/13/16 Modified cortexr5/gcc/read.c to return correct number of bytes when - * read buffer is filled and removed the redundant NULL checking for - * buffer to simplify the code - * 5.5 pkp 04/13/16 Modified cortexa53/64bit/xpseudo_asm_gcc.h to add volatile to asm - * instruction macros to disable certain optimizations which may move - * code out of loops if optimizers believe that the code will always - * return the same result or discard asm statements if optimizers - * determine there is no need for the output variables - * 5.5 pkp 04/13/16 Modified cortexa53/64bit/xtime_l.c to add XTime_StartTimer which - * starts the timer if it is disabled and modified XTime_GetTime to - * enable the timer if it is not enabled. Also modified cortexa53/64bit/ - * sleep.c and cortexa53/64bit/usleep.c to enable the timer if it is - * disabled and read the counter value directly from register instead - * of using XTime_GetTime for optimization - * 5.5 pkp 04/13/16 Modified cortexa53/32bit/xtime_l.c to add XTime_StartTimer which - * starts the timer if it is disabled and modified XTime_GetTime to - * enable the timer if it is not enabled. Also modified cortexa53/32bit/ - * sleep.c and cortexa53/32bit/usleep.c to enable the timer if it is - * disabled and read the counter value directly from register instead - * of using XTime_GetTime for optimization - * 5.5 pkp 04/13/16 Modified cortexa53/32bit/xil_cache.c and cortexa53/64bit/xil_cache.c - * to update the Xil_DCacheInvalidate, Xil_DCacheInvalidateLine and - * Xil_DCacheInvalidateRange functions description for proper - * explanation to fix CR#949801 - * 5.5 asa 04/20/16 Added missing macros for hibernate and suspend in Microblaze BSP - * file mb_interface.h. This fixes the CR#949503. - * 5.5 asa 04/29/16 Fix for CR#951080. Updated cache APIs for HW designs where cache - * memory is not included for MicroBlaze. - * 5.5 pkp 05/06/16 Modified the cortexa9/xil_exception.h to update the macros - * Xil_EnableNestedInterrupts and Xil_DisableNestedInterrupts for fixing - * the issue of lr being corrupted to resolve CR#950468 - * 5.5 pkp 05/06/16 Modified the cortexr5/xil_exception.h to update the macros - * Xil_EnableNestedInterrupts and Xil_DisableNestedInterrupts for fixing - * the issue of lr being corrupted to resolve CR#950468 - * 6.0 kvn 05/31/16 Make Xil_AsserWait a global variable - * 6.0 pkp 06/27/16 Updated cortexr5/mpu.c to move the code related to Init_MPU to .boot - * section since it is part of boot process to fix CR#949555 - * hk 07/12/16 Correct masks for IOU SLCR GEM registers - * 6.0 pkp 07/25/16 Program the counter frequency in boot code for CortexA53 - * 6.0 asa 08/03/16 Updated sleep_common function in microblaze_sleep.c to improve the - * the accuracy of MB sleep functionality. This fixes the CR#954191. - * 6.0 mus 08/03/16 Restructured the BSP to avoid code duplication across all BSPs. - * Source code directories specific to ARM processor's are moved to src/arm - * directory(i.e. src/cortexa53,src/cortexa9 and src/cortexr5 moved to src/arm/cortexa53, - * src/arm/cortexa9 and src/arm/cortexr5 respectively).Files xil_printf.c,xil_printf.h, - * print.c,xil_io.c and xil_io.h are consolidated across all BSPs into common file each and - * consolidated files are kept at src/common directory.Files putnum.c,vectors.c,vectors.h, - * xil_exception.c and xil_exception.h are consolidated across all ARM BSPs - * into common file each and consolidated files are kept at src/arm/common directory. - * GCC source files related to file operations are consolidated and kept - * at src/arm/common/gcc directory. - * All io interfacing functions (i.e. All variants of xil_out, xil_in ) - * are made as static inline and implementation is kept in consolidated common/xil_io.h, - * xil_io.h must be included as a header file to access io interfacing functions. - * Added undefined exception handler for A53 32 bit and R5 processor - * 6.0 mus 08/11/16 Updated xtime_l.c in R5 BSP to remove implementation of XTime_SetTime API, since - * TTC counter value register is read only. - * 6.0 asa 08/15/16 Modified the signatures for functions sleep and usleep. This fixes - * the CR#956899. - * 6.0 mus 08/18/16 Defined ARMA53_32 flag in cortexa53/32bit/xparameters_ps.h and ARMR5 flag - * in cortexr5/xparameters_ps.h - * 6.0 mus 08/18/16 Added support for the the Zynq 7000s devices - * 6.0 mus 08/18/16 Removed unused variables from xil_printf.c and xplatform_info.c - * 6.0 mus 08/19/16 Modified xil_io.h to remove __LITTLE_ENDIAN__ flag check for all ARM processors - * 6.1 mus 11/03/16 Added APIs handle_stdin_parameter and handle_stdout_parameter in standalone tcl. - * ::hsi::utils::handle_stdin and ::hsi::utils::handle_stdout are taken as a base for - * these APIs and modifications are done on top of it to handle stdout/stdin - * parameters for design which doesnt have UART.It fixes CR#953681 - * 6.1 nsk 11/07/16 Added two new files xil_mem.c and xil_mem.h for xil_memcpy - * 6.2 pkp 12/14/16 Updated cortexa53/64bit/translation_table.S for upper ps DDR. The 0x800000000 - - * 0xFFFFFFFFF range is marked normal memory for the DDR size defined in hdf - * and rest of the memory in that 32GB region is marked as reserved to avoid - * any speculative access - * 6.2 pkp 12/23/16 Added support for floating point operation to Cortex-A53 64bit mode. It modified - * asm_vectors.S to implement lazy floating point context saving i.e. floating point - * access is enabled if there is any floating point operation, it is disabled by - * default. Also FPU is initially disabled for IRQ and none of the floating point - * registers are saved during normal context saving. If IRQ handler does not require - * floating point operation, the floating point registers are untouched and no need - * for saving/restoring. If IRQ handler uses any floating point operation, then floating - * point registers are saved and FPU is enabled for IRQ handler. Then floating point - * registers are restored back after servicing IRQ during normal context restoring. - * 6.2 mus 01/01/17 Updated makefiles of R5 and a53 64 bit/32 bit processors to fix error in clean - * target.It fixes the CR#966900 - * 6.2 pkp 01/22/17 Added support for EL1 non-secure execution and Hypervisor Baremetal for Cortex-A53 - * 64bit Mode. If Hypervisor_guest is selected as true in BSP settings, BSP will be built - * for EL1 Non-secure, else BSP will be built for EL3. By default hypervisor_guest is - * as false i.e. default bsp is EL3. - * 6.2 pkp 01/24/17 Updated cortexa53/64bit/boot.S to clear FPUStatus variable to make sure that it - * contains initial status of FPU i.e. disabled. In case of a warm restart execution - * when bss sections are not cleared, it may contain previously updated value which - * does not hold true once processor resumes. This fixes CR#966826. - * 6.2 asa 01/31/17 The existing Xil_DCacheDisable API first flushes the - * D caches and then disables it. The problem with that is, - * potentially there will be a small window after the cache - * flush operation and before the we disable D caches where - * we might have valid data in cache lines. In such a - * scenario disabling the D cache can lead to unknown behavior. - * The ideal solution to this is to use assembly code for - * the complete API and avoid any memory accesses. But with - * that we will end up having a huge amount on assembly code - * which is not maintainable. Changes are done to use a mix - * of assembly and C code. All local variables are put in - * registers. Also function calls are avoided in the API to - * avoid using stack memory. - * 6.2 mus 02/13/17 A53 CPU cache system can pre-fetch catch lines.So there are - * scenarios when an invalidated cache line can get pre fetched to cache. - * If that happens, the coherency between cache and memory is lost - * resulting in lost data. To avoid this kind of issue either - * user has to use dsb() or disable pre-fetching for L1 cache - * or else reduce maximum number of outstanding data prefetches allowed. - * Using dsb() while comparing data costing more performance compared to - * disabling pre-fetching/reducing maximum number of outstanding data - * prefetches for L1 Cache.The new api Xil_ConfigureL1Prefetch is added - * to disable pre-fetching/configure maximum number of outstanding data - * prefetches allowed in L1 cache system.This fixes CR#967864. - * 6.2 pkp 02/16/17 Added xil_smc.c file to provide a C wrapper for smc calling which can be - * used by cortex-A53 64bit EL1 Non-secure application. - * 6.2 kvn 03/03/17 Added support thumb mode - * 6.2 mus 03/13/17 Fixed MISRA C mandatory standard violations in ARM cortexr5 and cortexa53 BSP. - * It fixes CR#970543 - * 6.2 asa 03/16/17 Fix for CR#970859. For Mcroblaze BSP, when we enable intrusive - * profiling we see a crash. That is because the the tcl uses invalid - * HSI command. This change fixes it. - * 6.2 mus 03/22/17 Updated standalone tcl to generate xparameter XPAR_FPD_IS_CACHE_COHERENT, if - * any FPD peripheral is configured to use CCI.It fixes CR#972638 - * 6.3 mus 03/20/17 Updated cortex-r5 BSP, to add hard floating point support. - * 6.3 mus 04/17/17 Updated Cortex-a53 32 bit BSP boot code to fix bug in - * the HW coherency enablement. It fixes the CR#973287 - * 6.3 mus 04/20/17 Updated Cortex-A53 64 bit BSP boot code, to remove redundant write to the - * L2CTLR_EL1 register. It fixes the CR#974698 - * 6.4 mus 06/08/17 Updated arm/common/xil_exception.c to fix warnings in C level exception handlers - * of ARM 32 bit processor's. - * 6.4 mus 06/14/17 Updated cortexa53/64bit/gcc/asm_vectors.S to fix bug in IRQInterruptHandler code - * snippet, which checks for the FPEN bit of CPACR_EL1 register. - * 6.4 ms 05/23/17 Added PSU_PMU macro in xplatform_info.c, xparameters.h to support - * XGetPSVersion_Info function for PMUFW. - * ms 06/13/17 Added PSU_PMU macro in xplatform_info.c to support XGetPlatform_Info - * function for PMUFW. - * 6.4 mus 07/05/17 Updated Xil_In32BE function in xil_io.h to fix bug.It fixes CR#979740. - * 6.4 mus 07/25/17 Updated a53 32 bit boot code and vectors to support hard floating point - * operations.Now,VFP is being enabled in FPEXC register, through boot code - * and FPU registers are being saved/restored when irq/fiq vector is invoked. - * 6.4 adk 08/01/17 Updated standalone tcl to generate xparameter XPAR_PL_IS_CACHE_COHERENT, - * if h/w design configured with HPC port. - * 6.4 mus 08/10/17 Updated a53 64 bit translation table to mark memory as a outer shareable for - * EL1 NS execution. This change has been done to support CCI enabled IP's. - * 6.4 mus 08/11/17 Updated a53 64 bit boot code to implement ARM erratum 855873.This fixes - * CR#982209. - * 6.4 asa 08/16/17 Made several changes in the R5 MPU handling logic. Added new APIs to - * make RPU MPU handling user-friendly. This also fixes the CR-981028. - * 6.4 mus 08/17/17 Updated XGet_Zynq_UltraMp_Platform_info and XGetPSVersion_Info APIs to read - * version register through SMC call, over EL1 NS mode. This change has been done to - * support these APIs over EL1 NS mode. - * 6.5 mus 10/20/17 Updated standalone.tcl to fix bug in mb_can_handle_exceptions_in_delay_slots proc, - * it fixes CR#987464. - * 6.6 mus 12/07/17 Updated cortexa9/xil_errata.h and cortexa9/xil_cache.c to remove Errata 753970. - * It fixes CR#989132. - * srm 10/18/17 Updated all the sleep routines in a9,a53,R5,microblaze. Now the sleep routines - * will use the timer specified by the user to provide delay. A9 and A53 can use - * Global timer or TTC. R5 can use TTC or the machine cycles. Microblaze can use - * machine cycles or Axi timer. Updated standalone.tcl and standalone.mld files - * to support the sleep configuration Added new API's for the Axi timer in - * microblaze and TTC in ARM. Added two new files, xil_sleeptimer.c and - * xil_sleeptimer.h in ARM for the common sleep routines and 1 new file, - * xil_sleepcommon.c in Standalone-common for sleep/usleep API's. - * 6.6 hk 12/15/17 Export platform macros to bspconfig.h based on the processor. - * 6.6 asa 1/16/18 Ensure C stack information for A9 are flushed out from L1 D cache - * or L2 cache only when the respective caches are enabled. This fixes CR-922023. - * 6.6 mus 01/19/18 Updated asm_vectors.S and boot.S in Cortexa53 64 bit BSP, to add isb - * after writing to cpacr_el1/cptr_el3 registers. It would ensure - * disabling/enabling of floating-point unit, before any subsequent - * instruction. - * 6.6 hk 12/15/17 Export platform macros to xparameters.h based on the processor. - * 6.6 asa 1/16/18 Ensure C stack information for A9 are flushed out from L1 D cache - * or L2 cache only when the respective caches are enabled.This fixes CR-922023. - * - * 6.6 mus 01/19/18 Updated asm_vectors.S and boot.S in Cortexa53 64 bit BSP, to add isb - * after writing to cpacr_el1/cptr_el3 registers. It would ensure - * disabling/enabling of floating-point unit, before any subsequent - * instruction. - * 6.6 mus 01/30/18 Updated hypervisor enabled Cortexa53 64 bit BSP, to add xen PV console - * support. Now, xil_printf would use PV console instead of UART in case of - * hypervisor enabled BSP. - * 6.6 mus 02/02/18 Updated get_connected_if proc in standalone tcl to detect the HPC port - * configured with smart interconnect.It fixes CR#990318. - * 6.6 srm 02/10/18 Updated csu_wdt interrupt to the correct value. Fixes CR#992229 - * 6.6 asa 02/12/18 Fix for heap handling for ARM platforms. CR#993932. - * 6.6 mus 02/19/18 Updated standalone.tcl to fix bug in handle_profile_opbtimer proc, - * CR#995014. - * 6.6 mus 02/23/18 Presently Cortex R5 BSP boot code is disabling the debug logic in - * non-JTAG boot mode, when processor is in lockstep configuration. - * This behavior is restricting application debugging in non-JTAG boot - * mode. To get rid of this restriction, added new mld parameter - * "lockstep_mode_debug", to enable/disable debug logic from BSP - * settings. Now, debug logic can be enabled through BSP settings, - * by modifying value of parameter "lockstep_mode_debug" as "true". - * It fixes CR#993896. - * 6.6.mus 02/27/18 Updated Xil_DCacheInvalidateRange and - * Xil_ICacheInvalidateRange APIs in Cortexa53 64 bit BSP, to fix bug - * in handling upper DDR addresses.It fixes CR#995581. - * 6.6 mus 03/12/18 Updated makefile of Cortexa53 32bit BSP to add includes_ps directory - * in the list of include paths. This change allows applications/BSP - * files to include .h files in include_ps directory. - * 6.6 mus 03/16/18 By default CPUACTLR_EL1 is accessible only from EL3, it - * results into abort if accessed from EL1 non secure privilege - * level. Updated Xil_ConfigureL1Prefetch function in Cortexa53 64 bit BSP - * to avoid CPUACTLR_EL1 access from privile levels other than EL3. - * 6.6 mus 03/16/18 Updated hypervisor enabled BSP to use PV console, based on the - * XEN_USE_PV_CONSOLE flag. By default hypervisor enabled BSP would - * use UART console, PV console can be enabled by appending - * "-DXEN_USE_PV_CONSOLE" to the BSP extra compiler flags. - * 6.7 asa 04/26/18 Added API Xil_GetExceptionRegisterHandler for obtaining information - * on an already registered exception vector. - * 6.7 asa 05/18/18 Fixed bugss in the API Xil_GetExceptionRegisterHandler. - * 6.8 mus 04/27/18 Removed __ARM_NEON__ flag definition. Now, saving/restoring of of HW - * floating point register would be done through newly introduced flag - * FPU_HARD_FLOAT_ABI_ENABLED. This new flag will be configured based on - * the -mfpu-abi option in extra compiler flags.. This change has - * been done to avoid saving/restoring of HW floating point registers, - * when BSP is not compiled with HW floating point configuration. - * 6.8 aru 06/15/18 Removed unused variable in xil_cache.c for A53-32. It - * fixes CR1005118. - * 6.8 aru 07/02/18 Returned the pointer instead of address of that pointer in xil_mpu.c - * for R5 processor.It Fixes CR#1005119. - * 6.8 mus 07/12/18 Updated Cortexa9 translation table to mark DDR memory as inner cacheable, - * if BSP is built with the USE_AMP flag. It fixes CR#1006745. - * - * 6.8 aru 07/04/18 Optimized the code to use a loop and to remove redundant code - * in Xil_DCacheFlush() and Xil_DCacheInvalidate() - * of xil_cache.c for A53-32. - * 6.8 aru 07/26/18 added support in xil_printf.c to print u64 variabbles - * correctly in 32 bit processor.It fixes CR#1007207. - * 6.8 aru 09/03/18 Optimized the code to use a single function and removed - * code redundancy in xil_printf.c . It Fixes CR#1009654. - * 6.8 aru 09/06/18 Removed the compiler warnings for ARMCC toolchain. - * It fixes CR#1008309. - * 6.8 mus 09/20/18 Updated CortexR5 boot code to initialize CortexR5 core with LOVEC - * on reset. It fixes CR#1010656. - * 6.8 mus 10/04/18 Updated microblaze sleep functinality to execute default method of - * sleep implementation, in case of FreeRTOS BSP. - * 6.8 mus 10/25/18 Updated assembly code for cache APIs and inline assemby macros to - * to support 64 bit addresses. - * 6.8 asa 10/11/18 Updated the A53 32 bit cache APIs for Xil_DCacheFlush and - * Xil_DCacheInvalidate to fix various issues. These issues were not - * present in the previous releases but got introduced as part of - * optimization patches that got applied for 6.8 BSP version. These - * changes fix the CR#1016012. - * 7.0 rp 10/25/18 Added XST_NO_ACCESS status macros for generic access error. - * 7.0 mus 02/01/19 Added support for Versal. Cortea53 BSP will be re-used by Cortexa72, - * re-named cortexa53 directory as ARMv8, since files are generic for - * ARMv8 based processors. Created "platform" directory to place - * SoC based files. - * 7.0 mus 02/05/19 Updated Xil_MemCpy API to copy two bytes at a time from source to - * destination if byte count is <= 2. - * 7.0 mus 02/28/19 Added armclang compiler support to the Cortexa53 64 bit BSP. - * 7.0 mus 04/08/19 Fix microblaze_disable_dcache for 64 bit microblaze - * 7.0 mus 04/26/19 Added frequently used functions in common area in xil_utils.c, - * so that other modules can make use of it. - * 7.2 mus 11/14/19 Remove logic for deletion of source directories, to avoid race - * condition in standalone tcl.It fixes CR#1038151. - * 01/09/20 Updated boot code and standalone tcl to support armclang compiler - * for Cortex-A72. Also, versal translation table is ported for - * armclang compiler. - * 01/29/20 Updated standalone tcl for CortexR5 BSP, Now TTC2 would be used - * for sleep routines, if TTC3 is not present in HW design. If TTC2 - * also not present, then CortexR5 PMU cycle counter would be used. - * If user dont want to use PMU cycle counter, - * -DDONT_USE_PMU_FOR_SLEEP_ROUTINES flag needs to be added in BSP - * compiler flags. - * 7.2 sd 03/08/20 Addéd clocking support for baremetal drivers, related files have - * been added in "lib/bsp/standalone/src/common/clocking" path - * 7.2 asa 03/18/20 Added a new examples folder for standalone BSP. - * Added a new example inside it to show usage of R5 PMU event - * counters and APIs provided to configure and read PMU events. - * Added new APIs for better R5 PMU events handling. - * 7.2 asa 04/03/20 Renamed the str macro to strw. - * 7.2 dp 04/30/20 Added clobber to mtcpsr macro. - * 7.2 mus 05/02/20 Added unaligned exception support for 64 bit version of - * microblaze processor. - * 7.3 mus 05/12/20 Updated bootcode in Cortex-A53 64 bit BSP, to correct CPACR_EL1 - * settings - * kc 06/18/20 Updated microblaze makefile to not to compile microblaze_interrupt_handler.c - * with LTO flags - * dp 07/07/20 Added armclang support for Cortex-R5 BSP - * mus 07/08/20 Updated standalone.tcl to fix bug in selecting TTC as sleep timer CR#1069210 - * mus 07/28/20 Updated exception registeration related APIs for ARM - * processors, it fixes CR#1069524 - * mus 08/25/20 Updated makefiles across standalone BSP, to support parallel make - * and incremental builds. - * au 09/14/20 Updated standalone tcl, to remove "weak" attribute from outbyte - * for psv_pmc processor.It fixes CR#1070099 - * mus 09/16/20 Updated translation table for Cortex-A72, to fix the translation - * table entries for DDR regions. It fixes CR#1073099. - * sa 09/10/20 Added microblaze selftest routines to microblaze BSP - * mus 10/10/20 Updated IAR port for ARM processors, to fix scanf functionality. - * It fixes CR#1079543 - * sk 10/25/20 Updated src/common/xdebug.h to consolidate content from xdebug.h - * files in standlone driver. It fixes CR#1080080 - * td 10/25/20 Moved strcpy, strcat, memcmp function from XilPlmi library - * to xil_util.h - * am 10/26/20 Updated src/common/xil_io.h and xil_util.h to fix issues - * reported by MISRA C and coverity tool. - * 7.4 mus 12/21/20 Updated standalone tcl to support CIPS 3.0 based HW designs - * 7.5 mus 05/31/21 GCC 10.2 is complaining when section attribute is added - * to declaration. Updated Cortex-R5 BSP to remove attributes from - * declaration of Mpu_Config structure. - * dp 01/19/21 Update counts per msec/usec macros across all supported BSPs to - * minimize delta error - * mus 01/20/21 Update Xil_DCacheFlushRange function in Cortex-A9 BSP with errata#588369 - * workaround - * bm 02/17/21 Added xil_vprintf function and moved most of the logic from xil_printf - * to xil_printf, and calling xil_vprintf from xil_printf. - * dp 02/17/21 Fixed compilation errors with -Werror=conversion compiler flag. - * asa 03/10/21 Added spinlock mechanism for ARMv7 processors. - * mus 03/23/21 Added new set of Xil_TestMem32, Xil_TestMem16 and Xil_TestMem8 - * APIs to support memory test for memory regions mapped at extended -* addresses (addresses > 4 GB) in case of 32 bit Miroblaze processor. - * mus 03/26/21 Added weak implemantation of clock function for ARM processors. - * mus 04/15/21 Fixed warnings reported by doxygen tool. - * mus 04/22/21 Updated sleep routines from Microblaze BSP to keep them in sync - * with Microblaze processor frequency. This is done to avoid incorrect - * behavior of sleep routines, if Microblaze processor frequency - * is changed during runtime. - * mus 05/05/21 Updated src/common/xdebug.h and xstatus.h to consolidate them with - * xstatus.h and xdebug.h in common driver. - * mus 05/10/21 Moved pragma messages from .h files to .c files to avoid displaying - * same message multiple times during compilation. - * mus 05/15/21 Fixed HIS_COMF metric violations in xil_io.h file. - * mus 05/25/21 Added mitigation in ARMv8 BSP for speculative execution past ERET and BR instruction - * (CVE-2020-13844). - * - * - *****************************************************************************************/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/clocking/xil_clocking.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/clocking/xil_clocking.c deleted file mode 100644 index 50df3c5..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/clocking/xil_clocking.c +++ /dev/null @@ -1,128 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.c -* -* The xil_clocking.c file contains clocking related functions and macros. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  02/06/20 First release of clocking
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#include "xil_clocking.h" -/************************** Variable Definitions *****************************/ - -#if defined (XPAR_XCRPSU_0_DEVICE_ID) && defined (XCLOCKING) - -XClock ClockInstance; /* Instance of clock Controller */ -XClockPs_Config *ConfigPtr; - - -XStatus Xil_ClockInit(void) -{ - XStatus Status = XST_FAILURE; - - /* Lookup clock configurations */ - ConfigPtr = XClock_LookupConfig(XPAR_XCLOCKPS_DEVICE_ID); - - /* Initialize the Clock controller driver */ - Status = XClock_CfgInitialize(&ClockInstance, ConfigPtr); - return Status; -} - -XStatus Xil_ClockEnable(XClock_OutputClks ClockId) -{ - - XStatus Status = XST_FAILURE; - - Status = XClock_EnableClock(ClockId); - return Status; -} - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId) -{ - XStatus Status = XST_FAILURE; - - Status = XClock_DisableClock(ClockId); - return Status; -} - -XStatus Xil_ClockGetRate(XClock_OutputClks ClockId, XClockRate *Rate) -{ - XStatus Status = XST_FAILURE; - - Xil_AssertNonvoid(Rate != NULL); - - Status = XClock_GetRate(ClockId, Rate); - if (XST_SUCCESS == Status) { - xdbg_printf(XDBG_DEBUG_GENERAL, "Operating rate = %lx\n",*Rate); - } else { - xdbg_printf(XDBG_DEBUG_ERROR, "Failed: Fetching rate\r\n"); - } - return Status; -} - -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, - XClockRate *SetRate) -{ - XStatus Status = XST_FAILURE; - - Xil_AssertNonvoid(SetRate != NULL); - - if (Rate == 0) { - return XST_FAILURE; - } - Status = XClock_SetRate(ClockId, Rate, SetRate); - if (XST_SUCCESS != Status) { - xdbg_printf(XDBG_DEBUG_ERROR, "Failed Setting rate\n"); - } - return Status; -} - -#else -XStatus Xil_ClockGetRate(XClock_OutputClks ClockId, XClockRate *Rate) -{ - (void) ClockId; - (void) Rate; - return XST_FAILURE; -} - -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, - XClockRate *SetRate) { - (void) ClockId; - (void) Rate; - (void) SetRate; - return XST_FAILURE; -} - -XStatus Xil_ClockInit(void) -{ - return XST_SUCCESS; -} - -XStatus Xil_ClockEnable(XClock_OutputClks ClockId) -{ - (void) ClockId; - return XST_SUCCESS; -} - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId) -{ - (void) ClockId; - return XST_SUCCESS; -} - -#endif /* XCLOCKING */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/clocking/xil_clocking.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/clocking/xil_clocking.h deleted file mode 100644 index fd80a0d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/clocking/xil_clocking.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.h -* -* The xil_clocking.h file contains clocking related functions and macros. -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  12/11/19 First release
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#ifndef XIL_CLOCKING_H /* prevent circular inclusions */ -#define XIL_CLOCKING_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xdebug.h" -#include "xil_printf.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xparameters.h" -#include "xstatus.h" -#if defined (XPAR_XCRPSU_0_DEVICE_ID) -#include "xclockps.h" -#else -typedef u32 XClock_OutputClks; -typedef u64 XClockRate; -#endif - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId); -XStatus Xil_ClockEnable(XClock_OutputClks ClockId); -XStatus Xil_ClockInit(void); -XStatus Xil_ClockGet(void); -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, XClockRate *SetRate); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/close.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/close.c deleted file mode 100644 index 811d2b0..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/close.c +++ /dev/null @@ -1,23 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef UNDEFINE_FILE_OPS -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _close(s32 fd); -} -#endif - -/* - * close -- We don't need to do anything, but pretend we did. - */ - -__attribute__((weak)) s32 _close(s32 fd) -{ - (void)fd; - return (0); -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/clocking/xil_clocking.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/clocking/xil_clocking.c deleted file mode 100644 index 50df3c5..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/clocking/xil_clocking.c +++ /dev/null @@ -1,128 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.c -* -* The xil_clocking.c file contains clocking related functions and macros. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  02/06/20 First release of clocking
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#include "xil_clocking.h" -/************************** Variable Definitions *****************************/ - -#if defined (XPAR_XCRPSU_0_DEVICE_ID) && defined (XCLOCKING) - -XClock ClockInstance; /* Instance of clock Controller */ -XClockPs_Config *ConfigPtr; - - -XStatus Xil_ClockInit(void) -{ - XStatus Status = XST_FAILURE; - - /* Lookup clock configurations */ - ConfigPtr = XClock_LookupConfig(XPAR_XCLOCKPS_DEVICE_ID); - - /* Initialize the Clock controller driver */ - Status = XClock_CfgInitialize(&ClockInstance, ConfigPtr); - return Status; -} - -XStatus Xil_ClockEnable(XClock_OutputClks ClockId) -{ - - XStatus Status = XST_FAILURE; - - Status = XClock_EnableClock(ClockId); - return Status; -} - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId) -{ - XStatus Status = XST_FAILURE; - - Status = XClock_DisableClock(ClockId); - return Status; -} - -XStatus Xil_ClockGetRate(XClock_OutputClks ClockId, XClockRate *Rate) -{ - XStatus Status = XST_FAILURE; - - Xil_AssertNonvoid(Rate != NULL); - - Status = XClock_GetRate(ClockId, Rate); - if (XST_SUCCESS == Status) { - xdbg_printf(XDBG_DEBUG_GENERAL, "Operating rate = %lx\n",*Rate); - } else { - xdbg_printf(XDBG_DEBUG_ERROR, "Failed: Fetching rate\r\n"); - } - return Status; -} - -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, - XClockRate *SetRate) -{ - XStatus Status = XST_FAILURE; - - Xil_AssertNonvoid(SetRate != NULL); - - if (Rate == 0) { - return XST_FAILURE; - } - Status = XClock_SetRate(ClockId, Rate, SetRate); - if (XST_SUCCESS != Status) { - xdbg_printf(XDBG_DEBUG_ERROR, "Failed Setting rate\n"); - } - return Status; -} - -#else -XStatus Xil_ClockGetRate(XClock_OutputClks ClockId, XClockRate *Rate) -{ - (void) ClockId; - (void) Rate; - return XST_FAILURE; -} - -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, - XClockRate *SetRate) { - (void) ClockId; - (void) Rate; - (void) SetRate; - return XST_FAILURE; -} - -XStatus Xil_ClockInit(void) -{ - return XST_SUCCESS; -} - -XStatus Xil_ClockEnable(XClock_OutputClks ClockId) -{ - (void) ClockId; - return XST_SUCCESS; -} - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId) -{ - (void) ClockId; - return XST_SUCCESS; -} - -#endif /* XCLOCKING */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/clocking/xil_clocking.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/clocking/xil_clocking.h deleted file mode 100644 index fd80a0d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/clocking/xil_clocking.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.h -* -* The xil_clocking.h file contains clocking related functions and macros. -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  12/11/19 First release
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#ifndef XIL_CLOCKING_H /* prevent circular inclusions */ -#define XIL_CLOCKING_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xdebug.h" -#include "xil_printf.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xparameters.h" -#include "xstatus.h" -#if defined (XPAR_XCRPSU_0_DEVICE_ID) -#include "xclockps.h" -#else -typedef u32 XClock_OutputClks; -typedef u64 XClockRate; -#endif - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId); -XStatus Xil_ClockEnable(XClock_OutputClks ClockId); -XStatus Xil_ClockInit(void); -XStatus Xil_ClockGet(void); -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, XClockRate *SetRate); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/print.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/print.c deleted file mode 100644 index da7e768..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/print.c +++ /dev/null @@ -1,36 +0,0 @@ -/* print.c -- print a string on the output device. - * - * Copyright (c) 1995 Cygnus Support - * - * The authors hereby grant permission to use, copy, modify, distribute, - * and license this software and its documentation for any purpose, provided - * that existing copyright notices are retained in all copies and that this - * notice is included verbatim in any distributions. No written agreement, - * license, or royalty fee is required for any of the authorized uses. - * Modifications to this software may be copyrighted by their authors - * and need not follow the licensing terms described here, provided that - * the new terms are clearly indicated on the first page of each file where - * they apply. - * - */ - -/* - * print -- do a raw print of a string - */ -#include "xil_printf.h" - -void print(const char8 *ptr) -{ -#if HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE - XPVXenConsole_Write(ptr); -#else -#ifdef STDOUT_BASEADDRESS - while (*ptr != (char8)0) { - outbyte (*ptr); - ptr++; - } -#else -(void)ptr; -#endif -#endif -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/sleep.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/sleep.h deleted file mode 100644 index 08af00b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/sleep.h +++ /dev/null @@ -1,93 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*****************************************************************************/ -/** -* @file sleep.h -* -* This header file contains ARM Cortex A53,A9,R5,Microblaze specific sleep -* related APIs. -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6   srm  11/02/17 Added processor specific sleep routines
-*								 function prototypes.
-*
-* 
-* -******************************************************************************/ - -#ifndef SLEEP_H -#define SLEEP_H - -#include "xil_types.h" -#include "xil_io.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/*****************************************************************************/ -/** -* -* This macro polls an address periodically until a condition is met or till the -* timeout occurs. -* The minimum timeout for calling this macro is 100us. If the timeout is less -* than 100us, it still waits for 100us. Also the unit for the timeout is 100us. -* If the timeout is not a multiple of 100us, it waits for a timeout of -* the next usec value which is a multiple of 100us. -* -* @param IO_func - accessor function to read the register contents. -* Depends on the register width. -* @param ADDR - Address to be polled -* @param VALUE - variable to read the value -* @param COND - Condition to checked (usually involves VALUE) -* @param TIMEOUT_US - timeout in micro seconds -* -* @return 0 - when the condition is met -* -1 - when the condition is not met till the timeout period -* -* @note none -* -*****************************************************************************/ -#define Xil_poll_timeout(IO_func, ADDR, VALUE, COND, TIMEOUT_US) \ - ( { \ - u64 timeout = TIMEOUT_US/100; \ - if(TIMEOUT_US%100!=0) \ - timeout++; \ - for(;;) { \ - VALUE = IO_func(ADDR); \ - if(COND) \ - break; \ - else { \ - usleep(100); \ - timeout--; \ - if(timeout==0) \ - break; \ - } \ - } \ - (timeout>0) ? 0 : -1; \ - } ) - -void usleep(unsigned long useconds); -void sleep(unsigned int seconds); -int usleep_R5(unsigned long useconds); -unsigned sleep_R5(unsigned int seconds); -int usleep_MB(unsigned long useconds); -unsigned sleep_MB(unsigned int seconds); -int usleep_A53(unsigned long useconds); -unsigned sleep_A53(unsigned int seconds); -int usleep_A9(unsigned long useconds); -unsigned sleep_A9(unsigned int seconds); - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xbasic_types.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xbasic_types.h deleted file mode 100644 index 99b1375..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xbasic_types.h +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xbasic_types.h -* -* -* @note Dummy File for backwards compatibility -* - -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a adk   1/31/14  Added in bsp common folder for backward compatibility
-* 7.0   aru   01/21/19 Modified the typedef of u32,u16,u8
-* 7.0 	aru   02/06/19 Included stdint.h and stddef.h
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XBASIC_TYPES_H /* prevent circular inclusions */ -#define XBASIC_TYPES_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -/** @name Legacy types - * Deprecated legacy types. - * @{ - */ -typedef uint8_t Xuint8; /**< unsigned 8-bit */ -typedef char Xint8; /**< signed 8-bit */ -typedef uint16_t Xuint16; /**< unsigned 16-bit */ -typedef short Xint16; /**< signed 16-bit */ -typedef uint32_t Xuint32; /**< unsigned 32-bit */ -typedef long Xint32; /**< signed 32-bit */ -typedef float Xfloat32; /**< 32-bit floating point */ -typedef double Xfloat64; /**< 64-bit double precision FP */ -typedef unsigned long Xboolean; /**< boolean (XTRUE or XFALSE) */ - -#if !defined __XUINT64__ -typedef struct -{ - Xuint32 Upper; - Xuint32 Lower; -} Xuint64; -#endif - -/** @name New types - * New simple types. - * @{ - */ -#ifndef __KERNEL__ -#ifndef XIL_TYPES_H -typedef Xuint32 u32; -typedef Xuint16 u16; -typedef Xuint8 u8; -#endif -#else -#include -#endif - -#ifndef TRUE -# define TRUE 1U -#endif - -#ifndef FALSE -# define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -/* - * Xilinx NULL, TRUE and FALSE legacy support. Deprecated. - * Please use NULL, TRUE and FALSE - */ -#define XNULL NULL -#define XTRUE TRUE -#define XFALSE FALSE - -/* - * This file is deprecated and users - * should use xil_types.h and xil_assert.h\n\r - */ -#warning The xbasics_type.h file is deprecated and users should use xil_types.h and xil_assert. -#warning Please refer the Standalone BSP UG647 for further details - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xdebug.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xdebug.h deleted file mode 100644 index 29be8d2..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xdebug.h +++ /dev/null @@ -1,73 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef XDEBUG -#define XDEBUG - -#ifdef __cplusplus -extern "C" { -#endif - -#if defined(DEBUG) && !defined(NDEBUG) - -#ifndef XDEBUG_WARNING -#define XDEBUG_WARNING -#warning DEBUG is enabled -#endif - -int printf(const char *format, ...); - -#define XDBG_DEBUG_ERROR 0x00000001U /* error condition messages */ -#define XDBG_DEBUG_GENERAL 0x00000002U /* general debug messages */ -#define XDBG_DEBUG_ALL 0xFFFFFFFFU /* all debugging data */ - -#define XDBG_DEBUG_FIFO_REG 0x00000100U /* display register reads/writes */ -#define XDBG_DEBUG_FIFO_RX 0x00000101U /* receive debug messages */ -#define XDBG_DEBUG_FIFO_TX 0x00000102U /* transmit debug messages */ -#define XDBG_DEBUG_FIFO_ALL 0x0000010FU /* all fifo debug messages */ - -#define XDBG_DEBUG_TEMAC_REG 0x00000400U /* display register reads/writes */ -#define XDBG_DEBUG_TEMAC_RX 0x00000401U /* receive debug messages */ -#define XDBG_DEBUG_TEMAC_TX 0x00000402U /* transmit debug messages */ -#define XDBG_DEBUG_TEMAC_ALL 0x0000040FU /* all temac debug messages */ - -#define XDBG_DEBUG_TEMAC_ADPT_RX 0x00000800U /* receive debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_TX 0x00000801U /* transmit debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_IOCTL 0x00000802U /* ioctl debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_MISC 0x00000803U /* debug msg for other routines */ -#define XDBG_DEBUG_TEMAC_ADPT_ALL 0x0000080FU /* all temac adapter debug messages */ - - -#define xdbg_current_types (XDBG_DEBUG_GENERAL | XDBG_DEBUG_ERROR | XDBG_DEBUG_TEMAC_REG | XDBG_DEBUG_FIFO_RX | XDBG_DEBUG_FIFO_TX | XDBG_DEBUG_FIFO_REG) - -#define xdbg_stmnt(x) x - -/* In VxWorks, if _WRS_GNU_VAR_MACROS is defined, special syntax is needed for - * macros that accept variable number of arguments - */ -#if defined(XENV_VXWORKS) && defined(_WRS_GNU_VAR_MACROS) -#define xdbg_printf(type, args...) (((type) & xdbg_current_types) ? printf (## args) : 0) -#else /* ANSI Syntax */ -#define xdbg_printf(type, ...) (((type) & xdbg_current_types) ? printf (__VA_ARGS__) : 0) -#endif - -#else /* defined(DEBUG) && !defined(NDEBUG) */ - -#define xdbg_stmnt(x) - -/* See VxWorks comments above */ -#if defined(XENV_VXWORKS) && defined(_WRS_GNU_VAR_MACROS) -#define xdbg_printf(type, args...) -#else /* ANSI Syntax */ -#define xdbg_printf(...) -#endif -#endif /* defined(DEBUG) && !defined(NDEBUG) */ - -#ifdef __cplusplus -} -#endif - -#endif /* XDEBUG */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xenv.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xenv.h deleted file mode 100644 index d8aef59..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xenv.h +++ /dev/null @@ -1,169 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xenv.h -* -* Defines common services that are typically found in a host operating. -* environment. This include file simply includes an OS specific file based -* on the compile-time constant BUILD_ENV_*, where * is the name of the target -* environment. -* -* All services are defined as macros. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00b ch   10/24/02 Added XENV_LINUX
-* 1.00a rmm  04/17/02 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XENV_H /* prevent circular inclusions */ -#define XENV_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/* - * Select which target environment we are operating under - */ - -/* VxWorks target environment */ -#if defined XENV_VXWORKS -#include "xenv_vxworks.h" - -/* Linux target environment */ -#elif defined XENV_LINUX -#include "xenv_linux.h" - -/* Unit test environment */ -#elif defined XENV_UNITTEST -#include "ut_xenv.h" - -/* Integration test environment */ -#elif defined XENV_INTTEST -#include "int_xenv.h" - -/* Standalone environment selected */ -#else -#include "xenv_standalone.h" -#endif - - -/* - * The following comments specify the types and macro wrappers that are - * expected to be defined by the target specific header files - */ - -/**************************** Type Definitions *******************************/ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP - * - * A structure that contains a time stamp used by other time stamp macros - * defined below. This structure is processor dependent. - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/*****************************************************************************/ -/** - * - * XENV_MEM_COPY(void *DestPtr, void *SrcPtr, unsigned Bytes) - * - * Copies a non-overlapping block of memory. - * - * @param DestPtr is the destination address to copy data to. - * @param SrcPtr is the source address to copy data from. - * @param Bytes is the number of bytes to copy. - * - * @return None - */ - -/*****************************************************************************/ -/** - * - * XENV_MEM_FILL(void *DestPtr, char Data, unsigned Bytes) - * - * Fills an area of memory with constant data. - * - * @param DestPtr is the destination address to set. - * @param Data contains the value to set. - * @param Bytes is the number of bytes to set. - * - * @return None - */ -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_GET(XTIME_STAMP *StampPtr) - * - * Samples the processor's or external timer's time base counter. - * - * @param StampPtr is the storage for the retrieved time stamp. - * - * @return None - */ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_DELTA_US(XTIME_STAMP *Stamp1Ptr, XTIME_STAMP* Stamp2Ptr) - * - * Computes the delta between the two time stamps. - * - * @param Stamp1Ptr - First sampled time stamp. - * @param Stamp1Ptr - Sedond sampled time stamp. - * - * @return An unsigned int value with units of microseconds. - */ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_DELTA_MS(XTIME_STAMP *Stamp1Ptr, XTIME_STAMP* Stamp2Ptr) - * - * Computes the delta between the two time stamps. - * - * @param Stamp1Ptr - First sampled time stamp. - * @param Stamp1Ptr - Sedond sampled time stamp. - * - * @return An unsigned int value with units of milliseconds. - */ - -/*****************************************************************************//** - * - * XENV_USLEEP(unsigned delay) - * - * Delay the specified number of microseconds. - * - * @param delay is the number of microseconds to delay. - * - * @return None - */ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xenv_standalone.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xenv_standalone.h deleted file mode 100644 index 9794da0..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xenv_standalone.h +++ /dev/null @@ -1,350 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xenv_standalone.h -* -* Defines common services specified by xenv.h. -* -* @note -* This file is not intended to be included directly by driver code. -* Instead, the generic xenv.h file is intended to be included by driver -* code. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a wgr  02/28/07 Added cache handling macros.
-* 1.00a wgr  02/27/07 Simplified code. Deprecated old-style macro names.
-* 1.00a rmm  01/24/06 Implemented XENV_USLEEP. Assume implementation is being
-*                     used under Xilinx standalone BSP.
-* 1.00a xd   11/03/04 Improved support for doxygen.
-* 1.00a rmm  03/21/02 First release
-* 1.00a wgr  03/22/07 Converted to new coding style.
-* 1.00a rpm  06/29/07 Added udelay macro for standalone
-* 1.00a xd   07/19/07 Included xparameters.h as XPAR_ constants are referred
-*                     to in MICROBLAZE section
-* 1.00a ecm  09/19/08 updated for v7.20 of Microblaze, new functionality
-*
-* 
-* -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XENV_STANDALONE_H -#define XENV_STANDALONE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -/****************************************************************************** - * - * Get the processor dependent includes - * - ******************************************************************************/ - -#include - -#if defined __MICROBLAZE__ -# include "mb_interface.h" -# include "xparameters.h" /* XPAR constants used below in MB section */ - -#elif defined __PPC__ -# include "sleep.h" -# include "xcache_l.h" /* also include xcache_l.h for caching macros */ -#endif - -/****************************************************************************** - * - * MEMCPY / MEMSET related macros. - * - * The following are straight forward implementations of memset and memcpy. - * - * NOTE: memcpy may not work if source and target memory area are overlapping. - * - ******************************************************************************/ -/*****************************************************************************/ -/** - * - * Copies a non-overlapping block of memory. - * - * @param DestPtr - * Destination address to copy data to. - * - * @param SrcPtr - * Source address to copy data from. - * - * @param Bytes - * Number of bytes to copy. - * - * @return None. - * - * @note - * The use of XENV_MEM_COPY is deprecated. Use memcpy() instead. - * - * @note - * This implementation MAY BREAK work if source and target memory - * area are overlapping. - * - *****************************************************************************/ - -#define XENV_MEM_COPY(DestPtr, SrcPtr, Bytes) \ - memcpy((void *) DestPtr, (const void *) SrcPtr, (size_t) Bytes) - - - -/*****************************************************************************/ -/** - * - * Fills an area of memory with constant data. - * - * @param DestPtr - * Destination address to copy data to. - * - * @param Data - * Value to set. - * - * @param Bytes - * Number of bytes to copy. - * - * @return None. - * - * @note - * The use of XENV_MEM_FILL is deprecated. Use memset() instead. - * - *****************************************************************************/ - -#define XENV_MEM_FILL(DestPtr, Data, Bytes) \ - memset((void *) DestPtr, (s32) Data, (size_t) Bytes) - - - -/****************************************************************************** - * - * TIME related macros - * - ******************************************************************************/ - -/** - * A structure that contains a time stamp used by other time stamp macros - * defined below. This structure is processor dependent. - */ -typedef s32 XENV_TIME_STAMP; - -/*****************************************************************************/ -/** - * - * Time is derived from the 64 bit PPC timebase register - * - * @param StampPtr is the storage for the retrieved time stamp. - * - * @return None. - * - * @note - * - * Signature: void XENV_TIME_STAMP_GET(XTIME_STAMP *StampPtr) - *

- * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_GET(StampPtr) - -/*****************************************************************************/ -/** - * - * This macro is not yet implemented and always returns 0. - * - * @param Stamp1Ptr is the first sampled time stamp. - * @param Stamp2Ptr is the second sampled time stamp. - * - * @return 0 - * - * @note - * - * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_DELTA_US(Stamp1Ptr, Stamp2Ptr) (0) - -/*****************************************************************************/ -/** - * - * This macro is not yet implemented and always returns 0. - * - * @param Stamp1Ptr is the first sampled time stamp. - * @param Stamp2Ptr is the second sampled time stamp. - * - * @return 0 - * - * @note - * - * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_DELTA_MS(Stamp1Ptr, Stamp2Ptr) (0) - -/*****************************************************************************/ -/** - * XENV_USLEEP(unsigned delay) - * - * Delay the specified number of microseconds. Not implemented without OS - * support. - * - * @param delay - * Number of microseconds to delay. - * - * @return None. - * - *****************************************************************************/ - -#ifdef __PPC__ -#define XENV_USLEEP(delay) usleep(delay) -#define udelay(delay) usleep(delay) -#else -#define XENV_USLEEP(delay) -#define udelay(delay) -#endif - - -/****************************************************************************** - * - * CACHE handling macros / mappings - * - ******************************************************************************/ -/****************************************************************************** - * - * Processor independent macros - * - ******************************************************************************/ - -#define XCACHE_ENABLE_CACHE() \ - { XCACHE_ENABLE_DCACHE(); XCACHE_ENABLE_ICACHE(); } - -#define XCACHE_DISABLE_CACHE() \ - { XCACHE_DISABLE_DCACHE(); XCACHE_DISABLE_ICACHE(); } - - -/****************************************************************************** - * - * MicroBlaze case - * - * NOTE: Currently the following macros will only work on systems that contain - * only ONE MicroBlaze processor. Also, the macros will only be enabled if the - * system is built using a xparameters.h file. - * - ******************************************************************************/ - -#if defined __MICROBLAZE__ - -/* Check if MicroBlaze data cache was built into the core. - */ -#if (XPAR_MICROBLAZE_USE_DCACHE == 1) -# define XCACHE_ENABLE_DCACHE() microblaze_enable_dcache() -# define XCACHE_DISABLE_DCACHE() microblaze_disable_dcache() -# define XCACHE_INVALIDATE_DCACHE() microblaze_invalidate_dcache() - -# define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) \ - microblaze_invalidate_dcache_range((s32)(Addr), (s32)(Len)) - -#if (XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK == 1) -# define XCACHE_FLUSH_DCACHE() microblaze_flush_dcache() -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - microblaze_flush_dcache_range((s32)(Addr), (s32)(Len)) -#else -# define XCACHE_FLUSH_DCACHE() microblaze_invalidate_dcache() -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - microblaze_invalidate_dcache_range((s32)(Addr), (s32)(Len)) -#endif /*XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK*/ - -#else -# define XCACHE_ENABLE_DCACHE() -# define XCACHE_DISABLE_DCACHE() -# define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) -#endif /*XPAR_MICROBLAZE_USE_DCACHE*/ - - -/* Check if MicroBlaze instruction cache was built into the core. - */ -#if (XPAR_MICROBLAZE_USE_ICACHE == 1) -# define XCACHE_ENABLE_ICACHE() microblaze_enable_icache() -# define XCACHE_DISABLE_ICACHE() microblaze_disable_icache() - -# define XCACHE_INVALIDATE_ICACHE() microblaze_invalidate_icache() - -# define XCACHE_INVALIDATE_ICACHE_RANGE(Addr, Len) \ - microblaze_invalidate_icache_range((s32)(Addr), (s32)(Len)) - -#else -# define XCACHE_ENABLE_ICACHE() -# define XCACHE_DISABLE_ICACHE() -#endif /*XPAR_MICROBLAZE_USE_ICACHE*/ - - -/****************************************************************************** - * - * PowerPC case - * - * Note that the XCACHE_ENABLE_xxx functions are hardcoded to enable a - * specific memory region (0x80000001). Each bit (0-30) in the regions - * bitmask stands for 128MB of memory. Bit 31 stands for the upper 2GB - * range. - * - * regions --> cached address range - * ------------|-------------------------------------------------- - * 0x80000000 | [0, 0x7FFFFFF] - * 0x00000001 | [0xF8000000, 0xFFFFFFFF] - * 0x80000001 | [0, 0x7FFFFFF],[0xF8000000, 0xFFFFFFFF] - * - ******************************************************************************/ - -#elif defined __PPC__ - -#define XCACHE_ENABLE_DCACHE() XCache_EnableDCache(0x80000001) -#define XCACHE_DISABLE_DCACHE() XCache_DisableDCache() -#define XCACHE_ENABLE_ICACHE() XCache_EnableICache(0x80000001) -#define XCACHE_DISABLE_ICACHE() XCache_DisableICache() - -#define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) \ - XCache_InvalidateDCacheRange((u32)(Addr), (u32)(Len)) - -#define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - XCache_FlushDCacheRange((u32)(Addr), (u32)(Len)) - -#define XCACHE_INVALIDATE_ICACHE() XCache_InvalidateICache() - - -/****************************************************************************** - * - * Unknown processor / architecture - * - ******************************************************************************/ - -#else -/* #error "Unknown processor / architecture. Must be MicroBlaze or PowerPC." */ -#endif - - -#ifdef __cplusplus -} -#endif - -#endif /* #ifndef XENV_STANDALONE_H */ - - /** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_assert.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_assert.c deleted file mode 100644 index b3dd7e9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_assert.c +++ /dev/null @@ -1,126 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_assert.c -* @addtogroup common_assert_apis Assert APIs and Macros -* @{ -* -* This file contains basic assert related functions for Xilinx software IP. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 Initial release
-* 6.0   kvn  05/31/16 Make Xil_AsserWait a global variable
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - -/** - * @brief This variable allows testing to be done easier with asserts. An assert - * sets this variable such that a driver can evaluate this variable - * to determine if an assert occurred. - */ -u32 Xil_AssertStatus; - -/** - * @brief This variable allows the assert functionality to be changed for testing - * such that it does not wait infinitely. Use the debugger to disable the - * waiting during testing of asserts. - */ -s32 Xil_AssertWait = 1; - -/* The callback function to be invoked when an assert is taken */ -static Xil_AssertCallback Xil_AssertCallbackRoutine = NULL; - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* -* @brief Implement assert. Currently, it calls a user-defined callback -* function if one has been set. Then, it potentially enters an -* infinite loop depending on the value of the Xil_AssertWait -* variable. -* -* @param File: filename of the source -* @param Line: linenumber within File -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void Xil_Assert(const char8 *File, s32 Line) -{ - /* if the callback has been set then invoke it */ - if (Xil_AssertCallbackRoutine != 0) { - (*Xil_AssertCallbackRoutine)(File, Line); - } - - /* if specified, wait indefinitely such that the assert will show up - * in testing - */ - while (Xil_AssertWait != 0) { - } -} - -/*****************************************************************************/ -/** -* -* @brief Set up a callback function to be invoked when an assert occurs. -* If a callback is already installed, then it will be replaced. -* -* @param Routine: callback to be invoked when an assert is taken -* -* @return None. -* -* @note This function has no effect if NDEBUG is set -* -******************************************************************************/ -void Xil_AssertSetCallback(Xil_AssertCallback Routine) -{ - Xil_AssertCallbackRoutine = Routine; -} - -/*****************************************************************************/ -/** -* -* @brief Null handler function. This follows the XInterruptHandler -* signature for interrupt handlers. It can be used to assign a null -* handler (a stub) to an interrupt controller vector table. -* -* @param NullParameter: arbitrary void pointer and not used. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XNullHandler(void *NullParameter) -{ - (void) NullParameter; -} -/** -* @} End of "addtogroup common_assert_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_assert.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_assert.h deleted file mode 100644 index e8b87b5..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_assert.h +++ /dev/null @@ -1,176 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_assert.h -* -* @addtogroup common_assert_apis Assert APIs and Macros -* -* The xil_assert.h file contains assert related functions and macros. -* Assert APIs/Macros specifies that a application program satisfies certain -* conditions at particular points in its execution. These function can be -* used by application programs to ensure that, application code is satisfying -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 First release
-* 6.0   kvn  05/31/16 Make Xil_AsserWait a global variable
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_ASSERT_H /* prevent circular inclusions */ -#define XIL_ASSERT_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - -#define XIL_ASSERT_NONE 0U -#define XIL_ASSERT_OCCURRED 1U -#define XNULL NULL - -extern u32 Xil_AssertStatus; -extern s32 Xil_AssertWait; -extern void Xil_Assert(const char8 *File, s32 Line); -/** - *@endcond - */ -void XNullHandler(void *NullParameter); - -/** - * This data type defines a callback to be invoked when an - * assert occurs. The callback is invoked only when asserts are enabled - */ -typedef void (*Xil_AssertCallback) (const char8 *File, s32 Line); - -/***************** Macros (Inline Functions) Definitions *********************/ - -#ifndef NDEBUG - -/*****************************************************************************/ -/** -* @brief This assert macro is to be used for void functions. This in -* conjunction with the Xil_AssertWait boolean can be used to -* accommodate tests so that asserts which fail allow execution to -* continue. -* -* @param Expression: expression to be evaluated. If it evaluates to -* false, the assert occurs. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertVoid(Expression) \ -{ \ - if (Expression) { \ - Xil_AssertStatus = XIL_ASSERT_NONE; \ - } else { \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return; \ - } \ -} - -/*****************************************************************************/ -/** -* @brief This assert macro is to be used for functions that do return a -* value. This in conjunction with the Xil_AssertWait boolean can be -* used to accommodate tests so that asserts which fail allow execution -* to continue. -* -* @param Expression: expression to be evaluated. If it evaluates to false, -* the assert occurs. -* -* @return Returns 0 unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertNonvoid(Expression) \ -{ \ - if (Expression) { \ - Xil_AssertStatus = XIL_ASSERT_NONE; \ - } else { \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return 0; \ - } \ -} - -/*****************************************************************************/ -/** -* @brief Always assert. This assert macro is to be used for void functions. -* Use for instances where an assert should always occur. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertVoidAlways() \ -{ \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return; \ -} - -/*****************************************************************************/ -/** -* @brief Always assert. This assert macro is to be used for functions that -* do return a value. Use for instances where an assert should always -* occur. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertNonvoidAlways() \ -{ \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return 0; \ -} - - -#else - -#define Xil_AssertVoid(Expression) -#define Xil_AssertVoidAlways() -#define Xil_AssertNonvoid(Expression) -#define Xil_AssertNonvoidAlways() - -#endif - -/************************** Function Prototypes ******************************/ - -void Xil_AssertSetCallback(Xil_AssertCallback Routine); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_assert_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_cache_vxworks.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_cache_vxworks.h deleted file mode 100644 index 77e1f3d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_cache_vxworks.h +++ /dev/null @@ -1,74 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_vxworks.h -* -* Contains the cache related functions for VxWorks that is wrapped by -* xil_cache. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  12/11/09 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_CACHE_VXWORKS_H -#define XIL_CACHE_VXWORKS_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "vxWorks.h" -#include "vxLib.h" -#include "sysLibExtra.h" -#include "cacheLib.h" - -#if (CPU_FAMILY==PPC) - -#define Xil_DCacheEnable() cacheEnable(DATA_CACHE) - -#define Xil_DCacheDisable() cacheDisable(DATA_CACHE) - -#define Xil_DCacheInvalidateRange(Addr, Len) \ - cacheInvalidate(DATA_CACHE, (void *)(Addr), (Len)) - -#define Xil_DCacheFlushRange(Addr, Len) \ - cacheFlush(DATA_CACHE, (void *)(Addr), (Len)) - -#define Xil_ICacheEnable() cacheEnable(INSTRUCTION_CACHE) - -#define Xil_ICacheDisable() cacheDisable(INSTRUCTION_CACHE) - -#define Xil_ICacheInvalidateRange(Addr, Len) \ - cacheInvalidate(INSTRUCTION_CACHE, (void *)(Addr), (Len)) - - -#else -#error "Unknown processor / architecture. Must be PPC for VxWorks." -#endif - -#ifdef __cplusplus -} -#endif - -#endif -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_hal.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_hal.h deleted file mode 100644 index 4b289a7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_hal.h +++ /dev/null @@ -1,43 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_hal.h -* -* Contains all the HAL header files. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/28/09 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -#ifndef XIL_HAL_H -#define XIL_HAL_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_cache.h" -#include "xil_io.h" -#include "xil_assert.h" -#include "xil_exception.h" -#include "xil_types.h" - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_io.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_io.h deleted file mode 100644 index 853ef6b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_io.h +++ /dev/null @@ -1,412 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_io.h -* -* @addtogroup common_io_interfacing_apis Register IO interfacing APIs -* -* The xil_io.h file contains the interface for the general I/O component, which -* encapsulates the Input/Output functions for the processors that do not -* require any special I/O handling. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 05/29/14 First release
-* 6.00  mus      08/19/16 Remove checking of __LITTLE_ENDIAN__ flag for
-*                         ARM processors
-* 7.20  har      01/03/20 Added Xil_SecureOut32 for avoiding blindwrite for
-*                         CR-1049218
-* 7.30  kpt      09/21/20 Moved Xil_EndianSwap16 and Xil_EndianSwap32 to
-*                         xil_io.h and made them as static inline
-*       am       10/13/20 Changed the return type of Xil_SecureOut32 function
-*                         from u32 to int
-* 7.50  dp       02/12/21 Fix compilation error in Xil_EndianSwap32() that occur
-*                         when -Werror=conversion compiler flag is enabled
-* 7.5   mus      05/17/21 Update the functions with comments. It fixes CR#1067739.
-*
-* 
-******************************************************************************/ - -#ifndef XIL_IO_H /* prevent circular inclusions */ -#define XIL_IO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_printf.h" -#include "xstatus.h" - -#if defined (__MICROBLAZE__) -#include "mb_interface.h" -#else -#include "xpseudo_asm.h" -#endif - -/************************** Function Prototypes ******************************/ -#ifdef ENABLE_SAFETY -extern u32 XStl_RegUpdate(u32 RegAddr, u32 RegVal); -#endif - -/***************** Macros (Inline Functions) Definitions *********************/ -#if defined __GNUC__ -#if defined (__MICROBLAZE__) -# define INST_SYNC mbar(0) -# define DATA_SYNC mbar(1) -# else -# define SYNCHRONIZE_IO dmb() -# define INST_SYNC isb() -# define DATA_SYNC dsb() -# endif -#else -# define SYNCHRONIZE_IO -# define INST_SYNC -# define DATA_SYNC -# define INST_SYNC -# define DATA_SYNC -#endif - -#if defined (__GNUC__) || defined (__ICCARM__) || defined (__MICROBLAZE__) -#define INLINE inline -#else -#define INLINE __inline -#endif - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading -* from the specified address and returning the 8 bit Value read from -* that address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 8 bit Value read from the specified input address. - -* -******************************************************************************/ -static INLINE u8 Xil_In8(UINTPTR Addr) -{ - return *(volatile u8 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading from -* the specified address and returning the 16 bit Value read from that -* address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 16 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u16 Xil_In16(UINTPTR Addr) -{ - return *(volatile u16 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by -* reading from the specified address and returning the 32 bit Value -* read from that address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 32 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u32 Xil_In32(UINTPTR Addr) -{ - return *(volatile u32 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading the -* 64 bit Value read from that address. -* -* -* @param Addr: contains the address to perform the input operation -* -* @return The 64 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u64 Xil_In64(UINTPTR Addr) -{ - return *(volatile u64 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for an memory location by -* writing the 8 bit Value to the the specified address. -* -* @param Addr: contains the address to perform the output operation -* @param Value: contains the 8 bit Value to be written at the specified -* address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out8(UINTPTR Addr, u8 Value) -{ - /* write 8 bit value to specified address */ - volatile u8 *LocalAddr = (volatile u8 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 16 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains the Value to be written at the specified address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out16(UINTPTR Addr, u16 Value) -{ - /* write 16 bit value to specified address */ - volatile u16 *LocalAddr = (volatile u16 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 32 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains the 32 bit Value to be written at the specified -* address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out32(UINTPTR Addr, u32 Value) -{ - /* write 32 bit value to specified address */ -#ifndef ENABLE_SAFETY - volatile u32 *LocalAddr = (volatile u32 *)Addr; - *LocalAddr = Value; -#else - XStl_RegUpdate(Addr, Value); -#endif -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 64 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains 64 bit Value to be written at the specified address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out64(UINTPTR Addr, u64 Value) -{ - /* write 64 bit value to specified address */ - volatile u64 *LocalAddr = (volatile u64 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** - * - * @brief Performs an output operation for a memory location by writing the - * 32 bit Value to the the specified address and then reading it - * back to verify the value written in the register. - * - * @param Addr contains the address to perform the output operation - * @param Value contains 32 bit Value to be written at the specified address - * - * @return Returns Status - * - XST_SUCCESS on success - * - XST_FAILURE on failure - * - *****************************************************************************/ -static INLINE int Xil_SecureOut32(UINTPTR Addr, u32 Value) -{ - int Status = XST_FAILURE; - u32 ReadReg; - u32 ReadRegTemp; - - /* writing 32 bit value to specified address */ - Xil_Out32(Addr, Value); - - /* verify value written to specified address with multiple reads */ - ReadReg = Xil_In32(Addr); - ReadRegTemp = Xil_In32(Addr); - - if( (ReadReg == Value) && (ReadRegTemp == Value) ) { - Status = XST_SUCCESS; - } - - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a 16-bit endian conversion. -* -* @param Data: 16 bit value to be converted -* -* @return 16 bit Data with converted endianness -* -******************************************************************************/ -static INLINE __attribute__((always_inline)) u16 Xil_EndianSwap16(u16 Data) -{ - return (u16) (((Data & 0xFF00U) >> 8U) | ((Data & 0x00FFU) << 8U)); -} - -/*****************************************************************************/ -/** -* -* @brief Perform a 32-bit endian conversion. -* -* @param Data: 32 bit value to be converted -* -* @return 32 bit data with converted endianness -* -******************************************************************************/ -static INLINE __attribute__((always_inline)) u32 Xil_EndianSwap32(u32 Data) -{ - u16 LoWord; - u16 HiWord; - - /* get each of the half words from the 32 bit word */ - - LoWord = (u16) (Data & 0x0000FFFFU); - HiWord = (u16) ((Data & 0xFFFF0000U) >> 16U); - - /* byte swap each of the 16 bit half words */ - - LoWord = (u16)(((LoWord & 0xFF00U) >> 8U) | ((LoWord & 0x00FFU) << 8U)); - HiWord = (u16)(((HiWord & 0xFF00U) >> 8U) | ((HiWord & 0x00FFU) << 8U)); - - /* swap the half words before returning the value */ - - return ((((u32)LoWord) << (u32)16U) | (u32)HiWord); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -# define Xil_In16LE Xil_In16 -# define Xil_In32LE Xil_In32 -# define Xil_Out16LE Xil_Out16 -# define Xil_Out32LE Xil_Out32 -# define Xil_Htons Xil_EndianSwap16 -# define Xil_Htonl Xil_EndianSwap32 -# define Xil_Ntohs Xil_EndianSwap16 -# define Xil_Ntohl Xil_EndianSwap32 -# else -# define Xil_In16BE Xil_In16 -# define Xil_In32BE Xil_In32 -# define Xil_Out16BE Xil_Out16 -# define Xil_Out32BE Xil_Out32 -# define Xil_Htons(Data) (Data) -# define Xil_Htonl(Data) (Data) -# define Xil_Ntohs(Data) (Data) -# define Xil_Ntohl(Data) (Data) -#endif -#else -# define Xil_In16LE Xil_In16 -# define Xil_In32LE Xil_In32 -# define Xil_Out16LE Xil_Out16 -# define Xil_Out32LE Xil_Out32 -# define Xil_Htons Xil_EndianSwap16 -# define Xil_Htonl Xil_EndianSwap32 -# define Xil_Ntohs Xil_EndianSwap16 -# define Xil_Ntohl Xil_EndianSwap32 -#endif - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE u16 Xil_In16BE(UINTPTR Addr) -#else -static INLINE u16 Xil_In16LE(UINTPTR Addr) -#endif -#else -static INLINE u16 Xil_In16BE(UINTPTR Addr) -#endif -{ - u16 value = Xil_In16(Addr); - return Xil_EndianSwap16(value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE u32 Xil_In32BE(UINTPTR Addr) -#else -static INLINE u32 Xil_In32LE(UINTPTR Addr) -#endif -#else -static INLINE u32 Xil_In32BE(UINTPTR Addr) -#endif -{ - u32 value = Xil_In32(Addr); - return Xil_EndianSwap32(value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE void Xil_Out16BE(UINTPTR Addr, u16 Value) -#else -static INLINE void Xil_Out16LE(UINTPTR Addr, u16 Value) -#endif -#else -static INLINE void Xil_Out16BE(UINTPTR Addr, u16 Value) -#endif -{ - Value = Xil_EndianSwap16(Value); - Xil_Out16(Addr, Value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value) -#else -static INLINE void Xil_Out32LE(UINTPTR Addr, u32 Value) -#endif -#else -static INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value) -#endif -{ - Value = Xil_EndianSwap32(Value); - Xil_Out32(Addr, Value); -} - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_io_interfacing_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_macroback.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_macroback.h deleted file mode 100644 index fac185e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_macroback.h +++ /dev/null @@ -1,1112 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*********************************************************************/ -/** - * @file xil_macroback.h - * - * This header file is meant to bring back the removed _m macros. - * This header file must be included last. - * The following macros are not defined here due to the driver change: - * XGpio_mSetDataDirection - * XGpio_mGetDataReg - * XGpio_mSetDataReg - * XIIC_RESET - * XIIC_CLEAR_STATS - * XSpi_mReset - * XSysAce_mSetCfgAddr - * XSysAce_mIsCfgDone - * XTft_mSetPixel - * XTft_mGetPixel - * XWdtTb_mEnableWdt - * XWdtTb_mDisbleWdt - * XWdtTb_mRestartWdt - * XWdtTb_mGetTimebaseReg - * XWdtTb_mHasReset - * - * Please refer the corresponding driver document for replacement. - * - *********************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_MACROBACK_H -#define XIL_MACROBACK_H - -#ifdef __cplusplus -extern "C" { -#endif - -/*********************************************************************/ -/** - * Macros for Driver XCan - * - *********************************************************************/ -#ifndef XCan_mReadReg -#define XCan_mReadReg XCan_ReadReg -#endif - -#ifndef XCan_mWriteReg -#define XCan_mWriteReg XCan_WriteReg -#endif - -#ifndef XCan_mIsTxDone -#define XCan_mIsTxDone XCan_IsTxDone -#endif - -#ifndef XCan_mIsTxFifoFull -#define XCan_mIsTxFifoFull XCan_IsTxFifoFull -#endif - -#ifndef XCan_mIsHighPriorityBufFull -#define XCan_mIsHighPriorityBufFull XCan_IsHighPriorityBufFull -#endif - -#ifndef XCan_mIsRxEmpty -#define XCan_mIsRxEmpty XCan_IsRxEmpty -#endif - -#ifndef XCan_mIsAcceptFilterBusy -#define XCan_mIsAcceptFilterBusy XCan_IsAcceptFilterBusy -#endif - -#ifndef XCan_mCreateIdValue -#define XCan_mCreateIdValue XCan_CreateIdValue -#endif - -#ifndef XCan_mCreateDlcValue -#define XCan_mCreateDlcValue XCan_CreateDlcValue -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDmaCentral - * - *********************************************************************/ -#ifndef XDmaCentral_mWriteReg -#define XDmaCentral_mWriteReg XDmaCentral_WriteReg -#endif - -#ifndef XDmaCentral_mReadReg -#define XDmaCentral_mReadReg XDmaCentral_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDsAdc - * - *********************************************************************/ -#ifndef XDsAdc_mWriteReg -#define XDsAdc_mWriteReg XDsAdc_WriteReg -#endif - -#ifndef XDsAdc_mReadReg -#define XDsAdc_mReadReg XDsAdc_ReadReg -#endif - -#ifndef XDsAdc_mIsEmpty -#define XDsAdc_mIsEmpty XDsAdc_IsEmpty -#endif - -#ifndef XDsAdc_mSetFstmReg -#define XDsAdc_mSetFstmReg XDsAdc_SetFstmReg -#endif - -#ifndef XDsAdc_mGetFstmReg -#define XDsAdc_mGetFstmReg XDsAdc_GetFstmReg -#endif - -#ifndef XDsAdc_mEnableConversion -#define XDsAdc_mEnableConversion XDsAdc_EnableConversion -#endif - -#ifndef XDsAdc_mDisableConversion -#define XDsAdc_mDisableConversion XDsAdc_DisableConversion -#endif - -#ifndef XDsAdc_mGetFifoOccyReg -#define XDsAdc_mGetFifoOccyReg XDsAdc_GetFifoOccyReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDsDac - * - *********************************************************************/ -#ifndef XDsDac_mWriteReg -#define XDsDac_mWriteReg XDsDac_WriteReg -#endif - -#ifndef XDsDac_mReadReg -#define XDsDac_mReadReg XDsDac_ReadReg -#endif - -#ifndef XDsDac_mIsEmpty -#define XDsDac_mIsEmpty XDsDac_IsEmpty -#endif - -#ifndef XDsDac_mFifoIsFull -#define XDsDac_mFifoIsFull XDsDac_FifoIsFull -#endif - -#ifndef XDsDac_mGetVacancy -#define XDsDac_mGetVacancy XDsDac_GetVacancy -#endif - -/*********************************************************************/ -/** - * Macros for Driver XEmacLite - * - *********************************************************************/ -#ifndef XEmacLite_mReadReg -#define XEmacLite_mReadReg XEmacLite_ReadReg -#endif - -#ifndef XEmacLite_mWriteReg -#define XEmacLite_mWriteReg XEmacLite_WriteReg -#endif - -#ifndef XEmacLite_mGetTxStatus -#define XEmacLite_mGetTxStatus XEmacLite_GetTxStatus -#endif - -#ifndef XEmacLite_mSetTxStatus -#define XEmacLite_mSetTxStatus XEmacLite_SetTxStatus -#endif - -#ifndef XEmacLite_mGetRxStatus -#define XEmacLite_mGetRxStatus XEmacLite_GetRxStatus -#endif - -#ifndef XEmacLite_mSetRxStatus -#define XEmacLite_mSetRxStatus XEmacLite_SetRxStatus -#endif - -#ifndef XEmacLite_mIsTxDone -#define XEmacLite_mIsTxDone XEmacLite_IsTxDone -#endif - -#ifndef XEmacLite_mIsRxEmpty -#define XEmacLite_mIsRxEmpty XEmacLite_IsRxEmpty -#endif - -#ifndef XEmacLite_mNextTransmitAddr -#define XEmacLite_mNextTransmitAddr XEmacLite_NextTransmitAddr -#endif - -#ifndef XEmacLite_mNextReceiveAddr -#define XEmacLite_mNextReceiveAddr XEmacLite_NextReceiveAddr -#endif - -#ifndef XEmacLite_mIsMdioConfigured -#define XEmacLite_mIsMdioConfigured XEmacLite_IsMdioConfigured -#endif - -#ifndef XEmacLite_mIsLoopbackConfigured -#define XEmacLite_mIsLoopbackConfigured XEmacLite_IsLoopbackConfigured -#endif - -#ifndef XEmacLite_mGetReceiveDataLength -#define XEmacLite_mGetReceiveDataLength XEmacLite_GetReceiveDataLength -#endif - -#ifndef XEmacLite_mGetTxActive -#define XEmacLite_mGetTxActive XEmacLite_GetTxActive -#endif - -#ifndef XEmacLite_mSetTxActive -#define XEmacLite_mSetTxActive XEmacLite_SetTxActive -#endif - -/*********************************************************************/ -/** - * Macros for Driver XGpio - * - *********************************************************************/ -#ifndef XGpio_mWriteReg -#define XGpio_mWriteReg XGpio_WriteReg -#endif - -#ifndef XGpio_mReadReg -#define XGpio_mReadReg XGpio_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XHwIcap - * - *********************************************************************/ -#ifndef XHwIcap_mFifoWrite -#define XHwIcap_mFifoWrite XHwIcap_FifoWrite -#endif - -#ifndef XHwIcap_mFifoRead -#define XHwIcap_mFifoRead XHwIcap_FifoRead -#endif - -#ifndef XHwIcap_mSetSizeReg -#define XHwIcap_mSetSizeReg XHwIcap_SetSizeReg -#endif - -#ifndef XHwIcap_mGetControlReg -#define XHwIcap_mGetControlReg XHwIcap_GetControlReg -#endif - -#ifndef XHwIcap_mStartConfig -#define XHwIcap_mStartConfig XHwIcap_StartConfig -#endif - -#ifndef XHwIcap_mStartReadBack -#define XHwIcap_mStartReadBack XHwIcap_StartReadBack -#endif - -#ifndef XHwIcap_mGetStatusReg -#define XHwIcap_mGetStatusReg XHwIcap_GetStatusReg -#endif - -#ifndef XHwIcap_mIsTransferDone -#define XHwIcap_mIsTransferDone XHwIcap_IsTransferDone -#endif - -#ifndef XHwIcap_mIsDeviceBusy -#define XHwIcap_mIsDeviceBusy XHwIcap_IsDeviceBusy -#endif - -#ifndef XHwIcap_mIntrGlobalEnable -#define XHwIcap_mIntrGlobalEnable XHwIcap_IntrGlobalEnable -#endif - -#ifndef XHwIcap_mIntrGlobalDisable -#define XHwIcap_mIntrGlobalDisable XHwIcap_IntrGlobalDisable -#endif - -#ifndef XHwIcap_mIntrGetStatus -#define XHwIcap_mIntrGetStatus XHwIcap_IntrGetStatus -#endif - -#ifndef XHwIcap_mIntrDisable -#define XHwIcap_mIntrDisable XHwIcap_IntrDisable -#endif - -#ifndef XHwIcap_mIntrEnable -#define XHwIcap_mIntrEnable XHwIcap_IntrEnable -#endif - -#ifndef XHwIcap_mIntrGetEnabled -#define XHwIcap_mIntrGetEnabled XHwIcap_IntrGetEnabled -#endif - -#ifndef XHwIcap_mIntrClear -#define XHwIcap_mIntrClear XHwIcap_IntrClear -#endif - -#ifndef XHwIcap_mGetWrFifoVacancy -#define XHwIcap_mGetWrFifoVacancy XHwIcap_GetWrFifoVacancy -#endif - -#ifndef XHwIcap_mGetRdFifoOccupancy -#define XHwIcap_mGetRdFifoOccupancy XHwIcap_GetRdFifoOccupancy -#endif - -#ifndef XHwIcap_mSliceX2Col -#define XHwIcap_mSliceX2Col XHwIcap_SliceX2Col -#endif - -#ifndef XHwIcap_mSliceY2Row -#define XHwIcap_mSliceY2Row XHwIcap_SliceY2Row -#endif - -#ifndef XHwIcap_mSliceXY2Slice -#define XHwIcap_mSliceXY2Slice XHwIcap_SliceXY2Slice -#endif - -#ifndef XHwIcap_mReadReg -#define XHwIcap_mReadReg XHwIcap_ReadReg -#endif - -#ifndef XHwIcap_mWriteReg -#define XHwIcap_mWriteReg XHwIcap_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XIic - * - *********************************************************************/ -#ifndef XIic_mReadReg -#define XIic_mReadReg XIic_ReadReg -#endif - -#ifndef XIic_mWriteReg -#define XIic_mWriteReg XIic_WriteReg -#endif - -#ifndef XIic_mEnterCriticalRegion -#define XIic_mEnterCriticalRegion XIic_IntrGlobalDisable -#endif - -#ifndef XIic_mExitCriticalRegion -#define XIic_mExitCriticalRegion XIic_IntrGlobalEnable -#endif - -#ifndef XIIC_GINTR_DISABLE -#define XIIC_GINTR_DISABLE XIic_IntrGlobalDisable -#endif - -#ifndef XIIC_GINTR_ENABLE -#define XIIC_GINTR_ENABLE XIic_IntrGlobalEnable -#endif - -#ifndef XIIC_IS_GINTR_ENABLED -#define XIIC_IS_GINTR_ENABLED XIic_IsIntrGlobalEnabled -#endif - -#ifndef XIIC_WRITE_IISR -#define XIIC_WRITE_IISR XIic_WriteIisr -#endif - -#ifndef XIIC_READ_IISR -#define XIIC_READ_IISR XIic_ReadIisr -#endif - -#ifndef XIIC_WRITE_IIER -#define XIIC_WRITE_IIER XIic_WriteIier -#endif - -#ifndef XIic_mClearIisr -#define XIic_mClearIisr XIic_ClearIisr -#endif - -#ifndef XIic_mSend7BitAddress -#define XIic_mSend7BitAddress XIic_Send7BitAddress -#endif - -#ifndef XIic_mDynSend7BitAddress -#define XIic_mDynSend7BitAddress XIic_DynSend7BitAddress -#endif - -#ifndef XIic_mDynSendStartStopAddress -#define XIic_mDynSendStartStopAddress XIic_DynSendStartStopAddress -#endif - -#ifndef XIic_mDynSendStop -#define XIic_mDynSendStop XIic_DynSendStop -#endif - -#ifndef XIic_mSend10BitAddrByte1 -#define XIic_mSend10BitAddrByte1 XIic_Send10BitAddrByte1 -#endif - -#ifndef XIic_mSend10BitAddrByte2 -#define XIic_mSend10BitAddrByte2 XIic_Send10BitAddrByte2 -#endif - -#ifndef XIic_mSend7BitAddr -#define XIic_mSend7BitAddr XIic_Send7BitAddr -#endif - -#ifndef XIic_mDisableIntr -#define XIic_mDisableIntr XIic_DisableIntr -#endif - -#ifndef XIic_mEnableIntr -#define XIic_mEnableIntr XIic_EnableIntr -#endif - -#ifndef XIic_mClearIntr -#define XIic_mClearIntr XIic_ClearIntr -#endif - -#ifndef XIic_mClearEnableIntr -#define XIic_mClearEnableIntr XIic_ClearEnableIntr -#endif - -#ifndef XIic_mFlushRxFifo -#define XIic_mFlushRxFifo XIic_FlushRxFifo -#endif - -#ifndef XIic_mFlushTxFifo -#define XIic_mFlushTxFifo XIic_FlushTxFifo -#endif - -#ifndef XIic_mReadRecvByte -#define XIic_mReadRecvByte XIic_ReadRecvByte -#endif - -#ifndef XIic_mWriteSendByte -#define XIic_mWriteSendByte XIic_WriteSendByte -#endif - -#ifndef XIic_mSetControlRegister -#define XIic_mSetControlRegister XIic_SetControlRegister -#endif - -/*********************************************************************/ -/** - * Macros for Driver XIntc - * - *********************************************************************/ -#ifndef XIntc_mMasterEnable -#define XIntc_mMasterEnable XIntc_MasterEnable -#endif - -#ifndef XIntc_mMasterDisable -#define XIntc_mMasterDisable XIntc_MasterDisable -#endif - -#ifndef XIntc_mEnableIntr -#define XIntc_mEnableIntr XIntc_EnableIntr -#endif - -#ifndef XIntc_mDisableIntr -#define XIntc_mDisableIntr XIntc_DisableIntr -#endif - -#ifndef XIntc_mAckIntr -#define XIntc_mAckIntr XIntc_AckIntr -#endif - -#ifndef XIntc_mGetIntrStatus -#define XIntc_mGetIntrStatus XIntc_GetIntrStatus -#endif - -/*********************************************************************/ -/** - * Macros for Driver XLlDma - * - *********************************************************************/ -#ifndef XLlDma_mBdRead -#define XLlDma_mBdRead XLlDma_BdRead -#endif - -#ifndef XLlDma_mBdWrite -#define XLlDma_mBdWrite XLlDma_BdWrite -#endif - -#ifndef XLlDma_mWriteReg -#define XLlDma_mWriteReg XLlDma_WriteReg -#endif - -#ifndef XLlDma_mReadReg -#define XLlDma_mReadReg XLlDma_ReadReg -#endif - -#ifndef XLlDma_mBdClear -#define XLlDma_mBdClear XLlDma_BdClear -#endif - -#ifndef XLlDma_mBdSetStsCtrl -#define XLlDma_mBdSetStsCtrl XLlDma_BdSetStsCtrl -#endif - -#ifndef XLlDma_mBdGetStsCtrl -#define XLlDma_mBdGetStsCtrl XLlDma_BdGetStsCtrl -#endif - -#ifndef XLlDma_mBdSetLength -#define XLlDma_mBdSetLength XLlDma_BdSetLength -#endif - -#ifndef XLlDma_mBdGetLength -#define XLlDma_mBdGetLength XLlDma_BdGetLength -#endif - -#ifndef XLlDma_mBdSetId -#define XLlDma_mBdSetId XLlDma_BdSetId -#endif - -#ifndef XLlDma_mBdGetId -#define XLlDma_mBdGetId XLlDma_BdGetId -#endif - -#ifndef XLlDma_mBdSetBufAddr -#define XLlDma_mBdSetBufAddr XLlDma_BdSetBufAddr -#endif - -#ifndef XLlDma_mBdGetBufAddr -#define XLlDma_mBdGetBufAddr XLlDma_BdGetBufAddr -#endif - -#ifndef XLlDma_mBdGetLength -#define XLlDma_mBdGetLength XLlDma_BdGetLength -#endif - -#ifndef XLlDma_mGetTxRing -#define XLlDma_mGetTxRing XLlDma_GetTxRing -#endif - -#ifndef XLlDma_mGetRxRing -#define XLlDma_mGetRxRing XLlDma_GetRxRing -#endif - -#ifndef XLlDma_mGetCr -#define XLlDma_mGetCr XLlDma_GetCr -#endif - -#ifndef XLlDma_mSetCr -#define XLlDma_mSetCr XLlDma_SetCr -#endif - -#ifndef XLlDma_mBdRingCntCalc -#define XLlDma_mBdRingCntCalc XLlDma_BdRingCntCalc -#endif - -#ifndef XLlDma_mBdRingMemCalc -#define XLlDma_mBdRingMemCalc XLlDma_BdRingMemCalc -#endif - -#ifndef XLlDma_mBdRingGetCnt -#define XLlDma_mBdRingGetCnt XLlDma_BdRingGetCnt -#endif - -#ifndef XLlDma_mBdRingGetFreeCnt -#define XLlDma_mBdRingGetFreeCnt XLlDma_BdRingGetFreeCnt -#endif - -#ifndef XLlDma_mBdRingSnapShotCurrBd -#define XLlDma_mBdRingSnapShotCurrBd XLlDma_BdRingSnapShotCurrBd -#endif - -#ifndef XLlDma_mBdRingNext -#define XLlDma_mBdRingNext XLlDma_BdRingNext -#endif - -#ifndef XLlDma_mBdRingPrev -#define XLlDma_mBdRingPrev XLlDma_BdRingPrev -#endif - -#ifndef XLlDma_mBdRingGetSr -#define XLlDma_mBdRingGetSr XLlDma_BdRingGetSr -#endif - -#ifndef XLlDma_mBdRingSetSr -#define XLlDma_mBdRingSetSr XLlDma_BdRingSetSr -#endif - -#ifndef XLlDma_mBdRingGetCr -#define XLlDma_mBdRingGetCr XLlDma_BdRingGetCr -#endif - -#ifndef XLlDma_mBdRingSetCr -#define XLlDma_mBdRingSetCr XLlDma_BdRingSetCr -#endif - -#ifndef XLlDma_mBdRingBusy -#define XLlDma_mBdRingBusy XLlDma_BdRingBusy -#endif - -#ifndef XLlDma_mBdRingIntEnable -#define XLlDma_mBdRingIntEnable XLlDma_BdRingIntEnable -#endif - -#ifndef XLlDma_mBdRingIntDisable -#define XLlDma_mBdRingIntDisable XLlDma_BdRingIntDisable -#endif - -#ifndef XLlDma_mBdRingIntGetEnabled -#define XLlDma_mBdRingIntGetEnabled XLlDma_BdRingIntGetEnabled -#endif - -#ifndef XLlDma_mBdRingGetIrq -#define XLlDma_mBdRingGetIrq XLlDma_BdRingGetIrq -#endif - -#ifndef XLlDma_mBdRingAckIrq -#define XLlDma_mBdRingAckIrq XLlDma_BdRingAckIrq -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMbox - * - *********************************************************************/ -#ifndef XMbox_mWriteReg -#define XMbox_mWriteReg XMbox_WriteReg -#endif - -#ifndef XMbox_mReadReg -#define XMbox_mReadReg XMbox_ReadReg -#endif - -#ifndef XMbox_mWriteMBox -#define XMbox_mWriteMBox XMbox_WriteMBox -#endif - -#ifndef XMbox_mReadMBox -#define XMbox_mReadMBox XMbox_ReadMBox -#endif - -#ifndef XMbox_mFSLReadMBox -#define XMbox_mFSLReadMBox XMbox_FSLReadMBox -#endif - -#ifndef XMbox_mFSLWriteMBox -#define XMbox_mFSLWriteMBox XMbox_FSLWriteMBox -#endif - -#ifndef XMbox_mFSLIsEmpty -#define XMbox_mFSLIsEmpty XMbox_FSLIsEmpty -#endif - -#ifndef XMbox_mFSLIsFull -#define XMbox_mFSLIsFull XMbox_FSLIsFull -#endif - -#ifndef XMbox_mIsEmpty -#define XMbox_mIsEmpty XMbox_IsEmptyHw -#endif - -#ifndef XMbox_mIsFull -#define XMbox_mIsFull XMbox_IsFullHw -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMpmc - * - *********************************************************************/ -#ifndef XMpmc_mReadReg -#define XMpmc_mReadReg XMpmc_ReadReg -#endif - -#ifndef XMpmc_mWriteReg -#define XMpmc_mWriteReg XMpmc_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMutex - * - *********************************************************************/ -#ifndef XMutex_mWriteReg -#define XMutex_mWriteReg XMutex_WriteReg -#endif - -#ifndef XMutex_mReadReg -#define XMutex_mReadReg XMutex_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XPcie - * - *********************************************************************/ -#ifndef XPcie_mReadReg -#define XPcie_mReadReg XPcie_ReadReg -#endif - -#ifndef XPcie_mWriteReg -#define XPcie_mWriteReg XPcie_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSpi - * - *********************************************************************/ -#ifndef XSpi_mIntrGlobalEnable -#define XSpi_mIntrGlobalEnable XSpi_IntrGlobalEnable -#endif - -#ifndef XSpi_mIntrGlobalDisable -#define XSpi_mIntrGlobalDisable XSpi_IntrGlobalDisable -#endif - -#ifndef XSpi_mIsIntrGlobalEnabled -#define XSpi_mIsIntrGlobalEnabled XSpi_IsIntrGlobalEnabled -#endif - -#ifndef XSpi_mIntrGetStatus -#define XSpi_mIntrGetStatus XSpi_IntrGetStatus -#endif - -#ifndef XSpi_mIntrClear -#define XSpi_mIntrClear XSpi_IntrClear -#endif - -#ifndef XSpi_mIntrEnable -#define XSpi_mIntrEnable XSpi_IntrEnable -#endif - -#ifndef XSpi_mIntrDisable -#define XSpi_mIntrDisable XSpi_IntrDisable -#endif - -#ifndef XSpi_mIntrGetEnabled -#define XSpi_mIntrGetEnabled XSpi_IntrGetEnabled -#endif - -#ifndef XSpi_mSetControlReg -#define XSpi_mSetControlReg XSpi_SetControlReg -#endif - -#ifndef XSpi_mGetControlReg -#define XSpi_mGetControlReg XSpi_GetControlReg -#endif - -#ifndef XSpi_mGetStatusReg -#define XSpi_mGetStatusReg XSpi_GetStatusReg -#endif - -#ifndef XSpi_mSetSlaveSelectReg -#define XSpi_mSetSlaveSelectReg XSpi_SetSlaveSelectReg -#endif - -#ifndef XSpi_mGetSlaveSelectReg -#define XSpi_mGetSlaveSelectReg XSpi_GetSlaveSelectReg -#endif - -#ifndef XSpi_mEnable -#define XSpi_mEnable XSpi_Enable -#endif - -#ifndef XSpi_mDisable -#define XSpi_mDisable XSpi_Disable -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSysAce - * - *********************************************************************/ -#ifndef XSysAce_mGetControlReg -#define XSysAce_mGetControlReg XSysAce_GetControlReg -#endif - -#ifndef XSysAce_mSetControlReg -#define XSysAce_mSetControlReg XSysAce_SetControlReg -#endif - -#ifndef XSysAce_mOrControlReg -#define XSysAce_mOrControlReg XSysAce_OrControlReg -#endif - -#ifndef XSysAce_mAndControlReg -#define XSysAce_mAndControlReg XSysAce_AndControlReg -#endif - -#ifndef XSysAce_mGetErrorReg -#define XSysAce_mGetErrorReg XSysAce_GetErrorReg -#endif - -#ifndef XSysAce_mGetStatusReg -#define XSysAce_mGetStatusReg XSysAce_GetStatusReg -#endif - -#ifndef XSysAce_mWaitForLock -#define XSysAce_mWaitForLock XSysAce_WaitForLock -#endif - -#ifndef XSysAce_mEnableIntr -#define XSysAce_mEnableIntr XSysAce_EnableIntr -#endif - -#ifndef XSysAce_mDisableIntr -#define XSysAce_mDisableIntr XSysAce_DisableIntr -#endif - -#ifndef XSysAce_mIsReadyForCmd -#define XSysAce_mIsReadyForCmd XSysAce_IsReadyForCmd -#endif - -#ifndef XSysAce_mIsMpuLocked -#define XSysAce_mIsMpuLocked XSysAce_IsMpuLocked -#endif - -#ifndef XSysAce_mIsIntrEnabled -#define XSysAce_mIsIntrEnabled XSysAce_IsIntrEnabled -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSysMon - * - *********************************************************************/ -#ifndef XSysMon_mIsEventSamplingModeSet -#define XSysMon_mIsEventSamplingModeSet XSysMon_IsEventSamplingModeSet -#endif - -#ifndef XSysMon_mIsDrpBusy -#define XSysMon_mIsDrpBusy XSysMon_IsDrpBusy -#endif - -#ifndef XSysMon_mIsDrpLocked -#define XSysMon_mIsDrpLocked XSysMon_IsDrpLocked -#endif - -#ifndef XSysMon_mRawToTemperature -#define XSysMon_mRawToTemperature XSysMon_RawToTemperature -#endif - -#ifndef XSysMon_mRawToVoltage -#define XSysMon_mRawToVoltage XSysMon_RawToVoltage -#endif - -#ifndef XSysMon_mTemperatureToRaw -#define XSysMon_mTemperatureToRaw XSysMon_TemperatureToRaw -#endif - -#ifndef XSysMon_mVoltageToRaw -#define XSysMon_mVoltageToRaw XSysMon_VoltageToRaw -#endif - -#ifndef XSysMon_mReadReg -#define XSysMon_mReadReg XSysMon_ReadReg -#endif - -#ifndef XSysMon_mWriteReg -#define XSysMon_mWriteReg XSysMon_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XTmrCtr - * - *********************************************************************/ -#ifndef XTimerCtr_mReadReg -#define XTimerCtr_mReadReg XTimerCtr_ReadReg -#endif - -#ifndef XTmrCtr_mWriteReg -#define XTmrCtr_mWriteReg XTmrCtr_WriteReg -#endif - -#ifndef XTmrCtr_mSetControlStatusReg -#define XTmrCtr_mSetControlStatusReg XTmrCtr_SetControlStatusReg -#endif - -#ifndef XTmrCtr_mGetControlStatusReg -#define XTmrCtr_mGetControlStatusReg XTmrCtr_GetControlStatusReg -#endif - -#ifndef XTmrCtr_mGetTimerCounterReg -#define XTmrCtr_mGetTimerCounterReg XTmrCtr_GetTimerCounterReg -#endif - -#ifndef XTmrCtr_mSetLoadReg -#define XTmrCtr_mSetLoadReg XTmrCtr_SetLoadReg -#endif - -#ifndef XTmrCtr_mGetLoadReg -#define XTmrCtr_mGetLoadReg XTmrCtr_GetLoadReg -#endif - -#ifndef XTmrCtr_mEnable -#define XTmrCtr_mEnable XTmrCtr_Enable -#endif - -#ifndef XTmrCtr_mDisable -#define XTmrCtr_mDisable XTmrCtr_Disable -#endif - -#ifndef XTmrCtr_mEnableIntr -#define XTmrCtr_mEnableIntr XTmrCtr_EnableIntr -#endif - -#ifndef XTmrCtr_mDisableIntr -#define XTmrCtr_mDisableIntr XTmrCtr_DisableIntr -#endif - -#ifndef XTmrCtr_mLoadTimerCounterReg -#define XTmrCtr_mLoadTimerCounterReg XTmrCtr_LoadTimerCounterReg -#endif - -#ifndef XTmrCtr_mHasEventOccurred -#define XTmrCtr_mHasEventOccurred XTmrCtr_HasEventOccurred -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUartLite - * - *********************************************************************/ -#ifndef XUartLite_mUpdateStats -#define XUartLite_mUpdateStats XUartLite_UpdateStats -#endif - -#ifndef XUartLite_mWriteReg -#define XUartLite_mWriteReg XUartLite_WriteReg -#endif - -#ifndef XUartLite_mReadReg -#define XUartLite_mReadReg XUartLite_ReadReg -#endif - -#ifndef XUartLite_mClearStats -#define XUartLite_mClearStats XUartLite_ClearStats -#endif - -#ifndef XUartLite_mSetControlReg -#define XUartLite_mSetControlReg XUartLite_SetControlReg -#endif - -#ifndef XUartLite_mGetStatusReg -#define XUartLite_mGetStatusReg XUartLite_GetStatusReg -#endif - -#ifndef XUartLite_mIsReceiveEmpty -#define XUartLite_mIsReceiveEmpty XUartLite_IsReceiveEmpty -#endif - -#ifndef XUartLite_mIsTransmitFull -#define XUartLite_mIsTransmitFull XUartLite_IsTransmitFull -#endif - -#ifndef XUartLite_mIsIntrEnabled -#define XUartLite_mIsIntrEnabled XUartLite_IsIntrEnabled -#endif - -#ifndef XUartLite_mEnableIntr -#define XUartLite_mEnableIntr XUartLite_EnableIntr -#endif - -#ifndef XUartLite_mDisableIntr -#define XUartLite_mDisableIntr XUartLite_DisableIntr -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUartNs550 - * - *********************************************************************/ -#ifndef XUartNs550_mUpdateStats -#define XUartNs550_mUpdateStats XUartNs550_UpdateStats -#endif - -#ifndef XUartNs550_mReadReg -#define XUartNs550_mReadReg XUartNs550_ReadReg -#endif - -#ifndef XUartNs550_mWriteReg -#define XUartNs550_mWriteReg XUartNs550_WriteReg -#endif - -#ifndef XUartNs550_mClearStats -#define XUartNs550_mClearStats XUartNs550_ClearStats -#endif - -#ifndef XUartNs550_mGetLineStatusReg -#define XUartNs550_mGetLineStatusReg XUartNs550_GetLineStatusReg -#endif - -#ifndef XUartNs550_mGetLineControlReg -#define XUartNs550_mGetLineControlReg XUartNs550_GetLineControlReg -#endif - -#ifndef XUartNs550_mSetLineControlReg -#define XUartNs550_mSetLineControlReg XUartNs550_SetLineControlReg -#endif - -#ifndef XUartNs550_mEnableIntr -#define XUartNs550_mEnableIntr XUartNs550_EnableIntr -#endif - -#ifndef XUartNs550_mDisableIntr -#define XUartNs550_mDisableIntr XUartNs550_DisableIntr -#endif - -#ifndef XUartNs550_mIsReceiveData -#define XUartNs550_mIsReceiveData XUartNs550_IsReceiveData -#endif - -#ifndef XUartNs550_mIsTransmitEmpty -#define XUartNs550_mIsTransmitEmpty XUartNs550_IsTransmitEmpty -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUsb - * - *********************************************************************/ -#ifndef XUsb_mReadReg -#define XUsb_mReadReg XUsb_ReadReg -#endif - -#ifndef XUsb_mWriteReg -#define XUsb_mWriteReg XUsb_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XPmonPsv - * - *********************************************************************/ -#ifndef XpsvPmon_CfgInitialize -#define XpsvPmon_CfgInitialize XPmonPsv_CfgInitialize -#endif - -#ifndef XpsvPmon_LookupConfig -#define XpsvPmon_LookupConfig XPmonPsv_LookupConfig -#endif - -#ifndef XpsvPmon_WriteReg -#define XpsvPmon_WriteReg XPmonPsv_WriteReg -#endif - -#ifndef XpsvPmon_SetMetrics -#define XpsvPmon_SetMetrics XPmonPsv_SetMetrics -#endif - -#ifndef XpsvPmon_GetMetrics -#define XpsvPmon_GetMetrics XPmonPsv_GetMetrics -#endif - -#ifndef XpsvPmon_ResetCounter -#define XpsvPmon_ResetCounter XPmonPsv_ResetCounter -#endif - -#ifndef XpsvPmon_GetWriteCounter -#define XpsvPmon_GetWriteCounter XPmonPsv_GetWriteCounter -#endif - -#ifndef XpsvPmon_GetReadCounter -#define XpsvPmon_GetReadCounter XPmonPsv_GetReadCounter -#endif - -#ifndef XpsvPmon_EnableCounters -#define XpsvPmon_EnableCounters XPmonPsv_EnableCounters -#endif - -#ifndef XpsvPmon_StopCounter -#define XpsvPmon_StopCounter XPmonPsv_StopCounter -#endif - -#ifndef XpsvPmon_SetPort -#define XpsvPmon_SetPort XPmonPsv_SetPort -#endif - -#ifndef XpsvPmon_SetSrc -#define XpsvPmon_SetSrc XPmonPsv_SetSrc -#endif - -#ifndef XpsvPmon_Unlock -#define XpsvPmon_Unlock XPmonPsv_Unlock -#endif - -#ifndef XpsvPmon_Lock -#define XpsvPmon_Lock XPmonPsv_Lock -#endif - - -#ifndef XpsvPmon_RequestCounter -#define XpsvPmon_RequestCounter XPmonPsv_RequestCounter -#endif - -#ifndef XPmonpsv_Config -#define XPmonpsv_Config XPmonPsv_Config -#endif - -typedef XPmonPsv XpsvPmon; -#ifdef __cplusplus -} -#endif - -#endif -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_mem.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_mem.c deleted file mode 100644 index 1f57654..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_mem.c +++ /dev/null @@ -1,64 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_mem.c -* -* This file contains xil mem copy function to use in case of word aligned -* data copies. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.1   nsk      11/07/16 First release.
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" - -/***************** Inline Functions Definitions ********************/ -/*****************************************************************************/ -/** -* @brief This function copies memory from once location to other. -* -* @param dst: pointer pointing to destination memory -* -* @param src: pointer pointing to source memory -* -* @param cnt: 32 bit length of bytes to be copied -* -*****************************************************************************/ -void Xil_MemCpy(void* dst, const void* src, u32 cnt) -{ - char *d = (char*)(void *)dst; - const char *s = src; - - while (cnt >= sizeof (int)) { - *(int*)d = *(int*)s; - d += sizeof (int); - s += sizeof (int); - cnt -= sizeof (int); - } - while (cnt >= sizeof (u16)) { - *(u16*)d = *(u16*)s; - d += sizeof (u16); - s += sizeof (u16); - cnt -= sizeof (u16); - } - while ((cnt) > 0U){ - *d = *s; - d += 1U; - s += 1U; - cnt -= 1U; - } -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_mem.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_mem.h deleted file mode 100644 index d6bc637..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_mem.h +++ /dev/null @@ -1,47 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_mem.h -* -* @addtogroup common_mem_operation_api Customized APIs for Memory Operations -* -* The xil_mem.h file contains prototype for functions related -* to memory operations. These APIs are applicable for all processors supported -* by Xilinx. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.1   nsk      11/07/16 First release.
-* 7.0   mus      01/07/19 Add cpp extern macro
-*
-* 
-* -*****************************************************************************/ -#ifndef XIL_MEM_H /* prevent circular inclusions */ -#define XIL_MEM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes *****************************/ - -void Xil_MemCpy(void* dst, const void* src, u32 cnt); - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MEM_H */ -/** -* @} End of "addtogroup common_mem_operation_api". -*/ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_printf.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_printf.c deleted file mode 100644 index c52d476..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_printf.c +++ /dev/null @@ -1,447 +0,0 @@ -/****************************************************************************** -* Copyright (c) 1995 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ -/*---------------------------------------------------*/ -/* Modified from : */ -/* Public Domain version of printf */ -/* Rud Merriam, Compsult, Inc. Houston, Tx. */ -/* For Embedded Systems Programming, 1991 */ -/* */ -/*---------------------------------------------------*/ -#include "xil_printf.h" -#include "xil_types.h" -#include "xil_assert.h" -#include -#include -#include - -static void padding( const s32 l_flag,const struct params_s *par); -static void outs(const charptr lp, struct params_s *par); -static s32 getnum( charptr* linep); - -typedef struct params_s { - s32 len; - s32 num1; - s32 num2; - char8 pad_character; - s32 do_padding; - s32 left_flag; - s32 unsigned_flag; -} params_t; - - -/*---------------------------------------------------*/ -/* The purpose of this routine is to output data the */ -/* same as the standard printf function without the */ -/* overhead most run-time libraries involve. Usually */ -/* the printf brings in many kilobytes of code and */ -/* that is unacceptable in most embedded systems. */ -/*---------------------------------------------------*/ - - -/*---------------------------------------------------*/ -/* */ -/* This routine puts pad characters into the output */ -/* buffer. */ -/* */ -static void padding( const s32 l_flag, const struct params_s *par) -{ - s32 i; - - if ((par->do_padding != 0) && (l_flag != 0) && (par->len < par->num1)) { - i=(par->len); - for (; i<(par->num1); i++) { -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( par->pad_character); -#endif - } - } -} - -/*---------------------------------------------------*/ -/* */ -/* This routine moves a string to the output buffer */ -/* as directed by the padding and positioning flags. */ -/* */ -static void outs(const charptr lp, struct params_s *par) -{ - charptr LocalPtr; - LocalPtr = lp; - /* pad on left if needed */ - if(LocalPtr != NULL) { - par->len = (s32)strlen( LocalPtr); - padding( !(par->left_flag), par); - /* Move string to the buffer */ - while (((*LocalPtr) != (char8)0) && ((par->num2) != 0)) { - (par->num2)--; -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte(*LocalPtr); -#endif - LocalPtr += 1; - } -} - - /* Pad on right if needed */ - /* CR 439175 - elided next stmt. Seemed bogus. */ - /* par->len = strlen( lp) */ - padding( par->left_flag, par); -} - -/*---------------------------------------------------*/ -/* */ -/* This routine moves a number to the output buffer */ -/* as directed by the padding and positioning flags. */ -/* */ - -static void outnum( const s32 n, const s32 base, struct params_s *par) -{ - s32 negative; - s32 i; - char8 outbuf[32]; - const char8 digits[] = "0123456789ABCDEF"; - u32 num; - for(i = 0; i<32; i++) { - outbuf[i] = '0'; - } - - /* Check if number is negative */ - if ((par->unsigned_flag == 0) && (base == 10) && (n < 0L)) { - negative = 1; - num =(-(n)); - } - else{ - num = n; - negative = 0; - } - - /* Build number (backwards) in outbuf */ - i = 0; - do { - outbuf[i] = digits[(num % base)]; - i++; - num /= base; - } while (num > 0); - - if (negative != 0) { - outbuf[i] = '-'; - i++; - } - - outbuf[i] = '\0'; - i--; - - /* Move the converted number to the buffer and */ - /* add in the padding where needed. */ - par->len = (s32)strlen(outbuf); - padding( !(par->left_flag), par); - while (&outbuf[i] >= outbuf) { -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( outbuf[i] ); -#endif - i--; -} - padding( par->left_flag, par); -} -/*---------------------------------------------------*/ -/* */ -/* This routine moves a 64-bit number to the output */ -/* buffer as directed by the padding and positioning */ -/* flags. */ -/* */ -#if defined (__aarch64__) || defined (__arch64__) -static void outnum1( const s64 n, const s32 base, params_t *par) -{ - s32 negative; - s32 i; - char8 outbuf[64]; - const char8 digits[] = "0123456789ABCDEF"; - u64 num; - for(i = 0; i<64; i++) { - outbuf[i] = '0'; - } - - /* Check if number is negative */ - if ((par->unsigned_flag == 0) && (base == 10) && (n < 0L)) { - negative = 1; - num =(-(n)); - } - else{ - num = (n); - negative = 0; - } - - /* Build number (backwards) in outbuf */ - i = 0; - do { - outbuf[i] = digits[(num % base)]; - i++; - num /= base; - } while (num > 0); - - if (negative != 0) { - outbuf[i] = '-'; - i++; - } - - outbuf[i] = '\0'; - i--; - - /* Move the converted number to the buffer and */ - /* add in the padding where needed. */ - par->len = (s32)strlen(outbuf); - padding( !(par->left_flag), par); - while (&outbuf[i] >= outbuf) { - outbyte( outbuf[i] ); - i--; -} - padding( par->left_flag, par); -} -#endif -/*---------------------------------------------------*/ -/* */ -/* This routine gets a number from the format */ -/* string. */ -/* */ -static s32 getnum(charptr* linep) -{ - s32 n = 0; - s32 ResultIsDigit = 0; - charptr cptr = *linep; - - while (cptr != NULL) { - ResultIsDigit = isdigit(((s32)*cptr)); - if (ResultIsDigit == 0) - break; - n = ((n*10) + (((s32)*cptr) - (s32)'0')); - cptr += 1; - } - - *linep = ((charptr)(cptr)); - return(n); -} - -/*---------------------------------------------------*/ -/* */ -/* This routine operates just like a printf/sprintf */ -/* routine. It outputs a set of data under the */ -/* control of a formatting string. Not all of the */ -/* standard C format control are supported. The ones */ -/* provided are primarily those needed for embedded */ -/* systems work. Primarily the floating point */ -/* routines are omitted. Other formats could be */ -/* added easily by following the examples shown for */ -/* the supported formats. */ -/* */ - -/* void esp_printf( const func_ptr f_ptr, - const charptr ctrl1, ...) */ -#if defined (__aarch64__) && HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE -void xil_printf( const char8 *ctrl1, ...){ - XPVXenConsole_Printf(ctrl1); -} -#else -void xil_printf( const char8 *ctrl1, ...) -{ - va_list argp; - - va_start(argp, ctrl1); - - xil_vprintf(ctrl1, argp); - - va_end(argp); -} -#endif - -/* This routine is equivalent to vprintf routine */ -void xil_vprintf(const char8 *ctrl1, va_list argp) -{ - s32 Check; -#if defined (__aarch64__) || defined (__arch64__) - s32 long_flag; -#endif - s32 dot_flag; - - params_t par; - - char8 ch; - char8 *ctrl = (char8 *)ctrl1; - - while ((ctrl != NULL) && (*ctrl != (char8)0)) { - - /* move format string chars to buffer until a */ - /* format control is found. */ - if (*ctrl != '%') { -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte(*ctrl); -#endif - ctrl += 1; - continue; - } - - /* initialize all the flags for this format. */ - dot_flag = 0; -#if defined (__aarch64__) || defined (__arch64__) - long_flag = 0; -#endif - par.unsigned_flag = 0; - par.left_flag = 0; - par.do_padding = 0; - par.pad_character = ' '; - par.num2=32767; - par.num1=0; - par.len=0; - - try_next: - if(ctrl != NULL) { - ctrl += 1; - } - if(ctrl != NULL) { - ch = *ctrl; - } else { - break; - } - - if (isdigit((s32)ch) != 0) { - if (dot_flag != 0) { - par.num2 = getnum(&ctrl); - } - else { - if (ch == '0') { - par.pad_character = '0'; - } - if(ctrl != NULL) { - par.num1 = getnum(&ctrl); - } - par.do_padding = 1; - } - if(ctrl != NULL) { - ctrl -= 1; - } - goto try_next; - } - - switch (tolower((s32)ch)) { - case '%': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( '%'); -#endif - Check = 1; - break; - - case '-': - par.left_flag = 1; - Check = 0; - break; - - case '.': - dot_flag = 1; - Check = 0; - break; - - case 'l': - #if defined (__aarch64__) || defined (__arch64__) - long_flag = 1; - #endif - Check = 0; - break; - - case 'u': - par.unsigned_flag = 1; - /* fall through */ - case 'i': - case 'd': - #if defined (__aarch64__) || defined (__arch64__) - if (long_flag != 0){ - outnum1((s64)va_arg(argp, s64), 10L, &par); - } - else { - outnum( va_arg(argp, s32), 10L, &par); - } - #else - outnum( va_arg(argp, s32), 10L, &par); - #endif - Check = 1; - break; - case 'p': - #if defined (__aarch64__) || defined (__arch64__) - par.unsigned_flag = 1; - outnum1((s64)va_arg(argp, s64), 16L, &par); - Check = 1; - break; - #endif - case 'X': - case 'x': - par.unsigned_flag = 1; - #if defined (__aarch64__) || defined (__arch64__) - if (long_flag != 0) { - outnum1((s64)va_arg(argp, s64), 16L, &par); - } - else { - outnum((s32)va_arg(argp, s32), 16L, &par); - } - #else - outnum((s32)va_arg(argp, s32), 16L, &par); - #endif - Check = 1; - break; - - case 's': - outs( va_arg( argp, char *), &par); - Check = 1; - break; - - case 'c': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( va_arg( argp, s32)); -#endif - Check = 1; - break; - - case '\\': - switch (*ctrl) { - case 'a': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x07)); -#endif - break; - case 'h': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x08)); -#endif - break; - case 'r': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x0D)); -#endif - break; - case 'n': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x0D)); - outbyte( ((char8)0x0A)); -#endif - break; - default: -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( *ctrl); -#endif - break; - } - ctrl += 1; - Check = 0; - break; - - default: - Check = 1; - break; - } - if(Check == 1) { - if(ctrl != NULL) { - ctrl += 1; - } - continue; - } - goto try_next; - } -} -/*---------------------------------------------------*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_printf.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_printf.h deleted file mode 100644 index 60f4ba3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_printf.h +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 1995 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - #ifndef XIL_PRINTF_H - #define XIL_PRINTF_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include -#include -#include "xil_types.h" -#include "xparameters.h" -#include "bspconfig.h" -#if defined (__aarch64__) && HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE -#include "xen_console.h" -#endif - -/*----------------------------------------------------*/ -/* Use the following parameter passing structure to */ -/* make xil_printf re-entrant. */ -/*----------------------------------------------------*/ - -struct params_s; - - -/*---------------------------------------------------*/ -/* The purpose of this routine is to output data the */ -/* same as the standard printf function without the */ -/* overhead most run-time libraries involve. Usually */ -/* the printf brings in many kilobytes of code and */ -/* that is unacceptable in most embedded systems. */ -/*---------------------------------------------------*/ - -typedef char8* charptr; -typedef s32 (*func_ptr)(int c); - -/* */ - -void xil_printf( const char8 *ctrl1, ...); -void xil_vprintf(const char8 *ctrl1, va_list argp); -void print( const char8 *ptr); -extern void outbyte (char8 c); -extern char8 inbyte(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_sleepcommon.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_sleepcommon.c deleted file mode 100644 index e469934..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_sleepcommon.c +++ /dev/null @@ -1,80 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -*@file xil_sleepcommon.c -* -* This file contains the sleep API's -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.6 	srm  	 11/02/17 First release
-* 
-******************************************************************************/ - - -/***************************** Include Files *********************************/ -#include "xil_io.h" -#include "sleep.h" - -/**************************** Constant Definitions *************************/ - - -/*****************************************************************************/ -/** -* -* This API gives delay in sec -* -* @param seconds - delay time in seconds -* -* @return none -* -* @note none -* -*****************************************************************************/ - void sleep(unsigned int seconds) - { -#if defined (ARMR5) - sleep_R5(seconds); -#elif defined (__aarch64__) || defined (ARMA53_32) - sleep_A53(seconds); -#elif defined (__MICROBLAZE__) - sleep_MB(seconds); -#else - sleep_A9(seconds); -#endif - - } - -/****************************************************************************/ -/** -* -* This API gives delay in usec -* -* @param useconds - delay time in useconds -* -* @return none -* -* @note none -* -*****************************************************************************/ - void usleep(unsigned long useconds) - { -#if defined (ARMR5) - usleep_R5(useconds); -#elif defined (__aarch64__) || defined (ARMA53_32) - usleep_A53(useconds); -#elif defined (__MICROBLAZE__) - usleep_MB(useconds); -#else - usleep_A9(useconds); -#endif - - } diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testcache.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testcache.c deleted file mode 100644 index f101c14..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testcache.c +++ /dev/null @@ -1,341 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testcache.c -* @addtogroup common_test_utils -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/28/09 Initial release
-* 4.1   asa  05/09/14 Ensured that the address uses for cache test is aligned
-*				      cache line.
-* 
-* -******************************************************************************/ -#ifdef __ARM__ -#include "xil_cache.h" -#include "xil_testcache.h" -#include "xil_types.h" -#include "xpseudo_asm.h" -#ifdef __aarch64__ -#include "xreg_cortexa53.h" -#else -#include "xreg_cortexr5.h" -#endif - -#include "xil_types.h" - -extern void xil_printf(const char8 *ctrl1, ...); - -#define DATA_LENGTH 128 - -#ifdef __aarch64__ -static INTPTR Data[DATA_LENGTH] __attribute__ ((aligned(64))); -#else -static INTPTR Data[DATA_LENGTH] __attribute__ ((aligned(32))); -#endif - - -/*****************************************************************************/ -/** -* -* @brief Perform DCache range related API test such as Xil_DCacheFlushRange -* and Xil_DCacheInvalidateRange. This test function writes a constant -* value to the Data array, flushes the range, writes a new value, then -* invalidates the corresponding range. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ -s32 Xil_TestDCacheRange(void) -{ - s32 Index; - s32 Status = 0; - u32 CtrlReg; - INTPTR Value; - - xil_printf("-- Cache Range Test --\n\r"); - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0xA0A00505; - - xil_printf(" initialize Data done:\r\n"); - - Xil_DCacheFlushRange((INTPTR)Data, DATA_LENGTH * sizeof(INTPTR)); - - xil_printf(" flush range done\r\n"); - - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - if (Value != 0xA0A00505) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - if (!Status) { - xil_printf(" Flush worked\r\n"); - } - else { - xil_printf("Error: flush dcache range not working\r\n"); - } - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0xA0A0C505; - - - - Xil_DCacheFlushRange((INTPTR)Data, DATA_LENGTH * sizeof(INTPTR)); - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = Index + 3; - - Xil_DCacheInvalidateRange((INTPTR)Data, DATA_LENGTH * sizeof(INTPTR)); - - xil_printf(" invalidate dcache range done\r\n"); - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0xA0A0A05; - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - if (Value != 0xA0A0A05) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - - if (!Status) { - xil_printf(" Invalidate worked\r\n"); - } - else { - xil_printf("Error: Invalidate dcache range not working\r\n"); - } - xil_printf("-- Cache Range Test Complete --\r\n"); - return Status; - -} - -/*****************************************************************************/ -/** -* @brief Perform DCache all related API test such as Xil_DCacheFlush and -* Xil_DCacheInvalidate. This test function writes a constant value -* to the Data array, flushes the DCache, writes a new value, -* then invalidates the DCache. -* -* @return -* - 0 is returned for a pass -* - -1 is returned for a failure -*****************************************************************************/ -s32 Xil_TestDCacheAll(void) -{ - s32 Index; - s32 Status; - INTPTR Value; - u32 CtrlReg; - - xil_printf("-- Cache All Test --\n\r"); - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0x50500A0A; - xil_printf(" initialize Data done:\r\n"); - - Xil_DCacheFlush(); - xil_printf(" flush all done\r\n"); - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - - if (Value != 0x50500A0A) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - if (!Status) { - xil_printf(" Flush all worked\r\n"); - } - else { - xil_printf("Error: Flush dcache all not working\r\n"); - } - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0x505FFA0A; - - Xil_DCacheFlush(); - - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = Index + 3; - - Xil_DCacheInvalidate(); - - xil_printf(" invalidate all done\r\n"); - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0x50CFA0A; - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - if (Value != 0x50CFA0A) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - if (!Status) { - xil_printf(" Invalidate all worked\r\n"); - } - else { - xil_printf("Error: Invalidate dcache all not working\r\n"); - } - - xil_printf("-- DCache all Test Complete --\n\r"); - - return Status; -} - -/*****************************************************************************/ -/** -* @brief Perform Xil_ICacheInvalidateRange() on a few function pointers. -* -* @return -* - 0 is returned for a pass -* -* @note The function will hang if it fails. -*****************************************************************************/ -s32 Xil_TestICacheRange(void) -{ - - Xil_ICacheInvalidateRange((INTPTR)Xil_TestICacheRange, 1024); - Xil_ICacheInvalidateRange((INTPTR)Xil_TestDCacheRange, 1024); - Xil_ICacheInvalidateRange((INTPTR)Xil_TestDCacheAll, 1024); - - xil_printf("-- Invalidate icache range done --\r\n"); - - return 0; -} - -/*****************************************************************************/ -/** -* @brief Perform Xil_ICacheInvalidate() on a few function pointers. -* -* @return -* - 0 is returned for a pass -* -* @note The function will hang if it fails. -*****************************************************************************/ -s32 Xil_TestICacheAll(void) -{ - Xil_ICacheInvalidate(); - xil_printf("-- Invalidate icache all done --\r\n"); - return 0; -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testcache.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testcache.h deleted file mode 100644 index 5798c21..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testcache.h +++ /dev/null @@ -1,54 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testcache.h -* -* @addtogroup common_test_utils -*

Cache test

-* The xil_testcache.h file contains utility functions to test cache. -* -* @{ -*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  07/29/09 First release
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_TESTCACHE_H /* prevent circular inclusions */ -#define XIL_TESTCACHE_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -extern s32 Xil_TestDCacheRange(void); -extern s32 Xil_TestDCacheAll(void); -extern s32 Xil_TestICacheRange(void); -extern s32 Xil_TestICacheAll(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testio.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testio.c deleted file mode 100644 index 9681975..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testio.c +++ /dev/null @@ -1,273 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testio.c -* @addtogroup common_test_utils -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xil_testio.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions ****************************/ -/************************** Function Prototypes *****************************/ - - - -/** - * - * Endian swap a 16-bit word. - * @param Data is the 16-bit word to be swapped. - * @return The endian swapped value. - * - */ -static u16 Swap16(u16 Data) -{ - return ((Data >> 8U) & 0x00FFU) | ((Data << 8U) & 0xFF00U); -} - -/** - * - * Endian swap a 32-bit word. - * @param Data is the 32-bit word to be swapped. - * @return The endian swapped value. - * - */ -static u32 Swap32(u32 Data) -{ - u16 Lo16; - u16 Hi16; - - u16 Swap16Lo; - u16 Swap16Hi; - - Hi16 = (u16)((Data >> 16U) & 0x0000FFFFU); - Lo16 = (u16)(Data & 0x0000FFFFU); - - Swap16Lo = Swap16(Lo16); - Swap16Hi = Swap16(Hi16); - - return (((u32)(Swap16Lo)) << 16U) | ((u32)Swap16Hi); -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 8-bit wide register IO test where the -* register is accessed using Xil_Out8 and Xil_In8, and comparing -* the written values by reading them back. -* -* @param Addr: a pointer to the region of memory to be tested. -* @param Length: Length of the block. -* @param Value: constant used for writing the memory. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ - -s32 Xil_TestIO8(u8 *Addr, s32 Length, u8 Value) -{ - u8 ValueIn; - s32 Index; - s32 Status = 0; - - for (Index = 0; Index < Length; Index++) { - Xil_Out8((INTPTR)Addr, Value); - - ValueIn = Xil_In8((INTPTR)Addr); - - if ((Value != ValueIn) && (Status == 0)) { - Status = -1; - break; - } - } - return Status; - -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 16-bit wide register IO test. Each location -* is tested by sequentially writing a 16-bit wide register, reading -* the register, and comparing value. This function tests three kinds -* of register IO functions, normal register IO, little-endian register -* IO, and big-endian register IO. When testing little/big-endian IO, -* the function performs the following sequence, Xil_Out16LE/Xil_Out16BE, -* Xil_In16, Compare In-Out values, Xil_Out16, Xil_In16LE/Xil_In16BE, -* Compare In-Out values. Whether to swap the read-in value before -* comparing is controlled by the 5th argument. -* -* @param Addr: a pointer to the region of memory to be tested. -* @param Length: Length of the block. -* @param Value: constant used for writing the memory. -* @param Kind: Type of test. Acceptable values are: -* XIL_TESTIO_DEFAULT, XIL_TESTIO_LE, XIL_TESTIO_BE. -* @param Swap: indicates whether to byte swap the read-in value. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ - -s32 Xil_TestIO16(u16 *Addr, s32 Length, u16 Value, s32 Kind, s32 Swap) -{ - u16 *TempAddr16; - u16 ValueIn = 0U; - s32 Index; - TempAddr16 = Addr; - Xil_AssertNonvoid(TempAddr16 != NULL); - - for (Index = 0; Index < Length; Index++) { - switch (Kind) { - case XIL_TESTIO_LE: - Xil_Out16LE((INTPTR)TempAddr16, Value); - break; - case XIL_TESTIO_BE: - Xil_Out16BE((INTPTR)TempAddr16, Value); - break; - default: - Xil_Out16((INTPTR)TempAddr16, Value); - break; - } - - ValueIn = Xil_In16((INTPTR)TempAddr16); - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap16(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - - /* second round */ - Xil_Out16((INTPTR)TempAddr16, Value); - - switch (Kind) { - case XIL_TESTIO_LE: - ValueIn = Xil_In16LE((INTPTR)TempAddr16); - break; - case XIL_TESTIO_BE: - ValueIn = Xil_In16BE((INTPTR)TempAddr16); - break; - default: - ValueIn = Xil_In16((INTPTR)TempAddr16); - break; - } - - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap16(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - TempAddr16 += sizeof(u16); - } - return 0; -} - - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 32-bit wide register IO test. Each location -* is tested by sequentially writing a 32-bit wide register, reading -* the register, and comparing value. This function tests three kinds -* of register IO functions, normal register IO, little-endian register IO, -* and big-endian register IO. When testing little/big-endian IO, -* the function perform the following sequence, Xil_Out32LE/ -* Xil_Out32BE, Xil_In32, Compare, Xil_Out32, Xil_In32LE/Xil_In32BE, Compare. -* Whether to swap the read-in value *before comparing is controlled -* by the 5th argument. -* @param Addr: a pointer to the region of memory to be tested. -* @param Length: Length of the block. -* @param Value: constant used for writing the memory. -* @param Kind: type of test. Acceptable values are: -* XIL_TESTIO_DEFAULT, XIL_TESTIO_LE, XIL_TESTIO_BE. -* @param Swap: indicates whether to byte swap the read-in value. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ -s32 Xil_TestIO32(u32 *Addr, s32 Length, u32 Value, s32 Kind, s32 Swap) -{ - u32 *TempAddr; - u32 ValueIn = 0U; - s32 Index; - TempAddr = Addr; - Xil_AssertNonvoid(TempAddr != NULL); - - for (Index = 0; Index < Length; Index++) { - switch (Kind) { - case XIL_TESTIO_LE: - Xil_Out32LE((INTPTR)TempAddr, Value); - break; - case XIL_TESTIO_BE: - Xil_Out32BE((INTPTR)TempAddr, Value); - break; - default: - Xil_Out32((INTPTR)TempAddr, Value); - break; - } - - ValueIn = Xil_In32((INTPTR)TempAddr); - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap32(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - - /* second round */ - Xil_Out32((INTPTR)TempAddr, Value); - - - switch (Kind) { - case XIL_TESTIO_LE: - ValueIn = Xil_In32LE((INTPTR)TempAddr); - break; - case XIL_TESTIO_BE: - ValueIn = Xil_In32BE((INTPTR)TempAddr); - break; - default: - ValueIn = Xil_In32((INTPTR)TempAddr); - break; - } - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap32(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - TempAddr += sizeof(u32); - } - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testio.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testio.h deleted file mode 100644 index 5a1bda3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testio.h +++ /dev/null @@ -1,76 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testio.h -* -* @addtogroup common_test_utils Test Utilities for Memory and Caches -*

I/O test

-* The xil_testio.h file contains utility functions to test endian related memory -* IO functions. -* -* A subset of the memory tests can be selected or all of the tests can be run -* in order. If there is an error detected by a subtest, the test stops and the -* failure code is returned. Further tests are not run even if all of the tests -* are selected. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00 hbm  08/05/09 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_TESTIO_H /* prevent circular inclusions */ -#define XIL_TESTIO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ - - -#define XIL_TESTIO_DEFAULT 0 -#define XIL_TESTIO_LE 1 -#define XIL_TESTIO_BE 2 - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -extern s32 Xil_TestIO8(u8 *Addr, s32 Length, u8 Value); -extern s32 Xil_TestIO16(u16 *Addr, s32 Length, u16 Value, s32 Kind, s32 Swap); -extern s32 Xil_TestIO32(u32 *Addr, s32 Length, u32 Value, s32 Kind, s32 Swap); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testmem.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testmem.c deleted file mode 100644 index aa666d1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testmem.c +++ /dev/null @@ -1,1568 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testmem.c -* @addtogroup common_test_utils -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 7.5   mus  03/10/21 Added new set of Xil_TestMem32, Xil_TestMem16 and
-*                     Xil_TestMem8 APIs to support memory test for memory
-*                     regions mapped at extended addresses
-*                     (addresses > 4 GB). These new set of APIs would be
-*                     compiled only for 32 bit Microblaze processor, if
-*                     XPAR_MICROBLAZE_ADDR_SIZE is greater than 32.
-*                     It fixes CR#1089129.
-* 7.6   mus  07/29/21 Updated Xil_TestMem8 to fix issues reported by static
-*                     analysis tool. It fixes CR#1105956.
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xil_testmem.h" -#include "xil_io.h" -#include "xil_assert.h" - -/************************** Constant Definitions ****************************/ -/************************** Function Prototypes *****************************/ - -static u32 RotateLeft(u32 Input, u8 Width); - -/* define ROTATE_RIGHT to give access to this functionality */ -/* #define ROTATE_RIGHT */ -#ifdef ROTATE_RIGHT -static u32 RotateRight(u32 Input, u8 Width); -#endif /* ROTATE_RIGHT */ - -#if defined(__MICROBLAZE__) && !defined(__arch64__) && (XPAR_MICROBLAZE_ADDR_SIZE > 32) - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 8-bit wide memory test. -* -* @param Addrlow: lower 32 bit address of memory to be tested. -* @param Addrhigh: upper 32 bit address of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem8(u32 Addrlow, u32 Addrhigh, u32 Words, u8 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u8 Val; - u8 WordMem8; - s32 Status = 0; - u64 Addr = (Addrlow + ((u64)Addrhigh << 32)); - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * select the proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from XIL_TESTMEM_INIT_VALUE - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - sbea(Addr+I, Val); - Val++; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = XIL_TESTMEM_INIT_VALUE; - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_BYTE; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - Val = (u8)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* write memory location */ - sbea(Addr+I, Val); - Val = (u8)RotateLeft(Val, 8U); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val = (u8)RotateLeft(Val, NUM_OF_BITS_IN_BYTE); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking zeros test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_BYTE; j++) { - /* - * Generate an initial value for walking ones test to test - * for bad data bits - */ - Val = (u8) (~(1U << j)); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* write memory location */ - sbea(Addr+I, Val); - Val = ~((u8)RotateLeft(~Val, NUM_OF_BITS_IN_BYTE)); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8) (~(1U << j)); - /* Read the values from each location that was written */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - - Val = ~((u8)RotateLeft(~Val, NUM_OF_BITS_IN_BYTE)); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u8) (~((INTPTR) (Addr + I))); - sbea(Addr+I, Val); - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - Val = (u8) (~((INTPTR) (Addr+I))); - if ((WordMem8 ^ Val) != 0x00U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u8)0) { - Val = 0xA5U; - } - else { - Val = Pattern; - } - /* - * Fill the memory with fixed Pattern - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - sbea(Addr+I, Val); - } - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 16-bit wide memory test. -* -* @param Addrlow: lower 32 bit address of memory to be tested. -* @param Addrhigh: upper 32 bit address of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant Pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem16(u32 Addrlow,u32 Addrhigh, u32 Words, u16 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u16 Val; - u16 WordMem16; - s32 Status = 0; - u64 Addr = (Addrlow + ((u64)Addrhigh << 32)); - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * selectthe proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'XIL_TESTMEM_INIT_VALUE' - */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* write memory location */ - shea(Addr+I, Val); - Val++; - I = I + NUM_OF_BYTES_IN_HW; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference val - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* read memory location */ - WordMem16 = lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val++; - I = I + NUM_OF_BYTES_IN_HW; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking ones test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_HW; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (u16)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW); ) { - /* write memory location */ - shea(Addr+I,Val); - Val = (u16)RotateLeft(Val, 16U); - I = I + NUM_OF_BYTES_IN_HW; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u16)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW); ) { - /* read memory location */ - WordMem16 = lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = (u16)RotateLeft(Val, NUM_OF_BITS_IN_HW); - I = I + NUM_OF_BYTES_IN_HW; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking zeros test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_HW; j++) { - /* - * Generate an initial value for walking ones - * test to test for bad - * data bits - */ - - Val = ~(1U << j); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW);) { - shea(Addr+I, Val); - Val = ~((u16)RotateLeft(~Val, 16U)); - I = I + NUM_OF_BYTES_IN_HW; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = ~(1U << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW); ) { - WordMem16= lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u16)RotateLeft(~Val, NUM_OF_BITS_IN_HW)); - I = I + NUM_OF_BYTES_IN_HW; - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* write memory location */ - Val = (u16) (~((INTPTR)((Addr+I)))); - shea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_HW; - } - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW*Words); ) { - /* read memory location */ - //WordMem16 = *(Addr+I); - WordMem16 = lhuea(Addr+I); - Val = (u16) (~((INTPTR) ((Addr+I)))); - if ((WordMem16 ^ Val) != 0x0000U) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_HW; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - if (Pattern == (u16)0) { - Val = 0xDEADU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed pattern - */ - - for (I = 0U; I < (2*Words);) { - /* write memory location */ - shea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_HW; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed pattern - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* read memory location */ - WordMem16=lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_HW; - } - } -End_Label: - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 32-bit wide memory test. -* -* @param Addrlow: lower 32 bit address of memory to be tested. -* @param Addrhigh: upper 32 bit address of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: test type selected. See xil_testmem.h for possible -* values. -* -* @return -* - 0 is returned for a pass -* - 1 is returned for a failure -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem32(u32 Addrlow, u32 Addrhigh, u32 Words, u32 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u32 Val; - u32 WordMem32; - s32 Status = 0; - u64 Addr = (Addrlow + ((u64)Addrhigh << 32)); - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= (u8)XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'XIL_TESTMEM_INIT_VALUE' - */ - for (I = 0U; I <(NUM_OF_BYTES_IN_WORD * Words);) { - swea(Addr+I, Val); - Val++; - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < ( NUM_OF_BYTES_IN_WORD * Words);) { - WordMem32 = lwea(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val++; - I = I + NUM_OF_BYTES_IN_WORD; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_WORD; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (1U << j); - - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * NUM_OF_BITS_IN_WORD);) { - /* write memory location */ - swea(Addr+I, Val); - Val = (u32) RotateLeft(Val, NUM_OF_BITS_IN_WORD); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Restore the reference 'val' to the - * initial value - */ - Val = 1U << j; - - /* Read the values from each location that was - * written */ - for (I = 0U; I < ((u32)32 * NUM_OF_BYTES_IN_WORD);) { - /* read memory location */ - - WordMem32 = lwea(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val = (u32)RotateLeft(Val, NUM_OF_BITS_IN_WORD); - I = I + NUM_OF_BYTES_IN_WORD; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible - * initial test Patterns for walking zeros test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_WORD; j++) { - - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = ~(1U << j); - - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BITS_IN_WORD * NUM_OF_BYTES_IN_WORD);) { - /* write memory location */ - swea(Addr+I, Val); - Val = ~((u32)RotateLeft(~Val, NUM_OF_BITS_IN_WORD)); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - - Val = ~(1U << j); - - /* Read the values from each location that was - * written */ - for (I = 0U; I < (NUM_OF_BITS_IN_WORD * NUM_OF_BYTES_IN_WORD);) { - /* read memory location */ - WordMem32 = lwea(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u32)RotateLeft(~Val, NUM_OF_BITS_IN_WORD)); - I = I + NUM_OF_BYTES_IN_WORD; - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - /* write memory location */ - Val = (u32) (~((INTPTR) (Addr+I))); - swea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - /* Read the location */ - WordMem32 = lwea(Addr+I); - Val = (u32) (~((INTPTR) (Addr+I))); - - if ((WordMem32 ^ Val) != 0x00000000U) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_WORD; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u32)0) { - Val = 0xDEADBEEFU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed Pattern - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - /* write memory location */ - swea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - - /* read memory location */ - - WordMem32 = lwea(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_WORD; - } - } - -End_Label: - return Status; -} - -#else -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 32-bit wide memory test. -* -* @param Addr: pointer to the region of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: test type selected. See xil_testmem.h for possible -* values. -* -* @return -* - 0 is returned for a pass -* - 1 is returned for a failure -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem32(u32 *Addr, u32 Words, u32 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u32 Val; - u32 FirtVal; - u32 WordMem32; - s32 Status = 0; - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= (u8)XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - FirtVal = XIL_TESTMEM_INIT_VALUE; - - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'FirtVal' - */ - for (I = 0U; I < Words; I++) { - *(Addr+I) = Val; - Val++; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = FirtVal; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < Words; I++) { - WordMem32 = *(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < (u32)32; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (1U << j); - - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)32; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = (u32) RotateLeft(Val, 32U); - } - - /* - * Restore the reference 'val' to the - * initial value - */ - Val = 1U << j; - - /* Read the values from each location that was - * written */ - for (I = 0U; I < (u32)32; I++) { - /* read memory location */ - - WordMem32 = *(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val = (u32)RotateLeft(Val, 32U); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible - * initial test Patterns for walking zeros test - */ - - for (j = 0U; j < (u32)32; j++) { - - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = ~(1U << j); - - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)32; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = ~((u32)RotateLeft(~Val, 32U)); - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - - Val = ~(1U << j); - - /* Read the values from each location that was - * written */ - for (I = 0U; I < (u32)32; I++) { - /* read memory location */ - WordMem32 = *(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u32)RotateLeft(~Val, 32U)); - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u32) (~((INTPTR) (&Addr[I]))); - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* Read the location */ - WordMem32 = *(Addr+I); - Val = (u32) (~((INTPTR) (&Addr[I]))); - - if ((WordMem32 ^ Val) != 0x00000000U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u32)0) { - Val = 0xDEADBEEFU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - - /* read memory location */ - - WordMem32 = *(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 16-bit wide memory test. -* -* @param Addr: pointer to the region of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant Pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem16(u16 *Addr, u32 Words, u16 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u16 Val; - u16 FirtVal; - u16 WordMem16; - s32 Status = 0; - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - FirtVal = XIL_TESTMEM_INIT_VALUE; - - /* - * selectthe proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'FirtVal' - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val++; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = FirtVal; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference val - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking ones test - */ - - for (j = 0U; j < (u32)16; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (u16)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)16; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = (u16)RotateLeft(Val, 16U); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u16)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)16; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = (u16)RotateLeft(Val, 16U); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking zeros test - */ - - for (j = 0U; j < (u32)16; j++) { - /* - * Generate an initial value for walking ones - * test to test for bad - * data bits - */ - - Val = ~(1U << j); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)16; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = ~((u16)RotateLeft(~Val, 16U)); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = ~(1U << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)16; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u16)RotateLeft(~Val, 16U)); - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u16) (~((INTPTR)(&Addr[I]))); - *(Addr+I) = Val; - } - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - Val = (u16) (~((INTPTR) (&Addr[I]))); - if ((WordMem16 ^ Val) != 0x0000U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - if (Pattern == (u16)0) { - Val = 0xDEADU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed pattern - */ - - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed pattern - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} - - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 8-bit wide memory test. -* -* @param Addr: pointer to the region of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem8(u8 *Addr, u32 Words, u8 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u8 Val; - u8 FirtVal; - u8 WordMem8; - s32 Status = 0; - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - FirtVal = XIL_TESTMEM_INIT_VALUE; - - /* - * select the proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'FirtVal' - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val++; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = FirtVal; - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < (u32)8; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - Val = (u8)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < (u32)8; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = (u8)RotateLeft(Val, 8U); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)8; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val = (u8)RotateLeft(Val, 8U); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking zeros test - */ - - for (j = 0U; j < (u32)8; j++) { - /* - * Generate an initial value for walking ones test to test - * for bad data bits - */ - Val = (u8) (~(1U << j)); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < (u32)8; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = ~((u8)RotateLeft(~Val, 8U)); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8) (~(1U << j)); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)8; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - - Val = ~((u8)RotateLeft(~Val, 8U)); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u8) (~((INTPTR) (&Addr[I]))); - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - Val = (u8) (~((INTPTR) (&Addr[I]))); - if ((WordMem8 ^ Val) != 0x00U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u8)0) { - Val = 0xA5U; - } - else { - Val = Pattern; - } - /* - * Fill the memory with fixed Pattern - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - } - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} -#endif - -/*****************************************************************************/ -/** -* -* @brief Rotates the provided value to the left one bit position -* -* @param Input is value to be rotated to the left -* @param Width is the number of bits in the input data -* -* @return The resulting unsigned long value of the rotate left -* -* -*****************************************************************************/ -static u32 RotateLeft(u32 Input, u8 Width) -{ - u32 Msb; - u32 ReturnVal; - u32 WidthMask; - u32 MsbMask; - u32 LocalInput = Input; - - /* - * set up the WidthMask and the MsbMask - */ - - MsbMask = 1U << (Width - 1U); - - WidthMask = (MsbMask << (u32)1) - (u32)1; - - /* - * set the Width of the Input to the correct width - */ - - LocalInput = LocalInput & WidthMask; - - Msb = LocalInput & MsbMask; - - ReturnVal = LocalInput << 1U; - - if (Msb != 0x00000000U) { - ReturnVal = ReturnVal | (u32)0x00000001; - } - - ReturnVal = ReturnVal & WidthMask; - - return ReturnVal; - -} - -#ifdef ROTATE_RIGHT -/*****************************************************************************/ -/** -* -* @brief Rotates the provided value to the right one bit position -* -* @param Input: value to be rotated to the right -* @param Width: number of bits in the input data -* -* @return -* The resulting u32 value of the rotate right -* -*****************************************************************************/ -static u32 RotateRight(u32 Input, u8 Width) -{ - u32 Lsb; - u32 ReturnVal; - u32 WidthMask; - u32 MsbMask; - u32 LocalInput = Input; - /* - * set up the WidthMask and the MsbMask - */ - - MsbMask = 1U << (Width - 1U); - - WidthMask = (MsbMask << 1U) - 1U; - - /* - * set the width of the input to the correct width - */ - - LocalInput = LocalInput & WidthMask; - - ReturnVal = LocalInput >> 1U; - - Lsb = LocalInput & 0x00000001U; - - if (Lsb != 0x00000000U) { - ReturnVal = ReturnVal | MsbMask; - } - - ReturnVal = ReturnVal & WidthMask; - - return ReturnVal; - -} -#endif /* ROTATE_RIGHT */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testmem.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testmem.h deleted file mode 100644 index 7e29233..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_testmem.h +++ /dev/null @@ -1,165 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testmem.h -* @addtogroup common_test_utils Test Utilities for Memory and Caches -* -* - Cache test: xil_testcache.h contains utility functions to test cache. -* -* - I/O test: The Xil_testio.h file contains endian related memory IO functions. A -* subset of the memory tests can be selected or all of the tests can be run in order. -* If there is an error detected by a subtest, the test stops and the failure code is -* returned. Further tests are not run even if all of the tests are selected. -* -* - Memory test: The xil_testmem.h file contains utility functions to test memory. -* A subset of the memory tests can be selected or all of the tests can be run -* in order. If there is an error detected by a subtest, the test stops and the -* failure code is returned. Further tests are not run even if all of the tests are selected. -* -* -* Following list describes the supported memory tests: -* -* - XIL_TESTMEM_ALLMEMTESTS: This test runs all of the subtests. -* -* - XIL_TESTMEM_INCREMENT: This test -* starts at 'XIL_TESTMEM_INIT_VALUE' and uses the incrementing value as the -* test value for memory. -* -* - XIL_TESTMEM_WALKONES: Also known as the Walking ones test. This test -* uses a walking '1' as the test value for memory. -* @code -* location 1 = 0x00000001 -* location 2 = 0x00000002 -* ... -* @endcode -* -* - XIL_TESTMEM_WALKZEROS: Also known as the Walking zero's test. -* This test uses the inverse value of the walking ones test -* as the test value for memory. -* @code -* location 1 = 0xFFFFFFFE -* location 2 = 0xFFFFFFFD -* ... -*@endcode -* -* - XIL_TESTMEM_INVERSEADDR: Also known as the inverse address test. -* This test uses the inverse of the address of the location under test -* as the test value for memory. -* -* - XIL_TESTMEM_FIXEDPATTERN: Also known as the fixed pattern test. -* This test uses the provided patters as the test value for memory. -* If zero is provided as the pattern the test uses '0xDEADBEEF". -* -* @warning -* The tests are DESTRUCTIVE. Run before any initialized memory spaces -* have been set up. -* The address provided to the memory tests is not checked for -* validity except for the NULL case. It is possible to provide a code-space -* pointer for this test to start with and ultimately destroy executable code -* causing random failures. -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 7.5   mus  03/10/21 Added new set of Xil_TestMem32, Xil_TestMem16 and
-*                     Xil_TestMem8 APIs to support memory test for memory
-*                     regions mapped at extended addresses
-*                     (addresses > 4 GB). These new set of APIs would be
-*                     compiled only for 32 bit Microblaze processor, if
-*                     XPAR_MICROBLAZE_ADDR_SIZE is greater than 32.
-*                     It fixes CR#1089129.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_TESTMEM_H /* prevent circular inclusions */ -#define XIL_TESTMEM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xparameters.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - -/* xutil_memtest defines */ - -#define XIL_TESTMEM_INIT_VALUE 1U - -/** @name Memory subtests - * @{ - */ -/** - * See the detailed description of the subtests in the file description. - */ -#define XIL_TESTMEM_ALLMEMTESTS 0x00U -#define XIL_TESTMEM_INCREMENT 0x01U -#define XIL_TESTMEM_WALKONES 0x02U -#define XIL_TESTMEM_WALKZEROS 0x03U -#define XIL_TESTMEM_INVERSEADDR 0x04U -#define XIL_TESTMEM_FIXEDPATTERN 0x05U -#define XIL_TESTMEM_MAXTEST XIL_TESTMEM_FIXEDPATTERN -/* @} */ - -#if !defined(__aarch64__) && !defined(__arch64__) -#define NUM_OF_BITS_IN_BYTE 8U -#define NUM_OF_BYTES_IN_HW 2U -#define NUM_OF_BITS_IN_HW 16U -#define NUM_OF_BYTES_IN_WORD 4U -#define NUM_OF_BITS_IN_WORD 32U -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/** - *@endcond - */ - -/************************** Function Prototypes ******************************/ - -/* xutil_testmem prototypes */ -#if defined(__MICROBLAZE__) && !defined(__arch64__) && (XPAR_MICROBLAZE_ADDR_SIZE > 32) -extern s32 Xil_TestMem32(u32 AddrLow, u32 AddrHigh, u32 Words, u32 Pattern, u8 Subtest); -extern s32 Xil_TestMem16(u32 AddrLow, u32 AddrHigh, u32 Words, u16 Pattern, u8 Subtest); -extern s32 Xil_TestMem8(u32 AddrLow, u32 AddrHigh, u32 Words, u8 Pattern, u8 Subtest); -#else -extern s32 Xil_TestMem32(u32 *Addr, u32 Words, u32 Pattern, u8 Subtest); -extern s32 Xil_TestMem16(u16 *Addr, u32 Words, u16 Pattern, u8 Subtest); -extern s32 Xil_TestMem8(u8 *Addr, u32 Words, u8 Pattern, u8 Subtest); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_types.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_types.h deleted file mode 100644 index 1d18bfb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_types.h +++ /dev/null @@ -1,203 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_types.h -* -* @addtogroup common_types Basic Data types for Xilinx® Software IP -* -* The xil_types.h file contains basic types for Xilinx software IP. These data types -* are applicable for all processors supported by Xilinx. -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 First release
-* 3.03a sdm  05/30/11 Added Xuint64 typedef and XUINT64_MSW/XUINT64_LSW macros
-* 5.00 	pkp  05/29/14 Made changes for 64 bit architecture
-*	srt  07/14/14 Use standard definitions from stdint.h and stddef.h
-*		      Define LONG and ULONG datatypes and mask values
-* 7.00  mus  01/07/19 Add cpp extern macro
-* 7.1   aru  08/19/19 Shift the value in UPPER_32_BITS only if it
-*                     is 64-bit processor
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_TYPES_H /* prevent circular inclusions */ -#define XIL_TYPES_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -/************************** Constant Definitions *****************************/ - -#ifndef TRUE -# define TRUE 1U -#endif - -#ifndef FALSE -# define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -#define XIL_COMPONENT_IS_READY 0x11111111U /**< In device drivers, This macro will be - assigend to "IsReady" member of driver - instance to indicate that driver - instance is initialized and ready to use. */ -#define XIL_COMPONENT_IS_STARTED 0x22222222U /**< In device drivers, This macro will be assigend to - "IsStarted" member of driver instance - to indicate that driver instance is - started and it can be enabled. */ - -/* @name New types - * New simple types. - * @{ - */ -#ifndef __KERNEL__ -#ifndef XBASIC_TYPES_H -/* - * guarded against xbasic_types.h. - */ -typedef uint8_t u8; -typedef uint16_t u16; -typedef uint32_t u32; -/** @}*/ -#define __XUINT64__ -typedef struct -{ - u32 Upper; - u32 Lower; -} Xuint64; - - -/*****************************************************************************/ -/** -* @brief Return the most significant half of the 64 bit data type. -* -* @param x is the 64 bit word. -* -* @return The upper 32 bits of the 64 bit word. -* -******************************************************************************/ -#define XUINT64_MSW(x) ((x).Upper) - -/*****************************************************************************/ -/** -* @brief Return the least significant half of the 64 bit data type. -* -* @param x is the 64 bit word. -* -* @return The lower 32 bits of the 64 bit word. -* -******************************************************************************/ -#define XUINT64_LSW(x) ((x).Lower) - -#endif /* XBASIC_TYPES_H */ - -/* - * xbasic_types.h does not typedef s* or u64 - */ -/** @{ */ -typedef char char8; -typedef int8_t s8; -typedef int16_t s16; -typedef int32_t s32; -typedef int64_t s64; -typedef uint64_t u64; -typedef int sint32; - -typedef intptr_t INTPTR; -typedef uintptr_t UINTPTR; -typedef ptrdiff_t PTRDIFF; -/** @}*/ -#if !defined(LONG) || !defined(ULONG) -typedef long LONG; -typedef unsigned long ULONG; -#endif - -#define ULONG64_HI_MASK 0xFFFFFFFF00000000U -#define ULONG64_LO_MASK ~ULONG64_HI_MASK - -#else -#include -#endif - -/** @{ */ -/** - * This data type defines an interrupt handler for a device. - * The argument points to the instance of the component - */ -typedef void (*XInterruptHandler) (void *InstancePtr); - -/** - * This data type defines an exception handler for a processor. - * The argument points to the instance of the component - */ -typedef void (*XExceptionHandler) (void *InstancePtr); - -/** - * @brief Returns 32-63 bits of a number. - * @param n : Number being accessed. - * @return Bits 32-63 of number. - * - * @note A basic shift-right of a 64- or 32-bit quantity. - * Use this to suppress the "right shift count >= width of type" - * warning when that quantity is 32-bits. - */ -#if defined (__aarch64__) || defined (__arch64__) -#define UPPER_32_BITS(n) ((u32)(((n) >> 16) >> 16)) -#else -#define UPPER_32_BITS(n) 0U -#endif -/** - * @brief Returns 0-31 bits of a number - * @param n : Number being accessed. - * @return Bits 0-31 of number - */ -#define LOWER_32_BITS(n) ((u32)(n)) - - - - -/************************** Constant Definitions *****************************/ - -#ifndef TRUE -#define TRUE 1U -#endif - -#ifndef FALSE -#define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** - *@endcond - */ -/** -* @} End of "addtogroup common_types". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_util.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_util.c deleted file mode 100644 index d1c27df..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_util.c +++ /dev/null @@ -1,765 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2019 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_util.c -* -* This file contains xil utility functions -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.4   mmd      04/21/19 First release.
-* 7.2   nava     08/01/20 Updated Xil_WaitForEvent() and Xil_WaitForEvents(()
-*                         API to use microsecond timeout instead of a free
-*                         counter.
-* 7.3   kal      06/30/20 Converted Xil_Ceil macro to API.
-*       rpo      08/19/20 Added function for read,modify,write
-*       kal      09/22/20 Changed the param type from const char to const char*
-*                         to avoid copying key onto stack
-*       td       10/16/20 Added Xil_Strcpy, Xil_Strcat, Xil_SecureMemCpy and
-*                         Xil_MemCmp functions
-* 7.4   am       11/26/20 Added Xil_StrCpyRange function
-* 7.6   kpt      07/15/21 Added Xil_SecureZeroize function
-*
-* 
-* -*****************************************************************************/ - -/****************************** Include Files *********************************/ -#include "xil_util.h" -#include "sleep.h" - -/************************** Constant Definitions ****************************/ -#define MAX_NIBBLES 8U - -/************************** Function Prototypes *****************************/ - -/******************************************************************************/ -/** -* This API ceils the provided float value. -* -* @param Value is a float variable which has to ceiled to nearest -* integer. -* -* @return Returns ceiled value. -* -*******************************************************************************/ -int Xil_Ceil(float Value) -{ - int Result = Value; - - if (Value > Result) { - Result = Result + 1; - } - - return Result; -} - -/****************************************************************************/ -/** - * Converts the char into the equivalent nibble. - * Ex: 'a' -> 0xa, 'A' -> 0xa, '9'->0x9 - * - * @param InChar - Input character to be converted to nibble. - * Valid characters are between 0-9, a-f, A-F - * @param Num - Memory location where nibble is to be stored - * - * @return - * XST_SUCCESS - Character converted to nibble - * XST_FAILURE - Invalid input character - * - * @note None. - * - *****************************************************************************/ - -u32 Xil_ConvertCharToNibble(u8 InChar, u8 *Num) -{ - u32 Status; - - /* Convert the char to nibble */ - if ((InChar >= (u8)'0') && (InChar <= (u8)'9')) { - *Num = InChar - (u8)'0'; - Status = XST_SUCCESS; - } - else if ((InChar >= (u8)'a') && (InChar <= (u8)'f')) { - *Num = InChar - (u8)'a' + 10U; - Status = XST_SUCCESS; - } - else if ((InChar >= (u8)'A') && (InChar <= (u8)'F')) { - *Num = InChar - (u8)'A' + 10U; - Status = XST_SUCCESS; - } - else { - Status = XST_FAILURE; - } - - return Status; -} - -/****************************************************************************/ -/* - * Converts the string into the equivalent Hex buffer. - * Ex: "abc123" -> {0xab, 0xc1, 0x23} - * - * @param Str - Pointer to string to be converted to Hex. - * Accepted characters in string are between 0-9, a-f and A-F - * @param Buf - Pointer to memory location where converted hex values are to - * be stored. - * @param Len - Length of input string - * - * @return - * XST_SUCCESS - Input string is converted to hex - * XST_FAILURE - Invalid character in inpit string - * - * @note None. - * - *****************************************************************************/ -u32 Xil_ConvertStringToHex(const char *Str, u32 *buf, u8 Len) -{ - u32 Status = XST_FAILURE; - u8 ConvertedLen = 0U, index = 0U; - u8 Nibble[MAX_NIBBLES] = {0U}; - u8 i; - - while (ConvertedLen < Len) { - for (i = 0U; i < MAX_NIBBLES; i++) { - Status = Xil_ConvertCharToNibble(Str[ConvertedLen], - &Nibble[i]); - ConvertedLen = ConvertedLen +1U; - if (Status != XST_SUCCESS) { - /* Error converting char to nibble */ - goto END; - } - } - - buf[index] = ((Nibble[0] << (u8)28U) | (Nibble[1] << (u8)24U) | - (Nibble[2] << (u8)20U) | (Nibble[3] << (u8)16U) | - (Nibble[4] << (u8)12U) | (Nibble[5] << (u8)8U) | - (Nibble[6] << (u8)4U) | (u32)Nibble[7]); - index++; - } -END: - return Status; -} - -/****************************************************************************/ -/* - * Waits for the event - * - * @param RegAddr - Address of register to be checked for event(s) occurrence - * @param EventMask - Mask indicating event(s) to be checked - * @param Event - Specific event(s) value to be checked - * @param Timeout - Max number of microseconds to wait for an event(s). - * - * @return - * XST_SUCCESS - On occurrence of the event(s). - * XST_FAILURE - Event did not occur before counter reaches 0 - * - * @note None. - * - *****************************************************************************/ -u32 Xil_WaitForEvent(u32 RegAddr, u32 EventMask, u32 Event, u32 Timeout) -{ - u32 EventStatus; - u32 PollCount = Timeout; - u32 Status = XST_FAILURE; - - while(PollCount > 0) { - EventStatus = Xil_In32(RegAddr) & EventMask; - if (EventStatus == Event) { - Status = XST_SUCCESS; - break; - } - PollCount--; - usleep(1U); - } - - return Status; -} - - -/******************************************************************************/ -/** - * Waits for the events. Returns on occurrence of first event / timeout. - * - * @param EventsRegAddr - Address of register to be checked for event(s) - * occurrence - * @param EventsMask - Mask indicating event(s) to be checked - * @param WaitEvents - Specific event(s) to be checked - * @param Timeout - Max number of microseconds to wait for an event(s). - * @param Events - Mask of Events occurred returned in memory pointed by - * this variable - * - * @return - * XST_SUCCESS - On occurrence of the event(s). - * XST_FAILURE - Event did not occur before counter reaches 0 - * - ******************************************************************************/ -u32 Xil_WaitForEvents(u32 EventsRegAddr, u32 EventsMask, u32 WaitEvents, - u32 Timeout, u32* Events) -{ - u32 EventStatus; - u32 PollCount = Timeout; - u32 Status = XST_TIMEOUT; - - *Events = 0x00; - do { - EventStatus = Xil_In32(EventsRegAddr); - EventStatus &= EventsMask; - if(EventStatus & WaitEvents) { - Status = XST_SUCCESS; - *Events = EventStatus; - break; - } - PollCount--; - usleep(1U); - } - while(PollCount > 0); - - return Status; -} - -/******************************************************************************/ -/** - * Checks whether the passed character is a valid hex digit - * - * @param Ch - Pointer to the input character - * - * @return - * XST_SUCCESS - on valid hex digit - * XST_FAILURE - on invalid hex digit - * - * @note None. - * - ******************************************************************************/ -u32 Xil_IsValidHexChar(const char *Ch) -{ - u32 Status = XST_FAILURE; - - if(NULL == Ch) { - goto END; - } - if ((*Ch >= '0' && *Ch <='9')|| - (*Ch >= 'a' && *Ch <='f')|| - (*Ch >= 'A' && *Ch <='F')) { - - Status = XST_SUCCESS; - } -END: - return Status; -} - -/******************************************************************************/ -/** - * Validate the input string contains only hexadecimal characters - * - * @param HexStr - Pointer to string to be validated - * - * @return - * XST_SUCCESS - On valid input hex string - * XST_INVALID_PARAM - On invalid length of the input string - * XST_FAILURE - On non hexadecimal character in string - * - * @note None - * - ******************************************************************************/ -u32 Xil_ValidateHexStr(const char *HexStr) -{ - u32 Idx; - u32 Len; - u32 Status = XST_INVALID_PARAM; - - if(NULL == HexStr) { - goto END; - } - - Len = Xil_Strnlen(HexStr, XIL_MAX_HEX_STR_LEN + 1U); - if (Len > XIL_MAX_HEX_STR_LEN) { - goto END; - } - - for (Idx = 0U; Idx < Len; Idx++) { - Status = Xil_IsValidHexChar(&HexStr[Idx]); - if (Status != XST_SUCCESS) { - break; - } - } - -END: - return Status; -} - -/****************************************************************************/ -/** - * Converts the string into the equivalent Hex buffer. - * Ex: "abc123" -> {0xab, 0xc1, 0x23} - * - * @param Str is a Input String. Will support the lower and upper case values. - * Value should be between 0-9, a-f and A-F - * @param Buf is Output buffer. - * @param Len of the input string. Should have even values - * - * @return - * - XST_SUCCESS no errors occurred. - * - XST_FAILURE an error when input parameters are not valid - * - an error when input buffer has invalid values - * - * TDD Test Cases: - * ---Initialization--- - * Len is odd - * Len is zero - * Str is NULL - * Buf is NULL - * ---Functionality--- - * Str input with only numbers - * Str input with All values in A-F - * Str input with All values in a-f - * Str input with values in a-f, 0-9, A-F - * Str input with values in a-z, 0-9, A-Z - * Boundary Cases - * Memory Bounds of buffer checking - * ****************************************************************************/ -u32 Xil_ConvertStringToHexBE(const char *Str, u8 *Buf, u32 Len) -{ - u32 ConvertedLen; - u8 LowerNibble = 0U; - u8 UpperNibble = 0U; - u32 Status = (u32)XST_FAILURE; - - if ((Str == NULL) || (Buf == NULL)) { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - - if ((Len == 0U) || ((Len % XIL_SIZE_OF_BYTE_IN_BITS) != 0U)) { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - - if(Len != (strlen(Str) * XIL_SIZE_OF_NIBBLE_IN_BITS)) { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - - ConvertedLen = 0U; - while (ConvertedLen < (Len / XIL_SIZE_OF_NIBBLE_IN_BITS)) { - if (Xil_ConvertCharToNibble(Str[ConvertedLen],&UpperNibble) - == (u32)XST_SUCCESS) { - if (Xil_ConvertCharToNibble(Str[ConvertedLen+1], - &LowerNibble) == (u32)XST_SUCCESS) { - Buf[ConvertedLen/2] = - (UpperNibble << XIL_SIZE_OF_NIBBLE_IN_BITS) | - LowerNibble; - } - else { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - } - else { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - ConvertedLen += 2U; - } - Status = (u32)XST_SUCCESS; -END: - return Status; -} - -/******************************************************************************/ -/** - * Converts the string into the equivalent Hex buffer. - * Ex: "abc123" -> {0x23, 0xc1, 0xab} - * - * @param Str - Input String to be converted to hex number in little - * endian format. Valid characters of input strin are between - * 0-9, a-f and A-F - * @param Buf - Pointer to memory location where converted hex numbers are to - * be stored. - * @param Len - Expected number of output bits - * - * @return - * XST_SUCCESS - Input string is converted to hex number(s) - * XST_FAILURE - Invalid input character detected in input string - * - * @note - * - ******************************************************************************/ -u32 Xil_ConvertStringToHexLE(const char *Str, u8 *Buf, u32 Len) -{ - u32 ConvertedLen; - u8 LowerNibble = 0U; - u8 UpperNibble = 0U; - u32 StrIndex; - u32 Status = XST_FAILURE; - - if ((NULL == Str) || (NULL == Buf)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if ((Len == 0U) || ((Len % XIL_SIZE_OF_BYTE_IN_BITS) != 0U)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if(Len != (strlen(Str) * XIL_SIZE_OF_NIBBLE_IN_BITS)) { - Status = XST_INVALID_PARAM; - goto END; - } - - StrIndex = (Len / XIL_SIZE_OF_BYTE_IN_BITS) - 1U; - ConvertedLen = 0U; - while (ConvertedLen < (Len / XIL_SIZE_OF_NIBBLE_IN_BITS)) { - Status = Xil_ConvertCharToNibble(Str[ConvertedLen], - &UpperNibble); - if (XST_SUCCESS == Status) { - Status = Xil_ConvertCharToNibble(Str[ConvertedLen + 1], - &LowerNibble); - if (XST_SUCCESS == Status) { - Buf[StrIndex] = - (UpperNibble << XIL_SIZE_OF_NIBBLE_IN_BITS) | - LowerNibble; - StrIndex = StrIndex - 1U; - } - else { - Status = XST_INVALID_PARAM; - goto END; - } - } - else { - Status = XST_INVALID_PARAM; - goto END; - } - ConvertedLen += 2U; - } - - Status = XST_SUCCESS; -END: - return Status; -} - -/******************************************************************************/ -/** - * Returns the length of input string. - * - * @param Str - Input string - * @param MaxLen - Maximum expected length of the input string - * - * @return - * Returns length of the input string if length is less than MaxLen. - * Returns MaxLen if the length of the input string is >= MaxLen. - * - * @note - * - ******************************************************************************/ -u32 Xil_Strnlen(const char *Str, u32 MaxLen) -{ - const char *InStr = Str; - u32 StrLen = 0U; - - if (NULL == Str) { - goto END; - } - - while(StrLen < MaxLen) { - if ('\0' == *InStr) { - break; - } - StrLen++; - InStr++; - } - -END: - return StrLen; -} - -/*****************************************************************************/ -/** - * @brief This function will Read, Modify and Write to an address. - * - * @param Addr denotes Address - * @param Mask denotes the bits to be modified - * @param Value is the value to be written to the address - * - * @return None - * - *****************************************************************************/ -void Xil_UtilRMW32(u32 Addr, u32 Mask, u32 Value) -{ - u32 Val; - - Val = Xil_In32(Addr); - Val = (Val & (~Mask)) | (Mask & Value); - Xil_Out32(Addr, Val); -} - -/*****************************************************************************/ -/** - * @brief This functions copies source string to destination string. This - * function is a safe version of strcpy - * - * @param DestPtr is pointer to destination string - * @param SrcPtr is pointer to source string - * @param Size is the maximum number of bytes of the source string - * to be copied - * - * @return XST_SUCCESS on success and error code on failure - * - ******************************************************************************/ -int Xil_Strcpy(char *DestPtr, const char *SrcPtr, const u32 Size) -{ - int Status = XST_FAILURE; - u32 Count; - - if ((SrcPtr == NULL) || (DestPtr == NULL) || (Size == 0U)) { - goto END; - } - - for (Count = 0U; (SrcPtr[Count] != '\0') && (Count < Size); ++Count) { - DestPtr[Count] = SrcPtr[Count]; - } - if (Count == Size) { - DestPtr[0U] = '\0'; - goto END; - } - DestPtr[Count] = '\0'; - Status = XST_SUCCESS; - -END: - return Status; -} - -/****************************************************************************/ -/** - * @brief Copies specified range from source string to destination string - * - * @param Src is a pointer to source string - * @param Dst is a pointer to destination string - * @param From is 0 based index from where string copy starts - * @param To is 0 based index till which string is copied - * @param MaxSrcLen is the maximum length of source string - * @param MaxDstLen is the maximum length of destination string - * - * @return XST_SUCCESS on success - * XST_FAILURE on failure - * - * @note None - * - ****************************************************************************/ -int Xil_StrCpyRange(const u8 *Src, u8 *Dst, u32 From, u32 To, u32 MaxSrcLen, - u32 MaxDstLen) -{ - int Status = XST_FAILURE; - u32 SrcLength; - u32 Index; - - if ((Src == NULL) || (Dst == NULL)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if ((To >= MaxSrcLen) || (To < From)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if ((To - From + 1U) >= MaxDstLen) { - Status = XST_INVALID_PARAM; - goto END; - } - - SrcLength = Xil_Strnlen((const char *)Src, MaxSrcLen); - if (To >= SrcLength) { - Status = XST_INVALID_PARAM; - goto END; - } - - for (Index = From; Index <= To && Src[Index]!= '\0'; Index++) { - Dst[Index - From] = Src[Index]; - } - - Dst[Index - From] = '\0'; - Status = XST_SUCCESS; - -END: - return Status; -} - -/*****************************************************************************/ -/** - * @brief This function appends string2 to string1. This function is a safe - * version of strcat - * - * @param Str1Ptr is pointer to string1 - * @param Str2Ptr is pointer to string2 - * @param Size is the maximum number of bytes Str1 can hold - * - * @return XST_SUCCESS on success and error code on failure - * - ******************************************************************************/ -int Xil_Strcat(char* Str1Ptr, const char* Str2Ptr, const u32 Size) -{ - int Status = XST_FAILURE; - u32 Count = 0U; - u32 CountTmp = 0U; - - if ((Str1Ptr == NULL) || (Str2Ptr == NULL) || (Size == 0U)) { - goto END; - } - - while ((Count < Size) && (Str1Ptr[Count] != '\0')) { - Count++; - } - - while ((Str2Ptr[CountTmp] != '\0') && (Count < Size)) { - Str1Ptr[Count++] = Str2Ptr[CountTmp++]; - } - if (Count == Size) { - Str1Ptr[0U] = '\0'; - goto END; - } - Str1Ptr[Count] = '\0'; - Status = XST_SUCCESS; - -END: - return Status; -} - -/*****************************************************************************/ -/** - * @brief This function copies Len bytes from source memory to destination - * memory. If Len is greater than DestPtrLen, then DestPtr is also - * filled with 0s till DestPtrLen bytes and is considered as a failure. - * This function is a secure implementation of memcpy - * - * @param DestPtr is pointer to destination address - * @param DestPtrLen is the memory alloted to the destination buffer - * @param SrcPtr is pointer to source address - * @param Len is number of bytes to be copied - * - * @return XST_SUCCESS on success and error code on failure - * - ******************************************************************************/ -int Xil_SecureMemCpy(void * DestPtr, u32 DestPtrLen, const void * SrcPtr, u32 Len) -{ - int Status = XST_FAILURE; - u8 *Dest = (u8 *)DestPtr; - const u8 *Src = (const u8 *)SrcPtr; - - if ((DestPtr == NULL) || (SrcPtr == NULL)) { - goto END; - } - - if (Len > DestPtrLen) { - while (DestPtrLen != 0U) { - *Dest = 0U; - Dest++; - DestPtrLen--; - } - goto END; - } - - /* Loop and copy. */ - while (Len != 0U) { - *Dest = *Src; - Dest++; - Src++; - Len--; - } - Status = XST_SUCCESS; - -END: - return Status; -} - -/*****************************************************************************/ -/** - * @brief This function compares Len bytes from memory1 and memory2. This - * function is a secure implementation of memcmp - * - * @param Buf1Ptr is pointer to memory1 - * @param Buf2Ptr is pointer to memory2 - * @param Len is number of byets to be compared - * - * @return 0 if contents of both the memory regions are same, - * -1 if first non-matching character has lower value in Buf1Ptr - * 1 if first non-matching character is greater value in Buf1Ptr - * - ******************************************************************************/ -int Xil_MemCmp(const void * Buf1Ptr, const void * Buf2Ptr, u32 Len) -{ - volatile int RetVal = 1; - const u8 *Buf1 = Buf1Ptr; - const u8 *Buf2 = Buf2Ptr; - u32 Size = Len; - - /* Assert validates the input arguments */ - if ((Buf1 == NULL) || (Buf2 == NULL) || (Len == 0x0U)) { - goto END; - } - - /* Loop and compare */ - while (Size != 0U) { - if (*Buf1 > *Buf2) { - RetVal = 1; - goto END; - } else if (*Buf1 < *Buf2) { - RetVal = -1; - goto END; - } else { - Buf1++; - Buf2++; - Size--; - } - } - - /* Make sure size is zero to know the whole of data is compared */ - if (Size == 0U) { - RetVal = 0; - } - -END: - return RetVal; -} - -/*****************************************************************************/ -/** - * @brief This function is used to zeroize the memory - * - * @param DataPtr Pointer to the memory which need to be zeroized. - * @param Length Length of the data in bytes. - * - * @return - * - XST_SUCCESS: If Zeroization is successful. - * - XST_FAILURE: If Zeroization is not successful. - ********************************************************************************/ -int Xil_SecureZeroize(u8 *DataPtr, const u32 Length) -{ - u32 Index; - int Status = XST_FAILURE; - - /* Clear the data */ - (void)memset(DataPtr, 0, Length); - - /* Read it back to verify */ - for (Index = 0U; Index < Length; Index++) { - if (DataPtr[Index] != 0x00U) { - goto END; - } - } - if (Index == Length) { - Status = XST_SUCCESS; - } - -END: - return Status; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_util.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_util.h deleted file mode 100644 index e22e04d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xil_util.h +++ /dev/null @@ -1,181 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2019 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_util.h -* @addtogroup common_utilities Common Utility APIs -* @{ -* @details -* -* This file contains xil utility functions declaration -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.4   mmd      04/21/19 First release.
-* 6.5   kal      02/29/20 Added Xil_ConvertStringToHexBE API
-* 7.3   kal      06/30/20 Converted Xil_Ceil macro to API
-*       rpo      08/19/20 Added function for read, modify and write
-*       bsv      08/21/20 Added XSECURE_TEMPORAL_CHECK macro to add
-*                         redundancy in security critical functions, to avoid
-*                         glitches from altering the return values of security
-*                         critical functions. The macro requires a label to be
-*                         passed to "go to" in case of error.
-*      kpt       09/03/20 Added XSECURE_TEMPORAL_IMPL macro for redundancy
-*      kal       09/22/20 Changed the param type from const char to const char*
-*                         to avoid copying key onto stack
-*      td        10/16/20 Added Xil_Strcpy, Xil_Strcat, Xil_SecureMemCpy and
-*                         Xil_MemCmp functions
-*      am        10/13/20 Resolved Coverity warning
-*      td        11/19/20 Updated XSECURE_TEMPORAL_CHECK and
-*                         XSECURE_TEMPORAL_IMPL to fix MISRA C Rule 15.3
-* 7.4  am        11/26/20 Added Xil_StrCpyRange function
-* 7.6  kpt       07/15/21 Added Xil_SecureZeroize function
-*
-* 
-* -*****************************************************************************/ - -#ifndef XIL_UTIL_H_ -#define XIL_UTIL_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_types.h" -#include "xil_io.h" -#include "xstatus.h" - -/*************************** Constant Definitions *****************************/ -#define XIL_SIZE_OF_NIBBLE_IN_BITS 4U -#define XIL_SIZE_OF_BYTE_IN_BITS 8U - -/* Maximum string length handled by Xil_ValidateHexStr function */ -#define XIL_MAX_HEX_STR_LEN 512U - - -/****************** Macros (Inline Functions) Definitions *********************/ -#ifdef __GNUC__ -/******************************************************************************/ -/** - * - * Updates the return value of the called function into Var and VarTmp variables - * for redundancy. This is to avoid glitches from altering the return values of - * security critical functions. - * - * @param Var is the variable which holds the return value of function - * executed - * @param VarTmp is the variable which holds the value stored in Var - * @param Function is the function to be executed - * @param Other params are arguments to the called function - * - * @return None - * - ******************************************************************************/ -#define XSECURE_TEMPORAL_IMPL(Var, VarTmp, Function, ...) \ - { \ - Var = XST_FAILURE; \ - VarTmp = XST_FAILURE; \ - Var = Function(__VA_ARGS__); \ - VarTmp = Var; \ - } - -/******************************************************************************/ -/** - * - * Adds redundancy while checking the status of the called function. - * This is to avoid glitches from altering the return values of security - * critical functions. The macro requires a label to be passed to "go to" - * in case of error. - * - * @param Label is the label defined in function and the control - * will jump to the label in case of XST_FAILURE - * @param Status is the variable which holds the return value of - * function executed - * @param Function is the function to be executed - * @param Other params are arguments to the called function - * - * @return None - * - ******************************************************************************/ -#define XSECURE_TEMPORAL_CHECK(Label, Status, Function, ...) \ - { \ - volatile int StatusTmp = XST_FAILURE; \ - XSECURE_TEMPORAL_IMPL(Status, StatusTmp, Function, __VA_ARGS__); \ - if ((Status != XST_SUCCESS) || \ - (StatusTmp != XST_SUCCESS)) { \ - Status |= StatusTmp;\ - goto Label; \ - } \ - } -#endif - -/*************************** Function Prototypes ******************************/ -/* Ceils the provided float value */ -int Xil_Ceil(float Value); - -/* Converts input character to nibble */ -u32 Xil_ConvertCharToNibble(u8 InChar, u8 *Num); - -/* Convert input hex string to array of 32-bits integers */ -u32 Xil_ConvertStringToHex(const char *Str, u32 *buf, u8 Len); - -/* Waits for specified event */ -u32 Xil_WaitForEvent(u32 RegAddr, u32 EventMask, u32 Event, u32 Timeout); - -/* Waits for specified events */ -u32 Xil_WaitForEvents(u32 EventsRegAddr, u32 EventsMask, u32 WaitEvents, - u32 Timeout, u32* Events); - -/* Validate input hex character */ -u32 Xil_IsValidHexChar(const char *Ch); - -/* Validate the input string contains only hexadecimal characters */ -u32 Xil_ValidateHexStr(const char *HexStr); - -/* Convert string to hex numbers in little enidian format */ -u32 Xil_ConvertStringToHexLE(const char *Str, u8 *Buf, u32 Len); - -/* Returns length of the input string */ -u32 Xil_Strnlen(const char *Str, u32 MaxLen); - -/* Convert string to hex numbers in big endian format */ -u32 Xil_ConvertStringToHexBE(const char * Str, u8 * Buf, u32 Len); - -/*Read, Modify and Write to an address*/ -void Xil_UtilRMW32(u32 Addr, u32 Mask, u32 Value); - -/* Copies source string to destination string */ -int Xil_Strcpy(char *DestPtr, const char *SrcPtr, const u32 Size); - -/* Copies specified range from source string to destination string */ -int Xil_StrCpyRange(const u8 *Src, u8 *Dst, u32 From, u32 To, u32 MaxSrcLen, - u32 MaxDstLen); - -/* Appends string2 to string1 */ -int Xil_Strcat(char* Str1Ptr, const char* Str2Ptr, const u32 Size); - -/* Copies Len bytes from source memory to destination memory */ -int Xil_SecureMemCpy(void * DestPtr, u32 DestPtrLen, const void * SrcPtr, u32 Len); - -/* Compares Len bytes from memory1 and memory2 */ -int Xil_MemCmp(const void * Buf1Ptr, const void * Buf2Ptr, u32 Len); - -/* Zeroizes the memory of given length */ -int Xil_SecureZeroize(u8 *DataPtr, const u32 Length); - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_UTIL_H_ */ -/** -* @} End of "addtogroup common_utilities". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xplatform_info.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xplatform_info.c deleted file mode 100644 index 14446f4..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xplatform_info.c +++ /dev/null @@ -1,143 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xplatform_info.c -* @addtogroup common_platform_info Hardware Platform Information -* @{ -* This file contains information about hardware for which the code is built -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 5.00  pkp  12/15/14 Initial release
-* 5.04  pkp  01/12/16 Added platform information support for Cortex-A53 32bit
-*					  mode
-* 6.00  mus  17/08/16 Removed unused variable from XGetPlatform_Info
-* 6.4   ms   05/23/17 Added PSU_PMU macro to support XGetPSVersion_Info
-*                     function for PMUFW.
-*       ms   06/13/17 Added PSU_PMU macro to provide support of
-*                     XGetPlatform_Info function for PMUFW.
-*       mus  08/17/17 Add EL1 NS mode support for
-*                     XGet_Zynq_UltraMp_Platform_info and XGetPSVersion_Info
-*                     APIs.
-* 7.0	aru 03/15/19  Check for versal before aarch64 and armr5
-*		      in XGetPlatform_Info()
-* 7.2   adk 08/01/20  Added versal support for the XGetPSVersion_Info function.
-* 7.6   mus 08/23/21  Updated prototypes for functions which are not taking any
-*                     arguments with void keyword. This has been done to fix
-*                     compilation warnings with "-Wstrict-prototypes" flag.
-*                     It fixes CR#1108601.
-* 7.6    mus 08/30/21 Updated flag checking to fix compilation warnings
-*                     reported with "-Wundef" flag. It fixes CR#1108601.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_io.h" -#include "xplatform_info.h" -#if defined (__aarch64__) -#include "bspconfig.h" -#include "xil_smc.h" -#endif -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* -* @brief This API is used to provide information about platform -* -* @return The information about platform defined in xplatform_info.h -* -******************************************************************************/ -u32 XGetPlatform_Info(void) -{ -#if defined (versal) - return XPLAT_VERSAL; -#elif defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) - return XPLAT_ZYNQ_ULTRA_MP; -#elif defined (__microblaze__) - return XPLAT_MICROBLAZE; -#else - return XPLAT_ZYNQ; -#endif -} - -/*****************************************************************************/ -/** -* -* @brief This API is used to provide information about zynq ultrascale MP platform -* -* @return The information about zynq ultrascale MP platform defined in -* xplatform_info.h -* -******************************************************************************/ -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) -u32 XGet_Zynq_UltraMp_Platform_info(void) -{ -#if EL1_NONSECURE - XSmc_OutVar reg; - /* - * This SMC call will return, - * idcode - upper 32 bits of reg.Arg0 - * version - lower 32 bits of reg.Arg1 - */ - reg = Xil_Smc(GET_CHIPID_SMC_FID,0,0, 0, 0, 0, 0, 0); - return (u32)((reg.Arg1 >> XPLAT_INFO_SHIFT) & XPLAT_INFO_MASK); -#else - u32 reg; - reg = ((Xil_In32(XPLAT_PS_VERSION_ADDRESS) >> XPLAT_INFO_SHIFT ) - & XPLAT_INFO_MASK); - return reg; -#endif -} -#endif - -/*****************************************************************************/ -/** -* -* @brief This API is used to provide information about PS Silicon version -* -* @return The information about PS Silicon version. -* -******************************************************************************/ -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) || defined (versal) -u32 XGetPSVersion_Info(void) -{ -#if EL1_NONSECURE - /* - * This SMC call will return, - * idcode - upper 32 bits of reg.Arg0 - * version - lower 32 bits of reg.Arg1 - */ - XSmc_OutVar reg; - reg = Xil_Smc(GET_CHIPID_SMC_FID,0,0, 0, 0, 0, 0, 0); - return (u32)((reg.Arg1 & XPS_VERSION_INFO_MASK) >> - XPS_VERSION_INFO_SHIFT); -#else - u32 reg; - reg = (Xil_In32(XPLAT_PS_VERSION_ADDRESS) - & XPS_VERSION_INFO_MASK); - return (reg >> XPS_VERSION_INFO_SHIFT); -#endif -} -#endif -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xplatform_info.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xplatform_info.h deleted file mode 100644 index b3cd2ea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xplatform_info.h +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xplatform_info.h -* -* -* @addtogroup common_platform_info APIs to Get Platform Information -* -* -* The xplatform_info.h file contains definitions for various available Xilinx® -* platforms. Also, it contains prototype of APIs, which can be used to get the -* platform information. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date    Changes
-* ----- ---- --------- -------------------------------------------------------
-* 6.4    ms   05/23/17 Added PSU_PMU macro to support XGetPSVersion_Info
-*                      function for PMUFW.
-* 7.2    adk  08/01/20 Added versal support for the XGetPSVersion_Info function.
-* 7.6    mus  08/23/21 Updated prototypes for functions which are not taking any
-*                      arguments with void keyword. This has been done to fix
-*                      compilation warnings with "-Wstrict-prototypes" flag.
-*                      It fixes CR#1108601.
-* 7.6    mus  08/30/21 Updated flag checking to fix compilation warnings
-*                      reported with "-Wundef" flag.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPLATFORM_INFO_H /* prevent circular inclusions */ -#define XPLATFORM_INFO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ -#if defined (versal) -#define XPAR_PMC_TAP_BASEADDR 0xF11A0000U -#define XPAR_PMC_TAP_VERSION_OFFSET 0x00000004U -#define XPLAT_PS_VERSION_ADDRESS (XPAR_PMC_TAP_BASEADDR + \ - XPAR_PMC_TAP_VERSION_OFFSET) -#else -#define XPAR_CSU_BASEADDR 0xFFCA0000U -#define XPAR_CSU_VER_OFFSET 0x00000044U -#define XPLAT_PS_VERSION_ADDRESS (XPAR_CSU_BASEADDR + \ - XPAR_CSU_VER_OFFSET) -#endif -#define XPLAT_ZYNQ_ULTRA_MP_SILICON 0x0 -#define XPLAT_ZYNQ_ULTRA_MP 0x1 -#define XPLAT_ZYNQ_ULTRA_MPVEL 0x2 -#define XPLAT_ZYNQ_ULTRA_MPQEMU 0x3 -#define XPLAT_ZYNQ 0x4 -#define XPLAT_MICROBLAZE 0x5 -#define XPLAT_VERSAL 0x6U - -#define XPS_VERSION_1 0x0 -#define XPS_VERSION_2 0x1 -#define XPLAT_INFO_MASK (0xF) - -#if defined (versal) -#define XPS_VERSION_INFO_MASK 0xFF00U -#define XPS_VERSION_INFO_SHIFT 0x8U -#define XPLAT_INFO_SHIFT 0x18U -#else -#define XPS_VERSION_INFO_MASK (0xF) -#define XPS_VERSION_INFO_SHIFT 0x0U -#define XPLAT_INFO_SHIFT 0xCU -#endif - -/**************************** Type Definitions *******************************/ -/** - *@endcond - */ -/***************** Macros (Inline Functions) Definitions *********************/ - - -u32 XGetPlatform_Info(void); - -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) || defined (versal) -u32 XGetPSVersion_Info(void); -#endif - -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) -u32 XGet_Zynq_UltraMp_Platform_info(void); -#endif -/************************** Function Prototypes ******************************/ - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_platform_info". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xstatus.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xstatus.h deleted file mode 100644 index 1e9e6fb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/common/xstatus.h +++ /dev/null @@ -1,522 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xstatus.h -* -* @addtogroup common_status_codes Xilinx software status codes -* -* The xstatus.h file contains the Xilinx software status codes.These codes are -* used throughout the Xilinx device drivers. -* -* @{ -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XSTATUS_H /* prevent circular inclusions */ -#define XSTATUS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -/************************** Constant Definitions *****************************/ - -/*********************** Common statuses 0 - 500 *****************************/ -/** -@name Common Status Codes for All Device Drivers -@{ -*/ -#define XST_SUCCESS 0L -#define XST_FAILURE 1L -#define XST_DEVICE_NOT_FOUND 2L -#define XST_DEVICE_BLOCK_NOT_FOUND 3L -#define XST_INVALID_VERSION 4L -#define XST_DEVICE_IS_STARTED 5L -#define XST_DEVICE_IS_STOPPED 6L -#define XST_FIFO_ERROR 7L /*!< An error occurred during an - operation with a FIFO such as - an underrun or overrun, this - error requires the device to - be reset */ -#define XST_RESET_ERROR 8L /*!< An error occurred which requires - the device to be reset */ -#define XST_DMA_ERROR 9L /*!< A DMA error occurred, this error - typically requires the device - using the DMA to be reset */ -#define XST_NOT_POLLED 10L /*!< The device is not configured for - polled mode operation */ -#define XST_FIFO_NO_ROOM 11L /*!< A FIFO did not have room to put - the specified data into */ -#define XST_BUFFER_TOO_SMALL 12L /*!< The buffer is not large enough - to hold the expected data */ -#define XST_NO_DATA 13L /*!< There was no data available */ -#define XST_REGISTER_ERROR 14L /*!< A register did not contain the - expected value */ -#define XST_INVALID_PARAM 15L /*!< An invalid parameter was passed - into the function */ -#define XST_NOT_SGDMA 16L /*!< The device is not configured for - scatter-gather DMA operation */ -#define XST_LOOPBACK_ERROR 17L /*!< A loopback test failed */ -#define XST_NO_CALLBACK 18L /*!< A callback has not yet been - registered */ -#define XST_NO_FEATURE 19L /*!< Device is not configured with - the requested feature */ -#define XST_NOT_INTERRUPT 20L /*!< Device is not configured for - interrupt mode operation */ -#define XST_DEVICE_BUSY 21L /*!< Device is busy */ -#define XST_ERROR_COUNT_MAX 22L /*!< The error counters of a device - have maxed out */ -#define XST_IS_STARTED 23L /*!< Used when part of device is - already started i.e. - sub channel */ -#define XST_IS_STOPPED 24L /*!< Used when part of device is - already stopped i.e. - sub channel */ -#define XST_DATA_LOST 26L /*!< Driver defined error */ -#define XST_RECV_ERROR 27L /*!< Generic receive error */ -#define XST_SEND_ERROR 28L /*!< Generic transmit error */ -#define XST_NOT_ENABLED 29L /*!< A requested service is not - available because it has not - been enabled */ -#define XST_NO_ACCESS 30L /* Generic access error */ -#define XST_TIMEOUT 31L /*!< Event timeout occurred */ - -/** @} */ -/***************** Utility Component statuses 401 - 500 *********************/ -/** -@name Utility Component Status Codes 401 - 500 -@{ -*/ -#define XST_MEMTEST_FAILED 401L /*!< Memory test failed */ - -/** @} */ -/***************** Common Components statuses 501 - 1000 *********************/ -/** -@name Packet Fifo Status Codes 501 - 510 -@{ -*/ -/********************* Packet Fifo statuses 501 - 510 ************************/ - -#define XST_PFIFO_LACK_OF_DATA 501L /*!< Not enough data in FIFO */ -#define XST_PFIFO_NO_ROOM 502L /*!< Not enough room in FIFO */ -#define XST_PFIFO_BAD_REG_VALUE 503L /*!< Self test, a register value - was invalid after reset */ -#define XST_PFIFO_ERROR 504L /*!< Generic packet FIFO error */ -#define XST_PFIFO_DEADLOCK 505L /*!< Packet FIFO is reporting - * empty and full simultaneously - */ -/** @} */ -/** -@name DMA Status Codes 511 - 530 -@{ -*/ -/************************** DMA statuses 511 - 530 ***************************/ - -#define XST_DMA_TRANSFER_ERROR 511L /*!< Self test, DMA transfer - failed */ -#define XST_DMA_RESET_REGISTER_ERROR 512L /*!< Self test, a register value - was invalid after reset */ -#define XST_DMA_SG_LIST_EMPTY 513L /*!< Scatter gather list contains - no buffer descriptors ready - to be processed */ -#define XST_DMA_SG_IS_STARTED 514L /*!< Scatter gather not stopped */ -#define XST_DMA_SG_IS_STOPPED 515L /*!< Scatter gather not running */ -#define XST_DMA_SG_LIST_FULL 517L /*!< All the buffer descriptors of - the scatter gather list are - being used */ -#define XST_DMA_SG_BD_LOCKED 518L /*!< The scatter gather buffer - descriptor which is to be - copied over in the scatter - list is locked */ -#define XST_DMA_SG_NOTHING_TO_COMMIT 519L /*!< No buffer descriptors have been - put into the scatter gather - list to be committed */ -#define XST_DMA_SG_COUNT_EXCEEDED 521L /*!< The packet count threshold - specified was larger than the - total # of buffer descriptors - in the scatter gather list */ -#define XST_DMA_SG_LIST_EXISTS 522L /*!< The scatter gather list has - already been created */ -#define XST_DMA_SG_NO_LIST 523L /*!< No scatter gather list has - been created */ -#define XST_DMA_SG_BD_NOT_COMMITTED 524L /*!< The buffer descriptor which was - being started was not committed - to the list */ -#define XST_DMA_SG_NO_DATA 525L /*!< The buffer descriptor to start - has already been used by the - hardware so it can't be reused - */ -#define XST_DMA_SG_LIST_ERROR 526L /*!< General purpose list access - error */ -#define XST_DMA_BD_ERROR 527L /*!< General buffer descriptor - error */ -/** @} */ -/** -@name IPIF Status Codes Codes 531 - 550 -@{ -*/ -/************************** IPIF statuses 531 - 550 ***************************/ - -#define XST_IPIF_REG_WIDTH_ERROR 531L /*!< An invalid register width - was passed into the function */ -#define XST_IPIF_RESET_REGISTER_ERROR 532L /*!< The value of a register at - reset was not valid */ -#define XST_IPIF_DEVICE_STATUS_ERROR 533L /*!< A write to the device interrupt - status register did not read - back correctly */ -#define XST_IPIF_DEVICE_ACK_ERROR 534L /*!< The device interrupt status - register did not reset when - acked */ -#define XST_IPIF_DEVICE_ENABLE_ERROR 535L /*!< The device interrupt enable - register was not updated when - other registers changed */ -#define XST_IPIF_IP_STATUS_ERROR 536L /*!< A write to the IP interrupt - status register did not read - back correctly */ -#define XST_IPIF_IP_ACK_ERROR 537L /*!< The IP interrupt status register - did not reset when acked */ -#define XST_IPIF_IP_ENABLE_ERROR 538L /*!< IP interrupt enable register was - not updated correctly when other - registers changed */ -#define XST_IPIF_DEVICE_PENDING_ERROR 539L /*!< The device interrupt pending - register did not indicate the - expected value */ -#define XST_IPIF_DEVICE_ID_ERROR 540L /*!< The device interrupt ID register - did not indicate the expected - value */ -#define XST_IPIF_ERROR 541L /*!< Generic ipif error */ -/** @} */ - -/****************** Device specific statuses 1001 - 4095 *********************/ -/** -@name Ethernet Status Codes 1001 - 1050 -@{ -*/ -/********************* Ethernet statuses 1001 - 1050 *************************/ - -#define XST_EMAC_MEMORY_SIZE_ERROR 1001L /*!< Memory space is not big enough - * to hold the minimum number of - * buffers or descriptors */ -#define XST_EMAC_MEMORY_ALLOC_ERROR 1002L /*!< Memory allocation failed */ -#define XST_EMAC_MII_READ_ERROR 1003L /*!< MII read error */ -#define XST_EMAC_MII_BUSY 1004L /*!< An MII operation is in progress */ -#define XST_EMAC_OUT_OF_BUFFERS 1005L /*!< Driver is out of buffers */ -#define XST_EMAC_PARSE_ERROR 1006L /*!< Invalid driver init string */ -#define XST_EMAC_COLLISION_ERROR 1007L /*!< Excess deferral or late - * collision on polled send */ -/** @} */ -/** -@name UART Status Codes 1051 - 1075 -@{ -*/ -/*********************** UART statuses 1051 - 1075 ***************************/ -#define XST_UART - -#define XST_UART_INIT_ERROR 1051L -#define XST_UART_START_ERROR 1052L -#define XST_UART_CONFIG_ERROR 1053L -#define XST_UART_TEST_FAIL 1054L -#define XST_UART_BAUD_ERROR 1055L -#define XST_UART_BAUD_RANGE 1056L - -/** @} */ -/** -@name IIC Status Codes 1076 - 1100 -@{ -*/ -/************************ IIC statuses 1076 - 1100 ***************************/ - -#define XST_IIC_SELFTEST_FAILED 1076 /*!< self test failed */ -#define XST_IIC_BUS_BUSY 1077 /*!< bus found busy */ -#define XST_IIC_GENERAL_CALL_ADDRESS 1078 /*!< mastersend attempted with */ - /* general call address */ -#define XST_IIC_STAND_REG_RESET_ERROR 1079 /*!< A non parameterizable reg */ - /* value after reset not valid */ -#define XST_IIC_TX_FIFO_REG_RESET_ERROR 1080 /*!< Tx fifo included in design */ - /* value after reset not valid */ -#define XST_IIC_RX_FIFO_REG_RESET_ERROR 1081 /*!< Rx fifo included in design */ - /* value after reset not valid */ -#define XST_IIC_TBA_REG_RESET_ERROR 1082 /*!< 10 bit addr incl in design */ - /* value after reset not valid */ -#define XST_IIC_CR_READBACK_ERROR 1083 /*!< Read of the control register */ - /* didn't return value written */ -#define XST_IIC_DTR_READBACK_ERROR 1084 /*!< Read of the data Tx reg */ - /* didn't return value written */ -#define XST_IIC_DRR_READBACK_ERROR 1085 /*!< Read of the data Receive reg */ - /* didn't return value written */ -#define XST_IIC_ADR_READBACK_ERROR 1086 /*!< Read of the data Tx reg */ - /* didn't return value written */ -#define XST_IIC_TBA_READBACK_ERROR 1087 /*!< Read of the 10 bit addr reg */ - /* didn't return written value */ -#define XST_IIC_NOT_SLAVE 1088 /*!< The device isn't a slave */ -#define XST_IIC_ARB_LOST 1089 /*!< Arbitration lost for master */ -/** @} */ -/** -@name ATMC Status Codes 1101 - 1125 -@{ -*/ -/*********************** ATMC statuses 1101 - 1125 ***************************/ - -#define XST_ATMC_ERROR_COUNT_MAX 1101L /*!< the error counters in the ATM - controller hit the max value - which requires the statistics - to be cleared */ -/** @} */ -/** -@name Flash Status Codes 1126 - 1150 -@{ -*/ -/*********************** Flash statuses 1126 - 1150 **************************/ - -#define XST_FLASH_BUSY 1126L /*!< Flash is erasing or programming - */ -#define XST_FLASH_READY 1127L /*!< Flash is ready for commands */ -#define XST_FLASH_ERROR 1128L /*!< Flash had detected an internal - error. Use XFlash_DeviceControl - to retrieve device specific codes - */ -#define XST_FLASH_ERASE_SUSPENDED 1129L /*!< Flash is in suspended erase state - */ -#define XST_FLASH_WRITE_SUSPENDED 1130L /*!< Flash is in suspended write state - */ -#define XST_FLASH_PART_NOT_SUPPORTED 1131L /*!< Flash type not supported by - driver */ -#define XST_FLASH_NOT_SUPPORTED 1132L /*!< Operation not supported */ -#define XST_FLASH_TOO_MANY_REGIONS 1133L /*!< Too many erase regions */ -#define XST_FLASH_TIMEOUT_ERROR 1134L /*!< Programming or erase operation - aborted due to a timeout */ -#define XST_FLASH_ADDRESS_ERROR 1135L /*!< Accessed flash outside its - addressible range */ -#define XST_FLASH_ALIGNMENT_ERROR 1136L /*!< Write alignment error */ -#define XST_FLASH_BLOCKING_CALL_ERROR 1137L /*!< Couldn't return immediately from - write/erase function with - XFL_NON_BLOCKING_WRITE/ERASE - option cleared */ -#define XST_FLASH_CFI_QUERY_ERROR 1138L /*!< Failed to query the device */ -/** @} */ -/** -@name SPI Status Codes 1151 - 1175 -@{ -*/ -/*********************** SPI statuses 1151 - 1175 ****************************/ - -#define XST_SPI_MODE_FAULT 1151 /*!< master was selected as slave */ -#define XST_SPI_TRANSFER_DONE 1152 /*!< data transfer is complete */ -#define XST_SPI_TRANSMIT_UNDERRUN 1153 /*!< slave underruns transmit register */ -#define XST_SPI_RECEIVE_OVERRUN 1154 /*!< device overruns receive register */ -#define XST_SPI_NO_SLAVE 1155 /*!< no slave has been selected yet */ -#define XST_SPI_TOO_MANY_SLAVES 1156 /*!< more than one slave is being - * selected */ -#define XST_SPI_NOT_MASTER 1157 /*!< operation is valid only as master */ -#define XST_SPI_SLAVE_ONLY 1158 /*!< device is configured as slave-only - */ -#define XST_SPI_SLAVE_MODE_FAULT 1159 /*!< slave was selected while disabled */ -#define XST_SPI_SLAVE_MODE 1160 /*!< device has been addressed as slave */ -#define XST_SPI_RECEIVE_NOT_EMPTY 1161 /*!< device received data in slave mode */ - -#define XST_SPI_COMMAND_ERROR 1162 /*!< unrecognised command - qspi only */ -#define XST_SPI_POLL_DONE 1163 /*!< controller completed polling the - device for status */ -/** @} */ -/** -@name OPB Arbiter Status Codes 1176 - 1200 -@{ -*/ -/********************** OPB Arbiter statuses 1176 - 1200 *********************/ - -#define XST_OPBARB_INVALID_PRIORITY 1176 /*!< the priority registers have either - * one master assigned to two or more - * priorities, or one master not - * assigned to any priority - */ -#define XST_OPBARB_NOT_SUSPENDED 1177 /*!< an attempt was made to modify the - * priority levels without first - * suspending the use of priority - * levels - */ -#define XST_OPBARB_PARK_NOT_ENABLED 1178 /*!< bus parking by id was enabled but - * bus parking was not enabled - */ -#define XST_OPBARB_NOT_FIXED_PRIORITY 1179 /*!< the arbiter must be in fixed - * priority mode to allow the - * priorities to be changed - */ -/** @} */ -/** -@name INTC Status Codes 1201 - 1225 -@{ -*/ -/************************ Intc statuses 1201 - 1225 **************************/ - -#define XST_INTC_FAIL_SELFTEST 1201 /*!< self test failed */ -#define XST_INTC_CONNECT_ERROR 1202 /*!< interrupt already in use */ -/** @} */ -/** -@name TmrCtr Status Codes 1226 - 1250 -@{ -*/ -/********************** TmrCtr statuses 1226 - 1250 **************************/ - -#define XST_TMRCTR_TIMER_FAILED 1226 /*!< self test failed */ -/** @} */ -/** -@name WdtTb Status Codes 1251 - 1275 -@{ -*/ -/********************** WdtTb statuses 1251 - 1275 ***************************/ - -#define XST_WDTTB_TIMER_FAILED 1251L -/** @} */ -/** -@name PlbArb status Codes 1276 - 1300 -@{ -*/ -/********************** PlbArb statuses 1276 - 1300 **************************/ - -#define XST_PLBARB_FAIL_SELFTEST 1276L -/** @} */ -/** -@name Plb2Opb Status Codes 1301 - 1325 -@{ -*/ -/********************** Plb2Opb statuses 1301 - 1325 *************************/ - -#define XST_PLB2OPB_FAIL_SELFTEST 1301L -/** @} */ -/** -@name Opb2Plb Status 1326 - 1350 -@{ -*/ -/********************** Opb2Plb statuses 1326 - 1350 *************************/ - -#define XST_OPB2PLB_FAIL_SELFTEST 1326L -/** @} */ -/** -@name SysAce Status Codes 1351 - 1360 -@{ -*/ -/********************** SysAce statuses 1351 - 1360 **************************/ - -#define XST_SYSACE_NO_LOCK 1351L /*!< No MPU lock has been granted */ -/** @} */ -/** -@name PCI Bridge Status Codes 1361 - 1375 -@{ -*/ -/********************** PCI Bridge statuses 1361 - 1375 **********************/ - -#define XST_PCI_INVALID_ADDRESS 1361L -/** @} */ -/** -@name FlexRay Constants 1400 - 1409 -@{ -*/ -/********************** FlexRay constants 1400 - 1409 *************************/ - -#define XST_FR_TX_ERROR 1400 -#define XST_FR_TX_BUSY 1401 -#define XST_FR_BUF_LOCKED 1402 -#define XST_FR_NO_BUF 1403 -/** @} */ -/** -@name USB constants 1410 - 1420 -@{ -*/ -/****************** USB constants 1410 - 1420 *******************************/ - -#define XST_USB_ALREADY_CONFIGURED 1410 -#define XST_USB_BUF_ALIGN_ERROR 1411 -#define XST_USB_NO_DESC_AVAILABLE 1412 -#define XST_USB_BUF_TOO_BIG 1413 -#define XST_USB_NO_BUF 1414 -/** @} */ -/** -@name HWICAP constants 1421 - 1429 -@{ -*/ -/****************** HWICAP constants 1421 - 1429 *****************************/ - -#define XST_HWICAP_WRITE_DONE 1421 - -/** @} */ -/** -@name AXI VDMA constants 1430 - 1440 -@{ -*/ -/****************** AXI VDMA constants 1430 - 1440 *****************************/ - -#define XST_VDMA_MISMATCH_ERROR 1430 -/** @} */ -/** -@name NAND Flash Status Codes 1441 - 1459 -@{ -*/ -/*********************** NAND Flash statuses 1441 - 1459 *********************/ - -#define XST_NAND_BUSY 1441L /*!< Flash is erasing or - * programming - */ -#define XST_NAND_READY 1442L /*!< Flash is ready for commands - */ -#define XST_NAND_ERROR 1443L /*!< Flash had detected an - * internal error. - */ -#define XST_NAND_PART_NOT_SUPPORTED 1444L /*!< Flash type not supported by - * driver - */ -#define XST_NAND_OPT_NOT_SUPPORTED 1445L /*!< Operation not supported - */ -#define XST_NAND_TIMEOUT_ERROR 1446L /*!< Programming or erase - * operation aborted due to a - * timeout - */ -#define XST_NAND_ADDRESS_ERROR 1447L /*!< Accessed flash outside its - * addressible range - */ -#define XST_NAND_ALIGNMENT_ERROR 1448L /*!< Write alignment error - */ -#define XST_NAND_PARAM_PAGE_ERROR 1449L /*!< Failed to read parameter - * page of the device - */ -#define XST_NAND_CACHE_ERROR 1450L /*!< Flash page buffer error - */ - -#define XST_NAND_WRITE_PROTECTED 1451L /*!< Flash is write protected - */ -/** @} */ - -/**************************** Type Definitions *******************************/ - -typedef s32 XStatus; - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup common_status_codes". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/config.make b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/config.make deleted file mode 100644 index 2668199..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/config.make +++ /dev/null @@ -1,3 +0,0 @@ -LIBSOURCES = *.c *.S -PROFILE_ARCH_OBJS = profile_mcount_arm.o -LIBS = standalone_libs diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/cpputest_time.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/cpputest_time.c deleted file mode 100644 index b00e96a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/cpputest_time.c +++ /dev/null @@ -1,27 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2019 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef UNDEFINE_FILE_OPS -#include -#include "xil_types.h" -#include -struct tms* tms; -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) clock_t _times(struct tms* tms); -} -#endif - -__attribute__((weak)) clock_t _times(struct tms* tms) -{ - (void)tms; - - errno = EIO; - return (-1); -} - - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/cpu_init.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/cpu_init.S deleted file mode 100644 index 48dcec3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/cpu_init.S +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file cpu_init.S -* -* This file contains CPU specific initialization. Invoked from main CRT -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 10/20/09 Initial version
-* 3.04a sdm	01/02/12 Updated to clear cp15 regs with unknown reset values
-* 5.0   pkp	12/16/14 removed incorrect initialization of TLB lockdown
-*			 register to fix CR#830580
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - - .text - .global __cpu_init - .align 2 -__cpu_init: - -/* Clear cp15 regs with unknown reset values */ - mov r0, #0x0 - mcr p15, 0, r0, c5, c0, 0 /* DFSR */ - mcr p15, 0, r0, c5, c0, 1 /* IFSR */ - mcr p15, 0, r0, c6, c0, 0 /* DFAR */ - mcr p15, 0, r0, c6, c0, 2 /* IFAR */ - mcr p15, 0, r0, c9, c13, 2 /* PMXEVCNTR */ - mcr p15, 0, r0, c13, c0, 2 /* TPIDRURW */ - mcr p15, 0, r0, c13, c0, 3 /* TPIDRURO */ - -/* Reset and start Cycle Counter */ - mov r2, #0x80000000 /* clear overflow */ - mcr p15, 0, r2, c9, c12, 3 - mov r2, #0xd /* D, C, E */ - mcr p15, 0, r2, c9, c12, 0 - mov r2, #0x80000000 /* enable cycle counter */ - mcr p15, 0, r2, c9, c12, 1 - - bx lr - -.end diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/errno.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/errno.c deleted file mode 100644 index 53eac10..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/errno.c +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* The errno variable is stored in the reentrancy structure. This - function returns its address for use by the macro errno defined in - errno.h. */ - -#include -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 * __errno (void); -} -#endif - -__attribute__((weak)) sint32 * -__errno (void) -{ - return &_REENT->_errno; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/fcntl.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/fcntl.c deleted file mode 100644 index 00b233a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/fcntl.c +++ /dev/null @@ -1,20 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -/* - * fcntl -- Manipulate a file descriptor. - * We don't have a filesystem, so we do nothing. - */ -__attribute__((weak)) sint32 fcntl (sint32 fd, sint32 cmd, long arg) -{ - (void)fd; - (void)cmd; - (void)arg; - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/fstat.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/fstat.c deleted file mode 100644 index 8eb4638..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/fstat.c +++ /dev/null @@ -1,24 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _fstat(s32 fd, struct stat *buf); -} -#endif -/* - * fstat -- Since we have no file system, we just return an error. - */ -__attribute__((weak)) s32 _fstat(s32 fd, struct stat *buf) -{ - (void)fd; - buf->st_mode = S_IFCHR; /* Always pretend to be a tty */ - - return (0); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/getpid.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/getpid.c deleted file mode 100644 index 20b9f3c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/getpid.c +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "xil_types.h" -/* - * getpid -- only one process, so just return 1. - */ -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _getpid(void); -} -#endif - -__attribute__((weak)) s32 getpid(void) -{ - return 1; -} - -__attribute__((weak)) s32 _getpid(void) -{ - return 1; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/inbyte.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/inbyte.c deleted file mode 100644 index 0036459..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/inbyte.c +++ /dev/null @@ -1,14 +0,0 @@ -#include "xparameters.h" -#include "xuartps_hw.h" - -#ifdef __cplusplus -extern "C" { -#endif -char inbyte(void); -#ifdef __cplusplus -} -#endif - -char inbyte(void) { - return XUartPs_RecvByte(STDIN_BASEADDRESS); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/isatty.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/isatty.c deleted file mode 100644 index f0c63a3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/isatty.c +++ /dev/null @@ -1,30 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 _isatty(sint32 fd); -} -#endif - -/* - * isatty -- returns 1 if connected to a terminal device, - * returns 0 if not. Since we're hooked up to a - * serial port, we'll say yes _AND return a 1. - */ -__attribute__((weak)) sint32 isatty(sint32 fd) -{ - (void)fd; - return (1); -} - -__attribute__((weak)) sint32 _isatty(sint32 fd) -{ - (void)fd; - return (1); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/kill.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/kill.c deleted file mode 100644 index f673ff3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/kill.c +++ /dev/null @@ -1,34 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) int _kill(pid_t pid, int sig); -} -#endif - -/* - * kill -- go out via exit... - */ - -__attribute__((weak)) int kill(pid_t pid, int sig) -{ - if(pid == 1) { - _exit(sig); - } - return 0; -} - -__attribute__((weak)) int _kill(pid_t pid, int sig) -{ - if(pid == 1) { - _exit(sig); - } - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/lseek.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/lseek.c deleted file mode 100644 index 88cb8db..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/lseek.c +++ /dev/null @@ -1,35 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) off_t _lseek(s32 fd, off_t offset, s32 whence); -} -#endif -/* - * lseek -- Since a serial port is non-seekable, we return an error. - */ -__attribute__((weak)) off_t lseek(s32 fd, off_t offset, s32 whence) -{ - (void)fd; - (void)offset; - (void)whence; - errno = ESPIPE; - return ((off_t)-1); -} - -__attribute__((weak)) off_t _lseek(s32 fd, off_t offset, s32 whence) -{ - (void)fd; - (void)offset; - (void)whence; - errno = ESPIPE; - return ((off_t)-1); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/Makefile deleted file mode 100644 index bb50751..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -############################################################################### -# Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -# The following are defined in config.make -# LIBSOURCES - Based on if MicroBlaze support Exceptions -# LIBS - Do Build Profile Libraries -include config.make - -AS=$(ASSEMBLER) -CC=$(COMPILER) -AR=$(ARCHIVER) -CP=cp -COMPILER_FLAGS=-O2 -c -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(subst -pg, , $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, , $(EXTRA_COMPILER_FLAGS)) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -SRCFILES:=$(wildcard *.c) - -ASSEMBLY_SRCFILES:=$(wildcard *.S) - -OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(filter-out $(wildcard microblaze_interrupt_handler.c), $(wildcard *.c))))) - -ASSEMBLY_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard *.S)))) - -NON_LTO_OBJECTS = $(addprefix $(RELEASEDIR),$(addsuffix .o, $(basename $(wildcard microblaze_interrupt_handler.c)))) - -NON_LTO_FILES = $(wildcard microblaze_interrupt_handler.c) -INCLUDEFILES=*.h - -ECC_FLAGS_NO_FLTO1 = $(subst -flto,,$(ECC_FLAGS)) -ECC_FLAGS_NO_FLTO = $(subst -ffat-lto-objects,,$(ECC_FLAGS_NO_FLTO1)) - -libs: $(LIBS) - -standalone_libs: $(OBJECTS) $(ASSEMBLY_OBJECTS) $(NON_LTO_OBJECTS) -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -ASSEMBLY_DEPFILES := $(ASSEMBLY_SRCFILES:%.S=$(RELEASEDIR)%.d) - -include $(wildcard $(ASSEMBLY_DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(NON_LTO_OBJECTS): $(NON_LTO_FILES) - echo "DEBUG NON_LTO_OBJECTS is $(NON_LTO_OBJECTS)" - $(CC) $(CC_FLAGS) $(ECC_FLAGS_NO_FLTO) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.S - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -$(RELEASEDIR)%.o: %.c - $(CC) $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -profile_libs: - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" AS="$(AS)" libs - -include: standalone_includes profile_includes - -standalone_includes: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - - -profile_includes: - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" AS="$(AS)" include - -clean: - rm -rf ${OBJECTS} - rm -rf ${ASSEMBLY_OBJECTS} - rm -rf ${NON_LTO_OBJECTS} - rm -rf $(DEPFILES) - rm -rf $(ASSEMBLY_DEPFILES) - $(MAKE) -C profile COMPILER_FLAGS="$(COMPILER_FLAGS)" EXTRA_COMPILER_FLAGS="$(EXTRA_COMPILER_FLAGS)" COMPILER="$(CC)" ARCHIVER="$(AR)" AS="$(AS)" clean diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/_exit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/_exit.c deleted file mode 100644 index 18c1e66..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/_exit.c +++ /dev/null @@ -1,20 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" -void _exit (sint32 status); - -/* _exit - Simple implementation. Does not return. -*/ -void _exit (sint32 status) -{ - (void) status; - while (1) - { - ; - } -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/errno.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/errno.c deleted file mode 100644 index 5d13db7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/errno.c +++ /dev/null @@ -1,19 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/* The errno variable is stored in the reentrancy structure. This - function returns its address for use by the macro errno defined in - errno.h. */ - -#include -#include -#include "xil_types.h" -sint32 * __errno (void); - -sint32 * -__errno (void) -{ - return &_REENT->_errno; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/fcntl.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/fcntl.c deleted file mode 100644 index 5f39620..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/fcntl.c +++ /dev/null @@ -1,20 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include -#include "xil_types.h" -sint32 fcntl (sint32 fd, sint32 cmd, sint32 arg); - -/* - * fcntl -- Manipulate a file descriptor. - * We don't have a filesystem, so we do nothing. - */ -sint32 fcntl (sint32 fd, sint32 cmd, sint32 arg) -{ - (void) fd; - (void) cmd; - (void) arg; - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/fsl.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/fsl.h deleted file mode 100644 index 12fa312..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/fsl.h +++ /dev/null @@ -1,125 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef FSL_H -#define FSL_H -/*****************************************************************************/ -/** -* -* @file fsl.h -* -* @addtogroup microblaze_fsl_macro MicroBlaze Processor FSL Macros -* -* Microblaze BSP includes macros to provide convenient access to accelerators -* connected to the MicroBlaze Fast Simplex Link (FSL) Interfaces.To use these functions, -* include the header file fsl.h in your source code -* -* @{ -* -******************************************************************************/ -#include "mb_interface.h" /* Legacy reasons. We just have to include this guy who defines the FSL stuff */ - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ -/* Extended FSL macros. These now replace all of the previous FSL macros */ -#define FSL_DEFAULT -#define FSL_NONBLOCKING n -#define FSL_EXCEPTION e -#define FSL_CONTROL c -#define FSL_ATOMIC a - -#define FSL_NONBLOCKING_EXCEPTION ne -#define FSL_NONBLOCKING_CONTROL nc -#define FSL_NONBLOCKING_ATOMIC na -#define FSL_EXCEPTION_CONTROL ec -#define FSL_EXCEPTION_ATOMIC ea -#define FSL_CONTROL_ATOMIC ca - -#define FSL_NONBLOCKING_EXCEPTION_CONTROL nec -#define FSL_NONBLOCKING_EXCEPTION_ATOMIC nea -#define FSL_NONBLOCKING_CONTROL_ATOMIC nca -#define FSL_EXCEPTION_CONTROL_ATOMIC eca - -#define FSL_NONBLOCKING_EXCEPTION_CONTROL_ATOMIC neca - - /** - *@endcond - */ - -/** -Performs a get function on an input FSL of the MicroBlaze processor -@param val variable to sink data from get function -@param id literal in the range of 0 to 7 (0 to 15 for MicroBlaze v7.00.a and later) -@param flags valid FSL macro flags -*/ -#define getfslx(val, id, flags) asm volatile (stringify(flags) "get\t%0,rfsl" stringify(id) : "=d" (val)) - -/** -Performs a put function on an input FSL of the MicroBlaze processor -@param val variable to source data to put function -@param id literal in the range of 0 to 7 (0 to 15 for MicroBlaze v7.00.a and later) -@param flags valid FSL macro flags -*/ -#define putfslx(val, id, flags) asm volatile (stringify(flags) "put\t%0,rfsl" stringify(id) :: "d" (val)) - -/** -Performs a test get function on an input FSL of the MicroBlaze processor -@param val variable to sink data from get function -@param id literal in the range of 0 to 7 (0 to 15 for MicroBlaze v7.00.a and later) -@param flags valid FSL macro flags -*/ -#define tgetfslx(val, id, flags) asm volatile ("t" stringify(flags) "get\t%0,rfsl" stringify(id) : "=d" (val)) - -/** -Performs a put function on an input FSL of the MicroBlaze processor -@param id FSL identifier -@param flags valid FSL macro flags -*/ -#define tputfslx(id, flags) asm volatile ("t" stringify(flags) "put\trfsl" stringify(id)) - -/** -Performs a getd function on an input FSL of the MicroBlaze processor -@param val variable to sink data from getd function -@param var literal in the range of 0 to 7 (0 to 15 for MicroBlaze v7.00.a and later) -@param flags valid FSL macro flags -*/ -#define getdfslx(val, var, flags) asm volatile (stringify(flags) "getd\t%0,%1" : "=d" (val) : "d" (var)) - -/** -Performs a putd function on an input FSL of the MicroBlaze processor -@param val variable to source data to putd function -@param var literal in the range of 0 to 7 (0 to 15 for MicroBlaze v7.00.a and later) -@param flags valid FSL macro flags -*/ -#define putdfslx(val, var, flags) asm volatile (stringify(flags) "putd\t%0,%1" :: "d" (val), "d" (var)) - -/** -Performs a test getd function on an input FSL of the MicroBlaze processor; -@param val variable to sink data from getd function -@param var literal in the range of 0 to 7 (0 to 15 for MicroBlaze v7.00.a and later) -@param flags valid FSL macro flags -*/ -#define tgetdfslx(val, var, flags) asm volatile ("t" stringify(flags) "getd\t%0,%1" : "=d" (val) : "d" (var)) - -/** -Performs a put function on an input FSL of the MicroBlaze processor -@param var FSL identifier -@param flags valid FSL macro flags -*/ -#define tputdfslx(var, flags) asm volatile ("t" stringify(flags) "putd\t%0" :: "d" (var)) - - -#ifdef __cplusplus -} -#endif -#endif /* FSL_H */ -/** -* @} End of "addtogroup microblaze_fsl_macro". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/hw_exception_handler.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/hw_exception_handler.S deleted file mode 100644 index 47ddf9b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/hw_exception_handler.S +++ /dev/null @@ -1,712 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** - * Microblaze HW Exception Handler - * - Non self-modifying exception handler for the following exception conditions - * - Unalignment - * - Instruction bus error - * - Data bus error - * - Illegal instruction opcode - * - Divide-by-zero - * - Stack protection violation - *******************************************************************************/ - -#include "microblaze_exceptions_g.h" -#include "xparameters.h" -#include "microblaze_instructions.h" - -/* 64-bit definitions */ -#if defined (__arch64__) -#define INTPTR_DATAITEM .quad -#define REGSIZE 8 -#define DATAALIGN 4 -#else -#define INTPTR_DATAITEM .long -#define REGSIZE 4 -#define DATAALIGN 2 -#endif /* 64-bit definitions */ - -/* Helpful Macros */ -#define EX_HANDLER_STACK_SIZ (REGSIZE*21) -#define RMSR_OFFSET (20 * REGSIZE) -#define R17_OFFSET (0) -#define REG_OFFSET(regnum) (REGSIZE * (regnum + 1)) -#define NUM_TO_REG(num) r ## num - -#define R3_TO_STACK(regnum) SI r3, r1, REG_OFFSET(regnum) -#define R3_FROM_STACK(regnum) LI r3, r1, REG_OFFSET(regnum) - -#define PUSH_REG(regnum) SI NUM_TO_REG(regnum), r1, REG_OFFSET(regnum) -#define POP_REG(regnum) LI NUM_TO_REG(regnum), r1, REG_OFFSET(regnum) - -/* Uses r5 */ -#define PUSH_MSR \ - mfs r5, rmsr; \ - swi r5, r1, RMSR_OFFSET; - -#define PUSH_MSR_AND_ENABLE_EXC \ - mfs r5, rmsr; \ - swi r5, r1, RMSR_OFFSET; \ - ori r5, r5, 0x100; /* Turn ON the EE bit*/ \ - mts rmsr, r5; - -/* Uses r5 */ -#define POP_MSR \ - lwi r5, r1, RMSR_OFFSET; \ - mts rmsr, r5; - -/* Push r17 */ -#define PUSH_R17 SI r17, r1, R17_OFFSET -/* Pop r17 */ -#define POP_R17 LI r17, r1, R17_OFFSET - -#define LWREG_NOP \ - BRI ex_handler_unhandled; \ - nop; - -#define SWREG_NOP \ - BRI ex_handler_unhandled; \ - nop; - -/* r3 is the source */ -#define R3_TO_LWREG_V(regnum) \ - R3_TO_STACK (regnum); \ - BRI ex_handler_done; - -/* r3 is the source */ -#define R3_TO_LWREG(regnum) \ - OR NUM_TO_REG (regnum), r0, r3; \ - BRI ex_handler_done; - -/* r3 is the target */ -#define SWREG_TO_R3_V(regnum) \ - R3_FROM_STACK (regnum); \ - BRI ex_sw_tail; - -/* r3 is the target */ -#define SWREG_TO_R3(regnum) \ - OR r3, r0, NUM_TO_REG (regnum); \ - BRI ex_sw_tail; - -/* regnum is the source */ -#define FP_EX_OPB_SAVE(regnum) \ - SI NUM_TO_REG (regnum), r0, mb_fpex_op_b; \ - nop; \ - BRI handle_fp_ex_opa; - -/* regnum is the source */ -#define FP_EX_OPB_SAVE_V(regnum) \ - R3_FROM_STACK (regnum); \ - SI r3, r0, mb_fpex_op_b; \ - BRI handle_fp_ex_opa; - -/* regnum is the source */ -#define FP_EX_OPA_SAVE(regnum) \ - SI NUM_TO_REG (regnum), r0, mb_fpex_op_a; \ - nop; \ - BRI handle_fp_ex_done; - -/* regnum is the source */ -#define FP_EX_OPA_SAVE_V(regnum) \ - R3_FROM_STACK (regnum); \ - SI r3, r0, mb_fpex_op_a; \ - BRI handle_fp_ex_done; - -#define FP_EX_UNHANDLED \ - BRI fp_ex_unhandled; \ - nop; \ - nop; - -/* ESR masks */ -#define ESR_EXC_MASK 0x0000001F -#define ESR_REG_MASK 0x000003E0 -#define ESR_LW_SW_MASK 0x00000400 -#define ESR_WORD_MASK 0x00000800 -#define ESR_DS_MASK 0x00001000 -#define ESR_LONG_MASK 0x00002000 - -/* Extern declarations */ -.extern XNullHandler - - -#ifdef MICROBLAZE_EXCEPTIONS_ENABLED /* If exceptions are enabled in the processor */ - -/* - * hw_exception_handler - Handler for unaligned exceptions - * Exception handler notes: - * - Does not handle exceptions other than unaligned exceptions - * - Does not handle exceptions during load into r17, r1, r0. - * - Does not handle exceptions during store from r17 (cannot be done) and r1 (slows down common case) - * - * Relevant register structures - * - * EAR - |----|----|----|----|----|----|----|----| - * - < ## 32 or 64 bit faulting address ## > - * - * ESR - |----|----|----|----|----| - | - |-----|-----| - * - W S REG EXC - * - * - * STACK FRAME STRUCTURE - * --------------------- - * - * +-------------+ + 0 - * | r17 | - * +-------------+ + 4 (32-bit) + 8 (64-bit) - * | Args for | - * | next func | - * +-------------+ + 8 (32-bit) + 16 (64-bit) - * | r1 | - * | . | - * | . | - * | . | - * | . | - * | r18 | - * +-------------+ + 80 (32-bit) + 160 (64-bit) - * | MSR | - * +-------------+ + 84 (32-bit) + 168 (64-bit) - * | . | - * | . | - */ - - -.global _hw_exception_handler -.section .text -.align 2 -.ent _hw_exception_handler -.type _hw_exception_handler, @function -_hw_exception_handler: - -#if defined(XPAR_MICROBLAZE_USE_STACK_PROTECTION) && (XPAR_MICROBLAZE_USE_STACK_PROTECTION == 1) - /* Immediately halt for stack protection violation exception without using any stack */ - SI r3, r0, mb_sp_save_r3; /* Save temporary register */ - mfs r3, resr; /* Extract ESR[DS] */ - andi r3, r3, ESR_EXC_MASK; - xori r3, r3, 0x7; /* Check for stack protection violation */ - BNEI r3, ex_handler_not_sp_violation; -ex_handler_sp_violation: - bri 0; /* Halt here if stack protection violation */ -ex_handler_not_sp_violation: - LI r3, r0, mb_sp_save_r3; /* Restore temporary register */ -#endif /* defined(XPAR_MICROBLAZE_USE_STACK_PROTECTION) && (XPAR_MICROBLAZE_USE_STACK_PROTECTION == 1) */ - - ADDIK r1, r1, -(EX_HANDLER_STACK_SIZ); /* Create stack frame */ - PUSH_REG(3); - PUSH_REG(4); - PUSH_REG(5); - PUSH_REG(6); -#ifdef MICROBLAZE_CAN_HANDLE_EXCEPTIONS_IN_DELAY_SLOTS - mfs r6, resr; - andi r6, r6, ESR_DS_MASK; - BEQI r6, ex_handler_no_ds; - mfs r17, rbtr; -ex_handler_no_ds: -#endif - PUSH_R17; - PUSH_MSR_AND_ENABLE_EXC; /* Exceptions enabled here. This will allow nested exceptions */ - - mfs r3, resr; - andi r5, r3, ESR_EXC_MASK; /* Extract ESR[EXC] */ -#ifndef NO_UNALIGNED_EXCEPTIONS - xori r6, r5, 1; /* 00001 = Unaligned Exception */ - BNEI r6, handle_ex_regular; - - ADDIK r4, r0, MB_ExceptionVectorTable; /* Check if user has registered an unaligned exception handler */ -#if defined (__arch64__) - LI r4, r4, 16; -#else - LI r4, r4, 8; -#endif - ADDIK r6, r0, XNullHandler; /* If exceptionvectortable entry is still XNullHandler, use */ - XOR r6, r4, r6; /* the default exception handler */ - BEQI r6, handle_unaligned_ex ; - -handle_ex_regular: -#endif /* ! NO_UNALIGNED_EXCEPTIONS */ - -#if defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) - xori r6, r5, 6; /* 00110 = FPU exception */ - BEQI r6, handle_fp_ex; /* Go and decode the FP exception */ -#endif /* defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) */ - -handle_other_ex: /* Handle Other exceptions here */ - ori r6, r0, 20; - cmp r6, r5, r6; /* >= 20 are exceptions we do not handle. */ - BLEI r6, ex_handler_unhandled; - - ori r6, r0, 7; - cmp r6, r5, r6; /* Convert MMU exception indices into an ordinal of 7 */ - BGTI r6, handle_other_ex_tail; - ori r5, r0, 0x7; - -handle_other_ex_tail: - PUSH_REG(7); /* Save other volatiles before we make procedure calls below */ - PUSH_REG(8); - PUSH_REG(9); - PUSH_REG(10); - PUSH_REG(11); - PUSH_REG(12); - PUSH_REG(15); - PUSH_REG(18); - - ADDIK r4, r0, MB_ExceptionVectorTable; /* Load the Exception vector table base address */ - ADDK r7, r5, r5; /* Calculate exception vector offset = r5 * 8 (32-bit) */ - ADDK r7, r7, r7; - ADDK r7, r7, r7; -#if defined (__arch64__) - ADDK r7, r7, r7; /* or r5 * 16 (64-bit) */ -#endif - ADDK r7, r7, r4; /* Get pointer to exception vector */ - LI r5, r7, REGSIZE; /* Load argument to exception handler from table */ - LOAD r7, r7, r0; /* Load vector itself here */ - - brald r15, r7; /* Branch to handler */ - nop; - - POP_REG(7); /* Restore other volatiles */ - POP_REG(8); - POP_REG(9); - POP_REG(10); - POP_REG(11); - POP_REG(12); - POP_REG(15); - POP_REG(18); - - BRI ex_handler_done; /* Complete exception handling */ - -#ifndef NO_UNALIGNED_EXCEPTIONS -handle_unaligned_ex: - andi r6, r3, ESR_REG_MASK; /* Mask and extract the register operand */ - srl r6, r6; /* r6 >> 5 */ - srl r6, r6; - srl r6, r6; - srl r6, r6; - srl r6, r6; - sbi r6, r0, ex_reg_op; /* Store the register operand in a temporary location */ - mfs r4, rear; - andi r6, r3, ESR_LW_SW_MASK; /* Extract ESR[S] */ - BNEI r6, ex_sw; -#if defined (__arch64__) -ex_ll: - andi r6, r3, ESR_LONG_MASK; /* Extract ESR[L] */ - BEQI r6, ex_lw; - lbui r5, r4, 0; /* Exception address in r4 */ - sbi r5, r0, ex_tmp_data_loc_0; /* Load a long, byte-by-byte from destination address and save it in tmp space */ - lbui r5, r4, 1; - sbi r5, r0, ex_tmp_data_loc_1; - lbui r5, r4, 2; - sbi r5, r0, ex_tmp_data_loc_2; - lbui r5, r4, 3; - sbi r5, r0, ex_tmp_data_loc_3; - lbui r5, r4, 4; - sbi r5, r0, ex_tmp_data_loc_4; - lbui r5, r4, 5; - sbi r5, r0, ex_tmp_data_loc_5; - lbui r5, r4, 6; - sbi r5, r0, ex_tmp_data_loc_6; - lbui r5, r4, 7; - sbi r5, r0, ex_tmp_data_loc_7; - lli r3, r0, ex_tmp_data_loc_0; /* Get the destination register value into r3 */ - BRI ex_lw_tail; -#endif -ex_lw: - andi r6, r3, ESR_WORD_MASK; /* Extract ESR[W] */ - BEQI r6, ex_lhw; - lbui r5, r4, 0; /* Exception address in r4 */ - sbi r5, r0, ex_tmp_data_loc_0; /* Load a word, byte-by-byte from destination address and save it in tmp space */ - lbui r5, r4, 1; - sbi r5, r0, ex_tmp_data_loc_1; - lbui r5, r4, 2; - sbi r5, r0, ex_tmp_data_loc_2; - lbui r5, r4, 3; - sbi r5, r0, ex_tmp_data_loc_3; - lwi r3, r0, ex_tmp_data_loc_0; /* Get the destination register value into r3 */ - BRI ex_lw_tail; -ex_lhw: - lbui r5, r4, 0; /* Exception address in r4 */ - sbi r5, r0, ex_tmp_data_loc_0; /* Load a half-word, byte-by-byte from destination address and save it in tmp space */ - lbui r5, r4, 1; - sbi r5, r0, ex_tmp_data_loc_1; - lhui r3, r0, ex_tmp_data_loc_0; /* Get the destination register value into r3 */ -ex_lw_tail: - lbui r5, r0, ex_reg_op; /* Get the destination register number into r5 */ - ADDIK r6, r0, lw_table; /* Form load_word jump table offset (lw_table + (8 * regnum)) */ - ADDK r5, r5, r5; - ADDK r5, r5, r5; - ADDK r5, r5, r5; - ADDK r5, r5, r6; - bra r5; -ex_lw_end: /* Exception handling of load word, ends */ -ex_sw: - lbui r5, r0, ex_reg_op; /* Get the destination register number into r5 */ - ADDIK r6, r0, sw_table; /* Form store_word jump table offset (sw_table + (8 * regnum)) */ - ADDK r5, r5, r5; - ADDK r5, r5, r5; - ADDK r5, r5, r5; - ADDK r5, r5, r6; - bra r5; -ex_sw_tail: -#if defined (__arch64__) -ex_sl: - mfs r6, resr; - andi r6, r6, ESR_LONG_MASK; /* Extract ESR[L] */ - BEQI r6, ex_not_sl; - sli r3, r0, ex_tmp_data_loc_0; - lbui r3, r0, ex_tmp_data_loc_0; /* Store the long, byte-by-byte into destination address */ - sbi r3, r4, 0; - lbui r3, r0, ex_tmp_data_loc_1; - sbi r3, r4, 1; - lbui r3, r0, ex_tmp_data_loc_2; - sbi r3, r4, 2; - lbui r3, r0, ex_tmp_data_loc_3; - sbi r3, r4, 3; - lbui r3, r0, ex_tmp_data_loc_4; - sbi r3, r4, 4; - lbui r3, r0, ex_tmp_data_loc_5; - sbi r3, r4, 5; - lbui r3, r0, ex_tmp_data_loc_6; - sbi r3, r4, 6; - lbui r3, r0, ex_tmp_data_loc_7; - sbi r3, r4, 7; - BRI ex_handler_done; -ex_not_sl: -#endif - mfs r6, resr; - andi r6, r6, ESR_WORD_MASK; /* Extract ESR[W] */ - BEQI r6, ex_shw; - swi r3, r0, ex_tmp_data_loc_0; - lbui r3, r0, ex_tmp_data_loc_0; /* Store the word, byte-by-byte into destination address */ - sbi r3, r4, 0; - lbui r3, r0, ex_tmp_data_loc_1; - sbi r3, r4, 1; - lbui r3, r0, ex_tmp_data_loc_2; - sbi r3, r4, 2; - lbui r3, r0, ex_tmp_data_loc_3; - sbi r3, r4, 3; - BRI ex_handler_done; -ex_shw: - swi r3, r0, ex_tmp_data_loc_0; /* Store the lower half-word, byte-by-byte into destination address */ - -#ifdef __LITTLE_ENDIAN__ - lbui r3, r0, ex_tmp_data_loc_0; -#else - lbui r3, r0, ex_tmp_data_loc_2; -#endif - sbi r3, r4, 0; -#ifdef __LITTLE_ENDIAN__ - lbui r3, r0, ex_tmp_data_loc_1; -#else - lbui r3, r0, ex_tmp_data_loc_3; -#endif - sbi r3, r4, 1; -ex_sw_end: /* Exception handling of store word, ends. */ - BRI ex_handler_done; -#endif /* !NO_UNALIGNED_EXCEPTIONS */ - -#if defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) -handle_fp_ex: - ADDIK r3, r17, -4; /* r17 contains (addr of exception causing FP instruction + 4) */ - lw r4, r0, r3; /* We might find ourselves in a spot here. Unguaranteed load */ - -handle_fp_ex_opb: - ADDIK r6, r0, fp_table_opb; /* Decode opB and store its value in mb_fpex_op_b */ - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - andi r3, r4, 0x1F; - ADDK r3, r3, r3; /* Calculate (fp_table_opb + (regno * 12)) in r5 */ - ADDK r3, r3, r3; - ADDK r5, r3, r3; - ADDK r5, r5, r3; - ADDK r5, r5, r6; - bra r5; - -handle_fp_ex_opa: - ADDIK r6, r0, fp_table_opa; /* Decode opA and store its value in mb_fpex_op_a */ - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - srl r4, r4; - andi r3, r4, 0x1F; - ADDK r3, r3, r3; /* Calculate (fp_table_opb + (regno * 12)) in r5 */ - ADDK r3, r3, r3; - ADDK r5, r3, r3; - ADDK r5, r5, r3; - ADDK r5, r5, r6; - bra r5; - -handle_fp_ex_done: - ori r5, r0, 6; /* Set exception number back to 6 */ - BRI handle_other_ex_tail; - -fp_ex_unhandled: - bri 0; -#endif /* defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) */ - -ex_handler_done: - POP_R17; - POP_MSR; - POP_REG(3); - POP_REG(4); - POP_REG(5); - POP_REG(6); - - ADDIK r1, r1, (EX_HANDLER_STACK_SIZ); /* Restore stack frame */ - rted r17, 0 - nop - -ex_handler_unhandled: - bri 0 /* UNHANDLED. TRAP HERE */ -.end _hw_exception_handler - -#ifndef NO_UNALIGNED_EXCEPTIONS - -/* - * hw_exception_handler Jump Table - * - Contains code snippets for each register that caused the unaligned exception. - * - Hence exception handler is NOT self-modifying - * - Separate table for load exceptions and store exceptions. - * - Each table is of size: (8 * 32) = 256 bytes - */ - -.section .text -.align 4 -lw_table: -lw_r0: R3_TO_LWREG (0); -lw_r1: LWREG_NOP; -lw_r2: R3_TO_LWREG (2); -lw_r3: R3_TO_LWREG_V (3); -lw_r4: R3_TO_LWREG_V (4); -lw_r5: R3_TO_LWREG_V (5); -lw_r6: R3_TO_LWREG_V (6); -lw_r7: R3_TO_LWREG (7); -lw_r8: R3_TO_LWREG (8); -lw_r9: R3_TO_LWREG (9); -lw_r10: R3_TO_LWREG (10); -lw_r11: R3_TO_LWREG (11); -lw_r12: R3_TO_LWREG (12); -lw_r13: R3_TO_LWREG (13); -lw_r14: R3_TO_LWREG (14); -lw_r15: R3_TO_LWREG (15); -lw_r16: R3_TO_LWREG (16); -lw_r17: LWREG_NOP; -lw_r18: R3_TO_LWREG (18); -lw_r19: R3_TO_LWREG (19); -lw_r20: R3_TO_LWREG (20); -lw_r21: R3_TO_LWREG (21); -lw_r22: R3_TO_LWREG (22); -lw_r23: R3_TO_LWREG (23); -lw_r24: R3_TO_LWREG (24); -lw_r25: R3_TO_LWREG (25); -lw_r26: R3_TO_LWREG (26); -lw_r27: R3_TO_LWREG (27); -lw_r28: R3_TO_LWREG (28); -lw_r29: R3_TO_LWREG (29); -lw_r30: R3_TO_LWREG (30); -lw_r31: R3_TO_LWREG (31); - -sw_table: -sw_r0: SWREG_TO_R3 (0); -sw_r1: SWREG_NOP; -sw_r2: SWREG_TO_R3 (2); -sw_r3: SWREG_TO_R3_V (3); -sw_r4: SWREG_TO_R3_V (4); -sw_r5: SWREG_TO_R3_V (5); -sw_r6: SWREG_TO_R3_V (6); -sw_r7: SWREG_TO_R3 (7); -sw_r8: SWREG_TO_R3 (8); -sw_r9: SWREG_TO_R3 (9); -sw_r10: SWREG_TO_R3 (10); -sw_r11: SWREG_TO_R3 (11); -sw_r12: SWREG_TO_R3 (12); -sw_r13: SWREG_TO_R3 (13); -sw_r14: SWREG_TO_R3 (14); -sw_r15: SWREG_TO_R3 (15); -sw_r16: SWREG_TO_R3 (16); -sw_r17: SWREG_NOP; -sw_r18: SWREG_TO_R3 (18); -sw_r19: SWREG_TO_R3 (19); -sw_r20: SWREG_TO_R3 (20); -sw_r21: SWREG_TO_R3 (21); -sw_r22: SWREG_TO_R3 (22); -sw_r23: SWREG_TO_R3 (23); -sw_r24: SWREG_TO_R3 (24); -sw_r25: SWREG_TO_R3 (25); -sw_r26: SWREG_TO_R3 (26); -sw_r27: SWREG_TO_R3 (27); -sw_r28: SWREG_TO_R3 (28); -sw_r29: SWREG_TO_R3 (29); -sw_r30: SWREG_TO_R3 (30); -sw_r31: SWREG_TO_R3 (31); - -/* Temporary data structures used in the handler */ -.section .data -.align DATAALIGN -ex_tmp_data_loc_0: - .byte 0 -ex_tmp_data_loc_1: - .byte 0 -ex_tmp_data_loc_2: - .byte 0 -ex_tmp_data_loc_3: - .byte 0 -#if defined (__arch64__) -ex_tmp_data_loc_4: - .byte 0 -ex_tmp_data_loc_5: - .byte 0 -ex_tmp_data_loc_6: - .byte 0 -ex_tmp_data_loc_7: - .byte 0 -#endif -ex_reg_op: - .byte 0 - -#endif /* ! NO_UNALIGNED_EXCEPTIONS */ - -#if defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) -/* - * FP exception decode jump table. - * - Contains code snippets for each register that could have been a source operand for an excepting FP instruction - * - Hence exception handler is NOT self-modifying - * - Separate table for opA and opB - * - Each table is of size: (12 * 32) = 384 bytes - */ - -.section .text -.align 4 -fp_table_opa: -opa_r0: FP_EX_OPA_SAVE (0); -opa_r1: FP_EX_UNHANDLED; -opa_r2: FP_EX_OPA_SAVE (2); -opa_r3: FP_EX_OPA_SAVE_V (3); -opa_r4: FP_EX_OPA_SAVE_V (4); -opa_r5: FP_EX_OPA_SAVE_V (5); -opa_r6: FP_EX_OPA_SAVE_V (6); -opa_r7: FP_EX_OPA_SAVE (7); -opa_r8: FP_EX_OPA_SAVE (8); -opa_r9: FP_EX_OPA_SAVE (9); -opa_r10: FP_EX_OPA_SAVE (10); -opa_r11: FP_EX_OPA_SAVE (11); -opa_r12: FP_EX_OPA_SAVE (12); -opa_r13: FP_EX_OPA_SAVE (13); -opa_r14: FP_EX_UNHANDLED; -opa_r15: FP_EX_UNHANDLED; -opa_r16: FP_EX_UNHANDLED; -opa_r17: FP_EX_UNHANDLED; -opa_r18: FP_EX_OPA_SAVE (18); -opa_r19: FP_EX_OPA_SAVE (19); -opa_r20: FP_EX_OPA_SAVE (20); -opa_r21: FP_EX_OPA_SAVE (21); -opa_r22: FP_EX_OPA_SAVE (22); -opa_r23: FP_EX_OPA_SAVE (23); -opa_r24: FP_EX_OPA_SAVE (24); -opa_r25: FP_EX_OPA_SAVE (25); -opa_r26: FP_EX_OPA_SAVE (26); -opa_r27: FP_EX_OPA_SAVE (27); -opa_r28: FP_EX_OPA_SAVE (28); -opa_r29: FP_EX_OPA_SAVE (29); -opa_r30: FP_EX_OPA_SAVE (30); -opa_r31: FP_EX_OPA_SAVE (31); - -fp_table_opb: -opb_r0: FP_EX_OPB_SAVE (0); -opb_r1: FP_EX_UNHANDLED; -opb_r2: FP_EX_OPB_SAVE (2); -opb_r3: FP_EX_OPB_SAVE_V (3); -opb_r4: FP_EX_OPB_SAVE_V (4); -opb_r5: FP_EX_OPB_SAVE_V (5); -opb_r6: FP_EX_OPB_SAVE_V (6); -opb_r7: FP_EX_OPB_SAVE (7); -opb_r8: FP_EX_OPB_SAVE (8); -opb_r9: FP_EX_OPB_SAVE (9); -opb_r10: FP_EX_OPB_SAVE (10); -opb_r11: FP_EX_OPB_SAVE (11); -opb_r12: FP_EX_OPB_SAVE (12); -opb_r13: FP_EX_OPB_SAVE (13); -opb_r14: FP_EX_UNHANDLED; -opb_r15: FP_EX_UNHANDLED; -opb_r16: FP_EX_UNHANDLED; -opb_r17: FP_EX_UNHANDLED; -opb_r18: FP_EX_OPB_SAVE (18); -opb_r19: FP_EX_OPB_SAVE (19); -opb_r20: FP_EX_OPB_SAVE (20); -opb_r21: FP_EX_OPB_SAVE (21); -opb_r22: FP_EX_OPB_SAVE (22); -opb_r23: FP_EX_OPB_SAVE (23); -opb_r24: FP_EX_OPB_SAVE (24); -opb_r25: FP_EX_OPB_SAVE (25); -opb_r26: FP_EX_OPB_SAVE (26); -opb_r27: FP_EX_OPB_SAVE (27); -opb_r28: FP_EX_OPB_SAVE (28); -opb_r29: FP_EX_OPB_SAVE (29); -opb_r30: FP_EX_OPB_SAVE (30); -opb_r31: FP_EX_OPB_SAVE (31); - -#endif /* defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) */ - -#if defined(MICROBLAZE_FP_EXCEPTION_ENABLED) && defined(MICROBLAZE_FP_EXCEPTION_DECODE) -/* This is where we store the opA and opB of the last excepting FP instruction */ -.section .data -.align DATAALIGN -.global mb_fpex_op_a -.global mb_fpex_op_b -mb_fpex_op_a: - INTPTR_DATAITEM 0 -mb_fpex_op_b: - INTPTR_DATAITEM 0 -#endif /* defined (MICROBLAZE_FP_EXCEPTION_ENABLED) && defined (MICROBLAZE_FP_EXCEPTION_DECODE) */ - -#if defined(XPAR_MICROBLAZE_USE_STACK_PROTECTION) && (XPAR_MICROBLAZE_USE_STACK_PROTECTION == 1) -/* This is where we store the register used to check which exception occurred */ - .section .data - .align DATAALIGN -mb_sp_save_r3: - INTPTR_DATAITEM 0 -#endif /* defined(XPAR_MICROBLAZE_USE_STACK_PROTECTION) && (XPAR_MICROBLAZE_USE_STACK_PROTECTION == 1) */ - -/* The exception vector table */ -.section .data -.align DATAALIGN -.global MB_ExceptionVectorTable -MB_ExceptionVectorTable: - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 0 /* -- FSL Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 1 /* -- Unaligned Access Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 2 /* -- Illegal Opcode Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 3 /* -- Instruction Bus Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 4 /* -- Data Bus Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 5 /* -- Div-by-0 Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 6 /* -- FPU Exception -- */ - INTPTR_DATAITEM XNullHandler - INTPTR_DATAITEM 7 /* -- MMU Exceptions -- */ - -#else /* Dummy exception handler, in case exceptions are not present in the processor */ - -.global _hw_exception_handler -.section .text -.align 2 -.ent _hw_exception_handler -_hw_exception_handler: - bri 0; -.end _hw_exception_handler - -#endif /* MICROBLAZE_EXCEPTIONS_ENABLED */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/mb_interface.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/mb_interface.h deleted file mode 100644 index dcdb877..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/mb_interface.h +++ /dev/null @@ -1,459 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file mb_interface.h -* -* @addtogroup microblaze_pseudo_asm_macro Microblaze Pseudo-asm Macros and Interrupt Handling APIs -* -* Microblaze BSP includes macros to provide convenient access to various registers -* in the MicroBlaze processor. Some of these macros are very useful within -* exception handlers for retrieving information about the exception.Also, -* the interrupt handling functions help manage interrupt handling on MicroBlaze -* processor devices.To use these functions, include the header file -* mb_interface.h in your source code -* -* @{ -* -******************************************************************************/ -/** - *@cond nocomments - */ - -#ifndef _MICROBLAZE_INTERFACE_H_ -#define _MICROBLAZE_INTERFACE_H_ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_exception.h" - -#ifdef __cplusplus -extern "C" { -#endif -extern void microblaze_enable_interrupts(void); /* Enable Interrupts */ -extern void microblaze_disable_interrupts(void); /* Disable Interrupts */ -extern void microblaze_enable_icache(void); /* Enable Instruction Cache */ -extern void microblaze_disable_icache(void); /* Disable Instruction Cache */ -extern void microblaze_enable_dcache(void); /* Enable Instruction Cache */ -extern void microblaze_disable_dcache(void); /* Disable Instruction Cache */ -extern void microblaze_enable_exceptions(void); /* Enable hardware exceptions */ -extern void microblaze_disable_exceptions(void); /* Disable hardware exceptions */ - -/** - *@endcond - */ -extern void microblaze_register_handler(XInterruptHandler Handler, void *DataPtr); /* Register top level interrupt handler */ -extern void microblaze_register_exception_handler(u32 ExceptionId, Xil_ExceptionHandler Handler, void *DataPtr); /* Register exception handler */ - -/** - *@cond nocomments - */ -extern void microblaze_invalidate_icache(void); /* Invalidate the entire icache */ -extern void microblaze_invalidate_dcache(void); /* Invalidate the entire dcache */ -extern void microblaze_flush_dcache(void); /* Flush the whole dcache */ -extern void microblaze_invalidate_icache_range(UINTPTR cacheaddr, u32 len); /* Invalidate a part of the icache */ -extern void microblaze_invalidate_dcache_range(UINTPTR cacheaddr, u32 len); /* Invalidate a part of the dcache */ -extern void microblaze_flush_dcache_range(UINTPTR cacheaddr, u32 len); /* Flush a part of the dcache */ -extern void microblaze_scrub(void); /* Scrub LMB and internal BRAM */ -extern void microblaze_invalidate_cache_ext(void); /* Invalidate cache ext */ -extern void microblaze_flush_cache_ext(void); /* Flush cache ext */ -extern void microblaze_flush_cache_ext_range(UINTPTR cacheaddr, - u32 len); /* Flush cache ext range */ -extern void microblaze_invalidate_cache_ext_range(UINTPTR cacheaddr, - u32 len); /* Invalidate cache ext range */ - -/* Deprecated */ -extern void microblaze_update_icache (s32 , s32 , s32 ) __attribute__((deprecated)); -extern void microblaze_init_icache_range (s32 , s32 ) __attribute__((deprecated)); -extern void microblaze_update_dcache (s32 , s32 , s32 ) __attribute__((deprecated)); -extern void microblaze_init_dcache_range (s32 , s32 ) __attribute__((deprecated)); - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - -/* FSL Access Macros */ - -/* Blocking Data Read and Write to FSL no. id */ -#define getfsl(val, id) asm volatile ("get\t%0,rfsl" stringify(id) : "=d" (val)) -#define putfsl(val, id) asm volatile ("put\t%0,rfsl" stringify(id) :: "d" (val)) - -/* Non-blocking Data Read and Write to FSL no. id */ -#define ngetfsl(val, id) asm volatile ("nget\t%0,rfsl" stringify(id) : "=d" (val)) -#define nputfsl(val, id) asm volatile ("nput\t%0,rfsl" stringify(id) :: "d" (val)) - -/* Blocking Control Read and Write to FSL no. id */ -#define cgetfsl(val, id) asm volatile ("cget\t%0,rfsl" stringify(id) : "=d" (val)) -#define cputfsl(val, id) asm volatile ("cput\t%0,rfsl" stringify(id) :: "d" (val)) - -/* Non-blocking Control Read and Write to FSL no. id */ -#define ncgetfsl(val, id) asm volatile ("ncget\t%0,rfsl" stringify(id) : "=d" (val)) -#define ncputfsl(val, id) asm volatile ("ncput\t%0,rfsl" stringify(id) :: "d" (val)) - -/* Polling versions of FSL access macros. This makes the FSL access interruptible */ -#define getfsl_interruptible(val, id) asm volatile ("\n1:\n\tnget\t%0,rfsl" stringify(id) "\n\t" \ - "addic\tr18,r0,0\n\t" \ - "bnei\tr18,1b\n" \ - : "=d" (val) :: "r18") - -#define putfsl_interruptible(val, id) asm volatile ("\n1:\n\tnput\t%0,rfsl" stringify(id) "\n\t" \ - "addic\tr18,r0,0\n\t" \ - "bnei\tr18,1b\n" \ - :: "d" (val) : "r18") - -#define cgetfsl_interruptible(val, id) asm volatile ("\n1:\n\tncget\t%0,rfsl" stringify(id) "\n\t" \ - "addic\tr18,r0,0\n\t" \ - "bnei\tr18,1b\n" \ - : "=d" (val) :: "r18") - -#define cputfsl_interruptible(val, id) asm volatile ("\n1:\n\tncput\t%0,rfsl" stringify(id) "\n\t" \ - "addic\tr18,r0,0\n\t" \ - "bnei\tr18,1b\n" \ - :: "d" (val) : "r18") -/* FSL valid and error check macros. */ -#define fsl_isinvalid(result) asm volatile ("addic\t%0,r0,0" : "=d" (result)) -#define fsl_iserror(error) asm volatile ("mfs\t%0,rmsr\n\t" \ - "andi\t%0,%0,0x10" : "=d" (error)) - -/* Pseudo assembler instructions */ -#define clz(v) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "clz\t%0,%1\n" : "=d"(_rval): "d" (v) \ - ); \ - _rval; \ - }) - -#define mbar(mask) ({ __asm__ __volatile__ ("mbar\t" stringify(mask) ); }) -#define mb_sleep() ({ __asm__ __volatile__ ("sleep\t"); }) -#define mb_hibernate() ({ __asm__ __volatile__ ("hibernate\t"); }) -#define mb_suspend() ({ __asm__ __volatile__ ("suspend\t"); }) -#define mb_swapb(v) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "swapb\t%0,%1\n" : "=d"(_rval) : "d" (v) \ - ); \ - _rval; \ - }) - -#define mb_swaph(v) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "swaph\t%0,%1\n" : "=d"(_rval) : "d" (v) \ - ); \ - _rval; \ - }) - -/** @name Microblaze pseudo-asm macros - * - * The following is a summary of the MicroBlaze processor pseudo-asm macros. - * @{ - */ - - /** - Return value from the general purpose register (GPR) rn. - @param rn General purpose register to be read. -*/ -#define mfgpr(rn) ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "or\t%0,r0," stringify(rn) "\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - - /** - Return the current value of the MSR. -*/ -#define mfmsr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rmsr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - - /** - Return the current value of the Exception Address Register (EAR). -*/ -#define mfear() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rear\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfeare() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfse\t%0,rear\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - /** - Return the current value of the Exception Status Register (ESR). -*/ -#define mfesr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,resr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - - /** - Return the current value of the Floating Point Status (FPS). -*/ -#define mffsr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rfsr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) -/*@}*/ -#define mfpvr(rn) ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rpvr" stringify(rn) "\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfpvre(rn) ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfse\t%0,rpvr" stringify(rn) "\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfbtr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rbtr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfedr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,redr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfpid() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rpid\n" : "=d"(_rval)\ - ); \ - _rval; \ - }) - -#define mfzpr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rzpr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mftlbx() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rtlbx\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mftlblo() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rtlblo\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mftlbhi() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rtlbhi\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfslr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rslr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mfshr() ({ UINTPTR _rval = 0U; \ - __asm__ __volatile__ ( \ - "mfs\t%0,rshr\n" : "=d"(_rval) \ - ); \ - _rval; \ - }) - -#define mtgpr(rn, v) ({ __asm__ __volatile__ ( \ - "or\t" stringify(rn) ",r0,%0\n" :: "d" (v) \ - ); \ - }) - -#define mtmsr(v) ({ __asm__ __volatile__ ( \ - "mts\trmsr,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - - -#define mtfsr(v) ({ __asm__ __volatile__ ( \ - "mts\trfsr,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mtpid(v) ({ __asm__ __volatile__ ( \ - "mts\trpid,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mtzpr(v) ({ __asm__ __volatile__ ( \ - "mts\trzpr,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mttlbx(v) ({ __asm__ __volatile__ ( \ - "mts\trtlbx,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mttlblo(v) ({ __asm__ __volatile__ ( \ - "mts\trtlblo,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mttlbhi(v) ({ __asm__ __volatile__ ( \ - "mts\trtlbhi,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mttlbsx(v) ({ __asm__ __volatile__ ( \ - "mts\trtlbsx,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mtslr(v) ({ __asm__ __volatile__ ( \ - "mts\trslr,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define mtshr(v) ({ __asm__ __volatile__ ( \ - "mts\trshr,%0\n\tnop\n" :: "d" (v) \ - ); \ - }) - -#define lwx(address) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lwx\t%0,%1,r0\n" : "=d"(_rval) : "d" (address) \ - ); \ - _rval; \ - }) - -#define lwr(address) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lwr\t%0,%1,r0\n" : "=d"(_rval) : "d" (address) \ - ); \ - _rval; \ - }) - - -#define lwea(lladdr) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lwea\t%0,%M1,%L1\n" : "=d"(_rval) : "d" (lladdr) \ - ); \ - _rval; \ - }) - -#define lhur(address) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lhur\t%0,%1,r0\n" : "=d"(_rval) : "d" (address) \ - ); \ - _rval; \ - }) - -#define lhuea(lladdr) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lhuea\t%0,%M1,%L1\n" : "=d"(_rval) : "d" (lladdr) \ - ); \ - _rval; \ - }) - -#define lbur(address) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lbur\t%0,%1,r0\n" : "=d"(_rval) : "d" (address) \ - ); \ - _rval; \ - }) - -#define lbuea(lladdr) ({ u32 _rval = 0U; \ - __asm__ __volatile__ ( \ - "lbuea\t%0,%M1,%L1\n" : "=d"(_rval) : "d" (lladdr) \ - ); \ - _rval; \ - }) - -#define swx(address, data) ({ __asm__ __volatile__ ( \ - "swx\t%0,%1,r0\n" :: "d" (data), "d" (address) \ - ); \ - }) - -#define swr(address, data) ({ __asm__ __volatile__ ( \ - "swr\t%0,%1,r0\n" :: "d" (data), "d" (address) \ - ); \ - }) - -#define swea(lladdr, data) ({ __asm__ __volatile__ ( \ - "swea\t%0,%M1,%L1\n" :: "d" (data), "d" (lladdr) \ - ); \ - }) - -#define shr(address, data) ({ __asm__ __volatile__ ( \ - "shr\t%0,%1,r0\n" :: "d" (data), "d" (address) \ - ); \ - }) - -#define shea(lladdr, data) ({ __asm__ __volatile__ ( \ - "shea\t%0,%M1,%L1\n" :: "d" (data), "d" (lladdr) \ - ); \ - }) - -#define sbr(address, data) ({ __asm__ __volatile__ ( \ - "sbr\t%0,%1,r0\n" :: "d" (data), "d" (address) \ - ); \ - }) - -#define sbea(lladdr, data) ({ __asm__ __volatile__ ( \ - "sbea\t%0,%M1,%L1\n" :: "d" (data), "d" (lladdr) \ - ); \ - }) - -#define microblaze_getfpex_operand_a() ({ \ - extern u32 mb_fpex_op_a; \ - mb_fpex_op_a; \ - }) - -#define microblaze_getfpex_operand_b() ({ \ - extern u32 mb_fpex_op_b; \ - mb_fpex_op_b; \ - }) - -/* Deprecated MicroBlaze FSL macros */ -#define microblaze_bread_datafsl(val, id) getfsl(val,id) -#define microblaze_bwrite_datafsl(val, id) putfsl(val,id) -#define microblaze_nbread_datafsl(val, id) ngetfsl(val,id) -#define microblaze_nbwrite_datafsl(val, id) nputfsl(val,id) -#define microblaze_bread_cntlfsl(val, id) cgetfsl(val,id) -#define microblaze_bwrite_cntlfsl(val, id) cputfsl(val,id) -#define microblaze_nbread_cntlfsl(val, id) ncgetfsl(val,id) -#define microblaze_nbwrite_cntlfsl(val, id) ncputfsl(val,id) - -#ifdef __cplusplus -} -#endif -#endif // _MICROBLAZE_INTERFACE_H_ -/** - *@endcond - */ - -/** -* @} End of "addtogroup microblaze_pseudo_asm_macro". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_dcache.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_dcache.S deleted file mode 100644 index 42343dd..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_dcache.S +++ /dev/null @@ -1,59 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* File : microblaze_disable_dcache.s -* Date : 2002, March 20. -* Company: Xilinx -* Group : Emerging Software Technologies -* -* Summary: -* Disable the L1 dcache on the microblaze. -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - - .text - .globl microblaze_disable_dcache - .ent microblaze_disable_dcache - .align 2 -microblaze_disable_dcache: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - -#if XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK != 0 - ADDIK r1, r1, -8 - SI r15, r1, 0 - BRLID r15, microblaze_flush_dcache /* microblaze_flush_dcache does not use r1*/ - nop - LI r15, r1, 0 - ADDIK r1, r1, 8 -#endif /* XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK != 0 */ - rtsd r15, 8 - msrclr r0, 0x80 - -#else /* XPAR_MICROBLAZE_USE_MSR_INSTR == 1 */ - - ADDIK r1, r1, -8 - -#if XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK != 0 - SI r15, r1, 0 - BRLID r15, microblaze_flush_dcache - nop -#endif /* XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK != 0 */ - mfs r11, rmsr - andi r11, r11, ~(0x80) - mts rmsr, r11 - -#if XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK != 0 - LI r15, r1, 0 -#endif /* XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK != 0 */ - - ADDIK r1, r1, 8 - rtsd r15, 8 - nop - -#endif /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - .end microblaze_disable_dcache diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_exceptions.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_exceptions.S deleted file mode 100644 index c38e742..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_exceptions.S +++ /dev/null @@ -1,29 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* Disable exceptions on microblaze. -* -* -******************************************************************************/ - -#include "xparameters.h" - - .text - .globl microblaze_disable_exceptions - .ent microblaze_disable_exceptions - .align 2 -microblaze_disable_exceptions: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8 - msrclr r0, 0x100 -#else - mfs r4, rmsr; - andi r4, r4, ~(0x100); /* Turn OFF the EE bit */ - mts rmsr, r4; - rtsd r15, 8; - nop; -#endif -.end microblaze_disable_exceptions diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_icache.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_icache.S deleted file mode 100644 index ef12a6d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_icache.S +++ /dev/null @@ -1,39 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* File : microblaze_disable_icache.s -* Date : 2002, March 20. -* Company: Xilinx -* Group : Emerging Software Technologies -* -* Summary: -* Disable L1 icache on the microblaze. -* -* -******************************************************************************/ - -#include "xparameters.h" - - .text - .globl microblaze_disable_icache - .ent microblaze_disable_icache - .align 2 -microblaze_disable_icache: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8 - msrclr r0, 0x20 -#else /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - #Read the MSR register - mfs r8, rmsr - #Clear the icache enable bit - andi r8, r8, ~(0x20) - #Save the MSR register - mts rmsr, r8 - #Return - rtsd r15, 8 - nop -#endif - .end microblaze_disable_icache diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_interrupts.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_interrupts.S deleted file mode 100644 index ab0423e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_disable_interrupts.S +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* @file microblaze_disable_interrupts.S -* -* @addtogroup microblaze_pseudo_asm_macro -* @{ -*

microblaze_disable_interrupts.S

-* - API to disable Interrupts: void microblaze_disable_interrupts(void) -* -* This API Disables interrupts on the MicroBlaze processor. It can be -* called when entering a critical section of code where a context switch is -* undesirable. -* -*
-* File   : microblaze_disable_interrupts.s
-* Date   : 2002, March 20.
-* Company: Xilinx
-* Group  : Emerging Software Technologies
-*
-* Summary:
-* Disable interrupts on the microblaze.
-* 
-* -******************************************************************************/ - -#include "xparameters.h" - - .text - .globl microblaze_disable_interrupts - .ent microblaze_disable_interrupts - .align 2 -microblaze_disable_interrupts: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8 - msrclr r0, 0x2 -#else /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - #Read the MSR register - mfs r12, rmsr - #Clear the interrupt enable bit - andi r12, r12, ~(0x2) - #Save the MSR register - mts rmsr, r12 - #Return - rtsd r15, 8 - nop -#endif /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - .end microblaze_disable_interrupts -/** -* @} End of "addtogroup microblaze_pseudo_asm_macro". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_dcache.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_dcache.S deleted file mode 100644 index 0da9fd9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_dcache.S +++ /dev/null @@ -1,40 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* File : microblaze_enable_dcache.s -* Date : 2002, March 20. -* Company: Xilinx -* Group : Emerging Software Technologies -* -* Summary: -* Enable L1 dcache on the microblaze. -* -* -******************************************************************************/ - -#include "xparameters.h" - - .text - .globl microblaze_enable_dcache - .ent microblaze_enable_dcache - .align 2 -microblaze_enable_dcache: - -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8 - msrset r0, 0x80 -#else /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - #Read the MSR register - mfs r8, rmsr - #Set the interrupt enable bit - ori r8, r8, 0x80 - #Save the MSR register - mts rmsr, r8 - #Return - rtsd r15, 8 - nop -#endif /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - .end microblaze_enable_dcache diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_exceptions.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_exceptions.S deleted file mode 100644 index 62b8cf7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_exceptions.S +++ /dev/null @@ -1,29 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* Enable exceptions on microblaze. -* -* -******************************************************************************/ - -#include "xparameters.h" - - .text - .globl microblaze_enable_exceptions - .ent microblaze_enable_exceptions - .align 2 -microblaze_enable_exceptions: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8; - msrset r0, 0x100 -#else /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - mfs r4, rmsr; - ori r4, r4, 0x100; /* Turn ON the EE bit */ - mts rmsr, r4; - rtsd r15, 8; - nop; -#endif /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ -.end microblaze_enable_exceptions diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_icache.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_icache.S deleted file mode 100644 index e654a6c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_icache.S +++ /dev/null @@ -1,38 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* File : microblaze_enable_icache.s -* Date : 2002, March 20. -* Company: Xilinx -* Group : Emerging Software Technologies -* -* Summary: -* Enable icache on the microblaze. -* -* -******************************************************************************/ -#include "xparameters.h" - - .text - .globl microblaze_enable_icache - .ent microblaze_enable_icache - .align 2 -microblaze_enable_icache: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8 - msrset r0, 0x20 -#else /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - #Read the MSR register - mfs r8, rmsr - #Set the interrupt enable bit - ori r8, r8, 0x20 - #Save the MSR register - mts rmsr, r8 - #Return - rtsd r15, 8 - nop -#endif /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - .end microblaze_enable_icache diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_interrupts.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_interrupts.S deleted file mode 100644 index 59f64c3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_enable_interrupts.S +++ /dev/null @@ -1,55 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* @file microblaze_enable_interrupts.S -* -* @addtogroup microblaze_pseudo_asm_macro -* @{ -*

microblaze_enable_interrupts.S

-* - API to Enable Interrupts: void microblaze_enable_interrupts(void) -* -* This API Enables interrupts on the MicroBlaze processor. When the MicroBlaze -* processor starts up, interrupts are disabled. Interrupts must be explicitly -* turned on using this function. -* -*
-*
-* File   : microblaze_enable_interrupts.s
-* Date   : 2002, March 20.
-* Company: Xilinx
-* Group  : Emerging Software Technologies
-*
-* Summary:
-* Enable interrupts on the microblaze.
-* 
-* -******************************************************************************/ - -#include "xparameters.h" - - .text - .globl microblaze_enable_interrupts - .ent microblaze_enable_interrupts - .align 2 -microblaze_enable_interrupts: -#if XPAR_MICROBLAZE_USE_MSR_INSTR == 1 - rtsd r15, 8 - msrset r0, 0x2 - nop -#else /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - #Read the MSR register - mfs r12, rmsr - #Set the interrupt enable bit - ori r12, r12, 0x2 - #Save the MSR register - mts rmsr, r12 - #Return - rtsd r15, 8 - nop -#endif /*XPAR_MICROBLAZE_USE_MSR_INSTR == 1*/ - .end microblaze_enable_interrupts -/** -* @} End of "addtogroup microblaze_pseudo_asm_macro". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exception_handler.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exception_handler.c deleted file mode 100644 index fccfe4d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exception_handler.c +++ /dev/null @@ -1,67 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*****************************************************************************/ -/** -* -* @file microblaze_exception_handler.c -* -* This file contains exception handler registration routines for -* the MicroBlaze processor. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.00b 06/24/04 First release
-* 
-* -******************************************************************************/ - - -/***************************** Include Files *********************************/ -#include "microblaze_exceptions_i.h" -#include "microblaze_exceptions_g.h" - -#ifdef MICROBLAZE_EXCEPTIONS_ENABLED /* If exceptions are enabled in the processor */ -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ -extern MB_ExceptionVectorTableEntry MB_ExceptionVectorTable[]; -/****************************************************************************/ - -/*****************************************************************************/ -/** -* -* Registers an exception handler for the MicroBlaze. The -* argument provided in this call as the DataPtr is used as the argument -* for the handler when it is called. -* -* @param ExceptionId is the id of the exception to register this handler -* for. -* @param Top level handler. -* @param DataPtr is a reference to data that will be passed to the handler -* when it gets called. -* @return None. -* -****************************************************************************/ -void microblaze_register_exception_handler(u32 ExceptionId, Xil_ExceptionHandler Handler, void *DataPtr) -{ - MB_ExceptionVectorTable[ExceptionId].Handler = Handler; - MB_ExceptionVectorTable[ExceptionId].CallBackRef = DataPtr; -} - -#endif /* MICROBLAZE_EXCEPTIONS_ENABLED */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exceptions_g.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exceptions_g.h deleted file mode 100644 index 069dad9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exceptions_g.h +++ /dev/null @@ -1,36 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_exceptions_g.h -* -* This file contains the exception handling information for the MicroBlaze -* processor. This file is usually generated by LibGen. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.00a 06/24/04 First release
-* 
-* -******************************************************************************/ -#ifndef MICROBLAZE_EXCEPTIONS_G_H /* prevent circular inclusions */ -#define MICROBLAZE_EXCEPTIONS_G_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#define MICROBLAZE_EXCEPTIONS_ENABLED 1 - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exceptions_i.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exceptions_i.h deleted file mode 100644 index c895633..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_exceptions_i.h +++ /dev/null @@ -1,69 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_exceptions_i.h -* -* This header file contains defines for structures used by the microblaze -* hardware exception handler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.00a 06/24/04 First release
-* 
-* -******************************************************************************/ - -#ifndef MICROBLAZE_EXCEPTIONS_I_H /* prevent circular inclusions */ -#define MICROBLAZE_EXCEPTIONS_I_H /* by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_exception.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ - -typedef struct -{ - Xil_ExceptionHandler Handler; - void *CallBackRef; -} MB_ExceptionVectorTableEntry; - -/* Exception IDs */ -#define XEXC_ID_FSL 0U -#define XEXC_ID_UNALIGNED_ACCESS 1U -#define XEXC_ID_ILLEGAL_OPCODE 2U -#define XEXC_ID_M_AXI_I_EXCEPTION 3U -#define XEXC_ID_IPLB_EXCEPTION 3U -#define XEXC_ID_M_AXI_D_EXCEPTION 4U -#define XEXC_ID_DPLB_EXCEPTION 4U -#define XEXC_ID_DIV_BY_ZERO 5U -#define XEXC_ID_FPU 6U -#define XEXC_ID_STACK_VIOLATION 7U -#define XEXC_ID_MMU 7U - -/** - *@endcond - */ - -void microblaze_register_exception_handler(u32 ExceptionId, Xil_ExceptionHandler Handler, void *DataPtr); - -#ifdef __cplusplus -} -#endif -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_cache_ext.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_cache_ext.S deleted file mode 100644 index 59db30b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_cache_ext.S +++ /dev/null @@ -1,47 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_flush_cache_ext() -* -* Flush the entire L2 Cache -* -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN 16 - -#define CACHEABLE_REGION_SIZE (XPAR_MICROBLAZE_DCACHE_HIGHADDR - XPAR_MICROBLAZE_DCACHE_BASEADDR) - - - .text - .globl microblaze_flush_cache_ext - .ent microblaze_flush_cache_ext - .align 2 - -microblaze_flush_cache_ext: - -#if ((XPAR_MICROBLAZE_INTERCONNECT==3) && (XPAR_MICROBLAZE_USE_DCACHE==1)) - ADDIK r5, r0, XPAR_MICROBLAZE_DCACHE_BASEADDR & (-(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) - - ADDIK r6, r0, CACHEABLE_REGION_SIZE-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - -Loop_start: - wdc.ext.flush r5, r6 -#if defined (__arch64__) - addlik r6, r6,-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - beagei r6, Loop_start -#else - bgtid r6,Loop_start - addik r6, r6,-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) -#endif -#endif - rtsd r15, 8 - nop - .end microblaze_flush_cache_ext diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_cache_ext_range.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_cache_ext_range.S deleted file mode 100644 index d72dfa4..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_cache_ext_range.S +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_flush_cache_ext_range (unsigned int cacheaddr, unsigned int len) -* -*Flush a L2 Cache range -* -*Parameters: -* 'cacheaddr' - address in the L2 cache where the flush begins -* 'len ' - length (in bytes) worth of L2 cache to be flushed -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN 16 - - .text - .globl microblaze_flush_cache_ext_range - .ent microblaze_flush_cache_ext_range - .align 2 - -microblaze_flush_cache_ext_range: -#if ((XPAR_MICROBLAZE_INTERCONNECT==3) && (XPAR_MICROBLAZE_USE_DCACHE==1)) - beqi r6, Loop_done - - ADDIK r6, r6, -1 - ADD r6, r5, r6 - - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - ANDI r5, r5, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - - RSUBK r6, r5, r6 -Loop_start: - wdc.ext.flush r5, r6 -#if defined (__arch64__ ) - addlik r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - beagei r6, Loop_start -#else - bneid r6, Loop_start - addik r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) -#endif - -Loop_done: -#endif - rtsd r15, 8 - nop - - .end microblaze_flush_cache_ext_range diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_dcache.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_dcache.S deleted file mode 100644 index b8b4805..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_dcache.S +++ /dev/null @@ -1,51 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* -* microblaze_flush_dcache() -* -* Flush the L1 DCache -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define MICROBLAZE_MSR_DCACHE_ENABLE 0x00000080 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN -#define XPAR_MICROBLAZE_DCACHE_LINE_LEN 1 -#endif - - .text - .globl microblaze_flush_dcache - .ent microblaze_flush_dcache - .align 2 - -microblaze_flush_dcache: -#if (XPAR_MICROBLAZE_USE_DCACHE==1) && (XPAR_MICROBLAZE_ALLOW_DCACHE_WR==1) - ADDIK r5, r0, XPAR_MICROBLAZE_DCACHE_BASEADDR & (-(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) /* Align to cache line */ - ADDIK r6, r5, XPAR_MICROBLAZE_DCACHE_BYTE_SIZE & (-(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) /* Compute end */ - -L_start: - wdc.flush r5, r0 /* Flush the Cache */ - - CMPU r18, r5, r6 /* Are we at the end? */ - BLEI r18, L_done - -#if defined (__arch64__ ) - addlik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 */ - BRI L_start -#else - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ -#endif -L_done: -#endif - rtsd r15, 8 /* Return */ - nop - .end microblaze_flush_dcache diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_dcache_range.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_dcache_range.S deleted file mode 100644 index b2d1553..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_flush_dcache_range.S +++ /dev/null @@ -1,97 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_flush_dcache_range (unsigned int cacheaddr, unsigned int len) -* -* Flush a L1 DCache range -* -* Parameters: -* 'cacheaddr' - address in the Dcache where the flush begins -* 'len ' - length (in bytes) worth of Dcache to be flushed -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define MICROBLAZE_MSR_DCACHE_ENABLE 0x00000080 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN -#define XPAR_MICROBLAZE_DCACHE_LINE_LEN 1 -#endif - -#ifndef XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#define MB_VERSION_LT_v720 -#define MB_HAS_WRITEBACK_SET 0 -#else -#define MB_HAS_WRITEBACK_SET XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#endif - - .text - .globl microblaze_flush_dcache_range - .ent microblaze_flush_dcache_range - .align 2 - -microblaze_flush_dcache_range: -#if (XPAR_MICROBLAZE_USE_DCACHE==1) && (XPAR_MICROBLAZE_ALLOW_DCACHE_WR==1) - -#ifdef MB_VERSION_LT_v720 /* Disable Dcache and interrupts before invalidating */ - mfs r9, rmsr - andi r10, r9, ~(MICROBLAZE_MSR_DCACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE) - mts rmsr, r10 -#endif - - beqi r6, L_done /* Skip loop if size is zero */ - - ADD r6, r5, r6 /* Compute end address */ - ADDIK r6, r6, -1 - - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN) /* Align end down to cache line */ - ANDI r5, r5, -(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN) /* Align start down to cache line */ - -#if MB_HAS_WRITEBACK_SET == 0 /* Use a different scheme for MB version < v7.20 or when caches are write-through */ - -L_start: - CMPU r18, r5, r6 /* Are we at the end? */ - BLTI r18, L_done - - wdc r5, r0 /* Invalidate the cache line */ - -#if defined (__arch64__ ) - addlik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 */ - breai L_start /* Branch to the beginning of the loop */ -#else - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ -#endif -#else - RSUBK r6, r5, r6 - /* r6 will now contain (count of bytes - (4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) */ -L_start: - wdc.flush r5, r6 /* Flush the cache line */ -#if defined (__arch64__ ) - addlik r6, r6, -(XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) - beagei r6, L_start -#else - bneid r6, L_start - addik r6, r6, -(XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) -#endif -#endif - -L_done: - rtsd r15, 8 -#ifdef MB_VERSION_LT_v720 /* restore MSR only for MB version < v7.20 */ - mts rmsr, r9 -#else - nop -#endif - -#else - rtsd r15, 8 /* Return */ - nop -#endif - .end microblaze_flush_dcache_range diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_init_dcache_range.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_init_dcache_range.S deleted file mode 100644 index 869dc92..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_init_dcache_range.S +++ /dev/null @@ -1,59 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2006 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_init_dcache_range (unsigned int cache_start, unsigned int cache_len) -* -* Invalidate dcache on the microblaze -* -* Parameters: -* 'cache_start' - address in the Dcache where invalidation begins -* 'cache_len' - length (in bytes) worth of Dcache to be invalidated -* -* -*******************************************************************************/ - -#include "xparameters.h" - -#define MICROBLAZE_MSR_DCACHE_ENABLE 0x00000080 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN -#define XPAR_MICROBLAZE_DCACHE_LINE_LEN 1 -#endif - - .text - .globl microblaze_init_dcache_range - .ent microblaze_init_dcache_range - .align 2 - -microblaze_init_dcache_range: -#if (XPAR_MICROBLAZE_USE_DCACHE==1) && (XPAR_MICROBLAZE_ALLOW_DCACHE_WR==1) - mfs r9, rmsr /* Disable Dcache and interrupts before invalidating */ - andi r10, r9, (~(MICROBLAZE_MSR_DCACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE)) - mts rmsr, r10 - - andi r5, r5, -(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN) /* Align to cache line */ - - add r6, r5, r6 /* Compute end */ - andi r6, r6, -(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN) /* Align to cache line */ - -L_start: - wdc r5, r0 /* Invalidate the Cache (delay slot) */ - - cmpu r18, r5, r6 /* Are we at the end ? */ - blei r18, L_done - - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ - -L_done: - rtsd r15, 8 /* Return */ - mts rmsr, r9 -#else - rtsd r15, 8 /* Return */ - nop -#endif - .end microblaze_init_dcache_range diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_init_icache_range.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_init_icache_range.S deleted file mode 100644 index 2495824..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_init_icache_range.S +++ /dev/null @@ -1,60 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2006 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* -* microblaze_init_icache_range (unsigned int cache_start, unsigned int cache_len) -* -* Invalidate icache on the microblaze -* -* Parameters: -* 'cache_start' - address in the Icache where invalidation begins -* 'cache_len' - length (in bytes) worth of Icache to be invalidated -* -* -*******************************************************************************/ - -#include "xparameters.h" - -#define MICROBLAZE_MSR_ICACHE_ENABLE 0x00000020 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_ICACHE_LINE_LEN -#define XPAR_MICROBLAZE_ICACHE_LINE_LEN 1 -#endif - - .text - .globl microblaze_init_icache_range - .ent microblaze_init_icache_range - .align 2 - -microblaze_init_icache_range: -#if (XPAR_MICROBLAZE_USE_ICACHE==1) && (XPAR_MICROBLAZE_ALLOW_ICACHE_WR==1) - mfs r9, rmsr /* Disable Icache and interrupts before invalidating */ - andi r10, r9, (~(MICROBLAZE_MSR_ICACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE)) - mts rmsr, r10 - - andi r5, r5, -(4 * XPAR_MICROBLAZE_ICACHE_LINE_LEN) /* Align to cache line */ - - add r6, r5, r6 /* Compute end */ - andi r6, r6, -(4 * XPAR_MICROBLAZE_ICACHE_LINE_LEN) /* Align to cache line */ - -L_start: - wic r5, r0 /* Invalidate the Cache (delay slot) */ - - cmpu r18, r5, r6 /* Are we at the end ? */ - blei r18, L_done - - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ - -L_done: - rtsd r15, 8 /* Return */ - mts rmsr, r9 -#else - rtsd r15, 8 /* Return */ - nop -#endif - .end microblaze_init_icache_range diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_instructions.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_instructions.h deleted file mode 100644 index 3373b83..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_instructions.h +++ /dev/null @@ -1,149 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_instructions.h -* -* It provides wrapper macros to call 32/64 bit variant of specific -* arithmetic/logical instructions, based on the processor in execution. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.8 	mus  	 10/09/18 First release
-*
-*
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef MICROBLAZE_INSTRUCTIONS_H /* prevent circular inclusions */ -#define MICROBLAZE_INSTRUCTIONS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#if defined (__arch64__) -#define ADD addl -#define ADDC addlc -#define ADDI addli -#define ADDIC addlic -#define ADDIK addlik -#define ADDIKC addlikc -#define ADDK addlk -#define ADDKC addlkc -#define AND andl -#define ANDI andli -#define ANDN andnl -#define ANDNI andnli -#define BEQI beaeqi -#define BEQID beaeqid -#define BGEI beagei -#define BGEID beageid -#define BGTI beagti -#define BGTID beagtid -#define BLEI bealei -#define BLEID bealeid -#define BLTI bealti -#define BLTID bealtid -#define BNEI beanei -#define BNEID beaneid -#define BR brea -#define BRALID brealid -#define BRD bread -#define BRI breai -#define BRID breaid -#define BRLD breald -#define BRLID brealid -#define CMP cmpl -#define CMPU cmplu -#define LI lli -#define LOAD ll -#define OR orl -#define ORI orli -#define RSUB rsubl -#define RSUBC rsublc -#define RSUBI rsubli -#define RSUBIC rsublic -#define RSUBIK rsublik -#define RSUBIKC rsublikc -#define RSUBK rsublk -#define RSUBKC rsublkc -#define SI sli -#define STORE sl -#define SUBK sublk -#define XOR xorl -#define XORI xorli -#else -#define ADD add -#define ADDC addc -#define ADDI addi -#define ADDIC addic -#define ADDIK addik -#define ADDIKC addikc -#define ADDK addk -#define ADDKC addkc -#define AND and -#define ANDI andi -#define ANDN andn -#define ANDNI andni -#define BEQI beqi -#define BEQID beqid -#define BGEI bgei -#define BGEID bgeid -#define BGTI bgti -#define BGTID bgtid -#define BLEI blei -#define BLEID bleid -#define BLTI blti -#define BLTID bltid -#define BNEI bnei -#define BNEID bneid -#define BR br -#define BRALID bralid -#define BRD brd -#define BRI bri -#define BRID brid -#define BRLD brld -#define BRLID brlid -#define CMP cmp -#define CMPU cmpu -#define LI lwi -#define LOAD lw -#define OR or -#define ORI ori -#define RSUB rsub -#define RSUBC rsubc -#define RSUBI rsubi -#define RSUBIC rsubic -#define RSUBIK rsubik -#define RSUBIKC rsubikc -#define RSUBK rsubk -#define RSUBKC rsubkc -#define SI swi -#define STORE sw -#define SUBK subk -#define XOR xor -#define XORI xori -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* MICROBLAZE_INSTRUCTIONS_H */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupt_handler.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupt_handler.c deleted file mode 100644 index 72243f0..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupt_handler.c +++ /dev/null @@ -1,90 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_interrupt_handler.c -* -* This file contains the standard interrupt handler for the MicroBlaze processor. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.00b 10/03/03 First release
-* 
-* -******************************************************************************/ - - -/***************************** Include Files *********************************/ - -#include "xil_exception.h" -#include "microblaze_interrupts_i.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ -#ifdef __clang__ -void _interrupt_handler (void) __attribute__ ((interrupt_handler)); -#else -void __interrupt_handler (void) __attribute__ ((interrupt_handler)); -#endif -void microblaze_register_handler(XInterruptHandler Handler, void *DataPtr); - -/************************** Variable Definitions *****************************/ - -extern MB_InterruptVectorTableEntry MB_InterruptVectorTable[MB_INTERRUPT_VECTOR_TABLE_ENTRIES]; -/*****************************************************************************/ -/** -* -* @brief This function is the standard interrupt handler used by the MicroBlaze processor. -* It saves all volatile registers, calls the users top level interrupt handler. -* When this returns, it restores all registers, and returns using a rtid instruction. -* -* @return None. -* -******************************************************************************/ -#ifdef __clang__ -void _interrupt_handler(void) -#else -void __interrupt_handler(void) -#endif -{ - /* The compiler saves all volatiles and the MSR */ - (void)MB_InterruptVectorTable[0].Handler(MB_InterruptVectorTable[0].CallBackRef); - /* The compiler restores all volatiles and MSR, and returns from interrupt */ -} - - -/*****************************************************************************/ -/** -* -* @brief Registers a top-level interrupt handler for the MicroBlaze. The -* argument provided in this call as the DataPtr is used as the argument -* for the handler when it is called. -* -* @param Handler: Top level handler. -* @param DataPtr: a reference to data that will be passed to the handler -* when it gets called. - -* @return None. -* -* -****************************************************************************/ -void microblaze_register_handler(XInterruptHandler Handler, void *DataPtr) -{ - MB_InterruptVectorTable[0].Handler = Handler; - MB_InterruptVectorTable[0].CallBackRef = DataPtr; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupts_g.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupts_g.c deleted file mode 100644 index fe72661..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupts_g.c +++ /dev/null @@ -1,38 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_interrupts_g.c -* -* This file contains the interrupt handler table for the MicroBlaze processor. -* This file is usually generated by LibGen. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.00b 10/03/03 First release
-* 
-* -******************************************************************************/ - -#include "microblaze_interrupts_i.h" -#include "xparameters.h" - - -/* extern void XNullHandler (void *NullParameter) */ - -/* -* The interrupt handler table for microblaze processor -*/ - -MB_InterruptVectorTableEntry MB_InterruptVectorTable[MB_INTERRUPT_VECTOR_TABLE_ENTRIES] = -{ - {XNullHandler, - (void*)XNULL} -}; diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupts_i.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupts_i.h deleted file mode 100644 index 362b6e9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_interrupts_i.h +++ /dev/null @@ -1,59 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_interrupts_i.h -* -* This header file contains identifiers and low-level driver functions (or -* macros) that can be used to access the device. The user should refer to the -* hardware device specification for more details of the device operation. -* High-level driver functions are defined in xintc.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.00b 10/03/03 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef MICROBLAZE_INTERRUPTS_I_H /* prevent circular inclusions */ -#define MICROBLAZE_INTERRUPTS_I_H /* by using protection macros */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_exception.h" - -#ifdef __cplusplus -extern "C" { -#endif - -typedef struct -{ - XInterruptHandler Handler; - void *CallBackRef; -} MB_InterruptVectorTableEntry; - -#define MB_INTERRUPT_VECTOR_TABLE_ENTRIES 1 - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_cache_ext.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_cache_ext.S deleted file mode 100644 index 6a5b232..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_cache_ext.S +++ /dev/null @@ -1,46 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_invalidate_cache_ext() -* -*Invalidate the entire L2 Cache -* -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN 16 -#define CACHEABLE_REGION_SIZE (XPAR_MICROBLAZE_DCACHE_HIGHADDR - XPAR_MICROBLAZE_DCACHE_BASEADDR) - - .text - .globl microblaze_invalidate_cache_ext - .ent microblaze_invalidate_cache_ext - .align 2 - -microblaze_invalidate_cache_ext: - -#if ((XPAR_MICROBLAZE_INTERCONNECT==3) && (XPAR_MICROBLAZE_USE_DCACHE==1)) - ADDIK r5, r0, XPAR_MICROBLAZE_DCACHE_BASEADDR & (-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN)) - - ADDIK r6, r0, CACHEABLE_REGION_SIZE-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - -Loop_start: - wdc.ext.clear r5, r6 -#if defined (__arch64__ ) - addlik r6, r6,-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - beagei r6, Loop_start -#else - bgtid r6,Loop_start - addik r6, r6,-(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) -#endif -#endif - rtsd r15, 8 - nop - - .end microblaze_invalidate_cache_ext diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_cache_ext_range.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_cache_ext_range.S deleted file mode 100644 index 472cee4..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_cache_ext_range.S +++ /dev/null @@ -1,54 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_invalidate_cache_ext_range (unsigned int cacheaddr, unsigned int len) -* -*Invalidate an L2 cache range -* -*Parameters: -* 'cacheaddr' - address in the L2 cache where invalidation begins -* 'len ' - length (in bytes) worth of Dcache to be invalidated -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN 16 - - .text - .globl microblaze_invalidate_cache_ext_range - .ent microblaze_invalidate_cache_ext_range - .align 2 - -microblaze_invalidate_cache_ext_range: -#if ((XPAR_MICROBLAZE_INTERCONNECT==3) && (XPAR_MICROBLAZE_USE_DCACHE==1)) - beqi r6, Loop_done - - ADD r6, r5, r6 - ADDIK r6, r6, -1 - - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - ANDI r5, r5, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - - RSUBK r6, r5, r6 - -Loop_start: - wdc.ext.clear r5, r6 -#if defined (__arch64__ ) - addlik r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) - beagei r6, Loop_start -#else - bneid r6, Loop_start - addik r6, r6, -(4 * XPAR_MICROBLAZE_EXT_CACHE_LINE_LEN) -#endif - -Loop_done: -#endif - rtsd r15, 8 - nop - - .end microblaze_invalidate_cache_ext_range diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_dcache.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_dcache.S deleted file mode 100644 index 6f419fb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_dcache.S +++ /dev/null @@ -1,69 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_invalidate_dcache() -* -* Invalidate the entire L1 DCache -* -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define MICROBLAZE_MSR_DCACHE_ENABLE 0x00000080 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN -#define XPAR_MICROBLAZE_DCACHE_LINE_LEN 1 -#endif - -#ifndef XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#define MB_VERSION_LT_v720 -#endif - - .text - .globl microblaze_invalidate_dcache - .ent microblaze_invalidate_dcache - .align 2 - -microblaze_invalidate_dcache: -#if (XPAR_MICROBLAZE_USE_DCACHE==1) && (XPAR_MICROBLAZE_ALLOW_DCACHE_WR==1) - -#ifdef MB_VERSION_LT_v720 /* Disable Dcache and interrupts before invalidating */ - mfs r9, rmsr - andi r10, r9, ~(MICROBLAZE_MSR_DCACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE) - mts rmsr, r10 -#endif - ADDIK r5, r0, XPAR_MICROBLAZE_DCACHE_BASEADDR & (-(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) - ADDIK r6, r5, XPAR_MICROBLAZE_DCACHE_BYTE_SIZE & (-(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) /* Compute end */ - -L_start: - wdc r5, r0 /* Invalidate the Cache */ - - CMPU r18, r5, r6 /* Are we at the end? */ - BLEI r18, L_done - -#if defined (__arch64__ ) - addlik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 */ - breai L_start -#else - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ -#endif -L_done: - rtsd r15, 8 /* Return */ -#ifdef MB_VERSION_LT_v720 /* restore MSR only for MB version < v7.20 */ - mts rmsr, r9 -#else - nop -#endif - -#else - rtsd r15, 8 /* Return */ - nop -#endif - .end microblaze_invalidate_dcache diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_dcache_range.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_dcache_range.S deleted file mode 100644 index 559ae46..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_dcache_range.S +++ /dev/null @@ -1,101 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* -* microblaze_invalidate_dcache_range (unsigned int cacheaddr, unsigned int len) -* -* Invalidate a Dcache range -* -* Parameters: -* 'cacheaddr' - address in the Dcache where invalidation begins -* 'len ' - length (in bytes) worth of Dcache to be invalidated -* -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define MICROBLAZE_MSR_DCACHE_ENABLE 0x00000080 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN -#define XPAR_MICROBLAZE_DCACHE_LINE_LEN 1 -#endif - -#ifndef XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#define MB_VERSION_LT_v720 -#define MB_HAS_WRITEBACK_SET 0 -#else -#define MB_HAS_WRITEBACK_SET XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#endif - - .text - .globl microblaze_invalidate_dcache_range - .ent microblaze_invalidate_dcache_range - .align 2 - -microblaze_invalidate_dcache_range: -#if (XPAR_MICROBLAZE_USE_DCACHE==1) && (XPAR_MICROBLAZE_ALLOW_DCACHE_WR==1) - -#ifdef MB_VERSION_LT_v720 /* Disable Dcache and interrupts before invalidating */ - mfs r9, rmsr - andi r10, r9, ~(MICROBLAZE_MSR_DCACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE) - mts rmsr, r10 -#endif - - BEQI r6, L_done /* Skip loop if size is zero */ - - ADD r6, r5, r6 /* Compute end address */ - ADDIK r6, r6, -1 - - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN) /* Align end down to cache line */ - ANDI r5, r5, -(4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN) /* Align start down to cache line */ - -#if MB_HAS_WRITEBACK_SET == 0 /* Use a different scheme for MB version < v7.20 or when caches are write-through */ - -L_start: - CMPU r18, r5, r6 /* Are we at the end? */ - BLTI r18, L_done - - wdc r5, r0 - -#if defined (__arch64__ ) - addlik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 */ - breai L_start /* Branch to the beginning of the loop */ -#else - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ -#endif -#else - - RSUBK r6, r5, r6 - /* r6 will now contain (count of bytes - (4 * XPAR_MICROBLAZE_DCACHE_LINE_LEN)) */ -L_start: - wdc.clear r5, r6 /* Invalidate the cache line only if the address matches */ -#if defined (__arch64__ ) - addlik r6, r6, -(XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) - beagei r6, L_start -#else - bneid r6, L_start - addik r6, r6, -(XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) -#endif - -#endif - -L_done: - rtsd r15, 8 -#ifdef MB_VERSION_LT_v720 /* restore MSR only for MB version < v7.20 */ - mts rmsr, r9 -#else - nop -#endif - -#else - rtsd r15, 8 - nop -#endif - .end microblaze_invalidate_dcache_range diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_icache.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_icache.S deleted file mode 100644 index fb87133..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_icache.S +++ /dev/null @@ -1,70 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* -* microblaze_invalidate_icache() -* -* Invalidate the entire ICache -* -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define MICROBLAZE_MSR_ICACHE_ENABLE 0x00000020 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_ICACHE_LINE_LEN -#define XPAR_MICROBLAZE_ICACHE_LINE_LEN 1 -#endif - -#ifndef XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#define MB_VERSION_LT_v720 -#endif - - .text - .globl microblaze_invalidate_icache - .ent microblaze_invalidate_icache - .align 2 - -microblaze_invalidate_icache: -#if (XPAR_MICROBLAZE_USE_ICACHE==1) && (XPAR_MICROBLAZE_ALLOW_ICACHE_WR==1) - -#ifdef MB_VERSION_LT_v720 /* Disable Icache and interrupts before invalidating */ - mfs r9, rmsr - andi r10, r9, ~(MICROBLAZE_MSR_ICACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE) - mts rmsr, r10 -#endif - ADDIK r5, r0, XPAR_MICROBLAZE_ICACHE_BASEADDR & (-(4 * XPAR_MICROBLAZE_ICACHE_LINE_LEN)) /* Align to cache line */ - ADDIK r6, r5, XPAR_MICROBLAZE_CACHE_BYTE_SIZE & (-(4 * XPAR_MICROBLAZE_ICACHE_LINE_LEN)) /* Compute end */ -L_start: - wic r5, r0 /* Invalidate the Cache */ - - CMPU r18, r5, r6 /* Are we at the end? */ - BLEI r18, L_done - -#if defined (__arch64__ ) - addlik r5, r5, (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) /* Increment the address by 4 */ - breai L_start -#else - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ -#endif -L_done: - rtsd r15, 8 /* Return */ - -#ifdef MB_VERSION_LT_v720 /* restore MSR only for MB version < v7.20 */ - mts rmsr, r9 -#else - nop -#endif - -#else - rtsd r15, 8 /* Return */ - nop -#endif - .end microblaze_invalidate_icache diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_icache_range.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_icache_range.S deleted file mode 100644 index 229a7cb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_invalidate_icache_range.S +++ /dev/null @@ -1,80 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2008 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* -* microblaze_invalidate_icache_range(unsigned int cacheaddr, unsigned int len) -* -* Invalidate an ICache range -* -* Parameters: -* 'cacheaddr' - address in the Icache where invalidation begins -* 'len' - length (in bytes) worth of Icache to be invalidated -* -* -*******************************************************************************/ - -#include "xparameters.h" -#include "microblaze_instructions.h" - -#define MICROBLAZE_MSR_ICACHE_ENABLE 0x00000020 -#define MICROBLAZE_MSR_INTR_ENABLE 0x00000002 - -#ifndef XPAR_MICROBLAZE_ICACHE_LINE_LEN -#define XPAR_MICROBLAZE_ICACHE_LINE_LEN 1 -#endif - -#ifndef XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK -#define MB_VERSION_LT_v720 -#endif - - .text - .globl microblaze_invalidate_icache_range - .ent microblaze_invalidate_icache_range - .align 2 - -microblaze_invalidate_icache_range: -#if (XPAR_MICROBLAZE_USE_ICACHE==1) && (XPAR_MICROBLAZE_ALLOW_ICACHE_WR==1) - -#ifdef MB_VERSION_LT_v720 /* Disable Icache and interrupts before invalidating */ - mfs r9, rmsr - andi r10, r9, ~(MICROBLAZE_MSR_ICACHE_ENABLE | MICROBLAZE_MSR_INTR_ENABLE) - mts rmsr, r10 -#endif - - BEQI r6, L_done /* Skip loop if size is zero */ - - ADD r6, r5, r6 /* Compute end address */ - ADDIK r6, r6, -1 - - ANDI r6, r6, -(4 * XPAR_MICROBLAZE_ICACHE_LINE_LEN) /* Align end down to cache line */ - ANDI r5, r5, -(4 * XPAR_MICROBLAZE_ICACHE_LINE_LEN) /* Align start down to cache line */ - -L_start: - CMPU r18, r5, r6 /* Are we at the end? */ - BLTI r18, L_done - - wic r5, r0 /* Invalidate the cache line */ - -#if defined (__arch64__ ) - addlik r5, r5, (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) /* Increment the address by 4 */ - breai L_start /* Branch to the beginning of the loop */ -#else - brid L_start /* Branch to the beginning of the loop */ - addik r5, r5, (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) /* Increment the address by 4 (delay slot) */ -#endif -L_done: - rtsd r15, 8 /* Return */ -#ifdef MB_VERSION_LT_v720 /* restore MSR only for MB version < v7.20 */ - mts rmsr, r9 -#else - nop -#endif - -#else - rtsd r15, 8 /* Return */ - nop -#endif -.end microblaze_invalidate_icache_range diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_scrub.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_scrub.S deleted file mode 100644 index ec5f8b1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_scrub.S +++ /dev/null @@ -1,184 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* microblaze_scrub () -* -* Scrub LMB memory and all internal BRAMs (data cache, instruction cache, -* MMU UTLB and branch target cache) in MicroBlaze to reduce the possibility -* of an uncorrectable error when fault tolerance support is enabled. -* -* This routine assumes that the processor is in privileged mode when it is -* called, if the MMU is enabled. -* -* Call this routine regularly from a timer interrupt. -* -* Parameters: -* None -* -* -*******************************************************************************/ - -#include "xparameters.h" - -/* Define if fault tolerance is used */ -#ifdef XPAR_MICROBLAZE_FAULT_TOLERANT - #if XPAR_MICROBLAZE_FAULT_TOLERANT > 0 - #define FAULT_TOLERANT - #endif -#endif - -/* Define if LMB is used and can be scrubbed */ -#if defined(XPAR_MICROBLAZE_D_LMB) && \ - defined(XPAR_DLMB_CNTLR_BASEADDR) && \ - defined(XPAR_DLMB_CNTLR_HIGHADDR) - #if XPAR_MICROBLAZE_D_LMB == 1 - #define HAS_SCRUBBABLE_LMB - #define DLMB_MASK (XPAR_DLMB_CNTLR_HIGHADDR - XPAR_DLMB_CNTLR_BASEADDR) - #endif -#endif - -/* Set default cache line lengths */ -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN - #define XPAR_MICROBLAZE_DCACHE_LINE_LEN 4 -#endif - -#ifndef XPAR_MICROBLAZE_ICACHE_LINE_LEN - #define XPAR_MICROBLAZE_ICACHE_LINE_LEN 4 -#endif - -/* Define if internal Data Cache BRAMs are used */ -#if defined(XPAR_MICROBLAZE_USE_DCACHE) && defined(XPAR_MICROBLAZE_DCACHE_BYTE_SIZE) - #if XPAR_MICROBLAZE_USE_DCACHE == 1 && XPAR_MICROBLAZE_DCACHE_BYTE_SIZE > 1024 - #define HAS_BRAM_DCACHE - #define DCACHE_INCREMENT (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) - #define DCACHE_MASK (XPAR_MICROBLAZE_DCACHE_BYTE_SIZE - 1) - #endif -#endif - -/* Define if internal Instruction Cache BRAMs are used */ -#if defined(XPAR_MICROBLAZE_USE_ICACHE) && defined(XPAR_MICROBLAZE_CACHE_BYTE_SIZE) - #if XPAR_MICROBLAZE_USE_ICACHE == 1 && XPAR_MICROBLAZE_CACHE_BYTE_SIZE > 1024 - #define HAS_BRAM_ICACHE - #define ICACHE_INCREMENT (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) - #define ICACHE_MASK (XPAR_MICROBLAZE_CACHE_BYTE_SIZE - 1) - #endif -#endif - -/* Define if internal MMU UTLB BRAM is used */ -#ifdef XPAR_MICROBLAZE_USE_MMU - #if XPAR_MICROBLAZE_USE_MMU > 1 - #define HAS_BRAM_MMU_UTLB - #endif -#endif - -/* Define if internal BTC BRAM is used, and match BTC clear to a complete cache scrub */ -#if defined(XPAR_MICROBLAZE_USE_BRANCH_TARGET_CACHE) && \ - defined(XPAR_MICROBLAZE_BRANCH_TARGET_CACHE_SIZE) - #if XPAR_MICROBLAZE_USE_BRANCH_TARGET_CACHE == 1 - #if XPAR_MICROBLAZE_BRANCH_TARGET_CACHE_SIZE == 0 || \ - XPAR_MICROBLAZE_BRANCH_TARGET_CACHE_SIZE > 4 - #define HAS_BRAM_BRANCH_TARGET_CACHE - #ifdef HAS_BRAM_DCACHE - #define BTC_MASK_D (XPAR_MICROBLAZE_DCACHE_BYTE_SIZE/DCACHE_INCREMENT-1) - #else - #define BTC_MASK_D 256 - #endif - #ifdef HAS_BRAM_ICACHE - #define BTC_MASK_I (XPAR_MICROBLAZE_CACHE_BYTE_SIZE/ICACHE_INCREMENT-1) - #else - #define BTC_MASK_I 256 - #endif - #if BTC_MASK_D > BTC_MASK_I - #define BTC_MASK BTC_MASK_D - #else - #define BTC_MASK BTC_MASK_I - #endif - #endif - #endif -#endif - -/* Define index offsets to persistent data used by this routine */ -#define DLMB_INDEX_OFFSET 0 -#define DCACHE_INDEX_OFFSET 4 -#define ICACHE_INDEX_OFFSET 8 -#define MMU_INDEX_OFFSET 12 -#define BTC_CALL_COUNT_OFFSET 16 - - .text - .globl microblaze_scrub - .ent microblaze_scrub - .align 2 - -microblaze_scrub: -#ifdef FAULT_TOLERANT - la r6, r0, L_persistent_data /* Get pointer to data */ - -#ifdef HAS_SCRUBBABLE_LMB -L_dlmb: - lwi r5, r6, DLMB_INDEX_OFFSET /* Get dlmb index */ - lw r7, r5, r0 /* Load and store */ - sw r7, r5, r0 - addik r5, r5, 4 /* Increment and save dlmb index */ - andi r5, r5, DLMB_MASK - swi r5, r6, DLMB_INDEX_OFFSET -#endif /* HAS_SCRUBBABLE_LMB */ - -#ifdef HAS_BRAM_DCACHE -L_dcache: - lwi r5, r6, DCACHE_INDEX_OFFSET /* Get dcache line index */ - wdc r5, r0 /* Invalidate data cache line */ - addik r5, r5, DCACHE_INCREMENT /* Increment and save entry index */ - andi r5, r5, DCACHE_MASK - swi r5, r6, DCACHE_INDEX_OFFSET -#endif /* HAS_BRAM_DCACHE */ - -#ifdef HAS_BRAM_ICACHE -L_icache: - lwi r5, r6, ICACHE_INDEX_OFFSET /* Get icache line index */ - wic r5, r0 /* Invalidate data cache line */ - addik r5, r5, ICACHE_INCREMENT /* Increment and save entry index */ - andi r5, r5, ICACHE_MASK - swi r5, r6, ICACHE_INDEX_OFFSET -#endif /* HAS_BRAM_ICACHE */ - -#ifdef HAS_BRAM_MMU_UTLB -L_mmu: - lwi r5, r6, MMU_INDEX_OFFSET /* Get UTLB entry index */ - mts rtlbx, r5 /* Access next entry in UTLB */ - mts rtlbhi, r0 /* Clear the UTLB entry */ - - addik r5, r5, 1 /* Increment and save entry index */ - andi r5, r5, 0x3F - swi r5, r6, MMU_INDEX_OFFSET -#endif /* HAS_BRAM_MMU_UTLB */ - -#ifdef HAS_BRAM_BRANCH_TARGET_CACHE -L_btc: - lwi r5, r6, BTC_CALL_COUNT_OFFSET /* Get BTC call count offset */ - addik r5, r5, 1 /* Increment and save call count */ - andi r5, r5, BTC_MASK - swi r5, r6, BTC_CALL_COUNT_OFFSET - - bnei r5, L_skip_btc_scrub /* Skip scrub unless count wrap */ - bri 4 /* Clear branch target cache */ -L_skip_btc_scrub: -#endif /* HAS_BRAM_BRANCH_TARGET_CACHE */ - -#endif /* FAULT_TOLERANT */ -L_done: - rtsd r15, 8 /* Return */ - nop - .end microblaze_scrub - - /* Persistent data used by this routine */ - .data - .align 2 -L_persistent_data: - .long 0 /* dlmb index */ - .long 0 /* dcache index */ - .long 0 /* icache index */ - .long 0 /* mmu entry index */ - .long 0 /* btc call count */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_selftest.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_selftest.S deleted file mode 100644 index 0014826..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_selftest.S +++ /dev/null @@ -1,1088 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_selftest.S -* -* @addtogroup microblaze_pseudo_asm_macro -* @{ -*

microblaze_selftest.S

-* -* This routine provides an internal self test of the MicroBlaze processor. The -* register file and all integer execution units are tested. Long instructions -* are also included if 64-bit mode is enabled. Currently FPU, MMU, BTC, data -* and instruction caches, and GET/PUT instructions are not covered. -* -* The routine is not reentrant, and disables interrupts and exceptions during -* execution. This can result in increased interrupt latency. -* -* Call this routine regularly from a timer interrupt. -* -* When called from C code the routine should be declared as: -* extern int microblaze_selftest(); -* -* @param None. -* -* @return -* - 0 if self test was successful -* - Error code if self test failed: -* Bit 0: Register file test failed -* Bit 1: ALU test failed -* Bit 2: Shift unit test failed -* Bit 3: Load-store test failed -* Bit 4: Branch instruction test failed -* Bit 5: Barrel shifter test failed -* Bit 6: Multiplier test failed -* Bit 7: Integer divide test failed -* Bit 8: Pattern compare test failed -* Bit 9: MSR instruction test failed -* Bit 10: Reorder instruction test failed -* -* @note -* This routine assumes that the processor is in privileged mode when it is -* called, if the MMU is enabled. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- -------- -----------------------------------------------
-* 1.0   sa     09/07/20  First release
-*
-*
-******************************************************************************/
-
-#include "xparameters.h"
-#include "microblaze_instructions.h"
-
-/* Define if execution units are used */
-#ifdef XPAR_MICROBLAZE_USE_BARREL
-  #if XPAR_MICROBLAZE_USE_BARREL > 0
-    #define USE_BARREL
-  #endif
-#endif
-
-#ifdef XPAR_MICROBLAZE_USE_HW_MUL
-  #if XPAR_MICROBLAZE_USE_HW_MUL > 0
-    #define USE_HW_MUL
-  #endif
-  #if XPAR_MICROBLAZE_USE_HW_MUL == 2
-    #define USE_HW_MUL_2
-  #endif
-#endif
-
-#ifdef XPAR_MICROBLAZE_USE_DIV
-  #if XPAR_MICROBLAZE_USE_DIV > 0
-    #define USE_DIV
-  #endif
-#endif
-
-#ifdef XPAR_MICROBLAZE_USE_PCMP_INSTR
-  #if XPAR_MICROBLAZE_USE_PCMP_INSTR > 0
-    #define USE_PCMP_INSTR
-  #endif
-#endif
-
-#ifdef XPAR_MICROBLAZE_USE_MSR_INSTR
-  #if XPAR_MICROBLAZE_USE_MSR_INSTR > 0
-    #define USE_MSR_INSTR
-  #endif
-#endif
-
-#ifdef XPAR_MICROBLAZE_USE_REORDER_INSTR
-  #if XPAR_MICROBLAZE_USE_REORDER_INSTR > 0
-    #define USE_REORDER_INSTR
-  #endif
-#endif
-
-#if defined (__arch64__)
-  #define OFFSET(index) ((index) * 8)
-  #define INCR(index) addlik r1, (index) * 8
-  #define DATA .quad
-#else
-  #define OFFSET(index) ((index) * 4)
-  #define INCR(index) addik r1, r1, (index) * 4
-  #define DATA .long
-#endif
-
-
-/*****************************************************************************
-*       Machine Status Register masks
-******************************************************************************/
-
-#define MSR_CARRY_MASK 0x80000004
-#define MSR_EE_IE_MASK 0x00000102
-
-#define MSR_PVR_BIT_MASK 0x00000000
-#ifdef XPAR_MICROBLAZE_PVR
-  #if XPAR_MICROBLAZE_PVR > 0
-    #undef MSR_PVR_BIT_MASK
-    #define MSR_PVR_BIT_MASK 0x00000400
-  #endif
-#endif
-
-#define MSR_BIT_MASK (0x8000000E | MSR_PVR_BIT_MASK)
-
-
-/*****************************************************************************
-*       Test macros
-******************************************************************************/
-
-#define TEST_ALU_ARITH(instr, load, offset)        \
-	instr	r5,  r2, r4;                       \
-	load	r6,  r1, OFFSET(offset);           \
-	CMPU	r7,  r5, r6;                       \
-	BNEID	r7,  L_microblaze_selftest_aluerr; \
-	lwi 	r8,  r1, OFFSET(offset + 1);       \
-	mfs	r9,  rmsr;                         \
-	andi	r9,  r9, MSR_CARRY_MASK;           \
-	cmpu	r9,  r9, r8;                       \
-	BNEID	r9,  L_microblaze_selftest_aluerr
-
-#define TEST_ALU_LOGIC(instr, load, offset)        \
-	instr	r5,  r2, r4;                       \
-	load	r6,  r1, OFFSET(offset);           \
-	CMPU	r7,  r5, r6;                       \
-	BNEID	r7,  L_microblaze_selftest_aluerr
-
-#define TEST_SHIFT(instr, load, offset)              \
-	instr	r5,  r2;                             \
-	load	r6,  r1, OFFSET(offset);             \
-	CMPU	r7,  r5, r6;                         \
-	BNEID	r7,  L_microblaze_selftest_shifterr
-
-#define TEST_SHIFTC(instr, load, offset)             \
-	instr	r5,  r2;                             \
-	load	r6,  r1, OFFSET(offset);             \
-	CMPU	r7,  r5, r6;                         \
-	BNEID	r7,  L_microblaze_selftest_shifterr; \
-	lwi 	r8,  r1, OFFSET(offset + 1);         \
-	mfs	r9,  rmsr;                           \
-	andi	r9,  r9, MSR_CARRY_MASK;             \
-	cmpu	r9,  r9, r8;                         \
-	BNEID	r9,  L_microblaze_selftest_shifterr
-
-#define TEST_BARREL(instr, load, offset)             \
-	instr	r5,  r2, r4;                         \
-	load	r6,  r1, OFFSET(offset);             \
-	CMPU	r7,  r5, r6;                         \
-	BNEID	r7,  L_microblaze_selftest_barrelerr
-
-#define TEST_BARREL_IMM(instr, immw, imms, load, offset) \
-	ori	r5,  r2, 0;                              \
-	instr	r5,  r4, immw, imms;                     \
-	load	r6,  r1, OFFSET(offset);                 \
-	CMPU	r7,  r5, r6;                             \
-	BNEID	r7,  L_microblaze_selftest_barrelerr
-
-#define TEST_MUL(instr, load, byteoffset)            \
-	instr	r5,  r2, r4;                         \
-	load	r6,  r1, byteoffset;                 \
-	CMPU	r7,  r5, r6;                         \
-	BNEID	r7,  L_microblaze_selftest_mulerr
-
-#define TEST_DIV(instr, load, byteoffset)            \
-	instr	r5,  r2, r4;                         \
-	load	r6,  r1, byteoffset;                 \
-	CMPU	r7,  r5, r6;                         \
-	BNEID	r7,  L_microblaze_selftest_diverr
-
-#define TEST_PCMP(instr, load, offset)               \
-	instr	r5,  r2, r4;                         \
-	load	r6,  r1, OFFSET(offset);             \
-	CMPU	r7,  r5, r6;                         \
-	BNEID	r7,  L_microblaze_selftest_pcmperr
-
-
-	.text
-	.globl	microblaze_selftest
-	.ent	microblaze_selftest
-	.align	2
-
-microblaze_selftest:
-
-/*****************************************************************************
-*       Preamble
-******************************************************************************/
-
-	/* Disable interrupts and exceptions, save MSR */
-#ifdef USE_MSR_INSTR
-	msrclr	r3, MSR_EE_IE_MASK
-#else
-	mfs	r3, rmsr
-	andi	r3, r3, ~MSR_EE_IE_MASK
-	mts	rmsr, r3
-#endif
-	swi	r3, r0, L_microblaze_selftest_regs
-
-	/* Save registers, except r3 temporary register and return value */
-	ADDIK	r3,  r0, L_microblaze_selftest_regs
-	SI	r1,  r3, OFFSET(1)
-	SI	r2,  r3, OFFSET(2)
-	SI	r4,  r3, OFFSET(4)
-	SI	r5,  r3, OFFSET(5)
-	SI	r6,  r3, OFFSET(6)
-	SI	r7,  r3, OFFSET(7)
-	SI	r8,  r3, OFFSET(8)
-	SI	r9,  r3, OFFSET(9)
-	SI	r10, r3, OFFSET(10)
-	SI	r11, r3, OFFSET(11)
-	SI	r12, r3, OFFSET(12)
-	SI	r13, r3, OFFSET(13)
-	SI	r14, r3, OFFSET(14)
-	SI	r15, r3, OFFSET(15)
-	SI	r16, r3, OFFSET(16)
-	SI	r17, r3, OFFSET(17)
-	SI	r18, r3, OFFSET(18)
-	SI	r19, r3, OFFSET(19)
-	SI	r20, r3, OFFSET(20)
-	SI	r21, r3, OFFSET(21)
-	SI	r22, r3, OFFSET(22)
-	SI	r23, r3, OFFSET(23)
-	SI	r24, r3, OFFSET(24)
-	SI	r25, r3, OFFSET(25)
-	SI	r26, r3, OFFSET(26)
-	SI	r27, r3, OFFSET(27)
-	SI	r28, r3, OFFSET(28)
-	SI	r29, r3, OFFSET(29)
-	SI	r30, r3, OFFSET(30)
-	SI	r31, r3, OFFSET(31)
-
-	/* Set r3 to test pass = 0 */
-	ADDIK	r3, r0, 0
-
-/*****************************************************************************
-*       1. Test register file
-******************************************************************************/
-L_microblaze_selftest_reg:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_regdata
-
-L_microblaze_selftest_regloop:
-	/* Load test pattern into r2, r4 - r31 */
-	LI	r2,  r1, 0
-	LI	r4,  r1, 0
-	LI	r5,  r1, 0
-	LI	r6,  r1, 0
-	LI	r7,  r1, 0
-	LI	r8,  r1, 0
-	LI	r9,  r1, 0
-	LI	r10, r1, 0
-	LI	r11, r1, 0
-	LI	r12, r1, 0
-	LI	r13, r1, 0
-	LI	r14, r1, 0
-	LI	r15, r1, 0
-	LI	r16, r1, 0
-	LI	r17, r1, 0
-	LI	r18, r1, 0
-	LI	r19, r1, 0
-	LI	r20, r1, 0
-	LI	r21, r1, 0
-	LI	r22, r1, 0
-	LI	r23, r1, 0
-	LI	r24, r1, 0
-	LI	r25, r1, 0
-	LI	r26, r1, 0
-	LI	r27, r1, 0
-	LI	r28, r1, 0
-	LI	r29, r1, 0
-	LI	r30, r1, 0
-	LI	r31, r1, 0
-
-	/* Compare registers pair by pair */
-	CMPU	r2,  r2, r4
-	BNEID	r2,  L_microblaze_selftest_regerr
-	CMPU	r4,  r4, r5
-	BNEID	r4,  L_microblaze_selftest_regerr
-	CMPU	r5,  r5, r6
-	BNEID	r5,  L_microblaze_selftest_regerr
-	CMPU	r6,  r6, r7
-	BNEID	r6,  L_microblaze_selftest_regerr
-	CMPU	r7,  r7, r8
-	BNEID	r7,  L_microblaze_selftest_regerr
-	CMPU	r8,  r8, r9
-	BNEID	r8,  L_microblaze_selftest_regerr
-	CMPU	r9,  r9, r10
-	BNEID	r9,  L_microblaze_selftest_regerr
-	CMPU	r10, r10, r11
-	BNEID	r10, L_microblaze_selftest_regerr
-	CMPU	r11, r11, r12
-	BNEID	r11, L_microblaze_selftest_regerr
-	CMPU	r12, r12, r13
-	BNEID	r12, L_microblaze_selftest_regerr
-	CMPU	r13, r13, r14
-	BNEID	r13, L_microblaze_selftest_regerr
-	CMPU	r14, r14, r15
-	BNEID	r14, L_microblaze_selftest_regerr
-	CMPU	r15, r15, r16
-	BNEID	r15, L_microblaze_selftest_regerr
-	CMPU	r16, r16, r17
-	BNEID	r16, L_microblaze_selftest_regerr
-	CMPU	r17, r17, r18
-	BNEID	r17, L_microblaze_selftest_regerr
-	CMPU	r18, r18, r19
-	BNEID	r18, L_microblaze_selftest_regerr
-	CMPU	r19, r19, r20
-	BNEID	r19, L_microblaze_selftest_regerr
-	CMPU	r20, r20, r21
-	BNEID	r20, L_microblaze_selftest_regerr
-	CMPU	r21, r21, r22
-	BNEID	r21, L_microblaze_selftest_regerr
-	CMPU	r22, r22, r23
-	BNEID	r22, L_microblaze_selftest_regerr
-	CMPU	r23, r23, r24
-	BNEID	r23, L_microblaze_selftest_regerr
-	CMPU	r24, r24, r25
-	BNEID	r24, L_microblaze_selftest_regerr
-	CMPU	r25, r25, r26
-	BNEID	r25, L_microblaze_selftest_regerr
-	CMPU	r26, r26, r27
-	BNEID	r26, L_microblaze_selftest_regerr
-	CMPU	r27, r27, r28
-	BNEID	r27, L_microblaze_selftest_regerr
-	CMPU	r28, r28, r29
-	BNEID	r28, L_microblaze_selftest_regerr
-	CMPU	r29, r29, r30
-	BNEID	r29, L_microblaze_selftest_regerr
-	CMPU	r30, r30, r31
-	BEQI 	r30, L_microblaze_selftest_regnext
-
-L_microblaze_selftest_regerr:
-	/* Test error - set register file error (bit 0) */
-	ori	r3,  r3, 1
-
-L_microblaze_selftest_regnext:
-	/* Loop back with next test pattern - end after zero pattern */
-	BNEID	r31, L_microblaze_selftest_regloop
-	INCR(1)
-
-
-/*****************************************************************************
-*       2. Test ALU
-******************************************************************************/
-L_microblaze_selftest_alu:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_aludata
-
-L_microblaze_selftest_aluloop:
-	/* Load operands into r2, r4 */
-	LI	r2,  r1, OFFSET(0)
-	LI	r4,  r1, OFFSET(1)
-
-	/* Execute all ALU arithmetic instructions */
-	TEST_ALU_ARITH(add,    lwi,  2)
-	TEST_ALU_ARITH(addc,   lwi,  4)
-	TEST_ALU_ARITH(rsub,   lwi,  6)
-	TEST_ALU_ARITH(rsubc,  lwi,  8)
-	TEST_ALU_LOGIC(cmp,    lwi, 10)
-
-	/* Execute all ALU logical instructions */
-	TEST_ALU_LOGIC(and,  lwi, 11)
-	TEST_ALU_LOGIC(andn, lwi, 12)
-	TEST_ALU_LOGIC(or,   lwi, 13)
-	TEST_ALU_LOGIC(xor,  lwi, 14)
-
-	nop
-	bri	L_microblaze_selftest_alunext
-
-L_microblaze_selftest_aluerr:
-	/* Test error - set ALU error (bit 1) */
-	ori	r3, r3, 2
-
-L_microblaze_selftest_alunext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_aluloop
-	INCR(15)
-
-
-/*****************************************************************************
-*       3. Test shift unit
-******************************************************************************/
-L_microblaze_selftest_shift:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_shiftdata
-
-L_microblaze_selftest_shiftloop:
-	/* Load operand into r2 */
-	LI	r2,  r1, OFFSET(0)
-
-	/* Test instructions clz, sext8, sext16, sra, src, srl */
-	TEST_SHIFT(clz,     lwi,  1)
-	TEST_SHIFT(sext8,   lwi,  2)
-	TEST_SHIFT(sext16,  lwi,  3)
-
-	TEST_SHIFTC(sra,    lwi,  4)
-	TEST_SHIFTC(src,    lwi,  6)
-	TEST_SHIFTC(srl,    lwi,  8)
-
-	nop
-	bri	L_microblaze_selftest_shiftnext
-
-L_microblaze_selftest_shifterr:
-	/* Test error - set shift logic error (bit 2) */
-	ori	r3, r3, 4
-
-L_microblaze_selftest_shiftnext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_shiftloop
-	INCR(10)
-
-
-/*****************************************************************************
-*       4. Test load-store
-******************************************************************************/
-L_microblaze_selftest_ldst:
-	/* Get pointer to test data */
-	ADDIK	r1,   r0, L_microblaze_selftest_ldstdata
-
-	/* Set static address and offsets */
-	ADDIK	r4,   r0, L_microblaze_selftest_ldstptr
-	ADDIK	r24,  r0, 4
-	ADDIK	r28,  r0, 8
-
-L_microblaze_selftest_ldstloop:
-	/* Load operand into r2 */
-	LI	r2,  r1, OFFSET(0)
-
-	/* Test instructions lbu, lhu, lw, sb, sh, sw */
-	sb	r2,  r4,  r0
-	sh	r2,  r4,  r24
-	sw	r2,  r4,  r28
-	lbu	r8,  r4,  r0
-	lhu	r9,  r4,  r24
-	lw	r10, r4,  r28
-
-	/* Compare load results */
-	ANDI	r11, r2,  0xFF
-	ANDI	r12, r2,  0xFFFF
-	CMPU	r16, r11, r8
-	BNEID	r16, L_microblaze_selftest_ldsterr
-	CMPU	r17, r12, r9
-	BNEID	r17, L_microblaze_selftest_ldsterr
-	CMPU	r18, r2,  r10
-	BEQI 	r18, L_microblaze_selftest_ldstnext
-
-L_microblaze_selftest_ldsterr:
-	/* Test error - set load-store error (bit 3) */
-	ori	r3, r3, 8
-
-L_microblaze_selftest_ldstnext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_ldstloop
-	INCR(1)
-
-
-/*****************************************************************************
-*       4. Test branch
-******************************************************************************/
-L_microblaze_selftest_branch:
-	/* Test instructions blt, ble, bge, bgt, br */
-	/* Untested instructions: rtbd, rtid, rted, brk */
-	addik	r2, r0, 0	/* EQ */
-	addik	r4, r0, 1	/* GT */
-	addik	r5, r0, -1	/* LT */
-
-	/* Taken branches */
-	BEQI	r2, L_microblaze_selftest_brancheq
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_brancheq:
-	BGEI	r2, L_microblaze_selftest_branchge0
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchge0:
-	BGEI	r4, L_microblaze_selftest_branchge1
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchge1:
-	BGTI	r4, L_microblaze_selftest_branchgt
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchgt:
-	BLEI	r2, L_microblaze_selftest_branchle0
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchle0:
-	BLEI	r5, L_microblaze_selftest_branchle1
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchle1:
-	BLTI	r5, L_microblaze_selftest_branchlt
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchlt:
-	BNEI	r4, L_microblaze_selftest_branchne
-	ori	r3, r3, 16	/* Test error */
-L_microblaze_selftest_branchne:
-
-	/* Not taken branches */
-	BEQI	r4, L_microblaze_selftest_brancherr
-	BEQI	r5, L_microblaze_selftest_brancherr
-	BGEI	r5, L_microblaze_selftest_brancherr
-	BGTI	r2, L_microblaze_selftest_brancherr
-	BGTI	r5, L_microblaze_selftest_brancherr
-	BLEI	r4, L_microblaze_selftest_brancherr
-	BLTI	r2, L_microblaze_selftest_brancherr
-	BLTI	r4, L_microblaze_selftest_brancherr
-	BNEI	r2, L_microblaze_selftest_brancherr
-
-	BRI	L_microblaze_selftest_branchnext
-
-L_microblaze_selftest_brancherr:
-	/* Test error - set branch error (bit 4) */
-	ori	r3, r3, 16
-
-L_microblaze_selftest_branchnext:
-
-
-/*****************************************************************************
-*       6. Test barrel shifter
-******************************************************************************/
-#ifdef USE_BARREL
-L_microblaze_selftest_barrel:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_barreldata
-
-L_microblaze_selftest_barrelloop:
-	/* Load operands into r2, r4 */
-	LI	r2,  r1, OFFSET(0)
-	LI	r4,  r1, OFFSET(1)
-
-	/* Test instructions bsrl, bsra, bsll, bsifi, bsefi */
-	TEST_BARREL(bsrl, lwi,  2)
-	TEST_BARREL(bsra, lwi,  3)
-	TEST_BARREL(bsll, lwi,  4)
-
-	TEST_BARREL_IMM(bsifi, 11, 6, lwi, 5);
-	TEST_BARREL_IMM(bsefi,  6, 1, lwi, 6);
-
-	nop
-	bri	L_microblaze_selftest_barrelnext
-
-L_microblaze_selftest_barrelerr:
-	/* Test error - set barrel logic error (bit 5) */
-	ori	r3, r3, 32
-
-L_microblaze_selftest_barrelnext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_barrelloop
-	INCR(7)
-#endif
-
-/*****************************************************************************
-*       7. Test multiplier
-******************************************************************************/
-#ifdef USE_HW_MUL
-L_microblaze_selftest_mul:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_muldata
-
-L_microblaze_selftest_mulloop:
-	/* Load operands into r2, r4 */
-	lwi	r2,  r1, 0
-	lwi	r4,  r1, 4
-
-	/* Test instruction mul */
-	TEST_MUL(mul,  lwi,  8)
-#ifdef USE_HW_MUL_2
-	/* Test instructions mulh, mulhu, mulhsu */
-	TEST_MUL(mulh,   lwi, 12)
-	TEST_MUL(mulhu,  lwi, 16)
-	TEST_MUL(mulhsu, lwi, 20)
-#endif
-	nop
-	bri	L_microblaze_selftest_mulnext
-
-L_microblaze_selftest_mulerr:
-	/* Test error - set multiply error (bit 6) */
-	ori	r3, r3, 64
-
-L_microblaze_selftest_mulnext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_mulloop
-#ifdef USE_HW_MUL_2
-	addik	r1, r1, 24
-#else
-	addik	r1, r1, 12
-#endif
-#endif
-
-
-/*****************************************************************************
-*       8. Test integer divide
-******************************************************************************/
-#ifdef USE_DIV
-L_microblaze_selftest_div:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_divdata
-
-L_microblaze_selftest_divloop:
-	/* Load operands into r2, r4 */
-	lwi	r2,  r1, 0
-	lwi	r4,  r1, 4
-
-	/* Test instructions idiv, idivu */
-	TEST_DIV(idiv,  lwi,  8)
-	TEST_DIV(idivu, lwi,  12)
-
-	nop
-	bri	L_microblaze_selftest_divnext
-
-L_microblaze_selftest_diverr:
-	/* Test error - set integer divide error (bit 7) */
-	ori	r3, r3, 128
-
-L_microblaze_selftest_divnext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r4, L_microblaze_selftest_divloop
-	addik	r1, r1, 16
-#endif
-
-/*****************************************************************************
-*      	9. Test pattern compare
-******************************************************************************/
-#ifdef USE_PCMP_INSTR
-L_microblaze_selftest_pcmp:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_pcmpdata
-
-L_microblaze_selftest_pcmploop:
-	/* Load operands into r2, r4 */
-	LI	r2,  r1, OFFSET(0)
-	LI	r4,  r1, OFFSET(1)
-
-	/* Test instructions pcmpbf, pcmpeq, pcmpne */
-	/* 64-bit: add instructions pcmplbf, pcmpleq, pcmplne */
-	TEST_PCMP(pcmpbf, lwi,  2)
-	TEST_PCMP(pcmpeq, lwi,  3)
-	TEST_PCMP(pcmpne, lwi,  4)
-
-	nop
-	bri	L_microblaze_selftest_pcmpnext
-
-L_microblaze_selftest_pcmperr:
-	/* Test error - set pcmp logic error (bit 8) */
-	ori	r3, r3, 256
-
-L_microblaze_selftest_pcmpnext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_pcmploop
-	INCR(5)
-#endif
-
-/*****************************************************************************
-*      10. Test MSR instructions
-******************************************************************************/
-L_microblaze_selftest_msr:
-#ifdef USE_MSR_INSTR
-	/* Test instructions msrclr, msrset, mfs msr */
-	msrset	r0,  ~MSR_EE_IE_MASK & 0x7FFF
-	nop
-	mfs	r6,  rmsr
-	nop
-	msrclr	r7,  0x7FF
-	nop
-	mfs	r8,  rmsr
-	nop
-#endif
-	/* Test instructions mfs msr, mts msr */
-        /* Bits not included: ICE, DZO, DCE, EE, EIP, UMS, VMS */
-	addik	r9,   r0, MSR_BIT_MASK & ~MSR_EE_IE_MASK
-	mts	rmsr, r9
-	nop
-	mfs	r10, rmsr
-
-	/* Compare instruction result */
-#ifdef USE_MSR_INSTR
-	addik	r11, r0, MSR_PVR_BIT_MASK
-	cmpu	r12, r6, r7
-	BNEID	r12, L_microblaze_selftest_msrerr
-	cmpu	r13, r8, r11
-	BNEID 	r13, L_microblaze_selftest_msrerr
-#endif
-	cmpu	r14, r9, r10
-	BEQI 	r14, L_microblaze_selftest_msrnext
-
-L_microblaze_selftest_msrerr:
-	/* Test error - set MSR instruction error (bit 9) */
-	ori	r3, r3, 512
-
-L_microblaze_selftest_msrnext:
-
-
-/*****************************************************************************
-*      11. Test reorder instructions
-******************************************************************************/
-#ifdef USE_REORDER_INSTR
-L_microblaze_selftest_reorder:
-	/* Get pointer to test data */
-	ADDIK	r1,  r0, L_microblaze_selftest_reorderdata
-
-	/* Set static address and offsets */
-	ADDIK	r4,   r0, L_microblaze_selftest_ldstptr
-	ADDIK	r24,  r0, 4
-	ADDIK	r28,  r0, 8
-
-L_microblaze_selftest_reorderloop:
-	/* Load operand into r2 */
-	LI	r2,  r1, OFFSET(0)
-
-	/* Test instructions swapb, swaph, lbur, lhur, lwr, sbr, shr, swr */
-	sbr	r2,  r4, r0
-	shr	r2,  r4, r24
-	swr	r2,  r4, r28
-	lbur	r8,  r4, r0
-	lhur	r9,  r4, r24
-	lwr	r10, r4, r28
-	swapb	r21, r2
-	swaph	r22, r2
-
-	/* Load swap results */
-	LI	r13,  r1, OFFSET(1)
-	LI	r14,  r1, OFFSET(2)
-
-	/* Compare load results */
-	ANDI	r11, r2,  0xFF
-	ANDI	r12, r2,  0xFFFF
-	CMPU	r16, r11, r8
-	BNEID	r16, L_microblaze_selftest_reordererr
-	CMPU	r17, r12, r9
-	BNEID	r17, L_microblaze_selftest_reordererr
-	CMPU	r18, r2, r10
-	BNEID	r18, L_microblaze_selftest_reordererr
-	CMPU	r19, r21, r13
-	BNEID	r19, L_microblaze_selftest_reordererr
-	CMPU	r20, r22, r14
-	BEQI 	r20, L_microblaze_selftest_reordernext
-
-L_microblaze_selftest_reordererr:
-	/* Test error - set reorder instruction error (bit 10) */
-	ori	r3, r3, 1024
-
-L_microblaze_selftest_reordernext:
-	/* Loop back with next test data - end after zero data */
-	BNEID	r2, L_microblaze_selftest_reorderloop
-	INCR(3)
-#endif
-
-
-/*****************************************************************************
-*      Postamble
-******************************************************************************/
-
-	/* Restore all registers, except r3 return value and r4 temporary */
-	ADDIK	r31, r0,  L_microblaze_selftest_regs
-	LI	r1,  r31, OFFSET(1)
-	LI	r2,  r31, OFFSET(2)
-	LI	r4,  r31, OFFSET(4)
-	LI	r5,  r31, OFFSET(5)
-	LI	r6,  r31, OFFSET(6)
-	LI	r7,  r31, OFFSET(7)
-	LI	r8,  r31, OFFSET(8)
-	LI	r9,  r31, OFFSET(9)
-	LI	r10, r31, OFFSET(10)
-	LI	r11, r31, OFFSET(11)
-	LI	r12, r31, OFFSET(12)
-	LI	r13, r31, OFFSET(13)
-	LI	r14, r31, OFFSET(14)
-	LI	r15, r31, OFFSET(15)
-	LI	r16, r31, OFFSET(16)
-	LI	r17, r31, OFFSET(17)
-	LI	r18, r31, OFFSET(18)
-	LI	r19, r31, OFFSET(19)
-	LI	r20, r31, OFFSET(20)
-	LI	r21, r31, OFFSET(21)
-	LI	r22, r31, OFFSET(22)
-	LI	r23, r31, OFFSET(23)
-	LI	r24, r31, OFFSET(24)
-	LI	r25, r31, OFFSET(25)
-	LI	r26, r31, OFFSET(26)
-	LI	r27, r31, OFFSET(27)
-	LI	r28, r31, OFFSET(28)
-	LI	r29, r31, OFFSET(29)
-	LI	r30, r31, OFFSET(30)
-	LI	r31, r31, OFFSET(31)
-
-	/* Restore MSR */
-	lwi	r4, r0, L_microblaze_selftest_regs
-	mts	rmsr, r4
-
-	/* Return */
-	rtsd	r15, 8
-	nop
-L_microblaze_selftest_end:
-	.end	microblaze_selftest
-
-/*****************************************************************************
-*      Temporary storage used by this routine
-*      MSR followd by registers r1 - r31
-******************************************************************************/
-	.data
-	.align	3
-L_microblaze_selftest_regs:
-	.rept	32
-#if defined (__arch64__)
-	.quad	0
-#else
-	.long	0
-#endif
-	.endr
-
-/*****************************************************************************
-*      Test data used by this routine
-******************************************************************************/
-L_microblaze_selftest_regdata:
-#if defined (__arch64__)
-	.quad	0x5555555555555555
-	.quad	0xAAAAAAAAAAAAAAAA
-	.quad	0xFFFFFFFFFFFFFFFF
-	.quad	0x0000000000000000
-#else
-	.long	0x55555555
-	.long	0xAAAAAAAA
-	.long	0xFFFFFFFF
-	.long	0x00000000
-#endif
-
-L_microblaze_selftest_aludata:
-	DATA	0x55555555	/* rA operand       */
-	DATA	0x55555556      /* rB operand       */
-	DATA	0xAAAAAAAB	/* rD result: add   */
-	DATA	0x00000000	/* MSR.C:     add   */
-	DATA	0xAAAAAAAB	/* rD result: addc  */
-	DATA	0x00000000	/* MSR.C:     addc  */
-	DATA	0x00000001	/* rD result: rsub  */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     rsub  */
-	DATA	0x00000001	/* rD result: rsubc */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     rsubc */
-	DATA	0x00000001	/* rD result: cmp   */
-	DATA	0x55555554	/* rD result: and   */
-	DATA	0x00000001	/* rD result: andn  */
-	DATA	0x55555557	/* rD result: or    */
-	DATA	0x00000003	/* rD result: xor   */
-
-	DATA	0xAAAAAAAB	/* rA operand       */
-	DATA	0xAAAAAAAA      /* rB operand       */
-	DATA	0x55555555	/* rD result: add   */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     add   */
-	DATA	0x55555556	/* rD result: addc  */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     addc  */
-	DATA	0xFFFFFFFF	/* rD result: rsub  */
-	DATA	0x00000000     	/* MSR.C:     rsub  */
-	DATA	0xFFFFFFFE	/* rD result: rsubc */
-	DATA	0x00000000    	/* MSR.C:     rsubc */
-	DATA	0xFFFFFFFF	/* rD result: cmp   */
-	DATA	0xAAAAAAAA	/* rD result: and   */
-	DATA	0x00000001	/* rD result: andn  */
-	DATA	0xAAAAAAAB	/* rD result: or    */
-	DATA	0x00000001	/* rD result: xor   */
-
-	DATA	0xFFFFFFFF	/* rA operand       */
-	DATA	0xFFFFFFFF      /* rB operand       */
-	DATA	0xFFFFFFFE	/* rD result: add   */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     add   */
-	DATA	0xFFFFFFFF	/* rD result: addc  */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     addc  */
-	DATA	0x00000000 	/* rD result: rsub  */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     rsub  */
-	DATA	0x00000000	/* rD result: rsubc */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     rsubc */
-	DATA	0x00000000	/* rD result: cmp   */
-	DATA	0xFFFFFFFF	/* rD result: and   */
-	DATA	0x00000000	/* rD result: andn  */
-	DATA	0xFFFFFFFF	/* rD result: or    */
-	DATA	0x00000000	/* rD result: xor   */
-
-	DATA	0x00000000	/* rA operand       */
-	DATA	0xFFFFFFFF      /* rB operand       */
-	DATA	0xFFFFFFFF	/* rD result: add   */
-	DATA	0x00000000	/* MSR.C:     add   */
-	DATA	0xFFFFFFFF	/* rD result: addc  */
-	DATA	0x00000000	/* MSR.C:     addc  */
-	DATA	0xFFFFFFFF	/* rD result: rsub  */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     rsub  */
-	DATA	0xFFFFFFFF	/* rD result: rsubc */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     rsubc */
-	DATA	0xFFFFFFFF	/* rD result: cmp   */
-	DATA	0x00000000	/* rD result: and   */
-	DATA	0x00000000	/* rD result: andn  */
-	DATA	0xFFFFFFFF	/* rD result: or    */
-	DATA	0xFFFFFFFF	/* rD result: xor   */
-
-L_microblaze_selftest_shiftdata:
-	DATA	0x55555555	/* rA operand        */
-	DATA	0x00000001	/* rD result: clz    */
-	DATA	0x00000055	/* rD result: sext8  */
-	DATA	0x00005555	/* rD result: sext16 */
-	DATA	0x2AAAAAAA	/* rD result: sra    */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     sra    */
-	DATA	0xAAAAAAAA	/* rD result: src    */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     src    */
-	DATA	0x2AAAAAAA	/* rD result: srl    */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     src    */
-
-	DATA	0xAAAAAAAA	/* rA operand        */
-	DATA	0x00000000	/* rD result: clz    */
-	DATA	0xFFFFFFAA	/* rD result: sext8  */
-	DATA	0xFFFFAAAA	/* rD result: sext16 */
-	DATA	0xD5555555	/* rD result: sra    */
-	DATA	0x00000000	/* MSR.C:     sra    */
-	DATA	0x55555555	/* rD result: src    */
-	DATA	0x00000000	/* MSR.C:     src    */
-	DATA	0x55555555	/* rD result: srl    */
-	DATA	0x00000000	/* MSR.C:     srl    */
-
-	DATA	0xFFFFFFFF	/* rA operand        */
-	DATA	0x00000000	/* rD result: clz    */
-	DATA	0xFFFFFFFF	/* rD result: sext8  */
-	DATA	0xFFFFFFFF	/* rD result: sext16 */
-	DATA	0xFFFFFFFF	/* rD result: sra    */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     sra    */
-	DATA	0xFFFFFFFF	/* rD result: src    */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     src    */
-	DATA	0x7FFFFFFF	/* rD result: srl    */
-	DATA	MSR_CARRY_MASK	/* MSR.C:     srl    */
-
-	DATA	0x00000000	/* rA operand        */
-	DATA	0x00000020	/* rD result: clz    */
-	DATA	0x00000000	/* rD result: sext8  */
-	DATA	0x00000000	/* rD result: sext16 */
-	DATA	0x00000000	/* rD result: sra    */
-	DATA	0x00000000	/* MSR.C:     sra    */
-	DATA	0x00000000	/* rD result: src    */
-	DATA	0x00000000	/* MSR.C:     src    */
-	DATA	0x00000000	/* rD result: srl    */
-	DATA	0x00000000	/* MSR.C:     srl    */
-
-L_microblaze_selftest_ldstdata:
-	DATA	0xDEADBEEF	/* rD operand         */
-	DATA	0x12345678	/* rD operand         */
-	DATA	0x00000000	/* rD operand         */
-L_microblaze_selftest_ldstptr:
-	DATA	0
-	DATA	0
-	DATA	0
-
-L_microblaze_selftest_barreldata:
-	DATA	0x55555555	/* rA operand         */
-	DATA	16		/* rB operand         */
-	DATA	0x00005555	/* rD result: bsrl    */
-	DATA	0x00005555	/* rD result: bsra    */
-	DATA	0x55550000	/* rD result: bsll    */
-	DATA	0x55540415  	/* rD result: bsifi   */
-	DATA	0x00000008     	/* rD result: bsefi   */
-
-	DATA	0xAAAAAAAA	/* rA operand         */
-	DATA	1		/* rB operand         */
-	DATA	0x55555555	/* rD result: bsrl    */
-	DATA	0xD5555555	/* rD result: bsra    */
-	DATA	0x55555554	/* rD result: bsll    */
-	DATA	0xAAAA006A  	/* rD result: bsifi   */
-	DATA	0x00000000    	/* rD result: bsefi   */
-
-	DATA	0xFFFFFFFF	/* rA operand         */
-	DATA	25		/* rB operand         */
-	DATA	0x0000007F	/* rD result: bsrl    */
-	DATA	0xFFFFFFFF	/* rD result: bsra    */
-	DATA	0xFE000000	/* rD result: bsll    */
-	DATA	0xFFFE067F     	/* rD result: bsifi   */
-	DATA	0x0000000C    	/* rD result: bsefi   */
-
-	DATA	0x00000000	/* rA operand         */
-	DATA	10		/* rB operand         */
-	DATA	0x00000000	/* rD result: bsrl    */
-	DATA	0x00000000	/* rD result: bsra    */
-	DATA	0x00000000	/* rD result: bsll    */
-	DATA	0x00000280  	/* rD result: bsifi   */
-	DATA	0x00000005    	/* rD result: bsefi   */
-
-L_microblaze_selftest_muldata:
-	.long	0x55555555	/* rA operand         */
-	.long	0x55555555	/* rB operand         */
-	.long	0x38E38E39	/* rD result: mul     */
-#ifdef USE_HW_MUL_2
-	.long	0x1C71C71C	/* rD result: mulh    */
-	.long	0x1C71C71C	/* rD result: mulhu   */
-	.long	0x1C71C71C	/* rD result: mulhsu  */
-#endif
-	.long	0xAAAAAAAA	/* rA operand         */
-	.long	0xAAAAAAAA	/* rB operand         */
-	.long	0xE38E38E4	/* rD result: mul     */
-#ifdef USE_HW_MUL_2
-	.long	0x1C71C71C	/* rD result: mulh    */
-	.long	0x71C71C70	/* rD result: mulhu   */
-	.long	0xC71C71C6	/* rD result: mulhsu  */
-#endif
-	.long	0xFFFFFFFF	/* rA operand         */
-	.long	0xFFFFFFFF	/* rB operand         */
-	.long	0x00000001	/* rD result: mul     */
-#ifdef USE_HW_MUL_2
-	.long	0x00000000	/* rD result: mulh    */
-	.long	0xFFFFFFFE	/* rD result: mulhu   */
-	.long	0xFFFFFFFF	/* rD result: mulhsu  */
-#endif
-	.long	0x00000000	/* rA operand         */
-	.long	0x00000000	/* rB operand         */
-	.long	0x00000000	/* rD result: mul     */
-#ifdef USE_HW_MUL_2
-	.long	0x00000000	/* rD result: mulh    */
-	.long	0x00000000	/* rD result: mulhu   */
-	.long	0x00000000	/* rD result: mulhsu  */
-#endif
-
-L_microblaze_selftest_divdata:
-	.long	0x55555555	/* rA operand         */
-	.long	0x55555555	/* rB operand         */
-	.long	0x00000001	/* rD result: div     */
-	.long	0x00000001	/* rD result: divu    */
-
-	.long	0xAAAAAAAA	/* rA operand         */
-	.long	0xAAAAAAAA	/* rB operand         */
-	.long	0x00000001	/* rD result: div     */
-	.long	0x00000001	/* rD result: divu    */
-
-	.long	0xFFFFFFFF	/* rA operand         */
-	.long	0xFFFFFFFF	/* rB operand         */
-	.long	0x00000001	/* rD result: div     */
-	.long	0x00000001	/* rD result: divu    */
-
-	.long	0x00000001	/* rA operand         */
-	.long	0x00000000	/* rB operand         */
-	.long	0x00000000	/* rD result: div     */
-	.long	0x00000000	/* rD result: divu    */
-
-	.align	3
-L_microblaze_selftest_pcmpdata:
-	DATA	0x55555555	/* rA operand         */
-	DATA	0x44445555	/* rB operand         */
-	DATA	0x00000003	/* rD result: pcmpbf  */
-	DATA	0x00000000	/* rD result: pcmpeq  */
-	DATA	0x00000001	/* rD result: pcmpne  */
-
-	DATA	0xAAAAAAAA	/* rA operand         */
-	DATA	0xAAAAAAAA	/* rB operand         */
-	DATA	0x00000001	/* rD result: pcmpbf  */
-	DATA	0x00000001	/* rD result: pcmpeq  */
-	DATA	0x00000000	/* rD result: pcmpne  */
-
-	DATA	0xFFFFFFFF	/* rA operand         */
-	DATA	0x000000FF	/* rB operand         */
-	DATA	0x00000004	/* rD result: pcmpbf  */
-	DATA	0x00000000	/* rD result: pcmpeq  */
-	DATA	0x00000001	/* rD result: pcmpne  */
-
-	DATA	0x00000000	/* rA operand         */
-	DATA	0xDEADBEEF	/* rB operand         */
-	DATA	0x00000000	/* rD result: pcmpbf  */
-	DATA	0x00000000	/* rD result: pcmpeq  */
-	DATA	0x00000001	/* rD result: pcmpne  */
-
-L_microblaze_selftest_reorderdata:
-	DATA	0xDEADBEEF	/* rD operand        */
-	DATA	0xEFBEADDE	/* rD result: swapb  */
-	DATA	0xBEEFDEAD	/* rD result: swaph  */
-
-	DATA	0x00000000	/* rD operand        */
-	DATA	0x00000000	/* rD result: swapb  */
-	DATA	0x00000000	/* rD result: swaph  */
-/**
-* @} End of "addtogroup microblaze_pseudo_asm_macro".
-*/
diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_sleep.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_sleep.c
deleted file mode 100644
index 25f08a2..0000000
--- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_sleep.c
+++ /dev/null
@@ -1,278 +0,0 @@
-/******************************************************************************
-* Copyright (c) 2014 - 2021 Xilinx, Inc.  All rights reserved.
-* SPDX-License-Identifier: MIT
-******************************************************************************/
-
-/*****************************************************************************/
-/**
-*
-* @file microblaze_sleep.c
-*
-* Contains implementation of microblaze sleep function.
-*
-* 
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 4.1   hk   04/18/14 Add sleep function.
-* 6.0   asa  08/15/16 Updated the sleep/usleep signature. Fix for CR#956899.
-* 6.6   srm  10/18/17 Updated sleep routines to support user configurable
-*                     implementation. Now sleep routines will use Axi Timer
-*                     or machine cycles as specified by the user.
-* 6.8   mus  10/04/18 FreeRTOS BSP always use default method for sleep
-*                     implementation, It does not have user configurable sleep
-*                     implementation support, that is why FreeRTOS tcl does not
-*                     export XSLEEP_TIMER_IS_DEFAULT_TIMER macro to
-*                     xparameters.h. Modified code to always use default timer
-*                     path for FreeRTOS BSP, based on the "FREERTOS_BSP" macro.
-*                     It fixes CR#1012363.
-* 7.5   dp   01/05/21 Updated COUNTS_PER_U/MSECOND, ITERS_PER_M/USEC macros to
-*                     round it off to nearest possible value so that delta error
-*                     in time calculations can be minimized.
-* 7.5   mus   04/21/21 Microblaze frequency can be changed run time. Sleep routines
-*                      needs to use updated frequency for delay calculation, else
-*                      sleep calls would result into incorrect behavior. Added
-*                      Xil_SetMBFrequency API to write updated frequency value to
-*                      MBFreq variable, and updated ITERS_PER_SEC macro to read
-*                      frequency value from MBFreq variable, instead of using XPARS.
-*                      Xil_SetMBFrequency must be called immediately after change
-*                      in Microblaze frequency run time, it would keep sleep
-*                      routines in sync with Microblaze frequency.
-*                      Added Xil_GetMBFrequency to read current Microbalze frequency.
-*                      It fixes CR#1094568.
-* 7.6   mus  08/23/21  Updated prototypes for functions which are not taking any
-*                      arguments with void keyword. This has been done to fix
-*                      compilation warnings with "-Wstrict-prototypes" flag.
-*                      It fixes CR#1108601
-*
-* 
-* -* @note -* -* This file may contain architecture-dependent code. -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "microblaze_sleep.h" -#include "bspconfig.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -#if defined (XSLEEP_TIMER_IS_AXI_TIMER) -#define COUNTS_PER_SECOND (SLEEP_TIMER_FREQUENCY) -#define COUNTS_PER_MSECOND ((COUNTS_PER_SECOND + 500) / 1000) -#define COUNTS_PER_USECOND ((COUNTS_PER_SECOND + 500000)/ 1000000) -#warning "May wait for more than the specified delay" -#elif defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) || defined (FREERTOS_BSP) -#define ITERS_PER_SEC (Xil_GetMBFrequency() / 4) -#define ITERS_PER_MSEC ((ITERS_PER_SEC + 500) / 1000) -#define ITERS_PER_USEC ((ITERS_PER_MSEC + 500) / 1000) -#pragma message ("For the sleep routines, assembly instructions are used") -#endif -/***************** Variable Definitions *********************/ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) || defined (FREERTOS_BSP) -/** - * This variable stores current value of Microblaze frequency. - * It would be used by sleep routines to generate delay. - */ -static u32 MBFreq = XPAR_CPU_CORE_CLOCK_FREQ_HZ; -#endif - -/*****************************************************************************/ - -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) || defined (FREERTOS_BSP) -/*****************************************************************************/ -/** -* @brief Sets variable which stores Microblaze frequency value -* @param Val - Frequency value to be set -* @return XST_SUCCESS - If frequency updated successfully -* XST_INVALID_PARAM - If specified frequency value is not valid -* -* @note It must be called after runtime change in Microblaze frequency, -* failing to do so would result in to incorrect behavior of sleep -* routines -* -******************************************************************************/ -u32 Xil_SetMBFrequency(u32 Val) -{ - if ( Val != 0) { - MBFreq = Val; - return XST_SUCCESS; - } - return XST_INVALID_PARAM; -} - -/*****************************************************************************/ -/** -* @brief Returns current Microblaze frequency value -* @return MBFreq - Current Microblaze frequency value -* -******************************************************************************/ -u32 Xil_GetMBFrequency(void) -{ - return MBFreq; -} - -static void sleep_common(u32 n, u32 iters) -{ - asm volatile ( - "1: \n\t" - "addik %1, %1, -1 \n\t" - "add r7, r0, %0 \n\t" - "2: \n\t" - "addik r7, r7, -1 \n\t" - "bneid r7, 2b \n\t" - "or r0, r0, r0 \n\t" - "bneid %1, 1b \n\t" - "or r0, r0, r0 \n\t" - : - : "r"(iters), "r"(n) - ); -} -#endif - -/*****************************************************************************/ -/** -* @brief Provides delay for requested duration. -* @param useconds- time in useconds. -* @return 0 -* -* @note Instruction cache should be enabled for this to work. -* -******************************************************************************/ -int usleep_MB(unsigned long useconds) -{ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) || defined (FREERTOS_BSP) - sleep_common((u32)useconds, ITERS_PER_USEC); -#elif defined (XSLEEP_TIMER_IS_AXI_TIMER) - /* Start Axi timer */ - XTime_StartAxiTimer(); - Xil_SleepAxiTimer(useconds, COUNTS_PER_USECOND); -#endif - - return 0; -} - -/*****************************************************************************/ -/** -* @brief Provides delay for requested duration. -* @param seconds- time in useconds. -* @return 0 -* -* @note Instruction cache should be enabled for this to work. -* -******************************************************************************/ -unsigned sleep_MB(unsigned int seconds) -{ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) || defined (FREERTOS_BSP) - sleep_common(seconds, ITERS_PER_SEC); -#elif defined (XSLEEP_TIMER_IS_AXI_TIMER) - /* Start Axi timer */ - XTime_StartAxiTimer(); - Xil_SleepAxiTimer(seconds, COUNTS_PER_SECOND); -#endif - - return 0; -} - -/*****************************************************************************/ -/** -* -* @brief Provides delay for requested duration.. -* -* @param MilliSeconds- Delay time in milliseconds. -* -* @return None. -* -* @note Instruction cache should be enabled for this to work. -* -******************************************************************************/ -void MB_Sleep(u32 MilliSeconds) -{ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) || defined (FREERTOS_BSP) - sleep_common(MilliSeconds, ITERS_PER_MSEC); - -#elif defined (XSLEEP_TIMER_IS_AXI_TIMER) - /* Start Axi timer */ - XTime_StartAxiTimer(); - Xil_SleepAxiTimer(MilliSeconds, COUNTS_PER_MSECOND); -#endif -} - -/*****************************************************************************/ -/** - * - * @brief Provides delay for requested duration by using Axi Timer. - * - * @param delay - delay time in seconds/milli seconds/micro seconds. - * frequency - Number of counts per - * second/milli second/micro second. - * - * @return None. - * - * - ******************************************************************************/ -#if defined (XSLEEP_TIMER_IS_AXI_TIMER) -static void Xil_SleepAxiTimer(u32 delay, u64 frequency) -{ - u64 tEnd = 0U; - u64 tCur = 0U; - u32 TimeHighVal = 0U; - u32 TimeLowVal1 = 0U; - u32 TimeLowVal2 = 0U; - - TimeLowVal1 = Xil_In32((SLEEP_TIMER_BASEADDR) + - (XSLEEP_TIMER_AXITIMER_TCR_OFFSET)); - tEnd = (u64)TimeLowVal1 + ((u64)(delay) * frequency); - do - { - TimeLowVal2 = Xil_In32((SLEEP_TIMER_BASEADDR) + - (XSLEEP_TIMER_AXITIMER_TCR_OFFSET)); - if (TimeLowVal2 < TimeLowVal1) { - TimeHighVal++; - } - TimeLowVal1 = TimeLowVal2; - tCur = (((u64) TimeHighVal) << 32U) | (u64)TimeLowVal2; - }while (tCur < tEnd); -} - -/*****************************************************************************/ -/** - * - * @brief This API starts the Axi Timer only when the timer is not enabled. - * - * @param None. - * - * @return None. - * - * @note Instruction cache should be enabled for this to work. - * - ******************************************************************************/ - static void XTime_StartAxiTimer(void) - { - u32 ControlStatusReg; - - /* Checking if the timer is enabled */ - if(Xil_In32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_AXITIMER_TCSR0_OFFSET) && - XSLEEP_TIMER_AXITIMER_CSR_ENABLE_TMR_MASK) - { - return; - } - /* - * Read the current register contents such that only the necessary bits - * of the register are modified in the following operations - */ - ControlStatusReg = Xil_In32(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_AXITIMER_TCSR0_OFFSET); - /* - * Remove the reset condition such that the timer counter starts running - * with the value loaded from the compare register - */ - Xil_Out32((SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_AXITIMER_TCSR0_OFFSET), - (ControlStatusReg | XSLEEP_TIMER_AXITIMER_CSR_ENABLE_TMR_MASK | - XSLEEP_TIMER_AXITIMER_CSR_AUTO_RELOAD_MASK)); - } -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_sleep.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_sleep.h deleted file mode 100644 index de30ce1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_sleep.h +++ /dev/null @@ -1,130 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file microblaze_sleep.h -* -* @addtogroup microblaze_sleep_routines Sleep Routines for Microblaze -* -* The microblaze_sleep.h file contains microblaze sleep APIs. These APIs -* provides delay for requested duration. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -------------------------------------------------------
-* 4.1   asa  04/18/14 Add sleep function - first release.
-* 6.6   srm  10/18/17 Added the Register offset definitions and Control/Status
-*                     Register bit masks of the Axi timer.
-* 7.5   mus   04/21/21 Microblaze frequency can be changed run time. Sleep routines
-*                      needs to use updated frequency for delay calculation, else
-*                      sleep calls would result into incorrect behavior. Added
-*                      Xil_SetMBFrequency API to write updated frequency value to
-*                      MBFreq variable, and updated ITERS_PER_SEC macro to read
-*                      frequency value from MBFreq variable, instead of using XPARS.
-*                      Xil_SetMBFrequency must be called immediately after change
-*                      in Microblaze frequency run time, it would keep sleep
-*                      routines in sync with Microblaze frequency.
-*                      Added Xil_GetMBFrequency to read current Microbalze frequency.
-*                      It fixes CR#1094568.
-* 7.6   mus  08/23/21  Updated prototypes for functions which are not taking any
-*                      arguments with void keyword. This has been done to fix
-*                      compilation warnings with "-Wstrict-prototypes" flag.
-*                      It fixes CR#1108601.
-*
-* 
-* -* @note -* The microblaze_sleep.h file may contain architecture-dependent items. -* -******************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef MICROBLAZE_SLEEP_H /* prevent circular inclusions */ -#define MICROBLAZE_SLEEP_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "mb_interface.h" -#include "xparameters.h" -#include "sleep.h" - -/************************** Constant Definitions *****************************/ - -#if defined (XSLEEP_TIMER_IS_AXI_TIMER) - -/** @name Register Offset Definitions - * Register offsets within the Axi timer counter, there are multiple - * timer counters within a single device - * @{ - */ -#define XSLEEP_TIMER_AXITIMER_TCSR0_OFFSET 0U /**< Control/Status register */ -#define XSLEEP_TIMER_AXITIMER_TLR_OFFSET 4U /**< Load register */ -#define XSLEEP_TIMER_AXITIMER_TCR_OFFSET 8U /**< Timer counter register */ -/* @} */ - -/** @name Control Status Register Bit Definitions - * Control Status Register bit masks - * Used to configure the Axi timer counter device. - * @{ - */ -#define XSLEEP_TIMER_AXITIMER_CSR_ENABLE_TMR_MASK 0x00000080U - /**< Enables only the specific timer */ -#define XSLEEP_TIMER_AXITIMER_CSR_AUTO_RELOAD_MASK 0x00000010U - /**< In compare mode, configures the timer - * counter to reload from the Load Register. - * The default mode causes the timer counter - * to hold when the compare value is hit. In - * capture mode, configures the timer counter - * to not hold the previous capture value if - * a new event occurs. The default mode cause - * the timer counter to hold the capture value - * until recognized.*/ -#define XSLEEP_TIMER_AXITIMER_CSR_LOAD_MASK 0x00000020U - /**< Loads the timer using the load value - * provided earlier in the Load Register, - * XSLEEP_TIMER_AXITIMER_TLR_OFFSET. */ -#define XSLEEP_TIMER_AXITIMER_CSR_INT_OCCURED_MASK 0x00000100U - /**< If bit is set, an interrupt has occurred. - * If set and '1' is written to this bit - * position, bit is cleared.*/ -#define XSLEEP_TIMER_AXITIMER_CSR_ENABLE_TMR_MASK 0x00000080U - /**< Enables only the specific timer */ -/* @} */ - -/**************************** Type Definitions *******************************/ -/************************** Function Prototypes ******************************/ - -static void Xil_SleepAxiTimer(u32 delay, u64 frequency); -static void XTime_StartAxiTimer(void); -#else -u32 Xil_SetMBFrequency(u32 Val); -u32 Xil_GetMBFrequency(void); -#endif -/** - *@endcond - */ -void MB_Sleep(u32 MilliSeconds) __attribute__((__deprecated__)); - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup microblaze_sleep_routines". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_update_dcache.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_update_dcache.S deleted file mode 100644 index 4831d67..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_update_dcache.S +++ /dev/null @@ -1,84 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2006 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* -* File : microblaze_update_dcache.s -* Date : 2003, September 24 -* Company: Xilinx -* Group : Emerging Software Technologies -* -* Summary: -* Update dcache on the microblaze. -* Takes in three parameters -* r5 : Cache Tag Line -* r6 : Cache Data -* r7 : Lock/Valid information -* Bit 30 is Lock [ 1 indicates locked ] -* Bit 31 is Valid [ 1 indicates valid ] -* -* -------------------------------------------------------------- -* | Lock | Valid | Effect -* -------------------------------------------------------------- -* | 0 | 0 | Invalidate Cache -* | 0 | 1 | Valid, but unlocked cacheline -* | 1 | 0 | Invalidate Cache, No effect of lock -* | 1 | 1 | Valid cache. Locked to a -* | | | particular address -* -------------------------------------------------------------- -* -* -**********************************************************************************/ -#include "xparameters.h" - -#ifndef XPAR_MICROBLAZE_DCACHE_LINE_LEN -#define XPAR_MICROBLAZE_DCACHE_LINE_LEN 1 -#endif - - .text - .globl microblaze_update_dcache - .ent microblaze_update_dcache - .align 2 -microblaze_update_dcache: -#if (XPAR_MICROBLAZE_USE_DCACHE==1) && (XPAR_MICROBLAZE_ALLOW_DCACHE_WR==1) - -#if XPAR_MICROBLAZE_DCACHE_LINE_LEN == 1 - -/* Read the MSR register into a temp register */ - mfs r18, rmsr - -/* Clear the dcache enable bit to disable the cache - Register r10,r18 are volatile registers and hence do not need to be saved before use */ - andi r10, r18, ~128 - mts rmsr, r10 - -/* Update the lock and valid info */ - andi r5, r5, 0xfffffffc - or r5, r5, r7 - -/* Update dcache */ - wdc r5, r6 - -/* Return */ - rtsd r15, 8 - mts rmsr, r18 - -#else - - /* The only valid usage of this routine for larger cache line lengths is to invalidate a data cache line - So call microblaze_init_dcache_range appropriately to do the job */ - - brid microblaze_init_dcache_range - addik r6, r0, (XPAR_MICROBLAZE_DCACHE_LINE_LEN * 4) - - /* We don't have a return instruction here. This is tail call optimization :) */ - -#endif /* XPAR_MICROBLAZE_DCACHE_LINE_LEN == 1 */ - -#else - rtsd r15, 8 - nop -#endif - .end microblaze_update_dcache diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_update_icache.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_update_icache.S deleted file mode 100644 index 5b2d4ed..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/microblaze_update_icache.S +++ /dev/null @@ -1,83 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2006 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/****************************************************************************** -* -* File : microblaze_update_icache.s -* Date : 2003, September 24 -* Company: Xilinx -* Group : Emerging Software Technologies -* -* Summary: -* Update icache on the microblaze. -* Takes in three parameters -* r5 : Cache Tag Line -* r6 : Cache Data -* r7 : Lock/Valid information -* Bit 30 is Lock [ 1 indicates locked ] -* Bit 31 is Valid [ 1 indicates valid ] -* -* -------------------------------------------------------------- -* | Lock | Valid | Effect -* -------------------------------------------------------------- -* | 0 | 0 | Invalidate Cache -* | 0 | 1 | Valid, but unlocked cacheline -* | 1 | 0 | Invalidate Cache, No effect of lock -* | 1 | 1 | Valid cache. Locked to a -* | | | particular address -* -------------------------------------------------------------- -* -* -**********************************************************************************/ -#include "xparameters.h" - -#ifndef XPAR_MICROBLAZE_ICACHE_LINE_LEN -#define XPAR_MICROBLAZE_ICACHE_LINE_LEN 1 -#endif - - .text - .globl microblaze_update_icache - .ent microblaze_update_icache - .align 2 -microblaze_update_icache: -#if (XPAR_MICROBLAZE_USE_ICACHE==1) && (XPAR_MICROBLAZE_ALLOW_ICACHE_WR==1) - -#if XPAR_MICROBLAZE_ICACHE_LINE_LEN == 1 - -/* Read the MSR register into a temp register */ - mfs r18, rmsr - -/* Clear the icache enable bit to disable the cache - Register r10,r18 are volatile registers and hence do not need to be saved before use */ - andi r10, r18, ~32 - mts rmsr, r10 - -/* Update the lock and valid info */ - andi r5, r5, 0xfffffffc - or r5, r5, r7 - -/* Update icache */ - wic r5, r6 - -/* Return */ - rtsd r15, 8 - mts rmsr, r18 - -#else - - /* The only valid usage of this routine for larger cache line lengths is to invalidate an instruction cache line - So call microblaze_init_icache_range appropriately to do the job */ - - brid microblaze_init_icache_range - addik r6, r0, (XPAR_MICROBLAZE_ICACHE_LINE_LEN * 4) - - /* We don't have a return instruction here. This is tail call optimization :) */ - -#endif /* XPAR_MICROBLAZE_ICACHE_LINE_LEN == 1 */ - -#else - rtsd r15, 8 - nop -#endif - .end microblaze_update_icache diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/pvr.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/pvr.c deleted file mode 100644 index a84c6a4..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/pvr.c +++ /dev/null @@ -1,68 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2006 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file pvr.c -* -* This header file contains defines for structures used by the microblaze -* PVR routines -* -******************************************************************************/ -#include "xparameters.h" -#include "pvr.h" -#include - -/* Definitions */ - -/****************************************************************************/ -/** -* @brief Populate the PVR data structure to which pvr points, with the -* values of the hardware PVR registers. -* -* @param pvr- address of PVR data structure to be populated -* -* @return 0 - SUCCESS -* -1 - FAILURE -* -****************************************************************************/ -int microblaze_get_pvr (pvr_t *pvr) -{ - if (!pvr) - return -1; - - bzero ((void*)pvr, sizeof (pvr_t)); - -#ifdef MICROBLAZE_PVR_NONE - return -1; -#else - getpvr (0, pvr->pvr[0]); -#endif /* MICROBLAZE_PVR_NONE */ - -#ifdef MICROBLAZE_PVR_FULL - getpvr (1, pvr->pvr[1]); - getpvr (2, pvr->pvr[2]); - getpvr (3, pvr->pvr[3]); - - getpvr (4, pvr->pvr[4]); - getpvr (5, pvr->pvr[5]); - getpvr (6, pvr->pvr[6]); - getpvr (7, pvr->pvr[7]); - - getpvr (8, pvr->pvr[8]); - getpvr (9, pvr->pvr[9]); - getpvr (10, pvr->pvr[10]); - getpvr (11, pvr->pvr[11]); - -/* getpvr (12, pvr->pvr[12]); */ -/* getpvr (13, pvr->pvr[13]); */ -/* getpvr (14, pvr->pvr[14]); */ -/* getpvr (15, pvr->pvr[15]); */ - -#endif /* MICROBLAZE_PVR_FULL */ - - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/pvr.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/pvr.h deleted file mode 100644 index c3813e7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/pvr.h +++ /dev/null @@ -1,524 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2006 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file pvr.h -* -* @addtogroup microblaze_pvr_macros Microblaze PVR access routines and macros -* -* MicroBlaze processor v5.00.a and later versions have configurable -* Processor Version Registers (PVRs). The contents of the PVR are captured -* using the pvr_t data structure, which is defined as an array of 32-bit words, -* with each word corresponding to a PVR register on hardware. The number of PVR -* words is determined by the number of PVRs configured in the hardware. You should -* not attempt to access PVR registers that are not present in hardware, as the -* pvr_t data structure is resized to hold only as many PVRs as are present in -* hardware. -* To access information in the PVR: -* 1. Use the microblaze_get_pvr() function to populate the PVR data into a pvr_t -* data structure. -* 2. In subsequent steps, you can use any one of the PVR access macros list to -* get individual data stored in the PVR. -* 3. pvr.h header file must be included to source to use PVR macros. -* -* @{ -* -******************************************************************************/ -/** - *@cond nocomments - */ - -#ifndef _PVR_H -#define _PVR_H - -#include "xil_types.h" -#include "xil_assert.h" -#include "xparameters.h" -#include "mb_interface.h" -#include "bspconfig.h" - -#ifdef __cplusplus -extern "C" { -#endif - - -/* Defs */ -typedef struct pvr_s { -#ifdef MICROBLAZE_PVR_FULL - unsigned int pvr[16]; -#else - unsigned int pvr[1]; -#endif -} pvr_t; - - -#define getpvr(pvrid, val) asm volatile ("mfs\t%0,rpvr" stringify(pvrid) "\n\t" : "=d" (val)) - -/* Basic PVR mask */ -#define MICROBLAZE_PVR0_PVR_FULL_MASK 0x80000000 -#define MICROBLAZE_PVR0_USE_BARREL_MASK 0x40000000 -#define MICROBLAZE_PVR0_USE_DIV_MASK 0x20000000 -#define MICROBLAZE_PVR0_USE_HW_MUL_MASK 0x10000000 -#define MICROBLAZE_PVR0_USE_FPU_MASK 0x08000000 -#define MICROBLAZE_PVR0_USE_EXCEPTION_MASK 0x04000000 -#define MICROBLAZE_PVR0_USE_ICACHE_MASK 0x02000000 -#define MICROBLAZE_PVR0_USE_DCACHE_MASK 0x01000000 -#define MICROBLAZE_PVR0_USE_MMU_MASK 0x00800000 -#define MICROBLAZE_PVR0_USE_BTC_MASK 0x00400000 -#define MICROBLAZE_PVR0_ENDIANNESS_MASK 0x00200000 -#define MICROBLAZE_PVR0_FAULT_TOLERANT_MASK 0x00100000 -#define MICROBLAZE_PVR0_STACK_PROTECTION_MASK 0x00080000 -#define MICROBLAZE_PVR0_MICROBLAZE_VERSION_MASK 0x0000FF00 -#define MICROBLAZE_PVR0_USER1_MASK 0x000000FF - -/* User 2 PVR mask */ -#define MICROBLAZE_PVR1_USER2_MASK 0xFFFFFFFF - -/* Configuration PVR masks */ -#define MICROBLAZE_PVR2_D_AXI_MASK 0x80000000 -#define MICROBLAZE_PVR2_D_LMB_MASK 0x40000000 -#define MICROBLAZE_PVR2_D_PLB_MASK 0x02000000 -#define MICROBLAZE_PVR2_I_AXI_MASK 0x20000000 -#define MICROBLAZE_PVR2_I_LMB_MASK 0x10000000 -#define MICROBLAZE_PVR2_I_PLB_MASK 0x01000000 -#define MICROBLAZE_PVR2_INTERRUPT_IS_EDGE_MASK 0x08000000 -#define MICROBLAZE_PVR2_EDGE_IS_POSITIVE_MASK 0x04000000 -#define MICROBLAZE_PVR2_INTERCONNECT_MASK 0x00800000 -#define MICROBLAZE_PVR2_STREAM_INTERCONNECT_MASK 0x00400000 -#define MICROBLAZE_PVR2_USE_EXTENDED_FSL_INSTR_MASK 0x00080000 -#define MICROBLAZE_PVR2_USE_MSR_INSTR_MASK 0x00020000 -#define MICROBLAZE_PVR2_USE_PCMP_INSTR_MASK 0x00010000 -#define MICROBLAZE_PVR2_AREA_OPTIMIZED_MASK 0x00008000 -#define MICROBLAZE_PVR2_USE_BARREL_MASK 0x00004000 -#define MICROBLAZE_PVR2_USE_DIV_MASK 0x00002000 -#define MICROBLAZE_PVR2_USE_HW_MUL_MASK 0x00001000 -#define MICROBLAZE_PVR2_USE_FPU_MASK 0x00000800 -#define MICROBLAZE_PVR2_USE_FPU2_MASK 0x00000200 -#define MICROBLAZE_PVR2_USE_MUL64_MASK 0x00000400 -#define MICROBLAZE_PVR2_OPCODE_0x0_ILLEGAL_MASK 0x00000040 -#define MICROBLAZE_PVR2_UNALIGNED_EXCEPTION_MASK 0x00000020 -#define MICROBLAZE_PVR2_ILL_OPCODE_EXCEPTION_MASK 0x00000010 -#define MICROBLAZE_PVR2_M_AXI_I_BUS_EXCEPTION_MASK 0x00000008 -#define MICROBLAZE_PVR2_M_AXI_D_BUS_EXCEPTION_MASK 0x00000004 -#define MICROBLAZE_PVR2_IPLB_BUS_EXCEPTION_MASK 0x00000100 -#define MICROBLAZE_PVR2_DPLB_BUS_EXCEPTION_MASK 0x00000080 -#define MICROBLAZE_PVR2_DIV_ZERO_EXCEPTION_MASK 0x00000002 -#define MICROBLAZE_PVR2_FPU_EXCEPTION_MASK 0x00000001 -#define MICROBLAZE_PVR2_FSL_EXCEPTION_MASK 0x00040000 - -/* Debug and exception PVR masks */ -#define MICROBLAZE_PVR3_DEBUG_ENABLED_MASK 0x80000000 -#define MICROBLAZE_PVR3_NUMBER_OF_PC_BRK_MASK 0x1E000000 -#define MICROBLAZE_PVR3_NUMBER_OF_RD_ADDR_BRK_MASK 0x00380000 -#define MICROBLAZE_PVR3_NUMBER_OF_WR_ADDR_BRK_MASK 0x0000E000 -#define MICROBLAZE_PVR3_FSL_LINKS_MASK 0x00000380 -#define MICROBLAZE_PVR3_BTC_SIZE_MASK 0x00000007 - -/* ICache config PVR masks */ -#define MICROBLAZE_PVR4_USE_ICACHE_MASK 0x80000000 -#define MICROBLAZE_PVR4_ICACHE_ADDR_TAG_BITS_MASK 0x7C000000 -#define MICROBLAZE_PVR4_ICACHE_ALLOW_WR_MASK 0x01000000 -#define MICROBLAZE_PVR4_ICACHE_LINE_LEN_MASK 0x00E00000 -#define MICROBLAZE_PVR4_ICACHE_BYTE_SIZE_MASK 0x001F0000 -#define MICROBLAZE_PVR4_ICACHE_ALWAYS_USED_MASK 0x00008000 -#define MICROBLAZE_PVR4_ICACHE_INTERFACE_MASK 0x00002000 -#define MICROBLAZE_PVR4_ICACHE_VICTIMS_MASK 0x00001C00 -#define MICROBLAZE_PVR4_ICACHE_STREAMS_MASK 0x00000300 -#define MICROBLAZE_PVR4_ICACHE_FORCE_TAG_LUTRAM_MASK 0x00000080 -#define MICROBLAZE_PVR4_ICACHE_DATA_WIDTH_MASK 0x00000040 - -/* DCache config PVR masks */ -#define MICROBLAZE_PVR5_USE_DCACHE_MASK 0x80000000 -#define MICROBLAZE_PVR5_DCACHE_ADDR_TAG_BITS_MASK 0x7C000000 -#define MICROBLAZE_PVR5_DCACHE_ALLOW_WR_MASK 0x01000000 -#define MICROBLAZE_PVR5_DCACHE_LINE_LEN_MASK 0x00E00000 -#define MICROBLAZE_PVR5_DCACHE_BYTE_SIZE_MASK 0x001F0000 -#define MICROBLAZE_PVR5_DCACHE_ALWAYS_USED_MASK 0x00008000 -#define MICROBLAZE_PVR5_DCACHE_USE_WRITEBACK_MASK 0x00004000 -#define MICROBLAZE_PVR5_DCACHE_INTERFACE_MASK 0x00002000 -#define MICROBLAZE_PVR5_DCACHE_VICTIMS_MASK 0x00001C00 -#define MICROBLAZE_PVR5_DCACHE_FORCE_TAG_LUTRAM_MASK 0x00000080 -#define MICROBLAZE_PVR5_DCACHE_DATA_WIDTH_MASK 0x00000040 - -#if defined(__arch64__) -/* ICache base address PVR mask */ -#define MICROBLAZE_PVR6_ICACHE_BASEADDR_MASK 0xFFFFFFFFFFFFFFFF - -/* ICache high address PVR mask */ -#define MICROBLAZE_PVR7_ICACHE_HIGHADDR_MASK 0xFFFFFFFFFFFFFFFF - -/* DCache base address PVR mask */ -#define MICROBLAZE_PVR8_DCACHE_BASEADDR_MASK 0xFFFFFFFFFFFFFFFF - -/* DCache high address PVR mask */ -#define MICROBLAZE_PVR9_DCACHE_HIGHADDR_MASK 0xFFFFFFFFFFFFFFFF - -#else -/* ICache base address PVR mask */ -#define MICROBLAZE_PVR6_ICACHE_BASEADDR_MASK 0xFFFFFFFF - -/* ICache high address PVR mask */ -#define MICROBLAZE_PVR7_ICACHE_HIGHADDR_MASK 0xFFFFFFFF - -/* DCache base address PVR mask */ -#define MICROBLAZE_PVR8_DCACHE_BASEADDR_MASK 0xFFFFFFFF - -/* DCache high address PVR mask */ -#define MICROBLAZE_PVR9_DCACHE_HIGHADDR_MASK 0xFFFFFFFF -#endif - -/* Target family PVR mask */ -#define MICROBLAZE_PVR10_TARGET_FAMILY_MASK 0xFF000000 - -/* MSR Reset value PVR mask */ -#define MICROBLAZE_PVR11_MSR_RESET_VALUE_MASK 0x000007FF - -/* MMU value PVR mask */ -#define MICROBLAZE_PVR11_MMU_MASK 0xC0000000 -#define MICROBLAZE_PVR11_MMU_ITLB_SIZE_MASK 0x38000000 -#define MICROBLAZE_PVR11_MMU_DTLB_SIZE_MASK 0x07000000 -#define MICROBLAZE_PVR11_MMU_TLB_ACCESS_MASK 0x00C00000 -#define MICROBLAZE_PVR11_MMU_ZONES_MASK 0x003E0000 -#define MICROBLAZE_PVR11_MMU_PRIVILEGED_INSTR_MASK 0x00010000 - -/** - *@endcond - */ -/* PVR access macros */ - -/** -Return non-zero integer if PVR is of type FULL, 0 if basic -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_IS_FULL(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_PVR_FULL_MASK) -/** -Return non-zero integer if hardware barrel shifter present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_BARREL(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_BARREL_MASK) -/** -Return non-zero integer if hardware divider present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_DIV(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_DIV_MASK) -/** -Return non-zero integer if hardware multiplier present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_HW_MUL(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_HW_MUL_MASK) -/** -Return non-zero integer if hardware floating point unit (FPU) present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_FPU(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_FPU_MASK) -/** -Return non-zero integer if I-cache present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_ICACHE(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_ICACHE_MASK) -/** -Return non-zero integer if D-cache present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_DCACHE(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_DCACHE_MASK) - -/** - *@cond nocomments - */ -#define MICROBLAZE_PVR_USE_MMU(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_MMU_MASK) -#define MICROBLAZE_PVR_USE_BTC(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USE_BTC_MASK) -#define MICROBLAZE_PVR_ENDIANNESS(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_ENDIANNESS_MASK) -#define MICROBLAZE_PVR_FAULT_TOLERANT(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_FAULT_TOLERANT_MASK) -#define MICROBLAZE_PVR_STACK_PROTECTION(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_STACK_PROTECTION_MASK) -/** -Return MicroBlaze processor version encoding. Refer to the MicroBlaze Processor -Reference Guide (UG081) for mappings from encodings to actual hardware versions. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_MICROBLAZE_VERSION(_pvr) ((_pvr.pvr[0] & MICROBLAZE_PVR0_MICROBLAZE_VERSION_MASK) >> 8) -/** -Return the USER1 field stored in the PVR. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USER1(_pvr) (_pvr.pvr[0] & MICROBLAZE_PVR0_USER1_MASK) - -/** -Return the USER2 field stored in the PVR. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USER2(_pvr) (_pvr.pvr[1] & MICROBLAZE_PVR1_USER2_MASK) - -#define MICROBLAZE_PVR_D_AXI(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_D_AXI_MASK) - -/** -Return non-zero integer if Data Side PLB -interface is present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_D_LMB(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_D_LMB_MASK) - -/** -Return non-zero integer if Data Side PLB interface is present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_D_PLB(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_D_PLB_MASK) - -#define MICROBLAZE_PVR_I_AXI(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_I_AXI_MASK) - -/** -Return non-zero integer if Instruction Side Local Memory Bus (LMB) interface present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_I_LMB(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_I_LMB_MASK) - -/** -Return non-zero integer if Instruction Side PLB interface present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_I_PLB(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_I_PLB_MASK) - -/** -Return non-zero integer if interrupts are configured as edge-triggered. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_INTERRUPT_IS_EDGE(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_INTERRUPT_IS_EDGE_MASK) - -/** -Return non-zero integer if interrupts are configured as positive edge triggered. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_EDGE_IS_POSITIVE(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_EDGE_IS_POSITIVE_MASK) - -/** -Return non-zero if MicroBlaze processor has PLB interconnect; otherwise return zero. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_INTERCONNECT(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_INTERCONNECT_MASK) - -#define MICROBLAZE_PVR_STREAM_INTERCONNECT(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_STREAM_INTERCONNECT_MASK) -#define MICROBLAZE_PVR_USE_EXTENDED_FSL_INSTR(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_USE_EXTENDED_FSL_INSTR_MASK) -#define MICROBLAZE_PVR_USE_MSR_INSTR(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_USE_MSR_INSTR_MASK) -#define MICROBLAZE_PVR_USE_PCMP_INSTR(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_USE_PCMP_INSTR_MASK) -#define MICROBLAZE_PVR_AREA_OPTIMIZED(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_AREA_OPTIMIZED_MASK) - -/** -Return non-zero integer if MicroBlaze processor supports 64-bit products for -multiplies. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_USE_MUL64(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_USE_MUL64_MASK) - -/** -Return non-zero integer if opcode 0x0 is treated as an illegal opcode. -multiplies. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_OPCODE_0x0_ILLEGAL(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_OPCODE_0x0_ILLEGAL_MASK) - -/** -Return non-zero integer if unaligned exceptions are supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_UNALIGNED_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_UNALIGNED_EXCEPTION_MASK) - -/** -Return non-zero integer if illegal opcode exceptions are supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ILL_OPCODE_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_ILL_OPCODE_EXCEPTION_MASK) - -#define MICROBLAZE_PVR_M_AXI_I_BUS_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_M_AXI_I_BUS_EXCEPTION_MASK) - -/** -Return non-zero integer if I-PLB exceptions are supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_IPLB_BUS_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_IPLB_BUS_EXCEPTION_MASK) - -#define MICROBLAZE_PVR_M_AXI_D_BUS_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_M_AXI_D_BUS_EXCEPTION_MASK) - -/** -Return non-zero integer if I-PLB exceptions are supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DPLB_BUS_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_DPLB_BUS_EXCEPTION_MASK) - -/** -Return non-zero integer if divide by zero exceptions are supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DIV_ZERO_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_DIV_ZERO_EXCEPTION_MASK) - -/** -Return non-zero integer if FPU exceptions are supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_FPU_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_FPU_EXCEPTION_MASK) - -/** -Return non-zero integer if FSL exceptions are present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_FSL_EXCEPTION(_pvr) (_pvr.pvr[2] & MICROBLAZE_PVR2_FSL_EXCEPTION_MASK) - -/** -Return non-zero integer if debug is enabled. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DEBUG_ENABLED(_pvr) (_pvr.pvr[3] & MICROBLAZE_PVR3_DEBUG_ENABLED_MASK) - -/** -Return the number of hardware PC breakpoints available. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_NUMBER_OF_PC_BRK(_pvr) ((_pvr.pvr[3] & MICROBLAZE_PVR3_NUMBER_OF_PC_BRK_MASK) >> 25) - -/** -Return the number of read address hardware watchpoints supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_NUMBER_OF_RD_ADDR_BRK(_pvr) ((_pvr.pvr[3] & MICROBLAZE_PVR3_NUMBER_OF_RD_ADDR_BRK_MASK) >> 19) - -/** -Return the number of write address hardware watchpoints supported. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_NUMBER_OF_WR_ADDR_BRK(_pvr) ((_pvr.pvr[3] & MICROBLAZE_PVR3_NUMBER_OF_WR_ADDR_BRK_MASK) >> 13) - -/** -Return the number of FSL links present. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_FSL_LINKS(_pvr) ((_pvr.pvr[3] & MICROBLAZE_PVR3_FSL_LINKS_MASK) >> 7) -#define MICROBLAZE_PVR_BTC_SIZE(_pvr) (_pvr.pvr[3] & MICROBLAZE_PVR3_BTC_SIZE_MASK) - -/** -Return the number of address tag bits for the I-cache. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ICACHE_ADDR_TAG_BITS(_pvr) ((_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_ADDR_TAG_BITS_MASK) >> 26) - -/** -Return non-zero if writes to I-caches are allowed. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ICACHE_ALLOW_WR(_pvr) (_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_ALLOW_WR_MASK) - -/** -Return the length of each I-cache line in bytes. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ICACHE_LINE_LEN(_pvr) (1 << ((_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_LINE_LEN_MASK) >> 21)) - -/** -Return the size of the D-cache in bytes. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ICACHE_BYTE_SIZE(_pvr) (1 << ((_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_BYTE_SIZE_MASK) >> 16)) - -#define MICROBLAZE_PVR_ICACHE_ALWAYS_USED(_pvr) (_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_ALWAYS_USED_MASK) -#define MICROBLAZE_PVR_ICACHE_INTERFACE(_pvr) (_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_INTERFACE_MASK) -#define MICROBLAZE_PVR_ICACHE_VICTIMS(_pvr) ((_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_VICTIMS_MASK) >> 10) -#define MICROBLAZE_PVR_ICACHE_STREAMS(_pvr) ((_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_STREAMS_MASK) >> 8) -#define MICROBLAZE_PVR_ICACHE_FORCE_TAG_LUTRAM(_pvr) (_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_FORCE_TAG_LUTRAM_MASK) -#define MICROBLAZE_PVR_ICACHE_DATA_WIDTH(_pvr) (_pvr.pvr[4] & MICROBLAZE_PVR4_ICACHE_DATA_WIDTH_MASK) - -/** -Return the number of address tag bits for the D-cache. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DCACHE_ADDR_TAG_BITS(_pvr) ((_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_ADDR_TAG_BITS_MASK) >> 26) - -/** -Return non-zero if writes to D-cache are allowed. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DCACHE_ALLOW_WR(_pvr) (_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_ALLOW_WR_MASK) - -/** -Return the length of each line in the D-cache in bytes. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DCACHE_LINE_LEN(_pvr) (1 << ((_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_LINE_LEN_MASK) >> 21)) - -/** -Return the size of the D-cache in bytes. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DCACHE_BYTE_SIZE(_pvr) (1 << ((_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_BYTE_SIZE_MASK) >> 16)) - - -#define MICROBLAZE_PVR_DCACHE_ALWAYS_USED(_pvr) (_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_ALWAYS_USED_MASK) -#define MICROBLAZE_PVR_DCACHE_USE_WRITEBACK(_pvr) (_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_USE_WRITEBACK_MASK) -#define MICROBLAZE_PVR_DCACHE_INTERFACE(_pvr) (_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_INTERFACE_MASK) -#define MICROBLAZE_PVR_DCACHE_VICTIMS(_pvr) ((_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_VICTIMS_MASK) >> 10) -#define MICROBLAZE_PVR_DCACHE_FORCE_TAG_LUTRAM(_pvr) (_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_FORCE_TAG_LUTRAM_MASK) -#define MICROBLAZE_PVR_DCACHE_DATA_WIDTH(_pvr) (_pvr.pvr[5] & MICROBLAZE_PVR5_DCACHE_DATA_WIDTH_MASK) - -/** -Return the base address of the I-cache. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ICACHE_BASEADDR(_pvr) (_pvr.pvr[6] & MICROBLAZE_PVR6_ICACHE_BASEADDR_MASK) - -/** -Return the high address of the I-cache. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_ICACHE_HIGHADDR(_pvr) (_pvr.pvr[7] & MICROBLAZE_PVR7_ICACHE_HIGHADDR_MASK) - -/** -Return the base address of the D-cache. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DCACHE_BASEADDR(_pvr) (_pvr.pvr[8] & MICROBLAZE_PVR8_DCACHE_BASEADDR_MASK) - -/** -Return the high address of the D-cache. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_DCACHE_HIGHADDR(_pvr) (_pvr.pvr[9] & MICROBLAZE_PVR9_DCACHE_HIGHADDR_MASK) - -/** -Return the encoded target family identifier. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_TARGET_FAMILY(_pvr) ((_pvr.pvr[10] & MICROBLAZE_PVR10_TARGET_FAMILY_MASK) >> 24) - -/** -Refer to the MicroBlaze Processor Reference Guide (UG081) for mappings from encodings -to target family name strings. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_MSR_RESET_VALUE(_pvr) (_pvr.pvr[11] & MICROBLAZE_PVR11_MSR_RESET_VALUE_MASK) - -/** -Returns the value of C_USE_MMU. Refer to the MicroBlaze Processor Reference Guide -(UG081) for mappings from MMU type values to MMU function. -@param _pvr pvr data structure -*/ -#define MICROBLAZE_PVR_MMU_TYPE(_pvr) ((_pvr.pvr[11] & MICROBLAZE_PVR11_MMU_MASK) >> 30) -#define MICROBLAZE_PVR_MMU_ITLB_SIZE(_pvr) ((_pvr.pvr[11] & MICROBLAZE_PVR11_MMU_ITLB_SIZE_MASK) >> 27) -#define MICROBLAZE_PVR_MMU_DTLB_SIZE(_pvr) ((_pvr.pvr[11] & MICROBLAZE_PVR11_MMU_DTLB_SIZE_MASK) >> 24) -#define MICROBLAZE_PVR_MMU_TLB_ACCESS(_pvr) ((_pvr.pvr[11] & MICROBLAZE_PVR11_MMU_TLB_ACCESS_MASK) >> 22) -#define MICROBLAZE_PVR_MMU_ZONES(_pvr) ((_pvr.pvr[11] & MICROBLAZE_PVR11_MMU_ZONES_MASK) >> 17) -#define MICROBLAZE_PVR_MMU_PRIVILEGED_INSTR(_pvr) ((_pvr.pvr[11] & MICROBLAZE_PVR11_MMU_PRIVILEGED_INSTR_MASK) >> 16) - -/* Protos */ -/** - *@endcond - */ -int microblaze_get_pvr (pvr_t *pvr); - -#ifdef __cplusplus -} -#endif -#endif /* _PVR_H */ - -/** -* @} End of "addtogroup microblaze_pvr_macros". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_cache.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_cache.c deleted file mode 100644 index f6678a8..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_cache.c +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.c -* -* @addtogroup microblaze_cache_apis Microblaze Cache APIs -* @{ -* -* This contains implementation of cache related driver functions. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00  hbm  07/28/09 Initial release
-* 3.10  asa  05/04/13 This version of MicroBlaze BSP adds support for system
-*					  cache/L2 cache. Existing APIs in this file are modified
-*					  to add support for L2 cache.
-*					  These changes are done for implementing PR #697214.
-* 
-* -* -******************************************************************************/ - -#include "xil_cache.h" - - -/****************************************************************************/ -/** -* -* @brief Disable the data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheDisable(void) -{ - Xil_DCacheFlush(); - Xil_DCacheInvalidate(); - Xil_L1DCacheDisable(); -} - -/****************************************************************************/ -/** -* -* @brief Disable the instruction cache. -* -* @return None. -* -* -****************************************************************************/ -void Xil_ICacheDisable(void) -{ - Xil_ICacheInvalidate(); - Xil_L1ICacheDisable(); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_cache.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_cache.h deleted file mode 100644 index d279665..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_cache.h +++ /dev/null @@ -1,392 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.h -* -* @addtogroup microblaze_cache_apis Microblaze Cache APIs -* @{ -* -* -* The xil_cache.h file contains cache related driver functions (or macros) -* that can be used to access the device. The user should refer to the -* hardware device specification for more details of the device operation. -* The functions in this header file can be used across all Xilinx supported -* processors. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00  hbm  07/28/09 Initial release
-* 3.02a sdm  10/24/11 Updated the file to include xparameters.h so that
-*                     the correct cache flush routines are used based on
-*                     whether the write-back or write-through caches are
-*                     used (cr #630532).
-* 3.10a asa  05/04/13 This version of MicroBlaze BSP adds support for system
-*					  cache/L2 cache. The existing/old APIs/macros in this
-*					  file are renamed to imply that they deal with L1 cache.
-*					  New macros/APIs are added to address similar features for
-*					  L2 cache. Users can include this file in their application
-*					  to use the various cache related APIs. These changes are
-*					  done for implementing PR #697214.
-*
-* 
-* -* -******************************************************************************/ - -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#if defined XENV_VXWORKS -/* VxWorks environment */ -#error "Unknown processor / architecture. Must be PPC for VxWorks." -#else -/* standalone environment */ - -#include "mb_interface.h" -#include "xil_types.h" -#include "xparameters.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/****************************************************************************/ -/** -* -* @brief Invalidate the entire L1 data cache. If the cacheline is modified -* (dirty), the modified contents are lost. -* -* -* @return None. -* -* @note Processor must be in real mode. -****************************************************************************/ -#define Xil_L1DCacheInvalidate() microblaze_invalidate_dcache() - -/****************************************************************************/ -/** -* -* @brief Invalidate the entire L2 data cache. If the cacheline is modified -* (dirty),the modified contents are lost. -* -* @return None. -* -* @note Processor must be in real mode. -****************************************************************************/ -#define Xil_L2CacheInvalidate() microblaze_invalidate_cache_ext() - -/****************************************************************************/ -/** -* -* @brief Invalidate the L1 data cache for the given address range. -* If the bytes specified by the address (Addr) are cached by the L1 -* data cache, the cacheline containing that byte is invalidated.If -* the cacheline is modified (dirty), the modified contents are lost. -* -* @param Addr is address of range to be invalidated. -* @param Len is the length in bytes to be invalidated. -* -* @return None. -* -* @note Processor must be in real mode. -****************************************************************************/ -#define Xil_L1DCacheInvalidateRange(Addr, Len) \ - microblaze_invalidate_dcache_range((Addr), (Len)) - -/****************************************************************************/ -/** -* -* @brief Invalidate the L1 data cache for the given address range. -* If the bytes specified by the address (Addr) are cached by the -* L1 data cache, the cacheline containing that byte is invalidated. -* If the cacheline is modified (dirty), the modified contents are lost. -* -* @param Addr: address of range to be invalidated. -* @param Len: length in bytes to be invalidated. -* -* @return None. -* -* @note Processor must be in real mode. -****************************************************************************/ -#define Xil_L2CacheInvalidateRange(Addr, Len) \ - microblaze_invalidate_cache_ext_range((Addr), (Len)) - -/****************************************************************************/ -/** -* @brief Flush the L1 data cache for the given address range. -* If the bytes specified by the address (Addr) are cached by the -* data cache, and is modified (dirty), the cacheline will be written -* to system memory.The cacheline will also be invalidated. -* -* @param Addr: the starting address of the range to be flushed. -* @param Len: length in byte to be flushed. -* -* @return None. -* -****************************************************************************/ -#if (XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK == 1) -# define Xil_L1DCacheFlushRange(Addr, Len) \ - microblaze_flush_dcache_range((Addr), (Len)) -#else -# define Xil_L1DCacheFlushRange(Addr, Len) \ - microblaze_invalidate_dcache_range((Addr), (Len)) -#endif /* XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK */ - -/****************************************************************************/ -/** -* @brief Flush the L2 data cache for the given address range. -* If the bytes specified by the address (Addr) are cached by the -* data cache, and is modified (dirty), the cacheline will be -* written to system memory. The cacheline will also be invalidated. -* -* @param Addr: the starting address of the range to be flushed. -* @param Len: length in byte to be flushed. -* -* @return None. -* -****************************************************************************/ -#define Xil_L2CacheFlushRange(Addr, Len) \ - microblaze_flush_cache_ext_range((Addr), (Len)) - -/****************************************************************************/ -/** -* @brief Flush the entire L1 data cache. If any cacheline is dirty, the -* cacheline will be written to system memory. The entire data cache -* will be invalidated. -* -* @return None. -* -****************************************************************************/ -#if (XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK == 1) -# define Xil_L1DCacheFlush() microblaze_flush_dcache() -#else -# define Xil_L1DCacheFlush() microblaze_invalidate_dcache() -#endif /* XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK */ - -/****************************************************************************/ -/** -* @brief Flush the entire L2 data cache. If any cacheline is dirty, the -* cacheline will be written to system memory. The entire data cache -* will be invalidated. -* -* @return None. -* -****************************************************************************/ -#define Xil_L2CacheFlush() microblaze_flush_cache_ext() - -/****************************************************************************/ -/** -* -* @brief Invalidate the instruction cache for the given address range. -* -* @param Addr is address of ragne to be invalidated. -* @param Len is the length in bytes to be invalidated. -* -* @return None. -* -****************************************************************************/ -#define Xil_L1ICacheInvalidateRange(Addr, Len) \ - microblaze_invalidate_icache_range((Addr), (Len)) - -/****************************************************************************/ -/** -* -* @brief Invalidate the entire instruction cache. -* -* @return None. -* -****************************************************************************/ -#define Xil_L1ICacheInvalidate() \ - microblaze_invalidate_icache() - - -/****************************************************************************/ -/** -* -* @brief Enable the L1 data cache. -* -* @return None. -* -* @note This is processor specific. -* -****************************************************************************/ -#define Xil_L1DCacheEnable() \ - microblaze_enable_dcache() - -/****************************************************************************/ -/** -* -* @brief Disable the L1 data cache. -* -* @return None. -* -* @note This is processor specific. -* -****************************************************************************/ -#define Xil_L1DCacheDisable() \ - microblaze_disable_dcache() - -/****************************************************************************/ -/** -* -* @brief Enable the instruction cache. -* -* @return None. -* -* @note This is processor specific. -* -****************************************************************************/ -#define Xil_L1ICacheEnable() \ - microblaze_enable_icache() - -/****************************************************************************/ -/** -* -* @brief Disable the L1 Instruction cache. -* -* @return None. -* -* @note This is processor specific. -* -****************************************************************************/ -#define Xil_L1ICacheDisable() \ - microblaze_disable_icache() - -/****************************************************************************/ -/** -* -* @brief Enable the data cache. -* -* @return None. -* -****************************************************************************/ -#define Xil_DCacheEnable() Xil_L1DCacheEnable() - -/****************************************************************************/ -/** -* -* @brief Enable the instruction cache. -* -* @return None. -* -* -****************************************************************************/ -#define Xil_ICacheEnable() Xil_L1ICacheEnable() - -/****************************************************************************/ -/** -* -* @brief Invalidate the entire Data cache. -* -* @return None. -* -****************************************************************************/ -#define Xil_DCacheInvalidate() \ - Xil_L2CacheInvalidate(); \ - Xil_L1DCacheInvalidate(); - - -/****************************************************************************/ -/** -* -* @brief Invalidate the Data cache for the given address range. -* If the bytes specified by the address (adr) are cached by the -* Data cache, the cacheline containing that byte is invalidated. -* If the cacheline is modified (dirty), the modified contents are -* lost and are NOT written to system memory before the line is -* invalidated. -* -* @param Addr: Start address of range to be invalidated. -* @param Len: Length of range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -#define Xil_DCacheInvalidateRange(Addr, Len) \ - Xil_L2CacheInvalidateRange((Addr), (Len)); \ - Xil_L1DCacheInvalidateRange((Addr), (Len)); - - -/****************************************************************************/ -/** -* -* @brief Flush the entire Data cache. -* -* @return None. -* -****************************************************************************/ -#define Xil_DCacheFlush() \ - Xil_L2CacheFlush(); \ - Xil_L1DCacheFlush(); - -/****************************************************************************/ -/** -* @brief Flush the Data cache for the given address range. -* If the bytes specified by the address (adr) are cached by the -* Data cache, the cacheline containing that byte is invalidated. -* If the cacheline is modified (dirty), the written to system -* memory first before the before the line is invalidated. -* -* @param Addr: Start address of range to be flushed. -* @param Len: Length of range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -#define Xil_DCacheFlushRange(Addr, Len) \ - Xil_L2CacheFlushRange((Addr), (Len)); \ - Xil_L1DCacheFlushRange((Addr), (Len)); - - -/****************************************************************************/ -/** -* @brief Invalidate the entire instruction cache. -* -* @return None. -* -****************************************************************************/ -#define Xil_ICacheInvalidate() \ - Xil_L2CacheInvalidate(); \ - Xil_L1ICacheInvalidate(); - - -/****************************************************************************/ -/** -* @brief Invalidate the instruction cache for the given address range. -* If the bytes specified by the address (adr) are cached by the -* Data cache, the cacheline containing that byte is invalidated. -* If the cacheline is modified (dirty), the modified contents are -* lost and are NOT written to system memory before the line is -* invalidated. -* -* @param Addr: Start address of ragne to be invalidated. -* @param Len: Length of range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -#define Xil_ICacheInvalidateRange(Addr, Len) \ - Xil_L2CacheInvalidateRange((Addr), (Len)); \ - Xil_L1ICacheInvalidateRange((Addr), (Len)); - -void Xil_DCacheDisable(void); -void Xil_ICacheDisable(void); - -#ifdef __cplusplus -} -#endif - -#endif - -#endif -/** -* @} End of "addtogroup microblaze_cache_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_exception.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_exception.c deleted file mode 100644 index f9c2ca4..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_exception.c +++ /dev/null @@ -1,180 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_exception.c -* -* This file contains implementation of exception related driver functions. -* -* @addtogroup microblaze_exception_apis Microblaze exception APIs -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00  hbm  07/28/09 Initial release
-* 6.2   ms   02/20/17 Fixed compilation warning. This is a fix for CR-969126.
-*
-* 
-* -******************************************************************************/ - -#include "xil_types.h" -#include "xil_exception.h" - -#include "microblaze_exceptions_g.h" -#include "microblaze_interrupts_i.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ -extern void microblaze_enable_exceptions(void); -extern void microblaze_disable_exceptions(void); -extern void microblaze_enable_interrupts(void); -extern void microblaze_disable_interrupts(void); - -/** -* Currently HAL is an augmented part of standalone BSP, so the old definition -* of MB_ExceptionVectorTableEntry is used here. -*/ - -typedef struct { - Xil_ExceptionHandler Handler; - void *CallBackRef; -} MB_ExceptionVectorTableEntry; - -#ifdef __cplusplus -} -#endif - -/** - * @endcond - */ - -/************************** Variable Definitions *****************************/ -extern MB_ExceptionVectorTableEntry MB_ExceptionVectorTable[XIL_EXCEPTION_ID_INT]; -extern MB_InterruptVectorTableEntry MB_InterruptVectorTable[MB_INTERRUPT_VECTOR_TABLE_ENTRIES]; - -/****************************************************************************/ -/** - * @brief This function is a stub handler that is the default handler that gets - * called if the application has not setup a handler for a specific - * exception. The function interface has to match the interface - * specified for a handler even though none of the arguments are used. - * - * @param Data: unused by this function. - * - *****************************************************************************/ -static void Xil_ExceptionNullHandler(void *Data) -{ - (void) Data; -} - -/****************************************************************************/ -/** -* @brief Initialize exception handling for the processor. The exception -* vector table is setup with the stub handler for all exceptions. -* -*****************************************************************************/ -void Xil_ExceptionInit(void) -{ - /* - * there is no need to setup the exception table here - */ - -} - -/****************************************************************************/ -/** -* @brief Enable Exceptions. -* -******************************************************************************/ -void Xil_ExceptionEnable(void) -{ -#ifdef MICROBLAZE_EXCEPTIONS_ENABLED - microblaze_enable_exceptions(); -#endif - microblaze_enable_interrupts(); -} - -/****************************************************************************/ -/** -* @brief Disable Exceptions. -* -******************************************************************************/ -void Xil_ExceptionDisable(void) -{ -#ifdef MICROBLAZE_EXCEPTIONS_ENABLED - microblaze_disable_exceptions(); -#endif - microblaze_disable_interrupts(); -} - -/*****************************************************************************/ -/** -*@brief Makes the connection between the Id of the exception source and the -* associated handler that is to run when the exception is recognized. -* The argument provided in this call as the DataPtr is used as the -* argument for the handler when it is called. -* -* @param Id: contains the 32 bit ID of the exception source and should -* be XIL_EXCEPTION_INT or be in the range of 0 to XIL_EXCEPTION_LAST. -* See xil_mach_exception.h for further information. -* @param Handler: handler function to be registered for exception -* @param Data: a reference to data that will be passed to the handler -* when it gets called. -* -****************************************************************************/ -void Xil_ExceptionRegisterHandler(u32 Id, Xil_ExceptionHandler Handler, - void *Data) -{ - if (Id == XIL_EXCEPTION_ID_INT) { - MB_InterruptVectorTable[0].Handler = Handler; - MB_InterruptVectorTable[0].CallBackRef = Data; - } - else { -#ifdef MICROBLAZE_EXCEPTIONS_ENABLED - MB_ExceptionVectorTable[Id].Handler = Handler; - MB_ExceptionVectorTable[Id].CallBackRef = Data; -#endif - } -} - - -/*****************************************************************************/ -/** -* @brief Removes the handler for a specific exception Id. The stub handler -* is then registered for this exception Id. -* -* @param Id: contains the 32 bit ID of the exception source and should -* be XIL_EXCEPTION_INT or in the range of 0 to XIL_EXCEPTION_LAST. -* See xexception_l.h for further information. -* -****************************************************************************/ -void Xil_ExceptionRemoveHandler(u32 Id) -{ - if (Id == XIL_EXCEPTION_ID_INT) { - MB_InterruptVectorTable[0].Handler = Xil_ExceptionNullHandler; - MB_InterruptVectorTable[0].CallBackRef = NULL; - } - else { - -#ifdef MICROBLAZE_EXCEPTIONS_ENABLED - MB_ExceptionVectorTable[Id].Handler = - Xil_ExceptionNullHandler; - MB_ExceptionVectorTable[Id].CallBackRef = NULL; -#endif - } -} -/** -* @} End of "addtogroup microblaze_exception_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_exception.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_exception.h deleted file mode 100644 index 571acd9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_exception.h +++ /dev/null @@ -1,112 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_exception.h -* -* @addtogroup microblaze_exception_apis Microblaze Exception APIs -* @{ -* -* The xil_exception.h file, available in the /src/microblaze folder, -* contains Microblaze specific exception related APIs and macros. Application programs -* can use these APIs for various exception related operations. For example, enable exception, -* disable exception, register exception hander. -* -* @note To use exception related functions, xil_exception.h must be added in source code -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00  hbm  07/28/09 Initial release
-*
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_EXCEPTION_H /* prevent circular inclusions */ -#define XIL_EXCEPTION_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ - -/* - * These constants are specific to Microblaze processor. - */ - -#define XIL_EXCEPTION_ID_FIRST 0U -#define XIL_EXCEPTION_ID_FSL 0U -#define XIL_EXCEPTION_ID_UNALIGNED_ACCESS 1U -#define XIL_EXCEPTION_ID_ILLEGAL_OPCODE 2U -#define XIL_EXCEPTION_ID_M_AXI_I_EXCEPTION 3U -#define XIL_EXCEPTION_ID_IPLB_EXCEPTION 3U -#define XIL_EXCEPTION_ID_M_AXI_D_EXCEPTION 4U -#define XIL_EXCEPTION_ID_DPLB_EXCEPTION 4U -#define XIL_EXCEPTION_ID_DIV_BY_ZERO 5U -#define XIL_EXCEPTION_ID_FPU 6U -#define XIL_EXCEPTION_ID_STACK_VIOLATION 7U -#define XIL_EXCEPTION_ID_MMU 7U -#define XIL_EXCEPTION_ID_LAST XIL_EXCEPTION_ID_MMU - -/* - * XIL_EXCEPTION_ID_INT is defined for all processors, but with different value. - */ -#define XIL_EXCEPTION_ID_INT 16U /** - * exception ID for interrupt - */ - -/**************************** Type Definitions *******************************/ - -/** - * This typedef is the exception handler function. - */ -typedef void (*Xil_ExceptionHandler)(void *Data); - -/** - * This data type defines an interrupt handler for a device. - * The argument points to the instance of the component - */ -typedef void (*XInterruptHandler) (void *InstancePtr); - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -extern void Xil_ExceptionRegisterHandler(u32 Id, - Xil_ExceptionHandler Handler, - void *Data); - -extern void Xil_ExceptionRemoveHandler(u32 Id); - -extern void Xil_ExceptionInit(void); -extern void Xil_ExceptionEnable(void); -extern void Xil_ExceptionDisable(void); - -#ifdef __cplusplus -} -#endif - -#endif - -/** - *@endcond - */ - -/** -* @} End of "addtogroup microblaze_exception_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_misc_psreset_api.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_misc_psreset_api.c deleted file mode 100644 index 369a4a1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_misc_psreset_api.c +++ /dev/null @@ -1,435 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_misc_reset.c -* -* This file contains the implementation of the reset sequence for various -* zynq ps devices like DDR,OCM,Slcr,Ethernet,Usb.. controllers. The reset -* sequence provided to the interfaces is based on the provision in -* slcr reset functional block. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00b kpc   03/07/13 First release
-* 5.4	pkp	  16/11/15 Change the description for XOcm_Remap function
-* 
-* -******************************************************************************/ - - -/***************************** Include Files *********************************/ -#include "xil_misc_psreset_api.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - - -/*****************************************************************************/ -/** -* This function contains the implementation for ddr reset. -* -* @return N/A. -* -******************************************************************************/ -void XDdr_ResetHw(void) -{ - u32 RegVal; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert and deassert the ddr softreset bit */ - RegVal = Xil_In32(XDDRC_CTRL_BASEADDR); - RegVal &= (u32)(~XDDRPS_CTRL_RESET_MASK); - Xil_Out32(XDDRC_CTRL_BASEADDR,RegVal); - RegVal |= XDDRPS_CTRL_RESET_MASK; - Xil_Out32(XDDRC_CTRL_BASEADDR,RegVal); - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for remapping the ocm memory region -* to postbootrom state. -* -* @return N/A. -* -******************************************************************************/ -void XOcm_Remap(void) -{ - u32 RegVal; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Map the ocm region to postbootrom state */ - RegVal = Xil_In32(XSLCR_OCM_CFG_ADDR); - RegVal = (RegVal & (u32)(~XSLCR_OCM_CFG_HIADDR_MASK)) | (u32)XSLCR_OCM_CFG_RESETVAL; - Xil_Out32(XSLCR_OCM_CFG_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for SMC reset sequence -* -* @param BaseAddress of the interface -* -* @return N/A. -* -******************************************************************************/ -void XSmc_ResetHw(u32 BaseAddress) -{ - u32 RegVal; - - /* Clear the interuupts */ - RegVal = Xil_In32(BaseAddress + XSMC_MEMC_CLR_CONFIG_OFFSET); - RegVal |= XSMC_MEMC_CLR_CONFIG_MASK; - Xil_Out32(BaseAddress + XSMC_MEMC_CLR_CONFIG_OFFSET, RegVal); - /* Clear the idle counter registers */ - Xil_Out32(BaseAddress + XSMC_REFRESH_PERIOD_0_OFFSET, 0x0U); - Xil_Out32(BaseAddress + XSMC_REFRESH_PERIOD_1_OFFSET, 0x0U); - /* Update the ecc registers with reset values */ - Xil_Out32(BaseAddress + XSMC_ECC_MEMCFG1_OFFSET, - XSMC_ECC_MEMCFG1_RESET_VAL); - Xil_Out32(BaseAddress + XSMC_ECC_MEMCMD1_OFFSET, - XSMC_ECC_MEMCMD1_RESET_VAL); - Xil_Out32(BaseAddress + XSMC_ECC_MEMCMD2_OFFSET, - XSMC_ECC_MEMCMD2_RESET_VAL); - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for updating the slcr mio registers -* with reset values -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_MioWriteResetValues(void) -{ - u32 i; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Update all the MIO registers with reset values */ - for (i=0U; i<=1U;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_00_RESET_VAL); - } - for (; i<=8U;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_02_RESET_VAL); - } - for (; i<=53U ;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_00_RESET_VAL); - } - - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for updating the slcr pll registers -* with reset values -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_PllWriteResetValues(void) -{ - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - - /* update the pll control registers with reset values */ - Xil_Out32(XSLCR_IO_PLL_CTRL_ADDR, XSLCR_IO_PLL_CTRL_RESET_VAL); - Xil_Out32(XSLCR_ARM_PLL_CTRL_ADDR, XSLCR_ARM_PLL_CTRL_RESET_VAL); - Xil_Out32(XSLCR_DDR_PLL_CTRL_ADDR, XSLCR_DDR_PLL_CTRL_RESET_VAL); - /* update the pll config registers with reset values */ - Xil_Out32(XSLCR_IO_PLL_CFG_ADDR, XSLCR_IO_PLL_CFG_RESET_VAL); - Xil_Out32(XSLCR_ARM_PLL_CFG_ADDR, XSLCR_ARM_PLL_CFG_RESET_VAL); - Xil_Out32(XSLCR_DDR_PLL_CFG_ADDR, XSLCR_DDR_PLL_CFG_RESET_VAL); - /* update the clock control registers with reset values */ - Xil_Out32(XSLCR_ARM_CLK_CTRL_ADDR, XSLCR_ARM_CLK_CTRL_RESET_VAL); - Xil_Out32(XSLCR_DDR_CLK_CTRL_ADDR, XSLCR_DDR_CLK_CTRL_RESET_VAL); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for disabling the level shifters -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_DisableLevelShifters(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Disable the level shifters */ - RegVal = Xil_In32(XSLCR_LVL_SHFTR_EN_ADDR); - RegVal = RegVal & (u32)(~XSLCR_LVL_SHFTR_EN_MASK); - Xil_Out32(XSLCR_LVL_SHFTR_EN_ADDR, RegVal); - -} -/*****************************************************************************/ -/** -* This function contains the implementation for OCM software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_OcmReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_OCM_RST_CTRL_ADDR); - RegVal |= XSLCR_OCM_RST_CTRL_VAL; - Xil_Out32(XSLCR_OCM_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_OCM_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_OCM_RST_CTRL_VAL); - Xil_Out32(XSLCR_OCM_RST_CTRL_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for Ethernet software reset from -* the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_EmacPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_GEM_RST_CTRL_ADDR); - RegVal |= XSLCR_GEM_RST_CTRL_VAL; - Xil_Out32(XSLCR_GEM_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_GEM_RST_CTRL_ADDR); - RegVal &= (u32)(~XSLCR_GEM_RST_CTRL_VAL); - Xil_Out32(XSLCR_GEM_RST_CTRL_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for USB software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_UsbPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_USB_RST_CTRL_ADDR); - RegVal |= XSLCR_USB_RST_CTRL_VAL; - Xil_Out32(XSLCR_USB_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_USB_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_USB_RST_CTRL_VAL); - Xil_Out32(XSLCR_USB_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for QSPI software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_QspiPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_LQSPI_RST_CTRL_ADDR); - RegVal |= XSLCR_QSPI_RST_CTRL_VAL; - Xil_Out32(XSLCR_LQSPI_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_LQSPI_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_QSPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_LQSPI_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for SPI software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_SpiPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_SPI_RST_CTRL_ADDR); - RegVal |= XSLCR_SPI_RST_CTRL_VAL; - Xil_Out32(XSLCR_SPI_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_SPI_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_SPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_SPI_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for i2c software reset from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_I2cPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_I2C_RST_CTRL_ADDR); - RegVal |= XSLCR_I2C_RST_CTRL_VAL; - Xil_Out32(XSLCR_I2C_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_I2C_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_I2C_RST_CTRL_VAL); - Xil_Out32(XSLCR_I2C_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for UART software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_UartPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_UART_RST_CTRL_ADDR); - RegVal |= XSLCR_UART_RST_CTRL_VAL; - Xil_Out32(XSLCR_UART_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_UART_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_UART_RST_CTRL_VAL); - Xil_Out32(XSLCR_UART_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for CAN software reset from slcr -* registers -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_CanPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_CAN_RST_CTRL_ADDR); - RegVal |= XSLCR_CAN_RST_CTRL_VAL; - Xil_Out32(XSLCR_CAN_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_CAN_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_CAN_RST_CTRL_VAL); - Xil_Out32(XSLCR_CAN_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for SMC software reset from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_SmcPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_SMC_RST_CTRL_ADDR); - RegVal |= XSLCR_SMC_RST_CTRL_VAL; - Xil_Out32(XSLCR_SMC_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_SMC_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_SMC_RST_CTRL_VAL); - Xil_Out32(XSLCR_SMC_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for DMA controller software reset -* from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_DmaPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_DMAC_RST_CTRL_ADDR); - RegVal |= XSLCR_DMAC_RST_CTRL_VAL; - Xil_Out32(XSLCR_DMAC_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_DMAC_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_DMAC_RST_CTRL_VAL); - Xil_Out32(XSLCR_DMAC_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for Gpio AMBA software reset from -* the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_GpioPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_GPIO_RST_CTRL_ADDR); - RegVal |= XSLCR_GPIO_RST_CTRL_VAL; - Xil_Out32(XSLCR_GPIO_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_GPIO_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_GPIO_RST_CTRL_VAL); - Xil_Out32(XSLCR_GPIO_RST_CTRL_ADDR, RegVal); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_misc_psreset_api.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_misc_psreset_api.h deleted file mode 100644 index dbe5b07..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/microblaze/xil_misc_psreset_api.h +++ /dev/null @@ -1,261 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_misc_psreset_api.h -* -* This file contains the various register definitions and function prototypes for -* implementing the reset functionality of zynq ps devices -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00b kpc   03/07/13 First release.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_MISC_RESET_H /* prevent circular inclusions */ -#define XIL_MISC_RESET_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ -#define XDDRC_CTRL_BASEADDR 0xF8006000U -#define XSLCR_BASEADDR 0xF8000000U -/**< OCM configuration register */ -#define XSLCR_OCM_CFG_ADDR (XSLCR_BASEADDR + 0x00000910U) -/**< SLCR unlock register */ -#define XSLCR_UNLOCK_ADDR (XSLCR_BASEADDR + 0x00000008U) -/**< SLCR GEM0 rx clock control register */ -#define XSLCR_GEM0_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000138U) -/**< SLCR GEM1 rx clock control register */ -#define XSLCR_GEM1_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x0000013CU) -/**< SLCR GEM0 clock control register */ -#define XSLCR_GEM0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000140U) -/**< SLCR GEM1 clock control register */ -#define XSLCR_GEM1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000144U) -/**< SLCR SMC clock control register */ -#define XSLCR_SMC_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000148U) -/**< SLCR GEM reset control register */ -#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U) -/**< SLCR USB0 clock control register */ -#define XSLCR_USB0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000130U) -/**< SLCR USB1 clock control register */ -#define XSLCR_USB1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000134U) -/**< SLCR USB1 reset control register */ -#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U) -/**< SLCR SMC reset control register */ -#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U) -/**< SLCR Level shifter enable register */ -#define XSLCR_LVL_SHFTR_EN_ADDR (XSLCR_BASEADDR + 0x00000900U) -/**< SLCR ARM pll control register */ -#define XSLCR_ARM_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000100U) -/**< SLCR DDR pll control register */ -#define XSLCR_DDR_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000104U) -/**< SLCR IO pll control register */ -#define XSLCR_IO_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000108U) -/**< SLCR ARM pll configuration register */ -#define XSLCR_ARM_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000110U) -/**< SLCR DDR pll configuration register */ -#define XSLCR_DDR_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000114U) -/**< SLCR IO pll configuration register */ -#define XSLCR_IO_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000118U) -/**< SLCR ARM clock control register */ -#define XSLCR_ARM_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000120U) -/**< SLCR DDR clock control register */ -#define XSLCR_DDR_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000124U) -/**< SLCR MIO pin address register */ -#define XSLCR_MIO_PIN_00_ADDR (XSLCR_BASEADDR + 0x00000700U) -/**< SLCR DMAC reset control address register */ -#define XSLCR_DMAC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000020CU) -/**< SLCR USB reset control address register */ -/*#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U)*/ -/**< SLCR GEM reset control address register */ -/*#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U)*/ -/**< SLCR SDIO reset control address register */ -#define XSLCR_SDIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000218U) -/**< SLCR SPI reset control address register */ -#define XSLCR_SPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000021CU) -/**< SLCR CAN reset control address register */ -#define XSLCR_CAN_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000220U) -/**< SLCR I2C reset control address register */ -#define XSLCR_I2C_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000224U) -/**< SLCR UART reset control address register */ -#define XSLCR_UART_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000228U) -/**< SLCR GPIO reset control address register */ -#define XSLCR_GPIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000022CU) -/**< SLCR LQSPI reset control address register */ -#define XSLCR_LQSPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000230U) -/**< SLCR SMC reset control address register */ -/*#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U)*/ -/**< SLCR OCM reset control address register */ -#define XSLCR_OCM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000238U) - -/**< SMC mem controller clear config register */ -#define XSMC_MEMC_CLR_CONFIG_OFFSET 0x0000000CU -/**< SMC idlecount configuration register */ -#define XSMC_REFRESH_PERIOD_0_OFFSET 0x00000020U -#define XSMC_REFRESH_PERIOD_1_OFFSET 0x00000024U -/**< SMC ECC configuration register */ -#define XSMC_ECC_MEMCFG1_OFFSET 0x00000404U -/**< SMC ECC command 1 register */ -#define XSMC_ECC_MEMCMD1_OFFSET 0x00000404U -/**< SMC ECC command 2 register */ -#define XSMC_ECC_MEMCMD2_OFFSET 0x00000404U - -/**< SLCR unlock code */ -#define XSLCR_UNLOCK_CODE 0x0000DF0DU - -/**< SMC mem clear configuration mask */ -#define XSMC_MEMC_CLR_CONFIG_MASK 0x0000005FU -/**< SMC ECC memconfig 1 reset value */ -#define XSMC_ECC_MEMCFG1_RESET_VAL 0x00000043U -/**< SMC ECC memcommand 1 reset value */ -#define XSMC_ECC_MEMCMD1_RESET_VAL 0x01300080U -/**< SMC ECC memcommand 2 reset value */ -#define XSMC_ECC_MEMCMD2_RESET_VAL 0x01E00585U - -/**< DDR controller reset bit mask */ -#define XDDRPS_CTRL_RESET_MASK 0x00000001U -/**< SLCR OCM configuration reset value*/ -#define XSLCR_OCM_CFG_RESETVAL 0x00000008U -/**< SLCR OCM bank selection mask*/ -#define XSLCR_OCM_CFG_HIADDR_MASK 0x0000000FU -/**< SLCR level shifter enable mask*/ -#define XSLCR_LVL_SHFTR_EN_MASK 0x0000000FU - -/**< SLCR PLL register reset values */ -#define XSLCR_ARM_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_DDR_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_IO_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_ARM_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_DDR_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_IO_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_ARM_CLK_CTRL_RESET_VAL 0x1F000400U -#define XSLCR_DDR_CLK_CTRL_RESET_VAL 0x18400003U - -/**< SLCR MIO register default values */ -#define XSLCR_MIO_PIN_00_RESET_VAL 0x00001601U -#define XSLCR_MIO_PIN_02_RESET_VAL 0x00000601U - -/**< SLCR Reset control registers default values */ -#define XSLCR_DMAC_RST_CTRL_VAL 0x00000001U -#define XSLCR_GEM_RST_CTRL_VAL 0x000000F3U -#define XSLCR_USB_RST_CTRL_VAL 0x00000003U -#define XSLCR_I2C_RST_CTRL_VAL 0x00000003U -#define XSLCR_SPI_RST_CTRL_VAL 0x0000000FU -#define XSLCR_UART_RST_CTRL_VAL 0x0000000FU -#define XSLCR_QSPI_RST_CTRL_VAL 0x00000003U -#define XSLCR_GPIO_RST_CTRL_VAL 0x00000001U -#define XSLCR_SMC_RST_CTRL_VAL 0x00000003U -#define XSLCR_OCM_RST_CTRL_VAL 0x00000001U -#define XSLCR_SDIO_RST_CTRL_VAL 0x00000033U -#define XSLCR_CAN_RST_CTRL_VAL 0x00000003U - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - -/* the following data type is used to hold a null terminated version string - * consisting of the following format, "X.YYX" - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ -/* - * Performs reset operation to the ddr interface - */ -void XDdr_ResetHw(void); -/* - * Map the ocm region to post bootrom state - */ -void XOcm_Remap(void); -/* - * Performs the smc interface reset - */ -void XSmc_ResetHw(u32 BaseAddress); -/* - * updates the MIO registers with reset values - */ -void XSlcr_MioWriteResetValues(void); -/* - * updates the PLL and clock registers with reset values - */ -void XSlcr_PllWriteResetValues(void); -/* - * Disables the level shifters - */ -void XSlcr_DisableLevelShifters(void); -/* - * provides softreset to the GPIO interface - */ -void XSlcr_GpioPsReset(void); -/* - * provides softreset to the DMA interface - */ -void XSlcr_DmaPsReset(void); -/* - * provides softreset to the SMC interface - */ -void XSlcr_SmcPsReset(void); -/* - * provides softreset to the CAN interface - */ -void XSlcr_CanPsReset(void); -/* - * provides softreset to the Uart interface - */ -void XSlcr_UartPsReset(void); -/* - * provides softreset to the I2C interface - */ -void XSlcr_I2cPsReset(void); -/* - * provides softreset to the SPI interface - */ -void XSlcr_SpiPsReset(void); -/* - * provides softreset to the QSPI interface - */ -void XSlcr_QspiPsReset(void); -/* - * provides softreset to the USB interface - */ -void XSlcr_UsbPsReset(void); -/* - * provides softreset to the GEM interface - */ -void XSlcr_EmacPsReset(void); -/* - * provides softreset to the OCM interface - */ -void XSlcr_OcmReset(void); - - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MISC_RESET_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/open.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/open.c deleted file mode 100644 index b248e6a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/open.c +++ /dev/null @@ -1,27 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#ifndef UNDEFINE_FILE_OPS -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 open(char8 *buf, s32 flags, s32 mode); -} -#endif -/* - * open -- open a file descriptor. We don't have a filesystem, so - * we return an error. - */ -__attribute__((weak)) s32 open(char8 *buf, s32 flags, s32 mode) -{ - (void)buf; - (void)flags; - (void)mode; - errno = EIO; - return (-1); -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/outbyte.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/outbyte.c deleted file mode 100644 index 8b56036..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/outbyte.c +++ /dev/null @@ -1,15 +0,0 @@ -#include "xparameters.h" -#include "xuartps_hw.h" - -#ifdef __cplusplus -extern "C" { -#endif -void outbyte(char c); - -#ifdef __cplusplus -} -#endif - -void outbyte(char c) { - XUartPs_SendByte(STDOUT_BASEADDRESS, c); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/print.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/print.c deleted file mode 100644 index da7e768..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/print.c +++ /dev/null @@ -1,36 +0,0 @@ -/* print.c -- print a string on the output device. - * - * Copyright (c) 1995 Cygnus Support - * - * The authors hereby grant permission to use, copy, modify, distribute, - * and license this software and its documentation for any purpose, provided - * that existing copyright notices are retained in all copies and that this - * notice is included verbatim in any distributions. No written agreement, - * license, or royalty fee is required for any of the authorized uses. - * Modifications to this software may be copyrighted by their authors - * and need not follow the licensing terms described here, provided that - * the new terms are clearly indicated on the first page of each file where - * they apply. - * - */ - -/* - * print -- do a raw print of a string - */ -#include "xil_printf.h" - -void print(const char8 *ptr) -{ -#if HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE - XPVXenConsole_Write(ptr); -#else -#ifdef STDOUT_BASEADDRESS - while (*ptr != (char8)0) { - outbyte (*ptr); - ptr++; - } -#else -(void)ptr; -#endif -#endif -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/Makefile deleted file mode 100644 index 15c4254..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -############################################################################### -# Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -# -# Makefile for profiler -# -####################################################################### - -# PROFILE_ARCH_OBJS - Processor Architecture Dependent files defined here -include ../config.make - -AS=mb-as -COMPILER = mb-gcc -ARCHIVER = mb-ar -CP = cp -COMPILER_FLAGS=-O2 -EXTRA_COMPILER_FLAGS= -LIB = libxil.a -DUMMYLIB = libxilprofile.a - -CC_FLAGS = $(subst -pg, , $(COMPILER_FLAGS)) -ECC_FLAGS = $(subst -pg, , $(EXTRA_COMPILER_FLAGS)) - -RELEASEDIR = ../../../../lib -INCLUDEDIR = ../../../../include -INCLUDES = -I./. -I${INCLUDEDIR} - -OBJS = _profile_init.o _profile_clean.o _profile_timer_hw.o profile_hist.o profile_cg.o -DUMMYOBJ = dummy.o -INCLUDEFILES = profile.h mblaze_nt_types.h _profile_timer_hw.h - -libs : reallibs dummylibs - -reallibs : $(OBJS) $(PROFILE_ARCH_OBJS) - $(ARCHIVER) -r $(RELEASEDIR)/$(LIB) $(OBJS) $(PROFILE_ARCH_OBJS) - -dummylibs : $(DUMMYOBJ) - $(ARCHIVER) -r $(RELEASEDIR)/$(DUMMYLIB) $(DUMMYOBJ) - -%.o:%.c - $(COMPILER) $(CC_FLAGS) $(ECC_FLAGS) -c $< -o $@ $(INCLUDES) - -%.o:%.S - $(COMPILER) $(CC_FLAGS) $(ECC_FLAGS) -c $< -o $@ $(INCLUDES) - -include: - $(CP) -rf $(INCLUDEFILES) $(INCLUDEDIR) - -clean: - rm -f $(OBJS) $(PROFILE_ARCH_OBJS) $(LIB) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_clean.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_clean.c deleted file mode 100644 index 926da80..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_clean.c +++ /dev/null @@ -1,21 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "profile.h" -#include "_profile_timer_hw.h" -#include "xil_exception.h" - -void _profile_clean( void ); - -/* - * This function is the exit routine and is called by the crtinit, when the - * program terminates. The name needs to be changed later.. - */ -void _profile_clean( void ) -{ - Xil_ExceptionDisable(); - disable_timer(); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_init.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_init.c deleted file mode 100644 index 13d2cc5..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_init.c +++ /dev/null @@ -1,59 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "profile.h" - -/* XMD Initializes the following Global Variables Value during Program - * Download with appropriate values. */ - -#ifdef PROC_MICROBLAZE - -extern s32 microblaze_init(void); - -#elif defined PROC_PPC - -extern s32 powerpc405_init(void); - -#else - -extern s32 cortexa9_init(void); - -#endif - -s32 profile_version = 1; /* Version of S/W Intrusive Profiling library */ - -u32 binsize = (u32)BINSIZE; /* Histogram Bin Size */ -u32 cpu_clk_freq = (u32)CPU_FREQ_HZ ; /* CPU Clock Frequency */ -u32 sample_freq_hz = (u32)SAMPLE_FREQ_HZ ; /* Histogram Sampling Frequency */ -u32 timer_clk_ticks = (u32)TIMER_CLK_TICKS ;/* Timer Clock Ticks for the Timer */ - -/* Structure for Storing the Profiling Data */ -struct gmonparam *_gmonparam = (struct gmonparam *)(0xffffffffU); -s32 n_gmon_sections = 1; - -/* This is the initialization code, which is called from the crtinit. */ - -void _profile_init( void ) -{ -/* print("Gmon Init called....\r\n") */ -/* putnum(n_gmon_sections) , print("\r\n") */ -/* if( _gmonparam == 0xffffffff ) */ -/* printf("Gmonparam is NULL !!\r\n") */ -/* for( i = 0, i < n_gmon_sections, i++ )[ */ -/* putnum( _gmonparam[i].lowpc) , print("\t") */ -/* putnum( _gmonparam[i].highpc) , print("\r\n") */ -/* putnum( _gmonparam[i].textsize ), print("\r\n") */ -/* putnum( _gmonparam[i].kcountsize * sizeof(unsigned short)), print("\r\n") */ -/* ] */ - -#ifdef PROC_MICROBLAZE - (void)microblaze_init(); -#elif defined PROC_PPC - powerpc405_init(); -#else - (void)cortexa9_init(); -#endif -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_timer_hw.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_timer_hw.c deleted file mode 100644 index 92d7005..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_timer_hw.c +++ /dev/null @@ -1,356 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "profile.h" -#include "_profile_timer_hw.h" - -#include "xil_exception.h" - -#ifdef PROC_PPC -#include "xtime_l.h" -#include "xpseudo_asm.h" -#endif - -#ifdef TIMER_CONNECT_INTC -#include "xintc_l.h" -#include "xintc.h" -#endif /* TIMER_CONNECT_INTC */ - -/* #ifndef PPC_PIT_INTERRUPT */ -#if (!defined PPC_PIT_INTERRUPT && !defined PROC_CORTEXA9) -#include "xtmrctr_l.h" -#endif - -/* extern u32 timer_clk_ticks, */ - -#ifdef PROC_PPC405 -#ifdef PPC_PIT_INTERRUPT -s32 ppc_pit_init( void ); -#endif -s32 powerpc405_init() -#endif /* PROC_CORTEXA9 */ - -#ifdef PROC_PPC440 -#ifdef PPC_PIT_INTERRUPT -s32 ppc_dec_init( void ); -#endif -s32 powerpc405_init(void); -#endif /* PROC_PPC440 */ - -#if (!defined PPC_PIT_INTERRUPT && !defined PROC_CORTEXA9) -s32 opb_timer_init( void ); -#endif - -#ifdef PROC_MICROBLAZE -s32 microblaze_init(void); -#endif /* PROC_MICROBLAZE */ - -#ifdef PROC_CORTEXA9 -s32 scu_timer_init( void ); -s32 cortexa9_init(void); -#endif /* PROC_CORTEXA9 */ - - -/*-------------------------------------------------------------------- - * PowerPC Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_PPC405 - - -/*-------------------------------------------------------------------- -* PowerPC PIT Timer Init. -* Defined only if PIT Timer is used for Profiling -* -*-------------------------------------------------------------------- */ -#ifdef PPC_PIT_INTERRUPT -int ppc_pit_init( void ) -{ - /* 1. Register Profile_intr_handler as Interrupt handler */ - /* 2. Set PIT Timer Interrupt and Enable it. */ - Xil_ExceptionRegisterHandler( XIL_EXCEPTION_ID_PIT_INT, - (Xil_ExceptionHandler)profile_intr_handler,NULL); - XTime_PITSetInterval( timer_clk_ticks ) ; - XTime_PITEnableAutoReload() ; - return 0; -} -#endif - - -/* -------------------------------------------------------------------- -* PowerPC Timer Initialization functions. -* For PowerPC, PIT and opb_timer can be used for Profiling. This -* is selected by the user in standalone BSP -* -*-------------------------------------------------------------------- */ -s32 powerpc405_init() -{ - Xil_ExceptionInit() ; - Xil_ExceptionDisableMask( XIL_EXCEPTION_NON_CRITICAL ) ; - - /* Initialize the Timer. - * 1. If PowerPC PIT Timer has to be used, initialize PIT timer. - * 2. Else use opb_timer. It can be directly connected or through intc to PowerPC */ -#ifdef PPC_PIT_INTERRUPT - ppc_pit_init(); -#else -#ifdef TIMER_CONNECT_INTC - Xil_ExceptionRegisterHandler( XIL_EXCEPTION_ID_NON_CRITICAL_INT, - (Xil_ExceptionHandler)XIntc_DeviceInterruptHandler,NULL); - XIntc_RegisterHandler( INTC_BASEADDR, PROFILE_TIMER_INTR_ID, - (XInterruptHandler)profile_intr_handler,NULL); -#else - Xil_ExceptionRegisterHandler( XIL_EXCEPTION_ID_NON_CRITICAL_INT, - (Xil_ExceptionHandler)profile_intr_handler,NULL); -#endif - /* Initialize the timer with Timer Ticks */ - opb_timer_init() ; -#endif - - /* Enable Interrupts in the System, if Profile Timer is the only Interrupt - * in the System. */ -#ifdef ENABLE_SYS_INTR -#ifdef PPC_PIT_INTERRUPT - XTime_PITEnableInterrupt() ; -#elif TIMER_CONNECT_INTC - XIntc_MasterEnable( INTC_BASEADDR ); - XIntc_SetIntrSvcOption( INTC_BASEADDR, XIN_SVC_ALL_ISRS_OPTION); - XIntc_EnableIntr( INTC_BASEADDR, PROFILE_TIMER_INTR_MASK ); -#endif - Xil_ExceptionEnableMask( XIL_EXCEPTION_NON_CRITICAL ) ; -#endif - return 0; -} - -#endif /* PROC_PPC */ - - - -/*-------------------------------------------------------------------- - * PowerPC440 Target - Timer related functions - * -------------------------------------------------------------------- */ -#ifdef PROC_PPC440 - - -/*-------------------------------------------------------------------- - * PowerPC DEC Timer Init. - * Defined only if DEC Timer is used for Profiling - * - *-------------------------------------------------------------------- */ -#ifdef PPC_PIT_INTERRUPT -s32 ppc_dec_init( void ) -{ - /* 1. Register Profile_intr_handler as Interrupt handler */ - /* 2. Set DEC Timer Interrupt and Enable it. */ - Xil_ExceptionRegisterHandler( XIL_EXCEPTION_ID_DEC_INT, - (Xil_ExceptionHandler)profile_intr_handler,NULL); - XTime_DECSetInterval( timer_clk_ticks ) ; - XTime_DECEnableAutoReload() ; - return 0; -} -#endif - - -/*-------------------------------------------------------------------- - * PowerPC Timer Initialization functions. - * For PowerPC, DEC and opb_timer can be used for Profiling. This - * is selected by the user in standalone BSP - * - *-------------------------------------------------------------------- */ -s32 powerpc405_init(void) -{ - Xil_ExceptionInit(); - Xil_ExceptionDisableMask( XIL_EXCEPTION_NON_CRITICAL ) ; - - /* Initialize the Timer. - * 1. If PowerPC DEC Timer has to be used, initialize DEC timer. - * 2. Else use opb_timer. It can be directly connected or through intc to PowerPC */ -#ifdef PPC_PIT_INTERRUPT - ppc_dec_init(); -#else -#ifdef TIMER_CONNECT_INTC - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_NON_CRITICAL_INT, - (Xil_ExceptionHandler)XIntc_DeviceInterruptHandler,NULL); - - XIntc_RegisterHandler( INTC_BASEADDR, PROFILE_TIMER_INTR_ID, - (XInterruptHandler)profile_intr_handler,NULL); -#else - Xil_ExceptionRegisterHandler( XIL_EXCEPTION_ID_NON_CRITICAL_INT, - (Xil_ExceptionHandler)profile_intr_handler,NULL); - Xil_ExceptionRegisterHandler( XIL_EXCEPTION_ID_NON_CRITICAL_INT, - (Xil_ExceptionHandler)profile_intr_handler,NULL); -#endif - /* Initialize the timer with Timer Ticks */ - opb_timer_init() ; -#endif - - /* Enable Interrupts in the System, if Profile Timer is the only Interrupt - * in the System. */ -#ifdef ENABLE_SYS_INTR -#ifdef PPC_PIT_INTERRUPT - XTime_DECEnableInterrupt() ; -#elif TIMER_CONNECT_INTC - XIntc_MasterEnable( INTC_BASEADDR ); - XIntc_SetIntrSvcOption( INTC_BASEADDR, XIN_SVC_ALL_ISRS_OPTION); - XIntc_EnableIntr( INTC_BASEADDR, PROFILE_TIMER_INTR_MASK ); -#endif - Xil_ExceptionEnableMask( XEXC_NON_CRITICAL ) ; -#endif - return 0; -} - -#endif /* PROC_PPC440 */ - -/* -------------------------------------------------------------------- - * opb_timer Initialization for PowerPC and MicroBlaze. This function - * is not needed if DEC timer is used in PowerPC - * - *-------------------------------------------------------------------- */ -/* #ifndef PPC_PIT_INTERRUPT */ -#if (!defined PPC_PIT_INTERRUPT && !defined PROC_CORTEXA9) -s32 opb_timer_init( void ) -{ - /* set the number of cycles the timer counts before interrupting */ - XTmrCtr_SetLoadReg((u32)PROFILE_TIMER_BASEADDR, (u16)0, (u32)timer_clk_ticks); - - /* reset the timers, and clear interrupts */ - XTmrCtr_SetControlStatusReg((u32)PROFILE_TIMER_BASEADDR, (u16)0, - (u32)XTC_CSR_INT_OCCURED_MASK | (u32)XTC_CSR_LOAD_MASK ); - - /* start the timers */ - XTmrCtr_SetControlStatusReg((u32)PROFILE_TIMER_BASEADDR, (u16)0, (u32)XTC_CSR_ENABLE_TMR_MASK - | (u32)XTC_CSR_ENABLE_INT_MASK | (u32)XTC_CSR_AUTO_RELOAD_MASK | (u32)XTC_CSR_DOWN_COUNT_MASK); - return 0; -} -#endif - - -/*-------------------------------------------------------------------- - * MicroBlaze Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_MICROBLAZE - -/* -------------------------------------------------------------------- - * Initialize the Profile Timer for MicroBlaze Target. - * For MicroBlaze, opb_timer is used. The opb_timer can be directly - * connected to MicroBlaze or connected through Interrupt Controller. - * - *-------------------------------------------------------------------- */ -s32 microblaze_init(void) -{ - /* Register profile_intr_handler - * 1. If timer is connected to Interrupt Controller, register the handler - * to Interrupt Controllers vector table. - * 2. If timer is directly connected to MicroBlaze, register the handler - * as Interrupt handler */ - Xil_ExceptionInit(); - -#ifdef TIMER_CONNECT_INTC - XIntc_RegisterHandler( INTC_BASEADDR, PROFILE_TIMER_INTR_ID, - (XInterruptHandler)profile_intr_handler,NULL); -#else - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_INT, - (Xil_ExceptionHandler)profile_intr_handler, - NULL) ; -#endif - - /* Initialize the timer with Timer Ticks */ - (void)opb_timer_init() ; - - /* Enable Interrupts in the System, if Profile Timer is the only Interrupt - * in the System. */ -#ifdef ENABLE_SYS_INTR -#ifdef TIMER_CONNECT_INTC - XIntc_MasterEnable((u32)INTC_BASEADDR ); - XIntc_SetIntrSvcOption( INTC_BASEADDR, XIN_SVC_ALL_ISRS_OPTION); - XIntc_EnableIntr( (u32)INTC_BASEADDR, PROFILE_TIMER_INTR_MASK ); - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_INT, - (Xil_ExceptionHandler)XIntc_DeviceInterruptHandler,NULL); -#endif - -#endif - - Xil_ExceptionEnable(); - - return 0; - -} - -#endif /* PROC_MICROBLAZE */ - - - -/* -------------------------------------------------------------------- - * Cortex A9 Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_CORTEXA9 - -/* -------------------------------------------------------------------- - * Initialize the Profile Timer for Cortex A9 Target. - * The scu private timer is connected to the Scu GIC controller. - * - *-------------------------------------------------------------------- */ -s32 scu_timer_init( void ) -{ - /* set the number of cycles the timer counts before interrupting - * scu timer runs at half the cpu clock */ - XScuTimer_SetLoadReg(PROFILE_TIMER_BASEADDR, timer_clk_ticks/2U); - - /* clear any pending interrupts */ - XScuTimer_SetIntrReg(PROFILE_TIMER_BASEADDR, 1U); - - /* enable interrupts, auto-reload mode and start the timer */ - XScuTimer_SetControlReg(PROFILE_TIMER_BASEADDR, XSCUTIMER_CONTROL_IRQ_ENABLE_MASK | - XSCUTIMER_CONTROL_AUTO_RELOAD_MASK | XSCUTIMER_CONTROL_ENABLE_MASK); - - return 0; -} - -s32 cortexa9_init(void) -{ - - Xil_ExceptionInit(); - - XScuGic_DeviceInitialize(0); - - /* - * Connect the interrupt controller interrupt handler to the hardware - * interrupt handling logic in the processor. - */ - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_IRQ_INT, - (Xil_ExceptionHandler)XScuGic_DeviceInterruptHandler, - NULL); - - /* - * Connect the device driver handler that will be called when an - * interrupt for the device occurs, the handler defined above performs - * the specific interrupt processing for the device. - */ - XScuGic_RegisterHandler(SCUGIC_CPU_BASEADDR, - PROFILE_TIMER_INTR_ID, - (Xil_ExceptionHandler)profile_intr_handler, - NULL); - - /* - * Enable the interrupt for scu timer. - */ - XScuGic_EnableIntr(SCUGIC_DIST_BASEADDR, PROFILE_TIMER_INTR_ID); - - /* - * Enable interrupts in the Processor. - */ - Xil_ExceptionEnableMask(XIL_EXCEPTION_IRQ); - - /* - * Initialize the timer with Timer Ticks - */ - (void)scu_timer_init() ; - - Xil_ExceptionEnable(); - - return 0; -} - -#endif /* PROC_CORTEXA9 */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_timer_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_timer_hw.h deleted file mode 100644 index b80c577..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/_profile_timer_hw.h +++ /dev/null @@ -1,281 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2004 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef PROFILE_TIMER_HW_H -#define PROFILE_TIMER_HW_H - -#include "profile.h" - -#ifdef PROC_PPC -#if defined __GNUC__ -# define SYNCHRONIZE_IO __asm__ volatile ("eieio") -#elif defined __DCC__ -# define SYNCHRONIZE_IO __asm volatile(" eieio") -#else -# define SYNCHRONIZE_IO -#endif -#endif - -#ifdef PROC_PPC -#define ProfIo_In32(InputPtr) { (*(volatile u32 *)(InputPtr)); SYNCHRONIZE_IO; } -#define ProfIo_Out32(OutputPtr, Value) { (*(volatile u32 *)(OutputPtr) = Value); SYNCHRONIZE_IO; } -#else -#define ProfIo_In32(InputPtr) (*(volatile u32 *)(InputPtr)); -#define ProfIo_Out32(OutputPtr, Value) { (*(volatile u32 *)(OutputPtr) = (Value)); } -#endif - -#define ProfTmrCtr_mWriteReg(BaseAddress, TmrCtrNumber, RegOffset, ValueToWrite)\ - ProfIo_Out32(((u32)(BaseAddress) + (u32)XTmrCtr_Offsets[(TmrCtrNumber)] + \ - (u32)(RegOffset)), (u32)(ValueToWrite)) - -#define ProfTimerCtr_mReadReg(BaseAddress, TmrCtrNumber, RegOffset) \ - ProfIo_In32((u32)(BaseAddress) + (u32)XTmrCtr_Offsets[(TmrCtrNumber)] + (u32)(RegOffset)) - -#define ProfTmrCtr_mSetControlStatusReg(BaseAddress, TmrCtrNumber, RegisterValue)\ - ProfTmrCtr_mWriteReg((BaseAddress), (TmrCtrNumber), XTC_TCSR_OFFSET, \ - (RegisterValue)) - -#define ProfTmrCtr_mGetControlStatusReg(BaseAddress, TmrCtrNumber) \ - ProfTimerCtr_mReadReg((u32)(BaseAddress), (TmrCtrNumber), XTC_TCSR_OFFSET) - - - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef PROC_PPC -#include "xexception_l.h" -#include "xtime_l.h" -#include "xpseudo_asm.h" -#endif - -#ifdef TIMER_CONNECT_INTC -#include "xintc_l.h" -#include "xintc.h" -#endif /* TIMER_CONNECT_INTC */ - -#if (!defined PPC_PIT_INTERRUPT && !defined PROC_CORTEXA9) -#include "xtmrctr_l.h" -#endif - -#ifdef PROC_CORTEXA9 -#include "xscutimer_hw.h" -#include "xscugic.h" -#endif - -extern u32 timer_clk_ticks ; - -/*-------------------------------------------------------------------- - * PowerPC Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_PPC - -#ifdef PPC_PIT_INTERRUPT -u32 timer_lo_clk_ticks ; /* Clk ticks when Timer is disabled in CG */ -#endif - -#ifdef PROC_PPC440 -#define XREG_TCR_PIT_INTERRUPT_ENABLE XREG_TCR_DEC_INTERRUPT_ENABLE -#define XREG_TSR_PIT_INTERRUPT_STATUS XREG_TSR_DEC_INTERRUPT_STATUS -#define XREG_SPR_PIT XREG_SPR_DEC -#define XEXC_ID_PIT_INT XEXC_ID_DEC_INT -#endif - -/* -------------------------------------------------------------------- - * Disable the Timer - During Profiling - * - * For PIT Timer - - * 1. XTime_PITDisableInterrupt() ; - * 2. Store the remaining timer clk tick - * 3. Stop the PIT Timer - *-------------------------------------------------------------------- */ - -#ifdef PPC_PIT_INTERRUPT -#define disable_timer() \ - { \ - u32 val; \ - val=mfspr(XREG_SPR_TCR); \ - mtspr(XREG_SPR_TCR, val & (~XREG_TCR_PIT_INTERRUPT_ENABLE)); \ - timer_lo_clk_ticks = mfspr(XREG_SPR_PIT); \ - mtspr(XREG_SPR_PIT, 0); \ - } -#else -#define disable_timer() \ - { \ - u32 addr = (PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET; \ - u32 tmp_v = ProfIo_In32(addr); \ - tmp_v = tmp_v & (~XTC_CSR_ENABLE_TMR_MASK); \ - ProfIo_Out32((PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET, tmp_v); \ - } -#endif - - - -/* -------------------------------------------------------------------- - * Enable the Timer - * - * For PIT Timer - - * 1. Load the remaining timer clk ticks - * 2. XTime_PITEnableInterrupt() ; - *-------------------------------------------------------------------- */ -#ifdef PPC_PIT_INTERRUPT -#define enable_timer() \ - { \ - u32 val; \ - val=mfspr(XREG_SPR_TCR); \ - mtspr(XREG_SPR_PIT, timer_lo_clk_ticks); \ - mtspr(XREG_SPR_TCR, val | XREG_TCR_PIT_INTERRUPT_ENABLE); \ - } -#else -#define enable_timer() \ - { \ - u32 addr = (PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET; \ - u32 tmp_v = ProfIo_In32(addr); \ - tmp_v = tmp_v | XTC_CSR_ENABLE_TMR_MASK; \ - ProfIo_Out32((PROFILE_TIMER_BASEADDR) + XTmrCtr_Offsets[(0)] + XTC_TCSR_OFFSET, tmp_v); \ - } -#endif - - - -/* -------------------------------------------------------------------- - * Send Ack to Timer Interrupt - * - * For PIT Timer - - * 1. Load the timer clk ticks - * 2. Enable AutoReload and Interrupt - * 3. Clear PIT Timer Status bits - *-------------------------------------------------------------------- */ -#ifdef PPC_PIT_INTERRUPT -#define timer_ack() \ - { \ - u32 val; \ - mtspr(XREG_SPR_PIT, timer_clk_ticks); \ - mtspr(XREG_SPR_TSR, XREG_TSR_PIT_INTERRUPT_STATUS); \ - val=mfspr(XREG_SPR_TCR); \ - mtspr(XREG_SPR_TCR, val| XREG_TCR_PIT_INTERRUPT_ENABLE| XREG_TCR_AUTORELOAD_ENABLE); \ - } -#else -#define timer_ack() \ - { \ - u32 csr; \ - csr = ProfTmrCtr_mGetControlStatusReg(PROFILE_TIMER_BASEADDR, 0); \ - ProfTmrCtr_mSetControlStatusReg(PROFILE_TIMER_BASEADDR, 0, csr); \ - } -#endif - -/*-------------------------------------------------------------------- */ -#endif /* PROC_PPC */ -/* -------------------------------------------------------------------- */ - - - - -/* -------------------------------------------------------------------- - * MicroBlaze Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_MICROBLAZE - -/* -------------------------------------------------------------------- - * Disable the Timer during Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define disable_timer() \ - { \ - u32 Addr = ((u32)PROFILE_TIMER_BASEADDR); \ - Addr += (u32)XTmrCtr_Offsets[(u16)(0)]; \ - Addr += (u32)XTC_TCSR_OFFSET; \ - u32 tmp_v = ProfIo_In32(Addr); \ - tmp_v = tmp_v & (u32)(~XTC_CSR_ENABLE_TMR_MASK); \ - u32 OutAddr = (u32)PROFILE_TIMER_BASEADDR; \ - OutAddr += (u32)XTmrCtr_Offsets[(u16)(0)]; \ - OutAddr += (u32)XTC_TCSR_OFFSET; \ - ProfIo_Out32(OutAddr, (u32)tmp_v); \ - } - - -/* -------------------------------------------------------------------- - * Enable the Timer after Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define enable_timer() \ - { \ - u32 Addr = ((u32)PROFILE_TIMER_BASEADDR); \ - Addr += (u32)XTmrCtr_Offsets[(u16)(0)]; \ - Addr += (u32)XTC_TCSR_OFFSET; \ - u32 tmp_v = (u32)ProfIo_In32(Addr); \ - tmp_v = tmp_v | (u32)XTC_CSR_ENABLE_TMR_MASK; \ - ProfIo_Out32((u32)(PROFILE_TIMER_BASEADDR) + (u32)XTmrCtr_Offsets[(u16)(0)] + (u32)XTC_TCSR_OFFSET, (u32)tmp_v); \ - } - - -/* -------------------------------------------------------------------- - * Send Ack to Timer Interrupt - * - *-------------------------------------------------------------------- */ -#define timer_ack() \ - { \ - u32 csr; \ - csr = ProfTmrCtr_mGetControlStatusReg((u32)PROFILE_TIMER_BASEADDR, (u16)0); \ - ProfTmrCtr_mSetControlStatusReg((u32)PROFILE_TIMER_BASEADDR, (u16)0, (u32)csr); \ - } - -/*-------------------------------------------------------------------- */ -#endif /* PROC_MICROBLAZE */ -/*-------------------------------------------------------------------- */ - -/* -------------------------------------------------------------------- - * Cortex A9 Target - Timer related functions - *-------------------------------------------------------------------- */ -#ifdef PROC_CORTEXA9 - -/* -------------------------------------------------------------------- - * Disable the Timer during Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define disable_timer() \ -{ \ - u32 Reg; \ - Reg = Xil_In32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET); \ - Reg &= (~XSCUTIMER_CONTROL_ENABLE_MASK);\ - Xil_Out32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET, Reg);\ -} - - -/* -------------------------------------------------------------------- - * Enable the Timer after Call-Graph Data collection - * - *-------------------------------------------------------------------- */ -#define enable_timer() \ -{ \ - u32 Reg; \ - Reg = Xil_In32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET); \ - Reg |= XSCUTIMER_CONTROL_ENABLE_MASK; \ - Xil_Out32(PROFILE_TIMER_BASEADDR + XSCUTIMER_CONTROL_OFFSET, Reg);\ -} - - -/* -------------------------------------------------------------------- - * Send Ack to Timer Interrupt - * - *-------------------------------------------------------------------- */ -#define timer_ack() \ -{ \ - Xil_Out32((u32)PROFILE_TIMER_BASEADDR + (u32)XSCUTIMER_ISR_OFFSET, \ - (u32)XSCUTIMER_ISR_EVENT_FLAG_MASK);\ -} - -/*-------------------------------------------------------------------- */ -#endif /* PROC_CORTEXA9 */ -/*-------------------------------------------------------------------- */ - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/dummy.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/dummy.S deleted file mode 100644 index 85fb264..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/dummy.S +++ /dev/null @@ -1,37 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - .globl dummy_f - -#ifdef PROC_MICROBLAZE - .text - .align 2 - .ent dummy_f - -dummy_f: - nop - - .end dummy_f -#endif - -#ifdef PROC_PPC - .section .text - .align 2 - .type dummy_f@function - -dummy_f: - b dummy_f - -#endif - -#ifdef PROC_CORTEXA9 - .section .text - .align 2 - .type dummy_f, %function - -dummy_f: - b dummy_f - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/mblaze_nt_types.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/mblaze_nt_types.h deleted file mode 100644 index 6b51ea9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/mblaze_nt_types.h +++ /dev/null @@ -1,28 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - - -#ifndef _MBLAZE_NT_TYPES_H -#define _MBLAZE_NT_TYPES_H - -#ifdef __cplusplus -extern "C" { -#endif - -typedef char byte; -typedef short half; -typedef int word; -typedef unsigned char ubyte; -typedef unsigned short uhalf; -typedef unsigned int uword; -typedef ubyte boolean; - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile.h deleted file mode 100644 index 27b3df1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile.h +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef PROFILE_H -#define PROFILE_H 1 - -#include -#include "xil_types.h" -#include "profile_config.h" - -#ifdef PROC_MICROBLAZE -#include "mblaze_nt_types.h" -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -void _system_init( void ) ; -void _system_clean( void ) ; -void mcount(u32 frompc, u32 selfpc); -void profile_intr_handler( void ) ; -void _profile_init( void ); - - - -/**************************************************************************** - * Profiling on hardware - Hash table maintained on hardware and data sent - * to xmd for gmon.out generation. - ****************************************************************************/ -/* - * histogram counters are unsigned shorts (according to the kernel). - */ -#define HISTCOUNTER u16 - -struct tostruct { - u32 selfpc; - s32 count; - s16 link; - u16 pad; -}; - -struct fromstruct { - u32 frompc ; - s16 link ; - u16 pad ; -} ; - -/* - * general rounding functions. - */ -#define ROUNDDOWN(x,y) (((x)/(y))*(y)) -#define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) - -/* - * The profiling data structures are housed in this structure. - */ -struct gmonparam { - s32 state; - - /* Histogram Information */ - u16 *kcount; /* No. of bins in histogram */ - u32 kcountsize; /* Histogram samples */ - - /* Call-graph Information */ - struct fromstruct *froms; - u32 fromssize; - struct tostruct *tos; - u32 tossize; - - /* Initialization I/Ps */ - u32 lowpc; - u32 highpc; - u32 textsize; - /* u32 cg_froms, */ - /* u32 cg_tos, */ -}; -extern struct gmonparam *_gmonparam; -extern s32 n_gmon_sections; - -/* - * Possible states of profiling. - */ -#define GMON_PROF_ON 0 -#define GMON_PROF_BUSY 1 -#define GMON_PROF_ERROR 2 -#define GMON_PROF_OFF 3 - -/* - * Sysctl definitions for extracting profiling information from the kernel. - */ -#define GPROF_STATE 0 /* int: profiling enabling variable */ -#define GPROF_COUNT 1 /* struct: profile tick count buffer */ -#define GPROF_FROMS 2 /* struct: from location hash bucket */ -#define GPROF_TOS 3 /* struct: destination/count structure */ -#define GPROF_GMONPARAM 4 /* struct: profiling parameters (see above) */ - -#ifdef __cplusplus -} -#endif - -#endif /* PROFILE_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_cg.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_cg.c deleted file mode 100644 index 4e3a872..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_cg.c +++ /dev/null @@ -1,145 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "profile.h" -#include "_profile_timer_hw.h" -#ifdef PROC_MICROBLAZE -#include "mblaze_nt_types.h" -#endif - -/* - * The mcount function is excluded from the library, if the user defines - * PROFILE_NO_GRAPH. - */ -#ifndef PROFILE_NO_GRAPH - -#include -#include -#include - -#ifdef PROFILE_NO_FUNCPTR -s32 searchpc(const struct fromto_struct *cgtable, s32 cgtable_size, u32 frompc ); -#else -s32 searchpc(const struct fromstruct *froms, s32 fromssize, u32 frompc ); -#endif - -/*extern struct gmonparam *_gmonparam, */ - -#ifdef PROFILE_NO_FUNCPTR -s32 searchpc(const struct fromto_struct *cgtable, s32 cgtable_size, u32 frompc ) -{ - s32 index = 0 ; - - while( (index < cgtable_size) && (cgtable[index].frompc != frompc) ){ - index++ ; - } - if( index == cgtable_size ) { - return -1 ; - } else { - return index ; - } -} -#else -s32 searchpc(const struct fromstruct *froms, s32 fromssize, u32 frompc ) -{ - s32 index = 0 ; - s32 Status; - - while( (index < fromssize) && (froms[index].frompc != frompc) ){ - index++ ; - } - if( index == fromssize ) { - Status = -1 ; - } else { - Status = index ; - } - return Status; -} -#endif /* PROFILE_NO_FUNCPTR */ - - -void mcount( u32 frompc, u32 selfpc ) -{ - register struct gmonparam *p = NULL; - register s32 toindex, fromindex; - s32 j; - - disable_timer(); - - /*print("CG: "), putnum(frompc), print("->"), putnum(selfpc), print("\r\n") , - * check that frompcindex is a reasonable pc value. - * for example: signal catchers get called from the stack, - * not from text space. too bad. - */ - for(j = 0; j < n_gmon_sections; j++ ){ - if((frompc >= _gmonparam[j].lowpc) && (frompc < _gmonparam[j].highpc)) { - p = &_gmonparam[j]; - break; - } - } - if( j == n_gmon_sections ) { - goto done; - } - -#ifdef PROFILE_NO_FUNCPTR - fromindex = searchpc( p->cgtable, p->cgtable_size, frompc ) ; - if( fromindex == -1 ) { - fromindex = p->cgtable_size ; - p->cgtable_size++ ; - p->cgtable[fromindex].frompc = frompc ; - p->cgtable[fromindex].selfpc = selfpc ; - p->cgtable[fromindex].count = 1 ; - goto done ; - } - p->cgtable[fromindex].count++ ; -#else - fromindex = (s32)searchpc( p->froms, ((s32)p->fromssize), frompc ) ; - if( fromindex == -1 ) { - fromindex = (s32)p->fromssize ; - p->fromssize++ ; - /*if( fromindex >= N_FROMS ) { - * print("Error : From PC table overflow\r\n") - * goto overflow - *}*/ - p->froms[fromindex].frompc = frompc ; - p->froms[fromindex].link = -1 ; - }else { - toindex = ((s32)(p->froms[fromindex].link)); - while(toindex != -1) { - toindex = (((s32)p->tossize) - toindex)-1 ; - if( p->tos[toindex].selfpc == selfpc ) { - p->tos[toindex].count++ ; - goto done ; - } - toindex = ((s32)(p->tos[toindex].link)) ; - } - } - - /*if( toindex == -1 ) { */ - p->tos-- ; - p->tossize++ ; - /* if( toindex >= N_TOS ) { - * print("Error : To PC table overflow\r\n") - * goto overflow - *} */ - p->tos[0].selfpc = selfpc ; - p->tos[0].count = 1 ; - p->tos[0].link = p->froms[fromindex].link ; - p->froms[fromindex].link = ((s32)(p->tossize))-((s32)1); -#endif - - done: - p->state = GMON_PROF_ON; - goto enable_timer_label ; - /* overflow: */ - /*p->state = GMON_PROF_ERROR */ - enable_timer_label: - enable_timer(); - return ; -} - - -#endif /* PROFILE_NO_GRAPH */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_config.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_config.h deleted file mode 100644 index 3f171b9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_config.h +++ /dev/null @@ -1,30 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - - -#ifndef _PROFILE_CONFIG_H -#define _PROFILE_CONFIG_H - -#ifdef __cplusplus -extern "C" { -#endif - -#define BINSIZE 4U -#define SAMPLE_FREQ_HZ 100000U -#define TIMER_CLK_TICKS 1000U - -#define PROFILE_NO_FUNCPTR_FLAG 0 - -#define PROFILE_TIMER_BASEADDR 0x00608000U -#define PROFILE_TIMER_INTR_ID 0U - -#define TIMER_CONNECT_INTC - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_hist.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_hist.c deleted file mode 100644 index 761e084..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_hist.c +++ /dev/null @@ -1,45 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include "profile.h" -#include "_profile_timer_hw.h" - -#ifdef PROC_MICROBLAZE -#include "mblaze_nt_types.h" -#endif - -#ifdef PROC_PPC -#include "xpseudo_asm.h" -#define SPR_SRR0 0x01A -#endif - -#include "xil_types.h" - -extern u32 binsize ; -u32 prof_pc ; - -void profile_intr_handler( void ) -{ - - s32 j; - -#ifdef PROC_MICROBLAZE - asm( "swi r14, r0, prof_pc" ) ; -#elif defined PROC_PPC - prof_pc = mfspr(SPR_SRR0); -#else - /* for cortexa9, lr is saved in asm interrupt handler */ -#endif - /* print("PC: "), putnum(prof_pc), print("\r\n"), */ - for(j = 0; j < n_gmon_sections; j++ ){ - if((prof_pc >= ((u32)_gmonparam[j].lowpc)) && (prof_pc < ((u32)_gmonparam[j].highpc))) { - _gmonparam[j].kcount[(prof_pc-_gmonparam[j].lowpc)/((u32)4 * binsize)]++; - break; - } - } - /* Ack the Timer Interrupt */ - timer_ack(); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_arm.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_arm.S deleted file mode 100644 index 46c83f2..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_arm.S +++ /dev/null @@ -1,18 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -// based on "ARM Profiling Implementation" from Sourcery G++ Lite for ARM EABI - -.globl __gnu_mcount_nc -.type __gnu_mcount_nc, %function - -__gnu_mcount_nc: - push {r0, r1, r2, r3, lr} - subs r1, lr, #0 /* callee - current lr */ - ldr r0, [sp, #20] /* caller - at the top of the stack */ - bl mcount /* when __gnu_mcount_nc is called */ - pop {r0, r1, r2, r3, ip, lr} - bx ip - - .end __gnu_mcount_nc diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_mb.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_mb.S deleted file mode 100644 index 20f0886..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_mb.S +++ /dev/null @@ -1,42 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - .globl _mcount - .text - .align 2 - .ent _mcount - - #ifndef PROFILE_NO_GRAPH - -_mcount: - addi r1, r1, -48 - swi r11, r1, 44 - swi r12, r1, 40 - swi r5, r1, 36 - swi r6, r1, 32 - swi r7, r1, 28 - swi r8, r1, 24 - swi r9, r1, 20 - swi r10, r1, 16 - swi r15, r1, 12 - add r5, r0, r15 - brlid r15, mcount - add r6, r0, r16 - - lwi r11, r1, 44 - lwi r12, r1, 40 - lwi r5, r1, 36 - lwi r6, r1, 32 - lwi r7, r1, 28 - lwi r8, r1, 24 - lwi r9, r1, 20 - lwi r10, r1, 16 - lwi r15, r1, 12 - rtsd r15, 4 - addi r1, r1, 48 - - #endif /* PROFILE_NO_GRAPH */ - - .end _mcount diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_ppc.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_ppc.S deleted file mode 100644 index 6be38d9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/profile/profile_mcount_ppc.S +++ /dev/null @@ -1,44 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - .globl _mcount - - #define _MCOUNT_STACK_FRAME 48 - .section .text - .align 2 - .type _mcount@function - - -_mcount: - stwu 1, -_MCOUNT_STACK_FRAME(1) - stw 3, 8(1) - stw 4, 12(1) - stw 5, 16(1) - stw 6, 20(1) - stw 7, 24(1) - stw 8, 28(1) - stw 9, 32(1) - stw 10, 36(1) - stw 11, 40(1) - stw 12, 44(1) - mflr 4 - stw 4, (_MCOUNT_STACK_FRAME+4)(1) - lwz 3, (_MCOUNT_STACK_FRAME)(1) - lwz 3, 4(3) - bl mcount - lwz 4, (_MCOUNT_STACK_FRAME+4)(1) - mtlr 4 - lwz 12, 44(1) - lwz 11, 40(1) - lwz 10, 36(1) - lwz 9, 32(1) - lwz 8, 28(1) - lwz 7, 24(1) - lwz 6, 20(1) - lwz 5, 16(1) - lwz 4, 12(1) - lwz 3, 8(1) - addi 1,1, _MCOUNT_STACK_FRAME - blr diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/putnum.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/putnum.c deleted file mode 100644 index f0102aa..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/putnum.c +++ /dev/null @@ -1,54 +0,0 @@ -/* putnum.c -- put a hex number on the output device. - * - * Copyright (c) 1995 Cygnus Support - * - * The authors hereby grant permission to use, copy, modify, distribute, - * and license this software and its documentation for any purpose, provided - * that existing copyright notices are retained in all copies and that this - * notice is included verbatim in any distributions. No written agreement, - * license, or royalty fee is required for any of the authorized uses. - * Modifications to this software may be copyrighted by their authors - * and need not follow the licensing terms described here, provided that - * the new terms are clearly indicated on the first page of each file where - * they apply. - */ - -/* - * putnum -- print a 32 bit number in hex - */ - -/***************************** Include Files *********************************/ -#include "xil_types.h" - -/************************** Function Prototypes ******************************/ -extern void print (const char8 *ptr); -void putnum(u32 num); - -void putnum(u32 num) -{ - char8 buf[9]; - s32 cnt; - s32 i; - char8 *ptr; - u32 digit; - for(i = 0; i<9; i++) { - buf[i] = '0'; - } - - ptr = buf; - for (cnt = 7 ; cnt >= 0 ; cnt--) { - digit = (num >> (cnt * 4U)) & 0x0000000fU; - - if (digit <= 9U) { - digit += (u32)'0'; - *ptr = ((char8) digit); - ptr += 1; - } else { - digit += ((u32)'a' - (u32)10); - *ptr = ((char8)digit); - ptr += 1; - } - } - - print (buf); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/read.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/read.c deleted file mode 100644 index 1f20eea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/read.c +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* read.c -- read bytes from a input device. - */ -#ifndef UNDEFINE_FILE_OPS -#include "xil_printf.h" -#include "xparameters.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) s32 _read (s32 fd, char8* buf, s32 nbytes); -} -#endif - -/* - * read -- read bytes from the serial port. Ignore fd, since - * we only have stdin. - */ -__attribute__((weak)) s32 -read (s32 fd, char8* buf, s32 nbytes) -{ -#ifdef STDIN_BASEADDRESS - s32 i; - s32 numbytes = 0; - char8* LocalBuf = buf; - - (void)fd; - if(LocalBuf != NULL) { - for (i = 0; i < nbytes; i++) { - numbytes++; - *(LocalBuf + i) = inbyte(); - if ((*(LocalBuf + i) == '\n' )|| (*(LocalBuf + i) == '\r')) { - break; - } - } - } - - return numbytes; -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} - -__attribute__((weak)) s32 -_read (s32 fd, char8* buf, s32 nbytes) -{ -#ifdef STDIN_BASEADDRESS - s32 i; - s32 numbytes = 0; - char8* LocalBuf = buf; - - (void)fd; - if(LocalBuf != NULL) { - for (i = 0; i < nbytes; i++) { - numbytes++; - *(LocalBuf + i) = inbyte(); - if ((*(LocalBuf + i) == '\n' )|| (*(LocalBuf + i) == '\r')) { - break; - } - } - } - - return numbytes; -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sbrk.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sbrk.c deleted file mode 100644 index bbf3bb8..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sbrk.c +++ /dev/null @@ -1,35 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) char8 *sbrk (s32 nbytes); -} -#endif - -extern u8 _heap_start[]; -extern u8 _heap_end[]; -extern char8 HeapBase[]; -extern char8 HeapLimit[]; - - - -__attribute__((weak)) char8 *sbrk (s32 nbytes) -{ - char8 *base; - static char8 *heap_ptr = HeapBase; - - base = heap_ptr; - if((heap_ptr != NULL) && (heap_ptr + nbytes <= (char8 *)&HeapLimit + 1)) { - heap_ptr += nbytes; - return base; - } else { - errno = ENOMEM; - return ((char8 *)-1); - } -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sleep.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sleep.c deleted file mode 100644 index efa60da..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sleep.c +++ /dev/null @@ -1,66 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/***************************************************************************** -* -* @file sleep.c -* -* This function provides a second delay using the Global Timer register in -* the ARM Cortex A9 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  11/11/09 First release
-* 3.07a sgd      07/05/12 Updated sleep function to make use Global
-* 6.0   asa      08/15/16 Updated the sleep signature. Fix for CR#956899.
-* 6.6	srm      10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-*
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/*****************************************************************************/ -/* -* -* This API is used to provide delays in seconds -* -* @param seconds requested -* -* @return 0 always -* -* @note None. -* -****************************************************************************/ -unsigned sleep_A9(unsigned int seconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(seconds, COUNTS_PER_SECOND); -#else - XTime tEnd, tCur; - - XTime_GetTime(&tCur); - tEnd = tCur + (((XTime) seconds) * COUNTS_PER_SECOND); - do - { - XTime_GetTime(&tCur); - } while (tCur < tEnd); -#endif - - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sleep.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sleep.h deleted file mode 100644 index 08af00b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/sleep.h +++ /dev/null @@ -1,93 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*****************************************************************************/ -/** -* @file sleep.h -* -* This header file contains ARM Cortex A53,A9,R5,Microblaze specific sleep -* related APIs. -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6   srm  11/02/17 Added processor specific sleep routines
-*								 function prototypes.
-*
-* 
-* -******************************************************************************/ - -#ifndef SLEEP_H -#define SLEEP_H - -#include "xil_types.h" -#include "xil_io.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/*****************************************************************************/ -/** -* -* This macro polls an address periodically until a condition is met or till the -* timeout occurs. -* The minimum timeout for calling this macro is 100us. If the timeout is less -* than 100us, it still waits for 100us. Also the unit for the timeout is 100us. -* If the timeout is not a multiple of 100us, it waits for a timeout of -* the next usec value which is a multiple of 100us. -* -* @param IO_func - accessor function to read the register contents. -* Depends on the register width. -* @param ADDR - Address to be polled -* @param VALUE - variable to read the value -* @param COND - Condition to checked (usually involves VALUE) -* @param TIMEOUT_US - timeout in micro seconds -* -* @return 0 - when the condition is met -* -1 - when the condition is not met till the timeout period -* -* @note none -* -*****************************************************************************/ -#define Xil_poll_timeout(IO_func, ADDR, VALUE, COND, TIMEOUT_US) \ - ( { \ - u64 timeout = TIMEOUT_US/100; \ - if(TIMEOUT_US%100!=0) \ - timeout++; \ - for(;;) { \ - VALUE = IO_func(ADDR); \ - if(COND) \ - break; \ - else { \ - usleep(100); \ - timeout--; \ - if(timeout==0) \ - break; \ - } \ - } \ - (timeout>0) ? 0 : -1; \ - } ) - -void usleep(unsigned long useconds); -void sleep(unsigned int seconds); -int usleep_R5(unsigned long useconds); -unsigned sleep_R5(unsigned int seconds); -int usleep_MB(unsigned long useconds); -unsigned sleep_MB(unsigned int seconds); -int usleep_A53(unsigned long useconds); -unsigned sleep_A53(unsigned int seconds); -int usleep_A9(unsigned long useconds); -unsigned sleep_A9(unsigned int seconds); - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/smc.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/smc.h deleted file mode 100644 index 1b601db..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/smc.h +++ /dev/null @@ -1,96 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file smc.h -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  11/03/09 Initial release.
-* 4.2	pkp	 08/04/14 Removed function definition of XSmc_NorInit and XSmc_NorInit
-*					  as smc.c is removed
-* 
-* -* @note None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef SMC_H /* prevent circular inclusions */ -#define SMC_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xparameters.h" -#include "xil_io.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/* Memory controller configuration register offset */ -#define XSMCPSS_MC_STATUS 0x000U /* Controller status reg, RO */ -#define XSMCPSS_MC_INTERFACE_CONFIG 0x004U /* Interface config reg, RO */ -#define XSMCPSS_MC_SET_CONFIG 0x008U /* Set configuration reg, WO */ -#define XSMCPSS_MC_CLR_CONFIG 0x00CU /* Clear config reg, WO */ -#define XSMCPSS_MC_DIRECT_CMD 0x010U /* Direct command reg, WO */ -#define XSMCPSS_MC_SET_CYCLES 0x014U /* Set cycles register, WO */ -#define XSMCPSS_MC_SET_OPMODE 0x018U /* Set opmode register, WO */ -#define XSMCPSS_MC_REFRESH_PERIOD_0 0x020U /* Refresh period_0 reg, RW */ -#define XSMCPSS_MC_REFRESH_PERIOD_1 0x024U /* Refresh period_1 reg, RW */ - -/* Chip select configuration register offset */ -#define XSMCPSS_CS_IF0_CHIP_0_OFFSET 0x100U /* Interface 0 chip 0 config */ -#define XSMCPSS_CS_IF0_CHIP_1_OFFSET 0x120U /* Interface 0 chip 1 config */ -#define XSMCPSS_CS_IF0_CHIP_2_OFFSET 0x140U /* Interface 0 chip 2 config */ -#define XSMCPSS_CS_IF0_CHIP_3_OFFSET 0x160U /* Interface 0 chip 3 config */ -#define XSMCPSS_CS_IF1_CHIP_0_OFFSET 0x180U /* Interface 1 chip 0 config */ -#define XSMCPSS_CS_IF1_CHIP_1_OFFSET 0x1A0U /* Interface 1 chip 1 config */ -#define XSMCPSS_CS_IF1_CHIP_2_OFFSET 0x1C0U /* Interface 1 chip 2 config */ -#define XSMCPSS_CS_IF1_CHIP_3_OFFSET 0x1E0U /* Interface 1 chip 3 config */ - -/* User configuration register offset */ -#define XSMCPSS_UC_STATUS_OFFSET 0x200U /* User status reg, RO */ -#define XSMCPSS_UC_CONFIG_OFFSET 0x204U /* User config reg, WO */ - -/* Integration test register offset */ -#define XSMCPSS_IT_OFFSET 0xE00U - -/* ID configuration register offset */ -#define XSMCPSS_ID_PERIP_0_OFFSET 0xFE0U -#define XSMCPSS_ID_PERIP_1_OFFSET 0xFE4U -#define XSMCPSS_ID_PERIP_2_OFFSET 0xFE8U -#define XSMCPSS_ID_PERIP_3_OFFSET 0xFECU -#define XSMCPSS_ID_PCELL_0_OFFSET 0xFF0U -#define XSMCPSS_ID_PCELL_1_OFFSET 0xFF4U -#define XSMCPSS_ID_PCELL_2_OFFSET 0xFF8U -#define XSMCPSS_ID_PCELL_3_OFFSET 0xFFCU - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* SMC_H */ - -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/time.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/time.c deleted file mode 100644 index 90efcf4..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/time.c +++ /dev/null @@ -1,23 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -#include - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) clock_t clock(void); -} -#endif -/* - * clock -- It supposed to return processor time. We are not implementing - * this function, as timekeeping is tightly coupled with system, hence - * always returning 0. Users can override this with their system - * specific implementation. - * - */ -__attribute__((weak)) clock_t clock(void) -{ - return (0); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/translation_table.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/translation_table.S deleted file mode 100644 index 125fe7f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/translation_table.S +++ /dev/null @@ -1,202 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file translation_table.S -* -* @addtogroup a9_boot_code -* @{ -*

translation_table.S

-* The translation_table.S contains a static page table required by MMU for -* cortex-A9. This translation table is flat mapped (input address = output -* address) with default memory attributes defined for zynq architecture. It -* utilizes short descriptor translation table format with each section defining -* 1 MB of memory. -* -* The overview of translation table memory attributes is described below. -* -*| | Memory Range | Definition in Translation Table | -*|-----------------------|-------------------------|-----------------------------------| -*| DDR | 0x00000000 - 0x3FFFFFFF | Normal write-back Cacheable | -*| PL | 0x40000000 - 0xBFFFFFFF | Strongly Ordered | -*| Reserved | 0xC0000000 - 0xDFFFFFFF | Unassigned | -*| Memory mapped devices | 0xE0000000 - 0xE02FFFFF | Device Memory | -*| Reserved | 0xE0300000 - 0xE0FFFFFF | Unassigned | -*| NAND, NOR | 0xE1000000 - 0xE3FFFFFF | Device memory | -*| SRAM | 0xE4000000 - 0xE5FFFFFF | Normal write-back Cacheable | -*| Reserved | 0xE6000000 - 0xF7FFFFFF | Unassigned | -*| AMBA APB Peripherals | 0xF8000000 - 0xF8FFFFFF | Device Memory | -*| Reserved | 0xF9000000 - 0xFBFFFFFF | Unassigned | -*| Linear QSPI - XIP | 0xFC000000 - 0xFDFFFFFF | Normal write-through cacheable | -*| Reserved | 0xFE000000 - 0xFFEFFFFF | Unassigned | -*| OCM | 0xFFF00000 - 0xFFFFFFFF | Normal inner write-back cacheable | -* -* For region 0x00000000 - 0x3FFFFFFF, a system where DDR is less than 1 GB, -* region after DDR and before PL is marked as undefined/reserved in translation -* table. In 0xF8000000 - 0xF8FFFFFF, 0xF8000C00 - 0xF8000FFF, 0xF8010000 - -* 0xF88FFFFF and 0xF8F03000 to 0xF8FFFFFF are reserved but due to granual size -* of 1 MB, it is not possible to define separate regions for them. For region -* 0xFFF00000 - 0xFFFFFFFF, 0xFFF00000 to 0xFFFB0000 is reserved but due to 1MB -* granual size, it is not possible to define separate region for it. -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/09 Initial version
-* 3.04a sdm  01/13/12 Updated MMU table to mark DDR memory as Shareable
-* 3.07a sgd  07/05/2012 Configuring device address spaces as shareable device
-*		       instead of strongly-ordered.
-* 3.07a asa  07/17/2012 Changed the property of the ".mmu_tbl" section.
-* 4.2	pkp  09/02/2014 added entries for 0xfe000000 to 0xffefffff as reserved
-*			and  0xe0000000 - 0xe1ffffff is broken down into
-*			0xe0000000 - 0xe02fffff (memory mapped divides)
-*			0xe0300000 - 0xe0ffffff (reserved) and
-*			0xe1000000 - 0xe1ffffff (NAND)
-* 5.2	pkp  06/08/2015 put a check for XPAR_PS7_DDR_0_S_AXI_BASEADDR to confirm
-*			if DDR is present or not and accordingly generate the
-*			translation table
-* 6.1	pkp  07/11/2016 Corrected comments for memory attributes
-* 6.8   mus  07/12/2018 Mark DDR memory as inner cacheable, if BSP is built
-*			with the USE_AMP flag.
-* 
-* -* -******************************************************************************/ -#include "xparameters.h" - .globl MMUTable - - .section .mmu_tbl,"a" - -MMUTable: - /* Each table entry occupies one 32-bit word and there are - * 4096 entries, so the entire table takes up 16KB. - * Each entry covers a 1MB section. - */ -.set SECT, 0 - -#ifdef XPAR_PS7_DDR_0_S_AXI_BASEADDR -.set DDR_START, XPAR_PS7_DDR_0_S_AXI_BASEADDR -.set DDR_END, XPAR_PS7_DDR_0_S_AXI_HIGHADDR -.set DDR_SIZE, (DDR_END - DDR_START)+1 -.set DDR_REG, DDR_SIZE/0x100000 -#else -.set DDR_REG, 0 -#endif - -.set UNDEF_REG, 0x3FF - DDR_REG - -#ifndef USE_AMP - /*0x00000000 - 0x00100000 (inner and outer cacheable )*/ -.word SECT + 0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -#else - /*0x00000000 - 0x00100000 (inner cacheable )*/ -.word SECT + 0x14de6 /* S=b1 TEX=b100 AP=b11, Domain=b1111, C=b0, B=b1 */ -#endif -.set SECT, SECT+0x100000 - -.rept DDR_REG /* (DDR Cacheable) */ -.word SECT + 0x15de6 /* S=b1 TEX=b101 AP=b11, Domain=b1111, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept UNDEF_REG /* (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - - -.rept 0x0400 /* 0x40000000 - 0x7fffffff (FPGA slave0) */ -.word SECT + 0xc02 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0400 /* 0x80000000 - 0xbfffffff (FPGA slave1) */ -.word SECT + 0xc02 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0200 /* 0xc0000000 - 0xdfffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x003 /* 0xe0000000 - 0xe02fffff (Memory mapped devices) - * UART/USB/IIC/SPI/CAN/GEM/GPIO/QSPI/SD/NAND */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0D /* 0xe0300000 - 0xe0ffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0010 /* 0xe1000000 - 0xe1ffffff (NAND) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0020 /* 0xe2000000 - 0xe3ffffff (NOR) */ -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0020 /* 0xe4000000 - 0xe5ffffff (SRAM) */ -.word SECT + 0xc0e /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0120 /* 0xe6000000 - 0xf7ffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -/* 0xf8000c00 to 0xf8000fff, 0xf8010000 to 0xf88fffff and - 0xf8f03000 to 0xf8ffffff are reserved but due to granual size of - 1MB, it is not possible to define separate regions for them */ - -.rept 0x0010 /* 0xf8000000 - 0xf8ffffff (AMBA APB Peripherals) */ - -.word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0030 /* 0xf9000000 - 0xfbffffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x0020 /* 0xfc000000 - 0xfdffffff (Linear QSPI - XIP) */ -.word SECT + 0xc0a /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b1, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -.rept 0x001F /* 0xfe000000 - 0xffefffff (unassigned/reserved). - * Generates a translation fault if accessed */ -.word SECT + 0x0 /* S=b0 TEX=b000 AP=b00, Domain=b0, C=b0, B=b0 */ -.set SECT, SECT+0x100000 -.endr - -/* 0xfff00000 to 0xfffb0000 is reserved but due to granual size of - 1MB, it is not possible to define separate region for it - - 0xfff00000 - 0xffffffff - 256K OCM when mapped to high address space - inner-cacheable */ -.word SECT + 0x4c0e /* S=b0 TEX=b100 AP=b11, Domain=b0, C=b1, B=b1 */ -.set SECT, SECT+0x100000 - -.end -/** -* @} End of "addtogroup a9_boot_code". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/unlink.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/unlink.c deleted file mode 100644 index 82dd34a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/unlink.c +++ /dev/null @@ -1,24 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#include -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 unlink(char8 *path); -} -#endif -/* - * unlink -- since we have no file system, - * we just return an error. - */ -__attribute__((weak)) sint32 unlink(char8 *path) -{ - (void) path; - errno = EIO; - return (-1); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/usleep.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/usleep.c deleted file mode 100644 index 26966bf..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/usleep.c +++ /dev/null @@ -1,81 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file usleep.c -* -* This function provides a microsecond delay using the Global Timer register in -* the ARM Cortex A9 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  11/11/09 First release
-* 3.07a sgd      07/05/12 Updated micro sleep function to make use Global Timer
-* 4.2	pkp		 08/04/14 Removed unimplemented nanosleep routine as it is not
-*						  possible to generate timer in nanosecond due to
-*						  limited cpu frequency
-* 6.0   asa      08/15/16 Updated the usleep signature. Fix for CR#956899.
-* 6.6	srm	 10/18/17 Updated sleep routines to support user configurable
-*			  implementation. Now sleep routines will use Timer
-*                         specified by the user (i.e. Global timer/TTC timer)
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "sleep.h" -#include "xtime_l.h" -#include "xparameters.h" -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "xreg_cortexa9.h" - -#if defined (SLEEP_TIMER_BASEADDR) -#include "xil_sleeptimer.h" -#endif - -/**************************** Constant Definitions ************************/ -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_USECOND (SLEEP_TIMER_FREQUENCY / 1000000) -#else -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_USECOND (XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ / (2U*1000000U)) -#endif - -/*****************************************************************************/ -/** -* -* This API gives a delay in microseconds -* -* @param useconds requested -* -* @return 0 if the delay can be achieved, -1 if the requested delay -* is out of range -* -* @note None. -* -****************************************************************************/ -int usleep_A9(unsigned long useconds) -{ -#if defined (SLEEP_TIMER_BASEADDR) - Xil_SleepTTCCommon(useconds, COUNTS_PER_USECOND); -#else - XTime tEnd, tCur; - - XTime_GetTime(&tCur); - tEnd = tCur + (((XTime) useconds) * COUNTS_PER_USECOND); - do - { - XTime_GetTime(&tCur); - } while (tCur < tEnd); -#endif - - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/vectors.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/vectors.c deleted file mode 100644 index becf67e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/vectors.c +++ /dev/null @@ -1,169 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file vectors.c -* -* This file contains the C level vectors for the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/09 Initial version, moved over from bsp area
-* 6.0   mus  27/07/16 Consolidated vectors for a53,a9 and r5 processor
-*                     and added UndefinedException for a53 32 bit and r5
-*                     processor
-* 
-* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xil_exception.h" -#include "vectors.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -typedef struct { - Xil_ExceptionHandler Handler; - void *Data; -} XExc_VectorTableEntry; - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - -extern XExc_VectorTableEntry XExc_VectorTable[]; - -/************************** Function Prototypes ******************************/ - - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the FIQ interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void FIQInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_FIQ_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_FIQ_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the IRQ interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void IRQInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_IRQ_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_IRQ_INT].Data); -} - -#if !defined (__aarch64__) -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the Undefined exception called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void UndefinedException(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_UNDEFINED_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_UNDEFINED_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the SW Interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void SWInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_SWI_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_SWI_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the DataAbort Interrupt called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void DataAbortInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_DATA_ABORT_INT].Handler( - XExc_VectorTable[XIL_EXCEPTION_ID_DATA_ABORT_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the PrefetchAbort Interrupt called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void PrefetchAbortInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_PREFETCH_ABORT_INT].Handler( - XExc_VectorTable[XIL_EXCEPTION_ID_PREFETCH_ABORT_INT].Data); -} -#else - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the Synchronous Interrupt called from the vectors.s -* file. -* -* @return None. -* -******************************************************************************/ -void SynchronousInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_SYNC_INT].Handler(XExc_VectorTable[ - XIL_EXCEPTION_ID_SYNC_INT].Data); -} - -/*****************************************************************************/ -/** -* -* This is the C level wrapper for the SError Interrupt called from the -* vectors.s file. -* -* @return None. -* -******************************************************************************/ -void SErrorInterrupt(void) -{ - XExc_VectorTable[XIL_EXCEPTION_ID_SERROR_ABORT_INT].Handler( - XExc_VectorTable[XIL_EXCEPTION_ID_SERROR_ABORT_INT].Data); -} - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/vectors.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/vectors.h deleted file mode 100644 index 6719ab0..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/vectors.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file vectors.h -* -* This file contains the C level vector prototypes for the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/10 Initial version, moved over from bsp area
-* 6.0   mus  07/27/16 Consolidated vectors for a9,a53 and r5 processors
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -#ifndef _VECTORS_H_ -#define _VECTORS_H_ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -#ifdef __cplusplus -extern "C" { -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void FIQInterrupt(void); -void IRQInterrupt(void); -#if !defined (__aarch64__) -void SWInterrupt(void); -void DataAbortInterrupt(void); -void PrefetchAbortInterrupt(void); -void UndefinedException(void); -#else -void SynchronousInterrupt(void); -void SErrorInterrupt(void); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/write.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/write.c deleted file mode 100644 index e3e7962..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/write.c +++ /dev/null @@ -1,95 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/* write.c -- write bytes to an output device. - */ -#ifndef UNDEFINE_FILE_OPS -#include "xil_printf.h" -#include "xparameters.h" - -#ifdef __cplusplus -extern "C" { - __attribute__((weak)) sint32 _write (sint32 fd, char8* buf, sint32 nbytes); -} -#endif - -/* - * write -- write bytes to the serial port. Ignore fd, since - * stdout and stderr are the same. Since we have no filesystem, - * open will only return an error. - */ -__attribute__((weak)) sint32 -write (sint32 fd, char8* buf, sint32 nbytes) - -{ -#ifdef STDOUT_BASEADDRESS - s32 i; - char8* LocalBuf = buf; - - (void)fd; - for (i = 0; i < nbytes; i++) { - if(LocalBuf != NULL) { - LocalBuf += i; - } - if(LocalBuf != NULL) { - if (*LocalBuf == '\n') { - outbyte ('\r'); - } - outbyte (*LocalBuf); - } - if(LocalBuf != NULL) { - LocalBuf -= i; - } - } - return (nbytes); -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -} - -__attribute__((weak)) sint32 -_write (sint32 fd, char8* buf, sint32 nbytes) -{ -#if HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE - sint32 length; - - (void)fd; - (void)nbytes; - length = XPVXenConsole_Write(buf); - return length; -#else -#ifdef STDOUT_BASEADDRESS - s32 i; - char8* LocalBuf = buf; - - (void)fd; - for (i = 0; i < nbytes; i++) { - if(LocalBuf != NULL) { - LocalBuf += i; - } - if(LocalBuf != NULL) { - if (*LocalBuf == '\n') { - outbyte ('\r'); - } - outbyte (*LocalBuf); - } - if(LocalBuf != NULL) { - LocalBuf -= i; - } - } - return (nbytes); -#else - (void)fd; - (void)buf; - (void)nbytes; - return 0; -#endif -#endif -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xbasic_types.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xbasic_types.h deleted file mode 100644 index 99b1375..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xbasic_types.h +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xbasic_types.h -* -* -* @note Dummy File for backwards compatibility -* - -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a adk   1/31/14  Added in bsp common folder for backward compatibility
-* 7.0   aru   01/21/19 Modified the typedef of u32,u16,u8
-* 7.0 	aru   02/06/19 Included stdint.h and stddef.h
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XBASIC_TYPES_H /* prevent circular inclusions */ -#define XBASIC_TYPES_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -/** @name Legacy types - * Deprecated legacy types. - * @{ - */ -typedef uint8_t Xuint8; /**< unsigned 8-bit */ -typedef char Xint8; /**< signed 8-bit */ -typedef uint16_t Xuint16; /**< unsigned 16-bit */ -typedef short Xint16; /**< signed 16-bit */ -typedef uint32_t Xuint32; /**< unsigned 32-bit */ -typedef long Xint32; /**< signed 32-bit */ -typedef float Xfloat32; /**< 32-bit floating point */ -typedef double Xfloat64; /**< 64-bit double precision FP */ -typedef unsigned long Xboolean; /**< boolean (XTRUE or XFALSE) */ - -#if !defined __XUINT64__ -typedef struct -{ - Xuint32 Upper; - Xuint32 Lower; -} Xuint64; -#endif - -/** @name New types - * New simple types. - * @{ - */ -#ifndef __KERNEL__ -#ifndef XIL_TYPES_H -typedef Xuint32 u32; -typedef Xuint16 u16; -typedef Xuint8 u8; -#endif -#else -#include -#endif - -#ifndef TRUE -# define TRUE 1U -#endif - -#ifndef FALSE -# define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -/* - * Xilinx NULL, TRUE and FALSE legacy support. Deprecated. - * Please use NULL, TRUE and FALSE - */ -#define XNULL NULL -#define XTRUE TRUE -#define XFALSE FALSE - -/* - * This file is deprecated and users - * should use xil_types.h and xil_assert.h\n\r - */ -#warning The xbasics_type.h file is deprecated and users should use xil_types.h and xil_assert. -#warning Please refer the Standalone BSP UG647 for further details - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xdebug.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xdebug.h deleted file mode 100644 index 29be8d2..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xdebug.h +++ /dev/null @@ -1,73 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -#ifndef XDEBUG -#define XDEBUG - -#ifdef __cplusplus -extern "C" { -#endif - -#if defined(DEBUG) && !defined(NDEBUG) - -#ifndef XDEBUG_WARNING -#define XDEBUG_WARNING -#warning DEBUG is enabled -#endif - -int printf(const char *format, ...); - -#define XDBG_DEBUG_ERROR 0x00000001U /* error condition messages */ -#define XDBG_DEBUG_GENERAL 0x00000002U /* general debug messages */ -#define XDBG_DEBUG_ALL 0xFFFFFFFFU /* all debugging data */ - -#define XDBG_DEBUG_FIFO_REG 0x00000100U /* display register reads/writes */ -#define XDBG_DEBUG_FIFO_RX 0x00000101U /* receive debug messages */ -#define XDBG_DEBUG_FIFO_TX 0x00000102U /* transmit debug messages */ -#define XDBG_DEBUG_FIFO_ALL 0x0000010FU /* all fifo debug messages */ - -#define XDBG_DEBUG_TEMAC_REG 0x00000400U /* display register reads/writes */ -#define XDBG_DEBUG_TEMAC_RX 0x00000401U /* receive debug messages */ -#define XDBG_DEBUG_TEMAC_TX 0x00000402U /* transmit debug messages */ -#define XDBG_DEBUG_TEMAC_ALL 0x0000040FU /* all temac debug messages */ - -#define XDBG_DEBUG_TEMAC_ADPT_RX 0x00000800U /* receive debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_TX 0x00000801U /* transmit debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_IOCTL 0x00000802U /* ioctl debug messages */ -#define XDBG_DEBUG_TEMAC_ADPT_MISC 0x00000803U /* debug msg for other routines */ -#define XDBG_DEBUG_TEMAC_ADPT_ALL 0x0000080FU /* all temac adapter debug messages */ - - -#define xdbg_current_types (XDBG_DEBUG_GENERAL | XDBG_DEBUG_ERROR | XDBG_DEBUG_TEMAC_REG | XDBG_DEBUG_FIFO_RX | XDBG_DEBUG_FIFO_TX | XDBG_DEBUG_FIFO_REG) - -#define xdbg_stmnt(x) x - -/* In VxWorks, if _WRS_GNU_VAR_MACROS is defined, special syntax is needed for - * macros that accept variable number of arguments - */ -#if defined(XENV_VXWORKS) && defined(_WRS_GNU_VAR_MACROS) -#define xdbg_printf(type, args...) (((type) & xdbg_current_types) ? printf (## args) : 0) -#else /* ANSI Syntax */ -#define xdbg_printf(type, ...) (((type) & xdbg_current_types) ? printf (__VA_ARGS__) : 0) -#endif - -#else /* defined(DEBUG) && !defined(NDEBUG) */ - -#define xdbg_stmnt(x) - -/* See VxWorks comments above */ -#if defined(XENV_VXWORKS) && defined(_WRS_GNU_VAR_MACROS) -#define xdbg_printf(type, args...) -#else /* ANSI Syntax */ -#define xdbg_printf(...) -#endif -#endif /* defined(DEBUG) && !defined(NDEBUG) */ - -#ifdef __cplusplus -} -#endif - -#endif /* XDEBUG */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xenv.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xenv.h deleted file mode 100644 index d8aef59..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xenv.h +++ /dev/null @@ -1,169 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xenv.h -* -* Defines common services that are typically found in a host operating. -* environment. This include file simply includes an OS specific file based -* on the compile-time constant BUILD_ENV_*, where * is the name of the target -* environment. -* -* All services are defined as macros. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00b ch   10/24/02 Added XENV_LINUX
-* 1.00a rmm  04/17/02 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XENV_H /* prevent circular inclusions */ -#define XENV_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/* - * Select which target environment we are operating under - */ - -/* VxWorks target environment */ -#if defined XENV_VXWORKS -#include "xenv_vxworks.h" - -/* Linux target environment */ -#elif defined XENV_LINUX -#include "xenv_linux.h" - -/* Unit test environment */ -#elif defined XENV_UNITTEST -#include "ut_xenv.h" - -/* Integration test environment */ -#elif defined XENV_INTTEST -#include "int_xenv.h" - -/* Standalone environment selected */ -#else -#include "xenv_standalone.h" -#endif - - -/* - * The following comments specify the types and macro wrappers that are - * expected to be defined by the target specific header files - */ - -/**************************** Type Definitions *******************************/ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP - * - * A structure that contains a time stamp used by other time stamp macros - * defined below. This structure is processor dependent. - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/*****************************************************************************/ -/** - * - * XENV_MEM_COPY(void *DestPtr, void *SrcPtr, unsigned Bytes) - * - * Copies a non-overlapping block of memory. - * - * @param DestPtr is the destination address to copy data to. - * @param SrcPtr is the source address to copy data from. - * @param Bytes is the number of bytes to copy. - * - * @return None - */ - -/*****************************************************************************/ -/** - * - * XENV_MEM_FILL(void *DestPtr, char Data, unsigned Bytes) - * - * Fills an area of memory with constant data. - * - * @param DestPtr is the destination address to set. - * @param Data contains the value to set. - * @param Bytes is the number of bytes to set. - * - * @return None - */ -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_GET(XTIME_STAMP *StampPtr) - * - * Samples the processor's or external timer's time base counter. - * - * @param StampPtr is the storage for the retrieved time stamp. - * - * @return None - */ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_DELTA_US(XTIME_STAMP *Stamp1Ptr, XTIME_STAMP* Stamp2Ptr) - * - * Computes the delta between the two time stamps. - * - * @param Stamp1Ptr - First sampled time stamp. - * @param Stamp1Ptr - Sedond sampled time stamp. - * - * @return An unsigned int value with units of microseconds. - */ - -/*****************************************************************************/ -/** - * - * XENV_TIME_STAMP_DELTA_MS(XTIME_STAMP *Stamp1Ptr, XTIME_STAMP* Stamp2Ptr) - * - * Computes the delta between the two time stamps. - * - * @param Stamp1Ptr - First sampled time stamp. - * @param Stamp1Ptr - Sedond sampled time stamp. - * - * @return An unsigned int value with units of milliseconds. - */ - -/*****************************************************************************//** - * - * XENV_USLEEP(unsigned delay) - * - * Delay the specified number of microseconds. - * - * @param delay is the number of microseconds to delay. - * - * @return None - */ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xenv_standalone.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xenv_standalone.h deleted file mode 100644 index 9794da0..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xenv_standalone.h +++ /dev/null @@ -1,350 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xenv_standalone.h -* -* Defines common services specified by xenv.h. -* -* @note -* This file is not intended to be included directly by driver code. -* Instead, the generic xenv.h file is intended to be included by driver -* code. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a wgr  02/28/07 Added cache handling macros.
-* 1.00a wgr  02/27/07 Simplified code. Deprecated old-style macro names.
-* 1.00a rmm  01/24/06 Implemented XENV_USLEEP. Assume implementation is being
-*                     used under Xilinx standalone BSP.
-* 1.00a xd   11/03/04 Improved support for doxygen.
-* 1.00a rmm  03/21/02 First release
-* 1.00a wgr  03/22/07 Converted to new coding style.
-* 1.00a rpm  06/29/07 Added udelay macro for standalone
-* 1.00a xd   07/19/07 Included xparameters.h as XPAR_ constants are referred
-*                     to in MICROBLAZE section
-* 1.00a ecm  09/19/08 updated for v7.20 of Microblaze, new functionality
-*
-* 
-* -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XENV_STANDALONE_H -#define XENV_STANDALONE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -/****************************************************************************** - * - * Get the processor dependent includes - * - ******************************************************************************/ - -#include - -#if defined __MICROBLAZE__ -# include "mb_interface.h" -# include "xparameters.h" /* XPAR constants used below in MB section */ - -#elif defined __PPC__ -# include "sleep.h" -# include "xcache_l.h" /* also include xcache_l.h for caching macros */ -#endif - -/****************************************************************************** - * - * MEMCPY / MEMSET related macros. - * - * The following are straight forward implementations of memset and memcpy. - * - * NOTE: memcpy may not work if source and target memory area are overlapping. - * - ******************************************************************************/ -/*****************************************************************************/ -/** - * - * Copies a non-overlapping block of memory. - * - * @param DestPtr - * Destination address to copy data to. - * - * @param SrcPtr - * Source address to copy data from. - * - * @param Bytes - * Number of bytes to copy. - * - * @return None. - * - * @note - * The use of XENV_MEM_COPY is deprecated. Use memcpy() instead. - * - * @note - * This implementation MAY BREAK work if source and target memory - * area are overlapping. - * - *****************************************************************************/ - -#define XENV_MEM_COPY(DestPtr, SrcPtr, Bytes) \ - memcpy((void *) DestPtr, (const void *) SrcPtr, (size_t) Bytes) - - - -/*****************************************************************************/ -/** - * - * Fills an area of memory with constant data. - * - * @param DestPtr - * Destination address to copy data to. - * - * @param Data - * Value to set. - * - * @param Bytes - * Number of bytes to copy. - * - * @return None. - * - * @note - * The use of XENV_MEM_FILL is deprecated. Use memset() instead. - * - *****************************************************************************/ - -#define XENV_MEM_FILL(DestPtr, Data, Bytes) \ - memset((void *) DestPtr, (s32) Data, (size_t) Bytes) - - - -/****************************************************************************** - * - * TIME related macros - * - ******************************************************************************/ - -/** - * A structure that contains a time stamp used by other time stamp macros - * defined below. This structure is processor dependent. - */ -typedef s32 XENV_TIME_STAMP; - -/*****************************************************************************/ -/** - * - * Time is derived from the 64 bit PPC timebase register - * - * @param StampPtr is the storage for the retrieved time stamp. - * - * @return None. - * - * @note - * - * Signature: void XENV_TIME_STAMP_GET(XTIME_STAMP *StampPtr) - *

- * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_GET(StampPtr) - -/*****************************************************************************/ -/** - * - * This macro is not yet implemented and always returns 0. - * - * @param Stamp1Ptr is the first sampled time stamp. - * @param Stamp2Ptr is the second sampled time stamp. - * - * @return 0 - * - * @note - * - * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_DELTA_US(Stamp1Ptr, Stamp2Ptr) (0) - -/*****************************************************************************/ -/** - * - * This macro is not yet implemented and always returns 0. - * - * @param Stamp1Ptr is the first sampled time stamp. - * @param Stamp2Ptr is the second sampled time stamp. - * - * @return 0 - * - * @note - * - * This macro must be implemented by the user. - * - *****************************************************************************/ -#define XENV_TIME_STAMP_DELTA_MS(Stamp1Ptr, Stamp2Ptr) (0) - -/*****************************************************************************/ -/** - * XENV_USLEEP(unsigned delay) - * - * Delay the specified number of microseconds. Not implemented without OS - * support. - * - * @param delay - * Number of microseconds to delay. - * - * @return None. - * - *****************************************************************************/ - -#ifdef __PPC__ -#define XENV_USLEEP(delay) usleep(delay) -#define udelay(delay) usleep(delay) -#else -#define XENV_USLEEP(delay) -#define udelay(delay) -#endif - - -/****************************************************************************** - * - * CACHE handling macros / mappings - * - ******************************************************************************/ -/****************************************************************************** - * - * Processor independent macros - * - ******************************************************************************/ - -#define XCACHE_ENABLE_CACHE() \ - { XCACHE_ENABLE_DCACHE(); XCACHE_ENABLE_ICACHE(); } - -#define XCACHE_DISABLE_CACHE() \ - { XCACHE_DISABLE_DCACHE(); XCACHE_DISABLE_ICACHE(); } - - -/****************************************************************************** - * - * MicroBlaze case - * - * NOTE: Currently the following macros will only work on systems that contain - * only ONE MicroBlaze processor. Also, the macros will only be enabled if the - * system is built using a xparameters.h file. - * - ******************************************************************************/ - -#if defined __MICROBLAZE__ - -/* Check if MicroBlaze data cache was built into the core. - */ -#if (XPAR_MICROBLAZE_USE_DCACHE == 1) -# define XCACHE_ENABLE_DCACHE() microblaze_enable_dcache() -# define XCACHE_DISABLE_DCACHE() microblaze_disable_dcache() -# define XCACHE_INVALIDATE_DCACHE() microblaze_invalidate_dcache() - -# define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) \ - microblaze_invalidate_dcache_range((s32)(Addr), (s32)(Len)) - -#if (XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK == 1) -# define XCACHE_FLUSH_DCACHE() microblaze_flush_dcache() -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - microblaze_flush_dcache_range((s32)(Addr), (s32)(Len)) -#else -# define XCACHE_FLUSH_DCACHE() microblaze_invalidate_dcache() -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - microblaze_invalidate_dcache_range((s32)(Addr), (s32)(Len)) -#endif /*XPAR_MICROBLAZE_DCACHE_USE_WRITEBACK*/ - -#else -# define XCACHE_ENABLE_DCACHE() -# define XCACHE_DISABLE_DCACHE() -# define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) -# define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) -#endif /*XPAR_MICROBLAZE_USE_DCACHE*/ - - -/* Check if MicroBlaze instruction cache was built into the core. - */ -#if (XPAR_MICROBLAZE_USE_ICACHE == 1) -# define XCACHE_ENABLE_ICACHE() microblaze_enable_icache() -# define XCACHE_DISABLE_ICACHE() microblaze_disable_icache() - -# define XCACHE_INVALIDATE_ICACHE() microblaze_invalidate_icache() - -# define XCACHE_INVALIDATE_ICACHE_RANGE(Addr, Len) \ - microblaze_invalidate_icache_range((s32)(Addr), (s32)(Len)) - -#else -# define XCACHE_ENABLE_ICACHE() -# define XCACHE_DISABLE_ICACHE() -#endif /*XPAR_MICROBLAZE_USE_ICACHE*/ - - -/****************************************************************************** - * - * PowerPC case - * - * Note that the XCACHE_ENABLE_xxx functions are hardcoded to enable a - * specific memory region (0x80000001). Each bit (0-30) in the regions - * bitmask stands for 128MB of memory. Bit 31 stands for the upper 2GB - * range. - * - * regions --> cached address range - * ------------|-------------------------------------------------- - * 0x80000000 | [0, 0x7FFFFFF] - * 0x00000001 | [0xF8000000, 0xFFFFFFFF] - * 0x80000001 | [0, 0x7FFFFFF],[0xF8000000, 0xFFFFFFFF] - * - ******************************************************************************/ - -#elif defined __PPC__ - -#define XCACHE_ENABLE_DCACHE() XCache_EnableDCache(0x80000001) -#define XCACHE_DISABLE_DCACHE() XCache_DisableDCache() -#define XCACHE_ENABLE_ICACHE() XCache_EnableICache(0x80000001) -#define XCACHE_DISABLE_ICACHE() XCache_DisableICache() - -#define XCACHE_INVALIDATE_DCACHE_RANGE(Addr, Len) \ - XCache_InvalidateDCacheRange((u32)(Addr), (u32)(Len)) - -#define XCACHE_FLUSH_DCACHE_RANGE(Addr, Len) \ - XCache_FlushDCacheRange((u32)(Addr), (u32)(Len)) - -#define XCACHE_INVALIDATE_ICACHE() XCache_InvalidateICache() - - -/****************************************************************************** - * - * Unknown processor / architecture - * - ******************************************************************************/ - -#else -/* #error "Unknown processor / architecture. Must be MicroBlaze or PowerPC." */ -#endif - - -#ifdef __cplusplus -} -#endif - -#endif /* #ifndef XENV_STANDALONE_H */ - - /** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil-crt0.S b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil-crt0.S deleted file mode 100644 index 25fc262..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil-crt0.S +++ /dev/null @@ -1,132 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ -/*****************************************************************************/ -/** -* @file xil-crt0.S -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a ecm  10/20/09 Initial version
-* 3.05a sdm  02/02/12 Added code for profiling
-* 3.06a sgd  05/16/12 Added global constructors and cleanup code
-*                     Uart initialization based on compiler flag
-* 3.07a sgd  07/05/12 Updated with reset and start Global Timer
-* 3.07a sgd  10/19/12 SMC NOR and SRAM initialization with build option
-* 4.2	pkp  08/04/14 Removed PEEP board related code which contained
-*		      initialization of uart smc nor and sram
-* 5.3	pkp  10/07/15 Added support for OpenAMP by not initializing global
-*		      timer when USE_AMP flag is defined
-* 6.6   srm  10/18/17 Added timer configuration using XTime_StartTTCTimer API.
-*		      Now the TTC instance as specified by the user will be
-*		      started.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ -#include "bspconfig.h" - - .file "xil-crt0.S" - .section ".got2","aw" - .align 2 - - .text -.Lsbss_start: - .long __sbss_start - -.Lsbss_end: - .long __sbss_end - -.Lbss_start: - .long __bss_start - -.Lbss_end: - .long __bss_end - -.Lstack: - .long __stack - - - .globl _start -_start: - bl __cpu_init /* Initialize the CPU first (BSP provides this) */ - - mov r0, #0 - - /* clear sbss */ - ldr r1,.Lsbss_start /* calculate beginning of the SBSS */ - ldr r2,.Lsbss_end /* calculate end of the SBSS */ - -.Lloop_sbss: - cmp r1,r2 - bge .Lenclsbss /* If no SBSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_sbss - -.Lenclsbss: - /* clear bss */ - ldr r1,.Lbss_start /* calculate beginning of the BSS */ - ldr r2,.Lbss_end /* calculate end of the BSS */ - -.Lloop_bss: - cmp r1,r2 - bge .Lenclbss /* If no BSS, no clearing required */ - str r0, [r1], #4 - b .Lloop_bss - -.Lenclbss: - - /* set stack pointer */ - ldr r13,.Lstack /* stack address */ - - /* Reset and start Global Timer */ - mov r0, #0x0 - mov r1, #0x0 - - /* Reset and start Triple Timer Counter */ - #if defined SLEEP_TIMER_BASEADDR - bl XTime_StartTTCTimer - #endif - -#if USE_AMP != 1 - bl XTime_SetTime -#endif - -#ifdef PROFILING /* defined in Makefile */ - /* Setup profiling stuff */ - bl _profile_init -#endif /* PROFILING */ - - /* run global constructors */ - bl __libc_init_array - - /* make sure argc and argv are valid */ - mov r0, #0 - mov r1, #0 - - /* Let her rip */ - bl main - - /* Cleanup global constructors */ - bl __libc_fini_array - -#ifdef PROFILING - /* Cleanup profiling stuff */ - bl _profile_clean -#endif /* PROFILING */ - - /* All done */ - bl exit - -.Lexit: /* should never get here */ - b .Lexit - -.Lstart: - .size _start,.Lstart-_start diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_assert.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_assert.c deleted file mode 100644 index b3dd7e9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_assert.c +++ /dev/null @@ -1,126 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_assert.c -* @addtogroup common_assert_apis Assert APIs and Macros -* @{ -* -* This file contains basic assert related functions for Xilinx software IP. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 Initial release
-* 6.0   kvn  05/31/16 Make Xil_AsserWait a global variable
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - -/** - * @brief This variable allows testing to be done easier with asserts. An assert - * sets this variable such that a driver can evaluate this variable - * to determine if an assert occurred. - */ -u32 Xil_AssertStatus; - -/** - * @brief This variable allows the assert functionality to be changed for testing - * such that it does not wait infinitely. Use the debugger to disable the - * waiting during testing of asserts. - */ -s32 Xil_AssertWait = 1; - -/* The callback function to be invoked when an assert is taken */ -static Xil_AssertCallback Xil_AssertCallbackRoutine = NULL; - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* -* @brief Implement assert. Currently, it calls a user-defined callback -* function if one has been set. Then, it potentially enters an -* infinite loop depending on the value of the Xil_AssertWait -* variable. -* -* @param File: filename of the source -* @param Line: linenumber within File -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void Xil_Assert(const char8 *File, s32 Line) -{ - /* if the callback has been set then invoke it */ - if (Xil_AssertCallbackRoutine != 0) { - (*Xil_AssertCallbackRoutine)(File, Line); - } - - /* if specified, wait indefinitely such that the assert will show up - * in testing - */ - while (Xil_AssertWait != 0) { - } -} - -/*****************************************************************************/ -/** -* -* @brief Set up a callback function to be invoked when an assert occurs. -* If a callback is already installed, then it will be replaced. -* -* @param Routine: callback to be invoked when an assert is taken -* -* @return None. -* -* @note This function has no effect if NDEBUG is set -* -******************************************************************************/ -void Xil_AssertSetCallback(Xil_AssertCallback Routine) -{ - Xil_AssertCallbackRoutine = Routine; -} - -/*****************************************************************************/ -/** -* -* @brief Null handler function. This follows the XInterruptHandler -* signature for interrupt handlers. It can be used to assign a null -* handler (a stub) to an interrupt controller vector table. -* -* @param NullParameter: arbitrary void pointer and not used. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XNullHandler(void *NullParameter) -{ - (void) NullParameter; -} -/** -* @} End of "addtogroup common_assert_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_assert.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_assert.h deleted file mode 100644 index e8b87b5..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_assert.h +++ /dev/null @@ -1,176 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_assert.h -* -* @addtogroup common_assert_apis Assert APIs and Macros -* -* The xil_assert.h file contains assert related functions and macros. -* Assert APIs/Macros specifies that a application program satisfies certain -* conditions at particular points in its execution. These function can be -* used by application programs to ensure that, application code is satisfying -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 First release
-* 6.0   kvn  05/31/16 Make Xil_AsserWait a global variable
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_ASSERT_H /* prevent circular inclusions */ -#define XIL_ASSERT_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - -#define XIL_ASSERT_NONE 0U -#define XIL_ASSERT_OCCURRED 1U -#define XNULL NULL - -extern u32 Xil_AssertStatus; -extern s32 Xil_AssertWait; -extern void Xil_Assert(const char8 *File, s32 Line); -/** - *@endcond - */ -void XNullHandler(void *NullParameter); - -/** - * This data type defines a callback to be invoked when an - * assert occurs. The callback is invoked only when asserts are enabled - */ -typedef void (*Xil_AssertCallback) (const char8 *File, s32 Line); - -/***************** Macros (Inline Functions) Definitions *********************/ - -#ifndef NDEBUG - -/*****************************************************************************/ -/** -* @brief This assert macro is to be used for void functions. This in -* conjunction with the Xil_AssertWait boolean can be used to -* accommodate tests so that asserts which fail allow execution to -* continue. -* -* @param Expression: expression to be evaluated. If it evaluates to -* false, the assert occurs. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertVoid(Expression) \ -{ \ - if (Expression) { \ - Xil_AssertStatus = XIL_ASSERT_NONE; \ - } else { \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return; \ - } \ -} - -/*****************************************************************************/ -/** -* @brief This assert macro is to be used for functions that do return a -* value. This in conjunction with the Xil_AssertWait boolean can be -* used to accommodate tests so that asserts which fail allow execution -* to continue. -* -* @param Expression: expression to be evaluated. If it evaluates to false, -* the assert occurs. -* -* @return Returns 0 unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertNonvoid(Expression) \ -{ \ - if (Expression) { \ - Xil_AssertStatus = XIL_ASSERT_NONE; \ - } else { \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return 0; \ - } \ -} - -/*****************************************************************************/ -/** -* @brief Always assert. This assert macro is to be used for void functions. -* Use for instances where an assert should always occur. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertVoidAlways() \ -{ \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return; \ -} - -/*****************************************************************************/ -/** -* @brief Always assert. This assert macro is to be used for functions that -* do return a value. Use for instances where an assert should always -* occur. -* -* @return Returns void unless the Xil_AssertWait variable is true, in which -* case no return is made and an infinite loop is entered. -* -******************************************************************************/ -#define Xil_AssertNonvoidAlways() \ -{ \ - Xil_Assert(__FILE__, __LINE__); \ - Xil_AssertStatus = XIL_ASSERT_OCCURRED; \ - return 0; \ -} - - -#else - -#define Xil_AssertVoid(Expression) -#define Xil_AssertVoidAlways() -#define Xil_AssertNonvoid(Expression) -#define Xil_AssertNonvoidAlways() - -#endif - -/************************** Function Prototypes ******************************/ - -void Xil_AssertSetCallback(Xil_AssertCallback Routine); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_assert_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache.c deleted file mode 100644 index b828612..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache.c +++ /dev/null @@ -1,1534 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.c -* -* Contains required functions for the ARM cache functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a  ecm 01/29/10 First release
-* 1.00a  ecm 06/24/10 Moved the L1 and L2 specific function prototypes
-*		      		  to xil_cache_mach.h to give access to sophisticated users
-* 3.02a  sdm 04/07/11 Updated Flush/InvalidateRange APIs to flush/invalidate
-*		      		  L1 and L2 caches in a single loop and used dsb, L2 sync
-*		      		  at the end of the loop.
-* 3.04a  sdm 01/02/12 Remove redundant dsb/dmb instructions in cache maintenance
-*		      		  APIs.
-* 3.07a  asa 07/16/12 Corrected the L1 and L2 cache invalidation order.
-* 3.07a  sgd 09/18/12 Corrected the L2 cache enable and disable sequence.
-* 3.10a  srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      		  'xil_errata.h' for errata description
-* 3.10a  asa 05/13/13 Modified cache disable APIs. The L2 cache disable
-*			  		  operation was being done with L1 Data cache disabled. This is
-*			  		  fixed so that L2 cache disable operation happens independent of
-*			  		  L1 cache disable operation. This fixes CR #706464.
-*			  		  Changes are done to do a L2 cache sync (poll reg7_?cache_?sync).
-*			  		  This is done to fix the CR #700542.
-* 3.11a  asa 09/23/13 Modified the Xil_DCacheFlushRange and
-*			 		  Xil_DCacheInvalidateRange to fix potential issues. Fixed other
-*			 		  relevant cache APIs to disable and enable back the interrupts.
-*			 		  This fixes CR #663885.
-* 3.11a  asa 09/28/13 Made changes for L2 cache sync operation. It is found
-*			 		  out that for L2 cache flush/clean/invalidation by cache lines
-*			 		  does not need a cache sync as these are atomic nature. Similarly
-*			 		  figured out that for complete L2 cache flush/invalidation by way
-*			 		  we need to wait for some more time in a loop till the status
-*			 		  shows that the cache operation is completed.
-* 4.00	 pkp 24/01/14 Modified Xil_DCacheInvalidateRange to fix the bug. Few
-*			 		  cache lines were missed to invalidate when unaligned address
-*			 		  invalidation was accommodated. That fixes CR #766768.
-*			 		  Also in Xil_L1DCacheInvalidate, while invalidating all L1D cache
-*			 		  stack memory which contains return address was invalidated. So
-*			 		  stack memory was flushed first and then L1D cache is invalidated.
-*			 		  This is done to fix CR #763829
-* 4.01   asa 05/09/14 Made changes in cortexa9/xil_cache.c to fix CR# 798230.
-* 4.02	 pkp 06/27/14 Added notes to Xil_L1DCacheInvalidateRange function for
-*					  explanation of CR#785243
-* 5.00   kvn 12/15/14 Xil_L2CacheInvalidate was modified to fix CR# 838835. L2 Cache
-*					  has stack memory which has return address. Before invalidating
-*					  cache, stack memory was flushed first and L2 Cache is invalidated.
-* 5.01	 pkp 05/12/15 Xil_DCacheInvalidateRange and Xil_DCacheFlushRange is modified
-*					  to remove unnecessary dsb in the APIs. Instead of using dsb
-*					  for L2 Cache, L2CacheSync has been used for each L2 cache line
-*					  and single dsb has been used for L1 cache. Also L2CacheSync is
-*					  added into Xil_L2CacheInvalidateRange API. Xil_L1DCacheInvalidate
-*					  and Xil_L2CacheInvalidate APIs are modified to flush the complete
-*					  stack instead of just System Stack
-* 5.03	 pkp 10/07/15 L2 Cache functionalities are avoided for the OpenAMP slave
-*					  application(when USE_AMP flag is defined for BSP) as master CPU
-*					  would be utilizing L2 cache for its operation
-* 6.6    mus 12/07/17 Errata 753970 is not applicable for the PL130 cache controller
-*                     version r0p2, which is present in zynq. So,removed the handling
-*                     related to same.It fixes CR#989132.
-* 6.6    asa 16/01/18 Changes made in Xil_L1DCacheInvalidate and Xil_L2CacheInvalidate
-*					  routines to ensure the stack data flushed only when the respective
-*					  caches are enabled. This fixes CR-992023.
-* 7.5    mus 01/19/21 Implement workaround for errata#588369 in Xil_DCacheFlushRange.
-*					  It fixes CR#1086022.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xil_cache_l.h" -#include "xil_io.h" -#include "xpseudo_asm.h" -#include "xparameters.h" -#include "xreg_cortexa9.h" -#include "xl2cc.h" -#include "xil_errata.h" -#include "xil_exception.h" - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - -#define IRQ_FIQ_MASK 0xC0U /* Mask IRQ and FIQ interrupts in cpsr */ - -#ifdef __GNUC__ - extern s32 _stack_end; - extern s32 __undef_stack; -#endif - -#ifndef USE_AMP -/**************************************************************************** -* -* Access L2 Debug Control Register. -* -* @param Value, value to be written to Debug Control Register. -* -* @return None. -* -****************************************************************************/ -#ifdef __GNUC__ -static inline void Xil_L2WriteDebugCtrl(u32 Value) -#else -static void Xil_L2WriteDebugCtrl(u32 Value) -#endif -{ -#if defined(CONFIG_PL310_ERRATA_588369) || defined(CONFIG_PL310_ERRATA_727915) - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_DEBUG_CTRL_OFFSET, Value); -#else - (void)(Value); -#endif -} - -/**************************************************************************** -* -* Perform L2 Cache Sync Operation. -* -* @return None. -* -****************************************************************************/ -#ifdef __GNUC__ -static inline void Xil_L2CacheSync(void) -#else -static void Xil_L2CacheSync(void) -#endif -{ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_SYNC_OFFSET, 0x0U); -} -#endif -/****************************************************************************/ -/** -* @brief Enable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheEnable(void) -{ - Xil_L1DCacheEnable(); -#ifndef USE_AMP - Xil_L2CacheEnable(); -#endif -} - -/****************************************************************************/ -/** -* @brief Disable the Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheDisable(void) -{ -#ifndef USE_AMP - Xil_L2CacheDisable(); -#endif - Xil_L1DCacheDisable(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the entire Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheInvalidate(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidate(); -#endif - Xil_L1DCacheInvalidate(); - - mtcpsr(currmask); -} - -/*****************************************************************************/ -/** -* @brief Invalidate a Data cache line. If the byte specified by the address -* (adr) is cached by the Data cache, the cacheline containing that -* byte is invalidated. If the cacheline is modified (dirty), the -* modified contents are lost and are NOT written to the system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheInvalidateLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidateLine(adr); -#endif - Xil_L1DCacheInvalidateLine(adr); - - mtcpsr(currmask); -} - - -/*****************************************************************************/ -/** -* Invalidate the Data cache for the given address range. -* If the bytes specified by the address range are cached by the Data -* cache, the cachelines containing those bytes are invalidated. If -* the cachelines are modified (dirty), the modified contents are lost -* and NOT written to the system memory before the lines are -* invalidated. -* -* In this function, if start address or end address is not aligned to -* cache-line, particular cache-line containing unaligned start or end -* address is flush first and then invalidated the others as -* invalidating the same unaligned cache line may result into loss of -* data. This issue raises few possibilities. -* -* If the address to be invalidated is not cache-line aligned, the -* following choices are available: -* 1. Invalidate the cache line when required and do not bother much -* for the side effects. Though it sounds good, it can result in -* hard-to-debug issues. The problem is, if some other variable are -* allocated in the same cache line and had been recently updated -* (in cache), the invalidation would result in loss of data. -* 2. Flush the cache line first. This will ensure that if any other -* variable present in the same cache line and updated recently are -* flushed out to memory. Then it can safely be invalidated. Again it -* sounds good, but this can result in issues. For example, when the -* invalidation happens in a typical ISR (after a DMA transfer has -* updated the memory), then flushing the cache line means, losing -* data that were updated recently before the ISR got invoked. -* -* Linux prefers the second one. To have uniform implementation -* (across standalone and Linux), the second option is implemented. -* This being the case, following needs to be taken care of: -* 1. Whenever possible, the addresses must be cache line aligned. -* Please nore that, not just start address, even the end address must -* be cache line aligned. If that is taken care of, this will always -* work. -* 2. Avoid situations where invalidation has to be done after the -* data is updated by peripheral/DMA directly into the memory. It is -* not tough to achieve (may be a bit risky). The common use case to -* do invalidation is when a DMA happens. Generally for such use -* cases, buffers can be allocated first and then start the DMA. The -* practice that needs to be followed here is, immediately after -* buffer allocation and before starting the DMA, do the invalidation. -* With this approach, invalidation need not to be done after the DMA -* transfer is over. -* -* This is going to always work if done carefully. -* However, the concern is, there is no guarantee that invalidate has -* not needed to be done after DMA is complete. For example, because -* of some reasons if the first cache line or last cache line -* (assuming the buffer in question comprises of multiple cache lines) -* are brought into cache (between the time it is invalidated and DMA -* completes) because of some speculative prefetching or reading data -* for a variable present in the same cache line, then we will have to -* invalidate the cache after DMA is complete. -* -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len) -{ - const u32 cacheline = 32U; - u32 end; - u32 tempadr = adr; - u32 tempend; - u32 currmask; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INVLD_PA_OFFSET); - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - end = tempadr + len; - tempend = end; - /* Select L1 Data cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - - if ((tempadr & (cacheline-1U)) != 0U) { - tempadr &= (~(cacheline - 1U)); - - Xil_L1DCacheFlushLine(tempadr); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - Xil_L2CacheFlushLine(tempadr); - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - Xil_L2CacheSync(); -#endif - tempadr += cacheline; - } - if ((tempend & (cacheline-1U)) != 0U) { - tempend &= (~(cacheline - 1U)); - - Xil_L1DCacheFlushLine(tempend); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - Xil_L2CacheFlushLine(tempend); - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - Xil_L2CacheSync(); -#endif - } - - while (tempadr < tempend) { -#ifndef USE_AMP - /* Invalidate L2 cache line */ - *L2CCOffset = tempadr; - Xil_L2CacheSync(); -#endif - - /* Invalidate L1 Data cache line */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_dc_line_mva_poc(tempadr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_DC_LINE_MVA_POC); - Reg = tempadr; } -#endif - tempadr += cacheline; - } - } - - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the entire Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlush(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - Xil_L1DCacheFlush(); -#ifndef USE_AMP - Xil_L2CacheFlush(); -#endif - mtcpsr(currmask); -} - - -/****************************************************************************/ -/** -* @brief Flush a Data cache line. If the byte specified by the address (adr) -* is cached by the Data cache, the cacheline containing that byte is -* invalidated. If the cacheline is modified (dirty), the entire -* contents of the cacheline are written to system memory before the -* line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheFlushLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - Xil_L1DCacheFlushLine(adr); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - Xil_L2CacheFlushLine(adr); - - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - Xil_L2CacheSync(); -#endif - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the Data cache for the given address range. -* If the bytes specified by the address range are cached by the -* data cache, the cachelines containing those bytes are invalidated. -* If the cachelines are modified (dirty), they are written to the -* system memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_DCacheFlushRange(INTPTR adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INV_CLN_PA_OFFSET); - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr &= ~(cacheline - 1U); -#ifndef USE_AMP - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); -#endif - while (LocalAddr < end) { - - /* Flush L1 Data cache line */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_clean_inval_dc_line_mva_poc(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC); - Reg = LocalAddr; } -#endif -#ifndef USE_AMP - /* Flush L2 cache line */ - *L2CCOffset = LocalAddr; - Xil_L2CacheSync(); -#endif - LocalAddr += cacheline; - } -#ifndef USE_AMP - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); -#endif - } - dsb(); - mtcpsr(currmask); -} -/****************************************************************************/ -/** -* @brief Store a Data cache line. If the byte specified by the address (adr) -* is cached by the Data cache and the cacheline is modified (dirty), -* the entire contents of the cacheline are written to system memory. -* After the store completes, the cacheline is marked as unmodified -* (not dirty). -* -* @param adr: 32bit address of the data to be stored. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_DCacheStoreLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - Xil_L1DCacheStoreLine(adr); -#ifndef USE_AMP - Xil_L2CacheStoreLine(adr); -#endif - mtcpsr(currmask); -} - -/***************************************************************************/ -/** -* @brief Enable the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheEnable(void) -{ - Xil_L1ICacheEnable(); -#ifndef USE_AMP - Xil_L2CacheEnable(); -#endif -} - -/***************************************************************************/ -/** -* @brief Disable the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheDisable(void) -{ -#ifndef USE_AMP - Xil_L2CacheDisable(); -#endif - Xil_L1ICacheDisable(); -} - - -/****************************************************************************/ -/** -* @brief Invalidate the entire instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheInvalidate(void) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidate(); -#endif - Xil_L1ICacheInvalidate(); - - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate an instruction cache line. If the instruction specified -* by the address is cached by the instruction cache, the cacheline -* containing that instruction is invalidated. -* -* @param adr: 32bit address of the instruction to be invalidated. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_ICacheInvalidateLine(u32 adr) -{ - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); -#ifndef USE_AMP - Xil_L2CacheInvalidateLine(adr); -#endif - Xil_L1ICacheInvalidateLine(adr); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate the instruction cache for the given address range. -* If the instructions specified by the address range are cached by -* the instrunction cache, the cachelines containing those -* instructions are invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INVLD_PA_OFFSET); - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 I-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - - while (LocalAddr < end) { -#ifndef USE_AMP - /* Invalidate L2 cache line */ - *L2CCOffset = LocalAddr; - dsb(); -#endif - - /* Invalidate L1 I-cache line */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_ic_line_mva_pou(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_IC_LINE_MVA_POU); - Reg = LocalAddr; } -#endif - - LocalAddr += cacheline; - } - } - - /* Wait for L1 and L2 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Enable the level 1 Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheEnable(void) -{ - register u32 CtrlReg; - - /* enable caches only if they are disabled */ -#ifdef __GNUC__ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - if ((CtrlReg & (XREG_CP15_CONTROL_C_BIT)) != 0U) { - return; - } - - /* clean and invalidate the Data cache */ - Xil_L1DCacheInvalidate(); - - /* enable the Data cache */ - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/***************************************************************************/ -/** -* @brief Disable the level 1 Data cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheDisable(void) -{ - register u32 CtrlReg; - - /* clean and invalidate the Data cache */ - Xil_L1DCacheFlush(); - -#ifdef __GNUC__ - /* disable the Data cache */ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 1 Data cache. -* -* @return None. -* -* @note In Cortex A9, there is no cp instruction for invalidating -* the whole D-cache. This function invalidates each line by -* set/way. -* -****************************************************************************/ -void Xil_L1DCacheInvalidate(void) -{ - register u32 CsidReg, C7Reg; - u32 CacheSize, LineSize, NumWays; - u32 Way, WayIndex, Set, SetIndex, NumSet; - u32 currmask; - -#ifdef __GNUC__ - u32 stack_start,stack_end,stack_size; - register u32 CtrlReg; -#endif - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - -#ifdef __GNUC__ - stack_end = (u32)&_stack_end; - stack_start = (u32)&__undef_stack; - stack_size=stack_start-stack_end; - - /* Check for the cache status. If cache is enabled, then only - * flush stack memory to save return address. If cache is disabled, - * don't flush anything as it might result in flushing stale date into - * memory which is undesirable. - * */ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - if ((CtrlReg & (XREG_CP15_CONTROL_C_BIT)) != 0U) { - Xil_DCacheFlushRange(stack_end, stack_size); - } -#endif - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - -#ifdef __GNUC__ - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_CACHE_SIZE_ID, CsidReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_CACHE_SIZE_ID); - CsidReg = Reg; } -#endif - /* Determine Cache Size */ - CacheSize = (CsidReg >> 13U) & 0x1FFU; - CacheSize +=1U; - CacheSize *=128U; /* to get number of bytes */ - - /* Number of Ways */ - NumWays = (CsidReg & 0x3ffU) >> 3U; - NumWays += 1U; - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x07U) + 4U; - - NumSet = CacheSize/NumWays; - NumSet /= (0x00000001U << LineSize); - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set; - - /* Invalidate by Set/Way */ -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_dc_line_sw(C7Reg); -#else - /*mtcp(XREG_CP15_INVAL_DC_LINE_SW, C7Reg), */ - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_DC_LINE_SW); - Reg = C7Reg; } -#endif - Set += (0x00000001U << LineSize); - } - Set=0U; - Way += 0x40000000U; - } - - /* Wait for L1 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Invalidate a level 1 Data cache line. If the byte specified by the -* address (Addr) is cached by the Data cache, the cacheline -* containing that byte is invalidated. If the cacheline is modified -* (dirty), the modified contents are lost and are NOT written to -* system memory before the line is invalidated. -* -* @param adr: 32bit address of the data to be invalidated. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1DCacheInvalidateLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - mtcp(XREG_CP15_INVAL_DC_LINE_MVA_POC, (adr & (~0x1FU))); - - /* Wait for L1 invalidate to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 1 Data cache for the given address range. -* If the bytes specified by the address range are cached by the Data -* cache, the cachelines containing those bytes are invalidated. If the -* cachelines are modified (dirty), the modified contents are lost and -* NOT written to the system memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheInvalidateRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 D-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - - while (LocalAddr < end) { - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_dc_line_mva_poc(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_DC_LINE_MVA_POC); - Reg = LocalAddr; } -#endif - LocalAddr += cacheline; - } - } - - /* Wait for L1 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the level 1 Data cache. -* -* @return None. -* -* @note In Cortex A9, there is no cp instruction for flushing -* the whole D-cache. Need to flush each line. -* -****************************************************************************/ -void Xil_L1DCacheFlush(void) -{ - register u32 CsidReg, C7Reg; - u32 CacheSize, LineSize, NumWays; - u32 Way; - u32 WayIndex, Set, SetIndex, NumSet; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - /* Select cache level 0 and D cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0); - -#ifdef __GNUC__ - CsidReg = mfcp(XREG_CP15_CACHE_SIZE_ID); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_CACHE_SIZE_ID, CsidReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_CACHE_SIZE_ID); - CsidReg = Reg; } -#endif - - /* Determine Cache Size */ - - CacheSize = (CsidReg >> 13U) & 0x1FFU; - CacheSize +=1U; - CacheSize *=128U; /* to get number of bytes */ - - /* Number of Ways */ - NumWays = (CsidReg & 0x3ffU) >> 3U; - NumWays += 1U; - - /* Get the cacheline size, way size, index size from csidr */ - LineSize = (CsidReg & 0x07U) + 4U; - - NumSet = CacheSize/NumWays; - NumSet /= (0x00000001U << LineSize); - - Way = 0U; - Set = 0U; - - /* Invalidate all the cachelines */ - for (WayIndex =0U; WayIndex < NumWays; WayIndex++) { - for (SetIndex =0U; SetIndex < NumSet; SetIndex++) { - C7Reg = Way | Set; - /* Flush by Set/Way */ - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_clean_inval_dc_line_sw(C7Reg); -#else - { volatile register u32 Reg - __asm(XREG_CP15_CLEAN_INVAL_DC_LINE_SW); - Reg = C7Reg; } -#endif - Set += (0x00000001U << LineSize); - } - Set = 0U; - Way += 0x40000000U; - } - - /* Wait for L1 flush to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush a level 1 Data cache line. If the byte specified by the -* address (adr) is cached by the Data cache, the cacheline containing -* that byte is invalidated. If the cacheline is modified (dirty), the -* entire contents of the cacheline are written to system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data to be flushed. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1DCacheFlushLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - mtcp(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC, (adr & (~0x1FU))); - - /* Wait for L1 flush to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Flush the level 1 Data cache for the given address range. -* If the bytes specified by the address range are cached by the Data -* cache, the cacheline containing those bytes are invalidated. If the -* cachelines are modified (dirty), they are written to system memory -* before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L1DCacheFlushRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 D-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - - while (LocalAddr < end) { - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_clean_inval_dc_line_mva_poc(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC); - Reg = LocalAddr; } -#endif - LocalAddr += cacheline; - } - } - - /* Wait for L1 flush to complete */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Store a level 1 Data cache line. If the byte specified by the -* address (adr) is cached by the Data cache and the cacheline is -* modified (dirty), the entire contents of the cacheline are written -* to system memory. After the store completes, the cacheline is -* marked as unmodified (not dirty). -* -* @param adr: Address to be stored. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1DCacheStoreLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 0U); - mtcp(XREG_CP15_CLEAN_DC_LINE_MVA_POC, (adr & (~0x1FU))); - - /* Wait for L1 store to complete */ - dsb(); -} - - -/****************************************************************************/ -/** -* @brief Enable the level 1 instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheEnable(void) -{ - register u32 CtrlReg; - - /* enable caches only if they are disabled */ -#ifdef __GNUC__ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - if ((CtrlReg & (XREG_CP15_CONTROL_I_BIT)) != 0U) { - return; - } - - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0U); - - /* enable the instruction cache */ - CtrlReg |= (XREG_CP15_CONTROL_I_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Disable level 1 the instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheDisable(void) -{ - register u32 CtrlReg; - - dsb(); - - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0U); - - /* disable the instruction cache */ -#ifdef __GNUC__ - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, CtrlReg); -#else - { volatile register u32 Reg __asm(XREG_CP15_SYS_CONTROL); - CtrlReg = Reg; } -#endif - CtrlReg &= ~(XREG_CP15_CONTROL_I_BIT); - - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); -} - -/****************************************************************************/ -/** -* @brief Invalidate the entire level 1 instruction cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheInvalidate(void) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - /* invalidate the instruction cache */ - mtcp(XREG_CP15_INVAL_IC_POU, 0U); - - /* Wait for L1 invalidate to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate a level 1 instruction cache line. If the instruction -* specified by the address is cached by the instruction cache, the -* cacheline containing that instruction is invalidated. -* -* @param adr: 32bit address of the instruction to be invalidated. -* -* @return None. -* -* @note The bottom 5 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L1ICacheInvalidateLine(u32 adr) -{ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - mtcp(XREG_CP15_INVAL_IC_LINE_MVA_POU, (adr & (~0x1FU))); - - /* Wait for L1 invalidate to complete */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 1 instruction cache for the given address -* range. If the instrucions specified by the address range are cached -* by the instruction cache, the cacheline containing those bytes are -* invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L1ICacheInvalidateRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Select cache L0 I-cache in CSSR */ - mtcp(XREG_CP15_CACHE_SIZE_SEL, 1U); - - while (LocalAddr < end) { - -#if defined (__GNUC__) || defined (__ICCARM__) - asm_cp15_inval_ic_line_mva_pou(LocalAddr); -#else - { volatile register u32 Reg - __asm(XREG_CP15_INVAL_IC_LINE_MVA_POU); - Reg = LocalAddr; } -#endif - LocalAddr += cacheline; - } - } - - /* Wait for L1 invalidate to complete */ - dsb(); - mtcpsr(currmask); -} - -#ifndef USE_AMP -/****************************************************************************/ -/** -* @brief Enable the L2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheEnable(void) -{ - register u32 L2CCReg; - - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - - /* only enable if L2CC is currently disabled */ - if ((L2CCReg & 0x01U) == 0U) { - /* set up the way size and latencies */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + - XPS_L2CC_AUX_CNTRL_OFFSET); - L2CCReg &= XPS_L2CC_AUX_REG_ZERO_MASK; - L2CCReg |= XPS_L2CC_AUX_REG_DEFAULT_MASK; - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_AUX_CNTRL_OFFSET, - L2CCReg); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_TAG_RAM_CNTRL_OFFSET, - XPS_L2CC_TAG_RAM_DEFAULT_MASK); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_DATA_RAM_CNTRL_OFFSET, - XPS_L2CC_DATA_RAM_DEFAULT_MASK); - - /* Clear the pending interrupts */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + - XPS_L2CC_ISR_OFFSET); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_IAR_OFFSET, L2CCReg); - - Xil_L2CacheInvalidate(); - /* Enable the L2CC */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + - XPS_L2CC_CNTRL_OFFSET); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET, - (L2CCReg | (0x01U))); - - Xil_L2CacheSync(); - /* synchronize the processor */ - dsb(); - - } -} - -/****************************************************************************/ -/** -* @brief Disable the L2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheDisable(void) -{ - register u32 L2CCReg; - - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - - if((L2CCReg & 0x1U) != 0U) { - - /* Clean and Invalidate L2 Cache */ - Xil_L2CacheFlush(); - - /* Disable the L2CC */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET, - (L2CCReg & (~0x01U))); - /* Wait for the cache operations to complete */ - - dsb(); - } -} - -/*****************************************************************************/ -/** -* @brief Invalidate the entire level 2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheInvalidate(void) -{ - #ifdef __GNUC__ - u32 stack_start,stack_end,stack_size; - register u32 L2CCReg; - stack_end = (u32)&_stack_end; - stack_start = (u32)&__undef_stack; - stack_size=stack_start-stack_end; - - /* Check for the cache status. If cache is enabled, then only - * flush stack memory to save return address. If cache is disabled, - * don't flush anything as it might result in flushing stale date into - * memory which is undesirable. - */ - L2CCReg = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CNTRL_OFFSET); - if ((L2CCReg & 0x01U) != 0U) { - /*Flush stack memory to save return address*/ - Xil_DCacheFlushRange(stack_end, stack_size); - } - - #endif - u32 ResultDCache; - /* Invalidate the caches */ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_WAY_OFFSET, - 0x0000FFFFU); - ResultDCache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_WAY_OFFSET) - & 0x0000FFFFU; - while(ResultDCache != (u32)0U) { - ResultDCache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_WAY_OFFSET) - & 0x0000FFFFU; - } - - /* Wait for the invalidate to complete */ - Xil_L2CacheSync(); - - /* synchronize the processor */ - dsb(); -} - -/*****************************************************************************/ -/** -* @brief Invalidate a level 2 cache line. If the byte specified by the -* address (adr) is cached by the Data cache, the cacheline containing -* that byte is invalidated. If the cacheline is modified (dirty), -* the modified contents are lost and are NOT written to system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data/instruction to be invalidated. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L2CacheInvalidateLine(u32 adr) -{ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_PA_OFFSET, (u32)adr); - /* synchronize the processor */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Invalidate the level 2 cache for the given address range. -* If the bytes specified by the address range are cached by the L2 -* cache, the cacheline containing those bytes are invalidated. If the -* cachelines are modified (dirty), the modified contents are lost and -* are NOT written to system memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be invalidated. -* @param len: Length of the range to be invalidated in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheInvalidateRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INVLD_PA_OFFSET); - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - while (LocalAddr < end) { - *L2CCOffset = LocalAddr; - Xil_L2CacheSync(); - LocalAddr += cacheline; - } - - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - } - - /* synchronize the processor */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Flush the entire level 2 cache. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheFlush(void) -{ - u32 ResultL2Cache; - - /* Flush the caches */ - - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET, - 0x0000FFFFU); - ResultL2Cache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET) - & 0x0000FFFFU; - - while(ResultL2Cache != (u32)0U) { - ResultL2Cache = Xil_In32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET) - & 0x0000FFFFU; - } - - Xil_L2CacheSync(); - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - - /* synchronize the processor */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Flush a level 2 cache line. If the byte specified by the address -* (adr) is cached by the L2 cache, the cacheline containing that -* byte is invalidated. If the cacheline is modified (dirty), the -* entire contents of the cacheline are written to system memory -* before the line is invalidated. -* -* @param adr: 32bit address of the data/instruction to be flushed. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L2CacheFlushLine(u32 adr) -{ -#ifdef CONFIG_PL310_ERRATA_588369 - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_CLEAN_PA_OFFSET, adr); - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INVLD_PA_OFFSET, adr); -#else - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_INV_CLN_PA_OFFSET, adr); -#endif - /* synchronize the processor */ - dsb(); -} - -/****************************************************************************/ -/** -* @brief Flush the level 2 cache for the given address range. -* If the bytes specified by the address range are cached by the L2 -* cache, the cacheline containing those bytes are invalidated. If the -* cachelines are modified (dirty), they are written to the system -* memory before the lines are invalidated. -* -* @param adr: 32bit start address of the range to be flushed. -* @param len: Length of the range to be flushed in bytes. -* -* @return None. -* -****************************************************************************/ -void Xil_L2CacheFlushRange(u32 adr, u32 len) -{ - u32 LocalAddr = adr; - const u32 cacheline = 32U; - u32 end; - volatile u32 *L2CCOffset = (volatile u32 *)(XPS_L2CC_BASEADDR + - XPS_L2CC_CACHE_INV_CLN_PA_OFFSET); - - u32 currmask; - - currmask = mfcpsr(); - mtcpsr(currmask | IRQ_FIQ_MASK); - if (len != 0U) { - /* Back the starting address up to the start of a cache line - * perform cache operations until adr+len - */ - end = LocalAddr + len; - LocalAddr = LocalAddr & ~(cacheline - 1U); - - /* Disable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x3U); - - while (LocalAddr < end) { - *L2CCOffset = LocalAddr; - Xil_L2CacheSync(); - LocalAddr += cacheline; - } - - /* Enable Write-back and line fills */ - Xil_L2WriteDebugCtrl(0x0U); - } - /* synchronize the processor */ - dsb(); - mtcpsr(currmask); -} - -/****************************************************************************/ -/** -* @brief Store a level 2 cache line. If the byte specified by the address -* (adr) is cached by the L2 cache and the cacheline is modified -* (dirty), the entire contents of the cacheline are written to -* system memory. After the store completes, the cacheline is marked -* as unmodified (not dirty). -* -* @param adr: 32bit address of the data/instruction to be stored. -* -* @return None. -* -* @note The bottom 4 bits are set to 0, forced by architecture. -* -****************************************************************************/ -void Xil_L2CacheStoreLine(u32 adr) -{ - Xil_Out32(XPS_L2CC_BASEADDR + XPS_L2CC_CACHE_CLEAN_PA_OFFSET, adr); - /* synchronize the processor */ - dsb(); -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache.h deleted file mode 100644 index 75cd6f6..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache.h +++ /dev/null @@ -1,105 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache.h -* -* @addtogroup a9_cache_apis Cortex A9 Processor Cache Functions -* -* Cache functions provide access to cache related operations such as flush -* and invalidate for instruction and data caches. It gives option to perform -* the cache operations on a single cacheline, a range of memory and an entire -* cache. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/29/10 First release
-* 3.04a sdm  01/02/12 Remove redundant dsb/dmb instructions in cache maintenance
-*		      APIs.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_CACHE_H -#define XIL_CACHE_H - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __GNUC__ - -#define asm_cp15_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_mva_poc(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_inval_ic_line_mva_pou(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)); - -#define asm_cp15_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_INVAL_DC_LINE_SW :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_sw(param) __asm__ __volatile__("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)); - -#elif defined (__ICCARM__) - -#define asm_cp15_inval_dc_line_mva_poc(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_mva_poc(param) __asm volatile ("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC :: "r" (param)); - -#define asm_cp15_inval_ic_line_mva_pou(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_IC_LINE_MVA_POU :: "r" (param)); - -#define asm_cp15_inval_dc_line_sw(param) __asm volatile ("mcr " \ - XREG_CP15_INVAL_DC_LINE_SW :: "r" (param)); - -#define asm_cp15_clean_inval_dc_line_sw(param) __asm volatile ("mcr " \ - XREG_CP15_CLEAN_INVAL_DC_LINE_SW :: "r" (param)); - -#endif - -/** -*@endcond -*/ - -void Xil_DCacheEnable(void); -void Xil_DCacheDisable(void); -void Xil_DCacheInvalidate(void); -void Xil_DCacheInvalidateRange(INTPTR adr, u32 len); -void Xil_DCacheFlush(void); -void Xil_DCacheFlushRange(INTPTR adr, u32 len); - -void Xil_ICacheEnable(void); -void Xil_ICacheDisable(void); -void Xil_ICacheInvalidate(void); -void Xil_ICacheInvalidateRange(INTPTR adr, u32 len); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_cache_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache_l.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache_l.h deleted file mode 100644 index 21c8ced..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache_l.h +++ /dev/null @@ -1,75 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_l.h -* -* Contains L1 and L2 specific functions for the ARM cache functionality -* used by xcache.c. This functionality is being made available here for -* more sophisticated users. -* -* @addtogroup a9_cache_apis -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  01/24/10 First release
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ -#ifndef XIL_CACHE_MACH_H -#define XIL_CACHE_MACH_H - -#include "xil_types.h" -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes ******************************/ - -void Xil_DCacheInvalidateLine(u32 adr); -void Xil_DCacheFlushLine(u32 adr); -void Xil_DCacheStoreLine(u32 adr); -void Xil_ICacheInvalidateLine(u32 adr); - -void Xil_L1DCacheEnable(void); -void Xil_L1DCacheDisable(void); -void Xil_L1DCacheInvalidate(void); -void Xil_L1DCacheInvalidateLine(u32 adr); -void Xil_L1DCacheInvalidateRange(u32 adr, u32 len); -void Xil_L1DCacheFlush(void); -void Xil_L1DCacheFlushLine(u32 adr); -void Xil_L1DCacheFlushRange(u32 adr, u32 len); -void Xil_L1DCacheStoreLine(u32 adr); - -void Xil_L1ICacheEnable(void); -void Xil_L1ICacheDisable(void); -void Xil_L1ICacheInvalidate(void); -void Xil_L1ICacheInvalidateLine(u32 adr); -void Xil_L1ICacheInvalidateRange(u32 adr, u32 len); - -void Xil_L2CacheEnable(void); -void Xil_L2CacheDisable(void); -void Xil_L2CacheInvalidate(void); -void Xil_L2CacheInvalidateLine(u32 adr); -void Xil_L2CacheInvalidateRange(u32 adr, u32 len); -void Xil_L2CacheFlush(void); -void Xil_L2CacheFlushLine(u32 adr); -void Xil_L2CacheFlushRange(u32 adr, u32 len); -void Xil_L2CacheStoreLine(u32 adr); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_cache_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache_vxworks.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache_vxworks.h deleted file mode 100644 index 77e1f3d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_cache_vxworks.h +++ /dev/null @@ -1,74 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_cache_vxworks.h -* -* Contains the cache related functions for VxWorks that is wrapped by -* xil_cache. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  12/11/09 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_CACHE_VXWORKS_H -#define XIL_CACHE_VXWORKS_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "vxWorks.h" -#include "vxLib.h" -#include "sysLibExtra.h" -#include "cacheLib.h" - -#if (CPU_FAMILY==PPC) - -#define Xil_DCacheEnable() cacheEnable(DATA_CACHE) - -#define Xil_DCacheDisable() cacheDisable(DATA_CACHE) - -#define Xil_DCacheInvalidateRange(Addr, Len) \ - cacheInvalidate(DATA_CACHE, (void *)(Addr), (Len)) - -#define Xil_DCacheFlushRange(Addr, Len) \ - cacheFlush(DATA_CACHE, (void *)(Addr), (Len)) - -#define Xil_ICacheEnable() cacheEnable(INSTRUCTION_CACHE) - -#define Xil_ICacheDisable() cacheDisable(INSTRUCTION_CACHE) - -#define Xil_ICacheInvalidateRange(Addr, Len) \ - cacheInvalidate(INSTRUCTION_CACHE, (void *)(Addr), (Len)) - - -#else -#error "Unknown processor / architecture. Must be PPC for VxWorks." -#endif - -#ifdef __cplusplus -} -#endif - -#endif -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_clocking.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_clocking.c deleted file mode 100644 index 50df3c5..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_clocking.c +++ /dev/null @@ -1,128 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.c -* -* The xil_clocking.c file contains clocking related functions and macros. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  02/06/20 First release of clocking
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#include "xil_clocking.h" -/************************** Variable Definitions *****************************/ - -#if defined (XPAR_XCRPSU_0_DEVICE_ID) && defined (XCLOCKING) - -XClock ClockInstance; /* Instance of clock Controller */ -XClockPs_Config *ConfigPtr; - - -XStatus Xil_ClockInit(void) -{ - XStatus Status = XST_FAILURE; - - /* Lookup clock configurations */ - ConfigPtr = XClock_LookupConfig(XPAR_XCLOCKPS_DEVICE_ID); - - /* Initialize the Clock controller driver */ - Status = XClock_CfgInitialize(&ClockInstance, ConfigPtr); - return Status; -} - -XStatus Xil_ClockEnable(XClock_OutputClks ClockId) -{ - - XStatus Status = XST_FAILURE; - - Status = XClock_EnableClock(ClockId); - return Status; -} - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId) -{ - XStatus Status = XST_FAILURE; - - Status = XClock_DisableClock(ClockId); - return Status; -} - -XStatus Xil_ClockGetRate(XClock_OutputClks ClockId, XClockRate *Rate) -{ - XStatus Status = XST_FAILURE; - - Xil_AssertNonvoid(Rate != NULL); - - Status = XClock_GetRate(ClockId, Rate); - if (XST_SUCCESS == Status) { - xdbg_printf(XDBG_DEBUG_GENERAL, "Operating rate = %lx\n",*Rate); - } else { - xdbg_printf(XDBG_DEBUG_ERROR, "Failed: Fetching rate\r\n"); - } - return Status; -} - -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, - XClockRate *SetRate) -{ - XStatus Status = XST_FAILURE; - - Xil_AssertNonvoid(SetRate != NULL); - - if (Rate == 0) { - return XST_FAILURE; - } - Status = XClock_SetRate(ClockId, Rate, SetRate); - if (XST_SUCCESS != Status) { - xdbg_printf(XDBG_DEBUG_ERROR, "Failed Setting rate\n"); - } - return Status; -} - -#else -XStatus Xil_ClockGetRate(XClock_OutputClks ClockId, XClockRate *Rate) -{ - (void) ClockId; - (void) Rate; - return XST_FAILURE; -} - -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, - XClockRate *SetRate) { - (void) ClockId; - (void) Rate; - (void) SetRate; - return XST_FAILURE; -} - -XStatus Xil_ClockInit(void) -{ - return XST_SUCCESS; -} - -XStatus Xil_ClockEnable(XClock_OutputClks ClockId) -{ - (void) ClockId; - return XST_SUCCESS; -} - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId) -{ - (void) ClockId; - return XST_SUCCESS; -} - -#endif /* XCLOCKING */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_clocking.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_clocking.h deleted file mode 100644 index fd80a0d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_clocking.h +++ /dev/null @@ -1,62 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_clocking.h -* -* The xil_clocking.h file contains clocking related functions and macros. -* certain conditions. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 7.2 sd  12/11/19 First release
-* 7.2 sd  03/20/20 Added checking for isolation case
-* 
-* -******************************************************************************/ - -#ifndef XIL_CLOCKING_H /* prevent circular inclusions */ -#define XIL_CLOCKING_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xdebug.h" -#include "xil_printf.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xparameters.h" -#include "xstatus.h" -#if defined (XPAR_XCRPSU_0_DEVICE_ID) -#include "xclockps.h" -#else -typedef u32 XClock_OutputClks; -typedef u64 XClockRate; -#endif - -/***************************** Include Files *********************************/ - - -/************************** Constant Definitions *****************************/ - - -XStatus Xil_ClockDisable(XClock_OutputClks ClockId); -XStatus Xil_ClockEnable(XClock_OutputClks ClockId); -XStatus Xil_ClockInit(void); -XStatus Xil_ClockGet(void); -XStatus Xil_ClockSetRate(XClock_OutputClks ClockId, XClockRate Rate, XClockRate *SetRate); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_errata.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_errata.h deleted file mode 100644 index e48c5f3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_errata.h +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_errata.h -* -* @addtogroup a9_errata Cortex A9 Processor and pl310 Errata Support -* @{ -* Various ARM errata are handled in the standalone BSP. The implementation for -* errata handling follows ARM guidelines and is based on the open source Linux -* support for these errata. -* -* @note The errata handling is enabled by default. To disable handling of all the -* errata globally, un-define the macro ENABLE_ARM_ERRATA in xil_errata.h. To -* disable errata on a per-erratum basis, un-define relevant macros in -* xil_errata.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a srt  04/18/13 First release
-* 6.6   mus  12/07/17 Removed errata 753970, It fixes CR#989132.
-* 
-* -******************************************************************************/ -#ifndef XIL_ERRATA_H -#define XIL_ERRATA_H - -#ifdef __cplusplus -extern "C" { -#endif - -/** - *@cond nocomments - */ -/** - * @name errata_definitions - * - * The errata conditions handled in the standalone BSP are listed below - * @{ - */ - -#define ENABLE_ARM_ERRATA 1 - -/** - *@endcond - */ - -#ifdef ENABLE_ARM_ERRATA - -/** - * Errata No: 742230 - * Description: DMB operation may be faulty - */ -#define CONFIG_ARM_ERRATA_742230 1 - -/** - * Errata No: 743622 - * Description: Faulty hazard checking in the Store Buffer may lead - * to data corruption. - */ -#define CONFIG_ARM_ERRATA_743622 1 - -/** - * Errata No: 775420 - * Description: A data cache maintenance operation which aborts, - * might lead to deadlock - */ -#define CONFIG_ARM_ERRATA_775420 1 - -/** - * Errata No: 794073 - * Description: Speculative instruction fetches with MMU disabled - * might not comply with architectural requirements - */ -#define CONFIG_ARM_ERRATA_794073 1 - - -/** PL310 L2 Cache Errata */ - -/** - * Errata No: 588369 - * Description: Clean & Invalidate maintenance operations do not - * invalidate clean lines - */ -#define CONFIG_PL310_ERRATA_588369 1 - -/** - * Errata No: 727915 - * Description: Background Clean and Invalidate by Way operation - * can cause data corruption - */ -#define CONFIG_PL310_ERRATA_727915 1 - -/*@}*/ -#endif /* ENABLE_ARM_ERRATA */ - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_ERRATA_H */ -/** -* @} End of "addtogroup a9_errata". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_exception.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_exception.c deleted file mode 100644 index 69567bd..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_exception.c +++ /dev/null @@ -1,336 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xil_exception.c -* -* This file contains low-level driver functions for the Cortex A53,A9,R5 exception -* Handler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 6.0   mus      27/07/16 Consolidated exceptions for a53,a9 and r5
-*                         processors and added Xil_UndefinedExceptionHandler
-*                         for a53 32 bit and r5 as well.
-* 6.4   mus      08/06/17 Updated debug prints to replace %x with the %lx, to
-*                         fix the warnings.
-* 6.7   mna      26/04/18 Add an API to obtain a corresponding
-*                         Xil_ExceptionHandler entry from XExc_VectorTable.
-* 6.7  asa       18/05/18 Fix bugs in the API Xil_GetExceptionRegisterHandler.
-* 7.0  mus       07/03/19 Tweak Xil_ExceptionRegisterHandler and
-*                         Xil_GetExceptionRegisterHandler to support legacy
-*                         examples for Cortexa72 EL3 exception level.
-* 7.3  mus       07/27/20 Updated Xil_ExceptionRegisterHandler and
-*                         Xil_GetExceptionRegisterHandler to ignore
-*                         Exception_id, only if its pointing to IRQ.
-*                         It fixes CR#1069524
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_exception.h" -#include "xpseudo_asm.h" -#include "xdebug.h" -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -typedef struct { - Xil_ExceptionHandler Handler; - void *Data; -} XExc_VectorTableEntry; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Function Prototypes *****************************/ -static void Xil_ExceptionNullHandler(void *Data); -/************************** Variable Definitions *****************************/ -/* - * Exception vector table to store handlers for each exception vector. - */ -#if defined (__aarch64__) -XExc_VectorTableEntry XExc_VectorTable[XIL_EXCEPTION_ID_LAST + 1] = -{ - {Xil_ExceptionNullHandler, NULL}, - {Xil_SyncAbortHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_SErrorAbortHandler, NULL}, - -}; -#else -XExc_VectorTableEntry XExc_VectorTable[XIL_EXCEPTION_ID_LAST + 1] = -{ - {Xil_ExceptionNullHandler, NULL}, - {Xil_UndefinedExceptionHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_PrefetchAbortHandler, NULL}, - {Xil_DataAbortHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, - {Xil_ExceptionNullHandler, NULL}, -}; -#endif -#if !defined (__aarch64__) -u32 DataAbortAddr; /* Address of instruction causing data abort */ -u32 PrefetchAbortAddr; /* Address of instruction causing prefetch abort */ -u32 UndefinedExceptionAddr; /* Address of instruction causing Undefined - exception */ -#endif - -/*****************************************************************************/ - -/****************************************************************************/ -/** -* -* This function is a stub Handler that is the default Handler that gets called -* if the application has not setup a Handler for a specific exception. The -* function interface has to match the interface specified for a Handler even -* though none of the arguments are used. -* -* @param Data is unused by this function. -* -* @return None. -* -*****************************************************************************/ -static void Xil_ExceptionNullHandler(void *Data) -{ - (void) Data; -DieLoop: goto DieLoop; -} - -/****************************************************************************/ -/** -* @brief The function is a common API used to initialize exception handlers -* across all supported arm processors. For ARM Cortex-A53, Cortex-R5, -* and Cortex-A9, the exception handlers are being initialized -* statically and this function does not do anything. -* However, it is still present to take care of backward compatibility -* issues (in earlier versions of BSPs, this API was being used to -* initialize exception handlers). -* -* @return None. -* -*****************************************************************************/ -void Xil_ExceptionInit(void) -{ - return; -} - -/*****************************************************************************/ -/** -* @brief Register a handler for a specific exception. This handler is being -* called when the processor encounters the specified exception. -* -* @param Exception_id contains the ID of the exception source and should -* be in the range of 0 to XIL_EXCEPTION_ID_LAST. -* See xil_exception.h for further information. -* @param Handler to the Handler for that exception. -* @param Data is a reference to Data that will be passed to the -* Handler when it gets called. -* -* @return None. -* -****************************************************************************/ -void Xil_ExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler Handler, - void *Data) -{ -#if defined (versal) && !defined(ARMR5) && EL3 - if ( XIL_EXCEPTION_ID_IRQ_INT == Exception_id ) - { - /* - * Cortexa72 processor in versal is coupled with GIC-500, and - * GIC-500 supports only FIQ at EL3. Hence, tweaking this API - * to act on IRQ, if Exception_id is pointing to IRQ - */ - Exception_id = XIL_EXCEPTION_ID_FIQ_INT; - } -#endif - XExc_VectorTable[Exception_id].Handler = Handler; - XExc_VectorTable[Exception_id].Data = Data; -} - -/*****************************************************************************/ -/** -* @brief Get a handler for a specific exception. This handler is being -* called when the processor encounters the specified exception. -* -* @param Exception_id contains the ID of the exception source and should -* be in the range of 0 to XIL_EXCEPTION_ID_LAST. -* See xil_exception.h for further information. -* @param Handler to the Handler for that exception. -* @param Data is a reference to Data that will be passed to the -* Handler when it gets called. -* -* @return None. -* -****************************************************************************/ -void Xil_GetExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler *Handler, - void **Data) -{ -#if defined (versal) && !defined(ARMR5) && EL3 - if ( XIL_EXCEPTION_ID_IRQ_INT == Exception_id ) - { - /* - * Cortexa72 processor in versal is coupled with GIC-500, and - * GIC-500 supports only FIQ at EL3. Hence, tweaking this API - * to act on IRQ, if Exception_id is pointing to IRQ - */ - - Exception_id = XIL_EXCEPTION_ID_FIQ_INT; - } -#endif - - *Handler = XExc_VectorTable[Exception_id].Handler; - *Data = XExc_VectorTable[Exception_id].Data; -} - -/*****************************************************************************/ -/** -* -* @brief Removes the Handler for a specific exception Id. The stub Handler -* is then registered for this exception Id. -* -* @param Exception_id contains the ID of the exception source and should -* be in the range of 0 to XIL_EXCEPTION_ID_LAST. -* See xil_exception.h for further information. -* -* @return None. -* -****************************************************************************/ -void Xil_ExceptionRemoveHandler(u32 Exception_id) -{ - Xil_ExceptionRegisterHandler(Exception_id, - Xil_ExceptionNullHandler, - NULL); -} - -#if defined (__aarch64__) -/*****************************************************************************/ -/** -* -* Default Synchronous abort handler which prints a debug message on console if -* Debug flag is enabled -* -* @return None. -* -****************************************************************************/ - -void Xil_SyncAbortHandler(void *CallBackRef){ - (void) CallBackRef; - xdbg_printf(XDBG_DEBUG_ERROR, "Synchronous abort \n"); - while(1) { - ; - } -} - -/*****************************************************************************/ -/** -* -* Default SError abort handler which prints a debug message on console if -* Debug flag is enabled -* -* @return None. -* -****************************************************************************/ -void Xil_SErrorAbortHandler(void *CallBackRef){ - (void) CallBackRef; - xdbg_printf(XDBG_DEBUG_ERROR, "Synchronous abort \n"); - while(1) { - ; - } -} -#else -/*****************************************************************************/ -/** -* -* Default Data abort handler which prints data fault status register through -* which information about data fault can be acquired -* -* @return None. -* -****************************************************************************/ - -void Xil_DataAbortHandler(void *CallBackRef){ - (void) CallBackRef; -#ifdef DEBUG - u32 FaultStatus; - - xdbg_printf(XDBG_DEBUG_ERROR, "Data abort \n"); - #ifdef __GNUC__ - FaultStatus = mfcp(XREG_CP15_DATA_FAULT_STATUS); - #elif defined (__ICCARM__) - mfcp(XREG_CP15_DATA_FAULT_STATUS,FaultStatus); - #else - { volatile register u32 Reg __asm(XREG_CP15_DATA_FAULT_STATUS); - FaultStatus = Reg; } - #endif - xdbg_printf(XDBG_DEBUG_GENERAL, "Data abort with Data Fault Status Register %lx\n",FaultStatus); - xdbg_printf(XDBG_DEBUG_GENERAL, "Address of Instruction causing Data abort %lx\n",DataAbortAddr); -#endif - while(1) { - ; - } -} - -/*****************************************************************************/ -/** -* -* Default Prefetch abort handler which prints prefetch fault status register through -* which information about instruction prefetch fault can be acquired -* -* @return None. -* -****************************************************************************/ -void Xil_PrefetchAbortHandler(void *CallBackRef){ - (void) CallBackRef; -#ifdef DEBUG - u32 FaultStatus; - - xdbg_printf(XDBG_DEBUG_ERROR, "Prefetch abort \n"); - #ifdef __GNUC__ - FaultStatus = mfcp(XREG_CP15_INST_FAULT_STATUS); - #elif defined (__ICCARM__) - mfcp(XREG_CP15_INST_FAULT_STATUS,FaultStatus); - #else - { volatile register u32 Reg __asm(XREG_CP15_INST_FAULT_STATUS); - FaultStatus = Reg; } - #endif - xdbg_printf(XDBG_DEBUG_GENERAL, "Prefetch abort with Instruction Fault Status Register %lx\n",FaultStatus); - xdbg_printf(XDBG_DEBUG_GENERAL, "Address of Instruction causing Prefetch abort %lx\n",PrefetchAbortAddr); -#endif - while(1) { - ; - } -} -/*****************************************************************************/ -/** -* -* Default undefined exception handler which prints address of the undefined -* instruction if debug prints are enabled -* -* @return None. -* -****************************************************************************/ -void Xil_UndefinedExceptionHandler(void *CallBackRef){ - (void) CallBackRef; - xdbg_printf(XDBG_DEBUG_GENERAL, "Address of the undefined instruction %lx\n",UndefinedExceptionAddr); - while(1) { - ; - } -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_exception.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_exception.h deleted file mode 100644 index a146f83..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_exception.h +++ /dev/null @@ -1,387 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_exception.h -* -* This header file contains ARM Cortex A53,A9,R5 specific exception related APIs. -* For exception related functions that can be used across all Xilinx supported -* processors, please use xil_exception.h. -* -* @addtogroup arm_exception_apis ARM Processor Exception Handling -* @{ -* ARM processors specific exception related APIs for cortex A53,A9 and R5 can -* utilized for enabling/disabling IRQ, registering/removing handler for -* exceptions or initializing exception vector table with null handler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.2	pkp  	 28/05/15 First release
-* 6.0   mus      27/07/16 Consolidated file for a53,a9 and r5 processors
-* 6.7   mna      26/04/18 Add API Xil_GetExceptionRegisterHandler.
-* 6.7   asa      18/05/18 Update signature of API Xil_GetExceptionRegisterHandler.
-* 7.0   mus      01/03/19 Tweak Xil_ExceptionEnableMask and
-*                         Xil_ExceptionDisableMask macros to support legacy
-*                         examples for Cortexa72 EL3 exception level.
-* 7.3   mus      04/15/20 Added Xil_EnableNestedInterrupts and
-*                         Xil_DisableNestedInterrupts macros for ARMv8.
-*                         For Cortexa72, these macro's would not be supported
-*                         at EL3, as Cortexa72 is using GIC-500(GICv3),  which
-*                         triggeres only FIQ at EL3. Fix for CR#1062506
-# 7.6   mus      09/17/21 Updated flag checking to fix warning reported with
-#                         -Wundef compiler option CR#1110261
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_EXCEPTION_H /* prevent circular inclusions */ -#define XIL_EXCEPTION_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xpseudo_asm.h" -#include "bspconfig.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions ****************************/ - -#define XIL_EXCEPTION_FIQ XREG_CPSR_FIQ_ENABLE -#define XIL_EXCEPTION_IRQ XREG_CPSR_IRQ_ENABLE -#define XIL_EXCEPTION_ALL (XREG_CPSR_FIQ_ENABLE | XREG_CPSR_IRQ_ENABLE) - -#define XIL_EXCEPTION_ID_FIRST 0U -#if defined (__aarch64__) -#define XIL_EXCEPTION_ID_SYNC_INT 1U -#define XIL_EXCEPTION_ID_IRQ_INT 2U -#define XIL_EXCEPTION_ID_FIQ_INT 3U -#define XIL_EXCEPTION_ID_SERROR_ABORT_INT 4U -#define XIL_EXCEPTION_ID_LAST 5U -#else -#define XIL_EXCEPTION_ID_RESET 0U -#define XIL_EXCEPTION_ID_UNDEFINED_INT 1U -#define XIL_EXCEPTION_ID_SWI_INT 2U -#define XIL_EXCEPTION_ID_PREFETCH_ABORT_INT 3U -#define XIL_EXCEPTION_ID_DATA_ABORT_INT 4U -#define XIL_EXCEPTION_ID_IRQ_INT 5U -#define XIL_EXCEPTION_ID_FIQ_INT 6U -#define XIL_EXCEPTION_ID_LAST 6U -#endif - -/* - * XIL_EXCEPTION_ID_INT is defined for all Xilinx processors. - */ -#if defined (versal) && !defined(ARMR5) && EL3 -#define XIL_EXCEPTION_ID_INT XIL_EXCEPTION_ID_FIQ_INT -#else -#define XIL_EXCEPTION_ID_INT XIL_EXCEPTION_ID_IRQ_INT -#endif - -/**************************** Type Definitions ******************************/ - -/** - * This typedef is the exception handler function. - */ -typedef void (*Xil_ExceptionHandler)(void *data); -typedef void (*Xil_InterruptHandler)(void *data); - -/** -*@endcond -*/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* @brief Enable Exceptions. -* -* @param Mask: Value for enabling the exceptions. -* -* @return None. -* -* @note If bit is 0, exception is enabled. -* C-Style signature: void Xil_ExceptionEnableMask(Mask) -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -/* - * Cortexa72 processor in versal is coupled with GIC-500, and GIC-500 supports - * only FIQ at EL3. Hence, tweaking this macro to always enable FIQ - * ignoring argument passed by user. - */ -#define Xil_ExceptionEnableMask(Mask) \ - mtcpsr(mfcpsr() & ~ ((XIL_EXCEPTION_FIQ) & XIL_EXCEPTION_ALL)) -#elif defined (__GNUC__) || defined (__ICCARM__) -#define Xil_ExceptionEnableMask(Mask) \ - mtcpsr(mfcpsr() & ~ ((Mask) & XIL_EXCEPTION_ALL)) -#else -#define Xil_ExceptionEnableMask(Mask) \ - { \ - register u32 Reg __asm("cpsr"); \ - mtcpsr((Reg) & (~((Mask) & XIL_EXCEPTION_ALL))); \ - } -#endif -/****************************************************************************/ -/** -* @brief Enable the IRQ exception. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -#define Xil_ExceptionEnable() \ - Xil_ExceptionEnableMask(XIL_EXCEPTION_FIQ) -#else -#define Xil_ExceptionEnable() \ - Xil_ExceptionEnableMask(XIL_EXCEPTION_IRQ) -#endif - -/****************************************************************************/ -/** -* @brief Disable Exceptions. -* -* @param Mask: Value for disabling the exceptions. -* -* @return None. -* -* @note If bit is 1, exception is disabled. -* C-Style signature: Xil_ExceptionDisableMask(Mask) -* -******************************************************************************/ -#if defined (versal) && !defined(ARMR5) && EL3 -/* - * Cortexa72 processor in versal is coupled with GIC-500, and GIC-500 supports - * only FIQ at EL3. Hence, tweaking this macro to always disable FIQ - * ignoring argument passed by user. - */ -#define Xil_ExceptionDisableMask(Mask) \ - mtcpsr(mfcpsr() | ((XIL_EXCEPTION_FIQ) & XIL_EXCEPTION_ALL)) -#elif defined (__GNUC__) || defined (__ICCARM__) -#define Xil_ExceptionDisableMask(Mask) \ - mtcpsr(mfcpsr() | ((Mask) & XIL_EXCEPTION_ALL)) -#else -#define Xil_ExceptionDisableMask(Mask) \ - { \ - register u32 Reg __asm("cpsr"); \ - mtcpsr((Reg) | ((Mask) & XIL_EXCEPTION_ALL)); \ - } -#endif -/****************************************************************************/ -/** -* Disable the IRQ exception. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -#define Xil_ExceptionDisable() \ - Xil_ExceptionDisableMask(XIL_EXCEPTION_IRQ) - -#if ( defined (PLATFORM_ZYNQMP) && defined (EL3) && (EL3==1) ) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I bit in DAIF.This -* macro is defined for Cortex-A53 64 bit mode BSP configured to run -* at EL3.. However,it is not defined for Versal Cortex-A72 BSP -* configured to run at EL3. Reason is, Cortex-A72 is coupled -* with GIC-500(GICv3 specifications) and it triggers only FIQ at EL3. -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I bit -* is set as 1). To allow nesting of interrupts, this macro should be -* used. It clears the I bit. Once that bit is cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I -* bit, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("mrs X1, ELR_EL3"); \ - __asm__ __volatile__ ("mrs X2, SPSR_EL3"); \ - __asm__ __volatile__ ("stp X1,X2, [sp,#-0x10]!"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("bic X1,X1,#(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I bit in DAIF. This -* macro is defined for Cortex-A53 64 bit mode BSP configured to run -* at EL3. -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ mode and -* hence sets back the I bit. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldp X1,X2, [sp,#0x10]!"); \ - __asm__ __volatile__ ("msr ELR_EL3, X1"); \ - __asm__ __volatile__ ("msr SPSR_EL3, X2"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("orr X1, X1, #(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -#elif (defined (EL1_NONSECURE) && (EL1_NONSECURE==1)) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I bit in DAIF.This -* macro is defined for Cortex-A53 64 bit mode and Cortex-A72 64 bit -* BSP configured to run at EL1 NON SECURE -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I bit -* is set as 1). To allow nesting of interrupts, this macro should be -* used. It clears the I bit. Once that bit is cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I -* bit, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("mrs X1, ELR_EL1"); \ - __asm__ __volatile__ ("mrs X2, SPSR_EL1"); \ - __asm__ __volatile__ ("stp X1,X2, [sp,#-0x10]!"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("bic X1,X1,#(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I bit in DAIF. This -* macro is defined for Cortex-A53 64 bit mode and Cortex-A72 64 bit -* BSP configured to run at EL1 NON SECURE -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ mode and -* hence sets back the I bit. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldp X1,X2, [sp,#0x10]!"); \ - __asm__ __volatile__ ("msr ELR_EL1, X1"); \ - __asm__ __volatile__ ("msr SPSR_EL1, X2"); \ - __asm__ __volatile__ ("mrs X1, DAIF"); \ - __asm__ __volatile__ ("orr X1, X1, #(0x1<<7)"); \ - __asm__ __volatile__ ("msr DAIF, X1"); \ - -#elif (!defined (__aarch64__) && !defined (ARMA53_32)) -/****************************************************************************/ -/** -* @brief Enable nested interrupts by clearing the I and F bits in CPSR. This -* API is defined for cortex-a9 and cortex-r5. -* -* @return None. -* -* @note This macro is supposed to be used from interrupt handlers. In the -* interrupt handler the interrupts are disabled by default (I and F -* are 1). To allow nesting of interrupts, this macro should be -* used. It clears the I and F bits by changing the ARM mode to -* system mode. Once these bits are cleared and provided the -* preemption of interrupt conditions are met in the GIC, nesting of -* interrupts will start happening. -* Caution: This macro must be used with caution. Before calling this -* macro, the user must ensure that the source of the current IRQ -* is appropriately cleared. Otherwise, as soon as we clear the I and -* F bits, there can be an infinite loop of interrupts with an -* eventual crash (all the stack space getting consumed). -******************************************************************************/ -#define Xil_EnableNestedInterrupts() \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); \ - __asm__ __volatile__ ("mrs lr, spsr"); \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr cpsr_c, #0x1F"); \ - __asm__ __volatile__ ("stmfd sp!, {lr}"); -/****************************************************************************/ -/** -* @brief Disable the nested interrupts by setting the I and F bits. This API -* is defined for cortex-a9 and cortex-r5. -* -* @return None. -* -* @note This macro is meant to be called in the interrupt service routines. -* This macro cannot be used independently. It can only be used when -* nesting of interrupts have been enabled by using the macro -* Xil_EnableNestedInterrupts(). In a typical flow, the user first -* calls the Xil_EnableNestedInterrupts in the ISR at the appropriate -* point. The user then must call this macro before exiting the interrupt -* service routine. This macro puts the ARM back in IRQ/FIQ mode and -* hence sets back the I and F bits. -******************************************************************************/ -#define Xil_DisableNestedInterrupts() \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr cpsr_c, #0x92"); \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - __asm__ __volatile__ ("msr spsr_cxsf, lr"); \ - __asm__ __volatile__ ("ldmfd sp!, {lr}"); \ - -#endif -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -extern void Xil_ExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler Handler, - void *Data); - -extern void Xil_ExceptionRemoveHandler(u32 Exception_id); -extern void Xil_GetExceptionRegisterHandler(u32 Exception_id, - Xil_ExceptionHandler *Handler, void **Data); - -extern void Xil_ExceptionInit(void); -#if defined (__aarch64__) -void Xil_SyncAbortHandler(void *CallBackRef); -void Xil_SErrorAbortHandler(void *CallBackRef); -#else -extern void Xil_DataAbortHandler(void *CallBackRef); -extern void Xil_PrefetchAbortHandler(void *CallBackRef); -extern void Xil_UndefinedExceptionHandler(void *CallBackRef); -#endif - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_EXCEPTION_H */ -/** -* @} End of "addtogroup arm_exception_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_hal.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_hal.h deleted file mode 100644 index 4b289a7..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_hal.h +++ /dev/null @@ -1,43 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_hal.h -* -* Contains all the HAL header files. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/28/09 Initial release
-*
-* 
-* -* @note -* -******************************************************************************/ - -#ifndef XIL_HAL_H -#define XIL_HAL_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_cache.h" -#include "xil_io.h" -#include "xil_assert.h" -#include "xil_exception.h" -#include "xil_types.h" - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_io.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_io.h deleted file mode 100644 index 853ef6b..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_io.h +++ /dev/null @@ -1,412 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_io.h -* -* @addtogroup common_io_interfacing_apis Register IO interfacing APIs -* -* The xil_io.h file contains the interface for the general I/O component, which -* encapsulates the Input/Output functions for the processors that do not -* require any special I/O handling. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp  	 05/29/14 First release
-* 6.00  mus      08/19/16 Remove checking of __LITTLE_ENDIAN__ flag for
-*                         ARM processors
-* 7.20  har      01/03/20 Added Xil_SecureOut32 for avoiding blindwrite for
-*                         CR-1049218
-* 7.30  kpt      09/21/20 Moved Xil_EndianSwap16 and Xil_EndianSwap32 to
-*                         xil_io.h and made them as static inline
-*       am       10/13/20 Changed the return type of Xil_SecureOut32 function
-*                         from u32 to int
-* 7.50  dp       02/12/21 Fix compilation error in Xil_EndianSwap32() that occur
-*                         when -Werror=conversion compiler flag is enabled
-* 7.5   mus      05/17/21 Update the functions with comments. It fixes CR#1067739.
-*
-* 
-******************************************************************************/ - -#ifndef XIL_IO_H /* prevent circular inclusions */ -#define XIL_IO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_printf.h" -#include "xstatus.h" - -#if defined (__MICROBLAZE__) -#include "mb_interface.h" -#else -#include "xpseudo_asm.h" -#endif - -/************************** Function Prototypes ******************************/ -#ifdef ENABLE_SAFETY -extern u32 XStl_RegUpdate(u32 RegAddr, u32 RegVal); -#endif - -/***************** Macros (Inline Functions) Definitions *********************/ -#if defined __GNUC__ -#if defined (__MICROBLAZE__) -# define INST_SYNC mbar(0) -# define DATA_SYNC mbar(1) -# else -# define SYNCHRONIZE_IO dmb() -# define INST_SYNC isb() -# define DATA_SYNC dsb() -# endif -#else -# define SYNCHRONIZE_IO -# define INST_SYNC -# define DATA_SYNC -# define INST_SYNC -# define DATA_SYNC -#endif - -#if defined (__GNUC__) || defined (__ICCARM__) || defined (__MICROBLAZE__) -#define INLINE inline -#else -#define INLINE __inline -#endif - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading -* from the specified address and returning the 8 bit Value read from -* that address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 8 bit Value read from the specified input address. - -* -******************************************************************************/ -static INLINE u8 Xil_In8(UINTPTR Addr) -{ - return *(volatile u8 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading from -* the specified address and returning the 16 bit Value read from that -* address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 16 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u16 Xil_In16(UINTPTR Addr) -{ - return *(volatile u16 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by -* reading from the specified address and returning the 32 bit Value -* read from that address. -* -* @param Addr: contains the address to perform the input operation -* -* @return The 32 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u32 Xil_In32(UINTPTR Addr) -{ - return *(volatile u32 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an input operation for a memory location by reading the -* 64 bit Value read from that address. -* -* -* @param Addr: contains the address to perform the input operation -* -* @return The 64 bit Value read from the specified input address. -* -******************************************************************************/ -static INLINE u64 Xil_In64(UINTPTR Addr) -{ - return *(volatile u64 *) Addr; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for an memory location by -* writing the 8 bit Value to the the specified address. -* -* @param Addr: contains the address to perform the output operation -* @param Value: contains the 8 bit Value to be written at the specified -* address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out8(UINTPTR Addr, u8 Value) -{ - /* write 8 bit value to specified address */ - volatile u8 *LocalAddr = (volatile u8 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 16 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains the Value to be written at the specified address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out16(UINTPTR Addr, u16 Value) -{ - /* write 16 bit value to specified address */ - volatile u16 *LocalAddr = (volatile u16 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 32 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains the 32 bit Value to be written at the specified -* address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out32(UINTPTR Addr, u32 Value) -{ - /* write 32 bit value to specified address */ -#ifndef ENABLE_SAFETY - volatile u32 *LocalAddr = (volatile u32 *)Addr; - *LocalAddr = Value; -#else - XStl_RegUpdate(Addr, Value); -#endif -} - -/*****************************************************************************/ -/** -* -* @brief Performs an output operation for a memory location by writing the -* 64 bit Value to the the specified address. -* -* @param Addr contains the address to perform the output operation -* @param Value contains 64 bit Value to be written at the specified address. -* -* @return None. -* -******************************************************************************/ -static INLINE void Xil_Out64(UINTPTR Addr, u64 Value) -{ - /* write 64 bit value to specified address */ - volatile u64 *LocalAddr = (volatile u64 *)Addr; - *LocalAddr = Value; -} - -/*****************************************************************************/ -/** - * - * @brief Performs an output operation for a memory location by writing the - * 32 bit Value to the the specified address and then reading it - * back to verify the value written in the register. - * - * @param Addr contains the address to perform the output operation - * @param Value contains 32 bit Value to be written at the specified address - * - * @return Returns Status - * - XST_SUCCESS on success - * - XST_FAILURE on failure - * - *****************************************************************************/ -static INLINE int Xil_SecureOut32(UINTPTR Addr, u32 Value) -{ - int Status = XST_FAILURE; - u32 ReadReg; - u32 ReadRegTemp; - - /* writing 32 bit value to specified address */ - Xil_Out32(Addr, Value); - - /* verify value written to specified address with multiple reads */ - ReadReg = Xil_In32(Addr); - ReadRegTemp = Xil_In32(Addr); - - if( (ReadReg == Value) && (ReadRegTemp == Value) ) { - Status = XST_SUCCESS; - } - - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a 16-bit endian conversion. -* -* @param Data: 16 bit value to be converted -* -* @return 16 bit Data with converted endianness -* -******************************************************************************/ -static INLINE __attribute__((always_inline)) u16 Xil_EndianSwap16(u16 Data) -{ - return (u16) (((Data & 0xFF00U) >> 8U) | ((Data & 0x00FFU) << 8U)); -} - -/*****************************************************************************/ -/** -* -* @brief Perform a 32-bit endian conversion. -* -* @param Data: 32 bit value to be converted -* -* @return 32 bit data with converted endianness -* -******************************************************************************/ -static INLINE __attribute__((always_inline)) u32 Xil_EndianSwap32(u32 Data) -{ - u16 LoWord; - u16 HiWord; - - /* get each of the half words from the 32 bit word */ - - LoWord = (u16) (Data & 0x0000FFFFU); - HiWord = (u16) ((Data & 0xFFFF0000U) >> 16U); - - /* byte swap each of the 16 bit half words */ - - LoWord = (u16)(((LoWord & 0xFF00U) >> 8U) | ((LoWord & 0x00FFU) << 8U)); - HiWord = (u16)(((HiWord & 0xFF00U) >> 8U) | ((HiWord & 0x00FFU) << 8U)); - - /* swap the half words before returning the value */ - - return ((((u32)LoWord) << (u32)16U) | (u32)HiWord); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -# define Xil_In16LE Xil_In16 -# define Xil_In32LE Xil_In32 -# define Xil_Out16LE Xil_Out16 -# define Xil_Out32LE Xil_Out32 -# define Xil_Htons Xil_EndianSwap16 -# define Xil_Htonl Xil_EndianSwap32 -# define Xil_Ntohs Xil_EndianSwap16 -# define Xil_Ntohl Xil_EndianSwap32 -# else -# define Xil_In16BE Xil_In16 -# define Xil_In32BE Xil_In32 -# define Xil_Out16BE Xil_Out16 -# define Xil_Out32BE Xil_Out32 -# define Xil_Htons(Data) (Data) -# define Xil_Htonl(Data) (Data) -# define Xil_Ntohs(Data) (Data) -# define Xil_Ntohl(Data) (Data) -#endif -#else -# define Xil_In16LE Xil_In16 -# define Xil_In32LE Xil_In32 -# define Xil_Out16LE Xil_Out16 -# define Xil_Out32LE Xil_Out32 -# define Xil_Htons Xil_EndianSwap16 -# define Xil_Htonl Xil_EndianSwap32 -# define Xil_Ntohs Xil_EndianSwap16 -# define Xil_Ntohl Xil_EndianSwap32 -#endif - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE u16 Xil_In16BE(UINTPTR Addr) -#else -static INLINE u16 Xil_In16LE(UINTPTR Addr) -#endif -#else -static INLINE u16 Xil_In16BE(UINTPTR Addr) -#endif -{ - u16 value = Xil_In16(Addr); - return Xil_EndianSwap16(value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE u32 Xil_In32BE(UINTPTR Addr) -#else -static INLINE u32 Xil_In32LE(UINTPTR Addr) -#endif -#else -static INLINE u32 Xil_In32BE(UINTPTR Addr) -#endif -{ - u32 value = Xil_In32(Addr); - return Xil_EndianSwap32(value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE void Xil_Out16BE(UINTPTR Addr, u16 Value) -#else -static INLINE void Xil_Out16LE(UINTPTR Addr, u16 Value) -#endif -#else -static INLINE void Xil_Out16BE(UINTPTR Addr, u16 Value) -#endif -{ - Value = Xil_EndianSwap16(Value); - Xil_Out16(Addr, Value); -} - -#if defined (__MICROBLAZE__) -#ifdef __LITTLE_ENDIAN__ -static INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value) -#else -static INLINE void Xil_Out32LE(UINTPTR Addr, u32 Value) -#endif -#else -static INLINE void Xil_Out32BE(UINTPTR Addr, u32 Value) -#endif -{ - Value = Xil_EndianSwap32(Value); - Xil_Out32(Addr, Value); -} - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_io_interfacing_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_macroback.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_macroback.h deleted file mode 100644 index fac185e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_macroback.h +++ /dev/null @@ -1,1112 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*********************************************************************/ -/** - * @file xil_macroback.h - * - * This header file is meant to bring back the removed _m macros. - * This header file must be included last. - * The following macros are not defined here due to the driver change: - * XGpio_mSetDataDirection - * XGpio_mGetDataReg - * XGpio_mSetDataReg - * XIIC_RESET - * XIIC_CLEAR_STATS - * XSpi_mReset - * XSysAce_mSetCfgAddr - * XSysAce_mIsCfgDone - * XTft_mSetPixel - * XTft_mGetPixel - * XWdtTb_mEnableWdt - * XWdtTb_mDisbleWdt - * XWdtTb_mRestartWdt - * XWdtTb_mGetTimebaseReg - * XWdtTb_mHasReset - * - * Please refer the corresponding driver document for replacement. - * - *********************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_MACROBACK_H -#define XIL_MACROBACK_H - -#ifdef __cplusplus -extern "C" { -#endif - -/*********************************************************************/ -/** - * Macros for Driver XCan - * - *********************************************************************/ -#ifndef XCan_mReadReg -#define XCan_mReadReg XCan_ReadReg -#endif - -#ifndef XCan_mWriteReg -#define XCan_mWriteReg XCan_WriteReg -#endif - -#ifndef XCan_mIsTxDone -#define XCan_mIsTxDone XCan_IsTxDone -#endif - -#ifndef XCan_mIsTxFifoFull -#define XCan_mIsTxFifoFull XCan_IsTxFifoFull -#endif - -#ifndef XCan_mIsHighPriorityBufFull -#define XCan_mIsHighPriorityBufFull XCan_IsHighPriorityBufFull -#endif - -#ifndef XCan_mIsRxEmpty -#define XCan_mIsRxEmpty XCan_IsRxEmpty -#endif - -#ifndef XCan_mIsAcceptFilterBusy -#define XCan_mIsAcceptFilterBusy XCan_IsAcceptFilterBusy -#endif - -#ifndef XCan_mCreateIdValue -#define XCan_mCreateIdValue XCan_CreateIdValue -#endif - -#ifndef XCan_mCreateDlcValue -#define XCan_mCreateDlcValue XCan_CreateDlcValue -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDmaCentral - * - *********************************************************************/ -#ifndef XDmaCentral_mWriteReg -#define XDmaCentral_mWriteReg XDmaCentral_WriteReg -#endif - -#ifndef XDmaCentral_mReadReg -#define XDmaCentral_mReadReg XDmaCentral_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDsAdc - * - *********************************************************************/ -#ifndef XDsAdc_mWriteReg -#define XDsAdc_mWriteReg XDsAdc_WriteReg -#endif - -#ifndef XDsAdc_mReadReg -#define XDsAdc_mReadReg XDsAdc_ReadReg -#endif - -#ifndef XDsAdc_mIsEmpty -#define XDsAdc_mIsEmpty XDsAdc_IsEmpty -#endif - -#ifndef XDsAdc_mSetFstmReg -#define XDsAdc_mSetFstmReg XDsAdc_SetFstmReg -#endif - -#ifndef XDsAdc_mGetFstmReg -#define XDsAdc_mGetFstmReg XDsAdc_GetFstmReg -#endif - -#ifndef XDsAdc_mEnableConversion -#define XDsAdc_mEnableConversion XDsAdc_EnableConversion -#endif - -#ifndef XDsAdc_mDisableConversion -#define XDsAdc_mDisableConversion XDsAdc_DisableConversion -#endif - -#ifndef XDsAdc_mGetFifoOccyReg -#define XDsAdc_mGetFifoOccyReg XDsAdc_GetFifoOccyReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XDsDac - * - *********************************************************************/ -#ifndef XDsDac_mWriteReg -#define XDsDac_mWriteReg XDsDac_WriteReg -#endif - -#ifndef XDsDac_mReadReg -#define XDsDac_mReadReg XDsDac_ReadReg -#endif - -#ifndef XDsDac_mIsEmpty -#define XDsDac_mIsEmpty XDsDac_IsEmpty -#endif - -#ifndef XDsDac_mFifoIsFull -#define XDsDac_mFifoIsFull XDsDac_FifoIsFull -#endif - -#ifndef XDsDac_mGetVacancy -#define XDsDac_mGetVacancy XDsDac_GetVacancy -#endif - -/*********************************************************************/ -/** - * Macros for Driver XEmacLite - * - *********************************************************************/ -#ifndef XEmacLite_mReadReg -#define XEmacLite_mReadReg XEmacLite_ReadReg -#endif - -#ifndef XEmacLite_mWriteReg -#define XEmacLite_mWriteReg XEmacLite_WriteReg -#endif - -#ifndef XEmacLite_mGetTxStatus -#define XEmacLite_mGetTxStatus XEmacLite_GetTxStatus -#endif - -#ifndef XEmacLite_mSetTxStatus -#define XEmacLite_mSetTxStatus XEmacLite_SetTxStatus -#endif - -#ifndef XEmacLite_mGetRxStatus -#define XEmacLite_mGetRxStatus XEmacLite_GetRxStatus -#endif - -#ifndef XEmacLite_mSetRxStatus -#define XEmacLite_mSetRxStatus XEmacLite_SetRxStatus -#endif - -#ifndef XEmacLite_mIsTxDone -#define XEmacLite_mIsTxDone XEmacLite_IsTxDone -#endif - -#ifndef XEmacLite_mIsRxEmpty -#define XEmacLite_mIsRxEmpty XEmacLite_IsRxEmpty -#endif - -#ifndef XEmacLite_mNextTransmitAddr -#define XEmacLite_mNextTransmitAddr XEmacLite_NextTransmitAddr -#endif - -#ifndef XEmacLite_mNextReceiveAddr -#define XEmacLite_mNextReceiveAddr XEmacLite_NextReceiveAddr -#endif - -#ifndef XEmacLite_mIsMdioConfigured -#define XEmacLite_mIsMdioConfigured XEmacLite_IsMdioConfigured -#endif - -#ifndef XEmacLite_mIsLoopbackConfigured -#define XEmacLite_mIsLoopbackConfigured XEmacLite_IsLoopbackConfigured -#endif - -#ifndef XEmacLite_mGetReceiveDataLength -#define XEmacLite_mGetReceiveDataLength XEmacLite_GetReceiveDataLength -#endif - -#ifndef XEmacLite_mGetTxActive -#define XEmacLite_mGetTxActive XEmacLite_GetTxActive -#endif - -#ifndef XEmacLite_mSetTxActive -#define XEmacLite_mSetTxActive XEmacLite_SetTxActive -#endif - -/*********************************************************************/ -/** - * Macros for Driver XGpio - * - *********************************************************************/ -#ifndef XGpio_mWriteReg -#define XGpio_mWriteReg XGpio_WriteReg -#endif - -#ifndef XGpio_mReadReg -#define XGpio_mReadReg XGpio_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XHwIcap - * - *********************************************************************/ -#ifndef XHwIcap_mFifoWrite -#define XHwIcap_mFifoWrite XHwIcap_FifoWrite -#endif - -#ifndef XHwIcap_mFifoRead -#define XHwIcap_mFifoRead XHwIcap_FifoRead -#endif - -#ifndef XHwIcap_mSetSizeReg -#define XHwIcap_mSetSizeReg XHwIcap_SetSizeReg -#endif - -#ifndef XHwIcap_mGetControlReg -#define XHwIcap_mGetControlReg XHwIcap_GetControlReg -#endif - -#ifndef XHwIcap_mStartConfig -#define XHwIcap_mStartConfig XHwIcap_StartConfig -#endif - -#ifndef XHwIcap_mStartReadBack -#define XHwIcap_mStartReadBack XHwIcap_StartReadBack -#endif - -#ifndef XHwIcap_mGetStatusReg -#define XHwIcap_mGetStatusReg XHwIcap_GetStatusReg -#endif - -#ifndef XHwIcap_mIsTransferDone -#define XHwIcap_mIsTransferDone XHwIcap_IsTransferDone -#endif - -#ifndef XHwIcap_mIsDeviceBusy -#define XHwIcap_mIsDeviceBusy XHwIcap_IsDeviceBusy -#endif - -#ifndef XHwIcap_mIntrGlobalEnable -#define XHwIcap_mIntrGlobalEnable XHwIcap_IntrGlobalEnable -#endif - -#ifndef XHwIcap_mIntrGlobalDisable -#define XHwIcap_mIntrGlobalDisable XHwIcap_IntrGlobalDisable -#endif - -#ifndef XHwIcap_mIntrGetStatus -#define XHwIcap_mIntrGetStatus XHwIcap_IntrGetStatus -#endif - -#ifndef XHwIcap_mIntrDisable -#define XHwIcap_mIntrDisable XHwIcap_IntrDisable -#endif - -#ifndef XHwIcap_mIntrEnable -#define XHwIcap_mIntrEnable XHwIcap_IntrEnable -#endif - -#ifndef XHwIcap_mIntrGetEnabled -#define XHwIcap_mIntrGetEnabled XHwIcap_IntrGetEnabled -#endif - -#ifndef XHwIcap_mIntrClear -#define XHwIcap_mIntrClear XHwIcap_IntrClear -#endif - -#ifndef XHwIcap_mGetWrFifoVacancy -#define XHwIcap_mGetWrFifoVacancy XHwIcap_GetWrFifoVacancy -#endif - -#ifndef XHwIcap_mGetRdFifoOccupancy -#define XHwIcap_mGetRdFifoOccupancy XHwIcap_GetRdFifoOccupancy -#endif - -#ifndef XHwIcap_mSliceX2Col -#define XHwIcap_mSliceX2Col XHwIcap_SliceX2Col -#endif - -#ifndef XHwIcap_mSliceY2Row -#define XHwIcap_mSliceY2Row XHwIcap_SliceY2Row -#endif - -#ifndef XHwIcap_mSliceXY2Slice -#define XHwIcap_mSliceXY2Slice XHwIcap_SliceXY2Slice -#endif - -#ifndef XHwIcap_mReadReg -#define XHwIcap_mReadReg XHwIcap_ReadReg -#endif - -#ifndef XHwIcap_mWriteReg -#define XHwIcap_mWriteReg XHwIcap_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XIic - * - *********************************************************************/ -#ifndef XIic_mReadReg -#define XIic_mReadReg XIic_ReadReg -#endif - -#ifndef XIic_mWriteReg -#define XIic_mWriteReg XIic_WriteReg -#endif - -#ifndef XIic_mEnterCriticalRegion -#define XIic_mEnterCriticalRegion XIic_IntrGlobalDisable -#endif - -#ifndef XIic_mExitCriticalRegion -#define XIic_mExitCriticalRegion XIic_IntrGlobalEnable -#endif - -#ifndef XIIC_GINTR_DISABLE -#define XIIC_GINTR_DISABLE XIic_IntrGlobalDisable -#endif - -#ifndef XIIC_GINTR_ENABLE -#define XIIC_GINTR_ENABLE XIic_IntrGlobalEnable -#endif - -#ifndef XIIC_IS_GINTR_ENABLED -#define XIIC_IS_GINTR_ENABLED XIic_IsIntrGlobalEnabled -#endif - -#ifndef XIIC_WRITE_IISR -#define XIIC_WRITE_IISR XIic_WriteIisr -#endif - -#ifndef XIIC_READ_IISR -#define XIIC_READ_IISR XIic_ReadIisr -#endif - -#ifndef XIIC_WRITE_IIER -#define XIIC_WRITE_IIER XIic_WriteIier -#endif - -#ifndef XIic_mClearIisr -#define XIic_mClearIisr XIic_ClearIisr -#endif - -#ifndef XIic_mSend7BitAddress -#define XIic_mSend7BitAddress XIic_Send7BitAddress -#endif - -#ifndef XIic_mDynSend7BitAddress -#define XIic_mDynSend7BitAddress XIic_DynSend7BitAddress -#endif - -#ifndef XIic_mDynSendStartStopAddress -#define XIic_mDynSendStartStopAddress XIic_DynSendStartStopAddress -#endif - -#ifndef XIic_mDynSendStop -#define XIic_mDynSendStop XIic_DynSendStop -#endif - -#ifndef XIic_mSend10BitAddrByte1 -#define XIic_mSend10BitAddrByte1 XIic_Send10BitAddrByte1 -#endif - -#ifndef XIic_mSend10BitAddrByte2 -#define XIic_mSend10BitAddrByte2 XIic_Send10BitAddrByte2 -#endif - -#ifndef XIic_mSend7BitAddr -#define XIic_mSend7BitAddr XIic_Send7BitAddr -#endif - -#ifndef XIic_mDisableIntr -#define XIic_mDisableIntr XIic_DisableIntr -#endif - -#ifndef XIic_mEnableIntr -#define XIic_mEnableIntr XIic_EnableIntr -#endif - -#ifndef XIic_mClearIntr -#define XIic_mClearIntr XIic_ClearIntr -#endif - -#ifndef XIic_mClearEnableIntr -#define XIic_mClearEnableIntr XIic_ClearEnableIntr -#endif - -#ifndef XIic_mFlushRxFifo -#define XIic_mFlushRxFifo XIic_FlushRxFifo -#endif - -#ifndef XIic_mFlushTxFifo -#define XIic_mFlushTxFifo XIic_FlushTxFifo -#endif - -#ifndef XIic_mReadRecvByte -#define XIic_mReadRecvByte XIic_ReadRecvByte -#endif - -#ifndef XIic_mWriteSendByte -#define XIic_mWriteSendByte XIic_WriteSendByte -#endif - -#ifndef XIic_mSetControlRegister -#define XIic_mSetControlRegister XIic_SetControlRegister -#endif - -/*********************************************************************/ -/** - * Macros for Driver XIntc - * - *********************************************************************/ -#ifndef XIntc_mMasterEnable -#define XIntc_mMasterEnable XIntc_MasterEnable -#endif - -#ifndef XIntc_mMasterDisable -#define XIntc_mMasterDisable XIntc_MasterDisable -#endif - -#ifndef XIntc_mEnableIntr -#define XIntc_mEnableIntr XIntc_EnableIntr -#endif - -#ifndef XIntc_mDisableIntr -#define XIntc_mDisableIntr XIntc_DisableIntr -#endif - -#ifndef XIntc_mAckIntr -#define XIntc_mAckIntr XIntc_AckIntr -#endif - -#ifndef XIntc_mGetIntrStatus -#define XIntc_mGetIntrStatus XIntc_GetIntrStatus -#endif - -/*********************************************************************/ -/** - * Macros for Driver XLlDma - * - *********************************************************************/ -#ifndef XLlDma_mBdRead -#define XLlDma_mBdRead XLlDma_BdRead -#endif - -#ifndef XLlDma_mBdWrite -#define XLlDma_mBdWrite XLlDma_BdWrite -#endif - -#ifndef XLlDma_mWriteReg -#define XLlDma_mWriteReg XLlDma_WriteReg -#endif - -#ifndef XLlDma_mReadReg -#define XLlDma_mReadReg XLlDma_ReadReg -#endif - -#ifndef XLlDma_mBdClear -#define XLlDma_mBdClear XLlDma_BdClear -#endif - -#ifndef XLlDma_mBdSetStsCtrl -#define XLlDma_mBdSetStsCtrl XLlDma_BdSetStsCtrl -#endif - -#ifndef XLlDma_mBdGetStsCtrl -#define XLlDma_mBdGetStsCtrl XLlDma_BdGetStsCtrl -#endif - -#ifndef XLlDma_mBdSetLength -#define XLlDma_mBdSetLength XLlDma_BdSetLength -#endif - -#ifndef XLlDma_mBdGetLength -#define XLlDma_mBdGetLength XLlDma_BdGetLength -#endif - -#ifndef XLlDma_mBdSetId -#define XLlDma_mBdSetId XLlDma_BdSetId -#endif - -#ifndef XLlDma_mBdGetId -#define XLlDma_mBdGetId XLlDma_BdGetId -#endif - -#ifndef XLlDma_mBdSetBufAddr -#define XLlDma_mBdSetBufAddr XLlDma_BdSetBufAddr -#endif - -#ifndef XLlDma_mBdGetBufAddr -#define XLlDma_mBdGetBufAddr XLlDma_BdGetBufAddr -#endif - -#ifndef XLlDma_mBdGetLength -#define XLlDma_mBdGetLength XLlDma_BdGetLength -#endif - -#ifndef XLlDma_mGetTxRing -#define XLlDma_mGetTxRing XLlDma_GetTxRing -#endif - -#ifndef XLlDma_mGetRxRing -#define XLlDma_mGetRxRing XLlDma_GetRxRing -#endif - -#ifndef XLlDma_mGetCr -#define XLlDma_mGetCr XLlDma_GetCr -#endif - -#ifndef XLlDma_mSetCr -#define XLlDma_mSetCr XLlDma_SetCr -#endif - -#ifndef XLlDma_mBdRingCntCalc -#define XLlDma_mBdRingCntCalc XLlDma_BdRingCntCalc -#endif - -#ifndef XLlDma_mBdRingMemCalc -#define XLlDma_mBdRingMemCalc XLlDma_BdRingMemCalc -#endif - -#ifndef XLlDma_mBdRingGetCnt -#define XLlDma_mBdRingGetCnt XLlDma_BdRingGetCnt -#endif - -#ifndef XLlDma_mBdRingGetFreeCnt -#define XLlDma_mBdRingGetFreeCnt XLlDma_BdRingGetFreeCnt -#endif - -#ifndef XLlDma_mBdRingSnapShotCurrBd -#define XLlDma_mBdRingSnapShotCurrBd XLlDma_BdRingSnapShotCurrBd -#endif - -#ifndef XLlDma_mBdRingNext -#define XLlDma_mBdRingNext XLlDma_BdRingNext -#endif - -#ifndef XLlDma_mBdRingPrev -#define XLlDma_mBdRingPrev XLlDma_BdRingPrev -#endif - -#ifndef XLlDma_mBdRingGetSr -#define XLlDma_mBdRingGetSr XLlDma_BdRingGetSr -#endif - -#ifndef XLlDma_mBdRingSetSr -#define XLlDma_mBdRingSetSr XLlDma_BdRingSetSr -#endif - -#ifndef XLlDma_mBdRingGetCr -#define XLlDma_mBdRingGetCr XLlDma_BdRingGetCr -#endif - -#ifndef XLlDma_mBdRingSetCr -#define XLlDma_mBdRingSetCr XLlDma_BdRingSetCr -#endif - -#ifndef XLlDma_mBdRingBusy -#define XLlDma_mBdRingBusy XLlDma_BdRingBusy -#endif - -#ifndef XLlDma_mBdRingIntEnable -#define XLlDma_mBdRingIntEnable XLlDma_BdRingIntEnable -#endif - -#ifndef XLlDma_mBdRingIntDisable -#define XLlDma_mBdRingIntDisable XLlDma_BdRingIntDisable -#endif - -#ifndef XLlDma_mBdRingIntGetEnabled -#define XLlDma_mBdRingIntGetEnabled XLlDma_BdRingIntGetEnabled -#endif - -#ifndef XLlDma_mBdRingGetIrq -#define XLlDma_mBdRingGetIrq XLlDma_BdRingGetIrq -#endif - -#ifndef XLlDma_mBdRingAckIrq -#define XLlDma_mBdRingAckIrq XLlDma_BdRingAckIrq -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMbox - * - *********************************************************************/ -#ifndef XMbox_mWriteReg -#define XMbox_mWriteReg XMbox_WriteReg -#endif - -#ifndef XMbox_mReadReg -#define XMbox_mReadReg XMbox_ReadReg -#endif - -#ifndef XMbox_mWriteMBox -#define XMbox_mWriteMBox XMbox_WriteMBox -#endif - -#ifndef XMbox_mReadMBox -#define XMbox_mReadMBox XMbox_ReadMBox -#endif - -#ifndef XMbox_mFSLReadMBox -#define XMbox_mFSLReadMBox XMbox_FSLReadMBox -#endif - -#ifndef XMbox_mFSLWriteMBox -#define XMbox_mFSLWriteMBox XMbox_FSLWriteMBox -#endif - -#ifndef XMbox_mFSLIsEmpty -#define XMbox_mFSLIsEmpty XMbox_FSLIsEmpty -#endif - -#ifndef XMbox_mFSLIsFull -#define XMbox_mFSLIsFull XMbox_FSLIsFull -#endif - -#ifndef XMbox_mIsEmpty -#define XMbox_mIsEmpty XMbox_IsEmptyHw -#endif - -#ifndef XMbox_mIsFull -#define XMbox_mIsFull XMbox_IsFullHw -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMpmc - * - *********************************************************************/ -#ifndef XMpmc_mReadReg -#define XMpmc_mReadReg XMpmc_ReadReg -#endif - -#ifndef XMpmc_mWriteReg -#define XMpmc_mWriteReg XMpmc_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XMutex - * - *********************************************************************/ -#ifndef XMutex_mWriteReg -#define XMutex_mWriteReg XMutex_WriteReg -#endif - -#ifndef XMutex_mReadReg -#define XMutex_mReadReg XMutex_ReadReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XPcie - * - *********************************************************************/ -#ifndef XPcie_mReadReg -#define XPcie_mReadReg XPcie_ReadReg -#endif - -#ifndef XPcie_mWriteReg -#define XPcie_mWriteReg XPcie_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSpi - * - *********************************************************************/ -#ifndef XSpi_mIntrGlobalEnable -#define XSpi_mIntrGlobalEnable XSpi_IntrGlobalEnable -#endif - -#ifndef XSpi_mIntrGlobalDisable -#define XSpi_mIntrGlobalDisable XSpi_IntrGlobalDisable -#endif - -#ifndef XSpi_mIsIntrGlobalEnabled -#define XSpi_mIsIntrGlobalEnabled XSpi_IsIntrGlobalEnabled -#endif - -#ifndef XSpi_mIntrGetStatus -#define XSpi_mIntrGetStatus XSpi_IntrGetStatus -#endif - -#ifndef XSpi_mIntrClear -#define XSpi_mIntrClear XSpi_IntrClear -#endif - -#ifndef XSpi_mIntrEnable -#define XSpi_mIntrEnable XSpi_IntrEnable -#endif - -#ifndef XSpi_mIntrDisable -#define XSpi_mIntrDisable XSpi_IntrDisable -#endif - -#ifndef XSpi_mIntrGetEnabled -#define XSpi_mIntrGetEnabled XSpi_IntrGetEnabled -#endif - -#ifndef XSpi_mSetControlReg -#define XSpi_mSetControlReg XSpi_SetControlReg -#endif - -#ifndef XSpi_mGetControlReg -#define XSpi_mGetControlReg XSpi_GetControlReg -#endif - -#ifndef XSpi_mGetStatusReg -#define XSpi_mGetStatusReg XSpi_GetStatusReg -#endif - -#ifndef XSpi_mSetSlaveSelectReg -#define XSpi_mSetSlaveSelectReg XSpi_SetSlaveSelectReg -#endif - -#ifndef XSpi_mGetSlaveSelectReg -#define XSpi_mGetSlaveSelectReg XSpi_GetSlaveSelectReg -#endif - -#ifndef XSpi_mEnable -#define XSpi_mEnable XSpi_Enable -#endif - -#ifndef XSpi_mDisable -#define XSpi_mDisable XSpi_Disable -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSysAce - * - *********************************************************************/ -#ifndef XSysAce_mGetControlReg -#define XSysAce_mGetControlReg XSysAce_GetControlReg -#endif - -#ifndef XSysAce_mSetControlReg -#define XSysAce_mSetControlReg XSysAce_SetControlReg -#endif - -#ifndef XSysAce_mOrControlReg -#define XSysAce_mOrControlReg XSysAce_OrControlReg -#endif - -#ifndef XSysAce_mAndControlReg -#define XSysAce_mAndControlReg XSysAce_AndControlReg -#endif - -#ifndef XSysAce_mGetErrorReg -#define XSysAce_mGetErrorReg XSysAce_GetErrorReg -#endif - -#ifndef XSysAce_mGetStatusReg -#define XSysAce_mGetStatusReg XSysAce_GetStatusReg -#endif - -#ifndef XSysAce_mWaitForLock -#define XSysAce_mWaitForLock XSysAce_WaitForLock -#endif - -#ifndef XSysAce_mEnableIntr -#define XSysAce_mEnableIntr XSysAce_EnableIntr -#endif - -#ifndef XSysAce_mDisableIntr -#define XSysAce_mDisableIntr XSysAce_DisableIntr -#endif - -#ifndef XSysAce_mIsReadyForCmd -#define XSysAce_mIsReadyForCmd XSysAce_IsReadyForCmd -#endif - -#ifndef XSysAce_mIsMpuLocked -#define XSysAce_mIsMpuLocked XSysAce_IsMpuLocked -#endif - -#ifndef XSysAce_mIsIntrEnabled -#define XSysAce_mIsIntrEnabled XSysAce_IsIntrEnabled -#endif - -/*********************************************************************/ -/** - * Macros for Driver XSysMon - * - *********************************************************************/ -#ifndef XSysMon_mIsEventSamplingModeSet -#define XSysMon_mIsEventSamplingModeSet XSysMon_IsEventSamplingModeSet -#endif - -#ifndef XSysMon_mIsDrpBusy -#define XSysMon_mIsDrpBusy XSysMon_IsDrpBusy -#endif - -#ifndef XSysMon_mIsDrpLocked -#define XSysMon_mIsDrpLocked XSysMon_IsDrpLocked -#endif - -#ifndef XSysMon_mRawToTemperature -#define XSysMon_mRawToTemperature XSysMon_RawToTemperature -#endif - -#ifndef XSysMon_mRawToVoltage -#define XSysMon_mRawToVoltage XSysMon_RawToVoltage -#endif - -#ifndef XSysMon_mTemperatureToRaw -#define XSysMon_mTemperatureToRaw XSysMon_TemperatureToRaw -#endif - -#ifndef XSysMon_mVoltageToRaw -#define XSysMon_mVoltageToRaw XSysMon_VoltageToRaw -#endif - -#ifndef XSysMon_mReadReg -#define XSysMon_mReadReg XSysMon_ReadReg -#endif - -#ifndef XSysMon_mWriteReg -#define XSysMon_mWriteReg XSysMon_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XTmrCtr - * - *********************************************************************/ -#ifndef XTimerCtr_mReadReg -#define XTimerCtr_mReadReg XTimerCtr_ReadReg -#endif - -#ifndef XTmrCtr_mWriteReg -#define XTmrCtr_mWriteReg XTmrCtr_WriteReg -#endif - -#ifndef XTmrCtr_mSetControlStatusReg -#define XTmrCtr_mSetControlStatusReg XTmrCtr_SetControlStatusReg -#endif - -#ifndef XTmrCtr_mGetControlStatusReg -#define XTmrCtr_mGetControlStatusReg XTmrCtr_GetControlStatusReg -#endif - -#ifndef XTmrCtr_mGetTimerCounterReg -#define XTmrCtr_mGetTimerCounterReg XTmrCtr_GetTimerCounterReg -#endif - -#ifndef XTmrCtr_mSetLoadReg -#define XTmrCtr_mSetLoadReg XTmrCtr_SetLoadReg -#endif - -#ifndef XTmrCtr_mGetLoadReg -#define XTmrCtr_mGetLoadReg XTmrCtr_GetLoadReg -#endif - -#ifndef XTmrCtr_mEnable -#define XTmrCtr_mEnable XTmrCtr_Enable -#endif - -#ifndef XTmrCtr_mDisable -#define XTmrCtr_mDisable XTmrCtr_Disable -#endif - -#ifndef XTmrCtr_mEnableIntr -#define XTmrCtr_mEnableIntr XTmrCtr_EnableIntr -#endif - -#ifndef XTmrCtr_mDisableIntr -#define XTmrCtr_mDisableIntr XTmrCtr_DisableIntr -#endif - -#ifndef XTmrCtr_mLoadTimerCounterReg -#define XTmrCtr_mLoadTimerCounterReg XTmrCtr_LoadTimerCounterReg -#endif - -#ifndef XTmrCtr_mHasEventOccurred -#define XTmrCtr_mHasEventOccurred XTmrCtr_HasEventOccurred -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUartLite - * - *********************************************************************/ -#ifndef XUartLite_mUpdateStats -#define XUartLite_mUpdateStats XUartLite_UpdateStats -#endif - -#ifndef XUartLite_mWriteReg -#define XUartLite_mWriteReg XUartLite_WriteReg -#endif - -#ifndef XUartLite_mReadReg -#define XUartLite_mReadReg XUartLite_ReadReg -#endif - -#ifndef XUartLite_mClearStats -#define XUartLite_mClearStats XUartLite_ClearStats -#endif - -#ifndef XUartLite_mSetControlReg -#define XUartLite_mSetControlReg XUartLite_SetControlReg -#endif - -#ifndef XUartLite_mGetStatusReg -#define XUartLite_mGetStatusReg XUartLite_GetStatusReg -#endif - -#ifndef XUartLite_mIsReceiveEmpty -#define XUartLite_mIsReceiveEmpty XUartLite_IsReceiveEmpty -#endif - -#ifndef XUartLite_mIsTransmitFull -#define XUartLite_mIsTransmitFull XUartLite_IsTransmitFull -#endif - -#ifndef XUartLite_mIsIntrEnabled -#define XUartLite_mIsIntrEnabled XUartLite_IsIntrEnabled -#endif - -#ifndef XUartLite_mEnableIntr -#define XUartLite_mEnableIntr XUartLite_EnableIntr -#endif - -#ifndef XUartLite_mDisableIntr -#define XUartLite_mDisableIntr XUartLite_DisableIntr -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUartNs550 - * - *********************************************************************/ -#ifndef XUartNs550_mUpdateStats -#define XUartNs550_mUpdateStats XUartNs550_UpdateStats -#endif - -#ifndef XUartNs550_mReadReg -#define XUartNs550_mReadReg XUartNs550_ReadReg -#endif - -#ifndef XUartNs550_mWriteReg -#define XUartNs550_mWriteReg XUartNs550_WriteReg -#endif - -#ifndef XUartNs550_mClearStats -#define XUartNs550_mClearStats XUartNs550_ClearStats -#endif - -#ifndef XUartNs550_mGetLineStatusReg -#define XUartNs550_mGetLineStatusReg XUartNs550_GetLineStatusReg -#endif - -#ifndef XUartNs550_mGetLineControlReg -#define XUartNs550_mGetLineControlReg XUartNs550_GetLineControlReg -#endif - -#ifndef XUartNs550_mSetLineControlReg -#define XUartNs550_mSetLineControlReg XUartNs550_SetLineControlReg -#endif - -#ifndef XUartNs550_mEnableIntr -#define XUartNs550_mEnableIntr XUartNs550_EnableIntr -#endif - -#ifndef XUartNs550_mDisableIntr -#define XUartNs550_mDisableIntr XUartNs550_DisableIntr -#endif - -#ifndef XUartNs550_mIsReceiveData -#define XUartNs550_mIsReceiveData XUartNs550_IsReceiveData -#endif - -#ifndef XUartNs550_mIsTransmitEmpty -#define XUartNs550_mIsTransmitEmpty XUartNs550_IsTransmitEmpty -#endif - -/*********************************************************************/ -/** - * Macros for Driver XUsb - * - *********************************************************************/ -#ifndef XUsb_mReadReg -#define XUsb_mReadReg XUsb_ReadReg -#endif - -#ifndef XUsb_mWriteReg -#define XUsb_mWriteReg XUsb_WriteReg -#endif - -/*********************************************************************/ -/** - * Macros for Driver XPmonPsv - * - *********************************************************************/ -#ifndef XpsvPmon_CfgInitialize -#define XpsvPmon_CfgInitialize XPmonPsv_CfgInitialize -#endif - -#ifndef XpsvPmon_LookupConfig -#define XpsvPmon_LookupConfig XPmonPsv_LookupConfig -#endif - -#ifndef XpsvPmon_WriteReg -#define XpsvPmon_WriteReg XPmonPsv_WriteReg -#endif - -#ifndef XpsvPmon_SetMetrics -#define XpsvPmon_SetMetrics XPmonPsv_SetMetrics -#endif - -#ifndef XpsvPmon_GetMetrics -#define XpsvPmon_GetMetrics XPmonPsv_GetMetrics -#endif - -#ifndef XpsvPmon_ResetCounter -#define XpsvPmon_ResetCounter XPmonPsv_ResetCounter -#endif - -#ifndef XpsvPmon_GetWriteCounter -#define XpsvPmon_GetWriteCounter XPmonPsv_GetWriteCounter -#endif - -#ifndef XpsvPmon_GetReadCounter -#define XpsvPmon_GetReadCounter XPmonPsv_GetReadCounter -#endif - -#ifndef XpsvPmon_EnableCounters -#define XpsvPmon_EnableCounters XPmonPsv_EnableCounters -#endif - -#ifndef XpsvPmon_StopCounter -#define XpsvPmon_StopCounter XPmonPsv_StopCounter -#endif - -#ifndef XpsvPmon_SetPort -#define XpsvPmon_SetPort XPmonPsv_SetPort -#endif - -#ifndef XpsvPmon_SetSrc -#define XpsvPmon_SetSrc XPmonPsv_SetSrc -#endif - -#ifndef XpsvPmon_Unlock -#define XpsvPmon_Unlock XPmonPsv_Unlock -#endif - -#ifndef XpsvPmon_Lock -#define XpsvPmon_Lock XPmonPsv_Lock -#endif - - -#ifndef XpsvPmon_RequestCounter -#define XpsvPmon_RequestCounter XPmonPsv_RequestCounter -#endif - -#ifndef XPmonpsv_Config -#define XPmonpsv_Config XPmonPsv_Config -#endif - -typedef XPmonPsv XpsvPmon; -#ifdef __cplusplus -} -#endif - -#endif -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mem.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mem.c deleted file mode 100644 index 1f57654..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mem.c +++ /dev/null @@ -1,64 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_mem.c -* -* This file contains xil mem copy function to use in case of word aligned -* data copies. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.1   nsk      11/07/16 First release.
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" - -/***************** Inline Functions Definitions ********************/ -/*****************************************************************************/ -/** -* @brief This function copies memory from once location to other. -* -* @param dst: pointer pointing to destination memory -* -* @param src: pointer pointing to source memory -* -* @param cnt: 32 bit length of bytes to be copied -* -*****************************************************************************/ -void Xil_MemCpy(void* dst, const void* src, u32 cnt) -{ - char *d = (char*)(void *)dst; - const char *s = src; - - while (cnt >= sizeof (int)) { - *(int*)d = *(int*)s; - d += sizeof (int); - s += sizeof (int); - cnt -= sizeof (int); - } - while (cnt >= sizeof (u16)) { - *(u16*)d = *(u16*)s; - d += sizeof (u16); - s += sizeof (u16); - cnt -= sizeof (u16); - } - while ((cnt) > 0U){ - *d = *s; - d += 1U; - s += 1U; - cnt -= 1U; - } -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mem.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mem.h deleted file mode 100644 index d6bc637..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mem.h +++ /dev/null @@ -1,47 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_mem.h -* -* @addtogroup common_mem_operation_api Customized APIs for Memory Operations -* -* The xil_mem.h file contains prototype for functions related -* to memory operations. These APIs are applicable for all processors supported -* by Xilinx. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.1   nsk      11/07/16 First release.
-* 7.0   mus      01/07/19 Add cpp extern macro
-*
-* 
-* -*****************************************************************************/ -#ifndef XIL_MEM_H /* prevent circular inclusions */ -#define XIL_MEM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Function Prototypes *****************************/ - -void Xil_MemCpy(void* dst, const void* src, u32 cnt); - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MEM_H */ -/** -* @} End of "addtogroup common_mem_operation_api". -*/ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_misc_psreset_api.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_misc_psreset_api.c deleted file mode 100644 index 10366fb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_misc_psreset_api.c +++ /dev/null @@ -1,436 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_misc_psreset_api.c -* -* This file contains the implementation of the reset sequence for various -* zynq ps devices like DDR,OCM,Slcr,Ethernet,Usb.. controllers. The reset -* sequence provided to the interfaces is based on the provision in -* slcr reset functional block. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00b kpc   03/07/13 First release
-* 5.4	pkp	  09/11/15 Change the description for XOcm_Remap function
-* 
-* -******************************************************************************/ - - -/***************************** Include Files *********************************/ -#include "xil_misc_psreset_api.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - - -/*****************************************************************************/ -/** -* This function contains the implementation for ddr reset. -* -* -* @return N/A. -* -******************************************************************************/ -void XDdr_ResetHw(void) -{ - u32 RegVal; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert and deassert the ddr softreset bit */ - RegVal = Xil_In32(XDDRC_CTRL_BASEADDR); - RegVal &= (u32)(~XDDRPS_CTRL_RESET_MASK); - Xil_Out32(XDDRC_CTRL_BASEADDR,RegVal); - RegVal |= ((u32)XDDRPS_CTRL_RESET_MASK); - Xil_Out32(XDDRC_CTRL_BASEADDR,RegVal); - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for remapping the ocm memory region -* to postbootrom state. -* -* @return N/A. -* -******************************************************************************/ -void XOcm_Remap(void) -{ - u32 RegVal; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Map the ocm region to postbootrom state */ - RegVal = Xil_In32(XSLCR_OCM_CFG_ADDR); - RegVal = (RegVal & (u32)(~XSLCR_OCM_CFG_HIADDR_MASK)) | (u32)XSLCR_OCM_CFG_RESETVAL; - Xil_Out32(XSLCR_OCM_CFG_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for SMC reset sequence -* -* @param BaseAddress of the interface -* -* @return N/A. -* -******************************************************************************/ -void XSmc_ResetHw(u32 BaseAddress) -{ - u32 RegVal; - - /* Clear the interuupts */ - RegVal = Xil_In32(BaseAddress + XSMC_MEMC_CLR_CONFIG_OFFSET); - RegVal = RegVal | (u32)XSMC_MEMC_CLR_CONFIG_MASK; - Xil_Out32(BaseAddress + XSMC_MEMC_CLR_CONFIG_OFFSET, RegVal); - /* Clear the idle counter registers */ - Xil_Out32(BaseAddress + XSMC_REFRESH_PERIOD_0_OFFSET, 0x0U); - Xil_Out32(BaseAddress + XSMC_REFRESH_PERIOD_1_OFFSET, 0x0U); - /* Update the ecc registers with reset values */ - Xil_Out32(BaseAddress + XSMC_ECC_MEMCFG1_OFFSET, - XSMC_ECC_MEMCFG1_RESET_VAL); - Xil_Out32(BaseAddress + XSMC_ECC_MEMCMD1_OFFSET, - XSMC_ECC_MEMCMD1_RESET_VAL); - Xil_Out32(BaseAddress + XSMC_ECC_MEMCMD2_OFFSET, - XSMC_ECC_MEMCMD2_RESET_VAL); - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for updating the slcr mio registers -* with reset values -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_MioWriteResetValues(void) -{ - u32 i; - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Update all the MIO registers with reset values */ - for (i=0U; i<=1U;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_00_RESET_VAL); - } - for (; i<=8U;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_02_RESET_VAL); - } - for (; i<=53U ;i++) - { - Xil_Out32((XSLCR_MIO_PIN_00_ADDR + (i * 4U)), - XSLCR_MIO_PIN_00_RESET_VAL); - } - - -} - -/*****************************************************************************/ -/** -* This function contains the implementation for updating the slcr pll registers -* with reset values -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_PllWriteResetValues(void) -{ - - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - - /* update the pll control registers with reset values */ - Xil_Out32(XSLCR_IO_PLL_CTRL_ADDR, XSLCR_IO_PLL_CTRL_RESET_VAL); - Xil_Out32(XSLCR_ARM_PLL_CTRL_ADDR, XSLCR_ARM_PLL_CTRL_RESET_VAL); - Xil_Out32(XSLCR_DDR_PLL_CTRL_ADDR, XSLCR_DDR_PLL_CTRL_RESET_VAL); - /* update the pll config registers with reset values */ - Xil_Out32(XSLCR_IO_PLL_CFG_ADDR, XSLCR_IO_PLL_CFG_RESET_VAL); - Xil_Out32(XSLCR_ARM_PLL_CFG_ADDR, XSLCR_ARM_PLL_CFG_RESET_VAL); - Xil_Out32(XSLCR_DDR_PLL_CFG_ADDR, XSLCR_DDR_PLL_CFG_RESET_VAL); - /* update the clock control registers with reset values */ - Xil_Out32(XSLCR_ARM_CLK_CTRL_ADDR, XSLCR_ARM_CLK_CTRL_RESET_VAL); - Xil_Out32(XSLCR_DDR_CLK_CTRL_ADDR, XSLCR_DDR_CLK_CTRL_RESET_VAL); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for disabling the level shifters -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_DisableLevelShifters(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Disable the level shifters */ - RegVal = Xil_In32(XSLCR_LVL_SHFTR_EN_ADDR); - RegVal = RegVal & (u32)(~XSLCR_LVL_SHFTR_EN_MASK); - Xil_Out32(XSLCR_LVL_SHFTR_EN_ADDR, RegVal); - -} -/*****************************************************************************/ -/** -* This function contains the implementation for OCM software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_OcmReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_OCM_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_OCM_RST_CTRL_VAL); - Xil_Out32(XSLCR_OCM_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_OCM_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_OCM_RST_CTRL_VAL); - Xil_Out32(XSLCR_OCM_RST_CTRL_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for Ethernet software reset from -* the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_EmacPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_GEM_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_GEM_RST_CTRL_VAL); - Xil_Out32(XSLCR_GEM_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_GEM_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_GEM_RST_CTRL_VAL); - Xil_Out32(XSLCR_GEM_RST_CTRL_ADDR, RegVal); -} - -/*****************************************************************************/ -/** -* This function contains the implementation for USB software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_UsbPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_USB_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_USB_RST_CTRL_VAL); - Xil_Out32(XSLCR_USB_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_USB_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_USB_RST_CTRL_VAL); - Xil_Out32(XSLCR_USB_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for QSPI software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_QspiPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_LQSPI_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_QSPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_LQSPI_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_LQSPI_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_QSPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_LQSPI_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for SPI software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_SpiPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_SPI_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_SPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_SPI_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_SPI_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_SPI_RST_CTRL_VAL); - Xil_Out32(XSLCR_SPI_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for i2c software reset from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_I2cPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_I2C_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_I2C_RST_CTRL_VAL); - Xil_Out32(XSLCR_I2C_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_I2C_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_I2C_RST_CTRL_VAL); - Xil_Out32(XSLCR_I2C_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for UART software reset from the -* slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_UartPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_UART_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_UART_RST_CTRL_VAL); - Xil_Out32(XSLCR_UART_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_UART_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_UART_RST_CTRL_VAL); - Xil_Out32(XSLCR_UART_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for CAN software reset from slcr -* registers -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_CanPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_CAN_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_CAN_RST_CTRL_VAL); - Xil_Out32(XSLCR_CAN_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_CAN_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_CAN_RST_CTRL_VAL); - Xil_Out32(XSLCR_CAN_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for SMC software reset from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_SmcPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_SMC_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_SMC_RST_CTRL_VAL); - Xil_Out32(XSLCR_SMC_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_SMC_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_SMC_RST_CTRL_VAL); - Xil_Out32(XSLCR_SMC_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for DMA controller software reset -* from the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_DmaPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_DMAC_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_DMAC_RST_CTRL_VAL); - Xil_Out32(XSLCR_DMAC_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_DMAC_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_DMAC_RST_CTRL_VAL); - Xil_Out32(XSLCR_DMAC_RST_CTRL_ADDR, RegVal); -} -/*****************************************************************************/ -/** -* This function contains the implementation for Gpio AMBA software reset from -* the slcr -* -* @return N/A. -* -******************************************************************************/ -void XSlcr_GpioPsReset(void) -{ - u32 RegVal; - /* Unlock the slcr register access lock */ - Xil_Out32(XSLCR_UNLOCK_ADDR, XSLCR_UNLOCK_CODE); - /* Assert the reset */ - RegVal = Xil_In32(XSLCR_GPIO_RST_CTRL_ADDR); - RegVal = RegVal | ((u32)XSLCR_GPIO_RST_CTRL_VAL); - Xil_Out32(XSLCR_GPIO_RST_CTRL_ADDR, RegVal); - /* Release the reset */ - RegVal = Xil_In32(XSLCR_GPIO_RST_CTRL_ADDR); - RegVal = RegVal & (u32)(~XSLCR_GPIO_RST_CTRL_VAL); - Xil_Out32(XSLCR_GPIO_RST_CTRL_ADDR, RegVal); -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_misc_psreset_api.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_misc_psreset_api.h deleted file mode 100644 index 878d575..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_misc_psreset_api.h +++ /dev/null @@ -1,261 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_misc_psreset_api.h -* -* This file contains the various register definitions and function prototypes for -* implementing the reset functionality of zynq ps devices -* -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- ------------------------------------------------------- -* 1.00b kpc 03/07/13 First release. -*
-* -******************************************************************************/ - -#ifndef XIL_MISC_RESET_H /* prevent circular inclusions */ -#define XIL_MISC_RESET_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** - *@cond nocomments - */ - -#define XDDRC_CTRL_BASEADDR 0xF8006000U -#define XSLCR_BASEADDR 0xF8000000U -/**< OCM configuration register */ -#define XSLCR_OCM_CFG_ADDR (XSLCR_BASEADDR + 0x00000910U) -/**< SLCR unlock register */ -#define XSLCR_UNLOCK_ADDR (XSLCR_BASEADDR + 0x00000008U) -/**< SLCR GEM0 rx clock control register */ -#define XSLCR_GEM0_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000138U) -/**< SLCR GEM1 rx clock control register */ -#define XSLCR_GEM1_RCLK_CTRL_ADDR (XSLCR_BASEADDR + 0x0000013CU) -/**< SLCR GEM0 clock control register */ -#define XSLCR_GEM0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000140U) -/**< SLCR GEM1 clock control register */ -#define XSLCR_GEM1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000144U) -/**< SLCR SMC clock control register */ -#define XSLCR_SMC_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000148U) -/**< SLCR GEM reset control register */ -#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U) -/**< SLCR USB0 clock control register */ -#define XSLCR_USB0_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000130U) -/**< SLCR USB1 clock control register */ -#define XSLCR_USB1_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000134U) -/**< SLCR USB1 reset control register */ -#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U) -/**< SLCR SMC reset control register */ -#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U) -/**< SLCR Level shifter enable register */ -#define XSLCR_LVL_SHFTR_EN_ADDR (XSLCR_BASEADDR + 0x00000900U) -/**< SLCR ARM pll control register */ -#define XSLCR_ARM_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000100U) -/**< SLCR DDR pll control register */ -#define XSLCR_DDR_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000104U) -/**< SLCR IO pll control register */ -#define XSLCR_IO_PLL_CTRL_ADDR (XSLCR_BASEADDR + 0x00000108U) -/**< SLCR ARM pll configuration register */ -#define XSLCR_ARM_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000110U) -/**< SLCR DDR pll configuration register */ -#define XSLCR_DDR_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000114U) -/**< SLCR IO pll configuration register */ -#define XSLCR_IO_PLL_CFG_ADDR (XSLCR_BASEADDR + 0x00000118U) -/**< SLCR ARM clock control register */ -#define XSLCR_ARM_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000120U) -/**< SLCR DDR clock control register */ -#define XSLCR_DDR_CLK_CTRL_ADDR (XSLCR_BASEADDR + 0x00000124U) -/**< SLCR MIO pin address register */ -#define XSLCR_MIO_PIN_00_ADDR (XSLCR_BASEADDR + 0x00000700U) -/**< SLCR DMAC reset control address register */ -#define XSLCR_DMAC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000020CU) -/**< SLCR USB reset control address register */ -/*#define XSLCR_USB_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000210U)*/ -/**< SLCR GEM reset control address register */ -/*#define XSLCR_GEM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000214U)*/ -/**< SLCR SDIO reset control address register */ -#define XSLCR_SDIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000218U) -/**< SLCR SPI reset control address register */ -#define XSLCR_SPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000021CU) -/**< SLCR CAN reset control address register */ -#define XSLCR_CAN_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000220U) -/**< SLCR I2C reset control address register */ -#define XSLCR_I2C_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000224U) -/**< SLCR UART reset control address register */ -#define XSLCR_UART_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000228U) -/**< SLCR GPIO reset control address register */ -#define XSLCR_GPIO_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x0000022CU) -/**< SLCR LQSPI reset control address register */ -#define XSLCR_LQSPI_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000230U) -/**< SLCR SMC reset control address register */ -/*#define XSLCR_SMC_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000234U)*/ -/**< SLCR OCM reset control address register */ -#define XSLCR_OCM_RST_CTRL_ADDR (XSLCR_BASEADDR + 0x00000238U) - -/**< SMC mem controller clear config register */ -#define XSMC_MEMC_CLR_CONFIG_OFFSET 0x0000000CU -/**< SMC idlecount configuration register */ -#define XSMC_REFRESH_PERIOD_0_OFFSET 0x00000020U -#define XSMC_REFRESH_PERIOD_1_OFFSET 0x00000024U -/**< SMC ECC configuration register */ -#define XSMC_ECC_MEMCFG1_OFFSET 0x00000404U -/**< SMC ECC command 1 register */ -#define XSMC_ECC_MEMCMD1_OFFSET 0x00000404U -/**< SMC ECC command 2 register */ -#define XSMC_ECC_MEMCMD2_OFFSET 0x00000404U - -/**< SLCR unlock code */ -#define XSLCR_UNLOCK_CODE 0x0000DF0DU - -/**< SMC mem clear configuration mask */ -#define XSMC_MEMC_CLR_CONFIG_MASK 0x000005FU -/**< SMC ECC memconfig 1 reset value */ -#define XSMC_ECC_MEMCFG1_RESET_VAL 0x0000043U -/**< SMC ECC memcommand 1 reset value */ -#define XSMC_ECC_MEMCMD1_RESET_VAL 0x01300080U -/**< SMC ECC memcommand 2 reset value */ -#define XSMC_ECC_MEMCMD2_RESET_VAL 0x01E00585U - -/**< DDR controller reset bit mask */ -#define XDDRPS_CTRL_RESET_MASK 0x00000001U -/**< SLCR OCM configuration reset value*/ -#define XSLCR_OCM_CFG_RESETVAL 0x00000008U -/**< SLCR OCM bank selection mask*/ -#define XSLCR_OCM_CFG_HIADDR_MASK 0x0000000FU -/**< SLCR level shifter enable mask*/ -#define XSLCR_LVL_SHFTR_EN_MASK 0x0000000FU - -/**< SLCR PLL register reset values */ -#define XSLCR_ARM_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_DDR_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_IO_PLL_CTRL_RESET_VAL 0x0001A008U -#define XSLCR_ARM_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_DDR_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_IO_PLL_CFG_RESET_VAL 0x00177EA0U -#define XSLCR_ARM_CLK_CTRL_RESET_VAL 0x1F000400U -#define XSLCR_DDR_CLK_CTRL_RESET_VAL 0x18400003U - -/**< SLCR MIO register default values */ -#define XSLCR_MIO_PIN_00_RESET_VAL 0x00001601U -#define XSLCR_MIO_PIN_02_RESET_VAL 0x00000601U - -/**< SLCR Reset control registers default values */ -#define XSLCR_DMAC_RST_CTRL_VAL 0x00000001U -#define XSLCR_GEM_RST_CTRL_VAL 0x000000F3U -#define XSLCR_USB_RST_CTRL_VAL 0x00000003U -#define XSLCR_I2C_RST_CTRL_VAL 0x00000003U -#define XSLCR_SPI_RST_CTRL_VAL 0x0000000FU -#define XSLCR_UART_RST_CTRL_VAL 0x0000000FU -#define XSLCR_QSPI_RST_CTRL_VAL 0x00000003U -#define XSLCR_GPIO_RST_CTRL_VAL 0x00000001U -#define XSLCR_SMC_RST_CTRL_VAL 0x00000003U -#define XSLCR_OCM_RST_CTRL_VAL 0x00000001U -#define XSLCR_SDIO_RST_CTRL_VAL 0x00000033U -#define XSLCR_CAN_RST_CTRL_VAL 0x00000003U - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - -/* the following data type is used to hold a null terminated version string - * consisting of the following format, "X.YYX" - */ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ -/* - * Performs reset operation to the ddr interface - */ -void XDdr_ResetHw(void); -/* - * Map the ocm region to post bootrom state - */ -void XOcm_Remap(void); -/* - * Performs the smc interface reset - */ -void XSmc_ResetHw(u32 BaseAddress); -/* - * updates the MIO registers with reset values - */ -void XSlcr_MioWriteResetValues(void); -/* - * updates the PLL and clock registers with reset values - */ -void XSlcr_PllWriteResetValues(void); -/* - * Disables the level shifters - */ -void XSlcr_DisableLevelShifters(void); -/* - * provides softreset to the GPIO interface - */ -void XSlcr_GpioPsReset(void); -/* - * provides softreset to the DMA interface - */ -void XSlcr_DmaPsReset(void); -/* - * provides softreset to the SMC interface - */ -void XSlcr_SmcPsReset(void); -/* - * provides softreset to the CAN interface - */ -void XSlcr_CanPsReset(void); -/* - * provides softreset to the Uart interface - */ -void XSlcr_UartPsReset(void); -/* - * provides softreset to the I2C interface - */ -void XSlcr_I2cPsReset(void); -/* - * provides softreset to the SPI interface - */ -void XSlcr_SpiPsReset(void); -/* - * provides softreset to the QSPI interface - */ -void XSlcr_QspiPsReset(void); -/* - * provides softreset to the USB interface - */ -void XSlcr_UsbPsReset(void); -/* - * provides softreset to the GEM interface - */ -void XSlcr_EmacPsReset(void); -/* - * provides softreset to the OCM interface - */ -void XSlcr_OcmReset(void); - - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_MISC_RESET_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mmu.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mmu.c deleted file mode 100644 index 85a1af4..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mmu.c +++ /dev/null @@ -1,202 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.c -* -* This file provides APIs for enabling/disabling MMU and setting the memory -* attributes for sections, in the MMU translation table. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  01/12/12 Initial version
-* 3.05a asa  03/10/12 Modified the Xil_EnableMMU to invalidate the caches
-*		      before enabling back.
-* 3.05a asa  04/15/12 Modified the Xil_SetTlbAttributes routine so that
-*		      translation table and branch predictor arrays are
-*		      invalidated, D-cache flushed before the attribute
-*		      change is applied. This is done so that the user
-*		      need not call Xil_DisableMMU before calling
-*		      Xil_SetTlbAttributes.
-* 3.10a  srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      'xil_errata.h' for errata description
-* 3.11a  asa 09/23/13 Modified Xil_SetTlbAttributes to flush the complete
-*			 D cache after the translation table update. Removed the
-*			 redundant TLB invalidation in the same API at the beginning.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-*                     It fixes CR#1008309.
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_cache.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_mmu.h" -#include "xil_errata.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ -#define ARM_AR_MEM_TTB_SECT_SIZE 1024*1024 -#define ARM_AR_MEM_TTB_SECT_SIZE_MASK (~(ARM_AR_MEM_TTB_SECT_SIZE-1UL)) -/************************** Variable Definitions *****************************/ - -extern u32 MMUTable; - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* @brief This function sets the memory attributes for a section covering 1MB -* of memory in the translation table. -* -* @param Addr: 32-bit address for which memory attributes need to be set. -* @param attrib: Attribute for the given memory region. xil_mmu.h contains -* definitions of commonly used memory attributes which can be -* utilized for this function. -* -* -* @return None. -* -* @note The MMU or D-cache does not need to be disabled before changing a -* translation table entry. -* -******************************************************************************/ -void Xil_SetTlbAttributes(INTPTR Addr, u32 attrib) -{ - u32 *ptr; - u32 section; - - section = Addr / 0x100000U; - ptr = &MMUTable; - ptr += section; - if(ptr != NULL) { - *ptr = (Addr & 0xFFF00000U) | attrib; - } - - Xil_DCacheFlush(); - - mtcp(XREG_CP15_INVAL_UTLB_UNLOCKED, 0U); - /* Invalidate all branch predictors */ - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0U); - - dsb(); /* ensure completion of the BP and TLB invalidation */ - isb(); /* synchronize context on this processor */ -} - -/*****************************************************************************/ -/** -* @brief Enable MMU for cortex A9 processor. This function invalidates the -* instruction and data caches, and then enables MMU. -* -* @return None. -* -******************************************************************************/ -void Xil_EnableMMU(void) -{ - u32 Reg; - Xil_DCacheInvalidate(); - Xil_ICacheInvalidate(); - -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, Reg); -#else - { volatile register u32 Cp15Reg __asm(XREG_CP15_SYS_CONTROL); - Reg = Cp15Reg; } -#endif - Reg |= (u32)0x05U; - mtcp(XREG_CP15_SYS_CONTROL, Reg); - - dsb(); - isb(); -} - -/*****************************************************************************/ -/** -* @brief Disable MMU for Cortex A9 processors. This function invalidates -* the TLBs, Branch Predictor Array and flushed the D Caches before -* disabling the MMU. -* -* @return None. -* -* @note When the MMU is disabled, all the memory accesses are treated as -* strongly ordered. -******************************************************************************/ -void Xil_DisableMMU(void) -{ - u32 Reg; - - mtcp(XREG_CP15_INVAL_UTLB_UNLOCKED, 0U); - mtcp(XREG_CP15_INVAL_BRANCH_ARRAY, 0U); - Xil_DCacheFlush(); - -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_SYS_CONTROL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_SYS_CONTROL, Reg); -#else - { volatile register u32 Cp15Reg __asm(XREG_CP15_SYS_CONTROL); - Reg = Cp15Reg; } -#endif - Reg &= (u32)(~0x05U); -#ifdef CONFIG_ARM_ERRATA_794073 - /* Disable Branch Prediction */ - Reg &= (u32)(~0x800U); -#endif - mtcp(XREG_CP15_SYS_CONTROL, Reg); -} - -/*****************************************************************************/ -/** -* @brief Memory mapping for Cortex A9 processor. -* -* @param PhysAddr is physical address. -* @param size is size of region. -* @param flags is flags used to set translation table. -* -* @return Pointer to virtual address. -* -* @note: Previously this was implemented in libmetal. Move to embeddedsw as this -* functionality is specific to A9 processor. -* -******************************************************************************/ -void* Xil_MemMap(UINTPTR PhysAddr, size_t size, u32 flags) -{ - u32 Sectionoffset; - u32 Ttbaddr; - - if (!flags) - return (void*)PhysAddr; - - /* Ensure alignment on a section boundary */ - PhysAddr &= ARM_AR_MEM_TTB_SECT_SIZE_MASK; - - /* Loop through entire region of memory (one MMU section at a time). - Each section requires a TTB entry. */ - for (Sectionoffset = 0; Sectionoffset < size; - Sectionoffset += ARM_AR_MEM_TTB_SECT_SIZE) { - /* Calculate translation table entry for this memory section */ - Ttbaddr = (PhysAddr + Sectionoffset); - - /* Write translation table entry value to entry address */ - Xil_SetTlbAttributes(Ttbaddr, flags); - } - return (void*)PhysAddr; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mmu.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mmu.h deleted file mode 100644 index d21e13a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_mmu.h +++ /dev/null @@ -1,92 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2012 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xil_mmu.h -* -* @addtogroup a9_mmu_apis Cortex A9 Processor MMU Functions -* -* MMU functions equip users to enable MMU, disable MMU and modify default -* memory attributes of MMU table as per the need. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  01/12/12 Initial version
-* 4.2	pkp	 07/21/14 Included xil_types.h file which contains definition for
-*					  u32 which resolves issue of CR#805869
-* 5.4	pkp	 23/11/15 Added attribute definitions for Xil_SetTlbAttributes API
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_MMU_H -#define XIL_MMU_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/* Memory type */ -#define NORM_NONCACHE 0x11DE2 /* Normal Non-cacheable */ -#define STRONG_ORDERED 0xC02 /* Strongly ordered */ -#define DEVICE_MEMORY 0xC06 /* Device memory */ -#define RESERVED 0x0 /* reserved memory */ - -/* Normal write-through cacheable shareable */ -#define NORM_WT_CACHE 0x16DEA - -/* Normal write back cacheable shareable */ -#define NORM_WB_CACHE 0x15DE6 - -/* shareability attribute */ -#define SHAREABLE (0x1 << 16) -#define NON_SHAREABLE (~(0x1 << 16)) - -/* Execution type */ -#define EXECUTE_NEVER ((0x1 << 4) | (0x1 << 0)) - -/** -*@endcond -*/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void Xil_SetTlbAttributes(INTPTR Addr, u32 attrib); -void Xil_EnableMMU(void); -void Xil_DisableMMU(void); -void* Xil_MemMap(UINTPTR PhysAddr, size_t size, u32 flags); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_MMU_H */ -/** -* @} End of "addtogroup a9_mmu_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_printf.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_printf.c deleted file mode 100644 index c52d476..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_printf.c +++ /dev/null @@ -1,447 +0,0 @@ -/****************************************************************************** -* Copyright (c) 1995 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ -/*---------------------------------------------------*/ -/* Modified from : */ -/* Public Domain version of printf */ -/* Rud Merriam, Compsult, Inc. Houston, Tx. */ -/* For Embedded Systems Programming, 1991 */ -/* */ -/*---------------------------------------------------*/ -#include "xil_printf.h" -#include "xil_types.h" -#include "xil_assert.h" -#include -#include -#include - -static void padding( const s32 l_flag,const struct params_s *par); -static void outs(const charptr lp, struct params_s *par); -static s32 getnum( charptr* linep); - -typedef struct params_s { - s32 len; - s32 num1; - s32 num2; - char8 pad_character; - s32 do_padding; - s32 left_flag; - s32 unsigned_flag; -} params_t; - - -/*---------------------------------------------------*/ -/* The purpose of this routine is to output data the */ -/* same as the standard printf function without the */ -/* overhead most run-time libraries involve. Usually */ -/* the printf brings in many kilobytes of code and */ -/* that is unacceptable in most embedded systems. */ -/*---------------------------------------------------*/ - - -/*---------------------------------------------------*/ -/* */ -/* This routine puts pad characters into the output */ -/* buffer. */ -/* */ -static void padding( const s32 l_flag, const struct params_s *par) -{ - s32 i; - - if ((par->do_padding != 0) && (l_flag != 0) && (par->len < par->num1)) { - i=(par->len); - for (; i<(par->num1); i++) { -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( par->pad_character); -#endif - } - } -} - -/*---------------------------------------------------*/ -/* */ -/* This routine moves a string to the output buffer */ -/* as directed by the padding and positioning flags. */ -/* */ -static void outs(const charptr lp, struct params_s *par) -{ - charptr LocalPtr; - LocalPtr = lp; - /* pad on left if needed */ - if(LocalPtr != NULL) { - par->len = (s32)strlen( LocalPtr); - padding( !(par->left_flag), par); - /* Move string to the buffer */ - while (((*LocalPtr) != (char8)0) && ((par->num2) != 0)) { - (par->num2)--; -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte(*LocalPtr); -#endif - LocalPtr += 1; - } -} - - /* Pad on right if needed */ - /* CR 439175 - elided next stmt. Seemed bogus. */ - /* par->len = strlen( lp) */ - padding( par->left_flag, par); -} - -/*---------------------------------------------------*/ -/* */ -/* This routine moves a number to the output buffer */ -/* as directed by the padding and positioning flags. */ -/* */ - -static void outnum( const s32 n, const s32 base, struct params_s *par) -{ - s32 negative; - s32 i; - char8 outbuf[32]; - const char8 digits[] = "0123456789ABCDEF"; - u32 num; - for(i = 0; i<32; i++) { - outbuf[i] = '0'; - } - - /* Check if number is negative */ - if ((par->unsigned_flag == 0) && (base == 10) && (n < 0L)) { - negative = 1; - num =(-(n)); - } - else{ - num = n; - negative = 0; - } - - /* Build number (backwards) in outbuf */ - i = 0; - do { - outbuf[i] = digits[(num % base)]; - i++; - num /= base; - } while (num > 0); - - if (negative != 0) { - outbuf[i] = '-'; - i++; - } - - outbuf[i] = '\0'; - i--; - - /* Move the converted number to the buffer and */ - /* add in the padding where needed. */ - par->len = (s32)strlen(outbuf); - padding( !(par->left_flag), par); - while (&outbuf[i] >= outbuf) { -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( outbuf[i] ); -#endif - i--; -} - padding( par->left_flag, par); -} -/*---------------------------------------------------*/ -/* */ -/* This routine moves a 64-bit number to the output */ -/* buffer as directed by the padding and positioning */ -/* flags. */ -/* */ -#if defined (__aarch64__) || defined (__arch64__) -static void outnum1( const s64 n, const s32 base, params_t *par) -{ - s32 negative; - s32 i; - char8 outbuf[64]; - const char8 digits[] = "0123456789ABCDEF"; - u64 num; - for(i = 0; i<64; i++) { - outbuf[i] = '0'; - } - - /* Check if number is negative */ - if ((par->unsigned_flag == 0) && (base == 10) && (n < 0L)) { - negative = 1; - num =(-(n)); - } - else{ - num = (n); - negative = 0; - } - - /* Build number (backwards) in outbuf */ - i = 0; - do { - outbuf[i] = digits[(num % base)]; - i++; - num /= base; - } while (num > 0); - - if (negative != 0) { - outbuf[i] = '-'; - i++; - } - - outbuf[i] = '\0'; - i--; - - /* Move the converted number to the buffer and */ - /* add in the padding where needed. */ - par->len = (s32)strlen(outbuf); - padding( !(par->left_flag), par); - while (&outbuf[i] >= outbuf) { - outbyte( outbuf[i] ); - i--; -} - padding( par->left_flag, par); -} -#endif -/*---------------------------------------------------*/ -/* */ -/* This routine gets a number from the format */ -/* string. */ -/* */ -static s32 getnum(charptr* linep) -{ - s32 n = 0; - s32 ResultIsDigit = 0; - charptr cptr = *linep; - - while (cptr != NULL) { - ResultIsDigit = isdigit(((s32)*cptr)); - if (ResultIsDigit == 0) - break; - n = ((n*10) + (((s32)*cptr) - (s32)'0')); - cptr += 1; - } - - *linep = ((charptr)(cptr)); - return(n); -} - -/*---------------------------------------------------*/ -/* */ -/* This routine operates just like a printf/sprintf */ -/* routine. It outputs a set of data under the */ -/* control of a formatting string. Not all of the */ -/* standard C format control are supported. The ones */ -/* provided are primarily those needed for embedded */ -/* systems work. Primarily the floating point */ -/* routines are omitted. Other formats could be */ -/* added easily by following the examples shown for */ -/* the supported formats. */ -/* */ - -/* void esp_printf( const func_ptr f_ptr, - const charptr ctrl1, ...) */ -#if defined (__aarch64__) && HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE -void xil_printf( const char8 *ctrl1, ...){ - XPVXenConsole_Printf(ctrl1); -} -#else -void xil_printf( const char8 *ctrl1, ...) -{ - va_list argp; - - va_start(argp, ctrl1); - - xil_vprintf(ctrl1, argp); - - va_end(argp); -} -#endif - -/* This routine is equivalent to vprintf routine */ -void xil_vprintf(const char8 *ctrl1, va_list argp) -{ - s32 Check; -#if defined (__aarch64__) || defined (__arch64__) - s32 long_flag; -#endif - s32 dot_flag; - - params_t par; - - char8 ch; - char8 *ctrl = (char8 *)ctrl1; - - while ((ctrl != NULL) && (*ctrl != (char8)0)) { - - /* move format string chars to buffer until a */ - /* format control is found. */ - if (*ctrl != '%') { -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte(*ctrl); -#endif - ctrl += 1; - continue; - } - - /* initialize all the flags for this format. */ - dot_flag = 0; -#if defined (__aarch64__) || defined (__arch64__) - long_flag = 0; -#endif - par.unsigned_flag = 0; - par.left_flag = 0; - par.do_padding = 0; - par.pad_character = ' '; - par.num2=32767; - par.num1=0; - par.len=0; - - try_next: - if(ctrl != NULL) { - ctrl += 1; - } - if(ctrl != NULL) { - ch = *ctrl; - } else { - break; - } - - if (isdigit((s32)ch) != 0) { - if (dot_flag != 0) { - par.num2 = getnum(&ctrl); - } - else { - if (ch == '0') { - par.pad_character = '0'; - } - if(ctrl != NULL) { - par.num1 = getnum(&ctrl); - } - par.do_padding = 1; - } - if(ctrl != NULL) { - ctrl -= 1; - } - goto try_next; - } - - switch (tolower((s32)ch)) { - case '%': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( '%'); -#endif - Check = 1; - break; - - case '-': - par.left_flag = 1; - Check = 0; - break; - - case '.': - dot_flag = 1; - Check = 0; - break; - - case 'l': - #if defined (__aarch64__) || defined (__arch64__) - long_flag = 1; - #endif - Check = 0; - break; - - case 'u': - par.unsigned_flag = 1; - /* fall through */ - case 'i': - case 'd': - #if defined (__aarch64__) || defined (__arch64__) - if (long_flag != 0){ - outnum1((s64)va_arg(argp, s64), 10L, &par); - } - else { - outnum( va_arg(argp, s32), 10L, &par); - } - #else - outnum( va_arg(argp, s32), 10L, &par); - #endif - Check = 1; - break; - case 'p': - #if defined (__aarch64__) || defined (__arch64__) - par.unsigned_flag = 1; - outnum1((s64)va_arg(argp, s64), 16L, &par); - Check = 1; - break; - #endif - case 'X': - case 'x': - par.unsigned_flag = 1; - #if defined (__aarch64__) || defined (__arch64__) - if (long_flag != 0) { - outnum1((s64)va_arg(argp, s64), 16L, &par); - } - else { - outnum((s32)va_arg(argp, s32), 16L, &par); - } - #else - outnum((s32)va_arg(argp, s32), 16L, &par); - #endif - Check = 1; - break; - - case 's': - outs( va_arg( argp, char *), &par); - Check = 1; - break; - - case 'c': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( va_arg( argp, s32)); -#endif - Check = 1; - break; - - case '\\': - switch (*ctrl) { - case 'a': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x07)); -#endif - break; - case 'h': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x08)); -#endif - break; - case 'r': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x0D)); -#endif - break; - case 'n': -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( ((char8)0x0D)); - outbyte( ((char8)0x0A)); -#endif - break; - default: -#if defined(STDOUT_BASEADDRESS) || defined(VERSAL_PLM) - outbyte( *ctrl); -#endif - break; - } - ctrl += 1; - Check = 0; - break; - - default: - Check = 1; - break; - } - if(Check == 1) { - if(ctrl != NULL) { - ctrl += 1; - } - continue; - } - goto try_next; - } -} -/*---------------------------------------------------*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_printf.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_printf.h deleted file mode 100644 index 60f4ba3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_printf.h +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************** -* Copyright (c) 1995 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -*******************************************************************************/ - #ifndef XIL_PRINTF_H - #define XIL_PRINTF_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include -#include -#include "xil_types.h" -#include "xparameters.h" -#include "bspconfig.h" -#if defined (__aarch64__) && HYP_GUEST && EL1_NONSECURE && XEN_USE_PV_CONSOLE -#include "xen_console.h" -#endif - -/*----------------------------------------------------*/ -/* Use the following parameter passing structure to */ -/* make xil_printf re-entrant. */ -/*----------------------------------------------------*/ - -struct params_s; - - -/*---------------------------------------------------*/ -/* The purpose of this routine is to output data the */ -/* same as the standard printf function without the */ -/* overhead most run-time libraries involve. Usually */ -/* the printf brings in many kilobytes of code and */ -/* that is unacceptable in most embedded systems. */ -/*---------------------------------------------------*/ - -typedef char8* charptr; -typedef s32 (*func_ptr)(int c); - -/* */ - -void xil_printf( const char8 *ctrl1, ...); -void xil_vprintf(const char8 *ctrl1, va_list argp); -void print( const char8 *ptr); -extern void outbyte (char8 c); -extern char8 inbyte(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleepcommon.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleepcommon.c deleted file mode 100644 index e469934..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleepcommon.c +++ /dev/null @@ -1,80 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -*@file xil_sleepcommon.c -* -* This file contains the sleep API's -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.6 	srm  	 11/02/17 First release
-* 
-******************************************************************************/ - - -/***************************** Include Files *********************************/ -#include "xil_io.h" -#include "sleep.h" - -/**************************** Constant Definitions *************************/ - - -/*****************************************************************************/ -/** -* -* This API gives delay in sec -* -* @param seconds - delay time in seconds -* -* @return none -* -* @note none -* -*****************************************************************************/ - void sleep(unsigned int seconds) - { -#if defined (ARMR5) - sleep_R5(seconds); -#elif defined (__aarch64__) || defined (ARMA53_32) - sleep_A53(seconds); -#elif defined (__MICROBLAZE__) - sleep_MB(seconds); -#else - sleep_A9(seconds); -#endif - - } - -/****************************************************************************/ -/** -* -* This API gives delay in usec -* -* @param useconds - delay time in useconds -* -* @return none -* -* @note none -* -*****************************************************************************/ - void usleep(unsigned long useconds) - { -#if defined (ARMR5) - usleep_R5(useconds); -#elif defined (__aarch64__) || defined (ARMA53_32) - usleep_A53(useconds); -#elif defined (__MICROBLAZE__) - usleep_MB(useconds); -#else - usleep_A9(useconds); -#endif - - } diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleeptimer.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleeptimer.c deleted file mode 100644 index ba7531d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleeptimer.c +++ /dev/null @@ -1,143 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - - -/*****************************************************************************/ -/** -* -* @file xil_sleeptimer.c -* -* This file provides the common helper routines for the sleep API's -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6	srm  10/18/17 First Release.
-* 6.6   srm  04/20/18 Fixed compilation warning in Xil_SleepTTCCommon API
-* 7.0   mus  03/27/19 Updated XTime_StartTTCTimer to skip IOU slcr address
-*                     space access, if processor is nonsecure and IOU slcr
-*                     address space is secure. CR#1015725.
-*
-* 
-*****************************************************************************/ - -/**************************** Include Files ********************************/ - -#include "xil_io.h" -#include "xil_sleeptimer.h" -#include "xtime_l.h" - -/**************************** Constant Definitions *************************/ - - -/* Function definitions are applicable only when TTC3 is present*/ -#if defined (SLEEP_TIMER_BASEADDR) -/****************************************************************************/ -/** -* -* This is a helper function used by sleep/usleep APIs to -* have delay in sec/usec -* -* @param delay - delay time in seconds/micro seconds -* -* @param frequency - Number of counts per second/micro second -* -* @return none -* -* @note none -* -*****************************************************************************/ -void Xil_SleepTTCCommon(u32 delay, u64 frequency) -{ - u64 tEnd = 0U; - u64 tCur = 0U; - XCntrVal TimeHighVal = 0U; - XCntrVal TimeLowVal1 = 0U; - XCntrVal TimeLowVal2 = 0U; - - TimeLowVal1 = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET); - tEnd = (u64)TimeLowVal1 + ((u64)(delay) * frequency); - do - { - TimeLowVal2 = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET); - if (TimeLowVal2 < TimeLowVal1) { - TimeHighVal++; - } - TimeLowVal1 = TimeLowVal2; - tCur = (((u64) TimeHighVal) << XSLEEP_TIMER_REG_SHIFT) | - (u64)TimeLowVal2; - }while (tCur < tEnd); -} - - -/*****************************************************************************/ -/** -* -* This API starts the Triple Timer Counter -* -* @param none -* -* @return none -* -* @note none -* -*****************************************************************************/ -void XTime_StartTTCTimer() -{ - u32 TimerPrescalar; - u32 TimerCntrl; - -#if (defined (__aarch64__) && EL3==1) || (defined (ARMR5) && (PROCESSOR_ACCESS_VALUE & IOU_SLCR_TZ_MASK)) || defined (ARMA53_32) - u32 LpdRst; - -#if defined (versal) - u32 RstAddr = CRL_TTC_RST; - u32 RstMask = CRL_TTC_BASE_RST_MASK << XSLEEP_TTC_INSTANCE; -#else - u32 RstAddr = RST_LPD_IOU2; - u32 RstMask = RST_LPD_IOU2_TTC_BASE_RESET_MASK << XSLEEP_TTC_INSTANCE; -#endif - /* check if the timer is reset */ - LpdRst = XSleep_ReadCounterVal(RstAddr); - if ((LpdRst & RstMask) != 0 ) { - LpdRst = LpdRst & (~RstMask); - Xil_Out32(RstAddr, LpdRst); - } else { -#endif - TimerCntrl = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET); - /* check if Timer is disabled */ - if ((TimerCntrl & XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK) == 0) { - TimerPrescalar = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET); - /* check if Timer is configured with proper functionalty for sleep */ - if ((TimerPrescalar & XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK) == 0) - return; - } -#if (defined (__aarch64__) && EL3==1) || (defined (ARMR5) && (PROCESSOR_ACCESS_VALUE & IOU_SLCR_TZ_MASK)) || defined (ARMA53_32) - } -#endif - /* Disable the timer to configure */ - TimerCntrl = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET); - TimerCntrl = TimerCntrl | XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK; - Xil_Out32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET, - TimerCntrl); - /* Disable the prescalar */ - TimerPrescalar = XSleep_ReadCounterVal(SLEEP_TIMER_BASEADDR + - XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET); - TimerPrescalar = TimerPrescalar & (~XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK); - Xil_Out32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET, - TimerPrescalar); - /* Enable the Timer */ - TimerCntrl = TimerCntrl & (~XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK); - Xil_Out32(SLEEP_TIMER_BASEADDR + XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET, - TimerCntrl); -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleeptimer.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleeptimer.h deleted file mode 100644 index 5007212..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_sleeptimer.h +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2017 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_sleeptimer.h -* -* This header file contains ARM Cortex A53,A9,R5 specific sleep related APIs. -* For sleep related functions that can be used across all Xilinx supported -* processors, please use xil_sleeptimer.h. -* -* -*
-* MODIFICATION HISTORY :
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 6.6	srm  10/18/17 First Release.
-* 7.0   mus  01/07/19 Add cpp extern macro
-*
-* 
-*****************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_SLEEPTIMER_H /* prevent circular inclusions */ -#define XIL_SLEEPTIMER_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/**************************** Include Files ********************************/ - -#include "xil_io.h" -#include "xparameters.h" -#include "bspconfig.h" - -/************************** Constant Definitions *****************************/ - -#if defined (ARMR5) || (__aarch64__) || (ARMA53_32) -#define XSLEEP_TIMER_REG_SHIFT 32U -#define XSleep_ReadCounterVal Xil_In32 -#define XCntrVal u32 -#else -#define XSLEEP_TIMER_REG_SHIFT 16U -#define XSleep_ReadCounterVal Xil_In16 -#define XCntrVal u16 -#endif - -#if defined(ARMR5) || (defined (__aarch64__) && EL3==1) || defined (ARMA53_32) -#if defined (versal) -#define CRL_TTC_RST 0xFF5E0344U -#define CRL_TTC_BASE_RST_MASK 0x1U -#else -#define RST_LPD_IOU2 0xFF5E0238U -#define RST_LPD_IOU2_TTC_BASE_RESET_MASK 0x00000800U -#endif -#endif - -#if defined (SLEEP_TIMER_BASEADDR) -/** @name Register Map -* -* Register offsets from the base address of the TTC device -* -* @{ -*/ - #define XSLEEP_TIMER_TTC_CLK_CNTRL_OFFSET 0x00000000U - /**< Clock Control Register */ - #define XSLEEP_TIMER_TTC_CNT_CNTRL_OFFSET 0x0000000CU - /**< Counter Control Register*/ - #define XSLEEP_TIMER_TTC_COUNT_VALUE_OFFSET 0x00000018U - /**< Current Counter Value */ -/* @} */ -/** @name Clock Control Register -* Clock Control Register definitions of TTC -* @{ -*/ - #define XSLEEP_TIMER_TTC_CLK_CNTRL_PS_EN_MASK 0x00000001U - /**< Prescale enable */ -/* @} */ -/** @name Counter Control Register -* Counter Control Register definitions of TTC -* @{ -*/ -#define XSLEEP_TIMER_TTC_CNT_CNTRL_DIS_MASK 0x00000001U - /**< Disable the counter */ -#define XSLEEP_TIMER_TTC_CNT_CNTRL_RST_MASK 0x00000010U - /**< Reset counter */ -/* @} */ - -/**************************** Type Definitions *******************************/ -/** - *@endcond - */ -/************************** Function Prototypes ******************************/ - -void Xil_SleepTTCCommon(u32 delay, u64 frequency); -void XTime_StartTTCTimer(); - -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_SLEEPTIMER_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_spinlock.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_spinlock.c deleted file mode 100644 index e40988e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_spinlock.c +++ /dev/null @@ -1,366 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_spinlock.c -* -* Implements a spinlocking mechanism using ARM load-exclusive and -* store-exclusive instructions. -* -* spinlocks in baremetal world are useful mainly for AMP kind of use cases -* where different applications run in different CPUs in a CPU cluster and -* they have a common resource to work with. -* A simple yet common example is: -* R5-0 and R5-1 have separate applications and at runtime they try to access a -* shared register space (GIC) or shared memory space. Mutual exclusion is -* really needed for such use cases. -* Similar use case applies for Zynq CortexA9-0 and CortesA9-1. -* -* The spinlock mechanism provided with this file is very simple to cater to -* baremetal world requirements. -* -* A) Unlike OS type of use cases, at any point of time, only a single lock -* can be used. There is no way in BM world we can support multiple locks -* at the same time. -* B) The spinlocking is available for ARM v7 (Cortex-R5 and Cortex-A9). -* C) Users need to provide a lock (essentially a shared address), and a flag -* (also a shared address) for spinlocking to work. These shared addresses -* must be agreed upon by apps running on both CPUs. Needless to say, -* the linker scripts must change accordingly so that apps running on both -* CPUs can have a shared DDR region from which address can be used for -* spinlocking. -* D) The address that is used for spinlocking and the address that is used -* as flag address must be in a memory region that is strongly-ordered -* or device memory. -* E) Like any similar standard use cases, one application running in any -* of the CPUs must create the spinlock address. It is advisable that the -* the same application must destroy or release the spinlock address, -* though nothing stops the other CPU in destroying and releasing the -* spinlock addresses. There has to be understanding between applications -* running on both the CPUs to ensure that correct ordering is followed. -* Once a spinlock is released, it spinlock APIs cannot be used anymore. -* F) Once a spinlock address is created it can be used any number of times -* to protect critical sections as long as a certain set of rules are -* followed and a certain set of sequences are followed. More about the -* sequences later in this description. -* G) To re-iterate, the spinlocking mechanism provided through this file is -* pretty rudimentary. Users can always improvise. The use case that -* the whole mechanism is trying to solve is: common register space -* being accesses in an AMP scenario by independent applications running -* at multiple CPUs. -* -* The usage of APIs provided in this file are summarized below. -* A) Applications running at both the CPUs ensure that they allocate shared -* memory space to be used for locking and flag maintenance. -* B) The memory allocated as shared should be of minimum size 1 MB. This -* limitation is because the way translation tables/memory map is setup -* for R5 or A9. In future, this limitation can be brought down 4 KB. -* C) The spinlock and the flag address must be uncached. Users need to c -* all Xilinx provided API Xil_SetTlbAttributes to mark the shared -* 1 MB memory space as strongly ordered or device memory. -* D) Both the applications must call the API Xil_InitializeSpinLock with -* the spinlock address, flag address and flag value to be used. Currently -* only one flag value is supported (i.e. XIL_SPINLOCK_ENABLE with -* a value of 1). -* Only if the Xil_InitializeSpinLock returns success, should they -* proceed to use Xil_SpinLock and Xil_SpinUnlock. -* F) Afterwards applications can start using the APIs Xil_SpinLock() and -* Xil_SpinUnlock() to protect the critical sections. -* G) It is highly suggested to use Xil_IsSpinLockEnabled() as a check -* before using Xil_SpinLock() or Xil_SpinUnlock(). Refer to the code -* snippet below. -* H) If spinlock is no more needed by an application, they can use the API -* Xil_ReleaseSpinLock(). -* I) Once a spinlock is created it can be used as many numbers of time as -* needed. -* -* A typical code snippet with R5 as an example and lock address falling -* in the 1 MB memory region (0x300000 to 0x400000) is given below. -* -* Code snippet for R5-0 (that runs first): -* int main() -* { -* u32 *sharedlockaddr = (int *)0x300008; -* u32 *sharedlockflagaddr = int *)0x30000C; -* Xil_SetTlbAttributes(0x300000,STRONG_ORDERD_SHARED | PRIV_RW_USER_RW); -* Xil_InitializeSpinLock((UINTPTR)sharedlockaddr,(UINTPTR)sharedlockflagaddr, -* XIL_SPINLOCK_ENABLE); -* .... -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinLock(); -* // Critical Section -* .... -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinUnlock(); -* ..... -* ..... -* Xil_ReleaseSpinLock(); -* } // End of main -* -* * Code snippet for R5-1 (that runs second): -* int main() -* { -* u32 *sharedlockaddr = (int *)0x300008; -* u32 *sharedlockflagaddr = int *)0x30000C; -* Xil_SetTlbAttributes(0x300000,STRONG_ORDERD_SHARED | PRIV_RW_USER_RW); -* Xil_InitializeSpinLock((UINTPTR)sharedlockaddr,(UINTPTR)sharedlockflagaddr, -* XIL_SPINLOCK_ENABLE); -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinLock(); -* // Critical Section -* .... -* .... -* if (Xil_IsSpinLockEnabled()) -* Xil_SpinUnlock(); -* ..... -* ..... -* Xil_ReleaseSpinLock(); -* } // End of main -* -* Xil_SpinLock() and Xil_SpinLock() return XST_FAILURE if the spinlock -* is initialized. Instead of calling Xil_IsSpinLockEnabled before using -* Xil_SpinLock() or Xil_SpinLock(), users can also check the return -* value of Xil_SpinLock and Xil_SpinLock. If a lock is not initialized, -* Xil_SpinLock will just return failure and not perform load-exclusive -* operations. -* -* Guidelines on when to use the spinlocking mechanism in Xilinx baremetal -* environment: -* A) Spinlocking mechanism can only be used for Cortex-R5s (split mode) -* and Cortex-A9s (Zynq). -* B) In Cortex-R5 split mode or Cortex-A9 cluster, applications running on -* both the CPUs, by design should never be sharing the same peripheral. -* It is impossible to support such use cases reliably. -* Hence none of the peripheral drivers (except GIC driver) have -* spinlocking support added into their APIs. -* C) GIC register space is shared by both the CPUs (R5 split mode, A9s). -* The GIC driver APIs have spinlocking mechanism added to the relevant -* APIs. Users need to follow the guidelines stated earlier to enable -* the spinlocks and use them. -* It is really advisable to use spinlock mechanism for use cases where -* applications running on multiple CPUs can simultaneously access -* GIC register space through driver APIs. -* D) The spinlock mechanism can be used to protect any critical region -* implemented through shared memory space. -* -* IMPORTANT NOTE: Circular spinlocks are not allowed (as expected). -* Use case where an application calls Xil_SpinLock back to back without -* calling Xil_SpinUnlock in between will/may result in a deadlock -* condition. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 7.5 	asa      02/23/21 First release
-* 7.5   asa      04/28/21 Fixed bug Xil_IsSpinLockEnabled to avoid
-*                         dereferencing to address zero.
-* 
-* -******************************************************************************/ - - -/***************************** Include Files ********************************/ -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#include "xil_spinlock.h" - - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - - - -/************************** Variable Definitions ****************************/ -static UINTPTR Xil_Spinlock_Addr = 0x0; -static UINTPTR Xil_Spinlock_Flag_Addr = 0x0; - -/************************** Function Prototypes *****************************/ - -/****************************************************************************/ -/** -* -* @brief Used at the beginning of a critical section. This API takes the -* lock using load-exclusive and store-exclusive operations. In -* case the lock is not available (being held by an application -* running at the other CPU and doing operations inside the -* critical section, the control will never go out from the API -* till the other CPU releases the lock. -* -* @param None. -* -* @return XST_FAILURE: If spinlock is not properly initialized. -* XST_SUCCESS: If the lock was successfully obtained. -* -* @note None. -* -*****************************************************************************/ -u32 Xil_SpinLock(void) -{ - UINTPTR lockaddr = Xil_Spinlock_Addr; - u32 LockTempVar; - - if (Xil_Spinlock_Addr == 0) { - return XST_FAILURE; - } - - __asm__ __volatile__( - "1: ldrex %0, [%1] \n" - " teq %0, %3 \n" - " strexeq %0, %2, [%1] \n" - " teqeq %0, #0 \n" - " bne 1b \n" - " dmb \n" - : "=&r" (LockTempVar) - : "r" (lockaddr), "r"(XIL_SPINLOCK_LOCKVAL), "r"(XIL_SPINLOCK_RESETVAL) - : "cc"); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* @brief Used to release a lock previously held by calling Xil_SpinLock. -* -* @param None. -* -* @return XST_FAILURE: If spinlock is not properly initialized. -* XST_SUCCESS: If the lock was successfully obtained. -* -* @note None. -* -*****************************************************************************/ -u32 Xil_SpinUnlock(void) -{ - UINTPTR lockaddr = Xil_Spinlock_Addr; - - if (Xil_Spinlock_Addr == 0) { - return XST_FAILURE; - } - __asm__ __volatile__( - "dmb \n" - "str %1, [%0] \n" - : - : "r" (lockaddr), "r" (XIL_SPINLOCK_RESETVAL) - : "cc"); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* @brief Used to initialize a spinlock. -* -* @param lockaddr: Address of the lock variable. The address must be in -* a shared memory region. -* lockflagaddr: Address of the flag variable. The address must be -* in a shared memory region. -* lockflag: The value of the flag. Currently only one value -* is supported, which is XIL_SPINLOCK_ENABLE. -* -* @return XST_SUCCESS, if the initialization succeeded. -* XST_FAILURE, if the initialization failed -* -* @note None. -* -*****************************************************************************/ -u32 Xil_InitializeSpinLock(UINTPTR lockaddr, UINTPTR lockflagaddr, - u32 lockflag) -{ - if (Xil_Spinlock_Flag_Addr == 0) { - Xil_Spinlock_Flag_Addr = lockflagaddr; - if (*(u32 *)Xil_Spinlock_Flag_Addr == XIL_SPINLOCK_ENABLED) { - /* - * spinlock is already initialized by one of the CPUs, just update - * the local variable Xil_Spinlock_Addr with the passed address - * and dont write to the lock value as it might be currently - * getting used. - */ - /* - * Ensure to update the global variable Xil_Spinlock_Addr only - * if it is zero. A non-zero value may mean that there is something - * wrong. - */ - if (Xil_Spinlock_Addr == 0) { - Xil_Spinlock_Addr = lockaddr; - } else { - /* - * May be spinlock is already initialized and the user has not - * called Xil_ReleaseSpinLock before calling Xil_InitializeSpinLock. - */ - return XST_FAILURE; - } - } else { - /* All good, do the necessary initializations */ - Xil_Spinlock_Addr = lockaddr; - *(u32 *)(Xil_Spinlock_Addr) = XIL_SPINLOCK_RESETVAL; - *(u32 *)(Xil_Spinlock_Flag_Addr) = lockflag; - } - return XST_SUCCESS; - } else { - /* - * Most probably spinlock is already initialized and the user has not - * called Xil_ReleaseSpinLock before calling Xil_InitializeSpinLock. - */ - return XST_FAILURE; - } -} - - -/****************************************************************************/ -/** -* @brief Used to release the spinlock. Typically called by the application -* once spinlock feature is no more required. -* -* @param None. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void Xil_ReleaseSpinLock(void) -{ - Xil_Spinlock_Addr = 0; - Xil_Spinlock_Flag_Addr = 0; -} - -/****************************************************************************/ -/** -* @brief Used to know if the spinlock feature has been enabled. To ensure -* that spinlock feature does not break use cases where lock is -* not initialized, the application must call this API first to know -* if it can use spinlock. If this API returns non-zero value, an -* application should then use Xil_SpinLock or Xil_SpinUnlock. -* -* @param None -* -* @return Non-zero, if spinlock is already initialized and can be used. -* Zero, if spinlock is not initialized. -* -* @note -* -*****************************************************************************/ -u32 Xil_IsSpinLockEnabled(void) -{ - u32 retVal = FALSE; - - if (Xil_Spinlock_Flag_Addr != 0) { - if (*(u32 *)(Xil_Spinlock_Flag_Addr) == XIL_SPINLOCK_ENABLED) { - retVal = TRUE; - } - } - return retVal; -} -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_spinlock.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_spinlock.h deleted file mode 100644 index fa58233..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_spinlock.h +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_spinlock.h -* -* This header file contains function prototypes to be used while using Xilinx -* spinlocking mechanism. -* Please refer to file header contents of xil_spinlock.c to understand in -* detail the spinlocking mechanism. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 7.5 	asa		 02/16/21 First release
-* 7.6	sk	 08/05/21 Add Boolean check and braces for Xil_IsSpinLockEnabled
-* 			  if condition to fix misrac violations.
-* 
-* -******************************************************************************/ - -#ifndef XIL_SPINLOCK_H /* prevent circular inclusions */ -#define XIL_SPINLOCK_H /* by using protection macros */ - -/***************************** Include Files ********************************/ -#include "xil_types.h" -#include "xstatus.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -/************************** Function Prototypes *****************************/ -u32 Xil_SpinLock(void); -u32 Xil_SpinUnlock(void); -u32 Xil_InitializeSpinLock(UINTPTR lockaddr, UINTPTR lockflagaddr, - u32 lockflag); -void Xil_ReleaseSpinLock(void); -u32 Xil_IsSpinLockEnabled(void); - -/************************** MACRO Definitions ****************************/ -#define XIL_SPINLOCK_LOCKVAL 0x10203040 -#define XIL_SPINLOCK_RESETVAL 0x40302010 -#define XIL_SPINLOCK_ENABLE 0x17273747 -#define XIL_SPINLOCK_ENABLED 0x17273747 -/***************** Macros (Inline Functions) Definitions ********************/ - -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ -/***************************************************************************/ -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#define XIL_SPINLOCK() \ - if(Xil_IsSpinLockEnabled()!=(u32)0) { \ - Xil_SpinLock(); } -#else -#define XIL_SPINLOCK() -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ - -#if !defined (__aarch64__) && defined(__GNUC__) && !defined(__clang__) -#define XIL_SPINUNLOCK() \ - if(Xil_IsSpinLockEnabled()!=(u32)0) { \ - Xil_SpinUnlock(); } -#else -#define XIL_SPINUNLOCK() -#endif /* !(__aarch64__) && (__GNUC__) && !(__clang__)*/ - - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XIL_SPINLOCK_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testcache.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testcache.c deleted file mode 100644 index f101c14..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testcache.c +++ /dev/null @@ -1,341 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testcache.c -* @addtogroup common_test_utils -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date	 Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/28/09 Initial release
-* 4.1   asa  05/09/14 Ensured that the address uses for cache test is aligned
-*				      cache line.
-* 
-* -******************************************************************************/ -#ifdef __ARM__ -#include "xil_cache.h" -#include "xil_testcache.h" -#include "xil_types.h" -#include "xpseudo_asm.h" -#ifdef __aarch64__ -#include "xreg_cortexa53.h" -#else -#include "xreg_cortexr5.h" -#endif - -#include "xil_types.h" - -extern void xil_printf(const char8 *ctrl1, ...); - -#define DATA_LENGTH 128 - -#ifdef __aarch64__ -static INTPTR Data[DATA_LENGTH] __attribute__ ((aligned(64))); -#else -static INTPTR Data[DATA_LENGTH] __attribute__ ((aligned(32))); -#endif - - -/*****************************************************************************/ -/** -* -* @brief Perform DCache range related API test such as Xil_DCacheFlushRange -* and Xil_DCacheInvalidateRange. This test function writes a constant -* value to the Data array, flushes the range, writes a new value, then -* invalidates the corresponding range. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ -s32 Xil_TestDCacheRange(void) -{ - s32 Index; - s32 Status = 0; - u32 CtrlReg; - INTPTR Value; - - xil_printf("-- Cache Range Test --\n\r"); - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0xA0A00505; - - xil_printf(" initialize Data done:\r\n"); - - Xil_DCacheFlushRange((INTPTR)Data, DATA_LENGTH * sizeof(INTPTR)); - - xil_printf(" flush range done\r\n"); - - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - if (Value != 0xA0A00505) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - if (!Status) { - xil_printf(" Flush worked\r\n"); - } - else { - xil_printf("Error: flush dcache range not working\r\n"); - } - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0xA0A0C505; - - - - Xil_DCacheFlushRange((INTPTR)Data, DATA_LENGTH * sizeof(INTPTR)); - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = Index + 3; - - Xil_DCacheInvalidateRange((INTPTR)Data, DATA_LENGTH * sizeof(INTPTR)); - - xil_printf(" invalidate dcache range done\r\n"); - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0xA0A0A05; - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - if (Value != 0xA0A0A05) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - - if (!Status) { - xil_printf(" Invalidate worked\r\n"); - } - else { - xil_printf("Error: Invalidate dcache range not working\r\n"); - } - xil_printf("-- Cache Range Test Complete --\r\n"); - return Status; - -} - -/*****************************************************************************/ -/** -* @brief Perform DCache all related API test such as Xil_DCacheFlush and -* Xil_DCacheInvalidate. This test function writes a constant value -* to the Data array, flushes the DCache, writes a new value, -* then invalidates the DCache. -* -* @return -* - 0 is returned for a pass -* - -1 is returned for a failure -*****************************************************************************/ -s32 Xil_TestDCacheAll(void) -{ - s32 Index; - s32 Status; - INTPTR Value; - u32 CtrlReg; - - xil_printf("-- Cache All Test --\n\r"); - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0x50500A0A; - xil_printf(" initialize Data done:\r\n"); - - Xil_DCacheFlush(); - xil_printf(" flush all done\r\n"); - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - - if (Value != 0x50500A0A) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - if (!Status) { - xil_printf(" Flush all worked\r\n"); - } - else { - xil_printf("Error: Flush dcache all not working\r\n"); - } - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0x505FFA0A; - - Xil_DCacheFlush(); - - - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = Index + 3; - - Xil_DCacheInvalidate(); - - xil_printf(" invalidate all done\r\n"); - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg &= ~(XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg &= ~(XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - for (Index = 0; Index < DATA_LENGTH; Index++) - Data[Index] = 0x50CFA0A; - dsb(); - #ifdef __aarch64__ - CtrlReg = mfcp(SCTLR_EL3); - CtrlReg |= (XREG_CONTROL_DCACHE_BIT); - mtcp(SCTLR_EL3,CtrlReg); - #else - CtrlReg = mfcp(XREG_CP15_SYS_CONTROL); - CtrlReg |= (XREG_CP15_CONTROL_C_BIT); - mtcp(XREG_CP15_SYS_CONTROL, CtrlReg); - #endif - dsb(); - Status = 0; - - for (Index = 0; Index < DATA_LENGTH; Index++) { - Value = Data[Index]; - if (Value != 0x50CFA0A) { - Status = -1; - xil_printf("Data[%d] = %x\r\n", Index, Value); - break; - } - } - - if (!Status) { - xil_printf(" Invalidate all worked\r\n"); - } - else { - xil_printf("Error: Invalidate dcache all not working\r\n"); - } - - xil_printf("-- DCache all Test Complete --\n\r"); - - return Status; -} - -/*****************************************************************************/ -/** -* @brief Perform Xil_ICacheInvalidateRange() on a few function pointers. -* -* @return -* - 0 is returned for a pass -* -* @note The function will hang if it fails. -*****************************************************************************/ -s32 Xil_TestICacheRange(void) -{ - - Xil_ICacheInvalidateRange((INTPTR)Xil_TestICacheRange, 1024); - Xil_ICacheInvalidateRange((INTPTR)Xil_TestDCacheRange, 1024); - Xil_ICacheInvalidateRange((INTPTR)Xil_TestDCacheAll, 1024); - - xil_printf("-- Invalidate icache range done --\r\n"); - - return 0; -} - -/*****************************************************************************/ -/** -* @brief Perform Xil_ICacheInvalidate() on a few function pointers. -* -* @return -* - 0 is returned for a pass -* -* @note The function will hang if it fails. -*****************************************************************************/ -s32 Xil_TestICacheAll(void) -{ - Xil_ICacheInvalidate(); - xil_printf("-- Invalidate icache all done --\r\n"); - return 0; -} -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testcache.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testcache.h deleted file mode 100644 index 5798c21..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testcache.h +++ /dev/null @@ -1,54 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testcache.h -* -* @addtogroup common_test_utils -*

Cache test

-* The xil_testcache.h file contains utility functions to test cache. -* -* @{ -*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  07/29/09 First release
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XIL_TESTCACHE_H /* prevent circular inclusions */ -#define XIL_TESTCACHE_H /* by using protection macros */ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -extern s32 Xil_TestDCacheRange(void); -extern s32 Xil_TestDCacheAll(void); -extern s32 Xil_TestICacheRange(void); -extern s32 Xil_TestICacheAll(void); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testio.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testio.c deleted file mode 100644 index 9681975..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testio.c +++ /dev/null @@ -1,273 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testio.c -* @addtogroup common_test_utils -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xil_testio.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions ****************************/ -/************************** Function Prototypes *****************************/ - - - -/** - * - * Endian swap a 16-bit word. - * @param Data is the 16-bit word to be swapped. - * @return The endian swapped value. - * - */ -static u16 Swap16(u16 Data) -{ - return ((Data >> 8U) & 0x00FFU) | ((Data << 8U) & 0xFF00U); -} - -/** - * - * Endian swap a 32-bit word. - * @param Data is the 32-bit word to be swapped. - * @return The endian swapped value. - * - */ -static u32 Swap32(u32 Data) -{ - u16 Lo16; - u16 Hi16; - - u16 Swap16Lo; - u16 Swap16Hi; - - Hi16 = (u16)((Data >> 16U) & 0x0000FFFFU); - Lo16 = (u16)(Data & 0x0000FFFFU); - - Swap16Lo = Swap16(Lo16); - Swap16Hi = Swap16(Hi16); - - return (((u32)(Swap16Lo)) << 16U) | ((u32)Swap16Hi); -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 8-bit wide register IO test where the -* register is accessed using Xil_Out8 and Xil_In8, and comparing -* the written values by reading them back. -* -* @param Addr: a pointer to the region of memory to be tested. -* @param Length: Length of the block. -* @param Value: constant used for writing the memory. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ - -s32 Xil_TestIO8(u8 *Addr, s32 Length, u8 Value) -{ - u8 ValueIn; - s32 Index; - s32 Status = 0; - - for (Index = 0; Index < Length; Index++) { - Xil_Out8((INTPTR)Addr, Value); - - ValueIn = Xil_In8((INTPTR)Addr); - - if ((Value != ValueIn) && (Status == 0)) { - Status = -1; - break; - } - } - return Status; - -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 16-bit wide register IO test. Each location -* is tested by sequentially writing a 16-bit wide register, reading -* the register, and comparing value. This function tests three kinds -* of register IO functions, normal register IO, little-endian register -* IO, and big-endian register IO. When testing little/big-endian IO, -* the function performs the following sequence, Xil_Out16LE/Xil_Out16BE, -* Xil_In16, Compare In-Out values, Xil_Out16, Xil_In16LE/Xil_In16BE, -* Compare In-Out values. Whether to swap the read-in value before -* comparing is controlled by the 5th argument. -* -* @param Addr: a pointer to the region of memory to be tested. -* @param Length: Length of the block. -* @param Value: constant used for writing the memory. -* @param Kind: Type of test. Acceptable values are: -* XIL_TESTIO_DEFAULT, XIL_TESTIO_LE, XIL_TESTIO_BE. -* @param Swap: indicates whether to byte swap the read-in value. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ - -s32 Xil_TestIO16(u16 *Addr, s32 Length, u16 Value, s32 Kind, s32 Swap) -{ - u16 *TempAddr16; - u16 ValueIn = 0U; - s32 Index; - TempAddr16 = Addr; - Xil_AssertNonvoid(TempAddr16 != NULL); - - for (Index = 0; Index < Length; Index++) { - switch (Kind) { - case XIL_TESTIO_LE: - Xil_Out16LE((INTPTR)TempAddr16, Value); - break; - case XIL_TESTIO_BE: - Xil_Out16BE((INTPTR)TempAddr16, Value); - break; - default: - Xil_Out16((INTPTR)TempAddr16, Value); - break; - } - - ValueIn = Xil_In16((INTPTR)TempAddr16); - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap16(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - - /* second round */ - Xil_Out16((INTPTR)TempAddr16, Value); - - switch (Kind) { - case XIL_TESTIO_LE: - ValueIn = Xil_In16LE((INTPTR)TempAddr16); - break; - case XIL_TESTIO_BE: - ValueIn = Xil_In16BE((INTPTR)TempAddr16); - break; - default: - ValueIn = Xil_In16((INTPTR)TempAddr16); - break; - } - - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap16(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - TempAddr16 += sizeof(u16); - } - return 0; -} - - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 32-bit wide register IO test. Each location -* is tested by sequentially writing a 32-bit wide register, reading -* the register, and comparing value. This function tests three kinds -* of register IO functions, normal register IO, little-endian register IO, -* and big-endian register IO. When testing little/big-endian IO, -* the function perform the following sequence, Xil_Out32LE/ -* Xil_Out32BE, Xil_In32, Compare, Xil_Out32, Xil_In32LE/Xil_In32BE, Compare. -* Whether to swap the read-in value *before comparing is controlled -* by the 5th argument. -* @param Addr: a pointer to the region of memory to be tested. -* @param Length: Length of the block. -* @param Value: constant used for writing the memory. -* @param Kind: type of test. Acceptable values are: -* XIL_TESTIO_DEFAULT, XIL_TESTIO_LE, XIL_TESTIO_BE. -* @param Swap: indicates whether to byte swap the read-in value. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -*****************************************************************************/ -s32 Xil_TestIO32(u32 *Addr, s32 Length, u32 Value, s32 Kind, s32 Swap) -{ - u32 *TempAddr; - u32 ValueIn = 0U; - s32 Index; - TempAddr = Addr; - Xil_AssertNonvoid(TempAddr != NULL); - - for (Index = 0; Index < Length; Index++) { - switch (Kind) { - case XIL_TESTIO_LE: - Xil_Out32LE((INTPTR)TempAddr, Value); - break; - case XIL_TESTIO_BE: - Xil_Out32BE((INTPTR)TempAddr, Value); - break; - default: - Xil_Out32((INTPTR)TempAddr, Value); - break; - } - - ValueIn = Xil_In32((INTPTR)TempAddr); - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap32(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - - /* second round */ - Xil_Out32((INTPTR)TempAddr, Value); - - - switch (Kind) { - case XIL_TESTIO_LE: - ValueIn = Xil_In32LE((INTPTR)TempAddr); - break; - case XIL_TESTIO_BE: - ValueIn = Xil_In32BE((INTPTR)TempAddr); - break; - default: - ValueIn = Xil_In32((INTPTR)TempAddr); - break; - } - - if ((Kind != 0) && (Swap != 0)) { - ValueIn = Swap32(ValueIn); - } - - if (Value != ValueIn) { - return -1; - } - TempAddr += sizeof(u32); - } - return 0; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testio.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testio.h deleted file mode 100644 index 5a1bda3..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testio.h +++ /dev/null @@ -1,76 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testio.h -* -* @addtogroup common_test_utils Test Utilities for Memory and Caches -*

I/O test

-* The xil_testio.h file contains utility functions to test endian related memory -* IO functions. -* -* A subset of the memory tests can be selected or all of the tests can be run -* in order. If there is an error detected by a subtest, the test stops and the -* failure code is returned. Further tests are not run even if all of the tests -* are selected. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00 hbm  08/05/09 First release
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_TESTIO_H /* prevent circular inclusions */ -#define XIL_TESTIO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ - - -#define XIL_TESTIO_DEFAULT 0 -#define XIL_TESTIO_LE 1 -#define XIL_TESTIO_BE 2 - -/** - *@endcond - */ - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -extern s32 Xil_TestIO8(u8 *Addr, s32 Length, u8 Value); -extern s32 Xil_TestIO16(u16 *Addr, s32 Length, u16 Value, s32 Kind, s32 Swap); -extern s32 Xil_TestIO32(u32 *Addr, s32 Length, u32 Value, s32 Kind, s32 Swap); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testmem.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testmem.c deleted file mode 100644 index aa666d1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testmem.c +++ /dev/null @@ -1,1568 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testmem.c -* @addtogroup common_test_utils -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 7.5   mus  03/10/21 Added new set of Xil_TestMem32, Xil_TestMem16 and
-*                     Xil_TestMem8 APIs to support memory test for memory
-*                     regions mapped at extended addresses
-*                     (addresses > 4 GB). These new set of APIs would be
-*                     compiled only for 32 bit Microblaze processor, if
-*                     XPAR_MICROBLAZE_ADDR_SIZE is greater than 32.
-*                     It fixes CR#1089129.
-* 7.6   mus  07/29/21 Updated Xil_TestMem8 to fix issues reported by static
-*                     analysis tool. It fixes CR#1105956.
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xil_testmem.h" -#include "xil_io.h" -#include "xil_assert.h" - -/************************** Constant Definitions ****************************/ -/************************** Function Prototypes *****************************/ - -static u32 RotateLeft(u32 Input, u8 Width); - -/* define ROTATE_RIGHT to give access to this functionality */ -/* #define ROTATE_RIGHT */ -#ifdef ROTATE_RIGHT -static u32 RotateRight(u32 Input, u8 Width); -#endif /* ROTATE_RIGHT */ - -#if defined(__MICROBLAZE__) && !defined(__arch64__) && (XPAR_MICROBLAZE_ADDR_SIZE > 32) - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 8-bit wide memory test. -* -* @param Addrlow: lower 32 bit address of memory to be tested. -* @param Addrhigh: upper 32 bit address of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem8(u32 Addrlow, u32 Addrhigh, u32 Words, u8 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u8 Val; - u8 WordMem8; - s32 Status = 0; - u64 Addr = (Addrlow + ((u64)Addrhigh << 32)); - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * select the proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from XIL_TESTMEM_INIT_VALUE - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - sbea(Addr+I, Val); - Val++; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = XIL_TESTMEM_INIT_VALUE; - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_BYTE; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - Val = (u8)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* write memory location */ - sbea(Addr+I, Val); - Val = (u8)RotateLeft(Val, 8U); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val = (u8)RotateLeft(Val, NUM_OF_BITS_IN_BYTE); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking zeros test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_BYTE; j++) { - /* - * Generate an initial value for walking ones test to test - * for bad data bits - */ - Val = (u8) (~(1U << j)); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* write memory location */ - sbea(Addr+I, Val); - Val = ~((u8)RotateLeft(~Val, NUM_OF_BITS_IN_BYTE)); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8) (~(1U << j)); - /* Read the values from each location that was written */ - for (I = 0U; I < NUM_OF_BITS_IN_BYTE; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - - Val = ~((u8)RotateLeft(~Val, NUM_OF_BITS_IN_BYTE)); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u8) (~((INTPTR) (Addr + I))); - sbea(Addr+I, Val); - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - Val = (u8) (~((INTPTR) (Addr+I))); - if ((WordMem8 ^ Val) != 0x00U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u8)0) { - Val = 0xA5U; - } - else { - Val = Pattern; - } - /* - * Fill the memory with fixed Pattern - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - sbea(Addr+I, Val); - } - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = lbuea(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 16-bit wide memory test. -* -* @param Addrlow: lower 32 bit address of memory to be tested. -* @param Addrhigh: upper 32 bit address of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant Pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem16(u32 Addrlow,u32 Addrhigh, u32 Words, u16 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u16 Val; - u16 WordMem16; - s32 Status = 0; - u64 Addr = (Addrlow + ((u64)Addrhigh << 32)); - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * selectthe proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'XIL_TESTMEM_INIT_VALUE' - */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* write memory location */ - shea(Addr+I, Val); - Val++; - I = I + NUM_OF_BYTES_IN_HW; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference val - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* read memory location */ - WordMem16 = lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val++; - I = I + NUM_OF_BYTES_IN_HW; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking ones test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_HW; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (u16)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW); ) { - /* write memory location */ - shea(Addr+I,Val); - Val = (u16)RotateLeft(Val, 16U); - I = I + NUM_OF_BYTES_IN_HW; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u16)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW); ) { - /* read memory location */ - WordMem16 = lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = (u16)RotateLeft(Val, NUM_OF_BITS_IN_HW); - I = I + NUM_OF_BYTES_IN_HW; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking zeros test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_HW; j++) { - /* - * Generate an initial value for walking ones - * test to test for bad - * data bits - */ - - Val = ~(1U << j); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW);) { - shea(Addr+I, Val); - Val = ~((u16)RotateLeft(~Val, 16U)); - I = I + NUM_OF_BYTES_IN_HW; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = ~(1U << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * NUM_OF_BITS_IN_HW); ) { - WordMem16= lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u16)RotateLeft(~Val, NUM_OF_BITS_IN_HW)); - I = I + NUM_OF_BYTES_IN_HW; - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* write memory location */ - Val = (u16) (~((INTPTR)((Addr+I)))); - shea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_HW; - } - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW*Words); ) { - /* read memory location */ - //WordMem16 = *(Addr+I); - WordMem16 = lhuea(Addr+I); - Val = (u16) (~((INTPTR) ((Addr+I)))); - if ((WordMem16 ^ Val) != 0x0000U) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_HW; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - if (Pattern == (u16)0) { - Val = 0xDEADU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed pattern - */ - - for (I = 0U; I < (2*Words);) { - /* write memory location */ - shea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_HW; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed pattern - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_HW * Words);) { - /* read memory location */ - WordMem16=lhuea(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_HW; - } - } -End_Label: - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 32-bit wide memory test. -* -* @param Addrlow: lower 32 bit address of memory to be tested. -* @param Addrhigh: upper 32 bit address of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: test type selected. See xil_testmem.h for possible -* values. -* -* @return -* - 0 is returned for a pass -* - 1 is returned for a failure -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem32(u32 Addrlow, u32 Addrhigh, u32 Words, u32 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u32 Val; - u32 WordMem32; - s32 Status = 0; - u64 Addr = (Addrlow + ((u64)Addrhigh << 32)); - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= (u8)XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'XIL_TESTMEM_INIT_VALUE' - */ - for (I = 0U; I <(NUM_OF_BYTES_IN_WORD * Words);) { - swea(Addr+I, Val); - Val++; - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = XIL_TESTMEM_INIT_VALUE; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < ( NUM_OF_BYTES_IN_WORD * Words);) { - WordMem32 = lwea(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val++; - I = I + NUM_OF_BYTES_IN_WORD; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_WORD; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (1U << j); - - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * NUM_OF_BITS_IN_WORD);) { - /* write memory location */ - swea(Addr+I, Val); - Val = (u32) RotateLeft(Val, NUM_OF_BITS_IN_WORD); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Restore the reference 'val' to the - * initial value - */ - Val = 1U << j; - - /* Read the values from each location that was - * written */ - for (I = 0U; I < ((u32)32 * NUM_OF_BYTES_IN_WORD);) { - /* read memory location */ - - WordMem32 = lwea(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val = (u32)RotateLeft(Val, NUM_OF_BITS_IN_WORD); - I = I + NUM_OF_BYTES_IN_WORD; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible - * initial test Patterns for walking zeros test - */ - - for (j = 0U; j < NUM_OF_BITS_IN_WORD; j++) { - - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = ~(1U << j); - - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (NUM_OF_BITS_IN_WORD * NUM_OF_BYTES_IN_WORD);) { - /* write memory location */ - swea(Addr+I, Val); - Val = ~((u32)RotateLeft(~Val, NUM_OF_BITS_IN_WORD)); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - - Val = ~(1U << j); - - /* Read the values from each location that was - * written */ - for (I = 0U; I < (NUM_OF_BITS_IN_WORD * NUM_OF_BYTES_IN_WORD);) { - /* read memory location */ - WordMem32 = lwea(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u32)RotateLeft(~Val, NUM_OF_BITS_IN_WORD)); - I = I + NUM_OF_BYTES_IN_WORD; - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - /* write memory location */ - Val = (u32) (~((INTPTR) (Addr+I))); - swea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - /* Read the location */ - WordMem32 = lwea(Addr+I); - Val = (u32) (~((INTPTR) (Addr+I))); - - if ((WordMem32 ^ Val) != 0x00000000U) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_WORD; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u32)0) { - Val = 0xDEADBEEFU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed Pattern - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - /* write memory location */ - swea(Addr+I, Val); - I = I + NUM_OF_BYTES_IN_WORD; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < (NUM_OF_BYTES_IN_WORD * Words);) { - - /* read memory location */ - - WordMem32 = lwea(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - I = I + NUM_OF_BYTES_IN_WORD; - } - } - -End_Label: - return Status; -} - -#else -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 32-bit wide memory test. -* -* @param Addr: pointer to the region of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: test type selected. See xil_testmem.h for possible -* values. -* -* @return -* - 0 is returned for a pass -* - 1 is returned for a failure -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem32(u32 *Addr, u32 Words, u32 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u32 Val; - u32 FirtVal; - u32 WordMem32; - s32 Status = 0; - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= (u8)XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - FirtVal = XIL_TESTMEM_INIT_VALUE; - - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'FirtVal' - */ - for (I = 0U; I < Words; I++) { - *(Addr+I) = Val; - Val++; - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = FirtVal; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < Words; I++) { - WordMem32 = *(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < (u32)32; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (1U << j); - - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)32; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = (u32) RotateLeft(Val, 32U); - } - - /* - * Restore the reference 'val' to the - * initial value - */ - Val = 1U << j; - - /* Read the values from each location that was - * written */ - for (I = 0U; I < (u32)32; I++) { - /* read memory location */ - - WordMem32 = *(Addr+I); - - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - - Val = (u32)RotateLeft(Val, 32U); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible - * initial test Patterns for walking zeros test - */ - - for (j = 0U; j < (u32)32; j++) { - - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = ~(1U << j); - - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)32; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = ~((u32)RotateLeft(~Val, 32U)); - } - - /* - * Restore the reference 'Val' to the - * initial value - */ - - Val = ~(1U << j); - - /* Read the values from each location that was - * written */ - for (I = 0U; I < (u32)32; I++) { - /* read memory location */ - WordMem32 = *(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u32)RotateLeft(~Val, 32U)); - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u32) (~((INTPTR) (&Addr[I]))); - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* Read the location */ - WordMem32 = *(Addr+I); - Val = (u32) (~((INTPTR) (&Addr[I]))); - - if ((WordMem32 ^ Val) != 0x00000000U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u32)0) { - Val = 0xDEADBEEFU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - - /* read memory location */ - - WordMem32 = *(Addr+I); - if (WordMem32 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 16-bit wide memory test. -* -* @param Addr: pointer to the region of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant Pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem16(u16 *Addr, u32 Words, u16 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u16 Val; - u16 FirtVal; - u16 WordMem16; - s32 Status = 0; - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - FirtVal = XIL_TESTMEM_INIT_VALUE; - - /* - * selectthe proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'FirtVal' - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val++; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = FirtVal; - - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference val - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking ones test - */ - - for (j = 0U; j < (u32)16; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - - Val = (u16)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)16; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = (u16)RotateLeft(Val, 16U); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u16)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)16; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = (u16)RotateLeft(Val, 16U); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking zeros test - */ - - for (j = 0U; j < (u32)16; j++) { - /* - * Generate an initial value for walking ones - * test to test for bad - * data bits - */ - - Val = ~(1U << j); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - - for (I = 0U; I < (u32)16; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = ~((u16)RotateLeft(~Val, 16U)); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = ~(1U << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)16; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - Val = ~((u16)RotateLeft(~Val, 16U)); - } - - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u16) (~((INTPTR)(&Addr[I]))); - *(Addr+I) = Val; - } - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - Val = (u16) (~((INTPTR) (&Addr[I]))); - if ((WordMem16 ^ Val) != 0x0000U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - if (Pattern == (u16)0) { - Val = 0xDEADU; - } - else { - Val = Pattern; - } - - /* - * Fill the memory with fixed pattern - */ - - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed pattern - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem16 = *(Addr+I); - if (WordMem16 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} - - -/*****************************************************************************/ -/** -* -* @brief Perform a destructive 8-bit wide memory test. -* -* @param Addr: pointer to the region of memory to be tested. -* @param Words: length of the block. -* @param Pattern: constant used for the constant pattern test, if 0, -* 0xDEADBEEF is used. -* @param Subtest: type of test selected. See xil_testmem.h for possible -* values. -* -* @return -* - -1 is returned for a failure -* - 0 is returned for a pass -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** Width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*****************************************************************************/ -s32 Xil_TestMem8(u8 *Addr, u32 Words, u8 Pattern, u8 Subtest) -{ - u32 I; - u32 j; - u8 Val; - u8 FirtVal; - u8 WordMem8; - s32 Status = 0; - - Xil_AssertNonvoid(Words != (u32)0); - Xil_AssertNonvoid(Subtest <= XIL_TESTMEM_MAXTEST); - - /* - * variable initialization - */ - Val = XIL_TESTMEM_INIT_VALUE; - FirtVal = XIL_TESTMEM_INIT_VALUE; - - /* - * select the proper Subtest(s) - */ - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INCREMENT)) { - /* - * Fill the memory with incrementing - * values starting from 'FirtVal' - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val++; - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = FirtVal; - /* - * Check every word within the words - * of tested memory and compare it - * with the incrementing reference - * Val - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val++; - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKONES)) { - /* - * set up to cycle through all possible initial - * test Patterns for walking ones test - */ - - for (j = 0U; j < (u32)8; j++) { - /* - * Generate an initial value for walking ones test - * to test for bad data bits - */ - Val = (u8)((u32)1 << j); - /* - * START walking ones test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < (u32)8; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = (u8)RotateLeft(Val, 8U); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8)((u32)1 << j); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)8; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - Val = (u8)RotateLeft(Val, 8U); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_WALKZEROS)) { - /* - * set up to cycle through all possible initial test - * Patterns for walking zeros test - */ - - for (j = 0U; j < (u32)8; j++) { - /* - * Generate an initial value for walking ones test to test - * for bad data bits - */ - Val = (u8) (~(1U << j)); - /* - * START walking zeros test - * Write a one to each data bit indifferent locations - */ - for (I = 0U; I < (u32)8; I++) { - /* write memory location */ - *(Addr+I) = Val; - Val = ~((u8)RotateLeft(~Val, 8U)); - } - /* - * Restore the reference 'Val' to the - * initial value - */ - Val = (u8) (~(1U << j)); - /* Read the values from each location that was written */ - for (I = 0U; I < (u32)8; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - - Val = ~((u8)RotateLeft(~Val, 8U)); - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_INVERSEADDR)) { - /* Fill the memory with inverse of address */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - Val = (u8) (~((INTPTR) (&Addr[I]))); - *(Addr+I) = Val; - } - - /* - * Check every word within the words - * of tested memory - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - Val = (u8) (~((INTPTR) (&Addr[I]))); - if ((WordMem8 ^ Val) != 0x00U) { - Status = -1; - goto End_Label; - } - } - } - - if((Subtest == XIL_TESTMEM_ALLMEMTESTS) || (Subtest == XIL_TESTMEM_FIXEDPATTERN)) { - /* - * Generate an initial value for - * memory testing - */ - - if (Pattern == (u8)0) { - Val = 0xA5U; - } - else { - Val = Pattern; - } - /* - * Fill the memory with fixed Pattern - */ - for (I = 0U; I < Words; I++) { - /* write memory location */ - *(Addr+I) = Val; - } - /* - * Check every word within the words - * of tested memory and compare it - * with the fixed Pattern - */ - - for (I = 0U; I < Words; I++) { - /* read memory location */ - WordMem8 = *(Addr+I); - if (WordMem8 != Val) { - Status = -1; - goto End_Label; - } - } - } - -End_Label: - return Status; -} -#endif - -/*****************************************************************************/ -/** -* -* @brief Rotates the provided value to the left one bit position -* -* @param Input is value to be rotated to the left -* @param Width is the number of bits in the input data -* -* @return The resulting unsigned long value of the rotate left -* -* -*****************************************************************************/ -static u32 RotateLeft(u32 Input, u8 Width) -{ - u32 Msb; - u32 ReturnVal; - u32 WidthMask; - u32 MsbMask; - u32 LocalInput = Input; - - /* - * set up the WidthMask and the MsbMask - */ - - MsbMask = 1U << (Width - 1U); - - WidthMask = (MsbMask << (u32)1) - (u32)1; - - /* - * set the Width of the Input to the correct width - */ - - LocalInput = LocalInput & WidthMask; - - Msb = LocalInput & MsbMask; - - ReturnVal = LocalInput << 1U; - - if (Msb != 0x00000000U) { - ReturnVal = ReturnVal | (u32)0x00000001; - } - - ReturnVal = ReturnVal & WidthMask; - - return ReturnVal; - -} - -#ifdef ROTATE_RIGHT -/*****************************************************************************/ -/** -* -* @brief Rotates the provided value to the right one bit position -* -* @param Input: value to be rotated to the right -* @param Width: number of bits in the input data -* -* @return -* The resulting u32 value of the rotate right -* -*****************************************************************************/ -static u32 RotateRight(u32 Input, u8 Width) -{ - u32 Lsb; - u32 ReturnVal; - u32 WidthMask; - u32 MsbMask; - u32 LocalInput = Input; - /* - * set up the WidthMask and the MsbMask - */ - - MsbMask = 1U << (Width - 1U); - - WidthMask = (MsbMask << 1U) - 1U; - - /* - * set the width of the input to the correct width - */ - - LocalInput = LocalInput & WidthMask; - - ReturnVal = LocalInput >> 1U; - - Lsb = LocalInput & 0x00000001U; - - if (Lsb != 0x00000000U) { - ReturnVal = ReturnVal | MsbMask; - } - - ReturnVal = ReturnVal & WidthMask; - - return ReturnVal; - -} -#endif /* ROTATE_RIGHT */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testmem.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testmem.h deleted file mode 100644 index 7e29233..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_testmem.h +++ /dev/null @@ -1,165 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_testmem.h -* @addtogroup common_test_utils Test Utilities for Memory and Caches -* -* - Cache test: xil_testcache.h contains utility functions to test cache. -* -* - I/O test: The Xil_testio.h file contains endian related memory IO functions. A -* subset of the memory tests can be selected or all of the tests can be run in order. -* If there is an error detected by a subtest, the test stops and the failure code is -* returned. Further tests are not run even if all of the tests are selected. -* -* - Memory test: The xil_testmem.h file contains utility functions to test memory. -* A subset of the memory tests can be selected or all of the tests can be run -* in order. If there is an error detected by a subtest, the test stops and the -* failure code is returned. Further tests are not run even if all of the tests are selected. -* -* -* Following list describes the supported memory tests: -* -* - XIL_TESTMEM_ALLMEMTESTS: This test runs all of the subtests. -* -* - XIL_TESTMEM_INCREMENT: This test -* starts at 'XIL_TESTMEM_INIT_VALUE' and uses the incrementing value as the -* test value for memory. -* -* - XIL_TESTMEM_WALKONES: Also known as the Walking ones test. This test -* uses a walking '1' as the test value for memory. -* @code -* location 1 = 0x00000001 -* location 2 = 0x00000002 -* ... -* @endcode -* -* - XIL_TESTMEM_WALKZEROS: Also known as the Walking zero's test. -* This test uses the inverse value of the walking ones test -* as the test value for memory. -* @code -* location 1 = 0xFFFFFFFE -* location 2 = 0xFFFFFFFD -* ... -*@endcode -* -* - XIL_TESTMEM_INVERSEADDR: Also known as the inverse address test. -* This test uses the inverse of the address of the location under test -* as the test value for memory. -* -* - XIL_TESTMEM_FIXEDPATTERN: Also known as the fixed pattern test. -* This test uses the provided patters as the test value for memory. -* If zero is provided as the pattern the test uses '0xDEADBEEF". -* -* @warning -* The tests are DESTRUCTIVE. Run before any initialized memory spaces -* have been set up. -* The address provided to the memory tests is not checked for -* validity except for the NULL case. It is possible to provide a code-space -* pointer for this test to start with and ultimately destroy executable code -* causing random failures. -* -* @note -* Used for spaces where the address range of the region is smaller than -* the data width. If the memory range is greater than 2 ** width, -* the patterns used in XIL_TESTMEM_WALKONES and XIL_TESTMEM_WALKZEROS will -* repeat on a boundary of a power of two making it more difficult to detect -* addressing errors. The XIL_TESTMEM_INCREMENT and XIL_TESTMEM_INVERSEADDR -* tests suffer the same problem. Ideally, if large blocks of memory are to be -* tested, break them up into smaller regions of memory to allow the test -* patterns used not to repeat over the region tested. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver    Who    Date    Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a hbm  08/25/09 First release
-* 7.5   mus  03/10/21 Added new set of Xil_TestMem32, Xil_TestMem16 and
-*                     Xil_TestMem8 APIs to support memory test for memory
-*                     regions mapped at extended addresses
-*                     (addresses > 4 GB). These new set of APIs would be
-*                     compiled only for 32 bit Microblaze processor, if
-*                     XPAR_MICROBLAZE_ADDR_SIZE is greater than 32.
-*                     It fixes CR#1089129.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XIL_TESTMEM_H /* prevent circular inclusions */ -#define XIL_TESTMEM_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ -#include "xil_types.h" -#include "xparameters.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - -/* xutil_memtest defines */ - -#define XIL_TESTMEM_INIT_VALUE 1U - -/** @name Memory subtests - * @{ - */ -/** - * See the detailed description of the subtests in the file description. - */ -#define XIL_TESTMEM_ALLMEMTESTS 0x00U -#define XIL_TESTMEM_INCREMENT 0x01U -#define XIL_TESTMEM_WALKONES 0x02U -#define XIL_TESTMEM_WALKZEROS 0x03U -#define XIL_TESTMEM_INVERSEADDR 0x04U -#define XIL_TESTMEM_FIXEDPATTERN 0x05U -#define XIL_TESTMEM_MAXTEST XIL_TESTMEM_FIXEDPATTERN -/* @} */ - -#if !defined(__aarch64__) && !defined(__arch64__) -#define NUM_OF_BITS_IN_BYTE 8U -#define NUM_OF_BYTES_IN_HW 2U -#define NUM_OF_BITS_IN_HW 16U -#define NUM_OF_BYTES_IN_WORD 4U -#define NUM_OF_BITS_IN_WORD 32U -#endif -/***************** Macros (Inline Functions) Definitions *********************/ - -/** - *@endcond - */ - -/************************** Function Prototypes ******************************/ - -/* xutil_testmem prototypes */ -#if defined(__MICROBLAZE__) && !defined(__arch64__) && (XPAR_MICROBLAZE_ADDR_SIZE > 32) -extern s32 Xil_TestMem32(u32 AddrLow, u32 AddrHigh, u32 Words, u32 Pattern, u8 Subtest); -extern s32 Xil_TestMem16(u32 AddrLow, u32 AddrHigh, u32 Words, u16 Pattern, u8 Subtest); -extern s32 Xil_TestMem8(u32 AddrLow, u32 AddrHigh, u32 Words, u8 Pattern, u8 Subtest); -#else -extern s32 Xil_TestMem32(u32 *Addr, u32 Words, u32 Pattern, u8 Subtest); -extern s32 Xil_TestMem16(u16 *Addr, u32 Words, u16 Pattern, u8 Subtest); -extern s32 Xil_TestMem8(u8 *Addr, u32 Words, u8 Pattern, u8 Subtest); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_test_utils". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_types.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_types.h deleted file mode 100644 index 1d18bfb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_types.h +++ /dev/null @@ -1,203 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xil_types.h -* -* @addtogroup common_types Basic Data types for Xilinx® Software IP -* -* The xil_types.h file contains basic types for Xilinx software IP. These data types -* are applicable for all processors supported by Xilinx. -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hbm  07/14/09 First release
-* 3.03a sdm  05/30/11 Added Xuint64 typedef and XUINT64_MSW/XUINT64_LSW macros
-* 5.00 	pkp  05/29/14 Made changes for 64 bit architecture
-*	srt  07/14/14 Use standard definitions from stdint.h and stddef.h
-*		      Define LONG and ULONG datatypes and mask values
-* 7.00  mus  01/07/19 Add cpp extern macro
-* 7.1   aru  08/19/19 Shift the value in UPPER_32_BITS only if it
-*                     is 64-bit processor
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ -#ifndef XIL_TYPES_H /* prevent circular inclusions */ -#define XIL_TYPES_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -/************************** Constant Definitions *****************************/ - -#ifndef TRUE -# define TRUE 1U -#endif - -#ifndef FALSE -# define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -#define XIL_COMPONENT_IS_READY 0x11111111U /**< In device drivers, This macro will be - assigend to "IsReady" member of driver - instance to indicate that driver - instance is initialized and ready to use. */ -#define XIL_COMPONENT_IS_STARTED 0x22222222U /**< In device drivers, This macro will be assigend to - "IsStarted" member of driver instance - to indicate that driver instance is - started and it can be enabled. */ - -/* @name New types - * New simple types. - * @{ - */ -#ifndef __KERNEL__ -#ifndef XBASIC_TYPES_H -/* - * guarded against xbasic_types.h. - */ -typedef uint8_t u8; -typedef uint16_t u16; -typedef uint32_t u32; -/** @}*/ -#define __XUINT64__ -typedef struct -{ - u32 Upper; - u32 Lower; -} Xuint64; - - -/*****************************************************************************/ -/** -* @brief Return the most significant half of the 64 bit data type. -* -* @param x is the 64 bit word. -* -* @return The upper 32 bits of the 64 bit word. -* -******************************************************************************/ -#define XUINT64_MSW(x) ((x).Upper) - -/*****************************************************************************/ -/** -* @brief Return the least significant half of the 64 bit data type. -* -* @param x is the 64 bit word. -* -* @return The lower 32 bits of the 64 bit word. -* -******************************************************************************/ -#define XUINT64_LSW(x) ((x).Lower) - -#endif /* XBASIC_TYPES_H */ - -/* - * xbasic_types.h does not typedef s* or u64 - */ -/** @{ */ -typedef char char8; -typedef int8_t s8; -typedef int16_t s16; -typedef int32_t s32; -typedef int64_t s64; -typedef uint64_t u64; -typedef int sint32; - -typedef intptr_t INTPTR; -typedef uintptr_t UINTPTR; -typedef ptrdiff_t PTRDIFF; -/** @}*/ -#if !defined(LONG) || !defined(ULONG) -typedef long LONG; -typedef unsigned long ULONG; -#endif - -#define ULONG64_HI_MASK 0xFFFFFFFF00000000U -#define ULONG64_LO_MASK ~ULONG64_HI_MASK - -#else -#include -#endif - -/** @{ */ -/** - * This data type defines an interrupt handler for a device. - * The argument points to the instance of the component - */ -typedef void (*XInterruptHandler) (void *InstancePtr); - -/** - * This data type defines an exception handler for a processor. - * The argument points to the instance of the component - */ -typedef void (*XExceptionHandler) (void *InstancePtr); - -/** - * @brief Returns 32-63 bits of a number. - * @param n : Number being accessed. - * @return Bits 32-63 of number. - * - * @note A basic shift-right of a 64- or 32-bit quantity. - * Use this to suppress the "right shift count >= width of type" - * warning when that quantity is 32-bits. - */ -#if defined (__aarch64__) || defined (__arch64__) -#define UPPER_32_BITS(n) ((u32)(((n) >> 16) >> 16)) -#else -#define UPPER_32_BITS(n) 0U -#endif -/** - * @brief Returns 0-31 bits of a number - * @param n : Number being accessed. - * @return Bits 0-31 of number - */ -#define LOWER_32_BITS(n) ((u32)(n)) - - - - -/************************** Constant Definitions *****************************/ - -#ifndef TRUE -#define TRUE 1U -#endif - -#ifndef FALSE -#define FALSE 0U -#endif - -#ifndef NULL -#define NULL 0U -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** - *@endcond - */ -/** -* @} End of "addtogroup common_types". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_util.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_util.c deleted file mode 100644 index d1c27df..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_util.c +++ /dev/null @@ -1,765 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2019 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_util.c -* -* This file contains xil utility functions -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.4   mmd      04/21/19 First release.
-* 7.2   nava     08/01/20 Updated Xil_WaitForEvent() and Xil_WaitForEvents(()
-*                         API to use microsecond timeout instead of a free
-*                         counter.
-* 7.3   kal      06/30/20 Converted Xil_Ceil macro to API.
-*       rpo      08/19/20 Added function for read,modify,write
-*       kal      09/22/20 Changed the param type from const char to const char*
-*                         to avoid copying key onto stack
-*       td       10/16/20 Added Xil_Strcpy, Xil_Strcat, Xil_SecureMemCpy and
-*                         Xil_MemCmp functions
-* 7.4   am       11/26/20 Added Xil_StrCpyRange function
-* 7.6   kpt      07/15/21 Added Xil_SecureZeroize function
-*
-* 
-* -*****************************************************************************/ - -/****************************** Include Files *********************************/ -#include "xil_util.h" -#include "sleep.h" - -/************************** Constant Definitions ****************************/ -#define MAX_NIBBLES 8U - -/************************** Function Prototypes *****************************/ - -/******************************************************************************/ -/** -* This API ceils the provided float value. -* -* @param Value is a float variable which has to ceiled to nearest -* integer. -* -* @return Returns ceiled value. -* -*******************************************************************************/ -int Xil_Ceil(float Value) -{ - int Result = Value; - - if (Value > Result) { - Result = Result + 1; - } - - return Result; -} - -/****************************************************************************/ -/** - * Converts the char into the equivalent nibble. - * Ex: 'a' -> 0xa, 'A' -> 0xa, '9'->0x9 - * - * @param InChar - Input character to be converted to nibble. - * Valid characters are between 0-9, a-f, A-F - * @param Num - Memory location where nibble is to be stored - * - * @return - * XST_SUCCESS - Character converted to nibble - * XST_FAILURE - Invalid input character - * - * @note None. - * - *****************************************************************************/ - -u32 Xil_ConvertCharToNibble(u8 InChar, u8 *Num) -{ - u32 Status; - - /* Convert the char to nibble */ - if ((InChar >= (u8)'0') && (InChar <= (u8)'9')) { - *Num = InChar - (u8)'0'; - Status = XST_SUCCESS; - } - else if ((InChar >= (u8)'a') && (InChar <= (u8)'f')) { - *Num = InChar - (u8)'a' + 10U; - Status = XST_SUCCESS; - } - else if ((InChar >= (u8)'A') && (InChar <= (u8)'F')) { - *Num = InChar - (u8)'A' + 10U; - Status = XST_SUCCESS; - } - else { - Status = XST_FAILURE; - } - - return Status; -} - -/****************************************************************************/ -/* - * Converts the string into the equivalent Hex buffer. - * Ex: "abc123" -> {0xab, 0xc1, 0x23} - * - * @param Str - Pointer to string to be converted to Hex. - * Accepted characters in string are between 0-9, a-f and A-F - * @param Buf - Pointer to memory location where converted hex values are to - * be stored. - * @param Len - Length of input string - * - * @return - * XST_SUCCESS - Input string is converted to hex - * XST_FAILURE - Invalid character in inpit string - * - * @note None. - * - *****************************************************************************/ -u32 Xil_ConvertStringToHex(const char *Str, u32 *buf, u8 Len) -{ - u32 Status = XST_FAILURE; - u8 ConvertedLen = 0U, index = 0U; - u8 Nibble[MAX_NIBBLES] = {0U}; - u8 i; - - while (ConvertedLen < Len) { - for (i = 0U; i < MAX_NIBBLES; i++) { - Status = Xil_ConvertCharToNibble(Str[ConvertedLen], - &Nibble[i]); - ConvertedLen = ConvertedLen +1U; - if (Status != XST_SUCCESS) { - /* Error converting char to nibble */ - goto END; - } - } - - buf[index] = ((Nibble[0] << (u8)28U) | (Nibble[1] << (u8)24U) | - (Nibble[2] << (u8)20U) | (Nibble[3] << (u8)16U) | - (Nibble[4] << (u8)12U) | (Nibble[5] << (u8)8U) | - (Nibble[6] << (u8)4U) | (u32)Nibble[7]); - index++; - } -END: - return Status; -} - -/****************************************************************************/ -/* - * Waits for the event - * - * @param RegAddr - Address of register to be checked for event(s) occurrence - * @param EventMask - Mask indicating event(s) to be checked - * @param Event - Specific event(s) value to be checked - * @param Timeout - Max number of microseconds to wait for an event(s). - * - * @return - * XST_SUCCESS - On occurrence of the event(s). - * XST_FAILURE - Event did not occur before counter reaches 0 - * - * @note None. - * - *****************************************************************************/ -u32 Xil_WaitForEvent(u32 RegAddr, u32 EventMask, u32 Event, u32 Timeout) -{ - u32 EventStatus; - u32 PollCount = Timeout; - u32 Status = XST_FAILURE; - - while(PollCount > 0) { - EventStatus = Xil_In32(RegAddr) & EventMask; - if (EventStatus == Event) { - Status = XST_SUCCESS; - break; - } - PollCount--; - usleep(1U); - } - - return Status; -} - - -/******************************************************************************/ -/** - * Waits for the events. Returns on occurrence of first event / timeout. - * - * @param EventsRegAddr - Address of register to be checked for event(s) - * occurrence - * @param EventsMask - Mask indicating event(s) to be checked - * @param WaitEvents - Specific event(s) to be checked - * @param Timeout - Max number of microseconds to wait for an event(s). - * @param Events - Mask of Events occurred returned in memory pointed by - * this variable - * - * @return - * XST_SUCCESS - On occurrence of the event(s). - * XST_FAILURE - Event did not occur before counter reaches 0 - * - ******************************************************************************/ -u32 Xil_WaitForEvents(u32 EventsRegAddr, u32 EventsMask, u32 WaitEvents, - u32 Timeout, u32* Events) -{ - u32 EventStatus; - u32 PollCount = Timeout; - u32 Status = XST_TIMEOUT; - - *Events = 0x00; - do { - EventStatus = Xil_In32(EventsRegAddr); - EventStatus &= EventsMask; - if(EventStatus & WaitEvents) { - Status = XST_SUCCESS; - *Events = EventStatus; - break; - } - PollCount--; - usleep(1U); - } - while(PollCount > 0); - - return Status; -} - -/******************************************************************************/ -/** - * Checks whether the passed character is a valid hex digit - * - * @param Ch - Pointer to the input character - * - * @return - * XST_SUCCESS - on valid hex digit - * XST_FAILURE - on invalid hex digit - * - * @note None. - * - ******************************************************************************/ -u32 Xil_IsValidHexChar(const char *Ch) -{ - u32 Status = XST_FAILURE; - - if(NULL == Ch) { - goto END; - } - if ((*Ch >= '0' && *Ch <='9')|| - (*Ch >= 'a' && *Ch <='f')|| - (*Ch >= 'A' && *Ch <='F')) { - - Status = XST_SUCCESS; - } -END: - return Status; -} - -/******************************************************************************/ -/** - * Validate the input string contains only hexadecimal characters - * - * @param HexStr - Pointer to string to be validated - * - * @return - * XST_SUCCESS - On valid input hex string - * XST_INVALID_PARAM - On invalid length of the input string - * XST_FAILURE - On non hexadecimal character in string - * - * @note None - * - ******************************************************************************/ -u32 Xil_ValidateHexStr(const char *HexStr) -{ - u32 Idx; - u32 Len; - u32 Status = XST_INVALID_PARAM; - - if(NULL == HexStr) { - goto END; - } - - Len = Xil_Strnlen(HexStr, XIL_MAX_HEX_STR_LEN + 1U); - if (Len > XIL_MAX_HEX_STR_LEN) { - goto END; - } - - for (Idx = 0U; Idx < Len; Idx++) { - Status = Xil_IsValidHexChar(&HexStr[Idx]); - if (Status != XST_SUCCESS) { - break; - } - } - -END: - return Status; -} - -/****************************************************************************/ -/** - * Converts the string into the equivalent Hex buffer. - * Ex: "abc123" -> {0xab, 0xc1, 0x23} - * - * @param Str is a Input String. Will support the lower and upper case values. - * Value should be between 0-9, a-f and A-F - * @param Buf is Output buffer. - * @param Len of the input string. Should have even values - * - * @return - * - XST_SUCCESS no errors occurred. - * - XST_FAILURE an error when input parameters are not valid - * - an error when input buffer has invalid values - * - * TDD Test Cases: - * ---Initialization--- - * Len is odd - * Len is zero - * Str is NULL - * Buf is NULL - * ---Functionality--- - * Str input with only numbers - * Str input with All values in A-F - * Str input with All values in a-f - * Str input with values in a-f, 0-9, A-F - * Str input with values in a-z, 0-9, A-Z - * Boundary Cases - * Memory Bounds of buffer checking - * ****************************************************************************/ -u32 Xil_ConvertStringToHexBE(const char *Str, u8 *Buf, u32 Len) -{ - u32 ConvertedLen; - u8 LowerNibble = 0U; - u8 UpperNibble = 0U; - u32 Status = (u32)XST_FAILURE; - - if ((Str == NULL) || (Buf == NULL)) { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - - if ((Len == 0U) || ((Len % XIL_SIZE_OF_BYTE_IN_BITS) != 0U)) { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - - if(Len != (strlen(Str) * XIL_SIZE_OF_NIBBLE_IN_BITS)) { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - - ConvertedLen = 0U; - while (ConvertedLen < (Len / XIL_SIZE_OF_NIBBLE_IN_BITS)) { - if (Xil_ConvertCharToNibble(Str[ConvertedLen],&UpperNibble) - == (u32)XST_SUCCESS) { - if (Xil_ConvertCharToNibble(Str[ConvertedLen+1], - &LowerNibble) == (u32)XST_SUCCESS) { - Buf[ConvertedLen/2] = - (UpperNibble << XIL_SIZE_OF_NIBBLE_IN_BITS) | - LowerNibble; - } - else { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - } - else { - Status = (u32)XST_INVALID_PARAM; - goto END; - } - ConvertedLen += 2U; - } - Status = (u32)XST_SUCCESS; -END: - return Status; -} - -/******************************************************************************/ -/** - * Converts the string into the equivalent Hex buffer. - * Ex: "abc123" -> {0x23, 0xc1, 0xab} - * - * @param Str - Input String to be converted to hex number in little - * endian format. Valid characters of input strin are between - * 0-9, a-f and A-F - * @param Buf - Pointer to memory location where converted hex numbers are to - * be stored. - * @param Len - Expected number of output bits - * - * @return - * XST_SUCCESS - Input string is converted to hex number(s) - * XST_FAILURE - Invalid input character detected in input string - * - * @note - * - ******************************************************************************/ -u32 Xil_ConvertStringToHexLE(const char *Str, u8 *Buf, u32 Len) -{ - u32 ConvertedLen; - u8 LowerNibble = 0U; - u8 UpperNibble = 0U; - u32 StrIndex; - u32 Status = XST_FAILURE; - - if ((NULL == Str) || (NULL == Buf)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if ((Len == 0U) || ((Len % XIL_SIZE_OF_BYTE_IN_BITS) != 0U)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if(Len != (strlen(Str) * XIL_SIZE_OF_NIBBLE_IN_BITS)) { - Status = XST_INVALID_PARAM; - goto END; - } - - StrIndex = (Len / XIL_SIZE_OF_BYTE_IN_BITS) - 1U; - ConvertedLen = 0U; - while (ConvertedLen < (Len / XIL_SIZE_OF_NIBBLE_IN_BITS)) { - Status = Xil_ConvertCharToNibble(Str[ConvertedLen], - &UpperNibble); - if (XST_SUCCESS == Status) { - Status = Xil_ConvertCharToNibble(Str[ConvertedLen + 1], - &LowerNibble); - if (XST_SUCCESS == Status) { - Buf[StrIndex] = - (UpperNibble << XIL_SIZE_OF_NIBBLE_IN_BITS) | - LowerNibble; - StrIndex = StrIndex - 1U; - } - else { - Status = XST_INVALID_PARAM; - goto END; - } - } - else { - Status = XST_INVALID_PARAM; - goto END; - } - ConvertedLen += 2U; - } - - Status = XST_SUCCESS; -END: - return Status; -} - -/******************************************************************************/ -/** - * Returns the length of input string. - * - * @param Str - Input string - * @param MaxLen - Maximum expected length of the input string - * - * @return - * Returns length of the input string if length is less than MaxLen. - * Returns MaxLen if the length of the input string is >= MaxLen. - * - * @note - * - ******************************************************************************/ -u32 Xil_Strnlen(const char *Str, u32 MaxLen) -{ - const char *InStr = Str; - u32 StrLen = 0U; - - if (NULL == Str) { - goto END; - } - - while(StrLen < MaxLen) { - if ('\0' == *InStr) { - break; - } - StrLen++; - InStr++; - } - -END: - return StrLen; -} - -/*****************************************************************************/ -/** - * @brief This function will Read, Modify and Write to an address. - * - * @param Addr denotes Address - * @param Mask denotes the bits to be modified - * @param Value is the value to be written to the address - * - * @return None - * - *****************************************************************************/ -void Xil_UtilRMW32(u32 Addr, u32 Mask, u32 Value) -{ - u32 Val; - - Val = Xil_In32(Addr); - Val = (Val & (~Mask)) | (Mask & Value); - Xil_Out32(Addr, Val); -} - -/*****************************************************************************/ -/** - * @brief This functions copies source string to destination string. This - * function is a safe version of strcpy - * - * @param DestPtr is pointer to destination string - * @param SrcPtr is pointer to source string - * @param Size is the maximum number of bytes of the source string - * to be copied - * - * @return XST_SUCCESS on success and error code on failure - * - ******************************************************************************/ -int Xil_Strcpy(char *DestPtr, const char *SrcPtr, const u32 Size) -{ - int Status = XST_FAILURE; - u32 Count; - - if ((SrcPtr == NULL) || (DestPtr == NULL) || (Size == 0U)) { - goto END; - } - - for (Count = 0U; (SrcPtr[Count] != '\0') && (Count < Size); ++Count) { - DestPtr[Count] = SrcPtr[Count]; - } - if (Count == Size) { - DestPtr[0U] = '\0'; - goto END; - } - DestPtr[Count] = '\0'; - Status = XST_SUCCESS; - -END: - return Status; -} - -/****************************************************************************/ -/** - * @brief Copies specified range from source string to destination string - * - * @param Src is a pointer to source string - * @param Dst is a pointer to destination string - * @param From is 0 based index from where string copy starts - * @param To is 0 based index till which string is copied - * @param MaxSrcLen is the maximum length of source string - * @param MaxDstLen is the maximum length of destination string - * - * @return XST_SUCCESS on success - * XST_FAILURE on failure - * - * @note None - * - ****************************************************************************/ -int Xil_StrCpyRange(const u8 *Src, u8 *Dst, u32 From, u32 To, u32 MaxSrcLen, - u32 MaxDstLen) -{ - int Status = XST_FAILURE; - u32 SrcLength; - u32 Index; - - if ((Src == NULL) || (Dst == NULL)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if ((To >= MaxSrcLen) || (To < From)) { - Status = XST_INVALID_PARAM; - goto END; - } - - if ((To - From + 1U) >= MaxDstLen) { - Status = XST_INVALID_PARAM; - goto END; - } - - SrcLength = Xil_Strnlen((const char *)Src, MaxSrcLen); - if (To >= SrcLength) { - Status = XST_INVALID_PARAM; - goto END; - } - - for (Index = From; Index <= To && Src[Index]!= '\0'; Index++) { - Dst[Index - From] = Src[Index]; - } - - Dst[Index - From] = '\0'; - Status = XST_SUCCESS; - -END: - return Status; -} - -/*****************************************************************************/ -/** - * @brief This function appends string2 to string1. This function is a safe - * version of strcat - * - * @param Str1Ptr is pointer to string1 - * @param Str2Ptr is pointer to string2 - * @param Size is the maximum number of bytes Str1 can hold - * - * @return XST_SUCCESS on success and error code on failure - * - ******************************************************************************/ -int Xil_Strcat(char* Str1Ptr, const char* Str2Ptr, const u32 Size) -{ - int Status = XST_FAILURE; - u32 Count = 0U; - u32 CountTmp = 0U; - - if ((Str1Ptr == NULL) || (Str2Ptr == NULL) || (Size == 0U)) { - goto END; - } - - while ((Count < Size) && (Str1Ptr[Count] != '\0')) { - Count++; - } - - while ((Str2Ptr[CountTmp] != '\0') && (Count < Size)) { - Str1Ptr[Count++] = Str2Ptr[CountTmp++]; - } - if (Count == Size) { - Str1Ptr[0U] = '\0'; - goto END; - } - Str1Ptr[Count] = '\0'; - Status = XST_SUCCESS; - -END: - return Status; -} - -/*****************************************************************************/ -/** - * @brief This function copies Len bytes from source memory to destination - * memory. If Len is greater than DestPtrLen, then DestPtr is also - * filled with 0s till DestPtrLen bytes and is considered as a failure. - * This function is a secure implementation of memcpy - * - * @param DestPtr is pointer to destination address - * @param DestPtrLen is the memory alloted to the destination buffer - * @param SrcPtr is pointer to source address - * @param Len is number of bytes to be copied - * - * @return XST_SUCCESS on success and error code on failure - * - ******************************************************************************/ -int Xil_SecureMemCpy(void * DestPtr, u32 DestPtrLen, const void * SrcPtr, u32 Len) -{ - int Status = XST_FAILURE; - u8 *Dest = (u8 *)DestPtr; - const u8 *Src = (const u8 *)SrcPtr; - - if ((DestPtr == NULL) || (SrcPtr == NULL)) { - goto END; - } - - if (Len > DestPtrLen) { - while (DestPtrLen != 0U) { - *Dest = 0U; - Dest++; - DestPtrLen--; - } - goto END; - } - - /* Loop and copy. */ - while (Len != 0U) { - *Dest = *Src; - Dest++; - Src++; - Len--; - } - Status = XST_SUCCESS; - -END: - return Status; -} - -/*****************************************************************************/ -/** - * @brief This function compares Len bytes from memory1 and memory2. This - * function is a secure implementation of memcmp - * - * @param Buf1Ptr is pointer to memory1 - * @param Buf2Ptr is pointer to memory2 - * @param Len is number of byets to be compared - * - * @return 0 if contents of both the memory regions are same, - * -1 if first non-matching character has lower value in Buf1Ptr - * 1 if first non-matching character is greater value in Buf1Ptr - * - ******************************************************************************/ -int Xil_MemCmp(const void * Buf1Ptr, const void * Buf2Ptr, u32 Len) -{ - volatile int RetVal = 1; - const u8 *Buf1 = Buf1Ptr; - const u8 *Buf2 = Buf2Ptr; - u32 Size = Len; - - /* Assert validates the input arguments */ - if ((Buf1 == NULL) || (Buf2 == NULL) || (Len == 0x0U)) { - goto END; - } - - /* Loop and compare */ - while (Size != 0U) { - if (*Buf1 > *Buf2) { - RetVal = 1; - goto END; - } else if (*Buf1 < *Buf2) { - RetVal = -1; - goto END; - } else { - Buf1++; - Buf2++; - Size--; - } - } - - /* Make sure size is zero to know the whole of data is compared */ - if (Size == 0U) { - RetVal = 0; - } - -END: - return RetVal; -} - -/*****************************************************************************/ -/** - * @brief This function is used to zeroize the memory - * - * @param DataPtr Pointer to the memory which need to be zeroized. - * @param Length Length of the data in bytes. - * - * @return - * - XST_SUCCESS: If Zeroization is successful. - * - XST_FAILURE: If Zeroization is not successful. - ********************************************************************************/ -int Xil_SecureZeroize(u8 *DataPtr, const u32 Length) -{ - u32 Index; - int Status = XST_FAILURE; - - /* Clear the data */ - (void)memset(DataPtr, 0, Length); - - /* Read it back to verify */ - for (Index = 0U; Index < Length; Index++) { - if (DataPtr[Index] != 0x00U) { - goto END; - } - } - if (Index == Length) { - Status = XST_SUCCESS; - } - -END: - return Status; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_util.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_util.h deleted file mode 100644 index e22e04d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xil_util.h +++ /dev/null @@ -1,181 +0,0 @@ -/******************************************************************************/ -/** -* Copyright (c) 2019 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* @file xil_util.h -* @addtogroup common_utilities Common Utility APIs -* @{ -* @details -* -* This file contains xil utility functions declaration -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 6.4   mmd      04/21/19 First release.
-* 6.5   kal      02/29/20 Added Xil_ConvertStringToHexBE API
-* 7.3   kal      06/30/20 Converted Xil_Ceil macro to API
-*       rpo      08/19/20 Added function for read, modify and write
-*       bsv      08/21/20 Added XSECURE_TEMPORAL_CHECK macro to add
-*                         redundancy in security critical functions, to avoid
-*                         glitches from altering the return values of security
-*                         critical functions. The macro requires a label to be
-*                         passed to "go to" in case of error.
-*      kpt       09/03/20 Added XSECURE_TEMPORAL_IMPL macro for redundancy
-*      kal       09/22/20 Changed the param type from const char to const char*
-*                         to avoid copying key onto stack
-*      td        10/16/20 Added Xil_Strcpy, Xil_Strcat, Xil_SecureMemCpy and
-*                         Xil_MemCmp functions
-*      am        10/13/20 Resolved Coverity warning
-*      td        11/19/20 Updated XSECURE_TEMPORAL_CHECK and
-*                         XSECURE_TEMPORAL_IMPL to fix MISRA C Rule 15.3
-* 7.4  am        11/26/20 Added Xil_StrCpyRange function
-* 7.6  kpt       07/15/21 Added Xil_SecureZeroize function
-*
-* 
-* -*****************************************************************************/ - -#ifndef XIL_UTIL_H_ -#define XIL_UTIL_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_types.h" -#include "xil_io.h" -#include "xstatus.h" - -/*************************** Constant Definitions *****************************/ -#define XIL_SIZE_OF_NIBBLE_IN_BITS 4U -#define XIL_SIZE_OF_BYTE_IN_BITS 8U - -/* Maximum string length handled by Xil_ValidateHexStr function */ -#define XIL_MAX_HEX_STR_LEN 512U - - -/****************** Macros (Inline Functions) Definitions *********************/ -#ifdef __GNUC__ -/******************************************************************************/ -/** - * - * Updates the return value of the called function into Var and VarTmp variables - * for redundancy. This is to avoid glitches from altering the return values of - * security critical functions. - * - * @param Var is the variable which holds the return value of function - * executed - * @param VarTmp is the variable which holds the value stored in Var - * @param Function is the function to be executed - * @param Other params are arguments to the called function - * - * @return None - * - ******************************************************************************/ -#define XSECURE_TEMPORAL_IMPL(Var, VarTmp, Function, ...) \ - { \ - Var = XST_FAILURE; \ - VarTmp = XST_FAILURE; \ - Var = Function(__VA_ARGS__); \ - VarTmp = Var; \ - } - -/******************************************************************************/ -/** - * - * Adds redundancy while checking the status of the called function. - * This is to avoid glitches from altering the return values of security - * critical functions. The macro requires a label to be passed to "go to" - * in case of error. - * - * @param Label is the label defined in function and the control - * will jump to the label in case of XST_FAILURE - * @param Status is the variable which holds the return value of - * function executed - * @param Function is the function to be executed - * @param Other params are arguments to the called function - * - * @return None - * - ******************************************************************************/ -#define XSECURE_TEMPORAL_CHECK(Label, Status, Function, ...) \ - { \ - volatile int StatusTmp = XST_FAILURE; \ - XSECURE_TEMPORAL_IMPL(Status, StatusTmp, Function, __VA_ARGS__); \ - if ((Status != XST_SUCCESS) || \ - (StatusTmp != XST_SUCCESS)) { \ - Status |= StatusTmp;\ - goto Label; \ - } \ - } -#endif - -/*************************** Function Prototypes ******************************/ -/* Ceils the provided float value */ -int Xil_Ceil(float Value); - -/* Converts input character to nibble */ -u32 Xil_ConvertCharToNibble(u8 InChar, u8 *Num); - -/* Convert input hex string to array of 32-bits integers */ -u32 Xil_ConvertStringToHex(const char *Str, u32 *buf, u8 Len); - -/* Waits for specified event */ -u32 Xil_WaitForEvent(u32 RegAddr, u32 EventMask, u32 Event, u32 Timeout); - -/* Waits for specified events */ -u32 Xil_WaitForEvents(u32 EventsRegAddr, u32 EventsMask, u32 WaitEvents, - u32 Timeout, u32* Events); - -/* Validate input hex character */ -u32 Xil_IsValidHexChar(const char *Ch); - -/* Validate the input string contains only hexadecimal characters */ -u32 Xil_ValidateHexStr(const char *HexStr); - -/* Convert string to hex numbers in little enidian format */ -u32 Xil_ConvertStringToHexLE(const char *Str, u8 *Buf, u32 Len); - -/* Returns length of the input string */ -u32 Xil_Strnlen(const char *Str, u32 MaxLen); - -/* Convert string to hex numbers in big endian format */ -u32 Xil_ConvertStringToHexBE(const char * Str, u8 * Buf, u32 Len); - -/*Read, Modify and Write to an address*/ -void Xil_UtilRMW32(u32 Addr, u32 Mask, u32 Value); - -/* Copies source string to destination string */ -int Xil_Strcpy(char *DestPtr, const char *SrcPtr, const u32 Size); - -/* Copies specified range from source string to destination string */ -int Xil_StrCpyRange(const u8 *Src, u8 *Dst, u32 From, u32 To, u32 MaxSrcLen, - u32 MaxDstLen); - -/* Appends string2 to string1 */ -int Xil_Strcat(char* Str1Ptr, const char* Str2Ptr, const u32 Size); - -/* Copies Len bytes from source memory to destination memory */ -int Xil_SecureMemCpy(void * DestPtr, u32 DestPtrLen, const void * SrcPtr, u32 Len); - -/* Compares Len bytes from memory1 and memory2 */ -int Xil_MemCmp(const void * Buf1Ptr, const void * Buf2Ptr, u32 Len); - -/* Zeroizes the memory of given length */ -int Xil_SecureZeroize(u8 *DataPtr, const u32 Length); - -#ifdef __cplusplus -} -#endif - -#endif /* XIL_UTIL_H_ */ -/** -* @} End of "addtogroup common_utilities". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc.h deleted file mode 100644 index 379023c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc.h +++ /dev/null @@ -1,154 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xl2cc.h -* -* This file contains the address definitions for the PL310 Level-2 Cache -* Controller. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- ---------------------------------------------------
-* 1.00a sdm  02/01/10 Initial version
-* 3.10a srt 04/18/13 Implemented ARM Erratas. Please refer to file
-*		      'xil_errata.h' for errata description
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef _XL2CC_H_ -#define _XL2CC_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/************************** Constant Definitions *****************************/ -/* L2CC Register Offsets */ -#define XPS_L2CC_ID_OFFSET 0x0000U -#define XPS_L2CC_TYPE_OFFSET 0x0004U -#define XPS_L2CC_CNTRL_OFFSET 0x0100U -#define XPS_L2CC_AUX_CNTRL_OFFSET 0x0104U -#define XPS_L2CC_TAG_RAM_CNTRL_OFFSET 0x0108U -#define XPS_L2CC_DATA_RAM_CNTRL_OFFSET 0x010CU - -#define XPS_L2CC_EVNT_CNTRL_OFFSET 0x0200U -#define XPS_L2CC_EVNT_CNT1_CTRL_OFFSET 0x0204U -#define XPS_L2CC_EVNT_CNT0_CTRL_OFFSET 0x0208U -#define XPS_L2CC_EVNT_CNT1_VAL_OFFSET 0x020CU -#define XPS_L2CC_EVNT_CNT0_VAL_OFFSET 0x0210U - -#define XPS_L2CC_IER_OFFSET 0x0214U /* Interrupt Mask */ -#define XPS_L2CC_IPR_OFFSET 0x0218U /* Masked interrupt status */ -#define XPS_L2CC_ISR_OFFSET 0x021CU /* Raw Interrupt Status */ -#define XPS_L2CC_IAR_OFFSET 0x0220U /* Interrupt Clear */ - -#define XPS_L2CC_CACHE_SYNC_OFFSET 0x0730U /* Cache Sync */ -#define XPS_L2CC_DUMMY_CACHE_SYNC_OFFSET 0x0740U /* Dummy Register for Cache Sync */ -#define XPS_L2CC_CACHE_INVLD_PA_OFFSET 0x0770U /* Cache Invalid by PA */ -#define XPS_L2CC_CACHE_INVLD_WAY_OFFSET 0x077CU /* Cache Invalid by Way */ -#define XPS_L2CC_CACHE_CLEAN_PA_OFFSET 0x07B0U /* Cache Clean by PA */ -#define XPS_L2CC_CACHE_CLEAN_INDX_OFFSET 0x07B8U /* Cache Clean by Index */ -#define XPS_L2CC_CACHE_CLEAN_WAY_OFFSET 0x07BCU /* Cache Clean by Way */ -#define XPS_L2CC_CACHE_INV_CLN_PA_OFFSET 0x07F0U /* Cache Invalidate and Clean by PA */ -#define XPS_L2CC_CACHE_INV_CLN_INDX_OFFSET 0x07F8U /* Cache Invalidate and Clean by Index */ -#define XPS_L2CC_CACHE_INV_CLN_WAY_OFFSET 0x07FCU /* Cache Invalidate and Clean by Way */ - -#define XPS_L2CC_CACHE_DLCKDWN_0_WAY_OFFSET 0x0900U /* Cache Data Lockdown 0 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_0_WAY_OFFSET 0x0904U /* Cache Instruction Lockdown 0 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_1_WAY_OFFSET 0x0908U /* Cache Data Lockdown 1 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_1_WAY_OFFSET 0x090CU /* Cache Instruction Lockdown 1 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_2_WAY_OFFSET 0x0910U /* Cache Data Lockdown 2 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_2_WAY_OFFSET 0x0914U /* Cache Instruction Lockdown 2 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_3_WAY_OFFSET 0x0918U /* Cache Data Lockdown 3 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_3_WAY_OFFSET 0x091CU /* Cache Instruction Lockdown 3 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_4_WAY_OFFSET 0x0920U /* Cache Data Lockdown 4 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_4_WAY_OFFSET 0x0924U /* Cache Instruction Lockdown 4 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_5_WAY_OFFSET 0x0928U /* Cache Data Lockdown 5 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_5_WAY_OFFSET 0x092CU /* Cache Instruction Lockdown 5 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_6_WAY_OFFSET 0x0930U /* Cache Data Lockdown 6 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_6_WAY_OFFSET 0x0934U /* Cache Instruction Lockdown 6 by Way */ -#define XPS_L2CC_CACHE_DLCKDWN_7_WAY_OFFSET 0x0938U /* Cache Data Lockdown 7 by Way */ -#define XPS_L2CC_CACHE_ILCKDWN_7_WAY_OFFSET 0x093CU /* Cache Instruction Lockdown 7 by Way */ - -#define XPS_L2CC_CACHE_LCKDWN_LINE_ENABLE_OFFSET 0x0950U /* Cache Lockdown Line Enable */ -#define XPS_L2CC_CACHE_UUNLOCK_ALL_WAY_OFFSET 0x0954U /* Cache Unlock All Lines by Way */ - -#define XPS_L2CC_ADDR_FILTER_START_OFFSET 0x0C00U /* Start of address filtering */ -#define XPS_L2CC_ADDR_FILTER_END_OFFSET 0x0C04U /* Start of address filtering */ - -#define XPS_L2CC_DEBUG_CTRL_OFFSET 0x0F40U /* Debug Control Register */ - -/* XPS_L2CC_CNTRL_OFFSET bit masks */ -#define XPS_L2CC_ENABLE_MASK 0x00000001U /* enables the L2CC */ - -/* XPS_L2CC_AUX_CNTRL_OFFSET bit masks */ -#define XPS_L2CC_AUX_EBRESPE_MASK 0x40000000U /* Early BRESP Enable */ -#define XPS_L2CC_AUX_IPFE_MASK 0x20000000U /* Instruction Prefetch Enable */ -#define XPS_L2CC_AUX_DPFE_MASK 0x10000000U /* Data Prefetch Enable */ -#define XPS_L2CC_AUX_NSIC_MASK 0x08000000U /* Non-secure interrupt access control */ -#define XPS_L2CC_AUX_NSLE_MASK 0x04000000U /* Non-secure lockdown enable */ -#define XPS_L2CC_AUX_CRP_MASK 0x02000000U /* Cache replacement policy */ -#define XPS_L2CC_AUX_FWE_MASK 0x01800000U /* Force write allocate */ -#define XPS_L2CC_AUX_SAOE_MASK 0x00400000U /* Shared attribute override enable */ -#define XPS_L2CC_AUX_PE_MASK 0x00200000U /* Parity enable */ -#define XPS_L2CC_AUX_EMBE_MASK 0x00100000U /* Event monitor bus enable */ -#define XPS_L2CC_AUX_WAY_SIZE_MASK 0x000E0000U /* Way-size */ -#define XPS_L2CC_AUX_ASSOC_MASK 0x00010000U /* Associativity */ -#define XPS_L2CC_AUX_SAIE_MASK 0x00002000U /* Shared attribute invalidate enable */ -#define XPS_L2CC_AUX_EXCL_CACHE_MASK 0x00001000U /* Exclusive cache configuration */ -#define XPS_L2CC_AUX_SBDLE_MASK 0x00000800U /* Store buffer device limitation Enable */ -#define XPS_L2CC_AUX_HPSODRE_MASK 0x00000400U /* High Priority for SO and Dev Reads Enable */ -#define XPS_L2CC_AUX_FLZE_MASK 0x00000001U /* Full line of zero enable */ - -#define XPS_L2CC_AUX_REG_DEFAULT_MASK 0x72360000U /* Enable all prefetching, */ - /* Cache replacement policy, Parity enable, */ - /* Event monitor bus enable and Way Size (64 KB) */ -#define XPS_L2CC_AUX_REG_ZERO_MASK 0xFFF1FFFFU /* */ - -#define XPS_L2CC_TAG_RAM_DEFAULT_MASK 0x00000111U /* latency for TAG RAM */ -#define XPS_L2CC_DATA_RAM_DEFAULT_MASK 0x00000121U /* latency for DATA RAM */ - -/* Interrupt bit masks */ -#define XPS_L2CC_IXR_DECERR_MASK 0x00000100U /* DECERR from L3 */ -#define XPS_L2CC_IXR_SLVERR_MASK 0x00000080U /* SLVERR from L3 */ -#define XPS_L2CC_IXR_ERRRD_MASK 0x00000040U /* Error on L2 data RAM (Read) */ -#define XPS_L2CC_IXR_ERRRT_MASK 0x00000020U /* Error on L2 tag RAM (Read) */ -#define XPS_L2CC_IXR_ERRWD_MASK 0x00000010U /* Error on L2 data RAM (Write) */ -#define XPS_L2CC_IXR_ERRWT_MASK 0x00000008U /* Error on L2 tag RAM (Write) */ -#define XPS_L2CC_IXR_PARRD_MASK 0x00000004U /* Parity Error on L2 data RAM (Read) */ -#define XPS_L2CC_IXR_PARRT_MASK 0x00000002U /* Parity Error on L2 tag RAM (Read) */ -#define XPS_L2CC_IXR_ECNTR_MASK 0x00000001U /* Event Counter1/0 Overflow Increment */ - -/* Address filtering mask and enable bit */ -#define XPS_L2CC_ADDR_FILTER_VALID_MASK 0xFFF00000U /* Address filtering valid bits*/ -#define XPS_L2CC_ADDR_FILTER_ENABLE_MASK 0x00000001U /* Address filtering enable bit*/ - -/* Debug control bits */ -#define XPS_L2CC_DEBUG_SPIDEN_MASK 0x00000004U /* Debug SPIDEN bit */ -#define XPS_L2CC_DEBUG_DWB_MASK 0x00000002U /* Debug DWB bit, forces write through */ -#define XPS_L2CC_DEBUG_DCL_MASK 0x00000002U /* Debug DCL bit, disables cache line fill */ - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ \ No newline at end of file diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc_counter.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc_counter.c deleted file mode 100644 index ea3a08c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc_counter.c +++ /dev/null @@ -1,133 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xl2cc_counter.c -* -* This file contains APIs for configuring and controlling the event counters -* in PL310 L2 cache controller. For more information about the event counters, -* see xl2cc_counter.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 3.07a asa  08/30/12 Updated for CR 675636 to provide the L2 Base Address
-*		      inside the APIs
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include -#include "xparameters_ps.h" -#include "xl2cc_counter.h" -#include "xl2cc.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void XL2cc_EventCtrReset(void); - -/******************************************************************************/ - -/****************************************************************************/ -/** -* -* @brief This function initializes the event counters in L2 Cache controller -* with a set of event codes specified by the user. -* -* @param Event0: Event code for counter 0. -* @param Event1: Event code for counter 1. -* -* @return None. -* -* @note The definitions for event codes XL2CC_* can be found in -* xl2cc_counter.h. -* -*****************************************************************************/ -void XL2cc_EventCtrInit(s32 Event0, s32 Event1) -{ - - /* Write event code into cnt1 cfg reg */ - *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT1_CTRL_OFFSET)) = (((u32)Event1) << 2); - - /* Write event code into cnt0 cfg reg */ - *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT0_CTRL_OFFSET)) = (((u32)Event0) << 2); - - /* Reset counters */ - XL2cc_EventCtrReset(); -} - - -/****************************************************************************/ -/** -* -* @brief This function starts the event counters in L2 Cache controller. -* -* @return None. -* -*****************************************************************************/ -void XL2cc_EventCtrStart(void) -{ - u32 *LocalPtr; - LocalPtr = (u32 *)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET); - XL2cc_EventCtrReset(); - - /* Enable counter */ - /* *((volatile u32*)((void *)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET))) = 1 */ - *LocalPtr = (u32)1; -} - -/****************************************************************************/ -/** -* -* @brief This function disables the event counters in L2 Cache controller, -* saves the counter values and resets the counters. -* -* @param EveCtr0: Output parameter which is used to return the value -* in event counter 0. -* @param EveCtr1: Output parameter which is used to return the value -* in event counter 1. -* -* @return None. -* -*****************************************************************************/ -void XL2cc_EventCtrStop(u32 *EveCtr0, u32 *EveCtr1) -{ - /* Disable counter */ - *((volatile u32*) (XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET)) = 0U; - - /* Save counter values */ - *EveCtr1 = *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT1_VAL_OFFSET)); - *EveCtr0 = *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNT0_VAL_OFFSET)); - - XL2cc_EventCtrReset(); -} - -/****************************************************************************/ -/** -* -* @brief This function resets the event counters in L2 Cache controller. -* -* @return None. -* -*****************************************************************************/ -void XL2cc_EventCtrReset(void) -{ - *((volatile u32*)(XPS_L2CC_BASEADDR + XPS_L2CC_EVNT_CNTRL_OFFSET)) = 0x6U; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc_counter.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc_counter.h deleted file mode 100644 index 31156ee..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xl2cc_counter.h +++ /dev/null @@ -1,96 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xl2cc_counter.h -* -* @addtogroup l2_event_counter_apis PL310 L2 Event Counters Functions -* -* xl2cc_counter.h contains APIs for configuring and controlling the event -* counters in PL310 L2 cache controller. -* PL310 has two event counters which can be used to count variety of events -* like DRHIT, DRREQ, DWHIT, DWREQ, etc. xl2cc_counter.h contains definitions -* for different configurations which can be used for the event counters to -* count a set of events. -* -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 3.07a asa  08/30/12 Updated for CR 675636 to provide the L2 Base Address
-*		      inside the APIs
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef L2CCCOUNTER_H /* prevent circular inclusions */ -#define L2CCCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* - * The following constants define the event codes for the event counters. - */ -#define XL2CC_CO 0x1 -#define XL2CC_DRHIT 0x2 -#define XL2CC_DRREQ 0x3 -#define XL2CC_DWHIT 0x4 -#define XL2CC_DWREQ 0x5 -#define XL2CC_DWTREQ 0x6 -#define XL2CC_IRHIT 0x7 -#define XL2CC_IRREQ 0x8 -#define XL2CC_WA 0x9 -#define XL2CC_IPFALLOC 0xa -#define XL2CC_EPFHIT 0xb -#define XL2CC_EPFALLOC 0xc -#define XL2CC_SRRCVD 0xd -#define XL2CC_SRCONF 0xe -#define XL2CC_EPFRCVD 0xf - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes *****************************/ - -void XL2cc_EventCtrInit(s32 Event0, s32 Event1); -void XL2cc_EventCtrStart(void); -void XL2cc_EventCtrStop(u32 *EveCtr0, u32 *EveCtr1); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* L2CCCOUNTER_H */ -/** -* @} End of "addtogroup l2_event_counter_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xparameters_ps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xparameters_ps.h deleted file mode 100644 index d1bd537..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xparameters_ps.h +++ /dev/null @@ -1,320 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xparameters_ps.h -* -* This file contains the address definitions for the hard peripherals -* attached to the ARM Cortex A9 core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who     Date     Changes
-* ----- ------- -------- ---------------------------------------------------
-* 1.00a ecm/sdm 02/01/10 Initial version
-* 3.04a sdm     02/02/12 Removed some of the defines as they are being generated through
-*                        driver tcl
-* 5.0	pkp		01/16/15 Added interrupt ID definition of ttc for TEST APP
-* 6.6   srm     10/18/17 Added ARMA9 macro to identify CortexA9
-*
-* 
-* -* @note -* -* None. -* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef _XPARAMETERS_PS_H_ -#define _XPARAMETERS_PS_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -/**************************** Include Files *******************************/ - - -/************************** Constant Definitions *****************************/ - -/* - * This block contains constant declarations for the peripherals - * within the hardblock - */ - -/* Canonical definitions for DDR MEMORY */ -#define XPAR_DDR_MEM_BASEADDR 0x00000000U -#define XPAR_DDR_MEM_HIGHADDR 0x3FFFFFFFU - -/* Canonical definitions for Interrupts */ -#define XPAR_XUARTPS_0_INTR XPS_UART0_INT_ID -#define XPAR_XUARTPS_1_INTR XPS_UART1_INT_ID -#define XPAR_XUSBPS_0_INTR XPS_USB0_INT_ID -#define XPAR_XUSBPS_1_INTR XPS_USB1_INT_ID -#define XPAR_XIICPS_0_INTR XPS_I2C0_INT_ID -#define XPAR_XIICPS_1_INTR XPS_I2C1_INT_ID -#define XPAR_XSPIPS_0_INTR XPS_SPI0_INT_ID -#define XPAR_XSPIPS_1_INTR XPS_SPI1_INT_ID -#define XPAR_XCANPS_0_INTR XPS_CAN0_INT_ID -#define XPAR_XCANPS_1_INTR XPS_CAN1_INT_ID -#define XPAR_XGPIOPS_0_INTR XPS_GPIO_INT_ID -#define XPAR_XEMACPS_0_INTR XPS_GEM0_INT_ID -#define XPAR_XEMACPS_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_XEMACPS_1_INTR XPS_GEM1_INT_ID -#define XPAR_XEMACPS_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_XSDIOPS_0_INTR XPS_SDIO0_INT_ID -#define XPAR_XQSPIPS_0_INTR XPS_QSPI_INT_ID -#define XPAR_XSDIOPS_1_INTR XPS_SDIO1_INT_ID -#define XPAR_XWDTPS_0_INTR XPS_WDT_INT_ID -#define XPAR_XDCFG_0_INTR XPS_DVC_INT_ID -#define XPAR_SCUTIMER_INTR XPS_SCU_TMR_INT_ID -#define XPAR_SCUWDT_INTR XPS_SCU_WDT_INT_ID -#define XPAR_XTTCPS_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_XTTCPS_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_XTTCPS_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_XTTCPS_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_XTTCPS_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_XTTCPS_5_INTR XPS_TTC1_2_INT_ID -#define XPAR_XDMAPS_0_FAULT_INTR XPS_DMA0_ABORT_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_0 XPS_DMA0_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_1 XPS_DMA1_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_2 XPS_DMA2_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_3 XPS_DMA3_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_4 XPS_DMA4_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_5 XPS_DMA5_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_6 XPS_DMA6_INT_ID -#define XPAR_XDMAPS_0_DONE_INTR_7 XPS_DMA7_INT_ID - - -#define XPAR_XQSPIPS_0_LINEAR_BASEADDR XPS_QSPI_LINEAR_BASEADDR -#define XPAR_XPARPORTPS_CTRL_BASEADDR XPS_PARPORT_CRTL_BASEADDR - - - -/* Canonical definitions for DMAC */ - - -/* Canonical definitions for WDT */ - -/* Canonical definitions for SLCR */ -#define XPAR_XSLCR_NUM_INSTANCES 1U -#define XPAR_XSLCR_0_DEVICE_ID 0U -#define XPAR_XSLCR_0_BASEADDR XPS_SYS_CTRL_BASEADDR - -/* Canonical definitions for SCU GIC */ -#define XPAR_SCUGIC_NUM_INSTANCES 1U -#define XPAR_SCUGIC_SINGLE_DEVICE_ID 0U -#define XPAR_SCUGIC_CPU_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00000100U) -#define XPAR_SCUGIC_DIST_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00001000U) -#define XPAR_SCUGIC_ACK_BEFORE 0U - -/* Canonical definitions for Global Timer */ -#define XPAR_GLOBAL_TMR_NUM_INSTANCES 1U -#define XPAR_GLOBAL_TMR_DEVICE_ID 0U -#define XPAR_GLOBAL_TMR_BASEADDR (XPS_SCU_PERIPH_BASE + 0x00000200U) -#define XPAR_GLOBAL_TMR_INTR XPS_GLOBAL_TMR_INT_ID - - -/* Xilinx Parallel Flash Library (XilFlash) User Settings */ -#define XPAR_AXI_EMC - - -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ - - -/* - * This block contains constant declarations for the peripherals - * within the hardblock. These have been put for bacwards compatibility - */ - -#define XPS_PERIPHERAL_BASEADDR 0xE0000000U -#define XPS_UART0_BASEADDR 0xE0000000U -#define XPS_UART1_BASEADDR 0xE0001000U -#define XPS_USB0_BASEADDR 0xE0002000U -#define XPS_USB1_BASEADDR 0xE0003000U -#define XPS_I2C0_BASEADDR 0xE0004000U -#define XPS_I2C1_BASEADDR 0xE0005000U -#define XPS_SPI0_BASEADDR 0xE0006000U -#define XPS_SPI1_BASEADDR 0xE0007000U -#define XPS_CAN0_BASEADDR 0xE0008000U -#define XPS_CAN1_BASEADDR 0xE0009000U -#define XPS_GPIO_BASEADDR 0xE000A000U -#define XPS_GEM0_BASEADDR 0xE000B000U -#define XPS_GEM1_BASEADDR 0xE000C000U -#define XPS_QSPI_BASEADDR 0xE000D000U -#define XPS_PARPORT_CRTL_BASEADDR 0xE000E000U -#define XPS_SDIO0_BASEADDR 0xE0100000U -#define XPS_SDIO1_BASEADDR 0xE0101000U -#define XPS_IOU_BUS_CFG_BASEADDR 0xE0200000U -#define XPS_NAND_BASEADDR 0xE1000000U -#define XPS_PARPORT0_BASEADDR 0xE2000000U -#define XPS_PARPORT1_BASEADDR 0xE4000000U -#define XPS_QSPI_LINEAR_BASEADDR 0xFC000000U -#define XPS_SYS_CTRL_BASEADDR 0xF8000000U /* AKA SLCR */ -#define XPS_TTC0_BASEADDR 0xF8001000U -#define XPS_TTC1_BASEADDR 0xF8002000U -#define XPS_DMAC0_SEC_BASEADDR 0xF8003000U -#define XPS_DMAC0_NON_SEC_BASEADDR 0xF8004000U -#define XPS_WDT_BASEADDR 0xF8005000U -#define XPS_DDR_CTRL_BASEADDR 0xF8006000U -#define XPS_DEV_CFG_APB_BASEADDR 0xF8007000U -#define XPS_AFI0_BASEADDR 0xF8008000U -#define XPS_AFI1_BASEADDR 0xF8009000U -#define XPS_AFI2_BASEADDR 0xF800A000U -#define XPS_AFI3_BASEADDR 0xF800B000U -#define XPS_OCM_BASEADDR 0xF800C000U -#define XPS_EFUSE_BASEADDR 0xF800D000U -#define XPS_CORESIGHT_BASEADDR 0xF8800000U -#define XPS_TOP_BUS_CFG_BASEADDR 0xF8900000U -#define XPS_SCU_PERIPH_BASE 0xF8F00000U -#define XPS_L2CC_BASEADDR 0xF8F02000U -#define XPS_SAM_RAM_BASEADDR 0xFFFC0000U -#define XPS_FPGA_AXI_S0_BASEADDR 0x40000000U -#define XPS_FPGA_AXI_S1_BASEADDR 0x80000000U -#define XPS_IOU_S_SWITCH_BASEADDR 0xE0000000U -#define XPS_PERIPH_APB_BASEADDR 0xF8000000U - -/* Shared Peripheral Interrupts (SPI) */ -#define XPS_CORE_PARITY0_INT_ID 32U -#define XPS_CORE_PARITY1_INT_ID 33U -#define XPS_L2CC_INT_ID 34U -#define XPS_OCMINTR_INT_ID 35U -#define XPS_ECC_INT_ID 36U -#define XPS_PMU0_INT_ID 37U -#define XPS_PMU1_INT_ID 38U -#define XPS_SYSMON_INT_ID 39U -#define XPS_DVC_INT_ID 40U -#define XPS_WDT_INT_ID 41U -#define XPS_TTC0_0_INT_ID 42U -#define XPS_TTC0_1_INT_ID 43U -#define XPS_TTC0_2_INT_ID 44U -#define XPS_DMA0_ABORT_INT_ID 45U -#define XPS_DMA0_INT_ID 46U -#define XPS_DMA1_INT_ID 47U -#define XPS_DMA2_INT_ID 48U -#define XPS_DMA3_INT_ID 49U -#define XPS_SMC_INT_ID 50U -#define XPS_QSPI_INT_ID 51U -#define XPS_GPIO_INT_ID 52U -#define XPS_USB0_INT_ID 53U -#define XPS_GEM0_INT_ID 54U -#define XPS_GEM0_WAKE_INT_ID 55U -#define XPS_SDIO0_INT_ID 56U -#define XPS_I2C0_INT_ID 57U -#define XPS_SPI0_INT_ID 58U -#define XPS_UART0_INT_ID 59U -#define XPS_CAN0_INT_ID 60U -#define XPS_FPGA0_INT_ID 61U -#define XPS_FPGA1_INT_ID 62U -#define XPS_FPGA2_INT_ID 63U -#define XPS_FPGA3_INT_ID 64U -#define XPS_FPGA4_INT_ID 65U -#define XPS_FPGA5_INT_ID 66U -#define XPS_FPGA6_INT_ID 67U -#define XPS_FPGA7_INT_ID 68U -#define XPS_TTC1_0_INT_ID 69U -#define XPS_TTC1_1_INT_ID 70U -#define XPS_TTC1_2_INT_ID 71U -#define XPS_DMA4_INT_ID 72U -#define XPS_DMA5_INT_ID 73U -#define XPS_DMA6_INT_ID 74U -#define XPS_DMA7_INT_ID 75U -#define XPS_USB1_INT_ID 76U -#define XPS_GEM1_INT_ID 77U -#define XPS_GEM1_WAKE_INT_ID 78U -#define XPS_SDIO1_INT_ID 79U -#define XPS_I2C1_INT_ID 80U -#define XPS_SPI1_INT_ID 81U -#define XPS_UART1_INT_ID 82U -#define XPS_CAN1_INT_ID 83U -#define XPS_FPGA8_INT_ID 84U -#define XPS_FPGA9_INT_ID 85U -#define XPS_FPGA10_INT_ID 86U -#define XPS_FPGA11_INT_ID 87U -#define XPS_FPGA12_INT_ID 88U -#define XPS_FPGA13_INT_ID 89U -#define XPS_FPGA14_INT_ID 90U -#define XPS_FPGA15_INT_ID 91U - -/* Private Peripheral Interrupts (PPI) */ -#define XPS_GLOBAL_TMR_INT_ID 27U /* SCU Global Timer interrupt */ -#define XPS_FIQ_INT_ID 28U /* FIQ from FPGA fabric */ -#define XPS_SCU_TMR_INT_ID 29U /* SCU Private Timer interrupt */ -#define XPS_SCU_WDT_INT_ID 30U /* SCU Private WDT interrupt */ -#define XPS_IRQ_INT_ID 31U /* IRQ from FPGA fabric */ - - -/* REDEFINES for TEST APP */ -/* Definitions for UART */ -#define XPAR_PS7_UART_0_INTR XPS_UART0_INT_ID -#define XPAR_PS7_UART_1_INTR XPS_UART1_INT_ID -#define XPAR_PS7_USB_0_INTR XPS_USB0_INT_ID -#define XPAR_PS7_USB_1_INTR XPS_USB1_INT_ID -#define XPAR_PS7_I2C_0_INTR XPS_I2C0_INT_ID -#define XPAR_PS7_I2C_1_INTR XPS_I2C1_INT_ID -#define XPAR_PS7_SPI_0_INTR XPS_SPI0_INT_ID -#define XPAR_PS7_SPI_1_INTR XPS_SPI1_INT_ID -#define XPAR_PS7_CAN_0_INTR XPS_CAN0_INT_ID -#define XPAR_PS7_CAN_1_INTR XPS_CAN1_INT_ID -#define XPAR_PS7_GPIO_0_INTR XPS_GPIO_INT_ID -#define XPAR_PS7_ETHERNET_0_INTR XPS_GEM0_INT_ID -#define XPAR_PS7_ETHERNET_0_WAKE_INTR XPS_GEM0_WAKE_INT_ID -#define XPAR_PS7_ETHERNET_1_INTR XPS_GEM1_INT_ID -#define XPAR_PS7_ETHERNET_1_WAKE_INTR XPS_GEM1_WAKE_INT_ID -#define XPAR_PS7_QSPI_0_INTR XPS_QSPI_INT_ID -#define XPAR_PS7_WDT_0_INTR XPS_WDT_INT_ID -#define XPAR_PS7_SCUWDT_0_INTR XPS_SCU_WDT_INT_ID -#define XPAR_PS7_SCUTIMER_0_INTR XPS_SCU_TMR_INT_ID -#define XPAR_PS7_XADC_0_INTR XPS_SYSMON_INT_ID -#define XPAR_PS7_TTC_0_INTR XPS_TTC0_0_INT_ID -#define XPAR_PS7_TTC_1_INTR XPS_TTC0_1_INT_ID -#define XPAR_PS7_TTC_2_INTR XPS_TTC0_2_INT_ID -#define XPAR_PS7_TTC_3_INTR XPS_TTC1_0_INT_ID -#define XPAR_PS7_TTC_4_INTR XPS_TTC1_1_INT_ID -#define XPAR_PS7_TTC_5_INTR XPS_TTC1_2_INT_ID - -#define XPAR_XADCPS_INT_ID XPS_SYSMON_INT_ID - -/* For backwards compatibility */ -#define XPAR_XUARTPS_0_CLOCK_HZ XPAR_XUARTPS_0_UART_CLK_FREQ_HZ -#define XPAR_XUARTPS_1_CLOCK_HZ XPAR_XUARTPS_1_UART_CLK_FREQ_HZ -#define XPAR_XTTCPS_0_CLOCK_HZ XPAR_XTTCPS_0_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_1_CLOCK_HZ XPAR_XTTCPS_1_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_2_CLOCK_HZ XPAR_XTTCPS_2_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_3_CLOCK_HZ XPAR_XTTCPS_3_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_4_CLOCK_HZ XPAR_XTTCPS_4_TTC_CLK_FREQ_HZ -#define XPAR_XTTCPS_5_CLOCK_HZ XPAR_XTTCPS_5_TTC_CLK_FREQ_HZ -#define XPAR_XIICPS_0_CLOCK_HZ XPAR_XIICPS_0_I2C_CLK_FREQ_HZ -#define XPAR_XIICPS_1_CLOCK_HZ XPAR_XIICPS_1_I2C_CLK_FREQ_HZ - -#define XPAR_XQSPIPS_0_CLOCK_HZ XPAR_XQSPIPS_0_QSPI_CLK_FREQ_HZ - -#ifdef XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_0_CPU_CLK_FREQ_HZ -#endif - -#ifdef XPAR_CPU_CORTEXA9_1_CPU_CLK_FREQ_HZ -#define XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ XPAR_CPU_CORTEXA9_1_CPU_CLK_FREQ_HZ -#endif - -#define XPAR_SCUTIMER_DEVICE_ID 0U -#define XPAR_SCUWDT_DEVICE_ID 0U - - -#ifdef __cplusplus -} -#endif - -#endif /* protection macro */ - -/** - *@endcond - */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xplatform_info.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xplatform_info.c deleted file mode 100644 index 14446f4..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xplatform_info.c +++ /dev/null @@ -1,143 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xplatform_info.c -* @addtogroup common_platform_info Hardware Platform Information -* @{ -* This file contains information about hardware for which the code is built -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date   Changes
-* ----- ---- -------- -------------------------------------------------------
-* 5.00  pkp  12/15/14 Initial release
-* 5.04  pkp  01/12/16 Added platform information support for Cortex-A53 32bit
-*					  mode
-* 6.00  mus  17/08/16 Removed unused variable from XGetPlatform_Info
-* 6.4   ms   05/23/17 Added PSU_PMU macro to support XGetPSVersion_Info
-*                     function for PMUFW.
-*       ms   06/13/17 Added PSU_PMU macro to provide support of
-*                     XGetPlatform_Info function for PMUFW.
-*       mus  08/17/17 Add EL1 NS mode support for
-*                     XGet_Zynq_UltraMp_Platform_info and XGetPSVersion_Info
-*                     APIs.
-* 7.0	aru 03/15/19  Check for versal before aarch64 and armr5
-*		      in XGetPlatform_Info()
-* 7.2   adk 08/01/20  Added versal support for the XGetPSVersion_Info function.
-* 7.6   mus 08/23/21  Updated prototypes for functions which are not taking any
-*                     arguments with void keyword. This has been done to fix
-*                     compilation warnings with "-Wstrict-prototypes" flag.
-*                     It fixes CR#1108601.
-* 7.6    mus 08/30/21 Updated flag checking to fix compilation warnings
-*                     reported with "-Wundef" flag. It fixes CR#1108601.
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_io.h" -#include "xplatform_info.h" -#if defined (__aarch64__) -#include "bspconfig.h" -#include "xil_smc.h" -#endif -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Variable Definitions *****************************/ - - -/************************** Function Prototypes ******************************/ - -/*****************************************************************************/ -/** -* -* @brief This API is used to provide information about platform -* -* @return The information about platform defined in xplatform_info.h -* -******************************************************************************/ -u32 XGetPlatform_Info(void) -{ -#if defined (versal) - return XPLAT_VERSAL; -#elif defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) - return XPLAT_ZYNQ_ULTRA_MP; -#elif defined (__microblaze__) - return XPLAT_MICROBLAZE; -#else - return XPLAT_ZYNQ; -#endif -} - -/*****************************************************************************/ -/** -* -* @brief This API is used to provide information about zynq ultrascale MP platform -* -* @return The information about zynq ultrascale MP platform defined in -* xplatform_info.h -* -******************************************************************************/ -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) -u32 XGet_Zynq_UltraMp_Platform_info(void) -{ -#if EL1_NONSECURE - XSmc_OutVar reg; - /* - * This SMC call will return, - * idcode - upper 32 bits of reg.Arg0 - * version - lower 32 bits of reg.Arg1 - */ - reg = Xil_Smc(GET_CHIPID_SMC_FID,0,0, 0, 0, 0, 0, 0); - return (u32)((reg.Arg1 >> XPLAT_INFO_SHIFT) & XPLAT_INFO_MASK); -#else - u32 reg; - reg = ((Xil_In32(XPLAT_PS_VERSION_ADDRESS) >> XPLAT_INFO_SHIFT ) - & XPLAT_INFO_MASK); - return reg; -#endif -} -#endif - -/*****************************************************************************/ -/** -* -* @brief This API is used to provide information about PS Silicon version -* -* @return The information about PS Silicon version. -* -******************************************************************************/ -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) || defined (versal) -u32 XGetPSVersion_Info(void) -{ -#if EL1_NONSECURE - /* - * This SMC call will return, - * idcode - upper 32 bits of reg.Arg0 - * version - lower 32 bits of reg.Arg1 - */ - XSmc_OutVar reg; - reg = Xil_Smc(GET_CHIPID_SMC_FID,0,0, 0, 0, 0, 0, 0); - return (u32)((reg.Arg1 & XPS_VERSION_INFO_MASK) >> - XPS_VERSION_INFO_SHIFT); -#else - u32 reg; - reg = (Xil_In32(XPLAT_PS_VERSION_ADDRESS) - & XPS_VERSION_INFO_MASK); - return (reg >> XPS_VERSION_INFO_SHIFT); -#endif -} -#endif -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xplatform_info.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xplatform_info.h deleted file mode 100644 index b3cd2ea..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xplatform_info.h +++ /dev/null @@ -1,113 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xplatform_info.h -* -* -* @addtogroup common_platform_info APIs to Get Platform Information -* -* -* The xplatform_info.h file contains definitions for various available Xilinx® -* platforms. Also, it contains prototype of APIs, which can be used to get the -* platform information. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date    Changes
-* ----- ---- --------- -------------------------------------------------------
-* 6.4    ms   05/23/17 Added PSU_PMU macro to support XGetPSVersion_Info
-*                      function for PMUFW.
-* 7.2    adk  08/01/20 Added versal support for the XGetPSVersion_Info function.
-* 7.6    mus  08/23/21 Updated prototypes for functions which are not taking any
-*                      arguments with void keyword. This has been done to fix
-*                      compilation warnings with "-Wstrict-prototypes" flag.
-*                      It fixes CR#1108601.
-* 7.6    mus  08/30/21 Updated flag checking to fix compilation warnings
-*                      reported with "-Wundef" flag.
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPLATFORM_INFO_H /* prevent circular inclusions */ -#define XPLATFORM_INFO_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" - -/************************** Constant Definitions *****************************/ -#if defined (versal) -#define XPAR_PMC_TAP_BASEADDR 0xF11A0000U -#define XPAR_PMC_TAP_VERSION_OFFSET 0x00000004U -#define XPLAT_PS_VERSION_ADDRESS (XPAR_PMC_TAP_BASEADDR + \ - XPAR_PMC_TAP_VERSION_OFFSET) -#else -#define XPAR_CSU_BASEADDR 0xFFCA0000U -#define XPAR_CSU_VER_OFFSET 0x00000044U -#define XPLAT_PS_VERSION_ADDRESS (XPAR_CSU_BASEADDR + \ - XPAR_CSU_VER_OFFSET) -#endif -#define XPLAT_ZYNQ_ULTRA_MP_SILICON 0x0 -#define XPLAT_ZYNQ_ULTRA_MP 0x1 -#define XPLAT_ZYNQ_ULTRA_MPVEL 0x2 -#define XPLAT_ZYNQ_ULTRA_MPQEMU 0x3 -#define XPLAT_ZYNQ 0x4 -#define XPLAT_MICROBLAZE 0x5 -#define XPLAT_VERSAL 0x6U - -#define XPS_VERSION_1 0x0 -#define XPS_VERSION_2 0x1 -#define XPLAT_INFO_MASK (0xF) - -#if defined (versal) -#define XPS_VERSION_INFO_MASK 0xFF00U -#define XPS_VERSION_INFO_SHIFT 0x8U -#define XPLAT_INFO_SHIFT 0x18U -#else -#define XPS_VERSION_INFO_MASK (0xF) -#define XPS_VERSION_INFO_SHIFT 0x0U -#define XPLAT_INFO_SHIFT 0xCU -#endif - -/**************************** Type Definitions *******************************/ -/** - *@endcond - */ -/***************** Macros (Inline Functions) Definitions *********************/ - - -u32 XGetPlatform_Info(void); - -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) || defined (PSU_PMU) || defined (versal) -u32 XGetPSVersion_Info(void); -#endif - -#if defined (ARMR5) || defined (__aarch64__) || defined (ARMA53_32) -u32 XGet_Zynq_UltraMp_Platform_info(void); -#endif -/************************** Function Prototypes ******************************/ - - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** -* @} End of "addtogroup common_platform_info". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpm_counter.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpm_counter.c deleted file mode 100644 index 1befce1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpm_counter.c +++ /dev/null @@ -1,255 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.c -* -* This file contains APIs for configuring and controlling the Cortex-A9 -* Performance Monitor Events. For more information about the event counters, -* see xpm_counter.h. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 4.2	pkp	 07/21/14 Corrected reset value of event counter in function
-*					  Xpm_ResetEventCounters to fix CR#796275
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xpm_counter.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -typedef const u32 PmcrEventCfg32[XPM_CTRCOUNT]; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ - -void Xpm_DisableEventCounters(void); -void Xpm_EnableEventCounters (void); -void Xpm_ResetEventCounters (void); - -/******************************************************************************/ - -/****************************************************************************/ -/** -* -* @brief This function disables the Cortex A9 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_DisableEventCounters(void) -{ - /* Disable the event counters */ - mtcp(XREG_CP15_COUNT_ENABLE_CLR, 0x3f); -} - -/****************************************************************************/ -/** -* -* @brief This function enables the Cortex A9 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_EnableEventCounters(void) -{ - /* Enable the event counters */ - mtcp(XREG_CP15_COUNT_ENABLE_SET, 0x3f); -} - -/****************************************************************************/ -/** -* -* @brief This function resets the Cortex A9 event counters. -* -* @return None. -* -*****************************************************************************/ -void Xpm_ResetEventCounters(void) -{ - u32 Reg; -#ifdef __GNUC__ - Reg = mfcp(XREG_CP15_PERF_MONITOR_CTRL); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_CTRL, Reg); -#else - { register u32 C15Reg __asm(XREG_CP15_PERF_MONITOR_CTRL); - Reg = C15Reg; } -#endif - Reg |= (1U << 1U); /* reset event counters */ - mtcp(XREG_CP15_PERF_MONITOR_CTRL, Reg); - -} - -/****************************************************************************/ -/** -* @brief This function configures the Cortex A9 event counters controller, -* with the event codes, in a configuration selected by the user and -* enables the counters. -* -* @param PmcrCfg: Configuration value based on which the event counters -* are configured. XPM_CNTRCFG* values defined in xpm_counter.h can -* be utilized for setting configuration. -* -* @return None. -* -*****************************************************************************/ -void Xpm_SetEvents(s32 PmcrCfg) -{ - u32 Counter; - static PmcrEventCfg32 PmcrEvents[] = { - { - XPM_EVENT_SOFTINCR, - XPM_EVENT_INSRFETCH_CACHEREFILL, - XPM_EVENT_INSTRFECT_TLBREFILL, - XPM_EVENT_DATA_CACHEREFILL, - XPM_EVENT_DATA_CACHEACCESS, - XPM_EVENT_DATA_TLBREFILL - }, - { - XPM_EVENT_DATA_READS, - XPM_EVENT_DATA_WRITE, - XPM_EVENT_EXCEPTION, - XPM_EVENT_EXCEPRETURN, - XPM_EVENT_CHANGECONTEXT, - XPM_EVENT_SW_CHANGEPC - }, - { - XPM_EVENT_IMMEDBRANCH, - XPM_EVENT_UNALIGNEDACCESS, - XPM_EVENT_BRANCHMISS, - XPM_EVENT_CLOCKCYCLES, - XPM_EVENT_BRANCHPREDICT, - XPM_EVENT_JAVABYTECODE - }, - { - XPM_EVENT_SWJAVABYTECODE, - XPM_EVENT_JAVABACKBRANCH, - XPM_EVENT_COHERLINEMISS, - XPM_EVENT_COHERLINEHIT, - XPM_EVENT_INSTRSTALL, - XPM_EVENT_DATASTALL - }, - { - XPM_EVENT_MAINTLBSTALL, - XPM_EVENT_STREXPASS, - XPM_EVENT_STREXFAIL, - XPM_EVENT_DATAEVICT, - XPM_EVENT_NODISPATCH, - XPM_EVENT_ISSUEEMPTY - }, - { - XPM_EVENT_INSTRRENAME, - XPM_EVENT_PREDICTFUNCRET, - XPM_EVENT_MAINEXEC, - XPM_EVENT_SECEXEC, - XPM_EVENT_LDRSTR, - XPM_EVENT_FLOATRENAME - }, - { - XPM_EVENT_NEONRENAME, - XPM_EVENT_PLDSTALL, - XPM_EVENT_WRITESTALL, - XPM_EVENT_INSTRTLBSTALL, - XPM_EVENT_DATATLBSTALL, - XPM_EVENT_INSTR_uTLBSTALL - }, - { - XPM_EVENT_DATA_uTLBSTALL, - XPM_EVENT_DMB_STALL, - XPM_EVENT_INT_CLKEN, - XPM_EVENT_DE_CLKEN, - XPM_EVENT_INSTRISB, - XPM_EVENT_INSTRDSB - }, - { - XPM_EVENT_INSTRDMB, - XPM_EVENT_EXTINT, - XPM_EVENT_PLE_LRC, - XPM_EVENT_PLE_LRS, - XPM_EVENT_PLE_FLUSH, - XPM_EVENT_PLE_CMPL - }, - { - XPM_EVENT_PLE_OVFL, - XPM_EVENT_PLE_PROG, - XPM_EVENT_PLE_LRC, - XPM_EVENT_PLE_LRS, - XPM_EVENT_PLE_FLUSH, - XPM_EVENT_PLE_CMPL - }, - { - XPM_EVENT_DATASTALL, - XPM_EVENT_INSRFETCH_CACHEREFILL, - XPM_EVENT_INSTRFECT_TLBREFILL, - XPM_EVENT_DATA_CACHEREFILL, - XPM_EVENT_DATA_CACHEACCESS, - XPM_EVENT_DATA_TLBREFILL - }, - }; - const u32 *ptr = PmcrEvents[PmcrCfg]; - - Xpm_DisableEventCounters(); - - for(Counter = 0U; Counter < XPM_CTRCOUNT; Counter++) { - - /* Selecet event counter */ - mtcp(XREG_CP15_EVENT_CNTR_SEL, Counter); - - /* Set the event */ - mtcp(XREG_CP15_EVENT_TYPE_SEL, ptr[Counter]); - } - - Xpm_ResetEventCounters(); - Xpm_EnableEventCounters(); -} - -/****************************************************************************/ -/** -* -* @brief This function disables the event counters and returns the counter -* values. -* -* @param PmCtrValue: Pointer to an array of type u32 PmCtrValue[6]. -* It is an output parameter which is used to return the PM -* counter values. -* -* @return None. -* -*****************************************************************************/ -void Xpm_GetEventCounters(u32 *PmCtrValue) -{ - u32 Counter; - - Xpm_DisableEventCounters(); - - for(Counter = 0U; Counter < XPM_CTRCOUNT; Counter++) { - - mtcp(XREG_CP15_EVENT_CNTR_SEL, Counter); -#ifdef __GNUC__ - PmCtrValue[Counter] = mfcp(XREG_CP15_PERF_MONITOR_COUNT); -#elif defined (__ICCARM__) - mfcp(XREG_CP15_PERF_MONITOR_COUNT, PmCtrValue[Counter]); -#else - { register u32 Cp15Reg __asm(XREG_CP15_PERF_MONITOR_COUNT); - PmCtrValue[Counter] = Cp15Reg; } -#endif - } -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpm_counter.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpm_counter.h deleted file mode 100644 index edf6684..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpm_counter.h +++ /dev/null @@ -1,558 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2011 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpm_counter.h -* -* @addtogroup a9_event_counter_apis Cortex A9 Event Counters Functions -* -* Cortex A9 event counter functions can be utilized to configure and control -* the Cortex-A9 performance monitor events. -* -* Cortex-A9 performance monitor has six event counters which can be used to -* count a variety of events described in Coretx-A9 TRM. xpm_counter.h defines -* configurations XPM_CNTRCFGx which can be used to program the event counters -* to count a set of events. -* -* @note -* It doesn't handle the Cortex-A9 cycle counter, as the cycle counter is -* being used for time keeping. -* -* @{ -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a sdm  07/11/11 First release
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XPMCOUNTER_H /* prevent circular inclusions */ -#define XPMCOUNTER_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include -#include "xpseudo_asm.h" -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/* Number of performance counters */ -#define XPM_CTRCOUNT 6U - -/* The following constants define the Cortex-A9 Performance Monitor Events */ - -/* - * Software increment. The register is incremented only on writes to the - * Software Increment Register - */ -#define XPM_EVENT_SOFTINCR 0x00U - -/* - * Instruction fetch that causes a refill at (at least) the lowest level(s) of - * instruction or unified cache. Includes the speculative linefills in the - * count - */ -#define XPM_EVENT_INSRFETCH_CACHEREFILL 0x01U - -/* - * Instruction fetch that causes a TLB refill at (at least) the lowest level of - * TLB. Includes the speculative requests in the count - */ -#define XPM_EVENT_INSTRFECT_TLBREFILL 0x02U - -/* - * Data read or write operation that causes a refill at (at least) the lowest - * level(s)of data or unified cache. Counts the number of allocations performed - * in the Data Cache due to a read or a write - */ -#define XPM_EVENT_DATA_CACHEREFILL 0x03U - -/* - * Data read or write operation that causes a cache access at (at least) the - * lowest level(s) of data or unified cache. This includes speculative reads - */ -#define XPM_EVENT_DATA_CACHEACCESS 0x04U - -/* - * Data read or write operation that causes a TLB refill at (at least) the - * lowest level of TLB. This does not include micro TLB misses due to PLD, PLI, - * CP15 Cache operation by MVA and CP15 VA to PA operations - */ -#define XPM_EVENT_DATA_TLBREFILL 0x05U - -/* - * Data read architecturally executed. Counts the number of data read - * instructions accepted by the Load Store Unit. This includes counting the - * speculative and aborted LDR/LDM, as well as the reads due to the SWP - * instructions - */ -#define XPM_EVENT_DATA_READS 0x06U - -/* - * Data write architecturally executed. Counts the number of data write - * instructions accepted by the Load Store Unit. This includes counting the - * speculative and aborted STR/STM, as well as the writes due to the SWP - * instructions - */ -#define XPM_EVENT_DATA_WRITE 0x07U - -/* Exception taken. Counts the number of exceptions architecturally taken.*/ -#define XPM_EVENT_EXCEPTION 0x09U - -/* Exception return architecturally executed.*/ -#define XPM_EVENT_EXCEPRETURN 0x0AU - -/* - * Change to ContextID retired. Counts the number of instructions - * architecturally executed writing into the ContextID Register - */ -#define XPM_EVENT_CHANGECONTEXT 0x0BU - -/* - * Software change of PC, except by an exception, architecturally executed. - * Count the number of PC changes architecturally executed, excluding the PC - * changes due to taken exceptions - */ -#define XPM_EVENT_SW_CHANGEPC 0x0CU - -/* - * Immediate branch architecturally executed (taken or not taken). This includes - * the branches which are flushed due to a previous load/store which aborts - * late - */ -#define XPM_EVENT_IMMEDBRANCH 0x0DU - -/* - * Unaligned access architecturally executed. Counts the number of aborted - * unaligned accessed architecturally executed, and the number of not-aborted - * unaligned accesses, including the speculative ones - */ -#define XPM_EVENT_UNALIGNEDACCESS 0x0FU - -/* - * Branch mispredicted/not predicted. Counts the number of mispredicted or - * not-predicted branches executed. This includes the branches which are flushed - * due to a previous load/store which aborts late - */ -#define XPM_EVENT_BRANCHMISS 0x10U - -/* - * Counts clock cycles when the Cortex-A9 processor is not in WFE/WFI. This - * event is not exported on the PMUEVENT bus - */ -#define XPM_EVENT_CLOCKCYCLES 0x11U - -/* - * Branches or other change in program flow that could have been predicted by - * the branch prediction resources of the processor. This includes the branches - * which are flushed due to a previous load/store which aborts late - */ -#define XPM_EVENT_BRANCHPREDICT 0x12U - -/* - * Java bytecode execute. Counts the number of Java bytecodes being decoded, - * including speculative ones - */ -#define XPM_EVENT_JAVABYTECODE 0x40U - -/* - * Software Java bytecode executed. Counts the number of software java bytecodes - * being decoded, including speculative ones - */ -#define XPM_EVENT_SWJAVABYTECODE 0x41U - -/* - * Jazelle backward branches executed. Counts the number of Jazelle taken - * branches being executed. This includes the branches which are flushed due - * to a previous load/store which aborts late - */ -#define XPM_EVENT_JAVABACKBRANCH 0x42U - -/* - * Coherent linefill miss Counts the number of coherent linefill requests - * performed by the Cortex-A9 processor which also miss in all the other - * Cortex-A9 processors, meaning that the request is sent to the external - * memory - */ -#define XPM_EVENT_COHERLINEMISS 0x50U - -/* - * Coherent linefill hit. Counts the number of coherent linefill requests - * performed by the Cortex-A9 processor which hit in another Cortex-A9 - * processor, meaning that the linefill data is fetched directly from the - * relevant Cortex-A9 cache - */ -#define XPM_EVENT_COHERLINEHIT 0x51U - -/* - * Instruction cache dependent stall cycles. Counts the number of cycles where - * the processor is ready to accept new instructions, but does not receive any - * due to the instruction side not being able to provide any and the - * instruction cache is currently performing at least one linefill - */ -#define XPM_EVENT_INSTRSTALL 0x60U - -/* - * Data cache dependent stall cycles. Counts the number of cycles where the core - * has some instructions that it cannot issue to any pipeline, and the Load - * Store unit has at least one pending linefill request, and no pending - */ -#define XPM_EVENT_DATASTALL 0x61U - -/* - * Main TLB miss stall cycles. Counts the number of cycles where the processor - * is stalled waiting for the completion of translation table walks from the - * main TLB. The processor stalls can be due to the instruction side not being - * able to provide the instructions, or to the data side not being able to - * provide the necessary data, due to them waiting for the main TLB translation - * table walk to complete - */ -#define XPM_EVENT_MAINTLBSTALL 0x62U - -/* - * Counts the number of STREX instructions architecturally executed and - * passed - */ -#define XPM_EVENT_STREXPASS 0x63U - -/* - * Counts the number of STREX instructions architecturally executed and - * failed - */ -#define XPM_EVENT_STREXFAIL 0x64U - -/* - * Data eviction. Counts the number of eviction requests due to a linefill in - * the data cache - */ -#define XPM_EVENT_DATAEVICT 0x65U - -/* - * Counts the number of cycles where the issue stage does not dispatch any - * instruction because it is empty or cannot dispatch any instructions - */ -#define XPM_EVENT_NODISPATCH 0x66U - -/* - * Counts the number of cycles where the issue stage is empty - */ -#define XPM_EVENT_ISSUEEMPTY 0x67U - -/* - * Counts the number of instructions going through the Register Renaming stage. - * This number is an approximate number of the total number of instructions - * speculatively executed, and even more approximate of the total number of - * instructions architecturally executed. The approximation depends mainly on - * the branch misprediction rate. - * The renaming stage can handle two instructions in the same cycle so the event - * is two bits long: - * - b00 no instructions renamed - * - b01 one instruction renamed - * - b10 two instructions renamed - */ -#define XPM_EVENT_INSTRRENAME 0x68U - -/* - * Counts the number of procedure returns whose condition codes do not fail, - * excluding all returns from exception. This count includes procedure returns - * which are flushed due to a previous load/store which aborts late. - * Only the following instructions are reported: - * - BX R14 - * - MOV PC LR - * - POP {..,pc} - * - LDR pc,[sp],#offset - * The following instructions are not reported: - * - LDMIA R9!,{..,PC} (ThumbEE state only) - * - LDR PC,[R9],#offset (ThumbEE state only) - * - BX R0 (Rm != R14) - * - MOV PC,R0 (Rm != R14) - * - LDM SP,{...,PC} (writeback not specified) - * - LDR PC,[SP,#offset] (wrong addressing mode) - */ -#define XPM_EVENT_PREDICTFUNCRET 0x6EU - -/* - * Counts the number of instructions being executed in the main execution - * pipeline of the processor, the multiply pipeline and arithmetic logic unit - * pipeline. The counted instructions are still speculative - */ -#define XPM_EVENT_MAINEXEC 0x70U - -/* - * Counts the number of instructions being executed in the processor second - * execution pipeline (ALU). The counted instructions are still speculative - */ -#define XPM_EVENT_SECEXEC 0x71U - -/* - * Counts the number of instructions being executed in the Load/Store unit. The - * counted instructions are still speculative - */ -#define XPM_EVENT_LDRSTR 0x72U - -/* - * Counts the number of Floating-point instructions going through the Register - * Rename stage. Instructions are still speculative in this stage. - *Two floating-point instructions can be renamed in the same cycle so the event - * is two bitslong: - *0b00 no floating-point instruction renamed - *0b01 one floating-point instruction renamed - *0b10 two floating-point instructions renamed - */ -#define XPM_EVENT_FLOATRENAME 0x73U - -/* - * Counts the number of Neon instructions going through the Register Rename - * stage.Instructions are still speculative in this stage. - * Two NEON instructions can be renamed in the same cycle so the event is two - * bits long: - *0b00 no NEON instruction renamed - *0b01 one NEON instruction renamed - *0b10 two NEON instructions renamed - */ -#define XPM_EVENT_NEONRENAME 0x74U - -/* - * Counts the number of cycles where the processor is stalled because PLD slots - * are all full - */ -#define XPM_EVENT_PLDSTALL 0x80U - -/* - * Counts the number of cycles when the processor is stalled and the data side - * is stalled too because it is full and executing writes to the external - * memory - */ -#define XPM_EVENT_WRITESTALL 0x81U - -/* - * Counts the number of stall cycles due to main TLB misses on requests issued - * by the instruction side - */ -#define XPM_EVENT_INSTRTLBSTALL 0x82U - -/* - * Counts the number of stall cycles due to main TLB misses on requests issued - * by the data side - */ -#define XPM_EVENT_DATATLBSTALL 0x83U - -/* - * Counts the number of stall cycles due to micro TLB misses on the instruction - * side. This event does not include main TLB miss stall cycles that are already - * counted in the corresponding main TLB event - */ -#define XPM_EVENT_INSTR_uTLBSTALL 0x84U - -/* - * Counts the number of stall cycles due to micro TLB misses on the data side. - * This event does not include main TLB miss stall cycles that are already - * counted in the corresponding main TLB event - */ -#define XPM_EVENT_DATA_uTLBSTALL 0x85U - -/* - * Counts the number of stall cycles because of the execution of a DMB memory - * barrier. This includes all DMB instructions being executed, even - * speculatively - */ -#define XPM_EVENT_DMB_STALL 0x86U - -/* - * Counts the number of cycles during which the integer core clock is enabled - */ -#define XPM_EVENT_INT_CLKEN 0x8AU - -/* - * Counts the number of cycles during which the Data Engine clock is enabled - */ -#define XPM_EVENT_DE_CLKEN 0x8BU - -/* - * Counts the number of ISB instructions architecturally executed - */ -#define XPM_EVENT_INSTRISB 0x90U - -/* - * Counts the number of DSB instructions architecturally executed - */ -#define XPM_EVENT_INSTRDSB 0x91U - -/* - * Counts the number of DMB instructions speculatively executed - */ -#define XPM_EVENT_INSTRDMB 0x92U - -/* - * Counts the number of external interrupts executed by the processor - */ -#define XPM_EVENT_EXTINT 0x93U - -/* - * PLE cache line request completed - */ -#define XPM_EVENT_PLE_LRC 0xA0U - -/* - * PLE cache line request skipped - */ -#define XPM_EVENT_PLE_LRS 0xA1U - -/* - * PLE FIFO flush - */ -#define XPM_EVENT_PLE_FLUSH 0xA2U - -/* - * PLE request complete - */ -#define XPM_EVENT_PLE_CMPL 0xA3U - -/* - * PLE FIFO overflow - */ -#define XPM_EVENT_PLE_OVFL 0xA4U - -/* - * PLE request programmed - */ -#define XPM_EVENT_PLE_PROG 0xA5U - -/* - * The following constants define the configurations for Cortex-A9 Performance - * Monitor Events. Each configuration configures the event counters for a set - * of events. - * ----------------------------------------------- - * Config PmCtr0... PmCtr5 - * ----------------------------------------------- - * XPM_CNTRCFG1 { XPM_EVENT_SOFTINCR, - * XPM_EVENT_INSRFETCH_CACHEREFILL, - * XPM_EVENT_INSTRFECT_TLBREFILL, - * XPM_EVENT_DATA_CACHEREFILL, - * XPM_EVENT_DATA_CACHEACCESS, - * XPM_EVENT_DATA_TLBREFILL } - * - * XPM_CNTRCFG2 { XPM_EVENT_DATA_READS, - * XPM_EVENT_DATA_WRITE, - * XPM_EVENT_EXCEPTION, - * XPM_EVENT_EXCEPRETURN, - * XPM_EVENT_CHANGECONTEXT, - * XPM_EVENT_SW_CHANGEPC } - * - * XPM_CNTRCFG3 { XPM_EVENT_IMMEDBRANCH, - * XPM_EVENT_UNALIGNEDACCESS, - * XPM_EVENT_BRANCHMISS, - * XPM_EVENT_CLOCKCYCLES, - * XPM_EVENT_BRANCHPREDICT, - * XPM_EVENT_JAVABYTECODE } - * - * XPM_CNTRCFG4 { XPM_EVENT_SWJAVABYTECODE, - * XPM_EVENT_JAVABACKBRANCH, - * XPM_EVENT_COHERLINEMISS, - * XPM_EVENT_COHERLINEHIT, - * XPM_EVENT_INSTRSTALL, - * XPM_EVENT_DATASTALL } - * - * XPM_CNTRCFG5 { XPM_EVENT_MAINTLBSTALL, - * XPM_EVENT_STREXPASS, - * XPM_EVENT_STREXFAIL, - * XPM_EVENT_DATAEVICT, - * XPM_EVENT_NODISPATCH, - * XPM_EVENT_ISSUEEMPTY } - * - * XPM_CNTRCFG6 { XPM_EVENT_INSTRRENAME, - * XPM_EVENT_PREDICTFUNCRET, - * XPM_EVENT_MAINEXEC, - * XPM_EVENT_SECEXEC, - * XPM_EVENT_LDRSTR, - * XPM_EVENT_FLOATRENAME } - * - * XPM_CNTRCFG7 { XPM_EVENT_NEONRENAME, - * XPM_EVENT_PLDSTALL, - * XPM_EVENT_WRITESTALL, - * XPM_EVENT_INSTRTLBSTALL, - * XPM_EVENT_DATATLBSTALL, - * XPM_EVENT_INSTR_uTLBSTALL } - * - * XPM_CNTRCFG8 { XPM_EVENT_DATA_uTLBSTALL, - * XPM_EVENT_DMB_STALL, - * XPM_EVENT_INT_CLKEN, - * XPM_EVENT_DE_CLKEN, - * XPM_EVENT_INSTRISB, - * XPM_EVENT_INSTRDSB } - * - * XPM_CNTRCFG9 { XPM_EVENT_INSTRDMB, - * XPM_EVENT_EXTINT, - * XPM_EVENT_PLE_LRC, - * XPM_EVENT_PLE_LRS, - * XPM_EVENT_PLE_FLUSH, - * XPM_EVENT_PLE_CMPL } - * - * XPM_CNTRCFG10 { XPM_EVENT_PLE_OVFL, - * XPM_EVENT_PLE_PROG, - * XPM_EVENT_PLE_LRC, - * XPM_EVENT_PLE_LRS, - * XPM_EVENT_PLE_FLUSH, - * XPM_EVENT_PLE_CMPL } - * - * XPM_CNTRCFG11 { XPM_EVENT_DATASTALL, - * XPM_EVENT_INSRFETCH_CACHEREFILL, - * XPM_EVENT_INSTRFECT_TLBREFILL, - * XPM_EVENT_DATA_CACHEREFILL, - * XPM_EVENT_DATA_CACHEACCESS, - * XPM_EVENT_DATA_TLBREFILL } - */ -#define XPM_CNTRCFG1 0 -#define XPM_CNTRCFG2 1 -#define XPM_CNTRCFG3 2 -#define XPM_CNTRCFG4 3 -#define XPM_CNTRCFG5 4 -#define XPM_CNTRCFG6 5 -#define XPM_CNTRCFG7 6 -#define XPM_CNTRCFG8 7 -#define XPM_CNTRCFG9 8 -#define XPM_CNTRCFG10 9 -#define XPM_CNTRCFG11 10 - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes *****************************/ - -/* Interface functions to access performance counters from abstraction layer */ -void Xpm_SetEvents(s32 PmcrCfg); -void Xpm_GetEventCounters(u32 *PmCtrValue); - -#ifdef __cplusplus -} -#endif - -#endif -/** -* @} End of "addtogroup a9_event_counter_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpseudo_asm.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpseudo_asm.h deleted file mode 100644 index 6d07851..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpseudo_asm.h +++ /dev/null @@ -1,60 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm.h -* -* @addtogroup a9_specific Cortex A9 Processor Specific Include Files -* -* The xpseudo_asm.h includes xreg_cortexa9.h and xpseudo_asm_gcc.h. -* -* The xreg_cortexa9.h file contains definitions for inline assembler code. -* It provides inline definitions for Cortex A9 GPRs, SPRs, MPE registers, -* co-processor registers and Debug registers. -* -* The xpseudo_asm_gcc.h contains the definitions for the most often used inline -* assembler instructions, available as macros. These can be very useful for -* tasks such as setting or getting special purpose registers, synchronization, -* or cache manipulation etc. These inline assembler instructions can be used -* from drivers and user applications written in C. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who  Date     Changes
-* ----- ---- -------- -----------------------------------------------
-* 1.00a ecm  10/18/09 First release
-* 3.04a sdm  01/02/12 Remove redundant dsb in mcr instruction.
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 
-* -******************************************************************************/ -#ifndef XPSEUDO_ASM_H -#define XPSEUDO_ASM_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xreg_cortexa9.h" -#ifdef __GNUC__ - #include "xpseudo_asm_gcc.h" -#elif defined (__ICCARM__) - #include "xpseudo_asm_iccarm.h" -#else - #include "xpseudo_asm_rvct.h" -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* XPSEUDO_ASM_H */ -/** -* @} End of "addtogroup a9_specific". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpseudo_asm_gcc.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpseudo_asm_gcc.h deleted file mode 100644 index d986349..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xpseudo_asm_gcc.h +++ /dev/null @@ -1,240 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xpseudo_asm_gcc.h -* -* This header file contains macros for using inline assembler code. It is -* written specifically for the GNU compiler. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 5.00 	pkp		 05/21/14 First release
-* 6.0   mus      07/27/16 Consolidated file for a53,a9 and r5 processors
-* 7.2   asa      04/03/20 Renamed the str macro to strw.
-* 7.2   dp       04/30/20 Added clobber "cc" to mtcpsr for aarch32 processors
-* 
-* -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XPSEUDO_ASM_GCC_H /* prevent circular inclusions */ -#define XPSEUDO_ASM_GCC_H /* by using protection macros */ - -/***************************** Include Files ********************************/ - -#include "xil_types.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/* necessary for pre-processor */ -#define stringify(s) tostring(s) -#define tostring(s) #s - -#if defined (__aarch64__) -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - asm volatile("mrs %0, DAIF" : "=r" (rval));\ - rval;\ - }) - -#define mtcpsr(v) __asm__ __volatile__ ("msr DAIF, %0" : : "r" (v)) - -#define cpsiei() //__asm__ __volatile__("cpsie i\n") -#define cpsidi() //__asm__ __volatile__("cpsid i\n") - -#define cpsief() //__asm__ __volatile__("cpsie f\n") -#define cpsidf() //__asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) /*__asm__ __volatile__(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - )*/ - -#define mfgpr(rn) /*({u32 rval; \ - __asm__ __volatile__(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - })*/ - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb sy") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__("dsb sy") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__("dmb sy") - - -/* Memory Operations */ -#define ldr(adr) ({u64 rval; \ - __asm__ __volatile__(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define mfelrel3() ({u64 rval = 0U; \ - asm volatile("mrs %0, ELR_EL3" : "=r" (rval));\ - rval;\ - }) - -#define mtelrel3(v) __asm__ __volatile__ ("msr ELR_EL3, %0" : : "r" (v)) - -#else - -/* pseudo assembler instructions */ -#define mfcpsr() ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrs %0, cpsr\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -#define mtcpsr(v) __asm__ __volatile__(\ - "msr cpsr,%0\n"\ - : : "r" (v) : "cc" \ - ) - -#define cpsiei() __asm__ __volatile__("cpsie i\n") -#define cpsidi() __asm__ __volatile__("cpsid i\n") - -#define cpsief() __asm__ __volatile__("cpsie f\n") -#define cpsidf() __asm__ __volatile__("cpsid f\n") - - - -#define mtgpr(rn, v) __asm__ __volatile__(\ - "mov r" stringify(rn) ", %0 \n"\ - : : "r" (v)\ - ) - -#define mfgpr(rn) ({u32 rval; \ - __asm__ __volatile__(\ - "mov %0,r" stringify(rn) "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) - -/* memory synchronization operations */ - -/* Instruction Synchronization Barrier */ -#define isb() __asm__ __volatile__ ("isb" : : : "memory") - -/* Data Synchronization Barrier */ -#define dsb() __asm__ __volatile__ ("dsb" : : : "memory") - -/* Data Memory Barrier */ -#define dmb() __asm__ __volatile__ ("dmb" : : : "memory") - - -/* Memory Operations */ -#define ldr(adr) ({u32 rval; \ - __asm__ __volatile__(\ - "ldr %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#endif - -#define ldrb(adr) ({u8 rval; \ - __asm__ __volatile__(\ - "ldrb %0,[%1]"\ - : "=r" (rval) : "r" (adr)\ - );\ - rval;\ - }) - -#define strw(adr, val) __asm__ __volatile__(\ - "str %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -#define strb(adr, val) __asm__ __volatile__(\ - "strb %0,[%1]\n"\ - : : "r" (val), "r" (adr)\ - ) - -/* Count leading zeroes (clz) */ -#define clz(arg) ({u8 rval; \ - __asm__ __volatile__(\ - "clz %0,%1"\ - : "=r" (rval) : "r" (arg)\ - );\ - rval;\ - }) - -#if defined (__aarch64__) -#define mtcpdc(reg,val) __asm__ __volatile__("dc " #reg ",%0" : : "r" (val)) -#define mtcpic(reg,val) __asm__ __volatile__("ic " #reg ",%0" : : "r" (val)) - -#define mtcpicall(reg) __asm__ __volatile__("ic " #reg) -#define mtcptlbi(reg) __asm__ __volatile__("tlbi " #reg) -#define mtcpat(reg,val) __asm__ __volatile__("at " #reg ",%0" : : "r" (val)) -/* CP15 operations */ -#define mfcp(reg) ({u64 rval = 0U;\ - __asm__ __volatile__("mrs %0, " #reg : "=r" (rval));\ - rval;\ - }) - -#define mtcp(reg,val) __asm__ __volatile__("msr " #reg ",%0" : : "r" (val)) - -#else -/* CP15 operations */ -#define mtcp(rn, v) __asm__ __volatile__(\ - "mcr " rn "\n"\ - : : "r" (v)\ - ); - -#define mfcp(rn) ({u32 rval = 0U; \ - __asm__ __volatile__(\ - "mrc " rn "\n"\ - : "=r" (rval)\ - );\ - rval;\ - }) -#endif - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -/** - *@endcond - */ - -#endif /* XPSEUDO_ASM_GCC_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xreg_cortexa9.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xreg_cortexa9.h deleted file mode 100644 index 2a4fff2..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xreg_cortexa9.h +++ /dev/null @@ -1,573 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xreg_cortexa9.h -* -* This header file contains definitions for using inline assembler code. It is -* written specifically for the GNU, ARMCC compiler. -* -* All of the ARM Cortex A9 GPRs, SPRs, and Debug Registers are defined along -* with the positions of the bits within the registers. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who      Date     Changes
-* ----- -------- -------- -----------------------------------------------
-* 1.00a ecm/sdm  10/20/09 First release
-* 
-* -******************************************************************************/ -#ifndef XREG_CORTEXA9_H -#define XREG_CORTEXA9_H - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -/** - *@cond nocomments - */ - -/* GPRs */ -#define XREG_GPR0 r0 -#define XREG_GPR1 r1 -#define XREG_GPR2 r2 -#define XREG_GPR3 r3 -#define XREG_GPR4 r4 -#define XREG_GPR5 r5 -#define XREG_GPR6 r6 -#define XREG_GPR7 r7 -#define XREG_GPR8 r8 -#define XREG_GPR9 r9 -#define XREG_GPR10 r10 -#define XREG_GPR11 r11 -#define XREG_GPR12 r12 -#define XREG_GPR13 r13 -#define XREG_GPR14 r14 -#define XREG_GPR15 r15 -#define XREG_CPSR cpsr - -/* Coprocessor number defines */ -#define XREG_CP0 0 -#define XREG_CP1 1 -#define XREG_CP2 2 -#define XREG_CP3 3 -#define XREG_CP4 4 -#define XREG_CP5 5 -#define XREG_CP6 6 -#define XREG_CP7 7 -#define XREG_CP8 8 -#define XREG_CP9 9 -#define XREG_CP10 10 -#define XREG_CP11 11 -#define XREG_CP12 12 -#define XREG_CP13 13 -#define XREG_CP14 14 -#define XREG_CP15 15 - -/* Coprocessor control register defines */ -#define XREG_CR0 cr0 -#define XREG_CR1 cr1 -#define XREG_CR2 cr2 -#define XREG_CR3 cr3 -#define XREG_CR4 cr4 -#define XREG_CR5 cr5 -#define XREG_CR6 cr6 -#define XREG_CR7 cr7 -#define XREG_CR8 cr8 -#define XREG_CR9 cr9 -#define XREG_CR10 cr10 -#define XREG_CR11 cr11 -#define XREG_CR12 cr12 -#define XREG_CR13 cr13 -#define XREG_CR14 cr14 -#define XREG_CR15 cr15 - -/* Current Processor Status Register (CPSR) Bits */ -#define XREG_CPSR_THUMB_MODE 0x20 -#define XREG_CPSR_MODE_BITS 0x1F -#define XREG_CPSR_SYSTEM_MODE 0x1F -#define XREG_CPSR_UNDEFINED_MODE 0x1B -#define XREG_CPSR_DATA_ABORT_MODE 0x17 -#define XREG_CPSR_SVC_MODE 0x13 -#define XREG_CPSR_IRQ_MODE 0x12 -#define XREG_CPSR_FIQ_MODE 0x11 -#define XREG_CPSR_USER_MODE 0x10 - -#define XREG_CPSR_IRQ_ENABLE 0x80 -#define XREG_CPSR_FIQ_ENABLE 0x40 - -#define XREG_CPSR_N_BIT 0x80000000 -#define XREG_CPSR_Z_BIT 0x40000000 -#define XREG_CPSR_C_BIT 0x20000000 -#define XREG_CPSR_V_BIT 0x10000000 - - -/* CP15 defines */ -#if defined (__GNUC__) || defined (__ICCARM__) -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "p15, 0, %0, c0, c0, 0" -#define XREG_CP15_CACHE_TYPE "p15, 0, %0, c0, c0, 1" -#define XREG_CP15_TCM_TYPE "p15, 0, %0, c0, c0, 2" -#define XREG_CP15_TLB_TYPE "p15, 0, %0, c0, c0, 3" -#define XREG_CP15_MULTI_PROC_AFFINITY "p15, 0, %0, c0, c0, 5" - -#define XREG_CP15_PROC_FEATURE_0 "p15, 0, %0, c0, c1, 0" -#define XREG_CP15_PROC_FEATURE_1 "p15, 0, %0, c0, c1, 1" -#define XREG_CP15_DEBUG_FEATURE_0 "p15, 0, %0, c0, c1, 2" -#define XREG_CP15_MEMORY_FEATURE_0 "p15, 0, %0, c0, c1, 4" -#define XREG_CP15_MEMORY_FEATURE_1 "p15, 0, %0, c0, c1, 5" -#define XREG_CP15_MEMORY_FEATURE_2 "p15, 0, %0, c0, c1, 6" -#define XREG_CP15_MEMORY_FEATURE_3 "p15, 0, %0, c0, c1, 7" - -#define XREG_CP15_INST_FEATURE_0 "p15, 0, %0, c0, c2, 0" -#define XREG_CP15_INST_FEATURE_1 "p15, 0, %0, c0, c2, 1" -#define XREG_CP15_INST_FEATURE_2 "p15, 0, %0, c0, c2, 2" -#define XREG_CP15_INST_FEATURE_3 "p15, 0, %0, c0, c2, 3" -#define XREG_CP15_INST_FEATURE_4 "p15, 0, %0, c0, c2, 4" - -#define XREG_CP15_CACHE_SIZE_ID "p15, 1, %0, c0, c0, 0" -#define XREG_CP15_CACHE_LEVEL_ID "p15, 1, %0, c0, c0, 1" -#define XREG_CP15_AUXILARY_ID "p15, 1, %0, c0, c0, 7" - -#define XREG_CP15_CACHE_SIZE_SEL "p15, 2, %0, c0, c0, 0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "p15, 0, %0, c1, c0, 0" -#define XREG_CP15_AUX_CONTROL "p15, 0, %0, c1, c0, 1" -#define XREG_CP15_CP_ACCESS_CONTROL "p15, 0, %0, c1, c0, 2" - -#define XREG_CP15_SECURE_CONFIG "p15, 0, %0, c1, c1, 0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "p15, 0, %0, c1, c1, 1" -#define XREG_CP15_NS_ACCESS_CONTROL "p15, 0, %0, c1, c1, 2" -#define XREG_CP15_VIRTUAL_CONTROL "p15, 0, %0, c1, c1, 3" - -#else /* RVCT */ -/* C0 Register defines */ -#define XREG_CP15_MAIN_ID "cp15:0:c0:c0:0" -#define XREG_CP15_CACHE_TYPE "cp15:0:c0:c0:1" -#define XREG_CP15_TCM_TYPE "cp15:0:c0:c0:2" -#define XREG_CP15_TLB_TYPE "cp15:0:c0:c0:3" -#define XREG_CP15_MULTI_PROC_AFFINITY "cp15:0:c0:c0:5" - -#define XREG_CP15_PROC_FEATURE_0 "cp15:0:c0:c1:0" -#define XREG_CP15_PROC_FEATURE_1 "cp15:0:c0:c1:1" -#define XREG_CP15_DEBUG_FEATURE_0 "cp15:0:c0:c1:2" -#define XREG_CP15_MEMORY_FEATURE_0 "cp15:0:c0:c1:4" -#define XREG_CP15_MEMORY_FEATURE_1 "cp15:0:c0:c1:5" -#define XREG_CP15_MEMORY_FEATURE_2 "cp15:0:c0:c1:6" -#define XREG_CP15_MEMORY_FEATURE_3 "cp15:0:c0:c1:7" - -#define XREG_CP15_INST_FEATURE_0 "cp15:0:c0:c2:0" -#define XREG_CP15_INST_FEATURE_1 "cp15:0:c0:c2:1" -#define XREG_CP15_INST_FEATURE_2 "cp15:0:c0:c2:2" -#define XREG_CP15_INST_FEATURE_3 "cp15:0:c0:c2:3" -#define XREG_CP15_INST_FEATURE_4 "cp15:0:c0:c2:4" - -#define XREG_CP15_CACHE_SIZE_ID "cp15:1:c0:c0:0" -#define XREG_CP15_CACHE_LEVEL_ID "cp15:1:c0:c0:1" -#define XREG_CP15_AUXILARY_ID "cp15:1:c0:c0:7" - -#define XREG_CP15_CACHE_SIZE_SEL "cp15:2:c0:c0:0" - -/* C1 Register Defines */ -#define XREG_CP15_SYS_CONTROL "cp15:0:c1:c0:0" -#define XREG_CP15_AUX_CONTROL "cp15:0:c1:c0:1" -#define XREG_CP15_CP_ACCESS_CONTROL "cp15:0:c1:c0:2" - -#define XREG_CP15_SECURE_CONFIG "cp15:0:c1:c1:0" -#define XREG_CP15_SECURE_DEBUG_ENABLE "cp15:0:c1:c1:1" -#define XREG_CP15_NS_ACCESS_CONTROL "cp15:0:c1:c1:2" -#define XREG_CP15_VIRTUAL_CONTROL "cp15:0:c1:c1:3" -#endif - -/* XREG_CP15_CONTROL bit defines */ -#define XREG_CP15_CONTROL_TE_BIT 0x40000000U -#define XREG_CP15_CONTROL_AFE_BIT 0x20000000U -#define XREG_CP15_CONTROL_TRE_BIT 0x10000000U -#define XREG_CP15_CONTROL_NMFI_BIT 0x08000000U -#define XREG_CP15_CONTROL_EE_BIT 0x02000000U -#define XREG_CP15_CONTROL_HA_BIT 0x00020000U -#define XREG_CP15_CONTROL_RR_BIT 0x00004000U -#define XREG_CP15_CONTROL_V_BIT 0x00002000U -#define XREG_CP15_CONTROL_I_BIT 0x00001000U -#define XREG_CP15_CONTROL_Z_BIT 0x00000800U -#define XREG_CP15_CONTROL_SW_BIT 0x00000400U -#define XREG_CP15_CONTROL_B_BIT 0x00000080U -#define XREG_CP15_CONTROL_C_BIT 0x00000004U -#define XREG_CP15_CONTROL_A_BIT 0x00000002U -#define XREG_CP15_CONTROL_M_BIT 0x00000001U - -#if defined (__GNUC__) || defined (__ICCARM__) -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "p15, 0, %0, c2, c0, 0" -#define XREG_CP15_TTBR1 "p15, 0, %0, c2, c0, 1" -#define XREG_CP15_TTB_CONTROL "p15, 0, %0, c2, c0, 2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "p15, 0, %0, c3, c0, 0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "p15, 0, %0, c5, c0, 0" -#define XREG_CP15_INST_FAULT_STATUS "p15, 0, %0, c5, c0, 1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "p15, 0, %0, c5, c1, 0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "p15, 0, %0, c5, c1, 1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "p15, 0, %0, c6, c0, 0" -#define XREG_CP15_INST_FAULT_ADDRESS "p15, 0, %0, c6, c0, 2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "p15, 0, %0, c7, c0, 4" - -#define XREG_CP15_INVAL_IC_POU_IS "p15, 0, %0, c7, c1, 0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "p15, 0, %0, c7, c1, 6" - -#define XREG_CP15_PHYS_ADDR "p15, 0, %0, c7, c4, 0" - -#define XREG_CP15_INVAL_IC_POU "p15, 0, %0, c7, c5, 0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "p15, 0, %0, c7, c5, 1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A9. - */ -#define XREG_CP15_INST_SYNC_BARRIER "p15, 0, %0, c7, c5, 4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "p15, 0, %0, c7, c5, 6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c6, 1" -#define XREG_CP15_INVAL_DC_LINE_SW "p15, 0, %0, c7, c6, 2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "p15, 0, %0, c7, c8, 0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "p15, 0, %0, c7, c8, 1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "p15, 0, %0, c7, c8, 2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "p15, 0, %0, c7, c8, 3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "p15, 0, %0, c7, c8, 4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "p15, 0, %0, c7, c8, 5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "p15, 0, %0, c7, c8, 6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "p15, 0, %0, c7, c8, 7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "p15, 0, %0, c7, c10, 1" -#define XREG_CP15_CLEAN_DC_LINE_SW "p15, 0, %0, c7, c10, 2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A9. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "p15, 0, %0, c7, c10, 4" -#define XREG_CP15_DATA_MEMORY_BARRIER "p15, 0, %0, c7, c10, 5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "p15, 0, %0, c7, c11, 1" - -#define XREG_CP15_NOP2 "p15, 0, %0, c7, c13, 1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "p15, 0, %0, c7, c14, 1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "p15, 0, %0, c7, c14, 2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "p15, 0, %0, c8, c3, 0" -#define XREG_CP15_INVAL_TLB_MVA_IS "p15, 0, %0, c8, c3, 1" -#define XREG_CP15_INVAL_TLB_ASID_IS "p15, 0, %0, c8, c3, 2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "p15, 0, %0, c8, c3, 3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "p15, 0, %0, c8, c5, 0" -#define XREG_CP15_INVAL_ITLB_MVA "p15, 0, %0, c8, c5, 1" -#define XREG_CP15_INVAL_ITLB_ASID "p15, 0, %0, c8, c5, 2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "p15, 0, %0, c8, c6, 0" -#define XREG_CP15_INVAL_DTLB_MVA "p15, 0, %0, c8, c6, 1" -#define XREG_CP15_INVAL_DTLB_ASID "p15, 0, %0, c8, c6, 2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "p15, 0, %0, c8, c7, 0" -#define XREG_CP15_INVAL_UTLB_MVA "p15, 0, %0, c8, c7, 1" -#define XREG_CP15_INVAL_UTLB_ASID "p15, 0, %0, c8, c7, 2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "p15, 0, %0, c8, c7, 3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "p15, 0, %0, c9, c12, 0" -#define XREG_CP15_COUNT_ENABLE_SET "p15, 0, %0, c9, c12, 1" -#define XREG_CP15_COUNT_ENABLE_CLR "p15, 0, %0, c9, c12, 2" -#define XREG_CP15_V_FLAG_STATUS "p15, 0, %0, c9, c12, 3" -#define XREG_CP15_SW_INC "p15, 0, %0, c9, c12, 4" -#define XREG_CP15_EVENT_CNTR_SEL "p15, 0, %0, c9, c12, 5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "p15, 0, %0, c9, c13, 0" -#define XREG_CP15_EVENT_TYPE_SEL "p15, 0, %0, c9, c13, 1" -#define XREG_CP15_PERF_MONITOR_COUNT "p15, 0, %0, c9, c13, 2" - -#define XREG_CP15_USER_ENABLE "p15, 0, %0, c9, c14, 0" -#define XREG_CP15_INTR_ENABLE_SET "p15, 0, %0, c9, c14, 1" -#define XREG_CP15_INTR_ENABLE_CLR "p15, 0, %0, c9, c14, 2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "p15, 0, %0, c10, c0, 0" - -#define XREG_CP15_PRI_MEM_REMAP "p15, 0, %0, c10, c2, 0" -#define XREG_CP15_NORM_MEM_REMAP "p15, 0, %0, c10, c2, 1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "p15, 0, %0, c12, c0, 1" - -#define XREG_CP15_INTERRUPT_STATUS "p15, 0, %0, c12, c1, 0" -#define XREG_CP15_VIRTUALIZATION_INTR "p15, 0, %0, c12, c1, 1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "p15, 0, %0, c13, c0, 1" -#define USER_RW_THREAD_PID "p15, 0, %0, c13, c0, 2" -#define USER_RO_THREAD_PID "p15, 0, %0, c13, c0, 3" -#define USER_PRIV_THREAD_PID "p15, 0, %0, c13, c0, 4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "p15, 0, %0, c15, c0, 0" -#define XREG_CP15_CONFIG_BASE_ADDR "p15, 4, %0, c15, c0, 0" - -#define XREG_CP15_READ_TLB_ENTRY "p15, 5, %0, c15, c4, 2" -#define XREG_CP15_WRITE_TLB_ENTRY "p15, 5, %0, c15, c4, 4" - -#define XREG_CP15_MAIN_TLB_VA "p15, 5, %0, c15, c5, 2" - -#define XREG_CP15_MAIN_TLB_PA "p15, 5, %0, c15, c6, 2" - -#define XREG_CP15_MAIN_TLB_ATTR "p15, 5, %0, c15, c7, 2" - -#else -/* C2 Register Defines */ -#define XREG_CP15_TTBR0 "cp15:0:c2:c0:0" -#define XREG_CP15_TTBR1 "cp15:0:c2:c0:1" -#define XREG_CP15_TTB_CONTROL "cp15:0:c2:c0:2" - -/* C3 Register Defines */ -#define XREG_CP15_DOMAIN_ACCESS_CTRL "cp15:0:c3:c0:0" - -/* C4 Register Defines */ -/* Not Used */ - -/* C5 Register Defines */ -#define XREG_CP15_DATA_FAULT_STATUS "cp15:0:c5:c0:0" -#define XREG_CP15_INST_FAULT_STATUS "cp15:0:c5:c0:1" - -#define XREG_CP15_AUX_DATA_FAULT_STATUS "cp15:0:c5:c1:0" -#define XREG_CP15_AUX_INST_FAULT_STATUS "cp15:0:c5:c1:1" - -/* C6 Register Defines */ -#define XREG_CP15_DATA_FAULT_ADDRESS "cp15:0:c6:c0:0" -#define XREG_CP15_INST_FAULT_ADDRESS "cp15:0:c6:c0:2" - -/* C7 Register Defines */ -#define XREG_CP15_NOP "cp15:0:c7:c0:4" - -#define XREG_CP15_INVAL_IC_POU_IS "cp15:0:c7:c1:0" -#define XREG_CP15_INVAL_BRANCH_ARRAY_IS "cp15:0:c7:c1:6" - -#define XREG_CP15_PHYS_ADDR "cp15:0:c7:c4:0" - -#define XREG_CP15_INVAL_IC_POU "cp15:0:c7:c5:0" -#define XREG_CP15_INVAL_IC_LINE_MVA_POU "cp15:0:c7:c5:1" - -/* The CP15 register access below has been deprecated in favor of the new - * isb instruction in Cortex A9. - */ -#define XREG_CP15_INST_SYNC_BARRIER "cp15:0:c7:c5:4" -#define XREG_CP15_INVAL_BRANCH_ARRAY "cp15:0:c7:c5:6" - -#define XREG_CP15_INVAL_DC_LINE_MVA_POC "cp15:0:c7:c6:1" -#define XREG_CP15_INVAL_DC_LINE_SW "cp15:0:c7:c6:2" - -#define XREG_CP15_VA_TO_PA_CURRENT_0 "cp15:0:c7:c8:0" -#define XREG_CP15_VA_TO_PA_CURRENT_1 "cp15:0:c7:c8:1" -#define XREG_CP15_VA_TO_PA_CURRENT_2 "cp15:0:c7:c8:2" -#define XREG_CP15_VA_TO_PA_CURRENT_3 "cp15:0:c7:c8:3" - -#define XREG_CP15_VA_TO_PA_OTHER_0 "cp15:0:c7:c8:4" -#define XREG_CP15_VA_TO_PA_OTHER_1 "cp15:0:c7:c8:5" -#define XREG_CP15_VA_TO_PA_OTHER_2 "cp15:0:c7:c8:6" -#define XREG_CP15_VA_TO_PA_OTHER_3 "cp15:0:c7:c8:7" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POC "cp15:0:c7:c10:1" -#define XREG_CP15_CLEAN_DC_LINE_SW "cp15:0:c7:c10:2" - -/* The next two CP15 register accesses below have been deprecated in favor - * of the new dsb and dmb instructions in Cortex A9. - */ -#define XREG_CP15_DATA_SYNC_BARRIER "cp15:0:c7:c10:4" -#define XREG_CP15_DATA_MEMORY_BARRIER "cp15:0:c7:c10:5" - -#define XREG_CP15_CLEAN_DC_LINE_MVA_POU "cp15:0:c7:c11:1" - -#define XREG_CP15_NOP2 "cp15:0:c7:c13:1" - -#define XREG_CP15_CLEAN_INVAL_DC_LINE_MVA_POC "cp15:0:c7:c14:1" -#define XREG_CP15_CLEAN_INVAL_DC_LINE_SW "cp15:0:c7:c14:2" - -/* C8 Register Defines */ -#define XREG_CP15_INVAL_TLB_IS "cp15:0:c8:c3:0" -#define XREG_CP15_INVAL_TLB_MVA_IS "cp15:0:c8:c3:1" -#define XREG_CP15_INVAL_TLB_ASID_IS "cp15:0:c8:c3:2" -#define XREG_CP15_INVAL_TLB_MVA_ASID_IS "cp15:0:c8:c3:3" - -#define XREG_CP15_INVAL_ITLB_UNLOCKED "cp15:0:c8:c5:0" -#define XREG_CP15_INVAL_ITLB_MVA "cp15:0:c8:c5:1" -#define XREG_CP15_INVAL_ITLB_ASID "cp15:0:c8:c5:2" - -#define XREG_CP15_INVAL_DTLB_UNLOCKED "cp15:0:c8:c6:0" -#define XREG_CP15_INVAL_DTLB_MVA "cp15:0:c8:c6:1" -#define XREG_CP15_INVAL_DTLB_ASID "cp15:0:c8:c6:2" - -#define XREG_CP15_INVAL_UTLB_UNLOCKED "cp15:0:c8:c7:0" -#define XREG_CP15_INVAL_UTLB_MVA "cp15:0:c8:c7:1" -#define XREG_CP15_INVAL_UTLB_ASID "cp15:0:c8:c7:2" -#define XREG_CP15_INVAL_UTLB_MVA_ASID "cp15:0:c8:c7:3" - -/* C9 Register Defines */ -#define XREG_CP15_PERF_MONITOR_CTRL "cp15:0:c9:c12:0" -#define XREG_CP15_COUNT_ENABLE_SET "cp15:0:c9:c12:1" -#define XREG_CP15_COUNT_ENABLE_CLR "cp15:0:c9:c12:2" -#define XREG_CP15_V_FLAG_STATUS "cp15:0:c9:c12:3" -#define XREG_CP15_SW_INC "cp15:0:c9:c12:4" -#define XREG_CP15_EVENT_CNTR_SEL "cp15:0:c9:c12:5" - -#define XREG_CP15_PERF_CYCLE_COUNTER "cp15:0:c9:c13:0" -#define XREG_CP15_EVENT_TYPE_SEL "cp15:0:c9:c13:1" -#define XREG_CP15_PERF_MONITOR_COUNT "cp15:0:c9:c13:2" - -#define XREG_CP15_USER_ENABLE "cp15:0:c9:c14:0" -#define XREG_CP15_INTR_ENABLE_SET "cp15:0:c9:c14:1" -#define XREG_CP15_INTR_ENABLE_CLR "cp15:0:c9:c14:2" - -/* C10 Register Defines */ -#define XREG_CP15_TLB_LOCKDWN "cp15:0:c10:c0:0" - -#define XREG_CP15_PRI_MEM_REMAP "cp15:0:c10:c2:0" -#define XREG_CP15_NORM_MEM_REMAP "cp15:0:c10:c2:1" - -/* C11 Register Defines */ -/* Not used */ - -/* C12 Register Defines */ -#define XREG_CP15_VEC_BASE_ADDR "cp15:0:c12:c0:0" -#define XREG_CP15_MONITOR_VEC_BASE_ADDR "cp15:0:c12:c0:1" - -#define XREG_CP15_INTERRUPT_STATUS "cp15:0:c12:c1:0" -#define XREG_CP15_VIRTUALIZATION_INTR "cp15:0:c12:c1:1" - -/* C13 Register Defines */ -#define XREG_CP15_CONTEXT_ID "cp15:0:c13:c0:1" -#define USER_RW_THREAD_PID "cp15:0:c13:c0:2" -#define USER_RO_THREAD_PID "cp15:0:c13:c0:3" -#define USER_PRIV_THREAD_PID "cp15:0:c13:c0:4" - -/* C14 Register Defines */ -/* not used */ - -/* C15 Register Defines */ -#define XREG_CP15_POWER_CTRL "cp15:0:c15:c0:0" -#define XREG_CP15_CONFIG_BASE_ADDR "cp15:4:c15:c0:0" - -#define XREG_CP15_READ_TLB_ENTRY "cp15:5:c15:c4:2" -#define XREG_CP15_WRITE_TLB_ENTRY "cp15:5:c15:c4:4" - -#define XREG_CP15_MAIN_TLB_VA "cp15:5:c15:c5:2" - -#define XREG_CP15_MAIN_TLB_PA "cp15:5:c15:c6:2" - -#define XREG_CP15_MAIN_TLB_ATTR "cp15:5:c15:c7:2" -#endif - - -/* MPE register definitions */ -#define XREG_FPSID c0 -#define XREG_FPSCR c1 -#define XREG_MVFR1 c6 -#define XREG_MVFR0 c7 -#define XREG_FPEXC c8 -#define XREG_FPINST c9 -#define XREG_FPINST2 c10 - -/* FPSID bits */ -#define XREG_FPSID_IMPLEMENTER_BIT (24) -#define XREG_FPSID_IMPLEMENTER_MASK (0xFF << FPSID_IMPLEMENTER_BIT) -#define XREG_FPSID_SOFTWARE (1<<23) -#define XREG_FPSID_ARCH_BIT (16) -#define XREG_FPSID_ARCH_MASK (0xF << FPSID_ARCH_BIT) -#define XREG_FPSID_PART_BIT (8) -#define XREG_FPSID_PART_MASK (0xFF << FPSID_PART_BIT) -#define XREG_FPSID_VARIANT_BIT (4) -#define XREG_FPSID_VARIANT_MASK (0xF << FPSID_VARIANT_BIT) -#define XREG_FPSID_REV_BIT (0) -#define XREG_FPSID_REV_MASK (0xF << FPSID_REV_BIT) - -/* FPSCR bits */ -#define XREG_FPSCR_N_BIT (1 << 31) -#define XREG_FPSCR_Z_BIT (1 << 30) -#define XREG_FPSCR_C_BIT (1 << 29) -#define XREG_FPSCR_V_BIT (1 << 28) -#define XREG_FPSCR_QC (1 << 27) -#define XREG_FPSCR_AHP (1 << 26) -#define XREG_FPSCR_DEFAULT_NAN (1 << 25) -#define XREG_FPSCR_FLUSHTOZERO (1 << 24) -#define XREG_FPSCR_ROUND_NEAREST (0 << 22) -#define XREG_FPSCR_ROUND_PLUSINF (1 << 22) -#define XREG_FPSCR_ROUND_MINUSINF (2 << 22) -#define XREG_FPSCR_ROUND_TOZERO (3 << 22) -#define XREG_FPSCR_RMODE_BIT (22) -#define XREG_FPSCR_RMODE_MASK (3 << FPSCR_RMODE_BIT) -#define XREG_FPSCR_STRIDE_BIT (20) -#define XREG_FPSCR_STRIDE_MASK (3 << FPSCR_STRIDE_BIT) -#define XREG_FPSCR_LENGTH_BIT (16) -#define XREG_FPSCR_LENGTH_MASK (7 << FPSCR_LENGTH_BIT) -#define XREG_FPSCR_IDC (1 << 7) -#define XREG_FPSCR_IXC (1 << 4) -#define XREG_FPSCR_UFC (1 << 3) -#define XREG_FPSCR_OFC (1 << 2) -#define XREG_FPSCR_DZC (1 << 1) -#define XREG_FPSCR_IOC (1 << 0) - -/* MVFR0 bits */ -#define XREG_MVFR0_RMODE_BIT (28) -#define XREG_MVFR0_RMODE_MASK (0xF << XREG_MVFR0_RMODE_BIT) -#define XREG_MVFR0_SHORT_VEC_BIT (24) -#define XREG_MVFR0_SHORT_VEC_MASK (0xF << XREG_MVFR0_SHORT_VEC_BIT) -#define XREG_MVFR0_SQRT_BIT (20) -#define XREG_MVFR0_SQRT_MASK (0xF << XREG_MVFR0_SQRT_BIT) -#define XREG_MVFR0_DIVIDE_BIT (16) -#define XREG_MVFR0_DIVIDE_MASK (0xF << XREG_MVFR0_DIVIDE_BIT) -#define XREG_MVFR0_EXEC_TRAP_BIT (12) -#define XREG_MVFR0_EXEC_TRAP_MASK (0xF << XREG_MVFR0_EXEC_TRAP_BIT) -#define XREG_MVFR0_DP_BIT (8) -#define XREG_MVFR0_DP_MASK (0xF << XREG_MVFR0_DP_BIT) -#define XREG_MVFR0_SP_BIT (4) -#define XREG_MVFR0_SP_MASK (0xF << XREG_MVFR0_SP_BIT) -#define XREG_MVFR0_A_SIMD_BIT (0) -#define XREG_MVFR0_A_SIMD_MASK (0xF << MVFR0_A_SIMD_BIT) - -/* FPEXC bits */ -#define XREG_FPEXC_EX (1 << 31) -#define XREG_FPEXC_EN (1 << 30) -#define XREG_FPEXC_DEX (1 << 29) - - -/** - *@endcond - */ - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XREG_CORTEXA9_H */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xstatus.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xstatus.h deleted file mode 100644 index 1e9e6fb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xstatus.h +++ /dev/null @@ -1,522 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2002 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xstatus.h -* -* @addtogroup common_status_codes Xilinx software status codes -* -* The xstatus.h file contains the Xilinx software status codes.These codes are -* used throughout the Xilinx device drivers. -* -* @{ -******************************************************************************/ - -/** - *@cond nocomments - */ - -#ifndef XSTATUS_H /* prevent circular inclusions */ -#define XSTATUS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" - -/************************** Constant Definitions *****************************/ - -/*********************** Common statuses 0 - 500 *****************************/ -/** -@name Common Status Codes for All Device Drivers -@{ -*/ -#define XST_SUCCESS 0L -#define XST_FAILURE 1L -#define XST_DEVICE_NOT_FOUND 2L -#define XST_DEVICE_BLOCK_NOT_FOUND 3L -#define XST_INVALID_VERSION 4L -#define XST_DEVICE_IS_STARTED 5L -#define XST_DEVICE_IS_STOPPED 6L -#define XST_FIFO_ERROR 7L /*!< An error occurred during an - operation with a FIFO such as - an underrun or overrun, this - error requires the device to - be reset */ -#define XST_RESET_ERROR 8L /*!< An error occurred which requires - the device to be reset */ -#define XST_DMA_ERROR 9L /*!< A DMA error occurred, this error - typically requires the device - using the DMA to be reset */ -#define XST_NOT_POLLED 10L /*!< The device is not configured for - polled mode operation */ -#define XST_FIFO_NO_ROOM 11L /*!< A FIFO did not have room to put - the specified data into */ -#define XST_BUFFER_TOO_SMALL 12L /*!< The buffer is not large enough - to hold the expected data */ -#define XST_NO_DATA 13L /*!< There was no data available */ -#define XST_REGISTER_ERROR 14L /*!< A register did not contain the - expected value */ -#define XST_INVALID_PARAM 15L /*!< An invalid parameter was passed - into the function */ -#define XST_NOT_SGDMA 16L /*!< The device is not configured for - scatter-gather DMA operation */ -#define XST_LOOPBACK_ERROR 17L /*!< A loopback test failed */ -#define XST_NO_CALLBACK 18L /*!< A callback has not yet been - registered */ -#define XST_NO_FEATURE 19L /*!< Device is not configured with - the requested feature */ -#define XST_NOT_INTERRUPT 20L /*!< Device is not configured for - interrupt mode operation */ -#define XST_DEVICE_BUSY 21L /*!< Device is busy */ -#define XST_ERROR_COUNT_MAX 22L /*!< The error counters of a device - have maxed out */ -#define XST_IS_STARTED 23L /*!< Used when part of device is - already started i.e. - sub channel */ -#define XST_IS_STOPPED 24L /*!< Used when part of device is - already stopped i.e. - sub channel */ -#define XST_DATA_LOST 26L /*!< Driver defined error */ -#define XST_RECV_ERROR 27L /*!< Generic receive error */ -#define XST_SEND_ERROR 28L /*!< Generic transmit error */ -#define XST_NOT_ENABLED 29L /*!< A requested service is not - available because it has not - been enabled */ -#define XST_NO_ACCESS 30L /* Generic access error */ -#define XST_TIMEOUT 31L /*!< Event timeout occurred */ - -/** @} */ -/***************** Utility Component statuses 401 - 500 *********************/ -/** -@name Utility Component Status Codes 401 - 500 -@{ -*/ -#define XST_MEMTEST_FAILED 401L /*!< Memory test failed */ - -/** @} */ -/***************** Common Components statuses 501 - 1000 *********************/ -/** -@name Packet Fifo Status Codes 501 - 510 -@{ -*/ -/********************* Packet Fifo statuses 501 - 510 ************************/ - -#define XST_PFIFO_LACK_OF_DATA 501L /*!< Not enough data in FIFO */ -#define XST_PFIFO_NO_ROOM 502L /*!< Not enough room in FIFO */ -#define XST_PFIFO_BAD_REG_VALUE 503L /*!< Self test, a register value - was invalid after reset */ -#define XST_PFIFO_ERROR 504L /*!< Generic packet FIFO error */ -#define XST_PFIFO_DEADLOCK 505L /*!< Packet FIFO is reporting - * empty and full simultaneously - */ -/** @} */ -/** -@name DMA Status Codes 511 - 530 -@{ -*/ -/************************** DMA statuses 511 - 530 ***************************/ - -#define XST_DMA_TRANSFER_ERROR 511L /*!< Self test, DMA transfer - failed */ -#define XST_DMA_RESET_REGISTER_ERROR 512L /*!< Self test, a register value - was invalid after reset */ -#define XST_DMA_SG_LIST_EMPTY 513L /*!< Scatter gather list contains - no buffer descriptors ready - to be processed */ -#define XST_DMA_SG_IS_STARTED 514L /*!< Scatter gather not stopped */ -#define XST_DMA_SG_IS_STOPPED 515L /*!< Scatter gather not running */ -#define XST_DMA_SG_LIST_FULL 517L /*!< All the buffer descriptors of - the scatter gather list are - being used */ -#define XST_DMA_SG_BD_LOCKED 518L /*!< The scatter gather buffer - descriptor which is to be - copied over in the scatter - list is locked */ -#define XST_DMA_SG_NOTHING_TO_COMMIT 519L /*!< No buffer descriptors have been - put into the scatter gather - list to be committed */ -#define XST_DMA_SG_COUNT_EXCEEDED 521L /*!< The packet count threshold - specified was larger than the - total # of buffer descriptors - in the scatter gather list */ -#define XST_DMA_SG_LIST_EXISTS 522L /*!< The scatter gather list has - already been created */ -#define XST_DMA_SG_NO_LIST 523L /*!< No scatter gather list has - been created */ -#define XST_DMA_SG_BD_NOT_COMMITTED 524L /*!< The buffer descriptor which was - being started was not committed - to the list */ -#define XST_DMA_SG_NO_DATA 525L /*!< The buffer descriptor to start - has already been used by the - hardware so it can't be reused - */ -#define XST_DMA_SG_LIST_ERROR 526L /*!< General purpose list access - error */ -#define XST_DMA_BD_ERROR 527L /*!< General buffer descriptor - error */ -/** @} */ -/** -@name IPIF Status Codes Codes 531 - 550 -@{ -*/ -/************************** IPIF statuses 531 - 550 ***************************/ - -#define XST_IPIF_REG_WIDTH_ERROR 531L /*!< An invalid register width - was passed into the function */ -#define XST_IPIF_RESET_REGISTER_ERROR 532L /*!< The value of a register at - reset was not valid */ -#define XST_IPIF_DEVICE_STATUS_ERROR 533L /*!< A write to the device interrupt - status register did not read - back correctly */ -#define XST_IPIF_DEVICE_ACK_ERROR 534L /*!< The device interrupt status - register did not reset when - acked */ -#define XST_IPIF_DEVICE_ENABLE_ERROR 535L /*!< The device interrupt enable - register was not updated when - other registers changed */ -#define XST_IPIF_IP_STATUS_ERROR 536L /*!< A write to the IP interrupt - status register did not read - back correctly */ -#define XST_IPIF_IP_ACK_ERROR 537L /*!< The IP interrupt status register - did not reset when acked */ -#define XST_IPIF_IP_ENABLE_ERROR 538L /*!< IP interrupt enable register was - not updated correctly when other - registers changed */ -#define XST_IPIF_DEVICE_PENDING_ERROR 539L /*!< The device interrupt pending - register did not indicate the - expected value */ -#define XST_IPIF_DEVICE_ID_ERROR 540L /*!< The device interrupt ID register - did not indicate the expected - value */ -#define XST_IPIF_ERROR 541L /*!< Generic ipif error */ -/** @} */ - -/****************** Device specific statuses 1001 - 4095 *********************/ -/** -@name Ethernet Status Codes 1001 - 1050 -@{ -*/ -/********************* Ethernet statuses 1001 - 1050 *************************/ - -#define XST_EMAC_MEMORY_SIZE_ERROR 1001L /*!< Memory space is not big enough - * to hold the minimum number of - * buffers or descriptors */ -#define XST_EMAC_MEMORY_ALLOC_ERROR 1002L /*!< Memory allocation failed */ -#define XST_EMAC_MII_READ_ERROR 1003L /*!< MII read error */ -#define XST_EMAC_MII_BUSY 1004L /*!< An MII operation is in progress */ -#define XST_EMAC_OUT_OF_BUFFERS 1005L /*!< Driver is out of buffers */ -#define XST_EMAC_PARSE_ERROR 1006L /*!< Invalid driver init string */ -#define XST_EMAC_COLLISION_ERROR 1007L /*!< Excess deferral or late - * collision on polled send */ -/** @} */ -/** -@name UART Status Codes 1051 - 1075 -@{ -*/ -/*********************** UART statuses 1051 - 1075 ***************************/ -#define XST_UART - -#define XST_UART_INIT_ERROR 1051L -#define XST_UART_START_ERROR 1052L -#define XST_UART_CONFIG_ERROR 1053L -#define XST_UART_TEST_FAIL 1054L -#define XST_UART_BAUD_ERROR 1055L -#define XST_UART_BAUD_RANGE 1056L - -/** @} */ -/** -@name IIC Status Codes 1076 - 1100 -@{ -*/ -/************************ IIC statuses 1076 - 1100 ***************************/ - -#define XST_IIC_SELFTEST_FAILED 1076 /*!< self test failed */ -#define XST_IIC_BUS_BUSY 1077 /*!< bus found busy */ -#define XST_IIC_GENERAL_CALL_ADDRESS 1078 /*!< mastersend attempted with */ - /* general call address */ -#define XST_IIC_STAND_REG_RESET_ERROR 1079 /*!< A non parameterizable reg */ - /* value after reset not valid */ -#define XST_IIC_TX_FIFO_REG_RESET_ERROR 1080 /*!< Tx fifo included in design */ - /* value after reset not valid */ -#define XST_IIC_RX_FIFO_REG_RESET_ERROR 1081 /*!< Rx fifo included in design */ - /* value after reset not valid */ -#define XST_IIC_TBA_REG_RESET_ERROR 1082 /*!< 10 bit addr incl in design */ - /* value after reset not valid */ -#define XST_IIC_CR_READBACK_ERROR 1083 /*!< Read of the control register */ - /* didn't return value written */ -#define XST_IIC_DTR_READBACK_ERROR 1084 /*!< Read of the data Tx reg */ - /* didn't return value written */ -#define XST_IIC_DRR_READBACK_ERROR 1085 /*!< Read of the data Receive reg */ - /* didn't return value written */ -#define XST_IIC_ADR_READBACK_ERROR 1086 /*!< Read of the data Tx reg */ - /* didn't return value written */ -#define XST_IIC_TBA_READBACK_ERROR 1087 /*!< Read of the 10 bit addr reg */ - /* didn't return written value */ -#define XST_IIC_NOT_SLAVE 1088 /*!< The device isn't a slave */ -#define XST_IIC_ARB_LOST 1089 /*!< Arbitration lost for master */ -/** @} */ -/** -@name ATMC Status Codes 1101 - 1125 -@{ -*/ -/*********************** ATMC statuses 1101 - 1125 ***************************/ - -#define XST_ATMC_ERROR_COUNT_MAX 1101L /*!< the error counters in the ATM - controller hit the max value - which requires the statistics - to be cleared */ -/** @} */ -/** -@name Flash Status Codes 1126 - 1150 -@{ -*/ -/*********************** Flash statuses 1126 - 1150 **************************/ - -#define XST_FLASH_BUSY 1126L /*!< Flash is erasing or programming - */ -#define XST_FLASH_READY 1127L /*!< Flash is ready for commands */ -#define XST_FLASH_ERROR 1128L /*!< Flash had detected an internal - error. Use XFlash_DeviceControl - to retrieve device specific codes - */ -#define XST_FLASH_ERASE_SUSPENDED 1129L /*!< Flash is in suspended erase state - */ -#define XST_FLASH_WRITE_SUSPENDED 1130L /*!< Flash is in suspended write state - */ -#define XST_FLASH_PART_NOT_SUPPORTED 1131L /*!< Flash type not supported by - driver */ -#define XST_FLASH_NOT_SUPPORTED 1132L /*!< Operation not supported */ -#define XST_FLASH_TOO_MANY_REGIONS 1133L /*!< Too many erase regions */ -#define XST_FLASH_TIMEOUT_ERROR 1134L /*!< Programming or erase operation - aborted due to a timeout */ -#define XST_FLASH_ADDRESS_ERROR 1135L /*!< Accessed flash outside its - addressible range */ -#define XST_FLASH_ALIGNMENT_ERROR 1136L /*!< Write alignment error */ -#define XST_FLASH_BLOCKING_CALL_ERROR 1137L /*!< Couldn't return immediately from - write/erase function with - XFL_NON_BLOCKING_WRITE/ERASE - option cleared */ -#define XST_FLASH_CFI_QUERY_ERROR 1138L /*!< Failed to query the device */ -/** @} */ -/** -@name SPI Status Codes 1151 - 1175 -@{ -*/ -/*********************** SPI statuses 1151 - 1175 ****************************/ - -#define XST_SPI_MODE_FAULT 1151 /*!< master was selected as slave */ -#define XST_SPI_TRANSFER_DONE 1152 /*!< data transfer is complete */ -#define XST_SPI_TRANSMIT_UNDERRUN 1153 /*!< slave underruns transmit register */ -#define XST_SPI_RECEIVE_OVERRUN 1154 /*!< device overruns receive register */ -#define XST_SPI_NO_SLAVE 1155 /*!< no slave has been selected yet */ -#define XST_SPI_TOO_MANY_SLAVES 1156 /*!< more than one slave is being - * selected */ -#define XST_SPI_NOT_MASTER 1157 /*!< operation is valid only as master */ -#define XST_SPI_SLAVE_ONLY 1158 /*!< device is configured as slave-only - */ -#define XST_SPI_SLAVE_MODE_FAULT 1159 /*!< slave was selected while disabled */ -#define XST_SPI_SLAVE_MODE 1160 /*!< device has been addressed as slave */ -#define XST_SPI_RECEIVE_NOT_EMPTY 1161 /*!< device received data in slave mode */ - -#define XST_SPI_COMMAND_ERROR 1162 /*!< unrecognised command - qspi only */ -#define XST_SPI_POLL_DONE 1163 /*!< controller completed polling the - device for status */ -/** @} */ -/** -@name OPB Arbiter Status Codes 1176 - 1200 -@{ -*/ -/********************** OPB Arbiter statuses 1176 - 1200 *********************/ - -#define XST_OPBARB_INVALID_PRIORITY 1176 /*!< the priority registers have either - * one master assigned to two or more - * priorities, or one master not - * assigned to any priority - */ -#define XST_OPBARB_NOT_SUSPENDED 1177 /*!< an attempt was made to modify the - * priority levels without first - * suspending the use of priority - * levels - */ -#define XST_OPBARB_PARK_NOT_ENABLED 1178 /*!< bus parking by id was enabled but - * bus parking was not enabled - */ -#define XST_OPBARB_NOT_FIXED_PRIORITY 1179 /*!< the arbiter must be in fixed - * priority mode to allow the - * priorities to be changed - */ -/** @} */ -/** -@name INTC Status Codes 1201 - 1225 -@{ -*/ -/************************ Intc statuses 1201 - 1225 **************************/ - -#define XST_INTC_FAIL_SELFTEST 1201 /*!< self test failed */ -#define XST_INTC_CONNECT_ERROR 1202 /*!< interrupt already in use */ -/** @} */ -/** -@name TmrCtr Status Codes 1226 - 1250 -@{ -*/ -/********************** TmrCtr statuses 1226 - 1250 **************************/ - -#define XST_TMRCTR_TIMER_FAILED 1226 /*!< self test failed */ -/** @} */ -/** -@name WdtTb Status Codes 1251 - 1275 -@{ -*/ -/********************** WdtTb statuses 1251 - 1275 ***************************/ - -#define XST_WDTTB_TIMER_FAILED 1251L -/** @} */ -/** -@name PlbArb status Codes 1276 - 1300 -@{ -*/ -/********************** PlbArb statuses 1276 - 1300 **************************/ - -#define XST_PLBARB_FAIL_SELFTEST 1276L -/** @} */ -/** -@name Plb2Opb Status Codes 1301 - 1325 -@{ -*/ -/********************** Plb2Opb statuses 1301 - 1325 *************************/ - -#define XST_PLB2OPB_FAIL_SELFTEST 1301L -/** @} */ -/** -@name Opb2Plb Status 1326 - 1350 -@{ -*/ -/********************** Opb2Plb statuses 1326 - 1350 *************************/ - -#define XST_OPB2PLB_FAIL_SELFTEST 1326L -/** @} */ -/** -@name SysAce Status Codes 1351 - 1360 -@{ -*/ -/********************** SysAce statuses 1351 - 1360 **************************/ - -#define XST_SYSACE_NO_LOCK 1351L /*!< No MPU lock has been granted */ -/** @} */ -/** -@name PCI Bridge Status Codes 1361 - 1375 -@{ -*/ -/********************** PCI Bridge statuses 1361 - 1375 **********************/ - -#define XST_PCI_INVALID_ADDRESS 1361L -/** @} */ -/** -@name FlexRay Constants 1400 - 1409 -@{ -*/ -/********************** FlexRay constants 1400 - 1409 *************************/ - -#define XST_FR_TX_ERROR 1400 -#define XST_FR_TX_BUSY 1401 -#define XST_FR_BUF_LOCKED 1402 -#define XST_FR_NO_BUF 1403 -/** @} */ -/** -@name USB constants 1410 - 1420 -@{ -*/ -/****************** USB constants 1410 - 1420 *******************************/ - -#define XST_USB_ALREADY_CONFIGURED 1410 -#define XST_USB_BUF_ALIGN_ERROR 1411 -#define XST_USB_NO_DESC_AVAILABLE 1412 -#define XST_USB_BUF_TOO_BIG 1413 -#define XST_USB_NO_BUF 1414 -/** @} */ -/** -@name HWICAP constants 1421 - 1429 -@{ -*/ -/****************** HWICAP constants 1421 - 1429 *****************************/ - -#define XST_HWICAP_WRITE_DONE 1421 - -/** @} */ -/** -@name AXI VDMA constants 1430 - 1440 -@{ -*/ -/****************** AXI VDMA constants 1430 - 1440 *****************************/ - -#define XST_VDMA_MISMATCH_ERROR 1430 -/** @} */ -/** -@name NAND Flash Status Codes 1441 - 1459 -@{ -*/ -/*********************** NAND Flash statuses 1441 - 1459 *********************/ - -#define XST_NAND_BUSY 1441L /*!< Flash is erasing or - * programming - */ -#define XST_NAND_READY 1442L /*!< Flash is ready for commands - */ -#define XST_NAND_ERROR 1443L /*!< Flash had detected an - * internal error. - */ -#define XST_NAND_PART_NOT_SUPPORTED 1444L /*!< Flash type not supported by - * driver - */ -#define XST_NAND_OPT_NOT_SUPPORTED 1445L /*!< Operation not supported - */ -#define XST_NAND_TIMEOUT_ERROR 1446L /*!< Programming or erase - * operation aborted due to a - * timeout - */ -#define XST_NAND_ADDRESS_ERROR 1447L /*!< Accessed flash outside its - * addressible range - */ -#define XST_NAND_ALIGNMENT_ERROR 1448L /*!< Write alignment error - */ -#define XST_NAND_PARAM_PAGE_ERROR 1449L /*!< Failed to read parameter - * page of the device - */ -#define XST_NAND_CACHE_ERROR 1450L /*!< Flash page buffer error - */ - -#define XST_NAND_WRITE_PROTECTED 1451L /*!< Flash is write protected - */ -/** @} */ - -/**************************** Type Definitions *******************************/ - -typedef s32 XStatus; - -/***************** Macros (Inline Functions) Definitions *********************/ - - -/************************** Function Prototypes ******************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ - -/** - *@endcond - */ - -/** -* @} End of "addtogroup common_status_codes". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xtime_l.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xtime_l.c deleted file mode 100644 index a2443fe..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xtime_l.c +++ /dev/null @@ -1,100 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.c -* -* This file contains low level functions to get/set time from the Global Timer -* register in the ARM Cortex A9 MP core. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 1.00a rp/sdm 11/03/09 Initial release.
-* 3.07a sgd    07/05/12 Updated get/set time functions to make use Global Timer
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -* @note None. -* -******************************************************************************/ -/***************************** Include Files *********************************/ - -#include "xtime_l.h" -#include "xpseudo_asm.h" -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -/************************** Constant Definitions *****************************/ - -/************************** Variable Definitions *****************************/ - -/************************** Function Prototypes ******************************/ -#if defined (XSLEEP_TIMER_IS_DEFAULT_TIMER) -#pragma message ("For the sleep routines, Global timer is being used") -#endif -/****************************************************************************/ -/** -* @brief Set the time in the Global Timer Counter Register. -* -* @param Xtime_Global: 64-bit Value to be written to the Global Timer -* Counter Register. -* -* @return None. -* -* @note When this function is called by any one processor in a multi- -* processor environment, reference time will reset/lost for all -* processors. -* -****************************************************************************/ -void XTime_SetTime(XTime Xtime_Global) -{ - /* Disable Global Timer */ - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_CONTROL_OFFSET, (u32)0x0); - - /* Updating Global Timer Counter Register */ - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_COUNTER_LOWER_OFFSET, (u32)Xtime_Global); - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_COUNTER_UPPER_OFFSET, - (u32)((u32)(Xtime_Global>>32U))); - - /* Enable Global Timer */ - Xil_Out32((u32)GLOBAL_TMR_BASEADDR + (u32)GTIMER_CONTROL_OFFSET, (u32)0x1); -} - -/****************************************************************************/ -/** -* @brief Get the time from the Global Timer Counter Register. -* -* @param Xtime_Global: Pointer to the 64-bit location which will be -* updated with the current timer value. -* -* @return None. -* -* @note None. -* -****************************************************************************/ -void XTime_GetTime(XTime *Xtime_Global) -{ - u32 low; - u32 high; - - /* Reading Global Timer Counter Register */ - do - { - high = Xil_In32(GLOBAL_TMR_BASEADDR + GTIMER_COUNTER_UPPER_OFFSET); - low = Xil_In32(GLOBAL_TMR_BASEADDR + GTIMER_COUNTER_LOWER_OFFSET); - } while(Xil_In32(GLOBAL_TMR_BASEADDR + GTIMER_COUNTER_UPPER_OFFSET) != high); - - *Xtime_Global = (((XTime) high) << 32U) | (XTime) low; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xtime_l.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xtime_l.h deleted file mode 100644 index 9d17f5c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_6/src/xtime_l.h +++ /dev/null @@ -1,86 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2009 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* @file xtime_l.h -* @addtogroup a9_time_apis Cortex A9 Time Functions -* -* xtime_l.h provides access to the 64-bit Global Counter in the PMU. This -* counter increases by one at every two processor cycles. These functions can -* be used to get/set time in the global timer. -* -* @{ -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- ------ -------- ---------------------------------------------------
-* 1.00a rp/sdm 11/03/09 Initial release.
-* 3.06a sgd    05/15/12 Updated get/set time functions to make use Global Timer
-* 3.06a asa    06/17/12 Reverted back the changes to make use Global Timer.
-* 3.07a sgd    07/05/12 Updated get/set time functions to make use Global Timer
-* 6.6   srm    10/23/17 Updated the macros to support user configurable sleep
-*						implementation
-* 6.8   aru  09/06/18 Removed compilation warnings for ARMCC toolchain.
-* 7.5   mus    04/30/21  Moved pragma message from xtime_l.h to xtime_l.c, to avoid
-*                        displaying same warnings multiple times. It fixes CR#1090562.
-* 
-* -******************************************************************************/ - -/** -*@cond nocomments -*/ - -#ifndef XTIME_H /* prevent circular inclusions */ -#define XTIME_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xparameters.h" - -/***************** Macros (Inline Functions) Definitions *********************/ - -/**************************** Type Definitions *******************************/ - -typedef u64 XTime; - -/************************** Constant Definitions *****************************/ -#define GLOBAL_TMR_BASEADDR XPAR_GLOBAL_TMR_BASEADDR -#define GTIMER_COUNTER_LOWER_OFFSET 0x00U -#define GTIMER_COUNTER_UPPER_OFFSET 0x04U -#define GTIMER_CONTROL_OFFSET 0x08U - -#if defined (SLEEP_TIMER_BASEADDR) -#define COUNTS_PER_SECOND (SLEEP_TIMER_FREQUENCY) -#else -/* Global Timer is always clocked at half of the CPU frequency */ -#define COUNTS_PER_SECOND (XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ /2) -#endif -/************************** Variable Definitions *****************************/ - -/** -*@endcond -*/ - -/************************** Function Prototypes ******************************/ - -void XTime_SetTime(XTime Xtime_Global); -void XTime_GetTime(XTime *Xtime_Global); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* XTIME_H */ -/** -* @} End of "addtogroup a9_time_apis". -*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/Makefile deleted file mode 100644 index 5feeb49..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps.c deleted file mode 100644 index f958643..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps.c +++ /dev/null @@ -1,630 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps.c -* @addtogroup uartps_v3_11 -* @{ -* -* This file contains the implementation of the interface functions for XUartPs -* driver. Refer to the header file xuartps.h for more detailed information. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	 Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	drg/jz 01/13/10 First Release
-* 2.2   hk     06/23/14 SW reset of RX and TX should be done when changing
-*                       baud rate. CR# 804281.
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.1	kvn    04/10/15 Modified code for latest RTL changes.
-* 3.5	NK     09/26/17 Fix the RX Buffer Overflow issue.
-* 3.7   aru    08/17/18 Resolved MISRA-C mandatory violations.(CR#1007755)
-* 3.9   sd     02/06/20 Added clock support
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xstatus.h" -#include "xuartps.h" -#include "xil_io.h" - -/************************** Constant Definitions ****************************/ - -/* The following constant defines the amount of error that is allowed for - * a specified baud rate. This error is the difference between the actual - * baud rate that will be generated using the specified clock and the - * desired baud rate. - */ -#define XUARTPS_MAX_BAUD_ERROR_RATE 3U /* max % error allowed */ - -/**************************** Type Definitions ******************************/ - - -/***************** Macros (Inline Functions) Definitions ********************/ - - -/************************** Function Prototypes *****************************/ - -static void XUartPs_StubHandler(void *CallBackRef, u32 Event, - u32 ByteCount); - -u32 XUartPs_SendBuffer(XUartPs *InstancePtr); - -u32 XUartPs_ReceiveBuffer(XUartPs *InstancePtr); - -/************************** Variable Definitions ****************************/ - -/****************************************************************************/ -/** -* -* Initializes a specific XUartPs instance such that it is ready to be used. -* The data format of the device is setup for 8 data bits, 1 stop bit, and no -* parity by default. The baud rate is set to a default value specified by -* Config->DefaultBaudRate if set, otherwise it is set to 19.2K baud. The -* receive FIFO threshold is set for 8 bytes. The default operating mode of the -* driver is polled mode. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param Config is a reference to a structure containing information -* about a specific XUartPs driver. -* @param EffectiveAddr is the device base address in the virtual memory -* address space. The caller is responsible for keeping the address -* mapping from EffectiveAddr to the device physical base address -* unchanged once this function is invoked. Unexpected errors may -* occur if the address mapping changes after this function is -* called. If address translation is not used, pass in the physical -* address instead. -* -* @return -* -* - XST_SUCCESS if initialization was successful -* - XST_UART_BAUD_ERROR if the baud rate is not possible because -* the inputclock frequency is not divisible with an acceptable -* amount of error -* -* @note -* -* The default configuration for the UART after initialization is: -* -* - 19,200 bps or XPAR_DFT_BAUDRATE if defined -* - 8 data bits -* - 1 stop bit -* - no parity -* - FIFO's are enabled with a receive threshold of 8 bytes -* - The RX timeout is enabled with a timeout of 1 (4 char times) -* -* All interrupts are disabled. -* -*****************************************************************************/ -s32 XUartPs_CfgInitialize(XUartPs *InstancePtr, - XUartPs_Config * Config, u32 EffectiveAddr) -{ - s32 Status; - u32 ModeRegister; - u32 BaudRate; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(Config != NULL); - - /* Setup the driver instance using passed in parameters */ - InstancePtr->Config.BaseAddress = EffectiveAddr; - InstancePtr->Config.InputClockHz = Config->InputClockHz; -#if defined (XCLOCKING) - InstancePtr->Config.RefClk = Config->RefClk; -#endif - InstancePtr->Config.ModemPinsConnected = Config->ModemPinsConnected; - - /* Initialize other instance data to default values */ - InstancePtr->Handler = (XUartPs_Handler)XUartPs_StubHandler; - - InstancePtr->SendBuffer.NextBytePtr = NULL; - InstancePtr->SendBuffer.RemainingBytes = 0U; - InstancePtr->SendBuffer.RequestedBytes = 0U; - - InstancePtr->ReceiveBuffer.NextBytePtr = NULL; - InstancePtr->ReceiveBuffer.RemainingBytes = 0U; - InstancePtr->ReceiveBuffer.RequestedBytes = 0U; - - /* Initialize the platform data */ - InstancePtr->Platform = XGetPlatform_Info(); - - InstancePtr->is_rxbs_error = 0U; - - /* Flag that the driver instance is ready to use */ - InstancePtr->IsReady = XIL_COMPONENT_IS_READY; - - /* - * Set the default baud rate here, can be changed prior to - * starting the device - */ - BaudRate = (u32)XUARTPS_DFT_BAUDRATE; - Status = XUartPs_SetBaudRate(InstancePtr, BaudRate); - if (Status != (s32)XST_SUCCESS) { - InstancePtr->IsReady = 0U; - } else { - - /* - * Set up the default data format: 8 bit data, 1 stop bit, no - * parity - */ - ModeRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - - /* Mask off what's already there */ - ModeRegister &= (~((u32)XUARTPS_MR_CHARLEN_MASK | - (u32)XUARTPS_MR_STOPMODE_MASK | - (u32)XUARTPS_MR_PARITY_MASK)); - - /* Set the register value to the desired data format */ - ModeRegister |= ((u32)XUARTPS_MR_CHARLEN_8_BIT | - (u32)XUARTPS_MR_STOPMODE_1_BIT | - (u32)XUARTPS_MR_PARITY_NONE); - - /* Write the mode register out */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_MR_OFFSET, - ModeRegister); - - /* Set the RX FIFO trigger at 8 data bytes. */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_RXWM_OFFSET, 0x08U); - - /* Set the RX timeout to 1, which will be 4 character time */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_RXTOUT_OFFSET, 0x01U); - - /* Disable all interrupts, polled mode is the default */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_IDR_OFFSET, - XUARTPS_IXR_MASK); - - Status = XST_SUCCESS; - } - return Status; -} - -/****************************************************************************/ -/** -* -* This functions sends the specified buffer using the device in either -* polled or interrupt driven mode. This function is non-blocking, if the device -* is busy sending data, it will return and indicate zero bytes were sent. -* Otherwise, it fills the TX FIFO as much as it can, and return the number of -* bytes sent. -* -* In a polled mode, this function will only send as much data as TX FIFO can -* buffer. The application may need to call it repeatedly to send the entire -* buffer. -* -* In interrupt mode, this function will start sending the specified buffer, -* then the interrupt handler will continue sending data until the entire -* buffer has been sent. A callback function, as specified by the application, -* will be called to indicate the completion of sending. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param BufferPtr is pointer to a buffer of data to be sent. -* @param NumBytes contains the number of bytes to be sent. A value of -* zero will stop a previous send operation that is in progress -* in interrupt mode. Any data that was already put into the -* transmit FIFO will be sent. -* -* @return The number of bytes actually sent. -* -* @note -* -* The number of bytes is not asserted so that this function may be called with -* a value of zero to stop an operation that is already in progress. -*

-* -*****************************************************************************/ -u32 XUartPs_Send(XUartPs *InstancePtr, u8 *BufferPtr, - u32 NumBytes) -{ - u32 BytesSent; - - /* Asserts validate the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(BufferPtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - -#if defined (XCLOCKING) - Xil_ClockEnable(InstancePtr->Config.RefClk); -#endif - /* - * Disable the UART transmit interrupts to allow this call to stop a - * previous operation that may be interrupt driven. - */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_IDR_OFFSET, - (XUARTPS_IXR_TXEMPTY | XUARTPS_IXR_TXFULL)); - - /* Setup the buffer parameters */ - InstancePtr->SendBuffer.RequestedBytes = NumBytes; - InstancePtr->SendBuffer.RemainingBytes = NumBytes; - InstancePtr->SendBuffer.NextBytePtr = BufferPtr; - - /* - * Transmit interrupts will be enabled in XUartPs_SendBuffer(), after - * filling the TX FIFO. - */ - BytesSent = XUartPs_SendBuffer(InstancePtr); - - return BytesSent; -} - -/****************************************************************************/ -/** -* -* This function attempts to receive a specified number of bytes of data -* from the device and store it into the specified buffer. This function works -* for both polled or interrupt driven modes. It is non-blocking. -* -* In a polled mode, this function will only receive the data already in the -* RX FIFO. The application may need to call it repeatedly to receive the -* entire buffer. Polled mode is the default mode of operation for the device. -* -* In interrupt mode, this function will start the receiving, if not the entire -* buffer has been received, the interrupt handler will continue receiving data -* until the entire buffer has been received. A callback function, as specified -* by the application, will be called to indicate the completion of the -* receiving or error conditions. -* -* @param InstancePtr is a pointer to the XUartPs instance -* @param BufferPtr is pointer to buffer for data to be received into -* @param NumBytes is the number of bytes to be received. A value of zero -* will stop a previous receive operation that is in progress in -* interrupt mode. -* -* @return The number of bytes received. -* -* @note -* -* The number of bytes is not asserted so that this function may be called -* with a value of zero to stop an operation that is already in progress. -* -*****************************************************************************/ -u32 XUartPs_Recv(XUartPs *InstancePtr, - u8 *BufferPtr, u32 NumBytes) -{ - u32 ReceivedCount; - u32 ImrRegister; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(BufferPtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - -#if defined (XCLOCKING) - Xil_ClockEnable(InstancePtr->Config.RefClk); -#endif - /* - * Disable all the interrupts. - * This stops a previous operation that may be interrupt driven - */ - ImrRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_IMR_OFFSET); - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_IDR_OFFSET, - XUARTPS_IXR_MASK); - - /* Setup the buffer parameters */ - InstancePtr->ReceiveBuffer.RequestedBytes = NumBytes; - InstancePtr->ReceiveBuffer.RemainingBytes = NumBytes; - InstancePtr->ReceiveBuffer.NextBytePtr = BufferPtr; - - /* Receive the data from the device */ - ReceivedCount = XUartPs_ReceiveBuffer(InstancePtr); - - /* Restore the interrupt state */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_IER_OFFSET, - ImrRegister); - - return ReceivedCount; -} - -/****************************************************************************/ -/* -* -* This function sends a buffer that has been previously specified by setting -* up the instance variables of the instance. This function is an internal -* function for the XUartPs driver such that it may be called from a shell -* function that sets up the buffer or from an interrupt handler. -* -* This function sends the specified buffer in either polled or interrupt -* driven modes. This function is non-blocking. -* -* In a polled mode, this function only sends as much data as the TX FIFO -* can buffer. The application may need to call it repeatedly to send the -* entire buffer. -* -* In interrupt mode, this function starts the sending of the buffer, if not -* the entire buffer has been sent, then the interrupt handler continues the -* sending until the entire buffer has been sent. A callback function, as -* specified by the application, will be called to indicate the completion of -* sending. -* -* @param InstancePtr is a pointer to the XUartPs instance -* -* @return The number of bytes actually sent -* -* @note None. -* -*****************************************************************************/ -u32 XUartPs_SendBuffer(XUartPs *InstancePtr) -{ - u32 SentCount = 0U; - u32 ImrRegister; - - /* - * If the TX FIFO is full, send nothing. - * Otherwise put bytes into the TX FIFO unil it is full, or all of the - * data has been put into the FIFO. - */ - while ((!XUartPs_IsTransmitFull(InstancePtr->Config.BaseAddress)) && - (InstancePtr->SendBuffer.RemainingBytes > SentCount)) { - - /* Fill the FIFO from the buffer */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_FIFO_OFFSET, - ((u32)InstancePtr->SendBuffer. - NextBytePtr[SentCount])); - - /* Increment the send count. */ - SentCount++; - } - - /* Update the buffer to reflect the bytes that were sent from it */ - InstancePtr->SendBuffer.NextBytePtr += SentCount; - InstancePtr->SendBuffer.RemainingBytes -= SentCount; - - /* - * If interrupts are enabled as indicated by the receive interrupt, then - * enable the TX FIFO empty interrupt, so further action can be taken - * for this sending. - */ - ImrRegister = - XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_IMR_OFFSET); - if (((ImrRegister & XUARTPS_IXR_RXFULL) != (u32)0) || - ((ImrRegister & XUARTPS_IXR_RXEMPTY) != (u32)0)|| - ((ImrRegister & XUARTPS_IXR_RXOVR) != (u32)0)) { - - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_IER_OFFSET, - ImrRegister | (u32)XUARTPS_IXR_TXEMPTY); - } - - return SentCount; -} - -/****************************************************************************/ -/* -* -* This function receives a buffer that has been previously specified by setting -* up the instance variables of the instance. This function is an internal -* function, and it may be called from a shell function that sets up the buffer -* or from an interrupt handler. -* -* This function attempts to receive a specified number of bytes from the -* device and store it into the specified buffer. This function works for -* either polled or interrupt driven modes. It is non-blocking. -* -* In polled mode, this function only receives as much data as in the RX FIFO. -* The application may need to call it repeatedly to receive the entire buffer. -* Polled mode is the default mode for the driver. -* -* In interrupt mode, this function starts the receiving, if not the entire -* buffer has been received, the interrupt handler will continue until the -* entire buffer has been received. A callback function, as specified by the -* application, will be called to indicate the completion of the receiving or -* error conditions. -* -* @param InstancePtr is a pointer to the XUartPs instance -* -* @return The number of bytes received. -* -* @note None. -* -*****************************************************************************/ -u32 XUartPs_ReceiveBuffer(XUartPs *InstancePtr) -{ - u32 CsrRegister; - u32 ReceivedCount = 0U; - u32 ByteStatusValue, EventData; - u32 Event; - - /* - * Read the Channel Status Register to determine if there is any data in - * the RX FIFO - */ - CsrRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_SR_OFFSET); - - /* - * Loop until there is no more data in RX FIFO or the specified - * number of bytes has been received - */ - while((ReceivedCount < InstancePtr->ReceiveBuffer.RemainingBytes)&& - (((CsrRegister & XUARTPS_SR_RXEMPTY) == (u32)0))){ - - if (InstancePtr->is_rxbs_error) { - ByteStatusValue = XUartPs_ReadReg( - InstancePtr->Config.BaseAddress, - XUARTPS_RXBS_OFFSET); - if((ByteStatusValue & XUARTPS_RXBS_MASK)!= (u32)0) { - EventData = ByteStatusValue; - Event = XUARTPS_EVENT_PARE_FRAME_BRKE; - /* - * Call the application handler to indicate that there is a receive - * error or a break interrupt, if the application cares about the - * error it call a function to get the last errors. - */ - InstancePtr->Handler(InstancePtr->CallBackRef, - Event, EventData); - } - } - - InstancePtr->ReceiveBuffer.NextBytePtr[ReceivedCount] = - XUartPs_ReadReg(InstancePtr->Config. - BaseAddress, - XUARTPS_FIFO_OFFSET); - - ReceivedCount++; - - CsrRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_SR_OFFSET); - } - InstancePtr->is_rxbs_error = 0; - /* - * Update the receive buffer to reflect the number of bytes just - * received - */ - if(InstancePtr->ReceiveBuffer.NextBytePtr != NULL){ - InstancePtr->ReceiveBuffer.NextBytePtr += ReceivedCount; - } - InstancePtr->ReceiveBuffer.RemainingBytes -= ReceivedCount; - - return ReceivedCount; -} - -/*****************************************************************************/ -/** -* -* Sets the baud rate for the device. Checks the input value for -* validity and also verifies that the requested rate can be configured to -* within the maximum error range specified by XUARTPS_MAX_BAUD_ERROR_RATE. -* If the provided rate is not possible, the current setting is unchanged. -* -* @param InstancePtr is a pointer to the XUartPs instance -* @param BaudRate to be set -* -* @return -* - XST_SUCCESS if everything configured as expected -* - XST_UART_BAUD_ERROR if the requested rate is not available -* because there was too much error -* -* @note None. -* -*****************************************************************************/ -s32 XUartPs_SetBaudRate(XUartPs *InstancePtr, u32 BaudRate) -{ - u32 IterBAUDDIV; /* Iterator for available baud divisor values */ - u32 BRGR_Value; /* Calculated value for baud rate generator */ - u32 CalcBaudRate; /* Calculated baud rate */ - u32 BaudError; /* Diff between calculated and requested baud rate */ - u32 Best_BRGR = 0U; /* Best value for baud rate generator */ - u8 Best_BAUDDIV = 0U; /* Best value for baud divisor */ - u32 Best_Error = 0xFFFFFFFFU; - u32 PercentError; - u32 ModeReg; - u32 InputClk; - - /* Asserts validate the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid(BaudRate <= (u32)XUARTPS_MAX_RATE); - Xil_AssertNonvoid(BaudRate >= (u32)XUARTPS_MIN_RATE); - - /* - * Make sure the baud rate is not impossilby large. - * Fastest possible baud rate is Input Clock / 2. - */ - if ((BaudRate * 2) > InstancePtr->Config.InputClockHz) { - return XST_UART_BAUD_ERROR; - } - /* Check whether the input clock is divided by 8 */ - ModeReg = XUartPs_ReadReg( InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - - InputClk = InstancePtr->Config.InputClockHz; - if(ModeReg & XUARTPS_MR_CLKSEL) { - InputClk = InstancePtr->Config.InputClockHz / 8; - } - - /* - * Determine the Baud divider. It can be 4to 254. - * Loop through all possible combinations - */ - for (IterBAUDDIV = 4; IterBAUDDIV < 255; IterBAUDDIV++) { - - /* Calculate the value for BRGR register */ - BRGR_Value = InputClk / (BaudRate * (IterBAUDDIV + 1)); - - /* Calculate the baud rate from the BRGR value */ - CalcBaudRate = InputClk/ (BRGR_Value * (IterBAUDDIV + 1)); - - /* Avoid unsigned integer underflow */ - if (BaudRate > CalcBaudRate) { - BaudError = BaudRate - CalcBaudRate; - } - else { - BaudError = CalcBaudRate - BaudRate; - } - - /* Find the calculated baud rate closest to requested baud rate. */ - if (Best_Error > BaudError) { - - Best_BRGR = BRGR_Value; - Best_BAUDDIV = IterBAUDDIV; - Best_Error = BaudError; - } - } - - /* Make sure the best error is not too large. */ - PercentError = (Best_Error * 100) / BaudRate; - if (XUARTPS_MAX_BAUD_ERROR_RATE < PercentError) { - return XST_UART_BAUD_ERROR; - } - - /* Disable TX and RX to avoid glitches when setting the baud rate. */ - XUartPs_DisableUart(InstancePtr); - - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_BAUDGEN_OFFSET, Best_BRGR); - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_BAUDDIV_OFFSET, Best_BAUDDIV); - - /* RX and TX SW reset */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_CR_OFFSET, - XUARTPS_CR_TXRST | XUARTPS_CR_RXRST); - - /* Enable device */ - XUartPs_EnableUart(InstancePtr); - - InstancePtr->BaudRate = BaudRate; - - return XST_SUCCESS; - -} - -/****************************************************************************/ -/** -* -* This function is a stub handler that is the default handler such that if the -* application has not set the handler when interrupts are enabled, this -* function will be called. -* -* @param CallBackRef is unused by this function. -* @param Event is unused by this function. -* @param ByteCount is unused by this function. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -static void XUartPs_StubHandler(void *CallBackRef, u32 Event, - u32 ByteCount) -{ - (void) CallBackRef; - (void) Event; - (void) ByteCount; - /* Assert occurs always since this is a stub and should never be called */ - Xil_AssertVoidAlways(); -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps.h deleted file mode 100644 index bb3765d..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps.h +++ /dev/null @@ -1,504 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps.h -* @addtogroup uartps_v3_11 -* @{ -* @details -* -* This driver supports the following features: -* -* - Dynamic data format (baud rate, data bits, stop bits, parity) -* - Polled mode -* - Interrupt driven mode -* - Transmit and receive FIFOs (32 byte FIFO depth) -* - Access to the external modem control lines -* -* Initialization & Configuration -* -* The XUartPs_Config structure is used by the driver to configure itself. -* Fields inside this structure are properties of XUartPs based on its hardware -* build. -* -* To support multiple runtime loading and initialization strategies employed -* by various operating systems, the driver instance can be initialized in the -* following way: -* -* - XUartPs_CfgInitialize(InstancePtr, CfgPtr, EffectiveAddr) - Uses a -* configuration structure provided by the caller. If running in a system -* with address translation, the parameter EffectiveAddr should be the -* virtual address. -* -* Baud Rate -* -* The UART has an internal baud rate generator, which furnishes the baud rate -* clock for both the receiver and the transmitter. The input clock frequency -* can be either the master clock or the master clock divided by 8, configured -* through the mode register. -* -* Accompanied with the baud rate divider register, the baud rate is determined -* by: -*
-*	baud_rate = input_clock / (bgen * (bdiv + 1)
-* 
-* where bgen is the value of the baud rate generator, and bdiv is the value of -* baud rate divider. -* -* Interrupts -* -* The FIFOs are not flushed when the driver is initialized, but a function is -* provided to allow the user to reset the FIFOs if desired. -* -* The driver defaults to no interrupts at initialization such that interrupts -* must be enabled if desired. An interrupt is generated for one of the -* following conditions. -* -* - A change in the modem signals -* - Data in the receive FIFO for a configuable time without receiver activity -* - A parity error -* - A framing error -* - An overrun error -* - Transmit FIFO is full -* - Transmit FIFO is empty -* - Receive FIFO is full -* - Receive FIFO is empty -* - Data in the receive FIFO equal to the receive threshold -* -* The application can control which interrupts are enabled using the -* XUartPs_SetInterruptMask() function. -* -* In order to use interrupts, it is necessary for the user to connect the -* driver interrupt handler, XUartPs_InterruptHandler(), to the interrupt -* system of the application. A separate handler should be provided by the -* application to communicate with the interrupt system, and conduct -* application specific interrupt handling. An application registers its own -* handler through the XUartPs_SetHandler() function. -* -* Data Transfer -* -* The functions, XUartPs_Send() and XUartPs_Recv(), are provided in the -* driver to allow data to be sent and received. They can be used in either -* polled or interrupt mode. -* -* @note -* -* The default configuration for the UART after initialization is: -* -* - 9,600 bps or XPAR_DFT_BAUDRATE if defined -* - 8 data bits -* - 1 stop bit -* - no parity -* - FIFO's are enabled with a receive threshold of 8 bytes -* - The RX timeout is enabled with a timeout of 1 (4 char times) -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00a	drg/jz 01/12/10 First Release
-* 1.00a sdm    09/27/11 Fixed compiler warnings and also a bug
-*		        in XUartPs_SetFlowDelay where the value was not
-*			being written to the register.
-* 1.01a sdm    12/20/11 Removed the InputClockHz parameter from the XUartPs
-*			instance structure and the driver is updated to use
-*			InputClockHz parameter from the XUartPs_Config config
-*			structure.
-*			Added a parameter to XUartPs_Config structure which
-*			specifies whether the user has selected Modem pins
-*			to be connected to MIO or FMIO.
-*			Added the tcl file to generate the xparameters.h
-* 1.02a sg     05/16/12	Changed XUARTPS_RXWM_MASK to 0x3F for CR 652540 fix.
-* 1.03a sg     07/16/12 Updated XUARTPS_FORMAT_7_BITS and XUARTPS_FORMAT_6_BITS
-*			with the correct values for CR 666724
-* 			Added defines for XUARTPS_IXR_TOVR,  XUARTPS_IXR_TNFUL
-*			and XUARTPS_IXR_TTRIG.
-*			Modified the name of these defines
-*			XUARTPS_MEDEMSR_DCDX to XUARTPS_MODEMSR_DDCD
-*			XUARTPS_MEDEMSR_RIX to XUARTPS_MODEMSR_TERI
-*			XUARTPS_MEDEMSR_DSRX to XUARTPS_MODEMSR_DDSR
-*			XUARTPS_MEDEMSR_CTSX to XUARTPS_MODEMSR_DCTS
-* 1.05a hk     08/22/13 Added API for uart reset and related
-*			constant definitions.
-* 2.0   hk      03/07/14 Version number revised.
-* 2.1   hk     04/16/14 Change XUARTPS_MAX_RATE to 921600. CR# 780625.
-* 2.2   hk     06/23/14 SW reset of RX and TX should be done when changing
-*                       baud rate. CR# 804281.
-* 3.0   vm     12/09/14 Modified source code according to misrac guideline.
-*			Support for Zynq Ultrascale Mp added.
-* 3.1	kvn    04/10/15 Modified code for latest RTL changes. Also added
-*						platform variable in driver instance structure.
-* 3.1   adk   14/03/16  Include interrupt examples in the peripheral test when
-*			uart is connected to a valid interrupt controller CR#946803.
-* 3.2   rk     07/20/16 Modified the logic for transmission break bit set
-* 3.4   ms     01/23/17 Added xil_printf statement in main function for all
-*                       examples to ensure that "Successfully ran" and "Failed"
-*                       strings are available in all examples. This is a fix
-*                       for CR-965028.
-*       ms     03/17/17 Added readme.txt file in examples folder for doxygen
-*                       generation.
-* 3.6   ms     02/16/18 Updates the flow control mode offset value in modem
-*                       control register.
-* 3.7   aru    08/17/18 Resolved MISRA-C:2012 compliance mandatory violations.
-* 3.9   rna    12/03/19 Modified the XUARTPS_MAX_RATE macro.
-* 3.9   sd     02/06/20 Added clock support
-*
-* 
-* -*****************************************************************************/ - -#ifndef XUARTPS_H /* prevent circular inclusions */ -#define XUARTPS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xstatus.h" -#include "xuartps_hw.h" -#include "xplatform_info.h" -#if defined (XCLOCKING) -#include "xil_clocking.h" -#endif - -/************************** Constant Definitions ****************************/ - -/* - * The following constants indicate the max and min baud rates and these - * numbers are based only on the testing that has been done. The hardware - * is capable of other baud rates. - */ -#define XUARTPS_MAX_RATE 6240000U -#define XUARTPS_MIN_RATE 110U - -#define XUARTPS_DFT_BAUDRATE 115200U /* Default baud rate */ - -/** @name Configuration options - * @{ - */ -/** - * These constants specify the options that may be set or retrieved - * with the driver, each is a unique bit mask such that multiple options - * may be specified. These constants indicate the available options - * in active state. - * - */ - -#define XUARTPS_OPTION_SET_BREAK 0x0080U /**< Starts break transmission */ -#define XUARTPS_OPTION_STOP_BREAK 0x0040U /**< Stops break transmission */ -#define XUARTPS_OPTION_RESET_TMOUT 0x0020U /**< Reset the receive timeout */ -#define XUARTPS_OPTION_RESET_TX 0x0010U /**< Reset the transmitter */ -#define XUARTPS_OPTION_RESET_RX 0x0008U /**< Reset the receiver */ -#define XUARTPS_OPTION_ASSERT_RTS 0x0004U /**< Assert the RTS bit */ -#define XUARTPS_OPTION_ASSERT_DTR 0x0002U /**< Assert the DTR bit */ -#define XUARTPS_OPTION_SET_FCM 0x0001U /**< Turn on flow control mode */ -/*@}*/ - - -/** @name Channel Operational Mode - * - * The UART can operate in one of four modes: Normal, Local Loopback, Remote - * Loopback, or automatic echo. - * - * @{ - */ - -#define XUARTPS_OPER_MODE_NORMAL (u8)0x00U /**< Normal Mode */ -#define XUARTPS_OPER_MODE_AUTO_ECHO (u8)0x01U /**< Auto Echo Mode */ -#define XUARTPS_OPER_MODE_LOCAL_LOOP (u8)0x02U /**< Local Loopback Mode */ -#define XUARTPS_OPER_MODE_REMOTE_LOOP (u8)0x03U /**< Remote Loopback Mode */ - -/* @} */ - -/** @name Data format values - * - * These constants specify the data format that the driver supports. - * The data format includes the number of data bits, the number of stop - * bits and parity. - * - * @{ - */ -#define XUARTPS_FORMAT_8_BITS 0U /**< 8 data bits */ -#define XUARTPS_FORMAT_7_BITS 2U /**< 7 data bits */ -#define XUARTPS_FORMAT_6_BITS 3U /**< 6 data bits */ - -#define XUARTPS_FORMAT_NO_PARITY 4U /**< No parity */ -#define XUARTPS_FORMAT_MARK_PARITY 3U /**< Mark parity */ -#define XUARTPS_FORMAT_SPACE_PARITY 2U /**< parity */ -#define XUARTPS_FORMAT_ODD_PARITY 1U /**< Odd parity */ -#define XUARTPS_FORMAT_EVEN_PARITY 0U /**< Even parity */ - -#define XUARTPS_FORMAT_2_STOP_BIT 2U /**< 2 stop bits */ -#define XUARTPS_FORMAT_1_5_STOP_BIT 1U /**< 1.5 stop bits */ -#define XUARTPS_FORMAT_1_STOP_BIT 0U /**< 1 stop bit */ -/*@}*/ - -/** @name Callback events - * - * These constants specify the handler events that an application can handle - * using its specific handler function. Note that these constants are not bit - * mask, so only one event can be passed to an application at a time. - * - * @{ - */ -#define XUARTPS_EVENT_RECV_DATA 1U /**< Data receiving done */ -#define XUARTPS_EVENT_RECV_TOUT 2U /**< A receive timeout occurred */ -#define XUARTPS_EVENT_SENT_DATA 3U /**< Data transmission done */ -#define XUARTPS_EVENT_RECV_ERROR 4U /**< A receive error detected */ -#define XUARTPS_EVENT_MODEM 5U /**< Modem status changed */ -#define XUARTPS_EVENT_PARE_FRAME_BRKE 6U /**< A receive parity, frame, break - * error detected */ -#define XUARTPS_EVENT_RECV_ORERR 7U /**< A receive overrun error detected */ - -/*@}*/ - - -/**************************** Type Definitions ******************************/ - -/** - * This typedef contains configuration information for the device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddress; /**< Base address of device (IPIF) */ - u32 InputClockHz;/**< Input clock frequency */ - s32 ModemPinsConnected; /** Specifies whether modem pins are connected - * to MIO or FMIO */ -#if defined (XCLOCKING) - u32 RefClk; /**< Input clock frequency */ -#endif -} XUartPs_Config; - -/* Keep track of state information about a data buffer in the interrupt mode. */ -typedef struct { - u8 *NextBytePtr; - u32 RequestedBytes; - u32 RemainingBytes; -} XUartPsBuffer; - -/** - * Keep track of data format setting of a device. - */ -typedef struct { - u32 BaudRate; /**< In bps, ie 1200 */ - u32 DataBits; /**< Number of data bits */ - u32 Parity; /**< Parity */ - u8 StopBits; /**< Number of stop bits */ -} XUartPsFormat; - -/******************************************************************************/ -/** - * This data type defines a handler that an application defines to communicate - * with interrupt system to retrieve state information about an application. - * - * @param CallBackRef is a callback reference passed in by the upper layer - * when setting the handler, and is passed back to the upper layer - * when the handler is called. It is used to find the device driver - * instance. - * @param Event contains one of the event constants indicating events that - * have occurred. - * @param EventData contains the number of bytes sent or received at the - * time of the call for send and receive events and contains the - * modem status for modem events. - * - ******************************************************************************/ -typedef void (*XUartPs_Handler) (void *CallBackRef, u32 Event, - u32 EventData); - -/** - * The XUartPs driver instance data structure. A pointer to an instance data - * structure is passed around by functions to refer to a specific driver - * instance. - */ -typedef struct { - XUartPs_Config Config; /* Configuration data structure */ - u32 InputClockHz; /* Input clock frequency */ - u32 IsReady; /* Device is initialized and ready */ - u32 BaudRate; /* Current baud rate */ - - XUartPsBuffer SendBuffer; - XUartPsBuffer ReceiveBuffer; - - XUartPs_Handler Handler; - void *CallBackRef; /* Callback reference for event handler */ - u32 Platform; - u8 is_rxbs_error; -} XUartPs; - - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* Get the UART Channel Status Register. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return The value read from the register. -* -* @note C-Style signature: -* u16 XUartPs_GetChannelStatus(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_GetChannelStatus(InstancePtr) \ - Xil_In32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_SR_OFFSET) - -/****************************************************************************/ -/** -* Get the UART Mode Control Register. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return The value read from the register. -* -* @note C-Style signature: -* u32 XUartPs_GetControl(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_GetModeControl(InstancePtr) \ - Xil_In32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_CR_OFFSET) - -/****************************************************************************/ -/** -* Set the UART Mode Control Register. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param RegisterValue is the value to be written to the register. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_SetModeControl(XUartPs *InstancePtr, u16 RegisterValue) -* -******************************************************************************/ -#define XUartPs_SetModeControl(InstancePtr, RegisterValue) \ - Xil_Out32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_CR_OFFSET, \ - (u32)(RegisterValue)) - -/****************************************************************************/ -/** -* Enable the transmitter and receiver of the UART. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_EnableUart(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_EnableUart(InstancePtr) \ - Xil_Out32(((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET), \ - ((Xil_In32((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET) & \ - (u32)(~XUARTPS_CR_EN_DIS_MASK)) | ((u32)XUARTPS_CR_RX_EN | (u32)XUARTPS_CR_TX_EN))) - -/****************************************************************************/ -/** -* Disable the transmitter and receiver of the UART. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_DisableUart(XUartPs *InstancePtr) -* -******************************************************************************/ -#define XUartPs_DisableUart(InstancePtr) \ - Xil_Out32(((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET), \ - (((Xil_In32((InstancePtr)->Config.BaseAddress + (u32)XUARTPS_CR_OFFSET)) & \ - (u32)(~XUARTPS_CR_EN_DIS_MASK)) | ((u32)XUARTPS_CR_RX_DIS | (u32)XUARTPS_CR_TX_DIS))) - -/****************************************************************************/ -/** -* Determine if the transmitter FIFO is empty. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* - TRUE if a byte can be sent -* - FALSE if the Transmitter Fifo is not empty -* -* @note C-Style signature: -* u32 XUartPs_IsTransmitEmpty(XUartPs InstancePtr) -* -******************************************************************************/ -#define XUartPs_IsTransmitEmpty(InstancePtr) \ - ((Xil_In32(((InstancePtr)->Config.BaseAddress) + (u32)XUARTPS_SR_OFFSET) & \ - (u32)XUARTPS_SR_TXEMPTY) == (u32)XUARTPS_SR_TXEMPTY) - - -/************************** Function Prototypes *****************************/ - -/* Static lookup function implemented in xuartps_sinit.c */ -XUartPs_Config *XUartPs_LookupConfig(u16 DeviceId); - -/* Interface functions implemented in xuartps.c */ -s32 XUartPs_CfgInitialize(XUartPs *InstancePtr, - XUartPs_Config * Config, u32 EffectiveAddr); - -u32 XUartPs_Send(XUartPs *InstancePtr,u8 *BufferPtr, - u32 NumBytes); - -u32 XUartPs_Recv(XUartPs *InstancePtr,u8 *BufferPtr, - u32 NumBytes); - -s32 XUartPs_SetBaudRate(XUartPs *InstancePtr, u32 BaudRate); - -/* Options functions in xuartps_options.c */ -void XUartPs_SetOptions(XUartPs *InstancePtr, u16 Options); - -u16 XUartPs_GetOptions(XUartPs *InstancePtr); - -void XUartPs_SetFifoThreshold(XUartPs *InstancePtr, u8 TriggerLevel); - -u8 XUartPs_GetFifoThreshold(XUartPs *InstancePtr); - -u16 XUartPs_GetModemStatus(XUartPs *InstancePtr); - -u32 XUartPs_IsSending(XUartPs *InstancePtr); - -u8 XUartPs_GetOperMode(XUartPs *InstancePtr); - -void XUartPs_SetOperMode(XUartPs *InstancePtr, u8 OperationMode); - -u8 XUartPs_GetFlowDelay(XUartPs *InstancePtr); - -void XUartPs_SetFlowDelay(XUartPs *InstancePtr, u8 FlowDelayValue); - -u8 XUartPs_GetRecvTimeout(XUartPs *InstancePtr); - -void XUartPs_SetRecvTimeout(XUartPs *InstancePtr, u8 RecvTimeout); - -s32 XUartPs_SetDataFormat(XUartPs *InstancePtr, XUartPsFormat * FormatPtr); - -void XUartPs_GetDataFormat(XUartPs *InstancePtr, XUartPsFormat * FormatPtr); - -/* interrupt functions in xuartps_intr.c */ -u32 XUartPs_GetInterruptMask(XUartPs *InstancePtr); - -void XUartPs_SetInterruptMask(XUartPs *InstancePtr, u32 Mask); - -void XUartPs_InterruptHandler(XUartPs *InstancePtr); - -void XUartPs_SetHandler(XUartPs *InstancePtr, XUartPs_Handler FuncPtr, - void *CallBackRef); - -/* self-test functions in xuartps_selftest.c */ -s32 XUartPs_SelfTest(XUartPs *InstancePtr); - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_g.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_g.c deleted file mode 100644 index c6c8796..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_g.c +++ /dev/null @@ -1,33 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xuartps.h" - -/* -* The configuration table for devices -*/ - -XUartPs_Config XUartPs_ConfigTable[XPAR_XUARTPS_NUM_INSTANCES] = -{ - { - XPAR_PS7_UART_0_DEVICE_ID, - XPAR_PS7_UART_0_BASEADDR, - XPAR_PS7_UART_0_UART_CLK_FREQ_HZ, - XPAR_PS7_UART_0_HAS_MODEM - } -}; - - diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_hw.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_hw.c deleted file mode 100644 index c19c95a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_hw.c +++ /dev/null @@ -1,154 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps_hw.c -* @addtogroup uartps_v3_11 -* @{ -* -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	drg/jz 01/12/10 First Release
-* 1.05a hk     08/22/13 Added reset function
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ -#include "xuartps_hw.h" - -/************************** Constant Definitions ****************************/ - - -/***************** Macros (Inline Functions) Definitions ********************/ - - -/************************** Function Prototypes ******************************/ - - -/************************** Variable Definitions *****************************/ - -/****************************************************************************/ -/** -* -* This function sends one byte using the device. This function operates in -* polled mode and blocks until the data has been put into the TX FIFO register. -* -* @param BaseAddress contains the base address of the device. -* @param Data contains the byte to be sent. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SendByte(u32 BaseAddress, u8 Data) -{ - /* Wait until there is space in TX FIFO */ - while (XUartPs_IsTransmitFull(BaseAddress)) { - ; - } - - /* Write the byte into the TX FIFO */ - XUartPs_WriteReg(BaseAddress, XUARTPS_FIFO_OFFSET, (u32)Data); -} - -/****************************************************************************/ -/** -* -* This function receives a byte from the device. It operates in polled mode -* and blocks until a byte has received. -* -* @param BaseAddress contains the base address of the device. -* -* @return The data byte received. -* -* @note None. -* -*****************************************************************************/ -u8 XUartPs_RecvByte(u32 BaseAddress) -{ - u32 RecievedByte; - /* Wait until there is data */ - while (!XUartPs_IsReceiveData(BaseAddress)) { - ; - } - RecievedByte = XUartPs_ReadReg(BaseAddress, XUARTPS_FIFO_OFFSET); - /* Return the byte received */ - return (u8)RecievedByte; -} - -/****************************************************************************/ -/** -* -* This function resets UART -* -* @param BaseAddress contains the base address of the device. -* -* @return None -* -* @note None. -* -*****************************************************************************/ -void XUartPs_ResetHw(u32 BaseAddress) -{ - - /* Disable interrupts */ - XUartPs_WriteReg(BaseAddress, XUARTPS_IDR_OFFSET, XUARTPS_IXR_MASK); - - /* Disable receive and transmit */ - XUartPs_WriteReg(BaseAddress, XUARTPS_CR_OFFSET, - ((u32)XUARTPS_CR_RX_DIS | (u32)XUARTPS_CR_TX_DIS)); - - /* - * Software reset of receive and transmit - * This clears the FIFO. - */ - XUartPs_WriteReg(BaseAddress, XUARTPS_CR_OFFSET, - ((u32)XUARTPS_CR_TXRST | (u32)XUARTPS_CR_RXRST)); - - /* Clear status flags - SW reset wont clear sticky flags. */ - XUartPs_WriteReg(BaseAddress, XUARTPS_ISR_OFFSET, XUARTPS_IXR_MASK); - - /* - * Mode register reset value : All zeroes - * Normal mode, even parity, 1 stop bit - */ - XUartPs_WriteReg(BaseAddress, XUARTPS_MR_OFFSET, - XUARTPS_MR_CHMODE_NORM); - - /* Rx and TX trigger register reset values */ - XUartPs_WriteReg(BaseAddress, XUARTPS_RXWM_OFFSET, - XUARTPS_RXWM_RESET_VAL); - XUartPs_WriteReg(BaseAddress, XUARTPS_TXWM_OFFSET, - XUARTPS_TXWM_RESET_VAL); - - /* Rx timeout disabled by default */ - XUartPs_WriteReg(BaseAddress, XUARTPS_RXTOUT_OFFSET, - XUARTPS_RXTOUT_DISABLE); - - /* Baud rate generator and dividor reset values */ - XUartPs_WriteReg(BaseAddress, XUARTPS_BAUDGEN_OFFSET, - XUARTPS_BAUDGEN_RESET_VAL); - XUartPs_WriteReg(BaseAddress, XUARTPS_BAUDDIV_OFFSET, - XUARTPS_BAUDDIV_RESET_VAL); - - /* - * Control register reset value - - * RX and TX are disable by default - */ - XUartPs_WriteReg(BaseAddress, XUARTPS_CR_OFFSET, - ((u32)XUARTPS_CR_RX_DIS | (u32)XUARTPS_CR_TX_DIS | - (u32)XUARTPS_CR_STOPBRK)); - -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_hw.h deleted file mode 100644 index 27a10ad..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_hw.h +++ /dev/null @@ -1,425 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xuartps_hw.h -* @addtogroup uartps_v3_11 -* @{ -* -* This header file contains the hardware interface of an XUartPs device. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- ----------------------------------------------
-* 1.00	drg/jz 01/12/10 First Release
-* 1.03a sg     09/04/12 Added defines for XUARTPS_IXR_TOVR,  XUARTPS_IXR_TNFUL
-*			and XUARTPS_IXR_TTRIG.
-*			Modified the names of these defines
-*			XUARTPS_MEDEMSR_DCDX to XUARTPS_MODEMSR_DDCD
-*			XUARTPS_MEDEMSR_RIX to XUARTPS_MODEMSR_TERI
-*			XUARTPS_MEDEMSR_DSRX to XUARTPS_MODEMSR_DDSR
-*			XUARTPS_MEDEMSR_CTSX to XUARTPS_MODEMSR_DCTS
-* 1.05a hk     08/22/13 Added prototype for uart reset and related
-*			constant definitions.
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.1	kvn    04/10/15 Modified code for latest RTL changes.
-* 3.6   ms     02/16/18 Updates flow control mode offset value in
-*			modem control register.
-*
-* 
-* -******************************************************************************/ -#ifndef XUARTPS_HW_H /* prevent circular inclusions */ -#define XUARTPS_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files *********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions *****************************/ - -/** @name Register Map - * - * Register offsets for the UART. - * @{ - */ -#define XUARTPS_CR_OFFSET 0x0000U /**< Control Register [8:0] */ -#define XUARTPS_MR_OFFSET 0x0004U /**< Mode Register [9:0] */ -#define XUARTPS_IER_OFFSET 0x0008U /**< Interrupt Enable [12:0] */ -#define XUARTPS_IDR_OFFSET 0x000CU /**< Interrupt Disable [12:0] */ -#define XUARTPS_IMR_OFFSET 0x0010U /**< Interrupt Mask [12:0] */ -#define XUARTPS_ISR_OFFSET 0x0014U /**< Interrupt Status [12:0]*/ -#define XUARTPS_BAUDGEN_OFFSET 0x0018U /**< Baud Rate Generator [15:0] */ -#define XUARTPS_RXTOUT_OFFSET 0x001CU /**< RX Timeout [7:0] */ -#define XUARTPS_RXWM_OFFSET 0x0020U /**< RX FIFO Trigger Level [5:0] */ -#define XUARTPS_MODEMCR_OFFSET 0x0024U /**< Modem Control [5:0] */ -#define XUARTPS_MODEMSR_OFFSET 0x0028U /**< Modem Status [8:0] */ -#define XUARTPS_SR_OFFSET 0x002CU /**< Channel Status [14:0] */ -#define XUARTPS_FIFO_OFFSET 0x0030U /**< FIFO [7:0] */ -#define XUARTPS_BAUDDIV_OFFSET 0x0034U /**< Baud Rate Divider [7:0] */ -#define XUARTPS_FLOWDEL_OFFSET 0x0038U /**< Flow Delay [5:0] */ -#define XUARTPS_TXWM_OFFSET 0x0044U /**< TX FIFO Trigger Level [5:0] */ -#define XUARTPS_RXBS_OFFSET 0x0048U /**< RX FIFO Byte Status [11:0] */ -/* @} */ - -/** @name Control Register - * - * The Control register (CR) controls the major functions of the device. - * - * Control Register Bit Definition - */ - -#define XUARTPS_CR_STOPBRK 0x00000100U /**< Stop transmission of break */ -#define XUARTPS_CR_STARTBRK 0x00000080U /**< Set break */ -#define XUARTPS_CR_TORST 0x00000040U /**< RX timeout counter restart */ -#define XUARTPS_CR_TX_DIS 0x00000020U /**< TX disabled. */ -#define XUARTPS_CR_TX_EN 0x00000010U /**< TX enabled */ -#define XUARTPS_CR_RX_DIS 0x00000008U /**< RX disabled. */ -#define XUARTPS_CR_RX_EN 0x00000004U /**< RX enabled */ -#define XUARTPS_CR_EN_DIS_MASK 0x0000003CU /**< Enable/disable Mask */ -#define XUARTPS_CR_TXRST 0x00000002U /**< TX logic reset */ -#define XUARTPS_CR_RXRST 0x00000001U /**< RX logic reset */ -/* @}*/ - - -/** @name Mode Register - * - * The mode register (MR) defines the mode of transfer as well as the data - * format. If this register is modified during transmission or reception, - * data validity cannot be guaranteed. - * - * Mode Register Bit Definition - * @{ - */ -#define XUARTPS_MR_CCLK 0x00000400U /**< Input clock selection */ -#define XUARTPS_MR_CHMODE_R_LOOP 0x00000300U /**< Remote loopback mode */ -#define XUARTPS_MR_CHMODE_L_LOOP 0x00000200U /**< Local loopback mode */ -#define XUARTPS_MR_CHMODE_ECHO 0x00000100U /**< Auto echo mode */ -#define XUARTPS_MR_CHMODE_NORM 0x00000000U /**< Normal mode */ -#define XUARTPS_MR_CHMODE_SHIFT 8U /**< Mode shift */ -#define XUARTPS_MR_CHMODE_MASK 0x00000300U /**< Mode mask */ -#define XUARTPS_MR_STOPMODE_2_BIT 0x00000080U /**< 2 stop bits */ -#define XUARTPS_MR_STOPMODE_1_5_BIT 0x00000040U /**< 1.5 stop bits */ -#define XUARTPS_MR_STOPMODE_1_BIT 0x00000000U /**< 1 stop bit */ -#define XUARTPS_MR_STOPMODE_SHIFT 6U /**< Stop bits shift */ -#define XUARTPS_MR_STOPMODE_MASK 0x000000A0U /**< Stop bits mask */ -#define XUARTPS_MR_PARITY_NONE 0x00000020U /**< No parity mode */ -#define XUARTPS_MR_PARITY_MARK 0x00000018U /**< Mark parity mode */ -#define XUARTPS_MR_PARITY_SPACE 0x00000010U /**< Space parity mode */ -#define XUARTPS_MR_PARITY_ODD 0x00000008U /**< Odd parity mode */ -#define XUARTPS_MR_PARITY_EVEN 0x00000000U /**< Even parity mode */ -#define XUARTPS_MR_PARITY_SHIFT 3U /**< Parity setting shift */ -#define XUARTPS_MR_PARITY_MASK 0x00000038U /**< Parity mask */ -#define XUARTPS_MR_CHARLEN_6_BIT 0x00000006U /**< 6 bits data */ -#define XUARTPS_MR_CHARLEN_7_BIT 0x00000004U /**< 7 bits data */ -#define XUARTPS_MR_CHARLEN_8_BIT 0x00000000U /**< 8 bits data */ -#define XUARTPS_MR_CHARLEN_SHIFT 1U /**< Data Length shift */ -#define XUARTPS_MR_CHARLEN_MASK 0x00000006U /**< Data length mask */ -#define XUARTPS_MR_CLKSEL 0x00000001U /**< Input clock selection */ -/* @} */ - - -/** @name Interrupt Registers - * - * Interrupt control logic uses the interrupt enable register (IER) and the - * interrupt disable register (IDR) to set the value of the bits in the - * interrupt mask register (IMR). The IMR determines whether to pass an - * interrupt to the interrupt status register (ISR). - * Writing a 1 to IER Enbables an interrupt, writing a 1 to IDR disables an - * interrupt. IMR and ISR are read only, and IER and IDR are write only. - * Reading either IER or IDR returns 0x00. - * - * All four registers have the same bit definitions. - * - * @{ - */ -#define XUARTPS_IXR_RBRK 0x00002000U /**< Rx FIFO break detect interrupt */ -#define XUARTPS_IXR_TOVR 0x00001000U /**< Tx FIFO Overflow interrupt */ -#define XUARTPS_IXR_TNFUL 0x00000800U /**< Tx FIFO Nearly Full interrupt */ -#define XUARTPS_IXR_TTRIG 0x00000400U /**< Tx Trig interrupt */ -#define XUARTPS_IXR_DMS 0x00000200U /**< Modem status change interrupt */ -#define XUARTPS_IXR_TOUT 0x00000100U /**< Timeout error interrupt */ -#define XUARTPS_IXR_PARITY 0x00000080U /**< Parity error interrupt */ -#define XUARTPS_IXR_FRAMING 0x00000040U /**< Framing error interrupt */ -#define XUARTPS_IXR_OVER 0x00000020U /**< Overrun error interrupt */ -#define XUARTPS_IXR_TXFULL 0x00000010U /**< TX FIFO full interrupt. */ -#define XUARTPS_IXR_TXEMPTY 0x00000008U /**< TX FIFO empty interrupt. */ -#define XUARTPS_IXR_RXFULL 0x00000004U /**< RX FIFO full interrupt. */ -#define XUARTPS_IXR_RXEMPTY 0x00000002U /**< RX FIFO empty interrupt. */ -#define XUARTPS_IXR_RXOVR 0x00000001U /**< RX FIFO trigger interrupt. */ -#define XUARTPS_IXR_MASK 0x00003FFFU /**< Valid bit mask */ -/* @} */ - - -/** @name Baud Rate Generator Register - * - * The baud rate generator control register (BRGR) is a 16 bit register that - * controls the receiver bit sample clock and baud rate. - * Valid values are 1 - 65535. - * - * Bit Sample Rate = CCLK / BRGR, where the CCLK is selected by the MR_CCLK bit - * in the MR register. - * @{ - */ -#define XUARTPS_BAUDGEN_DISABLE 0x00000000U /**< Disable clock */ -#define XUARTPS_BAUDGEN_MASK 0x0000FFFFU /**< Valid bits mask */ -#define XUARTPS_BAUDGEN_RESET_VAL 0x0000028BU /**< Reset value */ - -/** @name Baud Divisor Rate register - * - * The baud rate divider register (BDIV) controls how much the bit sample - * rate is divided by. It sets the baud rate. - * Valid values are 0x04 to 0xFF. Writing a value less than 4 will be ignored. - * - * Baud rate = CCLK / ((BAUDDIV + 1) x BRGR), where the CCLK is selected by - * the MR_CCLK bit in the MR register. - * @{ - */ -#define XUARTPS_BAUDDIV_MASK 0x000000FFU /**< 8 bit baud divider mask */ -#define XUARTPS_BAUDDIV_RESET_VAL 0x0000000FU /**< Reset value */ -/* @} */ - - -/** @name Receiver Timeout Register - * - * Use the receiver timeout register (RTR) to detect an idle condition on - * the receiver data line. - * - * @{ - */ -#define XUARTPS_RXTOUT_DISABLE 0x00000000U /**< Disable time out */ -#define XUARTPS_RXTOUT_MASK 0x000000FFU /**< Valid bits mask */ - -/** @name Receiver FIFO Trigger Level Register - * - * Use the Receiver FIFO Trigger Level Register (RTRIG) to set the value at - * which the RX FIFO triggers an interrupt event. - * @{ - */ - -#define XUARTPS_RXWM_DISABLE 0x00000000U /**< Disable RX trigger interrupt */ -#define XUARTPS_RXWM_MASK 0x0000003FU /**< Valid bits mask */ -#define XUARTPS_RXWM_RESET_VAL 0x00000020U /**< Reset value */ -/* @} */ - -/** @name Transmit FIFO Trigger Level Register - * - * Use the Transmit FIFO Trigger Level Register (TTRIG) to set the value at - * which the TX FIFO triggers an interrupt event. - * @{ - */ - -#define XUARTPS_TXWM_MASK 0x0000003FU /**< Valid bits mask */ -#define XUARTPS_TXWM_RESET_VAL 0x00000020U /**< Reset value */ -/* @} */ - -/** @name Modem Control Register - * - * This register (MODEMCR) controls the interface with the modem or data set, - * or a peripheral device emulating a modem. - * - * @{ - */ -#define XUARTPS_MODEMCR_FCM 0x00000020U /**< Flow control mode */ -#define XUARTPS_MODEMCR_RTS 0x00000002U /**< Request to send */ -#define XUARTPS_MODEMCR_DTR 0x00000001U /**< Data terminal ready */ -/* @} */ - -/** @name Modem Status Register - * - * This register (MODEMSR) indicates the current state of the control lines - * from a modem, or another peripheral device, to the CPU. In addition, four - * bits of the modem status register provide change information. These bits - * are set to a logic 1 whenever a control input from the modem changes state. - * - * Note: Whenever the DCTS, DDSR, TERI, or DDCD bit is set to logic 1, a modem - * status interrupt is generated and this is reflected in the modem status - * register. - * - * @{ - */ -#define XUARTPS_MODEMSR_FCMS 0x00000100U /**< Flow control mode (FCMS) */ -#define XUARTPS_MODEMSR_DCD 0x00000080U /**< Complement of DCD input */ -#define XUARTPS_MODEMSR_RI 0x00000040U /**< Complement of RI input */ -#define XUARTPS_MODEMSR_DSR 0x00000020U /**< Complement of DSR input */ -#define XUARTPS_MODEMSR_CTS 0x00000010U /**< Complement of CTS input */ -#define XUARTPS_MODEMSR_DDCD 0x00000008U /**< Delta DCD indicator */ -#define XUARTPS_MODEMSR_TERI 0x00000004U /**< Trailing Edge Ring Indicator */ -#define XUARTPS_MODEMSR_DDSR 0x00000002U /**< Change of DSR */ -#define XUARTPS_MODEMSR_DCTS 0x00000001U /**< Change of CTS */ -/* @} */ - -/** @name Channel Status Register - * - * The channel status register (CSR) is provided to enable the control logic - * to monitor the status of bits in the channel interrupt status register, - * even if these are masked out by the interrupt mask register. - * - * @{ - */ -#define XUARTPS_SR_TNFUL 0x00004000U /**< TX FIFO Nearly Full Status */ -#define XUARTPS_SR_TTRIG 0x00002000U /**< TX FIFO Trigger Status */ -#define XUARTPS_SR_FLOWDEL 0x00001000U /**< RX FIFO fill over flow delay */ -#define XUARTPS_SR_TACTIVE 0x00000800U /**< TX active */ -#define XUARTPS_SR_RACTIVE 0x00000400U /**< RX active */ -#define XUARTPS_SR_TXFULL 0x00000010U /**< TX FIFO full */ -#define XUARTPS_SR_TXEMPTY 0x00000008U /**< TX FIFO empty */ -#define XUARTPS_SR_RXFULL 0x00000004U /**< RX FIFO full */ -#define XUARTPS_SR_RXEMPTY 0x00000002U /**< RX FIFO empty */ -#define XUARTPS_SR_RXOVR 0x00000001U /**< RX FIFO fill over trigger */ -/* @} */ - -/** @name Flow Delay Register - * - * Operation of the flow delay register (FLOWDEL) is very similar to the - * receive FIFO trigger register. An internal trigger signal activates when the - * FIFO is filled to the level set by this register. This trigger will not - * cause an interrupt, although it can be read through the channel status - * register. In hardware flow control mode, RTS is deactivated when the trigger - * becomes active. RTS only resets when the FIFO level is four less than the - * level of the flow delay trigger and the flow delay trigger is not activated. - * A value less than 4 disables the flow delay. - * @{ - */ -#define XUARTPS_FLOWDEL_MASK XUARTPS_RXWM_MASK /**< Valid bit mask */ -/* @} */ - -/** @name Receiver FIFO Byte Status Register - * - * The Receiver FIFO Status register is used to have a continuous - * monitoring of the raw unmasked byte status information. The register - * contains frame, parity and break status information for the top - * four bytes in the RX FIFO. - * - * Receiver FIFO Byte Status Register Bit Definition - * @{ - */ -#define XUARTPS_RXBS_BYTE3_BRKE 0x00000800U /**< Byte3 Break Error */ -#define XUARTPS_RXBS_BYTE3_FRME 0x00000400U /**< Byte3 Frame Error */ -#define XUARTPS_RXBS_BYTE3_PARE 0x00000200U /**< Byte3 Parity Error */ -#define XUARTPS_RXBS_BYTE2_BRKE 0x00000100U /**< Byte2 Break Error */ -#define XUARTPS_RXBS_BYTE2_FRME 0x00000080U /**< Byte2 Frame Error */ -#define XUARTPS_RXBS_BYTE2_PARE 0x00000040U /**< Byte2 Parity Error */ -#define XUARTPS_RXBS_BYTE1_BRKE 0x00000020U /**< Byte1 Break Error */ -#define XUARTPS_RXBS_BYTE1_FRME 0x00000010U /**< Byte1 Frame Error */ -#define XUARTPS_RXBS_BYTE1_PARE 0x00000008U /**< Byte1 Parity Error */ -#define XUARTPS_RXBS_BYTE0_BRKE 0x00000004U /**< Byte0 Break Error */ -#define XUARTPS_RXBS_BYTE0_FRME 0x00000002U /**< Byte0 Frame Error */ -#define XUARTPS_RXBS_BYTE0_PARE 0x00000001U /**< Byte0 Parity Error */ -#define XUARTPS_RXBS_MASK 0x00000007U /**< 3 bit RX byte status mask */ -/* @} */ - - -/* - * Defines for backwards compatibility, will be removed - * in the next version of the driver - */ -#define XUARTPS_MEDEMSR_DCDX XUARTPS_MODEMSR_DDCD -#define XUARTPS_MEDEMSR_RIX XUARTPS_MODEMSR_TERI -#define XUARTPS_MEDEMSR_DSRX XUARTPS_MODEMSR_DDSR -#define XUARTPS_MEDEMSR_CTSX XUARTPS_MODEMSR_DCTS - - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -/****************************************************************************/ -/** -* Read a UART register. -* -* @param BaseAddress contains the base address of the device. -* @param RegOffset contains the offset from the base address of the -* device. -* -* @return The value read from the register. -* -* @note C-Style signature: -* u32 XUartPs_ReadReg(u32 BaseAddress, int RegOffset) -* -******************************************************************************/ -#define XUartPs_ReadReg(BaseAddress, RegOffset) \ - Xil_In32((BaseAddress) + (u32)(RegOffset)) - -/***************************************************************************/ -/** -* Write a UART register. -* -* @param BaseAddress contains the base address of the device. -* @param RegOffset contains the offset from the base address of the -* device. -* @param RegisterValue is the value to be written to the register. -* -* @return None. -* -* @note C-Style signature: -* void XUartPs_WriteReg(u32 BaseAddress, int RegOffset, -* u16 RegisterValue) -* -******************************************************************************/ -#define XUartPs_WriteReg(BaseAddress, RegOffset, RegisterValue) \ - Xil_Out32((BaseAddress) + (u32)(RegOffset), (u32)(RegisterValue)) - -/****************************************************************************/ -/** -* Determine if there is receive data in the receiver and/or FIFO. -* -* @param BaseAddress contains the base address of the device. -* -* @return TRUE if there is receive data, FALSE otherwise. -* -* @note C-Style signature: -* u32 XUartPs_IsReceiveData(u32 BaseAddress) -* -******************************************************************************/ -#define XUartPs_IsReceiveData(BaseAddress) \ - !((Xil_In32((BaseAddress) + XUARTPS_SR_OFFSET) & \ - (u32)XUARTPS_SR_RXEMPTY) == (u32)XUARTPS_SR_RXEMPTY) - -/****************************************************************************/ -/** -* Determine if a byte of data can be sent with the transmitter. -* -* @param BaseAddress contains the base address of the device. -* -* @return TRUE if the TX FIFO is full, FALSE if a byte can be put in the -* FIFO. -* -* @note C-Style signature: -* u32 XUartPs_IsTransmitFull(u32 BaseAddress) -* -******************************************************************************/ -#define XUartPs_IsTransmitFull(BaseAddress) \ - ((Xil_In32((BaseAddress) + XUARTPS_SR_OFFSET) & \ - (u32)XUARTPS_SR_TXFULL) == (u32)XUARTPS_SR_TXFULL) - -/************************** Function Prototypes ******************************/ - -void XUartPs_SendByte(u32 BaseAddress, u8 Data); - -u8 XUartPs_RecvByte(u32 BaseAddress); - -void XUartPs_ResetHw(u32 BaseAddress); - -/************************** Variable Definitions *****************************/ - -#ifdef __cplusplus -} -#endif - -#endif /* end of protection macro */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_intr.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_intr.c deleted file mode 100644 index faaa034..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_intr.c +++ /dev/null @@ -1,425 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps_intr.c -* @addtogroup uartps_v3_11 -* @{ -* -* This file contains the functions for interrupt handling -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- -----------------------------------------------
-* 1.00  drg/jz 01/13/10 First Release
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.1	kvn    04/10/15 Modified code for latest RTL changes.
-* 3.7   aru    08/17/18 Resolved MISRA-C mandatory violations.(CR#1007755)
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xuartps.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Function Prototypes *****************************/ - -static void ReceiveDataHandler(XUartPs *InstancePtr); -static void SendDataHandler(XUartPs *InstancePtr, u32 IsrStatus); -static void ReceiveErrorHandler(XUartPs *InstancePtr, u32 IsrStatus); -static void ReceiveTimeoutHandler(XUartPs *InstancePtr); -static void ModemHandler(XUartPs *InstancePtr); - - -/* Internal function prototypes implemented in xuartps.c */ -extern u32 XUartPs_ReceiveBuffer(XUartPs *InstancePtr); -extern u32 XUartPs_SendBuffer(XUartPs *InstancePtr); - -/************************** Variable Definitions ****************************/ - -typedef void (*Handler)(XUartPs *InstancePtr); - -/****************************************************************************/ -/** -* -* This function gets the interrupt mask -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* The current interrupt mask. The mask indicates which interrupts -* are enabled. -* -* @note None. -* -*****************************************************************************/ -u32 XUartPs_GetInterruptMask(XUartPs *InstancePtr) -{ - /* Assert validates the input argument */ - Xil_AssertNonvoid(InstancePtr != NULL); - - /* Read the Interrupt Mask register */ - return (XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_IMR_OFFSET)); -} - -/****************************************************************************/ -/** -* -* This function sets the interrupt mask. -* -* @param InstancePtr is a pointer to the XUartPs instance -* @param Mask contains the interrupts to be enabled or disabled. -* A '1' enables an interrupt, and a '0' disables. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SetInterruptMask(XUartPs *InstancePtr, u32 Mask) -{ - u32 TempMask = Mask; - /* Assert validates the input arguments */ - Xil_AssertVoid(InstancePtr != NULL); - - TempMask &= (u32)XUARTPS_IXR_MASK; - - /* Write the mask to the IER Register */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_IER_OFFSET, TempMask); - - /* Write the inverse of the Mask to the IDR register */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_IDR_OFFSET, (~TempMask)); - -} - -/****************************************************************************/ -/** -* -* This function sets the handler that will be called when an event (interrupt) -* occurs that needs application's attention. -* -* @param InstancePtr is a pointer to the XUartPs instance -* @param FuncPtr is the pointer to the callback function. -* @param CallBackRef is the upper layer callback reference passed back -* when the callback function is invoked. -* -* @return None. -* -* @note -* -* There is no assert on the CallBackRef since the driver doesn't know what it -* is (nor should it) -* -*****************************************************************************/ -void XUartPs_SetHandler(XUartPs *InstancePtr, XUartPs_Handler FuncPtr, - void *CallBackRef) -{ - /* - * Asserts validate the input arguments - * CallBackRef not checked, no way to know what is valid - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(FuncPtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - InstancePtr->Handler = (XUartPs_Handler)FuncPtr; - InstancePtr->CallBackRef = CallBackRef; -} - -/****************************************************************************/ -/** -* -* This function is the interrupt handler for the driver. -* It must be connected to an interrupt system by the application such that it -* can be called when an interrupt occurs. -* -* @param InstancePtr contains a pointer to the driver instance -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XUartPs_InterruptHandler(XUartPs *InstancePtr) -{ - u32 IsrStatus; - - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the interrupt ID register to determine which - * interrupt is active - */ - IsrStatus = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_IMR_OFFSET); - - IsrStatus &= XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_ISR_OFFSET); - - /* Dispatch an appropriate handler. */ - if((IsrStatus & ((u32)XUARTPS_IXR_RXOVR | (u32)XUARTPS_IXR_RXEMPTY | - (u32)XUARTPS_IXR_RXFULL)) != (u32)0) { - /* Received data interrupt */ - ReceiveDataHandler(InstancePtr); - } - - if((IsrStatus & ((u32)XUARTPS_IXR_TXEMPTY | (u32)XUARTPS_IXR_TXFULL)) - != (u32)0) { - /* Transmit data interrupt */ - SendDataHandler(InstancePtr, IsrStatus); - } - - /* XUARTPS_IXR_RBRK is applicable only for Zynq Ultrascale+ MP */ - if ((IsrStatus & ((u32)XUARTPS_IXR_OVER | (u32)XUARTPS_IXR_FRAMING | - (u32)XUARTPS_IXR_PARITY | (u32)XUARTPS_IXR_RBRK)) != (u32)0) { - /* Received Error Status interrupt */ - ReceiveErrorHandler(InstancePtr, IsrStatus); - } - - if((IsrStatus & ((u32)XUARTPS_IXR_TOUT)) != (u32)0) { - /* Received Timeout interrupt */ - ReceiveTimeoutHandler(InstancePtr); - } - - if((IsrStatus & ((u32)XUARTPS_IXR_DMS)) != (u32)0) { - /* Modem status interrupt */ - ModemHandler(InstancePtr); - } - - /* Clear the interrupt status. */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_ISR_OFFSET, - IsrStatus); - -} - -/****************************************************************************/ -/* -* -* This function handles interrupts for receive errors which include -* overrun errors, framing errors, parity errors, and the break interrupt. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -static void ReceiveErrorHandler(XUartPs *InstancePtr, u32 IsrStatus) -{ - u32 EventData; - u32 Event; - - InstancePtr->is_rxbs_error = 0; - - if ((InstancePtr->Platform == XPLAT_ZYNQ_ULTRA_MP) && - (IsrStatus & ((u32)XUARTPS_IXR_PARITY | (u32)XUARTPS_IXR_RBRK - | (u32)XUARTPS_IXR_FRAMING))) { - InstancePtr->is_rxbs_error = 1; - } - /* - * If there are bytes still to be received in the specified buffer - * go ahead and receive them. Removing bytes from the RX FIFO will - * clear the interrupt. - */ - - (void)XUartPs_ReceiveBuffer(InstancePtr); - - if (!(InstancePtr->is_rxbs_error)) { - Event = XUARTPS_EVENT_RECV_ERROR; - EventData = InstancePtr->ReceiveBuffer.RequestedBytes - - InstancePtr->ReceiveBuffer.RemainingBytes; - - /* - * Call the application handler to indicate that there is a receive - * error or a break interrupt, if the application cares about the - * error it call a function to get the last errors. - */ - InstancePtr->Handler(InstancePtr->CallBackRef, - Event, - EventData); - } -} - -/****************************************************************************/ -/** -* -* This function handles the receive timeout interrupt. This interrupt occurs -* whenever a number of bytes have been present in the RX FIFO and the receive -* data line has been idle for at lease 4 or more character times, (the timeout -* is set using XUartPs_SetrecvTimeout() function). -* -* @param InstancePtr is a pointer to the XUartPs instance -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -static void ReceiveTimeoutHandler(XUartPs *InstancePtr) -{ - u32 Event; - - /* - * If there are bytes still to be received in the specified buffer - * go ahead and receive them. Removing bytes from the RX FIFO will - * clear the interrupt. - */ - if (InstancePtr->ReceiveBuffer.RemainingBytes != (u32)0) { - (void)XUartPs_ReceiveBuffer(InstancePtr); - } - - /* - * If there are no more bytes to receive then indicate that this is - * not a receive timeout but the end of the buffer reached, a timeout - * normally occurs if # of bytes is not divisible by FIFO threshold, - * don't rely on previous test of remaining bytes since receive - * function updates it - */ - if (InstancePtr->ReceiveBuffer.RemainingBytes != (u32)0) { - Event = XUARTPS_EVENT_RECV_TOUT; - } else { - Event = XUARTPS_EVENT_RECV_DATA; - } - - /* - * Call the application handler to indicate that there is a receive - * timeout or data event - */ - InstancePtr->Handler(InstancePtr->CallBackRef, Event, - InstancePtr->ReceiveBuffer.RequestedBytes - - InstancePtr->ReceiveBuffer.RemainingBytes); - -} -/****************************************************************************/ -/** -* -* This function handles the interrupt when data is in RX FIFO. -* -* @param InstancePtr is a pointer to the XUartPs instance -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -static void ReceiveDataHandler(XUartPs *InstancePtr) -{ - /* - * If there are bytes still to be received in the specified buffer - * go ahead and receive them. Removing bytes from the RX FIFO will - * clear the interrupt. - */ - if (InstancePtr->ReceiveBuffer.RemainingBytes != (u32)0) { - (void)XUartPs_ReceiveBuffer(InstancePtr); - } - - /* If the last byte of a message was received then call the application - * handler, this code should not use an else from the previous check of - * the number of bytes to receive because the call to receive the buffer - * updates the bytes ramained - */ - if (InstancePtr->ReceiveBuffer.RemainingBytes == (u32)0) { - InstancePtr->Handler(InstancePtr->CallBackRef, - XUARTPS_EVENT_RECV_DATA, - (InstancePtr->ReceiveBuffer.RequestedBytes - - InstancePtr->ReceiveBuffer.RemainingBytes)); - } - -} - -/****************************************************************************/ -/** -* -* This function handles the interrupt when data has been sent, the transmit -* FIFO is empty (transmitter holding register). -* -* @param InstancePtr is a pointer to the XUartPs instance -* @param IsrStatus is the register value for channel status register -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -static void SendDataHandler(XUartPs *InstancePtr, u32 IsrStatus) -{ - - /* - * If there are not bytes to be sent from the specified buffer then disable - * the transmit interrupt so it will stop interrupting as it interrupts - * any time the FIFO is empty - */ - if (InstancePtr->SendBuffer.RemainingBytes == (u32)0) { - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_IDR_OFFSET, - ((u32)XUARTPS_IXR_TXEMPTY | (u32)XUARTPS_IXR_TXFULL)); - - /* Call the application handler to indicate the sending is done */ - InstancePtr->Handler(InstancePtr->CallBackRef, - XUARTPS_EVENT_SENT_DATA, - InstancePtr->SendBuffer.RequestedBytes - - InstancePtr->SendBuffer.RemainingBytes); - } - - /* If TX FIFO is empty, send more. */ - else if((IsrStatus & ((u32)XUARTPS_IXR_TXEMPTY)) != (u32)0) { - (void)XUartPs_SendBuffer(InstancePtr); - } - else { - /* Else with dummy entry for MISRA-C Compliance.*/ - ; - } -} - -/****************************************************************************/ -/** -* -* This function handles modem interrupts. It does not do any processing -* except to call the application handler to indicate a modem event. -* -* @param InstancePtr is a pointer to the XUartPs instance -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -static void ModemHandler(XUartPs *InstancePtr) -{ - u32 MsrRegister; - - /* - * Read the modem status register so that the interrupt is acknowledged - * and it can be passed to the callback handler with the event - */ - MsrRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MODEMSR_OFFSET); - - /* - * Call the application handler to indicate the modem status changed, - * passing the modem status and the event data in the call - */ - InstancePtr->Handler(InstancePtr->CallBackRef, - XUARTPS_EVENT_MODEM, - MsrRegister); - -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_options.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_options.c deleted file mode 100644 index fd8da2c..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_options.c +++ /dev/null @@ -1,741 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps_options.c -* @addtogroup uartps_v3_11 -* @{ -* -* The implementation of the options functions for the XUartPs driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- -----------------------------------------------
-* 1.00  drg/jz 01/13/10 First Release
-* 1.00  sdm    09/27/11 Fixed a bug in XUartPs_SetFlowDelay where the input
-*			value was not being written to the register.
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.2   rk     07/20/16 Modified the logic for transmission break bit set
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xuartps.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ -/* - * The following data type is a map from an option to the offset in the - * register to which it belongs as well as its bit mask in that register. - */ -typedef struct { - u16 Option; - u16 RegisterOffset; - u32 Mask; -} Mapping; - -/* - * Create the table which contains options which are to be processed to get/set - * the options. These options are table driven to allow easy maintenance and - * expansion of the options. - */ - -static Mapping OptionsTable[] = { - {XUARTPS_OPTION_SET_BREAK, XUARTPS_CR_OFFSET, XUARTPS_CR_STARTBRK}, - {XUARTPS_OPTION_STOP_BREAK, XUARTPS_CR_OFFSET, XUARTPS_CR_STOPBRK}, - {XUARTPS_OPTION_RESET_TMOUT, XUARTPS_CR_OFFSET, XUARTPS_CR_TORST}, - {XUARTPS_OPTION_RESET_TX, XUARTPS_CR_OFFSET, XUARTPS_CR_TXRST}, - {XUARTPS_OPTION_RESET_RX, XUARTPS_CR_OFFSET, XUARTPS_CR_RXRST}, - {XUARTPS_OPTION_ASSERT_RTS, XUARTPS_MODEMCR_OFFSET, - XUARTPS_MODEMCR_RTS}, - {XUARTPS_OPTION_ASSERT_DTR, XUARTPS_MODEMCR_OFFSET, - XUARTPS_MODEMCR_DTR}, - {XUARTPS_OPTION_SET_FCM, XUARTPS_MODEMCR_OFFSET, XUARTPS_MODEMCR_FCM} -}; - -/* Create a constant for the number of entries in the table */ - -#define XUARTPS_NUM_OPTIONS (sizeof(OptionsTable) / sizeof(Mapping)) - -/************************** Function Prototypes *****************************/ - -/****************************************************************************/ -/** -* -* Gets the options for the specified driver instance. The options are -* implemented as bit masks such that multiple options may be enabled or -* disabled simultaneously. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* -* The current options for the UART. The options are bit masks that are -* contained in the file xuartps.h and named XUARTPS_OPTION_*. -* -* @note None. -* -*****************************************************************************/ -u16 XUartPs_GetOptions(XUartPs *InstancePtr) -{ - u16 Options = 0U; - u32 Register; - u32 Index; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Loop through the options table to map the physical options in the - * registers of the UART to the logical options to be returned - */ - for (Index = 0U; Index < XUARTPS_NUM_OPTIONS; Index++) { - Register = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - OptionsTable[Index]. - RegisterOffset); - - /* - * If the bit in the register which correlates to the option - * is set, then set the corresponding bit in the options, - * ignoring any bits which are zero since the options variable - * is initialized to zero - */ - if ((Register & OptionsTable[Index].Mask) != (u32)0) { - Options |= OptionsTable[Index].Option; - } - } - - return Options; -} - -/****************************************************************************/ -/** -* -* Sets the options for the specified driver instance. The options are -* implemented as bit masks such that multiple options may be enabled or -* disabled simultaneously. -* -* The GetOptions function may be called to retrieve the currently enabled -* options. The result is ORed in the desired new settings to be enabled and -* ANDed with the inverse to clear the settings to be disabled. The resulting -* value is then used as the options for the SetOption function call. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param Options contains the options to be set which are bit masks -* contained in the file xuartps.h and named XUARTPS_OPTION_*. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SetOptions(XUartPs *InstancePtr, u16 Options) -{ - u32 Index; - u32 Register; - - /* Assert validates the input arguments */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Loop through the options table to map the logical options to the - * physical options in the registers of the UART. - */ - for (Index = 0U; Index < XUARTPS_NUM_OPTIONS; Index++) { - - /* - * Read the register which contains option so that the register - * can be changed without destoying any other bits of the - * register. - */ - Register = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - OptionsTable[Index]. - RegisterOffset); - - /* - * If the option is set in the input, then set the corresponding - * bit in the specified register, otherwise clear the bit in - * the register. - */ - if ((Options & OptionsTable[Index].Option) != (u16)0) { - if(OptionsTable[Index].Option == XUARTPS_OPTION_SET_BREAK) - Register &= ~XUARTPS_CR_STOPBRK; - Register |= OptionsTable[Index].Mask; - } - else { - Register &= ~OptionsTable[Index].Mask; - } - - /* Write the new value to the register to set the option */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - OptionsTable[Index].RegisterOffset, - Register); - } - -} - -/****************************************************************************/ -/** -* -* This function gets the receive FIFO trigger level. The receive trigger -* level indicates the number of bytes in the receive FIFO that cause a receive -* data event (interrupt) to be generated. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return The current receive FIFO trigger level. This is a value -* from 0-31. -* -* @note None. -* -*****************************************************************************/ -u8 XUartPs_GetFifoThreshold(XUartPs *InstancePtr) -{ - u8 RtrigRegister; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the value of the FIFO control register so that the threshold - * can be retrieved, this read takes special register processing - */ - RtrigRegister = (u8) XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_RXWM_OFFSET); - - /* Return only the trigger level from the register value */ - - RtrigRegister &= (u8)XUARTPS_RXWM_MASK; - return RtrigRegister; -} - -/****************************************************************************/ -/** -* -* This functions sets the receive FIFO trigger level. The receive trigger -* level specifies the number of bytes in the receive FIFO that cause a receive -* data event (interrupt) to be generated. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param TriggerLevel contains the trigger level to set. -* -* @return None -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SetFifoThreshold(XUartPs *InstancePtr, u8 TriggerLevel) -{ - u32 RtrigRegister; - - /* Assert validates the input arguments */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(TriggerLevel <= (u8)XUARTPS_RXWM_MASK); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - RtrigRegister = ((u32)TriggerLevel) & (u32)XUARTPS_RXWM_MASK; - - /* - * Write the new value for the FIFO control register to it such that the - * threshold is changed - */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_RXWM_OFFSET, RtrigRegister); - -} - -/****************************************************************************/ -/** -* -* This function gets the modem status from the specified UART. The modem -* status indicates any changes of the modem signals. This function allows -* the modem status to be read in a polled mode. The modem status is updated -* whenever it is read such that reading it twice may not yield the same -* results. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* -* The modem status which are bit masks that are contained in the file -* xuartps.h and named XUARTPS_MODEM_*. -* -* @note -* -* The bit masks used for the modem status are the exact bits of the modem -* status register with no abstraction. -* -*****************************************************************************/ -u16 XUartPs_GetModemStatus(XUartPs *InstancePtr) -{ - u32 ModemStatusRegister; - u16 TmpRegister; - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Read the modem status register to return - */ - ModemStatusRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MODEMSR_OFFSET); - TmpRegister = (u16)ModemStatusRegister; - return TmpRegister; -} - -/****************************************************************************/ -/** -* -* This function determines if the specified UART is sending data. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* - TRUE if the UART is sending data -* - FALSE if UART is not sending data -* -* @note None. -* -*****************************************************************************/ -u32 XUartPs_IsSending(XUartPs *InstancePtr) -{ - u32 ChanStatRegister; - u32 ChanTmpSRegister; - u32 ActiveResult; - u32 EmptyResult; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the channel status register to determine if the transmitter is - * active - */ - ChanStatRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_SR_OFFSET); - - /* - * If the transmitter is active, or the TX FIFO is not empty, then indicate - * that the UART is still sending some data - */ - ActiveResult = ChanStatRegister & ((u32)XUARTPS_SR_TACTIVE); - EmptyResult = ChanStatRegister & ((u32)XUARTPS_SR_TXEMPTY); - ChanTmpSRegister = (((u32)XUARTPS_SR_TACTIVE) == ActiveResult) || - (((u32)XUARTPS_SR_TXEMPTY) != EmptyResult); -#if defined (XCLOCKING) - if (!ChanTmpSRegister) - Xil_ClockDisable(InstancePtr->Config.RefClk); -#endif - return ChanTmpSRegister; -} - -/****************************************************************************/ -/** -* -* This function gets the operational mode of the UART. The UART can operate -* in one of four modes: Normal, Local Loopback, Remote Loopback, or automatic -* echo. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* -* The operational mode is specified by constants defined in xuartps.h. The -* constants are named XUARTPS_OPER_MODE_* -* -* @note None. -* -*****************************************************************************/ -u8 XUartPs_GetOperMode(XUartPs *InstancePtr) -{ - u32 ModeRegister; - u8 OperMode; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Read the Mode register. */ - ModeRegister = - XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - - ModeRegister &= (u32)XUARTPS_MR_CHMODE_MASK; - /* Return the constant */ - switch (ModeRegister) { - case XUARTPS_MR_CHMODE_NORM: - OperMode = XUARTPS_OPER_MODE_NORMAL; - break; - case XUARTPS_MR_CHMODE_ECHO: - OperMode = XUARTPS_OPER_MODE_AUTO_ECHO; - break; - case XUARTPS_MR_CHMODE_L_LOOP: - OperMode = XUARTPS_OPER_MODE_LOCAL_LOOP; - break; - case XUARTPS_MR_CHMODE_R_LOOP: - OperMode = XUARTPS_OPER_MODE_REMOTE_LOOP; - break; - default: - OperMode = (u8) ((ModeRegister & (u32)XUARTPS_MR_CHMODE_MASK) >> - XUARTPS_MR_CHMODE_SHIFT); - break; - } - - return OperMode; -} - -/****************************************************************************/ -/** -* -* This function sets the operational mode of the UART. The UART can operate -* in one of four modes: Normal, Local Loopback, Remote Loopback, or automatic -* echo. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param OperationMode is the mode of the UART. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SetOperMode(XUartPs *InstancePtr, u8 OperationMode) -{ - u32 ModeRegister; - - /* Assert validates the input arguments. */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(OperationMode <= XUARTPS_OPER_MODE_REMOTE_LOOP); - - /* Read the Mode register. */ - ModeRegister = - XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - - /* Set the correct value by masking the bits, then ORing the const. */ - ModeRegister &= (u32)(~XUARTPS_MR_CHMODE_MASK); - - switch (OperationMode) { - case XUARTPS_OPER_MODE_NORMAL: - ModeRegister |= (u32)XUARTPS_MR_CHMODE_NORM; - break; - case XUARTPS_OPER_MODE_AUTO_ECHO: - ModeRegister |= (u32)XUARTPS_MR_CHMODE_ECHO; - break; - case XUARTPS_OPER_MODE_LOCAL_LOOP: - ModeRegister |= (u32)XUARTPS_MR_CHMODE_L_LOOP; - break; - case XUARTPS_OPER_MODE_REMOTE_LOOP: - ModeRegister |= (u32)XUARTPS_MR_CHMODE_R_LOOP; - break; - default: - /* Default case made for MISRA-C Compliance. */ - break; - } - - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_MR_OFFSET, - ModeRegister); - -} - -/****************************************************************************/ -/** -* -* This function sets the Flow Delay. -* 0 - 3: Flow delay inactive -* 4 - 32: If Flow Control mode is enabled, UART_rtsN is deactivated when the -* receive FIFO fills to this level. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return -* -* The Flow Delay is specified by constants defined in xuartps_hw.h. The -* constants are named XUARTPS_FLOWDEL* -* -* @note None. -* -*****************************************************************************/ -u8 XUartPs_GetFlowDelay(XUartPs *InstancePtr) -{ - u32 FdelTmpRegister; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Read the Mode register. */ - FdelTmpRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_FLOWDEL_OFFSET); - - /* Return the contents of the flow delay register */ - FdelTmpRegister = (u8)(FdelTmpRegister & (u32)XUARTPS_FLOWDEL_MASK); - return FdelTmpRegister; -} - -/****************************************************************************/ -/** -* -* This function sets the Flow Delay. -* 0 - 3: Flow delay inactive -* 4 - 63: If Flow Control mode is enabled, UART_rtsN is deactivated when the -* receive FIFO fills to this level. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param FlowDelayValue is the Setting for the flow delay. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SetFlowDelay(XUartPs *InstancePtr, u8 FlowDelayValue) -{ - u32 FdelRegister; - - /* Assert validates the input arguments */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(FlowDelayValue > (u8)XUARTPS_FLOWDEL_MASK); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Set the correct value by shifting the input constant, then masking - * the bits - */ - FdelRegister = ((u32)FlowDelayValue) & (u32)XUARTPS_FLOWDEL_MASK; - - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_FLOWDEL_OFFSET, FdelRegister); - -} - -/****************************************************************************/ -/** -* -* This function gets the Receive Timeout of the UART. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* -* @return The current setting for receive time out. -* -* @note None. -* -*****************************************************************************/ -u8 XUartPs_GetRecvTimeout(XUartPs *InstancePtr) -{ - u32 RtoRegister; - u8 RtoRTmpRegister; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Read the Receive Timeout register. */ - RtoRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_RXTOUT_OFFSET); - - /* Return the contents of the mode register shifted appropriately */ - RtoRTmpRegister = (u8)(RtoRegister & (u32)XUARTPS_RXTOUT_MASK); - return RtoRTmpRegister; -} - -/****************************************************************************/ -/** -* -* This function sets the Receive Timeout of the UART. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param RecvTimeout setting allows the UART to detect an idle connection -* on the receiver data line. -* Timeout duration = RecvTimeout x 4 x Bit Period. 0 disables the -* timeout function. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XUartPs_SetRecvTimeout(XUartPs *InstancePtr, u8 RecvTimeout) -{ - u32 RtoRegister; - - /* Assert validates the input arguments */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Set the correct value by masking the bits */ - RtoRegister = ((u32)RecvTimeout & (u32)XUARTPS_RXTOUT_MASK); - - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, - XUARTPS_RXTOUT_OFFSET, RtoRegister); - - /* Configure CR to restart the receiver timeout counter */ - RtoRegister = - XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_CR_OFFSET); - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_CR_OFFSET, - (RtoRegister | XUARTPS_CR_TORST)); - -} -/****************************************************************************/ -/** -* -* Sets the data format for the device. The data format includes the -* baud rate, number of data bits, number of stop bits, and parity. It is the -* caller's responsibility to ensure that the UART is not sending or receiving -* data when this function is called. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param FormatPtr is a pointer to a format structure containing the data -* format to be set. -* -* @return -* - XST_SUCCESS if the data format was successfully set. -* - XST_UART_BAUD_ERROR indicates the baud rate could not be -* set because of the amount of error with the baud rate and -* the input clock frequency. -* - XST_INVALID_PARAM if one of the parameters was not valid. -* -* @note -* -* The data types in the format type, data bits and parity, are 32 bit fields -* to prevent a compiler warning. -* The asserts in this function will cause a warning if these fields are -* bytes. -*

-* -*****************************************************************************/ -s32 XUartPs_SetDataFormat(XUartPs *InstancePtr, - XUartPsFormat * FormatPtr) -{ - s32 Status; - u32 ModeRegister; - - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(FormatPtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* Verify the inputs specified are valid */ - if ((FormatPtr->DataBits > ((u32)XUARTPS_FORMAT_6_BITS)) || - (FormatPtr->StopBits > ((u8)XUARTPS_FORMAT_2_STOP_BIT)) || - (FormatPtr->Parity > ((u32)XUARTPS_FORMAT_NO_PARITY))) { - Status = XST_INVALID_PARAM; - } else { - - /* - * Try to set the baud rate and if it's not successful then don't - * continue altering the data format, this is done first to avoid the - * format from being altered when an error occurs - */ - Status = XUartPs_SetBaudRate(InstancePtr, FormatPtr->BaudRate); - if (Status != (s32)XST_SUCCESS) { - ; - } else { - - ModeRegister = - XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - - /* - * Set the length of data (8,7,6) by first clearing out the bits - * that control it in the register, then set the length in the register - */ - ModeRegister &= (u32)(~XUARTPS_MR_CHARLEN_MASK); - ModeRegister |= (FormatPtr->DataBits << XUARTPS_MR_CHARLEN_SHIFT); - - /* - * Set the number of stop bits in the mode register by first clearing - * out the bits that control it in the register, then set the number - * of stop bits in the register. - */ - ModeRegister &= (u32)(~XUARTPS_MR_STOPMODE_MASK); - ModeRegister |= (((u32)FormatPtr->StopBits) << XUARTPS_MR_STOPMODE_SHIFT); - - /* - * Set the parity by first clearing out the bits that control it in the - * register, then set the bits in the register, the default is no parity - * after clearing the register bits - */ - ModeRegister &= (u32)(~XUARTPS_MR_PARITY_MASK); - ModeRegister |= (FormatPtr->Parity << XUARTPS_MR_PARITY_SHIFT); - - /* Update the mode register */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_MR_OFFSET, - ModeRegister); - - Status = XST_SUCCESS; - } - } - return Status; -} - -/****************************************************************************/ -/** -* -* Gets the data format for the specified UART. The data format includes the -* baud rate, number of data bits, number of stop bits, and parity. -* -* @param InstancePtr is a pointer to the XUartPs instance. -* @param FormatPtr is a pointer to a format structure that will contain -* the data format after this call completes. -* -* @return None. -* -* @note None. -* -* -*****************************************************************************/ -void XUartPs_GetDataFormat(XUartPs *InstancePtr, XUartPsFormat * FormatPtr) -{ - u32 ModeRegister; - - - /* Assert validates the input arguments */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(FormatPtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Get the baud rate from the instance, this is not retrieved from the - * hardware because it is only kept as a divisor such that it is more - * difficult to get back to the baud rate - */ - FormatPtr->BaudRate = InstancePtr->BaudRate; - - ModeRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - - /* Get the length of data (8,7,6,5) */ - FormatPtr->DataBits = - ((ModeRegister & (u32)XUARTPS_MR_CHARLEN_MASK) >> - XUARTPS_MR_CHARLEN_SHIFT); - - /* Get the number of stop bits */ - FormatPtr->StopBits = - (u8)((ModeRegister & (u32)XUARTPS_MR_STOPMODE_MASK) >> - XUARTPS_MR_STOPMODE_SHIFT); - - /* Determine what parity is */ - FormatPtr->Parity = - (u32)((ModeRegister & (u32)XUARTPS_MR_PARITY_MASK) >> - XUARTPS_MR_PARITY_SHIFT); -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_selftest.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_selftest.c deleted file mode 100644 index 99727bc..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_selftest.c +++ /dev/null @@ -1,147 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps_selftest.c -* @addtogroup uartps_v3_11 -* @{ -* -* This file contains the self-test functions for the XUartPs driver. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- -----------------------------------------------
-* 1.00	drg/jz 01/13/10 First Release
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 3.9   sd     02/06/20 Added clock support
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xstatus.h" -#include "xuartps.h" - -/************************** Constant Definitions *****************************/ - - -/**************************** Type Definitions *******************************/ - - -/***************** Macros (Inline Functions) Definitions *********************/ - -#define XUARTPS_TOTAL_BYTES (u8)32 - -/************************** Variable Definitions *****************************/ - -static u8 TestString[XUARTPS_TOTAL_BYTES]="abcdefghABCDEFGH012345677654321"; -static u8 ReturnString[XUARTPS_TOTAL_BYTES]; - -/************************** Function Prototypes ******************************/ - - -/****************************************************************************/ -/** -* -* This function runs a self-test on the driver and hardware device. This self -* test performs a local loopback and verifies data can be sent and received. -* -* The time for this test is proportional to the baud rate that has been set -* prior to calling this function. -* -* The mode and control registers are restored before return. -* -* @param InstancePtr is a pointer to the XUartPs instance -* -* @return -* - XST_SUCCESS if the test was successful -* - XST_UART_TEST_FAIL if the test failed looping back the data -* -* @note -* -* This function can hang if the hardware is not functioning properly. -* -******************************************************************************/ -s32 XUartPs_SelfTest(XUartPs *InstancePtr) -{ - s32 Status = XST_SUCCESS; - u32 IntrRegister; - u32 ModeRegister; - u8 Index; - u32 ReceiveDataResult; - - /* Assert validates the input arguments */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); -#if defined (XCLOCKING) - Xil_ClockEnable(InstancePtr->Config.RefClk); -#endif - - /* Disable all interrupts in the interrupt disable register */ - IntrRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_IMR_OFFSET); - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_IDR_OFFSET, - XUARTPS_IXR_MASK); - - /* Setup for local loopback */ - ModeRegister = XUartPs_ReadReg(InstancePtr->Config.BaseAddress, - XUARTPS_MR_OFFSET); - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_MR_OFFSET, - ((ModeRegister & (u32)(~XUARTPS_MR_CHMODE_MASK)) | - (u32)XUARTPS_MR_CHMODE_L_LOOP)); - - /* Send a number of bytes and receive them, one at a time. */ - for (Index = 0U; Index < XUARTPS_TOTAL_BYTES; Index++) { - /* - * Send out the byte and if it was not sent then the failure - * will be caught in the comparison at the end - */ - (void)XUartPs_Send(InstancePtr, &TestString[Index], 1U); - - /* - * Wait until the byte is received. This can hang if the HW - * is broken. Watch for the FIFO empty flag to be false. - */ - ReceiveDataResult = Xil_In32((InstancePtr->Config.BaseAddress) + XUARTPS_SR_OFFSET) & - XUARTPS_SR_RXEMPTY; - while (ReceiveDataResult == XUARTPS_SR_RXEMPTY ) { - ReceiveDataResult = Xil_In32((InstancePtr->Config.BaseAddress) + XUARTPS_SR_OFFSET) & - XUARTPS_SR_RXEMPTY; - } - - /* Receive the byte */ - (void)XUartPs_Recv(InstancePtr, &ReturnString[Index], 1U); - } - - /* - * Compare the bytes received to the bytes sent to verify the exact data - * was received - */ - for (Index = 0U; Index < XUARTPS_TOTAL_BYTES; Index++) { - if (TestString[Index] != ReturnString[Index]) { - Status = XST_UART_TEST_FAIL; - } - } - - /* - * Restore the registers which were altered to put into polling and - * loopback modes so that this test is not destructive - */ - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_IER_OFFSET, - IntrRegister); - XUartPs_WriteReg(InstancePtr->Config.BaseAddress, XUARTPS_MR_OFFSET, - ModeRegister); - -#if defined (XCLOCKING) - Xil_ClockDisable(InstancePtr->Config.RefClk); -#endif - return Status; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_sinit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_sinit.c deleted file mode 100644 index 9b10b49..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/uartps_v3_11/src/xuartps_sinit.c +++ /dev/null @@ -1,73 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2010 - 2021 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xuartps_sinit.c -* @addtogroup uartps_v3_11 -* @{ -* -* The implementation of the XUartPs driver's static initialization -* functionality. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date	Changes
-* ----- ------ -------- -----------------------------------------------
-* 1.00  drg/jz 01/13/10 First Release
-* 3.00  kvn    02/13/15 Modified code for MISRA-C:2012 compliance.
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xstatus.h" -#include "xparameters.h" -#include "xuartps.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ -extern XUartPs_Config XUartPs_ConfigTable[XPAR_XUARTPS_NUM_INSTANCES]; - -/************************** Function Prototypes *****************************/ - -/****************************************************************************/ -/** -* -* Looks up the device configuration based on the unique device ID. The table -* contains the configuration info for each device in the system. -* -* @param DeviceId contains the ID of the device -* -* @return A pointer to the configuration structure or NULL if the -* specified device is not in the system. -* -* @note None. -* -******************************************************************************/ -XUartPs_Config *XUartPs_LookupConfig(u16 DeviceId) -{ - XUartPs_Config *CfgPtr = NULL; - - u32 Index; - - for (Index = 0U; Index < (u32)XPAR_XUARTPS_NUM_INSTANCES; Index++) { - if (XUartPs_ConfigTable[Index].DeviceId == DeviceId) { - CfgPtr = &XUartPs_ConfigTable[Index]; - break; - } - } - - return (XUartPs_Config *)CfgPtr; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/Makefile deleted file mode 100644 index 5feeb49..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -DRIVER_LIB_VERSION = 1.0 -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -EXTRA_COMPILER_FLAGS= -LIB=libxil.a - -CC_FLAGS = $(COMPILER_FLAGS) -ECC_FLAGS = $(EXTRA_COMPILER_FLAGS) - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I$(INCLUDEDIR) - -SRCFILES:=$(wildcard *.c) - -OBJECTS = $(addprefix $(RELEASEDIR), $(addsuffix .o, $(basename $(wildcard *.c)))) - -libs: $(OBJECTS) - -DEPFILES := $(SRCFILES:%.c=$(RELEASEDIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(RELEASEDIR)%.o: %.c - ${COMPILER} $(CC_FLAGS) $(ECC_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) $< -o $@ - -.PHONY: include -include: $(addprefix $(INCLUDEDIR),$(wildcard *.h)) - -$(INCLUDEDIR)%.h: %.h - $(CP) $< $@ - -clean: - rm -rf ${OBJECTS} - rm -rf $(DEPFILES) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps.c deleted file mode 100644 index e8eb9ee..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps.c +++ /dev/null @@ -1,1813 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xadcps.c -* @addtogroup xadcps_v2_6 -* @{ -* -* This file contains the driver API functions that can be used to access -* the XADC device. -* -* Refer to the xadcps.h header file for more information about this driver. -* -* @note None. -* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a ssb    12/22/11 First release based on the XPS/AXI xadc driver
-* 1.01a bss    02/18/13	Modified XAdcPs_SetSeqChEnables,XAdcPs_SetSeqAvgEnables
-*			XAdcPs_SetSeqInputMode and XAdcPs_SetSeqAcqTime APIs
-*			to fix CR #693371
-* 2.1   bss    08/05/14	Modified Assert for XAdcPs_SetSingleChParams to fix
-*			CR #807563.
-* 2.2	bss	   04/27/14 Modified to use correct Device Config base address
-*						(CR#854437).
-* 2.3   mn     07/09/18 Fix Doxygen warning
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xadcps.h" - -/************************** Constant Definitions ****************************/ - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Function Prototypes *****************************/ - -void XAdcPs_WriteInternalReg(XAdcPs *InstancePtr, u32 RegOffset, u32 Data); -u32 XAdcPs_ReadInternalReg(XAdcPs *InstancePtr, u32 RegOffset); - - -/************************** Variable Definitions ****************************/ - - -/*****************************************************************************/ -/** -* -* This function initializes a specific XAdcPs device/instance. This function -* must be called prior to using the XADC device. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param ConfigPtr points to the XAdcPs device configuration structure. -* @param EffectiveAddr is the device base address in the virtual memory -* address space. If the address translation is not used then the -* physical address is passed. -* Unexpected errors may occur if the address mapping is changed -* after this function is invoked. -* -* @return -* - XST_SUCCESS if successful. -* -* @note The user needs to first call the XAdcPs_LookupConfig() API -* which returns the Configuration structure pointer which is -* passed as a parameter to the XAdcPs_CfgInitialize() API. -* -******************************************************************************/ -int XAdcPs_CfgInitialize(XAdcPs *InstancePtr, XAdcPs_Config *ConfigPtr, - u32 EffectiveAddr) -{ - - u32 RegValue; - /* - * Assert the input arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(ConfigPtr != NULL); - - - /* - * Set the values read from the device config and the base address. - */ - InstancePtr->Config.DeviceId = ConfigPtr->DeviceId; - InstancePtr->Config.BaseAddress = EffectiveAddr; - - /* Write Unlock value to Device Config Unlock register */ - XAdcPs_WriteReg(XPAR_XDCFG_0_BASEADDR, - XADCPS_UNLK_OFFSET, XADCPS_UNLK_VALUE); - - /* Enable the PS access of xadc and set FIFO thresholds */ - - RegValue = XAdcPs_ReadReg((InstancePtr)->Config.BaseAddress, - XADCPS_CFG_OFFSET); - - RegValue = RegValue | XADCPS_CFG_ENABLE_MASK | - XADCPS_CFG_CFIFOTH_MASK | XADCPS_CFG_DFIFOTH_MASK; - - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, - XADCPS_CFG_OFFSET, RegValue); - - /* Release xadc from reset */ - - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, - XADCPS_MCTL_OFFSET, 0x00); - - /* - * Indicate the instance is now ready to use and - * initialized without error. - */ - InstancePtr->IsReady = XIL_COMPONENT_IS_READY; - - return XST_SUCCESS; -} - - -/****************************************************************************/ -/** -* -* The functions sets the contents of the Config Register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Data is the 32 bit data to be written to the Register. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_SetConfigRegister(XAdcPs *InstancePtr, u32 Data) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, - XADCPS_CFG_OFFSET, Data); - -} - - -/****************************************************************************/ -/** -* -* The functions reads the contents of the Config Register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return A 32-bit value representing the contents of the Config Register. -* Use the XADCPS_SR_*_MASK constants defined in xadcps_hw.h to -* interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XAdcPs_GetConfigRegister(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Config Register and return the value. - */ - return XAdcPs_ReadReg((InstancePtr)->Config.BaseAddress, - XADCPS_CFG_OFFSET); -} - - -/****************************************************************************/ -/** -* -* The functions reads the contents of the Miscellaneous Status Register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return A 32-bit value representing the contents of the Miscellaneous -* Status Register. Use the XADCPS_MSTS_*_MASK constants defined -* in xadcps_hw.h to interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XAdcPs_GetMiscStatus(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Miscellaneous Status Register and return the value. - */ - return XAdcPs_ReadReg((InstancePtr)->Config.BaseAddress, - XADCPS_MSTS_OFFSET); -} - - -/****************************************************************************/ -/** -* -* The functions sets the contents of the Miscellaneous Control register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Data is the 32 bit data to be written to the Register. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_SetMiscCtrlRegister(XAdcPs *InstancePtr, u32 Data) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Write to the Miscellaneous control register Register. - */ - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, - XADCPS_MCTL_OFFSET, Data); -} - - -/****************************************************************************/ -/** -* -* The functions reads the contents of the Miscellaneous control register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return A 32-bit value representing the contents of the Config Register. -* Use the XADCPS_SR_*_MASK constants defined in xadcps_hw.h to -* interpret the returned value. -* -* @note None. -* -*****************************************************************************/ -u32 XAdcPs_GetMiscCtrlRegister(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Miscellaneous control register and return the value. - */ - return XAdcPs_ReadReg((InstancePtr)->Config.BaseAddress, - XADCPS_MCTL_OFFSET); -} - - -/*****************************************************************************/ -/** -* -* This function resets the XADC Hard Macro in the device. -* -* @param InstancePtr is a pointer to the Xxadc instance. -* -* @return None. -* -* @note None. -* -******************************************************************************/ -void XAdcPs_Reset(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Generate the reset by Control - * register and release from reset - */ - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, - XADCPS_MCTL_OFFSET, 0x10); - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, - XADCPS_MCTL_OFFSET, 0x00); -} - - -/****************************************************************************/ -/** -* -* Get the ADC converted data for the specified channel. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Channel is the channel number. Use the XADCPS_CH_* defined in -* the file xadcps.h. -* The valid channels are -* - 0 to 6 -* - 13 to 31 -* -* @return A 16-bit value representing the ADC converted data for the -* specified channel. The XADC Monitor/ADC device guarantees -* a 10 bit resolution for the ADC converted data and data is the -* 10 MSB bits of the 16 data read from the device. -* -* @note The channels 7,8,9 are used for calibration of the device and -* hence there is no associated data with this channel. -* -*****************************************************************************/ -u16 XAdcPs_GetAdcData(XAdcPs *InstancePtr, u8 Channel) -{ - - u32 RegData; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid((Channel <= XADCPS_CH_VBRAM) || - ((Channel >= XADCPS_CH_VCCPINT) && - (Channel <= XADCPS_CH_AUX_MAX))); - - RegData = XAdcPs_ReadInternalReg(InstancePtr, - (XADCPS_TEMP_OFFSET + (u32)Channel)); - return (u16) RegData; -} - -/****************************************************************************/ -/** -* -* This function gets the calibration coefficient data for the specified -* parameter. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param CoeffType specifies the calibration coefficient -* to be read. Use XADCPS_CALIB_* constants defined in xadcps.h to -* specify the calibration coefficient to be read. -* -* @return A 16-bit value representing the calibration coefficient. -* The XADC device guarantees a 10 bit resolution for -* the ADC converted data and data is the 10 MSB bits of the 16 -* data read from the device. -* -* @note None. -* -*****************************************************************************/ -u16 XAdcPs_GetCalibCoefficient(XAdcPs *InstancePtr, u8 CoeffType) -{ - u32 RegData; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid(CoeffType <= XADCPS_CALIB_GAIN_ERROR_COEFF); - - /* - * Read the selected calibration coefficient. - */ - RegData = XAdcPs_ReadInternalReg(InstancePtr, - (XADCPS_ADC_A_SUPPLY_CALIB_OFFSET + - (u32)CoeffType)); - return (u16) RegData; -} - -/****************************************************************************/ -/** -* -* This function reads the Minimum/Maximum measurement for one of the -* specified parameters. Use XADCPS_MAX_* and XADCPS_MIN_* constants defined in -* xadcps.h to specify the parameters (Temperature, VccInt, VccAux, VBram, -* VccPInt, VccPAux and VccPDro). -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param MeasurementType specifies the parameter for which the -* Minimum/Maximum measurement has to be read. -* Use XADCPS_MAX_* and XADCPS_MIN_* constants defined in xadcps.h to -* specify the data to be read. -* -* @return A 16-bit value representing the maximum/minimum measurement for -* specified parameter. -* The XADC device guarantees a 10 bit resolution for -* the ADC converted data and data is the 10 MSB bits of the 16 -* data read from the device. -* -* @note None. -* -*****************************************************************************/ -u16 XAdcPs_GetMinMaxMeasurement(XAdcPs *InstancePtr, u8 MeasurementType) -{ - u32 RegData; - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid((MeasurementType <= XADCPS_MAX_VCCPDRO) || - ((MeasurementType >= XADCPS_MIN_VCCPINT) && - (MeasurementType <= XADCPS_MIN_VCCPDRO))) - - /* - * Read and return the specified Minimum/Maximum measurement. - */ - RegData = XAdcPs_ReadInternalReg(InstancePtr, - (XADCPS_MAX_TEMP_OFFSET + - (u32)MeasurementType)); - return (u16) RegData; -} - -/****************************************************************************/ -/** -* -* This function sets the number of samples of averaging that is to be done for -* all the channels in both the single channel mode and sequence mode of -* operations. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Average is the number of samples of averaging programmed to the -* Configuration Register 0. Use the XADCPS_AVG_* definitions defined -* in xadcps.h file : -* - XADCPS_AVG_0_SAMPLES for no averaging -* - XADCPS_AVG_16_SAMPLES for 16 samples of averaging -* - XADCPS_AVG_64_SAMPLES for 64 samples of averaging -* - XADCPS_AVG_256_SAMPLES for 256 samples of averaging -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_SetAvg(XAdcPs *InstancePtr, u8 Average) -{ - u32 RegData; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(Average <= XADCPS_AVG_256_SAMPLES); - - /* - * Write the averaging value into the Configuration Register 0. - */ - RegData = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR0_OFFSET) & - (~XADCPS_CFR0_AVG_VALID_MASK); - - RegData |= (((u32) Average << XADCPS_CFR0_AVG_SHIFT)); - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR0_OFFSET, - RegData); - -} - -/****************************************************************************/ -/** -* -* This function returns the number of samples of averaging configured for all -* the channels in the Configuration Register 0. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return The averaging read from the Configuration Register 0 is -* returned. Use the XADCPS_AVG_* bit definitions defined in -* xadcps.h file to interpret the returned value : -* - XADCPS_AVG_0_SAMPLES means no averaging -* - XADCPS_AVG_16_SAMPLES means 16 samples of averaging -* - XADCPS_AVG_64_SAMPLES means 64 samples of averaging -* - XADCPS_AVG_256_SAMPLES means 256 samples of averaging -* -* @note None. -* -*****************************************************************************/ -u8 XAdcPs_GetAvg(XAdcPs *InstancePtr) -{ - u32 Average; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the averaging value from the Configuration Register 0. - */ - Average = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR0_OFFSET) & XADCPS_CFR0_AVG_VALID_MASK; - - - return ((u8) (Average >> XADCPS_CFR0_AVG_SHIFT)); -} - -/****************************************************************************/ -/** -* -* The function sets the given parameters in the Configuration Register 0 in -* the single channel mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Channel is the channel number for the singel channel mode. -* The valid channels are 0 to 6, 8, and 13 to 31. -* If the external Mux is used then this specifies the channel -* oonnected to the external Mux. Please read the Device Spec -* to know which channels are valid. -* @param IncreaseAcqCycles is a boolean parameter which specifies whether -* the Acquisition time for the external channels has to be -* increased to 10 ADCCLK cycles (specify TRUE) or remain at the -* default 4 ADCCLK cycles (specify FALSE). This parameter is -* only valid for the external channels. -* @param IsEventMode specifies whether the operation of the ADC is Event -* driven or Continuous mode. -* @param IsDifferentialMode is a boolean parameter which specifies -* unipolar(specify FALSE) or differential mode (specify TRUE) for -* the analog inputs. The input mode is only valid for the -* external channels. -* -* @return -* - XST_SUCCESS if the given values were written successfully to -* the Configuration Register 0. -* - XST_FAILURE if the channel sequencer is enabled or the input -* parameters are not valid for the selected channel. -* -* @note -* - The number of samples for the averaging for all the channels -* is set by using the function XAdcPs_SetAvg. -* - The calibration of the device is done by doing a ADC -* conversion on the calibration channel(channel 8). The input -* parameters IncreaseAcqCycles, IsDifferentialMode and -* IsEventMode are not valid for this channel -* -* -*****************************************************************************/ -int XAdcPs_SetSingleChParams(XAdcPs *InstancePtr, - u8 Channel, - int IncreaseAcqCycles, - int IsEventMode, - int IsDifferentialMode) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid((Channel <= XADCPS_CH_VBRAM) || - (Channel == XADCPS_CH_ADC_CALIB) || - ((Channel >= XADCPS_CH_VCCPINT) && - (Channel <= XADCPS_CH_AUX_MAX))); - Xil_AssertNonvoid((IncreaseAcqCycles == 0x1) || - (IncreaseAcqCycles == 0x0)); - Xil_AssertNonvoid((IsEventMode == 0x1) || (IsEventMode == 0x0)); - Xil_AssertNonvoid((IsDifferentialMode == 0x1) || - (IsDifferentialMode == 0x0)); - - /* - * Check if the device is in single channel mode else return failure - */ - if ((XAdcPs_GetSequencerMode(InstancePtr) != - XADCPS_SEQ_MODE_SINGCHAN)) { - return XST_FAILURE; - } - - /* - * Read the Configuration Register 0. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR0_OFFSET) & - XADCPS_CFR0_AVG_VALID_MASK; - - /* - * Select the number of acquisition cycles. The acquisition cycles is - * only valid for the external channels. - */ - if (IncreaseAcqCycles == 0x1) { - if (((Channel >= XADCPS_CH_AUX_MIN) && - (Channel <= XADCPS_CH_AUX_MAX)) || - (Channel == XADCPS_CH_VPVN)){ - RegValue |= XADCPS_CFR0_ACQ_MASK; - } else { - return XST_FAILURE; - } - - } - - /* - * Select the input mode. The input mode is only valid for the - * external channels. - */ - if (IsDifferentialMode == 0x1) { - - if ((Channel >= XADCPS_CH_AUX_MIN) || - (Channel == XADCPS_CH_VPVN)){ - RegValue |= XADCPS_CFR0_DU_MASK; - } else { - return XST_FAILURE; - } - } - - /* - * Select the ADC mode. - */ - if (IsEventMode == 0x1) { - RegValue |= XADCPS_CFR0_EC_MASK; - } - - /* - * Write the given values into the Configuration Register 0. - */ - RegValue |= ((u32)Channel & XADCPS_CFR0_CHANNEL_MASK); - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR0_OFFSET, - RegValue); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* This function enables the alarm outputs for the specified alarms in the -* Configuration Register 1. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param AlmEnableMask is the bit-mask of the alarm outputs to be enabled -* in the Configuration Register 1. -* Bit positions of 1 will be enabled. Bit positions of 0 will be -* disabled. This mask is formed by OR'ing XADCPS_CFR1_ALM_*_MASK and -* XADCPS_CFR1_OT_MASK masks defined in xadcps_hw.h. -* -* @return None. -* -* @note The implementation of the alarm enables in the Configuration -* register 1 is such that the alarms for bit positions of 1 will -* be disabled and alarms for bit positions of 0 will be enabled. -* The alarm outputs specified by the AlmEnableMask are negated -* before writing to the Configuration Register 1. -* -* -*****************************************************************************/ -void XAdcPs_SetAlarmEnables(XAdcPs *InstancePtr, u16 AlmEnableMask) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - RegValue = XAdcPs_ReadInternalReg(InstancePtr, XADCPS_CFR1_OFFSET); - - RegValue &= ~XADCPS_CFR1_ALM_ALL_MASK; - RegValue |= (~(u32)AlmEnableMask & XADCPS_CFR1_ALM_ALL_MASK); - - /* - * Enable/disables the alarm enables for the specified alarm bits in the - * Configuration Register 1. - */ - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR1_OFFSET, - RegValue); -} - -/****************************************************************************/ -/** -* -* This function gets the status of the alarm output enables in the -* Configuration Register 1. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return This is the bit-mask of the enabled alarm outputs in the -* Configuration Register 1. Use the masks XADCPS_CFR1_ALM*_* and -* XADCPS_CFR1_OT_MASK defined in xadcps_hw.h to interpret the -* returned value. -* Bit positions of 1 indicate that the alarm output is enabled. -* Bit positions of 0 indicate that the alarm output is disabled. -* -* -* @note The implementation of the alarm enables in the Configuration -* register 1 is such that alarms for the bit positions of 1 will -* be disabled and alarms for bit positions of 0 will be enabled. -* The enabled alarm outputs returned by this function is the -* negated value of the the data read from the Configuration -* Register 1. -* -*****************************************************************************/ -u16 XAdcPs_GetAlarmEnables(XAdcPs *InstancePtr) -{ - u32 RegValue; - - /* - * Assert the arguments - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the status of alarm output enables from the Configuration - * Register 1. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR1_OFFSET) & XADCPS_CFR1_ALM_ALL_MASK; - return (u16) (~RegValue & XADCPS_CFR1_ALM_ALL_MASK); -} - -/****************************************************************************/ -/** -* -* This function enables the specified calibration in the Configuration -* Register 1 : -* -* - XADCPS_CFR1_CAL_ADC_OFFSET_MASK : Calibration 0 -ADC offset correction -* - XADCPS_CFR1_CAL_ADC_GAIN_OFFSET_MASK : Calibration 1 -ADC gain and offset -* correction -* - XADCPS_CFR1_CAL_PS_OFFSET_MASK : Calibration 2 -Power Supply sensor -* offset correction -* - XADCPS_CFR1_CAL_PS_GAIN_OFFSET_MASK : Calibration 3 -Power Supply sensor -* gain and offset correction -* - XADCPS_CFR1_CAL_DISABLE_MASK : No Calibration -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Calibration is the Calibration to be applied. -* Use XADCPS_CFR1_CAL*_* bits defined in xadcps_hw.h. -* Multiple calibrations can be enabled at a time by oring the -* XADCPS_CFR1_CAL_ADC_* and XADCPS_CFR1_CAL_PS_* bits. -* Calibration can be disabled by specifying - XADCPS_CFR1_CAL_DISABLE_MASK; -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_SetCalibEnables(XAdcPs *InstancePtr, u16 Calibration) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(((Calibration >= XADCPS_CFR1_CAL_ADC_OFFSET_MASK) && - (Calibration <= XADCPS_CFR1_CAL_VALID_MASK)) || - (Calibration == XADCPS_CFR1_CAL_DISABLE_MASK)); - - /* - * Set the specified calibration in the Configuration Register 1. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR1_OFFSET); - - RegValue &= ~XADCPS_CFR1_CAL_VALID_MASK; - RegValue |= ((u32)Calibration & XADCPS_CFR1_CAL_VALID_MASK); - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR1_OFFSET, - RegValue); - -} - -/****************************************************************************/ -/** -* -* This function reads the value of the calibration enables from the -* Configuration Register 1. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return The value of the calibration enables in the Configuration -* Register 1 : -* - XADCPS_CFR1_CAL_ADC_OFFSET_MASK : ADC offset correction -* - XADCPS_CFR1_CAL_ADC_GAIN_OFFSET_MASK : ADC gain and offset -* correction -* - XADCPS_CFR1_CAL_PS_OFFSET_MASK : Power Supply sensor offset -* correction -* - XADCPS_CFR1_CAL_PS_GAIN_OFFSET_MASK : Power Supply sensor -* gain and offset correction -* - XADCPS_CFR1_CAL_DISABLE_MASK : No Calibration -* -* @note None. -* -*****************************************************************************/ -u16 XAdcPs_GetCalibEnables(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the calibration enables from the Configuration Register 1. - */ - return (u16) XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR1_OFFSET) & XADCPS_CFR1_CAL_VALID_MASK; - -} - -/****************************************************************************/ -/** -* -* This function sets the specified Channel Sequencer Mode in the Configuration -* Register 1 : -* - Default safe mode (XADCPS_SEQ_MODE_SAFE) -* - One pass through sequence (XADCPS_SEQ_MODE_ONEPASS) -* - Continuous channel sequencing (XADCPS_SEQ_MODE_CONTINPASS) -* - Single Channel/Sequencer off (XADCPS_SEQ_MODE_SINGCHAN) -* - Simulataneous sampling mode (XADCPS_SEQ_MODE_SIMUL_SAMPLING) -* - Independent mode (XADCPS_SEQ_MODE_INDEPENDENT) -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param SequencerMode is the sequencer mode to be set. -* Use XADCPS_SEQ_MODE_* bits defined in xadcps.h. -* @return None. -* -* @note Only one of the modes can be enabled at a time. Please -* read the Spec of the XADC for further information about the -* sequencer modes. -* -* -*****************************************************************************/ -void XAdcPs_SetSequencerMode(XAdcPs *InstancePtr, u8 SequencerMode) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid((SequencerMode <= XADCPS_SEQ_MODE_SIMUL_SAMPLING) || - (SequencerMode == XADCPS_SEQ_MODE_INDEPENDENT)); - - /* - * Set the specified sequencer mode in the Configuration Register 1. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR1_OFFSET); - RegValue &= (~ XADCPS_CFR1_SEQ_VALID_MASK); - RegValue |= (((u32)SequencerMode << XADCPS_CFR1_SEQ_SHIFT) & - XADCPS_CFR1_SEQ_VALID_MASK); - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR1_OFFSET, - RegValue); - -} - -/****************************************************************************/ -/** -* -* This function gets the channel sequencer mode from the Configuration -* Register 1. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return The channel sequencer mode : -* - XADCPS_SEQ_MODE_SAFE : Default safe mode -* - XADCPS_SEQ_MODE_ONEPASS : One pass through sequence -* - XADCPS_SEQ_MODE_CONTINPASS : Continuous channel sequencing -* - XADCPS_SEQ_MODE_SINGCHAN : Single channel/Sequencer off -* - XADCPS_SEQ_MODE_SIMUL_SAMPLING : Simulataneous sampling mode -* - XADCPS_SEQ_MODE_INDEPENDENT : Independent mode -* -* -* @note None. -* -*****************************************************************************/ -u8 XAdcPs_GetSequencerMode(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the channel sequencer mode from the Configuration Register 1. - */ - return ((u8) ((XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR1_OFFSET) & XADCPS_CFR1_SEQ_VALID_MASK) >> - XADCPS_CFR1_SEQ_SHIFT)); - -} - -/****************************************************************************/ -/** -* -* The function sets the frequency of the ADCCLK by configuring the DCLK to -* ADCCLK ratio in the Configuration Register #2 -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Divisor is clock divisor used to derive ADCCLK from DCLK. -* Valid values of the divisor are -* - 0 to 255. Values 0, 1, 2 are all mapped to 2. -* Refer to the device specification for more details -* -* @return None. -* -* @note - The ADCCLK is an internal clock used by the ADC and is -* synchronized to the DCLK clock. The ADCCLK is equal to DCLK -* divided by the user selection in the Configuration Register 2. -* - There is no Assert on the minimum value of the Divisor. -* -*****************************************************************************/ -void XAdcPs_SetAdcClkDivisor(XAdcPs *InstancePtr, u8 Divisor) -{ - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Write the divisor value into the Configuration Register #2. - */ - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR2_OFFSET, - ((u32)Divisor << XADCPS_CFR2_CD_SHIFT)); - -} - -/****************************************************************************/ -/** -* -* The function gets the ADCCLK divisor from the Configuration Register 2. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return The divisor read from the Configuration Register 2. -* -* @note The ADCCLK is an internal clock used by the ADC and is -* synchronized to the DCLK clock. The ADCCLK is equal to DCLK -* divided by the user selection in the Configuration Register 2. -* -*****************************************************************************/ -u8 XAdcPs_GetAdcClkDivisor(XAdcPs *InstancePtr) -{ - u16 Divisor; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the divisor value from the Configuration Register 2. - */ - Divisor = (u16) XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR2_OFFSET); - - return (u8) (Divisor >> XADCPS_CFR2_CD_SHIFT); -} - -/****************************************************************************/ -/** -* -* This function enables the specified channels in the ADC Channel Selection -* Sequencer Registers. The sequencer must be disabled before writing to these -* regsiters. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param ChEnableMask is the bit mask of all the channels to be enabled. -* Use XADCPS_SEQ_CH__* defined in xadcps_hw.h to specify the Channel -* numbers. Bit masks of 1 will be enabled and bit mask of 0 will -* be disabled. -* The ChEnableMask is a 32 bit mask that is written to the two -* 16 bit ADC Channel Selection Sequencer Registers. -* -* @return -* - XST_SUCCESS if the given values were written successfully to -* the ADC Channel Selection Sequencer Registers. -* - XST_FAILURE if the channel sequencer is enabled. -* -* @note None -* -*****************************************************************************/ -int XAdcPs_SetSeqChEnables(XAdcPs *InstancePtr, u32 ChEnableMask) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * The sequencer must be disabled for writing any of these registers - * Return XST_FAILURE if the channel sequencer is enabled. - */ - if ((XAdcPs_GetSequencerMode(InstancePtr) != XADCPS_SEQ_MODE_SAFE)) { - return XST_FAILURE; - } - - /* - * Enable the specified channels in the ADC Channel Selection Sequencer - * Registers. - */ - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ00_OFFSET, - (ChEnableMask & XADCPS_SEQ00_CH_VALID_MASK)); - - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ01_OFFSET, - (ChEnableMask >> XADCPS_SEQ_CH_AUX_SHIFT) & - XADCPS_SEQ01_CH_VALID_MASK); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* This function gets the channel enable bits status from the ADC Channel -* Selection Sequencer Registers. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return Gets the channel enable bits. Use XADCPS_SEQ_CH__* defined in -* xadcps_hw.h to interpret the Channel numbers. Bit masks of 1 -* are the channels that are enabled and bit mask of 0 are -* the channels that are disabled. -* -* @return None -* -* @note None -* -*****************************************************************************/ -u32 XAdcPs_GetSeqChEnables(XAdcPs *InstancePtr) -{ - u32 RegValEnable; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the channel enable bits for all the channels from the ADC - * Channel Selection Register. - */ - RegValEnable = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ00_OFFSET) & - XADCPS_SEQ00_CH_VALID_MASK; - RegValEnable |= (XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ01_OFFSET) & - XADCPS_SEQ01_CH_VALID_MASK) << - XADCPS_SEQ_CH_AUX_SHIFT; - - - return RegValEnable; -} - -/****************************************************************************/ -/** -* -* This function enables the averaging for the specified channels in the ADC -* Channel Averaging Enable Sequencer Registers. The sequencer must be disabled -* before writing to these regsiters. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param AvgEnableChMask is the bit mask of all the channels for which -* averaging is to be enabled. Use XADCPS_SEQ_CH__* defined in -* xadcps_hw.h to specify the Channel numbers. Averaging will be -* enabled for bit masks of 1 and disabled for bit mask of 0. -* The AvgEnableChMask is a 32 bit mask that is written to the two -* 16 bit ADC Channel Averaging Enable Sequencer Registers. -* -* @return -* - XST_SUCCESS if the given values were written successfully to -* the ADC Channel Averaging Enables Sequencer Registers. -* - XST_FAILURE if the channel sequencer is enabled. -* -* @note None -* -*****************************************************************************/ -int XAdcPs_SetSeqAvgEnables(XAdcPs *InstancePtr, u32 AvgEnableChMask) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * The sequencer must be disabled for writing any of these registers - * Return XST_FAILURE if the channel sequencer is enabled. - */ - if ((XAdcPs_GetSequencerMode(InstancePtr) != XADCPS_SEQ_MODE_SAFE)) { - return XST_FAILURE; - } - - /* - * Enable/disable the averaging for the specified channels in the - * ADC Channel Averaging Enables Sequencer Registers. - */ - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ02_OFFSET, - (AvgEnableChMask & XADCPS_SEQ02_CH_VALID_MASK)); - - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ03_OFFSET, - (AvgEnableChMask >> XADCPS_SEQ_CH_AUX_SHIFT) & - XADCPS_SEQ03_CH_VALID_MASK); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* This function returns the channels for which the averaging has been enabled -* in the ADC Channel Averaging Enables Sequencer Registers. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @returns The status of averaging (enabled/disabled) for all the channels. -* Use XADCPS_SEQ_CH__* defined in xadcps_hw.h to interpret the -* Channel numbers. Bit masks of 1 are the channels for which -* averaging is enabled and bit mask of 0 are the channels for -* averaging is disabled -* -* @note None -* -*****************************************************************************/ -u32 XAdcPs_GetSeqAvgEnables(XAdcPs *InstancePtr) -{ - u32 RegValAvg; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the averaging enable status for all the channels from the - * ADC Channel Averaging Enables Sequencer Registers. - */ - RegValAvg = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ02_OFFSET) & XADCPS_SEQ02_CH_VALID_MASK; - RegValAvg |= (XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ03_OFFSET) & XADCPS_SEQ03_CH_VALID_MASK) << - XADCPS_SEQ_CH_AUX_SHIFT; - - return RegValAvg; -} - -/****************************************************************************/ -/** -* -* This function sets the Analog input mode for the specified channels in the ADC -* Channel Analog-Input Mode Sequencer Registers. The sequencer must be disabled -* before writing to these regsiters. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param InputModeChMask is the bit mask of all the channels for which -* the input mode is differential mode. Use XADCPS_SEQ_CH__* defined -* in xadcps_hw.h to specify the channel numbers. Differential -* input mode will be set for bit masks of 1 and unipolar input -* mode for bit masks of 0. -* The InputModeChMask is a 32 bit mask that is written to the two -* 16 bit ADC Channel Analog-Input Mode Sequencer Registers. -* -* @return -* - XST_SUCCESS if the given values were written successfully to -* the ADC Channel Analog-Input Mode Sequencer Registers. -* - XST_FAILURE if the channel sequencer is enabled. -* -* @note None -* -*****************************************************************************/ -int XAdcPs_SetSeqInputMode(XAdcPs *InstancePtr, u32 InputModeChMask) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * The sequencer must be disabled for writing any of these registers - * Return XST_FAILURE if the channel sequencer is enabled. - */ - if ((XAdcPs_GetSequencerMode(InstancePtr) != XADCPS_SEQ_MODE_SAFE)) { - return XST_FAILURE; - } - - /* - * Set the input mode for the specified channels in the ADC Channel - * Analog-Input Mode Sequencer Registers. - */ - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ04_OFFSET, - (InputModeChMask & XADCPS_SEQ04_CH_VALID_MASK)); - - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ05_OFFSET, - (InputModeChMask >> XADCPS_SEQ_CH_AUX_SHIFT) & - XADCPS_SEQ05_CH_VALID_MASK); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* This function gets the Analog input mode for all the channels from -* the ADC Channel Analog-Input Mode Sequencer Registers. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @returns The input mode for all the channels. -* Use XADCPS_SEQ_CH_* defined in xadcps_hw.h to interpret the -* Channel numbers. Bit masks of 1 are the channels for which -* input mode is differential and bit mask of 0 are the channels -* for which input mode is unipolar. -* -* @note None. -* -*****************************************************************************/ -u32 XAdcPs_GetSeqInputMode(XAdcPs *InstancePtr) -{ - u32 InputMode; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Get the input mode for all the channels from the ADC Channel - * Analog-Input Mode Sequencer Registers. - */ - InputMode = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ04_OFFSET) & - XADCPS_SEQ04_CH_VALID_MASK; - InputMode |= (XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ05_OFFSET) & - XADCPS_SEQ05_CH_VALID_MASK) << - XADCPS_SEQ_CH_AUX_SHIFT; - - return InputMode; -} - -/****************************************************************************/ -/** -* -* This function sets the number of Acquisition cycles in the ADC Channel -* Acquisition Time Sequencer Registers. The sequencer must be disabled -* before writing to these regsiters. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param AcqCyclesChMask is the bit mask of all the channels for which -* the number of acquisition cycles is to be extended. -* Use XADCPS_SEQ_CH__* defined in xadcps_hw.h to specify the Channel -* numbers. Acquisition cycles will be extended to 10 ADCCLK cycles -* for bit masks of 1 and will be the default 4 ADCCLK cycles for -* bit masks of 0. -* The AcqCyclesChMask is a 32 bit mask that is written to the two -* 16 bit ADC Channel Acquisition Time Sequencer Registers. -* -* @return -* - XST_SUCCESS if the given values were written successfully to -* the Channel Sequencer Registers. -* - XST_FAILURE if the channel sequencer is enabled. -* -* @note None. -* -*****************************************************************************/ -int XAdcPs_SetSeqAcqTime(XAdcPs *InstancePtr, u32 AcqCyclesChMask) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * The sequencer must be disabled for writing any of these registers - * Return XST_FAILURE if the channel sequencer is enabled. - */ - if ((XAdcPs_GetSequencerMode(InstancePtr) != - XADCPS_SEQ_MODE_SAFE)) { - return XST_FAILURE; - } - - /* - * Set the Acquisition time for the specified channels in the - * ADC Channel Acquisition Time Sequencer Registers. - */ - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ06_OFFSET, - (AcqCyclesChMask & XADCPS_SEQ06_CH_VALID_MASK)); - - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_SEQ07_OFFSET, - (AcqCyclesChMask >> XADCPS_SEQ_CH_AUX_SHIFT) & - XADCPS_SEQ07_CH_VALID_MASK); - - return XST_SUCCESS; -} - -/****************************************************************************/ -/** -* -* This function gets the status of acquisition from the ADC Channel Acquisition -* Time Sequencer Registers. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @returns The acquisition time for all the channels. -* Use XADCPS_SEQ_CH__* defined in xadcps_hw.h to interpret the -* Channel numbers. Bit masks of 1 are the channels for which -* acquisition cycles are extended and bit mask of 0 are the -* channels for which acquisition cycles are not extended. -* -* @note None -* -*****************************************************************************/ -u32 XAdcPs_GetSeqAcqTime(XAdcPs *InstancePtr) -{ - u32 RegValAcq; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Get the Acquisition cycles for the specified channels from the ADC - * Channel Acquisition Time Sequencer Registers. - */ - RegValAcq = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ06_OFFSET) & - XADCPS_SEQ06_CH_VALID_MASK; - RegValAcq |= (XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_SEQ07_OFFSET) & - XADCPS_SEQ07_CH_VALID_MASK) << - XADCPS_SEQ_CH_AUX_SHIFT; - - return RegValAcq; -} - -/****************************************************************************/ -/** -* -* This functions sets the contents of the given Alarm Threshold Register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param AlarmThrReg is the index of an Alarm Threshold Register to -* be set. Use XADCPS_ATR_* constants defined in xadcps.h to -* specify the index. -* @param Value is the 16-bit threshold value to write into the register. -* -* @return None. -* -* @note Use XAdcPs_SetOverTemp() to set the Over Temperature upper -* threshold value. -* -*****************************************************************************/ -void XAdcPs_SetAlarmThreshold(XAdcPs *InstancePtr, u8 AlarmThrReg, u16 Value) -{ - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(AlarmThrReg <= XADCPS_ATR_VCCPDRO_LOWER); - - /* - * Write the value into the specified Alarm Threshold Register. - */ - XAdcPs_WriteInternalReg(InstancePtr, (XADCPS_ATR_TEMP_UPPER_OFFSET + - (u32)AlarmThrReg), Value); - -} - -/****************************************************************************/ -/** -* -* This function returns the contents of the specified Alarm Threshold Register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param AlarmThrReg is the index of an Alarm Threshold Register -* to be read. Use XADCPS_ATR_* constants defined in xadcps_hw.h -* to specify the index. -* -* @return A 16-bit value representing the contents of the selected Alarm -* Threshold Register. -* -* @note None. -* -*****************************************************************************/ -u16 XAdcPs_GetAlarmThreshold(XAdcPs *InstancePtr, u8 AlarmThrReg) -{ - u32 RegData; - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertNonvoid(AlarmThrReg <= XADCPS_ATR_VCCPDRO_LOWER); - - /* - * Read the specified Alarm Threshold Register and return - * the value - */ - RegData = XAdcPs_ReadInternalReg(InstancePtr, - (XADCPS_ATR_TEMP_UPPER_OFFSET + - (u32)AlarmThrReg)); - - return (u16) RegData; -} - - -/****************************************************************************/ -/** -* -* This function enables programming of the powerdown temperature for the -* OverTemp signal in the OT Powerdown register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_EnableUserOverTemp(XAdcPs *InstancePtr) -{ - u16 OtUpper; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the OT upper Alarm Threshold Register. - */ - OtUpper = (u16)(XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_ATR_OT_UPPER_OFFSET)); - OtUpper &= ~((u16)XADCPS_ATR_OT_UPPER_ENB_MASK); - - /* - * Preserve the powerdown value and write OT enable value the into the - * OT Upper Alarm Threshold Register. - */ - OtUpper |= XADCPS_ATR_OT_UPPER_ENB_VAL; - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_ATR_OT_UPPER_OFFSET, (u32)OtUpper); -} - -/****************************************************************************/ -/** -* -* This function disables programming of the powerdown temperature for the -* OverTemp signal in the OT Powerdown register. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return None. -* -* @note None. -* -* -*****************************************************************************/ -void XAdcPs_DisableUserOverTemp(XAdcPs *InstancePtr) -{ - u16 OtUpper; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the OT Upper Alarm Threshold Register. - */ - OtUpper = (u16)(XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_ATR_OT_UPPER_OFFSET)); - OtUpper &= ~((u16)XADCPS_ATR_OT_UPPER_ENB_MASK); - - XAdcPs_WriteInternalReg(InstancePtr, - XADCPS_ATR_OT_UPPER_OFFSET, (u32)OtUpper); -} - - -/****************************************************************************/ -/** -* -* The function enables the Event mode or Continuous mode in the sequencer mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param IsEventMode is a boolean parameter that specifies continuous -* sampling (specify FALSE) or event driven sampling mode (specify -* TRUE) for the given channel. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_SetSequencerEvent(XAdcPs *InstancePtr, int IsEventMode) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid((IsEventMode == 0x1) || (IsEventMode == 0x0)); - - /* - * Read the Configuration Register 0. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR0_OFFSET) & - (~XADCPS_CFR0_EC_MASK); - - /* - * Set the ADC mode. - */ - if (IsEventMode == 0x1) { - RegValue |= XADCPS_CFR0_EC_MASK; - } else { - RegValue &= ~XADCPS_CFR0_EC_MASK; - } - - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR0_OFFSET, - RegValue); -} - - -/****************************************************************************/ -/** -* -* This function returns the sampling mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return The sampling mode -* - 0 specifies continuous sampling -* - 1 specifies event driven sampling mode -* -* @note None. -* -*****************************************************************************/ -int XAdcPs_GetSamplingMode(XAdcPs *InstancePtr) -{ - u32 Mode; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the sampling mode from the Configuration Register 0. - */ - Mode = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR0_OFFSET) & - XADCPS_CFR0_EC_MASK; - if (Mode > 0U) { - - return 1; - } - - return (0); -} - - -/****************************************************************************/ -/** -* -* This function sets the External Mux mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param MuxMode specifies whether External Mux is used -* - FALSE specifies NO external MUX -* - TRUE specifies External Mux is used -* @param Channel specifies the channel to be used for the -* external Mux. Please read the Device Spec for which -* channels are valid for which mode. -* -* @return None. -* -* @note There is no Assert in this function for checking the channel -* number if the external Mux is used. The user should provide a -* valid channel number. -* -*****************************************************************************/ -void XAdcPs_SetMuxMode(XAdcPs *InstancePtr, int MuxMode, u8 Channel) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid((MuxMode == 0x1) || (MuxMode == 0x0)); - - /* - * Read the Configuration Register 0. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR0_OFFSET) & - (~XADCPS_CFR0_MUX_MASK); - /* - * Select the Mux mode and the channel to be used. - */ - if (MuxMode == 0x1) { - RegValue |= XADCPS_CFR0_MUX_MASK; - RegValue |= ((u32)Channel & XADCPS_CFR0_CHANNEL_MASK); - - } - - /* - * Write the mux mode into the Configuration Register 0. - */ - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR0_OFFSET, - RegValue); -} - - -/****************************************************************************/ -/** -* -* This function sets the Power Down mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Mode specifies the Power Down Mode -* - XADCPS_PD_MODE_NONE specifies NO Power Down (Both ADC A and -* ADC B are enabled) -* - XADCPS_PD_MODE_ADCB specfies the Power Down of ADC B -* - XADCPS_PD_MODE_XADC specifies the Power Down of -* both ADC A and ADC B. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_SetPowerdownMode(XAdcPs *InstancePtr, u32 Mode) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - Xil_AssertVoid(Mode < XADCPS_PD_MODE_XADC); - - - /* - * Read the Configuration Register 2. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR2_OFFSET) & - (~XADCPS_CFR2_PD_MASK); - /* - * Select the Power Down mode. - */ - RegValue |= (Mode << XADCPS_CFR2_PD_SHIFT); - - XAdcPs_WriteInternalReg(InstancePtr, XADCPS_CFR2_OFFSET, - RegValue); -} - -/****************************************************************************/ -/** -* -* This function gets the Power Down mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return Mode specifies the Power Down Mode -* - XADCPS_PD_MODE_NONE specifies NO Power Down (Both ADC A and -* ADC B are enabled) -* - XADCPS_PD_MODE_ADCB specfies the Power Down of ADC B -* - XADCPS_PD_MODE_XADC specifies the Power Down of -* both ADC A and ADC B. -* -* @note None. -* -*****************************************************************************/ -u32 XAdcPs_GetPowerdownMode(XAdcPs *InstancePtr) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Read the Power Down Mode. - */ - RegValue = XAdcPs_ReadInternalReg(InstancePtr, - XADCPS_CFR2_OFFSET) & - (~XADCPS_CFR2_PD_MASK); - /* - * Return the Power Down mode. - */ - return (RegValue >> XADCPS_CFR2_PD_SHIFT); - -} - -/****************************************************************************/ -/** -* -* This function is used for writing to XADC Registers using the command FIFO. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param RegOffset is the offset of the XADC register to be written. -* @param Data is the data to be written. -* -* @return None. -* -* @note None. -* -* -*****************************************************************************/ -void XAdcPs_WriteInternalReg(XAdcPs *InstancePtr, u32 RegOffset, u32 Data) -{ - u32 RegData; - - /** - * Write the Data into the FIFO Register. - */ - RegData = (XADCPS_JTAG_CMD_WRITE_MASK) | - ((RegOffset << XADCPS_JTAG_ADDR_SHIFT) & XADCPS_JTAG_ADDR_MASK) | - (Data & XADCPS_JTAG_DATA_MASK); - - XAdcPs_WriteFifo(InstancePtr, RegData); - - /** - * Read the Read FIFO after any write since for each write - * one location of Read FIFO gets updated - */ - XAdcPs_ReadFifo(InstancePtr); - -} - - -/****************************************************************************/ -/** -* -* This function is used for reading from the XADC Registers using the Data FIFO. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param RegOffset is the offset of the XADC register to be read. -* -* @return Data read from the FIFO -* -* @note None. -* -* -*****************************************************************************/ -u32 XAdcPs_ReadInternalReg(XAdcPs *InstancePtr, u32 RegOffset) -{ - - u32 RegData; - - RegData = (XADCPS_JTAG_CMD_READ_MASK) | - ((RegOffset << XADCPS_JTAG_ADDR_SHIFT) & XADCPS_JTAG_ADDR_MASK); - - /* Read cmd to FIFO*/ - XAdcPs_WriteFifo(InstancePtr, RegData); - - /* Do a Dummy read */ - RegData = XAdcPs_ReadFifo(InstancePtr); - - /* Do a Dummy write to get the actual read */ - XAdcPs_WriteFifo(InstancePtr, RegData); - - /* Do the Actual read */ - RegData = XAdcPs_ReadFifo(InstancePtr); - - return RegData; - -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps.h deleted file mode 100644 index 980f394..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps.h +++ /dev/null @@ -1,571 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xadcps.h -* @addtogroup xadcps_v2_6 -* @{ -* @details -* -* The XAdcPs driver supports the Xilinx XADC/ADC device. -* -* The XADC/ADC device has the following features: -* - 10-bit, 200-KSPS (kilo samples per second) -* Analog-to-Digital Converter (ADC) -* - Monitoring of on-chip supply voltages and temperature -* - 1 dedicated differential analog-input pair and -* 16 auxiliary differential analog-input pairs -* - Automatic alarms based on user defined limits for the on-chip -* supply voltages and temperature -* - Automatic Channel Sequencer, programmable averaging, programmable -* acquisition time for the external inputs, unipolar or differential -* input selection for the external inputs -* - Inbuilt Calibration -* - Optional interrupt request generation -* -* -* The user should refer to the hardware device specification for detailed -* information about the device. -* -* This header file contains the prototypes of driver functions that can -* be used to access the XADC/ADC device. -* -* -* XADC Channel Sequencer Modes -* -* The XADC Channel Sequencer supports the following operating modes: -* -* - Default : This is the default mode after power up. -* In this mode of operation the XADC operates in -* a sequence mode, monitoring the on chip sensors: -* Temperature, VCCINT, and VCCAUX. -* - One pass through sequence : In this mode the XADC -* converts the channels enabled in the Sequencer Channel Enable -* registers for a single pass and then stops. -* - Continuous cycling of sequence : In this mode the XADC -* converts the channels enabled in the Sequencer Channel Enable -* registers continuously. -* - Single channel mode: In this mode the XADC Channel -* Sequencer is disabled and the XADC operates in a -* Single Channel Mode. -* The XADC can operate either in a Continuous or Event -* driven sampling mode in the single channel mode. -* - Simultaneous Sampling Mode: In this mode the XADC Channel -* Sequencer will automatically sequence through eight fixed pairs -* of auxiliary analog input channels for simulataneous conversion. -* - Independent ADC mode: In this mode the first ADC (A) is used to -* is used to implement a fixed monitoring mode similar to the -* default mode but the alarm fucntions ar eenabled. -* The second ADC (B) is available to be used with external analog -* input channels only. -* -* Read the XADC spec for more information about the sequencer modes. -* -* Initialization and Configuration -* -* The device driver enables higher layer software (e.g., an application) to -* communicate to the XADC/ADC device. -* -* XAdcPs_CfgInitialize() API is used to initialize the XADC/ADC -* device. The user needs to first call the XAdcPs_LookupConfig() API which -* returns the Configuration structure pointer which is passed as a parameter to -* the XAdcPs_CfgInitialize() API. -* -* -* Interrupts -* -* The XADC/ADC device supports interrupt driven mode and the default -* operation mode is polling mode. -* -* The interrupt mode is available only if hardware is configured to support -* interrupts. -* -* This driver does not provide a Interrupt Service Routine (ISR) for the device. -* It is the responsibility of the application to provide one if needed. Refer to -* the interrupt example provided with this driver for details on using the -* device in interrupt mode. -* -* -* Virtual Memory -* -* This driver supports Virtual Memory. The RTOS is responsible for calculating -* the correct device base address in Virtual Memory space. -* -* -* Threads -* -* This driver is not thread safe. Any needs for threads or thread mutual -* exclusion must be satisfied by the layer above this driver. -* -* -* Asserts -* -* Asserts are used within all Xilinx drivers to enforce constraints on argument -* values. Asserts can be turned off on a system-wide basis by defining, at -* compile time, the NDEBUG identifier. By default, asserts are turned on and it -* is recommended that users leave asserts on during development. -* -* -* Building the driver -* -* The XAdcPs driver is composed of several source files. This allows the user -* to build and link only those parts of the driver that are necessary. -* -* Limitations of the driver -* -* XADC/ADC device can be accessed through the JTAG port and the PLB -* interface. The driver implementation does not support the simultaneous access -* of the device by both these interfaces. The user has to care of this situation -* in the user application code. -* -*

-* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a ssb    12/22/11 First release based on the XPS/AXI xadc driver
-* 1.01a bss    02/18/13	Modified XAdcPs_SetSeqChEnables,XAdcPs_SetSeqAvgEnables
-*			XAdcPs_SetSeqInputMode and XAdcPs_SetSeqAcqTime APIs
-*			in xadcps.c to fix CR #693371
-* 1.03a bss    11/01/13 Modified xadcps_hw.h to use correct Register offsets
-*			CR#749687
-* 2.1   bss    08/05/14 Added declarations for XAdcPs_SetSequencerEvent,
-*			XAdcPs_GetSamplingMode, XAdcPs_SetMuxMode,
-*			XAdcPs_SetPowerdownMode and XAdcPs_GetPowerdownMode
-*			functions.
-*			Modified Assert for XAdcPs_SetSingleChParams in
-*			xadcps.c to fix CR #807563.
-* 2.2   bss    04/27/14 Modified to use correct Device Config base address in
-*						xadcps.c (CR#854437).
-*       ms     01/23/17 Added xil_printf statement in main function for all
-*                       examples to ensure that "Successfully ran" and "Failed"
-*                       strings are available in all examples. This is a fix
-*                       for CR-965028.
-*       ms     03/17/17 Added readme.txt file in examples folder for doxygen
-*                       generation.
-*       ms     04/05/17 Modified Comment lines in functions of xadcps
-*                       examples to recognize it as documentation block
-*                       for doxygen generation.
-* 2.3   mn     07/09/18 Fix Doxygen warning
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*       aad    12/17/20 Added missing function declarations and removed
-*			functions with no definitions.
-*
-* 
-* -*****************************************************************************/ -#ifndef XADCPS_H /* Prevent circular inclusions */ -#define XADCPS_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xstatus.h" -#include "xadcps_hw.h" - -/************************** Constant Definitions ****************************/ - - -/** - * @name Indexes for the different channels. - * @{ - */ -#define XADCPS_CH_TEMP 0x0U /**< On Chip Temperature */ -#define XADCPS_CH_VCCINT 0x1U /**< VCCINT */ -#define XADCPS_CH_VCCAUX 0x2U /**< VCCAUX */ -#define XADCPS_CH_VPVN 0x3U /**< VP/VN Dedicated analog inputs */ -#define XADCPS_CH_VREFP 0x4U /**< VREFP */ -#define XADCPS_CH_VREFN 0x5U /**< VREFN */ -#define XADCPS_CH_VBRAM 0x6U /**< On-chip VBRAM Data Reg, 7 series */ -#define XADCPS_CH_SUPPLY_CALIB 0x07U /**< Supply Calib Data Reg */ -#define XADCPS_CH_ADC_CALIB 0x08U /**< ADC Offset Channel Reg */ -#define XADCPS_CH_GAINERR_CALIB 0x09U /**< Gain Error Channel Reg */ -#define XADCPS_CH_VCCPINT 0x0DU /**< On-chip PS VCCPINT Channel , Zynq */ -#define XADCPS_CH_VCCPAUX 0x0EU /**< On-chip PS VCCPAUX Channel , Zynq */ -#define XADCPS_CH_VCCPDRO 0x0FU /**< On-chip PS VCCPDRO Channel , Zynq */ -#define XADCPS_CH_AUX_MIN 16U /**< Channel number for 1st Aux Channel */ -#define XADCPS_CH_AUX_MAX 31U /**< Channel number for Last Aux channel */ - -/*@}*/ - - -/** - * @name Indexes for reading the Calibration Coefficient Data. - * @{ - */ -#define XADCPS_CALIB_SUPPLY_COEFF 0U /**< Supply Offset Calib Coefficient */ -#define XADCPS_CALIB_ADC_COEFF 1U /**< ADC Offset Calib Coefficient */ -#define XADCPS_CALIB_GAIN_ERROR_COEFF 2U /**< Gain Error Calib Coefficient*/ -/*@}*/ - - -/** - * @name Indexes for reading the Minimum/Maximum Measurement Data. - * @{ - */ -#define XADCPS_MAX_TEMP 0U /**< Maximum Temperature Data */ -#define XADCPS_MAX_VCCINT 1U /**< Maximum VCCINT Data */ -#define XADCPS_MAX_VCCAUX 2U /**< Maximum VCCAUX Data */ -#define XADCPS_MAX_VBRAM 3U /**< Maximum VBRAM Data */ -#define XADCPS_MIN_TEMP 4U /**< Minimum Temperature Data */ -#define XADCPS_MIN_VCCINT 5U /**< Minimum VCCINT Data */ -#define XADCPS_MIN_VCCAUX 6U /**< Minimum VCCAUX Data */ -#define XADCPS_MIN_VBRAM 7U /**< Minimum VBRAM Data */ -#define XADCPS_MAX_VCCPINT 8U /**< Maximum VCCPINT Register , Zynq */ -#define XADCPS_MAX_VCCPAUX 9U /**< Maximum VCCPAUX Register , Zynq */ -#define XADCPS_MAX_VCCPDRO 0xAU /**< Maximum VCCPDRO Register , Zynq */ -#define XADCPS_MIN_VCCPINT 0xCU /**< Minimum VCCPINT Register , Zynq */ -#define XADCPS_MIN_VCCPAUX 0xDU /**< Minimum VCCPAUX Register , Zynq */ -#define XADCPS_MIN_VCCPDRO 0xEU /**< Minimum VCCPDRO Register , Zynq */ - -/*@}*/ - - -/** - * @name Alarm Threshold(Limit) Register (ATR) indexes. - * @{ - */ -#define XADCPS_ATR_TEMP_UPPER 0U /**< High user Temperature */ -#define XADCPS_ATR_VCCINT_UPPER 1U /**< VCCINT high voltage limit register */ -#define XADCPS_ATR_VCCAUX_UPPER 2U /**< VCCAUX high voltage limit register */ -#define XADCPS_ATR_OT_UPPER 3U /**< VCCAUX high voltage limit register */ -#define XADCPS_ATR_TEMP_LOWER 4U /**< Upper Over Temperature limit Reg */ -#define XADCPS_ATR_VCCINT_LOWER 5U /**< VCCINT high voltage limit register */ -#define XADCPS_ATR_VCCAUX_LOWER 6U /**< VCCAUX low voltage limit register */ -#define XADCPS_ATR_OT_LOWER 7U /**< Lower Over Temperature limit */ -#define XADCPS_ATR_VBRAM_UPPER_ 8U /**< VRBAM Upper Alarm Reg, 7 Series */ -#define XADCPS_ATR_VCCPINT_UPPER 9U /**< VCCPINT Upper Alarm Reg, Zynq */ -#define XADCPS_ATR_VCCPAUX_UPPER 0xAU /**< VCCPAUX Upper Alarm Reg, Zynq */ -#define XADCPS_ATR_VCCPDRO_UPPER 0xBU /**< VCCPDRO Upper Alarm Reg, Zynq */ -#define XADCPS_ATR_VBRAM_LOWER 0xCU /**< VRBAM Lower Alarm Reg, 7 Series */ -#define XADCPS_ATR_VCCPINT_LOWER 0xDU /**< VCCPINT Lower Alarm Reg , Zynq */ -#define XADCPS_ATR_VCCPAUX_LOWER 0xEU /**< VCCPAUX Lower Alarm Reg , Zynq */ -#define XADCPS_ATR_VCCPDRO_LOWER 0xFU /**< VCCPDRO Lower Alarm Reg , Zynq */ - -/*@}*/ - - -/** - * @name Averaging to be done for the channels. - * @{ - */ -#define XADCPS_AVG_0_SAMPLES 0U /**< No Averaging */ -#define XADCPS_AVG_16_SAMPLES 1U /**< Average 16 samples */ -#define XADCPS_AVG_64_SAMPLES 2U /**< Average 64 samples */ -#define XADCPS_AVG_256_SAMPLES 3U /**< Average 256 samples */ - -/*@}*/ - - -/** - * @name Channel Sequencer Modes of operation - * @{ - */ -#define XADCPS_SEQ_MODE_SAFE 0U /**< Default Safe Mode */ -#define XADCPS_SEQ_MODE_ONEPASS 1U /**< Onepass through Sequencer */ -#define XADCPS_SEQ_MODE_CONTINPASS 2U /**< Continuous Cycling Sequencer */ -#define XADCPS_SEQ_MODE_SINGCHAN 3U /**< Single channel -No Sequencing */ -#define XADCPS_SEQ_MODE_SIMUL_SAMPLING 4U /**< Simultaneous sampling */ -#define XADCPS_SEQ_MODE_INDEPENDENT 8U /**< Independent mode */ - -/*@}*/ - - - -/** - * @name Power Down Modes - * @{ - */ -#define XADCPS_PD_MODE_NONE 0U /**< No Power Down */ -#define XADCPS_PD_MODE_ADCB 1U /**< Power Down ADC B */ -#define XADCPS_PD_MODE_XADC 2U /**< Power Down ADC A and ADC B */ -/*@}*/ - -/**************************** Type Definitions ******************************/ - -/** - * This typedef contains configuration information for the XADC/ADC - * device. - */ -typedef struct { - u16 DeviceId; /**< Unique ID of device */ - u32 BaseAddress; /**< Device base address */ -} XAdcPs_Config; - - -/** - * The driver's instance data. The user is required to allocate a variable - * of this type for every XADC/ADC device in the system. A pointer to - * a variable of this type is then passed to the driver API functions. - */ -typedef struct { - XAdcPs_Config Config; /**< XAdcPs_Config of current device */ - u32 IsReady; /**< Device is initialized and ready */ - -} XAdcPs; - -/***************** Macros (Inline Functions) Definitions ********************/ - -/****************************************************************************/ -/** -* -* This macro checks if the XADC device is in Event Sampling mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return -* - TRUE if the device is in Event Sampling Mode. -* - FALSE if the device is in Continuous Sampling Mode. -* -* @note C-Style signature: -* int XAdcPs_IsEventSamplingMode(XAdcPs *InstancePtr); -* -*****************************************************************************/ -#define XAdcPs_IsEventSamplingModeSet(InstancePtr) \ - (((XAdcPs_ReadInternalReg(InstancePtr, \ - XADCPS_CFR0_OFFSET) & XADCPS_CFR0_EC_MASK) ? \ - TRUE : FALSE)) - - -/****************************************************************************/ -/** -* -* This macro checks if the XADC device is in External Mux mode. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return -* - TRUE if the device is in External Mux Mode. -* - FALSE if the device is NOT in External Mux Mode. -* -* @note C-Style signature: -* int XAdcPs_IsExternalMuxMode(XAdcPs *InstancePtr); -* -*****************************************************************************/ -#define XAdcPs_IsExternalMuxModeSet(InstancePtr) \ - (((XAdcPs_ReadInternalReg(InstancePtr, \ - XADCPS_CFR0_OFFSET) & XADCPS_CFR0_MUX_MASK) ? \ - TRUE : FALSE)) - -/****************************************************************************/ -/** -* -* This macro converts XADC Raw Data to Temperature(centigrades). -* -* @param AdcData is the Raw ADC Data from XADC. -* -* @return The Temperature in centigrades. -* -* @note C-Style signature: -* float XAdcPs_RawToTemperature(u32 AdcData); -* -*****************************************************************************/ -#define XAdcPs_RawToTemperature(AdcData) \ - ((((float)(AdcData)/65536.0f)/0.00198421639f ) - 273.15f) - -/****************************************************************************/ -/** -* -* This macro converts XADC/ADC Raw Data to Voltage(volts). -* -* @param AdcData is the XADC/ADC Raw Data. -* -* @return The Voltage in volts. -* -* @note C-Style signature: -* float XAdcPs_RawToVoltage(u32 AdcData); -* -*****************************************************************************/ -#define XAdcPs_RawToVoltage(AdcData) \ - ((((float)(AdcData))* (3.0f))/65536.0f) - -/****************************************************************************/ -/** -* -* This macro converts Temperature in centigrades to XADC/ADC Raw Data. -* -* @param Temperature is the Temperature in centigrades to be -* converted to XADC/ADC Raw Data. -* -* @return The XADC/ADC Raw Data. -* -* @note C-Style signature: -* int XAdcPs_TemperatureToRaw(float Temperature); -* -*****************************************************************************/ -#define XAdcPs_TemperatureToRaw(Temperature) \ - ((int)(((Temperature) + 273.15f)*65536.0f*0.00198421639f)) - -/****************************************************************************/ -/** -* -* This macro converts Voltage in Volts to XADC/ADC Raw Data. -* -* @param Voltage is the Voltage in volts to be converted to -* XADC/ADC Raw Data. -* -* @return The XADC/ADC Raw Data. -* -* @note C-Style signature: -* int XAdcPs_VoltageToRaw(float Voltage); -* -*****************************************************************************/ -#define XAdcPs_VoltageToRaw(Voltage) \ - ((int)((Voltage)*65536.0f/3.0f)) - - -/****************************************************************************/ -/** -* -* This macro is used for writing to the XADC Registers using the -* command FIFO. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Data is the value to be written to XADC register. -* -* @return None. -* -* @note C-Style signature: -* void XAdcPs_WriteFifo(XAdcPs *InstancePtr, u32 Data); -* -*****************************************************************************/ -#define XAdcPs_WriteFifo(InstancePtr, Data) \ - XAdcPs_WriteReg((InstancePtr)->Config.BaseAddress, \ - XADCPS_CMDFIFO_OFFSET, Data); - - -/****************************************************************************/ -/** -* -* This macro is used for reading from the XADC Registers using the -* data FIFO. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return Data read from the FIFO -* -* @note C-Style signature: -* u32 XAdcPs_ReadFifo(XAdcPs *InstancePtr); -* -*****************************************************************************/ -#define XAdcPs_ReadFifo(InstancePtr) \ - XAdcPs_ReadReg((InstancePtr)->Config.BaseAddress, \ - XADCPS_RDFIFO_OFFSET); - - -/************************** Function Prototypes *****************************/ - - - -/** - * Functions in xadcps_sinit.c - */ -XAdcPs_Config *XAdcPs_LookupConfig(u16 DeviceId); - -/** - * Functions in xadcps.c - */ -int XAdcPs_CfgInitialize(XAdcPs *InstancePtr, - XAdcPs_Config *ConfigPtr, - u32 EffectiveAddr); - -void XAdcPs_SetConfigRegister(XAdcPs *InstancePtr, u32 Data); -u32 XAdcPs_GetConfigRegister(XAdcPs *InstancePtr); - -u32 XAdcPs_GetMiscStatus(XAdcPs *InstancePtr); - -void XAdcPs_SetMiscCtrlRegister(XAdcPs *InstancePtr, u32 Data); -u32 XAdcPs_GetMiscCtrlRegister(XAdcPs *InstancePtr); - -void XAdcPs_Reset(XAdcPs *InstancePtr); - -u16 XAdcPs_GetAdcData(XAdcPs *InstancePtr, u8 Channel); - -u16 XAdcPs_GetCalibCoefficient(XAdcPs *InstancePtr, u8 CoeffType); - -u16 XAdcPs_GetMinMaxMeasurement(XAdcPs *InstancePtr, u8 MeasurementType); - -void XAdcPs_SetAvg(XAdcPs *InstancePtr, u8 Average); -u8 XAdcPs_GetAvg(XAdcPs *InstancePtr); - -int XAdcPs_SetSingleChParams(XAdcPs *InstancePtr, - u8 Channel, - int IncreaseAcqCycles, - int IsEventMode, - int IsDifferentialMode); - - -void XAdcPs_SetAlarmEnables(XAdcPs *InstancePtr, u16 AlmEnableMask); -u16 XAdcPs_GetAlarmEnables(XAdcPs *InstancePtr); - -void XAdcPs_SetCalibEnables(XAdcPs *InstancePtr, u16 Calibration); -u16 XAdcPs_GetCalibEnables(XAdcPs *InstancePtr); - -void XAdcPs_SetSequencerMode(XAdcPs *InstancePtr, u8 SequencerMode); -u8 XAdcPs_GetSequencerMode(XAdcPs *InstancePtr); - -void XAdcPs_SetAdcClkDivisor(XAdcPs *InstancePtr, u8 Divisor); -u8 XAdcPs_GetAdcClkDivisor(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqChEnables(XAdcPs *InstancePtr, u32 ChEnableMask); -u32 XAdcPs_GetSeqChEnables(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqAvgEnables(XAdcPs *InstancePtr, u32 AvgEnableChMask); -u32 XAdcPs_GetSeqAvgEnables(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqInputMode(XAdcPs *InstancePtr, u32 InputModeChMask); -u32 XAdcPs_GetSeqInputMode(XAdcPs *InstancePtr); - -int XAdcPs_SetSeqAcqTime(XAdcPs *InstancePtr, u32 AcqCyclesChMask); -u32 XAdcPs_GetSeqAcqTime(XAdcPs *InstancePtr); - -void XAdcPs_SetAlarmThreshold(XAdcPs *InstancePtr, u8 AlarmThrReg, u16 Value); -u16 XAdcPs_GetAlarmThreshold(XAdcPs *InstancePtr, u8 AlarmThrReg); - -void XAdcPs_EnableUserOverTemp(XAdcPs *InstancePtr); -void XAdcPs_DisableUserOverTemp(XAdcPs *InstancePtr); - -void XAdcPs_SetSequencerEvent(XAdcPs *InstancePtr, int IsEventMode); - -int XAdcPs_GetSamplingMode(XAdcPs *InstancePtr); - -void XAdcPs_SetMuxMode(XAdcPs *InstancePtr, int MuxMode, u8 Channel); - -void XAdcPs_SetPowerdownMode(XAdcPs *InstancePtr, u32 Mode); - -u32 XAdcPs_GetPowerdownMode(XAdcPs *InstancePtr); - -/** - * Functions in xadcps_selftest.c - */ -int XAdcPs_SelfTest(XAdcPs *InstancePtr); - -/** - * Functions in xadcps_intr.c - */ -void XAdcPs_IntrEnable(XAdcPs *InstancePtr, u32 Mask); -void XAdcPs_IntrDisable(XAdcPs *InstancePtr, u32 Mask); -u32 XAdcPs_IntrGetEnabled(XAdcPs *InstancePtr); - -u32 XAdcPs_IntrGetStatus(XAdcPs *InstancePtr); -void XAdcPs_IntrClear(XAdcPs *InstancePtr, u32 Mask); - - -#ifdef __cplusplus -} -#endif - -#endif /* End of protection macro. */ -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_g.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_g.c deleted file mode 100644 index 0c9f9bb..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_g.c +++ /dev/null @@ -1,31 +0,0 @@ - -/******************************************************************* -* -* CAUTION: This file is automatically generated by HSI. -* Version: 2021.2 -* DO NOT EDIT. -* -* Copyright (C) 2010-2022 Xilinx, Inc. All Rights Reserved. -* SPDX-License-Identifier: MIT - -* -* Description: Driver configuration -* -*******************************************************************/ - -#include "xparameters.h" -#include "xadcps.h" - -/* -* The configuration table for devices -*/ - -XAdcPs_Config XAdcPs_ConfigTable[XPAR_XADCPS_NUM_INSTANCES] = -{ - { - XPAR_PS7_XADC_0_DEVICE_ID, - XPAR_PS7_XADC_0_BASEADDR - } -}; - - diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_hw.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_hw.h deleted file mode 100644 index 51cc7c5..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_hw.h +++ /dev/null @@ -1,477 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/****************************************************************************/ -/** -* -* @file xadcps_hw.h -* @addtogroup xadcps_v2_6 -* @{ -* -* This header file contains identifiers and basic driver functions (or -* macros) that can be used to access the XADC device through the Device -* Config Interface of the Zynq. -* -* -* Refer to the device specification for more information about this driver. -* -* @note None. -* -* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a bss    12/22/11 First release based on the XPS/AXI xadc driver
-* 1.03a bss    11/01/13 Modified macros to use correct Register offsets
-*			CR#749687
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*
-* 
-* -*****************************************************************************/ -#ifndef XADCPS_HW_H /* Prevent circular inclusions */ -#define XADCPS_HW_H /* by using protection macros */ - -#ifdef __cplusplus -extern "C" { -#endif - -/***************************** Include Files ********************************/ - -#include "xil_types.h" -#include "xil_assert.h" -#include "xil_io.h" - -/************************** Constant Definitions ****************************/ - - -/**@name Register offsets of XADC in the Device Config - * - * The following constants provide access to each of the registers of the - * XADC device. - * @{ - */ - -#define XADCPS_CFG_OFFSET 0x00U /**< Configuration Register */ -#define XADCPS_INT_STS_OFFSET 0x04U /**< Interrupt Status Register */ -#define XADCPS_INT_MASK_OFFSET 0x08U /**< Interrupt Mask Register */ -#define XADCPS_MSTS_OFFSET 0x0CU /**< Misc status register */ -#define XADCPS_CMDFIFO_OFFSET 0x10U /**< Command FIFO Register */ -#define XADCPS_RDFIFO_OFFSET 0x14U /**< Read FIFO Register */ -#define XADCPS_MCTL_OFFSET 0x18U /**< Misc control register */ - -/* @} */ - - - - - -/** @name XADC Config Register Bit definitions - * @{ - */ -#define XADCPS_CFG_ENABLE_MASK 0x80000000U /**< Enable access from PS mask */ -#define XADCPS_CFG_CFIFOTH_MASK 0x00F00000U /**< Command FIFO Threshold mask */ -#define XADCPS_CFG_DFIFOTH_MASK 0x000F0000U /**< Data FIFO Threshold mask */ -#define XADCPS_CFG_WEDGE_MASK 0x00002000U /**< Write Edge Mask */ -#define XADCPS_CFG_REDGE_MASK 0x00001000U /**< Read Edge Mask */ -#define XADCPS_CFG_TCKRATE_MASK 0x00000300U /**< Clock freq control */ -#define XADCPS_CFG_IGAP_MASK 0x0000001FU /**< Idle Gap between - * successive commands */ -/* @} */ - - -/** @name XADC Interrupt Status/Mask Register Bit definitions - * - * The definitions are same for the Interrupt Status Register and - * Interrupt Mask Register. They are defined only once. - * @{ - */ -#define XADCPS_INTX_ALL_MASK 0x000003FFU /**< Alarm Signals Mask */ -#define XADCPS_INTX_CFIFO_LTH_MASK 0x00000200U /**< CMD FIFO less than threshold */ -#define XADCPS_INTX_DFIFO_GTH_MASK 0x00000100U /**< Data FIFO greater than threshold */ -#define XADCPS_INTX_OT_MASK 0x00000080U /**< Over temperature Alarm Status */ -#define XADCPS_INTX_ALM_ALL_MASK 0x0000007FU /**< Alarm Signals Mask */ -#define XADCPS_INTX_ALM6_MASK 0x00000040U /**< Alarm 6 Mask */ -#define XADCPS_INTX_ALM5_MASK 0x00000020U /**< Alarm 5 Mask */ -#define XADCPS_INTX_ALM4_MASK 0x00000010U /**< Alarm 4 Mask */ -#define XADCPS_INTX_ALM3_MASK 0x00000008U /**< Alarm 3 Mask */ -#define XADCPS_INTX_ALM2_MASK 0x00000004U /**< Alarm 2 Mask */ -#define XADCPS_INTX_ALM1_MASK 0x00000002U /**< Alarm 1 Mask */ -#define XADCPS_INTX_ALM0_MASK 0x00000001U /**< Alarm 0 Mask */ - -/* @} */ - - -/** @name XADC Miscellaneous Register Bit definitions - * @{ - */ -#define XADCPS_MSTS_CFIFO_LVL_MASK 0x000F0000U /**< Command FIFO Level mask */ -#define XADCPS_MSTS_DFIFO_LVL_MASK 0x0000F000U /**< Data FIFO Level Mask */ -#define XADCPS_MSTS_CFIFOF_MASK 0x00000800U /**< Command FIFO Full Mask */ -#define XADCPS_MSTS_CFIFOE_MASK 0x00000400U /**< Command FIFO Empty Mask */ -#define XADCPS_MSTS_DFIFOF_MASK 0x00000200U /**< Data FIFO Full Mask */ -#define XADCPS_MSTS_DFIFOE_MASK 0x00000100U /**< Data FIFO Empty Mask */ -#define XADCPS_MSTS_OT_MASK 0x00000080U /**< Over Temperature Mask */ -#define XADCPS_MSTS_ALM_MASK 0x0000007FU /**< Alarms Mask */ -/* @} */ - - -/** @name XADC Miscellaneous Control Register Bit definitions - * @{ - */ -#define XADCPS_MCTL_RESET_MASK 0x00000010U /**< Reset XADC */ -#define XADCPS_MCTL_FLUSH_MASK 0x00000001U /**< Flush the FIFOs */ -/* @} */ - - -/**@name Internal Register offsets of the XADC - * - * The following constants provide access to each of the internal registers of - * the XADC device. - * @{ - */ - -/* - * XADC Internal Channel Registers - */ -#define XADCPS_TEMP_OFFSET 0x00U /**< On-chip Temperature Reg */ -#define XADCPS_VCCINT_OFFSET 0x01U /**< On-chip VCCINT Data Reg */ -#define XADCPS_VCCAUX_OFFSET 0x02U /**< On-chip VCCAUX Data Reg */ -#define XADCPS_VPVN_OFFSET 0x03U /**< ADC out of VP/VN */ -#define XADCPS_VREFP_OFFSET 0x04U /**< On-chip VREFP Data Reg */ -#define XADCPS_VREFN_OFFSET 0x05U /**< On-chip VREFN Data Reg */ -#define XADCPS_VBRAM_OFFSET 0x06U /**< On-chip VBRAM , 7 Series */ -#define XADCPS_ADC_A_SUPPLY_CALIB_OFFSET 0x08U /**< ADC A Supply Offset Reg */ -#define XADCPS_ADC_A_OFFSET_CALIB_OFFSET 0x09U /**< ADC A Offset Data Reg */ -#define XADCPS_ADC_A_GAINERR_CALIB_OFFSET 0x0AU /**< ADC A Gain Error Reg */ -#define XADCPS_VCCPINT_OFFSET 0x0DU /**< On-chip VCCPINT Reg, Zynq */ -#define XADCPS_VCCPAUX_OFFSET 0x0EU /**< On-chip VCCPAUX Reg, Zynq */ -#define XADCPS_VCCPDRO_OFFSET 0x0FU /**< On-chip VCCPDRO Reg, Zynq */ - -/* - * XADC External Channel Registers - */ -#define XADCPS_AUX00_OFFSET 0x10U /**< ADC out of VAUXP0/VAUXN0 */ -#define XADCPS_AUX01_OFFSET 0x11U /**< ADC out of VAUXP1/VAUXN1 */ -#define XADCPS_AUX02_OFFSET 0x12U /**< ADC out of VAUXP2/VAUXN2 */ -#define XADCPS_AUX03_OFFSET 0x13U /**< ADC out of VAUXP3/VAUXN3 */ -#define XADCPS_AUX04_OFFSET 0x14U /**< ADC out of VAUXP4/VAUXN4 */ -#define XADCPS_AUX05_OFFSET 0x15U /**< ADC out of VAUXP5/VAUXN5 */ -#define XADCPS_AUX06_OFFSET 0x16U /**< ADC out of VAUXP6/VAUXN6 */ -#define XADCPS_AUX07_OFFSET 0x17U /**< ADC out of VAUXP7/VAUXN7 */ -#define XADCPS_AUX08_OFFSET 0x18U /**< ADC out of VAUXP8/VAUXN8 */ -#define XADCPS_AUX09_OFFSET 0x19U /**< ADC out of VAUXP9/VAUXN9 */ -#define XADCPS_AUX10_OFFSET 0x1AU /**< ADC out of VAUXP10/VAUXN10 */ -#define XADCPS_AUX11_OFFSET 0x1BU /**< ADC out of VAUXP11/VAUXN11 */ -#define XADCPS_AUX12_OFFSET 0x1CU /**< ADC out of VAUXP12/VAUXN12 */ -#define XADCPS_AUX13_OFFSET 0x1DU /**< ADC out of VAUXP13/VAUXN13 */ -#define XADCPS_AUX14_OFFSET 0x1EU /**< ADC out of VAUXP14/VAUXN14 */ -#define XADCPS_AUX15_OFFSET 0x1FU /**< ADC out of VAUXP15/VAUXN15 */ - -/* - * XADC Registers for Maximum/Minimum data captured for the - * on chip Temperature/VCCINT/VCCAUX data. - */ -#define XADCPS_MAX_TEMP_OFFSET 0x20U /**< Max Temperature Reg */ -#define XADCPS_MAX_VCCINT_OFFSET 0x21U /**< Max VCCINT Register */ -#define XADCPS_MAX_VCCAUX_OFFSET 0x22U /**< Max VCCAUX Register */ -#define XADCPS_MAX_VCCBRAM_OFFSET 0x23U /**< Max BRAM Register, 7 series */ -#define XADCPS_MIN_TEMP_OFFSET 0x24U /**< Min Temperature Reg */ -#define XADCPS_MIN_VCCINT_OFFSET 0x25U /**< Min VCCINT Register */ -#define XADCPS_MIN_VCCAUX_OFFSET 0x26U /**< Min VCCAUX Register */ -#define XADCPS_MIN_VCCBRAM_OFFSET 0x27U /**< Min BRAM Register, 7 series */ -#define XADCPS_MAX_VCCPINT_OFFSET 0x28U /**< Max VCCPINT Register, Zynq */ -#define XADCPS_MAX_VCCPAUX_OFFSET 0x29U /**< Max VCCPAUX Register, Zynq */ -#define XADCPS_MAX_VCCPDRO_OFFSET 0x2AU /**< Max VCCPDRO Register, Zynq */ -#define XADCPS_MIN_VCCPINT_OFFSET 0x2CU /**< Min VCCPINT Register, Zynq */ -#define XADCPS_MIN_VCCPAUX_OFFSET 0x2DU /**< Min VCCPAUX Register, Zynq */ -#define XADCPS_MIN_VCCPDRO_OFFSET 0x2EU /**< Min VCCPDRO Register,Zynq */ - /* Undefined 0x2F to 0x3E */ -#define XADCPS_FLAG_OFFSET 0x3FU /**< Flag Register */ - -/* - * XADC Configuration Registers - */ -#define XADCPS_CFR0_OFFSET 0x40U /**< Configuration Register 0 */ -#define XADCPS_CFR1_OFFSET 0x41U /**< Configuration Register 1 */ -#define XADCPS_CFR2_OFFSET 0x42U /**< Configuration Register 2 */ - -/* Test Registers 0x43 to 0x47 */ - -/* - * XADC Sequence Registers - */ -#define XADCPS_SEQ00_OFFSET 0x48U /**< Seq Reg 00 Adc Channel Selection */ -#define XADCPS_SEQ01_OFFSET 0x49U /**< Seq Reg 01 Adc Channel Selection */ -#define XADCPS_SEQ02_OFFSET 0x4AU /**< Seq Reg 02 Adc Average Enable */ -#define XADCPS_SEQ03_OFFSET 0x4BU /**< Seq Reg 03 Adc Average Enable */ -#define XADCPS_SEQ04_OFFSET 0x4CU /**< Seq Reg 04 Adc Input Mode Select */ -#define XADCPS_SEQ05_OFFSET 0x4DU /**< Seq Reg 05 Adc Input Mode Select */ -#define XADCPS_SEQ06_OFFSET 0x4EU /**< Seq Reg 06 Adc Acquisition Select */ -#define XADCPS_SEQ07_OFFSET 0x4FU /**< Seq Reg 07 Adc Acquisition Select */ - -/* - * XADC Alarm Threshold/Limit Registers (ATR) - */ -#define XADCPS_ATR_TEMP_UPPER_OFFSET 0x50U /**< Temp Upper Alarm Register */ -#define XADCPS_ATR_VCCINT_UPPER_OFFSET 0x51U /**< VCCINT Upper Alarm Reg */ -#define XADCPS_ATR_VCCAUX_UPPER_OFFSET 0x52U /**< VCCAUX Upper Alarm Reg */ -#define XADCPS_ATR_OT_UPPER_OFFSET 0x53U /**< Over Temp Upper Alarm Reg */ -#define XADCPS_ATR_TEMP_LOWER_OFFSET 0x54U /**< Temp Lower Alarm Register */ -#define XADCPS_ATR_VCCINT_LOWER_OFFSET 0x55U /**< VCCINT Lower Alarm Reg */ -#define XADCPS_ATR_VCCAUX_LOWER_OFFSET 0x56U /**< VCCAUX Lower Alarm Reg */ -#define XADCPS_ATR_OT_LOWER_OFFSET 0x57U /**< Over Temp Lower Alarm Reg */ -#define XADCPS_ATR_VBRAM_UPPER_OFFSET 0x58U /**< VBRAM Upper Alarm, 7 series */ -#define XADCPS_ATR_VCCPINT_UPPER_OFFSET 0x59U /**< VCCPINT Upper Alarm, Zynq */ -#define XADCPS_ATR_VCCPAUX_UPPER_OFFSET 0x5AU /**< VCCPAUX Upper Alarm, Zynq */ -#define XADCPS_ATR_VCCPDRO_UPPER_OFFSET 0x5BU /**< VCCPDRO Upper Alarm, Zynq */ -#define XADCPS_ATR_VBRAM_LOWER_OFFSET 0x5CU /**< VRBAM Lower Alarm, 7 Series */ -#define XADCPS_ATR_VCCPINT_LOWER_OFFSET 0x5DU /**< VCCPINT Lower Alarm, Zynq */ -#define XADCPS_ATR_VCCPAUX_LOWER_OFFSET 0x5EU /**< VCCPAUX Lower Alarm, Zynq */ -#define XADCPS_ATR_VCCPDRO_LOWER_OFFSET 0x5FU /**< VCCPDRO Lower Alarm, Zynq */ - -/* Undefined 0x60 to 0x7F */ - -/*@}*/ - - - -/** - * @name Configuration Register 0 (CFR0) mask(s) - * @{ - */ -#define XADCPS_CFR0_CAL_AVG_MASK 0x00008000U /**< Averaging enable Mask */ -#define XADCPS_CFR0_AVG_VALID_MASK 0x00003000U /**< Averaging bit Mask */ -#define XADCPS_CFR0_AVG1_MASK 0x00000000U /**< No Averaging */ -#define XADCPS_CFR0_AVG16_MASK 0x00001000U /**< Average 16 samples */ -#define XADCPS_CFR0_AVG64_MASK 0x00002000U /**< Average 64 samples */ -#define XADCPS_CFR0_AVG256_MASK 0x00003000U /**< Average 256 samples */ -#define XADCPS_CFR0_AVG_SHIFT 12U /**< Averaging bits shift */ -#define XADCPS_CFR0_MUX_MASK 0x00000800U /**< External Mask Enable */ -#define XADCPS_CFR0_DU_MASK 0x00000400U /**< Bipolar/Unipolar mode */ -#define XADCPS_CFR0_EC_MASK 0x00000200U /**< Event driven/ - * Continuous mode selection - */ -#define XADCPS_CFR0_ACQ_MASK 0x00000100U /**< Add acquisition by 6 ADCCLK */ -#define XADCPS_CFR0_CHANNEL_MASK 0x0000001FU /**< Channel number bit Mask */ - -/*@}*/ - -/** - * @name Configuration Register 1 (CFR1) mask(s) - * @{ - */ -#define XADCPS_CFR1_SEQ_VALID_MASK 0x0000F000U /**< Sequence bit Mask */ -#define XADCPS_CFR1_SEQ_SAFEMODE_MASK 0x00000000U /**< Default Safe Mode */ -#define XADCPS_CFR1_SEQ_ONEPASS_MASK 0x00001000U /**< Onepass through Seq */ -#define XADCPS_CFR1_SEQ_CONTINPASS_MASK 0x00002000U /**< Continuous Cycling Seq */ -#define XADCPS_CFR1_SEQ_SINGCHAN_MASK 0x00003000U /**< Single channel - No Seq */ -#define XADCPS_CFR1_SEQ_SIMUL_SAMPLING_MASK 0x00004000U /**< Simulataneous Sampling Mask */ -#define XADCPS_CFR1_SEQ_INDEPENDENT_MASK 0x00008000U /**< Independent Mode */ -#define XADCPS_CFR1_SEQ_SHIFT 12U /**< Sequence bit shift */ -#define XADCPS_CFR1_ALM_VCCPDRO_MASK 0x00000800U /**< Alm 6 - VCCPDRO, Zynq */ -#define XADCPS_CFR1_ALM_VCCPAUX_MASK 0x00000400U /**< Alm 5 - VCCPAUX, Zynq */ -#define XADCPS_CFR1_ALM_VCCPINT_MASK 0x00000200U /**< Alm 4 - VCCPINT, Zynq */ -#define XADCPS_CFR1_ALM_VBRAM_MASK 0x00000100U /**< Alm 3 - VBRAM, 7 series */ -#define XADCPS_CFR1_CAL_VALID_MASK 0x000000F0U /**< Valid Calibration Mask */ -#define XADCPS_CFR1_CAL_PS_GAIN_OFFSET_MASK 0x00000080U /**< Calibration 3 -Power - Supply Gain/Offset - Enable */ -#define XADCPS_CFR1_CAL_PS_OFFSET_MASK 0x00000040U /**< Calibration 2 -Power - Supply Offset Enable */ -#define XADCPS_CFR1_CAL_ADC_GAIN_OFFSET_MASK 0x00000020U /**< Calibration 1 -ADC Gain - Offset Enable */ -#define XADCPS_CFR1_CAL_ADC_OFFSET_MASK 0x00000010U /**< Calibration 0 -ADC Offset - Enable */ -#define XADCPS_CFR1_CAL_DISABLE_MASK 0x00000000U /**< No Calibration */ -#define XADCPS_CFR1_ALM_ALL_MASK 0x00000F0FU /**< Mask for all alarms */ -#define XADCPS_CFR1_ALM_VCCAUX_MASK 0x00000008U /**< Alarm 2 - VCCAUX Enable */ -#define XADCPS_CFR1_ALM_VCCINT_MASK 0x00000004U /**< Alarm 1 - VCCINT Enable */ -#define XADCPS_CFR1_ALM_TEMP_MASK 0x00000002U /**< Alarm 0 - Temperature */ -#define XADCPS_CFR1_OT_MASK 0x00000001U /**< Over Temperature Enable */ - -/*@}*/ - -/** - * @name Configuration Register 2 (CFR2) mask(s) - * @{ - */ -#define XADCPS_CFR2_CD_VALID_MASK 0xFF00U /** -* -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ----- -------- ----------------------------------------------------- -* 1.00a ssb 12/22/11 First release based on the XPS/AXI xadc driver -* -*
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xadcps.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ - - -/****************************************************************************/ -/** -* -* This function enables the specified interrupts in the device. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Mask is the bit-mask of the interrupts to be enabled. -* Bit positions of 1 will be enabled. Bit positions of 0 will -* keep the previous setting. This mask is formed by OR'ing -* XADCPS_INTX_* bits defined in xadcps_hw.h. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_IntrEnable(XAdcPs *InstancePtr, u32 Mask) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Disable the specified interrupts in the IPIER. - */ - RegValue = XAdcPs_ReadReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_MASK_OFFSET); - RegValue &= ~(Mask & XADCPS_INTX_ALL_MASK); - XAdcPs_WriteReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_MASK_OFFSET, - RegValue); -} - - -/****************************************************************************/ -/** -* -* This function disables the specified interrupts in the device. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Mask is the bit-mask of the interrupts to be disabled. -* Bit positions of 1 will be disabled. Bit positions of 0 will -* keep the previous setting. This mask is formed by OR'ing -* XADCPS_INTX_* bits defined in xadcps_hw.h. -* -* @return None. -* -* @note None -* -*****************************************************************************/ -void XAdcPs_IntrDisable(XAdcPs *InstancePtr, u32 Mask) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Enable the specified interrupts in the IPIER. - */ - RegValue = XAdcPs_ReadReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_MASK_OFFSET); - RegValue |= (Mask & XADCPS_INTX_ALL_MASK); - XAdcPs_WriteReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_MASK_OFFSET, - RegValue); -} -/****************************************************************************/ -/** -* -* This function returns the enabled interrupts read from the Interrupt Mask -* Register (IPIER). Use the XADCPS_IPIXR_* constants defined in xadcps_hw.h to -* interpret the returned value. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return A 32-bit value representing the contents of the I. -* -* @note None. -* -*****************************************************************************/ -u32 XAdcPs_IntrGetEnabled(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Return the value read from the Interrupt Enable Register. - */ - return (~ XAdcPs_ReadReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_MASK_OFFSET) & XADCPS_INTX_ALL_MASK); -} - -/****************************************************************************/ -/** -* -* This function returns the interrupt status read from Interrupt Status -* Register(IPISR). Use the XADCPS_IPIXR_* constants defined in xadcps_hw.h -* to interpret the returned value. -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return A 32-bit value representing the contents of the IPISR. -* -* @note The device must be configured at hardware build time to include -* interrupt component for this function to work. -* -*****************************************************************************/ -u32 XAdcPs_IntrGetStatus(XAdcPs *InstancePtr) -{ - /* - * Assert the arguments. - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Return the value read from the Interrupt Status register. - */ - return XAdcPs_ReadReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_STS_OFFSET) & XADCPS_INTX_ALL_MASK; -} - -/****************************************************************************/ -/** -* -* This function clears the specified interrupts in the Interrupt Status -* Register (IPISR). -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* @param Mask is the bit-mask of the interrupts to be cleared. -* Bit positions of 1 will be cleared. Bit positions of 0 will not -* change the previous interrupt status. This mask is formed by -* OR'ing XADCPS_IPIXR_* bits which are defined in xadcps_hw.h. -* -* @return None. -* -* @note None. -* -*****************************************************************************/ -void XAdcPs_IntrClear(XAdcPs *InstancePtr, u32 Mask) -{ - u32 RegValue; - - /* - * Assert the arguments. - */ - Xil_AssertVoid(InstancePtr != NULL); - Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - /* - * Clear the specified interrupts in the Interrupt Status register. - */ - RegValue = XAdcPs_ReadReg(InstancePtr->Config.BaseAddress, - XADCPS_INT_STS_OFFSET); - RegValue &= (Mask & XADCPS_INTX_ALL_MASK); - XAdcPs_WriteReg(InstancePtr->Config.BaseAddress, XADCPS_INT_STS_OFFSET, - RegValue); - -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_selftest.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_selftest.c deleted file mode 100644 index b144c7a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_selftest.c +++ /dev/null @@ -1,116 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xadcps_selftest.c -* @addtogroup xadcps_v2_6 -* @{ -* -* This file contains a diagnostic self test function for the XAdcPs driver. -* The self test function does a simple read/write test of the Alarm Threshold -* Register. -* -* See xadcps.h for more information. -* -* @note None. -* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a ssb    12/22/11 First release based on the XPS/AXI xadc driver
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*
-* 
-* -*****************************************************************************/ - -/***************************** Include Files ********************************/ - -#include "xadcps.h" - -/************************** Constant Definitions ****************************/ - -/* - * The following constant defines the test value to be written - * to the Alarm Threshold Register - */ -#define XADCPS_ATR_TEST_VALUE 0x55U - -/**************************** Type Definitions ******************************/ - -/***************** Macros (Inline Functions) Definitions ********************/ - -/************************** Variable Definitions ****************************/ - -/************************** Function Prototypes *****************************/ - -/*****************************************************************************/ -/** -* -* Run a self-test on the driver/device. The test -* - Resets the device, -* - Writes a value into the Alarm Threshold register and reads it back -* for comparison. -* - Resets the device again. -* -* -* @param InstancePtr is a pointer to the XAdcPs instance. -* -* @return -* - XST_SUCCESS if the value read from the Alarm Threshold -* register is the same as the value written. -* - XST_FAILURE Otherwise -* -* @note This is a destructive test in that resets of the device are -* performed. Refer to the device specification for the -* device status after the reset operation. -* -******************************************************************************/ -int XAdcPs_SelfTest(XAdcPs *InstancePtr) -{ - int Status; - u32 RegValue; - - /* - * Assert the argument - */ - Xil_AssertNonvoid(InstancePtr != NULL); - Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY); - - - /* - * Reset the device to get it back to its default state - */ - XAdcPs_Reset(InstancePtr); - - /* - * Write a value into the Alarm Threshold registers, read it back, and - * do the comparison - */ - XAdcPs_SetAlarmThreshold(InstancePtr, XADCPS_ATR_VCCINT_UPPER, - XADCPS_ATR_TEST_VALUE); - RegValue = XAdcPs_GetAlarmThreshold(InstancePtr, XADCPS_ATR_VCCINT_UPPER); - - if (RegValue == XADCPS_ATR_TEST_VALUE) { - Status = XST_SUCCESS; - } else { - Status = XST_FAILURE; - } - - /* - * Reset the device again to its default state. - */ - XAdcPs_Reset(InstancePtr); - /* - * Return the test result. - */ - return Status; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_sinit.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_sinit.c deleted file mode 100644 index e06988a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xadcps_v2_6/src/xadcps_sinit.c +++ /dev/null @@ -1,78 +0,0 @@ -/****************************************************************************** -* Copyright (C) 2011 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xadcps_sinit.c -* @addtogroup xadcps_v2_6 -* @{ -* -* This file contains the implementation of the XAdcPs driver's static -* initialization functionality. -* -* @note None. -* -*
-*
-* MODIFICATION HISTORY:
-*
-* Ver   Who    Date     Changes
-* ----- -----  -------- -----------------------------------------------------
-* 1.00a ssb    12/22/11 First release based on the XPS/AXI XADC driver
-* 2.6   aad    11/02/20 Fix MISRAC Mandatory and Advisory errors.
-*
-* 
-* -******************************************************************************/ - -/***************************** Include Files *********************************/ - -#include "xparameters.h" -#include "xadcps.h" - -/************************** Constant Definitions *****************************/ - -/**************************** Type Definitions *******************************/ - -/***************** Macros (Inline Functions) Definitions *********************/ - -/************************** Function Prototypes ******************************/ - -/************************** Variable Definitions *****************************/ -extern XAdcPs_Config XAdcPs_ConfigTable[]; - -/*****************************************************************************/ -/** -* -* This function looks up the device configuration based on the unique device ID. -* The table XAdcPs_ConfigTable contains the configuration info for each device -* in the system. -* -* @param DeviceId contains the ID of the device for which the -* device configuration pointer is to be returned. -* -* @return -* - A pointer to the configuration found. -* - NULL if the specified device ID was not found. -* -* @note None. -* -******************************************************************************/ -XAdcPs_Config *XAdcPs_LookupConfig(u16 DeviceId) -{ - XAdcPs_Config *CfgPtr = NULL; - u32 Index; - - for (Index = 0U; Index < 1U; Index++) { - if (XAdcPs_ConfigTable[Index].DeviceId == DeviceId) { - CfgPtr = &XAdcPs_ConfigTable[Index]; - break; - } - } - - return CfgPtr; -} -/** @} */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/Makefile deleted file mode 100644 index f0e1906..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -############################################################################### -# Copyright (c) 2013 - 2021 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### -DRIVER_LIB_VERSION = v1.0 - -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS = -LIB=libxilffs.a - -ifeq ($(notdir $(COMPILER)) , iccarm) - EXTRA_ARCHIVE_FLAGS=--create -else -ifeq ($(notdir $(COMPILER)) , armcc) - EXTRA_ARCHIVE_FLAGS=--create -else -ifeq ($(notdir $(COMPILER)) , armclang) - EXTRA_ARCHIVE_FLAGS=-rc -else - EXTRA_ARCHIVE_FLAGS=rc -endif -endif -endif - -RELEASEDIR=../../../lib/ -INCLUDEDIR=../../../include/ -INCLUDES=-I./. -I${INCLUDEDIR} - -FATFS_DIR = ./ -FATFS_SRCS := $(wildcard *.c) -FATFS_OBJS = $(addprefix $(FATFS_DIR), $(FATFS_SRCS:%.c=%.o)) -libs: libxilffs.a - -libxilffs.a: $(FATFS_OBJS) - $(ARCHIVER) $(EXTRA_ARCHIVE_FLAGS) ${RELEASEDIR}/${LIB} ${FATFS_OBJS} -DEPFILES := $(FATFS_SRCS:%.c=$(FATFS_DIR)%.d) - -include $(wildcard $(DEPFILES)) - -include $(wildcard ../../../../dep.mk) - -$(FATFS_DIR)%.o: $(FATFS_DIR)%.c - $(COMPILER) $(COMPILER_FLAGS) $(EXTRA_COMPILER_FLAGS) $(INCLUDES) $(DEPENDENCY_FLAGS) -o $@ $< - -.PHONY: include -include: libxilffs_includes - -libxilffs_includes: $(addprefix $(INCLUDEDIR), $(subst include/,,$(wildcard include/*.h))) - -$(INCLUDEDIR)%.h: include/%.h - $(CP) $< $@ - -clean: - rm -rf $(FATFS_OBJS) - rm -rf ${RELEASEDIR}/${LIB} - rm -rf ${DEPFILES} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/diskio.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/diskio.c deleted file mode 100644 index 6f579ab..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/diskio.c +++ /dev/null @@ -1,541 +0,0 @@ -/*-----------------------------------------------------------------------*/ -/* Low level disk I/O module skeleton for FatFs (C)ChaN, 2016 */ -/*-----------------------------------------------------------------------*/ -/****************************************************************************** -* Copyright (c) 2015 - 2021 Xilinx, Inc. All rights reserved. -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file diskio.c -* This file is the glue layer between file system and -* driver. -* Description related to SD driver: -* Process to use file system with SD -* Select xilffs in SDK when creating a BSP -* In SDK, set "fs_interface" to 1 to select SD interface. -* This glue layer can currently be used only with one -* SD controller enabled. -* In order to use eMMC, in SDK set "Enable MMC" to 1. If not, -* SD support is enabled by default. -* -* Description: -* This glue layer initializes the host controller and SD card -* in disk_initialize. If SD card supports it, 4-bit mode and -* high speed mode will be enabled. -* The default block size is 512 bytes. -* disk_read and disk_write functions are used to read and -* write files using ADMA2 in polled mode. -* The file system can be used to read from and write to an -* SD card that is already formatted as FATFS. -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.00a hk   10/17/13 First release
-* 2.0   hk   02/12/14 Corrected status check in disk initialize. CR# 772072.
-* 2.1   hk   04/16/14 Move check for ExtCSD high speed bit set inside if
-*                     condition for high speed support.
-*                     Include xil_types.h irrespective of xsdps.h. CR# 797086.
-* 2.2   hk   07/28/14 Make changes to enable use of data cache.
-* 3.0	sk	 12/04/14 Added support for micro SD without
-* 					  WP/CD. CR# 810655.
-*					  Make changes for prototypes of disk_read and
-*					  disk_write according to latest version.
-*			 12/15/14 Modified the code according to MISRAC 2012 Compliant.
-*					  Updated the FatFs to R0.10b
-*					  Removed alignment for local buffers as CacheInvalidate
-*					  will take care of it.
-*		sg   03/03/15 Added card detection check logic
-*		     04/28/15 Card detection only in case of card detection signal
-* 3.1   sk   06/04/15 Added support for SD1.
-* 3.2   sk   11/24/15 Considered the slot type before checking the CD/WP pins.
-* 3.3   sk   04/01/15 Added one second delay for checking CD pin.
-* 3.4   sk   06/09/16 Added support for mkfs.
-* 3.8   mj   07/31/17 Added support for RAM based FATfs.
-*       mn   12/04/17 Resolve errors in XilFFS for ARMCC compiler
-* 3.9   mn   04/18/18 Resolve build warnings for xilffs library
-*       mn   07/06/18 Fix Cppcheck and Doxygen warnings
-* 4.2   mn   08/16/19 Initialize Status variables with failure values
-*       mn   09/25/19 Check if the SD is powered on or not in disk_status()
-* 4.3   mn   02/24/20 Remove unused macro defines
-*       mn   04/08/20 Set IsReady to '0' before calling XSdPs_CfgInitialize
-* 4.5   sk   03/31/21 Maintain discrete global variables for each controller.
-* 4.6   sk   07/20/21 Fixed compilation warning in RAM interface.
-*
-* 
-* -* @note -* -******************************************************************************/ -#include "diskio.h" -#include "ff.h" -#include "xil_types.h" - -#ifdef FILE_SYSTEM_INTERFACE_SD -#include "xsdps.h" /* SD device driver */ -#endif -#include "sleep.h" -#include "xil_printf.h" - -#define SD_CD_DELAY 10000U -#define XSDPS_NUM_INSTANCES 2 - -#ifdef FILE_SYSTEM_INTERFACE_RAM -#include "xparameters.h" - -static char *dataramfs = NULL; - -#define BLOCKSIZE 1U -#define SECTORSIZE 512U -#define SECTORCNT (RAMFS_SIZE / SECTORSIZE) -#endif - -/*-------------------------------------------------------------------------- - - Public Functions - ----------------------------------------------------------------------------*/ - -/* - * Global variables - */ -static DSTATUS Stat[XSDPS_NUM_INSTANCES] = {STA_NOINIT, STA_NOINIT}; /* Disk status */ - -#ifdef FILE_SYSTEM_INTERFACE_SD -static XSdPs SdInstance[XSDPS_NUM_INSTANCES]; -static u32 BaseAddress[XSDPS_NUM_INSTANCES]; -static u32 CardDetect[XSDPS_NUM_INSTANCES]; -static u32 WriteProtect[XSDPS_NUM_INSTANCES]; -static u32 SlotType[XSDPS_NUM_INSTANCES]; -static u8 HostCntrlrVer[XSDPS_NUM_INSTANCES]; -#endif - -/*-----------------------------------------------------------------------*/ -/* Get Disk Status */ -/*-----------------------------------------------------------------------*/ - -/*****************************************************************************/ -/** -* -* Gets the status of the disk. -* In case of SD, it checks whether card is present or not. -* -* @param pdrv - Drive number -* -* @return -* 0 Status ok -* STA_NOINIT Drive not initialized -* STA_NODISK No medium in the drive -* STA_PROTECT Write protected -* -* @note In case Card detect signal is not connected, -* this function will not be able to check if card is present. -* -******************************************************************************/ -DSTATUS disk_status ( - BYTE pdrv /* Drive number (0) */ -) -{ - DSTATUS s = Stat[pdrv]; -#ifdef FILE_SYSTEM_INTERFACE_SD - u32 StatusReg; - u32 DelayCount = 0; - - if (SdInstance[pdrv].Config.BaseAddress == (u32)0) { - XSdPs_Config *SdConfig; - - SdConfig = XSdPs_LookupConfig((u16)pdrv); - if (NULL == SdConfig) { - s |= STA_NOINIT; - return s; - } - - BaseAddress[pdrv] = SdConfig->BaseAddress; - CardDetect[pdrv] = SdConfig->CardDetect; - WriteProtect[pdrv] = SdConfig->WriteProtect; - - HostCntrlrVer[pdrv] = (u8)(XSdPs_ReadReg16(BaseAddress[pdrv], - XSDPS_HOST_CTRL_VER_OFFSET) & XSDPS_HC_SPEC_VER_MASK); - if (HostCntrlrVer[pdrv] == XSDPS_HC_SPEC_V3) { - SlotType[pdrv] = XSdPs_ReadReg(BaseAddress[pdrv], - XSDPS_CAPS_OFFSET) & XSDPS_CAPS_SLOT_TYPE_MASK; - } else { - SlotType[pdrv] = 0; - } - } - - /* If SD is not powered up then mark it as not initialized */ - if ((XSdPs_ReadReg8((u32)BaseAddress[pdrv], XSDPS_POWER_CTRL_OFFSET) & - XSDPS_PC_BUS_PWR_MASK) == 0U) { - s |= STA_NOINIT; - } - - StatusReg = XSdPs_GetPresentStatusReg((u32)BaseAddress[pdrv]); - if (SlotType[pdrv] != XSDPS_CAPS_EMB_SLOT) { - if (CardDetect[pdrv]) { - while ((StatusReg & XSDPS_PSR_CARD_INSRT_MASK) == 0U) { - if (DelayCount == 500U) { - s = STA_NODISK | STA_NOINIT; - goto Label; - } else { - /* Wait for 10 msec */ - usleep(SD_CD_DELAY); - DelayCount++; - StatusReg = XSdPs_GetPresentStatusReg((u32)BaseAddress[pdrv]); - } - } - } - s &= ~STA_NODISK; - if (WriteProtect[pdrv]) { - if ((StatusReg & XSDPS_PSR_WPS_PL_MASK) == 0U){ - s |= STA_PROTECT; - goto Label; - } - } - s &= ~STA_PROTECT; - } else { - s &= ~STA_NODISK & ~STA_PROTECT; - } - - -Label: - Stat[pdrv] = s; -#endif - - return s; -} - -/*-----------------------------------------------------------------------*/ -/* Initialize Disk Drive */ -/*-----------------------------------------------------------------------*/ -/*****************************************************************************/ -/** -* -* Initializes the drive. -* In case of SD, it initializes the host controller and the card. -* This function also selects additional settings such as bus width, -* speed and block size. -* -* @param pdrv - Drive number -* -* @return s - which contains an OR of the following information -* STA_NODISK Disk is not present -* STA_NOINIT Drive not initialized -* STA_PROTECT Drive is write protected -* 0 or only STA_PROTECT both indicate successful initialization. -* -* @note -* -******************************************************************************/ -DSTATUS disk_initialize ( - BYTE pdrv /* Physical drive number (0) */ -) -{ - DSTATUS s; -#ifdef FILE_SYSTEM_INTERFACE_SD - s32 Status = XST_FAILURE; - XSdPs_Config *SdConfig; -#endif - - s = disk_status(pdrv); - if ((s & STA_NODISK) != 0U) { - return s; - } - - /* If disk is already initialized */ - if ((s & STA_NOINIT) == 0U) { - return s; - } - -#ifdef FILE_SYSTEM_INTERFACE_SD - if (CardDetect[pdrv]) { - /* - * Card detection check - * If the HC detects the No Card State, power will be cleared - */ - while(!((XSDPS_PSR_CARD_DPL_MASK | - XSDPS_PSR_CARD_STABLE_MASK | - XSDPS_PSR_CARD_INSRT_MASK) == - (XSdPs_GetPresentStatusReg((u32)BaseAddress[pdrv]) & - (XSDPS_PSR_CARD_DPL_MASK | - XSDPS_PSR_CARD_STABLE_MASK | - XSDPS_PSR_CARD_INSRT_MASK)))); - } - - /* - * Initialize the host controller - */ - SdConfig = XSdPs_LookupConfig((u16)pdrv); - if (NULL == SdConfig) { - s |= STA_NOINIT; - return s; - } - - SdInstance[pdrv].IsReady = 0U; - - Status = XSdPs_CfgInitialize(&SdInstance[pdrv], SdConfig, - SdConfig->BaseAddress); - if (Status != XST_SUCCESS) { - s |= STA_NOINIT; - return s; - } - - Status = XSdPs_CardInitialize(&SdInstance[pdrv]); - if (Status != XST_SUCCESS) { - s |= STA_NOINIT; - return s; - } - - - /* - * Disk is initialized. - * Store the same in Stat. - */ - s &= (~STA_NOINIT); - - Stat[pdrv] = s; -#endif - -#ifdef FILE_SYSTEM_INTERFACE_RAM - /* Assign RAMFS address value from xparameters.h */ - dataramfs = (char *)RAMFS_START_ADDR; - - /* Clearing No init Status for RAM */ - s &= (~STA_NOINIT); - Stat[pdrv] = s; -#endif - - return s; -} - - -/*-----------------------------------------------------------------------*/ -/* Read Sector(s) */ -/*-----------------------------------------------------------------------*/ -/*****************************************************************************/ -/** -* -* Reads the drive -* In case of SD, it reads the SD card using ADMA2 in polled mode. -* -* @param pdrv - Drive number -* @param *buff - Pointer to the data buffer to store read data -* @param sector - Start sector number -* @param count - Sector count -* -* @return -* RES_OK Read successful -* STA_NOINIT Drive not initialized -* RES_ERROR Read not successful -* -* @note -* -******************************************************************************/ -DRESULT disk_read ( - BYTE pdrv, /* Physical drive number (0) */ - BYTE *buff, /* Pointer to the data buffer to store read data */ - DWORD sector, /* Start sector number (LBA) */ - UINT count /* Sector count (1..128) */ -) -{ - DSTATUS s; -#ifdef FILE_SYSTEM_INTERFACE_SD - s32 Status = XST_FAILURE; - DWORD LocSector = sector; -#endif - - s = disk_status(pdrv); - - if ((s & STA_NOINIT) != 0U) { - return RES_NOTRDY; - } - if (count == 0U) { - return RES_PARERR; - } - -#ifdef FILE_SYSTEM_INTERFACE_SD - /* Convert LBA to byte address if needed */ - if ((SdInstance[pdrv].HCS) == 0U) { - LocSector *= (DWORD)XSDPS_BLK_SIZE_512_MASK; - } - - Status = XSdPs_ReadPolled(&SdInstance[pdrv], (u32)LocSector, count, buff); - if (Status != XST_SUCCESS) { - return RES_ERROR; - } -#endif - -#ifdef FILE_SYSTEM_INTERFACE_RAM - memcpy(buff, dataramfs + (sector * SECTORSIZE), count * SECTORSIZE); -#endif - -#if !defined(FILE_SYSTEM_INTERFACE_SD) && !defined(FILE_SYSTEM_INTERFACE_RAM) - (void)buff; - (void)sector; -#endif - - return RES_OK; -} - -/*-----------------------------------------------------------------------*/ -/* Miscellaneous Functions */ -/*-----------------------------------------------------------------------*/ - -DRESULT disk_ioctl ( - BYTE pdrv, /* Physical drive number (0) */ - BYTE cmd, /* Control code */ - void *buff /* Buffer to send/receive control data */ -) -{ - DRESULT res = RES_ERROR; - -#ifdef FILE_SYSTEM_INTERFACE_SD - void *LocBuff = buff; - if ((disk_status(pdrv) & STA_NOINIT) != 0U) { /* Check if card is in the socket */ - return RES_NOTRDY; - } - - switch (cmd) { - case (BYTE)CTRL_SYNC : /* Make sure that no pending write process */ - res = RES_OK; - break; - - case (BYTE)GET_SECTOR_COUNT : /* Get number of sectors on the disk (DWORD) */ - (*((DWORD *)(void *)LocBuff)) = (DWORD)SdInstance[pdrv].SectorCount; - res = RES_OK; - break; - - case (BYTE)GET_BLOCK_SIZE : /* Get erase block size in unit of sector (DWORD) */ - (*((DWORD *)((void *)LocBuff))) = ((DWORD)128); - res = RES_OK; - break; - - default: - res = RES_PARERR; - break; - } -#endif - -#ifdef FILE_SYSTEM_INTERFACE_RAM - switch (cmd) { - case (BYTE)CTRL_SYNC: - res = RES_OK; - break; - case (BYTE)GET_BLOCK_SIZE: - *(WORD *)buff = BLOCKSIZE; - res = RES_OK; - break; - case (BYTE)GET_SECTOR_SIZE: - *(WORD *)buff = SECTORSIZE; - res = RES_OK; - break; - case (BYTE)GET_SECTOR_COUNT: - *(DWORD *)buff = SECTORCNT; - res = RES_OK; - break; - default: - res = RES_PARERR; - break; - } - - (void)pdrv; -#endif - -#if !defined(FILE_SYSTEM_INTERFACE_SD) && !defined(FILE_SYSTEM_INTERFACE_RAM) - (void)pdrv; - (void)cmd; - (void)buff; -#endif - - return res; -} - -/******************************************************************************/ -/** -* -* This function is User Provided Timer Function for FatFs module -* -* @return DWORD -* -* @note None -* -****************************************************************************/ - -DWORD get_fattime (void) -{ - return ((DWORD)(2010U - 1980U) << 25U) /* Fixed to Jan. 1, 2010 */ - | ((DWORD)1 << 21) - | ((DWORD)1 << 16) - | ((DWORD)0 << 11) - | ((DWORD)0 << 5) - | ((DWORD)0 >> 1); -} - -/*****************************************************************************/ -/** -* -* Reads the drive -* In case of SD, it reads the SD card using ADMA2 in polled mode. -* -* @param pdrv - Drive number -* @param *buff - Pointer to the data to be written -* @param sector - Sector address -* @param count - Sector count -* -* @return -* RES_OK Read successful -* STA_NOINIT Drive not initialized -* RES_ERROR Read not successful -* -* @note -* -******************************************************************************/ -DRESULT disk_write ( - BYTE pdrv, /* Physical drive nmuber (0..) */ - const BYTE *buff, /* Data to be written */ - DWORD sector, /* Sector address (LBA) */ - UINT count /* Number of sectors to write (1..128) */ -) -{ - DSTATUS s; -#ifdef FILE_SYSTEM_INTERFACE_SD - s32 Status = XST_FAILURE; - DWORD LocSector = sector; -#endif - - s = disk_status(pdrv); - if ((s & STA_NOINIT) != 0U) { - return RES_NOTRDY; - } - if (count == 0U) { - return RES_PARERR; - } - -#ifdef FILE_SYSTEM_INTERFACE_SD - /* Convert LBA to byte address if needed */ - if ((SdInstance[pdrv].HCS) == 0U) { - LocSector *= (DWORD)XSDPS_BLK_SIZE_512_MASK; - } - - Status = XSdPs_WritePolled(&SdInstance[pdrv], (u32)LocSector, count, buff); - if (Status != XST_SUCCESS) { - return RES_ERROR; - } - -#endif - -#ifdef FILE_SYSTEM_INTERFACE_RAM - memcpy(dataramfs + (sector * SECTORSIZE), buff, count * SECTORSIZE); -#endif - -#if !defined(FILE_SYSTEM_INTERFACE_SD) && !defined(FILE_SYSTEM_INTERFACE_RAM) - (void)buff; - (void)sector; -#endif - - return RES_OK; -} diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/ff.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/ff.c deleted file mode 100644 index 6675e7e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/ff.c +++ /dev/null @@ -1,6580 +0,0 @@ -/*----------------------------------------------------------------------------/ -/ FatFs - Generic FAT Filesystem Module R0.13b / -/-----------------------------------------------------------------------------/ -/ -/ Copyright (C) 2018, ChaN, all right reserved. -/ -/ FatFs module is an open source software. Redistribution and use of FatFs in -/ source and binary forms, with or without modification, are permitted provided -/ that the following condition is met: -/ -/ 1. Redistributions of source code must retain the above copyright notice, -/ this condition and the following disclaimer. -/ -/ This software is provided by the copyright holder and contributors "AS IS" -/ and any warranties related to this software are DISCLAIMED. -/ The copyright owner or contributors be NOT LIABLE for any damages caused -/ by use of this software. -/ -/----------------------------------------------------------------------------*/ - -/** -* -* MODIFICATION HISTORY: -* -* Ver Who Date Changes -* ----- ---- -------- ------------------------------------------------------- -* 3.9 mn 04/18/18 Resolve build warnings for xilffs library -* 4.2 aru 07/10/19 Fix Coverity warnings -* mn 08/16/19 Initialize Status variables with failure values -* 4.3 mn 02/05/20 Add support for Multi Partitions -* mn 04/23/20 Add partition 0 for supporting default partition -******************************************************************************/ -#include "xparameters.h" -#if (defined FILE_SYSTEM_INTERFACE_SD) || (defined FILE_SYSTEM_INTERFACE_RAM) -#include "ff.h" /* Declarations of FatFs API */ -#include "diskio.h" /* Declarations of device I/O functions */ -#include "xil_printf.h" - - -/*-------------------------------------------------------------------------- - - Module Private Definitions - ----------------------------------------------------------------------------*/ - -#if FF_DEFINED != 63463 /* Revision ID */ -#error Wrong include file (ff.h). -#endif - - -/* Character code support macros */ -#define IsUpper(c) ((c) >= 'A' && (c) <= 'Z') -#define IsLower(c) ((c) >= 'a' && (c) <= 'z') -#define IsDigit(c) ((c) >= '0' && (c) <= '9') -#define IsSurrogate(c) ((c) >= 0xD800 && (c) <= 0xDFFF) -#define IsSurrogateH(c) ((c) >= 0xD800 && (c) <= 0xDBFF) -#define IsSurrogateL(c) ((c) >= 0xDC00 && (c) <= 0xDFFF) - - -/* Additional file attribute bits for internal use */ -#define AM_VOL 0x08 /* Volume label */ -#define AM_LFN 0x0F /* LFN entry */ -#define AM_MASK 0x3F /* Mask of defined bits */ - - -/* Additional file access control and file status flags for internal use */ -#define FA_SEEKEND 0x20 /* Seek to end of the file on file open */ -#define FA_MODIFIED 0x40 /* File has been modified */ -#define FA_DIRTY 0x80 /* FIL.buf[] needs to be written-back */ - - -/* Name status flags in fn[11] */ -#define NSFLAG 11 /* Index of the name status byte */ -#define NS_LOSS 0x01 /* Out of 8.3 format */ -#define NS_LFN 0x02 /* Force to create LFN entry */ -#define NS_LAST 0x04 /* Last segment */ -#define NS_BODY 0x08 /* Lower case flag (body) */ -#define NS_EXT 0x10 /* Lower case flag (ext) */ -#define NS_DOT 0x20 /* Dot entry */ -#define NS_NOLFN 0x40 /* Do not find LFN */ -#define NS_NONAME 0x80 /* Not followed */ - - -/* Limits and boundaries */ -#define MAX_DIR 0x200000 /* Max size of FAT directory */ -#define MAX_DIR_EX 0x10000000 /* Max size of exFAT directory */ -#define MAX_FAT12 0xFF5 /* Max FAT12 clusters (differs from specs, but right for real DOS/Windows behavior) */ -#define MAX_FAT16 0xFFF5 /* Max FAT16 clusters (differs from specs, but right for real DOS/Windows behavior) */ -#define MAX_FAT32 0x0FFFFFF5 /* Max FAT32 clusters (not specified, practical limit) */ -#define MAX_EXFAT 0x7FFFFFFD /* Max exFAT clusters (differs from specs, implementation limit) */ - - -/* FatFs refers the FAT structure as simple byte array instead of structure member -/ because the C structure is not binary compatible between different platforms */ - -#define BS_JmpBoot 0 /* x86 jump instruction (3-byte) */ -#define BS_OEMName 3 /* OEM name (8-byte) */ -#define BPB_BytsPerSec 11 /* Sector size [byte] (WORD) */ -#define BPB_SecPerClus 13 /* Cluster size [sector] (BYTE) */ -#define BPB_RsvdSecCnt 14 /* Size of reserved area [sector] (WORD) */ -#define BPB_NumFATs 16 /* Number of FATs (BYTE) */ -#define BPB_RootEntCnt 17 /* Size of root directory area for FAT [entry] (WORD) */ -#define BPB_TotSec16 19 /* Volume size (16-bit) [sector] (WORD) */ -#define BPB_Media 21 /* Media descriptor byte (BYTE) */ -#define BPB_FATSz16 22 /* FAT size (16-bit) [sector] (WORD) */ -#define BPB_SecPerTrk 24 /* Number of sectors per track for int13h [sector] (WORD) */ -#define BPB_NumHeads 26 /* Number of heads for int13h (WORD) */ -#define BPB_HiddSec 28 /* Volume offset from top of the drive (DWORD) */ -#define BPB_TotSec32 32 /* Volume size (32-bit) [sector] (DWORD) */ -#define BS_DrvNum 36 /* Physical drive number for int13h (BYTE) */ -#define BS_NTres 37 /* WindowsNT error flag (BYTE) */ -#define BS_BootSig 38 /* Extended boot signature (BYTE) */ -#define BS_VolID 39 /* Volume serial number (DWORD) */ -#define BS_VolLab 43 /* Volume label string (8-byte) */ -#define BS_FilSysType 54 /* Filesystem type string (8-byte) */ -#define BS_BootCode 62 /* Boot code (448-byte) */ -#define BS_55AA 510 /* Signature word (WORD) */ - -#define BPB_FATSz32 36 /* FAT32: FAT size [sector] (DWORD) */ -#define BPB_ExtFlags32 40 /* FAT32: Extended flags (WORD) */ -#define BPB_FSVer32 42 /* FAT32: Filesystem version (WORD) */ -#define BPB_RootClus32 44 /* FAT32: Root directory cluster (DWORD) */ -#define BPB_FSInfo32 48 /* FAT32: Offset of FSINFO sector (WORD) */ -#define BPB_BkBootSec32 50 /* FAT32: Offset of backup boot sector (WORD) */ -#define BS_DrvNum32 64 /* FAT32: Physical drive number for int13h (BYTE) */ -#define BS_NTres32 65 /* FAT32: Error flag (BYTE) */ -#define BS_BootSig32 66 /* FAT32: Extended boot signature (BYTE) */ -#define BS_VolID32 67 /* FAT32: Volume serial number (DWORD) */ -#define BS_VolLab32 71 /* FAT32: Volume label string (8-byte) */ -#define BS_FilSysType32 82 /* FAT32: Filesystem type string (8-byte) */ -#define BS_BootCode32 90 /* FAT32: Boot code (420-byte) */ - -#define BPB_ZeroedEx 11 /* exFAT: MBZ field (53-byte) */ -#define BPB_VolOfsEx 64 /* exFAT: Volume offset from top of the drive [sector] (QWORD) */ -#define BPB_TotSecEx 72 /* exFAT: Volume size [sector] (QWORD) */ -#define BPB_FatOfsEx 80 /* exFAT: FAT offset from top of the volume [sector] (DWORD) */ -#define BPB_FatSzEx 84 /* exFAT: FAT size [sector] (DWORD) */ -#define BPB_DataOfsEx 88 /* exFAT: Data offset from top of the volume [sector] (DWORD) */ -#define BPB_NumClusEx 92 /* exFAT: Number of clusters (DWORD) */ -#define BPB_RootClusEx 96 /* exFAT: Root directory start cluster (DWORD) */ -#define BPB_VolIDEx 100 /* exFAT: Volume serial number (DWORD) */ -#define BPB_FSVerEx 104 /* exFAT: Filesystem version (WORD) */ -#define BPB_VolFlagEx 106 /* exFAT: Volume flags (WORD) */ -#define BPB_BytsPerSecEx 108 /* exFAT: Log2 of sector size in unit of byte (BYTE) */ -#define BPB_SecPerClusEx 109 /* exFAT: Log2 of cluster size in unit of sector (BYTE) */ -#define BPB_NumFATsEx 110 /* exFAT: Number of FATs (BYTE) */ -#define BPB_DrvNumEx 111 /* exFAT: Physical drive number for int13h (BYTE) */ -#define BPB_PercInUseEx 112 /* exFAT: Percent in use (BYTE) */ -#define BPB_RsvdEx 113 /* exFAT: Reserved (7-byte) */ -#define BS_BootCodeEx 120 /* exFAT: Boot code (390-byte) */ - -#define DIR_Name 0 /* Short file name (11-byte) */ -#define DIR_Attr 11 /* Attribute (BYTE) */ -#define DIR_NTres 12 /* Lower case flag (BYTE) */ -#define DIR_CrtTime10 13 /* Created time sub-second (BYTE) */ -#define DIR_CrtTime 14 /* Created time (DWORD) */ -#define DIR_LstAccDate 18 /* Last accessed date (WORD) */ -#define DIR_FstClusHI 20 /* Higher 16-bit of first cluster (WORD) */ -#define DIR_ModTime 22 /* Modified time (DWORD) */ -#define DIR_FstClusLO 26 /* Lower 16-bit of first cluster (WORD) */ -#define DIR_FileSize 28 /* File size (DWORD) */ -#define LDIR_Ord 0 /* LFN: LFN order and LLE flag (BYTE) */ -#define LDIR_Attr 11 /* LFN: LFN attribute (BYTE) */ -#define LDIR_Type 12 /* LFN: Entry type (BYTE) */ -#define LDIR_Chksum 13 /* LFN: Checksum of the SFN (BYTE) */ -#define LDIR_FstClusLO 26 /* LFN: MBZ field (WORD) */ -#define XDIR_Type 0 /* exFAT: Type of exFAT directory entry (BYTE) */ -#define XDIR_NumLabel 1 /* exFAT: Number of volume label characters (BYTE) */ -#define XDIR_Label 2 /* exFAT: Volume label (11-WORD) */ -#define XDIR_CaseSum 4 /* exFAT: Sum of case conversion table (DWORD) */ -#define XDIR_NumSec 1 /* exFAT: Number of secondary entries (BYTE) */ -#define XDIR_SetSum 2 /* exFAT: Sum of the set of directory entries (WORD) */ -#define XDIR_Attr 4 /* exFAT: File attribute (WORD) */ -#define XDIR_CrtTime 8 /* exFAT: Created time (DWORD) */ -#define XDIR_ModTime 12 /* exFAT: Modified time (DWORD) */ -#define XDIR_AccTime 16 /* exFAT: Last accessed time (DWORD) */ -#define XDIR_CrtTime10 20 /* exFAT: Created time subsecond (BYTE) */ -#define XDIR_ModTime10 21 /* exFAT: Modified time subsecond (BYTE) */ -#define XDIR_CrtTZ 22 /* exFAT: Created timezone (BYTE) */ -#define XDIR_ModTZ 23 /* exFAT: Modified timezone (BYTE) */ -#define XDIR_AccTZ 24 /* exFAT: Last accessed timezone (BYTE) */ -#define XDIR_GenFlags 33 /* exFAT: General secondary flags (BYTE) */ -#define XDIR_NumName 35 /* exFAT: Number of file name characters (BYTE) */ -#define XDIR_NameHash 36 /* exFAT: Hash of file name (WORD) */ -#define XDIR_ValidFileSize 40 /* exFAT: Valid file size (QWORD) */ -#define XDIR_FstClus 52 /* exFAT: First cluster of the file data (DWORD) */ -#define XDIR_FileSize 56 /* exFAT: File/Directory size (QWORD) */ - -#define SZDIRE 32 /* Size of a directory entry */ -#define DDEM 0xE5 /* Deleted directory entry mark set to DIR_Name[0] */ -#define RDDEM 0x05 /* Replacement of the character collides with DDEM */ -#define LLEF 0x40 /* Last long entry flag in LDIR_Ord */ - -#define FSI_LeadSig 0 /* FAT32 FSI: Leading signature (DWORD) */ -#define FSI_StrucSig 484 /* FAT32 FSI: Structure signature (DWORD) */ -#define FSI_Free_Count 488 /* FAT32 FSI: Number of free clusters (DWORD) */ -#define FSI_Nxt_Free 492 /* FAT32 FSI: Last allocated cluster (DWORD) */ - -#define MBR_Table 446 /* MBR: Offset of partition table in the MBR */ -#define SZ_PTE 16 /* MBR: Size of a partition table entry */ -#define PTE_Boot 0 /* MBR PTE: Boot indicator */ -#define PTE_StHead 1 /* MBR PTE: Start head */ -#define PTE_StSec 2 /* MBR PTE: Start sector */ -#define PTE_StCyl 3 /* MBR PTE: Start cylinder */ -#define PTE_System 4 /* MBR PTE: System ID */ -#define PTE_EdHead 5 /* MBR PTE: End head */ -#define PTE_EdSec 6 /* MBR PTE: End sector */ -#define PTE_EdCyl 7 /* MBR PTE: End cylinder */ -#define PTE_StLba 8 /* MBR PTE: Start in LBA */ -#define PTE_SizLba 12 /* MBR PTE: Size in LBA */ - - -/* Post process on fatal error in the file operations */ -#define ABORT(fs, res) { fp->err = (BYTE)(res); LEAVE_FF(fs, res); } - - -/* Re-entrancy related */ -#if FF_FS_REENTRANT -#if FF_USE_LFN == 1 -#error Static LFN work area cannot be used at thread-safe configuration -#endif -#define LEAVE_FF(fs, res) { unlock_fs(fs, res); return res; } -#else -#define LEAVE_FF(fs, res) return res -#endif - - -/* Definitions of volume - physical location conversion */ -#if FF_MULTI_PARTITION -#define LD2PD(vol) VolToPart[vol].pd /* Get physical drive number */ -#define LD2PT(vol) VolToPart[vol].pt /* Get partition index */ -#else -#define LD2PD(vol) (BYTE)(vol) /* Each logical drive is bound to the same physical drive number */ -#define LD2PT(vol) 0 /* Find first valid partition or in SFD */ -#endif - - -/* Definitions of sector size */ -#if (FF_MAX_SS < FF_MIN_SS) || (FF_MAX_SS != 512 && FF_MAX_SS != 1024 && FF_MAX_SS != 2048 && FF_MAX_SS != 4096) || (FF_MIN_SS != 512 && FF_MIN_SS != 1024 && FF_MIN_SS != 2048 && FF_MIN_SS != 4096) -#error Wrong sector size configuration -#endif -#if FF_MAX_SS == FF_MIN_SS -#define SS(fs) ((UINT)FF_MAX_SS) /* Fixed sector size */ -#else -#define SS(fs) ((fs)->ssize) /* Variable sector size */ -#endif - - -/* Timestamp */ -#if FF_FS_NORTC == 1 -#if FF_NORTC_YEAR < 1980 || FF_NORTC_YEAR > 2107 || FF_NORTC_MON < 1 || FF_NORTC_MON > 12 || FF_NORTC_MDAY < 1 || FF_NORTC_MDAY > 31 -#error Invalid FF_FS_NORTC settings -#endif -#define GET_FATTIME() ((DWORD)(FF_NORTC_YEAR - 1980) << 25 | (DWORD)FF_NORTC_MON << 21 | (DWORD)FF_NORTC_MDAY << 16) -#else -#define GET_FATTIME() get_fattime() -#endif - - -/* File lock controls */ -#if FF_FS_LOCK != 0 -#if FF_FS_READONLY -#error FF_FS_LOCK must be 0 at read-only configuration -#endif -typedef struct { - FATFS *fs; /* Object ID 1, volume (NULL:blank entry) */ - DWORD clu; /* Object ID 2, containing directory (0:root) */ - DWORD ofs; /* Object ID 3, offset in the directory */ - WORD ctr; /* Object open counter, 0:none, 0x01..0xFF:read mode open count, 0x100:write mode */ -} FILESEM; -#endif - - -/* SBCS up-case tables (\x80-\xFF) */ -#define TBL_CT437 {0x80,0x9A,0x45,0x41,0x8E,0x41,0x8F,0x80,0x45,0x45,0x45,0x49,0x49,0x49,0x8E,0x8F, \ - 0x90,0x92,0x92,0x4F,0x99,0x4F,0x55,0x55,0x59,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ - 0x41,0x49,0x4F,0x55,0xA5,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT720 {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F, \ - 0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ - 0xA0,0xA1,0xA2,0xA3,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT737 {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F, \ - 0x90,0x92,0x92,0x93,0x94,0x95,0x96,0x97,0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87, \ - 0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0xAA,0x92,0x93,0x94,0x95,0x96, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0x97,0xEA,0xEB,0xEC,0xE4,0xED,0xEE,0xEF,0xF5,0xF0,0xEA,0xEB,0xEC,0xED,0xEE,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT771 {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F, \ - 0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ - 0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDC,0xDE,0xDE, \ - 0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ - 0xF0,0xF0,0xF2,0xF2,0xF4,0xF4,0xF6,0xF6,0xF8,0xF8,0xFA,0xFA,0xFC,0xFC,0xFE,0xFF} -#define TBL_CT775 {0x80,0x9A,0x91,0xA0,0x8E,0x95,0x8F,0x80,0xAD,0xED,0x8A,0x8A,0xA1,0x8D,0x8E,0x8F, \ - 0x90,0x92,0x92,0xE2,0x99,0x95,0x96,0x97,0x97,0x99,0x9A,0x9D,0x9C,0x9D,0x9E,0x9F, \ - 0xA0,0xA1,0xE0,0xA3,0xA3,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xB5,0xB6,0xB7,0xB8,0xBD,0xBE,0xC6,0xC7,0xA5,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0xE0,0xE1,0xE2,0xE3,0xE5,0xE5,0xE6,0xE3,0xE8,0xE8,0xEA,0xEA,0xEE,0xED,0xEE,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT850 {0x43,0x55,0x45,0x41,0x41,0x41,0x41,0x43,0x45,0x45,0x45,0x49,0x49,0x49,0x41,0x41, \ - 0x45,0x92,0x92,0x4F,0x4F,0x4F,0x55,0x55,0x59,0x4F,0x55,0x4F,0x9C,0x4F,0x9E,0x9F, \ - 0x41,0x49,0x4F,0x55,0xA5,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0x41,0x41,0x41,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0x41,0x41,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD1,0xD1,0x45,0x45,0x45,0x49,0x49,0x49,0x49,0xD9,0xDA,0xDB,0xDC,0xDD,0x49,0xDF, \ - 0x4F,0xE1,0x4F,0x4F,0x4F,0x4F,0xE6,0xE8,0xE8,0x55,0x55,0x55,0x59,0x59,0xEE,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT852 {0x80,0x9A,0x90,0xB6,0x8E,0xDE,0x8F,0x80,0x9D,0xD3,0x8A,0x8A,0xD7,0x8D,0x8E,0x8F, \ - 0x90,0x91,0x91,0xE2,0x99,0x95,0x95,0x97,0x97,0x99,0x9A,0x9B,0x9B,0x9D,0x9E,0xAC, \ - 0xB5,0xD6,0xE0,0xE9,0xA4,0xA4,0xA6,0xA6,0xA8,0xA8,0xAA,0x8D,0xAC,0xB8,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBD,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC6,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD1,0xD1,0xD2,0xD3,0xD2,0xD5,0xD6,0xD7,0xB7,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0xE0,0xE1,0xE2,0xE3,0xE3,0xD5,0xE6,0xE6,0xE8,0xE9,0xE8,0xEB,0xED,0xED,0xDD,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xEB,0xFC,0xFC,0xFE,0xFF} -#define TBL_CT855 {0x81,0x81,0x83,0x83,0x85,0x85,0x87,0x87,0x89,0x89,0x8B,0x8B,0x8D,0x8D,0x8F,0x8F, \ - 0x91,0x91,0x93,0x93,0x95,0x95,0x97,0x97,0x99,0x99,0x9B,0x9B,0x9D,0x9D,0x9F,0x9F, \ - 0xA1,0xA1,0xA3,0xA3,0xA5,0xA5,0xA7,0xA7,0xA9,0xA9,0xAB,0xAB,0xAD,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB6,0xB6,0xB8,0xB8,0xB9,0xBA,0xBB,0xBC,0xBE,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC7,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD1,0xD1,0xD3,0xD3,0xD5,0xD5,0xD7,0xD7,0xDD,0xD9,0xDA,0xDB,0xDC,0xDD,0xE0,0xDF, \ - 0xE0,0xE2,0xE2,0xE4,0xE4,0xE6,0xE6,0xE8,0xE8,0xEA,0xEA,0xEC,0xEC,0xEE,0xEE,0xEF, \ - 0xF0,0xF2,0xF2,0xF4,0xF4,0xF6,0xF6,0xF8,0xF8,0xFA,0xFA,0xFC,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT857 {0x80,0x9A,0x90,0xB6,0x8E,0xB7,0x8F,0x80,0xD2,0xD3,0xD4,0xD8,0xD7,0x49,0x8E,0x8F, \ - 0x90,0x92,0x92,0xE2,0x99,0xE3,0xEA,0xEB,0x98,0x99,0x9A,0x9D,0x9C,0x9D,0x9E,0x9E, \ - 0xB5,0xD6,0xE0,0xE9,0xA5,0xA5,0xA6,0xA6,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC7,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0x49,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0xE0,0xE1,0xE2,0xE3,0xE5,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xDE,0xED,0xEE,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT860 {0x80,0x9A,0x90,0x8F,0x8E,0x91,0x86,0x80,0x89,0x89,0x92,0x8B,0x8C,0x98,0x8E,0x8F, \ - 0x90,0x91,0x92,0x8C,0x99,0xA9,0x96,0x9D,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ - 0x86,0x8B,0x9F,0x96,0xA5,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT861 {0x80,0x9A,0x90,0x41,0x8E,0x41,0x8F,0x80,0x45,0x45,0x45,0x8B,0x8B,0x8D,0x8E,0x8F, \ - 0x90,0x92,0x92,0x4F,0x99,0x8D,0x55,0x97,0x97,0x99,0x9A,0x9D,0x9C,0x9D,0x9E,0x9F, \ - 0xA4,0xA5,0xA6,0xA7,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT862 {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F, \ - 0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ - 0x41,0x49,0x4F,0x55,0xA5,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT863 {0x43,0x55,0x45,0x41,0x41,0x41,0x86,0x43,0x45,0x45,0x45,0x49,0x49,0x8D,0x41,0x8F, \ - 0x45,0x45,0x45,0x4F,0x45,0x49,0x55,0x55,0x98,0x4F,0x55,0x9B,0x9C,0x55,0x55,0x9F, \ - 0xA0,0xA1,0x4F,0x55,0xA4,0xA5,0xA6,0xA7,0x49,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT864 {0x80,0x9A,0x45,0x41,0x8E,0x41,0x8F,0x80,0x45,0x45,0x45,0x49,0x49,0x49,0x8E,0x8F, \ - 0x90,0x92,0x92,0x4F,0x99,0x4F,0x55,0x55,0x59,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ - 0x41,0x49,0x4F,0x55,0xA5,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT865 {0x80,0x9A,0x90,0x41,0x8E,0x41,0x8F,0x80,0x45,0x45,0x45,0x49,0x49,0x49,0x8E,0x8F, \ - 0x90,0x92,0x92,0x4F,0x99,0x4F,0x55,0x55,0x59,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ - 0x41,0x49,0x4F,0x55,0xA5,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF, \ - 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT866 {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F, \ - 0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ - 0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ - 0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ - 0xF0,0xF0,0xF2,0xF2,0xF4,0xF4,0xF6,0xF6,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} -#define TBL_CT869 {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F, \ - 0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x86,0x9C,0x8D,0x8F,0x90, \ - 0x91,0x90,0x92,0x95,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF, \ - 0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ - 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF, \ - 0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xA4,0xA5,0xA6,0xD9,0xDA,0xDB,0xDC,0xA7,0xA8,0xDF, \ - 0xA9,0xAA,0xAC,0xAD,0xB5,0xB6,0xB7,0xB8,0xBD,0xBE,0xC6,0xC7,0xCF,0xCF,0xD0,0xEF, \ - 0xF0,0xF1,0xD1,0xD2,0xD3,0xF5,0xD4,0xF7,0xF8,0xF9,0xD5,0x96,0x95,0x98,0xFE,0xFF} - - -/* DBCS code range |----- 1st byte -----| |----------- 2nd byte -----------| */ -#define TBL_DC932 {0x81, 0x9F, 0xE0, 0xFC, 0x40, 0x7E, 0x80, 0xFC, 0x00, 0x00} -#define TBL_DC936 {0x81, 0xFE, 0x00, 0x00, 0x40, 0x7E, 0x80, 0xFE, 0x00, 0x00} -#define TBL_DC949 {0x81, 0xFE, 0x00, 0x00, 0x41, 0x5A, 0x61, 0x7A, 0x81, 0xFE} -#define TBL_DC950 {0x81, 0xFE, 0x00, 0x00, 0x40, 0x7E, 0xA1, 0xFE, 0x00, 0x00} - - -/* Macros for table definitions */ -#define MERGE_2STR(a, b) a ## b -#define MKCVTBL(hd, cp) MERGE_2STR(hd, cp) - - - - -/*-------------------------------------------------------------------------- - - Module Private Work Area - ----------------------------------------------------------------------------*/ -/* Remark: Variables defined here without initial value shall be guaranteed -/ zero/null at start-up. If not, the linker option or start-up routine is -/ not compliance with C standard. */ - -/*--------------------------------*/ -/* File/Volume controls */ -/*--------------------------------*/ - -#if FF_VOLUMES < 1 || FF_VOLUMES > 10 -#error Wrong FF_VOLUMES setting -#endif -static FATFS* FatFs[FF_VOLUMES]; /* Pointer to the filesystem objects (logical drives) */ -static WORD Fsid; /* Filesystem mount ID */ - -#if FF_FS_RPATH != 0 -static BYTE CurrVol; /* Current drive */ -#endif - -#if FF_FS_LOCK != 0 -static FILESEM Files[FF_FS_LOCK]; /* Open object lock semaphores */ -#endif - -#if FF_STR_VOLUME_ID -#ifdef FF_VOLUME_STRS -static const char* const VolumeStr[FF_VOLUMES] = {FF_VOLUME_STRS}; /* Pre-defined volume ID */ -#endif -#endif - - -/*--------------------------------*/ -/* LFN/Directory working buffer */ -/*--------------------------------*/ - -#if FF_USE_LFN == 0 /* Non-LFN configuration */ -#if FF_FS_EXFAT -#error LFN must be enabled when enable exFAT -#endif -#define DEF_NAMBUF -#define INIT_NAMBUF(fs) -#define FREE_NAMBUF() -#define LEAVE_MKFS(res) return res - -#else /* LFN configurations */ -#if FF_MAX_LFN < 12 || FF_MAX_LFN > 255 -#error Wrong setting of FF_MAX_LFN -#endif -#if FF_LFN_BUF < FF_SFN_BUF || FF_SFN_BUF < 12 -#error Wrong setting of FF_LFN_BUF or FF_SFN_BUF -#endif -#if FF_LFN_UNICODE < 0 || FF_LFN_UNICODE > 3 -#error Wrong setting of FF_LFN_UNICODE -#endif -static const BYTE LfnOfs[] = {1,3,5,7,9,14,16,18,20,22,24,28,30}; /* FAT: Offset of LFN characters in the directory entry */ -#define MAXDIRB(nc) ((nc + 44U) / 15 * SZDIRE) /* exFAT: Size of directory entry block scratchpad buffer needed for the name length */ - -#if FF_USE_LFN == 1 /* LFN enabled with static working buffer */ -#if FF_FS_EXFAT -static BYTE DirBuf[MAXDIRB(FF_MAX_LFN)]; /* Directory entry block scratchpad buffer */ -#endif -static WCHAR LfnBuf[FF_MAX_LFN + 1]; /* LFN working buffer */ -#define DEF_NAMBUF -#define INIT_NAMBUF(fs) -#define FREE_NAMBUF() -#define LEAVE_MKFS(res) return res - -#elif FF_USE_LFN == 2 /* LFN enabled with dynamic working buffer on the stack */ -#if FF_FS_EXFAT -#define DEF_NAMBUF WCHAR lbuf[FF_MAX_LFN+1]; BYTE dbuf[MAXDIRB(FF_MAX_LFN)]; /* LFN working buffer and directory entry block scratchpad buffer */ -#define INIT_NAMBUF(fs) { (fs)->lfnbuf = lbuf; (fs)->dirbuf = dbuf; } -#define FREE_NAMBUF() -#else -#define DEF_NAMBUF WCHAR lbuf[FF_MAX_LFN+1]; /* LFN working buffer */ -#define INIT_NAMBUF(fs) { (fs)->lfnbuf = lbuf; } -#define FREE_NAMBUF() -#endif -#define LEAVE_MKFS(res) return res - -#elif FF_USE_LFN == 3 /* LFN enabled with dynamic working buffer on the heap */ -#if FF_FS_EXFAT -#define DEF_NAMBUF WCHAR *lfn; /* Pointer to LFN working buffer and directory entry block scratchpad buffer */ -#define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2 + MAXDIRB(FF_MAX_LFN)); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH_CORE); (fs)->lfnbuf = lfn; (fs)->dirbuf = (BYTE*)(lfn+FF_MAX_LFN+1); } -#define FREE_NAMBUF() ff_memfree(lfn) -#else -#define DEF_NAMBUF WCHAR *lfn; /* Pointer to LFN working buffer */ -#define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH_CORE); (fs)->lfnbuf = lfn; } -#define FREE_NAMBUF() ff_memfree(lfn) -#endif -#define LEAVE_MKFS(res) { if (!work) ff_memfree(buf); return res; } -#define MAX_MALLOC 0x8000 /* Must be >=FF_MAX_SS */ - -#else -#error Wrong setting of FF_USE_LFN - -#endif /* FF_USE_LFN == 1 */ -#endif /* FF_USE_LFN == 0 */ - - - -/*--------------------------------*/ -/* Code conversion tables */ -/*--------------------------------*/ - -#if FF_CODE_PAGE == 0 /* Run-time code page configuration */ -#define CODEPAGE CodePage -static WORD CodePage; /* Current code page */ -static const BYTE *ExCvt, *DbcTbl; /* Pointer to current SBCS up-case table and DBCS code range table below */ -static const BYTE Ct437[] = TBL_CT437; -static const BYTE Ct720[] = TBL_CT720; -static const BYTE Ct737[] = TBL_CT737; -static const BYTE Ct771[] = TBL_CT771; -static const BYTE Ct775[] = TBL_CT775; -static const BYTE Ct850[] = TBL_CT850; -static const BYTE Ct852[] = TBL_CT852; -static const BYTE Ct855[] = TBL_CT855; -static const BYTE Ct857[] = TBL_CT857; -static const BYTE Ct860[] = TBL_CT860; -static const BYTE Ct861[] = TBL_CT861; -static const BYTE Ct862[] = TBL_CT862; -static const BYTE Ct863[] = TBL_CT863; -static const BYTE Ct864[] = TBL_CT864; -static const BYTE Ct865[] = TBL_CT865; -static const BYTE Ct866[] = TBL_CT866; -static const BYTE Ct869[] = TBL_CT869; -static const BYTE Dc932[] = TBL_DC932; -static const BYTE Dc936[] = TBL_DC936; -static const BYTE Dc949[] = TBL_DC949; -static const BYTE Dc950[] = TBL_DC950; - -#elif FF_CODE_PAGE < 900 /* Static code page configuration (SBCS) */ -#define CODEPAGE FF_CODE_PAGE -static const BYTE ExCvt[] = MKCVTBL(TBL_CT, FF_CODE_PAGE); - -#else /* Static code page configuration (DBCS) */ -#define CODEPAGE FF_CODE_PAGE -static const BYTE DbcTbl[] = MKCVTBL(TBL_DC, FF_CODE_PAGE); - -#endif - -#if FF_MULTI_PARTITION -PARTITION VolToPart[] = { - {0, 0}, /* Logical drive 0 ==> Physical drive 0, 0th partition */ - {0, 1}, /* Logical drive 1 ==> Physical drive 0, 1st partition */ - {0, 2}, /* Logical drive 2 ==> Physical drive 0, 2nd partition */ - {0, 3}, /* Logical drive 3 ==> Physical drive 0, 3rd partition */ - {0, 4}, /* Logical drive 4 ==> Physical drive 0, 4th partition */ - {1, 0}, /* Logical drive 5 ==> Physical drive 1, 0th partition */ - {1, 1}, /* Logical drive 6 ==> Physical drive 1, 1st partition */ - {1, 2}, /* Logical drive 7 ==> Physical drive 1, 2nd partition */ - {1, 3}, /* Logical drive 8 ==> Physical drive 1, 3rd partition */ - {1, 4} /* Logical drive 9 ==> Physical drive 1, 4th partition */ -}; -#endif - - - -/*-------------------------------------------------------------------------- - - Module Private Functions - ----------------------------------------------------------------------------*/ - - -/*-----------------------------------------------------------------------*/ -/* Load/Store multi-byte word in the FAT structure */ -/*-----------------------------------------------------------------------*/ - -static WORD ld_word (const BYTE* ptr) /* Load a 2-byte little-endian word */ -{ - WORD rv; - - rv = ptr[1]; - rv = rv << 8 | ptr[0]; - return rv; -} - -static DWORD ld_dword (const BYTE* ptr) /* Load a 4-byte little-endian word */ -{ - DWORD rv; - - rv = ptr[3]; - rv = rv << 8 | ptr[2]; - rv = rv << 8 | ptr[1]; - rv = rv << 8 | ptr[0]; - return rv; -} - -#if FF_FS_EXFAT -static QWORD ld_qword (const BYTE* ptr) /* Load an 8-byte little-endian word */ -{ - QWORD rv; - - rv = ptr[7]; - rv = rv << 8 | ptr[6]; - rv = rv << 8 | ptr[5]; - rv = rv << 8 | ptr[4]; - rv = rv << 8 | ptr[3]; - rv = rv << 8 | ptr[2]; - rv = rv << 8 | ptr[1]; - rv = rv << 8 | ptr[0]; - return rv; -} -#endif - -#if !FF_FS_READONLY -static void st_word (BYTE* ptr, WORD val) /* Store a 2-byte word in little-endian */ -{ - *ptr++ = (BYTE)val; val >>= 8; - *ptr++ = (BYTE)val; -} - -static void st_dword (BYTE* ptr, DWORD val) /* Store a 4-byte word in little-endian */ -{ - *ptr++ = (BYTE)val; val >>= 8; - *ptr++ = (BYTE)val; val >>= 8; - *ptr++ = (BYTE)val; val >>= 8; - *ptr++ = (BYTE)val; -} - -#if FF_FS_EXFAT -static void st_qword (BYTE* ptr, QWORD val) /* Store an 8-byte word in little-endian */ -{ - *ptr++ = (BYTE)val; val >>= 8; - *ptr++ = (BYTE)val; val >>= 8; - *ptr++ = (BYTE)val; val >>= 8; - *ptr++ = (BYTE)val; val >>= 8; - *ptr++ = (BYTE)val; val >>= 8; - *ptr++ = (BYTE)val; val >>= 8; - *ptr++ = (BYTE)val; val >>= 8; - *ptr++ = (BYTE)val; -} -#endif -#endif /* !FF_FS_READONLY */ - - - -/*-----------------------------------------------------------------------*/ -/* String functions */ -/*-----------------------------------------------------------------------*/ - -/* Copy memory to memory */ -static void mem_cpy (void* dst, const void* src, UINT cnt) -{ - BYTE *d = (BYTE*)dst; - const BYTE *s = (const BYTE*)src; - -#if FF_WORD_ACCESS == 1 - while (cnt >= sizeof (int)) { - *(int*)d = *(int*)s; - d += sizeof (int); s += sizeof (int); - cnt -= sizeof (int); - } -#endif - if (cnt != 0) { - do { - *d++ = *s++; - } while (--cnt); - } -} - - -/* Fill memory block */ -static void mem_set (void* dst, int val, UINT cnt) -{ - BYTE *d = (BYTE*)dst; - - do { - *d++ = (BYTE)val; - } while (--cnt); -} - - -/* Compare memory block */ -static int mem_cmp (const void* dst, const void* src, UINT cnt) /* ZR:same, NZ:different */ -{ - const BYTE *d = (const BYTE *)dst, *s = (const BYTE *)src; - int r = 0; - - do { - r = *d++ - *s++; - } while (--cnt && r == 0); - - return r; -} - - -/* Check if chr is contained in the string */ -static int chk_chr (const char* str, int chr) /* NZ:contained, ZR:not contained */ -{ - while (*str && *str != chr) str++; - return *str; -} - - -/* Test if the character is DBC 1st byte */ -static int dbc_1st (BYTE c) -{ -#if FF_CODE_PAGE == 0 /* Variable code page */ - if (DbcTbl && c >= DbcTbl[0]) { - if (c <= DbcTbl[1]) return 1; /* 1st byte range 1 */ - if (c >= DbcTbl[2] && c <= DbcTbl[3]) return 1; /* 1st byte range 2 */ - } -#elif FF_CODE_PAGE >= 900 /* DBCS fixed code page */ - if (c >= DbcTbl[0]) { - if (c <= DbcTbl[1]) return 1; - if (c >= DbcTbl[2] && c <= DbcTbl[3]) return 1; - } -#else /* SBCS fixed code page */ - if (c != 0) return 0; /* Always false */ -#endif - return 0; -} - - -/* Test if the character is DBC 2nd byte */ -static int dbc_2nd (BYTE c) -{ -#if FF_CODE_PAGE == 0 /* Variable code page */ - if (DbcTbl && c >= DbcTbl[4]) { - if (c <= DbcTbl[5]) return 1; /* 2nd byte range 1 */ - if (c >= DbcTbl[6] && c <= DbcTbl[7]) return 1; /* 2nd byte range 2 */ - if (c >= DbcTbl[8] && c <= DbcTbl[9]) return 1; /* 2nd byte range 3 */ - } -#elif FF_CODE_PAGE >= 900 /* DBCS fixed code page */ - if (c >= DbcTbl[4]) { - if (c <= DbcTbl[5]) return 1; - if (c >= DbcTbl[6] && c <= DbcTbl[7]) return 1; - if (c >= DbcTbl[8] && c <= DbcTbl[9]) return 1; - } -#else /* SBCS fixed code page */ - if (c != 0) return 0; /* Always false */ -#endif - return 0; -} - - -#if FF_USE_LFN - -/* Get a character from TCHAR string in defined API encodeing */ -static DWORD tchar2uni ( /* Returns character in UTF-16 encoding (>=0x10000 on double encoding unit, 0xFFFFFFFF on decode error) */ - const TCHAR** str /* Pointer to pointer to TCHAR string in configured encoding */ -) -{ - DWORD uc; - const TCHAR *p = *str; - -#if FF_LFN_UNICODE == 1 /* UTF-16 input */ - WCHAR wc; - - uc = *p++; /* Get a unit */ - if (IsSurrogate(uc)) { /* Surrogate? */ - wc = *p++; /* Get low surrogate */ - if (!IsSurrogateH(uc) || !IsSurrogateL(wc)) return 0xFFFFFFFF; /* Wrong surrogate? */ - uc = uc << 16 | wc; - } - -#elif FF_LFN_UNICODE == 2 /* UTF-8 input */ - BYTE b; - int nf; - - uc = (BYTE)*p++; /* Get a unit */ - if (uc & 0x80) { /* Multiple byte code? */ - if ((uc & 0xE0) == 0xC0) { /* 2-byte sequence? */ - uc &= 0x1F; nf = 1; - } else { - if ((uc & 0xF0) == 0xE0) { /* 3-byte sequence? */ - uc &= 0x0F; nf = 2; - } else { - if ((uc & 0xF8) == 0xF0) { /* 4-byte sequence? */ - uc &= 0x07; nf = 3; - } else { /* Wrong sequence */ - return 0xFFFFFFFF; - } - } - } - do { /* Get trailing bytes */ - b = (BYTE)*p++; - if ((b & 0xC0) != 0x80) return 0xFFFFFFFF; /* Wrong sequence? */ - uc = uc << 6 | (b & 0x3F); - } while (--nf != 0); - if (uc < 0x80 || IsSurrogate(uc) || uc >= 0x110000) return 0xFFFFFFFF; /* Wrong code? */ - if (uc >= 0x010000) uc = 0xD800DC00 | ((uc - 0x10000) << 6 & 0x3FF0000) | (uc & 0x3FF); /* Make a surrogate pair if needed */ - } - -#elif FF_LFN_UNICODE == 3 /* UTF-32 input */ - uc = (TCHAR)*p++; /* Get a unit */ - if (uc >= 0x110000) return 0xFFFFFFFF; /* Wrong code? */ - if (uc >= 0x010000) uc = 0xD800DC00 | ((uc - 0x10000) << 6 & 0x3FF0000) | (uc & 0x3FF); /* Make a surrogate pair if needed */ - -#else /* ANSI/OEM input */ - BYTE b; - WCHAR wc; - - wc = (BYTE)*p++; /* Get a byte */ - if (dbc_1st((BYTE)wc)) { /* Is it a DBC 1st byte? */ - b = (BYTE)*p++; /* Get 2nd byte */ - if (!dbc_2nd(b)) return 0xFFFFFFFF; /* Invalid code? */ - wc = (wc << 8) + b; /* Make a DBC */ - } - if (wc != 0) { - wc = ff_oem2uni(wc, CODEPAGE); /* ANSI/OEM ==> Unicode */ - if (wc == 0) return 0xFFFFFFFF; /* Invalid code? */ - } - uc = wc; - -#endif - *str = p; /* Next read pointer */ - return uc; -} - - -/* Output a TCHAR string in defined API encoding */ -static BYTE put_utf ( /* Returns number of encoding units written (0:buffer overflow or wrong encoding) */ - DWORD chr, /* UTF-16 encoded character (Double encoding unit char if >=0x10000) */ - TCHAR* buf, /* Output buffer */ - UINT szb /* Size of the buffer */ -) -{ -#if FF_LFN_UNICODE == 1 /* UTF-16 output */ - WCHAR hs, wc; - - hs = (WCHAR)(chr >> 16); - wc = (WCHAR)chr; - if (hs == 0) { /* Single encoding unit? */ - if (szb < 1 || IsSurrogate(wc)) return 0; /* Buffer overflow or wrong code? */ - *buf = wc; - return 1; - } - if (szb < 2 || !IsSurrogateH(hs) || !IsSurrogateL(wc)) return 0; /* Buffer overflow or wrong surrogate? */ - *buf++ = hs; - *buf++ = wc; - return 2; - -#elif FF_LFN_UNICODE == 2 /* UTF-8 output */ - DWORD hc; - - if (chr < 0x80) { /* Single byte code? */ - if (szb < 1) return 0; /* Buffer overflow? */ - *buf = (TCHAR)chr; - return 1; - } - if (chr < 0x800) { /* 2-byte sequence? */ - if (szb < 2) return 0; /* Buffer overflow? */ - *buf++ = (TCHAR)(0xC0 | (chr >> 6 & 0x1F)); - *buf++ = (TCHAR)(0x80 | (chr >> 0 & 0x3F)); - return 2; - } - if (chr < 0x10000) { /* 3-byte sequence? */ - if (szb < 3 || IsSurrogate(chr)) return 0; /* Buffer overflow or wrong code? */ - *buf++ = (TCHAR)(0xE0 | (chr >> 12 & 0x0F)); - *buf++ = (TCHAR)(0x80 | (chr >> 6 & 0x3F)); - *buf++ = (TCHAR)(0x80 | (chr >> 0 & 0x3F)); - return 3; - } - /* 4-byte sequence */ - if (szb < 4) return 0; /* Buffer overflow? */ - hc = ((chr & 0xFFFF0000) - 0xD8000000) >> 6; /* Get high 10 bits */ - chr = (chr & 0xFFFF) - 0xDC00; /* Get low 10 bits */ - if (hc >= 0x100000 || chr >= 0x400) return 0; /* Wrong surrogate? */ - chr = (hc | chr) + 0x10000; - *buf++ = (TCHAR)(0xF0 | (chr >> 18 & 0x07)); - *buf++ = (TCHAR)(0x80 | (chr >> 12 & 0x3F)); - *buf++ = (TCHAR)(0x80 | (chr >> 6 & 0x3F)); - *buf++ = (TCHAR)(0x80 | (chr >> 0 & 0x3F)); - return 4; - -#elif FF_LFN_UNICODE == 3 /* UTF-32 output */ - DWORD hc; - - if (szb < 1) return 0; /* Buffer overflow? */ - if (chr >= 0x10000) { /* Out of BMP? */ - hc = ((chr & 0xFFFF0000) - 0xD8000000) >> 6; /* Get high 10 bits */ - chr = (chr & 0xFFFF) - 0xDC00; /* Get low 10 bits */ - if (hc >= 0x100000 || chr >= 0x400) return 0; /* Wrong surrogate? */ - chr = (hc | chr) + 0x10000; - } - *buf++ = (TCHAR)chr; - return 1; - -#else /* ANSI/OEM output */ - WCHAR wc; - - wc = ff_uni2oem(chr, CODEPAGE); - if (wc >= 0x100) { /* Is this a DBC? */ - if (szb < 2) return 0; - *buf++ = (char)(wc >> 8); /* Store DBC 1st byte */ - *buf++ = (TCHAR)wc; /* Store DBC 2nd byte */ - return 2; - } - if (wc == 0 || szb < 1) return 0; /* Invalid char or buffer overflow? */ - *buf++ = (TCHAR)wc; /* Store the character */ - return 1; -#endif -} -#endif /* FF_USE_LFN */ - - -#if FF_FS_REENTRANT -/*-----------------------------------------------------------------------*/ -/* Request/Release grant to access the volume */ -/*-----------------------------------------------------------------------*/ -static int lock_fs ( /* 1:Ok, 0:timeout */ - FATFS* fs /* Filesystem object */ -) -{ - return ff_req_grant(fs->sobj); -} - - -static void unlock_fs ( - FATFS* fs, /* Filesystem object */ - FRESULT res /* Result code to be returned */ -) -{ - if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { - ff_rel_grant(fs->sobj); - } -} - -#endif - - - -#if FF_FS_LOCK != 0 -/*-----------------------------------------------------------------------*/ -/* File lock control functions */ -/*-----------------------------------------------------------------------*/ - -static FRESULT chk_lock ( /* Check if the file can be accessed */ - DIR* dp, /* Directory object pointing the file to be checked */ - int acc /* Desired access type (0:Read mode open, 1:Write mode open, 2:Delete or rename) */ -) -{ - UINT i, be; - - /* Search open object table for the object */ - be = 0; - for (i = 0; i < FF_FS_LOCK; i++) { - if (Files[i].fs) { /* Existing entry */ - if (Files[i].fs == dp->obj.fs && /* Check if the object matches with an open object */ - Files[i].clu == dp->obj.sclust && - Files[i].ofs == dp->dptr) break; - } else { /* Blank entry */ - be = 1; - } - } - if (i == FF_FS_LOCK) { /* The object has not been opened */ - return (!be && acc != 2) ? FR_TOO_MANY_OPEN_FILES : FR_OK; /* Is there a blank entry for new object? */ - } - - /* The object was opened. Reject any open against writing file and all write mode open */ - return (acc != 0 || Files[i].ctr == 0x100) ? FR_LOCKED : FR_OK; -} - - -static int enq_lock (void) /* Check if an entry is available for a new object */ -{ - UINT i; - - for (i = 0; i < FF_FS_LOCK && Files[i].fs; i++) ; - return (i == FF_FS_LOCK) ? 0 : 1; -} - - -static UINT inc_lock ( /* Increment object open counter and returns its index (0:Internal error) */ - DIR* dp, /* Directory object pointing the file to register or increment */ - int acc /* Desired access (0:Read, 1:Write, 2:Delete/Rename) */ -) -{ - UINT i; - - - for (i = 0; i < FF_FS_LOCK; i++) { /* Find the object */ - if (Files[i].fs == dp->obj.fs && - Files[i].clu == dp->obj.sclust && - Files[i].ofs == dp->dptr) break; - } - - if (i == FF_FS_LOCK) { /* Not opened. Register it as new. */ - for (i = 0; i < FF_FS_LOCK && Files[i].fs; i++) ; - if (i == FF_FS_LOCK) return 0; /* No free entry to register (int err) */ - Files[i].fs = dp->obj.fs; - Files[i].clu = dp->obj.sclust; - Files[i].ofs = dp->dptr; - Files[i].ctr = 0; - } - - if (acc >= 1 && Files[i].ctr) return 0; /* Access violation (int err) */ - - Files[i].ctr = acc ? 0x100 : Files[i].ctr + 1; /* Set semaphore value */ - - return i + 1; /* Index number origin from 1 */ -} - - -static FRESULT dec_lock ( /* Decrement object open counter */ - UINT i /* Semaphore index (1..) */ -) -{ - WORD n; - FRESULT res = FR_DISK_ERR; - - - if (--i < FF_FS_LOCK) { /* Index number origin from 0 */ - n = Files[i].ctr; - if (n == 0x100) n = 0; /* If write mode open, delete the entry */ - if (n > 0) n--; /* Decrement read mode open count */ - Files[i].ctr = n; - if (n == 0) Files[i].fs = 0; /* Delete the entry if open count gets zero */ - res = FR_OK; - } else { - res = FR_INT_ERR; /* Invalid index number */ - } - return res; -} - - -static void clear_lock ( /* Clear lock entries of the volume */ - FATFS *fs -) -{ - UINT i; - - for (i = 0; i < FF_FS_LOCK; i++) { - if (Files[i].fs == fs) Files[i].fs = 0; - } -} - -#endif /* FF_FS_LOCK != 0 */ - - - -/*-----------------------------------------------------------------------*/ -/* Move/Flush disk access window in the filesystem object */ -/*-----------------------------------------------------------------------*/ -#if !FF_FS_READONLY -static FRESULT sync_window ( /* Returns FR_OK or FR_DISK_ERR */ - FATFS* fs /* Filesystem object */ -) -{ - FRESULT res = FR_DISK_ERR; - - if (fs->wflag) { /* Is the disk access window dirty */ - if (disk_write(fs->pdrv, fs->win, fs->winsect, 1) == RES_OK) { /* Write back the window */ - fs->wflag = 0; /* Clear window dirty flag */ - if (fs->winsect - fs->fatbase < fs->fsize) { /* Is it in the 1st FAT? */ - if (fs->n_fats == 2) disk_write(fs->pdrv, fs->win, fs->winsect + fs->fsize, 1); /* Reflect it to 2nd FAT if needed */ - } - res = FR_OK; - } - } else { - res = FR_OK; - } - - return res; -} -#endif - - -static FRESULT move_window ( /* Returns FR_OK or FR_DISK_ERR */ - FATFS* fs, /* Filesystem object */ - DWORD sector /* Sector number to make appearance in the fs->win[] */ -) -{ - FRESULT res = FR_DISK_ERR; - - if (sector != fs->winsect) { /* Window offset changed? */ -#if !FF_FS_READONLY - res = sync_window(fs); /* Write-back changes */ - if (res == FR_OK) { /* Fill sector window with new data */ -#endif - if (disk_read(fs->pdrv, fs->win, sector, 1) != RES_OK) { - sector = 0xFFFFFFFF; /* Invalidate window if read data is not valid */ - res = FR_DISK_ERR; - } else { - res = FR_OK; - } - fs->winsect = sector; -#if !FF_FS_READONLY - } -#endif - } else { - res = FR_OK; - } - return res; -} - - - - -#if !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* Synchronize filesystem and data on the storage */ -/*-----------------------------------------------------------------------*/ - -static FRESULT sync_fs ( /* Returns FR_OK or FR_DISK_ERR */ - FATFS* fs /* Filesystem object */ -) -{ - FRESULT res = FR_DISK_ERR; - - - res = sync_window(fs); - if (res == FR_OK) { - if (fs->fs_type == FS_FAT32 && fs->fsi_flag == 1) { /* FAT32: Update FSInfo sector if needed */ - /* Create FSInfo structure */ - mem_set(fs->win, 0, SS(fs)); - st_word(fs->win + BS_55AA, 0xAA55); - st_dword(fs->win + FSI_LeadSig, 0x41615252); - st_dword(fs->win + FSI_StrucSig, 0x61417272); - st_dword(fs->win + FSI_Free_Count, fs->free_clst); - st_dword(fs->win + FSI_Nxt_Free, fs->last_clst); - /* Write it into the FSInfo sector */ - fs->winsect = fs->volbase + 1; - disk_write(fs->pdrv, fs->win, fs->winsect, 1); - fs->fsi_flag = 0; - } - /* Make sure that no pending write process in the lower layer */ - if (disk_ioctl(fs->pdrv, CTRL_SYNC, 0) != RES_OK) res = FR_DISK_ERR; - } - - return res; -} - -#endif - - - -/*-----------------------------------------------------------------------*/ -/* Get physical sector number from cluster number */ -/*-----------------------------------------------------------------------*/ - -static DWORD clst2sect ( /* !=0:Sector number, 0:Failed (invalid cluster#) */ - FATFS* fs, /* Filesystem object */ - DWORD clst /* Cluster# to be converted */ -) -{ - clst -= 2; /* Cluster number is origin from 2 */ - if (clst >= fs->n_fatent - 2) return 0; /* Is it invalid cluster number? */ - return fs->database + fs->csize * clst; /* Start sector number of the cluster */ -} - - - - -/*-----------------------------------------------------------------------*/ -/* FAT access - Read value of a FAT entry */ -/*-----------------------------------------------------------------------*/ - -static DWORD get_fat ( /* 0xFFFFFFFF:Disk error, 1:Internal error, 2..0x7FFFFFFF:Cluster status */ - FFOBJID* obj, /* Corresponding object */ - DWORD clst /* Cluster number to get the value */ -) -{ - UINT wc, bc; - DWORD val; - FATFS *fs = obj->fs; - - - if (clst < 2 || clst >= fs->n_fatent) { /* Check if in valid range */ - val = 1; /* Internal error */ - - } else { - val = 0xFFFFFFFF; /* Default value falls on disk error */ - - switch (fs->fs_type) { - case FS_FAT12 : - bc = (UINT)clst; bc += bc / 2; - if (move_window(fs, fs->fatbase + (bc / SS(fs))) != FR_OK) break; - wc = fs->win[bc++ % SS(fs)]; /* Get 1st byte of the entry */ - if (move_window(fs, fs->fatbase + (bc / SS(fs))) != FR_OK) break; - wc |= fs->win[bc % SS(fs)] << 8; /* Merge 2nd byte of the entry */ - val = (clst & 1) ? (wc >> 4) : (wc & 0xFFF); /* Adjust bit position */ - break; - - case FS_FAT16 : - if (move_window(fs, fs->fatbase + (clst / (SS(fs) / 2))) != FR_OK) break; - val = ld_word(fs->win + clst * 2 % SS(fs)); /* Simple WORD array */ - break; - - case FS_FAT32 : - if (move_window(fs, fs->fatbase + (clst / (SS(fs) / 4))) != FR_OK) break; - val = ld_dword(fs->win + clst * 4 % SS(fs)) & 0x0FFFFFFF; /* Simple DWORD array but mask out upper 4 bits */ - break; -#if FF_FS_EXFAT - case FS_EXFAT : - if ((obj->objsize != 0 && obj->sclust != 0) || obj->stat == 0) { /* Object except root dir must have valid data length */ - DWORD cofs = clst - obj->sclust; /* Offset from start cluster */ - DWORD clen = (DWORD)((obj->objsize - 1) / SS(fs)) / fs->csize; /* Number of clusters - 1 */ - - if (obj->stat == 2 && cofs <= clen) { /* Is it a contiguous chain? */ - val = (cofs == clen) ? 0x7FFFFFFF : clst + 1; /* No data on the FAT, generate the value */ - break; - } - if (obj->stat == 3 && cofs < obj->n_cont) { /* Is it in the 1st fragment? */ - val = clst + 1; /* Generate the value */ - break; - } - if (obj->stat != 2) { /* Get value from FAT if FAT chain is valid */ - if (obj->n_frag != 0) { /* Is it on the growing edge? */ - val = 0x7FFFFFFF; /* Generate EOC */ - } else { - if (move_window(fs, fs->fatbase + (clst / (SS(fs) / 4))) != FR_OK) break; - val = ld_dword(fs->win + clst * 4 % SS(fs)) & 0x7FFFFFFF; - } - break; - } - } - val = 1; /* Internal error */ - break; -#endif - default: - val = 1; /* Internal error */ - } - } - - return val; -} - - - - -#if !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* FAT access - Change value of a FAT entry */ -/*-----------------------------------------------------------------------*/ - -static FRESULT put_fat ( /* FR_OK(0):succeeded, !=0:error */ - FATFS* fs, /* Corresponding filesystem object */ - DWORD clst, /* FAT index number (cluster number) to be changed */ - DWORD val /* New value to be set to the entry */ -) -{ - UINT bc; - BYTE *p; - FRESULT res = FR_INT_ERR; - - - if (clst >= 2 && clst < fs->n_fatent) { /* Check if in valid range */ - switch (fs->fs_type) { - case FS_FAT12 : - bc = (UINT)clst; bc += bc / 2; /* bc: byte offset of the entry */ - res = move_window(fs, fs->fatbase + (bc / SS(fs))); - if (res != FR_OK) break; - p = fs->win + bc++ % SS(fs); - *p = (clst & 1) ? ((*p & 0x0F) | ((BYTE)val << 4)) : (BYTE)val; /* Put 1st byte */ - fs->wflag = 1; - res = move_window(fs, fs->fatbase + (bc / SS(fs))); - if (res != FR_OK) break; - p = fs->win + bc % SS(fs); - *p = (clst & 1) ? (BYTE)(val >> 4) : ((*p & 0xF0) | ((BYTE)(val >> 8) & 0x0F)); /* Put 2nd byte */ - fs->wflag = 1; - break; - - case FS_FAT16 : - res = move_window(fs, fs->fatbase + (clst / (SS(fs) / 2))); - if (res != FR_OK) break; - st_word(fs->win + clst * 2 % SS(fs), (WORD)val); /* Simple WORD array */ - fs->wflag = 1; - break; - - case FS_FAT32 : -#if FF_FS_EXFAT - case FS_EXFAT : -#endif - res = move_window(fs, fs->fatbase + (clst / (SS(fs) / 4))); - if (res != FR_OK) break; - if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { - val = (val & 0x0FFFFFFF) | (ld_dword(fs->win + clst * 4 % SS(fs)) & 0xF0000000); - } - st_dword(fs->win + clst * 4 % SS(fs), val); - fs->wflag = 1; - break; - } - } - return res; -} - -#endif /* !FF_FS_READONLY */ - - - - -#if FF_FS_EXFAT && !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* exFAT: Accessing FAT and Allocation Bitmap */ -/*-----------------------------------------------------------------------*/ - -/*--------------------------------------*/ -/* Find a contiguous free cluster block */ -/*--------------------------------------*/ - -static DWORD find_bitmap ( /* 0:Not found, 2..:Cluster block found, 0xFFFFFFFF:Disk error */ - FATFS* fs, /* Filesystem object */ - DWORD clst, /* Cluster number to scan from */ - DWORD ncl /* Number of contiguous clusters to find (1..) */ -) -{ - BYTE bm, bv; - UINT i; - DWORD val, scl, ctr; - - - clst -= 2; /* The first bit in the bitmap corresponds to cluster #2 */ - if (clst >= fs->n_fatent - 2) clst = 0; - scl = val = clst; ctr = 0; - for (;;) { - if (move_window(fs, fs->database + val / 8 / SS(fs)) != FR_OK) return 0xFFFFFFFF; /* (assuming bitmap is located top of the cluster heap) */ - i = val / 8 % SS(fs); bm = 1 << (val % 8); - do { - do { - bv = fs->win[i] & bm; bm <<= 1; /* Get bit value */ - if (++val >= fs->n_fatent - 2) { /* Next cluster (with wrap-around) */ - val = 0; bm = 0; i = SS(fs); - } - if (bv == 0) { /* Is it a free cluster? */ - if (++ctr == ncl) return scl + 2; /* Check if run length is sufficient for required */ - } else { - scl = val; ctr = 0; /* Encountered a cluster in-use, restart to scan */ - } - if (val == clst) return 0; /* All cluster scanned? */ - } while (bm != 0); - bm = 1; - } while (++i < SS(fs)); - } -} - - -/*----------------------------------------*/ -/* Set/Clear a block of allocation bitmap */ -/*----------------------------------------*/ - -static FRESULT change_bitmap ( - FATFS* fs, /* Filesystem object */ - DWORD clst, /* Cluster number to change from */ - DWORD ncl, /* Number of clusters to be changed */ - int bv /* bit value to be set (0 or 1) */ -) -{ - BYTE bm; - UINT i; - DWORD sect; - - - clst -= 2; /* The first bit corresponds to cluster #2 */ - sect = fs->database + clst / 8 / SS(fs); /* Sector address (assuming bitmap is located top of the cluster heap) */ - i = clst / 8 % SS(fs); /* Byte offset in the sector */ - bm = 1 << (clst % 8); /* Bit mask in the byte */ - for (;;) { - if (move_window(fs, sect++) != FR_OK) return FR_DISK_ERR; - do { - do { - if (bv == (int)((fs->win[i] & bm) != 0)) return FR_INT_ERR; /* Is the bit expected value? */ - fs->win[i] ^= bm; /* Flip the bit */ - fs->wflag = 1; - if (--ncl == 0) return FR_OK; /* All bits processed? */ - } while (bm <<= 1); /* Next bit */ - bm = 1; - } while (++i < SS(fs)); /* Next byte */ - i = 0; - } -} - - -/*---------------------------------------------*/ -/* Fill the first fragment of the FAT chain */ -/*---------------------------------------------*/ - -static FRESULT fill_first_frag ( - FFOBJID* obj /* Pointer to the corresponding object */ -) -{ - FRESULT res = FR_DISK_ERR; - DWORD cl, n; - - - if (obj->stat == 3) { /* Has the object been changed 'fragmented' in this session? */ - for (cl = obj->sclust, n = obj->n_cont; n; cl++, n--) { /* Create cluster chain on the FAT */ - res = put_fat(obj->fs, cl, cl + 1); - if (res != FR_OK) return res; - } - obj->stat = 0; /* Change status 'FAT chain is valid' */ - } - return FR_OK; -} - - -/*---------------------------------------------*/ -/* Fill the last fragment of the FAT chain */ -/*---------------------------------------------*/ - -static FRESULT fill_last_frag ( - FFOBJID* obj, /* Pointer to the corresponding object */ - DWORD lcl, /* Last cluster of the fragment */ - DWORD term /* Value to set the last FAT entry */ -) -{ - FRESULT res = FR_DISK_ERR; - - - while (obj->n_frag > 0) { /* Create the chain of last fragment */ - res = put_fat(obj->fs, lcl - obj->n_frag + 1, (obj->n_frag > 1) ? lcl - obj->n_frag + 2 : term); - if (res != FR_OK) return res; - obj->n_frag--; - } - return FR_OK; -} - -#endif /* FF_FS_EXFAT && !FF_FS_READONLY */ - - - -#if !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* FAT handling - Remove a cluster chain */ -/*-----------------------------------------------------------------------*/ - -static FRESULT remove_chain ( /* FR_OK(0):succeeded, !=0:error */ - FFOBJID* obj, /* Corresponding object */ - DWORD clst, /* Cluster to remove a chain from */ - DWORD pclst /* Previous cluster of clst (0:entire chain) */ -) -{ - FRESULT res = FR_DISK_ERR; - DWORD nxt; - FATFS *fs = obj->fs; -#if FF_FS_EXFAT || FF_USE_TRIM - DWORD scl = clst, ecl = clst; -#endif -#if FF_USE_TRIM - DWORD rt[2]; -#endif - - if (clst < 2 || clst >= fs->n_fatent) return FR_INT_ERR; /* Check if in valid range */ - - /* Mark the previous cluster 'EOC' on the FAT if it exists */ - if (pclst != 0 && (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT || obj->stat != 2)) { - res = put_fat(fs, pclst, 0xFFFFFFFF); - if (res != FR_OK) return res; - } - - /* Remove the chain */ - do { - nxt = get_fat(obj, clst); /* Get cluster status */ - if (nxt == 0) break; /* Empty cluster? */ - if (nxt == 1) return FR_INT_ERR; /* Internal error? */ - if (nxt == 0xFFFFFFFF) return FR_DISK_ERR; /* Disk error? */ - if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { - res = put_fat(fs, clst, 0); /* Mark the cluster 'free' on the FAT */ - if (res != FR_OK) return res; - } - if (fs->free_clst < fs->n_fatent - 2) { /* Update FSINFO */ - fs->free_clst++; - fs->fsi_flag |= 1; - } -#if FF_FS_EXFAT || FF_USE_TRIM - if (ecl + 1 == nxt) { /* Is next cluster contiguous? */ - ecl = nxt; - } else { /* End of contiguous cluster block */ -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { - res = change_bitmap(fs, scl, ecl - scl + 1, 0); /* Mark the cluster block 'free' on the bitmap */ - if (res != FR_OK) return res; - } -#endif -#if FF_USE_TRIM - rt[0] = clst2sect(fs, scl); /* Start of data area freed */ - rt[1] = clst2sect(fs, ecl) + fs->csize - 1; /* End of data area freed */ - disk_ioctl(fs->pdrv, CTRL_TRIM, rt); /* Inform device the data in the block is no longer needed */ -#endif - scl = ecl = nxt; - } -#endif - clst = nxt; /* Next cluster */ - } while (clst < fs->n_fatent); /* Repeat while not the last link */ - -#if FF_FS_EXFAT - /* Some post processes for chain status */ - if (fs->fs_type == FS_EXFAT) { - if (pclst == 0) { /* Has the entire chain been removed? */ - obj->stat = 0; /* Change the chain status 'initial' */ - } else { - if (obj->stat == 0) { /* Is it a fragmented chain from the beginning of this session? */ - clst = obj->sclust; /* Follow the chain to check if it gets contiguous */ - while (clst != pclst) { - nxt = get_fat(obj, clst); - if (nxt < 2) return FR_INT_ERR; - if (nxt == 0xFFFFFFFF) return FR_DISK_ERR; - if (nxt != clst + 1) break; /* Not contiguous? */ - clst++; - } - if (clst == pclst) { /* Has the chain got contiguous again? */ - obj->stat = 2; /* Change the chain status 'contiguous' */ - } - } else { - if (obj->stat == 3 && pclst >= obj->sclust && pclst <= obj->sclust + obj->n_cont) { /* Was the chain fragmented in this session and got contiguous again? */ - obj->stat = 2; /* Change the chain status 'contiguous' */ - } - } - } - } -#endif - return FR_OK; -} - - - - -/*-----------------------------------------------------------------------*/ -/* FAT handling - Stretch a chain or Create a new chain */ -/*-----------------------------------------------------------------------*/ - -static DWORD create_chain ( /* 0:No free cluster, 1:Internal error, 0xFFFFFFFF:Disk error, >=2:New cluster# */ - FFOBJID* obj, /* Corresponding object */ - DWORD clst /* Cluster# to stretch, 0:Create a new chain */ -) -{ - DWORD cs, ncl, scl; - FRESULT res = FR_DISK_ERR; - FATFS *fs = obj->fs; - - - if (clst == 0) { /* Create a new chain */ - scl = fs->last_clst; /* Suggested cluster to start to find */ - if (scl == 0 || scl >= fs->n_fatent) scl = 1; - } - else { /* Stretch a chain */ - cs = get_fat(obj, clst); /* Check the cluster status */ - if (cs < 2) return 1; /* Test for insanity */ - if (cs == 0xFFFFFFFF) return cs; /* Test for disk error */ - if (cs < fs->n_fatent) return cs; /* It is already followed by next cluster */ - scl = clst; /* Cluster to start to find */ - } - if (fs->free_clst == 0) return 0; /* No free cluster */ - -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */ - ncl = find_bitmap(fs, scl, 1); /* Find a free cluster */ - if (ncl == 0 || ncl == 0xFFFFFFFF) return ncl; /* No free cluster or hard error? */ - res = change_bitmap(fs, ncl, 1, 1); /* Mark the cluster 'in use' */ - if (res == FR_INT_ERR) return 1; - if (res == FR_DISK_ERR) return 0xFFFFFFFF; - if (clst == 0) { /* Is it a new chain? */ - obj->stat = 2; /* Set status 'contiguous' */ - } else { /* It is a stretched chain */ - if (obj->stat == 2 && ncl != scl + 1) { /* Is the chain got fragmented? */ - obj->n_cont = scl - obj->sclust; /* Set size of the contiguous part */ - obj->stat = 3; /* Change status 'just fragmented' */ - } - } - if (obj->stat != 2) { /* Is the file non-contiguous? */ - if (ncl == clst + 1) { /* Is the cluster next to previous one? */ - obj->n_frag = obj->n_frag ? obj->n_frag + 1 : 2; /* Increment size of last framgent */ - } else { /* New fragment */ - if (obj->n_frag == 0) obj->n_frag = 1; - res = fill_last_frag(obj, clst, ncl); /* Fill last fragment on the FAT and link it to new one */ - if (res == FR_OK) obj->n_frag = 1; - } - } - } else -#endif - { /* On the FAT/FAT32 volume */ - ncl = 0; - if (scl == clst) { /* Stretching an existing chain? */ - ncl = scl + 1; /* Test if next cluster is free */ - if (ncl >= fs->n_fatent) ncl = 2; - cs = get_fat(obj, ncl); /* Get next cluster status */ - if (cs == 1 || cs == 0xFFFFFFFF) return cs; /* Test for error */ - if (cs != 0) { /* Not free? */ - cs = fs->last_clst; /* Start at suggested cluster if it is valid */ - if (cs >= 2 && cs < fs->n_fatent) scl = cs; - ncl = 0; - } - } - if (ncl == 0) { /* The new cluster cannot be contiguous and find another fragment */ - ncl = scl; /* Start cluster */ - for (;;) { - ncl++; /* Next cluster */ - if (ncl >= fs->n_fatent) { /* Check wrap-around */ - ncl = 2; - if (ncl > scl) return 0; /* No free cluster found? */ - } - cs = get_fat(obj, ncl); /* Get the cluster status */ - if (cs == 0) break; /* Found a free cluster? */ - if (cs == 1 || cs == 0xFFFFFFFF) return cs; /* Test for error */ - if (ncl == scl) return 0; /* No free cluster found? */ - } - } - res = put_fat(fs, ncl, 0xFFFFFFFF); /* Mark the new cluster 'EOC' */ - if (res == FR_OK && clst != 0) { - res = put_fat(fs, clst, ncl); /* Link it from the previous one if needed */ - } - } - - if (res == FR_OK) { /* Update FSINFO if function succeeded. */ - fs->last_clst = ncl; - if (fs->free_clst <= fs->n_fatent - 2) fs->free_clst--; - fs->fsi_flag |= 1; - } else { - ncl = (res == FR_DISK_ERR) ? 0xFFFFFFFF : 1; /* Failed. Generate error status */ - } - - return ncl; /* Return new cluster number or error status */ -} - -#endif /* !FF_FS_READONLY */ - - - - -#if FF_USE_FASTSEEK -/*-----------------------------------------------------------------------*/ -/* FAT handling - Convert offset into cluster with link map table */ -/*-----------------------------------------------------------------------*/ - -static DWORD clmt_clust ( /* <2:Error, >=2:Cluster number */ - FIL* fp, /* Pointer to the file object */ - FSIZE_t ofs /* File offset to be converted to cluster# */ -) -{ - DWORD cl, ncl, *tbl; - FATFS *fs = fp->obj.fs; - - - tbl = fp->cltbl + 1; /* Top of CLMT */ - cl = (DWORD)(ofs / SS(fs) / fs->csize); /* Cluster order from top of the file */ - for (;;) { - ncl = *tbl++; /* Number of cluters in the fragment */ - if (ncl == 0) return 0; /* End of table? (error) */ - if (cl < ncl) break; /* In this fragment? */ - cl -= ncl; tbl++; /* Next fragment */ - } - return cl + *tbl; /* Return the cluster number */ -} - -#endif /* FF_USE_FASTSEEK */ - - - - -/*-----------------------------------------------------------------------*/ -/* Directory handling - Fill a cluster with zeros */ -/*-----------------------------------------------------------------------*/ - -#if !FF_FS_READONLY -static FRESULT dir_clear ( /* Returns FR_OK or FR_DISK_ERR */ - FATFS *fs, /* Filesystem object */ - DWORD clst /* Directory table to clear */ -) -{ - DWORD sect; - UINT n, szb; - BYTE *ibuf; - - - if (sync_window(fs) != FR_OK) return FR_DISK_ERR; /* Flush disk access window */ - sect = clst2sect(fs, clst); /* Top of the cluster */ - fs->winsect = sect; /* Set window to top of the cluster */ - mem_set(fs->win, 0, SS(fs)); /* Clear window buffer */ -#if FF_USE_LFN == 3 /* Quick table clear by using multi-secter write */ - /* Allocate a temporary buffer */ - for (szb = ((DWORD)fs->csize * SS(fs) >= MAX_MALLOC) ? MAX_MALLOC : fs->csize * SS(fs), ibuf = 0; szb > SS(fs) && (ibuf = ff_memalloc(szb)) == 0; szb /= 2) ; - if (szb > SS(fs)) { /* Buffer allocated? */ - mem_set(ibuf, 0, szb); - szb /= SS(fs); /* Bytes -> Sectors */ - for (n = 0; n < fs->csize && disk_write(fs->pdrv, ibuf, sect + n, szb) == RES_OK; n += szb) ; /* Fill the cluster with 0 */ - ff_memfree(ibuf); - } else -#endif - { - ibuf = fs->win; szb = 1; /* Use window buffer (many single-sector writes may take a time) */ - for (n = 0; n < fs->csize && disk_write(fs->pdrv, ibuf, sect + n, szb) == RES_OK; n += szb) ; /* Fill the cluster with 0 */ - } - return (n == fs->csize) ? FR_OK : FR_DISK_ERR; -} -#endif /* !FF_FS_READONLY */ - - - - -/*-----------------------------------------------------------------------*/ -/* Directory handling - Set directory index */ -/*-----------------------------------------------------------------------*/ - -static FRESULT dir_sdi ( /* FR_OK(0):succeeded, !=0:error */ - DIR* dp, /* Pointer to directory object */ - DWORD ofs /* Offset of directory table */ -) -{ - DWORD csz, clst; - FATFS *fs = dp->obj.fs; - - - if (ofs >= (DWORD)((FF_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR) || ofs % SZDIRE) { /* Check range of offset and alignment */ - return FR_INT_ERR; - } - dp->dptr = ofs; /* Set current offset */ - clst = dp->obj.sclust; /* Table start cluster (0:root) */ - if (clst == 0 && fs->fs_type >= FS_FAT32) { /* Replace cluster# 0 with root cluster# */ - clst = fs->dirbase; - if (FF_FS_EXFAT) dp->obj.stat = 0; /* exFAT: Root dir has an FAT chain */ - } - - if (clst == 0) { /* Static table (root-directory on the FAT volume) */ - if (ofs / SZDIRE >= fs->n_rootdir) return FR_INT_ERR; /* Is index out of range? */ - dp->sect = fs->dirbase; - - } else { /* Dynamic table (sub-directory or root-directory on the FAT32/exFAT volume) */ - csz = (DWORD)fs->csize * SS(fs); /* Bytes per cluster */ - while (ofs >= csz) { /* Follow cluster chain */ - clst = get_fat(&dp->obj, clst); /* Get next cluster */ - if (clst == 0xFFFFFFFF) return FR_DISK_ERR; /* Disk error */ - if (clst < 2 || clst >= fs->n_fatent) return FR_INT_ERR; /* Reached to end of table or internal error */ - ofs -= csz; - } - dp->sect = clst2sect(fs, clst); - } - dp->clust = clst; /* Current cluster# */ - if (dp->sect == 0) return FR_INT_ERR; - dp->sect += ofs / SS(fs); /* Sector# of the directory entry */ - dp->dir = fs->win + (ofs % SS(fs)); /* Pointer to the entry in the win[] */ - - return FR_OK; -} - - - - -/*-----------------------------------------------------------------------*/ -/* Directory handling - Move directory table index next */ -/*-----------------------------------------------------------------------*/ - -static FRESULT dir_next ( /* FR_OK(0):succeeded, FR_NO_FILE:End of table, FR_DENIED:Could not stretch */ - DIR* dp, /* Pointer to the directory object */ - int stretch /* 0: Do not stretch table, 1: Stretch table if needed */ -) -{ - DWORD ofs, clst; - FATFS *fs = dp->obj.fs; - - - ofs = dp->dptr + SZDIRE; /* Next entry */ - if (ofs >= (DWORD)((FF_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR)) dp->sect = 0; /* Disable it if the offset reached the max value */ - if (dp->sect == 0) return FR_NO_FILE; /* Report EOT if it has been disabled */ - - if (ofs % SS(fs) == 0) { /* Sector changed? */ - dp->sect++; /* Next sector */ - - if (dp->clust == 0) { /* Static table */ - if (ofs / SZDIRE >= fs->n_rootdir) { /* Report EOT if it reached end of static table */ - dp->sect = 0; return FR_NO_FILE; - } - } - else { /* Dynamic table */ - if ((ofs / SS(fs) & (fs->csize - 1)) == 0) { /* Cluster changed? */ - clst = get_fat(&dp->obj, dp->clust); /* Get next cluster */ - if (clst <= 1) return FR_INT_ERR; /* Internal error */ - if (clst == 0xFFFFFFFF) return FR_DISK_ERR; /* Disk error */ - if (clst >= fs->n_fatent) { /* It reached end of dynamic table */ -#if !FF_FS_READONLY - if (!stretch) { /* If no stretch, report EOT */ - dp->sect = 0; return FR_NO_FILE; - } - clst = create_chain(&dp->obj, dp->clust); /* Allocate a cluster */ - if (clst == 0) return FR_DENIED; /* No free cluster */ - if (clst == 1) return FR_INT_ERR; /* Internal error */ - if (clst == 0xFFFFFFFF) return FR_DISK_ERR; /* Disk error */ - if (dir_clear(fs, clst) != FR_OK) return FR_DISK_ERR; /* Clean up the stretched table */ - if (FF_FS_EXFAT) dp->obj.stat |= 4; /* exFAT: The directory has been stretched */ -#else - if (!stretch) dp->sect = 0; /* (this line is to suppress compiler warning) */ - dp->sect = 0; return FR_NO_FILE; /* Report EOT */ -#endif - } - dp->clust = clst; /* Initialize data for new cluster */ - dp->sect = clst2sect(fs, clst); - } - } - } - dp->dptr = ofs; /* Current entry */ - dp->dir = fs->win + ofs % SS(fs); /* Pointer to the entry in the win[] */ - - return FR_OK; -} - - - - -#if !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* Directory handling - Reserve a block of directory entries */ -/*-----------------------------------------------------------------------*/ - -static FRESULT dir_alloc ( /* FR_OK(0):succeeded, !=0:error */ - DIR* dp, /* Pointer to the directory object */ - UINT nent /* Number of contiguous entries to allocate */ -) -{ - FRESULT res = FR_DISK_ERR; - UINT n; - FATFS *fs = dp->obj.fs; - - - res = dir_sdi(dp, 0); - if (res == FR_OK) { - n = 0; - do { - res = move_window(fs, dp->sect); - if (res != FR_OK) break; -#if FF_FS_EXFAT - if ((fs->fs_type == FS_EXFAT) ? (int)((dp->dir[XDIR_Type] & 0x80) == 0) : (int)(dp->dir[DIR_Name] == DDEM || dp->dir[DIR_Name] == 0)) { -#else - if (dp->dir[DIR_Name] == DDEM || dp->dir[DIR_Name] == 0) { -#endif - if (++n == nent) break; /* A block of contiguous free entries is found */ - } else { - n = 0; /* Not a blank entry. Restart to search */ - } - res = dir_next(dp, 1); - } while (res == FR_OK); /* Next entry with table stretch enabled */ - } - - if (res == FR_NO_FILE) res = FR_DENIED; /* No directory entry to allocate */ - return res; -} - -#endif /* !FF_FS_READONLY */ - - - - -/*-----------------------------------------------------------------------*/ -/* FAT: Directory handling - Load/Store start cluster number */ -/*-----------------------------------------------------------------------*/ - -static DWORD ld_clust ( /* Returns the top cluster value of the SFN entry */ - FATFS* fs, /* Pointer to the fs object */ - const BYTE* dir /* Pointer to the key entry */ -) -{ - DWORD cl; - - cl = ld_word(dir + DIR_FstClusLO); - if (fs->fs_type == FS_FAT32) { - cl |= (DWORD)ld_word(dir + DIR_FstClusHI) << 16; - } - - return cl; -} - - -#if !FF_FS_READONLY -static void st_clust ( - FATFS* fs, /* Pointer to the fs object */ - BYTE* dir, /* Pointer to the key entry */ - DWORD cl /* Value to be set */ -) -{ - st_word(dir + DIR_FstClusLO, (WORD)cl); - if (fs->fs_type == FS_FAT32) { - st_word(dir + DIR_FstClusHI, (WORD)(cl >> 16)); - } -} -#endif - - - -#if FF_USE_LFN -/*--------------------------------------------------------*/ -/* FAT-LFN: Compare a part of file name with an LFN entry */ -/*--------------------------------------------------------*/ - -static int cmp_lfn ( /* 1:matched, 0:not matched */ - const WCHAR* lfnbuf, /* Pointer to the LFN working buffer to be compared */ - BYTE* dir /* Pointer to the directory entry containing the part of LFN */ -) -{ - UINT i, s; - WCHAR wc, uc; - - - if (ld_word(dir + LDIR_FstClusLO) != 0) return 0; /* Check LDIR_FstClusLO */ - - i = ((dir[LDIR_Ord] & 0x3F) - 1) * 13; /* Offset in the LFN buffer */ - - for (wc = 1, s = 0; s < 13; s++) { /* Process all characters in the entry */ - uc = ld_word(dir + LfnOfs[s]); /* Pick an LFN character */ - if (wc != 0) { - if (i >= FF_MAX_LFN || ff_wtoupper(uc) != ff_wtoupper(lfnbuf[i++])) { /* Compare it */ - return 0; /* Not matched */ - } - wc = uc; - } else { - if (uc != 0xFFFF) return 0; /* Check filler */ - } - } - - if ((dir[LDIR_Ord] & LLEF) && wc && lfnbuf[i]) return 0; /* Last segment matched but different length */ - - return 1; /* The part of LFN matched */ -} - - -#if FF_FS_MINIMIZE <= 1 || FF_FS_RPATH >= 2 || FF_USE_LABEL || FF_FS_EXFAT -/*-----------------------------------------------------*/ -/* FAT-LFN: Pick a part of file name from an LFN entry */ -/*-----------------------------------------------------*/ - -static int pick_lfn ( /* 1:succeeded, 0:buffer overflow or invalid LFN entry */ - WCHAR* lfnbuf, /* Pointer to the LFN working buffer */ - BYTE* dir /* Pointer to the LFN entry */ -) -{ - UINT i, s; - WCHAR wc, uc; - - - if (ld_word(dir + LDIR_FstClusLO) != 0) return 0; /* Check LDIR_FstClusLO is 0 */ - - i = ((dir[LDIR_Ord] & ~LLEF) - 1) * 13; /* Offset in the LFN buffer */ - - for (wc = 1, s = 0; s < 13; s++) { /* Process all characters in the entry */ - uc = ld_word(dir + LfnOfs[s]); /* Pick an LFN character */ - if (wc != 0) { - if (i >= FF_MAX_LFN) return 0; /* Buffer overflow? */ - lfnbuf[i++] = wc = uc; /* Store it */ - } else { - if (uc != 0xFFFF) return 0; /* Check filler */ - } - } - - if (dir[LDIR_Ord] & LLEF) { /* Put terminator if it is the last LFN part */ - if (i >= FF_MAX_LFN) return 0; /* Buffer overflow? */ - lfnbuf[i] = 0; - } - - return 1; /* The part of LFN is valid */ -} -#endif - - -#if !FF_FS_READONLY -/*-----------------------------------------*/ -/* FAT-LFN: Create an entry of LFN entries */ -/*-----------------------------------------*/ - -static void put_lfn ( - const WCHAR* lfn, /* Pointer to the LFN */ - BYTE* dir, /* Pointer to the LFN entry to be created */ - BYTE ord, /* LFN order (1-20) */ - BYTE sum /* Checksum of the corresponding SFN */ -) -{ - UINT i, s; - WCHAR wc; - - - dir[LDIR_Chksum] = sum; /* Set checksum */ - dir[LDIR_Attr] = AM_LFN; /* Set attribute. LFN entry */ - dir[LDIR_Type] = 0; - st_word(dir + LDIR_FstClusLO, 0); - - i = (ord - 1) * 13; /* Get offset in the LFN working buffer */ - s = wc = 0; - do { - if (wc != 0xFFFF) wc = lfn[i++]; /* Get an effective character */ - st_word(dir + LfnOfs[s], wc); /* Put it */ - if (wc == 0) wc = 0xFFFF; /* Padding characters for left locations */ - } while (++s < 13); - if (wc == 0xFFFF || !lfn[i]) ord |= LLEF; /* Last LFN part is the start of LFN sequence */ - dir[LDIR_Ord] = ord; /* Set the LFN order */ -} - -#endif /* !FF_FS_READONLY */ -#endif /* FF_USE_LFN */ - - - -#if FF_USE_LFN && !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* FAT-LFN: Create a Numbered SFN */ -/*-----------------------------------------------------------------------*/ - -static void gen_numname ( - BYTE* dst, /* Pointer to the buffer to store numbered SFN */ - const BYTE* src, /* Pointer to SFN */ - const WCHAR* lfn, /* Pointer to LFN */ - UINT seq /* Sequence number */ -) -{ - BYTE ns[8], c; - UINT i, j; - WCHAR wc; - DWORD sr; - - - mem_cpy(dst, src, 11); - - if (seq > 5) { /* In case of many collisions, generate a hash number instead of sequential number */ - sr = seq; - while (*lfn) { /* Create a CRC as hash value */ - wc = *lfn++; - for (i = 0; i < 16; i++) { - sr = (sr << 1) + (wc & 1); - wc >>= 1; - if (sr & 0x10000) sr ^= 0x11021; - } - } - seq = (UINT)sr; - } - - /* itoa (hexdecimal) */ - i = 7; - do { - c = (BYTE)((seq % 16) + '0'); - if (c > '9') c += 7; - ns[i--] = c; - seq /= 16; - } while (seq); - ns[i] = '~'; - - /* Append the number to the SFN body */ - for (j = 0; j < i && dst[j] != ' '; j++) { - if (dbc_1st(dst[j])) { - if (j == i - 1) break; - j++; - } - } - do { - dst[j++] = (i < 8) ? ns[i++] : ' '; - } while (j < 8); -} -#endif /* FF_USE_LFN && !FF_FS_READONLY */ - - - -#if FF_USE_LFN -/*-----------------------------------------------------------------------*/ -/* FAT-LFN: Calculate checksum of an SFN entry */ -/*-----------------------------------------------------------------------*/ - -static BYTE sum_sfn ( - const BYTE* dir /* Pointer to the SFN entry */ -) -{ - BYTE sum = 0; - UINT n = 11; - - do { - sum = (sum >> 1) + (sum << 7) + *dir++; - } while (--n); - return sum; -} - -#endif /* FF_USE_LFN */ - - - -#if FF_FS_EXFAT -/*-----------------------------------------------------------------------*/ -/* exFAT: Checksum */ -/*-----------------------------------------------------------------------*/ - -static WORD xdir_sum ( /* Get checksum of the directoly entry block */ - const BYTE* dir /* Directory entry block to be calculated */ -) -{ - UINT i, szblk; - WORD sum; - - - szblk = (dir[XDIR_NumSec] + 1) * SZDIRE; /* Number of bytes of the entry block */ - for (i = sum = 0; i < szblk; i++) { - if (i == XDIR_SetSum) { /* Skip 2-byte sum field */ - i++; - } else { - sum = ((sum & 1) ? 0x8000 : 0) + (sum >> 1) + dir[i]; - } - } - return sum; -} - - - -static WORD xname_sum ( /* Get check sum (to be used as hash) of the file name */ - const WCHAR* name /* File name to be calculated */ -) -{ - WCHAR chr; - WORD sum = 0; - - - while ((chr = *name++) != 0) { - chr = (WCHAR)ff_wtoupper(chr); /* File name needs to be up-case converted */ - sum = ((sum & 1) ? 0x8000 : 0) + (sum >> 1) + (chr & 0xFF); - sum = ((sum & 1) ? 0x8000 : 0) + (sum >> 1) + (chr >> 8); - } - return sum; -} - - -#if !FF_FS_READONLY && FF_USE_MKFS -static DWORD xsum32 ( /* Returns 32-bit checksum */ - BYTE dat, /* Byte to be calculated (byte-by-byte processing) */ - DWORD sum /* Previous sum value */ -) -{ - sum = ((sum & 1) ? 0x80000000 : 0) + (sum >> 1) + dat; - return sum; -} -#endif - - -#if FF_FS_MINIMIZE <= 1 || FF_FS_RPATH >= 2 -/*------------------------------------------------------*/ -/* exFAT: Get object information from a directory block */ -/*------------------------------------------------------*/ - -static void get_xfileinfo ( - BYTE* dirb, /* Pointer to the directory entry block 85+C0+C1s */ - FILINFO* fno /* Buffer to store the extracted file information */ -) -{ - WCHAR wc, hs; - UINT di, si, nc; - - /* Get file name from the entry block */ - si = SZDIRE * 2; /* 1st C1 entry */ - nc = 0; hs = 0; di = 0; - while (nc < dirb[XDIR_NumName]) { - if (si >= MAXDIRB(FF_MAX_LFN)) { di = 0; break; } /* Truncated directory block? */ - if ((si % SZDIRE) == 0) si += 2; /* Skip entry type field */ - wc = ld_word(dirb + si); si += 2; nc++; /* Get a character */ - if (hs == 0 && IsSurrogate(wc)) { /* Is it a surrogate? */ - hs = wc; continue; /* Get low surrogate */ - } - wc = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding */ - if (wc == 0) { di = 0; break; } /* Buffer overflow or wrong encoding? */ - di += wc; - hs = 0; - } - if (hs != 0) di = 0; /* Broken surrogate pair? */ - if (di == 0) fno->fname[di++] = '?'; /* Inaccessible object name? */ - fno->fname[di] = 0; /* Terminate the name */ - fno->altname[0] = 0; /* exFAT does not support SFN */ - - fno->fattrib = dirb[XDIR_Attr]; /* Attribute */ - fno->fsize = (fno->fattrib & AM_DIR) ? 0 : ld_qword(dirb + XDIR_FileSize); /* Size */ - fno->ftime = ld_word(dirb + XDIR_ModTime + 0); /* Time */ - fno->fdate = ld_word(dirb + XDIR_ModTime + 2); /* Date */ -} - -#endif /* FF_FS_MINIMIZE <= 1 || FF_FS_RPATH >= 2 */ - - -/*-----------------------------------*/ -/* exFAT: Get a directory entry block */ -/*-----------------------------------*/ - -static FRESULT load_xdir ( /* FR_INT_ERR: invalid entry block */ - DIR* dp /* Reading directory object pointing top of the entry block to load */ -) -{ - FRESULT res = FR_DISK_ERR; - UINT i, sz_ent; - BYTE* dirb = dp->obj.fs->dirbuf; /* Pointer to the on-memory directory entry block 85+C0+C1s */ - - - /* Load 85 entry */ - res = move_window(dp->obj.fs, dp->sect); - if (res != FR_OK) return res; - if (dp->dir[XDIR_Type] != 0x85) return FR_INT_ERR; /* Invalid order */ - mem_cpy(dirb + 0 * SZDIRE, dp->dir, SZDIRE); - sz_ent = (dirb[XDIR_NumSec] + 1) * SZDIRE; - if (sz_ent < 3 * SZDIRE || sz_ent > 19 * SZDIRE) return FR_INT_ERR; - - /* Load C0 entry */ - res = dir_next(dp, 0); - if (res == FR_NO_FILE) res = FR_INT_ERR; /* It cannot be */ - if (res != FR_OK) return res; - res = move_window(dp->obj.fs, dp->sect); - if (res != FR_OK) return res; - if (dp->dir[XDIR_Type] != 0xC0) return FR_INT_ERR; /* Invalid order */ - mem_cpy(dirb + 1 * SZDIRE, dp->dir, SZDIRE); - if (MAXDIRB(dirb[XDIR_NumName]) > sz_ent) return FR_INT_ERR; - - /* Load C1 entries */ - i = 2 * SZDIRE; /* C1 offset to load */ - do { - res = dir_next(dp, 0); - if (res == FR_NO_FILE) res = FR_INT_ERR; /* It cannot be */ - if (res != FR_OK) return res; - res = move_window(dp->obj.fs, dp->sect); - if (res != FR_OK) return res; - if (dp->dir[XDIR_Type] != 0xC1) return FR_INT_ERR; /* Invalid order */ - if (i < MAXDIRB(FF_MAX_LFN)) mem_cpy(dirb + i, dp->dir, SZDIRE); - } while ((i += SZDIRE) < sz_ent); - - /* Sanity check (do it for only accessible object) */ - if (i <= MAXDIRB(FF_MAX_LFN)) { - if (xdir_sum(dirb) != ld_word(dirb + XDIR_SetSum)) return FR_INT_ERR; - } - return FR_OK; -} - - -/*------------------------------------------------------------------*/ -/* exFAT: Initialize object allocation info with loaded entry block */ -/*------------------------------------------------------------------*/ - -static void init_alloc_info ( - FATFS* fs, /* Filesystem object */ - FFOBJID* obj /* Object allocation information to be initialized */ -) -{ - obj->sclust = ld_dword(fs->dirbuf + XDIR_FstClus); /* Start cluster */ - obj->objsize = ld_qword(fs->dirbuf + XDIR_FileSize); /* Size */ - obj->stat = fs->dirbuf[XDIR_GenFlags] & 2; /* Allocation status */ - obj->n_frag = 0; /* No last fragment info */ -} - - - -#if !FF_FS_READONLY || FF_FS_RPATH != 0 -/*------------------------------------------------*/ -/* exFAT: Load the object's directory entry block */ -/*------------------------------------------------*/ - -static FRESULT load_obj_xdir ( - DIR* dp, /* Blank directory object to be used to access containing directory */ - const FFOBJID* obj /* Object with its containing directory information */ -) -{ - FRESULT res = FR_DISK_ERR; - - /* Open object containing directory */ - dp->obj.fs = obj->fs; - dp->obj.sclust = obj->c_scl; - dp->obj.stat = (BYTE)obj->c_size; - dp->obj.objsize = obj->c_size & 0xFFFFFF00; - dp->obj.n_frag = 0; - dp->blk_ofs = obj->c_ofs; - - res = dir_sdi(dp, dp->blk_ofs); /* Goto object's entry block */ - if (res == FR_OK) { - res = load_xdir(dp); /* Load the object's entry block */ - } - return res; -} -#endif - - -#if !FF_FS_READONLY -/*----------------------------------------*/ -/* exFAT: Store the directory entry block */ -/*----------------------------------------*/ - -static FRESULT store_xdir ( - DIR* dp /* Pointer to the directory object */ -) -{ - FRESULT res = FR_DISK_ERR; - UINT nent; - BYTE* dirb = dp->obj.fs->dirbuf; /* Pointer to the directory entry block 85+C0+C1s */ - - /* Create set sum */ - st_word(dirb + XDIR_SetSum, xdir_sum(dirb)); - nent = dirb[XDIR_NumSec] + 1; - - /* Store the directory entry block to the directory */ - res = dir_sdi(dp, dp->blk_ofs); - while (res == FR_OK) { - res = move_window(dp->obj.fs, dp->sect); - if (res != FR_OK) break; - mem_cpy(dp->dir, dirb, SZDIRE); - dp->obj.fs->wflag = 1; - if (--nent == 0) break; - dirb += SZDIRE; - res = dir_next(dp, 0); - } - return (res == FR_OK || res == FR_DISK_ERR) ? res : FR_INT_ERR; -} - - - -/*-------------------------------------------*/ -/* exFAT: Create a new directory entry block */ -/*-------------------------------------------*/ - -static void create_xdir ( - BYTE* dirb, /* Pointer to the directory entry block buffer */ - const WCHAR* lfn /* Pointer to the object name */ -) -{ - UINT i; - BYTE nc1, nlen; - WCHAR wc; - - - /* Create 85,C0 entry */ - mem_set(dirb, 0, 2 * SZDIRE); - dirb[0 * SZDIRE + XDIR_Type] = 0x85; /* 85 entry */ - dirb[1 * SZDIRE + XDIR_Type] = 0xC0; /* C0 entry */ - - /* Create C1 entries */ - i = SZDIRE * 2; /* Top of C1 entries */ - nlen = nc1 = 0; wc = 1; - do { - dirb[i++] = 0xC1; dirb[i++] = 0; /* Entry type C1 */ - do { /* Fill name field */ - if (wc != 0 && (wc = lfn[nlen]) != 0) nlen++; /* Get a character if exist */ - st_word(dirb + i, wc); /* Store it */ - i += 2; - } while (i % SZDIRE != 0); - nc1++; - } while (lfn[nlen]); /* Fill next entry if any char follows */ - - dirb[XDIR_NumName] = nlen; /* Set name length */ - dirb[XDIR_NumSec] = 1 + nc1; /* Set secondary count (C0 + C1s) */ - st_word(dirb + XDIR_NameHash, xname_sum(lfn)); /* Set name hash */ -} - -#endif /* !FF_FS_READONLY */ -#endif /* FF_FS_EXFAT */ - - - -#if FF_FS_MINIMIZE <= 1 || FF_FS_RPATH >= 2 || FF_USE_LABEL || FF_FS_EXFAT -/*-----------------------------------------------------------------------*/ -/* Read an object from the directory */ -/*-----------------------------------------------------------------------*/ - -#define dir_read_file(dp) dir_read(dp, 0) -#define dir_read_label(dp) dir_read(dp, 1) - -static FRESULT dir_read ( - DIR* dp, /* Pointer to the directory object */ - int vol /* Filtered by 0:file/directory or 1:volume label */ -) -{ - FRESULT res = FR_NO_FILE; - FATFS *fs = dp->obj.fs; - BYTE a, c; -#if FF_USE_LFN - BYTE ord = 0xFF, sum = 0xFF; -#endif - - while (dp->sect) { - res = move_window(fs, dp->sect); - if (res != FR_OK) break; - c = dp->dir[DIR_Name]; /* Test for the entry type */ - if (c == 0) { - res = FR_NO_FILE; break; /* Reached to end of the directory */ - } -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */ - if (FF_USE_LABEL && vol) { - if (c == 0x83) break; /* Volume label entry? */ - } else { - if (c == 0x85) { /* Start of the file entry block? */ - dp->blk_ofs = dp->dptr; /* Get location of the block */ - res = load_xdir(dp); /* Load the entry block */ - if (res == FR_OK) { - dp->obj.attr = fs->dirbuf[XDIR_Attr] & AM_MASK; /* Get attribute */ - } - break; - } - } - } else -#endif - { /* On the FAT/FAT32 volume */ - dp->obj.attr = a = dp->dir[DIR_Attr] & AM_MASK; /* Get attribute */ -#if FF_USE_LFN /* LFN configuration */ - if (c == DDEM || c == '.' || (int)((a & ~AM_ARC) == AM_VOL) != vol) { /* An entry without valid data */ - ord = 0xFF; - } else { - if (a == AM_LFN) { /* An LFN entry is found */ - if (c & LLEF) { /* Is it start of an LFN sequence? */ - sum = dp->dir[LDIR_Chksum]; - c &= (BYTE)~LLEF; ord = c; - dp->blk_ofs = dp->dptr; - } - /* Check LFN validity and capture it */ - ord = (c == ord && sum == dp->dir[LDIR_Chksum] && pick_lfn(fs->lfnbuf, dp->dir)) ? ord - 1 : 0xFF; - } else { /* An SFN entry is found */ - if (ord != 0 || sum != sum_sfn(dp->dir)) { /* Is there a valid LFN? */ - dp->blk_ofs = 0xFFFFFFFF; /* It has no LFN. */ - } - break; - } - } -#else /* Non LFN configuration */ - if (c != DDEM && c != '.' && a != AM_LFN && (int)((a & ~AM_ARC) == AM_VOL) == vol) { /* Is it a valid entry? */ - break; - } -#endif - } - res = dir_next(dp, 0); /* Next entry */ - if (res != FR_OK) break; - } - - if (res != FR_OK) dp->sect = 0; /* Terminate the read operation on error or EOT */ - return res; -} - -#endif /* FF_FS_MINIMIZE <= 1 || FF_USE_LABEL || FF_FS_RPATH >= 2 */ - - - -/*-----------------------------------------------------------------------*/ -/* Directory handling - Find an object in the directory */ -/*-----------------------------------------------------------------------*/ - -static FRESULT dir_find ( /* FR_OK(0):succeeded, !=0:error */ - DIR* dp /* Pointer to the directory object with the file name */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs = dp->obj.fs; - BYTE c; -#if FF_USE_LFN - BYTE a, ord, sum; -#endif - - res = dir_sdi(dp, 0); /* Rewind directory object */ - if (res != FR_OK) return res; -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */ - BYTE nc; - UINT di, ni; - WORD hash = xname_sum(fs->lfnbuf); /* Hash value of the name to find */ - - while ((res = dir_read_file(dp)) == FR_OK) { /* Read an item */ -#if FF_MAX_LFN < 255 - if (fs->dirbuf[XDIR_NumName] > FF_MAX_LFN) continue; /* Skip comparison if inaccessible object name */ -#endif - if (ld_word(fs->dirbuf + XDIR_NameHash) != hash) continue; /* Skip comparison if hash mismatched */ - for (nc = fs->dirbuf[XDIR_NumName], di = SZDIRE * 2, ni = 0; nc; nc--, di += 2, ni++) { /* Compare the name */ - if ((di % SZDIRE) == 0) di += 2; - if (ff_wtoupper(ld_word(fs->dirbuf + di)) != ff_wtoupper(fs->lfnbuf[ni])) break; - } - if (nc == 0 && !fs->lfnbuf[ni]) break; /* Name matched? */ - } - return res; - } -#endif - /* On the FAT/FAT32 volume */ -#if FF_USE_LFN - ord = sum = 0xFF; dp->blk_ofs = 0xFFFFFFFF; /* Reset LFN sequence */ -#endif - do { - res = move_window(fs, dp->sect); - if (res != FR_OK) break; - c = dp->dir[DIR_Name]; - if (c == 0) { res = FR_NO_FILE; break; } /* Reached to end of table */ -#if FF_USE_LFN /* LFN configuration */ - dp->obj.attr = a = dp->dir[DIR_Attr] & AM_MASK; - if (c == DDEM || ((a & AM_VOL) && a != AM_LFN)) { /* An entry without valid data */ - ord = 0xFF; dp->blk_ofs = 0xFFFFFFFF; /* Reset LFN sequence */ - } else { - if (a == AM_LFN) { /* An LFN entry is found */ - if (!(dp->fn[NSFLAG] & NS_NOLFN)) { - if (c & LLEF) { /* Is it start of LFN sequence? */ - sum = dp->dir[LDIR_Chksum]; - c &= (BYTE)~LLEF; ord = c; /* LFN start order */ - dp->blk_ofs = dp->dptr; /* Start offset of LFN */ - } - /* Check validity of the LFN entry and compare it with given name */ - ord = (c == ord && sum == dp->dir[LDIR_Chksum] && cmp_lfn(fs->lfnbuf, dp->dir)) ? ord - 1 : 0xFF; - } - } else { /* An SFN entry is found */ - if (ord == 0 && sum == sum_sfn(dp->dir)) break; /* LFN matched? */ - if (!(dp->fn[NSFLAG] & NS_LOSS) && !mem_cmp(dp->dir, dp->fn, 11)) break; /* SFN matched? */ - ord = 0xFF; dp->blk_ofs = 0xFFFFFFFF; /* Reset LFN sequence */ - } - } -#else /* Non LFN configuration */ - dp->obj.attr = dp->dir[DIR_Attr] & AM_MASK; - if (!(dp->dir[DIR_Attr] & AM_VOL) && !mem_cmp(dp->dir, dp->fn, 11)) break; /* Is it a valid entry? */ -#endif - res = dir_next(dp, 0); /* Next entry */ - } while (res == FR_OK); - - return res; -} - - - - -#if !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* Register an object to the directory */ -/*-----------------------------------------------------------------------*/ - -static FRESULT dir_register ( /* FR_OK:succeeded, FR_DENIED:no free entry or too many SFN collision, FR_DISK_ERR:disk error */ - DIR* dp /* Target directory with object name to be created */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs = dp->obj.fs; -#if FF_USE_LFN /* LFN configuration */ - UINT n, nlen, nent; - BYTE sn[12], sum; - - - if (dp->fn[NSFLAG] & (NS_DOT | NS_NONAME)) return FR_INVALID_NAME; /* Check name validity */ - for (nlen = 0; fs->lfnbuf[nlen]; nlen++) ; /* Get lfn length */ - -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */ - nent = (nlen + 14) / 15 + 2; /* Number of entries to allocate (85+C0+C1s) */ - res = dir_alloc(dp, nent); /* Allocate entries */ - if (res != FR_OK) return res; - dp->blk_ofs = dp->dptr - SZDIRE * (nent - 1); /* Set the allocated entry block offset */ - - if (dp->obj.stat & 4) { /* Has the directory been stretched? */ - dp->obj.stat &= ~4; - res = fill_first_frag(&dp->obj); /* Fill the first fragment on the FAT if needed */ - if (res != FR_OK) return res; - res = fill_last_frag(&dp->obj, dp->clust, 0xFFFFFFFF); /* Fill the last fragment on the FAT if needed */ - if (res != FR_OK) return res; - if (dp->obj.sclust != 0) { /* Is it a sub directory? */ - DIR dj; - - res = load_obj_xdir(&dj, &dp->obj); /* Load the object status */ - if (res != FR_OK) return res; - dp->obj.objsize += (DWORD)fs->csize * SS(fs); /* Increase the directory size by cluster size */ - st_qword(fs->dirbuf + XDIR_FileSize, dp->obj.objsize); /* Update the allocation status */ - st_qword(fs->dirbuf + XDIR_ValidFileSize, dp->obj.objsize); - fs->dirbuf[XDIR_GenFlags] = dp->obj.stat | 1; - res = store_xdir(&dj); /* Store the object status */ - if (res != FR_OK) return res; - } - } - - create_xdir(fs->dirbuf, fs->lfnbuf); /* Create on-memory directory block to be written later */ - return FR_OK; - } -#endif - /* On the FAT/FAT32 volume */ - mem_cpy(sn, dp->fn, 12); - if (sn[NSFLAG] & NS_LOSS) { /* When LFN is out of 8.3 format, generate a numbered name */ - dp->fn[NSFLAG] = NS_NOLFN; /* Find only SFN */ - for (n = 1; n < 100; n++) { - gen_numname(dp->fn, sn, fs->lfnbuf, n); /* Generate a numbered name */ - res = dir_find(dp); /* Check if the name collides with existing SFN */ - if (res != FR_OK) break; - } - if (n == 100) return FR_DENIED; /* Abort if too many collisions */ - if (res != FR_NO_FILE) return res; /* Abort if the result is other than 'not collided' */ - dp->fn[NSFLAG] = sn[NSFLAG]; - } - - /* Create an SFN with/without LFNs. */ - nent = (sn[NSFLAG] & NS_LFN) ? (nlen + 12) / 13 + 1 : 1; /* Number of entries to allocate */ - res = dir_alloc(dp, nent); /* Allocate entries */ - if (res == FR_OK && --nent) { /* Set LFN entry if needed */ - res = dir_sdi(dp, dp->dptr - nent * SZDIRE); - if (res == FR_OK) { - sum = sum_sfn(dp->fn); /* Checksum value of the SFN tied to the LFN */ - do { /* Store LFN entries in bottom first */ - res = move_window(fs, dp->sect); - if (res != FR_OK) break; - put_lfn(fs->lfnbuf, dp->dir, (BYTE)nent, sum); - fs->wflag = 1; - res = dir_next(dp, 0); /* Next entry */ - } while (res == FR_OK && --nent); - } - } - -#else /* Non LFN configuration */ - res = dir_alloc(dp, 1); /* Allocate an entry for SFN */ - -#endif - - /* Set SFN entry */ - if (res == FR_OK) { - res = move_window(fs, dp->sect); - if (res == FR_OK) { - mem_set(dp->dir, 0, SZDIRE); /* Clean the entry */ - mem_cpy(dp->dir + DIR_Name, dp->fn, 11); /* Put SFN */ -#if FF_USE_LFN - dp->dir[DIR_NTres] = dp->fn[NSFLAG] & (NS_BODY | NS_EXT); /* Put NT flag */ -#endif - fs->wflag = 1; - } - } - - return res; -} - -#endif /* !FF_FS_READONLY */ - - - -#if !FF_FS_READONLY && FF_FS_MINIMIZE == 0 -/*-----------------------------------------------------------------------*/ -/* Remove an object from the directory */ -/*-----------------------------------------------------------------------*/ - -static FRESULT dir_remove ( /* FR_OK:Succeeded, FR_DISK_ERR:A disk error */ - DIR* dp /* Directory object pointing the entry to be removed */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs = dp->obj.fs; -#if FF_USE_LFN /* LFN configuration */ - DWORD last = dp->dptr; - - res = (dp->blk_ofs == 0xFFFFFFFF) ? FR_OK : dir_sdi(dp, dp->blk_ofs); /* Goto top of the entry block if LFN is exist */ - if (res == FR_OK) { - do { - res = move_window(fs, dp->sect); - if (res != FR_OK) break; - if (FF_FS_EXFAT && fs->fs_type == FS_EXFAT) { /* On the exFAT volume */ - dp->dir[XDIR_Type] &= 0x7F; /* Clear the entry InUse flag. */ - } else { /* On the FAT/FAT32 volume */ - dp->dir[DIR_Name] = DDEM; /* Mark the entry 'deleted'. */ - } - fs->wflag = 1; - if (dp->dptr >= last) break; /* If reached last entry then all entries of the object has been deleted. */ - res = dir_next(dp, 0); /* Next entry */ - } while (res == FR_OK); - if (res == FR_NO_FILE) res = FR_INT_ERR; - } -#else /* Non LFN configuration */ - - res = move_window(fs, dp->sect); - if (res == FR_OK) { - dp->dir[DIR_Name] = DDEM; /* Mark the entry 'deleted'.*/ - fs->wflag = 1; - } -#endif - - return res; -} - -#endif /* !FF_FS_READONLY && FF_FS_MINIMIZE == 0 */ - - - -#if FF_FS_MINIMIZE <= 1 || FF_FS_RPATH >= 2 -/*-----------------------------------------------------------------------*/ -/* Get file information from directory entry */ -/*-----------------------------------------------------------------------*/ - -static void get_fileinfo ( - DIR* dp, /* Pointer to the directory object */ - FILINFO* fno /* Pointer to the file information to be filled */ -) -{ - UINT si, di; -#if FF_USE_LFN - WCHAR wc, hs; - FATFS *fs = dp->obj.fs; -#else - TCHAR c; -#endif - - - fno->fname[0] = 0; /* Invaidate file info */ - if (dp->sect == 0) return; /* Exit if read pointer has reached end of directory */ - -#if FF_USE_LFN /* LFN configuration */ -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */ - get_xfileinfo(fs->dirbuf, fno); - return; - } else -#endif - { /* On the FAT/FAT32 volume */ - if (dp->blk_ofs != 0xFFFFFFFF) { /* Get LFN if available */ - si = di = hs = 0; - while (fs->lfnbuf[si] != 0) { - wc = fs->lfnbuf[si++]; /* Get an LFN character (UTF-16) */ - if (hs == 0 && IsSurrogate(wc)) { /* Is it a surrogate? */ - hs = wc; continue; /* Get low surrogate */ - } - wc = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in UTF-16 or UTF-8 encoding */ - if (wc == 0) { di = 0; break; } /* Invalid char or buffer overflow? */ - di += wc; - hs = 0; - } - if (hs != 0) di = 0; /* Broken surrogate pair? */ - fno->fname[di] = 0; /* Terminate the LFN (null string means LFN is invalid) */ - } - } - - si = di = 0; - while (si < 11) { /* Get SFN from SFN entry */ - wc = dp->dir[si++]; /* Get a char */ - if (wc == ' ') continue; /* Skip padding spaces */ - if (wc == RDDEM) wc = DDEM; /* Restore replaced DDEM character */ - if (si == 9 && di < FF_SFN_BUF) fno->altname[di++] = '.'; /* Insert a . if extension is exist */ -#if FF_LFN_UNICODE >= 1 /* Unicode output */ - if (dbc_1st((BYTE)wc) && si != 8 && si != 11 && dbc_2nd(dp->dir[si])) { /* Make a DBC if needed */ - wc = wc << 8 | dp->dir[si++]; - } - wc = ff_oem2uni(wc, CODEPAGE); /* ANSI/OEM -> Unicode */ - if (wc == 0) { di = 0; break; } /* Wrong char in the current code page? */ - wc = put_utf(wc, &fno->altname[di], FF_SFN_BUF - di); /* Store it in Unicode */ - if (wc == 0) { di = 0; break; } /* Buffer overflow? */ - di += wc; -#else /* ANSI/OEM output */ - fno->altname[di++] = (TCHAR)wc; /* Store it without any conversion */ -#endif - } - fno->altname[di] = 0; /* Terminate the SFN (null string means SFN is invalid) */ - - if (fno->fname[0] == 0) { /* If LFN is invalid, altname[] needs to be copied to fname[] */ - if (di == 0) { /* If LFN and SFN both are invalid, this object is inaccessible */ - fno->fname[di++] = '?'; - } else { - for (si = di = 0; fno->altname[si]; si++, di++) { /* Copy altname[] to fname[] with case information */ - wc = (WCHAR)fno->altname[si]; - if (IsUpper(wc) && (dp->dir[DIR_NTres] & ((si >= 9) ? NS_EXT : NS_BODY))) wc += 0x20; - fno->fname[di] = (TCHAR)wc; - } - } - fno->fname[di] = 0; /* Terminate the LFN */ - if (!dp->dir[DIR_NTres]) fno->altname[0] = 0; /* Altname is not needed if neither LFN nor case info is exist. */ - } - -#else /* Non-LFN configuration */ - si = di = 0; - while (si < 11) { /* Copy name body and extension */ - c = (TCHAR)dp->dir[si++]; - if (c == ' ') continue; /* Skip padding spaces */ - if (c == RDDEM) c = DDEM; /* Restore replaced DDEM character */ - if (si == 9) fno->fname[di++] = '.';/* Insert a . if extension is exist */ - fno->fname[di++] = c; - } - fno->fname[di] = 0; -#endif - - fno->fattrib = dp->dir[DIR_Attr]; /* Attribute */ - fno->fsize = ld_dword(dp->dir + DIR_FileSize); /* Size */ - fno->ftime = ld_word(dp->dir + DIR_ModTime + 0); /* Time */ - fno->fdate = ld_word(dp->dir + DIR_ModTime + 2); /* Date */ -} - -#endif /* FF_FS_MINIMIZE <= 1 || FF_FS_RPATH >= 2 */ - - - -#if FF_USE_FIND && FF_FS_MINIMIZE <= 1 -/*-----------------------------------------------------------------------*/ -/* Pattern matching */ -/*-----------------------------------------------------------------------*/ - -static DWORD get_achar ( /* Get a character and advances ptr */ - const TCHAR** ptr /* Pointer to pointer to the ANSI/OEM or Unicode string */ -) -{ - DWORD chr; - - -#if FF_USE_LFN && FF_LFN_UNICODE >= 1 /* Unicode input */ - chr = tchar2uni(ptr); - if (chr == 0xFFFFFFFF) chr = 0; /* Wrong UTF encoding is recognized as end of the string */ - chr = ff_wtoupper(chr); - -#else /* ANSI/OEM input */ - chr = (BYTE)*(*ptr)++; /* Get a byte */ - if (IsLower(chr)) chr -= 0x20; /* To upper ASCII char */ -#if FF_CODE_PAGE == 0 - if (ExCvt && chr >= 0x80) chr = ExCvt[chr - 0x80]; /* To upper SBCS extended char */ -#elif FF_CODE_PAGE < 900 - if (chr >= 0x80) chr = ExCvt[chr - 0x80]; /* To upper SBCS extended char */ -#endif -#if FF_CODE_PAGE == 0 || FF_CODE_PAGE >= 900 - if (dbc_1st((BYTE)chr)) { /* Get DBC 2nd byte if needed */ - chr = dbc_2nd((BYTE)**ptr) ? chr << 8 | (BYTE)*(*ptr)++ : 0; - } -#endif - -#endif - return chr; -} - - -static int pattern_matching ( /* 0:not matched, 1:matched */ - const TCHAR* pat, /* Matching pattern */ - const TCHAR* nam, /* String to be tested */ - int skip, /* Number of pre-skip chars (number of ?s) */ - int inf /* Infinite search (* specified) */ -) -{ - const TCHAR *pp, *np; - DWORD pc, nc; - int nm, nx; - - - while (skip--) { /* Pre-skip name chars */ - if (!get_achar(&nam)) return 0; /* Branch mismatched if less name chars */ - } - if (*pat == 0 && inf) return 1; /* (short circuit) */ - - do { - pp = pat; np = nam; /* Top of pattern and name to match */ - for (;;) { - if (*pp == '?' || *pp == '*') { /* Wildcard? */ - nm = nx = 0; - do { /* Analyze the wildcard block */ - if (*pp++ == '?') nm++; else nx = 1; - } while (*pp == '?' || *pp == '*'); - if (pattern_matching(pp, np, nm, nx)) return 1; /* Test new branch (recurs up to number of wildcard blocks in the pattern) */ - nc = *np; break; /* Branch mismatched */ - } - pc = get_achar(&pp); /* Get a pattern char */ - nc = get_achar(&np); /* Get a name char */ - if (pc != nc) break; /* Branch mismatched? */ - if (pc == 0) return 1; /* Branch matched? (matched at end of both strings) */ - } - get_achar(&nam); /* nam++ */ - } while (inf && nc); /* Retry until end of name if infinite search is specified */ - - return 0; -} - -#endif /* FF_USE_FIND && FF_FS_MINIMIZE <= 1 */ - - - -/*-----------------------------------------------------------------------*/ -/* Pick a top segment and create the object name in directory form */ -/*-----------------------------------------------------------------------*/ - -static FRESULT create_name ( /* FR_OK: successful, FR_INVALID_NAME: could not create */ - DIR* dp, /* Pointer to the directory object */ - const TCHAR** path /* Pointer to pointer to the segment in the path string */ -) -{ -#if FF_USE_LFN /* LFN configuration */ - BYTE b, cf; - WCHAR wc, *lfn; - DWORD uc; - UINT i, ni, si, di; - const TCHAR *p; - - - /* Create LFN into LFN working buffer */ - p = *path; lfn = dp->obj.fs->lfnbuf; di = 0; - for (;;) { - uc = tchar2uni(&p); /* Get a character */ - if (uc == 0xFFFFFFFF) return FR_INVALID_NAME; /* Invalid code or UTF decode error */ - if (uc >= 0x10000) lfn[di++] = (WCHAR)(uc >> 16); /* Store high surrogate if needed */ - wc = (WCHAR)uc; - if (wc < ' ' || wc == '/' || wc == '\\') break; /* Break if end of the path or a separator is found */ - if (wc < 0x80 && chk_chr("\"*:<>\?|\x7F", wc)) return FR_INVALID_NAME; /* Reject illegal characters for LFN */ - if (di >= FF_MAX_LFN) return FR_INVALID_NAME; /* Reject too long name */ - lfn[di++] = wc; /* Store the Unicode character */ - } - while (*p == '/' || *p == '\\') p++; /* Skip duplicated separators if exist */ - *path = p; /* Return pointer to the next segment */ - cf = (wc < ' ') ? NS_LAST : 0; /* Set last segment flag if end of the path */ - -#if FF_FS_RPATH != 0 - if ((di == 1 && lfn[di - 1] == '.') || - (di == 2 && lfn[di - 1] == '.' && lfn[di - 2] == '.')) { /* Is this segment a dot name? */ - lfn[di] = 0; - for (i = 0; i < 11; i++) { /* Create dot name for SFN entry */ - dp->fn[i] = (i < di) ? '.' : ' '; - } - dp->fn[i] = cf | NS_DOT; /* This is a dot entry */ - return FR_OK; - } -#endif - while (di) { /* Snip off trailing spaces and dots if exist */ - wc = lfn[di - 1]; - if (wc != ' ' && wc != '.') break; - di--; - } - lfn[di] = 0; /* LFN is created into the working buffer */ - if (di == 0) return FR_INVALID_NAME; /* Reject null name */ - - /* Create SFN in directory form */ - for (si = 0; lfn[si] == ' '; si++) ; /* Remove leading spaces */ - if (si > 0 || lfn[si] == '.') cf |= NS_LOSS | NS_LFN; /* Is there any leading space or dot? */ - while (di > 0 && lfn[di - 1] != '.') di--; /* Find last dot (di<=si: no extension) */ - - mem_set(dp->fn, ' ', 11); - i = b = 0; ni = 8; - for (;;) { - wc = lfn[si++]; /* Get an LFN character */ - if (wc == 0) break; /* Break on end of the LFN */ - if (wc == ' ' || (wc == '.' && si != di)) { /* Remove embedded spaces and dots */ - cf |= NS_LOSS | NS_LFN; - continue; - } - - if (i >= ni || si == di) { /* End of field? */ - if (ni == 11) { /* Name extension overflow? */ - cf |= NS_LOSS | NS_LFN; - break; - } - if (si != di) cf |= NS_LOSS | NS_LFN; /* Name body overflow? */ - if (si > di) break; /* No name extension? */ - si = di; i = 8; ni = 11; b <<= 2; /* Enter name extension */ - continue; - } - - if (wc >= 0x80) { /* Is this a non-ASCII character? */ - cf |= NS_LFN; /* LFN entry needs to be created */ -#if FF_CODE_PAGE == 0 - if (ExCvt) { /* At SBCS */ - wc = ff_uni2oem(wc, CODEPAGE); /* Unicode ==> ANSI/OEM code */ - if (wc & 0x80) wc = ExCvt[wc & 0x7F]; /* Convert extended character to upper (SBCS) */ - } else { /* At DBCS */ - wc = ff_uni2oem(ff_wtoupper(wc), CODEPAGE); /* Unicode ==> Upper convert ==> ANSI/OEM code */ - } -#elif FF_CODE_PAGE < 900 /* SBCS cfg */ - wc = ff_uni2oem(wc, CODEPAGE); /* Unicode ==> ANSI/OEM code */ - if (wc & 0x80) wc = ExCvt[wc & 0x7F]; /* Convert extended character to upper (SBCS) */ -#else /* DBCS cfg */ - wc = ff_uni2oem(ff_wtoupper(wc), CODEPAGE); /* Unicode ==> Upper convert ==> ANSI/OEM code */ -#endif - } - - if (wc >= 0x100) { /* Is this a DBC? */ - if (i >= ni - 1) { /* Field overflow? */ - cf |= NS_LOSS | NS_LFN; - i = ni; continue; /* Next field */ - } - dp->fn[i++] = (BYTE)(wc >> 8); /* Put 1st byte */ - } else { /* SBC */ - if (wc == 0 || chk_chr("+,;=[]", wc)) { /* Replace illegal characters for SFN if needed */ - wc = '_'; cf |= NS_LOSS | NS_LFN;/* Lossy conversion */ - } else { - if (IsUpper(wc)) { /* ASCII upper case? */ - b |= 2; - } - if (IsLower(wc)) { /* ASCII lower case? */ - b |= 1; wc -= 0x20; - } - } - } - dp->fn[i++] = (BYTE)wc; - } - - if (dp->fn[0] == DDEM) dp->fn[0] = RDDEM; /* If the first character collides with DDEM, replace it with RDDEM */ - - if (ni == 8) b <<= 2; /* Shift capital flags if no extension */ - if ((b & 0x0C) == 0x0C || (b & 0x03) == 0x03) cf |= NS_LFN; /* LFN entry needs to be created if composite capitals */ - if (!(cf & NS_LFN)) { /* When LFN is in 8.3 format without extended character, NT flags are created */ - if (b & 0x01) cf |= NS_EXT; /* NT flag (Extension has small capital letters only) */ - if (b & 0x04) cf |= NS_BODY; /* NT flag (Body has small capital letters only) */ - } - - dp->fn[NSFLAG] = cf; /* SFN is created into dp->fn[] */ - - return FR_OK; - - -#else /* FF_USE_LFN : Non-LFN configuration */ - BYTE c, d, *sfn; - UINT ni, si, i; - const char *p; - - /* Create file name in directory form */ - p = *path; sfn = dp->fn; - mem_set(sfn, ' ', 11); - si = i = 0; ni = 8; -#if FF_FS_RPATH != 0 - if (p[si] == '.') { /* Is this a dot entry? */ - for (;;) { - c = (BYTE)p[si++]; - if (c != '.' || si >= 3) break; - sfn[i++] = c; - } - if (c != '/' && c != '\\' && c > ' ') return FR_INVALID_NAME; - *path = p + si; /* Return pointer to the next segment */ - sfn[NSFLAG] = (c <= ' ') ? NS_LAST | NS_DOT : NS_DOT; /* Set last segment flag if end of the path */ - return FR_OK; - } -#endif - for (;;) { - c = (BYTE)p[si++]; /* Get a byte */ - if (c <= ' ') break; /* Break if end of the path name */ - if (c == '/' || c == '\\') { /* Break if a separator is found */ - while (p[si] == '/' || p[si] == '\\') si++; /* Skip duplicated separator if exist */ - break; - } - if (c == '.' || i >= ni) { /* End of body or field overflow? */ - if (ni == 11 || c != '.') return FR_INVALID_NAME; /* Field overflow or invalid dot? */ - i = 8; ni = 11; /* Enter file extension field */ - continue; - } -#if FF_CODE_PAGE == 0 - if (ExCvt && c >= 0x80) { /* Is SBC extended character? */ - c = ExCvt[c & 0x7F]; /* To upper SBC extended character */ - } -#elif FF_CODE_PAGE < 900 - if (c >= 0x80) { /* Is SBC extended character? */ - c = ExCvt[c & 0x7F]; /* To upper SBC extended character */ - } -#endif - if (dbc_1st(c)) { /* Check if it is a DBC 1st byte */ - d = (BYTE)p[si++]; /* Get 2nd byte */ - if (!dbc_2nd(d) || i >= ni - 1) return FR_INVALID_NAME; /* Reject invalid DBC */ - sfn[i++] = c; - sfn[i++] = d; - } else { /* SBC */ - if (chk_chr("\"*+,:;<=>\?[]|\x7F", c)) return FR_INVALID_NAME; /* Reject illegal chrs for SFN */ - if (IsLower(c)) c -= 0x20; /* To upper */ - sfn[i++] = c; - } - } - *path = p + si; /* Return pointer to the next segment */ - if (i == 0) return FR_INVALID_NAME; /* Reject nul string */ - - if (sfn[0] == DDEM) sfn[0] = RDDEM; /* If the first character collides with DDEM, replace it with RDDEM */ - sfn[NSFLAG] = (c <= ' ') ? NS_LAST : 0; /* Set last segment flag if end of the path */ - - return FR_OK; -#endif /* FF_USE_LFN */ -} - - - - -/*-----------------------------------------------------------------------*/ -/* Follow a file path */ -/*-----------------------------------------------------------------------*/ - -static FRESULT follow_path ( /* FR_OK(0): successful, !=0: error code */ - DIR* dp, /* Directory object to return last directory and found object */ - const TCHAR* path /* Full-path string to find a file or directory */ -) -{ - FRESULT res = FR_DISK_ERR; - BYTE ns; - FATFS *fs = dp->obj.fs; - - -#if FF_FS_RPATH != 0 - if (*path != '/' && *path != '\\') { /* Without heading separator */ - dp->obj.sclust = fs->cdir; /* Start from current directory */ - } else -#endif - { /* With heading separator */ - while (*path == '/' || *path == '\\') path++; /* Strip heading separator */ - dp->obj.sclust = 0; /* Start from root directory */ - } -#if FF_FS_EXFAT - dp->obj.n_frag = 0; /* Invalidate last fragment counter of the object */ -#if FF_FS_RPATH != 0 - if (fs->fs_type == FS_EXFAT && dp->obj.sclust) { /* exFAT: Retrieve the sub-directory's status */ - DIR dj; - - dp->obj.c_scl = fs->cdc_scl; - dp->obj.c_size = fs->cdc_size; - dp->obj.c_ofs = fs->cdc_ofs; - res = load_obj_xdir(&dj, &dp->obj); - if (res != FR_OK) return res; - dp->obj.objsize = ld_dword(fs->dirbuf + XDIR_FileSize); - dp->obj.stat = fs->dirbuf[XDIR_GenFlags] & 2; - } -#endif -#endif - - if ((UINT)*path < ' ') { /* Null path name is the origin directory itself */ - dp->fn[NSFLAG] = NS_NONAME; - res = dir_sdi(dp, 0); - - } else { /* Follow path */ - for (;;) { - res = create_name(dp, &path); /* Get a segment name of the path */ - if (res != FR_OK) break; - res = dir_find(dp); /* Find an object with the segment name */ - ns = dp->fn[NSFLAG]; - if (res != FR_OK) { /* Failed to find the object */ - if (res == FR_NO_FILE) { /* Object is not found */ - if (FF_FS_RPATH && (ns & NS_DOT)) { /* If dot entry is not exist, stay there */ - if (!(ns & NS_LAST)) continue; /* Continue to follow if not last segment */ - dp->fn[NSFLAG] = NS_NONAME; - res = FR_OK; - } else { /* Could not find the object */ - if (!(ns & NS_LAST)) res = FR_NO_PATH; /* Adjust error code if not last segment */ - } - } - break; - } - if (ns & NS_LAST) break; /* Last segment matched. Function completed. */ - /* Get into the sub-directory */ - if (!(dp->obj.attr & AM_DIR)) { /* It is not a sub-directory and cannot follow */ - res = FR_NO_PATH; break; - } -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { /* Save containing directory information for next dir */ - dp->obj.c_scl = dp->obj.sclust; - dp->obj.c_size = ((DWORD)dp->obj.objsize & 0xFFFFFF00) | dp->obj.stat; - dp->obj.c_ofs = dp->blk_ofs; - init_alloc_info(fs, &dp->obj); /* Open next directory */ - } else -#endif - { - dp->obj.sclust = ld_clust(fs, fs->win + dp->dptr % SS(fs)); /* Open next directory */ - } - } - } - - return res; -} - - - - -/*-----------------------------------------------------------------------*/ -/* Get logical drive number from path name */ -/*-----------------------------------------------------------------------*/ - -static int get_ldnumber ( /* Returns logical drive number (-1:invalid drive number or null pointer) */ - const TCHAR** path /* Pointer to pointer to the path name */ -) -{ - const TCHAR *tp, *tt; - TCHAR tc; - int i, vol = -1; -#if FF_STR_VOLUME_ID /* Find string volume ID */ - const char *sp; - char c; -#endif - - tt = tp = *path; - if (!tp) return vol; /* Invalid path name? */ - do tc = *tt++; while ((UINT)tc >= (FF_USE_LFN ? ' ' : '!') && tc != ':'); /* Find a colon in the path */ - - if (tc == ':') { /* DOS/Windows style volume ID? */ - i = FF_VOLUMES; - if (IsDigit(*tp) && tp + 2 == tt) { /* Is there a numeric volume ID + colon? */ - i = (int)*tp - '0'; /* Get the LD number */ - } -#if FF_STR_VOLUME_ID == 1 /* Arbitrary string is enabled */ - else { - i = 0; - do { - sp = VolumeStr[i]; tp = *path; /* This string volume ID and path name */ - do { /* Compare the volume ID with path name */ - c = *sp++; tc = *tp++; - if (IsLower(c)) c -= 0x20; - if (IsLower(tc)) tc -= 0x20; - } while (c && (TCHAR)c == tc); - } while ((c || tp != tt) && ++i < FF_VOLUMES); /* Repeat for each id until pattern match */ - } -#endif - if ((UINT)i < FF_VOLUMES) { /* If a volume ID is found, get the drive number and strip it */ - vol = i; /* Drive number */ - *path = tt; /* Snip the drive prefix off */ - } - return vol; - } -#if FF_STR_VOLUME_ID == 2 /* Unix style volume ID is enabled */ - if (*tp == '/') { - i = 0; - do { - sp = VolumeStr[i]; tp = *path; /* This string volume ID and path name */ - do { /* Compare the volume ID with path name */ - c = *sp++; tc = *(++tp); - if (IsLower(c)) c -= 0x20; - if (IsLower(tc)) tc -= 0x20; - } while (c && (TCHAR)c == tc); - } while ((c || (tc != '/' && (UINT)tc >= (FF_USE_LFN ? ' ' : '!'))) && ++i < FF_VOLUMES); /* Repeat for each ID until pattern match */ - if (i < FF_VOLUMES) { /* If a volume ID is found, get the drive number and strip it */ - vol = i; /* Drive number */ - *path = tp; /* Snip the drive prefix off */ - return vol; - } - } -#endif - /* No drive prefix is found */ -#if FF_FS_RPATH != 0 - vol = CurrVol; /* Default drive is current drive */ -#else - vol = 0; /* Default drive is 0 */ -#endif - return vol; /* Return the default drive */ -} - - - - -/*-----------------------------------------------------------------------*/ -/* Load a sector and check if it is an FAT VBR */ -/*-----------------------------------------------------------------------*/ - -static BYTE check_fs ( /* 0:FAT, 1:exFAT, 2:Valid BS but not FAT, 3:Not a BS, 4:Disk error */ - FATFS* fs, /* Filesystem object */ - DWORD sect /* Sector# (lba) to load and check if it is an FAT-VBR or not */ -) -{ - fs->wflag = 0; fs->winsect = 0xFFFFFFFF; /* Invaidate window */ - if (move_window(fs, sect) != FR_OK) return 4; /* Load boot record */ - - if (ld_word(fs->win + BS_55AA) != 0xAA55) return 3; /* Check boot record signature (always here regardless of the sector size) */ - -#if FF_FS_EXFAT - if (!mem_cmp(fs->win + BS_JmpBoot, "\xEB\x76\x90" "EXFAT ", 11)) return 1; /* Check if exFAT VBR */ -#endif - if (fs->win[BS_JmpBoot] == 0xE9 || fs->win[BS_JmpBoot] == 0xEB || fs->win[BS_JmpBoot] == 0xE8) { /* Valid JumpBoot code? */ - if (!mem_cmp(fs->win + BS_FilSysType, "FAT", 3)) return 0; /* Is it an FAT VBR? */ - if (!mem_cmp(fs->win + BS_FilSysType32, "FAT32", 5)) return 0; /* Is it an FAT32 VBR? */ - } - return 2; /* Valid BS but not FAT */ -} - - - - -/*-----------------------------------------------------------------------*/ -/* Determine logical drive number and mount the volume if needed */ -/*-----------------------------------------------------------------------*/ - -static FRESULT find_volume ( /* FR_OK(0): successful, !=0: an error occurred */ - const TCHAR** path, /* Pointer to pointer to the path name (drive number) */ - FATFS** rfs, /* Pointer to pointer to the found filesystem object */ - BYTE mode /* !=0: Check write protection for write access */ -) -{ - BYTE fmt, *pt; - int vol; - DSTATUS stat; - DWORD bsect, fasize, tsect, sysect, nclst, szbfat, br[4]; - WORD nrsv; - FATFS *fs; - UINT i; - - - /* Get logical drive number */ - *rfs = 0; - vol = get_ldnumber(path); - if (vol < 0) return FR_INVALID_DRIVE; - - /* Check if the filesystem object is valid or not */ - fs = FatFs[vol]; /* Get pointer to the filesystem object */ - if (!fs) return FR_NOT_ENABLED; /* Is the filesystem object available? */ -#if FF_FS_REENTRANT - if (!lock_fs(fs)) return FR_TIMEOUT; /* Lock the volume */ -#endif - *rfs = fs; /* Return pointer to the filesystem object */ - - mode &= (BYTE)~FA_READ; /* Desired access mode, write access or not */ - if (fs->fs_type != 0) { /* If the volume has been mounted */ - stat = disk_status(fs->pdrv); - if (!(stat & STA_NOINIT)) { /* and the physical drive is kept initialized */ - if (!FF_FS_READONLY && mode && (stat & STA_PROTECT)) { /* Check write protection if needed */ - return FR_WRITE_PROTECTED; - } - return FR_OK; /* The filesystem object is valid */ - } - } - - /* The filesystem object is not valid. */ - /* Following code attempts to mount the volume. (analyze BPB and initialize the filesystem object) */ - - fs->fs_type = 0; /* Clear the filesystem object */ - fs->pdrv = LD2PD(vol); /* Bind the logical drive and a physical drive */ - stat = disk_initialize(fs->pdrv); /* Initialize the physical drive */ - if (stat & STA_NOINIT) { /* Check if the initialization succeeded */ - return FR_NOT_READY; /* Failed to initialize due to no medium or hard error */ - } - if (!FF_FS_READONLY && mode && (stat & STA_PROTECT)) { /* Check disk write protection if needed */ - return FR_WRITE_PROTECTED; - } -#if FF_MAX_SS != FF_MIN_SS /* Get sector size (multiple sector size cfg only) */ - if (disk_ioctl(fs->pdrv, GET_SECTOR_SIZE, &SS(fs)) != RES_OK) return FR_DISK_ERR; - if (SS(fs) > FF_MAX_SS || SS(fs) < FF_MIN_SS || (SS(fs) & (SS(fs) - 1))) return FR_DISK_ERR; -#endif - - /* Find an FAT partition on the drive. Supports only generic partitioning rules, FDISK and SFD. */ - bsect = 0; - fmt = check_fs(fs, bsect); /* Load sector 0 and check if it is an FAT-VBR as SFD */ - if (fmt == 2 || (fmt < 2 && LD2PT(vol) != 0)) { /* Not an FAT-VBR or forced partition number */ - for (i = 0; i < 4; i++) { /* Get partition offset */ - pt = fs->win + (MBR_Table + i * SZ_PTE); - br[i] = pt[PTE_System] ? ld_dword(pt + PTE_StLba) : 0; - } - i = LD2PT(vol); /* Partition number: 0:auto, 1-4:forced */ - if (i != 0) i--; - do { /* Find an FAT volume */ - bsect = br[i]; - fmt = bsect ? check_fs(fs, bsect) : 3; /* Check the partition */ - } while (LD2PT(vol) == 0 && fmt >= 2 && ++i < 4); - } - if (fmt == 4) return FR_DISK_ERR; /* An error occurred in the disk I/O layer */ - if (fmt >= 2) return FR_NO_FILESYSTEM; /* No FAT volume is found */ - - /* An FAT volume is found (bsect). Following code initializes the filesystem object */ - -#if FF_FS_EXFAT - if (fmt == 1) { - QWORD maxlba; - - for (i = BPB_ZeroedEx; i < BPB_ZeroedEx + 53 && fs->win[i] == 0; i++) ; /* Check zero filler */ - if (i < BPB_ZeroedEx + 53) return FR_NO_FILESYSTEM; - - if (ld_word(fs->win + BPB_FSVerEx) != 0x100) return FR_NO_FILESYSTEM; /* Check exFAT version (must be version 1.0) */ - - if (1 << fs->win[BPB_BytsPerSecEx] != SS(fs)) { /* (BPB_BytsPerSecEx must be equal to the physical sector size) */ - return FR_NO_FILESYSTEM; - } - - maxlba = ld_qword(fs->win + BPB_TotSecEx) + bsect; /* Last LBA + 1 of the volume */ - if (maxlba >= 0x100000000) return FR_NO_FILESYSTEM; /* (It cannot be handled in 32-bit LBA) */ - - fs->fsize = ld_dword(fs->win + BPB_FatSzEx); /* Number of sectors per FAT */ - - fs->n_fats = fs->win[BPB_NumFATsEx]; /* Number of FATs */ - if (fs->n_fats != 1) return FR_NO_FILESYSTEM; /* (Supports only 1 FAT) */ - - fs->csize = 1 << fs->win[BPB_SecPerClusEx]; /* Cluster size */ - if (fs->csize == 0) return FR_NO_FILESYSTEM; /* (Must be 1..32768) */ - - nclst = ld_dword(fs->win + BPB_NumClusEx); /* Number of clusters */ - if (nclst > MAX_EXFAT) return FR_NO_FILESYSTEM; /* (Too many clusters) */ - fs->n_fatent = nclst + 2; - - /* Boundaries and Limits */ - fs->volbase = bsect; - fs->database = bsect + ld_dword(fs->win + BPB_DataOfsEx); - fs->fatbase = bsect + ld_dword(fs->win + BPB_FatOfsEx); - if (maxlba < (QWORD)fs->database + nclst * fs->csize) return FR_NO_FILESYSTEM; /* (Volume size must not be smaller than the size required) */ - fs->dirbase = ld_dword(fs->win + BPB_RootClusEx); - - /* Check if bitmap location is in assumption (at the first cluster) */ - if (move_window(fs, clst2sect(fs, fs->dirbase)) != FR_OK) return FR_DISK_ERR; - for (i = 0; i < SS(fs); i += SZDIRE) { - if (fs->win[i] == 0x81 && ld_dword(fs->win + i + 20) == 2) break; /* 81 entry with cluster #2? */ - } - if (i == SS(fs)) return FR_NO_FILESYSTEM; -#if !FF_FS_READONLY - fs->last_clst = fs->free_clst = 0xFFFFFFFF; /* Initialize cluster allocation information */ -#endif - fmt = FS_EXFAT; /* FAT sub-type */ - } else -#endif /* FF_FS_EXFAT */ - { - if (ld_word(fs->win + BPB_BytsPerSec) != SS(fs)) return FR_NO_FILESYSTEM; /* (BPB_BytsPerSec must be equal to the physical sector size) */ - - fasize = ld_word(fs->win + BPB_FATSz16); /* Number of sectors per FAT */ - if (fasize == 0) fasize = ld_dword(fs->win + BPB_FATSz32); - fs->fsize = fasize; - - fs->n_fats = fs->win[BPB_NumFATs]; /* Number of FATs */ - if (fs->n_fats != 1 && fs->n_fats != 2) return FR_NO_FILESYSTEM; /* (Must be 1 or 2) */ - fasize *= fs->n_fats; /* Number of sectors for FAT area */ - - fs->csize = fs->win[BPB_SecPerClus]; /* Cluster size */ - if (fs->csize == 0 || (fs->csize & (fs->csize - 1))) return FR_NO_FILESYSTEM; /* (Must be power of 2) */ - - fs->n_rootdir = ld_word(fs->win + BPB_RootEntCnt); /* Number of root directory entries */ - if (fs->n_rootdir % (SS(fs) / SZDIRE)) return FR_NO_FILESYSTEM; /* (Must be sector aligned) */ - - tsect = ld_word(fs->win + BPB_TotSec16); /* Number of sectors on the volume */ - if (tsect == 0) tsect = ld_dword(fs->win + BPB_TotSec32); - - nrsv = ld_word(fs->win + BPB_RsvdSecCnt); /* Number of reserved sectors */ - if (nrsv == 0) return FR_NO_FILESYSTEM; /* (Must not be 0) */ - - /* Determine the FAT sub type */ - sysect = nrsv + fasize + fs->n_rootdir / (SS(fs) / SZDIRE); /* RSV + FAT + DIR */ - if (tsect < sysect) return FR_NO_FILESYSTEM; /* (Invalid volume size) */ - nclst = (tsect - sysect) / fs->csize; /* Number of clusters */ - if (nclst == 0) return FR_NO_FILESYSTEM; /* (Invalid volume size) */ - fmt = 0; - if (nclst <= MAX_FAT32) fmt = FS_FAT32; - if (nclst <= MAX_FAT16) fmt = FS_FAT16; - if (nclst <= MAX_FAT12) fmt = FS_FAT12; - if (fmt == 0) return FR_NO_FILESYSTEM; - - /* Boundaries and Limits */ - fs->n_fatent = nclst + 2; /* Number of FAT entries */ - fs->volbase = bsect; /* Volume start sector */ - fs->fatbase = bsect + nrsv; /* FAT start sector */ - fs->database = bsect + sysect; /* Data start sector */ - if (fmt == FS_FAT32) { - if (ld_word(fs->win + BPB_FSVer32) != 0) return FR_NO_FILESYSTEM; /* (Must be FAT32 revision 0.0) */ - if (fs->n_rootdir != 0) return FR_NO_FILESYSTEM; /* (BPB_RootEntCnt must be 0) */ - fs->dirbase = ld_dword(fs->win + BPB_RootClus32); /* Root directory start cluster */ - szbfat = fs->n_fatent * 4; /* (Needed FAT size) */ - } else { - if (fs->n_rootdir == 0) return FR_NO_FILESYSTEM; /* (BPB_RootEntCnt must not be 0) */ - fs->dirbase = fs->fatbase + fasize; /* Root directory start sector */ - szbfat = (fmt == FS_FAT16) ? /* (Needed FAT size) */ - fs->n_fatent * 2 : fs->n_fatent * 3 / 2 + (fs->n_fatent & 1); - } - if (fs->fsize < (szbfat + (SS(fs) - 1)) / SS(fs)) return FR_NO_FILESYSTEM; /* (BPB_FATSz must not be less than the size needed) */ - -#if !FF_FS_READONLY - /* Get FSInfo if available */ - fs->last_clst = fs->free_clst = 0xFFFFFFFF; /* Initialize cluster allocation information */ - fs->fsi_flag = 0x80; -#if (FF_FS_NOFSINFO & 3) != 3 - if (fmt == FS_FAT32 /* Allow to update FSInfo only if BPB_FSInfo32 == 1 */ - && ld_word(fs->win + BPB_FSInfo32) == 1 - && move_window(fs, bsect + 1) == FR_OK) - { - fs->fsi_flag = 0; - if (ld_word(fs->win + BS_55AA) == 0xAA55 /* Load FSInfo data if available */ - && ld_dword(fs->win + FSI_LeadSig) == 0x41615252 - && ld_dword(fs->win + FSI_StrucSig) == 0x61417272) - { -#if (FF_FS_NOFSINFO & 1) == 0 - fs->free_clst = ld_dword(fs->win + FSI_Free_Count); -#endif -#if (FF_FS_NOFSINFO & 2) == 0 - fs->last_clst = ld_dword(fs->win + FSI_Nxt_Free); -#endif - } - } -#endif /* (FF_FS_NOFSINFO & 3) != 3 */ -#endif /* !FF_FS_READONLY */ - } - - fs->fs_type = fmt; /* FAT sub-type */ - fs->id = ++Fsid; /* Volume mount ID */ -#if FF_USE_LFN == 1 - fs->lfnbuf = LfnBuf; /* Static LFN working buffer */ -#if FF_FS_EXFAT - fs->dirbuf = DirBuf; /* Static directory block scratchpad buuffer */ -#endif -#endif -#if FF_FS_RPATH != 0 - fs->cdir = 0; /* Initialize current directory */ -#endif -#if FF_FS_LOCK != 0 /* Clear file lock semaphores */ - clear_lock(fs); -#endif - return FR_OK; -} - - - - -/*-----------------------------------------------------------------------*/ -/* Check if the file/directory object is valid or not */ -/*-----------------------------------------------------------------------*/ - -static FRESULT validate ( /* Returns FR_OK or FR_INVALID_OBJECT */ - FFOBJID* obj, /* Pointer to the FFOBJID, the 1st member in the FIL/DIR object, to check validity */ - FATFS** rfs /* Pointer to pointer to the owner filesystem object to return */ -) -{ - FRESULT res = FR_INVALID_OBJECT; - - - if (obj && obj->fs && obj->fs->fs_type && obj->id == obj->fs->id) { /* Test if the object is valid */ -#if FF_FS_REENTRANT - if (lock_fs(obj->fs)) { /* Obtain the filesystem object */ - if (!(disk_status(obj->fs->pdrv) & STA_NOINIT)) { /* Test if the phsical drive is kept initialized */ - res = FR_OK; - } else { - unlock_fs(obj->fs, FR_OK); - } - } else { - res = FR_TIMEOUT; - } -#else - if (!(disk_status(obj->fs->pdrv) & STA_NOINIT)) { /* Test if the phsical drive is kept initialized */ - res = FR_OK; - } -#endif - } - *rfs = (res == FR_OK) ? obj->fs : 0; /* Corresponding filesystem object */ - return res; -} - - - - -/*--------------------------------------------------------------------------- - - Public Functions (FatFs API) - -----------------------------------------------------------------------------*/ - - - -/*-----------------------------------------------------------------------*/ -/* Mount/Unmount a Logical Drive */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_mount ( - FATFS* fs, /* Pointer to the filesystem object (NULL:unmount)*/ - const TCHAR* path, /* Logical drive number to be mounted/unmounted */ - BYTE opt /* Mode option 0:Do not mount (delayed mount), 1:Mount immediately */ -) -{ - FATFS *cfs; - int vol; - FRESULT res = FR_DISK_ERR; - const TCHAR *rp = path; - - - /* Get logical drive number */ - vol = get_ldnumber(&rp); - if (vol < 0) return FR_INVALID_DRIVE; - cfs = FatFs[vol]; /* Pointer to fs object */ - - if (cfs) { -#if FF_FS_LOCK != 0 - clear_lock(cfs); -#endif -#if FF_FS_REENTRANT /* Discard sync object of the current volume */ - if (!ff_del_syncobj(cfs->sobj)) return FR_INT_ERR; -#endif - cfs->fs_type = 0; /* Clear old fs object */ - } - - if (fs) { - fs->fs_type = 0; /* Clear new fs object */ -#if FF_FS_REENTRANT /* Create sync object for the new volume */ - if (!ff_cre_syncobj((BYTE)vol, &fs->sobj)) return FR_INT_ERR; -#endif - } - FatFs[vol] = fs; /* Register new fs object */ - - if (opt == 0) return FR_OK; /* Do not mount now, it will be mounted later */ - - res = find_volume(&path, &fs, 0); /* Force mounted the volume */ - LEAVE_FF(fs, res); -} - - - - -/*-----------------------------------------------------------------------*/ -/* Open or Create a File */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_open ( - FIL* fp, /* Pointer to the blank file object */ - const TCHAR* path, /* Pointer to the file name */ - BYTE mode /* Access mode and file open mode flags */ -) -{ - FRESULT res = FR_DISK_ERR; - DIR dj = {0}; - FATFS *fs; -#if !FF_FS_READONLY - DWORD dw, cl, bcs, clst, sc; - FSIZE_t ofs; -#endif - DEF_NAMBUF - - - if (!fp) return FR_INVALID_OBJECT; - - /* Get logical drive number */ - mode &= FF_FS_READONLY ? FA_READ : FA_READ | FA_WRITE | FA_CREATE_ALWAYS | FA_CREATE_NEW | FA_OPEN_ALWAYS | FA_OPEN_APPEND; - res = find_volume(&path, &fs, mode); - if (res == FR_OK) { - dj.obj.fs = fs; - INIT_NAMBUF(fs); - res = follow_path(&dj, path); /* Follow the file path */ -#if !FF_FS_READONLY /* Read/Write configuration */ - if (res == FR_OK) { - if (dj.fn[NSFLAG] & NS_NONAME) { /* Origin directory itself? */ - res = FR_INVALID_NAME; - } -#if FF_FS_LOCK != 0 - else { - res = chk_lock(&dj, (mode & ~FA_READ) ? 1 : 0); /* Check if the file can be used */ - } -#endif - } - /* Create or Open a file */ - if (mode & (FA_CREATE_ALWAYS | FA_OPEN_ALWAYS | FA_CREATE_NEW)) { - if (res != FR_OK) { /* No file, create new */ - if (res == FR_NO_FILE) { /* There is no file to open, create a new entry */ -#if FF_FS_LOCK != 0 - res = enq_lock() ? dir_register(&dj) : FR_TOO_MANY_OPEN_FILES; -#else - res = dir_register(&dj); -#endif - } - mode |= FA_CREATE_ALWAYS; /* File is created */ - } - else { /* Any object with the same name is already existing */ - if (dj.obj.attr & (AM_RDO | AM_DIR)) { /* Cannot overwrite it (R/O or DIR) */ - res = FR_DENIED; - } else { - if (mode & FA_CREATE_NEW) res = FR_EXIST; /* Cannot create as new file */ - } - } - if (res == FR_OK && (mode & FA_CREATE_ALWAYS)) { /* Truncate the file if overwrite mode */ -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { - /* Get current allocation info */ - fp->obj.fs = fs; - init_alloc_info(fs, &fp->obj); - /* Set directory entry block initial state */ - mem_set(fs->dirbuf + 2, 0, 30); /* Clear 85 entry except for NumSec */ - mem_set(fs->dirbuf + 38, 0, 26); /* Clear C0 entry except for NumName and NameHash */ - fs->dirbuf[XDIR_Attr] = AM_ARC; - st_dword(fs->dirbuf + XDIR_CrtTime, GET_FATTIME()); - fs->dirbuf[XDIR_GenFlags] = 1; - res = store_xdir(&dj); - if (res == FR_OK && fp->obj.sclust != 0) { /* Remove the cluster chain if exist */ - res = remove_chain(&fp->obj, fp->obj.sclust, 0); - fs->last_clst = fp->obj.sclust - 1; /* Reuse the cluster hole */ - } - } else -#endif - { - /* Set directory entry initial state */ - cl = ld_clust(fs, dj.dir); /* Get current cluster chain */ - st_dword(dj.dir + DIR_CrtTime, GET_FATTIME()); /* Set created time */ - dj.dir[DIR_Attr] = AM_ARC; /* Reset attribute */ - st_clust(fs, dj.dir, 0); /* Reset file allocation info */ - st_dword(dj.dir + DIR_FileSize, 0); - fs->wflag = 1; - if (cl != 0) { /* Remove the cluster chain if exist */ - dw = fs->winsect; - res = remove_chain(&dj.obj, cl, 0); - if (res == FR_OK) { - res = move_window(fs, dw); - fs->last_clst = cl - 1; /* Reuse the cluster hole */ - } - } - } - } - } - else { /* Open an existing file */ - if (res == FR_OK) { /* Is the object existing? */ - if (dj.obj.attr & AM_DIR) { /* File open against a directory */ - res = FR_NO_FILE; - } else { - if ((mode & FA_WRITE) && (dj.obj.attr & AM_RDO)) { /* Write mode open against R/O file */ - res = FR_DENIED; - } - } - } - } - if (res == FR_OK) { - if (mode & FA_CREATE_ALWAYS) mode |= FA_MODIFIED; /* Set file change flag if created or overwritten */ - fp->dir_sect = fs->winsect; /* Pointer to the directory entry */ - fp->dir_ptr = dj.dir; -#if FF_FS_LOCK != 0 - fp->obj.lockid = inc_lock(&dj, (mode & ~FA_READ) ? 1 : 0); /* Lock the file for this session */ - if (fp->obj.lockid == 0) res = FR_INT_ERR; -#endif - } -#else /* R/O configuration */ - if (res == FR_OK) { - if (dj.fn[NSFLAG] & NS_NONAME) { /* Is it origin directory itself? */ - res = FR_INVALID_NAME; - } else { - if (dj.obj.attr & AM_DIR) { /* Is it a directory? */ - res = FR_NO_FILE; - } - } - } -#endif - - if (res == FR_OK) { -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { - fp->obj.c_scl = dj.obj.sclust; /* Get containing directory info */ - fp->obj.c_size = ((DWORD)dj.obj.objsize & 0xFFFFFF00) | dj.obj.stat; - fp->obj.c_ofs = dj.blk_ofs; - init_alloc_info(fs, &fp->obj); - } else -#endif - { - fp->obj.sclust = ld_clust(fs, dj.dir); /* Get object allocation info */ - fp->obj.objsize = ld_dword(dj.dir + DIR_FileSize); - } -#if FF_USE_FASTSEEK - fp->cltbl = 0; /* Disable fast seek mode */ -#endif - fp->obj.fs = fs; /* Validate the file object */ - fp->obj.id = fs->id; - fp->flag = mode; /* Set file access mode */ - fp->err = 0; /* Clear error flag */ - fp->sect = 0; /* Invalidate current data sector */ - fp->fptr = 0; /* Set file pointer top of the file */ -#if !FF_FS_READONLY -#if !FF_FS_TINY - mem_set(fp->buf, 0, FF_MAX_SS); /* Clear sector buffer */ -#endif - if ((mode & FA_SEEKEND) && fp->obj.objsize > 0) { /* Seek to end of file if FA_OPEN_APPEND is specified */ - fp->fptr = fp->obj.objsize; /* Offset to seek */ - bcs = (DWORD)fs->csize * SS(fs); /* Cluster size in byte */ - clst = fp->obj.sclust; /* Follow the cluster chain */ - for (ofs = fp->obj.objsize; res == FR_OK && ofs > bcs; ofs -= bcs) { - clst = get_fat(&fp->obj, clst); - if (clst <= 1) res = FR_INT_ERR; - if (clst == 0xFFFFFFFF) res = FR_DISK_ERR; - } - fp->clust = clst; - if (res == FR_OK && ofs % SS(fs)) { /* Fill sector buffer if not on the sector boundary */ - if ((sc = clst2sect(fs, clst)) == 0) { - res = FR_INT_ERR; - } else { - fp->sect = sc + (DWORD)(ofs / SS(fs)); -#if !FF_FS_TINY - if (disk_read(fs->pdrv, fp->buf, fp->sect, 1) != RES_OK) res = FR_DISK_ERR; -#endif - } - } - } -#endif - } - - FREE_NAMBUF(); - } - - if (res != FR_OK) fp->obj.fs = 0; /* Invalidate file object on error */ - - LEAVE_FF(fs, res); -} - - - - -/*-----------------------------------------------------------------------*/ -/* Read File */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_read ( - FIL* fp, /* Pointer to the file object */ - void* buff, /* Pointer to data buffer */ - UINT btr, /* Number of bytes to read */ - UINT* br /* Pointer to number of bytes read */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs; - DWORD clst, sect; - FSIZE_t remain; - UINT rcnt, cc, csect; - BYTE *rbuff = (BYTE*)buff; - - - *br = 0; /* Clear read byte counter */ - res = validate(&fp->obj, &fs); /* Check validity of the file object */ - if (res != FR_OK || (res = (FRESULT)fp->err) != FR_OK) LEAVE_FF(fs, res); /* Check validity */ - if (!(fp->flag & FA_READ)) LEAVE_FF(fs, FR_DENIED); /* Check access mode */ - remain = fp->obj.objsize - fp->fptr; - if (btr > remain) btr = (UINT)remain; /* Truncate btr by remaining bytes */ - - for ( ; btr; /* Repeat until btr bytes read */ - btr -= rcnt, *br += rcnt, rbuff += rcnt, fp->fptr += rcnt) { - if (fp->fptr % SS(fs) == 0) { /* On the sector boundary? */ - csect = (UINT)(fp->fptr / SS(fs) & (fs->csize - 1)); /* Sector offset in the cluster */ - if (csect == 0) { /* On the cluster boundary? */ - if (fp->fptr == 0) { /* On the top of the file? */ - clst = fp->obj.sclust; /* Follow cluster chain from the origin */ - } else { /* Middle or end of the file */ -#if FF_USE_FASTSEEK - if (fp->cltbl) { - clst = clmt_clust(fp, fp->fptr); /* Get cluster# from the CLMT */ - } else -#endif - { - clst = get_fat(&fp->obj, fp->clust); /* Follow cluster chain on the FAT */ - } - } - if (clst < 2) ABORT(fs, FR_INT_ERR); - if (clst == 0xFFFFFFFF) ABORT(fs, FR_DISK_ERR); - fp->clust = clst; /* Update current cluster */ - } - sect = clst2sect(fs, fp->clust); /* Get current sector */ - if (sect == 0) ABORT(fs, FR_INT_ERR); - sect += csect; - cc = btr / SS(fs); /* When remaining bytes >= sector size, */ - if (cc > 0) { /* Read maximum contiguous sectors directly */ - if (csect + cc > fs->csize) { /* Clip at cluster boundary */ - cc = fs->csize - csect; - } - if (disk_read(fs->pdrv, rbuff, sect, cc) != RES_OK) ABORT(fs, FR_DISK_ERR); -#if !FF_FS_READONLY && FF_FS_MINIMIZE <= 2 /* Replace one of the read sectors with cached data if it contains a dirty sector */ -#if FF_FS_TINY - if (fs->wflag && fs->winsect - sect < cc) { - mem_cpy(rbuff + ((fs->winsect - sect) * SS(fs)), fs->win, SS(fs)); - } -#else - if ((fp->flag & FA_DIRTY) && fp->sect - sect < cc) { - mem_cpy(rbuff + ((fp->sect - sect) * SS(fs)), fp->buf, SS(fs)); - } -#endif -#endif - rcnt = SS(fs) * cc; /* Number of bytes transferred */ - continue; - } -#if !FF_FS_TINY - if (fp->sect != sect) { /* Load data sector if not in cache */ -#if !FF_FS_READONLY - if (fp->flag & FA_DIRTY) { /* Write-back dirty sector cache */ - if (disk_write(fs->pdrv, fp->buf, fp->sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); - fp->flag &= (BYTE)~FA_DIRTY; - } -#endif - if (disk_read(fs->pdrv, fp->buf, sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); /* Fill sector cache */ - } -#endif - fp->sect = sect; - } - rcnt = SS(fs) - (UINT)fp->fptr % SS(fs); /* Number of bytes left in the sector */ - if (rcnt > btr) rcnt = btr; /* Clip it by btr if needed */ -#if FF_FS_TINY - if (move_window(fs, fp->sect) != FR_OK) ABORT(fs, FR_DISK_ERR); /* Move sector window */ - mem_cpy(rbuff, fs->win + fp->fptr % SS(fs), rcnt); /* Extract partial sector */ -#else - mem_cpy(rbuff, fp->buf + fp->fptr % SS(fs), rcnt); /* Extract partial sector */ -#endif - } - - LEAVE_FF(fs, FR_OK); -} - - - - -#if !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* Write File */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_write ( - FIL* fp, /* Pointer to the file object */ - const void* buff, /* Pointer to the data to be written */ - UINT btw, /* Number of bytes to write */ - UINT* bw /* Pointer to number of bytes written */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs; - DWORD clst, sect; - UINT wcnt, cc, csect; - const BYTE *wbuff = (const BYTE*)buff; - - - *bw = 0; /* Clear write byte counter */ - res = validate(&fp->obj, &fs); /* Check validity of the file object */ - if (res != FR_OK || (res = (FRESULT)fp->err) != FR_OK) LEAVE_FF(fs, res); /* Check validity */ - if (!(fp->flag & FA_WRITE)) LEAVE_FF(fs, FR_DENIED); /* Check access mode */ - - /* Check fptr wrap-around (file size cannot reach 4 GiB at FAT volume) */ - if ((!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) && (DWORD)(fp->fptr + btw) < (DWORD)fp->fptr) { - btw = (UINT)(0xFFFFFFFF - (DWORD)fp->fptr); - } - - for ( ; btw; /* Repeat until all data written */ - btw -= wcnt, *bw += wcnt, wbuff += wcnt, fp->fptr += wcnt, fp->obj.objsize = (fp->fptr > fp->obj.objsize) ? fp->fptr : fp->obj.objsize) { - if (fp->fptr % SS(fs) == 0) { /* On the sector boundary? */ - csect = (UINT)(fp->fptr / SS(fs)) & (fs->csize - 1); /* Sector offset in the cluster */ - if (csect == 0) { /* On the cluster boundary? */ - if (fp->fptr == 0) { /* On the top of the file? */ - clst = fp->obj.sclust; /* Follow from the origin */ - if (clst == 0) { /* If no cluster is allocated, */ - clst = create_chain(&fp->obj, 0); /* create a new cluster chain */ - } - } else { /* On the middle or end of the file */ -#if FF_USE_FASTSEEK - if (fp->cltbl) { - clst = clmt_clust(fp, fp->fptr); /* Get cluster# from the CLMT */ - } else -#endif - { - clst = create_chain(&fp->obj, fp->clust); /* Follow or stretch cluster chain on the FAT */ - } - } - if (clst == 0) break; /* Could not allocate a new cluster (disk full) */ - if (clst == 1) ABORT(fs, FR_INT_ERR); - if (clst == 0xFFFFFFFF) ABORT(fs, FR_DISK_ERR); - fp->clust = clst; /* Update current cluster */ - if (fp->obj.sclust == 0) fp->obj.sclust = clst; /* Set start cluster if the first write */ - } -#if FF_FS_TINY - if (fs->winsect == fp->sect && sync_window(fs) != FR_OK) ABORT(fs, FR_DISK_ERR); /* Write-back sector cache */ -#else - if (fp->flag & FA_DIRTY) { /* Write-back sector cache */ - if (disk_write(fs->pdrv, fp->buf, fp->sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); - fp->flag &= (BYTE)~FA_DIRTY; - } -#endif - sect = clst2sect(fs, fp->clust); /* Get current sector */ - if (sect == 0) ABORT(fs, FR_INT_ERR); - sect += csect; - cc = btw / SS(fs); /* When remaining bytes >= sector size, */ - if (cc > 0) { /* Write maximum contiguous sectors directly */ - if (csect + cc > fs->csize) { /* Clip at cluster boundary */ - cc = fs->csize - csect; - } - if (disk_write(fs->pdrv, wbuff, sect, cc) != RES_OK) ABORT(fs, FR_DISK_ERR); -#if FF_FS_MINIMIZE <= 2 -#if FF_FS_TINY - if (fs->winsect - sect < cc) { /* Refill sector cache if it gets invalidated by the direct write */ - mem_cpy(fs->win, wbuff + ((fs->winsect - sect) * SS(fs)), SS(fs)); - fs->wflag = 0; - } -#else - if (fp->sect - sect < cc) { /* Refill sector cache if it gets invalidated by the direct write */ - mem_cpy(fp->buf, wbuff + ((fp->sect - sect) * SS(fs)), SS(fs)); - fp->flag &= (BYTE)~FA_DIRTY; - } -#endif -#endif - wcnt = SS(fs) * cc; /* Number of bytes transferred */ - continue; - } -#if FF_FS_TINY - if (fp->fptr >= fp->obj.objsize) { /* Avoid silly cache filling on the growing edge */ - if (sync_window(fs) != FR_OK) ABORT(fs, FR_DISK_ERR); - fs->winsect = sect; - } -#else - if (fp->sect != sect && /* Fill sector cache with file data */ - fp->fptr < fp->obj.objsize && - disk_read(fs->pdrv, fp->buf, sect, 1) != RES_OK) { - ABORT(fs, FR_DISK_ERR); - } -#endif - fp->sect = sect; - } - wcnt = SS(fs) - (UINT)fp->fptr % SS(fs); /* Number of bytes left in the sector */ - if (wcnt > btw) wcnt = btw; /* Clip it by btw if needed */ -#if FF_FS_TINY - if (move_window(fs, fp->sect) != FR_OK) ABORT(fs, FR_DISK_ERR); /* Move sector window */ - mem_cpy(fs->win + fp->fptr % SS(fs), wbuff, wcnt); /* Fit data to the sector */ - fs->wflag = 1; -#else - mem_cpy(fp->buf + fp->fptr % SS(fs), wbuff, wcnt); /* Fit data to the sector */ - fp->flag |= FA_DIRTY; -#endif - } - - fp->flag |= FA_MODIFIED; /* Set file change flag */ - - LEAVE_FF(fs, FR_OK); -} - - - - -/*-----------------------------------------------------------------------*/ -/* Synchronize the File */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_sync ( - FIL* fp /* Pointer to the file object */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs; - DWORD tm; - BYTE *dir; - - - res = validate(&fp->obj, &fs); /* Check validity of the file object */ - if (res == FR_OK) { - if (fp->flag & FA_MODIFIED) { /* Is there any change to the file? */ -#if !FF_FS_TINY - if (fp->flag & FA_DIRTY) { /* Write-back cached data if needed */ - if (disk_write(fs->pdrv, fp->buf, fp->sect, 1) != RES_OK) LEAVE_FF(fs, FR_DISK_ERR); - fp->flag &= (BYTE)~FA_DIRTY; - } -#endif - /* Update the directory entry */ - tm = GET_FATTIME(); /* Modified time */ -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { - res = fill_first_frag(&fp->obj); /* Fill first fragment on the FAT if needed */ - if (res == FR_OK) { - res = fill_last_frag(&fp->obj, fp->clust, 0xFFFFFFFF); /* Fill last fragment on the FAT if needed */ - } - if (res == FR_OK) { - DIR dj; - DEF_NAMBUF - - INIT_NAMBUF(fs); - res = load_obj_xdir(&dj, &fp->obj); /* Load directory entry block */ - if (res == FR_OK) { - fs->dirbuf[XDIR_Attr] |= AM_ARC; /* Set archive attribute to indicate that the file has been changed */ - fs->dirbuf[XDIR_GenFlags] = fp->obj.stat | 1; /* Update file allocation information */ - st_dword(fs->dirbuf + XDIR_FstClus, fp->obj.sclust); - st_qword(fs->dirbuf + XDIR_FileSize, fp->obj.objsize); - st_qword(fs->dirbuf + XDIR_ValidFileSize, fp->obj.objsize); - st_dword(fs->dirbuf + XDIR_ModTime, tm); /* Update modified time */ - fs->dirbuf[XDIR_ModTime10] = 0; - st_dword(fs->dirbuf + XDIR_AccTime, 0); - res = store_xdir(&dj); /* Restore it to the directory */ - if (res == FR_OK) { - res = sync_fs(fs); - fp->flag &= (BYTE)~FA_MODIFIED; - } - } - FREE_NAMBUF(); - } - } else -#endif - { - res = move_window(fs, fp->dir_sect); - if (res == FR_OK) { - dir = fp->dir_ptr; - dir[DIR_Attr] |= AM_ARC; /* Set archive attribute to indicate that the file has been changed */ - st_clust(fp->obj.fs, dir, fp->obj.sclust); /* Update file allocation information */ - st_dword(dir + DIR_FileSize, (DWORD)fp->obj.objsize); /* Update file size */ - st_dword(dir + DIR_ModTime, tm); /* Update modified time */ - st_word(dir + DIR_LstAccDate, 0); - fs->wflag = 1; - res = sync_fs(fs); /* Restore it to the directory */ - fp->flag &= (BYTE)~FA_MODIFIED; - } - } - } - } - - LEAVE_FF(fs, res); -} - -#endif /* !FF_FS_READONLY */ - - - - -/*-----------------------------------------------------------------------*/ -/* Close File */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_close ( - FIL* fp /* Pointer to the file object to be closed */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs; - -#if !FF_FS_READONLY - res = f_sync(fp); /* Flush cached data */ - if (res == FR_OK) -#endif - { - res = validate(&fp->obj, &fs); /* Lock volume */ - if (res == FR_OK) { -#if FF_FS_LOCK != 0 - res = dec_lock(fp->obj.lockid); /* Decrement file open counter */ - if (res == FR_OK) fp->obj.fs = 0; /* Invalidate file object */ -#else - fp->obj.fs = 0; /* Invalidate file object */ -#endif -#if FF_FS_REENTRANT - unlock_fs(fs, FR_OK); /* Unlock volume */ -#endif - } - } - return res; -} - - - - -#if FF_FS_RPATH >= 1 -/*-----------------------------------------------------------------------*/ -/* Change Current Directory or Current Drive, Get Current Directory */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_chdrive ( - const TCHAR* path /* Drive number to set */ -) -{ - int vol; - - - /* Get logical drive number */ - vol = get_ldnumber(&path); - if (vol < 0) return FR_INVALID_DRIVE; - CurrVol = (BYTE)vol; /* Set it as current volume */ - - return FR_OK; -} - - - -FRESULT f_chdir ( - const TCHAR* path /* Pointer to the directory path */ -) -{ -#if FF_STR_VOLUME_ID == 2 - UINT i; -#endif - FRESULT res = FR_DISK_ERR; - DIR dj; - FATFS *fs; - DEF_NAMBUF - - - /* Get logical drive */ - res = find_volume(&path, &fs, 0); - if (res == FR_OK) { - dj.obj.fs = fs; - INIT_NAMBUF(fs); - res = follow_path(&dj, path); /* Follow the path */ - if (res == FR_OK) { /* Follow completed */ - if (dj.fn[NSFLAG] & NS_NONAME) { /* Is it the start directory itself? */ - fs->cdir = dj.obj.sclust; -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { - fs->cdc_scl = dj.obj.c_scl; - fs->cdc_size = dj.obj.c_size; - fs->cdc_ofs = dj.obj.c_ofs; - } -#endif - } else { - if (dj.obj.attr & AM_DIR) { /* It is a sub-directory */ -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { - fs->cdir = ld_dword(fs->dirbuf + XDIR_FstClus); /* Sub-directory cluster */ - fs->cdc_scl = dj.obj.sclust; /* Save containing directory information */ - fs->cdc_size = ((DWORD)dj.obj.objsize & 0xFFFFFF00) | dj.obj.stat; - fs->cdc_ofs = dj.blk_ofs; - } else -#endif - { - fs->cdir = ld_clust(fs, dj.dir); /* Sub-directory cluster */ - } - } else { - res = FR_NO_PATH; /* Reached but a file */ - } - } - } - FREE_NAMBUF(); - if (res == FR_NO_FILE) res = FR_NO_PATH; -#if FF_STR_VOLUME_ID == 2 /* Also current drive is changed at Unix style volume ID */ - if (res == FR_OK) { - for (i = FF_VOLUMES - 1; i && fs != FatFs[i]; i--) ; /* Set current drive */ - CurrVol = (BYTE)i; - } -#endif - } - - LEAVE_FF(fs, res); -} - - -#if FF_FS_RPATH >= 2 -FRESULT f_getcwd ( - TCHAR* buff, /* Pointer to the directory path */ - UINT len /* Size of buff in unit of TCHAR */ -) -{ - FRESULT res = FR_DISK_ERR; - DIR dj; - FATFS *fs; - UINT i, n; - DWORD ccl; - TCHAR *tp = buff; -#if FF_VOLUMES >= 2 - UINT vl; -#endif -#if FF_STR_VOLUME_ID - const char *vp; -#endif - FILINFO fno; - DEF_NAMBUF - - - /* Get logical drive */ - buff[0] = 0; /* Set null string to get current volume */ - res = find_volume((const TCHAR**)&buff, &fs, 0); /* Get current volume */ - if (res == FR_OK) { - dj.obj.fs = fs; - INIT_NAMBUF(fs); - - /* Follow parent directories and create the path */ - i = len; /* Bottom of buffer (directory stack base) */ - if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { /* (Cannot do getcwd on exFAT and returns root path) */ - dj.obj.sclust = fs->cdir; /* Start to follow upper directory from current directory */ - while ((ccl = dj.obj.sclust) != 0) { /* Repeat while current directory is a sub-directory */ - res = dir_sdi(&dj, 1 * SZDIRE); /* Get parent directory */ - if (res != FR_OK) break; - res = move_window(fs, dj.sect); - if (res != FR_OK) break; - dj.obj.sclust = ld_clust(fs, dj.dir); /* Goto parent directory */ - res = dir_sdi(&dj, 0); - if (res != FR_OK) break; - do { /* Find the entry links to the child directory */ - res = dir_read_file(&dj); - if (res != FR_OK) break; - if (ccl == ld_clust(fs, dj.dir)) break; /* Found the entry */ - res = dir_next(&dj, 0); - } while (res == FR_OK); - if (res == FR_NO_FILE) res = FR_INT_ERR;/* It cannot be 'not found'. */ - if (res != FR_OK) break; - get_fileinfo(&dj, &fno); /* Get the directory name and push it to the buffer */ - for (n = 0; fno.fname[n]; n++) ; /* Name length */ - if (i < n + 1) { /* Insufficient space to store the path name? */ - res = FR_NOT_ENOUGH_CORE; break; - } - while (n) buff[--i] = fno.fname[--n]; /* Stack the name */ - buff[--i] = '/'; - } - } - if (res == FR_OK) { - if (i == len) buff[--i] = '/'; /* Is it the root-directory? */ -#if FF_VOLUMES >= 2 /* Put drive prefix */ - vl = 0; -#if FF_STR_VOLUME_ID >= 1 /* String volume ID */ - for (n = 0, vp = (const char*)VolumeStr[CurrVol]; vp[n]; n++) ; - if (i >= n + 2) { - if (FF_STR_VOLUME_ID == 2) *tp++ = (TCHAR)'/'; - for (vl = 0; vl < n; *tp++ = (TCHAR)vp[vl], vl++) ; - if (FF_STR_VOLUME_ID == 1) *tp++ = (TCHAR)':'; - vl++; - } -#else /* Numeric volume ID */ - if (i >= 3) { - *tp++ = (TCHAR)'0' + CurrVol; - *tp++ = (TCHAR)':'; - vl = 2; - } -#endif - if (vl == 0) res = FR_NOT_ENOUGH_CORE; -#endif - /* Add current directory path */ - if (res == FR_OK) { - do *tp++ = buff[i++]; while (i < len); /* Copy stacked path string */ - } - } - FREE_NAMBUF(); - } - - *tp = 0; - LEAVE_FF(fs, res); -} - -#endif /* FF_FS_RPATH >= 2 */ -#endif /* FF_FS_RPATH >= 1 */ - - - -#if FF_FS_MINIMIZE <= 2 -/*-----------------------------------------------------------------------*/ -/* Seek File Read/Write Pointer */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_lseek ( - FIL* fp, /* Pointer to the file object */ - FSIZE_t ofs /* File pointer from top of file */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs; - DWORD clst, bcs, nsect; - FSIZE_t ifptr; -#if FF_USE_FASTSEEK - DWORD cl, pcl, ncl, tcl, dsc, tlen, ulen, *tbl; -#endif - - res = validate(&fp->obj, &fs); /* Check validity of the file object */ - if (res == FR_OK) res = (FRESULT)fp->err; -#if FF_FS_EXFAT && !FF_FS_READONLY - if (res == FR_OK && fs->fs_type == FS_EXFAT) { - res = fill_last_frag(&fp->obj, fp->clust, 0xFFFFFFFF); /* Fill last fragment on the FAT if needed */ - } -#endif - if (res != FR_OK) LEAVE_FF(fs, res); - -#if FF_USE_FASTSEEK - if (fp->cltbl) { /* Fast seek */ - if (ofs == CREATE_LINKMAP) { /* Create CLMT */ - tbl = fp->cltbl; - tlen = *tbl++; ulen = 2; /* Given table size and required table size */ - cl = fp->obj.sclust; /* Origin of the chain */ - if (cl != 0) { - do { - /* Get a fragment */ - tcl = cl; ncl = 0; ulen += 2; /* Top, length and used items */ - do { - pcl = cl; ncl++; - cl = get_fat(&fp->obj, cl); - if (cl <= 1) ABORT(fs, FR_INT_ERR); - if (cl == 0xFFFFFFFF) ABORT(fs, FR_DISK_ERR); - } while (cl == pcl + 1); - if (ulen <= tlen) { /* Store the length and top of the fragment */ - *tbl++ = ncl; *tbl++ = tcl; - } - } while (cl < fs->n_fatent); /* Repeat until end of chain */ - } - *fp->cltbl = ulen; /* Number of items used */ - if (ulen <= tlen) { - *tbl = 0; /* Terminate table */ - } else { - res = FR_NOT_ENOUGH_CORE; /* Given table size is smaller than required */ - } - } else { /* Fast seek */ - if (ofs > fp->obj.objsize) ofs = fp->obj.objsize; /* Clip offset at the file size */ - fp->fptr = ofs; /* Set file pointer */ - if (ofs > 0) { - fp->clust = clmt_clust(fp, ofs - 1); - dsc = clst2sect(fs, fp->clust); - if (dsc == 0) ABORT(fs, FR_INT_ERR); - dsc += (DWORD)((ofs - 1) / SS(fs)) & (fs->csize - 1); - if (fp->fptr % SS(fs) && dsc != fp->sect) { /* Refill sector cache if needed */ -#if !FF_FS_TINY -#if !FF_FS_READONLY - if (fp->flag & FA_DIRTY) { /* Write-back dirty sector cache */ - if (disk_write(fs->pdrv, fp->buf, fp->sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); - fp->flag &= (BYTE)~FA_DIRTY; - } -#endif - if (disk_read(fs->pdrv, fp->buf, dsc, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); /* Load current sector */ -#endif - fp->sect = dsc; - } - } - } - } else -#endif - - /* Normal Seek */ - { -#if FF_FS_EXFAT - if (fs->fs_type != FS_EXFAT && ofs >= 0x100000000) ofs = 0xFFFFFFFF; /* Clip at 4 GiB - 1 if at FATxx */ -#endif - if (ofs > fp->obj.objsize && (FF_FS_READONLY || !(fp->flag & FA_WRITE))) { /* In read-only mode, clip offset with the file size */ - ofs = fp->obj.objsize; - } - ifptr = fp->fptr; - fp->fptr = nsect = 0; - if (ofs > 0) { - bcs = (DWORD)fs->csize * SS(fs); /* Cluster size (byte) */ - if (ifptr > 0 && - (ofs - 1) / bcs >= (ifptr - 1) / bcs) { /* When seek to same or following cluster, */ - fp->fptr = (ifptr - 1) & ~(FSIZE_t)(bcs - 1); /* start from the current cluster */ - ofs -= fp->fptr; - clst = fp->clust; - } else { /* When seek to back cluster, */ - clst = fp->obj.sclust; /* start from the first cluster */ -#if !FF_FS_READONLY - if (clst == 0) { /* If no cluster chain, create a new chain */ - clst = create_chain(&fp->obj, 0); - if (clst == 1) ABORT(fs, FR_INT_ERR); - if (clst == 0xFFFFFFFF) ABORT(fs, FR_DISK_ERR); - fp->obj.sclust = clst; - } -#endif - fp->clust = clst; - } - if (clst != 0) { - while (ofs > bcs) { /* Cluster following loop */ - ofs -= bcs; fp->fptr += bcs; -#if !FF_FS_READONLY - if (fp->flag & FA_WRITE) { /* Check if in write mode or not */ - if (FF_FS_EXFAT && fp->fptr > fp->obj.objsize) { /* No FAT chain object needs correct objsize to generate FAT value */ - fp->obj.objsize = fp->fptr; - fp->flag |= FA_MODIFIED; - } - clst = create_chain(&fp->obj, clst); /* Follow chain with forceed stretch */ - if (clst == 0) { /* Clip file size in case of disk full */ - ofs = 0; break; - } - } else -#endif - { - clst = get_fat(&fp->obj, clst); /* Follow cluster chain if not in write mode */ - } - if (clst == 0xFFFFFFFF) ABORT(fs, FR_DISK_ERR); - if (clst <= 1 || clst >= fs->n_fatent) ABORT(fs, FR_INT_ERR); - fp->clust = clst; - } - fp->fptr += ofs; - if (ofs % SS(fs)) { - nsect = clst2sect(fs, clst); /* Current sector */ - if (nsect == 0) ABORT(fs, FR_INT_ERR); - nsect += (DWORD)(ofs / SS(fs)); - } - } - } - if (!FF_FS_READONLY && fp->fptr > fp->obj.objsize) { /* Set file change flag if the file size is extended */ - fp->obj.objsize = fp->fptr; - fp->flag |= FA_MODIFIED; - } - if (fp->fptr % SS(fs) && nsect != fp->sect) { /* Fill sector cache if needed */ -#if !FF_FS_TINY -#if !FF_FS_READONLY - if (fp->flag & FA_DIRTY) { /* Write-back dirty sector cache */ - if (disk_write(fs->pdrv, fp->buf, fp->sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); - fp->flag &= (BYTE)~FA_DIRTY; - } -#endif - if (disk_read(fs->pdrv, fp->buf, nsect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); /* Fill sector cache */ -#endif - fp->sect = nsect; - } - } - - LEAVE_FF(fs, res); -} - - - -#if FF_FS_MINIMIZE <= 1 -/*-----------------------------------------------------------------------*/ -/* Create a Directory Object */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_opendir ( - DIR* dp, /* Pointer to directory object to create */ - const TCHAR* path /* Pointer to the directory path */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs; - DEF_NAMBUF - - - if (!dp) return FR_INVALID_OBJECT; - - /* Get logical drive */ - res = find_volume(&path, &fs, 0); - if (res == FR_OK) { - dp->obj.fs = fs; - INIT_NAMBUF(fs); - res = follow_path(dp, path); /* Follow the path to the directory */ - if (res == FR_OK) { /* Follow completed */ - if (!(dp->fn[NSFLAG] & NS_NONAME)) { /* It is not the origin directory itself */ - if (dp->obj.attr & AM_DIR) { /* This object is a sub-directory */ -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { - dp->obj.c_scl = dp->obj.sclust; /* Get containing directory inforamation */ - dp->obj.c_size = ((DWORD)dp->obj.objsize & 0xFFFFFF00) | dp->obj.stat; - dp->obj.c_ofs = dp->blk_ofs; - init_alloc_info(fs, &dp->obj); /* Get object allocation info */ - } else -#endif - { - dp->obj.sclust = ld_clust(fs, dp->dir); /* Get object allocation info */ - } - } else { /* This object is a file */ - res = FR_NO_PATH; - } - } - if (res == FR_OK) { - dp->obj.id = fs->id; - res = dir_sdi(dp, 0); /* Rewind directory */ -#if FF_FS_LOCK != 0 - if (res == FR_OK) { - if (dp->obj.sclust != 0) { - dp->obj.lockid = inc_lock(dp, 0); /* Lock the sub directory */ - if (!dp->obj.lockid) res = FR_TOO_MANY_OPEN_FILES; - } else { - dp->obj.lockid = 0; /* Root directory need not to be locked */ - } - } -#endif - } - } - FREE_NAMBUF(); - if (res == FR_NO_FILE) res = FR_NO_PATH; - } - if (res != FR_OK) dp->obj.fs = 0; /* Invalidate the directory object if function failed */ - - LEAVE_FF(fs, res); -} - - - - -/*-----------------------------------------------------------------------*/ -/* Close Directory */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_closedir ( - DIR *dp /* Pointer to the directory object to be closed */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs; - - - res = validate(&dp->obj, &fs); /* Check validity of the file object */ - if (res == FR_OK) { -#if FF_FS_LOCK != 0 - if (dp->obj.lockid) res = dec_lock(dp->obj.lockid); /* Decrement sub-directory open counter */ - if (res == FR_OK) dp->obj.fs = 0; /* Invalidate directory object */ -#else - dp->obj.fs = 0; /* Invalidate directory object */ -#endif -#if FF_FS_REENTRANT - unlock_fs(fs, FR_OK); /* Unlock volume */ -#endif - } - return res; -} - - - - -/*-----------------------------------------------------------------------*/ -/* Read Directory Entries in Sequence */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_readdir ( - DIR* dp, /* Pointer to the open directory object */ - FILINFO* fno /* Pointer to file information to return */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs; - DEF_NAMBUF - - - res = validate(&dp->obj, &fs); /* Check validity of the directory object */ - if (res == FR_OK) { - if (!fno) { - res = dir_sdi(dp, 0); /* Rewind the directory object */ - } else { - INIT_NAMBUF(fs); - res = dir_read_file(dp); /* Read an item */ - if (res == FR_NO_FILE) res = FR_OK; /* Ignore end of directory */ - if (res == FR_OK) { /* A valid entry is found */ - get_fileinfo(dp, fno); /* Get the object information */ - res = dir_next(dp, 0); /* Increment index for next */ - if (res == FR_NO_FILE) res = FR_OK; /* Ignore end of directory now */ - } - FREE_NAMBUF(); - } - } - LEAVE_FF(fs, res); -} - - - -#if FF_USE_FIND -/*-----------------------------------------------------------------------*/ -/* Find Next File */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_findnext ( - DIR* dp, /* Pointer to the open directory object */ - FILINFO* fno /* Pointer to the file information structure */ -) -{ - FRESULT res = FR_DISK_ERR; - - - for (;;) { - res = f_readdir(dp, fno); /* Get a directory item */ - if (res != FR_OK || !fno || !fno->fname[0]) break; /* Terminate if any error or end of directory */ - if (pattern_matching(dp->pat, fno->fname, 0, 0)) break; /* Test for the file name */ -#if FF_USE_LFN && FF_USE_FIND == 2 - if (pattern_matching(dp->pat, fno->altname, 0, 0)) break; /* Test for alternative name if exist */ -#endif - } - return res; -} - - - -/*-----------------------------------------------------------------------*/ -/* Find First File */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_findfirst ( - DIR* dp, /* Pointer to the blank directory object */ - FILINFO* fno, /* Pointer to the file information structure */ - const TCHAR* path, /* Pointer to the directory to open */ - const TCHAR* pattern /* Pointer to the matching pattern */ -) -{ - FRESULT res = FR_DISK_ERR; - - - dp->pat = pattern; /* Save pointer to pattern string */ - res = f_opendir(dp, path); /* Open the target directory */ - if (res == FR_OK) { - res = f_findnext(dp, fno); /* Find the first item */ - } - return res; -} - -#endif /* FF_USE_FIND */ - - - -#if FF_FS_MINIMIZE == 0 -/*-----------------------------------------------------------------------*/ -/* Get File Status */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_stat ( - const TCHAR* path, /* Pointer to the file path */ - FILINFO* fno /* Pointer to file information to return */ -) -{ - FRESULT res = FR_DISK_ERR; - DIR dj = {0}; - DEF_NAMBUF - - - /* Get logical drive */ - res = find_volume(&path, &dj.obj.fs, 0); - if (res == FR_OK) { - INIT_NAMBUF(dj.obj.fs); - res = follow_path(&dj, path); /* Follow the file path */ - if (res == FR_OK) { /* Follow completed */ - if (dj.fn[NSFLAG] & NS_NONAME) { /* It is origin directory */ - res = FR_INVALID_NAME; - } else { /* Found an object */ - if (fno) get_fileinfo(&dj, fno); - } - } - FREE_NAMBUF(); - } - - LEAVE_FF(dj.obj.fs, res); -} - - - -#if !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* Get Number of Free Clusters */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_getfree ( - const TCHAR* path, /* Logical drive number */ - DWORD* nclst, /* Pointer to a variable to return number of free clusters */ - FATFS** fatfs /* Pointer to return pointer to corresponding filesystem object */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs; - DWORD nfree, clst, sect, stat; - UINT i; - FFOBJID obj; - - - /* Get logical drive */ - res = find_volume(&path, &fs, 0); - if (res == FR_OK) { - *fatfs = fs; /* Return ptr to the fs object */ - /* If free_clst is valid, return it without full FAT scan */ - if (fs->free_clst <= fs->n_fatent - 2) { - *nclst = fs->free_clst; - } else { - /* Scan FAT to obtain number of free clusters */ - nfree = 0; - if (fs->fs_type == FS_FAT12) { /* FAT12: Scan bit field FAT entries */ - clst = 2; obj.fs = fs; - do { - stat = get_fat(&obj, clst); - if (stat == 0xFFFFFFFF) { res = FR_DISK_ERR; break; } - if (stat == 1) { res = FR_INT_ERR; break; } - if (stat == 0) nfree++; - } while (++clst < fs->n_fatent); - } else { -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { /* exFAT: Scan allocation bitmap */ - BYTE bm; - UINT b; - - clst = fs->n_fatent - 2; /* Number of clusters */ - sect = fs->database; /* Assuming bitmap starts at cluster 2 */ - i = 0; /* Offset in the sector */ - do { /* Counts numbuer of bits with zero in the bitmap */ - if (i == 0) { - res = move_window(fs, sect++); - if (res != FR_OK) break; - } - for (b = 8, bm = fs->win[i]; b && clst; b--, clst--) { - if (!(bm & 1)) nfree++; - bm >>= 1; - } - i = (i + 1) % SS(fs); - } while (clst); - } else -#endif - { /* FAT16/32: Scan WORD/DWORD FAT entries */ - clst = fs->n_fatent; /* Number of entries */ - sect = fs->fatbase; /* Top of the FAT */ - i = 0; /* Offset in the sector */ - do { /* Counts numbuer of entries with zero in the FAT */ - if (i == 0) { - res = move_window(fs, sect++); - if (res != FR_OK) break; - } - if (fs->fs_type == FS_FAT16) { - if (ld_word(fs->win + i) == 0) nfree++; - i += 2; - } else { - if ((ld_dword(fs->win + i) & 0x0FFFFFFF) == 0) nfree++; - i += 4; - } - i %= SS(fs); - } while (--clst); - } - } - *nclst = nfree; /* Return the free clusters */ - fs->free_clst = nfree; /* Now free_clst is valid */ - fs->fsi_flag |= 1; /* FAT32: FSInfo is to be updated */ - } - } - - LEAVE_FF(fs, res); -} - - - - -/*-----------------------------------------------------------------------*/ -/* Truncate File */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_truncate ( - FIL* fp /* Pointer to the file object */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs; - DWORD ncl; - - - res = validate(&fp->obj, &fs); /* Check validity of the file object */ - if (res != FR_OK || (res = (FRESULT)fp->err) != FR_OK) LEAVE_FF(fs, res); - if (!(fp->flag & FA_WRITE)) LEAVE_FF(fs, FR_DENIED); /* Check access mode */ - - if (fp->fptr < fp->obj.objsize) { /* Process when fptr is not on the eof */ - if (fp->fptr == 0) { /* When set file size to zero, remove entire cluster chain */ - res = remove_chain(&fp->obj, fp->obj.sclust, 0); - fp->obj.sclust = 0; - } else { /* When truncate a part of the file, remove remaining clusters */ - ncl = get_fat(&fp->obj, fp->clust); - res = FR_OK; - if (ncl == 0xFFFFFFFF) res = FR_DISK_ERR; - if (ncl == 1) res = FR_INT_ERR; - if (res == FR_OK && ncl < fs->n_fatent) { - res = remove_chain(&fp->obj, ncl, fp->clust); - } - } - fp->obj.objsize = fp->fptr; /* Set file size to current read/write point */ - fp->flag |= FA_MODIFIED; -#if !FF_FS_TINY - if (res == FR_OK && (fp->flag & FA_DIRTY)) { - if (disk_write(fs->pdrv, fp->buf, fp->sect, 1) != RES_OK) { - res = FR_DISK_ERR; - } else { - fp->flag &= (BYTE)~FA_DIRTY; - } - } -#endif - if (res != FR_OK) ABORT(fs, res); - } - - LEAVE_FF(fs, res); -} - - - - -/*-----------------------------------------------------------------------*/ -/* Delete a File/Directory */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_unlink ( - const TCHAR* path /* Pointer to the file or directory path */ -) -{ - FRESULT res = FR_DISK_ERR; - DIR dj, sdj; - DWORD dclst = 0; - FATFS *fs; -#if FF_FS_EXFAT - FFOBJID obj; -#endif - DEF_NAMBUF - - - /* Get logical drive */ - res = find_volume(&path, &fs, FA_WRITE); - if (res == FR_OK) { - dj.obj.fs = fs; - INIT_NAMBUF(fs); - res = follow_path(&dj, path); /* Follow the file path */ - if (FF_FS_RPATH && res == FR_OK && (dj.fn[NSFLAG] & NS_DOT)) { - res = FR_INVALID_NAME; /* Cannot remove dot entry */ - } -#if FF_FS_LOCK != 0 - if (res == FR_OK) res = chk_lock(&dj, 2); /* Check if it is an open object */ -#endif - if (res == FR_OK) { /* The object is accessible */ - if (dj.fn[NSFLAG] & NS_NONAME) { - res = FR_INVALID_NAME; /* Cannot remove the origin directory */ - } else { - if (dj.obj.attr & AM_RDO) { - res = FR_DENIED; /* Cannot remove R/O object */ - } - } - if (res == FR_OK) { -#if FF_FS_EXFAT - obj.fs = fs; - if (fs->fs_type == FS_EXFAT) { - init_alloc_info(fs, &obj); - dclst = obj.sclust; - } else -#endif - { - dclst = ld_clust(fs, dj.dir); - } - if (dj.obj.attr & AM_DIR) { /* Is it a sub-directory? */ -#if FF_FS_RPATH != 0 - if (dclst == fs->cdir) { /* Is it the current directory? */ - res = FR_DENIED; - } else -#endif - { - sdj.obj.fs = fs; /* Open the sub-directory */ - sdj.obj.sclust = dclst; -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { - sdj.obj.objsize = obj.objsize; - sdj.obj.stat = obj.stat; - } -#endif - res = dir_sdi(&sdj, 0); - if (res == FR_OK) { - res = dir_read_file(&sdj); /* Test if the directory is empty */ - if (res == FR_OK) res = FR_DENIED; /* Not empty? */ - if (res == FR_NO_FILE) res = FR_OK; /* Empty? */ - } - } - } - } - if (res == FR_OK) { - res = dir_remove(&dj); /* Remove the directory entry */ - if (res == FR_OK && dclst != 0) { /* Remove the cluster chain if exist */ -#if FF_FS_EXFAT - res = remove_chain(&obj, dclst, 0); -#else - res = remove_chain(&dj.obj, dclst, 0); -#endif - } - if (res == FR_OK) res = sync_fs(fs); - } - } - FREE_NAMBUF(); - } - - LEAVE_FF(fs, res); -} - - - - -/*-----------------------------------------------------------------------*/ -/* Create a Directory */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_mkdir ( - const TCHAR* path /* Pointer to the directory path */ -) -{ - FRESULT res = FR_DISK_ERR; - DIR dj; - FFOBJID sobj; - FATFS *fs; - BYTE *dir; - DWORD dcl, pcl, tm; - DEF_NAMBUF - - - /* Get logical drive */ - res = find_volume(&path, &fs, FA_WRITE); - if (res == FR_OK) { - dj.obj.fs = fs; - INIT_NAMBUF(fs); - res = follow_path(&dj, path); /* Follow the file path */ - if (res == FR_OK) res = FR_EXIST; /* Any object with same name is already existing */ - if (FF_FS_RPATH && res == FR_NO_FILE && (dj.fn[NSFLAG] & NS_DOT)) { - res = FR_INVALID_NAME; - } - if (res == FR_NO_FILE) { /* Can create a new directory */ - sobj.fs = fs; /* New object id to create a new chain */ - dcl = create_chain(&sobj, 0); /* Allocate a cluster for the new directory */ - res = FR_OK; - if (dcl == 0) res = FR_DENIED; /* No space to allocate a new cluster */ - if (dcl == 1) res = FR_INT_ERR; - if (dcl == 0xFFFFFFFF) res = FR_DISK_ERR; - tm = GET_FATTIME(); - if (res == FR_OK) { /* Initialize the new directory table */ - res = dir_clear(fs, dcl); /* Clean up the new table */ - if (res == FR_OK && (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT)) { /* Create dot entries (FAT only) */ - dir = fs->win; - mem_set(dir + DIR_Name, ' ', 11); /* Create "." entry */ - dir[DIR_Name] = '.'; - dir[DIR_Attr] = AM_DIR; - st_dword(dir + DIR_ModTime, tm); - st_clust(fs, dir, dcl); - mem_cpy(dir + SZDIRE, dir, SZDIRE); /* Create ".." entry */ - dir[SZDIRE + 1] = '.'; pcl = dj.obj.sclust; - st_clust(fs, dir + SZDIRE, pcl); - fs->wflag = 1; - } - } - if (res == FR_OK) { - res = dir_register(&dj); /* Register the object to the directory */ - } - if (res == FR_OK) { -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { /* Initialize directory entry block */ - st_dword(fs->dirbuf + XDIR_ModTime, tm); /* Created time */ - st_dword(fs->dirbuf + XDIR_FstClus, dcl); /* Table start cluster */ - st_dword(fs->dirbuf + XDIR_FileSize, (DWORD)fs->csize * SS(fs)); /* File size needs to be valid */ - st_dword(fs->dirbuf + XDIR_ValidFileSize, (DWORD)fs->csize * SS(fs)); - fs->dirbuf[XDIR_GenFlags] = 3; /* Initialize the object flag */ - fs->dirbuf[XDIR_Attr] = AM_DIR; /* Attribute */ - res = store_xdir(&dj); - } else -#endif - { - dir = dj.dir; - st_dword(dir + DIR_ModTime, tm); /* Created time */ - st_clust(fs, dir, dcl); /* Table start cluster */ - dir[DIR_Attr] = AM_DIR; /* Attribute */ - fs->wflag = 1; - } - if (res == FR_OK) { - res = sync_fs(fs); - } - } else { - (void)remove_chain(&dj.obj, dcl, 0); /* Could not register, remove cluster chain */ - } - } - FREE_NAMBUF(); - } - - LEAVE_FF(fs, res); -} - - - - -/*-----------------------------------------------------------------------*/ -/* Rename a File/Directory */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_rename ( - const TCHAR* path_old, /* Pointer to the object name to be renamed */ - const TCHAR* path_new /* Pointer to the new name */ -) -{ - FRESULT res = FR_DISK_ERR; - DIR djo, djn; - FATFS *fs; - BYTE buf[FF_FS_EXFAT ? SZDIRE * 2 : SZDIRE], *dir; - DWORD dw; - DEF_NAMBUF - - - get_ldnumber(&path_new); /* Snip the drive number of new name off */ - res = find_volume(&path_old, &fs, FA_WRITE); /* Get logical drive of the old object */ - if (res == FR_OK) { - djo.obj.fs = fs; - INIT_NAMBUF(fs); - res = follow_path(&djo, path_old); /* Check old object */ - if (res == FR_OK && (djo.fn[NSFLAG] & (NS_DOT | NS_NONAME))) res = FR_INVALID_NAME; /* Check validity of name */ -#if FF_FS_LOCK != 0 - if (res == FR_OK) { - res = chk_lock(&djo, 2); - } -#endif - if (res == FR_OK) { /* Object to be renamed is found */ -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { /* At exFAT volume */ - BYTE nf, nn; - WORD nh; - - mem_cpy(buf, fs->dirbuf, SZDIRE * 2); /* Save 85+C0 entry of old object */ - mem_cpy(&djn, &djo, sizeof djo); - res = follow_path(&djn, path_new); /* Make sure if new object name is not in use */ - if (res == FR_OK) { /* Is new name already in use by any other object? */ - res = (djn.obj.sclust == djo.obj.sclust && djn.dptr == djo.dptr) ? FR_NO_FILE : FR_EXIST; - } - if (res == FR_NO_FILE) { /* It is a valid path and no name collision */ - res = dir_register(&djn); /* Register the new entry */ - if (res == FR_OK) { - nf = fs->dirbuf[XDIR_NumSec]; nn = fs->dirbuf[XDIR_NumName]; - nh = ld_word(fs->dirbuf + XDIR_NameHash); - mem_cpy(fs->dirbuf, buf, SZDIRE * 2); /* Restore 85+C0 entry */ - fs->dirbuf[XDIR_NumSec] = nf; fs->dirbuf[XDIR_NumName] = nn; - st_word(fs->dirbuf + XDIR_NameHash, nh); - if (!(fs->dirbuf[XDIR_Attr] & AM_DIR)) fs->dirbuf[XDIR_Attr] |= AM_ARC; /* Set archive attribute if it is a file */ -/* Start of critical section where an interruption can cause a cross-link */ - res = store_xdir(&djn); - } - } - } else -#endif - { /* At FAT/FAT32 volume */ - mem_cpy(buf, djo.dir, SZDIRE); /* Save directory entry of the object */ - mem_cpy(&djn, &djo, sizeof (DIR)); /* Duplicate the directory object */ - res = follow_path(&djn, path_new); /* Make sure if new object name is not in use */ - if (res == FR_OK) { /* Is new name already in use by any other object? */ - res = (djn.obj.sclust == djo.obj.sclust && djn.dptr == djo.dptr) ? FR_NO_FILE : FR_EXIST; - } - if (res == FR_NO_FILE) { /* It is a valid path and no name collision */ - res = dir_register(&djn); /* Register the new entry */ - if (res == FR_OK) { - dir = djn.dir; /* Copy directory entry of the object except name */ - mem_cpy(dir + 13, buf + 13, SZDIRE - 13); - dir[DIR_Attr] = buf[DIR_Attr]; - if (!(dir[DIR_Attr] & AM_DIR)) dir[DIR_Attr] |= AM_ARC; /* Set archive attribute if it is a file */ - fs->wflag = 1; - if ((dir[DIR_Attr] & AM_DIR) && djo.obj.sclust != djn.obj.sclust) { /* Update .. entry in the sub-directory if needed */ - dw = clst2sect(fs, ld_clust(fs, dir)); - if (dw == 0) { - res = FR_INT_ERR; - } else { -/* Start of critical section where an interruption can cause a cross-link */ - res = move_window(fs, dw); - dir = fs->win + SZDIRE * 1; /* Ptr to .. entry */ - if (res == FR_OK && dir[1] == '.') { - st_clust(fs, dir, djn.obj.sclust); - fs->wflag = 1; - } - } - } - } - } - } - if (res == FR_OK) { - res = dir_remove(&djo); /* Remove old entry */ - if (res == FR_OK) { - res = sync_fs(fs); - } - } -/* End of the critical section */ - } - FREE_NAMBUF(); - } - - LEAVE_FF(fs, res); -} - -#endif /* !FF_FS_READONLY */ -#endif /* FF_FS_MINIMIZE == 0 */ -#endif /* FF_FS_MINIMIZE <= 1 */ -#endif /* FF_FS_MINIMIZE <= 2 */ - - - -#if FF_USE_CHMOD && !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* Change Attribute */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_chmod ( - const TCHAR* path, /* Pointer to the file path */ - BYTE attr, /* Attribute bits */ - BYTE mask /* Attribute mask to change */ -) -{ - FRESULT res = FR_DISK_ERR; - DIR dj; - FATFS *fs; - DEF_NAMBUF - - - res = find_volume(&path, &fs, FA_WRITE); /* Get logical drive */ - if (res == FR_OK) { - dj.obj.fs = fs; - INIT_NAMBUF(fs); - res = follow_path(&dj, path); /* Follow the file path */ - if (res == FR_OK && (dj.fn[NSFLAG] & (NS_DOT | NS_NONAME))) res = FR_INVALID_NAME; /* Check object validity */ - if (res == FR_OK) { - mask &= AM_RDO|AM_HID|AM_SYS|AM_ARC; /* Valid attribute mask */ -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { - fs->dirbuf[XDIR_Attr] = (attr & mask) | (fs->dirbuf[XDIR_Attr] & (BYTE)~mask); /* Apply attribute change */ - res = store_xdir(&dj); - } else -#endif - { - dj.dir[DIR_Attr] = (attr & mask) | (dj.dir[DIR_Attr] & (BYTE)~mask); /* Apply attribute change */ - fs->wflag = 1; - } - if (res == FR_OK) { - res = sync_fs(fs); - } - } - FREE_NAMBUF(); - } - - LEAVE_FF(fs, res); -} - - - - -/*-----------------------------------------------------------------------*/ -/* Change Timestamp */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_utime ( - const TCHAR* path, /* Pointer to the file/directory name */ - const FILINFO* fno /* Pointer to the timestamp to be set */ -) -{ - FRESULT res = FR_DISK_ERR; - DIR dj; - FATFS *fs; - DEF_NAMBUF - - - res = find_volume(&path, &fs, FA_WRITE); /* Get logical drive */ - if (res == FR_OK) { - dj.obj.fs = fs; - INIT_NAMBUF(fs); - res = follow_path(&dj, path); /* Follow the file path */ - if (res == FR_OK && (dj.fn[NSFLAG] & (NS_DOT | NS_NONAME))) res = FR_INVALID_NAME; /* Check object validity */ - if (res == FR_OK) { -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { - st_dword(fs->dirbuf + XDIR_ModTime, (DWORD)fno->fdate << 16 | fno->ftime); - res = store_xdir(&dj); - } else -#endif - { - st_dword(dj.dir + DIR_ModTime, (DWORD)fno->fdate << 16 | fno->ftime); - fs->wflag = 1; - } - if (res == FR_OK) { - res = sync_fs(fs); - } - } - FREE_NAMBUF(); - } - - LEAVE_FF(fs, res); -} - -#endif /* FF_USE_CHMOD && !FF_FS_READONLY */ - - - -#if FF_USE_LABEL -/*-----------------------------------------------------------------------*/ -/* Get Volume Label */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_getlabel ( - const TCHAR* path, /* Logical drive number */ - TCHAR* label, /* Buffer to store the volume label */ - DWORD* vsn /* Variable to store the volume serial number */ -) -{ - FRESULT res = FR_DISK_ERR; - DIR dj; - FATFS *fs; - UINT si, di; - WCHAR wc; - - /* Get logical drive */ - res = find_volume(&path, &fs, 0); - - /* Get volume label */ - if (res == FR_OK && label) { - dj.obj.fs = fs; dj.obj.sclust = 0; /* Open root directory */ - res = dir_sdi(&dj, 0); - if (res == FR_OK) { - res = dir_read_label(&dj); /* Find a volume label entry */ - if (res == FR_OK) { -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { - WCHAR hs; - - for (si = di = hs = 0; si < dj.dir[XDIR_NumLabel]; si++) { /* Extract volume label from 83 entry */ - wc = ld_word(dj.dir + XDIR_Label + si * 2); - if (hs == 0 && IsSurrogate(wc)) { /* Is the code a surrogate? */ - hs = wc; continue; - } - wc = put_utf((DWORD)hs << 16 | wc, &label[di], 4); - if (wc == 0) { di = 0; break; } - di += wc; - hs = 0; - } - if (hs != 0) di = 0; /* Broken surrogate pair? */ - label[di] = 0; - } else -#endif - { - si = di = 0; /* Extract volume label from AM_VOL entry */ - while (si < 11) { - wc = dj.dir[si++]; -#if FF_USE_LFN && FF_LFN_UNICODE >= 1 /* Unicode output */ - if (dbc_1st((BYTE)wc) && si < 11) wc = wc << 8 | dj.dir[si++]; /* Is it a DBC? */ - wc = ff_oem2uni(wc, CODEPAGE); /* Convert it into Unicode */ - if (wc != 0) wc = put_utf(wc, &label[di], 4); /* Put it in Unicode */ - if (wc == 0) { di = 0; break; } - di += wc; -#else /* ANSI/OEM output */ - label[di++] = (TCHAR)wc; -#endif - } - do { /* Truncate trailing spaces */ - label[di] = 0; - if (di == 0) break; - } while (label[--di] == ' '); - } - } - } - if (res == FR_NO_FILE) { /* No label entry and return nul string */ - label[0] = 0; - res = FR_OK; - } - } - - /* Get volume serial number */ - if (res == FR_OK && vsn) { - res = move_window(fs, fs->volbase); - if (res == FR_OK) { - switch (fs->fs_type) { - case FS_EXFAT: - di = BPB_VolIDEx; break; - - case FS_FAT32: - di = BS_VolID32; break; - - default: - di = BS_VolID; - } - *vsn = ld_dword(fs->win + di); - } - } - - LEAVE_FF(fs, res); -} - - - -#if !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* Set Volume Label */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_setlabel ( - const TCHAR* label /* Volume label to set with heading logical drive number */ -) -{ - FRESULT res = FR_DISK_ERR; - DIR dj; - FATFS *fs; - BYTE dirvn[22]; - UINT di; - WCHAR wc; - static const char badchr[] = "+.,;=[]/\\\"*:<>\?|\x7F"; /* [0..] for FAT, [7..] for exFAT */ -#if FF_USE_LFN - DWORD dc; -#endif - - /* Get logical drive */ - res = find_volume(&label, &fs, FA_WRITE); - if (res != FR_OK) LEAVE_FF(fs, res); - -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */ - mem_set(dirvn, 0, 22); - di = 0; - while ((UINT)*label >= ' ') { /* Create volume label */ - dc = tchar2uni(&label); /* Get a Unicode character */ - if (dc >= 0x10000) { - if (dc == 0xFFFFFFFF || di >= 10) { /* Wrong surrogate or buffer overflow */ - dc = 0; - } else { - st_word(dirvn + di * 2, (WCHAR)(dc >> 16)); di++; - } - } - if (dc == 0 || chk_chr(badchr + 7, (int)dc) || di >= 11) { /* Check validity of the volume label */ - LEAVE_FF(fs, FR_INVALID_NAME); - } - st_word(dirvn + di * 2, (WCHAR)dc); di++; - } - } else -#endif - { /* On the FAT/FAT32 volume */ - mem_set(dirvn, ' ', 11); - di = 0; - while ((UINT)*label >= ' ') { /* Create volume label */ -#if FF_USE_LFN - dc = tchar2uni(&label); - wc = (dc < 0x10000) ? ff_uni2oem(ff_wtoupper(dc), CODEPAGE) : 0; -#else /* ANSI/OEM input */ - wc = (BYTE)*label++; - if (dbc_1st((BYTE)wc)) wc = dbc_2nd((BYTE)*label) ? wc << 8 | (BYTE)*label++ : 0; - if (IsLower(wc)) wc -= 0x20; /* To upper ASCII characters */ -#if FF_CODE_PAGE == 0 - if (ExCvt && wc >= 0x80) wc = ExCvt[wc - 0x80]; /* To upper extended characters (SBCS cfg) */ -#elif FF_CODE_PAGE < 900 - if (wc >= 0x80) wc = ExCvt[wc - 0x80]; /* To upper extended characters (SBCS cfg) */ -#endif -#endif - if (wc == 0 || chk_chr(badchr + 0, (int)wc) || di >= (UINT)((wc >= 0x100) ? 10 : 11)) { /* Reject invalid characters for volume label */ - LEAVE_FF(fs, FR_INVALID_NAME); - } - if (wc >= 0x100) dirvn[di++] = (BYTE)(wc >> 8); - dirvn[di++] = (BYTE)wc; - } - if (dirvn[0] == DDEM) LEAVE_FF(fs, FR_INVALID_NAME); /* Reject illegal name (heading DDEM) */ - while (di && dirvn[di - 1] == ' ') di--; /* Snip trailing spaces */ - } - - /* Set volume label */ - dj.obj.fs = fs; dj.obj.sclust = 0; /* Open root directory */ - res = dir_sdi(&dj, 0); - if (res == FR_OK) { - res = dir_read_label(&dj); /* Get volume label entry */ - if (res == FR_OK) { - if (FF_FS_EXFAT && fs->fs_type == FS_EXFAT) { - dj.dir[XDIR_NumLabel] = (BYTE)di; /* Change the volume label */ - mem_cpy(dj.dir + XDIR_Label, dirvn, 22); - } else { - if (di != 0) { - mem_cpy(dj.dir, dirvn, 11); /* Change the volume label */ - } else { - dj.dir[DIR_Name] = DDEM; /* Remove the volume label */ - } - } - fs->wflag = 1; - res = sync_fs(fs); - } else { /* No volume label entry or an error */ - if (res == FR_NO_FILE) { - res = FR_OK; - if (di != 0) { /* Create a volume label entry */ - res = dir_alloc(&dj, 1); /* Allocate an entry */ - if (res == FR_OK) { - mem_set(dj.dir, 0, SZDIRE); /* Clean the entry */ - if (FF_FS_EXFAT && fs->fs_type == FS_EXFAT) { - dj.dir[XDIR_Type] = 0x83; /* Create 83 entry */ - dj.dir[XDIR_NumLabel] = (BYTE)di; - mem_cpy(dj.dir + XDIR_Label, dirvn, 22); - } else { - dj.dir[DIR_Attr] = AM_VOL; /* Create volume label entry */ - mem_cpy(dj.dir, dirvn, 11); - } - fs->wflag = 1; - res = sync_fs(fs); - } - } - } - } - } - - LEAVE_FF(fs, res); -} - -#endif /* !FF_FS_READONLY */ -#endif /* FF_USE_LABEL */ - - - -#if FF_USE_EXPAND && !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* Allocate a Contiguous Blocks to the File */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_expand ( - FIL* fp, /* Pointer to the file object */ - FSIZE_t fsz, /* File size to be expanded to */ - BYTE opt /* Operation mode 0:Find and prepare or 1:Find and allocate */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs; - DWORD n, clst, stcl, scl, ncl, tcl, lclst; - - - res = validate(&fp->obj, &fs); /* Check validity of the file object */ - if (res != FR_OK || (res = (FRESULT)fp->err) != FR_OK) LEAVE_FF(fs, res); - if (fsz == 0 || fp->obj.objsize != 0 || !(fp->flag & FA_WRITE)) LEAVE_FF(fs, FR_DENIED); -#if FF_FS_EXFAT - if (fs->fs_type != FS_EXFAT && fsz >= 0x100000000) LEAVE_FF(fs, FR_DENIED); /* Check if in size limit */ -#endif - n = (DWORD)fs->csize * SS(fs); /* Cluster size */ - tcl = (DWORD)(fsz / n) + ((fsz & (n - 1)) ? 1 : 0); /* Number of clusters required */ - stcl = fs->last_clst; lclst = 0; - if (stcl < 2 || stcl >= fs->n_fatent) stcl = 2; - -#if FF_FS_EXFAT - if (fs->fs_type == FS_EXFAT) { - scl = find_bitmap(fs, stcl, tcl); /* Find a contiguous cluster block */ - if (scl == 0) res = FR_DENIED; /* No contiguous cluster block was found */ - if (scl == 0xFFFFFFFF) res = FR_DISK_ERR; - if (res == FR_OK) { /* A contiguous free area is found */ - if (opt) { /* Allocate it now */ - res = change_bitmap(fs, scl, tcl, 1); /* Mark the cluster block 'in use' */ - lclst = scl + tcl - 1; - } else { /* Set it as suggested point for next allocation */ - lclst = scl - 1; - } - } - } else -#endif - { - scl = clst = stcl; ncl = 0; - for (;;) { /* Find a contiguous cluster block */ - n = get_fat(&fp->obj, clst); - if (++clst >= fs->n_fatent) clst = 2; - if (n == 1) { res = FR_INT_ERR; break; } - if (n == 0xFFFFFFFF) { res = FR_DISK_ERR; break; } - if (n == 0) { /* Is it a free cluster? */ - if (++ncl == tcl) break; /* Break if a contiguous cluster block is found */ - } else { - scl = clst; ncl = 0; /* Not a free cluster */ - } - if (clst == stcl) { res = FR_DENIED; break; } /* No contiguous cluster? */ - } - if (res == FR_OK) { /* A contiguous free area is found */ - if (opt) { /* Allocate it now */ - for (clst = scl, n = tcl; n; clst++, n--) { /* Create a cluster chain on the FAT */ - res = put_fat(fs, clst, (n == 1) ? 0xFFFFFFFF : clst + 1); - if (res != FR_OK) break; - lclst = clst; - } - } else { /* Set it as suggested point for next allocation */ - lclst = scl - 1; - } - } - } - - if (res == FR_OK) { - fs->last_clst = lclst; /* Set suggested start cluster to start next */ - if (opt) { /* Is it allocated now? */ - fp->obj.sclust = scl; /* Update object allocation information */ - fp->obj.objsize = fsz; - if (FF_FS_EXFAT) fp->obj.stat = 2; /* Set status 'contiguous chain' */ - fp->flag |= FA_MODIFIED; - if (fs->free_clst <= fs->n_fatent - 2) { /* Update FSINFO */ - fs->free_clst -= tcl; - fs->fsi_flag |= 1; - } - } - } - - LEAVE_FF(fs, res); -} - -#endif /* FF_USE_EXPAND && !FF_FS_READONLY */ - - - -#if FF_USE_FORWARD -/*-----------------------------------------------------------------------*/ -/* Forward Data to the Stream Directly */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_forward ( - FIL* fp, /* Pointer to the file object */ - UINT (*func)(const BYTE*,UINT), /* Pointer to the streaming function */ - UINT btf, /* Number of bytes to forward */ - UINT* bf /* Pointer to number of bytes forwarded */ -) -{ - FRESULT res = FR_DISK_ERR; - FATFS *fs; - DWORD clst, sect; - FSIZE_t remain; - UINT rcnt, csect; - BYTE *dbuf; - - - *bf = 0; /* Clear transfer byte counter */ - res = validate(&fp->obj, &fs); /* Check validity of the file object */ - if (res != FR_OK || (res = (FRESULT)fp->err) != FR_OK) LEAVE_FF(fs, res); - if (!(fp->flag & FA_READ)) LEAVE_FF(fs, FR_DENIED); /* Check access mode */ - - remain = fp->obj.objsize - fp->fptr; - if (btf > remain) btf = (UINT)remain; /* Truncate btf by remaining bytes */ - - for ( ; btf && (*func)(0, 0); /* Repeat until all data transferred or stream goes busy */ - fp->fptr += rcnt, *bf += rcnt, btf -= rcnt) { - csect = (UINT)(fp->fptr / SS(fs) & (fs->csize - 1)); /* Sector offset in the cluster */ - if (fp->fptr % SS(fs) == 0) { /* On the sector boundary? */ - if (csect == 0) { /* On the cluster boundary? */ - clst = (fp->fptr == 0) ? /* On the top of the file? */ - fp->obj.sclust : get_fat(&fp->obj, fp->clust); - if (clst <= 1) ABORT(fs, FR_INT_ERR); - if (clst == 0xFFFFFFFF) ABORT(fs, FR_DISK_ERR); - fp->clust = clst; /* Update current cluster */ - } - } - sect = clst2sect(fs, fp->clust); /* Get current data sector */ - if (sect == 0) ABORT(fs, FR_INT_ERR); - sect += csect; -#if FF_FS_TINY - if (move_window(fs, sect) != FR_OK) ABORT(fs, FR_DISK_ERR); /* Move sector window to the file data */ - dbuf = fs->win; -#else - if (fp->sect != sect) { /* Fill sector cache with file data */ -#if !FF_FS_READONLY - if (fp->flag & FA_DIRTY) { /* Write-back dirty sector cache */ - if (disk_write(fs->pdrv, fp->buf, fp->sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); - fp->flag &= (BYTE)~FA_DIRTY; - } -#endif - if (disk_read(fs->pdrv, fp->buf, sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); - } - dbuf = fp->buf; -#endif - fp->sect = sect; - rcnt = SS(fs) - (UINT)fp->fptr % SS(fs); /* Number of bytes left in the sector */ - if (rcnt > btf) rcnt = btf; /* Clip it by btr if needed */ - rcnt = (*func)(dbuf + ((UINT)fp->fptr % SS(fs)), rcnt); /* Forward the file data */ - if (rcnt == 0) ABORT(fs, FR_INT_ERR); - } - - LEAVE_FF(fs, FR_OK); -} -#endif /* FF_USE_FORWARD */ - - - -#if FF_USE_MKFS && !FF_FS_READONLY -/*-----------------------------------------------------------------------*/ -/* Create an FAT/exFAT volume */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_mkfs ( - const TCHAR* path, /* Logical drive number */ - BYTE opt, /* Format option */ - DWORD au, /* Size of allocation unit (cluster) [byte] */ - void* work, /* Pointer to working buffer (null: use heap memory) */ - UINT len /* Size of working buffer [byte] */ -) -{ - const UINT n_fats = 1; /* Number of FATs for FAT/FAT32 volume (1 or 2) */ - const UINT n_rootdir = 512; /* Number of root directory entries for FAT volume */ - static const WORD cst[] = {1, 4, 16, 64, 256, 512, 0}; /* Cluster size boundary for FAT volume (4Ks unit) */ - static const WORD cst32[] = {1, 2, 4, 8, 16, 32, 0}; /* Cluster size boundary for FAT32 volume (128Ks unit) */ - BYTE fmt, sys, *buf, *pte, pdrv, part; - WORD ss; /* Sector size */ - DWORD szb_buf, sz_buf, sz_blk, n_clst, pau, sect, nsect, n; - DWORD b_vol, b_fat, b_data; /* Base LBA for volume, fat, data */ - DWORD sz_vol, sz_rsv, sz_fat, sz_dir; /* Size for volume, fat, dir, data */ - UINT i; - int vol; - DSTATUS stat; -#if FF_USE_TRIM || FF_FS_EXFAT - DWORD tbl[3]; -#endif - - - /* Check mounted drive and clear work area */ - vol = get_ldnumber(&path); /* Get target logical drive */ - if (vol < 0) return FR_INVALID_DRIVE; - if (FatFs[vol]) FatFs[vol]->fs_type = 0; /* Clear the volume if mounted */ - pdrv = LD2PD(vol); /* Physical drive */ - part = LD2PT(vol); /* Partition (0:create as new, 1-4:get from partition table) */ - - /* Check physical drive status */ - stat = disk_initialize(pdrv); - if (stat & STA_NOINIT) return FR_NOT_READY; - if (stat & STA_PROTECT) return FR_WRITE_PROTECTED; - if (disk_ioctl(pdrv, GET_BLOCK_SIZE, &sz_blk) != RES_OK || !sz_blk || sz_blk > 32768 || (sz_blk & (sz_blk - 1))) sz_blk = 1; /* Erase block to align data area */ -#if FF_MAX_SS != FF_MIN_SS /* Get sector size of the medium if variable sector size cfg. */ - if (disk_ioctl(pdrv, GET_SECTOR_SIZE, &ss) != RES_OK) return FR_DISK_ERR; - if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR; -#else - ss = FF_MAX_SS; -#endif - if ((au != 0 && au < ss) || au > 0x1000000 || (au & (au - 1))) return FR_INVALID_PARAMETER; /* Check if au is valid */ - au /= ss; /* Cluster size in unit of sector */ - - /* Get working buffer */ -#if FF_USE_LFN == 3 - if (!work) { /* Use heap memory for working buffer */ - for (szb_buf = MAX_MALLOC, buf = 0; szb_buf >= ss && (buf = ff_memalloc(szb_buf)) == 0; szb_buf /= 2) ; - sz_buf = szb_buf / ss; /* Size of working buffer (sector) */ - } else -#endif - { - buf = (BYTE*)work; /* Working buffer */ - sz_buf = len / ss; /* Size of working buffer (sector) */ - szb_buf = sz_buf * ss; /* Size of working buffer (byte) */ - } - if (!buf || sz_buf == 0) return FR_NOT_ENOUGH_CORE; - - /* Determine where the volume to be located (b_vol, sz_vol) */ - if (FF_MULTI_PARTITION && part != 0) { - /* Get partition information from partition table in the MBR */ - if (disk_read(pdrv, buf, 0, 1) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); /* Load MBR */ - if (ld_word(buf + BS_55AA) != 0xAA55) LEAVE_MKFS(FR_MKFS_ABORTED); /* Check if MBR is valid */ - pte = buf + (MBR_Table + (part - 1) * SZ_PTE); - if (pte[PTE_System] == 0) LEAVE_MKFS(FR_MKFS_ABORTED); /* No partition? */ - b_vol = ld_dword(pte + PTE_StLba); /* Get volume start sector */ - sz_vol = ld_dword(pte + PTE_SizLba); /* Get volume size */ - } else { - /* Create a single-partition in this function */ - if (disk_ioctl(pdrv, GET_SECTOR_COUNT, &sz_vol) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); - b_vol = (opt & FM_SFD) ? 0 : 63; /* Volume start sector */ - if (sz_vol < b_vol) LEAVE_MKFS(FR_MKFS_ABORTED); - sz_vol -= b_vol; /* Volume size */ - } - if (sz_vol < 128) LEAVE_MKFS(FR_MKFS_ABORTED); /* Check if volume size is >=128s */ - - /* Pre-determine the FAT type */ - do { - if (FF_FS_EXFAT && (opt & FM_EXFAT)) { /* exFAT possible? */ - if ((opt & FM_ANY) == FM_EXFAT || sz_vol >= 0x4000000 || au > 128) { /* exFAT only, vol >= 64Ms or au > 128s ? */ - fmt = FS_EXFAT; break; - } - } - if (au > 128) LEAVE_MKFS(FR_INVALID_PARAMETER); /* Too large au for FAT/FAT32 */ - if (opt & FM_FAT32) { /* FAT32 possible? */ - if ((opt & FM_ANY) == FM_FAT32 || !(opt & FM_FAT)) { /* FAT32 only or no-FAT? */ - fmt = FS_FAT32; break; - } - } - if (!(opt & FM_FAT)) LEAVE_MKFS(FR_INVALID_PARAMETER); /* no-FAT? */ - fmt = FS_FAT16; - } while (0); - -#if FF_FS_EXFAT - if (fmt == FS_EXFAT) { /* Create an exFAT volume */ - DWORD szb_bit, szb_case, sum, nb, cl; - WCHAR ch, si; - UINT j, st; - BYTE b; - - if (sz_vol < 0x1000) LEAVE_MKFS(FR_MKFS_ABORTED); /* Too small volume? */ -#if FF_USE_TRIM - tbl[0] = b_vol; tbl[1] = b_vol + sz_vol - 1; /* Inform the device the volume area may be erased */ - disk_ioctl(pdrv, CTRL_TRIM, tbl); -#endif - /* Determine FAT location, data location and number of clusters */ - if (au == 0) { /* au auto-selection */ - au = 8; - if (sz_vol >= 0x80000) au = 64; /* >= 512Ks */ - if (sz_vol >= 0x4000000) au = 256; /* >= 64Ms */ - } - b_fat = b_vol + 32; /* FAT start at offset 32 */ - sz_fat = ((sz_vol / au + 2) * 4 + ss - 1) / ss; /* Number of FAT sectors */ - b_data = (b_fat + sz_fat + sz_blk - 1) & ~(sz_blk - 1); /* Align data area to the erase block boundary */ - if (b_data >= sz_vol / 2) LEAVE_MKFS(FR_MKFS_ABORTED); /* Too small volume? */ - n_clst = (sz_vol - (b_data - b_vol)) / au; /* Number of clusters */ - if (n_clst <16) LEAVE_MKFS(FR_MKFS_ABORTED); /* Too few clusters? */ - if (n_clst > MAX_EXFAT) LEAVE_MKFS(FR_MKFS_ABORTED); /* Too many clusters? */ - - szb_bit = (n_clst + 7) / 8; /* Size of allocation bitmap */ - tbl[0] = (szb_bit + au * ss - 1) / (au * ss); /* Number of allocation bitmap clusters */ - - /* Create a compressed up-case table */ - sect = b_data + au * tbl[0]; /* Table start sector */ - sum = 0; /* Table checksum to be stored in the 82 entry */ - st = 0; si = 0; i = 0; j = 0; szb_case = 0; - do { - switch (st) { - case 0: - ch = (WCHAR)ff_wtoupper(si); /* Get an up-case char */ - if (ch != si) { - si++; break; /* Store the up-case char if exist */ - } - for (j = 1; (WCHAR)(si + j) && (WCHAR)(si + j) == ff_wtoupper((WCHAR)(si + j)); j++) ; /* Get run length of no-case block */ - if (j >= 128) { - ch = 0xFFFF; st = 2; break; /* Compress the no-case block if run is >= 128 */ - } - st = 1; /* Do not compress short run */ - ch = si++; /* Fill the short run */ - if (--j == 0) st = 0; - break; - case 1: - ch = si++; /* Fill the short run */ - if (--j == 0) st = 0; - break; - - default: - ch = (WCHAR)j; si += (WCHAR)j; /* Number of chars to skip */ - st = 0; - } - sum = xsum32(buf[i + 0] = (BYTE)ch, sum); /* Put it into the write buffer */ - sum = xsum32(buf[i + 1] = (BYTE)(ch >> 8), sum); - i += 2; szb_case += 2; - if (si == 0 || i == szb_buf) { /* Write buffered data when buffer full or end of process */ - n = (i + ss - 1) / ss; - if (disk_write(pdrv, buf, sect, n) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); - sect += n; i = 0; - } - } while (si); - tbl[1] = (szb_case + au * ss - 1) / (au * ss); /* Number of up-case table clusters */ - tbl[2] = 1; /* Number of root dir clusters */ - - /* Initialize the allocation bitmap */ - sect = b_data; nsect = (szb_bit + ss - 1) / ss; /* Start of bitmap and number of sectors */ - nb = tbl[0] + tbl[1] + tbl[2]; /* Number of clusters in-use by system */ - do { - mem_set(buf, 0, szb_buf); - for (i = 0; nb >= 8 && i < szb_buf; buf[i++] = 0xFF, nb -= 8) ; - for (b = 1; nb != 0 && i < szb_buf; buf[i] |= b, b <<= 1, nb--) ; - n = (nsect > sz_buf) ? sz_buf : nsect; /* Write the buffered data */ - if (disk_write(pdrv, buf, sect, n) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); - sect += n; nsect -= n; - } while (nsect); - - /* Initialize the FAT */ - sect = b_fat; nsect = sz_fat; /* Start of FAT and number of FAT sectors */ - j = nb = cl = 0; - do { - mem_set(buf, 0, szb_buf); i = 0; /* Clear work area and reset write index */ - if (cl == 0) { /* Set entry 0 and 1 */ - st_dword(buf + i, 0xFFFFFFF8); i += 4; cl++; - st_dword(buf + i, 0xFFFFFFFF); i += 4; cl++; - } - do { /* Create chains of bitmap, up-case and root dir */ - while (nb != 0 && i < szb_buf) { /* Create a chain */ - st_dword(buf + i, (nb > 1) ? cl + 1 : 0xFFFFFFFF); - i += 4; cl++; nb--; - } - if (nb == 0 && j < 3) nb = tbl[j++]; /* Next chain */ - } while (nb != 0 && i < szb_buf); - n = (nsect > sz_buf) ? sz_buf : nsect; /* Write the buffered data */ - if (disk_write(pdrv, buf, sect, n) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); - sect += n; nsect -= n; - } while (nsect); - - /* Initialize the root directory */ - mem_set(buf, 0, szb_buf); - buf[SZDIRE * 0 + 0] = 0x83; /* 83 entry (volume label) */ - buf[SZDIRE * 1 + 0] = 0x81; /* 81 entry (allocation bitmap) */ - st_dword(buf + SZDIRE * 1 + 20, 2); /* cluster */ - st_dword(buf + SZDIRE * 1 + 24, szb_bit); /* size */ - buf[SZDIRE * 2 + 0] = 0x82; /* 82 entry (up-case table) */ - st_dword(buf + SZDIRE * 2 + 4, sum); /* sum */ - st_dword(buf + SZDIRE * 2 + 20, 2 + tbl[0]); /* cluster */ - st_dword(buf + SZDIRE * 2 + 24, szb_case); /* size */ - sect = b_data + au * (tbl[0] + tbl[1]); nsect = au; /* Start of the root directory and number of sectors */ - do { /* Fill root directory sectors */ - n = (nsect > sz_buf) ? sz_buf : nsect; - if (disk_write(pdrv, buf, sect, n) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); - mem_set(buf, 0, ss); - sect += n; nsect -= n; - } while (nsect); - - /* Create two set of the exFAT VBR blocks */ - sect = b_vol; - for (n = 0; n < 2; n++) { - /* Main record (+0) */ - mem_set(buf, 0, ss); - mem_cpy(buf + BS_JmpBoot, "\xEB\x76\x90" "EXFAT ", 11); /* Boot jump code (x86), OEM name */ - st_dword(buf + BPB_VolOfsEx, b_vol); /* Volume offset in the physical drive [sector] */ - st_dword(buf + BPB_TotSecEx, sz_vol); /* Volume size [sector] */ - st_dword(buf + BPB_FatOfsEx, b_fat - b_vol); /* FAT offset [sector] */ - st_dword(buf + BPB_FatSzEx, sz_fat); /* FAT size [sector] */ - st_dword(buf + BPB_DataOfsEx, b_data - b_vol); /* Data offset [sector] */ - st_dword(buf + BPB_NumClusEx, n_clst); /* Number of clusters */ - st_dword(buf + BPB_RootClusEx, 2 + tbl[0] + tbl[1]); /* Root dir cluster # */ - st_dword(buf + BPB_VolIDEx, GET_FATTIME()); /* VSN */ - st_word(buf + BPB_FSVerEx, 0x100); /* Filesystem version (1.00) */ - for (buf[BPB_BytsPerSecEx] = 0, i = ss; i >>= 1; buf[BPB_BytsPerSecEx]++) ; /* Log2 of sector size [byte] */ - for (buf[BPB_SecPerClusEx] = 0, i = au; i >>= 1; buf[BPB_SecPerClusEx]++) ; /* Log2 of cluster size [sector] */ - buf[BPB_NumFATsEx] = 1; /* Number of FATs */ - buf[BPB_DrvNumEx] = 0x80; /* Drive number (for int13) */ - st_word(buf + BS_BootCodeEx, 0xFEEB); /* Boot code (x86) */ - st_word(buf + BS_55AA, 0xAA55); /* Signature (placed here regardless of sector size) */ - for (i = sum = 0; i < ss; i++) { /* VBR checksum */ - if (i != BPB_VolFlagEx && i != BPB_VolFlagEx + 1 && i != BPB_PercInUseEx) sum = xsum32(buf[i], sum); - } - if (disk_write(pdrv, buf, sect++, 1) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); - /* Extended bootstrap record (+1..+8) */ - mem_set(buf, 0, ss); - st_word(buf + ss - 2, 0xAA55); /* Signature (placed at end of sector) */ - for (j = 1; j < 9; j++) { - for (i = 0; i < ss; sum = xsum32(buf[i++], sum)) ; /* VBR checksum */ - if (disk_write(pdrv, buf, sect++, 1) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); - } - /* OEM/Reserved record (+9..+10) */ - mem_set(buf, 0, ss); - for ( ; j < 11; j++) { - for (i = 0; i < ss; sum = xsum32(buf[i++], sum)) ; /* VBR checksum */ - if (disk_write(pdrv, buf, sect++, 1) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); - } - /* Sum record (+11) */ - for (i = 0; i < ss; i += 4) st_dword(buf + i, sum); /* Fill with checksum value */ - if (disk_write(pdrv, buf, sect++, 1) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); - } - - } else -#endif /* FF_FS_EXFAT */ - { /* Create an FAT/FAT32 volume */ - do { - pau = au; - /* Pre-determine number of clusters and FAT sub-type */ - if (fmt == FS_FAT32) { /* FAT32 volume */ - if (pau == 0) { /* au auto-selection */ - n = sz_vol / 0x20000; /* Volume size in unit of 128KS */ - for (i = 0, pau = 1; cst32[i] && cst32[i] <= n; i++, pau <<= 1) ; /* Get from table */ - } - n_clst = sz_vol / pau; /* Number of clusters */ - sz_fat = (n_clst * 4 + 8 + ss - 1) / ss; /* FAT size [sector] */ - sz_rsv = 32; /* Number of reserved sectors */ - sz_dir = 0; /* No static directory */ - if (n_clst <= MAX_FAT16 || n_clst > MAX_FAT32) LEAVE_MKFS(FR_MKFS_ABORTED); - } else { /* FAT volume */ - if (pau == 0) { /* au auto-selection */ - n = sz_vol / 0x1000; /* Volume size in unit of 4KS */ - for (i = 0, pau = 1; cst[i] && cst[i] <= n; i++, pau <<= 1) ; /* Get from table */ - } - n_clst = sz_vol / pau; - if (n_clst > MAX_FAT12) { - n = n_clst * 2 + 4; /* FAT size [byte] */ - } else { - fmt = FS_FAT12; - n = (n_clst * 3 + 1) / 2 + 3; /* FAT size [byte] */ - } - sz_fat = (n + ss - 1) / ss; /* FAT size [sector] */ - sz_rsv = 1; /* Number of reserved sectors */ - sz_dir = (DWORD)n_rootdir * SZDIRE / ss; /* Rootdir size [sector] */ - } - b_fat = b_vol + sz_rsv; /* FAT base */ - b_data = b_fat + sz_fat * n_fats + sz_dir; /* Data base */ - - /* Align data base to erase block boundary (for flash memory media) */ - n = ((b_data + sz_blk - 1) & ~(sz_blk - 1)) - b_data; /* Next nearest erase block from current data base */ - if (fmt == FS_FAT32) { /* FAT32: Move FAT base */ - sz_rsv += n; b_fat += n; - } else { /* FAT: Expand FAT size */ - sz_fat += n / n_fats; - } - - /* Determine number of clusters and final check of validity of the FAT sub-type */ - if (sz_vol < b_data + pau * 16 - b_vol) LEAVE_MKFS(FR_MKFS_ABORTED); /* Too small volume */ - n_clst = (sz_vol - sz_rsv - sz_fat * n_fats - sz_dir) / pau; - if (fmt == FS_FAT32) { - if (n_clst <= MAX_FAT16) { /* Too few clusters for FAT32 */ - if (au == 0 && (au = pau / 2) != 0) continue; /* Adjust cluster size and retry */ - LEAVE_MKFS(FR_MKFS_ABORTED); - } - } - if (fmt == FS_FAT16) { - if (n_clst > MAX_FAT16) { /* Too many clusters for FAT16 */ - if (au == 0 && (pau * 2) <= 64) { - au = pau * 2; continue; /* Adjust cluster size and retry */ - } - if ((opt & FM_FAT32)) { - fmt = FS_FAT32; continue; /* Switch type to FAT32 and retry */ - } - if (au == 0 && (au = pau * 2) <= 128) continue; /* Adjust cluster size and retry */ - LEAVE_MKFS(FR_MKFS_ABORTED); - } - if (n_clst <= MAX_FAT12) { /* Too few clusters for FAT16 */ - if (au == 0 && (au = pau * 2) <= 128) continue; /* Adjust cluster size and retry */ - LEAVE_MKFS(FR_MKFS_ABORTED); - } - } - if (fmt == FS_FAT12 && n_clst > MAX_FAT12) LEAVE_MKFS(FR_MKFS_ABORTED); /* Too many clusters for FAT12 */ - - /* Ok, it is the valid cluster configuration */ - break; - } while (1); - -#if FF_USE_TRIM - tbl[0] = b_vol; tbl[1] = b_vol + sz_vol - 1; /* Inform the device the volume area can be erased */ - disk_ioctl(pdrv, CTRL_TRIM, tbl); -#endif - /* Create FAT VBR */ - mem_set(buf, 0, ss); - mem_cpy(buf + BS_JmpBoot, "\xEB\xFE\x90" "MSDOS5.0", 11);/* Boot jump code (x86), OEM name */ - st_word(buf + BPB_BytsPerSec, ss); /* Sector size [byte] */ - buf[BPB_SecPerClus] = (BYTE)pau; /* Cluster size [sector] */ - st_word(buf + BPB_RsvdSecCnt, (WORD)sz_rsv); /* Size of reserved area */ - buf[BPB_NumFATs] = (BYTE)n_fats; /* Number of FATs */ - st_word(buf + BPB_RootEntCnt, (WORD)((fmt == FS_FAT32) ? 0 : n_rootdir)); /* Number of root directory entries */ - if (sz_vol < 0x10000) { - st_word(buf + BPB_TotSec16, (WORD)sz_vol); /* Volume size in 16-bit LBA */ - } else { - st_dword(buf + BPB_TotSec32, sz_vol); /* Volume size in 32-bit LBA */ - } - buf[BPB_Media] = 0xF8; /* Media descriptor byte */ - st_word(buf + BPB_SecPerTrk, 63); /* Number of sectors per track (for int13) */ - st_word(buf + BPB_NumHeads, 255); /* Number of heads (for int13) */ - st_dword(buf + BPB_HiddSec, b_vol); /* Volume offset in the physical drive [sector] */ - if (fmt == FS_FAT32) { - st_dword(buf + BS_VolID32, GET_FATTIME()); /* VSN */ - st_dword(buf + BPB_FATSz32, sz_fat); /* FAT size [sector] */ - st_dword(buf + BPB_RootClus32, 2); /* Root directory cluster # (2) */ - st_word(buf + BPB_FSInfo32, 1); /* Offset of FSINFO sector (VBR + 1) */ - st_word(buf + BPB_BkBootSec32, 6); /* Offset of backup VBR (VBR + 6) */ - buf[BS_DrvNum32] = 0x80; /* Drive number (for int13) */ - buf[BS_BootSig32] = 0x29; /* Extended boot signature */ - mem_cpy(buf + BS_VolLab32, "NO NAME " "FAT32 ", 19); /* Volume label, FAT signature */ - } else { - st_dword(buf + BS_VolID, GET_FATTIME()); /* VSN */ - st_word(buf + BPB_FATSz16, (WORD)sz_fat); /* FAT size [sector] */ - buf[BS_DrvNum] = 0x80; /* Drive number (for int13) */ - buf[BS_BootSig] = 0x29; /* Extended boot signature */ - mem_cpy(buf + BS_VolLab, "NO NAME " "FAT ", 19); /* Volume label, FAT signature */ - } - st_word(buf + BS_55AA, 0xAA55); /* Signature (offset is fixed here regardless of sector size) */ - if (disk_write(pdrv, buf, b_vol, 1) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); /* Write it to the VBR sector */ - - /* Create FSINFO record if needed */ - if (fmt == FS_FAT32) { - (void)disk_write(pdrv, buf, b_vol + 6, 1); /* Write backup VBR (VBR + 6) */ - mem_set(buf, 0, ss); - st_dword(buf + FSI_LeadSig, 0x41615252); - st_dword(buf + FSI_StrucSig, 0x61417272); - st_dword(buf + FSI_Free_Count, n_clst - 1); /* Number of free clusters */ - st_dword(buf + FSI_Nxt_Free, 2); /* Last allocated cluster# */ - st_word(buf + BS_55AA, 0xAA55); - (void)disk_write(pdrv, buf, b_vol + 7, 1); /* Write backup FSINFO (VBR + 7) */ - (void)disk_write(pdrv, buf, b_vol + 1, 1); /* Write original FSINFO (VBR + 1) */ - } - - /* Initialize FAT area */ - mem_set(buf, 0, (UINT)szb_buf); - sect = b_fat; /* FAT start sector */ - for (i = 0; i < n_fats; i++) { /* Initialize FATs each */ - if (fmt == FS_FAT32) { - st_dword(buf + 0, 0xFFFFFFF8); /* Entry 0 */ - st_dword(buf + 4, 0xFFFFFFFF); /* Entry 1 */ - st_dword(buf + 8, 0x0FFFFFFF); /* Entry 2 (root directory) */ - } else { - st_dword(buf + 0, (fmt == FS_FAT12) ? 0xFFFFF8 : 0xFFFFFFF8); /* Entry 0 and 1 */ - } - nsect = sz_fat; /* Number of FAT sectors */ - do { /* Fill FAT sectors */ - n = (nsect > sz_buf) ? sz_buf : nsect; - if (disk_write(pdrv, buf, sect, (UINT)n) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); - mem_set(buf, 0, ss); - sect += n; nsect -= n; - } while (nsect); - } - - /* Initialize root directory (fill with zero) */ - nsect = (fmt == FS_FAT32) ? pau : sz_dir; /* Number of root directory sectors */ - do { - n = (nsect > sz_buf) ? sz_buf : nsect; - if (disk_write(pdrv, buf, sect, (UINT)n) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); - sect += n; nsect -= n; - } while (nsect); - } - - /* Determine system ID in the partition table */ - if (FF_FS_EXFAT && fmt == FS_EXFAT) { - sys = 0x07; /* HPFS/NTFS/exFAT */ - } else { - if (fmt == FS_FAT32) { - sys = 0x0C; /* FAT32X */ - } else { - if (sz_vol >= 0x10000) { - sys = 0x06; /* FAT12/16 (large) */ - } else { - sys = (fmt == FS_FAT16) ? 0x04 : 0x01; /* FAT16 : FAT12 */ - } - } - } - - /* Update partition information */ - if (FF_MULTI_PARTITION && part != 0) { /* Created in the existing partition */ - /* Update system ID in the partition table */ - if (disk_read(pdrv, buf, 0, 1) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); /* Read the MBR */ - buf[MBR_Table + (part - 1) * SZ_PTE + PTE_System] = sys; /* Set system ID */ - if (disk_write(pdrv, buf, 0, 1) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); /* Write it back to the MBR */ - } else { /* Created as a new single partition */ - if (!(opt & FM_SFD)) { /* Create partition table if in FDISK format */ - mem_set(buf, 0, ss); - st_word(buf + BS_55AA, 0xAA55); /* MBR signature */ - pte = buf + MBR_Table; /* Create partition table for single partition in the drive */ - pte[PTE_Boot] = 0; /* Boot indicator */ - pte[PTE_StHead] = 1; /* Start head */ - pte[PTE_StSec] = 1; /* Start sector */ - pte[PTE_StCyl] = 0; /* Start cylinder */ - pte[PTE_System] = sys; /* System type */ - n = (b_vol + sz_vol) / (63 * 255); /* (End CHS may be invalid) */ - pte[PTE_EdHead] = 254; /* End head */ - pte[PTE_EdSec] = (BYTE)(((n >> 2) & 0xC0) | 63); /* End sector */ - pte[PTE_EdCyl] = (BYTE)n; /* End cylinder */ - st_dword(pte + PTE_StLba, b_vol); /* Start offset in LBA */ - st_dword(pte + PTE_SizLba, sz_vol); /* Size in sectors */ - if (disk_write(pdrv, buf, 0, 1) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); /* Write it to the MBR */ - } - } - - if (disk_ioctl(pdrv, CTRL_SYNC, 0) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); - - LEAVE_MKFS(FR_OK); -} - - - -#if FF_MULTI_PARTITION -/*-----------------------------------------------------------------------*/ -/* Create Partition Table on the Physical Drive */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_fdisk ( - BYTE pdrv, /* Physical drive number */ - const DWORD* szt, /* Pointer to the size table for each partitions */ - void* work /* Pointer to the working buffer (null: use heap memory) */ -) -{ - UINT i, n, sz_cyl, tot_cyl, b_cyl, e_cyl, p_cyl; - BYTE s_hd, e_hd, *p, *buf = (BYTE*)work; - DSTATUS stat; - DWORD sz_disk, sz_part, s_part; - FRESULT res = FR_DISK_ERR; - - - stat = disk_initialize(pdrv); - if (stat & STA_NOINIT) return FR_NOT_READY; - if (stat & STA_PROTECT) return FR_WRITE_PROTECTED; - if (disk_ioctl(pdrv, GET_SECTOR_COUNT, &sz_disk)) return FR_DISK_ERR; - - buf = (BYTE*)work; -#if FF_USE_LFN == 3 - if (!buf) buf = ff_memalloc(FF_MAX_SS); /* Use heap memory for working buffer */ -#endif - if (!buf) return FR_NOT_ENOUGH_CORE; - - /* Determine the CHS without any consideration of the drive geometry */ - for (n = 16; n < 256 && sz_disk / n / 63 > 1024; n *= 2) ; - if (n == 256) n--; - e_hd = (BYTE)(n - 1); - sz_cyl = 63 * n; - tot_cyl = sz_disk / sz_cyl; - - /* Create partition table */ - mem_set(buf, 0, FF_MAX_SS); - p = buf + MBR_Table; b_cyl = 0; - for (i = 0; i < 4; i++, p += SZ_PTE) { - p_cyl = (szt[i] <= 100U) ? (DWORD)tot_cyl * szt[i] / 100 : szt[i] / sz_cyl; /* Number of cylinders */ - if (p_cyl == 0) continue; - s_part = (DWORD)sz_cyl * b_cyl; - sz_part = (DWORD)sz_cyl * p_cyl; - if (i == 0) { /* Exclude first track of cylinder 0 */ - s_hd = 1; - s_part += 63; sz_part -= 63; - } else { - s_hd = 0; - } - e_cyl = b_cyl + p_cyl - 1; /* End cylinder */ - if (e_cyl >= tot_cyl) LEAVE_MKFS(FR_INVALID_PARAMETER); - - /* Set partition table */ - p[1] = s_hd; /* Start head */ - p[2] = (BYTE)(((b_cyl >> 2) & 0xC0) | 1); /* Start sector */ - p[3] = (BYTE)b_cyl; /* Start cylinder */ - p[4] = 0x07; /* System type (temporary setting) */ - p[5] = e_hd; /* End head */ - p[6] = (BYTE)(((e_cyl >> 2) & 0xC0) | 63); /* End sector */ - p[7] = (BYTE)e_cyl; /* End cylinder */ - st_dword(p + 8, s_part); /* Start sector in LBA */ - st_dword(p + 12, sz_part); /* Number of sectors */ - - /* Next partition */ - b_cyl += p_cyl; - } - st_word(p, 0xAA55); /* MBR signature (always at offset 510) */ - - /* Write it to the MBR */ - res = (disk_write(pdrv, buf, 0, 1) == RES_OK && disk_ioctl(pdrv, CTRL_SYNC, 0) == RES_OK) ? FR_OK : FR_DISK_ERR; - LEAVE_MKFS(res); -} - -#endif /* FF_MULTI_PARTITION */ -#endif /* FF_USE_MKFS && !FF_FS_READONLY */ - - - - -#if FF_USE_STRFUNC -#if FF_USE_LFN && FF_LFN_UNICODE && (FF_STRF_ENCODE < 0 || FF_STRF_ENCODE > 3) -#error Wrong FF_STRF_ENCODE setting -#endif -/*-----------------------------------------------------------------------*/ -/* Get a String from the File */ -/*-----------------------------------------------------------------------*/ - -TCHAR* f_gets ( - TCHAR* buff, /* Pointer to the string buffer to read */ - int len, /* Size of string buffer (items) */ - FIL* fp /* Pointer to the file object */ -) -{ - int nc = 0; - TCHAR *p = buff; - BYTE s[4]; - UINT rc; - DWORD dc; -#if FF_USE_LFN && FF_LFN_UNICODE && FF_STRF_ENCODE <= 2 - WCHAR wc; -#endif -#if FF_USE_LFN && FF_LFN_UNICODE && FF_STRF_ENCODE == 3 - UINT ct; -#endif - -#if FF_USE_LFN && FF_LFN_UNICODE /* With code conversion (Unicode API) */ - /* Make a room for the character and terminator */ - if (FF_LFN_UNICODE == 1) len -= (FF_STRF_ENCODE == 0) ? 1 : 2; - if (FF_LFN_UNICODE == 2) len -= (FF_STRF_ENCODE == 0) ? 3 : 4; - if (FF_LFN_UNICODE == 3) len -= 1; - while (nc < len) { -#if FF_STRF_ENCODE == 0 /* Read a character in ANSI/OEM */ - f_read(fp, s, 1, &rc); - if (rc != 1) break; - wc = s[0]; - if (dbc_1st((BYTE)wc)) { - f_read(fp, s, 1, &rc); - if (rc != 1 || !dbc_2nd(s[0])) continue; - wc = wc << 8 | s[0]; - } - dc = ff_oem2uni(wc, CODEPAGE); - if (dc == 0) continue; -#elif FF_STRF_ENCODE == 1 || FF_STRF_ENCODE == 2 /* Read a character in UTF-16LE/BE */ - f_read(fp, s, 2, &rc); - if (rc != 2) break; - dc = (FF_STRF_ENCODE == 1) ? ld_word(s) : s[0] << 8 | s[1]; - if (IsSurrogateL(dc)) continue; - if (IsSurrogateH(dc)) { - f_read(fp, s, 2, &rc); - if (rc != 2) break; - wc = (FF_STRF_ENCODE == 1) ? ld_word(s) : s[0] << 8 | s[1]; - if (!IsSurrogateL(wc)) continue; - dc = ((dc & 0x3FF) + 0x40) << 10 | (wc & 0x3FF); - } -#else /* Read a character in UTF-8 */ - f_read(fp, s, 1, &rc); - if (rc != 1) break; - dc = s[0]; - if (dc >= 0x80) { /* Multi-byte character? */ - ct = 0; - if ((dc & 0xE0) == 0xC0) { dc &= 0x1F; ct = 1; } /* 2-byte? */ - if ((dc & 0xF0) == 0xE0) { dc &= 0x0F; ct = 2; } /* 3-byte? */ - if ((dc & 0xF8) == 0xF0) { dc &= 0x07; ct = 3; } /* 4-byte? */ - if (ct == 0) continue; - f_read(fp, s, ct, &rc); /* Get trailing bytes */ - if (rc != ct) break; - rc = 0; - do { /* Merge trailing bytes */ - if ((s[rc] & 0xC0) != 0x80) break; - dc = dc << 6 | (s[rc] & 0x3F); - } while (++rc < ct); - if (rc != ct || dc < 0x80 || IsSurrogate(dc) || dc >= 0x110000) continue; /* Wrong encoding? */ - } -#endif - if (FF_USE_STRFUNC == 2 && dc == '\r') continue; /* Strip \r off if needed */ -#if FF_LFN_UNICODE == 1 || FF_LFN_UNICODE == 3 /* Output it in UTF-16/32 encoding */ - if (FF_LFN_UNICODE == 1 && dc >= 0x10000) { /* Out of BMP at UTF-16? */ - *p++ = (TCHAR)(0xD800 | ((dc >> 10) - 0x40)); nc++; /* Make and output high surrogate */ - dc = 0xDC00 | (dc & 0x3FF); /* Make low surrogate */ - } - *p++ = (TCHAR)dc; nc++; - if (dc == '\n') break; /* End of line? */ -#elif FF_LFN_UNICODE == 2 /* Output it in UTF-8 encoding */ - if (dc < 0x80) { /* 1-byte */ - *p++ = (TCHAR)dc; - nc++; - if (dc == '\n') break; /* End of line? */ - } else { - if (dc < 0x800) { /* 2-byte */ - *p++ = (TCHAR)(0xC0 | (dc >> 6 & 0x1F)); - *p++ = (TCHAR)(0x80 | (dc >> 0 & 0x3F)); - nc += 2; - } else { - if (dc < 0x10000) { /* 3-byte */ - *p++ = (TCHAR)(0xE0 | (dc >> 12 & 0x0F)); - *p++ = (TCHAR)(0x80 | (dc >> 6 & 0x3F)); - *p++ = (TCHAR)(0x80 | (dc >> 0 & 0x3F)); - nc += 3; - } else { /* 4-byte */ - *p++ = (TCHAR)(0xF0 | (dc >> 18 & 0x07)); - *p++ = (TCHAR)(0x80 | (dc >> 12 & 0x3F)); - *p++ = (TCHAR)(0x80 | (dc >> 6 & 0x3F)); - *p++ = (TCHAR)(0x80 | (dc >> 0 & 0x3F)); - nc += 4; - } - } - } -#endif - } - -#else /* Byte-by-byte without any conversion (ANSI/OEM API) */ - len -= 1; /* Make a room for the terminator */ - while (nc < len) { - f_read(fp, s, 1, &rc); - if (rc != 1) break; - dc = s[0]; - if (FF_USE_STRFUNC == 2 && dc == '\r') continue; - *p++ = (TCHAR)dc; nc++; - if (dc == '\n') break; - } -#endif - - *p = 0; /* Terminate the string */ - return nc ? buff : 0; /* When no data read due to EOF or error, return with error. */ -} - - - - -#if !FF_FS_READONLY -#include -/*-----------------------------------------------------------------------*/ -/* Put a Character to the File */ -/*-----------------------------------------------------------------------*/ - -typedef struct { /* Putchar output buffer and work area */ - FIL *fp; /* Ptr to the writing file */ - int idx, nchr; /* Write index of buf[] (-1:error), number of encoding units written */ -#if FF_USE_LFN && FF_LFN_UNICODE == 1 - WCHAR hs; -#elif FF_USE_LFN && FF_LFN_UNICODE == 2 - BYTE bs[4]; - UINT wi, ct; -#endif - BYTE buf[64]; /* Write buffer */ -} putbuff; - - -static -void putc_bfd ( /* Buffered write with code conversion */ - putbuff* pb, - TCHAR c -) -{ - UINT n; - int i, nc; -#if FF_USE_LFN && FF_LFN_UNICODE - WCHAR hs, wc; -#if FF_LFN_UNICODE == 2 - DWORD dc; - TCHAR *tp; -#endif -#endif - - if (FF_USE_STRFUNC == 2 && c == '\n') { /* LF -> CRLF conversion */ - putc_bfd(pb, '\r'); - } - - i = pb->idx; /* Write index of pb->buf[] */ - if (i < 0) return; - nc = pb->nchr; /* Write unit counter */ - -#if FF_USE_LFN && FF_LFN_UNICODE -#if FF_LFN_UNICODE == 1 /* UTF-16 input */ - if (IsSurrogateH(c)) { - pb->hs = c; return; - } - hs = pb->hs; pb->hs = 0; - if (hs != 0) { - if (!IsSurrogateL(c)) hs = 0; - } else { - if (IsSurrogateL(c)) return; - } - wc = c; -#elif FF_LFN_UNICODE == 2 /* UTF-8 input */ - for (;;) { - if (pb->ct == 0) { /* Out of multi-byte sequence? */ - pb->bs[pb->wi = 0] = (BYTE)c; /* Save 1st byte */ - if ((BYTE)c < 0x80) break; /* 1-byte? */ - if (((BYTE)c & 0xE0) == 0xC0) pb->ct = 1; /* 2-byte? */ - if (((BYTE)c & 0xF0) == 0xE0) pb->ct = 2; /* 3-byte? */ - if (((BYTE)c & 0xF1) == 0xF0) pb->ct = 3; /* 4-byte? */ - return; - } else { /* In the multi-byte sequence */ - if (((BYTE)c & 0xC0) != 0x80) { /* Broken sequence? */ - pb->ct = 0; continue; - } - pb->bs[++pb->wi] = (BYTE)c; /* Save the trailing byte */ - if (--pb->ct == 0) break; /* End of multi-byte sequence? */ - return; - } - } - tp = (TCHAR*)pb->bs; - dc = tchar2uni(&tp); /* UTF-8 ==> UTF-16 */ - if (dc == 0xFFFFFFFF) return; - wc = (WCHAR)dc; - hs = (WCHAR)(dc >> 16); -#elif FF_LFN_UNICODE == 3 /* UTF-32 input */ - if (IsSurrogate(c) || c >= 0x110000) return; - if (c >= 0x10000) { - hs = (WCHAR)(0xD800 | ((c >> 10) - 0x40)); /* Make high surrogate */ - wc = 0xDC00 | (c & 0x3FF); /* Make low surrogate */ - } else { - hs = 0; - wc = (WCHAR)c; - } -#endif - -#if FF_STRF_ENCODE == 1 /* Write a character in UTF-16LE */ - if (hs != 0) { - st_word(&pb->buf[i], hs); - i += 2; - nc++; - } - st_word(&pb->buf[i], wc); - i += 2; -#elif FF_STRF_ENCODE == 2 /* Write a character in UTF-16BE */ - if (hs != 0) { - pb->buf[i++] = (BYTE)(hs >> 8); - pb->buf[i++] = (BYTE)hs; - nc++; - } - pb->buf[i++] = (BYTE)(wc >> 8); - pb->buf[i++] = (BYTE)wc; -#elif FF_STRF_ENCODE == 3 /* Write it in UTF-8 */ - if (hs != 0) { /* 4-byte */ - nc += 3; - hs = (hs & 0x3FF) + 0x40; - pb->buf[i++] = (BYTE)(0xF0 | hs >> 8); - pb->buf[i++] = (BYTE)(0x80 | (hs >> 2 & 0x3F)); - pb->buf[i++] = (BYTE)(0x80 | (hs & 3) << 4 | (wc >> 6 & 0x0F)); - pb->buf[i++] = (BYTE)(0x80 | (wc & 0x3F)); - } else { - if (wc < 0x80) { /* 1-byte */ - pb->buf[i++] = (BYTE)wc; - } else { - if (wc < 0x800) { /* 2-byte */ - nc += 1; - pb->buf[i++] = (BYTE)(0xC0 | wc >> 6); - } else { /* 3-byte */ - nc += 2; - pb->buf[i++] = (BYTE)(0xE0 | wc >> 12); - pb->buf[i++] = (BYTE)(0x80 | (wc >> 6 & 0x3F)); - } - pb->buf[i++] = (BYTE)(0x80 | (wc & 0x3F)); - } - } -#else /* Write it in ANSI/OEM */ - if (hs != 0) return; - wc = ff_uni2oem(wc, CODEPAGE); /* UTF-16 ==> ANSI/OEM */ - if (wc == 0) return;; - if (wc >= 0x100) { - pb->buf[i++] = (BYTE)(wc >> 8); nc++; - } - pb->buf[i++] = (BYTE)wc; -#endif - -#else /* ANSI/OEM input (without re-encode) */ - pb->buf[i++] = (BYTE)c; -#endif - - if (i >= (int)(sizeof pb->buf) - 4) { /* Write buffered characters to the file */ - f_write(pb->fp, pb->buf, (UINT)i, &n); - i = (n == (UINT)i) ? 0 : -1; - } - pb->idx = i; - pb->nchr = nc + 1; -} - - -static -int putc_flush ( /* Flush left characters in the buffer */ - putbuff* pb -) -{ - UINT nw; - - if ( pb->idx >= 0 /* Flush buffered characters to the file */ - && f_write(pb->fp, pb->buf, (UINT)pb->idx, &nw) == FR_OK - && (UINT)pb->idx == nw) return pb->nchr; - return EOF; -} - - -static -void putc_init ( /* Initialize write buffer */ - putbuff* pb, - FIL* fp -) -{ - mem_set(pb, 0, sizeof (putbuff)); - pb->fp = fp; -} - - - -int f_putc ( - TCHAR c, /* A character to be output */ - FIL* fp /* Pointer to the file object */ -) -{ - putbuff pb; - - - putc_init(&pb, fp); - putc_bfd(&pb, c); /* Put the character */ - return putc_flush(&pb); -} - - - - -/*-----------------------------------------------------------------------*/ -/* Put a String to the File */ -/*-----------------------------------------------------------------------*/ - -int f_puts ( - const TCHAR* str, /* Pointer to the string to be output */ - FIL* fp /* Pointer to the file object */ -) -{ - putbuff pb; - - - putc_init(&pb, fp); - while (*str) putc_bfd(&pb, *str++); /* Put the string */ - return putc_flush(&pb); -} - - - - -/*-----------------------------------------------------------------------*/ -/* Put a Formatted String to the File */ -/*-----------------------------------------------------------------------*/ - -int f_printf ( - FIL* fp, /* Pointer to the file object */ - const TCHAR* fmt, /* Pointer to the format string */ - ... /* Optional arguments... */ -) -{ - va_list arp; - putbuff pb; - BYTE f, r; - UINT i, j, w; - DWORD v; - TCHAR c, d, str[32], *p; - - - putc_init(&pb, fp); - - va_start(arp, fmt); - - for (;;) { - c = *fmt++; - if (c == 0) break; /* End of string */ - if (c != '%') { /* Non escape character */ - putc_bfd(&pb, c); - continue; - } - w = f = 0; - c = *fmt++; - if (c == '0') { /* Flag: '0' padding */ - f = 1; c = *fmt++; - } else { - if (c == '-') { /* Flag: left justified */ - f = 2; c = *fmt++; - } - } - if (c == '*') { /* Minimum width by argument */ - w = va_arg(arp, int); - c = *fmt++; - } else { - while (IsDigit(c)) { /* Minimum width */ - w = w * 10 + c - '0'; - c = *fmt++; - } - } - if (c == 'l' || c == 'L') { /* Type prefix: Size is long int */ - f |= 4; c = *fmt++; - } - if (c == 0) break; - d = c; - if (IsLower(d)) d -= 0x20; - switch (d) { /* Atgument type is... */ - case 'S' : /* String */ - p = va_arg(arp, TCHAR*); - for (j = 0; p[j]; j++) ; - if (!(f & 2)) { /* Right padded */ - while (j++ < w) putc_bfd(&pb, ' ') ; - } - while (*p) putc_bfd(&pb, *p++) ; /* String body */ - while (j++ < w) putc_bfd(&pb, ' ') ; /* Left padded */ - continue; - - case 'C' : /* Character */ - putc_bfd(&pb, (TCHAR)va_arg(arp, int)); continue; - - case 'B' : /* Unsigned binary */ - r = 2; break; - - case 'O' : /* Unsigned octal */ - r = 8; break; - - case 'D' : /* Signed decimal */ - case 'U' : /* Unsigned decimal */ - r = 10; break; - - case 'X' : /* Unsigned hexdecimal */ - r = 16; break; - - default: /* Unknown type (pass-through) */ - putc_bfd(&pb, c); continue; - } - - /* Get an argument and put it in numeral */ - v = (f & 4) ? (DWORD)va_arg(arp, long) : ((d == 'D') ? (DWORD)(long)va_arg(arp, int) : (DWORD)va_arg(arp, unsigned int)); - if (d == 'D' && (v & 0x80000000)) { - v = 0 - v; - f |= 8; - } - i = 0; - do { - d = (TCHAR)(v % r); v /= r; - if (d > 9) d += (c == 'x') ? 0x27 : 0x07; - str[i++] = d + '0'; - } while (v && i < sizeof str / sizeof *str); - if (f & 8) str[i++] = '-'; - j = i; d = (f & 1) ? '0' : ' '; - if (!(f & 2)) { - while (j++ < w) putc_bfd(&pb, d); /* Right pad */ - } - do { - putc_bfd(&pb, str[--i]); /* Number body */ - } while (i); - while (j++ < w) putc_bfd(&pb, d); /* Left pad */ - } - - va_end(arp); - - return putc_flush(&pb); -} - -#endif /* !FF_FS_READONLY */ -#endif /* FF_USE_STRFUNC */ - - - -#if FF_CODE_PAGE == 0 -/*-----------------------------------------------------------------------*/ -/* Set Active Codepage for the Path Name */ -/*-----------------------------------------------------------------------*/ - -FRESULT f_setcp ( - WORD cp /* Value to be set as active code page */ -) -{ - static const WORD validcp[] = { 437, 720, 737, 771, 775, 850, 852, 857, 860, 861, 862, 863, 864, 865, 866, 869, 932, 936, 949, 950, 0}; - static const BYTE* const tables[] = {Ct437, Ct720, Ct737, Ct771, Ct775, Ct850, Ct852, Ct857, Ct860, Ct861, Ct862, Ct863, Ct864, Ct865, Ct866, Ct869, Dc932, Dc936, Dc949, Dc950, 0}; - UINT i; - - - for (i = 0; validcp[i] != 0 && validcp[i] != cp; i++) ; /* Find the code page */ - if (validcp[i] != cp) return FR_INVALID_PARAMETER; /* Not found? */ - - CodePage = cp; - if (cp >= 900) { /* DBCS */ - ExCvt = 0; - DbcTbl = tables[i]; - } else { /* SBCS */ - ExCvt = tables[i]; - DbcTbl = 0; - } - return FR_OK; -} -#endif /* FF_CODE_PAGE == 0 */ - -#endif /* (defined FILE_SYSTEM_INTERFACE_SD) || (defined FILE_SYSTEM_INTERFACE_RAM) */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/ffsystem.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/ffsystem.c deleted file mode 100644 index 9df330f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/ffsystem.c +++ /dev/null @@ -1,171 +0,0 @@ -/*------------------------------------------------------------------------*/ -/* Sample Code of OS Dependent Functions for FatFs */ -/* (C)ChaN, 2017 */ -/*------------------------------------------------------------------------*/ - - -#include "ff.h" - - - -#if FF_USE_LFN == 3 /* Dynamic memory allocation */ - -/*------------------------------------------------------------------------*/ -/* Allocate a memory block */ -/*------------------------------------------------------------------------*/ - -void* ff_memalloc ( /* Returns pointer to the allocated memory block (null on not enough core) */ - UINT msize /* Number of bytes to allocate */ -) -{ - return malloc(msize); /* Allocate a new memory block with POSIX API */ -} - - -/*------------------------------------------------------------------------*/ -/* Free a memory block */ -/*------------------------------------------------------------------------*/ - -void ff_memfree ( - void* mblock /* Pointer to the memory block to free (nothing to do for null) */ -) -{ - free(mblock); /* Free the memory block with POSIX API */ -} - -#endif - - - -#if FF_FS_REENTRANT /* Mutal exclusion */ - -/*------------------------------------------------------------------------*/ -/* Create a Synchronization Object */ -/*------------------------------------------------------------------------*/ -/* This function is called in f_mount() function to create a new -/ synchronization object for the volume, such as semaphore and mutex. -/ When a 0 is returned, the f_mount() function fails with FR_INT_ERR. -*/ - -//const osMutexDef_t Mutex[FF_VOLUMES]; /* CMSIS-RTOS */ - - -int ff_cre_syncobj ( /* 1:Function succeeded, 0:Could not create the sync object */ - BYTE vol, /* Corresponding volume (logical drive number) */ - FF_SYNC_t* sobj /* Pointer to return the created sync object */ -) -{ - /* Win32 */ - *sobj = CreateMutex(NULL, FALSE, NULL); - return (int)(*sobj != INVALID_HANDLE_VALUE); - - /* uITRON */ -// T_CSEM csem = {TA_TPRI,1,1}; -// *sobj = acre_sem(&csem); -// return (int)(*sobj > 0); - - /* uC/OS-II */ -// OS_ERR err; -// *sobj = OSMutexCreate(0, &err); -// return (int)(err == OS_NO_ERR); - - /* FreeRTOS */ -// *sobj = xSemaphoreCreateMutex(); -// return (int)(*sobj != NULL); - - /* CMSIS-RTOS */ -// *sobj = osMutexCreate(Mutex + vol); -// return (int)(*sobj != NULL); -} - - -/*------------------------------------------------------------------------*/ -/* Delete a Synchronization Object */ -/*------------------------------------------------------------------------*/ -/* This function is called in f_mount() function to delete a synchronization -/ object that created with ff_cre_syncobj() function. When a 0 is returned, -/ the f_mount() function fails with FR_INT_ERR. -*/ - -int ff_del_syncobj ( /* 1:Function succeeded, 0:Could not delete due to an error */ - FF_SYNC_t sobj /* Sync object tied to the logical drive to be deleted */ -) -{ - /* Win32 */ - return (int)CloseHandle(sobj); - - /* uITRON */ -// return (int)(del_sem(sobj) == E_OK); - - /* uC/OS-II */ -// OS_ERR err; -// OSMutexDel(sobj, OS_DEL_ALWAYS, &err); -// return (int)(err == OS_NO_ERR); - - /* FreeRTOS */ -// vSemaphoreDelete(sobj); -// return 1; - - /* CMSIS-RTOS */ -// return (int)(osMutexDelete(sobj) == osOK); -} - - -/*------------------------------------------------------------------------*/ -/* Request Grant to Access the Volume */ -/*------------------------------------------------------------------------*/ -/* This function is called on entering file functions to lock the volume. -/ When a 0 is returned, the file function fails with FR_TIMEOUT. -*/ - -int ff_req_grant ( /* 1:Got a grant to access the volume, 0:Could not get a grant */ - FF_SYNC_t sobj /* Sync object to wait */ -) -{ - /* Win32 */ - return (int)(WaitForSingleObject(sobj, FF_FS_TIMEOUT) == WAIT_OBJECT_0); - - /* uITRON */ -// return (int)(wai_sem(sobj) == E_OK); - - /* uC/OS-II */ -// OS_ERR err; -// OSMutexPend(sobj, FF_FS_TIMEOUT, &err)); -// return (int)(err == OS_NO_ERR); - - /* FreeRTOS */ -// return (int)(xSemaphoreTake(sobj, FF_FS_TIMEOUT) == pdTRUE); - - /* CMSIS-RTOS */ -// return (int)(osMutexWait(sobj, FF_FS_TIMEOUT) == osOK); -} - - -/*------------------------------------------------------------------------*/ -/* Release Grant to Access the Volume */ -/*------------------------------------------------------------------------*/ -/* This function is called on leaving file functions to unlock the volume. -*/ - -void ff_rel_grant ( - FF_SYNC_t sobj /* Sync object to be signaled */ -) -{ - /* Win32 */ - ReleaseMutex(sobj); - - /* uITRON */ -// sig_sem(sobj); - - /* uC/OS-II */ -// OSMutexPost(sobj); - - /* FreeRTOS */ -// xSemaphoreGive(sobj); - - /* CMSIS-RTOS */ -// osMutexRelease(sobj); -} - -#endif - diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/ffunicode.c b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/ffunicode.c deleted file mode 100644 index 9a5d37e..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/ffunicode.c +++ /dev/null @@ -1,15597 +0,0 @@ -/*------------------------------------------------------------------------*/ -/* Unicode handling functions for FatFs R0.13b */ -/*------------------------------------------------------------------------*/ -/* This module will occupy a huge memory in the .const section when the / -/ FatFs is configured for LFN with DBCS. If the system has any Unicode / -/ utilitiy for the code conversion, this module should be modified to use / -/ that function to avoid silly memory consumption. / -/-------------------------------------------------------------------------*/ -/* -/ Copyright (C) 2018, ChaN, all right reserved. -/ -/ FatFs module is an open source software. Redistribution and use of FatFs in -/ source and binary forms, with or without modification, are permitted provided -/ that the following condition is met: -/ -/ 1. Redistributions of source code must retain the above copyright notice, -/ this condition and the following disclaimer. -/ -/ This software is provided by the copyright holder and contributors "AS IS" -/ and any warranties related to this software are DISCLAIMED. -/ The copyright owner or contributors be NOT LIABLE for any damages caused -/ by use of this software. -*/ - - -#include "ff.h" - -#if FF_USE_LFN /* This module is blanked when non-LFN configuration */ - -#if FF_DEFINED != 63463 /* Revision ID */ -#error Wrong include file (ff.h). -#endif - -#define MERGE2(a, b) a ## b -#define CVTBL(tbl, cp) MERGE2(tbl, cp) - - -/*------------------------------------------------------------------------*/ -/* Code Conversion Tables */ -/*------------------------------------------------------------------------*/ - -#if FF_CODE_PAGE == 932 || FF_CODE_PAGE == 0 /* Japanese */ -static const WCHAR uni2oem932[] = { /* Unicode --> Shift_JIS pairs */ - 0x00A7, 0x8198, 0x00A8, 0x814E, 0x00B0, 0x818B, 0x00B1, 0x817D, 0x00B4, 0x814C, 0x00B6, 0x81F7, 0x00D7, 0x817E, 0x00F7, 0x8180, - 0x0391, 0x839F, 0x0392, 0x83A0, 0x0393, 0x83A1, 0x0394, 0x83A2, 0x0395, 0x83A3, 0x0396, 0x83A4, 0x0397, 0x83A5, 0x0398, 0x83A6, - 0x0399, 0x83A7, 0x039A, 0x83A8, 0x039B, 0x83A9, 0x039C, 0x83AA, 0x039D, 0x83AB, 0x039E, 0x83AC, 0x039F, 0x83AD, 0x03A0, 0x83AE, - 0x03A1, 0x83AF, 0x03A3, 0x83B0, 0x03A4, 0x83B1, 0x03A5, 0x83B2, 0x03A6, 0x83B3, 0x03A7, 0x83B4, 0x03A8, 0x83B5, 0x03A9, 0x83B6, - 0x03B1, 0x83BF, 0x03B2, 0x83C0, 0x03B3, 0x83C1, 0x03B4, 0x83C2, 0x03B5, 0x83C3, 0x03B6, 0x83C4, 0x03B7, 0x83C5, 0x03B8, 0x83C6, - 0x03B9, 0x83C7, 0x03BA, 0x83C8, 0x03BB, 0x83C9, 0x03BC, 0x83CA, 0x03BD, 0x83CB, 0x03BE, 0x83CC, 0x03BF, 0x83CD, 0x03C0, 0x83CE, - 0x03C1, 0x83CF, 0x03C3, 0x83D0, 0x03C4, 0x83D1, 0x03C5, 0x83D2, 0x03C6, 0x83D3, 0x03C7, 0x83D4, 0x03C8, 0x83D5, 0x03C9, 0x83D6, - 0x0401, 0x8446, 0x0410, 0x8440, 0x0411, 0x8441, 0x0412, 0x8442, 0x0413, 0x8443, 0x0414, 0x8444, 0x0415, 0x8445, 0x0416, 0x8447, - 0x0417, 0x8448, 0x0418, 0x8449, 0x0419, 0x844A, 0x041A, 0x844B, 0x041B, 0x844C, 0x041C, 0x844D, 0x041D, 0x844E, 0x041E, 0x844F, - 0x041F, 0x8450, 0x0420, 0x8451, 0x0421, 0x8452, 0x0422, 0x8453, 0x0423, 0x8454, 0x0424, 0x8455, 0x0425, 0x8456, 0x0426, 0x8457, - 0x0427, 0x8458, 0x0428, 0x8459, 0x0429, 0x845A, 0x042A, 0x845B, 0x042B, 0x845C, 0x042C, 0x845D, 0x042D, 0x845E, 0x042E, 0x845F, - 0x042F, 0x8460, 0x0430, 0x8470, 0x0431, 0x8471, 0x0432, 0x8472, 0x0433, 0x8473, 0x0434, 0x8474, 0x0435, 0x8475, 0x0436, 0x8477, - 0x0437, 0x8478, 0x0438, 0x8479, 0x0439, 0x847A, 0x043A, 0x847B, 0x043B, 0x847C, 0x043C, 0x847D, 0x043D, 0x847E, 0x043E, 0x8480, - 0x043F, 0x8481, 0x0440, 0x8482, 0x0441, 0x8483, 0x0442, 0x8484, 0x0443, 0x8485, 0x0444, 0x8486, 0x0445, 0x8487, 0x0446, 0x8488, - 0x0447, 0x8489, 0x0448, 0x848A, 0x0449, 0x848B, 0x044A, 0x848C, 0x044B, 0x848D, 0x044C, 0x848E, 0x044D, 0x848F, 0x044E, 0x8490, - 0x044F, 0x8491, 0x0451, 0x8476, 0x2010, 0x815D, 0x2015, 0x815C, 0x2018, 0x8165, 0x2019, 0x8166, 0x201C, 0x8167, 0x201D, 0x8168, - 0x2020, 0x81F5, 0x2021, 0x81F6, 0x2025, 0x8164, 0x2026, 0x8163, 0x2030, 0x81F1, 0x2032, 0x818C, 0x2033, 0x818D, 0x203B, 0x81A6, - 0x2103, 0x818E, 0x2116, 0x8782, 0x2121, 0x8784, 0x212B, 0x81F0, 0x2160, 0x8754, 0x2161, 0x8755, 0x2162, 0x8756, 0x2163, 0x8757, - 0x2164, 0x8758, 0x2165, 0x8759, 0x2166, 0x875A, 0x2167, 0x875B, 0x2168, 0x875C, 0x2169, 0x875D, 0x2170, 0xFA40, 0x2171, 0xFA41, - 0x2172, 0xFA42, 0x2173, 0xFA43, 0x2174, 0xFA44, 0x2175, 0xFA45, 0x2176, 0xFA46, 0x2177, 0xFA47, 0x2178, 0xFA48, 0x2179, 0xFA49, - 0x2190, 0x81A9, 0x2191, 0x81AA, 0x2192, 0x81A8, 0x2193, 0x81AB, 0x21D2, 0x81CB, 0x21D4, 0x81CC, 0x2200, 0x81CD, 0x2202, 0x81DD, - 0x2203, 0x81CE, 0x2207, 0x81DE, 0x2208, 0x81B8, 0x220B, 0x81B9, 0x2211, 0x8794, 0x221A, 0x81E3, 0x221D, 0x81E5, 0x221E, 0x8187, - 0x221F, 0x8798, 0x2220, 0x81DA, 0x2225, 0x8161, 0x2227, 0x81C8, 0x2228, 0x81C9, 0x2229, 0x81BF, 0x222A, 0x81BE, 0x222B, 0x81E7, - 0x222C, 0x81E8, 0x222E, 0x8793, 0x2234, 0x8188, 0x2235, 0x81E6, 0x223D, 0x81E4, 0x2252, 0x81E0, 0x2260, 0x8182, 0x2261, 0x81DF, - 0x2266, 0x8185, 0x2267, 0x8186, 0x226A, 0x81E1, 0x226B, 0x81E2, 0x2282, 0x81BC, 0x2283, 0x81BD, 0x2286, 0x81BA, 0x2287, 0x81BB, - 0x22A5, 0x81DB, 0x22BF, 0x8799, 0x2312, 0x81DC, 0x2460, 0x8740, 0x2461, 0x8741, 0x2462, 0x8742, 0x2463, 0x8743, 0x2464, 0x8744, - 0x2465, 0x8745, 0x2466, 0x8746, 0x2467, 0x8747, 0x2468, 0x8748, 0x2469, 0x8749, 0x246A, 0x874A, 0x246B, 0x874B, 0x246C, 0x874C, - 0x246D, 0x874D, 0x246E, 0x874E, 0x246F, 0x874F, 0x2470, 0x8750, 0x2471, 0x8751, 0x2472, 0x8752, 0x2473, 0x8753, 0x2500, 0x849F, - 0x2501, 0x84AA, 0x2502, 0x84A0, 0x2503, 0x84AB, 0x250C, 0x84A1, 0x250F, 0x84AC, 0x2510, 0x84A2, 0x2513, 0x84AD, 0x2514, 0x84A4, - 0x2517, 0x84AF, 0x2518, 0x84A3, 0x251B, 0x84AE, 0x251C, 0x84A5, 0x251D, 0x84BA, 0x2520, 0x84B5, 0x2523, 0x84B0, 0x2524, 0x84A7, - 0x2525, 0x84BC, 0x2528, 0x84B7, 0x252B, 0x84B2, 0x252C, 0x84A6, 0x252F, 0x84B6, 0x2530, 0x84BB, 0x2533, 0x84B1, 0x2534, 0x84A8, - 0x2537, 0x84B8, 0x2538, 0x84BD, 0x253B, 0x84B3, 0x253C, 0x84A9, 0x253F, 0x84B9, 0x2542, 0x84BE, 0x254B, 0x84B4, 0x25A0, 0x81A1, - 0x25A1, 0x81A0, 0x25B2, 0x81A3, 0x25B3, 0x81A2, 0x25BC, 0x81A5, 0x25BD, 0x81A4, 0x25C6, 0x819F, 0x25C7, 0x819E, 0x25CB, 0x819B, - 0x25CE, 0x819D, 0x25CF, 0x819C, 0x25EF, 0x81FC, 0x2605, 0x819A, 0x2606, 0x8199, 0x2640, 0x818A, 0x2642, 0x8189, 0x266A, 0x81F4, - 0x266D, 0x81F3, 0x266F, 0x81F2, 0x3000, 0x8140, 0x3001, 0x8141, 0x3002, 0x8142, 0x3003, 0x8156, 0x3005, 0x8158, 0x3006, 0x8159, - 0x3007, 0x815A, 0x3008, 0x8171, 0x3009, 0x8172, 0x300A, 0x8173, 0x300B, 0x8174, 0x300C, 0x8175, 0x300D, 0x8176, 0x300E, 0x8177, - 0x300F, 0x8178, 0x3010, 0x8179, 0x3011, 0x817A, 0x3012, 0x81A7, 0x3013, 0x81AC, 0x3014, 0x816B, 0x3015, 0x816C, 0x301D, 0x8780, - 0x301F, 0x8781, 0x3041, 0x829F, 0x3042, 0x82A0, 0x3043, 0x82A1, 0x3044, 0x82A2, 0x3045, 0x82A3, 0x3046, 0x82A4, 0x3047, 0x82A5, - 0x3048, 0x82A6, 0x3049, 0x82A7, 0x304A, 0x82A8, 0x304B, 0x82A9, 0x304C, 0x82AA, 0x304D, 0x82AB, 0x304E, 0x82AC, 0x304F, 0x82AD, - 0x3050, 0x82AE, 0x3051, 0x82AF, 0x3052, 0x82B0, 0x3053, 0x82B1, 0x3054, 0x82B2, 0x3055, 0x82B3, 0x3056, 0x82B4, 0x3057, 0x82B5, - 0x3058, 0x82B6, 0x3059, 0x82B7, 0x305A, 0x82B8, 0x305B, 0x82B9, 0x305C, 0x82BA, 0x305D, 0x82BB, 0x305E, 0x82BC, 0x305F, 0x82BD, - 0x3060, 0x82BE, 0x3061, 0x82BF, 0x3062, 0x82C0, 0x3063, 0x82C1, 0x3064, 0x82C2, 0x3065, 0x82C3, 0x3066, 0x82C4, 0x3067, 0x82C5, - 0x3068, 0x82C6, 0x3069, 0x82C7, 0x306A, 0x82C8, 0x306B, 0x82C9, 0x306C, 0x82CA, 0x306D, 0x82CB, 0x306E, 0x82CC, 0x306F, 0x82CD, - 0x3070, 0x82CE, 0x3071, 0x82CF, 0x3072, 0x82D0, 0x3073, 0x82D1, 0x3074, 0x82D2, 0x3075, 0x82D3, 0x3076, 0x82D4, 0x3077, 0x82D5, - 0x3078, 0x82D6, 0x3079, 0x82D7, 0x307A, 0x82D8, 0x307B, 0x82D9, 0x307C, 0x82DA, 0x307D, 0x82DB, 0x307E, 0x82DC, 0x307F, 0x82DD, - 0x3080, 0x82DE, 0x3081, 0x82DF, 0x3082, 0x82E0, 0x3083, 0x82E1, 0x3084, 0x82E2, 0x3085, 0x82E3, 0x3086, 0x82E4, 0x3087, 0x82E5, - 0x3088, 0x82E6, 0x3089, 0x82E7, 0x308A, 0x82E8, 0x308B, 0x82E9, 0x308C, 0x82EA, 0x308D, 0x82EB, 0x308E, 0x82EC, 0x308F, 0x82ED, - 0x3090, 0x82EE, 0x3091, 0x82EF, 0x3092, 0x82F0, 0x3093, 0x82F1, 0x309B, 0x814A, 0x309C, 0x814B, 0x309D, 0x8154, 0x309E, 0x8155, - 0x30A1, 0x8340, 0x30A2, 0x8341, 0x30A3, 0x8342, 0x30A4, 0x8343, 0x30A5, 0x8344, 0x30A6, 0x8345, 0x30A7, 0x8346, 0x30A8, 0x8347, - 0x30A9, 0x8348, 0x30AA, 0x8349, 0x30AB, 0x834A, 0x30AC, 0x834B, 0x30AD, 0x834C, 0x30AE, 0x834D, 0x30AF, 0x834E, 0x30B0, 0x834F, - 0x30B1, 0x8350, 0x30B2, 0x8351, 0x30B3, 0x8352, 0x30B4, 0x8353, 0x30B5, 0x8354, 0x30B6, 0x8355, 0x30B7, 0x8356, 0x30B8, 0x8357, - 0x30B9, 0x8358, 0x30BA, 0x8359, 0x30BB, 0x835A, 0x30BC, 0x835B, 0x30BD, 0x835C, 0x30BE, 0x835D, 0x30BF, 0x835E, 0x30C0, 0x835F, - 0x30C1, 0x8360, 0x30C2, 0x8361, 0x30C3, 0x8362, 0x30C4, 0x8363, 0x30C5, 0x8364, 0x30C6, 0x8365, 0x30C7, 0x8366, 0x30C8, 0x8367, - 0x30C9, 0x8368, 0x30CA, 0x8369, 0x30CB, 0x836A, 0x30CC, 0x836B, 0x30CD, 0x836C, 0x30CE, 0x836D, 0x30CF, 0x836E, 0x30D0, 0x836F, - 0x30D1, 0x8370, 0x30D2, 0x8371, 0x30D3, 0x8372, 0x30D4, 0x8373, 0x30D5, 0x8374, 0x30D6, 0x8375, 0x30D7, 0x8376, 0x30D8, 0x8377, - 0x30D9, 0x8378, 0x30DA, 0x8379, 0x30DB, 0x837A, 0x30DC, 0x837B, 0x30DD, 0x837C, 0x30DE, 0x837D, 0x30DF, 0x837E, 0x30E0, 0x8380, - 0x30E1, 0x8381, 0x30E2, 0x8382, 0x30E3, 0x8383, 0x30E4, 0x8384, 0x30E5, 0x8385, 0x30E6, 0x8386, 0x30E7, 0x8387, 0x30E8, 0x8388, - 0x30E9, 0x8389, 0x30EA, 0x838A, 0x30EB, 0x838B, 0x30EC, 0x838C, 0x30ED, 0x838D, 0x30EE, 0x838E, 0x30EF, 0x838F, 0x30F0, 0x8390, - 0x30F1, 0x8391, 0x30F2, 0x8392, 0x30F3, 0x8393, 0x30F4, 0x8394, 0x30F5, 0x8395, 0x30F6, 0x8396, 0x30FB, 0x8145, 0x30FC, 0x815B, - 0x30FD, 0x8152, 0x30FE, 0x8153, 0x3231, 0x878A, 0x3232, 0x878B, 0x3239, 0x878C, 0x32A4, 0x8785, 0x32A5, 0x8786, 0x32A6, 0x8787, - 0x32A7, 0x8788, 0x32A8, 0x8789, 0x3303, 0x8765, 0x330D, 0x8769, 0x3314, 0x8760, 0x3318, 0x8763, 0x3322, 0x8761, 0x3323, 0x876B, - 0x3326, 0x876A, 0x3327, 0x8764, 0x332B, 0x876C, 0x3336, 0x8766, 0x333B, 0x876E, 0x3349, 0x875F, 0x334A, 0x876D, 0x334D, 0x8762, - 0x3351, 0x8767, 0x3357, 0x8768, 0x337B, 0x877E, 0x337C, 0x878F, 0x337D, 0x878E, 0x337E, 0x878D, 0x338E, 0x8772, 0x338F, 0x8773, - 0x339C, 0x876F, 0x339D, 0x8770, 0x339E, 0x8771, 0x33A1, 0x8775, 0x33C4, 0x8774, 0x33CD, 0x8783, 0x4E00, 0x88EA, 0x4E01, 0x929A, - 0x4E03, 0x8EB5, 0x4E07, 0x969C, 0x4E08, 0x8FE4, 0x4E09, 0x8E4F, 0x4E0A, 0x8FE3, 0x4E0B, 0x89BA, 0x4E0D, 0x9573, 0x4E0E, 0x975E, - 0x4E10, 0x98A0, 0x4E11, 0x894E, 0x4E14, 0x8A8E, 0x4E15, 0x98A1, 0x4E16, 0x90A2, 0x4E17, 0x99C0, 0x4E18, 0x8B75, 0x4E19, 0x95B8, - 0x4E1E, 0x8FE5, 0x4E21, 0x97BC, 0x4E26, 0x95C0, 0x4E28, 0xFA68, 0x4E2A, 0x98A2, 0x4E2D, 0x9286, 0x4E31, 0x98A3, 0x4E32, 0x8BF8, - 0x4E36, 0x98A4, 0x4E38, 0x8ADB, 0x4E39, 0x924F, 0x4E3B, 0x8EE5, 0x4E3C, 0x98A5, 0x4E3F, 0x98A6, 0x4E42, 0x98A7, 0x4E43, 0x9454, - 0x4E45, 0x8B76, 0x4E4B, 0x9456, 0x4E4D, 0x93E1, 0x4E4E, 0x8CC1, 0x4E4F, 0x9652, 0x4E55, 0xE568, 0x4E56, 0x98A8, 0x4E57, 0x8FE6, - 0x4E58, 0x98A9, 0x4E59, 0x89B3, 0x4E5D, 0x8BE3, 0x4E5E, 0x8CEE, 0x4E5F, 0x96E7, 0x4E62, 0x9BA4, 0x4E71, 0x9790, 0x4E73, 0x93FB, - 0x4E7E, 0x8AA3, 0x4E80, 0x8B54, 0x4E82, 0x98AA, 0x4E85, 0x98AB, 0x4E86, 0x97B9, 0x4E88, 0x975C, 0x4E89, 0x9188, 0x4E8A, 0x98AD, - 0x4E8B, 0x8E96, 0x4E8C, 0x93F1, 0x4E8E, 0x98B0, 0x4E91, 0x895D, 0x4E92, 0x8CDD, 0x4E94, 0x8CDC, 0x4E95, 0x88E4, 0x4E98, 0x986A, - 0x4E99, 0x9869, 0x4E9B, 0x8DB1, 0x4E9C, 0x889F, 0x4E9E, 0x98B1, 0x4E9F, 0x98B2, 0x4EA0, 0x98B3, 0x4EA1, 0x9653, 0x4EA2, 0x98B4, - 0x4EA4, 0x8CF0, 0x4EA5, 0x88E5, 0x4EA6, 0x9692, 0x4EA8, 0x8B9C, 0x4EAB, 0x8B9D, 0x4EAC, 0x8B9E, 0x4EAD, 0x92E0, 0x4EAE, 0x97BA, - 0x4EB0, 0x98B5, 0x4EB3, 0x98B6, 0x4EB6, 0x98B7, 0x4EBA, 0x906C, 0x4EC0, 0x8F59, 0x4EC1, 0x906D, 0x4EC2, 0x98BC, 0x4EC4, 0x98BA, - 0x4EC6, 0x98BB, 0x4EC7, 0x8B77, 0x4ECA, 0x8DA1, 0x4ECB, 0x89EE, 0x4ECD, 0x98B9, 0x4ECE, 0x98B8, 0x4ECF, 0x95A7, 0x4ED4, 0x8E65, - 0x4ED5, 0x8E64, 0x4ED6, 0x91BC, 0x4ED7, 0x98BD, 0x4ED8, 0x9574, 0x4ED9, 0x90E5, 0x4EDD, 0x8157, 0x4EDE, 0x98BE, 0x4EDF, 0x98C0, - 0x4EE1, 0xFA69, 0x4EE3, 0x91E3, 0x4EE4, 0x97DF, 0x4EE5, 0x88C8, 0x4EED, 0x98BF, 0x4EEE, 0x89BC, 0x4EF0, 0x8BC2, 0x4EF2, 0x9287, - 0x4EF6, 0x8C8F, 0x4EF7, 0x98C1, 0x4EFB, 0x9443, 0x4EFC, 0xFA6A, 0x4F00, 0xFA6B, 0x4F01, 0x8AE9, 0x4F03, 0xFA6C, 0x4F09, 0x98C2, - 0x4F0A, 0x88C9, 0x4F0D, 0x8CDE, 0x4F0E, 0x8AEA, 0x4F0F, 0x959A, 0x4F10, 0x94B0, 0x4F11, 0x8B78, 0x4F1A, 0x89EF, 0x4F1C, 0x98E5, - 0x4F1D, 0x9360, 0x4F2F, 0x948C, 0x4F30, 0x98C4, 0x4F34, 0x94BA, 0x4F36, 0x97E0, 0x4F38, 0x904C, 0x4F39, 0xFA6D, 0x4F3A, 0x8E66, - 0x4F3C, 0x8E97, 0x4F3D, 0x89BE, 0x4F43, 0x92CF, 0x4F46, 0x9241, 0x4F47, 0x98C8, 0x4F4D, 0x88CA, 0x4F4E, 0x92E1, 0x4F4F, 0x8F5A, - 0x4F50, 0x8DB2, 0x4F51, 0x9743, 0x4F53, 0x91CC, 0x4F55, 0x89BD, 0x4F56, 0xFA6E, 0x4F57, 0x98C7, 0x4F59, 0x975D, 0x4F5A, 0x98C3, - 0x4F5B, 0x98C5, 0x4F5C, 0x8DEC, 0x4F5D, 0x98C6, 0x4F5E, 0x9B43, 0x4F69, 0x98CE, 0x4F6F, 0x98D1, 0x4F70, 0x98CF, 0x4F73, 0x89C0, - 0x4F75, 0x95B9, 0x4F76, 0x98C9, 0x4F7B, 0x98CD, 0x4F7C, 0x8CF1, 0x4F7F, 0x8E67, 0x4F83, 0x8AA4, 0x4F86, 0x98D2, 0x4F88, 0x98CA, - 0x4F8A, 0xFA70, 0x4F8B, 0x97E1, 0x4F8D, 0x8E98, 0x4F8F, 0x98CB, 0x4F91, 0x98D0, 0x4F92, 0xFA6F, 0x4F94, 0xFA72, 0x4F96, 0x98D3, - 0x4F98, 0x98CC, 0x4F9A, 0xFA71, 0x4F9B, 0x8B9F, 0x4F9D, 0x88CB, 0x4FA0, 0x8BA0, 0x4FA1, 0x89BF, 0x4FAB, 0x9B44, 0x4FAD, 0x9699, - 0x4FAE, 0x958E, 0x4FAF, 0x8CF2, 0x4FB5, 0x904E, 0x4FB6, 0x97B5, 0x4FBF, 0x95D6, 0x4FC2, 0x8C57, 0x4FC3, 0x91A3, 0x4FC4, 0x89E2, - 0x4FC9, 0xFA61, 0x4FCA, 0x8F72, 0x4FCD, 0xFA73, 0x4FCE, 0x98D7, 0x4FD0, 0x98DC, 0x4FD1, 0x98DA, 0x4FD4, 0x98D5, 0x4FD7, 0x91AD, - 0x4FD8, 0x98D8, 0x4FDA, 0x98DB, 0x4FDB, 0x98D9, 0x4FDD, 0x95DB, 0x4FDF, 0x98D6, 0x4FE1, 0x904D, 0x4FE3, 0x9693, 0x4FE4, 0x98DD, - 0x4FE5, 0x98DE, 0x4FEE, 0x8F43, 0x4FEF, 0x98EB, 0x4FF3, 0x946F, 0x4FF5, 0x9555, 0x4FF6, 0x98E6, 0x4FF8, 0x95EE, 0x4FFA, 0x89B4, - 0x4FFE, 0x98EA, 0x4FFF, 0xFA76, 0x5005, 0x98E4, 0x5006, 0x98ED, 0x5009, 0x9171, 0x500B, 0x8CC2, 0x500D, 0x947B, 0x500F, 0xE0C5, - 0x5011, 0x98EC, 0x5012, 0x937C, 0x5014, 0x98E1, 0x5016, 0x8CF4, 0x5019, 0x8CF3, 0x501A, 0x98DF, 0x501E, 0xFA77, 0x501F, 0x8ED8, - 0x5021, 0x98E7, 0x5022, 0xFA75, 0x5023, 0x95ED, 0x5024, 0x926C, 0x5025, 0x98E3, 0x5026, 0x8C91, 0x5028, 0x98E0, 0x5029, 0x98E8, - 0x502A, 0x98E2, 0x502B, 0x97CF, 0x502C, 0x98E9, 0x502D, 0x9860, 0x5036, 0x8BE4, 0x5039, 0x8C90, 0x5040, 0xFA74, 0x5042, 0xFA7A, - 0x5043, 0x98EE, 0x5046, 0xFA78, 0x5047, 0x98EF, 0x5048, 0x98F3, 0x5049, 0x88CC, 0x504F, 0x95CE, 0x5050, 0x98F2, 0x5055, 0x98F1, - 0x5056, 0x98F5, 0x505A, 0x98F4, 0x505C, 0x92E2, 0x5065, 0x8C92, 0x506C, 0x98F6, 0x5070, 0xFA79, 0x5072, 0x8EC3, 0x5074, 0x91A4, - 0x5075, 0x92E3, 0x5076, 0x8BF4, 0x5078, 0x98F7, 0x507D, 0x8B55, 0x5080, 0x98F8, 0x5085, 0x98FA, 0x508D, 0x9654, 0x5091, 0x8C86, - 0x5094, 0xFA7B, 0x5098, 0x8E50, 0x5099, 0x94F5, 0x509A, 0x98F9, 0x50AC, 0x8DC3, 0x50AD, 0x9762, 0x50B2, 0x98FC, 0x50B3, 0x9942, - 0x50B4, 0x98FB, 0x50B5, 0x8DC2, 0x50B7, 0x8F9D, 0x50BE, 0x8C58, 0x50C2, 0x9943, 0x50C5, 0x8BCD, 0x50C9, 0x9940, 0x50CA, 0x9941, - 0x50CD, 0x93AD, 0x50CF, 0x919C, 0x50D1, 0x8BA1, 0x50D5, 0x966C, 0x50D6, 0x9944, 0x50D8, 0xFA7D, 0x50DA, 0x97BB, 0x50DE, 0x9945, - 0x50E3, 0x9948, 0x50E5, 0x9946, 0x50E7, 0x916D, 0x50ED, 0x9947, 0x50EE, 0x9949, 0x50F4, 0xFA7C, 0x50F5, 0x994B, 0x50F9, 0x994A, - 0x50FB, 0x95C6, 0x5100, 0x8B56, 0x5101, 0x994D, 0x5102, 0x994E, 0x5104, 0x89AD, 0x5109, 0x994C, 0x5112, 0x8EF2, 0x5114, 0x9951, - 0x5115, 0x9950, 0x5116, 0x994F, 0x5118, 0x98D4, 0x511A, 0x9952, 0x511F, 0x8F9E, 0x5121, 0x9953, 0x512A, 0x9744, 0x5132, 0x96D7, - 0x5137, 0x9955, 0x513A, 0x9954, 0x513B, 0x9957, 0x513C, 0x9956, 0x513F, 0x9958, 0x5140, 0x9959, 0x5141, 0x88F2, 0x5143, 0x8CB3, - 0x5144, 0x8C5A, 0x5145, 0x8F5B, 0x5146, 0x929B, 0x5147, 0x8BA2, 0x5148, 0x90E6, 0x5149, 0x8CF5, 0x514A, 0xFA7E, 0x514B, 0x8D8E, - 0x514C, 0x995B, 0x514D, 0x96C6, 0x514E, 0x9365, 0x5150, 0x8E99, 0x5152, 0x995A, 0x5154, 0x995C, 0x515A, 0x937D, 0x515C, 0x8A95, - 0x5162, 0x995D, 0x5164, 0xFA80, 0x5165, 0x93FC, 0x5168, 0x9153, 0x5169, 0x995F, 0x516A, 0x9960, 0x516B, 0x94AA, 0x516C, 0x8CF6, - 0x516D, 0x985A, 0x516E, 0x9961, 0x5171, 0x8BA4, 0x5175, 0x95BA, 0x5176, 0x91B4, 0x5177, 0x8BEF, 0x5178, 0x9354, 0x517C, 0x8C93, - 0x5180, 0x9962, 0x5182, 0x9963, 0x5185, 0x93E0, 0x5186, 0x897E, 0x5189, 0x9966, 0x518A, 0x8DFB, 0x518C, 0x9965, 0x518D, 0x8DC4, - 0x518F, 0x9967, 0x5190, 0xE3EC, 0x5191, 0x9968, 0x5192, 0x9660, 0x5193, 0x9969, 0x5195, 0x996A, 0x5196, 0x996B, 0x5197, 0x8FE7, - 0x5199, 0x8ECA, 0x519D, 0xFA81, 0x51A0, 0x8AA5, 0x51A2, 0x996E, 0x51A4, 0x996C, 0x51A5, 0x96BB, 0x51A6, 0x996D, 0x51A8, 0x9579, - 0x51A9, 0x996F, 0x51AA, 0x9970, 0x51AB, 0x9971, 0x51AC, 0x937E, 0x51B0, 0x9975, 0x51B1, 0x9973, 0x51B2, 0x9974, 0x51B3, 0x9972, - 0x51B4, 0x8DE1, 0x51B5, 0x9976, 0x51B6, 0x96E8, 0x51B7, 0x97E2, 0x51BD, 0x9977, 0x51BE, 0xFA82, 0x51C4, 0x90A6, 0x51C5, 0x9978, - 0x51C6, 0x8F79, 0x51C9, 0x9979, 0x51CB, 0x929C, 0x51CC, 0x97BD, 0x51CD, 0x9380, 0x51D6, 0x99C3, 0x51DB, 0x997A, 0x51DC, 0xEAA3, - 0x51DD, 0x8BC3, 0x51E0, 0x997B, 0x51E1, 0x967D, 0x51E6, 0x8F88, 0x51E7, 0x91FA, 0x51E9, 0x997D, 0x51EA, 0x93E2, 0x51EC, 0xFA83, - 0x51ED, 0x997E, 0x51F0, 0x9980, 0x51F1, 0x8A4D, 0x51F5, 0x9981, 0x51F6, 0x8BA5, 0x51F8, 0x93CA, 0x51F9, 0x899A, 0x51FA, 0x8F6F, - 0x51FD, 0x949F, 0x51FE, 0x9982, 0x5200, 0x9381, 0x5203, 0x906E, 0x5204, 0x9983, 0x5206, 0x95AA, 0x5207, 0x90D8, 0x5208, 0x8AA0, - 0x520A, 0x8AA7, 0x520B, 0x9984, 0x520E, 0x9986, 0x5211, 0x8C59, 0x5214, 0x9985, 0x5215, 0xFA84, 0x5217, 0x97F1, 0x521D, 0x8F89, - 0x5224, 0x94BB, 0x5225, 0x95CA, 0x5227, 0x9987, 0x5229, 0x9798, 0x522A, 0x9988, 0x522E, 0x9989, 0x5230, 0x939E, 0x5233, 0x998A, - 0x5236, 0x90A7, 0x5237, 0x8DFC, 0x5238, 0x8C94, 0x5239, 0x998B, 0x523A, 0x8E68, 0x523B, 0x8D8F, 0x5243, 0x92E4, 0x5244, 0x998D, - 0x5247, 0x91A5, 0x524A, 0x8DED, 0x524B, 0x998E, 0x524C, 0x998F, 0x524D, 0x914F, 0x524F, 0x998C, 0x5254, 0x9991, 0x5256, 0x9655, - 0x525B, 0x8D84, 0x525E, 0x9990, 0x5263, 0x8C95, 0x5264, 0x8DDC, 0x5265, 0x948D, 0x5269, 0x9994, 0x526A, 0x9992, 0x526F, 0x959B, - 0x5270, 0x8FE8, 0x5271, 0x999B, 0x5272, 0x8A84, 0x5273, 0x9995, 0x5274, 0x9993, 0x5275, 0x916E, 0x527D, 0x9997, 0x527F, 0x9996, - 0x5283, 0x8A63, 0x5287, 0x8C80, 0x5288, 0x999C, 0x5289, 0x97AB, 0x528D, 0x9998, 0x5291, 0x999D, 0x5292, 0x999A, 0x5294, 0x9999, - 0x529B, 0x97CD, 0x529C, 0xFA85, 0x529F, 0x8CF7, 0x52A0, 0x89C1, 0x52A3, 0x97F2, 0x52A6, 0xFA86, 0x52A9, 0x8F95, 0x52AA, 0x9377, - 0x52AB, 0x8D85, 0x52AC, 0x99A0, 0x52AD, 0x99A1, 0x52AF, 0xFB77, 0x52B1, 0x97E3, 0x52B4, 0x984A, 0x52B5, 0x99A3, 0x52B9, 0x8CF8, - 0x52BC, 0x99A2, 0x52BE, 0x8A4E, 0x52C0, 0xFA87, 0x52C1, 0x99A4, 0x52C3, 0x9675, 0x52C5, 0x92BA, 0x52C7, 0x9745, 0x52C9, 0x95D7, - 0x52CD, 0x99A5, 0x52D2, 0xE8D3, 0x52D5, 0x93AE, 0x52D7, 0x99A6, 0x52D8, 0x8AA8, 0x52D9, 0x96B1, 0x52DB, 0xFA88, 0x52DD, 0x8F9F, - 0x52DE, 0x99A7, 0x52DF, 0x95E5, 0x52E0, 0x99AB, 0x52E2, 0x90A8, 0x52E3, 0x99A8, 0x52E4, 0x8BCE, 0x52E6, 0x99A9, 0x52E7, 0x8AA9, - 0x52F2, 0x8C4D, 0x52F3, 0x99AC, 0x52F5, 0x99AD, 0x52F8, 0x99AE, 0x52F9, 0x99AF, 0x52FA, 0x8ED9, 0x52FE, 0x8CF9, 0x52FF, 0x96DC, - 0x5300, 0xFA89, 0x5301, 0x96E6, 0x5302, 0x93F5, 0x5305, 0x95EF, 0x5306, 0x99B0, 0x5307, 0xFA8A, 0x5308, 0x99B1, 0x530D, 0x99B3, - 0x530F, 0x99B5, 0x5310, 0x99B4, 0x5315, 0x99B6, 0x5316, 0x89BB, 0x5317, 0x966B, 0x5319, 0x8DFA, 0x531A, 0x99B7, 0x531D, 0x9178, - 0x5320, 0x8FA0, 0x5321, 0x8BA7, 0x5323, 0x99B8, 0x5324, 0xFA8B, 0x532A, 0x94D9, 0x532F, 0x99B9, 0x5331, 0x99BA, 0x5333, 0x99BB, - 0x5338, 0x99BC, 0x5339, 0x9543, 0x533A, 0x8BE6, 0x533B, 0x88E3, 0x533F, 0x93BD, 0x5340, 0x99BD, 0x5341, 0x8F5C, 0x5343, 0x90E7, - 0x5345, 0x99BF, 0x5346, 0x99BE, 0x5347, 0x8FA1, 0x5348, 0x8CDF, 0x5349, 0x99C1, 0x534A, 0x94BC, 0x534D, 0x99C2, 0x5351, 0x94DA, - 0x5352, 0x91B2, 0x5353, 0x91EC, 0x5354, 0x8BA6, 0x5357, 0x93EC, 0x5358, 0x9250, 0x535A, 0x948E, 0x535C, 0x966D, 0x535E, 0x99C4, - 0x5360, 0x90E8, 0x5366, 0x8C54, 0x5369, 0x99C5, 0x536E, 0x99C6, 0x536F, 0x894B, 0x5370, 0x88F3, 0x5371, 0x8AEB, 0x5372, 0xFA8C, - 0x5373, 0x91A6, 0x5374, 0x8B70, 0x5375, 0x9791, 0x5377, 0x99C9, 0x5378, 0x89B5, 0x537B, 0x99C8, 0x537F, 0x8BA8, 0x5382, 0x99CA, - 0x5384, 0x96EF, 0x5393, 0xFA8D, 0x5396, 0x99CB, 0x5398, 0x97D0, 0x539A, 0x8CFA, 0x539F, 0x8CB4, 0x53A0, 0x99CC, 0x53A5, 0x99CE, - 0x53A6, 0x99CD, 0x53A8, 0x907E, 0x53A9, 0x8958, 0x53AD, 0x897D, 0x53AE, 0x99CF, 0x53B0, 0x99D0, 0x53B2, 0xFA8E, 0x53B3, 0x8CB5, - 0x53B6, 0x99D1, 0x53BB, 0x8B8E, 0x53C2, 0x8E51, 0x53C3, 0x99D2, 0x53C8, 0x9694, 0x53C9, 0x8DB3, 0x53CA, 0x8B79, 0x53CB, 0x9746, - 0x53CC, 0x916F, 0x53CD, 0x94BD, 0x53CE, 0x8EFB, 0x53D4, 0x8F66, 0x53D6, 0x8EE6, 0x53D7, 0x8EF3, 0x53D9, 0x8F96, 0x53DB, 0x94BE, - 0x53DD, 0xFA8F, 0x53DF, 0x99D5, 0x53E1, 0x8962, 0x53E2, 0x9170, 0x53E3, 0x8CFB, 0x53E4, 0x8CC3, 0x53E5, 0x8BE5, 0x53E8, 0x99D9, - 0x53E9, 0x9240, 0x53EA, 0x91FC, 0x53EB, 0x8BA9, 0x53EC, 0x8FA2, 0x53ED, 0x99DA, 0x53EE, 0x99D8, 0x53EF, 0x89C2, 0x53F0, 0x91E4, - 0x53F1, 0x8EB6, 0x53F2, 0x8E6A, 0x53F3, 0x8945, 0x53F6, 0x8A90, 0x53F7, 0x8D86, 0x53F8, 0x8E69, 0x53FA, 0x99DB, 0x5401, 0x99DC, - 0x5403, 0x8B68, 0x5404, 0x8A65, 0x5408, 0x8D87, 0x5409, 0x8B67, 0x540A, 0x92DD, 0x540B, 0x8944, 0x540C, 0x93AF, 0x540D, 0x96BC, - 0x540E, 0x8D40, 0x540F, 0x9799, 0x5410, 0x9366, 0x5411, 0x8CFC, 0x541B, 0x8C4E, 0x541D, 0x99E5, 0x541F, 0x8BE1, 0x5420, 0x9669, - 0x5426, 0x94DB, 0x5429, 0x99E4, 0x542B, 0x8ADC, 0x542C, 0x99DF, 0x542D, 0x99E0, 0x542E, 0x99E2, 0x5436, 0x99E3, 0x5438, 0x8B7A, - 0x5439, 0x9081, 0x543B, 0x95AB, 0x543C, 0x99E1, 0x543D, 0x99DD, 0x543E, 0x8CE1, 0x5440, 0x99DE, 0x5442, 0x9843, 0x5446, 0x95F0, - 0x5448, 0x92E6, 0x5449, 0x8CE0, 0x544A, 0x8D90, 0x544E, 0x99E6, 0x5451, 0x93DB, 0x545F, 0x99EA, 0x5468, 0x8EFC, 0x546A, 0x8EF4, - 0x5470, 0x99ED, 0x5471, 0x99EB, 0x5473, 0x96A1, 0x5475, 0x99E8, 0x5476, 0x99F1, 0x5477, 0x99EC, 0x547B, 0x99EF, 0x547C, 0x8CC4, - 0x547D, 0x96BD, 0x5480, 0x99F0, 0x5484, 0x99F2, 0x5486, 0x99F4, 0x548A, 0xFA92, 0x548B, 0x8DEE, 0x548C, 0x9861, 0x548E, 0x99E9, - 0x548F, 0x99E7, 0x5490, 0x99F3, 0x5492, 0x99EE, 0x549C, 0xFA91, 0x54A2, 0x99F6, 0x54A4, 0x9A42, 0x54A5, 0x99F8, 0x54A8, 0x99FC, - 0x54A9, 0xFA93, 0x54AB, 0x9A40, 0x54AC, 0x99F9, 0x54AF, 0x9A5D, 0x54B2, 0x8DE7, 0x54B3, 0x8A50, 0x54B8, 0x99F7, 0x54BC, 0x9A44, - 0x54BD, 0x88F4, 0x54BE, 0x9A43, 0x54C0, 0x88A3, 0x54C1, 0x9569, 0x54C2, 0x9A41, 0x54C4, 0x99FA, 0x54C7, 0x99F5, 0x54C8, 0x99FB, - 0x54C9, 0x8DC6, 0x54D8, 0x9A45, 0x54E1, 0x88F5, 0x54E2, 0x9A4E, 0x54E5, 0x9A46, 0x54E6, 0x9A47, 0x54E8, 0x8FA3, 0x54E9, 0x9689, - 0x54ED, 0x9A4C, 0x54EE, 0x9A4B, 0x54F2, 0x934E, 0x54FA, 0x9A4D, 0x54FD, 0x9A4A, 0x54FF, 0xFA94, 0x5504, 0x8953, 0x5506, 0x8DB4, - 0x5507, 0x904F, 0x550F, 0x9A48, 0x5510, 0x9382, 0x5514, 0x9A49, 0x5516, 0x88A0, 0x552E, 0x9A53, 0x552F, 0x9742, 0x5531, 0x8FA5, - 0x5533, 0x9A59, 0x5538, 0x9A58, 0x5539, 0x9A4F, 0x553E, 0x91C1, 0x5540, 0x9A50, 0x5544, 0x91ED, 0x5545, 0x9A55, 0x5546, 0x8FA4, - 0x554C, 0x9A52, 0x554F, 0x96E2, 0x5553, 0x8C5B, 0x5556, 0x9A56, 0x5557, 0x9A57, 0x555C, 0x9A54, 0x555D, 0x9A5A, 0x5563, 0x9A51, - 0x557B, 0x9A60, 0x557C, 0x9A65, 0x557E, 0x9A61, 0x5580, 0x9A5C, 0x5583, 0x9A66, 0x5584, 0x9150, 0x5586, 0xFA95, 0x5587, 0x9A68, - 0x5589, 0x8D41, 0x558A, 0x9A5E, 0x558B, 0x929D, 0x5598, 0x9A62, 0x5599, 0x9A5B, 0x559A, 0x8AAB, 0x559C, 0x8AEC, 0x559D, 0x8A85, - 0x559E, 0x9A63, 0x559F, 0x9A5F, 0x55A7, 0x8C96, 0x55A8, 0x9A69, 0x55A9, 0x9A67, 0x55AA, 0x9172, 0x55AB, 0x8B69, 0x55AC, 0x8BAA, - 0x55AE, 0x9A64, 0x55B0, 0x8BF2, 0x55B6, 0x8963, 0x55C4, 0x9A6D, 0x55C5, 0x9A6B, 0x55C7, 0x9AA5, 0x55D4, 0x9A70, 0x55DA, 0x9A6A, - 0x55DC, 0x9A6E, 0x55DF, 0x9A6C, 0x55E3, 0x8E6B, 0x55E4, 0x9A6F, 0x55F7, 0x9A72, 0x55F9, 0x9A77, 0x55FD, 0x9A75, 0x55FE, 0x9A74, - 0x5606, 0x9251, 0x5609, 0x89C3, 0x5614, 0x9A71, 0x5616, 0x9A73, 0x5617, 0x8FA6, 0x5618, 0x8952, 0x561B, 0x9A76, 0x5629, 0x89DC, - 0x562F, 0x9A82, 0x5631, 0x8FFA, 0x5632, 0x9A7D, 0x5634, 0x9A7B, 0x5636, 0x9A7C, 0x5638, 0x9A7E, 0x5642, 0x895C, 0x564C, 0x9158, - 0x564E, 0x9A78, 0x5650, 0x9A79, 0x565B, 0x8A9A, 0x5664, 0x9A81, 0x5668, 0x8AED, 0x566A, 0x9A84, 0x566B, 0x9A80, 0x566C, 0x9A83, - 0x5674, 0x95AC, 0x5678, 0x93D3, 0x567A, 0x94B6, 0x5680, 0x9A86, 0x5686, 0x9A85, 0x5687, 0x8A64, 0x568A, 0x9A87, 0x568F, 0x9A8A, - 0x5694, 0x9A89, 0x56A0, 0x9A88, 0x56A2, 0x9458, 0x56A5, 0x9A8B, 0x56AE, 0x9A8C, 0x56B4, 0x9A8E, 0x56B6, 0x9A8D, 0x56BC, 0x9A90, - 0x56C0, 0x9A93, 0x56C1, 0x9A91, 0x56C2, 0x9A8F, 0x56C3, 0x9A92, 0x56C8, 0x9A94, 0x56CE, 0x9A95, 0x56D1, 0x9A96, 0x56D3, 0x9A97, - 0x56D7, 0x9A98, 0x56D8, 0x9964, 0x56DA, 0x8EFA, 0x56DB, 0x8E6C, 0x56DE, 0x89F1, 0x56E0, 0x88F6, 0x56E3, 0x9263, 0x56EE, 0x9A99, - 0x56F0, 0x8DA2, 0x56F2, 0x88CD, 0x56F3, 0x907D, 0x56F9, 0x9A9A, 0x56FA, 0x8CC5, 0x56FD, 0x8D91, 0x56FF, 0x9A9C, 0x5700, 0x9A9B, - 0x5703, 0x95DE, 0x5704, 0x9A9D, 0x5708, 0x9A9F, 0x5709, 0x9A9E, 0x570B, 0x9AA0, 0x570D, 0x9AA1, 0x570F, 0x8C97, 0x5712, 0x8980, - 0x5713, 0x9AA2, 0x5716, 0x9AA4, 0x5718, 0x9AA3, 0x571C, 0x9AA6, 0x571F, 0x9379, 0x5726, 0x9AA7, 0x5727, 0x88B3, 0x5728, 0x8DDD, - 0x572D, 0x8C5C, 0x5730, 0x926E, 0x5737, 0x9AA8, 0x5738, 0x9AA9, 0x573B, 0x9AAB, 0x5740, 0x9AAC, 0x5742, 0x8DE2, 0x5747, 0x8BCF, - 0x574A, 0x9656, 0x574E, 0x9AAA, 0x574F, 0x9AAD, 0x5750, 0x8DBF, 0x5751, 0x8D42, 0x5759, 0xFA96, 0x5761, 0x9AB1, 0x5764, 0x8DA3, - 0x5765, 0xFA97, 0x5766, 0x9252, 0x5769, 0x9AAE, 0x576A, 0x92D8, 0x577F, 0x9AB2, 0x5782, 0x9082, 0x5788, 0x9AB0, 0x5789, 0x9AB3, - 0x578B, 0x8C5E, 0x5793, 0x9AB4, 0x57A0, 0x9AB5, 0x57A2, 0x8D43, 0x57A3, 0x8A5F, 0x57A4, 0x9AB7, 0x57AA, 0x9AB8, 0x57AC, 0xFA98, - 0x57B0, 0x9AB9, 0x57B3, 0x9AB6, 0x57C0, 0x9AAF, 0x57C3, 0x9ABA, 0x57C6, 0x9ABB, 0x57C7, 0xFA9A, 0x57C8, 0xFA99, 0x57CB, 0x9684, - 0x57CE, 0x8FE9, 0x57D2, 0x9ABD, 0x57D3, 0x9ABE, 0x57D4, 0x9ABC, 0x57D6, 0x9AC0, 0x57DC, 0x9457, 0x57DF, 0x88E6, 0x57E0, 0x9575, - 0x57E3, 0x9AC1, 0x57F4, 0x8FFB, 0x57F7, 0x8EB7, 0x57F9, 0x947C, 0x57FA, 0x8AEE, 0x57FC, 0x8DE9, 0x5800, 0x9678, 0x5802, 0x93B0, - 0x5805, 0x8C98, 0x5806, 0x91CD, 0x580A, 0x9ABF, 0x580B, 0x9AC2, 0x5815, 0x91C2, 0x5819, 0x9AC3, 0x581D, 0x9AC4, 0x5821, 0x9AC6, - 0x5824, 0x92E7, 0x582A, 0x8AAC, 0x582F, 0xEA9F, 0x5830, 0x8981, 0x5831, 0x95F1, 0x5834, 0x8FEA, 0x5835, 0x9367, 0x583A, 0x8DE4, - 0x583D, 0x9ACC, 0x5840, 0x95BB, 0x5841, 0x97DB, 0x584A, 0x89F2, 0x584B, 0x9AC8, 0x5851, 0x9159, 0x5852, 0x9ACB, 0x5854, 0x9383, - 0x5857, 0x9368, 0x5858, 0x9384, 0x5859, 0x94B7, 0x585A, 0x92CB, 0x585E, 0x8DC7, 0x5862, 0x9AC7, 0x5869, 0x8996, 0x586B, 0x9355, - 0x5870, 0x9AC9, 0x5872, 0x9AC5, 0x5875, 0x906F, 0x5879, 0x9ACD, 0x587E, 0x8F6D, 0x5883, 0x8BAB, 0x5885, 0x9ACE, 0x5893, 0x95E6, - 0x5897, 0x919D, 0x589C, 0x92C4, 0x589E, 0xFA9D, 0x589F, 0x9AD0, 0x58A8, 0x966E, 0x58AB, 0x9AD1, 0x58AE, 0x9AD6, 0x58B2, 0xFA9E, - 0x58B3, 0x95AD, 0x58B8, 0x9AD5, 0x58B9, 0x9ACF, 0x58BA, 0x9AD2, 0x58BB, 0x9AD4, 0x58BE, 0x8DA4, 0x58C1, 0x95C7, 0x58C5, 0x9AD7, - 0x58C7, 0x9264, 0x58CA, 0x89F3, 0x58CC, 0x8FEB, 0x58D1, 0x9AD9, 0x58D3, 0x9AD8, 0x58D5, 0x8D88, 0x58D7, 0x9ADA, 0x58D8, 0x9ADC, - 0x58D9, 0x9ADB, 0x58DC, 0x9ADE, 0x58DE, 0x9AD3, 0x58DF, 0x9AE0, 0x58E4, 0x9ADF, 0x58E5, 0x9ADD, 0x58EB, 0x8E6D, 0x58EC, 0x9070, - 0x58EE, 0x9173, 0x58EF, 0x9AE1, 0x58F0, 0x90BA, 0x58F1, 0x88EB, 0x58F2, 0x9484, 0x58F7, 0x92D9, 0x58F9, 0x9AE3, 0x58FA, 0x9AE2, - 0x58FB, 0x9AE4, 0x58FC, 0x9AE5, 0x58FD, 0x9AE6, 0x5902, 0x9AE7, 0x5909, 0x95CF, 0x590A, 0x9AE8, 0x590B, 0xFA9F, 0x590F, 0x89C4, - 0x5910, 0x9AE9, 0x5915, 0x975B, 0x5916, 0x8A4F, 0x5918, 0x99C7, 0x5919, 0x8F67, 0x591A, 0x91BD, 0x591B, 0x9AEA, 0x591C, 0x96E9, - 0x5922, 0x96B2, 0x5925, 0x9AEC, 0x5927, 0x91E5, 0x5929, 0x9356, 0x592A, 0x91BE, 0x592B, 0x9576, 0x592C, 0x9AED, 0x592D, 0x9AEE, - 0x592E, 0x899B, 0x5931, 0x8EB8, 0x5932, 0x9AEF, 0x5937, 0x88CE, 0x5938, 0x9AF0, 0x593E, 0x9AF1, 0x5944, 0x8982, 0x5947, 0x8AEF, - 0x5948, 0x93DE, 0x5949, 0x95F2, 0x594E, 0x9AF5, 0x594F, 0x9174, 0x5950, 0x9AF4, 0x5951, 0x8C5F, 0x5953, 0xFAA0, 0x5954, 0x967A, - 0x5955, 0x9AF3, 0x5957, 0x9385, 0x5958, 0x9AF7, 0x595A, 0x9AF6, 0x595B, 0xFAA1, 0x595D, 0xFAA2, 0x5960, 0x9AF9, 0x5962, 0x9AF8, - 0x5963, 0xFAA3, 0x5965, 0x899C, 0x5967, 0x9AFA, 0x5968, 0x8FA7, 0x5969, 0x9AFC, 0x596A, 0x9244, 0x596C, 0x9AFB, 0x596E, 0x95B1, - 0x5973, 0x8F97, 0x5974, 0x937A, 0x5978, 0x9B40, 0x597D, 0x8D44, 0x5981, 0x9B41, 0x5982, 0x9440, 0x5983, 0x94DC, 0x5984, 0x96CF, - 0x598A, 0x9444, 0x598D, 0x9B4A, 0x5993, 0x8B57, 0x5996, 0x9764, 0x5999, 0x96AD, 0x599B, 0x9BAA, 0x599D, 0x9B42, 0x59A3, 0x9B45, - 0x59A4, 0xFAA4, 0x59A5, 0x91C3, 0x59A8, 0x9657, 0x59AC, 0x9369, 0x59B2, 0x9B46, 0x59B9, 0x9685, 0x59BA, 0xFAA5, 0x59BB, 0x8DC8, - 0x59BE, 0x8FA8, 0x59C6, 0x9B47, 0x59C9, 0x8E6F, 0x59CB, 0x8E6E, 0x59D0, 0x88B7, 0x59D1, 0x8CC6, 0x59D3, 0x90A9, 0x59D4, 0x88CF, - 0x59D9, 0x9B4B, 0x59DA, 0x9B4C, 0x59DC, 0x9B49, 0x59E5, 0x8957, 0x59E6, 0x8AAD, 0x59E8, 0x9B48, 0x59EA, 0x96C3, 0x59EB, 0x9550, - 0x59F6, 0x88A6, 0x59FB, 0x88F7, 0x59FF, 0x8E70, 0x5A01, 0x88D0, 0x5A03, 0x88A1, 0x5A09, 0x9B51, 0x5A11, 0x9B4F, 0x5A18, 0x96BA, - 0x5A1A, 0x9B52, 0x5A1C, 0x9B50, 0x5A1F, 0x9B4E, 0x5A20, 0x9050, 0x5A25, 0x9B4D, 0x5A29, 0x95D8, 0x5A2F, 0x8CE2, 0x5A35, 0x9B56, - 0x5A36, 0x9B57, 0x5A3C, 0x8FA9, 0x5A40, 0x9B53, 0x5A41, 0x984B, 0x5A46, 0x946B, 0x5A49, 0x9B55, 0x5A5A, 0x8DA5, 0x5A62, 0x9B58, - 0x5A66, 0x9577, 0x5A6A, 0x9B59, 0x5A6C, 0x9B54, 0x5A7F, 0x96B9, 0x5A92, 0x947D, 0x5A9A, 0x9B5A, 0x5A9B, 0x9551, 0x5ABC, 0x9B5B, - 0x5ABD, 0x9B5F, 0x5ABE, 0x9B5C, 0x5AC1, 0x89C5, 0x5AC2, 0x9B5E, 0x5AC9, 0x8EB9, 0x5ACB, 0x9B5D, 0x5ACC, 0x8C99, 0x5AD0, 0x9B6B, - 0x5AD6, 0x9B64, 0x5AD7, 0x9B61, 0x5AE1, 0x9284, 0x5AE3, 0x9B60, 0x5AE6, 0x9B62, 0x5AE9, 0x9B63, 0x5AFA, 0x9B65, 0x5AFB, 0x9B66, - 0x5B09, 0x8AF0, 0x5B0B, 0x9B68, 0x5B0C, 0x9B67, 0x5B16, 0x9B69, 0x5B22, 0x8FEC, 0x5B2A, 0x9B6C, 0x5B2C, 0x92DA, 0x5B30, 0x8964, - 0x5B32, 0x9B6A, 0x5B36, 0x9B6D, 0x5B3E, 0x9B6E, 0x5B40, 0x9B71, 0x5B43, 0x9B6F, 0x5B45, 0x9B70, 0x5B50, 0x8E71, 0x5B51, 0x9B72, - 0x5B54, 0x8D45, 0x5B55, 0x9B73, 0x5B56, 0xFAA6, 0x5B57, 0x8E9A, 0x5B58, 0x91B6, 0x5B5A, 0x9B74, 0x5B5B, 0x9B75, 0x5B5C, 0x8E79, - 0x5B5D, 0x8D46, 0x5B5F, 0x96D0, 0x5B63, 0x8B47, 0x5B64, 0x8CC7, 0x5B65, 0x9B76, 0x5B66, 0x8A77, 0x5B69, 0x9B77, 0x5B6B, 0x91B7, - 0x5B70, 0x9B78, 0x5B71, 0x9BA1, 0x5B73, 0x9B79, 0x5B75, 0x9B7A, 0x5B78, 0x9B7B, 0x5B7A, 0x9B7D, 0x5B80, 0x9B7E, 0x5B83, 0x9B80, - 0x5B85, 0x91EE, 0x5B87, 0x8946, 0x5B88, 0x8EE7, 0x5B89, 0x88C0, 0x5B8B, 0x9176, 0x5B8C, 0x8AAE, 0x5B8D, 0x8EB3, 0x5B8F, 0x8D47, - 0x5B95, 0x9386, 0x5B97, 0x8F40, 0x5B98, 0x8AAF, 0x5B99, 0x9288, 0x5B9A, 0x92E8, 0x5B9B, 0x88B6, 0x5B9C, 0x8B58, 0x5B9D, 0x95F3, - 0x5B9F, 0x8EC0, 0x5BA2, 0x8B71, 0x5BA3, 0x90E9, 0x5BA4, 0x8EBA, 0x5BA5, 0x9747, 0x5BA6, 0x9B81, 0x5BAE, 0x8B7B, 0x5BB0, 0x8DC9, - 0x5BB3, 0x8A51, 0x5BB4, 0x8983, 0x5BB5, 0x8FAA, 0x5BB6, 0x89C6, 0x5BB8, 0x9B82, 0x5BB9, 0x9765, 0x5BBF, 0x8F68, 0x5BC0, 0xFAA7, - 0x5BC2, 0x8EE2, 0x5BC3, 0x9B83, 0x5BC4, 0x8AF1, 0x5BC5, 0x93D0, 0x5BC6, 0x96A7, 0x5BC7, 0x9B84, 0x5BC9, 0x9B85, 0x5BCC, 0x9578, - 0x5BD0, 0x9B87, 0x5BD2, 0x8AA6, 0x5BD3, 0x8BF5, 0x5BD4, 0x9B86, 0x5BD8, 0xFAA9, 0x5BDB, 0x8AB0, 0x5BDD, 0x9051, 0x5BDE, 0x9B8B, - 0x5BDF, 0x8E40, 0x5BE1, 0x89C7, 0x5BE2, 0x9B8A, 0x5BE4, 0x9B88, 0x5BE5, 0x9B8C, 0x5BE6, 0x9B89, 0x5BE7, 0x944A, 0x5BE8, 0x9ECB, - 0x5BE9, 0x9052, 0x5BEB, 0x9B8D, 0x5BEC, 0xFAAA, 0x5BEE, 0x97BE, 0x5BF0, 0x9B8E, 0x5BF3, 0x9B90, 0x5BF5, 0x929E, 0x5BF6, 0x9B8F, - 0x5BF8, 0x90A1, 0x5BFA, 0x8E9B, 0x5BFE, 0x91CE, 0x5BFF, 0x8EF5, 0x5C01, 0x9595, 0x5C02, 0x90EA, 0x5C04, 0x8ECB, 0x5C05, 0x9B91, - 0x5C06, 0x8FAB, 0x5C07, 0x9B92, 0x5C08, 0x9B93, 0x5C09, 0x88D1, 0x5C0A, 0x91B8, 0x5C0B, 0x9071, 0x5C0D, 0x9B94, 0x5C0E, 0x93B1, - 0x5C0F, 0x8FAC, 0x5C11, 0x8FAD, 0x5C13, 0x9B95, 0x5C16, 0x90EB, 0x5C1A, 0x8FAE, 0x5C1E, 0xFAAB, 0x5C20, 0x9B96, 0x5C22, 0x9B97, - 0x5C24, 0x96DE, 0x5C28, 0x9B98, 0x5C2D, 0x8BC4, 0x5C31, 0x8F41, 0x5C38, 0x9B99, 0x5C39, 0x9B9A, 0x5C3A, 0x8EDA, 0x5C3B, 0x904B, - 0x5C3C, 0x93F2, 0x5C3D, 0x9073, 0x5C3E, 0x94F6, 0x5C3F, 0x9441, 0x5C40, 0x8BC7, 0x5C41, 0x9B9B, 0x5C45, 0x8B8F, 0x5C46, 0x9B9C, - 0x5C48, 0x8BFC, 0x5C4A, 0x93CD, 0x5C4B, 0x89AE, 0x5C4D, 0x8E72, 0x5C4E, 0x9B9D, 0x5C4F, 0x9BA0, 0x5C50, 0x9B9F, 0x5C51, 0x8BFB, - 0x5C53, 0x9B9E, 0x5C55, 0x9357, 0x5C5E, 0x91AE, 0x5C60, 0x936A, 0x5C61, 0x8EC6, 0x5C64, 0x9177, 0x5C65, 0x979A, 0x5C6C, 0x9BA2, - 0x5C6E, 0x9BA3, 0x5C6F, 0x93D4, 0x5C71, 0x8E52, 0x5C76, 0x9BA5, 0x5C79, 0x9BA6, 0x5C8C, 0x9BA7, 0x5C90, 0x8AF2, 0x5C91, 0x9BA8, - 0x5C94, 0x9BA9, 0x5CA1, 0x89AA, 0x5CA6, 0xFAAC, 0x5CA8, 0x915A, 0x5CA9, 0x8AE2, 0x5CAB, 0x9BAB, 0x5CAC, 0x96A6, 0x5CB1, 0x91D0, - 0x5CB3, 0x8A78, 0x5CB6, 0x9BAD, 0x5CB7, 0x9BAF, 0x5CB8, 0x8ADD, 0x5CBA, 0xFAAD, 0x5CBB, 0x9BAC, 0x5CBC, 0x9BAE, 0x5CBE, 0x9BB1, - 0x5CC5, 0x9BB0, 0x5CC7, 0x9BB2, 0x5CD9, 0x9BB3, 0x5CE0, 0x93BB, 0x5CE1, 0x8BAC, 0x5CE8, 0x89E3, 0x5CE9, 0x9BB4, 0x5CEA, 0x9BB9, - 0x5CED, 0x9BB7, 0x5CEF, 0x95F5, 0x5CF0, 0x95F4, 0x5CF5, 0xFAAE, 0x5CF6, 0x9387, 0x5CFA, 0x9BB6, 0x5CFB, 0x8F73, 0x5CFD, 0x9BB5, - 0x5D07, 0x9092, 0x5D0B, 0x9BBA, 0x5D0E, 0x8DE8, 0x5D11, 0x9BC0, 0x5D14, 0x9BC1, 0x5D15, 0x9BBB, 0x5D16, 0x8A52, 0x5D17, 0x9BBC, - 0x5D18, 0x9BC5, 0x5D19, 0x9BC4, 0x5D1A, 0x9BC3, 0x5D1B, 0x9BBF, 0x5D1F, 0x9BBE, 0x5D22, 0x9BC2, 0x5D27, 0xFAAF, 0x5D29, 0x95F6, - 0x5D42, 0xFAB2, 0x5D4B, 0x9BC9, 0x5D4C, 0x9BC6, 0x5D4E, 0x9BC8, 0x5D50, 0x9792, 0x5D52, 0x9BC7, 0x5D53, 0xFAB0, 0x5D5C, 0x9BBD, - 0x5D69, 0x9093, 0x5D6C, 0x9BCA, 0x5D6D, 0xFAB3, 0x5D6F, 0x8DB5, 0x5D73, 0x9BCB, 0x5D76, 0x9BCC, 0x5D82, 0x9BCF, 0x5D84, 0x9BCE, - 0x5D87, 0x9BCD, 0x5D8B, 0x9388, 0x5D8C, 0x9BB8, 0x5D90, 0x9BD5, 0x5D9D, 0x9BD1, 0x5DA2, 0x9BD0, 0x5DAC, 0x9BD2, 0x5DAE, 0x9BD3, - 0x5DB7, 0x9BD6, 0x5DB8, 0xFAB4, 0x5DB9, 0xFAB5, 0x5DBA, 0x97E4, 0x5DBC, 0x9BD7, 0x5DBD, 0x9BD4, 0x5DC9, 0x9BD8, 0x5DCC, 0x8ADE, - 0x5DCD, 0x9BD9, 0x5DD0, 0xFAB6, 0x5DD2, 0x9BDB, 0x5DD3, 0x9BDA, 0x5DD6, 0x9BDC, 0x5DDB, 0x9BDD, 0x5DDD, 0x90EC, 0x5DDE, 0x8F42, - 0x5DE1, 0x8F84, 0x5DE3, 0x9183, 0x5DE5, 0x8D48, 0x5DE6, 0x8DB6, 0x5DE7, 0x8D49, 0x5DE8, 0x8B90, 0x5DEB, 0x9BDE, 0x5DEE, 0x8DB7, - 0x5DF1, 0x8CC8, 0x5DF2, 0x9BDF, 0x5DF3, 0x96A4, 0x5DF4, 0x9462, 0x5DF5, 0x9BE0, 0x5DF7, 0x8D4A, 0x5DFB, 0x8AAA, 0x5DFD, 0x9246, - 0x5DFE, 0x8BD0, 0x5E02, 0x8E73, 0x5E03, 0x957A, 0x5E06, 0x94BF, 0x5E0B, 0x9BE1, 0x5E0C, 0x8AF3, 0x5E11, 0x9BE4, 0x5E16, 0x929F, - 0x5E19, 0x9BE3, 0x5E1A, 0x9BE2, 0x5E1B, 0x9BE5, 0x5E1D, 0x92E9, 0x5E25, 0x9083, 0x5E2B, 0x8E74, 0x5E2D, 0x90C8, 0x5E2F, 0x91D1, - 0x5E30, 0x8B41, 0x5E33, 0x92A0, 0x5E36, 0x9BE6, 0x5E37, 0x9BE7, 0x5E38, 0x8FED, 0x5E3D, 0x9658, 0x5E40, 0x9BEA, 0x5E43, 0x9BE9, - 0x5E44, 0x9BE8, 0x5E45, 0x959D, 0x5E47, 0x9BF1, 0x5E4C, 0x9679, 0x5E4E, 0x9BEB, 0x5E54, 0x9BED, 0x5E55, 0x968B, 0x5E57, 0x9BEC, - 0x5E5F, 0x9BEE, 0x5E61, 0x94A6, 0x5E62, 0x9BEF, 0x5E63, 0x95BC, 0x5E64, 0x9BF0, 0x5E72, 0x8AB1, 0x5E73, 0x95BD, 0x5E74, 0x944E, - 0x5E75, 0x9BF2, 0x5E76, 0x9BF3, 0x5E78, 0x8D4B, 0x5E79, 0x8AB2, 0x5E7A, 0x9BF4, 0x5E7B, 0x8CB6, 0x5E7C, 0x9763, 0x5E7D, 0x9748, - 0x5E7E, 0x8AF4, 0x5E7F, 0x9BF6, 0x5E81, 0x92A1, 0x5E83, 0x8D4C, 0x5E84, 0x8FAF, 0x5E87, 0x94DD, 0x5E8A, 0x8FB0, 0x5E8F, 0x8F98, - 0x5E95, 0x92EA, 0x5E96, 0x95F7, 0x5E97, 0x9358, 0x5E9A, 0x8D4D, 0x5E9C, 0x957B, 0x5EA0, 0x9BF7, 0x5EA6, 0x9378, 0x5EA7, 0x8DC0, - 0x5EAB, 0x8CC9, 0x5EAD, 0x92EB, 0x5EB5, 0x88C1, 0x5EB6, 0x8F8E, 0x5EB7, 0x8D4E, 0x5EB8, 0x9766, 0x5EC1, 0x9BF8, 0x5EC2, 0x9BF9, - 0x5EC3, 0x9470, 0x5EC8, 0x9BFA, 0x5EC9, 0x97F5, 0x5ECA, 0x984C, 0x5ECF, 0x9BFC, 0x5ED0, 0x9BFB, 0x5ED3, 0x8A66, 0x5ED6, 0x9C40, - 0x5EDA, 0x9C43, 0x5EDB, 0x9C44, 0x5EDD, 0x9C42, 0x5EDF, 0x955F, 0x5EE0, 0x8FB1, 0x5EE1, 0x9C46, 0x5EE2, 0x9C45, 0x5EE3, 0x9C41, - 0x5EE8, 0x9C47, 0x5EE9, 0x9C48, 0x5EEC, 0x9C49, 0x5EF0, 0x9C4C, 0x5EF1, 0x9C4A, 0x5EF3, 0x9C4B, 0x5EF4, 0x9C4D, 0x5EF6, 0x8984, - 0x5EF7, 0x92EC, 0x5EF8, 0x9C4E, 0x5EFA, 0x8C9A, 0x5EFB, 0x89F4, 0x5EFC, 0x9455, 0x5EFE, 0x9C4F, 0x5EFF, 0x93F9, 0x5F01, 0x95D9, - 0x5F03, 0x9C50, 0x5F04, 0x984D, 0x5F09, 0x9C51, 0x5F0A, 0x95BE, 0x5F0B, 0x9C54, 0x5F0C, 0x989F, 0x5F0D, 0x98AF, 0x5F0F, 0x8EAE, - 0x5F10, 0x93F3, 0x5F11, 0x9C55, 0x5F13, 0x8B7C, 0x5F14, 0x92A2, 0x5F15, 0x88F8, 0x5F16, 0x9C56, 0x5F17, 0x95A4, 0x5F18, 0x8D4F, - 0x5F1B, 0x926F, 0x5F1F, 0x92ED, 0x5F21, 0xFAB7, 0x5F25, 0x96ED, 0x5F26, 0x8CB7, 0x5F27, 0x8CCA, 0x5F29, 0x9C57, 0x5F2D, 0x9C58, - 0x5F2F, 0x9C5E, 0x5F31, 0x8EE3, 0x5F34, 0xFAB8, 0x5F35, 0x92A3, 0x5F37, 0x8BAD, 0x5F38, 0x9C59, 0x5F3C, 0x954A, 0x5F3E, 0x9265, - 0x5F41, 0x9C5A, 0x5F45, 0xFA67, 0x5F48, 0x9C5B, 0x5F4A, 0x8BAE, 0x5F4C, 0x9C5C, 0x5F4E, 0x9C5D, 0x5F51, 0x9C5F, 0x5F53, 0x9396, - 0x5F56, 0x9C60, 0x5F57, 0x9C61, 0x5F59, 0x9C62, 0x5F5C, 0x9C53, 0x5F5D, 0x9C52, 0x5F61, 0x9C63, 0x5F62, 0x8C60, 0x5F66, 0x9546, - 0x5F67, 0xFAB9, 0x5F69, 0x8DCA, 0x5F6A, 0x9556, 0x5F6B, 0x92A4, 0x5F6C, 0x956A, 0x5F6D, 0x9C64, 0x5F70, 0x8FB2, 0x5F71, 0x8965, - 0x5F73, 0x9C65, 0x5F77, 0x9C66, 0x5F79, 0x96F0, 0x5F7C, 0x94DE, 0x5F7F, 0x9C69, 0x5F80, 0x899D, 0x5F81, 0x90AA, 0x5F82, 0x9C68, - 0x5F83, 0x9C67, 0x5F84, 0x8C61, 0x5F85, 0x91D2, 0x5F87, 0x9C6D, 0x5F88, 0x9C6B, 0x5F8A, 0x9C6A, 0x5F8B, 0x97A5, 0x5F8C, 0x8CE3, - 0x5F90, 0x8F99, 0x5F91, 0x9C6C, 0x5F92, 0x936B, 0x5F93, 0x8F5D, 0x5F97, 0x93BE, 0x5F98, 0x9C70, 0x5F99, 0x9C6F, 0x5F9E, 0x9C6E, - 0x5FA0, 0x9C71, 0x5FA1, 0x8CE4, 0x5FA8, 0x9C72, 0x5FA9, 0x959C, 0x5FAA, 0x8F7A, 0x5FAD, 0x9C73, 0x5FAE, 0x94F7, 0x5FB3, 0x93BF, - 0x5FB4, 0x92A5, 0x5FB7, 0xFABA, 0x5FB9, 0x934F, 0x5FBC, 0x9C74, 0x5FBD, 0x8B4A, 0x5FC3, 0x9053, 0x5FC5, 0x954B, 0x5FCC, 0x8AF5, - 0x5FCD, 0x9445, 0x5FD6, 0x9C75, 0x5FD7, 0x8E75, 0x5FD8, 0x9659, 0x5FD9, 0x965A, 0x5FDC, 0x899E, 0x5FDD, 0x9C7A, 0x5FDE, 0xFABB, - 0x5FE0, 0x9289, 0x5FE4, 0x9C77, 0x5FEB, 0x89F5, 0x5FF0, 0x9CAB, 0x5FF1, 0x9C79, 0x5FF5, 0x944F, 0x5FF8, 0x9C78, 0x5FFB, 0x9C76, - 0x5FFD, 0x8D9A, 0x5FFF, 0x9C7C, 0x600E, 0x9C83, 0x600F, 0x9C89, 0x6010, 0x9C81, 0x6012, 0x937B, 0x6015, 0x9C86, 0x6016, 0x957C, - 0x6019, 0x9C80, 0x601B, 0x9C85, 0x601C, 0x97E5, 0x601D, 0x8E76, 0x6020, 0x91D3, 0x6021, 0x9C7D, 0x6025, 0x8B7D, 0x6026, 0x9C88, - 0x6027, 0x90AB, 0x6028, 0x8985, 0x6029, 0x9C82, 0x602A, 0x89F6, 0x602B, 0x9C87, 0x602F, 0x8BAF, 0x6031, 0x9C84, 0x603A, 0x9C8A, - 0x6041, 0x9C8C, 0x6042, 0x9C96, 0x6043, 0x9C94, 0x6046, 0x9C91, 0x604A, 0x9C90, 0x604B, 0x97F6, 0x604D, 0x9C92, 0x6050, 0x8BB0, - 0x6052, 0x8D50, 0x6055, 0x8F9A, 0x6059, 0x9C99, 0x605A, 0x9C8B, 0x605D, 0xFABC, 0x605F, 0x9C8F, 0x6060, 0x9C7E, 0x6062, 0x89F8, - 0x6063, 0x9C93, 0x6064, 0x9C95, 0x6065, 0x9270, 0x6068, 0x8DA6, 0x6069, 0x89B6, 0x606A, 0x9C8D, 0x606B, 0x9C98, 0x606C, 0x9C97, - 0x606D, 0x8BB1, 0x606F, 0x91A7, 0x6070, 0x8A86, 0x6075, 0x8C62, 0x6077, 0x9C8E, 0x6081, 0x9C9A, 0x6083, 0x9C9D, 0x6084, 0x9C9F, - 0x6085, 0xFABD, 0x6089, 0x8EBB, 0x608A, 0xFABE, 0x608B, 0x9CA5, 0x608C, 0x92EE, 0x608D, 0x9C9B, 0x6092, 0x9CA3, 0x6094, 0x89F7, - 0x6096, 0x9CA1, 0x6097, 0x9CA2, 0x609A, 0x9C9E, 0x609B, 0x9CA0, 0x609F, 0x8CE5, 0x60A0, 0x9749, 0x60A3, 0x8AB3, 0x60A6, 0x8978, - 0x60A7, 0x9CA4, 0x60A9, 0x9459, 0x60AA, 0x88AB, 0x60B2, 0x94DF, 0x60B3, 0x9C7B, 0x60B4, 0x9CAA, 0x60B5, 0x9CAE, 0x60B6, 0x96E3, - 0x60B8, 0x9CA7, 0x60BC, 0x9389, 0x60BD, 0x9CAC, 0x60C5, 0x8FEE, 0x60C6, 0x9CAD, 0x60C7, 0x93D5, 0x60D1, 0x9866, 0x60D3, 0x9CA9, - 0x60D5, 0xFAC0, 0x60D8, 0x9CAF, 0x60DA, 0x8D9B, 0x60DC, 0x90C9, 0x60DE, 0xFABF, 0x60DF, 0x88D2, 0x60E0, 0x9CA8, 0x60E1, 0x9CA6, - 0x60E3, 0x9179, 0x60E7, 0x9C9C, 0x60E8, 0x8E53, 0x60F0, 0x91C4, 0x60F1, 0x9CBB, 0x60F2, 0xFAC2, 0x60F3, 0x917A, 0x60F4, 0x9CB6, - 0x60F6, 0x9CB3, 0x60F7, 0x9CB4, 0x60F9, 0x8EE4, 0x60FA, 0x9CB7, 0x60FB, 0x9CBA, 0x6100, 0x9CB5, 0x6101, 0x8F44, 0x6103, 0x9CB8, - 0x6106, 0x9CB2, 0x6108, 0x96FA, 0x6109, 0x96F9, 0x610D, 0x9CBC, 0x610E, 0x9CBD, 0x610F, 0x88D3, 0x6111, 0xFAC3, 0x6115, 0x9CB1, - 0x611A, 0x8BF0, 0x611B, 0x88A4, 0x611F, 0x8AB4, 0x6120, 0xFAC1, 0x6121, 0x9CB9, 0x6127, 0x9CC1, 0x6128, 0x9CC0, 0x612C, 0x9CC5, - 0x6130, 0xFAC5, 0x6134, 0x9CC6, 0x6137, 0xFAC4, 0x613C, 0x9CC4, 0x613D, 0x9CC7, 0x613E, 0x9CBF, 0x613F, 0x9CC3, 0x6142, 0x9CC8, - 0x6144, 0x9CC9, 0x6147, 0x9CBE, 0x6148, 0x8E9C, 0x614A, 0x9CC2, 0x614B, 0x91D4, 0x614C, 0x8D51, 0x614D, 0x9CB0, 0x614E, 0x9054, - 0x6153, 0x9CD6, 0x6155, 0x95E7, 0x6158, 0x9CCC, 0x6159, 0x9CCD, 0x615A, 0x9CCE, 0x615D, 0x9CD5, 0x615F, 0x9CD4, 0x6162, 0x969D, - 0x6163, 0x8AB5, 0x6165, 0x9CD2, 0x6167, 0x8C64, 0x6168, 0x8A53, 0x616B, 0x9CCF, 0x616E, 0x97B6, 0x616F, 0x9CD1, 0x6170, 0x88D4, - 0x6171, 0x9CD3, 0x6173, 0x9CCA, 0x6174, 0x9CD0, 0x6175, 0x9CD7, 0x6176, 0x8C63, 0x6177, 0x9CCB, 0x617E, 0x977C, 0x6182, 0x974A, - 0x6187, 0x9CDA, 0x618A, 0x9CDE, 0x618E, 0x919E, 0x6190, 0x97F7, 0x6191, 0x9CDF, 0x6194, 0x9CDC, 0x6196, 0x9CD9, 0x6198, 0xFAC6, - 0x6199, 0x9CD8, 0x619A, 0x9CDD, 0x61A4, 0x95AE, 0x61A7, 0x93B2, 0x61A9, 0x8C65, 0x61AB, 0x9CE0, 0x61AC, 0x9CDB, 0x61AE, 0x9CE1, - 0x61B2, 0x8C9B, 0x61B6, 0x89AF, 0x61BA, 0x9CE9, 0x61BE, 0x8AB6, 0x61C3, 0x9CE7, 0x61C6, 0x9CE8, 0x61C7, 0x8DA7, 0x61C8, 0x9CE6, - 0x61C9, 0x9CE4, 0x61CA, 0x9CE3, 0x61CB, 0x9CEA, 0x61CC, 0x9CE2, 0x61CD, 0x9CEC, 0x61D0, 0x89F9, 0x61E3, 0x9CEE, 0x61E6, 0x9CED, - 0x61F2, 0x92A6, 0x61F4, 0x9CF1, 0x61F6, 0x9CEF, 0x61F7, 0x9CE5, 0x61F8, 0x8C9C, 0x61FA, 0x9CF0, 0x61FC, 0x9CF4, 0x61FD, 0x9CF3, - 0x61FE, 0x9CF5, 0x61FF, 0x9CF2, 0x6200, 0x9CF6, 0x6208, 0x9CF7, 0x6209, 0x9CF8, 0x620A, 0x95E8, 0x620C, 0x9CFA, 0x620D, 0x9CF9, - 0x620E, 0x8F5E, 0x6210, 0x90AC, 0x6211, 0x89E4, 0x6212, 0x89FA, 0x6213, 0xFAC7, 0x6214, 0x9CFB, 0x6216, 0x88BD, 0x621A, 0x90CA, - 0x621B, 0x9CFC, 0x621D, 0xE6C1, 0x621E, 0x9D40, 0x621F, 0x8C81, 0x6221, 0x9D41, 0x6226, 0x90ED, 0x622A, 0x9D42, 0x622E, 0x9D43, - 0x622F, 0x8B59, 0x6230, 0x9D44, 0x6232, 0x9D45, 0x6233, 0x9D46, 0x6234, 0x91D5, 0x6238, 0x8CCB, 0x623B, 0x96DF, 0x623F, 0x965B, - 0x6240, 0x8F8A, 0x6241, 0x9D47, 0x6247, 0x90EE, 0x6248, 0xE7BB, 0x6249, 0x94E0, 0x624B, 0x8EE8, 0x624D, 0x8DCB, 0x624E, 0x9D48, - 0x6253, 0x91C5, 0x6255, 0x95A5, 0x6258, 0x91EF, 0x625B, 0x9D4B, 0x625E, 0x9D49, 0x6260, 0x9D4C, 0x6263, 0x9D4A, 0x6268, 0x9D4D, - 0x626E, 0x95AF, 0x6271, 0x88B5, 0x6276, 0x957D, 0x6279, 0x94E1, 0x627C, 0x9D4E, 0x627E, 0x9D51, 0x627F, 0x8FB3, 0x6280, 0x8B5A, - 0x6282, 0x9D4F, 0x6283, 0x9D56, 0x6284, 0x8FB4, 0x6289, 0x9D50, 0x628A, 0x9463, 0x6291, 0x977D, 0x6292, 0x9D52, 0x6293, 0x9D53, - 0x6294, 0x9D57, 0x6295, 0x938A, 0x6296, 0x9D54, 0x6297, 0x8D52, 0x6298, 0x90DC, 0x629B, 0x9D65, 0x629C, 0x94B2, 0x629E, 0x91F0, - 0x62A6, 0xFAC8, 0x62AB, 0x94E2, 0x62AC, 0x9DAB, 0x62B1, 0x95F8, 0x62B5, 0x92EF, 0x62B9, 0x9695, 0x62BB, 0x9D5A, 0x62BC, 0x899F, - 0x62BD, 0x928A, 0x62C2, 0x9D63, 0x62C5, 0x9253, 0x62C6, 0x9D5D, 0x62C7, 0x9D64, 0x62C8, 0x9D5F, 0x62C9, 0x9D66, 0x62CA, 0x9D62, - 0x62CC, 0x9D61, 0x62CD, 0x948F, 0x62CF, 0x9D5B, 0x62D0, 0x89FB, 0x62D1, 0x9D59, 0x62D2, 0x8B91, 0x62D3, 0x91F1, 0x62D4, 0x9D55, - 0x62D7, 0x9D58, 0x62D8, 0x8D53, 0x62D9, 0x90D9, 0x62DB, 0x8FB5, 0x62DC, 0x9D60, 0x62DD, 0x9471, 0x62E0, 0x8B92, 0x62E1, 0x8A67, - 0x62EC, 0x8A87, 0x62ED, 0x9040, 0x62EE, 0x9D68, 0x62EF, 0x9D6D, 0x62F1, 0x9D69, 0x62F3, 0x8C9D, 0x62F5, 0x9D6E, 0x62F6, 0x8E41, - 0x62F7, 0x8D89, 0x62FE, 0x8F45, 0x62FF, 0x9D5C, 0x6301, 0x8E9D, 0x6302, 0x9D6B, 0x6307, 0x8E77, 0x6308, 0x9D6C, 0x6309, 0x88C2, - 0x630C, 0x9D67, 0x6311, 0x92A7, 0x6319, 0x8B93, 0x631F, 0x8BB2, 0x6327, 0x9D6A, 0x6328, 0x88A5, 0x632B, 0x8DC1, 0x632F, 0x9055, - 0x633A, 0x92F0, 0x633D, 0x94D2, 0x633E, 0x9D70, 0x633F, 0x917D, 0x6349, 0x91A8, 0x634C, 0x8E4A, 0x634D, 0x9D71, 0x634F, 0x9D73, - 0x6350, 0x9D6F, 0x6355, 0x95DF, 0x6357, 0x92BB, 0x635C, 0x917B, 0x6367, 0x95F9, 0x6368, 0x8ECC, 0x6369, 0x9D80, 0x636B, 0x9D7E, - 0x636E, 0x9098, 0x6372, 0x8C9E, 0x6376, 0x9D78, 0x6377, 0x8FB7, 0x637A, 0x93E6, 0x637B, 0x9450, 0x6380, 0x9D76, 0x6383, 0x917C, - 0x6388, 0x8EF6, 0x6389, 0x9D7B, 0x638C, 0x8FB6, 0x638E, 0x9D75, 0x638F, 0x9D7A, 0x6392, 0x9472, 0x6396, 0x9D74, 0x6398, 0x8C40, - 0x639B, 0x8A7C, 0x639F, 0x9D7C, 0x63A0, 0x97A9, 0x63A1, 0x8DCC, 0x63A2, 0x9254, 0x63A3, 0x9D79, 0x63A5, 0x90DA, 0x63A7, 0x8D54, - 0x63A8, 0x9084, 0x63A9, 0x8986, 0x63AA, 0x915B, 0x63AB, 0x9D77, 0x63AC, 0x8B64, 0x63B2, 0x8C66, 0x63B4, 0x92CD, 0x63B5, 0x9D7D, - 0x63BB, 0x917E, 0x63BE, 0x9D81, 0x63C0, 0x9D83, 0x63C3, 0x91B5, 0x63C4, 0x9D89, 0x63C6, 0x9D84, 0x63C9, 0x9D86, 0x63CF, 0x9560, - 0x63D0, 0x92F1, 0x63D2, 0x9D87, 0x63D6, 0x974B, 0x63DA, 0x9767, 0x63DB, 0x8AB7, 0x63E1, 0x88AC, 0x63E3, 0x9D85, 0x63E9, 0x9D82, - 0x63EE, 0x8AF6, 0x63F4, 0x8987, 0x63F5, 0xFAC9, 0x63F6, 0x9D88, 0x63FA, 0x9768, 0x6406, 0x9D8C, 0x640D, 0x91B9, 0x640F, 0x9D93, - 0x6413, 0x9D8D, 0x6416, 0x9D8A, 0x6417, 0x9D91, 0x641C, 0x9D72, 0x6426, 0x9D8E, 0x6428, 0x9D92, 0x642C, 0x94C0, 0x642D, 0x938B, - 0x6434, 0x9D8B, 0x6436, 0x9D8F, 0x643A, 0x8C67, 0x643E, 0x8DEF, 0x6442, 0x90DB, 0x644E, 0x9D97, 0x6458, 0x9345, 0x6460, 0xFACA, - 0x6467, 0x9D94, 0x6469, 0x9680, 0x646F, 0x9D95, 0x6476, 0x9D96, 0x6478, 0x96CC, 0x647A, 0x90A0, 0x6483, 0x8C82, 0x6488, 0x9D9D, - 0x6492, 0x8E54, 0x6493, 0x9D9A, 0x6495, 0x9D99, 0x649A, 0x9451, 0x649D, 0xFACB, 0x649E, 0x93B3, 0x64A4, 0x9350, 0x64A5, 0x9D9B, - 0x64A9, 0x9D9C, 0x64AB, 0x958F, 0x64AD, 0x9464, 0x64AE, 0x8E42, 0x64B0, 0x90EF, 0x64B2, 0x966F, 0x64B9, 0x8A68, 0x64BB, 0x9DA3, - 0x64BC, 0x9D9E, 0x64C1, 0x9769, 0x64C2, 0x9DA5, 0x64C5, 0x9DA1, 0x64C7, 0x9DA2, 0x64CD, 0x9180, 0x64CE, 0xFACC, 0x64D2, 0x9DA0, - 0x64D4, 0x9D5E, 0x64D8, 0x9DA4, 0x64DA, 0x9D9F, 0x64E0, 0x9DA9, 0x64E1, 0x9DAA, 0x64E2, 0x9346, 0x64E3, 0x9DAC, 0x64E6, 0x8E43, - 0x64E7, 0x9DA7, 0x64EC, 0x8B5B, 0x64EF, 0x9DAD, 0x64F1, 0x9DA6, 0x64F2, 0x9DB1, 0x64F4, 0x9DB0, 0x64F6, 0x9DAF, 0x64FA, 0x9DB2, - 0x64FD, 0x9DB4, 0x64FE, 0x8FEF, 0x6500, 0x9DB3, 0x6505, 0x9DB7, 0x6518, 0x9DB5, 0x651C, 0x9DB6, 0x651D, 0x9D90, 0x6523, 0x9DB9, - 0x6524, 0x9DB8, 0x652A, 0x9D98, 0x652B, 0x9DBA, 0x652C, 0x9DAE, 0x652F, 0x8E78, 0x6534, 0x9DBB, 0x6535, 0x9DBC, 0x6536, 0x9DBE, - 0x6537, 0x9DBD, 0x6538, 0x9DBF, 0x6539, 0x89FC, 0x653B, 0x8D55, 0x653E, 0x95FA, 0x653F, 0x90AD, 0x6545, 0x8CCC, 0x6548, 0x9DC1, - 0x654D, 0x9DC4, 0x654E, 0xFACD, 0x654F, 0x9571, 0x6551, 0x8B7E, 0x6555, 0x9DC3, 0x6556, 0x9DC2, 0x6557, 0x9473, 0x6558, 0x9DC5, - 0x6559, 0x8BB3, 0x655D, 0x9DC7, 0x655E, 0x9DC6, 0x6562, 0x8AB8, 0x6563, 0x8E55, 0x6566, 0x93D6, 0x656C, 0x8C68, 0x6570, 0x9094, - 0x6572, 0x9DC8, 0x6574, 0x90AE, 0x6575, 0x9347, 0x6577, 0x957E, 0x6578, 0x9DC9, 0x6582, 0x9DCA, 0x6583, 0x9DCB, 0x6587, 0x95B6, - 0x6588, 0x9B7C, 0x6589, 0x90C4, 0x658C, 0x956B, 0x658E, 0x8DD6, 0x6590, 0x94E3, 0x6591, 0x94C1, 0x6597, 0x936C, 0x6599, 0x97BF, - 0x659B, 0x9DCD, 0x659C, 0x8ECE, 0x659F, 0x9DCE, 0x65A1, 0x88B4, 0x65A4, 0x8BD2, 0x65A5, 0x90CB, 0x65A7, 0x9580, 0x65AB, 0x9DCF, - 0x65AC, 0x8E61, 0x65AD, 0x9266, 0x65AF, 0x8E7A, 0x65B0, 0x9056, 0x65B7, 0x9DD0, 0x65B9, 0x95FB, 0x65BC, 0x8997, 0x65BD, 0x8E7B, - 0x65C1, 0x9DD3, 0x65C3, 0x9DD1, 0x65C4, 0x9DD4, 0x65C5, 0x97B7, 0x65C6, 0x9DD2, 0x65CB, 0x90F9, 0x65CC, 0x9DD5, 0x65CF, 0x91B0, - 0x65D2, 0x9DD6, 0x65D7, 0x8AF8, 0x65D9, 0x9DD8, 0x65DB, 0x9DD7, 0x65E0, 0x9DD9, 0x65E1, 0x9DDA, 0x65E2, 0x8AF9, 0x65E5, 0x93FA, - 0x65E6, 0x9255, 0x65E7, 0x8B8C, 0x65E8, 0x8E7C, 0x65E9, 0x9181, 0x65EC, 0x8F7B, 0x65ED, 0x88AE, 0x65F1, 0x9DDB, 0x65FA, 0x89A0, - 0x65FB, 0x9DDF, 0x6600, 0xFACE, 0x6602, 0x8D56, 0x6603, 0x9DDE, 0x6606, 0x8DA9, 0x6607, 0x8FB8, 0x6609, 0xFAD1, 0x660A, 0x9DDD, - 0x660C, 0x8FB9, 0x660E, 0x96BE, 0x660F, 0x8DA8, 0x6613, 0x88D5, 0x6614, 0x90CC, 0x6615, 0xFACF, 0x661C, 0x9DE4, 0x661E, 0xFAD3, - 0x661F, 0x90AF, 0x6620, 0x8966, 0x6624, 0xFAD4, 0x6625, 0x8F74, 0x6627, 0x9686, 0x6628, 0x8DF0, 0x662D, 0x8FBA, 0x662E, 0xFAD2, - 0x662F, 0x90A5, 0x6631, 0xFA63, 0x6634, 0x9DE3, 0x6635, 0x9DE1, 0x6636, 0x9DE2, 0x663B, 0xFAD0, 0x663C, 0x928B, 0x663F, 0x9E45, - 0x6641, 0x9DE8, 0x6642, 0x8E9E, 0x6643, 0x8D57, 0x6644, 0x9DE6, 0x6649, 0x9DE7, 0x664B, 0x9057, 0x664F, 0x9DE5, 0x6652, 0x8E4E, - 0x6657, 0xFAD6, 0x6659, 0xFAD7, 0x665D, 0x9DEA, 0x665E, 0x9DE9, 0x665F, 0x9DEE, 0x6662, 0x9DEF, 0x6664, 0x9DEB, 0x6665, 0xFAD5, - 0x6666, 0x8A41, 0x6667, 0x9DEC, 0x6668, 0x9DED, 0x6669, 0x94D3, 0x666E, 0x9581, 0x666F, 0x8C69, 0x6670, 0x9DF0, 0x6673, 0xFAD9, - 0x6674, 0x90B0, 0x6676, 0x8FBB, 0x667A, 0x9271, 0x6681, 0x8BC5, 0x6683, 0x9DF1, 0x6684, 0x9DF5, 0x6687, 0x89C9, 0x6688, 0x9DF2, - 0x6689, 0x9DF4, 0x668E, 0x9DF3, 0x6691, 0x8F8B, 0x6696, 0x9267, 0x6697, 0x88C3, 0x6698, 0x9DF6, 0x6699, 0xFADA, 0x669D, 0x9DF7, - 0x66A0, 0xFADB, 0x66A2, 0x92A8, 0x66A6, 0x97EF, 0x66AB, 0x8E62, 0x66AE, 0x95E9, 0x66B2, 0xFADC, 0x66B4, 0x965C, 0x66B8, 0x9E41, - 0x66B9, 0x9DF9, 0x66BC, 0x9DFC, 0x66BE, 0x9DFB, 0x66BF, 0xFADD, 0x66C1, 0x9DF8, 0x66C4, 0x9E40, 0x66C7, 0x93DC, 0x66C9, 0x9DFA, - 0x66D6, 0x9E42, 0x66D9, 0x8F8C, 0x66DA, 0x9E43, 0x66DC, 0x976A, 0x66DD, 0x9498, 0x66E0, 0x9E44, 0x66E6, 0x9E46, 0x66E9, 0x9E47, - 0x66F0, 0x9E48, 0x66F2, 0x8BC8, 0x66F3, 0x8967, 0x66F4, 0x8D58, 0x66F5, 0x9E49, 0x66F7, 0x9E4A, 0x66F8, 0x8F91, 0x66F9, 0x9182, - 0x66FA, 0xFADE, 0x66FB, 0xFA66, 0x66FC, 0x99D6, 0x66FD, 0x915D, 0x66FE, 0x915C, 0x66FF, 0x91D6, 0x6700, 0x8DC5, 0x6703, 0x98F0, - 0x6708, 0x8C8E, 0x6709, 0x974C, 0x670B, 0x95FC, 0x670D, 0x959E, 0x670E, 0xFADF, 0x670F, 0x9E4B, 0x6714, 0x8DF1, 0x6715, 0x92BD, - 0x6716, 0x9E4C, 0x6717, 0x984E, 0x671B, 0x965D, 0x671D, 0x92A9, 0x671E, 0x9E4D, 0x671F, 0x8AFA, 0x6726, 0x9E4E, 0x6727, 0x9E4F, - 0x6728, 0x96D8, 0x672A, 0x96A2, 0x672B, 0x9696, 0x672C, 0x967B, 0x672D, 0x8E44, 0x672E, 0x9E51, 0x6731, 0x8EE9, 0x6734, 0x9670, - 0x6736, 0x9E53, 0x6737, 0x9E56, 0x6738, 0x9E55, 0x673A, 0x8AF7, 0x673D, 0x8B80, 0x673F, 0x9E52, 0x6741, 0x9E54, 0x6746, 0x9E57, - 0x6749, 0x9099, 0x674E, 0x979B, 0x674F, 0x88C7, 0x6750, 0x8DDE, 0x6751, 0x91BA, 0x6753, 0x8EDB, 0x6756, 0x8FF1, 0x6759, 0x9E5A, - 0x675C, 0x936D, 0x675E, 0x9E58, 0x675F, 0x91A9, 0x6760, 0x9E59, 0x6761, 0x8FF0, 0x6762, 0x96DB, 0x6763, 0x9E5B, 0x6764, 0x9E5C, - 0x6765, 0x9788, 0x6766, 0xFAE1, 0x676A, 0x9E61, 0x676D, 0x8D59, 0x676F, 0x9474, 0x6770, 0x9E5E, 0x6771, 0x938C, 0x6772, 0x9DDC, - 0x6773, 0x9DE0, 0x6775, 0x8B6E, 0x6777, 0x9466, 0x677C, 0x9E60, 0x677E, 0x8FBC, 0x677F, 0x94C2, 0x6785, 0x9E66, 0x6787, 0x94F8, - 0x6789, 0x9E5D, 0x678B, 0x9E63, 0x678C, 0x9E62, 0x6790, 0x90CD, 0x6795, 0x968D, 0x6797, 0x97D1, 0x679A, 0x9687, 0x679C, 0x89CA, - 0x679D, 0x8E7D, 0x67A0, 0x9867, 0x67A1, 0x9E65, 0x67A2, 0x9095, 0x67A6, 0x9E64, 0x67A9, 0x9E5F, 0x67AF, 0x8CCD, 0x67B3, 0x9E6B, - 0x67B4, 0x9E69, 0x67B6, 0x89CB, 0x67B7, 0x9E67, 0x67B8, 0x9E6D, 0x67B9, 0x9E73, 0x67BB, 0xFAE2, 0x67C0, 0xFAE4, 0x67C1, 0x91C6, - 0x67C4, 0x95BF, 0x67C6, 0x9E75, 0x67CA, 0x9541, 0x67CE, 0x9E74, 0x67CF, 0x9490, 0x67D0, 0x965E, 0x67D1, 0x8AB9, 0x67D3, 0x90F5, - 0x67D4, 0x8F5F, 0x67D8, 0x92D1, 0x67DA, 0x974D, 0x67DD, 0x9E70, 0x67DE, 0x9E6F, 0x67E2, 0x9E71, 0x67E4, 0x9E6E, 0x67E7, 0x9E76, - 0x67E9, 0x9E6C, 0x67EC, 0x9E6A, 0x67EE, 0x9E72, 0x67EF, 0x9E68, 0x67F1, 0x928C, 0x67F3, 0x96F6, 0x67F4, 0x8EC4, 0x67F5, 0x8DF2, - 0x67FB, 0x8DB8, 0x67FE, 0x968F, 0x67FF, 0x8A60, 0x6801, 0xFAE5, 0x6802, 0x92CC, 0x6803, 0x93C8, 0x6804, 0x8968, 0x6813, 0x90F0, - 0x6816, 0x90B2, 0x6817, 0x8C49, 0x681E, 0x9E78, 0x6821, 0x8D5A, 0x6822, 0x8A9C, 0x6829, 0x9E7A, 0x682A, 0x8A94, 0x682B, 0x9E81, - 0x6832, 0x9E7D, 0x6834, 0x90F1, 0x6838, 0x8A6A, 0x6839, 0x8DAA, 0x683C, 0x8A69, 0x683D, 0x8DCD, 0x6840, 0x9E7B, 0x6841, 0x8C85, - 0x6842, 0x8C6A, 0x6843, 0x938D, 0x6844, 0xFAE6, 0x6846, 0x9E79, 0x6848, 0x88C4, 0x684D, 0x9E7C, 0x684E, 0x9E7E, 0x6850, 0x8BCB, - 0x6851, 0x8C4B, 0x6852, 0xFAE3, 0x6853, 0x8ABA, 0x6854, 0x8B6A, 0x6859, 0x9E82, 0x685C, 0x8DF7, 0x685D, 0x9691, 0x685F, 0x8E56, - 0x6863, 0x9E83, 0x6867, 0x954F, 0x6874, 0x9E8F, 0x6876, 0x89B1, 0x6877, 0x9E84, 0x687E, 0x9E95, 0x687F, 0x9E85, 0x6881, 0x97C0, - 0x6883, 0x9E8C, 0x6885, 0x947E, 0x688D, 0x9E94, 0x688F, 0x9E87, 0x6893, 0x88B2, 0x6894, 0x9E89, 0x6897, 0x8D5B, 0x689B, 0x9E8B, - 0x689D, 0x9E8A, 0x689F, 0x9E86, 0x68A0, 0x9E91, 0x68A2, 0x8FBD, 0x68A6, 0x9AEB, 0x68A7, 0x8CE6, 0x68A8, 0x979C, 0x68AD, 0x9E88, - 0x68AF, 0x92F2, 0x68B0, 0x8A42, 0x68B1, 0x8DAB, 0x68B3, 0x9E80, 0x68B5, 0x9E90, 0x68B6, 0x8A81, 0x68B9, 0x9E8E, 0x68BA, 0x9E92, - 0x68BC, 0x938E, 0x68C4, 0x8AFC, 0x68C6, 0x9EB0, 0x68C8, 0xFA64, 0x68C9, 0x96C7, 0x68CA, 0x9E97, 0x68CB, 0x8AFB, 0x68CD, 0x9E9E, - 0x68CF, 0xFAE7, 0x68D2, 0x965F, 0x68D4, 0x9E9F, 0x68D5, 0x9EA1, 0x68D7, 0x9EA5, 0x68D8, 0x9E99, 0x68DA, 0x9249, 0x68DF, 0x938F, - 0x68E0, 0x9EA9, 0x68E1, 0x9E9C, 0x68E3, 0x9EA6, 0x68E7, 0x9EA0, 0x68EE, 0x9058, 0x68EF, 0x9EAA, 0x68F2, 0x90B1, 0x68F9, 0x9EA8, - 0x68FA, 0x8ABB, 0x6900, 0x986F, 0x6901, 0x9E96, 0x6904, 0x9EA4, 0x6905, 0x88D6, 0x6908, 0x9E98, 0x690B, 0x96B8, 0x690C, 0x9E9D, - 0x690D, 0x9041, 0x690E, 0x92C5, 0x690F, 0x9E93, 0x6912, 0x9EA3, 0x6919, 0x909A, 0x691A, 0x9EAD, 0x691B, 0x8A91, 0x691C, 0x8C9F, - 0x6921, 0x9EAF, 0x6922, 0x9E9A, 0x6923, 0x9EAE, 0x6925, 0x9EA7, 0x6926, 0x9E9B, 0x6928, 0x9EAB, 0x692A, 0x9EAC, 0x6930, 0x9EBD, - 0x6934, 0x93CC, 0x6936, 0x9EA2, 0x6939, 0x9EB9, 0x693D, 0x9EBB, 0x693F, 0x92D6, 0x694A, 0x976B, 0x6953, 0x9596, 0x6954, 0x9EB6, - 0x6955, 0x91C8, 0x6959, 0x9EBC, 0x695A, 0x915E, 0x695C, 0x9EB3, 0x695D, 0x9EC0, 0x695E, 0x9EBF, 0x6960, 0x93ED, 0x6961, 0x9EBE, - 0x6962, 0x93E8, 0x6968, 0xFAE9, 0x696A, 0x9EC2, 0x696B, 0x9EB5, 0x696D, 0x8BC6, 0x696E, 0x9EB8, 0x696F, 0x8F7C, 0x6973, 0x9480, - 0x6974, 0x9EBA, 0x6975, 0x8BC9, 0x6977, 0x9EB2, 0x6978, 0x9EB4, 0x6979, 0x9EB1, 0x697C, 0x984F, 0x697D, 0x8A79, 0x697E, 0x9EB7, - 0x6981, 0x9EC1, 0x6982, 0x8A54, 0x698A, 0x8DE5, 0x698E, 0x897C, 0x6991, 0x9ED2, 0x6994, 0x9850, 0x6995, 0x9ED5, 0x6998, 0xFAEB, - 0x699B, 0x9059, 0x699C, 0x9ED4, 0x69A0, 0x9ED3, 0x69A7, 0x9ED0, 0x69AE, 0x9EC4, 0x69B1, 0x9EE1, 0x69B2, 0x9EC3, 0x69B4, 0x9ED6, - 0x69BB, 0x9ECE, 0x69BE, 0x9EC9, 0x69BF, 0x9EC6, 0x69C1, 0x9EC7, 0x69C3, 0x9ECF, 0x69C7, 0xEAA0, 0x69CA, 0x9ECC, 0x69CB, 0x8D5C, - 0x69CC, 0x92C6, 0x69CD, 0x9184, 0x69CE, 0x9ECA, 0x69D0, 0x9EC5, 0x69D3, 0x9EC8, 0x69D8, 0x976C, 0x69D9, 0x968A, 0x69DD, 0x9ECD, - 0x69DE, 0x9ED7, 0x69E2, 0xFAEC, 0x69E7, 0x9EDF, 0x69E8, 0x9ED8, 0x69EB, 0x9EE5, 0x69ED, 0x9EE3, 0x69F2, 0x9EDE, 0x69F9, 0x9EDD, - 0x69FB, 0x92CE, 0x69FD, 0x9185, 0x69FF, 0x9EDB, 0x6A02, 0x9ED9, 0x6A05, 0x9EE0, 0x6A0A, 0x9EE6, 0x6A0B, 0x94F3, 0x6A0C, 0x9EEC, - 0x6A12, 0x9EE7, 0x6A13, 0x9EEA, 0x6A14, 0x9EE4, 0x6A17, 0x9294, 0x6A19, 0x9557, 0x6A1B, 0x9EDA, 0x6A1E, 0x9EE2, 0x6A1F, 0x8FBE, - 0x6A21, 0x96CD, 0x6A22, 0x9EF6, 0x6A23, 0x9EE9, 0x6A29, 0x8CA0, 0x6A2A, 0x89A1, 0x6A2B, 0x8A7E, 0x6A2E, 0x9ED1, 0x6A30, 0xFAED, - 0x6A35, 0x8FBF, 0x6A36, 0x9EEE, 0x6A38, 0x9EF5, 0x6A39, 0x8EF7, 0x6A3A, 0x8A92, 0x6A3D, 0x924D, 0x6A44, 0x9EEB, 0x6A46, 0xFAEF, - 0x6A47, 0x9EF0, 0x6A48, 0x9EF4, 0x6A4B, 0x8BB4, 0x6A58, 0x8B6B, 0x6A59, 0x9EF2, 0x6A5F, 0x8B40, 0x6A61, 0x93C9, 0x6A62, 0x9EF1, - 0x6A66, 0x9EF3, 0x6A6B, 0xFAEE, 0x6A72, 0x9EED, 0x6A73, 0xFAF0, 0x6A78, 0x9EEF, 0x6A7E, 0xFAF1, 0x6A7F, 0x8A80, 0x6A80, 0x9268, - 0x6A84, 0x9EFA, 0x6A8D, 0x9EF8, 0x6A8E, 0x8CE7, 0x6A90, 0x9EF7, 0x6A97, 0x9F40, 0x6A9C, 0x9E77, 0x6AA0, 0x9EF9, 0x6AA2, 0x9EFB, - 0x6AA3, 0x9EFC, 0x6AAA, 0x9F4B, 0x6AAC, 0x9F47, 0x6AAE, 0x9E8D, 0x6AB3, 0x9F46, 0x6AB8, 0x9F45, 0x6ABB, 0x9F42, 0x6AC1, 0x9EE8, - 0x6AC2, 0x9F44, 0x6AC3, 0x9F43, 0x6AD1, 0x9F49, 0x6AD3, 0x9845, 0x6ADA, 0x9F4C, 0x6ADB, 0x8BF9, 0x6ADE, 0x9F48, 0x6ADF, 0x9F4A, - 0x6AE2, 0xFAF2, 0x6AE4, 0xFAF3, 0x6AE8, 0x94A5, 0x6AEA, 0x9F4D, 0x6AFA, 0x9F51, 0x6AFB, 0x9F4E, 0x6B04, 0x9793, 0x6B05, 0x9F4F, - 0x6B0A, 0x9EDC, 0x6B12, 0x9F52, 0x6B16, 0x9F53, 0x6B1D, 0x8954, 0x6B1F, 0x9F55, 0x6B20, 0x8C87, 0x6B21, 0x8E9F, 0x6B23, 0x8BD3, - 0x6B27, 0x89A2, 0x6B32, 0x977E, 0x6B37, 0x9F57, 0x6B38, 0x9F56, 0x6B39, 0x9F59, 0x6B3A, 0x8B5C, 0x6B3D, 0x8BD4, 0x6B3E, 0x8ABC, - 0x6B43, 0x9F5C, 0x6B47, 0x9F5B, 0x6B49, 0x9F5D, 0x6B4C, 0x89CC, 0x6B4E, 0x9256, 0x6B50, 0x9F5E, 0x6B53, 0x8ABD, 0x6B54, 0x9F60, - 0x6B59, 0x9F5F, 0x6B5B, 0x9F61, 0x6B5F, 0x9F62, 0x6B61, 0x9F63, 0x6B62, 0x8E7E, 0x6B63, 0x90B3, 0x6B64, 0x8D9F, 0x6B66, 0x9590, - 0x6B69, 0x95E0, 0x6B6A, 0x9863, 0x6B6F, 0x8E95, 0x6B73, 0x8DCE, 0x6B74, 0x97F0, 0x6B78, 0x9F64, 0x6B79, 0x9F65, 0x6B7B, 0x8E80, - 0x6B7F, 0x9F66, 0x6B80, 0x9F67, 0x6B83, 0x9F69, 0x6B84, 0x9F68, 0x6B86, 0x9677, 0x6B89, 0x8F7D, 0x6B8A, 0x8EEA, 0x6B8B, 0x8E63, - 0x6B8D, 0x9F6A, 0x6B95, 0x9F6C, 0x6B96, 0x9042, 0x6B98, 0x9F6B, 0x6B9E, 0x9F6D, 0x6BA4, 0x9F6E, 0x6BAA, 0x9F6F, 0x6BAB, 0x9F70, - 0x6BAF, 0x9F71, 0x6BB1, 0x9F73, 0x6BB2, 0x9F72, 0x6BB3, 0x9F74, 0x6BB4, 0x89A3, 0x6BB5, 0x9269, 0x6BB7, 0x9F75, 0x6BBA, 0x8E45, - 0x6BBB, 0x8A6B, 0x6BBC, 0x9F76, 0x6BBF, 0x9361, 0x6BC0, 0x9ACA, 0x6BC5, 0x8B42, 0x6BC6, 0x9F77, 0x6BCB, 0x9F78, 0x6BCD, 0x95EA, - 0x6BCE, 0x9688, 0x6BD2, 0x93C5, 0x6BD3, 0x9F79, 0x6BD4, 0x94E4, 0x6BD6, 0xFAF4, 0x6BD8, 0x94F9, 0x6BDB, 0x96D1, 0x6BDF, 0x9F7A, - 0x6BEB, 0x9F7C, 0x6BEC, 0x9F7B, 0x6BEF, 0x9F7E, 0x6BF3, 0x9F7D, 0x6C08, 0x9F81, 0x6C0F, 0x8E81, 0x6C11, 0x96AF, 0x6C13, 0x9F82, - 0x6C14, 0x9F83, 0x6C17, 0x8B43, 0x6C1B, 0x9F84, 0x6C23, 0x9F86, 0x6C24, 0x9F85, 0x6C34, 0x9085, 0x6C37, 0x9558, 0x6C38, 0x8969, - 0x6C3E, 0x94C3, 0x6C3F, 0xFAF5, 0x6C40, 0x92F3, 0x6C41, 0x8F60, 0x6C42, 0x8B81, 0x6C4E, 0x94C4, 0x6C50, 0x8EAC, 0x6C55, 0x9F88, - 0x6C57, 0x8ABE, 0x6C5A, 0x8998, 0x6C5C, 0xFAF6, 0x6C5D, 0x93F0, 0x6C5E, 0x9F87, 0x6C5F, 0x8D5D, 0x6C60, 0x9272, 0x6C62, 0x9F89, - 0x6C68, 0x9F91, 0x6C6A, 0x9F8A, 0x6C6F, 0xFAF8, 0x6C70, 0x91BF, 0x6C72, 0x8B82, 0x6C73, 0x9F92, 0x6C7A, 0x8C88, 0x6C7D, 0x8B44, - 0x6C7E, 0x9F90, 0x6C81, 0x9F8E, 0x6C82, 0x9F8B, 0x6C83, 0x9780, 0x6C86, 0xFAF7, 0x6C88, 0x92BE, 0x6C8C, 0x93D7, 0x6C8D, 0x9F8C, - 0x6C90, 0x9F94, 0x6C92, 0x9F93, 0x6C93, 0x8C42, 0x6C96, 0x89AB, 0x6C99, 0x8DB9, 0x6C9A, 0x9F8D, 0x6C9B, 0x9F8F, 0x6CA1, 0x9676, - 0x6CA2, 0x91F2, 0x6CAB, 0x9697, 0x6CAE, 0x9F9C, 0x6CB1, 0x9F9D, 0x6CB3, 0x89CD, 0x6CB8, 0x95A6, 0x6CB9, 0x96FB, 0x6CBA, 0x9F9F, - 0x6CBB, 0x8EA1, 0x6CBC, 0x8FC0, 0x6CBD, 0x9F98, 0x6CBE, 0x9F9E, 0x6CBF, 0x8988, 0x6CC1, 0x8BB5, 0x6CC4, 0x9F95, 0x6CC5, 0x9F9A, - 0x6CC9, 0x90F2, 0x6CCA, 0x9491, 0x6CCC, 0x94E5, 0x6CD3, 0x9F97, 0x6CD5, 0x9640, 0x6CD7, 0x9F99, 0x6CD9, 0x9FA2, 0x6CDA, 0xFAF9, - 0x6CDB, 0x9FA0, 0x6CDD, 0x9F9B, 0x6CE1, 0x9641, 0x6CE2, 0x9467, 0x6CE3, 0x8B83, 0x6CE5, 0x9344, 0x6CE8, 0x928D, 0x6CEA, 0x9FA3, - 0x6CEF, 0x9FA1, 0x6CF0, 0x91D7, 0x6CF1, 0x9F96, 0x6CF3, 0x896A, 0x6D04, 0xFAFA, 0x6D0B, 0x976D, 0x6D0C, 0x9FAE, 0x6D12, 0x9FAD, - 0x6D17, 0x90F4, 0x6D19, 0x9FAA, 0x6D1B, 0x978C, 0x6D1E, 0x93B4, 0x6D1F, 0x9FA4, 0x6D25, 0x92C3, 0x6D29, 0x896B, 0x6D2A, 0x8D5E, - 0x6D2B, 0x9FA7, 0x6D32, 0x8F46, 0x6D33, 0x9FAC, 0x6D35, 0x9FAB, 0x6D36, 0x9FA6, 0x6D38, 0x9FA9, 0x6D3B, 0x8A88, 0x6D3D, 0x9FA8, - 0x6D3E, 0x9468, 0x6D41, 0x97AC, 0x6D44, 0x8FF2, 0x6D45, 0x90F3, 0x6D59, 0x9FB4, 0x6D5A, 0x9FB2, 0x6D5C, 0x956C, 0x6D63, 0x9FAF, - 0x6D64, 0x9FB1, 0x6D66, 0x8959, 0x6D69, 0x8D5F, 0x6D6A, 0x9851, 0x6D6C, 0x8A5C, 0x6D6E, 0x9582, 0x6D6F, 0xFAFC, 0x6D74, 0x9781, - 0x6D77, 0x8A43, 0x6D78, 0x905A, 0x6D79, 0x9FB3, 0x6D85, 0x9FB8, 0x6D87, 0xFAFB, 0x6D88, 0x8FC1, 0x6D8C, 0x974F, 0x6D8E, 0x9FB5, - 0x6D93, 0x9FB0, 0x6D95, 0x9FB6, 0x6D96, 0xFB40, 0x6D99, 0x97DC, 0x6D9B, 0x9393, 0x6D9C, 0x93C0, 0x6DAC, 0xFB41, 0x6DAF, 0x8A55, - 0x6DB2, 0x8974, 0x6DB5, 0x9FBC, 0x6DB8, 0x9FBF, 0x6DBC, 0x97C1, 0x6DC0, 0x9784, 0x6DC5, 0x9FC6, 0x6DC6, 0x9FC0, 0x6DC7, 0x9FBD, - 0x6DCB, 0x97D2, 0x6DCC, 0x9FC3, 0x6DCF, 0xFB42, 0x6DD1, 0x8F69, 0x6DD2, 0x9FC5, 0x6DD5, 0x9FCA, 0x6DD8, 0x9391, 0x6DD9, 0x9FC8, - 0x6DDE, 0x9FC2, 0x6DE1, 0x9257, 0x6DE4, 0x9FC9, 0x6DE6, 0x9FBE, 0x6DE8, 0x9FC4, 0x6DEA, 0x9FCB, 0x6DEB, 0x88FA, 0x6DEC, 0x9FC1, - 0x6DEE, 0x9FCC, 0x6DF1, 0x905B, 0x6DF2, 0xFB44, 0x6DF3, 0x8F7E, 0x6DF5, 0x95A3, 0x6DF7, 0x8DAC, 0x6DF8, 0xFB43, 0x6DF9, 0x9FB9, - 0x6DFA, 0x9FC7, 0x6DFB, 0x9359, 0x6DFC, 0xFB45, 0x6E05, 0x90B4, 0x6E07, 0x8A89, 0x6E08, 0x8DCF, 0x6E09, 0x8FC2, 0x6E0A, 0x9FBB, - 0x6E0B, 0x8F61, 0x6E13, 0x8C6B, 0x6E15, 0x9FBA, 0x6E19, 0x9FD0, 0x6E1A, 0x8F8D, 0x6E1B, 0x8CB8, 0x6E1D, 0x9FDF, 0x6E1F, 0x9FD9, - 0x6E20, 0x8B94, 0x6E21, 0x936E, 0x6E23, 0x9FD4, 0x6E24, 0x9FDD, 0x6E25, 0x88AD, 0x6E26, 0x8951, 0x6E27, 0xFB48, 0x6E29, 0x89B7, - 0x6E2B, 0x9FD6, 0x6E2C, 0x91AA, 0x6E2D, 0x9FCD, 0x6E2E, 0x9FCF, 0x6E2F, 0x8D60, 0x6E38, 0x9FE0, 0x6E39, 0xFB46, 0x6E3A, 0x9FDB, - 0x6E3C, 0xFB49, 0x6E3E, 0x9FD3, 0x6E43, 0x9FDA, 0x6E4A, 0x96A9, 0x6E4D, 0x9FD8, 0x6E4E, 0x9FDC, 0x6E56, 0x8CCE, 0x6E58, 0x8FC3, - 0x6E5B, 0x9258, 0x6E5C, 0xFB47, 0x6E5F, 0x9FD2, 0x6E67, 0x974E, 0x6E6B, 0x9FD5, 0x6E6E, 0x9FCE, 0x6E6F, 0x9392, 0x6E72, 0x9FD1, - 0x6E76, 0x9FD7, 0x6E7E, 0x9870, 0x6E7F, 0x8EBC, 0x6E80, 0x969E, 0x6E82, 0x9FE1, 0x6E8C, 0x94AC, 0x6E8F, 0x9FED, 0x6E90, 0x8CB9, - 0x6E96, 0x8F80, 0x6E98, 0x9FE3, 0x6E9C, 0x97AD, 0x6E9D, 0x8D61, 0x6E9F, 0x9FF0, 0x6EA2, 0x88EC, 0x6EA5, 0x9FEE, 0x6EAA, 0x9FE2, - 0x6EAF, 0x9FE8, 0x6EB2, 0x9FEA, 0x6EB6, 0x976E, 0x6EB7, 0x9FE5, 0x6EBA, 0x934D, 0x6EBD, 0x9FE7, 0x6EBF, 0xFB4A, 0x6EC2, 0x9FEF, - 0x6EC4, 0x9FE9, 0x6EC5, 0x96C5, 0x6EC9, 0x9FE4, 0x6ECB, 0x8EA0, 0x6ECC, 0x9FFC, 0x6ED1, 0x8A8A, 0x6ED3, 0x9FE6, 0x6ED4, 0x9FEB, - 0x6ED5, 0x9FEC, 0x6EDD, 0x91EA, 0x6EDE, 0x91D8, 0x6EEC, 0x9FF4, 0x6EEF, 0x9FFA, 0x6EF2, 0x9FF8, 0x6EF4, 0x9348, 0x6EF7, 0xE042, - 0x6EF8, 0x9FF5, 0x6EFE, 0x9FF6, 0x6EFF, 0x9FDE, 0x6F01, 0x8B99, 0x6F02, 0x9559, 0x6F06, 0x8EBD, 0x6F09, 0x8D97, 0x6F0F, 0x9852, - 0x6F11, 0x9FF2, 0x6F13, 0xE041, 0x6F14, 0x8989, 0x6F15, 0x9186, 0x6F20, 0x9499, 0x6F22, 0x8ABF, 0x6F23, 0x97F8, 0x6F2B, 0x969F, - 0x6F2C, 0x92D0, 0x6F31, 0x9FF9, 0x6F32, 0x9FFB, 0x6F38, 0x9151, 0x6F3E, 0xE040, 0x6F3F, 0x9FF7, 0x6F41, 0x9FF1, 0x6F45, 0x8AC1, - 0x6F54, 0x8C89, 0x6F58, 0xE04E, 0x6F5B, 0xE049, 0x6F5C, 0x90F6, 0x6F5F, 0x8A83, 0x6F64, 0x8F81, 0x6F66, 0xE052, 0x6F6D, 0xE04B, - 0x6F6E, 0x92AA, 0x6F6F, 0xE048, 0x6F70, 0x92D7, 0x6F74, 0xE06B, 0x6F78, 0xE045, 0x6F7A, 0xE044, 0x6F7C, 0xE04D, 0x6F80, 0xE047, - 0x6F81, 0xE046, 0x6F82, 0xE04C, 0x6F84, 0x909F, 0x6F86, 0xE043, 0x6F88, 0xFB4B, 0x6F8E, 0xE04F, 0x6F91, 0xE050, 0x6F97, 0x8AC0, - 0x6FA1, 0xE055, 0x6FA3, 0xE054, 0x6FA4, 0xE056, 0x6FAA, 0xE059, 0x6FB1, 0x9362, 0x6FB3, 0xE053, 0x6FB5, 0xFB4C, 0x6FB9, 0xE057, - 0x6FC0, 0x8C83, 0x6FC1, 0x91F7, 0x6FC2, 0xE051, 0x6FC3, 0x945A, 0x6FC6, 0xE058, 0x6FD4, 0xE05D, 0x6FD5, 0xE05B, 0x6FD8, 0xE05E, - 0x6FDB, 0xE061, 0x6FDF, 0xE05A, 0x6FE0, 0x8D8A, 0x6FE1, 0x9447, 0x6FE4, 0x9FB7, 0x6FEB, 0x9794, 0x6FEC, 0xE05C, 0x6FEE, 0xE060, - 0x6FEF, 0x91F3, 0x6FF1, 0xE05F, 0x6FF3, 0xE04A, 0x6FF5, 0xFB4D, 0x6FF6, 0xE889, 0x6FFA, 0xE064, 0x6FFE, 0xE068, 0x7001, 0xE066, - 0x7005, 0xFB4E, 0x7007, 0xFB4F, 0x7009, 0xE062, 0x700B, 0xE063, 0x700F, 0xE067, 0x7011, 0xE065, 0x7015, 0x956D, 0x7018, 0xE06D, - 0x701A, 0xE06A, 0x701B, 0xE069, 0x701D, 0xE06C, 0x701E, 0x93D2, 0x701F, 0xE06E, 0x7026, 0x9295, 0x7027, 0x91EB, 0x7028, 0xFB50, - 0x702C, 0x90A3, 0x7030, 0xE06F, 0x7032, 0xE071, 0x703E, 0xE070, 0x704C, 0x9FF3, 0x7051, 0xE072, 0x7058, 0x93E5, 0x7063, 0xE073, - 0x706B, 0x89CE, 0x706F, 0x9394, 0x7070, 0x8A44, 0x7078, 0x8B84, 0x707C, 0x8EDC, 0x707D, 0x8DD0, 0x7085, 0xFB51, 0x7089, 0x9846, - 0x708A, 0x9086, 0x708E, 0x898A, 0x7092, 0xE075, 0x7099, 0xE074, 0x70AB, 0xFB52, 0x70AC, 0xE078, 0x70AD, 0x9259, 0x70AE, 0xE07B, - 0x70AF, 0xE076, 0x70B3, 0xE07A, 0x70B8, 0xE079, 0x70B9, 0x935F, 0x70BA, 0x88D7, 0x70BB, 0xFA62, 0x70C8, 0x97F3, 0x70CB, 0xE07D, - 0x70CF, 0x8947, 0x70D9, 0xE080, 0x70DD, 0xE07E, 0x70DF, 0xE07C, 0x70F1, 0xE077, 0x70F9, 0x9642, 0x70FD, 0xE082, 0x7104, 0xFB54, - 0x7109, 0xE081, 0x710F, 0xFB53, 0x7114, 0x898B, 0x7119, 0xE084, 0x711A, 0x95B0, 0x711C, 0xE083, 0x7121, 0x96B3, 0x7126, 0x8FC5, - 0x7136, 0x9152, 0x713C, 0x8FC4, 0x7146, 0xFB56, 0x7147, 0xFB57, 0x7149, 0x97F9, 0x714C, 0xE08A, 0x714E, 0x90F7, 0x7155, 0xE086, - 0x7156, 0xE08B, 0x7159, 0x898C, 0x715C, 0xFB55, 0x7162, 0xE089, 0x7164, 0x9481, 0x7165, 0xE085, 0x7166, 0xE088, 0x7167, 0x8FC6, - 0x7169, 0x94CF, 0x716C, 0xE08C, 0x716E, 0x8ECF, 0x717D, 0x90F8, 0x7184, 0xE08F, 0x7188, 0xE087, 0x718A, 0x8C46, 0x718F, 0xE08D, - 0x7194, 0x976F, 0x7195, 0xE090, 0x7199, 0xEAA4, 0x719F, 0x8F6E, 0x71A8, 0xE091, 0x71AC, 0xE092, 0x71B1, 0x944D, 0x71B9, 0xE094, - 0x71BE, 0xE095, 0x71C1, 0xFB59, 0x71C3, 0x9452, 0x71C8, 0x9395, 0x71C9, 0xE097, 0x71CE, 0xE099, 0x71D0, 0x97D3, 0x71D2, 0xE096, - 0x71D4, 0xE098, 0x71D5, 0x898D, 0x71D7, 0xE093, 0x71DF, 0x9A7A, 0x71E0, 0xE09A, 0x71E5, 0x9187, 0x71E6, 0x8E57, 0x71E7, 0xE09C, - 0x71EC, 0xE09B, 0x71ED, 0x9043, 0x71EE, 0x99D7, 0x71F5, 0xE09D, 0x71F9, 0xE09F, 0x71FB, 0xE08E, 0x71FC, 0xE09E, 0x71FE, 0xFB5A, - 0x71FF, 0xE0A0, 0x7206, 0x949A, 0x720D, 0xE0A1, 0x7210, 0xE0A2, 0x721B, 0xE0A3, 0x7228, 0xE0A4, 0x722A, 0x92DC, 0x722C, 0xE0A6, - 0x722D, 0xE0A5, 0x7230, 0xE0A7, 0x7232, 0xE0A8, 0x7235, 0x8EDD, 0x7236, 0x9583, 0x723A, 0x96EA, 0x723B, 0xE0A9, 0x723C, 0xE0AA, - 0x723D, 0x9175, 0x723E, 0x8EA2, 0x723F, 0xE0AB, 0x7240, 0xE0AC, 0x7246, 0xE0AD, 0x7247, 0x95D0, 0x7248, 0x94C5, 0x724B, 0xE0AE, - 0x724C, 0x9476, 0x7252, 0x92AB, 0x7258, 0xE0AF, 0x7259, 0x89E5, 0x725B, 0x8B8D, 0x725D, 0x96C4, 0x725F, 0x96B4, 0x7261, 0x89B2, - 0x7262, 0x9853, 0x7267, 0x9671, 0x7269, 0x95A8, 0x7272, 0x90B5, 0x7274, 0xE0B0, 0x7279, 0x93C1, 0x727D, 0x8CA1, 0x727E, 0xE0B1, - 0x7280, 0x8DD2, 0x7281, 0xE0B3, 0x7282, 0xE0B2, 0x7287, 0xE0B4, 0x7292, 0xE0B5, 0x7296, 0xE0B6, 0x72A0, 0x8B5D, 0x72A2, 0xE0B7, - 0x72A7, 0xE0B8, 0x72AC, 0x8CA2, 0x72AF, 0x94C6, 0x72B1, 0xFB5B, 0x72B2, 0xE0BA, 0x72B6, 0x8FF3, 0x72B9, 0xE0B9, 0x72BE, 0xFB5C, - 0x72C2, 0x8BB6, 0x72C3, 0xE0BB, 0x72C4, 0xE0BD, 0x72C6, 0xE0BC, 0x72CE, 0xE0BE, 0x72D0, 0x8CCF, 0x72D2, 0xE0BF, 0x72D7, 0x8BE7, - 0x72D9, 0x915F, 0x72DB, 0x8D9D, 0x72E0, 0xE0C1, 0x72E1, 0xE0C2, 0x72E2, 0xE0C0, 0x72E9, 0x8EEB, 0x72EC, 0x93C6, 0x72ED, 0x8BB7, - 0x72F7, 0xE0C4, 0x72F8, 0x924B, 0x72F9, 0xE0C3, 0x72FC, 0x9854, 0x72FD, 0x9482, 0x730A, 0xE0C7, 0x7316, 0xE0C9, 0x7317, 0xE0C6, - 0x731B, 0x96D2, 0x731C, 0xE0C8, 0x731D, 0xE0CA, 0x731F, 0x97C2, 0x7324, 0xFB5D, 0x7325, 0xE0CE, 0x7329, 0xE0CD, 0x732A, 0x9296, - 0x732B, 0x944C, 0x732E, 0x8CA3, 0x732F, 0xE0CC, 0x7334, 0xE0CB, 0x7336, 0x9750, 0x7337, 0x9751, 0x733E, 0xE0CF, 0x733F, 0x898E, - 0x7344, 0x8D96, 0x7345, 0x8E82, 0x734E, 0xE0D0, 0x734F, 0xE0D1, 0x7357, 0xE0D3, 0x7363, 0x8F62, 0x7368, 0xE0D5, 0x736A, 0xE0D4, - 0x7370, 0xE0D6, 0x7372, 0x8A6C, 0x7375, 0xE0D8, 0x7377, 0xFB5F, 0x7378, 0xE0D7, 0x737A, 0xE0DA, 0x737B, 0xE0D9, 0x7384, 0x8CBA, - 0x7387, 0x97A6, 0x7389, 0x8BCA, 0x738B, 0x89A4, 0x7396, 0x8BE8, 0x73A9, 0x8ADF, 0x73B2, 0x97E6, 0x73B3, 0xE0DC, 0x73BB, 0xE0DE, - 0x73BD, 0xFB60, 0x73C0, 0xE0DF, 0x73C2, 0x89CF, 0x73C8, 0xE0DB, 0x73C9, 0xFB61, 0x73CA, 0x8E58, 0x73CD, 0x92BF, 0x73CE, 0xE0DD, - 0x73D2, 0xFB64, 0x73D6, 0xFB62, 0x73DE, 0xE0E2, 0x73E0, 0x8EEC, 0x73E3, 0xFB63, 0x73E5, 0xE0E0, 0x73EA, 0x8C5D, 0x73ED, 0x94C7, - 0x73EE, 0xE0E1, 0x73F1, 0xE0FC, 0x73F5, 0xFB66, 0x73F8, 0xE0E7, 0x73FE, 0x8CBB, 0x7403, 0x8B85, 0x7405, 0xE0E4, 0x7406, 0x979D, - 0x7407, 0xFB65, 0x7409, 0x97AE, 0x7422, 0x91F4, 0x7425, 0xE0E6, 0x7426, 0xFB67, 0x7429, 0xFB69, 0x742A, 0xFB68, 0x742E, 0xFB6A, - 0x7432, 0xE0E8, 0x7433, 0x97D4, 0x7434, 0x8BD5, 0x7435, 0x94FA, 0x7436, 0x9469, 0x743A, 0xE0E9, 0x743F, 0xE0EB, 0x7441, 0xE0EE, - 0x7455, 0xE0EA, 0x7459, 0xE0ED, 0x745A, 0x8CE8, 0x745B, 0x896C, 0x745C, 0xE0EF, 0x745E, 0x9090, 0x745F, 0xE0EC, 0x7460, 0x97DA, - 0x7462, 0xFB6B, 0x7463, 0xE0F2, 0x7464, 0xEAA2, 0x7469, 0xE0F0, 0x746A, 0xE0F3, 0x746F, 0xE0E5, 0x7470, 0xE0F1, 0x7473, 0x8DBA, - 0x7476, 0xE0F4, 0x747E, 0xE0F5, 0x7483, 0x979E, 0x7489, 0xFB6C, 0x748B, 0xE0F6, 0x749E, 0xE0F7, 0x749F, 0xFB6D, 0x74A2, 0xE0E3, - 0x74A7, 0xE0F8, 0x74B0, 0x8AC2, 0x74BD, 0x8EA3, 0x74CA, 0xE0F9, 0x74CF, 0xE0FA, 0x74D4, 0xE0FB, 0x74DC, 0x895A, 0x74E0, 0xE140, - 0x74E2, 0x955A, 0x74E3, 0xE141, 0x74E6, 0x8AA2, 0x74E7, 0xE142, 0x74E9, 0xE143, 0x74EE, 0xE144, 0x74F0, 0xE146, 0x74F1, 0xE147, - 0x74F2, 0xE145, 0x74F6, 0x9572, 0x74F7, 0xE149, 0x74F8, 0xE148, 0x7501, 0xFB6E, 0x7503, 0xE14B, 0x7504, 0xE14A, 0x7505, 0xE14C, - 0x750C, 0xE14D, 0x750D, 0xE14F, 0x750E, 0xE14E, 0x7511, 0x8D99, 0x7513, 0xE151, 0x7515, 0xE150, 0x7518, 0x8AC3, 0x751A, 0x9072, - 0x751C, 0x935B, 0x751E, 0xE152, 0x751F, 0x90B6, 0x7523, 0x8E59, 0x7525, 0x8999, 0x7526, 0xE153, 0x7528, 0x9770, 0x752B, 0x95E1, - 0x752C, 0xE154, 0x752F, 0xFAA8, 0x7530, 0x9363, 0x7531, 0x9752, 0x7532, 0x8D62, 0x7533, 0x905C, 0x7537, 0x926A, 0x7538, 0x99B2, - 0x753A, 0x92AC, 0x753B, 0x89E6, 0x753C, 0xE155, 0x7544, 0xE156, 0x7546, 0xE15B, 0x7549, 0xE159, 0x754A, 0xE158, 0x754B, 0x9DC0, - 0x754C, 0x8A45, 0x754D, 0xE157, 0x754F, 0x88D8, 0x7551, 0x94A8, 0x7554, 0x94C8, 0x7559, 0x97AF, 0x755A, 0xE15C, 0x755B, 0xE15A, - 0x755C, 0x927B, 0x755D, 0x90A4, 0x7560, 0x94A9, 0x7562, 0x954C, 0x7564, 0xE15E, 0x7565, 0x97AA, 0x7566, 0x8C6C, 0x7567, 0xE15F, - 0x7569, 0xE15D, 0x756A, 0x94D4, 0x756B, 0xE160, 0x756D, 0xE161, 0x756F, 0xFB6F, 0x7570, 0x88D9, 0x7573, 0x8FF4, 0x7574, 0xE166, - 0x7576, 0xE163, 0x7577, 0x93EB, 0x7578, 0xE162, 0x757F, 0x8B45, 0x7582, 0xE169, 0x7586, 0xE164, 0x7587, 0xE165, 0x7589, 0xE168, - 0x758A, 0xE167, 0x758B, 0x9544, 0x758E, 0x9161, 0x758F, 0x9160, 0x7591, 0x8B5E, 0x7594, 0xE16A, 0x759A, 0xE16B, 0x759D, 0xE16C, - 0x75A3, 0xE16E, 0x75A5, 0xE16D, 0x75AB, 0x8975, 0x75B1, 0xE176, 0x75B2, 0x94E6, 0x75B3, 0xE170, 0x75B5, 0xE172, 0x75B8, 0xE174, - 0x75B9, 0x905D, 0x75BC, 0xE175, 0x75BD, 0xE173, 0x75BE, 0x8EBE, 0x75C2, 0xE16F, 0x75C3, 0xE171, 0x75C5, 0x9561, 0x75C7, 0x8FC7, - 0x75CA, 0xE178, 0x75CD, 0xE177, 0x75D2, 0xE179, 0x75D4, 0x8EA4, 0x75D5, 0x8DAD, 0x75D8, 0x9397, 0x75D9, 0xE17A, 0x75DB, 0x92C9, - 0x75DE, 0xE17C, 0x75E2, 0x979F, 0x75E3, 0xE17B, 0x75E9, 0x9189, 0x75F0, 0xE182, 0x75F2, 0xE184, 0x75F3, 0xE185, 0x75F4, 0x9273, - 0x75FA, 0xE183, 0x75FC, 0xE180, 0x75FE, 0xE17D, 0x75FF, 0xE17E, 0x7601, 0xE181, 0x7609, 0xE188, 0x760B, 0xE186, 0x760D, 0xE187, - 0x761F, 0xE189, 0x7620, 0xE18B, 0x7621, 0xE18C, 0x7622, 0xE18D, 0x7624, 0xE18E, 0x7627, 0xE18A, 0x7630, 0xE190, 0x7634, 0xE18F, - 0x763B, 0xE191, 0x7642, 0x97C3, 0x7646, 0xE194, 0x7647, 0xE192, 0x7648, 0xE193, 0x764C, 0x8AE0, 0x7652, 0x96FC, 0x7656, 0x95C8, - 0x7658, 0xE196, 0x765C, 0xE195, 0x7661, 0xE197, 0x7662, 0xE198, 0x7667, 0xE19C, 0x7668, 0xE199, 0x7669, 0xE19A, 0x766A, 0xE19B, - 0x766C, 0xE19D, 0x7670, 0xE19E, 0x7672, 0xE19F, 0x7676, 0xE1A0, 0x7678, 0xE1A1, 0x767A, 0x94AD, 0x767B, 0x936F, 0x767C, 0xE1A2, - 0x767D, 0x9492, 0x767E, 0x9553, 0x7680, 0xE1A3, 0x7682, 0xFB70, 0x7683, 0xE1A4, 0x7684, 0x9349, 0x7686, 0x8A46, 0x7687, 0x8D63, - 0x7688, 0xE1A5, 0x768B, 0xE1A6, 0x768E, 0xE1A7, 0x7690, 0x8E48, 0x7693, 0xE1A9, 0x7696, 0xE1A8, 0x7699, 0xE1AA, 0x769A, 0xE1AB, - 0x769B, 0xFB73, 0x769C, 0xFB71, 0x769E, 0xFB72, 0x76A6, 0xFB74, 0x76AE, 0x94E7, 0x76B0, 0xE1AC, 0x76B4, 0xE1AD, 0x76B7, 0xEA89, - 0x76B8, 0xE1AE, 0x76B9, 0xE1AF, 0x76BA, 0xE1B0, 0x76BF, 0x8E4D, 0x76C2, 0xE1B1, 0x76C3, 0x9475, 0x76C6, 0x967E, 0x76C8, 0x896D, - 0x76CA, 0x8976, 0x76CD, 0xE1B2, 0x76D2, 0xE1B4, 0x76D6, 0xE1B3, 0x76D7, 0x9390, 0x76DB, 0x90B7, 0x76DC, 0x9F58, 0x76DE, 0xE1B5, - 0x76DF, 0x96BF, 0x76E1, 0xE1B6, 0x76E3, 0x8AC4, 0x76E4, 0x94D5, 0x76E5, 0xE1B7, 0x76E7, 0xE1B8, 0x76EA, 0xE1B9, 0x76EE, 0x96DA, - 0x76F2, 0x96D3, 0x76F4, 0x92BC, 0x76F8, 0x918A, 0x76FB, 0xE1BB, 0x76FE, 0x8F82, 0x7701, 0x8FC8, 0x7704, 0xE1BE, 0x7707, 0xE1BD, - 0x7708, 0xE1BC, 0x7709, 0x94FB, 0x770B, 0x8AC5, 0x770C, 0x8CA7, 0x771B, 0xE1C4, 0x771E, 0xE1C1, 0x771F, 0x905E, 0x7720, 0x96B0, - 0x7724, 0xE1C0, 0x7725, 0xE1C2, 0x7726, 0xE1C3, 0x7729, 0xE1BF, 0x7737, 0xE1C5, 0x7738, 0xE1C6, 0x773A, 0x92AD, 0x773C, 0x8AE1, - 0x7740, 0x9285, 0x7746, 0xFB76, 0x7747, 0xE1C7, 0x775A, 0xE1C8, 0x775B, 0xE1CB, 0x7761, 0x9087, 0x7763, 0x93C2, 0x7765, 0xE1CC, - 0x7766, 0x9672, 0x7768, 0xE1C9, 0x776B, 0xE1CA, 0x7779, 0xE1CF, 0x777E, 0xE1CE, 0x777F, 0xE1CD, 0x778B, 0xE1D1, 0x778E, 0xE1D0, - 0x7791, 0xE1D2, 0x779E, 0xE1D4, 0x77A0, 0xE1D3, 0x77A5, 0x95CB, 0x77AC, 0x8F75, 0x77AD, 0x97C4, 0x77B0, 0xE1D5, 0x77B3, 0x93B5, - 0x77B6, 0xE1D6, 0x77B9, 0xE1D7, 0x77BB, 0xE1DB, 0x77BC, 0xE1D9, 0x77BD, 0xE1DA, 0x77BF, 0xE1D8, 0x77C7, 0xE1DC, 0x77CD, 0xE1DD, - 0x77D7, 0xE1DE, 0x77DA, 0xE1DF, 0x77DB, 0x96B5, 0x77DC, 0xE1E0, 0x77E2, 0x96EE, 0x77E3, 0xE1E1, 0x77E5, 0x926D, 0x77E7, 0x948A, - 0x77E9, 0x8BE9, 0x77ED, 0x925A, 0x77EE, 0xE1E2, 0x77EF, 0x8BB8, 0x77F3, 0x90CE, 0x77FC, 0xE1E3, 0x7802, 0x8DBB, 0x780C, 0xE1E4, - 0x7812, 0xE1E5, 0x7814, 0x8CA4, 0x7815, 0x8DD3, 0x7820, 0xE1E7, 0x7821, 0xFB78, 0x7825, 0x9375, 0x7826, 0x8DD4, 0x7827, 0x8B6D, - 0x7832, 0x9643, 0x7834, 0x946A, 0x783A, 0x9376, 0x783F, 0x8D7B, 0x7845, 0xE1E9, 0x784E, 0xFB79, 0x785D, 0x8FC9, 0x7864, 0xFB7A, - 0x786B, 0x97B0, 0x786C, 0x8D64, 0x786F, 0x8CA5, 0x7872, 0x94A1, 0x7874, 0xE1EB, 0x787A, 0xFB7B, 0x787C, 0xE1ED, 0x7881, 0x8CE9, - 0x7886, 0xE1EC, 0x7887, 0x92F4, 0x788C, 0xE1EF, 0x788D, 0x8A56, 0x788E, 0xE1EA, 0x7891, 0x94E8, 0x7893, 0x894F, 0x7895, 0x8DEA, - 0x7897, 0x9871, 0x789A, 0xE1EE, 0x78A3, 0xE1F0, 0x78A7, 0x95C9, 0x78A9, 0x90D7, 0x78AA, 0xE1F2, 0x78AF, 0xE1F3, 0x78B5, 0xE1F1, - 0x78BA, 0x8A6D, 0x78BC, 0xE1F9, 0x78BE, 0xE1F8, 0x78C1, 0x8EA5, 0x78C5, 0xE1FA, 0x78C6, 0xE1F5, 0x78CA, 0xE1FB, 0x78CB, 0xE1F6, - 0x78D0, 0x94D6, 0x78D1, 0xE1F4, 0x78D4, 0xE1F7, 0x78DA, 0xE241, 0x78E7, 0xE240, 0x78E8, 0x9681, 0x78EC, 0xE1FC, 0x78EF, 0x88E9, - 0x78F4, 0xE243, 0x78FD, 0xE242, 0x7901, 0x8FCA, 0x7907, 0xE244, 0x790E, 0x9162, 0x7911, 0xE246, 0x7912, 0xE245, 0x7919, 0xE247, - 0x7926, 0xE1E6, 0x792A, 0xE1E8, 0x792B, 0xE249, 0x792C, 0xE248, 0x7930, 0xFB7C, 0x793A, 0x8EA6, 0x793C, 0x97E7, 0x793E, 0x8ED0, - 0x7940, 0xE24A, 0x7941, 0x8C56, 0x7947, 0x8B5F, 0x7948, 0x8B46, 0x7949, 0x8E83, 0x7950, 0x9753, 0x7953, 0xE250, 0x7955, 0xE24F, - 0x7956, 0x9163, 0x7957, 0xE24C, 0x795A, 0xE24E, 0x795D, 0x8F6A, 0x795E, 0x905F, 0x795F, 0xE24D, 0x7960, 0xE24B, 0x7962, 0x9449, - 0x7965, 0x8FCB, 0x7968, 0x955B, 0x796D, 0x8DD5, 0x7977, 0x9398, 0x797A, 0xE251, 0x797F, 0xE252, 0x7980, 0xE268, 0x7981, 0x8BD6, - 0x7984, 0x985C, 0x7985, 0x9154, 0x798A, 0xE253, 0x798D, 0x89D0, 0x798E, 0x92F5, 0x798F, 0x959F, 0x7994, 0xFB81, 0x799B, 0xFB83, - 0x799D, 0xE254, 0x79A6, 0x8B9A, 0x79A7, 0xE255, 0x79AA, 0xE257, 0x79AE, 0xE258, 0x79B0, 0x9448, 0x79B3, 0xE259, 0x79B9, 0xE25A, - 0x79BA, 0xE25B, 0x79BD, 0x8BD7, 0x79BE, 0x89D1, 0x79BF, 0x93C3, 0x79C0, 0x8F47, 0x79C1, 0x8E84, 0x79C9, 0xE25C, 0x79CB, 0x8F48, - 0x79D1, 0x89C8, 0x79D2, 0x9562, 0x79D5, 0xE25D, 0x79D8, 0x94E9, 0x79DF, 0x9164, 0x79E1, 0xE260, 0x79E3, 0xE261, 0x79E4, 0x9489, - 0x79E6, 0x9060, 0x79E7, 0xE25E, 0x79E9, 0x9281, 0x79EC, 0xE25F, 0x79F0, 0x8FCC, 0x79FB, 0x88DA, 0x7A00, 0x8B48, 0x7A08, 0xE262, - 0x7A0B, 0x92F6, 0x7A0D, 0xE263, 0x7A0E, 0x90C5, 0x7A14, 0x96AB, 0x7A17, 0x9542, 0x7A18, 0xE264, 0x7A19, 0xE265, 0x7A1A, 0x9274, - 0x7A1C, 0x97C5, 0x7A1F, 0xE267, 0x7A20, 0xE266, 0x7A2E, 0x8EED, 0x7A31, 0xE269, 0x7A32, 0x88EE, 0x7A37, 0xE26C, 0x7A3B, 0xE26A, - 0x7A3C, 0x89D2, 0x7A3D, 0x8C6D, 0x7A3E, 0xE26B, 0x7A3F, 0x8D65, 0x7A40, 0x8D92, 0x7A42, 0x95E4, 0x7A43, 0xE26D, 0x7A46, 0x9673, - 0x7A49, 0xE26F, 0x7A4D, 0x90CF, 0x7A4E, 0x896E, 0x7A4F, 0x89B8, 0x7A50, 0x88AA, 0x7A57, 0xE26E, 0x7A61, 0xE270, 0x7A62, 0xE271, - 0x7A63, 0x8FF5, 0x7A69, 0xE272, 0x7A6B, 0x8A6E, 0x7A70, 0xE274, 0x7A74, 0x8C8A, 0x7A76, 0x8B86, 0x7A79, 0xE275, 0x7A7A, 0x8BF3, - 0x7A7D, 0xE276, 0x7A7F, 0x90FA, 0x7A81, 0x93CB, 0x7A83, 0x90DE, 0x7A84, 0x8DF3, 0x7A88, 0xE277, 0x7A92, 0x9282, 0x7A93, 0x918B, - 0x7A95, 0xE279, 0x7A96, 0xE27B, 0x7A97, 0xE278, 0x7A98, 0xE27A, 0x7A9F, 0x8C41, 0x7AA9, 0xE27C, 0x7AAA, 0x8C45, 0x7AAE, 0x8B87, - 0x7AAF, 0x9771, 0x7AB0, 0xE27E, 0x7AB6, 0xE280, 0x7ABA, 0x894D, 0x7ABF, 0xE283, 0x7AC3, 0x8A96, 0x7AC4, 0xE282, 0x7AC5, 0xE281, - 0x7AC7, 0xE285, 0x7AC8, 0xE27D, 0x7ACA, 0xE286, 0x7ACB, 0x97A7, 0x7ACD, 0xE287, 0x7ACF, 0xE288, 0x7AD1, 0xFB84, 0x7AD2, 0x9AF2, - 0x7AD3, 0xE28A, 0x7AD5, 0xE289, 0x7AD9, 0xE28B, 0x7ADA, 0xE28C, 0x7ADC, 0x97B3, 0x7ADD, 0xE28D, 0x7ADF, 0xE8ED, 0x7AE0, 0x8FCD, - 0x7AE1, 0xE28E, 0x7AE2, 0xE28F, 0x7AE3, 0x8F76, 0x7AE5, 0x93B6, 0x7AE6, 0xE290, 0x7AE7, 0xFB85, 0x7AEA, 0x9247, 0x7AEB, 0xFB87, - 0x7AED, 0xE291, 0x7AEF, 0x925B, 0x7AF0, 0xE292, 0x7AF6, 0x8BA3, 0x7AF8, 0x995E, 0x7AF9, 0x927C, 0x7AFA, 0x8EB1, 0x7AFF, 0x8AC6, - 0x7B02, 0xE293, 0x7B04, 0xE2A0, 0x7B06, 0xE296, 0x7B08, 0x8B88, 0x7B0A, 0xE295, 0x7B0B, 0xE2A2, 0x7B0F, 0xE294, 0x7B11, 0x8FCE, - 0x7B18, 0xE298, 0x7B19, 0xE299, 0x7B1B, 0x934A, 0x7B1E, 0xE29A, 0x7B20, 0x8A7D, 0x7B25, 0x9079, 0x7B26, 0x9584, 0x7B28, 0xE29C, - 0x7B2C, 0x91E6, 0x7B33, 0xE297, 0x7B35, 0xE29B, 0x7B36, 0xE29D, 0x7B39, 0x8DF9, 0x7B45, 0xE2A4, 0x7B46, 0x954D, 0x7B48, 0x94A4, - 0x7B49, 0x9399, 0x7B4B, 0x8BD8, 0x7B4C, 0xE2A3, 0x7B4D, 0xE2A1, 0x7B4F, 0x94B3, 0x7B50, 0xE29E, 0x7B51, 0x927D, 0x7B52, 0x939B, - 0x7B54, 0x939A, 0x7B56, 0x8DF4, 0x7B5D, 0xE2B6, 0x7B65, 0xE2A6, 0x7B67, 0xE2A8, 0x7B6C, 0xE2AB, 0x7B6E, 0xE2AC, 0x7B70, 0xE2A9, - 0x7B71, 0xE2AA, 0x7B74, 0xE2A7, 0x7B75, 0xE2A5, 0x7B7A, 0xE29F, 0x7B86, 0x95CD, 0x7B87, 0x89D3, 0x7B8B, 0xE2B3, 0x7B8D, 0xE2B0, - 0x7B8F, 0xE2B5, 0x7B92, 0xE2B4, 0x7B94, 0x9493, 0x7B95, 0x96A5, 0x7B97, 0x8E5A, 0x7B98, 0xE2AE, 0x7B99, 0xE2B7, 0x7B9A, 0xE2B2, - 0x7B9C, 0xE2B1, 0x7B9D, 0xE2AD, 0x7B9E, 0xFB88, 0x7B9F, 0xE2AF, 0x7BA1, 0x8AC7, 0x7BAA, 0x925C, 0x7BAD, 0x90FB, 0x7BB1, 0x94A0, - 0x7BB4, 0xE2BC, 0x7BB8, 0x94A2, 0x7BC0, 0x90DF, 0x7BC1, 0xE2B9, 0x7BC4, 0x94CD, 0x7BC6, 0xE2BD, 0x7BC7, 0x95D1, 0x7BC9, 0x927A, - 0x7BCB, 0xE2B8, 0x7BCC, 0xE2BA, 0x7BCF, 0xE2BB, 0x7BDD, 0xE2BE, 0x7BE0, 0x8EC2, 0x7BE4, 0x93C4, 0x7BE5, 0xE2C3, 0x7BE6, 0xE2C2, - 0x7BE9, 0xE2BF, 0x7BED, 0x9855, 0x7BF3, 0xE2C8, 0x7BF6, 0xE2CC, 0x7BF7, 0xE2C9, 0x7C00, 0xE2C5, 0x7C07, 0xE2C6, 0x7C0D, 0xE2CB, - 0x7C11, 0xE2C0, 0x7C12, 0x99D3, 0x7C13, 0xE2C7, 0x7C14, 0xE2C1, 0x7C17, 0xE2CA, 0x7C1F, 0xE2D0, 0x7C21, 0x8AC8, 0x7C23, 0xE2CD, - 0x7C27, 0xE2CE, 0x7C2A, 0xE2CF, 0x7C2B, 0xE2D2, 0x7C37, 0xE2D1, 0x7C38, 0x94F4, 0x7C3D, 0xE2D3, 0x7C3E, 0x97FA, 0x7C3F, 0x95EB, - 0x7C40, 0xE2D8, 0x7C43, 0xE2D5, 0x7C4C, 0xE2D4, 0x7C4D, 0x90D0, 0x7C4F, 0xE2D7, 0x7C50, 0xE2D9, 0x7C54, 0xE2D6, 0x7C56, 0xE2DD, - 0x7C58, 0xE2DA, 0x7C5F, 0xE2DB, 0x7C60, 0xE2C4, 0x7C64, 0xE2DC, 0x7C65, 0xE2DE, 0x7C6C, 0xE2DF, 0x7C73, 0x95C4, 0x7C75, 0xE2E0, - 0x7C7E, 0x96E0, 0x7C81, 0x8BCC, 0x7C82, 0x8C48, 0x7C83, 0xE2E1, 0x7C89, 0x95B2, 0x7C8B, 0x9088, 0x7C8D, 0x96AE, 0x7C90, 0xE2E2, - 0x7C92, 0x97B1, 0x7C95, 0x9494, 0x7C97, 0x9165, 0x7C98, 0x9453, 0x7C9B, 0x8F6C, 0x7C9F, 0x88BE, 0x7CA1, 0xE2E7, 0x7CA2, 0xE2E5, - 0x7CA4, 0xE2E3, 0x7CA5, 0x8A9F, 0x7CA7, 0x8FCF, 0x7CA8, 0xE2E8, 0x7CAB, 0xE2E6, 0x7CAD, 0xE2E4, 0x7CAE, 0xE2EC, 0x7CB1, 0xE2EB, - 0x7CB2, 0xE2EA, 0x7CB3, 0xE2E9, 0x7CB9, 0xE2ED, 0x7CBD, 0xE2EE, 0x7CBE, 0x90B8, 0x7CC0, 0xE2EF, 0x7CC2, 0xE2F1, 0x7CC5, 0xE2F0, - 0x7CCA, 0x8CD0, 0x7CCE, 0x9157, 0x7CD2, 0xE2F3, 0x7CD6, 0x939C, 0x7CD8, 0xE2F2, 0x7CDC, 0xE2F4, 0x7CDE, 0x95B3, 0x7CDF, 0x918C, - 0x7CE0, 0x8D66, 0x7CE2, 0xE2F5, 0x7CE7, 0x97C6, 0x7CEF, 0xE2F7, 0x7CF2, 0xE2F8, 0x7CF4, 0xE2F9, 0x7CF6, 0xE2FA, 0x7CF8, 0x8E85, - 0x7CFA, 0xE2FB, 0x7CFB, 0x8C6E, 0x7CFE, 0x8B8A, 0x7D00, 0x8B49, 0x7D02, 0xE340, 0x7D04, 0x96F1, 0x7D05, 0x8D67, 0x7D06, 0xE2FC, - 0x7D0A, 0xE343, 0x7D0B, 0x96E4, 0x7D0D, 0x945B, 0x7D10, 0x9552, 0x7D14, 0x8F83, 0x7D15, 0xE342, 0x7D17, 0x8ED1, 0x7D18, 0x8D68, - 0x7D19, 0x8E86, 0x7D1A, 0x8B89, 0x7D1B, 0x95B4, 0x7D1C, 0xE341, 0x7D20, 0x9166, 0x7D21, 0x9661, 0x7D22, 0x8DF5, 0x7D2B, 0x8E87, - 0x7D2C, 0x92DB, 0x7D2E, 0xE346, 0x7D2F, 0x97DD, 0x7D30, 0x8DD7, 0x7D32, 0xE347, 0x7D33, 0x9061, 0x7D35, 0xE349, 0x7D39, 0x8FD0, - 0x7D3A, 0x8DAE, 0x7D3F, 0xE348, 0x7D42, 0x8F49, 0x7D43, 0x8CBC, 0x7D44, 0x9167, 0x7D45, 0xE344, 0x7D46, 0xE34A, 0x7D48, 0xFB8A, - 0x7D4B, 0xE345, 0x7D4C, 0x8C6F, 0x7D4E, 0xE34D, 0x7D4F, 0xE351, 0x7D50, 0x8C8B, 0x7D56, 0xE34C, 0x7D5B, 0xE355, 0x7D5C, 0xFB8B, - 0x7D5E, 0x8D69, 0x7D61, 0x978D, 0x7D62, 0x88BA, 0x7D63, 0xE352, 0x7D66, 0x8B8B, 0x7D68, 0xE34F, 0x7D6E, 0xE350, 0x7D71, 0x939D, - 0x7D72, 0xE34E, 0x7D73, 0xE34B, 0x7D75, 0x8A47, 0x7D76, 0x90E2, 0x7D79, 0x8CA6, 0x7D7D, 0xE357, 0x7D89, 0xE354, 0x7D8F, 0xE356, - 0x7D93, 0xE353, 0x7D99, 0x8C70, 0x7D9A, 0x91B1, 0x7D9B, 0xE358, 0x7D9C, 0x918E, 0x7D9F, 0xE365, 0x7DA0, 0xFB8D, 0x7DA2, 0xE361, - 0x7DA3, 0xE35B, 0x7DAB, 0xE35F, 0x7DAC, 0x8EF8, 0x7DAD, 0x88DB, 0x7DAE, 0xE35A, 0x7DAF, 0xE362, 0x7DB0, 0xE366, 0x7DB1, 0x8D6A, - 0x7DB2, 0x96D4, 0x7DB4, 0x92D4, 0x7DB5, 0xE35C, 0x7DB7, 0xFB8C, 0x7DB8, 0xE364, 0x7DBA, 0xE359, 0x7DBB, 0x925D, 0x7DBD, 0xE35E, - 0x7DBE, 0x88BB, 0x7DBF, 0x96C8, 0x7DC7, 0xE35D, 0x7DCA, 0x8BD9, 0x7DCB, 0x94EA, 0x7DCF, 0x918D, 0x7DD1, 0x97CE, 0x7DD2, 0x8F8F, - 0x7DD5, 0xE38E, 0x7DD6, 0xFB8E, 0x7DD8, 0xE367, 0x7DDA, 0x90FC, 0x7DDC, 0xE363, 0x7DDD, 0xE368, 0x7DDE, 0xE36A, 0x7DE0, 0x92F7, - 0x7DE1, 0xE36D, 0x7DE4, 0xE369, 0x7DE8, 0x95D2, 0x7DE9, 0x8AC9, 0x7DEC, 0x96C9, 0x7DEF, 0x88DC, 0x7DF2, 0xE36C, 0x7DF4, 0x97FB, - 0x7DFB, 0xE36B, 0x7E01, 0x898F, 0x7E04, 0x93EA, 0x7E05, 0xE36E, 0x7E09, 0xE375, 0x7E0A, 0xE36F, 0x7E0B, 0xE376, 0x7E12, 0xE372, - 0x7E1B, 0x949B, 0x7E1E, 0x8EC8, 0x7E1F, 0xE374, 0x7E21, 0xE371, 0x7E22, 0xE377, 0x7E23, 0xE370, 0x7E26, 0x8F63, 0x7E2B, 0x9644, - 0x7E2E, 0x8F6B, 0x7E31, 0xE373, 0x7E32, 0xE380, 0x7E35, 0xE37B, 0x7E37, 0xE37E, 0x7E39, 0xE37C, 0x7E3A, 0xE381, 0x7E3B, 0xE37A, - 0x7E3D, 0xE360, 0x7E3E, 0x90D1, 0x7E41, 0x94C9, 0x7E43, 0xE37D, 0x7E46, 0xE378, 0x7E4A, 0x9140, 0x7E4B, 0x8C71, 0x7E4D, 0x8F4A, - 0x7E52, 0xFB8F, 0x7E54, 0x9044, 0x7E55, 0x9155, 0x7E56, 0xE384, 0x7E59, 0xE386, 0x7E5A, 0xE387, 0x7E5D, 0xE383, 0x7E5E, 0xE385, - 0x7E66, 0xE379, 0x7E67, 0xE382, 0x7E69, 0xE38A, 0x7E6A, 0xE389, 0x7E6D, 0x969A, 0x7E70, 0x8C4A, 0x7E79, 0xE388, 0x7E7B, 0xE38C, - 0x7E7C, 0xE38B, 0x7E7D, 0xE38F, 0x7E7F, 0xE391, 0x7E82, 0x8E5B, 0x7E83, 0xE38D, 0x7E88, 0xE392, 0x7E89, 0xE393, 0x7E8A, 0xFA5C, - 0x7E8C, 0xE394, 0x7E8E, 0xE39A, 0x7E8F, 0x935A, 0x7E90, 0xE396, 0x7E92, 0xE395, 0x7E93, 0xE397, 0x7E94, 0xE398, 0x7E96, 0xE399, - 0x7E9B, 0xE39B, 0x7E9C, 0xE39C, 0x7F36, 0x8ACA, 0x7F38, 0xE39D, 0x7F3A, 0xE39E, 0x7F45, 0xE39F, 0x7F47, 0xFB90, 0x7F4C, 0xE3A0, - 0x7F4D, 0xE3A1, 0x7F4E, 0xE3A2, 0x7F50, 0xE3A3, 0x7F51, 0xE3A4, 0x7F54, 0xE3A6, 0x7F55, 0xE3A5, 0x7F58, 0xE3A7, 0x7F5F, 0xE3A8, - 0x7F60, 0xE3A9, 0x7F67, 0xE3AC, 0x7F68, 0xE3AA, 0x7F69, 0xE3AB, 0x7F6A, 0x8DDF, 0x7F6B, 0x8C72, 0x7F6E, 0x9275, 0x7F70, 0x94B1, - 0x7F72, 0x8F90, 0x7F75, 0x946C, 0x7F77, 0x94EB, 0x7F78, 0xE3AD, 0x7F79, 0x9CEB, 0x7F82, 0xE3AE, 0x7F83, 0xE3B0, 0x7F85, 0x9785, - 0x7F86, 0xE3AF, 0x7F87, 0xE3B2, 0x7F88, 0xE3B1, 0x7F8A, 0x9772, 0x7F8C, 0xE3B3, 0x7F8E, 0x94FC, 0x7F94, 0xE3B4, 0x7F9A, 0xE3B7, - 0x7F9D, 0xE3B6, 0x7F9E, 0xE3B5, 0x7FA1, 0xFB91, 0x7FA3, 0xE3B8, 0x7FA4, 0x8C51, 0x7FA8, 0x9141, 0x7FA9, 0x8B60, 0x7FAE, 0xE3BC, - 0x7FAF, 0xE3B9, 0x7FB2, 0xE3BA, 0x7FB6, 0xE3BD, 0x7FB8, 0xE3BE, 0x7FB9, 0xE3BB, 0x7FBD, 0x8948, 0x7FC1, 0x89A5, 0x7FC5, 0xE3C0, - 0x7FC6, 0xE3C1, 0x7FCA, 0xE3C2, 0x7FCC, 0x9782, 0x7FD2, 0x8F4B, 0x7FD4, 0xE3C4, 0x7FD5, 0xE3C3, 0x7FE0, 0x9089, 0x7FE1, 0xE3C5, - 0x7FE6, 0xE3C6, 0x7FE9, 0xE3C7, 0x7FEB, 0x8AE3, 0x7FF0, 0x8ACB, 0x7FF3, 0xE3C8, 0x7FF9, 0xE3C9, 0x7FFB, 0x967C, 0x7FFC, 0x9783, - 0x8000, 0x9773, 0x8001, 0x9856, 0x8003, 0x8D6C, 0x8004, 0xE3CC, 0x8005, 0x8ED2, 0x8006, 0xE3CB, 0x800B, 0xE3CD, 0x800C, 0x8EA7, - 0x8010, 0x91CF, 0x8012, 0xE3CE, 0x8015, 0x8D6B, 0x8017, 0x96D5, 0x8018, 0xE3CF, 0x8019, 0xE3D0, 0x801C, 0xE3D1, 0x8021, 0xE3D2, - 0x8028, 0xE3D3, 0x8033, 0x8EA8, 0x8036, 0x96EB, 0x803B, 0xE3D5, 0x803D, 0x925E, 0x803F, 0xE3D4, 0x8046, 0xE3D7, 0x804A, 0xE3D6, - 0x8052, 0xE3D8, 0x8056, 0x90B9, 0x8058, 0xE3D9, 0x805A, 0xE3DA, 0x805E, 0x95B7, 0x805F, 0xE3DB, 0x8061, 0x918F, 0x8062, 0xE3DC, - 0x8068, 0xE3DD, 0x806F, 0x97FC, 0x8070, 0xE3E0, 0x8072, 0xE3DF, 0x8073, 0xE3DE, 0x8074, 0x92AE, 0x8076, 0xE3E1, 0x8077, 0x9045, - 0x8079, 0xE3E2, 0x807D, 0xE3E3, 0x807E, 0x9857, 0x807F, 0xE3E4, 0x8084, 0xE3E5, 0x8085, 0xE3E7, 0x8086, 0xE3E6, 0x8087, 0x94A3, - 0x8089, 0x93F7, 0x808B, 0x985D, 0x808C, 0x94A7, 0x8093, 0xE3E9, 0x8096, 0x8FD1, 0x8098, 0x9549, 0x809A, 0xE3EA, 0x809B, 0xE3E8, - 0x809D, 0x8ACC, 0x80A1, 0x8CD2, 0x80A2, 0x8E88, 0x80A5, 0x94EC, 0x80A9, 0x8CA8, 0x80AA, 0x9662, 0x80AC, 0xE3ED, 0x80AD, 0xE3EB, - 0x80AF, 0x8D6D, 0x80B1, 0x8D6E, 0x80B2, 0x88E7, 0x80B4, 0x8DE6, 0x80BA, 0x9478, 0x80C3, 0x88DD, 0x80C4, 0xE3F2, 0x80C6, 0x925F, - 0x80CC, 0x9477, 0x80CE, 0x91D9, 0x80D6, 0xE3F4, 0x80D9, 0xE3F0, 0x80DA, 0xE3F3, 0x80DB, 0xE3EE, 0x80DD, 0xE3F1, 0x80DE, 0x9645, - 0x80E1, 0x8CD3, 0x80E4, 0x88FB, 0x80E5, 0xE3EF, 0x80EF, 0xE3F6, 0x80F1, 0xE3F7, 0x80F4, 0x93B7, 0x80F8, 0x8BB9, 0x80FC, 0xE445, - 0x80FD, 0x945C, 0x8102, 0x8E89, 0x8105, 0x8BBA, 0x8106, 0x90C6, 0x8107, 0x9865, 0x8108, 0x96AC, 0x8109, 0xE3F5, 0x810A, 0x90D2, - 0x811A, 0x8B72, 0x811B, 0xE3F8, 0x8123, 0xE3FA, 0x8129, 0xE3F9, 0x812F, 0xE3FB, 0x8131, 0x9245, 0x8133, 0x945D, 0x8139, 0x92AF, - 0x813E, 0xE442, 0x8146, 0xE441, 0x814B, 0xE3FC, 0x814E, 0x9074, 0x8150, 0x9585, 0x8151, 0xE444, 0x8153, 0xE443, 0x8154, 0x8D6F, - 0x8155, 0x9872, 0x815F, 0xE454, 0x8165, 0xE448, 0x8166, 0xE449, 0x816B, 0x8EEE, 0x816E, 0xE447, 0x8170, 0x8D98, 0x8171, 0xE446, - 0x8174, 0xE44A, 0x8178, 0x92B0, 0x8179, 0x95A0, 0x817A, 0x9142, 0x817F, 0x91DA, 0x8180, 0xE44E, 0x8182, 0xE44F, 0x8183, 0xE44B, - 0x8188, 0xE44C, 0x818A, 0xE44D, 0x818F, 0x8D70, 0x8193, 0xE455, 0x8195, 0xE451, 0x819A, 0x9586, 0x819C, 0x968C, 0x819D, 0x9547, - 0x81A0, 0xE450, 0x81A3, 0xE453, 0x81A4, 0xE452, 0x81A8, 0x9663, 0x81A9, 0xE456, 0x81B0, 0xE457, 0x81B3, 0x9156, 0x81B5, 0xE458, - 0x81B8, 0xE45A, 0x81BA, 0xE45E, 0x81BD, 0xE45B, 0x81BE, 0xE459, 0x81BF, 0x945E, 0x81C0, 0xE45C, 0x81C2, 0xE45D, 0x81C6, 0x89B0, - 0x81C8, 0xE464, 0x81C9, 0xE45F, 0x81CD, 0xE460, 0x81D1, 0xE461, 0x81D3, 0x919F, 0x81D8, 0xE463, 0x81D9, 0xE462, 0x81DA, 0xE465, - 0x81DF, 0xE466, 0x81E0, 0xE467, 0x81E3, 0x9062, 0x81E5, 0x89E7, 0x81E7, 0xE468, 0x81E8, 0x97D5, 0x81EA, 0x8EA9, 0x81ED, 0x8F4C, - 0x81F3, 0x8E8A, 0x81F4, 0x9276, 0x81FA, 0xE469, 0x81FB, 0xE46A, 0x81FC, 0x8950, 0x81FE, 0xE46B, 0x8201, 0xE46C, 0x8202, 0xE46D, - 0x8205, 0xE46E, 0x8207, 0xE46F, 0x8208, 0x8BBB, 0x8209, 0x9DA8, 0x820A, 0xE470, 0x820C, 0x90E3, 0x820D, 0xE471, 0x820E, 0x8EC9, - 0x8210, 0xE472, 0x8212, 0x98AE, 0x8216, 0xE473, 0x8217, 0x95DC, 0x8218, 0x8ADA, 0x821B, 0x9143, 0x821C, 0x8F77, 0x821E, 0x9591, - 0x821F, 0x8F4D, 0x8229, 0xE474, 0x822A, 0x8D71, 0x822B, 0xE475, 0x822C, 0x94CA, 0x822E, 0xE484, 0x8233, 0xE477, 0x8235, 0x91C7, - 0x8236, 0x9495, 0x8237, 0x8CBD, 0x8238, 0xE476, 0x8239, 0x9144, 0x8240, 0xE478, 0x8247, 0x92F8, 0x8258, 0xE47A, 0x8259, 0xE479, - 0x825A, 0xE47C, 0x825D, 0xE47B, 0x825F, 0xE47D, 0x8262, 0xE480, 0x8264, 0xE47E, 0x8266, 0x8ACD, 0x8268, 0xE481, 0x826A, 0xE482, - 0x826B, 0xE483, 0x826E, 0x8DAF, 0x826F, 0x97C7, 0x8271, 0xE485, 0x8272, 0x9046, 0x8276, 0x8990, 0x8277, 0xE486, 0x8278, 0xE487, - 0x827E, 0xE488, 0x828B, 0x88F0, 0x828D, 0xE489, 0x8292, 0xE48A, 0x8299, 0x9587, 0x829D, 0x8EC5, 0x829F, 0xE48C, 0x82A5, 0x8A48, - 0x82A6, 0x88B0, 0x82AB, 0xE48B, 0x82AC, 0xE48E, 0x82AD, 0x946D, 0x82AF, 0x9063, 0x82B1, 0x89D4, 0x82B3, 0x9646, 0x82B8, 0x8C7C, - 0x82B9, 0x8BDA, 0x82BB, 0xE48D, 0x82BD, 0x89E8, 0x82C5, 0x8AA1, 0x82D1, 0x8991, 0x82D2, 0xE492, 0x82D3, 0x97E8, 0x82D4, 0x91DB, - 0x82D7, 0x9563, 0x82D9, 0xE49E, 0x82DB, 0x89D5, 0x82DC, 0xE49C, 0x82DE, 0xE49A, 0x82DF, 0xE491, 0x82E1, 0xE48F, 0x82E3, 0xE490, - 0x82E5, 0x8EE1, 0x82E6, 0x8BEA, 0x82E7, 0x9297, 0x82EB, 0x93CF, 0x82F1, 0x8970, 0x82F3, 0xE494, 0x82F4, 0xE493, 0x82F9, 0xE499, - 0x82FA, 0xE495, 0x82FB, 0xE498, 0x8301, 0xFB93, 0x8302, 0x96CE, 0x8303, 0xE497, 0x8304, 0x89D6, 0x8305, 0x8A9D, 0x8306, 0xE49B, - 0x8309, 0xE49D, 0x830E, 0x8C73, 0x8316, 0xE4A1, 0x8317, 0xE4AA, 0x8318, 0xE4AB, 0x831C, 0x88A9, 0x8323, 0xE4B2, 0x8328, 0x88EF, - 0x832B, 0xE4A9, 0x832F, 0xE4A8, 0x8331, 0xE4A3, 0x8332, 0xE4A2, 0x8334, 0xE4A0, 0x8335, 0xE49F, 0x8336, 0x9283, 0x8338, 0x91F9, - 0x8339, 0xE4A5, 0x8340, 0xE4A4, 0x8345, 0xE4A7, 0x8349, 0x9190, 0x834A, 0x8C74, 0x834F, 0x8960, 0x8350, 0xE4A6, 0x8352, 0x8D72, - 0x8358, 0x9191, 0x8362, 0xFB94, 0x8373, 0xE4B8, 0x8375, 0xE4B9, 0x8377, 0x89D7, 0x837B, 0x89AC, 0x837C, 0xE4B6, 0x837F, 0xFB95, - 0x8385, 0xE4AC, 0x8387, 0xE4B4, 0x8389, 0xE4BB, 0x838A, 0xE4B5, 0x838E, 0xE4B3, 0x8393, 0xE496, 0x8396, 0xE4B1, 0x839A, 0xE4AD, - 0x839E, 0x8ACE, 0x839F, 0xE4AF, 0x83A0, 0xE4BA, 0x83A2, 0xE4B0, 0x83A8, 0xE4BC, 0x83AA, 0xE4AE, 0x83AB, 0x949C, 0x83B1, 0x9789, - 0x83B5, 0xE4B7, 0x83BD, 0xE4CD, 0x83C1, 0xE4C5, 0x83C5, 0x909B, 0x83C7, 0xFB96, 0x83CA, 0x8B65, 0x83CC, 0x8BDB, 0x83CE, 0xE4C0, - 0x83D3, 0x89D9, 0x83D6, 0x8FD2, 0x83D8, 0xE4C3, 0x83DC, 0x8DD8, 0x83DF, 0x9370, 0x83E0, 0xE4C8, 0x83E9, 0x95EC, 0x83EB, 0xE4BF, - 0x83EF, 0x89D8, 0x83F0, 0x8CD4, 0x83F1, 0x9548, 0x83F2, 0xE4C9, 0x83F4, 0xE4BD, 0x83F6, 0xFB97, 0x83F7, 0xE4C6, 0x83FB, 0xE4D0, - 0x83FD, 0xE4C1, 0x8403, 0xE4C2, 0x8404, 0x93B8, 0x8407, 0xE4C7, 0x840B, 0xE4C4, 0x840C, 0x9647, 0x840D, 0xE4CA, 0x840E, 0x88DE, - 0x8413, 0xE4BE, 0x8420, 0xE4CC, 0x8422, 0xE4CB, 0x8429, 0x948B, 0x842A, 0xE4D2, 0x842C, 0xE4DD, 0x8431, 0x8A9E, 0x8435, 0xE4E0, - 0x8438, 0xE4CE, 0x843C, 0xE4D3, 0x843D, 0x978E, 0x8446, 0xE4DC, 0x8448, 0xFB98, 0x8449, 0x9774, 0x844E, 0x97A8, 0x8457, 0x9298, - 0x845B, 0x8A8B, 0x8461, 0x9592, 0x8462, 0xE4E2, 0x8463, 0x939F, 0x8466, 0x88AF, 0x8469, 0xE4DB, 0x846B, 0xE4D7, 0x846C, 0x9192, - 0x846D, 0xE4D1, 0x846E, 0xE4D9, 0x846F, 0xE4DE, 0x8471, 0x944B, 0x8475, 0x88A8, 0x8477, 0xE4D6, 0x8479, 0xE4DF, 0x847A, 0x9598, - 0x8482, 0xE4DA, 0x8484, 0xE4D5, 0x848B, 0x8FD3, 0x8490, 0x8F4E, 0x8494, 0x8EAA, 0x8499, 0x96D6, 0x849C, 0x9566, 0x849F, 0xE4E5, - 0x84A1, 0xE4EE, 0x84AD, 0xE4D8, 0x84B2, 0x8A97, 0x84B4, 0xFB99, 0x84B8, 0x8FF6, 0x84B9, 0xE4E3, 0x84BB, 0xE4E8, 0x84BC, 0x9193, - 0x84BF, 0xE4E4, 0x84C1, 0xE4EB, 0x84C4, 0x927E, 0x84C6, 0xE4EC, 0x84C9, 0x9775, 0x84CA, 0xE4E1, 0x84CB, 0x8A57, 0x84CD, 0xE4E7, - 0x84D0, 0xE4EA, 0x84D1, 0x96AA, 0x84D6, 0xE4ED, 0x84D9, 0xE4E6, 0x84DA, 0xE4E9, 0x84DC, 0xFA60, 0x84EC, 0x9648, 0x84EE, 0x9840, - 0x84F4, 0xE4F1, 0x84FC, 0xE4F8, 0x84FF, 0xE4F0, 0x8500, 0x8EC1, 0x8506, 0xE4CF, 0x8511, 0x95CC, 0x8513, 0x96A0, 0x8514, 0xE4F7, - 0x8515, 0xE4F6, 0x8517, 0xE4F2, 0x8518, 0xE4F3, 0x851A, 0x8955, 0x851F, 0xE4F5, 0x8521, 0xE4EF, 0x8526, 0x92D3, 0x852C, 0xE4F4, - 0x852D, 0x88FC, 0x8535, 0x91A0, 0x853D, 0x95C1, 0x8540, 0xE4F9, 0x8541, 0xE540, 0x8543, 0x94D7, 0x8548, 0xE4FC, 0x8549, 0x8FD4, - 0x854A, 0x8EC7, 0x854B, 0xE542, 0x854E, 0x8BBC, 0x8553, 0xFB9A, 0x8555, 0xE543, 0x8557, 0x9599, 0x8558, 0xE4FB, 0x8559, 0xFB9B, - 0x855A, 0xE4D4, 0x8563, 0xE4FA, 0x8568, 0x986E, 0x8569, 0x93A0, 0x856A, 0x9593, 0x856B, 0xFB9C, 0x856D, 0xE54A, 0x8577, 0xE550, - 0x857E, 0xE551, 0x8580, 0xE544, 0x8584, 0x9496, 0x8587, 0xE54E, 0x8588, 0xE546, 0x858A, 0xE548, 0x8590, 0xE552, 0x8591, 0xE547, - 0x8594, 0xE54B, 0x8597, 0x8992, 0x8599, 0x93E3, 0x859B, 0xE54C, 0x859C, 0xE54F, 0x85A4, 0xE545, 0x85A6, 0x9145, 0x85A8, 0xE549, - 0x85A9, 0x8E46, 0x85AA, 0x9064, 0x85AB, 0x8C4F, 0x85AC, 0x96F2, 0x85AE, 0x96F7, 0x85AF, 0x8F92, 0x85B0, 0xFB9E, 0x85B9, 0xE556, - 0x85BA, 0xE554, 0x85C1, 0x986D, 0x85C9, 0xE553, 0x85CD, 0x9795, 0x85CF, 0xE555, 0x85D0, 0xE557, 0x85D5, 0xE558, 0x85DC, 0xE55B, - 0x85DD, 0xE559, 0x85E4, 0x93A1, 0x85E5, 0xE55A, 0x85E9, 0x94CB, 0x85EA, 0xE54D, 0x85F7, 0x8F93, 0x85F9, 0xE55C, 0x85FA, 0xE561, - 0x85FB, 0x9194, 0x85FE, 0xE560, 0x8602, 0xE541, 0x8606, 0xE562, 0x8607, 0x9168, 0x860A, 0xE55D, 0x860B, 0xE55F, 0x8613, 0xE55E, - 0x8616, 0x9F50, 0x8617, 0x9F41, 0x861A, 0xE564, 0x8622, 0xE563, 0x862D, 0x9796, 0x862F, 0xE1BA, 0x8630, 0xE565, 0x863F, 0xE566, - 0x864D, 0xE567, 0x864E, 0x8CD5, 0x8650, 0x8B73, 0x8654, 0xE569, 0x8655, 0x997C, 0x865A, 0x8B95, 0x865C, 0x97B8, 0x865E, 0x8BF1, - 0x865F, 0xE56A, 0x8667, 0xE56B, 0x866B, 0x928E, 0x8671, 0xE56C, 0x8679, 0x93F8, 0x867B, 0x88B8, 0x868A, 0x89E1, 0x868B, 0xE571, - 0x868C, 0xE572, 0x8693, 0xE56D, 0x8695, 0x8E5C, 0x86A3, 0xE56E, 0x86A4, 0x9461, 0x86A9, 0xE56F, 0x86AA, 0xE570, 0x86AB, 0xE57A, - 0x86AF, 0xE574, 0x86B0, 0xE577, 0x86B6, 0xE573, 0x86C4, 0xE575, 0x86C6, 0xE576, 0x86C7, 0x8ED6, 0x86C9, 0xE578, 0x86CB, 0x9260, - 0x86CD, 0x8C75, 0x86CE, 0x8A61, 0x86D4, 0xE57B, 0x86D9, 0x8A5E, 0x86DB, 0xE581, 0x86DE, 0xE57C, 0x86DF, 0xE580, 0x86E4, 0x94B8, - 0x86E9, 0xE57D, 0x86EC, 0xE57E, 0x86ED, 0x9567, 0x86EE, 0x94D8, 0x86EF, 0xE582, 0x86F8, 0x91FB, 0x86F9, 0xE58C, 0x86FB, 0xE588, - 0x86FE, 0x89E9, 0x8700, 0xE586, 0x8702, 0x9649, 0x8703, 0xE587, 0x8706, 0xE584, 0x8708, 0xE585, 0x8709, 0xE58A, 0x870A, 0xE58D, - 0x870D, 0xE58B, 0x8711, 0xE589, 0x8712, 0xE583, 0x8718, 0x9277, 0x871A, 0xE594, 0x871C, 0x96A8, 0x8725, 0xE592, 0x8729, 0xE593, - 0x8734, 0xE58E, 0x8737, 0xE590, 0x873B, 0xE591, 0x873F, 0xE58F, 0x8749, 0x90E4, 0x874B, 0x9858, 0x874C, 0xE598, 0x874E, 0xE599, - 0x8753, 0xE59F, 0x8755, 0x9049, 0x8757, 0xE59B, 0x8759, 0xE59E, 0x875F, 0xE596, 0x8760, 0xE595, 0x8763, 0xE5A0, 0x8766, 0x89DA, - 0x8768, 0xE59C, 0x876A, 0xE5A1, 0x876E, 0xE59D, 0x8774, 0xE59A, 0x8776, 0x92B1, 0x8778, 0xE597, 0x877F, 0x9488, 0x8782, 0xE5A5, - 0x878D, 0x975A, 0x879F, 0xE5A4, 0x87A2, 0xE5A3, 0x87AB, 0xE5AC, 0x87AF, 0xE5A6, 0x87B3, 0xE5AE, 0x87BA, 0x9786, 0x87BB, 0xE5B1, - 0x87BD, 0xE5A8, 0x87C0, 0xE5A9, 0x87C4, 0xE5AD, 0x87C6, 0xE5B0, 0x87C7, 0xE5AF, 0x87CB, 0xE5A7, 0x87D0, 0xE5AA, 0x87D2, 0xE5BB, - 0x87E0, 0xE5B4, 0x87EF, 0xE5B2, 0x87F2, 0xE5B3, 0x87F6, 0xE5B8, 0x87F7, 0xE5B9, 0x87F9, 0x8A49, 0x87FB, 0x8B61, 0x87FE, 0xE5B7, - 0x8805, 0xE5A2, 0x8807, 0xFBA1, 0x880D, 0xE5B6, 0x880E, 0xE5BA, 0x880F, 0xE5B5, 0x8811, 0xE5BC, 0x8815, 0xE5BE, 0x8816, 0xE5BD, - 0x8821, 0xE5C0, 0x8822, 0xE5BF, 0x8823, 0xE579, 0x8827, 0xE5C4, 0x8831, 0xE5C1, 0x8836, 0xE5C2, 0x8839, 0xE5C3, 0x883B, 0xE5C5, - 0x8840, 0x8C8C, 0x8842, 0xE5C7, 0x8844, 0xE5C6, 0x8846, 0x8F4F, 0x884C, 0x8D73, 0x884D, 0x9FA5, 0x8852, 0xE5C8, 0x8853, 0x8F70, - 0x8857, 0x8A58, 0x8859, 0xE5C9, 0x885B, 0x8971, 0x885D, 0x8FD5, 0x885E, 0xE5CA, 0x8861, 0x8D74, 0x8862, 0xE5CB, 0x8863, 0x88DF, - 0x8868, 0x955C, 0x886B, 0xE5CC, 0x8870, 0x908A, 0x8872, 0xE5D3, 0x8875, 0xE5D0, 0x8877, 0x928F, 0x887D, 0xE5D1, 0x887E, 0xE5CE, - 0x887F, 0x8BDC, 0x8881, 0xE5CD, 0x8882, 0xE5D4, 0x8888, 0x8C55, 0x888B, 0x91DC, 0x888D, 0xE5DA, 0x8892, 0xE5D6, 0x8896, 0x91B3, - 0x8897, 0xE5D5, 0x8899, 0xE5D8, 0x889E, 0xE5CF, 0x88A2, 0xE5D9, 0x88A4, 0xE5DB, 0x88AB, 0x94ED, 0x88AE, 0xE5D7, 0x88B0, 0xE5DC, - 0x88B1, 0xE5DE, 0x88B4, 0x8CD1, 0x88B5, 0xE5D2, 0x88B7, 0x88BF, 0x88BF, 0xE5DD, 0x88C1, 0x8DD9, 0x88C2, 0x97F4, 0x88C3, 0xE5DF, - 0x88C4, 0xE5E0, 0x88C5, 0x9195, 0x88CF, 0x97A0, 0x88D4, 0xE5E1, 0x88D5, 0x9754, 0x88D8, 0xE5E2, 0x88D9, 0xE5E3, 0x88DC, 0x95E2, - 0x88DD, 0xE5E4, 0x88DF, 0x8DBE, 0x88E1, 0x97A1, 0x88E8, 0xE5E9, 0x88F2, 0xE5EA, 0x88F3, 0x8FD6, 0x88F4, 0xE5E8, 0x88F5, 0xFBA2, - 0x88F8, 0x9787, 0x88F9, 0xE5E5, 0x88FC, 0xE5E7, 0x88FD, 0x90BB, 0x88FE, 0x909E, 0x8902, 0xE5E6, 0x8904, 0xE5EB, 0x8907, 0x95A1, - 0x890A, 0xE5ED, 0x890C, 0xE5EC, 0x8910, 0x8A8C, 0x8912, 0x964A, 0x8913, 0xE5EE, 0x891C, 0xFA5D, 0x891D, 0xE5FA, 0x891E, 0xE5F0, - 0x8925, 0xE5F1, 0x892A, 0xE5F2, 0x892B, 0xE5F3, 0x8936, 0xE5F7, 0x8938, 0xE5F8, 0x893B, 0xE5F6, 0x8941, 0xE5F4, 0x8943, 0xE5EF, - 0x8944, 0xE5F5, 0x894C, 0xE5F9, 0x894D, 0xE8B5, 0x8956, 0x89A6, 0x895E, 0xE5FC, 0x895F, 0x8BDD, 0x8960, 0xE5FB, 0x8964, 0xE641, - 0x8966, 0xE640, 0x896A, 0xE643, 0x896D, 0xE642, 0x896F, 0xE644, 0x8972, 0x8F50, 0x8974, 0xE645, 0x8977, 0xE646, 0x897E, 0xE647, - 0x897F, 0x90BC, 0x8981, 0x9776, 0x8983, 0xE648, 0x8986, 0x95A2, 0x8987, 0x9465, 0x8988, 0xE649, 0x898A, 0xE64A, 0x898B, 0x8CA9, - 0x898F, 0x8B4B, 0x8993, 0xE64B, 0x8996, 0x8E8B, 0x8997, 0x9460, 0x8998, 0xE64C, 0x899A, 0x8A6F, 0x89A1, 0xE64D, 0x89A6, 0xE64F, - 0x89A7, 0x9797, 0x89A9, 0xE64E, 0x89AA, 0x9065, 0x89AC, 0xE650, 0x89AF, 0xE651, 0x89B2, 0xE652, 0x89B3, 0x8ACF, 0x89BA, 0xE653, - 0x89BD, 0xE654, 0x89BF, 0xE655, 0x89C0, 0xE656, 0x89D2, 0x8A70, 0x89DA, 0xE657, 0x89DC, 0xE658, 0x89DD, 0xE659, 0x89E3, 0x89F0, - 0x89E6, 0x9047, 0x89E7, 0xE65A, 0x89F4, 0xE65B, 0x89F8, 0xE65C, 0x8A00, 0x8CBE, 0x8A02, 0x92F9, 0x8A03, 0xE65D, 0x8A08, 0x8C76, - 0x8A0A, 0x9075, 0x8A0C, 0xE660, 0x8A0E, 0x93A2, 0x8A10, 0xE65F, 0x8A12, 0xFBA3, 0x8A13, 0x8C50, 0x8A16, 0xE65E, 0x8A17, 0x91F5, - 0x8A18, 0x8B4C, 0x8A1B, 0xE661, 0x8A1D, 0xE662, 0x8A1F, 0x8FD7, 0x8A23, 0x8C8D, 0x8A25, 0xE663, 0x8A2A, 0x964B, 0x8A2D, 0x90DD, - 0x8A31, 0x8B96, 0x8A33, 0x96F3, 0x8A34, 0x9169, 0x8A36, 0xE664, 0x8A37, 0xFBA4, 0x8A3A, 0x9066, 0x8A3B, 0x9290, 0x8A3C, 0x8FD8, - 0x8A41, 0xE665, 0x8A46, 0xE668, 0x8A48, 0xE669, 0x8A50, 0x8DBC, 0x8A51, 0x91C0, 0x8A52, 0xE667, 0x8A54, 0x8FD9, 0x8A55, 0x955D, - 0x8A5B, 0xE666, 0x8A5E, 0x8E8C, 0x8A60, 0x8972, 0x8A62, 0xE66D, 0x8A63, 0x8C77, 0x8A66, 0x8E8E, 0x8A69, 0x8E8D, 0x8A6B, 0x986C, - 0x8A6C, 0xE66C, 0x8A6D, 0xE66B, 0x8A6E, 0x9146, 0x8A70, 0x8B6C, 0x8A71, 0x9862, 0x8A72, 0x8A59, 0x8A73, 0x8FDA, 0x8A79, 0xFBA5, - 0x8A7C, 0xE66A, 0x8A82, 0xE66F, 0x8A84, 0xE670, 0x8A85, 0xE66E, 0x8A87, 0x8CD6, 0x8A89, 0x975F, 0x8A8C, 0x8E8F, 0x8A8D, 0x9446, - 0x8A91, 0xE673, 0x8A93, 0x90BE, 0x8A95, 0x9261, 0x8A98, 0x9755, 0x8A9A, 0xE676, 0x8A9E, 0x8CEA, 0x8AA0, 0x90BD, 0x8AA1, 0xE672, - 0x8AA3, 0xE677, 0x8AA4, 0x8CEB, 0x8AA5, 0xE674, 0x8AA6, 0xE675, 0x8AA7, 0xFBA6, 0x8AA8, 0xE671, 0x8AAC, 0x90E0, 0x8AAD, 0x93C7, - 0x8AB0, 0x924E, 0x8AB2, 0x89DB, 0x8AB9, 0x94EE, 0x8ABC, 0x8B62, 0x8ABE, 0xFBA7, 0x8ABF, 0x92B2, 0x8AC2, 0xE67A, 0x8AC4, 0xE678, - 0x8AC7, 0x926B, 0x8ACB, 0x90BF, 0x8ACC, 0x8AD0, 0x8ACD, 0xE679, 0x8ACF, 0x907A, 0x8AD2, 0x97C8, 0x8AD6, 0x985F, 0x8ADA, 0xE67B, - 0x8ADB, 0xE687, 0x8ADC, 0x92B3, 0x8ADE, 0xE686, 0x8ADF, 0xFBA8, 0x8AE0, 0xE683, 0x8AE1, 0xE68B, 0x8AE2, 0xE684, 0x8AE4, 0xE680, - 0x8AE6, 0x92FA, 0x8AE7, 0xE67E, 0x8AEB, 0xE67C, 0x8AED, 0x9740, 0x8AEE, 0x8E90, 0x8AF1, 0xE681, 0x8AF3, 0xE67D, 0x8AF6, 0xFBAA, - 0x8AF7, 0xE685, 0x8AF8, 0x8F94, 0x8AFA, 0x8CBF, 0x8AFE, 0x91F8, 0x8B00, 0x9664, 0x8B01, 0x8979, 0x8B02, 0x88E0, 0x8B04, 0x93A3, - 0x8B07, 0xE689, 0x8B0C, 0xE688, 0x8B0E, 0x93E4, 0x8B10, 0xE68D, 0x8B14, 0xE682, 0x8B16, 0xE68C, 0x8B17, 0xE68E, 0x8B19, 0x8CAA, - 0x8B1A, 0xE68A, 0x8B1B, 0x8D75, 0x8B1D, 0x8ED3, 0x8B20, 0xE68F, 0x8B21, 0x9777, 0x8B26, 0xE692, 0x8B28, 0xE695, 0x8B2B, 0xE693, - 0x8B2C, 0x9554, 0x8B33, 0xE690, 0x8B39, 0x8BDE, 0x8B3E, 0xE694, 0x8B41, 0xE696, 0x8B49, 0xE69A, 0x8B4C, 0xE697, 0x8B4E, 0xE699, - 0x8B4F, 0xE698, 0x8B53, 0xFBAB, 0x8B56, 0xE69B, 0x8B58, 0x8EAF, 0x8B5A, 0xE69D, 0x8B5B, 0xE69C, 0x8B5C, 0x9588, 0x8B5F, 0xE69F, - 0x8B66, 0x8C78, 0x8B6B, 0xE69E, 0x8B6C, 0xE6A0, 0x8B6F, 0xE6A1, 0x8B70, 0x8B63, 0x8B71, 0xE3BF, 0x8B72, 0x8FF7, 0x8B74, 0xE6A2, - 0x8B77, 0x8CEC, 0x8B7D, 0xE6A3, 0x8B7F, 0xFBAC, 0x8B80, 0xE6A4, 0x8B83, 0x8E5D, 0x8B8A, 0x9DCC, 0x8B8C, 0xE6A5, 0x8B8E, 0xE6A6, - 0x8B90, 0x8F51, 0x8B92, 0xE6A7, 0x8B93, 0xE6A8, 0x8B96, 0xE6A9, 0x8B99, 0xE6AA, 0x8B9A, 0xE6AB, 0x8C37, 0x924A, 0x8C3A, 0xE6AC, - 0x8C3F, 0xE6AE, 0x8C41, 0xE6AD, 0x8C46, 0x93A4, 0x8C48, 0xE6AF, 0x8C4A, 0x964C, 0x8C4C, 0xE6B0, 0x8C4E, 0xE6B1, 0x8C50, 0xE6B2, - 0x8C55, 0xE6B3, 0x8C5A, 0x93D8, 0x8C61, 0x8FDB, 0x8C62, 0xE6B4, 0x8C6A, 0x8D8B, 0x8C6B, 0x98AC, 0x8C6C, 0xE6B5, 0x8C78, 0xE6B6, - 0x8C79, 0x955E, 0x8C7A, 0xE6B7, 0x8C7C, 0xE6BF, 0x8C82, 0xE6B8, 0x8C85, 0xE6BA, 0x8C89, 0xE6B9, 0x8C8A, 0xE6BB, 0x8C8C, 0x9665, - 0x8C8D, 0xE6BC, 0x8C8E, 0xE6BD, 0x8C94, 0xE6BE, 0x8C98, 0xE6C0, 0x8C9D, 0x8A4C, 0x8C9E, 0x92E5, 0x8CA0, 0x9589, 0x8CA1, 0x8DE0, - 0x8CA2, 0x8D76, 0x8CA7, 0x956E, 0x8CA8, 0x89DD, 0x8CA9, 0x94CC, 0x8CAA, 0xE6C3, 0x8CAB, 0x8AD1, 0x8CAC, 0x90D3, 0x8CAD, 0xE6C2, - 0x8CAE, 0xE6C7, 0x8CAF, 0x9299, 0x8CB0, 0x96E1, 0x8CB2, 0xE6C5, 0x8CB3, 0xE6C6, 0x8CB4, 0x8B4D, 0x8CB6, 0xE6C8, 0x8CB7, 0x9483, - 0x8CB8, 0x91DD, 0x8CBB, 0x94EF, 0x8CBC, 0x935C, 0x8CBD, 0xE6C4, 0x8CBF, 0x9666, 0x8CC0, 0x89EA, 0x8CC1, 0xE6CA, 0x8CC2, 0x9847, - 0x8CC3, 0x92C0, 0x8CC4, 0x9864, 0x8CC7, 0x8E91, 0x8CC8, 0xE6C9, 0x8CCA, 0x91AF, 0x8CCD, 0xE6DA, 0x8CCE, 0x9147, 0x8CD1, 0x93F6, - 0x8CD3, 0x956F, 0x8CDA, 0xE6CD, 0x8CDB, 0x8E5E, 0x8CDC, 0x8E92, 0x8CDE, 0x8FDC, 0x8CE0, 0x9485, 0x8CE2, 0x8CAB, 0x8CE3, 0xE6CC, - 0x8CE4, 0xE6CB, 0x8CE6, 0x958A, 0x8CEA, 0x8EBF, 0x8CED, 0x9371, 0x8CF0, 0xFBAD, 0x8CF4, 0xFBAE, 0x8CFA, 0xE6CF, 0x8CFB, 0xE6D0, - 0x8CFC, 0x8D77, 0x8CFD, 0xE6CE, 0x8D04, 0xE6D1, 0x8D05, 0xE6D2, 0x8D07, 0xE6D4, 0x8D08, 0x91A1, 0x8D0A, 0xE6D3, 0x8D0B, 0x8AE4, - 0x8D0D, 0xE6D6, 0x8D0F, 0xE6D5, 0x8D10, 0xE6D7, 0x8D12, 0xFBAF, 0x8D13, 0xE6D9, 0x8D14, 0xE6DB, 0x8D16, 0xE6DC, 0x8D64, 0x90D4, - 0x8D66, 0x8ECD, 0x8D67, 0xE6DD, 0x8D6B, 0x8A71, 0x8D6D, 0xE6DE, 0x8D70, 0x9196, 0x8D71, 0xE6DF, 0x8D73, 0xE6E0, 0x8D74, 0x958B, - 0x8D76, 0xFBB0, 0x8D77, 0x8B4E, 0x8D81, 0xE6E1, 0x8D85, 0x92B4, 0x8D8A, 0x897A, 0x8D99, 0xE6E2, 0x8DA3, 0x8EEF, 0x8DA8, 0x9096, - 0x8DB3, 0x91AB, 0x8DBA, 0xE6E5, 0x8DBE, 0xE6E4, 0x8DC2, 0xE6E3, 0x8DCB, 0xE6EB, 0x8DCC, 0xE6E9, 0x8DCF, 0xE6E6, 0x8DD6, 0xE6E8, - 0x8DDA, 0xE6E7, 0x8DDB, 0xE6EA, 0x8DDD, 0x8B97, 0x8DDF, 0xE6EE, 0x8DE1, 0x90D5, 0x8DE3, 0xE6EF, 0x8DE8, 0x8CD7, 0x8DEA, 0xE6EC, - 0x8DEB, 0xE6ED, 0x8DEF, 0x9848, 0x8DF3, 0x92B5, 0x8DF5, 0x9148, 0x8DFC, 0xE6F0, 0x8DFF, 0xE6F3, 0x8E08, 0xE6F1, 0x8E09, 0xE6F2, - 0x8E0A, 0x9778, 0x8E0F, 0x93A5, 0x8E10, 0xE6F6, 0x8E1D, 0xE6F4, 0x8E1E, 0xE6F5, 0x8E1F, 0xE6F7, 0x8E2A, 0xE748, 0x8E30, 0xE6FA, - 0x8E34, 0xE6FB, 0x8E35, 0xE6F9, 0x8E42, 0xE6F8, 0x8E44, 0x92FB, 0x8E47, 0xE740, 0x8E48, 0xE744, 0x8E49, 0xE741, 0x8E4A, 0xE6FC, - 0x8E4C, 0xE742, 0x8E50, 0xE743, 0x8E55, 0xE74A, 0x8E59, 0xE745, 0x8E5F, 0x90D6, 0x8E60, 0xE747, 0x8E63, 0xE749, 0x8E64, 0xE746, - 0x8E72, 0xE74C, 0x8E74, 0x8F52, 0x8E76, 0xE74B, 0x8E7C, 0xE74D, 0x8E81, 0xE74E, 0x8E84, 0xE751, 0x8E85, 0xE750, 0x8E87, 0xE74F, - 0x8E8A, 0xE753, 0x8E8B, 0xE752, 0x8E8D, 0x96F4, 0x8E91, 0xE755, 0x8E93, 0xE754, 0x8E94, 0xE756, 0x8E99, 0xE757, 0x8EA1, 0xE759, - 0x8EAA, 0xE758, 0x8EAB, 0x9067, 0x8EAC, 0xE75A, 0x8EAF, 0x8BEB, 0x8EB0, 0xE75B, 0x8EB1, 0xE75D, 0x8EBE, 0xE75E, 0x8EC5, 0xE75F, - 0x8EC6, 0xE75C, 0x8EC8, 0xE760, 0x8ECA, 0x8ED4, 0x8ECB, 0xE761, 0x8ECC, 0x8B4F, 0x8ECD, 0x8C52, 0x8ECF, 0xFBB2, 0x8ED2, 0x8CAC, - 0x8EDB, 0xE762, 0x8EDF, 0x93EE, 0x8EE2, 0x935D, 0x8EE3, 0xE763, 0x8EEB, 0xE766, 0x8EF8, 0x8EB2, 0x8EFB, 0xE765, 0x8EFC, 0xE764, - 0x8EFD, 0x8C79, 0x8EFE, 0xE767, 0x8F03, 0x8A72, 0x8F05, 0xE769, 0x8F09, 0x8DDA, 0x8F0A, 0xE768, 0x8F0C, 0xE771, 0x8F12, 0xE76B, - 0x8F13, 0xE76D, 0x8F14, 0x95E3, 0x8F15, 0xE76A, 0x8F19, 0xE76C, 0x8F1B, 0xE770, 0x8F1C, 0xE76E, 0x8F1D, 0x8B50, 0x8F1F, 0xE76F, - 0x8F26, 0xE772, 0x8F29, 0x9479, 0x8F2A, 0x97D6, 0x8F2F, 0x8F53, 0x8F33, 0xE773, 0x8F38, 0x9741, 0x8F39, 0xE775, 0x8F3B, 0xE774, - 0x8F3E, 0xE778, 0x8F3F, 0x9760, 0x8F42, 0xE777, 0x8F44, 0x8A8D, 0x8F45, 0xE776, 0x8F46, 0xE77B, 0x8F49, 0xE77A, 0x8F4C, 0xE779, - 0x8F4D, 0x9351, 0x8F4E, 0xE77C, 0x8F57, 0xE77D, 0x8F5C, 0xE77E, 0x8F5F, 0x8D8C, 0x8F61, 0x8C44, 0x8F62, 0xE780, 0x8F63, 0xE781, - 0x8F64, 0xE782, 0x8F9B, 0x9068, 0x8F9C, 0xE783, 0x8F9E, 0x8EAB, 0x8F9F, 0xE784, 0x8FA3, 0xE785, 0x8FA7, 0x999F, 0x8FA8, 0x999E, - 0x8FAD, 0xE786, 0x8FAE, 0xE390, 0x8FAF, 0xE787, 0x8FB0, 0x9243, 0x8FB1, 0x904A, 0x8FB2, 0x945F, 0x8FB7, 0xE788, 0x8FBA, 0x95D3, - 0x8FBB, 0x92D2, 0x8FBC, 0x8D9E, 0x8FBF, 0x9248, 0x8FC2, 0x8949, 0x8FC4, 0x9698, 0x8FC5, 0x9076, 0x8FCE, 0x8C7D, 0x8FD1, 0x8BDF, - 0x8FD4, 0x95D4, 0x8FDA, 0xE789, 0x8FE2, 0xE78B, 0x8FE5, 0xE78A, 0x8FE6, 0x89DE, 0x8FE9, 0x93F4, 0x8FEA, 0xE78C, 0x8FEB, 0x9497, - 0x8FED, 0x9352, 0x8FEF, 0xE78D, 0x8FF0, 0x8F71, 0x8FF4, 0xE78F, 0x8FF7, 0x96C0, 0x8FF8, 0xE79E, 0x8FF9, 0xE791, 0x8FFA, 0xE792, - 0x8FFD, 0x92C7, 0x9000, 0x91DE, 0x9001, 0x9197, 0x9003, 0x93A6, 0x9005, 0xE790, 0x9006, 0x8B74, 0x900B, 0xE799, 0x900D, 0xE796, - 0x900E, 0xE7A3, 0x900F, 0x93A7, 0x9010, 0x9280, 0x9011, 0xE793, 0x9013, 0x92FC, 0x9014, 0x9372, 0x9015, 0xE794, 0x9016, 0xE798, - 0x9017, 0x9080, 0x9019, 0x9487, 0x901A, 0x92CA, 0x901D, 0x90C0, 0x901E, 0xE797, 0x901F, 0x91AC, 0x9020, 0x91A2, 0x9021, 0xE795, - 0x9022, 0x88A7, 0x9023, 0x9841, 0x9027, 0xE79A, 0x902E, 0x91DF, 0x9031, 0x8F54, 0x9032, 0x9069, 0x9035, 0xE79C, 0x9036, 0xE79B, - 0x9038, 0x88ED, 0x9039, 0xE79D, 0x903C, 0x954E, 0x903E, 0xE7A5, 0x9041, 0x93D9, 0x9042, 0x908B, 0x9045, 0x9278, 0x9047, 0x8BF6, - 0x9049, 0xE7A4, 0x904A, 0x9756, 0x904B, 0x895E, 0x904D, 0x95D5, 0x904E, 0x89DF, 0x904F, 0xE79F, 0x9050, 0xE7A0, 0x9051, 0xE7A1, - 0x9052, 0xE7A2, 0x9053, 0x93B9, 0x9054, 0x9242, 0x9055, 0x88E1, 0x9056, 0xE7A6, 0x9058, 0xE7A7, 0x9059, 0xEAA1, 0x905C, 0x91BB, - 0x905E, 0xE7A8, 0x9060, 0x8993, 0x9061, 0x916B, 0x9063, 0x8CAD, 0x9065, 0x9779, 0x9067, 0xFBB5, 0x9068, 0xE7A9, 0x9069, 0x934B, - 0x906D, 0x9198, 0x906E, 0x8ED5, 0x906F, 0xE7AA, 0x9072, 0xE7AD, 0x9075, 0x8F85, 0x9076, 0xE7AB, 0x9077, 0x914A, 0x9078, 0x9149, - 0x907A, 0x88E2, 0x907C, 0x97C9, 0x907D, 0xE7AF, 0x907F, 0x94F0, 0x9080, 0xE7B1, 0x9081, 0xE7B0, 0x9082, 0xE7AE, 0x9083, 0xE284, - 0x9084, 0x8AD2, 0x9087, 0xE78E, 0x9089, 0xE7B3, 0x908A, 0xE7B2, 0x908F, 0xE7B4, 0x9091, 0x9757, 0x90A3, 0x93DF, 0x90A6, 0x964D, - 0x90A8, 0xE7B5, 0x90AA, 0x8ED7, 0x90AF, 0xE7B6, 0x90B1, 0xE7B7, 0x90B5, 0xE7B8, 0x90B8, 0x9340, 0x90C1, 0x88E8, 0x90CA, 0x8D78, - 0x90CE, 0x9859, 0x90DB, 0xE7BC, 0x90DE, 0xFBB6, 0x90E1, 0x8C53, 0x90E2, 0xE7B9, 0x90E4, 0xE7BA, 0x90E8, 0x9594, 0x90ED, 0x8A73, - 0x90F5, 0x9758, 0x90F7, 0x8BBD, 0x90FD, 0x9373, 0x9102, 0xE7BD, 0x9112, 0xE7BE, 0x9115, 0xFBB8, 0x9119, 0xE7BF, 0x9127, 0xFBB9, - 0x912D, 0x9341, 0x9130, 0xE7C1, 0x9132, 0xE7C0, 0x9149, 0x93D1, 0x914A, 0xE7C2, 0x914B, 0x8F55, 0x914C, 0x8EDE, 0x914D, 0x947A, - 0x914E, 0x9291, 0x9152, 0x8EF0, 0x9154, 0x908C, 0x9156, 0xE7C3, 0x9158, 0xE7C4, 0x9162, 0x907C, 0x9163, 0xE7C5, 0x9165, 0xE7C6, - 0x9169, 0xE7C7, 0x916A, 0x978F, 0x916C, 0x8F56, 0x9172, 0xE7C9, 0x9173, 0xE7C8, 0x9175, 0x8D79, 0x9177, 0x8D93, 0x9178, 0x8E5F, - 0x9182, 0xE7CC, 0x9187, 0x8F86, 0x9189, 0xE7CB, 0x918B, 0xE7CA, 0x918D, 0x91E7, 0x9190, 0x8CED, 0x9192, 0x90C1, 0x9197, 0x94AE, - 0x919C, 0x8F58, 0x91A2, 0xE7CD, 0x91A4, 0x8FDD, 0x91AA, 0xE7D0, 0x91AB, 0xE7CE, 0x91AF, 0xE7CF, 0x91B4, 0xE7D2, 0x91B5, 0xE7D1, - 0x91B8, 0x8FF8, 0x91BA, 0xE7D3, 0x91C0, 0xE7D4, 0x91C1, 0xE7D5, 0x91C6, 0x94CE, 0x91C7, 0x8DD1, 0x91C8, 0x8EDF, 0x91C9, 0xE7D6, - 0x91CB, 0xE7D7, 0x91CC, 0x97A2, 0x91CD, 0x8F64, 0x91CE, 0x96EC, 0x91CF, 0x97CA, 0x91D0, 0xE7D8, 0x91D1, 0x8BE0, 0x91D6, 0xE7D9, - 0x91D7, 0xFBBB, 0x91D8, 0x9342, 0x91DA, 0xFBBA, 0x91DB, 0xE7DC, 0x91DC, 0x8A98, 0x91DD, 0x906A, 0x91DE, 0xFBBC, 0x91DF, 0xE7DA, - 0x91E1, 0xE7DB, 0x91E3, 0x92DE, 0x91E4, 0xFBBF, 0x91E5, 0xFBC0, 0x91E6, 0x9674, 0x91E7, 0x8BFA, 0x91ED, 0xFBBD, 0x91EE, 0xFBBE, - 0x91F5, 0xE7DE, 0x91F6, 0xE7DF, 0x91FC, 0xE7DD, 0x91FF, 0xE7E1, 0x9206, 0xFBC1, 0x920A, 0xFBC3, 0x920D, 0x93DD, 0x920E, 0x8A62, - 0x9210, 0xFBC2, 0x9211, 0xE7E5, 0x9214, 0xE7E2, 0x9215, 0xE7E4, 0x921E, 0xE7E0, 0x9229, 0xE86E, 0x922C, 0xE7E3, 0x9234, 0x97E9, - 0x9237, 0x8CD8, 0x9239, 0xFBCA, 0x923A, 0xFBC4, 0x923C, 0xFBC6, 0x923F, 0xE7ED, 0x9240, 0xFBC5, 0x9244, 0x9353, 0x9245, 0xE7E8, - 0x9248, 0xE7EB, 0x9249, 0xE7E9, 0x924B, 0xE7EE, 0x924E, 0xFBC7, 0x9250, 0xE7EF, 0x9251, 0xFBC9, 0x9257, 0xE7E7, 0x9259, 0xFBC8, - 0x925A, 0xE7F4, 0x925B, 0x8994, 0x925E, 0xE7E6, 0x9262, 0x94AB, 0x9264, 0xE7EA, 0x9266, 0x8FDE, 0x9267, 0xFBCB, 0x9271, 0x8D7A, - 0x9277, 0xFBCD, 0x9278, 0xFBCE, 0x927E, 0x9667, 0x9280, 0x8BE2, 0x9283, 0x8F65, 0x9285, 0x93BA, 0x9288, 0xFA5F, 0x9291, 0x914C, - 0x9293, 0xE7F2, 0x9295, 0xE7EC, 0x9296, 0xE7F1, 0x9298, 0x96C1, 0x929A, 0x92B6, 0x929B, 0xE7F3, 0x929C, 0xE7F0, 0x92A7, 0xFBCC, - 0x92AD, 0x914B, 0x92B7, 0xE7F7, 0x92B9, 0xE7F6, 0x92CF, 0xE7F5, 0x92D0, 0xFBD2, 0x92D2, 0x964E, 0x92D3, 0xFBD6, 0x92D5, 0xFBD4, - 0x92D7, 0xFBD0, 0x92D9, 0xFBD1, 0x92E0, 0xFBD5, 0x92E4, 0x8F9B, 0x92E7, 0xFBCF, 0x92E9, 0xE7F8, 0x92EA, 0x95DD, 0x92ED, 0x8973, - 0x92F2, 0x9565, 0x92F3, 0x9292, 0x92F8, 0x8B98, 0x92F9, 0xFA65, 0x92FA, 0xE7FA, 0x92FB, 0xFBD9, 0x92FC, 0x8D7C, 0x92FF, 0xFBDC, - 0x9302, 0xFBDE, 0x9306, 0x8E4B, 0x930F, 0xE7F9, 0x9310, 0x908D, 0x9318, 0x908E, 0x9319, 0xE840, 0x931A, 0xE842, 0x931D, 0xFBDD, - 0x931E, 0xFBDB, 0x9320, 0x8FF9, 0x9321, 0xFBD8, 0x9322, 0xE841, 0x9323, 0xE843, 0x9325, 0xFBD7, 0x9326, 0x8BD1, 0x9328, 0x9564, - 0x932B, 0x8EE0, 0x932C, 0x9842, 0x932E, 0xE7FC, 0x932F, 0x8DF6, 0x9332, 0x985E, 0x9335, 0xE845, 0x933A, 0xE844, 0x933B, 0xE846, - 0x9344, 0xE7FB, 0x9348, 0xFA5E, 0x934B, 0x93E7, 0x934D, 0x9374, 0x9354, 0x92D5, 0x9356, 0xE84B, 0x9357, 0xFBE0, 0x935B, 0x9262, - 0x935C, 0xE847, 0x9360, 0xE848, 0x936C, 0x8C4C, 0x936E, 0xE84A, 0x9370, 0xFBDF, 0x9375, 0x8CAE, 0x937C, 0xE849, 0x937E, 0x8FDF, - 0x938C, 0x8A99, 0x9394, 0xE84F, 0x9396, 0x8DBD, 0x9397, 0x9199, 0x939A, 0x92C8, 0x93A4, 0xFBE1, 0x93A7, 0x8A5A, 0x93AC, 0xE84D, - 0x93AD, 0xE84E, 0x93AE, 0x92C1, 0x93B0, 0xE84C, 0x93B9, 0xE850, 0x93C3, 0xE856, 0x93C6, 0xFBE2, 0x93C8, 0xE859, 0x93D0, 0xE858, - 0x93D1, 0x934C, 0x93D6, 0xE851, 0x93D7, 0xE852, 0x93D8, 0xE855, 0x93DD, 0xE857, 0x93DE, 0xFBE3, 0x93E1, 0x8BBE, 0x93E4, 0xE85A, - 0x93E5, 0xE854, 0x93E8, 0xE853, 0x93F8, 0xFBE4, 0x9403, 0xE85E, 0x9407, 0xE85F, 0x9410, 0xE860, 0x9413, 0xE85D, 0x9414, 0xE85C, - 0x9418, 0x8FE0, 0x9419, 0x93A8, 0x941A, 0xE85B, 0x9421, 0xE864, 0x942B, 0xE862, 0x9431, 0xFBE5, 0x9435, 0xE863, 0x9436, 0xE861, - 0x9438, 0x91F6, 0x943A, 0xE865, 0x9441, 0xE866, 0x9444, 0xE868, 0x9445, 0xFBE6, 0x9448, 0xFBE7, 0x9451, 0x8AD3, 0x9452, 0xE867, - 0x9453, 0x96F8, 0x945A, 0xE873, 0x945B, 0xE869, 0x945E, 0xE86C, 0x9460, 0xE86A, 0x9462, 0xE86B, 0x946A, 0xE86D, 0x9470, 0xE86F, - 0x9475, 0xE870, 0x9477, 0xE871, 0x947C, 0xE874, 0x947D, 0xE872, 0x947E, 0xE875, 0x947F, 0xE877, 0x9481, 0xE876, 0x9577, 0x92B7, - 0x9580, 0x96E5, 0x9582, 0xE878, 0x9583, 0x914D, 0x9587, 0xE879, 0x9589, 0x95C2, 0x958A, 0xE87A, 0x958B, 0x8A4A, 0x958F, 0x895B, - 0x9591, 0x8AD5, 0x9592, 0xFBE8, 0x9593, 0x8AD4, 0x9594, 0xE87B, 0x9596, 0xE87C, 0x9598, 0xE87D, 0x9599, 0xE87E, 0x95A0, 0xE880, - 0x95A2, 0x8AD6, 0x95A3, 0x8A74, 0x95A4, 0x8D7D, 0x95A5, 0x94B4, 0x95A7, 0xE882, 0x95A8, 0xE881, 0x95AD, 0xE883, 0x95B2, 0x897B, - 0x95B9, 0xE886, 0x95BB, 0xE885, 0x95BC, 0xE884, 0x95BE, 0xE887, 0x95C3, 0xE88A, 0x95C7, 0x88C5, 0x95CA, 0xE888, 0x95CC, 0xE88C, - 0x95CD, 0xE88B, 0x95D4, 0xE88E, 0x95D5, 0xE88D, 0x95D6, 0xE88F, 0x95D8, 0x93AC, 0x95DC, 0xE890, 0x95E1, 0xE891, 0x95E2, 0xE893, - 0x95E5, 0xE892, 0x961C, 0x958C, 0x9621, 0xE894, 0x9628, 0xE895, 0x962A, 0x8DE3, 0x962E, 0xE896, 0x962F, 0xE897, 0x9632, 0x9668, - 0x963B, 0x916A, 0x963F, 0x88A2, 0x9640, 0x91C9, 0x9642, 0xE898, 0x9644, 0x958D, 0x964B, 0xE89B, 0x964C, 0xE899, 0x964D, 0x8D7E, - 0x964F, 0xE89A, 0x9650, 0x8CC0, 0x965B, 0x95C3, 0x965C, 0xE89D, 0x965D, 0xE89F, 0x965E, 0xE89E, 0x965F, 0xE8A0, 0x9662, 0x8940, - 0x9663, 0x9077, 0x9664, 0x8F9C, 0x9665, 0x8AD7, 0x9666, 0xE8A1, 0x966A, 0x9486, 0x966C, 0xE8A3, 0x9670, 0x8941, 0x9672, 0xE8A2, - 0x9673, 0x92C2, 0x9675, 0x97CB, 0x9676, 0x93A9, 0x9677, 0xE89C, 0x9678, 0x97A4, 0x967A, 0x8CAF, 0x967D, 0x977A, 0x9685, 0x8BF7, - 0x9686, 0x97B2, 0x9688, 0x8C47, 0x968A, 0x91E0, 0x968B, 0xE440, 0x968D, 0xE8A4, 0x968E, 0x8A4B, 0x968F, 0x908F, 0x9694, 0x8A75, - 0x9695, 0xE8A6, 0x9697, 0xE8A7, 0x9698, 0xE8A5, 0x9699, 0x8C84, 0x969B, 0x8DDB, 0x969C, 0x8FE1, 0x969D, 0xFBEB, 0x96A0, 0x8942, - 0x96A3, 0x97D7, 0x96A7, 0xE8A9, 0x96A8, 0xE7AC, 0x96AA, 0xE8A8, 0x96AF, 0xFBEC, 0x96B0, 0xE8AC, 0x96B1, 0xE8AA, 0x96B2, 0xE8AB, - 0x96B4, 0xE8AD, 0x96B6, 0xE8AE, 0x96B7, 0x97EA, 0x96B8, 0xE8AF, 0x96B9, 0xE8B0, 0x96BB, 0x90C7, 0x96BC, 0x94B9, 0x96C0, 0x909D, - 0x96C1, 0x8AE5, 0x96C4, 0x9759, 0x96C5, 0x89EB, 0x96C6, 0x8F57, 0x96C7, 0x8CD9, 0x96C9, 0xE8B3, 0x96CB, 0xE8B2, 0x96CC, 0x8E93, - 0x96CD, 0xE8B4, 0x96CE, 0xE8B1, 0x96D1, 0x8E47, 0x96D5, 0xE8B8, 0x96D6, 0xE5AB, 0x96D9, 0x99D4, 0x96DB, 0x9097, 0x96DC, 0xE8B6, - 0x96E2, 0x97A3, 0x96E3, 0x93EF, 0x96E8, 0x894A, 0x96EA, 0x90E1, 0x96EB, 0x8EB4, 0x96F0, 0x95B5, 0x96F2, 0x895F, 0x96F6, 0x97EB, - 0x96F7, 0x978B, 0x96F9, 0xE8B9, 0x96FB, 0x9364, 0x9700, 0x8EF9, 0x9704, 0xE8BA, 0x9706, 0xE8BB, 0x9707, 0x906B, 0x9708, 0xE8BC, - 0x970A, 0x97EC, 0x970D, 0xE8B7, 0x970E, 0xE8BE, 0x970F, 0xE8C0, 0x9711, 0xE8BF, 0x9713, 0xE8BD, 0x9716, 0xE8C1, 0x9719, 0xE8C2, - 0x971C, 0x919A, 0x971E, 0x89E0, 0x9724, 0xE8C3, 0x9727, 0x96B6, 0x972A, 0xE8C4, 0x9730, 0xE8C5, 0x9732, 0x9849, 0x9733, 0xFBED, - 0x9738, 0x9E50, 0x9739, 0xE8C6, 0x973B, 0xFBEE, 0x973D, 0xE8C7, 0x973E, 0xE8C8, 0x9742, 0xE8CC, 0x9743, 0xFBEF, 0x9744, 0xE8C9, - 0x9746, 0xE8CA, 0x9748, 0xE8CB, 0x9749, 0xE8CD, 0x974D, 0xFBF0, 0x974F, 0xFBF1, 0x9751, 0xFBF2, 0x9752, 0x90C2, 0x9755, 0xFBF3, - 0x9756, 0x96F5, 0x9759, 0x90C3, 0x975C, 0xE8CE, 0x975E, 0x94F1, 0x9760, 0xE8CF, 0x9761, 0xEA72, 0x9762, 0x96CA, 0x9764, 0xE8D0, - 0x9766, 0xE8D1, 0x9768, 0xE8D2, 0x9769, 0x8A76, 0x976B, 0xE8D4, 0x976D, 0x9078, 0x9771, 0xE8D5, 0x9774, 0x8C43, 0x9779, 0xE8D6, - 0x977A, 0xE8DA, 0x977C, 0xE8D8, 0x9781, 0xE8D9, 0x9784, 0x8A93, 0x9785, 0xE8D7, 0x9786, 0xE8DB, 0x978B, 0xE8DC, 0x978D, 0x88C6, - 0x978F, 0xE8DD, 0x9790, 0xE8DE, 0x9798, 0x8FE2, 0x979C, 0xE8DF, 0x97A0, 0x8B66, 0x97A3, 0xE8E2, 0x97A6, 0xE8E1, 0x97A8, 0xE8E0, - 0x97AB, 0xE691, 0x97AD, 0x95DA, 0x97B3, 0xE8E3, 0x97B4, 0xE8E4, 0x97C3, 0xE8E5, 0x97C6, 0xE8E6, 0x97C8, 0xE8E7, 0x97CB, 0xE8E8, - 0x97D3, 0x8AD8, 0x97DC, 0xE8E9, 0x97ED, 0xE8EA, 0x97EE, 0x9442, 0x97F2, 0xE8EC, 0x97F3, 0x89B9, 0x97F5, 0xE8EF, 0x97F6, 0xE8EE, - 0x97FB, 0x8943, 0x97FF, 0x8BBF, 0x9801, 0x95C5, 0x9802, 0x92B8, 0x9803, 0x8DA0, 0x9805, 0x8D80, 0x9806, 0x8F87, 0x9808, 0x907B, - 0x980C, 0xE8F1, 0x980F, 0xE8F0, 0x9810, 0x9761, 0x9811, 0x8AE6, 0x9812, 0x94D0, 0x9813, 0x93DA, 0x9817, 0x909C, 0x9818, 0x97CC, - 0x981A, 0x8C7A, 0x9821, 0xE8F4, 0x9824, 0xE8F3, 0x982C, 0x966A, 0x982D, 0x93AA, 0x9834, 0x896F, 0x9837, 0xE8F5, 0x9838, 0xE8F2, - 0x983B, 0x9570, 0x983C, 0x978A, 0x983D, 0xE8F6, 0x9846, 0xE8F7, 0x984B, 0xE8F9, 0x984C, 0x91E8, 0x984D, 0x8A7A, 0x984E, 0x8A7B, - 0x984F, 0xE8F8, 0x9854, 0x8AE7, 0x9855, 0x8CB0, 0x9857, 0xFBF4, 0x9858, 0x8AE8, 0x985B, 0x935E, 0x985E, 0x97DE, 0x9865, 0xFBF5, - 0x9867, 0x8CDA, 0x986B, 0xE8FA, 0x986F, 0xE8FB, 0x9870, 0xE8FC, 0x9871, 0xE940, 0x9873, 0xE942, 0x9874, 0xE941, 0x98A8, 0x9597, - 0x98AA, 0xE943, 0x98AF, 0xE944, 0x98B1, 0xE945, 0x98B6, 0xE946, 0x98C3, 0xE948, 0x98C4, 0xE947, 0x98C6, 0xE949, 0x98DB, 0x94F2, - 0x98DC, 0xE3CA, 0x98DF, 0x9048, 0x98E2, 0x8B51, 0x98E9, 0xE94A, 0x98EB, 0xE94B, 0x98ED, 0x99AA, 0x98EE, 0x9F5A, 0x98EF, 0x94D1, - 0x98F2, 0x88F9, 0x98F4, 0x88B9, 0x98FC, 0x8E94, 0x98FD, 0x964F, 0x98FE, 0x8FFC, 0x9903, 0xE94C, 0x9905, 0x96DD, 0x9909, 0xE94D, - 0x990A, 0x977B, 0x990C, 0x8961, 0x9910, 0x8E60, 0x9912, 0xE94E, 0x9913, 0x89EC, 0x9914, 0xE94F, 0x9918, 0xE950, 0x991D, 0xE952, - 0x991E, 0xE953, 0x9920, 0xE955, 0x9921, 0xE951, 0x9924, 0xE954, 0x9927, 0xFBF8, 0x9928, 0x8AD9, 0x992C, 0xE956, 0x992E, 0xE957, - 0x993D, 0xE958, 0x993E, 0xE959, 0x9942, 0xE95A, 0x9945, 0xE95C, 0x9949, 0xE95B, 0x994B, 0xE95E, 0x994C, 0xE961, 0x9950, 0xE95D, - 0x9951, 0xE95F, 0x9952, 0xE960, 0x9955, 0xE962, 0x9957, 0x8BC0, 0x9996, 0x8EF1, 0x9997, 0xE963, 0x9998, 0xE964, 0x9999, 0x8D81, - 0x999E, 0xFBFA, 0x99A5, 0xE965, 0x99A8, 0x8A5D, 0x99AC, 0x946E, 0x99AD, 0xE966, 0x99AE, 0xE967, 0x99B3, 0x9279, 0x99B4, 0x93E9, - 0x99BC, 0xE968, 0x99C1, 0x949D, 0x99C4, 0x91CA, 0x99C5, 0x8977, 0x99C6, 0x8BEC, 0x99C8, 0x8BED, 0x99D0, 0x9293, 0x99D1, 0xE96D, - 0x99D2, 0x8BEE, 0x99D5, 0x89ED, 0x99D8, 0xE96C, 0x99DB, 0xE96A, 0x99DD, 0xE96B, 0x99DF, 0xE969, 0x99E2, 0xE977, 0x99ED, 0xE96E, - 0x99EE, 0xE96F, 0x99F1, 0xE970, 0x99F2, 0xE971, 0x99F8, 0xE973, 0x99FB, 0xE972, 0x99FF, 0x8F78, 0x9A01, 0xE974, 0x9A05, 0xE976, - 0x9A0E, 0x8B52, 0x9A0F, 0xE975, 0x9A12, 0x919B, 0x9A13, 0x8CB1, 0x9A19, 0xE978, 0x9A28, 0x91CB, 0x9A2B, 0xE979, 0x9A30, 0x93AB, - 0x9A37, 0xE97A, 0x9A3E, 0xE980, 0x9A40, 0xE97D, 0x9A42, 0xE97C, 0x9A43, 0xE97E, 0x9A45, 0xE97B, 0x9A4D, 0xE982, 0x9A4E, 0xFBFB, - 0x9A55, 0xE981, 0x9A57, 0xE984, 0x9A5A, 0x8BC1, 0x9A5B, 0xE983, 0x9A5F, 0xE985, 0x9A62, 0xE986, 0x9A64, 0xE988, 0x9A65, 0xE987, - 0x9A69, 0xE989, 0x9A6A, 0xE98B, 0x9A6B, 0xE98A, 0x9AA8, 0x8D9C, 0x9AAD, 0xE98C, 0x9AB0, 0xE98D, 0x9AB8, 0x8A5B, 0x9ABC, 0xE98E, - 0x9AC0, 0xE98F, 0x9AC4, 0x9091, 0x9ACF, 0xE990, 0x9AD1, 0xE991, 0x9AD3, 0xE992, 0x9AD4, 0xE993, 0x9AD8, 0x8D82, 0x9AD9, 0xFBFC, - 0x9ADC, 0xFC40, 0x9ADE, 0xE994, 0x9ADF, 0xE995, 0x9AE2, 0xE996, 0x9AE3, 0xE997, 0x9AE6, 0xE998, 0x9AEA, 0x94AF, 0x9AEB, 0xE99A, - 0x9AED, 0x9545, 0x9AEE, 0xE99B, 0x9AEF, 0xE999, 0x9AF1, 0xE99D, 0x9AF4, 0xE99C, 0x9AF7, 0xE99E, 0x9AFB, 0xE99F, 0x9B06, 0xE9A0, - 0x9B18, 0xE9A1, 0x9B1A, 0xE9A2, 0x9B1F, 0xE9A3, 0x9B22, 0xE9A4, 0x9B23, 0xE9A5, 0x9B25, 0xE9A6, 0x9B27, 0xE9A7, 0x9B28, 0xE9A8, - 0x9B29, 0xE9A9, 0x9B2A, 0xE9AA, 0x9B2E, 0xE9AB, 0x9B2F, 0xE9AC, 0x9B31, 0x9F54, 0x9B32, 0xE9AD, 0x9B3B, 0xE2F6, 0x9B3C, 0x8B53, - 0x9B41, 0x8A40, 0x9B42, 0x8DB0, 0x9B43, 0xE9AF, 0x9B44, 0xE9AE, 0x9B45, 0x96A3, 0x9B4D, 0xE9B1, 0x9B4E, 0xE9B2, 0x9B4F, 0xE9B0, - 0x9B51, 0xE9B3, 0x9B54, 0x9682, 0x9B58, 0xE9B4, 0x9B5A, 0x8B9B, 0x9B6F, 0x9844, 0x9B72, 0xFC42, 0x9B74, 0xE9B5, 0x9B75, 0xFC41, - 0x9B83, 0xE9B7, 0x9B8E, 0x88BC, 0x9B8F, 0xFC43, 0x9B91, 0xE9B8, 0x9B92, 0x95A9, 0x9B93, 0xE9B6, 0x9B96, 0xE9B9, 0x9B97, 0xE9BA, - 0x9B9F, 0xE9BB, 0x9BA0, 0xE9BC, 0x9BA8, 0xE9BD, 0x9BAA, 0x968E, 0x9BAB, 0x8E4C, 0x9BAD, 0x8DF8, 0x9BAE, 0x914E, 0x9BB1, 0xFC44, - 0x9BB4, 0xE9BE, 0x9BB9, 0xE9C1, 0x9BBB, 0xFC45, 0x9BC0, 0xE9BF, 0x9BC6, 0xE9C2, 0x9BC9, 0x8CEF, 0x9BCA, 0xE9C0, 0x9BCF, 0xE9C3, - 0x9BD1, 0xE9C4, 0x9BD2, 0xE9C5, 0x9BD4, 0xE9C9, 0x9BD6, 0x8E49, 0x9BDB, 0x91E2, 0x9BE1, 0xE9CA, 0x9BE2, 0xE9C7, 0x9BE3, 0xE9C6, - 0x9BE4, 0xE9C8, 0x9BE8, 0x8C7E, 0x9BF0, 0xE9CE, 0x9BF1, 0xE9CD, 0x9BF2, 0xE9CC, 0x9BF5, 0x88B1, 0x9C00, 0xFC46, 0x9C04, 0xE9D8, - 0x9C06, 0xE9D4, 0x9C08, 0xE9D5, 0x9C09, 0xE9D1, 0x9C0A, 0xE9D7, 0x9C0C, 0xE9D3, 0x9C0D, 0x8A82, 0x9C10, 0x986B, 0x9C12, 0xE9D6, - 0x9C13, 0xE9D2, 0x9C14, 0xE9D0, 0x9C15, 0xE9CF, 0x9C1B, 0xE9DA, 0x9C21, 0xE9DD, 0x9C24, 0xE9DC, 0x9C25, 0xE9DB, 0x9C2D, 0x9568, - 0x9C2E, 0xE9D9, 0x9C2F, 0x88F1, 0x9C30, 0xE9DE, 0x9C32, 0xE9E0, 0x9C39, 0x8A8F, 0x9C3A, 0xE9CB, 0x9C3B, 0x8956, 0x9C3E, 0xE9E2, - 0x9C46, 0xE9E1, 0x9C47, 0xE9DF, 0x9C48, 0x924C, 0x9C52, 0x9690, 0x9C57, 0x97D8, 0x9C5A, 0xE9E3, 0x9C60, 0xE9E4, 0x9C67, 0xE9E5, - 0x9C76, 0xE9E6, 0x9C78, 0xE9E7, 0x9CE5, 0x92B9, 0x9CE7, 0xE9E8, 0x9CE9, 0x94B5, 0x9CEB, 0xE9ED, 0x9CEC, 0xE9E9, 0x9CF0, 0xE9EA, - 0x9CF3, 0x9650, 0x9CF4, 0x96C2, 0x9CF6, 0x93CE, 0x9D03, 0xE9EE, 0x9D06, 0xE9EF, 0x9D07, 0x93BC, 0x9D08, 0xE9EC, 0x9D09, 0xE9EB, - 0x9D0E, 0x89A8, 0x9D12, 0xE9F7, 0x9D15, 0xE9F6, 0x9D1B, 0x8995, 0x9D1F, 0xE9F4, 0x9D23, 0xE9F3, 0x9D26, 0xE9F1, 0x9D28, 0x8A9B, - 0x9D2A, 0xE9F0, 0x9D2B, 0x8EB0, 0x9D2C, 0x89A7, 0x9D3B, 0x8D83, 0x9D3E, 0xE9FA, 0x9D3F, 0xE9F9, 0x9D41, 0xE9F8, 0x9D44, 0xE9F5, - 0x9D46, 0xE9FB, 0x9D48, 0xE9FC, 0x9D50, 0xEA44, 0x9D51, 0xEA43, 0x9D59, 0xEA45, 0x9D5C, 0x894C, 0x9D5D, 0xEA40, 0x9D5E, 0xEA41, - 0x9D60, 0x8D94, 0x9D61, 0x96B7, 0x9D64, 0xEA42, 0x9D6B, 0xFC48, 0x9D6C, 0x9651, 0x9D6F, 0xEA4A, 0x9D70, 0xFC47, 0x9D72, 0xEA46, - 0x9D7A, 0xEA4B, 0x9D87, 0xEA48, 0x9D89, 0xEA47, 0x9D8F, 0x8C7B, 0x9D9A, 0xEA4C, 0x9DA4, 0xEA4D, 0x9DA9, 0xEA4E, 0x9DAB, 0xEA49, - 0x9DAF, 0xE9F2, 0x9DB2, 0xEA4F, 0x9DB4, 0x92DF, 0x9DB8, 0xEA53, 0x9DBA, 0xEA54, 0x9DBB, 0xEA52, 0x9DC1, 0xEA51, 0x9DC2, 0xEA57, - 0x9DC4, 0xEA50, 0x9DC6, 0xEA55, 0x9DCF, 0xEA56, 0x9DD3, 0xEA59, 0x9DD9, 0xEA58, 0x9DE6, 0xEA5B, 0x9DED, 0xEA5C, 0x9DEF, 0xEA5D, - 0x9DF2, 0x9868, 0x9DF8, 0xEA5A, 0x9DF9, 0x91E9, 0x9DFA, 0x8DEB, 0x9DFD, 0xEA5E, 0x9E19, 0xFC4A, 0x9E1A, 0xEA5F, 0x9E1B, 0xEA60, - 0x9E1E, 0xEA61, 0x9E75, 0xEA62, 0x9E78, 0x8CB2, 0x9E79, 0xEA63, 0x9E7D, 0xEA64, 0x9E7F, 0x8EAD, 0x9E81, 0xEA65, 0x9E88, 0xEA66, - 0x9E8B, 0xEA67, 0x9E8C, 0xEA68, 0x9E91, 0xEA6B, 0x9E92, 0xEA69, 0x9E93, 0x985B, 0x9E95, 0xEA6A, 0x9E97, 0x97ED, 0x9E9D, 0xEA6C, - 0x9E9F, 0x97D9, 0x9EA5, 0xEA6D, 0x9EA6, 0x949E, 0x9EA9, 0xEA6E, 0x9EAA, 0xEA70, 0x9EAD, 0xEA71, 0x9EB8, 0xEA6F, 0x9EB9, 0x8D8D, - 0x9EBA, 0x96CB, 0x9EBB, 0x9683, 0x9EBC, 0x9BF5, 0x9EBE, 0x9F80, 0x9EBF, 0x969B, 0x9EC4, 0x89A9, 0x9ECC, 0xEA73, 0x9ECD, 0x8B6F, - 0x9ECE, 0xEA74, 0x9ECF, 0xEA75, 0x9ED0, 0xEA76, 0x9ED1, 0xFC4B, 0x9ED2, 0x8D95, 0x9ED4, 0xEA77, 0x9ED8, 0xE0D2, 0x9ED9, 0x96D9, - 0x9EDB, 0x91E1, 0x9EDC, 0xEA78, 0x9EDD, 0xEA7A, 0x9EDE, 0xEA79, 0x9EE0, 0xEA7B, 0x9EE5, 0xEA7C, 0x9EE8, 0xEA7D, 0x9EEF, 0xEA7E, - 0x9EF4, 0xEA80, 0x9EF6, 0xEA81, 0x9EF7, 0xEA82, 0x9EF9, 0xEA83, 0x9EFB, 0xEA84, 0x9EFC, 0xEA85, 0x9EFD, 0xEA86, 0x9F07, 0xEA87, - 0x9F08, 0xEA88, 0x9F0E, 0x9343, 0x9F13, 0x8CDB, 0x9F15, 0xEA8A, 0x9F20, 0x916C, 0x9F21, 0xEA8B, 0x9F2C, 0xEA8C, 0x9F3B, 0x9540, - 0x9F3E, 0xEA8D, 0x9F4A, 0xEA8E, 0x9F4B, 0xE256, 0x9F4E, 0xE6D8, 0x9F4F, 0xE8EB, 0x9F52, 0xEA8F, 0x9F54, 0xEA90, 0x9F5F, 0xEA92, - 0x9F60, 0xEA93, 0x9F61, 0xEA94, 0x9F62, 0x97EE, 0x9F63, 0xEA91, 0x9F66, 0xEA95, 0x9F67, 0xEA96, 0x9F6A, 0xEA98, 0x9F6C, 0xEA97, - 0x9F72, 0xEA9A, 0x9F76, 0xEA9B, 0x9F77, 0xEA99, 0x9F8D, 0x97B4, 0x9F95, 0xEA9C, 0x9F9C, 0xEA9D, 0x9F9D, 0xE273, 0x9FA0, 0xEA9E, - 0xF929, 0xFAE0, 0xF9DC, 0xFBE9, 0xFA0E, 0xFA90, 0xFA0F, 0xFA9B, 0xFA10, 0xFA9C, 0xFA11, 0xFAB1, 0xFA12, 0xFAD8, 0xFA13, 0xFAE8, - 0xFA14, 0xFAEA, 0xFA15, 0xFB58, 0xFA16, 0xFB5E, 0xFA17, 0xFB75, 0xFA18, 0xFB7D, 0xFA19, 0xFB7E, 0xFA1A, 0xFB80, 0xFA1B, 0xFB82, - 0xFA1C, 0xFB86, 0xFA1D, 0xFB89, 0xFA1E, 0xFB92, 0xFA1F, 0xFB9D, 0xFA20, 0xFB9F, 0xFA21, 0xFBA0, 0xFA22, 0xFBA9, 0xFA23, 0xFBB1, - 0xFA24, 0xFBB3, 0xFA25, 0xFBB4, 0xFA26, 0xFBB7, 0xFA27, 0xFBD3, 0xFA28, 0xFBDA, 0xFA29, 0xFBEA, 0xFA2A, 0xFBF6, 0xFA2B, 0xFBF7, - 0xFA2C, 0xFBF9, 0xFA2D, 0xFC49, 0xFF01, 0x8149, 0xFF02, 0xFA57, 0xFF03, 0x8194, 0xFF04, 0x8190, 0xFF05, 0x8193, 0xFF06, 0x8195, - 0xFF07, 0xFA56, 0xFF08, 0x8169, 0xFF09, 0x816A, 0xFF0A, 0x8196, 0xFF0B, 0x817B, 0xFF0C, 0x8143, 0xFF0D, 0x817C, 0xFF0E, 0x8144, - 0xFF0F, 0x815E, 0xFF10, 0x824F, 0xFF11, 0x8250, 0xFF12, 0x8251, 0xFF13, 0x8252, 0xFF14, 0x8253, 0xFF15, 0x8254, 0xFF16, 0x8255, - 0xFF17, 0x8256, 0xFF18, 0x8257, 0xFF19, 0x8258, 0xFF1A, 0x8146, 0xFF1B, 0x8147, 0xFF1C, 0x8183, 0xFF1D, 0x8181, 0xFF1E, 0x8184, - 0xFF1F, 0x8148, 0xFF20, 0x8197, 0xFF21, 0x8260, 0xFF22, 0x8261, 0xFF23, 0x8262, 0xFF24, 0x8263, 0xFF25, 0x8264, 0xFF26, 0x8265, - 0xFF27, 0x8266, 0xFF28, 0x8267, 0xFF29, 0x8268, 0xFF2A, 0x8269, 0xFF2B, 0x826A, 0xFF2C, 0x826B, 0xFF2D, 0x826C, 0xFF2E, 0x826D, - 0xFF2F, 0x826E, 0xFF30, 0x826F, 0xFF31, 0x8270, 0xFF32, 0x8271, 0xFF33, 0x8272, 0xFF34, 0x8273, 0xFF35, 0x8274, 0xFF36, 0x8275, - 0xFF37, 0x8276, 0xFF38, 0x8277, 0xFF39, 0x8278, 0xFF3A, 0x8279, 0xFF3B, 0x816D, 0xFF3C, 0x815F, 0xFF3D, 0x816E, 0xFF3E, 0x814F, - 0xFF3F, 0x8151, 0xFF40, 0x814D, 0xFF41, 0x8281, 0xFF42, 0x8282, 0xFF43, 0x8283, 0xFF44, 0x8284, 0xFF45, 0x8285, 0xFF46, 0x8286, - 0xFF47, 0x8287, 0xFF48, 0x8288, 0xFF49, 0x8289, 0xFF4A, 0x828A, 0xFF4B, 0x828B, 0xFF4C, 0x828C, 0xFF4D, 0x828D, 0xFF4E, 0x828E, - 0xFF4F, 0x828F, 0xFF50, 0x8290, 0xFF51, 0x8291, 0xFF52, 0x8292, 0xFF53, 0x8293, 0xFF54, 0x8294, 0xFF55, 0x8295, 0xFF56, 0x8296, - 0xFF57, 0x8297, 0xFF58, 0x8298, 0xFF59, 0x8299, 0xFF5A, 0x829A, 0xFF5B, 0x816F, 0xFF5C, 0x8162, 0xFF5D, 0x8170, 0xFF5E, 0x8160, - 0xFF61, 0x00A1, 0xFF62, 0x00A2, 0xFF63, 0x00A3, 0xFF64, 0x00A4, 0xFF65, 0x00A5, 0xFF66, 0x00A6, 0xFF67, 0x00A7, 0xFF68, 0x00A8, - 0xFF69, 0x00A9, 0xFF6A, 0x00AA, 0xFF6B, 0x00AB, 0xFF6C, 0x00AC, 0xFF6D, 0x00AD, 0xFF6E, 0x00AE, 0xFF6F, 0x00AF, 0xFF70, 0x00B0, - 0xFF71, 0x00B1, 0xFF72, 0x00B2, 0xFF73, 0x00B3, 0xFF74, 0x00B4, 0xFF75, 0x00B5, 0xFF76, 0x00B6, 0xFF77, 0x00B7, 0xFF78, 0x00B8, - 0xFF79, 0x00B9, 0xFF7A, 0x00BA, 0xFF7B, 0x00BB, 0xFF7C, 0x00BC, 0xFF7D, 0x00BD, 0xFF7E, 0x00BE, 0xFF7F, 0x00BF, 0xFF80, 0x00C0, - 0xFF81, 0x00C1, 0xFF82, 0x00C2, 0xFF83, 0x00C3, 0xFF84, 0x00C4, 0xFF85, 0x00C5, 0xFF86, 0x00C6, 0xFF87, 0x00C7, 0xFF88, 0x00C8, - 0xFF89, 0x00C9, 0xFF8A, 0x00CA, 0xFF8B, 0x00CB, 0xFF8C, 0x00CC, 0xFF8D, 0x00CD, 0xFF8E, 0x00CE, 0xFF8F, 0x00CF, 0xFF90, 0x00D0, - 0xFF91, 0x00D1, 0xFF92, 0x00D2, 0xFF93, 0x00D3, 0xFF94, 0x00D4, 0xFF95, 0x00D5, 0xFF96, 0x00D6, 0xFF97, 0x00D7, 0xFF98, 0x00D8, - 0xFF99, 0x00D9, 0xFF9A, 0x00DA, 0xFF9B, 0x00DB, 0xFF9C, 0x00DC, 0xFF9D, 0x00DD, 0xFF9E, 0x00DE, 0xFF9F, 0x00DF, 0xFFE0, 0x8191, - 0xFFE1, 0x8192, 0xFFE2, 0x81CA, 0xFFE3, 0x8150, 0xFFE4, 0xFA55, 0xFFE5, 0x818F, 0, 0 -}; - -static const WCHAR oem2uni932[] = { /* Shift_JIS --> Unicode pairs */ - 0x00A1, 0xFF61, 0x00A2, 0xFF62, 0x00A3, 0xFF63, 0x00A4, 0xFF64, 0x00A5, 0xFF65, 0x00A6, 0xFF66, 0x00A7, 0xFF67, 0x00A8, 0xFF68, - 0x00A9, 0xFF69, 0x00AA, 0xFF6A, 0x00AB, 0xFF6B, 0x00AC, 0xFF6C, 0x00AD, 0xFF6D, 0x00AE, 0xFF6E, 0x00AF, 0xFF6F, 0x00B0, 0xFF70, - 0x00B1, 0xFF71, 0x00B2, 0xFF72, 0x00B3, 0xFF73, 0x00B4, 0xFF74, 0x00B5, 0xFF75, 0x00B6, 0xFF76, 0x00B7, 0xFF77, 0x00B8, 0xFF78, - 0x00B9, 0xFF79, 0x00BA, 0xFF7A, 0x00BB, 0xFF7B, 0x00BC, 0xFF7C, 0x00BD, 0xFF7D, 0x00BE, 0xFF7E, 0x00BF, 0xFF7F, 0x00C0, 0xFF80, - 0x00C1, 0xFF81, 0x00C2, 0xFF82, 0x00C3, 0xFF83, 0x00C4, 0xFF84, 0x00C5, 0xFF85, 0x00C6, 0xFF86, 0x00C7, 0xFF87, 0x00C8, 0xFF88, - 0x00C9, 0xFF89, 0x00CA, 0xFF8A, 0x00CB, 0xFF8B, 0x00CC, 0xFF8C, 0x00CD, 0xFF8D, 0x00CE, 0xFF8E, 0x00CF, 0xFF8F, 0x00D0, 0xFF90, - 0x00D1, 0xFF91, 0x00D2, 0xFF92, 0x00D3, 0xFF93, 0x00D4, 0xFF94, 0x00D5, 0xFF95, 0x00D6, 0xFF96, 0x00D7, 0xFF97, 0x00D8, 0xFF98, - 0x00D9, 0xFF99, 0x00DA, 0xFF9A, 0x00DB, 0xFF9B, 0x00DC, 0xFF9C, 0x00DD, 0xFF9D, 0x00DE, 0xFF9E, 0x00DF, 0xFF9F, 0x8140, 0x3000, - 0x8141, 0x3001, 0x8142, 0x3002, 0x8143, 0xFF0C, 0x8144, 0xFF0E, 0x8145, 0x30FB, 0x8146, 0xFF1A, 0x8147, 0xFF1B, 0x8148, 0xFF1F, - 0x8149, 0xFF01, 0x814A, 0x309B, 0x814B, 0x309C, 0x814C, 0x00B4, 0x814D, 0xFF40, 0x814E, 0x00A8, 0x814F, 0xFF3E, 0x8150, 0xFFE3, - 0x8151, 0xFF3F, 0x8152, 0x30FD, 0x8153, 0x30FE, 0x8154, 0x309D, 0x8155, 0x309E, 0x8156, 0x3003, 0x8157, 0x4EDD, 0x8158, 0x3005, - 0x8159, 0x3006, 0x815A, 0x3007, 0x815B, 0x30FC, 0x815C, 0x2015, 0x815D, 0x2010, 0x815E, 0xFF0F, 0x815F, 0xFF3C, 0x8160, 0xFF5E, - 0x8161, 0x2225, 0x8162, 0xFF5C, 0x8163, 0x2026, 0x8164, 0x2025, 0x8165, 0x2018, 0x8166, 0x2019, 0x8167, 0x201C, 0x8168, 0x201D, - 0x8169, 0xFF08, 0x816A, 0xFF09, 0x816B, 0x3014, 0x816C, 0x3015, 0x816D, 0xFF3B, 0x816E, 0xFF3D, 0x816F, 0xFF5B, 0x8170, 0xFF5D, - 0x8171, 0x3008, 0x8172, 0x3009, 0x8173, 0x300A, 0x8174, 0x300B, 0x8175, 0x300C, 0x8176, 0x300D, 0x8177, 0x300E, 0x8178, 0x300F, - 0x8179, 0x3010, 0x817A, 0x3011, 0x817B, 0xFF0B, 0x817C, 0xFF0D, 0x817D, 0x00B1, 0x817E, 0x00D7, 0x8180, 0x00F7, 0x8181, 0xFF1D, - 0x8182, 0x2260, 0x8183, 0xFF1C, 0x8184, 0xFF1E, 0x8185, 0x2266, 0x8186, 0x2267, 0x8187, 0x221E, 0x8188, 0x2234, 0x8189, 0x2642, - 0x818A, 0x2640, 0x818B, 0x00B0, 0x818C, 0x2032, 0x818D, 0x2033, 0x818E, 0x2103, 0x818F, 0xFFE5, 0x8190, 0xFF04, 0x8191, 0xFFE0, - 0x8192, 0xFFE1, 0x8193, 0xFF05, 0x8194, 0xFF03, 0x8195, 0xFF06, 0x8196, 0xFF0A, 0x8197, 0xFF20, 0x8198, 0x00A7, 0x8199, 0x2606, - 0x819A, 0x2605, 0x819B, 0x25CB, 0x819C, 0x25CF, 0x819D, 0x25CE, 0x819E, 0x25C7, 0x819F, 0x25C6, 0x81A0, 0x25A1, 0x81A1, 0x25A0, - 0x81A2, 0x25B3, 0x81A3, 0x25B2, 0x81A4, 0x25BD, 0x81A5, 0x25BC, 0x81A6, 0x203B, 0x81A7, 0x3012, 0x81A8, 0x2192, 0x81A9, 0x2190, - 0x81AA, 0x2191, 0x81AB, 0x2193, 0x81AC, 0x3013, 0x81B8, 0x2208, 0x81B9, 0x220B, 0x81BA, 0x2286, 0x81BB, 0x2287, 0x81BC, 0x2282, - 0x81BD, 0x2283, 0x81BE, 0x222A, 0x81BF, 0x2229, 0x81C8, 0x2227, 0x81C9, 0x2228, 0x81CA, 0xFFE2, 0x81CB, 0x21D2, 0x81CC, 0x21D4, - 0x81CD, 0x2200, 0x81CE, 0x2203, 0x81DA, 0x2220, 0x81DB, 0x22A5, 0x81DC, 0x2312, 0x81DD, 0x2202, 0x81DE, 0x2207, 0x81DF, 0x2261, - 0x81E0, 0x2252, 0x81E1, 0x226A, 0x81E2, 0x226B, 0x81E3, 0x221A, 0x81E4, 0x223D, 0x81E5, 0x221D, 0x81E6, 0x2235, 0x81E7, 0x222B, - 0x81E8, 0x222C, 0x81F0, 0x212B, 0x81F1, 0x2030, 0x81F2, 0x266F, 0x81F3, 0x266D, 0x81F4, 0x266A, 0x81F5, 0x2020, 0x81F6, 0x2021, - 0x81F7, 0x00B6, 0x81FC, 0x25EF, 0x824F, 0xFF10, 0x8250, 0xFF11, 0x8251, 0xFF12, 0x8252, 0xFF13, 0x8253, 0xFF14, 0x8254, 0xFF15, - 0x8255, 0xFF16, 0x8256, 0xFF17, 0x8257, 0xFF18, 0x8258, 0xFF19, 0x8260, 0xFF21, 0x8261, 0xFF22, 0x8262, 0xFF23, 0x8263, 0xFF24, - 0x8264, 0xFF25, 0x8265, 0xFF26, 0x8266, 0xFF27, 0x8267, 0xFF28, 0x8268, 0xFF29, 0x8269, 0xFF2A, 0x826A, 0xFF2B, 0x826B, 0xFF2C, - 0x826C, 0xFF2D, 0x826D, 0xFF2E, 0x826E, 0xFF2F, 0x826F, 0xFF30, 0x8270, 0xFF31, 0x8271, 0xFF32, 0x8272, 0xFF33, 0x8273, 0xFF34, - 0x8274, 0xFF35, 0x8275, 0xFF36, 0x8276, 0xFF37, 0x8277, 0xFF38, 0x8278, 0xFF39, 0x8279, 0xFF3A, 0x8281, 0xFF41, 0x8282, 0xFF42, - 0x8283, 0xFF43, 0x8284, 0xFF44, 0x8285, 0xFF45, 0x8286, 0xFF46, 0x8287, 0xFF47, 0x8288, 0xFF48, 0x8289, 0xFF49, 0x828A, 0xFF4A, - 0x828B, 0xFF4B, 0x828C, 0xFF4C, 0x828D, 0xFF4D, 0x828E, 0xFF4E, 0x828F, 0xFF4F, 0x8290, 0xFF50, 0x8291, 0xFF51, 0x8292, 0xFF52, - 0x8293, 0xFF53, 0x8294, 0xFF54, 0x8295, 0xFF55, 0x8296, 0xFF56, 0x8297, 0xFF57, 0x8298, 0xFF58, 0x8299, 0xFF59, 0x829A, 0xFF5A, - 0x829F, 0x3041, 0x82A0, 0x3042, 0x82A1, 0x3043, 0x82A2, 0x3044, 0x82A3, 0x3045, 0x82A4, 0x3046, 0x82A5, 0x3047, 0x82A6, 0x3048, - 0x82A7, 0x3049, 0x82A8, 0x304A, 0x82A9, 0x304B, 0x82AA, 0x304C, 0x82AB, 0x304D, 0x82AC, 0x304E, 0x82AD, 0x304F, 0x82AE, 0x3050, - 0x82AF, 0x3051, 0x82B0, 0x3052, 0x82B1, 0x3053, 0x82B2, 0x3054, 0x82B3, 0x3055, 0x82B4, 0x3056, 0x82B5, 0x3057, 0x82B6, 0x3058, - 0x82B7, 0x3059, 0x82B8, 0x305A, 0x82B9, 0x305B, 0x82BA, 0x305C, 0x82BB, 0x305D, 0x82BC, 0x305E, 0x82BD, 0x305F, 0x82BE, 0x3060, - 0x82BF, 0x3061, 0x82C0, 0x3062, 0x82C1, 0x3063, 0x82C2, 0x3064, 0x82C3, 0x3065, 0x82C4, 0x3066, 0x82C5, 0x3067, 0x82C6, 0x3068, - 0x82C7, 0x3069, 0x82C8, 0x306A, 0x82C9, 0x306B, 0x82CA, 0x306C, 0x82CB, 0x306D, 0x82CC, 0x306E, 0x82CD, 0x306F, 0x82CE, 0x3070, - 0x82CF, 0x3071, 0x82D0, 0x3072, 0x82D1, 0x3073, 0x82D2, 0x3074, 0x82D3, 0x3075, 0x82D4, 0x3076, 0x82D5, 0x3077, 0x82D6, 0x3078, - 0x82D7, 0x3079, 0x82D8, 0x307A, 0x82D9, 0x307B, 0x82DA, 0x307C, 0x82DB, 0x307D, 0x82DC, 0x307E, 0x82DD, 0x307F, 0x82DE, 0x3080, - 0x82DF, 0x3081, 0x82E0, 0x3082, 0x82E1, 0x3083, 0x82E2, 0x3084, 0x82E3, 0x3085, 0x82E4, 0x3086, 0x82E5, 0x3087, 0x82E6, 0x3088, - 0x82E7, 0x3089, 0x82E8, 0x308A, 0x82E9, 0x308B, 0x82EA, 0x308C, 0x82EB, 0x308D, 0x82EC, 0x308E, 0x82ED, 0x308F, 0x82EE, 0x3090, - 0x82EF, 0x3091, 0x82F0, 0x3092, 0x82F1, 0x3093, 0x8340, 0x30A1, 0x8341, 0x30A2, 0x8342, 0x30A3, 0x8343, 0x30A4, 0x8344, 0x30A5, - 0x8345, 0x30A6, 0x8346, 0x30A7, 0x8347, 0x30A8, 0x8348, 0x30A9, 0x8349, 0x30AA, 0x834A, 0x30AB, 0x834B, 0x30AC, 0x834C, 0x30AD, - 0x834D, 0x30AE, 0x834E, 0x30AF, 0x834F, 0x30B0, 0x8350, 0x30B1, 0x8351, 0x30B2, 0x8352, 0x30B3, 0x8353, 0x30B4, 0x8354, 0x30B5, - 0x8355, 0x30B6, 0x8356, 0x30B7, 0x8357, 0x30B8, 0x8358, 0x30B9, 0x8359, 0x30BA, 0x835A, 0x30BB, 0x835B, 0x30BC, 0x835C, 0x30BD, - 0x835D, 0x30BE, 0x835E, 0x30BF, 0x835F, 0x30C0, 0x8360, 0x30C1, 0x8361, 0x30C2, 0x8362, 0x30C3, 0x8363, 0x30C4, 0x8364, 0x30C5, - 0x8365, 0x30C6, 0x8366, 0x30C7, 0x8367, 0x30C8, 0x8368, 0x30C9, 0x8369, 0x30CA, 0x836A, 0x30CB, 0x836B, 0x30CC, 0x836C, 0x30CD, - 0x836D, 0x30CE, 0x836E, 0x30CF, 0x836F, 0x30D0, 0x8370, 0x30D1, 0x8371, 0x30D2, 0x8372, 0x30D3, 0x8373, 0x30D4, 0x8374, 0x30D5, - 0x8375, 0x30D6, 0x8376, 0x30D7, 0x8377, 0x30D8, 0x8378, 0x30D9, 0x8379, 0x30DA, 0x837A, 0x30DB, 0x837B, 0x30DC, 0x837C, 0x30DD, - 0x837D, 0x30DE, 0x837E, 0x30DF, 0x8380, 0x30E0, 0x8381, 0x30E1, 0x8382, 0x30E2, 0x8383, 0x30E3, 0x8384, 0x30E4, 0x8385, 0x30E5, - 0x8386, 0x30E6, 0x8387, 0x30E7, 0x8388, 0x30E8, 0x8389, 0x30E9, 0x838A, 0x30EA, 0x838B, 0x30EB, 0x838C, 0x30EC, 0x838D, 0x30ED, - 0x838E, 0x30EE, 0x838F, 0x30EF, 0x8390, 0x30F0, 0x8391, 0x30F1, 0x8392, 0x30F2, 0x8393, 0x30F3, 0x8394, 0x30F4, 0x8395, 0x30F5, - 0x8396, 0x30F6, 0x839F, 0x0391, 0x83A0, 0x0392, 0x83A1, 0x0393, 0x83A2, 0x0394, 0x83A3, 0x0395, 0x83A4, 0x0396, 0x83A5, 0x0397, - 0x83A6, 0x0398, 0x83A7, 0x0399, 0x83A8, 0x039A, 0x83A9, 0x039B, 0x83AA, 0x039C, 0x83AB, 0x039D, 0x83AC, 0x039E, 0x83AD, 0x039F, - 0x83AE, 0x03A0, 0x83AF, 0x03A1, 0x83B0, 0x03A3, 0x83B1, 0x03A4, 0x83B2, 0x03A5, 0x83B3, 0x03A6, 0x83B4, 0x03A7, 0x83B5, 0x03A8, - 0x83B6, 0x03A9, 0x83BF, 0x03B1, 0x83C0, 0x03B2, 0x83C1, 0x03B3, 0x83C2, 0x03B4, 0x83C3, 0x03B5, 0x83C4, 0x03B6, 0x83C5, 0x03B7, - 0x83C6, 0x03B8, 0x83C7, 0x03B9, 0x83C8, 0x03BA, 0x83C9, 0x03BB, 0x83CA, 0x03BC, 0x83CB, 0x03BD, 0x83CC, 0x03BE, 0x83CD, 0x03BF, - 0x83CE, 0x03C0, 0x83CF, 0x03C1, 0x83D0, 0x03C3, 0x83D1, 0x03C4, 0x83D2, 0x03C5, 0x83D3, 0x03C6, 0x83D4, 0x03C7, 0x83D5, 0x03C8, - 0x83D6, 0x03C9, 0x8440, 0x0410, 0x8441, 0x0411, 0x8442, 0x0412, 0x8443, 0x0413, 0x8444, 0x0414, 0x8445, 0x0415, 0x8446, 0x0401, - 0x8447, 0x0416, 0x8448, 0x0417, 0x8449, 0x0418, 0x844A, 0x0419, 0x844B, 0x041A, 0x844C, 0x041B, 0x844D, 0x041C, 0x844E, 0x041D, - 0x844F, 0x041E, 0x8450, 0x041F, 0x8451, 0x0420, 0x8452, 0x0421, 0x8453, 0x0422, 0x8454, 0x0423, 0x8455, 0x0424, 0x8456, 0x0425, - 0x8457, 0x0426, 0x8458, 0x0427, 0x8459, 0x0428, 0x845A, 0x0429, 0x845B, 0x042A, 0x845C, 0x042B, 0x845D, 0x042C, 0x845E, 0x042D, - 0x845F, 0x042E, 0x8460, 0x042F, 0x8470, 0x0430, 0x8471, 0x0431, 0x8472, 0x0432, 0x8473, 0x0433, 0x8474, 0x0434, 0x8475, 0x0435, - 0x8476, 0x0451, 0x8477, 0x0436, 0x8478, 0x0437, 0x8479, 0x0438, 0x847A, 0x0439, 0x847B, 0x043A, 0x847C, 0x043B, 0x847D, 0x043C, - 0x847E, 0x043D, 0x8480, 0x043E, 0x8481, 0x043F, 0x8482, 0x0440, 0x8483, 0x0441, 0x8484, 0x0442, 0x8485, 0x0443, 0x8486, 0x0444, - 0x8487, 0x0445, 0x8488, 0x0446, 0x8489, 0x0447, 0x848A, 0x0448, 0x848B, 0x0449, 0x848C, 0x044A, 0x848D, 0x044B, 0x848E, 0x044C, - 0x848F, 0x044D, 0x8490, 0x044E, 0x8491, 0x044F, 0x849F, 0x2500, 0x84A0, 0x2502, 0x84A1, 0x250C, 0x84A2, 0x2510, 0x84A3, 0x2518, - 0x84A4, 0x2514, 0x84A5, 0x251C, 0x84A6, 0x252C, 0x84A7, 0x2524, 0x84A8, 0x2534, 0x84A9, 0x253C, 0x84AA, 0x2501, 0x84AB, 0x2503, - 0x84AC, 0x250F, 0x84AD, 0x2513, 0x84AE, 0x251B, 0x84AF, 0x2517, 0x84B0, 0x2523, 0x84B1, 0x2533, 0x84B2, 0x252B, 0x84B3, 0x253B, - 0x84B4, 0x254B, 0x84B5, 0x2520, 0x84B6, 0x252F, 0x84B7, 0x2528, 0x84B8, 0x2537, 0x84B9, 0x253F, 0x84BA, 0x251D, 0x84BB, 0x2530, - 0x84BC, 0x2525, 0x84BD, 0x2538, 0x84BE, 0x2542, 0x8740, 0x2460, 0x8741, 0x2461, 0x8742, 0x2462, 0x8743, 0x2463, 0x8744, 0x2464, - 0x8745, 0x2465, 0x8746, 0x2466, 0x8747, 0x2467, 0x8748, 0x2468, 0x8749, 0x2469, 0x874A, 0x246A, 0x874B, 0x246B, 0x874C, 0x246C, - 0x874D, 0x246D, 0x874E, 0x246E, 0x874F, 0x246F, 0x8750, 0x2470, 0x8751, 0x2471, 0x8752, 0x2472, 0x8753, 0x2473, 0x8754, 0x2160, - 0x8755, 0x2161, 0x8756, 0x2162, 0x8757, 0x2163, 0x8758, 0x2164, 0x8759, 0x2165, 0x875A, 0x2166, 0x875B, 0x2167, 0x875C, 0x2168, - 0x875D, 0x2169, 0x875F, 0x3349, 0x8760, 0x3314, 0x8761, 0x3322, 0x8762, 0x334D, 0x8763, 0x3318, 0x8764, 0x3327, 0x8765, 0x3303, - 0x8766, 0x3336, 0x8767, 0x3351, 0x8768, 0x3357, 0x8769, 0x330D, 0x876A, 0x3326, 0x876B, 0x3323, 0x876C, 0x332B, 0x876D, 0x334A, - 0x876E, 0x333B, 0x876F, 0x339C, 0x8770, 0x339D, 0x8771, 0x339E, 0x8772, 0x338E, 0x8773, 0x338F, 0x8774, 0x33C4, 0x8775, 0x33A1, - 0x877E, 0x337B, 0x8780, 0x301D, 0x8781, 0x301F, 0x8782, 0x2116, 0x8783, 0x33CD, 0x8784, 0x2121, 0x8785, 0x32A4, 0x8786, 0x32A5, - 0x8787, 0x32A6, 0x8788, 0x32A7, 0x8789, 0x32A8, 0x878A, 0x3231, 0x878B, 0x3232, 0x878C, 0x3239, 0x878D, 0x337E, 0x878E, 0x337D, - 0x878F, 0x337C, 0x8793, 0x222E, 0x8794, 0x2211, 0x8798, 0x221F, 0x8799, 0x22BF, 0x889F, 0x4E9C, 0x88A0, 0x5516, 0x88A1, 0x5A03, - 0x88A2, 0x963F, 0x88A3, 0x54C0, 0x88A4, 0x611B, 0x88A5, 0x6328, 0x88A6, 0x59F6, 0x88A7, 0x9022, 0x88A8, 0x8475, 0x88A9, 0x831C, - 0x88AA, 0x7A50, 0x88AB, 0x60AA, 0x88AC, 0x63E1, 0x88AD, 0x6E25, 0x88AE, 0x65ED, 0x88AF, 0x8466, 0x88B0, 0x82A6, 0x88B1, 0x9BF5, - 0x88B2, 0x6893, 0x88B3, 0x5727, 0x88B4, 0x65A1, 0x88B5, 0x6271, 0x88B6, 0x5B9B, 0x88B7, 0x59D0, 0x88B8, 0x867B, 0x88B9, 0x98F4, - 0x88BA, 0x7D62, 0x88BB, 0x7DBE, 0x88BC, 0x9B8E, 0x88BD, 0x6216, 0x88BE, 0x7C9F, 0x88BF, 0x88B7, 0x88C0, 0x5B89, 0x88C1, 0x5EB5, - 0x88C2, 0x6309, 0x88C3, 0x6697, 0x88C4, 0x6848, 0x88C5, 0x95C7, 0x88C6, 0x978D, 0x88C7, 0x674F, 0x88C8, 0x4EE5, 0x88C9, 0x4F0A, - 0x88CA, 0x4F4D, 0x88CB, 0x4F9D, 0x88CC, 0x5049, 0x88CD, 0x56F2, 0x88CE, 0x5937, 0x88CF, 0x59D4, 0x88D0, 0x5A01, 0x88D1, 0x5C09, - 0x88D2, 0x60DF, 0x88D3, 0x610F, 0x88D4, 0x6170, 0x88D5, 0x6613, 0x88D6, 0x6905, 0x88D7, 0x70BA, 0x88D8, 0x754F, 0x88D9, 0x7570, - 0x88DA, 0x79FB, 0x88DB, 0x7DAD, 0x88DC, 0x7DEF, 0x88DD, 0x80C3, 0x88DE, 0x840E, 0x88DF, 0x8863, 0x88E0, 0x8B02, 0x88E1, 0x9055, - 0x88E2, 0x907A, 0x88E3, 0x533B, 0x88E4, 0x4E95, 0x88E5, 0x4EA5, 0x88E6, 0x57DF, 0x88E7, 0x80B2, 0x88E8, 0x90C1, 0x88E9, 0x78EF, - 0x88EA, 0x4E00, 0x88EB, 0x58F1, 0x88EC, 0x6EA2, 0x88ED, 0x9038, 0x88EE, 0x7A32, 0x88EF, 0x8328, 0x88F0, 0x828B, 0x88F1, 0x9C2F, - 0x88F2, 0x5141, 0x88F3, 0x5370, 0x88F4, 0x54BD, 0x88F5, 0x54E1, 0x88F6, 0x56E0, 0x88F7, 0x59FB, 0x88F8, 0x5F15, 0x88F9, 0x98F2, - 0x88FA, 0x6DEB, 0x88FB, 0x80E4, 0x88FC, 0x852D, 0x8940, 0x9662, 0x8941, 0x9670, 0x8942, 0x96A0, 0x8943, 0x97FB, 0x8944, 0x540B, - 0x8945, 0x53F3, 0x8946, 0x5B87, 0x8947, 0x70CF, 0x8948, 0x7FBD, 0x8949, 0x8FC2, 0x894A, 0x96E8, 0x894B, 0x536F, 0x894C, 0x9D5C, - 0x894D, 0x7ABA, 0x894E, 0x4E11, 0x894F, 0x7893, 0x8950, 0x81FC, 0x8951, 0x6E26, 0x8952, 0x5618, 0x8953, 0x5504, 0x8954, 0x6B1D, - 0x8955, 0x851A, 0x8956, 0x9C3B, 0x8957, 0x59E5, 0x8958, 0x53A9, 0x8959, 0x6D66, 0x895A, 0x74DC, 0x895B, 0x958F, 0x895C, 0x5642, - 0x895D, 0x4E91, 0x895E, 0x904B, 0x895F, 0x96F2, 0x8960, 0x834F, 0x8961, 0x990C, 0x8962, 0x53E1, 0x8963, 0x55B6, 0x8964, 0x5B30, - 0x8965, 0x5F71, 0x8966, 0x6620, 0x8967, 0x66F3, 0x8968, 0x6804, 0x8969, 0x6C38, 0x896A, 0x6CF3, 0x896B, 0x6D29, 0x896C, 0x745B, - 0x896D, 0x76C8, 0x896E, 0x7A4E, 0x896F, 0x9834, 0x8970, 0x82F1, 0x8971, 0x885B, 0x8972, 0x8A60, 0x8973, 0x92ED, 0x8974, 0x6DB2, - 0x8975, 0x75AB, 0x8976, 0x76CA, 0x8977, 0x99C5, 0x8978, 0x60A6, 0x8979, 0x8B01, 0x897A, 0x8D8A, 0x897B, 0x95B2, 0x897C, 0x698E, - 0x897D, 0x53AD, 0x897E, 0x5186, 0x8980, 0x5712, 0x8981, 0x5830, 0x8982, 0x5944, 0x8983, 0x5BB4, 0x8984, 0x5EF6, 0x8985, 0x6028, - 0x8986, 0x63A9, 0x8987, 0x63F4, 0x8988, 0x6CBF, 0x8989, 0x6F14, 0x898A, 0x708E, 0x898B, 0x7114, 0x898C, 0x7159, 0x898D, 0x71D5, - 0x898E, 0x733F, 0x898F, 0x7E01, 0x8990, 0x8276, 0x8991, 0x82D1, 0x8992, 0x8597, 0x8993, 0x9060, 0x8994, 0x925B, 0x8995, 0x9D1B, - 0x8996, 0x5869, 0x8997, 0x65BC, 0x8998, 0x6C5A, 0x8999, 0x7525, 0x899A, 0x51F9, 0x899B, 0x592E, 0x899C, 0x5965, 0x899D, 0x5F80, - 0x899E, 0x5FDC, 0x899F, 0x62BC, 0x89A0, 0x65FA, 0x89A1, 0x6A2A, 0x89A2, 0x6B27, 0x89A3, 0x6BB4, 0x89A4, 0x738B, 0x89A5, 0x7FC1, - 0x89A6, 0x8956, 0x89A7, 0x9D2C, 0x89A8, 0x9D0E, 0x89A9, 0x9EC4, 0x89AA, 0x5CA1, 0x89AB, 0x6C96, 0x89AC, 0x837B, 0x89AD, 0x5104, - 0x89AE, 0x5C4B, 0x89AF, 0x61B6, 0x89B0, 0x81C6, 0x89B1, 0x6876, 0x89B2, 0x7261, 0x89B3, 0x4E59, 0x89B4, 0x4FFA, 0x89B5, 0x5378, - 0x89B6, 0x6069, 0x89B7, 0x6E29, 0x89B8, 0x7A4F, 0x89B9, 0x97F3, 0x89BA, 0x4E0B, 0x89BB, 0x5316, 0x89BC, 0x4EEE, 0x89BD, 0x4F55, - 0x89BE, 0x4F3D, 0x89BF, 0x4FA1, 0x89C0, 0x4F73, 0x89C1, 0x52A0, 0x89C2, 0x53EF, 0x89C3, 0x5609, 0x89C4, 0x590F, 0x89C5, 0x5AC1, - 0x89C6, 0x5BB6, 0x89C7, 0x5BE1, 0x89C8, 0x79D1, 0x89C9, 0x6687, 0x89CA, 0x679C, 0x89CB, 0x67B6, 0x89CC, 0x6B4C, 0x89CD, 0x6CB3, - 0x89CE, 0x706B, 0x89CF, 0x73C2, 0x89D0, 0x798D, 0x89D1, 0x79BE, 0x89D2, 0x7A3C, 0x89D3, 0x7B87, 0x89D4, 0x82B1, 0x89D5, 0x82DB, - 0x89D6, 0x8304, 0x89D7, 0x8377, 0x89D8, 0x83EF, 0x89D9, 0x83D3, 0x89DA, 0x8766, 0x89DB, 0x8AB2, 0x89DC, 0x5629, 0x89DD, 0x8CA8, - 0x89DE, 0x8FE6, 0x89DF, 0x904E, 0x89E0, 0x971E, 0x89E1, 0x868A, 0x89E2, 0x4FC4, 0x89E3, 0x5CE8, 0x89E4, 0x6211, 0x89E5, 0x7259, - 0x89E6, 0x753B, 0x89E7, 0x81E5, 0x89E8, 0x82BD, 0x89E9, 0x86FE, 0x89EA, 0x8CC0, 0x89EB, 0x96C5, 0x89EC, 0x9913, 0x89ED, 0x99D5, - 0x89EE, 0x4ECB, 0x89EF, 0x4F1A, 0x89F0, 0x89E3, 0x89F1, 0x56DE, 0x89F2, 0x584A, 0x89F3, 0x58CA, 0x89F4, 0x5EFB, 0x89F5, 0x5FEB, - 0x89F6, 0x602A, 0x89F7, 0x6094, 0x89F8, 0x6062, 0x89F9, 0x61D0, 0x89FA, 0x6212, 0x89FB, 0x62D0, 0x89FC, 0x6539, 0x8A40, 0x9B41, - 0x8A41, 0x6666, 0x8A42, 0x68B0, 0x8A43, 0x6D77, 0x8A44, 0x7070, 0x8A45, 0x754C, 0x8A46, 0x7686, 0x8A47, 0x7D75, 0x8A48, 0x82A5, - 0x8A49, 0x87F9, 0x8A4A, 0x958B, 0x8A4B, 0x968E, 0x8A4C, 0x8C9D, 0x8A4D, 0x51F1, 0x8A4E, 0x52BE, 0x8A4F, 0x5916, 0x8A50, 0x54B3, - 0x8A51, 0x5BB3, 0x8A52, 0x5D16, 0x8A53, 0x6168, 0x8A54, 0x6982, 0x8A55, 0x6DAF, 0x8A56, 0x788D, 0x8A57, 0x84CB, 0x8A58, 0x8857, - 0x8A59, 0x8A72, 0x8A5A, 0x93A7, 0x8A5B, 0x9AB8, 0x8A5C, 0x6D6C, 0x8A5D, 0x99A8, 0x8A5E, 0x86D9, 0x8A5F, 0x57A3, 0x8A60, 0x67FF, - 0x8A61, 0x86CE, 0x8A62, 0x920E, 0x8A63, 0x5283, 0x8A64, 0x5687, 0x8A65, 0x5404, 0x8A66, 0x5ED3, 0x8A67, 0x62E1, 0x8A68, 0x64B9, - 0x8A69, 0x683C, 0x8A6A, 0x6838, 0x8A6B, 0x6BBB, 0x8A6C, 0x7372, 0x8A6D, 0x78BA, 0x8A6E, 0x7A6B, 0x8A6F, 0x899A, 0x8A70, 0x89D2, - 0x8A71, 0x8D6B, 0x8A72, 0x8F03, 0x8A73, 0x90ED, 0x8A74, 0x95A3, 0x8A75, 0x9694, 0x8A76, 0x9769, 0x8A77, 0x5B66, 0x8A78, 0x5CB3, - 0x8A79, 0x697D, 0x8A7A, 0x984D, 0x8A7B, 0x984E, 0x8A7C, 0x639B, 0x8A7D, 0x7B20, 0x8A7E, 0x6A2B, 0x8A80, 0x6A7F, 0x8A81, 0x68B6, - 0x8A82, 0x9C0D, 0x8A83, 0x6F5F, 0x8A84, 0x5272, 0x8A85, 0x559D, 0x8A86, 0x6070, 0x8A87, 0x62EC, 0x8A88, 0x6D3B, 0x8A89, 0x6E07, - 0x8A8A, 0x6ED1, 0x8A8B, 0x845B, 0x8A8C, 0x8910, 0x8A8D, 0x8F44, 0x8A8E, 0x4E14, 0x8A8F, 0x9C39, 0x8A90, 0x53F6, 0x8A91, 0x691B, - 0x8A92, 0x6A3A, 0x8A93, 0x9784, 0x8A94, 0x682A, 0x8A95, 0x515C, 0x8A96, 0x7AC3, 0x8A97, 0x84B2, 0x8A98, 0x91DC, 0x8A99, 0x938C, - 0x8A9A, 0x565B, 0x8A9B, 0x9D28, 0x8A9C, 0x6822, 0x8A9D, 0x8305, 0x8A9E, 0x8431, 0x8A9F, 0x7CA5, 0x8AA0, 0x5208, 0x8AA1, 0x82C5, - 0x8AA2, 0x74E6, 0x8AA3, 0x4E7E, 0x8AA4, 0x4F83, 0x8AA5, 0x51A0, 0x8AA6, 0x5BD2, 0x8AA7, 0x520A, 0x8AA8, 0x52D8, 0x8AA9, 0x52E7, - 0x8AAA, 0x5DFB, 0x8AAB, 0x559A, 0x8AAC, 0x582A, 0x8AAD, 0x59E6, 0x8AAE, 0x5B8C, 0x8AAF, 0x5B98, 0x8AB0, 0x5BDB, 0x8AB1, 0x5E72, - 0x8AB2, 0x5E79, 0x8AB3, 0x60A3, 0x8AB4, 0x611F, 0x8AB5, 0x6163, 0x8AB6, 0x61BE, 0x8AB7, 0x63DB, 0x8AB8, 0x6562, 0x8AB9, 0x67D1, - 0x8ABA, 0x6853, 0x8ABB, 0x68FA, 0x8ABC, 0x6B3E, 0x8ABD, 0x6B53, 0x8ABE, 0x6C57, 0x8ABF, 0x6F22, 0x8AC0, 0x6F97, 0x8AC1, 0x6F45, - 0x8AC2, 0x74B0, 0x8AC3, 0x7518, 0x8AC4, 0x76E3, 0x8AC5, 0x770B, 0x8AC6, 0x7AFF, 0x8AC7, 0x7BA1, 0x8AC8, 0x7C21, 0x8AC9, 0x7DE9, - 0x8ACA, 0x7F36, 0x8ACB, 0x7FF0, 0x8ACC, 0x809D, 0x8ACD, 0x8266, 0x8ACE, 0x839E, 0x8ACF, 0x89B3, 0x8AD0, 0x8ACC, 0x8AD1, 0x8CAB, - 0x8AD2, 0x9084, 0x8AD3, 0x9451, 0x8AD4, 0x9593, 0x8AD5, 0x9591, 0x8AD6, 0x95A2, 0x8AD7, 0x9665, 0x8AD8, 0x97D3, 0x8AD9, 0x9928, - 0x8ADA, 0x8218, 0x8ADB, 0x4E38, 0x8ADC, 0x542B, 0x8ADD, 0x5CB8, 0x8ADE, 0x5DCC, 0x8ADF, 0x73A9, 0x8AE0, 0x764C, 0x8AE1, 0x773C, - 0x8AE2, 0x5CA9, 0x8AE3, 0x7FEB, 0x8AE4, 0x8D0B, 0x8AE5, 0x96C1, 0x8AE6, 0x9811, 0x8AE7, 0x9854, 0x8AE8, 0x9858, 0x8AE9, 0x4F01, - 0x8AEA, 0x4F0E, 0x8AEB, 0x5371, 0x8AEC, 0x559C, 0x8AED, 0x5668, 0x8AEE, 0x57FA, 0x8AEF, 0x5947, 0x8AF0, 0x5B09, 0x8AF1, 0x5BC4, - 0x8AF2, 0x5C90, 0x8AF3, 0x5E0C, 0x8AF4, 0x5E7E, 0x8AF5, 0x5FCC, 0x8AF6, 0x63EE, 0x8AF7, 0x673A, 0x8AF8, 0x65D7, 0x8AF9, 0x65E2, - 0x8AFA, 0x671F, 0x8AFB, 0x68CB, 0x8AFC, 0x68C4, 0x8B40, 0x6A5F, 0x8B41, 0x5E30, 0x8B42, 0x6BC5, 0x8B43, 0x6C17, 0x8B44, 0x6C7D, - 0x8B45, 0x757F, 0x8B46, 0x7948, 0x8B47, 0x5B63, 0x8B48, 0x7A00, 0x8B49, 0x7D00, 0x8B4A, 0x5FBD, 0x8B4B, 0x898F, 0x8B4C, 0x8A18, - 0x8B4D, 0x8CB4, 0x8B4E, 0x8D77, 0x8B4F, 0x8ECC, 0x8B50, 0x8F1D, 0x8B51, 0x98E2, 0x8B52, 0x9A0E, 0x8B53, 0x9B3C, 0x8B54, 0x4E80, - 0x8B55, 0x507D, 0x8B56, 0x5100, 0x8B57, 0x5993, 0x8B58, 0x5B9C, 0x8B59, 0x622F, 0x8B5A, 0x6280, 0x8B5B, 0x64EC, 0x8B5C, 0x6B3A, - 0x8B5D, 0x72A0, 0x8B5E, 0x7591, 0x8B5F, 0x7947, 0x8B60, 0x7FA9, 0x8B61, 0x87FB, 0x8B62, 0x8ABC, 0x8B63, 0x8B70, 0x8B64, 0x63AC, - 0x8B65, 0x83CA, 0x8B66, 0x97A0, 0x8B67, 0x5409, 0x8B68, 0x5403, 0x8B69, 0x55AB, 0x8B6A, 0x6854, 0x8B6B, 0x6A58, 0x8B6C, 0x8A70, - 0x8B6D, 0x7827, 0x8B6E, 0x6775, 0x8B6F, 0x9ECD, 0x8B70, 0x5374, 0x8B71, 0x5BA2, 0x8B72, 0x811A, 0x8B73, 0x8650, 0x8B74, 0x9006, - 0x8B75, 0x4E18, 0x8B76, 0x4E45, 0x8B77, 0x4EC7, 0x8B78, 0x4F11, 0x8B79, 0x53CA, 0x8B7A, 0x5438, 0x8B7B, 0x5BAE, 0x8B7C, 0x5F13, - 0x8B7D, 0x6025, 0x8B7E, 0x6551, 0x8B80, 0x673D, 0x8B81, 0x6C42, 0x8B82, 0x6C72, 0x8B83, 0x6CE3, 0x8B84, 0x7078, 0x8B85, 0x7403, - 0x8B86, 0x7A76, 0x8B87, 0x7AAE, 0x8B88, 0x7B08, 0x8B89, 0x7D1A, 0x8B8A, 0x7CFE, 0x8B8B, 0x7D66, 0x8B8C, 0x65E7, 0x8B8D, 0x725B, - 0x8B8E, 0x53BB, 0x8B8F, 0x5C45, 0x8B90, 0x5DE8, 0x8B91, 0x62D2, 0x8B92, 0x62E0, 0x8B93, 0x6319, 0x8B94, 0x6E20, 0x8B95, 0x865A, - 0x8B96, 0x8A31, 0x8B97, 0x8DDD, 0x8B98, 0x92F8, 0x8B99, 0x6F01, 0x8B9A, 0x79A6, 0x8B9B, 0x9B5A, 0x8B9C, 0x4EA8, 0x8B9D, 0x4EAB, - 0x8B9E, 0x4EAC, 0x8B9F, 0x4F9B, 0x8BA0, 0x4FA0, 0x8BA1, 0x50D1, 0x8BA2, 0x5147, 0x8BA3, 0x7AF6, 0x8BA4, 0x5171, 0x8BA5, 0x51F6, - 0x8BA6, 0x5354, 0x8BA7, 0x5321, 0x8BA8, 0x537F, 0x8BA9, 0x53EB, 0x8BAA, 0x55AC, 0x8BAB, 0x5883, 0x8BAC, 0x5CE1, 0x8BAD, 0x5F37, - 0x8BAE, 0x5F4A, 0x8BAF, 0x602F, 0x8BB0, 0x6050, 0x8BB1, 0x606D, 0x8BB2, 0x631F, 0x8BB3, 0x6559, 0x8BB4, 0x6A4B, 0x8BB5, 0x6CC1, - 0x8BB6, 0x72C2, 0x8BB7, 0x72ED, 0x8BB8, 0x77EF, 0x8BB9, 0x80F8, 0x8BBA, 0x8105, 0x8BBB, 0x8208, 0x8BBC, 0x854E, 0x8BBD, 0x90F7, - 0x8BBE, 0x93E1, 0x8BBF, 0x97FF, 0x8BC0, 0x9957, 0x8BC1, 0x9A5A, 0x8BC2, 0x4EF0, 0x8BC3, 0x51DD, 0x8BC4, 0x5C2D, 0x8BC5, 0x6681, - 0x8BC6, 0x696D, 0x8BC7, 0x5C40, 0x8BC8, 0x66F2, 0x8BC9, 0x6975, 0x8BCA, 0x7389, 0x8BCB, 0x6850, 0x8BCC, 0x7C81, 0x8BCD, 0x50C5, - 0x8BCE, 0x52E4, 0x8BCF, 0x5747, 0x8BD0, 0x5DFE, 0x8BD1, 0x9326, 0x8BD2, 0x65A4, 0x8BD3, 0x6B23, 0x8BD4, 0x6B3D, 0x8BD5, 0x7434, - 0x8BD6, 0x7981, 0x8BD7, 0x79BD, 0x8BD8, 0x7B4B, 0x8BD9, 0x7DCA, 0x8BDA, 0x82B9, 0x8BDB, 0x83CC, 0x8BDC, 0x887F, 0x8BDD, 0x895F, - 0x8BDE, 0x8B39, 0x8BDF, 0x8FD1, 0x8BE0, 0x91D1, 0x8BE1, 0x541F, 0x8BE2, 0x9280, 0x8BE3, 0x4E5D, 0x8BE4, 0x5036, 0x8BE5, 0x53E5, - 0x8BE6, 0x533A, 0x8BE7, 0x72D7, 0x8BE8, 0x7396, 0x8BE9, 0x77E9, 0x8BEA, 0x82E6, 0x8BEB, 0x8EAF, 0x8BEC, 0x99C6, 0x8BED, 0x99C8, - 0x8BEE, 0x99D2, 0x8BEF, 0x5177, 0x8BF0, 0x611A, 0x8BF1, 0x865E, 0x8BF2, 0x55B0, 0x8BF3, 0x7A7A, 0x8BF4, 0x5076, 0x8BF5, 0x5BD3, - 0x8BF6, 0x9047, 0x8BF7, 0x9685, 0x8BF8, 0x4E32, 0x8BF9, 0x6ADB, 0x8BFA, 0x91E7, 0x8BFB, 0x5C51, 0x8BFC, 0x5C48, 0x8C40, 0x6398, - 0x8C41, 0x7A9F, 0x8C42, 0x6C93, 0x8C43, 0x9774, 0x8C44, 0x8F61, 0x8C45, 0x7AAA, 0x8C46, 0x718A, 0x8C47, 0x9688, 0x8C48, 0x7C82, - 0x8C49, 0x6817, 0x8C4A, 0x7E70, 0x8C4B, 0x6851, 0x8C4C, 0x936C, 0x8C4D, 0x52F2, 0x8C4E, 0x541B, 0x8C4F, 0x85AB, 0x8C50, 0x8A13, - 0x8C51, 0x7FA4, 0x8C52, 0x8ECD, 0x8C53, 0x90E1, 0x8C54, 0x5366, 0x8C55, 0x8888, 0x8C56, 0x7941, 0x8C57, 0x4FC2, 0x8C58, 0x50BE, - 0x8C59, 0x5211, 0x8C5A, 0x5144, 0x8C5B, 0x5553, 0x8C5C, 0x572D, 0x8C5D, 0x73EA, 0x8C5E, 0x578B, 0x8C5F, 0x5951, 0x8C60, 0x5F62, - 0x8C61, 0x5F84, 0x8C62, 0x6075, 0x8C63, 0x6176, 0x8C64, 0x6167, 0x8C65, 0x61A9, 0x8C66, 0x63B2, 0x8C67, 0x643A, 0x8C68, 0x656C, - 0x8C69, 0x666F, 0x8C6A, 0x6842, 0x8C6B, 0x6E13, 0x8C6C, 0x7566, 0x8C6D, 0x7A3D, 0x8C6E, 0x7CFB, 0x8C6F, 0x7D4C, 0x8C70, 0x7D99, - 0x8C71, 0x7E4B, 0x8C72, 0x7F6B, 0x8C73, 0x830E, 0x8C74, 0x834A, 0x8C75, 0x86CD, 0x8C76, 0x8A08, 0x8C77, 0x8A63, 0x8C78, 0x8B66, - 0x8C79, 0x8EFD, 0x8C7A, 0x981A, 0x8C7B, 0x9D8F, 0x8C7C, 0x82B8, 0x8C7D, 0x8FCE, 0x8C7E, 0x9BE8, 0x8C80, 0x5287, 0x8C81, 0x621F, - 0x8C82, 0x6483, 0x8C83, 0x6FC0, 0x8C84, 0x9699, 0x8C85, 0x6841, 0x8C86, 0x5091, 0x8C87, 0x6B20, 0x8C88, 0x6C7A, 0x8C89, 0x6F54, - 0x8C8A, 0x7A74, 0x8C8B, 0x7D50, 0x8C8C, 0x8840, 0x8C8D, 0x8A23, 0x8C8E, 0x6708, 0x8C8F, 0x4EF6, 0x8C90, 0x5039, 0x8C91, 0x5026, - 0x8C92, 0x5065, 0x8C93, 0x517C, 0x8C94, 0x5238, 0x8C95, 0x5263, 0x8C96, 0x55A7, 0x8C97, 0x570F, 0x8C98, 0x5805, 0x8C99, 0x5ACC, - 0x8C9A, 0x5EFA, 0x8C9B, 0x61B2, 0x8C9C, 0x61F8, 0x8C9D, 0x62F3, 0x8C9E, 0x6372, 0x8C9F, 0x691C, 0x8CA0, 0x6A29, 0x8CA1, 0x727D, - 0x8CA2, 0x72AC, 0x8CA3, 0x732E, 0x8CA4, 0x7814, 0x8CA5, 0x786F, 0x8CA6, 0x7D79, 0x8CA7, 0x770C, 0x8CA8, 0x80A9, 0x8CA9, 0x898B, - 0x8CAA, 0x8B19, 0x8CAB, 0x8CE2, 0x8CAC, 0x8ED2, 0x8CAD, 0x9063, 0x8CAE, 0x9375, 0x8CAF, 0x967A, 0x8CB0, 0x9855, 0x8CB1, 0x9A13, - 0x8CB2, 0x9E78, 0x8CB3, 0x5143, 0x8CB4, 0x539F, 0x8CB5, 0x53B3, 0x8CB6, 0x5E7B, 0x8CB7, 0x5F26, 0x8CB8, 0x6E1B, 0x8CB9, 0x6E90, - 0x8CBA, 0x7384, 0x8CBB, 0x73FE, 0x8CBC, 0x7D43, 0x8CBD, 0x8237, 0x8CBE, 0x8A00, 0x8CBF, 0x8AFA, 0x8CC0, 0x9650, 0x8CC1, 0x4E4E, - 0x8CC2, 0x500B, 0x8CC3, 0x53E4, 0x8CC4, 0x547C, 0x8CC5, 0x56FA, 0x8CC6, 0x59D1, 0x8CC7, 0x5B64, 0x8CC8, 0x5DF1, 0x8CC9, 0x5EAB, - 0x8CCA, 0x5F27, 0x8CCB, 0x6238, 0x8CCC, 0x6545, 0x8CCD, 0x67AF, 0x8CCE, 0x6E56, 0x8CCF, 0x72D0, 0x8CD0, 0x7CCA, 0x8CD1, 0x88B4, - 0x8CD2, 0x80A1, 0x8CD3, 0x80E1, 0x8CD4, 0x83F0, 0x8CD5, 0x864E, 0x8CD6, 0x8A87, 0x8CD7, 0x8DE8, 0x8CD8, 0x9237, 0x8CD9, 0x96C7, - 0x8CDA, 0x9867, 0x8CDB, 0x9F13, 0x8CDC, 0x4E94, 0x8CDD, 0x4E92, 0x8CDE, 0x4F0D, 0x8CDF, 0x5348, 0x8CE0, 0x5449, 0x8CE1, 0x543E, - 0x8CE2, 0x5A2F, 0x8CE3, 0x5F8C, 0x8CE4, 0x5FA1, 0x8CE5, 0x609F, 0x8CE6, 0x68A7, 0x8CE7, 0x6A8E, 0x8CE8, 0x745A, 0x8CE9, 0x7881, - 0x8CEA, 0x8A9E, 0x8CEB, 0x8AA4, 0x8CEC, 0x8B77, 0x8CED, 0x9190, 0x8CEE, 0x4E5E, 0x8CEF, 0x9BC9, 0x8CF0, 0x4EA4, 0x8CF1, 0x4F7C, - 0x8CF2, 0x4FAF, 0x8CF3, 0x5019, 0x8CF4, 0x5016, 0x8CF5, 0x5149, 0x8CF6, 0x516C, 0x8CF7, 0x529F, 0x8CF8, 0x52B9, 0x8CF9, 0x52FE, - 0x8CFA, 0x539A, 0x8CFB, 0x53E3, 0x8CFC, 0x5411, 0x8D40, 0x540E, 0x8D41, 0x5589, 0x8D42, 0x5751, 0x8D43, 0x57A2, 0x8D44, 0x597D, - 0x8D45, 0x5B54, 0x8D46, 0x5B5D, 0x8D47, 0x5B8F, 0x8D48, 0x5DE5, 0x8D49, 0x5DE7, 0x8D4A, 0x5DF7, 0x8D4B, 0x5E78, 0x8D4C, 0x5E83, - 0x8D4D, 0x5E9A, 0x8D4E, 0x5EB7, 0x8D4F, 0x5F18, 0x8D50, 0x6052, 0x8D51, 0x614C, 0x8D52, 0x6297, 0x8D53, 0x62D8, 0x8D54, 0x63A7, - 0x8D55, 0x653B, 0x8D56, 0x6602, 0x8D57, 0x6643, 0x8D58, 0x66F4, 0x8D59, 0x676D, 0x8D5A, 0x6821, 0x8D5B, 0x6897, 0x8D5C, 0x69CB, - 0x8D5D, 0x6C5F, 0x8D5E, 0x6D2A, 0x8D5F, 0x6D69, 0x8D60, 0x6E2F, 0x8D61, 0x6E9D, 0x8D62, 0x7532, 0x8D63, 0x7687, 0x8D64, 0x786C, - 0x8D65, 0x7A3F, 0x8D66, 0x7CE0, 0x8D67, 0x7D05, 0x8D68, 0x7D18, 0x8D69, 0x7D5E, 0x8D6A, 0x7DB1, 0x8D6B, 0x8015, 0x8D6C, 0x8003, - 0x8D6D, 0x80AF, 0x8D6E, 0x80B1, 0x8D6F, 0x8154, 0x8D70, 0x818F, 0x8D71, 0x822A, 0x8D72, 0x8352, 0x8D73, 0x884C, 0x8D74, 0x8861, - 0x8D75, 0x8B1B, 0x8D76, 0x8CA2, 0x8D77, 0x8CFC, 0x8D78, 0x90CA, 0x8D79, 0x9175, 0x8D7A, 0x9271, 0x8D7B, 0x783F, 0x8D7C, 0x92FC, - 0x8D7D, 0x95A4, 0x8D7E, 0x964D, 0x8D80, 0x9805, 0x8D81, 0x9999, 0x8D82, 0x9AD8, 0x8D83, 0x9D3B, 0x8D84, 0x525B, 0x8D85, 0x52AB, - 0x8D86, 0x53F7, 0x8D87, 0x5408, 0x8D88, 0x58D5, 0x8D89, 0x62F7, 0x8D8A, 0x6FE0, 0x8D8B, 0x8C6A, 0x8D8C, 0x8F5F, 0x8D8D, 0x9EB9, - 0x8D8E, 0x514B, 0x8D8F, 0x523B, 0x8D90, 0x544A, 0x8D91, 0x56FD, 0x8D92, 0x7A40, 0x8D93, 0x9177, 0x8D94, 0x9D60, 0x8D95, 0x9ED2, - 0x8D96, 0x7344, 0x8D97, 0x6F09, 0x8D98, 0x8170, 0x8D99, 0x7511, 0x8D9A, 0x5FFD, 0x8D9B, 0x60DA, 0x8D9C, 0x9AA8, 0x8D9D, 0x72DB, - 0x8D9E, 0x8FBC, 0x8D9F, 0x6B64, 0x8DA0, 0x9803, 0x8DA1, 0x4ECA, 0x8DA2, 0x56F0, 0x8DA3, 0x5764, 0x8DA4, 0x58BE, 0x8DA5, 0x5A5A, - 0x8DA6, 0x6068, 0x8DA7, 0x61C7, 0x8DA8, 0x660F, 0x8DA9, 0x6606, 0x8DAA, 0x6839, 0x8DAB, 0x68B1, 0x8DAC, 0x6DF7, 0x8DAD, 0x75D5, - 0x8DAE, 0x7D3A, 0x8DAF, 0x826E, 0x8DB0, 0x9B42, 0x8DB1, 0x4E9B, 0x8DB2, 0x4F50, 0x8DB3, 0x53C9, 0x8DB4, 0x5506, 0x8DB5, 0x5D6F, - 0x8DB6, 0x5DE6, 0x8DB7, 0x5DEE, 0x8DB8, 0x67FB, 0x8DB9, 0x6C99, 0x8DBA, 0x7473, 0x8DBB, 0x7802, 0x8DBC, 0x8A50, 0x8DBD, 0x9396, - 0x8DBE, 0x88DF, 0x8DBF, 0x5750, 0x8DC0, 0x5EA7, 0x8DC1, 0x632B, 0x8DC2, 0x50B5, 0x8DC3, 0x50AC, 0x8DC4, 0x518D, 0x8DC5, 0x6700, - 0x8DC6, 0x54C9, 0x8DC7, 0x585E, 0x8DC8, 0x59BB, 0x8DC9, 0x5BB0, 0x8DCA, 0x5F69, 0x8DCB, 0x624D, 0x8DCC, 0x63A1, 0x8DCD, 0x683D, - 0x8DCE, 0x6B73, 0x8DCF, 0x6E08, 0x8DD0, 0x707D, 0x8DD1, 0x91C7, 0x8DD2, 0x7280, 0x8DD3, 0x7815, 0x8DD4, 0x7826, 0x8DD5, 0x796D, - 0x8DD6, 0x658E, 0x8DD7, 0x7D30, 0x8DD8, 0x83DC, 0x8DD9, 0x88C1, 0x8DDA, 0x8F09, 0x8DDB, 0x969B, 0x8DDC, 0x5264, 0x8DDD, 0x5728, - 0x8DDE, 0x6750, 0x8DDF, 0x7F6A, 0x8DE0, 0x8CA1, 0x8DE1, 0x51B4, 0x8DE2, 0x5742, 0x8DE3, 0x962A, 0x8DE4, 0x583A, 0x8DE5, 0x698A, - 0x8DE6, 0x80B4, 0x8DE7, 0x54B2, 0x8DE8, 0x5D0E, 0x8DE9, 0x57FC, 0x8DEA, 0x7895, 0x8DEB, 0x9DFA, 0x8DEC, 0x4F5C, 0x8DED, 0x524A, - 0x8DEE, 0x548B, 0x8DEF, 0x643E, 0x8DF0, 0x6628, 0x8DF1, 0x6714, 0x8DF2, 0x67F5, 0x8DF3, 0x7A84, 0x8DF4, 0x7B56, 0x8DF5, 0x7D22, - 0x8DF6, 0x932F, 0x8DF7, 0x685C, 0x8DF8, 0x9BAD, 0x8DF9, 0x7B39, 0x8DFA, 0x5319, 0x8DFB, 0x518A, 0x8DFC, 0x5237, 0x8E40, 0x5BDF, - 0x8E41, 0x62F6, 0x8E42, 0x64AE, 0x8E43, 0x64E6, 0x8E44, 0x672D, 0x8E45, 0x6BBA, 0x8E46, 0x85A9, 0x8E47, 0x96D1, 0x8E48, 0x7690, - 0x8E49, 0x9BD6, 0x8E4A, 0x634C, 0x8E4B, 0x9306, 0x8E4C, 0x9BAB, 0x8E4D, 0x76BF, 0x8E4E, 0x6652, 0x8E4F, 0x4E09, 0x8E50, 0x5098, - 0x8E51, 0x53C2, 0x8E52, 0x5C71, 0x8E53, 0x60E8, 0x8E54, 0x6492, 0x8E55, 0x6563, 0x8E56, 0x685F, 0x8E57, 0x71E6, 0x8E58, 0x73CA, - 0x8E59, 0x7523, 0x8E5A, 0x7B97, 0x8E5B, 0x7E82, 0x8E5C, 0x8695, 0x8E5D, 0x8B83, 0x8E5E, 0x8CDB, 0x8E5F, 0x9178, 0x8E60, 0x9910, - 0x8E61, 0x65AC, 0x8E62, 0x66AB, 0x8E63, 0x6B8B, 0x8E64, 0x4ED5, 0x8E65, 0x4ED4, 0x8E66, 0x4F3A, 0x8E67, 0x4F7F, 0x8E68, 0x523A, - 0x8E69, 0x53F8, 0x8E6A, 0x53F2, 0x8E6B, 0x55E3, 0x8E6C, 0x56DB, 0x8E6D, 0x58EB, 0x8E6E, 0x59CB, 0x8E6F, 0x59C9, 0x8E70, 0x59FF, - 0x8E71, 0x5B50, 0x8E72, 0x5C4D, 0x8E73, 0x5E02, 0x8E74, 0x5E2B, 0x8E75, 0x5FD7, 0x8E76, 0x601D, 0x8E77, 0x6307, 0x8E78, 0x652F, - 0x8E79, 0x5B5C, 0x8E7A, 0x65AF, 0x8E7B, 0x65BD, 0x8E7C, 0x65E8, 0x8E7D, 0x679D, 0x8E7E, 0x6B62, 0x8E80, 0x6B7B, 0x8E81, 0x6C0F, - 0x8E82, 0x7345, 0x8E83, 0x7949, 0x8E84, 0x79C1, 0x8E85, 0x7CF8, 0x8E86, 0x7D19, 0x8E87, 0x7D2B, 0x8E88, 0x80A2, 0x8E89, 0x8102, - 0x8E8A, 0x81F3, 0x8E8B, 0x8996, 0x8E8C, 0x8A5E, 0x8E8D, 0x8A69, 0x8E8E, 0x8A66, 0x8E8F, 0x8A8C, 0x8E90, 0x8AEE, 0x8E91, 0x8CC7, - 0x8E92, 0x8CDC, 0x8E93, 0x96CC, 0x8E94, 0x98FC, 0x8E95, 0x6B6F, 0x8E96, 0x4E8B, 0x8E97, 0x4F3C, 0x8E98, 0x4F8D, 0x8E99, 0x5150, - 0x8E9A, 0x5B57, 0x8E9B, 0x5BFA, 0x8E9C, 0x6148, 0x8E9D, 0x6301, 0x8E9E, 0x6642, 0x8E9F, 0x6B21, 0x8EA0, 0x6ECB, 0x8EA1, 0x6CBB, - 0x8EA2, 0x723E, 0x8EA3, 0x74BD, 0x8EA4, 0x75D4, 0x8EA5, 0x78C1, 0x8EA6, 0x793A, 0x8EA7, 0x800C, 0x8EA8, 0x8033, 0x8EA9, 0x81EA, - 0x8EAA, 0x8494, 0x8EAB, 0x8F9E, 0x8EAC, 0x6C50, 0x8EAD, 0x9E7F, 0x8EAE, 0x5F0F, 0x8EAF, 0x8B58, 0x8EB0, 0x9D2B, 0x8EB1, 0x7AFA, - 0x8EB2, 0x8EF8, 0x8EB3, 0x5B8D, 0x8EB4, 0x96EB, 0x8EB5, 0x4E03, 0x8EB6, 0x53F1, 0x8EB7, 0x57F7, 0x8EB8, 0x5931, 0x8EB9, 0x5AC9, - 0x8EBA, 0x5BA4, 0x8EBB, 0x6089, 0x8EBC, 0x6E7F, 0x8EBD, 0x6F06, 0x8EBE, 0x75BE, 0x8EBF, 0x8CEA, 0x8EC0, 0x5B9F, 0x8EC1, 0x8500, - 0x8EC2, 0x7BE0, 0x8EC3, 0x5072, 0x8EC4, 0x67F4, 0x8EC5, 0x829D, 0x8EC6, 0x5C61, 0x8EC7, 0x854A, 0x8EC8, 0x7E1E, 0x8EC9, 0x820E, - 0x8ECA, 0x5199, 0x8ECB, 0x5C04, 0x8ECC, 0x6368, 0x8ECD, 0x8D66, 0x8ECE, 0x659C, 0x8ECF, 0x716E, 0x8ED0, 0x793E, 0x8ED1, 0x7D17, - 0x8ED2, 0x8005, 0x8ED3, 0x8B1D, 0x8ED4, 0x8ECA, 0x8ED5, 0x906E, 0x8ED6, 0x86C7, 0x8ED7, 0x90AA, 0x8ED8, 0x501F, 0x8ED9, 0x52FA, - 0x8EDA, 0x5C3A, 0x8EDB, 0x6753, 0x8EDC, 0x707C, 0x8EDD, 0x7235, 0x8EDE, 0x914C, 0x8EDF, 0x91C8, 0x8EE0, 0x932B, 0x8EE1, 0x82E5, - 0x8EE2, 0x5BC2, 0x8EE3, 0x5F31, 0x8EE4, 0x60F9, 0x8EE5, 0x4E3B, 0x8EE6, 0x53D6, 0x8EE7, 0x5B88, 0x8EE8, 0x624B, 0x8EE9, 0x6731, - 0x8EEA, 0x6B8A, 0x8EEB, 0x72E9, 0x8EEC, 0x73E0, 0x8EED, 0x7A2E, 0x8EEE, 0x816B, 0x8EEF, 0x8DA3, 0x8EF0, 0x9152, 0x8EF1, 0x9996, - 0x8EF2, 0x5112, 0x8EF3, 0x53D7, 0x8EF4, 0x546A, 0x8EF5, 0x5BFF, 0x8EF6, 0x6388, 0x8EF7, 0x6A39, 0x8EF8, 0x7DAC, 0x8EF9, 0x9700, - 0x8EFA, 0x56DA, 0x8EFB, 0x53CE, 0x8EFC, 0x5468, 0x8F40, 0x5B97, 0x8F41, 0x5C31, 0x8F42, 0x5DDE, 0x8F43, 0x4FEE, 0x8F44, 0x6101, - 0x8F45, 0x62FE, 0x8F46, 0x6D32, 0x8F47, 0x79C0, 0x8F48, 0x79CB, 0x8F49, 0x7D42, 0x8F4A, 0x7E4D, 0x8F4B, 0x7FD2, 0x8F4C, 0x81ED, - 0x8F4D, 0x821F, 0x8F4E, 0x8490, 0x8F4F, 0x8846, 0x8F50, 0x8972, 0x8F51, 0x8B90, 0x8F52, 0x8E74, 0x8F53, 0x8F2F, 0x8F54, 0x9031, - 0x8F55, 0x914B, 0x8F56, 0x916C, 0x8F57, 0x96C6, 0x8F58, 0x919C, 0x8F59, 0x4EC0, 0x8F5A, 0x4F4F, 0x8F5B, 0x5145, 0x8F5C, 0x5341, - 0x8F5D, 0x5F93, 0x8F5E, 0x620E, 0x8F5F, 0x67D4, 0x8F60, 0x6C41, 0x8F61, 0x6E0B, 0x8F62, 0x7363, 0x8F63, 0x7E26, 0x8F64, 0x91CD, - 0x8F65, 0x9283, 0x8F66, 0x53D4, 0x8F67, 0x5919, 0x8F68, 0x5BBF, 0x8F69, 0x6DD1, 0x8F6A, 0x795D, 0x8F6B, 0x7E2E, 0x8F6C, 0x7C9B, - 0x8F6D, 0x587E, 0x8F6E, 0x719F, 0x8F6F, 0x51FA, 0x8F70, 0x8853, 0x8F71, 0x8FF0, 0x8F72, 0x4FCA, 0x8F73, 0x5CFB, 0x8F74, 0x6625, - 0x8F75, 0x77AC, 0x8F76, 0x7AE3, 0x8F77, 0x821C, 0x8F78, 0x99FF, 0x8F79, 0x51C6, 0x8F7A, 0x5FAA, 0x8F7B, 0x65EC, 0x8F7C, 0x696F, - 0x8F7D, 0x6B89, 0x8F7E, 0x6DF3, 0x8F80, 0x6E96, 0x8F81, 0x6F64, 0x8F82, 0x76FE, 0x8F83, 0x7D14, 0x8F84, 0x5DE1, 0x8F85, 0x9075, - 0x8F86, 0x9187, 0x8F87, 0x9806, 0x8F88, 0x51E6, 0x8F89, 0x521D, 0x8F8A, 0x6240, 0x8F8B, 0x6691, 0x8F8C, 0x66D9, 0x8F8D, 0x6E1A, - 0x8F8E, 0x5EB6, 0x8F8F, 0x7DD2, 0x8F90, 0x7F72, 0x8F91, 0x66F8, 0x8F92, 0x85AF, 0x8F93, 0x85F7, 0x8F94, 0x8AF8, 0x8F95, 0x52A9, - 0x8F96, 0x53D9, 0x8F97, 0x5973, 0x8F98, 0x5E8F, 0x8F99, 0x5F90, 0x8F9A, 0x6055, 0x8F9B, 0x92E4, 0x8F9C, 0x9664, 0x8F9D, 0x50B7, - 0x8F9E, 0x511F, 0x8F9F, 0x52DD, 0x8FA0, 0x5320, 0x8FA1, 0x5347, 0x8FA2, 0x53EC, 0x8FA3, 0x54E8, 0x8FA4, 0x5546, 0x8FA5, 0x5531, - 0x8FA6, 0x5617, 0x8FA7, 0x5968, 0x8FA8, 0x59BE, 0x8FA9, 0x5A3C, 0x8FAA, 0x5BB5, 0x8FAB, 0x5C06, 0x8FAC, 0x5C0F, 0x8FAD, 0x5C11, - 0x8FAE, 0x5C1A, 0x8FAF, 0x5E84, 0x8FB0, 0x5E8A, 0x8FB1, 0x5EE0, 0x8FB2, 0x5F70, 0x8FB3, 0x627F, 0x8FB4, 0x6284, 0x8FB5, 0x62DB, - 0x8FB6, 0x638C, 0x8FB7, 0x6377, 0x8FB8, 0x6607, 0x8FB9, 0x660C, 0x8FBA, 0x662D, 0x8FBB, 0x6676, 0x8FBC, 0x677E, 0x8FBD, 0x68A2, - 0x8FBE, 0x6A1F, 0x8FBF, 0x6A35, 0x8FC0, 0x6CBC, 0x8FC1, 0x6D88, 0x8FC2, 0x6E09, 0x8FC3, 0x6E58, 0x8FC4, 0x713C, 0x8FC5, 0x7126, - 0x8FC6, 0x7167, 0x8FC7, 0x75C7, 0x8FC8, 0x7701, 0x8FC9, 0x785D, 0x8FCA, 0x7901, 0x8FCB, 0x7965, 0x8FCC, 0x79F0, 0x8FCD, 0x7AE0, - 0x8FCE, 0x7B11, 0x8FCF, 0x7CA7, 0x8FD0, 0x7D39, 0x8FD1, 0x8096, 0x8FD2, 0x83D6, 0x8FD3, 0x848B, 0x8FD4, 0x8549, 0x8FD5, 0x885D, - 0x8FD6, 0x88F3, 0x8FD7, 0x8A1F, 0x8FD8, 0x8A3C, 0x8FD9, 0x8A54, 0x8FDA, 0x8A73, 0x8FDB, 0x8C61, 0x8FDC, 0x8CDE, 0x8FDD, 0x91A4, - 0x8FDE, 0x9266, 0x8FDF, 0x937E, 0x8FE0, 0x9418, 0x8FE1, 0x969C, 0x8FE2, 0x9798, 0x8FE3, 0x4E0A, 0x8FE4, 0x4E08, 0x8FE5, 0x4E1E, - 0x8FE6, 0x4E57, 0x8FE7, 0x5197, 0x8FE8, 0x5270, 0x8FE9, 0x57CE, 0x8FEA, 0x5834, 0x8FEB, 0x58CC, 0x8FEC, 0x5B22, 0x8FED, 0x5E38, - 0x8FEE, 0x60C5, 0x8FEF, 0x64FE, 0x8FF0, 0x6761, 0x8FF1, 0x6756, 0x8FF2, 0x6D44, 0x8FF3, 0x72B6, 0x8FF4, 0x7573, 0x8FF5, 0x7A63, - 0x8FF6, 0x84B8, 0x8FF7, 0x8B72, 0x8FF8, 0x91B8, 0x8FF9, 0x9320, 0x8FFA, 0x5631, 0x8FFB, 0x57F4, 0x8FFC, 0x98FE, 0x9040, 0x62ED, - 0x9041, 0x690D, 0x9042, 0x6B96, 0x9043, 0x71ED, 0x9044, 0x7E54, 0x9045, 0x8077, 0x9046, 0x8272, 0x9047, 0x89E6, 0x9048, 0x98DF, - 0x9049, 0x8755, 0x904A, 0x8FB1, 0x904B, 0x5C3B, 0x904C, 0x4F38, 0x904D, 0x4FE1, 0x904E, 0x4FB5, 0x904F, 0x5507, 0x9050, 0x5A20, - 0x9051, 0x5BDD, 0x9052, 0x5BE9, 0x9053, 0x5FC3, 0x9054, 0x614E, 0x9055, 0x632F, 0x9056, 0x65B0, 0x9057, 0x664B, 0x9058, 0x68EE, - 0x9059, 0x699B, 0x905A, 0x6D78, 0x905B, 0x6DF1, 0x905C, 0x7533, 0x905D, 0x75B9, 0x905E, 0x771F, 0x905F, 0x795E, 0x9060, 0x79E6, - 0x9061, 0x7D33, 0x9062, 0x81E3, 0x9063, 0x82AF, 0x9064, 0x85AA, 0x9065, 0x89AA, 0x9066, 0x8A3A, 0x9067, 0x8EAB, 0x9068, 0x8F9B, - 0x9069, 0x9032, 0x906A, 0x91DD, 0x906B, 0x9707, 0x906C, 0x4EBA, 0x906D, 0x4EC1, 0x906E, 0x5203, 0x906F, 0x5875, 0x9070, 0x58EC, - 0x9071, 0x5C0B, 0x9072, 0x751A, 0x9073, 0x5C3D, 0x9074, 0x814E, 0x9075, 0x8A0A, 0x9076, 0x8FC5, 0x9077, 0x9663, 0x9078, 0x976D, - 0x9079, 0x7B25, 0x907A, 0x8ACF, 0x907B, 0x9808, 0x907C, 0x9162, 0x907D, 0x56F3, 0x907E, 0x53A8, 0x9080, 0x9017, 0x9081, 0x5439, - 0x9082, 0x5782, 0x9083, 0x5E25, 0x9084, 0x63A8, 0x9085, 0x6C34, 0x9086, 0x708A, 0x9087, 0x7761, 0x9088, 0x7C8B, 0x9089, 0x7FE0, - 0x908A, 0x8870, 0x908B, 0x9042, 0x908C, 0x9154, 0x908D, 0x9310, 0x908E, 0x9318, 0x908F, 0x968F, 0x9090, 0x745E, 0x9091, 0x9AC4, - 0x9092, 0x5D07, 0x9093, 0x5D69, 0x9094, 0x6570, 0x9095, 0x67A2, 0x9096, 0x8DA8, 0x9097, 0x96DB, 0x9098, 0x636E, 0x9099, 0x6749, - 0x909A, 0x6919, 0x909B, 0x83C5, 0x909C, 0x9817, 0x909D, 0x96C0, 0x909E, 0x88FE, 0x909F, 0x6F84, 0x90A0, 0x647A, 0x90A1, 0x5BF8, - 0x90A2, 0x4E16, 0x90A3, 0x702C, 0x90A4, 0x755D, 0x90A5, 0x662F, 0x90A6, 0x51C4, 0x90A7, 0x5236, 0x90A8, 0x52E2, 0x90A9, 0x59D3, - 0x90AA, 0x5F81, 0x90AB, 0x6027, 0x90AC, 0x6210, 0x90AD, 0x653F, 0x90AE, 0x6574, 0x90AF, 0x661F, 0x90B0, 0x6674, 0x90B1, 0x68F2, - 0x90B2, 0x6816, 0x90B3, 0x6B63, 0x90B4, 0x6E05, 0x90B5, 0x7272, 0x90B6, 0x751F, 0x90B7, 0x76DB, 0x90B8, 0x7CBE, 0x90B9, 0x8056, - 0x90BA, 0x58F0, 0x90BB, 0x88FD, 0x90BC, 0x897F, 0x90BD, 0x8AA0, 0x90BE, 0x8A93, 0x90BF, 0x8ACB, 0x90C0, 0x901D, 0x90C1, 0x9192, - 0x90C2, 0x9752, 0x90C3, 0x9759, 0x90C4, 0x6589, 0x90C5, 0x7A0E, 0x90C6, 0x8106, 0x90C7, 0x96BB, 0x90C8, 0x5E2D, 0x90C9, 0x60DC, - 0x90CA, 0x621A, 0x90CB, 0x65A5, 0x90CC, 0x6614, 0x90CD, 0x6790, 0x90CE, 0x77F3, 0x90CF, 0x7A4D, 0x90D0, 0x7C4D, 0x90D1, 0x7E3E, - 0x90D2, 0x810A, 0x90D3, 0x8CAC, 0x90D4, 0x8D64, 0x90D5, 0x8DE1, 0x90D6, 0x8E5F, 0x90D7, 0x78A9, 0x90D8, 0x5207, 0x90D9, 0x62D9, - 0x90DA, 0x63A5, 0x90DB, 0x6442, 0x90DC, 0x6298, 0x90DD, 0x8A2D, 0x90DE, 0x7A83, 0x90DF, 0x7BC0, 0x90E0, 0x8AAC, 0x90E1, 0x96EA, - 0x90E2, 0x7D76, 0x90E3, 0x820C, 0x90E4, 0x8749, 0x90E5, 0x4ED9, 0x90E6, 0x5148, 0x90E7, 0x5343, 0x90E8, 0x5360, 0x90E9, 0x5BA3, - 0x90EA, 0x5C02, 0x90EB, 0x5C16, 0x90EC, 0x5DDD, 0x90ED, 0x6226, 0x90EE, 0x6247, 0x90EF, 0x64B0, 0x90F0, 0x6813, 0x90F1, 0x6834, - 0x90F2, 0x6CC9, 0x90F3, 0x6D45, 0x90F4, 0x6D17, 0x90F5, 0x67D3, 0x90F6, 0x6F5C, 0x90F7, 0x714E, 0x90F8, 0x717D, 0x90F9, 0x65CB, - 0x90FA, 0x7A7F, 0x90FB, 0x7BAD, 0x90FC, 0x7DDA, 0x9140, 0x7E4A, 0x9141, 0x7FA8, 0x9142, 0x817A, 0x9143, 0x821B, 0x9144, 0x8239, - 0x9145, 0x85A6, 0x9146, 0x8A6E, 0x9147, 0x8CCE, 0x9148, 0x8DF5, 0x9149, 0x9078, 0x914A, 0x9077, 0x914B, 0x92AD, 0x914C, 0x9291, - 0x914D, 0x9583, 0x914E, 0x9BAE, 0x914F, 0x524D, 0x9150, 0x5584, 0x9151, 0x6F38, 0x9152, 0x7136, 0x9153, 0x5168, 0x9154, 0x7985, - 0x9155, 0x7E55, 0x9156, 0x81B3, 0x9157, 0x7CCE, 0x9158, 0x564C, 0x9159, 0x5851, 0x915A, 0x5CA8, 0x915B, 0x63AA, 0x915C, 0x66FE, - 0x915D, 0x66FD, 0x915E, 0x695A, 0x915F, 0x72D9, 0x9160, 0x758F, 0x9161, 0x758E, 0x9162, 0x790E, 0x9163, 0x7956, 0x9164, 0x79DF, - 0x9165, 0x7C97, 0x9166, 0x7D20, 0x9167, 0x7D44, 0x9168, 0x8607, 0x9169, 0x8A34, 0x916A, 0x963B, 0x916B, 0x9061, 0x916C, 0x9F20, - 0x916D, 0x50E7, 0x916E, 0x5275, 0x916F, 0x53CC, 0x9170, 0x53E2, 0x9171, 0x5009, 0x9172, 0x55AA, 0x9173, 0x58EE, 0x9174, 0x594F, - 0x9175, 0x723D, 0x9176, 0x5B8B, 0x9177, 0x5C64, 0x9178, 0x531D, 0x9179, 0x60E3, 0x917A, 0x60F3, 0x917B, 0x635C, 0x917C, 0x6383, - 0x917D, 0x633F, 0x917E, 0x63BB, 0x9180, 0x64CD, 0x9181, 0x65E9, 0x9182, 0x66F9, 0x9183, 0x5DE3, 0x9184, 0x69CD, 0x9185, 0x69FD, - 0x9186, 0x6F15, 0x9187, 0x71E5, 0x9188, 0x4E89, 0x9189, 0x75E9, 0x918A, 0x76F8, 0x918B, 0x7A93, 0x918C, 0x7CDF, 0x918D, 0x7DCF, - 0x918E, 0x7D9C, 0x918F, 0x8061, 0x9190, 0x8349, 0x9191, 0x8358, 0x9192, 0x846C, 0x9193, 0x84BC, 0x9194, 0x85FB, 0x9195, 0x88C5, - 0x9196, 0x8D70, 0x9197, 0x9001, 0x9198, 0x906D, 0x9199, 0x9397, 0x919A, 0x971C, 0x919B, 0x9A12, 0x919C, 0x50CF, 0x919D, 0x5897, - 0x919E, 0x618E, 0x919F, 0x81D3, 0x91A0, 0x8535, 0x91A1, 0x8D08, 0x91A2, 0x9020, 0x91A3, 0x4FC3, 0x91A4, 0x5074, 0x91A5, 0x5247, - 0x91A6, 0x5373, 0x91A7, 0x606F, 0x91A8, 0x6349, 0x91A9, 0x675F, 0x91AA, 0x6E2C, 0x91AB, 0x8DB3, 0x91AC, 0x901F, 0x91AD, 0x4FD7, - 0x91AE, 0x5C5E, 0x91AF, 0x8CCA, 0x91B0, 0x65CF, 0x91B1, 0x7D9A, 0x91B2, 0x5352, 0x91B3, 0x8896, 0x91B4, 0x5176, 0x91B5, 0x63C3, - 0x91B6, 0x5B58, 0x91B7, 0x5B6B, 0x91B8, 0x5C0A, 0x91B9, 0x640D, 0x91BA, 0x6751, 0x91BB, 0x905C, 0x91BC, 0x4ED6, 0x91BD, 0x591A, - 0x91BE, 0x592A, 0x91BF, 0x6C70, 0x91C0, 0x8A51, 0x91C1, 0x553E, 0x91C2, 0x5815, 0x91C3, 0x59A5, 0x91C4, 0x60F0, 0x91C5, 0x6253, - 0x91C6, 0x67C1, 0x91C7, 0x8235, 0x91C8, 0x6955, 0x91C9, 0x9640, 0x91CA, 0x99C4, 0x91CB, 0x9A28, 0x91CC, 0x4F53, 0x91CD, 0x5806, - 0x91CE, 0x5BFE, 0x91CF, 0x8010, 0x91D0, 0x5CB1, 0x91D1, 0x5E2F, 0x91D2, 0x5F85, 0x91D3, 0x6020, 0x91D4, 0x614B, 0x91D5, 0x6234, - 0x91D6, 0x66FF, 0x91D7, 0x6CF0, 0x91D8, 0x6EDE, 0x91D9, 0x80CE, 0x91DA, 0x817F, 0x91DB, 0x82D4, 0x91DC, 0x888B, 0x91DD, 0x8CB8, - 0x91DE, 0x9000, 0x91DF, 0x902E, 0x91E0, 0x968A, 0x91E1, 0x9EDB, 0x91E2, 0x9BDB, 0x91E3, 0x4EE3, 0x91E4, 0x53F0, 0x91E5, 0x5927, - 0x91E6, 0x7B2C, 0x91E7, 0x918D, 0x91E8, 0x984C, 0x91E9, 0x9DF9, 0x91EA, 0x6EDD, 0x91EB, 0x7027, 0x91EC, 0x5353, 0x91ED, 0x5544, - 0x91EE, 0x5B85, 0x91EF, 0x6258, 0x91F0, 0x629E, 0x91F1, 0x62D3, 0x91F2, 0x6CA2, 0x91F3, 0x6FEF, 0x91F4, 0x7422, 0x91F5, 0x8A17, - 0x91F6, 0x9438, 0x91F7, 0x6FC1, 0x91F8, 0x8AFE, 0x91F9, 0x8338, 0x91FA, 0x51E7, 0x91FB, 0x86F8, 0x91FC, 0x53EA, 0x9240, 0x53E9, - 0x9241, 0x4F46, 0x9242, 0x9054, 0x9243, 0x8FB0, 0x9244, 0x596A, 0x9245, 0x8131, 0x9246, 0x5DFD, 0x9247, 0x7AEA, 0x9248, 0x8FBF, - 0x9249, 0x68DA, 0x924A, 0x8C37, 0x924B, 0x72F8, 0x924C, 0x9C48, 0x924D, 0x6A3D, 0x924E, 0x8AB0, 0x924F, 0x4E39, 0x9250, 0x5358, - 0x9251, 0x5606, 0x9252, 0x5766, 0x9253, 0x62C5, 0x9254, 0x63A2, 0x9255, 0x65E6, 0x9256, 0x6B4E, 0x9257, 0x6DE1, 0x9258, 0x6E5B, - 0x9259, 0x70AD, 0x925A, 0x77ED, 0x925B, 0x7AEF, 0x925C, 0x7BAA, 0x925D, 0x7DBB, 0x925E, 0x803D, 0x925F, 0x80C6, 0x9260, 0x86CB, - 0x9261, 0x8A95, 0x9262, 0x935B, 0x9263, 0x56E3, 0x9264, 0x58C7, 0x9265, 0x5F3E, 0x9266, 0x65AD, 0x9267, 0x6696, 0x9268, 0x6A80, - 0x9269, 0x6BB5, 0x926A, 0x7537, 0x926B, 0x8AC7, 0x926C, 0x5024, 0x926D, 0x77E5, 0x926E, 0x5730, 0x926F, 0x5F1B, 0x9270, 0x6065, - 0x9271, 0x667A, 0x9272, 0x6C60, 0x9273, 0x75F4, 0x9274, 0x7A1A, 0x9275, 0x7F6E, 0x9276, 0x81F4, 0x9277, 0x8718, 0x9278, 0x9045, - 0x9279, 0x99B3, 0x927A, 0x7BC9, 0x927B, 0x755C, 0x927C, 0x7AF9, 0x927D, 0x7B51, 0x927E, 0x84C4, 0x9280, 0x9010, 0x9281, 0x79E9, - 0x9282, 0x7A92, 0x9283, 0x8336, 0x9284, 0x5AE1, 0x9285, 0x7740, 0x9286, 0x4E2D, 0x9287, 0x4EF2, 0x9288, 0x5B99, 0x9289, 0x5FE0, - 0x928A, 0x62BD, 0x928B, 0x663C, 0x928C, 0x67F1, 0x928D, 0x6CE8, 0x928E, 0x866B, 0x928F, 0x8877, 0x9290, 0x8A3B, 0x9291, 0x914E, - 0x9292, 0x92F3, 0x9293, 0x99D0, 0x9294, 0x6A17, 0x9295, 0x7026, 0x9296, 0x732A, 0x9297, 0x82E7, 0x9298, 0x8457, 0x9299, 0x8CAF, - 0x929A, 0x4E01, 0x929B, 0x5146, 0x929C, 0x51CB, 0x929D, 0x558B, 0x929E, 0x5BF5, 0x929F, 0x5E16, 0x92A0, 0x5E33, 0x92A1, 0x5E81, - 0x92A2, 0x5F14, 0x92A3, 0x5F35, 0x92A4, 0x5F6B, 0x92A5, 0x5FB4, 0x92A6, 0x61F2, 0x92A7, 0x6311, 0x92A8, 0x66A2, 0x92A9, 0x671D, - 0x92AA, 0x6F6E, 0x92AB, 0x7252, 0x92AC, 0x753A, 0x92AD, 0x773A, 0x92AE, 0x8074, 0x92AF, 0x8139, 0x92B0, 0x8178, 0x92B1, 0x8776, - 0x92B2, 0x8ABF, 0x92B3, 0x8ADC, 0x92B4, 0x8D85, 0x92B5, 0x8DF3, 0x92B6, 0x929A, 0x92B7, 0x9577, 0x92B8, 0x9802, 0x92B9, 0x9CE5, - 0x92BA, 0x52C5, 0x92BB, 0x6357, 0x92BC, 0x76F4, 0x92BD, 0x6715, 0x92BE, 0x6C88, 0x92BF, 0x73CD, 0x92C0, 0x8CC3, 0x92C1, 0x93AE, - 0x92C2, 0x9673, 0x92C3, 0x6D25, 0x92C4, 0x589C, 0x92C5, 0x690E, 0x92C6, 0x69CC, 0x92C7, 0x8FFD, 0x92C8, 0x939A, 0x92C9, 0x75DB, - 0x92CA, 0x901A, 0x92CB, 0x585A, 0x92CC, 0x6802, 0x92CD, 0x63B4, 0x92CE, 0x69FB, 0x92CF, 0x4F43, 0x92D0, 0x6F2C, 0x92D1, 0x67D8, - 0x92D2, 0x8FBB, 0x92D3, 0x8526, 0x92D4, 0x7DB4, 0x92D5, 0x9354, 0x92D6, 0x693F, 0x92D7, 0x6F70, 0x92D8, 0x576A, 0x92D9, 0x58F7, - 0x92DA, 0x5B2C, 0x92DB, 0x7D2C, 0x92DC, 0x722A, 0x92DD, 0x540A, 0x92DE, 0x91E3, 0x92DF, 0x9DB4, 0x92E0, 0x4EAD, 0x92E1, 0x4F4E, - 0x92E2, 0x505C, 0x92E3, 0x5075, 0x92E4, 0x5243, 0x92E5, 0x8C9E, 0x92E6, 0x5448, 0x92E7, 0x5824, 0x92E8, 0x5B9A, 0x92E9, 0x5E1D, - 0x92EA, 0x5E95, 0x92EB, 0x5EAD, 0x92EC, 0x5EF7, 0x92ED, 0x5F1F, 0x92EE, 0x608C, 0x92EF, 0x62B5, 0x92F0, 0x633A, 0x92F1, 0x63D0, - 0x92F2, 0x68AF, 0x92F3, 0x6C40, 0x92F4, 0x7887, 0x92F5, 0x798E, 0x92F6, 0x7A0B, 0x92F7, 0x7DE0, 0x92F8, 0x8247, 0x92F9, 0x8A02, - 0x92FA, 0x8AE6, 0x92FB, 0x8E44, 0x92FC, 0x9013, 0x9340, 0x90B8, 0x9341, 0x912D, 0x9342, 0x91D8, 0x9343, 0x9F0E, 0x9344, 0x6CE5, - 0x9345, 0x6458, 0x9346, 0x64E2, 0x9347, 0x6575, 0x9348, 0x6EF4, 0x9349, 0x7684, 0x934A, 0x7B1B, 0x934B, 0x9069, 0x934C, 0x93D1, - 0x934D, 0x6EBA, 0x934E, 0x54F2, 0x934F, 0x5FB9, 0x9350, 0x64A4, 0x9351, 0x8F4D, 0x9352, 0x8FED, 0x9353, 0x9244, 0x9354, 0x5178, - 0x9355, 0x586B, 0x9356, 0x5929, 0x9357, 0x5C55, 0x9358, 0x5E97, 0x9359, 0x6DFB, 0x935A, 0x7E8F, 0x935B, 0x751C, 0x935C, 0x8CBC, - 0x935D, 0x8EE2, 0x935E, 0x985B, 0x935F, 0x70B9, 0x9360, 0x4F1D, 0x9361, 0x6BBF, 0x9362, 0x6FB1, 0x9363, 0x7530, 0x9364, 0x96FB, - 0x9365, 0x514E, 0x9366, 0x5410, 0x9367, 0x5835, 0x9368, 0x5857, 0x9369, 0x59AC, 0x936A, 0x5C60, 0x936B, 0x5F92, 0x936C, 0x6597, - 0x936D, 0x675C, 0x936E, 0x6E21, 0x936F, 0x767B, 0x9370, 0x83DF, 0x9371, 0x8CED, 0x9372, 0x9014, 0x9373, 0x90FD, 0x9374, 0x934D, - 0x9375, 0x7825, 0x9376, 0x783A, 0x9377, 0x52AA, 0x9378, 0x5EA6, 0x9379, 0x571F, 0x937A, 0x5974, 0x937B, 0x6012, 0x937C, 0x5012, - 0x937D, 0x515A, 0x937E, 0x51AC, 0x9380, 0x51CD, 0x9381, 0x5200, 0x9382, 0x5510, 0x9383, 0x5854, 0x9384, 0x5858, 0x9385, 0x5957, - 0x9386, 0x5B95, 0x9387, 0x5CF6, 0x9388, 0x5D8B, 0x9389, 0x60BC, 0x938A, 0x6295, 0x938B, 0x642D, 0x938C, 0x6771, 0x938D, 0x6843, - 0x938E, 0x68BC, 0x938F, 0x68DF, 0x9390, 0x76D7, 0x9391, 0x6DD8, 0x9392, 0x6E6F, 0x9393, 0x6D9B, 0x9394, 0x706F, 0x9395, 0x71C8, - 0x9396, 0x5F53, 0x9397, 0x75D8, 0x9398, 0x7977, 0x9399, 0x7B49, 0x939A, 0x7B54, 0x939B, 0x7B52, 0x939C, 0x7CD6, 0x939D, 0x7D71, - 0x939E, 0x5230, 0x939F, 0x8463, 0x93A0, 0x8569, 0x93A1, 0x85E4, 0x93A2, 0x8A0E, 0x93A3, 0x8B04, 0x93A4, 0x8C46, 0x93A5, 0x8E0F, - 0x93A6, 0x9003, 0x93A7, 0x900F, 0x93A8, 0x9419, 0x93A9, 0x9676, 0x93AA, 0x982D, 0x93AB, 0x9A30, 0x93AC, 0x95D8, 0x93AD, 0x50CD, - 0x93AE, 0x52D5, 0x93AF, 0x540C, 0x93B0, 0x5802, 0x93B1, 0x5C0E, 0x93B2, 0x61A7, 0x93B3, 0x649E, 0x93B4, 0x6D1E, 0x93B5, 0x77B3, - 0x93B6, 0x7AE5, 0x93B7, 0x80F4, 0x93B8, 0x8404, 0x93B9, 0x9053, 0x93BA, 0x9285, 0x93BB, 0x5CE0, 0x93BC, 0x9D07, 0x93BD, 0x533F, - 0x93BE, 0x5F97, 0x93BF, 0x5FB3, 0x93C0, 0x6D9C, 0x93C1, 0x7279, 0x93C2, 0x7763, 0x93C3, 0x79BF, 0x93C4, 0x7BE4, 0x93C5, 0x6BD2, - 0x93C6, 0x72EC, 0x93C7, 0x8AAD, 0x93C8, 0x6803, 0x93C9, 0x6A61, 0x93CA, 0x51F8, 0x93CB, 0x7A81, 0x93CC, 0x6934, 0x93CD, 0x5C4A, - 0x93CE, 0x9CF6, 0x93CF, 0x82EB, 0x93D0, 0x5BC5, 0x93D1, 0x9149, 0x93D2, 0x701E, 0x93D3, 0x5678, 0x93D4, 0x5C6F, 0x93D5, 0x60C7, - 0x93D6, 0x6566, 0x93D7, 0x6C8C, 0x93D8, 0x8C5A, 0x93D9, 0x9041, 0x93DA, 0x9813, 0x93DB, 0x5451, 0x93DC, 0x66C7, 0x93DD, 0x920D, - 0x93DE, 0x5948, 0x93DF, 0x90A3, 0x93E0, 0x5185, 0x93E1, 0x4E4D, 0x93E2, 0x51EA, 0x93E3, 0x8599, 0x93E4, 0x8B0E, 0x93E5, 0x7058, - 0x93E6, 0x637A, 0x93E7, 0x934B, 0x93E8, 0x6962, 0x93E9, 0x99B4, 0x93EA, 0x7E04, 0x93EB, 0x7577, 0x93EC, 0x5357, 0x93ED, 0x6960, - 0x93EE, 0x8EDF, 0x93EF, 0x96E3, 0x93F0, 0x6C5D, 0x93F1, 0x4E8C, 0x93F2, 0x5C3C, 0x93F3, 0x5F10, 0x93F4, 0x8FE9, 0x93F5, 0x5302, - 0x93F6, 0x8CD1, 0x93F7, 0x8089, 0x93F8, 0x8679, 0x93F9, 0x5EFF, 0x93FA, 0x65E5, 0x93FB, 0x4E73, 0x93FC, 0x5165, 0x9440, 0x5982, - 0x9441, 0x5C3F, 0x9442, 0x97EE, 0x9443, 0x4EFB, 0x9444, 0x598A, 0x9445, 0x5FCD, 0x9446, 0x8A8D, 0x9447, 0x6FE1, 0x9448, 0x79B0, - 0x9449, 0x7962, 0x944A, 0x5BE7, 0x944B, 0x8471, 0x944C, 0x732B, 0x944D, 0x71B1, 0x944E, 0x5E74, 0x944F, 0x5FF5, 0x9450, 0x637B, - 0x9451, 0x649A, 0x9452, 0x71C3, 0x9453, 0x7C98, 0x9454, 0x4E43, 0x9455, 0x5EFC, 0x9456, 0x4E4B, 0x9457, 0x57DC, 0x9458, 0x56A2, - 0x9459, 0x60A9, 0x945A, 0x6FC3, 0x945B, 0x7D0D, 0x945C, 0x80FD, 0x945D, 0x8133, 0x945E, 0x81BF, 0x945F, 0x8FB2, 0x9460, 0x8997, - 0x9461, 0x86A4, 0x9462, 0x5DF4, 0x9463, 0x628A, 0x9464, 0x64AD, 0x9465, 0x8987, 0x9466, 0x6777, 0x9467, 0x6CE2, 0x9468, 0x6D3E, - 0x9469, 0x7436, 0x946A, 0x7834, 0x946B, 0x5A46, 0x946C, 0x7F75, 0x946D, 0x82AD, 0x946E, 0x99AC, 0x946F, 0x4FF3, 0x9470, 0x5EC3, - 0x9471, 0x62DD, 0x9472, 0x6392, 0x9473, 0x6557, 0x9474, 0x676F, 0x9475, 0x76C3, 0x9476, 0x724C, 0x9477, 0x80CC, 0x9478, 0x80BA, - 0x9479, 0x8F29, 0x947A, 0x914D, 0x947B, 0x500D, 0x947C, 0x57F9, 0x947D, 0x5A92, 0x947E, 0x6885, 0x9480, 0x6973, 0x9481, 0x7164, - 0x9482, 0x72FD, 0x9483, 0x8CB7, 0x9484, 0x58F2, 0x9485, 0x8CE0, 0x9486, 0x966A, 0x9487, 0x9019, 0x9488, 0x877F, 0x9489, 0x79E4, - 0x948A, 0x77E7, 0x948B, 0x8429, 0x948C, 0x4F2F, 0x948D, 0x5265, 0x948E, 0x535A, 0x948F, 0x62CD, 0x9490, 0x67CF, 0x9491, 0x6CCA, - 0x9492, 0x767D, 0x9493, 0x7B94, 0x9494, 0x7C95, 0x9495, 0x8236, 0x9496, 0x8584, 0x9497, 0x8FEB, 0x9498, 0x66DD, 0x9499, 0x6F20, - 0x949A, 0x7206, 0x949B, 0x7E1B, 0x949C, 0x83AB, 0x949D, 0x99C1, 0x949E, 0x9EA6, 0x949F, 0x51FD, 0x94A0, 0x7BB1, 0x94A1, 0x7872, - 0x94A2, 0x7BB8, 0x94A3, 0x8087, 0x94A4, 0x7B48, 0x94A5, 0x6AE8, 0x94A6, 0x5E61, 0x94A7, 0x808C, 0x94A8, 0x7551, 0x94A9, 0x7560, - 0x94AA, 0x516B, 0x94AB, 0x9262, 0x94AC, 0x6E8C, 0x94AD, 0x767A, 0x94AE, 0x9197, 0x94AF, 0x9AEA, 0x94B0, 0x4F10, 0x94B1, 0x7F70, - 0x94B2, 0x629C, 0x94B3, 0x7B4F, 0x94B4, 0x95A5, 0x94B5, 0x9CE9, 0x94B6, 0x567A, 0x94B7, 0x5859, 0x94B8, 0x86E4, 0x94B9, 0x96BC, - 0x94BA, 0x4F34, 0x94BB, 0x5224, 0x94BC, 0x534A, 0x94BD, 0x53CD, 0x94BE, 0x53DB, 0x94BF, 0x5E06, 0x94C0, 0x642C, 0x94C1, 0x6591, - 0x94C2, 0x677F, 0x94C3, 0x6C3E, 0x94C4, 0x6C4E, 0x94C5, 0x7248, 0x94C6, 0x72AF, 0x94C7, 0x73ED, 0x94C8, 0x7554, 0x94C9, 0x7E41, - 0x94CA, 0x822C, 0x94CB, 0x85E9, 0x94CC, 0x8CA9, 0x94CD, 0x7BC4, 0x94CE, 0x91C6, 0x94CF, 0x7169, 0x94D0, 0x9812, 0x94D1, 0x98EF, - 0x94D2, 0x633D, 0x94D3, 0x6669, 0x94D4, 0x756A, 0x94D5, 0x76E4, 0x94D6, 0x78D0, 0x94D7, 0x8543, 0x94D8, 0x86EE, 0x94D9, 0x532A, - 0x94DA, 0x5351, 0x94DB, 0x5426, 0x94DC, 0x5983, 0x94DD, 0x5E87, 0x94DE, 0x5F7C, 0x94DF, 0x60B2, 0x94E0, 0x6249, 0x94E1, 0x6279, - 0x94E2, 0x62AB, 0x94E3, 0x6590, 0x94E4, 0x6BD4, 0x94E5, 0x6CCC, 0x94E6, 0x75B2, 0x94E7, 0x76AE, 0x94E8, 0x7891, 0x94E9, 0x79D8, - 0x94EA, 0x7DCB, 0x94EB, 0x7F77, 0x94EC, 0x80A5, 0x94ED, 0x88AB, 0x94EE, 0x8AB9, 0x94EF, 0x8CBB, 0x94F0, 0x907F, 0x94F1, 0x975E, - 0x94F2, 0x98DB, 0x94F3, 0x6A0B, 0x94F4, 0x7C38, 0x94F5, 0x5099, 0x94F6, 0x5C3E, 0x94F7, 0x5FAE, 0x94F8, 0x6787, 0x94F9, 0x6BD8, - 0x94FA, 0x7435, 0x94FB, 0x7709, 0x94FC, 0x7F8E, 0x9540, 0x9F3B, 0x9541, 0x67CA, 0x9542, 0x7A17, 0x9543, 0x5339, 0x9544, 0x758B, - 0x9545, 0x9AED, 0x9546, 0x5F66, 0x9547, 0x819D, 0x9548, 0x83F1, 0x9549, 0x8098, 0x954A, 0x5F3C, 0x954B, 0x5FC5, 0x954C, 0x7562, - 0x954D, 0x7B46, 0x954E, 0x903C, 0x954F, 0x6867, 0x9550, 0x59EB, 0x9551, 0x5A9B, 0x9552, 0x7D10, 0x9553, 0x767E, 0x9554, 0x8B2C, - 0x9555, 0x4FF5, 0x9556, 0x5F6A, 0x9557, 0x6A19, 0x9558, 0x6C37, 0x9559, 0x6F02, 0x955A, 0x74E2, 0x955B, 0x7968, 0x955C, 0x8868, - 0x955D, 0x8A55, 0x955E, 0x8C79, 0x955F, 0x5EDF, 0x9560, 0x63CF, 0x9561, 0x75C5, 0x9562, 0x79D2, 0x9563, 0x82D7, 0x9564, 0x9328, - 0x9565, 0x92F2, 0x9566, 0x849C, 0x9567, 0x86ED, 0x9568, 0x9C2D, 0x9569, 0x54C1, 0x956A, 0x5F6C, 0x956B, 0x658C, 0x956C, 0x6D5C, - 0x956D, 0x7015, 0x956E, 0x8CA7, 0x956F, 0x8CD3, 0x9570, 0x983B, 0x9571, 0x654F, 0x9572, 0x74F6, 0x9573, 0x4E0D, 0x9574, 0x4ED8, - 0x9575, 0x57E0, 0x9576, 0x592B, 0x9577, 0x5A66, 0x9578, 0x5BCC, 0x9579, 0x51A8, 0x957A, 0x5E03, 0x957B, 0x5E9C, 0x957C, 0x6016, - 0x957D, 0x6276, 0x957E, 0x6577, 0x9580, 0x65A7, 0x9581, 0x666E, 0x9582, 0x6D6E, 0x9583, 0x7236, 0x9584, 0x7B26, 0x9585, 0x8150, - 0x9586, 0x819A, 0x9587, 0x8299, 0x9588, 0x8B5C, 0x9589, 0x8CA0, 0x958A, 0x8CE6, 0x958B, 0x8D74, 0x958C, 0x961C, 0x958D, 0x9644, - 0x958E, 0x4FAE, 0x958F, 0x64AB, 0x9590, 0x6B66, 0x9591, 0x821E, 0x9592, 0x8461, 0x9593, 0x856A, 0x9594, 0x90E8, 0x9595, 0x5C01, - 0x9596, 0x6953, 0x9597, 0x98A8, 0x9598, 0x847A, 0x9599, 0x8557, 0x959A, 0x4F0F, 0x959B, 0x526F, 0x959C, 0x5FA9, 0x959D, 0x5E45, - 0x959E, 0x670D, 0x959F, 0x798F, 0x95A0, 0x8179, 0x95A1, 0x8907, 0x95A2, 0x8986, 0x95A3, 0x6DF5, 0x95A4, 0x5F17, 0x95A5, 0x6255, - 0x95A6, 0x6CB8, 0x95A7, 0x4ECF, 0x95A8, 0x7269, 0x95A9, 0x9B92, 0x95AA, 0x5206, 0x95AB, 0x543B, 0x95AC, 0x5674, 0x95AD, 0x58B3, - 0x95AE, 0x61A4, 0x95AF, 0x626E, 0x95B0, 0x711A, 0x95B1, 0x596E, 0x95B2, 0x7C89, 0x95B3, 0x7CDE, 0x95B4, 0x7D1B, 0x95B5, 0x96F0, - 0x95B6, 0x6587, 0x95B7, 0x805E, 0x95B8, 0x4E19, 0x95B9, 0x4F75, 0x95BA, 0x5175, 0x95BB, 0x5840, 0x95BC, 0x5E63, 0x95BD, 0x5E73, - 0x95BE, 0x5F0A, 0x95BF, 0x67C4, 0x95C0, 0x4E26, 0x95C1, 0x853D, 0x95C2, 0x9589, 0x95C3, 0x965B, 0x95C4, 0x7C73, 0x95C5, 0x9801, - 0x95C6, 0x50FB, 0x95C7, 0x58C1, 0x95C8, 0x7656, 0x95C9, 0x78A7, 0x95CA, 0x5225, 0x95CB, 0x77A5, 0x95CC, 0x8511, 0x95CD, 0x7B86, - 0x95CE, 0x504F, 0x95CF, 0x5909, 0x95D0, 0x7247, 0x95D1, 0x7BC7, 0x95D2, 0x7DE8, 0x95D3, 0x8FBA, 0x95D4, 0x8FD4, 0x95D5, 0x904D, - 0x95D6, 0x4FBF, 0x95D7, 0x52C9, 0x95D8, 0x5A29, 0x95D9, 0x5F01, 0x95DA, 0x97AD, 0x95DB, 0x4FDD, 0x95DC, 0x8217, 0x95DD, 0x92EA, - 0x95DE, 0x5703, 0x95DF, 0x6355, 0x95E0, 0x6B69, 0x95E1, 0x752B, 0x95E2, 0x88DC, 0x95E3, 0x8F14, 0x95E4, 0x7A42, 0x95E5, 0x52DF, - 0x95E6, 0x5893, 0x95E7, 0x6155, 0x95E8, 0x620A, 0x95E9, 0x66AE, 0x95EA, 0x6BCD, 0x95EB, 0x7C3F, 0x95EC, 0x83E9, 0x95ED, 0x5023, - 0x95EE, 0x4FF8, 0x95EF, 0x5305, 0x95F0, 0x5446, 0x95F1, 0x5831, 0x95F2, 0x5949, 0x95F3, 0x5B9D, 0x95F4, 0x5CF0, 0x95F5, 0x5CEF, - 0x95F6, 0x5D29, 0x95F7, 0x5E96, 0x95F8, 0x62B1, 0x95F9, 0x6367, 0x95FA, 0x653E, 0x95FB, 0x65B9, 0x95FC, 0x670B, 0x9640, 0x6CD5, - 0x9641, 0x6CE1, 0x9642, 0x70F9, 0x9643, 0x7832, 0x9644, 0x7E2B, 0x9645, 0x80DE, 0x9646, 0x82B3, 0x9647, 0x840C, 0x9648, 0x84EC, - 0x9649, 0x8702, 0x964A, 0x8912, 0x964B, 0x8A2A, 0x964C, 0x8C4A, 0x964D, 0x90A6, 0x964E, 0x92D2, 0x964F, 0x98FD, 0x9650, 0x9CF3, - 0x9651, 0x9D6C, 0x9652, 0x4E4F, 0x9653, 0x4EA1, 0x9654, 0x508D, 0x9655, 0x5256, 0x9656, 0x574A, 0x9657, 0x59A8, 0x9658, 0x5E3D, - 0x9659, 0x5FD8, 0x965A, 0x5FD9, 0x965B, 0x623F, 0x965C, 0x66B4, 0x965D, 0x671B, 0x965E, 0x67D0, 0x965F, 0x68D2, 0x9660, 0x5192, - 0x9661, 0x7D21, 0x9662, 0x80AA, 0x9663, 0x81A8, 0x9664, 0x8B00, 0x9665, 0x8C8C, 0x9666, 0x8CBF, 0x9667, 0x927E, 0x9668, 0x9632, - 0x9669, 0x5420, 0x966A, 0x982C, 0x966B, 0x5317, 0x966C, 0x50D5, 0x966D, 0x535C, 0x966E, 0x58A8, 0x966F, 0x64B2, 0x9670, 0x6734, - 0x9671, 0x7267, 0x9672, 0x7766, 0x9673, 0x7A46, 0x9674, 0x91E6, 0x9675, 0x52C3, 0x9676, 0x6CA1, 0x9677, 0x6B86, 0x9678, 0x5800, - 0x9679, 0x5E4C, 0x967A, 0x5954, 0x967B, 0x672C, 0x967C, 0x7FFB, 0x967D, 0x51E1, 0x967E, 0x76C6, 0x9680, 0x6469, 0x9681, 0x78E8, - 0x9682, 0x9B54, 0x9683, 0x9EBB, 0x9684, 0x57CB, 0x9685, 0x59B9, 0x9686, 0x6627, 0x9687, 0x679A, 0x9688, 0x6BCE, 0x9689, 0x54E9, - 0x968A, 0x69D9, 0x968B, 0x5E55, 0x968C, 0x819C, 0x968D, 0x6795, 0x968E, 0x9BAA, 0x968F, 0x67FE, 0x9690, 0x9C52, 0x9691, 0x685D, - 0x9692, 0x4EA6, 0x9693, 0x4FE3, 0x9694, 0x53C8, 0x9695, 0x62B9, 0x9696, 0x672B, 0x9697, 0x6CAB, 0x9698, 0x8FC4, 0x9699, 0x4FAD, - 0x969A, 0x7E6D, 0x969B, 0x9EBF, 0x969C, 0x4E07, 0x969D, 0x6162, 0x969E, 0x6E80, 0x969F, 0x6F2B, 0x96A0, 0x8513, 0x96A1, 0x5473, - 0x96A2, 0x672A, 0x96A3, 0x9B45, 0x96A4, 0x5DF3, 0x96A5, 0x7B95, 0x96A6, 0x5CAC, 0x96A7, 0x5BC6, 0x96A8, 0x871C, 0x96A9, 0x6E4A, - 0x96AA, 0x84D1, 0x96AB, 0x7A14, 0x96AC, 0x8108, 0x96AD, 0x5999, 0x96AE, 0x7C8D, 0x96AF, 0x6C11, 0x96B0, 0x7720, 0x96B1, 0x52D9, - 0x96B2, 0x5922, 0x96B3, 0x7121, 0x96B4, 0x725F, 0x96B5, 0x77DB, 0x96B6, 0x9727, 0x96B7, 0x9D61, 0x96B8, 0x690B, 0x96B9, 0x5A7F, - 0x96BA, 0x5A18, 0x96BB, 0x51A5, 0x96BC, 0x540D, 0x96BD, 0x547D, 0x96BE, 0x660E, 0x96BF, 0x76DF, 0x96C0, 0x8FF7, 0x96C1, 0x9298, - 0x96C2, 0x9CF4, 0x96C3, 0x59EA, 0x96C4, 0x725D, 0x96C5, 0x6EC5, 0x96C6, 0x514D, 0x96C7, 0x68C9, 0x96C8, 0x7DBF, 0x96C9, 0x7DEC, - 0x96CA, 0x9762, 0x96CB, 0x9EBA, 0x96CC, 0x6478, 0x96CD, 0x6A21, 0x96CE, 0x8302, 0x96CF, 0x5984, 0x96D0, 0x5B5F, 0x96D1, 0x6BDB, - 0x96D2, 0x731B, 0x96D3, 0x76F2, 0x96D4, 0x7DB2, 0x96D5, 0x8017, 0x96D6, 0x8499, 0x96D7, 0x5132, 0x96D8, 0x6728, 0x96D9, 0x9ED9, - 0x96DA, 0x76EE, 0x96DB, 0x6762, 0x96DC, 0x52FF, 0x96DD, 0x9905, 0x96DE, 0x5C24, 0x96DF, 0x623B, 0x96E0, 0x7C7E, 0x96E1, 0x8CB0, - 0x96E2, 0x554F, 0x96E3, 0x60B6, 0x96E4, 0x7D0B, 0x96E5, 0x9580, 0x96E6, 0x5301, 0x96E7, 0x4E5F, 0x96E8, 0x51B6, 0x96E9, 0x591C, - 0x96EA, 0x723A, 0x96EB, 0x8036, 0x96EC, 0x91CE, 0x96ED, 0x5F25, 0x96EE, 0x77E2, 0x96EF, 0x5384, 0x96F0, 0x5F79, 0x96F1, 0x7D04, - 0x96F2, 0x85AC, 0x96F3, 0x8A33, 0x96F4, 0x8E8D, 0x96F5, 0x9756, 0x96F6, 0x67F3, 0x96F7, 0x85AE, 0x96F8, 0x9453, 0x96F9, 0x6109, - 0x96FA, 0x6108, 0x96FB, 0x6CB9, 0x96FC, 0x7652, 0x9740, 0x8AED, 0x9741, 0x8F38, 0x9742, 0x552F, 0x9743, 0x4F51, 0x9744, 0x512A, - 0x9745, 0x52C7, 0x9746, 0x53CB, 0x9747, 0x5BA5, 0x9748, 0x5E7D, 0x9749, 0x60A0, 0x974A, 0x6182, 0x974B, 0x63D6, 0x974C, 0x6709, - 0x974D, 0x67DA, 0x974E, 0x6E67, 0x974F, 0x6D8C, 0x9750, 0x7336, 0x9751, 0x7337, 0x9752, 0x7531, 0x9753, 0x7950, 0x9754, 0x88D5, - 0x9755, 0x8A98, 0x9756, 0x904A, 0x9757, 0x9091, 0x9758, 0x90F5, 0x9759, 0x96C4, 0x975A, 0x878D, 0x975B, 0x5915, 0x975C, 0x4E88, - 0x975D, 0x4F59, 0x975E, 0x4E0E, 0x975F, 0x8A89, 0x9760, 0x8F3F, 0x9761, 0x9810, 0x9762, 0x50AD, 0x9763, 0x5E7C, 0x9764, 0x5996, - 0x9765, 0x5BB9, 0x9766, 0x5EB8, 0x9767, 0x63DA, 0x9768, 0x63FA, 0x9769, 0x64C1, 0x976A, 0x66DC, 0x976B, 0x694A, 0x976C, 0x69D8, - 0x976D, 0x6D0B, 0x976E, 0x6EB6, 0x976F, 0x7194, 0x9770, 0x7528, 0x9771, 0x7AAF, 0x9772, 0x7F8A, 0x9773, 0x8000, 0x9774, 0x8449, - 0x9775, 0x84C9, 0x9776, 0x8981, 0x9777, 0x8B21, 0x9778, 0x8E0A, 0x9779, 0x9065, 0x977A, 0x967D, 0x977B, 0x990A, 0x977C, 0x617E, - 0x977D, 0x6291, 0x977E, 0x6B32, 0x9780, 0x6C83, 0x9781, 0x6D74, 0x9782, 0x7FCC, 0x9783, 0x7FFC, 0x9784, 0x6DC0, 0x9785, 0x7F85, - 0x9786, 0x87BA, 0x9787, 0x88F8, 0x9788, 0x6765, 0x9789, 0x83B1, 0x978A, 0x983C, 0x978B, 0x96F7, 0x978C, 0x6D1B, 0x978D, 0x7D61, - 0x978E, 0x843D, 0x978F, 0x916A, 0x9790, 0x4E71, 0x9791, 0x5375, 0x9792, 0x5D50, 0x9793, 0x6B04, 0x9794, 0x6FEB, 0x9795, 0x85CD, - 0x9796, 0x862D, 0x9797, 0x89A7, 0x9798, 0x5229, 0x9799, 0x540F, 0x979A, 0x5C65, 0x979B, 0x674E, 0x979C, 0x68A8, 0x979D, 0x7406, - 0x979E, 0x7483, 0x979F, 0x75E2, 0x97A0, 0x88CF, 0x97A1, 0x88E1, 0x97A2, 0x91CC, 0x97A3, 0x96E2, 0x97A4, 0x9678, 0x97A5, 0x5F8B, - 0x97A6, 0x7387, 0x97A7, 0x7ACB, 0x97A8, 0x844E, 0x97A9, 0x63A0, 0x97AA, 0x7565, 0x97AB, 0x5289, 0x97AC, 0x6D41, 0x97AD, 0x6E9C, - 0x97AE, 0x7409, 0x97AF, 0x7559, 0x97B0, 0x786B, 0x97B1, 0x7C92, 0x97B2, 0x9686, 0x97B3, 0x7ADC, 0x97B4, 0x9F8D, 0x97B5, 0x4FB6, - 0x97B6, 0x616E, 0x97B7, 0x65C5, 0x97B8, 0x865C, 0x97B9, 0x4E86, 0x97BA, 0x4EAE, 0x97BB, 0x50DA, 0x97BC, 0x4E21, 0x97BD, 0x51CC, - 0x97BE, 0x5BEE, 0x97BF, 0x6599, 0x97C0, 0x6881, 0x97C1, 0x6DBC, 0x97C2, 0x731F, 0x97C3, 0x7642, 0x97C4, 0x77AD, 0x97C5, 0x7A1C, - 0x97C6, 0x7CE7, 0x97C7, 0x826F, 0x97C8, 0x8AD2, 0x97C9, 0x907C, 0x97CA, 0x91CF, 0x97CB, 0x9675, 0x97CC, 0x9818, 0x97CD, 0x529B, - 0x97CE, 0x7DD1, 0x97CF, 0x502B, 0x97D0, 0x5398, 0x97D1, 0x6797, 0x97D2, 0x6DCB, 0x97D3, 0x71D0, 0x97D4, 0x7433, 0x97D5, 0x81E8, - 0x97D6, 0x8F2A, 0x97D7, 0x96A3, 0x97D8, 0x9C57, 0x97D9, 0x9E9F, 0x97DA, 0x7460, 0x97DB, 0x5841, 0x97DC, 0x6D99, 0x97DD, 0x7D2F, - 0x97DE, 0x985E, 0x97DF, 0x4EE4, 0x97E0, 0x4F36, 0x97E1, 0x4F8B, 0x97E2, 0x51B7, 0x97E3, 0x52B1, 0x97E4, 0x5DBA, 0x97E5, 0x601C, - 0x97E6, 0x73B2, 0x97E7, 0x793C, 0x97E8, 0x82D3, 0x97E9, 0x9234, 0x97EA, 0x96B7, 0x97EB, 0x96F6, 0x97EC, 0x970A, 0x97ED, 0x9E97, - 0x97EE, 0x9F62, 0x97EF, 0x66A6, 0x97F0, 0x6B74, 0x97F1, 0x5217, 0x97F2, 0x52A3, 0x97F3, 0x70C8, 0x97F4, 0x88C2, 0x97F5, 0x5EC9, - 0x97F6, 0x604B, 0x97F7, 0x6190, 0x97F8, 0x6F23, 0x97F9, 0x7149, 0x97FA, 0x7C3E, 0x97FB, 0x7DF4, 0x97FC, 0x806F, 0x9840, 0x84EE, - 0x9841, 0x9023, 0x9842, 0x932C, 0x9843, 0x5442, 0x9844, 0x9B6F, 0x9845, 0x6AD3, 0x9846, 0x7089, 0x9847, 0x8CC2, 0x9848, 0x8DEF, - 0x9849, 0x9732, 0x984A, 0x52B4, 0x984B, 0x5A41, 0x984C, 0x5ECA, 0x984D, 0x5F04, 0x984E, 0x6717, 0x984F, 0x697C, 0x9850, 0x6994, - 0x9851, 0x6D6A, 0x9852, 0x6F0F, 0x9853, 0x7262, 0x9854, 0x72FC, 0x9855, 0x7BED, 0x9856, 0x8001, 0x9857, 0x807E, 0x9858, 0x874B, - 0x9859, 0x90CE, 0x985A, 0x516D, 0x985B, 0x9E93, 0x985C, 0x7984, 0x985D, 0x808B, 0x985E, 0x9332, 0x985F, 0x8AD6, 0x9860, 0x502D, - 0x9861, 0x548C, 0x9862, 0x8A71, 0x9863, 0x6B6A, 0x9864, 0x8CC4, 0x9865, 0x8107, 0x9866, 0x60D1, 0x9867, 0x67A0, 0x9868, 0x9DF2, - 0x9869, 0x4E99, 0x986A, 0x4E98, 0x986B, 0x9C10, 0x986C, 0x8A6B, 0x986D, 0x85C1, 0x986E, 0x8568, 0x986F, 0x6900, 0x9870, 0x6E7E, - 0x9871, 0x7897, 0x9872, 0x8155, 0x989F, 0x5F0C, 0x98A0, 0x4E10, 0x98A1, 0x4E15, 0x98A2, 0x4E2A, 0x98A3, 0x4E31, 0x98A4, 0x4E36, - 0x98A5, 0x4E3C, 0x98A6, 0x4E3F, 0x98A7, 0x4E42, 0x98A8, 0x4E56, 0x98A9, 0x4E58, 0x98AA, 0x4E82, 0x98AB, 0x4E85, 0x98AC, 0x8C6B, - 0x98AD, 0x4E8A, 0x98AE, 0x8212, 0x98AF, 0x5F0D, 0x98B0, 0x4E8E, 0x98B1, 0x4E9E, 0x98B2, 0x4E9F, 0x98B3, 0x4EA0, 0x98B4, 0x4EA2, - 0x98B5, 0x4EB0, 0x98B6, 0x4EB3, 0x98B7, 0x4EB6, 0x98B8, 0x4ECE, 0x98B9, 0x4ECD, 0x98BA, 0x4EC4, 0x98BB, 0x4EC6, 0x98BC, 0x4EC2, - 0x98BD, 0x4ED7, 0x98BE, 0x4EDE, 0x98BF, 0x4EED, 0x98C0, 0x4EDF, 0x98C1, 0x4EF7, 0x98C2, 0x4F09, 0x98C3, 0x4F5A, 0x98C4, 0x4F30, - 0x98C5, 0x4F5B, 0x98C6, 0x4F5D, 0x98C7, 0x4F57, 0x98C8, 0x4F47, 0x98C9, 0x4F76, 0x98CA, 0x4F88, 0x98CB, 0x4F8F, 0x98CC, 0x4F98, - 0x98CD, 0x4F7B, 0x98CE, 0x4F69, 0x98CF, 0x4F70, 0x98D0, 0x4F91, 0x98D1, 0x4F6F, 0x98D2, 0x4F86, 0x98D3, 0x4F96, 0x98D4, 0x5118, - 0x98D5, 0x4FD4, 0x98D6, 0x4FDF, 0x98D7, 0x4FCE, 0x98D8, 0x4FD8, 0x98D9, 0x4FDB, 0x98DA, 0x4FD1, 0x98DB, 0x4FDA, 0x98DC, 0x4FD0, - 0x98DD, 0x4FE4, 0x98DE, 0x4FE5, 0x98DF, 0x501A, 0x98E0, 0x5028, 0x98E1, 0x5014, 0x98E2, 0x502A, 0x98E3, 0x5025, 0x98E4, 0x5005, - 0x98E5, 0x4F1C, 0x98E6, 0x4FF6, 0x98E7, 0x5021, 0x98E8, 0x5029, 0x98E9, 0x502C, 0x98EA, 0x4FFE, 0x98EB, 0x4FEF, 0x98EC, 0x5011, - 0x98ED, 0x5006, 0x98EE, 0x5043, 0x98EF, 0x5047, 0x98F0, 0x6703, 0x98F1, 0x5055, 0x98F2, 0x5050, 0x98F3, 0x5048, 0x98F4, 0x505A, - 0x98F5, 0x5056, 0x98F6, 0x506C, 0x98F7, 0x5078, 0x98F8, 0x5080, 0x98F9, 0x509A, 0x98FA, 0x5085, 0x98FB, 0x50B4, 0x98FC, 0x50B2, - 0x9940, 0x50C9, 0x9941, 0x50CA, 0x9942, 0x50B3, 0x9943, 0x50C2, 0x9944, 0x50D6, 0x9945, 0x50DE, 0x9946, 0x50E5, 0x9947, 0x50ED, - 0x9948, 0x50E3, 0x9949, 0x50EE, 0x994A, 0x50F9, 0x994B, 0x50F5, 0x994C, 0x5109, 0x994D, 0x5101, 0x994E, 0x5102, 0x994F, 0x5116, - 0x9950, 0x5115, 0x9951, 0x5114, 0x9952, 0x511A, 0x9953, 0x5121, 0x9954, 0x513A, 0x9955, 0x5137, 0x9956, 0x513C, 0x9957, 0x513B, - 0x9958, 0x513F, 0x9959, 0x5140, 0x995A, 0x5152, 0x995B, 0x514C, 0x995C, 0x5154, 0x995D, 0x5162, 0x995E, 0x7AF8, 0x995F, 0x5169, - 0x9960, 0x516A, 0x9961, 0x516E, 0x9962, 0x5180, 0x9963, 0x5182, 0x9964, 0x56D8, 0x9965, 0x518C, 0x9966, 0x5189, 0x9967, 0x518F, - 0x9968, 0x5191, 0x9969, 0x5193, 0x996A, 0x5195, 0x996B, 0x5196, 0x996C, 0x51A4, 0x996D, 0x51A6, 0x996E, 0x51A2, 0x996F, 0x51A9, - 0x9970, 0x51AA, 0x9971, 0x51AB, 0x9972, 0x51B3, 0x9973, 0x51B1, 0x9974, 0x51B2, 0x9975, 0x51B0, 0x9976, 0x51B5, 0x9977, 0x51BD, - 0x9978, 0x51C5, 0x9979, 0x51C9, 0x997A, 0x51DB, 0x997B, 0x51E0, 0x997C, 0x8655, 0x997D, 0x51E9, 0x997E, 0x51ED, 0x9980, 0x51F0, - 0x9981, 0x51F5, 0x9982, 0x51FE, 0x9983, 0x5204, 0x9984, 0x520B, 0x9985, 0x5214, 0x9986, 0x520E, 0x9987, 0x5227, 0x9988, 0x522A, - 0x9989, 0x522E, 0x998A, 0x5233, 0x998B, 0x5239, 0x998C, 0x524F, 0x998D, 0x5244, 0x998E, 0x524B, 0x998F, 0x524C, 0x9990, 0x525E, - 0x9991, 0x5254, 0x9992, 0x526A, 0x9993, 0x5274, 0x9994, 0x5269, 0x9995, 0x5273, 0x9996, 0x527F, 0x9997, 0x527D, 0x9998, 0x528D, - 0x9999, 0x5294, 0x999A, 0x5292, 0x999B, 0x5271, 0x999C, 0x5288, 0x999D, 0x5291, 0x999E, 0x8FA8, 0x999F, 0x8FA7, 0x99A0, 0x52AC, - 0x99A1, 0x52AD, 0x99A2, 0x52BC, 0x99A3, 0x52B5, 0x99A4, 0x52C1, 0x99A5, 0x52CD, 0x99A6, 0x52D7, 0x99A7, 0x52DE, 0x99A8, 0x52E3, - 0x99A9, 0x52E6, 0x99AA, 0x98ED, 0x99AB, 0x52E0, 0x99AC, 0x52F3, 0x99AD, 0x52F5, 0x99AE, 0x52F8, 0x99AF, 0x52F9, 0x99B0, 0x5306, - 0x99B1, 0x5308, 0x99B2, 0x7538, 0x99B3, 0x530D, 0x99B4, 0x5310, 0x99B5, 0x530F, 0x99B6, 0x5315, 0x99B7, 0x531A, 0x99B8, 0x5323, - 0x99B9, 0x532F, 0x99BA, 0x5331, 0x99BB, 0x5333, 0x99BC, 0x5338, 0x99BD, 0x5340, 0x99BE, 0x5346, 0x99BF, 0x5345, 0x99C0, 0x4E17, - 0x99C1, 0x5349, 0x99C2, 0x534D, 0x99C3, 0x51D6, 0x99C4, 0x535E, 0x99C5, 0x5369, 0x99C6, 0x536E, 0x99C7, 0x5918, 0x99C8, 0x537B, - 0x99C9, 0x5377, 0x99CA, 0x5382, 0x99CB, 0x5396, 0x99CC, 0x53A0, 0x99CD, 0x53A6, 0x99CE, 0x53A5, 0x99CF, 0x53AE, 0x99D0, 0x53B0, - 0x99D1, 0x53B6, 0x99D2, 0x53C3, 0x99D3, 0x7C12, 0x99D4, 0x96D9, 0x99D5, 0x53DF, 0x99D6, 0x66FC, 0x99D7, 0x71EE, 0x99D8, 0x53EE, - 0x99D9, 0x53E8, 0x99DA, 0x53ED, 0x99DB, 0x53FA, 0x99DC, 0x5401, 0x99DD, 0x543D, 0x99DE, 0x5440, 0x99DF, 0x542C, 0x99E0, 0x542D, - 0x99E1, 0x543C, 0x99E2, 0x542E, 0x99E3, 0x5436, 0x99E4, 0x5429, 0x99E5, 0x541D, 0x99E6, 0x544E, 0x99E7, 0x548F, 0x99E8, 0x5475, - 0x99E9, 0x548E, 0x99EA, 0x545F, 0x99EB, 0x5471, 0x99EC, 0x5477, 0x99ED, 0x5470, 0x99EE, 0x5492, 0x99EF, 0x547B, 0x99F0, 0x5480, - 0x99F1, 0x5476, 0x99F2, 0x5484, 0x99F3, 0x5490, 0x99F4, 0x5486, 0x99F5, 0x54C7, 0x99F6, 0x54A2, 0x99F7, 0x54B8, 0x99F8, 0x54A5, - 0x99F9, 0x54AC, 0x99FA, 0x54C4, 0x99FB, 0x54C8, 0x99FC, 0x54A8, 0x9A40, 0x54AB, 0x9A41, 0x54C2, 0x9A42, 0x54A4, 0x9A43, 0x54BE, - 0x9A44, 0x54BC, 0x9A45, 0x54D8, 0x9A46, 0x54E5, 0x9A47, 0x54E6, 0x9A48, 0x550F, 0x9A49, 0x5514, 0x9A4A, 0x54FD, 0x9A4B, 0x54EE, - 0x9A4C, 0x54ED, 0x9A4D, 0x54FA, 0x9A4E, 0x54E2, 0x9A4F, 0x5539, 0x9A50, 0x5540, 0x9A51, 0x5563, 0x9A52, 0x554C, 0x9A53, 0x552E, - 0x9A54, 0x555C, 0x9A55, 0x5545, 0x9A56, 0x5556, 0x9A57, 0x5557, 0x9A58, 0x5538, 0x9A59, 0x5533, 0x9A5A, 0x555D, 0x9A5B, 0x5599, - 0x9A5C, 0x5580, 0x9A5D, 0x54AF, 0x9A5E, 0x558A, 0x9A5F, 0x559F, 0x9A60, 0x557B, 0x9A61, 0x557E, 0x9A62, 0x5598, 0x9A63, 0x559E, - 0x9A64, 0x55AE, 0x9A65, 0x557C, 0x9A66, 0x5583, 0x9A67, 0x55A9, 0x9A68, 0x5587, 0x9A69, 0x55A8, 0x9A6A, 0x55DA, 0x9A6B, 0x55C5, - 0x9A6C, 0x55DF, 0x9A6D, 0x55C4, 0x9A6E, 0x55DC, 0x9A6F, 0x55E4, 0x9A70, 0x55D4, 0x9A71, 0x5614, 0x9A72, 0x55F7, 0x9A73, 0x5616, - 0x9A74, 0x55FE, 0x9A75, 0x55FD, 0x9A76, 0x561B, 0x9A77, 0x55F9, 0x9A78, 0x564E, 0x9A79, 0x5650, 0x9A7A, 0x71DF, 0x9A7B, 0x5634, - 0x9A7C, 0x5636, 0x9A7D, 0x5632, 0x9A7E, 0x5638, 0x9A80, 0x566B, 0x9A81, 0x5664, 0x9A82, 0x562F, 0x9A83, 0x566C, 0x9A84, 0x566A, - 0x9A85, 0x5686, 0x9A86, 0x5680, 0x9A87, 0x568A, 0x9A88, 0x56A0, 0x9A89, 0x5694, 0x9A8A, 0x568F, 0x9A8B, 0x56A5, 0x9A8C, 0x56AE, - 0x9A8D, 0x56B6, 0x9A8E, 0x56B4, 0x9A8F, 0x56C2, 0x9A90, 0x56BC, 0x9A91, 0x56C1, 0x9A92, 0x56C3, 0x9A93, 0x56C0, 0x9A94, 0x56C8, - 0x9A95, 0x56CE, 0x9A96, 0x56D1, 0x9A97, 0x56D3, 0x9A98, 0x56D7, 0x9A99, 0x56EE, 0x9A9A, 0x56F9, 0x9A9B, 0x5700, 0x9A9C, 0x56FF, - 0x9A9D, 0x5704, 0x9A9E, 0x5709, 0x9A9F, 0x5708, 0x9AA0, 0x570B, 0x9AA1, 0x570D, 0x9AA2, 0x5713, 0x9AA3, 0x5718, 0x9AA4, 0x5716, - 0x9AA5, 0x55C7, 0x9AA6, 0x571C, 0x9AA7, 0x5726, 0x9AA8, 0x5737, 0x9AA9, 0x5738, 0x9AAA, 0x574E, 0x9AAB, 0x573B, 0x9AAC, 0x5740, - 0x9AAD, 0x574F, 0x9AAE, 0x5769, 0x9AAF, 0x57C0, 0x9AB0, 0x5788, 0x9AB1, 0x5761, 0x9AB2, 0x577F, 0x9AB3, 0x5789, 0x9AB4, 0x5793, - 0x9AB5, 0x57A0, 0x9AB6, 0x57B3, 0x9AB7, 0x57A4, 0x9AB8, 0x57AA, 0x9AB9, 0x57B0, 0x9ABA, 0x57C3, 0x9ABB, 0x57C6, 0x9ABC, 0x57D4, - 0x9ABD, 0x57D2, 0x9ABE, 0x57D3, 0x9ABF, 0x580A, 0x9AC0, 0x57D6, 0x9AC1, 0x57E3, 0x9AC2, 0x580B, 0x9AC3, 0x5819, 0x9AC4, 0x581D, - 0x9AC5, 0x5872, 0x9AC6, 0x5821, 0x9AC7, 0x5862, 0x9AC8, 0x584B, 0x9AC9, 0x5870, 0x9ACA, 0x6BC0, 0x9ACB, 0x5852, 0x9ACC, 0x583D, - 0x9ACD, 0x5879, 0x9ACE, 0x5885, 0x9ACF, 0x58B9, 0x9AD0, 0x589F, 0x9AD1, 0x58AB, 0x9AD2, 0x58BA, 0x9AD3, 0x58DE, 0x9AD4, 0x58BB, - 0x9AD5, 0x58B8, 0x9AD6, 0x58AE, 0x9AD7, 0x58C5, 0x9AD8, 0x58D3, 0x9AD9, 0x58D1, 0x9ADA, 0x58D7, 0x9ADB, 0x58D9, 0x9ADC, 0x58D8, - 0x9ADD, 0x58E5, 0x9ADE, 0x58DC, 0x9ADF, 0x58E4, 0x9AE0, 0x58DF, 0x9AE1, 0x58EF, 0x9AE2, 0x58FA, 0x9AE3, 0x58F9, 0x9AE4, 0x58FB, - 0x9AE5, 0x58FC, 0x9AE6, 0x58FD, 0x9AE7, 0x5902, 0x9AE8, 0x590A, 0x9AE9, 0x5910, 0x9AEA, 0x591B, 0x9AEB, 0x68A6, 0x9AEC, 0x5925, - 0x9AED, 0x592C, 0x9AEE, 0x592D, 0x9AEF, 0x5932, 0x9AF0, 0x5938, 0x9AF1, 0x593E, 0x9AF2, 0x7AD2, 0x9AF3, 0x5955, 0x9AF4, 0x5950, - 0x9AF5, 0x594E, 0x9AF6, 0x595A, 0x9AF7, 0x5958, 0x9AF8, 0x5962, 0x9AF9, 0x5960, 0x9AFA, 0x5967, 0x9AFB, 0x596C, 0x9AFC, 0x5969, - 0x9B40, 0x5978, 0x9B41, 0x5981, 0x9B42, 0x599D, 0x9B43, 0x4F5E, 0x9B44, 0x4FAB, 0x9B45, 0x59A3, 0x9B46, 0x59B2, 0x9B47, 0x59C6, - 0x9B48, 0x59E8, 0x9B49, 0x59DC, 0x9B4A, 0x598D, 0x9B4B, 0x59D9, 0x9B4C, 0x59DA, 0x9B4D, 0x5A25, 0x9B4E, 0x5A1F, 0x9B4F, 0x5A11, - 0x9B50, 0x5A1C, 0x9B51, 0x5A09, 0x9B52, 0x5A1A, 0x9B53, 0x5A40, 0x9B54, 0x5A6C, 0x9B55, 0x5A49, 0x9B56, 0x5A35, 0x9B57, 0x5A36, - 0x9B58, 0x5A62, 0x9B59, 0x5A6A, 0x9B5A, 0x5A9A, 0x9B5B, 0x5ABC, 0x9B5C, 0x5ABE, 0x9B5D, 0x5ACB, 0x9B5E, 0x5AC2, 0x9B5F, 0x5ABD, - 0x9B60, 0x5AE3, 0x9B61, 0x5AD7, 0x9B62, 0x5AE6, 0x9B63, 0x5AE9, 0x9B64, 0x5AD6, 0x9B65, 0x5AFA, 0x9B66, 0x5AFB, 0x9B67, 0x5B0C, - 0x9B68, 0x5B0B, 0x9B69, 0x5B16, 0x9B6A, 0x5B32, 0x9B6B, 0x5AD0, 0x9B6C, 0x5B2A, 0x9B6D, 0x5B36, 0x9B6E, 0x5B3E, 0x9B6F, 0x5B43, - 0x9B70, 0x5B45, 0x9B71, 0x5B40, 0x9B72, 0x5B51, 0x9B73, 0x5B55, 0x9B74, 0x5B5A, 0x9B75, 0x5B5B, 0x9B76, 0x5B65, 0x9B77, 0x5B69, - 0x9B78, 0x5B70, 0x9B79, 0x5B73, 0x9B7A, 0x5B75, 0x9B7B, 0x5B78, 0x9B7C, 0x6588, 0x9B7D, 0x5B7A, 0x9B7E, 0x5B80, 0x9B80, 0x5B83, - 0x9B81, 0x5BA6, 0x9B82, 0x5BB8, 0x9B83, 0x5BC3, 0x9B84, 0x5BC7, 0x9B85, 0x5BC9, 0x9B86, 0x5BD4, 0x9B87, 0x5BD0, 0x9B88, 0x5BE4, - 0x9B89, 0x5BE6, 0x9B8A, 0x5BE2, 0x9B8B, 0x5BDE, 0x9B8C, 0x5BE5, 0x9B8D, 0x5BEB, 0x9B8E, 0x5BF0, 0x9B8F, 0x5BF6, 0x9B90, 0x5BF3, - 0x9B91, 0x5C05, 0x9B92, 0x5C07, 0x9B93, 0x5C08, 0x9B94, 0x5C0D, 0x9B95, 0x5C13, 0x9B96, 0x5C20, 0x9B97, 0x5C22, 0x9B98, 0x5C28, - 0x9B99, 0x5C38, 0x9B9A, 0x5C39, 0x9B9B, 0x5C41, 0x9B9C, 0x5C46, 0x9B9D, 0x5C4E, 0x9B9E, 0x5C53, 0x9B9F, 0x5C50, 0x9BA0, 0x5C4F, - 0x9BA1, 0x5B71, 0x9BA2, 0x5C6C, 0x9BA3, 0x5C6E, 0x9BA4, 0x4E62, 0x9BA5, 0x5C76, 0x9BA6, 0x5C79, 0x9BA7, 0x5C8C, 0x9BA8, 0x5C91, - 0x9BA9, 0x5C94, 0x9BAA, 0x599B, 0x9BAB, 0x5CAB, 0x9BAC, 0x5CBB, 0x9BAD, 0x5CB6, 0x9BAE, 0x5CBC, 0x9BAF, 0x5CB7, 0x9BB0, 0x5CC5, - 0x9BB1, 0x5CBE, 0x9BB2, 0x5CC7, 0x9BB3, 0x5CD9, 0x9BB4, 0x5CE9, 0x9BB5, 0x5CFD, 0x9BB6, 0x5CFA, 0x9BB7, 0x5CED, 0x9BB8, 0x5D8C, - 0x9BB9, 0x5CEA, 0x9BBA, 0x5D0B, 0x9BBB, 0x5D15, 0x9BBC, 0x5D17, 0x9BBD, 0x5D5C, 0x9BBE, 0x5D1F, 0x9BBF, 0x5D1B, 0x9BC0, 0x5D11, - 0x9BC1, 0x5D14, 0x9BC2, 0x5D22, 0x9BC3, 0x5D1A, 0x9BC4, 0x5D19, 0x9BC5, 0x5D18, 0x9BC6, 0x5D4C, 0x9BC7, 0x5D52, 0x9BC8, 0x5D4E, - 0x9BC9, 0x5D4B, 0x9BCA, 0x5D6C, 0x9BCB, 0x5D73, 0x9BCC, 0x5D76, 0x9BCD, 0x5D87, 0x9BCE, 0x5D84, 0x9BCF, 0x5D82, 0x9BD0, 0x5DA2, - 0x9BD1, 0x5D9D, 0x9BD2, 0x5DAC, 0x9BD3, 0x5DAE, 0x9BD4, 0x5DBD, 0x9BD5, 0x5D90, 0x9BD6, 0x5DB7, 0x9BD7, 0x5DBC, 0x9BD8, 0x5DC9, - 0x9BD9, 0x5DCD, 0x9BDA, 0x5DD3, 0x9BDB, 0x5DD2, 0x9BDC, 0x5DD6, 0x9BDD, 0x5DDB, 0x9BDE, 0x5DEB, 0x9BDF, 0x5DF2, 0x9BE0, 0x5DF5, - 0x9BE1, 0x5E0B, 0x9BE2, 0x5E1A, 0x9BE3, 0x5E19, 0x9BE4, 0x5E11, 0x9BE5, 0x5E1B, 0x9BE6, 0x5E36, 0x9BE7, 0x5E37, 0x9BE8, 0x5E44, - 0x9BE9, 0x5E43, 0x9BEA, 0x5E40, 0x9BEB, 0x5E4E, 0x9BEC, 0x5E57, 0x9BED, 0x5E54, 0x9BEE, 0x5E5F, 0x9BEF, 0x5E62, 0x9BF0, 0x5E64, - 0x9BF1, 0x5E47, 0x9BF2, 0x5E75, 0x9BF3, 0x5E76, 0x9BF4, 0x5E7A, 0x9BF5, 0x9EBC, 0x9BF6, 0x5E7F, 0x9BF7, 0x5EA0, 0x9BF8, 0x5EC1, - 0x9BF9, 0x5EC2, 0x9BFA, 0x5EC8, 0x9BFB, 0x5ED0, 0x9BFC, 0x5ECF, 0x9C40, 0x5ED6, 0x9C41, 0x5EE3, 0x9C42, 0x5EDD, 0x9C43, 0x5EDA, - 0x9C44, 0x5EDB, 0x9C45, 0x5EE2, 0x9C46, 0x5EE1, 0x9C47, 0x5EE8, 0x9C48, 0x5EE9, 0x9C49, 0x5EEC, 0x9C4A, 0x5EF1, 0x9C4B, 0x5EF3, - 0x9C4C, 0x5EF0, 0x9C4D, 0x5EF4, 0x9C4E, 0x5EF8, 0x9C4F, 0x5EFE, 0x9C50, 0x5F03, 0x9C51, 0x5F09, 0x9C52, 0x5F5D, 0x9C53, 0x5F5C, - 0x9C54, 0x5F0B, 0x9C55, 0x5F11, 0x9C56, 0x5F16, 0x9C57, 0x5F29, 0x9C58, 0x5F2D, 0x9C59, 0x5F38, 0x9C5A, 0x5F41, 0x9C5B, 0x5F48, - 0x9C5C, 0x5F4C, 0x9C5D, 0x5F4E, 0x9C5E, 0x5F2F, 0x9C5F, 0x5F51, 0x9C60, 0x5F56, 0x9C61, 0x5F57, 0x9C62, 0x5F59, 0x9C63, 0x5F61, - 0x9C64, 0x5F6D, 0x9C65, 0x5F73, 0x9C66, 0x5F77, 0x9C67, 0x5F83, 0x9C68, 0x5F82, 0x9C69, 0x5F7F, 0x9C6A, 0x5F8A, 0x9C6B, 0x5F88, - 0x9C6C, 0x5F91, 0x9C6D, 0x5F87, 0x9C6E, 0x5F9E, 0x9C6F, 0x5F99, 0x9C70, 0x5F98, 0x9C71, 0x5FA0, 0x9C72, 0x5FA8, 0x9C73, 0x5FAD, - 0x9C74, 0x5FBC, 0x9C75, 0x5FD6, 0x9C76, 0x5FFB, 0x9C77, 0x5FE4, 0x9C78, 0x5FF8, 0x9C79, 0x5FF1, 0x9C7A, 0x5FDD, 0x9C7B, 0x60B3, - 0x9C7C, 0x5FFF, 0x9C7D, 0x6021, 0x9C7E, 0x6060, 0x9C80, 0x6019, 0x9C81, 0x6010, 0x9C82, 0x6029, 0x9C83, 0x600E, 0x9C84, 0x6031, - 0x9C85, 0x601B, 0x9C86, 0x6015, 0x9C87, 0x602B, 0x9C88, 0x6026, 0x9C89, 0x600F, 0x9C8A, 0x603A, 0x9C8B, 0x605A, 0x9C8C, 0x6041, - 0x9C8D, 0x606A, 0x9C8E, 0x6077, 0x9C8F, 0x605F, 0x9C90, 0x604A, 0x9C91, 0x6046, 0x9C92, 0x604D, 0x9C93, 0x6063, 0x9C94, 0x6043, - 0x9C95, 0x6064, 0x9C96, 0x6042, 0x9C97, 0x606C, 0x9C98, 0x606B, 0x9C99, 0x6059, 0x9C9A, 0x6081, 0x9C9B, 0x608D, 0x9C9C, 0x60E7, - 0x9C9D, 0x6083, 0x9C9E, 0x609A, 0x9C9F, 0x6084, 0x9CA0, 0x609B, 0x9CA1, 0x6096, 0x9CA2, 0x6097, 0x9CA3, 0x6092, 0x9CA4, 0x60A7, - 0x9CA5, 0x608B, 0x9CA6, 0x60E1, 0x9CA7, 0x60B8, 0x9CA8, 0x60E0, 0x9CA9, 0x60D3, 0x9CAA, 0x60B4, 0x9CAB, 0x5FF0, 0x9CAC, 0x60BD, - 0x9CAD, 0x60C6, 0x9CAE, 0x60B5, 0x9CAF, 0x60D8, 0x9CB0, 0x614D, 0x9CB1, 0x6115, 0x9CB2, 0x6106, 0x9CB3, 0x60F6, 0x9CB4, 0x60F7, - 0x9CB5, 0x6100, 0x9CB6, 0x60F4, 0x9CB7, 0x60FA, 0x9CB8, 0x6103, 0x9CB9, 0x6121, 0x9CBA, 0x60FB, 0x9CBB, 0x60F1, 0x9CBC, 0x610D, - 0x9CBD, 0x610E, 0x9CBE, 0x6147, 0x9CBF, 0x613E, 0x9CC0, 0x6128, 0x9CC1, 0x6127, 0x9CC2, 0x614A, 0x9CC3, 0x613F, 0x9CC4, 0x613C, - 0x9CC5, 0x612C, 0x9CC6, 0x6134, 0x9CC7, 0x613D, 0x9CC8, 0x6142, 0x9CC9, 0x6144, 0x9CCA, 0x6173, 0x9CCB, 0x6177, 0x9CCC, 0x6158, - 0x9CCD, 0x6159, 0x9CCE, 0x615A, 0x9CCF, 0x616B, 0x9CD0, 0x6174, 0x9CD1, 0x616F, 0x9CD2, 0x6165, 0x9CD3, 0x6171, 0x9CD4, 0x615F, - 0x9CD5, 0x615D, 0x9CD6, 0x6153, 0x9CD7, 0x6175, 0x9CD8, 0x6199, 0x9CD9, 0x6196, 0x9CDA, 0x6187, 0x9CDB, 0x61AC, 0x9CDC, 0x6194, - 0x9CDD, 0x619A, 0x9CDE, 0x618A, 0x9CDF, 0x6191, 0x9CE0, 0x61AB, 0x9CE1, 0x61AE, 0x9CE2, 0x61CC, 0x9CE3, 0x61CA, 0x9CE4, 0x61C9, - 0x9CE5, 0x61F7, 0x9CE6, 0x61C8, 0x9CE7, 0x61C3, 0x9CE8, 0x61C6, 0x9CE9, 0x61BA, 0x9CEA, 0x61CB, 0x9CEB, 0x7F79, 0x9CEC, 0x61CD, - 0x9CED, 0x61E6, 0x9CEE, 0x61E3, 0x9CEF, 0x61F6, 0x9CF0, 0x61FA, 0x9CF1, 0x61F4, 0x9CF2, 0x61FF, 0x9CF3, 0x61FD, 0x9CF4, 0x61FC, - 0x9CF5, 0x61FE, 0x9CF6, 0x6200, 0x9CF7, 0x6208, 0x9CF8, 0x6209, 0x9CF9, 0x620D, 0x9CFA, 0x620C, 0x9CFB, 0x6214, 0x9CFC, 0x621B, - 0x9D40, 0x621E, 0x9D41, 0x6221, 0x9D42, 0x622A, 0x9D43, 0x622E, 0x9D44, 0x6230, 0x9D45, 0x6232, 0x9D46, 0x6233, 0x9D47, 0x6241, - 0x9D48, 0x624E, 0x9D49, 0x625E, 0x9D4A, 0x6263, 0x9D4B, 0x625B, 0x9D4C, 0x6260, 0x9D4D, 0x6268, 0x9D4E, 0x627C, 0x9D4F, 0x6282, - 0x9D50, 0x6289, 0x9D51, 0x627E, 0x9D52, 0x6292, 0x9D53, 0x6293, 0x9D54, 0x6296, 0x9D55, 0x62D4, 0x9D56, 0x6283, 0x9D57, 0x6294, - 0x9D58, 0x62D7, 0x9D59, 0x62D1, 0x9D5A, 0x62BB, 0x9D5B, 0x62CF, 0x9D5C, 0x62FF, 0x9D5D, 0x62C6, 0x9D5E, 0x64D4, 0x9D5F, 0x62C8, - 0x9D60, 0x62DC, 0x9D61, 0x62CC, 0x9D62, 0x62CA, 0x9D63, 0x62C2, 0x9D64, 0x62C7, 0x9D65, 0x629B, 0x9D66, 0x62C9, 0x9D67, 0x630C, - 0x9D68, 0x62EE, 0x9D69, 0x62F1, 0x9D6A, 0x6327, 0x9D6B, 0x6302, 0x9D6C, 0x6308, 0x9D6D, 0x62EF, 0x9D6E, 0x62F5, 0x9D6F, 0x6350, - 0x9D70, 0x633E, 0x9D71, 0x634D, 0x9D72, 0x641C, 0x9D73, 0x634F, 0x9D74, 0x6396, 0x9D75, 0x638E, 0x9D76, 0x6380, 0x9D77, 0x63AB, - 0x9D78, 0x6376, 0x9D79, 0x63A3, 0x9D7A, 0x638F, 0x9D7B, 0x6389, 0x9D7C, 0x639F, 0x9D7D, 0x63B5, 0x9D7E, 0x636B, 0x9D80, 0x6369, - 0x9D81, 0x63BE, 0x9D82, 0x63E9, 0x9D83, 0x63C0, 0x9D84, 0x63C6, 0x9D85, 0x63E3, 0x9D86, 0x63C9, 0x9D87, 0x63D2, 0x9D88, 0x63F6, - 0x9D89, 0x63C4, 0x9D8A, 0x6416, 0x9D8B, 0x6434, 0x9D8C, 0x6406, 0x9D8D, 0x6413, 0x9D8E, 0x6426, 0x9D8F, 0x6436, 0x9D90, 0x651D, - 0x9D91, 0x6417, 0x9D92, 0x6428, 0x9D93, 0x640F, 0x9D94, 0x6467, 0x9D95, 0x646F, 0x9D96, 0x6476, 0x9D97, 0x644E, 0x9D98, 0x652A, - 0x9D99, 0x6495, 0x9D9A, 0x6493, 0x9D9B, 0x64A5, 0x9D9C, 0x64A9, 0x9D9D, 0x6488, 0x9D9E, 0x64BC, 0x9D9F, 0x64DA, 0x9DA0, 0x64D2, - 0x9DA1, 0x64C5, 0x9DA2, 0x64C7, 0x9DA3, 0x64BB, 0x9DA4, 0x64D8, 0x9DA5, 0x64C2, 0x9DA6, 0x64F1, 0x9DA7, 0x64E7, 0x9DA8, 0x8209, - 0x9DA9, 0x64E0, 0x9DAA, 0x64E1, 0x9DAB, 0x62AC, 0x9DAC, 0x64E3, 0x9DAD, 0x64EF, 0x9DAE, 0x652C, 0x9DAF, 0x64F6, 0x9DB0, 0x64F4, - 0x9DB1, 0x64F2, 0x9DB2, 0x64FA, 0x9DB3, 0x6500, 0x9DB4, 0x64FD, 0x9DB5, 0x6518, 0x9DB6, 0x651C, 0x9DB7, 0x6505, 0x9DB8, 0x6524, - 0x9DB9, 0x6523, 0x9DBA, 0x652B, 0x9DBB, 0x6534, 0x9DBC, 0x6535, 0x9DBD, 0x6537, 0x9DBE, 0x6536, 0x9DBF, 0x6538, 0x9DC0, 0x754B, - 0x9DC1, 0x6548, 0x9DC2, 0x6556, 0x9DC3, 0x6555, 0x9DC4, 0x654D, 0x9DC5, 0x6558, 0x9DC6, 0x655E, 0x9DC7, 0x655D, 0x9DC8, 0x6572, - 0x9DC9, 0x6578, 0x9DCA, 0x6582, 0x9DCB, 0x6583, 0x9DCC, 0x8B8A, 0x9DCD, 0x659B, 0x9DCE, 0x659F, 0x9DCF, 0x65AB, 0x9DD0, 0x65B7, - 0x9DD1, 0x65C3, 0x9DD2, 0x65C6, 0x9DD3, 0x65C1, 0x9DD4, 0x65C4, 0x9DD5, 0x65CC, 0x9DD6, 0x65D2, 0x9DD7, 0x65DB, 0x9DD8, 0x65D9, - 0x9DD9, 0x65E0, 0x9DDA, 0x65E1, 0x9DDB, 0x65F1, 0x9DDC, 0x6772, 0x9DDD, 0x660A, 0x9DDE, 0x6603, 0x9DDF, 0x65FB, 0x9DE0, 0x6773, - 0x9DE1, 0x6635, 0x9DE2, 0x6636, 0x9DE3, 0x6634, 0x9DE4, 0x661C, 0x9DE5, 0x664F, 0x9DE6, 0x6644, 0x9DE7, 0x6649, 0x9DE8, 0x6641, - 0x9DE9, 0x665E, 0x9DEA, 0x665D, 0x9DEB, 0x6664, 0x9DEC, 0x6667, 0x9DED, 0x6668, 0x9DEE, 0x665F, 0x9DEF, 0x6662, 0x9DF0, 0x6670, - 0x9DF1, 0x6683, 0x9DF2, 0x6688, 0x9DF3, 0x668E, 0x9DF4, 0x6689, 0x9DF5, 0x6684, 0x9DF6, 0x6698, 0x9DF7, 0x669D, 0x9DF8, 0x66C1, - 0x9DF9, 0x66B9, 0x9DFA, 0x66C9, 0x9DFB, 0x66BE, 0x9DFC, 0x66BC, 0x9E40, 0x66C4, 0x9E41, 0x66B8, 0x9E42, 0x66D6, 0x9E43, 0x66DA, - 0x9E44, 0x66E0, 0x9E45, 0x663F, 0x9E46, 0x66E6, 0x9E47, 0x66E9, 0x9E48, 0x66F0, 0x9E49, 0x66F5, 0x9E4A, 0x66F7, 0x9E4B, 0x670F, - 0x9E4C, 0x6716, 0x9E4D, 0x671E, 0x9E4E, 0x6726, 0x9E4F, 0x6727, 0x9E50, 0x9738, 0x9E51, 0x672E, 0x9E52, 0x673F, 0x9E53, 0x6736, - 0x9E54, 0x6741, 0x9E55, 0x6738, 0x9E56, 0x6737, 0x9E57, 0x6746, 0x9E58, 0x675E, 0x9E59, 0x6760, 0x9E5A, 0x6759, 0x9E5B, 0x6763, - 0x9E5C, 0x6764, 0x9E5D, 0x6789, 0x9E5E, 0x6770, 0x9E5F, 0x67A9, 0x9E60, 0x677C, 0x9E61, 0x676A, 0x9E62, 0x678C, 0x9E63, 0x678B, - 0x9E64, 0x67A6, 0x9E65, 0x67A1, 0x9E66, 0x6785, 0x9E67, 0x67B7, 0x9E68, 0x67EF, 0x9E69, 0x67B4, 0x9E6A, 0x67EC, 0x9E6B, 0x67B3, - 0x9E6C, 0x67E9, 0x9E6D, 0x67B8, 0x9E6E, 0x67E4, 0x9E6F, 0x67DE, 0x9E70, 0x67DD, 0x9E71, 0x67E2, 0x9E72, 0x67EE, 0x9E73, 0x67B9, - 0x9E74, 0x67CE, 0x9E75, 0x67C6, 0x9E76, 0x67E7, 0x9E77, 0x6A9C, 0x9E78, 0x681E, 0x9E79, 0x6846, 0x9E7A, 0x6829, 0x9E7B, 0x6840, - 0x9E7C, 0x684D, 0x9E7D, 0x6832, 0x9E7E, 0x684E, 0x9E80, 0x68B3, 0x9E81, 0x682B, 0x9E82, 0x6859, 0x9E83, 0x6863, 0x9E84, 0x6877, - 0x9E85, 0x687F, 0x9E86, 0x689F, 0x9E87, 0x688F, 0x9E88, 0x68AD, 0x9E89, 0x6894, 0x9E8A, 0x689D, 0x9E8B, 0x689B, 0x9E8C, 0x6883, - 0x9E8D, 0x6AAE, 0x9E8E, 0x68B9, 0x9E8F, 0x6874, 0x9E90, 0x68B5, 0x9E91, 0x68A0, 0x9E92, 0x68BA, 0x9E93, 0x690F, 0x9E94, 0x688D, - 0x9E95, 0x687E, 0x9E96, 0x6901, 0x9E97, 0x68CA, 0x9E98, 0x6908, 0x9E99, 0x68D8, 0x9E9A, 0x6922, 0x9E9B, 0x6926, 0x9E9C, 0x68E1, - 0x9E9D, 0x690C, 0x9E9E, 0x68CD, 0x9E9F, 0x68D4, 0x9EA0, 0x68E7, 0x9EA1, 0x68D5, 0x9EA2, 0x6936, 0x9EA3, 0x6912, 0x9EA4, 0x6904, - 0x9EA5, 0x68D7, 0x9EA6, 0x68E3, 0x9EA7, 0x6925, 0x9EA8, 0x68F9, 0x9EA9, 0x68E0, 0x9EAA, 0x68EF, 0x9EAB, 0x6928, 0x9EAC, 0x692A, - 0x9EAD, 0x691A, 0x9EAE, 0x6923, 0x9EAF, 0x6921, 0x9EB0, 0x68C6, 0x9EB1, 0x6979, 0x9EB2, 0x6977, 0x9EB3, 0x695C, 0x9EB4, 0x6978, - 0x9EB5, 0x696B, 0x9EB6, 0x6954, 0x9EB7, 0x697E, 0x9EB8, 0x696E, 0x9EB9, 0x6939, 0x9EBA, 0x6974, 0x9EBB, 0x693D, 0x9EBC, 0x6959, - 0x9EBD, 0x6930, 0x9EBE, 0x6961, 0x9EBF, 0x695E, 0x9EC0, 0x695D, 0x9EC1, 0x6981, 0x9EC2, 0x696A, 0x9EC3, 0x69B2, 0x9EC4, 0x69AE, - 0x9EC5, 0x69D0, 0x9EC6, 0x69BF, 0x9EC7, 0x69C1, 0x9EC8, 0x69D3, 0x9EC9, 0x69BE, 0x9ECA, 0x69CE, 0x9ECB, 0x5BE8, 0x9ECC, 0x69CA, - 0x9ECD, 0x69DD, 0x9ECE, 0x69BB, 0x9ECF, 0x69C3, 0x9ED0, 0x69A7, 0x9ED1, 0x6A2E, 0x9ED2, 0x6991, 0x9ED3, 0x69A0, 0x9ED4, 0x699C, - 0x9ED5, 0x6995, 0x9ED6, 0x69B4, 0x9ED7, 0x69DE, 0x9ED8, 0x69E8, 0x9ED9, 0x6A02, 0x9EDA, 0x6A1B, 0x9EDB, 0x69FF, 0x9EDC, 0x6B0A, - 0x9EDD, 0x69F9, 0x9EDE, 0x69F2, 0x9EDF, 0x69E7, 0x9EE0, 0x6A05, 0x9EE1, 0x69B1, 0x9EE2, 0x6A1E, 0x9EE3, 0x69ED, 0x9EE4, 0x6A14, - 0x9EE5, 0x69EB, 0x9EE6, 0x6A0A, 0x9EE7, 0x6A12, 0x9EE8, 0x6AC1, 0x9EE9, 0x6A23, 0x9EEA, 0x6A13, 0x9EEB, 0x6A44, 0x9EEC, 0x6A0C, - 0x9EED, 0x6A72, 0x9EEE, 0x6A36, 0x9EEF, 0x6A78, 0x9EF0, 0x6A47, 0x9EF1, 0x6A62, 0x9EF2, 0x6A59, 0x9EF3, 0x6A66, 0x9EF4, 0x6A48, - 0x9EF5, 0x6A38, 0x9EF6, 0x6A22, 0x9EF7, 0x6A90, 0x9EF8, 0x6A8D, 0x9EF9, 0x6AA0, 0x9EFA, 0x6A84, 0x9EFB, 0x6AA2, 0x9EFC, 0x6AA3, - 0x9F40, 0x6A97, 0x9F41, 0x8617, 0x9F42, 0x6ABB, 0x9F43, 0x6AC3, 0x9F44, 0x6AC2, 0x9F45, 0x6AB8, 0x9F46, 0x6AB3, 0x9F47, 0x6AAC, - 0x9F48, 0x6ADE, 0x9F49, 0x6AD1, 0x9F4A, 0x6ADF, 0x9F4B, 0x6AAA, 0x9F4C, 0x6ADA, 0x9F4D, 0x6AEA, 0x9F4E, 0x6AFB, 0x9F4F, 0x6B05, - 0x9F50, 0x8616, 0x9F51, 0x6AFA, 0x9F52, 0x6B12, 0x9F53, 0x6B16, 0x9F54, 0x9B31, 0x9F55, 0x6B1F, 0x9F56, 0x6B38, 0x9F57, 0x6B37, - 0x9F58, 0x76DC, 0x9F59, 0x6B39, 0x9F5A, 0x98EE, 0x9F5B, 0x6B47, 0x9F5C, 0x6B43, 0x9F5D, 0x6B49, 0x9F5E, 0x6B50, 0x9F5F, 0x6B59, - 0x9F60, 0x6B54, 0x9F61, 0x6B5B, 0x9F62, 0x6B5F, 0x9F63, 0x6B61, 0x9F64, 0x6B78, 0x9F65, 0x6B79, 0x9F66, 0x6B7F, 0x9F67, 0x6B80, - 0x9F68, 0x6B84, 0x9F69, 0x6B83, 0x9F6A, 0x6B8D, 0x9F6B, 0x6B98, 0x9F6C, 0x6B95, 0x9F6D, 0x6B9E, 0x9F6E, 0x6BA4, 0x9F6F, 0x6BAA, - 0x9F70, 0x6BAB, 0x9F71, 0x6BAF, 0x9F72, 0x6BB2, 0x9F73, 0x6BB1, 0x9F74, 0x6BB3, 0x9F75, 0x6BB7, 0x9F76, 0x6BBC, 0x9F77, 0x6BC6, - 0x9F78, 0x6BCB, 0x9F79, 0x6BD3, 0x9F7A, 0x6BDF, 0x9F7B, 0x6BEC, 0x9F7C, 0x6BEB, 0x9F7D, 0x6BF3, 0x9F7E, 0x6BEF, 0x9F80, 0x9EBE, - 0x9F81, 0x6C08, 0x9F82, 0x6C13, 0x9F83, 0x6C14, 0x9F84, 0x6C1B, 0x9F85, 0x6C24, 0x9F86, 0x6C23, 0x9F87, 0x6C5E, 0x9F88, 0x6C55, - 0x9F89, 0x6C62, 0x9F8A, 0x6C6A, 0x9F8B, 0x6C82, 0x9F8C, 0x6C8D, 0x9F8D, 0x6C9A, 0x9F8E, 0x6C81, 0x9F8F, 0x6C9B, 0x9F90, 0x6C7E, - 0x9F91, 0x6C68, 0x9F92, 0x6C73, 0x9F93, 0x6C92, 0x9F94, 0x6C90, 0x9F95, 0x6CC4, 0x9F96, 0x6CF1, 0x9F97, 0x6CD3, 0x9F98, 0x6CBD, - 0x9F99, 0x6CD7, 0x9F9A, 0x6CC5, 0x9F9B, 0x6CDD, 0x9F9C, 0x6CAE, 0x9F9D, 0x6CB1, 0x9F9E, 0x6CBE, 0x9F9F, 0x6CBA, 0x9FA0, 0x6CDB, - 0x9FA1, 0x6CEF, 0x9FA2, 0x6CD9, 0x9FA3, 0x6CEA, 0x9FA4, 0x6D1F, 0x9FA5, 0x884D, 0x9FA6, 0x6D36, 0x9FA7, 0x6D2B, 0x9FA8, 0x6D3D, - 0x9FA9, 0x6D38, 0x9FAA, 0x6D19, 0x9FAB, 0x6D35, 0x9FAC, 0x6D33, 0x9FAD, 0x6D12, 0x9FAE, 0x6D0C, 0x9FAF, 0x6D63, 0x9FB0, 0x6D93, - 0x9FB1, 0x6D64, 0x9FB2, 0x6D5A, 0x9FB3, 0x6D79, 0x9FB4, 0x6D59, 0x9FB5, 0x6D8E, 0x9FB6, 0x6D95, 0x9FB7, 0x6FE4, 0x9FB8, 0x6D85, - 0x9FB9, 0x6DF9, 0x9FBA, 0x6E15, 0x9FBB, 0x6E0A, 0x9FBC, 0x6DB5, 0x9FBD, 0x6DC7, 0x9FBE, 0x6DE6, 0x9FBF, 0x6DB8, 0x9FC0, 0x6DC6, - 0x9FC1, 0x6DEC, 0x9FC2, 0x6DDE, 0x9FC3, 0x6DCC, 0x9FC4, 0x6DE8, 0x9FC5, 0x6DD2, 0x9FC6, 0x6DC5, 0x9FC7, 0x6DFA, 0x9FC8, 0x6DD9, - 0x9FC9, 0x6DE4, 0x9FCA, 0x6DD5, 0x9FCB, 0x6DEA, 0x9FCC, 0x6DEE, 0x9FCD, 0x6E2D, 0x9FCE, 0x6E6E, 0x9FCF, 0x6E2E, 0x9FD0, 0x6E19, - 0x9FD1, 0x6E72, 0x9FD2, 0x6E5F, 0x9FD3, 0x6E3E, 0x9FD4, 0x6E23, 0x9FD5, 0x6E6B, 0x9FD6, 0x6E2B, 0x9FD7, 0x6E76, 0x9FD8, 0x6E4D, - 0x9FD9, 0x6E1F, 0x9FDA, 0x6E43, 0x9FDB, 0x6E3A, 0x9FDC, 0x6E4E, 0x9FDD, 0x6E24, 0x9FDE, 0x6EFF, 0x9FDF, 0x6E1D, 0x9FE0, 0x6E38, - 0x9FE1, 0x6E82, 0x9FE2, 0x6EAA, 0x9FE3, 0x6E98, 0x9FE4, 0x6EC9, 0x9FE5, 0x6EB7, 0x9FE6, 0x6ED3, 0x9FE7, 0x6EBD, 0x9FE8, 0x6EAF, - 0x9FE9, 0x6EC4, 0x9FEA, 0x6EB2, 0x9FEB, 0x6ED4, 0x9FEC, 0x6ED5, 0x9FED, 0x6E8F, 0x9FEE, 0x6EA5, 0x9FEF, 0x6EC2, 0x9FF0, 0x6E9F, - 0x9FF1, 0x6F41, 0x9FF2, 0x6F11, 0x9FF3, 0x704C, 0x9FF4, 0x6EEC, 0x9FF5, 0x6EF8, 0x9FF6, 0x6EFE, 0x9FF7, 0x6F3F, 0x9FF8, 0x6EF2, - 0x9FF9, 0x6F31, 0x9FFA, 0x6EEF, 0x9FFB, 0x6F32, 0x9FFC, 0x6ECC, 0xE040, 0x6F3E, 0xE041, 0x6F13, 0xE042, 0x6EF7, 0xE043, 0x6F86, - 0xE044, 0x6F7A, 0xE045, 0x6F78, 0xE046, 0x6F81, 0xE047, 0x6F80, 0xE048, 0x6F6F, 0xE049, 0x6F5B, 0xE04A, 0x6FF3, 0xE04B, 0x6F6D, - 0xE04C, 0x6F82, 0xE04D, 0x6F7C, 0xE04E, 0x6F58, 0xE04F, 0x6F8E, 0xE050, 0x6F91, 0xE051, 0x6FC2, 0xE052, 0x6F66, 0xE053, 0x6FB3, - 0xE054, 0x6FA3, 0xE055, 0x6FA1, 0xE056, 0x6FA4, 0xE057, 0x6FB9, 0xE058, 0x6FC6, 0xE059, 0x6FAA, 0xE05A, 0x6FDF, 0xE05B, 0x6FD5, - 0xE05C, 0x6FEC, 0xE05D, 0x6FD4, 0xE05E, 0x6FD8, 0xE05F, 0x6FF1, 0xE060, 0x6FEE, 0xE061, 0x6FDB, 0xE062, 0x7009, 0xE063, 0x700B, - 0xE064, 0x6FFA, 0xE065, 0x7011, 0xE066, 0x7001, 0xE067, 0x700F, 0xE068, 0x6FFE, 0xE069, 0x701B, 0xE06A, 0x701A, 0xE06B, 0x6F74, - 0xE06C, 0x701D, 0xE06D, 0x7018, 0xE06E, 0x701F, 0xE06F, 0x7030, 0xE070, 0x703E, 0xE071, 0x7032, 0xE072, 0x7051, 0xE073, 0x7063, - 0xE074, 0x7099, 0xE075, 0x7092, 0xE076, 0x70AF, 0xE077, 0x70F1, 0xE078, 0x70AC, 0xE079, 0x70B8, 0xE07A, 0x70B3, 0xE07B, 0x70AE, - 0xE07C, 0x70DF, 0xE07D, 0x70CB, 0xE07E, 0x70DD, 0xE080, 0x70D9, 0xE081, 0x7109, 0xE082, 0x70FD, 0xE083, 0x711C, 0xE084, 0x7119, - 0xE085, 0x7165, 0xE086, 0x7155, 0xE087, 0x7188, 0xE088, 0x7166, 0xE089, 0x7162, 0xE08A, 0x714C, 0xE08B, 0x7156, 0xE08C, 0x716C, - 0xE08D, 0x718F, 0xE08E, 0x71FB, 0xE08F, 0x7184, 0xE090, 0x7195, 0xE091, 0x71A8, 0xE092, 0x71AC, 0xE093, 0x71D7, 0xE094, 0x71B9, - 0xE095, 0x71BE, 0xE096, 0x71D2, 0xE097, 0x71C9, 0xE098, 0x71D4, 0xE099, 0x71CE, 0xE09A, 0x71E0, 0xE09B, 0x71EC, 0xE09C, 0x71E7, - 0xE09D, 0x71F5, 0xE09E, 0x71FC, 0xE09F, 0x71F9, 0xE0A0, 0x71FF, 0xE0A1, 0x720D, 0xE0A2, 0x7210, 0xE0A3, 0x721B, 0xE0A4, 0x7228, - 0xE0A5, 0x722D, 0xE0A6, 0x722C, 0xE0A7, 0x7230, 0xE0A8, 0x7232, 0xE0A9, 0x723B, 0xE0AA, 0x723C, 0xE0AB, 0x723F, 0xE0AC, 0x7240, - 0xE0AD, 0x7246, 0xE0AE, 0x724B, 0xE0AF, 0x7258, 0xE0B0, 0x7274, 0xE0B1, 0x727E, 0xE0B2, 0x7282, 0xE0B3, 0x7281, 0xE0B4, 0x7287, - 0xE0B5, 0x7292, 0xE0B6, 0x7296, 0xE0B7, 0x72A2, 0xE0B8, 0x72A7, 0xE0B9, 0x72B9, 0xE0BA, 0x72B2, 0xE0BB, 0x72C3, 0xE0BC, 0x72C6, - 0xE0BD, 0x72C4, 0xE0BE, 0x72CE, 0xE0BF, 0x72D2, 0xE0C0, 0x72E2, 0xE0C1, 0x72E0, 0xE0C2, 0x72E1, 0xE0C3, 0x72F9, 0xE0C4, 0x72F7, - 0xE0C5, 0x500F, 0xE0C6, 0x7317, 0xE0C7, 0x730A, 0xE0C8, 0x731C, 0xE0C9, 0x7316, 0xE0CA, 0x731D, 0xE0CB, 0x7334, 0xE0CC, 0x732F, - 0xE0CD, 0x7329, 0xE0CE, 0x7325, 0xE0CF, 0x733E, 0xE0D0, 0x734E, 0xE0D1, 0x734F, 0xE0D2, 0x9ED8, 0xE0D3, 0x7357, 0xE0D4, 0x736A, - 0xE0D5, 0x7368, 0xE0D6, 0x7370, 0xE0D7, 0x7378, 0xE0D8, 0x7375, 0xE0D9, 0x737B, 0xE0DA, 0x737A, 0xE0DB, 0x73C8, 0xE0DC, 0x73B3, - 0xE0DD, 0x73CE, 0xE0DE, 0x73BB, 0xE0DF, 0x73C0, 0xE0E0, 0x73E5, 0xE0E1, 0x73EE, 0xE0E2, 0x73DE, 0xE0E3, 0x74A2, 0xE0E4, 0x7405, - 0xE0E5, 0x746F, 0xE0E6, 0x7425, 0xE0E7, 0x73F8, 0xE0E8, 0x7432, 0xE0E9, 0x743A, 0xE0EA, 0x7455, 0xE0EB, 0x743F, 0xE0EC, 0x745F, - 0xE0ED, 0x7459, 0xE0EE, 0x7441, 0xE0EF, 0x745C, 0xE0F0, 0x7469, 0xE0F1, 0x7470, 0xE0F2, 0x7463, 0xE0F3, 0x746A, 0xE0F4, 0x7476, - 0xE0F5, 0x747E, 0xE0F6, 0x748B, 0xE0F7, 0x749E, 0xE0F8, 0x74A7, 0xE0F9, 0x74CA, 0xE0FA, 0x74CF, 0xE0FB, 0x74D4, 0xE0FC, 0x73F1, - 0xE140, 0x74E0, 0xE141, 0x74E3, 0xE142, 0x74E7, 0xE143, 0x74E9, 0xE144, 0x74EE, 0xE145, 0x74F2, 0xE146, 0x74F0, 0xE147, 0x74F1, - 0xE148, 0x74F8, 0xE149, 0x74F7, 0xE14A, 0x7504, 0xE14B, 0x7503, 0xE14C, 0x7505, 0xE14D, 0x750C, 0xE14E, 0x750E, 0xE14F, 0x750D, - 0xE150, 0x7515, 0xE151, 0x7513, 0xE152, 0x751E, 0xE153, 0x7526, 0xE154, 0x752C, 0xE155, 0x753C, 0xE156, 0x7544, 0xE157, 0x754D, - 0xE158, 0x754A, 0xE159, 0x7549, 0xE15A, 0x755B, 0xE15B, 0x7546, 0xE15C, 0x755A, 0xE15D, 0x7569, 0xE15E, 0x7564, 0xE15F, 0x7567, - 0xE160, 0x756B, 0xE161, 0x756D, 0xE162, 0x7578, 0xE163, 0x7576, 0xE164, 0x7586, 0xE165, 0x7587, 0xE166, 0x7574, 0xE167, 0x758A, - 0xE168, 0x7589, 0xE169, 0x7582, 0xE16A, 0x7594, 0xE16B, 0x759A, 0xE16C, 0x759D, 0xE16D, 0x75A5, 0xE16E, 0x75A3, 0xE16F, 0x75C2, - 0xE170, 0x75B3, 0xE171, 0x75C3, 0xE172, 0x75B5, 0xE173, 0x75BD, 0xE174, 0x75B8, 0xE175, 0x75BC, 0xE176, 0x75B1, 0xE177, 0x75CD, - 0xE178, 0x75CA, 0xE179, 0x75D2, 0xE17A, 0x75D9, 0xE17B, 0x75E3, 0xE17C, 0x75DE, 0xE17D, 0x75FE, 0xE17E, 0x75FF, 0xE180, 0x75FC, - 0xE181, 0x7601, 0xE182, 0x75F0, 0xE183, 0x75FA, 0xE184, 0x75F2, 0xE185, 0x75F3, 0xE186, 0x760B, 0xE187, 0x760D, 0xE188, 0x7609, - 0xE189, 0x761F, 0xE18A, 0x7627, 0xE18B, 0x7620, 0xE18C, 0x7621, 0xE18D, 0x7622, 0xE18E, 0x7624, 0xE18F, 0x7634, 0xE190, 0x7630, - 0xE191, 0x763B, 0xE192, 0x7647, 0xE193, 0x7648, 0xE194, 0x7646, 0xE195, 0x765C, 0xE196, 0x7658, 0xE197, 0x7661, 0xE198, 0x7662, - 0xE199, 0x7668, 0xE19A, 0x7669, 0xE19B, 0x766A, 0xE19C, 0x7667, 0xE19D, 0x766C, 0xE19E, 0x7670, 0xE19F, 0x7672, 0xE1A0, 0x7676, - 0xE1A1, 0x7678, 0xE1A2, 0x767C, 0xE1A3, 0x7680, 0xE1A4, 0x7683, 0xE1A5, 0x7688, 0xE1A6, 0x768B, 0xE1A7, 0x768E, 0xE1A8, 0x7696, - 0xE1A9, 0x7693, 0xE1AA, 0x7699, 0xE1AB, 0x769A, 0xE1AC, 0x76B0, 0xE1AD, 0x76B4, 0xE1AE, 0x76B8, 0xE1AF, 0x76B9, 0xE1B0, 0x76BA, - 0xE1B1, 0x76C2, 0xE1B2, 0x76CD, 0xE1B3, 0x76D6, 0xE1B4, 0x76D2, 0xE1B5, 0x76DE, 0xE1B6, 0x76E1, 0xE1B7, 0x76E5, 0xE1B8, 0x76E7, - 0xE1B9, 0x76EA, 0xE1BA, 0x862F, 0xE1BB, 0x76FB, 0xE1BC, 0x7708, 0xE1BD, 0x7707, 0xE1BE, 0x7704, 0xE1BF, 0x7729, 0xE1C0, 0x7724, - 0xE1C1, 0x771E, 0xE1C2, 0x7725, 0xE1C3, 0x7726, 0xE1C4, 0x771B, 0xE1C5, 0x7737, 0xE1C6, 0x7738, 0xE1C7, 0x7747, 0xE1C8, 0x775A, - 0xE1C9, 0x7768, 0xE1CA, 0x776B, 0xE1CB, 0x775B, 0xE1CC, 0x7765, 0xE1CD, 0x777F, 0xE1CE, 0x777E, 0xE1CF, 0x7779, 0xE1D0, 0x778E, - 0xE1D1, 0x778B, 0xE1D2, 0x7791, 0xE1D3, 0x77A0, 0xE1D4, 0x779E, 0xE1D5, 0x77B0, 0xE1D6, 0x77B6, 0xE1D7, 0x77B9, 0xE1D8, 0x77BF, - 0xE1D9, 0x77BC, 0xE1DA, 0x77BD, 0xE1DB, 0x77BB, 0xE1DC, 0x77C7, 0xE1DD, 0x77CD, 0xE1DE, 0x77D7, 0xE1DF, 0x77DA, 0xE1E0, 0x77DC, - 0xE1E1, 0x77E3, 0xE1E2, 0x77EE, 0xE1E3, 0x77FC, 0xE1E4, 0x780C, 0xE1E5, 0x7812, 0xE1E6, 0x7926, 0xE1E7, 0x7820, 0xE1E8, 0x792A, - 0xE1E9, 0x7845, 0xE1EA, 0x788E, 0xE1EB, 0x7874, 0xE1EC, 0x7886, 0xE1ED, 0x787C, 0xE1EE, 0x789A, 0xE1EF, 0x788C, 0xE1F0, 0x78A3, - 0xE1F1, 0x78B5, 0xE1F2, 0x78AA, 0xE1F3, 0x78AF, 0xE1F4, 0x78D1, 0xE1F5, 0x78C6, 0xE1F6, 0x78CB, 0xE1F7, 0x78D4, 0xE1F8, 0x78BE, - 0xE1F9, 0x78BC, 0xE1FA, 0x78C5, 0xE1FB, 0x78CA, 0xE1FC, 0x78EC, 0xE240, 0x78E7, 0xE241, 0x78DA, 0xE242, 0x78FD, 0xE243, 0x78F4, - 0xE244, 0x7907, 0xE245, 0x7912, 0xE246, 0x7911, 0xE247, 0x7919, 0xE248, 0x792C, 0xE249, 0x792B, 0xE24A, 0x7940, 0xE24B, 0x7960, - 0xE24C, 0x7957, 0xE24D, 0x795F, 0xE24E, 0x795A, 0xE24F, 0x7955, 0xE250, 0x7953, 0xE251, 0x797A, 0xE252, 0x797F, 0xE253, 0x798A, - 0xE254, 0x799D, 0xE255, 0x79A7, 0xE256, 0x9F4B, 0xE257, 0x79AA, 0xE258, 0x79AE, 0xE259, 0x79B3, 0xE25A, 0x79B9, 0xE25B, 0x79BA, - 0xE25C, 0x79C9, 0xE25D, 0x79D5, 0xE25E, 0x79E7, 0xE25F, 0x79EC, 0xE260, 0x79E1, 0xE261, 0x79E3, 0xE262, 0x7A08, 0xE263, 0x7A0D, - 0xE264, 0x7A18, 0xE265, 0x7A19, 0xE266, 0x7A20, 0xE267, 0x7A1F, 0xE268, 0x7980, 0xE269, 0x7A31, 0xE26A, 0x7A3B, 0xE26B, 0x7A3E, - 0xE26C, 0x7A37, 0xE26D, 0x7A43, 0xE26E, 0x7A57, 0xE26F, 0x7A49, 0xE270, 0x7A61, 0xE271, 0x7A62, 0xE272, 0x7A69, 0xE273, 0x9F9D, - 0xE274, 0x7A70, 0xE275, 0x7A79, 0xE276, 0x7A7D, 0xE277, 0x7A88, 0xE278, 0x7A97, 0xE279, 0x7A95, 0xE27A, 0x7A98, 0xE27B, 0x7A96, - 0xE27C, 0x7AA9, 0xE27D, 0x7AC8, 0xE27E, 0x7AB0, 0xE280, 0x7AB6, 0xE281, 0x7AC5, 0xE282, 0x7AC4, 0xE283, 0x7ABF, 0xE284, 0x9083, - 0xE285, 0x7AC7, 0xE286, 0x7ACA, 0xE287, 0x7ACD, 0xE288, 0x7ACF, 0xE289, 0x7AD5, 0xE28A, 0x7AD3, 0xE28B, 0x7AD9, 0xE28C, 0x7ADA, - 0xE28D, 0x7ADD, 0xE28E, 0x7AE1, 0xE28F, 0x7AE2, 0xE290, 0x7AE6, 0xE291, 0x7AED, 0xE292, 0x7AF0, 0xE293, 0x7B02, 0xE294, 0x7B0F, - 0xE295, 0x7B0A, 0xE296, 0x7B06, 0xE297, 0x7B33, 0xE298, 0x7B18, 0xE299, 0x7B19, 0xE29A, 0x7B1E, 0xE29B, 0x7B35, 0xE29C, 0x7B28, - 0xE29D, 0x7B36, 0xE29E, 0x7B50, 0xE29F, 0x7B7A, 0xE2A0, 0x7B04, 0xE2A1, 0x7B4D, 0xE2A2, 0x7B0B, 0xE2A3, 0x7B4C, 0xE2A4, 0x7B45, - 0xE2A5, 0x7B75, 0xE2A6, 0x7B65, 0xE2A7, 0x7B74, 0xE2A8, 0x7B67, 0xE2A9, 0x7B70, 0xE2AA, 0x7B71, 0xE2AB, 0x7B6C, 0xE2AC, 0x7B6E, - 0xE2AD, 0x7B9D, 0xE2AE, 0x7B98, 0xE2AF, 0x7B9F, 0xE2B0, 0x7B8D, 0xE2B1, 0x7B9C, 0xE2B2, 0x7B9A, 0xE2B3, 0x7B8B, 0xE2B4, 0x7B92, - 0xE2B5, 0x7B8F, 0xE2B6, 0x7B5D, 0xE2B7, 0x7B99, 0xE2B8, 0x7BCB, 0xE2B9, 0x7BC1, 0xE2BA, 0x7BCC, 0xE2BB, 0x7BCF, 0xE2BC, 0x7BB4, - 0xE2BD, 0x7BC6, 0xE2BE, 0x7BDD, 0xE2BF, 0x7BE9, 0xE2C0, 0x7C11, 0xE2C1, 0x7C14, 0xE2C2, 0x7BE6, 0xE2C3, 0x7BE5, 0xE2C4, 0x7C60, - 0xE2C5, 0x7C00, 0xE2C6, 0x7C07, 0xE2C7, 0x7C13, 0xE2C8, 0x7BF3, 0xE2C9, 0x7BF7, 0xE2CA, 0x7C17, 0xE2CB, 0x7C0D, 0xE2CC, 0x7BF6, - 0xE2CD, 0x7C23, 0xE2CE, 0x7C27, 0xE2CF, 0x7C2A, 0xE2D0, 0x7C1F, 0xE2D1, 0x7C37, 0xE2D2, 0x7C2B, 0xE2D3, 0x7C3D, 0xE2D4, 0x7C4C, - 0xE2D5, 0x7C43, 0xE2D6, 0x7C54, 0xE2D7, 0x7C4F, 0xE2D8, 0x7C40, 0xE2D9, 0x7C50, 0xE2DA, 0x7C58, 0xE2DB, 0x7C5F, 0xE2DC, 0x7C64, - 0xE2DD, 0x7C56, 0xE2DE, 0x7C65, 0xE2DF, 0x7C6C, 0xE2E0, 0x7C75, 0xE2E1, 0x7C83, 0xE2E2, 0x7C90, 0xE2E3, 0x7CA4, 0xE2E4, 0x7CAD, - 0xE2E5, 0x7CA2, 0xE2E6, 0x7CAB, 0xE2E7, 0x7CA1, 0xE2E8, 0x7CA8, 0xE2E9, 0x7CB3, 0xE2EA, 0x7CB2, 0xE2EB, 0x7CB1, 0xE2EC, 0x7CAE, - 0xE2ED, 0x7CB9, 0xE2EE, 0x7CBD, 0xE2EF, 0x7CC0, 0xE2F0, 0x7CC5, 0xE2F1, 0x7CC2, 0xE2F2, 0x7CD8, 0xE2F3, 0x7CD2, 0xE2F4, 0x7CDC, - 0xE2F5, 0x7CE2, 0xE2F6, 0x9B3B, 0xE2F7, 0x7CEF, 0xE2F8, 0x7CF2, 0xE2F9, 0x7CF4, 0xE2FA, 0x7CF6, 0xE2FB, 0x7CFA, 0xE2FC, 0x7D06, - 0xE340, 0x7D02, 0xE341, 0x7D1C, 0xE342, 0x7D15, 0xE343, 0x7D0A, 0xE344, 0x7D45, 0xE345, 0x7D4B, 0xE346, 0x7D2E, 0xE347, 0x7D32, - 0xE348, 0x7D3F, 0xE349, 0x7D35, 0xE34A, 0x7D46, 0xE34B, 0x7D73, 0xE34C, 0x7D56, 0xE34D, 0x7D4E, 0xE34E, 0x7D72, 0xE34F, 0x7D68, - 0xE350, 0x7D6E, 0xE351, 0x7D4F, 0xE352, 0x7D63, 0xE353, 0x7D93, 0xE354, 0x7D89, 0xE355, 0x7D5B, 0xE356, 0x7D8F, 0xE357, 0x7D7D, - 0xE358, 0x7D9B, 0xE359, 0x7DBA, 0xE35A, 0x7DAE, 0xE35B, 0x7DA3, 0xE35C, 0x7DB5, 0xE35D, 0x7DC7, 0xE35E, 0x7DBD, 0xE35F, 0x7DAB, - 0xE360, 0x7E3D, 0xE361, 0x7DA2, 0xE362, 0x7DAF, 0xE363, 0x7DDC, 0xE364, 0x7DB8, 0xE365, 0x7D9F, 0xE366, 0x7DB0, 0xE367, 0x7DD8, - 0xE368, 0x7DDD, 0xE369, 0x7DE4, 0xE36A, 0x7DDE, 0xE36B, 0x7DFB, 0xE36C, 0x7DF2, 0xE36D, 0x7DE1, 0xE36E, 0x7E05, 0xE36F, 0x7E0A, - 0xE370, 0x7E23, 0xE371, 0x7E21, 0xE372, 0x7E12, 0xE373, 0x7E31, 0xE374, 0x7E1F, 0xE375, 0x7E09, 0xE376, 0x7E0B, 0xE377, 0x7E22, - 0xE378, 0x7E46, 0xE379, 0x7E66, 0xE37A, 0x7E3B, 0xE37B, 0x7E35, 0xE37C, 0x7E39, 0xE37D, 0x7E43, 0xE37E, 0x7E37, 0xE380, 0x7E32, - 0xE381, 0x7E3A, 0xE382, 0x7E67, 0xE383, 0x7E5D, 0xE384, 0x7E56, 0xE385, 0x7E5E, 0xE386, 0x7E59, 0xE387, 0x7E5A, 0xE388, 0x7E79, - 0xE389, 0x7E6A, 0xE38A, 0x7E69, 0xE38B, 0x7E7C, 0xE38C, 0x7E7B, 0xE38D, 0x7E83, 0xE38E, 0x7DD5, 0xE38F, 0x7E7D, 0xE390, 0x8FAE, - 0xE391, 0x7E7F, 0xE392, 0x7E88, 0xE393, 0x7E89, 0xE394, 0x7E8C, 0xE395, 0x7E92, 0xE396, 0x7E90, 0xE397, 0x7E93, 0xE398, 0x7E94, - 0xE399, 0x7E96, 0xE39A, 0x7E8E, 0xE39B, 0x7E9B, 0xE39C, 0x7E9C, 0xE39D, 0x7F38, 0xE39E, 0x7F3A, 0xE39F, 0x7F45, 0xE3A0, 0x7F4C, - 0xE3A1, 0x7F4D, 0xE3A2, 0x7F4E, 0xE3A3, 0x7F50, 0xE3A4, 0x7F51, 0xE3A5, 0x7F55, 0xE3A6, 0x7F54, 0xE3A7, 0x7F58, 0xE3A8, 0x7F5F, - 0xE3A9, 0x7F60, 0xE3AA, 0x7F68, 0xE3AB, 0x7F69, 0xE3AC, 0x7F67, 0xE3AD, 0x7F78, 0xE3AE, 0x7F82, 0xE3AF, 0x7F86, 0xE3B0, 0x7F83, - 0xE3B1, 0x7F88, 0xE3B2, 0x7F87, 0xE3B3, 0x7F8C, 0xE3B4, 0x7F94, 0xE3B5, 0x7F9E, 0xE3B6, 0x7F9D, 0xE3B7, 0x7F9A, 0xE3B8, 0x7FA3, - 0xE3B9, 0x7FAF, 0xE3BA, 0x7FB2, 0xE3BB, 0x7FB9, 0xE3BC, 0x7FAE, 0xE3BD, 0x7FB6, 0xE3BE, 0x7FB8, 0xE3BF, 0x8B71, 0xE3C0, 0x7FC5, - 0xE3C1, 0x7FC6, 0xE3C2, 0x7FCA, 0xE3C3, 0x7FD5, 0xE3C4, 0x7FD4, 0xE3C5, 0x7FE1, 0xE3C6, 0x7FE6, 0xE3C7, 0x7FE9, 0xE3C8, 0x7FF3, - 0xE3C9, 0x7FF9, 0xE3CA, 0x98DC, 0xE3CB, 0x8006, 0xE3CC, 0x8004, 0xE3CD, 0x800B, 0xE3CE, 0x8012, 0xE3CF, 0x8018, 0xE3D0, 0x8019, - 0xE3D1, 0x801C, 0xE3D2, 0x8021, 0xE3D3, 0x8028, 0xE3D4, 0x803F, 0xE3D5, 0x803B, 0xE3D6, 0x804A, 0xE3D7, 0x8046, 0xE3D8, 0x8052, - 0xE3D9, 0x8058, 0xE3DA, 0x805A, 0xE3DB, 0x805F, 0xE3DC, 0x8062, 0xE3DD, 0x8068, 0xE3DE, 0x8073, 0xE3DF, 0x8072, 0xE3E0, 0x8070, - 0xE3E1, 0x8076, 0xE3E2, 0x8079, 0xE3E3, 0x807D, 0xE3E4, 0x807F, 0xE3E5, 0x8084, 0xE3E6, 0x8086, 0xE3E7, 0x8085, 0xE3E8, 0x809B, - 0xE3E9, 0x8093, 0xE3EA, 0x809A, 0xE3EB, 0x80AD, 0xE3EC, 0x5190, 0xE3ED, 0x80AC, 0xE3EE, 0x80DB, 0xE3EF, 0x80E5, 0xE3F0, 0x80D9, - 0xE3F1, 0x80DD, 0xE3F2, 0x80C4, 0xE3F3, 0x80DA, 0xE3F4, 0x80D6, 0xE3F5, 0x8109, 0xE3F6, 0x80EF, 0xE3F7, 0x80F1, 0xE3F8, 0x811B, - 0xE3F9, 0x8129, 0xE3FA, 0x8123, 0xE3FB, 0x812F, 0xE3FC, 0x814B, 0xE440, 0x968B, 0xE441, 0x8146, 0xE442, 0x813E, 0xE443, 0x8153, - 0xE444, 0x8151, 0xE445, 0x80FC, 0xE446, 0x8171, 0xE447, 0x816E, 0xE448, 0x8165, 0xE449, 0x8166, 0xE44A, 0x8174, 0xE44B, 0x8183, - 0xE44C, 0x8188, 0xE44D, 0x818A, 0xE44E, 0x8180, 0xE44F, 0x8182, 0xE450, 0x81A0, 0xE451, 0x8195, 0xE452, 0x81A4, 0xE453, 0x81A3, - 0xE454, 0x815F, 0xE455, 0x8193, 0xE456, 0x81A9, 0xE457, 0x81B0, 0xE458, 0x81B5, 0xE459, 0x81BE, 0xE45A, 0x81B8, 0xE45B, 0x81BD, - 0xE45C, 0x81C0, 0xE45D, 0x81C2, 0xE45E, 0x81BA, 0xE45F, 0x81C9, 0xE460, 0x81CD, 0xE461, 0x81D1, 0xE462, 0x81D9, 0xE463, 0x81D8, - 0xE464, 0x81C8, 0xE465, 0x81DA, 0xE466, 0x81DF, 0xE467, 0x81E0, 0xE468, 0x81E7, 0xE469, 0x81FA, 0xE46A, 0x81FB, 0xE46B, 0x81FE, - 0xE46C, 0x8201, 0xE46D, 0x8202, 0xE46E, 0x8205, 0xE46F, 0x8207, 0xE470, 0x820A, 0xE471, 0x820D, 0xE472, 0x8210, 0xE473, 0x8216, - 0xE474, 0x8229, 0xE475, 0x822B, 0xE476, 0x8238, 0xE477, 0x8233, 0xE478, 0x8240, 0xE479, 0x8259, 0xE47A, 0x8258, 0xE47B, 0x825D, - 0xE47C, 0x825A, 0xE47D, 0x825F, 0xE47E, 0x8264, 0xE480, 0x8262, 0xE481, 0x8268, 0xE482, 0x826A, 0xE483, 0x826B, 0xE484, 0x822E, - 0xE485, 0x8271, 0xE486, 0x8277, 0xE487, 0x8278, 0xE488, 0x827E, 0xE489, 0x828D, 0xE48A, 0x8292, 0xE48B, 0x82AB, 0xE48C, 0x829F, - 0xE48D, 0x82BB, 0xE48E, 0x82AC, 0xE48F, 0x82E1, 0xE490, 0x82E3, 0xE491, 0x82DF, 0xE492, 0x82D2, 0xE493, 0x82F4, 0xE494, 0x82F3, - 0xE495, 0x82FA, 0xE496, 0x8393, 0xE497, 0x8303, 0xE498, 0x82FB, 0xE499, 0x82F9, 0xE49A, 0x82DE, 0xE49B, 0x8306, 0xE49C, 0x82DC, - 0xE49D, 0x8309, 0xE49E, 0x82D9, 0xE49F, 0x8335, 0xE4A0, 0x8334, 0xE4A1, 0x8316, 0xE4A2, 0x8332, 0xE4A3, 0x8331, 0xE4A4, 0x8340, - 0xE4A5, 0x8339, 0xE4A6, 0x8350, 0xE4A7, 0x8345, 0xE4A8, 0x832F, 0xE4A9, 0x832B, 0xE4AA, 0x8317, 0xE4AB, 0x8318, 0xE4AC, 0x8385, - 0xE4AD, 0x839A, 0xE4AE, 0x83AA, 0xE4AF, 0x839F, 0xE4B0, 0x83A2, 0xE4B1, 0x8396, 0xE4B2, 0x8323, 0xE4B3, 0x838E, 0xE4B4, 0x8387, - 0xE4B5, 0x838A, 0xE4B6, 0x837C, 0xE4B7, 0x83B5, 0xE4B8, 0x8373, 0xE4B9, 0x8375, 0xE4BA, 0x83A0, 0xE4BB, 0x8389, 0xE4BC, 0x83A8, - 0xE4BD, 0x83F4, 0xE4BE, 0x8413, 0xE4BF, 0x83EB, 0xE4C0, 0x83CE, 0xE4C1, 0x83FD, 0xE4C2, 0x8403, 0xE4C3, 0x83D8, 0xE4C4, 0x840B, - 0xE4C5, 0x83C1, 0xE4C6, 0x83F7, 0xE4C7, 0x8407, 0xE4C8, 0x83E0, 0xE4C9, 0x83F2, 0xE4CA, 0x840D, 0xE4CB, 0x8422, 0xE4CC, 0x8420, - 0xE4CD, 0x83BD, 0xE4CE, 0x8438, 0xE4CF, 0x8506, 0xE4D0, 0x83FB, 0xE4D1, 0x846D, 0xE4D2, 0x842A, 0xE4D3, 0x843C, 0xE4D4, 0x855A, - 0xE4D5, 0x8484, 0xE4D6, 0x8477, 0xE4D7, 0x846B, 0xE4D8, 0x84AD, 0xE4D9, 0x846E, 0xE4DA, 0x8482, 0xE4DB, 0x8469, 0xE4DC, 0x8446, - 0xE4DD, 0x842C, 0xE4DE, 0x846F, 0xE4DF, 0x8479, 0xE4E0, 0x8435, 0xE4E1, 0x84CA, 0xE4E2, 0x8462, 0xE4E3, 0x84B9, 0xE4E4, 0x84BF, - 0xE4E5, 0x849F, 0xE4E6, 0x84D9, 0xE4E7, 0x84CD, 0xE4E8, 0x84BB, 0xE4E9, 0x84DA, 0xE4EA, 0x84D0, 0xE4EB, 0x84C1, 0xE4EC, 0x84C6, - 0xE4ED, 0x84D6, 0xE4EE, 0x84A1, 0xE4EF, 0x8521, 0xE4F0, 0x84FF, 0xE4F1, 0x84F4, 0xE4F2, 0x8517, 0xE4F3, 0x8518, 0xE4F4, 0x852C, - 0xE4F5, 0x851F, 0xE4F6, 0x8515, 0xE4F7, 0x8514, 0xE4F8, 0x84FC, 0xE4F9, 0x8540, 0xE4FA, 0x8563, 0xE4FB, 0x8558, 0xE4FC, 0x8548, - 0xE540, 0x8541, 0xE541, 0x8602, 0xE542, 0x854B, 0xE543, 0x8555, 0xE544, 0x8580, 0xE545, 0x85A4, 0xE546, 0x8588, 0xE547, 0x8591, - 0xE548, 0x858A, 0xE549, 0x85A8, 0xE54A, 0x856D, 0xE54B, 0x8594, 0xE54C, 0x859B, 0xE54D, 0x85EA, 0xE54E, 0x8587, 0xE54F, 0x859C, - 0xE550, 0x8577, 0xE551, 0x857E, 0xE552, 0x8590, 0xE553, 0x85C9, 0xE554, 0x85BA, 0xE555, 0x85CF, 0xE556, 0x85B9, 0xE557, 0x85D0, - 0xE558, 0x85D5, 0xE559, 0x85DD, 0xE55A, 0x85E5, 0xE55B, 0x85DC, 0xE55C, 0x85F9, 0xE55D, 0x860A, 0xE55E, 0x8613, 0xE55F, 0x860B, - 0xE560, 0x85FE, 0xE561, 0x85FA, 0xE562, 0x8606, 0xE563, 0x8622, 0xE564, 0x861A, 0xE565, 0x8630, 0xE566, 0x863F, 0xE567, 0x864D, - 0xE568, 0x4E55, 0xE569, 0x8654, 0xE56A, 0x865F, 0xE56B, 0x8667, 0xE56C, 0x8671, 0xE56D, 0x8693, 0xE56E, 0x86A3, 0xE56F, 0x86A9, - 0xE570, 0x86AA, 0xE571, 0x868B, 0xE572, 0x868C, 0xE573, 0x86B6, 0xE574, 0x86AF, 0xE575, 0x86C4, 0xE576, 0x86C6, 0xE577, 0x86B0, - 0xE578, 0x86C9, 0xE579, 0x8823, 0xE57A, 0x86AB, 0xE57B, 0x86D4, 0xE57C, 0x86DE, 0xE57D, 0x86E9, 0xE57E, 0x86EC, 0xE580, 0x86DF, - 0xE581, 0x86DB, 0xE582, 0x86EF, 0xE583, 0x8712, 0xE584, 0x8706, 0xE585, 0x8708, 0xE586, 0x8700, 0xE587, 0x8703, 0xE588, 0x86FB, - 0xE589, 0x8711, 0xE58A, 0x8709, 0xE58B, 0x870D, 0xE58C, 0x86F9, 0xE58D, 0x870A, 0xE58E, 0x8734, 0xE58F, 0x873F, 0xE590, 0x8737, - 0xE591, 0x873B, 0xE592, 0x8725, 0xE593, 0x8729, 0xE594, 0x871A, 0xE595, 0x8760, 0xE596, 0x875F, 0xE597, 0x8778, 0xE598, 0x874C, - 0xE599, 0x874E, 0xE59A, 0x8774, 0xE59B, 0x8757, 0xE59C, 0x8768, 0xE59D, 0x876E, 0xE59E, 0x8759, 0xE59F, 0x8753, 0xE5A0, 0x8763, - 0xE5A1, 0x876A, 0xE5A2, 0x8805, 0xE5A3, 0x87A2, 0xE5A4, 0x879F, 0xE5A5, 0x8782, 0xE5A6, 0x87AF, 0xE5A7, 0x87CB, 0xE5A8, 0x87BD, - 0xE5A9, 0x87C0, 0xE5AA, 0x87D0, 0xE5AB, 0x96D6, 0xE5AC, 0x87AB, 0xE5AD, 0x87C4, 0xE5AE, 0x87B3, 0xE5AF, 0x87C7, 0xE5B0, 0x87C6, - 0xE5B1, 0x87BB, 0xE5B2, 0x87EF, 0xE5B3, 0x87F2, 0xE5B4, 0x87E0, 0xE5B5, 0x880F, 0xE5B6, 0x880D, 0xE5B7, 0x87FE, 0xE5B8, 0x87F6, - 0xE5B9, 0x87F7, 0xE5BA, 0x880E, 0xE5BB, 0x87D2, 0xE5BC, 0x8811, 0xE5BD, 0x8816, 0xE5BE, 0x8815, 0xE5BF, 0x8822, 0xE5C0, 0x8821, - 0xE5C1, 0x8831, 0xE5C2, 0x8836, 0xE5C3, 0x8839, 0xE5C4, 0x8827, 0xE5C5, 0x883B, 0xE5C6, 0x8844, 0xE5C7, 0x8842, 0xE5C8, 0x8852, - 0xE5C9, 0x8859, 0xE5CA, 0x885E, 0xE5CB, 0x8862, 0xE5CC, 0x886B, 0xE5CD, 0x8881, 0xE5CE, 0x887E, 0xE5CF, 0x889E, 0xE5D0, 0x8875, - 0xE5D1, 0x887D, 0xE5D2, 0x88B5, 0xE5D3, 0x8872, 0xE5D4, 0x8882, 0xE5D5, 0x8897, 0xE5D6, 0x8892, 0xE5D7, 0x88AE, 0xE5D8, 0x8899, - 0xE5D9, 0x88A2, 0xE5DA, 0x888D, 0xE5DB, 0x88A4, 0xE5DC, 0x88B0, 0xE5DD, 0x88BF, 0xE5DE, 0x88B1, 0xE5DF, 0x88C3, 0xE5E0, 0x88C4, - 0xE5E1, 0x88D4, 0xE5E2, 0x88D8, 0xE5E3, 0x88D9, 0xE5E4, 0x88DD, 0xE5E5, 0x88F9, 0xE5E6, 0x8902, 0xE5E7, 0x88FC, 0xE5E8, 0x88F4, - 0xE5E9, 0x88E8, 0xE5EA, 0x88F2, 0xE5EB, 0x8904, 0xE5EC, 0x890C, 0xE5ED, 0x890A, 0xE5EE, 0x8913, 0xE5EF, 0x8943, 0xE5F0, 0x891E, - 0xE5F1, 0x8925, 0xE5F2, 0x892A, 0xE5F3, 0x892B, 0xE5F4, 0x8941, 0xE5F5, 0x8944, 0xE5F6, 0x893B, 0xE5F7, 0x8936, 0xE5F8, 0x8938, - 0xE5F9, 0x894C, 0xE5FA, 0x891D, 0xE5FB, 0x8960, 0xE5FC, 0x895E, 0xE640, 0x8966, 0xE641, 0x8964, 0xE642, 0x896D, 0xE643, 0x896A, - 0xE644, 0x896F, 0xE645, 0x8974, 0xE646, 0x8977, 0xE647, 0x897E, 0xE648, 0x8983, 0xE649, 0x8988, 0xE64A, 0x898A, 0xE64B, 0x8993, - 0xE64C, 0x8998, 0xE64D, 0x89A1, 0xE64E, 0x89A9, 0xE64F, 0x89A6, 0xE650, 0x89AC, 0xE651, 0x89AF, 0xE652, 0x89B2, 0xE653, 0x89BA, - 0xE654, 0x89BD, 0xE655, 0x89BF, 0xE656, 0x89C0, 0xE657, 0x89DA, 0xE658, 0x89DC, 0xE659, 0x89DD, 0xE65A, 0x89E7, 0xE65B, 0x89F4, - 0xE65C, 0x89F8, 0xE65D, 0x8A03, 0xE65E, 0x8A16, 0xE65F, 0x8A10, 0xE660, 0x8A0C, 0xE661, 0x8A1B, 0xE662, 0x8A1D, 0xE663, 0x8A25, - 0xE664, 0x8A36, 0xE665, 0x8A41, 0xE666, 0x8A5B, 0xE667, 0x8A52, 0xE668, 0x8A46, 0xE669, 0x8A48, 0xE66A, 0x8A7C, 0xE66B, 0x8A6D, - 0xE66C, 0x8A6C, 0xE66D, 0x8A62, 0xE66E, 0x8A85, 0xE66F, 0x8A82, 0xE670, 0x8A84, 0xE671, 0x8AA8, 0xE672, 0x8AA1, 0xE673, 0x8A91, - 0xE674, 0x8AA5, 0xE675, 0x8AA6, 0xE676, 0x8A9A, 0xE677, 0x8AA3, 0xE678, 0x8AC4, 0xE679, 0x8ACD, 0xE67A, 0x8AC2, 0xE67B, 0x8ADA, - 0xE67C, 0x8AEB, 0xE67D, 0x8AF3, 0xE67E, 0x8AE7, 0xE680, 0x8AE4, 0xE681, 0x8AF1, 0xE682, 0x8B14, 0xE683, 0x8AE0, 0xE684, 0x8AE2, - 0xE685, 0x8AF7, 0xE686, 0x8ADE, 0xE687, 0x8ADB, 0xE688, 0x8B0C, 0xE689, 0x8B07, 0xE68A, 0x8B1A, 0xE68B, 0x8AE1, 0xE68C, 0x8B16, - 0xE68D, 0x8B10, 0xE68E, 0x8B17, 0xE68F, 0x8B20, 0xE690, 0x8B33, 0xE691, 0x97AB, 0xE692, 0x8B26, 0xE693, 0x8B2B, 0xE694, 0x8B3E, - 0xE695, 0x8B28, 0xE696, 0x8B41, 0xE697, 0x8B4C, 0xE698, 0x8B4F, 0xE699, 0x8B4E, 0xE69A, 0x8B49, 0xE69B, 0x8B56, 0xE69C, 0x8B5B, - 0xE69D, 0x8B5A, 0xE69E, 0x8B6B, 0xE69F, 0x8B5F, 0xE6A0, 0x8B6C, 0xE6A1, 0x8B6F, 0xE6A2, 0x8B74, 0xE6A3, 0x8B7D, 0xE6A4, 0x8B80, - 0xE6A5, 0x8B8C, 0xE6A6, 0x8B8E, 0xE6A7, 0x8B92, 0xE6A8, 0x8B93, 0xE6A9, 0x8B96, 0xE6AA, 0x8B99, 0xE6AB, 0x8B9A, 0xE6AC, 0x8C3A, - 0xE6AD, 0x8C41, 0xE6AE, 0x8C3F, 0xE6AF, 0x8C48, 0xE6B0, 0x8C4C, 0xE6B1, 0x8C4E, 0xE6B2, 0x8C50, 0xE6B3, 0x8C55, 0xE6B4, 0x8C62, - 0xE6B5, 0x8C6C, 0xE6B6, 0x8C78, 0xE6B7, 0x8C7A, 0xE6B8, 0x8C82, 0xE6B9, 0x8C89, 0xE6BA, 0x8C85, 0xE6BB, 0x8C8A, 0xE6BC, 0x8C8D, - 0xE6BD, 0x8C8E, 0xE6BE, 0x8C94, 0xE6BF, 0x8C7C, 0xE6C0, 0x8C98, 0xE6C1, 0x621D, 0xE6C2, 0x8CAD, 0xE6C3, 0x8CAA, 0xE6C4, 0x8CBD, - 0xE6C5, 0x8CB2, 0xE6C6, 0x8CB3, 0xE6C7, 0x8CAE, 0xE6C8, 0x8CB6, 0xE6C9, 0x8CC8, 0xE6CA, 0x8CC1, 0xE6CB, 0x8CE4, 0xE6CC, 0x8CE3, - 0xE6CD, 0x8CDA, 0xE6CE, 0x8CFD, 0xE6CF, 0x8CFA, 0xE6D0, 0x8CFB, 0xE6D1, 0x8D04, 0xE6D2, 0x8D05, 0xE6D3, 0x8D0A, 0xE6D4, 0x8D07, - 0xE6D5, 0x8D0F, 0xE6D6, 0x8D0D, 0xE6D7, 0x8D10, 0xE6D8, 0x9F4E, 0xE6D9, 0x8D13, 0xE6DA, 0x8CCD, 0xE6DB, 0x8D14, 0xE6DC, 0x8D16, - 0xE6DD, 0x8D67, 0xE6DE, 0x8D6D, 0xE6DF, 0x8D71, 0xE6E0, 0x8D73, 0xE6E1, 0x8D81, 0xE6E2, 0x8D99, 0xE6E3, 0x8DC2, 0xE6E4, 0x8DBE, - 0xE6E5, 0x8DBA, 0xE6E6, 0x8DCF, 0xE6E7, 0x8DDA, 0xE6E8, 0x8DD6, 0xE6E9, 0x8DCC, 0xE6EA, 0x8DDB, 0xE6EB, 0x8DCB, 0xE6EC, 0x8DEA, - 0xE6ED, 0x8DEB, 0xE6EE, 0x8DDF, 0xE6EF, 0x8DE3, 0xE6F0, 0x8DFC, 0xE6F1, 0x8E08, 0xE6F2, 0x8E09, 0xE6F3, 0x8DFF, 0xE6F4, 0x8E1D, - 0xE6F5, 0x8E1E, 0xE6F6, 0x8E10, 0xE6F7, 0x8E1F, 0xE6F8, 0x8E42, 0xE6F9, 0x8E35, 0xE6FA, 0x8E30, 0xE6FB, 0x8E34, 0xE6FC, 0x8E4A, - 0xE740, 0x8E47, 0xE741, 0x8E49, 0xE742, 0x8E4C, 0xE743, 0x8E50, 0xE744, 0x8E48, 0xE745, 0x8E59, 0xE746, 0x8E64, 0xE747, 0x8E60, - 0xE748, 0x8E2A, 0xE749, 0x8E63, 0xE74A, 0x8E55, 0xE74B, 0x8E76, 0xE74C, 0x8E72, 0xE74D, 0x8E7C, 0xE74E, 0x8E81, 0xE74F, 0x8E87, - 0xE750, 0x8E85, 0xE751, 0x8E84, 0xE752, 0x8E8B, 0xE753, 0x8E8A, 0xE754, 0x8E93, 0xE755, 0x8E91, 0xE756, 0x8E94, 0xE757, 0x8E99, - 0xE758, 0x8EAA, 0xE759, 0x8EA1, 0xE75A, 0x8EAC, 0xE75B, 0x8EB0, 0xE75C, 0x8EC6, 0xE75D, 0x8EB1, 0xE75E, 0x8EBE, 0xE75F, 0x8EC5, - 0xE760, 0x8EC8, 0xE761, 0x8ECB, 0xE762, 0x8EDB, 0xE763, 0x8EE3, 0xE764, 0x8EFC, 0xE765, 0x8EFB, 0xE766, 0x8EEB, 0xE767, 0x8EFE, - 0xE768, 0x8F0A, 0xE769, 0x8F05, 0xE76A, 0x8F15, 0xE76B, 0x8F12, 0xE76C, 0x8F19, 0xE76D, 0x8F13, 0xE76E, 0x8F1C, 0xE76F, 0x8F1F, - 0xE770, 0x8F1B, 0xE771, 0x8F0C, 0xE772, 0x8F26, 0xE773, 0x8F33, 0xE774, 0x8F3B, 0xE775, 0x8F39, 0xE776, 0x8F45, 0xE777, 0x8F42, - 0xE778, 0x8F3E, 0xE779, 0x8F4C, 0xE77A, 0x8F49, 0xE77B, 0x8F46, 0xE77C, 0x8F4E, 0xE77D, 0x8F57, 0xE77E, 0x8F5C, 0xE780, 0x8F62, - 0xE781, 0x8F63, 0xE782, 0x8F64, 0xE783, 0x8F9C, 0xE784, 0x8F9F, 0xE785, 0x8FA3, 0xE786, 0x8FAD, 0xE787, 0x8FAF, 0xE788, 0x8FB7, - 0xE789, 0x8FDA, 0xE78A, 0x8FE5, 0xE78B, 0x8FE2, 0xE78C, 0x8FEA, 0xE78D, 0x8FEF, 0xE78E, 0x9087, 0xE78F, 0x8FF4, 0xE790, 0x9005, - 0xE791, 0x8FF9, 0xE792, 0x8FFA, 0xE793, 0x9011, 0xE794, 0x9015, 0xE795, 0x9021, 0xE796, 0x900D, 0xE797, 0x901E, 0xE798, 0x9016, - 0xE799, 0x900B, 0xE79A, 0x9027, 0xE79B, 0x9036, 0xE79C, 0x9035, 0xE79D, 0x9039, 0xE79E, 0x8FF8, 0xE79F, 0x904F, 0xE7A0, 0x9050, - 0xE7A1, 0x9051, 0xE7A2, 0x9052, 0xE7A3, 0x900E, 0xE7A4, 0x9049, 0xE7A5, 0x903E, 0xE7A6, 0x9056, 0xE7A7, 0x9058, 0xE7A8, 0x905E, - 0xE7A9, 0x9068, 0xE7AA, 0x906F, 0xE7AB, 0x9076, 0xE7AC, 0x96A8, 0xE7AD, 0x9072, 0xE7AE, 0x9082, 0xE7AF, 0x907D, 0xE7B0, 0x9081, - 0xE7B1, 0x9080, 0xE7B2, 0x908A, 0xE7B3, 0x9089, 0xE7B4, 0x908F, 0xE7B5, 0x90A8, 0xE7B6, 0x90AF, 0xE7B7, 0x90B1, 0xE7B8, 0x90B5, - 0xE7B9, 0x90E2, 0xE7BA, 0x90E4, 0xE7BB, 0x6248, 0xE7BC, 0x90DB, 0xE7BD, 0x9102, 0xE7BE, 0x9112, 0xE7BF, 0x9119, 0xE7C0, 0x9132, - 0xE7C1, 0x9130, 0xE7C2, 0x914A, 0xE7C3, 0x9156, 0xE7C4, 0x9158, 0xE7C5, 0x9163, 0xE7C6, 0x9165, 0xE7C7, 0x9169, 0xE7C8, 0x9173, - 0xE7C9, 0x9172, 0xE7CA, 0x918B, 0xE7CB, 0x9189, 0xE7CC, 0x9182, 0xE7CD, 0x91A2, 0xE7CE, 0x91AB, 0xE7CF, 0x91AF, 0xE7D0, 0x91AA, - 0xE7D1, 0x91B5, 0xE7D2, 0x91B4, 0xE7D3, 0x91BA, 0xE7D4, 0x91C0, 0xE7D5, 0x91C1, 0xE7D6, 0x91C9, 0xE7D7, 0x91CB, 0xE7D8, 0x91D0, - 0xE7D9, 0x91D6, 0xE7DA, 0x91DF, 0xE7DB, 0x91E1, 0xE7DC, 0x91DB, 0xE7DD, 0x91FC, 0xE7DE, 0x91F5, 0xE7DF, 0x91F6, 0xE7E0, 0x921E, - 0xE7E1, 0x91FF, 0xE7E2, 0x9214, 0xE7E3, 0x922C, 0xE7E4, 0x9215, 0xE7E5, 0x9211, 0xE7E6, 0x925E, 0xE7E7, 0x9257, 0xE7E8, 0x9245, - 0xE7E9, 0x9249, 0xE7EA, 0x9264, 0xE7EB, 0x9248, 0xE7EC, 0x9295, 0xE7ED, 0x923F, 0xE7EE, 0x924B, 0xE7EF, 0x9250, 0xE7F0, 0x929C, - 0xE7F1, 0x9296, 0xE7F2, 0x9293, 0xE7F3, 0x929B, 0xE7F4, 0x925A, 0xE7F5, 0x92CF, 0xE7F6, 0x92B9, 0xE7F7, 0x92B7, 0xE7F8, 0x92E9, - 0xE7F9, 0x930F, 0xE7FA, 0x92FA, 0xE7FB, 0x9344, 0xE7FC, 0x932E, 0xE840, 0x9319, 0xE841, 0x9322, 0xE842, 0x931A, 0xE843, 0x9323, - 0xE844, 0x933A, 0xE845, 0x9335, 0xE846, 0x933B, 0xE847, 0x935C, 0xE848, 0x9360, 0xE849, 0x937C, 0xE84A, 0x936E, 0xE84B, 0x9356, - 0xE84C, 0x93B0, 0xE84D, 0x93AC, 0xE84E, 0x93AD, 0xE84F, 0x9394, 0xE850, 0x93B9, 0xE851, 0x93D6, 0xE852, 0x93D7, 0xE853, 0x93E8, - 0xE854, 0x93E5, 0xE855, 0x93D8, 0xE856, 0x93C3, 0xE857, 0x93DD, 0xE858, 0x93D0, 0xE859, 0x93C8, 0xE85A, 0x93E4, 0xE85B, 0x941A, - 0xE85C, 0x9414, 0xE85D, 0x9413, 0xE85E, 0x9403, 0xE85F, 0x9407, 0xE860, 0x9410, 0xE861, 0x9436, 0xE862, 0x942B, 0xE863, 0x9435, - 0xE864, 0x9421, 0xE865, 0x943A, 0xE866, 0x9441, 0xE867, 0x9452, 0xE868, 0x9444, 0xE869, 0x945B, 0xE86A, 0x9460, 0xE86B, 0x9462, - 0xE86C, 0x945E, 0xE86D, 0x946A, 0xE86E, 0x9229, 0xE86F, 0x9470, 0xE870, 0x9475, 0xE871, 0x9477, 0xE872, 0x947D, 0xE873, 0x945A, - 0xE874, 0x947C, 0xE875, 0x947E, 0xE876, 0x9481, 0xE877, 0x947F, 0xE878, 0x9582, 0xE879, 0x9587, 0xE87A, 0x958A, 0xE87B, 0x9594, - 0xE87C, 0x9596, 0xE87D, 0x9598, 0xE87E, 0x9599, 0xE880, 0x95A0, 0xE881, 0x95A8, 0xE882, 0x95A7, 0xE883, 0x95AD, 0xE884, 0x95BC, - 0xE885, 0x95BB, 0xE886, 0x95B9, 0xE887, 0x95BE, 0xE888, 0x95CA, 0xE889, 0x6FF6, 0xE88A, 0x95C3, 0xE88B, 0x95CD, 0xE88C, 0x95CC, - 0xE88D, 0x95D5, 0xE88E, 0x95D4, 0xE88F, 0x95D6, 0xE890, 0x95DC, 0xE891, 0x95E1, 0xE892, 0x95E5, 0xE893, 0x95E2, 0xE894, 0x9621, - 0xE895, 0x9628, 0xE896, 0x962E, 0xE897, 0x962F, 0xE898, 0x9642, 0xE899, 0x964C, 0xE89A, 0x964F, 0xE89B, 0x964B, 0xE89C, 0x9677, - 0xE89D, 0x965C, 0xE89E, 0x965E, 0xE89F, 0x965D, 0xE8A0, 0x965F, 0xE8A1, 0x9666, 0xE8A2, 0x9672, 0xE8A3, 0x966C, 0xE8A4, 0x968D, - 0xE8A5, 0x9698, 0xE8A6, 0x9695, 0xE8A7, 0x9697, 0xE8A8, 0x96AA, 0xE8A9, 0x96A7, 0xE8AA, 0x96B1, 0xE8AB, 0x96B2, 0xE8AC, 0x96B0, - 0xE8AD, 0x96B4, 0xE8AE, 0x96B6, 0xE8AF, 0x96B8, 0xE8B0, 0x96B9, 0xE8B1, 0x96CE, 0xE8B2, 0x96CB, 0xE8B3, 0x96C9, 0xE8B4, 0x96CD, - 0xE8B5, 0x894D, 0xE8B6, 0x96DC, 0xE8B7, 0x970D, 0xE8B8, 0x96D5, 0xE8B9, 0x96F9, 0xE8BA, 0x9704, 0xE8BB, 0x9706, 0xE8BC, 0x9708, - 0xE8BD, 0x9713, 0xE8BE, 0x970E, 0xE8BF, 0x9711, 0xE8C0, 0x970F, 0xE8C1, 0x9716, 0xE8C2, 0x9719, 0xE8C3, 0x9724, 0xE8C4, 0x972A, - 0xE8C5, 0x9730, 0xE8C6, 0x9739, 0xE8C7, 0x973D, 0xE8C8, 0x973E, 0xE8C9, 0x9744, 0xE8CA, 0x9746, 0xE8CB, 0x9748, 0xE8CC, 0x9742, - 0xE8CD, 0x9749, 0xE8CE, 0x975C, 0xE8CF, 0x9760, 0xE8D0, 0x9764, 0xE8D1, 0x9766, 0xE8D2, 0x9768, 0xE8D3, 0x52D2, 0xE8D4, 0x976B, - 0xE8D5, 0x9771, 0xE8D6, 0x9779, 0xE8D7, 0x9785, 0xE8D8, 0x977C, 0xE8D9, 0x9781, 0xE8DA, 0x977A, 0xE8DB, 0x9786, 0xE8DC, 0x978B, - 0xE8DD, 0x978F, 0xE8DE, 0x9790, 0xE8DF, 0x979C, 0xE8E0, 0x97A8, 0xE8E1, 0x97A6, 0xE8E2, 0x97A3, 0xE8E3, 0x97B3, 0xE8E4, 0x97B4, - 0xE8E5, 0x97C3, 0xE8E6, 0x97C6, 0xE8E7, 0x97C8, 0xE8E8, 0x97CB, 0xE8E9, 0x97DC, 0xE8EA, 0x97ED, 0xE8EB, 0x9F4F, 0xE8EC, 0x97F2, - 0xE8ED, 0x7ADF, 0xE8EE, 0x97F6, 0xE8EF, 0x97F5, 0xE8F0, 0x980F, 0xE8F1, 0x980C, 0xE8F2, 0x9838, 0xE8F3, 0x9824, 0xE8F4, 0x9821, - 0xE8F5, 0x9837, 0xE8F6, 0x983D, 0xE8F7, 0x9846, 0xE8F8, 0x984F, 0xE8F9, 0x984B, 0xE8FA, 0x986B, 0xE8FB, 0x986F, 0xE8FC, 0x9870, - 0xE940, 0x9871, 0xE941, 0x9874, 0xE942, 0x9873, 0xE943, 0x98AA, 0xE944, 0x98AF, 0xE945, 0x98B1, 0xE946, 0x98B6, 0xE947, 0x98C4, - 0xE948, 0x98C3, 0xE949, 0x98C6, 0xE94A, 0x98E9, 0xE94B, 0x98EB, 0xE94C, 0x9903, 0xE94D, 0x9909, 0xE94E, 0x9912, 0xE94F, 0x9914, - 0xE950, 0x9918, 0xE951, 0x9921, 0xE952, 0x991D, 0xE953, 0x991E, 0xE954, 0x9924, 0xE955, 0x9920, 0xE956, 0x992C, 0xE957, 0x992E, - 0xE958, 0x993D, 0xE959, 0x993E, 0xE95A, 0x9942, 0xE95B, 0x9949, 0xE95C, 0x9945, 0xE95D, 0x9950, 0xE95E, 0x994B, 0xE95F, 0x9951, - 0xE960, 0x9952, 0xE961, 0x994C, 0xE962, 0x9955, 0xE963, 0x9997, 0xE964, 0x9998, 0xE965, 0x99A5, 0xE966, 0x99AD, 0xE967, 0x99AE, - 0xE968, 0x99BC, 0xE969, 0x99DF, 0xE96A, 0x99DB, 0xE96B, 0x99DD, 0xE96C, 0x99D8, 0xE96D, 0x99D1, 0xE96E, 0x99ED, 0xE96F, 0x99EE, - 0xE970, 0x99F1, 0xE971, 0x99F2, 0xE972, 0x99FB, 0xE973, 0x99F8, 0xE974, 0x9A01, 0xE975, 0x9A0F, 0xE976, 0x9A05, 0xE977, 0x99E2, - 0xE978, 0x9A19, 0xE979, 0x9A2B, 0xE97A, 0x9A37, 0xE97B, 0x9A45, 0xE97C, 0x9A42, 0xE97D, 0x9A40, 0xE97E, 0x9A43, 0xE980, 0x9A3E, - 0xE981, 0x9A55, 0xE982, 0x9A4D, 0xE983, 0x9A5B, 0xE984, 0x9A57, 0xE985, 0x9A5F, 0xE986, 0x9A62, 0xE987, 0x9A65, 0xE988, 0x9A64, - 0xE989, 0x9A69, 0xE98A, 0x9A6B, 0xE98B, 0x9A6A, 0xE98C, 0x9AAD, 0xE98D, 0x9AB0, 0xE98E, 0x9ABC, 0xE98F, 0x9AC0, 0xE990, 0x9ACF, - 0xE991, 0x9AD1, 0xE992, 0x9AD3, 0xE993, 0x9AD4, 0xE994, 0x9ADE, 0xE995, 0x9ADF, 0xE996, 0x9AE2, 0xE997, 0x9AE3, 0xE998, 0x9AE6, - 0xE999, 0x9AEF, 0xE99A, 0x9AEB, 0xE99B, 0x9AEE, 0xE99C, 0x9AF4, 0xE99D, 0x9AF1, 0xE99E, 0x9AF7, 0xE99F, 0x9AFB, 0xE9A0, 0x9B06, - 0xE9A1, 0x9B18, 0xE9A2, 0x9B1A, 0xE9A3, 0x9B1F, 0xE9A4, 0x9B22, 0xE9A5, 0x9B23, 0xE9A6, 0x9B25, 0xE9A7, 0x9B27, 0xE9A8, 0x9B28, - 0xE9A9, 0x9B29, 0xE9AA, 0x9B2A, 0xE9AB, 0x9B2E, 0xE9AC, 0x9B2F, 0xE9AD, 0x9B32, 0xE9AE, 0x9B44, 0xE9AF, 0x9B43, 0xE9B0, 0x9B4F, - 0xE9B1, 0x9B4D, 0xE9B2, 0x9B4E, 0xE9B3, 0x9B51, 0xE9B4, 0x9B58, 0xE9B5, 0x9B74, 0xE9B6, 0x9B93, 0xE9B7, 0x9B83, 0xE9B8, 0x9B91, - 0xE9B9, 0x9B96, 0xE9BA, 0x9B97, 0xE9BB, 0x9B9F, 0xE9BC, 0x9BA0, 0xE9BD, 0x9BA8, 0xE9BE, 0x9BB4, 0xE9BF, 0x9BC0, 0xE9C0, 0x9BCA, - 0xE9C1, 0x9BB9, 0xE9C2, 0x9BC6, 0xE9C3, 0x9BCF, 0xE9C4, 0x9BD1, 0xE9C5, 0x9BD2, 0xE9C6, 0x9BE3, 0xE9C7, 0x9BE2, 0xE9C8, 0x9BE4, - 0xE9C9, 0x9BD4, 0xE9CA, 0x9BE1, 0xE9CB, 0x9C3A, 0xE9CC, 0x9BF2, 0xE9CD, 0x9BF1, 0xE9CE, 0x9BF0, 0xE9CF, 0x9C15, 0xE9D0, 0x9C14, - 0xE9D1, 0x9C09, 0xE9D2, 0x9C13, 0xE9D3, 0x9C0C, 0xE9D4, 0x9C06, 0xE9D5, 0x9C08, 0xE9D6, 0x9C12, 0xE9D7, 0x9C0A, 0xE9D8, 0x9C04, - 0xE9D9, 0x9C2E, 0xE9DA, 0x9C1B, 0xE9DB, 0x9C25, 0xE9DC, 0x9C24, 0xE9DD, 0x9C21, 0xE9DE, 0x9C30, 0xE9DF, 0x9C47, 0xE9E0, 0x9C32, - 0xE9E1, 0x9C46, 0xE9E2, 0x9C3E, 0xE9E3, 0x9C5A, 0xE9E4, 0x9C60, 0xE9E5, 0x9C67, 0xE9E6, 0x9C76, 0xE9E7, 0x9C78, 0xE9E8, 0x9CE7, - 0xE9E9, 0x9CEC, 0xE9EA, 0x9CF0, 0xE9EB, 0x9D09, 0xE9EC, 0x9D08, 0xE9ED, 0x9CEB, 0xE9EE, 0x9D03, 0xE9EF, 0x9D06, 0xE9F0, 0x9D2A, - 0xE9F1, 0x9D26, 0xE9F2, 0x9DAF, 0xE9F3, 0x9D23, 0xE9F4, 0x9D1F, 0xE9F5, 0x9D44, 0xE9F6, 0x9D15, 0xE9F7, 0x9D12, 0xE9F8, 0x9D41, - 0xE9F9, 0x9D3F, 0xE9FA, 0x9D3E, 0xE9FB, 0x9D46, 0xE9FC, 0x9D48, 0xEA40, 0x9D5D, 0xEA41, 0x9D5E, 0xEA42, 0x9D64, 0xEA43, 0x9D51, - 0xEA44, 0x9D50, 0xEA45, 0x9D59, 0xEA46, 0x9D72, 0xEA47, 0x9D89, 0xEA48, 0x9D87, 0xEA49, 0x9DAB, 0xEA4A, 0x9D6F, 0xEA4B, 0x9D7A, - 0xEA4C, 0x9D9A, 0xEA4D, 0x9DA4, 0xEA4E, 0x9DA9, 0xEA4F, 0x9DB2, 0xEA50, 0x9DC4, 0xEA51, 0x9DC1, 0xEA52, 0x9DBB, 0xEA53, 0x9DB8, - 0xEA54, 0x9DBA, 0xEA55, 0x9DC6, 0xEA56, 0x9DCF, 0xEA57, 0x9DC2, 0xEA58, 0x9DD9, 0xEA59, 0x9DD3, 0xEA5A, 0x9DF8, 0xEA5B, 0x9DE6, - 0xEA5C, 0x9DED, 0xEA5D, 0x9DEF, 0xEA5E, 0x9DFD, 0xEA5F, 0x9E1A, 0xEA60, 0x9E1B, 0xEA61, 0x9E1E, 0xEA62, 0x9E75, 0xEA63, 0x9E79, - 0xEA64, 0x9E7D, 0xEA65, 0x9E81, 0xEA66, 0x9E88, 0xEA67, 0x9E8B, 0xEA68, 0x9E8C, 0xEA69, 0x9E92, 0xEA6A, 0x9E95, 0xEA6B, 0x9E91, - 0xEA6C, 0x9E9D, 0xEA6D, 0x9EA5, 0xEA6E, 0x9EA9, 0xEA6F, 0x9EB8, 0xEA70, 0x9EAA, 0xEA71, 0x9EAD, 0xEA72, 0x9761, 0xEA73, 0x9ECC, - 0xEA74, 0x9ECE, 0xEA75, 0x9ECF, 0xEA76, 0x9ED0, 0xEA77, 0x9ED4, 0xEA78, 0x9EDC, 0xEA79, 0x9EDE, 0xEA7A, 0x9EDD, 0xEA7B, 0x9EE0, - 0xEA7C, 0x9EE5, 0xEA7D, 0x9EE8, 0xEA7E, 0x9EEF, 0xEA80, 0x9EF4, 0xEA81, 0x9EF6, 0xEA82, 0x9EF7, 0xEA83, 0x9EF9, 0xEA84, 0x9EFB, - 0xEA85, 0x9EFC, 0xEA86, 0x9EFD, 0xEA87, 0x9F07, 0xEA88, 0x9F08, 0xEA89, 0x76B7, 0xEA8A, 0x9F15, 0xEA8B, 0x9F21, 0xEA8C, 0x9F2C, - 0xEA8D, 0x9F3E, 0xEA8E, 0x9F4A, 0xEA8F, 0x9F52, 0xEA90, 0x9F54, 0xEA91, 0x9F63, 0xEA92, 0x9F5F, 0xEA93, 0x9F60, 0xEA94, 0x9F61, - 0xEA95, 0x9F66, 0xEA96, 0x9F67, 0xEA97, 0x9F6C, 0xEA98, 0x9F6A, 0xEA99, 0x9F77, 0xEA9A, 0x9F72, 0xEA9B, 0x9F76, 0xEA9C, 0x9F95, - 0xEA9D, 0x9F9C, 0xEA9E, 0x9FA0, 0xEA9F, 0x582F, 0xEAA0, 0x69C7, 0xEAA1, 0x9059, 0xEAA2, 0x7464, 0xEAA3, 0x51DC, 0xEAA4, 0x7199, - 0xFA40, 0x2170, 0xFA41, 0x2171, 0xFA42, 0x2172, 0xFA43, 0x2173, 0xFA44, 0x2174, 0xFA45, 0x2175, 0xFA46, 0x2176, 0xFA47, 0x2177, - 0xFA48, 0x2178, 0xFA49, 0x2179, 0xFA55, 0xFFE4, 0xFA56, 0xFF07, 0xFA57, 0xFF02, 0xFA5C, 0x7E8A, 0xFA5D, 0x891C, 0xFA5E, 0x9348, - 0xFA5F, 0x9288, 0xFA60, 0x84DC, 0xFA61, 0x4FC9, 0xFA62, 0x70BB, 0xFA63, 0x6631, 0xFA64, 0x68C8, 0xFA65, 0x92F9, 0xFA66, 0x66FB, - 0xFA67, 0x5F45, 0xFA68, 0x4E28, 0xFA69, 0x4EE1, 0xFA6A, 0x4EFC, 0xFA6B, 0x4F00, 0xFA6C, 0x4F03, 0xFA6D, 0x4F39, 0xFA6E, 0x4F56, - 0xFA6F, 0x4F92, 0xFA70, 0x4F8A, 0xFA71, 0x4F9A, 0xFA72, 0x4F94, 0xFA73, 0x4FCD, 0xFA74, 0x5040, 0xFA75, 0x5022, 0xFA76, 0x4FFF, - 0xFA77, 0x501E, 0xFA78, 0x5046, 0xFA79, 0x5070, 0xFA7A, 0x5042, 0xFA7B, 0x5094, 0xFA7C, 0x50F4, 0xFA7D, 0x50D8, 0xFA7E, 0x514A, - 0xFA80, 0x5164, 0xFA81, 0x519D, 0xFA82, 0x51BE, 0xFA83, 0x51EC, 0xFA84, 0x5215, 0xFA85, 0x529C, 0xFA86, 0x52A6, 0xFA87, 0x52C0, - 0xFA88, 0x52DB, 0xFA89, 0x5300, 0xFA8A, 0x5307, 0xFA8B, 0x5324, 0xFA8C, 0x5372, 0xFA8D, 0x5393, 0xFA8E, 0x53B2, 0xFA8F, 0x53DD, - 0xFA90, 0xFA0E, 0xFA91, 0x549C, 0xFA92, 0x548A, 0xFA93, 0x54A9, 0xFA94, 0x54FF, 0xFA95, 0x5586, 0xFA96, 0x5759, 0xFA97, 0x5765, - 0xFA98, 0x57AC, 0xFA99, 0x57C8, 0xFA9A, 0x57C7, 0xFA9B, 0xFA0F, 0xFA9C, 0xFA10, 0xFA9D, 0x589E, 0xFA9E, 0x58B2, 0xFA9F, 0x590B, - 0xFAA0, 0x5953, 0xFAA1, 0x595B, 0xFAA2, 0x595D, 0xFAA3, 0x5963, 0xFAA4, 0x59A4, 0xFAA5, 0x59BA, 0xFAA6, 0x5B56, 0xFAA7, 0x5BC0, - 0xFAA8, 0x752F, 0xFAA9, 0x5BD8, 0xFAAA, 0x5BEC, 0xFAAB, 0x5C1E, 0xFAAC, 0x5CA6, 0xFAAD, 0x5CBA, 0xFAAE, 0x5CF5, 0xFAAF, 0x5D27, - 0xFAB0, 0x5D53, 0xFAB1, 0xFA11, 0xFAB2, 0x5D42, 0xFAB3, 0x5D6D, 0xFAB4, 0x5DB8, 0xFAB5, 0x5DB9, 0xFAB6, 0x5DD0, 0xFAB7, 0x5F21, - 0xFAB8, 0x5F34, 0xFAB9, 0x5F67, 0xFABA, 0x5FB7, 0xFABB, 0x5FDE, 0xFABC, 0x605D, 0xFABD, 0x6085, 0xFABE, 0x608A, 0xFABF, 0x60DE, - 0xFAC0, 0x60D5, 0xFAC1, 0x6120, 0xFAC2, 0x60F2, 0xFAC3, 0x6111, 0xFAC4, 0x6137, 0xFAC5, 0x6130, 0xFAC6, 0x6198, 0xFAC7, 0x6213, - 0xFAC8, 0x62A6, 0xFAC9, 0x63F5, 0xFACA, 0x6460, 0xFACB, 0x649D, 0xFACC, 0x64CE, 0xFACD, 0x654E, 0xFACE, 0x6600, 0xFACF, 0x6615, - 0xFAD0, 0x663B, 0xFAD1, 0x6609, 0xFAD2, 0x662E, 0xFAD3, 0x661E, 0xFAD4, 0x6624, 0xFAD5, 0x6665, 0xFAD6, 0x6657, 0xFAD7, 0x6659, - 0xFAD8, 0xFA12, 0xFAD9, 0x6673, 0xFADA, 0x6699, 0xFADB, 0x66A0, 0xFADC, 0x66B2, 0xFADD, 0x66BF, 0xFADE, 0x66FA, 0xFADF, 0x670E, - 0xFAE0, 0xF929, 0xFAE1, 0x6766, 0xFAE2, 0x67BB, 0xFAE3, 0x6852, 0xFAE4, 0x67C0, 0xFAE5, 0x6801, 0xFAE6, 0x6844, 0xFAE7, 0x68CF, - 0xFAE8, 0xFA13, 0xFAE9, 0x6968, 0xFAEA, 0xFA14, 0xFAEB, 0x6998, 0xFAEC, 0x69E2, 0xFAED, 0x6A30, 0xFAEE, 0x6A6B, 0xFAEF, 0x6A46, - 0xFAF0, 0x6A73, 0xFAF1, 0x6A7E, 0xFAF2, 0x6AE2, 0xFAF3, 0x6AE4, 0xFAF4, 0x6BD6, 0xFAF5, 0x6C3F, 0xFAF6, 0x6C5C, 0xFAF7, 0x6C86, - 0xFAF8, 0x6C6F, 0xFAF9, 0x6CDA, 0xFAFA, 0x6D04, 0xFAFB, 0x6D87, 0xFAFC, 0x6D6F, 0xFB40, 0x6D96, 0xFB41, 0x6DAC, 0xFB42, 0x6DCF, - 0xFB43, 0x6DF8, 0xFB44, 0x6DF2, 0xFB45, 0x6DFC, 0xFB46, 0x6E39, 0xFB47, 0x6E5C, 0xFB48, 0x6E27, 0xFB49, 0x6E3C, 0xFB4A, 0x6EBF, - 0xFB4B, 0x6F88, 0xFB4C, 0x6FB5, 0xFB4D, 0x6FF5, 0xFB4E, 0x7005, 0xFB4F, 0x7007, 0xFB50, 0x7028, 0xFB51, 0x7085, 0xFB52, 0x70AB, - 0xFB53, 0x710F, 0xFB54, 0x7104, 0xFB55, 0x715C, 0xFB56, 0x7146, 0xFB57, 0x7147, 0xFB58, 0xFA15, 0xFB59, 0x71C1, 0xFB5A, 0x71FE, - 0xFB5B, 0x72B1, 0xFB5C, 0x72BE, 0xFB5D, 0x7324, 0xFB5E, 0xFA16, 0xFB5F, 0x7377, 0xFB60, 0x73BD, 0xFB61, 0x73C9, 0xFB62, 0x73D6, - 0xFB63, 0x73E3, 0xFB64, 0x73D2, 0xFB65, 0x7407, 0xFB66, 0x73F5, 0xFB67, 0x7426, 0xFB68, 0x742A, 0xFB69, 0x7429, 0xFB6A, 0x742E, - 0xFB6B, 0x7462, 0xFB6C, 0x7489, 0xFB6D, 0x749F, 0xFB6E, 0x7501, 0xFB6F, 0x756F, 0xFB70, 0x7682, 0xFB71, 0x769C, 0xFB72, 0x769E, - 0xFB73, 0x769B, 0xFB74, 0x76A6, 0xFB75, 0xFA17, 0xFB76, 0x7746, 0xFB77, 0x52AF, 0xFB78, 0x7821, 0xFB79, 0x784E, 0xFB7A, 0x7864, - 0xFB7B, 0x787A, 0xFB7C, 0x7930, 0xFB7D, 0xFA18, 0xFB7E, 0xFA19, 0xFB80, 0xFA1A, 0xFB81, 0x7994, 0xFB82, 0xFA1B, 0xFB83, 0x799B, - 0xFB84, 0x7AD1, 0xFB85, 0x7AE7, 0xFB86, 0xFA1C, 0xFB87, 0x7AEB, 0xFB88, 0x7B9E, 0xFB89, 0xFA1D, 0xFB8A, 0x7D48, 0xFB8B, 0x7D5C, - 0xFB8C, 0x7DB7, 0xFB8D, 0x7DA0, 0xFB8E, 0x7DD6, 0xFB8F, 0x7E52, 0xFB90, 0x7F47, 0xFB91, 0x7FA1, 0xFB92, 0xFA1E, 0xFB93, 0x8301, - 0xFB94, 0x8362, 0xFB95, 0x837F, 0xFB96, 0x83C7, 0xFB97, 0x83F6, 0xFB98, 0x8448, 0xFB99, 0x84B4, 0xFB9A, 0x8553, 0xFB9B, 0x8559, - 0xFB9C, 0x856B, 0xFB9D, 0xFA1F, 0xFB9E, 0x85B0, 0xFB9F, 0xFA20, 0xFBA0, 0xFA21, 0xFBA1, 0x8807, 0xFBA2, 0x88F5, 0xFBA3, 0x8A12, - 0xFBA4, 0x8A37, 0xFBA5, 0x8A79, 0xFBA6, 0x8AA7, 0xFBA7, 0x8ABE, 0xFBA8, 0x8ADF, 0xFBA9, 0xFA22, 0xFBAA, 0x8AF6, 0xFBAB, 0x8B53, - 0xFBAC, 0x8B7F, 0xFBAD, 0x8CF0, 0xFBAE, 0x8CF4, 0xFBAF, 0x8D12, 0xFBB0, 0x8D76, 0xFBB1, 0xFA23, 0xFBB2, 0x8ECF, 0xFBB3, 0xFA24, - 0xFBB4, 0xFA25, 0xFBB5, 0x9067, 0xFBB6, 0x90DE, 0xFBB7, 0xFA26, 0xFBB8, 0x9115, 0xFBB9, 0x9127, 0xFBBA, 0x91DA, 0xFBBB, 0x91D7, - 0xFBBC, 0x91DE, 0xFBBD, 0x91ED, 0xFBBE, 0x91EE, 0xFBBF, 0x91E4, 0xFBC0, 0x91E5, 0xFBC1, 0x9206, 0xFBC2, 0x9210, 0xFBC3, 0x920A, - 0xFBC4, 0x923A, 0xFBC5, 0x9240, 0xFBC6, 0x923C, 0xFBC7, 0x924E, 0xFBC8, 0x9259, 0xFBC9, 0x9251, 0xFBCA, 0x9239, 0xFBCB, 0x9267, - 0xFBCC, 0x92A7, 0xFBCD, 0x9277, 0xFBCE, 0x9278, 0xFBCF, 0x92E7, 0xFBD0, 0x92D7, 0xFBD1, 0x92D9, 0xFBD2, 0x92D0, 0xFBD3, 0xFA27, - 0xFBD4, 0x92D5, 0xFBD5, 0x92E0, 0xFBD6, 0x92D3, 0xFBD7, 0x9325, 0xFBD8, 0x9321, 0xFBD9, 0x92FB, 0xFBDA, 0xFA28, 0xFBDB, 0x931E, - 0xFBDC, 0x92FF, 0xFBDD, 0x931D, 0xFBDE, 0x9302, 0xFBDF, 0x9370, 0xFBE0, 0x9357, 0xFBE1, 0x93A4, 0xFBE2, 0x93C6, 0xFBE3, 0x93DE, - 0xFBE4, 0x93F8, 0xFBE5, 0x9431, 0xFBE6, 0x9445, 0xFBE7, 0x9448, 0xFBE8, 0x9592, 0xFBE9, 0xF9DC, 0xFBEA, 0xFA29, 0xFBEB, 0x969D, - 0xFBEC, 0x96AF, 0xFBED, 0x9733, 0xFBEE, 0x973B, 0xFBEF, 0x9743, 0xFBF0, 0x974D, 0xFBF1, 0x974F, 0xFBF2, 0x9751, 0xFBF3, 0x9755, - 0xFBF4, 0x9857, 0xFBF5, 0x9865, 0xFBF6, 0xFA2A, 0xFBF7, 0xFA2B, 0xFBF8, 0x9927, 0xFBF9, 0xFA2C, 0xFBFA, 0x999E, 0xFBFB, 0x9A4E, - 0xFBFC, 0x9AD9, 0xFC40, 0x9ADC, 0xFC41, 0x9B75, 0xFC42, 0x9B72, 0xFC43, 0x9B8F, 0xFC44, 0x9BB1, 0xFC45, 0x9BBB, 0xFC46, 0x9C00, - 0xFC47, 0x9D70, 0xFC48, 0x9D6B, 0xFC49, 0xFA2D, 0xFC4A, 0x9E19, 0xFC4B, 0x9ED1, 0, 0 -}; -#endif - -#if FF_CODE_PAGE == 936 || FF_CODE_PAGE == 0 /* Simplified Chinese */ -static const WCHAR uni2oem936[] = { /* Unicode --> GBK pairs */ - 0x00A4, 0xA1E8, 0x00A7, 0xA1EC, 0x00A8, 0xA1A7, 0x00B0, 0xA1E3, 0x00B1, 0xA1C0, 0x00B7, 0xA1A4, 0x00D7, 0xA1C1, 0x00E0, 0xA8A4, - 0x00E1, 0xA8A2, 0x00E8, 0xA8A8, 0x00E9, 0xA8A6, 0x00EA, 0xA8BA, 0x00EC, 0xA8AC, 0x00ED, 0xA8AA, 0x00F2, 0xA8B0, 0x00F3, 0xA8AE, - 0x00F7, 0xA1C2, 0x00F9, 0xA8B4, 0x00FA, 0xA8B2, 0x00FC, 0xA8B9, 0x0101, 0xA8A1, 0x0113, 0xA8A5, 0x011B, 0xA8A7, 0x012B, 0xA8A9, - 0x0144, 0xA8BD, 0x0148, 0xA8BE, 0x014D, 0xA8AD, 0x016B, 0xA8B1, 0x01CE, 0xA8A3, 0x01D0, 0xA8AB, 0x01D2, 0xA8AF, 0x01D4, 0xA8B3, - 0x01D6, 0xA8B5, 0x01D8, 0xA8B6, 0x01DA, 0xA8B7, 0x01DC, 0xA8B8, 0x0251, 0xA8BB, 0x0261, 0xA8C0, 0x02C7, 0xA1A6, 0x02C9, 0xA1A5, - 0x02CA, 0xA840, 0x02CB, 0xA841, 0x02D9, 0xA842, 0x0391, 0xA6A1, 0x0392, 0xA6A2, 0x0393, 0xA6A3, 0x0394, 0xA6A4, 0x0395, 0xA6A5, - 0x0396, 0xA6A6, 0x0397, 0xA6A7, 0x0398, 0xA6A8, 0x0399, 0xA6A9, 0x039A, 0xA6AA, 0x039B, 0xA6AB, 0x039C, 0xA6AC, 0x039D, 0xA6AD, - 0x039E, 0xA6AE, 0x039F, 0xA6AF, 0x03A0, 0xA6B0, 0x03A1, 0xA6B1, 0x03A3, 0xA6B2, 0x03A4, 0xA6B3, 0x03A5, 0xA6B4, 0x03A6, 0xA6B5, - 0x03A7, 0xA6B6, 0x03A8, 0xA6B7, 0x03A9, 0xA6B8, 0x03B1, 0xA6C1, 0x03B2, 0xA6C2, 0x03B3, 0xA6C3, 0x03B4, 0xA6C4, 0x03B5, 0xA6C5, - 0x03B6, 0xA6C6, 0x03B7, 0xA6C7, 0x03B8, 0xA6C8, 0x03B9, 0xA6C9, 0x03BA, 0xA6CA, 0x03BB, 0xA6CB, 0x03BC, 0xA6CC, 0x03BD, 0xA6CD, - 0x03BE, 0xA6CE, 0x03BF, 0xA6CF, 0x03C0, 0xA6D0, 0x03C1, 0xA6D1, 0x03C3, 0xA6D2, 0x03C4, 0xA6D3, 0x03C5, 0xA6D4, 0x03C6, 0xA6D5, - 0x03C7, 0xA6D6, 0x03C8, 0xA6D7, 0x03C9, 0xA6D8, 0x0401, 0xA7A7, 0x0410, 0xA7A1, 0x0411, 0xA7A2, 0x0412, 0xA7A3, 0x0413, 0xA7A4, - 0x0414, 0xA7A5, 0x0415, 0xA7A6, 0x0416, 0xA7A8, 0x0417, 0xA7A9, 0x0418, 0xA7AA, 0x0419, 0xA7AB, 0x041A, 0xA7AC, 0x041B, 0xA7AD, - 0x041C, 0xA7AE, 0x041D, 0xA7AF, 0x041E, 0xA7B0, 0x041F, 0xA7B1, 0x0420, 0xA7B2, 0x0421, 0xA7B3, 0x0422, 0xA7B4, 0x0423, 0xA7B5, - 0x0424, 0xA7B6, 0x0425, 0xA7B7, 0x0426, 0xA7B8, 0x0427, 0xA7B9, 0x0428, 0xA7BA, 0x0429, 0xA7BB, 0x042A, 0xA7BC, 0x042B, 0xA7BD, - 0x042C, 0xA7BE, 0x042D, 0xA7BF, 0x042E, 0xA7C0, 0x042F, 0xA7C1, 0x0430, 0xA7D1, 0x0431, 0xA7D2, 0x0432, 0xA7D3, 0x0433, 0xA7D4, - 0x0434, 0xA7D5, 0x0435, 0xA7D6, 0x0436, 0xA7D8, 0x0437, 0xA7D9, 0x0438, 0xA7DA, 0x0439, 0xA7DB, 0x043A, 0xA7DC, 0x043B, 0xA7DD, - 0x043C, 0xA7DE, 0x043D, 0xA7DF, 0x043E, 0xA7E0, 0x043F, 0xA7E1, 0x0440, 0xA7E2, 0x0441, 0xA7E3, 0x0442, 0xA7E4, 0x0443, 0xA7E5, - 0x0444, 0xA7E6, 0x0445, 0xA7E7, 0x0446, 0xA7E8, 0x0447, 0xA7E9, 0x0448, 0xA7EA, 0x0449, 0xA7EB, 0x044A, 0xA7EC, 0x044B, 0xA7ED, - 0x044C, 0xA7EE, 0x044D, 0xA7EF, 0x044E, 0xA7F0, 0x044F, 0xA7F1, 0x0451, 0xA7D7, 0x2010, 0xA95C, 0x2013, 0xA843, 0x2014, 0xA1AA, - 0x2015, 0xA844, 0x2016, 0xA1AC, 0x2018, 0xA1AE, 0x2019, 0xA1AF, 0x201C, 0xA1B0, 0x201D, 0xA1B1, 0x2025, 0xA845, 0x2026, 0xA1AD, - 0x2030, 0xA1EB, 0x2032, 0xA1E4, 0x2033, 0xA1E5, 0x2035, 0xA846, 0x203B, 0xA1F9, 0x20AC, 0x0080, 0x2103, 0xA1E6, 0x2105, 0xA847, - 0x2109, 0xA848, 0x2116, 0xA1ED, 0x2121, 0xA959, 0x2160, 0xA2F1, 0x2161, 0xA2F2, 0x2162, 0xA2F3, 0x2163, 0xA2F4, 0x2164, 0xA2F5, - 0x2165, 0xA2F6, 0x2166, 0xA2F7, 0x2167, 0xA2F8, 0x2168, 0xA2F9, 0x2169, 0xA2FA, 0x216A, 0xA2FB, 0x216B, 0xA2FC, 0x2170, 0xA2A1, - 0x2171, 0xA2A2, 0x2172, 0xA2A3, 0x2173, 0xA2A4, 0x2174, 0xA2A5, 0x2175, 0xA2A6, 0x2176, 0xA2A7, 0x2177, 0xA2A8, 0x2178, 0xA2A9, - 0x2179, 0xA2AA, 0x2190, 0xA1FB, 0x2191, 0xA1FC, 0x2192, 0xA1FA, 0x2193, 0xA1FD, 0x2196, 0xA849, 0x2197, 0xA84A, 0x2198, 0xA84B, - 0x2199, 0xA84C, 0x2208, 0xA1CA, 0x220F, 0xA1C7, 0x2211, 0xA1C6, 0x2215, 0xA84D, 0x221A, 0xA1CC, 0x221D, 0xA1D8, 0x221E, 0xA1DE, - 0x221F, 0xA84E, 0x2220, 0xA1CF, 0x2223, 0xA84F, 0x2225, 0xA1CE, 0x2227, 0xA1C4, 0x2228, 0xA1C5, 0x2229, 0xA1C9, 0x222A, 0xA1C8, - 0x222B, 0xA1D2, 0x222E, 0xA1D3, 0x2234, 0xA1E0, 0x2235, 0xA1DF, 0x2236, 0xA1C3, 0x2237, 0xA1CB, 0x223D, 0xA1D7, 0x2248, 0xA1D6, - 0x224C, 0xA1D5, 0x2252, 0xA850, 0x2260, 0xA1D9, 0x2261, 0xA1D4, 0x2264, 0xA1DC, 0x2265, 0xA1DD, 0x2266, 0xA851, 0x2267, 0xA852, - 0x226E, 0xA1DA, 0x226F, 0xA1DB, 0x2295, 0xA892, 0x2299, 0xA1D1, 0x22A5, 0xA1CD, 0x22BF, 0xA853, 0x2312, 0xA1D0, 0x2460, 0xA2D9, - 0x2461, 0xA2DA, 0x2462, 0xA2DB, 0x2463, 0xA2DC, 0x2464, 0xA2DD, 0x2465, 0xA2DE, 0x2466, 0xA2DF, 0x2467, 0xA2E0, 0x2468, 0xA2E1, - 0x2469, 0xA2E2, 0x2474, 0xA2C5, 0x2475, 0xA2C6, 0x2476, 0xA2C7, 0x2477, 0xA2C8, 0x2478, 0xA2C9, 0x2479, 0xA2CA, 0x247A, 0xA2CB, - 0x247B, 0xA2CC, 0x247C, 0xA2CD, 0x247D, 0xA2CE, 0x247E, 0xA2CF, 0x247F, 0xA2D0, 0x2480, 0xA2D1, 0x2481, 0xA2D2, 0x2482, 0xA2D3, - 0x2483, 0xA2D4, 0x2484, 0xA2D5, 0x2485, 0xA2D6, 0x2486, 0xA2D7, 0x2487, 0xA2D8, 0x2488, 0xA2B1, 0x2489, 0xA2B2, 0x248A, 0xA2B3, - 0x248B, 0xA2B4, 0x248C, 0xA2B5, 0x248D, 0xA2B6, 0x248E, 0xA2B7, 0x248F, 0xA2B8, 0x2490, 0xA2B9, 0x2491, 0xA2BA, 0x2492, 0xA2BB, - 0x2493, 0xA2BC, 0x2494, 0xA2BD, 0x2495, 0xA2BE, 0x2496, 0xA2BF, 0x2497, 0xA2C0, 0x2498, 0xA2C1, 0x2499, 0xA2C2, 0x249A, 0xA2C3, - 0x249B, 0xA2C4, 0x2500, 0xA9A4, 0x2501, 0xA9A5, 0x2502, 0xA9A6, 0x2503, 0xA9A7, 0x2504, 0xA9A8, 0x2505, 0xA9A9, 0x2506, 0xA9AA, - 0x2507, 0xA9AB, 0x2508, 0xA9AC, 0x2509, 0xA9AD, 0x250A, 0xA9AE, 0x250B, 0xA9AF, 0x250C, 0xA9B0, 0x250D, 0xA9B1, 0x250E, 0xA9B2, - 0x250F, 0xA9B3, 0x2510, 0xA9B4, 0x2511, 0xA9B5, 0x2512, 0xA9B6, 0x2513, 0xA9B7, 0x2514, 0xA9B8, 0x2515, 0xA9B9, 0x2516, 0xA9BA, - 0x2517, 0xA9BB, 0x2518, 0xA9BC, 0x2519, 0xA9BD, 0x251A, 0xA9BE, 0x251B, 0xA9BF, 0x251C, 0xA9C0, 0x251D, 0xA9C1, 0x251E, 0xA9C2, - 0x251F, 0xA9C3, 0x2520, 0xA9C4, 0x2521, 0xA9C5, 0x2522, 0xA9C6, 0x2523, 0xA9C7, 0x2524, 0xA9C8, 0x2525, 0xA9C9, 0x2526, 0xA9CA, - 0x2527, 0xA9CB, 0x2528, 0xA9CC, 0x2529, 0xA9CD, 0x252A, 0xA9CE, 0x252B, 0xA9CF, 0x252C, 0xA9D0, 0x252D, 0xA9D1, 0x252E, 0xA9D2, - 0x252F, 0xA9D3, 0x2530, 0xA9D4, 0x2531, 0xA9D5, 0x2532, 0xA9D6, 0x2533, 0xA9D7, 0x2534, 0xA9D8, 0x2535, 0xA9D9, 0x2536, 0xA9DA, - 0x2537, 0xA9DB, 0x2538, 0xA9DC, 0x2539, 0xA9DD, 0x253A, 0xA9DE, 0x253B, 0xA9DF, 0x253C, 0xA9E0, 0x253D, 0xA9E1, 0x253E, 0xA9E2, - 0x253F, 0xA9E3, 0x2540, 0xA9E4, 0x2541, 0xA9E5, 0x2542, 0xA9E6, 0x2543, 0xA9E7, 0x2544, 0xA9E8, 0x2545, 0xA9E9, 0x2546, 0xA9EA, - 0x2547, 0xA9EB, 0x2548, 0xA9EC, 0x2549, 0xA9ED, 0x254A, 0xA9EE, 0x254B, 0xA9EF, 0x2550, 0xA854, 0x2551, 0xA855, 0x2552, 0xA856, - 0x2553, 0xA857, 0x2554, 0xA858, 0x2555, 0xA859, 0x2556, 0xA85A, 0x2557, 0xA85B, 0x2558, 0xA85C, 0x2559, 0xA85D, 0x255A, 0xA85E, - 0x255B, 0xA85F, 0x255C, 0xA860, 0x255D, 0xA861, 0x255E, 0xA862, 0x255F, 0xA863, 0x2560, 0xA864, 0x2561, 0xA865, 0x2562, 0xA866, - 0x2563, 0xA867, 0x2564, 0xA868, 0x2565, 0xA869, 0x2566, 0xA86A, 0x2567, 0xA86B, 0x2568, 0xA86C, 0x2569, 0xA86D, 0x256A, 0xA86E, - 0x256B, 0xA86F, 0x256C, 0xA870, 0x256D, 0xA871, 0x256E, 0xA872, 0x256F, 0xA873, 0x2570, 0xA874, 0x2571, 0xA875, 0x2572, 0xA876, - 0x2573, 0xA877, 0x2581, 0xA878, 0x2582, 0xA879, 0x2583, 0xA87A, 0x2584, 0xA87B, 0x2585, 0xA87C, 0x2586, 0xA87D, 0x2587, 0xA87E, - 0x2588, 0xA880, 0x2589, 0xA881, 0x258A, 0xA882, 0x258B, 0xA883, 0x258C, 0xA884, 0x258D, 0xA885, 0x258E, 0xA886, 0x258F, 0xA887, - 0x2593, 0xA888, 0x2594, 0xA889, 0x2595, 0xA88A, 0x25A0, 0xA1F6, 0x25A1, 0xA1F5, 0x25B2, 0xA1F8, 0x25B3, 0xA1F7, 0x25BC, 0xA88B, - 0x25BD, 0xA88C, 0x25C6, 0xA1F4, 0x25C7, 0xA1F3, 0x25CB, 0xA1F0, 0x25CE, 0xA1F2, 0x25CF, 0xA1F1, 0x25E2, 0xA88D, 0x25E3, 0xA88E, - 0x25E4, 0xA88F, 0x25E5, 0xA890, 0x2605, 0xA1EF, 0x2606, 0xA1EE, 0x2609, 0xA891, 0x2640, 0xA1E2, 0x2642, 0xA1E1, 0x3000, 0xA1A1, - 0x3001, 0xA1A2, 0x3002, 0xA1A3, 0x3003, 0xA1A8, 0x3005, 0xA1A9, 0x3006, 0xA965, 0x3007, 0xA996, 0x3008, 0xA1B4, 0x3009, 0xA1B5, - 0x300A, 0xA1B6, 0x300B, 0xA1B7, 0x300C, 0xA1B8, 0x300D, 0xA1B9, 0x300E, 0xA1BA, 0x300F, 0xA1BB, 0x3010, 0xA1BE, 0x3011, 0xA1BF, - 0x3012, 0xA893, 0x3013, 0xA1FE, 0x3014, 0xA1B2, 0x3015, 0xA1B3, 0x3016, 0xA1BC, 0x3017, 0xA1BD, 0x301D, 0xA894, 0x301E, 0xA895, - 0x3021, 0xA940, 0x3022, 0xA941, 0x3023, 0xA942, 0x3024, 0xA943, 0x3025, 0xA944, 0x3026, 0xA945, 0x3027, 0xA946, 0x3028, 0xA947, - 0x3029, 0xA948, 0x3041, 0xA4A1, 0x3042, 0xA4A2, 0x3043, 0xA4A3, 0x3044, 0xA4A4, 0x3045, 0xA4A5, 0x3046, 0xA4A6, 0x3047, 0xA4A7, - 0x3048, 0xA4A8, 0x3049, 0xA4A9, 0x304A, 0xA4AA, 0x304B, 0xA4AB, 0x304C, 0xA4AC, 0x304D, 0xA4AD, 0x304E, 0xA4AE, 0x304F, 0xA4AF, - 0x3050, 0xA4B0, 0x3051, 0xA4B1, 0x3052, 0xA4B2, 0x3053, 0xA4B3, 0x3054, 0xA4B4, 0x3055, 0xA4B5, 0x3056, 0xA4B6, 0x3057, 0xA4B7, - 0x3058, 0xA4B8, 0x3059, 0xA4B9, 0x305A, 0xA4BA, 0x305B, 0xA4BB, 0x305C, 0xA4BC, 0x305D, 0xA4BD, 0x305E, 0xA4BE, 0x305F, 0xA4BF, - 0x3060, 0xA4C0, 0x3061, 0xA4C1, 0x3062, 0xA4C2, 0x3063, 0xA4C3, 0x3064, 0xA4C4, 0x3065, 0xA4C5, 0x3066, 0xA4C6, 0x3067, 0xA4C7, - 0x3068, 0xA4C8, 0x3069, 0xA4C9, 0x306A, 0xA4CA, 0x306B, 0xA4CB, 0x306C, 0xA4CC, 0x306D, 0xA4CD, 0x306E, 0xA4CE, 0x306F, 0xA4CF, - 0x3070, 0xA4D0, 0x3071, 0xA4D1, 0x3072, 0xA4D2, 0x3073, 0xA4D3, 0x3074, 0xA4D4, 0x3075, 0xA4D5, 0x3076, 0xA4D6, 0x3077, 0xA4D7, - 0x3078, 0xA4D8, 0x3079, 0xA4D9, 0x307A, 0xA4DA, 0x307B, 0xA4DB, 0x307C, 0xA4DC, 0x307D, 0xA4DD, 0x307E, 0xA4DE, 0x307F, 0xA4DF, - 0x3080, 0xA4E0, 0x3081, 0xA4E1, 0x3082, 0xA4E2, 0x3083, 0xA4E3, 0x3084, 0xA4E4, 0x3085, 0xA4E5, 0x3086, 0xA4E6, 0x3087, 0xA4E7, - 0x3088, 0xA4E8, 0x3089, 0xA4E9, 0x308A, 0xA4EA, 0x308B, 0xA4EB, 0x308C, 0xA4EC, 0x308D, 0xA4ED, 0x308E, 0xA4EE, 0x308F, 0xA4EF, - 0x3090, 0xA4F0, 0x3091, 0xA4F1, 0x3092, 0xA4F2, 0x3093, 0xA4F3, 0x309B, 0xA961, 0x309C, 0xA962, 0x309D, 0xA966, 0x309E, 0xA967, - 0x30A1, 0xA5A1, 0x30A2, 0xA5A2, 0x30A3, 0xA5A3, 0x30A4, 0xA5A4, 0x30A5, 0xA5A5, 0x30A6, 0xA5A6, 0x30A7, 0xA5A7, 0x30A8, 0xA5A8, - 0x30A9, 0xA5A9, 0x30AA, 0xA5AA, 0x30AB, 0xA5AB, 0x30AC, 0xA5AC, 0x30AD, 0xA5AD, 0x30AE, 0xA5AE, 0x30AF, 0xA5AF, 0x30B0, 0xA5B0, - 0x30B1, 0xA5B1, 0x30B2, 0xA5B2, 0x30B3, 0xA5B3, 0x30B4, 0xA5B4, 0x30B5, 0xA5B5, 0x30B6, 0xA5B6, 0x30B7, 0xA5B7, 0x30B8, 0xA5B8, - 0x30B9, 0xA5B9, 0x30BA, 0xA5BA, 0x30BB, 0xA5BB, 0x30BC, 0xA5BC, 0x30BD, 0xA5BD, 0x30BE, 0xA5BE, 0x30BF, 0xA5BF, 0x30C0, 0xA5C0, - 0x30C1, 0xA5C1, 0x30C2, 0xA5C2, 0x30C3, 0xA5C3, 0x30C4, 0xA5C4, 0x30C5, 0xA5C5, 0x30C6, 0xA5C6, 0x30C7, 0xA5C7, 0x30C8, 0xA5C8, - 0x30C9, 0xA5C9, 0x30CA, 0xA5CA, 0x30CB, 0xA5CB, 0x30CC, 0xA5CC, 0x30CD, 0xA5CD, 0x30CE, 0xA5CE, 0x30CF, 0xA5CF, 0x30D0, 0xA5D0, - 0x30D1, 0xA5D1, 0x30D2, 0xA5D2, 0x30D3, 0xA5D3, 0x30D4, 0xA5D4, 0x30D5, 0xA5D5, 0x30D6, 0xA5D6, 0x30D7, 0xA5D7, 0x30D8, 0xA5D8, - 0x30D9, 0xA5D9, 0x30DA, 0xA5DA, 0x30DB, 0xA5DB, 0x30DC, 0xA5DC, 0x30DD, 0xA5DD, 0x30DE, 0xA5DE, 0x30DF, 0xA5DF, 0x30E0, 0xA5E0, - 0x30E1, 0xA5E1, 0x30E2, 0xA5E2, 0x30E3, 0xA5E3, 0x30E4, 0xA5E4, 0x30E5, 0xA5E5, 0x30E6, 0xA5E6, 0x30E7, 0xA5E7, 0x30E8, 0xA5E8, - 0x30E9, 0xA5E9, 0x30EA, 0xA5EA, 0x30EB, 0xA5EB, 0x30EC, 0xA5EC, 0x30ED, 0xA5ED, 0x30EE, 0xA5EE, 0x30EF, 0xA5EF, 0x30F0, 0xA5F0, - 0x30F1, 0xA5F1, 0x30F2, 0xA5F2, 0x30F3, 0xA5F3, 0x30F4, 0xA5F4, 0x30F5, 0xA5F5, 0x30F6, 0xA5F6, 0x30FC, 0xA960, 0x30FD, 0xA963, - 0x30FE, 0xA964, 0x3105, 0xA8C5, 0x3106, 0xA8C6, 0x3107, 0xA8C7, 0x3108, 0xA8C8, 0x3109, 0xA8C9, 0x310A, 0xA8CA, 0x310B, 0xA8CB, - 0x310C, 0xA8CC, 0x310D, 0xA8CD, 0x310E, 0xA8CE, 0x310F, 0xA8CF, 0x3110, 0xA8D0, 0x3111, 0xA8D1, 0x3112, 0xA8D2, 0x3113, 0xA8D3, - 0x3114, 0xA8D4, 0x3115, 0xA8D5, 0x3116, 0xA8D6, 0x3117, 0xA8D7, 0x3118, 0xA8D8, 0x3119, 0xA8D9, 0x311A, 0xA8DA, 0x311B, 0xA8DB, - 0x311C, 0xA8DC, 0x311D, 0xA8DD, 0x311E, 0xA8DE, 0x311F, 0xA8DF, 0x3120, 0xA8E0, 0x3121, 0xA8E1, 0x3122, 0xA8E2, 0x3123, 0xA8E3, - 0x3124, 0xA8E4, 0x3125, 0xA8E5, 0x3126, 0xA8E6, 0x3127, 0xA8E7, 0x3128, 0xA8E8, 0x3129, 0xA8E9, 0x3220, 0xA2E5, 0x3221, 0xA2E6, - 0x3222, 0xA2E7, 0x3223, 0xA2E8, 0x3224, 0xA2E9, 0x3225, 0xA2EA, 0x3226, 0xA2EB, 0x3227, 0xA2EC, 0x3228, 0xA2ED, 0x3229, 0xA2EE, - 0x3231, 0xA95A, 0x32A3, 0xA949, 0x338E, 0xA94A, 0x338F, 0xA94B, 0x339C, 0xA94C, 0x339D, 0xA94D, 0x339E, 0xA94E, 0x33A1, 0xA94F, - 0x33C4, 0xA950, 0x33CE, 0xA951, 0x33D1, 0xA952, 0x33D2, 0xA953, 0x33D5, 0xA954, 0x4E00, 0xD2BB, 0x4E01, 0xB6A1, 0x4E02, 0x8140, - 0x4E03, 0xC6DF, 0x4E04, 0x8141, 0x4E05, 0x8142, 0x4E06, 0x8143, 0x4E07, 0xCDF2, 0x4E08, 0xD5C9, 0x4E09, 0xC8FD, 0x4E0A, 0xC9CF, - 0x4E0B, 0xCFC2, 0x4E0C, 0xD8A2, 0x4E0D, 0xB2BB, 0x4E0E, 0xD3EB, 0x4E0F, 0x8144, 0x4E10, 0xD8A4, 0x4E11, 0xB3F3, 0x4E12, 0x8145, - 0x4E13, 0xD7A8, 0x4E14, 0xC7D2, 0x4E15, 0xD8A7, 0x4E16, 0xCAC0, 0x4E17, 0x8146, 0x4E18, 0xC7F0, 0x4E19, 0xB1FB, 0x4E1A, 0xD2B5, - 0x4E1B, 0xB4D4, 0x4E1C, 0xB6AB, 0x4E1D, 0xCBBF, 0x4E1E, 0xD8A9, 0x4E1F, 0x8147, 0x4E20, 0x8148, 0x4E21, 0x8149, 0x4E22, 0xB6AA, - 0x4E23, 0x814A, 0x4E24, 0xC1BD, 0x4E25, 0xD1CF, 0x4E26, 0x814B, 0x4E27, 0xC9A5, 0x4E28, 0xD8AD, 0x4E29, 0x814C, 0x4E2A, 0xB8F6, - 0x4E2B, 0xD1BE, 0x4E2C, 0xE3DC, 0x4E2D, 0xD6D0, 0x4E2E, 0x814D, 0x4E2F, 0x814E, 0x4E30, 0xB7E1, 0x4E31, 0x814F, 0x4E32, 0xB4AE, - 0x4E33, 0x8150, 0x4E34, 0xC1D9, 0x4E35, 0x8151, 0x4E36, 0xD8BC, 0x4E37, 0x8152, 0x4E38, 0xCDE8, 0x4E39, 0xB5A4, 0x4E3A, 0xCEAA, - 0x4E3B, 0xD6F7, 0x4E3C, 0x8153, 0x4E3D, 0xC0F6, 0x4E3E, 0xBED9, 0x4E3F, 0xD8AF, 0x4E40, 0x8154, 0x4E41, 0x8155, 0x4E42, 0x8156, - 0x4E43, 0xC4CB, 0x4E44, 0x8157, 0x4E45, 0xBEC3, 0x4E46, 0x8158, 0x4E47, 0xD8B1, 0x4E48, 0xC3B4, 0x4E49, 0xD2E5, 0x4E4A, 0x8159, - 0x4E4B, 0xD6AE, 0x4E4C, 0xCEDA, 0x4E4D, 0xD5A7, 0x4E4E, 0xBAF5, 0x4E4F, 0xB7A6, 0x4E50, 0xC0D6, 0x4E51, 0x815A, 0x4E52, 0xC6B9, - 0x4E53, 0xC5D2, 0x4E54, 0xC7C7, 0x4E55, 0x815B, 0x4E56, 0xB9D4, 0x4E57, 0x815C, 0x4E58, 0xB3CB, 0x4E59, 0xD2D2, 0x4E5A, 0x815D, - 0x4E5B, 0x815E, 0x4E5C, 0xD8BF, 0x4E5D, 0xBEC5, 0x4E5E, 0xC6F2, 0x4E5F, 0xD2B2, 0x4E60, 0xCFB0, 0x4E61, 0xCFE7, 0x4E62, 0x815F, - 0x4E63, 0x8160, 0x4E64, 0x8161, 0x4E65, 0x8162, 0x4E66, 0xCAE9, 0x4E67, 0x8163, 0x4E68, 0x8164, 0x4E69, 0xD8C0, 0x4E6A, 0x8165, - 0x4E6B, 0x8166, 0x4E6C, 0x8167, 0x4E6D, 0x8168, 0x4E6E, 0x8169, 0x4E6F, 0x816A, 0x4E70, 0xC2F2, 0x4E71, 0xC2D2, 0x4E72, 0x816B, - 0x4E73, 0xC8E9, 0x4E74, 0x816C, 0x4E75, 0x816D, 0x4E76, 0x816E, 0x4E77, 0x816F, 0x4E78, 0x8170, 0x4E79, 0x8171, 0x4E7A, 0x8172, - 0x4E7B, 0x8173, 0x4E7C, 0x8174, 0x4E7D, 0x8175, 0x4E7E, 0xC7AC, 0x4E7F, 0x8176, 0x4E80, 0x8177, 0x4E81, 0x8178, 0x4E82, 0x8179, - 0x4E83, 0x817A, 0x4E84, 0x817B, 0x4E85, 0x817C, 0x4E86, 0xC1CB, 0x4E87, 0x817D, 0x4E88, 0xD3E8, 0x4E89, 0xD5F9, 0x4E8A, 0x817E, - 0x4E8B, 0xCAC2, 0x4E8C, 0xB6FE, 0x4E8D, 0xD8A1, 0x4E8E, 0xD3DA, 0x4E8F, 0xBFF7, 0x4E90, 0x8180, 0x4E91, 0xD4C6, 0x4E92, 0xBBA5, - 0x4E93, 0xD8C1, 0x4E94, 0xCEE5, 0x4E95, 0xBEAE, 0x4E96, 0x8181, 0x4E97, 0x8182, 0x4E98, 0xD8A8, 0x4E99, 0x8183, 0x4E9A, 0xD1C7, - 0x4E9B, 0xD0A9, 0x4E9C, 0x8184, 0x4E9D, 0x8185, 0x4E9E, 0x8186, 0x4E9F, 0xD8BD, 0x4EA0, 0xD9EF, 0x4EA1, 0xCDF6, 0x4EA2, 0xBFBA, - 0x4EA3, 0x8187, 0x4EA4, 0xBDBB, 0x4EA5, 0xBAA5, 0x4EA6, 0xD2E0, 0x4EA7, 0xB2FA, 0x4EA8, 0xBAE0, 0x4EA9, 0xC4B6, 0x4EAA, 0x8188, - 0x4EAB, 0xCFED, 0x4EAC, 0xBEA9, 0x4EAD, 0xCDA4, 0x4EAE, 0xC1C1, 0x4EAF, 0x8189, 0x4EB0, 0x818A, 0x4EB1, 0x818B, 0x4EB2, 0xC7D7, - 0x4EB3, 0xD9F1, 0x4EB4, 0x818C, 0x4EB5, 0xD9F4, 0x4EB6, 0x818D, 0x4EB7, 0x818E, 0x4EB8, 0x818F, 0x4EB9, 0x8190, 0x4EBA, 0xC8CB, - 0x4EBB, 0xD8E9, 0x4EBC, 0x8191, 0x4EBD, 0x8192, 0x4EBE, 0x8193, 0x4EBF, 0xD2DA, 0x4EC0, 0xCAB2, 0x4EC1, 0xC8CA, 0x4EC2, 0xD8EC, - 0x4EC3, 0xD8EA, 0x4EC4, 0xD8C6, 0x4EC5, 0xBDF6, 0x4EC6, 0xC6CD, 0x4EC7, 0xB3F0, 0x4EC8, 0x8194, 0x4EC9, 0xD8EB, 0x4ECA, 0xBDF1, - 0x4ECB, 0xBDE9, 0x4ECC, 0x8195, 0x4ECD, 0xC8D4, 0x4ECE, 0xB4D3, 0x4ECF, 0x8196, 0x4ED0, 0x8197, 0x4ED1, 0xC2D8, 0x4ED2, 0x8198, - 0x4ED3, 0xB2D6, 0x4ED4, 0xD7D0, 0x4ED5, 0xCACB, 0x4ED6, 0xCBFB, 0x4ED7, 0xD5CC, 0x4ED8, 0xB8B6, 0x4ED9, 0xCFC9, 0x4EDA, 0x8199, - 0x4EDB, 0x819A, 0x4EDC, 0x819B, 0x4EDD, 0xD9DA, 0x4EDE, 0xD8F0, 0x4EDF, 0xC7AA, 0x4EE0, 0x819C, 0x4EE1, 0xD8EE, 0x4EE2, 0x819D, - 0x4EE3, 0xB4FA, 0x4EE4, 0xC1EE, 0x4EE5, 0xD2D4, 0x4EE6, 0x819E, 0x4EE7, 0x819F, 0x4EE8, 0xD8ED, 0x4EE9, 0x81A0, 0x4EEA, 0xD2C7, - 0x4EEB, 0xD8EF, 0x4EEC, 0xC3C7, 0x4EED, 0x81A1, 0x4EEE, 0x81A2, 0x4EEF, 0x81A3, 0x4EF0, 0xD1F6, 0x4EF1, 0x81A4, 0x4EF2, 0xD6D9, - 0x4EF3, 0xD8F2, 0x4EF4, 0x81A5, 0x4EF5, 0xD8F5, 0x4EF6, 0xBCFE, 0x4EF7, 0xBCDB, 0x4EF8, 0x81A6, 0x4EF9, 0x81A7, 0x4EFA, 0x81A8, - 0x4EFB, 0xC8CE, 0x4EFC, 0x81A9, 0x4EFD, 0xB7DD, 0x4EFE, 0x81AA, 0x4EFF, 0xB7C2, 0x4F00, 0x81AB, 0x4F01, 0xC6F3, 0x4F02, 0x81AC, - 0x4F03, 0x81AD, 0x4F04, 0x81AE, 0x4F05, 0x81AF, 0x4F06, 0x81B0, 0x4F07, 0x81B1, 0x4F08, 0x81B2, 0x4F09, 0xD8F8, 0x4F0A, 0xD2C1, - 0x4F0B, 0x81B3, 0x4F0C, 0x81B4, 0x4F0D, 0xCEE9, 0x4F0E, 0xBCBF, 0x4F0F, 0xB7FC, 0x4F10, 0xB7A5, 0x4F11, 0xD0DD, 0x4F12, 0x81B5, - 0x4F13, 0x81B6, 0x4F14, 0x81B7, 0x4F15, 0x81B8, 0x4F16, 0x81B9, 0x4F17, 0xD6DA, 0x4F18, 0xD3C5, 0x4F19, 0xBBEF, 0x4F1A, 0xBBE1, - 0x4F1B, 0xD8F1, 0x4F1C, 0x81BA, 0x4F1D, 0x81BB, 0x4F1E, 0xC9A1, 0x4F1F, 0xCEB0, 0x4F20, 0xB4AB, 0x4F21, 0x81BC, 0x4F22, 0xD8F3, - 0x4F23, 0x81BD, 0x4F24, 0xC9CB, 0x4F25, 0xD8F6, 0x4F26, 0xC2D7, 0x4F27, 0xD8F7, 0x4F28, 0x81BE, 0x4F29, 0x81BF, 0x4F2A, 0xCEB1, - 0x4F2B, 0xD8F9, 0x4F2C, 0x81C0, 0x4F2D, 0x81C1, 0x4F2E, 0x81C2, 0x4F2F, 0xB2AE, 0x4F30, 0xB9C0, 0x4F31, 0x81C3, 0x4F32, 0xD9A3, - 0x4F33, 0x81C4, 0x4F34, 0xB0E9, 0x4F35, 0x81C5, 0x4F36, 0xC1E6, 0x4F37, 0x81C6, 0x4F38, 0xC9EC, 0x4F39, 0x81C7, 0x4F3A, 0xCBC5, - 0x4F3B, 0x81C8, 0x4F3C, 0xCBC6, 0x4F3D, 0xD9A4, 0x4F3E, 0x81C9, 0x4F3F, 0x81CA, 0x4F40, 0x81CB, 0x4F41, 0x81CC, 0x4F42, 0x81CD, - 0x4F43, 0xB5E8, 0x4F44, 0x81CE, 0x4F45, 0x81CF, 0x4F46, 0xB5AB, 0x4F47, 0x81D0, 0x4F48, 0x81D1, 0x4F49, 0x81D2, 0x4F4A, 0x81D3, - 0x4F4B, 0x81D4, 0x4F4C, 0x81D5, 0x4F4D, 0xCEBB, 0x4F4E, 0xB5CD, 0x4F4F, 0xD7A1, 0x4F50, 0xD7F4, 0x4F51, 0xD3D3, 0x4F52, 0x81D6, - 0x4F53, 0xCCE5, 0x4F54, 0x81D7, 0x4F55, 0xBACE, 0x4F56, 0x81D8, 0x4F57, 0xD9A2, 0x4F58, 0xD9DC, 0x4F59, 0xD3E0, 0x4F5A, 0xD8FD, - 0x4F5B, 0xB7F0, 0x4F5C, 0xD7F7, 0x4F5D, 0xD8FE, 0x4F5E, 0xD8FA, 0x4F5F, 0xD9A1, 0x4F60, 0xC4E3, 0x4F61, 0x81D9, 0x4F62, 0x81DA, - 0x4F63, 0xD3B6, 0x4F64, 0xD8F4, 0x4F65, 0xD9DD, 0x4F66, 0x81DB, 0x4F67, 0xD8FB, 0x4F68, 0x81DC, 0x4F69, 0xC5E5, 0x4F6A, 0x81DD, - 0x4F6B, 0x81DE, 0x4F6C, 0xC0D0, 0x4F6D, 0x81DF, 0x4F6E, 0x81E0, 0x4F6F, 0xD1F0, 0x4F70, 0xB0DB, 0x4F71, 0x81E1, 0x4F72, 0x81E2, - 0x4F73, 0xBCD1, 0x4F74, 0xD9A6, 0x4F75, 0x81E3, 0x4F76, 0xD9A5, 0x4F77, 0x81E4, 0x4F78, 0x81E5, 0x4F79, 0x81E6, 0x4F7A, 0x81E7, - 0x4F7B, 0xD9AC, 0x4F7C, 0xD9AE, 0x4F7D, 0x81E8, 0x4F7E, 0xD9AB, 0x4F7F, 0xCAB9, 0x4F80, 0x81E9, 0x4F81, 0x81EA, 0x4F82, 0x81EB, - 0x4F83, 0xD9A9, 0x4F84, 0xD6B6, 0x4F85, 0x81EC, 0x4F86, 0x81ED, 0x4F87, 0x81EE, 0x4F88, 0xB3DE, 0x4F89, 0xD9A8, 0x4F8A, 0x81EF, - 0x4F8B, 0xC0FD, 0x4F8C, 0x81F0, 0x4F8D, 0xCACC, 0x4F8E, 0x81F1, 0x4F8F, 0xD9AA, 0x4F90, 0x81F2, 0x4F91, 0xD9A7, 0x4F92, 0x81F3, - 0x4F93, 0x81F4, 0x4F94, 0xD9B0, 0x4F95, 0x81F5, 0x4F96, 0x81F6, 0x4F97, 0xB6B1, 0x4F98, 0x81F7, 0x4F99, 0x81F8, 0x4F9A, 0x81F9, - 0x4F9B, 0xB9A9, 0x4F9C, 0x81FA, 0x4F9D, 0xD2C0, 0x4F9E, 0x81FB, 0x4F9F, 0x81FC, 0x4FA0, 0xCFC0, 0x4FA1, 0x81FD, 0x4FA2, 0x81FE, - 0x4FA3, 0xC2C2, 0x4FA4, 0x8240, 0x4FA5, 0xBDC4, 0x4FA6, 0xD5EC, 0x4FA7, 0xB2E0, 0x4FA8, 0xC7C8, 0x4FA9, 0xBFEB, 0x4FAA, 0xD9AD, - 0x4FAB, 0x8241, 0x4FAC, 0xD9AF, 0x4FAD, 0x8242, 0x4FAE, 0xCEEA, 0x4FAF, 0xBAEE, 0x4FB0, 0x8243, 0x4FB1, 0x8244, 0x4FB2, 0x8245, - 0x4FB3, 0x8246, 0x4FB4, 0x8247, 0x4FB5, 0xC7D6, 0x4FB6, 0x8248, 0x4FB7, 0x8249, 0x4FB8, 0x824A, 0x4FB9, 0x824B, 0x4FBA, 0x824C, - 0x4FBB, 0x824D, 0x4FBC, 0x824E, 0x4FBD, 0x824F, 0x4FBE, 0x8250, 0x4FBF, 0xB1E3, 0x4FC0, 0x8251, 0x4FC1, 0x8252, 0x4FC2, 0x8253, - 0x4FC3, 0xB4D9, 0x4FC4, 0xB6ED, 0x4FC5, 0xD9B4, 0x4FC6, 0x8254, 0x4FC7, 0x8255, 0x4FC8, 0x8256, 0x4FC9, 0x8257, 0x4FCA, 0xBFA1, - 0x4FCB, 0x8258, 0x4FCC, 0x8259, 0x4FCD, 0x825A, 0x4FCE, 0xD9DE, 0x4FCF, 0xC7CE, 0x4FD0, 0xC0FE, 0x4FD1, 0xD9B8, 0x4FD2, 0x825B, - 0x4FD3, 0x825C, 0x4FD4, 0x825D, 0x4FD5, 0x825E, 0x4FD6, 0x825F, 0x4FD7, 0xCBD7, 0x4FD8, 0xB7FD, 0x4FD9, 0x8260, 0x4FDA, 0xD9B5, - 0x4FDB, 0x8261, 0x4FDC, 0xD9B7, 0x4FDD, 0xB1A3, 0x4FDE, 0xD3E1, 0x4FDF, 0xD9B9, 0x4FE0, 0x8262, 0x4FE1, 0xD0C5, 0x4FE2, 0x8263, - 0x4FE3, 0xD9B6, 0x4FE4, 0x8264, 0x4FE5, 0x8265, 0x4FE6, 0xD9B1, 0x4FE7, 0x8266, 0x4FE8, 0xD9B2, 0x4FE9, 0xC1A9, 0x4FEA, 0xD9B3, - 0x4FEB, 0x8267, 0x4FEC, 0x8268, 0x4FED, 0xBCF3, 0x4FEE, 0xD0DE, 0x4FEF, 0xB8A9, 0x4FF0, 0x8269, 0x4FF1, 0xBEE3, 0x4FF2, 0x826A, - 0x4FF3, 0xD9BD, 0x4FF4, 0x826B, 0x4FF5, 0x826C, 0x4FF6, 0x826D, 0x4FF7, 0x826E, 0x4FF8, 0xD9BA, 0x4FF9, 0x826F, 0x4FFA, 0xB0B3, - 0x4FFB, 0x8270, 0x4FFC, 0x8271, 0x4FFD, 0x8272, 0x4FFE, 0xD9C2, 0x4FFF, 0x8273, 0x5000, 0x8274, 0x5001, 0x8275, 0x5002, 0x8276, - 0x5003, 0x8277, 0x5004, 0x8278, 0x5005, 0x8279, 0x5006, 0x827A, 0x5007, 0x827B, 0x5008, 0x827C, 0x5009, 0x827D, 0x500A, 0x827E, - 0x500B, 0x8280, 0x500C, 0xD9C4, 0x500D, 0xB1B6, 0x500E, 0x8281, 0x500F, 0xD9BF, 0x5010, 0x8282, 0x5011, 0x8283, 0x5012, 0xB5B9, - 0x5013, 0x8284, 0x5014, 0xBEF3, 0x5015, 0x8285, 0x5016, 0x8286, 0x5017, 0x8287, 0x5018, 0xCCC8, 0x5019, 0xBAF2, 0x501A, 0xD2D0, - 0x501B, 0x8288, 0x501C, 0xD9C3, 0x501D, 0x8289, 0x501E, 0x828A, 0x501F, 0xBDE8, 0x5020, 0x828B, 0x5021, 0xB3AB, 0x5022, 0x828C, - 0x5023, 0x828D, 0x5024, 0x828E, 0x5025, 0xD9C5, 0x5026, 0xBEEB, 0x5027, 0x828F, 0x5028, 0xD9C6, 0x5029, 0xD9BB, 0x502A, 0xC4DF, - 0x502B, 0x8290, 0x502C, 0xD9BE, 0x502D, 0xD9C1, 0x502E, 0xD9C0, 0x502F, 0x8291, 0x5030, 0x8292, 0x5031, 0x8293, 0x5032, 0x8294, - 0x5033, 0x8295, 0x5034, 0x8296, 0x5035, 0x8297, 0x5036, 0x8298, 0x5037, 0x8299, 0x5038, 0x829A, 0x5039, 0x829B, 0x503A, 0xD5AE, - 0x503B, 0x829C, 0x503C, 0xD6B5, 0x503D, 0x829D, 0x503E, 0xC7E3, 0x503F, 0x829E, 0x5040, 0x829F, 0x5041, 0x82A0, 0x5042, 0x82A1, - 0x5043, 0xD9C8, 0x5044, 0x82A2, 0x5045, 0x82A3, 0x5046, 0x82A4, 0x5047, 0xBCD9, 0x5048, 0xD9CA, 0x5049, 0x82A5, 0x504A, 0x82A6, - 0x504B, 0x82A7, 0x504C, 0xD9BC, 0x504D, 0x82A8, 0x504E, 0xD9CB, 0x504F, 0xC6AB, 0x5050, 0x82A9, 0x5051, 0x82AA, 0x5052, 0x82AB, - 0x5053, 0x82AC, 0x5054, 0x82AD, 0x5055, 0xD9C9, 0x5056, 0x82AE, 0x5057, 0x82AF, 0x5058, 0x82B0, 0x5059, 0x82B1, 0x505A, 0xD7F6, - 0x505B, 0x82B2, 0x505C, 0xCDA3, 0x505D, 0x82B3, 0x505E, 0x82B4, 0x505F, 0x82B5, 0x5060, 0x82B6, 0x5061, 0x82B7, 0x5062, 0x82B8, - 0x5063, 0x82B9, 0x5064, 0x82BA, 0x5065, 0xBDA1, 0x5066, 0x82BB, 0x5067, 0x82BC, 0x5068, 0x82BD, 0x5069, 0x82BE, 0x506A, 0x82BF, - 0x506B, 0x82C0, 0x506C, 0xD9CC, 0x506D, 0x82C1, 0x506E, 0x82C2, 0x506F, 0x82C3, 0x5070, 0x82C4, 0x5071, 0x82C5, 0x5072, 0x82C6, - 0x5073, 0x82C7, 0x5074, 0x82C8, 0x5075, 0x82C9, 0x5076, 0xC5BC, 0x5077, 0xCDB5, 0x5078, 0x82CA, 0x5079, 0x82CB, 0x507A, 0x82CC, - 0x507B, 0xD9CD, 0x507C, 0x82CD, 0x507D, 0x82CE, 0x507E, 0xD9C7, 0x507F, 0xB3A5, 0x5080, 0xBFFE, 0x5081, 0x82CF, 0x5082, 0x82D0, - 0x5083, 0x82D1, 0x5084, 0x82D2, 0x5085, 0xB8B5, 0x5086, 0x82D3, 0x5087, 0x82D4, 0x5088, 0xC0FC, 0x5089, 0x82D5, 0x508A, 0x82D6, - 0x508B, 0x82D7, 0x508C, 0x82D8, 0x508D, 0xB0F8, 0x508E, 0x82D9, 0x508F, 0x82DA, 0x5090, 0x82DB, 0x5091, 0x82DC, 0x5092, 0x82DD, - 0x5093, 0x82DE, 0x5094, 0x82DF, 0x5095, 0x82E0, 0x5096, 0x82E1, 0x5097, 0x82E2, 0x5098, 0x82E3, 0x5099, 0x82E4, 0x509A, 0x82E5, - 0x509B, 0x82E6, 0x509C, 0x82E7, 0x509D, 0x82E8, 0x509E, 0x82E9, 0x509F, 0x82EA, 0x50A0, 0x82EB, 0x50A1, 0x82EC, 0x50A2, 0x82ED, - 0x50A3, 0xB4F6, 0x50A4, 0x82EE, 0x50A5, 0xD9CE, 0x50A6, 0x82EF, 0x50A7, 0xD9CF, 0x50A8, 0xB4A2, 0x50A9, 0xD9D0, 0x50AA, 0x82F0, - 0x50AB, 0x82F1, 0x50AC, 0xB4DF, 0x50AD, 0x82F2, 0x50AE, 0x82F3, 0x50AF, 0x82F4, 0x50B0, 0x82F5, 0x50B1, 0x82F6, 0x50B2, 0xB0C1, - 0x50B3, 0x82F7, 0x50B4, 0x82F8, 0x50B5, 0x82F9, 0x50B6, 0x82FA, 0x50B7, 0x82FB, 0x50B8, 0x82FC, 0x50B9, 0x82FD, 0x50BA, 0xD9D1, - 0x50BB, 0xC9B5, 0x50BC, 0x82FE, 0x50BD, 0x8340, 0x50BE, 0x8341, 0x50BF, 0x8342, 0x50C0, 0x8343, 0x50C1, 0x8344, 0x50C2, 0x8345, - 0x50C3, 0x8346, 0x50C4, 0x8347, 0x50C5, 0x8348, 0x50C6, 0x8349, 0x50C7, 0x834A, 0x50C8, 0x834B, 0x50C9, 0x834C, 0x50CA, 0x834D, - 0x50CB, 0x834E, 0x50CC, 0x834F, 0x50CD, 0x8350, 0x50CE, 0x8351, 0x50CF, 0xCFF1, 0x50D0, 0x8352, 0x50D1, 0x8353, 0x50D2, 0x8354, - 0x50D3, 0x8355, 0x50D4, 0x8356, 0x50D5, 0x8357, 0x50D6, 0xD9D2, 0x50D7, 0x8358, 0x50D8, 0x8359, 0x50D9, 0x835A, 0x50DA, 0xC1C5, - 0x50DB, 0x835B, 0x50DC, 0x835C, 0x50DD, 0x835D, 0x50DE, 0x835E, 0x50DF, 0x835F, 0x50E0, 0x8360, 0x50E1, 0x8361, 0x50E2, 0x8362, - 0x50E3, 0x8363, 0x50E4, 0x8364, 0x50E5, 0x8365, 0x50E6, 0xD9D6, 0x50E7, 0xC9AE, 0x50E8, 0x8366, 0x50E9, 0x8367, 0x50EA, 0x8368, - 0x50EB, 0x8369, 0x50EC, 0xD9D5, 0x50ED, 0xD9D4, 0x50EE, 0xD9D7, 0x50EF, 0x836A, 0x50F0, 0x836B, 0x50F1, 0x836C, 0x50F2, 0x836D, - 0x50F3, 0xCBDB, 0x50F4, 0x836E, 0x50F5, 0xBDA9, 0x50F6, 0x836F, 0x50F7, 0x8370, 0x50F8, 0x8371, 0x50F9, 0x8372, 0x50FA, 0x8373, - 0x50FB, 0xC6A7, 0x50FC, 0x8374, 0x50FD, 0x8375, 0x50FE, 0x8376, 0x50FF, 0x8377, 0x5100, 0x8378, 0x5101, 0x8379, 0x5102, 0x837A, - 0x5103, 0x837B, 0x5104, 0x837C, 0x5105, 0x837D, 0x5106, 0xD9D3, 0x5107, 0xD9D8, 0x5108, 0x837E, 0x5109, 0x8380, 0x510A, 0x8381, - 0x510B, 0xD9D9, 0x510C, 0x8382, 0x510D, 0x8383, 0x510E, 0x8384, 0x510F, 0x8385, 0x5110, 0x8386, 0x5111, 0x8387, 0x5112, 0xC8E5, - 0x5113, 0x8388, 0x5114, 0x8389, 0x5115, 0x838A, 0x5116, 0x838B, 0x5117, 0x838C, 0x5118, 0x838D, 0x5119, 0x838E, 0x511A, 0x838F, - 0x511B, 0x8390, 0x511C, 0x8391, 0x511D, 0x8392, 0x511E, 0x8393, 0x511F, 0x8394, 0x5120, 0x8395, 0x5121, 0xC0DC, 0x5122, 0x8396, - 0x5123, 0x8397, 0x5124, 0x8398, 0x5125, 0x8399, 0x5126, 0x839A, 0x5127, 0x839B, 0x5128, 0x839C, 0x5129, 0x839D, 0x512A, 0x839E, - 0x512B, 0x839F, 0x512C, 0x83A0, 0x512D, 0x83A1, 0x512E, 0x83A2, 0x512F, 0x83A3, 0x5130, 0x83A4, 0x5131, 0x83A5, 0x5132, 0x83A6, - 0x5133, 0x83A7, 0x5134, 0x83A8, 0x5135, 0x83A9, 0x5136, 0x83AA, 0x5137, 0x83AB, 0x5138, 0x83AC, 0x5139, 0x83AD, 0x513A, 0x83AE, - 0x513B, 0x83AF, 0x513C, 0x83B0, 0x513D, 0x83B1, 0x513E, 0x83B2, 0x513F, 0xB6F9, 0x5140, 0xD8A3, 0x5141, 0xD4CA, 0x5142, 0x83B3, - 0x5143, 0xD4AA, 0x5144, 0xD0D6, 0x5145, 0xB3E4, 0x5146, 0xD5D7, 0x5147, 0x83B4, 0x5148, 0xCFC8, 0x5149, 0xB9E2, 0x514A, 0x83B5, - 0x514B, 0xBFCB, 0x514C, 0x83B6, 0x514D, 0xC3E2, 0x514E, 0x83B7, 0x514F, 0x83B8, 0x5150, 0x83B9, 0x5151, 0xB6D2, 0x5152, 0x83BA, - 0x5153, 0x83BB, 0x5154, 0xCDC3, 0x5155, 0xD9EE, 0x5156, 0xD9F0, 0x5157, 0x83BC, 0x5158, 0x83BD, 0x5159, 0x83BE, 0x515A, 0xB5B3, - 0x515B, 0x83BF, 0x515C, 0xB6B5, 0x515D, 0x83C0, 0x515E, 0x83C1, 0x515F, 0x83C2, 0x5160, 0x83C3, 0x5161, 0x83C4, 0x5162, 0xBEA4, - 0x5163, 0x83C5, 0x5164, 0x83C6, 0x5165, 0xC8EB, 0x5166, 0x83C7, 0x5167, 0x83C8, 0x5168, 0xC8AB, 0x5169, 0x83C9, 0x516A, 0x83CA, - 0x516B, 0xB0CB, 0x516C, 0xB9AB, 0x516D, 0xC1F9, 0x516E, 0xD9E2, 0x516F, 0x83CB, 0x5170, 0xC0BC, 0x5171, 0xB9B2, 0x5172, 0x83CC, - 0x5173, 0xB9D8, 0x5174, 0xD0CB, 0x5175, 0xB1F8, 0x5176, 0xC6E4, 0x5177, 0xBEDF, 0x5178, 0xB5E4, 0x5179, 0xD7C8, 0x517A, 0x83CD, - 0x517B, 0xD1F8, 0x517C, 0xBCE6, 0x517D, 0xCADE, 0x517E, 0x83CE, 0x517F, 0x83CF, 0x5180, 0xBCBD, 0x5181, 0xD9E6, 0x5182, 0xD8E7, - 0x5183, 0x83D0, 0x5184, 0x83D1, 0x5185, 0xC4DA, 0x5186, 0x83D2, 0x5187, 0x83D3, 0x5188, 0xB8D4, 0x5189, 0xC8BD, 0x518A, 0x83D4, - 0x518B, 0x83D5, 0x518C, 0xB2E1, 0x518D, 0xD4D9, 0x518E, 0x83D6, 0x518F, 0x83D7, 0x5190, 0x83D8, 0x5191, 0x83D9, 0x5192, 0xC3B0, - 0x5193, 0x83DA, 0x5194, 0x83DB, 0x5195, 0xC3E1, 0x5196, 0xDAA2, 0x5197, 0xC8DF, 0x5198, 0x83DC, 0x5199, 0xD0B4, 0x519A, 0x83DD, - 0x519B, 0xBEFC, 0x519C, 0xC5A9, 0x519D, 0x83DE, 0x519E, 0x83DF, 0x519F, 0x83E0, 0x51A0, 0xB9DA, 0x51A1, 0x83E1, 0x51A2, 0xDAA3, - 0x51A3, 0x83E2, 0x51A4, 0xD4A9, 0x51A5, 0xDAA4, 0x51A6, 0x83E3, 0x51A7, 0x83E4, 0x51A8, 0x83E5, 0x51A9, 0x83E6, 0x51AA, 0x83E7, - 0x51AB, 0xD9FB, 0x51AC, 0xB6AC, 0x51AD, 0x83E8, 0x51AE, 0x83E9, 0x51AF, 0xB7EB, 0x51B0, 0xB1F9, 0x51B1, 0xD9FC, 0x51B2, 0xB3E5, - 0x51B3, 0xBEF6, 0x51B4, 0x83EA, 0x51B5, 0xBFF6, 0x51B6, 0xD2B1, 0x51B7, 0xC0E4, 0x51B8, 0x83EB, 0x51B9, 0x83EC, 0x51BA, 0x83ED, - 0x51BB, 0xB6B3, 0x51BC, 0xD9FE, 0x51BD, 0xD9FD, 0x51BE, 0x83EE, 0x51BF, 0x83EF, 0x51C0, 0xBEBB, 0x51C1, 0x83F0, 0x51C2, 0x83F1, - 0x51C3, 0x83F2, 0x51C4, 0xC6E0, 0x51C5, 0x83F3, 0x51C6, 0xD7BC, 0x51C7, 0xDAA1, 0x51C8, 0x83F4, 0x51C9, 0xC1B9, 0x51CA, 0x83F5, - 0x51CB, 0xB5F2, 0x51CC, 0xC1E8, 0x51CD, 0x83F6, 0x51CE, 0x83F7, 0x51CF, 0xBCF5, 0x51D0, 0x83F8, 0x51D1, 0xB4D5, 0x51D2, 0x83F9, - 0x51D3, 0x83FA, 0x51D4, 0x83FB, 0x51D5, 0x83FC, 0x51D6, 0x83FD, 0x51D7, 0x83FE, 0x51D8, 0x8440, 0x51D9, 0x8441, 0x51DA, 0x8442, - 0x51DB, 0xC1DD, 0x51DC, 0x8443, 0x51DD, 0xC4FD, 0x51DE, 0x8444, 0x51DF, 0x8445, 0x51E0, 0xBCB8, 0x51E1, 0xB7B2, 0x51E2, 0x8446, - 0x51E3, 0x8447, 0x51E4, 0xB7EF, 0x51E5, 0x8448, 0x51E6, 0x8449, 0x51E7, 0x844A, 0x51E8, 0x844B, 0x51E9, 0x844C, 0x51EA, 0x844D, - 0x51EB, 0xD9EC, 0x51EC, 0x844E, 0x51ED, 0xC6BE, 0x51EE, 0x844F, 0x51EF, 0xBFAD, 0x51F0, 0xBBCB, 0x51F1, 0x8450, 0x51F2, 0x8451, - 0x51F3, 0xB5CA, 0x51F4, 0x8452, 0x51F5, 0xDBC9, 0x51F6, 0xD0D7, 0x51F7, 0x8453, 0x51F8, 0xCDB9, 0x51F9, 0xB0BC, 0x51FA, 0xB3F6, - 0x51FB, 0xBBF7, 0x51FC, 0xDBCA, 0x51FD, 0xBAAF, 0x51FE, 0x8454, 0x51FF, 0xD4E4, 0x5200, 0xB5B6, 0x5201, 0xB5F3, 0x5202, 0xD8D6, - 0x5203, 0xC8D0, 0x5204, 0x8455, 0x5205, 0x8456, 0x5206, 0xB7D6, 0x5207, 0xC7D0, 0x5208, 0xD8D7, 0x5209, 0x8457, 0x520A, 0xBFAF, - 0x520B, 0x8458, 0x520C, 0x8459, 0x520D, 0xDBBB, 0x520E, 0xD8D8, 0x520F, 0x845A, 0x5210, 0x845B, 0x5211, 0xD0CC, 0x5212, 0xBBAE, - 0x5213, 0x845C, 0x5214, 0x845D, 0x5215, 0x845E, 0x5216, 0xEBBE, 0x5217, 0xC1D0, 0x5218, 0xC1F5, 0x5219, 0xD4F2, 0x521A, 0xB8D5, - 0x521B, 0xB4B4, 0x521C, 0x845F, 0x521D, 0xB3F5, 0x521E, 0x8460, 0x521F, 0x8461, 0x5220, 0xC9BE, 0x5221, 0x8462, 0x5222, 0x8463, - 0x5223, 0x8464, 0x5224, 0xC5D0, 0x5225, 0x8465, 0x5226, 0x8466, 0x5227, 0x8467, 0x5228, 0xC5D9, 0x5229, 0xC0FB, 0x522A, 0x8468, - 0x522B, 0xB1F0, 0x522C, 0x8469, 0x522D, 0xD8D9, 0x522E, 0xB9CE, 0x522F, 0x846A, 0x5230, 0xB5BD, 0x5231, 0x846B, 0x5232, 0x846C, - 0x5233, 0xD8DA, 0x5234, 0x846D, 0x5235, 0x846E, 0x5236, 0xD6C6, 0x5237, 0xCBA2, 0x5238, 0xC8AF, 0x5239, 0xC9B2, 0x523A, 0xB4CC, - 0x523B, 0xBFCC, 0x523C, 0x846F, 0x523D, 0xB9F4, 0x523E, 0x8470, 0x523F, 0xD8DB, 0x5240, 0xD8DC, 0x5241, 0xB6E7, 0x5242, 0xBCC1, - 0x5243, 0xCCEA, 0x5244, 0x8471, 0x5245, 0x8472, 0x5246, 0x8473, 0x5247, 0x8474, 0x5248, 0x8475, 0x5249, 0x8476, 0x524A, 0xCFF7, - 0x524B, 0x8477, 0x524C, 0xD8DD, 0x524D, 0xC7B0, 0x524E, 0x8478, 0x524F, 0x8479, 0x5250, 0xB9D0, 0x5251, 0xBDA3, 0x5252, 0x847A, - 0x5253, 0x847B, 0x5254, 0xCCDE, 0x5255, 0x847C, 0x5256, 0xC6CA, 0x5257, 0x847D, 0x5258, 0x847E, 0x5259, 0x8480, 0x525A, 0x8481, - 0x525B, 0x8482, 0x525C, 0xD8E0, 0x525D, 0x8483, 0x525E, 0xD8DE, 0x525F, 0x8484, 0x5260, 0x8485, 0x5261, 0xD8DF, 0x5262, 0x8486, - 0x5263, 0x8487, 0x5264, 0x8488, 0x5265, 0xB0FE, 0x5266, 0x8489, 0x5267, 0xBEE7, 0x5268, 0x848A, 0x5269, 0xCAA3, 0x526A, 0xBCF4, - 0x526B, 0x848B, 0x526C, 0x848C, 0x526D, 0x848D, 0x526E, 0x848E, 0x526F, 0xB8B1, 0x5270, 0x848F, 0x5271, 0x8490, 0x5272, 0xB8EE, - 0x5273, 0x8491, 0x5274, 0x8492, 0x5275, 0x8493, 0x5276, 0x8494, 0x5277, 0x8495, 0x5278, 0x8496, 0x5279, 0x8497, 0x527A, 0x8498, - 0x527B, 0x8499, 0x527C, 0x849A, 0x527D, 0xD8E2, 0x527E, 0x849B, 0x527F, 0xBDCB, 0x5280, 0x849C, 0x5281, 0xD8E4, 0x5282, 0xD8E3, - 0x5283, 0x849D, 0x5284, 0x849E, 0x5285, 0x849F, 0x5286, 0x84A0, 0x5287, 0x84A1, 0x5288, 0xC5FC, 0x5289, 0x84A2, 0x528A, 0x84A3, - 0x528B, 0x84A4, 0x528C, 0x84A5, 0x528D, 0x84A6, 0x528E, 0x84A7, 0x528F, 0x84A8, 0x5290, 0xD8E5, 0x5291, 0x84A9, 0x5292, 0x84AA, - 0x5293, 0xD8E6, 0x5294, 0x84AB, 0x5295, 0x84AC, 0x5296, 0x84AD, 0x5297, 0x84AE, 0x5298, 0x84AF, 0x5299, 0x84B0, 0x529A, 0x84B1, - 0x529B, 0xC1A6, 0x529C, 0x84B2, 0x529D, 0xC8B0, 0x529E, 0xB0EC, 0x529F, 0xB9A6, 0x52A0, 0xBCD3, 0x52A1, 0xCEF1, 0x52A2, 0xDBBD, - 0x52A3, 0xC1D3, 0x52A4, 0x84B3, 0x52A5, 0x84B4, 0x52A6, 0x84B5, 0x52A7, 0x84B6, 0x52A8, 0xB6AF, 0x52A9, 0xD6FA, 0x52AA, 0xC5AC, - 0x52AB, 0xBDD9, 0x52AC, 0xDBBE, 0x52AD, 0xDBBF, 0x52AE, 0x84B7, 0x52AF, 0x84B8, 0x52B0, 0x84B9, 0x52B1, 0xC0F8, 0x52B2, 0xBEA2, - 0x52B3, 0xC0CD, 0x52B4, 0x84BA, 0x52B5, 0x84BB, 0x52B6, 0x84BC, 0x52B7, 0x84BD, 0x52B8, 0x84BE, 0x52B9, 0x84BF, 0x52BA, 0x84C0, - 0x52BB, 0x84C1, 0x52BC, 0x84C2, 0x52BD, 0x84C3, 0x52BE, 0xDBC0, 0x52BF, 0xCAC6, 0x52C0, 0x84C4, 0x52C1, 0x84C5, 0x52C2, 0x84C6, - 0x52C3, 0xB2AA, 0x52C4, 0x84C7, 0x52C5, 0x84C8, 0x52C6, 0x84C9, 0x52C7, 0xD3C2, 0x52C8, 0x84CA, 0x52C9, 0xC3E3, 0x52CA, 0x84CB, - 0x52CB, 0xD1AB, 0x52CC, 0x84CC, 0x52CD, 0x84CD, 0x52CE, 0x84CE, 0x52CF, 0x84CF, 0x52D0, 0xDBC2, 0x52D1, 0x84D0, 0x52D2, 0xC0D5, - 0x52D3, 0x84D1, 0x52D4, 0x84D2, 0x52D5, 0x84D3, 0x52D6, 0xDBC3, 0x52D7, 0x84D4, 0x52D8, 0xBFB1, 0x52D9, 0x84D5, 0x52DA, 0x84D6, - 0x52DB, 0x84D7, 0x52DC, 0x84D8, 0x52DD, 0x84D9, 0x52DE, 0x84DA, 0x52DF, 0xC4BC, 0x52E0, 0x84DB, 0x52E1, 0x84DC, 0x52E2, 0x84DD, - 0x52E3, 0x84DE, 0x52E4, 0xC7DA, 0x52E5, 0x84DF, 0x52E6, 0x84E0, 0x52E7, 0x84E1, 0x52E8, 0x84E2, 0x52E9, 0x84E3, 0x52EA, 0x84E4, - 0x52EB, 0x84E5, 0x52EC, 0x84E6, 0x52ED, 0x84E7, 0x52EE, 0x84E8, 0x52EF, 0x84E9, 0x52F0, 0xDBC4, 0x52F1, 0x84EA, 0x52F2, 0x84EB, - 0x52F3, 0x84EC, 0x52F4, 0x84ED, 0x52F5, 0x84EE, 0x52F6, 0x84EF, 0x52F7, 0x84F0, 0x52F8, 0x84F1, 0x52F9, 0xD9E8, 0x52FA, 0xC9D7, - 0x52FB, 0x84F2, 0x52FC, 0x84F3, 0x52FD, 0x84F4, 0x52FE, 0xB9B4, 0x52FF, 0xCEF0, 0x5300, 0xD4C8, 0x5301, 0x84F5, 0x5302, 0x84F6, - 0x5303, 0x84F7, 0x5304, 0x84F8, 0x5305, 0xB0FC, 0x5306, 0xB4D2, 0x5307, 0x84F9, 0x5308, 0xD0D9, 0x5309, 0x84FA, 0x530A, 0x84FB, - 0x530B, 0x84FC, 0x530C, 0x84FD, 0x530D, 0xD9E9, 0x530E, 0x84FE, 0x530F, 0xDECB, 0x5310, 0xD9EB, 0x5311, 0x8540, 0x5312, 0x8541, - 0x5313, 0x8542, 0x5314, 0x8543, 0x5315, 0xD8B0, 0x5316, 0xBBAF, 0x5317, 0xB1B1, 0x5318, 0x8544, 0x5319, 0xB3D7, 0x531A, 0xD8CE, - 0x531B, 0x8545, 0x531C, 0x8546, 0x531D, 0xD4D1, 0x531E, 0x8547, 0x531F, 0x8548, 0x5320, 0xBDB3, 0x5321, 0xBFEF, 0x5322, 0x8549, - 0x5323, 0xCFBB, 0x5324, 0x854A, 0x5325, 0x854B, 0x5326, 0xD8D0, 0x5327, 0x854C, 0x5328, 0x854D, 0x5329, 0x854E, 0x532A, 0xB7CB, - 0x532B, 0x854F, 0x532C, 0x8550, 0x532D, 0x8551, 0x532E, 0xD8D1, 0x532F, 0x8552, 0x5330, 0x8553, 0x5331, 0x8554, 0x5332, 0x8555, - 0x5333, 0x8556, 0x5334, 0x8557, 0x5335, 0x8558, 0x5336, 0x8559, 0x5337, 0x855A, 0x5338, 0x855B, 0x5339, 0xC6A5, 0x533A, 0xC7F8, - 0x533B, 0xD2BD, 0x533C, 0x855C, 0x533D, 0x855D, 0x533E, 0xD8D2, 0x533F, 0xC4E4, 0x5340, 0x855E, 0x5341, 0xCAAE, 0x5342, 0x855F, - 0x5343, 0xC7A7, 0x5344, 0x8560, 0x5345, 0xD8A6, 0x5346, 0x8561, 0x5347, 0xC9FD, 0x5348, 0xCEE7, 0x5349, 0xBBDC, 0x534A, 0xB0EB, - 0x534B, 0x8562, 0x534C, 0x8563, 0x534D, 0x8564, 0x534E, 0xBBAA, 0x534F, 0xD0AD, 0x5350, 0x8565, 0x5351, 0xB1B0, 0x5352, 0xD7E4, - 0x5353, 0xD7BF, 0x5354, 0x8566, 0x5355, 0xB5A5, 0x5356, 0xC2F4, 0x5357, 0xC4CF, 0x5358, 0x8567, 0x5359, 0x8568, 0x535A, 0xB2A9, - 0x535B, 0x8569, 0x535C, 0xB2B7, 0x535D, 0x856A, 0x535E, 0xB1E5, 0x535F, 0xDFB2, 0x5360, 0xD5BC, 0x5361, 0xBFA8, 0x5362, 0xC2AC, - 0x5363, 0xD8D5, 0x5364, 0xC2B1, 0x5365, 0x856B, 0x5366, 0xD8D4, 0x5367, 0xCED4, 0x5368, 0x856C, 0x5369, 0xDAE0, 0x536A, 0x856D, - 0x536B, 0xCEC0, 0x536C, 0x856E, 0x536D, 0x856F, 0x536E, 0xD8B4, 0x536F, 0xC3AE, 0x5370, 0xD3A1, 0x5371, 0xCEA3, 0x5372, 0x8570, - 0x5373, 0xBCB4, 0x5374, 0xC8B4, 0x5375, 0xC2D1, 0x5376, 0x8571, 0x5377, 0xBEED, 0x5378, 0xD0B6, 0x5379, 0x8572, 0x537A, 0xDAE1, - 0x537B, 0x8573, 0x537C, 0x8574, 0x537D, 0x8575, 0x537E, 0x8576, 0x537F, 0xC7E4, 0x5380, 0x8577, 0x5381, 0x8578, 0x5382, 0xB3A7, - 0x5383, 0x8579, 0x5384, 0xB6F2, 0x5385, 0xCCFC, 0x5386, 0xC0FA, 0x5387, 0x857A, 0x5388, 0x857B, 0x5389, 0xC0F7, 0x538A, 0x857C, - 0x538B, 0xD1B9, 0x538C, 0xD1E1, 0x538D, 0xD8C7, 0x538E, 0x857D, 0x538F, 0x857E, 0x5390, 0x8580, 0x5391, 0x8581, 0x5392, 0x8582, - 0x5393, 0x8583, 0x5394, 0x8584, 0x5395, 0xB2DE, 0x5396, 0x8585, 0x5397, 0x8586, 0x5398, 0xC0E5, 0x5399, 0x8587, 0x539A, 0xBAF1, - 0x539B, 0x8588, 0x539C, 0x8589, 0x539D, 0xD8C8, 0x539E, 0x858A, 0x539F, 0xD4AD, 0x53A0, 0x858B, 0x53A1, 0x858C, 0x53A2, 0xCFE1, - 0x53A3, 0xD8C9, 0x53A4, 0x858D, 0x53A5, 0xD8CA, 0x53A6, 0xCFC3, 0x53A7, 0x858E, 0x53A8, 0xB3F8, 0x53A9, 0xBEC7, 0x53AA, 0x858F, - 0x53AB, 0x8590, 0x53AC, 0x8591, 0x53AD, 0x8592, 0x53AE, 0xD8CB, 0x53AF, 0x8593, 0x53B0, 0x8594, 0x53B1, 0x8595, 0x53B2, 0x8596, - 0x53B3, 0x8597, 0x53B4, 0x8598, 0x53B5, 0x8599, 0x53B6, 0xDBCC, 0x53B7, 0x859A, 0x53B8, 0x859B, 0x53B9, 0x859C, 0x53BA, 0x859D, - 0x53BB, 0xC8A5, 0x53BC, 0x859E, 0x53BD, 0x859F, 0x53BE, 0x85A0, 0x53BF, 0xCFD8, 0x53C0, 0x85A1, 0x53C1, 0xC8FE, 0x53C2, 0xB2CE, - 0x53C3, 0x85A2, 0x53C4, 0x85A3, 0x53C5, 0x85A4, 0x53C6, 0x85A5, 0x53C7, 0x85A6, 0x53C8, 0xD3D6, 0x53C9, 0xB2E6, 0x53CA, 0xBCB0, - 0x53CB, 0xD3D1, 0x53CC, 0xCBAB, 0x53CD, 0xB7B4, 0x53CE, 0x85A7, 0x53CF, 0x85A8, 0x53D0, 0x85A9, 0x53D1, 0xB7A2, 0x53D2, 0x85AA, - 0x53D3, 0x85AB, 0x53D4, 0xCAE5, 0x53D5, 0x85AC, 0x53D6, 0xC8A1, 0x53D7, 0xCADC, 0x53D8, 0xB1E4, 0x53D9, 0xD0F0, 0x53DA, 0x85AD, - 0x53DB, 0xC5D1, 0x53DC, 0x85AE, 0x53DD, 0x85AF, 0x53DE, 0x85B0, 0x53DF, 0xDBC5, 0x53E0, 0xB5FE, 0x53E1, 0x85B1, 0x53E2, 0x85B2, - 0x53E3, 0xBFDA, 0x53E4, 0xB9C5, 0x53E5, 0xBEE4, 0x53E6, 0xC1ED, 0x53E7, 0x85B3, 0x53E8, 0xDFB6, 0x53E9, 0xDFB5, 0x53EA, 0xD6BB, - 0x53EB, 0xBDD0, 0x53EC, 0xD5D9, 0x53ED, 0xB0C8, 0x53EE, 0xB6A3, 0x53EF, 0xBFC9, 0x53F0, 0xCCA8, 0x53F1, 0xDFB3, 0x53F2, 0xCAB7, - 0x53F3, 0xD3D2, 0x53F4, 0x85B4, 0x53F5, 0xD8CF, 0x53F6, 0xD2B6, 0x53F7, 0xBAC5, 0x53F8, 0xCBBE, 0x53F9, 0xCCBE, 0x53FA, 0x85B5, - 0x53FB, 0xDFB7, 0x53FC, 0xB5F0, 0x53FD, 0xDFB4, 0x53FE, 0x85B6, 0x53FF, 0x85B7, 0x5400, 0x85B8, 0x5401, 0xD3F5, 0x5402, 0x85B9, - 0x5403, 0xB3D4, 0x5404, 0xB8F7, 0x5405, 0x85BA, 0x5406, 0xDFBA, 0x5407, 0x85BB, 0x5408, 0xBACF, 0x5409, 0xBCAA, 0x540A, 0xB5F5, - 0x540B, 0x85BC, 0x540C, 0xCDAC, 0x540D, 0xC3FB, 0x540E, 0xBAF3, 0x540F, 0xC0F4, 0x5410, 0xCDC2, 0x5411, 0xCFF2, 0x5412, 0xDFB8, - 0x5413, 0xCFC5, 0x5414, 0x85BD, 0x5415, 0xC2C0, 0x5416, 0xDFB9, 0x5417, 0xC2F0, 0x5418, 0x85BE, 0x5419, 0x85BF, 0x541A, 0x85C0, - 0x541B, 0xBEFD, 0x541C, 0x85C1, 0x541D, 0xC1DF, 0x541E, 0xCDCC, 0x541F, 0xD2F7, 0x5420, 0xB7CD, 0x5421, 0xDFC1, 0x5422, 0x85C2, - 0x5423, 0xDFC4, 0x5424, 0x85C3, 0x5425, 0x85C4, 0x5426, 0xB7F1, 0x5427, 0xB0C9, 0x5428, 0xB6D6, 0x5429, 0xB7D4, 0x542A, 0x85C5, - 0x542B, 0xBAAC, 0x542C, 0xCCFD, 0x542D, 0xBFD4, 0x542E, 0xCBB1, 0x542F, 0xC6F4, 0x5430, 0x85C6, 0x5431, 0xD6A8, 0x5432, 0xDFC5, - 0x5433, 0x85C7, 0x5434, 0xCEE2, 0x5435, 0xB3B3, 0x5436, 0x85C8, 0x5437, 0x85C9, 0x5438, 0xCEFC, 0x5439, 0xB4B5, 0x543A, 0x85CA, - 0x543B, 0xCEC7, 0x543C, 0xBAF0, 0x543D, 0x85CB, 0x543E, 0xCEE1, 0x543F, 0x85CC, 0x5440, 0xD1BD, 0x5441, 0x85CD, 0x5442, 0x85CE, - 0x5443, 0xDFC0, 0x5444, 0x85CF, 0x5445, 0x85D0, 0x5446, 0xB4F4, 0x5447, 0x85D1, 0x5448, 0xB3CA, 0x5449, 0x85D2, 0x544A, 0xB8E6, - 0x544B, 0xDFBB, 0x544C, 0x85D3, 0x544D, 0x85D4, 0x544E, 0x85D5, 0x544F, 0x85D6, 0x5450, 0xC4C5, 0x5451, 0x85D7, 0x5452, 0xDFBC, - 0x5453, 0xDFBD, 0x5454, 0xDFBE, 0x5455, 0xC5BB, 0x5456, 0xDFBF, 0x5457, 0xDFC2, 0x5458, 0xD4B1, 0x5459, 0xDFC3, 0x545A, 0x85D8, - 0x545B, 0xC7BA, 0x545C, 0xCED8, 0x545D, 0x85D9, 0x545E, 0x85DA, 0x545F, 0x85DB, 0x5460, 0x85DC, 0x5461, 0x85DD, 0x5462, 0xC4D8, - 0x5463, 0x85DE, 0x5464, 0xDFCA, 0x5465, 0x85DF, 0x5466, 0xDFCF, 0x5467, 0x85E0, 0x5468, 0xD6DC, 0x5469, 0x85E1, 0x546A, 0x85E2, - 0x546B, 0x85E3, 0x546C, 0x85E4, 0x546D, 0x85E5, 0x546E, 0x85E6, 0x546F, 0x85E7, 0x5470, 0x85E8, 0x5471, 0xDFC9, 0x5472, 0xDFDA, - 0x5473, 0xCEB6, 0x5474, 0x85E9, 0x5475, 0xBAC7, 0x5476, 0xDFCE, 0x5477, 0xDFC8, 0x5478, 0xC5DE, 0x5479, 0x85EA, 0x547A, 0x85EB, - 0x547B, 0xC9EB, 0x547C, 0xBAF4, 0x547D, 0xC3FC, 0x547E, 0x85EC, 0x547F, 0x85ED, 0x5480, 0xBED7, 0x5481, 0x85EE, 0x5482, 0xDFC6, - 0x5483, 0x85EF, 0x5484, 0xDFCD, 0x5485, 0x85F0, 0x5486, 0xC5D8, 0x5487, 0x85F1, 0x5488, 0x85F2, 0x5489, 0x85F3, 0x548A, 0x85F4, - 0x548B, 0xD5A6, 0x548C, 0xBACD, 0x548D, 0x85F5, 0x548E, 0xBECC, 0x548F, 0xD3BD, 0x5490, 0xB8C0, 0x5491, 0x85F6, 0x5492, 0xD6E4, - 0x5493, 0x85F7, 0x5494, 0xDFC7, 0x5495, 0xB9BE, 0x5496, 0xBFA7, 0x5497, 0x85F8, 0x5498, 0x85F9, 0x5499, 0xC1FC, 0x549A, 0xDFCB, - 0x549B, 0xDFCC, 0x549C, 0x85FA, 0x549D, 0xDFD0, 0x549E, 0x85FB, 0x549F, 0x85FC, 0x54A0, 0x85FD, 0x54A1, 0x85FE, 0x54A2, 0x8640, - 0x54A3, 0xDFDB, 0x54A4, 0xDFE5, 0x54A5, 0x8641, 0x54A6, 0xDFD7, 0x54A7, 0xDFD6, 0x54A8, 0xD7C9, 0x54A9, 0xDFE3, 0x54AA, 0xDFE4, - 0x54AB, 0xE5EB, 0x54AC, 0xD2A7, 0x54AD, 0xDFD2, 0x54AE, 0x8642, 0x54AF, 0xBFA9, 0x54B0, 0x8643, 0x54B1, 0xD4DB, 0x54B2, 0x8644, - 0x54B3, 0xBFC8, 0x54B4, 0xDFD4, 0x54B5, 0x8645, 0x54B6, 0x8646, 0x54B7, 0x8647, 0x54B8, 0xCFCC, 0x54B9, 0x8648, 0x54BA, 0x8649, - 0x54BB, 0xDFDD, 0x54BC, 0x864A, 0x54BD, 0xD1CA, 0x54BE, 0x864B, 0x54BF, 0xDFDE, 0x54C0, 0xB0A7, 0x54C1, 0xC6B7, 0x54C2, 0xDFD3, - 0x54C3, 0x864C, 0x54C4, 0xBAE5, 0x54C5, 0x864D, 0x54C6, 0xB6DF, 0x54C7, 0xCDDB, 0x54C8, 0xB9FE, 0x54C9, 0xD4D5, 0x54CA, 0x864E, - 0x54CB, 0x864F, 0x54CC, 0xDFDF, 0x54CD, 0xCFEC, 0x54CE, 0xB0A5, 0x54CF, 0xDFE7, 0x54D0, 0xDFD1, 0x54D1, 0xD1C6, 0x54D2, 0xDFD5, - 0x54D3, 0xDFD8, 0x54D4, 0xDFD9, 0x54D5, 0xDFDC, 0x54D6, 0x8650, 0x54D7, 0xBBA9, 0x54D8, 0x8651, 0x54D9, 0xDFE0, 0x54DA, 0xDFE1, - 0x54DB, 0x8652, 0x54DC, 0xDFE2, 0x54DD, 0xDFE6, 0x54DE, 0xDFE8, 0x54DF, 0xD3B4, 0x54E0, 0x8653, 0x54E1, 0x8654, 0x54E2, 0x8655, - 0x54E3, 0x8656, 0x54E4, 0x8657, 0x54E5, 0xB8E7, 0x54E6, 0xC5B6, 0x54E7, 0xDFEA, 0x54E8, 0xC9DA, 0x54E9, 0xC1A8, 0x54EA, 0xC4C4, - 0x54EB, 0x8658, 0x54EC, 0x8659, 0x54ED, 0xBFDE, 0x54EE, 0xCFF8, 0x54EF, 0x865A, 0x54F0, 0x865B, 0x54F1, 0x865C, 0x54F2, 0xD5DC, - 0x54F3, 0xDFEE, 0x54F4, 0x865D, 0x54F5, 0x865E, 0x54F6, 0x865F, 0x54F7, 0x8660, 0x54F8, 0x8661, 0x54F9, 0x8662, 0x54FA, 0xB2B8, - 0x54FB, 0x8663, 0x54FC, 0xBADF, 0x54FD, 0xDFEC, 0x54FE, 0x8664, 0x54FF, 0xDBC1, 0x5500, 0x8665, 0x5501, 0xD1E4, 0x5502, 0x8666, - 0x5503, 0x8667, 0x5504, 0x8668, 0x5505, 0x8669, 0x5506, 0xCBF4, 0x5507, 0xB4BD, 0x5508, 0x866A, 0x5509, 0xB0A6, 0x550A, 0x866B, - 0x550B, 0x866C, 0x550C, 0x866D, 0x550D, 0x866E, 0x550E, 0x866F, 0x550F, 0xDFF1, 0x5510, 0xCCC6, 0x5511, 0xDFF2, 0x5512, 0x8670, - 0x5513, 0x8671, 0x5514, 0xDFED, 0x5515, 0x8672, 0x5516, 0x8673, 0x5517, 0x8674, 0x5518, 0x8675, 0x5519, 0x8676, 0x551A, 0x8677, - 0x551B, 0xDFE9, 0x551C, 0x8678, 0x551D, 0x8679, 0x551E, 0x867A, 0x551F, 0x867B, 0x5520, 0xDFEB, 0x5521, 0x867C, 0x5522, 0xDFEF, - 0x5523, 0xDFF0, 0x5524, 0xBBBD, 0x5525, 0x867D, 0x5526, 0x867E, 0x5527, 0xDFF3, 0x5528, 0x8680, 0x5529, 0x8681, 0x552A, 0xDFF4, - 0x552B, 0x8682, 0x552C, 0xBBA3, 0x552D, 0x8683, 0x552E, 0xCADB, 0x552F, 0xCEA8, 0x5530, 0xE0A7, 0x5531, 0xB3AA, 0x5532, 0x8684, - 0x5533, 0xE0A6, 0x5534, 0x8685, 0x5535, 0x8686, 0x5536, 0x8687, 0x5537, 0xE0A1, 0x5538, 0x8688, 0x5539, 0x8689, 0x553A, 0x868A, - 0x553B, 0x868B, 0x553C, 0xDFFE, 0x553D, 0x868C, 0x553E, 0xCDD9, 0x553F, 0xDFFC, 0x5540, 0x868D, 0x5541, 0xDFFA, 0x5542, 0x868E, - 0x5543, 0xBFD0, 0x5544, 0xD7C4, 0x5545, 0x868F, 0x5546, 0xC9CC, 0x5547, 0x8690, 0x5548, 0x8691, 0x5549, 0xDFF8, 0x554A, 0xB0A1, - 0x554B, 0x8692, 0x554C, 0x8693, 0x554D, 0x8694, 0x554E, 0x8695, 0x554F, 0x8696, 0x5550, 0xDFFD, 0x5551, 0x8697, 0x5552, 0x8698, - 0x5553, 0x8699, 0x5554, 0x869A, 0x5555, 0xDFFB, 0x5556, 0xE0A2, 0x5557, 0x869B, 0x5558, 0x869C, 0x5559, 0x869D, 0x555A, 0x869E, - 0x555B, 0x869F, 0x555C, 0xE0A8, 0x555D, 0x86A0, 0x555E, 0x86A1, 0x555F, 0x86A2, 0x5560, 0x86A3, 0x5561, 0xB7C8, 0x5562, 0x86A4, - 0x5563, 0x86A5, 0x5564, 0xC6A1, 0x5565, 0xC9B6, 0x5566, 0xC0B2, 0x5567, 0xDFF5, 0x5568, 0x86A6, 0x5569, 0x86A7, 0x556A, 0xC5BE, - 0x556B, 0x86A8, 0x556C, 0xD8C4, 0x556D, 0xDFF9, 0x556E, 0xC4F6, 0x556F, 0x86A9, 0x5570, 0x86AA, 0x5571, 0x86AB, 0x5572, 0x86AC, - 0x5573, 0x86AD, 0x5574, 0x86AE, 0x5575, 0xE0A3, 0x5576, 0xE0A4, 0x5577, 0xE0A5, 0x5578, 0xD0A5, 0x5579, 0x86AF, 0x557A, 0x86B0, - 0x557B, 0xE0B4, 0x557C, 0xCCE4, 0x557D, 0x86B1, 0x557E, 0xE0B1, 0x557F, 0x86B2, 0x5580, 0xBFA6, 0x5581, 0xE0AF, 0x5582, 0xCEB9, - 0x5583, 0xE0AB, 0x5584, 0xC9C6, 0x5585, 0x86B3, 0x5586, 0x86B4, 0x5587, 0xC0AE, 0x5588, 0xE0AE, 0x5589, 0xBAED, 0x558A, 0xBAB0, - 0x558B, 0xE0A9, 0x558C, 0x86B5, 0x558D, 0x86B6, 0x558E, 0x86B7, 0x558F, 0xDFF6, 0x5590, 0x86B8, 0x5591, 0xE0B3, 0x5592, 0x86B9, - 0x5593, 0x86BA, 0x5594, 0xE0B8, 0x5595, 0x86BB, 0x5596, 0x86BC, 0x5597, 0x86BD, 0x5598, 0xB4AD, 0x5599, 0xE0B9, 0x559A, 0x86BE, - 0x559B, 0x86BF, 0x559C, 0xCFB2, 0x559D, 0xBAC8, 0x559E, 0x86C0, 0x559F, 0xE0B0, 0x55A0, 0x86C1, 0x55A1, 0x86C2, 0x55A2, 0x86C3, - 0x55A3, 0x86C4, 0x55A4, 0x86C5, 0x55A5, 0x86C6, 0x55A6, 0x86C7, 0x55A7, 0xD0FA, 0x55A8, 0x86C8, 0x55A9, 0x86C9, 0x55AA, 0x86CA, - 0x55AB, 0x86CB, 0x55AC, 0x86CC, 0x55AD, 0x86CD, 0x55AE, 0x86CE, 0x55AF, 0x86CF, 0x55B0, 0x86D0, 0x55B1, 0xE0AC, 0x55B2, 0x86D1, - 0x55B3, 0xD4FB, 0x55B4, 0x86D2, 0x55B5, 0xDFF7, 0x55B6, 0x86D3, 0x55B7, 0xC5E7, 0x55B8, 0x86D4, 0x55B9, 0xE0AD, 0x55BA, 0x86D5, - 0x55BB, 0xD3F7, 0x55BC, 0x86D6, 0x55BD, 0xE0B6, 0x55BE, 0xE0B7, 0x55BF, 0x86D7, 0x55C0, 0x86D8, 0x55C1, 0x86D9, 0x55C2, 0x86DA, - 0x55C3, 0x86DB, 0x55C4, 0xE0C4, 0x55C5, 0xD0E1, 0x55C6, 0x86DC, 0x55C7, 0x86DD, 0x55C8, 0x86DE, 0x55C9, 0xE0BC, 0x55CA, 0x86DF, - 0x55CB, 0x86E0, 0x55CC, 0xE0C9, 0x55CD, 0xE0CA, 0x55CE, 0x86E1, 0x55CF, 0x86E2, 0x55D0, 0x86E3, 0x55D1, 0xE0BE, 0x55D2, 0xE0AA, - 0x55D3, 0xC9A4, 0x55D4, 0xE0C1, 0x55D5, 0x86E4, 0x55D6, 0xE0B2, 0x55D7, 0x86E5, 0x55D8, 0x86E6, 0x55D9, 0x86E7, 0x55DA, 0x86E8, - 0x55DB, 0x86E9, 0x55DC, 0xCAC8, 0x55DD, 0xE0C3, 0x55DE, 0x86EA, 0x55DF, 0xE0B5, 0x55E0, 0x86EB, 0x55E1, 0xCECB, 0x55E2, 0x86EC, - 0x55E3, 0xCBC3, 0x55E4, 0xE0CD, 0x55E5, 0xE0C6, 0x55E6, 0xE0C2, 0x55E7, 0x86ED, 0x55E8, 0xE0CB, 0x55E9, 0x86EE, 0x55EA, 0xE0BA, - 0x55EB, 0xE0BF, 0x55EC, 0xE0C0, 0x55ED, 0x86EF, 0x55EE, 0x86F0, 0x55EF, 0xE0C5, 0x55F0, 0x86F1, 0x55F1, 0x86F2, 0x55F2, 0xE0C7, - 0x55F3, 0xE0C8, 0x55F4, 0x86F3, 0x55F5, 0xE0CC, 0x55F6, 0x86F4, 0x55F7, 0xE0BB, 0x55F8, 0x86F5, 0x55F9, 0x86F6, 0x55FA, 0x86F7, - 0x55FB, 0x86F8, 0x55FC, 0x86F9, 0x55FD, 0xCBD4, 0x55FE, 0xE0D5, 0x55FF, 0x86FA, 0x5600, 0xE0D6, 0x5601, 0xE0D2, 0x5602, 0x86FB, - 0x5603, 0x86FC, 0x5604, 0x86FD, 0x5605, 0x86FE, 0x5606, 0x8740, 0x5607, 0x8741, 0x5608, 0xE0D0, 0x5609, 0xBCCE, 0x560A, 0x8742, - 0x560B, 0x8743, 0x560C, 0xE0D1, 0x560D, 0x8744, 0x560E, 0xB8C2, 0x560F, 0xD8C5, 0x5610, 0x8745, 0x5611, 0x8746, 0x5612, 0x8747, - 0x5613, 0x8748, 0x5614, 0x8749, 0x5615, 0x874A, 0x5616, 0x874B, 0x5617, 0x874C, 0x5618, 0xD0EA, 0x5619, 0x874D, 0x561A, 0x874E, - 0x561B, 0xC2EF, 0x561C, 0x874F, 0x561D, 0x8750, 0x561E, 0xE0CF, 0x561F, 0xE0BD, 0x5620, 0x8751, 0x5621, 0x8752, 0x5622, 0x8753, - 0x5623, 0xE0D4, 0x5624, 0xE0D3, 0x5625, 0x8754, 0x5626, 0x8755, 0x5627, 0xE0D7, 0x5628, 0x8756, 0x5629, 0x8757, 0x562A, 0x8758, - 0x562B, 0x8759, 0x562C, 0xE0DC, 0x562D, 0xE0D8, 0x562E, 0x875A, 0x562F, 0x875B, 0x5630, 0x875C, 0x5631, 0xD6F6, 0x5632, 0xB3B0, - 0x5633, 0x875D, 0x5634, 0xD7EC, 0x5635, 0x875E, 0x5636, 0xCBBB, 0x5637, 0x875F, 0x5638, 0x8760, 0x5639, 0xE0DA, 0x563A, 0x8761, - 0x563B, 0xCEFB, 0x563C, 0x8762, 0x563D, 0x8763, 0x563E, 0x8764, 0x563F, 0xBAD9, 0x5640, 0x8765, 0x5641, 0x8766, 0x5642, 0x8767, - 0x5643, 0x8768, 0x5644, 0x8769, 0x5645, 0x876A, 0x5646, 0x876B, 0x5647, 0x876C, 0x5648, 0x876D, 0x5649, 0x876E, 0x564A, 0x876F, - 0x564B, 0x8770, 0x564C, 0xE0E1, 0x564D, 0xE0DD, 0x564E, 0xD2AD, 0x564F, 0x8771, 0x5650, 0x8772, 0x5651, 0x8773, 0x5652, 0x8774, - 0x5653, 0x8775, 0x5654, 0xE0E2, 0x5655, 0x8776, 0x5656, 0x8777, 0x5657, 0xE0DB, 0x5658, 0xE0D9, 0x5659, 0xE0DF, 0x565A, 0x8778, - 0x565B, 0x8779, 0x565C, 0xE0E0, 0x565D, 0x877A, 0x565E, 0x877B, 0x565F, 0x877C, 0x5660, 0x877D, 0x5661, 0x877E, 0x5662, 0xE0DE, - 0x5663, 0x8780, 0x5664, 0xE0E4, 0x5665, 0x8781, 0x5666, 0x8782, 0x5667, 0x8783, 0x5668, 0xC6F7, 0x5669, 0xD8AC, 0x566A, 0xD4EB, - 0x566B, 0xE0E6, 0x566C, 0xCAC9, 0x566D, 0x8784, 0x566E, 0x8785, 0x566F, 0x8786, 0x5670, 0x8787, 0x5671, 0xE0E5, 0x5672, 0x8788, - 0x5673, 0x8789, 0x5674, 0x878A, 0x5675, 0x878B, 0x5676, 0xB8C1, 0x5677, 0x878C, 0x5678, 0x878D, 0x5679, 0x878E, 0x567A, 0x878F, - 0x567B, 0xE0E7, 0x567C, 0xE0E8, 0x567D, 0x8790, 0x567E, 0x8791, 0x567F, 0x8792, 0x5680, 0x8793, 0x5681, 0x8794, 0x5682, 0x8795, - 0x5683, 0x8796, 0x5684, 0x8797, 0x5685, 0xE0E9, 0x5686, 0xE0E3, 0x5687, 0x8798, 0x5688, 0x8799, 0x5689, 0x879A, 0x568A, 0x879B, - 0x568B, 0x879C, 0x568C, 0x879D, 0x568D, 0x879E, 0x568E, 0xBABF, 0x568F, 0xCCE7, 0x5690, 0x879F, 0x5691, 0x87A0, 0x5692, 0x87A1, - 0x5693, 0xE0EA, 0x5694, 0x87A2, 0x5695, 0x87A3, 0x5696, 0x87A4, 0x5697, 0x87A5, 0x5698, 0x87A6, 0x5699, 0x87A7, 0x569A, 0x87A8, - 0x569B, 0x87A9, 0x569C, 0x87AA, 0x569D, 0x87AB, 0x569E, 0x87AC, 0x569F, 0x87AD, 0x56A0, 0x87AE, 0x56A1, 0x87AF, 0x56A2, 0x87B0, - 0x56A3, 0xCFF9, 0x56A4, 0x87B1, 0x56A5, 0x87B2, 0x56A6, 0x87B3, 0x56A7, 0x87B4, 0x56A8, 0x87B5, 0x56A9, 0x87B6, 0x56AA, 0x87B7, - 0x56AB, 0x87B8, 0x56AC, 0x87B9, 0x56AD, 0x87BA, 0x56AE, 0x87BB, 0x56AF, 0xE0EB, 0x56B0, 0x87BC, 0x56B1, 0x87BD, 0x56B2, 0x87BE, - 0x56B3, 0x87BF, 0x56B4, 0x87C0, 0x56B5, 0x87C1, 0x56B6, 0x87C2, 0x56B7, 0xC8C2, 0x56B8, 0x87C3, 0x56B9, 0x87C4, 0x56BA, 0x87C5, - 0x56BB, 0x87C6, 0x56BC, 0xBDC0, 0x56BD, 0x87C7, 0x56BE, 0x87C8, 0x56BF, 0x87C9, 0x56C0, 0x87CA, 0x56C1, 0x87CB, 0x56C2, 0x87CC, - 0x56C3, 0x87CD, 0x56C4, 0x87CE, 0x56C5, 0x87CF, 0x56C6, 0x87D0, 0x56C7, 0x87D1, 0x56C8, 0x87D2, 0x56C9, 0x87D3, 0x56CA, 0xC4D2, - 0x56CB, 0x87D4, 0x56CC, 0x87D5, 0x56CD, 0x87D6, 0x56CE, 0x87D7, 0x56CF, 0x87D8, 0x56D0, 0x87D9, 0x56D1, 0x87DA, 0x56D2, 0x87DB, - 0x56D3, 0x87DC, 0x56D4, 0xE0EC, 0x56D5, 0x87DD, 0x56D6, 0x87DE, 0x56D7, 0xE0ED, 0x56D8, 0x87DF, 0x56D9, 0x87E0, 0x56DA, 0xC7F4, - 0x56DB, 0xCBC4, 0x56DC, 0x87E1, 0x56DD, 0xE0EE, 0x56DE, 0xBBD8, 0x56DF, 0xD8B6, 0x56E0, 0xD2F2, 0x56E1, 0xE0EF, 0x56E2, 0xCDC5, - 0x56E3, 0x87E2, 0x56E4, 0xB6DA, 0x56E5, 0x87E3, 0x56E6, 0x87E4, 0x56E7, 0x87E5, 0x56E8, 0x87E6, 0x56E9, 0x87E7, 0x56EA, 0x87E8, - 0x56EB, 0xE0F1, 0x56EC, 0x87E9, 0x56ED, 0xD4B0, 0x56EE, 0x87EA, 0x56EF, 0x87EB, 0x56F0, 0xC0A7, 0x56F1, 0xB4D1, 0x56F2, 0x87EC, - 0x56F3, 0x87ED, 0x56F4, 0xCEA7, 0x56F5, 0xE0F0, 0x56F6, 0x87EE, 0x56F7, 0x87EF, 0x56F8, 0x87F0, 0x56F9, 0xE0F2, 0x56FA, 0xB9CC, - 0x56FB, 0x87F1, 0x56FC, 0x87F2, 0x56FD, 0xB9FA, 0x56FE, 0xCDBC, 0x56FF, 0xE0F3, 0x5700, 0x87F3, 0x5701, 0x87F4, 0x5702, 0x87F5, - 0x5703, 0xC6D4, 0x5704, 0xE0F4, 0x5705, 0x87F6, 0x5706, 0xD4B2, 0x5707, 0x87F7, 0x5708, 0xC8A6, 0x5709, 0xE0F6, 0x570A, 0xE0F5, - 0x570B, 0x87F8, 0x570C, 0x87F9, 0x570D, 0x87FA, 0x570E, 0x87FB, 0x570F, 0x87FC, 0x5710, 0x87FD, 0x5711, 0x87FE, 0x5712, 0x8840, - 0x5713, 0x8841, 0x5714, 0x8842, 0x5715, 0x8843, 0x5716, 0x8844, 0x5717, 0x8845, 0x5718, 0x8846, 0x5719, 0x8847, 0x571A, 0x8848, - 0x571B, 0x8849, 0x571C, 0xE0F7, 0x571D, 0x884A, 0x571E, 0x884B, 0x571F, 0xCDC1, 0x5720, 0x884C, 0x5721, 0x884D, 0x5722, 0x884E, - 0x5723, 0xCAA5, 0x5724, 0x884F, 0x5725, 0x8850, 0x5726, 0x8851, 0x5727, 0x8852, 0x5728, 0xD4DA, 0x5729, 0xDBD7, 0x572A, 0xDBD9, - 0x572B, 0x8853, 0x572C, 0xDBD8, 0x572D, 0xB9E7, 0x572E, 0xDBDC, 0x572F, 0xDBDD, 0x5730, 0xB5D8, 0x5731, 0x8854, 0x5732, 0x8855, - 0x5733, 0xDBDA, 0x5734, 0x8856, 0x5735, 0x8857, 0x5736, 0x8858, 0x5737, 0x8859, 0x5738, 0x885A, 0x5739, 0xDBDB, 0x573A, 0xB3A1, - 0x573B, 0xDBDF, 0x573C, 0x885B, 0x573D, 0x885C, 0x573E, 0xBBF8, 0x573F, 0x885D, 0x5740, 0xD6B7, 0x5741, 0x885E, 0x5742, 0xDBE0, - 0x5743, 0x885F, 0x5744, 0x8860, 0x5745, 0x8861, 0x5746, 0x8862, 0x5747, 0xBEF9, 0x5748, 0x8863, 0x5749, 0x8864, 0x574A, 0xB7BB, - 0x574B, 0x8865, 0x574C, 0xDBD0, 0x574D, 0xCCAE, 0x574E, 0xBFB2, 0x574F, 0xBBB5, 0x5750, 0xD7F8, 0x5751, 0xBFD3, 0x5752, 0x8866, - 0x5753, 0x8867, 0x5754, 0x8868, 0x5755, 0x8869, 0x5756, 0x886A, 0x5757, 0xBFE9, 0x5758, 0x886B, 0x5759, 0x886C, 0x575A, 0xBCE1, - 0x575B, 0xCCB3, 0x575C, 0xDBDE, 0x575D, 0xB0D3, 0x575E, 0xCEEB, 0x575F, 0xB7D8, 0x5760, 0xD7B9, 0x5761, 0xC6C2, 0x5762, 0x886D, - 0x5763, 0x886E, 0x5764, 0xC0A4, 0x5765, 0x886F, 0x5766, 0xCCB9, 0x5767, 0x8870, 0x5768, 0xDBE7, 0x5769, 0xDBE1, 0x576A, 0xC6BA, - 0x576B, 0xDBE3, 0x576C, 0x8871, 0x576D, 0xDBE8, 0x576E, 0x8872, 0x576F, 0xC5F7, 0x5770, 0x8873, 0x5771, 0x8874, 0x5772, 0x8875, - 0x5773, 0xDBEA, 0x5774, 0x8876, 0x5775, 0x8877, 0x5776, 0xDBE9, 0x5777, 0xBFC0, 0x5778, 0x8878, 0x5779, 0x8879, 0x577A, 0x887A, - 0x577B, 0xDBE6, 0x577C, 0xDBE5, 0x577D, 0x887B, 0x577E, 0x887C, 0x577F, 0x887D, 0x5780, 0x887E, 0x5781, 0x8880, 0x5782, 0xB4B9, - 0x5783, 0xC0AC, 0x5784, 0xC2A2, 0x5785, 0xDBE2, 0x5786, 0xDBE4, 0x5787, 0x8881, 0x5788, 0x8882, 0x5789, 0x8883, 0x578A, 0x8884, - 0x578B, 0xD0CD, 0x578C, 0xDBED, 0x578D, 0x8885, 0x578E, 0x8886, 0x578F, 0x8887, 0x5790, 0x8888, 0x5791, 0x8889, 0x5792, 0xC0DD, - 0x5793, 0xDBF2, 0x5794, 0x888A, 0x5795, 0x888B, 0x5796, 0x888C, 0x5797, 0x888D, 0x5798, 0x888E, 0x5799, 0x888F, 0x579A, 0x8890, - 0x579B, 0xB6E2, 0x579C, 0x8891, 0x579D, 0x8892, 0x579E, 0x8893, 0x579F, 0x8894, 0x57A0, 0xDBF3, 0x57A1, 0xDBD2, 0x57A2, 0xB9B8, - 0x57A3, 0xD4AB, 0x57A4, 0xDBEC, 0x57A5, 0x8895, 0x57A6, 0xBFD1, 0x57A7, 0xDBF0, 0x57A8, 0x8896, 0x57A9, 0xDBD1, 0x57AA, 0x8897, - 0x57AB, 0xB5E6, 0x57AC, 0x8898, 0x57AD, 0xDBEB, 0x57AE, 0xBFE5, 0x57AF, 0x8899, 0x57B0, 0x889A, 0x57B1, 0x889B, 0x57B2, 0xDBEE, - 0x57B3, 0x889C, 0x57B4, 0xDBF1, 0x57B5, 0x889D, 0x57B6, 0x889E, 0x57B7, 0x889F, 0x57B8, 0xDBF9, 0x57B9, 0x88A0, 0x57BA, 0x88A1, - 0x57BB, 0x88A2, 0x57BC, 0x88A3, 0x57BD, 0x88A4, 0x57BE, 0x88A5, 0x57BF, 0x88A6, 0x57C0, 0x88A7, 0x57C1, 0x88A8, 0x57C2, 0xB9A1, - 0x57C3, 0xB0A3, 0x57C4, 0x88A9, 0x57C5, 0x88AA, 0x57C6, 0x88AB, 0x57C7, 0x88AC, 0x57C8, 0x88AD, 0x57C9, 0x88AE, 0x57CA, 0x88AF, - 0x57CB, 0xC2F1, 0x57CC, 0x88B0, 0x57CD, 0x88B1, 0x57CE, 0xB3C7, 0x57CF, 0xDBEF, 0x57D0, 0x88B2, 0x57D1, 0x88B3, 0x57D2, 0xDBF8, - 0x57D3, 0x88B4, 0x57D4, 0xC6D2, 0x57D5, 0xDBF4, 0x57D6, 0x88B5, 0x57D7, 0x88B6, 0x57D8, 0xDBF5, 0x57D9, 0xDBF7, 0x57DA, 0xDBF6, - 0x57DB, 0x88B7, 0x57DC, 0x88B8, 0x57DD, 0xDBFE, 0x57DE, 0x88B9, 0x57DF, 0xD3F2, 0x57E0, 0xB2BA, 0x57E1, 0x88BA, 0x57E2, 0x88BB, - 0x57E3, 0x88BC, 0x57E4, 0xDBFD, 0x57E5, 0x88BD, 0x57E6, 0x88BE, 0x57E7, 0x88BF, 0x57E8, 0x88C0, 0x57E9, 0x88C1, 0x57EA, 0x88C2, - 0x57EB, 0x88C3, 0x57EC, 0x88C4, 0x57ED, 0xDCA4, 0x57EE, 0x88C5, 0x57EF, 0xDBFB, 0x57F0, 0x88C6, 0x57F1, 0x88C7, 0x57F2, 0x88C8, - 0x57F3, 0x88C9, 0x57F4, 0xDBFA, 0x57F5, 0x88CA, 0x57F6, 0x88CB, 0x57F7, 0x88CC, 0x57F8, 0xDBFC, 0x57F9, 0xC5E0, 0x57FA, 0xBBF9, - 0x57FB, 0x88CD, 0x57FC, 0x88CE, 0x57FD, 0xDCA3, 0x57FE, 0x88CF, 0x57FF, 0x88D0, 0x5800, 0xDCA5, 0x5801, 0x88D1, 0x5802, 0xCCC3, - 0x5803, 0x88D2, 0x5804, 0x88D3, 0x5805, 0x88D4, 0x5806, 0xB6D1, 0x5807, 0xDDC0, 0x5808, 0x88D5, 0x5809, 0x88D6, 0x580A, 0x88D7, - 0x580B, 0xDCA1, 0x580C, 0x88D8, 0x580D, 0xDCA2, 0x580E, 0x88D9, 0x580F, 0x88DA, 0x5810, 0x88DB, 0x5811, 0xC7B5, 0x5812, 0x88DC, - 0x5813, 0x88DD, 0x5814, 0x88DE, 0x5815, 0xB6E9, 0x5816, 0x88DF, 0x5817, 0x88E0, 0x5818, 0x88E1, 0x5819, 0xDCA7, 0x581A, 0x88E2, - 0x581B, 0x88E3, 0x581C, 0x88E4, 0x581D, 0x88E5, 0x581E, 0xDCA6, 0x581F, 0x88E6, 0x5820, 0xDCA9, 0x5821, 0xB1A4, 0x5822, 0x88E7, - 0x5823, 0x88E8, 0x5824, 0xB5CC, 0x5825, 0x88E9, 0x5826, 0x88EA, 0x5827, 0x88EB, 0x5828, 0x88EC, 0x5829, 0x88ED, 0x582A, 0xBFB0, - 0x582B, 0x88EE, 0x582C, 0x88EF, 0x582D, 0x88F0, 0x582E, 0x88F1, 0x582F, 0x88F2, 0x5830, 0xD1DF, 0x5831, 0x88F3, 0x5832, 0x88F4, - 0x5833, 0x88F5, 0x5834, 0x88F6, 0x5835, 0xB6C2, 0x5836, 0x88F7, 0x5837, 0x88F8, 0x5838, 0x88F9, 0x5839, 0x88FA, 0x583A, 0x88FB, - 0x583B, 0x88FC, 0x583C, 0x88FD, 0x583D, 0x88FE, 0x583E, 0x8940, 0x583F, 0x8941, 0x5840, 0x8942, 0x5841, 0x8943, 0x5842, 0x8944, - 0x5843, 0x8945, 0x5844, 0xDCA8, 0x5845, 0x8946, 0x5846, 0x8947, 0x5847, 0x8948, 0x5848, 0x8949, 0x5849, 0x894A, 0x584A, 0x894B, - 0x584B, 0x894C, 0x584C, 0xCBFA, 0x584D, 0xEBF3, 0x584E, 0x894D, 0x584F, 0x894E, 0x5850, 0x894F, 0x5851, 0xCBDC, 0x5852, 0x8950, - 0x5853, 0x8951, 0x5854, 0xCBFE, 0x5855, 0x8952, 0x5856, 0x8953, 0x5857, 0x8954, 0x5858, 0xCCC1, 0x5859, 0x8955, 0x585A, 0x8956, - 0x585B, 0x8957, 0x585C, 0x8958, 0x585D, 0x8959, 0x585E, 0xC8FB, 0x585F, 0x895A, 0x5860, 0x895B, 0x5861, 0x895C, 0x5862, 0x895D, - 0x5863, 0x895E, 0x5864, 0x895F, 0x5865, 0xDCAA, 0x5866, 0x8960, 0x5867, 0x8961, 0x5868, 0x8962, 0x5869, 0x8963, 0x586A, 0x8964, - 0x586B, 0xCCEE, 0x586C, 0xDCAB, 0x586D, 0x8965, 0x586E, 0x8966, 0x586F, 0x8967, 0x5870, 0x8968, 0x5871, 0x8969, 0x5872, 0x896A, - 0x5873, 0x896B, 0x5874, 0x896C, 0x5875, 0x896D, 0x5876, 0x896E, 0x5877, 0x896F, 0x5878, 0x8970, 0x5879, 0x8971, 0x587A, 0x8972, - 0x587B, 0x8973, 0x587C, 0x8974, 0x587D, 0x8975, 0x587E, 0xDBD3, 0x587F, 0x8976, 0x5880, 0xDCAF, 0x5881, 0xDCAC, 0x5882, 0x8977, - 0x5883, 0xBEB3, 0x5884, 0x8978, 0x5885, 0xCAFB, 0x5886, 0x8979, 0x5887, 0x897A, 0x5888, 0x897B, 0x5889, 0xDCAD, 0x588A, 0x897C, - 0x588B, 0x897D, 0x588C, 0x897E, 0x588D, 0x8980, 0x588E, 0x8981, 0x588F, 0x8982, 0x5890, 0x8983, 0x5891, 0x8984, 0x5892, 0xC9CA, - 0x5893, 0xC4B9, 0x5894, 0x8985, 0x5895, 0x8986, 0x5896, 0x8987, 0x5897, 0x8988, 0x5898, 0x8989, 0x5899, 0xC7BD, 0x589A, 0xDCAE, - 0x589B, 0x898A, 0x589C, 0x898B, 0x589D, 0x898C, 0x589E, 0xD4F6, 0x589F, 0xD0E6, 0x58A0, 0x898D, 0x58A1, 0x898E, 0x58A2, 0x898F, - 0x58A3, 0x8990, 0x58A4, 0x8991, 0x58A5, 0x8992, 0x58A6, 0x8993, 0x58A7, 0x8994, 0x58A8, 0xC4AB, 0x58A9, 0xB6D5, 0x58AA, 0x8995, - 0x58AB, 0x8996, 0x58AC, 0x8997, 0x58AD, 0x8998, 0x58AE, 0x8999, 0x58AF, 0x899A, 0x58B0, 0x899B, 0x58B1, 0x899C, 0x58B2, 0x899D, - 0x58B3, 0x899E, 0x58B4, 0x899F, 0x58B5, 0x89A0, 0x58B6, 0x89A1, 0x58B7, 0x89A2, 0x58B8, 0x89A3, 0x58B9, 0x89A4, 0x58BA, 0x89A5, - 0x58BB, 0x89A6, 0x58BC, 0xDBD4, 0x58BD, 0x89A7, 0x58BE, 0x89A8, 0x58BF, 0x89A9, 0x58C0, 0x89AA, 0x58C1, 0xB1DA, 0x58C2, 0x89AB, - 0x58C3, 0x89AC, 0x58C4, 0x89AD, 0x58C5, 0xDBD5, 0x58C6, 0x89AE, 0x58C7, 0x89AF, 0x58C8, 0x89B0, 0x58C9, 0x89B1, 0x58CA, 0x89B2, - 0x58CB, 0x89B3, 0x58CC, 0x89B4, 0x58CD, 0x89B5, 0x58CE, 0x89B6, 0x58CF, 0x89B7, 0x58D0, 0x89B8, 0x58D1, 0xDBD6, 0x58D2, 0x89B9, - 0x58D3, 0x89BA, 0x58D4, 0x89BB, 0x58D5, 0xBABE, 0x58D6, 0x89BC, 0x58D7, 0x89BD, 0x58D8, 0x89BE, 0x58D9, 0x89BF, 0x58DA, 0x89C0, - 0x58DB, 0x89C1, 0x58DC, 0x89C2, 0x58DD, 0x89C3, 0x58DE, 0x89C4, 0x58DF, 0x89C5, 0x58E0, 0x89C6, 0x58E1, 0x89C7, 0x58E2, 0x89C8, - 0x58E3, 0x89C9, 0x58E4, 0xC8C0, 0x58E5, 0x89CA, 0x58E6, 0x89CB, 0x58E7, 0x89CC, 0x58E8, 0x89CD, 0x58E9, 0x89CE, 0x58EA, 0x89CF, - 0x58EB, 0xCABF, 0x58EC, 0xC8C9, 0x58ED, 0x89D0, 0x58EE, 0xD7B3, 0x58EF, 0x89D1, 0x58F0, 0xC9F9, 0x58F1, 0x89D2, 0x58F2, 0x89D3, - 0x58F3, 0xBFC7, 0x58F4, 0x89D4, 0x58F5, 0x89D5, 0x58F6, 0xBAF8, 0x58F7, 0x89D6, 0x58F8, 0x89D7, 0x58F9, 0xD2BC, 0x58FA, 0x89D8, - 0x58FB, 0x89D9, 0x58FC, 0x89DA, 0x58FD, 0x89DB, 0x58FE, 0x89DC, 0x58FF, 0x89DD, 0x5900, 0x89DE, 0x5901, 0x89DF, 0x5902, 0xE2BA, - 0x5903, 0x89E0, 0x5904, 0xB4A6, 0x5905, 0x89E1, 0x5906, 0x89E2, 0x5907, 0xB1B8, 0x5908, 0x89E3, 0x5909, 0x89E4, 0x590A, 0x89E5, - 0x590B, 0x89E6, 0x590C, 0x89E7, 0x590D, 0xB8B4, 0x590E, 0x89E8, 0x590F, 0xCFC4, 0x5910, 0x89E9, 0x5911, 0x89EA, 0x5912, 0x89EB, - 0x5913, 0x89EC, 0x5914, 0xD9E7, 0x5915, 0xCFA6, 0x5916, 0xCDE2, 0x5917, 0x89ED, 0x5918, 0x89EE, 0x5919, 0xD9ED, 0x591A, 0xB6E0, - 0x591B, 0x89EF, 0x591C, 0xD2B9, 0x591D, 0x89F0, 0x591E, 0x89F1, 0x591F, 0xB9BB, 0x5920, 0x89F2, 0x5921, 0x89F3, 0x5922, 0x89F4, - 0x5923, 0x89F5, 0x5924, 0xE2B9, 0x5925, 0xE2B7, 0x5926, 0x89F6, 0x5927, 0xB4F3, 0x5928, 0x89F7, 0x5929, 0xCCEC, 0x592A, 0xCCAB, - 0x592B, 0xB7F2, 0x592C, 0x89F8, 0x592D, 0xD8B2, 0x592E, 0xD1EB, 0x592F, 0xBABB, 0x5930, 0x89F9, 0x5931, 0xCAA7, 0x5932, 0x89FA, - 0x5933, 0x89FB, 0x5934, 0xCDB7, 0x5935, 0x89FC, 0x5936, 0x89FD, 0x5937, 0xD2C4, 0x5938, 0xBFE4, 0x5939, 0xBCD0, 0x593A, 0xB6E1, - 0x593B, 0x89FE, 0x593C, 0xDEC5, 0x593D, 0x8A40, 0x593E, 0x8A41, 0x593F, 0x8A42, 0x5940, 0x8A43, 0x5941, 0xDEC6, 0x5942, 0xDBBC, - 0x5943, 0x8A44, 0x5944, 0xD1D9, 0x5945, 0x8A45, 0x5946, 0x8A46, 0x5947, 0xC6E6, 0x5948, 0xC4CE, 0x5949, 0xB7EE, 0x594A, 0x8A47, - 0x594B, 0xB7DC, 0x594C, 0x8A48, 0x594D, 0x8A49, 0x594E, 0xBFFC, 0x594F, 0xD7E0, 0x5950, 0x8A4A, 0x5951, 0xC6F5, 0x5952, 0x8A4B, - 0x5953, 0x8A4C, 0x5954, 0xB1BC, 0x5955, 0xDEC8, 0x5956, 0xBDB1, 0x5957, 0xCCD7, 0x5958, 0xDECA, 0x5959, 0x8A4D, 0x595A, 0xDEC9, - 0x595B, 0x8A4E, 0x595C, 0x8A4F, 0x595D, 0x8A50, 0x595E, 0x8A51, 0x595F, 0x8A52, 0x5960, 0xB5EC, 0x5961, 0x8A53, 0x5962, 0xC9DD, - 0x5963, 0x8A54, 0x5964, 0x8A55, 0x5965, 0xB0C2, 0x5966, 0x8A56, 0x5967, 0x8A57, 0x5968, 0x8A58, 0x5969, 0x8A59, 0x596A, 0x8A5A, - 0x596B, 0x8A5B, 0x596C, 0x8A5C, 0x596D, 0x8A5D, 0x596E, 0x8A5E, 0x596F, 0x8A5F, 0x5970, 0x8A60, 0x5971, 0x8A61, 0x5972, 0x8A62, - 0x5973, 0xC5AE, 0x5974, 0xC5AB, 0x5975, 0x8A63, 0x5976, 0xC4CC, 0x5977, 0x8A64, 0x5978, 0xBCE9, 0x5979, 0xCBFD, 0x597A, 0x8A65, - 0x597B, 0x8A66, 0x597C, 0x8A67, 0x597D, 0xBAC3, 0x597E, 0x8A68, 0x597F, 0x8A69, 0x5980, 0x8A6A, 0x5981, 0xE5F9, 0x5982, 0xC8E7, - 0x5983, 0xE5FA, 0x5984, 0xCDFD, 0x5985, 0x8A6B, 0x5986, 0xD7B1, 0x5987, 0xB8BE, 0x5988, 0xC2E8, 0x5989, 0x8A6C, 0x598A, 0xC8D1, - 0x598B, 0x8A6D, 0x598C, 0x8A6E, 0x598D, 0xE5FB, 0x598E, 0x8A6F, 0x598F, 0x8A70, 0x5990, 0x8A71, 0x5991, 0x8A72, 0x5992, 0xB6CA, - 0x5993, 0xBCCB, 0x5994, 0x8A73, 0x5995, 0x8A74, 0x5996, 0xD1FD, 0x5997, 0xE6A1, 0x5998, 0x8A75, 0x5999, 0xC3EE, 0x599A, 0x8A76, - 0x599B, 0x8A77, 0x599C, 0x8A78, 0x599D, 0x8A79, 0x599E, 0xE6A4, 0x599F, 0x8A7A, 0x59A0, 0x8A7B, 0x59A1, 0x8A7C, 0x59A2, 0x8A7D, - 0x59A3, 0xE5FE, 0x59A4, 0xE6A5, 0x59A5, 0xCDD7, 0x59A6, 0x8A7E, 0x59A7, 0x8A80, 0x59A8, 0xB7C1, 0x59A9, 0xE5FC, 0x59AA, 0xE5FD, - 0x59AB, 0xE6A3, 0x59AC, 0x8A81, 0x59AD, 0x8A82, 0x59AE, 0xC4DD, 0x59AF, 0xE6A8, 0x59B0, 0x8A83, 0x59B1, 0x8A84, 0x59B2, 0xE6A7, - 0x59B3, 0x8A85, 0x59B4, 0x8A86, 0x59B5, 0x8A87, 0x59B6, 0x8A88, 0x59B7, 0x8A89, 0x59B8, 0x8A8A, 0x59B9, 0xC3C3, 0x59BA, 0x8A8B, - 0x59BB, 0xC6DE, 0x59BC, 0x8A8C, 0x59BD, 0x8A8D, 0x59BE, 0xE6AA, 0x59BF, 0x8A8E, 0x59C0, 0x8A8F, 0x59C1, 0x8A90, 0x59C2, 0x8A91, - 0x59C3, 0x8A92, 0x59C4, 0x8A93, 0x59C5, 0x8A94, 0x59C6, 0xC4B7, 0x59C7, 0x8A95, 0x59C8, 0x8A96, 0x59C9, 0x8A97, 0x59CA, 0xE6A2, - 0x59CB, 0xCABC, 0x59CC, 0x8A98, 0x59CD, 0x8A99, 0x59CE, 0x8A9A, 0x59CF, 0x8A9B, 0x59D0, 0xBDE3, 0x59D1, 0xB9C3, 0x59D2, 0xE6A6, - 0x59D3, 0xD0D5, 0x59D4, 0xCEAF, 0x59D5, 0x8A9C, 0x59D6, 0x8A9D, 0x59D7, 0xE6A9, 0x59D8, 0xE6B0, 0x59D9, 0x8A9E, 0x59DA, 0xD2A6, - 0x59DB, 0x8A9F, 0x59DC, 0xBDAA, 0x59DD, 0xE6AD, 0x59DE, 0x8AA0, 0x59DF, 0x8AA1, 0x59E0, 0x8AA2, 0x59E1, 0x8AA3, 0x59E2, 0x8AA4, - 0x59E3, 0xE6AF, 0x59E4, 0x8AA5, 0x59E5, 0xC0D1, 0x59E6, 0x8AA6, 0x59E7, 0x8AA7, 0x59E8, 0xD2CC, 0x59E9, 0x8AA8, 0x59EA, 0x8AA9, - 0x59EB, 0x8AAA, 0x59EC, 0xBCA7, 0x59ED, 0x8AAB, 0x59EE, 0x8AAC, 0x59EF, 0x8AAD, 0x59F0, 0x8AAE, 0x59F1, 0x8AAF, 0x59F2, 0x8AB0, - 0x59F3, 0x8AB1, 0x59F4, 0x8AB2, 0x59F5, 0x8AB3, 0x59F6, 0x8AB4, 0x59F7, 0x8AB5, 0x59F8, 0x8AB6, 0x59F9, 0xE6B1, 0x59FA, 0x8AB7, - 0x59FB, 0xD2F6, 0x59FC, 0x8AB8, 0x59FD, 0x8AB9, 0x59FE, 0x8ABA, 0x59FF, 0xD7CB, 0x5A00, 0x8ABB, 0x5A01, 0xCDFE, 0x5A02, 0x8ABC, - 0x5A03, 0xCDDE, 0x5A04, 0xC2A6, 0x5A05, 0xE6AB, 0x5A06, 0xE6AC, 0x5A07, 0xBDBF, 0x5A08, 0xE6AE, 0x5A09, 0xE6B3, 0x5A0A, 0x8ABD, - 0x5A0B, 0x8ABE, 0x5A0C, 0xE6B2, 0x5A0D, 0x8ABF, 0x5A0E, 0x8AC0, 0x5A0F, 0x8AC1, 0x5A10, 0x8AC2, 0x5A11, 0xE6B6, 0x5A12, 0x8AC3, - 0x5A13, 0xE6B8, 0x5A14, 0x8AC4, 0x5A15, 0x8AC5, 0x5A16, 0x8AC6, 0x5A17, 0x8AC7, 0x5A18, 0xC4EF, 0x5A19, 0x8AC8, 0x5A1A, 0x8AC9, - 0x5A1B, 0x8ACA, 0x5A1C, 0xC4C8, 0x5A1D, 0x8ACB, 0x5A1E, 0x8ACC, 0x5A1F, 0xBEEA, 0x5A20, 0xC9EF, 0x5A21, 0x8ACD, 0x5A22, 0x8ACE, - 0x5A23, 0xE6B7, 0x5A24, 0x8ACF, 0x5A25, 0xB6F0, 0x5A26, 0x8AD0, 0x5A27, 0x8AD1, 0x5A28, 0x8AD2, 0x5A29, 0xC3E4, 0x5A2A, 0x8AD3, - 0x5A2B, 0x8AD4, 0x5A2C, 0x8AD5, 0x5A2D, 0x8AD6, 0x5A2E, 0x8AD7, 0x5A2F, 0x8AD8, 0x5A30, 0x8AD9, 0x5A31, 0xD3E9, 0x5A32, 0xE6B4, - 0x5A33, 0x8ADA, 0x5A34, 0xE6B5, 0x5A35, 0x8ADB, 0x5A36, 0xC8A2, 0x5A37, 0x8ADC, 0x5A38, 0x8ADD, 0x5A39, 0x8ADE, 0x5A3A, 0x8ADF, - 0x5A3B, 0x8AE0, 0x5A3C, 0xE6BD, 0x5A3D, 0x8AE1, 0x5A3E, 0x8AE2, 0x5A3F, 0x8AE3, 0x5A40, 0xE6B9, 0x5A41, 0x8AE4, 0x5A42, 0x8AE5, - 0x5A43, 0x8AE6, 0x5A44, 0x8AE7, 0x5A45, 0x8AE8, 0x5A46, 0xC6C5, 0x5A47, 0x8AE9, 0x5A48, 0x8AEA, 0x5A49, 0xCDF1, 0x5A4A, 0xE6BB, - 0x5A4B, 0x8AEB, 0x5A4C, 0x8AEC, 0x5A4D, 0x8AED, 0x5A4E, 0x8AEE, 0x5A4F, 0x8AEF, 0x5A50, 0x8AF0, 0x5A51, 0x8AF1, 0x5A52, 0x8AF2, - 0x5A53, 0x8AF3, 0x5A54, 0x8AF4, 0x5A55, 0xE6BC, 0x5A56, 0x8AF5, 0x5A57, 0x8AF6, 0x5A58, 0x8AF7, 0x5A59, 0x8AF8, 0x5A5A, 0xBBE9, - 0x5A5B, 0x8AF9, 0x5A5C, 0x8AFA, 0x5A5D, 0x8AFB, 0x5A5E, 0x8AFC, 0x5A5F, 0x8AFD, 0x5A60, 0x8AFE, 0x5A61, 0x8B40, 0x5A62, 0xE6BE, - 0x5A63, 0x8B41, 0x5A64, 0x8B42, 0x5A65, 0x8B43, 0x5A66, 0x8B44, 0x5A67, 0xE6BA, 0x5A68, 0x8B45, 0x5A69, 0x8B46, 0x5A6A, 0xC0B7, - 0x5A6B, 0x8B47, 0x5A6C, 0x8B48, 0x5A6D, 0x8B49, 0x5A6E, 0x8B4A, 0x5A6F, 0x8B4B, 0x5A70, 0x8B4C, 0x5A71, 0x8B4D, 0x5A72, 0x8B4E, - 0x5A73, 0x8B4F, 0x5A74, 0xD3A4, 0x5A75, 0xE6BF, 0x5A76, 0xC9F4, 0x5A77, 0xE6C3, 0x5A78, 0x8B50, 0x5A79, 0x8B51, 0x5A7A, 0xE6C4, - 0x5A7B, 0x8B52, 0x5A7C, 0x8B53, 0x5A7D, 0x8B54, 0x5A7E, 0x8B55, 0x5A7F, 0xD0F6, 0x5A80, 0x8B56, 0x5A81, 0x8B57, 0x5A82, 0x8B58, - 0x5A83, 0x8B59, 0x5A84, 0x8B5A, 0x5A85, 0x8B5B, 0x5A86, 0x8B5C, 0x5A87, 0x8B5D, 0x5A88, 0x8B5E, 0x5A89, 0x8B5F, 0x5A8A, 0x8B60, - 0x5A8B, 0x8B61, 0x5A8C, 0x8B62, 0x5A8D, 0x8B63, 0x5A8E, 0x8B64, 0x5A8F, 0x8B65, 0x5A90, 0x8B66, 0x5A91, 0x8B67, 0x5A92, 0xC3BD, - 0x5A93, 0x8B68, 0x5A94, 0x8B69, 0x5A95, 0x8B6A, 0x5A96, 0x8B6B, 0x5A97, 0x8B6C, 0x5A98, 0x8B6D, 0x5A99, 0x8B6E, 0x5A9A, 0xC3C4, - 0x5A9B, 0xE6C2, 0x5A9C, 0x8B6F, 0x5A9D, 0x8B70, 0x5A9E, 0x8B71, 0x5A9F, 0x8B72, 0x5AA0, 0x8B73, 0x5AA1, 0x8B74, 0x5AA2, 0x8B75, - 0x5AA3, 0x8B76, 0x5AA4, 0x8B77, 0x5AA5, 0x8B78, 0x5AA6, 0x8B79, 0x5AA7, 0x8B7A, 0x5AA8, 0x8B7B, 0x5AA9, 0x8B7C, 0x5AAA, 0xE6C1, - 0x5AAB, 0x8B7D, 0x5AAC, 0x8B7E, 0x5AAD, 0x8B80, 0x5AAE, 0x8B81, 0x5AAF, 0x8B82, 0x5AB0, 0x8B83, 0x5AB1, 0x8B84, 0x5AB2, 0xE6C7, - 0x5AB3, 0xCFB1, 0x5AB4, 0x8B85, 0x5AB5, 0xEBF4, 0x5AB6, 0x8B86, 0x5AB7, 0x8B87, 0x5AB8, 0xE6CA, 0x5AB9, 0x8B88, 0x5ABA, 0x8B89, - 0x5ABB, 0x8B8A, 0x5ABC, 0x8B8B, 0x5ABD, 0x8B8C, 0x5ABE, 0xE6C5, 0x5ABF, 0x8B8D, 0x5AC0, 0x8B8E, 0x5AC1, 0xBCDE, 0x5AC2, 0xC9A9, - 0x5AC3, 0x8B8F, 0x5AC4, 0x8B90, 0x5AC5, 0x8B91, 0x5AC6, 0x8B92, 0x5AC7, 0x8B93, 0x5AC8, 0x8B94, 0x5AC9, 0xBCB5, 0x5ACA, 0x8B95, - 0x5ACB, 0x8B96, 0x5ACC, 0xCFD3, 0x5ACD, 0x8B97, 0x5ACE, 0x8B98, 0x5ACF, 0x8B99, 0x5AD0, 0x8B9A, 0x5AD1, 0x8B9B, 0x5AD2, 0xE6C8, - 0x5AD3, 0x8B9C, 0x5AD4, 0xE6C9, 0x5AD5, 0x8B9D, 0x5AD6, 0xE6CE, 0x5AD7, 0x8B9E, 0x5AD8, 0xE6D0, 0x5AD9, 0x8B9F, 0x5ADA, 0x8BA0, - 0x5ADB, 0x8BA1, 0x5ADC, 0xE6D1, 0x5ADD, 0x8BA2, 0x5ADE, 0x8BA3, 0x5ADF, 0x8BA4, 0x5AE0, 0xE6CB, 0x5AE1, 0xB5D5, 0x5AE2, 0x8BA5, - 0x5AE3, 0xE6CC, 0x5AE4, 0x8BA6, 0x5AE5, 0x8BA7, 0x5AE6, 0xE6CF, 0x5AE7, 0x8BA8, 0x5AE8, 0x8BA9, 0x5AE9, 0xC4DB, 0x5AEA, 0x8BAA, - 0x5AEB, 0xE6C6, 0x5AEC, 0x8BAB, 0x5AED, 0x8BAC, 0x5AEE, 0x8BAD, 0x5AEF, 0x8BAE, 0x5AF0, 0x8BAF, 0x5AF1, 0xE6CD, 0x5AF2, 0x8BB0, - 0x5AF3, 0x8BB1, 0x5AF4, 0x8BB2, 0x5AF5, 0x8BB3, 0x5AF6, 0x8BB4, 0x5AF7, 0x8BB5, 0x5AF8, 0x8BB6, 0x5AF9, 0x8BB7, 0x5AFA, 0x8BB8, - 0x5AFB, 0x8BB9, 0x5AFC, 0x8BBA, 0x5AFD, 0x8BBB, 0x5AFE, 0x8BBC, 0x5AFF, 0x8BBD, 0x5B00, 0x8BBE, 0x5B01, 0x8BBF, 0x5B02, 0x8BC0, - 0x5B03, 0x8BC1, 0x5B04, 0x8BC2, 0x5B05, 0x8BC3, 0x5B06, 0x8BC4, 0x5B07, 0x8BC5, 0x5B08, 0x8BC6, 0x5B09, 0xE6D2, 0x5B0A, 0x8BC7, - 0x5B0B, 0x8BC8, 0x5B0C, 0x8BC9, 0x5B0D, 0x8BCA, 0x5B0E, 0x8BCB, 0x5B0F, 0x8BCC, 0x5B10, 0x8BCD, 0x5B11, 0x8BCE, 0x5B12, 0x8BCF, - 0x5B13, 0x8BD0, 0x5B14, 0x8BD1, 0x5B15, 0x8BD2, 0x5B16, 0xE6D4, 0x5B17, 0xE6D3, 0x5B18, 0x8BD3, 0x5B19, 0x8BD4, 0x5B1A, 0x8BD5, - 0x5B1B, 0x8BD6, 0x5B1C, 0x8BD7, 0x5B1D, 0x8BD8, 0x5B1E, 0x8BD9, 0x5B1F, 0x8BDA, 0x5B20, 0x8BDB, 0x5B21, 0x8BDC, 0x5B22, 0x8BDD, - 0x5B23, 0x8BDE, 0x5B24, 0x8BDF, 0x5B25, 0x8BE0, 0x5B26, 0x8BE1, 0x5B27, 0x8BE2, 0x5B28, 0x8BE3, 0x5B29, 0x8BE4, 0x5B2A, 0x8BE5, - 0x5B2B, 0x8BE6, 0x5B2C, 0x8BE7, 0x5B2D, 0x8BE8, 0x5B2E, 0x8BE9, 0x5B2F, 0x8BEA, 0x5B30, 0x8BEB, 0x5B31, 0x8BEC, 0x5B32, 0xE6D5, - 0x5B33, 0x8BED, 0x5B34, 0xD9F8, 0x5B35, 0x8BEE, 0x5B36, 0x8BEF, 0x5B37, 0xE6D6, 0x5B38, 0x8BF0, 0x5B39, 0x8BF1, 0x5B3A, 0x8BF2, - 0x5B3B, 0x8BF3, 0x5B3C, 0x8BF4, 0x5B3D, 0x8BF5, 0x5B3E, 0x8BF6, 0x5B3F, 0x8BF7, 0x5B40, 0xE6D7, 0x5B41, 0x8BF8, 0x5B42, 0x8BF9, - 0x5B43, 0x8BFA, 0x5B44, 0x8BFB, 0x5B45, 0x8BFC, 0x5B46, 0x8BFD, 0x5B47, 0x8BFE, 0x5B48, 0x8C40, 0x5B49, 0x8C41, 0x5B4A, 0x8C42, - 0x5B4B, 0x8C43, 0x5B4C, 0x8C44, 0x5B4D, 0x8C45, 0x5B4E, 0x8C46, 0x5B4F, 0x8C47, 0x5B50, 0xD7D3, 0x5B51, 0xE6DD, 0x5B52, 0x8C48, - 0x5B53, 0xE6DE, 0x5B54, 0xBFD7, 0x5B55, 0xD4D0, 0x5B56, 0x8C49, 0x5B57, 0xD7D6, 0x5B58, 0xB4E6, 0x5B59, 0xCBEF, 0x5B5A, 0xE6DA, - 0x5B5B, 0xD8C3, 0x5B5C, 0xD7CE, 0x5B5D, 0xD0A2, 0x5B5E, 0x8C4A, 0x5B5F, 0xC3CF, 0x5B60, 0x8C4B, 0x5B61, 0x8C4C, 0x5B62, 0xE6DF, - 0x5B63, 0xBCBE, 0x5B64, 0xB9C2, 0x5B65, 0xE6DB, 0x5B66, 0xD1A7, 0x5B67, 0x8C4D, 0x5B68, 0x8C4E, 0x5B69, 0xBAA2, 0x5B6A, 0xC2CF, - 0x5B6B, 0x8C4F, 0x5B6C, 0xD8AB, 0x5B6D, 0x8C50, 0x5B6E, 0x8C51, 0x5B6F, 0x8C52, 0x5B70, 0xCAEB, 0x5B71, 0xE5EE, 0x5B72, 0x8C53, - 0x5B73, 0xE6DC, 0x5B74, 0x8C54, 0x5B75, 0xB7F5, 0x5B76, 0x8C55, 0x5B77, 0x8C56, 0x5B78, 0x8C57, 0x5B79, 0x8C58, 0x5B7A, 0xC8E6, - 0x5B7B, 0x8C59, 0x5B7C, 0x8C5A, 0x5B7D, 0xC4F5, 0x5B7E, 0x8C5B, 0x5B7F, 0x8C5C, 0x5B80, 0xE5B2, 0x5B81, 0xC4FE, 0x5B82, 0x8C5D, - 0x5B83, 0xCBFC, 0x5B84, 0xE5B3, 0x5B85, 0xD5AC, 0x5B86, 0x8C5E, 0x5B87, 0xD3EE, 0x5B88, 0xCAD8, 0x5B89, 0xB0B2, 0x5B8A, 0x8C5F, - 0x5B8B, 0xCBCE, 0x5B8C, 0xCDEA, 0x5B8D, 0x8C60, 0x5B8E, 0x8C61, 0x5B8F, 0xBAEA, 0x5B90, 0x8C62, 0x5B91, 0x8C63, 0x5B92, 0x8C64, - 0x5B93, 0xE5B5, 0x5B94, 0x8C65, 0x5B95, 0xE5B4, 0x5B96, 0x8C66, 0x5B97, 0xD7DA, 0x5B98, 0xB9D9, 0x5B99, 0xD6E6, 0x5B9A, 0xB6A8, - 0x5B9B, 0xCDF0, 0x5B9C, 0xD2CB, 0x5B9D, 0xB1A6, 0x5B9E, 0xCAB5, 0x5B9F, 0x8C67, 0x5BA0, 0xB3E8, 0x5BA1, 0xC9F3, 0x5BA2, 0xBFCD, - 0x5BA3, 0xD0FB, 0x5BA4, 0xCAD2, 0x5BA5, 0xE5B6, 0x5BA6, 0xBBC2, 0x5BA7, 0x8C68, 0x5BA8, 0x8C69, 0x5BA9, 0x8C6A, 0x5BAA, 0xCFDC, - 0x5BAB, 0xB9AC, 0x5BAC, 0x8C6B, 0x5BAD, 0x8C6C, 0x5BAE, 0x8C6D, 0x5BAF, 0x8C6E, 0x5BB0, 0xD4D7, 0x5BB1, 0x8C6F, 0x5BB2, 0x8C70, - 0x5BB3, 0xBAA6, 0x5BB4, 0xD1E7, 0x5BB5, 0xCFFC, 0x5BB6, 0xBCD2, 0x5BB7, 0x8C71, 0x5BB8, 0xE5B7, 0x5BB9, 0xC8DD, 0x5BBA, 0x8C72, - 0x5BBB, 0x8C73, 0x5BBC, 0x8C74, 0x5BBD, 0xBFED, 0x5BBE, 0xB1F6, 0x5BBF, 0xCBDE, 0x5BC0, 0x8C75, 0x5BC1, 0x8C76, 0x5BC2, 0xBCC5, - 0x5BC3, 0x8C77, 0x5BC4, 0xBCC4, 0x5BC5, 0xD2FA, 0x5BC6, 0xC3DC, 0x5BC7, 0xBFDC, 0x5BC8, 0x8C78, 0x5BC9, 0x8C79, 0x5BCA, 0x8C7A, - 0x5BCB, 0x8C7B, 0x5BCC, 0xB8BB, 0x5BCD, 0x8C7C, 0x5BCE, 0x8C7D, 0x5BCF, 0x8C7E, 0x5BD0, 0xC3C2, 0x5BD1, 0x8C80, 0x5BD2, 0xBAAE, - 0x5BD3, 0xD4A2, 0x5BD4, 0x8C81, 0x5BD5, 0x8C82, 0x5BD6, 0x8C83, 0x5BD7, 0x8C84, 0x5BD8, 0x8C85, 0x5BD9, 0x8C86, 0x5BDA, 0x8C87, - 0x5BDB, 0x8C88, 0x5BDC, 0x8C89, 0x5BDD, 0xC7DE, 0x5BDE, 0xC4AF, 0x5BDF, 0xB2EC, 0x5BE0, 0x8C8A, 0x5BE1, 0xB9D1, 0x5BE2, 0x8C8B, - 0x5BE3, 0x8C8C, 0x5BE4, 0xE5BB, 0x5BE5, 0xC1C8, 0x5BE6, 0x8C8D, 0x5BE7, 0x8C8E, 0x5BE8, 0xD5AF, 0x5BE9, 0x8C8F, 0x5BEA, 0x8C90, - 0x5BEB, 0x8C91, 0x5BEC, 0x8C92, 0x5BED, 0x8C93, 0x5BEE, 0xE5BC, 0x5BEF, 0x8C94, 0x5BF0, 0xE5BE, 0x5BF1, 0x8C95, 0x5BF2, 0x8C96, - 0x5BF3, 0x8C97, 0x5BF4, 0x8C98, 0x5BF5, 0x8C99, 0x5BF6, 0x8C9A, 0x5BF7, 0x8C9B, 0x5BF8, 0xB4E7, 0x5BF9, 0xB6D4, 0x5BFA, 0xCBC2, - 0x5BFB, 0xD1B0, 0x5BFC, 0xB5BC, 0x5BFD, 0x8C9C, 0x5BFE, 0x8C9D, 0x5BFF, 0xCAD9, 0x5C00, 0x8C9E, 0x5C01, 0xB7E2, 0x5C02, 0x8C9F, - 0x5C03, 0x8CA0, 0x5C04, 0xC9E4, 0x5C05, 0x8CA1, 0x5C06, 0xBDAB, 0x5C07, 0x8CA2, 0x5C08, 0x8CA3, 0x5C09, 0xCEBE, 0x5C0A, 0xD7F0, - 0x5C0B, 0x8CA4, 0x5C0C, 0x8CA5, 0x5C0D, 0x8CA6, 0x5C0E, 0x8CA7, 0x5C0F, 0xD0A1, 0x5C10, 0x8CA8, 0x5C11, 0xC9D9, 0x5C12, 0x8CA9, - 0x5C13, 0x8CAA, 0x5C14, 0xB6FB, 0x5C15, 0xE6D8, 0x5C16, 0xBCE2, 0x5C17, 0x8CAB, 0x5C18, 0xB3BE, 0x5C19, 0x8CAC, 0x5C1A, 0xC9D0, - 0x5C1B, 0x8CAD, 0x5C1C, 0xE6D9, 0x5C1D, 0xB3A2, 0x5C1E, 0x8CAE, 0x5C1F, 0x8CAF, 0x5C20, 0x8CB0, 0x5C21, 0x8CB1, 0x5C22, 0xDECC, - 0x5C23, 0x8CB2, 0x5C24, 0xD3C8, 0x5C25, 0xDECD, 0x5C26, 0x8CB3, 0x5C27, 0xD2A2, 0x5C28, 0x8CB4, 0x5C29, 0x8CB5, 0x5C2A, 0x8CB6, - 0x5C2B, 0x8CB7, 0x5C2C, 0xDECE, 0x5C2D, 0x8CB8, 0x5C2E, 0x8CB9, 0x5C2F, 0x8CBA, 0x5C30, 0x8CBB, 0x5C31, 0xBECD, 0x5C32, 0x8CBC, - 0x5C33, 0x8CBD, 0x5C34, 0xDECF, 0x5C35, 0x8CBE, 0x5C36, 0x8CBF, 0x5C37, 0x8CC0, 0x5C38, 0xCAAC, 0x5C39, 0xD2FC, 0x5C3A, 0xB3DF, - 0x5C3B, 0xE5EA, 0x5C3C, 0xC4E1, 0x5C3D, 0xBEA1, 0x5C3E, 0xCEB2, 0x5C3F, 0xC4F2, 0x5C40, 0xBED6, 0x5C41, 0xC6A8, 0x5C42, 0xB2E3, - 0x5C43, 0x8CC1, 0x5C44, 0x8CC2, 0x5C45, 0xBED3, 0x5C46, 0x8CC3, 0x5C47, 0x8CC4, 0x5C48, 0xC7FC, 0x5C49, 0xCCEB, 0x5C4A, 0xBDEC, - 0x5C4B, 0xCEDD, 0x5C4C, 0x8CC5, 0x5C4D, 0x8CC6, 0x5C4E, 0xCABA, 0x5C4F, 0xC6C1, 0x5C50, 0xE5EC, 0x5C51, 0xD0BC, 0x5C52, 0x8CC7, - 0x5C53, 0x8CC8, 0x5C54, 0x8CC9, 0x5C55, 0xD5B9, 0x5C56, 0x8CCA, 0x5C57, 0x8CCB, 0x5C58, 0x8CCC, 0x5C59, 0xE5ED, 0x5C5A, 0x8CCD, - 0x5C5B, 0x8CCE, 0x5C5C, 0x8CCF, 0x5C5D, 0x8CD0, 0x5C5E, 0xCAF4, 0x5C5F, 0x8CD1, 0x5C60, 0xCDC0, 0x5C61, 0xC2C5, 0x5C62, 0x8CD2, - 0x5C63, 0xE5EF, 0x5C64, 0x8CD3, 0x5C65, 0xC2C4, 0x5C66, 0xE5F0, 0x5C67, 0x8CD4, 0x5C68, 0x8CD5, 0x5C69, 0x8CD6, 0x5C6A, 0x8CD7, - 0x5C6B, 0x8CD8, 0x5C6C, 0x8CD9, 0x5C6D, 0x8CDA, 0x5C6E, 0xE5F8, 0x5C6F, 0xCDCD, 0x5C70, 0x8CDB, 0x5C71, 0xC9BD, 0x5C72, 0x8CDC, - 0x5C73, 0x8CDD, 0x5C74, 0x8CDE, 0x5C75, 0x8CDF, 0x5C76, 0x8CE0, 0x5C77, 0x8CE1, 0x5C78, 0x8CE2, 0x5C79, 0xD2D9, 0x5C7A, 0xE1A8, - 0x5C7B, 0x8CE3, 0x5C7C, 0x8CE4, 0x5C7D, 0x8CE5, 0x5C7E, 0x8CE6, 0x5C7F, 0xD3EC, 0x5C80, 0x8CE7, 0x5C81, 0xCBEA, 0x5C82, 0xC6F1, - 0x5C83, 0x8CE8, 0x5C84, 0x8CE9, 0x5C85, 0x8CEA, 0x5C86, 0x8CEB, 0x5C87, 0x8CEC, 0x5C88, 0xE1AC, 0x5C89, 0x8CED, 0x5C8A, 0x8CEE, - 0x5C8B, 0x8CEF, 0x5C8C, 0xE1A7, 0x5C8D, 0xE1A9, 0x5C8E, 0x8CF0, 0x5C8F, 0x8CF1, 0x5C90, 0xE1AA, 0x5C91, 0xE1AF, 0x5C92, 0x8CF2, - 0x5C93, 0x8CF3, 0x5C94, 0xB2ED, 0x5C95, 0x8CF4, 0x5C96, 0xE1AB, 0x5C97, 0xB8DA, 0x5C98, 0xE1AD, 0x5C99, 0xE1AE, 0x5C9A, 0xE1B0, - 0x5C9B, 0xB5BA, 0x5C9C, 0xE1B1, 0x5C9D, 0x8CF5, 0x5C9E, 0x8CF6, 0x5C9F, 0x8CF7, 0x5CA0, 0x8CF8, 0x5CA1, 0x8CF9, 0x5CA2, 0xE1B3, - 0x5CA3, 0xE1B8, 0x5CA4, 0x8CFA, 0x5CA5, 0x8CFB, 0x5CA6, 0x8CFC, 0x5CA7, 0x8CFD, 0x5CA8, 0x8CFE, 0x5CA9, 0xD1D2, 0x5CAA, 0x8D40, - 0x5CAB, 0xE1B6, 0x5CAC, 0xE1B5, 0x5CAD, 0xC1EB, 0x5CAE, 0x8D41, 0x5CAF, 0x8D42, 0x5CB0, 0x8D43, 0x5CB1, 0xE1B7, 0x5CB2, 0x8D44, - 0x5CB3, 0xD4C0, 0x5CB4, 0x8D45, 0x5CB5, 0xE1B2, 0x5CB6, 0x8D46, 0x5CB7, 0xE1BA, 0x5CB8, 0xB0B6, 0x5CB9, 0x8D47, 0x5CBA, 0x8D48, - 0x5CBB, 0x8D49, 0x5CBC, 0x8D4A, 0x5CBD, 0xE1B4, 0x5CBE, 0x8D4B, 0x5CBF, 0xBFF9, 0x5CC0, 0x8D4C, 0x5CC1, 0xE1B9, 0x5CC2, 0x8D4D, - 0x5CC3, 0x8D4E, 0x5CC4, 0xE1BB, 0x5CC5, 0x8D4F, 0x5CC6, 0x8D50, 0x5CC7, 0x8D51, 0x5CC8, 0x8D52, 0x5CC9, 0x8D53, 0x5CCA, 0x8D54, - 0x5CCB, 0xE1BE, 0x5CCC, 0x8D55, 0x5CCD, 0x8D56, 0x5CCE, 0x8D57, 0x5CCF, 0x8D58, 0x5CD0, 0x8D59, 0x5CD1, 0x8D5A, 0x5CD2, 0xE1BC, - 0x5CD3, 0x8D5B, 0x5CD4, 0x8D5C, 0x5CD5, 0x8D5D, 0x5CD6, 0x8D5E, 0x5CD7, 0x8D5F, 0x5CD8, 0x8D60, 0x5CD9, 0xD6C5, 0x5CDA, 0x8D61, - 0x5CDB, 0x8D62, 0x5CDC, 0x8D63, 0x5CDD, 0x8D64, 0x5CDE, 0x8D65, 0x5CDF, 0x8D66, 0x5CE0, 0x8D67, 0x5CE1, 0xCFBF, 0x5CE2, 0x8D68, - 0x5CE3, 0x8D69, 0x5CE4, 0xE1BD, 0x5CE5, 0xE1BF, 0x5CE6, 0xC2CD, 0x5CE7, 0x8D6A, 0x5CE8, 0xB6EB, 0x5CE9, 0x8D6B, 0x5CEA, 0xD3F8, - 0x5CEB, 0x8D6C, 0x5CEC, 0x8D6D, 0x5CED, 0xC7CD, 0x5CEE, 0x8D6E, 0x5CEF, 0x8D6F, 0x5CF0, 0xB7E5, 0x5CF1, 0x8D70, 0x5CF2, 0x8D71, - 0x5CF3, 0x8D72, 0x5CF4, 0x8D73, 0x5CF5, 0x8D74, 0x5CF6, 0x8D75, 0x5CF7, 0x8D76, 0x5CF8, 0x8D77, 0x5CF9, 0x8D78, 0x5CFA, 0x8D79, - 0x5CFB, 0xBEFE, 0x5CFC, 0x8D7A, 0x5CFD, 0x8D7B, 0x5CFE, 0x8D7C, 0x5CFF, 0x8D7D, 0x5D00, 0x8D7E, 0x5D01, 0x8D80, 0x5D02, 0xE1C0, - 0x5D03, 0xE1C1, 0x5D04, 0x8D81, 0x5D05, 0x8D82, 0x5D06, 0xE1C7, 0x5D07, 0xB3E7, 0x5D08, 0x8D83, 0x5D09, 0x8D84, 0x5D0A, 0x8D85, - 0x5D0B, 0x8D86, 0x5D0C, 0x8D87, 0x5D0D, 0x8D88, 0x5D0E, 0xC6E9, 0x5D0F, 0x8D89, 0x5D10, 0x8D8A, 0x5D11, 0x8D8B, 0x5D12, 0x8D8C, - 0x5D13, 0x8D8D, 0x5D14, 0xB4DE, 0x5D15, 0x8D8E, 0x5D16, 0xD1C2, 0x5D17, 0x8D8F, 0x5D18, 0x8D90, 0x5D19, 0x8D91, 0x5D1A, 0x8D92, - 0x5D1B, 0xE1C8, 0x5D1C, 0x8D93, 0x5D1D, 0x8D94, 0x5D1E, 0xE1C6, 0x5D1F, 0x8D95, 0x5D20, 0x8D96, 0x5D21, 0x8D97, 0x5D22, 0x8D98, - 0x5D23, 0x8D99, 0x5D24, 0xE1C5, 0x5D25, 0x8D9A, 0x5D26, 0xE1C3, 0x5D27, 0xE1C2, 0x5D28, 0x8D9B, 0x5D29, 0xB1C0, 0x5D2A, 0x8D9C, - 0x5D2B, 0x8D9D, 0x5D2C, 0x8D9E, 0x5D2D, 0xD5B8, 0x5D2E, 0xE1C4, 0x5D2F, 0x8D9F, 0x5D30, 0x8DA0, 0x5D31, 0x8DA1, 0x5D32, 0x8DA2, - 0x5D33, 0x8DA3, 0x5D34, 0xE1CB, 0x5D35, 0x8DA4, 0x5D36, 0x8DA5, 0x5D37, 0x8DA6, 0x5D38, 0x8DA7, 0x5D39, 0x8DA8, 0x5D3A, 0x8DA9, - 0x5D3B, 0x8DAA, 0x5D3C, 0x8DAB, 0x5D3D, 0xE1CC, 0x5D3E, 0xE1CA, 0x5D3F, 0x8DAC, 0x5D40, 0x8DAD, 0x5D41, 0x8DAE, 0x5D42, 0x8DAF, - 0x5D43, 0x8DB0, 0x5D44, 0x8DB1, 0x5D45, 0x8DB2, 0x5D46, 0x8DB3, 0x5D47, 0xEFFA, 0x5D48, 0x8DB4, 0x5D49, 0x8DB5, 0x5D4A, 0xE1D3, - 0x5D4B, 0xE1D2, 0x5D4C, 0xC7B6, 0x5D4D, 0x8DB6, 0x5D4E, 0x8DB7, 0x5D4F, 0x8DB8, 0x5D50, 0x8DB9, 0x5D51, 0x8DBA, 0x5D52, 0x8DBB, - 0x5D53, 0x8DBC, 0x5D54, 0x8DBD, 0x5D55, 0x8DBE, 0x5D56, 0x8DBF, 0x5D57, 0x8DC0, 0x5D58, 0xE1C9, 0x5D59, 0x8DC1, 0x5D5A, 0x8DC2, - 0x5D5B, 0xE1CE, 0x5D5C, 0x8DC3, 0x5D5D, 0xE1D0, 0x5D5E, 0x8DC4, 0x5D5F, 0x8DC5, 0x5D60, 0x8DC6, 0x5D61, 0x8DC7, 0x5D62, 0x8DC8, - 0x5D63, 0x8DC9, 0x5D64, 0x8DCA, 0x5D65, 0x8DCB, 0x5D66, 0x8DCC, 0x5D67, 0x8DCD, 0x5D68, 0x8DCE, 0x5D69, 0xE1D4, 0x5D6A, 0x8DCF, - 0x5D6B, 0xE1D1, 0x5D6C, 0xE1CD, 0x5D6D, 0x8DD0, 0x5D6E, 0x8DD1, 0x5D6F, 0xE1CF, 0x5D70, 0x8DD2, 0x5D71, 0x8DD3, 0x5D72, 0x8DD4, - 0x5D73, 0x8DD5, 0x5D74, 0xE1D5, 0x5D75, 0x8DD6, 0x5D76, 0x8DD7, 0x5D77, 0x8DD8, 0x5D78, 0x8DD9, 0x5D79, 0x8DDA, 0x5D7A, 0x8DDB, - 0x5D7B, 0x8DDC, 0x5D7C, 0x8DDD, 0x5D7D, 0x8DDE, 0x5D7E, 0x8DDF, 0x5D7F, 0x8DE0, 0x5D80, 0x8DE1, 0x5D81, 0x8DE2, 0x5D82, 0xE1D6, - 0x5D83, 0x8DE3, 0x5D84, 0x8DE4, 0x5D85, 0x8DE5, 0x5D86, 0x8DE6, 0x5D87, 0x8DE7, 0x5D88, 0x8DE8, 0x5D89, 0x8DE9, 0x5D8A, 0x8DEA, - 0x5D8B, 0x8DEB, 0x5D8C, 0x8DEC, 0x5D8D, 0x8DED, 0x5D8E, 0x8DEE, 0x5D8F, 0x8DEF, 0x5D90, 0x8DF0, 0x5D91, 0x8DF1, 0x5D92, 0x8DF2, - 0x5D93, 0x8DF3, 0x5D94, 0x8DF4, 0x5D95, 0x8DF5, 0x5D96, 0x8DF6, 0x5D97, 0x8DF7, 0x5D98, 0x8DF8, 0x5D99, 0xE1D7, 0x5D9A, 0x8DF9, - 0x5D9B, 0x8DFA, 0x5D9C, 0x8DFB, 0x5D9D, 0xE1D8, 0x5D9E, 0x8DFC, 0x5D9F, 0x8DFD, 0x5DA0, 0x8DFE, 0x5DA1, 0x8E40, 0x5DA2, 0x8E41, - 0x5DA3, 0x8E42, 0x5DA4, 0x8E43, 0x5DA5, 0x8E44, 0x5DA6, 0x8E45, 0x5DA7, 0x8E46, 0x5DA8, 0x8E47, 0x5DA9, 0x8E48, 0x5DAA, 0x8E49, - 0x5DAB, 0x8E4A, 0x5DAC, 0x8E4B, 0x5DAD, 0x8E4C, 0x5DAE, 0x8E4D, 0x5DAF, 0x8E4E, 0x5DB0, 0x8E4F, 0x5DB1, 0x8E50, 0x5DB2, 0x8E51, - 0x5DB3, 0x8E52, 0x5DB4, 0x8E53, 0x5DB5, 0x8E54, 0x5DB6, 0x8E55, 0x5DB7, 0xE1DA, 0x5DB8, 0x8E56, 0x5DB9, 0x8E57, 0x5DBA, 0x8E58, - 0x5DBB, 0x8E59, 0x5DBC, 0x8E5A, 0x5DBD, 0x8E5B, 0x5DBE, 0x8E5C, 0x5DBF, 0x8E5D, 0x5DC0, 0x8E5E, 0x5DC1, 0x8E5F, 0x5DC2, 0x8E60, - 0x5DC3, 0x8E61, 0x5DC4, 0x8E62, 0x5DC5, 0xE1DB, 0x5DC6, 0x8E63, 0x5DC7, 0x8E64, 0x5DC8, 0x8E65, 0x5DC9, 0x8E66, 0x5DCA, 0x8E67, - 0x5DCB, 0x8E68, 0x5DCC, 0x8E69, 0x5DCD, 0xCEA1, 0x5DCE, 0x8E6A, 0x5DCF, 0x8E6B, 0x5DD0, 0x8E6C, 0x5DD1, 0x8E6D, 0x5DD2, 0x8E6E, - 0x5DD3, 0x8E6F, 0x5DD4, 0x8E70, 0x5DD5, 0x8E71, 0x5DD6, 0x8E72, 0x5DD7, 0x8E73, 0x5DD8, 0x8E74, 0x5DD9, 0x8E75, 0x5DDA, 0x8E76, - 0x5DDB, 0xE7DD, 0x5DDC, 0x8E77, 0x5DDD, 0xB4A8, 0x5DDE, 0xD6DD, 0x5DDF, 0x8E78, 0x5DE0, 0x8E79, 0x5DE1, 0xD1B2, 0x5DE2, 0xB3B2, - 0x5DE3, 0x8E7A, 0x5DE4, 0x8E7B, 0x5DE5, 0xB9A4, 0x5DE6, 0xD7F3, 0x5DE7, 0xC7C9, 0x5DE8, 0xBEDE, 0x5DE9, 0xB9AE, 0x5DEA, 0x8E7C, - 0x5DEB, 0xCED7, 0x5DEC, 0x8E7D, 0x5DED, 0x8E7E, 0x5DEE, 0xB2EE, 0x5DEF, 0xDBCF, 0x5DF0, 0x8E80, 0x5DF1, 0xBCBA, 0x5DF2, 0xD2D1, - 0x5DF3, 0xCBC8, 0x5DF4, 0xB0CD, 0x5DF5, 0x8E81, 0x5DF6, 0x8E82, 0x5DF7, 0xCFEF, 0x5DF8, 0x8E83, 0x5DF9, 0x8E84, 0x5DFA, 0x8E85, - 0x5DFB, 0x8E86, 0x5DFC, 0x8E87, 0x5DFD, 0xD9E3, 0x5DFE, 0xBDED, 0x5DFF, 0x8E88, 0x5E00, 0x8E89, 0x5E01, 0xB1D2, 0x5E02, 0xCAD0, - 0x5E03, 0xB2BC, 0x5E04, 0x8E8A, 0x5E05, 0xCBA7, 0x5E06, 0xB7AB, 0x5E07, 0x8E8B, 0x5E08, 0xCAA6, 0x5E09, 0x8E8C, 0x5E0A, 0x8E8D, - 0x5E0B, 0x8E8E, 0x5E0C, 0xCFA3, 0x5E0D, 0x8E8F, 0x5E0E, 0x8E90, 0x5E0F, 0xE0F8, 0x5E10, 0xD5CA, 0x5E11, 0xE0FB, 0x5E12, 0x8E91, - 0x5E13, 0x8E92, 0x5E14, 0xE0FA, 0x5E15, 0xC5C1, 0x5E16, 0xCCFB, 0x5E17, 0x8E93, 0x5E18, 0xC1B1, 0x5E19, 0xE0F9, 0x5E1A, 0xD6E3, - 0x5E1B, 0xB2AF, 0x5E1C, 0xD6C4, 0x5E1D, 0xB5DB, 0x5E1E, 0x8E94, 0x5E1F, 0x8E95, 0x5E20, 0x8E96, 0x5E21, 0x8E97, 0x5E22, 0x8E98, - 0x5E23, 0x8E99, 0x5E24, 0x8E9A, 0x5E25, 0x8E9B, 0x5E26, 0xB4F8, 0x5E27, 0xD6A1, 0x5E28, 0x8E9C, 0x5E29, 0x8E9D, 0x5E2A, 0x8E9E, - 0x5E2B, 0x8E9F, 0x5E2C, 0x8EA0, 0x5E2D, 0xCFAF, 0x5E2E, 0xB0EF, 0x5E2F, 0x8EA1, 0x5E30, 0x8EA2, 0x5E31, 0xE0FC, 0x5E32, 0x8EA3, - 0x5E33, 0x8EA4, 0x5E34, 0x8EA5, 0x5E35, 0x8EA6, 0x5E36, 0x8EA7, 0x5E37, 0xE1A1, 0x5E38, 0xB3A3, 0x5E39, 0x8EA8, 0x5E3A, 0x8EA9, - 0x5E3B, 0xE0FD, 0x5E3C, 0xE0FE, 0x5E3D, 0xC3B1, 0x5E3E, 0x8EAA, 0x5E3F, 0x8EAB, 0x5E40, 0x8EAC, 0x5E41, 0x8EAD, 0x5E42, 0xC3DD, - 0x5E43, 0x8EAE, 0x5E44, 0xE1A2, 0x5E45, 0xB7F9, 0x5E46, 0x8EAF, 0x5E47, 0x8EB0, 0x5E48, 0x8EB1, 0x5E49, 0x8EB2, 0x5E4A, 0x8EB3, - 0x5E4B, 0x8EB4, 0x5E4C, 0xBBCF, 0x5E4D, 0x8EB5, 0x5E4E, 0x8EB6, 0x5E4F, 0x8EB7, 0x5E50, 0x8EB8, 0x5E51, 0x8EB9, 0x5E52, 0x8EBA, - 0x5E53, 0x8EBB, 0x5E54, 0xE1A3, 0x5E55, 0xC4BB, 0x5E56, 0x8EBC, 0x5E57, 0x8EBD, 0x5E58, 0x8EBE, 0x5E59, 0x8EBF, 0x5E5A, 0x8EC0, - 0x5E5B, 0xE1A4, 0x5E5C, 0x8EC1, 0x5E5D, 0x8EC2, 0x5E5E, 0xE1A5, 0x5E5F, 0x8EC3, 0x5E60, 0x8EC4, 0x5E61, 0xE1A6, 0x5E62, 0xB4B1, - 0x5E63, 0x8EC5, 0x5E64, 0x8EC6, 0x5E65, 0x8EC7, 0x5E66, 0x8EC8, 0x5E67, 0x8EC9, 0x5E68, 0x8ECA, 0x5E69, 0x8ECB, 0x5E6A, 0x8ECC, - 0x5E6B, 0x8ECD, 0x5E6C, 0x8ECE, 0x5E6D, 0x8ECF, 0x5E6E, 0x8ED0, 0x5E6F, 0x8ED1, 0x5E70, 0x8ED2, 0x5E71, 0x8ED3, 0x5E72, 0xB8C9, - 0x5E73, 0xC6BD, 0x5E74, 0xC4EA, 0x5E75, 0x8ED4, 0x5E76, 0xB2A2, 0x5E77, 0x8ED5, 0x5E78, 0xD0D2, 0x5E79, 0x8ED6, 0x5E7A, 0xE7DB, - 0x5E7B, 0xBBC3, 0x5E7C, 0xD3D7, 0x5E7D, 0xD3C4, 0x5E7E, 0x8ED7, 0x5E7F, 0xB9E3, 0x5E80, 0xE2CF, 0x5E81, 0x8ED8, 0x5E82, 0x8ED9, - 0x5E83, 0x8EDA, 0x5E84, 0xD7AF, 0x5E85, 0x8EDB, 0x5E86, 0xC7EC, 0x5E87, 0xB1D3, 0x5E88, 0x8EDC, 0x5E89, 0x8EDD, 0x5E8A, 0xB4B2, - 0x5E8B, 0xE2D1, 0x5E8C, 0x8EDE, 0x5E8D, 0x8EDF, 0x5E8E, 0x8EE0, 0x5E8F, 0xD0F2, 0x5E90, 0xC2AE, 0x5E91, 0xE2D0, 0x5E92, 0x8EE1, - 0x5E93, 0xBFE2, 0x5E94, 0xD3A6, 0x5E95, 0xB5D7, 0x5E96, 0xE2D2, 0x5E97, 0xB5EA, 0x5E98, 0x8EE2, 0x5E99, 0xC3ED, 0x5E9A, 0xB8FD, - 0x5E9B, 0x8EE3, 0x5E9C, 0xB8AE, 0x5E9D, 0x8EE4, 0x5E9E, 0xC5D3, 0x5E9F, 0xB7CF, 0x5EA0, 0xE2D4, 0x5EA1, 0x8EE5, 0x5EA2, 0x8EE6, - 0x5EA3, 0x8EE7, 0x5EA4, 0x8EE8, 0x5EA5, 0xE2D3, 0x5EA6, 0xB6C8, 0x5EA7, 0xD7F9, 0x5EA8, 0x8EE9, 0x5EA9, 0x8EEA, 0x5EAA, 0x8EEB, - 0x5EAB, 0x8EEC, 0x5EAC, 0x8EED, 0x5EAD, 0xCDA5, 0x5EAE, 0x8EEE, 0x5EAF, 0x8EEF, 0x5EB0, 0x8EF0, 0x5EB1, 0x8EF1, 0x5EB2, 0x8EF2, - 0x5EB3, 0xE2D8, 0x5EB4, 0x8EF3, 0x5EB5, 0xE2D6, 0x5EB6, 0xCAFC, 0x5EB7, 0xBFB5, 0x5EB8, 0xD3B9, 0x5EB9, 0xE2D5, 0x5EBA, 0x8EF4, - 0x5EBB, 0x8EF5, 0x5EBC, 0x8EF6, 0x5EBD, 0x8EF7, 0x5EBE, 0xE2D7, 0x5EBF, 0x8EF8, 0x5EC0, 0x8EF9, 0x5EC1, 0x8EFA, 0x5EC2, 0x8EFB, - 0x5EC3, 0x8EFC, 0x5EC4, 0x8EFD, 0x5EC5, 0x8EFE, 0x5EC6, 0x8F40, 0x5EC7, 0x8F41, 0x5EC8, 0x8F42, 0x5EC9, 0xC1AE, 0x5ECA, 0xC0C8, - 0x5ECB, 0x8F43, 0x5ECC, 0x8F44, 0x5ECD, 0x8F45, 0x5ECE, 0x8F46, 0x5ECF, 0x8F47, 0x5ED0, 0x8F48, 0x5ED1, 0xE2DB, 0x5ED2, 0xE2DA, - 0x5ED3, 0xC0AA, 0x5ED4, 0x8F49, 0x5ED5, 0x8F4A, 0x5ED6, 0xC1CE, 0x5ED7, 0x8F4B, 0x5ED8, 0x8F4C, 0x5ED9, 0x8F4D, 0x5EDA, 0x8F4E, - 0x5EDB, 0xE2DC, 0x5EDC, 0x8F4F, 0x5EDD, 0x8F50, 0x5EDE, 0x8F51, 0x5EDF, 0x8F52, 0x5EE0, 0x8F53, 0x5EE1, 0x8F54, 0x5EE2, 0x8F55, - 0x5EE3, 0x8F56, 0x5EE4, 0x8F57, 0x5EE5, 0x8F58, 0x5EE6, 0x8F59, 0x5EE7, 0x8F5A, 0x5EE8, 0xE2DD, 0x5EE9, 0x8F5B, 0x5EEA, 0xE2DE, - 0x5EEB, 0x8F5C, 0x5EEC, 0x8F5D, 0x5EED, 0x8F5E, 0x5EEE, 0x8F5F, 0x5EEF, 0x8F60, 0x5EF0, 0x8F61, 0x5EF1, 0x8F62, 0x5EF2, 0x8F63, - 0x5EF3, 0x8F64, 0x5EF4, 0xDBC8, 0x5EF5, 0x8F65, 0x5EF6, 0xD1D3, 0x5EF7, 0xCDA2, 0x5EF8, 0x8F66, 0x5EF9, 0x8F67, 0x5EFA, 0xBDA8, - 0x5EFB, 0x8F68, 0x5EFC, 0x8F69, 0x5EFD, 0x8F6A, 0x5EFE, 0xDEC3, 0x5EFF, 0xD8A5, 0x5F00, 0xBFAA, 0x5F01, 0xDBCD, 0x5F02, 0xD2EC, - 0x5F03, 0xC6FA, 0x5F04, 0xC5AA, 0x5F05, 0x8F6B, 0x5F06, 0x8F6C, 0x5F07, 0x8F6D, 0x5F08, 0xDEC4, 0x5F09, 0x8F6E, 0x5F0A, 0xB1D7, - 0x5F0B, 0xDFAE, 0x5F0C, 0x8F6F, 0x5F0D, 0x8F70, 0x5F0E, 0x8F71, 0x5F0F, 0xCABD, 0x5F10, 0x8F72, 0x5F11, 0xDFB1, 0x5F12, 0x8F73, - 0x5F13, 0xB9AD, 0x5F14, 0x8F74, 0x5F15, 0xD2FD, 0x5F16, 0x8F75, 0x5F17, 0xB8A5, 0x5F18, 0xBAEB, 0x5F19, 0x8F76, 0x5F1A, 0x8F77, - 0x5F1B, 0xB3DA, 0x5F1C, 0x8F78, 0x5F1D, 0x8F79, 0x5F1E, 0x8F7A, 0x5F1F, 0xB5DC, 0x5F20, 0xD5C5, 0x5F21, 0x8F7B, 0x5F22, 0x8F7C, - 0x5F23, 0x8F7D, 0x5F24, 0x8F7E, 0x5F25, 0xC3D6, 0x5F26, 0xCFD2, 0x5F27, 0xBBA1, 0x5F28, 0x8F80, 0x5F29, 0xE5F3, 0x5F2A, 0xE5F2, - 0x5F2B, 0x8F81, 0x5F2C, 0x8F82, 0x5F2D, 0xE5F4, 0x5F2E, 0x8F83, 0x5F2F, 0xCDE4, 0x5F30, 0x8F84, 0x5F31, 0xC8F5, 0x5F32, 0x8F85, - 0x5F33, 0x8F86, 0x5F34, 0x8F87, 0x5F35, 0x8F88, 0x5F36, 0x8F89, 0x5F37, 0x8F8A, 0x5F38, 0x8F8B, 0x5F39, 0xB5AF, 0x5F3A, 0xC7BF, - 0x5F3B, 0x8F8C, 0x5F3C, 0xE5F6, 0x5F3D, 0x8F8D, 0x5F3E, 0x8F8E, 0x5F3F, 0x8F8F, 0x5F40, 0xECB0, 0x5F41, 0x8F90, 0x5F42, 0x8F91, - 0x5F43, 0x8F92, 0x5F44, 0x8F93, 0x5F45, 0x8F94, 0x5F46, 0x8F95, 0x5F47, 0x8F96, 0x5F48, 0x8F97, 0x5F49, 0x8F98, 0x5F4A, 0x8F99, - 0x5F4B, 0x8F9A, 0x5F4C, 0x8F9B, 0x5F4D, 0x8F9C, 0x5F4E, 0x8F9D, 0x5F4F, 0x8F9E, 0x5F50, 0xE5E6, 0x5F51, 0x8F9F, 0x5F52, 0xB9E9, - 0x5F53, 0xB5B1, 0x5F54, 0x8FA0, 0x5F55, 0xC2BC, 0x5F56, 0xE5E8, 0x5F57, 0xE5E7, 0x5F58, 0xE5E9, 0x5F59, 0x8FA1, 0x5F5A, 0x8FA2, - 0x5F5B, 0x8FA3, 0x5F5C, 0x8FA4, 0x5F5D, 0xD2CD, 0x5F5E, 0x8FA5, 0x5F5F, 0x8FA6, 0x5F60, 0x8FA7, 0x5F61, 0xE1EA, 0x5F62, 0xD0CE, - 0x5F63, 0x8FA8, 0x5F64, 0xCDAE, 0x5F65, 0x8FA9, 0x5F66, 0xD1E5, 0x5F67, 0x8FAA, 0x5F68, 0x8FAB, 0x5F69, 0xB2CA, 0x5F6A, 0xB1EB, - 0x5F6B, 0x8FAC, 0x5F6C, 0xB1F2, 0x5F6D, 0xC5ED, 0x5F6E, 0x8FAD, 0x5F6F, 0x8FAE, 0x5F70, 0xD5C3, 0x5F71, 0xD3B0, 0x5F72, 0x8FAF, - 0x5F73, 0xE1DC, 0x5F74, 0x8FB0, 0x5F75, 0x8FB1, 0x5F76, 0x8FB2, 0x5F77, 0xE1DD, 0x5F78, 0x8FB3, 0x5F79, 0xD2DB, 0x5F7A, 0x8FB4, - 0x5F7B, 0xB3B9, 0x5F7C, 0xB1CB, 0x5F7D, 0x8FB5, 0x5F7E, 0x8FB6, 0x5F7F, 0x8FB7, 0x5F80, 0xCDF9, 0x5F81, 0xD5F7, 0x5F82, 0xE1DE, - 0x5F83, 0x8FB8, 0x5F84, 0xBEB6, 0x5F85, 0xB4FD, 0x5F86, 0x8FB9, 0x5F87, 0xE1DF, 0x5F88, 0xBADC, 0x5F89, 0xE1E0, 0x5F8A, 0xBBB2, - 0x5F8B, 0xC2C9, 0x5F8C, 0xE1E1, 0x5F8D, 0x8FBA, 0x5F8E, 0x8FBB, 0x5F8F, 0x8FBC, 0x5F90, 0xD0EC, 0x5F91, 0x8FBD, 0x5F92, 0xCDBD, - 0x5F93, 0x8FBE, 0x5F94, 0x8FBF, 0x5F95, 0xE1E2, 0x5F96, 0x8FC0, 0x5F97, 0xB5C3, 0x5F98, 0xC5C7, 0x5F99, 0xE1E3, 0x5F9A, 0x8FC1, - 0x5F9B, 0x8FC2, 0x5F9C, 0xE1E4, 0x5F9D, 0x8FC3, 0x5F9E, 0x8FC4, 0x5F9F, 0x8FC5, 0x5FA0, 0x8FC6, 0x5FA1, 0xD3F9, 0x5FA2, 0x8FC7, - 0x5FA3, 0x8FC8, 0x5FA4, 0x8FC9, 0x5FA5, 0x8FCA, 0x5FA6, 0x8FCB, 0x5FA7, 0x8FCC, 0x5FA8, 0xE1E5, 0x5FA9, 0x8FCD, 0x5FAA, 0xD1AD, - 0x5FAB, 0x8FCE, 0x5FAC, 0x8FCF, 0x5FAD, 0xE1E6, 0x5FAE, 0xCEA2, 0x5FAF, 0x8FD0, 0x5FB0, 0x8FD1, 0x5FB1, 0x8FD2, 0x5FB2, 0x8FD3, - 0x5FB3, 0x8FD4, 0x5FB4, 0x8FD5, 0x5FB5, 0xE1E7, 0x5FB6, 0x8FD6, 0x5FB7, 0xB5C2, 0x5FB8, 0x8FD7, 0x5FB9, 0x8FD8, 0x5FBA, 0x8FD9, - 0x5FBB, 0x8FDA, 0x5FBC, 0xE1E8, 0x5FBD, 0xBBD5, 0x5FBE, 0x8FDB, 0x5FBF, 0x8FDC, 0x5FC0, 0x8FDD, 0x5FC1, 0x8FDE, 0x5FC2, 0x8FDF, - 0x5FC3, 0xD0C4, 0x5FC4, 0xE2E0, 0x5FC5, 0xB1D8, 0x5FC6, 0xD2E4, 0x5FC7, 0x8FE0, 0x5FC8, 0x8FE1, 0x5FC9, 0xE2E1, 0x5FCA, 0x8FE2, - 0x5FCB, 0x8FE3, 0x5FCC, 0xBCC9, 0x5FCD, 0xC8CC, 0x5FCE, 0x8FE4, 0x5FCF, 0xE2E3, 0x5FD0, 0xECFE, 0x5FD1, 0xECFD, 0x5FD2, 0xDFAF, - 0x5FD3, 0x8FE5, 0x5FD4, 0x8FE6, 0x5FD5, 0x8FE7, 0x5FD6, 0xE2E2, 0x5FD7, 0xD6BE, 0x5FD8, 0xCDFC, 0x5FD9, 0xC3A6, 0x5FDA, 0x8FE8, - 0x5FDB, 0x8FE9, 0x5FDC, 0x8FEA, 0x5FDD, 0xE3C3, 0x5FDE, 0x8FEB, 0x5FDF, 0x8FEC, 0x5FE0, 0xD6D2, 0x5FE1, 0xE2E7, 0x5FE2, 0x8FED, - 0x5FE3, 0x8FEE, 0x5FE4, 0xE2E8, 0x5FE5, 0x8FEF, 0x5FE6, 0x8FF0, 0x5FE7, 0xD3C7, 0x5FE8, 0x8FF1, 0x5FE9, 0x8FF2, 0x5FEA, 0xE2EC, - 0x5FEB, 0xBFEC, 0x5FEC, 0x8FF3, 0x5FED, 0xE2ED, 0x5FEE, 0xE2E5, 0x5FEF, 0x8FF4, 0x5FF0, 0x8FF5, 0x5FF1, 0xB3C0, 0x5FF2, 0x8FF6, - 0x5FF3, 0x8FF7, 0x5FF4, 0x8FF8, 0x5FF5, 0xC4EE, 0x5FF6, 0x8FF9, 0x5FF7, 0x8FFA, 0x5FF8, 0xE2EE, 0x5FF9, 0x8FFB, 0x5FFA, 0x8FFC, - 0x5FFB, 0xD0C3, 0x5FFC, 0x8FFD, 0x5FFD, 0xBAF6, 0x5FFE, 0xE2E9, 0x5FFF, 0xB7DE, 0x6000, 0xBBB3, 0x6001, 0xCCAC, 0x6002, 0xCBCB, - 0x6003, 0xE2E4, 0x6004, 0xE2E6, 0x6005, 0xE2EA, 0x6006, 0xE2EB, 0x6007, 0x8FFE, 0x6008, 0x9040, 0x6009, 0x9041, 0x600A, 0xE2F7, - 0x600B, 0x9042, 0x600C, 0x9043, 0x600D, 0xE2F4, 0x600E, 0xD4F5, 0x600F, 0xE2F3, 0x6010, 0x9044, 0x6011, 0x9045, 0x6012, 0xC5AD, - 0x6013, 0x9046, 0x6014, 0xD5FA, 0x6015, 0xC5C2, 0x6016, 0xB2C0, 0x6017, 0x9047, 0x6018, 0x9048, 0x6019, 0xE2EF, 0x601A, 0x9049, - 0x601B, 0xE2F2, 0x601C, 0xC1AF, 0x601D, 0xCBBC, 0x601E, 0x904A, 0x601F, 0x904B, 0x6020, 0xB5A1, 0x6021, 0xE2F9, 0x6022, 0x904C, - 0x6023, 0x904D, 0x6024, 0x904E, 0x6025, 0xBCB1, 0x6026, 0xE2F1, 0x6027, 0xD0D4, 0x6028, 0xD4B9, 0x6029, 0xE2F5, 0x602A, 0xB9D6, - 0x602B, 0xE2F6, 0x602C, 0x904F, 0x602D, 0x9050, 0x602E, 0x9051, 0x602F, 0xC7D3, 0x6030, 0x9052, 0x6031, 0x9053, 0x6032, 0x9054, - 0x6033, 0x9055, 0x6034, 0x9056, 0x6035, 0xE2F0, 0x6036, 0x9057, 0x6037, 0x9058, 0x6038, 0x9059, 0x6039, 0x905A, 0x603A, 0x905B, - 0x603B, 0xD7DC, 0x603C, 0xEDA1, 0x603D, 0x905C, 0x603E, 0x905D, 0x603F, 0xE2F8, 0x6040, 0x905E, 0x6041, 0xEDA5, 0x6042, 0xE2FE, - 0x6043, 0xCAD1, 0x6044, 0x905F, 0x6045, 0x9060, 0x6046, 0x9061, 0x6047, 0x9062, 0x6048, 0x9063, 0x6049, 0x9064, 0x604A, 0x9065, - 0x604B, 0xC1B5, 0x604C, 0x9066, 0x604D, 0xBBD0, 0x604E, 0x9067, 0x604F, 0x9068, 0x6050, 0xBFD6, 0x6051, 0x9069, 0x6052, 0xBAE3, - 0x6053, 0x906A, 0x6054, 0x906B, 0x6055, 0xCBA1, 0x6056, 0x906C, 0x6057, 0x906D, 0x6058, 0x906E, 0x6059, 0xEDA6, 0x605A, 0xEDA3, - 0x605B, 0x906F, 0x605C, 0x9070, 0x605D, 0xEDA2, 0x605E, 0x9071, 0x605F, 0x9072, 0x6060, 0x9073, 0x6061, 0x9074, 0x6062, 0xBBD6, - 0x6063, 0xEDA7, 0x6064, 0xD0F4, 0x6065, 0x9075, 0x6066, 0x9076, 0x6067, 0xEDA4, 0x6068, 0xBADE, 0x6069, 0xB6F7, 0x606A, 0xE3A1, - 0x606B, 0xB6B2, 0x606C, 0xCCF1, 0x606D, 0xB9A7, 0x606E, 0x9077, 0x606F, 0xCFA2, 0x6070, 0xC7A1, 0x6071, 0x9078, 0x6072, 0x9079, - 0x6073, 0xBFD2, 0x6074, 0x907A, 0x6075, 0x907B, 0x6076, 0xB6F1, 0x6077, 0x907C, 0x6078, 0xE2FA, 0x6079, 0xE2FB, 0x607A, 0xE2FD, - 0x607B, 0xE2FC, 0x607C, 0xC4D5, 0x607D, 0xE3A2, 0x607E, 0x907D, 0x607F, 0xD3C1, 0x6080, 0x907E, 0x6081, 0x9080, 0x6082, 0x9081, - 0x6083, 0xE3A7, 0x6084, 0xC7C4, 0x6085, 0x9082, 0x6086, 0x9083, 0x6087, 0x9084, 0x6088, 0x9085, 0x6089, 0xCFA4, 0x608A, 0x9086, - 0x608B, 0x9087, 0x608C, 0xE3A9, 0x608D, 0xBAB7, 0x608E, 0x9088, 0x608F, 0x9089, 0x6090, 0x908A, 0x6091, 0x908B, 0x6092, 0xE3A8, - 0x6093, 0x908C, 0x6094, 0xBBDA, 0x6095, 0x908D, 0x6096, 0xE3A3, 0x6097, 0x908E, 0x6098, 0x908F, 0x6099, 0x9090, 0x609A, 0xE3A4, - 0x609B, 0xE3AA, 0x609C, 0x9091, 0x609D, 0xE3A6, 0x609E, 0x9092, 0x609F, 0xCEF2, 0x60A0, 0xD3C6, 0x60A1, 0x9093, 0x60A2, 0x9094, - 0x60A3, 0xBBBC, 0x60A4, 0x9095, 0x60A5, 0x9096, 0x60A6, 0xD4C3, 0x60A7, 0x9097, 0x60A8, 0xC4FA, 0x60A9, 0x9098, 0x60AA, 0x9099, - 0x60AB, 0xEDA8, 0x60AC, 0xD0FC, 0x60AD, 0xE3A5, 0x60AE, 0x909A, 0x60AF, 0xC3F5, 0x60B0, 0x909B, 0x60B1, 0xE3AD, 0x60B2, 0xB1AF, - 0x60B3, 0x909C, 0x60B4, 0xE3B2, 0x60B5, 0x909D, 0x60B6, 0x909E, 0x60B7, 0x909F, 0x60B8, 0xBCC2, 0x60B9, 0x90A0, 0x60BA, 0x90A1, - 0x60BB, 0xE3AC, 0x60BC, 0xB5BF, 0x60BD, 0x90A2, 0x60BE, 0x90A3, 0x60BF, 0x90A4, 0x60C0, 0x90A5, 0x60C1, 0x90A6, 0x60C2, 0x90A7, - 0x60C3, 0x90A8, 0x60C4, 0x90A9, 0x60C5, 0xC7E9, 0x60C6, 0xE3B0, 0x60C7, 0x90AA, 0x60C8, 0x90AB, 0x60C9, 0x90AC, 0x60CA, 0xBEAA, - 0x60CB, 0xCDEF, 0x60CC, 0x90AD, 0x60CD, 0x90AE, 0x60CE, 0x90AF, 0x60CF, 0x90B0, 0x60D0, 0x90B1, 0x60D1, 0xBBF3, 0x60D2, 0x90B2, - 0x60D3, 0x90B3, 0x60D4, 0x90B4, 0x60D5, 0xCCE8, 0x60D6, 0x90B5, 0x60D7, 0x90B6, 0x60D8, 0xE3AF, 0x60D9, 0x90B7, 0x60DA, 0xE3B1, - 0x60DB, 0x90B8, 0x60DC, 0xCFA7, 0x60DD, 0xE3AE, 0x60DE, 0x90B9, 0x60DF, 0xCEA9, 0x60E0, 0xBBDD, 0x60E1, 0x90BA, 0x60E2, 0x90BB, - 0x60E3, 0x90BC, 0x60E4, 0x90BD, 0x60E5, 0x90BE, 0x60E6, 0xB5EB, 0x60E7, 0xBEE5, 0x60E8, 0xB2D2, 0x60E9, 0xB3CD, 0x60EA, 0x90BF, - 0x60EB, 0xB1B9, 0x60EC, 0xE3AB, 0x60ED, 0xB2D1, 0x60EE, 0xB5AC, 0x60EF, 0xB9DF, 0x60F0, 0xB6E8, 0x60F1, 0x90C0, 0x60F2, 0x90C1, - 0x60F3, 0xCFEB, 0x60F4, 0xE3B7, 0x60F5, 0x90C2, 0x60F6, 0xBBCC, 0x60F7, 0x90C3, 0x60F8, 0x90C4, 0x60F9, 0xC8C7, 0x60FA, 0xD0CA, - 0x60FB, 0x90C5, 0x60FC, 0x90C6, 0x60FD, 0x90C7, 0x60FE, 0x90C8, 0x60FF, 0x90C9, 0x6100, 0xE3B8, 0x6101, 0xB3EE, 0x6102, 0x90CA, - 0x6103, 0x90CB, 0x6104, 0x90CC, 0x6105, 0x90CD, 0x6106, 0xEDA9, 0x6107, 0x90CE, 0x6108, 0xD3FA, 0x6109, 0xD3E4, 0x610A, 0x90CF, - 0x610B, 0x90D0, 0x610C, 0x90D1, 0x610D, 0xEDAA, 0x610E, 0xE3B9, 0x610F, 0xD2E2, 0x6110, 0x90D2, 0x6111, 0x90D3, 0x6112, 0x90D4, - 0x6113, 0x90D5, 0x6114, 0x90D6, 0x6115, 0xE3B5, 0x6116, 0x90D7, 0x6117, 0x90D8, 0x6118, 0x90D9, 0x6119, 0x90DA, 0x611A, 0xD3DE, - 0x611B, 0x90DB, 0x611C, 0x90DC, 0x611D, 0x90DD, 0x611E, 0x90DE, 0x611F, 0xB8D0, 0x6120, 0xE3B3, 0x6121, 0x90DF, 0x6122, 0x90E0, - 0x6123, 0xE3B6, 0x6124, 0xB7DF, 0x6125, 0x90E1, 0x6126, 0xE3B4, 0x6127, 0xC0A2, 0x6128, 0x90E2, 0x6129, 0x90E3, 0x612A, 0x90E4, - 0x612B, 0xE3BA, 0x612C, 0x90E5, 0x612D, 0x90E6, 0x612E, 0x90E7, 0x612F, 0x90E8, 0x6130, 0x90E9, 0x6131, 0x90EA, 0x6132, 0x90EB, - 0x6133, 0x90EC, 0x6134, 0x90ED, 0x6135, 0x90EE, 0x6136, 0x90EF, 0x6137, 0x90F0, 0x6138, 0x90F1, 0x6139, 0x90F2, 0x613A, 0x90F3, - 0x613B, 0x90F4, 0x613C, 0x90F5, 0x613D, 0x90F6, 0x613E, 0x90F7, 0x613F, 0xD4B8, 0x6140, 0x90F8, 0x6141, 0x90F9, 0x6142, 0x90FA, - 0x6143, 0x90FB, 0x6144, 0x90FC, 0x6145, 0x90FD, 0x6146, 0x90FE, 0x6147, 0x9140, 0x6148, 0xB4C8, 0x6149, 0x9141, 0x614A, 0xE3BB, - 0x614B, 0x9142, 0x614C, 0xBBC5, 0x614D, 0x9143, 0x614E, 0xC9F7, 0x614F, 0x9144, 0x6150, 0x9145, 0x6151, 0xC9E5, 0x6152, 0x9146, - 0x6153, 0x9147, 0x6154, 0x9148, 0x6155, 0xC4BD, 0x6156, 0x9149, 0x6157, 0x914A, 0x6158, 0x914B, 0x6159, 0x914C, 0x615A, 0x914D, - 0x615B, 0x914E, 0x615C, 0x914F, 0x615D, 0xEDAB, 0x615E, 0x9150, 0x615F, 0x9151, 0x6160, 0x9152, 0x6161, 0x9153, 0x6162, 0xC2FD, - 0x6163, 0x9154, 0x6164, 0x9155, 0x6165, 0x9156, 0x6166, 0x9157, 0x6167, 0xBBDB, 0x6168, 0xBFAE, 0x6169, 0x9158, 0x616A, 0x9159, - 0x616B, 0x915A, 0x616C, 0x915B, 0x616D, 0x915C, 0x616E, 0x915D, 0x616F, 0x915E, 0x6170, 0xCEBF, 0x6171, 0x915F, 0x6172, 0x9160, - 0x6173, 0x9161, 0x6174, 0x9162, 0x6175, 0xE3BC, 0x6176, 0x9163, 0x6177, 0xBFB6, 0x6178, 0x9164, 0x6179, 0x9165, 0x617A, 0x9166, - 0x617B, 0x9167, 0x617C, 0x9168, 0x617D, 0x9169, 0x617E, 0x916A, 0x617F, 0x916B, 0x6180, 0x916C, 0x6181, 0x916D, 0x6182, 0x916E, - 0x6183, 0x916F, 0x6184, 0x9170, 0x6185, 0x9171, 0x6186, 0x9172, 0x6187, 0x9173, 0x6188, 0x9174, 0x6189, 0x9175, 0x618A, 0x9176, - 0x618B, 0xB1EF, 0x618C, 0x9177, 0x618D, 0x9178, 0x618E, 0xD4F7, 0x618F, 0x9179, 0x6190, 0x917A, 0x6191, 0x917B, 0x6192, 0x917C, - 0x6193, 0x917D, 0x6194, 0xE3BE, 0x6195, 0x917E, 0x6196, 0x9180, 0x6197, 0x9181, 0x6198, 0x9182, 0x6199, 0x9183, 0x619A, 0x9184, - 0x619B, 0x9185, 0x619C, 0x9186, 0x619D, 0xEDAD, 0x619E, 0x9187, 0x619F, 0x9188, 0x61A0, 0x9189, 0x61A1, 0x918A, 0x61A2, 0x918B, - 0x61A3, 0x918C, 0x61A4, 0x918D, 0x61A5, 0x918E, 0x61A6, 0x918F, 0x61A7, 0xE3BF, 0x61A8, 0xBAA9, 0x61A9, 0xEDAC, 0x61AA, 0x9190, - 0x61AB, 0x9191, 0x61AC, 0xE3BD, 0x61AD, 0x9192, 0x61AE, 0x9193, 0x61AF, 0x9194, 0x61B0, 0x9195, 0x61B1, 0x9196, 0x61B2, 0x9197, - 0x61B3, 0x9198, 0x61B4, 0x9199, 0x61B5, 0x919A, 0x61B6, 0x919B, 0x61B7, 0xE3C0, 0x61B8, 0x919C, 0x61B9, 0x919D, 0x61BA, 0x919E, - 0x61BB, 0x919F, 0x61BC, 0x91A0, 0x61BD, 0x91A1, 0x61BE, 0xBAB6, 0x61BF, 0x91A2, 0x61C0, 0x91A3, 0x61C1, 0x91A4, 0x61C2, 0xB6AE, - 0x61C3, 0x91A5, 0x61C4, 0x91A6, 0x61C5, 0x91A7, 0x61C6, 0x91A8, 0x61C7, 0x91A9, 0x61C8, 0xD0B8, 0x61C9, 0x91AA, 0x61CA, 0xB0C3, - 0x61CB, 0xEDAE, 0x61CC, 0x91AB, 0x61CD, 0x91AC, 0x61CE, 0x91AD, 0x61CF, 0x91AE, 0x61D0, 0x91AF, 0x61D1, 0xEDAF, 0x61D2, 0xC0C1, - 0x61D3, 0x91B0, 0x61D4, 0xE3C1, 0x61D5, 0x91B1, 0x61D6, 0x91B2, 0x61D7, 0x91B3, 0x61D8, 0x91B4, 0x61D9, 0x91B5, 0x61DA, 0x91B6, - 0x61DB, 0x91B7, 0x61DC, 0x91B8, 0x61DD, 0x91B9, 0x61DE, 0x91BA, 0x61DF, 0x91BB, 0x61E0, 0x91BC, 0x61E1, 0x91BD, 0x61E2, 0x91BE, - 0x61E3, 0x91BF, 0x61E4, 0x91C0, 0x61E5, 0x91C1, 0x61E6, 0xC5B3, 0x61E7, 0x91C2, 0x61E8, 0x91C3, 0x61E9, 0x91C4, 0x61EA, 0x91C5, - 0x61EB, 0x91C6, 0x61EC, 0x91C7, 0x61ED, 0x91C8, 0x61EE, 0x91C9, 0x61EF, 0x91CA, 0x61F0, 0x91CB, 0x61F1, 0x91CC, 0x61F2, 0x91CD, - 0x61F3, 0x91CE, 0x61F4, 0x91CF, 0x61F5, 0xE3C2, 0x61F6, 0x91D0, 0x61F7, 0x91D1, 0x61F8, 0x91D2, 0x61F9, 0x91D3, 0x61FA, 0x91D4, - 0x61FB, 0x91D5, 0x61FC, 0x91D6, 0x61FD, 0x91D7, 0x61FE, 0x91D8, 0x61FF, 0xDCB2, 0x6200, 0x91D9, 0x6201, 0x91DA, 0x6202, 0x91DB, - 0x6203, 0x91DC, 0x6204, 0x91DD, 0x6205, 0x91DE, 0x6206, 0xEDB0, 0x6207, 0x91DF, 0x6208, 0xB8EA, 0x6209, 0x91E0, 0x620A, 0xCEEC, - 0x620B, 0xEAA7, 0x620C, 0xD0E7, 0x620D, 0xCAF9, 0x620E, 0xC8D6, 0x620F, 0xCFB7, 0x6210, 0xB3C9, 0x6211, 0xCED2, 0x6212, 0xBDE4, - 0x6213, 0x91E1, 0x6214, 0x91E2, 0x6215, 0xE3DE, 0x6216, 0xBBF2, 0x6217, 0xEAA8, 0x6218, 0xD5BD, 0x6219, 0x91E3, 0x621A, 0xC6DD, - 0x621B, 0xEAA9, 0x621C, 0x91E4, 0x621D, 0x91E5, 0x621E, 0x91E6, 0x621F, 0xEAAA, 0x6220, 0x91E7, 0x6221, 0xEAAC, 0x6222, 0xEAAB, - 0x6223, 0x91E8, 0x6224, 0xEAAE, 0x6225, 0xEAAD, 0x6226, 0x91E9, 0x6227, 0x91EA, 0x6228, 0x91EB, 0x6229, 0x91EC, 0x622A, 0xBDD8, - 0x622B, 0x91ED, 0x622C, 0xEAAF, 0x622D, 0x91EE, 0x622E, 0xC2BE, 0x622F, 0x91EF, 0x6230, 0x91F0, 0x6231, 0x91F1, 0x6232, 0x91F2, - 0x6233, 0xB4C1, 0x6234, 0xB4F7, 0x6235, 0x91F3, 0x6236, 0x91F4, 0x6237, 0xBBA7, 0x6238, 0x91F5, 0x6239, 0x91F6, 0x623A, 0x91F7, - 0x623B, 0x91F8, 0x623C, 0x91F9, 0x623D, 0xECE6, 0x623E, 0xECE5, 0x623F, 0xB7BF, 0x6240, 0xCBF9, 0x6241, 0xB1E2, 0x6242, 0x91FA, - 0x6243, 0xECE7, 0x6244, 0x91FB, 0x6245, 0x91FC, 0x6246, 0x91FD, 0x6247, 0xC9C8, 0x6248, 0xECE8, 0x6249, 0xECE9, 0x624A, 0x91FE, - 0x624B, 0xCAD6, 0x624C, 0xDED0, 0x624D, 0xB2C5, 0x624E, 0xD4FA, 0x624F, 0x9240, 0x6250, 0x9241, 0x6251, 0xC6CB, 0x6252, 0xB0C7, - 0x6253, 0xB4F2, 0x6254, 0xC8D3, 0x6255, 0x9242, 0x6256, 0x9243, 0x6257, 0x9244, 0x6258, 0xCDD0, 0x6259, 0x9245, 0x625A, 0x9246, - 0x625B, 0xBFB8, 0x625C, 0x9247, 0x625D, 0x9248, 0x625E, 0x9249, 0x625F, 0x924A, 0x6260, 0x924B, 0x6261, 0x924C, 0x6262, 0x924D, - 0x6263, 0xBFDB, 0x6264, 0x924E, 0x6265, 0x924F, 0x6266, 0xC7A4, 0x6267, 0xD6B4, 0x6268, 0x9250, 0x6269, 0xC0A9, 0x626A, 0xDED1, - 0x626B, 0xC9A8, 0x626C, 0xD1EF, 0x626D, 0xC5A4, 0x626E, 0xB0E7, 0x626F, 0xB3B6, 0x6270, 0xC8C5, 0x6271, 0x9251, 0x6272, 0x9252, - 0x6273, 0xB0E2, 0x6274, 0x9253, 0x6275, 0x9254, 0x6276, 0xB7F6, 0x6277, 0x9255, 0x6278, 0x9256, 0x6279, 0xC5FA, 0x627A, 0x9257, - 0x627B, 0x9258, 0x627C, 0xB6F3, 0x627D, 0x9259, 0x627E, 0xD5D2, 0x627F, 0xB3D0, 0x6280, 0xBCBC, 0x6281, 0x925A, 0x6282, 0x925B, - 0x6283, 0x925C, 0x6284, 0xB3AD, 0x6285, 0x925D, 0x6286, 0x925E, 0x6287, 0x925F, 0x6288, 0x9260, 0x6289, 0xBEF1, 0x628A, 0xB0D1, - 0x628B, 0x9261, 0x628C, 0x9262, 0x628D, 0x9263, 0x628E, 0x9264, 0x628F, 0x9265, 0x6290, 0x9266, 0x6291, 0xD2D6, 0x6292, 0xCAE3, - 0x6293, 0xD7A5, 0x6294, 0x9267, 0x6295, 0xCDB6, 0x6296, 0xB6B6, 0x6297, 0xBFB9, 0x6298, 0xD5DB, 0x6299, 0x9268, 0x629A, 0xB8A7, - 0x629B, 0xC5D7, 0x629C, 0x9269, 0x629D, 0x926A, 0x629E, 0x926B, 0x629F, 0xDED2, 0x62A0, 0xBFD9, 0x62A1, 0xC2D5, 0x62A2, 0xC7C0, - 0x62A3, 0x926C, 0x62A4, 0xBBA4, 0x62A5, 0xB1A8, 0x62A6, 0x926D, 0x62A7, 0x926E, 0x62A8, 0xC5EA, 0x62A9, 0x926F, 0x62AA, 0x9270, - 0x62AB, 0xC5FB, 0x62AC, 0xCCA7, 0x62AD, 0x9271, 0x62AE, 0x9272, 0x62AF, 0x9273, 0x62B0, 0x9274, 0x62B1, 0xB1A7, 0x62B2, 0x9275, - 0x62B3, 0x9276, 0x62B4, 0x9277, 0x62B5, 0xB5D6, 0x62B6, 0x9278, 0x62B7, 0x9279, 0x62B8, 0x927A, 0x62B9, 0xC4A8, 0x62BA, 0x927B, - 0x62BB, 0xDED3, 0x62BC, 0xD1BA, 0x62BD, 0xB3E9, 0x62BE, 0x927C, 0x62BF, 0xC3F2, 0x62C0, 0x927D, 0x62C1, 0x927E, 0x62C2, 0xB7F7, - 0x62C3, 0x9280, 0x62C4, 0xD6F4, 0x62C5, 0xB5A3, 0x62C6, 0xB2F0, 0x62C7, 0xC4B4, 0x62C8, 0xC4E9, 0x62C9, 0xC0AD, 0x62CA, 0xDED4, - 0x62CB, 0x9281, 0x62CC, 0xB0E8, 0x62CD, 0xC5C4, 0x62CE, 0xC1E0, 0x62CF, 0x9282, 0x62D0, 0xB9D5, 0x62D1, 0x9283, 0x62D2, 0xBEDC, - 0x62D3, 0xCDD8, 0x62D4, 0xB0CE, 0x62D5, 0x9284, 0x62D6, 0xCDCF, 0x62D7, 0xDED6, 0x62D8, 0xBED0, 0x62D9, 0xD7BE, 0x62DA, 0xDED5, - 0x62DB, 0xD5D0, 0x62DC, 0xB0DD, 0x62DD, 0x9285, 0x62DE, 0x9286, 0x62DF, 0xC4E2, 0x62E0, 0x9287, 0x62E1, 0x9288, 0x62E2, 0xC2A3, - 0x62E3, 0xBCF0, 0x62E4, 0x9289, 0x62E5, 0xD3B5, 0x62E6, 0xC0B9, 0x62E7, 0xC5A1, 0x62E8, 0xB2A6, 0x62E9, 0xD4F1, 0x62EA, 0x928A, - 0x62EB, 0x928B, 0x62EC, 0xC0A8, 0x62ED, 0xCAC3, 0x62EE, 0xDED7, 0x62EF, 0xD5FC, 0x62F0, 0x928C, 0x62F1, 0xB9B0, 0x62F2, 0x928D, - 0x62F3, 0xC8AD, 0x62F4, 0xCBA9, 0x62F5, 0x928E, 0x62F6, 0xDED9, 0x62F7, 0xBFBD, 0x62F8, 0x928F, 0x62F9, 0x9290, 0x62FA, 0x9291, - 0x62FB, 0x9292, 0x62FC, 0xC6B4, 0x62FD, 0xD7A7, 0x62FE, 0xCAB0, 0x62FF, 0xC4C3, 0x6300, 0x9293, 0x6301, 0xB3D6, 0x6302, 0xB9D2, - 0x6303, 0x9294, 0x6304, 0x9295, 0x6305, 0x9296, 0x6306, 0x9297, 0x6307, 0xD6B8, 0x6308, 0xEAFC, 0x6309, 0xB0B4, 0x630A, 0x9298, - 0x630B, 0x9299, 0x630C, 0x929A, 0x630D, 0x929B, 0x630E, 0xBFE6, 0x630F, 0x929C, 0x6310, 0x929D, 0x6311, 0xCCF4, 0x6312, 0x929E, - 0x6313, 0x929F, 0x6314, 0x92A0, 0x6315, 0x92A1, 0x6316, 0xCDDA, 0x6317, 0x92A2, 0x6318, 0x92A3, 0x6319, 0x92A4, 0x631A, 0xD6BF, - 0x631B, 0xC2CE, 0x631C, 0x92A5, 0x631D, 0xCECE, 0x631E, 0xCCA2, 0x631F, 0xD0AE, 0x6320, 0xC4D3, 0x6321, 0xB5B2, 0x6322, 0xDED8, - 0x6323, 0xD5F5, 0x6324, 0xBCB7, 0x6325, 0xBBD3, 0x6326, 0x92A6, 0x6327, 0x92A7, 0x6328, 0xB0A4, 0x6329, 0x92A8, 0x632A, 0xC5B2, - 0x632B, 0xB4EC, 0x632C, 0x92A9, 0x632D, 0x92AA, 0x632E, 0x92AB, 0x632F, 0xD5F1, 0x6330, 0x92AC, 0x6331, 0x92AD, 0x6332, 0xEAFD, - 0x6333, 0x92AE, 0x6334, 0x92AF, 0x6335, 0x92B0, 0x6336, 0x92B1, 0x6337, 0x92B2, 0x6338, 0x92B3, 0x6339, 0xDEDA, 0x633A, 0xCDA6, - 0x633B, 0x92B4, 0x633C, 0x92B5, 0x633D, 0xCDEC, 0x633E, 0x92B6, 0x633F, 0x92B7, 0x6340, 0x92B8, 0x6341, 0x92B9, 0x6342, 0xCEE6, - 0x6343, 0xDEDC, 0x6344, 0x92BA, 0x6345, 0xCDB1, 0x6346, 0xC0A6, 0x6347, 0x92BB, 0x6348, 0x92BC, 0x6349, 0xD7BD, 0x634A, 0x92BD, - 0x634B, 0xDEDB, 0x634C, 0xB0C6, 0x634D, 0xBAB4, 0x634E, 0xC9D3, 0x634F, 0xC4F3, 0x6350, 0xBEE8, 0x6351, 0x92BE, 0x6352, 0x92BF, - 0x6353, 0x92C0, 0x6354, 0x92C1, 0x6355, 0xB2B6, 0x6356, 0x92C2, 0x6357, 0x92C3, 0x6358, 0x92C4, 0x6359, 0x92C5, 0x635A, 0x92C6, - 0x635B, 0x92C7, 0x635C, 0x92C8, 0x635D, 0x92C9, 0x635E, 0xC0CC, 0x635F, 0xCBF0, 0x6360, 0x92CA, 0x6361, 0xBCF1, 0x6362, 0xBBBB, - 0x6363, 0xB5B7, 0x6364, 0x92CB, 0x6365, 0x92CC, 0x6366, 0x92CD, 0x6367, 0xC5F5, 0x6368, 0x92CE, 0x6369, 0xDEE6, 0x636A, 0x92CF, - 0x636B, 0x92D0, 0x636C, 0x92D1, 0x636D, 0xDEE3, 0x636E, 0xBEDD, 0x636F, 0x92D2, 0x6370, 0x92D3, 0x6371, 0xDEDF, 0x6372, 0x92D4, - 0x6373, 0x92D5, 0x6374, 0x92D6, 0x6375, 0x92D7, 0x6376, 0xB4B7, 0x6377, 0xBDDD, 0x6378, 0x92D8, 0x6379, 0x92D9, 0x637A, 0xDEE0, - 0x637B, 0xC4ED, 0x637C, 0x92DA, 0x637D, 0x92DB, 0x637E, 0x92DC, 0x637F, 0x92DD, 0x6380, 0xCFC6, 0x6381, 0x92DE, 0x6382, 0xB5E0, - 0x6383, 0x92DF, 0x6384, 0x92E0, 0x6385, 0x92E1, 0x6386, 0x92E2, 0x6387, 0xB6DE, 0x6388, 0xCADA, 0x6389, 0xB5F4, 0x638A, 0xDEE5, - 0x638B, 0x92E3, 0x638C, 0xD5C6, 0x638D, 0x92E4, 0x638E, 0xDEE1, 0x638F, 0xCCCD, 0x6390, 0xC6FE, 0x6391, 0x92E5, 0x6392, 0xC5C5, - 0x6393, 0x92E6, 0x6394, 0x92E7, 0x6395, 0x92E8, 0x6396, 0xD2B4, 0x6397, 0x92E9, 0x6398, 0xBEF2, 0x6399, 0x92EA, 0x639A, 0x92EB, - 0x639B, 0x92EC, 0x639C, 0x92ED, 0x639D, 0x92EE, 0x639E, 0x92EF, 0x639F, 0x92F0, 0x63A0, 0xC2D3, 0x63A1, 0x92F1, 0x63A2, 0xCCBD, - 0x63A3, 0xB3B8, 0x63A4, 0x92F2, 0x63A5, 0xBDD3, 0x63A6, 0x92F3, 0x63A7, 0xBFD8, 0x63A8, 0xCDC6, 0x63A9, 0xD1DA, 0x63AA, 0xB4EB, - 0x63AB, 0x92F4, 0x63AC, 0xDEE4, 0x63AD, 0xDEDD, 0x63AE, 0xDEE7, 0x63AF, 0x92F5, 0x63B0, 0xEAFE, 0x63B1, 0x92F6, 0x63B2, 0x92F7, - 0x63B3, 0xC2B0, 0x63B4, 0xDEE2, 0x63B5, 0x92F8, 0x63B6, 0x92F9, 0x63B7, 0xD6C0, 0x63B8, 0xB5A7, 0x63B9, 0x92FA, 0x63BA, 0xB2F4, - 0x63BB, 0x92FB, 0x63BC, 0xDEE8, 0x63BD, 0x92FC, 0x63BE, 0xDEF2, 0x63BF, 0x92FD, 0x63C0, 0x92FE, 0x63C1, 0x9340, 0x63C2, 0x9341, - 0x63C3, 0x9342, 0x63C4, 0xDEED, 0x63C5, 0x9343, 0x63C6, 0xDEF1, 0x63C7, 0x9344, 0x63C8, 0x9345, 0x63C9, 0xC8E0, 0x63CA, 0x9346, - 0x63CB, 0x9347, 0x63CC, 0x9348, 0x63CD, 0xD7E1, 0x63CE, 0xDEEF, 0x63CF, 0xC3E8, 0x63D0, 0xCCE1, 0x63D1, 0x9349, 0x63D2, 0xB2E5, - 0x63D3, 0x934A, 0x63D4, 0x934B, 0x63D5, 0x934C, 0x63D6, 0xD2BE, 0x63D7, 0x934D, 0x63D8, 0x934E, 0x63D9, 0x934F, 0x63DA, 0x9350, - 0x63DB, 0x9351, 0x63DC, 0x9352, 0x63DD, 0x9353, 0x63DE, 0xDEEE, 0x63DF, 0x9354, 0x63E0, 0xDEEB, 0x63E1, 0xCED5, 0x63E2, 0x9355, - 0x63E3, 0xB4A7, 0x63E4, 0x9356, 0x63E5, 0x9357, 0x63E6, 0x9358, 0x63E7, 0x9359, 0x63E8, 0x935A, 0x63E9, 0xBFAB, 0x63EA, 0xBEBE, - 0x63EB, 0x935B, 0x63EC, 0x935C, 0x63ED, 0xBDD2, 0x63EE, 0x935D, 0x63EF, 0x935E, 0x63F0, 0x935F, 0x63F1, 0x9360, 0x63F2, 0xDEE9, - 0x63F3, 0x9361, 0x63F4, 0xD4AE, 0x63F5, 0x9362, 0x63F6, 0xDEDE, 0x63F7, 0x9363, 0x63F8, 0xDEEA, 0x63F9, 0x9364, 0x63FA, 0x9365, - 0x63FB, 0x9366, 0x63FC, 0x9367, 0x63FD, 0xC0BF, 0x63FE, 0x9368, 0x63FF, 0xDEEC, 0x6400, 0xB2F3, 0x6401, 0xB8E9, 0x6402, 0xC2A7, - 0x6403, 0x9369, 0x6404, 0x936A, 0x6405, 0xBDC1, 0x6406, 0x936B, 0x6407, 0x936C, 0x6408, 0x936D, 0x6409, 0x936E, 0x640A, 0x936F, - 0x640B, 0xDEF5, 0x640C, 0xDEF8, 0x640D, 0x9370, 0x640E, 0x9371, 0x640F, 0xB2AB, 0x6410, 0xB4A4, 0x6411, 0x9372, 0x6412, 0x9373, - 0x6413, 0xB4EA, 0x6414, 0xC9A6, 0x6415, 0x9374, 0x6416, 0x9375, 0x6417, 0x9376, 0x6418, 0x9377, 0x6419, 0x9378, 0x641A, 0x9379, - 0x641B, 0xDEF6, 0x641C, 0xCBD1, 0x641D, 0x937A, 0x641E, 0xB8E3, 0x641F, 0x937B, 0x6420, 0xDEF7, 0x6421, 0xDEFA, 0x6422, 0x937C, - 0x6423, 0x937D, 0x6424, 0x937E, 0x6425, 0x9380, 0x6426, 0xDEF9, 0x6427, 0x9381, 0x6428, 0x9382, 0x6429, 0x9383, 0x642A, 0xCCC2, - 0x642B, 0x9384, 0x642C, 0xB0E1, 0x642D, 0xB4EE, 0x642E, 0x9385, 0x642F, 0x9386, 0x6430, 0x9387, 0x6431, 0x9388, 0x6432, 0x9389, - 0x6433, 0x938A, 0x6434, 0xE5BA, 0x6435, 0x938B, 0x6436, 0x938C, 0x6437, 0x938D, 0x6438, 0x938E, 0x6439, 0x938F, 0x643A, 0xD0AF, - 0x643B, 0x9390, 0x643C, 0x9391, 0x643D, 0xB2EB, 0x643E, 0x9392, 0x643F, 0xEBA1, 0x6440, 0x9393, 0x6441, 0xDEF4, 0x6442, 0x9394, - 0x6443, 0x9395, 0x6444, 0xC9E3, 0x6445, 0xDEF3, 0x6446, 0xB0DA, 0x6447, 0xD2A1, 0x6448, 0xB1F7, 0x6449, 0x9396, 0x644A, 0xCCAF, - 0x644B, 0x9397, 0x644C, 0x9398, 0x644D, 0x9399, 0x644E, 0x939A, 0x644F, 0x939B, 0x6450, 0x939C, 0x6451, 0x939D, 0x6452, 0xDEF0, - 0x6453, 0x939E, 0x6454, 0xCBA4, 0x6455, 0x939F, 0x6456, 0x93A0, 0x6457, 0x93A1, 0x6458, 0xD5AA, 0x6459, 0x93A2, 0x645A, 0x93A3, - 0x645B, 0x93A4, 0x645C, 0x93A5, 0x645D, 0x93A6, 0x645E, 0xDEFB, 0x645F, 0x93A7, 0x6460, 0x93A8, 0x6461, 0x93A9, 0x6462, 0x93AA, - 0x6463, 0x93AB, 0x6464, 0x93AC, 0x6465, 0x93AD, 0x6466, 0x93AE, 0x6467, 0xB4DD, 0x6468, 0x93AF, 0x6469, 0xC4A6, 0x646A, 0x93B0, - 0x646B, 0x93B1, 0x646C, 0x93B2, 0x646D, 0xDEFD, 0x646E, 0x93B3, 0x646F, 0x93B4, 0x6470, 0x93B5, 0x6471, 0x93B6, 0x6472, 0x93B7, - 0x6473, 0x93B8, 0x6474, 0x93B9, 0x6475, 0x93BA, 0x6476, 0x93BB, 0x6477, 0x93BC, 0x6478, 0xC3FE, 0x6479, 0xC4A1, 0x647A, 0xDFA1, - 0x647B, 0x93BD, 0x647C, 0x93BE, 0x647D, 0x93BF, 0x647E, 0x93C0, 0x647F, 0x93C1, 0x6480, 0x93C2, 0x6481, 0x93C3, 0x6482, 0xC1CC, - 0x6483, 0x93C4, 0x6484, 0xDEFC, 0x6485, 0xBEEF, 0x6486, 0x93C5, 0x6487, 0xC6B2, 0x6488, 0x93C6, 0x6489, 0x93C7, 0x648A, 0x93C8, - 0x648B, 0x93C9, 0x648C, 0x93CA, 0x648D, 0x93CB, 0x648E, 0x93CC, 0x648F, 0x93CD, 0x6490, 0x93CE, 0x6491, 0xB3C5, 0x6492, 0xC8F6, - 0x6493, 0x93CF, 0x6494, 0x93D0, 0x6495, 0xCBBA, 0x6496, 0xDEFE, 0x6497, 0x93D1, 0x6498, 0x93D2, 0x6499, 0xDFA4, 0x649A, 0x93D3, - 0x649B, 0x93D4, 0x649C, 0x93D5, 0x649D, 0x93D6, 0x649E, 0xD7B2, 0x649F, 0x93D7, 0x64A0, 0x93D8, 0x64A1, 0x93D9, 0x64A2, 0x93DA, - 0x64A3, 0x93DB, 0x64A4, 0xB3B7, 0x64A5, 0x93DC, 0x64A6, 0x93DD, 0x64A7, 0x93DE, 0x64A8, 0x93DF, 0x64A9, 0xC1C3, 0x64AA, 0x93E0, - 0x64AB, 0x93E1, 0x64AC, 0xC7CB, 0x64AD, 0xB2A5, 0x64AE, 0xB4E9, 0x64AF, 0x93E2, 0x64B0, 0xD7AB, 0x64B1, 0x93E3, 0x64B2, 0x93E4, - 0x64B3, 0x93E5, 0x64B4, 0x93E6, 0x64B5, 0xC4EC, 0x64B6, 0x93E7, 0x64B7, 0xDFA2, 0x64B8, 0xDFA3, 0x64B9, 0x93E8, 0x64BA, 0xDFA5, - 0x64BB, 0x93E9, 0x64BC, 0xBAB3, 0x64BD, 0x93EA, 0x64BE, 0x93EB, 0x64BF, 0x93EC, 0x64C0, 0xDFA6, 0x64C1, 0x93ED, 0x64C2, 0xC0DE, - 0x64C3, 0x93EE, 0x64C4, 0x93EF, 0x64C5, 0xC9C3, 0x64C6, 0x93F0, 0x64C7, 0x93F1, 0x64C8, 0x93F2, 0x64C9, 0x93F3, 0x64CA, 0x93F4, - 0x64CB, 0x93F5, 0x64CC, 0x93F6, 0x64CD, 0xB2D9, 0x64CE, 0xC7E6, 0x64CF, 0x93F7, 0x64D0, 0xDFA7, 0x64D1, 0x93F8, 0x64D2, 0xC7DC, - 0x64D3, 0x93F9, 0x64D4, 0x93FA, 0x64D5, 0x93FB, 0x64D6, 0x93FC, 0x64D7, 0xDFA8, 0x64D8, 0xEBA2, 0x64D9, 0x93FD, 0x64DA, 0x93FE, - 0x64DB, 0x9440, 0x64DC, 0x9441, 0x64DD, 0x9442, 0x64DE, 0xCBD3, 0x64DF, 0x9443, 0x64E0, 0x9444, 0x64E1, 0x9445, 0x64E2, 0xDFAA, - 0x64E3, 0x9446, 0x64E4, 0xDFA9, 0x64E5, 0x9447, 0x64E6, 0xB2C1, 0x64E7, 0x9448, 0x64E8, 0x9449, 0x64E9, 0x944A, 0x64EA, 0x944B, - 0x64EB, 0x944C, 0x64EC, 0x944D, 0x64ED, 0x944E, 0x64EE, 0x944F, 0x64EF, 0x9450, 0x64F0, 0x9451, 0x64F1, 0x9452, 0x64F2, 0x9453, - 0x64F3, 0x9454, 0x64F4, 0x9455, 0x64F5, 0x9456, 0x64F6, 0x9457, 0x64F7, 0x9458, 0x64F8, 0x9459, 0x64F9, 0x945A, 0x64FA, 0x945B, - 0x64FB, 0x945C, 0x64FC, 0x945D, 0x64FD, 0x945E, 0x64FE, 0x945F, 0x64FF, 0x9460, 0x6500, 0xC5CA, 0x6501, 0x9461, 0x6502, 0x9462, - 0x6503, 0x9463, 0x6504, 0x9464, 0x6505, 0x9465, 0x6506, 0x9466, 0x6507, 0x9467, 0x6508, 0x9468, 0x6509, 0xDFAB, 0x650A, 0x9469, - 0x650B, 0x946A, 0x650C, 0x946B, 0x650D, 0x946C, 0x650E, 0x946D, 0x650F, 0x946E, 0x6510, 0x946F, 0x6511, 0x9470, 0x6512, 0xD4DC, - 0x6513, 0x9471, 0x6514, 0x9472, 0x6515, 0x9473, 0x6516, 0x9474, 0x6517, 0x9475, 0x6518, 0xC8C1, 0x6519, 0x9476, 0x651A, 0x9477, - 0x651B, 0x9478, 0x651C, 0x9479, 0x651D, 0x947A, 0x651E, 0x947B, 0x651F, 0x947C, 0x6520, 0x947D, 0x6521, 0x947E, 0x6522, 0x9480, - 0x6523, 0x9481, 0x6524, 0x9482, 0x6525, 0xDFAC, 0x6526, 0x9483, 0x6527, 0x9484, 0x6528, 0x9485, 0x6529, 0x9486, 0x652A, 0x9487, - 0x652B, 0xBEF0, 0x652C, 0x9488, 0x652D, 0x9489, 0x652E, 0xDFAD, 0x652F, 0xD6A7, 0x6530, 0x948A, 0x6531, 0x948B, 0x6532, 0x948C, - 0x6533, 0x948D, 0x6534, 0xEAB7, 0x6535, 0xEBB6, 0x6536, 0xCAD5, 0x6537, 0x948E, 0x6538, 0xD8FC, 0x6539, 0xB8C4, 0x653A, 0x948F, - 0x653B, 0xB9A5, 0x653C, 0x9490, 0x653D, 0x9491, 0x653E, 0xB7C5, 0x653F, 0xD5FE, 0x6540, 0x9492, 0x6541, 0x9493, 0x6542, 0x9494, - 0x6543, 0x9495, 0x6544, 0x9496, 0x6545, 0xB9CA, 0x6546, 0x9497, 0x6547, 0x9498, 0x6548, 0xD0A7, 0x6549, 0xF4CD, 0x654A, 0x9499, - 0x654B, 0x949A, 0x654C, 0xB5D0, 0x654D, 0x949B, 0x654E, 0x949C, 0x654F, 0xC3F4, 0x6550, 0x949D, 0x6551, 0xBEC8, 0x6552, 0x949E, - 0x6553, 0x949F, 0x6554, 0x94A0, 0x6555, 0xEBB7, 0x6556, 0xB0BD, 0x6557, 0x94A1, 0x6558, 0x94A2, 0x6559, 0xBDCC, 0x655A, 0x94A3, - 0x655B, 0xC1B2, 0x655C, 0x94A4, 0x655D, 0xB1D6, 0x655E, 0xB3A8, 0x655F, 0x94A5, 0x6560, 0x94A6, 0x6561, 0x94A7, 0x6562, 0xB8D2, - 0x6563, 0xC9A2, 0x6564, 0x94A8, 0x6565, 0x94A9, 0x6566, 0xB6D8, 0x6567, 0x94AA, 0x6568, 0x94AB, 0x6569, 0x94AC, 0x656A, 0x94AD, - 0x656B, 0xEBB8, 0x656C, 0xBEB4, 0x656D, 0x94AE, 0x656E, 0x94AF, 0x656F, 0x94B0, 0x6570, 0xCAFD, 0x6571, 0x94B1, 0x6572, 0xC7C3, - 0x6573, 0x94B2, 0x6574, 0xD5FB, 0x6575, 0x94B3, 0x6576, 0x94B4, 0x6577, 0xB7F3, 0x6578, 0x94B5, 0x6579, 0x94B6, 0x657A, 0x94B7, - 0x657B, 0x94B8, 0x657C, 0x94B9, 0x657D, 0x94BA, 0x657E, 0x94BB, 0x657F, 0x94BC, 0x6580, 0x94BD, 0x6581, 0x94BE, 0x6582, 0x94BF, - 0x6583, 0x94C0, 0x6584, 0x94C1, 0x6585, 0x94C2, 0x6586, 0x94C3, 0x6587, 0xCEC4, 0x6588, 0x94C4, 0x6589, 0x94C5, 0x658A, 0x94C6, - 0x658B, 0xD5AB, 0x658C, 0xB1F3, 0x658D, 0x94C7, 0x658E, 0x94C8, 0x658F, 0x94C9, 0x6590, 0xECB3, 0x6591, 0xB0DF, 0x6592, 0x94CA, - 0x6593, 0xECB5, 0x6594, 0x94CB, 0x6595, 0x94CC, 0x6596, 0x94CD, 0x6597, 0xB6B7, 0x6598, 0x94CE, 0x6599, 0xC1CF, 0x659A, 0x94CF, - 0x659B, 0xF5FA, 0x659C, 0xD0B1, 0x659D, 0x94D0, 0x659E, 0x94D1, 0x659F, 0xD5E5, 0x65A0, 0x94D2, 0x65A1, 0xCED3, 0x65A2, 0x94D3, - 0x65A3, 0x94D4, 0x65A4, 0xBDEF, 0x65A5, 0xB3E2, 0x65A6, 0x94D5, 0x65A7, 0xB8AB, 0x65A8, 0x94D6, 0x65A9, 0xD5B6, 0x65AA, 0x94D7, - 0x65AB, 0xEDBD, 0x65AC, 0x94D8, 0x65AD, 0xB6CF, 0x65AE, 0x94D9, 0x65AF, 0xCBB9, 0x65B0, 0xD0C2, 0x65B1, 0x94DA, 0x65B2, 0x94DB, - 0x65B3, 0x94DC, 0x65B4, 0x94DD, 0x65B5, 0x94DE, 0x65B6, 0x94DF, 0x65B7, 0x94E0, 0x65B8, 0x94E1, 0x65B9, 0xB7BD, 0x65BA, 0x94E2, - 0x65BB, 0x94E3, 0x65BC, 0xECB6, 0x65BD, 0xCAA9, 0x65BE, 0x94E4, 0x65BF, 0x94E5, 0x65C0, 0x94E6, 0x65C1, 0xC5D4, 0x65C2, 0x94E7, - 0x65C3, 0xECB9, 0x65C4, 0xECB8, 0x65C5, 0xC2C3, 0x65C6, 0xECB7, 0x65C7, 0x94E8, 0x65C8, 0x94E9, 0x65C9, 0x94EA, 0x65CA, 0x94EB, - 0x65CB, 0xD0FD, 0x65CC, 0xECBA, 0x65CD, 0x94EC, 0x65CE, 0xECBB, 0x65CF, 0xD7E5, 0x65D0, 0x94ED, 0x65D1, 0x94EE, 0x65D2, 0xECBC, - 0x65D3, 0x94EF, 0x65D4, 0x94F0, 0x65D5, 0x94F1, 0x65D6, 0xECBD, 0x65D7, 0xC6EC, 0x65D8, 0x94F2, 0x65D9, 0x94F3, 0x65DA, 0x94F4, - 0x65DB, 0x94F5, 0x65DC, 0x94F6, 0x65DD, 0x94F7, 0x65DE, 0x94F8, 0x65DF, 0x94F9, 0x65E0, 0xCEDE, 0x65E1, 0x94FA, 0x65E2, 0xBCC8, - 0x65E3, 0x94FB, 0x65E4, 0x94FC, 0x65E5, 0xC8D5, 0x65E6, 0xB5A9, 0x65E7, 0xBEC9, 0x65E8, 0xD6BC, 0x65E9, 0xD4E7, 0x65EA, 0x94FD, - 0x65EB, 0x94FE, 0x65EC, 0xD1AE, 0x65ED, 0xD0F1, 0x65EE, 0xEAB8, 0x65EF, 0xEAB9, 0x65F0, 0xEABA, 0x65F1, 0xBAB5, 0x65F2, 0x9540, - 0x65F3, 0x9541, 0x65F4, 0x9542, 0x65F5, 0x9543, 0x65F6, 0xCAB1, 0x65F7, 0xBFF5, 0x65F8, 0x9544, 0x65F9, 0x9545, 0x65FA, 0xCDFA, - 0x65FB, 0x9546, 0x65FC, 0x9547, 0x65FD, 0x9548, 0x65FE, 0x9549, 0x65FF, 0x954A, 0x6600, 0xEAC0, 0x6601, 0x954B, 0x6602, 0xB0BA, - 0x6603, 0xEABE, 0x6604, 0x954C, 0x6605, 0x954D, 0x6606, 0xC0A5, 0x6607, 0x954E, 0x6608, 0x954F, 0x6609, 0x9550, 0x660A, 0xEABB, - 0x660B, 0x9551, 0x660C, 0xB2FD, 0x660D, 0x9552, 0x660E, 0xC3F7, 0x660F, 0xBBE8, 0x6610, 0x9553, 0x6611, 0x9554, 0x6612, 0x9555, - 0x6613, 0xD2D7, 0x6614, 0xCEF4, 0x6615, 0xEABF, 0x6616, 0x9556, 0x6617, 0x9557, 0x6618, 0x9558, 0x6619, 0xEABC, 0x661A, 0x9559, - 0x661B, 0x955A, 0x661C, 0x955B, 0x661D, 0xEAC3, 0x661E, 0x955C, 0x661F, 0xD0C7, 0x6620, 0xD3B3, 0x6621, 0x955D, 0x6622, 0x955E, - 0x6623, 0x955F, 0x6624, 0x9560, 0x6625, 0xB4BA, 0x6626, 0x9561, 0x6627, 0xC3C1, 0x6628, 0xD7F2, 0x6629, 0x9562, 0x662A, 0x9563, - 0x662B, 0x9564, 0x662C, 0x9565, 0x662D, 0xD5D1, 0x662E, 0x9566, 0x662F, 0xCAC7, 0x6630, 0x9567, 0x6631, 0xEAC5, 0x6632, 0x9568, - 0x6633, 0x9569, 0x6634, 0xEAC4, 0x6635, 0xEAC7, 0x6636, 0xEAC6, 0x6637, 0x956A, 0x6638, 0x956B, 0x6639, 0x956C, 0x663A, 0x956D, - 0x663B, 0x956E, 0x663C, 0xD6E7, 0x663D, 0x956F, 0x663E, 0xCFD4, 0x663F, 0x9570, 0x6640, 0x9571, 0x6641, 0xEACB, 0x6642, 0x9572, - 0x6643, 0xBBCE, 0x6644, 0x9573, 0x6645, 0x9574, 0x6646, 0x9575, 0x6647, 0x9576, 0x6648, 0x9577, 0x6649, 0x9578, 0x664A, 0x9579, - 0x664B, 0xBDFA, 0x664C, 0xC9CE, 0x664D, 0x957A, 0x664E, 0x957B, 0x664F, 0xEACC, 0x6650, 0x957C, 0x6651, 0x957D, 0x6652, 0xC9B9, - 0x6653, 0xCFFE, 0x6654, 0xEACA, 0x6655, 0xD4CE, 0x6656, 0xEACD, 0x6657, 0xEACF, 0x6658, 0x957E, 0x6659, 0x9580, 0x665A, 0xCDED, - 0x665B, 0x9581, 0x665C, 0x9582, 0x665D, 0x9583, 0x665E, 0x9584, 0x665F, 0xEAC9, 0x6660, 0x9585, 0x6661, 0xEACE, 0x6662, 0x9586, - 0x6663, 0x9587, 0x6664, 0xCEEE, 0x6665, 0x9588, 0x6666, 0xBBDE, 0x6667, 0x9589, 0x6668, 0xB3BF, 0x6669, 0x958A, 0x666A, 0x958B, - 0x666B, 0x958C, 0x666C, 0x958D, 0x666D, 0x958E, 0x666E, 0xC6D5, 0x666F, 0xBEB0, 0x6670, 0xCEFA, 0x6671, 0x958F, 0x6672, 0x9590, - 0x6673, 0x9591, 0x6674, 0xC7E7, 0x6675, 0x9592, 0x6676, 0xBEA7, 0x6677, 0xEAD0, 0x6678, 0x9593, 0x6679, 0x9594, 0x667A, 0xD6C7, - 0x667B, 0x9595, 0x667C, 0x9596, 0x667D, 0x9597, 0x667E, 0xC1C0, 0x667F, 0x9598, 0x6680, 0x9599, 0x6681, 0x959A, 0x6682, 0xD4DD, - 0x6683, 0x959B, 0x6684, 0xEAD1, 0x6685, 0x959C, 0x6686, 0x959D, 0x6687, 0xCFBE, 0x6688, 0x959E, 0x6689, 0x959F, 0x668A, 0x95A0, - 0x668B, 0x95A1, 0x668C, 0xEAD2, 0x668D, 0x95A2, 0x668E, 0x95A3, 0x668F, 0x95A4, 0x6690, 0x95A5, 0x6691, 0xCAEE, 0x6692, 0x95A6, - 0x6693, 0x95A7, 0x6694, 0x95A8, 0x6695, 0x95A9, 0x6696, 0xC5AF, 0x6697, 0xB0B5, 0x6698, 0x95AA, 0x6699, 0x95AB, 0x669A, 0x95AC, - 0x669B, 0x95AD, 0x669C, 0x95AE, 0x669D, 0xEAD4, 0x669E, 0x95AF, 0x669F, 0x95B0, 0x66A0, 0x95B1, 0x66A1, 0x95B2, 0x66A2, 0x95B3, - 0x66A3, 0x95B4, 0x66A4, 0x95B5, 0x66A5, 0x95B6, 0x66A6, 0x95B7, 0x66A7, 0xEAD3, 0x66A8, 0xF4DF, 0x66A9, 0x95B8, 0x66AA, 0x95B9, - 0x66AB, 0x95BA, 0x66AC, 0x95BB, 0x66AD, 0x95BC, 0x66AE, 0xC4BA, 0x66AF, 0x95BD, 0x66B0, 0x95BE, 0x66B1, 0x95BF, 0x66B2, 0x95C0, - 0x66B3, 0x95C1, 0x66B4, 0xB1A9, 0x66B5, 0x95C2, 0x66B6, 0x95C3, 0x66B7, 0x95C4, 0x66B8, 0x95C5, 0x66B9, 0xE5DF, 0x66BA, 0x95C6, - 0x66BB, 0x95C7, 0x66BC, 0x95C8, 0x66BD, 0x95C9, 0x66BE, 0xEAD5, 0x66BF, 0x95CA, 0x66C0, 0x95CB, 0x66C1, 0x95CC, 0x66C2, 0x95CD, - 0x66C3, 0x95CE, 0x66C4, 0x95CF, 0x66C5, 0x95D0, 0x66C6, 0x95D1, 0x66C7, 0x95D2, 0x66C8, 0x95D3, 0x66C9, 0x95D4, 0x66CA, 0x95D5, - 0x66CB, 0x95D6, 0x66CC, 0x95D7, 0x66CD, 0x95D8, 0x66CE, 0x95D9, 0x66CF, 0x95DA, 0x66D0, 0x95DB, 0x66D1, 0x95DC, 0x66D2, 0x95DD, - 0x66D3, 0x95DE, 0x66D4, 0x95DF, 0x66D5, 0x95E0, 0x66D6, 0x95E1, 0x66D7, 0x95E2, 0x66D8, 0x95E3, 0x66D9, 0xCAEF, 0x66DA, 0x95E4, - 0x66DB, 0xEAD6, 0x66DC, 0xEAD7, 0x66DD, 0xC6D8, 0x66DE, 0x95E5, 0x66DF, 0x95E6, 0x66E0, 0x95E7, 0x66E1, 0x95E8, 0x66E2, 0x95E9, - 0x66E3, 0x95EA, 0x66E4, 0x95EB, 0x66E5, 0x95EC, 0x66E6, 0xEAD8, 0x66E7, 0x95ED, 0x66E8, 0x95EE, 0x66E9, 0xEAD9, 0x66EA, 0x95EF, - 0x66EB, 0x95F0, 0x66EC, 0x95F1, 0x66ED, 0x95F2, 0x66EE, 0x95F3, 0x66EF, 0x95F4, 0x66F0, 0xD4BB, 0x66F1, 0x95F5, 0x66F2, 0xC7FA, - 0x66F3, 0xD2B7, 0x66F4, 0xB8FC, 0x66F5, 0x95F6, 0x66F6, 0x95F7, 0x66F7, 0xEAC2, 0x66F8, 0x95F8, 0x66F9, 0xB2DC, 0x66FA, 0x95F9, - 0x66FB, 0x95FA, 0x66FC, 0xC2FC, 0x66FD, 0x95FB, 0x66FE, 0xD4F8, 0x66FF, 0xCCE6, 0x6700, 0xD7EE, 0x6701, 0x95FC, 0x6702, 0x95FD, - 0x6703, 0x95FE, 0x6704, 0x9640, 0x6705, 0x9641, 0x6706, 0x9642, 0x6707, 0x9643, 0x6708, 0xD4C2, 0x6709, 0xD3D0, 0x670A, 0xEBC3, - 0x670B, 0xC5F3, 0x670C, 0x9644, 0x670D, 0xB7FE, 0x670E, 0x9645, 0x670F, 0x9646, 0x6710, 0xEBD4, 0x6711, 0x9647, 0x6712, 0x9648, - 0x6713, 0x9649, 0x6714, 0xCBB7, 0x6715, 0xEBDE, 0x6716, 0x964A, 0x6717, 0xC0CA, 0x6718, 0x964B, 0x6719, 0x964C, 0x671A, 0x964D, - 0x671B, 0xCDFB, 0x671C, 0x964E, 0x671D, 0xB3AF, 0x671E, 0x964F, 0x671F, 0xC6DA, 0x6720, 0x9650, 0x6721, 0x9651, 0x6722, 0x9652, - 0x6723, 0x9653, 0x6724, 0x9654, 0x6725, 0x9655, 0x6726, 0xEBFC, 0x6727, 0x9656, 0x6728, 0xC4BE, 0x6729, 0x9657, 0x672A, 0xCEB4, - 0x672B, 0xC4A9, 0x672C, 0xB1BE, 0x672D, 0xD4FD, 0x672E, 0x9658, 0x672F, 0xCAF5, 0x6730, 0x9659, 0x6731, 0xD6EC, 0x6732, 0x965A, - 0x6733, 0x965B, 0x6734, 0xC6D3, 0x6735, 0xB6E4, 0x6736, 0x965C, 0x6737, 0x965D, 0x6738, 0x965E, 0x6739, 0x965F, 0x673A, 0xBBFA, - 0x673B, 0x9660, 0x673C, 0x9661, 0x673D, 0xD0E0, 0x673E, 0x9662, 0x673F, 0x9663, 0x6740, 0xC9B1, 0x6741, 0x9664, 0x6742, 0xD4D3, - 0x6743, 0xC8A8, 0x6744, 0x9665, 0x6745, 0x9666, 0x6746, 0xB8CB, 0x6747, 0x9667, 0x6748, 0xE8BE, 0x6749, 0xC9BC, 0x674A, 0x9668, - 0x674B, 0x9669, 0x674C, 0xE8BB, 0x674D, 0x966A, 0x674E, 0xC0EE, 0x674F, 0xD0D3, 0x6750, 0xB2C4, 0x6751, 0xB4E5, 0x6752, 0x966B, - 0x6753, 0xE8BC, 0x6754, 0x966C, 0x6755, 0x966D, 0x6756, 0xD5C8, 0x6757, 0x966E, 0x6758, 0x966F, 0x6759, 0x9670, 0x675A, 0x9671, - 0x675B, 0x9672, 0x675C, 0xB6C5, 0x675D, 0x9673, 0x675E, 0xE8BD, 0x675F, 0xCAF8, 0x6760, 0xB8DC, 0x6761, 0xCCF5, 0x6762, 0x9674, - 0x6763, 0x9675, 0x6764, 0x9676, 0x6765, 0xC0B4, 0x6766, 0x9677, 0x6767, 0x9678, 0x6768, 0xD1EE, 0x6769, 0xE8BF, 0x676A, 0xE8C2, - 0x676B, 0x9679, 0x676C, 0x967A, 0x676D, 0xBABC, 0x676E, 0x967B, 0x676F, 0xB1AD, 0x6770, 0xBDDC, 0x6771, 0x967C, 0x6772, 0xEABD, - 0x6773, 0xE8C3, 0x6774, 0x967D, 0x6775, 0xE8C6, 0x6776, 0x967E, 0x6777, 0xE8CB, 0x6778, 0x9680, 0x6779, 0x9681, 0x677A, 0x9682, - 0x677B, 0x9683, 0x677C, 0xE8CC, 0x677D, 0x9684, 0x677E, 0xCBC9, 0x677F, 0xB0E5, 0x6780, 0x9685, 0x6781, 0xBCAB, 0x6782, 0x9686, - 0x6783, 0x9687, 0x6784, 0xB9B9, 0x6785, 0x9688, 0x6786, 0x9689, 0x6787, 0xE8C1, 0x6788, 0x968A, 0x6789, 0xCDF7, 0x678A, 0x968B, - 0x678B, 0xE8CA, 0x678C, 0x968C, 0x678D, 0x968D, 0x678E, 0x968E, 0x678F, 0x968F, 0x6790, 0xCEF6, 0x6791, 0x9690, 0x6792, 0x9691, - 0x6793, 0x9692, 0x6794, 0x9693, 0x6795, 0xD5ED, 0x6796, 0x9694, 0x6797, 0xC1D6, 0x6798, 0xE8C4, 0x6799, 0x9695, 0x679A, 0xC3B6, - 0x679B, 0x9696, 0x679C, 0xB9FB, 0x679D, 0xD6A6, 0x679E, 0xE8C8, 0x679F, 0x9697, 0x67A0, 0x9698, 0x67A1, 0x9699, 0x67A2, 0xCAE0, - 0x67A3, 0xD4E6, 0x67A4, 0x969A, 0x67A5, 0xE8C0, 0x67A6, 0x969B, 0x67A7, 0xE8C5, 0x67A8, 0xE8C7, 0x67A9, 0x969C, 0x67AA, 0xC7B9, - 0x67AB, 0xB7E3, 0x67AC, 0x969D, 0x67AD, 0xE8C9, 0x67AE, 0x969E, 0x67AF, 0xBFDD, 0x67B0, 0xE8D2, 0x67B1, 0x969F, 0x67B2, 0x96A0, - 0x67B3, 0xE8D7, 0x67B4, 0x96A1, 0x67B5, 0xE8D5, 0x67B6, 0xBCDC, 0x67B7, 0xBCCF, 0x67B8, 0xE8DB, 0x67B9, 0x96A2, 0x67BA, 0x96A3, - 0x67BB, 0x96A4, 0x67BC, 0x96A5, 0x67BD, 0x96A6, 0x67BE, 0x96A7, 0x67BF, 0x96A8, 0x67C0, 0x96A9, 0x67C1, 0xE8DE, 0x67C2, 0x96AA, - 0x67C3, 0xE8DA, 0x67C4, 0xB1FA, 0x67C5, 0x96AB, 0x67C6, 0x96AC, 0x67C7, 0x96AD, 0x67C8, 0x96AE, 0x67C9, 0x96AF, 0x67CA, 0x96B0, - 0x67CB, 0x96B1, 0x67CC, 0x96B2, 0x67CD, 0x96B3, 0x67CE, 0x96B4, 0x67CF, 0xB0D8, 0x67D0, 0xC4B3, 0x67D1, 0xB8CC, 0x67D2, 0xC6E2, - 0x67D3, 0xC8BE, 0x67D4, 0xC8E1, 0x67D5, 0x96B5, 0x67D6, 0x96B6, 0x67D7, 0x96B7, 0x67D8, 0xE8CF, 0x67D9, 0xE8D4, 0x67DA, 0xE8D6, - 0x67DB, 0x96B8, 0x67DC, 0xB9F1, 0x67DD, 0xE8D8, 0x67DE, 0xD7F5, 0x67DF, 0x96B9, 0x67E0, 0xC4FB, 0x67E1, 0x96BA, 0x67E2, 0xE8DC, - 0x67E3, 0x96BB, 0x67E4, 0x96BC, 0x67E5, 0xB2E9, 0x67E6, 0x96BD, 0x67E7, 0x96BE, 0x67E8, 0x96BF, 0x67E9, 0xE8D1, 0x67EA, 0x96C0, - 0x67EB, 0x96C1, 0x67EC, 0xBCED, 0x67ED, 0x96C2, 0x67EE, 0x96C3, 0x67EF, 0xBFC2, 0x67F0, 0xE8CD, 0x67F1, 0xD6F9, 0x67F2, 0x96C4, - 0x67F3, 0xC1F8, 0x67F4, 0xB2F1, 0x67F5, 0x96C5, 0x67F6, 0x96C6, 0x67F7, 0x96C7, 0x67F8, 0x96C8, 0x67F9, 0x96C9, 0x67FA, 0x96CA, - 0x67FB, 0x96CB, 0x67FC, 0x96CC, 0x67FD, 0xE8DF, 0x67FE, 0x96CD, 0x67FF, 0xCAC1, 0x6800, 0xE8D9, 0x6801, 0x96CE, 0x6802, 0x96CF, - 0x6803, 0x96D0, 0x6804, 0x96D1, 0x6805, 0xD5A4, 0x6806, 0x96D2, 0x6807, 0xB1EA, 0x6808, 0xD5BB, 0x6809, 0xE8CE, 0x680A, 0xE8D0, - 0x680B, 0xB6B0, 0x680C, 0xE8D3, 0x680D, 0x96D3, 0x680E, 0xE8DD, 0x680F, 0xC0B8, 0x6810, 0x96D4, 0x6811, 0xCAF7, 0x6812, 0x96D5, - 0x6813, 0xCBA8, 0x6814, 0x96D6, 0x6815, 0x96D7, 0x6816, 0xC6DC, 0x6817, 0xC0F5, 0x6818, 0x96D8, 0x6819, 0x96D9, 0x681A, 0x96DA, - 0x681B, 0x96DB, 0x681C, 0x96DC, 0x681D, 0xE8E9, 0x681E, 0x96DD, 0x681F, 0x96DE, 0x6820, 0x96DF, 0x6821, 0xD0A3, 0x6822, 0x96E0, - 0x6823, 0x96E1, 0x6824, 0x96E2, 0x6825, 0x96E3, 0x6826, 0x96E4, 0x6827, 0x96E5, 0x6828, 0x96E6, 0x6829, 0xE8F2, 0x682A, 0xD6EA, - 0x682B, 0x96E7, 0x682C, 0x96E8, 0x682D, 0x96E9, 0x682E, 0x96EA, 0x682F, 0x96EB, 0x6830, 0x96EC, 0x6831, 0x96ED, 0x6832, 0xE8E0, - 0x6833, 0xE8E1, 0x6834, 0x96EE, 0x6835, 0x96EF, 0x6836, 0x96F0, 0x6837, 0xD1F9, 0x6838, 0xBACB, 0x6839, 0xB8F9, 0x683A, 0x96F1, - 0x683B, 0x96F2, 0x683C, 0xB8F1, 0x683D, 0xD4D4, 0x683E, 0xE8EF, 0x683F, 0x96F3, 0x6840, 0xE8EE, 0x6841, 0xE8EC, 0x6842, 0xB9F0, - 0x6843, 0xCCD2, 0x6844, 0xE8E6, 0x6845, 0xCEA6, 0x6846, 0xBFF2, 0x6847, 0x96F4, 0x6848, 0xB0B8, 0x6849, 0xE8F1, 0x684A, 0xE8F0, - 0x684B, 0x96F5, 0x684C, 0xD7C0, 0x684D, 0x96F6, 0x684E, 0xE8E4, 0x684F, 0x96F7, 0x6850, 0xCDA9, 0x6851, 0xC9A3, 0x6852, 0x96F8, - 0x6853, 0xBBB8, 0x6854, 0xBDDB, 0x6855, 0xE8EA, 0x6856, 0x96F9, 0x6857, 0x96FA, 0x6858, 0x96FB, 0x6859, 0x96FC, 0x685A, 0x96FD, - 0x685B, 0x96FE, 0x685C, 0x9740, 0x685D, 0x9741, 0x685E, 0x9742, 0x685F, 0x9743, 0x6860, 0xE8E2, 0x6861, 0xE8E3, 0x6862, 0xE8E5, - 0x6863, 0xB5B5, 0x6864, 0xE8E7, 0x6865, 0xC7C5, 0x6866, 0xE8EB, 0x6867, 0xE8ED, 0x6868, 0xBDB0, 0x6869, 0xD7AE, 0x686A, 0x9744, - 0x686B, 0xE8F8, 0x686C, 0x9745, 0x686D, 0x9746, 0x686E, 0x9747, 0x686F, 0x9748, 0x6870, 0x9749, 0x6871, 0x974A, 0x6872, 0x974B, - 0x6873, 0x974C, 0x6874, 0xE8F5, 0x6875, 0x974D, 0x6876, 0xCDB0, 0x6877, 0xE8F6, 0x6878, 0x974E, 0x6879, 0x974F, 0x687A, 0x9750, - 0x687B, 0x9751, 0x687C, 0x9752, 0x687D, 0x9753, 0x687E, 0x9754, 0x687F, 0x9755, 0x6880, 0x9756, 0x6881, 0xC1BA, 0x6882, 0x9757, - 0x6883, 0xE8E8, 0x6884, 0x9758, 0x6885, 0xC3B7, 0x6886, 0xB0F0, 0x6887, 0x9759, 0x6888, 0x975A, 0x6889, 0x975B, 0x688A, 0x975C, - 0x688B, 0x975D, 0x688C, 0x975E, 0x688D, 0x975F, 0x688E, 0x9760, 0x688F, 0xE8F4, 0x6890, 0x9761, 0x6891, 0x9762, 0x6892, 0x9763, - 0x6893, 0xE8F7, 0x6894, 0x9764, 0x6895, 0x9765, 0x6896, 0x9766, 0x6897, 0xB9A3, 0x6898, 0x9767, 0x6899, 0x9768, 0x689A, 0x9769, - 0x689B, 0x976A, 0x689C, 0x976B, 0x689D, 0x976C, 0x689E, 0x976D, 0x689F, 0x976E, 0x68A0, 0x976F, 0x68A1, 0x9770, 0x68A2, 0xC9D2, - 0x68A3, 0x9771, 0x68A4, 0x9772, 0x68A5, 0x9773, 0x68A6, 0xC3CE, 0x68A7, 0xCEE0, 0x68A8, 0xC0E6, 0x68A9, 0x9774, 0x68AA, 0x9775, - 0x68AB, 0x9776, 0x68AC, 0x9777, 0x68AD, 0xCBF3, 0x68AE, 0x9778, 0x68AF, 0xCCDD, 0x68B0, 0xD0B5, 0x68B1, 0x9779, 0x68B2, 0x977A, - 0x68B3, 0xCAE1, 0x68B4, 0x977B, 0x68B5, 0xE8F3, 0x68B6, 0x977C, 0x68B7, 0x977D, 0x68B8, 0x977E, 0x68B9, 0x9780, 0x68BA, 0x9781, - 0x68BB, 0x9782, 0x68BC, 0x9783, 0x68BD, 0x9784, 0x68BE, 0x9785, 0x68BF, 0x9786, 0x68C0, 0xBCEC, 0x68C1, 0x9787, 0x68C2, 0xE8F9, - 0x68C3, 0x9788, 0x68C4, 0x9789, 0x68C5, 0x978A, 0x68C6, 0x978B, 0x68C7, 0x978C, 0x68C8, 0x978D, 0x68C9, 0xC3DE, 0x68CA, 0x978E, - 0x68CB, 0xC6E5, 0x68CC, 0x978F, 0x68CD, 0xB9F7, 0x68CE, 0x9790, 0x68CF, 0x9791, 0x68D0, 0x9792, 0x68D1, 0x9793, 0x68D2, 0xB0F4, - 0x68D3, 0x9794, 0x68D4, 0x9795, 0x68D5, 0xD7D8, 0x68D6, 0x9796, 0x68D7, 0x9797, 0x68D8, 0xBCAC, 0x68D9, 0x9798, 0x68DA, 0xC5EF, - 0x68DB, 0x9799, 0x68DC, 0x979A, 0x68DD, 0x979B, 0x68DE, 0x979C, 0x68DF, 0x979D, 0x68E0, 0xCCC4, 0x68E1, 0x979E, 0x68E2, 0x979F, - 0x68E3, 0xE9A6, 0x68E4, 0x97A0, 0x68E5, 0x97A1, 0x68E6, 0x97A2, 0x68E7, 0x97A3, 0x68E8, 0x97A4, 0x68E9, 0x97A5, 0x68EA, 0x97A6, - 0x68EB, 0x97A7, 0x68EC, 0x97A8, 0x68ED, 0x97A9, 0x68EE, 0xC9AD, 0x68EF, 0x97AA, 0x68F0, 0xE9A2, 0x68F1, 0xC0E2, 0x68F2, 0x97AB, - 0x68F3, 0x97AC, 0x68F4, 0x97AD, 0x68F5, 0xBFC3, 0x68F6, 0x97AE, 0x68F7, 0x97AF, 0x68F8, 0x97B0, 0x68F9, 0xE8FE, 0x68FA, 0xB9D7, - 0x68FB, 0x97B1, 0x68FC, 0xE8FB, 0x68FD, 0x97B2, 0x68FE, 0x97B3, 0x68FF, 0x97B4, 0x6900, 0x97B5, 0x6901, 0xE9A4, 0x6902, 0x97B6, - 0x6903, 0x97B7, 0x6904, 0x97B8, 0x6905, 0xD2CE, 0x6906, 0x97B9, 0x6907, 0x97BA, 0x6908, 0x97BB, 0x6909, 0x97BC, 0x690A, 0x97BD, - 0x690B, 0xE9A3, 0x690C, 0x97BE, 0x690D, 0xD6B2, 0x690E, 0xD7B5, 0x690F, 0x97BF, 0x6910, 0xE9A7, 0x6911, 0x97C0, 0x6912, 0xBDB7, - 0x6913, 0x97C1, 0x6914, 0x97C2, 0x6915, 0x97C3, 0x6916, 0x97C4, 0x6917, 0x97C5, 0x6918, 0x97C6, 0x6919, 0x97C7, 0x691A, 0x97C8, - 0x691B, 0x97C9, 0x691C, 0x97CA, 0x691D, 0x97CB, 0x691E, 0x97CC, 0x691F, 0xE8FC, 0x6920, 0xE8FD, 0x6921, 0x97CD, 0x6922, 0x97CE, - 0x6923, 0x97CF, 0x6924, 0xE9A1, 0x6925, 0x97D0, 0x6926, 0x97D1, 0x6927, 0x97D2, 0x6928, 0x97D3, 0x6929, 0x97D4, 0x692A, 0x97D5, - 0x692B, 0x97D6, 0x692C, 0x97D7, 0x692D, 0xCDD6, 0x692E, 0x97D8, 0x692F, 0x97D9, 0x6930, 0xD2AC, 0x6931, 0x97DA, 0x6932, 0x97DB, - 0x6933, 0x97DC, 0x6934, 0xE9B2, 0x6935, 0x97DD, 0x6936, 0x97DE, 0x6937, 0x97DF, 0x6938, 0x97E0, 0x6939, 0xE9A9, 0x693A, 0x97E1, - 0x693B, 0x97E2, 0x693C, 0x97E3, 0x693D, 0xB4AA, 0x693E, 0x97E4, 0x693F, 0xB4BB, 0x6940, 0x97E5, 0x6941, 0x97E6, 0x6942, 0xE9AB, - 0x6943, 0x97E7, 0x6944, 0x97E8, 0x6945, 0x97E9, 0x6946, 0x97EA, 0x6947, 0x97EB, 0x6948, 0x97EC, 0x6949, 0x97ED, 0x694A, 0x97EE, - 0x694B, 0x97EF, 0x694C, 0x97F0, 0x694D, 0x97F1, 0x694E, 0x97F2, 0x694F, 0x97F3, 0x6950, 0x97F4, 0x6951, 0x97F5, 0x6952, 0x97F6, - 0x6953, 0x97F7, 0x6954, 0xD0A8, 0x6955, 0x97F8, 0x6956, 0x97F9, 0x6957, 0xE9A5, 0x6958, 0x97FA, 0x6959, 0x97FB, 0x695A, 0xB3FE, - 0x695B, 0x97FC, 0x695C, 0x97FD, 0x695D, 0xE9AC, 0x695E, 0xC0E3, 0x695F, 0x97FE, 0x6960, 0xE9AA, 0x6961, 0x9840, 0x6962, 0x9841, - 0x6963, 0xE9B9, 0x6964, 0x9842, 0x6965, 0x9843, 0x6966, 0xE9B8, 0x6967, 0x9844, 0x6968, 0x9845, 0x6969, 0x9846, 0x696A, 0x9847, - 0x696B, 0xE9AE, 0x696C, 0x9848, 0x696D, 0x9849, 0x696E, 0xE8FA, 0x696F, 0x984A, 0x6970, 0x984B, 0x6971, 0xE9A8, 0x6972, 0x984C, - 0x6973, 0x984D, 0x6974, 0x984E, 0x6975, 0x984F, 0x6976, 0x9850, 0x6977, 0xBFAC, 0x6978, 0xE9B1, 0x6979, 0xE9BA, 0x697A, 0x9851, - 0x697B, 0x9852, 0x697C, 0xC2A5, 0x697D, 0x9853, 0x697E, 0x9854, 0x697F, 0x9855, 0x6980, 0xE9AF, 0x6981, 0x9856, 0x6982, 0xB8C5, - 0x6983, 0x9857, 0x6984, 0xE9AD, 0x6985, 0x9858, 0x6986, 0xD3DC, 0x6987, 0xE9B4, 0x6988, 0xE9B5, 0x6989, 0xE9B7, 0x698A, 0x9859, - 0x698B, 0x985A, 0x698C, 0x985B, 0x698D, 0xE9C7, 0x698E, 0x985C, 0x698F, 0x985D, 0x6990, 0x985E, 0x6991, 0x985F, 0x6992, 0x9860, - 0x6993, 0x9861, 0x6994, 0xC0C6, 0x6995, 0xE9C5, 0x6996, 0x9862, 0x6997, 0x9863, 0x6998, 0xE9B0, 0x6999, 0x9864, 0x699A, 0x9865, - 0x699B, 0xE9BB, 0x699C, 0xB0F1, 0x699D, 0x9866, 0x699E, 0x9867, 0x699F, 0x9868, 0x69A0, 0x9869, 0x69A1, 0x986A, 0x69A2, 0x986B, - 0x69A3, 0x986C, 0x69A4, 0x986D, 0x69A5, 0x986E, 0x69A6, 0x986F, 0x69A7, 0xE9BC, 0x69A8, 0xD5A5, 0x69A9, 0x9870, 0x69AA, 0x9871, - 0x69AB, 0xE9BE, 0x69AC, 0x9872, 0x69AD, 0xE9BF, 0x69AE, 0x9873, 0x69AF, 0x9874, 0x69B0, 0x9875, 0x69B1, 0xE9C1, 0x69B2, 0x9876, - 0x69B3, 0x9877, 0x69B4, 0xC1F1, 0x69B5, 0x9878, 0x69B6, 0x9879, 0x69B7, 0xC8B6, 0x69B8, 0x987A, 0x69B9, 0x987B, 0x69BA, 0x987C, - 0x69BB, 0xE9BD, 0x69BC, 0x987D, 0x69BD, 0x987E, 0x69BE, 0x9880, 0x69BF, 0x9881, 0x69C0, 0x9882, 0x69C1, 0xE9C2, 0x69C2, 0x9883, - 0x69C3, 0x9884, 0x69C4, 0x9885, 0x69C5, 0x9886, 0x69C6, 0x9887, 0x69C7, 0x9888, 0x69C8, 0x9889, 0x69C9, 0x988A, 0x69CA, 0xE9C3, - 0x69CB, 0x988B, 0x69CC, 0xE9B3, 0x69CD, 0x988C, 0x69CE, 0xE9B6, 0x69CF, 0x988D, 0x69D0, 0xBBB1, 0x69D1, 0x988E, 0x69D2, 0x988F, - 0x69D3, 0x9890, 0x69D4, 0xE9C0, 0x69D5, 0x9891, 0x69D6, 0x9892, 0x69D7, 0x9893, 0x69D8, 0x9894, 0x69D9, 0x9895, 0x69DA, 0x9896, - 0x69DB, 0xBCF7, 0x69DC, 0x9897, 0x69DD, 0x9898, 0x69DE, 0x9899, 0x69DF, 0xE9C4, 0x69E0, 0xE9C6, 0x69E1, 0x989A, 0x69E2, 0x989B, - 0x69E3, 0x989C, 0x69E4, 0x989D, 0x69E5, 0x989E, 0x69E6, 0x989F, 0x69E7, 0x98A0, 0x69E8, 0x98A1, 0x69E9, 0x98A2, 0x69EA, 0x98A3, - 0x69EB, 0x98A4, 0x69EC, 0x98A5, 0x69ED, 0xE9CA, 0x69EE, 0x98A6, 0x69EF, 0x98A7, 0x69F0, 0x98A8, 0x69F1, 0x98A9, 0x69F2, 0xE9CE, - 0x69F3, 0x98AA, 0x69F4, 0x98AB, 0x69F5, 0x98AC, 0x69F6, 0x98AD, 0x69F7, 0x98AE, 0x69F8, 0x98AF, 0x69F9, 0x98B0, 0x69FA, 0x98B1, - 0x69FB, 0x98B2, 0x69FC, 0x98B3, 0x69FD, 0xB2DB, 0x69FE, 0x98B4, 0x69FF, 0xE9C8, 0x6A00, 0x98B5, 0x6A01, 0x98B6, 0x6A02, 0x98B7, - 0x6A03, 0x98B8, 0x6A04, 0x98B9, 0x6A05, 0x98BA, 0x6A06, 0x98BB, 0x6A07, 0x98BC, 0x6A08, 0x98BD, 0x6A09, 0x98BE, 0x6A0A, 0xB7AE, - 0x6A0B, 0x98BF, 0x6A0C, 0x98C0, 0x6A0D, 0x98C1, 0x6A0E, 0x98C2, 0x6A0F, 0x98C3, 0x6A10, 0x98C4, 0x6A11, 0x98C5, 0x6A12, 0x98C6, - 0x6A13, 0x98C7, 0x6A14, 0x98C8, 0x6A15, 0x98C9, 0x6A16, 0x98CA, 0x6A17, 0xE9CB, 0x6A18, 0xE9CC, 0x6A19, 0x98CB, 0x6A1A, 0x98CC, - 0x6A1B, 0x98CD, 0x6A1C, 0x98CE, 0x6A1D, 0x98CF, 0x6A1E, 0x98D0, 0x6A1F, 0xD5C1, 0x6A20, 0x98D1, 0x6A21, 0xC4A3, 0x6A22, 0x98D2, - 0x6A23, 0x98D3, 0x6A24, 0x98D4, 0x6A25, 0x98D5, 0x6A26, 0x98D6, 0x6A27, 0x98D7, 0x6A28, 0xE9D8, 0x6A29, 0x98D8, 0x6A2A, 0xBAE1, - 0x6A2B, 0x98D9, 0x6A2C, 0x98DA, 0x6A2D, 0x98DB, 0x6A2E, 0x98DC, 0x6A2F, 0xE9C9, 0x6A30, 0x98DD, 0x6A31, 0xD3A3, 0x6A32, 0x98DE, - 0x6A33, 0x98DF, 0x6A34, 0x98E0, 0x6A35, 0xE9D4, 0x6A36, 0x98E1, 0x6A37, 0x98E2, 0x6A38, 0x98E3, 0x6A39, 0x98E4, 0x6A3A, 0x98E5, - 0x6A3B, 0x98E6, 0x6A3C, 0x98E7, 0x6A3D, 0xE9D7, 0x6A3E, 0xE9D0, 0x6A3F, 0x98E8, 0x6A40, 0x98E9, 0x6A41, 0x98EA, 0x6A42, 0x98EB, - 0x6A43, 0x98EC, 0x6A44, 0xE9CF, 0x6A45, 0x98ED, 0x6A46, 0x98EE, 0x6A47, 0xC7C1, 0x6A48, 0x98EF, 0x6A49, 0x98F0, 0x6A4A, 0x98F1, - 0x6A4B, 0x98F2, 0x6A4C, 0x98F3, 0x6A4D, 0x98F4, 0x6A4E, 0x98F5, 0x6A4F, 0x98F6, 0x6A50, 0xE9D2, 0x6A51, 0x98F7, 0x6A52, 0x98F8, - 0x6A53, 0x98F9, 0x6A54, 0x98FA, 0x6A55, 0x98FB, 0x6A56, 0x98FC, 0x6A57, 0x98FD, 0x6A58, 0xE9D9, 0x6A59, 0xB3C8, 0x6A5A, 0x98FE, - 0x6A5B, 0xE9D3, 0x6A5C, 0x9940, 0x6A5D, 0x9941, 0x6A5E, 0x9942, 0x6A5F, 0x9943, 0x6A60, 0x9944, 0x6A61, 0xCFF0, 0x6A62, 0x9945, - 0x6A63, 0x9946, 0x6A64, 0x9947, 0x6A65, 0xE9CD, 0x6A66, 0x9948, 0x6A67, 0x9949, 0x6A68, 0x994A, 0x6A69, 0x994B, 0x6A6A, 0x994C, - 0x6A6B, 0x994D, 0x6A6C, 0x994E, 0x6A6D, 0x994F, 0x6A6E, 0x9950, 0x6A6F, 0x9951, 0x6A70, 0x9952, 0x6A71, 0xB3F7, 0x6A72, 0x9953, - 0x6A73, 0x9954, 0x6A74, 0x9955, 0x6A75, 0x9956, 0x6A76, 0x9957, 0x6A77, 0x9958, 0x6A78, 0x9959, 0x6A79, 0xE9D6, 0x6A7A, 0x995A, - 0x6A7B, 0x995B, 0x6A7C, 0xE9DA, 0x6A7D, 0x995C, 0x6A7E, 0x995D, 0x6A7F, 0x995E, 0x6A80, 0xCCB4, 0x6A81, 0x995F, 0x6A82, 0x9960, - 0x6A83, 0x9961, 0x6A84, 0xCFAD, 0x6A85, 0x9962, 0x6A86, 0x9963, 0x6A87, 0x9964, 0x6A88, 0x9965, 0x6A89, 0x9966, 0x6A8A, 0x9967, - 0x6A8B, 0x9968, 0x6A8C, 0x9969, 0x6A8D, 0x996A, 0x6A8E, 0xE9D5, 0x6A8F, 0x996B, 0x6A90, 0xE9DC, 0x6A91, 0xE9DB, 0x6A92, 0x996C, - 0x6A93, 0x996D, 0x6A94, 0x996E, 0x6A95, 0x996F, 0x6A96, 0x9970, 0x6A97, 0xE9DE, 0x6A98, 0x9971, 0x6A99, 0x9972, 0x6A9A, 0x9973, - 0x6A9B, 0x9974, 0x6A9C, 0x9975, 0x6A9D, 0x9976, 0x6A9E, 0x9977, 0x6A9F, 0x9978, 0x6AA0, 0xE9D1, 0x6AA1, 0x9979, 0x6AA2, 0x997A, - 0x6AA3, 0x997B, 0x6AA4, 0x997C, 0x6AA5, 0x997D, 0x6AA6, 0x997E, 0x6AA7, 0x9980, 0x6AA8, 0x9981, 0x6AA9, 0xE9DD, 0x6AAA, 0x9982, - 0x6AAB, 0xE9DF, 0x6AAC, 0xC3CA, 0x6AAD, 0x9983, 0x6AAE, 0x9984, 0x6AAF, 0x9985, 0x6AB0, 0x9986, 0x6AB1, 0x9987, 0x6AB2, 0x9988, - 0x6AB3, 0x9989, 0x6AB4, 0x998A, 0x6AB5, 0x998B, 0x6AB6, 0x998C, 0x6AB7, 0x998D, 0x6AB8, 0x998E, 0x6AB9, 0x998F, 0x6ABA, 0x9990, - 0x6ABB, 0x9991, 0x6ABC, 0x9992, 0x6ABD, 0x9993, 0x6ABE, 0x9994, 0x6ABF, 0x9995, 0x6AC0, 0x9996, 0x6AC1, 0x9997, 0x6AC2, 0x9998, - 0x6AC3, 0x9999, 0x6AC4, 0x999A, 0x6AC5, 0x999B, 0x6AC6, 0x999C, 0x6AC7, 0x999D, 0x6AC8, 0x999E, 0x6AC9, 0x999F, 0x6ACA, 0x99A0, - 0x6ACB, 0x99A1, 0x6ACC, 0x99A2, 0x6ACD, 0x99A3, 0x6ACE, 0x99A4, 0x6ACF, 0x99A5, 0x6AD0, 0x99A6, 0x6AD1, 0x99A7, 0x6AD2, 0x99A8, - 0x6AD3, 0x99A9, 0x6AD4, 0x99AA, 0x6AD5, 0x99AB, 0x6AD6, 0x99AC, 0x6AD7, 0x99AD, 0x6AD8, 0x99AE, 0x6AD9, 0x99AF, 0x6ADA, 0x99B0, - 0x6ADB, 0x99B1, 0x6ADC, 0x99B2, 0x6ADD, 0x99B3, 0x6ADE, 0x99B4, 0x6ADF, 0x99B5, 0x6AE0, 0x99B6, 0x6AE1, 0x99B7, 0x6AE2, 0x99B8, - 0x6AE3, 0x99B9, 0x6AE4, 0x99BA, 0x6AE5, 0x99BB, 0x6AE6, 0x99BC, 0x6AE7, 0x99BD, 0x6AE8, 0x99BE, 0x6AE9, 0x99BF, 0x6AEA, 0x99C0, - 0x6AEB, 0x99C1, 0x6AEC, 0x99C2, 0x6AED, 0x99C3, 0x6AEE, 0x99C4, 0x6AEF, 0x99C5, 0x6AF0, 0x99C6, 0x6AF1, 0x99C7, 0x6AF2, 0x99C8, - 0x6AF3, 0x99C9, 0x6AF4, 0x99CA, 0x6AF5, 0x99CB, 0x6AF6, 0x99CC, 0x6AF7, 0x99CD, 0x6AF8, 0x99CE, 0x6AF9, 0x99CF, 0x6AFA, 0x99D0, - 0x6AFB, 0x99D1, 0x6AFC, 0x99D2, 0x6AFD, 0x99D3, 0x6AFE, 0x99D4, 0x6AFF, 0x99D5, 0x6B00, 0x99D6, 0x6B01, 0x99D7, 0x6B02, 0x99D8, - 0x6B03, 0x99D9, 0x6B04, 0x99DA, 0x6B05, 0x99DB, 0x6B06, 0x99DC, 0x6B07, 0x99DD, 0x6B08, 0x99DE, 0x6B09, 0x99DF, 0x6B0A, 0x99E0, - 0x6B0B, 0x99E1, 0x6B0C, 0x99E2, 0x6B0D, 0x99E3, 0x6B0E, 0x99E4, 0x6B0F, 0x99E5, 0x6B10, 0x99E6, 0x6B11, 0x99E7, 0x6B12, 0x99E8, - 0x6B13, 0x99E9, 0x6B14, 0x99EA, 0x6B15, 0x99EB, 0x6B16, 0x99EC, 0x6B17, 0x99ED, 0x6B18, 0x99EE, 0x6B19, 0x99EF, 0x6B1A, 0x99F0, - 0x6B1B, 0x99F1, 0x6B1C, 0x99F2, 0x6B1D, 0x99F3, 0x6B1E, 0x99F4, 0x6B1F, 0x99F5, 0x6B20, 0xC7B7, 0x6B21, 0xB4CE, 0x6B22, 0xBBB6, - 0x6B23, 0xD0C0, 0x6B24, 0xECA3, 0x6B25, 0x99F6, 0x6B26, 0x99F7, 0x6B27, 0xC5B7, 0x6B28, 0x99F8, 0x6B29, 0x99F9, 0x6B2A, 0x99FA, - 0x6B2B, 0x99FB, 0x6B2C, 0x99FC, 0x6B2D, 0x99FD, 0x6B2E, 0x99FE, 0x6B2F, 0x9A40, 0x6B30, 0x9A41, 0x6B31, 0x9A42, 0x6B32, 0xD3FB, - 0x6B33, 0x9A43, 0x6B34, 0x9A44, 0x6B35, 0x9A45, 0x6B36, 0x9A46, 0x6B37, 0xECA4, 0x6B38, 0x9A47, 0x6B39, 0xECA5, 0x6B3A, 0xC6DB, - 0x6B3B, 0x9A48, 0x6B3C, 0x9A49, 0x6B3D, 0x9A4A, 0x6B3E, 0xBFEE, 0x6B3F, 0x9A4B, 0x6B40, 0x9A4C, 0x6B41, 0x9A4D, 0x6B42, 0x9A4E, - 0x6B43, 0xECA6, 0x6B44, 0x9A4F, 0x6B45, 0x9A50, 0x6B46, 0xECA7, 0x6B47, 0xD0AA, 0x6B48, 0x9A51, 0x6B49, 0xC7B8, 0x6B4A, 0x9A52, - 0x6B4B, 0x9A53, 0x6B4C, 0xB8E8, 0x6B4D, 0x9A54, 0x6B4E, 0x9A55, 0x6B4F, 0x9A56, 0x6B50, 0x9A57, 0x6B51, 0x9A58, 0x6B52, 0x9A59, - 0x6B53, 0x9A5A, 0x6B54, 0x9A5B, 0x6B55, 0x9A5C, 0x6B56, 0x9A5D, 0x6B57, 0x9A5E, 0x6B58, 0x9A5F, 0x6B59, 0xECA8, 0x6B5A, 0x9A60, - 0x6B5B, 0x9A61, 0x6B5C, 0x9A62, 0x6B5D, 0x9A63, 0x6B5E, 0x9A64, 0x6B5F, 0x9A65, 0x6B60, 0x9A66, 0x6B61, 0x9A67, 0x6B62, 0xD6B9, - 0x6B63, 0xD5FD, 0x6B64, 0xB4CB, 0x6B65, 0xB2BD, 0x6B66, 0xCEE4, 0x6B67, 0xC6E7, 0x6B68, 0x9A68, 0x6B69, 0x9A69, 0x6B6A, 0xCDE1, - 0x6B6B, 0x9A6A, 0x6B6C, 0x9A6B, 0x6B6D, 0x9A6C, 0x6B6E, 0x9A6D, 0x6B6F, 0x9A6E, 0x6B70, 0x9A6F, 0x6B71, 0x9A70, 0x6B72, 0x9A71, - 0x6B73, 0x9A72, 0x6B74, 0x9A73, 0x6B75, 0x9A74, 0x6B76, 0x9A75, 0x6B77, 0x9A76, 0x6B78, 0x9A77, 0x6B79, 0xB4F5, 0x6B7A, 0x9A78, - 0x6B7B, 0xCBC0, 0x6B7C, 0xBCDF, 0x6B7D, 0x9A79, 0x6B7E, 0x9A7A, 0x6B7F, 0x9A7B, 0x6B80, 0x9A7C, 0x6B81, 0xE9E2, 0x6B82, 0xE9E3, - 0x6B83, 0xD1EA, 0x6B84, 0xE9E5, 0x6B85, 0x9A7D, 0x6B86, 0xB4F9, 0x6B87, 0xE9E4, 0x6B88, 0x9A7E, 0x6B89, 0xD1B3, 0x6B8A, 0xCAE2, - 0x6B8B, 0xB2D0, 0x6B8C, 0x9A80, 0x6B8D, 0xE9E8, 0x6B8E, 0x9A81, 0x6B8F, 0x9A82, 0x6B90, 0x9A83, 0x6B91, 0x9A84, 0x6B92, 0xE9E6, - 0x6B93, 0xE9E7, 0x6B94, 0x9A85, 0x6B95, 0x9A86, 0x6B96, 0xD6B3, 0x6B97, 0x9A87, 0x6B98, 0x9A88, 0x6B99, 0x9A89, 0x6B9A, 0xE9E9, - 0x6B9B, 0xE9EA, 0x6B9C, 0x9A8A, 0x6B9D, 0x9A8B, 0x6B9E, 0x9A8C, 0x6B9F, 0x9A8D, 0x6BA0, 0x9A8E, 0x6BA1, 0xE9EB, 0x6BA2, 0x9A8F, - 0x6BA3, 0x9A90, 0x6BA4, 0x9A91, 0x6BA5, 0x9A92, 0x6BA6, 0x9A93, 0x6BA7, 0x9A94, 0x6BA8, 0x9A95, 0x6BA9, 0x9A96, 0x6BAA, 0xE9EC, - 0x6BAB, 0x9A97, 0x6BAC, 0x9A98, 0x6BAD, 0x9A99, 0x6BAE, 0x9A9A, 0x6BAF, 0x9A9B, 0x6BB0, 0x9A9C, 0x6BB1, 0x9A9D, 0x6BB2, 0x9A9E, - 0x6BB3, 0xECAF, 0x6BB4, 0xC5B9, 0x6BB5, 0xB6CE, 0x6BB6, 0x9A9F, 0x6BB7, 0xD2F3, 0x6BB8, 0x9AA0, 0x6BB9, 0x9AA1, 0x6BBA, 0x9AA2, - 0x6BBB, 0x9AA3, 0x6BBC, 0x9AA4, 0x6BBD, 0x9AA5, 0x6BBE, 0x9AA6, 0x6BBF, 0xB5EE, 0x6BC0, 0x9AA7, 0x6BC1, 0xBBD9, 0x6BC2, 0xECB1, - 0x6BC3, 0x9AA8, 0x6BC4, 0x9AA9, 0x6BC5, 0xD2E3, 0x6BC6, 0x9AAA, 0x6BC7, 0x9AAB, 0x6BC8, 0x9AAC, 0x6BC9, 0x9AAD, 0x6BCA, 0x9AAE, - 0x6BCB, 0xCEE3, 0x6BCC, 0x9AAF, 0x6BCD, 0xC4B8, 0x6BCE, 0x9AB0, 0x6BCF, 0xC3BF, 0x6BD0, 0x9AB1, 0x6BD1, 0x9AB2, 0x6BD2, 0xB6BE, - 0x6BD3, 0xD8B9, 0x6BD4, 0xB1C8, 0x6BD5, 0xB1CF, 0x6BD6, 0xB1D1, 0x6BD7, 0xC5FE, 0x6BD8, 0x9AB3, 0x6BD9, 0xB1D0, 0x6BDA, 0x9AB4, - 0x6BDB, 0xC3AB, 0x6BDC, 0x9AB5, 0x6BDD, 0x9AB6, 0x6BDE, 0x9AB7, 0x6BDF, 0x9AB8, 0x6BE0, 0x9AB9, 0x6BE1, 0xD5B1, 0x6BE2, 0x9ABA, - 0x6BE3, 0x9ABB, 0x6BE4, 0x9ABC, 0x6BE5, 0x9ABD, 0x6BE6, 0x9ABE, 0x6BE7, 0x9ABF, 0x6BE8, 0x9AC0, 0x6BE9, 0x9AC1, 0x6BEA, 0xEBA4, - 0x6BEB, 0xBAC1, 0x6BEC, 0x9AC2, 0x6BED, 0x9AC3, 0x6BEE, 0x9AC4, 0x6BEF, 0xCCBA, 0x6BF0, 0x9AC5, 0x6BF1, 0x9AC6, 0x6BF2, 0x9AC7, - 0x6BF3, 0xEBA5, 0x6BF4, 0x9AC8, 0x6BF5, 0xEBA7, 0x6BF6, 0x9AC9, 0x6BF7, 0x9ACA, 0x6BF8, 0x9ACB, 0x6BF9, 0xEBA8, 0x6BFA, 0x9ACC, - 0x6BFB, 0x9ACD, 0x6BFC, 0x9ACE, 0x6BFD, 0xEBA6, 0x6BFE, 0x9ACF, 0x6BFF, 0x9AD0, 0x6C00, 0x9AD1, 0x6C01, 0x9AD2, 0x6C02, 0x9AD3, - 0x6C03, 0x9AD4, 0x6C04, 0x9AD5, 0x6C05, 0xEBA9, 0x6C06, 0xEBAB, 0x6C07, 0xEBAA, 0x6C08, 0x9AD6, 0x6C09, 0x9AD7, 0x6C0A, 0x9AD8, - 0x6C0B, 0x9AD9, 0x6C0C, 0x9ADA, 0x6C0D, 0xEBAC, 0x6C0E, 0x9ADB, 0x6C0F, 0xCACF, 0x6C10, 0xD8B5, 0x6C11, 0xC3F1, 0x6C12, 0x9ADC, - 0x6C13, 0xC3A5, 0x6C14, 0xC6F8, 0x6C15, 0xEBAD, 0x6C16, 0xC4CA, 0x6C17, 0x9ADD, 0x6C18, 0xEBAE, 0x6C19, 0xEBAF, 0x6C1A, 0xEBB0, - 0x6C1B, 0xB7D5, 0x6C1C, 0x9ADE, 0x6C1D, 0x9ADF, 0x6C1E, 0x9AE0, 0x6C1F, 0xB7FA, 0x6C20, 0x9AE1, 0x6C21, 0xEBB1, 0x6C22, 0xC7E2, - 0x6C23, 0x9AE2, 0x6C24, 0xEBB3, 0x6C25, 0x9AE3, 0x6C26, 0xBAA4, 0x6C27, 0xD1F5, 0x6C28, 0xB0B1, 0x6C29, 0xEBB2, 0x6C2A, 0xEBB4, - 0x6C2B, 0x9AE4, 0x6C2C, 0x9AE5, 0x6C2D, 0x9AE6, 0x6C2E, 0xB5AA, 0x6C2F, 0xC2C8, 0x6C30, 0xC7E8, 0x6C31, 0x9AE7, 0x6C32, 0xEBB5, - 0x6C33, 0x9AE8, 0x6C34, 0xCBAE, 0x6C35, 0xE3DF, 0x6C36, 0x9AE9, 0x6C37, 0x9AEA, 0x6C38, 0xD3C0, 0x6C39, 0x9AEB, 0x6C3A, 0x9AEC, - 0x6C3B, 0x9AED, 0x6C3C, 0x9AEE, 0x6C3D, 0xD9DB, 0x6C3E, 0x9AEF, 0x6C3F, 0x9AF0, 0x6C40, 0xCDA1, 0x6C41, 0xD6AD, 0x6C42, 0xC7F3, - 0x6C43, 0x9AF1, 0x6C44, 0x9AF2, 0x6C45, 0x9AF3, 0x6C46, 0xD9E0, 0x6C47, 0xBBE3, 0x6C48, 0x9AF4, 0x6C49, 0xBABA, 0x6C4A, 0xE3E2, - 0x6C4B, 0x9AF5, 0x6C4C, 0x9AF6, 0x6C4D, 0x9AF7, 0x6C4E, 0x9AF8, 0x6C4F, 0x9AF9, 0x6C50, 0xCFAB, 0x6C51, 0x9AFA, 0x6C52, 0x9AFB, - 0x6C53, 0x9AFC, 0x6C54, 0xE3E0, 0x6C55, 0xC9C7, 0x6C56, 0x9AFD, 0x6C57, 0xBAB9, 0x6C58, 0x9AFE, 0x6C59, 0x9B40, 0x6C5A, 0x9B41, - 0x6C5B, 0xD1B4, 0x6C5C, 0xE3E1, 0x6C5D, 0xC8EA, 0x6C5E, 0xB9AF, 0x6C5F, 0xBDAD, 0x6C60, 0xB3D8, 0x6C61, 0xCEDB, 0x6C62, 0x9B42, - 0x6C63, 0x9B43, 0x6C64, 0xCCC0, 0x6C65, 0x9B44, 0x6C66, 0x9B45, 0x6C67, 0x9B46, 0x6C68, 0xE3E8, 0x6C69, 0xE3E9, 0x6C6A, 0xCDF4, - 0x6C6B, 0x9B47, 0x6C6C, 0x9B48, 0x6C6D, 0x9B49, 0x6C6E, 0x9B4A, 0x6C6F, 0x9B4B, 0x6C70, 0xCCAD, 0x6C71, 0x9B4C, 0x6C72, 0xBCB3, - 0x6C73, 0x9B4D, 0x6C74, 0xE3EA, 0x6C75, 0x9B4E, 0x6C76, 0xE3EB, 0x6C77, 0x9B4F, 0x6C78, 0x9B50, 0x6C79, 0xD0DA, 0x6C7A, 0x9B51, - 0x6C7B, 0x9B52, 0x6C7C, 0x9B53, 0x6C7D, 0xC6FB, 0x6C7E, 0xB7DA, 0x6C7F, 0x9B54, 0x6C80, 0x9B55, 0x6C81, 0xC7DF, 0x6C82, 0xD2CA, - 0x6C83, 0xCED6, 0x6C84, 0x9B56, 0x6C85, 0xE3E4, 0x6C86, 0xE3EC, 0x6C87, 0x9B57, 0x6C88, 0xC9F2, 0x6C89, 0xB3C1, 0x6C8A, 0x9B58, - 0x6C8B, 0x9B59, 0x6C8C, 0xE3E7, 0x6C8D, 0x9B5A, 0x6C8E, 0x9B5B, 0x6C8F, 0xC6E3, 0x6C90, 0xE3E5, 0x6C91, 0x9B5C, 0x6C92, 0x9B5D, - 0x6C93, 0xEDB3, 0x6C94, 0xE3E6, 0x6C95, 0x9B5E, 0x6C96, 0x9B5F, 0x6C97, 0x9B60, 0x6C98, 0x9B61, 0x6C99, 0xC9B3, 0x6C9A, 0x9B62, - 0x6C9B, 0xC5E6, 0x6C9C, 0x9B63, 0x6C9D, 0x9B64, 0x6C9E, 0x9B65, 0x6C9F, 0xB9B5, 0x6CA0, 0x9B66, 0x6CA1, 0xC3BB, 0x6CA2, 0x9B67, - 0x6CA3, 0xE3E3, 0x6CA4, 0xC5BD, 0x6CA5, 0xC1A4, 0x6CA6, 0xC2D9, 0x6CA7, 0xB2D7, 0x6CA8, 0x9B68, 0x6CA9, 0xE3ED, 0x6CAA, 0xBBA6, - 0x6CAB, 0xC4AD, 0x6CAC, 0x9B69, 0x6CAD, 0xE3F0, 0x6CAE, 0xBEDA, 0x6CAF, 0x9B6A, 0x6CB0, 0x9B6B, 0x6CB1, 0xE3FB, 0x6CB2, 0xE3F5, - 0x6CB3, 0xBAD3, 0x6CB4, 0x9B6C, 0x6CB5, 0x9B6D, 0x6CB6, 0x9B6E, 0x6CB7, 0x9B6F, 0x6CB8, 0xB7D0, 0x6CB9, 0xD3CD, 0x6CBA, 0x9B70, - 0x6CBB, 0xD6CE, 0x6CBC, 0xD5D3, 0x6CBD, 0xB9C1, 0x6CBE, 0xD5B4, 0x6CBF, 0xD1D8, 0x6CC0, 0x9B71, 0x6CC1, 0x9B72, 0x6CC2, 0x9B73, - 0x6CC3, 0x9B74, 0x6CC4, 0xD0B9, 0x6CC5, 0xC7F6, 0x6CC6, 0x9B75, 0x6CC7, 0x9B76, 0x6CC8, 0x9B77, 0x6CC9, 0xC8AA, 0x6CCA, 0xB2B4, - 0x6CCB, 0x9B78, 0x6CCC, 0xC3DA, 0x6CCD, 0x9B79, 0x6CCE, 0x9B7A, 0x6CCF, 0x9B7B, 0x6CD0, 0xE3EE, 0x6CD1, 0x9B7C, 0x6CD2, 0x9B7D, - 0x6CD3, 0xE3FC, 0x6CD4, 0xE3EF, 0x6CD5, 0xB7A8, 0x6CD6, 0xE3F7, 0x6CD7, 0xE3F4, 0x6CD8, 0x9B7E, 0x6CD9, 0x9B80, 0x6CDA, 0x9B81, - 0x6CDB, 0xB7BA, 0x6CDC, 0x9B82, 0x6CDD, 0x9B83, 0x6CDE, 0xC5A2, 0x6CDF, 0x9B84, 0x6CE0, 0xE3F6, 0x6CE1, 0xC5DD, 0x6CE2, 0xB2A8, - 0x6CE3, 0xC6FC, 0x6CE4, 0x9B85, 0x6CE5, 0xC4E0, 0x6CE6, 0x9B86, 0x6CE7, 0x9B87, 0x6CE8, 0xD7A2, 0x6CE9, 0x9B88, 0x6CEA, 0xC0E1, - 0x6CEB, 0xE3F9, 0x6CEC, 0x9B89, 0x6CED, 0x9B8A, 0x6CEE, 0xE3FA, 0x6CEF, 0xE3FD, 0x6CF0, 0xCCA9, 0x6CF1, 0xE3F3, 0x6CF2, 0x9B8B, - 0x6CF3, 0xD3BE, 0x6CF4, 0x9B8C, 0x6CF5, 0xB1C3, 0x6CF6, 0xEDB4, 0x6CF7, 0xE3F1, 0x6CF8, 0xE3F2, 0x6CF9, 0x9B8D, 0x6CFA, 0xE3F8, - 0x6CFB, 0xD0BA, 0x6CFC, 0xC6C3, 0x6CFD, 0xD4F3, 0x6CFE, 0xE3FE, 0x6CFF, 0x9B8E, 0x6D00, 0x9B8F, 0x6D01, 0xBDE0, 0x6D02, 0x9B90, - 0x6D03, 0x9B91, 0x6D04, 0xE4A7, 0x6D05, 0x9B92, 0x6D06, 0x9B93, 0x6D07, 0xE4A6, 0x6D08, 0x9B94, 0x6D09, 0x9B95, 0x6D0A, 0x9B96, - 0x6D0B, 0xD1F3, 0x6D0C, 0xE4A3, 0x6D0D, 0x9B97, 0x6D0E, 0xE4A9, 0x6D0F, 0x9B98, 0x6D10, 0x9B99, 0x6D11, 0x9B9A, 0x6D12, 0xC8F7, - 0x6D13, 0x9B9B, 0x6D14, 0x9B9C, 0x6D15, 0x9B9D, 0x6D16, 0x9B9E, 0x6D17, 0xCFB4, 0x6D18, 0x9B9F, 0x6D19, 0xE4A8, 0x6D1A, 0xE4AE, - 0x6D1B, 0xC2E5, 0x6D1C, 0x9BA0, 0x6D1D, 0x9BA1, 0x6D1E, 0xB6B4, 0x6D1F, 0x9BA2, 0x6D20, 0x9BA3, 0x6D21, 0x9BA4, 0x6D22, 0x9BA5, - 0x6D23, 0x9BA6, 0x6D24, 0x9BA7, 0x6D25, 0xBDF2, 0x6D26, 0x9BA8, 0x6D27, 0xE4A2, 0x6D28, 0x9BA9, 0x6D29, 0x9BAA, 0x6D2A, 0xBAE9, - 0x6D2B, 0xE4AA, 0x6D2C, 0x9BAB, 0x6D2D, 0x9BAC, 0x6D2E, 0xE4AC, 0x6D2F, 0x9BAD, 0x6D30, 0x9BAE, 0x6D31, 0xB6FD, 0x6D32, 0xD6DE, - 0x6D33, 0xE4B2, 0x6D34, 0x9BAF, 0x6D35, 0xE4AD, 0x6D36, 0x9BB0, 0x6D37, 0x9BB1, 0x6D38, 0x9BB2, 0x6D39, 0xE4A1, 0x6D3A, 0x9BB3, - 0x6D3B, 0xBBEE, 0x6D3C, 0xCDDD, 0x6D3D, 0xC7A2, 0x6D3E, 0xC5C9, 0x6D3F, 0x9BB4, 0x6D40, 0x9BB5, 0x6D41, 0xC1F7, 0x6D42, 0x9BB6, - 0x6D43, 0xE4A4, 0x6D44, 0x9BB7, 0x6D45, 0xC7B3, 0x6D46, 0xBDAC, 0x6D47, 0xBDBD, 0x6D48, 0xE4A5, 0x6D49, 0x9BB8, 0x6D4A, 0xD7C7, - 0x6D4B, 0xB2E2, 0x6D4C, 0x9BB9, 0x6D4D, 0xE4AB, 0x6D4E, 0xBCC3, 0x6D4F, 0xE4AF, 0x6D50, 0x9BBA, 0x6D51, 0xBBEB, 0x6D52, 0xE4B0, - 0x6D53, 0xC5A8, 0x6D54, 0xE4B1, 0x6D55, 0x9BBB, 0x6D56, 0x9BBC, 0x6D57, 0x9BBD, 0x6D58, 0x9BBE, 0x6D59, 0xD5E3, 0x6D5A, 0xBFA3, - 0x6D5B, 0x9BBF, 0x6D5C, 0xE4BA, 0x6D5D, 0x9BC0, 0x6D5E, 0xE4B7, 0x6D5F, 0x9BC1, 0x6D60, 0xE4BB, 0x6D61, 0x9BC2, 0x6D62, 0x9BC3, - 0x6D63, 0xE4BD, 0x6D64, 0x9BC4, 0x6D65, 0x9BC5, 0x6D66, 0xC6D6, 0x6D67, 0x9BC6, 0x6D68, 0x9BC7, 0x6D69, 0xBAC6, 0x6D6A, 0xC0CB, - 0x6D6B, 0x9BC8, 0x6D6C, 0x9BC9, 0x6D6D, 0x9BCA, 0x6D6E, 0xB8A1, 0x6D6F, 0xE4B4, 0x6D70, 0x9BCB, 0x6D71, 0x9BCC, 0x6D72, 0x9BCD, - 0x6D73, 0x9BCE, 0x6D74, 0xD4A1, 0x6D75, 0x9BCF, 0x6D76, 0x9BD0, 0x6D77, 0xBAA3, 0x6D78, 0xBDFE, 0x6D79, 0x9BD1, 0x6D7A, 0x9BD2, - 0x6D7B, 0x9BD3, 0x6D7C, 0xE4BC, 0x6D7D, 0x9BD4, 0x6D7E, 0x9BD5, 0x6D7F, 0x9BD6, 0x6D80, 0x9BD7, 0x6D81, 0x9BD8, 0x6D82, 0xCDBF, - 0x6D83, 0x9BD9, 0x6D84, 0x9BDA, 0x6D85, 0xC4F9, 0x6D86, 0x9BDB, 0x6D87, 0x9BDC, 0x6D88, 0xCFFB, 0x6D89, 0xC9E6, 0x6D8A, 0x9BDD, - 0x6D8B, 0x9BDE, 0x6D8C, 0xD3BF, 0x6D8D, 0x9BDF, 0x6D8E, 0xCFD1, 0x6D8F, 0x9BE0, 0x6D90, 0x9BE1, 0x6D91, 0xE4B3, 0x6D92, 0x9BE2, - 0x6D93, 0xE4B8, 0x6D94, 0xE4B9, 0x6D95, 0xCCE9, 0x6D96, 0x9BE3, 0x6D97, 0x9BE4, 0x6D98, 0x9BE5, 0x6D99, 0x9BE6, 0x6D9A, 0x9BE7, - 0x6D9B, 0xCCCE, 0x6D9C, 0x9BE8, 0x6D9D, 0xC0D4, 0x6D9E, 0xE4B5, 0x6D9F, 0xC1B0, 0x6DA0, 0xE4B6, 0x6DA1, 0xCED0, 0x6DA2, 0x9BE9, - 0x6DA3, 0xBBC1, 0x6DA4, 0xB5D3, 0x6DA5, 0x9BEA, 0x6DA6, 0xC8F3, 0x6DA7, 0xBDA7, 0x6DA8, 0xD5C7, 0x6DA9, 0xC9AC, 0x6DAA, 0xB8A2, - 0x6DAB, 0xE4CA, 0x6DAC, 0x9BEB, 0x6DAD, 0x9BEC, 0x6DAE, 0xE4CC, 0x6DAF, 0xD1C4, 0x6DB0, 0x9BED, 0x6DB1, 0x9BEE, 0x6DB2, 0xD2BA, - 0x6DB3, 0x9BEF, 0x6DB4, 0x9BF0, 0x6DB5, 0xBAAD, 0x6DB6, 0x9BF1, 0x6DB7, 0x9BF2, 0x6DB8, 0xBAD4, 0x6DB9, 0x9BF3, 0x6DBA, 0x9BF4, - 0x6DBB, 0x9BF5, 0x6DBC, 0x9BF6, 0x6DBD, 0x9BF7, 0x6DBE, 0x9BF8, 0x6DBF, 0xE4C3, 0x6DC0, 0xB5ED, 0x6DC1, 0x9BF9, 0x6DC2, 0x9BFA, - 0x6DC3, 0x9BFB, 0x6DC4, 0xD7CD, 0x6DC5, 0xE4C0, 0x6DC6, 0xCFFD, 0x6DC7, 0xE4BF, 0x6DC8, 0x9BFC, 0x6DC9, 0x9BFD, 0x6DCA, 0x9BFE, - 0x6DCB, 0xC1DC, 0x6DCC, 0xCCCA, 0x6DCD, 0x9C40, 0x6DCE, 0x9C41, 0x6DCF, 0x9C42, 0x6DD0, 0x9C43, 0x6DD1, 0xCAE7, 0x6DD2, 0x9C44, - 0x6DD3, 0x9C45, 0x6DD4, 0x9C46, 0x6DD5, 0x9C47, 0x6DD6, 0xC4D7, 0x6DD7, 0x9C48, 0x6DD8, 0xCCD4, 0x6DD9, 0xE4C8, 0x6DDA, 0x9C49, - 0x6DDB, 0x9C4A, 0x6DDC, 0x9C4B, 0x6DDD, 0xE4C7, 0x6DDE, 0xE4C1, 0x6DDF, 0x9C4C, 0x6DE0, 0xE4C4, 0x6DE1, 0xB5AD, 0x6DE2, 0x9C4D, - 0x6DE3, 0x9C4E, 0x6DE4, 0xD3D9, 0x6DE5, 0x9C4F, 0x6DE6, 0xE4C6, 0x6DE7, 0x9C50, 0x6DE8, 0x9C51, 0x6DE9, 0x9C52, 0x6DEA, 0x9C53, - 0x6DEB, 0xD2F9, 0x6DEC, 0xB4E3, 0x6DED, 0x9C54, 0x6DEE, 0xBBB4, 0x6DEF, 0x9C55, 0x6DF0, 0x9C56, 0x6DF1, 0xC9EE, 0x6DF2, 0x9C57, - 0x6DF3, 0xB4BE, 0x6DF4, 0x9C58, 0x6DF5, 0x9C59, 0x6DF6, 0x9C5A, 0x6DF7, 0xBBEC, 0x6DF8, 0x9C5B, 0x6DF9, 0xD1CD, 0x6DFA, 0x9C5C, - 0x6DFB, 0xCCED, 0x6DFC, 0xEDB5, 0x6DFD, 0x9C5D, 0x6DFE, 0x9C5E, 0x6DFF, 0x9C5F, 0x6E00, 0x9C60, 0x6E01, 0x9C61, 0x6E02, 0x9C62, - 0x6E03, 0x9C63, 0x6E04, 0x9C64, 0x6E05, 0xC7E5, 0x6E06, 0x9C65, 0x6E07, 0x9C66, 0x6E08, 0x9C67, 0x6E09, 0x9C68, 0x6E0A, 0xD4A8, - 0x6E0B, 0x9C69, 0x6E0C, 0xE4CB, 0x6E0D, 0xD7D5, 0x6E0E, 0xE4C2, 0x6E0F, 0x9C6A, 0x6E10, 0xBDA5, 0x6E11, 0xE4C5, 0x6E12, 0x9C6B, - 0x6E13, 0x9C6C, 0x6E14, 0xD3E6, 0x6E15, 0x9C6D, 0x6E16, 0xE4C9, 0x6E17, 0xC9F8, 0x6E18, 0x9C6E, 0x6E19, 0x9C6F, 0x6E1A, 0xE4BE, - 0x6E1B, 0x9C70, 0x6E1C, 0x9C71, 0x6E1D, 0xD3E5, 0x6E1E, 0x9C72, 0x6E1F, 0x9C73, 0x6E20, 0xC7FE, 0x6E21, 0xB6C9, 0x6E22, 0x9C74, - 0x6E23, 0xD4FC, 0x6E24, 0xB2B3, 0x6E25, 0xE4D7, 0x6E26, 0x9C75, 0x6E27, 0x9C76, 0x6E28, 0x9C77, 0x6E29, 0xCEC2, 0x6E2A, 0x9C78, - 0x6E2B, 0xE4CD, 0x6E2C, 0x9C79, 0x6E2D, 0xCEBC, 0x6E2E, 0x9C7A, 0x6E2F, 0xB8DB, 0x6E30, 0x9C7B, 0x6E31, 0x9C7C, 0x6E32, 0xE4D6, - 0x6E33, 0x9C7D, 0x6E34, 0xBFCA, 0x6E35, 0x9C7E, 0x6E36, 0x9C80, 0x6E37, 0x9C81, 0x6E38, 0xD3CE, 0x6E39, 0x9C82, 0x6E3A, 0xC3EC, - 0x6E3B, 0x9C83, 0x6E3C, 0x9C84, 0x6E3D, 0x9C85, 0x6E3E, 0x9C86, 0x6E3F, 0x9C87, 0x6E40, 0x9C88, 0x6E41, 0x9C89, 0x6E42, 0x9C8A, - 0x6E43, 0xC5C8, 0x6E44, 0xE4D8, 0x6E45, 0x9C8B, 0x6E46, 0x9C8C, 0x6E47, 0x9C8D, 0x6E48, 0x9C8E, 0x6E49, 0x9C8F, 0x6E4A, 0x9C90, - 0x6E4B, 0x9C91, 0x6E4C, 0x9C92, 0x6E4D, 0xCDC4, 0x6E4E, 0xE4CF, 0x6E4F, 0x9C93, 0x6E50, 0x9C94, 0x6E51, 0x9C95, 0x6E52, 0x9C96, - 0x6E53, 0xE4D4, 0x6E54, 0xE4D5, 0x6E55, 0x9C97, 0x6E56, 0xBAFE, 0x6E57, 0x9C98, 0x6E58, 0xCFE6, 0x6E59, 0x9C99, 0x6E5A, 0x9C9A, - 0x6E5B, 0xD5BF, 0x6E5C, 0x9C9B, 0x6E5D, 0x9C9C, 0x6E5E, 0x9C9D, 0x6E5F, 0xE4D2, 0x6E60, 0x9C9E, 0x6E61, 0x9C9F, 0x6E62, 0x9CA0, - 0x6E63, 0x9CA1, 0x6E64, 0x9CA2, 0x6E65, 0x9CA3, 0x6E66, 0x9CA4, 0x6E67, 0x9CA5, 0x6E68, 0x9CA6, 0x6E69, 0x9CA7, 0x6E6A, 0x9CA8, - 0x6E6B, 0xE4D0, 0x6E6C, 0x9CA9, 0x6E6D, 0x9CAA, 0x6E6E, 0xE4CE, 0x6E6F, 0x9CAB, 0x6E70, 0x9CAC, 0x6E71, 0x9CAD, 0x6E72, 0x9CAE, - 0x6E73, 0x9CAF, 0x6E74, 0x9CB0, 0x6E75, 0x9CB1, 0x6E76, 0x9CB2, 0x6E77, 0x9CB3, 0x6E78, 0x9CB4, 0x6E79, 0x9CB5, 0x6E7A, 0x9CB6, - 0x6E7B, 0x9CB7, 0x6E7C, 0x9CB8, 0x6E7D, 0x9CB9, 0x6E7E, 0xCDE5, 0x6E7F, 0xCAAA, 0x6E80, 0x9CBA, 0x6E81, 0x9CBB, 0x6E82, 0x9CBC, - 0x6E83, 0xC0A3, 0x6E84, 0x9CBD, 0x6E85, 0xBDA6, 0x6E86, 0xE4D3, 0x6E87, 0x9CBE, 0x6E88, 0x9CBF, 0x6E89, 0xB8C8, 0x6E8A, 0x9CC0, - 0x6E8B, 0x9CC1, 0x6E8C, 0x9CC2, 0x6E8D, 0x9CC3, 0x6E8E, 0x9CC4, 0x6E8F, 0xE4E7, 0x6E90, 0xD4B4, 0x6E91, 0x9CC5, 0x6E92, 0x9CC6, - 0x6E93, 0x9CC7, 0x6E94, 0x9CC8, 0x6E95, 0x9CC9, 0x6E96, 0x9CCA, 0x6E97, 0x9CCB, 0x6E98, 0xE4DB, 0x6E99, 0x9CCC, 0x6E9A, 0x9CCD, - 0x6E9B, 0x9CCE, 0x6E9C, 0xC1EF, 0x6E9D, 0x9CCF, 0x6E9E, 0x9CD0, 0x6E9F, 0xE4E9, 0x6EA0, 0x9CD1, 0x6EA1, 0x9CD2, 0x6EA2, 0xD2E7, - 0x6EA3, 0x9CD3, 0x6EA4, 0x9CD4, 0x6EA5, 0xE4DF, 0x6EA6, 0x9CD5, 0x6EA7, 0xE4E0, 0x6EA8, 0x9CD6, 0x6EA9, 0x9CD7, 0x6EAA, 0xCFAA, - 0x6EAB, 0x9CD8, 0x6EAC, 0x9CD9, 0x6EAD, 0x9CDA, 0x6EAE, 0x9CDB, 0x6EAF, 0xCBDD, 0x6EB0, 0x9CDC, 0x6EB1, 0xE4DA, 0x6EB2, 0xE4D1, - 0x6EB3, 0x9CDD, 0x6EB4, 0xE4E5, 0x6EB5, 0x9CDE, 0x6EB6, 0xC8DC, 0x6EB7, 0xE4E3, 0x6EB8, 0x9CDF, 0x6EB9, 0x9CE0, 0x6EBA, 0xC4E7, - 0x6EBB, 0xE4E2, 0x6EBC, 0x9CE1, 0x6EBD, 0xE4E1, 0x6EBE, 0x9CE2, 0x6EBF, 0x9CE3, 0x6EC0, 0x9CE4, 0x6EC1, 0xB3FC, 0x6EC2, 0xE4E8, - 0x6EC3, 0x9CE5, 0x6EC4, 0x9CE6, 0x6EC5, 0x9CE7, 0x6EC6, 0x9CE8, 0x6EC7, 0xB5E1, 0x6EC8, 0x9CE9, 0x6EC9, 0x9CEA, 0x6ECA, 0x9CEB, - 0x6ECB, 0xD7CC, 0x6ECC, 0x9CEC, 0x6ECD, 0x9CED, 0x6ECE, 0x9CEE, 0x6ECF, 0xE4E6, 0x6ED0, 0x9CEF, 0x6ED1, 0xBBAC, 0x6ED2, 0x9CF0, - 0x6ED3, 0xD7D2, 0x6ED4, 0xCCCF, 0x6ED5, 0xEBF8, 0x6ED6, 0x9CF1, 0x6ED7, 0xE4E4, 0x6ED8, 0x9CF2, 0x6ED9, 0x9CF3, 0x6EDA, 0xB9F6, - 0x6EDB, 0x9CF4, 0x6EDC, 0x9CF5, 0x6EDD, 0x9CF6, 0x6EDE, 0xD6CD, 0x6EDF, 0xE4D9, 0x6EE0, 0xE4DC, 0x6EE1, 0xC2FA, 0x6EE2, 0xE4DE, - 0x6EE3, 0x9CF7, 0x6EE4, 0xC2CB, 0x6EE5, 0xC0C4, 0x6EE6, 0xC2D0, 0x6EE7, 0x9CF8, 0x6EE8, 0xB1F5, 0x6EE9, 0xCCB2, 0x6EEA, 0x9CF9, - 0x6EEB, 0x9CFA, 0x6EEC, 0x9CFB, 0x6EED, 0x9CFC, 0x6EEE, 0x9CFD, 0x6EEF, 0x9CFE, 0x6EF0, 0x9D40, 0x6EF1, 0x9D41, 0x6EF2, 0x9D42, - 0x6EF3, 0x9D43, 0x6EF4, 0xB5CE, 0x6EF5, 0x9D44, 0x6EF6, 0x9D45, 0x6EF7, 0x9D46, 0x6EF8, 0x9D47, 0x6EF9, 0xE4EF, 0x6EFA, 0x9D48, - 0x6EFB, 0x9D49, 0x6EFC, 0x9D4A, 0x6EFD, 0x9D4B, 0x6EFE, 0x9D4C, 0x6EFF, 0x9D4D, 0x6F00, 0x9D4E, 0x6F01, 0x9D4F, 0x6F02, 0xC6AF, - 0x6F03, 0x9D50, 0x6F04, 0x9D51, 0x6F05, 0x9D52, 0x6F06, 0xC6E1, 0x6F07, 0x9D53, 0x6F08, 0x9D54, 0x6F09, 0xE4F5, 0x6F0A, 0x9D55, - 0x6F0B, 0x9D56, 0x6F0C, 0x9D57, 0x6F0D, 0x9D58, 0x6F0E, 0x9D59, 0x6F0F, 0xC2A9, 0x6F10, 0x9D5A, 0x6F11, 0x9D5B, 0x6F12, 0x9D5C, - 0x6F13, 0xC0EC, 0x6F14, 0xD1DD, 0x6F15, 0xE4EE, 0x6F16, 0x9D5D, 0x6F17, 0x9D5E, 0x6F18, 0x9D5F, 0x6F19, 0x9D60, 0x6F1A, 0x9D61, - 0x6F1B, 0x9D62, 0x6F1C, 0x9D63, 0x6F1D, 0x9D64, 0x6F1E, 0x9D65, 0x6F1F, 0x9D66, 0x6F20, 0xC4AE, 0x6F21, 0x9D67, 0x6F22, 0x9D68, - 0x6F23, 0x9D69, 0x6F24, 0xE4ED, 0x6F25, 0x9D6A, 0x6F26, 0x9D6B, 0x6F27, 0x9D6C, 0x6F28, 0x9D6D, 0x6F29, 0xE4F6, 0x6F2A, 0xE4F4, - 0x6F2B, 0xC2FE, 0x6F2C, 0x9D6E, 0x6F2D, 0xE4DD, 0x6F2E, 0x9D6F, 0x6F2F, 0xE4F0, 0x6F30, 0x9D70, 0x6F31, 0xCAFE, 0x6F32, 0x9D71, - 0x6F33, 0xD5C4, 0x6F34, 0x9D72, 0x6F35, 0x9D73, 0x6F36, 0xE4F1, 0x6F37, 0x9D74, 0x6F38, 0x9D75, 0x6F39, 0x9D76, 0x6F3A, 0x9D77, - 0x6F3B, 0x9D78, 0x6F3C, 0x9D79, 0x6F3D, 0x9D7A, 0x6F3E, 0xD1FA, 0x6F3F, 0x9D7B, 0x6F40, 0x9D7C, 0x6F41, 0x9D7D, 0x6F42, 0x9D7E, - 0x6F43, 0x9D80, 0x6F44, 0x9D81, 0x6F45, 0x9D82, 0x6F46, 0xE4EB, 0x6F47, 0xE4EC, 0x6F48, 0x9D83, 0x6F49, 0x9D84, 0x6F4A, 0x9D85, - 0x6F4B, 0xE4F2, 0x6F4C, 0x9D86, 0x6F4D, 0xCEAB, 0x6F4E, 0x9D87, 0x6F4F, 0x9D88, 0x6F50, 0x9D89, 0x6F51, 0x9D8A, 0x6F52, 0x9D8B, - 0x6F53, 0x9D8C, 0x6F54, 0x9D8D, 0x6F55, 0x9D8E, 0x6F56, 0x9D8F, 0x6F57, 0x9D90, 0x6F58, 0xC5CB, 0x6F59, 0x9D91, 0x6F5A, 0x9D92, - 0x6F5B, 0x9D93, 0x6F5C, 0xC7B1, 0x6F5D, 0x9D94, 0x6F5E, 0xC2BA, 0x6F5F, 0x9D95, 0x6F60, 0x9D96, 0x6F61, 0x9D97, 0x6F62, 0xE4EA, - 0x6F63, 0x9D98, 0x6F64, 0x9D99, 0x6F65, 0x9D9A, 0x6F66, 0xC1CA, 0x6F67, 0x9D9B, 0x6F68, 0x9D9C, 0x6F69, 0x9D9D, 0x6F6A, 0x9D9E, - 0x6F6B, 0x9D9F, 0x6F6C, 0x9DA0, 0x6F6D, 0xCCB6, 0x6F6E, 0xB3B1, 0x6F6F, 0x9DA1, 0x6F70, 0x9DA2, 0x6F71, 0x9DA3, 0x6F72, 0xE4FB, - 0x6F73, 0x9DA4, 0x6F74, 0xE4F3, 0x6F75, 0x9DA5, 0x6F76, 0x9DA6, 0x6F77, 0x9DA7, 0x6F78, 0xE4FA, 0x6F79, 0x9DA8, 0x6F7A, 0xE4FD, - 0x6F7B, 0x9DA9, 0x6F7C, 0xE4FC, 0x6F7D, 0x9DAA, 0x6F7E, 0x9DAB, 0x6F7F, 0x9DAC, 0x6F80, 0x9DAD, 0x6F81, 0x9DAE, 0x6F82, 0x9DAF, - 0x6F83, 0x9DB0, 0x6F84, 0xB3CE, 0x6F85, 0x9DB1, 0x6F86, 0x9DB2, 0x6F87, 0x9DB3, 0x6F88, 0xB3BA, 0x6F89, 0xE4F7, 0x6F8A, 0x9DB4, - 0x6F8B, 0x9DB5, 0x6F8C, 0xE4F9, 0x6F8D, 0xE4F8, 0x6F8E, 0xC5EC, 0x6F8F, 0x9DB6, 0x6F90, 0x9DB7, 0x6F91, 0x9DB8, 0x6F92, 0x9DB9, - 0x6F93, 0x9DBA, 0x6F94, 0x9DBB, 0x6F95, 0x9DBC, 0x6F96, 0x9DBD, 0x6F97, 0x9DBE, 0x6F98, 0x9DBF, 0x6F99, 0x9DC0, 0x6F9A, 0x9DC1, - 0x6F9B, 0x9DC2, 0x6F9C, 0xC0BD, 0x6F9D, 0x9DC3, 0x6F9E, 0x9DC4, 0x6F9F, 0x9DC5, 0x6FA0, 0x9DC6, 0x6FA1, 0xD4E8, 0x6FA2, 0x9DC7, - 0x6FA3, 0x9DC8, 0x6FA4, 0x9DC9, 0x6FA5, 0x9DCA, 0x6FA6, 0x9DCB, 0x6FA7, 0xE5A2, 0x6FA8, 0x9DCC, 0x6FA9, 0x9DCD, 0x6FAA, 0x9DCE, - 0x6FAB, 0x9DCF, 0x6FAC, 0x9DD0, 0x6FAD, 0x9DD1, 0x6FAE, 0x9DD2, 0x6FAF, 0x9DD3, 0x6FB0, 0x9DD4, 0x6FB1, 0x9DD5, 0x6FB2, 0x9DD6, - 0x6FB3, 0xB0C4, 0x6FB4, 0x9DD7, 0x6FB5, 0x9DD8, 0x6FB6, 0xE5A4, 0x6FB7, 0x9DD9, 0x6FB8, 0x9DDA, 0x6FB9, 0xE5A3, 0x6FBA, 0x9DDB, - 0x6FBB, 0x9DDC, 0x6FBC, 0x9DDD, 0x6FBD, 0x9DDE, 0x6FBE, 0x9DDF, 0x6FBF, 0x9DE0, 0x6FC0, 0xBCA4, 0x6FC1, 0x9DE1, 0x6FC2, 0xE5A5, - 0x6FC3, 0x9DE2, 0x6FC4, 0x9DE3, 0x6FC5, 0x9DE4, 0x6FC6, 0x9DE5, 0x6FC7, 0x9DE6, 0x6FC8, 0x9DE7, 0x6FC9, 0xE5A1, 0x6FCA, 0x9DE8, - 0x6FCB, 0x9DE9, 0x6FCC, 0x9DEA, 0x6FCD, 0x9DEB, 0x6FCE, 0x9DEC, 0x6FCF, 0x9DED, 0x6FD0, 0x9DEE, 0x6FD1, 0xE4FE, 0x6FD2, 0xB1F4, - 0x6FD3, 0x9DEF, 0x6FD4, 0x9DF0, 0x6FD5, 0x9DF1, 0x6FD6, 0x9DF2, 0x6FD7, 0x9DF3, 0x6FD8, 0x9DF4, 0x6FD9, 0x9DF5, 0x6FDA, 0x9DF6, - 0x6FDB, 0x9DF7, 0x6FDC, 0x9DF8, 0x6FDD, 0x9DF9, 0x6FDE, 0xE5A8, 0x6FDF, 0x9DFA, 0x6FE0, 0xE5A9, 0x6FE1, 0xE5A6, 0x6FE2, 0x9DFB, - 0x6FE3, 0x9DFC, 0x6FE4, 0x9DFD, 0x6FE5, 0x9DFE, 0x6FE6, 0x9E40, 0x6FE7, 0x9E41, 0x6FE8, 0x9E42, 0x6FE9, 0x9E43, 0x6FEA, 0x9E44, - 0x6FEB, 0x9E45, 0x6FEC, 0x9E46, 0x6FED, 0x9E47, 0x6FEE, 0xE5A7, 0x6FEF, 0xE5AA, 0x6FF0, 0x9E48, 0x6FF1, 0x9E49, 0x6FF2, 0x9E4A, - 0x6FF3, 0x9E4B, 0x6FF4, 0x9E4C, 0x6FF5, 0x9E4D, 0x6FF6, 0x9E4E, 0x6FF7, 0x9E4F, 0x6FF8, 0x9E50, 0x6FF9, 0x9E51, 0x6FFA, 0x9E52, - 0x6FFB, 0x9E53, 0x6FFC, 0x9E54, 0x6FFD, 0x9E55, 0x6FFE, 0x9E56, 0x6FFF, 0x9E57, 0x7000, 0x9E58, 0x7001, 0x9E59, 0x7002, 0x9E5A, - 0x7003, 0x9E5B, 0x7004, 0x9E5C, 0x7005, 0x9E5D, 0x7006, 0x9E5E, 0x7007, 0x9E5F, 0x7008, 0x9E60, 0x7009, 0x9E61, 0x700A, 0x9E62, - 0x700B, 0x9E63, 0x700C, 0x9E64, 0x700D, 0x9E65, 0x700E, 0x9E66, 0x700F, 0x9E67, 0x7010, 0x9E68, 0x7011, 0xC6D9, 0x7012, 0x9E69, - 0x7013, 0x9E6A, 0x7014, 0x9E6B, 0x7015, 0x9E6C, 0x7016, 0x9E6D, 0x7017, 0x9E6E, 0x7018, 0x9E6F, 0x7019, 0x9E70, 0x701A, 0xE5AB, - 0x701B, 0xE5AD, 0x701C, 0x9E71, 0x701D, 0x9E72, 0x701E, 0x9E73, 0x701F, 0x9E74, 0x7020, 0x9E75, 0x7021, 0x9E76, 0x7022, 0x9E77, - 0x7023, 0xE5AC, 0x7024, 0x9E78, 0x7025, 0x9E79, 0x7026, 0x9E7A, 0x7027, 0x9E7B, 0x7028, 0x9E7C, 0x7029, 0x9E7D, 0x702A, 0x9E7E, - 0x702B, 0x9E80, 0x702C, 0x9E81, 0x702D, 0x9E82, 0x702E, 0x9E83, 0x702F, 0x9E84, 0x7030, 0x9E85, 0x7031, 0x9E86, 0x7032, 0x9E87, - 0x7033, 0x9E88, 0x7034, 0x9E89, 0x7035, 0xE5AF, 0x7036, 0x9E8A, 0x7037, 0x9E8B, 0x7038, 0x9E8C, 0x7039, 0xE5AE, 0x703A, 0x9E8D, - 0x703B, 0x9E8E, 0x703C, 0x9E8F, 0x703D, 0x9E90, 0x703E, 0x9E91, 0x703F, 0x9E92, 0x7040, 0x9E93, 0x7041, 0x9E94, 0x7042, 0x9E95, - 0x7043, 0x9E96, 0x7044, 0x9E97, 0x7045, 0x9E98, 0x7046, 0x9E99, 0x7047, 0x9E9A, 0x7048, 0x9E9B, 0x7049, 0x9E9C, 0x704A, 0x9E9D, - 0x704B, 0x9E9E, 0x704C, 0xB9E0, 0x704D, 0x9E9F, 0x704E, 0x9EA0, 0x704F, 0xE5B0, 0x7050, 0x9EA1, 0x7051, 0x9EA2, 0x7052, 0x9EA3, - 0x7053, 0x9EA4, 0x7054, 0x9EA5, 0x7055, 0x9EA6, 0x7056, 0x9EA7, 0x7057, 0x9EA8, 0x7058, 0x9EA9, 0x7059, 0x9EAA, 0x705A, 0x9EAB, - 0x705B, 0x9EAC, 0x705C, 0x9EAD, 0x705D, 0x9EAE, 0x705E, 0xE5B1, 0x705F, 0x9EAF, 0x7060, 0x9EB0, 0x7061, 0x9EB1, 0x7062, 0x9EB2, - 0x7063, 0x9EB3, 0x7064, 0x9EB4, 0x7065, 0x9EB5, 0x7066, 0x9EB6, 0x7067, 0x9EB7, 0x7068, 0x9EB8, 0x7069, 0x9EB9, 0x706A, 0x9EBA, - 0x706B, 0xBBF0, 0x706C, 0xECE1, 0x706D, 0xC3F0, 0x706E, 0x9EBB, 0x706F, 0xB5C6, 0x7070, 0xBBD2, 0x7071, 0x9EBC, 0x7072, 0x9EBD, - 0x7073, 0x9EBE, 0x7074, 0x9EBF, 0x7075, 0xC1E9, 0x7076, 0xD4EE, 0x7077, 0x9EC0, 0x7078, 0xBEC4, 0x7079, 0x9EC1, 0x707A, 0x9EC2, - 0x707B, 0x9EC3, 0x707C, 0xD7C6, 0x707D, 0x9EC4, 0x707E, 0xD4D6, 0x707F, 0xB2D3, 0x7080, 0xECBE, 0x7081, 0x9EC5, 0x7082, 0x9EC6, - 0x7083, 0x9EC7, 0x7084, 0x9EC8, 0x7085, 0xEAC1, 0x7086, 0x9EC9, 0x7087, 0x9ECA, 0x7088, 0x9ECB, 0x7089, 0xC2AF, 0x708A, 0xB4B6, - 0x708B, 0x9ECC, 0x708C, 0x9ECD, 0x708D, 0x9ECE, 0x708E, 0xD1D7, 0x708F, 0x9ECF, 0x7090, 0x9ED0, 0x7091, 0x9ED1, 0x7092, 0xB3B4, - 0x7093, 0x9ED2, 0x7094, 0xC8B2, 0x7095, 0xBFBB, 0x7096, 0xECC0, 0x7097, 0x9ED3, 0x7098, 0x9ED4, 0x7099, 0xD6CB, 0x709A, 0x9ED5, - 0x709B, 0x9ED6, 0x709C, 0xECBF, 0x709D, 0xECC1, 0x709E, 0x9ED7, 0x709F, 0x9ED8, 0x70A0, 0x9ED9, 0x70A1, 0x9EDA, 0x70A2, 0x9EDB, - 0x70A3, 0x9EDC, 0x70A4, 0x9EDD, 0x70A5, 0x9EDE, 0x70A6, 0x9EDF, 0x70A7, 0x9EE0, 0x70A8, 0x9EE1, 0x70A9, 0x9EE2, 0x70AA, 0x9EE3, - 0x70AB, 0xECC5, 0x70AC, 0xBEE6, 0x70AD, 0xCCBF, 0x70AE, 0xC5DA, 0x70AF, 0xBEBC, 0x70B0, 0x9EE4, 0x70B1, 0xECC6, 0x70B2, 0x9EE5, - 0x70B3, 0xB1FE, 0x70B4, 0x9EE6, 0x70B5, 0x9EE7, 0x70B6, 0x9EE8, 0x70B7, 0xECC4, 0x70B8, 0xD5A8, 0x70B9, 0xB5E3, 0x70BA, 0x9EE9, - 0x70BB, 0xECC2, 0x70BC, 0xC1B6, 0x70BD, 0xB3E3, 0x70BE, 0x9EEA, 0x70BF, 0x9EEB, 0x70C0, 0xECC3, 0x70C1, 0xCBB8, 0x70C2, 0xC0C3, - 0x70C3, 0xCCFE, 0x70C4, 0x9EEC, 0x70C5, 0x9EED, 0x70C6, 0x9EEE, 0x70C7, 0x9EEF, 0x70C8, 0xC1D2, 0x70C9, 0x9EF0, 0x70CA, 0xECC8, - 0x70CB, 0x9EF1, 0x70CC, 0x9EF2, 0x70CD, 0x9EF3, 0x70CE, 0x9EF4, 0x70CF, 0x9EF5, 0x70D0, 0x9EF6, 0x70D1, 0x9EF7, 0x70D2, 0x9EF8, - 0x70D3, 0x9EF9, 0x70D4, 0x9EFA, 0x70D5, 0x9EFB, 0x70D6, 0x9EFC, 0x70D7, 0x9EFD, 0x70D8, 0xBAE6, 0x70D9, 0xC0D3, 0x70DA, 0x9EFE, - 0x70DB, 0xD6F2, 0x70DC, 0x9F40, 0x70DD, 0x9F41, 0x70DE, 0x9F42, 0x70DF, 0xD1CC, 0x70E0, 0x9F43, 0x70E1, 0x9F44, 0x70E2, 0x9F45, - 0x70E3, 0x9F46, 0x70E4, 0xBFBE, 0x70E5, 0x9F47, 0x70E6, 0xB7B3, 0x70E7, 0xC9D5, 0x70E8, 0xECC7, 0x70E9, 0xBBE2, 0x70EA, 0x9F48, - 0x70EB, 0xCCCC, 0x70EC, 0xBDFD, 0x70ED, 0xC8C8, 0x70EE, 0x9F49, 0x70EF, 0xCFA9, 0x70F0, 0x9F4A, 0x70F1, 0x9F4B, 0x70F2, 0x9F4C, - 0x70F3, 0x9F4D, 0x70F4, 0x9F4E, 0x70F5, 0x9F4F, 0x70F6, 0x9F50, 0x70F7, 0xCDE9, 0x70F8, 0x9F51, 0x70F9, 0xC5EB, 0x70FA, 0x9F52, - 0x70FB, 0x9F53, 0x70FC, 0x9F54, 0x70FD, 0xB7E9, 0x70FE, 0x9F55, 0x70FF, 0x9F56, 0x7100, 0x9F57, 0x7101, 0x9F58, 0x7102, 0x9F59, - 0x7103, 0x9F5A, 0x7104, 0x9F5B, 0x7105, 0x9F5C, 0x7106, 0x9F5D, 0x7107, 0x9F5E, 0x7108, 0x9F5F, 0x7109, 0xD1C9, 0x710A, 0xBAB8, - 0x710B, 0x9F60, 0x710C, 0x9F61, 0x710D, 0x9F62, 0x710E, 0x9F63, 0x710F, 0x9F64, 0x7110, 0xECC9, 0x7111, 0x9F65, 0x7112, 0x9F66, - 0x7113, 0xECCA, 0x7114, 0x9F67, 0x7115, 0xBBC0, 0x7116, 0xECCB, 0x7117, 0x9F68, 0x7118, 0xECE2, 0x7119, 0xB1BA, 0x711A, 0xB7D9, - 0x711B, 0x9F69, 0x711C, 0x9F6A, 0x711D, 0x9F6B, 0x711E, 0x9F6C, 0x711F, 0x9F6D, 0x7120, 0x9F6E, 0x7121, 0x9F6F, 0x7122, 0x9F70, - 0x7123, 0x9F71, 0x7124, 0x9F72, 0x7125, 0x9F73, 0x7126, 0xBDB9, 0x7127, 0x9F74, 0x7128, 0x9F75, 0x7129, 0x9F76, 0x712A, 0x9F77, - 0x712B, 0x9F78, 0x712C, 0x9F79, 0x712D, 0x9F7A, 0x712E, 0x9F7B, 0x712F, 0xECCC, 0x7130, 0xD1E6, 0x7131, 0xECCD, 0x7132, 0x9F7C, - 0x7133, 0x9F7D, 0x7134, 0x9F7E, 0x7135, 0x9F80, 0x7136, 0xC8BB, 0x7137, 0x9F81, 0x7138, 0x9F82, 0x7139, 0x9F83, 0x713A, 0x9F84, - 0x713B, 0x9F85, 0x713C, 0x9F86, 0x713D, 0x9F87, 0x713E, 0x9F88, 0x713F, 0x9F89, 0x7140, 0x9F8A, 0x7141, 0x9F8B, 0x7142, 0x9F8C, - 0x7143, 0x9F8D, 0x7144, 0x9F8E, 0x7145, 0xECD1, 0x7146, 0x9F8F, 0x7147, 0x9F90, 0x7148, 0x9F91, 0x7149, 0x9F92, 0x714A, 0xECD3, - 0x714B, 0x9F93, 0x714C, 0xBBCD, 0x714D, 0x9F94, 0x714E, 0xBCE5, 0x714F, 0x9F95, 0x7150, 0x9F96, 0x7151, 0x9F97, 0x7152, 0x9F98, - 0x7153, 0x9F99, 0x7154, 0x9F9A, 0x7155, 0x9F9B, 0x7156, 0x9F9C, 0x7157, 0x9F9D, 0x7158, 0x9F9E, 0x7159, 0x9F9F, 0x715A, 0x9FA0, - 0x715B, 0x9FA1, 0x715C, 0xECCF, 0x715D, 0x9FA2, 0x715E, 0xC9B7, 0x715F, 0x9FA3, 0x7160, 0x9FA4, 0x7161, 0x9FA5, 0x7162, 0x9FA6, - 0x7163, 0x9FA7, 0x7164, 0xC3BA, 0x7165, 0x9FA8, 0x7166, 0xECE3, 0x7167, 0xD5D5, 0x7168, 0xECD0, 0x7169, 0x9FA9, 0x716A, 0x9FAA, - 0x716B, 0x9FAB, 0x716C, 0x9FAC, 0x716D, 0x9FAD, 0x716E, 0xD6F3, 0x716F, 0x9FAE, 0x7170, 0x9FAF, 0x7171, 0x9FB0, 0x7172, 0xECD2, - 0x7173, 0xECCE, 0x7174, 0x9FB1, 0x7175, 0x9FB2, 0x7176, 0x9FB3, 0x7177, 0x9FB4, 0x7178, 0xECD4, 0x7179, 0x9FB5, 0x717A, 0xECD5, - 0x717B, 0x9FB6, 0x717C, 0x9FB7, 0x717D, 0xC9BF, 0x717E, 0x9FB8, 0x717F, 0x9FB9, 0x7180, 0x9FBA, 0x7181, 0x9FBB, 0x7182, 0x9FBC, - 0x7183, 0x9FBD, 0x7184, 0xCFA8, 0x7185, 0x9FBE, 0x7186, 0x9FBF, 0x7187, 0x9FC0, 0x7188, 0x9FC1, 0x7189, 0x9FC2, 0x718A, 0xD0DC, - 0x718B, 0x9FC3, 0x718C, 0x9FC4, 0x718D, 0x9FC5, 0x718E, 0x9FC6, 0x718F, 0xD1AC, 0x7190, 0x9FC7, 0x7191, 0x9FC8, 0x7192, 0x9FC9, - 0x7193, 0x9FCA, 0x7194, 0xC8DB, 0x7195, 0x9FCB, 0x7196, 0x9FCC, 0x7197, 0x9FCD, 0x7198, 0xECD6, 0x7199, 0xCEF5, 0x719A, 0x9FCE, - 0x719B, 0x9FCF, 0x719C, 0x9FD0, 0x719D, 0x9FD1, 0x719E, 0x9FD2, 0x719F, 0xCAEC, 0x71A0, 0xECDA, 0x71A1, 0x9FD3, 0x71A2, 0x9FD4, - 0x71A3, 0x9FD5, 0x71A4, 0x9FD6, 0x71A5, 0x9FD7, 0x71A6, 0x9FD8, 0x71A7, 0x9FD9, 0x71A8, 0xECD9, 0x71A9, 0x9FDA, 0x71AA, 0x9FDB, - 0x71AB, 0x9FDC, 0x71AC, 0xB0BE, 0x71AD, 0x9FDD, 0x71AE, 0x9FDE, 0x71AF, 0x9FDF, 0x71B0, 0x9FE0, 0x71B1, 0x9FE1, 0x71B2, 0x9FE2, - 0x71B3, 0xECD7, 0x71B4, 0x9FE3, 0x71B5, 0xECD8, 0x71B6, 0x9FE4, 0x71B7, 0x9FE5, 0x71B8, 0x9FE6, 0x71B9, 0xECE4, 0x71BA, 0x9FE7, - 0x71BB, 0x9FE8, 0x71BC, 0x9FE9, 0x71BD, 0x9FEA, 0x71BE, 0x9FEB, 0x71BF, 0x9FEC, 0x71C0, 0x9FED, 0x71C1, 0x9FEE, 0x71C2, 0x9FEF, - 0x71C3, 0xC8BC, 0x71C4, 0x9FF0, 0x71C5, 0x9FF1, 0x71C6, 0x9FF2, 0x71C7, 0x9FF3, 0x71C8, 0x9FF4, 0x71C9, 0x9FF5, 0x71CA, 0x9FF6, - 0x71CB, 0x9FF7, 0x71CC, 0x9FF8, 0x71CD, 0x9FF9, 0x71CE, 0xC1C7, 0x71CF, 0x9FFA, 0x71D0, 0x9FFB, 0x71D1, 0x9FFC, 0x71D2, 0x9FFD, - 0x71D3, 0x9FFE, 0x71D4, 0xECDC, 0x71D5, 0xD1E0, 0x71D6, 0xA040, 0x71D7, 0xA041, 0x71D8, 0xA042, 0x71D9, 0xA043, 0x71DA, 0xA044, - 0x71DB, 0xA045, 0x71DC, 0xA046, 0x71DD, 0xA047, 0x71DE, 0xA048, 0x71DF, 0xA049, 0x71E0, 0xECDB, 0x71E1, 0xA04A, 0x71E2, 0xA04B, - 0x71E3, 0xA04C, 0x71E4, 0xA04D, 0x71E5, 0xD4EF, 0x71E6, 0xA04E, 0x71E7, 0xECDD, 0x71E8, 0xA04F, 0x71E9, 0xA050, 0x71EA, 0xA051, - 0x71EB, 0xA052, 0x71EC, 0xA053, 0x71ED, 0xA054, 0x71EE, 0xDBC6, 0x71EF, 0xA055, 0x71F0, 0xA056, 0x71F1, 0xA057, 0x71F2, 0xA058, - 0x71F3, 0xA059, 0x71F4, 0xA05A, 0x71F5, 0xA05B, 0x71F6, 0xA05C, 0x71F7, 0xA05D, 0x71F8, 0xA05E, 0x71F9, 0xECDE, 0x71FA, 0xA05F, - 0x71FB, 0xA060, 0x71FC, 0xA061, 0x71FD, 0xA062, 0x71FE, 0xA063, 0x71FF, 0xA064, 0x7200, 0xA065, 0x7201, 0xA066, 0x7202, 0xA067, - 0x7203, 0xA068, 0x7204, 0xA069, 0x7205, 0xA06A, 0x7206, 0xB1AC, 0x7207, 0xA06B, 0x7208, 0xA06C, 0x7209, 0xA06D, 0x720A, 0xA06E, - 0x720B, 0xA06F, 0x720C, 0xA070, 0x720D, 0xA071, 0x720E, 0xA072, 0x720F, 0xA073, 0x7210, 0xA074, 0x7211, 0xA075, 0x7212, 0xA076, - 0x7213, 0xA077, 0x7214, 0xA078, 0x7215, 0xA079, 0x7216, 0xA07A, 0x7217, 0xA07B, 0x7218, 0xA07C, 0x7219, 0xA07D, 0x721A, 0xA07E, - 0x721B, 0xA080, 0x721C, 0xA081, 0x721D, 0xECDF, 0x721E, 0xA082, 0x721F, 0xA083, 0x7220, 0xA084, 0x7221, 0xA085, 0x7222, 0xA086, - 0x7223, 0xA087, 0x7224, 0xA088, 0x7225, 0xA089, 0x7226, 0xA08A, 0x7227, 0xA08B, 0x7228, 0xECE0, 0x7229, 0xA08C, 0x722A, 0xD7A6, - 0x722B, 0xA08D, 0x722C, 0xC5C0, 0x722D, 0xA08E, 0x722E, 0xA08F, 0x722F, 0xA090, 0x7230, 0xEBBC, 0x7231, 0xB0AE, 0x7232, 0xA091, - 0x7233, 0xA092, 0x7234, 0xA093, 0x7235, 0xBEF4, 0x7236, 0xB8B8, 0x7237, 0xD2AF, 0x7238, 0xB0D6, 0x7239, 0xB5F9, 0x723A, 0xA094, - 0x723B, 0xD8B3, 0x723C, 0xA095, 0x723D, 0xCBAC, 0x723E, 0xA096, 0x723F, 0xE3DD, 0x7240, 0xA097, 0x7241, 0xA098, 0x7242, 0xA099, - 0x7243, 0xA09A, 0x7244, 0xA09B, 0x7245, 0xA09C, 0x7246, 0xA09D, 0x7247, 0xC6AC, 0x7248, 0xB0E6, 0x7249, 0xA09E, 0x724A, 0xA09F, - 0x724B, 0xA0A0, 0x724C, 0xC5C6, 0x724D, 0xEBB9, 0x724E, 0xA0A1, 0x724F, 0xA0A2, 0x7250, 0xA0A3, 0x7251, 0xA0A4, 0x7252, 0xEBBA, - 0x7253, 0xA0A5, 0x7254, 0xA0A6, 0x7255, 0xA0A7, 0x7256, 0xEBBB, 0x7257, 0xA0A8, 0x7258, 0xA0A9, 0x7259, 0xD1C0, 0x725A, 0xA0AA, - 0x725B, 0xC5A3, 0x725C, 0xA0AB, 0x725D, 0xEAF2, 0x725E, 0xA0AC, 0x725F, 0xC4B2, 0x7260, 0xA0AD, 0x7261, 0xC4B5, 0x7262, 0xC0CE, - 0x7263, 0xA0AE, 0x7264, 0xA0AF, 0x7265, 0xA0B0, 0x7266, 0xEAF3, 0x7267, 0xC4C1, 0x7268, 0xA0B1, 0x7269, 0xCEEF, 0x726A, 0xA0B2, - 0x726B, 0xA0B3, 0x726C, 0xA0B4, 0x726D, 0xA0B5, 0x726E, 0xEAF0, 0x726F, 0xEAF4, 0x7270, 0xA0B6, 0x7271, 0xA0B7, 0x7272, 0xC9FC, - 0x7273, 0xA0B8, 0x7274, 0xA0B9, 0x7275, 0xC7A3, 0x7276, 0xA0BA, 0x7277, 0xA0BB, 0x7278, 0xA0BC, 0x7279, 0xCCD8, 0x727A, 0xCEFE, - 0x727B, 0xA0BD, 0x727C, 0xA0BE, 0x727D, 0xA0BF, 0x727E, 0xEAF5, 0x727F, 0xEAF6, 0x7280, 0xCFAC, 0x7281, 0xC0E7, 0x7282, 0xA0C0, - 0x7283, 0xA0C1, 0x7284, 0xEAF7, 0x7285, 0xA0C2, 0x7286, 0xA0C3, 0x7287, 0xA0C4, 0x7288, 0xA0C5, 0x7289, 0xA0C6, 0x728A, 0xB6BF, - 0x728B, 0xEAF8, 0x728C, 0xA0C7, 0x728D, 0xEAF9, 0x728E, 0xA0C8, 0x728F, 0xEAFA, 0x7290, 0xA0C9, 0x7291, 0xA0CA, 0x7292, 0xEAFB, - 0x7293, 0xA0CB, 0x7294, 0xA0CC, 0x7295, 0xA0CD, 0x7296, 0xA0CE, 0x7297, 0xA0CF, 0x7298, 0xA0D0, 0x7299, 0xA0D1, 0x729A, 0xA0D2, - 0x729B, 0xA0D3, 0x729C, 0xA0D4, 0x729D, 0xA0D5, 0x729E, 0xA0D6, 0x729F, 0xEAF1, 0x72A0, 0xA0D7, 0x72A1, 0xA0D8, 0x72A2, 0xA0D9, - 0x72A3, 0xA0DA, 0x72A4, 0xA0DB, 0x72A5, 0xA0DC, 0x72A6, 0xA0DD, 0x72A7, 0xA0DE, 0x72A8, 0xA0DF, 0x72A9, 0xA0E0, 0x72AA, 0xA0E1, - 0x72AB, 0xA0E2, 0x72AC, 0xC8AE, 0x72AD, 0xE1EB, 0x72AE, 0xA0E3, 0x72AF, 0xB7B8, 0x72B0, 0xE1EC, 0x72B1, 0xA0E4, 0x72B2, 0xA0E5, - 0x72B3, 0xA0E6, 0x72B4, 0xE1ED, 0x72B5, 0xA0E7, 0x72B6, 0xD7B4, 0x72B7, 0xE1EE, 0x72B8, 0xE1EF, 0x72B9, 0xD3CC, 0x72BA, 0xA0E8, - 0x72BB, 0xA0E9, 0x72BC, 0xA0EA, 0x72BD, 0xA0EB, 0x72BE, 0xA0EC, 0x72BF, 0xA0ED, 0x72C0, 0xA0EE, 0x72C1, 0xE1F1, 0x72C2, 0xBFF1, - 0x72C3, 0xE1F0, 0x72C4, 0xB5D2, 0x72C5, 0xA0EF, 0x72C6, 0xA0F0, 0x72C7, 0xA0F1, 0x72C8, 0xB1B7, 0x72C9, 0xA0F2, 0x72CA, 0xA0F3, - 0x72CB, 0xA0F4, 0x72CC, 0xA0F5, 0x72CD, 0xE1F3, 0x72CE, 0xE1F2, 0x72CF, 0xA0F6, 0x72D0, 0xBAFC, 0x72D1, 0xA0F7, 0x72D2, 0xE1F4, - 0x72D3, 0xA0F8, 0x72D4, 0xA0F9, 0x72D5, 0xA0FA, 0x72D6, 0xA0FB, 0x72D7, 0xB9B7, 0x72D8, 0xA0FC, 0x72D9, 0xBED1, 0x72DA, 0xA0FD, - 0x72DB, 0xA0FE, 0x72DC, 0xAA40, 0x72DD, 0xAA41, 0x72DE, 0xC4FC, 0x72DF, 0xAA42, 0x72E0, 0xBADD, 0x72E1, 0xBDC6, 0x72E2, 0xAA43, - 0x72E3, 0xAA44, 0x72E4, 0xAA45, 0x72E5, 0xAA46, 0x72E6, 0xAA47, 0x72E7, 0xAA48, 0x72E8, 0xE1F5, 0x72E9, 0xE1F7, 0x72EA, 0xAA49, - 0x72EB, 0xAA4A, 0x72EC, 0xB6C0, 0x72ED, 0xCFC1, 0x72EE, 0xCAA8, 0x72EF, 0xE1F6, 0x72F0, 0xD5F8, 0x72F1, 0xD3FC, 0x72F2, 0xE1F8, - 0x72F3, 0xE1FC, 0x72F4, 0xE1F9, 0x72F5, 0xAA4B, 0x72F6, 0xAA4C, 0x72F7, 0xE1FA, 0x72F8, 0xC0EA, 0x72F9, 0xAA4D, 0x72FA, 0xE1FE, - 0x72FB, 0xE2A1, 0x72FC, 0xC0C7, 0x72FD, 0xAA4E, 0x72FE, 0xAA4F, 0x72FF, 0xAA50, 0x7300, 0xAA51, 0x7301, 0xE1FB, 0x7302, 0xAA52, - 0x7303, 0xE1FD, 0x7304, 0xAA53, 0x7305, 0xAA54, 0x7306, 0xAA55, 0x7307, 0xAA56, 0x7308, 0xAA57, 0x7309, 0xAA58, 0x730A, 0xE2A5, - 0x730B, 0xAA59, 0x730C, 0xAA5A, 0x730D, 0xAA5B, 0x730E, 0xC1D4, 0x730F, 0xAA5C, 0x7310, 0xAA5D, 0x7311, 0xAA5E, 0x7312, 0xAA5F, - 0x7313, 0xE2A3, 0x7314, 0xAA60, 0x7315, 0xE2A8, 0x7316, 0xB2FE, 0x7317, 0xE2A2, 0x7318, 0xAA61, 0x7319, 0xAA62, 0x731A, 0xAA63, - 0x731B, 0xC3CD, 0x731C, 0xB2C2, 0x731D, 0xE2A7, 0x731E, 0xE2A6, 0x731F, 0xAA64, 0x7320, 0xAA65, 0x7321, 0xE2A4, 0x7322, 0xE2A9, - 0x7323, 0xAA66, 0x7324, 0xAA67, 0x7325, 0xE2AB, 0x7326, 0xAA68, 0x7327, 0xAA69, 0x7328, 0xAA6A, 0x7329, 0xD0C9, 0x732A, 0xD6ED, - 0x732B, 0xC3A8, 0x732C, 0xE2AC, 0x732D, 0xAA6B, 0x732E, 0xCFD7, 0x732F, 0xAA6C, 0x7330, 0xAA6D, 0x7331, 0xE2AE, 0x7332, 0xAA6E, - 0x7333, 0xAA6F, 0x7334, 0xBAEF, 0x7335, 0xAA70, 0x7336, 0xAA71, 0x7337, 0xE9E0, 0x7338, 0xE2AD, 0x7339, 0xE2AA, 0x733A, 0xAA72, - 0x733B, 0xAA73, 0x733C, 0xAA74, 0x733D, 0xAA75, 0x733E, 0xBBAB, 0x733F, 0xD4B3, 0x7340, 0xAA76, 0x7341, 0xAA77, 0x7342, 0xAA78, - 0x7343, 0xAA79, 0x7344, 0xAA7A, 0x7345, 0xAA7B, 0x7346, 0xAA7C, 0x7347, 0xAA7D, 0x7348, 0xAA7E, 0x7349, 0xAA80, 0x734A, 0xAA81, - 0x734B, 0xAA82, 0x734C, 0xAA83, 0x734D, 0xE2B0, 0x734E, 0xAA84, 0x734F, 0xAA85, 0x7350, 0xE2AF, 0x7351, 0xAA86, 0x7352, 0xE9E1, - 0x7353, 0xAA87, 0x7354, 0xAA88, 0x7355, 0xAA89, 0x7356, 0xAA8A, 0x7357, 0xE2B1, 0x7358, 0xAA8B, 0x7359, 0xAA8C, 0x735A, 0xAA8D, - 0x735B, 0xAA8E, 0x735C, 0xAA8F, 0x735D, 0xAA90, 0x735E, 0xAA91, 0x735F, 0xAA92, 0x7360, 0xE2B2, 0x7361, 0xAA93, 0x7362, 0xAA94, - 0x7363, 0xAA95, 0x7364, 0xAA96, 0x7365, 0xAA97, 0x7366, 0xAA98, 0x7367, 0xAA99, 0x7368, 0xAA9A, 0x7369, 0xAA9B, 0x736A, 0xAA9C, - 0x736B, 0xAA9D, 0x736C, 0xE2B3, 0x736D, 0xCCA1, 0x736E, 0xAA9E, 0x736F, 0xE2B4, 0x7370, 0xAA9F, 0x7371, 0xAAA0, 0x7372, 0xAB40, - 0x7373, 0xAB41, 0x7374, 0xAB42, 0x7375, 0xAB43, 0x7376, 0xAB44, 0x7377, 0xAB45, 0x7378, 0xAB46, 0x7379, 0xAB47, 0x737A, 0xAB48, - 0x737B, 0xAB49, 0x737C, 0xAB4A, 0x737D, 0xAB4B, 0x737E, 0xE2B5, 0x737F, 0xAB4C, 0x7380, 0xAB4D, 0x7381, 0xAB4E, 0x7382, 0xAB4F, - 0x7383, 0xAB50, 0x7384, 0xD0FE, 0x7385, 0xAB51, 0x7386, 0xAB52, 0x7387, 0xC2CA, 0x7388, 0xAB53, 0x7389, 0xD3F1, 0x738A, 0xAB54, - 0x738B, 0xCDF5, 0x738C, 0xAB55, 0x738D, 0xAB56, 0x738E, 0xE7E0, 0x738F, 0xAB57, 0x7390, 0xAB58, 0x7391, 0xE7E1, 0x7392, 0xAB59, - 0x7393, 0xAB5A, 0x7394, 0xAB5B, 0x7395, 0xAB5C, 0x7396, 0xBEC1, 0x7397, 0xAB5D, 0x7398, 0xAB5E, 0x7399, 0xAB5F, 0x739A, 0xAB60, - 0x739B, 0xC2EA, 0x739C, 0xAB61, 0x739D, 0xAB62, 0x739E, 0xAB63, 0x739F, 0xE7E4, 0x73A0, 0xAB64, 0x73A1, 0xAB65, 0x73A2, 0xE7E3, - 0x73A3, 0xAB66, 0x73A4, 0xAB67, 0x73A5, 0xAB68, 0x73A6, 0xAB69, 0x73A7, 0xAB6A, 0x73A8, 0xAB6B, 0x73A9, 0xCDE6, 0x73AA, 0xAB6C, - 0x73AB, 0xC3B5, 0x73AC, 0xAB6D, 0x73AD, 0xAB6E, 0x73AE, 0xE7E2, 0x73AF, 0xBBB7, 0x73B0, 0xCFD6, 0x73B1, 0xAB6F, 0x73B2, 0xC1E1, - 0x73B3, 0xE7E9, 0x73B4, 0xAB70, 0x73B5, 0xAB71, 0x73B6, 0xAB72, 0x73B7, 0xE7E8, 0x73B8, 0xAB73, 0x73B9, 0xAB74, 0x73BA, 0xE7F4, - 0x73BB, 0xB2A3, 0x73BC, 0xAB75, 0x73BD, 0xAB76, 0x73BE, 0xAB77, 0x73BF, 0xAB78, 0x73C0, 0xE7EA, 0x73C1, 0xAB79, 0x73C2, 0xE7E6, - 0x73C3, 0xAB7A, 0x73C4, 0xAB7B, 0x73C5, 0xAB7C, 0x73C6, 0xAB7D, 0x73C7, 0xAB7E, 0x73C8, 0xE7EC, 0x73C9, 0xE7EB, 0x73CA, 0xC9BA, - 0x73CB, 0xAB80, 0x73CC, 0xAB81, 0x73CD, 0xD5E4, 0x73CE, 0xAB82, 0x73CF, 0xE7E5, 0x73D0, 0xB7A9, 0x73D1, 0xE7E7, 0x73D2, 0xAB83, - 0x73D3, 0xAB84, 0x73D4, 0xAB85, 0x73D5, 0xAB86, 0x73D6, 0xAB87, 0x73D7, 0xAB88, 0x73D8, 0xAB89, 0x73D9, 0xE7EE, 0x73DA, 0xAB8A, - 0x73DB, 0xAB8B, 0x73DC, 0xAB8C, 0x73DD, 0xAB8D, 0x73DE, 0xE7F3, 0x73DF, 0xAB8E, 0x73E0, 0xD6E9, 0x73E1, 0xAB8F, 0x73E2, 0xAB90, - 0x73E3, 0xAB91, 0x73E4, 0xAB92, 0x73E5, 0xE7ED, 0x73E6, 0xAB93, 0x73E7, 0xE7F2, 0x73E8, 0xAB94, 0x73E9, 0xE7F1, 0x73EA, 0xAB95, - 0x73EB, 0xAB96, 0x73EC, 0xAB97, 0x73ED, 0xB0E0, 0x73EE, 0xAB98, 0x73EF, 0xAB99, 0x73F0, 0xAB9A, 0x73F1, 0xAB9B, 0x73F2, 0xE7F5, - 0x73F3, 0xAB9C, 0x73F4, 0xAB9D, 0x73F5, 0xAB9E, 0x73F6, 0xAB9F, 0x73F7, 0xABA0, 0x73F8, 0xAC40, 0x73F9, 0xAC41, 0x73FA, 0xAC42, - 0x73FB, 0xAC43, 0x73FC, 0xAC44, 0x73FD, 0xAC45, 0x73FE, 0xAC46, 0x73FF, 0xAC47, 0x7400, 0xAC48, 0x7401, 0xAC49, 0x7402, 0xAC4A, - 0x7403, 0xC7F2, 0x7404, 0xAC4B, 0x7405, 0xC0C5, 0x7406, 0xC0ED, 0x7407, 0xAC4C, 0x7408, 0xAC4D, 0x7409, 0xC1F0, 0x740A, 0xE7F0, - 0x740B, 0xAC4E, 0x740C, 0xAC4F, 0x740D, 0xAC50, 0x740E, 0xAC51, 0x740F, 0xE7F6, 0x7410, 0xCBF6, 0x7411, 0xAC52, 0x7412, 0xAC53, - 0x7413, 0xAC54, 0x7414, 0xAC55, 0x7415, 0xAC56, 0x7416, 0xAC57, 0x7417, 0xAC58, 0x7418, 0xAC59, 0x7419, 0xAC5A, 0x741A, 0xE8A2, - 0x741B, 0xE8A1, 0x741C, 0xAC5B, 0x741D, 0xAC5C, 0x741E, 0xAC5D, 0x741F, 0xAC5E, 0x7420, 0xAC5F, 0x7421, 0xAC60, 0x7422, 0xD7C1, - 0x7423, 0xAC61, 0x7424, 0xAC62, 0x7425, 0xE7FA, 0x7426, 0xE7F9, 0x7427, 0xAC63, 0x7428, 0xE7FB, 0x7429, 0xAC64, 0x742A, 0xE7F7, - 0x742B, 0xAC65, 0x742C, 0xE7FE, 0x742D, 0xAC66, 0x742E, 0xE7FD, 0x742F, 0xAC67, 0x7430, 0xE7FC, 0x7431, 0xAC68, 0x7432, 0xAC69, - 0x7433, 0xC1D5, 0x7434, 0xC7D9, 0x7435, 0xC5FD, 0x7436, 0xC5C3, 0x7437, 0xAC6A, 0x7438, 0xAC6B, 0x7439, 0xAC6C, 0x743A, 0xAC6D, - 0x743B, 0xAC6E, 0x743C, 0xC7ED, 0x743D, 0xAC6F, 0x743E, 0xAC70, 0x743F, 0xAC71, 0x7440, 0xAC72, 0x7441, 0xE8A3, 0x7442, 0xAC73, - 0x7443, 0xAC74, 0x7444, 0xAC75, 0x7445, 0xAC76, 0x7446, 0xAC77, 0x7447, 0xAC78, 0x7448, 0xAC79, 0x7449, 0xAC7A, 0x744A, 0xAC7B, - 0x744B, 0xAC7C, 0x744C, 0xAC7D, 0x744D, 0xAC7E, 0x744E, 0xAC80, 0x744F, 0xAC81, 0x7450, 0xAC82, 0x7451, 0xAC83, 0x7452, 0xAC84, - 0x7453, 0xAC85, 0x7454, 0xAC86, 0x7455, 0xE8A6, 0x7456, 0xAC87, 0x7457, 0xE8A5, 0x7458, 0xAC88, 0x7459, 0xE8A7, 0x745A, 0xBAF7, - 0x745B, 0xE7F8, 0x745C, 0xE8A4, 0x745D, 0xAC89, 0x745E, 0xC8F0, 0x745F, 0xC9AA, 0x7460, 0xAC8A, 0x7461, 0xAC8B, 0x7462, 0xAC8C, - 0x7463, 0xAC8D, 0x7464, 0xAC8E, 0x7465, 0xAC8F, 0x7466, 0xAC90, 0x7467, 0xAC91, 0x7468, 0xAC92, 0x7469, 0xAC93, 0x746A, 0xAC94, - 0x746B, 0xAC95, 0x746C, 0xAC96, 0x746D, 0xE8A9, 0x746E, 0xAC97, 0x746F, 0xAC98, 0x7470, 0xB9E5, 0x7471, 0xAC99, 0x7472, 0xAC9A, - 0x7473, 0xAC9B, 0x7474, 0xAC9C, 0x7475, 0xAC9D, 0x7476, 0xD1FE, 0x7477, 0xE8A8, 0x7478, 0xAC9E, 0x7479, 0xAC9F, 0x747A, 0xACA0, - 0x747B, 0xAD40, 0x747C, 0xAD41, 0x747D, 0xAD42, 0x747E, 0xE8AA, 0x747F, 0xAD43, 0x7480, 0xE8AD, 0x7481, 0xE8AE, 0x7482, 0xAD44, - 0x7483, 0xC1A7, 0x7484, 0xAD45, 0x7485, 0xAD46, 0x7486, 0xAD47, 0x7487, 0xE8AF, 0x7488, 0xAD48, 0x7489, 0xAD49, 0x748A, 0xAD4A, - 0x748B, 0xE8B0, 0x748C, 0xAD4B, 0x748D, 0xAD4C, 0x748E, 0xE8AC, 0x748F, 0xAD4D, 0x7490, 0xE8B4, 0x7491, 0xAD4E, 0x7492, 0xAD4F, - 0x7493, 0xAD50, 0x7494, 0xAD51, 0x7495, 0xAD52, 0x7496, 0xAD53, 0x7497, 0xAD54, 0x7498, 0xAD55, 0x7499, 0xAD56, 0x749A, 0xAD57, - 0x749B, 0xAD58, 0x749C, 0xE8AB, 0x749D, 0xAD59, 0x749E, 0xE8B1, 0x749F, 0xAD5A, 0x74A0, 0xAD5B, 0x74A1, 0xAD5C, 0x74A2, 0xAD5D, - 0x74A3, 0xAD5E, 0x74A4, 0xAD5F, 0x74A5, 0xAD60, 0x74A6, 0xAD61, 0x74A7, 0xE8B5, 0x74A8, 0xE8B2, 0x74A9, 0xE8B3, 0x74AA, 0xAD62, - 0x74AB, 0xAD63, 0x74AC, 0xAD64, 0x74AD, 0xAD65, 0x74AE, 0xAD66, 0x74AF, 0xAD67, 0x74B0, 0xAD68, 0x74B1, 0xAD69, 0x74B2, 0xAD6A, - 0x74B3, 0xAD6B, 0x74B4, 0xAD6C, 0x74B5, 0xAD6D, 0x74B6, 0xAD6E, 0x74B7, 0xAD6F, 0x74B8, 0xAD70, 0x74B9, 0xAD71, 0x74BA, 0xE8B7, - 0x74BB, 0xAD72, 0x74BC, 0xAD73, 0x74BD, 0xAD74, 0x74BE, 0xAD75, 0x74BF, 0xAD76, 0x74C0, 0xAD77, 0x74C1, 0xAD78, 0x74C2, 0xAD79, - 0x74C3, 0xAD7A, 0x74C4, 0xAD7B, 0x74C5, 0xAD7C, 0x74C6, 0xAD7D, 0x74C7, 0xAD7E, 0x74C8, 0xAD80, 0x74C9, 0xAD81, 0x74CA, 0xAD82, - 0x74CB, 0xAD83, 0x74CC, 0xAD84, 0x74CD, 0xAD85, 0x74CE, 0xAD86, 0x74CF, 0xAD87, 0x74D0, 0xAD88, 0x74D1, 0xAD89, 0x74D2, 0xE8B6, - 0x74D3, 0xAD8A, 0x74D4, 0xAD8B, 0x74D5, 0xAD8C, 0x74D6, 0xAD8D, 0x74D7, 0xAD8E, 0x74D8, 0xAD8F, 0x74D9, 0xAD90, 0x74DA, 0xAD91, - 0x74DB, 0xAD92, 0x74DC, 0xB9CF, 0x74DD, 0xAD93, 0x74DE, 0xF0AC, 0x74DF, 0xAD94, 0x74E0, 0xF0AD, 0x74E1, 0xAD95, 0x74E2, 0xC6B0, - 0x74E3, 0xB0EA, 0x74E4, 0xC8BF, 0x74E5, 0xAD96, 0x74E6, 0xCDDF, 0x74E7, 0xAD97, 0x74E8, 0xAD98, 0x74E9, 0xAD99, 0x74EA, 0xAD9A, - 0x74EB, 0xAD9B, 0x74EC, 0xAD9C, 0x74ED, 0xAD9D, 0x74EE, 0xCECD, 0x74EF, 0xEAB1, 0x74F0, 0xAD9E, 0x74F1, 0xAD9F, 0x74F2, 0xADA0, - 0x74F3, 0xAE40, 0x74F4, 0xEAB2, 0x74F5, 0xAE41, 0x74F6, 0xC6BF, 0x74F7, 0xB4C9, 0x74F8, 0xAE42, 0x74F9, 0xAE43, 0x74FA, 0xAE44, - 0x74FB, 0xAE45, 0x74FC, 0xAE46, 0x74FD, 0xAE47, 0x74FE, 0xAE48, 0x74FF, 0xEAB3, 0x7500, 0xAE49, 0x7501, 0xAE4A, 0x7502, 0xAE4B, - 0x7503, 0xAE4C, 0x7504, 0xD5E7, 0x7505, 0xAE4D, 0x7506, 0xAE4E, 0x7507, 0xAE4F, 0x7508, 0xAE50, 0x7509, 0xAE51, 0x750A, 0xAE52, - 0x750B, 0xAE53, 0x750C, 0xAE54, 0x750D, 0xDDF9, 0x750E, 0xAE55, 0x750F, 0xEAB4, 0x7510, 0xAE56, 0x7511, 0xEAB5, 0x7512, 0xAE57, - 0x7513, 0xEAB6, 0x7514, 0xAE58, 0x7515, 0xAE59, 0x7516, 0xAE5A, 0x7517, 0xAE5B, 0x7518, 0xB8CA, 0x7519, 0xDFB0, 0x751A, 0xC9F5, - 0x751B, 0xAE5C, 0x751C, 0xCCF0, 0x751D, 0xAE5D, 0x751E, 0xAE5E, 0x751F, 0xC9FA, 0x7520, 0xAE5F, 0x7521, 0xAE60, 0x7522, 0xAE61, - 0x7523, 0xAE62, 0x7524, 0xAE63, 0x7525, 0xC9FB, 0x7526, 0xAE64, 0x7527, 0xAE65, 0x7528, 0xD3C3, 0x7529, 0xCBA6, 0x752A, 0xAE66, - 0x752B, 0xB8A6, 0x752C, 0xF0AE, 0x752D, 0xB1C2, 0x752E, 0xAE67, 0x752F, 0xE5B8, 0x7530, 0xCCEF, 0x7531, 0xD3C9, 0x7532, 0xBCD7, - 0x7533, 0xC9EA, 0x7534, 0xAE68, 0x7535, 0xB5E7, 0x7536, 0xAE69, 0x7537, 0xC4D0, 0x7538, 0xB5E9, 0x7539, 0xAE6A, 0x753A, 0xEEAE, - 0x753B, 0xBBAD, 0x753C, 0xAE6B, 0x753D, 0xAE6C, 0x753E, 0xE7DE, 0x753F, 0xAE6D, 0x7540, 0xEEAF, 0x7541, 0xAE6E, 0x7542, 0xAE6F, - 0x7543, 0xAE70, 0x7544, 0xAE71, 0x7545, 0xB3A9, 0x7546, 0xAE72, 0x7547, 0xAE73, 0x7548, 0xEEB2, 0x7549, 0xAE74, 0x754A, 0xAE75, - 0x754B, 0xEEB1, 0x754C, 0xBDE7, 0x754D, 0xAE76, 0x754E, 0xEEB0, 0x754F, 0xCEB7, 0x7550, 0xAE77, 0x7551, 0xAE78, 0x7552, 0xAE79, - 0x7553, 0xAE7A, 0x7554, 0xC5CF, 0x7555, 0xAE7B, 0x7556, 0xAE7C, 0x7557, 0xAE7D, 0x7558, 0xAE7E, 0x7559, 0xC1F4, 0x755A, 0xDBCE, - 0x755B, 0xEEB3, 0x755C, 0xD0F3, 0x755D, 0xAE80, 0x755E, 0xAE81, 0x755F, 0xAE82, 0x7560, 0xAE83, 0x7561, 0xAE84, 0x7562, 0xAE85, - 0x7563, 0xAE86, 0x7564, 0xAE87, 0x7565, 0xC2D4, 0x7566, 0xC6E8, 0x7567, 0xAE88, 0x7568, 0xAE89, 0x7569, 0xAE8A, 0x756A, 0xB7AC, - 0x756B, 0xAE8B, 0x756C, 0xAE8C, 0x756D, 0xAE8D, 0x756E, 0xAE8E, 0x756F, 0xAE8F, 0x7570, 0xAE90, 0x7571, 0xAE91, 0x7572, 0xEEB4, - 0x7573, 0xAE92, 0x7574, 0xB3EB, 0x7575, 0xAE93, 0x7576, 0xAE94, 0x7577, 0xAE95, 0x7578, 0xBBFB, 0x7579, 0xEEB5, 0x757A, 0xAE96, - 0x757B, 0xAE97, 0x757C, 0xAE98, 0x757D, 0xAE99, 0x757E, 0xAE9A, 0x757F, 0xE7DC, 0x7580, 0xAE9B, 0x7581, 0xAE9C, 0x7582, 0xAE9D, - 0x7583, 0xEEB6, 0x7584, 0xAE9E, 0x7585, 0xAE9F, 0x7586, 0xBDAE, 0x7587, 0xAEA0, 0x7588, 0xAF40, 0x7589, 0xAF41, 0x758A, 0xAF42, - 0x758B, 0xF1E2, 0x758C, 0xAF43, 0x758D, 0xAF44, 0x758E, 0xAF45, 0x758F, 0xCAE8, 0x7590, 0xAF46, 0x7591, 0xD2C9, 0x7592, 0xF0DA, - 0x7593, 0xAF47, 0x7594, 0xF0DB, 0x7595, 0xAF48, 0x7596, 0xF0DC, 0x7597, 0xC1C6, 0x7598, 0xAF49, 0x7599, 0xB8ED, 0x759A, 0xBECE, - 0x759B, 0xAF4A, 0x759C, 0xAF4B, 0x759D, 0xF0DE, 0x759E, 0xAF4C, 0x759F, 0xC5B1, 0x75A0, 0xF0DD, 0x75A1, 0xD1F1, 0x75A2, 0xAF4D, - 0x75A3, 0xF0E0, 0x75A4, 0xB0CC, 0x75A5, 0xBDEA, 0x75A6, 0xAF4E, 0x75A7, 0xAF4F, 0x75A8, 0xAF50, 0x75A9, 0xAF51, 0x75AA, 0xAF52, - 0x75AB, 0xD2DF, 0x75AC, 0xF0DF, 0x75AD, 0xAF53, 0x75AE, 0xB4AF, 0x75AF, 0xB7E8, 0x75B0, 0xF0E6, 0x75B1, 0xF0E5, 0x75B2, 0xC6A3, - 0x75B3, 0xF0E1, 0x75B4, 0xF0E2, 0x75B5, 0xB4C3, 0x75B6, 0xAF54, 0x75B7, 0xAF55, 0x75B8, 0xF0E3, 0x75B9, 0xD5EE, 0x75BA, 0xAF56, - 0x75BB, 0xAF57, 0x75BC, 0xCCDB, 0x75BD, 0xBED2, 0x75BE, 0xBCB2, 0x75BF, 0xAF58, 0x75C0, 0xAF59, 0x75C1, 0xAF5A, 0x75C2, 0xF0E8, - 0x75C3, 0xF0E7, 0x75C4, 0xF0E4, 0x75C5, 0xB2A1, 0x75C6, 0xAF5B, 0x75C7, 0xD6A2, 0x75C8, 0xD3B8, 0x75C9, 0xBEB7, 0x75CA, 0xC8AC, - 0x75CB, 0xAF5C, 0x75CC, 0xAF5D, 0x75CD, 0xF0EA, 0x75CE, 0xAF5E, 0x75CF, 0xAF5F, 0x75D0, 0xAF60, 0x75D1, 0xAF61, 0x75D2, 0xD1F7, - 0x75D3, 0xAF62, 0x75D4, 0xD6CC, 0x75D5, 0xBADB, 0x75D6, 0xF0E9, 0x75D7, 0xAF63, 0x75D8, 0xB6BB, 0x75D9, 0xAF64, 0x75DA, 0xAF65, - 0x75DB, 0xCDB4, 0x75DC, 0xAF66, 0x75DD, 0xAF67, 0x75DE, 0xC6A6, 0x75DF, 0xAF68, 0x75E0, 0xAF69, 0x75E1, 0xAF6A, 0x75E2, 0xC1A1, - 0x75E3, 0xF0EB, 0x75E4, 0xF0EE, 0x75E5, 0xAF6B, 0x75E6, 0xF0ED, 0x75E7, 0xF0F0, 0x75E8, 0xF0EC, 0x75E9, 0xAF6C, 0x75EA, 0xBBBE, - 0x75EB, 0xF0EF, 0x75EC, 0xAF6D, 0x75ED, 0xAF6E, 0x75EE, 0xAF6F, 0x75EF, 0xAF70, 0x75F0, 0xCCB5, 0x75F1, 0xF0F2, 0x75F2, 0xAF71, - 0x75F3, 0xAF72, 0x75F4, 0xB3D5, 0x75F5, 0xAF73, 0x75F6, 0xAF74, 0x75F7, 0xAF75, 0x75F8, 0xAF76, 0x75F9, 0xB1D4, 0x75FA, 0xAF77, - 0x75FB, 0xAF78, 0x75FC, 0xF0F3, 0x75FD, 0xAF79, 0x75FE, 0xAF7A, 0x75FF, 0xF0F4, 0x7600, 0xF0F6, 0x7601, 0xB4E1, 0x7602, 0xAF7B, - 0x7603, 0xF0F1, 0x7604, 0xAF7C, 0x7605, 0xF0F7, 0x7606, 0xAF7D, 0x7607, 0xAF7E, 0x7608, 0xAF80, 0x7609, 0xAF81, 0x760A, 0xF0FA, - 0x760B, 0xAF82, 0x760C, 0xF0F8, 0x760D, 0xAF83, 0x760E, 0xAF84, 0x760F, 0xAF85, 0x7610, 0xF0F5, 0x7611, 0xAF86, 0x7612, 0xAF87, - 0x7613, 0xAF88, 0x7614, 0xAF89, 0x7615, 0xF0FD, 0x7616, 0xAF8A, 0x7617, 0xF0F9, 0x7618, 0xF0FC, 0x7619, 0xF0FE, 0x761A, 0xAF8B, - 0x761B, 0xF1A1, 0x761C, 0xAF8C, 0x761D, 0xAF8D, 0x761E, 0xAF8E, 0x761F, 0xCEC1, 0x7620, 0xF1A4, 0x7621, 0xAF8F, 0x7622, 0xF1A3, - 0x7623, 0xAF90, 0x7624, 0xC1F6, 0x7625, 0xF0FB, 0x7626, 0xCADD, 0x7627, 0xAF91, 0x7628, 0xAF92, 0x7629, 0xB4F1, 0x762A, 0xB1F1, - 0x762B, 0xCCB1, 0x762C, 0xAF93, 0x762D, 0xF1A6, 0x762E, 0xAF94, 0x762F, 0xAF95, 0x7630, 0xF1A7, 0x7631, 0xAF96, 0x7632, 0xAF97, - 0x7633, 0xF1AC, 0x7634, 0xD5CE, 0x7635, 0xF1A9, 0x7636, 0xAF98, 0x7637, 0xAF99, 0x7638, 0xC8B3, 0x7639, 0xAF9A, 0x763A, 0xAF9B, - 0x763B, 0xAF9C, 0x763C, 0xF1A2, 0x763D, 0xAF9D, 0x763E, 0xF1AB, 0x763F, 0xF1A8, 0x7640, 0xF1A5, 0x7641, 0xAF9E, 0x7642, 0xAF9F, - 0x7643, 0xF1AA, 0x7644, 0xAFA0, 0x7645, 0xB040, 0x7646, 0xB041, 0x7647, 0xB042, 0x7648, 0xB043, 0x7649, 0xB044, 0x764A, 0xB045, - 0x764B, 0xB046, 0x764C, 0xB0A9, 0x764D, 0xF1AD, 0x764E, 0xB047, 0x764F, 0xB048, 0x7650, 0xB049, 0x7651, 0xB04A, 0x7652, 0xB04B, - 0x7653, 0xB04C, 0x7654, 0xF1AF, 0x7655, 0xB04D, 0x7656, 0xF1B1, 0x7657, 0xB04E, 0x7658, 0xB04F, 0x7659, 0xB050, 0x765A, 0xB051, - 0x765B, 0xB052, 0x765C, 0xF1B0, 0x765D, 0xB053, 0x765E, 0xF1AE, 0x765F, 0xB054, 0x7660, 0xB055, 0x7661, 0xB056, 0x7662, 0xB057, - 0x7663, 0xD1A2, 0x7664, 0xB058, 0x7665, 0xB059, 0x7666, 0xB05A, 0x7667, 0xB05B, 0x7668, 0xB05C, 0x7669, 0xB05D, 0x766A, 0xB05E, - 0x766B, 0xF1B2, 0x766C, 0xB05F, 0x766D, 0xB060, 0x766E, 0xB061, 0x766F, 0xF1B3, 0x7670, 0xB062, 0x7671, 0xB063, 0x7672, 0xB064, - 0x7673, 0xB065, 0x7674, 0xB066, 0x7675, 0xB067, 0x7676, 0xB068, 0x7677, 0xB069, 0x7678, 0xB9EF, 0x7679, 0xB06A, 0x767A, 0xB06B, - 0x767B, 0xB5C7, 0x767C, 0xB06C, 0x767D, 0xB0D7, 0x767E, 0xB0D9, 0x767F, 0xB06D, 0x7680, 0xB06E, 0x7681, 0xB06F, 0x7682, 0xD4ED, - 0x7683, 0xB070, 0x7684, 0xB5C4, 0x7685, 0xB071, 0x7686, 0xBDD4, 0x7687, 0xBBCA, 0x7688, 0xF0A7, 0x7689, 0xB072, 0x768A, 0xB073, - 0x768B, 0xB8DE, 0x768C, 0xB074, 0x768D, 0xB075, 0x768E, 0xF0A8, 0x768F, 0xB076, 0x7690, 0xB077, 0x7691, 0xB0A8, 0x7692, 0xB078, - 0x7693, 0xF0A9, 0x7694, 0xB079, 0x7695, 0xB07A, 0x7696, 0xCDEE, 0x7697, 0xB07B, 0x7698, 0xB07C, 0x7699, 0xF0AA, 0x769A, 0xB07D, - 0x769B, 0xB07E, 0x769C, 0xB080, 0x769D, 0xB081, 0x769E, 0xB082, 0x769F, 0xB083, 0x76A0, 0xB084, 0x76A1, 0xB085, 0x76A2, 0xB086, - 0x76A3, 0xB087, 0x76A4, 0xF0AB, 0x76A5, 0xB088, 0x76A6, 0xB089, 0x76A7, 0xB08A, 0x76A8, 0xB08B, 0x76A9, 0xB08C, 0x76AA, 0xB08D, - 0x76AB, 0xB08E, 0x76AC, 0xB08F, 0x76AD, 0xB090, 0x76AE, 0xC6A4, 0x76AF, 0xB091, 0x76B0, 0xB092, 0x76B1, 0xD6E5, 0x76B2, 0xF1E4, - 0x76B3, 0xB093, 0x76B4, 0xF1E5, 0x76B5, 0xB094, 0x76B6, 0xB095, 0x76B7, 0xB096, 0x76B8, 0xB097, 0x76B9, 0xB098, 0x76BA, 0xB099, - 0x76BB, 0xB09A, 0x76BC, 0xB09B, 0x76BD, 0xB09C, 0x76BE, 0xB09D, 0x76BF, 0xC3F3, 0x76C0, 0xB09E, 0x76C1, 0xB09F, 0x76C2, 0xD3DB, - 0x76C3, 0xB0A0, 0x76C4, 0xB140, 0x76C5, 0xD6D1, 0x76C6, 0xC5E8, 0x76C7, 0xB141, 0x76C8, 0xD3AF, 0x76C9, 0xB142, 0x76CA, 0xD2E6, - 0x76CB, 0xB143, 0x76CC, 0xB144, 0x76CD, 0xEEC1, 0x76CE, 0xB0BB, 0x76CF, 0xD5B5, 0x76D0, 0xD1CE, 0x76D1, 0xBCE0, 0x76D2, 0xBAD0, - 0x76D3, 0xB145, 0x76D4, 0xBFF8, 0x76D5, 0xB146, 0x76D6, 0xB8C7, 0x76D7, 0xB5C1, 0x76D8, 0xC5CC, 0x76D9, 0xB147, 0x76DA, 0xB148, - 0x76DB, 0xCAA2, 0x76DC, 0xB149, 0x76DD, 0xB14A, 0x76DE, 0xB14B, 0x76DF, 0xC3CB, 0x76E0, 0xB14C, 0x76E1, 0xB14D, 0x76E2, 0xB14E, - 0x76E3, 0xB14F, 0x76E4, 0xB150, 0x76E5, 0xEEC2, 0x76E6, 0xB151, 0x76E7, 0xB152, 0x76E8, 0xB153, 0x76E9, 0xB154, 0x76EA, 0xB155, - 0x76EB, 0xB156, 0x76EC, 0xB157, 0x76ED, 0xB158, 0x76EE, 0xC4BF, 0x76EF, 0xB6A2, 0x76F0, 0xB159, 0x76F1, 0xEDEC, 0x76F2, 0xC3A4, - 0x76F3, 0xB15A, 0x76F4, 0xD6B1, 0x76F5, 0xB15B, 0x76F6, 0xB15C, 0x76F7, 0xB15D, 0x76F8, 0xCFE0, 0x76F9, 0xEDEF, 0x76FA, 0xB15E, - 0x76FB, 0xB15F, 0x76FC, 0xC5CE, 0x76FD, 0xB160, 0x76FE, 0xB6DC, 0x76FF, 0xB161, 0x7700, 0xB162, 0x7701, 0xCAA1, 0x7702, 0xB163, - 0x7703, 0xB164, 0x7704, 0xEDED, 0x7705, 0xB165, 0x7706, 0xB166, 0x7707, 0xEDF0, 0x7708, 0xEDF1, 0x7709, 0xC3BC, 0x770A, 0xB167, - 0x770B, 0xBFB4, 0x770C, 0xB168, 0x770D, 0xEDEE, 0x770E, 0xB169, 0x770F, 0xB16A, 0x7710, 0xB16B, 0x7711, 0xB16C, 0x7712, 0xB16D, - 0x7713, 0xB16E, 0x7714, 0xB16F, 0x7715, 0xB170, 0x7716, 0xB171, 0x7717, 0xB172, 0x7718, 0xB173, 0x7719, 0xEDF4, 0x771A, 0xEDF2, - 0x771B, 0xB174, 0x771C, 0xB175, 0x771D, 0xB176, 0x771E, 0xB177, 0x771F, 0xD5E6, 0x7720, 0xC3DF, 0x7721, 0xB178, 0x7722, 0xEDF3, - 0x7723, 0xB179, 0x7724, 0xB17A, 0x7725, 0xB17B, 0x7726, 0xEDF6, 0x7727, 0xB17C, 0x7728, 0xD5A3, 0x7729, 0xD1A3, 0x772A, 0xB17D, - 0x772B, 0xB17E, 0x772C, 0xB180, 0x772D, 0xEDF5, 0x772E, 0xB181, 0x772F, 0xC3D0, 0x7730, 0xB182, 0x7731, 0xB183, 0x7732, 0xB184, - 0x7733, 0xB185, 0x7734, 0xB186, 0x7735, 0xEDF7, 0x7736, 0xBFF4, 0x7737, 0xBEEC, 0x7738, 0xEDF8, 0x7739, 0xB187, 0x773A, 0xCCF7, - 0x773B, 0xB188, 0x773C, 0xD1DB, 0x773D, 0xB189, 0x773E, 0xB18A, 0x773F, 0xB18B, 0x7740, 0xD7C5, 0x7741, 0xD5F6, 0x7742, 0xB18C, - 0x7743, 0xEDFC, 0x7744, 0xB18D, 0x7745, 0xB18E, 0x7746, 0xB18F, 0x7747, 0xEDFB, 0x7748, 0xB190, 0x7749, 0xB191, 0x774A, 0xB192, - 0x774B, 0xB193, 0x774C, 0xB194, 0x774D, 0xB195, 0x774E, 0xB196, 0x774F, 0xB197, 0x7750, 0xEDF9, 0x7751, 0xEDFA, 0x7752, 0xB198, - 0x7753, 0xB199, 0x7754, 0xB19A, 0x7755, 0xB19B, 0x7756, 0xB19C, 0x7757, 0xB19D, 0x7758, 0xB19E, 0x7759, 0xB19F, 0x775A, 0xEDFD, - 0x775B, 0xBEA6, 0x775C, 0xB1A0, 0x775D, 0xB240, 0x775E, 0xB241, 0x775F, 0xB242, 0x7760, 0xB243, 0x7761, 0xCBAF, 0x7762, 0xEEA1, - 0x7763, 0xB6BD, 0x7764, 0xB244, 0x7765, 0xEEA2, 0x7766, 0xC4C0, 0x7767, 0xB245, 0x7768, 0xEDFE, 0x7769, 0xB246, 0x776A, 0xB247, - 0x776B, 0xBDDE, 0x776C, 0xB2C7, 0x776D, 0xB248, 0x776E, 0xB249, 0x776F, 0xB24A, 0x7770, 0xB24B, 0x7771, 0xB24C, 0x7772, 0xB24D, - 0x7773, 0xB24E, 0x7774, 0xB24F, 0x7775, 0xB250, 0x7776, 0xB251, 0x7777, 0xB252, 0x7778, 0xB253, 0x7779, 0xB6C3, 0x777A, 0xB254, - 0x777B, 0xB255, 0x777C, 0xB256, 0x777D, 0xEEA5, 0x777E, 0xD8BA, 0x777F, 0xEEA3, 0x7780, 0xEEA6, 0x7781, 0xB257, 0x7782, 0xB258, - 0x7783, 0xB259, 0x7784, 0xC3E9, 0x7785, 0xB3F2, 0x7786, 0xB25A, 0x7787, 0xB25B, 0x7788, 0xB25C, 0x7789, 0xB25D, 0x778A, 0xB25E, - 0x778B, 0xB25F, 0x778C, 0xEEA7, 0x778D, 0xEEA4, 0x778E, 0xCFB9, 0x778F, 0xB260, 0x7790, 0xB261, 0x7791, 0xEEA8, 0x7792, 0xC2F7, - 0x7793, 0xB262, 0x7794, 0xB263, 0x7795, 0xB264, 0x7796, 0xB265, 0x7797, 0xB266, 0x7798, 0xB267, 0x7799, 0xB268, 0x779A, 0xB269, - 0x779B, 0xB26A, 0x779C, 0xB26B, 0x779D, 0xB26C, 0x779E, 0xB26D, 0x779F, 0xEEA9, 0x77A0, 0xEEAA, 0x77A1, 0xB26E, 0x77A2, 0xDEAB, - 0x77A3, 0xB26F, 0x77A4, 0xB270, 0x77A5, 0xC6B3, 0x77A6, 0xB271, 0x77A7, 0xC7C6, 0x77A8, 0xB272, 0x77A9, 0xD6F5, 0x77AA, 0xB5C9, - 0x77AB, 0xB273, 0x77AC, 0xCBB2, 0x77AD, 0xB274, 0x77AE, 0xB275, 0x77AF, 0xB276, 0x77B0, 0xEEAB, 0x77B1, 0xB277, 0x77B2, 0xB278, - 0x77B3, 0xCDAB, 0x77B4, 0xB279, 0x77B5, 0xEEAC, 0x77B6, 0xB27A, 0x77B7, 0xB27B, 0x77B8, 0xB27C, 0x77B9, 0xB27D, 0x77BA, 0xB27E, - 0x77BB, 0xD5B0, 0x77BC, 0xB280, 0x77BD, 0xEEAD, 0x77BE, 0xB281, 0x77BF, 0xF6C4, 0x77C0, 0xB282, 0x77C1, 0xB283, 0x77C2, 0xB284, - 0x77C3, 0xB285, 0x77C4, 0xB286, 0x77C5, 0xB287, 0x77C6, 0xB288, 0x77C7, 0xB289, 0x77C8, 0xB28A, 0x77C9, 0xB28B, 0x77CA, 0xB28C, - 0x77CB, 0xB28D, 0x77CC, 0xB28E, 0x77CD, 0xDBC7, 0x77CE, 0xB28F, 0x77CF, 0xB290, 0x77D0, 0xB291, 0x77D1, 0xB292, 0x77D2, 0xB293, - 0x77D3, 0xB294, 0x77D4, 0xB295, 0x77D5, 0xB296, 0x77D6, 0xB297, 0x77D7, 0xB4A3, 0x77D8, 0xB298, 0x77D9, 0xB299, 0x77DA, 0xB29A, - 0x77DB, 0xC3AC, 0x77DC, 0xF1E6, 0x77DD, 0xB29B, 0x77DE, 0xB29C, 0x77DF, 0xB29D, 0x77E0, 0xB29E, 0x77E1, 0xB29F, 0x77E2, 0xCAB8, - 0x77E3, 0xD2D3, 0x77E4, 0xB2A0, 0x77E5, 0xD6AA, 0x77E6, 0xB340, 0x77E7, 0xEFF2, 0x77E8, 0xB341, 0x77E9, 0xBED8, 0x77EA, 0xB342, - 0x77EB, 0xBDC3, 0x77EC, 0xEFF3, 0x77ED, 0xB6CC, 0x77EE, 0xB0AB, 0x77EF, 0xB343, 0x77F0, 0xB344, 0x77F1, 0xB345, 0x77F2, 0xB346, - 0x77F3, 0xCAAF, 0x77F4, 0xB347, 0x77F5, 0xB348, 0x77F6, 0xEDB6, 0x77F7, 0xB349, 0x77F8, 0xEDB7, 0x77F9, 0xB34A, 0x77FA, 0xB34B, - 0x77FB, 0xB34C, 0x77FC, 0xB34D, 0x77FD, 0xCEF9, 0x77FE, 0xB7AF, 0x77FF, 0xBFF3, 0x7800, 0xEDB8, 0x7801, 0xC2EB, 0x7802, 0xC9B0, - 0x7803, 0xB34E, 0x7804, 0xB34F, 0x7805, 0xB350, 0x7806, 0xB351, 0x7807, 0xB352, 0x7808, 0xB353, 0x7809, 0xEDB9, 0x780A, 0xB354, - 0x780B, 0xB355, 0x780C, 0xC6F6, 0x780D, 0xBFB3, 0x780E, 0xB356, 0x780F, 0xB357, 0x7810, 0xB358, 0x7811, 0xEDBC, 0x7812, 0xC5F8, - 0x7813, 0xB359, 0x7814, 0xD1D0, 0x7815, 0xB35A, 0x7816, 0xD7A9, 0x7817, 0xEDBA, 0x7818, 0xEDBB, 0x7819, 0xB35B, 0x781A, 0xD1E2, - 0x781B, 0xB35C, 0x781C, 0xEDBF, 0x781D, 0xEDC0, 0x781E, 0xB35D, 0x781F, 0xEDC4, 0x7820, 0xB35E, 0x7821, 0xB35F, 0x7822, 0xB360, - 0x7823, 0xEDC8, 0x7824, 0xB361, 0x7825, 0xEDC6, 0x7826, 0xEDCE, 0x7827, 0xD5E8, 0x7828, 0xB362, 0x7829, 0xEDC9, 0x782A, 0xB363, - 0x782B, 0xB364, 0x782C, 0xEDC7, 0x782D, 0xEDBE, 0x782E, 0xB365, 0x782F, 0xB366, 0x7830, 0xC5E9, 0x7831, 0xB367, 0x7832, 0xB368, - 0x7833, 0xB369, 0x7834, 0xC6C6, 0x7835, 0xB36A, 0x7836, 0xB36B, 0x7837, 0xC9E9, 0x7838, 0xD4D2, 0x7839, 0xEDC1, 0x783A, 0xEDC2, - 0x783B, 0xEDC3, 0x783C, 0xEDC5, 0x783D, 0xB36C, 0x783E, 0xC0F9, 0x783F, 0xB36D, 0x7840, 0xB4A1, 0x7841, 0xB36E, 0x7842, 0xB36F, - 0x7843, 0xB370, 0x7844, 0xB371, 0x7845, 0xB9E8, 0x7846, 0xB372, 0x7847, 0xEDD0, 0x7848, 0xB373, 0x7849, 0xB374, 0x784A, 0xB375, - 0x784B, 0xB376, 0x784C, 0xEDD1, 0x784D, 0xB377, 0x784E, 0xEDCA, 0x784F, 0xB378, 0x7850, 0xEDCF, 0x7851, 0xB379, 0x7852, 0xCEF8, - 0x7853, 0xB37A, 0x7854, 0xB37B, 0x7855, 0xCBB6, 0x7856, 0xEDCC, 0x7857, 0xEDCD, 0x7858, 0xB37C, 0x7859, 0xB37D, 0x785A, 0xB37E, - 0x785B, 0xB380, 0x785C, 0xB381, 0x785D, 0xCFF5, 0x785E, 0xB382, 0x785F, 0xB383, 0x7860, 0xB384, 0x7861, 0xB385, 0x7862, 0xB386, - 0x7863, 0xB387, 0x7864, 0xB388, 0x7865, 0xB389, 0x7866, 0xB38A, 0x7867, 0xB38B, 0x7868, 0xB38C, 0x7869, 0xB38D, 0x786A, 0xEDD2, - 0x786B, 0xC1F2, 0x786C, 0xD3B2, 0x786D, 0xEDCB, 0x786E, 0xC8B7, 0x786F, 0xB38E, 0x7870, 0xB38F, 0x7871, 0xB390, 0x7872, 0xB391, - 0x7873, 0xB392, 0x7874, 0xB393, 0x7875, 0xB394, 0x7876, 0xB395, 0x7877, 0xBCEF, 0x7878, 0xB396, 0x7879, 0xB397, 0x787A, 0xB398, - 0x787B, 0xB399, 0x787C, 0xC5F0, 0x787D, 0xB39A, 0x787E, 0xB39B, 0x787F, 0xB39C, 0x7880, 0xB39D, 0x7881, 0xB39E, 0x7882, 0xB39F, - 0x7883, 0xB3A0, 0x7884, 0xB440, 0x7885, 0xB441, 0x7886, 0xB442, 0x7887, 0xEDD6, 0x7888, 0xB443, 0x7889, 0xB5EF, 0x788A, 0xB444, - 0x788B, 0xB445, 0x788C, 0xC2B5, 0x788D, 0xB0AD, 0x788E, 0xCBE9, 0x788F, 0xB446, 0x7890, 0xB447, 0x7891, 0xB1AE, 0x7892, 0xB448, - 0x7893, 0xEDD4, 0x7894, 0xB449, 0x7895, 0xB44A, 0x7896, 0xB44B, 0x7897, 0xCDEB, 0x7898, 0xB5E2, 0x7899, 0xB44C, 0x789A, 0xEDD5, - 0x789B, 0xEDD3, 0x789C, 0xEDD7, 0x789D, 0xB44D, 0x789E, 0xB44E, 0x789F, 0xB5FA, 0x78A0, 0xB44F, 0x78A1, 0xEDD8, 0x78A2, 0xB450, - 0x78A3, 0xEDD9, 0x78A4, 0xB451, 0x78A5, 0xEDDC, 0x78A6, 0xB452, 0x78A7, 0xB1CC, 0x78A8, 0xB453, 0x78A9, 0xB454, 0x78AA, 0xB455, - 0x78AB, 0xB456, 0x78AC, 0xB457, 0x78AD, 0xB458, 0x78AE, 0xB459, 0x78AF, 0xB45A, 0x78B0, 0xC5F6, 0x78B1, 0xBCEE, 0x78B2, 0xEDDA, - 0x78B3, 0xCCBC, 0x78B4, 0xB2EA, 0x78B5, 0xB45B, 0x78B6, 0xB45C, 0x78B7, 0xB45D, 0x78B8, 0xB45E, 0x78B9, 0xEDDB, 0x78BA, 0xB45F, - 0x78BB, 0xB460, 0x78BC, 0xB461, 0x78BD, 0xB462, 0x78BE, 0xC4EB, 0x78BF, 0xB463, 0x78C0, 0xB464, 0x78C1, 0xB4C5, 0x78C2, 0xB465, - 0x78C3, 0xB466, 0x78C4, 0xB467, 0x78C5, 0xB0F5, 0x78C6, 0xB468, 0x78C7, 0xB469, 0x78C8, 0xB46A, 0x78C9, 0xEDDF, 0x78CA, 0xC0DA, - 0x78CB, 0xB4E8, 0x78CC, 0xB46B, 0x78CD, 0xB46C, 0x78CE, 0xB46D, 0x78CF, 0xB46E, 0x78D0, 0xC5CD, 0x78D1, 0xB46F, 0x78D2, 0xB470, - 0x78D3, 0xB471, 0x78D4, 0xEDDD, 0x78D5, 0xBFC4, 0x78D6, 0xB472, 0x78D7, 0xB473, 0x78D8, 0xB474, 0x78D9, 0xEDDE, 0x78DA, 0xB475, - 0x78DB, 0xB476, 0x78DC, 0xB477, 0x78DD, 0xB478, 0x78DE, 0xB479, 0x78DF, 0xB47A, 0x78E0, 0xB47B, 0x78E1, 0xB47C, 0x78E2, 0xB47D, - 0x78E3, 0xB47E, 0x78E4, 0xB480, 0x78E5, 0xB481, 0x78E6, 0xB482, 0x78E7, 0xB483, 0x78E8, 0xC4A5, 0x78E9, 0xB484, 0x78EA, 0xB485, - 0x78EB, 0xB486, 0x78EC, 0xEDE0, 0x78ED, 0xB487, 0x78EE, 0xB488, 0x78EF, 0xB489, 0x78F0, 0xB48A, 0x78F1, 0xB48B, 0x78F2, 0xEDE1, - 0x78F3, 0xB48C, 0x78F4, 0xEDE3, 0x78F5, 0xB48D, 0x78F6, 0xB48E, 0x78F7, 0xC1D7, 0x78F8, 0xB48F, 0x78F9, 0xB490, 0x78FA, 0xBBC7, - 0x78FB, 0xB491, 0x78FC, 0xB492, 0x78FD, 0xB493, 0x78FE, 0xB494, 0x78FF, 0xB495, 0x7900, 0xB496, 0x7901, 0xBDB8, 0x7902, 0xB497, - 0x7903, 0xB498, 0x7904, 0xB499, 0x7905, 0xEDE2, 0x7906, 0xB49A, 0x7907, 0xB49B, 0x7908, 0xB49C, 0x7909, 0xB49D, 0x790A, 0xB49E, - 0x790B, 0xB49F, 0x790C, 0xB4A0, 0x790D, 0xB540, 0x790E, 0xB541, 0x790F, 0xB542, 0x7910, 0xB543, 0x7911, 0xB544, 0x7912, 0xB545, - 0x7913, 0xEDE4, 0x7914, 0xB546, 0x7915, 0xB547, 0x7916, 0xB548, 0x7917, 0xB549, 0x7918, 0xB54A, 0x7919, 0xB54B, 0x791A, 0xB54C, - 0x791B, 0xB54D, 0x791C, 0xB54E, 0x791D, 0xB54F, 0x791E, 0xEDE6, 0x791F, 0xB550, 0x7920, 0xB551, 0x7921, 0xB552, 0x7922, 0xB553, - 0x7923, 0xB554, 0x7924, 0xEDE5, 0x7925, 0xB555, 0x7926, 0xB556, 0x7927, 0xB557, 0x7928, 0xB558, 0x7929, 0xB559, 0x792A, 0xB55A, - 0x792B, 0xB55B, 0x792C, 0xB55C, 0x792D, 0xB55D, 0x792E, 0xB55E, 0x792F, 0xB55F, 0x7930, 0xB560, 0x7931, 0xB561, 0x7932, 0xB562, - 0x7933, 0xB563, 0x7934, 0xEDE7, 0x7935, 0xB564, 0x7936, 0xB565, 0x7937, 0xB566, 0x7938, 0xB567, 0x7939, 0xB568, 0x793A, 0xCABE, - 0x793B, 0xECEA, 0x793C, 0xC0F1, 0x793D, 0xB569, 0x793E, 0xC9E7, 0x793F, 0xB56A, 0x7940, 0xECEB, 0x7941, 0xC6EE, 0x7942, 0xB56B, - 0x7943, 0xB56C, 0x7944, 0xB56D, 0x7945, 0xB56E, 0x7946, 0xECEC, 0x7947, 0xB56F, 0x7948, 0xC6ED, 0x7949, 0xECED, 0x794A, 0xB570, - 0x794B, 0xB571, 0x794C, 0xB572, 0x794D, 0xB573, 0x794E, 0xB574, 0x794F, 0xB575, 0x7950, 0xB576, 0x7951, 0xB577, 0x7952, 0xB578, - 0x7953, 0xECF0, 0x7954, 0xB579, 0x7955, 0xB57A, 0x7956, 0xD7E6, 0x7957, 0xECF3, 0x7958, 0xB57B, 0x7959, 0xB57C, 0x795A, 0xECF1, - 0x795B, 0xECEE, 0x795C, 0xECEF, 0x795D, 0xD7A3, 0x795E, 0xC9F1, 0x795F, 0xCBEE, 0x7960, 0xECF4, 0x7961, 0xB57D, 0x7962, 0xECF2, - 0x7963, 0xB57E, 0x7964, 0xB580, 0x7965, 0xCFE9, 0x7966, 0xB581, 0x7967, 0xECF6, 0x7968, 0xC6B1, 0x7969, 0xB582, 0x796A, 0xB583, - 0x796B, 0xB584, 0x796C, 0xB585, 0x796D, 0xBCC0, 0x796E, 0xB586, 0x796F, 0xECF5, 0x7970, 0xB587, 0x7971, 0xB588, 0x7972, 0xB589, - 0x7973, 0xB58A, 0x7974, 0xB58B, 0x7975, 0xB58C, 0x7976, 0xB58D, 0x7977, 0xB5BB, 0x7978, 0xBBF6, 0x7979, 0xB58E, 0x797A, 0xECF7, - 0x797B, 0xB58F, 0x797C, 0xB590, 0x797D, 0xB591, 0x797E, 0xB592, 0x797F, 0xB593, 0x7980, 0xD9F7, 0x7981, 0xBDFB, 0x7982, 0xB594, - 0x7983, 0xB595, 0x7984, 0xC2BB, 0x7985, 0xECF8, 0x7986, 0xB596, 0x7987, 0xB597, 0x7988, 0xB598, 0x7989, 0xB599, 0x798A, 0xECF9, - 0x798B, 0xB59A, 0x798C, 0xB59B, 0x798D, 0xB59C, 0x798E, 0xB59D, 0x798F, 0xB8A3, 0x7990, 0xB59E, 0x7991, 0xB59F, 0x7992, 0xB5A0, - 0x7993, 0xB640, 0x7994, 0xB641, 0x7995, 0xB642, 0x7996, 0xB643, 0x7997, 0xB644, 0x7998, 0xB645, 0x7999, 0xB646, 0x799A, 0xECFA, - 0x799B, 0xB647, 0x799C, 0xB648, 0x799D, 0xB649, 0x799E, 0xB64A, 0x799F, 0xB64B, 0x79A0, 0xB64C, 0x79A1, 0xB64D, 0x79A2, 0xB64E, - 0x79A3, 0xB64F, 0x79A4, 0xB650, 0x79A5, 0xB651, 0x79A6, 0xB652, 0x79A7, 0xECFB, 0x79A8, 0xB653, 0x79A9, 0xB654, 0x79AA, 0xB655, - 0x79AB, 0xB656, 0x79AC, 0xB657, 0x79AD, 0xB658, 0x79AE, 0xB659, 0x79AF, 0xB65A, 0x79B0, 0xB65B, 0x79B1, 0xB65C, 0x79B2, 0xB65D, - 0x79B3, 0xECFC, 0x79B4, 0xB65E, 0x79B5, 0xB65F, 0x79B6, 0xB660, 0x79B7, 0xB661, 0x79B8, 0xB662, 0x79B9, 0xD3ED, 0x79BA, 0xD8AE, - 0x79BB, 0xC0EB, 0x79BC, 0xB663, 0x79BD, 0xC7DD, 0x79BE, 0xBACC, 0x79BF, 0xB664, 0x79C0, 0xD0E3, 0x79C1, 0xCBBD, 0x79C2, 0xB665, - 0x79C3, 0xCDBA, 0x79C4, 0xB666, 0x79C5, 0xB667, 0x79C6, 0xB8D1, 0x79C7, 0xB668, 0x79C8, 0xB669, 0x79C9, 0xB1FC, 0x79CA, 0xB66A, - 0x79CB, 0xC7EF, 0x79CC, 0xB66B, 0x79CD, 0xD6D6, 0x79CE, 0xB66C, 0x79CF, 0xB66D, 0x79D0, 0xB66E, 0x79D1, 0xBFC6, 0x79D2, 0xC3EB, - 0x79D3, 0xB66F, 0x79D4, 0xB670, 0x79D5, 0xEFF5, 0x79D6, 0xB671, 0x79D7, 0xB672, 0x79D8, 0xC3D8, 0x79D9, 0xB673, 0x79DA, 0xB674, - 0x79DB, 0xB675, 0x79DC, 0xB676, 0x79DD, 0xB677, 0x79DE, 0xB678, 0x79DF, 0xD7E2, 0x79E0, 0xB679, 0x79E1, 0xB67A, 0x79E2, 0xB67B, - 0x79E3, 0xEFF7, 0x79E4, 0xB3D3, 0x79E5, 0xB67C, 0x79E6, 0xC7D8, 0x79E7, 0xD1ED, 0x79E8, 0xB67D, 0x79E9, 0xD6C8, 0x79EA, 0xB67E, - 0x79EB, 0xEFF8, 0x79EC, 0xB680, 0x79ED, 0xEFF6, 0x79EE, 0xB681, 0x79EF, 0xBBFD, 0x79F0, 0xB3C6, 0x79F1, 0xB682, 0x79F2, 0xB683, - 0x79F3, 0xB684, 0x79F4, 0xB685, 0x79F5, 0xB686, 0x79F6, 0xB687, 0x79F7, 0xB688, 0x79F8, 0xBDD5, 0x79F9, 0xB689, 0x79FA, 0xB68A, - 0x79FB, 0xD2C6, 0x79FC, 0xB68B, 0x79FD, 0xBBE0, 0x79FE, 0xB68C, 0x79FF, 0xB68D, 0x7A00, 0xCFA1, 0x7A01, 0xB68E, 0x7A02, 0xEFFC, - 0x7A03, 0xEFFB, 0x7A04, 0xB68F, 0x7A05, 0xB690, 0x7A06, 0xEFF9, 0x7A07, 0xB691, 0x7A08, 0xB692, 0x7A09, 0xB693, 0x7A0A, 0xB694, - 0x7A0B, 0xB3CC, 0x7A0C, 0xB695, 0x7A0D, 0xC9D4, 0x7A0E, 0xCBB0, 0x7A0F, 0xB696, 0x7A10, 0xB697, 0x7A11, 0xB698, 0x7A12, 0xB699, - 0x7A13, 0xB69A, 0x7A14, 0xEFFE, 0x7A15, 0xB69B, 0x7A16, 0xB69C, 0x7A17, 0xB0DE, 0x7A18, 0xB69D, 0x7A19, 0xB69E, 0x7A1A, 0xD6C9, - 0x7A1B, 0xB69F, 0x7A1C, 0xB6A0, 0x7A1D, 0xB740, 0x7A1E, 0xEFFD, 0x7A1F, 0xB741, 0x7A20, 0xB3ED, 0x7A21, 0xB742, 0x7A22, 0xB743, - 0x7A23, 0xF6D5, 0x7A24, 0xB744, 0x7A25, 0xB745, 0x7A26, 0xB746, 0x7A27, 0xB747, 0x7A28, 0xB748, 0x7A29, 0xB749, 0x7A2A, 0xB74A, - 0x7A2B, 0xB74B, 0x7A2C, 0xB74C, 0x7A2D, 0xB74D, 0x7A2E, 0xB74E, 0x7A2F, 0xB74F, 0x7A30, 0xB750, 0x7A31, 0xB751, 0x7A32, 0xB752, - 0x7A33, 0xCEC8, 0x7A34, 0xB753, 0x7A35, 0xB754, 0x7A36, 0xB755, 0x7A37, 0xF0A2, 0x7A38, 0xB756, 0x7A39, 0xF0A1, 0x7A3A, 0xB757, - 0x7A3B, 0xB5BE, 0x7A3C, 0xBCDA, 0x7A3D, 0xBBFC, 0x7A3E, 0xB758, 0x7A3F, 0xB8E5, 0x7A40, 0xB759, 0x7A41, 0xB75A, 0x7A42, 0xB75B, - 0x7A43, 0xB75C, 0x7A44, 0xB75D, 0x7A45, 0xB75E, 0x7A46, 0xC4C2, 0x7A47, 0xB75F, 0x7A48, 0xB760, 0x7A49, 0xB761, 0x7A4A, 0xB762, - 0x7A4B, 0xB763, 0x7A4C, 0xB764, 0x7A4D, 0xB765, 0x7A4E, 0xB766, 0x7A4F, 0xB767, 0x7A50, 0xB768, 0x7A51, 0xF0A3, 0x7A52, 0xB769, - 0x7A53, 0xB76A, 0x7A54, 0xB76B, 0x7A55, 0xB76C, 0x7A56, 0xB76D, 0x7A57, 0xCBEB, 0x7A58, 0xB76E, 0x7A59, 0xB76F, 0x7A5A, 0xB770, - 0x7A5B, 0xB771, 0x7A5C, 0xB772, 0x7A5D, 0xB773, 0x7A5E, 0xB774, 0x7A5F, 0xB775, 0x7A60, 0xB776, 0x7A61, 0xB777, 0x7A62, 0xB778, - 0x7A63, 0xB779, 0x7A64, 0xB77A, 0x7A65, 0xB77B, 0x7A66, 0xB77C, 0x7A67, 0xB77D, 0x7A68, 0xB77E, 0x7A69, 0xB780, 0x7A6A, 0xB781, - 0x7A6B, 0xB782, 0x7A6C, 0xB783, 0x7A6D, 0xB784, 0x7A6E, 0xB785, 0x7A6F, 0xB786, 0x7A70, 0xF0A6, 0x7A71, 0xB787, 0x7A72, 0xB788, - 0x7A73, 0xB789, 0x7A74, 0xD1A8, 0x7A75, 0xB78A, 0x7A76, 0xBEBF, 0x7A77, 0xC7EE, 0x7A78, 0xF1B6, 0x7A79, 0xF1B7, 0x7A7A, 0xBFD5, - 0x7A7B, 0xB78B, 0x7A7C, 0xB78C, 0x7A7D, 0xB78D, 0x7A7E, 0xB78E, 0x7A7F, 0xB4A9, 0x7A80, 0xF1B8, 0x7A81, 0xCDBB, 0x7A82, 0xB78F, - 0x7A83, 0xC7D4, 0x7A84, 0xD5AD, 0x7A85, 0xB790, 0x7A86, 0xF1B9, 0x7A87, 0xB791, 0x7A88, 0xF1BA, 0x7A89, 0xB792, 0x7A8A, 0xB793, - 0x7A8B, 0xB794, 0x7A8C, 0xB795, 0x7A8D, 0xC7CF, 0x7A8E, 0xB796, 0x7A8F, 0xB797, 0x7A90, 0xB798, 0x7A91, 0xD2A4, 0x7A92, 0xD6CF, - 0x7A93, 0xB799, 0x7A94, 0xB79A, 0x7A95, 0xF1BB, 0x7A96, 0xBDD1, 0x7A97, 0xB4B0, 0x7A98, 0xBEBD, 0x7A99, 0xB79B, 0x7A9A, 0xB79C, - 0x7A9B, 0xB79D, 0x7A9C, 0xB4DC, 0x7A9D, 0xCED1, 0x7A9E, 0xB79E, 0x7A9F, 0xBFDF, 0x7AA0, 0xF1BD, 0x7AA1, 0xB79F, 0x7AA2, 0xB7A0, - 0x7AA3, 0xB840, 0x7AA4, 0xB841, 0x7AA5, 0xBFFA, 0x7AA6, 0xF1BC, 0x7AA7, 0xB842, 0x7AA8, 0xF1BF, 0x7AA9, 0xB843, 0x7AAA, 0xB844, - 0x7AAB, 0xB845, 0x7AAC, 0xF1BE, 0x7AAD, 0xF1C0, 0x7AAE, 0xB846, 0x7AAF, 0xB847, 0x7AB0, 0xB848, 0x7AB1, 0xB849, 0x7AB2, 0xB84A, - 0x7AB3, 0xF1C1, 0x7AB4, 0xB84B, 0x7AB5, 0xB84C, 0x7AB6, 0xB84D, 0x7AB7, 0xB84E, 0x7AB8, 0xB84F, 0x7AB9, 0xB850, 0x7ABA, 0xB851, - 0x7ABB, 0xB852, 0x7ABC, 0xB853, 0x7ABD, 0xB854, 0x7ABE, 0xB855, 0x7ABF, 0xC1FE, 0x7AC0, 0xB856, 0x7AC1, 0xB857, 0x7AC2, 0xB858, - 0x7AC3, 0xB859, 0x7AC4, 0xB85A, 0x7AC5, 0xB85B, 0x7AC6, 0xB85C, 0x7AC7, 0xB85D, 0x7AC8, 0xB85E, 0x7AC9, 0xB85F, 0x7ACA, 0xB860, - 0x7ACB, 0xC1A2, 0x7ACC, 0xB861, 0x7ACD, 0xB862, 0x7ACE, 0xB863, 0x7ACF, 0xB864, 0x7AD0, 0xB865, 0x7AD1, 0xB866, 0x7AD2, 0xB867, - 0x7AD3, 0xB868, 0x7AD4, 0xB869, 0x7AD5, 0xB86A, 0x7AD6, 0xCAFA, 0x7AD7, 0xB86B, 0x7AD8, 0xB86C, 0x7AD9, 0xD5BE, 0x7ADA, 0xB86D, - 0x7ADB, 0xB86E, 0x7ADC, 0xB86F, 0x7ADD, 0xB870, 0x7ADE, 0xBEBA, 0x7ADF, 0xBEB9, 0x7AE0, 0xD5C2, 0x7AE1, 0xB871, 0x7AE2, 0xB872, - 0x7AE3, 0xBFA2, 0x7AE4, 0xB873, 0x7AE5, 0xCDAF, 0x7AE6, 0xF1B5, 0x7AE7, 0xB874, 0x7AE8, 0xB875, 0x7AE9, 0xB876, 0x7AEA, 0xB877, - 0x7AEB, 0xB878, 0x7AEC, 0xB879, 0x7AED, 0xBDDF, 0x7AEE, 0xB87A, 0x7AEF, 0xB6CB, 0x7AF0, 0xB87B, 0x7AF1, 0xB87C, 0x7AF2, 0xB87D, - 0x7AF3, 0xB87E, 0x7AF4, 0xB880, 0x7AF5, 0xB881, 0x7AF6, 0xB882, 0x7AF7, 0xB883, 0x7AF8, 0xB884, 0x7AF9, 0xD6F1, 0x7AFA, 0xF3C3, - 0x7AFB, 0xB885, 0x7AFC, 0xB886, 0x7AFD, 0xF3C4, 0x7AFE, 0xB887, 0x7AFF, 0xB8CD, 0x7B00, 0xB888, 0x7B01, 0xB889, 0x7B02, 0xB88A, - 0x7B03, 0xF3C6, 0x7B04, 0xF3C7, 0x7B05, 0xB88B, 0x7B06, 0xB0CA, 0x7B07, 0xB88C, 0x7B08, 0xF3C5, 0x7B09, 0xB88D, 0x7B0A, 0xF3C9, - 0x7B0B, 0xCBF1, 0x7B0C, 0xB88E, 0x7B0D, 0xB88F, 0x7B0E, 0xB890, 0x7B0F, 0xF3CB, 0x7B10, 0xB891, 0x7B11, 0xD0A6, 0x7B12, 0xB892, - 0x7B13, 0xB893, 0x7B14, 0xB1CA, 0x7B15, 0xF3C8, 0x7B16, 0xB894, 0x7B17, 0xB895, 0x7B18, 0xB896, 0x7B19, 0xF3CF, 0x7B1A, 0xB897, - 0x7B1B, 0xB5D1, 0x7B1C, 0xB898, 0x7B1D, 0xB899, 0x7B1E, 0xF3D7, 0x7B1F, 0xB89A, 0x7B20, 0xF3D2, 0x7B21, 0xB89B, 0x7B22, 0xB89C, - 0x7B23, 0xB89D, 0x7B24, 0xF3D4, 0x7B25, 0xF3D3, 0x7B26, 0xB7FB, 0x7B27, 0xB89E, 0x7B28, 0xB1BF, 0x7B29, 0xB89F, 0x7B2A, 0xF3CE, - 0x7B2B, 0xF3CA, 0x7B2C, 0xB5DA, 0x7B2D, 0xB8A0, 0x7B2E, 0xF3D0, 0x7B2F, 0xB940, 0x7B30, 0xB941, 0x7B31, 0xF3D1, 0x7B32, 0xB942, - 0x7B33, 0xF3D5, 0x7B34, 0xB943, 0x7B35, 0xB944, 0x7B36, 0xB945, 0x7B37, 0xB946, 0x7B38, 0xF3CD, 0x7B39, 0xB947, 0x7B3A, 0xBCE3, - 0x7B3B, 0xB948, 0x7B3C, 0xC1FD, 0x7B3D, 0xB949, 0x7B3E, 0xF3D6, 0x7B3F, 0xB94A, 0x7B40, 0xB94B, 0x7B41, 0xB94C, 0x7B42, 0xB94D, - 0x7B43, 0xB94E, 0x7B44, 0xB94F, 0x7B45, 0xF3DA, 0x7B46, 0xB950, 0x7B47, 0xF3CC, 0x7B48, 0xB951, 0x7B49, 0xB5C8, 0x7B4A, 0xB952, - 0x7B4B, 0xBDEE, 0x7B4C, 0xF3DC, 0x7B4D, 0xB953, 0x7B4E, 0xB954, 0x7B4F, 0xB7A4, 0x7B50, 0xBFF0, 0x7B51, 0xD6FE, 0x7B52, 0xCDB2, - 0x7B53, 0xB955, 0x7B54, 0xB4F0, 0x7B55, 0xB956, 0x7B56, 0xB2DF, 0x7B57, 0xB957, 0x7B58, 0xF3D8, 0x7B59, 0xB958, 0x7B5A, 0xF3D9, - 0x7B5B, 0xC9B8, 0x7B5C, 0xB959, 0x7B5D, 0xF3DD, 0x7B5E, 0xB95A, 0x7B5F, 0xB95B, 0x7B60, 0xF3DE, 0x7B61, 0xB95C, 0x7B62, 0xF3E1, - 0x7B63, 0xB95D, 0x7B64, 0xB95E, 0x7B65, 0xB95F, 0x7B66, 0xB960, 0x7B67, 0xB961, 0x7B68, 0xB962, 0x7B69, 0xB963, 0x7B6A, 0xB964, - 0x7B6B, 0xB965, 0x7B6C, 0xB966, 0x7B6D, 0xB967, 0x7B6E, 0xF3DF, 0x7B6F, 0xB968, 0x7B70, 0xB969, 0x7B71, 0xF3E3, 0x7B72, 0xF3E2, - 0x7B73, 0xB96A, 0x7B74, 0xB96B, 0x7B75, 0xF3DB, 0x7B76, 0xB96C, 0x7B77, 0xBFEA, 0x7B78, 0xB96D, 0x7B79, 0xB3EF, 0x7B7A, 0xB96E, - 0x7B7B, 0xF3E0, 0x7B7C, 0xB96F, 0x7B7D, 0xB970, 0x7B7E, 0xC7A9, 0x7B7F, 0xB971, 0x7B80, 0xBCF2, 0x7B81, 0xB972, 0x7B82, 0xB973, - 0x7B83, 0xB974, 0x7B84, 0xB975, 0x7B85, 0xF3EB, 0x7B86, 0xB976, 0x7B87, 0xB977, 0x7B88, 0xB978, 0x7B89, 0xB979, 0x7B8A, 0xB97A, - 0x7B8B, 0xB97B, 0x7B8C, 0xB97C, 0x7B8D, 0xB9BF, 0x7B8E, 0xB97D, 0x7B8F, 0xB97E, 0x7B90, 0xF3E4, 0x7B91, 0xB980, 0x7B92, 0xB981, - 0x7B93, 0xB982, 0x7B94, 0xB2AD, 0x7B95, 0xBBFE, 0x7B96, 0xB983, 0x7B97, 0xCBE3, 0x7B98, 0xB984, 0x7B99, 0xB985, 0x7B9A, 0xB986, - 0x7B9B, 0xB987, 0x7B9C, 0xF3ED, 0x7B9D, 0xF3E9, 0x7B9E, 0xB988, 0x7B9F, 0xB989, 0x7BA0, 0xB98A, 0x7BA1, 0xB9DC, 0x7BA2, 0xF3EE, - 0x7BA3, 0xB98B, 0x7BA4, 0xB98C, 0x7BA5, 0xB98D, 0x7BA6, 0xF3E5, 0x7BA7, 0xF3E6, 0x7BA8, 0xF3EA, 0x7BA9, 0xC2E1, 0x7BAA, 0xF3EC, - 0x7BAB, 0xF3EF, 0x7BAC, 0xF3E8, 0x7BAD, 0xBCFD, 0x7BAE, 0xB98E, 0x7BAF, 0xB98F, 0x7BB0, 0xB990, 0x7BB1, 0xCFE4, 0x7BB2, 0xB991, - 0x7BB3, 0xB992, 0x7BB4, 0xF3F0, 0x7BB5, 0xB993, 0x7BB6, 0xB994, 0x7BB7, 0xB995, 0x7BB8, 0xF3E7, 0x7BB9, 0xB996, 0x7BBA, 0xB997, - 0x7BBB, 0xB998, 0x7BBC, 0xB999, 0x7BBD, 0xB99A, 0x7BBE, 0xB99B, 0x7BBF, 0xB99C, 0x7BC0, 0xB99D, 0x7BC1, 0xF3F2, 0x7BC2, 0xB99E, - 0x7BC3, 0xB99F, 0x7BC4, 0xB9A0, 0x7BC5, 0xBA40, 0x7BC6, 0xD7AD, 0x7BC7, 0xC6AA, 0x7BC8, 0xBA41, 0x7BC9, 0xBA42, 0x7BCA, 0xBA43, - 0x7BCB, 0xBA44, 0x7BCC, 0xF3F3, 0x7BCD, 0xBA45, 0x7BCE, 0xBA46, 0x7BCF, 0xBA47, 0x7BD0, 0xBA48, 0x7BD1, 0xF3F1, 0x7BD2, 0xBA49, - 0x7BD3, 0xC2A8, 0x7BD4, 0xBA4A, 0x7BD5, 0xBA4B, 0x7BD6, 0xBA4C, 0x7BD7, 0xBA4D, 0x7BD8, 0xBA4E, 0x7BD9, 0xB8DD, 0x7BDA, 0xF3F5, - 0x7BDB, 0xBA4F, 0x7BDC, 0xBA50, 0x7BDD, 0xF3F4, 0x7BDE, 0xBA51, 0x7BDF, 0xBA52, 0x7BE0, 0xBA53, 0x7BE1, 0xB4DB, 0x7BE2, 0xBA54, - 0x7BE3, 0xBA55, 0x7BE4, 0xBA56, 0x7BE5, 0xF3F6, 0x7BE6, 0xF3F7, 0x7BE7, 0xBA57, 0x7BE8, 0xBA58, 0x7BE9, 0xBA59, 0x7BEA, 0xF3F8, - 0x7BEB, 0xBA5A, 0x7BEC, 0xBA5B, 0x7BED, 0xBA5C, 0x7BEE, 0xC0BA, 0x7BEF, 0xBA5D, 0x7BF0, 0xBA5E, 0x7BF1, 0xC0E9, 0x7BF2, 0xBA5F, - 0x7BF3, 0xBA60, 0x7BF4, 0xBA61, 0x7BF5, 0xBA62, 0x7BF6, 0xBA63, 0x7BF7, 0xC5F1, 0x7BF8, 0xBA64, 0x7BF9, 0xBA65, 0x7BFA, 0xBA66, - 0x7BFB, 0xBA67, 0x7BFC, 0xF3FB, 0x7BFD, 0xBA68, 0x7BFE, 0xF3FA, 0x7BFF, 0xBA69, 0x7C00, 0xBA6A, 0x7C01, 0xBA6B, 0x7C02, 0xBA6C, - 0x7C03, 0xBA6D, 0x7C04, 0xBA6E, 0x7C05, 0xBA6F, 0x7C06, 0xBA70, 0x7C07, 0xB4D8, 0x7C08, 0xBA71, 0x7C09, 0xBA72, 0x7C0A, 0xBA73, - 0x7C0B, 0xF3FE, 0x7C0C, 0xF3F9, 0x7C0D, 0xBA74, 0x7C0E, 0xBA75, 0x7C0F, 0xF3FC, 0x7C10, 0xBA76, 0x7C11, 0xBA77, 0x7C12, 0xBA78, - 0x7C13, 0xBA79, 0x7C14, 0xBA7A, 0x7C15, 0xBA7B, 0x7C16, 0xF3FD, 0x7C17, 0xBA7C, 0x7C18, 0xBA7D, 0x7C19, 0xBA7E, 0x7C1A, 0xBA80, - 0x7C1B, 0xBA81, 0x7C1C, 0xBA82, 0x7C1D, 0xBA83, 0x7C1E, 0xBA84, 0x7C1F, 0xF4A1, 0x7C20, 0xBA85, 0x7C21, 0xBA86, 0x7C22, 0xBA87, - 0x7C23, 0xBA88, 0x7C24, 0xBA89, 0x7C25, 0xBA8A, 0x7C26, 0xF4A3, 0x7C27, 0xBBC9, 0x7C28, 0xBA8B, 0x7C29, 0xBA8C, 0x7C2A, 0xF4A2, - 0x7C2B, 0xBA8D, 0x7C2C, 0xBA8E, 0x7C2D, 0xBA8F, 0x7C2E, 0xBA90, 0x7C2F, 0xBA91, 0x7C30, 0xBA92, 0x7C31, 0xBA93, 0x7C32, 0xBA94, - 0x7C33, 0xBA95, 0x7C34, 0xBA96, 0x7C35, 0xBA97, 0x7C36, 0xBA98, 0x7C37, 0xBA99, 0x7C38, 0xF4A4, 0x7C39, 0xBA9A, 0x7C3A, 0xBA9B, - 0x7C3B, 0xBA9C, 0x7C3C, 0xBA9D, 0x7C3D, 0xBA9E, 0x7C3E, 0xBA9F, 0x7C3F, 0xB2BE, 0x7C40, 0xF4A6, 0x7C41, 0xF4A5, 0x7C42, 0xBAA0, - 0x7C43, 0xBB40, 0x7C44, 0xBB41, 0x7C45, 0xBB42, 0x7C46, 0xBB43, 0x7C47, 0xBB44, 0x7C48, 0xBB45, 0x7C49, 0xBB46, 0x7C4A, 0xBB47, - 0x7C4B, 0xBB48, 0x7C4C, 0xBB49, 0x7C4D, 0xBCAE, 0x7C4E, 0xBB4A, 0x7C4F, 0xBB4B, 0x7C50, 0xBB4C, 0x7C51, 0xBB4D, 0x7C52, 0xBB4E, - 0x7C53, 0xBB4F, 0x7C54, 0xBB50, 0x7C55, 0xBB51, 0x7C56, 0xBB52, 0x7C57, 0xBB53, 0x7C58, 0xBB54, 0x7C59, 0xBB55, 0x7C5A, 0xBB56, - 0x7C5B, 0xBB57, 0x7C5C, 0xBB58, 0x7C5D, 0xBB59, 0x7C5E, 0xBB5A, 0x7C5F, 0xBB5B, 0x7C60, 0xBB5C, 0x7C61, 0xBB5D, 0x7C62, 0xBB5E, - 0x7C63, 0xBB5F, 0x7C64, 0xBB60, 0x7C65, 0xBB61, 0x7C66, 0xBB62, 0x7C67, 0xBB63, 0x7C68, 0xBB64, 0x7C69, 0xBB65, 0x7C6A, 0xBB66, - 0x7C6B, 0xBB67, 0x7C6C, 0xBB68, 0x7C6D, 0xBB69, 0x7C6E, 0xBB6A, 0x7C6F, 0xBB6B, 0x7C70, 0xBB6C, 0x7C71, 0xBB6D, 0x7C72, 0xBB6E, - 0x7C73, 0xC3D7, 0x7C74, 0xD9E1, 0x7C75, 0xBB6F, 0x7C76, 0xBB70, 0x7C77, 0xBB71, 0x7C78, 0xBB72, 0x7C79, 0xBB73, 0x7C7A, 0xBB74, - 0x7C7B, 0xC0E0, 0x7C7C, 0xF4CC, 0x7C7D, 0xD7D1, 0x7C7E, 0xBB75, 0x7C7F, 0xBB76, 0x7C80, 0xBB77, 0x7C81, 0xBB78, 0x7C82, 0xBB79, - 0x7C83, 0xBB7A, 0x7C84, 0xBB7B, 0x7C85, 0xBB7C, 0x7C86, 0xBB7D, 0x7C87, 0xBB7E, 0x7C88, 0xBB80, 0x7C89, 0xB7DB, 0x7C8A, 0xBB81, - 0x7C8B, 0xBB82, 0x7C8C, 0xBB83, 0x7C8D, 0xBB84, 0x7C8E, 0xBB85, 0x7C8F, 0xBB86, 0x7C90, 0xBB87, 0x7C91, 0xF4CE, 0x7C92, 0xC1A3, - 0x7C93, 0xBB88, 0x7C94, 0xBB89, 0x7C95, 0xC6C9, 0x7C96, 0xBB8A, 0x7C97, 0xB4D6, 0x7C98, 0xD5B3, 0x7C99, 0xBB8B, 0x7C9A, 0xBB8C, - 0x7C9B, 0xBB8D, 0x7C9C, 0xF4D0, 0x7C9D, 0xF4CF, 0x7C9E, 0xF4D1, 0x7C9F, 0xCBDA, 0x7CA0, 0xBB8E, 0x7CA1, 0xBB8F, 0x7CA2, 0xF4D2, - 0x7CA3, 0xBB90, 0x7CA4, 0xD4C1, 0x7CA5, 0xD6E0, 0x7CA6, 0xBB91, 0x7CA7, 0xBB92, 0x7CA8, 0xBB93, 0x7CA9, 0xBB94, 0x7CAA, 0xB7E0, - 0x7CAB, 0xBB95, 0x7CAC, 0xBB96, 0x7CAD, 0xBB97, 0x7CAE, 0xC1B8, 0x7CAF, 0xBB98, 0x7CB0, 0xBB99, 0x7CB1, 0xC1BB, 0x7CB2, 0xF4D3, - 0x7CB3, 0xBEAC, 0x7CB4, 0xBB9A, 0x7CB5, 0xBB9B, 0x7CB6, 0xBB9C, 0x7CB7, 0xBB9D, 0x7CB8, 0xBB9E, 0x7CB9, 0xB4E2, 0x7CBA, 0xBB9F, - 0x7CBB, 0xBBA0, 0x7CBC, 0xF4D4, 0x7CBD, 0xF4D5, 0x7CBE, 0xBEAB, 0x7CBF, 0xBC40, 0x7CC0, 0xBC41, 0x7CC1, 0xF4D6, 0x7CC2, 0xBC42, - 0x7CC3, 0xBC43, 0x7CC4, 0xBC44, 0x7CC5, 0xF4DB, 0x7CC6, 0xBC45, 0x7CC7, 0xF4D7, 0x7CC8, 0xF4DA, 0x7CC9, 0xBC46, 0x7CCA, 0xBAFD, - 0x7CCB, 0xBC47, 0x7CCC, 0xF4D8, 0x7CCD, 0xF4D9, 0x7CCE, 0xBC48, 0x7CCF, 0xBC49, 0x7CD0, 0xBC4A, 0x7CD1, 0xBC4B, 0x7CD2, 0xBC4C, - 0x7CD3, 0xBC4D, 0x7CD4, 0xBC4E, 0x7CD5, 0xB8E2, 0x7CD6, 0xCCC7, 0x7CD7, 0xF4DC, 0x7CD8, 0xBC4F, 0x7CD9, 0xB2DA, 0x7CDA, 0xBC50, - 0x7CDB, 0xBC51, 0x7CDC, 0xC3D3, 0x7CDD, 0xBC52, 0x7CDE, 0xBC53, 0x7CDF, 0xD4E3, 0x7CE0, 0xBFB7, 0x7CE1, 0xBC54, 0x7CE2, 0xBC55, - 0x7CE3, 0xBC56, 0x7CE4, 0xBC57, 0x7CE5, 0xBC58, 0x7CE6, 0xBC59, 0x7CE7, 0xBC5A, 0x7CE8, 0xF4DD, 0x7CE9, 0xBC5B, 0x7CEA, 0xBC5C, - 0x7CEB, 0xBC5D, 0x7CEC, 0xBC5E, 0x7CED, 0xBC5F, 0x7CEE, 0xBC60, 0x7CEF, 0xC5B4, 0x7CF0, 0xBC61, 0x7CF1, 0xBC62, 0x7CF2, 0xBC63, - 0x7CF3, 0xBC64, 0x7CF4, 0xBC65, 0x7CF5, 0xBC66, 0x7CF6, 0xBC67, 0x7CF7, 0xBC68, 0x7CF8, 0xF4E9, 0x7CF9, 0xBC69, 0x7CFA, 0xBC6A, - 0x7CFB, 0xCFB5, 0x7CFC, 0xBC6B, 0x7CFD, 0xBC6C, 0x7CFE, 0xBC6D, 0x7CFF, 0xBC6E, 0x7D00, 0xBC6F, 0x7D01, 0xBC70, 0x7D02, 0xBC71, - 0x7D03, 0xBC72, 0x7D04, 0xBC73, 0x7D05, 0xBC74, 0x7D06, 0xBC75, 0x7D07, 0xBC76, 0x7D08, 0xBC77, 0x7D09, 0xBC78, 0x7D0A, 0xCEC9, - 0x7D0B, 0xBC79, 0x7D0C, 0xBC7A, 0x7D0D, 0xBC7B, 0x7D0E, 0xBC7C, 0x7D0F, 0xBC7D, 0x7D10, 0xBC7E, 0x7D11, 0xBC80, 0x7D12, 0xBC81, - 0x7D13, 0xBC82, 0x7D14, 0xBC83, 0x7D15, 0xBC84, 0x7D16, 0xBC85, 0x7D17, 0xBC86, 0x7D18, 0xBC87, 0x7D19, 0xBC88, 0x7D1A, 0xBC89, - 0x7D1B, 0xBC8A, 0x7D1C, 0xBC8B, 0x7D1D, 0xBC8C, 0x7D1E, 0xBC8D, 0x7D1F, 0xBC8E, 0x7D20, 0xCBD8, 0x7D21, 0xBC8F, 0x7D22, 0xCBF7, - 0x7D23, 0xBC90, 0x7D24, 0xBC91, 0x7D25, 0xBC92, 0x7D26, 0xBC93, 0x7D27, 0xBDF4, 0x7D28, 0xBC94, 0x7D29, 0xBC95, 0x7D2A, 0xBC96, - 0x7D2B, 0xD7CF, 0x7D2C, 0xBC97, 0x7D2D, 0xBC98, 0x7D2E, 0xBC99, 0x7D2F, 0xC0DB, 0x7D30, 0xBC9A, 0x7D31, 0xBC9B, 0x7D32, 0xBC9C, - 0x7D33, 0xBC9D, 0x7D34, 0xBC9E, 0x7D35, 0xBC9F, 0x7D36, 0xBCA0, 0x7D37, 0xBD40, 0x7D38, 0xBD41, 0x7D39, 0xBD42, 0x7D3A, 0xBD43, - 0x7D3B, 0xBD44, 0x7D3C, 0xBD45, 0x7D3D, 0xBD46, 0x7D3E, 0xBD47, 0x7D3F, 0xBD48, 0x7D40, 0xBD49, 0x7D41, 0xBD4A, 0x7D42, 0xBD4B, - 0x7D43, 0xBD4C, 0x7D44, 0xBD4D, 0x7D45, 0xBD4E, 0x7D46, 0xBD4F, 0x7D47, 0xBD50, 0x7D48, 0xBD51, 0x7D49, 0xBD52, 0x7D4A, 0xBD53, - 0x7D4B, 0xBD54, 0x7D4C, 0xBD55, 0x7D4D, 0xBD56, 0x7D4E, 0xBD57, 0x7D4F, 0xBD58, 0x7D50, 0xBD59, 0x7D51, 0xBD5A, 0x7D52, 0xBD5B, - 0x7D53, 0xBD5C, 0x7D54, 0xBD5D, 0x7D55, 0xBD5E, 0x7D56, 0xBD5F, 0x7D57, 0xBD60, 0x7D58, 0xBD61, 0x7D59, 0xBD62, 0x7D5A, 0xBD63, - 0x7D5B, 0xBD64, 0x7D5C, 0xBD65, 0x7D5D, 0xBD66, 0x7D5E, 0xBD67, 0x7D5F, 0xBD68, 0x7D60, 0xBD69, 0x7D61, 0xBD6A, 0x7D62, 0xBD6B, - 0x7D63, 0xBD6C, 0x7D64, 0xBD6D, 0x7D65, 0xBD6E, 0x7D66, 0xBD6F, 0x7D67, 0xBD70, 0x7D68, 0xBD71, 0x7D69, 0xBD72, 0x7D6A, 0xBD73, - 0x7D6B, 0xBD74, 0x7D6C, 0xBD75, 0x7D6D, 0xBD76, 0x7D6E, 0xD0F5, 0x7D6F, 0xBD77, 0x7D70, 0xBD78, 0x7D71, 0xBD79, 0x7D72, 0xBD7A, - 0x7D73, 0xBD7B, 0x7D74, 0xBD7C, 0x7D75, 0xBD7D, 0x7D76, 0xBD7E, 0x7D77, 0xF4EA, 0x7D78, 0xBD80, 0x7D79, 0xBD81, 0x7D7A, 0xBD82, - 0x7D7B, 0xBD83, 0x7D7C, 0xBD84, 0x7D7D, 0xBD85, 0x7D7E, 0xBD86, 0x7D7F, 0xBD87, 0x7D80, 0xBD88, 0x7D81, 0xBD89, 0x7D82, 0xBD8A, - 0x7D83, 0xBD8B, 0x7D84, 0xBD8C, 0x7D85, 0xBD8D, 0x7D86, 0xBD8E, 0x7D87, 0xBD8F, 0x7D88, 0xBD90, 0x7D89, 0xBD91, 0x7D8A, 0xBD92, - 0x7D8B, 0xBD93, 0x7D8C, 0xBD94, 0x7D8D, 0xBD95, 0x7D8E, 0xBD96, 0x7D8F, 0xBD97, 0x7D90, 0xBD98, 0x7D91, 0xBD99, 0x7D92, 0xBD9A, - 0x7D93, 0xBD9B, 0x7D94, 0xBD9C, 0x7D95, 0xBD9D, 0x7D96, 0xBD9E, 0x7D97, 0xBD9F, 0x7D98, 0xBDA0, 0x7D99, 0xBE40, 0x7D9A, 0xBE41, - 0x7D9B, 0xBE42, 0x7D9C, 0xBE43, 0x7D9D, 0xBE44, 0x7D9E, 0xBE45, 0x7D9F, 0xBE46, 0x7DA0, 0xBE47, 0x7DA1, 0xBE48, 0x7DA2, 0xBE49, - 0x7DA3, 0xBE4A, 0x7DA4, 0xBE4B, 0x7DA5, 0xBE4C, 0x7DA6, 0xF4EB, 0x7DA7, 0xBE4D, 0x7DA8, 0xBE4E, 0x7DA9, 0xBE4F, 0x7DAA, 0xBE50, - 0x7DAB, 0xBE51, 0x7DAC, 0xBE52, 0x7DAD, 0xBE53, 0x7DAE, 0xF4EC, 0x7DAF, 0xBE54, 0x7DB0, 0xBE55, 0x7DB1, 0xBE56, 0x7DB2, 0xBE57, - 0x7DB3, 0xBE58, 0x7DB4, 0xBE59, 0x7DB5, 0xBE5A, 0x7DB6, 0xBE5B, 0x7DB7, 0xBE5C, 0x7DB8, 0xBE5D, 0x7DB9, 0xBE5E, 0x7DBA, 0xBE5F, - 0x7DBB, 0xBE60, 0x7DBC, 0xBE61, 0x7DBD, 0xBE62, 0x7DBE, 0xBE63, 0x7DBF, 0xBE64, 0x7DC0, 0xBE65, 0x7DC1, 0xBE66, 0x7DC2, 0xBE67, - 0x7DC3, 0xBE68, 0x7DC4, 0xBE69, 0x7DC5, 0xBE6A, 0x7DC6, 0xBE6B, 0x7DC7, 0xBE6C, 0x7DC8, 0xBE6D, 0x7DC9, 0xBE6E, 0x7DCA, 0xBE6F, - 0x7DCB, 0xBE70, 0x7DCC, 0xBE71, 0x7DCD, 0xBE72, 0x7DCE, 0xBE73, 0x7DCF, 0xBE74, 0x7DD0, 0xBE75, 0x7DD1, 0xBE76, 0x7DD2, 0xBE77, - 0x7DD3, 0xBE78, 0x7DD4, 0xBE79, 0x7DD5, 0xBE7A, 0x7DD6, 0xBE7B, 0x7DD7, 0xBE7C, 0x7DD8, 0xBE7D, 0x7DD9, 0xBE7E, 0x7DDA, 0xBE80, - 0x7DDB, 0xBE81, 0x7DDC, 0xBE82, 0x7DDD, 0xBE83, 0x7DDE, 0xBE84, 0x7DDF, 0xBE85, 0x7DE0, 0xBE86, 0x7DE1, 0xBE87, 0x7DE2, 0xBE88, - 0x7DE3, 0xBE89, 0x7DE4, 0xBE8A, 0x7DE5, 0xBE8B, 0x7DE6, 0xBE8C, 0x7DE7, 0xBE8D, 0x7DE8, 0xBE8E, 0x7DE9, 0xBE8F, 0x7DEA, 0xBE90, - 0x7DEB, 0xBE91, 0x7DEC, 0xBE92, 0x7DED, 0xBE93, 0x7DEE, 0xBE94, 0x7DEF, 0xBE95, 0x7DF0, 0xBE96, 0x7DF1, 0xBE97, 0x7DF2, 0xBE98, - 0x7DF3, 0xBE99, 0x7DF4, 0xBE9A, 0x7DF5, 0xBE9B, 0x7DF6, 0xBE9C, 0x7DF7, 0xBE9D, 0x7DF8, 0xBE9E, 0x7DF9, 0xBE9F, 0x7DFA, 0xBEA0, - 0x7DFB, 0xBF40, 0x7DFC, 0xBF41, 0x7DFD, 0xBF42, 0x7DFE, 0xBF43, 0x7DFF, 0xBF44, 0x7E00, 0xBF45, 0x7E01, 0xBF46, 0x7E02, 0xBF47, - 0x7E03, 0xBF48, 0x7E04, 0xBF49, 0x7E05, 0xBF4A, 0x7E06, 0xBF4B, 0x7E07, 0xBF4C, 0x7E08, 0xBF4D, 0x7E09, 0xBF4E, 0x7E0A, 0xBF4F, - 0x7E0B, 0xBF50, 0x7E0C, 0xBF51, 0x7E0D, 0xBF52, 0x7E0E, 0xBF53, 0x7E0F, 0xBF54, 0x7E10, 0xBF55, 0x7E11, 0xBF56, 0x7E12, 0xBF57, - 0x7E13, 0xBF58, 0x7E14, 0xBF59, 0x7E15, 0xBF5A, 0x7E16, 0xBF5B, 0x7E17, 0xBF5C, 0x7E18, 0xBF5D, 0x7E19, 0xBF5E, 0x7E1A, 0xBF5F, - 0x7E1B, 0xBF60, 0x7E1C, 0xBF61, 0x7E1D, 0xBF62, 0x7E1E, 0xBF63, 0x7E1F, 0xBF64, 0x7E20, 0xBF65, 0x7E21, 0xBF66, 0x7E22, 0xBF67, - 0x7E23, 0xBF68, 0x7E24, 0xBF69, 0x7E25, 0xBF6A, 0x7E26, 0xBF6B, 0x7E27, 0xBF6C, 0x7E28, 0xBF6D, 0x7E29, 0xBF6E, 0x7E2A, 0xBF6F, - 0x7E2B, 0xBF70, 0x7E2C, 0xBF71, 0x7E2D, 0xBF72, 0x7E2E, 0xBF73, 0x7E2F, 0xBF74, 0x7E30, 0xBF75, 0x7E31, 0xBF76, 0x7E32, 0xBF77, - 0x7E33, 0xBF78, 0x7E34, 0xBF79, 0x7E35, 0xBF7A, 0x7E36, 0xBF7B, 0x7E37, 0xBF7C, 0x7E38, 0xBF7D, 0x7E39, 0xBF7E, 0x7E3A, 0xBF80, - 0x7E3B, 0xF7E3, 0x7E3C, 0xBF81, 0x7E3D, 0xBF82, 0x7E3E, 0xBF83, 0x7E3F, 0xBF84, 0x7E40, 0xBF85, 0x7E41, 0xB7B1, 0x7E42, 0xBF86, - 0x7E43, 0xBF87, 0x7E44, 0xBF88, 0x7E45, 0xBF89, 0x7E46, 0xBF8A, 0x7E47, 0xF4ED, 0x7E48, 0xBF8B, 0x7E49, 0xBF8C, 0x7E4A, 0xBF8D, - 0x7E4B, 0xBF8E, 0x7E4C, 0xBF8F, 0x7E4D, 0xBF90, 0x7E4E, 0xBF91, 0x7E4F, 0xBF92, 0x7E50, 0xBF93, 0x7E51, 0xBF94, 0x7E52, 0xBF95, - 0x7E53, 0xBF96, 0x7E54, 0xBF97, 0x7E55, 0xBF98, 0x7E56, 0xBF99, 0x7E57, 0xBF9A, 0x7E58, 0xBF9B, 0x7E59, 0xBF9C, 0x7E5A, 0xBF9D, - 0x7E5B, 0xBF9E, 0x7E5C, 0xBF9F, 0x7E5D, 0xBFA0, 0x7E5E, 0xC040, 0x7E5F, 0xC041, 0x7E60, 0xC042, 0x7E61, 0xC043, 0x7E62, 0xC044, - 0x7E63, 0xC045, 0x7E64, 0xC046, 0x7E65, 0xC047, 0x7E66, 0xC048, 0x7E67, 0xC049, 0x7E68, 0xC04A, 0x7E69, 0xC04B, 0x7E6A, 0xC04C, - 0x7E6B, 0xC04D, 0x7E6C, 0xC04E, 0x7E6D, 0xC04F, 0x7E6E, 0xC050, 0x7E6F, 0xC051, 0x7E70, 0xC052, 0x7E71, 0xC053, 0x7E72, 0xC054, - 0x7E73, 0xC055, 0x7E74, 0xC056, 0x7E75, 0xC057, 0x7E76, 0xC058, 0x7E77, 0xC059, 0x7E78, 0xC05A, 0x7E79, 0xC05B, 0x7E7A, 0xC05C, - 0x7E7B, 0xC05D, 0x7E7C, 0xC05E, 0x7E7D, 0xC05F, 0x7E7E, 0xC060, 0x7E7F, 0xC061, 0x7E80, 0xC062, 0x7E81, 0xC063, 0x7E82, 0xD7EB, - 0x7E83, 0xC064, 0x7E84, 0xC065, 0x7E85, 0xC066, 0x7E86, 0xC067, 0x7E87, 0xC068, 0x7E88, 0xC069, 0x7E89, 0xC06A, 0x7E8A, 0xC06B, - 0x7E8B, 0xC06C, 0x7E8C, 0xC06D, 0x7E8D, 0xC06E, 0x7E8E, 0xC06F, 0x7E8F, 0xC070, 0x7E90, 0xC071, 0x7E91, 0xC072, 0x7E92, 0xC073, - 0x7E93, 0xC074, 0x7E94, 0xC075, 0x7E95, 0xC076, 0x7E96, 0xC077, 0x7E97, 0xC078, 0x7E98, 0xC079, 0x7E99, 0xC07A, 0x7E9A, 0xC07B, - 0x7E9B, 0xF4EE, 0x7E9C, 0xC07C, 0x7E9D, 0xC07D, 0x7E9E, 0xC07E, 0x7E9F, 0xE6F9, 0x7EA0, 0xBEC0, 0x7EA1, 0xE6FA, 0x7EA2, 0xBAEC, - 0x7EA3, 0xE6FB, 0x7EA4, 0xCFCB, 0x7EA5, 0xE6FC, 0x7EA6, 0xD4BC, 0x7EA7, 0xBCB6, 0x7EA8, 0xE6FD, 0x7EA9, 0xE6FE, 0x7EAA, 0xBCCD, - 0x7EAB, 0xC8D2, 0x7EAC, 0xCEB3, 0x7EAD, 0xE7A1, 0x7EAE, 0xC080, 0x7EAF, 0xB4BF, 0x7EB0, 0xE7A2, 0x7EB1, 0xC9B4, 0x7EB2, 0xB8D9, - 0x7EB3, 0xC4C9, 0x7EB4, 0xC081, 0x7EB5, 0xD7DD, 0x7EB6, 0xC2DA, 0x7EB7, 0xB7D7, 0x7EB8, 0xD6BD, 0x7EB9, 0xCEC6, 0x7EBA, 0xB7C4, - 0x7EBB, 0xC082, 0x7EBC, 0xC083, 0x7EBD, 0xC5A6, 0x7EBE, 0xE7A3, 0x7EBF, 0xCFDF, 0x7EC0, 0xE7A4, 0x7EC1, 0xE7A5, 0x7EC2, 0xE7A6, - 0x7EC3, 0xC1B7, 0x7EC4, 0xD7E9, 0x7EC5, 0xC9F0, 0x7EC6, 0xCFB8, 0x7EC7, 0xD6AF, 0x7EC8, 0xD6D5, 0x7EC9, 0xE7A7, 0x7ECA, 0xB0ED, - 0x7ECB, 0xE7A8, 0x7ECC, 0xE7A9, 0x7ECD, 0xC9DC, 0x7ECE, 0xD2EF, 0x7ECF, 0xBEAD, 0x7ED0, 0xE7AA, 0x7ED1, 0xB0F3, 0x7ED2, 0xC8DE, - 0x7ED3, 0xBDE1, 0x7ED4, 0xE7AB, 0x7ED5, 0xC8C6, 0x7ED6, 0xC084, 0x7ED7, 0xE7AC, 0x7ED8, 0xBBE6, 0x7ED9, 0xB8F8, 0x7EDA, 0xD1A4, - 0x7EDB, 0xE7AD, 0x7EDC, 0xC2E7, 0x7EDD, 0xBEF8, 0x7EDE, 0xBDCA, 0x7EDF, 0xCDB3, 0x7EE0, 0xE7AE, 0x7EE1, 0xE7AF, 0x7EE2, 0xBEEE, - 0x7EE3, 0xD0E5, 0x7EE4, 0xC085, 0x7EE5, 0xCBE7, 0x7EE6, 0xCCD0, 0x7EE7, 0xBCCC, 0x7EE8, 0xE7B0, 0x7EE9, 0xBCA8, 0x7EEA, 0xD0F7, - 0x7EEB, 0xE7B1, 0x7EEC, 0xC086, 0x7EED, 0xD0F8, 0x7EEE, 0xE7B2, 0x7EEF, 0xE7B3, 0x7EF0, 0xB4C2, 0x7EF1, 0xE7B4, 0x7EF2, 0xE7B5, - 0x7EF3, 0xC9FE, 0x7EF4, 0xCEAC, 0x7EF5, 0xC3E0, 0x7EF6, 0xE7B7, 0x7EF7, 0xB1C1, 0x7EF8, 0xB3F1, 0x7EF9, 0xC087, 0x7EFA, 0xE7B8, - 0x7EFB, 0xE7B9, 0x7EFC, 0xD7DB, 0x7EFD, 0xD5C0, 0x7EFE, 0xE7BA, 0x7EFF, 0xC2CC, 0x7F00, 0xD7BA, 0x7F01, 0xE7BB, 0x7F02, 0xE7BC, - 0x7F03, 0xE7BD, 0x7F04, 0xBCEA, 0x7F05, 0xC3E5, 0x7F06, 0xC0C2, 0x7F07, 0xE7BE, 0x7F08, 0xE7BF, 0x7F09, 0xBCA9, 0x7F0A, 0xC088, - 0x7F0B, 0xE7C0, 0x7F0C, 0xE7C1, 0x7F0D, 0xE7B6, 0x7F0E, 0xB6D0, 0x7F0F, 0xE7C2, 0x7F10, 0xC089, 0x7F11, 0xE7C3, 0x7F12, 0xE7C4, - 0x7F13, 0xBBBA, 0x7F14, 0xB5DE, 0x7F15, 0xC2C6, 0x7F16, 0xB1E0, 0x7F17, 0xE7C5, 0x7F18, 0xD4B5, 0x7F19, 0xE7C6, 0x7F1A, 0xB8BF, - 0x7F1B, 0xE7C8, 0x7F1C, 0xE7C7, 0x7F1D, 0xB7EC, 0x7F1E, 0xC08A, 0x7F1F, 0xE7C9, 0x7F20, 0xB2F8, 0x7F21, 0xE7CA, 0x7F22, 0xE7CB, - 0x7F23, 0xE7CC, 0x7F24, 0xE7CD, 0x7F25, 0xE7CE, 0x7F26, 0xE7CF, 0x7F27, 0xE7D0, 0x7F28, 0xD3A7, 0x7F29, 0xCBF5, 0x7F2A, 0xE7D1, - 0x7F2B, 0xE7D2, 0x7F2C, 0xE7D3, 0x7F2D, 0xE7D4, 0x7F2E, 0xC9C9, 0x7F2F, 0xE7D5, 0x7F30, 0xE7D6, 0x7F31, 0xE7D7, 0x7F32, 0xE7D8, - 0x7F33, 0xE7D9, 0x7F34, 0xBDC9, 0x7F35, 0xE7DA, 0x7F36, 0xF3BE, 0x7F37, 0xC08B, 0x7F38, 0xB8D7, 0x7F39, 0xC08C, 0x7F3A, 0xC8B1, - 0x7F3B, 0xC08D, 0x7F3C, 0xC08E, 0x7F3D, 0xC08F, 0x7F3E, 0xC090, 0x7F3F, 0xC091, 0x7F40, 0xC092, 0x7F41, 0xC093, 0x7F42, 0xF3BF, - 0x7F43, 0xC094, 0x7F44, 0xF3C0, 0x7F45, 0xF3C1, 0x7F46, 0xC095, 0x7F47, 0xC096, 0x7F48, 0xC097, 0x7F49, 0xC098, 0x7F4A, 0xC099, - 0x7F4B, 0xC09A, 0x7F4C, 0xC09B, 0x7F4D, 0xC09C, 0x7F4E, 0xC09D, 0x7F4F, 0xC09E, 0x7F50, 0xB9DE, 0x7F51, 0xCDF8, 0x7F52, 0xC09F, - 0x7F53, 0xC0A0, 0x7F54, 0xD8E8, 0x7F55, 0xBAB1, 0x7F56, 0xC140, 0x7F57, 0xC2DE, 0x7F58, 0xEEB7, 0x7F59, 0xC141, 0x7F5A, 0xB7A3, - 0x7F5B, 0xC142, 0x7F5C, 0xC143, 0x7F5D, 0xC144, 0x7F5E, 0xC145, 0x7F5F, 0xEEB9, 0x7F60, 0xC146, 0x7F61, 0xEEB8, 0x7F62, 0xB0D5, - 0x7F63, 0xC147, 0x7F64, 0xC148, 0x7F65, 0xC149, 0x7F66, 0xC14A, 0x7F67, 0xC14B, 0x7F68, 0xEEBB, 0x7F69, 0xD5D6, 0x7F6A, 0xD7EF, - 0x7F6B, 0xC14C, 0x7F6C, 0xC14D, 0x7F6D, 0xC14E, 0x7F6E, 0xD6C3, 0x7F6F, 0xC14F, 0x7F70, 0xC150, 0x7F71, 0xEEBD, 0x7F72, 0xCAF0, - 0x7F73, 0xC151, 0x7F74, 0xEEBC, 0x7F75, 0xC152, 0x7F76, 0xC153, 0x7F77, 0xC154, 0x7F78, 0xC155, 0x7F79, 0xEEBE, 0x7F7A, 0xC156, - 0x7F7B, 0xC157, 0x7F7C, 0xC158, 0x7F7D, 0xC159, 0x7F7E, 0xEEC0, 0x7F7F, 0xC15A, 0x7F80, 0xC15B, 0x7F81, 0xEEBF, 0x7F82, 0xC15C, - 0x7F83, 0xC15D, 0x7F84, 0xC15E, 0x7F85, 0xC15F, 0x7F86, 0xC160, 0x7F87, 0xC161, 0x7F88, 0xC162, 0x7F89, 0xC163, 0x7F8A, 0xD1F2, - 0x7F8B, 0xC164, 0x7F8C, 0xC7BC, 0x7F8D, 0xC165, 0x7F8E, 0xC3C0, 0x7F8F, 0xC166, 0x7F90, 0xC167, 0x7F91, 0xC168, 0x7F92, 0xC169, - 0x7F93, 0xC16A, 0x7F94, 0xB8E1, 0x7F95, 0xC16B, 0x7F96, 0xC16C, 0x7F97, 0xC16D, 0x7F98, 0xC16E, 0x7F99, 0xC16F, 0x7F9A, 0xC1E7, - 0x7F9B, 0xC170, 0x7F9C, 0xC171, 0x7F9D, 0xF4C6, 0x7F9E, 0xD0DF, 0x7F9F, 0xF4C7, 0x7FA0, 0xC172, 0x7FA1, 0xCFDB, 0x7FA2, 0xC173, - 0x7FA3, 0xC174, 0x7FA4, 0xC8BA, 0x7FA5, 0xC175, 0x7FA6, 0xC176, 0x7FA7, 0xF4C8, 0x7FA8, 0xC177, 0x7FA9, 0xC178, 0x7FAA, 0xC179, - 0x7FAB, 0xC17A, 0x7FAC, 0xC17B, 0x7FAD, 0xC17C, 0x7FAE, 0xC17D, 0x7FAF, 0xF4C9, 0x7FB0, 0xF4CA, 0x7FB1, 0xC17E, 0x7FB2, 0xF4CB, - 0x7FB3, 0xC180, 0x7FB4, 0xC181, 0x7FB5, 0xC182, 0x7FB6, 0xC183, 0x7FB7, 0xC184, 0x7FB8, 0xD9FA, 0x7FB9, 0xB8FE, 0x7FBA, 0xC185, - 0x7FBB, 0xC186, 0x7FBC, 0xE5F1, 0x7FBD, 0xD3F0, 0x7FBE, 0xC187, 0x7FBF, 0xF4E0, 0x7FC0, 0xC188, 0x7FC1, 0xCECC, 0x7FC2, 0xC189, - 0x7FC3, 0xC18A, 0x7FC4, 0xC18B, 0x7FC5, 0xB3E1, 0x7FC6, 0xC18C, 0x7FC7, 0xC18D, 0x7FC8, 0xC18E, 0x7FC9, 0xC18F, 0x7FCA, 0xF1B4, - 0x7FCB, 0xC190, 0x7FCC, 0xD2EE, 0x7FCD, 0xC191, 0x7FCE, 0xF4E1, 0x7FCF, 0xC192, 0x7FD0, 0xC193, 0x7FD1, 0xC194, 0x7FD2, 0xC195, - 0x7FD3, 0xC196, 0x7FD4, 0xCFE8, 0x7FD5, 0xF4E2, 0x7FD6, 0xC197, 0x7FD7, 0xC198, 0x7FD8, 0xC7CC, 0x7FD9, 0xC199, 0x7FDA, 0xC19A, - 0x7FDB, 0xC19B, 0x7FDC, 0xC19C, 0x7FDD, 0xC19D, 0x7FDE, 0xC19E, 0x7FDF, 0xB5D4, 0x7FE0, 0xB4E4, 0x7FE1, 0xF4E4, 0x7FE2, 0xC19F, - 0x7FE3, 0xC1A0, 0x7FE4, 0xC240, 0x7FE5, 0xF4E3, 0x7FE6, 0xF4E5, 0x7FE7, 0xC241, 0x7FE8, 0xC242, 0x7FE9, 0xF4E6, 0x7FEA, 0xC243, - 0x7FEB, 0xC244, 0x7FEC, 0xC245, 0x7FED, 0xC246, 0x7FEE, 0xF4E7, 0x7FEF, 0xC247, 0x7FF0, 0xBAB2, 0x7FF1, 0xB0BF, 0x7FF2, 0xC248, - 0x7FF3, 0xF4E8, 0x7FF4, 0xC249, 0x7FF5, 0xC24A, 0x7FF6, 0xC24B, 0x7FF7, 0xC24C, 0x7FF8, 0xC24D, 0x7FF9, 0xC24E, 0x7FFA, 0xC24F, - 0x7FFB, 0xB7AD, 0x7FFC, 0xD2ED, 0x7FFD, 0xC250, 0x7FFE, 0xC251, 0x7FFF, 0xC252, 0x8000, 0xD2AB, 0x8001, 0xC0CF, 0x8002, 0xC253, - 0x8003, 0xBFBC, 0x8004, 0xEBA3, 0x8005, 0xD5DF, 0x8006, 0xEAC8, 0x8007, 0xC254, 0x8008, 0xC255, 0x8009, 0xC256, 0x800A, 0xC257, - 0x800B, 0xF1F3, 0x800C, 0xB6F8, 0x800D, 0xCBA3, 0x800E, 0xC258, 0x800F, 0xC259, 0x8010, 0xC4CD, 0x8011, 0xC25A, 0x8012, 0xF1E7, - 0x8013, 0xC25B, 0x8014, 0xF1E8, 0x8015, 0xB8FB, 0x8016, 0xF1E9, 0x8017, 0xBAC4, 0x8018, 0xD4C5, 0x8019, 0xB0D2, 0x801A, 0xC25C, - 0x801B, 0xC25D, 0x801C, 0xF1EA, 0x801D, 0xC25E, 0x801E, 0xC25F, 0x801F, 0xC260, 0x8020, 0xF1EB, 0x8021, 0xC261, 0x8022, 0xF1EC, - 0x8023, 0xC262, 0x8024, 0xC263, 0x8025, 0xF1ED, 0x8026, 0xF1EE, 0x8027, 0xF1EF, 0x8028, 0xF1F1, 0x8029, 0xF1F0, 0x802A, 0xC5D5, - 0x802B, 0xC264, 0x802C, 0xC265, 0x802D, 0xC266, 0x802E, 0xC267, 0x802F, 0xC268, 0x8030, 0xC269, 0x8031, 0xF1F2, 0x8032, 0xC26A, - 0x8033, 0xB6FA, 0x8034, 0xC26B, 0x8035, 0xF1F4, 0x8036, 0xD2AE, 0x8037, 0xDEC7, 0x8038, 0xCBCA, 0x8039, 0xC26C, 0x803A, 0xC26D, - 0x803B, 0xB3DC, 0x803C, 0xC26E, 0x803D, 0xB5A2, 0x803E, 0xC26F, 0x803F, 0xB9A2, 0x8040, 0xC270, 0x8041, 0xC271, 0x8042, 0xC4F4, - 0x8043, 0xF1F5, 0x8044, 0xC272, 0x8045, 0xC273, 0x8046, 0xF1F6, 0x8047, 0xC274, 0x8048, 0xC275, 0x8049, 0xC276, 0x804A, 0xC1C4, - 0x804B, 0xC1FB, 0x804C, 0xD6B0, 0x804D, 0xF1F7, 0x804E, 0xC277, 0x804F, 0xC278, 0x8050, 0xC279, 0x8051, 0xC27A, 0x8052, 0xF1F8, - 0x8053, 0xC27B, 0x8054, 0xC1AA, 0x8055, 0xC27C, 0x8056, 0xC27D, 0x8057, 0xC27E, 0x8058, 0xC6B8, 0x8059, 0xC280, 0x805A, 0xBEDB, - 0x805B, 0xC281, 0x805C, 0xC282, 0x805D, 0xC283, 0x805E, 0xC284, 0x805F, 0xC285, 0x8060, 0xC286, 0x8061, 0xC287, 0x8062, 0xC288, - 0x8063, 0xC289, 0x8064, 0xC28A, 0x8065, 0xC28B, 0x8066, 0xC28C, 0x8067, 0xC28D, 0x8068, 0xC28E, 0x8069, 0xF1F9, 0x806A, 0xB4CF, - 0x806B, 0xC28F, 0x806C, 0xC290, 0x806D, 0xC291, 0x806E, 0xC292, 0x806F, 0xC293, 0x8070, 0xC294, 0x8071, 0xF1FA, 0x8072, 0xC295, - 0x8073, 0xC296, 0x8074, 0xC297, 0x8075, 0xC298, 0x8076, 0xC299, 0x8077, 0xC29A, 0x8078, 0xC29B, 0x8079, 0xC29C, 0x807A, 0xC29D, - 0x807B, 0xC29E, 0x807C, 0xC29F, 0x807D, 0xC2A0, 0x807E, 0xC340, 0x807F, 0xEDB2, 0x8080, 0xEDB1, 0x8081, 0xC341, 0x8082, 0xC342, - 0x8083, 0xCBE0, 0x8084, 0xD2DE, 0x8085, 0xC343, 0x8086, 0xCBC1, 0x8087, 0xD5D8, 0x8088, 0xC344, 0x8089, 0xC8E2, 0x808A, 0xC345, - 0x808B, 0xC0DF, 0x808C, 0xBCA1, 0x808D, 0xC346, 0x808E, 0xC347, 0x808F, 0xC348, 0x8090, 0xC349, 0x8091, 0xC34A, 0x8092, 0xC34B, - 0x8093, 0xEBC1, 0x8094, 0xC34C, 0x8095, 0xC34D, 0x8096, 0xD0A4, 0x8097, 0xC34E, 0x8098, 0xD6E2, 0x8099, 0xC34F, 0x809A, 0xB6C7, - 0x809B, 0xB8D8, 0x809C, 0xEBC0, 0x809D, 0xB8CE, 0x809E, 0xC350, 0x809F, 0xEBBF, 0x80A0, 0xB3A6, 0x80A1, 0xB9C9, 0x80A2, 0xD6AB, - 0x80A3, 0xC351, 0x80A4, 0xB7F4, 0x80A5, 0xB7CA, 0x80A6, 0xC352, 0x80A7, 0xC353, 0x80A8, 0xC354, 0x80A9, 0xBCE7, 0x80AA, 0xB7BE, - 0x80AB, 0xEBC6, 0x80AC, 0xC355, 0x80AD, 0xEBC7, 0x80AE, 0xB0B9, 0x80AF, 0xBFCF, 0x80B0, 0xC356, 0x80B1, 0xEBC5, 0x80B2, 0xD3FD, - 0x80B3, 0xC357, 0x80B4, 0xEBC8, 0x80B5, 0xC358, 0x80B6, 0xC359, 0x80B7, 0xEBC9, 0x80B8, 0xC35A, 0x80B9, 0xC35B, 0x80BA, 0xB7CE, - 0x80BB, 0xC35C, 0x80BC, 0xEBC2, 0x80BD, 0xEBC4, 0x80BE, 0xC9F6, 0x80BF, 0xD6D7, 0x80C0, 0xD5CD, 0x80C1, 0xD0B2, 0x80C2, 0xEBCF, - 0x80C3, 0xCEB8, 0x80C4, 0xEBD0, 0x80C5, 0xC35D, 0x80C6, 0xB5A8, 0x80C7, 0xC35E, 0x80C8, 0xC35F, 0x80C9, 0xC360, 0x80CA, 0xC361, - 0x80CB, 0xC362, 0x80CC, 0xB1B3, 0x80CD, 0xEBD2, 0x80CE, 0xCCA5, 0x80CF, 0xC363, 0x80D0, 0xC364, 0x80D1, 0xC365, 0x80D2, 0xC366, - 0x80D3, 0xC367, 0x80D4, 0xC368, 0x80D5, 0xC369, 0x80D6, 0xC5D6, 0x80D7, 0xEBD3, 0x80D8, 0xC36A, 0x80D9, 0xEBD1, 0x80DA, 0xC5DF, - 0x80DB, 0xEBCE, 0x80DC, 0xCAA4, 0x80DD, 0xEBD5, 0x80DE, 0xB0FB, 0x80DF, 0xC36B, 0x80E0, 0xC36C, 0x80E1, 0xBAFA, 0x80E2, 0xC36D, - 0x80E3, 0xC36E, 0x80E4, 0xD8B7, 0x80E5, 0xF1E3, 0x80E6, 0xC36F, 0x80E7, 0xEBCA, 0x80E8, 0xEBCB, 0x80E9, 0xEBCC, 0x80EA, 0xEBCD, - 0x80EB, 0xEBD6, 0x80EC, 0xE6C0, 0x80ED, 0xEBD9, 0x80EE, 0xC370, 0x80EF, 0xBFE8, 0x80F0, 0xD2C8, 0x80F1, 0xEBD7, 0x80F2, 0xEBDC, - 0x80F3, 0xB8EC, 0x80F4, 0xEBD8, 0x80F5, 0xC371, 0x80F6, 0xBDBA, 0x80F7, 0xC372, 0x80F8, 0xD0D8, 0x80F9, 0xC373, 0x80FA, 0xB0B7, - 0x80FB, 0xC374, 0x80FC, 0xEBDD, 0x80FD, 0xC4DC, 0x80FE, 0xC375, 0x80FF, 0xC376, 0x8100, 0xC377, 0x8101, 0xC378, 0x8102, 0xD6AC, - 0x8103, 0xC379, 0x8104, 0xC37A, 0x8105, 0xC37B, 0x8106, 0xB4E0, 0x8107, 0xC37C, 0x8108, 0xC37D, 0x8109, 0xC2F6, 0x810A, 0xBCB9, - 0x810B, 0xC37E, 0x810C, 0xC380, 0x810D, 0xEBDA, 0x810E, 0xEBDB, 0x810F, 0xD4E0, 0x8110, 0xC6EA, 0x8111, 0xC4D4, 0x8112, 0xEBDF, - 0x8113, 0xC5A7, 0x8114, 0xD9F5, 0x8115, 0xC381, 0x8116, 0xB2B1, 0x8117, 0xC382, 0x8118, 0xEBE4, 0x8119, 0xC383, 0x811A, 0xBDC5, - 0x811B, 0xC384, 0x811C, 0xC385, 0x811D, 0xC386, 0x811E, 0xEBE2, 0x811F, 0xC387, 0x8120, 0xC388, 0x8121, 0xC389, 0x8122, 0xC38A, - 0x8123, 0xC38B, 0x8124, 0xC38C, 0x8125, 0xC38D, 0x8126, 0xC38E, 0x8127, 0xC38F, 0x8128, 0xC390, 0x8129, 0xC391, 0x812A, 0xC392, - 0x812B, 0xC393, 0x812C, 0xEBE3, 0x812D, 0xC394, 0x812E, 0xC395, 0x812F, 0xB8AC, 0x8130, 0xC396, 0x8131, 0xCDD1, 0x8132, 0xEBE5, - 0x8133, 0xC397, 0x8134, 0xC398, 0x8135, 0xC399, 0x8136, 0xEBE1, 0x8137, 0xC39A, 0x8138, 0xC1B3, 0x8139, 0xC39B, 0x813A, 0xC39C, - 0x813B, 0xC39D, 0x813C, 0xC39E, 0x813D, 0xC39F, 0x813E, 0xC6A2, 0x813F, 0xC3A0, 0x8140, 0xC440, 0x8141, 0xC441, 0x8142, 0xC442, - 0x8143, 0xC443, 0x8144, 0xC444, 0x8145, 0xC445, 0x8146, 0xCCF3, 0x8147, 0xC446, 0x8148, 0xEBE6, 0x8149, 0xC447, 0x814A, 0xC0B0, - 0x814B, 0xD2B8, 0x814C, 0xEBE7, 0x814D, 0xC448, 0x814E, 0xC449, 0x814F, 0xC44A, 0x8150, 0xB8AF, 0x8151, 0xB8AD, 0x8152, 0xC44B, - 0x8153, 0xEBE8, 0x8154, 0xC7BB, 0x8155, 0xCDF3, 0x8156, 0xC44C, 0x8157, 0xC44D, 0x8158, 0xC44E, 0x8159, 0xEBEA, 0x815A, 0xEBEB, - 0x815B, 0xC44F, 0x815C, 0xC450, 0x815D, 0xC451, 0x815E, 0xC452, 0x815F, 0xC453, 0x8160, 0xEBED, 0x8161, 0xC454, 0x8162, 0xC455, - 0x8163, 0xC456, 0x8164, 0xC457, 0x8165, 0xD0C8, 0x8166, 0xC458, 0x8167, 0xEBF2, 0x8168, 0xC459, 0x8169, 0xEBEE, 0x816A, 0xC45A, - 0x816B, 0xC45B, 0x816C, 0xC45C, 0x816D, 0xEBF1, 0x816E, 0xC8F9, 0x816F, 0xC45D, 0x8170, 0xD1FC, 0x8171, 0xEBEC, 0x8172, 0xC45E, - 0x8173, 0xC45F, 0x8174, 0xEBE9, 0x8175, 0xC460, 0x8176, 0xC461, 0x8177, 0xC462, 0x8178, 0xC463, 0x8179, 0xB8B9, 0x817A, 0xCFD9, - 0x817B, 0xC4E5, 0x817C, 0xEBEF, 0x817D, 0xEBF0, 0x817E, 0xCCDA, 0x817F, 0xCDC8, 0x8180, 0xB0F2, 0x8181, 0xC464, 0x8182, 0xEBF6, - 0x8183, 0xC465, 0x8184, 0xC466, 0x8185, 0xC467, 0x8186, 0xC468, 0x8187, 0xC469, 0x8188, 0xEBF5, 0x8189, 0xC46A, 0x818A, 0xB2B2, - 0x818B, 0xC46B, 0x818C, 0xC46C, 0x818D, 0xC46D, 0x818E, 0xC46E, 0x818F, 0xB8E0, 0x8190, 0xC46F, 0x8191, 0xEBF7, 0x8192, 0xC470, - 0x8193, 0xC471, 0x8194, 0xC472, 0x8195, 0xC473, 0x8196, 0xC474, 0x8197, 0xC475, 0x8198, 0xB1EC, 0x8199, 0xC476, 0x819A, 0xC477, - 0x819B, 0xCCC5, 0x819C, 0xC4A4, 0x819D, 0xCFA5, 0x819E, 0xC478, 0x819F, 0xC479, 0x81A0, 0xC47A, 0x81A1, 0xC47B, 0x81A2, 0xC47C, - 0x81A3, 0xEBF9, 0x81A4, 0xC47D, 0x81A5, 0xC47E, 0x81A6, 0xECA2, 0x81A7, 0xC480, 0x81A8, 0xC5F2, 0x81A9, 0xC481, 0x81AA, 0xEBFA, - 0x81AB, 0xC482, 0x81AC, 0xC483, 0x81AD, 0xC484, 0x81AE, 0xC485, 0x81AF, 0xC486, 0x81B0, 0xC487, 0x81B1, 0xC488, 0x81B2, 0xC489, - 0x81B3, 0xC9C5, 0x81B4, 0xC48A, 0x81B5, 0xC48B, 0x81B6, 0xC48C, 0x81B7, 0xC48D, 0x81B8, 0xC48E, 0x81B9, 0xC48F, 0x81BA, 0xE2DF, - 0x81BB, 0xEBFE, 0x81BC, 0xC490, 0x81BD, 0xC491, 0x81BE, 0xC492, 0x81BF, 0xC493, 0x81C0, 0xCDCE, 0x81C1, 0xECA1, 0x81C2, 0xB1DB, - 0x81C3, 0xD3B7, 0x81C4, 0xC494, 0x81C5, 0xC495, 0x81C6, 0xD2DC, 0x81C7, 0xC496, 0x81C8, 0xC497, 0x81C9, 0xC498, 0x81CA, 0xEBFD, - 0x81CB, 0xC499, 0x81CC, 0xEBFB, 0x81CD, 0xC49A, 0x81CE, 0xC49B, 0x81CF, 0xC49C, 0x81D0, 0xC49D, 0x81D1, 0xC49E, 0x81D2, 0xC49F, - 0x81D3, 0xC4A0, 0x81D4, 0xC540, 0x81D5, 0xC541, 0x81D6, 0xC542, 0x81D7, 0xC543, 0x81D8, 0xC544, 0x81D9, 0xC545, 0x81DA, 0xC546, - 0x81DB, 0xC547, 0x81DC, 0xC548, 0x81DD, 0xC549, 0x81DE, 0xC54A, 0x81DF, 0xC54B, 0x81E0, 0xC54C, 0x81E1, 0xC54D, 0x81E2, 0xC54E, - 0x81E3, 0xB3BC, 0x81E4, 0xC54F, 0x81E5, 0xC550, 0x81E6, 0xC551, 0x81E7, 0xEAB0, 0x81E8, 0xC552, 0x81E9, 0xC553, 0x81EA, 0xD7D4, - 0x81EB, 0xC554, 0x81EC, 0xF4AB, 0x81ED, 0xB3F4, 0x81EE, 0xC555, 0x81EF, 0xC556, 0x81F0, 0xC557, 0x81F1, 0xC558, 0x81F2, 0xC559, - 0x81F3, 0xD6C1, 0x81F4, 0xD6C2, 0x81F5, 0xC55A, 0x81F6, 0xC55B, 0x81F7, 0xC55C, 0x81F8, 0xC55D, 0x81F9, 0xC55E, 0x81FA, 0xC55F, - 0x81FB, 0xD5E9, 0x81FC, 0xBECA, 0x81FD, 0xC560, 0x81FE, 0xF4A7, 0x81FF, 0xC561, 0x8200, 0xD2A8, 0x8201, 0xF4A8, 0x8202, 0xF4A9, - 0x8203, 0xC562, 0x8204, 0xF4AA, 0x8205, 0xBECB, 0x8206, 0xD3DF, 0x8207, 0xC563, 0x8208, 0xC564, 0x8209, 0xC565, 0x820A, 0xC566, - 0x820B, 0xC567, 0x820C, 0xC9E0, 0x820D, 0xC9E1, 0x820E, 0xC568, 0x820F, 0xC569, 0x8210, 0xF3C2, 0x8211, 0xC56A, 0x8212, 0xCAE6, - 0x8213, 0xC56B, 0x8214, 0xCCF2, 0x8215, 0xC56C, 0x8216, 0xC56D, 0x8217, 0xC56E, 0x8218, 0xC56F, 0x8219, 0xC570, 0x821A, 0xC571, - 0x821B, 0xE2B6, 0x821C, 0xCBB4, 0x821D, 0xC572, 0x821E, 0xCEE8, 0x821F, 0xD6DB, 0x8220, 0xC573, 0x8221, 0xF4AD, 0x8222, 0xF4AE, - 0x8223, 0xF4AF, 0x8224, 0xC574, 0x8225, 0xC575, 0x8226, 0xC576, 0x8227, 0xC577, 0x8228, 0xF4B2, 0x8229, 0xC578, 0x822A, 0xBABD, - 0x822B, 0xF4B3, 0x822C, 0xB0E3, 0x822D, 0xF4B0, 0x822E, 0xC579, 0x822F, 0xF4B1, 0x8230, 0xBDA2, 0x8231, 0xB2D5, 0x8232, 0xC57A, - 0x8233, 0xF4B6, 0x8234, 0xF4B7, 0x8235, 0xB6E6, 0x8236, 0xB2B0, 0x8237, 0xCFCF, 0x8238, 0xF4B4, 0x8239, 0xB4AC, 0x823A, 0xC57B, - 0x823B, 0xF4B5, 0x823C, 0xC57C, 0x823D, 0xC57D, 0x823E, 0xF4B8, 0x823F, 0xC57E, 0x8240, 0xC580, 0x8241, 0xC581, 0x8242, 0xC582, - 0x8243, 0xC583, 0x8244, 0xF4B9, 0x8245, 0xC584, 0x8246, 0xC585, 0x8247, 0xCDA7, 0x8248, 0xC586, 0x8249, 0xF4BA, 0x824A, 0xC587, - 0x824B, 0xF4BB, 0x824C, 0xC588, 0x824D, 0xC589, 0x824E, 0xC58A, 0x824F, 0xF4BC, 0x8250, 0xC58B, 0x8251, 0xC58C, 0x8252, 0xC58D, - 0x8253, 0xC58E, 0x8254, 0xC58F, 0x8255, 0xC590, 0x8256, 0xC591, 0x8257, 0xC592, 0x8258, 0xCBD2, 0x8259, 0xC593, 0x825A, 0xF4BD, - 0x825B, 0xC594, 0x825C, 0xC595, 0x825D, 0xC596, 0x825E, 0xC597, 0x825F, 0xF4BE, 0x8260, 0xC598, 0x8261, 0xC599, 0x8262, 0xC59A, - 0x8263, 0xC59B, 0x8264, 0xC59C, 0x8265, 0xC59D, 0x8266, 0xC59E, 0x8267, 0xC59F, 0x8268, 0xF4BF, 0x8269, 0xC5A0, 0x826A, 0xC640, - 0x826B, 0xC641, 0x826C, 0xC642, 0x826D, 0xC643, 0x826E, 0xF4DE, 0x826F, 0xC1BC, 0x8270, 0xBCE8, 0x8271, 0xC644, 0x8272, 0xC9AB, - 0x8273, 0xD1DE, 0x8274, 0xE5F5, 0x8275, 0xC645, 0x8276, 0xC646, 0x8277, 0xC647, 0x8278, 0xC648, 0x8279, 0xDCB3, 0x827A, 0xD2D5, - 0x827B, 0xC649, 0x827C, 0xC64A, 0x827D, 0xDCB4, 0x827E, 0xB0AC, 0x827F, 0xDCB5, 0x8280, 0xC64B, 0x8281, 0xC64C, 0x8282, 0xBDDA, - 0x8283, 0xC64D, 0x8284, 0xDCB9, 0x8285, 0xC64E, 0x8286, 0xC64F, 0x8287, 0xC650, 0x8288, 0xD8C2, 0x8289, 0xC651, 0x828A, 0xDCB7, - 0x828B, 0xD3F3, 0x828C, 0xC652, 0x828D, 0xC9D6, 0x828E, 0xDCBA, 0x828F, 0xDCB6, 0x8290, 0xC653, 0x8291, 0xDCBB, 0x8292, 0xC3A2, - 0x8293, 0xC654, 0x8294, 0xC655, 0x8295, 0xC656, 0x8296, 0xC657, 0x8297, 0xDCBC, 0x8298, 0xDCC5, 0x8299, 0xDCBD, 0x829A, 0xC658, - 0x829B, 0xC659, 0x829C, 0xCEDF, 0x829D, 0xD6A5, 0x829E, 0xC65A, 0x829F, 0xDCCF, 0x82A0, 0xC65B, 0x82A1, 0xDCCD, 0x82A2, 0xC65C, - 0x82A3, 0xC65D, 0x82A4, 0xDCD2, 0x82A5, 0xBDE6, 0x82A6, 0xC2AB, 0x82A7, 0xC65E, 0x82A8, 0xDCB8, 0x82A9, 0xDCCB, 0x82AA, 0xDCCE, - 0x82AB, 0xDCBE, 0x82AC, 0xB7D2, 0x82AD, 0xB0C5, 0x82AE, 0xDCC7, 0x82AF, 0xD0BE, 0x82B0, 0xDCC1, 0x82B1, 0xBBA8, 0x82B2, 0xC65F, - 0x82B3, 0xB7BC, 0x82B4, 0xDCCC, 0x82B5, 0xC660, 0x82B6, 0xC661, 0x82B7, 0xDCC6, 0x82B8, 0xDCBF, 0x82B9, 0xC7DB, 0x82BA, 0xC662, - 0x82BB, 0xC663, 0x82BC, 0xC664, 0x82BD, 0xD1BF, 0x82BE, 0xDCC0, 0x82BF, 0xC665, 0x82C0, 0xC666, 0x82C1, 0xDCCA, 0x82C2, 0xC667, - 0x82C3, 0xC668, 0x82C4, 0xDCD0, 0x82C5, 0xC669, 0x82C6, 0xC66A, 0x82C7, 0xCEAD, 0x82C8, 0xDCC2, 0x82C9, 0xC66B, 0x82CA, 0xDCC3, - 0x82CB, 0xDCC8, 0x82CC, 0xDCC9, 0x82CD, 0xB2D4, 0x82CE, 0xDCD1, 0x82CF, 0xCBD5, 0x82D0, 0xC66C, 0x82D1, 0xD4B7, 0x82D2, 0xDCDB, - 0x82D3, 0xDCDF, 0x82D4, 0xCCA6, 0x82D5, 0xDCE6, 0x82D6, 0xC66D, 0x82D7, 0xC3E7, 0x82D8, 0xDCDC, 0x82D9, 0xC66E, 0x82DA, 0xC66F, - 0x82DB, 0xBFC1, 0x82DC, 0xDCD9, 0x82DD, 0xC670, 0x82DE, 0xB0FA, 0x82DF, 0xB9B6, 0x82E0, 0xDCE5, 0x82E1, 0xDCD3, 0x82E2, 0xC671, - 0x82E3, 0xDCC4, 0x82E4, 0xDCD6, 0x82E5, 0xC8F4, 0x82E6, 0xBFE0, 0x82E7, 0xC672, 0x82E8, 0xC673, 0x82E9, 0xC674, 0x82EA, 0xC675, - 0x82EB, 0xC9BB, 0x82EC, 0xC676, 0x82ED, 0xC677, 0x82EE, 0xC678, 0x82EF, 0xB1BD, 0x82F0, 0xC679, 0x82F1, 0xD3A2, 0x82F2, 0xC67A, - 0x82F3, 0xC67B, 0x82F4, 0xDCDA, 0x82F5, 0xC67C, 0x82F6, 0xC67D, 0x82F7, 0xDCD5, 0x82F8, 0xC67E, 0x82F9, 0xC6BB, 0x82FA, 0xC680, - 0x82FB, 0xDCDE, 0x82FC, 0xC681, 0x82FD, 0xC682, 0x82FE, 0xC683, 0x82FF, 0xC684, 0x8300, 0xC685, 0x8301, 0xD7C2, 0x8302, 0xC3AF, - 0x8303, 0xB7B6, 0x8304, 0xC7D1, 0x8305, 0xC3A9, 0x8306, 0xDCE2, 0x8307, 0xDCD8, 0x8308, 0xDCEB, 0x8309, 0xDCD4, 0x830A, 0xC686, - 0x830B, 0xC687, 0x830C, 0xDCDD, 0x830D, 0xC688, 0x830E, 0xBEA5, 0x830F, 0xDCD7, 0x8310, 0xC689, 0x8311, 0xDCE0, 0x8312, 0xC68A, - 0x8313, 0xC68B, 0x8314, 0xDCE3, 0x8315, 0xDCE4, 0x8316, 0xC68C, 0x8317, 0xDCF8, 0x8318, 0xC68D, 0x8319, 0xC68E, 0x831A, 0xDCE1, - 0x831B, 0xDDA2, 0x831C, 0xDCE7, 0x831D, 0xC68F, 0x831E, 0xC690, 0x831F, 0xC691, 0x8320, 0xC692, 0x8321, 0xC693, 0x8322, 0xC694, - 0x8323, 0xC695, 0x8324, 0xC696, 0x8325, 0xC697, 0x8326, 0xC698, 0x8327, 0xBCEB, 0x8328, 0xB4C4, 0x8329, 0xC699, 0x832A, 0xC69A, - 0x832B, 0xC3A3, 0x832C, 0xB2E7, 0x832D, 0xDCFA, 0x832E, 0xC69B, 0x832F, 0xDCF2, 0x8330, 0xC69C, 0x8331, 0xDCEF, 0x8332, 0xC69D, - 0x8333, 0xDCFC, 0x8334, 0xDCEE, 0x8335, 0xD2F0, 0x8336, 0xB2E8, 0x8337, 0xC69E, 0x8338, 0xC8D7, 0x8339, 0xC8E3, 0x833A, 0xDCFB, - 0x833B, 0xC69F, 0x833C, 0xDCED, 0x833D, 0xC6A0, 0x833E, 0xC740, 0x833F, 0xC741, 0x8340, 0xDCF7, 0x8341, 0xC742, 0x8342, 0xC743, - 0x8343, 0xDCF5, 0x8344, 0xC744, 0x8345, 0xC745, 0x8346, 0xBEA3, 0x8347, 0xDCF4, 0x8348, 0xC746, 0x8349, 0xB2DD, 0x834A, 0xC747, - 0x834B, 0xC748, 0x834C, 0xC749, 0x834D, 0xC74A, 0x834E, 0xC74B, 0x834F, 0xDCF3, 0x8350, 0xBCF6, 0x8351, 0xDCE8, 0x8352, 0xBBC4, - 0x8353, 0xC74C, 0x8354, 0xC0F3, 0x8355, 0xC74D, 0x8356, 0xC74E, 0x8357, 0xC74F, 0x8358, 0xC750, 0x8359, 0xC751, 0x835A, 0xBCD4, - 0x835B, 0xDCE9, 0x835C, 0xDCEA, 0x835D, 0xC752, 0x835E, 0xDCF1, 0x835F, 0xDCF6, 0x8360, 0xDCF9, 0x8361, 0xB5B4, 0x8362, 0xC753, - 0x8363, 0xC8D9, 0x8364, 0xBBE7, 0x8365, 0xDCFE, 0x8366, 0xDCFD, 0x8367, 0xD3AB, 0x8368, 0xDDA1, 0x8369, 0xDDA3, 0x836A, 0xDDA5, - 0x836B, 0xD2F1, 0x836C, 0xDDA4, 0x836D, 0xDDA6, 0x836E, 0xDDA7, 0x836F, 0xD2A9, 0x8370, 0xC754, 0x8371, 0xC755, 0x8372, 0xC756, - 0x8373, 0xC757, 0x8374, 0xC758, 0x8375, 0xC759, 0x8376, 0xC75A, 0x8377, 0xBAC9, 0x8378, 0xDDA9, 0x8379, 0xC75B, 0x837A, 0xC75C, - 0x837B, 0xDDB6, 0x837C, 0xDDB1, 0x837D, 0xDDB4, 0x837E, 0xC75D, 0x837F, 0xC75E, 0x8380, 0xC75F, 0x8381, 0xC760, 0x8382, 0xC761, - 0x8383, 0xC762, 0x8384, 0xC763, 0x8385, 0xDDB0, 0x8386, 0xC6CE, 0x8387, 0xC764, 0x8388, 0xC765, 0x8389, 0xC0F2, 0x838A, 0xC766, - 0x838B, 0xC767, 0x838C, 0xC768, 0x838D, 0xC769, 0x838E, 0xC9AF, 0x838F, 0xC76A, 0x8390, 0xC76B, 0x8391, 0xC76C, 0x8392, 0xDCEC, - 0x8393, 0xDDAE, 0x8394, 0xC76D, 0x8395, 0xC76E, 0x8396, 0xC76F, 0x8397, 0xC770, 0x8398, 0xDDB7, 0x8399, 0xC771, 0x839A, 0xC772, - 0x839B, 0xDCF0, 0x839C, 0xDDAF, 0x839D, 0xC773, 0x839E, 0xDDB8, 0x839F, 0xC774, 0x83A0, 0xDDAC, 0x83A1, 0xC775, 0x83A2, 0xC776, - 0x83A3, 0xC777, 0x83A4, 0xC778, 0x83A5, 0xC779, 0x83A6, 0xC77A, 0x83A7, 0xC77B, 0x83A8, 0xDDB9, 0x83A9, 0xDDB3, 0x83AA, 0xDDAD, - 0x83AB, 0xC4AA, 0x83AC, 0xC77C, 0x83AD, 0xC77D, 0x83AE, 0xC77E, 0x83AF, 0xC780, 0x83B0, 0xDDA8, 0x83B1, 0xC0B3, 0x83B2, 0xC1AB, - 0x83B3, 0xDDAA, 0x83B4, 0xDDAB, 0x83B5, 0xC781, 0x83B6, 0xDDB2, 0x83B7, 0xBBF1, 0x83B8, 0xDDB5, 0x83B9, 0xD3A8, 0x83BA, 0xDDBA, - 0x83BB, 0xC782, 0x83BC, 0xDDBB, 0x83BD, 0xC3A7, 0x83BE, 0xC783, 0x83BF, 0xC784, 0x83C0, 0xDDD2, 0x83C1, 0xDDBC, 0x83C2, 0xC785, - 0x83C3, 0xC786, 0x83C4, 0xC787, 0x83C5, 0xDDD1, 0x83C6, 0xC788, 0x83C7, 0xB9BD, 0x83C8, 0xC789, 0x83C9, 0xC78A, 0x83CA, 0xBED5, - 0x83CB, 0xC78B, 0x83CC, 0xBEFA, 0x83CD, 0xC78C, 0x83CE, 0xC78D, 0x83CF, 0xBACA, 0x83D0, 0xC78E, 0x83D1, 0xC78F, 0x83D2, 0xC790, - 0x83D3, 0xC791, 0x83D4, 0xDDCA, 0x83D5, 0xC792, 0x83D6, 0xDDC5, 0x83D7, 0xC793, 0x83D8, 0xDDBF, 0x83D9, 0xC794, 0x83DA, 0xC795, - 0x83DB, 0xC796, 0x83DC, 0xB2CB, 0x83DD, 0xDDC3, 0x83DE, 0xC797, 0x83DF, 0xDDCB, 0x83E0, 0xB2A4, 0x83E1, 0xDDD5, 0x83E2, 0xC798, - 0x83E3, 0xC799, 0x83E4, 0xC79A, 0x83E5, 0xDDBE, 0x83E6, 0xC79B, 0x83E7, 0xC79C, 0x83E8, 0xC79D, 0x83E9, 0xC6D0, 0x83EA, 0xDDD0, - 0x83EB, 0xC79E, 0x83EC, 0xC79F, 0x83ED, 0xC7A0, 0x83EE, 0xC840, 0x83EF, 0xC841, 0x83F0, 0xDDD4, 0x83F1, 0xC1E2, 0x83F2, 0xB7C6, - 0x83F3, 0xC842, 0x83F4, 0xC843, 0x83F5, 0xC844, 0x83F6, 0xC845, 0x83F7, 0xC846, 0x83F8, 0xDDCE, 0x83F9, 0xDDCF, 0x83FA, 0xC847, - 0x83FB, 0xC848, 0x83FC, 0xC849, 0x83FD, 0xDDC4, 0x83FE, 0xC84A, 0x83FF, 0xC84B, 0x8400, 0xC84C, 0x8401, 0xDDBD, 0x8402, 0xC84D, - 0x8403, 0xDDCD, 0x8404, 0xCCD1, 0x8405, 0xC84E, 0x8406, 0xDDC9, 0x8407, 0xC84F, 0x8408, 0xC850, 0x8409, 0xC851, 0x840A, 0xC852, - 0x840B, 0xDDC2, 0x840C, 0xC3C8, 0x840D, 0xC6BC, 0x840E, 0xCEAE, 0x840F, 0xDDCC, 0x8410, 0xC853, 0x8411, 0xDDC8, 0x8412, 0xC854, - 0x8413, 0xC855, 0x8414, 0xC856, 0x8415, 0xC857, 0x8416, 0xC858, 0x8417, 0xC859, 0x8418, 0xDDC1, 0x8419, 0xC85A, 0x841A, 0xC85B, - 0x841B, 0xC85C, 0x841C, 0xDDC6, 0x841D, 0xC2DC, 0x841E, 0xC85D, 0x841F, 0xC85E, 0x8420, 0xC85F, 0x8421, 0xC860, 0x8422, 0xC861, - 0x8423, 0xC862, 0x8424, 0xD3A9, 0x8425, 0xD3AA, 0x8426, 0xDDD3, 0x8427, 0xCFF4, 0x8428, 0xC8F8, 0x8429, 0xC863, 0x842A, 0xC864, - 0x842B, 0xC865, 0x842C, 0xC866, 0x842D, 0xC867, 0x842E, 0xC868, 0x842F, 0xC869, 0x8430, 0xC86A, 0x8431, 0xDDE6, 0x8432, 0xC86B, - 0x8433, 0xC86C, 0x8434, 0xC86D, 0x8435, 0xC86E, 0x8436, 0xC86F, 0x8437, 0xC870, 0x8438, 0xDDC7, 0x8439, 0xC871, 0x843A, 0xC872, - 0x843B, 0xC873, 0x843C, 0xDDE0, 0x843D, 0xC2E4, 0x843E, 0xC874, 0x843F, 0xC875, 0x8440, 0xC876, 0x8441, 0xC877, 0x8442, 0xC878, - 0x8443, 0xC879, 0x8444, 0xC87A, 0x8445, 0xC87B, 0x8446, 0xDDE1, 0x8447, 0xC87C, 0x8448, 0xC87D, 0x8449, 0xC87E, 0x844A, 0xC880, - 0x844B, 0xC881, 0x844C, 0xC882, 0x844D, 0xC883, 0x844E, 0xC884, 0x844F, 0xC885, 0x8450, 0xC886, 0x8451, 0xDDD7, 0x8452, 0xC887, - 0x8453, 0xC888, 0x8454, 0xC889, 0x8455, 0xC88A, 0x8456, 0xC88B, 0x8457, 0xD6F8, 0x8458, 0xC88C, 0x8459, 0xDDD9, 0x845A, 0xDDD8, - 0x845B, 0xB8F0, 0x845C, 0xDDD6, 0x845D, 0xC88D, 0x845E, 0xC88E, 0x845F, 0xC88F, 0x8460, 0xC890, 0x8461, 0xC6CF, 0x8462, 0xC891, - 0x8463, 0xB6AD, 0x8464, 0xC892, 0x8465, 0xC893, 0x8466, 0xC894, 0x8467, 0xC895, 0x8468, 0xC896, 0x8469, 0xDDE2, 0x846A, 0xC897, - 0x846B, 0xBAF9, 0x846C, 0xD4E1, 0x846D, 0xDDE7, 0x846E, 0xC898, 0x846F, 0xC899, 0x8470, 0xC89A, 0x8471, 0xB4D0, 0x8472, 0xC89B, - 0x8473, 0xDDDA, 0x8474, 0xC89C, 0x8475, 0xBFFB, 0x8476, 0xDDE3, 0x8477, 0xC89D, 0x8478, 0xDDDF, 0x8479, 0xC89E, 0x847A, 0xDDDD, - 0x847B, 0xC89F, 0x847C, 0xC8A0, 0x847D, 0xC940, 0x847E, 0xC941, 0x847F, 0xC942, 0x8480, 0xC943, 0x8481, 0xC944, 0x8482, 0xB5D9, - 0x8483, 0xC945, 0x8484, 0xC946, 0x8485, 0xC947, 0x8486, 0xC948, 0x8487, 0xDDDB, 0x8488, 0xDDDC, 0x8489, 0xDDDE, 0x848A, 0xC949, - 0x848B, 0xBDAF, 0x848C, 0xDDE4, 0x848D, 0xC94A, 0x848E, 0xDDE5, 0x848F, 0xC94B, 0x8490, 0xC94C, 0x8491, 0xC94D, 0x8492, 0xC94E, - 0x8493, 0xC94F, 0x8494, 0xC950, 0x8495, 0xC951, 0x8496, 0xC952, 0x8497, 0xDDF5, 0x8498, 0xC953, 0x8499, 0xC3C9, 0x849A, 0xC954, - 0x849B, 0xC955, 0x849C, 0xCBE2, 0x849D, 0xC956, 0x849E, 0xC957, 0x849F, 0xC958, 0x84A0, 0xC959, 0x84A1, 0xDDF2, 0x84A2, 0xC95A, - 0x84A3, 0xC95B, 0x84A4, 0xC95C, 0x84A5, 0xC95D, 0x84A6, 0xC95E, 0x84A7, 0xC95F, 0x84A8, 0xC960, 0x84A9, 0xC961, 0x84AA, 0xC962, - 0x84AB, 0xC963, 0x84AC, 0xC964, 0x84AD, 0xC965, 0x84AE, 0xC966, 0x84AF, 0xD8E1, 0x84B0, 0xC967, 0x84B1, 0xC968, 0x84B2, 0xC6D1, - 0x84B3, 0xC969, 0x84B4, 0xDDF4, 0x84B5, 0xC96A, 0x84B6, 0xC96B, 0x84B7, 0xC96C, 0x84B8, 0xD5F4, 0x84B9, 0xDDF3, 0x84BA, 0xDDF0, - 0x84BB, 0xC96D, 0x84BC, 0xC96E, 0x84BD, 0xDDEC, 0x84BE, 0xC96F, 0x84BF, 0xDDEF, 0x84C0, 0xC970, 0x84C1, 0xDDE8, 0x84C2, 0xC971, - 0x84C3, 0xC972, 0x84C4, 0xD0EE, 0x84C5, 0xC973, 0x84C6, 0xC974, 0x84C7, 0xC975, 0x84C8, 0xC976, 0x84C9, 0xC8D8, 0x84CA, 0xDDEE, - 0x84CB, 0xC977, 0x84CC, 0xC978, 0x84CD, 0xDDE9, 0x84CE, 0xC979, 0x84CF, 0xC97A, 0x84D0, 0xDDEA, 0x84D1, 0xCBF2, 0x84D2, 0xC97B, - 0x84D3, 0xDDED, 0x84D4, 0xC97C, 0x84D5, 0xC97D, 0x84D6, 0xB1CD, 0x84D7, 0xC97E, 0x84D8, 0xC980, 0x84D9, 0xC981, 0x84DA, 0xC982, - 0x84DB, 0xC983, 0x84DC, 0xC984, 0x84DD, 0xC0B6, 0x84DE, 0xC985, 0x84DF, 0xBCBB, 0x84E0, 0xDDF1, 0x84E1, 0xC986, 0x84E2, 0xC987, - 0x84E3, 0xDDF7, 0x84E4, 0xC988, 0x84E5, 0xDDF6, 0x84E6, 0xDDEB, 0x84E7, 0xC989, 0x84E8, 0xC98A, 0x84E9, 0xC98B, 0x84EA, 0xC98C, - 0x84EB, 0xC98D, 0x84EC, 0xC5EE, 0x84ED, 0xC98E, 0x84EE, 0xC98F, 0x84EF, 0xC990, 0x84F0, 0xDDFB, 0x84F1, 0xC991, 0x84F2, 0xC992, - 0x84F3, 0xC993, 0x84F4, 0xC994, 0x84F5, 0xC995, 0x84F6, 0xC996, 0x84F7, 0xC997, 0x84F8, 0xC998, 0x84F9, 0xC999, 0x84FA, 0xC99A, - 0x84FB, 0xC99B, 0x84FC, 0xDEA4, 0x84FD, 0xC99C, 0x84FE, 0xC99D, 0x84FF, 0xDEA3, 0x8500, 0xC99E, 0x8501, 0xC99F, 0x8502, 0xC9A0, - 0x8503, 0xCA40, 0x8504, 0xCA41, 0x8505, 0xCA42, 0x8506, 0xCA43, 0x8507, 0xCA44, 0x8508, 0xCA45, 0x8509, 0xCA46, 0x850A, 0xCA47, - 0x850B, 0xCA48, 0x850C, 0xDDF8, 0x850D, 0xCA49, 0x850E, 0xCA4A, 0x850F, 0xCA4B, 0x8510, 0xCA4C, 0x8511, 0xC3EF, 0x8512, 0xCA4D, - 0x8513, 0xC2FB, 0x8514, 0xCA4E, 0x8515, 0xCA4F, 0x8516, 0xCA50, 0x8517, 0xD5E1, 0x8518, 0xCA51, 0x8519, 0xCA52, 0x851A, 0xCEB5, - 0x851B, 0xCA53, 0x851C, 0xCA54, 0x851D, 0xCA55, 0x851E, 0xCA56, 0x851F, 0xDDFD, 0x8520, 0xCA57, 0x8521, 0xB2CC, 0x8522, 0xCA58, - 0x8523, 0xCA59, 0x8524, 0xCA5A, 0x8525, 0xCA5B, 0x8526, 0xCA5C, 0x8527, 0xCA5D, 0x8528, 0xCA5E, 0x8529, 0xCA5F, 0x852A, 0xCA60, - 0x852B, 0xC4E8, 0x852C, 0xCADF, 0x852D, 0xCA61, 0x852E, 0xCA62, 0x852F, 0xCA63, 0x8530, 0xCA64, 0x8531, 0xCA65, 0x8532, 0xCA66, - 0x8533, 0xCA67, 0x8534, 0xCA68, 0x8535, 0xCA69, 0x8536, 0xCA6A, 0x8537, 0xC7BE, 0x8538, 0xDDFA, 0x8539, 0xDDFC, 0x853A, 0xDDFE, - 0x853B, 0xDEA2, 0x853C, 0xB0AA, 0x853D, 0xB1CE, 0x853E, 0xCA6B, 0x853F, 0xCA6C, 0x8540, 0xCA6D, 0x8541, 0xCA6E, 0x8542, 0xCA6F, - 0x8543, 0xDEAC, 0x8544, 0xCA70, 0x8545, 0xCA71, 0x8546, 0xCA72, 0x8547, 0xCA73, 0x8548, 0xDEA6, 0x8549, 0xBDB6, 0x854A, 0xC8EF, - 0x854B, 0xCA74, 0x854C, 0xCA75, 0x854D, 0xCA76, 0x854E, 0xCA77, 0x854F, 0xCA78, 0x8550, 0xCA79, 0x8551, 0xCA7A, 0x8552, 0xCA7B, - 0x8553, 0xCA7C, 0x8554, 0xCA7D, 0x8555, 0xCA7E, 0x8556, 0xDEA1, 0x8557, 0xCA80, 0x8558, 0xCA81, 0x8559, 0xDEA5, 0x855A, 0xCA82, - 0x855B, 0xCA83, 0x855C, 0xCA84, 0x855D, 0xCA85, 0x855E, 0xDEA9, 0x855F, 0xCA86, 0x8560, 0xCA87, 0x8561, 0xCA88, 0x8562, 0xCA89, - 0x8563, 0xCA8A, 0x8564, 0xDEA8, 0x8565, 0xCA8B, 0x8566, 0xCA8C, 0x8567, 0xCA8D, 0x8568, 0xDEA7, 0x8569, 0xCA8E, 0x856A, 0xCA8F, - 0x856B, 0xCA90, 0x856C, 0xCA91, 0x856D, 0xCA92, 0x856E, 0xCA93, 0x856F, 0xCA94, 0x8570, 0xCA95, 0x8571, 0xCA96, 0x8572, 0xDEAD, - 0x8573, 0xCA97, 0x8574, 0xD4CC, 0x8575, 0xCA98, 0x8576, 0xCA99, 0x8577, 0xCA9A, 0x8578, 0xCA9B, 0x8579, 0xDEB3, 0x857A, 0xDEAA, - 0x857B, 0xDEAE, 0x857C, 0xCA9C, 0x857D, 0xCA9D, 0x857E, 0xC0D9, 0x857F, 0xCA9E, 0x8580, 0xCA9F, 0x8581, 0xCAA0, 0x8582, 0xCB40, - 0x8583, 0xCB41, 0x8584, 0xB1A1, 0x8585, 0xDEB6, 0x8586, 0xCB42, 0x8587, 0xDEB1, 0x8588, 0xCB43, 0x8589, 0xCB44, 0x858A, 0xCB45, - 0x858B, 0xCB46, 0x858C, 0xCB47, 0x858D, 0xCB48, 0x858E, 0xCB49, 0x858F, 0xDEB2, 0x8590, 0xCB4A, 0x8591, 0xCB4B, 0x8592, 0xCB4C, - 0x8593, 0xCB4D, 0x8594, 0xCB4E, 0x8595, 0xCB4F, 0x8596, 0xCB50, 0x8597, 0xCB51, 0x8598, 0xCB52, 0x8599, 0xCB53, 0x859A, 0xCB54, - 0x859B, 0xD1A6, 0x859C, 0xDEB5, 0x859D, 0xCB55, 0x859E, 0xCB56, 0x859F, 0xCB57, 0x85A0, 0xCB58, 0x85A1, 0xCB59, 0x85A2, 0xCB5A, - 0x85A3, 0xCB5B, 0x85A4, 0xDEAF, 0x85A5, 0xCB5C, 0x85A6, 0xCB5D, 0x85A7, 0xCB5E, 0x85A8, 0xDEB0, 0x85A9, 0xCB5F, 0x85AA, 0xD0BD, - 0x85AB, 0xCB60, 0x85AC, 0xCB61, 0x85AD, 0xCB62, 0x85AE, 0xDEB4, 0x85AF, 0xCAED, 0x85B0, 0xDEB9, 0x85B1, 0xCB63, 0x85B2, 0xCB64, - 0x85B3, 0xCB65, 0x85B4, 0xCB66, 0x85B5, 0xCB67, 0x85B6, 0xCB68, 0x85B7, 0xDEB8, 0x85B8, 0xCB69, 0x85B9, 0xDEB7, 0x85BA, 0xCB6A, - 0x85BB, 0xCB6B, 0x85BC, 0xCB6C, 0x85BD, 0xCB6D, 0x85BE, 0xCB6E, 0x85BF, 0xCB6F, 0x85C0, 0xCB70, 0x85C1, 0xDEBB, 0x85C2, 0xCB71, - 0x85C3, 0xCB72, 0x85C4, 0xCB73, 0x85C5, 0xCB74, 0x85C6, 0xCB75, 0x85C7, 0xCB76, 0x85C8, 0xCB77, 0x85C9, 0xBDE5, 0x85CA, 0xCB78, - 0x85CB, 0xCB79, 0x85CC, 0xCB7A, 0x85CD, 0xCB7B, 0x85CE, 0xCB7C, 0x85CF, 0xB2D8, 0x85D0, 0xC3EA, 0x85D1, 0xCB7D, 0x85D2, 0xCB7E, - 0x85D3, 0xDEBA, 0x85D4, 0xCB80, 0x85D5, 0xC5BA, 0x85D6, 0xCB81, 0x85D7, 0xCB82, 0x85D8, 0xCB83, 0x85D9, 0xCB84, 0x85DA, 0xCB85, - 0x85DB, 0xCB86, 0x85DC, 0xDEBC, 0x85DD, 0xCB87, 0x85DE, 0xCB88, 0x85DF, 0xCB89, 0x85E0, 0xCB8A, 0x85E1, 0xCB8B, 0x85E2, 0xCB8C, - 0x85E3, 0xCB8D, 0x85E4, 0xCCD9, 0x85E5, 0xCB8E, 0x85E6, 0xCB8F, 0x85E7, 0xCB90, 0x85E8, 0xCB91, 0x85E9, 0xB7AA, 0x85EA, 0xCB92, - 0x85EB, 0xCB93, 0x85EC, 0xCB94, 0x85ED, 0xCB95, 0x85EE, 0xCB96, 0x85EF, 0xCB97, 0x85F0, 0xCB98, 0x85F1, 0xCB99, 0x85F2, 0xCB9A, - 0x85F3, 0xCB9B, 0x85F4, 0xCB9C, 0x85F5, 0xCB9D, 0x85F6, 0xCB9E, 0x85F7, 0xCB9F, 0x85F8, 0xCBA0, 0x85F9, 0xCC40, 0x85FA, 0xCC41, - 0x85FB, 0xD4E5, 0x85FC, 0xCC42, 0x85FD, 0xCC43, 0x85FE, 0xCC44, 0x85FF, 0xDEBD, 0x8600, 0xCC45, 0x8601, 0xCC46, 0x8602, 0xCC47, - 0x8603, 0xCC48, 0x8604, 0xCC49, 0x8605, 0xDEBF, 0x8606, 0xCC4A, 0x8607, 0xCC4B, 0x8608, 0xCC4C, 0x8609, 0xCC4D, 0x860A, 0xCC4E, - 0x860B, 0xCC4F, 0x860C, 0xCC50, 0x860D, 0xCC51, 0x860E, 0xCC52, 0x860F, 0xCC53, 0x8610, 0xCC54, 0x8611, 0xC4A2, 0x8612, 0xCC55, - 0x8613, 0xCC56, 0x8614, 0xCC57, 0x8615, 0xCC58, 0x8616, 0xDEC1, 0x8617, 0xCC59, 0x8618, 0xCC5A, 0x8619, 0xCC5B, 0x861A, 0xCC5C, - 0x861B, 0xCC5D, 0x861C, 0xCC5E, 0x861D, 0xCC5F, 0x861E, 0xCC60, 0x861F, 0xCC61, 0x8620, 0xCC62, 0x8621, 0xCC63, 0x8622, 0xCC64, - 0x8623, 0xCC65, 0x8624, 0xCC66, 0x8625, 0xCC67, 0x8626, 0xCC68, 0x8627, 0xDEBE, 0x8628, 0xCC69, 0x8629, 0xDEC0, 0x862A, 0xCC6A, - 0x862B, 0xCC6B, 0x862C, 0xCC6C, 0x862D, 0xCC6D, 0x862E, 0xCC6E, 0x862F, 0xCC6F, 0x8630, 0xCC70, 0x8631, 0xCC71, 0x8632, 0xCC72, - 0x8633, 0xCC73, 0x8634, 0xCC74, 0x8635, 0xCC75, 0x8636, 0xCC76, 0x8637, 0xCC77, 0x8638, 0xD5BA, 0x8639, 0xCC78, 0x863A, 0xCC79, - 0x863B, 0xCC7A, 0x863C, 0xDEC2, 0x863D, 0xCC7B, 0x863E, 0xCC7C, 0x863F, 0xCC7D, 0x8640, 0xCC7E, 0x8641, 0xCC80, 0x8642, 0xCC81, - 0x8643, 0xCC82, 0x8644, 0xCC83, 0x8645, 0xCC84, 0x8646, 0xCC85, 0x8647, 0xCC86, 0x8648, 0xCC87, 0x8649, 0xCC88, 0x864A, 0xCC89, - 0x864B, 0xCC8A, 0x864C, 0xCC8B, 0x864D, 0xF2AE, 0x864E, 0xBBA2, 0x864F, 0xC2B2, 0x8650, 0xC5B0, 0x8651, 0xC2C7, 0x8652, 0xCC8C, - 0x8653, 0xCC8D, 0x8654, 0xF2AF, 0x8655, 0xCC8E, 0x8656, 0xCC8F, 0x8657, 0xCC90, 0x8658, 0xCC91, 0x8659, 0xCC92, 0x865A, 0xD0E9, - 0x865B, 0xCC93, 0x865C, 0xCC94, 0x865D, 0xCC95, 0x865E, 0xD3DD, 0x865F, 0xCC96, 0x8660, 0xCC97, 0x8661, 0xCC98, 0x8662, 0xEBBD, - 0x8663, 0xCC99, 0x8664, 0xCC9A, 0x8665, 0xCC9B, 0x8666, 0xCC9C, 0x8667, 0xCC9D, 0x8668, 0xCC9E, 0x8669, 0xCC9F, 0x866A, 0xCCA0, - 0x866B, 0xB3E6, 0x866C, 0xF2B0, 0x866D, 0xCD40, 0x866E, 0xF2B1, 0x866F, 0xCD41, 0x8670, 0xCD42, 0x8671, 0xCAAD, 0x8672, 0xCD43, - 0x8673, 0xCD44, 0x8674, 0xCD45, 0x8675, 0xCD46, 0x8676, 0xCD47, 0x8677, 0xCD48, 0x8678, 0xCD49, 0x8679, 0xBAE7, 0x867A, 0xF2B3, - 0x867B, 0xF2B5, 0x867C, 0xF2B4, 0x867D, 0xCBE4, 0x867E, 0xCFBA, 0x867F, 0xF2B2, 0x8680, 0xCAB4, 0x8681, 0xD2CF, 0x8682, 0xC2EC, - 0x8683, 0xCD4A, 0x8684, 0xCD4B, 0x8685, 0xCD4C, 0x8686, 0xCD4D, 0x8687, 0xCD4E, 0x8688, 0xCD4F, 0x8689, 0xCD50, 0x868A, 0xCEC3, - 0x868B, 0xF2B8, 0x868C, 0xB0F6, 0x868D, 0xF2B7, 0x868E, 0xCD51, 0x868F, 0xCD52, 0x8690, 0xCD53, 0x8691, 0xCD54, 0x8692, 0xCD55, - 0x8693, 0xF2BE, 0x8694, 0xCD56, 0x8695, 0xB2CF, 0x8696, 0xCD57, 0x8697, 0xCD58, 0x8698, 0xCD59, 0x8699, 0xCD5A, 0x869A, 0xCD5B, - 0x869B, 0xCD5C, 0x869C, 0xD1C1, 0x869D, 0xF2BA, 0x869E, 0xCD5D, 0x869F, 0xCD5E, 0x86A0, 0xCD5F, 0x86A1, 0xCD60, 0x86A2, 0xCD61, - 0x86A3, 0xF2BC, 0x86A4, 0xD4E9, 0x86A5, 0xCD62, 0x86A6, 0xCD63, 0x86A7, 0xF2BB, 0x86A8, 0xF2B6, 0x86A9, 0xF2BF, 0x86AA, 0xF2BD, - 0x86AB, 0xCD64, 0x86AC, 0xF2B9, 0x86AD, 0xCD65, 0x86AE, 0xCD66, 0x86AF, 0xF2C7, 0x86B0, 0xF2C4, 0x86B1, 0xF2C6, 0x86B2, 0xCD67, - 0x86B3, 0xCD68, 0x86B4, 0xF2CA, 0x86B5, 0xF2C2, 0x86B6, 0xF2C0, 0x86B7, 0xCD69, 0x86B8, 0xCD6A, 0x86B9, 0xCD6B, 0x86BA, 0xF2C5, - 0x86BB, 0xCD6C, 0x86BC, 0xCD6D, 0x86BD, 0xCD6E, 0x86BE, 0xCD6F, 0x86BF, 0xCD70, 0x86C0, 0xD6FB, 0x86C1, 0xCD71, 0x86C2, 0xCD72, - 0x86C3, 0xCD73, 0x86C4, 0xF2C1, 0x86C5, 0xCD74, 0x86C6, 0xC7F9, 0x86C7, 0xC9DF, 0x86C8, 0xCD75, 0x86C9, 0xF2C8, 0x86CA, 0xB9C6, - 0x86CB, 0xB5B0, 0x86CC, 0xCD76, 0x86CD, 0xCD77, 0x86CE, 0xF2C3, 0x86CF, 0xF2C9, 0x86D0, 0xF2D0, 0x86D1, 0xF2D6, 0x86D2, 0xCD78, - 0x86D3, 0xCD79, 0x86D4, 0xBBD7, 0x86D5, 0xCD7A, 0x86D6, 0xCD7B, 0x86D7, 0xCD7C, 0x86D8, 0xF2D5, 0x86D9, 0xCDDC, 0x86DA, 0xCD7D, - 0x86DB, 0xD6EB, 0x86DC, 0xCD7E, 0x86DD, 0xCD80, 0x86DE, 0xF2D2, 0x86DF, 0xF2D4, 0x86E0, 0xCD81, 0x86E1, 0xCD82, 0x86E2, 0xCD83, - 0x86E3, 0xCD84, 0x86E4, 0xB8F2, 0x86E5, 0xCD85, 0x86E6, 0xCD86, 0x86E7, 0xCD87, 0x86E8, 0xCD88, 0x86E9, 0xF2CB, 0x86EA, 0xCD89, - 0x86EB, 0xCD8A, 0x86EC, 0xCD8B, 0x86ED, 0xF2CE, 0x86EE, 0xC2F9, 0x86EF, 0xCD8C, 0x86F0, 0xD5DD, 0x86F1, 0xF2CC, 0x86F2, 0xF2CD, - 0x86F3, 0xF2CF, 0x86F4, 0xF2D3, 0x86F5, 0xCD8D, 0x86F6, 0xCD8E, 0x86F7, 0xCD8F, 0x86F8, 0xF2D9, 0x86F9, 0xD3BC, 0x86FA, 0xCD90, - 0x86FB, 0xCD91, 0x86FC, 0xCD92, 0x86FD, 0xCD93, 0x86FE, 0xB6EA, 0x86FF, 0xCD94, 0x8700, 0xCAF1, 0x8701, 0xCD95, 0x8702, 0xB7E4, - 0x8703, 0xF2D7, 0x8704, 0xCD96, 0x8705, 0xCD97, 0x8706, 0xCD98, 0x8707, 0xF2D8, 0x8708, 0xF2DA, 0x8709, 0xF2DD, 0x870A, 0xF2DB, - 0x870B, 0xCD99, 0x870C, 0xCD9A, 0x870D, 0xF2DC, 0x870E, 0xCD9B, 0x870F, 0xCD9C, 0x8710, 0xCD9D, 0x8711, 0xCD9E, 0x8712, 0xD1D1, - 0x8713, 0xF2D1, 0x8714, 0xCD9F, 0x8715, 0xCDC9, 0x8716, 0xCDA0, 0x8717, 0xCECF, 0x8718, 0xD6A9, 0x8719, 0xCE40, 0x871A, 0xF2E3, - 0x871B, 0xCE41, 0x871C, 0xC3DB, 0x871D, 0xCE42, 0x871E, 0xF2E0, 0x871F, 0xCE43, 0x8720, 0xCE44, 0x8721, 0xC0AF, 0x8722, 0xF2EC, - 0x8723, 0xF2DE, 0x8724, 0xCE45, 0x8725, 0xF2E1, 0x8726, 0xCE46, 0x8727, 0xCE47, 0x8728, 0xCE48, 0x8729, 0xF2E8, 0x872A, 0xCE49, - 0x872B, 0xCE4A, 0x872C, 0xCE4B, 0x872D, 0xCE4C, 0x872E, 0xF2E2, 0x872F, 0xCE4D, 0x8730, 0xCE4E, 0x8731, 0xF2E7, 0x8732, 0xCE4F, - 0x8733, 0xCE50, 0x8734, 0xF2E6, 0x8735, 0xCE51, 0x8736, 0xCE52, 0x8737, 0xF2E9, 0x8738, 0xCE53, 0x8739, 0xCE54, 0x873A, 0xCE55, - 0x873B, 0xF2DF, 0x873C, 0xCE56, 0x873D, 0xCE57, 0x873E, 0xF2E4, 0x873F, 0xF2EA, 0x8740, 0xCE58, 0x8741, 0xCE59, 0x8742, 0xCE5A, - 0x8743, 0xCE5B, 0x8744, 0xCE5C, 0x8745, 0xCE5D, 0x8746, 0xCE5E, 0x8747, 0xD3AC, 0x8748, 0xF2E5, 0x8749, 0xB2F5, 0x874A, 0xCE5F, - 0x874B, 0xCE60, 0x874C, 0xF2F2, 0x874D, 0xCE61, 0x874E, 0xD0AB, 0x874F, 0xCE62, 0x8750, 0xCE63, 0x8751, 0xCE64, 0x8752, 0xCE65, - 0x8753, 0xF2F5, 0x8754, 0xCE66, 0x8755, 0xCE67, 0x8756, 0xCE68, 0x8757, 0xBBC8, 0x8758, 0xCE69, 0x8759, 0xF2F9, 0x875A, 0xCE6A, - 0x875B, 0xCE6B, 0x875C, 0xCE6C, 0x875D, 0xCE6D, 0x875E, 0xCE6E, 0x875F, 0xCE6F, 0x8760, 0xF2F0, 0x8761, 0xCE70, 0x8762, 0xCE71, - 0x8763, 0xF2F6, 0x8764, 0xF2F8, 0x8765, 0xF2FA, 0x8766, 0xCE72, 0x8767, 0xCE73, 0x8768, 0xCE74, 0x8769, 0xCE75, 0x876A, 0xCE76, - 0x876B, 0xCE77, 0x876C, 0xCE78, 0x876D, 0xCE79, 0x876E, 0xF2F3, 0x876F, 0xCE7A, 0x8770, 0xF2F1, 0x8771, 0xCE7B, 0x8772, 0xCE7C, - 0x8773, 0xCE7D, 0x8774, 0xBAFB, 0x8775, 0xCE7E, 0x8776, 0xB5FB, 0x8777, 0xCE80, 0x8778, 0xCE81, 0x8779, 0xCE82, 0x877A, 0xCE83, - 0x877B, 0xF2EF, 0x877C, 0xF2F7, 0x877D, 0xF2ED, 0x877E, 0xF2EE, 0x877F, 0xCE84, 0x8780, 0xCE85, 0x8781, 0xCE86, 0x8782, 0xF2EB, - 0x8783, 0xF3A6, 0x8784, 0xCE87, 0x8785, 0xF3A3, 0x8786, 0xCE88, 0x8787, 0xCE89, 0x8788, 0xF3A2, 0x8789, 0xCE8A, 0x878A, 0xCE8B, - 0x878B, 0xF2F4, 0x878C, 0xCE8C, 0x878D, 0xC8DA, 0x878E, 0xCE8D, 0x878F, 0xCE8E, 0x8790, 0xCE8F, 0x8791, 0xCE90, 0x8792, 0xCE91, - 0x8793, 0xF2FB, 0x8794, 0xCE92, 0x8795, 0xCE93, 0x8796, 0xCE94, 0x8797, 0xF3A5, 0x8798, 0xCE95, 0x8799, 0xCE96, 0x879A, 0xCE97, - 0x879B, 0xCE98, 0x879C, 0xCE99, 0x879D, 0xCE9A, 0x879E, 0xCE9B, 0x879F, 0xC3F8, 0x87A0, 0xCE9C, 0x87A1, 0xCE9D, 0x87A2, 0xCE9E, - 0x87A3, 0xCE9F, 0x87A4, 0xCEA0, 0x87A5, 0xCF40, 0x87A6, 0xCF41, 0x87A7, 0xCF42, 0x87A8, 0xF2FD, 0x87A9, 0xCF43, 0x87AA, 0xCF44, - 0x87AB, 0xF3A7, 0x87AC, 0xF3A9, 0x87AD, 0xF3A4, 0x87AE, 0xCF45, 0x87AF, 0xF2FC, 0x87B0, 0xCF46, 0x87B1, 0xCF47, 0x87B2, 0xCF48, - 0x87B3, 0xF3AB, 0x87B4, 0xCF49, 0x87B5, 0xF3AA, 0x87B6, 0xCF4A, 0x87B7, 0xCF4B, 0x87B8, 0xCF4C, 0x87B9, 0xCF4D, 0x87BA, 0xC2DD, - 0x87BB, 0xCF4E, 0x87BC, 0xCF4F, 0x87BD, 0xF3AE, 0x87BE, 0xCF50, 0x87BF, 0xCF51, 0x87C0, 0xF3B0, 0x87C1, 0xCF52, 0x87C2, 0xCF53, - 0x87C3, 0xCF54, 0x87C4, 0xCF55, 0x87C5, 0xCF56, 0x87C6, 0xF3A1, 0x87C7, 0xCF57, 0x87C8, 0xCF58, 0x87C9, 0xCF59, 0x87CA, 0xF3B1, - 0x87CB, 0xF3AC, 0x87CC, 0xCF5A, 0x87CD, 0xCF5B, 0x87CE, 0xCF5C, 0x87CF, 0xCF5D, 0x87D0, 0xCF5E, 0x87D1, 0xF3AF, 0x87D2, 0xF2FE, - 0x87D3, 0xF3AD, 0x87D4, 0xCF5F, 0x87D5, 0xCF60, 0x87D6, 0xCF61, 0x87D7, 0xCF62, 0x87D8, 0xCF63, 0x87D9, 0xCF64, 0x87DA, 0xCF65, - 0x87DB, 0xF3B2, 0x87DC, 0xCF66, 0x87DD, 0xCF67, 0x87DE, 0xCF68, 0x87DF, 0xCF69, 0x87E0, 0xF3B4, 0x87E1, 0xCF6A, 0x87E2, 0xCF6B, - 0x87E3, 0xCF6C, 0x87E4, 0xCF6D, 0x87E5, 0xF3A8, 0x87E6, 0xCF6E, 0x87E7, 0xCF6F, 0x87E8, 0xCF70, 0x87E9, 0xCF71, 0x87EA, 0xF3B3, - 0x87EB, 0xCF72, 0x87EC, 0xCF73, 0x87ED, 0xCF74, 0x87EE, 0xF3B5, 0x87EF, 0xCF75, 0x87F0, 0xCF76, 0x87F1, 0xCF77, 0x87F2, 0xCF78, - 0x87F3, 0xCF79, 0x87F4, 0xCF7A, 0x87F5, 0xCF7B, 0x87F6, 0xCF7C, 0x87F7, 0xCF7D, 0x87F8, 0xCF7E, 0x87F9, 0xD0B7, 0x87FA, 0xCF80, - 0x87FB, 0xCF81, 0x87FC, 0xCF82, 0x87FD, 0xCF83, 0x87FE, 0xF3B8, 0x87FF, 0xCF84, 0x8800, 0xCF85, 0x8801, 0xCF86, 0x8802, 0xCF87, - 0x8803, 0xD9F9, 0x8804, 0xCF88, 0x8805, 0xCF89, 0x8806, 0xCF8A, 0x8807, 0xCF8B, 0x8808, 0xCF8C, 0x8809, 0xCF8D, 0x880A, 0xF3B9, - 0x880B, 0xCF8E, 0x880C, 0xCF8F, 0x880D, 0xCF90, 0x880E, 0xCF91, 0x880F, 0xCF92, 0x8810, 0xCF93, 0x8811, 0xCF94, 0x8812, 0xCF95, - 0x8813, 0xF3B7, 0x8814, 0xCF96, 0x8815, 0xC8E4, 0x8816, 0xF3B6, 0x8817, 0xCF97, 0x8818, 0xCF98, 0x8819, 0xCF99, 0x881A, 0xCF9A, - 0x881B, 0xF3BA, 0x881C, 0xCF9B, 0x881D, 0xCF9C, 0x881E, 0xCF9D, 0x881F, 0xCF9E, 0x8820, 0xCF9F, 0x8821, 0xF3BB, 0x8822, 0xB4C0, - 0x8823, 0xCFA0, 0x8824, 0xD040, 0x8825, 0xD041, 0x8826, 0xD042, 0x8827, 0xD043, 0x8828, 0xD044, 0x8829, 0xD045, 0x882A, 0xD046, - 0x882B, 0xD047, 0x882C, 0xD048, 0x882D, 0xD049, 0x882E, 0xD04A, 0x882F, 0xD04B, 0x8830, 0xD04C, 0x8831, 0xD04D, 0x8832, 0xEEC3, - 0x8833, 0xD04E, 0x8834, 0xD04F, 0x8835, 0xD050, 0x8836, 0xD051, 0x8837, 0xD052, 0x8838, 0xD053, 0x8839, 0xF3BC, 0x883A, 0xD054, - 0x883B, 0xD055, 0x883C, 0xF3BD, 0x883D, 0xD056, 0x883E, 0xD057, 0x883F, 0xD058, 0x8840, 0xD1AA, 0x8841, 0xD059, 0x8842, 0xD05A, - 0x8843, 0xD05B, 0x8844, 0xF4AC, 0x8845, 0xD0C6, 0x8846, 0xD05C, 0x8847, 0xD05D, 0x8848, 0xD05E, 0x8849, 0xD05F, 0x884A, 0xD060, - 0x884B, 0xD061, 0x884C, 0xD0D0, 0x884D, 0xD1DC, 0x884E, 0xD062, 0x884F, 0xD063, 0x8850, 0xD064, 0x8851, 0xD065, 0x8852, 0xD066, - 0x8853, 0xD067, 0x8854, 0xCFCE, 0x8855, 0xD068, 0x8856, 0xD069, 0x8857, 0xBDD6, 0x8858, 0xD06A, 0x8859, 0xD1C3, 0x885A, 0xD06B, - 0x885B, 0xD06C, 0x885C, 0xD06D, 0x885D, 0xD06E, 0x885E, 0xD06F, 0x885F, 0xD070, 0x8860, 0xD071, 0x8861, 0xBAE2, 0x8862, 0xE1E9, - 0x8863, 0xD2C2, 0x8864, 0xF1C2, 0x8865, 0xB2B9, 0x8866, 0xD072, 0x8867, 0xD073, 0x8868, 0xB1ED, 0x8869, 0xF1C3, 0x886A, 0xD074, - 0x886B, 0xC9C0, 0x886C, 0xB3C4, 0x886D, 0xD075, 0x886E, 0xD9F2, 0x886F, 0xD076, 0x8870, 0xCBA5, 0x8871, 0xD077, 0x8872, 0xF1C4, - 0x8873, 0xD078, 0x8874, 0xD079, 0x8875, 0xD07A, 0x8876, 0xD07B, 0x8877, 0xD6D4, 0x8878, 0xD07C, 0x8879, 0xD07D, 0x887A, 0xD07E, - 0x887B, 0xD080, 0x887C, 0xD081, 0x887D, 0xF1C5, 0x887E, 0xF4C0, 0x887F, 0xF1C6, 0x8880, 0xD082, 0x8881, 0xD4AC, 0x8882, 0xF1C7, - 0x8883, 0xD083, 0x8884, 0xB0C0, 0x8885, 0xF4C1, 0x8886, 0xD084, 0x8887, 0xD085, 0x8888, 0xF4C2, 0x8889, 0xD086, 0x888A, 0xD087, - 0x888B, 0xB4FC, 0x888C, 0xD088, 0x888D, 0xC5DB, 0x888E, 0xD089, 0x888F, 0xD08A, 0x8890, 0xD08B, 0x8891, 0xD08C, 0x8892, 0xCCBB, - 0x8893, 0xD08D, 0x8894, 0xD08E, 0x8895, 0xD08F, 0x8896, 0xD0E4, 0x8897, 0xD090, 0x8898, 0xD091, 0x8899, 0xD092, 0x889A, 0xD093, - 0x889B, 0xD094, 0x889C, 0xCDE0, 0x889D, 0xD095, 0x889E, 0xD096, 0x889F, 0xD097, 0x88A0, 0xD098, 0x88A1, 0xD099, 0x88A2, 0xF1C8, - 0x88A3, 0xD09A, 0x88A4, 0xD9F3, 0x88A5, 0xD09B, 0x88A6, 0xD09C, 0x88A7, 0xD09D, 0x88A8, 0xD09E, 0x88A9, 0xD09F, 0x88AA, 0xD0A0, - 0x88AB, 0xB1BB, 0x88AC, 0xD140, 0x88AD, 0xCFAE, 0x88AE, 0xD141, 0x88AF, 0xD142, 0x88B0, 0xD143, 0x88B1, 0xB8A4, 0x88B2, 0xD144, - 0x88B3, 0xD145, 0x88B4, 0xD146, 0x88B5, 0xD147, 0x88B6, 0xD148, 0x88B7, 0xF1CA, 0x88B8, 0xD149, 0x88B9, 0xD14A, 0x88BA, 0xD14B, - 0x88BB, 0xD14C, 0x88BC, 0xF1CB, 0x88BD, 0xD14D, 0x88BE, 0xD14E, 0x88BF, 0xD14F, 0x88C0, 0xD150, 0x88C1, 0xB2C3, 0x88C2, 0xC1D1, - 0x88C3, 0xD151, 0x88C4, 0xD152, 0x88C5, 0xD7B0, 0x88C6, 0xF1C9, 0x88C7, 0xD153, 0x88C8, 0xD154, 0x88C9, 0xF1CC, 0x88CA, 0xD155, - 0x88CB, 0xD156, 0x88CC, 0xD157, 0x88CD, 0xD158, 0x88CE, 0xF1CE, 0x88CF, 0xD159, 0x88D0, 0xD15A, 0x88D1, 0xD15B, 0x88D2, 0xD9F6, - 0x88D3, 0xD15C, 0x88D4, 0xD2E1, 0x88D5, 0xD4A3, 0x88D6, 0xD15D, 0x88D7, 0xD15E, 0x88D8, 0xF4C3, 0x88D9, 0xC8B9, 0x88DA, 0xD15F, - 0x88DB, 0xD160, 0x88DC, 0xD161, 0x88DD, 0xD162, 0x88DE, 0xD163, 0x88DF, 0xF4C4, 0x88E0, 0xD164, 0x88E1, 0xD165, 0x88E2, 0xF1CD, - 0x88E3, 0xF1CF, 0x88E4, 0xBFE3, 0x88E5, 0xF1D0, 0x88E6, 0xD166, 0x88E7, 0xD167, 0x88E8, 0xF1D4, 0x88E9, 0xD168, 0x88EA, 0xD169, - 0x88EB, 0xD16A, 0x88EC, 0xD16B, 0x88ED, 0xD16C, 0x88EE, 0xD16D, 0x88EF, 0xD16E, 0x88F0, 0xF1D6, 0x88F1, 0xF1D1, 0x88F2, 0xD16F, - 0x88F3, 0xC9D1, 0x88F4, 0xC5E1, 0x88F5, 0xD170, 0x88F6, 0xD171, 0x88F7, 0xD172, 0x88F8, 0xC2E3, 0x88F9, 0xB9FC, 0x88FA, 0xD173, - 0x88FB, 0xD174, 0x88FC, 0xF1D3, 0x88FD, 0xD175, 0x88FE, 0xF1D5, 0x88FF, 0xD176, 0x8900, 0xD177, 0x8901, 0xD178, 0x8902, 0xB9D3, - 0x8903, 0xD179, 0x8904, 0xD17A, 0x8905, 0xD17B, 0x8906, 0xD17C, 0x8907, 0xD17D, 0x8908, 0xD17E, 0x8909, 0xD180, 0x890A, 0xF1DB, - 0x890B, 0xD181, 0x890C, 0xD182, 0x890D, 0xD183, 0x890E, 0xD184, 0x890F, 0xD185, 0x8910, 0xBAD6, 0x8911, 0xD186, 0x8912, 0xB0FD, - 0x8913, 0xF1D9, 0x8914, 0xD187, 0x8915, 0xD188, 0x8916, 0xD189, 0x8917, 0xD18A, 0x8918, 0xD18B, 0x8919, 0xF1D8, 0x891A, 0xF1D2, - 0x891B, 0xF1DA, 0x891C, 0xD18C, 0x891D, 0xD18D, 0x891E, 0xD18E, 0x891F, 0xD18F, 0x8920, 0xD190, 0x8921, 0xF1D7, 0x8922, 0xD191, - 0x8923, 0xD192, 0x8924, 0xD193, 0x8925, 0xC8EC, 0x8926, 0xD194, 0x8927, 0xD195, 0x8928, 0xD196, 0x8929, 0xD197, 0x892A, 0xCDCA, - 0x892B, 0xF1DD, 0x892C, 0xD198, 0x892D, 0xD199, 0x892E, 0xD19A, 0x892F, 0xD19B, 0x8930, 0xE5BD, 0x8931, 0xD19C, 0x8932, 0xD19D, - 0x8933, 0xD19E, 0x8934, 0xF1DC, 0x8935, 0xD19F, 0x8936, 0xF1DE, 0x8937, 0xD1A0, 0x8938, 0xD240, 0x8939, 0xD241, 0x893A, 0xD242, - 0x893B, 0xD243, 0x893C, 0xD244, 0x893D, 0xD245, 0x893E, 0xD246, 0x893F, 0xD247, 0x8940, 0xD248, 0x8941, 0xF1DF, 0x8942, 0xD249, - 0x8943, 0xD24A, 0x8944, 0xCFE5, 0x8945, 0xD24B, 0x8946, 0xD24C, 0x8947, 0xD24D, 0x8948, 0xD24E, 0x8949, 0xD24F, 0x894A, 0xD250, - 0x894B, 0xD251, 0x894C, 0xD252, 0x894D, 0xD253, 0x894E, 0xD254, 0x894F, 0xD255, 0x8950, 0xD256, 0x8951, 0xD257, 0x8952, 0xD258, - 0x8953, 0xD259, 0x8954, 0xD25A, 0x8955, 0xD25B, 0x8956, 0xD25C, 0x8957, 0xD25D, 0x8958, 0xD25E, 0x8959, 0xD25F, 0x895A, 0xD260, - 0x895B, 0xD261, 0x895C, 0xD262, 0x895D, 0xD263, 0x895E, 0xF4C5, 0x895F, 0xBDF3, 0x8960, 0xD264, 0x8961, 0xD265, 0x8962, 0xD266, - 0x8963, 0xD267, 0x8964, 0xD268, 0x8965, 0xD269, 0x8966, 0xF1E0, 0x8967, 0xD26A, 0x8968, 0xD26B, 0x8969, 0xD26C, 0x896A, 0xD26D, - 0x896B, 0xD26E, 0x896C, 0xD26F, 0x896D, 0xD270, 0x896E, 0xD271, 0x896F, 0xD272, 0x8970, 0xD273, 0x8971, 0xD274, 0x8972, 0xD275, - 0x8973, 0xD276, 0x8974, 0xD277, 0x8975, 0xD278, 0x8976, 0xD279, 0x8977, 0xD27A, 0x8978, 0xD27B, 0x8979, 0xD27C, 0x897A, 0xD27D, - 0x897B, 0xF1E1, 0x897C, 0xD27E, 0x897D, 0xD280, 0x897E, 0xD281, 0x897F, 0xCEF7, 0x8980, 0xD282, 0x8981, 0xD2AA, 0x8982, 0xD283, - 0x8983, 0xF1FB, 0x8984, 0xD284, 0x8985, 0xD285, 0x8986, 0xB8B2, 0x8987, 0xD286, 0x8988, 0xD287, 0x8989, 0xD288, 0x898A, 0xD289, - 0x898B, 0xD28A, 0x898C, 0xD28B, 0x898D, 0xD28C, 0x898E, 0xD28D, 0x898F, 0xD28E, 0x8990, 0xD28F, 0x8991, 0xD290, 0x8992, 0xD291, - 0x8993, 0xD292, 0x8994, 0xD293, 0x8995, 0xD294, 0x8996, 0xD295, 0x8997, 0xD296, 0x8998, 0xD297, 0x8999, 0xD298, 0x899A, 0xD299, - 0x899B, 0xD29A, 0x899C, 0xD29B, 0x899D, 0xD29C, 0x899E, 0xD29D, 0x899F, 0xD29E, 0x89A0, 0xD29F, 0x89A1, 0xD2A0, 0x89A2, 0xD340, - 0x89A3, 0xD341, 0x89A4, 0xD342, 0x89A5, 0xD343, 0x89A6, 0xD344, 0x89A7, 0xD345, 0x89A8, 0xD346, 0x89A9, 0xD347, 0x89AA, 0xD348, - 0x89AB, 0xD349, 0x89AC, 0xD34A, 0x89AD, 0xD34B, 0x89AE, 0xD34C, 0x89AF, 0xD34D, 0x89B0, 0xD34E, 0x89B1, 0xD34F, 0x89B2, 0xD350, - 0x89B3, 0xD351, 0x89B4, 0xD352, 0x89B5, 0xD353, 0x89B6, 0xD354, 0x89B7, 0xD355, 0x89B8, 0xD356, 0x89B9, 0xD357, 0x89BA, 0xD358, - 0x89BB, 0xD359, 0x89BC, 0xD35A, 0x89BD, 0xD35B, 0x89BE, 0xD35C, 0x89BF, 0xD35D, 0x89C0, 0xD35E, 0x89C1, 0xBCFB, 0x89C2, 0xB9DB, - 0x89C3, 0xD35F, 0x89C4, 0xB9E6, 0x89C5, 0xC3D9, 0x89C6, 0xCAD3, 0x89C7, 0xEAE8, 0x89C8, 0xC0C0, 0x89C9, 0xBEF5, 0x89CA, 0xEAE9, - 0x89CB, 0xEAEA, 0x89CC, 0xEAEB, 0x89CD, 0xD360, 0x89CE, 0xEAEC, 0x89CF, 0xEAED, 0x89D0, 0xEAEE, 0x89D1, 0xEAEF, 0x89D2, 0xBDC7, - 0x89D3, 0xD361, 0x89D4, 0xD362, 0x89D5, 0xD363, 0x89D6, 0xF5FB, 0x89D7, 0xD364, 0x89D8, 0xD365, 0x89D9, 0xD366, 0x89DA, 0xF5FD, - 0x89DB, 0xD367, 0x89DC, 0xF5FE, 0x89DD, 0xD368, 0x89DE, 0xF5FC, 0x89DF, 0xD369, 0x89E0, 0xD36A, 0x89E1, 0xD36B, 0x89E2, 0xD36C, - 0x89E3, 0xBDE2, 0x89E4, 0xD36D, 0x89E5, 0xF6A1, 0x89E6, 0xB4A5, 0x89E7, 0xD36E, 0x89E8, 0xD36F, 0x89E9, 0xD370, 0x89EA, 0xD371, - 0x89EB, 0xF6A2, 0x89EC, 0xD372, 0x89ED, 0xD373, 0x89EE, 0xD374, 0x89EF, 0xF6A3, 0x89F0, 0xD375, 0x89F1, 0xD376, 0x89F2, 0xD377, - 0x89F3, 0xECB2, 0x89F4, 0xD378, 0x89F5, 0xD379, 0x89F6, 0xD37A, 0x89F7, 0xD37B, 0x89F8, 0xD37C, 0x89F9, 0xD37D, 0x89FA, 0xD37E, - 0x89FB, 0xD380, 0x89FC, 0xD381, 0x89FD, 0xD382, 0x89FE, 0xD383, 0x89FF, 0xD384, 0x8A00, 0xD1D4, 0x8A01, 0xD385, 0x8A02, 0xD386, - 0x8A03, 0xD387, 0x8A04, 0xD388, 0x8A05, 0xD389, 0x8A06, 0xD38A, 0x8A07, 0xD9EA, 0x8A08, 0xD38B, 0x8A09, 0xD38C, 0x8A0A, 0xD38D, - 0x8A0B, 0xD38E, 0x8A0C, 0xD38F, 0x8A0D, 0xD390, 0x8A0E, 0xD391, 0x8A0F, 0xD392, 0x8A10, 0xD393, 0x8A11, 0xD394, 0x8A12, 0xD395, - 0x8A13, 0xD396, 0x8A14, 0xD397, 0x8A15, 0xD398, 0x8A16, 0xD399, 0x8A17, 0xD39A, 0x8A18, 0xD39B, 0x8A19, 0xD39C, 0x8A1A, 0xD39D, - 0x8A1B, 0xD39E, 0x8A1C, 0xD39F, 0x8A1D, 0xD3A0, 0x8A1E, 0xD440, 0x8A1F, 0xD441, 0x8A20, 0xD442, 0x8A21, 0xD443, 0x8A22, 0xD444, - 0x8A23, 0xD445, 0x8A24, 0xD446, 0x8A25, 0xD447, 0x8A26, 0xD448, 0x8A27, 0xD449, 0x8A28, 0xD44A, 0x8A29, 0xD44B, 0x8A2A, 0xD44C, - 0x8A2B, 0xD44D, 0x8A2C, 0xD44E, 0x8A2D, 0xD44F, 0x8A2E, 0xD450, 0x8A2F, 0xD451, 0x8A30, 0xD452, 0x8A31, 0xD453, 0x8A32, 0xD454, - 0x8A33, 0xD455, 0x8A34, 0xD456, 0x8A35, 0xD457, 0x8A36, 0xD458, 0x8A37, 0xD459, 0x8A38, 0xD45A, 0x8A39, 0xD45B, 0x8A3A, 0xD45C, - 0x8A3B, 0xD45D, 0x8A3C, 0xD45E, 0x8A3D, 0xD45F, 0x8A3E, 0xF6A4, 0x8A3F, 0xD460, 0x8A40, 0xD461, 0x8A41, 0xD462, 0x8A42, 0xD463, - 0x8A43, 0xD464, 0x8A44, 0xD465, 0x8A45, 0xD466, 0x8A46, 0xD467, 0x8A47, 0xD468, 0x8A48, 0xEEBA, 0x8A49, 0xD469, 0x8A4A, 0xD46A, - 0x8A4B, 0xD46B, 0x8A4C, 0xD46C, 0x8A4D, 0xD46D, 0x8A4E, 0xD46E, 0x8A4F, 0xD46F, 0x8A50, 0xD470, 0x8A51, 0xD471, 0x8A52, 0xD472, - 0x8A53, 0xD473, 0x8A54, 0xD474, 0x8A55, 0xD475, 0x8A56, 0xD476, 0x8A57, 0xD477, 0x8A58, 0xD478, 0x8A59, 0xD479, 0x8A5A, 0xD47A, - 0x8A5B, 0xD47B, 0x8A5C, 0xD47C, 0x8A5D, 0xD47D, 0x8A5E, 0xD47E, 0x8A5F, 0xD480, 0x8A60, 0xD481, 0x8A61, 0xD482, 0x8A62, 0xD483, - 0x8A63, 0xD484, 0x8A64, 0xD485, 0x8A65, 0xD486, 0x8A66, 0xD487, 0x8A67, 0xD488, 0x8A68, 0xD489, 0x8A69, 0xD48A, 0x8A6A, 0xD48B, - 0x8A6B, 0xD48C, 0x8A6C, 0xD48D, 0x8A6D, 0xD48E, 0x8A6E, 0xD48F, 0x8A6F, 0xD490, 0x8A70, 0xD491, 0x8A71, 0xD492, 0x8A72, 0xD493, - 0x8A73, 0xD494, 0x8A74, 0xD495, 0x8A75, 0xD496, 0x8A76, 0xD497, 0x8A77, 0xD498, 0x8A78, 0xD499, 0x8A79, 0xD5B2, 0x8A7A, 0xD49A, - 0x8A7B, 0xD49B, 0x8A7C, 0xD49C, 0x8A7D, 0xD49D, 0x8A7E, 0xD49E, 0x8A7F, 0xD49F, 0x8A80, 0xD4A0, 0x8A81, 0xD540, 0x8A82, 0xD541, - 0x8A83, 0xD542, 0x8A84, 0xD543, 0x8A85, 0xD544, 0x8A86, 0xD545, 0x8A87, 0xD546, 0x8A88, 0xD547, 0x8A89, 0xD3FE, 0x8A8A, 0xCCDC, - 0x8A8B, 0xD548, 0x8A8C, 0xD549, 0x8A8D, 0xD54A, 0x8A8E, 0xD54B, 0x8A8F, 0xD54C, 0x8A90, 0xD54D, 0x8A91, 0xD54E, 0x8A92, 0xD54F, - 0x8A93, 0xCAC4, 0x8A94, 0xD550, 0x8A95, 0xD551, 0x8A96, 0xD552, 0x8A97, 0xD553, 0x8A98, 0xD554, 0x8A99, 0xD555, 0x8A9A, 0xD556, - 0x8A9B, 0xD557, 0x8A9C, 0xD558, 0x8A9D, 0xD559, 0x8A9E, 0xD55A, 0x8A9F, 0xD55B, 0x8AA0, 0xD55C, 0x8AA1, 0xD55D, 0x8AA2, 0xD55E, - 0x8AA3, 0xD55F, 0x8AA4, 0xD560, 0x8AA5, 0xD561, 0x8AA6, 0xD562, 0x8AA7, 0xD563, 0x8AA8, 0xD564, 0x8AA9, 0xD565, 0x8AAA, 0xD566, - 0x8AAB, 0xD567, 0x8AAC, 0xD568, 0x8AAD, 0xD569, 0x8AAE, 0xD56A, 0x8AAF, 0xD56B, 0x8AB0, 0xD56C, 0x8AB1, 0xD56D, 0x8AB2, 0xD56E, - 0x8AB3, 0xD56F, 0x8AB4, 0xD570, 0x8AB5, 0xD571, 0x8AB6, 0xD572, 0x8AB7, 0xD573, 0x8AB8, 0xD574, 0x8AB9, 0xD575, 0x8ABA, 0xD576, - 0x8ABB, 0xD577, 0x8ABC, 0xD578, 0x8ABD, 0xD579, 0x8ABE, 0xD57A, 0x8ABF, 0xD57B, 0x8AC0, 0xD57C, 0x8AC1, 0xD57D, 0x8AC2, 0xD57E, - 0x8AC3, 0xD580, 0x8AC4, 0xD581, 0x8AC5, 0xD582, 0x8AC6, 0xD583, 0x8AC7, 0xD584, 0x8AC8, 0xD585, 0x8AC9, 0xD586, 0x8ACA, 0xD587, - 0x8ACB, 0xD588, 0x8ACC, 0xD589, 0x8ACD, 0xD58A, 0x8ACE, 0xD58B, 0x8ACF, 0xD58C, 0x8AD0, 0xD58D, 0x8AD1, 0xD58E, 0x8AD2, 0xD58F, - 0x8AD3, 0xD590, 0x8AD4, 0xD591, 0x8AD5, 0xD592, 0x8AD6, 0xD593, 0x8AD7, 0xD594, 0x8AD8, 0xD595, 0x8AD9, 0xD596, 0x8ADA, 0xD597, - 0x8ADB, 0xD598, 0x8ADC, 0xD599, 0x8ADD, 0xD59A, 0x8ADE, 0xD59B, 0x8ADF, 0xD59C, 0x8AE0, 0xD59D, 0x8AE1, 0xD59E, 0x8AE2, 0xD59F, - 0x8AE3, 0xD5A0, 0x8AE4, 0xD640, 0x8AE5, 0xD641, 0x8AE6, 0xD642, 0x8AE7, 0xD643, 0x8AE8, 0xD644, 0x8AE9, 0xD645, 0x8AEA, 0xD646, - 0x8AEB, 0xD647, 0x8AEC, 0xD648, 0x8AED, 0xD649, 0x8AEE, 0xD64A, 0x8AEF, 0xD64B, 0x8AF0, 0xD64C, 0x8AF1, 0xD64D, 0x8AF2, 0xD64E, - 0x8AF3, 0xD64F, 0x8AF4, 0xD650, 0x8AF5, 0xD651, 0x8AF6, 0xD652, 0x8AF7, 0xD653, 0x8AF8, 0xD654, 0x8AF9, 0xD655, 0x8AFA, 0xD656, - 0x8AFB, 0xD657, 0x8AFC, 0xD658, 0x8AFD, 0xD659, 0x8AFE, 0xD65A, 0x8AFF, 0xD65B, 0x8B00, 0xD65C, 0x8B01, 0xD65D, 0x8B02, 0xD65E, - 0x8B03, 0xD65F, 0x8B04, 0xD660, 0x8B05, 0xD661, 0x8B06, 0xD662, 0x8B07, 0xE5C0, 0x8B08, 0xD663, 0x8B09, 0xD664, 0x8B0A, 0xD665, - 0x8B0B, 0xD666, 0x8B0C, 0xD667, 0x8B0D, 0xD668, 0x8B0E, 0xD669, 0x8B0F, 0xD66A, 0x8B10, 0xD66B, 0x8B11, 0xD66C, 0x8B12, 0xD66D, - 0x8B13, 0xD66E, 0x8B14, 0xD66F, 0x8B15, 0xD670, 0x8B16, 0xD671, 0x8B17, 0xD672, 0x8B18, 0xD673, 0x8B19, 0xD674, 0x8B1A, 0xD675, - 0x8B1B, 0xD676, 0x8B1C, 0xD677, 0x8B1D, 0xD678, 0x8B1E, 0xD679, 0x8B1F, 0xD67A, 0x8B20, 0xD67B, 0x8B21, 0xD67C, 0x8B22, 0xD67D, - 0x8B23, 0xD67E, 0x8B24, 0xD680, 0x8B25, 0xD681, 0x8B26, 0xF6A5, 0x8B27, 0xD682, 0x8B28, 0xD683, 0x8B29, 0xD684, 0x8B2A, 0xD685, - 0x8B2B, 0xD686, 0x8B2C, 0xD687, 0x8B2D, 0xD688, 0x8B2E, 0xD689, 0x8B2F, 0xD68A, 0x8B30, 0xD68B, 0x8B31, 0xD68C, 0x8B32, 0xD68D, - 0x8B33, 0xD68E, 0x8B34, 0xD68F, 0x8B35, 0xD690, 0x8B36, 0xD691, 0x8B37, 0xD692, 0x8B38, 0xD693, 0x8B39, 0xD694, 0x8B3A, 0xD695, - 0x8B3B, 0xD696, 0x8B3C, 0xD697, 0x8B3D, 0xD698, 0x8B3E, 0xD699, 0x8B3F, 0xD69A, 0x8B40, 0xD69B, 0x8B41, 0xD69C, 0x8B42, 0xD69D, - 0x8B43, 0xD69E, 0x8B44, 0xD69F, 0x8B45, 0xD6A0, 0x8B46, 0xD740, 0x8B47, 0xD741, 0x8B48, 0xD742, 0x8B49, 0xD743, 0x8B4A, 0xD744, - 0x8B4B, 0xD745, 0x8B4C, 0xD746, 0x8B4D, 0xD747, 0x8B4E, 0xD748, 0x8B4F, 0xD749, 0x8B50, 0xD74A, 0x8B51, 0xD74B, 0x8B52, 0xD74C, - 0x8B53, 0xD74D, 0x8B54, 0xD74E, 0x8B55, 0xD74F, 0x8B56, 0xD750, 0x8B57, 0xD751, 0x8B58, 0xD752, 0x8B59, 0xD753, 0x8B5A, 0xD754, - 0x8B5B, 0xD755, 0x8B5C, 0xD756, 0x8B5D, 0xD757, 0x8B5E, 0xD758, 0x8B5F, 0xD759, 0x8B60, 0xD75A, 0x8B61, 0xD75B, 0x8B62, 0xD75C, - 0x8B63, 0xD75D, 0x8B64, 0xD75E, 0x8B65, 0xD75F, 0x8B66, 0xBEAF, 0x8B67, 0xD760, 0x8B68, 0xD761, 0x8B69, 0xD762, 0x8B6A, 0xD763, - 0x8B6B, 0xD764, 0x8B6C, 0xC6A9, 0x8B6D, 0xD765, 0x8B6E, 0xD766, 0x8B6F, 0xD767, 0x8B70, 0xD768, 0x8B71, 0xD769, 0x8B72, 0xD76A, - 0x8B73, 0xD76B, 0x8B74, 0xD76C, 0x8B75, 0xD76D, 0x8B76, 0xD76E, 0x8B77, 0xD76F, 0x8B78, 0xD770, 0x8B79, 0xD771, 0x8B7A, 0xD772, - 0x8B7B, 0xD773, 0x8B7C, 0xD774, 0x8B7D, 0xD775, 0x8B7E, 0xD776, 0x8B7F, 0xD777, 0x8B80, 0xD778, 0x8B81, 0xD779, 0x8B82, 0xD77A, - 0x8B83, 0xD77B, 0x8B84, 0xD77C, 0x8B85, 0xD77D, 0x8B86, 0xD77E, 0x8B87, 0xD780, 0x8B88, 0xD781, 0x8B89, 0xD782, 0x8B8A, 0xD783, - 0x8B8B, 0xD784, 0x8B8C, 0xD785, 0x8B8D, 0xD786, 0x8B8E, 0xD787, 0x8B8F, 0xD788, 0x8B90, 0xD789, 0x8B91, 0xD78A, 0x8B92, 0xD78B, - 0x8B93, 0xD78C, 0x8B94, 0xD78D, 0x8B95, 0xD78E, 0x8B96, 0xD78F, 0x8B97, 0xD790, 0x8B98, 0xD791, 0x8B99, 0xD792, 0x8B9A, 0xD793, - 0x8B9B, 0xD794, 0x8B9C, 0xD795, 0x8B9D, 0xD796, 0x8B9E, 0xD797, 0x8B9F, 0xD798, 0x8BA0, 0xDAA5, 0x8BA1, 0xBCC6, 0x8BA2, 0xB6A9, - 0x8BA3, 0xB8BC, 0x8BA4, 0xC8CF, 0x8BA5, 0xBCA5, 0x8BA6, 0xDAA6, 0x8BA7, 0xDAA7, 0x8BA8, 0xCCD6, 0x8BA9, 0xC8C3, 0x8BAA, 0xDAA8, - 0x8BAB, 0xC6FD, 0x8BAC, 0xD799, 0x8BAD, 0xD1B5, 0x8BAE, 0xD2E9, 0x8BAF, 0xD1B6, 0x8BB0, 0xBCC7, 0x8BB1, 0xD79A, 0x8BB2, 0xBDB2, - 0x8BB3, 0xBBE4, 0x8BB4, 0xDAA9, 0x8BB5, 0xDAAA, 0x8BB6, 0xD1C8, 0x8BB7, 0xDAAB, 0x8BB8, 0xD0ED, 0x8BB9, 0xB6EF, 0x8BBA, 0xC2DB, - 0x8BBB, 0xD79B, 0x8BBC, 0xCBCF, 0x8BBD, 0xB7ED, 0x8BBE, 0xC9E8, 0x8BBF, 0xB7C3, 0x8BC0, 0xBEF7, 0x8BC1, 0xD6A4, 0x8BC2, 0xDAAC, - 0x8BC3, 0xDAAD, 0x8BC4, 0xC6C0, 0x8BC5, 0xD7E7, 0x8BC6, 0xCAB6, 0x8BC7, 0xD79C, 0x8BC8, 0xD5A9, 0x8BC9, 0xCBDF, 0x8BCA, 0xD5EF, - 0x8BCB, 0xDAAE, 0x8BCC, 0xD6DF, 0x8BCD, 0xB4CA, 0x8BCE, 0xDAB0, 0x8BCF, 0xDAAF, 0x8BD0, 0xD79D, 0x8BD1, 0xD2EB, 0x8BD2, 0xDAB1, - 0x8BD3, 0xDAB2, 0x8BD4, 0xDAB3, 0x8BD5, 0xCAD4, 0x8BD6, 0xDAB4, 0x8BD7, 0xCAAB, 0x8BD8, 0xDAB5, 0x8BD9, 0xDAB6, 0x8BDA, 0xB3CF, - 0x8BDB, 0xD6EF, 0x8BDC, 0xDAB7, 0x8BDD, 0xBBB0, 0x8BDE, 0xB5AE, 0x8BDF, 0xDAB8, 0x8BE0, 0xDAB9, 0x8BE1, 0xB9EE, 0x8BE2, 0xD1AF, - 0x8BE3, 0xD2E8, 0x8BE4, 0xDABA, 0x8BE5, 0xB8C3, 0x8BE6, 0xCFEA, 0x8BE7, 0xB2EF, 0x8BE8, 0xDABB, 0x8BE9, 0xDABC, 0x8BEA, 0xD79E, - 0x8BEB, 0xBDEB, 0x8BEC, 0xCEDC, 0x8BED, 0xD3EF, 0x8BEE, 0xDABD, 0x8BEF, 0xCEF3, 0x8BF0, 0xDABE, 0x8BF1, 0xD3D5, 0x8BF2, 0xBBE5, - 0x8BF3, 0xDABF, 0x8BF4, 0xCBB5, 0x8BF5, 0xCBD0, 0x8BF6, 0xDAC0, 0x8BF7, 0xC7EB, 0x8BF8, 0xD6EE, 0x8BF9, 0xDAC1, 0x8BFA, 0xC5B5, - 0x8BFB, 0xB6C1, 0x8BFC, 0xDAC2, 0x8BFD, 0xB7CC, 0x8BFE, 0xBFCE, 0x8BFF, 0xDAC3, 0x8C00, 0xDAC4, 0x8C01, 0xCBAD, 0x8C02, 0xDAC5, - 0x8C03, 0xB5F7, 0x8C04, 0xDAC6, 0x8C05, 0xC1C2, 0x8C06, 0xD7BB, 0x8C07, 0xDAC7, 0x8C08, 0xCCB8, 0x8C09, 0xD79F, 0x8C0A, 0xD2EA, - 0x8C0B, 0xC4B1, 0x8C0C, 0xDAC8, 0x8C0D, 0xB5FD, 0x8C0E, 0xBBD1, 0x8C0F, 0xDAC9, 0x8C10, 0xD0B3, 0x8C11, 0xDACA, 0x8C12, 0xDACB, - 0x8C13, 0xCEBD, 0x8C14, 0xDACC, 0x8C15, 0xDACD, 0x8C16, 0xDACE, 0x8C17, 0xB2F7, 0x8C18, 0xDAD1, 0x8C19, 0xDACF, 0x8C1A, 0xD1E8, - 0x8C1B, 0xDAD0, 0x8C1C, 0xC3D5, 0x8C1D, 0xDAD2, 0x8C1E, 0xD7A0, 0x8C1F, 0xDAD3, 0x8C20, 0xDAD4, 0x8C21, 0xDAD5, 0x8C22, 0xD0BB, - 0x8C23, 0xD2A5, 0x8C24, 0xB0F9, 0x8C25, 0xDAD6, 0x8C26, 0xC7AB, 0x8C27, 0xDAD7, 0x8C28, 0xBDF7, 0x8C29, 0xC3A1, 0x8C2A, 0xDAD8, - 0x8C2B, 0xDAD9, 0x8C2C, 0xC3FD, 0x8C2D, 0xCCB7, 0x8C2E, 0xDADA, 0x8C2F, 0xDADB, 0x8C30, 0xC0BE, 0x8C31, 0xC6D7, 0x8C32, 0xDADC, - 0x8C33, 0xDADD, 0x8C34, 0xC7B4, 0x8C35, 0xDADE, 0x8C36, 0xDADF, 0x8C37, 0xB9C8, 0x8C38, 0xD840, 0x8C39, 0xD841, 0x8C3A, 0xD842, - 0x8C3B, 0xD843, 0x8C3C, 0xD844, 0x8C3D, 0xD845, 0x8C3E, 0xD846, 0x8C3F, 0xD847, 0x8C40, 0xD848, 0x8C41, 0xBBED, 0x8C42, 0xD849, - 0x8C43, 0xD84A, 0x8C44, 0xD84B, 0x8C45, 0xD84C, 0x8C46, 0xB6B9, 0x8C47, 0xF4F8, 0x8C48, 0xD84D, 0x8C49, 0xF4F9, 0x8C4A, 0xD84E, - 0x8C4B, 0xD84F, 0x8C4C, 0xCDE3, 0x8C4D, 0xD850, 0x8C4E, 0xD851, 0x8C4F, 0xD852, 0x8C50, 0xD853, 0x8C51, 0xD854, 0x8C52, 0xD855, - 0x8C53, 0xD856, 0x8C54, 0xD857, 0x8C55, 0xF5B9, 0x8C56, 0xD858, 0x8C57, 0xD859, 0x8C58, 0xD85A, 0x8C59, 0xD85B, 0x8C5A, 0xEBE0, - 0x8C5B, 0xD85C, 0x8C5C, 0xD85D, 0x8C5D, 0xD85E, 0x8C5E, 0xD85F, 0x8C5F, 0xD860, 0x8C60, 0xD861, 0x8C61, 0xCFF3, 0x8C62, 0xBBBF, - 0x8C63, 0xD862, 0x8C64, 0xD863, 0x8C65, 0xD864, 0x8C66, 0xD865, 0x8C67, 0xD866, 0x8C68, 0xD867, 0x8C69, 0xD868, 0x8C6A, 0xBAC0, - 0x8C6B, 0xD4A5, 0x8C6C, 0xD869, 0x8C6D, 0xD86A, 0x8C6E, 0xD86B, 0x8C6F, 0xD86C, 0x8C70, 0xD86D, 0x8C71, 0xD86E, 0x8C72, 0xD86F, - 0x8C73, 0xE1D9, 0x8C74, 0xD870, 0x8C75, 0xD871, 0x8C76, 0xD872, 0x8C77, 0xD873, 0x8C78, 0xF5F4, 0x8C79, 0xB1AA, 0x8C7A, 0xB2F2, - 0x8C7B, 0xD874, 0x8C7C, 0xD875, 0x8C7D, 0xD876, 0x8C7E, 0xD877, 0x8C7F, 0xD878, 0x8C80, 0xD879, 0x8C81, 0xD87A, 0x8C82, 0xF5F5, - 0x8C83, 0xD87B, 0x8C84, 0xD87C, 0x8C85, 0xF5F7, 0x8C86, 0xD87D, 0x8C87, 0xD87E, 0x8C88, 0xD880, 0x8C89, 0xBAD1, 0x8C8A, 0xF5F6, - 0x8C8B, 0xD881, 0x8C8C, 0xC3B2, 0x8C8D, 0xD882, 0x8C8E, 0xD883, 0x8C8F, 0xD884, 0x8C90, 0xD885, 0x8C91, 0xD886, 0x8C92, 0xD887, - 0x8C93, 0xD888, 0x8C94, 0xF5F9, 0x8C95, 0xD889, 0x8C96, 0xD88A, 0x8C97, 0xD88B, 0x8C98, 0xF5F8, 0x8C99, 0xD88C, 0x8C9A, 0xD88D, - 0x8C9B, 0xD88E, 0x8C9C, 0xD88F, 0x8C9D, 0xD890, 0x8C9E, 0xD891, 0x8C9F, 0xD892, 0x8CA0, 0xD893, 0x8CA1, 0xD894, 0x8CA2, 0xD895, - 0x8CA3, 0xD896, 0x8CA4, 0xD897, 0x8CA5, 0xD898, 0x8CA6, 0xD899, 0x8CA7, 0xD89A, 0x8CA8, 0xD89B, 0x8CA9, 0xD89C, 0x8CAA, 0xD89D, - 0x8CAB, 0xD89E, 0x8CAC, 0xD89F, 0x8CAD, 0xD8A0, 0x8CAE, 0xD940, 0x8CAF, 0xD941, 0x8CB0, 0xD942, 0x8CB1, 0xD943, 0x8CB2, 0xD944, - 0x8CB3, 0xD945, 0x8CB4, 0xD946, 0x8CB5, 0xD947, 0x8CB6, 0xD948, 0x8CB7, 0xD949, 0x8CB8, 0xD94A, 0x8CB9, 0xD94B, 0x8CBA, 0xD94C, - 0x8CBB, 0xD94D, 0x8CBC, 0xD94E, 0x8CBD, 0xD94F, 0x8CBE, 0xD950, 0x8CBF, 0xD951, 0x8CC0, 0xD952, 0x8CC1, 0xD953, 0x8CC2, 0xD954, - 0x8CC3, 0xD955, 0x8CC4, 0xD956, 0x8CC5, 0xD957, 0x8CC6, 0xD958, 0x8CC7, 0xD959, 0x8CC8, 0xD95A, 0x8CC9, 0xD95B, 0x8CCA, 0xD95C, - 0x8CCB, 0xD95D, 0x8CCC, 0xD95E, 0x8CCD, 0xD95F, 0x8CCE, 0xD960, 0x8CCF, 0xD961, 0x8CD0, 0xD962, 0x8CD1, 0xD963, 0x8CD2, 0xD964, - 0x8CD3, 0xD965, 0x8CD4, 0xD966, 0x8CD5, 0xD967, 0x8CD6, 0xD968, 0x8CD7, 0xD969, 0x8CD8, 0xD96A, 0x8CD9, 0xD96B, 0x8CDA, 0xD96C, - 0x8CDB, 0xD96D, 0x8CDC, 0xD96E, 0x8CDD, 0xD96F, 0x8CDE, 0xD970, 0x8CDF, 0xD971, 0x8CE0, 0xD972, 0x8CE1, 0xD973, 0x8CE2, 0xD974, - 0x8CE3, 0xD975, 0x8CE4, 0xD976, 0x8CE5, 0xD977, 0x8CE6, 0xD978, 0x8CE7, 0xD979, 0x8CE8, 0xD97A, 0x8CE9, 0xD97B, 0x8CEA, 0xD97C, - 0x8CEB, 0xD97D, 0x8CEC, 0xD97E, 0x8CED, 0xD980, 0x8CEE, 0xD981, 0x8CEF, 0xD982, 0x8CF0, 0xD983, 0x8CF1, 0xD984, 0x8CF2, 0xD985, - 0x8CF3, 0xD986, 0x8CF4, 0xD987, 0x8CF5, 0xD988, 0x8CF6, 0xD989, 0x8CF7, 0xD98A, 0x8CF8, 0xD98B, 0x8CF9, 0xD98C, 0x8CFA, 0xD98D, - 0x8CFB, 0xD98E, 0x8CFC, 0xD98F, 0x8CFD, 0xD990, 0x8CFE, 0xD991, 0x8CFF, 0xD992, 0x8D00, 0xD993, 0x8D01, 0xD994, 0x8D02, 0xD995, - 0x8D03, 0xD996, 0x8D04, 0xD997, 0x8D05, 0xD998, 0x8D06, 0xD999, 0x8D07, 0xD99A, 0x8D08, 0xD99B, 0x8D09, 0xD99C, 0x8D0A, 0xD99D, - 0x8D0B, 0xD99E, 0x8D0C, 0xD99F, 0x8D0D, 0xD9A0, 0x8D0E, 0xDA40, 0x8D0F, 0xDA41, 0x8D10, 0xDA42, 0x8D11, 0xDA43, 0x8D12, 0xDA44, - 0x8D13, 0xDA45, 0x8D14, 0xDA46, 0x8D15, 0xDA47, 0x8D16, 0xDA48, 0x8D17, 0xDA49, 0x8D18, 0xDA4A, 0x8D19, 0xDA4B, 0x8D1A, 0xDA4C, - 0x8D1B, 0xDA4D, 0x8D1C, 0xDA4E, 0x8D1D, 0xB1B4, 0x8D1E, 0xD5EA, 0x8D1F, 0xB8BA, 0x8D20, 0xDA4F, 0x8D21, 0xB9B1, 0x8D22, 0xB2C6, - 0x8D23, 0xD4F0, 0x8D24, 0xCFCD, 0x8D25, 0xB0DC, 0x8D26, 0xD5CB, 0x8D27, 0xBBF5, 0x8D28, 0xD6CA, 0x8D29, 0xB7B7, 0x8D2A, 0xCCB0, - 0x8D2B, 0xC6B6, 0x8D2C, 0xB1E1, 0x8D2D, 0xB9BA, 0x8D2E, 0xD6FC, 0x8D2F, 0xB9E1, 0x8D30, 0xB7A1, 0x8D31, 0xBCFA, 0x8D32, 0xEADA, - 0x8D33, 0xEADB, 0x8D34, 0xCCF9, 0x8D35, 0xB9F3, 0x8D36, 0xEADC, 0x8D37, 0xB4FB, 0x8D38, 0xC3B3, 0x8D39, 0xB7D1, 0x8D3A, 0xBAD8, - 0x8D3B, 0xEADD, 0x8D3C, 0xD4F4, 0x8D3D, 0xEADE, 0x8D3E, 0xBCD6, 0x8D3F, 0xBBDF, 0x8D40, 0xEADF, 0x8D41, 0xC1DE, 0x8D42, 0xC2B8, - 0x8D43, 0xD4DF, 0x8D44, 0xD7CA, 0x8D45, 0xEAE0, 0x8D46, 0xEAE1, 0x8D47, 0xEAE4, 0x8D48, 0xEAE2, 0x8D49, 0xEAE3, 0x8D4A, 0xC9DE, - 0x8D4B, 0xB8B3, 0x8D4C, 0xB6C4, 0x8D4D, 0xEAE5, 0x8D4E, 0xCAEA, 0x8D4F, 0xC9CD, 0x8D50, 0xB4CD, 0x8D51, 0xDA50, 0x8D52, 0xDA51, - 0x8D53, 0xE2D9, 0x8D54, 0xC5E2, 0x8D55, 0xEAE6, 0x8D56, 0xC0B5, 0x8D57, 0xDA52, 0x8D58, 0xD7B8, 0x8D59, 0xEAE7, 0x8D5A, 0xD7AC, - 0x8D5B, 0xC8FC, 0x8D5C, 0xD8D3, 0x8D5D, 0xD8CD, 0x8D5E, 0xD4DE, 0x8D5F, 0xDA53, 0x8D60, 0xD4F9, 0x8D61, 0xC9C4, 0x8D62, 0xD3AE, - 0x8D63, 0xB8D3, 0x8D64, 0xB3E0, 0x8D65, 0xDA54, 0x8D66, 0xC9E2, 0x8D67, 0xF4F6, 0x8D68, 0xDA55, 0x8D69, 0xDA56, 0x8D6A, 0xDA57, - 0x8D6B, 0xBAD5, 0x8D6C, 0xDA58, 0x8D6D, 0xF4F7, 0x8D6E, 0xDA59, 0x8D6F, 0xDA5A, 0x8D70, 0xD7DF, 0x8D71, 0xDA5B, 0x8D72, 0xDA5C, - 0x8D73, 0xF4F1, 0x8D74, 0xB8B0, 0x8D75, 0xD5D4, 0x8D76, 0xB8CF, 0x8D77, 0xC6F0, 0x8D78, 0xDA5D, 0x8D79, 0xDA5E, 0x8D7A, 0xDA5F, - 0x8D7B, 0xDA60, 0x8D7C, 0xDA61, 0x8D7D, 0xDA62, 0x8D7E, 0xDA63, 0x8D7F, 0xDA64, 0x8D80, 0xDA65, 0x8D81, 0xB3C3, 0x8D82, 0xDA66, - 0x8D83, 0xDA67, 0x8D84, 0xF4F2, 0x8D85, 0xB3AC, 0x8D86, 0xDA68, 0x8D87, 0xDA69, 0x8D88, 0xDA6A, 0x8D89, 0xDA6B, 0x8D8A, 0xD4BD, - 0x8D8B, 0xC7F7, 0x8D8C, 0xDA6C, 0x8D8D, 0xDA6D, 0x8D8E, 0xDA6E, 0x8D8F, 0xDA6F, 0x8D90, 0xDA70, 0x8D91, 0xF4F4, 0x8D92, 0xDA71, - 0x8D93, 0xDA72, 0x8D94, 0xF4F3, 0x8D95, 0xDA73, 0x8D96, 0xDA74, 0x8D97, 0xDA75, 0x8D98, 0xDA76, 0x8D99, 0xDA77, 0x8D9A, 0xDA78, - 0x8D9B, 0xDA79, 0x8D9C, 0xDA7A, 0x8D9D, 0xDA7B, 0x8D9E, 0xDA7C, 0x8D9F, 0xCCCB, 0x8DA0, 0xDA7D, 0x8DA1, 0xDA7E, 0x8DA2, 0xDA80, - 0x8DA3, 0xC8A4, 0x8DA4, 0xDA81, 0x8DA5, 0xDA82, 0x8DA6, 0xDA83, 0x8DA7, 0xDA84, 0x8DA8, 0xDA85, 0x8DA9, 0xDA86, 0x8DAA, 0xDA87, - 0x8DAB, 0xDA88, 0x8DAC, 0xDA89, 0x8DAD, 0xDA8A, 0x8DAE, 0xDA8B, 0x8DAF, 0xDA8C, 0x8DB0, 0xDA8D, 0x8DB1, 0xF4F5, 0x8DB2, 0xDA8E, - 0x8DB3, 0xD7E3, 0x8DB4, 0xC5BF, 0x8DB5, 0xF5C0, 0x8DB6, 0xDA8F, 0x8DB7, 0xDA90, 0x8DB8, 0xF5BB, 0x8DB9, 0xDA91, 0x8DBA, 0xF5C3, - 0x8DBB, 0xDA92, 0x8DBC, 0xF5C2, 0x8DBD, 0xDA93, 0x8DBE, 0xD6BA, 0x8DBF, 0xF5C1, 0x8DC0, 0xDA94, 0x8DC1, 0xDA95, 0x8DC2, 0xDA96, - 0x8DC3, 0xD4BE, 0x8DC4, 0xF5C4, 0x8DC5, 0xDA97, 0x8DC6, 0xF5CC, 0x8DC7, 0xDA98, 0x8DC8, 0xDA99, 0x8DC9, 0xDA9A, 0x8DCA, 0xDA9B, - 0x8DCB, 0xB0CF, 0x8DCC, 0xB5F8, 0x8DCD, 0xDA9C, 0x8DCE, 0xF5C9, 0x8DCF, 0xF5CA, 0x8DD0, 0xDA9D, 0x8DD1, 0xC5DC, 0x8DD2, 0xDA9E, - 0x8DD3, 0xDA9F, 0x8DD4, 0xDAA0, 0x8DD5, 0xDB40, 0x8DD6, 0xF5C5, 0x8DD7, 0xF5C6, 0x8DD8, 0xDB41, 0x8DD9, 0xDB42, 0x8DDA, 0xF5C7, - 0x8DDB, 0xF5CB, 0x8DDC, 0xDB43, 0x8DDD, 0xBEE0, 0x8DDE, 0xF5C8, 0x8DDF, 0xB8FA, 0x8DE0, 0xDB44, 0x8DE1, 0xDB45, 0x8DE2, 0xDB46, - 0x8DE3, 0xF5D0, 0x8DE4, 0xF5D3, 0x8DE5, 0xDB47, 0x8DE6, 0xDB48, 0x8DE7, 0xDB49, 0x8DE8, 0xBFE7, 0x8DE9, 0xDB4A, 0x8DEA, 0xB9F2, - 0x8DEB, 0xF5BC, 0x8DEC, 0xF5CD, 0x8DED, 0xDB4B, 0x8DEE, 0xDB4C, 0x8DEF, 0xC2B7, 0x8DF0, 0xDB4D, 0x8DF1, 0xDB4E, 0x8DF2, 0xDB4F, - 0x8DF3, 0xCCF8, 0x8DF4, 0xDB50, 0x8DF5, 0xBCF9, 0x8DF6, 0xDB51, 0x8DF7, 0xF5CE, 0x8DF8, 0xF5CF, 0x8DF9, 0xF5D1, 0x8DFA, 0xB6E5, - 0x8DFB, 0xF5D2, 0x8DFC, 0xDB52, 0x8DFD, 0xF5D5, 0x8DFE, 0xDB53, 0x8DFF, 0xDB54, 0x8E00, 0xDB55, 0x8E01, 0xDB56, 0x8E02, 0xDB57, - 0x8E03, 0xDB58, 0x8E04, 0xDB59, 0x8E05, 0xF5BD, 0x8E06, 0xDB5A, 0x8E07, 0xDB5B, 0x8E08, 0xDB5C, 0x8E09, 0xF5D4, 0x8E0A, 0xD3BB, - 0x8E0B, 0xDB5D, 0x8E0C, 0xB3EC, 0x8E0D, 0xDB5E, 0x8E0E, 0xDB5F, 0x8E0F, 0xCCA4, 0x8E10, 0xDB60, 0x8E11, 0xDB61, 0x8E12, 0xDB62, - 0x8E13, 0xDB63, 0x8E14, 0xF5D6, 0x8E15, 0xDB64, 0x8E16, 0xDB65, 0x8E17, 0xDB66, 0x8E18, 0xDB67, 0x8E19, 0xDB68, 0x8E1A, 0xDB69, - 0x8E1B, 0xDB6A, 0x8E1C, 0xDB6B, 0x8E1D, 0xF5D7, 0x8E1E, 0xBEE1, 0x8E1F, 0xF5D8, 0x8E20, 0xDB6C, 0x8E21, 0xDB6D, 0x8E22, 0xCCDF, - 0x8E23, 0xF5DB, 0x8E24, 0xDB6E, 0x8E25, 0xDB6F, 0x8E26, 0xDB70, 0x8E27, 0xDB71, 0x8E28, 0xDB72, 0x8E29, 0xB2C8, 0x8E2A, 0xD7D9, - 0x8E2B, 0xDB73, 0x8E2C, 0xF5D9, 0x8E2D, 0xDB74, 0x8E2E, 0xF5DA, 0x8E2F, 0xF5DC, 0x8E30, 0xDB75, 0x8E31, 0xF5E2, 0x8E32, 0xDB76, - 0x8E33, 0xDB77, 0x8E34, 0xDB78, 0x8E35, 0xF5E0, 0x8E36, 0xDB79, 0x8E37, 0xDB7A, 0x8E38, 0xDB7B, 0x8E39, 0xF5DF, 0x8E3A, 0xF5DD, - 0x8E3B, 0xDB7C, 0x8E3C, 0xDB7D, 0x8E3D, 0xF5E1, 0x8E3E, 0xDB7E, 0x8E3F, 0xDB80, 0x8E40, 0xF5DE, 0x8E41, 0xF5E4, 0x8E42, 0xF5E5, - 0x8E43, 0xDB81, 0x8E44, 0xCCE3, 0x8E45, 0xDB82, 0x8E46, 0xDB83, 0x8E47, 0xE5BF, 0x8E48, 0xB5B8, 0x8E49, 0xF5E3, 0x8E4A, 0xF5E8, - 0x8E4B, 0xCCA3, 0x8E4C, 0xDB84, 0x8E4D, 0xDB85, 0x8E4E, 0xDB86, 0x8E4F, 0xDB87, 0x8E50, 0xDB88, 0x8E51, 0xF5E6, 0x8E52, 0xF5E7, - 0x8E53, 0xDB89, 0x8E54, 0xDB8A, 0x8E55, 0xDB8B, 0x8E56, 0xDB8C, 0x8E57, 0xDB8D, 0x8E58, 0xDB8E, 0x8E59, 0xF5BE, 0x8E5A, 0xDB8F, - 0x8E5B, 0xDB90, 0x8E5C, 0xDB91, 0x8E5D, 0xDB92, 0x8E5E, 0xDB93, 0x8E5F, 0xDB94, 0x8E60, 0xDB95, 0x8E61, 0xDB96, 0x8E62, 0xDB97, - 0x8E63, 0xDB98, 0x8E64, 0xDB99, 0x8E65, 0xDB9A, 0x8E66, 0xB1C4, 0x8E67, 0xDB9B, 0x8E68, 0xDB9C, 0x8E69, 0xF5BF, 0x8E6A, 0xDB9D, - 0x8E6B, 0xDB9E, 0x8E6C, 0xB5C5, 0x8E6D, 0xB2E4, 0x8E6E, 0xDB9F, 0x8E6F, 0xF5EC, 0x8E70, 0xF5E9, 0x8E71, 0xDBA0, 0x8E72, 0xB6D7, - 0x8E73, 0xDC40, 0x8E74, 0xF5ED, 0x8E75, 0xDC41, 0x8E76, 0xF5EA, 0x8E77, 0xDC42, 0x8E78, 0xDC43, 0x8E79, 0xDC44, 0x8E7A, 0xDC45, - 0x8E7B, 0xDC46, 0x8E7C, 0xF5EB, 0x8E7D, 0xDC47, 0x8E7E, 0xDC48, 0x8E7F, 0xB4DA, 0x8E80, 0xDC49, 0x8E81, 0xD4EA, 0x8E82, 0xDC4A, - 0x8E83, 0xDC4B, 0x8E84, 0xDC4C, 0x8E85, 0xF5EE, 0x8E86, 0xDC4D, 0x8E87, 0xB3F9, 0x8E88, 0xDC4E, 0x8E89, 0xDC4F, 0x8E8A, 0xDC50, - 0x8E8B, 0xDC51, 0x8E8C, 0xDC52, 0x8E8D, 0xDC53, 0x8E8E, 0xDC54, 0x8E8F, 0xF5EF, 0x8E90, 0xF5F1, 0x8E91, 0xDC55, 0x8E92, 0xDC56, - 0x8E93, 0xDC57, 0x8E94, 0xF5F0, 0x8E95, 0xDC58, 0x8E96, 0xDC59, 0x8E97, 0xDC5A, 0x8E98, 0xDC5B, 0x8E99, 0xDC5C, 0x8E9A, 0xDC5D, - 0x8E9B, 0xDC5E, 0x8E9C, 0xF5F2, 0x8E9D, 0xDC5F, 0x8E9E, 0xF5F3, 0x8E9F, 0xDC60, 0x8EA0, 0xDC61, 0x8EA1, 0xDC62, 0x8EA2, 0xDC63, - 0x8EA3, 0xDC64, 0x8EA4, 0xDC65, 0x8EA5, 0xDC66, 0x8EA6, 0xDC67, 0x8EA7, 0xDC68, 0x8EA8, 0xDC69, 0x8EA9, 0xDC6A, 0x8EAA, 0xDC6B, - 0x8EAB, 0xC9ED, 0x8EAC, 0xB9AA, 0x8EAD, 0xDC6C, 0x8EAE, 0xDC6D, 0x8EAF, 0xC7FB, 0x8EB0, 0xDC6E, 0x8EB1, 0xDC6F, 0x8EB2, 0xB6E3, - 0x8EB3, 0xDC70, 0x8EB4, 0xDC71, 0x8EB5, 0xDC72, 0x8EB6, 0xDC73, 0x8EB7, 0xDC74, 0x8EB8, 0xDC75, 0x8EB9, 0xDC76, 0x8EBA, 0xCCC9, - 0x8EBB, 0xDC77, 0x8EBC, 0xDC78, 0x8EBD, 0xDC79, 0x8EBE, 0xDC7A, 0x8EBF, 0xDC7B, 0x8EC0, 0xDC7C, 0x8EC1, 0xDC7D, 0x8EC2, 0xDC7E, - 0x8EC3, 0xDC80, 0x8EC4, 0xDC81, 0x8EC5, 0xDC82, 0x8EC6, 0xDC83, 0x8EC7, 0xDC84, 0x8EC8, 0xDC85, 0x8EC9, 0xDC86, 0x8ECA, 0xDC87, - 0x8ECB, 0xDC88, 0x8ECC, 0xDC89, 0x8ECD, 0xDC8A, 0x8ECE, 0xEAA6, 0x8ECF, 0xDC8B, 0x8ED0, 0xDC8C, 0x8ED1, 0xDC8D, 0x8ED2, 0xDC8E, - 0x8ED3, 0xDC8F, 0x8ED4, 0xDC90, 0x8ED5, 0xDC91, 0x8ED6, 0xDC92, 0x8ED7, 0xDC93, 0x8ED8, 0xDC94, 0x8ED9, 0xDC95, 0x8EDA, 0xDC96, - 0x8EDB, 0xDC97, 0x8EDC, 0xDC98, 0x8EDD, 0xDC99, 0x8EDE, 0xDC9A, 0x8EDF, 0xDC9B, 0x8EE0, 0xDC9C, 0x8EE1, 0xDC9D, 0x8EE2, 0xDC9E, - 0x8EE3, 0xDC9F, 0x8EE4, 0xDCA0, 0x8EE5, 0xDD40, 0x8EE6, 0xDD41, 0x8EE7, 0xDD42, 0x8EE8, 0xDD43, 0x8EE9, 0xDD44, 0x8EEA, 0xDD45, - 0x8EEB, 0xDD46, 0x8EEC, 0xDD47, 0x8EED, 0xDD48, 0x8EEE, 0xDD49, 0x8EEF, 0xDD4A, 0x8EF0, 0xDD4B, 0x8EF1, 0xDD4C, 0x8EF2, 0xDD4D, - 0x8EF3, 0xDD4E, 0x8EF4, 0xDD4F, 0x8EF5, 0xDD50, 0x8EF6, 0xDD51, 0x8EF7, 0xDD52, 0x8EF8, 0xDD53, 0x8EF9, 0xDD54, 0x8EFA, 0xDD55, - 0x8EFB, 0xDD56, 0x8EFC, 0xDD57, 0x8EFD, 0xDD58, 0x8EFE, 0xDD59, 0x8EFF, 0xDD5A, 0x8F00, 0xDD5B, 0x8F01, 0xDD5C, 0x8F02, 0xDD5D, - 0x8F03, 0xDD5E, 0x8F04, 0xDD5F, 0x8F05, 0xDD60, 0x8F06, 0xDD61, 0x8F07, 0xDD62, 0x8F08, 0xDD63, 0x8F09, 0xDD64, 0x8F0A, 0xDD65, - 0x8F0B, 0xDD66, 0x8F0C, 0xDD67, 0x8F0D, 0xDD68, 0x8F0E, 0xDD69, 0x8F0F, 0xDD6A, 0x8F10, 0xDD6B, 0x8F11, 0xDD6C, 0x8F12, 0xDD6D, - 0x8F13, 0xDD6E, 0x8F14, 0xDD6F, 0x8F15, 0xDD70, 0x8F16, 0xDD71, 0x8F17, 0xDD72, 0x8F18, 0xDD73, 0x8F19, 0xDD74, 0x8F1A, 0xDD75, - 0x8F1B, 0xDD76, 0x8F1C, 0xDD77, 0x8F1D, 0xDD78, 0x8F1E, 0xDD79, 0x8F1F, 0xDD7A, 0x8F20, 0xDD7B, 0x8F21, 0xDD7C, 0x8F22, 0xDD7D, - 0x8F23, 0xDD7E, 0x8F24, 0xDD80, 0x8F25, 0xDD81, 0x8F26, 0xDD82, 0x8F27, 0xDD83, 0x8F28, 0xDD84, 0x8F29, 0xDD85, 0x8F2A, 0xDD86, - 0x8F2B, 0xDD87, 0x8F2C, 0xDD88, 0x8F2D, 0xDD89, 0x8F2E, 0xDD8A, 0x8F2F, 0xDD8B, 0x8F30, 0xDD8C, 0x8F31, 0xDD8D, 0x8F32, 0xDD8E, - 0x8F33, 0xDD8F, 0x8F34, 0xDD90, 0x8F35, 0xDD91, 0x8F36, 0xDD92, 0x8F37, 0xDD93, 0x8F38, 0xDD94, 0x8F39, 0xDD95, 0x8F3A, 0xDD96, - 0x8F3B, 0xDD97, 0x8F3C, 0xDD98, 0x8F3D, 0xDD99, 0x8F3E, 0xDD9A, 0x8F3F, 0xDD9B, 0x8F40, 0xDD9C, 0x8F41, 0xDD9D, 0x8F42, 0xDD9E, - 0x8F43, 0xDD9F, 0x8F44, 0xDDA0, 0x8F45, 0xDE40, 0x8F46, 0xDE41, 0x8F47, 0xDE42, 0x8F48, 0xDE43, 0x8F49, 0xDE44, 0x8F4A, 0xDE45, - 0x8F4B, 0xDE46, 0x8F4C, 0xDE47, 0x8F4D, 0xDE48, 0x8F4E, 0xDE49, 0x8F4F, 0xDE4A, 0x8F50, 0xDE4B, 0x8F51, 0xDE4C, 0x8F52, 0xDE4D, - 0x8F53, 0xDE4E, 0x8F54, 0xDE4F, 0x8F55, 0xDE50, 0x8F56, 0xDE51, 0x8F57, 0xDE52, 0x8F58, 0xDE53, 0x8F59, 0xDE54, 0x8F5A, 0xDE55, - 0x8F5B, 0xDE56, 0x8F5C, 0xDE57, 0x8F5D, 0xDE58, 0x8F5E, 0xDE59, 0x8F5F, 0xDE5A, 0x8F60, 0xDE5B, 0x8F61, 0xDE5C, 0x8F62, 0xDE5D, - 0x8F63, 0xDE5E, 0x8F64, 0xDE5F, 0x8F65, 0xDE60, 0x8F66, 0xB3B5, 0x8F67, 0xD4FE, 0x8F68, 0xB9EC, 0x8F69, 0xD0F9, 0x8F6A, 0xDE61, - 0x8F6B, 0xE9ED, 0x8F6C, 0xD7AA, 0x8F6D, 0xE9EE, 0x8F6E, 0xC2D6, 0x8F6F, 0xC8ED, 0x8F70, 0xBAE4, 0x8F71, 0xE9EF, 0x8F72, 0xE9F0, - 0x8F73, 0xE9F1, 0x8F74, 0xD6E1, 0x8F75, 0xE9F2, 0x8F76, 0xE9F3, 0x8F77, 0xE9F5, 0x8F78, 0xE9F4, 0x8F79, 0xE9F6, 0x8F7A, 0xE9F7, - 0x8F7B, 0xC7E1, 0x8F7C, 0xE9F8, 0x8F7D, 0xD4D8, 0x8F7E, 0xE9F9, 0x8F7F, 0xBDCE, 0x8F80, 0xDE62, 0x8F81, 0xE9FA, 0x8F82, 0xE9FB, - 0x8F83, 0xBDCF, 0x8F84, 0xE9FC, 0x8F85, 0xB8A8, 0x8F86, 0xC1BE, 0x8F87, 0xE9FD, 0x8F88, 0xB1B2, 0x8F89, 0xBBD4, 0x8F8A, 0xB9F5, - 0x8F8B, 0xE9FE, 0x8F8C, 0xDE63, 0x8F8D, 0xEAA1, 0x8F8E, 0xEAA2, 0x8F8F, 0xEAA3, 0x8F90, 0xB7F8, 0x8F91, 0xBCAD, 0x8F92, 0xDE64, - 0x8F93, 0xCAE4, 0x8F94, 0xE0CE, 0x8F95, 0xD4AF, 0x8F96, 0xCFBD, 0x8F97, 0xD5B7, 0x8F98, 0xEAA4, 0x8F99, 0xD5DE, 0x8F9A, 0xEAA5, - 0x8F9B, 0xD0C1, 0x8F9C, 0xB9BC, 0x8F9D, 0xDE65, 0x8F9E, 0xB4C7, 0x8F9F, 0xB1D9, 0x8FA0, 0xDE66, 0x8FA1, 0xDE67, 0x8FA2, 0xDE68, - 0x8FA3, 0xC0B1, 0x8FA4, 0xDE69, 0x8FA5, 0xDE6A, 0x8FA6, 0xDE6B, 0x8FA7, 0xDE6C, 0x8FA8, 0xB1E6, 0x8FA9, 0xB1E7, 0x8FAA, 0xDE6D, - 0x8FAB, 0xB1E8, 0x8FAC, 0xDE6E, 0x8FAD, 0xDE6F, 0x8FAE, 0xDE70, 0x8FAF, 0xDE71, 0x8FB0, 0xB3BD, 0x8FB1, 0xC8E8, 0x8FB2, 0xDE72, - 0x8FB3, 0xDE73, 0x8FB4, 0xDE74, 0x8FB5, 0xDE75, 0x8FB6, 0xE5C1, 0x8FB7, 0xDE76, 0x8FB8, 0xDE77, 0x8FB9, 0xB1DF, 0x8FBA, 0xDE78, - 0x8FBB, 0xDE79, 0x8FBC, 0xDE7A, 0x8FBD, 0xC1C9, 0x8FBE, 0xB4EF, 0x8FBF, 0xDE7B, 0x8FC0, 0xDE7C, 0x8FC1, 0xC7A8, 0x8FC2, 0xD3D8, - 0x8FC3, 0xDE7D, 0x8FC4, 0xC6F9, 0x8FC5, 0xD1B8, 0x8FC6, 0xDE7E, 0x8FC7, 0xB9FD, 0x8FC8, 0xC2F5, 0x8FC9, 0xDE80, 0x8FCA, 0xDE81, - 0x8FCB, 0xDE82, 0x8FCC, 0xDE83, 0x8FCD, 0xDE84, 0x8FCE, 0xD3AD, 0x8FCF, 0xDE85, 0x8FD0, 0xD4CB, 0x8FD1, 0xBDFC, 0x8FD2, 0xDE86, - 0x8FD3, 0xE5C2, 0x8FD4, 0xB7B5, 0x8FD5, 0xE5C3, 0x8FD6, 0xDE87, 0x8FD7, 0xDE88, 0x8FD8, 0xBBB9, 0x8FD9, 0xD5E2, 0x8FDA, 0xDE89, - 0x8FDB, 0xBDF8, 0x8FDC, 0xD4B6, 0x8FDD, 0xCEA5, 0x8FDE, 0xC1AC, 0x8FDF, 0xB3D9, 0x8FE0, 0xDE8A, 0x8FE1, 0xDE8B, 0x8FE2, 0xCCF6, - 0x8FE3, 0xDE8C, 0x8FE4, 0xE5C6, 0x8FE5, 0xE5C4, 0x8FE6, 0xE5C8, 0x8FE7, 0xDE8D, 0x8FE8, 0xE5CA, 0x8FE9, 0xE5C7, 0x8FEA, 0xB5CF, - 0x8FEB, 0xC6C8, 0x8FEC, 0xDE8E, 0x8FED, 0xB5FC, 0x8FEE, 0xE5C5, 0x8FEF, 0xDE8F, 0x8FF0, 0xCAF6, 0x8FF1, 0xDE90, 0x8FF2, 0xDE91, - 0x8FF3, 0xE5C9, 0x8FF4, 0xDE92, 0x8FF5, 0xDE93, 0x8FF6, 0xDE94, 0x8FF7, 0xC3D4, 0x8FF8, 0xB1C5, 0x8FF9, 0xBCA3, 0x8FFA, 0xDE95, - 0x8FFB, 0xDE96, 0x8FFC, 0xDE97, 0x8FFD, 0xD7B7, 0x8FFE, 0xDE98, 0x8FFF, 0xDE99, 0x9000, 0xCDCB, 0x9001, 0xCBCD, 0x9002, 0xCACA, - 0x9003, 0xCCD3, 0x9004, 0xE5CC, 0x9005, 0xE5CB, 0x9006, 0xC4E6, 0x9007, 0xDE9A, 0x9008, 0xDE9B, 0x9009, 0xD1A1, 0x900A, 0xD1B7, - 0x900B, 0xE5CD, 0x900C, 0xDE9C, 0x900D, 0xE5D0, 0x900E, 0xDE9D, 0x900F, 0xCDB8, 0x9010, 0xD6F0, 0x9011, 0xE5CF, 0x9012, 0xB5DD, - 0x9013, 0xDE9E, 0x9014, 0xCDBE, 0x9015, 0xDE9F, 0x9016, 0xE5D1, 0x9017, 0xB6BA, 0x9018, 0xDEA0, 0x9019, 0xDF40, 0x901A, 0xCDA8, - 0x901B, 0xB9E4, 0x901C, 0xDF41, 0x901D, 0xCAC5, 0x901E, 0xB3D1, 0x901F, 0xCBD9, 0x9020, 0xD4EC, 0x9021, 0xE5D2, 0x9022, 0xB7EA, - 0x9023, 0xDF42, 0x9024, 0xDF43, 0x9025, 0xDF44, 0x9026, 0xE5CE, 0x9027, 0xDF45, 0x9028, 0xDF46, 0x9029, 0xDF47, 0x902A, 0xDF48, - 0x902B, 0xDF49, 0x902C, 0xDF4A, 0x902D, 0xE5D5, 0x902E, 0xB4FE, 0x902F, 0xE5D6, 0x9030, 0xDF4B, 0x9031, 0xDF4C, 0x9032, 0xDF4D, - 0x9033, 0xDF4E, 0x9034, 0xDF4F, 0x9035, 0xE5D3, 0x9036, 0xE5D4, 0x9037, 0xDF50, 0x9038, 0xD2DD, 0x9039, 0xDF51, 0x903A, 0xDF52, - 0x903B, 0xC2DF, 0x903C, 0xB1C6, 0x903D, 0xDF53, 0x903E, 0xD3E2, 0x903F, 0xDF54, 0x9040, 0xDF55, 0x9041, 0xB6DD, 0x9042, 0xCBEC, - 0x9043, 0xDF56, 0x9044, 0xE5D7, 0x9045, 0xDF57, 0x9046, 0xDF58, 0x9047, 0xD3F6, 0x9048, 0xDF59, 0x9049, 0xDF5A, 0x904A, 0xDF5B, - 0x904B, 0xDF5C, 0x904C, 0xDF5D, 0x904D, 0xB1E9, 0x904E, 0xDF5E, 0x904F, 0xB6F4, 0x9050, 0xE5DA, 0x9051, 0xE5D8, 0x9052, 0xE5D9, - 0x9053, 0xB5C0, 0x9054, 0xDF5F, 0x9055, 0xDF60, 0x9056, 0xDF61, 0x9057, 0xD2C5, 0x9058, 0xE5DC, 0x9059, 0xDF62, 0x905A, 0xDF63, - 0x905B, 0xE5DE, 0x905C, 0xDF64, 0x905D, 0xDF65, 0x905E, 0xDF66, 0x905F, 0xDF67, 0x9060, 0xDF68, 0x9061, 0xDF69, 0x9062, 0xE5DD, - 0x9063, 0xC7B2, 0x9064, 0xDF6A, 0x9065, 0xD2A3, 0x9066, 0xDF6B, 0x9067, 0xDF6C, 0x9068, 0xE5DB, 0x9069, 0xDF6D, 0x906A, 0xDF6E, - 0x906B, 0xDF6F, 0x906C, 0xDF70, 0x906D, 0xD4E2, 0x906E, 0xD5DA, 0x906F, 0xDF71, 0x9070, 0xDF72, 0x9071, 0xDF73, 0x9072, 0xDF74, - 0x9073, 0xDF75, 0x9074, 0xE5E0, 0x9075, 0xD7F1, 0x9076, 0xDF76, 0x9077, 0xDF77, 0x9078, 0xDF78, 0x9079, 0xDF79, 0x907A, 0xDF7A, - 0x907B, 0xDF7B, 0x907C, 0xDF7C, 0x907D, 0xE5E1, 0x907E, 0xDF7D, 0x907F, 0xB1DC, 0x9080, 0xD1FB, 0x9081, 0xDF7E, 0x9082, 0xE5E2, - 0x9083, 0xE5E4, 0x9084, 0xDF80, 0x9085, 0xDF81, 0x9086, 0xDF82, 0x9087, 0xDF83, 0x9088, 0xE5E3, 0x9089, 0xDF84, 0x908A, 0xDF85, - 0x908B, 0xE5E5, 0x908C, 0xDF86, 0x908D, 0xDF87, 0x908E, 0xDF88, 0x908F, 0xDF89, 0x9090, 0xDF8A, 0x9091, 0xD2D8, 0x9092, 0xDF8B, - 0x9093, 0xB5CB, 0x9094, 0xDF8C, 0x9095, 0xE7DF, 0x9096, 0xDF8D, 0x9097, 0xDAF5, 0x9098, 0xDF8E, 0x9099, 0xDAF8, 0x909A, 0xDF8F, - 0x909B, 0xDAF6, 0x909C, 0xDF90, 0x909D, 0xDAF7, 0x909E, 0xDF91, 0x909F, 0xDF92, 0x90A0, 0xDF93, 0x90A1, 0xDAFA, 0x90A2, 0xD0CF, - 0x90A3, 0xC4C7, 0x90A4, 0xDF94, 0x90A5, 0xDF95, 0x90A6, 0xB0EE, 0x90A7, 0xDF96, 0x90A8, 0xDF97, 0x90A9, 0xDF98, 0x90AA, 0xD0B0, - 0x90AB, 0xDF99, 0x90AC, 0xDAF9, 0x90AD, 0xDF9A, 0x90AE, 0xD3CA, 0x90AF, 0xBAAA, 0x90B0, 0xDBA2, 0x90B1, 0xC7F1, 0x90B2, 0xDF9B, - 0x90B3, 0xDAFC, 0x90B4, 0xDAFB, 0x90B5, 0xC9DB, 0x90B6, 0xDAFD, 0x90B7, 0xDF9C, 0x90B8, 0xDBA1, 0x90B9, 0xD7DE, 0x90BA, 0xDAFE, - 0x90BB, 0xC1DA, 0x90BC, 0xDF9D, 0x90BD, 0xDF9E, 0x90BE, 0xDBA5, 0x90BF, 0xDF9F, 0x90C0, 0xDFA0, 0x90C1, 0xD3F4, 0x90C2, 0xE040, - 0x90C3, 0xE041, 0x90C4, 0xDBA7, 0x90C5, 0xDBA4, 0x90C6, 0xE042, 0x90C7, 0xDBA8, 0x90C8, 0xE043, 0x90C9, 0xE044, 0x90CA, 0xBDBC, - 0x90CB, 0xE045, 0x90CC, 0xE046, 0x90CD, 0xE047, 0x90CE, 0xC0C9, 0x90CF, 0xDBA3, 0x90D0, 0xDBA6, 0x90D1, 0xD6A3, 0x90D2, 0xE048, - 0x90D3, 0xDBA9, 0x90D4, 0xE049, 0x90D5, 0xE04A, 0x90D6, 0xE04B, 0x90D7, 0xDBAD, 0x90D8, 0xE04C, 0x90D9, 0xE04D, 0x90DA, 0xE04E, - 0x90DB, 0xDBAE, 0x90DC, 0xDBAC, 0x90DD, 0xBAC2, 0x90DE, 0xE04F, 0x90DF, 0xE050, 0x90E0, 0xE051, 0x90E1, 0xBFA4, 0x90E2, 0xDBAB, - 0x90E3, 0xE052, 0x90E4, 0xE053, 0x90E5, 0xE054, 0x90E6, 0xDBAA, 0x90E7, 0xD4C7, 0x90E8, 0xB2BF, 0x90E9, 0xE055, 0x90EA, 0xE056, - 0x90EB, 0xDBAF, 0x90EC, 0xE057, 0x90ED, 0xB9F9, 0x90EE, 0xE058, 0x90EF, 0xDBB0, 0x90F0, 0xE059, 0x90F1, 0xE05A, 0x90F2, 0xE05B, - 0x90F3, 0xE05C, 0x90F4, 0xB3BB, 0x90F5, 0xE05D, 0x90F6, 0xE05E, 0x90F7, 0xE05F, 0x90F8, 0xB5A6, 0x90F9, 0xE060, 0x90FA, 0xE061, - 0x90FB, 0xE062, 0x90FC, 0xE063, 0x90FD, 0xB6BC, 0x90FE, 0xDBB1, 0x90FF, 0xE064, 0x9100, 0xE065, 0x9101, 0xE066, 0x9102, 0xB6F5, - 0x9103, 0xE067, 0x9104, 0xDBB2, 0x9105, 0xE068, 0x9106, 0xE069, 0x9107, 0xE06A, 0x9108, 0xE06B, 0x9109, 0xE06C, 0x910A, 0xE06D, - 0x910B, 0xE06E, 0x910C, 0xE06F, 0x910D, 0xE070, 0x910E, 0xE071, 0x910F, 0xE072, 0x9110, 0xE073, 0x9111, 0xE074, 0x9112, 0xE075, - 0x9113, 0xE076, 0x9114, 0xE077, 0x9115, 0xE078, 0x9116, 0xE079, 0x9117, 0xE07A, 0x9118, 0xE07B, 0x9119, 0xB1C9, 0x911A, 0xE07C, - 0x911B, 0xE07D, 0x911C, 0xE07E, 0x911D, 0xE080, 0x911E, 0xDBB4, 0x911F, 0xE081, 0x9120, 0xE082, 0x9121, 0xE083, 0x9122, 0xDBB3, - 0x9123, 0xDBB5, 0x9124, 0xE084, 0x9125, 0xE085, 0x9126, 0xE086, 0x9127, 0xE087, 0x9128, 0xE088, 0x9129, 0xE089, 0x912A, 0xE08A, - 0x912B, 0xE08B, 0x912C, 0xE08C, 0x912D, 0xE08D, 0x912E, 0xE08E, 0x912F, 0xDBB7, 0x9130, 0xE08F, 0x9131, 0xDBB6, 0x9132, 0xE090, - 0x9133, 0xE091, 0x9134, 0xE092, 0x9135, 0xE093, 0x9136, 0xE094, 0x9137, 0xE095, 0x9138, 0xE096, 0x9139, 0xDBB8, 0x913A, 0xE097, - 0x913B, 0xE098, 0x913C, 0xE099, 0x913D, 0xE09A, 0x913E, 0xE09B, 0x913F, 0xE09C, 0x9140, 0xE09D, 0x9141, 0xE09E, 0x9142, 0xE09F, - 0x9143, 0xDBB9, 0x9144, 0xE0A0, 0x9145, 0xE140, 0x9146, 0xDBBA, 0x9147, 0xE141, 0x9148, 0xE142, 0x9149, 0xD3CF, 0x914A, 0xF4FA, - 0x914B, 0xC7F5, 0x914C, 0xD7C3, 0x914D, 0xC5E4, 0x914E, 0xF4FC, 0x914F, 0xF4FD, 0x9150, 0xF4FB, 0x9151, 0xE143, 0x9152, 0xBEC6, - 0x9153, 0xE144, 0x9154, 0xE145, 0x9155, 0xE146, 0x9156, 0xE147, 0x9157, 0xD0EF, 0x9158, 0xE148, 0x9159, 0xE149, 0x915A, 0xB7D3, - 0x915B, 0xE14A, 0x915C, 0xE14B, 0x915D, 0xD4CD, 0x915E, 0xCCAA, 0x915F, 0xE14C, 0x9160, 0xE14D, 0x9161, 0xF5A2, 0x9162, 0xF5A1, - 0x9163, 0xBAA8, 0x9164, 0xF4FE, 0x9165, 0xCBD6, 0x9166, 0xE14E, 0x9167, 0xE14F, 0x9168, 0xE150, 0x9169, 0xF5A4, 0x916A, 0xC0D2, - 0x916B, 0xE151, 0x916C, 0xB3EA, 0x916D, 0xE152, 0x916E, 0xCDAA, 0x916F, 0xF5A5, 0x9170, 0xF5A3, 0x9171, 0xBDB4, 0x9172, 0xF5A8, - 0x9173, 0xE153, 0x9174, 0xF5A9, 0x9175, 0xBDCD, 0x9176, 0xC3B8, 0x9177, 0xBFE1, 0x9178, 0xCBE1, 0x9179, 0xF5AA, 0x917A, 0xE154, - 0x917B, 0xE155, 0x917C, 0xE156, 0x917D, 0xF5A6, 0x917E, 0xF5A7, 0x917F, 0xC4F0, 0x9180, 0xE157, 0x9181, 0xE158, 0x9182, 0xE159, - 0x9183, 0xE15A, 0x9184, 0xE15B, 0x9185, 0xF5AC, 0x9186, 0xE15C, 0x9187, 0xB4BC, 0x9188, 0xE15D, 0x9189, 0xD7ED, 0x918A, 0xE15E, - 0x918B, 0xB4D7, 0x918C, 0xF5AB, 0x918D, 0xF5AE, 0x918E, 0xE15F, 0x918F, 0xE160, 0x9190, 0xF5AD, 0x9191, 0xF5AF, 0x9192, 0xD0D1, - 0x9193, 0xE161, 0x9194, 0xE162, 0x9195, 0xE163, 0x9196, 0xE164, 0x9197, 0xE165, 0x9198, 0xE166, 0x9199, 0xE167, 0x919A, 0xC3D1, - 0x919B, 0xC8A9, 0x919C, 0xE168, 0x919D, 0xE169, 0x919E, 0xE16A, 0x919F, 0xE16B, 0x91A0, 0xE16C, 0x91A1, 0xE16D, 0x91A2, 0xF5B0, - 0x91A3, 0xF5B1, 0x91A4, 0xE16E, 0x91A5, 0xE16F, 0x91A6, 0xE170, 0x91A7, 0xE171, 0x91A8, 0xE172, 0x91A9, 0xE173, 0x91AA, 0xF5B2, - 0x91AB, 0xE174, 0x91AC, 0xE175, 0x91AD, 0xF5B3, 0x91AE, 0xF5B4, 0x91AF, 0xF5B5, 0x91B0, 0xE176, 0x91B1, 0xE177, 0x91B2, 0xE178, - 0x91B3, 0xE179, 0x91B4, 0xF5B7, 0x91B5, 0xF5B6, 0x91B6, 0xE17A, 0x91B7, 0xE17B, 0x91B8, 0xE17C, 0x91B9, 0xE17D, 0x91BA, 0xF5B8, - 0x91BB, 0xE17E, 0x91BC, 0xE180, 0x91BD, 0xE181, 0x91BE, 0xE182, 0x91BF, 0xE183, 0x91C0, 0xE184, 0x91C1, 0xE185, 0x91C2, 0xE186, - 0x91C3, 0xE187, 0x91C4, 0xE188, 0x91C5, 0xE189, 0x91C6, 0xE18A, 0x91C7, 0xB2C9, 0x91C8, 0xE18B, 0x91C9, 0xD3D4, 0x91CA, 0xCACD, - 0x91CB, 0xE18C, 0x91CC, 0xC0EF, 0x91CD, 0xD6D8, 0x91CE, 0xD2B0, 0x91CF, 0xC1BF, 0x91D0, 0xE18D, 0x91D1, 0xBDF0, 0x91D2, 0xE18E, - 0x91D3, 0xE18F, 0x91D4, 0xE190, 0x91D5, 0xE191, 0x91D6, 0xE192, 0x91D7, 0xE193, 0x91D8, 0xE194, 0x91D9, 0xE195, 0x91DA, 0xE196, - 0x91DB, 0xE197, 0x91DC, 0xB8AA, 0x91DD, 0xE198, 0x91DE, 0xE199, 0x91DF, 0xE19A, 0x91E0, 0xE19B, 0x91E1, 0xE19C, 0x91E2, 0xE19D, - 0x91E3, 0xE19E, 0x91E4, 0xE19F, 0x91E5, 0xE1A0, 0x91E6, 0xE240, 0x91E7, 0xE241, 0x91E8, 0xE242, 0x91E9, 0xE243, 0x91EA, 0xE244, - 0x91EB, 0xE245, 0x91EC, 0xE246, 0x91ED, 0xE247, 0x91EE, 0xE248, 0x91EF, 0xE249, 0x91F0, 0xE24A, 0x91F1, 0xE24B, 0x91F2, 0xE24C, - 0x91F3, 0xE24D, 0x91F4, 0xE24E, 0x91F5, 0xE24F, 0x91F6, 0xE250, 0x91F7, 0xE251, 0x91F8, 0xE252, 0x91F9, 0xE253, 0x91FA, 0xE254, - 0x91FB, 0xE255, 0x91FC, 0xE256, 0x91FD, 0xE257, 0x91FE, 0xE258, 0x91FF, 0xE259, 0x9200, 0xE25A, 0x9201, 0xE25B, 0x9202, 0xE25C, - 0x9203, 0xE25D, 0x9204, 0xE25E, 0x9205, 0xE25F, 0x9206, 0xE260, 0x9207, 0xE261, 0x9208, 0xE262, 0x9209, 0xE263, 0x920A, 0xE264, - 0x920B, 0xE265, 0x920C, 0xE266, 0x920D, 0xE267, 0x920E, 0xE268, 0x920F, 0xE269, 0x9210, 0xE26A, 0x9211, 0xE26B, 0x9212, 0xE26C, - 0x9213, 0xE26D, 0x9214, 0xE26E, 0x9215, 0xE26F, 0x9216, 0xE270, 0x9217, 0xE271, 0x9218, 0xE272, 0x9219, 0xE273, 0x921A, 0xE274, - 0x921B, 0xE275, 0x921C, 0xE276, 0x921D, 0xE277, 0x921E, 0xE278, 0x921F, 0xE279, 0x9220, 0xE27A, 0x9221, 0xE27B, 0x9222, 0xE27C, - 0x9223, 0xE27D, 0x9224, 0xE27E, 0x9225, 0xE280, 0x9226, 0xE281, 0x9227, 0xE282, 0x9228, 0xE283, 0x9229, 0xE284, 0x922A, 0xE285, - 0x922B, 0xE286, 0x922C, 0xE287, 0x922D, 0xE288, 0x922E, 0xE289, 0x922F, 0xE28A, 0x9230, 0xE28B, 0x9231, 0xE28C, 0x9232, 0xE28D, - 0x9233, 0xE28E, 0x9234, 0xE28F, 0x9235, 0xE290, 0x9236, 0xE291, 0x9237, 0xE292, 0x9238, 0xE293, 0x9239, 0xE294, 0x923A, 0xE295, - 0x923B, 0xE296, 0x923C, 0xE297, 0x923D, 0xE298, 0x923E, 0xE299, 0x923F, 0xE29A, 0x9240, 0xE29B, 0x9241, 0xE29C, 0x9242, 0xE29D, - 0x9243, 0xE29E, 0x9244, 0xE29F, 0x9245, 0xE2A0, 0x9246, 0xE340, 0x9247, 0xE341, 0x9248, 0xE342, 0x9249, 0xE343, 0x924A, 0xE344, - 0x924B, 0xE345, 0x924C, 0xE346, 0x924D, 0xE347, 0x924E, 0xE348, 0x924F, 0xE349, 0x9250, 0xE34A, 0x9251, 0xE34B, 0x9252, 0xE34C, - 0x9253, 0xE34D, 0x9254, 0xE34E, 0x9255, 0xE34F, 0x9256, 0xE350, 0x9257, 0xE351, 0x9258, 0xE352, 0x9259, 0xE353, 0x925A, 0xE354, - 0x925B, 0xE355, 0x925C, 0xE356, 0x925D, 0xE357, 0x925E, 0xE358, 0x925F, 0xE359, 0x9260, 0xE35A, 0x9261, 0xE35B, 0x9262, 0xE35C, - 0x9263, 0xE35D, 0x9264, 0xE35E, 0x9265, 0xE35F, 0x9266, 0xE360, 0x9267, 0xE361, 0x9268, 0xE362, 0x9269, 0xE363, 0x926A, 0xE364, - 0x926B, 0xE365, 0x926C, 0xE366, 0x926D, 0xE367, 0x926E, 0xE368, 0x926F, 0xE369, 0x9270, 0xE36A, 0x9271, 0xE36B, 0x9272, 0xE36C, - 0x9273, 0xE36D, 0x9274, 0xBCF8, 0x9275, 0xE36E, 0x9276, 0xE36F, 0x9277, 0xE370, 0x9278, 0xE371, 0x9279, 0xE372, 0x927A, 0xE373, - 0x927B, 0xE374, 0x927C, 0xE375, 0x927D, 0xE376, 0x927E, 0xE377, 0x927F, 0xE378, 0x9280, 0xE379, 0x9281, 0xE37A, 0x9282, 0xE37B, - 0x9283, 0xE37C, 0x9284, 0xE37D, 0x9285, 0xE37E, 0x9286, 0xE380, 0x9287, 0xE381, 0x9288, 0xE382, 0x9289, 0xE383, 0x928A, 0xE384, - 0x928B, 0xE385, 0x928C, 0xE386, 0x928D, 0xE387, 0x928E, 0xF6C6, 0x928F, 0xE388, 0x9290, 0xE389, 0x9291, 0xE38A, 0x9292, 0xE38B, - 0x9293, 0xE38C, 0x9294, 0xE38D, 0x9295, 0xE38E, 0x9296, 0xE38F, 0x9297, 0xE390, 0x9298, 0xE391, 0x9299, 0xE392, 0x929A, 0xE393, - 0x929B, 0xE394, 0x929C, 0xE395, 0x929D, 0xE396, 0x929E, 0xE397, 0x929F, 0xE398, 0x92A0, 0xE399, 0x92A1, 0xE39A, 0x92A2, 0xE39B, - 0x92A3, 0xE39C, 0x92A4, 0xE39D, 0x92A5, 0xE39E, 0x92A6, 0xE39F, 0x92A7, 0xE3A0, 0x92A8, 0xE440, 0x92A9, 0xE441, 0x92AA, 0xE442, - 0x92AB, 0xE443, 0x92AC, 0xE444, 0x92AD, 0xE445, 0x92AE, 0xF6C7, 0x92AF, 0xE446, 0x92B0, 0xE447, 0x92B1, 0xE448, 0x92B2, 0xE449, - 0x92B3, 0xE44A, 0x92B4, 0xE44B, 0x92B5, 0xE44C, 0x92B6, 0xE44D, 0x92B7, 0xE44E, 0x92B8, 0xE44F, 0x92B9, 0xE450, 0x92BA, 0xE451, - 0x92BB, 0xE452, 0x92BC, 0xE453, 0x92BD, 0xE454, 0x92BE, 0xE455, 0x92BF, 0xE456, 0x92C0, 0xE457, 0x92C1, 0xE458, 0x92C2, 0xE459, - 0x92C3, 0xE45A, 0x92C4, 0xE45B, 0x92C5, 0xE45C, 0x92C6, 0xE45D, 0x92C7, 0xE45E, 0x92C8, 0xF6C8, 0x92C9, 0xE45F, 0x92CA, 0xE460, - 0x92CB, 0xE461, 0x92CC, 0xE462, 0x92CD, 0xE463, 0x92CE, 0xE464, 0x92CF, 0xE465, 0x92D0, 0xE466, 0x92D1, 0xE467, 0x92D2, 0xE468, - 0x92D3, 0xE469, 0x92D4, 0xE46A, 0x92D5, 0xE46B, 0x92D6, 0xE46C, 0x92D7, 0xE46D, 0x92D8, 0xE46E, 0x92D9, 0xE46F, 0x92DA, 0xE470, - 0x92DB, 0xE471, 0x92DC, 0xE472, 0x92DD, 0xE473, 0x92DE, 0xE474, 0x92DF, 0xE475, 0x92E0, 0xE476, 0x92E1, 0xE477, 0x92E2, 0xE478, - 0x92E3, 0xE479, 0x92E4, 0xE47A, 0x92E5, 0xE47B, 0x92E6, 0xE47C, 0x92E7, 0xE47D, 0x92E8, 0xE47E, 0x92E9, 0xE480, 0x92EA, 0xE481, - 0x92EB, 0xE482, 0x92EC, 0xE483, 0x92ED, 0xE484, 0x92EE, 0xE485, 0x92EF, 0xE486, 0x92F0, 0xE487, 0x92F1, 0xE488, 0x92F2, 0xE489, - 0x92F3, 0xE48A, 0x92F4, 0xE48B, 0x92F5, 0xE48C, 0x92F6, 0xE48D, 0x92F7, 0xE48E, 0x92F8, 0xE48F, 0x92F9, 0xE490, 0x92FA, 0xE491, - 0x92FB, 0xE492, 0x92FC, 0xE493, 0x92FD, 0xE494, 0x92FE, 0xE495, 0x92FF, 0xE496, 0x9300, 0xE497, 0x9301, 0xE498, 0x9302, 0xE499, - 0x9303, 0xE49A, 0x9304, 0xE49B, 0x9305, 0xE49C, 0x9306, 0xE49D, 0x9307, 0xE49E, 0x9308, 0xE49F, 0x9309, 0xE4A0, 0x930A, 0xE540, - 0x930B, 0xE541, 0x930C, 0xE542, 0x930D, 0xE543, 0x930E, 0xE544, 0x930F, 0xE545, 0x9310, 0xE546, 0x9311, 0xE547, 0x9312, 0xE548, - 0x9313, 0xE549, 0x9314, 0xE54A, 0x9315, 0xE54B, 0x9316, 0xE54C, 0x9317, 0xE54D, 0x9318, 0xE54E, 0x9319, 0xE54F, 0x931A, 0xE550, - 0x931B, 0xE551, 0x931C, 0xE552, 0x931D, 0xE553, 0x931E, 0xE554, 0x931F, 0xE555, 0x9320, 0xE556, 0x9321, 0xE557, 0x9322, 0xE558, - 0x9323, 0xE559, 0x9324, 0xE55A, 0x9325, 0xE55B, 0x9326, 0xE55C, 0x9327, 0xE55D, 0x9328, 0xE55E, 0x9329, 0xE55F, 0x932A, 0xE560, - 0x932B, 0xE561, 0x932C, 0xE562, 0x932D, 0xE563, 0x932E, 0xE564, 0x932F, 0xE565, 0x9330, 0xE566, 0x9331, 0xE567, 0x9332, 0xE568, - 0x9333, 0xE569, 0x9334, 0xE56A, 0x9335, 0xE56B, 0x9336, 0xE56C, 0x9337, 0xE56D, 0x9338, 0xE56E, 0x9339, 0xE56F, 0x933A, 0xE570, - 0x933B, 0xE571, 0x933C, 0xE572, 0x933D, 0xE573, 0x933E, 0xF6C9, 0x933F, 0xE574, 0x9340, 0xE575, 0x9341, 0xE576, 0x9342, 0xE577, - 0x9343, 0xE578, 0x9344, 0xE579, 0x9345, 0xE57A, 0x9346, 0xE57B, 0x9347, 0xE57C, 0x9348, 0xE57D, 0x9349, 0xE57E, 0x934A, 0xE580, - 0x934B, 0xE581, 0x934C, 0xE582, 0x934D, 0xE583, 0x934E, 0xE584, 0x934F, 0xE585, 0x9350, 0xE586, 0x9351, 0xE587, 0x9352, 0xE588, - 0x9353, 0xE589, 0x9354, 0xE58A, 0x9355, 0xE58B, 0x9356, 0xE58C, 0x9357, 0xE58D, 0x9358, 0xE58E, 0x9359, 0xE58F, 0x935A, 0xE590, - 0x935B, 0xE591, 0x935C, 0xE592, 0x935D, 0xE593, 0x935E, 0xE594, 0x935F, 0xE595, 0x9360, 0xE596, 0x9361, 0xE597, 0x9362, 0xE598, - 0x9363, 0xE599, 0x9364, 0xE59A, 0x9365, 0xE59B, 0x9366, 0xE59C, 0x9367, 0xE59D, 0x9368, 0xE59E, 0x9369, 0xE59F, 0x936A, 0xF6CA, - 0x936B, 0xE5A0, 0x936C, 0xE640, 0x936D, 0xE641, 0x936E, 0xE642, 0x936F, 0xE643, 0x9370, 0xE644, 0x9371, 0xE645, 0x9372, 0xE646, - 0x9373, 0xE647, 0x9374, 0xE648, 0x9375, 0xE649, 0x9376, 0xE64A, 0x9377, 0xE64B, 0x9378, 0xE64C, 0x9379, 0xE64D, 0x937A, 0xE64E, - 0x937B, 0xE64F, 0x937C, 0xE650, 0x937D, 0xE651, 0x937E, 0xE652, 0x937F, 0xE653, 0x9380, 0xE654, 0x9381, 0xE655, 0x9382, 0xE656, - 0x9383, 0xE657, 0x9384, 0xE658, 0x9385, 0xE659, 0x9386, 0xE65A, 0x9387, 0xE65B, 0x9388, 0xE65C, 0x9389, 0xE65D, 0x938A, 0xE65E, - 0x938B, 0xE65F, 0x938C, 0xE660, 0x938D, 0xE661, 0x938E, 0xE662, 0x938F, 0xF6CC, 0x9390, 0xE663, 0x9391, 0xE664, 0x9392, 0xE665, - 0x9393, 0xE666, 0x9394, 0xE667, 0x9395, 0xE668, 0x9396, 0xE669, 0x9397, 0xE66A, 0x9398, 0xE66B, 0x9399, 0xE66C, 0x939A, 0xE66D, - 0x939B, 0xE66E, 0x939C, 0xE66F, 0x939D, 0xE670, 0x939E, 0xE671, 0x939F, 0xE672, 0x93A0, 0xE673, 0x93A1, 0xE674, 0x93A2, 0xE675, - 0x93A3, 0xE676, 0x93A4, 0xE677, 0x93A5, 0xE678, 0x93A6, 0xE679, 0x93A7, 0xE67A, 0x93A8, 0xE67B, 0x93A9, 0xE67C, 0x93AA, 0xE67D, - 0x93AB, 0xE67E, 0x93AC, 0xE680, 0x93AD, 0xE681, 0x93AE, 0xE682, 0x93AF, 0xE683, 0x93B0, 0xE684, 0x93B1, 0xE685, 0x93B2, 0xE686, - 0x93B3, 0xE687, 0x93B4, 0xE688, 0x93B5, 0xE689, 0x93B6, 0xE68A, 0x93B7, 0xE68B, 0x93B8, 0xE68C, 0x93B9, 0xE68D, 0x93BA, 0xE68E, - 0x93BB, 0xE68F, 0x93BC, 0xE690, 0x93BD, 0xE691, 0x93BE, 0xE692, 0x93BF, 0xE693, 0x93C0, 0xE694, 0x93C1, 0xE695, 0x93C2, 0xE696, - 0x93C3, 0xE697, 0x93C4, 0xE698, 0x93C5, 0xE699, 0x93C6, 0xE69A, 0x93C7, 0xE69B, 0x93C8, 0xE69C, 0x93C9, 0xE69D, 0x93CA, 0xF6CB, - 0x93CB, 0xE69E, 0x93CC, 0xE69F, 0x93CD, 0xE6A0, 0x93CE, 0xE740, 0x93CF, 0xE741, 0x93D0, 0xE742, 0x93D1, 0xE743, 0x93D2, 0xE744, - 0x93D3, 0xE745, 0x93D4, 0xE746, 0x93D5, 0xE747, 0x93D6, 0xF7E9, 0x93D7, 0xE748, 0x93D8, 0xE749, 0x93D9, 0xE74A, 0x93DA, 0xE74B, - 0x93DB, 0xE74C, 0x93DC, 0xE74D, 0x93DD, 0xE74E, 0x93DE, 0xE74F, 0x93DF, 0xE750, 0x93E0, 0xE751, 0x93E1, 0xE752, 0x93E2, 0xE753, - 0x93E3, 0xE754, 0x93E4, 0xE755, 0x93E5, 0xE756, 0x93E6, 0xE757, 0x93E7, 0xE758, 0x93E8, 0xE759, 0x93E9, 0xE75A, 0x93EA, 0xE75B, - 0x93EB, 0xE75C, 0x93EC, 0xE75D, 0x93ED, 0xE75E, 0x93EE, 0xE75F, 0x93EF, 0xE760, 0x93F0, 0xE761, 0x93F1, 0xE762, 0x93F2, 0xE763, - 0x93F3, 0xE764, 0x93F4, 0xE765, 0x93F5, 0xE766, 0x93F6, 0xE767, 0x93F7, 0xE768, 0x93F8, 0xE769, 0x93F9, 0xE76A, 0x93FA, 0xE76B, - 0x93FB, 0xE76C, 0x93FC, 0xE76D, 0x93FD, 0xE76E, 0x93FE, 0xE76F, 0x93FF, 0xE770, 0x9400, 0xE771, 0x9401, 0xE772, 0x9402, 0xE773, - 0x9403, 0xE774, 0x9404, 0xE775, 0x9405, 0xE776, 0x9406, 0xE777, 0x9407, 0xE778, 0x9408, 0xE779, 0x9409, 0xE77A, 0x940A, 0xE77B, - 0x940B, 0xE77C, 0x940C, 0xE77D, 0x940D, 0xE77E, 0x940E, 0xE780, 0x940F, 0xE781, 0x9410, 0xE782, 0x9411, 0xE783, 0x9412, 0xE784, - 0x9413, 0xE785, 0x9414, 0xE786, 0x9415, 0xE787, 0x9416, 0xE788, 0x9417, 0xE789, 0x9418, 0xE78A, 0x9419, 0xE78B, 0x941A, 0xE78C, - 0x941B, 0xE78D, 0x941C, 0xE78E, 0x941D, 0xE78F, 0x941E, 0xE790, 0x941F, 0xE791, 0x9420, 0xE792, 0x9421, 0xE793, 0x9422, 0xE794, - 0x9423, 0xE795, 0x9424, 0xE796, 0x9425, 0xE797, 0x9426, 0xE798, 0x9427, 0xE799, 0x9428, 0xE79A, 0x9429, 0xE79B, 0x942A, 0xE79C, - 0x942B, 0xE79D, 0x942C, 0xE79E, 0x942D, 0xE79F, 0x942E, 0xE7A0, 0x942F, 0xE840, 0x9430, 0xE841, 0x9431, 0xE842, 0x9432, 0xE843, - 0x9433, 0xE844, 0x9434, 0xE845, 0x9435, 0xE846, 0x9436, 0xE847, 0x9437, 0xE848, 0x9438, 0xE849, 0x9439, 0xE84A, 0x943A, 0xE84B, - 0x943B, 0xE84C, 0x943C, 0xE84D, 0x943D, 0xE84E, 0x943E, 0xF6CD, 0x943F, 0xE84F, 0x9440, 0xE850, 0x9441, 0xE851, 0x9442, 0xE852, - 0x9443, 0xE853, 0x9444, 0xE854, 0x9445, 0xE855, 0x9446, 0xE856, 0x9447, 0xE857, 0x9448, 0xE858, 0x9449, 0xE859, 0x944A, 0xE85A, - 0x944B, 0xE85B, 0x944C, 0xE85C, 0x944D, 0xE85D, 0x944E, 0xE85E, 0x944F, 0xE85F, 0x9450, 0xE860, 0x9451, 0xE861, 0x9452, 0xE862, - 0x9453, 0xE863, 0x9454, 0xE864, 0x9455, 0xE865, 0x9456, 0xE866, 0x9457, 0xE867, 0x9458, 0xE868, 0x9459, 0xE869, 0x945A, 0xE86A, - 0x945B, 0xE86B, 0x945C, 0xE86C, 0x945D, 0xE86D, 0x945E, 0xE86E, 0x945F, 0xE86F, 0x9460, 0xE870, 0x9461, 0xE871, 0x9462, 0xE872, - 0x9463, 0xE873, 0x9464, 0xE874, 0x9465, 0xE875, 0x9466, 0xE876, 0x9467, 0xE877, 0x9468, 0xE878, 0x9469, 0xE879, 0x946A, 0xE87A, - 0x946B, 0xF6CE, 0x946C, 0xE87B, 0x946D, 0xE87C, 0x946E, 0xE87D, 0x946F, 0xE87E, 0x9470, 0xE880, 0x9471, 0xE881, 0x9472, 0xE882, - 0x9473, 0xE883, 0x9474, 0xE884, 0x9475, 0xE885, 0x9476, 0xE886, 0x9477, 0xE887, 0x9478, 0xE888, 0x9479, 0xE889, 0x947A, 0xE88A, - 0x947B, 0xE88B, 0x947C, 0xE88C, 0x947D, 0xE88D, 0x947E, 0xE88E, 0x947F, 0xE88F, 0x9480, 0xE890, 0x9481, 0xE891, 0x9482, 0xE892, - 0x9483, 0xE893, 0x9484, 0xE894, 0x9485, 0xEEC4, 0x9486, 0xEEC5, 0x9487, 0xEEC6, 0x9488, 0xD5EB, 0x9489, 0xB6A4, 0x948A, 0xEEC8, - 0x948B, 0xEEC7, 0x948C, 0xEEC9, 0x948D, 0xEECA, 0x948E, 0xC7A5, 0x948F, 0xEECB, 0x9490, 0xEECC, 0x9491, 0xE895, 0x9492, 0xB7B0, - 0x9493, 0xB5F6, 0x9494, 0xEECD, 0x9495, 0xEECF, 0x9496, 0xE896, 0x9497, 0xEECE, 0x9498, 0xE897, 0x9499, 0xB8C6, 0x949A, 0xEED0, - 0x949B, 0xEED1, 0x949C, 0xEED2, 0x949D, 0xB6DB, 0x949E, 0xB3AE, 0x949F, 0xD6D3, 0x94A0, 0xC4C6, 0x94A1, 0xB1B5, 0x94A2, 0xB8D6, - 0x94A3, 0xEED3, 0x94A4, 0xEED4, 0x94A5, 0xD4BF, 0x94A6, 0xC7D5, 0x94A7, 0xBEFB, 0x94A8, 0xCED9, 0x94A9, 0xB9B3, 0x94AA, 0xEED6, - 0x94AB, 0xEED5, 0x94AC, 0xEED8, 0x94AD, 0xEED7, 0x94AE, 0xC5A5, 0x94AF, 0xEED9, 0x94B0, 0xEEDA, 0x94B1, 0xC7AE, 0x94B2, 0xEEDB, - 0x94B3, 0xC7AF, 0x94B4, 0xEEDC, 0x94B5, 0xB2A7, 0x94B6, 0xEEDD, 0x94B7, 0xEEDE, 0x94B8, 0xEEDF, 0x94B9, 0xEEE0, 0x94BA, 0xEEE1, - 0x94BB, 0xD7EA, 0x94BC, 0xEEE2, 0x94BD, 0xEEE3, 0x94BE, 0xBCD8, 0x94BF, 0xEEE4, 0x94C0, 0xD3CB, 0x94C1, 0xCCFA, 0x94C2, 0xB2AC, - 0x94C3, 0xC1E5, 0x94C4, 0xEEE5, 0x94C5, 0xC7A6, 0x94C6, 0xC3AD, 0x94C7, 0xE898, 0x94C8, 0xEEE6, 0x94C9, 0xEEE7, 0x94CA, 0xEEE8, - 0x94CB, 0xEEE9, 0x94CC, 0xEEEA, 0x94CD, 0xEEEB, 0x94CE, 0xEEEC, 0x94CF, 0xE899, 0x94D0, 0xEEED, 0x94D1, 0xEEEE, 0x94D2, 0xEEEF, - 0x94D3, 0xE89A, 0x94D4, 0xE89B, 0x94D5, 0xEEF0, 0x94D6, 0xEEF1, 0x94D7, 0xEEF2, 0x94D8, 0xEEF4, 0x94D9, 0xEEF3, 0x94DA, 0xE89C, - 0x94DB, 0xEEF5, 0x94DC, 0xCDAD, 0x94DD, 0xC2C1, 0x94DE, 0xEEF6, 0x94DF, 0xEEF7, 0x94E0, 0xEEF8, 0x94E1, 0xD5A1, 0x94E2, 0xEEF9, - 0x94E3, 0xCFB3, 0x94E4, 0xEEFA, 0x94E5, 0xEEFB, 0x94E6, 0xE89D, 0x94E7, 0xEEFC, 0x94E8, 0xEEFD, 0x94E9, 0xEFA1, 0x94EA, 0xEEFE, - 0x94EB, 0xEFA2, 0x94EC, 0xB8F5, 0x94ED, 0xC3FA, 0x94EE, 0xEFA3, 0x94EF, 0xEFA4, 0x94F0, 0xBDC2, 0x94F1, 0xD2BF, 0x94F2, 0xB2F9, - 0x94F3, 0xEFA5, 0x94F4, 0xEFA6, 0x94F5, 0xEFA7, 0x94F6, 0xD2F8, 0x94F7, 0xEFA8, 0x94F8, 0xD6FD, 0x94F9, 0xEFA9, 0x94FA, 0xC6CC, - 0x94FB, 0xE89E, 0x94FC, 0xEFAA, 0x94FD, 0xEFAB, 0x94FE, 0xC1B4, 0x94FF, 0xEFAC, 0x9500, 0xCFFA, 0x9501, 0xCBF8, 0x9502, 0xEFAE, - 0x9503, 0xEFAD, 0x9504, 0xB3FA, 0x9505, 0xB9F8, 0x9506, 0xEFAF, 0x9507, 0xEFB0, 0x9508, 0xD0E2, 0x9509, 0xEFB1, 0x950A, 0xEFB2, - 0x950B, 0xB7E6, 0x950C, 0xD0BF, 0x950D, 0xEFB3, 0x950E, 0xEFB4, 0x950F, 0xEFB5, 0x9510, 0xC8F1, 0x9511, 0xCCE0, 0x9512, 0xEFB6, - 0x9513, 0xEFB7, 0x9514, 0xEFB8, 0x9515, 0xEFB9, 0x9516, 0xEFBA, 0x9517, 0xD5E0, 0x9518, 0xEFBB, 0x9519, 0xB4ED, 0x951A, 0xC3AA, - 0x951B, 0xEFBC, 0x951C, 0xE89F, 0x951D, 0xEFBD, 0x951E, 0xEFBE, 0x951F, 0xEFBF, 0x9520, 0xE8A0, 0x9521, 0xCEFD, 0x9522, 0xEFC0, - 0x9523, 0xC2E0, 0x9524, 0xB4B8, 0x9525, 0xD7B6, 0x9526, 0xBDF5, 0x9527, 0xE940, 0x9528, 0xCFC7, 0x9529, 0xEFC3, 0x952A, 0xEFC1, - 0x952B, 0xEFC2, 0x952C, 0xEFC4, 0x952D, 0xB6A7, 0x952E, 0xBCFC, 0x952F, 0xBEE2, 0x9530, 0xC3CC, 0x9531, 0xEFC5, 0x9532, 0xEFC6, - 0x9533, 0xE941, 0x9534, 0xEFC7, 0x9535, 0xEFCF, 0x9536, 0xEFC8, 0x9537, 0xEFC9, 0x9538, 0xEFCA, 0x9539, 0xC7C2, 0x953A, 0xEFF1, - 0x953B, 0xB6CD, 0x953C, 0xEFCB, 0x953D, 0xE942, 0x953E, 0xEFCC, 0x953F, 0xEFCD, 0x9540, 0xB6C6, 0x9541, 0xC3BE, 0x9542, 0xEFCE, - 0x9543, 0xE943, 0x9544, 0xEFD0, 0x9545, 0xEFD1, 0x9546, 0xEFD2, 0x9547, 0xD5F2, 0x9548, 0xE944, 0x9549, 0xEFD3, 0x954A, 0xC4F7, - 0x954B, 0xE945, 0x954C, 0xEFD4, 0x954D, 0xC4F8, 0x954E, 0xEFD5, 0x954F, 0xEFD6, 0x9550, 0xB8E4, 0x9551, 0xB0F7, 0x9552, 0xEFD7, - 0x9553, 0xEFD8, 0x9554, 0xEFD9, 0x9555, 0xE946, 0x9556, 0xEFDA, 0x9557, 0xEFDB, 0x9558, 0xEFDC, 0x9559, 0xEFDD, 0x955A, 0xE947, - 0x955B, 0xEFDE, 0x955C, 0xBEB5, 0x955D, 0xEFE1, 0x955E, 0xEFDF, 0x955F, 0xEFE0, 0x9560, 0xE948, 0x9561, 0xEFE2, 0x9562, 0xEFE3, - 0x9563, 0xC1CD, 0x9564, 0xEFE4, 0x9565, 0xEFE5, 0x9566, 0xEFE6, 0x9567, 0xEFE7, 0x9568, 0xEFE8, 0x9569, 0xEFE9, 0x956A, 0xEFEA, - 0x956B, 0xEFEB, 0x956C, 0xEFEC, 0x956D, 0xC0D8, 0x956E, 0xE949, 0x956F, 0xEFED, 0x9570, 0xC1AD, 0x9571, 0xEFEE, 0x9572, 0xEFEF, - 0x9573, 0xEFF0, 0x9574, 0xE94A, 0x9575, 0xE94B, 0x9576, 0xCFE2, 0x9577, 0xE94C, 0x9578, 0xE94D, 0x9579, 0xE94E, 0x957A, 0xE94F, - 0x957B, 0xE950, 0x957C, 0xE951, 0x957D, 0xE952, 0x957E, 0xE953, 0x957F, 0xB3A4, 0x9580, 0xE954, 0x9581, 0xE955, 0x9582, 0xE956, - 0x9583, 0xE957, 0x9584, 0xE958, 0x9585, 0xE959, 0x9586, 0xE95A, 0x9587, 0xE95B, 0x9588, 0xE95C, 0x9589, 0xE95D, 0x958A, 0xE95E, - 0x958B, 0xE95F, 0x958C, 0xE960, 0x958D, 0xE961, 0x958E, 0xE962, 0x958F, 0xE963, 0x9590, 0xE964, 0x9591, 0xE965, 0x9592, 0xE966, - 0x9593, 0xE967, 0x9594, 0xE968, 0x9595, 0xE969, 0x9596, 0xE96A, 0x9597, 0xE96B, 0x9598, 0xE96C, 0x9599, 0xE96D, 0x959A, 0xE96E, - 0x959B, 0xE96F, 0x959C, 0xE970, 0x959D, 0xE971, 0x959E, 0xE972, 0x959F, 0xE973, 0x95A0, 0xE974, 0x95A1, 0xE975, 0x95A2, 0xE976, - 0x95A3, 0xE977, 0x95A4, 0xE978, 0x95A5, 0xE979, 0x95A6, 0xE97A, 0x95A7, 0xE97B, 0x95A8, 0xE97C, 0x95A9, 0xE97D, 0x95AA, 0xE97E, - 0x95AB, 0xE980, 0x95AC, 0xE981, 0x95AD, 0xE982, 0x95AE, 0xE983, 0x95AF, 0xE984, 0x95B0, 0xE985, 0x95B1, 0xE986, 0x95B2, 0xE987, - 0x95B3, 0xE988, 0x95B4, 0xE989, 0x95B5, 0xE98A, 0x95B6, 0xE98B, 0x95B7, 0xE98C, 0x95B8, 0xE98D, 0x95B9, 0xE98E, 0x95BA, 0xE98F, - 0x95BB, 0xE990, 0x95BC, 0xE991, 0x95BD, 0xE992, 0x95BE, 0xE993, 0x95BF, 0xE994, 0x95C0, 0xE995, 0x95C1, 0xE996, 0x95C2, 0xE997, - 0x95C3, 0xE998, 0x95C4, 0xE999, 0x95C5, 0xE99A, 0x95C6, 0xE99B, 0x95C7, 0xE99C, 0x95C8, 0xE99D, 0x95C9, 0xE99E, 0x95CA, 0xE99F, - 0x95CB, 0xE9A0, 0x95CC, 0xEA40, 0x95CD, 0xEA41, 0x95CE, 0xEA42, 0x95CF, 0xEA43, 0x95D0, 0xEA44, 0x95D1, 0xEA45, 0x95D2, 0xEA46, - 0x95D3, 0xEA47, 0x95D4, 0xEA48, 0x95D5, 0xEA49, 0x95D6, 0xEA4A, 0x95D7, 0xEA4B, 0x95D8, 0xEA4C, 0x95D9, 0xEA4D, 0x95DA, 0xEA4E, - 0x95DB, 0xEA4F, 0x95DC, 0xEA50, 0x95DD, 0xEA51, 0x95DE, 0xEA52, 0x95DF, 0xEA53, 0x95E0, 0xEA54, 0x95E1, 0xEA55, 0x95E2, 0xEA56, - 0x95E3, 0xEA57, 0x95E4, 0xEA58, 0x95E5, 0xEA59, 0x95E6, 0xEA5A, 0x95E7, 0xEA5B, 0x95E8, 0xC3C5, 0x95E9, 0xE3C5, 0x95EA, 0xC9C1, - 0x95EB, 0xE3C6, 0x95EC, 0xEA5C, 0x95ED, 0xB1D5, 0x95EE, 0xCECA, 0x95EF, 0xB4B3, 0x95F0, 0xC8F2, 0x95F1, 0xE3C7, 0x95F2, 0xCFD0, - 0x95F3, 0xE3C8, 0x95F4, 0xBCE4, 0x95F5, 0xE3C9, 0x95F6, 0xE3CA, 0x95F7, 0xC3C6, 0x95F8, 0xD5A2, 0x95F9, 0xC4D6, 0x95FA, 0xB9EB, - 0x95FB, 0xCEC5, 0x95FC, 0xE3CB, 0x95FD, 0xC3F6, 0x95FE, 0xE3CC, 0x95FF, 0xEA5D, 0x9600, 0xB7A7, 0x9601, 0xB8F3, 0x9602, 0xBAD2, - 0x9603, 0xE3CD, 0x9604, 0xE3CE, 0x9605, 0xD4C4, 0x9606, 0xE3CF, 0x9607, 0xEA5E, 0x9608, 0xE3D0, 0x9609, 0xD1CB, 0x960A, 0xE3D1, - 0x960B, 0xE3D2, 0x960C, 0xE3D3, 0x960D, 0xE3D4, 0x960E, 0xD1D6, 0x960F, 0xE3D5, 0x9610, 0xB2FB, 0x9611, 0xC0BB, 0x9612, 0xE3D6, - 0x9613, 0xEA5F, 0x9614, 0xC0AB, 0x9615, 0xE3D7, 0x9616, 0xE3D8, 0x9617, 0xE3D9, 0x9618, 0xEA60, 0x9619, 0xE3DA, 0x961A, 0xE3DB, - 0x961B, 0xEA61, 0x961C, 0xB8B7, 0x961D, 0xDAE2, 0x961E, 0xEA62, 0x961F, 0xB6D3, 0x9620, 0xEA63, 0x9621, 0xDAE4, 0x9622, 0xDAE3, - 0x9623, 0xEA64, 0x9624, 0xEA65, 0x9625, 0xEA66, 0x9626, 0xEA67, 0x9627, 0xEA68, 0x9628, 0xEA69, 0x9629, 0xEA6A, 0x962A, 0xDAE6, - 0x962B, 0xEA6B, 0x962C, 0xEA6C, 0x962D, 0xEA6D, 0x962E, 0xC8EE, 0x962F, 0xEA6E, 0x9630, 0xEA6F, 0x9631, 0xDAE5, 0x9632, 0xB7C0, - 0x9633, 0xD1F4, 0x9634, 0xD2F5, 0x9635, 0xD5F3, 0x9636, 0xBDD7, 0x9637, 0xEA70, 0x9638, 0xEA71, 0x9639, 0xEA72, 0x963A, 0xEA73, - 0x963B, 0xD7E8, 0x963C, 0xDAE8, 0x963D, 0xDAE7, 0x963E, 0xEA74, 0x963F, 0xB0A2, 0x9640, 0xCDD3, 0x9641, 0xEA75, 0x9642, 0xDAE9, - 0x9643, 0xEA76, 0x9644, 0xB8BD, 0x9645, 0xBCCA, 0x9646, 0xC2BD, 0x9647, 0xC2A4, 0x9648, 0xB3C2, 0x9649, 0xDAEA, 0x964A, 0xEA77, - 0x964B, 0xC2AA, 0x964C, 0xC4B0, 0x964D, 0xBDB5, 0x964E, 0xEA78, 0x964F, 0xEA79, 0x9650, 0xCFDE, 0x9651, 0xEA7A, 0x9652, 0xEA7B, - 0x9653, 0xEA7C, 0x9654, 0xDAEB, 0x9655, 0xC9C2, 0x9656, 0xEA7D, 0x9657, 0xEA7E, 0x9658, 0xEA80, 0x9659, 0xEA81, 0x965A, 0xEA82, - 0x965B, 0xB1DD, 0x965C, 0xEA83, 0x965D, 0xEA84, 0x965E, 0xEA85, 0x965F, 0xDAEC, 0x9660, 0xEA86, 0x9661, 0xB6B8, 0x9662, 0xD4BA, - 0x9663, 0xEA87, 0x9664, 0xB3FD, 0x9665, 0xEA88, 0x9666, 0xEA89, 0x9667, 0xDAED, 0x9668, 0xD4C9, 0x9669, 0xCFD5, 0x966A, 0xC5E3, - 0x966B, 0xEA8A, 0x966C, 0xDAEE, 0x966D, 0xEA8B, 0x966E, 0xEA8C, 0x966F, 0xEA8D, 0x9670, 0xEA8E, 0x9671, 0xEA8F, 0x9672, 0xDAEF, - 0x9673, 0xEA90, 0x9674, 0xDAF0, 0x9675, 0xC1EA, 0x9676, 0xCCD5, 0x9677, 0xCFDD, 0x9678, 0xEA91, 0x9679, 0xEA92, 0x967A, 0xEA93, - 0x967B, 0xEA94, 0x967C, 0xEA95, 0x967D, 0xEA96, 0x967E, 0xEA97, 0x967F, 0xEA98, 0x9680, 0xEA99, 0x9681, 0xEA9A, 0x9682, 0xEA9B, - 0x9683, 0xEA9C, 0x9684, 0xEA9D, 0x9685, 0xD3E7, 0x9686, 0xC2A1, 0x9687, 0xEA9E, 0x9688, 0xDAF1, 0x9689, 0xEA9F, 0x968A, 0xEAA0, - 0x968B, 0xCBE5, 0x968C, 0xEB40, 0x968D, 0xDAF2, 0x968E, 0xEB41, 0x968F, 0xCBE6, 0x9690, 0xD2FE, 0x9691, 0xEB42, 0x9692, 0xEB43, - 0x9693, 0xEB44, 0x9694, 0xB8F4, 0x9695, 0xEB45, 0x9696, 0xEB46, 0x9697, 0xDAF3, 0x9698, 0xB0AF, 0x9699, 0xCFB6, 0x969A, 0xEB47, - 0x969B, 0xEB48, 0x969C, 0xD5CF, 0x969D, 0xEB49, 0x969E, 0xEB4A, 0x969F, 0xEB4B, 0x96A0, 0xEB4C, 0x96A1, 0xEB4D, 0x96A2, 0xEB4E, - 0x96A3, 0xEB4F, 0x96A4, 0xEB50, 0x96A5, 0xEB51, 0x96A6, 0xEB52, 0x96A7, 0xCBED, 0x96A8, 0xEB53, 0x96A9, 0xEB54, 0x96AA, 0xEB55, - 0x96AB, 0xEB56, 0x96AC, 0xEB57, 0x96AD, 0xEB58, 0x96AE, 0xEB59, 0x96AF, 0xEB5A, 0x96B0, 0xDAF4, 0x96B1, 0xEB5B, 0x96B2, 0xEB5C, - 0x96B3, 0xE3C4, 0x96B4, 0xEB5D, 0x96B5, 0xEB5E, 0x96B6, 0xC1A5, 0x96B7, 0xEB5F, 0x96B8, 0xEB60, 0x96B9, 0xF6BF, 0x96BA, 0xEB61, - 0x96BB, 0xEB62, 0x96BC, 0xF6C0, 0x96BD, 0xF6C1, 0x96BE, 0xC4D1, 0x96BF, 0xEB63, 0x96C0, 0xC8B8, 0x96C1, 0xD1E3, 0x96C2, 0xEB64, - 0x96C3, 0xEB65, 0x96C4, 0xD0DB, 0x96C5, 0xD1C5, 0x96C6, 0xBCAF, 0x96C7, 0xB9CD, 0x96C8, 0xEB66, 0x96C9, 0xEFF4, 0x96CA, 0xEB67, - 0x96CB, 0xEB68, 0x96CC, 0xB4C6, 0x96CD, 0xD3BA, 0x96CE, 0xF6C2, 0x96CF, 0xB3FB, 0x96D0, 0xEB69, 0x96D1, 0xEB6A, 0x96D2, 0xF6C3, - 0x96D3, 0xEB6B, 0x96D4, 0xEB6C, 0x96D5, 0xB5F1, 0x96D6, 0xEB6D, 0x96D7, 0xEB6E, 0x96D8, 0xEB6F, 0x96D9, 0xEB70, 0x96DA, 0xEB71, - 0x96DB, 0xEB72, 0x96DC, 0xEB73, 0x96DD, 0xEB74, 0x96DE, 0xEB75, 0x96DF, 0xEB76, 0x96E0, 0xF6C5, 0x96E1, 0xEB77, 0x96E2, 0xEB78, - 0x96E3, 0xEB79, 0x96E4, 0xEB7A, 0x96E5, 0xEB7B, 0x96E6, 0xEB7C, 0x96E7, 0xEB7D, 0x96E8, 0xD3EA, 0x96E9, 0xF6A7, 0x96EA, 0xD1A9, - 0x96EB, 0xEB7E, 0x96EC, 0xEB80, 0x96ED, 0xEB81, 0x96EE, 0xEB82, 0x96EF, 0xF6A9, 0x96F0, 0xEB83, 0x96F1, 0xEB84, 0x96F2, 0xEB85, - 0x96F3, 0xF6A8, 0x96F4, 0xEB86, 0x96F5, 0xEB87, 0x96F6, 0xC1E3, 0x96F7, 0xC0D7, 0x96F8, 0xEB88, 0x96F9, 0xB1A2, 0x96FA, 0xEB89, - 0x96FB, 0xEB8A, 0x96FC, 0xEB8B, 0x96FD, 0xEB8C, 0x96FE, 0xCEED, 0x96FF, 0xEB8D, 0x9700, 0xD0E8, 0x9701, 0xF6AB, 0x9702, 0xEB8E, - 0x9703, 0xEB8F, 0x9704, 0xCFF6, 0x9705, 0xEB90, 0x9706, 0xF6AA, 0x9707, 0xD5F0, 0x9708, 0xF6AC, 0x9709, 0xC3B9, 0x970A, 0xEB91, - 0x970B, 0xEB92, 0x970C, 0xEB93, 0x970D, 0xBBF4, 0x970E, 0xF6AE, 0x970F, 0xF6AD, 0x9710, 0xEB94, 0x9711, 0xEB95, 0x9712, 0xEB96, - 0x9713, 0xC4DE, 0x9714, 0xEB97, 0x9715, 0xEB98, 0x9716, 0xC1D8, 0x9717, 0xEB99, 0x9718, 0xEB9A, 0x9719, 0xEB9B, 0x971A, 0xEB9C, - 0x971B, 0xEB9D, 0x971C, 0xCBAA, 0x971D, 0xEB9E, 0x971E, 0xCFBC, 0x971F, 0xEB9F, 0x9720, 0xEBA0, 0x9721, 0xEC40, 0x9722, 0xEC41, - 0x9723, 0xEC42, 0x9724, 0xEC43, 0x9725, 0xEC44, 0x9726, 0xEC45, 0x9727, 0xEC46, 0x9728, 0xEC47, 0x9729, 0xEC48, 0x972A, 0xF6AF, - 0x972B, 0xEC49, 0x972C, 0xEC4A, 0x972D, 0xF6B0, 0x972E, 0xEC4B, 0x972F, 0xEC4C, 0x9730, 0xF6B1, 0x9731, 0xEC4D, 0x9732, 0xC2B6, - 0x9733, 0xEC4E, 0x9734, 0xEC4F, 0x9735, 0xEC50, 0x9736, 0xEC51, 0x9737, 0xEC52, 0x9738, 0xB0D4, 0x9739, 0xC5F9, 0x973A, 0xEC53, - 0x973B, 0xEC54, 0x973C, 0xEC55, 0x973D, 0xEC56, 0x973E, 0xF6B2, 0x973F, 0xEC57, 0x9740, 0xEC58, 0x9741, 0xEC59, 0x9742, 0xEC5A, - 0x9743, 0xEC5B, 0x9744, 0xEC5C, 0x9745, 0xEC5D, 0x9746, 0xEC5E, 0x9747, 0xEC5F, 0x9748, 0xEC60, 0x9749, 0xEC61, 0x974A, 0xEC62, - 0x974B, 0xEC63, 0x974C, 0xEC64, 0x974D, 0xEC65, 0x974E, 0xEC66, 0x974F, 0xEC67, 0x9750, 0xEC68, 0x9751, 0xEC69, 0x9752, 0xC7E0, - 0x9753, 0xF6A6, 0x9754, 0xEC6A, 0x9755, 0xEC6B, 0x9756, 0xBEB8, 0x9757, 0xEC6C, 0x9758, 0xEC6D, 0x9759, 0xBEB2, 0x975A, 0xEC6E, - 0x975B, 0xB5E5, 0x975C, 0xEC6F, 0x975D, 0xEC70, 0x975E, 0xB7C7, 0x975F, 0xEC71, 0x9760, 0xBFBF, 0x9761, 0xC3D2, 0x9762, 0xC3E6, - 0x9763, 0xEC72, 0x9764, 0xEC73, 0x9765, 0xD8CC, 0x9766, 0xEC74, 0x9767, 0xEC75, 0x9768, 0xEC76, 0x9769, 0xB8EF, 0x976A, 0xEC77, - 0x976B, 0xEC78, 0x976C, 0xEC79, 0x976D, 0xEC7A, 0x976E, 0xEC7B, 0x976F, 0xEC7C, 0x9770, 0xEC7D, 0x9771, 0xEC7E, 0x9772, 0xEC80, - 0x9773, 0xBDF9, 0x9774, 0xD1A5, 0x9775, 0xEC81, 0x9776, 0xB0D0, 0x9777, 0xEC82, 0x9778, 0xEC83, 0x9779, 0xEC84, 0x977A, 0xEC85, - 0x977B, 0xEC86, 0x977C, 0xF7B0, 0x977D, 0xEC87, 0x977E, 0xEC88, 0x977F, 0xEC89, 0x9780, 0xEC8A, 0x9781, 0xEC8B, 0x9782, 0xEC8C, - 0x9783, 0xEC8D, 0x9784, 0xEC8E, 0x9785, 0xF7B1, 0x9786, 0xEC8F, 0x9787, 0xEC90, 0x9788, 0xEC91, 0x9789, 0xEC92, 0x978A, 0xEC93, - 0x978B, 0xD0AC, 0x978C, 0xEC94, 0x978D, 0xB0B0, 0x978E, 0xEC95, 0x978F, 0xEC96, 0x9790, 0xEC97, 0x9791, 0xF7B2, 0x9792, 0xF7B3, - 0x9793, 0xEC98, 0x9794, 0xF7B4, 0x9795, 0xEC99, 0x9796, 0xEC9A, 0x9797, 0xEC9B, 0x9798, 0xC7CA, 0x9799, 0xEC9C, 0x979A, 0xEC9D, - 0x979B, 0xEC9E, 0x979C, 0xEC9F, 0x979D, 0xECA0, 0x979E, 0xED40, 0x979F, 0xED41, 0x97A0, 0xBECF, 0x97A1, 0xED42, 0x97A2, 0xED43, - 0x97A3, 0xF7B7, 0x97A4, 0xED44, 0x97A5, 0xED45, 0x97A6, 0xED46, 0x97A7, 0xED47, 0x97A8, 0xED48, 0x97A9, 0xED49, 0x97AA, 0xED4A, - 0x97AB, 0xF7B6, 0x97AC, 0xED4B, 0x97AD, 0xB1DE, 0x97AE, 0xED4C, 0x97AF, 0xF7B5, 0x97B0, 0xED4D, 0x97B1, 0xED4E, 0x97B2, 0xF7B8, - 0x97B3, 0xED4F, 0x97B4, 0xF7B9, 0x97B5, 0xED50, 0x97B6, 0xED51, 0x97B7, 0xED52, 0x97B8, 0xED53, 0x97B9, 0xED54, 0x97BA, 0xED55, - 0x97BB, 0xED56, 0x97BC, 0xED57, 0x97BD, 0xED58, 0x97BE, 0xED59, 0x97BF, 0xED5A, 0x97C0, 0xED5B, 0x97C1, 0xED5C, 0x97C2, 0xED5D, - 0x97C3, 0xED5E, 0x97C4, 0xED5F, 0x97C5, 0xED60, 0x97C6, 0xED61, 0x97C7, 0xED62, 0x97C8, 0xED63, 0x97C9, 0xED64, 0x97CA, 0xED65, - 0x97CB, 0xED66, 0x97CC, 0xED67, 0x97CD, 0xED68, 0x97CE, 0xED69, 0x97CF, 0xED6A, 0x97D0, 0xED6B, 0x97D1, 0xED6C, 0x97D2, 0xED6D, - 0x97D3, 0xED6E, 0x97D4, 0xED6F, 0x97D5, 0xED70, 0x97D6, 0xED71, 0x97D7, 0xED72, 0x97D8, 0xED73, 0x97D9, 0xED74, 0x97DA, 0xED75, - 0x97DB, 0xED76, 0x97DC, 0xED77, 0x97DD, 0xED78, 0x97DE, 0xED79, 0x97DF, 0xED7A, 0x97E0, 0xED7B, 0x97E1, 0xED7C, 0x97E2, 0xED7D, - 0x97E3, 0xED7E, 0x97E4, 0xED80, 0x97E5, 0xED81, 0x97E6, 0xCEA4, 0x97E7, 0xC8CD, 0x97E8, 0xED82, 0x97E9, 0xBAAB, 0x97EA, 0xE8B8, - 0x97EB, 0xE8B9, 0x97EC, 0xE8BA, 0x97ED, 0xBEC2, 0x97EE, 0xED83, 0x97EF, 0xED84, 0x97F0, 0xED85, 0x97F1, 0xED86, 0x97F2, 0xED87, - 0x97F3, 0xD2F4, 0x97F4, 0xED88, 0x97F5, 0xD4CF, 0x97F6, 0xC9D8, 0x97F7, 0xED89, 0x97F8, 0xED8A, 0x97F9, 0xED8B, 0x97FA, 0xED8C, - 0x97FB, 0xED8D, 0x97FC, 0xED8E, 0x97FD, 0xED8F, 0x97FE, 0xED90, 0x97FF, 0xED91, 0x9800, 0xED92, 0x9801, 0xED93, 0x9802, 0xED94, - 0x9803, 0xED95, 0x9804, 0xED96, 0x9805, 0xED97, 0x9806, 0xED98, 0x9807, 0xED99, 0x9808, 0xED9A, 0x9809, 0xED9B, 0x980A, 0xED9C, - 0x980B, 0xED9D, 0x980C, 0xED9E, 0x980D, 0xED9F, 0x980E, 0xEDA0, 0x980F, 0xEE40, 0x9810, 0xEE41, 0x9811, 0xEE42, 0x9812, 0xEE43, - 0x9813, 0xEE44, 0x9814, 0xEE45, 0x9815, 0xEE46, 0x9816, 0xEE47, 0x9817, 0xEE48, 0x9818, 0xEE49, 0x9819, 0xEE4A, 0x981A, 0xEE4B, - 0x981B, 0xEE4C, 0x981C, 0xEE4D, 0x981D, 0xEE4E, 0x981E, 0xEE4F, 0x981F, 0xEE50, 0x9820, 0xEE51, 0x9821, 0xEE52, 0x9822, 0xEE53, - 0x9823, 0xEE54, 0x9824, 0xEE55, 0x9825, 0xEE56, 0x9826, 0xEE57, 0x9827, 0xEE58, 0x9828, 0xEE59, 0x9829, 0xEE5A, 0x982A, 0xEE5B, - 0x982B, 0xEE5C, 0x982C, 0xEE5D, 0x982D, 0xEE5E, 0x982E, 0xEE5F, 0x982F, 0xEE60, 0x9830, 0xEE61, 0x9831, 0xEE62, 0x9832, 0xEE63, - 0x9833, 0xEE64, 0x9834, 0xEE65, 0x9835, 0xEE66, 0x9836, 0xEE67, 0x9837, 0xEE68, 0x9838, 0xEE69, 0x9839, 0xEE6A, 0x983A, 0xEE6B, - 0x983B, 0xEE6C, 0x983C, 0xEE6D, 0x983D, 0xEE6E, 0x983E, 0xEE6F, 0x983F, 0xEE70, 0x9840, 0xEE71, 0x9841, 0xEE72, 0x9842, 0xEE73, - 0x9843, 0xEE74, 0x9844, 0xEE75, 0x9845, 0xEE76, 0x9846, 0xEE77, 0x9847, 0xEE78, 0x9848, 0xEE79, 0x9849, 0xEE7A, 0x984A, 0xEE7B, - 0x984B, 0xEE7C, 0x984C, 0xEE7D, 0x984D, 0xEE7E, 0x984E, 0xEE80, 0x984F, 0xEE81, 0x9850, 0xEE82, 0x9851, 0xEE83, 0x9852, 0xEE84, - 0x9853, 0xEE85, 0x9854, 0xEE86, 0x9855, 0xEE87, 0x9856, 0xEE88, 0x9857, 0xEE89, 0x9858, 0xEE8A, 0x9859, 0xEE8B, 0x985A, 0xEE8C, - 0x985B, 0xEE8D, 0x985C, 0xEE8E, 0x985D, 0xEE8F, 0x985E, 0xEE90, 0x985F, 0xEE91, 0x9860, 0xEE92, 0x9861, 0xEE93, 0x9862, 0xEE94, - 0x9863, 0xEE95, 0x9864, 0xEE96, 0x9865, 0xEE97, 0x9866, 0xEE98, 0x9867, 0xEE99, 0x9868, 0xEE9A, 0x9869, 0xEE9B, 0x986A, 0xEE9C, - 0x986B, 0xEE9D, 0x986C, 0xEE9E, 0x986D, 0xEE9F, 0x986E, 0xEEA0, 0x986F, 0xEF40, 0x9870, 0xEF41, 0x9871, 0xEF42, 0x9872, 0xEF43, - 0x9873, 0xEF44, 0x9874, 0xEF45, 0x9875, 0xD2B3, 0x9876, 0xB6A5, 0x9877, 0xC7EA, 0x9878, 0xF1FC, 0x9879, 0xCFEE, 0x987A, 0xCBB3, - 0x987B, 0xD0EB, 0x987C, 0xE7EF, 0x987D, 0xCDE7, 0x987E, 0xB9CB, 0x987F, 0xB6D9, 0x9880, 0xF1FD, 0x9881, 0xB0E4, 0x9882, 0xCBCC, - 0x9883, 0xF1FE, 0x9884, 0xD4A4, 0x9885, 0xC2AD, 0x9886, 0xC1EC, 0x9887, 0xC6C4, 0x9888, 0xBEB1, 0x9889, 0xF2A1, 0x988A, 0xBCD5, - 0x988B, 0xEF46, 0x988C, 0xF2A2, 0x988D, 0xF2A3, 0x988E, 0xEF47, 0x988F, 0xF2A4, 0x9890, 0xD2C3, 0x9891, 0xC6B5, 0x9892, 0xEF48, - 0x9893, 0xCDC7, 0x9894, 0xF2A5, 0x9895, 0xEF49, 0x9896, 0xD3B1, 0x9897, 0xBFC5, 0x9898, 0xCCE2, 0x9899, 0xEF4A, 0x989A, 0xF2A6, - 0x989B, 0xF2A7, 0x989C, 0xD1D5, 0x989D, 0xB6EE, 0x989E, 0xF2A8, 0x989F, 0xF2A9, 0x98A0, 0xB5DF, 0x98A1, 0xF2AA, 0x98A2, 0xF2AB, - 0x98A3, 0xEF4B, 0x98A4, 0xB2FC, 0x98A5, 0xF2AC, 0x98A6, 0xF2AD, 0x98A7, 0xC8A7, 0x98A8, 0xEF4C, 0x98A9, 0xEF4D, 0x98AA, 0xEF4E, - 0x98AB, 0xEF4F, 0x98AC, 0xEF50, 0x98AD, 0xEF51, 0x98AE, 0xEF52, 0x98AF, 0xEF53, 0x98B0, 0xEF54, 0x98B1, 0xEF55, 0x98B2, 0xEF56, - 0x98B3, 0xEF57, 0x98B4, 0xEF58, 0x98B5, 0xEF59, 0x98B6, 0xEF5A, 0x98B7, 0xEF5B, 0x98B8, 0xEF5C, 0x98B9, 0xEF5D, 0x98BA, 0xEF5E, - 0x98BB, 0xEF5F, 0x98BC, 0xEF60, 0x98BD, 0xEF61, 0x98BE, 0xEF62, 0x98BF, 0xEF63, 0x98C0, 0xEF64, 0x98C1, 0xEF65, 0x98C2, 0xEF66, - 0x98C3, 0xEF67, 0x98C4, 0xEF68, 0x98C5, 0xEF69, 0x98C6, 0xEF6A, 0x98C7, 0xEF6B, 0x98C8, 0xEF6C, 0x98C9, 0xEF6D, 0x98CA, 0xEF6E, - 0x98CB, 0xEF6F, 0x98CC, 0xEF70, 0x98CD, 0xEF71, 0x98CE, 0xB7E7, 0x98CF, 0xEF72, 0x98D0, 0xEF73, 0x98D1, 0xECA9, 0x98D2, 0xECAA, - 0x98D3, 0xECAB, 0x98D4, 0xEF74, 0x98D5, 0xECAC, 0x98D6, 0xEF75, 0x98D7, 0xEF76, 0x98D8, 0xC6AE, 0x98D9, 0xECAD, 0x98DA, 0xECAE, - 0x98DB, 0xEF77, 0x98DC, 0xEF78, 0x98DD, 0xEF79, 0x98DE, 0xB7C9, 0x98DF, 0xCAB3, 0x98E0, 0xEF7A, 0x98E1, 0xEF7B, 0x98E2, 0xEF7C, - 0x98E3, 0xEF7D, 0x98E4, 0xEF7E, 0x98E5, 0xEF80, 0x98E6, 0xEF81, 0x98E7, 0xE2B8, 0x98E8, 0xF7CF, 0x98E9, 0xEF82, 0x98EA, 0xEF83, - 0x98EB, 0xEF84, 0x98EC, 0xEF85, 0x98ED, 0xEF86, 0x98EE, 0xEF87, 0x98EF, 0xEF88, 0x98F0, 0xEF89, 0x98F1, 0xEF8A, 0x98F2, 0xEF8B, - 0x98F3, 0xEF8C, 0x98F4, 0xEF8D, 0x98F5, 0xEF8E, 0x98F6, 0xEF8F, 0x98F7, 0xEF90, 0x98F8, 0xEF91, 0x98F9, 0xEF92, 0x98FA, 0xEF93, - 0x98FB, 0xEF94, 0x98FC, 0xEF95, 0x98FD, 0xEF96, 0x98FE, 0xEF97, 0x98FF, 0xEF98, 0x9900, 0xEF99, 0x9901, 0xEF9A, 0x9902, 0xEF9B, - 0x9903, 0xEF9C, 0x9904, 0xEF9D, 0x9905, 0xEF9E, 0x9906, 0xEF9F, 0x9907, 0xEFA0, 0x9908, 0xF040, 0x9909, 0xF041, 0x990A, 0xF042, - 0x990B, 0xF043, 0x990C, 0xF044, 0x990D, 0xF7D0, 0x990E, 0xF045, 0x990F, 0xF046, 0x9910, 0xB2CD, 0x9911, 0xF047, 0x9912, 0xF048, - 0x9913, 0xF049, 0x9914, 0xF04A, 0x9915, 0xF04B, 0x9916, 0xF04C, 0x9917, 0xF04D, 0x9918, 0xF04E, 0x9919, 0xF04F, 0x991A, 0xF050, - 0x991B, 0xF051, 0x991C, 0xF052, 0x991D, 0xF053, 0x991E, 0xF054, 0x991F, 0xF055, 0x9920, 0xF056, 0x9921, 0xF057, 0x9922, 0xF058, - 0x9923, 0xF059, 0x9924, 0xF05A, 0x9925, 0xF05B, 0x9926, 0xF05C, 0x9927, 0xF05D, 0x9928, 0xF05E, 0x9929, 0xF05F, 0x992A, 0xF060, - 0x992B, 0xF061, 0x992C, 0xF062, 0x992D, 0xF063, 0x992E, 0xF7D1, 0x992F, 0xF064, 0x9930, 0xF065, 0x9931, 0xF066, 0x9932, 0xF067, - 0x9933, 0xF068, 0x9934, 0xF069, 0x9935, 0xF06A, 0x9936, 0xF06B, 0x9937, 0xF06C, 0x9938, 0xF06D, 0x9939, 0xF06E, 0x993A, 0xF06F, - 0x993B, 0xF070, 0x993C, 0xF071, 0x993D, 0xF072, 0x993E, 0xF073, 0x993F, 0xF074, 0x9940, 0xF075, 0x9941, 0xF076, 0x9942, 0xF077, - 0x9943, 0xF078, 0x9944, 0xF079, 0x9945, 0xF07A, 0x9946, 0xF07B, 0x9947, 0xF07C, 0x9948, 0xF07D, 0x9949, 0xF07E, 0x994A, 0xF080, - 0x994B, 0xF081, 0x994C, 0xF082, 0x994D, 0xF083, 0x994E, 0xF084, 0x994F, 0xF085, 0x9950, 0xF086, 0x9951, 0xF087, 0x9952, 0xF088, - 0x9953, 0xF089, 0x9954, 0xF7D3, 0x9955, 0xF7D2, 0x9956, 0xF08A, 0x9957, 0xF08B, 0x9958, 0xF08C, 0x9959, 0xF08D, 0x995A, 0xF08E, - 0x995B, 0xF08F, 0x995C, 0xF090, 0x995D, 0xF091, 0x995E, 0xF092, 0x995F, 0xF093, 0x9960, 0xF094, 0x9961, 0xF095, 0x9962, 0xF096, - 0x9963, 0xE2BB, 0x9964, 0xF097, 0x9965, 0xBCA2, 0x9966, 0xF098, 0x9967, 0xE2BC, 0x9968, 0xE2BD, 0x9969, 0xE2BE, 0x996A, 0xE2BF, - 0x996B, 0xE2C0, 0x996C, 0xE2C1, 0x996D, 0xB7B9, 0x996E, 0xD2FB, 0x996F, 0xBDA4, 0x9970, 0xCACE, 0x9971, 0xB1A5, 0x9972, 0xCBC7, - 0x9973, 0xF099, 0x9974, 0xE2C2, 0x9975, 0xB6FC, 0x9976, 0xC8C4, 0x9977, 0xE2C3, 0x9978, 0xF09A, 0x9979, 0xF09B, 0x997A, 0xBDC8, - 0x997B, 0xF09C, 0x997C, 0xB1FD, 0x997D, 0xE2C4, 0x997E, 0xF09D, 0x997F, 0xB6F6, 0x9980, 0xE2C5, 0x9981, 0xC4D9, 0x9982, 0xF09E, - 0x9983, 0xF09F, 0x9984, 0xE2C6, 0x9985, 0xCFDA, 0x9986, 0xB9DD, 0x9987, 0xE2C7, 0x9988, 0xC0A1, 0x9989, 0xF0A0, 0x998A, 0xE2C8, - 0x998B, 0xB2F6, 0x998C, 0xF140, 0x998D, 0xE2C9, 0x998E, 0xF141, 0x998F, 0xC1F3, 0x9990, 0xE2CA, 0x9991, 0xE2CB, 0x9992, 0xC2F8, - 0x9993, 0xE2CC, 0x9994, 0xE2CD, 0x9995, 0xE2CE, 0x9996, 0xCAD7, 0x9997, 0xD8B8, 0x9998, 0xD9E5, 0x9999, 0xCFE3, 0x999A, 0xF142, - 0x999B, 0xF143, 0x999C, 0xF144, 0x999D, 0xF145, 0x999E, 0xF146, 0x999F, 0xF147, 0x99A0, 0xF148, 0x99A1, 0xF149, 0x99A2, 0xF14A, - 0x99A3, 0xF14B, 0x99A4, 0xF14C, 0x99A5, 0xF0A5, 0x99A6, 0xF14D, 0x99A7, 0xF14E, 0x99A8, 0xDCB0, 0x99A9, 0xF14F, 0x99AA, 0xF150, - 0x99AB, 0xF151, 0x99AC, 0xF152, 0x99AD, 0xF153, 0x99AE, 0xF154, 0x99AF, 0xF155, 0x99B0, 0xF156, 0x99B1, 0xF157, 0x99B2, 0xF158, - 0x99B3, 0xF159, 0x99B4, 0xF15A, 0x99B5, 0xF15B, 0x99B6, 0xF15C, 0x99B7, 0xF15D, 0x99B8, 0xF15E, 0x99B9, 0xF15F, 0x99BA, 0xF160, - 0x99BB, 0xF161, 0x99BC, 0xF162, 0x99BD, 0xF163, 0x99BE, 0xF164, 0x99BF, 0xF165, 0x99C0, 0xF166, 0x99C1, 0xF167, 0x99C2, 0xF168, - 0x99C3, 0xF169, 0x99C4, 0xF16A, 0x99C5, 0xF16B, 0x99C6, 0xF16C, 0x99C7, 0xF16D, 0x99C8, 0xF16E, 0x99C9, 0xF16F, 0x99CA, 0xF170, - 0x99CB, 0xF171, 0x99CC, 0xF172, 0x99CD, 0xF173, 0x99CE, 0xF174, 0x99CF, 0xF175, 0x99D0, 0xF176, 0x99D1, 0xF177, 0x99D2, 0xF178, - 0x99D3, 0xF179, 0x99D4, 0xF17A, 0x99D5, 0xF17B, 0x99D6, 0xF17C, 0x99D7, 0xF17D, 0x99D8, 0xF17E, 0x99D9, 0xF180, 0x99DA, 0xF181, - 0x99DB, 0xF182, 0x99DC, 0xF183, 0x99DD, 0xF184, 0x99DE, 0xF185, 0x99DF, 0xF186, 0x99E0, 0xF187, 0x99E1, 0xF188, 0x99E2, 0xF189, - 0x99E3, 0xF18A, 0x99E4, 0xF18B, 0x99E5, 0xF18C, 0x99E6, 0xF18D, 0x99E7, 0xF18E, 0x99E8, 0xF18F, 0x99E9, 0xF190, 0x99EA, 0xF191, - 0x99EB, 0xF192, 0x99EC, 0xF193, 0x99ED, 0xF194, 0x99EE, 0xF195, 0x99EF, 0xF196, 0x99F0, 0xF197, 0x99F1, 0xF198, 0x99F2, 0xF199, - 0x99F3, 0xF19A, 0x99F4, 0xF19B, 0x99F5, 0xF19C, 0x99F6, 0xF19D, 0x99F7, 0xF19E, 0x99F8, 0xF19F, 0x99F9, 0xF1A0, 0x99FA, 0xF240, - 0x99FB, 0xF241, 0x99FC, 0xF242, 0x99FD, 0xF243, 0x99FE, 0xF244, 0x99FF, 0xF245, 0x9A00, 0xF246, 0x9A01, 0xF247, 0x9A02, 0xF248, - 0x9A03, 0xF249, 0x9A04, 0xF24A, 0x9A05, 0xF24B, 0x9A06, 0xF24C, 0x9A07, 0xF24D, 0x9A08, 0xF24E, 0x9A09, 0xF24F, 0x9A0A, 0xF250, - 0x9A0B, 0xF251, 0x9A0C, 0xF252, 0x9A0D, 0xF253, 0x9A0E, 0xF254, 0x9A0F, 0xF255, 0x9A10, 0xF256, 0x9A11, 0xF257, 0x9A12, 0xF258, - 0x9A13, 0xF259, 0x9A14, 0xF25A, 0x9A15, 0xF25B, 0x9A16, 0xF25C, 0x9A17, 0xF25D, 0x9A18, 0xF25E, 0x9A19, 0xF25F, 0x9A1A, 0xF260, - 0x9A1B, 0xF261, 0x9A1C, 0xF262, 0x9A1D, 0xF263, 0x9A1E, 0xF264, 0x9A1F, 0xF265, 0x9A20, 0xF266, 0x9A21, 0xF267, 0x9A22, 0xF268, - 0x9A23, 0xF269, 0x9A24, 0xF26A, 0x9A25, 0xF26B, 0x9A26, 0xF26C, 0x9A27, 0xF26D, 0x9A28, 0xF26E, 0x9A29, 0xF26F, 0x9A2A, 0xF270, - 0x9A2B, 0xF271, 0x9A2C, 0xF272, 0x9A2D, 0xF273, 0x9A2E, 0xF274, 0x9A2F, 0xF275, 0x9A30, 0xF276, 0x9A31, 0xF277, 0x9A32, 0xF278, - 0x9A33, 0xF279, 0x9A34, 0xF27A, 0x9A35, 0xF27B, 0x9A36, 0xF27C, 0x9A37, 0xF27D, 0x9A38, 0xF27E, 0x9A39, 0xF280, 0x9A3A, 0xF281, - 0x9A3B, 0xF282, 0x9A3C, 0xF283, 0x9A3D, 0xF284, 0x9A3E, 0xF285, 0x9A3F, 0xF286, 0x9A40, 0xF287, 0x9A41, 0xF288, 0x9A42, 0xF289, - 0x9A43, 0xF28A, 0x9A44, 0xF28B, 0x9A45, 0xF28C, 0x9A46, 0xF28D, 0x9A47, 0xF28E, 0x9A48, 0xF28F, 0x9A49, 0xF290, 0x9A4A, 0xF291, - 0x9A4B, 0xF292, 0x9A4C, 0xF293, 0x9A4D, 0xF294, 0x9A4E, 0xF295, 0x9A4F, 0xF296, 0x9A50, 0xF297, 0x9A51, 0xF298, 0x9A52, 0xF299, - 0x9A53, 0xF29A, 0x9A54, 0xF29B, 0x9A55, 0xF29C, 0x9A56, 0xF29D, 0x9A57, 0xF29E, 0x9A58, 0xF29F, 0x9A59, 0xF2A0, 0x9A5A, 0xF340, - 0x9A5B, 0xF341, 0x9A5C, 0xF342, 0x9A5D, 0xF343, 0x9A5E, 0xF344, 0x9A5F, 0xF345, 0x9A60, 0xF346, 0x9A61, 0xF347, 0x9A62, 0xF348, - 0x9A63, 0xF349, 0x9A64, 0xF34A, 0x9A65, 0xF34B, 0x9A66, 0xF34C, 0x9A67, 0xF34D, 0x9A68, 0xF34E, 0x9A69, 0xF34F, 0x9A6A, 0xF350, - 0x9A6B, 0xF351, 0x9A6C, 0xC2ED, 0x9A6D, 0xD4A6, 0x9A6E, 0xCDD4, 0x9A6F, 0xD1B1, 0x9A70, 0xB3DB, 0x9A71, 0xC7FD, 0x9A72, 0xF352, - 0x9A73, 0xB2B5, 0x9A74, 0xC2BF, 0x9A75, 0xE6E0, 0x9A76, 0xCABB, 0x9A77, 0xE6E1, 0x9A78, 0xE6E2, 0x9A79, 0xBED4, 0x9A7A, 0xE6E3, - 0x9A7B, 0xD7A4, 0x9A7C, 0xCDD5, 0x9A7D, 0xE6E5, 0x9A7E, 0xBCDD, 0x9A7F, 0xE6E4, 0x9A80, 0xE6E6, 0x9A81, 0xE6E7, 0x9A82, 0xC2EE, - 0x9A83, 0xF353, 0x9A84, 0xBDBE, 0x9A85, 0xE6E8, 0x9A86, 0xC2E6, 0x9A87, 0xBAA7, 0x9A88, 0xE6E9, 0x9A89, 0xF354, 0x9A8A, 0xE6EA, - 0x9A8B, 0xB3D2, 0x9A8C, 0xD1E9, 0x9A8D, 0xF355, 0x9A8E, 0xF356, 0x9A8F, 0xBFA5, 0x9A90, 0xE6EB, 0x9A91, 0xC6EF, 0x9A92, 0xE6EC, - 0x9A93, 0xE6ED, 0x9A94, 0xF357, 0x9A95, 0xF358, 0x9A96, 0xE6EE, 0x9A97, 0xC6AD, 0x9A98, 0xE6EF, 0x9A99, 0xF359, 0x9A9A, 0xC9A7, - 0x9A9B, 0xE6F0, 0x9A9C, 0xE6F1, 0x9A9D, 0xE6F2, 0x9A9E, 0xE5B9, 0x9A9F, 0xE6F3, 0x9AA0, 0xE6F4, 0x9AA1, 0xC2E2, 0x9AA2, 0xE6F5, - 0x9AA3, 0xE6F6, 0x9AA4, 0xD6E8, 0x9AA5, 0xE6F7, 0x9AA6, 0xF35A, 0x9AA7, 0xE6F8, 0x9AA8, 0xB9C7, 0x9AA9, 0xF35B, 0x9AAA, 0xF35C, - 0x9AAB, 0xF35D, 0x9AAC, 0xF35E, 0x9AAD, 0xF35F, 0x9AAE, 0xF360, 0x9AAF, 0xF361, 0x9AB0, 0xF7BB, 0x9AB1, 0xF7BA, 0x9AB2, 0xF362, - 0x9AB3, 0xF363, 0x9AB4, 0xF364, 0x9AB5, 0xF365, 0x9AB6, 0xF7BE, 0x9AB7, 0xF7BC, 0x9AB8, 0xBAA1, 0x9AB9, 0xF366, 0x9ABA, 0xF7BF, - 0x9ABB, 0xF367, 0x9ABC, 0xF7C0, 0x9ABD, 0xF368, 0x9ABE, 0xF369, 0x9ABF, 0xF36A, 0x9AC0, 0xF7C2, 0x9AC1, 0xF7C1, 0x9AC2, 0xF7C4, - 0x9AC3, 0xF36B, 0x9AC4, 0xF36C, 0x9AC5, 0xF7C3, 0x9AC6, 0xF36D, 0x9AC7, 0xF36E, 0x9AC8, 0xF36F, 0x9AC9, 0xF370, 0x9ACA, 0xF371, - 0x9ACB, 0xF7C5, 0x9ACC, 0xF7C6, 0x9ACD, 0xF372, 0x9ACE, 0xF373, 0x9ACF, 0xF374, 0x9AD0, 0xF375, 0x9AD1, 0xF7C7, 0x9AD2, 0xF376, - 0x9AD3, 0xCBE8, 0x9AD4, 0xF377, 0x9AD5, 0xF378, 0x9AD6, 0xF379, 0x9AD7, 0xF37A, 0x9AD8, 0xB8DF, 0x9AD9, 0xF37B, 0x9ADA, 0xF37C, - 0x9ADB, 0xF37D, 0x9ADC, 0xF37E, 0x9ADD, 0xF380, 0x9ADE, 0xF381, 0x9ADF, 0xF7D4, 0x9AE0, 0xF382, 0x9AE1, 0xF7D5, 0x9AE2, 0xF383, - 0x9AE3, 0xF384, 0x9AE4, 0xF385, 0x9AE5, 0xF386, 0x9AE6, 0xF7D6, 0x9AE7, 0xF387, 0x9AE8, 0xF388, 0x9AE9, 0xF389, 0x9AEA, 0xF38A, - 0x9AEB, 0xF7D8, 0x9AEC, 0xF38B, 0x9AED, 0xF7DA, 0x9AEE, 0xF38C, 0x9AEF, 0xF7D7, 0x9AF0, 0xF38D, 0x9AF1, 0xF38E, 0x9AF2, 0xF38F, - 0x9AF3, 0xF390, 0x9AF4, 0xF391, 0x9AF5, 0xF392, 0x9AF6, 0xF393, 0x9AF7, 0xF394, 0x9AF8, 0xF395, 0x9AF9, 0xF7DB, 0x9AFA, 0xF396, - 0x9AFB, 0xF7D9, 0x9AFC, 0xF397, 0x9AFD, 0xF398, 0x9AFE, 0xF399, 0x9AFF, 0xF39A, 0x9B00, 0xF39B, 0x9B01, 0xF39C, 0x9B02, 0xF39D, - 0x9B03, 0xD7D7, 0x9B04, 0xF39E, 0x9B05, 0xF39F, 0x9B06, 0xF3A0, 0x9B07, 0xF440, 0x9B08, 0xF7DC, 0x9B09, 0xF441, 0x9B0A, 0xF442, - 0x9B0B, 0xF443, 0x9B0C, 0xF444, 0x9B0D, 0xF445, 0x9B0E, 0xF446, 0x9B0F, 0xF7DD, 0x9B10, 0xF447, 0x9B11, 0xF448, 0x9B12, 0xF449, - 0x9B13, 0xF7DE, 0x9B14, 0xF44A, 0x9B15, 0xF44B, 0x9B16, 0xF44C, 0x9B17, 0xF44D, 0x9B18, 0xF44E, 0x9B19, 0xF44F, 0x9B1A, 0xF450, - 0x9B1B, 0xF451, 0x9B1C, 0xF452, 0x9B1D, 0xF453, 0x9B1E, 0xF454, 0x9B1F, 0xF7DF, 0x9B20, 0xF455, 0x9B21, 0xF456, 0x9B22, 0xF457, - 0x9B23, 0xF7E0, 0x9B24, 0xF458, 0x9B25, 0xF459, 0x9B26, 0xF45A, 0x9B27, 0xF45B, 0x9B28, 0xF45C, 0x9B29, 0xF45D, 0x9B2A, 0xF45E, - 0x9B2B, 0xF45F, 0x9B2C, 0xF460, 0x9B2D, 0xF461, 0x9B2E, 0xF462, 0x9B2F, 0xDBCB, 0x9B30, 0xF463, 0x9B31, 0xF464, 0x9B32, 0xD8AA, - 0x9B33, 0xF465, 0x9B34, 0xF466, 0x9B35, 0xF467, 0x9B36, 0xF468, 0x9B37, 0xF469, 0x9B38, 0xF46A, 0x9B39, 0xF46B, 0x9B3A, 0xF46C, - 0x9B3B, 0xE5F7, 0x9B3C, 0xB9ED, 0x9B3D, 0xF46D, 0x9B3E, 0xF46E, 0x9B3F, 0xF46F, 0x9B40, 0xF470, 0x9B41, 0xBFFD, 0x9B42, 0xBBEA, - 0x9B43, 0xF7C9, 0x9B44, 0xC6C7, 0x9B45, 0xF7C8, 0x9B46, 0xF471, 0x9B47, 0xF7CA, 0x9B48, 0xF7CC, 0x9B49, 0xF7CB, 0x9B4A, 0xF472, - 0x9B4B, 0xF473, 0x9B4C, 0xF474, 0x9B4D, 0xF7CD, 0x9B4E, 0xF475, 0x9B4F, 0xCEBA, 0x9B50, 0xF476, 0x9B51, 0xF7CE, 0x9B52, 0xF477, - 0x9B53, 0xF478, 0x9B54, 0xC4A7, 0x9B55, 0xF479, 0x9B56, 0xF47A, 0x9B57, 0xF47B, 0x9B58, 0xF47C, 0x9B59, 0xF47D, 0x9B5A, 0xF47E, - 0x9B5B, 0xF480, 0x9B5C, 0xF481, 0x9B5D, 0xF482, 0x9B5E, 0xF483, 0x9B5F, 0xF484, 0x9B60, 0xF485, 0x9B61, 0xF486, 0x9B62, 0xF487, - 0x9B63, 0xF488, 0x9B64, 0xF489, 0x9B65, 0xF48A, 0x9B66, 0xF48B, 0x9B67, 0xF48C, 0x9B68, 0xF48D, 0x9B69, 0xF48E, 0x9B6A, 0xF48F, - 0x9B6B, 0xF490, 0x9B6C, 0xF491, 0x9B6D, 0xF492, 0x9B6E, 0xF493, 0x9B6F, 0xF494, 0x9B70, 0xF495, 0x9B71, 0xF496, 0x9B72, 0xF497, - 0x9B73, 0xF498, 0x9B74, 0xF499, 0x9B75, 0xF49A, 0x9B76, 0xF49B, 0x9B77, 0xF49C, 0x9B78, 0xF49D, 0x9B79, 0xF49E, 0x9B7A, 0xF49F, - 0x9B7B, 0xF4A0, 0x9B7C, 0xF540, 0x9B7D, 0xF541, 0x9B7E, 0xF542, 0x9B7F, 0xF543, 0x9B80, 0xF544, 0x9B81, 0xF545, 0x9B82, 0xF546, - 0x9B83, 0xF547, 0x9B84, 0xF548, 0x9B85, 0xF549, 0x9B86, 0xF54A, 0x9B87, 0xF54B, 0x9B88, 0xF54C, 0x9B89, 0xF54D, 0x9B8A, 0xF54E, - 0x9B8B, 0xF54F, 0x9B8C, 0xF550, 0x9B8D, 0xF551, 0x9B8E, 0xF552, 0x9B8F, 0xF553, 0x9B90, 0xF554, 0x9B91, 0xF555, 0x9B92, 0xF556, - 0x9B93, 0xF557, 0x9B94, 0xF558, 0x9B95, 0xF559, 0x9B96, 0xF55A, 0x9B97, 0xF55B, 0x9B98, 0xF55C, 0x9B99, 0xF55D, 0x9B9A, 0xF55E, - 0x9B9B, 0xF55F, 0x9B9C, 0xF560, 0x9B9D, 0xF561, 0x9B9E, 0xF562, 0x9B9F, 0xF563, 0x9BA0, 0xF564, 0x9BA1, 0xF565, 0x9BA2, 0xF566, - 0x9BA3, 0xF567, 0x9BA4, 0xF568, 0x9BA5, 0xF569, 0x9BA6, 0xF56A, 0x9BA7, 0xF56B, 0x9BA8, 0xF56C, 0x9BA9, 0xF56D, 0x9BAA, 0xF56E, - 0x9BAB, 0xF56F, 0x9BAC, 0xF570, 0x9BAD, 0xF571, 0x9BAE, 0xF572, 0x9BAF, 0xF573, 0x9BB0, 0xF574, 0x9BB1, 0xF575, 0x9BB2, 0xF576, - 0x9BB3, 0xF577, 0x9BB4, 0xF578, 0x9BB5, 0xF579, 0x9BB6, 0xF57A, 0x9BB7, 0xF57B, 0x9BB8, 0xF57C, 0x9BB9, 0xF57D, 0x9BBA, 0xF57E, - 0x9BBB, 0xF580, 0x9BBC, 0xF581, 0x9BBD, 0xF582, 0x9BBE, 0xF583, 0x9BBF, 0xF584, 0x9BC0, 0xF585, 0x9BC1, 0xF586, 0x9BC2, 0xF587, - 0x9BC3, 0xF588, 0x9BC4, 0xF589, 0x9BC5, 0xF58A, 0x9BC6, 0xF58B, 0x9BC7, 0xF58C, 0x9BC8, 0xF58D, 0x9BC9, 0xF58E, 0x9BCA, 0xF58F, - 0x9BCB, 0xF590, 0x9BCC, 0xF591, 0x9BCD, 0xF592, 0x9BCE, 0xF593, 0x9BCF, 0xF594, 0x9BD0, 0xF595, 0x9BD1, 0xF596, 0x9BD2, 0xF597, - 0x9BD3, 0xF598, 0x9BD4, 0xF599, 0x9BD5, 0xF59A, 0x9BD6, 0xF59B, 0x9BD7, 0xF59C, 0x9BD8, 0xF59D, 0x9BD9, 0xF59E, 0x9BDA, 0xF59F, - 0x9BDB, 0xF5A0, 0x9BDC, 0xF640, 0x9BDD, 0xF641, 0x9BDE, 0xF642, 0x9BDF, 0xF643, 0x9BE0, 0xF644, 0x9BE1, 0xF645, 0x9BE2, 0xF646, - 0x9BE3, 0xF647, 0x9BE4, 0xF648, 0x9BE5, 0xF649, 0x9BE6, 0xF64A, 0x9BE7, 0xF64B, 0x9BE8, 0xF64C, 0x9BE9, 0xF64D, 0x9BEA, 0xF64E, - 0x9BEB, 0xF64F, 0x9BEC, 0xF650, 0x9BED, 0xF651, 0x9BEE, 0xF652, 0x9BEF, 0xF653, 0x9BF0, 0xF654, 0x9BF1, 0xF655, 0x9BF2, 0xF656, - 0x9BF3, 0xF657, 0x9BF4, 0xF658, 0x9BF5, 0xF659, 0x9BF6, 0xF65A, 0x9BF7, 0xF65B, 0x9BF8, 0xF65C, 0x9BF9, 0xF65D, 0x9BFA, 0xF65E, - 0x9BFB, 0xF65F, 0x9BFC, 0xF660, 0x9BFD, 0xF661, 0x9BFE, 0xF662, 0x9BFF, 0xF663, 0x9C00, 0xF664, 0x9C01, 0xF665, 0x9C02, 0xF666, - 0x9C03, 0xF667, 0x9C04, 0xF668, 0x9C05, 0xF669, 0x9C06, 0xF66A, 0x9C07, 0xF66B, 0x9C08, 0xF66C, 0x9C09, 0xF66D, 0x9C0A, 0xF66E, - 0x9C0B, 0xF66F, 0x9C0C, 0xF670, 0x9C0D, 0xF671, 0x9C0E, 0xF672, 0x9C0F, 0xF673, 0x9C10, 0xF674, 0x9C11, 0xF675, 0x9C12, 0xF676, - 0x9C13, 0xF677, 0x9C14, 0xF678, 0x9C15, 0xF679, 0x9C16, 0xF67A, 0x9C17, 0xF67B, 0x9C18, 0xF67C, 0x9C19, 0xF67D, 0x9C1A, 0xF67E, - 0x9C1B, 0xF680, 0x9C1C, 0xF681, 0x9C1D, 0xF682, 0x9C1E, 0xF683, 0x9C1F, 0xF684, 0x9C20, 0xF685, 0x9C21, 0xF686, 0x9C22, 0xF687, - 0x9C23, 0xF688, 0x9C24, 0xF689, 0x9C25, 0xF68A, 0x9C26, 0xF68B, 0x9C27, 0xF68C, 0x9C28, 0xF68D, 0x9C29, 0xF68E, 0x9C2A, 0xF68F, - 0x9C2B, 0xF690, 0x9C2C, 0xF691, 0x9C2D, 0xF692, 0x9C2E, 0xF693, 0x9C2F, 0xF694, 0x9C30, 0xF695, 0x9C31, 0xF696, 0x9C32, 0xF697, - 0x9C33, 0xF698, 0x9C34, 0xF699, 0x9C35, 0xF69A, 0x9C36, 0xF69B, 0x9C37, 0xF69C, 0x9C38, 0xF69D, 0x9C39, 0xF69E, 0x9C3A, 0xF69F, - 0x9C3B, 0xF6A0, 0x9C3C, 0xF740, 0x9C3D, 0xF741, 0x9C3E, 0xF742, 0x9C3F, 0xF743, 0x9C40, 0xF744, 0x9C41, 0xF745, 0x9C42, 0xF746, - 0x9C43, 0xF747, 0x9C44, 0xF748, 0x9C45, 0xF749, 0x9C46, 0xF74A, 0x9C47, 0xF74B, 0x9C48, 0xF74C, 0x9C49, 0xF74D, 0x9C4A, 0xF74E, - 0x9C4B, 0xF74F, 0x9C4C, 0xF750, 0x9C4D, 0xF751, 0x9C4E, 0xF752, 0x9C4F, 0xF753, 0x9C50, 0xF754, 0x9C51, 0xF755, 0x9C52, 0xF756, - 0x9C53, 0xF757, 0x9C54, 0xF758, 0x9C55, 0xF759, 0x9C56, 0xF75A, 0x9C57, 0xF75B, 0x9C58, 0xF75C, 0x9C59, 0xF75D, 0x9C5A, 0xF75E, - 0x9C5B, 0xF75F, 0x9C5C, 0xF760, 0x9C5D, 0xF761, 0x9C5E, 0xF762, 0x9C5F, 0xF763, 0x9C60, 0xF764, 0x9C61, 0xF765, 0x9C62, 0xF766, - 0x9C63, 0xF767, 0x9C64, 0xF768, 0x9C65, 0xF769, 0x9C66, 0xF76A, 0x9C67, 0xF76B, 0x9C68, 0xF76C, 0x9C69, 0xF76D, 0x9C6A, 0xF76E, - 0x9C6B, 0xF76F, 0x9C6C, 0xF770, 0x9C6D, 0xF771, 0x9C6E, 0xF772, 0x9C6F, 0xF773, 0x9C70, 0xF774, 0x9C71, 0xF775, 0x9C72, 0xF776, - 0x9C73, 0xF777, 0x9C74, 0xF778, 0x9C75, 0xF779, 0x9C76, 0xF77A, 0x9C77, 0xF77B, 0x9C78, 0xF77C, 0x9C79, 0xF77D, 0x9C7A, 0xF77E, - 0x9C7B, 0xF780, 0x9C7C, 0xD3E3, 0x9C7D, 0xF781, 0x9C7E, 0xF782, 0x9C7F, 0xF6CF, 0x9C80, 0xF783, 0x9C81, 0xC2B3, 0x9C82, 0xF6D0, - 0x9C83, 0xF784, 0x9C84, 0xF785, 0x9C85, 0xF6D1, 0x9C86, 0xF6D2, 0x9C87, 0xF6D3, 0x9C88, 0xF6D4, 0x9C89, 0xF786, 0x9C8A, 0xF787, - 0x9C8B, 0xF6D6, 0x9C8C, 0xF788, 0x9C8D, 0xB1AB, 0x9C8E, 0xF6D7, 0x9C8F, 0xF789, 0x9C90, 0xF6D8, 0x9C91, 0xF6D9, 0x9C92, 0xF6DA, - 0x9C93, 0xF78A, 0x9C94, 0xF6DB, 0x9C95, 0xF6DC, 0x9C96, 0xF78B, 0x9C97, 0xF78C, 0x9C98, 0xF78D, 0x9C99, 0xF78E, 0x9C9A, 0xF6DD, - 0x9C9B, 0xF6DE, 0x9C9C, 0xCFCA, 0x9C9D, 0xF78F, 0x9C9E, 0xF6DF, 0x9C9F, 0xF6E0, 0x9CA0, 0xF6E1, 0x9CA1, 0xF6E2, 0x9CA2, 0xF6E3, - 0x9CA3, 0xF6E4, 0x9CA4, 0xC0F0, 0x9CA5, 0xF6E5, 0x9CA6, 0xF6E6, 0x9CA7, 0xF6E7, 0x9CA8, 0xF6E8, 0x9CA9, 0xF6E9, 0x9CAA, 0xF790, - 0x9CAB, 0xF6EA, 0x9CAC, 0xF791, 0x9CAD, 0xF6EB, 0x9CAE, 0xF6EC, 0x9CAF, 0xF792, 0x9CB0, 0xF6ED, 0x9CB1, 0xF6EE, 0x9CB2, 0xF6EF, - 0x9CB3, 0xF6F0, 0x9CB4, 0xF6F1, 0x9CB5, 0xF6F2, 0x9CB6, 0xF6F3, 0x9CB7, 0xF6F4, 0x9CB8, 0xBEA8, 0x9CB9, 0xF793, 0x9CBA, 0xF6F5, - 0x9CBB, 0xF6F6, 0x9CBC, 0xF6F7, 0x9CBD, 0xF6F8, 0x9CBE, 0xF794, 0x9CBF, 0xF795, 0x9CC0, 0xF796, 0x9CC1, 0xF797, 0x9CC2, 0xF798, - 0x9CC3, 0xC8FA, 0x9CC4, 0xF6F9, 0x9CC5, 0xF6FA, 0x9CC6, 0xF6FB, 0x9CC7, 0xF6FC, 0x9CC8, 0xF799, 0x9CC9, 0xF79A, 0x9CCA, 0xF6FD, - 0x9CCB, 0xF6FE, 0x9CCC, 0xF7A1, 0x9CCD, 0xF7A2, 0x9CCE, 0xF7A3, 0x9CCF, 0xF7A4, 0x9CD0, 0xF7A5, 0x9CD1, 0xF79B, 0x9CD2, 0xF79C, - 0x9CD3, 0xF7A6, 0x9CD4, 0xF7A7, 0x9CD5, 0xF7A8, 0x9CD6, 0xB1EE, 0x9CD7, 0xF7A9, 0x9CD8, 0xF7AA, 0x9CD9, 0xF7AB, 0x9CDA, 0xF79D, - 0x9CDB, 0xF79E, 0x9CDC, 0xF7AC, 0x9CDD, 0xF7AD, 0x9CDE, 0xC1DB, 0x9CDF, 0xF7AE, 0x9CE0, 0xF79F, 0x9CE1, 0xF7A0, 0x9CE2, 0xF7AF, - 0x9CE3, 0xF840, 0x9CE4, 0xF841, 0x9CE5, 0xF842, 0x9CE6, 0xF843, 0x9CE7, 0xF844, 0x9CE8, 0xF845, 0x9CE9, 0xF846, 0x9CEA, 0xF847, - 0x9CEB, 0xF848, 0x9CEC, 0xF849, 0x9CED, 0xF84A, 0x9CEE, 0xF84B, 0x9CEF, 0xF84C, 0x9CF0, 0xF84D, 0x9CF1, 0xF84E, 0x9CF2, 0xF84F, - 0x9CF3, 0xF850, 0x9CF4, 0xF851, 0x9CF5, 0xF852, 0x9CF6, 0xF853, 0x9CF7, 0xF854, 0x9CF8, 0xF855, 0x9CF9, 0xF856, 0x9CFA, 0xF857, - 0x9CFB, 0xF858, 0x9CFC, 0xF859, 0x9CFD, 0xF85A, 0x9CFE, 0xF85B, 0x9CFF, 0xF85C, 0x9D00, 0xF85D, 0x9D01, 0xF85E, 0x9D02, 0xF85F, - 0x9D03, 0xF860, 0x9D04, 0xF861, 0x9D05, 0xF862, 0x9D06, 0xF863, 0x9D07, 0xF864, 0x9D08, 0xF865, 0x9D09, 0xF866, 0x9D0A, 0xF867, - 0x9D0B, 0xF868, 0x9D0C, 0xF869, 0x9D0D, 0xF86A, 0x9D0E, 0xF86B, 0x9D0F, 0xF86C, 0x9D10, 0xF86D, 0x9D11, 0xF86E, 0x9D12, 0xF86F, - 0x9D13, 0xF870, 0x9D14, 0xF871, 0x9D15, 0xF872, 0x9D16, 0xF873, 0x9D17, 0xF874, 0x9D18, 0xF875, 0x9D19, 0xF876, 0x9D1A, 0xF877, - 0x9D1B, 0xF878, 0x9D1C, 0xF879, 0x9D1D, 0xF87A, 0x9D1E, 0xF87B, 0x9D1F, 0xF87C, 0x9D20, 0xF87D, 0x9D21, 0xF87E, 0x9D22, 0xF880, - 0x9D23, 0xF881, 0x9D24, 0xF882, 0x9D25, 0xF883, 0x9D26, 0xF884, 0x9D27, 0xF885, 0x9D28, 0xF886, 0x9D29, 0xF887, 0x9D2A, 0xF888, - 0x9D2B, 0xF889, 0x9D2C, 0xF88A, 0x9D2D, 0xF88B, 0x9D2E, 0xF88C, 0x9D2F, 0xF88D, 0x9D30, 0xF88E, 0x9D31, 0xF88F, 0x9D32, 0xF890, - 0x9D33, 0xF891, 0x9D34, 0xF892, 0x9D35, 0xF893, 0x9D36, 0xF894, 0x9D37, 0xF895, 0x9D38, 0xF896, 0x9D39, 0xF897, 0x9D3A, 0xF898, - 0x9D3B, 0xF899, 0x9D3C, 0xF89A, 0x9D3D, 0xF89B, 0x9D3E, 0xF89C, 0x9D3F, 0xF89D, 0x9D40, 0xF89E, 0x9D41, 0xF89F, 0x9D42, 0xF8A0, - 0x9D43, 0xF940, 0x9D44, 0xF941, 0x9D45, 0xF942, 0x9D46, 0xF943, 0x9D47, 0xF944, 0x9D48, 0xF945, 0x9D49, 0xF946, 0x9D4A, 0xF947, - 0x9D4B, 0xF948, 0x9D4C, 0xF949, 0x9D4D, 0xF94A, 0x9D4E, 0xF94B, 0x9D4F, 0xF94C, 0x9D50, 0xF94D, 0x9D51, 0xF94E, 0x9D52, 0xF94F, - 0x9D53, 0xF950, 0x9D54, 0xF951, 0x9D55, 0xF952, 0x9D56, 0xF953, 0x9D57, 0xF954, 0x9D58, 0xF955, 0x9D59, 0xF956, 0x9D5A, 0xF957, - 0x9D5B, 0xF958, 0x9D5C, 0xF959, 0x9D5D, 0xF95A, 0x9D5E, 0xF95B, 0x9D5F, 0xF95C, 0x9D60, 0xF95D, 0x9D61, 0xF95E, 0x9D62, 0xF95F, - 0x9D63, 0xF960, 0x9D64, 0xF961, 0x9D65, 0xF962, 0x9D66, 0xF963, 0x9D67, 0xF964, 0x9D68, 0xF965, 0x9D69, 0xF966, 0x9D6A, 0xF967, - 0x9D6B, 0xF968, 0x9D6C, 0xF969, 0x9D6D, 0xF96A, 0x9D6E, 0xF96B, 0x9D6F, 0xF96C, 0x9D70, 0xF96D, 0x9D71, 0xF96E, 0x9D72, 0xF96F, - 0x9D73, 0xF970, 0x9D74, 0xF971, 0x9D75, 0xF972, 0x9D76, 0xF973, 0x9D77, 0xF974, 0x9D78, 0xF975, 0x9D79, 0xF976, 0x9D7A, 0xF977, - 0x9D7B, 0xF978, 0x9D7C, 0xF979, 0x9D7D, 0xF97A, 0x9D7E, 0xF97B, 0x9D7F, 0xF97C, 0x9D80, 0xF97D, 0x9D81, 0xF97E, 0x9D82, 0xF980, - 0x9D83, 0xF981, 0x9D84, 0xF982, 0x9D85, 0xF983, 0x9D86, 0xF984, 0x9D87, 0xF985, 0x9D88, 0xF986, 0x9D89, 0xF987, 0x9D8A, 0xF988, - 0x9D8B, 0xF989, 0x9D8C, 0xF98A, 0x9D8D, 0xF98B, 0x9D8E, 0xF98C, 0x9D8F, 0xF98D, 0x9D90, 0xF98E, 0x9D91, 0xF98F, 0x9D92, 0xF990, - 0x9D93, 0xF991, 0x9D94, 0xF992, 0x9D95, 0xF993, 0x9D96, 0xF994, 0x9D97, 0xF995, 0x9D98, 0xF996, 0x9D99, 0xF997, 0x9D9A, 0xF998, - 0x9D9B, 0xF999, 0x9D9C, 0xF99A, 0x9D9D, 0xF99B, 0x9D9E, 0xF99C, 0x9D9F, 0xF99D, 0x9DA0, 0xF99E, 0x9DA1, 0xF99F, 0x9DA2, 0xF9A0, - 0x9DA3, 0xFA40, 0x9DA4, 0xFA41, 0x9DA5, 0xFA42, 0x9DA6, 0xFA43, 0x9DA7, 0xFA44, 0x9DA8, 0xFA45, 0x9DA9, 0xFA46, 0x9DAA, 0xFA47, - 0x9DAB, 0xFA48, 0x9DAC, 0xFA49, 0x9DAD, 0xFA4A, 0x9DAE, 0xFA4B, 0x9DAF, 0xFA4C, 0x9DB0, 0xFA4D, 0x9DB1, 0xFA4E, 0x9DB2, 0xFA4F, - 0x9DB3, 0xFA50, 0x9DB4, 0xFA51, 0x9DB5, 0xFA52, 0x9DB6, 0xFA53, 0x9DB7, 0xFA54, 0x9DB8, 0xFA55, 0x9DB9, 0xFA56, 0x9DBA, 0xFA57, - 0x9DBB, 0xFA58, 0x9DBC, 0xFA59, 0x9DBD, 0xFA5A, 0x9DBE, 0xFA5B, 0x9DBF, 0xFA5C, 0x9DC0, 0xFA5D, 0x9DC1, 0xFA5E, 0x9DC2, 0xFA5F, - 0x9DC3, 0xFA60, 0x9DC4, 0xFA61, 0x9DC5, 0xFA62, 0x9DC6, 0xFA63, 0x9DC7, 0xFA64, 0x9DC8, 0xFA65, 0x9DC9, 0xFA66, 0x9DCA, 0xFA67, - 0x9DCB, 0xFA68, 0x9DCC, 0xFA69, 0x9DCD, 0xFA6A, 0x9DCE, 0xFA6B, 0x9DCF, 0xFA6C, 0x9DD0, 0xFA6D, 0x9DD1, 0xFA6E, 0x9DD2, 0xFA6F, - 0x9DD3, 0xFA70, 0x9DD4, 0xFA71, 0x9DD5, 0xFA72, 0x9DD6, 0xFA73, 0x9DD7, 0xFA74, 0x9DD8, 0xFA75, 0x9DD9, 0xFA76, 0x9DDA, 0xFA77, - 0x9DDB, 0xFA78, 0x9DDC, 0xFA79, 0x9DDD, 0xFA7A, 0x9DDE, 0xFA7B, 0x9DDF, 0xFA7C, 0x9DE0, 0xFA7D, 0x9DE1, 0xFA7E, 0x9DE2, 0xFA80, - 0x9DE3, 0xFA81, 0x9DE4, 0xFA82, 0x9DE5, 0xFA83, 0x9DE6, 0xFA84, 0x9DE7, 0xFA85, 0x9DE8, 0xFA86, 0x9DE9, 0xFA87, 0x9DEA, 0xFA88, - 0x9DEB, 0xFA89, 0x9DEC, 0xFA8A, 0x9DED, 0xFA8B, 0x9DEE, 0xFA8C, 0x9DEF, 0xFA8D, 0x9DF0, 0xFA8E, 0x9DF1, 0xFA8F, 0x9DF2, 0xFA90, - 0x9DF3, 0xFA91, 0x9DF4, 0xFA92, 0x9DF5, 0xFA93, 0x9DF6, 0xFA94, 0x9DF7, 0xFA95, 0x9DF8, 0xFA96, 0x9DF9, 0xFA97, 0x9DFA, 0xFA98, - 0x9DFB, 0xFA99, 0x9DFC, 0xFA9A, 0x9DFD, 0xFA9B, 0x9DFE, 0xFA9C, 0x9DFF, 0xFA9D, 0x9E00, 0xFA9E, 0x9E01, 0xFA9F, 0x9E02, 0xFAA0, - 0x9E03, 0xFB40, 0x9E04, 0xFB41, 0x9E05, 0xFB42, 0x9E06, 0xFB43, 0x9E07, 0xFB44, 0x9E08, 0xFB45, 0x9E09, 0xFB46, 0x9E0A, 0xFB47, - 0x9E0B, 0xFB48, 0x9E0C, 0xFB49, 0x9E0D, 0xFB4A, 0x9E0E, 0xFB4B, 0x9E0F, 0xFB4C, 0x9E10, 0xFB4D, 0x9E11, 0xFB4E, 0x9E12, 0xFB4F, - 0x9E13, 0xFB50, 0x9E14, 0xFB51, 0x9E15, 0xFB52, 0x9E16, 0xFB53, 0x9E17, 0xFB54, 0x9E18, 0xFB55, 0x9E19, 0xFB56, 0x9E1A, 0xFB57, - 0x9E1B, 0xFB58, 0x9E1C, 0xFB59, 0x9E1D, 0xFB5A, 0x9E1E, 0xFB5B, 0x9E1F, 0xC4F1, 0x9E20, 0xF0AF, 0x9E21, 0xBCA6, 0x9E22, 0xF0B0, - 0x9E23, 0xC3F9, 0x9E24, 0xFB5C, 0x9E25, 0xC5B8, 0x9E26, 0xD1BB, 0x9E27, 0xFB5D, 0x9E28, 0xF0B1, 0x9E29, 0xF0B2, 0x9E2A, 0xF0B3, - 0x9E2B, 0xF0B4, 0x9E2C, 0xF0B5, 0x9E2D, 0xD1BC, 0x9E2E, 0xFB5E, 0x9E2F, 0xD1EC, 0x9E30, 0xFB5F, 0x9E31, 0xF0B7, 0x9E32, 0xF0B6, - 0x9E33, 0xD4A7, 0x9E34, 0xFB60, 0x9E35, 0xCDD2, 0x9E36, 0xF0B8, 0x9E37, 0xF0BA, 0x9E38, 0xF0B9, 0x9E39, 0xF0BB, 0x9E3A, 0xF0BC, - 0x9E3B, 0xFB61, 0x9E3C, 0xFB62, 0x9E3D, 0xB8EB, 0x9E3E, 0xF0BD, 0x9E3F, 0xBAE8, 0x9E40, 0xFB63, 0x9E41, 0xF0BE, 0x9E42, 0xF0BF, - 0x9E43, 0xBEE9, 0x9E44, 0xF0C0, 0x9E45, 0xB6EC, 0x9E46, 0xF0C1, 0x9E47, 0xF0C2, 0x9E48, 0xF0C3, 0x9E49, 0xF0C4, 0x9E4A, 0xC8B5, - 0x9E4B, 0xF0C5, 0x9E4C, 0xF0C6, 0x9E4D, 0xFB64, 0x9E4E, 0xF0C7, 0x9E4F, 0xC5F4, 0x9E50, 0xFB65, 0x9E51, 0xF0C8, 0x9E52, 0xFB66, - 0x9E53, 0xFB67, 0x9E54, 0xFB68, 0x9E55, 0xF0C9, 0x9E56, 0xFB69, 0x9E57, 0xF0CA, 0x9E58, 0xF7BD, 0x9E59, 0xFB6A, 0x9E5A, 0xF0CB, - 0x9E5B, 0xF0CC, 0x9E5C, 0xF0CD, 0x9E5D, 0xFB6B, 0x9E5E, 0xF0CE, 0x9E5F, 0xFB6C, 0x9E60, 0xFB6D, 0x9E61, 0xFB6E, 0x9E62, 0xFB6F, - 0x9E63, 0xF0CF, 0x9E64, 0xBAD7, 0x9E65, 0xFB70, 0x9E66, 0xF0D0, 0x9E67, 0xF0D1, 0x9E68, 0xF0D2, 0x9E69, 0xF0D3, 0x9E6A, 0xF0D4, - 0x9E6B, 0xF0D5, 0x9E6C, 0xF0D6, 0x9E6D, 0xF0D8, 0x9E6E, 0xFB71, 0x9E6F, 0xFB72, 0x9E70, 0xD3A5, 0x9E71, 0xF0D7, 0x9E72, 0xFB73, - 0x9E73, 0xF0D9, 0x9E74, 0xFB74, 0x9E75, 0xFB75, 0x9E76, 0xFB76, 0x9E77, 0xFB77, 0x9E78, 0xFB78, 0x9E79, 0xFB79, 0x9E7A, 0xFB7A, - 0x9E7B, 0xFB7B, 0x9E7C, 0xFB7C, 0x9E7D, 0xFB7D, 0x9E7E, 0xF5BA, 0x9E7F, 0xC2B9, 0x9E80, 0xFB7E, 0x9E81, 0xFB80, 0x9E82, 0xF7E4, - 0x9E83, 0xFB81, 0x9E84, 0xFB82, 0x9E85, 0xFB83, 0x9E86, 0xFB84, 0x9E87, 0xF7E5, 0x9E88, 0xF7E6, 0x9E89, 0xFB85, 0x9E8A, 0xFB86, - 0x9E8B, 0xF7E7, 0x9E8C, 0xFB87, 0x9E8D, 0xFB88, 0x9E8E, 0xFB89, 0x9E8F, 0xFB8A, 0x9E90, 0xFB8B, 0x9E91, 0xFB8C, 0x9E92, 0xF7E8, - 0x9E93, 0xC2B4, 0x9E94, 0xFB8D, 0x9E95, 0xFB8E, 0x9E96, 0xFB8F, 0x9E97, 0xFB90, 0x9E98, 0xFB91, 0x9E99, 0xFB92, 0x9E9A, 0xFB93, - 0x9E9B, 0xFB94, 0x9E9C, 0xFB95, 0x9E9D, 0xF7EA, 0x9E9E, 0xFB96, 0x9E9F, 0xF7EB, 0x9EA0, 0xFB97, 0x9EA1, 0xFB98, 0x9EA2, 0xFB99, - 0x9EA3, 0xFB9A, 0x9EA4, 0xFB9B, 0x9EA5, 0xFB9C, 0x9EA6, 0xC2F3, 0x9EA7, 0xFB9D, 0x9EA8, 0xFB9E, 0x9EA9, 0xFB9F, 0x9EAA, 0xFBA0, - 0x9EAB, 0xFC40, 0x9EAC, 0xFC41, 0x9EAD, 0xFC42, 0x9EAE, 0xFC43, 0x9EAF, 0xFC44, 0x9EB0, 0xFC45, 0x9EB1, 0xFC46, 0x9EB2, 0xFC47, - 0x9EB3, 0xFC48, 0x9EB4, 0xF4F0, 0x9EB5, 0xFC49, 0x9EB6, 0xFC4A, 0x9EB7, 0xFC4B, 0x9EB8, 0xF4EF, 0x9EB9, 0xFC4C, 0x9EBA, 0xFC4D, - 0x9EBB, 0xC2E9, 0x9EBC, 0xFC4E, 0x9EBD, 0xF7E1, 0x9EBE, 0xF7E2, 0x9EBF, 0xFC4F, 0x9EC0, 0xFC50, 0x9EC1, 0xFC51, 0x9EC2, 0xFC52, - 0x9EC3, 0xFC53, 0x9EC4, 0xBBC6, 0x9EC5, 0xFC54, 0x9EC6, 0xFC55, 0x9EC7, 0xFC56, 0x9EC8, 0xFC57, 0x9EC9, 0xD9E4, 0x9ECA, 0xFC58, - 0x9ECB, 0xFC59, 0x9ECC, 0xFC5A, 0x9ECD, 0xCAF2, 0x9ECE, 0xC0E8, 0x9ECF, 0xF0A4, 0x9ED0, 0xFC5B, 0x9ED1, 0xBADA, 0x9ED2, 0xFC5C, - 0x9ED3, 0xFC5D, 0x9ED4, 0xC7AD, 0x9ED5, 0xFC5E, 0x9ED6, 0xFC5F, 0x9ED7, 0xFC60, 0x9ED8, 0xC4AC, 0x9ED9, 0xFC61, 0x9EDA, 0xFC62, - 0x9EDB, 0xF7EC, 0x9EDC, 0xF7ED, 0x9EDD, 0xF7EE, 0x9EDE, 0xFC63, 0x9EDF, 0xF7F0, 0x9EE0, 0xF7EF, 0x9EE1, 0xFC64, 0x9EE2, 0xF7F1, - 0x9EE3, 0xFC65, 0x9EE4, 0xFC66, 0x9EE5, 0xF7F4, 0x9EE6, 0xFC67, 0x9EE7, 0xF7F3, 0x9EE8, 0xFC68, 0x9EE9, 0xF7F2, 0x9EEA, 0xF7F5, - 0x9EEB, 0xFC69, 0x9EEC, 0xFC6A, 0x9EED, 0xFC6B, 0x9EEE, 0xFC6C, 0x9EEF, 0xF7F6, 0x9EF0, 0xFC6D, 0x9EF1, 0xFC6E, 0x9EF2, 0xFC6F, - 0x9EF3, 0xFC70, 0x9EF4, 0xFC71, 0x9EF5, 0xFC72, 0x9EF6, 0xFC73, 0x9EF7, 0xFC74, 0x9EF8, 0xFC75, 0x9EF9, 0xEDE9, 0x9EFA, 0xFC76, - 0x9EFB, 0xEDEA, 0x9EFC, 0xEDEB, 0x9EFD, 0xFC77, 0x9EFE, 0xF6BC, 0x9EFF, 0xFC78, 0x9F00, 0xFC79, 0x9F01, 0xFC7A, 0x9F02, 0xFC7B, - 0x9F03, 0xFC7C, 0x9F04, 0xFC7D, 0x9F05, 0xFC7E, 0x9F06, 0xFC80, 0x9F07, 0xFC81, 0x9F08, 0xFC82, 0x9F09, 0xFC83, 0x9F0A, 0xFC84, - 0x9F0B, 0xF6BD, 0x9F0C, 0xFC85, 0x9F0D, 0xF6BE, 0x9F0E, 0xB6A6, 0x9F0F, 0xFC86, 0x9F10, 0xD8BE, 0x9F11, 0xFC87, 0x9F12, 0xFC88, - 0x9F13, 0xB9C4, 0x9F14, 0xFC89, 0x9F15, 0xFC8A, 0x9F16, 0xFC8B, 0x9F17, 0xD8BB, 0x9F18, 0xFC8C, 0x9F19, 0xDCB1, 0x9F1A, 0xFC8D, - 0x9F1B, 0xFC8E, 0x9F1C, 0xFC8F, 0x9F1D, 0xFC90, 0x9F1E, 0xFC91, 0x9F1F, 0xFC92, 0x9F20, 0xCAF3, 0x9F21, 0xFC93, 0x9F22, 0xF7F7, - 0x9F23, 0xFC94, 0x9F24, 0xFC95, 0x9F25, 0xFC96, 0x9F26, 0xFC97, 0x9F27, 0xFC98, 0x9F28, 0xFC99, 0x9F29, 0xFC9A, 0x9F2A, 0xFC9B, - 0x9F2B, 0xFC9C, 0x9F2C, 0xF7F8, 0x9F2D, 0xFC9D, 0x9F2E, 0xFC9E, 0x9F2F, 0xF7F9, 0x9F30, 0xFC9F, 0x9F31, 0xFCA0, 0x9F32, 0xFD40, - 0x9F33, 0xFD41, 0x9F34, 0xFD42, 0x9F35, 0xFD43, 0x9F36, 0xFD44, 0x9F37, 0xF7FB, 0x9F38, 0xFD45, 0x9F39, 0xF7FA, 0x9F3A, 0xFD46, - 0x9F3B, 0xB1C7, 0x9F3C, 0xFD47, 0x9F3D, 0xF7FC, 0x9F3E, 0xF7FD, 0x9F3F, 0xFD48, 0x9F40, 0xFD49, 0x9F41, 0xFD4A, 0x9F42, 0xFD4B, - 0x9F43, 0xFD4C, 0x9F44, 0xF7FE, 0x9F45, 0xFD4D, 0x9F46, 0xFD4E, 0x9F47, 0xFD4F, 0x9F48, 0xFD50, 0x9F49, 0xFD51, 0x9F4A, 0xFD52, - 0x9F4B, 0xFD53, 0x9F4C, 0xFD54, 0x9F4D, 0xFD55, 0x9F4E, 0xFD56, 0x9F4F, 0xFD57, 0x9F50, 0xC6EB, 0x9F51, 0xECB4, 0x9F52, 0xFD58, - 0x9F53, 0xFD59, 0x9F54, 0xFD5A, 0x9F55, 0xFD5B, 0x9F56, 0xFD5C, 0x9F57, 0xFD5D, 0x9F58, 0xFD5E, 0x9F59, 0xFD5F, 0x9F5A, 0xFD60, - 0x9F5B, 0xFD61, 0x9F5C, 0xFD62, 0x9F5D, 0xFD63, 0x9F5E, 0xFD64, 0x9F5F, 0xFD65, 0x9F60, 0xFD66, 0x9F61, 0xFD67, 0x9F62, 0xFD68, - 0x9F63, 0xFD69, 0x9F64, 0xFD6A, 0x9F65, 0xFD6B, 0x9F66, 0xFD6C, 0x9F67, 0xFD6D, 0x9F68, 0xFD6E, 0x9F69, 0xFD6F, 0x9F6A, 0xFD70, - 0x9F6B, 0xFD71, 0x9F6C, 0xFD72, 0x9F6D, 0xFD73, 0x9F6E, 0xFD74, 0x9F6F, 0xFD75, 0x9F70, 0xFD76, 0x9F71, 0xFD77, 0x9F72, 0xFD78, - 0x9F73, 0xFD79, 0x9F74, 0xFD7A, 0x9F75, 0xFD7B, 0x9F76, 0xFD7C, 0x9F77, 0xFD7D, 0x9F78, 0xFD7E, 0x9F79, 0xFD80, 0x9F7A, 0xFD81, - 0x9F7B, 0xFD82, 0x9F7C, 0xFD83, 0x9F7D, 0xFD84, 0x9F7E, 0xFD85, 0x9F7F, 0xB3DD, 0x9F80, 0xF6B3, 0x9F81, 0xFD86, 0x9F82, 0xFD87, - 0x9F83, 0xF6B4, 0x9F84, 0xC1E4, 0x9F85, 0xF6B5, 0x9F86, 0xF6B6, 0x9F87, 0xF6B7, 0x9F88, 0xF6B8, 0x9F89, 0xF6B9, 0x9F8A, 0xF6BA, - 0x9F8B, 0xC8A3, 0x9F8C, 0xF6BB, 0x9F8D, 0xFD88, 0x9F8E, 0xFD89, 0x9F8F, 0xFD8A, 0x9F90, 0xFD8B, 0x9F91, 0xFD8C, 0x9F92, 0xFD8D, - 0x9F93, 0xFD8E, 0x9F94, 0xFD8F, 0x9F95, 0xFD90, 0x9F96, 0xFD91, 0x9F97, 0xFD92, 0x9F98, 0xFD93, 0x9F99, 0xC1FA, 0x9F9A, 0xB9A8, - 0x9F9B, 0xEDE8, 0x9F9C, 0xFD94, 0x9F9D, 0xFD95, 0x9F9E, 0xFD96, 0x9F9F, 0xB9EA, 0x9FA0, 0xD9DF, 0x9FA1, 0xFD97, 0x9FA2, 0xFD98, - 0x9FA3, 0xFD99, 0x9FA4, 0xFD9A, 0x9FA5, 0xFD9B, 0xF92C, 0xFD9C, 0xF979, 0xFD9D, 0xF995, 0xFD9E, 0xF9E7, 0xFD9F, 0xF9F1, 0xFDA0, - 0xFA0C, 0xFE40, 0xFA0D, 0xFE41, 0xFA0E, 0xFE42, 0xFA0F, 0xFE43, 0xFA11, 0xFE44, 0xFA13, 0xFE45, 0xFA14, 0xFE46, 0xFA18, 0xFE47, - 0xFA1F, 0xFE48, 0xFA20, 0xFE49, 0xFA21, 0xFE4A, 0xFA23, 0xFE4B, 0xFA24, 0xFE4C, 0xFA27, 0xFE4D, 0xFA28, 0xFE4E, 0xFA29, 0xFE4F, - 0xFE30, 0xA955, 0xFE31, 0xA6F2, 0xFE33, 0xA6F4, 0xFE34, 0xA6F5, 0xFE35, 0xA6E0, 0xFE36, 0xA6E1, 0xFE37, 0xA6F0, 0xFE38, 0xA6F1, - 0xFE39, 0xA6E2, 0xFE3A, 0xA6E3, 0xFE3B, 0xA6EE, 0xFE3C, 0xA6EF, 0xFE3D, 0xA6E6, 0xFE3E, 0xA6E7, 0xFE3F, 0xA6E4, 0xFE40, 0xA6E5, - 0xFE41, 0xA6E8, 0xFE42, 0xA6E9, 0xFE43, 0xA6EA, 0xFE44, 0xA6EB, 0xFE49, 0xA968, 0xFE4A, 0xA969, 0xFE4B, 0xA96A, 0xFE4C, 0xA96B, - 0xFE4D, 0xA96C, 0xFE4E, 0xA96D, 0xFE4F, 0xA96E, 0xFE50, 0xA96F, 0xFE51, 0xA970, 0xFE52, 0xA971, 0xFE54, 0xA972, 0xFE55, 0xA973, - 0xFE56, 0xA974, 0xFE57, 0xA975, 0xFE59, 0xA976, 0xFE5A, 0xA977, 0xFE5B, 0xA978, 0xFE5C, 0xA979, 0xFE5D, 0xA97A, 0xFE5E, 0xA97B, - 0xFE5F, 0xA97C, 0xFE60, 0xA97D, 0xFE61, 0xA97E, 0xFE62, 0xA980, 0xFE63, 0xA981, 0xFE64, 0xA982, 0xFE65, 0xA983, 0xFE66, 0xA984, - 0xFE68, 0xA985, 0xFE69, 0xA986, 0xFE6A, 0xA987, 0xFE6B, 0xA988, 0xFF01, 0xA3A1, 0xFF02, 0xA3A2, 0xFF03, 0xA3A3, 0xFF04, 0xA1E7, - 0xFF05, 0xA3A5, 0xFF06, 0xA3A6, 0xFF07, 0xA3A7, 0xFF08, 0xA3A8, 0xFF09, 0xA3A9, 0xFF0A, 0xA3AA, 0xFF0B, 0xA3AB, 0xFF0C, 0xA3AC, - 0xFF0D, 0xA3AD, 0xFF0E, 0xA3AE, 0xFF0F, 0xA3AF, 0xFF10, 0xA3B0, 0xFF11, 0xA3B1, 0xFF12, 0xA3B2, 0xFF13, 0xA3B3, 0xFF14, 0xA3B4, - 0xFF15, 0xA3B5, 0xFF16, 0xA3B6, 0xFF17, 0xA3B7, 0xFF18, 0xA3B8, 0xFF19, 0xA3B9, 0xFF1A, 0xA3BA, 0xFF1B, 0xA3BB, 0xFF1C, 0xA3BC, - 0xFF1D, 0xA3BD, 0xFF1E, 0xA3BE, 0xFF1F, 0xA3BF, 0xFF20, 0xA3C0, 0xFF21, 0xA3C1, 0xFF22, 0xA3C2, 0xFF23, 0xA3C3, 0xFF24, 0xA3C4, - 0xFF25, 0xA3C5, 0xFF26, 0xA3C6, 0xFF27, 0xA3C7, 0xFF28, 0xA3C8, 0xFF29, 0xA3C9, 0xFF2A, 0xA3CA, 0xFF2B, 0xA3CB, 0xFF2C, 0xA3CC, - 0xFF2D, 0xA3CD, 0xFF2E, 0xA3CE, 0xFF2F, 0xA3CF, 0xFF30, 0xA3D0, 0xFF31, 0xA3D1, 0xFF32, 0xA3D2, 0xFF33, 0xA3D3, 0xFF34, 0xA3D4, - 0xFF35, 0xA3D5, 0xFF36, 0xA3D6, 0xFF37, 0xA3D7, 0xFF38, 0xA3D8, 0xFF39, 0xA3D9, 0xFF3A, 0xA3DA, 0xFF3B, 0xA3DB, 0xFF3C, 0xA3DC, - 0xFF3D, 0xA3DD, 0xFF3E, 0xA3DE, 0xFF3F, 0xA3DF, 0xFF40, 0xA3E0, 0xFF41, 0xA3E1, 0xFF42, 0xA3E2, 0xFF43, 0xA3E3, 0xFF44, 0xA3E4, - 0xFF45, 0xA3E5, 0xFF46, 0xA3E6, 0xFF47, 0xA3E7, 0xFF48, 0xA3E8, 0xFF49, 0xA3E9, 0xFF4A, 0xA3EA, 0xFF4B, 0xA3EB, 0xFF4C, 0xA3EC, - 0xFF4D, 0xA3ED, 0xFF4E, 0xA3EE, 0xFF4F, 0xA3EF, 0xFF50, 0xA3F0, 0xFF51, 0xA3F1, 0xFF52, 0xA3F2, 0xFF53, 0xA3F3, 0xFF54, 0xA3F4, - 0xFF55, 0xA3F5, 0xFF56, 0xA3F6, 0xFF57, 0xA3F7, 0xFF58, 0xA3F8, 0xFF59, 0xA3F9, 0xFF5A, 0xA3FA, 0xFF5B, 0xA3FB, 0xFF5C, 0xA3FC, - 0xFF5D, 0xA3FD, 0xFF5E, 0xA1AB, 0xFFE0, 0xA1E9, 0xFFE1, 0xA1EA, 0xFFE2, 0xA956, 0xFFE3, 0xA3FE, 0xFFE4, 0xA957, 0xFFE5, 0xA3A4, - 0, 0 -}; - -static const WCHAR oem2uni936[] = { /* GBK --> Unicode pairs */ - 0x0080, 0x20AC, 0x8140, 0x4E02, 0x8141, 0x4E04, 0x8142, 0x4E05, 0x8143, 0x4E06, 0x8144, 0x4E0F, 0x8145, 0x4E12, 0x8146, 0x4E17, - 0x8147, 0x4E1F, 0x8148, 0x4E20, 0x8149, 0x4E21, 0x814A, 0x4E23, 0x814B, 0x4E26, 0x814C, 0x4E29, 0x814D, 0x4E2E, 0x814E, 0x4E2F, - 0x814F, 0x4E31, 0x8150, 0x4E33, 0x8151, 0x4E35, 0x8152, 0x4E37, 0x8153, 0x4E3C, 0x8154, 0x4E40, 0x8155, 0x4E41, 0x8156, 0x4E42, - 0x8157, 0x4E44, 0x8158, 0x4E46, 0x8159, 0x4E4A, 0x815A, 0x4E51, 0x815B, 0x4E55, 0x815C, 0x4E57, 0x815D, 0x4E5A, 0x815E, 0x4E5B, - 0x815F, 0x4E62, 0x8160, 0x4E63, 0x8161, 0x4E64, 0x8162, 0x4E65, 0x8163, 0x4E67, 0x8164, 0x4E68, 0x8165, 0x4E6A, 0x8166, 0x4E6B, - 0x8167, 0x4E6C, 0x8168, 0x4E6D, 0x8169, 0x4E6E, 0x816A, 0x4E6F, 0x816B, 0x4E72, 0x816C, 0x4E74, 0x816D, 0x4E75, 0x816E, 0x4E76, - 0x816F, 0x4E77, 0x8170, 0x4E78, 0x8171, 0x4E79, 0x8172, 0x4E7A, 0x8173, 0x4E7B, 0x8174, 0x4E7C, 0x8175, 0x4E7D, 0x8176, 0x4E7F, - 0x8177, 0x4E80, 0x8178, 0x4E81, 0x8179, 0x4E82, 0x817A, 0x4E83, 0x817B, 0x4E84, 0x817C, 0x4E85, 0x817D, 0x4E87, 0x817E, 0x4E8A, - 0x8180, 0x4E90, 0x8181, 0x4E96, 0x8182, 0x4E97, 0x8183, 0x4E99, 0x8184, 0x4E9C, 0x8185, 0x4E9D, 0x8186, 0x4E9E, 0x8187, 0x4EA3, - 0x8188, 0x4EAA, 0x8189, 0x4EAF, 0x818A, 0x4EB0, 0x818B, 0x4EB1, 0x818C, 0x4EB4, 0x818D, 0x4EB6, 0x818E, 0x4EB7, 0x818F, 0x4EB8, - 0x8190, 0x4EB9, 0x8191, 0x4EBC, 0x8192, 0x4EBD, 0x8193, 0x4EBE, 0x8194, 0x4EC8, 0x8195, 0x4ECC, 0x8196, 0x4ECF, 0x8197, 0x4ED0, - 0x8198, 0x4ED2, 0x8199, 0x4EDA, 0x819A, 0x4EDB, 0x819B, 0x4EDC, 0x819C, 0x4EE0, 0x819D, 0x4EE2, 0x819E, 0x4EE6, 0x819F, 0x4EE7, - 0x81A0, 0x4EE9, 0x81A1, 0x4EED, 0x81A2, 0x4EEE, 0x81A3, 0x4EEF, 0x81A4, 0x4EF1, 0x81A5, 0x4EF4, 0x81A6, 0x4EF8, 0x81A7, 0x4EF9, - 0x81A8, 0x4EFA, 0x81A9, 0x4EFC, 0x81AA, 0x4EFE, 0x81AB, 0x4F00, 0x81AC, 0x4F02, 0x81AD, 0x4F03, 0x81AE, 0x4F04, 0x81AF, 0x4F05, - 0x81B0, 0x4F06, 0x81B1, 0x4F07, 0x81B2, 0x4F08, 0x81B3, 0x4F0B, 0x81B4, 0x4F0C, 0x81B5, 0x4F12, 0x81B6, 0x4F13, 0x81B7, 0x4F14, - 0x81B8, 0x4F15, 0x81B9, 0x4F16, 0x81BA, 0x4F1C, 0x81BB, 0x4F1D, 0x81BC, 0x4F21, 0x81BD, 0x4F23, 0x81BE, 0x4F28, 0x81BF, 0x4F29, - 0x81C0, 0x4F2C, 0x81C1, 0x4F2D, 0x81C2, 0x4F2E, 0x81C3, 0x4F31, 0x81C4, 0x4F33, 0x81C5, 0x4F35, 0x81C6, 0x4F37, 0x81C7, 0x4F39, - 0x81C8, 0x4F3B, 0x81C9, 0x4F3E, 0x81CA, 0x4F3F, 0x81CB, 0x4F40, 0x81CC, 0x4F41, 0x81CD, 0x4F42, 0x81CE, 0x4F44, 0x81CF, 0x4F45, - 0x81D0, 0x4F47, 0x81D1, 0x4F48, 0x81D2, 0x4F49, 0x81D3, 0x4F4A, 0x81D4, 0x4F4B, 0x81D5, 0x4F4C, 0x81D6, 0x4F52, 0x81D7, 0x4F54, - 0x81D8, 0x4F56, 0x81D9, 0x4F61, 0x81DA, 0x4F62, 0x81DB, 0x4F66, 0x81DC, 0x4F68, 0x81DD, 0x4F6A, 0x81DE, 0x4F6B, 0x81DF, 0x4F6D, - 0x81E0, 0x4F6E, 0x81E1, 0x4F71, 0x81E2, 0x4F72, 0x81E3, 0x4F75, 0x81E4, 0x4F77, 0x81E5, 0x4F78, 0x81E6, 0x4F79, 0x81E7, 0x4F7A, - 0x81E8, 0x4F7D, 0x81E9, 0x4F80, 0x81EA, 0x4F81, 0x81EB, 0x4F82, 0x81EC, 0x4F85, 0x81ED, 0x4F86, 0x81EE, 0x4F87, 0x81EF, 0x4F8A, - 0x81F0, 0x4F8C, 0x81F1, 0x4F8E, 0x81F2, 0x4F90, 0x81F3, 0x4F92, 0x81F4, 0x4F93, 0x81F5, 0x4F95, 0x81F6, 0x4F96, 0x81F7, 0x4F98, - 0x81F8, 0x4F99, 0x81F9, 0x4F9A, 0x81FA, 0x4F9C, 0x81FB, 0x4F9E, 0x81FC, 0x4F9F, 0x81FD, 0x4FA1, 0x81FE, 0x4FA2, 0x8240, 0x4FA4, - 0x8241, 0x4FAB, 0x8242, 0x4FAD, 0x8243, 0x4FB0, 0x8244, 0x4FB1, 0x8245, 0x4FB2, 0x8246, 0x4FB3, 0x8247, 0x4FB4, 0x8248, 0x4FB6, - 0x8249, 0x4FB7, 0x824A, 0x4FB8, 0x824B, 0x4FB9, 0x824C, 0x4FBA, 0x824D, 0x4FBB, 0x824E, 0x4FBC, 0x824F, 0x4FBD, 0x8250, 0x4FBE, - 0x8251, 0x4FC0, 0x8252, 0x4FC1, 0x8253, 0x4FC2, 0x8254, 0x4FC6, 0x8255, 0x4FC7, 0x8256, 0x4FC8, 0x8257, 0x4FC9, 0x8258, 0x4FCB, - 0x8259, 0x4FCC, 0x825A, 0x4FCD, 0x825B, 0x4FD2, 0x825C, 0x4FD3, 0x825D, 0x4FD4, 0x825E, 0x4FD5, 0x825F, 0x4FD6, 0x8260, 0x4FD9, - 0x8261, 0x4FDB, 0x8262, 0x4FE0, 0x8263, 0x4FE2, 0x8264, 0x4FE4, 0x8265, 0x4FE5, 0x8266, 0x4FE7, 0x8267, 0x4FEB, 0x8268, 0x4FEC, - 0x8269, 0x4FF0, 0x826A, 0x4FF2, 0x826B, 0x4FF4, 0x826C, 0x4FF5, 0x826D, 0x4FF6, 0x826E, 0x4FF7, 0x826F, 0x4FF9, 0x8270, 0x4FFB, - 0x8271, 0x4FFC, 0x8272, 0x4FFD, 0x8273, 0x4FFF, 0x8274, 0x5000, 0x8275, 0x5001, 0x8276, 0x5002, 0x8277, 0x5003, 0x8278, 0x5004, - 0x8279, 0x5005, 0x827A, 0x5006, 0x827B, 0x5007, 0x827C, 0x5008, 0x827D, 0x5009, 0x827E, 0x500A, 0x8280, 0x500B, 0x8281, 0x500E, - 0x8282, 0x5010, 0x8283, 0x5011, 0x8284, 0x5013, 0x8285, 0x5015, 0x8286, 0x5016, 0x8287, 0x5017, 0x8288, 0x501B, 0x8289, 0x501D, - 0x828A, 0x501E, 0x828B, 0x5020, 0x828C, 0x5022, 0x828D, 0x5023, 0x828E, 0x5024, 0x828F, 0x5027, 0x8290, 0x502B, 0x8291, 0x502F, - 0x8292, 0x5030, 0x8293, 0x5031, 0x8294, 0x5032, 0x8295, 0x5033, 0x8296, 0x5034, 0x8297, 0x5035, 0x8298, 0x5036, 0x8299, 0x5037, - 0x829A, 0x5038, 0x829B, 0x5039, 0x829C, 0x503B, 0x829D, 0x503D, 0x829E, 0x503F, 0x829F, 0x5040, 0x82A0, 0x5041, 0x82A1, 0x5042, - 0x82A2, 0x5044, 0x82A3, 0x5045, 0x82A4, 0x5046, 0x82A5, 0x5049, 0x82A6, 0x504A, 0x82A7, 0x504B, 0x82A8, 0x504D, 0x82A9, 0x5050, - 0x82AA, 0x5051, 0x82AB, 0x5052, 0x82AC, 0x5053, 0x82AD, 0x5054, 0x82AE, 0x5056, 0x82AF, 0x5057, 0x82B0, 0x5058, 0x82B1, 0x5059, - 0x82B2, 0x505B, 0x82B3, 0x505D, 0x82B4, 0x505E, 0x82B5, 0x505F, 0x82B6, 0x5060, 0x82B7, 0x5061, 0x82B8, 0x5062, 0x82B9, 0x5063, - 0x82BA, 0x5064, 0x82BB, 0x5066, 0x82BC, 0x5067, 0x82BD, 0x5068, 0x82BE, 0x5069, 0x82BF, 0x506A, 0x82C0, 0x506B, 0x82C1, 0x506D, - 0x82C2, 0x506E, 0x82C3, 0x506F, 0x82C4, 0x5070, 0x82C5, 0x5071, 0x82C6, 0x5072, 0x82C7, 0x5073, 0x82C8, 0x5074, 0x82C9, 0x5075, - 0x82CA, 0x5078, 0x82CB, 0x5079, 0x82CC, 0x507A, 0x82CD, 0x507C, 0x82CE, 0x507D, 0x82CF, 0x5081, 0x82D0, 0x5082, 0x82D1, 0x5083, - 0x82D2, 0x5084, 0x82D3, 0x5086, 0x82D4, 0x5087, 0x82D5, 0x5089, 0x82D6, 0x508A, 0x82D7, 0x508B, 0x82D8, 0x508C, 0x82D9, 0x508E, - 0x82DA, 0x508F, 0x82DB, 0x5090, 0x82DC, 0x5091, 0x82DD, 0x5092, 0x82DE, 0x5093, 0x82DF, 0x5094, 0x82E0, 0x5095, 0x82E1, 0x5096, - 0x82E2, 0x5097, 0x82E3, 0x5098, 0x82E4, 0x5099, 0x82E5, 0x509A, 0x82E6, 0x509B, 0x82E7, 0x509C, 0x82E8, 0x509D, 0x82E9, 0x509E, - 0x82EA, 0x509F, 0x82EB, 0x50A0, 0x82EC, 0x50A1, 0x82ED, 0x50A2, 0x82EE, 0x50A4, 0x82EF, 0x50A6, 0x82F0, 0x50AA, 0x82F1, 0x50AB, - 0x82F2, 0x50AD, 0x82F3, 0x50AE, 0x82F4, 0x50AF, 0x82F5, 0x50B0, 0x82F6, 0x50B1, 0x82F7, 0x50B3, 0x82F8, 0x50B4, 0x82F9, 0x50B5, - 0x82FA, 0x50B6, 0x82FB, 0x50B7, 0x82FC, 0x50B8, 0x82FD, 0x50B9, 0x82FE, 0x50BC, 0x8340, 0x50BD, 0x8341, 0x50BE, 0x8342, 0x50BF, - 0x8343, 0x50C0, 0x8344, 0x50C1, 0x8345, 0x50C2, 0x8346, 0x50C3, 0x8347, 0x50C4, 0x8348, 0x50C5, 0x8349, 0x50C6, 0x834A, 0x50C7, - 0x834B, 0x50C8, 0x834C, 0x50C9, 0x834D, 0x50CA, 0x834E, 0x50CB, 0x834F, 0x50CC, 0x8350, 0x50CD, 0x8351, 0x50CE, 0x8352, 0x50D0, - 0x8353, 0x50D1, 0x8354, 0x50D2, 0x8355, 0x50D3, 0x8356, 0x50D4, 0x8357, 0x50D5, 0x8358, 0x50D7, 0x8359, 0x50D8, 0x835A, 0x50D9, - 0x835B, 0x50DB, 0x835C, 0x50DC, 0x835D, 0x50DD, 0x835E, 0x50DE, 0x835F, 0x50DF, 0x8360, 0x50E0, 0x8361, 0x50E1, 0x8362, 0x50E2, - 0x8363, 0x50E3, 0x8364, 0x50E4, 0x8365, 0x50E5, 0x8366, 0x50E8, 0x8367, 0x50E9, 0x8368, 0x50EA, 0x8369, 0x50EB, 0x836A, 0x50EF, - 0x836B, 0x50F0, 0x836C, 0x50F1, 0x836D, 0x50F2, 0x836E, 0x50F4, 0x836F, 0x50F6, 0x8370, 0x50F7, 0x8371, 0x50F8, 0x8372, 0x50F9, - 0x8373, 0x50FA, 0x8374, 0x50FC, 0x8375, 0x50FD, 0x8376, 0x50FE, 0x8377, 0x50FF, 0x8378, 0x5100, 0x8379, 0x5101, 0x837A, 0x5102, - 0x837B, 0x5103, 0x837C, 0x5104, 0x837D, 0x5105, 0x837E, 0x5108, 0x8380, 0x5109, 0x8381, 0x510A, 0x8382, 0x510C, 0x8383, 0x510D, - 0x8384, 0x510E, 0x8385, 0x510F, 0x8386, 0x5110, 0x8387, 0x5111, 0x8388, 0x5113, 0x8389, 0x5114, 0x838A, 0x5115, 0x838B, 0x5116, - 0x838C, 0x5117, 0x838D, 0x5118, 0x838E, 0x5119, 0x838F, 0x511A, 0x8390, 0x511B, 0x8391, 0x511C, 0x8392, 0x511D, 0x8393, 0x511E, - 0x8394, 0x511F, 0x8395, 0x5120, 0x8396, 0x5122, 0x8397, 0x5123, 0x8398, 0x5124, 0x8399, 0x5125, 0x839A, 0x5126, 0x839B, 0x5127, - 0x839C, 0x5128, 0x839D, 0x5129, 0x839E, 0x512A, 0x839F, 0x512B, 0x83A0, 0x512C, 0x83A1, 0x512D, 0x83A2, 0x512E, 0x83A3, 0x512F, - 0x83A4, 0x5130, 0x83A5, 0x5131, 0x83A6, 0x5132, 0x83A7, 0x5133, 0x83A8, 0x5134, 0x83A9, 0x5135, 0x83AA, 0x5136, 0x83AB, 0x5137, - 0x83AC, 0x5138, 0x83AD, 0x5139, 0x83AE, 0x513A, 0x83AF, 0x513B, 0x83B0, 0x513C, 0x83B1, 0x513D, 0x83B2, 0x513E, 0x83B3, 0x5142, - 0x83B4, 0x5147, 0x83B5, 0x514A, 0x83B6, 0x514C, 0x83B7, 0x514E, 0x83B8, 0x514F, 0x83B9, 0x5150, 0x83BA, 0x5152, 0x83BB, 0x5153, - 0x83BC, 0x5157, 0x83BD, 0x5158, 0x83BE, 0x5159, 0x83BF, 0x515B, 0x83C0, 0x515D, 0x83C1, 0x515E, 0x83C2, 0x515F, 0x83C3, 0x5160, - 0x83C4, 0x5161, 0x83C5, 0x5163, 0x83C6, 0x5164, 0x83C7, 0x5166, 0x83C8, 0x5167, 0x83C9, 0x5169, 0x83CA, 0x516A, 0x83CB, 0x516F, - 0x83CC, 0x5172, 0x83CD, 0x517A, 0x83CE, 0x517E, 0x83CF, 0x517F, 0x83D0, 0x5183, 0x83D1, 0x5184, 0x83D2, 0x5186, 0x83D3, 0x5187, - 0x83D4, 0x518A, 0x83D5, 0x518B, 0x83D6, 0x518E, 0x83D7, 0x518F, 0x83D8, 0x5190, 0x83D9, 0x5191, 0x83DA, 0x5193, 0x83DB, 0x5194, - 0x83DC, 0x5198, 0x83DD, 0x519A, 0x83DE, 0x519D, 0x83DF, 0x519E, 0x83E0, 0x519F, 0x83E1, 0x51A1, 0x83E2, 0x51A3, 0x83E3, 0x51A6, - 0x83E4, 0x51A7, 0x83E5, 0x51A8, 0x83E6, 0x51A9, 0x83E7, 0x51AA, 0x83E8, 0x51AD, 0x83E9, 0x51AE, 0x83EA, 0x51B4, 0x83EB, 0x51B8, - 0x83EC, 0x51B9, 0x83ED, 0x51BA, 0x83EE, 0x51BE, 0x83EF, 0x51BF, 0x83F0, 0x51C1, 0x83F1, 0x51C2, 0x83F2, 0x51C3, 0x83F3, 0x51C5, - 0x83F4, 0x51C8, 0x83F5, 0x51CA, 0x83F6, 0x51CD, 0x83F7, 0x51CE, 0x83F8, 0x51D0, 0x83F9, 0x51D2, 0x83FA, 0x51D3, 0x83FB, 0x51D4, - 0x83FC, 0x51D5, 0x83FD, 0x51D6, 0x83FE, 0x51D7, 0x8440, 0x51D8, 0x8441, 0x51D9, 0x8442, 0x51DA, 0x8443, 0x51DC, 0x8444, 0x51DE, - 0x8445, 0x51DF, 0x8446, 0x51E2, 0x8447, 0x51E3, 0x8448, 0x51E5, 0x8449, 0x51E6, 0x844A, 0x51E7, 0x844B, 0x51E8, 0x844C, 0x51E9, - 0x844D, 0x51EA, 0x844E, 0x51EC, 0x844F, 0x51EE, 0x8450, 0x51F1, 0x8451, 0x51F2, 0x8452, 0x51F4, 0x8453, 0x51F7, 0x8454, 0x51FE, - 0x8455, 0x5204, 0x8456, 0x5205, 0x8457, 0x5209, 0x8458, 0x520B, 0x8459, 0x520C, 0x845A, 0x520F, 0x845B, 0x5210, 0x845C, 0x5213, - 0x845D, 0x5214, 0x845E, 0x5215, 0x845F, 0x521C, 0x8460, 0x521E, 0x8461, 0x521F, 0x8462, 0x5221, 0x8463, 0x5222, 0x8464, 0x5223, - 0x8465, 0x5225, 0x8466, 0x5226, 0x8467, 0x5227, 0x8468, 0x522A, 0x8469, 0x522C, 0x846A, 0x522F, 0x846B, 0x5231, 0x846C, 0x5232, - 0x846D, 0x5234, 0x846E, 0x5235, 0x846F, 0x523C, 0x8470, 0x523E, 0x8471, 0x5244, 0x8472, 0x5245, 0x8473, 0x5246, 0x8474, 0x5247, - 0x8475, 0x5248, 0x8476, 0x5249, 0x8477, 0x524B, 0x8478, 0x524E, 0x8479, 0x524F, 0x847A, 0x5252, 0x847B, 0x5253, 0x847C, 0x5255, - 0x847D, 0x5257, 0x847E, 0x5258, 0x8480, 0x5259, 0x8481, 0x525A, 0x8482, 0x525B, 0x8483, 0x525D, 0x8484, 0x525F, 0x8485, 0x5260, - 0x8486, 0x5262, 0x8487, 0x5263, 0x8488, 0x5264, 0x8489, 0x5266, 0x848A, 0x5268, 0x848B, 0x526B, 0x848C, 0x526C, 0x848D, 0x526D, - 0x848E, 0x526E, 0x848F, 0x5270, 0x8490, 0x5271, 0x8491, 0x5273, 0x8492, 0x5274, 0x8493, 0x5275, 0x8494, 0x5276, 0x8495, 0x5277, - 0x8496, 0x5278, 0x8497, 0x5279, 0x8498, 0x527A, 0x8499, 0x527B, 0x849A, 0x527C, 0x849B, 0x527E, 0x849C, 0x5280, 0x849D, 0x5283, - 0x849E, 0x5284, 0x849F, 0x5285, 0x84A0, 0x5286, 0x84A1, 0x5287, 0x84A2, 0x5289, 0x84A3, 0x528A, 0x84A4, 0x528B, 0x84A5, 0x528C, - 0x84A6, 0x528D, 0x84A7, 0x528E, 0x84A8, 0x528F, 0x84A9, 0x5291, 0x84AA, 0x5292, 0x84AB, 0x5294, 0x84AC, 0x5295, 0x84AD, 0x5296, - 0x84AE, 0x5297, 0x84AF, 0x5298, 0x84B0, 0x5299, 0x84B1, 0x529A, 0x84B2, 0x529C, 0x84B3, 0x52A4, 0x84B4, 0x52A5, 0x84B5, 0x52A6, - 0x84B6, 0x52A7, 0x84B7, 0x52AE, 0x84B8, 0x52AF, 0x84B9, 0x52B0, 0x84BA, 0x52B4, 0x84BB, 0x52B5, 0x84BC, 0x52B6, 0x84BD, 0x52B7, - 0x84BE, 0x52B8, 0x84BF, 0x52B9, 0x84C0, 0x52BA, 0x84C1, 0x52BB, 0x84C2, 0x52BC, 0x84C3, 0x52BD, 0x84C4, 0x52C0, 0x84C5, 0x52C1, - 0x84C6, 0x52C2, 0x84C7, 0x52C4, 0x84C8, 0x52C5, 0x84C9, 0x52C6, 0x84CA, 0x52C8, 0x84CB, 0x52CA, 0x84CC, 0x52CC, 0x84CD, 0x52CD, - 0x84CE, 0x52CE, 0x84CF, 0x52CF, 0x84D0, 0x52D1, 0x84D1, 0x52D3, 0x84D2, 0x52D4, 0x84D3, 0x52D5, 0x84D4, 0x52D7, 0x84D5, 0x52D9, - 0x84D6, 0x52DA, 0x84D7, 0x52DB, 0x84D8, 0x52DC, 0x84D9, 0x52DD, 0x84DA, 0x52DE, 0x84DB, 0x52E0, 0x84DC, 0x52E1, 0x84DD, 0x52E2, - 0x84DE, 0x52E3, 0x84DF, 0x52E5, 0x84E0, 0x52E6, 0x84E1, 0x52E7, 0x84E2, 0x52E8, 0x84E3, 0x52E9, 0x84E4, 0x52EA, 0x84E5, 0x52EB, - 0x84E6, 0x52EC, 0x84E7, 0x52ED, 0x84E8, 0x52EE, 0x84E9, 0x52EF, 0x84EA, 0x52F1, 0x84EB, 0x52F2, 0x84EC, 0x52F3, 0x84ED, 0x52F4, - 0x84EE, 0x52F5, 0x84EF, 0x52F6, 0x84F0, 0x52F7, 0x84F1, 0x52F8, 0x84F2, 0x52FB, 0x84F3, 0x52FC, 0x84F4, 0x52FD, 0x84F5, 0x5301, - 0x84F6, 0x5302, 0x84F7, 0x5303, 0x84F8, 0x5304, 0x84F9, 0x5307, 0x84FA, 0x5309, 0x84FB, 0x530A, 0x84FC, 0x530B, 0x84FD, 0x530C, - 0x84FE, 0x530E, 0x8540, 0x5311, 0x8541, 0x5312, 0x8542, 0x5313, 0x8543, 0x5314, 0x8544, 0x5318, 0x8545, 0x531B, 0x8546, 0x531C, - 0x8547, 0x531E, 0x8548, 0x531F, 0x8549, 0x5322, 0x854A, 0x5324, 0x854B, 0x5325, 0x854C, 0x5327, 0x854D, 0x5328, 0x854E, 0x5329, - 0x854F, 0x532B, 0x8550, 0x532C, 0x8551, 0x532D, 0x8552, 0x532F, 0x8553, 0x5330, 0x8554, 0x5331, 0x8555, 0x5332, 0x8556, 0x5333, - 0x8557, 0x5334, 0x8558, 0x5335, 0x8559, 0x5336, 0x855A, 0x5337, 0x855B, 0x5338, 0x855C, 0x533C, 0x855D, 0x533D, 0x855E, 0x5340, - 0x855F, 0x5342, 0x8560, 0x5344, 0x8561, 0x5346, 0x8562, 0x534B, 0x8563, 0x534C, 0x8564, 0x534D, 0x8565, 0x5350, 0x8566, 0x5354, - 0x8567, 0x5358, 0x8568, 0x5359, 0x8569, 0x535B, 0x856A, 0x535D, 0x856B, 0x5365, 0x856C, 0x5368, 0x856D, 0x536A, 0x856E, 0x536C, - 0x856F, 0x536D, 0x8570, 0x5372, 0x8571, 0x5376, 0x8572, 0x5379, 0x8573, 0x537B, 0x8574, 0x537C, 0x8575, 0x537D, 0x8576, 0x537E, - 0x8577, 0x5380, 0x8578, 0x5381, 0x8579, 0x5383, 0x857A, 0x5387, 0x857B, 0x5388, 0x857C, 0x538A, 0x857D, 0x538E, 0x857E, 0x538F, - 0x8580, 0x5390, 0x8581, 0x5391, 0x8582, 0x5392, 0x8583, 0x5393, 0x8584, 0x5394, 0x8585, 0x5396, 0x8586, 0x5397, 0x8587, 0x5399, - 0x8588, 0x539B, 0x8589, 0x539C, 0x858A, 0x539E, 0x858B, 0x53A0, 0x858C, 0x53A1, 0x858D, 0x53A4, 0x858E, 0x53A7, 0x858F, 0x53AA, - 0x8590, 0x53AB, 0x8591, 0x53AC, 0x8592, 0x53AD, 0x8593, 0x53AF, 0x8594, 0x53B0, 0x8595, 0x53B1, 0x8596, 0x53B2, 0x8597, 0x53B3, - 0x8598, 0x53B4, 0x8599, 0x53B5, 0x859A, 0x53B7, 0x859B, 0x53B8, 0x859C, 0x53B9, 0x859D, 0x53BA, 0x859E, 0x53BC, 0x859F, 0x53BD, - 0x85A0, 0x53BE, 0x85A1, 0x53C0, 0x85A2, 0x53C3, 0x85A3, 0x53C4, 0x85A4, 0x53C5, 0x85A5, 0x53C6, 0x85A6, 0x53C7, 0x85A7, 0x53CE, - 0x85A8, 0x53CF, 0x85A9, 0x53D0, 0x85AA, 0x53D2, 0x85AB, 0x53D3, 0x85AC, 0x53D5, 0x85AD, 0x53DA, 0x85AE, 0x53DC, 0x85AF, 0x53DD, - 0x85B0, 0x53DE, 0x85B1, 0x53E1, 0x85B2, 0x53E2, 0x85B3, 0x53E7, 0x85B4, 0x53F4, 0x85B5, 0x53FA, 0x85B6, 0x53FE, 0x85B7, 0x53FF, - 0x85B8, 0x5400, 0x85B9, 0x5402, 0x85BA, 0x5405, 0x85BB, 0x5407, 0x85BC, 0x540B, 0x85BD, 0x5414, 0x85BE, 0x5418, 0x85BF, 0x5419, - 0x85C0, 0x541A, 0x85C1, 0x541C, 0x85C2, 0x5422, 0x85C3, 0x5424, 0x85C4, 0x5425, 0x85C5, 0x542A, 0x85C6, 0x5430, 0x85C7, 0x5433, - 0x85C8, 0x5436, 0x85C9, 0x5437, 0x85CA, 0x543A, 0x85CB, 0x543D, 0x85CC, 0x543F, 0x85CD, 0x5441, 0x85CE, 0x5442, 0x85CF, 0x5444, - 0x85D0, 0x5445, 0x85D1, 0x5447, 0x85D2, 0x5449, 0x85D3, 0x544C, 0x85D4, 0x544D, 0x85D5, 0x544E, 0x85D6, 0x544F, 0x85D7, 0x5451, - 0x85D8, 0x545A, 0x85D9, 0x545D, 0x85DA, 0x545E, 0x85DB, 0x545F, 0x85DC, 0x5460, 0x85DD, 0x5461, 0x85DE, 0x5463, 0x85DF, 0x5465, - 0x85E0, 0x5467, 0x85E1, 0x5469, 0x85E2, 0x546A, 0x85E3, 0x546B, 0x85E4, 0x546C, 0x85E5, 0x546D, 0x85E6, 0x546E, 0x85E7, 0x546F, - 0x85E8, 0x5470, 0x85E9, 0x5474, 0x85EA, 0x5479, 0x85EB, 0x547A, 0x85EC, 0x547E, 0x85ED, 0x547F, 0x85EE, 0x5481, 0x85EF, 0x5483, - 0x85F0, 0x5485, 0x85F1, 0x5487, 0x85F2, 0x5488, 0x85F3, 0x5489, 0x85F4, 0x548A, 0x85F5, 0x548D, 0x85F6, 0x5491, 0x85F7, 0x5493, - 0x85F8, 0x5497, 0x85F9, 0x5498, 0x85FA, 0x549C, 0x85FB, 0x549E, 0x85FC, 0x549F, 0x85FD, 0x54A0, 0x85FE, 0x54A1, 0x8640, 0x54A2, - 0x8641, 0x54A5, 0x8642, 0x54AE, 0x8643, 0x54B0, 0x8644, 0x54B2, 0x8645, 0x54B5, 0x8646, 0x54B6, 0x8647, 0x54B7, 0x8648, 0x54B9, - 0x8649, 0x54BA, 0x864A, 0x54BC, 0x864B, 0x54BE, 0x864C, 0x54C3, 0x864D, 0x54C5, 0x864E, 0x54CA, 0x864F, 0x54CB, 0x8650, 0x54D6, - 0x8651, 0x54D8, 0x8652, 0x54DB, 0x8653, 0x54E0, 0x8654, 0x54E1, 0x8655, 0x54E2, 0x8656, 0x54E3, 0x8657, 0x54E4, 0x8658, 0x54EB, - 0x8659, 0x54EC, 0x865A, 0x54EF, 0x865B, 0x54F0, 0x865C, 0x54F1, 0x865D, 0x54F4, 0x865E, 0x54F5, 0x865F, 0x54F6, 0x8660, 0x54F7, - 0x8661, 0x54F8, 0x8662, 0x54F9, 0x8663, 0x54FB, 0x8664, 0x54FE, 0x8665, 0x5500, 0x8666, 0x5502, 0x8667, 0x5503, 0x8668, 0x5504, - 0x8669, 0x5505, 0x866A, 0x5508, 0x866B, 0x550A, 0x866C, 0x550B, 0x866D, 0x550C, 0x866E, 0x550D, 0x866F, 0x550E, 0x8670, 0x5512, - 0x8671, 0x5513, 0x8672, 0x5515, 0x8673, 0x5516, 0x8674, 0x5517, 0x8675, 0x5518, 0x8676, 0x5519, 0x8677, 0x551A, 0x8678, 0x551C, - 0x8679, 0x551D, 0x867A, 0x551E, 0x867B, 0x551F, 0x867C, 0x5521, 0x867D, 0x5525, 0x867E, 0x5526, 0x8680, 0x5528, 0x8681, 0x5529, - 0x8682, 0x552B, 0x8683, 0x552D, 0x8684, 0x5532, 0x8685, 0x5534, 0x8686, 0x5535, 0x8687, 0x5536, 0x8688, 0x5538, 0x8689, 0x5539, - 0x868A, 0x553A, 0x868B, 0x553B, 0x868C, 0x553D, 0x868D, 0x5540, 0x868E, 0x5542, 0x868F, 0x5545, 0x8690, 0x5547, 0x8691, 0x5548, - 0x8692, 0x554B, 0x8693, 0x554C, 0x8694, 0x554D, 0x8695, 0x554E, 0x8696, 0x554F, 0x8697, 0x5551, 0x8698, 0x5552, 0x8699, 0x5553, - 0x869A, 0x5554, 0x869B, 0x5557, 0x869C, 0x5558, 0x869D, 0x5559, 0x869E, 0x555A, 0x869F, 0x555B, 0x86A0, 0x555D, 0x86A1, 0x555E, - 0x86A2, 0x555F, 0x86A3, 0x5560, 0x86A4, 0x5562, 0x86A5, 0x5563, 0x86A6, 0x5568, 0x86A7, 0x5569, 0x86A8, 0x556B, 0x86A9, 0x556F, - 0x86AA, 0x5570, 0x86AB, 0x5571, 0x86AC, 0x5572, 0x86AD, 0x5573, 0x86AE, 0x5574, 0x86AF, 0x5579, 0x86B0, 0x557A, 0x86B1, 0x557D, - 0x86B2, 0x557F, 0x86B3, 0x5585, 0x86B4, 0x5586, 0x86B5, 0x558C, 0x86B6, 0x558D, 0x86B7, 0x558E, 0x86B8, 0x5590, 0x86B9, 0x5592, - 0x86BA, 0x5593, 0x86BB, 0x5595, 0x86BC, 0x5596, 0x86BD, 0x5597, 0x86BE, 0x559A, 0x86BF, 0x559B, 0x86C0, 0x559E, 0x86C1, 0x55A0, - 0x86C2, 0x55A1, 0x86C3, 0x55A2, 0x86C4, 0x55A3, 0x86C5, 0x55A4, 0x86C6, 0x55A5, 0x86C7, 0x55A6, 0x86C8, 0x55A8, 0x86C9, 0x55A9, - 0x86CA, 0x55AA, 0x86CB, 0x55AB, 0x86CC, 0x55AC, 0x86CD, 0x55AD, 0x86CE, 0x55AE, 0x86CF, 0x55AF, 0x86D0, 0x55B0, 0x86D1, 0x55B2, - 0x86D2, 0x55B4, 0x86D3, 0x55B6, 0x86D4, 0x55B8, 0x86D5, 0x55BA, 0x86D6, 0x55BC, 0x86D7, 0x55BF, 0x86D8, 0x55C0, 0x86D9, 0x55C1, - 0x86DA, 0x55C2, 0x86DB, 0x55C3, 0x86DC, 0x55C6, 0x86DD, 0x55C7, 0x86DE, 0x55C8, 0x86DF, 0x55CA, 0x86E0, 0x55CB, 0x86E1, 0x55CE, - 0x86E2, 0x55CF, 0x86E3, 0x55D0, 0x86E4, 0x55D5, 0x86E5, 0x55D7, 0x86E6, 0x55D8, 0x86E7, 0x55D9, 0x86E8, 0x55DA, 0x86E9, 0x55DB, - 0x86EA, 0x55DE, 0x86EB, 0x55E0, 0x86EC, 0x55E2, 0x86ED, 0x55E7, 0x86EE, 0x55E9, 0x86EF, 0x55ED, 0x86F0, 0x55EE, 0x86F1, 0x55F0, - 0x86F2, 0x55F1, 0x86F3, 0x55F4, 0x86F4, 0x55F6, 0x86F5, 0x55F8, 0x86F6, 0x55F9, 0x86F7, 0x55FA, 0x86F8, 0x55FB, 0x86F9, 0x55FC, - 0x86FA, 0x55FF, 0x86FB, 0x5602, 0x86FC, 0x5603, 0x86FD, 0x5604, 0x86FE, 0x5605, 0x8740, 0x5606, 0x8741, 0x5607, 0x8742, 0x560A, - 0x8743, 0x560B, 0x8744, 0x560D, 0x8745, 0x5610, 0x8746, 0x5611, 0x8747, 0x5612, 0x8748, 0x5613, 0x8749, 0x5614, 0x874A, 0x5615, - 0x874B, 0x5616, 0x874C, 0x5617, 0x874D, 0x5619, 0x874E, 0x561A, 0x874F, 0x561C, 0x8750, 0x561D, 0x8751, 0x5620, 0x8752, 0x5621, - 0x8753, 0x5622, 0x8754, 0x5625, 0x8755, 0x5626, 0x8756, 0x5628, 0x8757, 0x5629, 0x8758, 0x562A, 0x8759, 0x562B, 0x875A, 0x562E, - 0x875B, 0x562F, 0x875C, 0x5630, 0x875D, 0x5633, 0x875E, 0x5635, 0x875F, 0x5637, 0x8760, 0x5638, 0x8761, 0x563A, 0x8762, 0x563C, - 0x8763, 0x563D, 0x8764, 0x563E, 0x8765, 0x5640, 0x8766, 0x5641, 0x8767, 0x5642, 0x8768, 0x5643, 0x8769, 0x5644, 0x876A, 0x5645, - 0x876B, 0x5646, 0x876C, 0x5647, 0x876D, 0x5648, 0x876E, 0x5649, 0x876F, 0x564A, 0x8770, 0x564B, 0x8771, 0x564F, 0x8772, 0x5650, - 0x8773, 0x5651, 0x8774, 0x5652, 0x8775, 0x5653, 0x8776, 0x5655, 0x8777, 0x5656, 0x8778, 0x565A, 0x8779, 0x565B, 0x877A, 0x565D, - 0x877B, 0x565E, 0x877C, 0x565F, 0x877D, 0x5660, 0x877E, 0x5661, 0x8780, 0x5663, 0x8781, 0x5665, 0x8782, 0x5666, 0x8783, 0x5667, - 0x8784, 0x566D, 0x8785, 0x566E, 0x8786, 0x566F, 0x8787, 0x5670, 0x8788, 0x5672, 0x8789, 0x5673, 0x878A, 0x5674, 0x878B, 0x5675, - 0x878C, 0x5677, 0x878D, 0x5678, 0x878E, 0x5679, 0x878F, 0x567A, 0x8790, 0x567D, 0x8791, 0x567E, 0x8792, 0x567F, 0x8793, 0x5680, - 0x8794, 0x5681, 0x8795, 0x5682, 0x8796, 0x5683, 0x8797, 0x5684, 0x8798, 0x5687, 0x8799, 0x5688, 0x879A, 0x5689, 0x879B, 0x568A, - 0x879C, 0x568B, 0x879D, 0x568C, 0x879E, 0x568D, 0x879F, 0x5690, 0x87A0, 0x5691, 0x87A1, 0x5692, 0x87A2, 0x5694, 0x87A3, 0x5695, - 0x87A4, 0x5696, 0x87A5, 0x5697, 0x87A6, 0x5698, 0x87A7, 0x5699, 0x87A8, 0x569A, 0x87A9, 0x569B, 0x87AA, 0x569C, 0x87AB, 0x569D, - 0x87AC, 0x569E, 0x87AD, 0x569F, 0x87AE, 0x56A0, 0x87AF, 0x56A1, 0x87B0, 0x56A2, 0x87B1, 0x56A4, 0x87B2, 0x56A5, 0x87B3, 0x56A6, - 0x87B4, 0x56A7, 0x87B5, 0x56A8, 0x87B6, 0x56A9, 0x87B7, 0x56AA, 0x87B8, 0x56AB, 0x87B9, 0x56AC, 0x87BA, 0x56AD, 0x87BB, 0x56AE, - 0x87BC, 0x56B0, 0x87BD, 0x56B1, 0x87BE, 0x56B2, 0x87BF, 0x56B3, 0x87C0, 0x56B4, 0x87C1, 0x56B5, 0x87C2, 0x56B6, 0x87C3, 0x56B8, - 0x87C4, 0x56B9, 0x87C5, 0x56BA, 0x87C6, 0x56BB, 0x87C7, 0x56BD, 0x87C8, 0x56BE, 0x87C9, 0x56BF, 0x87CA, 0x56C0, 0x87CB, 0x56C1, - 0x87CC, 0x56C2, 0x87CD, 0x56C3, 0x87CE, 0x56C4, 0x87CF, 0x56C5, 0x87D0, 0x56C6, 0x87D1, 0x56C7, 0x87D2, 0x56C8, 0x87D3, 0x56C9, - 0x87D4, 0x56CB, 0x87D5, 0x56CC, 0x87D6, 0x56CD, 0x87D7, 0x56CE, 0x87D8, 0x56CF, 0x87D9, 0x56D0, 0x87DA, 0x56D1, 0x87DB, 0x56D2, - 0x87DC, 0x56D3, 0x87DD, 0x56D5, 0x87DE, 0x56D6, 0x87DF, 0x56D8, 0x87E0, 0x56D9, 0x87E1, 0x56DC, 0x87E2, 0x56E3, 0x87E3, 0x56E5, - 0x87E4, 0x56E6, 0x87E5, 0x56E7, 0x87E6, 0x56E8, 0x87E7, 0x56E9, 0x87E8, 0x56EA, 0x87E9, 0x56EC, 0x87EA, 0x56EE, 0x87EB, 0x56EF, - 0x87EC, 0x56F2, 0x87ED, 0x56F3, 0x87EE, 0x56F6, 0x87EF, 0x56F7, 0x87F0, 0x56F8, 0x87F1, 0x56FB, 0x87F2, 0x56FC, 0x87F3, 0x5700, - 0x87F4, 0x5701, 0x87F5, 0x5702, 0x87F6, 0x5705, 0x87F7, 0x5707, 0x87F8, 0x570B, 0x87F9, 0x570C, 0x87FA, 0x570D, 0x87FB, 0x570E, - 0x87FC, 0x570F, 0x87FD, 0x5710, 0x87FE, 0x5711, 0x8840, 0x5712, 0x8841, 0x5713, 0x8842, 0x5714, 0x8843, 0x5715, 0x8844, 0x5716, - 0x8845, 0x5717, 0x8846, 0x5718, 0x8847, 0x5719, 0x8848, 0x571A, 0x8849, 0x571B, 0x884A, 0x571D, 0x884B, 0x571E, 0x884C, 0x5720, - 0x884D, 0x5721, 0x884E, 0x5722, 0x884F, 0x5724, 0x8850, 0x5725, 0x8851, 0x5726, 0x8852, 0x5727, 0x8853, 0x572B, 0x8854, 0x5731, - 0x8855, 0x5732, 0x8856, 0x5734, 0x8857, 0x5735, 0x8858, 0x5736, 0x8859, 0x5737, 0x885A, 0x5738, 0x885B, 0x573C, 0x885C, 0x573D, - 0x885D, 0x573F, 0x885E, 0x5741, 0x885F, 0x5743, 0x8860, 0x5744, 0x8861, 0x5745, 0x8862, 0x5746, 0x8863, 0x5748, 0x8864, 0x5749, - 0x8865, 0x574B, 0x8866, 0x5752, 0x8867, 0x5753, 0x8868, 0x5754, 0x8869, 0x5755, 0x886A, 0x5756, 0x886B, 0x5758, 0x886C, 0x5759, - 0x886D, 0x5762, 0x886E, 0x5763, 0x886F, 0x5765, 0x8870, 0x5767, 0x8871, 0x576C, 0x8872, 0x576E, 0x8873, 0x5770, 0x8874, 0x5771, - 0x8875, 0x5772, 0x8876, 0x5774, 0x8877, 0x5775, 0x8878, 0x5778, 0x8879, 0x5779, 0x887A, 0x577A, 0x887B, 0x577D, 0x887C, 0x577E, - 0x887D, 0x577F, 0x887E, 0x5780, 0x8880, 0x5781, 0x8881, 0x5787, 0x8882, 0x5788, 0x8883, 0x5789, 0x8884, 0x578A, 0x8885, 0x578D, - 0x8886, 0x578E, 0x8887, 0x578F, 0x8888, 0x5790, 0x8889, 0x5791, 0x888A, 0x5794, 0x888B, 0x5795, 0x888C, 0x5796, 0x888D, 0x5797, - 0x888E, 0x5798, 0x888F, 0x5799, 0x8890, 0x579A, 0x8891, 0x579C, 0x8892, 0x579D, 0x8893, 0x579E, 0x8894, 0x579F, 0x8895, 0x57A5, - 0x8896, 0x57A8, 0x8897, 0x57AA, 0x8898, 0x57AC, 0x8899, 0x57AF, 0x889A, 0x57B0, 0x889B, 0x57B1, 0x889C, 0x57B3, 0x889D, 0x57B5, - 0x889E, 0x57B6, 0x889F, 0x57B7, 0x88A0, 0x57B9, 0x88A1, 0x57BA, 0x88A2, 0x57BB, 0x88A3, 0x57BC, 0x88A4, 0x57BD, 0x88A5, 0x57BE, - 0x88A6, 0x57BF, 0x88A7, 0x57C0, 0x88A8, 0x57C1, 0x88A9, 0x57C4, 0x88AA, 0x57C5, 0x88AB, 0x57C6, 0x88AC, 0x57C7, 0x88AD, 0x57C8, - 0x88AE, 0x57C9, 0x88AF, 0x57CA, 0x88B0, 0x57CC, 0x88B1, 0x57CD, 0x88B2, 0x57D0, 0x88B3, 0x57D1, 0x88B4, 0x57D3, 0x88B5, 0x57D6, - 0x88B6, 0x57D7, 0x88B7, 0x57DB, 0x88B8, 0x57DC, 0x88B9, 0x57DE, 0x88BA, 0x57E1, 0x88BB, 0x57E2, 0x88BC, 0x57E3, 0x88BD, 0x57E5, - 0x88BE, 0x57E6, 0x88BF, 0x57E7, 0x88C0, 0x57E8, 0x88C1, 0x57E9, 0x88C2, 0x57EA, 0x88C3, 0x57EB, 0x88C4, 0x57EC, 0x88C5, 0x57EE, - 0x88C6, 0x57F0, 0x88C7, 0x57F1, 0x88C8, 0x57F2, 0x88C9, 0x57F3, 0x88CA, 0x57F5, 0x88CB, 0x57F6, 0x88CC, 0x57F7, 0x88CD, 0x57FB, - 0x88CE, 0x57FC, 0x88CF, 0x57FE, 0x88D0, 0x57FF, 0x88D1, 0x5801, 0x88D2, 0x5803, 0x88D3, 0x5804, 0x88D4, 0x5805, 0x88D5, 0x5808, - 0x88D6, 0x5809, 0x88D7, 0x580A, 0x88D8, 0x580C, 0x88D9, 0x580E, 0x88DA, 0x580F, 0x88DB, 0x5810, 0x88DC, 0x5812, 0x88DD, 0x5813, - 0x88DE, 0x5814, 0x88DF, 0x5816, 0x88E0, 0x5817, 0x88E1, 0x5818, 0x88E2, 0x581A, 0x88E3, 0x581B, 0x88E4, 0x581C, 0x88E5, 0x581D, - 0x88E6, 0x581F, 0x88E7, 0x5822, 0x88E8, 0x5823, 0x88E9, 0x5825, 0x88EA, 0x5826, 0x88EB, 0x5827, 0x88EC, 0x5828, 0x88ED, 0x5829, - 0x88EE, 0x582B, 0x88EF, 0x582C, 0x88F0, 0x582D, 0x88F1, 0x582E, 0x88F2, 0x582F, 0x88F3, 0x5831, 0x88F4, 0x5832, 0x88F5, 0x5833, - 0x88F6, 0x5834, 0x88F7, 0x5836, 0x88F8, 0x5837, 0x88F9, 0x5838, 0x88FA, 0x5839, 0x88FB, 0x583A, 0x88FC, 0x583B, 0x88FD, 0x583C, - 0x88FE, 0x583D, 0x8940, 0x583E, 0x8941, 0x583F, 0x8942, 0x5840, 0x8943, 0x5841, 0x8944, 0x5842, 0x8945, 0x5843, 0x8946, 0x5845, - 0x8947, 0x5846, 0x8948, 0x5847, 0x8949, 0x5848, 0x894A, 0x5849, 0x894B, 0x584A, 0x894C, 0x584B, 0x894D, 0x584E, 0x894E, 0x584F, - 0x894F, 0x5850, 0x8950, 0x5852, 0x8951, 0x5853, 0x8952, 0x5855, 0x8953, 0x5856, 0x8954, 0x5857, 0x8955, 0x5859, 0x8956, 0x585A, - 0x8957, 0x585B, 0x8958, 0x585C, 0x8959, 0x585D, 0x895A, 0x585F, 0x895B, 0x5860, 0x895C, 0x5861, 0x895D, 0x5862, 0x895E, 0x5863, - 0x895F, 0x5864, 0x8960, 0x5866, 0x8961, 0x5867, 0x8962, 0x5868, 0x8963, 0x5869, 0x8964, 0x586A, 0x8965, 0x586D, 0x8966, 0x586E, - 0x8967, 0x586F, 0x8968, 0x5870, 0x8969, 0x5871, 0x896A, 0x5872, 0x896B, 0x5873, 0x896C, 0x5874, 0x896D, 0x5875, 0x896E, 0x5876, - 0x896F, 0x5877, 0x8970, 0x5878, 0x8971, 0x5879, 0x8972, 0x587A, 0x8973, 0x587B, 0x8974, 0x587C, 0x8975, 0x587D, 0x8976, 0x587F, - 0x8977, 0x5882, 0x8978, 0x5884, 0x8979, 0x5886, 0x897A, 0x5887, 0x897B, 0x5888, 0x897C, 0x588A, 0x897D, 0x588B, 0x897E, 0x588C, - 0x8980, 0x588D, 0x8981, 0x588E, 0x8982, 0x588F, 0x8983, 0x5890, 0x8984, 0x5891, 0x8985, 0x5894, 0x8986, 0x5895, 0x8987, 0x5896, - 0x8988, 0x5897, 0x8989, 0x5898, 0x898A, 0x589B, 0x898B, 0x589C, 0x898C, 0x589D, 0x898D, 0x58A0, 0x898E, 0x58A1, 0x898F, 0x58A2, - 0x8990, 0x58A3, 0x8991, 0x58A4, 0x8992, 0x58A5, 0x8993, 0x58A6, 0x8994, 0x58A7, 0x8995, 0x58AA, 0x8996, 0x58AB, 0x8997, 0x58AC, - 0x8998, 0x58AD, 0x8999, 0x58AE, 0x899A, 0x58AF, 0x899B, 0x58B0, 0x899C, 0x58B1, 0x899D, 0x58B2, 0x899E, 0x58B3, 0x899F, 0x58B4, - 0x89A0, 0x58B5, 0x89A1, 0x58B6, 0x89A2, 0x58B7, 0x89A3, 0x58B8, 0x89A4, 0x58B9, 0x89A5, 0x58BA, 0x89A6, 0x58BB, 0x89A7, 0x58BD, - 0x89A8, 0x58BE, 0x89A9, 0x58BF, 0x89AA, 0x58C0, 0x89AB, 0x58C2, 0x89AC, 0x58C3, 0x89AD, 0x58C4, 0x89AE, 0x58C6, 0x89AF, 0x58C7, - 0x89B0, 0x58C8, 0x89B1, 0x58C9, 0x89B2, 0x58CA, 0x89B3, 0x58CB, 0x89B4, 0x58CC, 0x89B5, 0x58CD, 0x89B6, 0x58CE, 0x89B7, 0x58CF, - 0x89B8, 0x58D0, 0x89B9, 0x58D2, 0x89BA, 0x58D3, 0x89BB, 0x58D4, 0x89BC, 0x58D6, 0x89BD, 0x58D7, 0x89BE, 0x58D8, 0x89BF, 0x58D9, - 0x89C0, 0x58DA, 0x89C1, 0x58DB, 0x89C2, 0x58DC, 0x89C3, 0x58DD, 0x89C4, 0x58DE, 0x89C5, 0x58DF, 0x89C6, 0x58E0, 0x89C7, 0x58E1, - 0x89C8, 0x58E2, 0x89C9, 0x58E3, 0x89CA, 0x58E5, 0x89CB, 0x58E6, 0x89CC, 0x58E7, 0x89CD, 0x58E8, 0x89CE, 0x58E9, 0x89CF, 0x58EA, - 0x89D0, 0x58ED, 0x89D1, 0x58EF, 0x89D2, 0x58F1, 0x89D3, 0x58F2, 0x89D4, 0x58F4, 0x89D5, 0x58F5, 0x89D6, 0x58F7, 0x89D7, 0x58F8, - 0x89D8, 0x58FA, 0x89D9, 0x58FB, 0x89DA, 0x58FC, 0x89DB, 0x58FD, 0x89DC, 0x58FE, 0x89DD, 0x58FF, 0x89DE, 0x5900, 0x89DF, 0x5901, - 0x89E0, 0x5903, 0x89E1, 0x5905, 0x89E2, 0x5906, 0x89E3, 0x5908, 0x89E4, 0x5909, 0x89E5, 0x590A, 0x89E6, 0x590B, 0x89E7, 0x590C, - 0x89E8, 0x590E, 0x89E9, 0x5910, 0x89EA, 0x5911, 0x89EB, 0x5912, 0x89EC, 0x5913, 0x89ED, 0x5917, 0x89EE, 0x5918, 0x89EF, 0x591B, - 0x89F0, 0x591D, 0x89F1, 0x591E, 0x89F2, 0x5920, 0x89F3, 0x5921, 0x89F4, 0x5922, 0x89F5, 0x5923, 0x89F6, 0x5926, 0x89F7, 0x5928, - 0x89F8, 0x592C, 0x89F9, 0x5930, 0x89FA, 0x5932, 0x89FB, 0x5933, 0x89FC, 0x5935, 0x89FD, 0x5936, 0x89FE, 0x593B, 0x8A40, 0x593D, - 0x8A41, 0x593E, 0x8A42, 0x593F, 0x8A43, 0x5940, 0x8A44, 0x5943, 0x8A45, 0x5945, 0x8A46, 0x5946, 0x8A47, 0x594A, 0x8A48, 0x594C, - 0x8A49, 0x594D, 0x8A4A, 0x5950, 0x8A4B, 0x5952, 0x8A4C, 0x5953, 0x8A4D, 0x5959, 0x8A4E, 0x595B, 0x8A4F, 0x595C, 0x8A50, 0x595D, - 0x8A51, 0x595E, 0x8A52, 0x595F, 0x8A53, 0x5961, 0x8A54, 0x5963, 0x8A55, 0x5964, 0x8A56, 0x5966, 0x8A57, 0x5967, 0x8A58, 0x5968, - 0x8A59, 0x5969, 0x8A5A, 0x596A, 0x8A5B, 0x596B, 0x8A5C, 0x596C, 0x8A5D, 0x596D, 0x8A5E, 0x596E, 0x8A5F, 0x596F, 0x8A60, 0x5970, - 0x8A61, 0x5971, 0x8A62, 0x5972, 0x8A63, 0x5975, 0x8A64, 0x5977, 0x8A65, 0x597A, 0x8A66, 0x597B, 0x8A67, 0x597C, 0x8A68, 0x597E, - 0x8A69, 0x597F, 0x8A6A, 0x5980, 0x8A6B, 0x5985, 0x8A6C, 0x5989, 0x8A6D, 0x598B, 0x8A6E, 0x598C, 0x8A6F, 0x598E, 0x8A70, 0x598F, - 0x8A71, 0x5990, 0x8A72, 0x5991, 0x8A73, 0x5994, 0x8A74, 0x5995, 0x8A75, 0x5998, 0x8A76, 0x599A, 0x8A77, 0x599B, 0x8A78, 0x599C, - 0x8A79, 0x599D, 0x8A7A, 0x599F, 0x8A7B, 0x59A0, 0x8A7C, 0x59A1, 0x8A7D, 0x59A2, 0x8A7E, 0x59A6, 0x8A80, 0x59A7, 0x8A81, 0x59AC, - 0x8A82, 0x59AD, 0x8A83, 0x59B0, 0x8A84, 0x59B1, 0x8A85, 0x59B3, 0x8A86, 0x59B4, 0x8A87, 0x59B5, 0x8A88, 0x59B6, 0x8A89, 0x59B7, - 0x8A8A, 0x59B8, 0x8A8B, 0x59BA, 0x8A8C, 0x59BC, 0x8A8D, 0x59BD, 0x8A8E, 0x59BF, 0x8A8F, 0x59C0, 0x8A90, 0x59C1, 0x8A91, 0x59C2, - 0x8A92, 0x59C3, 0x8A93, 0x59C4, 0x8A94, 0x59C5, 0x8A95, 0x59C7, 0x8A96, 0x59C8, 0x8A97, 0x59C9, 0x8A98, 0x59CC, 0x8A99, 0x59CD, - 0x8A9A, 0x59CE, 0x8A9B, 0x59CF, 0x8A9C, 0x59D5, 0x8A9D, 0x59D6, 0x8A9E, 0x59D9, 0x8A9F, 0x59DB, 0x8AA0, 0x59DE, 0x8AA1, 0x59DF, - 0x8AA2, 0x59E0, 0x8AA3, 0x59E1, 0x8AA4, 0x59E2, 0x8AA5, 0x59E4, 0x8AA6, 0x59E6, 0x8AA7, 0x59E7, 0x8AA8, 0x59E9, 0x8AA9, 0x59EA, - 0x8AAA, 0x59EB, 0x8AAB, 0x59ED, 0x8AAC, 0x59EE, 0x8AAD, 0x59EF, 0x8AAE, 0x59F0, 0x8AAF, 0x59F1, 0x8AB0, 0x59F2, 0x8AB1, 0x59F3, - 0x8AB2, 0x59F4, 0x8AB3, 0x59F5, 0x8AB4, 0x59F6, 0x8AB5, 0x59F7, 0x8AB6, 0x59F8, 0x8AB7, 0x59FA, 0x8AB8, 0x59FC, 0x8AB9, 0x59FD, - 0x8ABA, 0x59FE, 0x8ABB, 0x5A00, 0x8ABC, 0x5A02, 0x8ABD, 0x5A0A, 0x8ABE, 0x5A0B, 0x8ABF, 0x5A0D, 0x8AC0, 0x5A0E, 0x8AC1, 0x5A0F, - 0x8AC2, 0x5A10, 0x8AC3, 0x5A12, 0x8AC4, 0x5A14, 0x8AC5, 0x5A15, 0x8AC6, 0x5A16, 0x8AC7, 0x5A17, 0x8AC8, 0x5A19, 0x8AC9, 0x5A1A, - 0x8ACA, 0x5A1B, 0x8ACB, 0x5A1D, 0x8ACC, 0x5A1E, 0x8ACD, 0x5A21, 0x8ACE, 0x5A22, 0x8ACF, 0x5A24, 0x8AD0, 0x5A26, 0x8AD1, 0x5A27, - 0x8AD2, 0x5A28, 0x8AD3, 0x5A2A, 0x8AD4, 0x5A2B, 0x8AD5, 0x5A2C, 0x8AD6, 0x5A2D, 0x8AD7, 0x5A2E, 0x8AD8, 0x5A2F, 0x8AD9, 0x5A30, - 0x8ADA, 0x5A33, 0x8ADB, 0x5A35, 0x8ADC, 0x5A37, 0x8ADD, 0x5A38, 0x8ADE, 0x5A39, 0x8ADF, 0x5A3A, 0x8AE0, 0x5A3B, 0x8AE1, 0x5A3D, - 0x8AE2, 0x5A3E, 0x8AE3, 0x5A3F, 0x8AE4, 0x5A41, 0x8AE5, 0x5A42, 0x8AE6, 0x5A43, 0x8AE7, 0x5A44, 0x8AE8, 0x5A45, 0x8AE9, 0x5A47, - 0x8AEA, 0x5A48, 0x8AEB, 0x5A4B, 0x8AEC, 0x5A4C, 0x8AED, 0x5A4D, 0x8AEE, 0x5A4E, 0x8AEF, 0x5A4F, 0x8AF0, 0x5A50, 0x8AF1, 0x5A51, - 0x8AF2, 0x5A52, 0x8AF3, 0x5A53, 0x8AF4, 0x5A54, 0x8AF5, 0x5A56, 0x8AF6, 0x5A57, 0x8AF7, 0x5A58, 0x8AF8, 0x5A59, 0x8AF9, 0x5A5B, - 0x8AFA, 0x5A5C, 0x8AFB, 0x5A5D, 0x8AFC, 0x5A5E, 0x8AFD, 0x5A5F, 0x8AFE, 0x5A60, 0x8B40, 0x5A61, 0x8B41, 0x5A63, 0x8B42, 0x5A64, - 0x8B43, 0x5A65, 0x8B44, 0x5A66, 0x8B45, 0x5A68, 0x8B46, 0x5A69, 0x8B47, 0x5A6B, 0x8B48, 0x5A6C, 0x8B49, 0x5A6D, 0x8B4A, 0x5A6E, - 0x8B4B, 0x5A6F, 0x8B4C, 0x5A70, 0x8B4D, 0x5A71, 0x8B4E, 0x5A72, 0x8B4F, 0x5A73, 0x8B50, 0x5A78, 0x8B51, 0x5A79, 0x8B52, 0x5A7B, - 0x8B53, 0x5A7C, 0x8B54, 0x5A7D, 0x8B55, 0x5A7E, 0x8B56, 0x5A80, 0x8B57, 0x5A81, 0x8B58, 0x5A82, 0x8B59, 0x5A83, 0x8B5A, 0x5A84, - 0x8B5B, 0x5A85, 0x8B5C, 0x5A86, 0x8B5D, 0x5A87, 0x8B5E, 0x5A88, 0x8B5F, 0x5A89, 0x8B60, 0x5A8A, 0x8B61, 0x5A8B, 0x8B62, 0x5A8C, - 0x8B63, 0x5A8D, 0x8B64, 0x5A8E, 0x8B65, 0x5A8F, 0x8B66, 0x5A90, 0x8B67, 0x5A91, 0x8B68, 0x5A93, 0x8B69, 0x5A94, 0x8B6A, 0x5A95, - 0x8B6B, 0x5A96, 0x8B6C, 0x5A97, 0x8B6D, 0x5A98, 0x8B6E, 0x5A99, 0x8B6F, 0x5A9C, 0x8B70, 0x5A9D, 0x8B71, 0x5A9E, 0x8B72, 0x5A9F, - 0x8B73, 0x5AA0, 0x8B74, 0x5AA1, 0x8B75, 0x5AA2, 0x8B76, 0x5AA3, 0x8B77, 0x5AA4, 0x8B78, 0x5AA5, 0x8B79, 0x5AA6, 0x8B7A, 0x5AA7, - 0x8B7B, 0x5AA8, 0x8B7C, 0x5AA9, 0x8B7D, 0x5AAB, 0x8B7E, 0x5AAC, 0x8B80, 0x5AAD, 0x8B81, 0x5AAE, 0x8B82, 0x5AAF, 0x8B83, 0x5AB0, - 0x8B84, 0x5AB1, 0x8B85, 0x5AB4, 0x8B86, 0x5AB6, 0x8B87, 0x5AB7, 0x8B88, 0x5AB9, 0x8B89, 0x5ABA, 0x8B8A, 0x5ABB, 0x8B8B, 0x5ABC, - 0x8B8C, 0x5ABD, 0x8B8D, 0x5ABF, 0x8B8E, 0x5AC0, 0x8B8F, 0x5AC3, 0x8B90, 0x5AC4, 0x8B91, 0x5AC5, 0x8B92, 0x5AC6, 0x8B93, 0x5AC7, - 0x8B94, 0x5AC8, 0x8B95, 0x5ACA, 0x8B96, 0x5ACB, 0x8B97, 0x5ACD, 0x8B98, 0x5ACE, 0x8B99, 0x5ACF, 0x8B9A, 0x5AD0, 0x8B9B, 0x5AD1, - 0x8B9C, 0x5AD3, 0x8B9D, 0x5AD5, 0x8B9E, 0x5AD7, 0x8B9F, 0x5AD9, 0x8BA0, 0x5ADA, 0x8BA1, 0x5ADB, 0x8BA2, 0x5ADD, 0x8BA3, 0x5ADE, - 0x8BA4, 0x5ADF, 0x8BA5, 0x5AE2, 0x8BA6, 0x5AE4, 0x8BA7, 0x5AE5, 0x8BA8, 0x5AE7, 0x8BA9, 0x5AE8, 0x8BAA, 0x5AEA, 0x8BAB, 0x5AEC, - 0x8BAC, 0x5AED, 0x8BAD, 0x5AEE, 0x8BAE, 0x5AEF, 0x8BAF, 0x5AF0, 0x8BB0, 0x5AF2, 0x8BB1, 0x5AF3, 0x8BB2, 0x5AF4, 0x8BB3, 0x5AF5, - 0x8BB4, 0x5AF6, 0x8BB5, 0x5AF7, 0x8BB6, 0x5AF8, 0x8BB7, 0x5AF9, 0x8BB8, 0x5AFA, 0x8BB9, 0x5AFB, 0x8BBA, 0x5AFC, 0x8BBB, 0x5AFD, - 0x8BBC, 0x5AFE, 0x8BBD, 0x5AFF, 0x8BBE, 0x5B00, 0x8BBF, 0x5B01, 0x8BC0, 0x5B02, 0x8BC1, 0x5B03, 0x8BC2, 0x5B04, 0x8BC3, 0x5B05, - 0x8BC4, 0x5B06, 0x8BC5, 0x5B07, 0x8BC6, 0x5B08, 0x8BC7, 0x5B0A, 0x8BC8, 0x5B0B, 0x8BC9, 0x5B0C, 0x8BCA, 0x5B0D, 0x8BCB, 0x5B0E, - 0x8BCC, 0x5B0F, 0x8BCD, 0x5B10, 0x8BCE, 0x5B11, 0x8BCF, 0x5B12, 0x8BD0, 0x5B13, 0x8BD1, 0x5B14, 0x8BD2, 0x5B15, 0x8BD3, 0x5B18, - 0x8BD4, 0x5B19, 0x8BD5, 0x5B1A, 0x8BD6, 0x5B1B, 0x8BD7, 0x5B1C, 0x8BD8, 0x5B1D, 0x8BD9, 0x5B1E, 0x8BDA, 0x5B1F, 0x8BDB, 0x5B20, - 0x8BDC, 0x5B21, 0x8BDD, 0x5B22, 0x8BDE, 0x5B23, 0x8BDF, 0x5B24, 0x8BE0, 0x5B25, 0x8BE1, 0x5B26, 0x8BE2, 0x5B27, 0x8BE3, 0x5B28, - 0x8BE4, 0x5B29, 0x8BE5, 0x5B2A, 0x8BE6, 0x5B2B, 0x8BE7, 0x5B2C, 0x8BE8, 0x5B2D, 0x8BE9, 0x5B2E, 0x8BEA, 0x5B2F, 0x8BEB, 0x5B30, - 0x8BEC, 0x5B31, 0x8BED, 0x5B33, 0x8BEE, 0x5B35, 0x8BEF, 0x5B36, 0x8BF0, 0x5B38, 0x8BF1, 0x5B39, 0x8BF2, 0x5B3A, 0x8BF3, 0x5B3B, - 0x8BF4, 0x5B3C, 0x8BF5, 0x5B3D, 0x8BF6, 0x5B3E, 0x8BF7, 0x5B3F, 0x8BF8, 0x5B41, 0x8BF9, 0x5B42, 0x8BFA, 0x5B43, 0x8BFB, 0x5B44, - 0x8BFC, 0x5B45, 0x8BFD, 0x5B46, 0x8BFE, 0x5B47, 0x8C40, 0x5B48, 0x8C41, 0x5B49, 0x8C42, 0x5B4A, 0x8C43, 0x5B4B, 0x8C44, 0x5B4C, - 0x8C45, 0x5B4D, 0x8C46, 0x5B4E, 0x8C47, 0x5B4F, 0x8C48, 0x5B52, 0x8C49, 0x5B56, 0x8C4A, 0x5B5E, 0x8C4B, 0x5B60, 0x8C4C, 0x5B61, - 0x8C4D, 0x5B67, 0x8C4E, 0x5B68, 0x8C4F, 0x5B6B, 0x8C50, 0x5B6D, 0x8C51, 0x5B6E, 0x8C52, 0x5B6F, 0x8C53, 0x5B72, 0x8C54, 0x5B74, - 0x8C55, 0x5B76, 0x8C56, 0x5B77, 0x8C57, 0x5B78, 0x8C58, 0x5B79, 0x8C59, 0x5B7B, 0x8C5A, 0x5B7C, 0x8C5B, 0x5B7E, 0x8C5C, 0x5B7F, - 0x8C5D, 0x5B82, 0x8C5E, 0x5B86, 0x8C5F, 0x5B8A, 0x8C60, 0x5B8D, 0x8C61, 0x5B8E, 0x8C62, 0x5B90, 0x8C63, 0x5B91, 0x8C64, 0x5B92, - 0x8C65, 0x5B94, 0x8C66, 0x5B96, 0x8C67, 0x5B9F, 0x8C68, 0x5BA7, 0x8C69, 0x5BA8, 0x8C6A, 0x5BA9, 0x8C6B, 0x5BAC, 0x8C6C, 0x5BAD, - 0x8C6D, 0x5BAE, 0x8C6E, 0x5BAF, 0x8C6F, 0x5BB1, 0x8C70, 0x5BB2, 0x8C71, 0x5BB7, 0x8C72, 0x5BBA, 0x8C73, 0x5BBB, 0x8C74, 0x5BBC, - 0x8C75, 0x5BC0, 0x8C76, 0x5BC1, 0x8C77, 0x5BC3, 0x8C78, 0x5BC8, 0x8C79, 0x5BC9, 0x8C7A, 0x5BCA, 0x8C7B, 0x5BCB, 0x8C7C, 0x5BCD, - 0x8C7D, 0x5BCE, 0x8C7E, 0x5BCF, 0x8C80, 0x5BD1, 0x8C81, 0x5BD4, 0x8C82, 0x5BD5, 0x8C83, 0x5BD6, 0x8C84, 0x5BD7, 0x8C85, 0x5BD8, - 0x8C86, 0x5BD9, 0x8C87, 0x5BDA, 0x8C88, 0x5BDB, 0x8C89, 0x5BDC, 0x8C8A, 0x5BE0, 0x8C8B, 0x5BE2, 0x8C8C, 0x5BE3, 0x8C8D, 0x5BE6, - 0x8C8E, 0x5BE7, 0x8C8F, 0x5BE9, 0x8C90, 0x5BEA, 0x8C91, 0x5BEB, 0x8C92, 0x5BEC, 0x8C93, 0x5BED, 0x8C94, 0x5BEF, 0x8C95, 0x5BF1, - 0x8C96, 0x5BF2, 0x8C97, 0x5BF3, 0x8C98, 0x5BF4, 0x8C99, 0x5BF5, 0x8C9A, 0x5BF6, 0x8C9B, 0x5BF7, 0x8C9C, 0x5BFD, 0x8C9D, 0x5BFE, - 0x8C9E, 0x5C00, 0x8C9F, 0x5C02, 0x8CA0, 0x5C03, 0x8CA1, 0x5C05, 0x8CA2, 0x5C07, 0x8CA3, 0x5C08, 0x8CA4, 0x5C0B, 0x8CA5, 0x5C0C, - 0x8CA6, 0x5C0D, 0x8CA7, 0x5C0E, 0x8CA8, 0x5C10, 0x8CA9, 0x5C12, 0x8CAA, 0x5C13, 0x8CAB, 0x5C17, 0x8CAC, 0x5C19, 0x8CAD, 0x5C1B, - 0x8CAE, 0x5C1E, 0x8CAF, 0x5C1F, 0x8CB0, 0x5C20, 0x8CB1, 0x5C21, 0x8CB2, 0x5C23, 0x8CB3, 0x5C26, 0x8CB4, 0x5C28, 0x8CB5, 0x5C29, - 0x8CB6, 0x5C2A, 0x8CB7, 0x5C2B, 0x8CB8, 0x5C2D, 0x8CB9, 0x5C2E, 0x8CBA, 0x5C2F, 0x8CBB, 0x5C30, 0x8CBC, 0x5C32, 0x8CBD, 0x5C33, - 0x8CBE, 0x5C35, 0x8CBF, 0x5C36, 0x8CC0, 0x5C37, 0x8CC1, 0x5C43, 0x8CC2, 0x5C44, 0x8CC3, 0x5C46, 0x8CC4, 0x5C47, 0x8CC5, 0x5C4C, - 0x8CC6, 0x5C4D, 0x8CC7, 0x5C52, 0x8CC8, 0x5C53, 0x8CC9, 0x5C54, 0x8CCA, 0x5C56, 0x8CCB, 0x5C57, 0x8CCC, 0x5C58, 0x8CCD, 0x5C5A, - 0x8CCE, 0x5C5B, 0x8CCF, 0x5C5C, 0x8CD0, 0x5C5D, 0x8CD1, 0x5C5F, 0x8CD2, 0x5C62, 0x8CD3, 0x5C64, 0x8CD4, 0x5C67, 0x8CD5, 0x5C68, - 0x8CD6, 0x5C69, 0x8CD7, 0x5C6A, 0x8CD8, 0x5C6B, 0x8CD9, 0x5C6C, 0x8CDA, 0x5C6D, 0x8CDB, 0x5C70, 0x8CDC, 0x5C72, 0x8CDD, 0x5C73, - 0x8CDE, 0x5C74, 0x8CDF, 0x5C75, 0x8CE0, 0x5C76, 0x8CE1, 0x5C77, 0x8CE2, 0x5C78, 0x8CE3, 0x5C7B, 0x8CE4, 0x5C7C, 0x8CE5, 0x5C7D, - 0x8CE6, 0x5C7E, 0x8CE7, 0x5C80, 0x8CE8, 0x5C83, 0x8CE9, 0x5C84, 0x8CEA, 0x5C85, 0x8CEB, 0x5C86, 0x8CEC, 0x5C87, 0x8CED, 0x5C89, - 0x8CEE, 0x5C8A, 0x8CEF, 0x5C8B, 0x8CF0, 0x5C8E, 0x8CF1, 0x5C8F, 0x8CF2, 0x5C92, 0x8CF3, 0x5C93, 0x8CF4, 0x5C95, 0x8CF5, 0x5C9D, - 0x8CF6, 0x5C9E, 0x8CF7, 0x5C9F, 0x8CF8, 0x5CA0, 0x8CF9, 0x5CA1, 0x8CFA, 0x5CA4, 0x8CFB, 0x5CA5, 0x8CFC, 0x5CA6, 0x8CFD, 0x5CA7, - 0x8CFE, 0x5CA8, 0x8D40, 0x5CAA, 0x8D41, 0x5CAE, 0x8D42, 0x5CAF, 0x8D43, 0x5CB0, 0x8D44, 0x5CB2, 0x8D45, 0x5CB4, 0x8D46, 0x5CB6, - 0x8D47, 0x5CB9, 0x8D48, 0x5CBA, 0x8D49, 0x5CBB, 0x8D4A, 0x5CBC, 0x8D4B, 0x5CBE, 0x8D4C, 0x5CC0, 0x8D4D, 0x5CC2, 0x8D4E, 0x5CC3, - 0x8D4F, 0x5CC5, 0x8D50, 0x5CC6, 0x8D51, 0x5CC7, 0x8D52, 0x5CC8, 0x8D53, 0x5CC9, 0x8D54, 0x5CCA, 0x8D55, 0x5CCC, 0x8D56, 0x5CCD, - 0x8D57, 0x5CCE, 0x8D58, 0x5CCF, 0x8D59, 0x5CD0, 0x8D5A, 0x5CD1, 0x8D5B, 0x5CD3, 0x8D5C, 0x5CD4, 0x8D5D, 0x5CD5, 0x8D5E, 0x5CD6, - 0x8D5F, 0x5CD7, 0x8D60, 0x5CD8, 0x8D61, 0x5CDA, 0x8D62, 0x5CDB, 0x8D63, 0x5CDC, 0x8D64, 0x5CDD, 0x8D65, 0x5CDE, 0x8D66, 0x5CDF, - 0x8D67, 0x5CE0, 0x8D68, 0x5CE2, 0x8D69, 0x5CE3, 0x8D6A, 0x5CE7, 0x8D6B, 0x5CE9, 0x8D6C, 0x5CEB, 0x8D6D, 0x5CEC, 0x8D6E, 0x5CEE, - 0x8D6F, 0x5CEF, 0x8D70, 0x5CF1, 0x8D71, 0x5CF2, 0x8D72, 0x5CF3, 0x8D73, 0x5CF4, 0x8D74, 0x5CF5, 0x8D75, 0x5CF6, 0x8D76, 0x5CF7, - 0x8D77, 0x5CF8, 0x8D78, 0x5CF9, 0x8D79, 0x5CFA, 0x8D7A, 0x5CFC, 0x8D7B, 0x5CFD, 0x8D7C, 0x5CFE, 0x8D7D, 0x5CFF, 0x8D7E, 0x5D00, - 0x8D80, 0x5D01, 0x8D81, 0x5D04, 0x8D82, 0x5D05, 0x8D83, 0x5D08, 0x8D84, 0x5D09, 0x8D85, 0x5D0A, 0x8D86, 0x5D0B, 0x8D87, 0x5D0C, - 0x8D88, 0x5D0D, 0x8D89, 0x5D0F, 0x8D8A, 0x5D10, 0x8D8B, 0x5D11, 0x8D8C, 0x5D12, 0x8D8D, 0x5D13, 0x8D8E, 0x5D15, 0x8D8F, 0x5D17, - 0x8D90, 0x5D18, 0x8D91, 0x5D19, 0x8D92, 0x5D1A, 0x8D93, 0x5D1C, 0x8D94, 0x5D1D, 0x8D95, 0x5D1F, 0x8D96, 0x5D20, 0x8D97, 0x5D21, - 0x8D98, 0x5D22, 0x8D99, 0x5D23, 0x8D9A, 0x5D25, 0x8D9B, 0x5D28, 0x8D9C, 0x5D2A, 0x8D9D, 0x5D2B, 0x8D9E, 0x5D2C, 0x8D9F, 0x5D2F, - 0x8DA0, 0x5D30, 0x8DA1, 0x5D31, 0x8DA2, 0x5D32, 0x8DA3, 0x5D33, 0x8DA4, 0x5D35, 0x8DA5, 0x5D36, 0x8DA6, 0x5D37, 0x8DA7, 0x5D38, - 0x8DA8, 0x5D39, 0x8DA9, 0x5D3A, 0x8DAA, 0x5D3B, 0x8DAB, 0x5D3C, 0x8DAC, 0x5D3F, 0x8DAD, 0x5D40, 0x8DAE, 0x5D41, 0x8DAF, 0x5D42, - 0x8DB0, 0x5D43, 0x8DB1, 0x5D44, 0x8DB2, 0x5D45, 0x8DB3, 0x5D46, 0x8DB4, 0x5D48, 0x8DB5, 0x5D49, 0x8DB6, 0x5D4D, 0x8DB7, 0x5D4E, - 0x8DB8, 0x5D4F, 0x8DB9, 0x5D50, 0x8DBA, 0x5D51, 0x8DBB, 0x5D52, 0x8DBC, 0x5D53, 0x8DBD, 0x5D54, 0x8DBE, 0x5D55, 0x8DBF, 0x5D56, - 0x8DC0, 0x5D57, 0x8DC1, 0x5D59, 0x8DC2, 0x5D5A, 0x8DC3, 0x5D5C, 0x8DC4, 0x5D5E, 0x8DC5, 0x5D5F, 0x8DC6, 0x5D60, 0x8DC7, 0x5D61, - 0x8DC8, 0x5D62, 0x8DC9, 0x5D63, 0x8DCA, 0x5D64, 0x8DCB, 0x5D65, 0x8DCC, 0x5D66, 0x8DCD, 0x5D67, 0x8DCE, 0x5D68, 0x8DCF, 0x5D6A, - 0x8DD0, 0x5D6D, 0x8DD1, 0x5D6E, 0x8DD2, 0x5D70, 0x8DD3, 0x5D71, 0x8DD4, 0x5D72, 0x8DD5, 0x5D73, 0x8DD6, 0x5D75, 0x8DD7, 0x5D76, - 0x8DD8, 0x5D77, 0x8DD9, 0x5D78, 0x8DDA, 0x5D79, 0x8DDB, 0x5D7A, 0x8DDC, 0x5D7B, 0x8DDD, 0x5D7C, 0x8DDE, 0x5D7D, 0x8DDF, 0x5D7E, - 0x8DE0, 0x5D7F, 0x8DE1, 0x5D80, 0x8DE2, 0x5D81, 0x8DE3, 0x5D83, 0x8DE4, 0x5D84, 0x8DE5, 0x5D85, 0x8DE6, 0x5D86, 0x8DE7, 0x5D87, - 0x8DE8, 0x5D88, 0x8DE9, 0x5D89, 0x8DEA, 0x5D8A, 0x8DEB, 0x5D8B, 0x8DEC, 0x5D8C, 0x8DED, 0x5D8D, 0x8DEE, 0x5D8E, 0x8DEF, 0x5D8F, - 0x8DF0, 0x5D90, 0x8DF1, 0x5D91, 0x8DF2, 0x5D92, 0x8DF3, 0x5D93, 0x8DF4, 0x5D94, 0x8DF5, 0x5D95, 0x8DF6, 0x5D96, 0x8DF7, 0x5D97, - 0x8DF8, 0x5D98, 0x8DF9, 0x5D9A, 0x8DFA, 0x5D9B, 0x8DFB, 0x5D9C, 0x8DFC, 0x5D9E, 0x8DFD, 0x5D9F, 0x8DFE, 0x5DA0, 0x8E40, 0x5DA1, - 0x8E41, 0x5DA2, 0x8E42, 0x5DA3, 0x8E43, 0x5DA4, 0x8E44, 0x5DA5, 0x8E45, 0x5DA6, 0x8E46, 0x5DA7, 0x8E47, 0x5DA8, 0x8E48, 0x5DA9, - 0x8E49, 0x5DAA, 0x8E4A, 0x5DAB, 0x8E4B, 0x5DAC, 0x8E4C, 0x5DAD, 0x8E4D, 0x5DAE, 0x8E4E, 0x5DAF, 0x8E4F, 0x5DB0, 0x8E50, 0x5DB1, - 0x8E51, 0x5DB2, 0x8E52, 0x5DB3, 0x8E53, 0x5DB4, 0x8E54, 0x5DB5, 0x8E55, 0x5DB6, 0x8E56, 0x5DB8, 0x8E57, 0x5DB9, 0x8E58, 0x5DBA, - 0x8E59, 0x5DBB, 0x8E5A, 0x5DBC, 0x8E5B, 0x5DBD, 0x8E5C, 0x5DBE, 0x8E5D, 0x5DBF, 0x8E5E, 0x5DC0, 0x8E5F, 0x5DC1, 0x8E60, 0x5DC2, - 0x8E61, 0x5DC3, 0x8E62, 0x5DC4, 0x8E63, 0x5DC6, 0x8E64, 0x5DC7, 0x8E65, 0x5DC8, 0x8E66, 0x5DC9, 0x8E67, 0x5DCA, 0x8E68, 0x5DCB, - 0x8E69, 0x5DCC, 0x8E6A, 0x5DCE, 0x8E6B, 0x5DCF, 0x8E6C, 0x5DD0, 0x8E6D, 0x5DD1, 0x8E6E, 0x5DD2, 0x8E6F, 0x5DD3, 0x8E70, 0x5DD4, - 0x8E71, 0x5DD5, 0x8E72, 0x5DD6, 0x8E73, 0x5DD7, 0x8E74, 0x5DD8, 0x8E75, 0x5DD9, 0x8E76, 0x5DDA, 0x8E77, 0x5DDC, 0x8E78, 0x5DDF, - 0x8E79, 0x5DE0, 0x8E7A, 0x5DE3, 0x8E7B, 0x5DE4, 0x8E7C, 0x5DEA, 0x8E7D, 0x5DEC, 0x8E7E, 0x5DED, 0x8E80, 0x5DF0, 0x8E81, 0x5DF5, - 0x8E82, 0x5DF6, 0x8E83, 0x5DF8, 0x8E84, 0x5DF9, 0x8E85, 0x5DFA, 0x8E86, 0x5DFB, 0x8E87, 0x5DFC, 0x8E88, 0x5DFF, 0x8E89, 0x5E00, - 0x8E8A, 0x5E04, 0x8E8B, 0x5E07, 0x8E8C, 0x5E09, 0x8E8D, 0x5E0A, 0x8E8E, 0x5E0B, 0x8E8F, 0x5E0D, 0x8E90, 0x5E0E, 0x8E91, 0x5E12, - 0x8E92, 0x5E13, 0x8E93, 0x5E17, 0x8E94, 0x5E1E, 0x8E95, 0x5E1F, 0x8E96, 0x5E20, 0x8E97, 0x5E21, 0x8E98, 0x5E22, 0x8E99, 0x5E23, - 0x8E9A, 0x5E24, 0x8E9B, 0x5E25, 0x8E9C, 0x5E28, 0x8E9D, 0x5E29, 0x8E9E, 0x5E2A, 0x8E9F, 0x5E2B, 0x8EA0, 0x5E2C, 0x8EA1, 0x5E2F, - 0x8EA2, 0x5E30, 0x8EA3, 0x5E32, 0x8EA4, 0x5E33, 0x8EA5, 0x5E34, 0x8EA6, 0x5E35, 0x8EA7, 0x5E36, 0x8EA8, 0x5E39, 0x8EA9, 0x5E3A, - 0x8EAA, 0x5E3E, 0x8EAB, 0x5E3F, 0x8EAC, 0x5E40, 0x8EAD, 0x5E41, 0x8EAE, 0x5E43, 0x8EAF, 0x5E46, 0x8EB0, 0x5E47, 0x8EB1, 0x5E48, - 0x8EB2, 0x5E49, 0x8EB3, 0x5E4A, 0x8EB4, 0x5E4B, 0x8EB5, 0x5E4D, 0x8EB6, 0x5E4E, 0x8EB7, 0x5E4F, 0x8EB8, 0x5E50, 0x8EB9, 0x5E51, - 0x8EBA, 0x5E52, 0x8EBB, 0x5E53, 0x8EBC, 0x5E56, 0x8EBD, 0x5E57, 0x8EBE, 0x5E58, 0x8EBF, 0x5E59, 0x8EC0, 0x5E5A, 0x8EC1, 0x5E5C, - 0x8EC2, 0x5E5D, 0x8EC3, 0x5E5F, 0x8EC4, 0x5E60, 0x8EC5, 0x5E63, 0x8EC6, 0x5E64, 0x8EC7, 0x5E65, 0x8EC8, 0x5E66, 0x8EC9, 0x5E67, - 0x8ECA, 0x5E68, 0x8ECB, 0x5E69, 0x8ECC, 0x5E6A, 0x8ECD, 0x5E6B, 0x8ECE, 0x5E6C, 0x8ECF, 0x5E6D, 0x8ED0, 0x5E6E, 0x8ED1, 0x5E6F, - 0x8ED2, 0x5E70, 0x8ED3, 0x5E71, 0x8ED4, 0x5E75, 0x8ED5, 0x5E77, 0x8ED6, 0x5E79, 0x8ED7, 0x5E7E, 0x8ED8, 0x5E81, 0x8ED9, 0x5E82, - 0x8EDA, 0x5E83, 0x8EDB, 0x5E85, 0x8EDC, 0x5E88, 0x8EDD, 0x5E89, 0x8EDE, 0x5E8C, 0x8EDF, 0x5E8D, 0x8EE0, 0x5E8E, 0x8EE1, 0x5E92, - 0x8EE2, 0x5E98, 0x8EE3, 0x5E9B, 0x8EE4, 0x5E9D, 0x8EE5, 0x5EA1, 0x8EE6, 0x5EA2, 0x8EE7, 0x5EA3, 0x8EE8, 0x5EA4, 0x8EE9, 0x5EA8, - 0x8EEA, 0x5EA9, 0x8EEB, 0x5EAA, 0x8EEC, 0x5EAB, 0x8EED, 0x5EAC, 0x8EEE, 0x5EAE, 0x8EEF, 0x5EAF, 0x8EF0, 0x5EB0, 0x8EF1, 0x5EB1, - 0x8EF2, 0x5EB2, 0x8EF3, 0x5EB4, 0x8EF4, 0x5EBA, 0x8EF5, 0x5EBB, 0x8EF6, 0x5EBC, 0x8EF7, 0x5EBD, 0x8EF8, 0x5EBF, 0x8EF9, 0x5EC0, - 0x8EFA, 0x5EC1, 0x8EFB, 0x5EC2, 0x8EFC, 0x5EC3, 0x8EFD, 0x5EC4, 0x8EFE, 0x5EC5, 0x8F40, 0x5EC6, 0x8F41, 0x5EC7, 0x8F42, 0x5EC8, - 0x8F43, 0x5ECB, 0x8F44, 0x5ECC, 0x8F45, 0x5ECD, 0x8F46, 0x5ECE, 0x8F47, 0x5ECF, 0x8F48, 0x5ED0, 0x8F49, 0x5ED4, 0x8F4A, 0x5ED5, - 0x8F4B, 0x5ED7, 0x8F4C, 0x5ED8, 0x8F4D, 0x5ED9, 0x8F4E, 0x5EDA, 0x8F4F, 0x5EDC, 0x8F50, 0x5EDD, 0x8F51, 0x5EDE, 0x8F52, 0x5EDF, - 0x8F53, 0x5EE0, 0x8F54, 0x5EE1, 0x8F55, 0x5EE2, 0x8F56, 0x5EE3, 0x8F57, 0x5EE4, 0x8F58, 0x5EE5, 0x8F59, 0x5EE6, 0x8F5A, 0x5EE7, - 0x8F5B, 0x5EE9, 0x8F5C, 0x5EEB, 0x8F5D, 0x5EEC, 0x8F5E, 0x5EED, 0x8F5F, 0x5EEE, 0x8F60, 0x5EEF, 0x8F61, 0x5EF0, 0x8F62, 0x5EF1, - 0x8F63, 0x5EF2, 0x8F64, 0x5EF3, 0x8F65, 0x5EF5, 0x8F66, 0x5EF8, 0x8F67, 0x5EF9, 0x8F68, 0x5EFB, 0x8F69, 0x5EFC, 0x8F6A, 0x5EFD, - 0x8F6B, 0x5F05, 0x8F6C, 0x5F06, 0x8F6D, 0x5F07, 0x8F6E, 0x5F09, 0x8F6F, 0x5F0C, 0x8F70, 0x5F0D, 0x8F71, 0x5F0E, 0x8F72, 0x5F10, - 0x8F73, 0x5F12, 0x8F74, 0x5F14, 0x8F75, 0x5F16, 0x8F76, 0x5F19, 0x8F77, 0x5F1A, 0x8F78, 0x5F1C, 0x8F79, 0x5F1D, 0x8F7A, 0x5F1E, - 0x8F7B, 0x5F21, 0x8F7C, 0x5F22, 0x8F7D, 0x5F23, 0x8F7E, 0x5F24, 0x8F80, 0x5F28, 0x8F81, 0x5F2B, 0x8F82, 0x5F2C, 0x8F83, 0x5F2E, - 0x8F84, 0x5F30, 0x8F85, 0x5F32, 0x8F86, 0x5F33, 0x8F87, 0x5F34, 0x8F88, 0x5F35, 0x8F89, 0x5F36, 0x8F8A, 0x5F37, 0x8F8B, 0x5F38, - 0x8F8C, 0x5F3B, 0x8F8D, 0x5F3D, 0x8F8E, 0x5F3E, 0x8F8F, 0x5F3F, 0x8F90, 0x5F41, 0x8F91, 0x5F42, 0x8F92, 0x5F43, 0x8F93, 0x5F44, - 0x8F94, 0x5F45, 0x8F95, 0x5F46, 0x8F96, 0x5F47, 0x8F97, 0x5F48, 0x8F98, 0x5F49, 0x8F99, 0x5F4A, 0x8F9A, 0x5F4B, 0x8F9B, 0x5F4C, - 0x8F9C, 0x5F4D, 0x8F9D, 0x5F4E, 0x8F9E, 0x5F4F, 0x8F9F, 0x5F51, 0x8FA0, 0x5F54, 0x8FA1, 0x5F59, 0x8FA2, 0x5F5A, 0x8FA3, 0x5F5B, - 0x8FA4, 0x5F5C, 0x8FA5, 0x5F5E, 0x8FA6, 0x5F5F, 0x8FA7, 0x5F60, 0x8FA8, 0x5F63, 0x8FA9, 0x5F65, 0x8FAA, 0x5F67, 0x8FAB, 0x5F68, - 0x8FAC, 0x5F6B, 0x8FAD, 0x5F6E, 0x8FAE, 0x5F6F, 0x8FAF, 0x5F72, 0x8FB0, 0x5F74, 0x8FB1, 0x5F75, 0x8FB2, 0x5F76, 0x8FB3, 0x5F78, - 0x8FB4, 0x5F7A, 0x8FB5, 0x5F7D, 0x8FB6, 0x5F7E, 0x8FB7, 0x5F7F, 0x8FB8, 0x5F83, 0x8FB9, 0x5F86, 0x8FBA, 0x5F8D, 0x8FBB, 0x5F8E, - 0x8FBC, 0x5F8F, 0x8FBD, 0x5F91, 0x8FBE, 0x5F93, 0x8FBF, 0x5F94, 0x8FC0, 0x5F96, 0x8FC1, 0x5F9A, 0x8FC2, 0x5F9B, 0x8FC3, 0x5F9D, - 0x8FC4, 0x5F9E, 0x8FC5, 0x5F9F, 0x8FC6, 0x5FA0, 0x8FC7, 0x5FA2, 0x8FC8, 0x5FA3, 0x8FC9, 0x5FA4, 0x8FCA, 0x5FA5, 0x8FCB, 0x5FA6, - 0x8FCC, 0x5FA7, 0x8FCD, 0x5FA9, 0x8FCE, 0x5FAB, 0x8FCF, 0x5FAC, 0x8FD0, 0x5FAF, 0x8FD1, 0x5FB0, 0x8FD2, 0x5FB1, 0x8FD3, 0x5FB2, - 0x8FD4, 0x5FB3, 0x8FD5, 0x5FB4, 0x8FD6, 0x5FB6, 0x8FD7, 0x5FB8, 0x8FD8, 0x5FB9, 0x8FD9, 0x5FBA, 0x8FDA, 0x5FBB, 0x8FDB, 0x5FBE, - 0x8FDC, 0x5FBF, 0x8FDD, 0x5FC0, 0x8FDE, 0x5FC1, 0x8FDF, 0x5FC2, 0x8FE0, 0x5FC7, 0x8FE1, 0x5FC8, 0x8FE2, 0x5FCA, 0x8FE3, 0x5FCB, - 0x8FE4, 0x5FCE, 0x8FE5, 0x5FD3, 0x8FE6, 0x5FD4, 0x8FE7, 0x5FD5, 0x8FE8, 0x5FDA, 0x8FE9, 0x5FDB, 0x8FEA, 0x5FDC, 0x8FEB, 0x5FDE, - 0x8FEC, 0x5FDF, 0x8FED, 0x5FE2, 0x8FEE, 0x5FE3, 0x8FEF, 0x5FE5, 0x8FF0, 0x5FE6, 0x8FF1, 0x5FE8, 0x8FF2, 0x5FE9, 0x8FF3, 0x5FEC, - 0x8FF4, 0x5FEF, 0x8FF5, 0x5FF0, 0x8FF6, 0x5FF2, 0x8FF7, 0x5FF3, 0x8FF8, 0x5FF4, 0x8FF9, 0x5FF6, 0x8FFA, 0x5FF7, 0x8FFB, 0x5FF9, - 0x8FFC, 0x5FFA, 0x8FFD, 0x5FFC, 0x8FFE, 0x6007, 0x9040, 0x6008, 0x9041, 0x6009, 0x9042, 0x600B, 0x9043, 0x600C, 0x9044, 0x6010, - 0x9045, 0x6011, 0x9046, 0x6013, 0x9047, 0x6017, 0x9048, 0x6018, 0x9049, 0x601A, 0x904A, 0x601E, 0x904B, 0x601F, 0x904C, 0x6022, - 0x904D, 0x6023, 0x904E, 0x6024, 0x904F, 0x602C, 0x9050, 0x602D, 0x9051, 0x602E, 0x9052, 0x6030, 0x9053, 0x6031, 0x9054, 0x6032, - 0x9055, 0x6033, 0x9056, 0x6034, 0x9057, 0x6036, 0x9058, 0x6037, 0x9059, 0x6038, 0x905A, 0x6039, 0x905B, 0x603A, 0x905C, 0x603D, - 0x905D, 0x603E, 0x905E, 0x6040, 0x905F, 0x6044, 0x9060, 0x6045, 0x9061, 0x6046, 0x9062, 0x6047, 0x9063, 0x6048, 0x9064, 0x6049, - 0x9065, 0x604A, 0x9066, 0x604C, 0x9067, 0x604E, 0x9068, 0x604F, 0x9069, 0x6051, 0x906A, 0x6053, 0x906B, 0x6054, 0x906C, 0x6056, - 0x906D, 0x6057, 0x906E, 0x6058, 0x906F, 0x605B, 0x9070, 0x605C, 0x9071, 0x605E, 0x9072, 0x605F, 0x9073, 0x6060, 0x9074, 0x6061, - 0x9075, 0x6065, 0x9076, 0x6066, 0x9077, 0x606E, 0x9078, 0x6071, 0x9079, 0x6072, 0x907A, 0x6074, 0x907B, 0x6075, 0x907C, 0x6077, - 0x907D, 0x607E, 0x907E, 0x6080, 0x9080, 0x6081, 0x9081, 0x6082, 0x9082, 0x6085, 0x9083, 0x6086, 0x9084, 0x6087, 0x9085, 0x6088, - 0x9086, 0x608A, 0x9087, 0x608B, 0x9088, 0x608E, 0x9089, 0x608F, 0x908A, 0x6090, 0x908B, 0x6091, 0x908C, 0x6093, 0x908D, 0x6095, - 0x908E, 0x6097, 0x908F, 0x6098, 0x9090, 0x6099, 0x9091, 0x609C, 0x9092, 0x609E, 0x9093, 0x60A1, 0x9094, 0x60A2, 0x9095, 0x60A4, - 0x9096, 0x60A5, 0x9097, 0x60A7, 0x9098, 0x60A9, 0x9099, 0x60AA, 0x909A, 0x60AE, 0x909B, 0x60B0, 0x909C, 0x60B3, 0x909D, 0x60B5, - 0x909E, 0x60B6, 0x909F, 0x60B7, 0x90A0, 0x60B9, 0x90A1, 0x60BA, 0x90A2, 0x60BD, 0x90A3, 0x60BE, 0x90A4, 0x60BF, 0x90A5, 0x60C0, - 0x90A6, 0x60C1, 0x90A7, 0x60C2, 0x90A8, 0x60C3, 0x90A9, 0x60C4, 0x90AA, 0x60C7, 0x90AB, 0x60C8, 0x90AC, 0x60C9, 0x90AD, 0x60CC, - 0x90AE, 0x60CD, 0x90AF, 0x60CE, 0x90B0, 0x60CF, 0x90B1, 0x60D0, 0x90B2, 0x60D2, 0x90B3, 0x60D3, 0x90B4, 0x60D4, 0x90B5, 0x60D6, - 0x90B6, 0x60D7, 0x90B7, 0x60D9, 0x90B8, 0x60DB, 0x90B9, 0x60DE, 0x90BA, 0x60E1, 0x90BB, 0x60E2, 0x90BC, 0x60E3, 0x90BD, 0x60E4, - 0x90BE, 0x60E5, 0x90BF, 0x60EA, 0x90C0, 0x60F1, 0x90C1, 0x60F2, 0x90C2, 0x60F5, 0x90C3, 0x60F7, 0x90C4, 0x60F8, 0x90C5, 0x60FB, - 0x90C6, 0x60FC, 0x90C7, 0x60FD, 0x90C8, 0x60FE, 0x90C9, 0x60FF, 0x90CA, 0x6102, 0x90CB, 0x6103, 0x90CC, 0x6104, 0x90CD, 0x6105, - 0x90CE, 0x6107, 0x90CF, 0x610A, 0x90D0, 0x610B, 0x90D1, 0x610C, 0x90D2, 0x6110, 0x90D3, 0x6111, 0x90D4, 0x6112, 0x90D5, 0x6113, - 0x90D6, 0x6114, 0x90D7, 0x6116, 0x90D8, 0x6117, 0x90D9, 0x6118, 0x90DA, 0x6119, 0x90DB, 0x611B, 0x90DC, 0x611C, 0x90DD, 0x611D, - 0x90DE, 0x611E, 0x90DF, 0x6121, 0x90E0, 0x6122, 0x90E1, 0x6125, 0x90E2, 0x6128, 0x90E3, 0x6129, 0x90E4, 0x612A, 0x90E5, 0x612C, - 0x90E6, 0x612D, 0x90E7, 0x612E, 0x90E8, 0x612F, 0x90E9, 0x6130, 0x90EA, 0x6131, 0x90EB, 0x6132, 0x90EC, 0x6133, 0x90ED, 0x6134, - 0x90EE, 0x6135, 0x90EF, 0x6136, 0x90F0, 0x6137, 0x90F1, 0x6138, 0x90F2, 0x6139, 0x90F3, 0x613A, 0x90F4, 0x613B, 0x90F5, 0x613C, - 0x90F6, 0x613D, 0x90F7, 0x613E, 0x90F8, 0x6140, 0x90F9, 0x6141, 0x90FA, 0x6142, 0x90FB, 0x6143, 0x90FC, 0x6144, 0x90FD, 0x6145, - 0x90FE, 0x6146, 0x9140, 0x6147, 0x9141, 0x6149, 0x9142, 0x614B, 0x9143, 0x614D, 0x9144, 0x614F, 0x9145, 0x6150, 0x9146, 0x6152, - 0x9147, 0x6153, 0x9148, 0x6154, 0x9149, 0x6156, 0x914A, 0x6157, 0x914B, 0x6158, 0x914C, 0x6159, 0x914D, 0x615A, 0x914E, 0x615B, - 0x914F, 0x615C, 0x9150, 0x615E, 0x9151, 0x615F, 0x9152, 0x6160, 0x9153, 0x6161, 0x9154, 0x6163, 0x9155, 0x6164, 0x9156, 0x6165, - 0x9157, 0x6166, 0x9158, 0x6169, 0x9159, 0x616A, 0x915A, 0x616B, 0x915B, 0x616C, 0x915C, 0x616D, 0x915D, 0x616E, 0x915E, 0x616F, - 0x915F, 0x6171, 0x9160, 0x6172, 0x9161, 0x6173, 0x9162, 0x6174, 0x9163, 0x6176, 0x9164, 0x6178, 0x9165, 0x6179, 0x9166, 0x617A, - 0x9167, 0x617B, 0x9168, 0x617C, 0x9169, 0x617D, 0x916A, 0x617E, 0x916B, 0x617F, 0x916C, 0x6180, 0x916D, 0x6181, 0x916E, 0x6182, - 0x916F, 0x6183, 0x9170, 0x6184, 0x9171, 0x6185, 0x9172, 0x6186, 0x9173, 0x6187, 0x9174, 0x6188, 0x9175, 0x6189, 0x9176, 0x618A, - 0x9177, 0x618C, 0x9178, 0x618D, 0x9179, 0x618F, 0x917A, 0x6190, 0x917B, 0x6191, 0x917C, 0x6192, 0x917D, 0x6193, 0x917E, 0x6195, - 0x9180, 0x6196, 0x9181, 0x6197, 0x9182, 0x6198, 0x9183, 0x6199, 0x9184, 0x619A, 0x9185, 0x619B, 0x9186, 0x619C, 0x9187, 0x619E, - 0x9188, 0x619F, 0x9189, 0x61A0, 0x918A, 0x61A1, 0x918B, 0x61A2, 0x918C, 0x61A3, 0x918D, 0x61A4, 0x918E, 0x61A5, 0x918F, 0x61A6, - 0x9190, 0x61AA, 0x9191, 0x61AB, 0x9192, 0x61AD, 0x9193, 0x61AE, 0x9194, 0x61AF, 0x9195, 0x61B0, 0x9196, 0x61B1, 0x9197, 0x61B2, - 0x9198, 0x61B3, 0x9199, 0x61B4, 0x919A, 0x61B5, 0x919B, 0x61B6, 0x919C, 0x61B8, 0x919D, 0x61B9, 0x919E, 0x61BA, 0x919F, 0x61BB, - 0x91A0, 0x61BC, 0x91A1, 0x61BD, 0x91A2, 0x61BF, 0x91A3, 0x61C0, 0x91A4, 0x61C1, 0x91A5, 0x61C3, 0x91A6, 0x61C4, 0x91A7, 0x61C5, - 0x91A8, 0x61C6, 0x91A9, 0x61C7, 0x91AA, 0x61C9, 0x91AB, 0x61CC, 0x91AC, 0x61CD, 0x91AD, 0x61CE, 0x91AE, 0x61CF, 0x91AF, 0x61D0, - 0x91B0, 0x61D3, 0x91B1, 0x61D5, 0x91B2, 0x61D6, 0x91B3, 0x61D7, 0x91B4, 0x61D8, 0x91B5, 0x61D9, 0x91B6, 0x61DA, 0x91B7, 0x61DB, - 0x91B8, 0x61DC, 0x91B9, 0x61DD, 0x91BA, 0x61DE, 0x91BB, 0x61DF, 0x91BC, 0x61E0, 0x91BD, 0x61E1, 0x91BE, 0x61E2, 0x91BF, 0x61E3, - 0x91C0, 0x61E4, 0x91C1, 0x61E5, 0x91C2, 0x61E7, 0x91C3, 0x61E8, 0x91C4, 0x61E9, 0x91C5, 0x61EA, 0x91C6, 0x61EB, 0x91C7, 0x61EC, - 0x91C8, 0x61ED, 0x91C9, 0x61EE, 0x91CA, 0x61EF, 0x91CB, 0x61F0, 0x91CC, 0x61F1, 0x91CD, 0x61F2, 0x91CE, 0x61F3, 0x91CF, 0x61F4, - 0x91D0, 0x61F6, 0x91D1, 0x61F7, 0x91D2, 0x61F8, 0x91D3, 0x61F9, 0x91D4, 0x61FA, 0x91D5, 0x61FB, 0x91D6, 0x61FC, 0x91D7, 0x61FD, - 0x91D8, 0x61FE, 0x91D9, 0x6200, 0x91DA, 0x6201, 0x91DB, 0x6202, 0x91DC, 0x6203, 0x91DD, 0x6204, 0x91DE, 0x6205, 0x91DF, 0x6207, - 0x91E0, 0x6209, 0x91E1, 0x6213, 0x91E2, 0x6214, 0x91E3, 0x6219, 0x91E4, 0x621C, 0x91E5, 0x621D, 0x91E6, 0x621E, 0x91E7, 0x6220, - 0x91E8, 0x6223, 0x91E9, 0x6226, 0x91EA, 0x6227, 0x91EB, 0x6228, 0x91EC, 0x6229, 0x91ED, 0x622B, 0x91EE, 0x622D, 0x91EF, 0x622F, - 0x91F0, 0x6230, 0x91F1, 0x6231, 0x91F2, 0x6232, 0x91F3, 0x6235, 0x91F4, 0x6236, 0x91F5, 0x6238, 0x91F6, 0x6239, 0x91F7, 0x623A, - 0x91F8, 0x623B, 0x91F9, 0x623C, 0x91FA, 0x6242, 0x91FB, 0x6244, 0x91FC, 0x6245, 0x91FD, 0x6246, 0x91FE, 0x624A, 0x9240, 0x624F, - 0x9241, 0x6250, 0x9242, 0x6255, 0x9243, 0x6256, 0x9244, 0x6257, 0x9245, 0x6259, 0x9246, 0x625A, 0x9247, 0x625C, 0x9248, 0x625D, - 0x9249, 0x625E, 0x924A, 0x625F, 0x924B, 0x6260, 0x924C, 0x6261, 0x924D, 0x6262, 0x924E, 0x6264, 0x924F, 0x6265, 0x9250, 0x6268, - 0x9251, 0x6271, 0x9252, 0x6272, 0x9253, 0x6274, 0x9254, 0x6275, 0x9255, 0x6277, 0x9256, 0x6278, 0x9257, 0x627A, 0x9258, 0x627B, - 0x9259, 0x627D, 0x925A, 0x6281, 0x925B, 0x6282, 0x925C, 0x6283, 0x925D, 0x6285, 0x925E, 0x6286, 0x925F, 0x6287, 0x9260, 0x6288, - 0x9261, 0x628B, 0x9262, 0x628C, 0x9263, 0x628D, 0x9264, 0x628E, 0x9265, 0x628F, 0x9266, 0x6290, 0x9267, 0x6294, 0x9268, 0x6299, - 0x9269, 0x629C, 0x926A, 0x629D, 0x926B, 0x629E, 0x926C, 0x62A3, 0x926D, 0x62A6, 0x926E, 0x62A7, 0x926F, 0x62A9, 0x9270, 0x62AA, - 0x9271, 0x62AD, 0x9272, 0x62AE, 0x9273, 0x62AF, 0x9274, 0x62B0, 0x9275, 0x62B2, 0x9276, 0x62B3, 0x9277, 0x62B4, 0x9278, 0x62B6, - 0x9279, 0x62B7, 0x927A, 0x62B8, 0x927B, 0x62BA, 0x927C, 0x62BE, 0x927D, 0x62C0, 0x927E, 0x62C1, 0x9280, 0x62C3, 0x9281, 0x62CB, - 0x9282, 0x62CF, 0x9283, 0x62D1, 0x9284, 0x62D5, 0x9285, 0x62DD, 0x9286, 0x62DE, 0x9287, 0x62E0, 0x9288, 0x62E1, 0x9289, 0x62E4, - 0x928A, 0x62EA, 0x928B, 0x62EB, 0x928C, 0x62F0, 0x928D, 0x62F2, 0x928E, 0x62F5, 0x928F, 0x62F8, 0x9290, 0x62F9, 0x9291, 0x62FA, - 0x9292, 0x62FB, 0x9293, 0x6300, 0x9294, 0x6303, 0x9295, 0x6304, 0x9296, 0x6305, 0x9297, 0x6306, 0x9298, 0x630A, 0x9299, 0x630B, - 0x929A, 0x630C, 0x929B, 0x630D, 0x929C, 0x630F, 0x929D, 0x6310, 0x929E, 0x6312, 0x929F, 0x6313, 0x92A0, 0x6314, 0x92A1, 0x6315, - 0x92A2, 0x6317, 0x92A3, 0x6318, 0x92A4, 0x6319, 0x92A5, 0x631C, 0x92A6, 0x6326, 0x92A7, 0x6327, 0x92A8, 0x6329, 0x92A9, 0x632C, - 0x92AA, 0x632D, 0x92AB, 0x632E, 0x92AC, 0x6330, 0x92AD, 0x6331, 0x92AE, 0x6333, 0x92AF, 0x6334, 0x92B0, 0x6335, 0x92B1, 0x6336, - 0x92B2, 0x6337, 0x92B3, 0x6338, 0x92B4, 0x633B, 0x92B5, 0x633C, 0x92B6, 0x633E, 0x92B7, 0x633F, 0x92B8, 0x6340, 0x92B9, 0x6341, - 0x92BA, 0x6344, 0x92BB, 0x6347, 0x92BC, 0x6348, 0x92BD, 0x634A, 0x92BE, 0x6351, 0x92BF, 0x6352, 0x92C0, 0x6353, 0x92C1, 0x6354, - 0x92C2, 0x6356, 0x92C3, 0x6357, 0x92C4, 0x6358, 0x92C5, 0x6359, 0x92C6, 0x635A, 0x92C7, 0x635B, 0x92C8, 0x635C, 0x92C9, 0x635D, - 0x92CA, 0x6360, 0x92CB, 0x6364, 0x92CC, 0x6365, 0x92CD, 0x6366, 0x92CE, 0x6368, 0x92CF, 0x636A, 0x92D0, 0x636B, 0x92D1, 0x636C, - 0x92D2, 0x636F, 0x92D3, 0x6370, 0x92D4, 0x6372, 0x92D5, 0x6373, 0x92D6, 0x6374, 0x92D7, 0x6375, 0x92D8, 0x6378, 0x92D9, 0x6379, - 0x92DA, 0x637C, 0x92DB, 0x637D, 0x92DC, 0x637E, 0x92DD, 0x637F, 0x92DE, 0x6381, 0x92DF, 0x6383, 0x92E0, 0x6384, 0x92E1, 0x6385, - 0x92E2, 0x6386, 0x92E3, 0x638B, 0x92E4, 0x638D, 0x92E5, 0x6391, 0x92E6, 0x6393, 0x92E7, 0x6394, 0x92E8, 0x6395, 0x92E9, 0x6397, - 0x92EA, 0x6399, 0x92EB, 0x639A, 0x92EC, 0x639B, 0x92ED, 0x639C, 0x92EE, 0x639D, 0x92EF, 0x639E, 0x92F0, 0x639F, 0x92F1, 0x63A1, - 0x92F2, 0x63A4, 0x92F3, 0x63A6, 0x92F4, 0x63AB, 0x92F5, 0x63AF, 0x92F6, 0x63B1, 0x92F7, 0x63B2, 0x92F8, 0x63B5, 0x92F9, 0x63B6, - 0x92FA, 0x63B9, 0x92FB, 0x63BB, 0x92FC, 0x63BD, 0x92FD, 0x63BF, 0x92FE, 0x63C0, 0x9340, 0x63C1, 0x9341, 0x63C2, 0x9342, 0x63C3, - 0x9343, 0x63C5, 0x9344, 0x63C7, 0x9345, 0x63C8, 0x9346, 0x63CA, 0x9347, 0x63CB, 0x9348, 0x63CC, 0x9349, 0x63D1, 0x934A, 0x63D3, - 0x934B, 0x63D4, 0x934C, 0x63D5, 0x934D, 0x63D7, 0x934E, 0x63D8, 0x934F, 0x63D9, 0x9350, 0x63DA, 0x9351, 0x63DB, 0x9352, 0x63DC, - 0x9353, 0x63DD, 0x9354, 0x63DF, 0x9355, 0x63E2, 0x9356, 0x63E4, 0x9357, 0x63E5, 0x9358, 0x63E6, 0x9359, 0x63E7, 0x935A, 0x63E8, - 0x935B, 0x63EB, 0x935C, 0x63EC, 0x935D, 0x63EE, 0x935E, 0x63EF, 0x935F, 0x63F0, 0x9360, 0x63F1, 0x9361, 0x63F3, 0x9362, 0x63F5, - 0x9363, 0x63F7, 0x9364, 0x63F9, 0x9365, 0x63FA, 0x9366, 0x63FB, 0x9367, 0x63FC, 0x9368, 0x63FE, 0x9369, 0x6403, 0x936A, 0x6404, - 0x936B, 0x6406, 0x936C, 0x6407, 0x936D, 0x6408, 0x936E, 0x6409, 0x936F, 0x640A, 0x9370, 0x640D, 0x9371, 0x640E, 0x9372, 0x6411, - 0x9373, 0x6412, 0x9374, 0x6415, 0x9375, 0x6416, 0x9376, 0x6417, 0x9377, 0x6418, 0x9378, 0x6419, 0x9379, 0x641A, 0x937A, 0x641D, - 0x937B, 0x641F, 0x937C, 0x6422, 0x937D, 0x6423, 0x937E, 0x6424, 0x9380, 0x6425, 0x9381, 0x6427, 0x9382, 0x6428, 0x9383, 0x6429, - 0x9384, 0x642B, 0x9385, 0x642E, 0x9386, 0x642F, 0x9387, 0x6430, 0x9388, 0x6431, 0x9389, 0x6432, 0x938A, 0x6433, 0x938B, 0x6435, - 0x938C, 0x6436, 0x938D, 0x6437, 0x938E, 0x6438, 0x938F, 0x6439, 0x9390, 0x643B, 0x9391, 0x643C, 0x9392, 0x643E, 0x9393, 0x6440, - 0x9394, 0x6442, 0x9395, 0x6443, 0x9396, 0x6449, 0x9397, 0x644B, 0x9398, 0x644C, 0x9399, 0x644D, 0x939A, 0x644E, 0x939B, 0x644F, - 0x939C, 0x6450, 0x939D, 0x6451, 0x939E, 0x6453, 0x939F, 0x6455, 0x93A0, 0x6456, 0x93A1, 0x6457, 0x93A2, 0x6459, 0x93A3, 0x645A, - 0x93A4, 0x645B, 0x93A5, 0x645C, 0x93A6, 0x645D, 0x93A7, 0x645F, 0x93A8, 0x6460, 0x93A9, 0x6461, 0x93AA, 0x6462, 0x93AB, 0x6463, - 0x93AC, 0x6464, 0x93AD, 0x6465, 0x93AE, 0x6466, 0x93AF, 0x6468, 0x93B0, 0x646A, 0x93B1, 0x646B, 0x93B2, 0x646C, 0x93B3, 0x646E, - 0x93B4, 0x646F, 0x93B5, 0x6470, 0x93B6, 0x6471, 0x93B7, 0x6472, 0x93B8, 0x6473, 0x93B9, 0x6474, 0x93BA, 0x6475, 0x93BB, 0x6476, - 0x93BC, 0x6477, 0x93BD, 0x647B, 0x93BE, 0x647C, 0x93BF, 0x647D, 0x93C0, 0x647E, 0x93C1, 0x647F, 0x93C2, 0x6480, 0x93C3, 0x6481, - 0x93C4, 0x6483, 0x93C5, 0x6486, 0x93C6, 0x6488, 0x93C7, 0x6489, 0x93C8, 0x648A, 0x93C9, 0x648B, 0x93CA, 0x648C, 0x93CB, 0x648D, - 0x93CC, 0x648E, 0x93CD, 0x648F, 0x93CE, 0x6490, 0x93CF, 0x6493, 0x93D0, 0x6494, 0x93D1, 0x6497, 0x93D2, 0x6498, 0x93D3, 0x649A, - 0x93D4, 0x649B, 0x93D5, 0x649C, 0x93D6, 0x649D, 0x93D7, 0x649F, 0x93D8, 0x64A0, 0x93D9, 0x64A1, 0x93DA, 0x64A2, 0x93DB, 0x64A3, - 0x93DC, 0x64A5, 0x93DD, 0x64A6, 0x93DE, 0x64A7, 0x93DF, 0x64A8, 0x93E0, 0x64AA, 0x93E1, 0x64AB, 0x93E2, 0x64AF, 0x93E3, 0x64B1, - 0x93E4, 0x64B2, 0x93E5, 0x64B3, 0x93E6, 0x64B4, 0x93E7, 0x64B6, 0x93E8, 0x64B9, 0x93E9, 0x64BB, 0x93EA, 0x64BD, 0x93EB, 0x64BE, - 0x93EC, 0x64BF, 0x93ED, 0x64C1, 0x93EE, 0x64C3, 0x93EF, 0x64C4, 0x93F0, 0x64C6, 0x93F1, 0x64C7, 0x93F2, 0x64C8, 0x93F3, 0x64C9, - 0x93F4, 0x64CA, 0x93F5, 0x64CB, 0x93F6, 0x64CC, 0x93F7, 0x64CF, 0x93F8, 0x64D1, 0x93F9, 0x64D3, 0x93FA, 0x64D4, 0x93FB, 0x64D5, - 0x93FC, 0x64D6, 0x93FD, 0x64D9, 0x93FE, 0x64DA, 0x9440, 0x64DB, 0x9441, 0x64DC, 0x9442, 0x64DD, 0x9443, 0x64DF, 0x9444, 0x64E0, - 0x9445, 0x64E1, 0x9446, 0x64E3, 0x9447, 0x64E5, 0x9448, 0x64E7, 0x9449, 0x64E8, 0x944A, 0x64E9, 0x944B, 0x64EA, 0x944C, 0x64EB, - 0x944D, 0x64EC, 0x944E, 0x64ED, 0x944F, 0x64EE, 0x9450, 0x64EF, 0x9451, 0x64F0, 0x9452, 0x64F1, 0x9453, 0x64F2, 0x9454, 0x64F3, - 0x9455, 0x64F4, 0x9456, 0x64F5, 0x9457, 0x64F6, 0x9458, 0x64F7, 0x9459, 0x64F8, 0x945A, 0x64F9, 0x945B, 0x64FA, 0x945C, 0x64FB, - 0x945D, 0x64FC, 0x945E, 0x64FD, 0x945F, 0x64FE, 0x9460, 0x64FF, 0x9461, 0x6501, 0x9462, 0x6502, 0x9463, 0x6503, 0x9464, 0x6504, - 0x9465, 0x6505, 0x9466, 0x6506, 0x9467, 0x6507, 0x9468, 0x6508, 0x9469, 0x650A, 0x946A, 0x650B, 0x946B, 0x650C, 0x946C, 0x650D, - 0x946D, 0x650E, 0x946E, 0x650F, 0x946F, 0x6510, 0x9470, 0x6511, 0x9471, 0x6513, 0x9472, 0x6514, 0x9473, 0x6515, 0x9474, 0x6516, - 0x9475, 0x6517, 0x9476, 0x6519, 0x9477, 0x651A, 0x9478, 0x651B, 0x9479, 0x651C, 0x947A, 0x651D, 0x947B, 0x651E, 0x947C, 0x651F, - 0x947D, 0x6520, 0x947E, 0x6521, 0x9480, 0x6522, 0x9481, 0x6523, 0x9482, 0x6524, 0x9483, 0x6526, 0x9484, 0x6527, 0x9485, 0x6528, - 0x9486, 0x6529, 0x9487, 0x652A, 0x9488, 0x652C, 0x9489, 0x652D, 0x948A, 0x6530, 0x948B, 0x6531, 0x948C, 0x6532, 0x948D, 0x6533, - 0x948E, 0x6537, 0x948F, 0x653A, 0x9490, 0x653C, 0x9491, 0x653D, 0x9492, 0x6540, 0x9493, 0x6541, 0x9494, 0x6542, 0x9495, 0x6543, - 0x9496, 0x6544, 0x9497, 0x6546, 0x9498, 0x6547, 0x9499, 0x654A, 0x949A, 0x654B, 0x949B, 0x654D, 0x949C, 0x654E, 0x949D, 0x6550, - 0x949E, 0x6552, 0x949F, 0x6553, 0x94A0, 0x6554, 0x94A1, 0x6557, 0x94A2, 0x6558, 0x94A3, 0x655A, 0x94A4, 0x655C, 0x94A5, 0x655F, - 0x94A6, 0x6560, 0x94A7, 0x6561, 0x94A8, 0x6564, 0x94A9, 0x6565, 0x94AA, 0x6567, 0x94AB, 0x6568, 0x94AC, 0x6569, 0x94AD, 0x656A, - 0x94AE, 0x656D, 0x94AF, 0x656E, 0x94B0, 0x656F, 0x94B1, 0x6571, 0x94B2, 0x6573, 0x94B3, 0x6575, 0x94B4, 0x6576, 0x94B5, 0x6578, - 0x94B6, 0x6579, 0x94B7, 0x657A, 0x94B8, 0x657B, 0x94B9, 0x657C, 0x94BA, 0x657D, 0x94BB, 0x657E, 0x94BC, 0x657F, 0x94BD, 0x6580, - 0x94BE, 0x6581, 0x94BF, 0x6582, 0x94C0, 0x6583, 0x94C1, 0x6584, 0x94C2, 0x6585, 0x94C3, 0x6586, 0x94C4, 0x6588, 0x94C5, 0x6589, - 0x94C6, 0x658A, 0x94C7, 0x658D, 0x94C8, 0x658E, 0x94C9, 0x658F, 0x94CA, 0x6592, 0x94CB, 0x6594, 0x94CC, 0x6595, 0x94CD, 0x6596, - 0x94CE, 0x6598, 0x94CF, 0x659A, 0x94D0, 0x659D, 0x94D1, 0x659E, 0x94D2, 0x65A0, 0x94D3, 0x65A2, 0x94D4, 0x65A3, 0x94D5, 0x65A6, - 0x94D6, 0x65A8, 0x94D7, 0x65AA, 0x94D8, 0x65AC, 0x94D9, 0x65AE, 0x94DA, 0x65B1, 0x94DB, 0x65B2, 0x94DC, 0x65B3, 0x94DD, 0x65B4, - 0x94DE, 0x65B5, 0x94DF, 0x65B6, 0x94E0, 0x65B7, 0x94E1, 0x65B8, 0x94E2, 0x65BA, 0x94E3, 0x65BB, 0x94E4, 0x65BE, 0x94E5, 0x65BF, - 0x94E6, 0x65C0, 0x94E7, 0x65C2, 0x94E8, 0x65C7, 0x94E9, 0x65C8, 0x94EA, 0x65C9, 0x94EB, 0x65CA, 0x94EC, 0x65CD, 0x94ED, 0x65D0, - 0x94EE, 0x65D1, 0x94EF, 0x65D3, 0x94F0, 0x65D4, 0x94F1, 0x65D5, 0x94F2, 0x65D8, 0x94F3, 0x65D9, 0x94F4, 0x65DA, 0x94F5, 0x65DB, - 0x94F6, 0x65DC, 0x94F7, 0x65DD, 0x94F8, 0x65DE, 0x94F9, 0x65DF, 0x94FA, 0x65E1, 0x94FB, 0x65E3, 0x94FC, 0x65E4, 0x94FD, 0x65EA, - 0x94FE, 0x65EB, 0x9540, 0x65F2, 0x9541, 0x65F3, 0x9542, 0x65F4, 0x9543, 0x65F5, 0x9544, 0x65F8, 0x9545, 0x65F9, 0x9546, 0x65FB, - 0x9547, 0x65FC, 0x9548, 0x65FD, 0x9549, 0x65FE, 0x954A, 0x65FF, 0x954B, 0x6601, 0x954C, 0x6604, 0x954D, 0x6605, 0x954E, 0x6607, - 0x954F, 0x6608, 0x9550, 0x6609, 0x9551, 0x660B, 0x9552, 0x660D, 0x9553, 0x6610, 0x9554, 0x6611, 0x9555, 0x6612, 0x9556, 0x6616, - 0x9557, 0x6617, 0x9558, 0x6618, 0x9559, 0x661A, 0x955A, 0x661B, 0x955B, 0x661C, 0x955C, 0x661E, 0x955D, 0x6621, 0x955E, 0x6622, - 0x955F, 0x6623, 0x9560, 0x6624, 0x9561, 0x6626, 0x9562, 0x6629, 0x9563, 0x662A, 0x9564, 0x662B, 0x9565, 0x662C, 0x9566, 0x662E, - 0x9567, 0x6630, 0x9568, 0x6632, 0x9569, 0x6633, 0x956A, 0x6637, 0x956B, 0x6638, 0x956C, 0x6639, 0x956D, 0x663A, 0x956E, 0x663B, - 0x956F, 0x663D, 0x9570, 0x663F, 0x9571, 0x6640, 0x9572, 0x6642, 0x9573, 0x6644, 0x9574, 0x6645, 0x9575, 0x6646, 0x9576, 0x6647, - 0x9577, 0x6648, 0x9578, 0x6649, 0x9579, 0x664A, 0x957A, 0x664D, 0x957B, 0x664E, 0x957C, 0x6650, 0x957D, 0x6651, 0x957E, 0x6658, - 0x9580, 0x6659, 0x9581, 0x665B, 0x9582, 0x665C, 0x9583, 0x665D, 0x9584, 0x665E, 0x9585, 0x6660, 0x9586, 0x6662, 0x9587, 0x6663, - 0x9588, 0x6665, 0x9589, 0x6667, 0x958A, 0x6669, 0x958B, 0x666A, 0x958C, 0x666B, 0x958D, 0x666C, 0x958E, 0x666D, 0x958F, 0x6671, - 0x9590, 0x6672, 0x9591, 0x6673, 0x9592, 0x6675, 0x9593, 0x6678, 0x9594, 0x6679, 0x9595, 0x667B, 0x9596, 0x667C, 0x9597, 0x667D, - 0x9598, 0x667F, 0x9599, 0x6680, 0x959A, 0x6681, 0x959B, 0x6683, 0x959C, 0x6685, 0x959D, 0x6686, 0x959E, 0x6688, 0x959F, 0x6689, - 0x95A0, 0x668A, 0x95A1, 0x668B, 0x95A2, 0x668D, 0x95A3, 0x668E, 0x95A4, 0x668F, 0x95A5, 0x6690, 0x95A6, 0x6692, 0x95A7, 0x6693, - 0x95A8, 0x6694, 0x95A9, 0x6695, 0x95AA, 0x6698, 0x95AB, 0x6699, 0x95AC, 0x669A, 0x95AD, 0x669B, 0x95AE, 0x669C, 0x95AF, 0x669E, - 0x95B0, 0x669F, 0x95B1, 0x66A0, 0x95B2, 0x66A1, 0x95B3, 0x66A2, 0x95B4, 0x66A3, 0x95B5, 0x66A4, 0x95B6, 0x66A5, 0x95B7, 0x66A6, - 0x95B8, 0x66A9, 0x95B9, 0x66AA, 0x95BA, 0x66AB, 0x95BB, 0x66AC, 0x95BC, 0x66AD, 0x95BD, 0x66AF, 0x95BE, 0x66B0, 0x95BF, 0x66B1, - 0x95C0, 0x66B2, 0x95C1, 0x66B3, 0x95C2, 0x66B5, 0x95C3, 0x66B6, 0x95C4, 0x66B7, 0x95C5, 0x66B8, 0x95C6, 0x66BA, 0x95C7, 0x66BB, - 0x95C8, 0x66BC, 0x95C9, 0x66BD, 0x95CA, 0x66BF, 0x95CB, 0x66C0, 0x95CC, 0x66C1, 0x95CD, 0x66C2, 0x95CE, 0x66C3, 0x95CF, 0x66C4, - 0x95D0, 0x66C5, 0x95D1, 0x66C6, 0x95D2, 0x66C7, 0x95D3, 0x66C8, 0x95D4, 0x66C9, 0x95D5, 0x66CA, 0x95D6, 0x66CB, 0x95D7, 0x66CC, - 0x95D8, 0x66CD, 0x95D9, 0x66CE, 0x95DA, 0x66CF, 0x95DB, 0x66D0, 0x95DC, 0x66D1, 0x95DD, 0x66D2, 0x95DE, 0x66D3, 0x95DF, 0x66D4, - 0x95E0, 0x66D5, 0x95E1, 0x66D6, 0x95E2, 0x66D7, 0x95E3, 0x66D8, 0x95E4, 0x66DA, 0x95E5, 0x66DE, 0x95E6, 0x66DF, 0x95E7, 0x66E0, - 0x95E8, 0x66E1, 0x95E9, 0x66E2, 0x95EA, 0x66E3, 0x95EB, 0x66E4, 0x95EC, 0x66E5, 0x95ED, 0x66E7, 0x95EE, 0x66E8, 0x95EF, 0x66EA, - 0x95F0, 0x66EB, 0x95F1, 0x66EC, 0x95F2, 0x66ED, 0x95F3, 0x66EE, 0x95F4, 0x66EF, 0x95F5, 0x66F1, 0x95F6, 0x66F5, 0x95F7, 0x66F6, - 0x95F8, 0x66F8, 0x95F9, 0x66FA, 0x95FA, 0x66FB, 0x95FB, 0x66FD, 0x95FC, 0x6701, 0x95FD, 0x6702, 0x95FE, 0x6703, 0x9640, 0x6704, - 0x9641, 0x6705, 0x9642, 0x6706, 0x9643, 0x6707, 0x9644, 0x670C, 0x9645, 0x670E, 0x9646, 0x670F, 0x9647, 0x6711, 0x9648, 0x6712, - 0x9649, 0x6713, 0x964A, 0x6716, 0x964B, 0x6718, 0x964C, 0x6719, 0x964D, 0x671A, 0x964E, 0x671C, 0x964F, 0x671E, 0x9650, 0x6720, - 0x9651, 0x6721, 0x9652, 0x6722, 0x9653, 0x6723, 0x9654, 0x6724, 0x9655, 0x6725, 0x9656, 0x6727, 0x9657, 0x6729, 0x9658, 0x672E, - 0x9659, 0x6730, 0x965A, 0x6732, 0x965B, 0x6733, 0x965C, 0x6736, 0x965D, 0x6737, 0x965E, 0x6738, 0x965F, 0x6739, 0x9660, 0x673B, - 0x9661, 0x673C, 0x9662, 0x673E, 0x9663, 0x673F, 0x9664, 0x6741, 0x9665, 0x6744, 0x9666, 0x6745, 0x9667, 0x6747, 0x9668, 0x674A, - 0x9669, 0x674B, 0x966A, 0x674D, 0x966B, 0x6752, 0x966C, 0x6754, 0x966D, 0x6755, 0x966E, 0x6757, 0x966F, 0x6758, 0x9670, 0x6759, - 0x9671, 0x675A, 0x9672, 0x675B, 0x9673, 0x675D, 0x9674, 0x6762, 0x9675, 0x6763, 0x9676, 0x6764, 0x9677, 0x6766, 0x9678, 0x6767, - 0x9679, 0x676B, 0x967A, 0x676C, 0x967B, 0x676E, 0x967C, 0x6771, 0x967D, 0x6774, 0x967E, 0x6776, 0x9680, 0x6778, 0x9681, 0x6779, - 0x9682, 0x677A, 0x9683, 0x677B, 0x9684, 0x677D, 0x9685, 0x6780, 0x9686, 0x6782, 0x9687, 0x6783, 0x9688, 0x6785, 0x9689, 0x6786, - 0x968A, 0x6788, 0x968B, 0x678A, 0x968C, 0x678C, 0x968D, 0x678D, 0x968E, 0x678E, 0x968F, 0x678F, 0x9690, 0x6791, 0x9691, 0x6792, - 0x9692, 0x6793, 0x9693, 0x6794, 0x9694, 0x6796, 0x9695, 0x6799, 0x9696, 0x679B, 0x9697, 0x679F, 0x9698, 0x67A0, 0x9699, 0x67A1, - 0x969A, 0x67A4, 0x969B, 0x67A6, 0x969C, 0x67A9, 0x969D, 0x67AC, 0x969E, 0x67AE, 0x969F, 0x67B1, 0x96A0, 0x67B2, 0x96A1, 0x67B4, - 0x96A2, 0x67B9, 0x96A3, 0x67BA, 0x96A4, 0x67BB, 0x96A5, 0x67BC, 0x96A6, 0x67BD, 0x96A7, 0x67BE, 0x96A8, 0x67BF, 0x96A9, 0x67C0, - 0x96AA, 0x67C2, 0x96AB, 0x67C5, 0x96AC, 0x67C6, 0x96AD, 0x67C7, 0x96AE, 0x67C8, 0x96AF, 0x67C9, 0x96B0, 0x67CA, 0x96B1, 0x67CB, - 0x96B2, 0x67CC, 0x96B3, 0x67CD, 0x96B4, 0x67CE, 0x96B5, 0x67D5, 0x96B6, 0x67D6, 0x96B7, 0x67D7, 0x96B8, 0x67DB, 0x96B9, 0x67DF, - 0x96BA, 0x67E1, 0x96BB, 0x67E3, 0x96BC, 0x67E4, 0x96BD, 0x67E6, 0x96BE, 0x67E7, 0x96BF, 0x67E8, 0x96C0, 0x67EA, 0x96C1, 0x67EB, - 0x96C2, 0x67ED, 0x96C3, 0x67EE, 0x96C4, 0x67F2, 0x96C5, 0x67F5, 0x96C6, 0x67F6, 0x96C7, 0x67F7, 0x96C8, 0x67F8, 0x96C9, 0x67F9, - 0x96CA, 0x67FA, 0x96CB, 0x67FB, 0x96CC, 0x67FC, 0x96CD, 0x67FE, 0x96CE, 0x6801, 0x96CF, 0x6802, 0x96D0, 0x6803, 0x96D1, 0x6804, - 0x96D2, 0x6806, 0x96D3, 0x680D, 0x96D4, 0x6810, 0x96D5, 0x6812, 0x96D6, 0x6814, 0x96D7, 0x6815, 0x96D8, 0x6818, 0x96D9, 0x6819, - 0x96DA, 0x681A, 0x96DB, 0x681B, 0x96DC, 0x681C, 0x96DD, 0x681E, 0x96DE, 0x681F, 0x96DF, 0x6820, 0x96E0, 0x6822, 0x96E1, 0x6823, - 0x96E2, 0x6824, 0x96E3, 0x6825, 0x96E4, 0x6826, 0x96E5, 0x6827, 0x96E6, 0x6828, 0x96E7, 0x682B, 0x96E8, 0x682C, 0x96E9, 0x682D, - 0x96EA, 0x682E, 0x96EB, 0x682F, 0x96EC, 0x6830, 0x96ED, 0x6831, 0x96EE, 0x6834, 0x96EF, 0x6835, 0x96F0, 0x6836, 0x96F1, 0x683A, - 0x96F2, 0x683B, 0x96F3, 0x683F, 0x96F4, 0x6847, 0x96F5, 0x684B, 0x96F6, 0x684D, 0x96F7, 0x684F, 0x96F8, 0x6852, 0x96F9, 0x6856, - 0x96FA, 0x6857, 0x96FB, 0x6858, 0x96FC, 0x6859, 0x96FD, 0x685A, 0x96FE, 0x685B, 0x9740, 0x685C, 0x9741, 0x685D, 0x9742, 0x685E, - 0x9743, 0x685F, 0x9744, 0x686A, 0x9745, 0x686C, 0x9746, 0x686D, 0x9747, 0x686E, 0x9748, 0x686F, 0x9749, 0x6870, 0x974A, 0x6871, - 0x974B, 0x6872, 0x974C, 0x6873, 0x974D, 0x6875, 0x974E, 0x6878, 0x974F, 0x6879, 0x9750, 0x687A, 0x9751, 0x687B, 0x9752, 0x687C, - 0x9753, 0x687D, 0x9754, 0x687E, 0x9755, 0x687F, 0x9756, 0x6880, 0x9757, 0x6882, 0x9758, 0x6884, 0x9759, 0x6887, 0x975A, 0x6888, - 0x975B, 0x6889, 0x975C, 0x688A, 0x975D, 0x688B, 0x975E, 0x688C, 0x975F, 0x688D, 0x9760, 0x688E, 0x9761, 0x6890, 0x9762, 0x6891, - 0x9763, 0x6892, 0x9764, 0x6894, 0x9765, 0x6895, 0x9766, 0x6896, 0x9767, 0x6898, 0x9768, 0x6899, 0x9769, 0x689A, 0x976A, 0x689B, - 0x976B, 0x689C, 0x976C, 0x689D, 0x976D, 0x689E, 0x976E, 0x689F, 0x976F, 0x68A0, 0x9770, 0x68A1, 0x9771, 0x68A3, 0x9772, 0x68A4, - 0x9773, 0x68A5, 0x9774, 0x68A9, 0x9775, 0x68AA, 0x9776, 0x68AB, 0x9777, 0x68AC, 0x9778, 0x68AE, 0x9779, 0x68B1, 0x977A, 0x68B2, - 0x977B, 0x68B4, 0x977C, 0x68B6, 0x977D, 0x68B7, 0x977E, 0x68B8, 0x9780, 0x68B9, 0x9781, 0x68BA, 0x9782, 0x68BB, 0x9783, 0x68BC, - 0x9784, 0x68BD, 0x9785, 0x68BE, 0x9786, 0x68BF, 0x9787, 0x68C1, 0x9788, 0x68C3, 0x9789, 0x68C4, 0x978A, 0x68C5, 0x978B, 0x68C6, - 0x978C, 0x68C7, 0x978D, 0x68C8, 0x978E, 0x68CA, 0x978F, 0x68CC, 0x9790, 0x68CE, 0x9791, 0x68CF, 0x9792, 0x68D0, 0x9793, 0x68D1, - 0x9794, 0x68D3, 0x9795, 0x68D4, 0x9796, 0x68D6, 0x9797, 0x68D7, 0x9798, 0x68D9, 0x9799, 0x68DB, 0x979A, 0x68DC, 0x979B, 0x68DD, - 0x979C, 0x68DE, 0x979D, 0x68DF, 0x979E, 0x68E1, 0x979F, 0x68E2, 0x97A0, 0x68E4, 0x97A1, 0x68E5, 0x97A2, 0x68E6, 0x97A3, 0x68E7, - 0x97A4, 0x68E8, 0x97A5, 0x68E9, 0x97A6, 0x68EA, 0x97A7, 0x68EB, 0x97A8, 0x68EC, 0x97A9, 0x68ED, 0x97AA, 0x68EF, 0x97AB, 0x68F2, - 0x97AC, 0x68F3, 0x97AD, 0x68F4, 0x97AE, 0x68F6, 0x97AF, 0x68F7, 0x97B0, 0x68F8, 0x97B1, 0x68FB, 0x97B2, 0x68FD, 0x97B3, 0x68FE, - 0x97B4, 0x68FF, 0x97B5, 0x6900, 0x97B6, 0x6902, 0x97B7, 0x6903, 0x97B8, 0x6904, 0x97B9, 0x6906, 0x97BA, 0x6907, 0x97BB, 0x6908, - 0x97BC, 0x6909, 0x97BD, 0x690A, 0x97BE, 0x690C, 0x97BF, 0x690F, 0x97C0, 0x6911, 0x97C1, 0x6913, 0x97C2, 0x6914, 0x97C3, 0x6915, - 0x97C4, 0x6916, 0x97C5, 0x6917, 0x97C6, 0x6918, 0x97C7, 0x6919, 0x97C8, 0x691A, 0x97C9, 0x691B, 0x97CA, 0x691C, 0x97CB, 0x691D, - 0x97CC, 0x691E, 0x97CD, 0x6921, 0x97CE, 0x6922, 0x97CF, 0x6923, 0x97D0, 0x6925, 0x97D1, 0x6926, 0x97D2, 0x6927, 0x97D3, 0x6928, - 0x97D4, 0x6929, 0x97D5, 0x692A, 0x97D6, 0x692B, 0x97D7, 0x692C, 0x97D8, 0x692E, 0x97D9, 0x692F, 0x97DA, 0x6931, 0x97DB, 0x6932, - 0x97DC, 0x6933, 0x97DD, 0x6935, 0x97DE, 0x6936, 0x97DF, 0x6937, 0x97E0, 0x6938, 0x97E1, 0x693A, 0x97E2, 0x693B, 0x97E3, 0x693C, - 0x97E4, 0x693E, 0x97E5, 0x6940, 0x97E6, 0x6941, 0x97E7, 0x6943, 0x97E8, 0x6944, 0x97E9, 0x6945, 0x97EA, 0x6946, 0x97EB, 0x6947, - 0x97EC, 0x6948, 0x97ED, 0x6949, 0x97EE, 0x694A, 0x97EF, 0x694B, 0x97F0, 0x694C, 0x97F1, 0x694D, 0x97F2, 0x694E, 0x97F3, 0x694F, - 0x97F4, 0x6950, 0x97F5, 0x6951, 0x97F6, 0x6952, 0x97F7, 0x6953, 0x97F8, 0x6955, 0x97F9, 0x6956, 0x97FA, 0x6958, 0x97FB, 0x6959, - 0x97FC, 0x695B, 0x97FD, 0x695C, 0x97FE, 0x695F, 0x9840, 0x6961, 0x9841, 0x6962, 0x9842, 0x6964, 0x9843, 0x6965, 0x9844, 0x6967, - 0x9845, 0x6968, 0x9846, 0x6969, 0x9847, 0x696A, 0x9848, 0x696C, 0x9849, 0x696D, 0x984A, 0x696F, 0x984B, 0x6970, 0x984C, 0x6972, - 0x984D, 0x6973, 0x984E, 0x6974, 0x984F, 0x6975, 0x9850, 0x6976, 0x9851, 0x697A, 0x9852, 0x697B, 0x9853, 0x697D, 0x9854, 0x697E, - 0x9855, 0x697F, 0x9856, 0x6981, 0x9857, 0x6983, 0x9858, 0x6985, 0x9859, 0x698A, 0x985A, 0x698B, 0x985B, 0x698C, 0x985C, 0x698E, - 0x985D, 0x698F, 0x985E, 0x6990, 0x985F, 0x6991, 0x9860, 0x6992, 0x9861, 0x6993, 0x9862, 0x6996, 0x9863, 0x6997, 0x9864, 0x6999, - 0x9865, 0x699A, 0x9866, 0x699D, 0x9867, 0x699E, 0x9868, 0x699F, 0x9869, 0x69A0, 0x986A, 0x69A1, 0x986B, 0x69A2, 0x986C, 0x69A3, - 0x986D, 0x69A4, 0x986E, 0x69A5, 0x986F, 0x69A6, 0x9870, 0x69A9, 0x9871, 0x69AA, 0x9872, 0x69AC, 0x9873, 0x69AE, 0x9874, 0x69AF, - 0x9875, 0x69B0, 0x9876, 0x69B2, 0x9877, 0x69B3, 0x9878, 0x69B5, 0x9879, 0x69B6, 0x987A, 0x69B8, 0x987B, 0x69B9, 0x987C, 0x69BA, - 0x987D, 0x69BC, 0x987E, 0x69BD, 0x9880, 0x69BE, 0x9881, 0x69BF, 0x9882, 0x69C0, 0x9883, 0x69C2, 0x9884, 0x69C3, 0x9885, 0x69C4, - 0x9886, 0x69C5, 0x9887, 0x69C6, 0x9888, 0x69C7, 0x9889, 0x69C8, 0x988A, 0x69C9, 0x988B, 0x69CB, 0x988C, 0x69CD, 0x988D, 0x69CF, - 0x988E, 0x69D1, 0x988F, 0x69D2, 0x9890, 0x69D3, 0x9891, 0x69D5, 0x9892, 0x69D6, 0x9893, 0x69D7, 0x9894, 0x69D8, 0x9895, 0x69D9, - 0x9896, 0x69DA, 0x9897, 0x69DC, 0x9898, 0x69DD, 0x9899, 0x69DE, 0x989A, 0x69E1, 0x989B, 0x69E2, 0x989C, 0x69E3, 0x989D, 0x69E4, - 0x989E, 0x69E5, 0x989F, 0x69E6, 0x98A0, 0x69E7, 0x98A1, 0x69E8, 0x98A2, 0x69E9, 0x98A3, 0x69EA, 0x98A4, 0x69EB, 0x98A5, 0x69EC, - 0x98A6, 0x69EE, 0x98A7, 0x69EF, 0x98A8, 0x69F0, 0x98A9, 0x69F1, 0x98AA, 0x69F3, 0x98AB, 0x69F4, 0x98AC, 0x69F5, 0x98AD, 0x69F6, - 0x98AE, 0x69F7, 0x98AF, 0x69F8, 0x98B0, 0x69F9, 0x98B1, 0x69FA, 0x98B2, 0x69FB, 0x98B3, 0x69FC, 0x98B4, 0x69FE, 0x98B5, 0x6A00, - 0x98B6, 0x6A01, 0x98B7, 0x6A02, 0x98B8, 0x6A03, 0x98B9, 0x6A04, 0x98BA, 0x6A05, 0x98BB, 0x6A06, 0x98BC, 0x6A07, 0x98BD, 0x6A08, - 0x98BE, 0x6A09, 0x98BF, 0x6A0B, 0x98C0, 0x6A0C, 0x98C1, 0x6A0D, 0x98C2, 0x6A0E, 0x98C3, 0x6A0F, 0x98C4, 0x6A10, 0x98C5, 0x6A11, - 0x98C6, 0x6A12, 0x98C7, 0x6A13, 0x98C8, 0x6A14, 0x98C9, 0x6A15, 0x98CA, 0x6A16, 0x98CB, 0x6A19, 0x98CC, 0x6A1A, 0x98CD, 0x6A1B, - 0x98CE, 0x6A1C, 0x98CF, 0x6A1D, 0x98D0, 0x6A1E, 0x98D1, 0x6A20, 0x98D2, 0x6A22, 0x98D3, 0x6A23, 0x98D4, 0x6A24, 0x98D5, 0x6A25, - 0x98D6, 0x6A26, 0x98D7, 0x6A27, 0x98D8, 0x6A29, 0x98D9, 0x6A2B, 0x98DA, 0x6A2C, 0x98DB, 0x6A2D, 0x98DC, 0x6A2E, 0x98DD, 0x6A30, - 0x98DE, 0x6A32, 0x98DF, 0x6A33, 0x98E0, 0x6A34, 0x98E1, 0x6A36, 0x98E2, 0x6A37, 0x98E3, 0x6A38, 0x98E4, 0x6A39, 0x98E5, 0x6A3A, - 0x98E6, 0x6A3B, 0x98E7, 0x6A3C, 0x98E8, 0x6A3F, 0x98E9, 0x6A40, 0x98EA, 0x6A41, 0x98EB, 0x6A42, 0x98EC, 0x6A43, 0x98ED, 0x6A45, - 0x98EE, 0x6A46, 0x98EF, 0x6A48, 0x98F0, 0x6A49, 0x98F1, 0x6A4A, 0x98F2, 0x6A4B, 0x98F3, 0x6A4C, 0x98F4, 0x6A4D, 0x98F5, 0x6A4E, - 0x98F6, 0x6A4F, 0x98F7, 0x6A51, 0x98F8, 0x6A52, 0x98F9, 0x6A53, 0x98FA, 0x6A54, 0x98FB, 0x6A55, 0x98FC, 0x6A56, 0x98FD, 0x6A57, - 0x98FE, 0x6A5A, 0x9940, 0x6A5C, 0x9941, 0x6A5D, 0x9942, 0x6A5E, 0x9943, 0x6A5F, 0x9944, 0x6A60, 0x9945, 0x6A62, 0x9946, 0x6A63, - 0x9947, 0x6A64, 0x9948, 0x6A66, 0x9949, 0x6A67, 0x994A, 0x6A68, 0x994B, 0x6A69, 0x994C, 0x6A6A, 0x994D, 0x6A6B, 0x994E, 0x6A6C, - 0x994F, 0x6A6D, 0x9950, 0x6A6E, 0x9951, 0x6A6F, 0x9952, 0x6A70, 0x9953, 0x6A72, 0x9954, 0x6A73, 0x9955, 0x6A74, 0x9956, 0x6A75, - 0x9957, 0x6A76, 0x9958, 0x6A77, 0x9959, 0x6A78, 0x995A, 0x6A7A, 0x995B, 0x6A7B, 0x995C, 0x6A7D, 0x995D, 0x6A7E, 0x995E, 0x6A7F, - 0x995F, 0x6A81, 0x9960, 0x6A82, 0x9961, 0x6A83, 0x9962, 0x6A85, 0x9963, 0x6A86, 0x9964, 0x6A87, 0x9965, 0x6A88, 0x9966, 0x6A89, - 0x9967, 0x6A8A, 0x9968, 0x6A8B, 0x9969, 0x6A8C, 0x996A, 0x6A8D, 0x996B, 0x6A8F, 0x996C, 0x6A92, 0x996D, 0x6A93, 0x996E, 0x6A94, - 0x996F, 0x6A95, 0x9970, 0x6A96, 0x9971, 0x6A98, 0x9972, 0x6A99, 0x9973, 0x6A9A, 0x9974, 0x6A9B, 0x9975, 0x6A9C, 0x9976, 0x6A9D, - 0x9977, 0x6A9E, 0x9978, 0x6A9F, 0x9979, 0x6AA1, 0x997A, 0x6AA2, 0x997B, 0x6AA3, 0x997C, 0x6AA4, 0x997D, 0x6AA5, 0x997E, 0x6AA6, - 0x9980, 0x6AA7, 0x9981, 0x6AA8, 0x9982, 0x6AAA, 0x9983, 0x6AAD, 0x9984, 0x6AAE, 0x9985, 0x6AAF, 0x9986, 0x6AB0, 0x9987, 0x6AB1, - 0x9988, 0x6AB2, 0x9989, 0x6AB3, 0x998A, 0x6AB4, 0x998B, 0x6AB5, 0x998C, 0x6AB6, 0x998D, 0x6AB7, 0x998E, 0x6AB8, 0x998F, 0x6AB9, - 0x9990, 0x6ABA, 0x9991, 0x6ABB, 0x9992, 0x6ABC, 0x9993, 0x6ABD, 0x9994, 0x6ABE, 0x9995, 0x6ABF, 0x9996, 0x6AC0, 0x9997, 0x6AC1, - 0x9998, 0x6AC2, 0x9999, 0x6AC3, 0x999A, 0x6AC4, 0x999B, 0x6AC5, 0x999C, 0x6AC6, 0x999D, 0x6AC7, 0x999E, 0x6AC8, 0x999F, 0x6AC9, - 0x99A0, 0x6ACA, 0x99A1, 0x6ACB, 0x99A2, 0x6ACC, 0x99A3, 0x6ACD, 0x99A4, 0x6ACE, 0x99A5, 0x6ACF, 0x99A6, 0x6AD0, 0x99A7, 0x6AD1, - 0x99A8, 0x6AD2, 0x99A9, 0x6AD3, 0x99AA, 0x6AD4, 0x99AB, 0x6AD5, 0x99AC, 0x6AD6, 0x99AD, 0x6AD7, 0x99AE, 0x6AD8, 0x99AF, 0x6AD9, - 0x99B0, 0x6ADA, 0x99B1, 0x6ADB, 0x99B2, 0x6ADC, 0x99B3, 0x6ADD, 0x99B4, 0x6ADE, 0x99B5, 0x6ADF, 0x99B6, 0x6AE0, 0x99B7, 0x6AE1, - 0x99B8, 0x6AE2, 0x99B9, 0x6AE3, 0x99BA, 0x6AE4, 0x99BB, 0x6AE5, 0x99BC, 0x6AE6, 0x99BD, 0x6AE7, 0x99BE, 0x6AE8, 0x99BF, 0x6AE9, - 0x99C0, 0x6AEA, 0x99C1, 0x6AEB, 0x99C2, 0x6AEC, 0x99C3, 0x6AED, 0x99C4, 0x6AEE, 0x99C5, 0x6AEF, 0x99C6, 0x6AF0, 0x99C7, 0x6AF1, - 0x99C8, 0x6AF2, 0x99C9, 0x6AF3, 0x99CA, 0x6AF4, 0x99CB, 0x6AF5, 0x99CC, 0x6AF6, 0x99CD, 0x6AF7, 0x99CE, 0x6AF8, 0x99CF, 0x6AF9, - 0x99D0, 0x6AFA, 0x99D1, 0x6AFB, 0x99D2, 0x6AFC, 0x99D3, 0x6AFD, 0x99D4, 0x6AFE, 0x99D5, 0x6AFF, 0x99D6, 0x6B00, 0x99D7, 0x6B01, - 0x99D8, 0x6B02, 0x99D9, 0x6B03, 0x99DA, 0x6B04, 0x99DB, 0x6B05, 0x99DC, 0x6B06, 0x99DD, 0x6B07, 0x99DE, 0x6B08, 0x99DF, 0x6B09, - 0x99E0, 0x6B0A, 0x99E1, 0x6B0B, 0x99E2, 0x6B0C, 0x99E3, 0x6B0D, 0x99E4, 0x6B0E, 0x99E5, 0x6B0F, 0x99E6, 0x6B10, 0x99E7, 0x6B11, - 0x99E8, 0x6B12, 0x99E9, 0x6B13, 0x99EA, 0x6B14, 0x99EB, 0x6B15, 0x99EC, 0x6B16, 0x99ED, 0x6B17, 0x99EE, 0x6B18, 0x99EF, 0x6B19, - 0x99F0, 0x6B1A, 0x99F1, 0x6B1B, 0x99F2, 0x6B1C, 0x99F3, 0x6B1D, 0x99F4, 0x6B1E, 0x99F5, 0x6B1F, 0x99F6, 0x6B25, 0x99F7, 0x6B26, - 0x99F8, 0x6B28, 0x99F9, 0x6B29, 0x99FA, 0x6B2A, 0x99FB, 0x6B2B, 0x99FC, 0x6B2C, 0x99FD, 0x6B2D, 0x99FE, 0x6B2E, 0x9A40, 0x6B2F, - 0x9A41, 0x6B30, 0x9A42, 0x6B31, 0x9A43, 0x6B33, 0x9A44, 0x6B34, 0x9A45, 0x6B35, 0x9A46, 0x6B36, 0x9A47, 0x6B38, 0x9A48, 0x6B3B, - 0x9A49, 0x6B3C, 0x9A4A, 0x6B3D, 0x9A4B, 0x6B3F, 0x9A4C, 0x6B40, 0x9A4D, 0x6B41, 0x9A4E, 0x6B42, 0x9A4F, 0x6B44, 0x9A50, 0x6B45, - 0x9A51, 0x6B48, 0x9A52, 0x6B4A, 0x9A53, 0x6B4B, 0x9A54, 0x6B4D, 0x9A55, 0x6B4E, 0x9A56, 0x6B4F, 0x9A57, 0x6B50, 0x9A58, 0x6B51, - 0x9A59, 0x6B52, 0x9A5A, 0x6B53, 0x9A5B, 0x6B54, 0x9A5C, 0x6B55, 0x9A5D, 0x6B56, 0x9A5E, 0x6B57, 0x9A5F, 0x6B58, 0x9A60, 0x6B5A, - 0x9A61, 0x6B5B, 0x9A62, 0x6B5C, 0x9A63, 0x6B5D, 0x9A64, 0x6B5E, 0x9A65, 0x6B5F, 0x9A66, 0x6B60, 0x9A67, 0x6B61, 0x9A68, 0x6B68, - 0x9A69, 0x6B69, 0x9A6A, 0x6B6B, 0x9A6B, 0x6B6C, 0x9A6C, 0x6B6D, 0x9A6D, 0x6B6E, 0x9A6E, 0x6B6F, 0x9A6F, 0x6B70, 0x9A70, 0x6B71, - 0x9A71, 0x6B72, 0x9A72, 0x6B73, 0x9A73, 0x6B74, 0x9A74, 0x6B75, 0x9A75, 0x6B76, 0x9A76, 0x6B77, 0x9A77, 0x6B78, 0x9A78, 0x6B7A, - 0x9A79, 0x6B7D, 0x9A7A, 0x6B7E, 0x9A7B, 0x6B7F, 0x9A7C, 0x6B80, 0x9A7D, 0x6B85, 0x9A7E, 0x6B88, 0x9A80, 0x6B8C, 0x9A81, 0x6B8E, - 0x9A82, 0x6B8F, 0x9A83, 0x6B90, 0x9A84, 0x6B91, 0x9A85, 0x6B94, 0x9A86, 0x6B95, 0x9A87, 0x6B97, 0x9A88, 0x6B98, 0x9A89, 0x6B99, - 0x9A8A, 0x6B9C, 0x9A8B, 0x6B9D, 0x9A8C, 0x6B9E, 0x9A8D, 0x6B9F, 0x9A8E, 0x6BA0, 0x9A8F, 0x6BA2, 0x9A90, 0x6BA3, 0x9A91, 0x6BA4, - 0x9A92, 0x6BA5, 0x9A93, 0x6BA6, 0x9A94, 0x6BA7, 0x9A95, 0x6BA8, 0x9A96, 0x6BA9, 0x9A97, 0x6BAB, 0x9A98, 0x6BAC, 0x9A99, 0x6BAD, - 0x9A9A, 0x6BAE, 0x9A9B, 0x6BAF, 0x9A9C, 0x6BB0, 0x9A9D, 0x6BB1, 0x9A9E, 0x6BB2, 0x9A9F, 0x6BB6, 0x9AA0, 0x6BB8, 0x9AA1, 0x6BB9, - 0x9AA2, 0x6BBA, 0x9AA3, 0x6BBB, 0x9AA4, 0x6BBC, 0x9AA5, 0x6BBD, 0x9AA6, 0x6BBE, 0x9AA7, 0x6BC0, 0x9AA8, 0x6BC3, 0x9AA9, 0x6BC4, - 0x9AAA, 0x6BC6, 0x9AAB, 0x6BC7, 0x9AAC, 0x6BC8, 0x9AAD, 0x6BC9, 0x9AAE, 0x6BCA, 0x9AAF, 0x6BCC, 0x9AB0, 0x6BCE, 0x9AB1, 0x6BD0, - 0x9AB2, 0x6BD1, 0x9AB3, 0x6BD8, 0x9AB4, 0x6BDA, 0x9AB5, 0x6BDC, 0x9AB6, 0x6BDD, 0x9AB7, 0x6BDE, 0x9AB8, 0x6BDF, 0x9AB9, 0x6BE0, - 0x9ABA, 0x6BE2, 0x9ABB, 0x6BE3, 0x9ABC, 0x6BE4, 0x9ABD, 0x6BE5, 0x9ABE, 0x6BE6, 0x9ABF, 0x6BE7, 0x9AC0, 0x6BE8, 0x9AC1, 0x6BE9, - 0x9AC2, 0x6BEC, 0x9AC3, 0x6BED, 0x9AC4, 0x6BEE, 0x9AC5, 0x6BF0, 0x9AC6, 0x6BF1, 0x9AC7, 0x6BF2, 0x9AC8, 0x6BF4, 0x9AC9, 0x6BF6, - 0x9ACA, 0x6BF7, 0x9ACB, 0x6BF8, 0x9ACC, 0x6BFA, 0x9ACD, 0x6BFB, 0x9ACE, 0x6BFC, 0x9ACF, 0x6BFE, 0x9AD0, 0x6BFF, 0x9AD1, 0x6C00, - 0x9AD2, 0x6C01, 0x9AD3, 0x6C02, 0x9AD4, 0x6C03, 0x9AD5, 0x6C04, 0x9AD6, 0x6C08, 0x9AD7, 0x6C09, 0x9AD8, 0x6C0A, 0x9AD9, 0x6C0B, - 0x9ADA, 0x6C0C, 0x9ADB, 0x6C0E, 0x9ADC, 0x6C12, 0x9ADD, 0x6C17, 0x9ADE, 0x6C1C, 0x9ADF, 0x6C1D, 0x9AE0, 0x6C1E, 0x9AE1, 0x6C20, - 0x9AE2, 0x6C23, 0x9AE3, 0x6C25, 0x9AE4, 0x6C2B, 0x9AE5, 0x6C2C, 0x9AE6, 0x6C2D, 0x9AE7, 0x6C31, 0x9AE8, 0x6C33, 0x9AE9, 0x6C36, - 0x9AEA, 0x6C37, 0x9AEB, 0x6C39, 0x9AEC, 0x6C3A, 0x9AED, 0x6C3B, 0x9AEE, 0x6C3C, 0x9AEF, 0x6C3E, 0x9AF0, 0x6C3F, 0x9AF1, 0x6C43, - 0x9AF2, 0x6C44, 0x9AF3, 0x6C45, 0x9AF4, 0x6C48, 0x9AF5, 0x6C4B, 0x9AF6, 0x6C4C, 0x9AF7, 0x6C4D, 0x9AF8, 0x6C4E, 0x9AF9, 0x6C4F, - 0x9AFA, 0x6C51, 0x9AFB, 0x6C52, 0x9AFC, 0x6C53, 0x9AFD, 0x6C56, 0x9AFE, 0x6C58, 0x9B40, 0x6C59, 0x9B41, 0x6C5A, 0x9B42, 0x6C62, - 0x9B43, 0x6C63, 0x9B44, 0x6C65, 0x9B45, 0x6C66, 0x9B46, 0x6C67, 0x9B47, 0x6C6B, 0x9B48, 0x6C6C, 0x9B49, 0x6C6D, 0x9B4A, 0x6C6E, - 0x9B4B, 0x6C6F, 0x9B4C, 0x6C71, 0x9B4D, 0x6C73, 0x9B4E, 0x6C75, 0x9B4F, 0x6C77, 0x9B50, 0x6C78, 0x9B51, 0x6C7A, 0x9B52, 0x6C7B, - 0x9B53, 0x6C7C, 0x9B54, 0x6C7F, 0x9B55, 0x6C80, 0x9B56, 0x6C84, 0x9B57, 0x6C87, 0x9B58, 0x6C8A, 0x9B59, 0x6C8B, 0x9B5A, 0x6C8D, - 0x9B5B, 0x6C8E, 0x9B5C, 0x6C91, 0x9B5D, 0x6C92, 0x9B5E, 0x6C95, 0x9B5F, 0x6C96, 0x9B60, 0x6C97, 0x9B61, 0x6C98, 0x9B62, 0x6C9A, - 0x9B63, 0x6C9C, 0x9B64, 0x6C9D, 0x9B65, 0x6C9E, 0x9B66, 0x6CA0, 0x9B67, 0x6CA2, 0x9B68, 0x6CA8, 0x9B69, 0x6CAC, 0x9B6A, 0x6CAF, - 0x9B6B, 0x6CB0, 0x9B6C, 0x6CB4, 0x9B6D, 0x6CB5, 0x9B6E, 0x6CB6, 0x9B6F, 0x6CB7, 0x9B70, 0x6CBA, 0x9B71, 0x6CC0, 0x9B72, 0x6CC1, - 0x9B73, 0x6CC2, 0x9B74, 0x6CC3, 0x9B75, 0x6CC6, 0x9B76, 0x6CC7, 0x9B77, 0x6CC8, 0x9B78, 0x6CCB, 0x9B79, 0x6CCD, 0x9B7A, 0x6CCE, - 0x9B7B, 0x6CCF, 0x9B7C, 0x6CD1, 0x9B7D, 0x6CD2, 0x9B7E, 0x6CD8, 0x9B80, 0x6CD9, 0x9B81, 0x6CDA, 0x9B82, 0x6CDC, 0x9B83, 0x6CDD, - 0x9B84, 0x6CDF, 0x9B85, 0x6CE4, 0x9B86, 0x6CE6, 0x9B87, 0x6CE7, 0x9B88, 0x6CE9, 0x9B89, 0x6CEC, 0x9B8A, 0x6CED, 0x9B8B, 0x6CF2, - 0x9B8C, 0x6CF4, 0x9B8D, 0x6CF9, 0x9B8E, 0x6CFF, 0x9B8F, 0x6D00, 0x9B90, 0x6D02, 0x9B91, 0x6D03, 0x9B92, 0x6D05, 0x9B93, 0x6D06, - 0x9B94, 0x6D08, 0x9B95, 0x6D09, 0x9B96, 0x6D0A, 0x9B97, 0x6D0D, 0x9B98, 0x6D0F, 0x9B99, 0x6D10, 0x9B9A, 0x6D11, 0x9B9B, 0x6D13, - 0x9B9C, 0x6D14, 0x9B9D, 0x6D15, 0x9B9E, 0x6D16, 0x9B9F, 0x6D18, 0x9BA0, 0x6D1C, 0x9BA1, 0x6D1D, 0x9BA2, 0x6D1F, 0x9BA3, 0x6D20, - 0x9BA4, 0x6D21, 0x9BA5, 0x6D22, 0x9BA6, 0x6D23, 0x9BA7, 0x6D24, 0x9BA8, 0x6D26, 0x9BA9, 0x6D28, 0x9BAA, 0x6D29, 0x9BAB, 0x6D2C, - 0x9BAC, 0x6D2D, 0x9BAD, 0x6D2F, 0x9BAE, 0x6D30, 0x9BAF, 0x6D34, 0x9BB0, 0x6D36, 0x9BB1, 0x6D37, 0x9BB2, 0x6D38, 0x9BB3, 0x6D3A, - 0x9BB4, 0x6D3F, 0x9BB5, 0x6D40, 0x9BB6, 0x6D42, 0x9BB7, 0x6D44, 0x9BB8, 0x6D49, 0x9BB9, 0x6D4C, 0x9BBA, 0x6D50, 0x9BBB, 0x6D55, - 0x9BBC, 0x6D56, 0x9BBD, 0x6D57, 0x9BBE, 0x6D58, 0x9BBF, 0x6D5B, 0x9BC0, 0x6D5D, 0x9BC1, 0x6D5F, 0x9BC2, 0x6D61, 0x9BC3, 0x6D62, - 0x9BC4, 0x6D64, 0x9BC5, 0x6D65, 0x9BC6, 0x6D67, 0x9BC7, 0x6D68, 0x9BC8, 0x6D6B, 0x9BC9, 0x6D6C, 0x9BCA, 0x6D6D, 0x9BCB, 0x6D70, - 0x9BCC, 0x6D71, 0x9BCD, 0x6D72, 0x9BCE, 0x6D73, 0x9BCF, 0x6D75, 0x9BD0, 0x6D76, 0x9BD1, 0x6D79, 0x9BD2, 0x6D7A, 0x9BD3, 0x6D7B, - 0x9BD4, 0x6D7D, 0x9BD5, 0x6D7E, 0x9BD6, 0x6D7F, 0x9BD7, 0x6D80, 0x9BD8, 0x6D81, 0x9BD9, 0x6D83, 0x9BDA, 0x6D84, 0x9BDB, 0x6D86, - 0x9BDC, 0x6D87, 0x9BDD, 0x6D8A, 0x9BDE, 0x6D8B, 0x9BDF, 0x6D8D, 0x9BE0, 0x6D8F, 0x9BE1, 0x6D90, 0x9BE2, 0x6D92, 0x9BE3, 0x6D96, - 0x9BE4, 0x6D97, 0x9BE5, 0x6D98, 0x9BE6, 0x6D99, 0x9BE7, 0x6D9A, 0x9BE8, 0x6D9C, 0x9BE9, 0x6DA2, 0x9BEA, 0x6DA5, 0x9BEB, 0x6DAC, - 0x9BEC, 0x6DAD, 0x9BED, 0x6DB0, 0x9BEE, 0x6DB1, 0x9BEF, 0x6DB3, 0x9BF0, 0x6DB4, 0x9BF1, 0x6DB6, 0x9BF2, 0x6DB7, 0x9BF3, 0x6DB9, - 0x9BF4, 0x6DBA, 0x9BF5, 0x6DBB, 0x9BF6, 0x6DBC, 0x9BF7, 0x6DBD, 0x9BF8, 0x6DBE, 0x9BF9, 0x6DC1, 0x9BFA, 0x6DC2, 0x9BFB, 0x6DC3, - 0x9BFC, 0x6DC8, 0x9BFD, 0x6DC9, 0x9BFE, 0x6DCA, 0x9C40, 0x6DCD, 0x9C41, 0x6DCE, 0x9C42, 0x6DCF, 0x9C43, 0x6DD0, 0x9C44, 0x6DD2, - 0x9C45, 0x6DD3, 0x9C46, 0x6DD4, 0x9C47, 0x6DD5, 0x9C48, 0x6DD7, 0x9C49, 0x6DDA, 0x9C4A, 0x6DDB, 0x9C4B, 0x6DDC, 0x9C4C, 0x6DDF, - 0x9C4D, 0x6DE2, 0x9C4E, 0x6DE3, 0x9C4F, 0x6DE5, 0x9C50, 0x6DE7, 0x9C51, 0x6DE8, 0x9C52, 0x6DE9, 0x9C53, 0x6DEA, 0x9C54, 0x6DED, - 0x9C55, 0x6DEF, 0x9C56, 0x6DF0, 0x9C57, 0x6DF2, 0x9C58, 0x6DF4, 0x9C59, 0x6DF5, 0x9C5A, 0x6DF6, 0x9C5B, 0x6DF8, 0x9C5C, 0x6DFA, - 0x9C5D, 0x6DFD, 0x9C5E, 0x6DFE, 0x9C5F, 0x6DFF, 0x9C60, 0x6E00, 0x9C61, 0x6E01, 0x9C62, 0x6E02, 0x9C63, 0x6E03, 0x9C64, 0x6E04, - 0x9C65, 0x6E06, 0x9C66, 0x6E07, 0x9C67, 0x6E08, 0x9C68, 0x6E09, 0x9C69, 0x6E0B, 0x9C6A, 0x6E0F, 0x9C6B, 0x6E12, 0x9C6C, 0x6E13, - 0x9C6D, 0x6E15, 0x9C6E, 0x6E18, 0x9C6F, 0x6E19, 0x9C70, 0x6E1B, 0x9C71, 0x6E1C, 0x9C72, 0x6E1E, 0x9C73, 0x6E1F, 0x9C74, 0x6E22, - 0x9C75, 0x6E26, 0x9C76, 0x6E27, 0x9C77, 0x6E28, 0x9C78, 0x6E2A, 0x9C79, 0x6E2C, 0x9C7A, 0x6E2E, 0x9C7B, 0x6E30, 0x9C7C, 0x6E31, - 0x9C7D, 0x6E33, 0x9C7E, 0x6E35, 0x9C80, 0x6E36, 0x9C81, 0x6E37, 0x9C82, 0x6E39, 0x9C83, 0x6E3B, 0x9C84, 0x6E3C, 0x9C85, 0x6E3D, - 0x9C86, 0x6E3E, 0x9C87, 0x6E3F, 0x9C88, 0x6E40, 0x9C89, 0x6E41, 0x9C8A, 0x6E42, 0x9C8B, 0x6E45, 0x9C8C, 0x6E46, 0x9C8D, 0x6E47, - 0x9C8E, 0x6E48, 0x9C8F, 0x6E49, 0x9C90, 0x6E4A, 0x9C91, 0x6E4B, 0x9C92, 0x6E4C, 0x9C93, 0x6E4F, 0x9C94, 0x6E50, 0x9C95, 0x6E51, - 0x9C96, 0x6E52, 0x9C97, 0x6E55, 0x9C98, 0x6E57, 0x9C99, 0x6E59, 0x9C9A, 0x6E5A, 0x9C9B, 0x6E5C, 0x9C9C, 0x6E5D, 0x9C9D, 0x6E5E, - 0x9C9E, 0x6E60, 0x9C9F, 0x6E61, 0x9CA0, 0x6E62, 0x9CA1, 0x6E63, 0x9CA2, 0x6E64, 0x9CA3, 0x6E65, 0x9CA4, 0x6E66, 0x9CA5, 0x6E67, - 0x9CA6, 0x6E68, 0x9CA7, 0x6E69, 0x9CA8, 0x6E6A, 0x9CA9, 0x6E6C, 0x9CAA, 0x6E6D, 0x9CAB, 0x6E6F, 0x9CAC, 0x6E70, 0x9CAD, 0x6E71, - 0x9CAE, 0x6E72, 0x9CAF, 0x6E73, 0x9CB0, 0x6E74, 0x9CB1, 0x6E75, 0x9CB2, 0x6E76, 0x9CB3, 0x6E77, 0x9CB4, 0x6E78, 0x9CB5, 0x6E79, - 0x9CB6, 0x6E7A, 0x9CB7, 0x6E7B, 0x9CB8, 0x6E7C, 0x9CB9, 0x6E7D, 0x9CBA, 0x6E80, 0x9CBB, 0x6E81, 0x9CBC, 0x6E82, 0x9CBD, 0x6E84, - 0x9CBE, 0x6E87, 0x9CBF, 0x6E88, 0x9CC0, 0x6E8A, 0x9CC1, 0x6E8B, 0x9CC2, 0x6E8C, 0x9CC3, 0x6E8D, 0x9CC4, 0x6E8E, 0x9CC5, 0x6E91, - 0x9CC6, 0x6E92, 0x9CC7, 0x6E93, 0x9CC8, 0x6E94, 0x9CC9, 0x6E95, 0x9CCA, 0x6E96, 0x9CCB, 0x6E97, 0x9CCC, 0x6E99, 0x9CCD, 0x6E9A, - 0x9CCE, 0x6E9B, 0x9CCF, 0x6E9D, 0x9CD0, 0x6E9E, 0x9CD1, 0x6EA0, 0x9CD2, 0x6EA1, 0x9CD3, 0x6EA3, 0x9CD4, 0x6EA4, 0x9CD5, 0x6EA6, - 0x9CD6, 0x6EA8, 0x9CD7, 0x6EA9, 0x9CD8, 0x6EAB, 0x9CD9, 0x6EAC, 0x9CDA, 0x6EAD, 0x9CDB, 0x6EAE, 0x9CDC, 0x6EB0, 0x9CDD, 0x6EB3, - 0x9CDE, 0x6EB5, 0x9CDF, 0x6EB8, 0x9CE0, 0x6EB9, 0x9CE1, 0x6EBC, 0x9CE2, 0x6EBE, 0x9CE3, 0x6EBF, 0x9CE4, 0x6EC0, 0x9CE5, 0x6EC3, - 0x9CE6, 0x6EC4, 0x9CE7, 0x6EC5, 0x9CE8, 0x6EC6, 0x9CE9, 0x6EC8, 0x9CEA, 0x6EC9, 0x9CEB, 0x6ECA, 0x9CEC, 0x6ECC, 0x9CED, 0x6ECD, - 0x9CEE, 0x6ECE, 0x9CEF, 0x6ED0, 0x9CF0, 0x6ED2, 0x9CF1, 0x6ED6, 0x9CF2, 0x6ED8, 0x9CF3, 0x6ED9, 0x9CF4, 0x6EDB, 0x9CF5, 0x6EDC, - 0x9CF6, 0x6EDD, 0x9CF7, 0x6EE3, 0x9CF8, 0x6EE7, 0x9CF9, 0x6EEA, 0x9CFA, 0x6EEB, 0x9CFB, 0x6EEC, 0x9CFC, 0x6EED, 0x9CFD, 0x6EEE, - 0x9CFE, 0x6EEF, 0x9D40, 0x6EF0, 0x9D41, 0x6EF1, 0x9D42, 0x6EF2, 0x9D43, 0x6EF3, 0x9D44, 0x6EF5, 0x9D45, 0x6EF6, 0x9D46, 0x6EF7, - 0x9D47, 0x6EF8, 0x9D48, 0x6EFA, 0x9D49, 0x6EFB, 0x9D4A, 0x6EFC, 0x9D4B, 0x6EFD, 0x9D4C, 0x6EFE, 0x9D4D, 0x6EFF, 0x9D4E, 0x6F00, - 0x9D4F, 0x6F01, 0x9D50, 0x6F03, 0x9D51, 0x6F04, 0x9D52, 0x6F05, 0x9D53, 0x6F07, 0x9D54, 0x6F08, 0x9D55, 0x6F0A, 0x9D56, 0x6F0B, - 0x9D57, 0x6F0C, 0x9D58, 0x6F0D, 0x9D59, 0x6F0E, 0x9D5A, 0x6F10, 0x9D5B, 0x6F11, 0x9D5C, 0x6F12, 0x9D5D, 0x6F16, 0x9D5E, 0x6F17, - 0x9D5F, 0x6F18, 0x9D60, 0x6F19, 0x9D61, 0x6F1A, 0x9D62, 0x6F1B, 0x9D63, 0x6F1C, 0x9D64, 0x6F1D, 0x9D65, 0x6F1E, 0x9D66, 0x6F1F, - 0x9D67, 0x6F21, 0x9D68, 0x6F22, 0x9D69, 0x6F23, 0x9D6A, 0x6F25, 0x9D6B, 0x6F26, 0x9D6C, 0x6F27, 0x9D6D, 0x6F28, 0x9D6E, 0x6F2C, - 0x9D6F, 0x6F2E, 0x9D70, 0x6F30, 0x9D71, 0x6F32, 0x9D72, 0x6F34, 0x9D73, 0x6F35, 0x9D74, 0x6F37, 0x9D75, 0x6F38, 0x9D76, 0x6F39, - 0x9D77, 0x6F3A, 0x9D78, 0x6F3B, 0x9D79, 0x6F3C, 0x9D7A, 0x6F3D, 0x9D7B, 0x6F3F, 0x9D7C, 0x6F40, 0x9D7D, 0x6F41, 0x9D7E, 0x6F42, - 0x9D80, 0x6F43, 0x9D81, 0x6F44, 0x9D82, 0x6F45, 0x9D83, 0x6F48, 0x9D84, 0x6F49, 0x9D85, 0x6F4A, 0x9D86, 0x6F4C, 0x9D87, 0x6F4E, - 0x9D88, 0x6F4F, 0x9D89, 0x6F50, 0x9D8A, 0x6F51, 0x9D8B, 0x6F52, 0x9D8C, 0x6F53, 0x9D8D, 0x6F54, 0x9D8E, 0x6F55, 0x9D8F, 0x6F56, - 0x9D90, 0x6F57, 0x9D91, 0x6F59, 0x9D92, 0x6F5A, 0x9D93, 0x6F5B, 0x9D94, 0x6F5D, 0x9D95, 0x6F5F, 0x9D96, 0x6F60, 0x9D97, 0x6F61, - 0x9D98, 0x6F63, 0x9D99, 0x6F64, 0x9D9A, 0x6F65, 0x9D9B, 0x6F67, 0x9D9C, 0x6F68, 0x9D9D, 0x6F69, 0x9D9E, 0x6F6A, 0x9D9F, 0x6F6B, - 0x9DA0, 0x6F6C, 0x9DA1, 0x6F6F, 0x9DA2, 0x6F70, 0x9DA3, 0x6F71, 0x9DA4, 0x6F73, 0x9DA5, 0x6F75, 0x9DA6, 0x6F76, 0x9DA7, 0x6F77, - 0x9DA8, 0x6F79, 0x9DA9, 0x6F7B, 0x9DAA, 0x6F7D, 0x9DAB, 0x6F7E, 0x9DAC, 0x6F7F, 0x9DAD, 0x6F80, 0x9DAE, 0x6F81, 0x9DAF, 0x6F82, - 0x9DB0, 0x6F83, 0x9DB1, 0x6F85, 0x9DB2, 0x6F86, 0x9DB3, 0x6F87, 0x9DB4, 0x6F8A, 0x9DB5, 0x6F8B, 0x9DB6, 0x6F8F, 0x9DB7, 0x6F90, - 0x9DB8, 0x6F91, 0x9DB9, 0x6F92, 0x9DBA, 0x6F93, 0x9DBB, 0x6F94, 0x9DBC, 0x6F95, 0x9DBD, 0x6F96, 0x9DBE, 0x6F97, 0x9DBF, 0x6F98, - 0x9DC0, 0x6F99, 0x9DC1, 0x6F9A, 0x9DC2, 0x6F9B, 0x9DC3, 0x6F9D, 0x9DC4, 0x6F9E, 0x9DC5, 0x6F9F, 0x9DC6, 0x6FA0, 0x9DC7, 0x6FA2, - 0x9DC8, 0x6FA3, 0x9DC9, 0x6FA4, 0x9DCA, 0x6FA5, 0x9DCB, 0x6FA6, 0x9DCC, 0x6FA8, 0x9DCD, 0x6FA9, 0x9DCE, 0x6FAA, 0x9DCF, 0x6FAB, - 0x9DD0, 0x6FAC, 0x9DD1, 0x6FAD, 0x9DD2, 0x6FAE, 0x9DD3, 0x6FAF, 0x9DD4, 0x6FB0, 0x9DD5, 0x6FB1, 0x9DD6, 0x6FB2, 0x9DD7, 0x6FB4, - 0x9DD8, 0x6FB5, 0x9DD9, 0x6FB7, 0x9DDA, 0x6FB8, 0x9DDB, 0x6FBA, 0x9DDC, 0x6FBB, 0x9DDD, 0x6FBC, 0x9DDE, 0x6FBD, 0x9DDF, 0x6FBE, - 0x9DE0, 0x6FBF, 0x9DE1, 0x6FC1, 0x9DE2, 0x6FC3, 0x9DE3, 0x6FC4, 0x9DE4, 0x6FC5, 0x9DE5, 0x6FC6, 0x9DE6, 0x6FC7, 0x9DE7, 0x6FC8, - 0x9DE8, 0x6FCA, 0x9DE9, 0x6FCB, 0x9DEA, 0x6FCC, 0x9DEB, 0x6FCD, 0x9DEC, 0x6FCE, 0x9DED, 0x6FCF, 0x9DEE, 0x6FD0, 0x9DEF, 0x6FD3, - 0x9DF0, 0x6FD4, 0x9DF1, 0x6FD5, 0x9DF2, 0x6FD6, 0x9DF3, 0x6FD7, 0x9DF4, 0x6FD8, 0x9DF5, 0x6FD9, 0x9DF6, 0x6FDA, 0x9DF7, 0x6FDB, - 0x9DF8, 0x6FDC, 0x9DF9, 0x6FDD, 0x9DFA, 0x6FDF, 0x9DFB, 0x6FE2, 0x9DFC, 0x6FE3, 0x9DFD, 0x6FE4, 0x9DFE, 0x6FE5, 0x9E40, 0x6FE6, - 0x9E41, 0x6FE7, 0x9E42, 0x6FE8, 0x9E43, 0x6FE9, 0x9E44, 0x6FEA, 0x9E45, 0x6FEB, 0x9E46, 0x6FEC, 0x9E47, 0x6FED, 0x9E48, 0x6FF0, - 0x9E49, 0x6FF1, 0x9E4A, 0x6FF2, 0x9E4B, 0x6FF3, 0x9E4C, 0x6FF4, 0x9E4D, 0x6FF5, 0x9E4E, 0x6FF6, 0x9E4F, 0x6FF7, 0x9E50, 0x6FF8, - 0x9E51, 0x6FF9, 0x9E52, 0x6FFA, 0x9E53, 0x6FFB, 0x9E54, 0x6FFC, 0x9E55, 0x6FFD, 0x9E56, 0x6FFE, 0x9E57, 0x6FFF, 0x9E58, 0x7000, - 0x9E59, 0x7001, 0x9E5A, 0x7002, 0x9E5B, 0x7003, 0x9E5C, 0x7004, 0x9E5D, 0x7005, 0x9E5E, 0x7006, 0x9E5F, 0x7007, 0x9E60, 0x7008, - 0x9E61, 0x7009, 0x9E62, 0x700A, 0x9E63, 0x700B, 0x9E64, 0x700C, 0x9E65, 0x700D, 0x9E66, 0x700E, 0x9E67, 0x700F, 0x9E68, 0x7010, - 0x9E69, 0x7012, 0x9E6A, 0x7013, 0x9E6B, 0x7014, 0x9E6C, 0x7015, 0x9E6D, 0x7016, 0x9E6E, 0x7017, 0x9E6F, 0x7018, 0x9E70, 0x7019, - 0x9E71, 0x701C, 0x9E72, 0x701D, 0x9E73, 0x701E, 0x9E74, 0x701F, 0x9E75, 0x7020, 0x9E76, 0x7021, 0x9E77, 0x7022, 0x9E78, 0x7024, - 0x9E79, 0x7025, 0x9E7A, 0x7026, 0x9E7B, 0x7027, 0x9E7C, 0x7028, 0x9E7D, 0x7029, 0x9E7E, 0x702A, 0x9E80, 0x702B, 0x9E81, 0x702C, - 0x9E82, 0x702D, 0x9E83, 0x702E, 0x9E84, 0x702F, 0x9E85, 0x7030, 0x9E86, 0x7031, 0x9E87, 0x7032, 0x9E88, 0x7033, 0x9E89, 0x7034, - 0x9E8A, 0x7036, 0x9E8B, 0x7037, 0x9E8C, 0x7038, 0x9E8D, 0x703A, 0x9E8E, 0x703B, 0x9E8F, 0x703C, 0x9E90, 0x703D, 0x9E91, 0x703E, - 0x9E92, 0x703F, 0x9E93, 0x7040, 0x9E94, 0x7041, 0x9E95, 0x7042, 0x9E96, 0x7043, 0x9E97, 0x7044, 0x9E98, 0x7045, 0x9E99, 0x7046, - 0x9E9A, 0x7047, 0x9E9B, 0x7048, 0x9E9C, 0x7049, 0x9E9D, 0x704A, 0x9E9E, 0x704B, 0x9E9F, 0x704D, 0x9EA0, 0x704E, 0x9EA1, 0x7050, - 0x9EA2, 0x7051, 0x9EA3, 0x7052, 0x9EA4, 0x7053, 0x9EA5, 0x7054, 0x9EA6, 0x7055, 0x9EA7, 0x7056, 0x9EA8, 0x7057, 0x9EA9, 0x7058, - 0x9EAA, 0x7059, 0x9EAB, 0x705A, 0x9EAC, 0x705B, 0x9EAD, 0x705C, 0x9EAE, 0x705D, 0x9EAF, 0x705F, 0x9EB0, 0x7060, 0x9EB1, 0x7061, - 0x9EB2, 0x7062, 0x9EB3, 0x7063, 0x9EB4, 0x7064, 0x9EB5, 0x7065, 0x9EB6, 0x7066, 0x9EB7, 0x7067, 0x9EB8, 0x7068, 0x9EB9, 0x7069, - 0x9EBA, 0x706A, 0x9EBB, 0x706E, 0x9EBC, 0x7071, 0x9EBD, 0x7072, 0x9EBE, 0x7073, 0x9EBF, 0x7074, 0x9EC0, 0x7077, 0x9EC1, 0x7079, - 0x9EC2, 0x707A, 0x9EC3, 0x707B, 0x9EC4, 0x707D, 0x9EC5, 0x7081, 0x9EC6, 0x7082, 0x9EC7, 0x7083, 0x9EC8, 0x7084, 0x9EC9, 0x7086, - 0x9ECA, 0x7087, 0x9ECB, 0x7088, 0x9ECC, 0x708B, 0x9ECD, 0x708C, 0x9ECE, 0x708D, 0x9ECF, 0x708F, 0x9ED0, 0x7090, 0x9ED1, 0x7091, - 0x9ED2, 0x7093, 0x9ED3, 0x7097, 0x9ED4, 0x7098, 0x9ED5, 0x709A, 0x9ED6, 0x709B, 0x9ED7, 0x709E, 0x9ED8, 0x709F, 0x9ED9, 0x70A0, - 0x9EDA, 0x70A1, 0x9EDB, 0x70A2, 0x9EDC, 0x70A3, 0x9EDD, 0x70A4, 0x9EDE, 0x70A5, 0x9EDF, 0x70A6, 0x9EE0, 0x70A7, 0x9EE1, 0x70A8, - 0x9EE2, 0x70A9, 0x9EE3, 0x70AA, 0x9EE4, 0x70B0, 0x9EE5, 0x70B2, 0x9EE6, 0x70B4, 0x9EE7, 0x70B5, 0x9EE8, 0x70B6, 0x9EE9, 0x70BA, - 0x9EEA, 0x70BE, 0x9EEB, 0x70BF, 0x9EEC, 0x70C4, 0x9EED, 0x70C5, 0x9EEE, 0x70C6, 0x9EEF, 0x70C7, 0x9EF0, 0x70C9, 0x9EF1, 0x70CB, - 0x9EF2, 0x70CC, 0x9EF3, 0x70CD, 0x9EF4, 0x70CE, 0x9EF5, 0x70CF, 0x9EF6, 0x70D0, 0x9EF7, 0x70D1, 0x9EF8, 0x70D2, 0x9EF9, 0x70D3, - 0x9EFA, 0x70D4, 0x9EFB, 0x70D5, 0x9EFC, 0x70D6, 0x9EFD, 0x70D7, 0x9EFE, 0x70DA, 0x9F40, 0x70DC, 0x9F41, 0x70DD, 0x9F42, 0x70DE, - 0x9F43, 0x70E0, 0x9F44, 0x70E1, 0x9F45, 0x70E2, 0x9F46, 0x70E3, 0x9F47, 0x70E5, 0x9F48, 0x70EA, 0x9F49, 0x70EE, 0x9F4A, 0x70F0, - 0x9F4B, 0x70F1, 0x9F4C, 0x70F2, 0x9F4D, 0x70F3, 0x9F4E, 0x70F4, 0x9F4F, 0x70F5, 0x9F50, 0x70F6, 0x9F51, 0x70F8, 0x9F52, 0x70FA, - 0x9F53, 0x70FB, 0x9F54, 0x70FC, 0x9F55, 0x70FE, 0x9F56, 0x70FF, 0x9F57, 0x7100, 0x9F58, 0x7101, 0x9F59, 0x7102, 0x9F5A, 0x7103, - 0x9F5B, 0x7104, 0x9F5C, 0x7105, 0x9F5D, 0x7106, 0x9F5E, 0x7107, 0x9F5F, 0x7108, 0x9F60, 0x710B, 0x9F61, 0x710C, 0x9F62, 0x710D, - 0x9F63, 0x710E, 0x9F64, 0x710F, 0x9F65, 0x7111, 0x9F66, 0x7112, 0x9F67, 0x7114, 0x9F68, 0x7117, 0x9F69, 0x711B, 0x9F6A, 0x711C, - 0x9F6B, 0x711D, 0x9F6C, 0x711E, 0x9F6D, 0x711F, 0x9F6E, 0x7120, 0x9F6F, 0x7121, 0x9F70, 0x7122, 0x9F71, 0x7123, 0x9F72, 0x7124, - 0x9F73, 0x7125, 0x9F74, 0x7127, 0x9F75, 0x7128, 0x9F76, 0x7129, 0x9F77, 0x712A, 0x9F78, 0x712B, 0x9F79, 0x712C, 0x9F7A, 0x712D, - 0x9F7B, 0x712E, 0x9F7C, 0x7132, 0x9F7D, 0x7133, 0x9F7E, 0x7134, 0x9F80, 0x7135, 0x9F81, 0x7137, 0x9F82, 0x7138, 0x9F83, 0x7139, - 0x9F84, 0x713A, 0x9F85, 0x713B, 0x9F86, 0x713C, 0x9F87, 0x713D, 0x9F88, 0x713E, 0x9F89, 0x713F, 0x9F8A, 0x7140, 0x9F8B, 0x7141, - 0x9F8C, 0x7142, 0x9F8D, 0x7143, 0x9F8E, 0x7144, 0x9F8F, 0x7146, 0x9F90, 0x7147, 0x9F91, 0x7148, 0x9F92, 0x7149, 0x9F93, 0x714B, - 0x9F94, 0x714D, 0x9F95, 0x714F, 0x9F96, 0x7150, 0x9F97, 0x7151, 0x9F98, 0x7152, 0x9F99, 0x7153, 0x9F9A, 0x7154, 0x9F9B, 0x7155, - 0x9F9C, 0x7156, 0x9F9D, 0x7157, 0x9F9E, 0x7158, 0x9F9F, 0x7159, 0x9FA0, 0x715A, 0x9FA1, 0x715B, 0x9FA2, 0x715D, 0x9FA3, 0x715F, - 0x9FA4, 0x7160, 0x9FA5, 0x7161, 0x9FA6, 0x7162, 0x9FA7, 0x7163, 0x9FA8, 0x7165, 0x9FA9, 0x7169, 0x9FAA, 0x716A, 0x9FAB, 0x716B, - 0x9FAC, 0x716C, 0x9FAD, 0x716D, 0x9FAE, 0x716F, 0x9FAF, 0x7170, 0x9FB0, 0x7171, 0x9FB1, 0x7174, 0x9FB2, 0x7175, 0x9FB3, 0x7176, - 0x9FB4, 0x7177, 0x9FB5, 0x7179, 0x9FB6, 0x717B, 0x9FB7, 0x717C, 0x9FB8, 0x717E, 0x9FB9, 0x717F, 0x9FBA, 0x7180, 0x9FBB, 0x7181, - 0x9FBC, 0x7182, 0x9FBD, 0x7183, 0x9FBE, 0x7185, 0x9FBF, 0x7186, 0x9FC0, 0x7187, 0x9FC1, 0x7188, 0x9FC2, 0x7189, 0x9FC3, 0x718B, - 0x9FC4, 0x718C, 0x9FC5, 0x718D, 0x9FC6, 0x718E, 0x9FC7, 0x7190, 0x9FC8, 0x7191, 0x9FC9, 0x7192, 0x9FCA, 0x7193, 0x9FCB, 0x7195, - 0x9FCC, 0x7196, 0x9FCD, 0x7197, 0x9FCE, 0x719A, 0x9FCF, 0x719B, 0x9FD0, 0x719C, 0x9FD1, 0x719D, 0x9FD2, 0x719E, 0x9FD3, 0x71A1, - 0x9FD4, 0x71A2, 0x9FD5, 0x71A3, 0x9FD6, 0x71A4, 0x9FD7, 0x71A5, 0x9FD8, 0x71A6, 0x9FD9, 0x71A7, 0x9FDA, 0x71A9, 0x9FDB, 0x71AA, - 0x9FDC, 0x71AB, 0x9FDD, 0x71AD, 0x9FDE, 0x71AE, 0x9FDF, 0x71AF, 0x9FE0, 0x71B0, 0x9FE1, 0x71B1, 0x9FE2, 0x71B2, 0x9FE3, 0x71B4, - 0x9FE4, 0x71B6, 0x9FE5, 0x71B7, 0x9FE6, 0x71B8, 0x9FE7, 0x71BA, 0x9FE8, 0x71BB, 0x9FE9, 0x71BC, 0x9FEA, 0x71BD, 0x9FEB, 0x71BE, - 0x9FEC, 0x71BF, 0x9FED, 0x71C0, 0x9FEE, 0x71C1, 0x9FEF, 0x71C2, 0x9FF0, 0x71C4, 0x9FF1, 0x71C5, 0x9FF2, 0x71C6, 0x9FF3, 0x71C7, - 0x9FF4, 0x71C8, 0x9FF5, 0x71C9, 0x9FF6, 0x71CA, 0x9FF7, 0x71CB, 0x9FF8, 0x71CC, 0x9FF9, 0x71CD, 0x9FFA, 0x71CF, 0x9FFB, 0x71D0, - 0x9FFC, 0x71D1, 0x9FFD, 0x71D2, 0x9FFE, 0x71D3, 0xA040, 0x71D6, 0xA041, 0x71D7, 0xA042, 0x71D8, 0xA043, 0x71D9, 0xA044, 0x71DA, - 0xA045, 0x71DB, 0xA046, 0x71DC, 0xA047, 0x71DD, 0xA048, 0x71DE, 0xA049, 0x71DF, 0xA04A, 0x71E1, 0xA04B, 0x71E2, 0xA04C, 0x71E3, - 0xA04D, 0x71E4, 0xA04E, 0x71E6, 0xA04F, 0x71E8, 0xA050, 0x71E9, 0xA051, 0x71EA, 0xA052, 0x71EB, 0xA053, 0x71EC, 0xA054, 0x71ED, - 0xA055, 0x71EF, 0xA056, 0x71F0, 0xA057, 0x71F1, 0xA058, 0x71F2, 0xA059, 0x71F3, 0xA05A, 0x71F4, 0xA05B, 0x71F5, 0xA05C, 0x71F6, - 0xA05D, 0x71F7, 0xA05E, 0x71F8, 0xA05F, 0x71FA, 0xA060, 0x71FB, 0xA061, 0x71FC, 0xA062, 0x71FD, 0xA063, 0x71FE, 0xA064, 0x71FF, - 0xA065, 0x7200, 0xA066, 0x7201, 0xA067, 0x7202, 0xA068, 0x7203, 0xA069, 0x7204, 0xA06A, 0x7205, 0xA06B, 0x7207, 0xA06C, 0x7208, - 0xA06D, 0x7209, 0xA06E, 0x720A, 0xA06F, 0x720B, 0xA070, 0x720C, 0xA071, 0x720D, 0xA072, 0x720E, 0xA073, 0x720F, 0xA074, 0x7210, - 0xA075, 0x7211, 0xA076, 0x7212, 0xA077, 0x7213, 0xA078, 0x7214, 0xA079, 0x7215, 0xA07A, 0x7216, 0xA07B, 0x7217, 0xA07C, 0x7218, - 0xA07D, 0x7219, 0xA07E, 0x721A, 0xA080, 0x721B, 0xA081, 0x721C, 0xA082, 0x721E, 0xA083, 0x721F, 0xA084, 0x7220, 0xA085, 0x7221, - 0xA086, 0x7222, 0xA087, 0x7223, 0xA088, 0x7224, 0xA089, 0x7225, 0xA08A, 0x7226, 0xA08B, 0x7227, 0xA08C, 0x7229, 0xA08D, 0x722B, - 0xA08E, 0x722D, 0xA08F, 0x722E, 0xA090, 0x722F, 0xA091, 0x7232, 0xA092, 0x7233, 0xA093, 0x7234, 0xA094, 0x723A, 0xA095, 0x723C, - 0xA096, 0x723E, 0xA097, 0x7240, 0xA098, 0x7241, 0xA099, 0x7242, 0xA09A, 0x7243, 0xA09B, 0x7244, 0xA09C, 0x7245, 0xA09D, 0x7246, - 0xA09E, 0x7249, 0xA09F, 0x724A, 0xA0A0, 0x724B, 0xA0A1, 0x724E, 0xA0A2, 0x724F, 0xA0A3, 0x7250, 0xA0A4, 0x7251, 0xA0A5, 0x7253, - 0xA0A6, 0x7254, 0xA0A7, 0x7255, 0xA0A8, 0x7257, 0xA0A9, 0x7258, 0xA0AA, 0x725A, 0xA0AB, 0x725C, 0xA0AC, 0x725E, 0xA0AD, 0x7260, - 0xA0AE, 0x7263, 0xA0AF, 0x7264, 0xA0B0, 0x7265, 0xA0B1, 0x7268, 0xA0B2, 0x726A, 0xA0B3, 0x726B, 0xA0B4, 0x726C, 0xA0B5, 0x726D, - 0xA0B6, 0x7270, 0xA0B7, 0x7271, 0xA0B8, 0x7273, 0xA0B9, 0x7274, 0xA0BA, 0x7276, 0xA0BB, 0x7277, 0xA0BC, 0x7278, 0xA0BD, 0x727B, - 0xA0BE, 0x727C, 0xA0BF, 0x727D, 0xA0C0, 0x7282, 0xA0C1, 0x7283, 0xA0C2, 0x7285, 0xA0C3, 0x7286, 0xA0C4, 0x7287, 0xA0C5, 0x7288, - 0xA0C6, 0x7289, 0xA0C7, 0x728C, 0xA0C8, 0x728E, 0xA0C9, 0x7290, 0xA0CA, 0x7291, 0xA0CB, 0x7293, 0xA0CC, 0x7294, 0xA0CD, 0x7295, - 0xA0CE, 0x7296, 0xA0CF, 0x7297, 0xA0D0, 0x7298, 0xA0D1, 0x7299, 0xA0D2, 0x729A, 0xA0D3, 0x729B, 0xA0D4, 0x729C, 0xA0D5, 0x729D, - 0xA0D6, 0x729E, 0xA0D7, 0x72A0, 0xA0D8, 0x72A1, 0xA0D9, 0x72A2, 0xA0DA, 0x72A3, 0xA0DB, 0x72A4, 0xA0DC, 0x72A5, 0xA0DD, 0x72A6, - 0xA0DE, 0x72A7, 0xA0DF, 0x72A8, 0xA0E0, 0x72A9, 0xA0E1, 0x72AA, 0xA0E2, 0x72AB, 0xA0E3, 0x72AE, 0xA0E4, 0x72B1, 0xA0E5, 0x72B2, - 0xA0E6, 0x72B3, 0xA0E7, 0x72B5, 0xA0E8, 0x72BA, 0xA0E9, 0x72BB, 0xA0EA, 0x72BC, 0xA0EB, 0x72BD, 0xA0EC, 0x72BE, 0xA0ED, 0x72BF, - 0xA0EE, 0x72C0, 0xA0EF, 0x72C5, 0xA0F0, 0x72C6, 0xA0F1, 0x72C7, 0xA0F2, 0x72C9, 0xA0F3, 0x72CA, 0xA0F4, 0x72CB, 0xA0F5, 0x72CC, - 0xA0F6, 0x72CF, 0xA0F7, 0x72D1, 0xA0F8, 0x72D3, 0xA0F9, 0x72D4, 0xA0FA, 0x72D5, 0xA0FB, 0x72D6, 0xA0FC, 0x72D8, 0xA0FD, 0x72DA, - 0xA0FE, 0x72DB, 0xA1A1, 0x3000, 0xA1A2, 0x3001, 0xA1A3, 0x3002, 0xA1A4, 0x00B7, 0xA1A5, 0x02C9, 0xA1A6, 0x02C7, 0xA1A7, 0x00A8, - 0xA1A8, 0x3003, 0xA1A9, 0x3005, 0xA1AA, 0x2014, 0xA1AB, 0xFF5E, 0xA1AC, 0x2016, 0xA1AD, 0x2026, 0xA1AE, 0x2018, 0xA1AF, 0x2019, - 0xA1B0, 0x201C, 0xA1B1, 0x201D, 0xA1B2, 0x3014, 0xA1B3, 0x3015, 0xA1B4, 0x3008, 0xA1B5, 0x3009, 0xA1B6, 0x300A, 0xA1B7, 0x300B, - 0xA1B8, 0x300C, 0xA1B9, 0x300D, 0xA1BA, 0x300E, 0xA1BB, 0x300F, 0xA1BC, 0x3016, 0xA1BD, 0x3017, 0xA1BE, 0x3010, 0xA1BF, 0x3011, - 0xA1C0, 0x00B1, 0xA1C1, 0x00D7, 0xA1C2, 0x00F7, 0xA1C3, 0x2236, 0xA1C4, 0x2227, 0xA1C5, 0x2228, 0xA1C6, 0x2211, 0xA1C7, 0x220F, - 0xA1C8, 0x222A, 0xA1C9, 0x2229, 0xA1CA, 0x2208, 0xA1CB, 0x2237, 0xA1CC, 0x221A, 0xA1CD, 0x22A5, 0xA1CE, 0x2225, 0xA1CF, 0x2220, - 0xA1D0, 0x2312, 0xA1D1, 0x2299, 0xA1D2, 0x222B, 0xA1D3, 0x222E, 0xA1D4, 0x2261, 0xA1D5, 0x224C, 0xA1D6, 0x2248, 0xA1D7, 0x223D, - 0xA1D8, 0x221D, 0xA1D9, 0x2260, 0xA1DA, 0x226E, 0xA1DB, 0x226F, 0xA1DC, 0x2264, 0xA1DD, 0x2265, 0xA1DE, 0x221E, 0xA1DF, 0x2235, - 0xA1E0, 0x2234, 0xA1E1, 0x2642, 0xA1E2, 0x2640, 0xA1E3, 0x00B0, 0xA1E4, 0x2032, 0xA1E5, 0x2033, 0xA1E6, 0x2103, 0xA1E7, 0xFF04, - 0xA1E8, 0x00A4, 0xA1E9, 0xFFE0, 0xA1EA, 0xFFE1, 0xA1EB, 0x2030, 0xA1EC, 0x00A7, 0xA1ED, 0x2116, 0xA1EE, 0x2606, 0xA1EF, 0x2605, - 0xA1F0, 0x25CB, 0xA1F1, 0x25CF, 0xA1F2, 0x25CE, 0xA1F3, 0x25C7, 0xA1F4, 0x25C6, 0xA1F5, 0x25A1, 0xA1F6, 0x25A0, 0xA1F7, 0x25B3, - 0xA1F8, 0x25B2, 0xA1F9, 0x203B, 0xA1FA, 0x2192, 0xA1FB, 0x2190, 0xA1FC, 0x2191, 0xA1FD, 0x2193, 0xA1FE, 0x3013, 0xA2A1, 0x2170, - 0xA2A2, 0x2171, 0xA2A3, 0x2172, 0xA2A4, 0x2173, 0xA2A5, 0x2174, 0xA2A6, 0x2175, 0xA2A7, 0x2176, 0xA2A8, 0x2177, 0xA2A9, 0x2178, - 0xA2AA, 0x2179, 0xA2B1, 0x2488, 0xA2B2, 0x2489, 0xA2B3, 0x248A, 0xA2B4, 0x248B, 0xA2B5, 0x248C, 0xA2B6, 0x248D, 0xA2B7, 0x248E, - 0xA2B8, 0x248F, 0xA2B9, 0x2490, 0xA2BA, 0x2491, 0xA2BB, 0x2492, 0xA2BC, 0x2493, 0xA2BD, 0x2494, 0xA2BE, 0x2495, 0xA2BF, 0x2496, - 0xA2C0, 0x2497, 0xA2C1, 0x2498, 0xA2C2, 0x2499, 0xA2C3, 0x249A, 0xA2C4, 0x249B, 0xA2C5, 0x2474, 0xA2C6, 0x2475, 0xA2C7, 0x2476, - 0xA2C8, 0x2477, 0xA2C9, 0x2478, 0xA2CA, 0x2479, 0xA2CB, 0x247A, 0xA2CC, 0x247B, 0xA2CD, 0x247C, 0xA2CE, 0x247D, 0xA2CF, 0x247E, - 0xA2D0, 0x247F, 0xA2D1, 0x2480, 0xA2D2, 0x2481, 0xA2D3, 0x2482, 0xA2D4, 0x2483, 0xA2D5, 0x2484, 0xA2D6, 0x2485, 0xA2D7, 0x2486, - 0xA2D8, 0x2487, 0xA2D9, 0x2460, 0xA2DA, 0x2461, 0xA2DB, 0x2462, 0xA2DC, 0x2463, 0xA2DD, 0x2464, 0xA2DE, 0x2465, 0xA2DF, 0x2466, - 0xA2E0, 0x2467, 0xA2E1, 0x2468, 0xA2E2, 0x2469, 0xA2E5, 0x3220, 0xA2E6, 0x3221, 0xA2E7, 0x3222, 0xA2E8, 0x3223, 0xA2E9, 0x3224, - 0xA2EA, 0x3225, 0xA2EB, 0x3226, 0xA2EC, 0x3227, 0xA2ED, 0x3228, 0xA2EE, 0x3229, 0xA2F1, 0x2160, 0xA2F2, 0x2161, 0xA2F3, 0x2162, - 0xA2F4, 0x2163, 0xA2F5, 0x2164, 0xA2F6, 0x2165, 0xA2F7, 0x2166, 0xA2F8, 0x2167, 0xA2F9, 0x2168, 0xA2FA, 0x2169, 0xA2FB, 0x216A, - 0xA2FC, 0x216B, 0xA3A1, 0xFF01, 0xA3A2, 0xFF02, 0xA3A3, 0xFF03, 0xA3A4, 0xFFE5, 0xA3A5, 0xFF05, 0xA3A6, 0xFF06, 0xA3A7, 0xFF07, - 0xA3A8, 0xFF08, 0xA3A9, 0xFF09, 0xA3AA, 0xFF0A, 0xA3AB, 0xFF0B, 0xA3AC, 0xFF0C, 0xA3AD, 0xFF0D, 0xA3AE, 0xFF0E, 0xA3AF, 0xFF0F, - 0xA3B0, 0xFF10, 0xA3B1, 0xFF11, 0xA3B2, 0xFF12, 0xA3B3, 0xFF13, 0xA3B4, 0xFF14, 0xA3B5, 0xFF15, 0xA3B6, 0xFF16, 0xA3B7, 0xFF17, - 0xA3B8, 0xFF18, 0xA3B9, 0xFF19, 0xA3BA, 0xFF1A, 0xA3BB, 0xFF1B, 0xA3BC, 0xFF1C, 0xA3BD, 0xFF1D, 0xA3BE, 0xFF1E, 0xA3BF, 0xFF1F, - 0xA3C0, 0xFF20, 0xA3C1, 0xFF21, 0xA3C2, 0xFF22, 0xA3C3, 0xFF23, 0xA3C4, 0xFF24, 0xA3C5, 0xFF25, 0xA3C6, 0xFF26, 0xA3C7, 0xFF27, - 0xA3C8, 0xFF28, 0xA3C9, 0xFF29, 0xA3CA, 0xFF2A, 0xA3CB, 0xFF2B, 0xA3CC, 0xFF2C, 0xA3CD, 0xFF2D, 0xA3CE, 0xFF2E, 0xA3CF, 0xFF2F, - 0xA3D0, 0xFF30, 0xA3D1, 0xFF31, 0xA3D2, 0xFF32, 0xA3D3, 0xFF33, 0xA3D4, 0xFF34, 0xA3D5, 0xFF35, 0xA3D6, 0xFF36, 0xA3D7, 0xFF37, - 0xA3D8, 0xFF38, 0xA3D9, 0xFF39, 0xA3DA, 0xFF3A, 0xA3DB, 0xFF3B, 0xA3DC, 0xFF3C, 0xA3DD, 0xFF3D, 0xA3DE, 0xFF3E, 0xA3DF, 0xFF3F, - 0xA3E0, 0xFF40, 0xA3E1, 0xFF41, 0xA3E2, 0xFF42, 0xA3E3, 0xFF43, 0xA3E4, 0xFF44, 0xA3E5, 0xFF45, 0xA3E6, 0xFF46, 0xA3E7, 0xFF47, - 0xA3E8, 0xFF48, 0xA3E9, 0xFF49, 0xA3EA, 0xFF4A, 0xA3EB, 0xFF4B, 0xA3EC, 0xFF4C, 0xA3ED, 0xFF4D, 0xA3EE, 0xFF4E, 0xA3EF, 0xFF4F, - 0xA3F0, 0xFF50, 0xA3F1, 0xFF51, 0xA3F2, 0xFF52, 0xA3F3, 0xFF53, 0xA3F4, 0xFF54, 0xA3F5, 0xFF55, 0xA3F6, 0xFF56, 0xA3F7, 0xFF57, - 0xA3F8, 0xFF58, 0xA3F9, 0xFF59, 0xA3FA, 0xFF5A, 0xA3FB, 0xFF5B, 0xA3FC, 0xFF5C, 0xA3FD, 0xFF5D, 0xA3FE, 0xFFE3, 0xA4A1, 0x3041, - 0xA4A2, 0x3042, 0xA4A3, 0x3043, 0xA4A4, 0x3044, 0xA4A5, 0x3045, 0xA4A6, 0x3046, 0xA4A7, 0x3047, 0xA4A8, 0x3048, 0xA4A9, 0x3049, - 0xA4AA, 0x304A, 0xA4AB, 0x304B, 0xA4AC, 0x304C, 0xA4AD, 0x304D, 0xA4AE, 0x304E, 0xA4AF, 0x304F, 0xA4B0, 0x3050, 0xA4B1, 0x3051, - 0xA4B2, 0x3052, 0xA4B3, 0x3053, 0xA4B4, 0x3054, 0xA4B5, 0x3055, 0xA4B6, 0x3056, 0xA4B7, 0x3057, 0xA4B8, 0x3058, 0xA4B9, 0x3059, - 0xA4BA, 0x305A, 0xA4BB, 0x305B, 0xA4BC, 0x305C, 0xA4BD, 0x305D, 0xA4BE, 0x305E, 0xA4BF, 0x305F, 0xA4C0, 0x3060, 0xA4C1, 0x3061, - 0xA4C2, 0x3062, 0xA4C3, 0x3063, 0xA4C4, 0x3064, 0xA4C5, 0x3065, 0xA4C6, 0x3066, 0xA4C7, 0x3067, 0xA4C8, 0x3068, 0xA4C9, 0x3069, - 0xA4CA, 0x306A, 0xA4CB, 0x306B, 0xA4CC, 0x306C, 0xA4CD, 0x306D, 0xA4CE, 0x306E, 0xA4CF, 0x306F, 0xA4D0, 0x3070, 0xA4D1, 0x3071, - 0xA4D2, 0x3072, 0xA4D3, 0x3073, 0xA4D4, 0x3074, 0xA4D5, 0x3075, 0xA4D6, 0x3076, 0xA4D7, 0x3077, 0xA4D8, 0x3078, 0xA4D9, 0x3079, - 0xA4DA, 0x307A, 0xA4DB, 0x307B, 0xA4DC, 0x307C, 0xA4DD, 0x307D, 0xA4DE, 0x307E, 0xA4DF, 0x307F, 0xA4E0, 0x3080, 0xA4E1, 0x3081, - 0xA4E2, 0x3082, 0xA4E3, 0x3083, 0xA4E4, 0x3084, 0xA4E5, 0x3085, 0xA4E6, 0x3086, 0xA4E7, 0x3087, 0xA4E8, 0x3088, 0xA4E9, 0x3089, - 0xA4EA, 0x308A, 0xA4EB, 0x308B, 0xA4EC, 0x308C, 0xA4ED, 0x308D, 0xA4EE, 0x308E, 0xA4EF, 0x308F, 0xA4F0, 0x3090, 0xA4F1, 0x3091, - 0xA4F2, 0x3092, 0xA4F3, 0x3093, 0xA5A1, 0x30A1, 0xA5A2, 0x30A2, 0xA5A3, 0x30A3, 0xA5A4, 0x30A4, 0xA5A5, 0x30A5, 0xA5A6, 0x30A6, - 0xA5A7, 0x30A7, 0xA5A8, 0x30A8, 0xA5A9, 0x30A9, 0xA5AA, 0x30AA, 0xA5AB, 0x30AB, 0xA5AC, 0x30AC, 0xA5AD, 0x30AD, 0xA5AE, 0x30AE, - 0xA5AF, 0x30AF, 0xA5B0, 0x30B0, 0xA5B1, 0x30B1, 0xA5B2, 0x30B2, 0xA5B3, 0x30B3, 0xA5B4, 0x30B4, 0xA5B5, 0x30B5, 0xA5B6, 0x30B6, - 0xA5B7, 0x30B7, 0xA5B8, 0x30B8, 0xA5B9, 0x30B9, 0xA5BA, 0x30BA, 0xA5BB, 0x30BB, 0xA5BC, 0x30BC, 0xA5BD, 0x30BD, 0xA5BE, 0x30BE, - 0xA5BF, 0x30BF, 0xA5C0, 0x30C0, 0xA5C1, 0x30C1, 0xA5C2, 0x30C2, 0xA5C3, 0x30C3, 0xA5C4, 0x30C4, 0xA5C5, 0x30C5, 0xA5C6, 0x30C6, - 0xA5C7, 0x30C7, 0xA5C8, 0x30C8, 0xA5C9, 0x30C9, 0xA5CA, 0x30CA, 0xA5CB, 0x30CB, 0xA5CC, 0x30CC, 0xA5CD, 0x30CD, 0xA5CE, 0x30CE, - 0xA5CF, 0x30CF, 0xA5D0, 0x30D0, 0xA5D1, 0x30D1, 0xA5D2, 0x30D2, 0xA5D3, 0x30D3, 0xA5D4, 0x30D4, 0xA5D5, 0x30D5, 0xA5D6, 0x30D6, - 0xA5D7, 0x30D7, 0xA5D8, 0x30D8, 0xA5D9, 0x30D9, 0xA5DA, 0x30DA, 0xA5DB, 0x30DB, 0xA5DC, 0x30DC, 0xA5DD, 0x30DD, 0xA5DE, 0x30DE, - 0xA5DF, 0x30DF, 0xA5E0, 0x30E0, 0xA5E1, 0x30E1, 0xA5E2, 0x30E2, 0xA5E3, 0x30E3, 0xA5E4, 0x30E4, 0xA5E5, 0x30E5, 0xA5E6, 0x30E6, - 0xA5E7, 0x30E7, 0xA5E8, 0x30E8, 0xA5E9, 0x30E9, 0xA5EA, 0x30EA, 0xA5EB, 0x30EB, 0xA5EC, 0x30EC, 0xA5ED, 0x30ED, 0xA5EE, 0x30EE, - 0xA5EF, 0x30EF, 0xA5F0, 0x30F0, 0xA5F1, 0x30F1, 0xA5F2, 0x30F2, 0xA5F3, 0x30F3, 0xA5F4, 0x30F4, 0xA5F5, 0x30F5, 0xA5F6, 0x30F6, - 0xA6A1, 0x0391, 0xA6A2, 0x0392, 0xA6A3, 0x0393, 0xA6A4, 0x0394, 0xA6A5, 0x0395, 0xA6A6, 0x0396, 0xA6A7, 0x0397, 0xA6A8, 0x0398, - 0xA6A9, 0x0399, 0xA6AA, 0x039A, 0xA6AB, 0x039B, 0xA6AC, 0x039C, 0xA6AD, 0x039D, 0xA6AE, 0x039E, 0xA6AF, 0x039F, 0xA6B0, 0x03A0, - 0xA6B1, 0x03A1, 0xA6B2, 0x03A3, 0xA6B3, 0x03A4, 0xA6B4, 0x03A5, 0xA6B5, 0x03A6, 0xA6B6, 0x03A7, 0xA6B7, 0x03A8, 0xA6B8, 0x03A9, - 0xA6C1, 0x03B1, 0xA6C2, 0x03B2, 0xA6C3, 0x03B3, 0xA6C4, 0x03B4, 0xA6C5, 0x03B5, 0xA6C6, 0x03B6, 0xA6C7, 0x03B7, 0xA6C8, 0x03B8, - 0xA6C9, 0x03B9, 0xA6CA, 0x03BA, 0xA6CB, 0x03BB, 0xA6CC, 0x03BC, 0xA6CD, 0x03BD, 0xA6CE, 0x03BE, 0xA6CF, 0x03BF, 0xA6D0, 0x03C0, - 0xA6D1, 0x03C1, 0xA6D2, 0x03C3, 0xA6D3, 0x03C4, 0xA6D4, 0x03C5, 0xA6D5, 0x03C6, 0xA6D6, 0x03C7, 0xA6D7, 0x03C8, 0xA6D8, 0x03C9, - 0xA6E0, 0xFE35, 0xA6E1, 0xFE36, 0xA6E2, 0xFE39, 0xA6E3, 0xFE3A, 0xA6E4, 0xFE3F, 0xA6E5, 0xFE40, 0xA6E6, 0xFE3D, 0xA6E7, 0xFE3E, - 0xA6E8, 0xFE41, 0xA6E9, 0xFE42, 0xA6EA, 0xFE43, 0xA6EB, 0xFE44, 0xA6EE, 0xFE3B, 0xA6EF, 0xFE3C, 0xA6F0, 0xFE37, 0xA6F1, 0xFE38, - 0xA6F2, 0xFE31, 0xA6F4, 0xFE33, 0xA6F5, 0xFE34, 0xA7A1, 0x0410, 0xA7A2, 0x0411, 0xA7A3, 0x0412, 0xA7A4, 0x0413, 0xA7A5, 0x0414, - 0xA7A6, 0x0415, 0xA7A7, 0x0401, 0xA7A8, 0x0416, 0xA7A9, 0x0417, 0xA7AA, 0x0418, 0xA7AB, 0x0419, 0xA7AC, 0x041A, 0xA7AD, 0x041B, - 0xA7AE, 0x041C, 0xA7AF, 0x041D, 0xA7B0, 0x041E, 0xA7B1, 0x041F, 0xA7B2, 0x0420, 0xA7B3, 0x0421, 0xA7B4, 0x0422, 0xA7B5, 0x0423, - 0xA7B6, 0x0424, 0xA7B7, 0x0425, 0xA7B8, 0x0426, 0xA7B9, 0x0427, 0xA7BA, 0x0428, 0xA7BB, 0x0429, 0xA7BC, 0x042A, 0xA7BD, 0x042B, - 0xA7BE, 0x042C, 0xA7BF, 0x042D, 0xA7C0, 0x042E, 0xA7C1, 0x042F, 0xA7D1, 0x0430, 0xA7D2, 0x0431, 0xA7D3, 0x0432, 0xA7D4, 0x0433, - 0xA7D5, 0x0434, 0xA7D6, 0x0435, 0xA7D7, 0x0451, 0xA7D8, 0x0436, 0xA7D9, 0x0437, 0xA7DA, 0x0438, 0xA7DB, 0x0439, 0xA7DC, 0x043A, - 0xA7DD, 0x043B, 0xA7DE, 0x043C, 0xA7DF, 0x043D, 0xA7E0, 0x043E, 0xA7E1, 0x043F, 0xA7E2, 0x0440, 0xA7E3, 0x0441, 0xA7E4, 0x0442, - 0xA7E5, 0x0443, 0xA7E6, 0x0444, 0xA7E7, 0x0445, 0xA7E8, 0x0446, 0xA7E9, 0x0447, 0xA7EA, 0x0448, 0xA7EB, 0x0449, 0xA7EC, 0x044A, - 0xA7ED, 0x044B, 0xA7EE, 0x044C, 0xA7EF, 0x044D, 0xA7F0, 0x044E, 0xA7F1, 0x044F, 0xA840, 0x02CA, 0xA841, 0x02CB, 0xA842, 0x02D9, - 0xA843, 0x2013, 0xA844, 0x2015, 0xA845, 0x2025, 0xA846, 0x2035, 0xA847, 0x2105, 0xA848, 0x2109, 0xA849, 0x2196, 0xA84A, 0x2197, - 0xA84B, 0x2198, 0xA84C, 0x2199, 0xA84D, 0x2215, 0xA84E, 0x221F, 0xA84F, 0x2223, 0xA850, 0x2252, 0xA851, 0x2266, 0xA852, 0x2267, - 0xA853, 0x22BF, 0xA854, 0x2550, 0xA855, 0x2551, 0xA856, 0x2552, 0xA857, 0x2553, 0xA858, 0x2554, 0xA859, 0x2555, 0xA85A, 0x2556, - 0xA85B, 0x2557, 0xA85C, 0x2558, 0xA85D, 0x2559, 0xA85E, 0x255A, 0xA85F, 0x255B, 0xA860, 0x255C, 0xA861, 0x255D, 0xA862, 0x255E, - 0xA863, 0x255F, 0xA864, 0x2560, 0xA865, 0x2561, 0xA866, 0x2562, 0xA867, 0x2563, 0xA868, 0x2564, 0xA869, 0x2565, 0xA86A, 0x2566, - 0xA86B, 0x2567, 0xA86C, 0x2568, 0xA86D, 0x2569, 0xA86E, 0x256A, 0xA86F, 0x256B, 0xA870, 0x256C, 0xA871, 0x256D, 0xA872, 0x256E, - 0xA873, 0x256F, 0xA874, 0x2570, 0xA875, 0x2571, 0xA876, 0x2572, 0xA877, 0x2573, 0xA878, 0x2581, 0xA879, 0x2582, 0xA87A, 0x2583, - 0xA87B, 0x2584, 0xA87C, 0x2585, 0xA87D, 0x2586, 0xA87E, 0x2587, 0xA880, 0x2588, 0xA881, 0x2589, 0xA882, 0x258A, 0xA883, 0x258B, - 0xA884, 0x258C, 0xA885, 0x258D, 0xA886, 0x258E, 0xA887, 0x258F, 0xA888, 0x2593, 0xA889, 0x2594, 0xA88A, 0x2595, 0xA88B, 0x25BC, - 0xA88C, 0x25BD, 0xA88D, 0x25E2, 0xA88E, 0x25E3, 0xA88F, 0x25E4, 0xA890, 0x25E5, 0xA891, 0x2609, 0xA892, 0x2295, 0xA893, 0x3012, - 0xA894, 0x301D, 0xA895, 0x301E, 0xA8A1, 0x0101, 0xA8A2, 0x00E1, 0xA8A3, 0x01CE, 0xA8A4, 0x00E0, 0xA8A5, 0x0113, 0xA8A6, 0x00E9, - 0xA8A7, 0x011B, 0xA8A8, 0x00E8, 0xA8A9, 0x012B, 0xA8AA, 0x00ED, 0xA8AB, 0x01D0, 0xA8AC, 0x00EC, 0xA8AD, 0x014D, 0xA8AE, 0x00F3, - 0xA8AF, 0x01D2, 0xA8B0, 0x00F2, 0xA8B1, 0x016B, 0xA8B2, 0x00FA, 0xA8B3, 0x01D4, 0xA8B4, 0x00F9, 0xA8B5, 0x01D6, 0xA8B6, 0x01D8, - 0xA8B7, 0x01DA, 0xA8B8, 0x01DC, 0xA8B9, 0x00FC, 0xA8BA, 0x00EA, 0xA8BB, 0x0251, 0xA8BD, 0x0144, 0xA8BE, 0x0148, 0xA8C0, 0x0261, - 0xA8C5, 0x3105, 0xA8C6, 0x3106, 0xA8C7, 0x3107, 0xA8C8, 0x3108, 0xA8C9, 0x3109, 0xA8CA, 0x310A, 0xA8CB, 0x310B, 0xA8CC, 0x310C, - 0xA8CD, 0x310D, 0xA8CE, 0x310E, 0xA8CF, 0x310F, 0xA8D0, 0x3110, 0xA8D1, 0x3111, 0xA8D2, 0x3112, 0xA8D3, 0x3113, 0xA8D4, 0x3114, - 0xA8D5, 0x3115, 0xA8D6, 0x3116, 0xA8D7, 0x3117, 0xA8D8, 0x3118, 0xA8D9, 0x3119, 0xA8DA, 0x311A, 0xA8DB, 0x311B, 0xA8DC, 0x311C, - 0xA8DD, 0x311D, 0xA8DE, 0x311E, 0xA8DF, 0x311F, 0xA8E0, 0x3120, 0xA8E1, 0x3121, 0xA8E2, 0x3122, 0xA8E3, 0x3123, 0xA8E4, 0x3124, - 0xA8E5, 0x3125, 0xA8E6, 0x3126, 0xA8E7, 0x3127, 0xA8E8, 0x3128, 0xA8E9, 0x3129, 0xA940, 0x3021, 0xA941, 0x3022, 0xA942, 0x3023, - 0xA943, 0x3024, 0xA944, 0x3025, 0xA945, 0x3026, 0xA946, 0x3027, 0xA947, 0x3028, 0xA948, 0x3029, 0xA949, 0x32A3, 0xA94A, 0x338E, - 0xA94B, 0x338F, 0xA94C, 0x339C, 0xA94D, 0x339D, 0xA94E, 0x339E, 0xA94F, 0x33A1, 0xA950, 0x33C4, 0xA951, 0x33CE, 0xA952, 0x33D1, - 0xA953, 0x33D2, 0xA954, 0x33D5, 0xA955, 0xFE30, 0xA956, 0xFFE2, 0xA957, 0xFFE4, 0xA959, 0x2121, 0xA95A, 0x3231, 0xA95C, 0x2010, - 0xA960, 0x30FC, 0xA961, 0x309B, 0xA962, 0x309C, 0xA963, 0x30FD, 0xA964, 0x30FE, 0xA965, 0x3006, 0xA966, 0x309D, 0xA967, 0x309E, - 0xA968, 0xFE49, 0xA969, 0xFE4A, 0xA96A, 0xFE4B, 0xA96B, 0xFE4C, 0xA96C, 0xFE4D, 0xA96D, 0xFE4E, 0xA96E, 0xFE4F, 0xA96F, 0xFE50, - 0xA970, 0xFE51, 0xA971, 0xFE52, 0xA972, 0xFE54, 0xA973, 0xFE55, 0xA974, 0xFE56, 0xA975, 0xFE57, 0xA976, 0xFE59, 0xA977, 0xFE5A, - 0xA978, 0xFE5B, 0xA979, 0xFE5C, 0xA97A, 0xFE5D, 0xA97B, 0xFE5E, 0xA97C, 0xFE5F, 0xA97D, 0xFE60, 0xA97E, 0xFE61, 0xA980, 0xFE62, - 0xA981, 0xFE63, 0xA982, 0xFE64, 0xA983, 0xFE65, 0xA984, 0xFE66, 0xA985, 0xFE68, 0xA986, 0xFE69, 0xA987, 0xFE6A, 0xA988, 0xFE6B, - 0xA996, 0x3007, 0xA9A4, 0x2500, 0xA9A5, 0x2501, 0xA9A6, 0x2502, 0xA9A7, 0x2503, 0xA9A8, 0x2504, 0xA9A9, 0x2505, 0xA9AA, 0x2506, - 0xA9AB, 0x2507, 0xA9AC, 0x2508, 0xA9AD, 0x2509, 0xA9AE, 0x250A, 0xA9AF, 0x250B, 0xA9B0, 0x250C, 0xA9B1, 0x250D, 0xA9B2, 0x250E, - 0xA9B3, 0x250F, 0xA9B4, 0x2510, 0xA9B5, 0x2511, 0xA9B6, 0x2512, 0xA9B7, 0x2513, 0xA9B8, 0x2514, 0xA9B9, 0x2515, 0xA9BA, 0x2516, - 0xA9BB, 0x2517, 0xA9BC, 0x2518, 0xA9BD, 0x2519, 0xA9BE, 0x251A, 0xA9BF, 0x251B, 0xA9C0, 0x251C, 0xA9C1, 0x251D, 0xA9C2, 0x251E, - 0xA9C3, 0x251F, 0xA9C4, 0x2520, 0xA9C5, 0x2521, 0xA9C6, 0x2522, 0xA9C7, 0x2523, 0xA9C8, 0x2524, 0xA9C9, 0x2525, 0xA9CA, 0x2526, - 0xA9CB, 0x2527, 0xA9CC, 0x2528, 0xA9CD, 0x2529, 0xA9CE, 0x252A, 0xA9CF, 0x252B, 0xA9D0, 0x252C, 0xA9D1, 0x252D, 0xA9D2, 0x252E, - 0xA9D3, 0x252F, 0xA9D4, 0x2530, 0xA9D5, 0x2531, 0xA9D6, 0x2532, 0xA9D7, 0x2533, 0xA9D8, 0x2534, 0xA9D9, 0x2535, 0xA9DA, 0x2536, - 0xA9DB, 0x2537, 0xA9DC, 0x2538, 0xA9DD, 0x2539, 0xA9DE, 0x253A, 0xA9DF, 0x253B, 0xA9E0, 0x253C, 0xA9E1, 0x253D, 0xA9E2, 0x253E, - 0xA9E3, 0x253F, 0xA9E4, 0x2540, 0xA9E5, 0x2541, 0xA9E6, 0x2542, 0xA9E7, 0x2543, 0xA9E8, 0x2544, 0xA9E9, 0x2545, 0xA9EA, 0x2546, - 0xA9EB, 0x2547, 0xA9EC, 0x2548, 0xA9ED, 0x2549, 0xA9EE, 0x254A, 0xA9EF, 0x254B, 0xAA40, 0x72DC, 0xAA41, 0x72DD, 0xAA42, 0x72DF, - 0xAA43, 0x72E2, 0xAA44, 0x72E3, 0xAA45, 0x72E4, 0xAA46, 0x72E5, 0xAA47, 0x72E6, 0xAA48, 0x72E7, 0xAA49, 0x72EA, 0xAA4A, 0x72EB, - 0xAA4B, 0x72F5, 0xAA4C, 0x72F6, 0xAA4D, 0x72F9, 0xAA4E, 0x72FD, 0xAA4F, 0x72FE, 0xAA50, 0x72FF, 0xAA51, 0x7300, 0xAA52, 0x7302, - 0xAA53, 0x7304, 0xAA54, 0x7305, 0xAA55, 0x7306, 0xAA56, 0x7307, 0xAA57, 0x7308, 0xAA58, 0x7309, 0xAA59, 0x730B, 0xAA5A, 0x730C, - 0xAA5B, 0x730D, 0xAA5C, 0x730F, 0xAA5D, 0x7310, 0xAA5E, 0x7311, 0xAA5F, 0x7312, 0xAA60, 0x7314, 0xAA61, 0x7318, 0xAA62, 0x7319, - 0xAA63, 0x731A, 0xAA64, 0x731F, 0xAA65, 0x7320, 0xAA66, 0x7323, 0xAA67, 0x7324, 0xAA68, 0x7326, 0xAA69, 0x7327, 0xAA6A, 0x7328, - 0xAA6B, 0x732D, 0xAA6C, 0x732F, 0xAA6D, 0x7330, 0xAA6E, 0x7332, 0xAA6F, 0x7333, 0xAA70, 0x7335, 0xAA71, 0x7336, 0xAA72, 0x733A, - 0xAA73, 0x733B, 0xAA74, 0x733C, 0xAA75, 0x733D, 0xAA76, 0x7340, 0xAA77, 0x7341, 0xAA78, 0x7342, 0xAA79, 0x7343, 0xAA7A, 0x7344, - 0xAA7B, 0x7345, 0xAA7C, 0x7346, 0xAA7D, 0x7347, 0xAA7E, 0x7348, 0xAA80, 0x7349, 0xAA81, 0x734A, 0xAA82, 0x734B, 0xAA83, 0x734C, - 0xAA84, 0x734E, 0xAA85, 0x734F, 0xAA86, 0x7351, 0xAA87, 0x7353, 0xAA88, 0x7354, 0xAA89, 0x7355, 0xAA8A, 0x7356, 0xAA8B, 0x7358, - 0xAA8C, 0x7359, 0xAA8D, 0x735A, 0xAA8E, 0x735B, 0xAA8F, 0x735C, 0xAA90, 0x735D, 0xAA91, 0x735E, 0xAA92, 0x735F, 0xAA93, 0x7361, - 0xAA94, 0x7362, 0xAA95, 0x7363, 0xAA96, 0x7364, 0xAA97, 0x7365, 0xAA98, 0x7366, 0xAA99, 0x7367, 0xAA9A, 0x7368, 0xAA9B, 0x7369, - 0xAA9C, 0x736A, 0xAA9D, 0x736B, 0xAA9E, 0x736E, 0xAA9F, 0x7370, 0xAAA0, 0x7371, 0xAB40, 0x7372, 0xAB41, 0x7373, 0xAB42, 0x7374, - 0xAB43, 0x7375, 0xAB44, 0x7376, 0xAB45, 0x7377, 0xAB46, 0x7378, 0xAB47, 0x7379, 0xAB48, 0x737A, 0xAB49, 0x737B, 0xAB4A, 0x737C, - 0xAB4B, 0x737D, 0xAB4C, 0x737F, 0xAB4D, 0x7380, 0xAB4E, 0x7381, 0xAB4F, 0x7382, 0xAB50, 0x7383, 0xAB51, 0x7385, 0xAB52, 0x7386, - 0xAB53, 0x7388, 0xAB54, 0x738A, 0xAB55, 0x738C, 0xAB56, 0x738D, 0xAB57, 0x738F, 0xAB58, 0x7390, 0xAB59, 0x7392, 0xAB5A, 0x7393, - 0xAB5B, 0x7394, 0xAB5C, 0x7395, 0xAB5D, 0x7397, 0xAB5E, 0x7398, 0xAB5F, 0x7399, 0xAB60, 0x739A, 0xAB61, 0x739C, 0xAB62, 0x739D, - 0xAB63, 0x739E, 0xAB64, 0x73A0, 0xAB65, 0x73A1, 0xAB66, 0x73A3, 0xAB67, 0x73A4, 0xAB68, 0x73A5, 0xAB69, 0x73A6, 0xAB6A, 0x73A7, - 0xAB6B, 0x73A8, 0xAB6C, 0x73AA, 0xAB6D, 0x73AC, 0xAB6E, 0x73AD, 0xAB6F, 0x73B1, 0xAB70, 0x73B4, 0xAB71, 0x73B5, 0xAB72, 0x73B6, - 0xAB73, 0x73B8, 0xAB74, 0x73B9, 0xAB75, 0x73BC, 0xAB76, 0x73BD, 0xAB77, 0x73BE, 0xAB78, 0x73BF, 0xAB79, 0x73C1, 0xAB7A, 0x73C3, - 0xAB7B, 0x73C4, 0xAB7C, 0x73C5, 0xAB7D, 0x73C6, 0xAB7E, 0x73C7, 0xAB80, 0x73CB, 0xAB81, 0x73CC, 0xAB82, 0x73CE, 0xAB83, 0x73D2, - 0xAB84, 0x73D3, 0xAB85, 0x73D4, 0xAB86, 0x73D5, 0xAB87, 0x73D6, 0xAB88, 0x73D7, 0xAB89, 0x73D8, 0xAB8A, 0x73DA, 0xAB8B, 0x73DB, - 0xAB8C, 0x73DC, 0xAB8D, 0x73DD, 0xAB8E, 0x73DF, 0xAB8F, 0x73E1, 0xAB90, 0x73E2, 0xAB91, 0x73E3, 0xAB92, 0x73E4, 0xAB93, 0x73E6, - 0xAB94, 0x73E8, 0xAB95, 0x73EA, 0xAB96, 0x73EB, 0xAB97, 0x73EC, 0xAB98, 0x73EE, 0xAB99, 0x73EF, 0xAB9A, 0x73F0, 0xAB9B, 0x73F1, - 0xAB9C, 0x73F3, 0xAB9D, 0x73F4, 0xAB9E, 0x73F5, 0xAB9F, 0x73F6, 0xABA0, 0x73F7, 0xAC40, 0x73F8, 0xAC41, 0x73F9, 0xAC42, 0x73FA, - 0xAC43, 0x73FB, 0xAC44, 0x73FC, 0xAC45, 0x73FD, 0xAC46, 0x73FE, 0xAC47, 0x73FF, 0xAC48, 0x7400, 0xAC49, 0x7401, 0xAC4A, 0x7402, - 0xAC4B, 0x7404, 0xAC4C, 0x7407, 0xAC4D, 0x7408, 0xAC4E, 0x740B, 0xAC4F, 0x740C, 0xAC50, 0x740D, 0xAC51, 0x740E, 0xAC52, 0x7411, - 0xAC53, 0x7412, 0xAC54, 0x7413, 0xAC55, 0x7414, 0xAC56, 0x7415, 0xAC57, 0x7416, 0xAC58, 0x7417, 0xAC59, 0x7418, 0xAC5A, 0x7419, - 0xAC5B, 0x741C, 0xAC5C, 0x741D, 0xAC5D, 0x741E, 0xAC5E, 0x741F, 0xAC5F, 0x7420, 0xAC60, 0x7421, 0xAC61, 0x7423, 0xAC62, 0x7424, - 0xAC63, 0x7427, 0xAC64, 0x7429, 0xAC65, 0x742B, 0xAC66, 0x742D, 0xAC67, 0x742F, 0xAC68, 0x7431, 0xAC69, 0x7432, 0xAC6A, 0x7437, - 0xAC6B, 0x7438, 0xAC6C, 0x7439, 0xAC6D, 0x743A, 0xAC6E, 0x743B, 0xAC6F, 0x743D, 0xAC70, 0x743E, 0xAC71, 0x743F, 0xAC72, 0x7440, - 0xAC73, 0x7442, 0xAC74, 0x7443, 0xAC75, 0x7444, 0xAC76, 0x7445, 0xAC77, 0x7446, 0xAC78, 0x7447, 0xAC79, 0x7448, 0xAC7A, 0x7449, - 0xAC7B, 0x744A, 0xAC7C, 0x744B, 0xAC7D, 0x744C, 0xAC7E, 0x744D, 0xAC80, 0x744E, 0xAC81, 0x744F, 0xAC82, 0x7450, 0xAC83, 0x7451, - 0xAC84, 0x7452, 0xAC85, 0x7453, 0xAC86, 0x7454, 0xAC87, 0x7456, 0xAC88, 0x7458, 0xAC89, 0x745D, 0xAC8A, 0x7460, 0xAC8B, 0x7461, - 0xAC8C, 0x7462, 0xAC8D, 0x7463, 0xAC8E, 0x7464, 0xAC8F, 0x7465, 0xAC90, 0x7466, 0xAC91, 0x7467, 0xAC92, 0x7468, 0xAC93, 0x7469, - 0xAC94, 0x746A, 0xAC95, 0x746B, 0xAC96, 0x746C, 0xAC97, 0x746E, 0xAC98, 0x746F, 0xAC99, 0x7471, 0xAC9A, 0x7472, 0xAC9B, 0x7473, - 0xAC9C, 0x7474, 0xAC9D, 0x7475, 0xAC9E, 0x7478, 0xAC9F, 0x7479, 0xACA0, 0x747A, 0xAD40, 0x747B, 0xAD41, 0x747C, 0xAD42, 0x747D, - 0xAD43, 0x747F, 0xAD44, 0x7482, 0xAD45, 0x7484, 0xAD46, 0x7485, 0xAD47, 0x7486, 0xAD48, 0x7488, 0xAD49, 0x7489, 0xAD4A, 0x748A, - 0xAD4B, 0x748C, 0xAD4C, 0x748D, 0xAD4D, 0x748F, 0xAD4E, 0x7491, 0xAD4F, 0x7492, 0xAD50, 0x7493, 0xAD51, 0x7494, 0xAD52, 0x7495, - 0xAD53, 0x7496, 0xAD54, 0x7497, 0xAD55, 0x7498, 0xAD56, 0x7499, 0xAD57, 0x749A, 0xAD58, 0x749B, 0xAD59, 0x749D, 0xAD5A, 0x749F, - 0xAD5B, 0x74A0, 0xAD5C, 0x74A1, 0xAD5D, 0x74A2, 0xAD5E, 0x74A3, 0xAD5F, 0x74A4, 0xAD60, 0x74A5, 0xAD61, 0x74A6, 0xAD62, 0x74AA, - 0xAD63, 0x74AB, 0xAD64, 0x74AC, 0xAD65, 0x74AD, 0xAD66, 0x74AE, 0xAD67, 0x74AF, 0xAD68, 0x74B0, 0xAD69, 0x74B1, 0xAD6A, 0x74B2, - 0xAD6B, 0x74B3, 0xAD6C, 0x74B4, 0xAD6D, 0x74B5, 0xAD6E, 0x74B6, 0xAD6F, 0x74B7, 0xAD70, 0x74B8, 0xAD71, 0x74B9, 0xAD72, 0x74BB, - 0xAD73, 0x74BC, 0xAD74, 0x74BD, 0xAD75, 0x74BE, 0xAD76, 0x74BF, 0xAD77, 0x74C0, 0xAD78, 0x74C1, 0xAD79, 0x74C2, 0xAD7A, 0x74C3, - 0xAD7B, 0x74C4, 0xAD7C, 0x74C5, 0xAD7D, 0x74C6, 0xAD7E, 0x74C7, 0xAD80, 0x74C8, 0xAD81, 0x74C9, 0xAD82, 0x74CA, 0xAD83, 0x74CB, - 0xAD84, 0x74CC, 0xAD85, 0x74CD, 0xAD86, 0x74CE, 0xAD87, 0x74CF, 0xAD88, 0x74D0, 0xAD89, 0x74D1, 0xAD8A, 0x74D3, 0xAD8B, 0x74D4, - 0xAD8C, 0x74D5, 0xAD8D, 0x74D6, 0xAD8E, 0x74D7, 0xAD8F, 0x74D8, 0xAD90, 0x74D9, 0xAD91, 0x74DA, 0xAD92, 0x74DB, 0xAD93, 0x74DD, - 0xAD94, 0x74DF, 0xAD95, 0x74E1, 0xAD96, 0x74E5, 0xAD97, 0x74E7, 0xAD98, 0x74E8, 0xAD99, 0x74E9, 0xAD9A, 0x74EA, 0xAD9B, 0x74EB, - 0xAD9C, 0x74EC, 0xAD9D, 0x74ED, 0xAD9E, 0x74F0, 0xAD9F, 0x74F1, 0xADA0, 0x74F2, 0xAE40, 0x74F3, 0xAE41, 0x74F5, 0xAE42, 0x74F8, - 0xAE43, 0x74F9, 0xAE44, 0x74FA, 0xAE45, 0x74FB, 0xAE46, 0x74FC, 0xAE47, 0x74FD, 0xAE48, 0x74FE, 0xAE49, 0x7500, 0xAE4A, 0x7501, - 0xAE4B, 0x7502, 0xAE4C, 0x7503, 0xAE4D, 0x7505, 0xAE4E, 0x7506, 0xAE4F, 0x7507, 0xAE50, 0x7508, 0xAE51, 0x7509, 0xAE52, 0x750A, - 0xAE53, 0x750B, 0xAE54, 0x750C, 0xAE55, 0x750E, 0xAE56, 0x7510, 0xAE57, 0x7512, 0xAE58, 0x7514, 0xAE59, 0x7515, 0xAE5A, 0x7516, - 0xAE5B, 0x7517, 0xAE5C, 0x751B, 0xAE5D, 0x751D, 0xAE5E, 0x751E, 0xAE5F, 0x7520, 0xAE60, 0x7521, 0xAE61, 0x7522, 0xAE62, 0x7523, - 0xAE63, 0x7524, 0xAE64, 0x7526, 0xAE65, 0x7527, 0xAE66, 0x752A, 0xAE67, 0x752E, 0xAE68, 0x7534, 0xAE69, 0x7536, 0xAE6A, 0x7539, - 0xAE6B, 0x753C, 0xAE6C, 0x753D, 0xAE6D, 0x753F, 0xAE6E, 0x7541, 0xAE6F, 0x7542, 0xAE70, 0x7543, 0xAE71, 0x7544, 0xAE72, 0x7546, - 0xAE73, 0x7547, 0xAE74, 0x7549, 0xAE75, 0x754A, 0xAE76, 0x754D, 0xAE77, 0x7550, 0xAE78, 0x7551, 0xAE79, 0x7552, 0xAE7A, 0x7553, - 0xAE7B, 0x7555, 0xAE7C, 0x7556, 0xAE7D, 0x7557, 0xAE7E, 0x7558, 0xAE80, 0x755D, 0xAE81, 0x755E, 0xAE82, 0x755F, 0xAE83, 0x7560, - 0xAE84, 0x7561, 0xAE85, 0x7562, 0xAE86, 0x7563, 0xAE87, 0x7564, 0xAE88, 0x7567, 0xAE89, 0x7568, 0xAE8A, 0x7569, 0xAE8B, 0x756B, - 0xAE8C, 0x756C, 0xAE8D, 0x756D, 0xAE8E, 0x756E, 0xAE8F, 0x756F, 0xAE90, 0x7570, 0xAE91, 0x7571, 0xAE92, 0x7573, 0xAE93, 0x7575, - 0xAE94, 0x7576, 0xAE95, 0x7577, 0xAE96, 0x757A, 0xAE97, 0x757B, 0xAE98, 0x757C, 0xAE99, 0x757D, 0xAE9A, 0x757E, 0xAE9B, 0x7580, - 0xAE9C, 0x7581, 0xAE9D, 0x7582, 0xAE9E, 0x7584, 0xAE9F, 0x7585, 0xAEA0, 0x7587, 0xAF40, 0x7588, 0xAF41, 0x7589, 0xAF42, 0x758A, - 0xAF43, 0x758C, 0xAF44, 0x758D, 0xAF45, 0x758E, 0xAF46, 0x7590, 0xAF47, 0x7593, 0xAF48, 0x7595, 0xAF49, 0x7598, 0xAF4A, 0x759B, - 0xAF4B, 0x759C, 0xAF4C, 0x759E, 0xAF4D, 0x75A2, 0xAF4E, 0x75A6, 0xAF4F, 0x75A7, 0xAF50, 0x75A8, 0xAF51, 0x75A9, 0xAF52, 0x75AA, - 0xAF53, 0x75AD, 0xAF54, 0x75B6, 0xAF55, 0x75B7, 0xAF56, 0x75BA, 0xAF57, 0x75BB, 0xAF58, 0x75BF, 0xAF59, 0x75C0, 0xAF5A, 0x75C1, - 0xAF5B, 0x75C6, 0xAF5C, 0x75CB, 0xAF5D, 0x75CC, 0xAF5E, 0x75CE, 0xAF5F, 0x75CF, 0xAF60, 0x75D0, 0xAF61, 0x75D1, 0xAF62, 0x75D3, - 0xAF63, 0x75D7, 0xAF64, 0x75D9, 0xAF65, 0x75DA, 0xAF66, 0x75DC, 0xAF67, 0x75DD, 0xAF68, 0x75DF, 0xAF69, 0x75E0, 0xAF6A, 0x75E1, - 0xAF6B, 0x75E5, 0xAF6C, 0x75E9, 0xAF6D, 0x75EC, 0xAF6E, 0x75ED, 0xAF6F, 0x75EE, 0xAF70, 0x75EF, 0xAF71, 0x75F2, 0xAF72, 0x75F3, - 0xAF73, 0x75F5, 0xAF74, 0x75F6, 0xAF75, 0x75F7, 0xAF76, 0x75F8, 0xAF77, 0x75FA, 0xAF78, 0x75FB, 0xAF79, 0x75FD, 0xAF7A, 0x75FE, - 0xAF7B, 0x7602, 0xAF7C, 0x7604, 0xAF7D, 0x7606, 0xAF7E, 0x7607, 0xAF80, 0x7608, 0xAF81, 0x7609, 0xAF82, 0x760B, 0xAF83, 0x760D, - 0xAF84, 0x760E, 0xAF85, 0x760F, 0xAF86, 0x7611, 0xAF87, 0x7612, 0xAF88, 0x7613, 0xAF89, 0x7614, 0xAF8A, 0x7616, 0xAF8B, 0x761A, - 0xAF8C, 0x761C, 0xAF8D, 0x761D, 0xAF8E, 0x761E, 0xAF8F, 0x7621, 0xAF90, 0x7623, 0xAF91, 0x7627, 0xAF92, 0x7628, 0xAF93, 0x762C, - 0xAF94, 0x762E, 0xAF95, 0x762F, 0xAF96, 0x7631, 0xAF97, 0x7632, 0xAF98, 0x7636, 0xAF99, 0x7637, 0xAF9A, 0x7639, 0xAF9B, 0x763A, - 0xAF9C, 0x763B, 0xAF9D, 0x763D, 0xAF9E, 0x7641, 0xAF9F, 0x7642, 0xAFA0, 0x7644, 0xB040, 0x7645, 0xB041, 0x7646, 0xB042, 0x7647, - 0xB043, 0x7648, 0xB044, 0x7649, 0xB045, 0x764A, 0xB046, 0x764B, 0xB047, 0x764E, 0xB048, 0x764F, 0xB049, 0x7650, 0xB04A, 0x7651, - 0xB04B, 0x7652, 0xB04C, 0x7653, 0xB04D, 0x7655, 0xB04E, 0x7657, 0xB04F, 0x7658, 0xB050, 0x7659, 0xB051, 0x765A, 0xB052, 0x765B, - 0xB053, 0x765D, 0xB054, 0x765F, 0xB055, 0x7660, 0xB056, 0x7661, 0xB057, 0x7662, 0xB058, 0x7664, 0xB059, 0x7665, 0xB05A, 0x7666, - 0xB05B, 0x7667, 0xB05C, 0x7668, 0xB05D, 0x7669, 0xB05E, 0x766A, 0xB05F, 0x766C, 0xB060, 0x766D, 0xB061, 0x766E, 0xB062, 0x7670, - 0xB063, 0x7671, 0xB064, 0x7672, 0xB065, 0x7673, 0xB066, 0x7674, 0xB067, 0x7675, 0xB068, 0x7676, 0xB069, 0x7677, 0xB06A, 0x7679, - 0xB06B, 0x767A, 0xB06C, 0x767C, 0xB06D, 0x767F, 0xB06E, 0x7680, 0xB06F, 0x7681, 0xB070, 0x7683, 0xB071, 0x7685, 0xB072, 0x7689, - 0xB073, 0x768A, 0xB074, 0x768C, 0xB075, 0x768D, 0xB076, 0x768F, 0xB077, 0x7690, 0xB078, 0x7692, 0xB079, 0x7694, 0xB07A, 0x7695, - 0xB07B, 0x7697, 0xB07C, 0x7698, 0xB07D, 0x769A, 0xB07E, 0x769B, 0xB080, 0x769C, 0xB081, 0x769D, 0xB082, 0x769E, 0xB083, 0x769F, - 0xB084, 0x76A0, 0xB085, 0x76A1, 0xB086, 0x76A2, 0xB087, 0x76A3, 0xB088, 0x76A5, 0xB089, 0x76A6, 0xB08A, 0x76A7, 0xB08B, 0x76A8, - 0xB08C, 0x76A9, 0xB08D, 0x76AA, 0xB08E, 0x76AB, 0xB08F, 0x76AC, 0xB090, 0x76AD, 0xB091, 0x76AF, 0xB092, 0x76B0, 0xB093, 0x76B3, - 0xB094, 0x76B5, 0xB095, 0x76B6, 0xB096, 0x76B7, 0xB097, 0x76B8, 0xB098, 0x76B9, 0xB099, 0x76BA, 0xB09A, 0x76BB, 0xB09B, 0x76BC, - 0xB09C, 0x76BD, 0xB09D, 0x76BE, 0xB09E, 0x76C0, 0xB09F, 0x76C1, 0xB0A0, 0x76C3, 0xB0A1, 0x554A, 0xB0A2, 0x963F, 0xB0A3, 0x57C3, - 0xB0A4, 0x6328, 0xB0A5, 0x54CE, 0xB0A6, 0x5509, 0xB0A7, 0x54C0, 0xB0A8, 0x7691, 0xB0A9, 0x764C, 0xB0AA, 0x853C, 0xB0AB, 0x77EE, - 0xB0AC, 0x827E, 0xB0AD, 0x788D, 0xB0AE, 0x7231, 0xB0AF, 0x9698, 0xB0B0, 0x978D, 0xB0B1, 0x6C28, 0xB0B2, 0x5B89, 0xB0B3, 0x4FFA, - 0xB0B4, 0x6309, 0xB0B5, 0x6697, 0xB0B6, 0x5CB8, 0xB0B7, 0x80FA, 0xB0B8, 0x6848, 0xB0B9, 0x80AE, 0xB0BA, 0x6602, 0xB0BB, 0x76CE, - 0xB0BC, 0x51F9, 0xB0BD, 0x6556, 0xB0BE, 0x71AC, 0xB0BF, 0x7FF1, 0xB0C0, 0x8884, 0xB0C1, 0x50B2, 0xB0C2, 0x5965, 0xB0C3, 0x61CA, - 0xB0C4, 0x6FB3, 0xB0C5, 0x82AD, 0xB0C6, 0x634C, 0xB0C7, 0x6252, 0xB0C8, 0x53ED, 0xB0C9, 0x5427, 0xB0CA, 0x7B06, 0xB0CB, 0x516B, - 0xB0CC, 0x75A4, 0xB0CD, 0x5DF4, 0xB0CE, 0x62D4, 0xB0CF, 0x8DCB, 0xB0D0, 0x9776, 0xB0D1, 0x628A, 0xB0D2, 0x8019, 0xB0D3, 0x575D, - 0xB0D4, 0x9738, 0xB0D5, 0x7F62, 0xB0D6, 0x7238, 0xB0D7, 0x767D, 0xB0D8, 0x67CF, 0xB0D9, 0x767E, 0xB0DA, 0x6446, 0xB0DB, 0x4F70, - 0xB0DC, 0x8D25, 0xB0DD, 0x62DC, 0xB0DE, 0x7A17, 0xB0DF, 0x6591, 0xB0E0, 0x73ED, 0xB0E1, 0x642C, 0xB0E2, 0x6273, 0xB0E3, 0x822C, - 0xB0E4, 0x9881, 0xB0E5, 0x677F, 0xB0E6, 0x7248, 0xB0E7, 0x626E, 0xB0E8, 0x62CC, 0xB0E9, 0x4F34, 0xB0EA, 0x74E3, 0xB0EB, 0x534A, - 0xB0EC, 0x529E, 0xB0ED, 0x7ECA, 0xB0EE, 0x90A6, 0xB0EF, 0x5E2E, 0xB0F0, 0x6886, 0xB0F1, 0x699C, 0xB0F2, 0x8180, 0xB0F3, 0x7ED1, - 0xB0F4, 0x68D2, 0xB0F5, 0x78C5, 0xB0F6, 0x868C, 0xB0F7, 0x9551, 0xB0F8, 0x508D, 0xB0F9, 0x8C24, 0xB0FA, 0x82DE, 0xB0FB, 0x80DE, - 0xB0FC, 0x5305, 0xB0FD, 0x8912, 0xB0FE, 0x5265, 0xB140, 0x76C4, 0xB141, 0x76C7, 0xB142, 0x76C9, 0xB143, 0x76CB, 0xB144, 0x76CC, - 0xB145, 0x76D3, 0xB146, 0x76D5, 0xB147, 0x76D9, 0xB148, 0x76DA, 0xB149, 0x76DC, 0xB14A, 0x76DD, 0xB14B, 0x76DE, 0xB14C, 0x76E0, - 0xB14D, 0x76E1, 0xB14E, 0x76E2, 0xB14F, 0x76E3, 0xB150, 0x76E4, 0xB151, 0x76E6, 0xB152, 0x76E7, 0xB153, 0x76E8, 0xB154, 0x76E9, - 0xB155, 0x76EA, 0xB156, 0x76EB, 0xB157, 0x76EC, 0xB158, 0x76ED, 0xB159, 0x76F0, 0xB15A, 0x76F3, 0xB15B, 0x76F5, 0xB15C, 0x76F6, - 0xB15D, 0x76F7, 0xB15E, 0x76FA, 0xB15F, 0x76FB, 0xB160, 0x76FD, 0xB161, 0x76FF, 0xB162, 0x7700, 0xB163, 0x7702, 0xB164, 0x7703, - 0xB165, 0x7705, 0xB166, 0x7706, 0xB167, 0x770A, 0xB168, 0x770C, 0xB169, 0x770E, 0xB16A, 0x770F, 0xB16B, 0x7710, 0xB16C, 0x7711, - 0xB16D, 0x7712, 0xB16E, 0x7713, 0xB16F, 0x7714, 0xB170, 0x7715, 0xB171, 0x7716, 0xB172, 0x7717, 0xB173, 0x7718, 0xB174, 0x771B, - 0xB175, 0x771C, 0xB176, 0x771D, 0xB177, 0x771E, 0xB178, 0x7721, 0xB179, 0x7723, 0xB17A, 0x7724, 0xB17B, 0x7725, 0xB17C, 0x7727, - 0xB17D, 0x772A, 0xB17E, 0x772B, 0xB180, 0x772C, 0xB181, 0x772E, 0xB182, 0x7730, 0xB183, 0x7731, 0xB184, 0x7732, 0xB185, 0x7733, - 0xB186, 0x7734, 0xB187, 0x7739, 0xB188, 0x773B, 0xB189, 0x773D, 0xB18A, 0x773E, 0xB18B, 0x773F, 0xB18C, 0x7742, 0xB18D, 0x7744, - 0xB18E, 0x7745, 0xB18F, 0x7746, 0xB190, 0x7748, 0xB191, 0x7749, 0xB192, 0x774A, 0xB193, 0x774B, 0xB194, 0x774C, 0xB195, 0x774D, - 0xB196, 0x774E, 0xB197, 0x774F, 0xB198, 0x7752, 0xB199, 0x7753, 0xB19A, 0x7754, 0xB19B, 0x7755, 0xB19C, 0x7756, 0xB19D, 0x7757, - 0xB19E, 0x7758, 0xB19F, 0x7759, 0xB1A0, 0x775C, 0xB1A1, 0x8584, 0xB1A2, 0x96F9, 0xB1A3, 0x4FDD, 0xB1A4, 0x5821, 0xB1A5, 0x9971, - 0xB1A6, 0x5B9D, 0xB1A7, 0x62B1, 0xB1A8, 0x62A5, 0xB1A9, 0x66B4, 0xB1AA, 0x8C79, 0xB1AB, 0x9C8D, 0xB1AC, 0x7206, 0xB1AD, 0x676F, - 0xB1AE, 0x7891, 0xB1AF, 0x60B2, 0xB1B0, 0x5351, 0xB1B1, 0x5317, 0xB1B2, 0x8F88, 0xB1B3, 0x80CC, 0xB1B4, 0x8D1D, 0xB1B5, 0x94A1, - 0xB1B6, 0x500D, 0xB1B7, 0x72C8, 0xB1B8, 0x5907, 0xB1B9, 0x60EB, 0xB1BA, 0x7119, 0xB1BB, 0x88AB, 0xB1BC, 0x5954, 0xB1BD, 0x82EF, - 0xB1BE, 0x672C, 0xB1BF, 0x7B28, 0xB1C0, 0x5D29, 0xB1C1, 0x7EF7, 0xB1C2, 0x752D, 0xB1C3, 0x6CF5, 0xB1C4, 0x8E66, 0xB1C5, 0x8FF8, - 0xB1C6, 0x903C, 0xB1C7, 0x9F3B, 0xB1C8, 0x6BD4, 0xB1C9, 0x9119, 0xB1CA, 0x7B14, 0xB1CB, 0x5F7C, 0xB1CC, 0x78A7, 0xB1CD, 0x84D6, - 0xB1CE, 0x853D, 0xB1CF, 0x6BD5, 0xB1D0, 0x6BD9, 0xB1D1, 0x6BD6, 0xB1D2, 0x5E01, 0xB1D3, 0x5E87, 0xB1D4, 0x75F9, 0xB1D5, 0x95ED, - 0xB1D6, 0x655D, 0xB1D7, 0x5F0A, 0xB1D8, 0x5FC5, 0xB1D9, 0x8F9F, 0xB1DA, 0x58C1, 0xB1DB, 0x81C2, 0xB1DC, 0x907F, 0xB1DD, 0x965B, - 0xB1DE, 0x97AD, 0xB1DF, 0x8FB9, 0xB1E0, 0x7F16, 0xB1E1, 0x8D2C, 0xB1E2, 0x6241, 0xB1E3, 0x4FBF, 0xB1E4, 0x53D8, 0xB1E5, 0x535E, - 0xB1E6, 0x8FA8, 0xB1E7, 0x8FA9, 0xB1E8, 0x8FAB, 0xB1E9, 0x904D, 0xB1EA, 0x6807, 0xB1EB, 0x5F6A, 0xB1EC, 0x8198, 0xB1ED, 0x8868, - 0xB1EE, 0x9CD6, 0xB1EF, 0x618B, 0xB1F0, 0x522B, 0xB1F1, 0x762A, 0xB1F2, 0x5F6C, 0xB1F3, 0x658C, 0xB1F4, 0x6FD2, 0xB1F5, 0x6EE8, - 0xB1F6, 0x5BBE, 0xB1F7, 0x6448, 0xB1F8, 0x5175, 0xB1F9, 0x51B0, 0xB1FA, 0x67C4, 0xB1FB, 0x4E19, 0xB1FC, 0x79C9, 0xB1FD, 0x997C, - 0xB1FE, 0x70B3, 0xB240, 0x775D, 0xB241, 0x775E, 0xB242, 0x775F, 0xB243, 0x7760, 0xB244, 0x7764, 0xB245, 0x7767, 0xB246, 0x7769, - 0xB247, 0x776A, 0xB248, 0x776D, 0xB249, 0x776E, 0xB24A, 0x776F, 0xB24B, 0x7770, 0xB24C, 0x7771, 0xB24D, 0x7772, 0xB24E, 0x7773, - 0xB24F, 0x7774, 0xB250, 0x7775, 0xB251, 0x7776, 0xB252, 0x7777, 0xB253, 0x7778, 0xB254, 0x777A, 0xB255, 0x777B, 0xB256, 0x777C, - 0xB257, 0x7781, 0xB258, 0x7782, 0xB259, 0x7783, 0xB25A, 0x7786, 0xB25B, 0x7787, 0xB25C, 0x7788, 0xB25D, 0x7789, 0xB25E, 0x778A, - 0xB25F, 0x778B, 0xB260, 0x778F, 0xB261, 0x7790, 0xB262, 0x7793, 0xB263, 0x7794, 0xB264, 0x7795, 0xB265, 0x7796, 0xB266, 0x7797, - 0xB267, 0x7798, 0xB268, 0x7799, 0xB269, 0x779A, 0xB26A, 0x779B, 0xB26B, 0x779C, 0xB26C, 0x779D, 0xB26D, 0x779E, 0xB26E, 0x77A1, - 0xB26F, 0x77A3, 0xB270, 0x77A4, 0xB271, 0x77A6, 0xB272, 0x77A8, 0xB273, 0x77AB, 0xB274, 0x77AD, 0xB275, 0x77AE, 0xB276, 0x77AF, - 0xB277, 0x77B1, 0xB278, 0x77B2, 0xB279, 0x77B4, 0xB27A, 0x77B6, 0xB27B, 0x77B7, 0xB27C, 0x77B8, 0xB27D, 0x77B9, 0xB27E, 0x77BA, - 0xB280, 0x77BC, 0xB281, 0x77BE, 0xB282, 0x77C0, 0xB283, 0x77C1, 0xB284, 0x77C2, 0xB285, 0x77C3, 0xB286, 0x77C4, 0xB287, 0x77C5, - 0xB288, 0x77C6, 0xB289, 0x77C7, 0xB28A, 0x77C8, 0xB28B, 0x77C9, 0xB28C, 0x77CA, 0xB28D, 0x77CB, 0xB28E, 0x77CC, 0xB28F, 0x77CE, - 0xB290, 0x77CF, 0xB291, 0x77D0, 0xB292, 0x77D1, 0xB293, 0x77D2, 0xB294, 0x77D3, 0xB295, 0x77D4, 0xB296, 0x77D5, 0xB297, 0x77D6, - 0xB298, 0x77D8, 0xB299, 0x77D9, 0xB29A, 0x77DA, 0xB29B, 0x77DD, 0xB29C, 0x77DE, 0xB29D, 0x77DF, 0xB29E, 0x77E0, 0xB29F, 0x77E1, - 0xB2A0, 0x77E4, 0xB2A1, 0x75C5, 0xB2A2, 0x5E76, 0xB2A3, 0x73BB, 0xB2A4, 0x83E0, 0xB2A5, 0x64AD, 0xB2A6, 0x62E8, 0xB2A7, 0x94B5, - 0xB2A8, 0x6CE2, 0xB2A9, 0x535A, 0xB2AA, 0x52C3, 0xB2AB, 0x640F, 0xB2AC, 0x94C2, 0xB2AD, 0x7B94, 0xB2AE, 0x4F2F, 0xB2AF, 0x5E1B, - 0xB2B0, 0x8236, 0xB2B1, 0x8116, 0xB2B2, 0x818A, 0xB2B3, 0x6E24, 0xB2B4, 0x6CCA, 0xB2B5, 0x9A73, 0xB2B6, 0x6355, 0xB2B7, 0x535C, - 0xB2B8, 0x54FA, 0xB2B9, 0x8865, 0xB2BA, 0x57E0, 0xB2BB, 0x4E0D, 0xB2BC, 0x5E03, 0xB2BD, 0x6B65, 0xB2BE, 0x7C3F, 0xB2BF, 0x90E8, - 0xB2C0, 0x6016, 0xB2C1, 0x64E6, 0xB2C2, 0x731C, 0xB2C3, 0x88C1, 0xB2C4, 0x6750, 0xB2C5, 0x624D, 0xB2C6, 0x8D22, 0xB2C7, 0x776C, - 0xB2C8, 0x8E29, 0xB2C9, 0x91C7, 0xB2CA, 0x5F69, 0xB2CB, 0x83DC, 0xB2CC, 0x8521, 0xB2CD, 0x9910, 0xB2CE, 0x53C2, 0xB2CF, 0x8695, - 0xB2D0, 0x6B8B, 0xB2D1, 0x60ED, 0xB2D2, 0x60E8, 0xB2D3, 0x707F, 0xB2D4, 0x82CD, 0xB2D5, 0x8231, 0xB2D6, 0x4ED3, 0xB2D7, 0x6CA7, - 0xB2D8, 0x85CF, 0xB2D9, 0x64CD, 0xB2DA, 0x7CD9, 0xB2DB, 0x69FD, 0xB2DC, 0x66F9, 0xB2DD, 0x8349, 0xB2DE, 0x5395, 0xB2DF, 0x7B56, - 0xB2E0, 0x4FA7, 0xB2E1, 0x518C, 0xB2E2, 0x6D4B, 0xB2E3, 0x5C42, 0xB2E4, 0x8E6D, 0xB2E5, 0x63D2, 0xB2E6, 0x53C9, 0xB2E7, 0x832C, - 0xB2E8, 0x8336, 0xB2E9, 0x67E5, 0xB2EA, 0x78B4, 0xB2EB, 0x643D, 0xB2EC, 0x5BDF, 0xB2ED, 0x5C94, 0xB2EE, 0x5DEE, 0xB2EF, 0x8BE7, - 0xB2F0, 0x62C6, 0xB2F1, 0x67F4, 0xB2F2, 0x8C7A, 0xB2F3, 0x6400, 0xB2F4, 0x63BA, 0xB2F5, 0x8749, 0xB2F6, 0x998B, 0xB2F7, 0x8C17, - 0xB2F8, 0x7F20, 0xB2F9, 0x94F2, 0xB2FA, 0x4EA7, 0xB2FB, 0x9610, 0xB2FC, 0x98A4, 0xB2FD, 0x660C, 0xB2FE, 0x7316, 0xB340, 0x77E6, - 0xB341, 0x77E8, 0xB342, 0x77EA, 0xB343, 0x77EF, 0xB344, 0x77F0, 0xB345, 0x77F1, 0xB346, 0x77F2, 0xB347, 0x77F4, 0xB348, 0x77F5, - 0xB349, 0x77F7, 0xB34A, 0x77F9, 0xB34B, 0x77FA, 0xB34C, 0x77FB, 0xB34D, 0x77FC, 0xB34E, 0x7803, 0xB34F, 0x7804, 0xB350, 0x7805, - 0xB351, 0x7806, 0xB352, 0x7807, 0xB353, 0x7808, 0xB354, 0x780A, 0xB355, 0x780B, 0xB356, 0x780E, 0xB357, 0x780F, 0xB358, 0x7810, - 0xB359, 0x7813, 0xB35A, 0x7815, 0xB35B, 0x7819, 0xB35C, 0x781B, 0xB35D, 0x781E, 0xB35E, 0x7820, 0xB35F, 0x7821, 0xB360, 0x7822, - 0xB361, 0x7824, 0xB362, 0x7828, 0xB363, 0x782A, 0xB364, 0x782B, 0xB365, 0x782E, 0xB366, 0x782F, 0xB367, 0x7831, 0xB368, 0x7832, - 0xB369, 0x7833, 0xB36A, 0x7835, 0xB36B, 0x7836, 0xB36C, 0x783D, 0xB36D, 0x783F, 0xB36E, 0x7841, 0xB36F, 0x7842, 0xB370, 0x7843, - 0xB371, 0x7844, 0xB372, 0x7846, 0xB373, 0x7848, 0xB374, 0x7849, 0xB375, 0x784A, 0xB376, 0x784B, 0xB377, 0x784D, 0xB378, 0x784F, - 0xB379, 0x7851, 0xB37A, 0x7853, 0xB37B, 0x7854, 0xB37C, 0x7858, 0xB37D, 0x7859, 0xB37E, 0x785A, 0xB380, 0x785B, 0xB381, 0x785C, - 0xB382, 0x785E, 0xB383, 0x785F, 0xB384, 0x7860, 0xB385, 0x7861, 0xB386, 0x7862, 0xB387, 0x7863, 0xB388, 0x7864, 0xB389, 0x7865, - 0xB38A, 0x7866, 0xB38B, 0x7867, 0xB38C, 0x7868, 0xB38D, 0x7869, 0xB38E, 0x786F, 0xB38F, 0x7870, 0xB390, 0x7871, 0xB391, 0x7872, - 0xB392, 0x7873, 0xB393, 0x7874, 0xB394, 0x7875, 0xB395, 0x7876, 0xB396, 0x7878, 0xB397, 0x7879, 0xB398, 0x787A, 0xB399, 0x787B, - 0xB39A, 0x787D, 0xB39B, 0x787E, 0xB39C, 0x787F, 0xB39D, 0x7880, 0xB39E, 0x7881, 0xB39F, 0x7882, 0xB3A0, 0x7883, 0xB3A1, 0x573A, - 0xB3A2, 0x5C1D, 0xB3A3, 0x5E38, 0xB3A4, 0x957F, 0xB3A5, 0x507F, 0xB3A6, 0x80A0, 0xB3A7, 0x5382, 0xB3A8, 0x655E, 0xB3A9, 0x7545, - 0xB3AA, 0x5531, 0xB3AB, 0x5021, 0xB3AC, 0x8D85, 0xB3AD, 0x6284, 0xB3AE, 0x949E, 0xB3AF, 0x671D, 0xB3B0, 0x5632, 0xB3B1, 0x6F6E, - 0xB3B2, 0x5DE2, 0xB3B3, 0x5435, 0xB3B4, 0x7092, 0xB3B5, 0x8F66, 0xB3B6, 0x626F, 0xB3B7, 0x64A4, 0xB3B8, 0x63A3, 0xB3B9, 0x5F7B, - 0xB3BA, 0x6F88, 0xB3BB, 0x90F4, 0xB3BC, 0x81E3, 0xB3BD, 0x8FB0, 0xB3BE, 0x5C18, 0xB3BF, 0x6668, 0xB3C0, 0x5FF1, 0xB3C1, 0x6C89, - 0xB3C2, 0x9648, 0xB3C3, 0x8D81, 0xB3C4, 0x886C, 0xB3C5, 0x6491, 0xB3C6, 0x79F0, 0xB3C7, 0x57CE, 0xB3C8, 0x6A59, 0xB3C9, 0x6210, - 0xB3CA, 0x5448, 0xB3CB, 0x4E58, 0xB3CC, 0x7A0B, 0xB3CD, 0x60E9, 0xB3CE, 0x6F84, 0xB3CF, 0x8BDA, 0xB3D0, 0x627F, 0xB3D1, 0x901E, - 0xB3D2, 0x9A8B, 0xB3D3, 0x79E4, 0xB3D4, 0x5403, 0xB3D5, 0x75F4, 0xB3D6, 0x6301, 0xB3D7, 0x5319, 0xB3D8, 0x6C60, 0xB3D9, 0x8FDF, - 0xB3DA, 0x5F1B, 0xB3DB, 0x9A70, 0xB3DC, 0x803B, 0xB3DD, 0x9F7F, 0xB3DE, 0x4F88, 0xB3DF, 0x5C3A, 0xB3E0, 0x8D64, 0xB3E1, 0x7FC5, - 0xB3E2, 0x65A5, 0xB3E3, 0x70BD, 0xB3E4, 0x5145, 0xB3E5, 0x51B2, 0xB3E6, 0x866B, 0xB3E7, 0x5D07, 0xB3E8, 0x5BA0, 0xB3E9, 0x62BD, - 0xB3EA, 0x916C, 0xB3EB, 0x7574, 0xB3EC, 0x8E0C, 0xB3ED, 0x7A20, 0xB3EE, 0x6101, 0xB3EF, 0x7B79, 0xB3F0, 0x4EC7, 0xB3F1, 0x7EF8, - 0xB3F2, 0x7785, 0xB3F3, 0x4E11, 0xB3F4, 0x81ED, 0xB3F5, 0x521D, 0xB3F6, 0x51FA, 0xB3F7, 0x6A71, 0xB3F8, 0x53A8, 0xB3F9, 0x8E87, - 0xB3FA, 0x9504, 0xB3FB, 0x96CF, 0xB3FC, 0x6EC1, 0xB3FD, 0x9664, 0xB3FE, 0x695A, 0xB440, 0x7884, 0xB441, 0x7885, 0xB442, 0x7886, - 0xB443, 0x7888, 0xB444, 0x788A, 0xB445, 0x788B, 0xB446, 0x788F, 0xB447, 0x7890, 0xB448, 0x7892, 0xB449, 0x7894, 0xB44A, 0x7895, - 0xB44B, 0x7896, 0xB44C, 0x7899, 0xB44D, 0x789D, 0xB44E, 0x789E, 0xB44F, 0x78A0, 0xB450, 0x78A2, 0xB451, 0x78A4, 0xB452, 0x78A6, - 0xB453, 0x78A8, 0xB454, 0x78A9, 0xB455, 0x78AA, 0xB456, 0x78AB, 0xB457, 0x78AC, 0xB458, 0x78AD, 0xB459, 0x78AE, 0xB45A, 0x78AF, - 0xB45B, 0x78B5, 0xB45C, 0x78B6, 0xB45D, 0x78B7, 0xB45E, 0x78B8, 0xB45F, 0x78BA, 0xB460, 0x78BB, 0xB461, 0x78BC, 0xB462, 0x78BD, - 0xB463, 0x78BF, 0xB464, 0x78C0, 0xB465, 0x78C2, 0xB466, 0x78C3, 0xB467, 0x78C4, 0xB468, 0x78C6, 0xB469, 0x78C7, 0xB46A, 0x78C8, - 0xB46B, 0x78CC, 0xB46C, 0x78CD, 0xB46D, 0x78CE, 0xB46E, 0x78CF, 0xB46F, 0x78D1, 0xB470, 0x78D2, 0xB471, 0x78D3, 0xB472, 0x78D6, - 0xB473, 0x78D7, 0xB474, 0x78D8, 0xB475, 0x78DA, 0xB476, 0x78DB, 0xB477, 0x78DC, 0xB478, 0x78DD, 0xB479, 0x78DE, 0xB47A, 0x78DF, - 0xB47B, 0x78E0, 0xB47C, 0x78E1, 0xB47D, 0x78E2, 0xB47E, 0x78E3, 0xB480, 0x78E4, 0xB481, 0x78E5, 0xB482, 0x78E6, 0xB483, 0x78E7, - 0xB484, 0x78E9, 0xB485, 0x78EA, 0xB486, 0x78EB, 0xB487, 0x78ED, 0xB488, 0x78EE, 0xB489, 0x78EF, 0xB48A, 0x78F0, 0xB48B, 0x78F1, - 0xB48C, 0x78F3, 0xB48D, 0x78F5, 0xB48E, 0x78F6, 0xB48F, 0x78F8, 0xB490, 0x78F9, 0xB491, 0x78FB, 0xB492, 0x78FC, 0xB493, 0x78FD, - 0xB494, 0x78FE, 0xB495, 0x78FF, 0xB496, 0x7900, 0xB497, 0x7902, 0xB498, 0x7903, 0xB499, 0x7904, 0xB49A, 0x7906, 0xB49B, 0x7907, - 0xB49C, 0x7908, 0xB49D, 0x7909, 0xB49E, 0x790A, 0xB49F, 0x790B, 0xB4A0, 0x790C, 0xB4A1, 0x7840, 0xB4A2, 0x50A8, 0xB4A3, 0x77D7, - 0xB4A4, 0x6410, 0xB4A5, 0x89E6, 0xB4A6, 0x5904, 0xB4A7, 0x63E3, 0xB4A8, 0x5DDD, 0xB4A9, 0x7A7F, 0xB4AA, 0x693D, 0xB4AB, 0x4F20, - 0xB4AC, 0x8239, 0xB4AD, 0x5598, 0xB4AE, 0x4E32, 0xB4AF, 0x75AE, 0xB4B0, 0x7A97, 0xB4B1, 0x5E62, 0xB4B2, 0x5E8A, 0xB4B3, 0x95EF, - 0xB4B4, 0x521B, 0xB4B5, 0x5439, 0xB4B6, 0x708A, 0xB4B7, 0x6376, 0xB4B8, 0x9524, 0xB4B9, 0x5782, 0xB4BA, 0x6625, 0xB4BB, 0x693F, - 0xB4BC, 0x9187, 0xB4BD, 0x5507, 0xB4BE, 0x6DF3, 0xB4BF, 0x7EAF, 0xB4C0, 0x8822, 0xB4C1, 0x6233, 0xB4C2, 0x7EF0, 0xB4C3, 0x75B5, - 0xB4C4, 0x8328, 0xB4C5, 0x78C1, 0xB4C6, 0x96CC, 0xB4C7, 0x8F9E, 0xB4C8, 0x6148, 0xB4C9, 0x74F7, 0xB4CA, 0x8BCD, 0xB4CB, 0x6B64, - 0xB4CC, 0x523A, 0xB4CD, 0x8D50, 0xB4CE, 0x6B21, 0xB4CF, 0x806A, 0xB4D0, 0x8471, 0xB4D1, 0x56F1, 0xB4D2, 0x5306, 0xB4D3, 0x4ECE, - 0xB4D4, 0x4E1B, 0xB4D5, 0x51D1, 0xB4D6, 0x7C97, 0xB4D7, 0x918B, 0xB4D8, 0x7C07, 0xB4D9, 0x4FC3, 0xB4DA, 0x8E7F, 0xB4DB, 0x7BE1, - 0xB4DC, 0x7A9C, 0xB4DD, 0x6467, 0xB4DE, 0x5D14, 0xB4DF, 0x50AC, 0xB4E0, 0x8106, 0xB4E1, 0x7601, 0xB4E2, 0x7CB9, 0xB4E3, 0x6DEC, - 0xB4E4, 0x7FE0, 0xB4E5, 0x6751, 0xB4E6, 0x5B58, 0xB4E7, 0x5BF8, 0xB4E8, 0x78CB, 0xB4E9, 0x64AE, 0xB4EA, 0x6413, 0xB4EB, 0x63AA, - 0xB4EC, 0x632B, 0xB4ED, 0x9519, 0xB4EE, 0x642D, 0xB4EF, 0x8FBE, 0xB4F0, 0x7B54, 0xB4F1, 0x7629, 0xB4F2, 0x6253, 0xB4F3, 0x5927, - 0xB4F4, 0x5446, 0xB4F5, 0x6B79, 0xB4F6, 0x50A3, 0xB4F7, 0x6234, 0xB4F8, 0x5E26, 0xB4F9, 0x6B86, 0xB4FA, 0x4EE3, 0xB4FB, 0x8D37, - 0xB4FC, 0x888B, 0xB4FD, 0x5F85, 0xB4FE, 0x902E, 0xB540, 0x790D, 0xB541, 0x790E, 0xB542, 0x790F, 0xB543, 0x7910, 0xB544, 0x7911, - 0xB545, 0x7912, 0xB546, 0x7914, 0xB547, 0x7915, 0xB548, 0x7916, 0xB549, 0x7917, 0xB54A, 0x7918, 0xB54B, 0x7919, 0xB54C, 0x791A, - 0xB54D, 0x791B, 0xB54E, 0x791C, 0xB54F, 0x791D, 0xB550, 0x791F, 0xB551, 0x7920, 0xB552, 0x7921, 0xB553, 0x7922, 0xB554, 0x7923, - 0xB555, 0x7925, 0xB556, 0x7926, 0xB557, 0x7927, 0xB558, 0x7928, 0xB559, 0x7929, 0xB55A, 0x792A, 0xB55B, 0x792B, 0xB55C, 0x792C, - 0xB55D, 0x792D, 0xB55E, 0x792E, 0xB55F, 0x792F, 0xB560, 0x7930, 0xB561, 0x7931, 0xB562, 0x7932, 0xB563, 0x7933, 0xB564, 0x7935, - 0xB565, 0x7936, 0xB566, 0x7937, 0xB567, 0x7938, 0xB568, 0x7939, 0xB569, 0x793D, 0xB56A, 0x793F, 0xB56B, 0x7942, 0xB56C, 0x7943, - 0xB56D, 0x7944, 0xB56E, 0x7945, 0xB56F, 0x7947, 0xB570, 0x794A, 0xB571, 0x794B, 0xB572, 0x794C, 0xB573, 0x794D, 0xB574, 0x794E, - 0xB575, 0x794F, 0xB576, 0x7950, 0xB577, 0x7951, 0xB578, 0x7952, 0xB579, 0x7954, 0xB57A, 0x7955, 0xB57B, 0x7958, 0xB57C, 0x7959, - 0xB57D, 0x7961, 0xB57E, 0x7963, 0xB580, 0x7964, 0xB581, 0x7966, 0xB582, 0x7969, 0xB583, 0x796A, 0xB584, 0x796B, 0xB585, 0x796C, - 0xB586, 0x796E, 0xB587, 0x7970, 0xB588, 0x7971, 0xB589, 0x7972, 0xB58A, 0x7973, 0xB58B, 0x7974, 0xB58C, 0x7975, 0xB58D, 0x7976, - 0xB58E, 0x7979, 0xB58F, 0x797B, 0xB590, 0x797C, 0xB591, 0x797D, 0xB592, 0x797E, 0xB593, 0x797F, 0xB594, 0x7982, 0xB595, 0x7983, - 0xB596, 0x7986, 0xB597, 0x7987, 0xB598, 0x7988, 0xB599, 0x7989, 0xB59A, 0x798B, 0xB59B, 0x798C, 0xB59C, 0x798D, 0xB59D, 0x798E, - 0xB59E, 0x7990, 0xB59F, 0x7991, 0xB5A0, 0x7992, 0xB5A1, 0x6020, 0xB5A2, 0x803D, 0xB5A3, 0x62C5, 0xB5A4, 0x4E39, 0xB5A5, 0x5355, - 0xB5A6, 0x90F8, 0xB5A7, 0x63B8, 0xB5A8, 0x80C6, 0xB5A9, 0x65E6, 0xB5AA, 0x6C2E, 0xB5AB, 0x4F46, 0xB5AC, 0x60EE, 0xB5AD, 0x6DE1, - 0xB5AE, 0x8BDE, 0xB5AF, 0x5F39, 0xB5B0, 0x86CB, 0xB5B1, 0x5F53, 0xB5B2, 0x6321, 0xB5B3, 0x515A, 0xB5B4, 0x8361, 0xB5B5, 0x6863, - 0xB5B6, 0x5200, 0xB5B7, 0x6363, 0xB5B8, 0x8E48, 0xB5B9, 0x5012, 0xB5BA, 0x5C9B, 0xB5BB, 0x7977, 0xB5BC, 0x5BFC, 0xB5BD, 0x5230, - 0xB5BE, 0x7A3B, 0xB5BF, 0x60BC, 0xB5C0, 0x9053, 0xB5C1, 0x76D7, 0xB5C2, 0x5FB7, 0xB5C3, 0x5F97, 0xB5C4, 0x7684, 0xB5C5, 0x8E6C, - 0xB5C6, 0x706F, 0xB5C7, 0x767B, 0xB5C8, 0x7B49, 0xB5C9, 0x77AA, 0xB5CA, 0x51F3, 0xB5CB, 0x9093, 0xB5CC, 0x5824, 0xB5CD, 0x4F4E, - 0xB5CE, 0x6EF4, 0xB5CF, 0x8FEA, 0xB5D0, 0x654C, 0xB5D1, 0x7B1B, 0xB5D2, 0x72C4, 0xB5D3, 0x6DA4, 0xB5D4, 0x7FDF, 0xB5D5, 0x5AE1, - 0xB5D6, 0x62B5, 0xB5D7, 0x5E95, 0xB5D8, 0x5730, 0xB5D9, 0x8482, 0xB5DA, 0x7B2C, 0xB5DB, 0x5E1D, 0xB5DC, 0x5F1F, 0xB5DD, 0x9012, - 0xB5DE, 0x7F14, 0xB5DF, 0x98A0, 0xB5E0, 0x6382, 0xB5E1, 0x6EC7, 0xB5E2, 0x7898, 0xB5E3, 0x70B9, 0xB5E4, 0x5178, 0xB5E5, 0x975B, - 0xB5E6, 0x57AB, 0xB5E7, 0x7535, 0xB5E8, 0x4F43, 0xB5E9, 0x7538, 0xB5EA, 0x5E97, 0xB5EB, 0x60E6, 0xB5EC, 0x5960, 0xB5ED, 0x6DC0, - 0xB5EE, 0x6BBF, 0xB5EF, 0x7889, 0xB5F0, 0x53FC, 0xB5F1, 0x96D5, 0xB5F2, 0x51CB, 0xB5F3, 0x5201, 0xB5F4, 0x6389, 0xB5F5, 0x540A, - 0xB5F6, 0x9493, 0xB5F7, 0x8C03, 0xB5F8, 0x8DCC, 0xB5F9, 0x7239, 0xB5FA, 0x789F, 0xB5FB, 0x8776, 0xB5FC, 0x8FED, 0xB5FD, 0x8C0D, - 0xB5FE, 0x53E0, 0xB640, 0x7993, 0xB641, 0x7994, 0xB642, 0x7995, 0xB643, 0x7996, 0xB644, 0x7997, 0xB645, 0x7998, 0xB646, 0x7999, - 0xB647, 0x799B, 0xB648, 0x799C, 0xB649, 0x799D, 0xB64A, 0x799E, 0xB64B, 0x799F, 0xB64C, 0x79A0, 0xB64D, 0x79A1, 0xB64E, 0x79A2, - 0xB64F, 0x79A3, 0xB650, 0x79A4, 0xB651, 0x79A5, 0xB652, 0x79A6, 0xB653, 0x79A8, 0xB654, 0x79A9, 0xB655, 0x79AA, 0xB656, 0x79AB, - 0xB657, 0x79AC, 0xB658, 0x79AD, 0xB659, 0x79AE, 0xB65A, 0x79AF, 0xB65B, 0x79B0, 0xB65C, 0x79B1, 0xB65D, 0x79B2, 0xB65E, 0x79B4, - 0xB65F, 0x79B5, 0xB660, 0x79B6, 0xB661, 0x79B7, 0xB662, 0x79B8, 0xB663, 0x79BC, 0xB664, 0x79BF, 0xB665, 0x79C2, 0xB666, 0x79C4, - 0xB667, 0x79C5, 0xB668, 0x79C7, 0xB669, 0x79C8, 0xB66A, 0x79CA, 0xB66B, 0x79CC, 0xB66C, 0x79CE, 0xB66D, 0x79CF, 0xB66E, 0x79D0, - 0xB66F, 0x79D3, 0xB670, 0x79D4, 0xB671, 0x79D6, 0xB672, 0x79D7, 0xB673, 0x79D9, 0xB674, 0x79DA, 0xB675, 0x79DB, 0xB676, 0x79DC, - 0xB677, 0x79DD, 0xB678, 0x79DE, 0xB679, 0x79E0, 0xB67A, 0x79E1, 0xB67B, 0x79E2, 0xB67C, 0x79E5, 0xB67D, 0x79E8, 0xB67E, 0x79EA, - 0xB680, 0x79EC, 0xB681, 0x79EE, 0xB682, 0x79F1, 0xB683, 0x79F2, 0xB684, 0x79F3, 0xB685, 0x79F4, 0xB686, 0x79F5, 0xB687, 0x79F6, - 0xB688, 0x79F7, 0xB689, 0x79F9, 0xB68A, 0x79FA, 0xB68B, 0x79FC, 0xB68C, 0x79FE, 0xB68D, 0x79FF, 0xB68E, 0x7A01, 0xB68F, 0x7A04, - 0xB690, 0x7A05, 0xB691, 0x7A07, 0xB692, 0x7A08, 0xB693, 0x7A09, 0xB694, 0x7A0A, 0xB695, 0x7A0C, 0xB696, 0x7A0F, 0xB697, 0x7A10, - 0xB698, 0x7A11, 0xB699, 0x7A12, 0xB69A, 0x7A13, 0xB69B, 0x7A15, 0xB69C, 0x7A16, 0xB69D, 0x7A18, 0xB69E, 0x7A19, 0xB69F, 0x7A1B, - 0xB6A0, 0x7A1C, 0xB6A1, 0x4E01, 0xB6A2, 0x76EF, 0xB6A3, 0x53EE, 0xB6A4, 0x9489, 0xB6A5, 0x9876, 0xB6A6, 0x9F0E, 0xB6A7, 0x952D, - 0xB6A8, 0x5B9A, 0xB6A9, 0x8BA2, 0xB6AA, 0x4E22, 0xB6AB, 0x4E1C, 0xB6AC, 0x51AC, 0xB6AD, 0x8463, 0xB6AE, 0x61C2, 0xB6AF, 0x52A8, - 0xB6B0, 0x680B, 0xB6B1, 0x4F97, 0xB6B2, 0x606B, 0xB6B3, 0x51BB, 0xB6B4, 0x6D1E, 0xB6B5, 0x515C, 0xB6B6, 0x6296, 0xB6B7, 0x6597, - 0xB6B8, 0x9661, 0xB6B9, 0x8C46, 0xB6BA, 0x9017, 0xB6BB, 0x75D8, 0xB6BC, 0x90FD, 0xB6BD, 0x7763, 0xB6BE, 0x6BD2, 0xB6BF, 0x728A, - 0xB6C0, 0x72EC, 0xB6C1, 0x8BFB, 0xB6C2, 0x5835, 0xB6C3, 0x7779, 0xB6C4, 0x8D4C, 0xB6C5, 0x675C, 0xB6C6, 0x9540, 0xB6C7, 0x809A, - 0xB6C8, 0x5EA6, 0xB6C9, 0x6E21, 0xB6CA, 0x5992, 0xB6CB, 0x7AEF, 0xB6CC, 0x77ED, 0xB6CD, 0x953B, 0xB6CE, 0x6BB5, 0xB6CF, 0x65AD, - 0xB6D0, 0x7F0E, 0xB6D1, 0x5806, 0xB6D2, 0x5151, 0xB6D3, 0x961F, 0xB6D4, 0x5BF9, 0xB6D5, 0x58A9, 0xB6D6, 0x5428, 0xB6D7, 0x8E72, - 0xB6D8, 0x6566, 0xB6D9, 0x987F, 0xB6DA, 0x56E4, 0xB6DB, 0x949D, 0xB6DC, 0x76FE, 0xB6DD, 0x9041, 0xB6DE, 0x6387, 0xB6DF, 0x54C6, - 0xB6E0, 0x591A, 0xB6E1, 0x593A, 0xB6E2, 0x579B, 0xB6E3, 0x8EB2, 0xB6E4, 0x6735, 0xB6E5, 0x8DFA, 0xB6E6, 0x8235, 0xB6E7, 0x5241, - 0xB6E8, 0x60F0, 0xB6E9, 0x5815, 0xB6EA, 0x86FE, 0xB6EB, 0x5CE8, 0xB6EC, 0x9E45, 0xB6ED, 0x4FC4, 0xB6EE, 0x989D, 0xB6EF, 0x8BB9, - 0xB6F0, 0x5A25, 0xB6F1, 0x6076, 0xB6F2, 0x5384, 0xB6F3, 0x627C, 0xB6F4, 0x904F, 0xB6F5, 0x9102, 0xB6F6, 0x997F, 0xB6F7, 0x6069, - 0xB6F8, 0x800C, 0xB6F9, 0x513F, 0xB6FA, 0x8033, 0xB6FB, 0x5C14, 0xB6FC, 0x9975, 0xB6FD, 0x6D31, 0xB6FE, 0x4E8C, 0xB740, 0x7A1D, - 0xB741, 0x7A1F, 0xB742, 0x7A21, 0xB743, 0x7A22, 0xB744, 0x7A24, 0xB745, 0x7A25, 0xB746, 0x7A26, 0xB747, 0x7A27, 0xB748, 0x7A28, - 0xB749, 0x7A29, 0xB74A, 0x7A2A, 0xB74B, 0x7A2B, 0xB74C, 0x7A2C, 0xB74D, 0x7A2D, 0xB74E, 0x7A2E, 0xB74F, 0x7A2F, 0xB750, 0x7A30, - 0xB751, 0x7A31, 0xB752, 0x7A32, 0xB753, 0x7A34, 0xB754, 0x7A35, 0xB755, 0x7A36, 0xB756, 0x7A38, 0xB757, 0x7A3A, 0xB758, 0x7A3E, - 0xB759, 0x7A40, 0xB75A, 0x7A41, 0xB75B, 0x7A42, 0xB75C, 0x7A43, 0xB75D, 0x7A44, 0xB75E, 0x7A45, 0xB75F, 0x7A47, 0xB760, 0x7A48, - 0xB761, 0x7A49, 0xB762, 0x7A4A, 0xB763, 0x7A4B, 0xB764, 0x7A4C, 0xB765, 0x7A4D, 0xB766, 0x7A4E, 0xB767, 0x7A4F, 0xB768, 0x7A50, - 0xB769, 0x7A52, 0xB76A, 0x7A53, 0xB76B, 0x7A54, 0xB76C, 0x7A55, 0xB76D, 0x7A56, 0xB76E, 0x7A58, 0xB76F, 0x7A59, 0xB770, 0x7A5A, - 0xB771, 0x7A5B, 0xB772, 0x7A5C, 0xB773, 0x7A5D, 0xB774, 0x7A5E, 0xB775, 0x7A5F, 0xB776, 0x7A60, 0xB777, 0x7A61, 0xB778, 0x7A62, - 0xB779, 0x7A63, 0xB77A, 0x7A64, 0xB77B, 0x7A65, 0xB77C, 0x7A66, 0xB77D, 0x7A67, 0xB77E, 0x7A68, 0xB780, 0x7A69, 0xB781, 0x7A6A, - 0xB782, 0x7A6B, 0xB783, 0x7A6C, 0xB784, 0x7A6D, 0xB785, 0x7A6E, 0xB786, 0x7A6F, 0xB787, 0x7A71, 0xB788, 0x7A72, 0xB789, 0x7A73, - 0xB78A, 0x7A75, 0xB78B, 0x7A7B, 0xB78C, 0x7A7C, 0xB78D, 0x7A7D, 0xB78E, 0x7A7E, 0xB78F, 0x7A82, 0xB790, 0x7A85, 0xB791, 0x7A87, - 0xB792, 0x7A89, 0xB793, 0x7A8A, 0xB794, 0x7A8B, 0xB795, 0x7A8C, 0xB796, 0x7A8E, 0xB797, 0x7A8F, 0xB798, 0x7A90, 0xB799, 0x7A93, - 0xB79A, 0x7A94, 0xB79B, 0x7A99, 0xB79C, 0x7A9A, 0xB79D, 0x7A9B, 0xB79E, 0x7A9E, 0xB79F, 0x7AA1, 0xB7A0, 0x7AA2, 0xB7A1, 0x8D30, - 0xB7A2, 0x53D1, 0xB7A3, 0x7F5A, 0xB7A4, 0x7B4F, 0xB7A5, 0x4F10, 0xB7A6, 0x4E4F, 0xB7A7, 0x9600, 0xB7A8, 0x6CD5, 0xB7A9, 0x73D0, - 0xB7AA, 0x85E9, 0xB7AB, 0x5E06, 0xB7AC, 0x756A, 0xB7AD, 0x7FFB, 0xB7AE, 0x6A0A, 0xB7AF, 0x77FE, 0xB7B0, 0x9492, 0xB7B1, 0x7E41, - 0xB7B2, 0x51E1, 0xB7B3, 0x70E6, 0xB7B4, 0x53CD, 0xB7B5, 0x8FD4, 0xB7B6, 0x8303, 0xB7B7, 0x8D29, 0xB7B8, 0x72AF, 0xB7B9, 0x996D, - 0xB7BA, 0x6CDB, 0xB7BB, 0x574A, 0xB7BC, 0x82B3, 0xB7BD, 0x65B9, 0xB7BE, 0x80AA, 0xB7BF, 0x623F, 0xB7C0, 0x9632, 0xB7C1, 0x59A8, - 0xB7C2, 0x4EFF, 0xB7C3, 0x8BBF, 0xB7C4, 0x7EBA, 0xB7C5, 0x653E, 0xB7C6, 0x83F2, 0xB7C7, 0x975E, 0xB7C8, 0x5561, 0xB7C9, 0x98DE, - 0xB7CA, 0x80A5, 0xB7CB, 0x532A, 0xB7CC, 0x8BFD, 0xB7CD, 0x5420, 0xB7CE, 0x80BA, 0xB7CF, 0x5E9F, 0xB7D0, 0x6CB8, 0xB7D1, 0x8D39, - 0xB7D2, 0x82AC, 0xB7D3, 0x915A, 0xB7D4, 0x5429, 0xB7D5, 0x6C1B, 0xB7D6, 0x5206, 0xB7D7, 0x7EB7, 0xB7D8, 0x575F, 0xB7D9, 0x711A, - 0xB7DA, 0x6C7E, 0xB7DB, 0x7C89, 0xB7DC, 0x594B, 0xB7DD, 0x4EFD, 0xB7DE, 0x5FFF, 0xB7DF, 0x6124, 0xB7E0, 0x7CAA, 0xB7E1, 0x4E30, - 0xB7E2, 0x5C01, 0xB7E3, 0x67AB, 0xB7E4, 0x8702, 0xB7E5, 0x5CF0, 0xB7E6, 0x950B, 0xB7E7, 0x98CE, 0xB7E8, 0x75AF, 0xB7E9, 0x70FD, - 0xB7EA, 0x9022, 0xB7EB, 0x51AF, 0xB7EC, 0x7F1D, 0xB7ED, 0x8BBD, 0xB7EE, 0x5949, 0xB7EF, 0x51E4, 0xB7F0, 0x4F5B, 0xB7F1, 0x5426, - 0xB7F2, 0x592B, 0xB7F3, 0x6577, 0xB7F4, 0x80A4, 0xB7F5, 0x5B75, 0xB7F6, 0x6276, 0xB7F7, 0x62C2, 0xB7F8, 0x8F90, 0xB7F9, 0x5E45, - 0xB7FA, 0x6C1F, 0xB7FB, 0x7B26, 0xB7FC, 0x4F0F, 0xB7FD, 0x4FD8, 0xB7FE, 0x670D, 0xB840, 0x7AA3, 0xB841, 0x7AA4, 0xB842, 0x7AA7, - 0xB843, 0x7AA9, 0xB844, 0x7AAA, 0xB845, 0x7AAB, 0xB846, 0x7AAE, 0xB847, 0x7AAF, 0xB848, 0x7AB0, 0xB849, 0x7AB1, 0xB84A, 0x7AB2, - 0xB84B, 0x7AB4, 0xB84C, 0x7AB5, 0xB84D, 0x7AB6, 0xB84E, 0x7AB7, 0xB84F, 0x7AB8, 0xB850, 0x7AB9, 0xB851, 0x7ABA, 0xB852, 0x7ABB, - 0xB853, 0x7ABC, 0xB854, 0x7ABD, 0xB855, 0x7ABE, 0xB856, 0x7AC0, 0xB857, 0x7AC1, 0xB858, 0x7AC2, 0xB859, 0x7AC3, 0xB85A, 0x7AC4, - 0xB85B, 0x7AC5, 0xB85C, 0x7AC6, 0xB85D, 0x7AC7, 0xB85E, 0x7AC8, 0xB85F, 0x7AC9, 0xB860, 0x7ACA, 0xB861, 0x7ACC, 0xB862, 0x7ACD, - 0xB863, 0x7ACE, 0xB864, 0x7ACF, 0xB865, 0x7AD0, 0xB866, 0x7AD1, 0xB867, 0x7AD2, 0xB868, 0x7AD3, 0xB869, 0x7AD4, 0xB86A, 0x7AD5, - 0xB86B, 0x7AD7, 0xB86C, 0x7AD8, 0xB86D, 0x7ADA, 0xB86E, 0x7ADB, 0xB86F, 0x7ADC, 0xB870, 0x7ADD, 0xB871, 0x7AE1, 0xB872, 0x7AE2, - 0xB873, 0x7AE4, 0xB874, 0x7AE7, 0xB875, 0x7AE8, 0xB876, 0x7AE9, 0xB877, 0x7AEA, 0xB878, 0x7AEB, 0xB879, 0x7AEC, 0xB87A, 0x7AEE, - 0xB87B, 0x7AF0, 0xB87C, 0x7AF1, 0xB87D, 0x7AF2, 0xB87E, 0x7AF3, 0xB880, 0x7AF4, 0xB881, 0x7AF5, 0xB882, 0x7AF6, 0xB883, 0x7AF7, - 0xB884, 0x7AF8, 0xB885, 0x7AFB, 0xB886, 0x7AFC, 0xB887, 0x7AFE, 0xB888, 0x7B00, 0xB889, 0x7B01, 0xB88A, 0x7B02, 0xB88B, 0x7B05, - 0xB88C, 0x7B07, 0xB88D, 0x7B09, 0xB88E, 0x7B0C, 0xB88F, 0x7B0D, 0xB890, 0x7B0E, 0xB891, 0x7B10, 0xB892, 0x7B12, 0xB893, 0x7B13, - 0xB894, 0x7B16, 0xB895, 0x7B17, 0xB896, 0x7B18, 0xB897, 0x7B1A, 0xB898, 0x7B1C, 0xB899, 0x7B1D, 0xB89A, 0x7B1F, 0xB89B, 0x7B21, - 0xB89C, 0x7B22, 0xB89D, 0x7B23, 0xB89E, 0x7B27, 0xB89F, 0x7B29, 0xB8A0, 0x7B2D, 0xB8A1, 0x6D6E, 0xB8A2, 0x6DAA, 0xB8A3, 0x798F, - 0xB8A4, 0x88B1, 0xB8A5, 0x5F17, 0xB8A6, 0x752B, 0xB8A7, 0x629A, 0xB8A8, 0x8F85, 0xB8A9, 0x4FEF, 0xB8AA, 0x91DC, 0xB8AB, 0x65A7, - 0xB8AC, 0x812F, 0xB8AD, 0x8151, 0xB8AE, 0x5E9C, 0xB8AF, 0x8150, 0xB8B0, 0x8D74, 0xB8B1, 0x526F, 0xB8B2, 0x8986, 0xB8B3, 0x8D4B, - 0xB8B4, 0x590D, 0xB8B5, 0x5085, 0xB8B6, 0x4ED8, 0xB8B7, 0x961C, 0xB8B8, 0x7236, 0xB8B9, 0x8179, 0xB8BA, 0x8D1F, 0xB8BB, 0x5BCC, - 0xB8BC, 0x8BA3, 0xB8BD, 0x9644, 0xB8BE, 0x5987, 0xB8BF, 0x7F1A, 0xB8C0, 0x5490, 0xB8C1, 0x5676, 0xB8C2, 0x560E, 0xB8C3, 0x8BE5, - 0xB8C4, 0x6539, 0xB8C5, 0x6982, 0xB8C6, 0x9499, 0xB8C7, 0x76D6, 0xB8C8, 0x6E89, 0xB8C9, 0x5E72, 0xB8CA, 0x7518, 0xB8CB, 0x6746, - 0xB8CC, 0x67D1, 0xB8CD, 0x7AFF, 0xB8CE, 0x809D, 0xB8CF, 0x8D76, 0xB8D0, 0x611F, 0xB8D1, 0x79C6, 0xB8D2, 0x6562, 0xB8D3, 0x8D63, - 0xB8D4, 0x5188, 0xB8D5, 0x521A, 0xB8D6, 0x94A2, 0xB8D7, 0x7F38, 0xB8D8, 0x809B, 0xB8D9, 0x7EB2, 0xB8DA, 0x5C97, 0xB8DB, 0x6E2F, - 0xB8DC, 0x6760, 0xB8DD, 0x7BD9, 0xB8DE, 0x768B, 0xB8DF, 0x9AD8, 0xB8E0, 0x818F, 0xB8E1, 0x7F94, 0xB8E2, 0x7CD5, 0xB8E3, 0x641E, - 0xB8E4, 0x9550, 0xB8E5, 0x7A3F, 0xB8E6, 0x544A, 0xB8E7, 0x54E5, 0xB8E8, 0x6B4C, 0xB8E9, 0x6401, 0xB8EA, 0x6208, 0xB8EB, 0x9E3D, - 0xB8EC, 0x80F3, 0xB8ED, 0x7599, 0xB8EE, 0x5272, 0xB8EF, 0x9769, 0xB8F0, 0x845B, 0xB8F1, 0x683C, 0xB8F2, 0x86E4, 0xB8F3, 0x9601, - 0xB8F4, 0x9694, 0xB8F5, 0x94EC, 0xB8F6, 0x4E2A, 0xB8F7, 0x5404, 0xB8F8, 0x7ED9, 0xB8F9, 0x6839, 0xB8FA, 0x8DDF, 0xB8FB, 0x8015, - 0xB8FC, 0x66F4, 0xB8FD, 0x5E9A, 0xB8FE, 0x7FB9, 0xB940, 0x7B2F, 0xB941, 0x7B30, 0xB942, 0x7B32, 0xB943, 0x7B34, 0xB944, 0x7B35, - 0xB945, 0x7B36, 0xB946, 0x7B37, 0xB947, 0x7B39, 0xB948, 0x7B3B, 0xB949, 0x7B3D, 0xB94A, 0x7B3F, 0xB94B, 0x7B40, 0xB94C, 0x7B41, - 0xB94D, 0x7B42, 0xB94E, 0x7B43, 0xB94F, 0x7B44, 0xB950, 0x7B46, 0xB951, 0x7B48, 0xB952, 0x7B4A, 0xB953, 0x7B4D, 0xB954, 0x7B4E, - 0xB955, 0x7B53, 0xB956, 0x7B55, 0xB957, 0x7B57, 0xB958, 0x7B59, 0xB959, 0x7B5C, 0xB95A, 0x7B5E, 0xB95B, 0x7B5F, 0xB95C, 0x7B61, - 0xB95D, 0x7B63, 0xB95E, 0x7B64, 0xB95F, 0x7B65, 0xB960, 0x7B66, 0xB961, 0x7B67, 0xB962, 0x7B68, 0xB963, 0x7B69, 0xB964, 0x7B6A, - 0xB965, 0x7B6B, 0xB966, 0x7B6C, 0xB967, 0x7B6D, 0xB968, 0x7B6F, 0xB969, 0x7B70, 0xB96A, 0x7B73, 0xB96B, 0x7B74, 0xB96C, 0x7B76, - 0xB96D, 0x7B78, 0xB96E, 0x7B7A, 0xB96F, 0x7B7C, 0xB970, 0x7B7D, 0xB971, 0x7B7F, 0xB972, 0x7B81, 0xB973, 0x7B82, 0xB974, 0x7B83, - 0xB975, 0x7B84, 0xB976, 0x7B86, 0xB977, 0x7B87, 0xB978, 0x7B88, 0xB979, 0x7B89, 0xB97A, 0x7B8A, 0xB97B, 0x7B8B, 0xB97C, 0x7B8C, - 0xB97D, 0x7B8E, 0xB97E, 0x7B8F, 0xB980, 0x7B91, 0xB981, 0x7B92, 0xB982, 0x7B93, 0xB983, 0x7B96, 0xB984, 0x7B98, 0xB985, 0x7B99, - 0xB986, 0x7B9A, 0xB987, 0x7B9B, 0xB988, 0x7B9E, 0xB989, 0x7B9F, 0xB98A, 0x7BA0, 0xB98B, 0x7BA3, 0xB98C, 0x7BA4, 0xB98D, 0x7BA5, - 0xB98E, 0x7BAE, 0xB98F, 0x7BAF, 0xB990, 0x7BB0, 0xB991, 0x7BB2, 0xB992, 0x7BB3, 0xB993, 0x7BB5, 0xB994, 0x7BB6, 0xB995, 0x7BB7, - 0xB996, 0x7BB9, 0xB997, 0x7BBA, 0xB998, 0x7BBB, 0xB999, 0x7BBC, 0xB99A, 0x7BBD, 0xB99B, 0x7BBE, 0xB99C, 0x7BBF, 0xB99D, 0x7BC0, - 0xB99E, 0x7BC2, 0xB99F, 0x7BC3, 0xB9A0, 0x7BC4, 0xB9A1, 0x57C2, 0xB9A2, 0x803F, 0xB9A3, 0x6897, 0xB9A4, 0x5DE5, 0xB9A5, 0x653B, - 0xB9A6, 0x529F, 0xB9A7, 0x606D, 0xB9A8, 0x9F9A, 0xB9A9, 0x4F9B, 0xB9AA, 0x8EAC, 0xB9AB, 0x516C, 0xB9AC, 0x5BAB, 0xB9AD, 0x5F13, - 0xB9AE, 0x5DE9, 0xB9AF, 0x6C5E, 0xB9B0, 0x62F1, 0xB9B1, 0x8D21, 0xB9B2, 0x5171, 0xB9B3, 0x94A9, 0xB9B4, 0x52FE, 0xB9B5, 0x6C9F, - 0xB9B6, 0x82DF, 0xB9B7, 0x72D7, 0xB9B8, 0x57A2, 0xB9B9, 0x6784, 0xB9BA, 0x8D2D, 0xB9BB, 0x591F, 0xB9BC, 0x8F9C, 0xB9BD, 0x83C7, - 0xB9BE, 0x5495, 0xB9BF, 0x7B8D, 0xB9C0, 0x4F30, 0xB9C1, 0x6CBD, 0xB9C2, 0x5B64, 0xB9C3, 0x59D1, 0xB9C4, 0x9F13, 0xB9C5, 0x53E4, - 0xB9C6, 0x86CA, 0xB9C7, 0x9AA8, 0xB9C8, 0x8C37, 0xB9C9, 0x80A1, 0xB9CA, 0x6545, 0xB9CB, 0x987E, 0xB9CC, 0x56FA, 0xB9CD, 0x96C7, - 0xB9CE, 0x522E, 0xB9CF, 0x74DC, 0xB9D0, 0x5250, 0xB9D1, 0x5BE1, 0xB9D2, 0x6302, 0xB9D3, 0x8902, 0xB9D4, 0x4E56, 0xB9D5, 0x62D0, - 0xB9D6, 0x602A, 0xB9D7, 0x68FA, 0xB9D8, 0x5173, 0xB9D9, 0x5B98, 0xB9DA, 0x51A0, 0xB9DB, 0x89C2, 0xB9DC, 0x7BA1, 0xB9DD, 0x9986, - 0xB9DE, 0x7F50, 0xB9DF, 0x60EF, 0xB9E0, 0x704C, 0xB9E1, 0x8D2F, 0xB9E2, 0x5149, 0xB9E3, 0x5E7F, 0xB9E4, 0x901B, 0xB9E5, 0x7470, - 0xB9E6, 0x89C4, 0xB9E7, 0x572D, 0xB9E8, 0x7845, 0xB9E9, 0x5F52, 0xB9EA, 0x9F9F, 0xB9EB, 0x95FA, 0xB9EC, 0x8F68, 0xB9ED, 0x9B3C, - 0xB9EE, 0x8BE1, 0xB9EF, 0x7678, 0xB9F0, 0x6842, 0xB9F1, 0x67DC, 0xB9F2, 0x8DEA, 0xB9F3, 0x8D35, 0xB9F4, 0x523D, 0xB9F5, 0x8F8A, - 0xB9F6, 0x6EDA, 0xB9F7, 0x68CD, 0xB9F8, 0x9505, 0xB9F9, 0x90ED, 0xB9FA, 0x56FD, 0xB9FB, 0x679C, 0xB9FC, 0x88F9, 0xB9FD, 0x8FC7, - 0xB9FE, 0x54C8, 0xBA40, 0x7BC5, 0xBA41, 0x7BC8, 0xBA42, 0x7BC9, 0xBA43, 0x7BCA, 0xBA44, 0x7BCB, 0xBA45, 0x7BCD, 0xBA46, 0x7BCE, - 0xBA47, 0x7BCF, 0xBA48, 0x7BD0, 0xBA49, 0x7BD2, 0xBA4A, 0x7BD4, 0xBA4B, 0x7BD5, 0xBA4C, 0x7BD6, 0xBA4D, 0x7BD7, 0xBA4E, 0x7BD8, - 0xBA4F, 0x7BDB, 0xBA50, 0x7BDC, 0xBA51, 0x7BDE, 0xBA52, 0x7BDF, 0xBA53, 0x7BE0, 0xBA54, 0x7BE2, 0xBA55, 0x7BE3, 0xBA56, 0x7BE4, - 0xBA57, 0x7BE7, 0xBA58, 0x7BE8, 0xBA59, 0x7BE9, 0xBA5A, 0x7BEB, 0xBA5B, 0x7BEC, 0xBA5C, 0x7BED, 0xBA5D, 0x7BEF, 0xBA5E, 0x7BF0, - 0xBA5F, 0x7BF2, 0xBA60, 0x7BF3, 0xBA61, 0x7BF4, 0xBA62, 0x7BF5, 0xBA63, 0x7BF6, 0xBA64, 0x7BF8, 0xBA65, 0x7BF9, 0xBA66, 0x7BFA, - 0xBA67, 0x7BFB, 0xBA68, 0x7BFD, 0xBA69, 0x7BFF, 0xBA6A, 0x7C00, 0xBA6B, 0x7C01, 0xBA6C, 0x7C02, 0xBA6D, 0x7C03, 0xBA6E, 0x7C04, - 0xBA6F, 0x7C05, 0xBA70, 0x7C06, 0xBA71, 0x7C08, 0xBA72, 0x7C09, 0xBA73, 0x7C0A, 0xBA74, 0x7C0D, 0xBA75, 0x7C0E, 0xBA76, 0x7C10, - 0xBA77, 0x7C11, 0xBA78, 0x7C12, 0xBA79, 0x7C13, 0xBA7A, 0x7C14, 0xBA7B, 0x7C15, 0xBA7C, 0x7C17, 0xBA7D, 0x7C18, 0xBA7E, 0x7C19, - 0xBA80, 0x7C1A, 0xBA81, 0x7C1B, 0xBA82, 0x7C1C, 0xBA83, 0x7C1D, 0xBA84, 0x7C1E, 0xBA85, 0x7C20, 0xBA86, 0x7C21, 0xBA87, 0x7C22, - 0xBA88, 0x7C23, 0xBA89, 0x7C24, 0xBA8A, 0x7C25, 0xBA8B, 0x7C28, 0xBA8C, 0x7C29, 0xBA8D, 0x7C2B, 0xBA8E, 0x7C2C, 0xBA8F, 0x7C2D, - 0xBA90, 0x7C2E, 0xBA91, 0x7C2F, 0xBA92, 0x7C30, 0xBA93, 0x7C31, 0xBA94, 0x7C32, 0xBA95, 0x7C33, 0xBA96, 0x7C34, 0xBA97, 0x7C35, - 0xBA98, 0x7C36, 0xBA99, 0x7C37, 0xBA9A, 0x7C39, 0xBA9B, 0x7C3A, 0xBA9C, 0x7C3B, 0xBA9D, 0x7C3C, 0xBA9E, 0x7C3D, 0xBA9F, 0x7C3E, - 0xBAA0, 0x7C42, 0xBAA1, 0x9AB8, 0xBAA2, 0x5B69, 0xBAA3, 0x6D77, 0xBAA4, 0x6C26, 0xBAA5, 0x4EA5, 0xBAA6, 0x5BB3, 0xBAA7, 0x9A87, - 0xBAA8, 0x9163, 0xBAA9, 0x61A8, 0xBAAA, 0x90AF, 0xBAAB, 0x97E9, 0xBAAC, 0x542B, 0xBAAD, 0x6DB5, 0xBAAE, 0x5BD2, 0xBAAF, 0x51FD, - 0xBAB0, 0x558A, 0xBAB1, 0x7F55, 0xBAB2, 0x7FF0, 0xBAB3, 0x64BC, 0xBAB4, 0x634D, 0xBAB5, 0x65F1, 0xBAB6, 0x61BE, 0xBAB7, 0x608D, - 0xBAB8, 0x710A, 0xBAB9, 0x6C57, 0xBABA, 0x6C49, 0xBABB, 0x592F, 0xBABC, 0x676D, 0xBABD, 0x822A, 0xBABE, 0x58D5, 0xBABF, 0x568E, - 0xBAC0, 0x8C6A, 0xBAC1, 0x6BEB, 0xBAC2, 0x90DD, 0xBAC3, 0x597D, 0xBAC4, 0x8017, 0xBAC5, 0x53F7, 0xBAC6, 0x6D69, 0xBAC7, 0x5475, - 0xBAC8, 0x559D, 0xBAC9, 0x8377, 0xBACA, 0x83CF, 0xBACB, 0x6838, 0xBACC, 0x79BE, 0xBACD, 0x548C, 0xBACE, 0x4F55, 0xBACF, 0x5408, - 0xBAD0, 0x76D2, 0xBAD1, 0x8C89, 0xBAD2, 0x9602, 0xBAD3, 0x6CB3, 0xBAD4, 0x6DB8, 0xBAD5, 0x8D6B, 0xBAD6, 0x8910, 0xBAD7, 0x9E64, - 0xBAD8, 0x8D3A, 0xBAD9, 0x563F, 0xBADA, 0x9ED1, 0xBADB, 0x75D5, 0xBADC, 0x5F88, 0xBADD, 0x72E0, 0xBADE, 0x6068, 0xBADF, 0x54FC, - 0xBAE0, 0x4EA8, 0xBAE1, 0x6A2A, 0xBAE2, 0x8861, 0xBAE3, 0x6052, 0xBAE4, 0x8F70, 0xBAE5, 0x54C4, 0xBAE6, 0x70D8, 0xBAE7, 0x8679, - 0xBAE8, 0x9E3F, 0xBAE9, 0x6D2A, 0xBAEA, 0x5B8F, 0xBAEB, 0x5F18, 0xBAEC, 0x7EA2, 0xBAED, 0x5589, 0xBAEE, 0x4FAF, 0xBAEF, 0x7334, - 0xBAF0, 0x543C, 0xBAF1, 0x539A, 0xBAF2, 0x5019, 0xBAF3, 0x540E, 0xBAF4, 0x547C, 0xBAF5, 0x4E4E, 0xBAF6, 0x5FFD, 0xBAF7, 0x745A, - 0xBAF8, 0x58F6, 0xBAF9, 0x846B, 0xBAFA, 0x80E1, 0xBAFB, 0x8774, 0xBAFC, 0x72D0, 0xBAFD, 0x7CCA, 0xBAFE, 0x6E56, 0xBB40, 0x7C43, - 0xBB41, 0x7C44, 0xBB42, 0x7C45, 0xBB43, 0x7C46, 0xBB44, 0x7C47, 0xBB45, 0x7C48, 0xBB46, 0x7C49, 0xBB47, 0x7C4A, 0xBB48, 0x7C4B, - 0xBB49, 0x7C4C, 0xBB4A, 0x7C4E, 0xBB4B, 0x7C4F, 0xBB4C, 0x7C50, 0xBB4D, 0x7C51, 0xBB4E, 0x7C52, 0xBB4F, 0x7C53, 0xBB50, 0x7C54, - 0xBB51, 0x7C55, 0xBB52, 0x7C56, 0xBB53, 0x7C57, 0xBB54, 0x7C58, 0xBB55, 0x7C59, 0xBB56, 0x7C5A, 0xBB57, 0x7C5B, 0xBB58, 0x7C5C, - 0xBB59, 0x7C5D, 0xBB5A, 0x7C5E, 0xBB5B, 0x7C5F, 0xBB5C, 0x7C60, 0xBB5D, 0x7C61, 0xBB5E, 0x7C62, 0xBB5F, 0x7C63, 0xBB60, 0x7C64, - 0xBB61, 0x7C65, 0xBB62, 0x7C66, 0xBB63, 0x7C67, 0xBB64, 0x7C68, 0xBB65, 0x7C69, 0xBB66, 0x7C6A, 0xBB67, 0x7C6B, 0xBB68, 0x7C6C, - 0xBB69, 0x7C6D, 0xBB6A, 0x7C6E, 0xBB6B, 0x7C6F, 0xBB6C, 0x7C70, 0xBB6D, 0x7C71, 0xBB6E, 0x7C72, 0xBB6F, 0x7C75, 0xBB70, 0x7C76, - 0xBB71, 0x7C77, 0xBB72, 0x7C78, 0xBB73, 0x7C79, 0xBB74, 0x7C7A, 0xBB75, 0x7C7E, 0xBB76, 0x7C7F, 0xBB77, 0x7C80, 0xBB78, 0x7C81, - 0xBB79, 0x7C82, 0xBB7A, 0x7C83, 0xBB7B, 0x7C84, 0xBB7C, 0x7C85, 0xBB7D, 0x7C86, 0xBB7E, 0x7C87, 0xBB80, 0x7C88, 0xBB81, 0x7C8A, - 0xBB82, 0x7C8B, 0xBB83, 0x7C8C, 0xBB84, 0x7C8D, 0xBB85, 0x7C8E, 0xBB86, 0x7C8F, 0xBB87, 0x7C90, 0xBB88, 0x7C93, 0xBB89, 0x7C94, - 0xBB8A, 0x7C96, 0xBB8B, 0x7C99, 0xBB8C, 0x7C9A, 0xBB8D, 0x7C9B, 0xBB8E, 0x7CA0, 0xBB8F, 0x7CA1, 0xBB90, 0x7CA3, 0xBB91, 0x7CA6, - 0xBB92, 0x7CA7, 0xBB93, 0x7CA8, 0xBB94, 0x7CA9, 0xBB95, 0x7CAB, 0xBB96, 0x7CAC, 0xBB97, 0x7CAD, 0xBB98, 0x7CAF, 0xBB99, 0x7CB0, - 0xBB9A, 0x7CB4, 0xBB9B, 0x7CB5, 0xBB9C, 0x7CB6, 0xBB9D, 0x7CB7, 0xBB9E, 0x7CB8, 0xBB9F, 0x7CBA, 0xBBA0, 0x7CBB, 0xBBA1, 0x5F27, - 0xBBA2, 0x864E, 0xBBA3, 0x552C, 0xBBA4, 0x62A4, 0xBBA5, 0x4E92, 0xBBA6, 0x6CAA, 0xBBA7, 0x6237, 0xBBA8, 0x82B1, 0xBBA9, 0x54D7, - 0xBBAA, 0x534E, 0xBBAB, 0x733E, 0xBBAC, 0x6ED1, 0xBBAD, 0x753B, 0xBBAE, 0x5212, 0xBBAF, 0x5316, 0xBBB0, 0x8BDD, 0xBBB1, 0x69D0, - 0xBBB2, 0x5F8A, 0xBBB3, 0x6000, 0xBBB4, 0x6DEE, 0xBBB5, 0x574F, 0xBBB6, 0x6B22, 0xBBB7, 0x73AF, 0xBBB8, 0x6853, 0xBBB9, 0x8FD8, - 0xBBBA, 0x7F13, 0xBBBB, 0x6362, 0xBBBC, 0x60A3, 0xBBBD, 0x5524, 0xBBBE, 0x75EA, 0xBBBF, 0x8C62, 0xBBC0, 0x7115, 0xBBC1, 0x6DA3, - 0xBBC2, 0x5BA6, 0xBBC3, 0x5E7B, 0xBBC4, 0x8352, 0xBBC5, 0x614C, 0xBBC6, 0x9EC4, 0xBBC7, 0x78FA, 0xBBC8, 0x8757, 0xBBC9, 0x7C27, - 0xBBCA, 0x7687, 0xBBCB, 0x51F0, 0xBBCC, 0x60F6, 0xBBCD, 0x714C, 0xBBCE, 0x6643, 0xBBCF, 0x5E4C, 0xBBD0, 0x604D, 0xBBD1, 0x8C0E, - 0xBBD2, 0x7070, 0xBBD3, 0x6325, 0xBBD4, 0x8F89, 0xBBD5, 0x5FBD, 0xBBD6, 0x6062, 0xBBD7, 0x86D4, 0xBBD8, 0x56DE, 0xBBD9, 0x6BC1, - 0xBBDA, 0x6094, 0xBBDB, 0x6167, 0xBBDC, 0x5349, 0xBBDD, 0x60E0, 0xBBDE, 0x6666, 0xBBDF, 0x8D3F, 0xBBE0, 0x79FD, 0xBBE1, 0x4F1A, - 0xBBE2, 0x70E9, 0xBBE3, 0x6C47, 0xBBE4, 0x8BB3, 0xBBE5, 0x8BF2, 0xBBE6, 0x7ED8, 0xBBE7, 0x8364, 0xBBE8, 0x660F, 0xBBE9, 0x5A5A, - 0xBBEA, 0x9B42, 0xBBEB, 0x6D51, 0xBBEC, 0x6DF7, 0xBBED, 0x8C41, 0xBBEE, 0x6D3B, 0xBBEF, 0x4F19, 0xBBF0, 0x706B, 0xBBF1, 0x83B7, - 0xBBF2, 0x6216, 0xBBF3, 0x60D1, 0xBBF4, 0x970D, 0xBBF5, 0x8D27, 0xBBF6, 0x7978, 0xBBF7, 0x51FB, 0xBBF8, 0x573E, 0xBBF9, 0x57FA, - 0xBBFA, 0x673A, 0xBBFB, 0x7578, 0xBBFC, 0x7A3D, 0xBBFD, 0x79EF, 0xBBFE, 0x7B95, 0xBC40, 0x7CBF, 0xBC41, 0x7CC0, 0xBC42, 0x7CC2, - 0xBC43, 0x7CC3, 0xBC44, 0x7CC4, 0xBC45, 0x7CC6, 0xBC46, 0x7CC9, 0xBC47, 0x7CCB, 0xBC48, 0x7CCE, 0xBC49, 0x7CCF, 0xBC4A, 0x7CD0, - 0xBC4B, 0x7CD1, 0xBC4C, 0x7CD2, 0xBC4D, 0x7CD3, 0xBC4E, 0x7CD4, 0xBC4F, 0x7CD8, 0xBC50, 0x7CDA, 0xBC51, 0x7CDB, 0xBC52, 0x7CDD, - 0xBC53, 0x7CDE, 0xBC54, 0x7CE1, 0xBC55, 0x7CE2, 0xBC56, 0x7CE3, 0xBC57, 0x7CE4, 0xBC58, 0x7CE5, 0xBC59, 0x7CE6, 0xBC5A, 0x7CE7, - 0xBC5B, 0x7CE9, 0xBC5C, 0x7CEA, 0xBC5D, 0x7CEB, 0xBC5E, 0x7CEC, 0xBC5F, 0x7CED, 0xBC60, 0x7CEE, 0xBC61, 0x7CF0, 0xBC62, 0x7CF1, - 0xBC63, 0x7CF2, 0xBC64, 0x7CF3, 0xBC65, 0x7CF4, 0xBC66, 0x7CF5, 0xBC67, 0x7CF6, 0xBC68, 0x7CF7, 0xBC69, 0x7CF9, 0xBC6A, 0x7CFA, - 0xBC6B, 0x7CFC, 0xBC6C, 0x7CFD, 0xBC6D, 0x7CFE, 0xBC6E, 0x7CFF, 0xBC6F, 0x7D00, 0xBC70, 0x7D01, 0xBC71, 0x7D02, 0xBC72, 0x7D03, - 0xBC73, 0x7D04, 0xBC74, 0x7D05, 0xBC75, 0x7D06, 0xBC76, 0x7D07, 0xBC77, 0x7D08, 0xBC78, 0x7D09, 0xBC79, 0x7D0B, 0xBC7A, 0x7D0C, - 0xBC7B, 0x7D0D, 0xBC7C, 0x7D0E, 0xBC7D, 0x7D0F, 0xBC7E, 0x7D10, 0xBC80, 0x7D11, 0xBC81, 0x7D12, 0xBC82, 0x7D13, 0xBC83, 0x7D14, - 0xBC84, 0x7D15, 0xBC85, 0x7D16, 0xBC86, 0x7D17, 0xBC87, 0x7D18, 0xBC88, 0x7D19, 0xBC89, 0x7D1A, 0xBC8A, 0x7D1B, 0xBC8B, 0x7D1C, - 0xBC8C, 0x7D1D, 0xBC8D, 0x7D1E, 0xBC8E, 0x7D1F, 0xBC8F, 0x7D21, 0xBC90, 0x7D23, 0xBC91, 0x7D24, 0xBC92, 0x7D25, 0xBC93, 0x7D26, - 0xBC94, 0x7D28, 0xBC95, 0x7D29, 0xBC96, 0x7D2A, 0xBC97, 0x7D2C, 0xBC98, 0x7D2D, 0xBC99, 0x7D2E, 0xBC9A, 0x7D30, 0xBC9B, 0x7D31, - 0xBC9C, 0x7D32, 0xBC9D, 0x7D33, 0xBC9E, 0x7D34, 0xBC9F, 0x7D35, 0xBCA0, 0x7D36, 0xBCA1, 0x808C, 0xBCA2, 0x9965, 0xBCA3, 0x8FF9, - 0xBCA4, 0x6FC0, 0xBCA5, 0x8BA5, 0xBCA6, 0x9E21, 0xBCA7, 0x59EC, 0xBCA8, 0x7EE9, 0xBCA9, 0x7F09, 0xBCAA, 0x5409, 0xBCAB, 0x6781, - 0xBCAC, 0x68D8, 0xBCAD, 0x8F91, 0xBCAE, 0x7C4D, 0xBCAF, 0x96C6, 0xBCB0, 0x53CA, 0xBCB1, 0x6025, 0xBCB2, 0x75BE, 0xBCB3, 0x6C72, - 0xBCB4, 0x5373, 0xBCB5, 0x5AC9, 0xBCB6, 0x7EA7, 0xBCB7, 0x6324, 0xBCB8, 0x51E0, 0xBCB9, 0x810A, 0xBCBA, 0x5DF1, 0xBCBB, 0x84DF, - 0xBCBC, 0x6280, 0xBCBD, 0x5180, 0xBCBE, 0x5B63, 0xBCBF, 0x4F0E, 0xBCC0, 0x796D, 0xBCC1, 0x5242, 0xBCC2, 0x60B8, 0xBCC3, 0x6D4E, - 0xBCC4, 0x5BC4, 0xBCC5, 0x5BC2, 0xBCC6, 0x8BA1, 0xBCC7, 0x8BB0, 0xBCC8, 0x65E2, 0xBCC9, 0x5FCC, 0xBCCA, 0x9645, 0xBCCB, 0x5993, - 0xBCCC, 0x7EE7, 0xBCCD, 0x7EAA, 0xBCCE, 0x5609, 0xBCCF, 0x67B7, 0xBCD0, 0x5939, 0xBCD1, 0x4F73, 0xBCD2, 0x5BB6, 0xBCD3, 0x52A0, - 0xBCD4, 0x835A, 0xBCD5, 0x988A, 0xBCD6, 0x8D3E, 0xBCD7, 0x7532, 0xBCD8, 0x94BE, 0xBCD9, 0x5047, 0xBCDA, 0x7A3C, 0xBCDB, 0x4EF7, - 0xBCDC, 0x67B6, 0xBCDD, 0x9A7E, 0xBCDE, 0x5AC1, 0xBCDF, 0x6B7C, 0xBCE0, 0x76D1, 0xBCE1, 0x575A, 0xBCE2, 0x5C16, 0xBCE3, 0x7B3A, - 0xBCE4, 0x95F4, 0xBCE5, 0x714E, 0xBCE6, 0x517C, 0xBCE7, 0x80A9, 0xBCE8, 0x8270, 0xBCE9, 0x5978, 0xBCEA, 0x7F04, 0xBCEB, 0x8327, - 0xBCEC, 0x68C0, 0xBCED, 0x67EC, 0xBCEE, 0x78B1, 0xBCEF, 0x7877, 0xBCF0, 0x62E3, 0xBCF1, 0x6361, 0xBCF2, 0x7B80, 0xBCF3, 0x4FED, - 0xBCF4, 0x526A, 0xBCF5, 0x51CF, 0xBCF6, 0x8350, 0xBCF7, 0x69DB, 0xBCF8, 0x9274, 0xBCF9, 0x8DF5, 0xBCFA, 0x8D31, 0xBCFB, 0x89C1, - 0xBCFC, 0x952E, 0xBCFD, 0x7BAD, 0xBCFE, 0x4EF6, 0xBD40, 0x7D37, 0xBD41, 0x7D38, 0xBD42, 0x7D39, 0xBD43, 0x7D3A, 0xBD44, 0x7D3B, - 0xBD45, 0x7D3C, 0xBD46, 0x7D3D, 0xBD47, 0x7D3E, 0xBD48, 0x7D3F, 0xBD49, 0x7D40, 0xBD4A, 0x7D41, 0xBD4B, 0x7D42, 0xBD4C, 0x7D43, - 0xBD4D, 0x7D44, 0xBD4E, 0x7D45, 0xBD4F, 0x7D46, 0xBD50, 0x7D47, 0xBD51, 0x7D48, 0xBD52, 0x7D49, 0xBD53, 0x7D4A, 0xBD54, 0x7D4B, - 0xBD55, 0x7D4C, 0xBD56, 0x7D4D, 0xBD57, 0x7D4E, 0xBD58, 0x7D4F, 0xBD59, 0x7D50, 0xBD5A, 0x7D51, 0xBD5B, 0x7D52, 0xBD5C, 0x7D53, - 0xBD5D, 0x7D54, 0xBD5E, 0x7D55, 0xBD5F, 0x7D56, 0xBD60, 0x7D57, 0xBD61, 0x7D58, 0xBD62, 0x7D59, 0xBD63, 0x7D5A, 0xBD64, 0x7D5B, - 0xBD65, 0x7D5C, 0xBD66, 0x7D5D, 0xBD67, 0x7D5E, 0xBD68, 0x7D5F, 0xBD69, 0x7D60, 0xBD6A, 0x7D61, 0xBD6B, 0x7D62, 0xBD6C, 0x7D63, - 0xBD6D, 0x7D64, 0xBD6E, 0x7D65, 0xBD6F, 0x7D66, 0xBD70, 0x7D67, 0xBD71, 0x7D68, 0xBD72, 0x7D69, 0xBD73, 0x7D6A, 0xBD74, 0x7D6B, - 0xBD75, 0x7D6C, 0xBD76, 0x7D6D, 0xBD77, 0x7D6F, 0xBD78, 0x7D70, 0xBD79, 0x7D71, 0xBD7A, 0x7D72, 0xBD7B, 0x7D73, 0xBD7C, 0x7D74, - 0xBD7D, 0x7D75, 0xBD7E, 0x7D76, 0xBD80, 0x7D78, 0xBD81, 0x7D79, 0xBD82, 0x7D7A, 0xBD83, 0x7D7B, 0xBD84, 0x7D7C, 0xBD85, 0x7D7D, - 0xBD86, 0x7D7E, 0xBD87, 0x7D7F, 0xBD88, 0x7D80, 0xBD89, 0x7D81, 0xBD8A, 0x7D82, 0xBD8B, 0x7D83, 0xBD8C, 0x7D84, 0xBD8D, 0x7D85, - 0xBD8E, 0x7D86, 0xBD8F, 0x7D87, 0xBD90, 0x7D88, 0xBD91, 0x7D89, 0xBD92, 0x7D8A, 0xBD93, 0x7D8B, 0xBD94, 0x7D8C, 0xBD95, 0x7D8D, - 0xBD96, 0x7D8E, 0xBD97, 0x7D8F, 0xBD98, 0x7D90, 0xBD99, 0x7D91, 0xBD9A, 0x7D92, 0xBD9B, 0x7D93, 0xBD9C, 0x7D94, 0xBD9D, 0x7D95, - 0xBD9E, 0x7D96, 0xBD9F, 0x7D97, 0xBDA0, 0x7D98, 0xBDA1, 0x5065, 0xBDA2, 0x8230, 0xBDA3, 0x5251, 0xBDA4, 0x996F, 0xBDA5, 0x6E10, - 0xBDA6, 0x6E85, 0xBDA7, 0x6DA7, 0xBDA8, 0x5EFA, 0xBDA9, 0x50F5, 0xBDAA, 0x59DC, 0xBDAB, 0x5C06, 0xBDAC, 0x6D46, 0xBDAD, 0x6C5F, - 0xBDAE, 0x7586, 0xBDAF, 0x848B, 0xBDB0, 0x6868, 0xBDB1, 0x5956, 0xBDB2, 0x8BB2, 0xBDB3, 0x5320, 0xBDB4, 0x9171, 0xBDB5, 0x964D, - 0xBDB6, 0x8549, 0xBDB7, 0x6912, 0xBDB8, 0x7901, 0xBDB9, 0x7126, 0xBDBA, 0x80F6, 0xBDBB, 0x4EA4, 0xBDBC, 0x90CA, 0xBDBD, 0x6D47, - 0xBDBE, 0x9A84, 0xBDBF, 0x5A07, 0xBDC0, 0x56BC, 0xBDC1, 0x6405, 0xBDC2, 0x94F0, 0xBDC3, 0x77EB, 0xBDC4, 0x4FA5, 0xBDC5, 0x811A, - 0xBDC6, 0x72E1, 0xBDC7, 0x89D2, 0xBDC8, 0x997A, 0xBDC9, 0x7F34, 0xBDCA, 0x7EDE, 0xBDCB, 0x527F, 0xBDCC, 0x6559, 0xBDCD, 0x9175, - 0xBDCE, 0x8F7F, 0xBDCF, 0x8F83, 0xBDD0, 0x53EB, 0xBDD1, 0x7A96, 0xBDD2, 0x63ED, 0xBDD3, 0x63A5, 0xBDD4, 0x7686, 0xBDD5, 0x79F8, - 0xBDD6, 0x8857, 0xBDD7, 0x9636, 0xBDD8, 0x622A, 0xBDD9, 0x52AB, 0xBDDA, 0x8282, 0xBDDB, 0x6854, 0xBDDC, 0x6770, 0xBDDD, 0x6377, - 0xBDDE, 0x776B, 0xBDDF, 0x7AED, 0xBDE0, 0x6D01, 0xBDE1, 0x7ED3, 0xBDE2, 0x89E3, 0xBDE3, 0x59D0, 0xBDE4, 0x6212, 0xBDE5, 0x85C9, - 0xBDE6, 0x82A5, 0xBDE7, 0x754C, 0xBDE8, 0x501F, 0xBDE9, 0x4ECB, 0xBDEA, 0x75A5, 0xBDEB, 0x8BEB, 0xBDEC, 0x5C4A, 0xBDED, 0x5DFE, - 0xBDEE, 0x7B4B, 0xBDEF, 0x65A4, 0xBDF0, 0x91D1, 0xBDF1, 0x4ECA, 0xBDF2, 0x6D25, 0xBDF3, 0x895F, 0xBDF4, 0x7D27, 0xBDF5, 0x9526, - 0xBDF6, 0x4EC5, 0xBDF7, 0x8C28, 0xBDF8, 0x8FDB, 0xBDF9, 0x9773, 0xBDFA, 0x664B, 0xBDFB, 0x7981, 0xBDFC, 0x8FD1, 0xBDFD, 0x70EC, - 0xBDFE, 0x6D78, 0xBE40, 0x7D99, 0xBE41, 0x7D9A, 0xBE42, 0x7D9B, 0xBE43, 0x7D9C, 0xBE44, 0x7D9D, 0xBE45, 0x7D9E, 0xBE46, 0x7D9F, - 0xBE47, 0x7DA0, 0xBE48, 0x7DA1, 0xBE49, 0x7DA2, 0xBE4A, 0x7DA3, 0xBE4B, 0x7DA4, 0xBE4C, 0x7DA5, 0xBE4D, 0x7DA7, 0xBE4E, 0x7DA8, - 0xBE4F, 0x7DA9, 0xBE50, 0x7DAA, 0xBE51, 0x7DAB, 0xBE52, 0x7DAC, 0xBE53, 0x7DAD, 0xBE54, 0x7DAF, 0xBE55, 0x7DB0, 0xBE56, 0x7DB1, - 0xBE57, 0x7DB2, 0xBE58, 0x7DB3, 0xBE59, 0x7DB4, 0xBE5A, 0x7DB5, 0xBE5B, 0x7DB6, 0xBE5C, 0x7DB7, 0xBE5D, 0x7DB8, 0xBE5E, 0x7DB9, - 0xBE5F, 0x7DBA, 0xBE60, 0x7DBB, 0xBE61, 0x7DBC, 0xBE62, 0x7DBD, 0xBE63, 0x7DBE, 0xBE64, 0x7DBF, 0xBE65, 0x7DC0, 0xBE66, 0x7DC1, - 0xBE67, 0x7DC2, 0xBE68, 0x7DC3, 0xBE69, 0x7DC4, 0xBE6A, 0x7DC5, 0xBE6B, 0x7DC6, 0xBE6C, 0x7DC7, 0xBE6D, 0x7DC8, 0xBE6E, 0x7DC9, - 0xBE6F, 0x7DCA, 0xBE70, 0x7DCB, 0xBE71, 0x7DCC, 0xBE72, 0x7DCD, 0xBE73, 0x7DCE, 0xBE74, 0x7DCF, 0xBE75, 0x7DD0, 0xBE76, 0x7DD1, - 0xBE77, 0x7DD2, 0xBE78, 0x7DD3, 0xBE79, 0x7DD4, 0xBE7A, 0x7DD5, 0xBE7B, 0x7DD6, 0xBE7C, 0x7DD7, 0xBE7D, 0x7DD8, 0xBE7E, 0x7DD9, - 0xBE80, 0x7DDA, 0xBE81, 0x7DDB, 0xBE82, 0x7DDC, 0xBE83, 0x7DDD, 0xBE84, 0x7DDE, 0xBE85, 0x7DDF, 0xBE86, 0x7DE0, 0xBE87, 0x7DE1, - 0xBE88, 0x7DE2, 0xBE89, 0x7DE3, 0xBE8A, 0x7DE4, 0xBE8B, 0x7DE5, 0xBE8C, 0x7DE6, 0xBE8D, 0x7DE7, 0xBE8E, 0x7DE8, 0xBE8F, 0x7DE9, - 0xBE90, 0x7DEA, 0xBE91, 0x7DEB, 0xBE92, 0x7DEC, 0xBE93, 0x7DED, 0xBE94, 0x7DEE, 0xBE95, 0x7DEF, 0xBE96, 0x7DF0, 0xBE97, 0x7DF1, - 0xBE98, 0x7DF2, 0xBE99, 0x7DF3, 0xBE9A, 0x7DF4, 0xBE9B, 0x7DF5, 0xBE9C, 0x7DF6, 0xBE9D, 0x7DF7, 0xBE9E, 0x7DF8, 0xBE9F, 0x7DF9, - 0xBEA0, 0x7DFA, 0xBEA1, 0x5C3D, 0xBEA2, 0x52B2, 0xBEA3, 0x8346, 0xBEA4, 0x5162, 0xBEA5, 0x830E, 0xBEA6, 0x775B, 0xBEA7, 0x6676, - 0xBEA8, 0x9CB8, 0xBEA9, 0x4EAC, 0xBEAA, 0x60CA, 0xBEAB, 0x7CBE, 0xBEAC, 0x7CB3, 0xBEAD, 0x7ECF, 0xBEAE, 0x4E95, 0xBEAF, 0x8B66, - 0xBEB0, 0x666F, 0xBEB1, 0x9888, 0xBEB2, 0x9759, 0xBEB3, 0x5883, 0xBEB4, 0x656C, 0xBEB5, 0x955C, 0xBEB6, 0x5F84, 0xBEB7, 0x75C9, - 0xBEB8, 0x9756, 0xBEB9, 0x7ADF, 0xBEBA, 0x7ADE, 0xBEBB, 0x51C0, 0xBEBC, 0x70AF, 0xBEBD, 0x7A98, 0xBEBE, 0x63EA, 0xBEBF, 0x7A76, - 0xBEC0, 0x7EA0, 0xBEC1, 0x7396, 0xBEC2, 0x97ED, 0xBEC3, 0x4E45, 0xBEC4, 0x7078, 0xBEC5, 0x4E5D, 0xBEC6, 0x9152, 0xBEC7, 0x53A9, - 0xBEC8, 0x6551, 0xBEC9, 0x65E7, 0xBECA, 0x81FC, 0xBECB, 0x8205, 0xBECC, 0x548E, 0xBECD, 0x5C31, 0xBECE, 0x759A, 0xBECF, 0x97A0, - 0xBED0, 0x62D8, 0xBED1, 0x72D9, 0xBED2, 0x75BD, 0xBED3, 0x5C45, 0xBED4, 0x9A79, 0xBED5, 0x83CA, 0xBED6, 0x5C40, 0xBED7, 0x5480, - 0xBED8, 0x77E9, 0xBED9, 0x4E3E, 0xBEDA, 0x6CAE, 0xBEDB, 0x805A, 0xBEDC, 0x62D2, 0xBEDD, 0x636E, 0xBEDE, 0x5DE8, 0xBEDF, 0x5177, - 0xBEE0, 0x8DDD, 0xBEE1, 0x8E1E, 0xBEE2, 0x952F, 0xBEE3, 0x4FF1, 0xBEE4, 0x53E5, 0xBEE5, 0x60E7, 0xBEE6, 0x70AC, 0xBEE7, 0x5267, - 0xBEE8, 0x6350, 0xBEE9, 0x9E43, 0xBEEA, 0x5A1F, 0xBEEB, 0x5026, 0xBEEC, 0x7737, 0xBEED, 0x5377, 0xBEEE, 0x7EE2, 0xBEEF, 0x6485, - 0xBEF0, 0x652B, 0xBEF1, 0x6289, 0xBEF2, 0x6398, 0xBEF3, 0x5014, 0xBEF4, 0x7235, 0xBEF5, 0x89C9, 0xBEF6, 0x51B3, 0xBEF7, 0x8BC0, - 0xBEF8, 0x7EDD, 0xBEF9, 0x5747, 0xBEFA, 0x83CC, 0xBEFB, 0x94A7, 0xBEFC, 0x519B, 0xBEFD, 0x541B, 0xBEFE, 0x5CFB, 0xBF40, 0x7DFB, - 0xBF41, 0x7DFC, 0xBF42, 0x7DFD, 0xBF43, 0x7DFE, 0xBF44, 0x7DFF, 0xBF45, 0x7E00, 0xBF46, 0x7E01, 0xBF47, 0x7E02, 0xBF48, 0x7E03, - 0xBF49, 0x7E04, 0xBF4A, 0x7E05, 0xBF4B, 0x7E06, 0xBF4C, 0x7E07, 0xBF4D, 0x7E08, 0xBF4E, 0x7E09, 0xBF4F, 0x7E0A, 0xBF50, 0x7E0B, - 0xBF51, 0x7E0C, 0xBF52, 0x7E0D, 0xBF53, 0x7E0E, 0xBF54, 0x7E0F, 0xBF55, 0x7E10, 0xBF56, 0x7E11, 0xBF57, 0x7E12, 0xBF58, 0x7E13, - 0xBF59, 0x7E14, 0xBF5A, 0x7E15, 0xBF5B, 0x7E16, 0xBF5C, 0x7E17, 0xBF5D, 0x7E18, 0xBF5E, 0x7E19, 0xBF5F, 0x7E1A, 0xBF60, 0x7E1B, - 0xBF61, 0x7E1C, 0xBF62, 0x7E1D, 0xBF63, 0x7E1E, 0xBF64, 0x7E1F, 0xBF65, 0x7E20, 0xBF66, 0x7E21, 0xBF67, 0x7E22, 0xBF68, 0x7E23, - 0xBF69, 0x7E24, 0xBF6A, 0x7E25, 0xBF6B, 0x7E26, 0xBF6C, 0x7E27, 0xBF6D, 0x7E28, 0xBF6E, 0x7E29, 0xBF6F, 0x7E2A, 0xBF70, 0x7E2B, - 0xBF71, 0x7E2C, 0xBF72, 0x7E2D, 0xBF73, 0x7E2E, 0xBF74, 0x7E2F, 0xBF75, 0x7E30, 0xBF76, 0x7E31, 0xBF77, 0x7E32, 0xBF78, 0x7E33, - 0xBF79, 0x7E34, 0xBF7A, 0x7E35, 0xBF7B, 0x7E36, 0xBF7C, 0x7E37, 0xBF7D, 0x7E38, 0xBF7E, 0x7E39, 0xBF80, 0x7E3A, 0xBF81, 0x7E3C, - 0xBF82, 0x7E3D, 0xBF83, 0x7E3E, 0xBF84, 0x7E3F, 0xBF85, 0x7E40, 0xBF86, 0x7E42, 0xBF87, 0x7E43, 0xBF88, 0x7E44, 0xBF89, 0x7E45, - 0xBF8A, 0x7E46, 0xBF8B, 0x7E48, 0xBF8C, 0x7E49, 0xBF8D, 0x7E4A, 0xBF8E, 0x7E4B, 0xBF8F, 0x7E4C, 0xBF90, 0x7E4D, 0xBF91, 0x7E4E, - 0xBF92, 0x7E4F, 0xBF93, 0x7E50, 0xBF94, 0x7E51, 0xBF95, 0x7E52, 0xBF96, 0x7E53, 0xBF97, 0x7E54, 0xBF98, 0x7E55, 0xBF99, 0x7E56, - 0xBF9A, 0x7E57, 0xBF9B, 0x7E58, 0xBF9C, 0x7E59, 0xBF9D, 0x7E5A, 0xBF9E, 0x7E5B, 0xBF9F, 0x7E5C, 0xBFA0, 0x7E5D, 0xBFA1, 0x4FCA, - 0xBFA2, 0x7AE3, 0xBFA3, 0x6D5A, 0xBFA4, 0x90E1, 0xBFA5, 0x9A8F, 0xBFA6, 0x5580, 0xBFA7, 0x5496, 0xBFA8, 0x5361, 0xBFA9, 0x54AF, - 0xBFAA, 0x5F00, 0xBFAB, 0x63E9, 0xBFAC, 0x6977, 0xBFAD, 0x51EF, 0xBFAE, 0x6168, 0xBFAF, 0x520A, 0xBFB0, 0x582A, 0xBFB1, 0x52D8, - 0xBFB2, 0x574E, 0xBFB3, 0x780D, 0xBFB4, 0x770B, 0xBFB5, 0x5EB7, 0xBFB6, 0x6177, 0xBFB7, 0x7CE0, 0xBFB8, 0x625B, 0xBFB9, 0x6297, - 0xBFBA, 0x4EA2, 0xBFBB, 0x7095, 0xBFBC, 0x8003, 0xBFBD, 0x62F7, 0xBFBE, 0x70E4, 0xBFBF, 0x9760, 0xBFC0, 0x5777, 0xBFC1, 0x82DB, - 0xBFC2, 0x67EF, 0xBFC3, 0x68F5, 0xBFC4, 0x78D5, 0xBFC5, 0x9897, 0xBFC6, 0x79D1, 0xBFC7, 0x58F3, 0xBFC8, 0x54B3, 0xBFC9, 0x53EF, - 0xBFCA, 0x6E34, 0xBFCB, 0x514B, 0xBFCC, 0x523B, 0xBFCD, 0x5BA2, 0xBFCE, 0x8BFE, 0xBFCF, 0x80AF, 0xBFD0, 0x5543, 0xBFD1, 0x57A6, - 0xBFD2, 0x6073, 0xBFD3, 0x5751, 0xBFD4, 0x542D, 0xBFD5, 0x7A7A, 0xBFD6, 0x6050, 0xBFD7, 0x5B54, 0xBFD8, 0x63A7, 0xBFD9, 0x62A0, - 0xBFDA, 0x53E3, 0xBFDB, 0x6263, 0xBFDC, 0x5BC7, 0xBFDD, 0x67AF, 0xBFDE, 0x54ED, 0xBFDF, 0x7A9F, 0xBFE0, 0x82E6, 0xBFE1, 0x9177, - 0xBFE2, 0x5E93, 0xBFE3, 0x88E4, 0xBFE4, 0x5938, 0xBFE5, 0x57AE, 0xBFE6, 0x630E, 0xBFE7, 0x8DE8, 0xBFE8, 0x80EF, 0xBFE9, 0x5757, - 0xBFEA, 0x7B77, 0xBFEB, 0x4FA9, 0xBFEC, 0x5FEB, 0xBFED, 0x5BBD, 0xBFEE, 0x6B3E, 0xBFEF, 0x5321, 0xBFF0, 0x7B50, 0xBFF1, 0x72C2, - 0xBFF2, 0x6846, 0xBFF3, 0x77FF, 0xBFF4, 0x7736, 0xBFF5, 0x65F7, 0xBFF6, 0x51B5, 0xBFF7, 0x4E8F, 0xBFF8, 0x76D4, 0xBFF9, 0x5CBF, - 0xBFFA, 0x7AA5, 0xBFFB, 0x8475, 0xBFFC, 0x594E, 0xBFFD, 0x9B41, 0xBFFE, 0x5080, 0xC040, 0x7E5E, 0xC041, 0x7E5F, 0xC042, 0x7E60, - 0xC043, 0x7E61, 0xC044, 0x7E62, 0xC045, 0x7E63, 0xC046, 0x7E64, 0xC047, 0x7E65, 0xC048, 0x7E66, 0xC049, 0x7E67, 0xC04A, 0x7E68, - 0xC04B, 0x7E69, 0xC04C, 0x7E6A, 0xC04D, 0x7E6B, 0xC04E, 0x7E6C, 0xC04F, 0x7E6D, 0xC050, 0x7E6E, 0xC051, 0x7E6F, 0xC052, 0x7E70, - 0xC053, 0x7E71, 0xC054, 0x7E72, 0xC055, 0x7E73, 0xC056, 0x7E74, 0xC057, 0x7E75, 0xC058, 0x7E76, 0xC059, 0x7E77, 0xC05A, 0x7E78, - 0xC05B, 0x7E79, 0xC05C, 0x7E7A, 0xC05D, 0x7E7B, 0xC05E, 0x7E7C, 0xC05F, 0x7E7D, 0xC060, 0x7E7E, 0xC061, 0x7E7F, 0xC062, 0x7E80, - 0xC063, 0x7E81, 0xC064, 0x7E83, 0xC065, 0x7E84, 0xC066, 0x7E85, 0xC067, 0x7E86, 0xC068, 0x7E87, 0xC069, 0x7E88, 0xC06A, 0x7E89, - 0xC06B, 0x7E8A, 0xC06C, 0x7E8B, 0xC06D, 0x7E8C, 0xC06E, 0x7E8D, 0xC06F, 0x7E8E, 0xC070, 0x7E8F, 0xC071, 0x7E90, 0xC072, 0x7E91, - 0xC073, 0x7E92, 0xC074, 0x7E93, 0xC075, 0x7E94, 0xC076, 0x7E95, 0xC077, 0x7E96, 0xC078, 0x7E97, 0xC079, 0x7E98, 0xC07A, 0x7E99, - 0xC07B, 0x7E9A, 0xC07C, 0x7E9C, 0xC07D, 0x7E9D, 0xC07E, 0x7E9E, 0xC080, 0x7EAE, 0xC081, 0x7EB4, 0xC082, 0x7EBB, 0xC083, 0x7EBC, - 0xC084, 0x7ED6, 0xC085, 0x7EE4, 0xC086, 0x7EEC, 0xC087, 0x7EF9, 0xC088, 0x7F0A, 0xC089, 0x7F10, 0xC08A, 0x7F1E, 0xC08B, 0x7F37, - 0xC08C, 0x7F39, 0xC08D, 0x7F3B, 0xC08E, 0x7F3C, 0xC08F, 0x7F3D, 0xC090, 0x7F3E, 0xC091, 0x7F3F, 0xC092, 0x7F40, 0xC093, 0x7F41, - 0xC094, 0x7F43, 0xC095, 0x7F46, 0xC096, 0x7F47, 0xC097, 0x7F48, 0xC098, 0x7F49, 0xC099, 0x7F4A, 0xC09A, 0x7F4B, 0xC09B, 0x7F4C, - 0xC09C, 0x7F4D, 0xC09D, 0x7F4E, 0xC09E, 0x7F4F, 0xC09F, 0x7F52, 0xC0A0, 0x7F53, 0xC0A1, 0x9988, 0xC0A2, 0x6127, 0xC0A3, 0x6E83, - 0xC0A4, 0x5764, 0xC0A5, 0x6606, 0xC0A6, 0x6346, 0xC0A7, 0x56F0, 0xC0A8, 0x62EC, 0xC0A9, 0x6269, 0xC0AA, 0x5ED3, 0xC0AB, 0x9614, - 0xC0AC, 0x5783, 0xC0AD, 0x62C9, 0xC0AE, 0x5587, 0xC0AF, 0x8721, 0xC0B0, 0x814A, 0xC0B1, 0x8FA3, 0xC0B2, 0x5566, 0xC0B3, 0x83B1, - 0xC0B4, 0x6765, 0xC0B5, 0x8D56, 0xC0B6, 0x84DD, 0xC0B7, 0x5A6A, 0xC0B8, 0x680F, 0xC0B9, 0x62E6, 0xC0BA, 0x7BEE, 0xC0BB, 0x9611, - 0xC0BC, 0x5170, 0xC0BD, 0x6F9C, 0xC0BE, 0x8C30, 0xC0BF, 0x63FD, 0xC0C0, 0x89C8, 0xC0C1, 0x61D2, 0xC0C2, 0x7F06, 0xC0C3, 0x70C2, - 0xC0C4, 0x6EE5, 0xC0C5, 0x7405, 0xC0C6, 0x6994, 0xC0C7, 0x72FC, 0xC0C8, 0x5ECA, 0xC0C9, 0x90CE, 0xC0CA, 0x6717, 0xC0CB, 0x6D6A, - 0xC0CC, 0x635E, 0xC0CD, 0x52B3, 0xC0CE, 0x7262, 0xC0CF, 0x8001, 0xC0D0, 0x4F6C, 0xC0D1, 0x59E5, 0xC0D2, 0x916A, 0xC0D3, 0x70D9, - 0xC0D4, 0x6D9D, 0xC0D5, 0x52D2, 0xC0D6, 0x4E50, 0xC0D7, 0x96F7, 0xC0D8, 0x956D, 0xC0D9, 0x857E, 0xC0DA, 0x78CA, 0xC0DB, 0x7D2F, - 0xC0DC, 0x5121, 0xC0DD, 0x5792, 0xC0DE, 0x64C2, 0xC0DF, 0x808B, 0xC0E0, 0x7C7B, 0xC0E1, 0x6CEA, 0xC0E2, 0x68F1, 0xC0E3, 0x695E, - 0xC0E4, 0x51B7, 0xC0E5, 0x5398, 0xC0E6, 0x68A8, 0xC0E7, 0x7281, 0xC0E8, 0x9ECE, 0xC0E9, 0x7BF1, 0xC0EA, 0x72F8, 0xC0EB, 0x79BB, - 0xC0EC, 0x6F13, 0xC0ED, 0x7406, 0xC0EE, 0x674E, 0xC0EF, 0x91CC, 0xC0F0, 0x9CA4, 0xC0F1, 0x793C, 0xC0F2, 0x8389, 0xC0F3, 0x8354, - 0xC0F4, 0x540F, 0xC0F5, 0x6817, 0xC0F6, 0x4E3D, 0xC0F7, 0x5389, 0xC0F8, 0x52B1, 0xC0F9, 0x783E, 0xC0FA, 0x5386, 0xC0FB, 0x5229, - 0xC0FC, 0x5088, 0xC0FD, 0x4F8B, 0xC0FE, 0x4FD0, 0xC140, 0x7F56, 0xC141, 0x7F59, 0xC142, 0x7F5B, 0xC143, 0x7F5C, 0xC144, 0x7F5D, - 0xC145, 0x7F5E, 0xC146, 0x7F60, 0xC147, 0x7F63, 0xC148, 0x7F64, 0xC149, 0x7F65, 0xC14A, 0x7F66, 0xC14B, 0x7F67, 0xC14C, 0x7F6B, - 0xC14D, 0x7F6C, 0xC14E, 0x7F6D, 0xC14F, 0x7F6F, 0xC150, 0x7F70, 0xC151, 0x7F73, 0xC152, 0x7F75, 0xC153, 0x7F76, 0xC154, 0x7F77, - 0xC155, 0x7F78, 0xC156, 0x7F7A, 0xC157, 0x7F7B, 0xC158, 0x7F7C, 0xC159, 0x7F7D, 0xC15A, 0x7F7F, 0xC15B, 0x7F80, 0xC15C, 0x7F82, - 0xC15D, 0x7F83, 0xC15E, 0x7F84, 0xC15F, 0x7F85, 0xC160, 0x7F86, 0xC161, 0x7F87, 0xC162, 0x7F88, 0xC163, 0x7F89, 0xC164, 0x7F8B, - 0xC165, 0x7F8D, 0xC166, 0x7F8F, 0xC167, 0x7F90, 0xC168, 0x7F91, 0xC169, 0x7F92, 0xC16A, 0x7F93, 0xC16B, 0x7F95, 0xC16C, 0x7F96, - 0xC16D, 0x7F97, 0xC16E, 0x7F98, 0xC16F, 0x7F99, 0xC170, 0x7F9B, 0xC171, 0x7F9C, 0xC172, 0x7FA0, 0xC173, 0x7FA2, 0xC174, 0x7FA3, - 0xC175, 0x7FA5, 0xC176, 0x7FA6, 0xC177, 0x7FA8, 0xC178, 0x7FA9, 0xC179, 0x7FAA, 0xC17A, 0x7FAB, 0xC17B, 0x7FAC, 0xC17C, 0x7FAD, - 0xC17D, 0x7FAE, 0xC17E, 0x7FB1, 0xC180, 0x7FB3, 0xC181, 0x7FB4, 0xC182, 0x7FB5, 0xC183, 0x7FB6, 0xC184, 0x7FB7, 0xC185, 0x7FBA, - 0xC186, 0x7FBB, 0xC187, 0x7FBE, 0xC188, 0x7FC0, 0xC189, 0x7FC2, 0xC18A, 0x7FC3, 0xC18B, 0x7FC4, 0xC18C, 0x7FC6, 0xC18D, 0x7FC7, - 0xC18E, 0x7FC8, 0xC18F, 0x7FC9, 0xC190, 0x7FCB, 0xC191, 0x7FCD, 0xC192, 0x7FCF, 0xC193, 0x7FD0, 0xC194, 0x7FD1, 0xC195, 0x7FD2, - 0xC196, 0x7FD3, 0xC197, 0x7FD6, 0xC198, 0x7FD7, 0xC199, 0x7FD9, 0xC19A, 0x7FDA, 0xC19B, 0x7FDB, 0xC19C, 0x7FDC, 0xC19D, 0x7FDD, - 0xC19E, 0x7FDE, 0xC19F, 0x7FE2, 0xC1A0, 0x7FE3, 0xC1A1, 0x75E2, 0xC1A2, 0x7ACB, 0xC1A3, 0x7C92, 0xC1A4, 0x6CA5, 0xC1A5, 0x96B6, - 0xC1A6, 0x529B, 0xC1A7, 0x7483, 0xC1A8, 0x54E9, 0xC1A9, 0x4FE9, 0xC1AA, 0x8054, 0xC1AB, 0x83B2, 0xC1AC, 0x8FDE, 0xC1AD, 0x9570, - 0xC1AE, 0x5EC9, 0xC1AF, 0x601C, 0xC1B0, 0x6D9F, 0xC1B1, 0x5E18, 0xC1B2, 0x655B, 0xC1B3, 0x8138, 0xC1B4, 0x94FE, 0xC1B5, 0x604B, - 0xC1B6, 0x70BC, 0xC1B7, 0x7EC3, 0xC1B8, 0x7CAE, 0xC1B9, 0x51C9, 0xC1BA, 0x6881, 0xC1BB, 0x7CB1, 0xC1BC, 0x826F, 0xC1BD, 0x4E24, - 0xC1BE, 0x8F86, 0xC1BF, 0x91CF, 0xC1C0, 0x667E, 0xC1C1, 0x4EAE, 0xC1C2, 0x8C05, 0xC1C3, 0x64A9, 0xC1C4, 0x804A, 0xC1C5, 0x50DA, - 0xC1C6, 0x7597, 0xC1C7, 0x71CE, 0xC1C8, 0x5BE5, 0xC1C9, 0x8FBD, 0xC1CA, 0x6F66, 0xC1CB, 0x4E86, 0xC1CC, 0x6482, 0xC1CD, 0x9563, - 0xC1CE, 0x5ED6, 0xC1CF, 0x6599, 0xC1D0, 0x5217, 0xC1D1, 0x88C2, 0xC1D2, 0x70C8, 0xC1D3, 0x52A3, 0xC1D4, 0x730E, 0xC1D5, 0x7433, - 0xC1D6, 0x6797, 0xC1D7, 0x78F7, 0xC1D8, 0x9716, 0xC1D9, 0x4E34, 0xC1DA, 0x90BB, 0xC1DB, 0x9CDE, 0xC1DC, 0x6DCB, 0xC1DD, 0x51DB, - 0xC1DE, 0x8D41, 0xC1DF, 0x541D, 0xC1E0, 0x62CE, 0xC1E1, 0x73B2, 0xC1E2, 0x83F1, 0xC1E3, 0x96F6, 0xC1E4, 0x9F84, 0xC1E5, 0x94C3, - 0xC1E6, 0x4F36, 0xC1E7, 0x7F9A, 0xC1E8, 0x51CC, 0xC1E9, 0x7075, 0xC1EA, 0x9675, 0xC1EB, 0x5CAD, 0xC1EC, 0x9886, 0xC1ED, 0x53E6, - 0xC1EE, 0x4EE4, 0xC1EF, 0x6E9C, 0xC1F0, 0x7409, 0xC1F1, 0x69B4, 0xC1F2, 0x786B, 0xC1F3, 0x998F, 0xC1F4, 0x7559, 0xC1F5, 0x5218, - 0xC1F6, 0x7624, 0xC1F7, 0x6D41, 0xC1F8, 0x67F3, 0xC1F9, 0x516D, 0xC1FA, 0x9F99, 0xC1FB, 0x804B, 0xC1FC, 0x5499, 0xC1FD, 0x7B3C, - 0xC1FE, 0x7ABF, 0xC240, 0x7FE4, 0xC241, 0x7FE7, 0xC242, 0x7FE8, 0xC243, 0x7FEA, 0xC244, 0x7FEB, 0xC245, 0x7FEC, 0xC246, 0x7FED, - 0xC247, 0x7FEF, 0xC248, 0x7FF2, 0xC249, 0x7FF4, 0xC24A, 0x7FF5, 0xC24B, 0x7FF6, 0xC24C, 0x7FF7, 0xC24D, 0x7FF8, 0xC24E, 0x7FF9, - 0xC24F, 0x7FFA, 0xC250, 0x7FFD, 0xC251, 0x7FFE, 0xC252, 0x7FFF, 0xC253, 0x8002, 0xC254, 0x8007, 0xC255, 0x8008, 0xC256, 0x8009, - 0xC257, 0x800A, 0xC258, 0x800E, 0xC259, 0x800F, 0xC25A, 0x8011, 0xC25B, 0x8013, 0xC25C, 0x801A, 0xC25D, 0x801B, 0xC25E, 0x801D, - 0xC25F, 0x801E, 0xC260, 0x801F, 0xC261, 0x8021, 0xC262, 0x8023, 0xC263, 0x8024, 0xC264, 0x802B, 0xC265, 0x802C, 0xC266, 0x802D, - 0xC267, 0x802E, 0xC268, 0x802F, 0xC269, 0x8030, 0xC26A, 0x8032, 0xC26B, 0x8034, 0xC26C, 0x8039, 0xC26D, 0x803A, 0xC26E, 0x803C, - 0xC26F, 0x803E, 0xC270, 0x8040, 0xC271, 0x8041, 0xC272, 0x8044, 0xC273, 0x8045, 0xC274, 0x8047, 0xC275, 0x8048, 0xC276, 0x8049, - 0xC277, 0x804E, 0xC278, 0x804F, 0xC279, 0x8050, 0xC27A, 0x8051, 0xC27B, 0x8053, 0xC27C, 0x8055, 0xC27D, 0x8056, 0xC27E, 0x8057, - 0xC280, 0x8059, 0xC281, 0x805B, 0xC282, 0x805C, 0xC283, 0x805D, 0xC284, 0x805E, 0xC285, 0x805F, 0xC286, 0x8060, 0xC287, 0x8061, - 0xC288, 0x8062, 0xC289, 0x8063, 0xC28A, 0x8064, 0xC28B, 0x8065, 0xC28C, 0x8066, 0xC28D, 0x8067, 0xC28E, 0x8068, 0xC28F, 0x806B, - 0xC290, 0x806C, 0xC291, 0x806D, 0xC292, 0x806E, 0xC293, 0x806F, 0xC294, 0x8070, 0xC295, 0x8072, 0xC296, 0x8073, 0xC297, 0x8074, - 0xC298, 0x8075, 0xC299, 0x8076, 0xC29A, 0x8077, 0xC29B, 0x8078, 0xC29C, 0x8079, 0xC29D, 0x807A, 0xC29E, 0x807B, 0xC29F, 0x807C, - 0xC2A0, 0x807D, 0xC2A1, 0x9686, 0xC2A2, 0x5784, 0xC2A3, 0x62E2, 0xC2A4, 0x9647, 0xC2A5, 0x697C, 0xC2A6, 0x5A04, 0xC2A7, 0x6402, - 0xC2A8, 0x7BD3, 0xC2A9, 0x6F0F, 0xC2AA, 0x964B, 0xC2AB, 0x82A6, 0xC2AC, 0x5362, 0xC2AD, 0x9885, 0xC2AE, 0x5E90, 0xC2AF, 0x7089, - 0xC2B0, 0x63B3, 0xC2B1, 0x5364, 0xC2B2, 0x864F, 0xC2B3, 0x9C81, 0xC2B4, 0x9E93, 0xC2B5, 0x788C, 0xC2B6, 0x9732, 0xC2B7, 0x8DEF, - 0xC2B8, 0x8D42, 0xC2B9, 0x9E7F, 0xC2BA, 0x6F5E, 0xC2BB, 0x7984, 0xC2BC, 0x5F55, 0xC2BD, 0x9646, 0xC2BE, 0x622E, 0xC2BF, 0x9A74, - 0xC2C0, 0x5415, 0xC2C1, 0x94DD, 0xC2C2, 0x4FA3, 0xC2C3, 0x65C5, 0xC2C4, 0x5C65, 0xC2C5, 0x5C61, 0xC2C6, 0x7F15, 0xC2C7, 0x8651, - 0xC2C8, 0x6C2F, 0xC2C9, 0x5F8B, 0xC2CA, 0x7387, 0xC2CB, 0x6EE4, 0xC2CC, 0x7EFF, 0xC2CD, 0x5CE6, 0xC2CE, 0x631B, 0xC2CF, 0x5B6A, - 0xC2D0, 0x6EE6, 0xC2D1, 0x5375, 0xC2D2, 0x4E71, 0xC2D3, 0x63A0, 0xC2D4, 0x7565, 0xC2D5, 0x62A1, 0xC2D6, 0x8F6E, 0xC2D7, 0x4F26, - 0xC2D8, 0x4ED1, 0xC2D9, 0x6CA6, 0xC2DA, 0x7EB6, 0xC2DB, 0x8BBA, 0xC2DC, 0x841D, 0xC2DD, 0x87BA, 0xC2DE, 0x7F57, 0xC2DF, 0x903B, - 0xC2E0, 0x9523, 0xC2E1, 0x7BA9, 0xC2E2, 0x9AA1, 0xC2E3, 0x88F8, 0xC2E4, 0x843D, 0xC2E5, 0x6D1B, 0xC2E6, 0x9A86, 0xC2E7, 0x7EDC, - 0xC2E8, 0x5988, 0xC2E9, 0x9EBB, 0xC2EA, 0x739B, 0xC2EB, 0x7801, 0xC2EC, 0x8682, 0xC2ED, 0x9A6C, 0xC2EE, 0x9A82, 0xC2EF, 0x561B, - 0xC2F0, 0x5417, 0xC2F1, 0x57CB, 0xC2F2, 0x4E70, 0xC2F3, 0x9EA6, 0xC2F4, 0x5356, 0xC2F5, 0x8FC8, 0xC2F6, 0x8109, 0xC2F7, 0x7792, - 0xC2F8, 0x9992, 0xC2F9, 0x86EE, 0xC2FA, 0x6EE1, 0xC2FB, 0x8513, 0xC2FC, 0x66FC, 0xC2FD, 0x6162, 0xC2FE, 0x6F2B, 0xC340, 0x807E, - 0xC341, 0x8081, 0xC342, 0x8082, 0xC343, 0x8085, 0xC344, 0x8088, 0xC345, 0x808A, 0xC346, 0x808D, 0xC347, 0x808E, 0xC348, 0x808F, - 0xC349, 0x8090, 0xC34A, 0x8091, 0xC34B, 0x8092, 0xC34C, 0x8094, 0xC34D, 0x8095, 0xC34E, 0x8097, 0xC34F, 0x8099, 0xC350, 0x809E, - 0xC351, 0x80A3, 0xC352, 0x80A6, 0xC353, 0x80A7, 0xC354, 0x80A8, 0xC355, 0x80AC, 0xC356, 0x80B0, 0xC357, 0x80B3, 0xC358, 0x80B5, - 0xC359, 0x80B6, 0xC35A, 0x80B8, 0xC35B, 0x80B9, 0xC35C, 0x80BB, 0xC35D, 0x80C5, 0xC35E, 0x80C7, 0xC35F, 0x80C8, 0xC360, 0x80C9, - 0xC361, 0x80CA, 0xC362, 0x80CB, 0xC363, 0x80CF, 0xC364, 0x80D0, 0xC365, 0x80D1, 0xC366, 0x80D2, 0xC367, 0x80D3, 0xC368, 0x80D4, - 0xC369, 0x80D5, 0xC36A, 0x80D8, 0xC36B, 0x80DF, 0xC36C, 0x80E0, 0xC36D, 0x80E2, 0xC36E, 0x80E3, 0xC36F, 0x80E6, 0xC370, 0x80EE, - 0xC371, 0x80F5, 0xC372, 0x80F7, 0xC373, 0x80F9, 0xC374, 0x80FB, 0xC375, 0x80FE, 0xC376, 0x80FF, 0xC377, 0x8100, 0xC378, 0x8101, - 0xC379, 0x8103, 0xC37A, 0x8104, 0xC37B, 0x8105, 0xC37C, 0x8107, 0xC37D, 0x8108, 0xC37E, 0x810B, 0xC380, 0x810C, 0xC381, 0x8115, - 0xC382, 0x8117, 0xC383, 0x8119, 0xC384, 0x811B, 0xC385, 0x811C, 0xC386, 0x811D, 0xC387, 0x811F, 0xC388, 0x8120, 0xC389, 0x8121, - 0xC38A, 0x8122, 0xC38B, 0x8123, 0xC38C, 0x8124, 0xC38D, 0x8125, 0xC38E, 0x8126, 0xC38F, 0x8127, 0xC390, 0x8128, 0xC391, 0x8129, - 0xC392, 0x812A, 0xC393, 0x812B, 0xC394, 0x812D, 0xC395, 0x812E, 0xC396, 0x8130, 0xC397, 0x8133, 0xC398, 0x8134, 0xC399, 0x8135, - 0xC39A, 0x8137, 0xC39B, 0x8139, 0xC39C, 0x813A, 0xC39D, 0x813B, 0xC39E, 0x813C, 0xC39F, 0x813D, 0xC3A0, 0x813F, 0xC3A1, 0x8C29, - 0xC3A2, 0x8292, 0xC3A3, 0x832B, 0xC3A4, 0x76F2, 0xC3A5, 0x6C13, 0xC3A6, 0x5FD9, 0xC3A7, 0x83BD, 0xC3A8, 0x732B, 0xC3A9, 0x8305, - 0xC3AA, 0x951A, 0xC3AB, 0x6BDB, 0xC3AC, 0x77DB, 0xC3AD, 0x94C6, 0xC3AE, 0x536F, 0xC3AF, 0x8302, 0xC3B0, 0x5192, 0xC3B1, 0x5E3D, - 0xC3B2, 0x8C8C, 0xC3B3, 0x8D38, 0xC3B4, 0x4E48, 0xC3B5, 0x73AB, 0xC3B6, 0x679A, 0xC3B7, 0x6885, 0xC3B8, 0x9176, 0xC3B9, 0x9709, - 0xC3BA, 0x7164, 0xC3BB, 0x6CA1, 0xC3BC, 0x7709, 0xC3BD, 0x5A92, 0xC3BE, 0x9541, 0xC3BF, 0x6BCF, 0xC3C0, 0x7F8E, 0xC3C1, 0x6627, - 0xC3C2, 0x5BD0, 0xC3C3, 0x59B9, 0xC3C4, 0x5A9A, 0xC3C5, 0x95E8, 0xC3C6, 0x95F7, 0xC3C7, 0x4EEC, 0xC3C8, 0x840C, 0xC3C9, 0x8499, - 0xC3CA, 0x6AAC, 0xC3CB, 0x76DF, 0xC3CC, 0x9530, 0xC3CD, 0x731B, 0xC3CE, 0x68A6, 0xC3CF, 0x5B5F, 0xC3D0, 0x772F, 0xC3D1, 0x919A, - 0xC3D2, 0x9761, 0xC3D3, 0x7CDC, 0xC3D4, 0x8FF7, 0xC3D5, 0x8C1C, 0xC3D6, 0x5F25, 0xC3D7, 0x7C73, 0xC3D8, 0x79D8, 0xC3D9, 0x89C5, - 0xC3DA, 0x6CCC, 0xC3DB, 0x871C, 0xC3DC, 0x5BC6, 0xC3DD, 0x5E42, 0xC3DE, 0x68C9, 0xC3DF, 0x7720, 0xC3E0, 0x7EF5, 0xC3E1, 0x5195, - 0xC3E2, 0x514D, 0xC3E3, 0x52C9, 0xC3E4, 0x5A29, 0xC3E5, 0x7F05, 0xC3E6, 0x9762, 0xC3E7, 0x82D7, 0xC3E8, 0x63CF, 0xC3E9, 0x7784, - 0xC3EA, 0x85D0, 0xC3EB, 0x79D2, 0xC3EC, 0x6E3A, 0xC3ED, 0x5E99, 0xC3EE, 0x5999, 0xC3EF, 0x8511, 0xC3F0, 0x706D, 0xC3F1, 0x6C11, - 0xC3F2, 0x62BF, 0xC3F3, 0x76BF, 0xC3F4, 0x654F, 0xC3F5, 0x60AF, 0xC3F6, 0x95FD, 0xC3F7, 0x660E, 0xC3F8, 0x879F, 0xC3F9, 0x9E23, - 0xC3FA, 0x94ED, 0xC3FB, 0x540D, 0xC3FC, 0x547D, 0xC3FD, 0x8C2C, 0xC3FE, 0x6478, 0xC440, 0x8140, 0xC441, 0x8141, 0xC442, 0x8142, - 0xC443, 0x8143, 0xC444, 0x8144, 0xC445, 0x8145, 0xC446, 0x8147, 0xC447, 0x8149, 0xC448, 0x814D, 0xC449, 0x814E, 0xC44A, 0x814F, - 0xC44B, 0x8152, 0xC44C, 0x8156, 0xC44D, 0x8157, 0xC44E, 0x8158, 0xC44F, 0x815B, 0xC450, 0x815C, 0xC451, 0x815D, 0xC452, 0x815E, - 0xC453, 0x815F, 0xC454, 0x8161, 0xC455, 0x8162, 0xC456, 0x8163, 0xC457, 0x8164, 0xC458, 0x8166, 0xC459, 0x8168, 0xC45A, 0x816A, - 0xC45B, 0x816B, 0xC45C, 0x816C, 0xC45D, 0x816F, 0xC45E, 0x8172, 0xC45F, 0x8173, 0xC460, 0x8175, 0xC461, 0x8176, 0xC462, 0x8177, - 0xC463, 0x8178, 0xC464, 0x8181, 0xC465, 0x8183, 0xC466, 0x8184, 0xC467, 0x8185, 0xC468, 0x8186, 0xC469, 0x8187, 0xC46A, 0x8189, - 0xC46B, 0x818B, 0xC46C, 0x818C, 0xC46D, 0x818D, 0xC46E, 0x818E, 0xC46F, 0x8190, 0xC470, 0x8192, 0xC471, 0x8193, 0xC472, 0x8194, - 0xC473, 0x8195, 0xC474, 0x8196, 0xC475, 0x8197, 0xC476, 0x8199, 0xC477, 0x819A, 0xC478, 0x819E, 0xC479, 0x819F, 0xC47A, 0x81A0, - 0xC47B, 0x81A1, 0xC47C, 0x81A2, 0xC47D, 0x81A4, 0xC47E, 0x81A5, 0xC480, 0x81A7, 0xC481, 0x81A9, 0xC482, 0x81AB, 0xC483, 0x81AC, - 0xC484, 0x81AD, 0xC485, 0x81AE, 0xC486, 0x81AF, 0xC487, 0x81B0, 0xC488, 0x81B1, 0xC489, 0x81B2, 0xC48A, 0x81B4, 0xC48B, 0x81B5, - 0xC48C, 0x81B6, 0xC48D, 0x81B7, 0xC48E, 0x81B8, 0xC48F, 0x81B9, 0xC490, 0x81BC, 0xC491, 0x81BD, 0xC492, 0x81BE, 0xC493, 0x81BF, - 0xC494, 0x81C4, 0xC495, 0x81C5, 0xC496, 0x81C7, 0xC497, 0x81C8, 0xC498, 0x81C9, 0xC499, 0x81CB, 0xC49A, 0x81CD, 0xC49B, 0x81CE, - 0xC49C, 0x81CF, 0xC49D, 0x81D0, 0xC49E, 0x81D1, 0xC49F, 0x81D2, 0xC4A0, 0x81D3, 0xC4A1, 0x6479, 0xC4A2, 0x8611, 0xC4A3, 0x6A21, - 0xC4A4, 0x819C, 0xC4A5, 0x78E8, 0xC4A6, 0x6469, 0xC4A7, 0x9B54, 0xC4A8, 0x62B9, 0xC4A9, 0x672B, 0xC4AA, 0x83AB, 0xC4AB, 0x58A8, - 0xC4AC, 0x9ED8, 0xC4AD, 0x6CAB, 0xC4AE, 0x6F20, 0xC4AF, 0x5BDE, 0xC4B0, 0x964C, 0xC4B1, 0x8C0B, 0xC4B2, 0x725F, 0xC4B3, 0x67D0, - 0xC4B4, 0x62C7, 0xC4B5, 0x7261, 0xC4B6, 0x4EA9, 0xC4B7, 0x59C6, 0xC4B8, 0x6BCD, 0xC4B9, 0x5893, 0xC4BA, 0x66AE, 0xC4BB, 0x5E55, - 0xC4BC, 0x52DF, 0xC4BD, 0x6155, 0xC4BE, 0x6728, 0xC4BF, 0x76EE, 0xC4C0, 0x7766, 0xC4C1, 0x7267, 0xC4C2, 0x7A46, 0xC4C3, 0x62FF, - 0xC4C4, 0x54EA, 0xC4C5, 0x5450, 0xC4C6, 0x94A0, 0xC4C7, 0x90A3, 0xC4C8, 0x5A1C, 0xC4C9, 0x7EB3, 0xC4CA, 0x6C16, 0xC4CB, 0x4E43, - 0xC4CC, 0x5976, 0xC4CD, 0x8010, 0xC4CE, 0x5948, 0xC4CF, 0x5357, 0xC4D0, 0x7537, 0xC4D1, 0x96BE, 0xC4D2, 0x56CA, 0xC4D3, 0x6320, - 0xC4D4, 0x8111, 0xC4D5, 0x607C, 0xC4D6, 0x95F9, 0xC4D7, 0x6DD6, 0xC4D8, 0x5462, 0xC4D9, 0x9981, 0xC4DA, 0x5185, 0xC4DB, 0x5AE9, - 0xC4DC, 0x80FD, 0xC4DD, 0x59AE, 0xC4DE, 0x9713, 0xC4DF, 0x502A, 0xC4E0, 0x6CE5, 0xC4E1, 0x5C3C, 0xC4E2, 0x62DF, 0xC4E3, 0x4F60, - 0xC4E4, 0x533F, 0xC4E5, 0x817B, 0xC4E6, 0x9006, 0xC4E7, 0x6EBA, 0xC4E8, 0x852B, 0xC4E9, 0x62C8, 0xC4EA, 0x5E74, 0xC4EB, 0x78BE, - 0xC4EC, 0x64B5, 0xC4ED, 0x637B, 0xC4EE, 0x5FF5, 0xC4EF, 0x5A18, 0xC4F0, 0x917F, 0xC4F1, 0x9E1F, 0xC4F2, 0x5C3F, 0xC4F3, 0x634F, - 0xC4F4, 0x8042, 0xC4F5, 0x5B7D, 0xC4F6, 0x556E, 0xC4F7, 0x954A, 0xC4F8, 0x954D, 0xC4F9, 0x6D85, 0xC4FA, 0x60A8, 0xC4FB, 0x67E0, - 0xC4FC, 0x72DE, 0xC4FD, 0x51DD, 0xC4FE, 0x5B81, 0xC540, 0x81D4, 0xC541, 0x81D5, 0xC542, 0x81D6, 0xC543, 0x81D7, 0xC544, 0x81D8, - 0xC545, 0x81D9, 0xC546, 0x81DA, 0xC547, 0x81DB, 0xC548, 0x81DC, 0xC549, 0x81DD, 0xC54A, 0x81DE, 0xC54B, 0x81DF, 0xC54C, 0x81E0, - 0xC54D, 0x81E1, 0xC54E, 0x81E2, 0xC54F, 0x81E4, 0xC550, 0x81E5, 0xC551, 0x81E6, 0xC552, 0x81E8, 0xC553, 0x81E9, 0xC554, 0x81EB, - 0xC555, 0x81EE, 0xC556, 0x81EF, 0xC557, 0x81F0, 0xC558, 0x81F1, 0xC559, 0x81F2, 0xC55A, 0x81F5, 0xC55B, 0x81F6, 0xC55C, 0x81F7, - 0xC55D, 0x81F8, 0xC55E, 0x81F9, 0xC55F, 0x81FA, 0xC560, 0x81FD, 0xC561, 0x81FF, 0xC562, 0x8203, 0xC563, 0x8207, 0xC564, 0x8208, - 0xC565, 0x8209, 0xC566, 0x820A, 0xC567, 0x820B, 0xC568, 0x820E, 0xC569, 0x820F, 0xC56A, 0x8211, 0xC56B, 0x8213, 0xC56C, 0x8215, - 0xC56D, 0x8216, 0xC56E, 0x8217, 0xC56F, 0x8218, 0xC570, 0x8219, 0xC571, 0x821A, 0xC572, 0x821D, 0xC573, 0x8220, 0xC574, 0x8224, - 0xC575, 0x8225, 0xC576, 0x8226, 0xC577, 0x8227, 0xC578, 0x8229, 0xC579, 0x822E, 0xC57A, 0x8232, 0xC57B, 0x823A, 0xC57C, 0x823C, - 0xC57D, 0x823D, 0xC57E, 0x823F, 0xC580, 0x8240, 0xC581, 0x8241, 0xC582, 0x8242, 0xC583, 0x8243, 0xC584, 0x8245, 0xC585, 0x8246, - 0xC586, 0x8248, 0xC587, 0x824A, 0xC588, 0x824C, 0xC589, 0x824D, 0xC58A, 0x824E, 0xC58B, 0x8250, 0xC58C, 0x8251, 0xC58D, 0x8252, - 0xC58E, 0x8253, 0xC58F, 0x8254, 0xC590, 0x8255, 0xC591, 0x8256, 0xC592, 0x8257, 0xC593, 0x8259, 0xC594, 0x825B, 0xC595, 0x825C, - 0xC596, 0x825D, 0xC597, 0x825E, 0xC598, 0x8260, 0xC599, 0x8261, 0xC59A, 0x8262, 0xC59B, 0x8263, 0xC59C, 0x8264, 0xC59D, 0x8265, - 0xC59E, 0x8266, 0xC59F, 0x8267, 0xC5A0, 0x8269, 0xC5A1, 0x62E7, 0xC5A2, 0x6CDE, 0xC5A3, 0x725B, 0xC5A4, 0x626D, 0xC5A5, 0x94AE, - 0xC5A6, 0x7EBD, 0xC5A7, 0x8113, 0xC5A8, 0x6D53, 0xC5A9, 0x519C, 0xC5AA, 0x5F04, 0xC5AB, 0x5974, 0xC5AC, 0x52AA, 0xC5AD, 0x6012, - 0xC5AE, 0x5973, 0xC5AF, 0x6696, 0xC5B0, 0x8650, 0xC5B1, 0x759F, 0xC5B2, 0x632A, 0xC5B3, 0x61E6, 0xC5B4, 0x7CEF, 0xC5B5, 0x8BFA, - 0xC5B6, 0x54E6, 0xC5B7, 0x6B27, 0xC5B8, 0x9E25, 0xC5B9, 0x6BB4, 0xC5BA, 0x85D5, 0xC5BB, 0x5455, 0xC5BC, 0x5076, 0xC5BD, 0x6CA4, - 0xC5BE, 0x556A, 0xC5BF, 0x8DB4, 0xC5C0, 0x722C, 0xC5C1, 0x5E15, 0xC5C2, 0x6015, 0xC5C3, 0x7436, 0xC5C4, 0x62CD, 0xC5C5, 0x6392, - 0xC5C6, 0x724C, 0xC5C7, 0x5F98, 0xC5C8, 0x6E43, 0xC5C9, 0x6D3E, 0xC5CA, 0x6500, 0xC5CB, 0x6F58, 0xC5CC, 0x76D8, 0xC5CD, 0x78D0, - 0xC5CE, 0x76FC, 0xC5CF, 0x7554, 0xC5D0, 0x5224, 0xC5D1, 0x53DB, 0xC5D2, 0x4E53, 0xC5D3, 0x5E9E, 0xC5D4, 0x65C1, 0xC5D5, 0x802A, - 0xC5D6, 0x80D6, 0xC5D7, 0x629B, 0xC5D8, 0x5486, 0xC5D9, 0x5228, 0xC5DA, 0x70AE, 0xC5DB, 0x888D, 0xC5DC, 0x8DD1, 0xC5DD, 0x6CE1, - 0xC5DE, 0x5478, 0xC5DF, 0x80DA, 0xC5E0, 0x57F9, 0xC5E1, 0x88F4, 0xC5E2, 0x8D54, 0xC5E3, 0x966A, 0xC5E4, 0x914D, 0xC5E5, 0x4F69, - 0xC5E6, 0x6C9B, 0xC5E7, 0x55B7, 0xC5E8, 0x76C6, 0xC5E9, 0x7830, 0xC5EA, 0x62A8, 0xC5EB, 0x70F9, 0xC5EC, 0x6F8E, 0xC5ED, 0x5F6D, - 0xC5EE, 0x84EC, 0xC5EF, 0x68DA, 0xC5F0, 0x787C, 0xC5F1, 0x7BF7, 0xC5F2, 0x81A8, 0xC5F3, 0x670B, 0xC5F4, 0x9E4F, 0xC5F5, 0x6367, - 0xC5F6, 0x78B0, 0xC5F7, 0x576F, 0xC5F8, 0x7812, 0xC5F9, 0x9739, 0xC5FA, 0x6279, 0xC5FB, 0x62AB, 0xC5FC, 0x5288, 0xC5FD, 0x7435, - 0xC5FE, 0x6BD7, 0xC640, 0x826A, 0xC641, 0x826B, 0xC642, 0x826C, 0xC643, 0x826D, 0xC644, 0x8271, 0xC645, 0x8275, 0xC646, 0x8276, - 0xC647, 0x8277, 0xC648, 0x8278, 0xC649, 0x827B, 0xC64A, 0x827C, 0xC64B, 0x8280, 0xC64C, 0x8281, 0xC64D, 0x8283, 0xC64E, 0x8285, - 0xC64F, 0x8286, 0xC650, 0x8287, 0xC651, 0x8289, 0xC652, 0x828C, 0xC653, 0x8290, 0xC654, 0x8293, 0xC655, 0x8294, 0xC656, 0x8295, - 0xC657, 0x8296, 0xC658, 0x829A, 0xC659, 0x829B, 0xC65A, 0x829E, 0xC65B, 0x82A0, 0xC65C, 0x82A2, 0xC65D, 0x82A3, 0xC65E, 0x82A7, - 0xC65F, 0x82B2, 0xC660, 0x82B5, 0xC661, 0x82B6, 0xC662, 0x82BA, 0xC663, 0x82BB, 0xC664, 0x82BC, 0xC665, 0x82BF, 0xC666, 0x82C0, - 0xC667, 0x82C2, 0xC668, 0x82C3, 0xC669, 0x82C5, 0xC66A, 0x82C6, 0xC66B, 0x82C9, 0xC66C, 0x82D0, 0xC66D, 0x82D6, 0xC66E, 0x82D9, - 0xC66F, 0x82DA, 0xC670, 0x82DD, 0xC671, 0x82E2, 0xC672, 0x82E7, 0xC673, 0x82E8, 0xC674, 0x82E9, 0xC675, 0x82EA, 0xC676, 0x82EC, - 0xC677, 0x82ED, 0xC678, 0x82EE, 0xC679, 0x82F0, 0xC67A, 0x82F2, 0xC67B, 0x82F3, 0xC67C, 0x82F5, 0xC67D, 0x82F6, 0xC67E, 0x82F8, - 0xC680, 0x82FA, 0xC681, 0x82FC, 0xC682, 0x82FD, 0xC683, 0x82FE, 0xC684, 0x82FF, 0xC685, 0x8300, 0xC686, 0x830A, 0xC687, 0x830B, - 0xC688, 0x830D, 0xC689, 0x8310, 0xC68A, 0x8312, 0xC68B, 0x8313, 0xC68C, 0x8316, 0xC68D, 0x8318, 0xC68E, 0x8319, 0xC68F, 0x831D, - 0xC690, 0x831E, 0xC691, 0x831F, 0xC692, 0x8320, 0xC693, 0x8321, 0xC694, 0x8322, 0xC695, 0x8323, 0xC696, 0x8324, 0xC697, 0x8325, - 0xC698, 0x8326, 0xC699, 0x8329, 0xC69A, 0x832A, 0xC69B, 0x832E, 0xC69C, 0x8330, 0xC69D, 0x8332, 0xC69E, 0x8337, 0xC69F, 0x833B, - 0xC6A0, 0x833D, 0xC6A1, 0x5564, 0xC6A2, 0x813E, 0xC6A3, 0x75B2, 0xC6A4, 0x76AE, 0xC6A5, 0x5339, 0xC6A6, 0x75DE, 0xC6A7, 0x50FB, - 0xC6A8, 0x5C41, 0xC6A9, 0x8B6C, 0xC6AA, 0x7BC7, 0xC6AB, 0x504F, 0xC6AC, 0x7247, 0xC6AD, 0x9A97, 0xC6AE, 0x98D8, 0xC6AF, 0x6F02, - 0xC6B0, 0x74E2, 0xC6B1, 0x7968, 0xC6B2, 0x6487, 0xC6B3, 0x77A5, 0xC6B4, 0x62FC, 0xC6B5, 0x9891, 0xC6B6, 0x8D2B, 0xC6B7, 0x54C1, - 0xC6B8, 0x8058, 0xC6B9, 0x4E52, 0xC6BA, 0x576A, 0xC6BB, 0x82F9, 0xC6BC, 0x840D, 0xC6BD, 0x5E73, 0xC6BE, 0x51ED, 0xC6BF, 0x74F6, - 0xC6C0, 0x8BC4, 0xC6C1, 0x5C4F, 0xC6C2, 0x5761, 0xC6C3, 0x6CFC, 0xC6C4, 0x9887, 0xC6C5, 0x5A46, 0xC6C6, 0x7834, 0xC6C7, 0x9B44, - 0xC6C8, 0x8FEB, 0xC6C9, 0x7C95, 0xC6CA, 0x5256, 0xC6CB, 0x6251, 0xC6CC, 0x94FA, 0xC6CD, 0x4EC6, 0xC6CE, 0x8386, 0xC6CF, 0x8461, - 0xC6D0, 0x83E9, 0xC6D1, 0x84B2, 0xC6D2, 0x57D4, 0xC6D3, 0x6734, 0xC6D4, 0x5703, 0xC6D5, 0x666E, 0xC6D6, 0x6D66, 0xC6D7, 0x8C31, - 0xC6D8, 0x66DD, 0xC6D9, 0x7011, 0xC6DA, 0x671F, 0xC6DB, 0x6B3A, 0xC6DC, 0x6816, 0xC6DD, 0x621A, 0xC6DE, 0x59BB, 0xC6DF, 0x4E03, - 0xC6E0, 0x51C4, 0xC6E1, 0x6F06, 0xC6E2, 0x67D2, 0xC6E3, 0x6C8F, 0xC6E4, 0x5176, 0xC6E5, 0x68CB, 0xC6E6, 0x5947, 0xC6E7, 0x6B67, - 0xC6E8, 0x7566, 0xC6E9, 0x5D0E, 0xC6EA, 0x8110, 0xC6EB, 0x9F50, 0xC6EC, 0x65D7, 0xC6ED, 0x7948, 0xC6EE, 0x7941, 0xC6EF, 0x9A91, - 0xC6F0, 0x8D77, 0xC6F1, 0x5C82, 0xC6F2, 0x4E5E, 0xC6F3, 0x4F01, 0xC6F4, 0x542F, 0xC6F5, 0x5951, 0xC6F6, 0x780C, 0xC6F7, 0x5668, - 0xC6F8, 0x6C14, 0xC6F9, 0x8FC4, 0xC6FA, 0x5F03, 0xC6FB, 0x6C7D, 0xC6FC, 0x6CE3, 0xC6FD, 0x8BAB, 0xC6FE, 0x6390, 0xC740, 0x833E, - 0xC741, 0x833F, 0xC742, 0x8341, 0xC743, 0x8342, 0xC744, 0x8344, 0xC745, 0x8345, 0xC746, 0x8348, 0xC747, 0x834A, 0xC748, 0x834B, - 0xC749, 0x834C, 0xC74A, 0x834D, 0xC74B, 0x834E, 0xC74C, 0x8353, 0xC74D, 0x8355, 0xC74E, 0x8356, 0xC74F, 0x8357, 0xC750, 0x8358, - 0xC751, 0x8359, 0xC752, 0x835D, 0xC753, 0x8362, 0xC754, 0x8370, 0xC755, 0x8371, 0xC756, 0x8372, 0xC757, 0x8373, 0xC758, 0x8374, - 0xC759, 0x8375, 0xC75A, 0x8376, 0xC75B, 0x8379, 0xC75C, 0x837A, 0xC75D, 0x837E, 0xC75E, 0x837F, 0xC75F, 0x8380, 0xC760, 0x8381, - 0xC761, 0x8382, 0xC762, 0x8383, 0xC763, 0x8384, 0xC764, 0x8387, 0xC765, 0x8388, 0xC766, 0x838A, 0xC767, 0x838B, 0xC768, 0x838C, - 0xC769, 0x838D, 0xC76A, 0x838F, 0xC76B, 0x8390, 0xC76C, 0x8391, 0xC76D, 0x8394, 0xC76E, 0x8395, 0xC76F, 0x8396, 0xC770, 0x8397, - 0xC771, 0x8399, 0xC772, 0x839A, 0xC773, 0x839D, 0xC774, 0x839F, 0xC775, 0x83A1, 0xC776, 0x83A2, 0xC777, 0x83A3, 0xC778, 0x83A4, - 0xC779, 0x83A5, 0xC77A, 0x83A6, 0xC77B, 0x83A7, 0xC77C, 0x83AC, 0xC77D, 0x83AD, 0xC77E, 0x83AE, 0xC780, 0x83AF, 0xC781, 0x83B5, - 0xC782, 0x83BB, 0xC783, 0x83BE, 0xC784, 0x83BF, 0xC785, 0x83C2, 0xC786, 0x83C3, 0xC787, 0x83C4, 0xC788, 0x83C6, 0xC789, 0x83C8, - 0xC78A, 0x83C9, 0xC78B, 0x83CB, 0xC78C, 0x83CD, 0xC78D, 0x83CE, 0xC78E, 0x83D0, 0xC78F, 0x83D1, 0xC790, 0x83D2, 0xC791, 0x83D3, - 0xC792, 0x83D5, 0xC793, 0x83D7, 0xC794, 0x83D9, 0xC795, 0x83DA, 0xC796, 0x83DB, 0xC797, 0x83DE, 0xC798, 0x83E2, 0xC799, 0x83E3, - 0xC79A, 0x83E4, 0xC79B, 0x83E6, 0xC79C, 0x83E7, 0xC79D, 0x83E8, 0xC79E, 0x83EB, 0xC79F, 0x83EC, 0xC7A0, 0x83ED, 0xC7A1, 0x6070, - 0xC7A2, 0x6D3D, 0xC7A3, 0x7275, 0xC7A4, 0x6266, 0xC7A5, 0x948E, 0xC7A6, 0x94C5, 0xC7A7, 0x5343, 0xC7A8, 0x8FC1, 0xC7A9, 0x7B7E, - 0xC7AA, 0x4EDF, 0xC7AB, 0x8C26, 0xC7AC, 0x4E7E, 0xC7AD, 0x9ED4, 0xC7AE, 0x94B1, 0xC7AF, 0x94B3, 0xC7B0, 0x524D, 0xC7B1, 0x6F5C, - 0xC7B2, 0x9063, 0xC7B3, 0x6D45, 0xC7B4, 0x8C34, 0xC7B5, 0x5811, 0xC7B6, 0x5D4C, 0xC7B7, 0x6B20, 0xC7B8, 0x6B49, 0xC7B9, 0x67AA, - 0xC7BA, 0x545B, 0xC7BB, 0x8154, 0xC7BC, 0x7F8C, 0xC7BD, 0x5899, 0xC7BE, 0x8537, 0xC7BF, 0x5F3A, 0xC7C0, 0x62A2, 0xC7C1, 0x6A47, - 0xC7C2, 0x9539, 0xC7C3, 0x6572, 0xC7C4, 0x6084, 0xC7C5, 0x6865, 0xC7C6, 0x77A7, 0xC7C7, 0x4E54, 0xC7C8, 0x4FA8, 0xC7C9, 0x5DE7, - 0xC7CA, 0x9798, 0xC7CB, 0x64AC, 0xC7CC, 0x7FD8, 0xC7CD, 0x5CED, 0xC7CE, 0x4FCF, 0xC7CF, 0x7A8D, 0xC7D0, 0x5207, 0xC7D1, 0x8304, - 0xC7D2, 0x4E14, 0xC7D3, 0x602F, 0xC7D4, 0x7A83, 0xC7D5, 0x94A6, 0xC7D6, 0x4FB5, 0xC7D7, 0x4EB2, 0xC7D8, 0x79E6, 0xC7D9, 0x7434, - 0xC7DA, 0x52E4, 0xC7DB, 0x82B9, 0xC7DC, 0x64D2, 0xC7DD, 0x79BD, 0xC7DE, 0x5BDD, 0xC7DF, 0x6C81, 0xC7E0, 0x9752, 0xC7E1, 0x8F7B, - 0xC7E2, 0x6C22, 0xC7E3, 0x503E, 0xC7E4, 0x537F, 0xC7E5, 0x6E05, 0xC7E6, 0x64CE, 0xC7E7, 0x6674, 0xC7E8, 0x6C30, 0xC7E9, 0x60C5, - 0xC7EA, 0x9877, 0xC7EB, 0x8BF7, 0xC7EC, 0x5E86, 0xC7ED, 0x743C, 0xC7EE, 0x7A77, 0xC7EF, 0x79CB, 0xC7F0, 0x4E18, 0xC7F1, 0x90B1, - 0xC7F2, 0x7403, 0xC7F3, 0x6C42, 0xC7F4, 0x56DA, 0xC7F5, 0x914B, 0xC7F6, 0x6CC5, 0xC7F7, 0x8D8B, 0xC7F8, 0x533A, 0xC7F9, 0x86C6, - 0xC7FA, 0x66F2, 0xC7FB, 0x8EAF, 0xC7FC, 0x5C48, 0xC7FD, 0x9A71, 0xC7FE, 0x6E20, 0xC840, 0x83EE, 0xC841, 0x83EF, 0xC842, 0x83F3, - 0xC843, 0x83F4, 0xC844, 0x83F5, 0xC845, 0x83F6, 0xC846, 0x83F7, 0xC847, 0x83FA, 0xC848, 0x83FB, 0xC849, 0x83FC, 0xC84A, 0x83FE, - 0xC84B, 0x83FF, 0xC84C, 0x8400, 0xC84D, 0x8402, 0xC84E, 0x8405, 0xC84F, 0x8407, 0xC850, 0x8408, 0xC851, 0x8409, 0xC852, 0x840A, - 0xC853, 0x8410, 0xC854, 0x8412, 0xC855, 0x8413, 0xC856, 0x8414, 0xC857, 0x8415, 0xC858, 0x8416, 0xC859, 0x8417, 0xC85A, 0x8419, - 0xC85B, 0x841A, 0xC85C, 0x841B, 0xC85D, 0x841E, 0xC85E, 0x841F, 0xC85F, 0x8420, 0xC860, 0x8421, 0xC861, 0x8422, 0xC862, 0x8423, - 0xC863, 0x8429, 0xC864, 0x842A, 0xC865, 0x842B, 0xC866, 0x842C, 0xC867, 0x842D, 0xC868, 0x842E, 0xC869, 0x842F, 0xC86A, 0x8430, - 0xC86B, 0x8432, 0xC86C, 0x8433, 0xC86D, 0x8434, 0xC86E, 0x8435, 0xC86F, 0x8436, 0xC870, 0x8437, 0xC871, 0x8439, 0xC872, 0x843A, - 0xC873, 0x843B, 0xC874, 0x843E, 0xC875, 0x843F, 0xC876, 0x8440, 0xC877, 0x8441, 0xC878, 0x8442, 0xC879, 0x8443, 0xC87A, 0x8444, - 0xC87B, 0x8445, 0xC87C, 0x8447, 0xC87D, 0x8448, 0xC87E, 0x8449, 0xC880, 0x844A, 0xC881, 0x844B, 0xC882, 0x844C, 0xC883, 0x844D, - 0xC884, 0x844E, 0xC885, 0x844F, 0xC886, 0x8450, 0xC887, 0x8452, 0xC888, 0x8453, 0xC889, 0x8454, 0xC88A, 0x8455, 0xC88B, 0x8456, - 0xC88C, 0x8458, 0xC88D, 0x845D, 0xC88E, 0x845E, 0xC88F, 0x845F, 0xC890, 0x8460, 0xC891, 0x8462, 0xC892, 0x8464, 0xC893, 0x8465, - 0xC894, 0x8466, 0xC895, 0x8467, 0xC896, 0x8468, 0xC897, 0x846A, 0xC898, 0x846E, 0xC899, 0x846F, 0xC89A, 0x8470, 0xC89B, 0x8472, - 0xC89C, 0x8474, 0xC89D, 0x8477, 0xC89E, 0x8479, 0xC89F, 0x847B, 0xC8A0, 0x847C, 0xC8A1, 0x53D6, 0xC8A2, 0x5A36, 0xC8A3, 0x9F8B, - 0xC8A4, 0x8DA3, 0xC8A5, 0x53BB, 0xC8A6, 0x5708, 0xC8A7, 0x98A7, 0xC8A8, 0x6743, 0xC8A9, 0x919B, 0xC8AA, 0x6CC9, 0xC8AB, 0x5168, - 0xC8AC, 0x75CA, 0xC8AD, 0x62F3, 0xC8AE, 0x72AC, 0xC8AF, 0x5238, 0xC8B0, 0x529D, 0xC8B1, 0x7F3A, 0xC8B2, 0x7094, 0xC8B3, 0x7638, - 0xC8B4, 0x5374, 0xC8B5, 0x9E4A, 0xC8B6, 0x69B7, 0xC8B7, 0x786E, 0xC8B8, 0x96C0, 0xC8B9, 0x88D9, 0xC8BA, 0x7FA4, 0xC8BB, 0x7136, - 0xC8BC, 0x71C3, 0xC8BD, 0x5189, 0xC8BE, 0x67D3, 0xC8BF, 0x74E4, 0xC8C0, 0x58E4, 0xC8C1, 0x6518, 0xC8C2, 0x56B7, 0xC8C3, 0x8BA9, - 0xC8C4, 0x9976, 0xC8C5, 0x6270, 0xC8C6, 0x7ED5, 0xC8C7, 0x60F9, 0xC8C8, 0x70ED, 0xC8C9, 0x58EC, 0xC8CA, 0x4EC1, 0xC8CB, 0x4EBA, - 0xC8CC, 0x5FCD, 0xC8CD, 0x97E7, 0xC8CE, 0x4EFB, 0xC8CF, 0x8BA4, 0xC8D0, 0x5203, 0xC8D1, 0x598A, 0xC8D2, 0x7EAB, 0xC8D3, 0x6254, - 0xC8D4, 0x4ECD, 0xC8D5, 0x65E5, 0xC8D6, 0x620E, 0xC8D7, 0x8338, 0xC8D8, 0x84C9, 0xC8D9, 0x8363, 0xC8DA, 0x878D, 0xC8DB, 0x7194, - 0xC8DC, 0x6EB6, 0xC8DD, 0x5BB9, 0xC8DE, 0x7ED2, 0xC8DF, 0x5197, 0xC8E0, 0x63C9, 0xC8E1, 0x67D4, 0xC8E2, 0x8089, 0xC8E3, 0x8339, - 0xC8E4, 0x8815, 0xC8E5, 0x5112, 0xC8E6, 0x5B7A, 0xC8E7, 0x5982, 0xC8E8, 0x8FB1, 0xC8E9, 0x4E73, 0xC8EA, 0x6C5D, 0xC8EB, 0x5165, - 0xC8EC, 0x8925, 0xC8ED, 0x8F6F, 0xC8EE, 0x962E, 0xC8EF, 0x854A, 0xC8F0, 0x745E, 0xC8F1, 0x9510, 0xC8F2, 0x95F0, 0xC8F3, 0x6DA6, - 0xC8F4, 0x82E5, 0xC8F5, 0x5F31, 0xC8F6, 0x6492, 0xC8F7, 0x6D12, 0xC8F8, 0x8428, 0xC8F9, 0x816E, 0xC8FA, 0x9CC3, 0xC8FB, 0x585E, - 0xC8FC, 0x8D5B, 0xC8FD, 0x4E09, 0xC8FE, 0x53C1, 0xC940, 0x847D, 0xC941, 0x847E, 0xC942, 0x847F, 0xC943, 0x8480, 0xC944, 0x8481, - 0xC945, 0x8483, 0xC946, 0x8484, 0xC947, 0x8485, 0xC948, 0x8486, 0xC949, 0x848A, 0xC94A, 0x848D, 0xC94B, 0x848F, 0xC94C, 0x8490, - 0xC94D, 0x8491, 0xC94E, 0x8492, 0xC94F, 0x8493, 0xC950, 0x8494, 0xC951, 0x8495, 0xC952, 0x8496, 0xC953, 0x8498, 0xC954, 0x849A, - 0xC955, 0x849B, 0xC956, 0x849D, 0xC957, 0x849E, 0xC958, 0x849F, 0xC959, 0x84A0, 0xC95A, 0x84A2, 0xC95B, 0x84A3, 0xC95C, 0x84A4, - 0xC95D, 0x84A5, 0xC95E, 0x84A6, 0xC95F, 0x84A7, 0xC960, 0x84A8, 0xC961, 0x84A9, 0xC962, 0x84AA, 0xC963, 0x84AB, 0xC964, 0x84AC, - 0xC965, 0x84AD, 0xC966, 0x84AE, 0xC967, 0x84B0, 0xC968, 0x84B1, 0xC969, 0x84B3, 0xC96A, 0x84B5, 0xC96B, 0x84B6, 0xC96C, 0x84B7, - 0xC96D, 0x84BB, 0xC96E, 0x84BC, 0xC96F, 0x84BE, 0xC970, 0x84C0, 0xC971, 0x84C2, 0xC972, 0x84C3, 0xC973, 0x84C5, 0xC974, 0x84C6, - 0xC975, 0x84C7, 0xC976, 0x84C8, 0xC977, 0x84CB, 0xC978, 0x84CC, 0xC979, 0x84CE, 0xC97A, 0x84CF, 0xC97B, 0x84D2, 0xC97C, 0x84D4, - 0xC97D, 0x84D5, 0xC97E, 0x84D7, 0xC980, 0x84D8, 0xC981, 0x84D9, 0xC982, 0x84DA, 0xC983, 0x84DB, 0xC984, 0x84DC, 0xC985, 0x84DE, - 0xC986, 0x84E1, 0xC987, 0x84E2, 0xC988, 0x84E4, 0xC989, 0x84E7, 0xC98A, 0x84E8, 0xC98B, 0x84E9, 0xC98C, 0x84EA, 0xC98D, 0x84EB, - 0xC98E, 0x84ED, 0xC98F, 0x84EE, 0xC990, 0x84EF, 0xC991, 0x84F1, 0xC992, 0x84F2, 0xC993, 0x84F3, 0xC994, 0x84F4, 0xC995, 0x84F5, - 0xC996, 0x84F6, 0xC997, 0x84F7, 0xC998, 0x84F8, 0xC999, 0x84F9, 0xC99A, 0x84FA, 0xC99B, 0x84FB, 0xC99C, 0x84FD, 0xC99D, 0x84FE, - 0xC99E, 0x8500, 0xC99F, 0x8501, 0xC9A0, 0x8502, 0xC9A1, 0x4F1E, 0xC9A2, 0x6563, 0xC9A3, 0x6851, 0xC9A4, 0x55D3, 0xC9A5, 0x4E27, - 0xC9A6, 0x6414, 0xC9A7, 0x9A9A, 0xC9A8, 0x626B, 0xC9A9, 0x5AC2, 0xC9AA, 0x745F, 0xC9AB, 0x8272, 0xC9AC, 0x6DA9, 0xC9AD, 0x68EE, - 0xC9AE, 0x50E7, 0xC9AF, 0x838E, 0xC9B0, 0x7802, 0xC9B1, 0x6740, 0xC9B2, 0x5239, 0xC9B3, 0x6C99, 0xC9B4, 0x7EB1, 0xC9B5, 0x50BB, - 0xC9B6, 0x5565, 0xC9B7, 0x715E, 0xC9B8, 0x7B5B, 0xC9B9, 0x6652, 0xC9BA, 0x73CA, 0xC9BB, 0x82EB, 0xC9BC, 0x6749, 0xC9BD, 0x5C71, - 0xC9BE, 0x5220, 0xC9BF, 0x717D, 0xC9C0, 0x886B, 0xC9C1, 0x95EA, 0xC9C2, 0x9655, 0xC9C3, 0x64C5, 0xC9C4, 0x8D61, 0xC9C5, 0x81B3, - 0xC9C6, 0x5584, 0xC9C7, 0x6C55, 0xC9C8, 0x6247, 0xC9C9, 0x7F2E, 0xC9CA, 0x5892, 0xC9CB, 0x4F24, 0xC9CC, 0x5546, 0xC9CD, 0x8D4F, - 0xC9CE, 0x664C, 0xC9CF, 0x4E0A, 0xC9D0, 0x5C1A, 0xC9D1, 0x88F3, 0xC9D2, 0x68A2, 0xC9D3, 0x634E, 0xC9D4, 0x7A0D, 0xC9D5, 0x70E7, - 0xC9D6, 0x828D, 0xC9D7, 0x52FA, 0xC9D8, 0x97F6, 0xC9D9, 0x5C11, 0xC9DA, 0x54E8, 0xC9DB, 0x90B5, 0xC9DC, 0x7ECD, 0xC9DD, 0x5962, - 0xC9DE, 0x8D4A, 0xC9DF, 0x86C7, 0xC9E0, 0x820C, 0xC9E1, 0x820D, 0xC9E2, 0x8D66, 0xC9E3, 0x6444, 0xC9E4, 0x5C04, 0xC9E5, 0x6151, - 0xC9E6, 0x6D89, 0xC9E7, 0x793E, 0xC9E8, 0x8BBE, 0xC9E9, 0x7837, 0xC9EA, 0x7533, 0xC9EB, 0x547B, 0xC9EC, 0x4F38, 0xC9ED, 0x8EAB, - 0xC9EE, 0x6DF1, 0xC9EF, 0x5A20, 0xC9F0, 0x7EC5, 0xC9F1, 0x795E, 0xC9F2, 0x6C88, 0xC9F3, 0x5BA1, 0xC9F4, 0x5A76, 0xC9F5, 0x751A, - 0xC9F6, 0x80BE, 0xC9F7, 0x614E, 0xC9F8, 0x6E17, 0xC9F9, 0x58F0, 0xC9FA, 0x751F, 0xC9FB, 0x7525, 0xC9FC, 0x7272, 0xC9FD, 0x5347, - 0xC9FE, 0x7EF3, 0xCA40, 0x8503, 0xCA41, 0x8504, 0xCA42, 0x8505, 0xCA43, 0x8506, 0xCA44, 0x8507, 0xCA45, 0x8508, 0xCA46, 0x8509, - 0xCA47, 0x850A, 0xCA48, 0x850B, 0xCA49, 0x850D, 0xCA4A, 0x850E, 0xCA4B, 0x850F, 0xCA4C, 0x8510, 0xCA4D, 0x8512, 0xCA4E, 0x8514, - 0xCA4F, 0x8515, 0xCA50, 0x8516, 0xCA51, 0x8518, 0xCA52, 0x8519, 0xCA53, 0x851B, 0xCA54, 0x851C, 0xCA55, 0x851D, 0xCA56, 0x851E, - 0xCA57, 0x8520, 0xCA58, 0x8522, 0xCA59, 0x8523, 0xCA5A, 0x8524, 0xCA5B, 0x8525, 0xCA5C, 0x8526, 0xCA5D, 0x8527, 0xCA5E, 0x8528, - 0xCA5F, 0x8529, 0xCA60, 0x852A, 0xCA61, 0x852D, 0xCA62, 0x852E, 0xCA63, 0x852F, 0xCA64, 0x8530, 0xCA65, 0x8531, 0xCA66, 0x8532, - 0xCA67, 0x8533, 0xCA68, 0x8534, 0xCA69, 0x8535, 0xCA6A, 0x8536, 0xCA6B, 0x853E, 0xCA6C, 0x853F, 0xCA6D, 0x8540, 0xCA6E, 0x8541, - 0xCA6F, 0x8542, 0xCA70, 0x8544, 0xCA71, 0x8545, 0xCA72, 0x8546, 0xCA73, 0x8547, 0xCA74, 0x854B, 0xCA75, 0x854C, 0xCA76, 0x854D, - 0xCA77, 0x854E, 0xCA78, 0x854F, 0xCA79, 0x8550, 0xCA7A, 0x8551, 0xCA7B, 0x8552, 0xCA7C, 0x8553, 0xCA7D, 0x8554, 0xCA7E, 0x8555, - 0xCA80, 0x8557, 0xCA81, 0x8558, 0xCA82, 0x855A, 0xCA83, 0x855B, 0xCA84, 0x855C, 0xCA85, 0x855D, 0xCA86, 0x855F, 0xCA87, 0x8560, - 0xCA88, 0x8561, 0xCA89, 0x8562, 0xCA8A, 0x8563, 0xCA8B, 0x8565, 0xCA8C, 0x8566, 0xCA8D, 0x8567, 0xCA8E, 0x8569, 0xCA8F, 0x856A, - 0xCA90, 0x856B, 0xCA91, 0x856C, 0xCA92, 0x856D, 0xCA93, 0x856E, 0xCA94, 0x856F, 0xCA95, 0x8570, 0xCA96, 0x8571, 0xCA97, 0x8573, - 0xCA98, 0x8575, 0xCA99, 0x8576, 0xCA9A, 0x8577, 0xCA9B, 0x8578, 0xCA9C, 0x857C, 0xCA9D, 0x857D, 0xCA9E, 0x857F, 0xCA9F, 0x8580, - 0xCAA0, 0x8581, 0xCAA1, 0x7701, 0xCAA2, 0x76DB, 0xCAA3, 0x5269, 0xCAA4, 0x80DC, 0xCAA5, 0x5723, 0xCAA6, 0x5E08, 0xCAA7, 0x5931, - 0xCAA8, 0x72EE, 0xCAA9, 0x65BD, 0xCAAA, 0x6E7F, 0xCAAB, 0x8BD7, 0xCAAC, 0x5C38, 0xCAAD, 0x8671, 0xCAAE, 0x5341, 0xCAAF, 0x77F3, - 0xCAB0, 0x62FE, 0xCAB1, 0x65F6, 0xCAB2, 0x4EC0, 0xCAB3, 0x98DF, 0xCAB4, 0x8680, 0xCAB5, 0x5B9E, 0xCAB6, 0x8BC6, 0xCAB7, 0x53F2, - 0xCAB8, 0x77E2, 0xCAB9, 0x4F7F, 0xCABA, 0x5C4E, 0xCABB, 0x9A76, 0xCABC, 0x59CB, 0xCABD, 0x5F0F, 0xCABE, 0x793A, 0xCABF, 0x58EB, - 0xCAC0, 0x4E16, 0xCAC1, 0x67FF, 0xCAC2, 0x4E8B, 0xCAC3, 0x62ED, 0xCAC4, 0x8A93, 0xCAC5, 0x901D, 0xCAC6, 0x52BF, 0xCAC7, 0x662F, - 0xCAC8, 0x55DC, 0xCAC9, 0x566C, 0xCACA, 0x9002, 0xCACB, 0x4ED5, 0xCACC, 0x4F8D, 0xCACD, 0x91CA, 0xCACE, 0x9970, 0xCACF, 0x6C0F, - 0xCAD0, 0x5E02, 0xCAD1, 0x6043, 0xCAD2, 0x5BA4, 0xCAD3, 0x89C6, 0xCAD4, 0x8BD5, 0xCAD5, 0x6536, 0xCAD6, 0x624B, 0xCAD7, 0x9996, - 0xCAD8, 0x5B88, 0xCAD9, 0x5BFF, 0xCADA, 0x6388, 0xCADB, 0x552E, 0xCADC, 0x53D7, 0xCADD, 0x7626, 0xCADE, 0x517D, 0xCADF, 0x852C, - 0xCAE0, 0x67A2, 0xCAE1, 0x68B3, 0xCAE2, 0x6B8A, 0xCAE3, 0x6292, 0xCAE4, 0x8F93, 0xCAE5, 0x53D4, 0xCAE6, 0x8212, 0xCAE7, 0x6DD1, - 0xCAE8, 0x758F, 0xCAE9, 0x4E66, 0xCAEA, 0x8D4E, 0xCAEB, 0x5B70, 0xCAEC, 0x719F, 0xCAED, 0x85AF, 0xCAEE, 0x6691, 0xCAEF, 0x66D9, - 0xCAF0, 0x7F72, 0xCAF1, 0x8700, 0xCAF2, 0x9ECD, 0xCAF3, 0x9F20, 0xCAF4, 0x5C5E, 0xCAF5, 0x672F, 0xCAF6, 0x8FF0, 0xCAF7, 0x6811, - 0xCAF8, 0x675F, 0xCAF9, 0x620D, 0xCAFA, 0x7AD6, 0xCAFB, 0x5885, 0xCAFC, 0x5EB6, 0xCAFD, 0x6570, 0xCAFE, 0x6F31, 0xCB40, 0x8582, - 0xCB41, 0x8583, 0xCB42, 0x8586, 0xCB43, 0x8588, 0xCB44, 0x8589, 0xCB45, 0x858A, 0xCB46, 0x858B, 0xCB47, 0x858C, 0xCB48, 0x858D, - 0xCB49, 0x858E, 0xCB4A, 0x8590, 0xCB4B, 0x8591, 0xCB4C, 0x8592, 0xCB4D, 0x8593, 0xCB4E, 0x8594, 0xCB4F, 0x8595, 0xCB50, 0x8596, - 0xCB51, 0x8597, 0xCB52, 0x8598, 0xCB53, 0x8599, 0xCB54, 0x859A, 0xCB55, 0x859D, 0xCB56, 0x859E, 0xCB57, 0x859F, 0xCB58, 0x85A0, - 0xCB59, 0x85A1, 0xCB5A, 0x85A2, 0xCB5B, 0x85A3, 0xCB5C, 0x85A5, 0xCB5D, 0x85A6, 0xCB5E, 0x85A7, 0xCB5F, 0x85A9, 0xCB60, 0x85AB, - 0xCB61, 0x85AC, 0xCB62, 0x85AD, 0xCB63, 0x85B1, 0xCB64, 0x85B2, 0xCB65, 0x85B3, 0xCB66, 0x85B4, 0xCB67, 0x85B5, 0xCB68, 0x85B6, - 0xCB69, 0x85B8, 0xCB6A, 0x85BA, 0xCB6B, 0x85BB, 0xCB6C, 0x85BC, 0xCB6D, 0x85BD, 0xCB6E, 0x85BE, 0xCB6F, 0x85BF, 0xCB70, 0x85C0, - 0xCB71, 0x85C2, 0xCB72, 0x85C3, 0xCB73, 0x85C4, 0xCB74, 0x85C5, 0xCB75, 0x85C6, 0xCB76, 0x85C7, 0xCB77, 0x85C8, 0xCB78, 0x85CA, - 0xCB79, 0x85CB, 0xCB7A, 0x85CC, 0xCB7B, 0x85CD, 0xCB7C, 0x85CE, 0xCB7D, 0x85D1, 0xCB7E, 0x85D2, 0xCB80, 0x85D4, 0xCB81, 0x85D6, - 0xCB82, 0x85D7, 0xCB83, 0x85D8, 0xCB84, 0x85D9, 0xCB85, 0x85DA, 0xCB86, 0x85DB, 0xCB87, 0x85DD, 0xCB88, 0x85DE, 0xCB89, 0x85DF, - 0xCB8A, 0x85E0, 0xCB8B, 0x85E1, 0xCB8C, 0x85E2, 0xCB8D, 0x85E3, 0xCB8E, 0x85E5, 0xCB8F, 0x85E6, 0xCB90, 0x85E7, 0xCB91, 0x85E8, - 0xCB92, 0x85EA, 0xCB93, 0x85EB, 0xCB94, 0x85EC, 0xCB95, 0x85ED, 0xCB96, 0x85EE, 0xCB97, 0x85EF, 0xCB98, 0x85F0, 0xCB99, 0x85F1, - 0xCB9A, 0x85F2, 0xCB9B, 0x85F3, 0xCB9C, 0x85F4, 0xCB9D, 0x85F5, 0xCB9E, 0x85F6, 0xCB9F, 0x85F7, 0xCBA0, 0x85F8, 0xCBA1, 0x6055, - 0xCBA2, 0x5237, 0xCBA3, 0x800D, 0xCBA4, 0x6454, 0xCBA5, 0x8870, 0xCBA6, 0x7529, 0xCBA7, 0x5E05, 0xCBA8, 0x6813, 0xCBA9, 0x62F4, - 0xCBAA, 0x971C, 0xCBAB, 0x53CC, 0xCBAC, 0x723D, 0xCBAD, 0x8C01, 0xCBAE, 0x6C34, 0xCBAF, 0x7761, 0xCBB0, 0x7A0E, 0xCBB1, 0x542E, - 0xCBB2, 0x77AC, 0xCBB3, 0x987A, 0xCBB4, 0x821C, 0xCBB5, 0x8BF4, 0xCBB6, 0x7855, 0xCBB7, 0x6714, 0xCBB8, 0x70C1, 0xCBB9, 0x65AF, - 0xCBBA, 0x6495, 0xCBBB, 0x5636, 0xCBBC, 0x601D, 0xCBBD, 0x79C1, 0xCBBE, 0x53F8, 0xCBBF, 0x4E1D, 0xCBC0, 0x6B7B, 0xCBC1, 0x8086, - 0xCBC2, 0x5BFA, 0xCBC3, 0x55E3, 0xCBC4, 0x56DB, 0xCBC5, 0x4F3A, 0xCBC6, 0x4F3C, 0xCBC7, 0x9972, 0xCBC8, 0x5DF3, 0xCBC9, 0x677E, - 0xCBCA, 0x8038, 0xCBCB, 0x6002, 0xCBCC, 0x9882, 0xCBCD, 0x9001, 0xCBCE, 0x5B8B, 0xCBCF, 0x8BBC, 0xCBD0, 0x8BF5, 0xCBD1, 0x641C, - 0xCBD2, 0x8258, 0xCBD3, 0x64DE, 0xCBD4, 0x55FD, 0xCBD5, 0x82CF, 0xCBD6, 0x9165, 0xCBD7, 0x4FD7, 0xCBD8, 0x7D20, 0xCBD9, 0x901F, - 0xCBDA, 0x7C9F, 0xCBDB, 0x50F3, 0xCBDC, 0x5851, 0xCBDD, 0x6EAF, 0xCBDE, 0x5BBF, 0xCBDF, 0x8BC9, 0xCBE0, 0x8083, 0xCBE1, 0x9178, - 0xCBE2, 0x849C, 0xCBE3, 0x7B97, 0xCBE4, 0x867D, 0xCBE5, 0x968B, 0xCBE6, 0x968F, 0xCBE7, 0x7EE5, 0xCBE8, 0x9AD3, 0xCBE9, 0x788E, - 0xCBEA, 0x5C81, 0xCBEB, 0x7A57, 0xCBEC, 0x9042, 0xCBED, 0x96A7, 0xCBEE, 0x795F, 0xCBEF, 0x5B59, 0xCBF0, 0x635F, 0xCBF1, 0x7B0B, - 0xCBF2, 0x84D1, 0xCBF3, 0x68AD, 0xCBF4, 0x5506, 0xCBF5, 0x7F29, 0xCBF6, 0x7410, 0xCBF7, 0x7D22, 0xCBF8, 0x9501, 0xCBF9, 0x6240, - 0xCBFA, 0x584C, 0xCBFB, 0x4ED6, 0xCBFC, 0x5B83, 0xCBFD, 0x5979, 0xCBFE, 0x5854, 0xCC40, 0x85F9, 0xCC41, 0x85FA, 0xCC42, 0x85FC, - 0xCC43, 0x85FD, 0xCC44, 0x85FE, 0xCC45, 0x8600, 0xCC46, 0x8601, 0xCC47, 0x8602, 0xCC48, 0x8603, 0xCC49, 0x8604, 0xCC4A, 0x8606, - 0xCC4B, 0x8607, 0xCC4C, 0x8608, 0xCC4D, 0x8609, 0xCC4E, 0x860A, 0xCC4F, 0x860B, 0xCC50, 0x860C, 0xCC51, 0x860D, 0xCC52, 0x860E, - 0xCC53, 0x860F, 0xCC54, 0x8610, 0xCC55, 0x8612, 0xCC56, 0x8613, 0xCC57, 0x8614, 0xCC58, 0x8615, 0xCC59, 0x8617, 0xCC5A, 0x8618, - 0xCC5B, 0x8619, 0xCC5C, 0x861A, 0xCC5D, 0x861B, 0xCC5E, 0x861C, 0xCC5F, 0x861D, 0xCC60, 0x861E, 0xCC61, 0x861F, 0xCC62, 0x8620, - 0xCC63, 0x8621, 0xCC64, 0x8622, 0xCC65, 0x8623, 0xCC66, 0x8624, 0xCC67, 0x8625, 0xCC68, 0x8626, 0xCC69, 0x8628, 0xCC6A, 0x862A, - 0xCC6B, 0x862B, 0xCC6C, 0x862C, 0xCC6D, 0x862D, 0xCC6E, 0x862E, 0xCC6F, 0x862F, 0xCC70, 0x8630, 0xCC71, 0x8631, 0xCC72, 0x8632, - 0xCC73, 0x8633, 0xCC74, 0x8634, 0xCC75, 0x8635, 0xCC76, 0x8636, 0xCC77, 0x8637, 0xCC78, 0x8639, 0xCC79, 0x863A, 0xCC7A, 0x863B, - 0xCC7B, 0x863D, 0xCC7C, 0x863E, 0xCC7D, 0x863F, 0xCC7E, 0x8640, 0xCC80, 0x8641, 0xCC81, 0x8642, 0xCC82, 0x8643, 0xCC83, 0x8644, - 0xCC84, 0x8645, 0xCC85, 0x8646, 0xCC86, 0x8647, 0xCC87, 0x8648, 0xCC88, 0x8649, 0xCC89, 0x864A, 0xCC8A, 0x864B, 0xCC8B, 0x864C, - 0xCC8C, 0x8652, 0xCC8D, 0x8653, 0xCC8E, 0x8655, 0xCC8F, 0x8656, 0xCC90, 0x8657, 0xCC91, 0x8658, 0xCC92, 0x8659, 0xCC93, 0x865B, - 0xCC94, 0x865C, 0xCC95, 0x865D, 0xCC96, 0x865F, 0xCC97, 0x8660, 0xCC98, 0x8661, 0xCC99, 0x8663, 0xCC9A, 0x8664, 0xCC9B, 0x8665, - 0xCC9C, 0x8666, 0xCC9D, 0x8667, 0xCC9E, 0x8668, 0xCC9F, 0x8669, 0xCCA0, 0x866A, 0xCCA1, 0x736D, 0xCCA2, 0x631E, 0xCCA3, 0x8E4B, - 0xCCA4, 0x8E0F, 0xCCA5, 0x80CE, 0xCCA6, 0x82D4, 0xCCA7, 0x62AC, 0xCCA8, 0x53F0, 0xCCA9, 0x6CF0, 0xCCAA, 0x915E, 0xCCAB, 0x592A, - 0xCCAC, 0x6001, 0xCCAD, 0x6C70, 0xCCAE, 0x574D, 0xCCAF, 0x644A, 0xCCB0, 0x8D2A, 0xCCB1, 0x762B, 0xCCB2, 0x6EE9, 0xCCB3, 0x575B, - 0xCCB4, 0x6A80, 0xCCB5, 0x75F0, 0xCCB6, 0x6F6D, 0xCCB7, 0x8C2D, 0xCCB8, 0x8C08, 0xCCB9, 0x5766, 0xCCBA, 0x6BEF, 0xCCBB, 0x8892, - 0xCCBC, 0x78B3, 0xCCBD, 0x63A2, 0xCCBE, 0x53F9, 0xCCBF, 0x70AD, 0xCCC0, 0x6C64, 0xCCC1, 0x5858, 0xCCC2, 0x642A, 0xCCC3, 0x5802, - 0xCCC4, 0x68E0, 0xCCC5, 0x819B, 0xCCC6, 0x5510, 0xCCC7, 0x7CD6, 0xCCC8, 0x5018, 0xCCC9, 0x8EBA, 0xCCCA, 0x6DCC, 0xCCCB, 0x8D9F, - 0xCCCC, 0x70EB, 0xCCCD, 0x638F, 0xCCCE, 0x6D9B, 0xCCCF, 0x6ED4, 0xCCD0, 0x7EE6, 0xCCD1, 0x8404, 0xCCD2, 0x6843, 0xCCD3, 0x9003, - 0xCCD4, 0x6DD8, 0xCCD5, 0x9676, 0xCCD6, 0x8BA8, 0xCCD7, 0x5957, 0xCCD8, 0x7279, 0xCCD9, 0x85E4, 0xCCDA, 0x817E, 0xCCDB, 0x75BC, - 0xCCDC, 0x8A8A, 0xCCDD, 0x68AF, 0xCCDE, 0x5254, 0xCCDF, 0x8E22, 0xCCE0, 0x9511, 0xCCE1, 0x63D0, 0xCCE2, 0x9898, 0xCCE3, 0x8E44, - 0xCCE4, 0x557C, 0xCCE5, 0x4F53, 0xCCE6, 0x66FF, 0xCCE7, 0x568F, 0xCCE8, 0x60D5, 0xCCE9, 0x6D95, 0xCCEA, 0x5243, 0xCCEB, 0x5C49, - 0xCCEC, 0x5929, 0xCCED, 0x6DFB, 0xCCEE, 0x586B, 0xCCEF, 0x7530, 0xCCF0, 0x751C, 0xCCF1, 0x606C, 0xCCF2, 0x8214, 0xCCF3, 0x8146, - 0xCCF4, 0x6311, 0xCCF5, 0x6761, 0xCCF6, 0x8FE2, 0xCCF7, 0x773A, 0xCCF8, 0x8DF3, 0xCCF9, 0x8D34, 0xCCFA, 0x94C1, 0xCCFB, 0x5E16, - 0xCCFC, 0x5385, 0xCCFD, 0x542C, 0xCCFE, 0x70C3, 0xCD40, 0x866D, 0xCD41, 0x866F, 0xCD42, 0x8670, 0xCD43, 0x8672, 0xCD44, 0x8673, - 0xCD45, 0x8674, 0xCD46, 0x8675, 0xCD47, 0x8676, 0xCD48, 0x8677, 0xCD49, 0x8678, 0xCD4A, 0x8683, 0xCD4B, 0x8684, 0xCD4C, 0x8685, - 0xCD4D, 0x8686, 0xCD4E, 0x8687, 0xCD4F, 0x8688, 0xCD50, 0x8689, 0xCD51, 0x868E, 0xCD52, 0x868F, 0xCD53, 0x8690, 0xCD54, 0x8691, - 0xCD55, 0x8692, 0xCD56, 0x8694, 0xCD57, 0x8696, 0xCD58, 0x8697, 0xCD59, 0x8698, 0xCD5A, 0x8699, 0xCD5B, 0x869A, 0xCD5C, 0x869B, - 0xCD5D, 0x869E, 0xCD5E, 0x869F, 0xCD5F, 0x86A0, 0xCD60, 0x86A1, 0xCD61, 0x86A2, 0xCD62, 0x86A5, 0xCD63, 0x86A6, 0xCD64, 0x86AB, - 0xCD65, 0x86AD, 0xCD66, 0x86AE, 0xCD67, 0x86B2, 0xCD68, 0x86B3, 0xCD69, 0x86B7, 0xCD6A, 0x86B8, 0xCD6B, 0x86B9, 0xCD6C, 0x86BB, - 0xCD6D, 0x86BC, 0xCD6E, 0x86BD, 0xCD6F, 0x86BE, 0xCD70, 0x86BF, 0xCD71, 0x86C1, 0xCD72, 0x86C2, 0xCD73, 0x86C3, 0xCD74, 0x86C5, - 0xCD75, 0x86C8, 0xCD76, 0x86CC, 0xCD77, 0x86CD, 0xCD78, 0x86D2, 0xCD79, 0x86D3, 0xCD7A, 0x86D5, 0xCD7B, 0x86D6, 0xCD7C, 0x86D7, - 0xCD7D, 0x86DA, 0xCD7E, 0x86DC, 0xCD80, 0x86DD, 0xCD81, 0x86E0, 0xCD82, 0x86E1, 0xCD83, 0x86E2, 0xCD84, 0x86E3, 0xCD85, 0x86E5, - 0xCD86, 0x86E6, 0xCD87, 0x86E7, 0xCD88, 0x86E8, 0xCD89, 0x86EA, 0xCD8A, 0x86EB, 0xCD8B, 0x86EC, 0xCD8C, 0x86EF, 0xCD8D, 0x86F5, - 0xCD8E, 0x86F6, 0xCD8F, 0x86F7, 0xCD90, 0x86FA, 0xCD91, 0x86FB, 0xCD92, 0x86FC, 0xCD93, 0x86FD, 0xCD94, 0x86FF, 0xCD95, 0x8701, - 0xCD96, 0x8704, 0xCD97, 0x8705, 0xCD98, 0x8706, 0xCD99, 0x870B, 0xCD9A, 0x870C, 0xCD9B, 0x870E, 0xCD9C, 0x870F, 0xCD9D, 0x8710, - 0xCD9E, 0x8711, 0xCD9F, 0x8714, 0xCDA0, 0x8716, 0xCDA1, 0x6C40, 0xCDA2, 0x5EF7, 0xCDA3, 0x505C, 0xCDA4, 0x4EAD, 0xCDA5, 0x5EAD, - 0xCDA6, 0x633A, 0xCDA7, 0x8247, 0xCDA8, 0x901A, 0xCDA9, 0x6850, 0xCDAA, 0x916E, 0xCDAB, 0x77B3, 0xCDAC, 0x540C, 0xCDAD, 0x94DC, - 0xCDAE, 0x5F64, 0xCDAF, 0x7AE5, 0xCDB0, 0x6876, 0xCDB1, 0x6345, 0xCDB2, 0x7B52, 0xCDB3, 0x7EDF, 0xCDB4, 0x75DB, 0xCDB5, 0x5077, - 0xCDB6, 0x6295, 0xCDB7, 0x5934, 0xCDB8, 0x900F, 0xCDB9, 0x51F8, 0xCDBA, 0x79C3, 0xCDBB, 0x7A81, 0xCDBC, 0x56FE, 0xCDBD, 0x5F92, - 0xCDBE, 0x9014, 0xCDBF, 0x6D82, 0xCDC0, 0x5C60, 0xCDC1, 0x571F, 0xCDC2, 0x5410, 0xCDC3, 0x5154, 0xCDC4, 0x6E4D, 0xCDC5, 0x56E2, - 0xCDC6, 0x63A8, 0xCDC7, 0x9893, 0xCDC8, 0x817F, 0xCDC9, 0x8715, 0xCDCA, 0x892A, 0xCDCB, 0x9000, 0xCDCC, 0x541E, 0xCDCD, 0x5C6F, - 0xCDCE, 0x81C0, 0xCDCF, 0x62D6, 0xCDD0, 0x6258, 0xCDD1, 0x8131, 0xCDD2, 0x9E35, 0xCDD3, 0x9640, 0xCDD4, 0x9A6E, 0xCDD5, 0x9A7C, - 0xCDD6, 0x692D, 0xCDD7, 0x59A5, 0xCDD8, 0x62D3, 0xCDD9, 0x553E, 0xCDDA, 0x6316, 0xCDDB, 0x54C7, 0xCDDC, 0x86D9, 0xCDDD, 0x6D3C, - 0xCDDE, 0x5A03, 0xCDDF, 0x74E6, 0xCDE0, 0x889C, 0xCDE1, 0x6B6A, 0xCDE2, 0x5916, 0xCDE3, 0x8C4C, 0xCDE4, 0x5F2F, 0xCDE5, 0x6E7E, - 0xCDE6, 0x73A9, 0xCDE7, 0x987D, 0xCDE8, 0x4E38, 0xCDE9, 0x70F7, 0xCDEA, 0x5B8C, 0xCDEB, 0x7897, 0xCDEC, 0x633D, 0xCDED, 0x665A, - 0xCDEE, 0x7696, 0xCDEF, 0x60CB, 0xCDF0, 0x5B9B, 0xCDF1, 0x5A49, 0xCDF2, 0x4E07, 0xCDF3, 0x8155, 0xCDF4, 0x6C6A, 0xCDF5, 0x738B, - 0xCDF6, 0x4EA1, 0xCDF7, 0x6789, 0xCDF8, 0x7F51, 0xCDF9, 0x5F80, 0xCDFA, 0x65FA, 0xCDFB, 0x671B, 0xCDFC, 0x5FD8, 0xCDFD, 0x5984, - 0xCDFE, 0x5A01, 0xCE40, 0x8719, 0xCE41, 0x871B, 0xCE42, 0x871D, 0xCE43, 0x871F, 0xCE44, 0x8720, 0xCE45, 0x8724, 0xCE46, 0x8726, - 0xCE47, 0x8727, 0xCE48, 0x8728, 0xCE49, 0x872A, 0xCE4A, 0x872B, 0xCE4B, 0x872C, 0xCE4C, 0x872D, 0xCE4D, 0x872F, 0xCE4E, 0x8730, - 0xCE4F, 0x8732, 0xCE50, 0x8733, 0xCE51, 0x8735, 0xCE52, 0x8736, 0xCE53, 0x8738, 0xCE54, 0x8739, 0xCE55, 0x873A, 0xCE56, 0x873C, - 0xCE57, 0x873D, 0xCE58, 0x8740, 0xCE59, 0x8741, 0xCE5A, 0x8742, 0xCE5B, 0x8743, 0xCE5C, 0x8744, 0xCE5D, 0x8745, 0xCE5E, 0x8746, - 0xCE5F, 0x874A, 0xCE60, 0x874B, 0xCE61, 0x874D, 0xCE62, 0x874F, 0xCE63, 0x8750, 0xCE64, 0x8751, 0xCE65, 0x8752, 0xCE66, 0x8754, - 0xCE67, 0x8755, 0xCE68, 0x8756, 0xCE69, 0x8758, 0xCE6A, 0x875A, 0xCE6B, 0x875B, 0xCE6C, 0x875C, 0xCE6D, 0x875D, 0xCE6E, 0x875E, - 0xCE6F, 0x875F, 0xCE70, 0x8761, 0xCE71, 0x8762, 0xCE72, 0x8766, 0xCE73, 0x8767, 0xCE74, 0x8768, 0xCE75, 0x8769, 0xCE76, 0x876A, - 0xCE77, 0x876B, 0xCE78, 0x876C, 0xCE79, 0x876D, 0xCE7A, 0x876F, 0xCE7B, 0x8771, 0xCE7C, 0x8772, 0xCE7D, 0x8773, 0xCE7E, 0x8775, - 0xCE80, 0x8777, 0xCE81, 0x8778, 0xCE82, 0x8779, 0xCE83, 0x877A, 0xCE84, 0x877F, 0xCE85, 0x8780, 0xCE86, 0x8781, 0xCE87, 0x8784, - 0xCE88, 0x8786, 0xCE89, 0x8787, 0xCE8A, 0x8789, 0xCE8B, 0x878A, 0xCE8C, 0x878C, 0xCE8D, 0x878E, 0xCE8E, 0x878F, 0xCE8F, 0x8790, - 0xCE90, 0x8791, 0xCE91, 0x8792, 0xCE92, 0x8794, 0xCE93, 0x8795, 0xCE94, 0x8796, 0xCE95, 0x8798, 0xCE96, 0x8799, 0xCE97, 0x879A, - 0xCE98, 0x879B, 0xCE99, 0x879C, 0xCE9A, 0x879D, 0xCE9B, 0x879E, 0xCE9C, 0x87A0, 0xCE9D, 0x87A1, 0xCE9E, 0x87A2, 0xCE9F, 0x87A3, - 0xCEA0, 0x87A4, 0xCEA1, 0x5DCD, 0xCEA2, 0x5FAE, 0xCEA3, 0x5371, 0xCEA4, 0x97E6, 0xCEA5, 0x8FDD, 0xCEA6, 0x6845, 0xCEA7, 0x56F4, - 0xCEA8, 0x552F, 0xCEA9, 0x60DF, 0xCEAA, 0x4E3A, 0xCEAB, 0x6F4D, 0xCEAC, 0x7EF4, 0xCEAD, 0x82C7, 0xCEAE, 0x840E, 0xCEAF, 0x59D4, - 0xCEB0, 0x4F1F, 0xCEB1, 0x4F2A, 0xCEB2, 0x5C3E, 0xCEB3, 0x7EAC, 0xCEB4, 0x672A, 0xCEB5, 0x851A, 0xCEB6, 0x5473, 0xCEB7, 0x754F, - 0xCEB8, 0x80C3, 0xCEB9, 0x5582, 0xCEBA, 0x9B4F, 0xCEBB, 0x4F4D, 0xCEBC, 0x6E2D, 0xCEBD, 0x8C13, 0xCEBE, 0x5C09, 0xCEBF, 0x6170, - 0xCEC0, 0x536B, 0xCEC1, 0x761F, 0xCEC2, 0x6E29, 0xCEC3, 0x868A, 0xCEC4, 0x6587, 0xCEC5, 0x95FB, 0xCEC6, 0x7EB9, 0xCEC7, 0x543B, - 0xCEC8, 0x7A33, 0xCEC9, 0x7D0A, 0xCECA, 0x95EE, 0xCECB, 0x55E1, 0xCECC, 0x7FC1, 0xCECD, 0x74EE, 0xCECE, 0x631D, 0xCECF, 0x8717, - 0xCED0, 0x6DA1, 0xCED1, 0x7A9D, 0xCED2, 0x6211, 0xCED3, 0x65A1, 0xCED4, 0x5367, 0xCED5, 0x63E1, 0xCED6, 0x6C83, 0xCED7, 0x5DEB, - 0xCED8, 0x545C, 0xCED9, 0x94A8, 0xCEDA, 0x4E4C, 0xCEDB, 0x6C61, 0xCEDC, 0x8BEC, 0xCEDD, 0x5C4B, 0xCEDE, 0x65E0, 0xCEDF, 0x829C, - 0xCEE0, 0x68A7, 0xCEE1, 0x543E, 0xCEE2, 0x5434, 0xCEE3, 0x6BCB, 0xCEE4, 0x6B66, 0xCEE5, 0x4E94, 0xCEE6, 0x6342, 0xCEE7, 0x5348, - 0xCEE8, 0x821E, 0xCEE9, 0x4F0D, 0xCEEA, 0x4FAE, 0xCEEB, 0x575E, 0xCEEC, 0x620A, 0xCEED, 0x96FE, 0xCEEE, 0x6664, 0xCEEF, 0x7269, - 0xCEF0, 0x52FF, 0xCEF1, 0x52A1, 0xCEF2, 0x609F, 0xCEF3, 0x8BEF, 0xCEF4, 0x6614, 0xCEF5, 0x7199, 0xCEF6, 0x6790, 0xCEF7, 0x897F, - 0xCEF8, 0x7852, 0xCEF9, 0x77FD, 0xCEFA, 0x6670, 0xCEFB, 0x563B, 0xCEFC, 0x5438, 0xCEFD, 0x9521, 0xCEFE, 0x727A, 0xCF40, 0x87A5, - 0xCF41, 0x87A6, 0xCF42, 0x87A7, 0xCF43, 0x87A9, 0xCF44, 0x87AA, 0xCF45, 0x87AE, 0xCF46, 0x87B0, 0xCF47, 0x87B1, 0xCF48, 0x87B2, - 0xCF49, 0x87B4, 0xCF4A, 0x87B6, 0xCF4B, 0x87B7, 0xCF4C, 0x87B8, 0xCF4D, 0x87B9, 0xCF4E, 0x87BB, 0xCF4F, 0x87BC, 0xCF50, 0x87BE, - 0xCF51, 0x87BF, 0xCF52, 0x87C1, 0xCF53, 0x87C2, 0xCF54, 0x87C3, 0xCF55, 0x87C4, 0xCF56, 0x87C5, 0xCF57, 0x87C7, 0xCF58, 0x87C8, - 0xCF59, 0x87C9, 0xCF5A, 0x87CC, 0xCF5B, 0x87CD, 0xCF5C, 0x87CE, 0xCF5D, 0x87CF, 0xCF5E, 0x87D0, 0xCF5F, 0x87D4, 0xCF60, 0x87D5, - 0xCF61, 0x87D6, 0xCF62, 0x87D7, 0xCF63, 0x87D8, 0xCF64, 0x87D9, 0xCF65, 0x87DA, 0xCF66, 0x87DC, 0xCF67, 0x87DD, 0xCF68, 0x87DE, - 0xCF69, 0x87DF, 0xCF6A, 0x87E1, 0xCF6B, 0x87E2, 0xCF6C, 0x87E3, 0xCF6D, 0x87E4, 0xCF6E, 0x87E6, 0xCF6F, 0x87E7, 0xCF70, 0x87E8, - 0xCF71, 0x87E9, 0xCF72, 0x87EB, 0xCF73, 0x87EC, 0xCF74, 0x87ED, 0xCF75, 0x87EF, 0xCF76, 0x87F0, 0xCF77, 0x87F1, 0xCF78, 0x87F2, - 0xCF79, 0x87F3, 0xCF7A, 0x87F4, 0xCF7B, 0x87F5, 0xCF7C, 0x87F6, 0xCF7D, 0x87F7, 0xCF7E, 0x87F8, 0xCF80, 0x87FA, 0xCF81, 0x87FB, - 0xCF82, 0x87FC, 0xCF83, 0x87FD, 0xCF84, 0x87FF, 0xCF85, 0x8800, 0xCF86, 0x8801, 0xCF87, 0x8802, 0xCF88, 0x8804, 0xCF89, 0x8805, - 0xCF8A, 0x8806, 0xCF8B, 0x8807, 0xCF8C, 0x8808, 0xCF8D, 0x8809, 0xCF8E, 0x880B, 0xCF8F, 0x880C, 0xCF90, 0x880D, 0xCF91, 0x880E, - 0xCF92, 0x880F, 0xCF93, 0x8810, 0xCF94, 0x8811, 0xCF95, 0x8812, 0xCF96, 0x8814, 0xCF97, 0x8817, 0xCF98, 0x8818, 0xCF99, 0x8819, - 0xCF9A, 0x881A, 0xCF9B, 0x881C, 0xCF9C, 0x881D, 0xCF9D, 0x881E, 0xCF9E, 0x881F, 0xCF9F, 0x8820, 0xCFA0, 0x8823, 0xCFA1, 0x7A00, - 0xCFA2, 0x606F, 0xCFA3, 0x5E0C, 0xCFA4, 0x6089, 0xCFA5, 0x819D, 0xCFA6, 0x5915, 0xCFA7, 0x60DC, 0xCFA8, 0x7184, 0xCFA9, 0x70EF, - 0xCFAA, 0x6EAA, 0xCFAB, 0x6C50, 0xCFAC, 0x7280, 0xCFAD, 0x6A84, 0xCFAE, 0x88AD, 0xCFAF, 0x5E2D, 0xCFB0, 0x4E60, 0xCFB1, 0x5AB3, - 0xCFB2, 0x559C, 0xCFB3, 0x94E3, 0xCFB4, 0x6D17, 0xCFB5, 0x7CFB, 0xCFB6, 0x9699, 0xCFB7, 0x620F, 0xCFB8, 0x7EC6, 0xCFB9, 0x778E, - 0xCFBA, 0x867E, 0xCFBB, 0x5323, 0xCFBC, 0x971E, 0xCFBD, 0x8F96, 0xCFBE, 0x6687, 0xCFBF, 0x5CE1, 0xCFC0, 0x4FA0, 0xCFC1, 0x72ED, - 0xCFC2, 0x4E0B, 0xCFC3, 0x53A6, 0xCFC4, 0x590F, 0xCFC5, 0x5413, 0xCFC6, 0x6380, 0xCFC7, 0x9528, 0xCFC8, 0x5148, 0xCFC9, 0x4ED9, - 0xCFCA, 0x9C9C, 0xCFCB, 0x7EA4, 0xCFCC, 0x54B8, 0xCFCD, 0x8D24, 0xCFCE, 0x8854, 0xCFCF, 0x8237, 0xCFD0, 0x95F2, 0xCFD1, 0x6D8E, - 0xCFD2, 0x5F26, 0xCFD3, 0x5ACC, 0xCFD4, 0x663E, 0xCFD5, 0x9669, 0xCFD6, 0x73B0, 0xCFD7, 0x732E, 0xCFD8, 0x53BF, 0xCFD9, 0x817A, - 0xCFDA, 0x9985, 0xCFDB, 0x7FA1, 0xCFDC, 0x5BAA, 0xCFDD, 0x9677, 0xCFDE, 0x9650, 0xCFDF, 0x7EBF, 0xCFE0, 0x76F8, 0xCFE1, 0x53A2, - 0xCFE2, 0x9576, 0xCFE3, 0x9999, 0xCFE4, 0x7BB1, 0xCFE5, 0x8944, 0xCFE6, 0x6E58, 0xCFE7, 0x4E61, 0xCFE8, 0x7FD4, 0xCFE9, 0x7965, - 0xCFEA, 0x8BE6, 0xCFEB, 0x60F3, 0xCFEC, 0x54CD, 0xCFED, 0x4EAB, 0xCFEE, 0x9879, 0xCFEF, 0x5DF7, 0xCFF0, 0x6A61, 0xCFF1, 0x50CF, - 0xCFF2, 0x5411, 0xCFF3, 0x8C61, 0xCFF4, 0x8427, 0xCFF5, 0x785D, 0xCFF6, 0x9704, 0xCFF7, 0x524A, 0xCFF8, 0x54EE, 0xCFF9, 0x56A3, - 0xCFFA, 0x9500, 0xCFFB, 0x6D88, 0xCFFC, 0x5BB5, 0xCFFD, 0x6DC6, 0xCFFE, 0x6653, 0xD040, 0x8824, 0xD041, 0x8825, 0xD042, 0x8826, - 0xD043, 0x8827, 0xD044, 0x8828, 0xD045, 0x8829, 0xD046, 0x882A, 0xD047, 0x882B, 0xD048, 0x882C, 0xD049, 0x882D, 0xD04A, 0x882E, - 0xD04B, 0x882F, 0xD04C, 0x8830, 0xD04D, 0x8831, 0xD04E, 0x8833, 0xD04F, 0x8834, 0xD050, 0x8835, 0xD051, 0x8836, 0xD052, 0x8837, - 0xD053, 0x8838, 0xD054, 0x883A, 0xD055, 0x883B, 0xD056, 0x883D, 0xD057, 0x883E, 0xD058, 0x883F, 0xD059, 0x8841, 0xD05A, 0x8842, - 0xD05B, 0x8843, 0xD05C, 0x8846, 0xD05D, 0x8847, 0xD05E, 0x8848, 0xD05F, 0x8849, 0xD060, 0x884A, 0xD061, 0x884B, 0xD062, 0x884E, - 0xD063, 0x884F, 0xD064, 0x8850, 0xD065, 0x8851, 0xD066, 0x8852, 0xD067, 0x8853, 0xD068, 0x8855, 0xD069, 0x8856, 0xD06A, 0x8858, - 0xD06B, 0x885A, 0xD06C, 0x885B, 0xD06D, 0x885C, 0xD06E, 0x885D, 0xD06F, 0x885E, 0xD070, 0x885F, 0xD071, 0x8860, 0xD072, 0x8866, - 0xD073, 0x8867, 0xD074, 0x886A, 0xD075, 0x886D, 0xD076, 0x886F, 0xD077, 0x8871, 0xD078, 0x8873, 0xD079, 0x8874, 0xD07A, 0x8875, - 0xD07B, 0x8876, 0xD07C, 0x8878, 0xD07D, 0x8879, 0xD07E, 0x887A, 0xD080, 0x887B, 0xD081, 0x887C, 0xD082, 0x8880, 0xD083, 0x8883, - 0xD084, 0x8886, 0xD085, 0x8887, 0xD086, 0x8889, 0xD087, 0x888A, 0xD088, 0x888C, 0xD089, 0x888E, 0xD08A, 0x888F, 0xD08B, 0x8890, - 0xD08C, 0x8891, 0xD08D, 0x8893, 0xD08E, 0x8894, 0xD08F, 0x8895, 0xD090, 0x8897, 0xD091, 0x8898, 0xD092, 0x8899, 0xD093, 0x889A, - 0xD094, 0x889B, 0xD095, 0x889D, 0xD096, 0x889E, 0xD097, 0x889F, 0xD098, 0x88A0, 0xD099, 0x88A1, 0xD09A, 0x88A3, 0xD09B, 0x88A5, - 0xD09C, 0x88A6, 0xD09D, 0x88A7, 0xD09E, 0x88A8, 0xD09F, 0x88A9, 0xD0A0, 0x88AA, 0xD0A1, 0x5C0F, 0xD0A2, 0x5B5D, 0xD0A3, 0x6821, - 0xD0A4, 0x8096, 0xD0A5, 0x5578, 0xD0A6, 0x7B11, 0xD0A7, 0x6548, 0xD0A8, 0x6954, 0xD0A9, 0x4E9B, 0xD0AA, 0x6B47, 0xD0AB, 0x874E, - 0xD0AC, 0x978B, 0xD0AD, 0x534F, 0xD0AE, 0x631F, 0xD0AF, 0x643A, 0xD0B0, 0x90AA, 0xD0B1, 0x659C, 0xD0B2, 0x80C1, 0xD0B3, 0x8C10, - 0xD0B4, 0x5199, 0xD0B5, 0x68B0, 0xD0B6, 0x5378, 0xD0B7, 0x87F9, 0xD0B8, 0x61C8, 0xD0B9, 0x6CC4, 0xD0BA, 0x6CFB, 0xD0BB, 0x8C22, - 0xD0BC, 0x5C51, 0xD0BD, 0x85AA, 0xD0BE, 0x82AF, 0xD0BF, 0x950C, 0xD0C0, 0x6B23, 0xD0C1, 0x8F9B, 0xD0C2, 0x65B0, 0xD0C3, 0x5FFB, - 0xD0C4, 0x5FC3, 0xD0C5, 0x4FE1, 0xD0C6, 0x8845, 0xD0C7, 0x661F, 0xD0C8, 0x8165, 0xD0C9, 0x7329, 0xD0CA, 0x60FA, 0xD0CB, 0x5174, - 0xD0CC, 0x5211, 0xD0CD, 0x578B, 0xD0CE, 0x5F62, 0xD0CF, 0x90A2, 0xD0D0, 0x884C, 0xD0D1, 0x9192, 0xD0D2, 0x5E78, 0xD0D3, 0x674F, - 0xD0D4, 0x6027, 0xD0D5, 0x59D3, 0xD0D6, 0x5144, 0xD0D7, 0x51F6, 0xD0D8, 0x80F8, 0xD0D9, 0x5308, 0xD0DA, 0x6C79, 0xD0DB, 0x96C4, - 0xD0DC, 0x718A, 0xD0DD, 0x4F11, 0xD0DE, 0x4FEE, 0xD0DF, 0x7F9E, 0xD0E0, 0x673D, 0xD0E1, 0x55C5, 0xD0E2, 0x9508, 0xD0E3, 0x79C0, - 0xD0E4, 0x8896, 0xD0E5, 0x7EE3, 0xD0E6, 0x589F, 0xD0E7, 0x620C, 0xD0E8, 0x9700, 0xD0E9, 0x865A, 0xD0EA, 0x5618, 0xD0EB, 0x987B, - 0xD0EC, 0x5F90, 0xD0ED, 0x8BB8, 0xD0EE, 0x84C4, 0xD0EF, 0x9157, 0xD0F0, 0x53D9, 0xD0F1, 0x65ED, 0xD0F2, 0x5E8F, 0xD0F3, 0x755C, - 0xD0F4, 0x6064, 0xD0F5, 0x7D6E, 0xD0F6, 0x5A7F, 0xD0F7, 0x7EEA, 0xD0F8, 0x7EED, 0xD0F9, 0x8F69, 0xD0FA, 0x55A7, 0xD0FB, 0x5BA3, - 0xD0FC, 0x60AC, 0xD0FD, 0x65CB, 0xD0FE, 0x7384, 0xD140, 0x88AC, 0xD141, 0x88AE, 0xD142, 0x88AF, 0xD143, 0x88B0, 0xD144, 0x88B2, - 0xD145, 0x88B3, 0xD146, 0x88B4, 0xD147, 0x88B5, 0xD148, 0x88B6, 0xD149, 0x88B8, 0xD14A, 0x88B9, 0xD14B, 0x88BA, 0xD14C, 0x88BB, - 0xD14D, 0x88BD, 0xD14E, 0x88BE, 0xD14F, 0x88BF, 0xD150, 0x88C0, 0xD151, 0x88C3, 0xD152, 0x88C4, 0xD153, 0x88C7, 0xD154, 0x88C8, - 0xD155, 0x88CA, 0xD156, 0x88CB, 0xD157, 0x88CC, 0xD158, 0x88CD, 0xD159, 0x88CF, 0xD15A, 0x88D0, 0xD15B, 0x88D1, 0xD15C, 0x88D3, - 0xD15D, 0x88D6, 0xD15E, 0x88D7, 0xD15F, 0x88DA, 0xD160, 0x88DB, 0xD161, 0x88DC, 0xD162, 0x88DD, 0xD163, 0x88DE, 0xD164, 0x88E0, - 0xD165, 0x88E1, 0xD166, 0x88E6, 0xD167, 0x88E7, 0xD168, 0x88E9, 0xD169, 0x88EA, 0xD16A, 0x88EB, 0xD16B, 0x88EC, 0xD16C, 0x88ED, - 0xD16D, 0x88EE, 0xD16E, 0x88EF, 0xD16F, 0x88F2, 0xD170, 0x88F5, 0xD171, 0x88F6, 0xD172, 0x88F7, 0xD173, 0x88FA, 0xD174, 0x88FB, - 0xD175, 0x88FD, 0xD176, 0x88FF, 0xD177, 0x8900, 0xD178, 0x8901, 0xD179, 0x8903, 0xD17A, 0x8904, 0xD17B, 0x8905, 0xD17C, 0x8906, - 0xD17D, 0x8907, 0xD17E, 0x8908, 0xD180, 0x8909, 0xD181, 0x890B, 0xD182, 0x890C, 0xD183, 0x890D, 0xD184, 0x890E, 0xD185, 0x890F, - 0xD186, 0x8911, 0xD187, 0x8914, 0xD188, 0x8915, 0xD189, 0x8916, 0xD18A, 0x8917, 0xD18B, 0x8918, 0xD18C, 0x891C, 0xD18D, 0x891D, - 0xD18E, 0x891E, 0xD18F, 0x891F, 0xD190, 0x8920, 0xD191, 0x8922, 0xD192, 0x8923, 0xD193, 0x8924, 0xD194, 0x8926, 0xD195, 0x8927, - 0xD196, 0x8928, 0xD197, 0x8929, 0xD198, 0x892C, 0xD199, 0x892D, 0xD19A, 0x892E, 0xD19B, 0x892F, 0xD19C, 0x8931, 0xD19D, 0x8932, - 0xD19E, 0x8933, 0xD19F, 0x8935, 0xD1A0, 0x8937, 0xD1A1, 0x9009, 0xD1A2, 0x7663, 0xD1A3, 0x7729, 0xD1A4, 0x7EDA, 0xD1A5, 0x9774, - 0xD1A6, 0x859B, 0xD1A7, 0x5B66, 0xD1A8, 0x7A74, 0xD1A9, 0x96EA, 0xD1AA, 0x8840, 0xD1AB, 0x52CB, 0xD1AC, 0x718F, 0xD1AD, 0x5FAA, - 0xD1AE, 0x65EC, 0xD1AF, 0x8BE2, 0xD1B0, 0x5BFB, 0xD1B1, 0x9A6F, 0xD1B2, 0x5DE1, 0xD1B3, 0x6B89, 0xD1B4, 0x6C5B, 0xD1B5, 0x8BAD, - 0xD1B6, 0x8BAF, 0xD1B7, 0x900A, 0xD1B8, 0x8FC5, 0xD1B9, 0x538B, 0xD1BA, 0x62BC, 0xD1BB, 0x9E26, 0xD1BC, 0x9E2D, 0xD1BD, 0x5440, - 0xD1BE, 0x4E2B, 0xD1BF, 0x82BD, 0xD1C0, 0x7259, 0xD1C1, 0x869C, 0xD1C2, 0x5D16, 0xD1C3, 0x8859, 0xD1C4, 0x6DAF, 0xD1C5, 0x96C5, - 0xD1C6, 0x54D1, 0xD1C7, 0x4E9A, 0xD1C8, 0x8BB6, 0xD1C9, 0x7109, 0xD1CA, 0x54BD, 0xD1CB, 0x9609, 0xD1CC, 0x70DF, 0xD1CD, 0x6DF9, - 0xD1CE, 0x76D0, 0xD1CF, 0x4E25, 0xD1D0, 0x7814, 0xD1D1, 0x8712, 0xD1D2, 0x5CA9, 0xD1D3, 0x5EF6, 0xD1D4, 0x8A00, 0xD1D5, 0x989C, - 0xD1D6, 0x960E, 0xD1D7, 0x708E, 0xD1D8, 0x6CBF, 0xD1D9, 0x5944, 0xD1DA, 0x63A9, 0xD1DB, 0x773C, 0xD1DC, 0x884D, 0xD1DD, 0x6F14, - 0xD1DE, 0x8273, 0xD1DF, 0x5830, 0xD1E0, 0x71D5, 0xD1E1, 0x538C, 0xD1E2, 0x781A, 0xD1E3, 0x96C1, 0xD1E4, 0x5501, 0xD1E5, 0x5F66, - 0xD1E6, 0x7130, 0xD1E7, 0x5BB4, 0xD1E8, 0x8C1A, 0xD1E9, 0x9A8C, 0xD1EA, 0x6B83, 0xD1EB, 0x592E, 0xD1EC, 0x9E2F, 0xD1ED, 0x79E7, - 0xD1EE, 0x6768, 0xD1EF, 0x626C, 0xD1F0, 0x4F6F, 0xD1F1, 0x75A1, 0xD1F2, 0x7F8A, 0xD1F3, 0x6D0B, 0xD1F4, 0x9633, 0xD1F5, 0x6C27, - 0xD1F6, 0x4EF0, 0xD1F7, 0x75D2, 0xD1F8, 0x517B, 0xD1F9, 0x6837, 0xD1FA, 0x6F3E, 0xD1FB, 0x9080, 0xD1FC, 0x8170, 0xD1FD, 0x5996, - 0xD1FE, 0x7476, 0xD240, 0x8938, 0xD241, 0x8939, 0xD242, 0x893A, 0xD243, 0x893B, 0xD244, 0x893C, 0xD245, 0x893D, 0xD246, 0x893E, - 0xD247, 0x893F, 0xD248, 0x8940, 0xD249, 0x8942, 0xD24A, 0x8943, 0xD24B, 0x8945, 0xD24C, 0x8946, 0xD24D, 0x8947, 0xD24E, 0x8948, - 0xD24F, 0x8949, 0xD250, 0x894A, 0xD251, 0x894B, 0xD252, 0x894C, 0xD253, 0x894D, 0xD254, 0x894E, 0xD255, 0x894F, 0xD256, 0x8950, - 0xD257, 0x8951, 0xD258, 0x8952, 0xD259, 0x8953, 0xD25A, 0x8954, 0xD25B, 0x8955, 0xD25C, 0x8956, 0xD25D, 0x8957, 0xD25E, 0x8958, - 0xD25F, 0x8959, 0xD260, 0x895A, 0xD261, 0x895B, 0xD262, 0x895C, 0xD263, 0x895D, 0xD264, 0x8960, 0xD265, 0x8961, 0xD266, 0x8962, - 0xD267, 0x8963, 0xD268, 0x8964, 0xD269, 0x8965, 0xD26A, 0x8967, 0xD26B, 0x8968, 0xD26C, 0x8969, 0xD26D, 0x896A, 0xD26E, 0x896B, - 0xD26F, 0x896C, 0xD270, 0x896D, 0xD271, 0x896E, 0xD272, 0x896F, 0xD273, 0x8970, 0xD274, 0x8971, 0xD275, 0x8972, 0xD276, 0x8973, - 0xD277, 0x8974, 0xD278, 0x8975, 0xD279, 0x8976, 0xD27A, 0x8977, 0xD27B, 0x8978, 0xD27C, 0x8979, 0xD27D, 0x897A, 0xD27E, 0x897C, - 0xD280, 0x897D, 0xD281, 0x897E, 0xD282, 0x8980, 0xD283, 0x8982, 0xD284, 0x8984, 0xD285, 0x8985, 0xD286, 0x8987, 0xD287, 0x8988, - 0xD288, 0x8989, 0xD289, 0x898A, 0xD28A, 0x898B, 0xD28B, 0x898C, 0xD28C, 0x898D, 0xD28D, 0x898E, 0xD28E, 0x898F, 0xD28F, 0x8990, - 0xD290, 0x8991, 0xD291, 0x8992, 0xD292, 0x8993, 0xD293, 0x8994, 0xD294, 0x8995, 0xD295, 0x8996, 0xD296, 0x8997, 0xD297, 0x8998, - 0xD298, 0x8999, 0xD299, 0x899A, 0xD29A, 0x899B, 0xD29B, 0x899C, 0xD29C, 0x899D, 0xD29D, 0x899E, 0xD29E, 0x899F, 0xD29F, 0x89A0, - 0xD2A0, 0x89A1, 0xD2A1, 0x6447, 0xD2A2, 0x5C27, 0xD2A3, 0x9065, 0xD2A4, 0x7A91, 0xD2A5, 0x8C23, 0xD2A6, 0x59DA, 0xD2A7, 0x54AC, - 0xD2A8, 0x8200, 0xD2A9, 0x836F, 0xD2AA, 0x8981, 0xD2AB, 0x8000, 0xD2AC, 0x6930, 0xD2AD, 0x564E, 0xD2AE, 0x8036, 0xD2AF, 0x7237, - 0xD2B0, 0x91CE, 0xD2B1, 0x51B6, 0xD2B2, 0x4E5F, 0xD2B3, 0x9875, 0xD2B4, 0x6396, 0xD2B5, 0x4E1A, 0xD2B6, 0x53F6, 0xD2B7, 0x66F3, - 0xD2B8, 0x814B, 0xD2B9, 0x591C, 0xD2BA, 0x6DB2, 0xD2BB, 0x4E00, 0xD2BC, 0x58F9, 0xD2BD, 0x533B, 0xD2BE, 0x63D6, 0xD2BF, 0x94F1, - 0xD2C0, 0x4F9D, 0xD2C1, 0x4F0A, 0xD2C2, 0x8863, 0xD2C3, 0x9890, 0xD2C4, 0x5937, 0xD2C5, 0x9057, 0xD2C6, 0x79FB, 0xD2C7, 0x4EEA, - 0xD2C8, 0x80F0, 0xD2C9, 0x7591, 0xD2CA, 0x6C82, 0xD2CB, 0x5B9C, 0xD2CC, 0x59E8, 0xD2CD, 0x5F5D, 0xD2CE, 0x6905, 0xD2CF, 0x8681, - 0xD2D0, 0x501A, 0xD2D1, 0x5DF2, 0xD2D2, 0x4E59, 0xD2D3, 0x77E3, 0xD2D4, 0x4EE5, 0xD2D5, 0x827A, 0xD2D6, 0x6291, 0xD2D7, 0x6613, - 0xD2D8, 0x9091, 0xD2D9, 0x5C79, 0xD2DA, 0x4EBF, 0xD2DB, 0x5F79, 0xD2DC, 0x81C6, 0xD2DD, 0x9038, 0xD2DE, 0x8084, 0xD2DF, 0x75AB, - 0xD2E0, 0x4EA6, 0xD2E1, 0x88D4, 0xD2E2, 0x610F, 0xD2E3, 0x6BC5, 0xD2E4, 0x5FC6, 0xD2E5, 0x4E49, 0xD2E6, 0x76CA, 0xD2E7, 0x6EA2, - 0xD2E8, 0x8BE3, 0xD2E9, 0x8BAE, 0xD2EA, 0x8C0A, 0xD2EB, 0x8BD1, 0xD2EC, 0x5F02, 0xD2ED, 0x7FFC, 0xD2EE, 0x7FCC, 0xD2EF, 0x7ECE, - 0xD2F0, 0x8335, 0xD2F1, 0x836B, 0xD2F2, 0x56E0, 0xD2F3, 0x6BB7, 0xD2F4, 0x97F3, 0xD2F5, 0x9634, 0xD2F6, 0x59FB, 0xD2F7, 0x541F, - 0xD2F8, 0x94F6, 0xD2F9, 0x6DEB, 0xD2FA, 0x5BC5, 0xD2FB, 0x996E, 0xD2FC, 0x5C39, 0xD2FD, 0x5F15, 0xD2FE, 0x9690, 0xD340, 0x89A2, - 0xD341, 0x89A3, 0xD342, 0x89A4, 0xD343, 0x89A5, 0xD344, 0x89A6, 0xD345, 0x89A7, 0xD346, 0x89A8, 0xD347, 0x89A9, 0xD348, 0x89AA, - 0xD349, 0x89AB, 0xD34A, 0x89AC, 0xD34B, 0x89AD, 0xD34C, 0x89AE, 0xD34D, 0x89AF, 0xD34E, 0x89B0, 0xD34F, 0x89B1, 0xD350, 0x89B2, - 0xD351, 0x89B3, 0xD352, 0x89B4, 0xD353, 0x89B5, 0xD354, 0x89B6, 0xD355, 0x89B7, 0xD356, 0x89B8, 0xD357, 0x89B9, 0xD358, 0x89BA, - 0xD359, 0x89BB, 0xD35A, 0x89BC, 0xD35B, 0x89BD, 0xD35C, 0x89BE, 0xD35D, 0x89BF, 0xD35E, 0x89C0, 0xD35F, 0x89C3, 0xD360, 0x89CD, - 0xD361, 0x89D3, 0xD362, 0x89D4, 0xD363, 0x89D5, 0xD364, 0x89D7, 0xD365, 0x89D8, 0xD366, 0x89D9, 0xD367, 0x89DB, 0xD368, 0x89DD, - 0xD369, 0x89DF, 0xD36A, 0x89E0, 0xD36B, 0x89E1, 0xD36C, 0x89E2, 0xD36D, 0x89E4, 0xD36E, 0x89E7, 0xD36F, 0x89E8, 0xD370, 0x89E9, - 0xD371, 0x89EA, 0xD372, 0x89EC, 0xD373, 0x89ED, 0xD374, 0x89EE, 0xD375, 0x89F0, 0xD376, 0x89F1, 0xD377, 0x89F2, 0xD378, 0x89F4, - 0xD379, 0x89F5, 0xD37A, 0x89F6, 0xD37B, 0x89F7, 0xD37C, 0x89F8, 0xD37D, 0x89F9, 0xD37E, 0x89FA, 0xD380, 0x89FB, 0xD381, 0x89FC, - 0xD382, 0x89FD, 0xD383, 0x89FE, 0xD384, 0x89FF, 0xD385, 0x8A01, 0xD386, 0x8A02, 0xD387, 0x8A03, 0xD388, 0x8A04, 0xD389, 0x8A05, - 0xD38A, 0x8A06, 0xD38B, 0x8A08, 0xD38C, 0x8A09, 0xD38D, 0x8A0A, 0xD38E, 0x8A0B, 0xD38F, 0x8A0C, 0xD390, 0x8A0D, 0xD391, 0x8A0E, - 0xD392, 0x8A0F, 0xD393, 0x8A10, 0xD394, 0x8A11, 0xD395, 0x8A12, 0xD396, 0x8A13, 0xD397, 0x8A14, 0xD398, 0x8A15, 0xD399, 0x8A16, - 0xD39A, 0x8A17, 0xD39B, 0x8A18, 0xD39C, 0x8A19, 0xD39D, 0x8A1A, 0xD39E, 0x8A1B, 0xD39F, 0x8A1C, 0xD3A0, 0x8A1D, 0xD3A1, 0x5370, - 0xD3A2, 0x82F1, 0xD3A3, 0x6A31, 0xD3A4, 0x5A74, 0xD3A5, 0x9E70, 0xD3A6, 0x5E94, 0xD3A7, 0x7F28, 0xD3A8, 0x83B9, 0xD3A9, 0x8424, - 0xD3AA, 0x8425, 0xD3AB, 0x8367, 0xD3AC, 0x8747, 0xD3AD, 0x8FCE, 0xD3AE, 0x8D62, 0xD3AF, 0x76C8, 0xD3B0, 0x5F71, 0xD3B1, 0x9896, - 0xD3B2, 0x786C, 0xD3B3, 0x6620, 0xD3B4, 0x54DF, 0xD3B5, 0x62E5, 0xD3B6, 0x4F63, 0xD3B7, 0x81C3, 0xD3B8, 0x75C8, 0xD3B9, 0x5EB8, - 0xD3BA, 0x96CD, 0xD3BB, 0x8E0A, 0xD3BC, 0x86F9, 0xD3BD, 0x548F, 0xD3BE, 0x6CF3, 0xD3BF, 0x6D8C, 0xD3C0, 0x6C38, 0xD3C1, 0x607F, - 0xD3C2, 0x52C7, 0xD3C3, 0x7528, 0xD3C4, 0x5E7D, 0xD3C5, 0x4F18, 0xD3C6, 0x60A0, 0xD3C7, 0x5FE7, 0xD3C8, 0x5C24, 0xD3C9, 0x7531, - 0xD3CA, 0x90AE, 0xD3CB, 0x94C0, 0xD3CC, 0x72B9, 0xD3CD, 0x6CB9, 0xD3CE, 0x6E38, 0xD3CF, 0x9149, 0xD3D0, 0x6709, 0xD3D1, 0x53CB, - 0xD3D2, 0x53F3, 0xD3D3, 0x4F51, 0xD3D4, 0x91C9, 0xD3D5, 0x8BF1, 0xD3D6, 0x53C8, 0xD3D7, 0x5E7C, 0xD3D8, 0x8FC2, 0xD3D9, 0x6DE4, - 0xD3DA, 0x4E8E, 0xD3DB, 0x76C2, 0xD3DC, 0x6986, 0xD3DD, 0x865E, 0xD3DE, 0x611A, 0xD3DF, 0x8206, 0xD3E0, 0x4F59, 0xD3E1, 0x4FDE, - 0xD3E2, 0x903E, 0xD3E3, 0x9C7C, 0xD3E4, 0x6109, 0xD3E5, 0x6E1D, 0xD3E6, 0x6E14, 0xD3E7, 0x9685, 0xD3E8, 0x4E88, 0xD3E9, 0x5A31, - 0xD3EA, 0x96E8, 0xD3EB, 0x4E0E, 0xD3EC, 0x5C7F, 0xD3ED, 0x79B9, 0xD3EE, 0x5B87, 0xD3EF, 0x8BED, 0xD3F0, 0x7FBD, 0xD3F1, 0x7389, - 0xD3F2, 0x57DF, 0xD3F3, 0x828B, 0xD3F4, 0x90C1, 0xD3F5, 0x5401, 0xD3F6, 0x9047, 0xD3F7, 0x55BB, 0xD3F8, 0x5CEA, 0xD3F9, 0x5FA1, - 0xD3FA, 0x6108, 0xD3FB, 0x6B32, 0xD3FC, 0x72F1, 0xD3FD, 0x80B2, 0xD3FE, 0x8A89, 0xD440, 0x8A1E, 0xD441, 0x8A1F, 0xD442, 0x8A20, - 0xD443, 0x8A21, 0xD444, 0x8A22, 0xD445, 0x8A23, 0xD446, 0x8A24, 0xD447, 0x8A25, 0xD448, 0x8A26, 0xD449, 0x8A27, 0xD44A, 0x8A28, - 0xD44B, 0x8A29, 0xD44C, 0x8A2A, 0xD44D, 0x8A2B, 0xD44E, 0x8A2C, 0xD44F, 0x8A2D, 0xD450, 0x8A2E, 0xD451, 0x8A2F, 0xD452, 0x8A30, - 0xD453, 0x8A31, 0xD454, 0x8A32, 0xD455, 0x8A33, 0xD456, 0x8A34, 0xD457, 0x8A35, 0xD458, 0x8A36, 0xD459, 0x8A37, 0xD45A, 0x8A38, - 0xD45B, 0x8A39, 0xD45C, 0x8A3A, 0xD45D, 0x8A3B, 0xD45E, 0x8A3C, 0xD45F, 0x8A3D, 0xD460, 0x8A3F, 0xD461, 0x8A40, 0xD462, 0x8A41, - 0xD463, 0x8A42, 0xD464, 0x8A43, 0xD465, 0x8A44, 0xD466, 0x8A45, 0xD467, 0x8A46, 0xD468, 0x8A47, 0xD469, 0x8A49, 0xD46A, 0x8A4A, - 0xD46B, 0x8A4B, 0xD46C, 0x8A4C, 0xD46D, 0x8A4D, 0xD46E, 0x8A4E, 0xD46F, 0x8A4F, 0xD470, 0x8A50, 0xD471, 0x8A51, 0xD472, 0x8A52, - 0xD473, 0x8A53, 0xD474, 0x8A54, 0xD475, 0x8A55, 0xD476, 0x8A56, 0xD477, 0x8A57, 0xD478, 0x8A58, 0xD479, 0x8A59, 0xD47A, 0x8A5A, - 0xD47B, 0x8A5B, 0xD47C, 0x8A5C, 0xD47D, 0x8A5D, 0xD47E, 0x8A5E, 0xD480, 0x8A5F, 0xD481, 0x8A60, 0xD482, 0x8A61, 0xD483, 0x8A62, - 0xD484, 0x8A63, 0xD485, 0x8A64, 0xD486, 0x8A65, 0xD487, 0x8A66, 0xD488, 0x8A67, 0xD489, 0x8A68, 0xD48A, 0x8A69, 0xD48B, 0x8A6A, - 0xD48C, 0x8A6B, 0xD48D, 0x8A6C, 0xD48E, 0x8A6D, 0xD48F, 0x8A6E, 0xD490, 0x8A6F, 0xD491, 0x8A70, 0xD492, 0x8A71, 0xD493, 0x8A72, - 0xD494, 0x8A73, 0xD495, 0x8A74, 0xD496, 0x8A75, 0xD497, 0x8A76, 0xD498, 0x8A77, 0xD499, 0x8A78, 0xD49A, 0x8A7A, 0xD49B, 0x8A7B, - 0xD49C, 0x8A7C, 0xD49D, 0x8A7D, 0xD49E, 0x8A7E, 0xD49F, 0x8A7F, 0xD4A0, 0x8A80, 0xD4A1, 0x6D74, 0xD4A2, 0x5BD3, 0xD4A3, 0x88D5, - 0xD4A4, 0x9884, 0xD4A5, 0x8C6B, 0xD4A6, 0x9A6D, 0xD4A7, 0x9E33, 0xD4A8, 0x6E0A, 0xD4A9, 0x51A4, 0xD4AA, 0x5143, 0xD4AB, 0x57A3, - 0xD4AC, 0x8881, 0xD4AD, 0x539F, 0xD4AE, 0x63F4, 0xD4AF, 0x8F95, 0xD4B0, 0x56ED, 0xD4B1, 0x5458, 0xD4B2, 0x5706, 0xD4B3, 0x733F, - 0xD4B4, 0x6E90, 0xD4B5, 0x7F18, 0xD4B6, 0x8FDC, 0xD4B7, 0x82D1, 0xD4B8, 0x613F, 0xD4B9, 0x6028, 0xD4BA, 0x9662, 0xD4BB, 0x66F0, - 0xD4BC, 0x7EA6, 0xD4BD, 0x8D8A, 0xD4BE, 0x8DC3, 0xD4BF, 0x94A5, 0xD4C0, 0x5CB3, 0xD4C1, 0x7CA4, 0xD4C2, 0x6708, 0xD4C3, 0x60A6, - 0xD4C4, 0x9605, 0xD4C5, 0x8018, 0xD4C6, 0x4E91, 0xD4C7, 0x90E7, 0xD4C8, 0x5300, 0xD4C9, 0x9668, 0xD4CA, 0x5141, 0xD4CB, 0x8FD0, - 0xD4CC, 0x8574, 0xD4CD, 0x915D, 0xD4CE, 0x6655, 0xD4CF, 0x97F5, 0xD4D0, 0x5B55, 0xD4D1, 0x531D, 0xD4D2, 0x7838, 0xD4D3, 0x6742, - 0xD4D4, 0x683D, 0xD4D5, 0x54C9, 0xD4D6, 0x707E, 0xD4D7, 0x5BB0, 0xD4D8, 0x8F7D, 0xD4D9, 0x518D, 0xD4DA, 0x5728, 0xD4DB, 0x54B1, - 0xD4DC, 0x6512, 0xD4DD, 0x6682, 0xD4DE, 0x8D5E, 0xD4DF, 0x8D43, 0xD4E0, 0x810F, 0xD4E1, 0x846C, 0xD4E2, 0x906D, 0xD4E3, 0x7CDF, - 0xD4E4, 0x51FF, 0xD4E5, 0x85FB, 0xD4E6, 0x67A3, 0xD4E7, 0x65E9, 0xD4E8, 0x6FA1, 0xD4E9, 0x86A4, 0xD4EA, 0x8E81, 0xD4EB, 0x566A, - 0xD4EC, 0x9020, 0xD4ED, 0x7682, 0xD4EE, 0x7076, 0xD4EF, 0x71E5, 0xD4F0, 0x8D23, 0xD4F1, 0x62E9, 0xD4F2, 0x5219, 0xD4F3, 0x6CFD, - 0xD4F4, 0x8D3C, 0xD4F5, 0x600E, 0xD4F6, 0x589E, 0xD4F7, 0x618E, 0xD4F8, 0x66FE, 0xD4F9, 0x8D60, 0xD4FA, 0x624E, 0xD4FB, 0x55B3, - 0xD4FC, 0x6E23, 0xD4FD, 0x672D, 0xD4FE, 0x8F67, 0xD540, 0x8A81, 0xD541, 0x8A82, 0xD542, 0x8A83, 0xD543, 0x8A84, 0xD544, 0x8A85, - 0xD545, 0x8A86, 0xD546, 0x8A87, 0xD547, 0x8A88, 0xD548, 0x8A8B, 0xD549, 0x8A8C, 0xD54A, 0x8A8D, 0xD54B, 0x8A8E, 0xD54C, 0x8A8F, - 0xD54D, 0x8A90, 0xD54E, 0x8A91, 0xD54F, 0x8A92, 0xD550, 0x8A94, 0xD551, 0x8A95, 0xD552, 0x8A96, 0xD553, 0x8A97, 0xD554, 0x8A98, - 0xD555, 0x8A99, 0xD556, 0x8A9A, 0xD557, 0x8A9B, 0xD558, 0x8A9C, 0xD559, 0x8A9D, 0xD55A, 0x8A9E, 0xD55B, 0x8A9F, 0xD55C, 0x8AA0, - 0xD55D, 0x8AA1, 0xD55E, 0x8AA2, 0xD55F, 0x8AA3, 0xD560, 0x8AA4, 0xD561, 0x8AA5, 0xD562, 0x8AA6, 0xD563, 0x8AA7, 0xD564, 0x8AA8, - 0xD565, 0x8AA9, 0xD566, 0x8AAA, 0xD567, 0x8AAB, 0xD568, 0x8AAC, 0xD569, 0x8AAD, 0xD56A, 0x8AAE, 0xD56B, 0x8AAF, 0xD56C, 0x8AB0, - 0xD56D, 0x8AB1, 0xD56E, 0x8AB2, 0xD56F, 0x8AB3, 0xD570, 0x8AB4, 0xD571, 0x8AB5, 0xD572, 0x8AB6, 0xD573, 0x8AB7, 0xD574, 0x8AB8, - 0xD575, 0x8AB9, 0xD576, 0x8ABA, 0xD577, 0x8ABB, 0xD578, 0x8ABC, 0xD579, 0x8ABD, 0xD57A, 0x8ABE, 0xD57B, 0x8ABF, 0xD57C, 0x8AC0, - 0xD57D, 0x8AC1, 0xD57E, 0x8AC2, 0xD580, 0x8AC3, 0xD581, 0x8AC4, 0xD582, 0x8AC5, 0xD583, 0x8AC6, 0xD584, 0x8AC7, 0xD585, 0x8AC8, - 0xD586, 0x8AC9, 0xD587, 0x8ACA, 0xD588, 0x8ACB, 0xD589, 0x8ACC, 0xD58A, 0x8ACD, 0xD58B, 0x8ACE, 0xD58C, 0x8ACF, 0xD58D, 0x8AD0, - 0xD58E, 0x8AD1, 0xD58F, 0x8AD2, 0xD590, 0x8AD3, 0xD591, 0x8AD4, 0xD592, 0x8AD5, 0xD593, 0x8AD6, 0xD594, 0x8AD7, 0xD595, 0x8AD8, - 0xD596, 0x8AD9, 0xD597, 0x8ADA, 0xD598, 0x8ADB, 0xD599, 0x8ADC, 0xD59A, 0x8ADD, 0xD59B, 0x8ADE, 0xD59C, 0x8ADF, 0xD59D, 0x8AE0, - 0xD59E, 0x8AE1, 0xD59F, 0x8AE2, 0xD5A0, 0x8AE3, 0xD5A1, 0x94E1, 0xD5A2, 0x95F8, 0xD5A3, 0x7728, 0xD5A4, 0x6805, 0xD5A5, 0x69A8, - 0xD5A6, 0x548B, 0xD5A7, 0x4E4D, 0xD5A8, 0x70B8, 0xD5A9, 0x8BC8, 0xD5AA, 0x6458, 0xD5AB, 0x658B, 0xD5AC, 0x5B85, 0xD5AD, 0x7A84, - 0xD5AE, 0x503A, 0xD5AF, 0x5BE8, 0xD5B0, 0x77BB, 0xD5B1, 0x6BE1, 0xD5B2, 0x8A79, 0xD5B3, 0x7C98, 0xD5B4, 0x6CBE, 0xD5B5, 0x76CF, - 0xD5B6, 0x65A9, 0xD5B7, 0x8F97, 0xD5B8, 0x5D2D, 0xD5B9, 0x5C55, 0xD5BA, 0x8638, 0xD5BB, 0x6808, 0xD5BC, 0x5360, 0xD5BD, 0x6218, - 0xD5BE, 0x7AD9, 0xD5BF, 0x6E5B, 0xD5C0, 0x7EFD, 0xD5C1, 0x6A1F, 0xD5C2, 0x7AE0, 0xD5C3, 0x5F70, 0xD5C4, 0x6F33, 0xD5C5, 0x5F20, - 0xD5C6, 0x638C, 0xD5C7, 0x6DA8, 0xD5C8, 0x6756, 0xD5C9, 0x4E08, 0xD5CA, 0x5E10, 0xD5CB, 0x8D26, 0xD5CC, 0x4ED7, 0xD5CD, 0x80C0, - 0xD5CE, 0x7634, 0xD5CF, 0x969C, 0xD5D0, 0x62DB, 0xD5D1, 0x662D, 0xD5D2, 0x627E, 0xD5D3, 0x6CBC, 0xD5D4, 0x8D75, 0xD5D5, 0x7167, - 0xD5D6, 0x7F69, 0xD5D7, 0x5146, 0xD5D8, 0x8087, 0xD5D9, 0x53EC, 0xD5DA, 0x906E, 0xD5DB, 0x6298, 0xD5DC, 0x54F2, 0xD5DD, 0x86F0, - 0xD5DE, 0x8F99, 0xD5DF, 0x8005, 0xD5E0, 0x9517, 0xD5E1, 0x8517, 0xD5E2, 0x8FD9, 0xD5E3, 0x6D59, 0xD5E4, 0x73CD, 0xD5E5, 0x659F, - 0xD5E6, 0x771F, 0xD5E7, 0x7504, 0xD5E8, 0x7827, 0xD5E9, 0x81FB, 0xD5EA, 0x8D1E, 0xD5EB, 0x9488, 0xD5EC, 0x4FA6, 0xD5ED, 0x6795, - 0xD5EE, 0x75B9, 0xD5EF, 0x8BCA, 0xD5F0, 0x9707, 0xD5F1, 0x632F, 0xD5F2, 0x9547, 0xD5F3, 0x9635, 0xD5F4, 0x84B8, 0xD5F5, 0x6323, - 0xD5F6, 0x7741, 0xD5F7, 0x5F81, 0xD5F8, 0x72F0, 0xD5F9, 0x4E89, 0xD5FA, 0x6014, 0xD5FB, 0x6574, 0xD5FC, 0x62EF, 0xD5FD, 0x6B63, - 0xD5FE, 0x653F, 0xD640, 0x8AE4, 0xD641, 0x8AE5, 0xD642, 0x8AE6, 0xD643, 0x8AE7, 0xD644, 0x8AE8, 0xD645, 0x8AE9, 0xD646, 0x8AEA, - 0xD647, 0x8AEB, 0xD648, 0x8AEC, 0xD649, 0x8AED, 0xD64A, 0x8AEE, 0xD64B, 0x8AEF, 0xD64C, 0x8AF0, 0xD64D, 0x8AF1, 0xD64E, 0x8AF2, - 0xD64F, 0x8AF3, 0xD650, 0x8AF4, 0xD651, 0x8AF5, 0xD652, 0x8AF6, 0xD653, 0x8AF7, 0xD654, 0x8AF8, 0xD655, 0x8AF9, 0xD656, 0x8AFA, - 0xD657, 0x8AFB, 0xD658, 0x8AFC, 0xD659, 0x8AFD, 0xD65A, 0x8AFE, 0xD65B, 0x8AFF, 0xD65C, 0x8B00, 0xD65D, 0x8B01, 0xD65E, 0x8B02, - 0xD65F, 0x8B03, 0xD660, 0x8B04, 0xD661, 0x8B05, 0xD662, 0x8B06, 0xD663, 0x8B08, 0xD664, 0x8B09, 0xD665, 0x8B0A, 0xD666, 0x8B0B, - 0xD667, 0x8B0C, 0xD668, 0x8B0D, 0xD669, 0x8B0E, 0xD66A, 0x8B0F, 0xD66B, 0x8B10, 0xD66C, 0x8B11, 0xD66D, 0x8B12, 0xD66E, 0x8B13, - 0xD66F, 0x8B14, 0xD670, 0x8B15, 0xD671, 0x8B16, 0xD672, 0x8B17, 0xD673, 0x8B18, 0xD674, 0x8B19, 0xD675, 0x8B1A, 0xD676, 0x8B1B, - 0xD677, 0x8B1C, 0xD678, 0x8B1D, 0xD679, 0x8B1E, 0xD67A, 0x8B1F, 0xD67B, 0x8B20, 0xD67C, 0x8B21, 0xD67D, 0x8B22, 0xD67E, 0x8B23, - 0xD680, 0x8B24, 0xD681, 0x8B25, 0xD682, 0x8B27, 0xD683, 0x8B28, 0xD684, 0x8B29, 0xD685, 0x8B2A, 0xD686, 0x8B2B, 0xD687, 0x8B2C, - 0xD688, 0x8B2D, 0xD689, 0x8B2E, 0xD68A, 0x8B2F, 0xD68B, 0x8B30, 0xD68C, 0x8B31, 0xD68D, 0x8B32, 0xD68E, 0x8B33, 0xD68F, 0x8B34, - 0xD690, 0x8B35, 0xD691, 0x8B36, 0xD692, 0x8B37, 0xD693, 0x8B38, 0xD694, 0x8B39, 0xD695, 0x8B3A, 0xD696, 0x8B3B, 0xD697, 0x8B3C, - 0xD698, 0x8B3D, 0xD699, 0x8B3E, 0xD69A, 0x8B3F, 0xD69B, 0x8B40, 0xD69C, 0x8B41, 0xD69D, 0x8B42, 0xD69E, 0x8B43, 0xD69F, 0x8B44, - 0xD6A0, 0x8B45, 0xD6A1, 0x5E27, 0xD6A2, 0x75C7, 0xD6A3, 0x90D1, 0xD6A4, 0x8BC1, 0xD6A5, 0x829D, 0xD6A6, 0x679D, 0xD6A7, 0x652F, - 0xD6A8, 0x5431, 0xD6A9, 0x8718, 0xD6AA, 0x77E5, 0xD6AB, 0x80A2, 0xD6AC, 0x8102, 0xD6AD, 0x6C41, 0xD6AE, 0x4E4B, 0xD6AF, 0x7EC7, - 0xD6B0, 0x804C, 0xD6B1, 0x76F4, 0xD6B2, 0x690D, 0xD6B3, 0x6B96, 0xD6B4, 0x6267, 0xD6B5, 0x503C, 0xD6B6, 0x4F84, 0xD6B7, 0x5740, - 0xD6B8, 0x6307, 0xD6B9, 0x6B62, 0xD6BA, 0x8DBE, 0xD6BB, 0x53EA, 0xD6BC, 0x65E8, 0xD6BD, 0x7EB8, 0xD6BE, 0x5FD7, 0xD6BF, 0x631A, - 0xD6C0, 0x63B7, 0xD6C1, 0x81F3, 0xD6C2, 0x81F4, 0xD6C3, 0x7F6E, 0xD6C4, 0x5E1C, 0xD6C5, 0x5CD9, 0xD6C6, 0x5236, 0xD6C7, 0x667A, - 0xD6C8, 0x79E9, 0xD6C9, 0x7A1A, 0xD6CA, 0x8D28, 0xD6CB, 0x7099, 0xD6CC, 0x75D4, 0xD6CD, 0x6EDE, 0xD6CE, 0x6CBB, 0xD6CF, 0x7A92, - 0xD6D0, 0x4E2D, 0xD6D1, 0x76C5, 0xD6D2, 0x5FE0, 0xD6D3, 0x949F, 0xD6D4, 0x8877, 0xD6D5, 0x7EC8, 0xD6D6, 0x79CD, 0xD6D7, 0x80BF, - 0xD6D8, 0x91CD, 0xD6D9, 0x4EF2, 0xD6DA, 0x4F17, 0xD6DB, 0x821F, 0xD6DC, 0x5468, 0xD6DD, 0x5DDE, 0xD6DE, 0x6D32, 0xD6DF, 0x8BCC, - 0xD6E0, 0x7CA5, 0xD6E1, 0x8F74, 0xD6E2, 0x8098, 0xD6E3, 0x5E1A, 0xD6E4, 0x5492, 0xD6E5, 0x76B1, 0xD6E6, 0x5B99, 0xD6E7, 0x663C, - 0xD6E8, 0x9AA4, 0xD6E9, 0x73E0, 0xD6EA, 0x682A, 0xD6EB, 0x86DB, 0xD6EC, 0x6731, 0xD6ED, 0x732A, 0xD6EE, 0x8BF8, 0xD6EF, 0x8BDB, - 0xD6F0, 0x9010, 0xD6F1, 0x7AF9, 0xD6F2, 0x70DB, 0xD6F3, 0x716E, 0xD6F4, 0x62C4, 0xD6F5, 0x77A9, 0xD6F6, 0x5631, 0xD6F7, 0x4E3B, - 0xD6F8, 0x8457, 0xD6F9, 0x67F1, 0xD6FA, 0x52A9, 0xD6FB, 0x86C0, 0xD6FC, 0x8D2E, 0xD6FD, 0x94F8, 0xD6FE, 0x7B51, 0xD740, 0x8B46, - 0xD741, 0x8B47, 0xD742, 0x8B48, 0xD743, 0x8B49, 0xD744, 0x8B4A, 0xD745, 0x8B4B, 0xD746, 0x8B4C, 0xD747, 0x8B4D, 0xD748, 0x8B4E, - 0xD749, 0x8B4F, 0xD74A, 0x8B50, 0xD74B, 0x8B51, 0xD74C, 0x8B52, 0xD74D, 0x8B53, 0xD74E, 0x8B54, 0xD74F, 0x8B55, 0xD750, 0x8B56, - 0xD751, 0x8B57, 0xD752, 0x8B58, 0xD753, 0x8B59, 0xD754, 0x8B5A, 0xD755, 0x8B5B, 0xD756, 0x8B5C, 0xD757, 0x8B5D, 0xD758, 0x8B5E, - 0xD759, 0x8B5F, 0xD75A, 0x8B60, 0xD75B, 0x8B61, 0xD75C, 0x8B62, 0xD75D, 0x8B63, 0xD75E, 0x8B64, 0xD75F, 0x8B65, 0xD760, 0x8B67, - 0xD761, 0x8B68, 0xD762, 0x8B69, 0xD763, 0x8B6A, 0xD764, 0x8B6B, 0xD765, 0x8B6D, 0xD766, 0x8B6E, 0xD767, 0x8B6F, 0xD768, 0x8B70, - 0xD769, 0x8B71, 0xD76A, 0x8B72, 0xD76B, 0x8B73, 0xD76C, 0x8B74, 0xD76D, 0x8B75, 0xD76E, 0x8B76, 0xD76F, 0x8B77, 0xD770, 0x8B78, - 0xD771, 0x8B79, 0xD772, 0x8B7A, 0xD773, 0x8B7B, 0xD774, 0x8B7C, 0xD775, 0x8B7D, 0xD776, 0x8B7E, 0xD777, 0x8B7F, 0xD778, 0x8B80, - 0xD779, 0x8B81, 0xD77A, 0x8B82, 0xD77B, 0x8B83, 0xD77C, 0x8B84, 0xD77D, 0x8B85, 0xD77E, 0x8B86, 0xD780, 0x8B87, 0xD781, 0x8B88, - 0xD782, 0x8B89, 0xD783, 0x8B8A, 0xD784, 0x8B8B, 0xD785, 0x8B8C, 0xD786, 0x8B8D, 0xD787, 0x8B8E, 0xD788, 0x8B8F, 0xD789, 0x8B90, - 0xD78A, 0x8B91, 0xD78B, 0x8B92, 0xD78C, 0x8B93, 0xD78D, 0x8B94, 0xD78E, 0x8B95, 0xD78F, 0x8B96, 0xD790, 0x8B97, 0xD791, 0x8B98, - 0xD792, 0x8B99, 0xD793, 0x8B9A, 0xD794, 0x8B9B, 0xD795, 0x8B9C, 0xD796, 0x8B9D, 0xD797, 0x8B9E, 0xD798, 0x8B9F, 0xD799, 0x8BAC, - 0xD79A, 0x8BB1, 0xD79B, 0x8BBB, 0xD79C, 0x8BC7, 0xD79D, 0x8BD0, 0xD79E, 0x8BEA, 0xD79F, 0x8C09, 0xD7A0, 0x8C1E, 0xD7A1, 0x4F4F, - 0xD7A2, 0x6CE8, 0xD7A3, 0x795D, 0xD7A4, 0x9A7B, 0xD7A5, 0x6293, 0xD7A6, 0x722A, 0xD7A7, 0x62FD, 0xD7A8, 0x4E13, 0xD7A9, 0x7816, - 0xD7AA, 0x8F6C, 0xD7AB, 0x64B0, 0xD7AC, 0x8D5A, 0xD7AD, 0x7BC6, 0xD7AE, 0x6869, 0xD7AF, 0x5E84, 0xD7B0, 0x88C5, 0xD7B1, 0x5986, - 0xD7B2, 0x649E, 0xD7B3, 0x58EE, 0xD7B4, 0x72B6, 0xD7B5, 0x690E, 0xD7B6, 0x9525, 0xD7B7, 0x8FFD, 0xD7B8, 0x8D58, 0xD7B9, 0x5760, - 0xD7BA, 0x7F00, 0xD7BB, 0x8C06, 0xD7BC, 0x51C6, 0xD7BD, 0x6349, 0xD7BE, 0x62D9, 0xD7BF, 0x5353, 0xD7C0, 0x684C, 0xD7C1, 0x7422, - 0xD7C2, 0x8301, 0xD7C3, 0x914C, 0xD7C4, 0x5544, 0xD7C5, 0x7740, 0xD7C6, 0x707C, 0xD7C7, 0x6D4A, 0xD7C8, 0x5179, 0xD7C9, 0x54A8, - 0xD7CA, 0x8D44, 0xD7CB, 0x59FF, 0xD7CC, 0x6ECB, 0xD7CD, 0x6DC4, 0xD7CE, 0x5B5C, 0xD7CF, 0x7D2B, 0xD7D0, 0x4ED4, 0xD7D1, 0x7C7D, - 0xD7D2, 0x6ED3, 0xD7D3, 0x5B50, 0xD7D4, 0x81EA, 0xD7D5, 0x6E0D, 0xD7D6, 0x5B57, 0xD7D7, 0x9B03, 0xD7D8, 0x68D5, 0xD7D9, 0x8E2A, - 0xD7DA, 0x5B97, 0xD7DB, 0x7EFC, 0xD7DC, 0x603B, 0xD7DD, 0x7EB5, 0xD7DE, 0x90B9, 0xD7DF, 0x8D70, 0xD7E0, 0x594F, 0xD7E1, 0x63CD, - 0xD7E2, 0x79DF, 0xD7E3, 0x8DB3, 0xD7E4, 0x5352, 0xD7E5, 0x65CF, 0xD7E6, 0x7956, 0xD7E7, 0x8BC5, 0xD7E8, 0x963B, 0xD7E9, 0x7EC4, - 0xD7EA, 0x94BB, 0xD7EB, 0x7E82, 0xD7EC, 0x5634, 0xD7ED, 0x9189, 0xD7EE, 0x6700, 0xD7EF, 0x7F6A, 0xD7F0, 0x5C0A, 0xD7F1, 0x9075, - 0xD7F2, 0x6628, 0xD7F3, 0x5DE6, 0xD7F4, 0x4F50, 0xD7F5, 0x67DE, 0xD7F6, 0x505A, 0xD7F7, 0x4F5C, 0xD7F8, 0x5750, 0xD7F9, 0x5EA7, - 0xD840, 0x8C38, 0xD841, 0x8C39, 0xD842, 0x8C3A, 0xD843, 0x8C3B, 0xD844, 0x8C3C, 0xD845, 0x8C3D, 0xD846, 0x8C3E, 0xD847, 0x8C3F, - 0xD848, 0x8C40, 0xD849, 0x8C42, 0xD84A, 0x8C43, 0xD84B, 0x8C44, 0xD84C, 0x8C45, 0xD84D, 0x8C48, 0xD84E, 0x8C4A, 0xD84F, 0x8C4B, - 0xD850, 0x8C4D, 0xD851, 0x8C4E, 0xD852, 0x8C4F, 0xD853, 0x8C50, 0xD854, 0x8C51, 0xD855, 0x8C52, 0xD856, 0x8C53, 0xD857, 0x8C54, - 0xD858, 0x8C56, 0xD859, 0x8C57, 0xD85A, 0x8C58, 0xD85B, 0x8C59, 0xD85C, 0x8C5B, 0xD85D, 0x8C5C, 0xD85E, 0x8C5D, 0xD85F, 0x8C5E, - 0xD860, 0x8C5F, 0xD861, 0x8C60, 0xD862, 0x8C63, 0xD863, 0x8C64, 0xD864, 0x8C65, 0xD865, 0x8C66, 0xD866, 0x8C67, 0xD867, 0x8C68, - 0xD868, 0x8C69, 0xD869, 0x8C6C, 0xD86A, 0x8C6D, 0xD86B, 0x8C6E, 0xD86C, 0x8C6F, 0xD86D, 0x8C70, 0xD86E, 0x8C71, 0xD86F, 0x8C72, - 0xD870, 0x8C74, 0xD871, 0x8C75, 0xD872, 0x8C76, 0xD873, 0x8C77, 0xD874, 0x8C7B, 0xD875, 0x8C7C, 0xD876, 0x8C7D, 0xD877, 0x8C7E, - 0xD878, 0x8C7F, 0xD879, 0x8C80, 0xD87A, 0x8C81, 0xD87B, 0x8C83, 0xD87C, 0x8C84, 0xD87D, 0x8C86, 0xD87E, 0x8C87, 0xD880, 0x8C88, - 0xD881, 0x8C8B, 0xD882, 0x8C8D, 0xD883, 0x8C8E, 0xD884, 0x8C8F, 0xD885, 0x8C90, 0xD886, 0x8C91, 0xD887, 0x8C92, 0xD888, 0x8C93, - 0xD889, 0x8C95, 0xD88A, 0x8C96, 0xD88B, 0x8C97, 0xD88C, 0x8C99, 0xD88D, 0x8C9A, 0xD88E, 0x8C9B, 0xD88F, 0x8C9C, 0xD890, 0x8C9D, - 0xD891, 0x8C9E, 0xD892, 0x8C9F, 0xD893, 0x8CA0, 0xD894, 0x8CA1, 0xD895, 0x8CA2, 0xD896, 0x8CA3, 0xD897, 0x8CA4, 0xD898, 0x8CA5, - 0xD899, 0x8CA6, 0xD89A, 0x8CA7, 0xD89B, 0x8CA8, 0xD89C, 0x8CA9, 0xD89D, 0x8CAA, 0xD89E, 0x8CAB, 0xD89F, 0x8CAC, 0xD8A0, 0x8CAD, - 0xD8A1, 0x4E8D, 0xD8A2, 0x4E0C, 0xD8A3, 0x5140, 0xD8A4, 0x4E10, 0xD8A5, 0x5EFF, 0xD8A6, 0x5345, 0xD8A7, 0x4E15, 0xD8A8, 0x4E98, - 0xD8A9, 0x4E1E, 0xD8AA, 0x9B32, 0xD8AB, 0x5B6C, 0xD8AC, 0x5669, 0xD8AD, 0x4E28, 0xD8AE, 0x79BA, 0xD8AF, 0x4E3F, 0xD8B0, 0x5315, - 0xD8B1, 0x4E47, 0xD8B2, 0x592D, 0xD8B3, 0x723B, 0xD8B4, 0x536E, 0xD8B5, 0x6C10, 0xD8B6, 0x56DF, 0xD8B7, 0x80E4, 0xD8B8, 0x9997, - 0xD8B9, 0x6BD3, 0xD8BA, 0x777E, 0xD8BB, 0x9F17, 0xD8BC, 0x4E36, 0xD8BD, 0x4E9F, 0xD8BE, 0x9F10, 0xD8BF, 0x4E5C, 0xD8C0, 0x4E69, - 0xD8C1, 0x4E93, 0xD8C2, 0x8288, 0xD8C3, 0x5B5B, 0xD8C4, 0x556C, 0xD8C5, 0x560F, 0xD8C6, 0x4EC4, 0xD8C7, 0x538D, 0xD8C8, 0x539D, - 0xD8C9, 0x53A3, 0xD8CA, 0x53A5, 0xD8CB, 0x53AE, 0xD8CC, 0x9765, 0xD8CD, 0x8D5D, 0xD8CE, 0x531A, 0xD8CF, 0x53F5, 0xD8D0, 0x5326, - 0xD8D1, 0x532E, 0xD8D2, 0x533E, 0xD8D3, 0x8D5C, 0xD8D4, 0x5366, 0xD8D5, 0x5363, 0xD8D6, 0x5202, 0xD8D7, 0x5208, 0xD8D8, 0x520E, - 0xD8D9, 0x522D, 0xD8DA, 0x5233, 0xD8DB, 0x523F, 0xD8DC, 0x5240, 0xD8DD, 0x524C, 0xD8DE, 0x525E, 0xD8DF, 0x5261, 0xD8E0, 0x525C, - 0xD8E1, 0x84AF, 0xD8E2, 0x527D, 0xD8E3, 0x5282, 0xD8E4, 0x5281, 0xD8E5, 0x5290, 0xD8E6, 0x5293, 0xD8E7, 0x5182, 0xD8E8, 0x7F54, - 0xD8E9, 0x4EBB, 0xD8EA, 0x4EC3, 0xD8EB, 0x4EC9, 0xD8EC, 0x4EC2, 0xD8ED, 0x4EE8, 0xD8EE, 0x4EE1, 0xD8EF, 0x4EEB, 0xD8F0, 0x4EDE, - 0xD8F1, 0x4F1B, 0xD8F2, 0x4EF3, 0xD8F3, 0x4F22, 0xD8F4, 0x4F64, 0xD8F5, 0x4EF5, 0xD8F6, 0x4F25, 0xD8F7, 0x4F27, 0xD8F8, 0x4F09, - 0xD8F9, 0x4F2B, 0xD8FA, 0x4F5E, 0xD8FB, 0x4F67, 0xD8FC, 0x6538, 0xD8FD, 0x4F5A, 0xD8FE, 0x4F5D, 0xD940, 0x8CAE, 0xD941, 0x8CAF, - 0xD942, 0x8CB0, 0xD943, 0x8CB1, 0xD944, 0x8CB2, 0xD945, 0x8CB3, 0xD946, 0x8CB4, 0xD947, 0x8CB5, 0xD948, 0x8CB6, 0xD949, 0x8CB7, - 0xD94A, 0x8CB8, 0xD94B, 0x8CB9, 0xD94C, 0x8CBA, 0xD94D, 0x8CBB, 0xD94E, 0x8CBC, 0xD94F, 0x8CBD, 0xD950, 0x8CBE, 0xD951, 0x8CBF, - 0xD952, 0x8CC0, 0xD953, 0x8CC1, 0xD954, 0x8CC2, 0xD955, 0x8CC3, 0xD956, 0x8CC4, 0xD957, 0x8CC5, 0xD958, 0x8CC6, 0xD959, 0x8CC7, - 0xD95A, 0x8CC8, 0xD95B, 0x8CC9, 0xD95C, 0x8CCA, 0xD95D, 0x8CCB, 0xD95E, 0x8CCC, 0xD95F, 0x8CCD, 0xD960, 0x8CCE, 0xD961, 0x8CCF, - 0xD962, 0x8CD0, 0xD963, 0x8CD1, 0xD964, 0x8CD2, 0xD965, 0x8CD3, 0xD966, 0x8CD4, 0xD967, 0x8CD5, 0xD968, 0x8CD6, 0xD969, 0x8CD7, - 0xD96A, 0x8CD8, 0xD96B, 0x8CD9, 0xD96C, 0x8CDA, 0xD96D, 0x8CDB, 0xD96E, 0x8CDC, 0xD96F, 0x8CDD, 0xD970, 0x8CDE, 0xD971, 0x8CDF, - 0xD972, 0x8CE0, 0xD973, 0x8CE1, 0xD974, 0x8CE2, 0xD975, 0x8CE3, 0xD976, 0x8CE4, 0xD977, 0x8CE5, 0xD978, 0x8CE6, 0xD979, 0x8CE7, - 0xD97A, 0x8CE8, 0xD97B, 0x8CE9, 0xD97C, 0x8CEA, 0xD97D, 0x8CEB, 0xD97E, 0x8CEC, 0xD980, 0x8CED, 0xD981, 0x8CEE, 0xD982, 0x8CEF, - 0xD983, 0x8CF0, 0xD984, 0x8CF1, 0xD985, 0x8CF2, 0xD986, 0x8CF3, 0xD987, 0x8CF4, 0xD988, 0x8CF5, 0xD989, 0x8CF6, 0xD98A, 0x8CF7, - 0xD98B, 0x8CF8, 0xD98C, 0x8CF9, 0xD98D, 0x8CFA, 0xD98E, 0x8CFB, 0xD98F, 0x8CFC, 0xD990, 0x8CFD, 0xD991, 0x8CFE, 0xD992, 0x8CFF, - 0xD993, 0x8D00, 0xD994, 0x8D01, 0xD995, 0x8D02, 0xD996, 0x8D03, 0xD997, 0x8D04, 0xD998, 0x8D05, 0xD999, 0x8D06, 0xD99A, 0x8D07, - 0xD99B, 0x8D08, 0xD99C, 0x8D09, 0xD99D, 0x8D0A, 0xD99E, 0x8D0B, 0xD99F, 0x8D0C, 0xD9A0, 0x8D0D, 0xD9A1, 0x4F5F, 0xD9A2, 0x4F57, - 0xD9A3, 0x4F32, 0xD9A4, 0x4F3D, 0xD9A5, 0x4F76, 0xD9A6, 0x4F74, 0xD9A7, 0x4F91, 0xD9A8, 0x4F89, 0xD9A9, 0x4F83, 0xD9AA, 0x4F8F, - 0xD9AB, 0x4F7E, 0xD9AC, 0x4F7B, 0xD9AD, 0x4FAA, 0xD9AE, 0x4F7C, 0xD9AF, 0x4FAC, 0xD9B0, 0x4F94, 0xD9B1, 0x4FE6, 0xD9B2, 0x4FE8, - 0xD9B3, 0x4FEA, 0xD9B4, 0x4FC5, 0xD9B5, 0x4FDA, 0xD9B6, 0x4FE3, 0xD9B7, 0x4FDC, 0xD9B8, 0x4FD1, 0xD9B9, 0x4FDF, 0xD9BA, 0x4FF8, - 0xD9BB, 0x5029, 0xD9BC, 0x504C, 0xD9BD, 0x4FF3, 0xD9BE, 0x502C, 0xD9BF, 0x500F, 0xD9C0, 0x502E, 0xD9C1, 0x502D, 0xD9C2, 0x4FFE, - 0xD9C3, 0x501C, 0xD9C4, 0x500C, 0xD9C5, 0x5025, 0xD9C6, 0x5028, 0xD9C7, 0x507E, 0xD9C8, 0x5043, 0xD9C9, 0x5055, 0xD9CA, 0x5048, - 0xD9CB, 0x504E, 0xD9CC, 0x506C, 0xD9CD, 0x507B, 0xD9CE, 0x50A5, 0xD9CF, 0x50A7, 0xD9D0, 0x50A9, 0xD9D1, 0x50BA, 0xD9D2, 0x50D6, - 0xD9D3, 0x5106, 0xD9D4, 0x50ED, 0xD9D5, 0x50EC, 0xD9D6, 0x50E6, 0xD9D7, 0x50EE, 0xD9D8, 0x5107, 0xD9D9, 0x510B, 0xD9DA, 0x4EDD, - 0xD9DB, 0x6C3D, 0xD9DC, 0x4F58, 0xD9DD, 0x4F65, 0xD9DE, 0x4FCE, 0xD9DF, 0x9FA0, 0xD9E0, 0x6C46, 0xD9E1, 0x7C74, 0xD9E2, 0x516E, - 0xD9E3, 0x5DFD, 0xD9E4, 0x9EC9, 0xD9E5, 0x9998, 0xD9E6, 0x5181, 0xD9E7, 0x5914, 0xD9E8, 0x52F9, 0xD9E9, 0x530D, 0xD9EA, 0x8A07, - 0xD9EB, 0x5310, 0xD9EC, 0x51EB, 0xD9ED, 0x5919, 0xD9EE, 0x5155, 0xD9EF, 0x4EA0, 0xD9F0, 0x5156, 0xD9F1, 0x4EB3, 0xD9F2, 0x886E, - 0xD9F3, 0x88A4, 0xD9F4, 0x4EB5, 0xD9F5, 0x8114, 0xD9F6, 0x88D2, 0xD9F7, 0x7980, 0xD9F8, 0x5B34, 0xD9F9, 0x8803, 0xD9FA, 0x7FB8, - 0xD9FB, 0x51AB, 0xD9FC, 0x51B1, 0xD9FD, 0x51BD, 0xD9FE, 0x51BC, 0xDA40, 0x8D0E, 0xDA41, 0x8D0F, 0xDA42, 0x8D10, 0xDA43, 0x8D11, - 0xDA44, 0x8D12, 0xDA45, 0x8D13, 0xDA46, 0x8D14, 0xDA47, 0x8D15, 0xDA48, 0x8D16, 0xDA49, 0x8D17, 0xDA4A, 0x8D18, 0xDA4B, 0x8D19, - 0xDA4C, 0x8D1A, 0xDA4D, 0x8D1B, 0xDA4E, 0x8D1C, 0xDA4F, 0x8D20, 0xDA50, 0x8D51, 0xDA51, 0x8D52, 0xDA52, 0x8D57, 0xDA53, 0x8D5F, - 0xDA54, 0x8D65, 0xDA55, 0x8D68, 0xDA56, 0x8D69, 0xDA57, 0x8D6A, 0xDA58, 0x8D6C, 0xDA59, 0x8D6E, 0xDA5A, 0x8D6F, 0xDA5B, 0x8D71, - 0xDA5C, 0x8D72, 0xDA5D, 0x8D78, 0xDA5E, 0x8D79, 0xDA5F, 0x8D7A, 0xDA60, 0x8D7B, 0xDA61, 0x8D7C, 0xDA62, 0x8D7D, 0xDA63, 0x8D7E, - 0xDA64, 0x8D7F, 0xDA65, 0x8D80, 0xDA66, 0x8D82, 0xDA67, 0x8D83, 0xDA68, 0x8D86, 0xDA69, 0x8D87, 0xDA6A, 0x8D88, 0xDA6B, 0x8D89, - 0xDA6C, 0x8D8C, 0xDA6D, 0x8D8D, 0xDA6E, 0x8D8E, 0xDA6F, 0x8D8F, 0xDA70, 0x8D90, 0xDA71, 0x8D92, 0xDA72, 0x8D93, 0xDA73, 0x8D95, - 0xDA74, 0x8D96, 0xDA75, 0x8D97, 0xDA76, 0x8D98, 0xDA77, 0x8D99, 0xDA78, 0x8D9A, 0xDA79, 0x8D9B, 0xDA7A, 0x8D9C, 0xDA7B, 0x8D9D, - 0xDA7C, 0x8D9E, 0xDA7D, 0x8DA0, 0xDA7E, 0x8DA1, 0xDA80, 0x8DA2, 0xDA81, 0x8DA4, 0xDA82, 0x8DA5, 0xDA83, 0x8DA6, 0xDA84, 0x8DA7, - 0xDA85, 0x8DA8, 0xDA86, 0x8DA9, 0xDA87, 0x8DAA, 0xDA88, 0x8DAB, 0xDA89, 0x8DAC, 0xDA8A, 0x8DAD, 0xDA8B, 0x8DAE, 0xDA8C, 0x8DAF, - 0xDA8D, 0x8DB0, 0xDA8E, 0x8DB2, 0xDA8F, 0x8DB6, 0xDA90, 0x8DB7, 0xDA91, 0x8DB9, 0xDA92, 0x8DBB, 0xDA93, 0x8DBD, 0xDA94, 0x8DC0, - 0xDA95, 0x8DC1, 0xDA96, 0x8DC2, 0xDA97, 0x8DC5, 0xDA98, 0x8DC7, 0xDA99, 0x8DC8, 0xDA9A, 0x8DC9, 0xDA9B, 0x8DCA, 0xDA9C, 0x8DCD, - 0xDA9D, 0x8DD0, 0xDA9E, 0x8DD2, 0xDA9F, 0x8DD3, 0xDAA0, 0x8DD4, 0xDAA1, 0x51C7, 0xDAA2, 0x5196, 0xDAA3, 0x51A2, 0xDAA4, 0x51A5, - 0xDAA5, 0x8BA0, 0xDAA6, 0x8BA6, 0xDAA7, 0x8BA7, 0xDAA8, 0x8BAA, 0xDAA9, 0x8BB4, 0xDAAA, 0x8BB5, 0xDAAB, 0x8BB7, 0xDAAC, 0x8BC2, - 0xDAAD, 0x8BC3, 0xDAAE, 0x8BCB, 0xDAAF, 0x8BCF, 0xDAB0, 0x8BCE, 0xDAB1, 0x8BD2, 0xDAB2, 0x8BD3, 0xDAB3, 0x8BD4, 0xDAB4, 0x8BD6, - 0xDAB5, 0x8BD8, 0xDAB6, 0x8BD9, 0xDAB7, 0x8BDC, 0xDAB8, 0x8BDF, 0xDAB9, 0x8BE0, 0xDABA, 0x8BE4, 0xDABB, 0x8BE8, 0xDABC, 0x8BE9, - 0xDABD, 0x8BEE, 0xDABE, 0x8BF0, 0xDABF, 0x8BF3, 0xDAC0, 0x8BF6, 0xDAC1, 0x8BF9, 0xDAC2, 0x8BFC, 0xDAC3, 0x8BFF, 0xDAC4, 0x8C00, - 0xDAC5, 0x8C02, 0xDAC6, 0x8C04, 0xDAC7, 0x8C07, 0xDAC8, 0x8C0C, 0xDAC9, 0x8C0F, 0xDACA, 0x8C11, 0xDACB, 0x8C12, 0xDACC, 0x8C14, - 0xDACD, 0x8C15, 0xDACE, 0x8C16, 0xDACF, 0x8C19, 0xDAD0, 0x8C1B, 0xDAD1, 0x8C18, 0xDAD2, 0x8C1D, 0xDAD3, 0x8C1F, 0xDAD4, 0x8C20, - 0xDAD5, 0x8C21, 0xDAD6, 0x8C25, 0xDAD7, 0x8C27, 0xDAD8, 0x8C2A, 0xDAD9, 0x8C2B, 0xDADA, 0x8C2E, 0xDADB, 0x8C2F, 0xDADC, 0x8C32, - 0xDADD, 0x8C33, 0xDADE, 0x8C35, 0xDADF, 0x8C36, 0xDAE0, 0x5369, 0xDAE1, 0x537A, 0xDAE2, 0x961D, 0xDAE3, 0x9622, 0xDAE4, 0x9621, - 0xDAE5, 0x9631, 0xDAE6, 0x962A, 0xDAE7, 0x963D, 0xDAE8, 0x963C, 0xDAE9, 0x9642, 0xDAEA, 0x9649, 0xDAEB, 0x9654, 0xDAEC, 0x965F, - 0xDAED, 0x9667, 0xDAEE, 0x966C, 0xDAEF, 0x9672, 0xDAF0, 0x9674, 0xDAF1, 0x9688, 0xDAF2, 0x968D, 0xDAF3, 0x9697, 0xDAF4, 0x96B0, - 0xDAF5, 0x9097, 0xDAF6, 0x909B, 0xDAF7, 0x909D, 0xDAF8, 0x9099, 0xDAF9, 0x90AC, 0xDAFA, 0x90A1, 0xDAFB, 0x90B4, 0xDAFC, 0x90B3, - 0xDAFD, 0x90B6, 0xDAFE, 0x90BA, 0xDB40, 0x8DD5, 0xDB41, 0x8DD8, 0xDB42, 0x8DD9, 0xDB43, 0x8DDC, 0xDB44, 0x8DE0, 0xDB45, 0x8DE1, - 0xDB46, 0x8DE2, 0xDB47, 0x8DE5, 0xDB48, 0x8DE6, 0xDB49, 0x8DE7, 0xDB4A, 0x8DE9, 0xDB4B, 0x8DED, 0xDB4C, 0x8DEE, 0xDB4D, 0x8DF0, - 0xDB4E, 0x8DF1, 0xDB4F, 0x8DF2, 0xDB50, 0x8DF4, 0xDB51, 0x8DF6, 0xDB52, 0x8DFC, 0xDB53, 0x8DFE, 0xDB54, 0x8DFF, 0xDB55, 0x8E00, - 0xDB56, 0x8E01, 0xDB57, 0x8E02, 0xDB58, 0x8E03, 0xDB59, 0x8E04, 0xDB5A, 0x8E06, 0xDB5B, 0x8E07, 0xDB5C, 0x8E08, 0xDB5D, 0x8E0B, - 0xDB5E, 0x8E0D, 0xDB5F, 0x8E0E, 0xDB60, 0x8E10, 0xDB61, 0x8E11, 0xDB62, 0x8E12, 0xDB63, 0x8E13, 0xDB64, 0x8E15, 0xDB65, 0x8E16, - 0xDB66, 0x8E17, 0xDB67, 0x8E18, 0xDB68, 0x8E19, 0xDB69, 0x8E1A, 0xDB6A, 0x8E1B, 0xDB6B, 0x8E1C, 0xDB6C, 0x8E20, 0xDB6D, 0x8E21, - 0xDB6E, 0x8E24, 0xDB6F, 0x8E25, 0xDB70, 0x8E26, 0xDB71, 0x8E27, 0xDB72, 0x8E28, 0xDB73, 0x8E2B, 0xDB74, 0x8E2D, 0xDB75, 0x8E30, - 0xDB76, 0x8E32, 0xDB77, 0x8E33, 0xDB78, 0x8E34, 0xDB79, 0x8E36, 0xDB7A, 0x8E37, 0xDB7B, 0x8E38, 0xDB7C, 0x8E3B, 0xDB7D, 0x8E3C, - 0xDB7E, 0x8E3E, 0xDB80, 0x8E3F, 0xDB81, 0x8E43, 0xDB82, 0x8E45, 0xDB83, 0x8E46, 0xDB84, 0x8E4C, 0xDB85, 0x8E4D, 0xDB86, 0x8E4E, - 0xDB87, 0x8E4F, 0xDB88, 0x8E50, 0xDB89, 0x8E53, 0xDB8A, 0x8E54, 0xDB8B, 0x8E55, 0xDB8C, 0x8E56, 0xDB8D, 0x8E57, 0xDB8E, 0x8E58, - 0xDB8F, 0x8E5A, 0xDB90, 0x8E5B, 0xDB91, 0x8E5C, 0xDB92, 0x8E5D, 0xDB93, 0x8E5E, 0xDB94, 0x8E5F, 0xDB95, 0x8E60, 0xDB96, 0x8E61, - 0xDB97, 0x8E62, 0xDB98, 0x8E63, 0xDB99, 0x8E64, 0xDB9A, 0x8E65, 0xDB9B, 0x8E67, 0xDB9C, 0x8E68, 0xDB9D, 0x8E6A, 0xDB9E, 0x8E6B, - 0xDB9F, 0x8E6E, 0xDBA0, 0x8E71, 0xDBA1, 0x90B8, 0xDBA2, 0x90B0, 0xDBA3, 0x90CF, 0xDBA4, 0x90C5, 0xDBA5, 0x90BE, 0xDBA6, 0x90D0, - 0xDBA7, 0x90C4, 0xDBA8, 0x90C7, 0xDBA9, 0x90D3, 0xDBAA, 0x90E6, 0xDBAB, 0x90E2, 0xDBAC, 0x90DC, 0xDBAD, 0x90D7, 0xDBAE, 0x90DB, - 0xDBAF, 0x90EB, 0xDBB0, 0x90EF, 0xDBB1, 0x90FE, 0xDBB2, 0x9104, 0xDBB3, 0x9122, 0xDBB4, 0x911E, 0xDBB5, 0x9123, 0xDBB6, 0x9131, - 0xDBB7, 0x912F, 0xDBB8, 0x9139, 0xDBB9, 0x9143, 0xDBBA, 0x9146, 0xDBBB, 0x520D, 0xDBBC, 0x5942, 0xDBBD, 0x52A2, 0xDBBE, 0x52AC, - 0xDBBF, 0x52AD, 0xDBC0, 0x52BE, 0xDBC1, 0x54FF, 0xDBC2, 0x52D0, 0xDBC3, 0x52D6, 0xDBC4, 0x52F0, 0xDBC5, 0x53DF, 0xDBC6, 0x71EE, - 0xDBC7, 0x77CD, 0xDBC8, 0x5EF4, 0xDBC9, 0x51F5, 0xDBCA, 0x51FC, 0xDBCB, 0x9B2F, 0xDBCC, 0x53B6, 0xDBCD, 0x5F01, 0xDBCE, 0x755A, - 0xDBCF, 0x5DEF, 0xDBD0, 0x574C, 0xDBD1, 0x57A9, 0xDBD2, 0x57A1, 0xDBD3, 0x587E, 0xDBD4, 0x58BC, 0xDBD5, 0x58C5, 0xDBD6, 0x58D1, - 0xDBD7, 0x5729, 0xDBD8, 0x572C, 0xDBD9, 0x572A, 0xDBDA, 0x5733, 0xDBDB, 0x5739, 0xDBDC, 0x572E, 0xDBDD, 0x572F, 0xDBDE, 0x575C, - 0xDBDF, 0x573B, 0xDBE0, 0x5742, 0xDBE1, 0x5769, 0xDBE2, 0x5785, 0xDBE3, 0x576B, 0xDBE4, 0x5786, 0xDBE5, 0x577C, 0xDBE6, 0x577B, - 0xDBE7, 0x5768, 0xDBE8, 0x576D, 0xDBE9, 0x5776, 0xDBEA, 0x5773, 0xDBEB, 0x57AD, 0xDBEC, 0x57A4, 0xDBED, 0x578C, 0xDBEE, 0x57B2, - 0xDBEF, 0x57CF, 0xDBF0, 0x57A7, 0xDBF1, 0x57B4, 0xDBF2, 0x5793, 0xDBF3, 0x57A0, 0xDBF4, 0x57D5, 0xDBF5, 0x57D8, 0xDBF6, 0x57DA, - 0xDBF7, 0x57D9, 0xDBF8, 0x57D2, 0xDBF9, 0x57B8, 0xDBFA, 0x57F4, 0xDBFB, 0x57EF, 0xDBFC, 0x57F8, 0xDBFD, 0x57E4, 0xDBFE, 0x57DD, - 0xDC40, 0x8E73, 0xDC41, 0x8E75, 0xDC42, 0x8E77, 0xDC43, 0x8E78, 0xDC44, 0x8E79, 0xDC45, 0x8E7A, 0xDC46, 0x8E7B, 0xDC47, 0x8E7D, - 0xDC48, 0x8E7E, 0xDC49, 0x8E80, 0xDC4A, 0x8E82, 0xDC4B, 0x8E83, 0xDC4C, 0x8E84, 0xDC4D, 0x8E86, 0xDC4E, 0x8E88, 0xDC4F, 0x8E89, - 0xDC50, 0x8E8A, 0xDC51, 0x8E8B, 0xDC52, 0x8E8C, 0xDC53, 0x8E8D, 0xDC54, 0x8E8E, 0xDC55, 0x8E91, 0xDC56, 0x8E92, 0xDC57, 0x8E93, - 0xDC58, 0x8E95, 0xDC59, 0x8E96, 0xDC5A, 0x8E97, 0xDC5B, 0x8E98, 0xDC5C, 0x8E99, 0xDC5D, 0x8E9A, 0xDC5E, 0x8E9B, 0xDC5F, 0x8E9D, - 0xDC60, 0x8E9F, 0xDC61, 0x8EA0, 0xDC62, 0x8EA1, 0xDC63, 0x8EA2, 0xDC64, 0x8EA3, 0xDC65, 0x8EA4, 0xDC66, 0x8EA5, 0xDC67, 0x8EA6, - 0xDC68, 0x8EA7, 0xDC69, 0x8EA8, 0xDC6A, 0x8EA9, 0xDC6B, 0x8EAA, 0xDC6C, 0x8EAD, 0xDC6D, 0x8EAE, 0xDC6E, 0x8EB0, 0xDC6F, 0x8EB1, - 0xDC70, 0x8EB3, 0xDC71, 0x8EB4, 0xDC72, 0x8EB5, 0xDC73, 0x8EB6, 0xDC74, 0x8EB7, 0xDC75, 0x8EB8, 0xDC76, 0x8EB9, 0xDC77, 0x8EBB, - 0xDC78, 0x8EBC, 0xDC79, 0x8EBD, 0xDC7A, 0x8EBE, 0xDC7B, 0x8EBF, 0xDC7C, 0x8EC0, 0xDC7D, 0x8EC1, 0xDC7E, 0x8EC2, 0xDC80, 0x8EC3, - 0xDC81, 0x8EC4, 0xDC82, 0x8EC5, 0xDC83, 0x8EC6, 0xDC84, 0x8EC7, 0xDC85, 0x8EC8, 0xDC86, 0x8EC9, 0xDC87, 0x8ECA, 0xDC88, 0x8ECB, - 0xDC89, 0x8ECC, 0xDC8A, 0x8ECD, 0xDC8B, 0x8ECF, 0xDC8C, 0x8ED0, 0xDC8D, 0x8ED1, 0xDC8E, 0x8ED2, 0xDC8F, 0x8ED3, 0xDC90, 0x8ED4, - 0xDC91, 0x8ED5, 0xDC92, 0x8ED6, 0xDC93, 0x8ED7, 0xDC94, 0x8ED8, 0xDC95, 0x8ED9, 0xDC96, 0x8EDA, 0xDC97, 0x8EDB, 0xDC98, 0x8EDC, - 0xDC99, 0x8EDD, 0xDC9A, 0x8EDE, 0xDC9B, 0x8EDF, 0xDC9C, 0x8EE0, 0xDC9D, 0x8EE1, 0xDC9E, 0x8EE2, 0xDC9F, 0x8EE3, 0xDCA0, 0x8EE4, - 0xDCA1, 0x580B, 0xDCA2, 0x580D, 0xDCA3, 0x57FD, 0xDCA4, 0x57ED, 0xDCA5, 0x5800, 0xDCA6, 0x581E, 0xDCA7, 0x5819, 0xDCA8, 0x5844, - 0xDCA9, 0x5820, 0xDCAA, 0x5865, 0xDCAB, 0x586C, 0xDCAC, 0x5881, 0xDCAD, 0x5889, 0xDCAE, 0x589A, 0xDCAF, 0x5880, 0xDCB0, 0x99A8, - 0xDCB1, 0x9F19, 0xDCB2, 0x61FF, 0xDCB3, 0x8279, 0xDCB4, 0x827D, 0xDCB5, 0x827F, 0xDCB6, 0x828F, 0xDCB7, 0x828A, 0xDCB8, 0x82A8, - 0xDCB9, 0x8284, 0xDCBA, 0x828E, 0xDCBB, 0x8291, 0xDCBC, 0x8297, 0xDCBD, 0x8299, 0xDCBE, 0x82AB, 0xDCBF, 0x82B8, 0xDCC0, 0x82BE, - 0xDCC1, 0x82B0, 0xDCC2, 0x82C8, 0xDCC3, 0x82CA, 0xDCC4, 0x82E3, 0xDCC5, 0x8298, 0xDCC6, 0x82B7, 0xDCC7, 0x82AE, 0xDCC8, 0x82CB, - 0xDCC9, 0x82CC, 0xDCCA, 0x82C1, 0xDCCB, 0x82A9, 0xDCCC, 0x82B4, 0xDCCD, 0x82A1, 0xDCCE, 0x82AA, 0xDCCF, 0x829F, 0xDCD0, 0x82C4, - 0xDCD1, 0x82CE, 0xDCD2, 0x82A4, 0xDCD3, 0x82E1, 0xDCD4, 0x8309, 0xDCD5, 0x82F7, 0xDCD6, 0x82E4, 0xDCD7, 0x830F, 0xDCD8, 0x8307, - 0xDCD9, 0x82DC, 0xDCDA, 0x82F4, 0xDCDB, 0x82D2, 0xDCDC, 0x82D8, 0xDCDD, 0x830C, 0xDCDE, 0x82FB, 0xDCDF, 0x82D3, 0xDCE0, 0x8311, - 0xDCE1, 0x831A, 0xDCE2, 0x8306, 0xDCE3, 0x8314, 0xDCE4, 0x8315, 0xDCE5, 0x82E0, 0xDCE6, 0x82D5, 0xDCE7, 0x831C, 0xDCE8, 0x8351, - 0xDCE9, 0x835B, 0xDCEA, 0x835C, 0xDCEB, 0x8308, 0xDCEC, 0x8392, 0xDCED, 0x833C, 0xDCEE, 0x8334, 0xDCEF, 0x8331, 0xDCF0, 0x839B, - 0xDCF1, 0x835E, 0xDCF2, 0x832F, 0xDCF3, 0x834F, 0xDCF4, 0x8347, 0xDCF5, 0x8343, 0xDCF6, 0x835F, 0xDCF7, 0x8340, 0xDCF8, 0x8317, - 0xDCF9, 0x8360, 0xDCFA, 0x832D, 0xDCFB, 0x833A, 0xDCFC, 0x8333, 0xDCFD, 0x8366, 0xDCFE, 0x8365, 0xDD40, 0x8EE5, 0xDD41, 0x8EE6, - 0xDD42, 0x8EE7, 0xDD43, 0x8EE8, 0xDD44, 0x8EE9, 0xDD45, 0x8EEA, 0xDD46, 0x8EEB, 0xDD47, 0x8EEC, 0xDD48, 0x8EED, 0xDD49, 0x8EEE, - 0xDD4A, 0x8EEF, 0xDD4B, 0x8EF0, 0xDD4C, 0x8EF1, 0xDD4D, 0x8EF2, 0xDD4E, 0x8EF3, 0xDD4F, 0x8EF4, 0xDD50, 0x8EF5, 0xDD51, 0x8EF6, - 0xDD52, 0x8EF7, 0xDD53, 0x8EF8, 0xDD54, 0x8EF9, 0xDD55, 0x8EFA, 0xDD56, 0x8EFB, 0xDD57, 0x8EFC, 0xDD58, 0x8EFD, 0xDD59, 0x8EFE, - 0xDD5A, 0x8EFF, 0xDD5B, 0x8F00, 0xDD5C, 0x8F01, 0xDD5D, 0x8F02, 0xDD5E, 0x8F03, 0xDD5F, 0x8F04, 0xDD60, 0x8F05, 0xDD61, 0x8F06, - 0xDD62, 0x8F07, 0xDD63, 0x8F08, 0xDD64, 0x8F09, 0xDD65, 0x8F0A, 0xDD66, 0x8F0B, 0xDD67, 0x8F0C, 0xDD68, 0x8F0D, 0xDD69, 0x8F0E, - 0xDD6A, 0x8F0F, 0xDD6B, 0x8F10, 0xDD6C, 0x8F11, 0xDD6D, 0x8F12, 0xDD6E, 0x8F13, 0xDD6F, 0x8F14, 0xDD70, 0x8F15, 0xDD71, 0x8F16, - 0xDD72, 0x8F17, 0xDD73, 0x8F18, 0xDD74, 0x8F19, 0xDD75, 0x8F1A, 0xDD76, 0x8F1B, 0xDD77, 0x8F1C, 0xDD78, 0x8F1D, 0xDD79, 0x8F1E, - 0xDD7A, 0x8F1F, 0xDD7B, 0x8F20, 0xDD7C, 0x8F21, 0xDD7D, 0x8F22, 0xDD7E, 0x8F23, 0xDD80, 0x8F24, 0xDD81, 0x8F25, 0xDD82, 0x8F26, - 0xDD83, 0x8F27, 0xDD84, 0x8F28, 0xDD85, 0x8F29, 0xDD86, 0x8F2A, 0xDD87, 0x8F2B, 0xDD88, 0x8F2C, 0xDD89, 0x8F2D, 0xDD8A, 0x8F2E, - 0xDD8B, 0x8F2F, 0xDD8C, 0x8F30, 0xDD8D, 0x8F31, 0xDD8E, 0x8F32, 0xDD8F, 0x8F33, 0xDD90, 0x8F34, 0xDD91, 0x8F35, 0xDD92, 0x8F36, - 0xDD93, 0x8F37, 0xDD94, 0x8F38, 0xDD95, 0x8F39, 0xDD96, 0x8F3A, 0xDD97, 0x8F3B, 0xDD98, 0x8F3C, 0xDD99, 0x8F3D, 0xDD9A, 0x8F3E, - 0xDD9B, 0x8F3F, 0xDD9C, 0x8F40, 0xDD9D, 0x8F41, 0xDD9E, 0x8F42, 0xDD9F, 0x8F43, 0xDDA0, 0x8F44, 0xDDA1, 0x8368, 0xDDA2, 0x831B, - 0xDDA3, 0x8369, 0xDDA4, 0x836C, 0xDDA5, 0x836A, 0xDDA6, 0x836D, 0xDDA7, 0x836E, 0xDDA8, 0x83B0, 0xDDA9, 0x8378, 0xDDAA, 0x83B3, - 0xDDAB, 0x83B4, 0xDDAC, 0x83A0, 0xDDAD, 0x83AA, 0xDDAE, 0x8393, 0xDDAF, 0x839C, 0xDDB0, 0x8385, 0xDDB1, 0x837C, 0xDDB2, 0x83B6, - 0xDDB3, 0x83A9, 0xDDB4, 0x837D, 0xDDB5, 0x83B8, 0xDDB6, 0x837B, 0xDDB7, 0x8398, 0xDDB8, 0x839E, 0xDDB9, 0x83A8, 0xDDBA, 0x83BA, - 0xDDBB, 0x83BC, 0xDDBC, 0x83C1, 0xDDBD, 0x8401, 0xDDBE, 0x83E5, 0xDDBF, 0x83D8, 0xDDC0, 0x5807, 0xDDC1, 0x8418, 0xDDC2, 0x840B, - 0xDDC3, 0x83DD, 0xDDC4, 0x83FD, 0xDDC5, 0x83D6, 0xDDC6, 0x841C, 0xDDC7, 0x8438, 0xDDC8, 0x8411, 0xDDC9, 0x8406, 0xDDCA, 0x83D4, - 0xDDCB, 0x83DF, 0xDDCC, 0x840F, 0xDDCD, 0x8403, 0xDDCE, 0x83F8, 0xDDCF, 0x83F9, 0xDDD0, 0x83EA, 0xDDD1, 0x83C5, 0xDDD2, 0x83C0, - 0xDDD3, 0x8426, 0xDDD4, 0x83F0, 0xDDD5, 0x83E1, 0xDDD6, 0x845C, 0xDDD7, 0x8451, 0xDDD8, 0x845A, 0xDDD9, 0x8459, 0xDDDA, 0x8473, - 0xDDDB, 0x8487, 0xDDDC, 0x8488, 0xDDDD, 0x847A, 0xDDDE, 0x8489, 0xDDDF, 0x8478, 0xDDE0, 0x843C, 0xDDE1, 0x8446, 0xDDE2, 0x8469, - 0xDDE3, 0x8476, 0xDDE4, 0x848C, 0xDDE5, 0x848E, 0xDDE6, 0x8431, 0xDDE7, 0x846D, 0xDDE8, 0x84C1, 0xDDE9, 0x84CD, 0xDDEA, 0x84D0, - 0xDDEB, 0x84E6, 0xDDEC, 0x84BD, 0xDDED, 0x84D3, 0xDDEE, 0x84CA, 0xDDEF, 0x84BF, 0xDDF0, 0x84BA, 0xDDF1, 0x84E0, 0xDDF2, 0x84A1, - 0xDDF3, 0x84B9, 0xDDF4, 0x84B4, 0xDDF5, 0x8497, 0xDDF6, 0x84E5, 0xDDF7, 0x84E3, 0xDDF8, 0x850C, 0xDDF9, 0x750D, 0xDDFA, 0x8538, - 0xDDFB, 0x84F0, 0xDDFC, 0x8539, 0xDDFD, 0x851F, 0xDDFE, 0x853A, 0xDE40, 0x8F45, 0xDE41, 0x8F46, 0xDE42, 0x8F47, 0xDE43, 0x8F48, - 0xDE44, 0x8F49, 0xDE45, 0x8F4A, 0xDE46, 0x8F4B, 0xDE47, 0x8F4C, 0xDE48, 0x8F4D, 0xDE49, 0x8F4E, 0xDE4A, 0x8F4F, 0xDE4B, 0x8F50, - 0xDE4C, 0x8F51, 0xDE4D, 0x8F52, 0xDE4E, 0x8F53, 0xDE4F, 0x8F54, 0xDE50, 0x8F55, 0xDE51, 0x8F56, 0xDE52, 0x8F57, 0xDE53, 0x8F58, - 0xDE54, 0x8F59, 0xDE55, 0x8F5A, 0xDE56, 0x8F5B, 0xDE57, 0x8F5C, 0xDE58, 0x8F5D, 0xDE59, 0x8F5E, 0xDE5A, 0x8F5F, 0xDE5B, 0x8F60, - 0xDE5C, 0x8F61, 0xDE5D, 0x8F62, 0xDE5E, 0x8F63, 0xDE5F, 0x8F64, 0xDE60, 0x8F65, 0xDE61, 0x8F6A, 0xDE62, 0x8F80, 0xDE63, 0x8F8C, - 0xDE64, 0x8F92, 0xDE65, 0x8F9D, 0xDE66, 0x8FA0, 0xDE67, 0x8FA1, 0xDE68, 0x8FA2, 0xDE69, 0x8FA4, 0xDE6A, 0x8FA5, 0xDE6B, 0x8FA6, - 0xDE6C, 0x8FA7, 0xDE6D, 0x8FAA, 0xDE6E, 0x8FAC, 0xDE6F, 0x8FAD, 0xDE70, 0x8FAE, 0xDE71, 0x8FAF, 0xDE72, 0x8FB2, 0xDE73, 0x8FB3, - 0xDE74, 0x8FB4, 0xDE75, 0x8FB5, 0xDE76, 0x8FB7, 0xDE77, 0x8FB8, 0xDE78, 0x8FBA, 0xDE79, 0x8FBB, 0xDE7A, 0x8FBC, 0xDE7B, 0x8FBF, - 0xDE7C, 0x8FC0, 0xDE7D, 0x8FC3, 0xDE7E, 0x8FC6, 0xDE80, 0x8FC9, 0xDE81, 0x8FCA, 0xDE82, 0x8FCB, 0xDE83, 0x8FCC, 0xDE84, 0x8FCD, - 0xDE85, 0x8FCF, 0xDE86, 0x8FD2, 0xDE87, 0x8FD6, 0xDE88, 0x8FD7, 0xDE89, 0x8FDA, 0xDE8A, 0x8FE0, 0xDE8B, 0x8FE1, 0xDE8C, 0x8FE3, - 0xDE8D, 0x8FE7, 0xDE8E, 0x8FEC, 0xDE8F, 0x8FEF, 0xDE90, 0x8FF1, 0xDE91, 0x8FF2, 0xDE92, 0x8FF4, 0xDE93, 0x8FF5, 0xDE94, 0x8FF6, - 0xDE95, 0x8FFA, 0xDE96, 0x8FFB, 0xDE97, 0x8FFC, 0xDE98, 0x8FFE, 0xDE99, 0x8FFF, 0xDE9A, 0x9007, 0xDE9B, 0x9008, 0xDE9C, 0x900C, - 0xDE9D, 0x900E, 0xDE9E, 0x9013, 0xDE9F, 0x9015, 0xDEA0, 0x9018, 0xDEA1, 0x8556, 0xDEA2, 0x853B, 0xDEA3, 0x84FF, 0xDEA4, 0x84FC, - 0xDEA5, 0x8559, 0xDEA6, 0x8548, 0xDEA7, 0x8568, 0xDEA8, 0x8564, 0xDEA9, 0x855E, 0xDEAA, 0x857A, 0xDEAB, 0x77A2, 0xDEAC, 0x8543, - 0xDEAD, 0x8572, 0xDEAE, 0x857B, 0xDEAF, 0x85A4, 0xDEB0, 0x85A8, 0xDEB1, 0x8587, 0xDEB2, 0x858F, 0xDEB3, 0x8579, 0xDEB4, 0x85AE, - 0xDEB5, 0x859C, 0xDEB6, 0x8585, 0xDEB7, 0x85B9, 0xDEB8, 0x85B7, 0xDEB9, 0x85B0, 0xDEBA, 0x85D3, 0xDEBB, 0x85C1, 0xDEBC, 0x85DC, - 0xDEBD, 0x85FF, 0xDEBE, 0x8627, 0xDEBF, 0x8605, 0xDEC0, 0x8629, 0xDEC1, 0x8616, 0xDEC2, 0x863C, 0xDEC3, 0x5EFE, 0xDEC4, 0x5F08, - 0xDEC5, 0x593C, 0xDEC6, 0x5941, 0xDEC7, 0x8037, 0xDEC8, 0x5955, 0xDEC9, 0x595A, 0xDECA, 0x5958, 0xDECB, 0x530F, 0xDECC, 0x5C22, - 0xDECD, 0x5C25, 0xDECE, 0x5C2C, 0xDECF, 0x5C34, 0xDED0, 0x624C, 0xDED1, 0x626A, 0xDED2, 0x629F, 0xDED3, 0x62BB, 0xDED4, 0x62CA, - 0xDED5, 0x62DA, 0xDED6, 0x62D7, 0xDED7, 0x62EE, 0xDED8, 0x6322, 0xDED9, 0x62F6, 0xDEDA, 0x6339, 0xDEDB, 0x634B, 0xDEDC, 0x6343, - 0xDEDD, 0x63AD, 0xDEDE, 0x63F6, 0xDEDF, 0x6371, 0xDEE0, 0x637A, 0xDEE1, 0x638E, 0xDEE2, 0x63B4, 0xDEE3, 0x636D, 0xDEE4, 0x63AC, - 0xDEE5, 0x638A, 0xDEE6, 0x6369, 0xDEE7, 0x63AE, 0xDEE8, 0x63BC, 0xDEE9, 0x63F2, 0xDEEA, 0x63F8, 0xDEEB, 0x63E0, 0xDEEC, 0x63FF, - 0xDEED, 0x63C4, 0xDEEE, 0x63DE, 0xDEEF, 0x63CE, 0xDEF0, 0x6452, 0xDEF1, 0x63C6, 0xDEF2, 0x63BE, 0xDEF3, 0x6445, 0xDEF4, 0x6441, - 0xDEF5, 0x640B, 0xDEF6, 0x641B, 0xDEF7, 0x6420, 0xDEF8, 0x640C, 0xDEF9, 0x6426, 0xDEFA, 0x6421, 0xDEFB, 0x645E, 0xDEFC, 0x6484, - 0xDEFD, 0x646D, 0xDEFE, 0x6496, 0xDF40, 0x9019, 0xDF41, 0x901C, 0xDF42, 0x9023, 0xDF43, 0x9024, 0xDF44, 0x9025, 0xDF45, 0x9027, - 0xDF46, 0x9028, 0xDF47, 0x9029, 0xDF48, 0x902A, 0xDF49, 0x902B, 0xDF4A, 0x902C, 0xDF4B, 0x9030, 0xDF4C, 0x9031, 0xDF4D, 0x9032, - 0xDF4E, 0x9033, 0xDF4F, 0x9034, 0xDF50, 0x9037, 0xDF51, 0x9039, 0xDF52, 0x903A, 0xDF53, 0x903D, 0xDF54, 0x903F, 0xDF55, 0x9040, - 0xDF56, 0x9043, 0xDF57, 0x9045, 0xDF58, 0x9046, 0xDF59, 0x9048, 0xDF5A, 0x9049, 0xDF5B, 0x904A, 0xDF5C, 0x904B, 0xDF5D, 0x904C, - 0xDF5E, 0x904E, 0xDF5F, 0x9054, 0xDF60, 0x9055, 0xDF61, 0x9056, 0xDF62, 0x9059, 0xDF63, 0x905A, 0xDF64, 0x905C, 0xDF65, 0x905D, - 0xDF66, 0x905E, 0xDF67, 0x905F, 0xDF68, 0x9060, 0xDF69, 0x9061, 0xDF6A, 0x9064, 0xDF6B, 0x9066, 0xDF6C, 0x9067, 0xDF6D, 0x9069, - 0xDF6E, 0x906A, 0xDF6F, 0x906B, 0xDF70, 0x906C, 0xDF71, 0x906F, 0xDF72, 0x9070, 0xDF73, 0x9071, 0xDF74, 0x9072, 0xDF75, 0x9073, - 0xDF76, 0x9076, 0xDF77, 0x9077, 0xDF78, 0x9078, 0xDF79, 0x9079, 0xDF7A, 0x907A, 0xDF7B, 0x907B, 0xDF7C, 0x907C, 0xDF7D, 0x907E, - 0xDF7E, 0x9081, 0xDF80, 0x9084, 0xDF81, 0x9085, 0xDF82, 0x9086, 0xDF83, 0x9087, 0xDF84, 0x9089, 0xDF85, 0x908A, 0xDF86, 0x908C, - 0xDF87, 0x908D, 0xDF88, 0x908E, 0xDF89, 0x908F, 0xDF8A, 0x9090, 0xDF8B, 0x9092, 0xDF8C, 0x9094, 0xDF8D, 0x9096, 0xDF8E, 0x9098, - 0xDF8F, 0x909A, 0xDF90, 0x909C, 0xDF91, 0x909E, 0xDF92, 0x909F, 0xDF93, 0x90A0, 0xDF94, 0x90A4, 0xDF95, 0x90A5, 0xDF96, 0x90A7, - 0xDF97, 0x90A8, 0xDF98, 0x90A9, 0xDF99, 0x90AB, 0xDF9A, 0x90AD, 0xDF9B, 0x90B2, 0xDF9C, 0x90B7, 0xDF9D, 0x90BC, 0xDF9E, 0x90BD, - 0xDF9F, 0x90BF, 0xDFA0, 0x90C0, 0xDFA1, 0x647A, 0xDFA2, 0x64B7, 0xDFA3, 0x64B8, 0xDFA4, 0x6499, 0xDFA5, 0x64BA, 0xDFA6, 0x64C0, - 0xDFA7, 0x64D0, 0xDFA8, 0x64D7, 0xDFA9, 0x64E4, 0xDFAA, 0x64E2, 0xDFAB, 0x6509, 0xDFAC, 0x6525, 0xDFAD, 0x652E, 0xDFAE, 0x5F0B, - 0xDFAF, 0x5FD2, 0xDFB0, 0x7519, 0xDFB1, 0x5F11, 0xDFB2, 0x535F, 0xDFB3, 0x53F1, 0xDFB4, 0x53FD, 0xDFB5, 0x53E9, 0xDFB6, 0x53E8, - 0xDFB7, 0x53FB, 0xDFB8, 0x5412, 0xDFB9, 0x5416, 0xDFBA, 0x5406, 0xDFBB, 0x544B, 0xDFBC, 0x5452, 0xDFBD, 0x5453, 0xDFBE, 0x5454, - 0xDFBF, 0x5456, 0xDFC0, 0x5443, 0xDFC1, 0x5421, 0xDFC2, 0x5457, 0xDFC3, 0x5459, 0xDFC4, 0x5423, 0xDFC5, 0x5432, 0xDFC6, 0x5482, - 0xDFC7, 0x5494, 0xDFC8, 0x5477, 0xDFC9, 0x5471, 0xDFCA, 0x5464, 0xDFCB, 0x549A, 0xDFCC, 0x549B, 0xDFCD, 0x5484, 0xDFCE, 0x5476, - 0xDFCF, 0x5466, 0xDFD0, 0x549D, 0xDFD1, 0x54D0, 0xDFD2, 0x54AD, 0xDFD3, 0x54C2, 0xDFD4, 0x54B4, 0xDFD5, 0x54D2, 0xDFD6, 0x54A7, - 0xDFD7, 0x54A6, 0xDFD8, 0x54D3, 0xDFD9, 0x54D4, 0xDFDA, 0x5472, 0xDFDB, 0x54A3, 0xDFDC, 0x54D5, 0xDFDD, 0x54BB, 0xDFDE, 0x54BF, - 0xDFDF, 0x54CC, 0xDFE0, 0x54D9, 0xDFE1, 0x54DA, 0xDFE2, 0x54DC, 0xDFE3, 0x54A9, 0xDFE4, 0x54AA, 0xDFE5, 0x54A4, 0xDFE6, 0x54DD, - 0xDFE7, 0x54CF, 0xDFE8, 0x54DE, 0xDFE9, 0x551B, 0xDFEA, 0x54E7, 0xDFEB, 0x5520, 0xDFEC, 0x54FD, 0xDFED, 0x5514, 0xDFEE, 0x54F3, - 0xDFEF, 0x5522, 0xDFF0, 0x5523, 0xDFF1, 0x550F, 0xDFF2, 0x5511, 0xDFF3, 0x5527, 0xDFF4, 0x552A, 0xDFF5, 0x5567, 0xDFF6, 0x558F, - 0xDFF7, 0x55B5, 0xDFF8, 0x5549, 0xDFF9, 0x556D, 0xDFFA, 0x5541, 0xDFFB, 0x5555, 0xDFFC, 0x553F, 0xDFFD, 0x5550, 0xDFFE, 0x553C, - 0xE040, 0x90C2, 0xE041, 0x90C3, 0xE042, 0x90C6, 0xE043, 0x90C8, 0xE044, 0x90C9, 0xE045, 0x90CB, 0xE046, 0x90CC, 0xE047, 0x90CD, - 0xE048, 0x90D2, 0xE049, 0x90D4, 0xE04A, 0x90D5, 0xE04B, 0x90D6, 0xE04C, 0x90D8, 0xE04D, 0x90D9, 0xE04E, 0x90DA, 0xE04F, 0x90DE, - 0xE050, 0x90DF, 0xE051, 0x90E0, 0xE052, 0x90E3, 0xE053, 0x90E4, 0xE054, 0x90E5, 0xE055, 0x90E9, 0xE056, 0x90EA, 0xE057, 0x90EC, - 0xE058, 0x90EE, 0xE059, 0x90F0, 0xE05A, 0x90F1, 0xE05B, 0x90F2, 0xE05C, 0x90F3, 0xE05D, 0x90F5, 0xE05E, 0x90F6, 0xE05F, 0x90F7, - 0xE060, 0x90F9, 0xE061, 0x90FA, 0xE062, 0x90FB, 0xE063, 0x90FC, 0xE064, 0x90FF, 0xE065, 0x9100, 0xE066, 0x9101, 0xE067, 0x9103, - 0xE068, 0x9105, 0xE069, 0x9106, 0xE06A, 0x9107, 0xE06B, 0x9108, 0xE06C, 0x9109, 0xE06D, 0x910A, 0xE06E, 0x910B, 0xE06F, 0x910C, - 0xE070, 0x910D, 0xE071, 0x910E, 0xE072, 0x910F, 0xE073, 0x9110, 0xE074, 0x9111, 0xE075, 0x9112, 0xE076, 0x9113, 0xE077, 0x9114, - 0xE078, 0x9115, 0xE079, 0x9116, 0xE07A, 0x9117, 0xE07B, 0x9118, 0xE07C, 0x911A, 0xE07D, 0x911B, 0xE07E, 0x911C, 0xE080, 0x911D, - 0xE081, 0x911F, 0xE082, 0x9120, 0xE083, 0x9121, 0xE084, 0x9124, 0xE085, 0x9125, 0xE086, 0x9126, 0xE087, 0x9127, 0xE088, 0x9128, - 0xE089, 0x9129, 0xE08A, 0x912A, 0xE08B, 0x912B, 0xE08C, 0x912C, 0xE08D, 0x912D, 0xE08E, 0x912E, 0xE08F, 0x9130, 0xE090, 0x9132, - 0xE091, 0x9133, 0xE092, 0x9134, 0xE093, 0x9135, 0xE094, 0x9136, 0xE095, 0x9137, 0xE096, 0x9138, 0xE097, 0x913A, 0xE098, 0x913B, - 0xE099, 0x913C, 0xE09A, 0x913D, 0xE09B, 0x913E, 0xE09C, 0x913F, 0xE09D, 0x9140, 0xE09E, 0x9141, 0xE09F, 0x9142, 0xE0A0, 0x9144, - 0xE0A1, 0x5537, 0xE0A2, 0x5556, 0xE0A3, 0x5575, 0xE0A4, 0x5576, 0xE0A5, 0x5577, 0xE0A6, 0x5533, 0xE0A7, 0x5530, 0xE0A8, 0x555C, - 0xE0A9, 0x558B, 0xE0AA, 0x55D2, 0xE0AB, 0x5583, 0xE0AC, 0x55B1, 0xE0AD, 0x55B9, 0xE0AE, 0x5588, 0xE0AF, 0x5581, 0xE0B0, 0x559F, - 0xE0B1, 0x557E, 0xE0B2, 0x55D6, 0xE0B3, 0x5591, 0xE0B4, 0x557B, 0xE0B5, 0x55DF, 0xE0B6, 0x55BD, 0xE0B7, 0x55BE, 0xE0B8, 0x5594, - 0xE0B9, 0x5599, 0xE0BA, 0x55EA, 0xE0BB, 0x55F7, 0xE0BC, 0x55C9, 0xE0BD, 0x561F, 0xE0BE, 0x55D1, 0xE0BF, 0x55EB, 0xE0C0, 0x55EC, - 0xE0C1, 0x55D4, 0xE0C2, 0x55E6, 0xE0C3, 0x55DD, 0xE0C4, 0x55C4, 0xE0C5, 0x55EF, 0xE0C6, 0x55E5, 0xE0C7, 0x55F2, 0xE0C8, 0x55F3, - 0xE0C9, 0x55CC, 0xE0CA, 0x55CD, 0xE0CB, 0x55E8, 0xE0CC, 0x55F5, 0xE0CD, 0x55E4, 0xE0CE, 0x8F94, 0xE0CF, 0x561E, 0xE0D0, 0x5608, - 0xE0D1, 0x560C, 0xE0D2, 0x5601, 0xE0D3, 0x5624, 0xE0D4, 0x5623, 0xE0D5, 0x55FE, 0xE0D6, 0x5600, 0xE0D7, 0x5627, 0xE0D8, 0x562D, - 0xE0D9, 0x5658, 0xE0DA, 0x5639, 0xE0DB, 0x5657, 0xE0DC, 0x562C, 0xE0DD, 0x564D, 0xE0DE, 0x5662, 0xE0DF, 0x5659, 0xE0E0, 0x565C, - 0xE0E1, 0x564C, 0xE0E2, 0x5654, 0xE0E3, 0x5686, 0xE0E4, 0x5664, 0xE0E5, 0x5671, 0xE0E6, 0x566B, 0xE0E7, 0x567B, 0xE0E8, 0x567C, - 0xE0E9, 0x5685, 0xE0EA, 0x5693, 0xE0EB, 0x56AF, 0xE0EC, 0x56D4, 0xE0ED, 0x56D7, 0xE0EE, 0x56DD, 0xE0EF, 0x56E1, 0xE0F0, 0x56F5, - 0xE0F1, 0x56EB, 0xE0F2, 0x56F9, 0xE0F3, 0x56FF, 0xE0F4, 0x5704, 0xE0F5, 0x570A, 0xE0F6, 0x5709, 0xE0F7, 0x571C, 0xE0F8, 0x5E0F, - 0xE0F9, 0x5E19, 0xE0FA, 0x5E14, 0xE0FB, 0x5E11, 0xE0FC, 0x5E31, 0xE0FD, 0x5E3B, 0xE0FE, 0x5E3C, 0xE140, 0x9145, 0xE141, 0x9147, - 0xE142, 0x9148, 0xE143, 0x9151, 0xE144, 0x9153, 0xE145, 0x9154, 0xE146, 0x9155, 0xE147, 0x9156, 0xE148, 0x9158, 0xE149, 0x9159, - 0xE14A, 0x915B, 0xE14B, 0x915C, 0xE14C, 0x915F, 0xE14D, 0x9160, 0xE14E, 0x9166, 0xE14F, 0x9167, 0xE150, 0x9168, 0xE151, 0x916B, - 0xE152, 0x916D, 0xE153, 0x9173, 0xE154, 0x917A, 0xE155, 0x917B, 0xE156, 0x917C, 0xE157, 0x9180, 0xE158, 0x9181, 0xE159, 0x9182, - 0xE15A, 0x9183, 0xE15B, 0x9184, 0xE15C, 0x9186, 0xE15D, 0x9188, 0xE15E, 0x918A, 0xE15F, 0x918E, 0xE160, 0x918F, 0xE161, 0x9193, - 0xE162, 0x9194, 0xE163, 0x9195, 0xE164, 0x9196, 0xE165, 0x9197, 0xE166, 0x9198, 0xE167, 0x9199, 0xE168, 0x919C, 0xE169, 0x919D, - 0xE16A, 0x919E, 0xE16B, 0x919F, 0xE16C, 0x91A0, 0xE16D, 0x91A1, 0xE16E, 0x91A4, 0xE16F, 0x91A5, 0xE170, 0x91A6, 0xE171, 0x91A7, - 0xE172, 0x91A8, 0xE173, 0x91A9, 0xE174, 0x91AB, 0xE175, 0x91AC, 0xE176, 0x91B0, 0xE177, 0x91B1, 0xE178, 0x91B2, 0xE179, 0x91B3, - 0xE17A, 0x91B6, 0xE17B, 0x91B7, 0xE17C, 0x91B8, 0xE17D, 0x91B9, 0xE17E, 0x91BB, 0xE180, 0x91BC, 0xE181, 0x91BD, 0xE182, 0x91BE, - 0xE183, 0x91BF, 0xE184, 0x91C0, 0xE185, 0x91C1, 0xE186, 0x91C2, 0xE187, 0x91C3, 0xE188, 0x91C4, 0xE189, 0x91C5, 0xE18A, 0x91C6, - 0xE18B, 0x91C8, 0xE18C, 0x91CB, 0xE18D, 0x91D0, 0xE18E, 0x91D2, 0xE18F, 0x91D3, 0xE190, 0x91D4, 0xE191, 0x91D5, 0xE192, 0x91D6, - 0xE193, 0x91D7, 0xE194, 0x91D8, 0xE195, 0x91D9, 0xE196, 0x91DA, 0xE197, 0x91DB, 0xE198, 0x91DD, 0xE199, 0x91DE, 0xE19A, 0x91DF, - 0xE19B, 0x91E0, 0xE19C, 0x91E1, 0xE19D, 0x91E2, 0xE19E, 0x91E3, 0xE19F, 0x91E4, 0xE1A0, 0x91E5, 0xE1A1, 0x5E37, 0xE1A2, 0x5E44, - 0xE1A3, 0x5E54, 0xE1A4, 0x5E5B, 0xE1A5, 0x5E5E, 0xE1A6, 0x5E61, 0xE1A7, 0x5C8C, 0xE1A8, 0x5C7A, 0xE1A9, 0x5C8D, 0xE1AA, 0x5C90, - 0xE1AB, 0x5C96, 0xE1AC, 0x5C88, 0xE1AD, 0x5C98, 0xE1AE, 0x5C99, 0xE1AF, 0x5C91, 0xE1B0, 0x5C9A, 0xE1B1, 0x5C9C, 0xE1B2, 0x5CB5, - 0xE1B3, 0x5CA2, 0xE1B4, 0x5CBD, 0xE1B5, 0x5CAC, 0xE1B6, 0x5CAB, 0xE1B7, 0x5CB1, 0xE1B8, 0x5CA3, 0xE1B9, 0x5CC1, 0xE1BA, 0x5CB7, - 0xE1BB, 0x5CC4, 0xE1BC, 0x5CD2, 0xE1BD, 0x5CE4, 0xE1BE, 0x5CCB, 0xE1BF, 0x5CE5, 0xE1C0, 0x5D02, 0xE1C1, 0x5D03, 0xE1C2, 0x5D27, - 0xE1C3, 0x5D26, 0xE1C4, 0x5D2E, 0xE1C5, 0x5D24, 0xE1C6, 0x5D1E, 0xE1C7, 0x5D06, 0xE1C8, 0x5D1B, 0xE1C9, 0x5D58, 0xE1CA, 0x5D3E, - 0xE1CB, 0x5D34, 0xE1CC, 0x5D3D, 0xE1CD, 0x5D6C, 0xE1CE, 0x5D5B, 0xE1CF, 0x5D6F, 0xE1D0, 0x5D5D, 0xE1D1, 0x5D6B, 0xE1D2, 0x5D4B, - 0xE1D3, 0x5D4A, 0xE1D4, 0x5D69, 0xE1D5, 0x5D74, 0xE1D6, 0x5D82, 0xE1D7, 0x5D99, 0xE1D8, 0x5D9D, 0xE1D9, 0x8C73, 0xE1DA, 0x5DB7, - 0xE1DB, 0x5DC5, 0xE1DC, 0x5F73, 0xE1DD, 0x5F77, 0xE1DE, 0x5F82, 0xE1DF, 0x5F87, 0xE1E0, 0x5F89, 0xE1E1, 0x5F8C, 0xE1E2, 0x5F95, - 0xE1E3, 0x5F99, 0xE1E4, 0x5F9C, 0xE1E5, 0x5FA8, 0xE1E6, 0x5FAD, 0xE1E7, 0x5FB5, 0xE1E8, 0x5FBC, 0xE1E9, 0x8862, 0xE1EA, 0x5F61, - 0xE1EB, 0x72AD, 0xE1EC, 0x72B0, 0xE1ED, 0x72B4, 0xE1EE, 0x72B7, 0xE1EF, 0x72B8, 0xE1F0, 0x72C3, 0xE1F1, 0x72C1, 0xE1F2, 0x72CE, - 0xE1F3, 0x72CD, 0xE1F4, 0x72D2, 0xE1F5, 0x72E8, 0xE1F6, 0x72EF, 0xE1F7, 0x72E9, 0xE1F8, 0x72F2, 0xE1F9, 0x72F4, 0xE1FA, 0x72F7, - 0xE1FB, 0x7301, 0xE1FC, 0x72F3, 0xE1FD, 0x7303, 0xE1FE, 0x72FA, 0xE240, 0x91E6, 0xE241, 0x91E7, 0xE242, 0x91E8, 0xE243, 0x91E9, - 0xE244, 0x91EA, 0xE245, 0x91EB, 0xE246, 0x91EC, 0xE247, 0x91ED, 0xE248, 0x91EE, 0xE249, 0x91EF, 0xE24A, 0x91F0, 0xE24B, 0x91F1, - 0xE24C, 0x91F2, 0xE24D, 0x91F3, 0xE24E, 0x91F4, 0xE24F, 0x91F5, 0xE250, 0x91F6, 0xE251, 0x91F7, 0xE252, 0x91F8, 0xE253, 0x91F9, - 0xE254, 0x91FA, 0xE255, 0x91FB, 0xE256, 0x91FC, 0xE257, 0x91FD, 0xE258, 0x91FE, 0xE259, 0x91FF, 0xE25A, 0x9200, 0xE25B, 0x9201, - 0xE25C, 0x9202, 0xE25D, 0x9203, 0xE25E, 0x9204, 0xE25F, 0x9205, 0xE260, 0x9206, 0xE261, 0x9207, 0xE262, 0x9208, 0xE263, 0x9209, - 0xE264, 0x920A, 0xE265, 0x920B, 0xE266, 0x920C, 0xE267, 0x920D, 0xE268, 0x920E, 0xE269, 0x920F, 0xE26A, 0x9210, 0xE26B, 0x9211, - 0xE26C, 0x9212, 0xE26D, 0x9213, 0xE26E, 0x9214, 0xE26F, 0x9215, 0xE270, 0x9216, 0xE271, 0x9217, 0xE272, 0x9218, 0xE273, 0x9219, - 0xE274, 0x921A, 0xE275, 0x921B, 0xE276, 0x921C, 0xE277, 0x921D, 0xE278, 0x921E, 0xE279, 0x921F, 0xE27A, 0x9220, 0xE27B, 0x9221, - 0xE27C, 0x9222, 0xE27D, 0x9223, 0xE27E, 0x9224, 0xE280, 0x9225, 0xE281, 0x9226, 0xE282, 0x9227, 0xE283, 0x9228, 0xE284, 0x9229, - 0xE285, 0x922A, 0xE286, 0x922B, 0xE287, 0x922C, 0xE288, 0x922D, 0xE289, 0x922E, 0xE28A, 0x922F, 0xE28B, 0x9230, 0xE28C, 0x9231, - 0xE28D, 0x9232, 0xE28E, 0x9233, 0xE28F, 0x9234, 0xE290, 0x9235, 0xE291, 0x9236, 0xE292, 0x9237, 0xE293, 0x9238, 0xE294, 0x9239, - 0xE295, 0x923A, 0xE296, 0x923B, 0xE297, 0x923C, 0xE298, 0x923D, 0xE299, 0x923E, 0xE29A, 0x923F, 0xE29B, 0x9240, 0xE29C, 0x9241, - 0xE29D, 0x9242, 0xE29E, 0x9243, 0xE29F, 0x9244, 0xE2A0, 0x9245, 0xE2A1, 0x72FB, 0xE2A2, 0x7317, 0xE2A3, 0x7313, 0xE2A4, 0x7321, - 0xE2A5, 0x730A, 0xE2A6, 0x731E, 0xE2A7, 0x731D, 0xE2A8, 0x7315, 0xE2A9, 0x7322, 0xE2AA, 0x7339, 0xE2AB, 0x7325, 0xE2AC, 0x732C, - 0xE2AD, 0x7338, 0xE2AE, 0x7331, 0xE2AF, 0x7350, 0xE2B0, 0x734D, 0xE2B1, 0x7357, 0xE2B2, 0x7360, 0xE2B3, 0x736C, 0xE2B4, 0x736F, - 0xE2B5, 0x737E, 0xE2B6, 0x821B, 0xE2B7, 0x5925, 0xE2B8, 0x98E7, 0xE2B9, 0x5924, 0xE2BA, 0x5902, 0xE2BB, 0x9963, 0xE2BC, 0x9967, - 0xE2BD, 0x9968, 0xE2BE, 0x9969, 0xE2BF, 0x996A, 0xE2C0, 0x996B, 0xE2C1, 0x996C, 0xE2C2, 0x9974, 0xE2C3, 0x9977, 0xE2C4, 0x997D, - 0xE2C5, 0x9980, 0xE2C6, 0x9984, 0xE2C7, 0x9987, 0xE2C8, 0x998A, 0xE2C9, 0x998D, 0xE2CA, 0x9990, 0xE2CB, 0x9991, 0xE2CC, 0x9993, - 0xE2CD, 0x9994, 0xE2CE, 0x9995, 0xE2CF, 0x5E80, 0xE2D0, 0x5E91, 0xE2D1, 0x5E8B, 0xE2D2, 0x5E96, 0xE2D3, 0x5EA5, 0xE2D4, 0x5EA0, - 0xE2D5, 0x5EB9, 0xE2D6, 0x5EB5, 0xE2D7, 0x5EBE, 0xE2D8, 0x5EB3, 0xE2D9, 0x8D53, 0xE2DA, 0x5ED2, 0xE2DB, 0x5ED1, 0xE2DC, 0x5EDB, - 0xE2DD, 0x5EE8, 0xE2DE, 0x5EEA, 0xE2DF, 0x81BA, 0xE2E0, 0x5FC4, 0xE2E1, 0x5FC9, 0xE2E2, 0x5FD6, 0xE2E3, 0x5FCF, 0xE2E4, 0x6003, - 0xE2E5, 0x5FEE, 0xE2E6, 0x6004, 0xE2E7, 0x5FE1, 0xE2E8, 0x5FE4, 0xE2E9, 0x5FFE, 0xE2EA, 0x6005, 0xE2EB, 0x6006, 0xE2EC, 0x5FEA, - 0xE2ED, 0x5FED, 0xE2EE, 0x5FF8, 0xE2EF, 0x6019, 0xE2F0, 0x6035, 0xE2F1, 0x6026, 0xE2F2, 0x601B, 0xE2F3, 0x600F, 0xE2F4, 0x600D, - 0xE2F5, 0x6029, 0xE2F6, 0x602B, 0xE2F7, 0x600A, 0xE2F8, 0x603F, 0xE2F9, 0x6021, 0xE2FA, 0x6078, 0xE2FB, 0x6079, 0xE2FC, 0x607B, - 0xE2FD, 0x607A, 0xE2FE, 0x6042, 0xE340, 0x9246, 0xE341, 0x9247, 0xE342, 0x9248, 0xE343, 0x9249, 0xE344, 0x924A, 0xE345, 0x924B, - 0xE346, 0x924C, 0xE347, 0x924D, 0xE348, 0x924E, 0xE349, 0x924F, 0xE34A, 0x9250, 0xE34B, 0x9251, 0xE34C, 0x9252, 0xE34D, 0x9253, - 0xE34E, 0x9254, 0xE34F, 0x9255, 0xE350, 0x9256, 0xE351, 0x9257, 0xE352, 0x9258, 0xE353, 0x9259, 0xE354, 0x925A, 0xE355, 0x925B, - 0xE356, 0x925C, 0xE357, 0x925D, 0xE358, 0x925E, 0xE359, 0x925F, 0xE35A, 0x9260, 0xE35B, 0x9261, 0xE35C, 0x9262, 0xE35D, 0x9263, - 0xE35E, 0x9264, 0xE35F, 0x9265, 0xE360, 0x9266, 0xE361, 0x9267, 0xE362, 0x9268, 0xE363, 0x9269, 0xE364, 0x926A, 0xE365, 0x926B, - 0xE366, 0x926C, 0xE367, 0x926D, 0xE368, 0x926E, 0xE369, 0x926F, 0xE36A, 0x9270, 0xE36B, 0x9271, 0xE36C, 0x9272, 0xE36D, 0x9273, - 0xE36E, 0x9275, 0xE36F, 0x9276, 0xE370, 0x9277, 0xE371, 0x9278, 0xE372, 0x9279, 0xE373, 0x927A, 0xE374, 0x927B, 0xE375, 0x927C, - 0xE376, 0x927D, 0xE377, 0x927E, 0xE378, 0x927F, 0xE379, 0x9280, 0xE37A, 0x9281, 0xE37B, 0x9282, 0xE37C, 0x9283, 0xE37D, 0x9284, - 0xE37E, 0x9285, 0xE380, 0x9286, 0xE381, 0x9287, 0xE382, 0x9288, 0xE383, 0x9289, 0xE384, 0x928A, 0xE385, 0x928B, 0xE386, 0x928C, - 0xE387, 0x928D, 0xE388, 0x928F, 0xE389, 0x9290, 0xE38A, 0x9291, 0xE38B, 0x9292, 0xE38C, 0x9293, 0xE38D, 0x9294, 0xE38E, 0x9295, - 0xE38F, 0x9296, 0xE390, 0x9297, 0xE391, 0x9298, 0xE392, 0x9299, 0xE393, 0x929A, 0xE394, 0x929B, 0xE395, 0x929C, 0xE396, 0x929D, - 0xE397, 0x929E, 0xE398, 0x929F, 0xE399, 0x92A0, 0xE39A, 0x92A1, 0xE39B, 0x92A2, 0xE39C, 0x92A3, 0xE39D, 0x92A4, 0xE39E, 0x92A5, - 0xE39F, 0x92A6, 0xE3A0, 0x92A7, 0xE3A1, 0x606A, 0xE3A2, 0x607D, 0xE3A3, 0x6096, 0xE3A4, 0x609A, 0xE3A5, 0x60AD, 0xE3A6, 0x609D, - 0xE3A7, 0x6083, 0xE3A8, 0x6092, 0xE3A9, 0x608C, 0xE3AA, 0x609B, 0xE3AB, 0x60EC, 0xE3AC, 0x60BB, 0xE3AD, 0x60B1, 0xE3AE, 0x60DD, - 0xE3AF, 0x60D8, 0xE3B0, 0x60C6, 0xE3B1, 0x60DA, 0xE3B2, 0x60B4, 0xE3B3, 0x6120, 0xE3B4, 0x6126, 0xE3B5, 0x6115, 0xE3B6, 0x6123, - 0xE3B7, 0x60F4, 0xE3B8, 0x6100, 0xE3B9, 0x610E, 0xE3BA, 0x612B, 0xE3BB, 0x614A, 0xE3BC, 0x6175, 0xE3BD, 0x61AC, 0xE3BE, 0x6194, - 0xE3BF, 0x61A7, 0xE3C0, 0x61B7, 0xE3C1, 0x61D4, 0xE3C2, 0x61F5, 0xE3C3, 0x5FDD, 0xE3C4, 0x96B3, 0xE3C5, 0x95E9, 0xE3C6, 0x95EB, - 0xE3C7, 0x95F1, 0xE3C8, 0x95F3, 0xE3C9, 0x95F5, 0xE3CA, 0x95F6, 0xE3CB, 0x95FC, 0xE3CC, 0x95FE, 0xE3CD, 0x9603, 0xE3CE, 0x9604, - 0xE3CF, 0x9606, 0xE3D0, 0x9608, 0xE3D1, 0x960A, 0xE3D2, 0x960B, 0xE3D3, 0x960C, 0xE3D4, 0x960D, 0xE3D5, 0x960F, 0xE3D6, 0x9612, - 0xE3D7, 0x9615, 0xE3D8, 0x9616, 0xE3D9, 0x9617, 0xE3DA, 0x9619, 0xE3DB, 0x961A, 0xE3DC, 0x4E2C, 0xE3DD, 0x723F, 0xE3DE, 0x6215, - 0xE3DF, 0x6C35, 0xE3E0, 0x6C54, 0xE3E1, 0x6C5C, 0xE3E2, 0x6C4A, 0xE3E3, 0x6CA3, 0xE3E4, 0x6C85, 0xE3E5, 0x6C90, 0xE3E6, 0x6C94, - 0xE3E7, 0x6C8C, 0xE3E8, 0x6C68, 0xE3E9, 0x6C69, 0xE3EA, 0x6C74, 0xE3EB, 0x6C76, 0xE3EC, 0x6C86, 0xE3ED, 0x6CA9, 0xE3EE, 0x6CD0, - 0xE3EF, 0x6CD4, 0xE3F0, 0x6CAD, 0xE3F1, 0x6CF7, 0xE3F2, 0x6CF8, 0xE3F3, 0x6CF1, 0xE3F4, 0x6CD7, 0xE3F5, 0x6CB2, 0xE3F6, 0x6CE0, - 0xE3F7, 0x6CD6, 0xE3F8, 0x6CFA, 0xE3F9, 0x6CEB, 0xE3FA, 0x6CEE, 0xE3FB, 0x6CB1, 0xE3FC, 0x6CD3, 0xE3FD, 0x6CEF, 0xE3FE, 0x6CFE, - 0xE440, 0x92A8, 0xE441, 0x92A9, 0xE442, 0x92AA, 0xE443, 0x92AB, 0xE444, 0x92AC, 0xE445, 0x92AD, 0xE446, 0x92AF, 0xE447, 0x92B0, - 0xE448, 0x92B1, 0xE449, 0x92B2, 0xE44A, 0x92B3, 0xE44B, 0x92B4, 0xE44C, 0x92B5, 0xE44D, 0x92B6, 0xE44E, 0x92B7, 0xE44F, 0x92B8, - 0xE450, 0x92B9, 0xE451, 0x92BA, 0xE452, 0x92BB, 0xE453, 0x92BC, 0xE454, 0x92BD, 0xE455, 0x92BE, 0xE456, 0x92BF, 0xE457, 0x92C0, - 0xE458, 0x92C1, 0xE459, 0x92C2, 0xE45A, 0x92C3, 0xE45B, 0x92C4, 0xE45C, 0x92C5, 0xE45D, 0x92C6, 0xE45E, 0x92C7, 0xE45F, 0x92C9, - 0xE460, 0x92CA, 0xE461, 0x92CB, 0xE462, 0x92CC, 0xE463, 0x92CD, 0xE464, 0x92CE, 0xE465, 0x92CF, 0xE466, 0x92D0, 0xE467, 0x92D1, - 0xE468, 0x92D2, 0xE469, 0x92D3, 0xE46A, 0x92D4, 0xE46B, 0x92D5, 0xE46C, 0x92D6, 0xE46D, 0x92D7, 0xE46E, 0x92D8, 0xE46F, 0x92D9, - 0xE470, 0x92DA, 0xE471, 0x92DB, 0xE472, 0x92DC, 0xE473, 0x92DD, 0xE474, 0x92DE, 0xE475, 0x92DF, 0xE476, 0x92E0, 0xE477, 0x92E1, - 0xE478, 0x92E2, 0xE479, 0x92E3, 0xE47A, 0x92E4, 0xE47B, 0x92E5, 0xE47C, 0x92E6, 0xE47D, 0x92E7, 0xE47E, 0x92E8, 0xE480, 0x92E9, - 0xE481, 0x92EA, 0xE482, 0x92EB, 0xE483, 0x92EC, 0xE484, 0x92ED, 0xE485, 0x92EE, 0xE486, 0x92EF, 0xE487, 0x92F0, 0xE488, 0x92F1, - 0xE489, 0x92F2, 0xE48A, 0x92F3, 0xE48B, 0x92F4, 0xE48C, 0x92F5, 0xE48D, 0x92F6, 0xE48E, 0x92F7, 0xE48F, 0x92F8, 0xE490, 0x92F9, - 0xE491, 0x92FA, 0xE492, 0x92FB, 0xE493, 0x92FC, 0xE494, 0x92FD, 0xE495, 0x92FE, 0xE496, 0x92FF, 0xE497, 0x9300, 0xE498, 0x9301, - 0xE499, 0x9302, 0xE49A, 0x9303, 0xE49B, 0x9304, 0xE49C, 0x9305, 0xE49D, 0x9306, 0xE49E, 0x9307, 0xE49F, 0x9308, 0xE4A0, 0x9309, - 0xE4A1, 0x6D39, 0xE4A2, 0x6D27, 0xE4A3, 0x6D0C, 0xE4A4, 0x6D43, 0xE4A5, 0x6D48, 0xE4A6, 0x6D07, 0xE4A7, 0x6D04, 0xE4A8, 0x6D19, - 0xE4A9, 0x6D0E, 0xE4AA, 0x6D2B, 0xE4AB, 0x6D4D, 0xE4AC, 0x6D2E, 0xE4AD, 0x6D35, 0xE4AE, 0x6D1A, 0xE4AF, 0x6D4F, 0xE4B0, 0x6D52, - 0xE4B1, 0x6D54, 0xE4B2, 0x6D33, 0xE4B3, 0x6D91, 0xE4B4, 0x6D6F, 0xE4B5, 0x6D9E, 0xE4B6, 0x6DA0, 0xE4B7, 0x6D5E, 0xE4B8, 0x6D93, - 0xE4B9, 0x6D94, 0xE4BA, 0x6D5C, 0xE4BB, 0x6D60, 0xE4BC, 0x6D7C, 0xE4BD, 0x6D63, 0xE4BE, 0x6E1A, 0xE4BF, 0x6DC7, 0xE4C0, 0x6DC5, - 0xE4C1, 0x6DDE, 0xE4C2, 0x6E0E, 0xE4C3, 0x6DBF, 0xE4C4, 0x6DE0, 0xE4C5, 0x6E11, 0xE4C6, 0x6DE6, 0xE4C7, 0x6DDD, 0xE4C8, 0x6DD9, - 0xE4C9, 0x6E16, 0xE4CA, 0x6DAB, 0xE4CB, 0x6E0C, 0xE4CC, 0x6DAE, 0xE4CD, 0x6E2B, 0xE4CE, 0x6E6E, 0xE4CF, 0x6E4E, 0xE4D0, 0x6E6B, - 0xE4D1, 0x6EB2, 0xE4D2, 0x6E5F, 0xE4D3, 0x6E86, 0xE4D4, 0x6E53, 0xE4D5, 0x6E54, 0xE4D6, 0x6E32, 0xE4D7, 0x6E25, 0xE4D8, 0x6E44, - 0xE4D9, 0x6EDF, 0xE4DA, 0x6EB1, 0xE4DB, 0x6E98, 0xE4DC, 0x6EE0, 0xE4DD, 0x6F2D, 0xE4DE, 0x6EE2, 0xE4DF, 0x6EA5, 0xE4E0, 0x6EA7, - 0xE4E1, 0x6EBD, 0xE4E2, 0x6EBB, 0xE4E3, 0x6EB7, 0xE4E4, 0x6ED7, 0xE4E5, 0x6EB4, 0xE4E6, 0x6ECF, 0xE4E7, 0x6E8F, 0xE4E8, 0x6EC2, - 0xE4E9, 0x6E9F, 0xE4EA, 0x6F62, 0xE4EB, 0x6F46, 0xE4EC, 0x6F47, 0xE4ED, 0x6F24, 0xE4EE, 0x6F15, 0xE4EF, 0x6EF9, 0xE4F0, 0x6F2F, - 0xE4F1, 0x6F36, 0xE4F2, 0x6F4B, 0xE4F3, 0x6F74, 0xE4F4, 0x6F2A, 0xE4F5, 0x6F09, 0xE4F6, 0x6F29, 0xE4F7, 0x6F89, 0xE4F8, 0x6F8D, - 0xE4F9, 0x6F8C, 0xE4FA, 0x6F78, 0xE4FB, 0x6F72, 0xE4FC, 0x6F7C, 0xE4FD, 0x6F7A, 0xE4FE, 0x6FD1, 0xE540, 0x930A, 0xE541, 0x930B, - 0xE542, 0x930C, 0xE543, 0x930D, 0xE544, 0x930E, 0xE545, 0x930F, 0xE546, 0x9310, 0xE547, 0x9311, 0xE548, 0x9312, 0xE549, 0x9313, - 0xE54A, 0x9314, 0xE54B, 0x9315, 0xE54C, 0x9316, 0xE54D, 0x9317, 0xE54E, 0x9318, 0xE54F, 0x9319, 0xE550, 0x931A, 0xE551, 0x931B, - 0xE552, 0x931C, 0xE553, 0x931D, 0xE554, 0x931E, 0xE555, 0x931F, 0xE556, 0x9320, 0xE557, 0x9321, 0xE558, 0x9322, 0xE559, 0x9323, - 0xE55A, 0x9324, 0xE55B, 0x9325, 0xE55C, 0x9326, 0xE55D, 0x9327, 0xE55E, 0x9328, 0xE55F, 0x9329, 0xE560, 0x932A, 0xE561, 0x932B, - 0xE562, 0x932C, 0xE563, 0x932D, 0xE564, 0x932E, 0xE565, 0x932F, 0xE566, 0x9330, 0xE567, 0x9331, 0xE568, 0x9332, 0xE569, 0x9333, - 0xE56A, 0x9334, 0xE56B, 0x9335, 0xE56C, 0x9336, 0xE56D, 0x9337, 0xE56E, 0x9338, 0xE56F, 0x9339, 0xE570, 0x933A, 0xE571, 0x933B, - 0xE572, 0x933C, 0xE573, 0x933D, 0xE574, 0x933F, 0xE575, 0x9340, 0xE576, 0x9341, 0xE577, 0x9342, 0xE578, 0x9343, 0xE579, 0x9344, - 0xE57A, 0x9345, 0xE57B, 0x9346, 0xE57C, 0x9347, 0xE57D, 0x9348, 0xE57E, 0x9349, 0xE580, 0x934A, 0xE581, 0x934B, 0xE582, 0x934C, - 0xE583, 0x934D, 0xE584, 0x934E, 0xE585, 0x934F, 0xE586, 0x9350, 0xE587, 0x9351, 0xE588, 0x9352, 0xE589, 0x9353, 0xE58A, 0x9354, - 0xE58B, 0x9355, 0xE58C, 0x9356, 0xE58D, 0x9357, 0xE58E, 0x9358, 0xE58F, 0x9359, 0xE590, 0x935A, 0xE591, 0x935B, 0xE592, 0x935C, - 0xE593, 0x935D, 0xE594, 0x935E, 0xE595, 0x935F, 0xE596, 0x9360, 0xE597, 0x9361, 0xE598, 0x9362, 0xE599, 0x9363, 0xE59A, 0x9364, - 0xE59B, 0x9365, 0xE59C, 0x9366, 0xE59D, 0x9367, 0xE59E, 0x9368, 0xE59F, 0x9369, 0xE5A0, 0x936B, 0xE5A1, 0x6FC9, 0xE5A2, 0x6FA7, - 0xE5A3, 0x6FB9, 0xE5A4, 0x6FB6, 0xE5A5, 0x6FC2, 0xE5A6, 0x6FE1, 0xE5A7, 0x6FEE, 0xE5A8, 0x6FDE, 0xE5A9, 0x6FE0, 0xE5AA, 0x6FEF, - 0xE5AB, 0x701A, 0xE5AC, 0x7023, 0xE5AD, 0x701B, 0xE5AE, 0x7039, 0xE5AF, 0x7035, 0xE5B0, 0x704F, 0xE5B1, 0x705E, 0xE5B2, 0x5B80, - 0xE5B3, 0x5B84, 0xE5B4, 0x5B95, 0xE5B5, 0x5B93, 0xE5B6, 0x5BA5, 0xE5B7, 0x5BB8, 0xE5B8, 0x752F, 0xE5B9, 0x9A9E, 0xE5BA, 0x6434, - 0xE5BB, 0x5BE4, 0xE5BC, 0x5BEE, 0xE5BD, 0x8930, 0xE5BE, 0x5BF0, 0xE5BF, 0x8E47, 0xE5C0, 0x8B07, 0xE5C1, 0x8FB6, 0xE5C2, 0x8FD3, - 0xE5C3, 0x8FD5, 0xE5C4, 0x8FE5, 0xE5C5, 0x8FEE, 0xE5C6, 0x8FE4, 0xE5C7, 0x8FE9, 0xE5C8, 0x8FE6, 0xE5C9, 0x8FF3, 0xE5CA, 0x8FE8, - 0xE5CB, 0x9005, 0xE5CC, 0x9004, 0xE5CD, 0x900B, 0xE5CE, 0x9026, 0xE5CF, 0x9011, 0xE5D0, 0x900D, 0xE5D1, 0x9016, 0xE5D2, 0x9021, - 0xE5D3, 0x9035, 0xE5D4, 0x9036, 0xE5D5, 0x902D, 0xE5D6, 0x902F, 0xE5D7, 0x9044, 0xE5D8, 0x9051, 0xE5D9, 0x9052, 0xE5DA, 0x9050, - 0xE5DB, 0x9068, 0xE5DC, 0x9058, 0xE5DD, 0x9062, 0xE5DE, 0x905B, 0xE5DF, 0x66B9, 0xE5E0, 0x9074, 0xE5E1, 0x907D, 0xE5E2, 0x9082, - 0xE5E3, 0x9088, 0xE5E4, 0x9083, 0xE5E5, 0x908B, 0xE5E6, 0x5F50, 0xE5E7, 0x5F57, 0xE5E8, 0x5F56, 0xE5E9, 0x5F58, 0xE5EA, 0x5C3B, - 0xE5EB, 0x54AB, 0xE5EC, 0x5C50, 0xE5ED, 0x5C59, 0xE5EE, 0x5B71, 0xE5EF, 0x5C63, 0xE5F0, 0x5C66, 0xE5F1, 0x7FBC, 0xE5F2, 0x5F2A, - 0xE5F3, 0x5F29, 0xE5F4, 0x5F2D, 0xE5F5, 0x8274, 0xE5F6, 0x5F3C, 0xE5F7, 0x9B3B, 0xE5F8, 0x5C6E, 0xE5F9, 0x5981, 0xE5FA, 0x5983, - 0xE5FB, 0x598D, 0xE5FC, 0x59A9, 0xE5FD, 0x59AA, 0xE5FE, 0x59A3, 0xE640, 0x936C, 0xE641, 0x936D, 0xE642, 0x936E, 0xE643, 0x936F, - 0xE644, 0x9370, 0xE645, 0x9371, 0xE646, 0x9372, 0xE647, 0x9373, 0xE648, 0x9374, 0xE649, 0x9375, 0xE64A, 0x9376, 0xE64B, 0x9377, - 0xE64C, 0x9378, 0xE64D, 0x9379, 0xE64E, 0x937A, 0xE64F, 0x937B, 0xE650, 0x937C, 0xE651, 0x937D, 0xE652, 0x937E, 0xE653, 0x937F, - 0xE654, 0x9380, 0xE655, 0x9381, 0xE656, 0x9382, 0xE657, 0x9383, 0xE658, 0x9384, 0xE659, 0x9385, 0xE65A, 0x9386, 0xE65B, 0x9387, - 0xE65C, 0x9388, 0xE65D, 0x9389, 0xE65E, 0x938A, 0xE65F, 0x938B, 0xE660, 0x938C, 0xE661, 0x938D, 0xE662, 0x938E, 0xE663, 0x9390, - 0xE664, 0x9391, 0xE665, 0x9392, 0xE666, 0x9393, 0xE667, 0x9394, 0xE668, 0x9395, 0xE669, 0x9396, 0xE66A, 0x9397, 0xE66B, 0x9398, - 0xE66C, 0x9399, 0xE66D, 0x939A, 0xE66E, 0x939B, 0xE66F, 0x939C, 0xE670, 0x939D, 0xE671, 0x939E, 0xE672, 0x939F, 0xE673, 0x93A0, - 0xE674, 0x93A1, 0xE675, 0x93A2, 0xE676, 0x93A3, 0xE677, 0x93A4, 0xE678, 0x93A5, 0xE679, 0x93A6, 0xE67A, 0x93A7, 0xE67B, 0x93A8, - 0xE67C, 0x93A9, 0xE67D, 0x93AA, 0xE67E, 0x93AB, 0xE680, 0x93AC, 0xE681, 0x93AD, 0xE682, 0x93AE, 0xE683, 0x93AF, 0xE684, 0x93B0, - 0xE685, 0x93B1, 0xE686, 0x93B2, 0xE687, 0x93B3, 0xE688, 0x93B4, 0xE689, 0x93B5, 0xE68A, 0x93B6, 0xE68B, 0x93B7, 0xE68C, 0x93B8, - 0xE68D, 0x93B9, 0xE68E, 0x93BA, 0xE68F, 0x93BB, 0xE690, 0x93BC, 0xE691, 0x93BD, 0xE692, 0x93BE, 0xE693, 0x93BF, 0xE694, 0x93C0, - 0xE695, 0x93C1, 0xE696, 0x93C2, 0xE697, 0x93C3, 0xE698, 0x93C4, 0xE699, 0x93C5, 0xE69A, 0x93C6, 0xE69B, 0x93C7, 0xE69C, 0x93C8, - 0xE69D, 0x93C9, 0xE69E, 0x93CB, 0xE69F, 0x93CC, 0xE6A0, 0x93CD, 0xE6A1, 0x5997, 0xE6A2, 0x59CA, 0xE6A3, 0x59AB, 0xE6A4, 0x599E, - 0xE6A5, 0x59A4, 0xE6A6, 0x59D2, 0xE6A7, 0x59B2, 0xE6A8, 0x59AF, 0xE6A9, 0x59D7, 0xE6AA, 0x59BE, 0xE6AB, 0x5A05, 0xE6AC, 0x5A06, - 0xE6AD, 0x59DD, 0xE6AE, 0x5A08, 0xE6AF, 0x59E3, 0xE6B0, 0x59D8, 0xE6B1, 0x59F9, 0xE6B2, 0x5A0C, 0xE6B3, 0x5A09, 0xE6B4, 0x5A32, - 0xE6B5, 0x5A34, 0xE6B6, 0x5A11, 0xE6B7, 0x5A23, 0xE6B8, 0x5A13, 0xE6B9, 0x5A40, 0xE6BA, 0x5A67, 0xE6BB, 0x5A4A, 0xE6BC, 0x5A55, - 0xE6BD, 0x5A3C, 0xE6BE, 0x5A62, 0xE6BF, 0x5A75, 0xE6C0, 0x80EC, 0xE6C1, 0x5AAA, 0xE6C2, 0x5A9B, 0xE6C3, 0x5A77, 0xE6C4, 0x5A7A, - 0xE6C5, 0x5ABE, 0xE6C6, 0x5AEB, 0xE6C7, 0x5AB2, 0xE6C8, 0x5AD2, 0xE6C9, 0x5AD4, 0xE6CA, 0x5AB8, 0xE6CB, 0x5AE0, 0xE6CC, 0x5AE3, - 0xE6CD, 0x5AF1, 0xE6CE, 0x5AD6, 0xE6CF, 0x5AE6, 0xE6D0, 0x5AD8, 0xE6D1, 0x5ADC, 0xE6D2, 0x5B09, 0xE6D3, 0x5B17, 0xE6D4, 0x5B16, - 0xE6D5, 0x5B32, 0xE6D6, 0x5B37, 0xE6D7, 0x5B40, 0xE6D8, 0x5C15, 0xE6D9, 0x5C1C, 0xE6DA, 0x5B5A, 0xE6DB, 0x5B65, 0xE6DC, 0x5B73, - 0xE6DD, 0x5B51, 0xE6DE, 0x5B53, 0xE6DF, 0x5B62, 0xE6E0, 0x9A75, 0xE6E1, 0x9A77, 0xE6E2, 0x9A78, 0xE6E3, 0x9A7A, 0xE6E4, 0x9A7F, - 0xE6E5, 0x9A7D, 0xE6E6, 0x9A80, 0xE6E7, 0x9A81, 0xE6E8, 0x9A85, 0xE6E9, 0x9A88, 0xE6EA, 0x9A8A, 0xE6EB, 0x9A90, 0xE6EC, 0x9A92, - 0xE6ED, 0x9A93, 0xE6EE, 0x9A96, 0xE6EF, 0x9A98, 0xE6F0, 0x9A9B, 0xE6F1, 0x9A9C, 0xE6F2, 0x9A9D, 0xE6F3, 0x9A9F, 0xE6F4, 0x9AA0, - 0xE6F5, 0x9AA2, 0xE6F6, 0x9AA3, 0xE6F7, 0x9AA5, 0xE6F8, 0x9AA7, 0xE6F9, 0x7E9F, 0xE6FA, 0x7EA1, 0xE6FB, 0x7EA3, 0xE6FC, 0x7EA5, - 0xE6FD, 0x7EA8, 0xE6FE, 0x7EA9, 0xE740, 0x93CE, 0xE741, 0x93CF, 0xE742, 0x93D0, 0xE743, 0x93D1, 0xE744, 0x93D2, 0xE745, 0x93D3, - 0xE746, 0x93D4, 0xE747, 0x93D5, 0xE748, 0x93D7, 0xE749, 0x93D8, 0xE74A, 0x93D9, 0xE74B, 0x93DA, 0xE74C, 0x93DB, 0xE74D, 0x93DC, - 0xE74E, 0x93DD, 0xE74F, 0x93DE, 0xE750, 0x93DF, 0xE751, 0x93E0, 0xE752, 0x93E1, 0xE753, 0x93E2, 0xE754, 0x93E3, 0xE755, 0x93E4, - 0xE756, 0x93E5, 0xE757, 0x93E6, 0xE758, 0x93E7, 0xE759, 0x93E8, 0xE75A, 0x93E9, 0xE75B, 0x93EA, 0xE75C, 0x93EB, 0xE75D, 0x93EC, - 0xE75E, 0x93ED, 0xE75F, 0x93EE, 0xE760, 0x93EF, 0xE761, 0x93F0, 0xE762, 0x93F1, 0xE763, 0x93F2, 0xE764, 0x93F3, 0xE765, 0x93F4, - 0xE766, 0x93F5, 0xE767, 0x93F6, 0xE768, 0x93F7, 0xE769, 0x93F8, 0xE76A, 0x93F9, 0xE76B, 0x93FA, 0xE76C, 0x93FB, 0xE76D, 0x93FC, - 0xE76E, 0x93FD, 0xE76F, 0x93FE, 0xE770, 0x93FF, 0xE771, 0x9400, 0xE772, 0x9401, 0xE773, 0x9402, 0xE774, 0x9403, 0xE775, 0x9404, - 0xE776, 0x9405, 0xE777, 0x9406, 0xE778, 0x9407, 0xE779, 0x9408, 0xE77A, 0x9409, 0xE77B, 0x940A, 0xE77C, 0x940B, 0xE77D, 0x940C, - 0xE77E, 0x940D, 0xE780, 0x940E, 0xE781, 0x940F, 0xE782, 0x9410, 0xE783, 0x9411, 0xE784, 0x9412, 0xE785, 0x9413, 0xE786, 0x9414, - 0xE787, 0x9415, 0xE788, 0x9416, 0xE789, 0x9417, 0xE78A, 0x9418, 0xE78B, 0x9419, 0xE78C, 0x941A, 0xE78D, 0x941B, 0xE78E, 0x941C, - 0xE78F, 0x941D, 0xE790, 0x941E, 0xE791, 0x941F, 0xE792, 0x9420, 0xE793, 0x9421, 0xE794, 0x9422, 0xE795, 0x9423, 0xE796, 0x9424, - 0xE797, 0x9425, 0xE798, 0x9426, 0xE799, 0x9427, 0xE79A, 0x9428, 0xE79B, 0x9429, 0xE79C, 0x942A, 0xE79D, 0x942B, 0xE79E, 0x942C, - 0xE79F, 0x942D, 0xE7A0, 0x942E, 0xE7A1, 0x7EAD, 0xE7A2, 0x7EB0, 0xE7A3, 0x7EBE, 0xE7A4, 0x7EC0, 0xE7A5, 0x7EC1, 0xE7A6, 0x7EC2, - 0xE7A7, 0x7EC9, 0xE7A8, 0x7ECB, 0xE7A9, 0x7ECC, 0xE7AA, 0x7ED0, 0xE7AB, 0x7ED4, 0xE7AC, 0x7ED7, 0xE7AD, 0x7EDB, 0xE7AE, 0x7EE0, - 0xE7AF, 0x7EE1, 0xE7B0, 0x7EE8, 0xE7B1, 0x7EEB, 0xE7B2, 0x7EEE, 0xE7B3, 0x7EEF, 0xE7B4, 0x7EF1, 0xE7B5, 0x7EF2, 0xE7B6, 0x7F0D, - 0xE7B7, 0x7EF6, 0xE7B8, 0x7EFA, 0xE7B9, 0x7EFB, 0xE7BA, 0x7EFE, 0xE7BB, 0x7F01, 0xE7BC, 0x7F02, 0xE7BD, 0x7F03, 0xE7BE, 0x7F07, - 0xE7BF, 0x7F08, 0xE7C0, 0x7F0B, 0xE7C1, 0x7F0C, 0xE7C2, 0x7F0F, 0xE7C3, 0x7F11, 0xE7C4, 0x7F12, 0xE7C5, 0x7F17, 0xE7C6, 0x7F19, - 0xE7C7, 0x7F1C, 0xE7C8, 0x7F1B, 0xE7C9, 0x7F1F, 0xE7CA, 0x7F21, 0xE7CB, 0x7F22, 0xE7CC, 0x7F23, 0xE7CD, 0x7F24, 0xE7CE, 0x7F25, - 0xE7CF, 0x7F26, 0xE7D0, 0x7F27, 0xE7D1, 0x7F2A, 0xE7D2, 0x7F2B, 0xE7D3, 0x7F2C, 0xE7D4, 0x7F2D, 0xE7D5, 0x7F2F, 0xE7D6, 0x7F30, - 0xE7D7, 0x7F31, 0xE7D8, 0x7F32, 0xE7D9, 0x7F33, 0xE7DA, 0x7F35, 0xE7DB, 0x5E7A, 0xE7DC, 0x757F, 0xE7DD, 0x5DDB, 0xE7DE, 0x753E, - 0xE7DF, 0x9095, 0xE7E0, 0x738E, 0xE7E1, 0x7391, 0xE7E2, 0x73AE, 0xE7E3, 0x73A2, 0xE7E4, 0x739F, 0xE7E5, 0x73CF, 0xE7E6, 0x73C2, - 0xE7E7, 0x73D1, 0xE7E8, 0x73B7, 0xE7E9, 0x73B3, 0xE7EA, 0x73C0, 0xE7EB, 0x73C9, 0xE7EC, 0x73C8, 0xE7ED, 0x73E5, 0xE7EE, 0x73D9, - 0xE7EF, 0x987C, 0xE7F0, 0x740A, 0xE7F1, 0x73E9, 0xE7F2, 0x73E7, 0xE7F3, 0x73DE, 0xE7F4, 0x73BA, 0xE7F5, 0x73F2, 0xE7F6, 0x740F, - 0xE7F7, 0x742A, 0xE7F8, 0x745B, 0xE7F9, 0x7426, 0xE7FA, 0x7425, 0xE7FB, 0x7428, 0xE7FC, 0x7430, 0xE7FD, 0x742E, 0xE7FE, 0x742C, - 0xE840, 0x942F, 0xE841, 0x9430, 0xE842, 0x9431, 0xE843, 0x9432, 0xE844, 0x9433, 0xE845, 0x9434, 0xE846, 0x9435, 0xE847, 0x9436, - 0xE848, 0x9437, 0xE849, 0x9438, 0xE84A, 0x9439, 0xE84B, 0x943A, 0xE84C, 0x943B, 0xE84D, 0x943C, 0xE84E, 0x943D, 0xE84F, 0x943F, - 0xE850, 0x9440, 0xE851, 0x9441, 0xE852, 0x9442, 0xE853, 0x9443, 0xE854, 0x9444, 0xE855, 0x9445, 0xE856, 0x9446, 0xE857, 0x9447, - 0xE858, 0x9448, 0xE859, 0x9449, 0xE85A, 0x944A, 0xE85B, 0x944B, 0xE85C, 0x944C, 0xE85D, 0x944D, 0xE85E, 0x944E, 0xE85F, 0x944F, - 0xE860, 0x9450, 0xE861, 0x9451, 0xE862, 0x9452, 0xE863, 0x9453, 0xE864, 0x9454, 0xE865, 0x9455, 0xE866, 0x9456, 0xE867, 0x9457, - 0xE868, 0x9458, 0xE869, 0x9459, 0xE86A, 0x945A, 0xE86B, 0x945B, 0xE86C, 0x945C, 0xE86D, 0x945D, 0xE86E, 0x945E, 0xE86F, 0x945F, - 0xE870, 0x9460, 0xE871, 0x9461, 0xE872, 0x9462, 0xE873, 0x9463, 0xE874, 0x9464, 0xE875, 0x9465, 0xE876, 0x9466, 0xE877, 0x9467, - 0xE878, 0x9468, 0xE879, 0x9469, 0xE87A, 0x946A, 0xE87B, 0x946C, 0xE87C, 0x946D, 0xE87D, 0x946E, 0xE87E, 0x946F, 0xE880, 0x9470, - 0xE881, 0x9471, 0xE882, 0x9472, 0xE883, 0x9473, 0xE884, 0x9474, 0xE885, 0x9475, 0xE886, 0x9476, 0xE887, 0x9477, 0xE888, 0x9478, - 0xE889, 0x9479, 0xE88A, 0x947A, 0xE88B, 0x947B, 0xE88C, 0x947C, 0xE88D, 0x947D, 0xE88E, 0x947E, 0xE88F, 0x947F, 0xE890, 0x9480, - 0xE891, 0x9481, 0xE892, 0x9482, 0xE893, 0x9483, 0xE894, 0x9484, 0xE895, 0x9491, 0xE896, 0x9496, 0xE897, 0x9498, 0xE898, 0x94C7, - 0xE899, 0x94CF, 0xE89A, 0x94D3, 0xE89B, 0x94D4, 0xE89C, 0x94DA, 0xE89D, 0x94E6, 0xE89E, 0x94FB, 0xE89F, 0x951C, 0xE8A0, 0x9520, - 0xE8A1, 0x741B, 0xE8A2, 0x741A, 0xE8A3, 0x7441, 0xE8A4, 0x745C, 0xE8A5, 0x7457, 0xE8A6, 0x7455, 0xE8A7, 0x7459, 0xE8A8, 0x7477, - 0xE8A9, 0x746D, 0xE8AA, 0x747E, 0xE8AB, 0x749C, 0xE8AC, 0x748E, 0xE8AD, 0x7480, 0xE8AE, 0x7481, 0xE8AF, 0x7487, 0xE8B0, 0x748B, - 0xE8B1, 0x749E, 0xE8B2, 0x74A8, 0xE8B3, 0x74A9, 0xE8B4, 0x7490, 0xE8B5, 0x74A7, 0xE8B6, 0x74D2, 0xE8B7, 0x74BA, 0xE8B8, 0x97EA, - 0xE8B9, 0x97EB, 0xE8BA, 0x97EC, 0xE8BB, 0x674C, 0xE8BC, 0x6753, 0xE8BD, 0x675E, 0xE8BE, 0x6748, 0xE8BF, 0x6769, 0xE8C0, 0x67A5, - 0xE8C1, 0x6787, 0xE8C2, 0x676A, 0xE8C3, 0x6773, 0xE8C4, 0x6798, 0xE8C5, 0x67A7, 0xE8C6, 0x6775, 0xE8C7, 0x67A8, 0xE8C8, 0x679E, - 0xE8C9, 0x67AD, 0xE8CA, 0x678B, 0xE8CB, 0x6777, 0xE8CC, 0x677C, 0xE8CD, 0x67F0, 0xE8CE, 0x6809, 0xE8CF, 0x67D8, 0xE8D0, 0x680A, - 0xE8D1, 0x67E9, 0xE8D2, 0x67B0, 0xE8D3, 0x680C, 0xE8D4, 0x67D9, 0xE8D5, 0x67B5, 0xE8D6, 0x67DA, 0xE8D7, 0x67B3, 0xE8D8, 0x67DD, - 0xE8D9, 0x6800, 0xE8DA, 0x67C3, 0xE8DB, 0x67B8, 0xE8DC, 0x67E2, 0xE8DD, 0x680E, 0xE8DE, 0x67C1, 0xE8DF, 0x67FD, 0xE8E0, 0x6832, - 0xE8E1, 0x6833, 0xE8E2, 0x6860, 0xE8E3, 0x6861, 0xE8E4, 0x684E, 0xE8E5, 0x6862, 0xE8E6, 0x6844, 0xE8E7, 0x6864, 0xE8E8, 0x6883, - 0xE8E9, 0x681D, 0xE8EA, 0x6855, 0xE8EB, 0x6866, 0xE8EC, 0x6841, 0xE8ED, 0x6867, 0xE8EE, 0x6840, 0xE8EF, 0x683E, 0xE8F0, 0x684A, - 0xE8F1, 0x6849, 0xE8F2, 0x6829, 0xE8F3, 0x68B5, 0xE8F4, 0x688F, 0xE8F5, 0x6874, 0xE8F6, 0x6877, 0xE8F7, 0x6893, 0xE8F8, 0x686B, - 0xE8F9, 0x68C2, 0xE8FA, 0x696E, 0xE8FB, 0x68FC, 0xE8FC, 0x691F, 0xE8FD, 0x6920, 0xE8FE, 0x68F9, 0xE940, 0x9527, 0xE941, 0x9533, - 0xE942, 0x953D, 0xE943, 0x9543, 0xE944, 0x9548, 0xE945, 0x954B, 0xE946, 0x9555, 0xE947, 0x955A, 0xE948, 0x9560, 0xE949, 0x956E, - 0xE94A, 0x9574, 0xE94B, 0x9575, 0xE94C, 0x9577, 0xE94D, 0x9578, 0xE94E, 0x9579, 0xE94F, 0x957A, 0xE950, 0x957B, 0xE951, 0x957C, - 0xE952, 0x957D, 0xE953, 0x957E, 0xE954, 0x9580, 0xE955, 0x9581, 0xE956, 0x9582, 0xE957, 0x9583, 0xE958, 0x9584, 0xE959, 0x9585, - 0xE95A, 0x9586, 0xE95B, 0x9587, 0xE95C, 0x9588, 0xE95D, 0x9589, 0xE95E, 0x958A, 0xE95F, 0x958B, 0xE960, 0x958C, 0xE961, 0x958D, - 0xE962, 0x958E, 0xE963, 0x958F, 0xE964, 0x9590, 0xE965, 0x9591, 0xE966, 0x9592, 0xE967, 0x9593, 0xE968, 0x9594, 0xE969, 0x9595, - 0xE96A, 0x9596, 0xE96B, 0x9597, 0xE96C, 0x9598, 0xE96D, 0x9599, 0xE96E, 0x959A, 0xE96F, 0x959B, 0xE970, 0x959C, 0xE971, 0x959D, - 0xE972, 0x959E, 0xE973, 0x959F, 0xE974, 0x95A0, 0xE975, 0x95A1, 0xE976, 0x95A2, 0xE977, 0x95A3, 0xE978, 0x95A4, 0xE979, 0x95A5, - 0xE97A, 0x95A6, 0xE97B, 0x95A7, 0xE97C, 0x95A8, 0xE97D, 0x95A9, 0xE97E, 0x95AA, 0xE980, 0x95AB, 0xE981, 0x95AC, 0xE982, 0x95AD, - 0xE983, 0x95AE, 0xE984, 0x95AF, 0xE985, 0x95B0, 0xE986, 0x95B1, 0xE987, 0x95B2, 0xE988, 0x95B3, 0xE989, 0x95B4, 0xE98A, 0x95B5, - 0xE98B, 0x95B6, 0xE98C, 0x95B7, 0xE98D, 0x95B8, 0xE98E, 0x95B9, 0xE98F, 0x95BA, 0xE990, 0x95BB, 0xE991, 0x95BC, 0xE992, 0x95BD, - 0xE993, 0x95BE, 0xE994, 0x95BF, 0xE995, 0x95C0, 0xE996, 0x95C1, 0xE997, 0x95C2, 0xE998, 0x95C3, 0xE999, 0x95C4, 0xE99A, 0x95C5, - 0xE99B, 0x95C6, 0xE99C, 0x95C7, 0xE99D, 0x95C8, 0xE99E, 0x95C9, 0xE99F, 0x95CA, 0xE9A0, 0x95CB, 0xE9A1, 0x6924, 0xE9A2, 0x68F0, - 0xE9A3, 0x690B, 0xE9A4, 0x6901, 0xE9A5, 0x6957, 0xE9A6, 0x68E3, 0xE9A7, 0x6910, 0xE9A8, 0x6971, 0xE9A9, 0x6939, 0xE9AA, 0x6960, - 0xE9AB, 0x6942, 0xE9AC, 0x695D, 0xE9AD, 0x6984, 0xE9AE, 0x696B, 0xE9AF, 0x6980, 0xE9B0, 0x6998, 0xE9B1, 0x6978, 0xE9B2, 0x6934, - 0xE9B3, 0x69CC, 0xE9B4, 0x6987, 0xE9B5, 0x6988, 0xE9B6, 0x69CE, 0xE9B7, 0x6989, 0xE9B8, 0x6966, 0xE9B9, 0x6963, 0xE9BA, 0x6979, - 0xE9BB, 0x699B, 0xE9BC, 0x69A7, 0xE9BD, 0x69BB, 0xE9BE, 0x69AB, 0xE9BF, 0x69AD, 0xE9C0, 0x69D4, 0xE9C1, 0x69B1, 0xE9C2, 0x69C1, - 0xE9C3, 0x69CA, 0xE9C4, 0x69DF, 0xE9C5, 0x6995, 0xE9C6, 0x69E0, 0xE9C7, 0x698D, 0xE9C8, 0x69FF, 0xE9C9, 0x6A2F, 0xE9CA, 0x69ED, - 0xE9CB, 0x6A17, 0xE9CC, 0x6A18, 0xE9CD, 0x6A65, 0xE9CE, 0x69F2, 0xE9CF, 0x6A44, 0xE9D0, 0x6A3E, 0xE9D1, 0x6AA0, 0xE9D2, 0x6A50, - 0xE9D3, 0x6A5B, 0xE9D4, 0x6A35, 0xE9D5, 0x6A8E, 0xE9D6, 0x6A79, 0xE9D7, 0x6A3D, 0xE9D8, 0x6A28, 0xE9D9, 0x6A58, 0xE9DA, 0x6A7C, - 0xE9DB, 0x6A91, 0xE9DC, 0x6A90, 0xE9DD, 0x6AA9, 0xE9DE, 0x6A97, 0xE9DF, 0x6AAB, 0xE9E0, 0x7337, 0xE9E1, 0x7352, 0xE9E2, 0x6B81, - 0xE9E3, 0x6B82, 0xE9E4, 0x6B87, 0xE9E5, 0x6B84, 0xE9E6, 0x6B92, 0xE9E7, 0x6B93, 0xE9E8, 0x6B8D, 0xE9E9, 0x6B9A, 0xE9EA, 0x6B9B, - 0xE9EB, 0x6BA1, 0xE9EC, 0x6BAA, 0xE9ED, 0x8F6B, 0xE9EE, 0x8F6D, 0xE9EF, 0x8F71, 0xE9F0, 0x8F72, 0xE9F1, 0x8F73, 0xE9F2, 0x8F75, - 0xE9F3, 0x8F76, 0xE9F4, 0x8F78, 0xE9F5, 0x8F77, 0xE9F6, 0x8F79, 0xE9F7, 0x8F7A, 0xE9F8, 0x8F7C, 0xE9F9, 0x8F7E, 0xE9FA, 0x8F81, - 0xE9FB, 0x8F82, 0xE9FC, 0x8F84, 0xE9FD, 0x8F87, 0xE9FE, 0x8F8B, 0xEA40, 0x95CC, 0xEA41, 0x95CD, 0xEA42, 0x95CE, 0xEA43, 0x95CF, - 0xEA44, 0x95D0, 0xEA45, 0x95D1, 0xEA46, 0x95D2, 0xEA47, 0x95D3, 0xEA48, 0x95D4, 0xEA49, 0x95D5, 0xEA4A, 0x95D6, 0xEA4B, 0x95D7, - 0xEA4C, 0x95D8, 0xEA4D, 0x95D9, 0xEA4E, 0x95DA, 0xEA4F, 0x95DB, 0xEA50, 0x95DC, 0xEA51, 0x95DD, 0xEA52, 0x95DE, 0xEA53, 0x95DF, - 0xEA54, 0x95E0, 0xEA55, 0x95E1, 0xEA56, 0x95E2, 0xEA57, 0x95E3, 0xEA58, 0x95E4, 0xEA59, 0x95E5, 0xEA5A, 0x95E6, 0xEA5B, 0x95E7, - 0xEA5C, 0x95EC, 0xEA5D, 0x95FF, 0xEA5E, 0x9607, 0xEA5F, 0x9613, 0xEA60, 0x9618, 0xEA61, 0x961B, 0xEA62, 0x961E, 0xEA63, 0x9620, - 0xEA64, 0x9623, 0xEA65, 0x9624, 0xEA66, 0x9625, 0xEA67, 0x9626, 0xEA68, 0x9627, 0xEA69, 0x9628, 0xEA6A, 0x9629, 0xEA6B, 0x962B, - 0xEA6C, 0x962C, 0xEA6D, 0x962D, 0xEA6E, 0x962F, 0xEA6F, 0x9630, 0xEA70, 0x9637, 0xEA71, 0x9638, 0xEA72, 0x9639, 0xEA73, 0x963A, - 0xEA74, 0x963E, 0xEA75, 0x9641, 0xEA76, 0x9643, 0xEA77, 0x964A, 0xEA78, 0x964E, 0xEA79, 0x964F, 0xEA7A, 0x9651, 0xEA7B, 0x9652, - 0xEA7C, 0x9653, 0xEA7D, 0x9656, 0xEA7E, 0x9657, 0xEA80, 0x9658, 0xEA81, 0x9659, 0xEA82, 0x965A, 0xEA83, 0x965C, 0xEA84, 0x965D, - 0xEA85, 0x965E, 0xEA86, 0x9660, 0xEA87, 0x9663, 0xEA88, 0x9665, 0xEA89, 0x9666, 0xEA8A, 0x966B, 0xEA8B, 0x966D, 0xEA8C, 0x966E, - 0xEA8D, 0x966F, 0xEA8E, 0x9670, 0xEA8F, 0x9671, 0xEA90, 0x9673, 0xEA91, 0x9678, 0xEA92, 0x9679, 0xEA93, 0x967A, 0xEA94, 0x967B, - 0xEA95, 0x967C, 0xEA96, 0x967D, 0xEA97, 0x967E, 0xEA98, 0x967F, 0xEA99, 0x9680, 0xEA9A, 0x9681, 0xEA9B, 0x9682, 0xEA9C, 0x9683, - 0xEA9D, 0x9684, 0xEA9E, 0x9687, 0xEA9F, 0x9689, 0xEAA0, 0x968A, 0xEAA1, 0x8F8D, 0xEAA2, 0x8F8E, 0xEAA3, 0x8F8F, 0xEAA4, 0x8F98, - 0xEAA5, 0x8F9A, 0xEAA6, 0x8ECE, 0xEAA7, 0x620B, 0xEAA8, 0x6217, 0xEAA9, 0x621B, 0xEAAA, 0x621F, 0xEAAB, 0x6222, 0xEAAC, 0x6221, - 0xEAAD, 0x6225, 0xEAAE, 0x6224, 0xEAAF, 0x622C, 0xEAB0, 0x81E7, 0xEAB1, 0x74EF, 0xEAB2, 0x74F4, 0xEAB3, 0x74FF, 0xEAB4, 0x750F, - 0xEAB5, 0x7511, 0xEAB6, 0x7513, 0xEAB7, 0x6534, 0xEAB8, 0x65EE, 0xEAB9, 0x65EF, 0xEABA, 0x65F0, 0xEABB, 0x660A, 0xEABC, 0x6619, - 0xEABD, 0x6772, 0xEABE, 0x6603, 0xEABF, 0x6615, 0xEAC0, 0x6600, 0xEAC1, 0x7085, 0xEAC2, 0x66F7, 0xEAC3, 0x661D, 0xEAC4, 0x6634, - 0xEAC5, 0x6631, 0xEAC6, 0x6636, 0xEAC7, 0x6635, 0xEAC8, 0x8006, 0xEAC9, 0x665F, 0xEACA, 0x6654, 0xEACB, 0x6641, 0xEACC, 0x664F, - 0xEACD, 0x6656, 0xEACE, 0x6661, 0xEACF, 0x6657, 0xEAD0, 0x6677, 0xEAD1, 0x6684, 0xEAD2, 0x668C, 0xEAD3, 0x66A7, 0xEAD4, 0x669D, - 0xEAD5, 0x66BE, 0xEAD6, 0x66DB, 0xEAD7, 0x66DC, 0xEAD8, 0x66E6, 0xEAD9, 0x66E9, 0xEADA, 0x8D32, 0xEADB, 0x8D33, 0xEADC, 0x8D36, - 0xEADD, 0x8D3B, 0xEADE, 0x8D3D, 0xEADF, 0x8D40, 0xEAE0, 0x8D45, 0xEAE1, 0x8D46, 0xEAE2, 0x8D48, 0xEAE3, 0x8D49, 0xEAE4, 0x8D47, - 0xEAE5, 0x8D4D, 0xEAE6, 0x8D55, 0xEAE7, 0x8D59, 0xEAE8, 0x89C7, 0xEAE9, 0x89CA, 0xEAEA, 0x89CB, 0xEAEB, 0x89CC, 0xEAEC, 0x89CE, - 0xEAED, 0x89CF, 0xEAEE, 0x89D0, 0xEAEF, 0x89D1, 0xEAF0, 0x726E, 0xEAF1, 0x729F, 0xEAF2, 0x725D, 0xEAF3, 0x7266, 0xEAF4, 0x726F, - 0xEAF5, 0x727E, 0xEAF6, 0x727F, 0xEAF7, 0x7284, 0xEAF8, 0x728B, 0xEAF9, 0x728D, 0xEAFA, 0x728F, 0xEAFB, 0x7292, 0xEAFC, 0x6308, - 0xEAFD, 0x6332, 0xEAFE, 0x63B0, 0xEB40, 0x968C, 0xEB41, 0x968E, 0xEB42, 0x9691, 0xEB43, 0x9692, 0xEB44, 0x9693, 0xEB45, 0x9695, - 0xEB46, 0x9696, 0xEB47, 0x969A, 0xEB48, 0x969B, 0xEB49, 0x969D, 0xEB4A, 0x969E, 0xEB4B, 0x969F, 0xEB4C, 0x96A0, 0xEB4D, 0x96A1, - 0xEB4E, 0x96A2, 0xEB4F, 0x96A3, 0xEB50, 0x96A4, 0xEB51, 0x96A5, 0xEB52, 0x96A6, 0xEB53, 0x96A8, 0xEB54, 0x96A9, 0xEB55, 0x96AA, - 0xEB56, 0x96AB, 0xEB57, 0x96AC, 0xEB58, 0x96AD, 0xEB59, 0x96AE, 0xEB5A, 0x96AF, 0xEB5B, 0x96B1, 0xEB5C, 0x96B2, 0xEB5D, 0x96B4, - 0xEB5E, 0x96B5, 0xEB5F, 0x96B7, 0xEB60, 0x96B8, 0xEB61, 0x96BA, 0xEB62, 0x96BB, 0xEB63, 0x96BF, 0xEB64, 0x96C2, 0xEB65, 0x96C3, - 0xEB66, 0x96C8, 0xEB67, 0x96CA, 0xEB68, 0x96CB, 0xEB69, 0x96D0, 0xEB6A, 0x96D1, 0xEB6B, 0x96D3, 0xEB6C, 0x96D4, 0xEB6D, 0x96D6, - 0xEB6E, 0x96D7, 0xEB6F, 0x96D8, 0xEB70, 0x96D9, 0xEB71, 0x96DA, 0xEB72, 0x96DB, 0xEB73, 0x96DC, 0xEB74, 0x96DD, 0xEB75, 0x96DE, - 0xEB76, 0x96DF, 0xEB77, 0x96E1, 0xEB78, 0x96E2, 0xEB79, 0x96E3, 0xEB7A, 0x96E4, 0xEB7B, 0x96E5, 0xEB7C, 0x96E6, 0xEB7D, 0x96E7, - 0xEB7E, 0x96EB, 0xEB80, 0x96EC, 0xEB81, 0x96ED, 0xEB82, 0x96EE, 0xEB83, 0x96F0, 0xEB84, 0x96F1, 0xEB85, 0x96F2, 0xEB86, 0x96F4, - 0xEB87, 0x96F5, 0xEB88, 0x96F8, 0xEB89, 0x96FA, 0xEB8A, 0x96FB, 0xEB8B, 0x96FC, 0xEB8C, 0x96FD, 0xEB8D, 0x96FF, 0xEB8E, 0x9702, - 0xEB8F, 0x9703, 0xEB90, 0x9705, 0xEB91, 0x970A, 0xEB92, 0x970B, 0xEB93, 0x970C, 0xEB94, 0x9710, 0xEB95, 0x9711, 0xEB96, 0x9712, - 0xEB97, 0x9714, 0xEB98, 0x9715, 0xEB99, 0x9717, 0xEB9A, 0x9718, 0xEB9B, 0x9719, 0xEB9C, 0x971A, 0xEB9D, 0x971B, 0xEB9E, 0x971D, - 0xEB9F, 0x971F, 0xEBA0, 0x9720, 0xEBA1, 0x643F, 0xEBA2, 0x64D8, 0xEBA3, 0x8004, 0xEBA4, 0x6BEA, 0xEBA5, 0x6BF3, 0xEBA6, 0x6BFD, - 0xEBA7, 0x6BF5, 0xEBA8, 0x6BF9, 0xEBA9, 0x6C05, 0xEBAA, 0x6C07, 0xEBAB, 0x6C06, 0xEBAC, 0x6C0D, 0xEBAD, 0x6C15, 0xEBAE, 0x6C18, - 0xEBAF, 0x6C19, 0xEBB0, 0x6C1A, 0xEBB1, 0x6C21, 0xEBB2, 0x6C29, 0xEBB3, 0x6C24, 0xEBB4, 0x6C2A, 0xEBB5, 0x6C32, 0xEBB6, 0x6535, - 0xEBB7, 0x6555, 0xEBB8, 0x656B, 0xEBB9, 0x724D, 0xEBBA, 0x7252, 0xEBBB, 0x7256, 0xEBBC, 0x7230, 0xEBBD, 0x8662, 0xEBBE, 0x5216, - 0xEBBF, 0x809F, 0xEBC0, 0x809C, 0xEBC1, 0x8093, 0xEBC2, 0x80BC, 0xEBC3, 0x670A, 0xEBC4, 0x80BD, 0xEBC5, 0x80B1, 0xEBC6, 0x80AB, - 0xEBC7, 0x80AD, 0xEBC8, 0x80B4, 0xEBC9, 0x80B7, 0xEBCA, 0x80E7, 0xEBCB, 0x80E8, 0xEBCC, 0x80E9, 0xEBCD, 0x80EA, 0xEBCE, 0x80DB, - 0xEBCF, 0x80C2, 0xEBD0, 0x80C4, 0xEBD1, 0x80D9, 0xEBD2, 0x80CD, 0xEBD3, 0x80D7, 0xEBD4, 0x6710, 0xEBD5, 0x80DD, 0xEBD6, 0x80EB, - 0xEBD7, 0x80F1, 0xEBD8, 0x80F4, 0xEBD9, 0x80ED, 0xEBDA, 0x810D, 0xEBDB, 0x810E, 0xEBDC, 0x80F2, 0xEBDD, 0x80FC, 0xEBDE, 0x6715, - 0xEBDF, 0x8112, 0xEBE0, 0x8C5A, 0xEBE1, 0x8136, 0xEBE2, 0x811E, 0xEBE3, 0x812C, 0xEBE4, 0x8118, 0xEBE5, 0x8132, 0xEBE6, 0x8148, - 0xEBE7, 0x814C, 0xEBE8, 0x8153, 0xEBE9, 0x8174, 0xEBEA, 0x8159, 0xEBEB, 0x815A, 0xEBEC, 0x8171, 0xEBED, 0x8160, 0xEBEE, 0x8169, - 0xEBEF, 0x817C, 0xEBF0, 0x817D, 0xEBF1, 0x816D, 0xEBF2, 0x8167, 0xEBF3, 0x584D, 0xEBF4, 0x5AB5, 0xEBF5, 0x8188, 0xEBF6, 0x8182, - 0xEBF7, 0x8191, 0xEBF8, 0x6ED5, 0xEBF9, 0x81A3, 0xEBFA, 0x81AA, 0xEBFB, 0x81CC, 0xEBFC, 0x6726, 0xEBFD, 0x81CA, 0xEBFE, 0x81BB, - 0xEC40, 0x9721, 0xEC41, 0x9722, 0xEC42, 0x9723, 0xEC43, 0x9724, 0xEC44, 0x9725, 0xEC45, 0x9726, 0xEC46, 0x9727, 0xEC47, 0x9728, - 0xEC48, 0x9729, 0xEC49, 0x972B, 0xEC4A, 0x972C, 0xEC4B, 0x972E, 0xEC4C, 0x972F, 0xEC4D, 0x9731, 0xEC4E, 0x9733, 0xEC4F, 0x9734, - 0xEC50, 0x9735, 0xEC51, 0x9736, 0xEC52, 0x9737, 0xEC53, 0x973A, 0xEC54, 0x973B, 0xEC55, 0x973C, 0xEC56, 0x973D, 0xEC57, 0x973F, - 0xEC58, 0x9740, 0xEC59, 0x9741, 0xEC5A, 0x9742, 0xEC5B, 0x9743, 0xEC5C, 0x9744, 0xEC5D, 0x9745, 0xEC5E, 0x9746, 0xEC5F, 0x9747, - 0xEC60, 0x9748, 0xEC61, 0x9749, 0xEC62, 0x974A, 0xEC63, 0x974B, 0xEC64, 0x974C, 0xEC65, 0x974D, 0xEC66, 0x974E, 0xEC67, 0x974F, - 0xEC68, 0x9750, 0xEC69, 0x9751, 0xEC6A, 0x9754, 0xEC6B, 0x9755, 0xEC6C, 0x9757, 0xEC6D, 0x9758, 0xEC6E, 0x975A, 0xEC6F, 0x975C, - 0xEC70, 0x975D, 0xEC71, 0x975F, 0xEC72, 0x9763, 0xEC73, 0x9764, 0xEC74, 0x9766, 0xEC75, 0x9767, 0xEC76, 0x9768, 0xEC77, 0x976A, - 0xEC78, 0x976B, 0xEC79, 0x976C, 0xEC7A, 0x976D, 0xEC7B, 0x976E, 0xEC7C, 0x976F, 0xEC7D, 0x9770, 0xEC7E, 0x9771, 0xEC80, 0x9772, - 0xEC81, 0x9775, 0xEC82, 0x9777, 0xEC83, 0x9778, 0xEC84, 0x9779, 0xEC85, 0x977A, 0xEC86, 0x977B, 0xEC87, 0x977D, 0xEC88, 0x977E, - 0xEC89, 0x977F, 0xEC8A, 0x9780, 0xEC8B, 0x9781, 0xEC8C, 0x9782, 0xEC8D, 0x9783, 0xEC8E, 0x9784, 0xEC8F, 0x9786, 0xEC90, 0x9787, - 0xEC91, 0x9788, 0xEC92, 0x9789, 0xEC93, 0x978A, 0xEC94, 0x978C, 0xEC95, 0x978E, 0xEC96, 0x978F, 0xEC97, 0x9790, 0xEC98, 0x9793, - 0xEC99, 0x9795, 0xEC9A, 0x9796, 0xEC9B, 0x9797, 0xEC9C, 0x9799, 0xEC9D, 0x979A, 0xEC9E, 0x979B, 0xEC9F, 0x979C, 0xECA0, 0x979D, - 0xECA1, 0x81C1, 0xECA2, 0x81A6, 0xECA3, 0x6B24, 0xECA4, 0x6B37, 0xECA5, 0x6B39, 0xECA6, 0x6B43, 0xECA7, 0x6B46, 0xECA8, 0x6B59, - 0xECA9, 0x98D1, 0xECAA, 0x98D2, 0xECAB, 0x98D3, 0xECAC, 0x98D5, 0xECAD, 0x98D9, 0xECAE, 0x98DA, 0xECAF, 0x6BB3, 0xECB0, 0x5F40, - 0xECB1, 0x6BC2, 0xECB2, 0x89F3, 0xECB3, 0x6590, 0xECB4, 0x9F51, 0xECB5, 0x6593, 0xECB6, 0x65BC, 0xECB7, 0x65C6, 0xECB8, 0x65C4, - 0xECB9, 0x65C3, 0xECBA, 0x65CC, 0xECBB, 0x65CE, 0xECBC, 0x65D2, 0xECBD, 0x65D6, 0xECBE, 0x7080, 0xECBF, 0x709C, 0xECC0, 0x7096, - 0xECC1, 0x709D, 0xECC2, 0x70BB, 0xECC3, 0x70C0, 0xECC4, 0x70B7, 0xECC5, 0x70AB, 0xECC6, 0x70B1, 0xECC7, 0x70E8, 0xECC8, 0x70CA, - 0xECC9, 0x7110, 0xECCA, 0x7113, 0xECCB, 0x7116, 0xECCC, 0x712F, 0xECCD, 0x7131, 0xECCE, 0x7173, 0xECCF, 0x715C, 0xECD0, 0x7168, - 0xECD1, 0x7145, 0xECD2, 0x7172, 0xECD3, 0x714A, 0xECD4, 0x7178, 0xECD5, 0x717A, 0xECD6, 0x7198, 0xECD7, 0x71B3, 0xECD8, 0x71B5, - 0xECD9, 0x71A8, 0xECDA, 0x71A0, 0xECDB, 0x71E0, 0xECDC, 0x71D4, 0xECDD, 0x71E7, 0xECDE, 0x71F9, 0xECDF, 0x721D, 0xECE0, 0x7228, - 0xECE1, 0x706C, 0xECE2, 0x7118, 0xECE3, 0x7166, 0xECE4, 0x71B9, 0xECE5, 0x623E, 0xECE6, 0x623D, 0xECE7, 0x6243, 0xECE8, 0x6248, - 0xECE9, 0x6249, 0xECEA, 0x793B, 0xECEB, 0x7940, 0xECEC, 0x7946, 0xECED, 0x7949, 0xECEE, 0x795B, 0xECEF, 0x795C, 0xECF0, 0x7953, - 0xECF1, 0x795A, 0xECF2, 0x7962, 0xECF3, 0x7957, 0xECF4, 0x7960, 0xECF5, 0x796F, 0xECF6, 0x7967, 0xECF7, 0x797A, 0xECF8, 0x7985, - 0xECF9, 0x798A, 0xECFA, 0x799A, 0xECFB, 0x79A7, 0xECFC, 0x79B3, 0xECFD, 0x5FD1, 0xECFE, 0x5FD0, 0xED40, 0x979E, 0xED41, 0x979F, - 0xED42, 0x97A1, 0xED43, 0x97A2, 0xED44, 0x97A4, 0xED45, 0x97A5, 0xED46, 0x97A6, 0xED47, 0x97A7, 0xED48, 0x97A8, 0xED49, 0x97A9, - 0xED4A, 0x97AA, 0xED4B, 0x97AC, 0xED4C, 0x97AE, 0xED4D, 0x97B0, 0xED4E, 0x97B1, 0xED4F, 0x97B3, 0xED50, 0x97B5, 0xED51, 0x97B6, - 0xED52, 0x97B7, 0xED53, 0x97B8, 0xED54, 0x97B9, 0xED55, 0x97BA, 0xED56, 0x97BB, 0xED57, 0x97BC, 0xED58, 0x97BD, 0xED59, 0x97BE, - 0xED5A, 0x97BF, 0xED5B, 0x97C0, 0xED5C, 0x97C1, 0xED5D, 0x97C2, 0xED5E, 0x97C3, 0xED5F, 0x97C4, 0xED60, 0x97C5, 0xED61, 0x97C6, - 0xED62, 0x97C7, 0xED63, 0x97C8, 0xED64, 0x97C9, 0xED65, 0x97CA, 0xED66, 0x97CB, 0xED67, 0x97CC, 0xED68, 0x97CD, 0xED69, 0x97CE, - 0xED6A, 0x97CF, 0xED6B, 0x97D0, 0xED6C, 0x97D1, 0xED6D, 0x97D2, 0xED6E, 0x97D3, 0xED6F, 0x97D4, 0xED70, 0x97D5, 0xED71, 0x97D6, - 0xED72, 0x97D7, 0xED73, 0x97D8, 0xED74, 0x97D9, 0xED75, 0x97DA, 0xED76, 0x97DB, 0xED77, 0x97DC, 0xED78, 0x97DD, 0xED79, 0x97DE, - 0xED7A, 0x97DF, 0xED7B, 0x97E0, 0xED7C, 0x97E1, 0xED7D, 0x97E2, 0xED7E, 0x97E3, 0xED80, 0x97E4, 0xED81, 0x97E5, 0xED82, 0x97E8, - 0xED83, 0x97EE, 0xED84, 0x97EF, 0xED85, 0x97F0, 0xED86, 0x97F1, 0xED87, 0x97F2, 0xED88, 0x97F4, 0xED89, 0x97F7, 0xED8A, 0x97F8, - 0xED8B, 0x97F9, 0xED8C, 0x97FA, 0xED8D, 0x97FB, 0xED8E, 0x97FC, 0xED8F, 0x97FD, 0xED90, 0x97FE, 0xED91, 0x97FF, 0xED92, 0x9800, - 0xED93, 0x9801, 0xED94, 0x9802, 0xED95, 0x9803, 0xED96, 0x9804, 0xED97, 0x9805, 0xED98, 0x9806, 0xED99, 0x9807, 0xED9A, 0x9808, - 0xED9B, 0x9809, 0xED9C, 0x980A, 0xED9D, 0x980B, 0xED9E, 0x980C, 0xED9F, 0x980D, 0xEDA0, 0x980E, 0xEDA1, 0x603C, 0xEDA2, 0x605D, - 0xEDA3, 0x605A, 0xEDA4, 0x6067, 0xEDA5, 0x6041, 0xEDA6, 0x6059, 0xEDA7, 0x6063, 0xEDA8, 0x60AB, 0xEDA9, 0x6106, 0xEDAA, 0x610D, - 0xEDAB, 0x615D, 0xEDAC, 0x61A9, 0xEDAD, 0x619D, 0xEDAE, 0x61CB, 0xEDAF, 0x61D1, 0xEDB0, 0x6206, 0xEDB1, 0x8080, 0xEDB2, 0x807F, - 0xEDB3, 0x6C93, 0xEDB4, 0x6CF6, 0xEDB5, 0x6DFC, 0xEDB6, 0x77F6, 0xEDB7, 0x77F8, 0xEDB8, 0x7800, 0xEDB9, 0x7809, 0xEDBA, 0x7817, - 0xEDBB, 0x7818, 0xEDBC, 0x7811, 0xEDBD, 0x65AB, 0xEDBE, 0x782D, 0xEDBF, 0x781C, 0xEDC0, 0x781D, 0xEDC1, 0x7839, 0xEDC2, 0x783A, - 0xEDC3, 0x783B, 0xEDC4, 0x781F, 0xEDC5, 0x783C, 0xEDC6, 0x7825, 0xEDC7, 0x782C, 0xEDC8, 0x7823, 0xEDC9, 0x7829, 0xEDCA, 0x784E, - 0xEDCB, 0x786D, 0xEDCC, 0x7856, 0xEDCD, 0x7857, 0xEDCE, 0x7826, 0xEDCF, 0x7850, 0xEDD0, 0x7847, 0xEDD1, 0x784C, 0xEDD2, 0x786A, - 0xEDD3, 0x789B, 0xEDD4, 0x7893, 0xEDD5, 0x789A, 0xEDD6, 0x7887, 0xEDD7, 0x789C, 0xEDD8, 0x78A1, 0xEDD9, 0x78A3, 0xEDDA, 0x78B2, - 0xEDDB, 0x78B9, 0xEDDC, 0x78A5, 0xEDDD, 0x78D4, 0xEDDE, 0x78D9, 0xEDDF, 0x78C9, 0xEDE0, 0x78EC, 0xEDE1, 0x78F2, 0xEDE2, 0x7905, - 0xEDE3, 0x78F4, 0xEDE4, 0x7913, 0xEDE5, 0x7924, 0xEDE6, 0x791E, 0xEDE7, 0x7934, 0xEDE8, 0x9F9B, 0xEDE9, 0x9EF9, 0xEDEA, 0x9EFB, - 0xEDEB, 0x9EFC, 0xEDEC, 0x76F1, 0xEDED, 0x7704, 0xEDEE, 0x770D, 0xEDEF, 0x76F9, 0xEDF0, 0x7707, 0xEDF1, 0x7708, 0xEDF2, 0x771A, - 0xEDF3, 0x7722, 0xEDF4, 0x7719, 0xEDF5, 0x772D, 0xEDF6, 0x7726, 0xEDF7, 0x7735, 0xEDF8, 0x7738, 0xEDF9, 0x7750, 0xEDFA, 0x7751, - 0xEDFB, 0x7747, 0xEDFC, 0x7743, 0xEDFD, 0x775A, 0xEDFE, 0x7768, 0xEE40, 0x980F, 0xEE41, 0x9810, 0xEE42, 0x9811, 0xEE43, 0x9812, - 0xEE44, 0x9813, 0xEE45, 0x9814, 0xEE46, 0x9815, 0xEE47, 0x9816, 0xEE48, 0x9817, 0xEE49, 0x9818, 0xEE4A, 0x9819, 0xEE4B, 0x981A, - 0xEE4C, 0x981B, 0xEE4D, 0x981C, 0xEE4E, 0x981D, 0xEE4F, 0x981E, 0xEE50, 0x981F, 0xEE51, 0x9820, 0xEE52, 0x9821, 0xEE53, 0x9822, - 0xEE54, 0x9823, 0xEE55, 0x9824, 0xEE56, 0x9825, 0xEE57, 0x9826, 0xEE58, 0x9827, 0xEE59, 0x9828, 0xEE5A, 0x9829, 0xEE5B, 0x982A, - 0xEE5C, 0x982B, 0xEE5D, 0x982C, 0xEE5E, 0x982D, 0xEE5F, 0x982E, 0xEE60, 0x982F, 0xEE61, 0x9830, 0xEE62, 0x9831, 0xEE63, 0x9832, - 0xEE64, 0x9833, 0xEE65, 0x9834, 0xEE66, 0x9835, 0xEE67, 0x9836, 0xEE68, 0x9837, 0xEE69, 0x9838, 0xEE6A, 0x9839, 0xEE6B, 0x983A, - 0xEE6C, 0x983B, 0xEE6D, 0x983C, 0xEE6E, 0x983D, 0xEE6F, 0x983E, 0xEE70, 0x983F, 0xEE71, 0x9840, 0xEE72, 0x9841, 0xEE73, 0x9842, - 0xEE74, 0x9843, 0xEE75, 0x9844, 0xEE76, 0x9845, 0xEE77, 0x9846, 0xEE78, 0x9847, 0xEE79, 0x9848, 0xEE7A, 0x9849, 0xEE7B, 0x984A, - 0xEE7C, 0x984B, 0xEE7D, 0x984C, 0xEE7E, 0x984D, 0xEE80, 0x984E, 0xEE81, 0x984F, 0xEE82, 0x9850, 0xEE83, 0x9851, 0xEE84, 0x9852, - 0xEE85, 0x9853, 0xEE86, 0x9854, 0xEE87, 0x9855, 0xEE88, 0x9856, 0xEE89, 0x9857, 0xEE8A, 0x9858, 0xEE8B, 0x9859, 0xEE8C, 0x985A, - 0xEE8D, 0x985B, 0xEE8E, 0x985C, 0xEE8F, 0x985D, 0xEE90, 0x985E, 0xEE91, 0x985F, 0xEE92, 0x9860, 0xEE93, 0x9861, 0xEE94, 0x9862, - 0xEE95, 0x9863, 0xEE96, 0x9864, 0xEE97, 0x9865, 0xEE98, 0x9866, 0xEE99, 0x9867, 0xEE9A, 0x9868, 0xEE9B, 0x9869, 0xEE9C, 0x986A, - 0xEE9D, 0x986B, 0xEE9E, 0x986C, 0xEE9F, 0x986D, 0xEEA0, 0x986E, 0xEEA1, 0x7762, 0xEEA2, 0x7765, 0xEEA3, 0x777F, 0xEEA4, 0x778D, - 0xEEA5, 0x777D, 0xEEA6, 0x7780, 0xEEA7, 0x778C, 0xEEA8, 0x7791, 0xEEA9, 0x779F, 0xEEAA, 0x77A0, 0xEEAB, 0x77B0, 0xEEAC, 0x77B5, - 0xEEAD, 0x77BD, 0xEEAE, 0x753A, 0xEEAF, 0x7540, 0xEEB0, 0x754E, 0xEEB1, 0x754B, 0xEEB2, 0x7548, 0xEEB3, 0x755B, 0xEEB4, 0x7572, - 0xEEB5, 0x7579, 0xEEB6, 0x7583, 0xEEB7, 0x7F58, 0xEEB8, 0x7F61, 0xEEB9, 0x7F5F, 0xEEBA, 0x8A48, 0xEEBB, 0x7F68, 0xEEBC, 0x7F74, - 0xEEBD, 0x7F71, 0xEEBE, 0x7F79, 0xEEBF, 0x7F81, 0xEEC0, 0x7F7E, 0xEEC1, 0x76CD, 0xEEC2, 0x76E5, 0xEEC3, 0x8832, 0xEEC4, 0x9485, - 0xEEC5, 0x9486, 0xEEC6, 0x9487, 0xEEC7, 0x948B, 0xEEC8, 0x948A, 0xEEC9, 0x948C, 0xEECA, 0x948D, 0xEECB, 0x948F, 0xEECC, 0x9490, - 0xEECD, 0x9494, 0xEECE, 0x9497, 0xEECF, 0x9495, 0xEED0, 0x949A, 0xEED1, 0x949B, 0xEED2, 0x949C, 0xEED3, 0x94A3, 0xEED4, 0x94A4, - 0xEED5, 0x94AB, 0xEED6, 0x94AA, 0xEED7, 0x94AD, 0xEED8, 0x94AC, 0xEED9, 0x94AF, 0xEEDA, 0x94B0, 0xEEDB, 0x94B2, 0xEEDC, 0x94B4, - 0xEEDD, 0x94B6, 0xEEDE, 0x94B7, 0xEEDF, 0x94B8, 0xEEE0, 0x94B9, 0xEEE1, 0x94BA, 0xEEE2, 0x94BC, 0xEEE3, 0x94BD, 0xEEE4, 0x94BF, - 0xEEE5, 0x94C4, 0xEEE6, 0x94C8, 0xEEE7, 0x94C9, 0xEEE8, 0x94CA, 0xEEE9, 0x94CB, 0xEEEA, 0x94CC, 0xEEEB, 0x94CD, 0xEEEC, 0x94CE, - 0xEEED, 0x94D0, 0xEEEE, 0x94D1, 0xEEEF, 0x94D2, 0xEEF0, 0x94D5, 0xEEF1, 0x94D6, 0xEEF2, 0x94D7, 0xEEF3, 0x94D9, 0xEEF4, 0x94D8, - 0xEEF5, 0x94DB, 0xEEF6, 0x94DE, 0xEEF7, 0x94DF, 0xEEF8, 0x94E0, 0xEEF9, 0x94E2, 0xEEFA, 0x94E4, 0xEEFB, 0x94E5, 0xEEFC, 0x94E7, - 0xEEFD, 0x94E8, 0xEEFE, 0x94EA, 0xEF40, 0x986F, 0xEF41, 0x9870, 0xEF42, 0x9871, 0xEF43, 0x9872, 0xEF44, 0x9873, 0xEF45, 0x9874, - 0xEF46, 0x988B, 0xEF47, 0x988E, 0xEF48, 0x9892, 0xEF49, 0x9895, 0xEF4A, 0x9899, 0xEF4B, 0x98A3, 0xEF4C, 0x98A8, 0xEF4D, 0x98A9, - 0xEF4E, 0x98AA, 0xEF4F, 0x98AB, 0xEF50, 0x98AC, 0xEF51, 0x98AD, 0xEF52, 0x98AE, 0xEF53, 0x98AF, 0xEF54, 0x98B0, 0xEF55, 0x98B1, - 0xEF56, 0x98B2, 0xEF57, 0x98B3, 0xEF58, 0x98B4, 0xEF59, 0x98B5, 0xEF5A, 0x98B6, 0xEF5B, 0x98B7, 0xEF5C, 0x98B8, 0xEF5D, 0x98B9, - 0xEF5E, 0x98BA, 0xEF5F, 0x98BB, 0xEF60, 0x98BC, 0xEF61, 0x98BD, 0xEF62, 0x98BE, 0xEF63, 0x98BF, 0xEF64, 0x98C0, 0xEF65, 0x98C1, - 0xEF66, 0x98C2, 0xEF67, 0x98C3, 0xEF68, 0x98C4, 0xEF69, 0x98C5, 0xEF6A, 0x98C6, 0xEF6B, 0x98C7, 0xEF6C, 0x98C8, 0xEF6D, 0x98C9, - 0xEF6E, 0x98CA, 0xEF6F, 0x98CB, 0xEF70, 0x98CC, 0xEF71, 0x98CD, 0xEF72, 0x98CF, 0xEF73, 0x98D0, 0xEF74, 0x98D4, 0xEF75, 0x98D6, - 0xEF76, 0x98D7, 0xEF77, 0x98DB, 0xEF78, 0x98DC, 0xEF79, 0x98DD, 0xEF7A, 0x98E0, 0xEF7B, 0x98E1, 0xEF7C, 0x98E2, 0xEF7D, 0x98E3, - 0xEF7E, 0x98E4, 0xEF80, 0x98E5, 0xEF81, 0x98E6, 0xEF82, 0x98E9, 0xEF83, 0x98EA, 0xEF84, 0x98EB, 0xEF85, 0x98EC, 0xEF86, 0x98ED, - 0xEF87, 0x98EE, 0xEF88, 0x98EF, 0xEF89, 0x98F0, 0xEF8A, 0x98F1, 0xEF8B, 0x98F2, 0xEF8C, 0x98F3, 0xEF8D, 0x98F4, 0xEF8E, 0x98F5, - 0xEF8F, 0x98F6, 0xEF90, 0x98F7, 0xEF91, 0x98F8, 0xEF92, 0x98F9, 0xEF93, 0x98FA, 0xEF94, 0x98FB, 0xEF95, 0x98FC, 0xEF96, 0x98FD, - 0xEF97, 0x98FE, 0xEF98, 0x98FF, 0xEF99, 0x9900, 0xEF9A, 0x9901, 0xEF9B, 0x9902, 0xEF9C, 0x9903, 0xEF9D, 0x9904, 0xEF9E, 0x9905, - 0xEF9F, 0x9906, 0xEFA0, 0x9907, 0xEFA1, 0x94E9, 0xEFA2, 0x94EB, 0xEFA3, 0x94EE, 0xEFA4, 0x94EF, 0xEFA5, 0x94F3, 0xEFA6, 0x94F4, - 0xEFA7, 0x94F5, 0xEFA8, 0x94F7, 0xEFA9, 0x94F9, 0xEFAA, 0x94FC, 0xEFAB, 0x94FD, 0xEFAC, 0x94FF, 0xEFAD, 0x9503, 0xEFAE, 0x9502, - 0xEFAF, 0x9506, 0xEFB0, 0x9507, 0xEFB1, 0x9509, 0xEFB2, 0x950A, 0xEFB3, 0x950D, 0xEFB4, 0x950E, 0xEFB5, 0x950F, 0xEFB6, 0x9512, - 0xEFB7, 0x9513, 0xEFB8, 0x9514, 0xEFB9, 0x9515, 0xEFBA, 0x9516, 0xEFBB, 0x9518, 0xEFBC, 0x951B, 0xEFBD, 0x951D, 0xEFBE, 0x951E, - 0xEFBF, 0x951F, 0xEFC0, 0x9522, 0xEFC1, 0x952A, 0xEFC2, 0x952B, 0xEFC3, 0x9529, 0xEFC4, 0x952C, 0xEFC5, 0x9531, 0xEFC6, 0x9532, - 0xEFC7, 0x9534, 0xEFC8, 0x9536, 0xEFC9, 0x9537, 0xEFCA, 0x9538, 0xEFCB, 0x953C, 0xEFCC, 0x953E, 0xEFCD, 0x953F, 0xEFCE, 0x9542, - 0xEFCF, 0x9535, 0xEFD0, 0x9544, 0xEFD1, 0x9545, 0xEFD2, 0x9546, 0xEFD3, 0x9549, 0xEFD4, 0x954C, 0xEFD5, 0x954E, 0xEFD6, 0x954F, - 0xEFD7, 0x9552, 0xEFD8, 0x9553, 0xEFD9, 0x9554, 0xEFDA, 0x9556, 0xEFDB, 0x9557, 0xEFDC, 0x9558, 0xEFDD, 0x9559, 0xEFDE, 0x955B, - 0xEFDF, 0x955E, 0xEFE0, 0x955F, 0xEFE1, 0x955D, 0xEFE2, 0x9561, 0xEFE3, 0x9562, 0xEFE4, 0x9564, 0xEFE5, 0x9565, 0xEFE6, 0x9566, - 0xEFE7, 0x9567, 0xEFE8, 0x9568, 0xEFE9, 0x9569, 0xEFEA, 0x956A, 0xEFEB, 0x956B, 0xEFEC, 0x956C, 0xEFED, 0x956F, 0xEFEE, 0x9571, - 0xEFEF, 0x9572, 0xEFF0, 0x9573, 0xEFF1, 0x953A, 0xEFF2, 0x77E7, 0xEFF3, 0x77EC, 0xEFF4, 0x96C9, 0xEFF5, 0x79D5, 0xEFF6, 0x79ED, - 0xEFF7, 0x79E3, 0xEFF8, 0x79EB, 0xEFF9, 0x7A06, 0xEFFA, 0x5D47, 0xEFFB, 0x7A03, 0xEFFC, 0x7A02, 0xEFFD, 0x7A1E, 0xEFFE, 0x7A14, - 0xF040, 0x9908, 0xF041, 0x9909, 0xF042, 0x990A, 0xF043, 0x990B, 0xF044, 0x990C, 0xF045, 0x990E, 0xF046, 0x990F, 0xF047, 0x9911, - 0xF048, 0x9912, 0xF049, 0x9913, 0xF04A, 0x9914, 0xF04B, 0x9915, 0xF04C, 0x9916, 0xF04D, 0x9917, 0xF04E, 0x9918, 0xF04F, 0x9919, - 0xF050, 0x991A, 0xF051, 0x991B, 0xF052, 0x991C, 0xF053, 0x991D, 0xF054, 0x991E, 0xF055, 0x991F, 0xF056, 0x9920, 0xF057, 0x9921, - 0xF058, 0x9922, 0xF059, 0x9923, 0xF05A, 0x9924, 0xF05B, 0x9925, 0xF05C, 0x9926, 0xF05D, 0x9927, 0xF05E, 0x9928, 0xF05F, 0x9929, - 0xF060, 0x992A, 0xF061, 0x992B, 0xF062, 0x992C, 0xF063, 0x992D, 0xF064, 0x992F, 0xF065, 0x9930, 0xF066, 0x9931, 0xF067, 0x9932, - 0xF068, 0x9933, 0xF069, 0x9934, 0xF06A, 0x9935, 0xF06B, 0x9936, 0xF06C, 0x9937, 0xF06D, 0x9938, 0xF06E, 0x9939, 0xF06F, 0x993A, - 0xF070, 0x993B, 0xF071, 0x993C, 0xF072, 0x993D, 0xF073, 0x993E, 0xF074, 0x993F, 0xF075, 0x9940, 0xF076, 0x9941, 0xF077, 0x9942, - 0xF078, 0x9943, 0xF079, 0x9944, 0xF07A, 0x9945, 0xF07B, 0x9946, 0xF07C, 0x9947, 0xF07D, 0x9948, 0xF07E, 0x9949, 0xF080, 0x994A, - 0xF081, 0x994B, 0xF082, 0x994C, 0xF083, 0x994D, 0xF084, 0x994E, 0xF085, 0x994F, 0xF086, 0x9950, 0xF087, 0x9951, 0xF088, 0x9952, - 0xF089, 0x9953, 0xF08A, 0x9956, 0xF08B, 0x9957, 0xF08C, 0x9958, 0xF08D, 0x9959, 0xF08E, 0x995A, 0xF08F, 0x995B, 0xF090, 0x995C, - 0xF091, 0x995D, 0xF092, 0x995E, 0xF093, 0x995F, 0xF094, 0x9960, 0xF095, 0x9961, 0xF096, 0x9962, 0xF097, 0x9964, 0xF098, 0x9966, - 0xF099, 0x9973, 0xF09A, 0x9978, 0xF09B, 0x9979, 0xF09C, 0x997B, 0xF09D, 0x997E, 0xF09E, 0x9982, 0xF09F, 0x9983, 0xF0A0, 0x9989, - 0xF0A1, 0x7A39, 0xF0A2, 0x7A37, 0xF0A3, 0x7A51, 0xF0A4, 0x9ECF, 0xF0A5, 0x99A5, 0xF0A6, 0x7A70, 0xF0A7, 0x7688, 0xF0A8, 0x768E, - 0xF0A9, 0x7693, 0xF0AA, 0x7699, 0xF0AB, 0x76A4, 0xF0AC, 0x74DE, 0xF0AD, 0x74E0, 0xF0AE, 0x752C, 0xF0AF, 0x9E20, 0xF0B0, 0x9E22, - 0xF0B1, 0x9E28, 0xF0B2, 0x9E29, 0xF0B3, 0x9E2A, 0xF0B4, 0x9E2B, 0xF0B5, 0x9E2C, 0xF0B6, 0x9E32, 0xF0B7, 0x9E31, 0xF0B8, 0x9E36, - 0xF0B9, 0x9E38, 0xF0BA, 0x9E37, 0xF0BB, 0x9E39, 0xF0BC, 0x9E3A, 0xF0BD, 0x9E3E, 0xF0BE, 0x9E41, 0xF0BF, 0x9E42, 0xF0C0, 0x9E44, - 0xF0C1, 0x9E46, 0xF0C2, 0x9E47, 0xF0C3, 0x9E48, 0xF0C4, 0x9E49, 0xF0C5, 0x9E4B, 0xF0C6, 0x9E4C, 0xF0C7, 0x9E4E, 0xF0C8, 0x9E51, - 0xF0C9, 0x9E55, 0xF0CA, 0x9E57, 0xF0CB, 0x9E5A, 0xF0CC, 0x9E5B, 0xF0CD, 0x9E5C, 0xF0CE, 0x9E5E, 0xF0CF, 0x9E63, 0xF0D0, 0x9E66, - 0xF0D1, 0x9E67, 0xF0D2, 0x9E68, 0xF0D3, 0x9E69, 0xF0D4, 0x9E6A, 0xF0D5, 0x9E6B, 0xF0D6, 0x9E6C, 0xF0D7, 0x9E71, 0xF0D8, 0x9E6D, - 0xF0D9, 0x9E73, 0xF0DA, 0x7592, 0xF0DB, 0x7594, 0xF0DC, 0x7596, 0xF0DD, 0x75A0, 0xF0DE, 0x759D, 0xF0DF, 0x75AC, 0xF0E0, 0x75A3, - 0xF0E1, 0x75B3, 0xF0E2, 0x75B4, 0xF0E3, 0x75B8, 0xF0E4, 0x75C4, 0xF0E5, 0x75B1, 0xF0E6, 0x75B0, 0xF0E7, 0x75C3, 0xF0E8, 0x75C2, - 0xF0E9, 0x75D6, 0xF0EA, 0x75CD, 0xF0EB, 0x75E3, 0xF0EC, 0x75E8, 0xF0ED, 0x75E6, 0xF0EE, 0x75E4, 0xF0EF, 0x75EB, 0xF0F0, 0x75E7, - 0xF0F1, 0x7603, 0xF0F2, 0x75F1, 0xF0F3, 0x75FC, 0xF0F4, 0x75FF, 0xF0F5, 0x7610, 0xF0F6, 0x7600, 0xF0F7, 0x7605, 0xF0F8, 0x760C, - 0xF0F9, 0x7617, 0xF0FA, 0x760A, 0xF0FB, 0x7625, 0xF0FC, 0x7618, 0xF0FD, 0x7615, 0xF0FE, 0x7619, 0xF140, 0x998C, 0xF141, 0x998E, - 0xF142, 0x999A, 0xF143, 0x999B, 0xF144, 0x999C, 0xF145, 0x999D, 0xF146, 0x999E, 0xF147, 0x999F, 0xF148, 0x99A0, 0xF149, 0x99A1, - 0xF14A, 0x99A2, 0xF14B, 0x99A3, 0xF14C, 0x99A4, 0xF14D, 0x99A6, 0xF14E, 0x99A7, 0xF14F, 0x99A9, 0xF150, 0x99AA, 0xF151, 0x99AB, - 0xF152, 0x99AC, 0xF153, 0x99AD, 0xF154, 0x99AE, 0xF155, 0x99AF, 0xF156, 0x99B0, 0xF157, 0x99B1, 0xF158, 0x99B2, 0xF159, 0x99B3, - 0xF15A, 0x99B4, 0xF15B, 0x99B5, 0xF15C, 0x99B6, 0xF15D, 0x99B7, 0xF15E, 0x99B8, 0xF15F, 0x99B9, 0xF160, 0x99BA, 0xF161, 0x99BB, - 0xF162, 0x99BC, 0xF163, 0x99BD, 0xF164, 0x99BE, 0xF165, 0x99BF, 0xF166, 0x99C0, 0xF167, 0x99C1, 0xF168, 0x99C2, 0xF169, 0x99C3, - 0xF16A, 0x99C4, 0xF16B, 0x99C5, 0xF16C, 0x99C6, 0xF16D, 0x99C7, 0xF16E, 0x99C8, 0xF16F, 0x99C9, 0xF170, 0x99CA, 0xF171, 0x99CB, - 0xF172, 0x99CC, 0xF173, 0x99CD, 0xF174, 0x99CE, 0xF175, 0x99CF, 0xF176, 0x99D0, 0xF177, 0x99D1, 0xF178, 0x99D2, 0xF179, 0x99D3, - 0xF17A, 0x99D4, 0xF17B, 0x99D5, 0xF17C, 0x99D6, 0xF17D, 0x99D7, 0xF17E, 0x99D8, 0xF180, 0x99D9, 0xF181, 0x99DA, 0xF182, 0x99DB, - 0xF183, 0x99DC, 0xF184, 0x99DD, 0xF185, 0x99DE, 0xF186, 0x99DF, 0xF187, 0x99E0, 0xF188, 0x99E1, 0xF189, 0x99E2, 0xF18A, 0x99E3, - 0xF18B, 0x99E4, 0xF18C, 0x99E5, 0xF18D, 0x99E6, 0xF18E, 0x99E7, 0xF18F, 0x99E8, 0xF190, 0x99E9, 0xF191, 0x99EA, 0xF192, 0x99EB, - 0xF193, 0x99EC, 0xF194, 0x99ED, 0xF195, 0x99EE, 0xF196, 0x99EF, 0xF197, 0x99F0, 0xF198, 0x99F1, 0xF199, 0x99F2, 0xF19A, 0x99F3, - 0xF19B, 0x99F4, 0xF19C, 0x99F5, 0xF19D, 0x99F6, 0xF19E, 0x99F7, 0xF19F, 0x99F8, 0xF1A0, 0x99F9, 0xF1A1, 0x761B, 0xF1A2, 0x763C, - 0xF1A3, 0x7622, 0xF1A4, 0x7620, 0xF1A5, 0x7640, 0xF1A6, 0x762D, 0xF1A7, 0x7630, 0xF1A8, 0x763F, 0xF1A9, 0x7635, 0xF1AA, 0x7643, - 0xF1AB, 0x763E, 0xF1AC, 0x7633, 0xF1AD, 0x764D, 0xF1AE, 0x765E, 0xF1AF, 0x7654, 0xF1B0, 0x765C, 0xF1B1, 0x7656, 0xF1B2, 0x766B, - 0xF1B3, 0x766F, 0xF1B4, 0x7FCA, 0xF1B5, 0x7AE6, 0xF1B6, 0x7A78, 0xF1B7, 0x7A79, 0xF1B8, 0x7A80, 0xF1B9, 0x7A86, 0xF1BA, 0x7A88, - 0xF1BB, 0x7A95, 0xF1BC, 0x7AA6, 0xF1BD, 0x7AA0, 0xF1BE, 0x7AAC, 0xF1BF, 0x7AA8, 0xF1C0, 0x7AAD, 0xF1C1, 0x7AB3, 0xF1C2, 0x8864, - 0xF1C3, 0x8869, 0xF1C4, 0x8872, 0xF1C5, 0x887D, 0xF1C6, 0x887F, 0xF1C7, 0x8882, 0xF1C8, 0x88A2, 0xF1C9, 0x88C6, 0xF1CA, 0x88B7, - 0xF1CB, 0x88BC, 0xF1CC, 0x88C9, 0xF1CD, 0x88E2, 0xF1CE, 0x88CE, 0xF1CF, 0x88E3, 0xF1D0, 0x88E5, 0xF1D1, 0x88F1, 0xF1D2, 0x891A, - 0xF1D3, 0x88FC, 0xF1D4, 0x88E8, 0xF1D5, 0x88FE, 0xF1D6, 0x88F0, 0xF1D7, 0x8921, 0xF1D8, 0x8919, 0xF1D9, 0x8913, 0xF1DA, 0x891B, - 0xF1DB, 0x890A, 0xF1DC, 0x8934, 0xF1DD, 0x892B, 0xF1DE, 0x8936, 0xF1DF, 0x8941, 0xF1E0, 0x8966, 0xF1E1, 0x897B, 0xF1E2, 0x758B, - 0xF1E3, 0x80E5, 0xF1E4, 0x76B2, 0xF1E5, 0x76B4, 0xF1E6, 0x77DC, 0xF1E7, 0x8012, 0xF1E8, 0x8014, 0xF1E9, 0x8016, 0xF1EA, 0x801C, - 0xF1EB, 0x8020, 0xF1EC, 0x8022, 0xF1ED, 0x8025, 0xF1EE, 0x8026, 0xF1EF, 0x8027, 0xF1F0, 0x8029, 0xF1F1, 0x8028, 0xF1F2, 0x8031, - 0xF1F3, 0x800B, 0xF1F4, 0x8035, 0xF1F5, 0x8043, 0xF1F6, 0x8046, 0xF1F7, 0x804D, 0xF1F8, 0x8052, 0xF1F9, 0x8069, 0xF1FA, 0x8071, - 0xF1FB, 0x8983, 0xF1FC, 0x9878, 0xF1FD, 0x9880, 0xF1FE, 0x9883, 0xF240, 0x99FA, 0xF241, 0x99FB, 0xF242, 0x99FC, 0xF243, 0x99FD, - 0xF244, 0x99FE, 0xF245, 0x99FF, 0xF246, 0x9A00, 0xF247, 0x9A01, 0xF248, 0x9A02, 0xF249, 0x9A03, 0xF24A, 0x9A04, 0xF24B, 0x9A05, - 0xF24C, 0x9A06, 0xF24D, 0x9A07, 0xF24E, 0x9A08, 0xF24F, 0x9A09, 0xF250, 0x9A0A, 0xF251, 0x9A0B, 0xF252, 0x9A0C, 0xF253, 0x9A0D, - 0xF254, 0x9A0E, 0xF255, 0x9A0F, 0xF256, 0x9A10, 0xF257, 0x9A11, 0xF258, 0x9A12, 0xF259, 0x9A13, 0xF25A, 0x9A14, 0xF25B, 0x9A15, - 0xF25C, 0x9A16, 0xF25D, 0x9A17, 0xF25E, 0x9A18, 0xF25F, 0x9A19, 0xF260, 0x9A1A, 0xF261, 0x9A1B, 0xF262, 0x9A1C, 0xF263, 0x9A1D, - 0xF264, 0x9A1E, 0xF265, 0x9A1F, 0xF266, 0x9A20, 0xF267, 0x9A21, 0xF268, 0x9A22, 0xF269, 0x9A23, 0xF26A, 0x9A24, 0xF26B, 0x9A25, - 0xF26C, 0x9A26, 0xF26D, 0x9A27, 0xF26E, 0x9A28, 0xF26F, 0x9A29, 0xF270, 0x9A2A, 0xF271, 0x9A2B, 0xF272, 0x9A2C, 0xF273, 0x9A2D, - 0xF274, 0x9A2E, 0xF275, 0x9A2F, 0xF276, 0x9A30, 0xF277, 0x9A31, 0xF278, 0x9A32, 0xF279, 0x9A33, 0xF27A, 0x9A34, 0xF27B, 0x9A35, - 0xF27C, 0x9A36, 0xF27D, 0x9A37, 0xF27E, 0x9A38, 0xF280, 0x9A39, 0xF281, 0x9A3A, 0xF282, 0x9A3B, 0xF283, 0x9A3C, 0xF284, 0x9A3D, - 0xF285, 0x9A3E, 0xF286, 0x9A3F, 0xF287, 0x9A40, 0xF288, 0x9A41, 0xF289, 0x9A42, 0xF28A, 0x9A43, 0xF28B, 0x9A44, 0xF28C, 0x9A45, - 0xF28D, 0x9A46, 0xF28E, 0x9A47, 0xF28F, 0x9A48, 0xF290, 0x9A49, 0xF291, 0x9A4A, 0xF292, 0x9A4B, 0xF293, 0x9A4C, 0xF294, 0x9A4D, - 0xF295, 0x9A4E, 0xF296, 0x9A4F, 0xF297, 0x9A50, 0xF298, 0x9A51, 0xF299, 0x9A52, 0xF29A, 0x9A53, 0xF29B, 0x9A54, 0xF29C, 0x9A55, - 0xF29D, 0x9A56, 0xF29E, 0x9A57, 0xF29F, 0x9A58, 0xF2A0, 0x9A59, 0xF2A1, 0x9889, 0xF2A2, 0x988C, 0xF2A3, 0x988D, 0xF2A4, 0x988F, - 0xF2A5, 0x9894, 0xF2A6, 0x989A, 0xF2A7, 0x989B, 0xF2A8, 0x989E, 0xF2A9, 0x989F, 0xF2AA, 0x98A1, 0xF2AB, 0x98A2, 0xF2AC, 0x98A5, - 0xF2AD, 0x98A6, 0xF2AE, 0x864D, 0xF2AF, 0x8654, 0xF2B0, 0x866C, 0xF2B1, 0x866E, 0xF2B2, 0x867F, 0xF2B3, 0x867A, 0xF2B4, 0x867C, - 0xF2B5, 0x867B, 0xF2B6, 0x86A8, 0xF2B7, 0x868D, 0xF2B8, 0x868B, 0xF2B9, 0x86AC, 0xF2BA, 0x869D, 0xF2BB, 0x86A7, 0xF2BC, 0x86A3, - 0xF2BD, 0x86AA, 0xF2BE, 0x8693, 0xF2BF, 0x86A9, 0xF2C0, 0x86B6, 0xF2C1, 0x86C4, 0xF2C2, 0x86B5, 0xF2C3, 0x86CE, 0xF2C4, 0x86B0, - 0xF2C5, 0x86BA, 0xF2C6, 0x86B1, 0xF2C7, 0x86AF, 0xF2C8, 0x86C9, 0xF2C9, 0x86CF, 0xF2CA, 0x86B4, 0xF2CB, 0x86E9, 0xF2CC, 0x86F1, - 0xF2CD, 0x86F2, 0xF2CE, 0x86ED, 0xF2CF, 0x86F3, 0xF2D0, 0x86D0, 0xF2D1, 0x8713, 0xF2D2, 0x86DE, 0xF2D3, 0x86F4, 0xF2D4, 0x86DF, - 0xF2D5, 0x86D8, 0xF2D6, 0x86D1, 0xF2D7, 0x8703, 0xF2D8, 0x8707, 0xF2D9, 0x86F8, 0xF2DA, 0x8708, 0xF2DB, 0x870A, 0xF2DC, 0x870D, - 0xF2DD, 0x8709, 0xF2DE, 0x8723, 0xF2DF, 0x873B, 0xF2E0, 0x871E, 0xF2E1, 0x8725, 0xF2E2, 0x872E, 0xF2E3, 0x871A, 0xF2E4, 0x873E, - 0xF2E5, 0x8748, 0xF2E6, 0x8734, 0xF2E7, 0x8731, 0xF2E8, 0x8729, 0xF2E9, 0x8737, 0xF2EA, 0x873F, 0xF2EB, 0x8782, 0xF2EC, 0x8722, - 0xF2ED, 0x877D, 0xF2EE, 0x877E, 0xF2EF, 0x877B, 0xF2F0, 0x8760, 0xF2F1, 0x8770, 0xF2F2, 0x874C, 0xF2F3, 0x876E, 0xF2F4, 0x878B, - 0xF2F5, 0x8753, 0xF2F6, 0x8763, 0xF2F7, 0x877C, 0xF2F8, 0x8764, 0xF2F9, 0x8759, 0xF2FA, 0x8765, 0xF2FB, 0x8793, 0xF2FC, 0x87AF, - 0xF2FD, 0x87A8, 0xF2FE, 0x87D2, 0xF340, 0x9A5A, 0xF341, 0x9A5B, 0xF342, 0x9A5C, 0xF343, 0x9A5D, 0xF344, 0x9A5E, 0xF345, 0x9A5F, - 0xF346, 0x9A60, 0xF347, 0x9A61, 0xF348, 0x9A62, 0xF349, 0x9A63, 0xF34A, 0x9A64, 0xF34B, 0x9A65, 0xF34C, 0x9A66, 0xF34D, 0x9A67, - 0xF34E, 0x9A68, 0xF34F, 0x9A69, 0xF350, 0x9A6A, 0xF351, 0x9A6B, 0xF352, 0x9A72, 0xF353, 0x9A83, 0xF354, 0x9A89, 0xF355, 0x9A8D, - 0xF356, 0x9A8E, 0xF357, 0x9A94, 0xF358, 0x9A95, 0xF359, 0x9A99, 0xF35A, 0x9AA6, 0xF35B, 0x9AA9, 0xF35C, 0x9AAA, 0xF35D, 0x9AAB, - 0xF35E, 0x9AAC, 0xF35F, 0x9AAD, 0xF360, 0x9AAE, 0xF361, 0x9AAF, 0xF362, 0x9AB2, 0xF363, 0x9AB3, 0xF364, 0x9AB4, 0xF365, 0x9AB5, - 0xF366, 0x9AB9, 0xF367, 0x9ABB, 0xF368, 0x9ABD, 0xF369, 0x9ABE, 0xF36A, 0x9ABF, 0xF36B, 0x9AC3, 0xF36C, 0x9AC4, 0xF36D, 0x9AC6, - 0xF36E, 0x9AC7, 0xF36F, 0x9AC8, 0xF370, 0x9AC9, 0xF371, 0x9ACA, 0xF372, 0x9ACD, 0xF373, 0x9ACE, 0xF374, 0x9ACF, 0xF375, 0x9AD0, - 0xF376, 0x9AD2, 0xF377, 0x9AD4, 0xF378, 0x9AD5, 0xF379, 0x9AD6, 0xF37A, 0x9AD7, 0xF37B, 0x9AD9, 0xF37C, 0x9ADA, 0xF37D, 0x9ADB, - 0xF37E, 0x9ADC, 0xF380, 0x9ADD, 0xF381, 0x9ADE, 0xF382, 0x9AE0, 0xF383, 0x9AE2, 0xF384, 0x9AE3, 0xF385, 0x9AE4, 0xF386, 0x9AE5, - 0xF387, 0x9AE7, 0xF388, 0x9AE8, 0xF389, 0x9AE9, 0xF38A, 0x9AEA, 0xF38B, 0x9AEC, 0xF38C, 0x9AEE, 0xF38D, 0x9AF0, 0xF38E, 0x9AF1, - 0xF38F, 0x9AF2, 0xF390, 0x9AF3, 0xF391, 0x9AF4, 0xF392, 0x9AF5, 0xF393, 0x9AF6, 0xF394, 0x9AF7, 0xF395, 0x9AF8, 0xF396, 0x9AFA, - 0xF397, 0x9AFC, 0xF398, 0x9AFD, 0xF399, 0x9AFE, 0xF39A, 0x9AFF, 0xF39B, 0x9B00, 0xF39C, 0x9B01, 0xF39D, 0x9B02, 0xF39E, 0x9B04, - 0xF39F, 0x9B05, 0xF3A0, 0x9B06, 0xF3A1, 0x87C6, 0xF3A2, 0x8788, 0xF3A3, 0x8785, 0xF3A4, 0x87AD, 0xF3A5, 0x8797, 0xF3A6, 0x8783, - 0xF3A7, 0x87AB, 0xF3A8, 0x87E5, 0xF3A9, 0x87AC, 0xF3AA, 0x87B5, 0xF3AB, 0x87B3, 0xF3AC, 0x87CB, 0xF3AD, 0x87D3, 0xF3AE, 0x87BD, - 0xF3AF, 0x87D1, 0xF3B0, 0x87C0, 0xF3B1, 0x87CA, 0xF3B2, 0x87DB, 0xF3B3, 0x87EA, 0xF3B4, 0x87E0, 0xF3B5, 0x87EE, 0xF3B6, 0x8816, - 0xF3B7, 0x8813, 0xF3B8, 0x87FE, 0xF3B9, 0x880A, 0xF3BA, 0x881B, 0xF3BB, 0x8821, 0xF3BC, 0x8839, 0xF3BD, 0x883C, 0xF3BE, 0x7F36, - 0xF3BF, 0x7F42, 0xF3C0, 0x7F44, 0xF3C1, 0x7F45, 0xF3C2, 0x8210, 0xF3C3, 0x7AFA, 0xF3C4, 0x7AFD, 0xF3C5, 0x7B08, 0xF3C6, 0x7B03, - 0xF3C7, 0x7B04, 0xF3C8, 0x7B15, 0xF3C9, 0x7B0A, 0xF3CA, 0x7B2B, 0xF3CB, 0x7B0F, 0xF3CC, 0x7B47, 0xF3CD, 0x7B38, 0xF3CE, 0x7B2A, - 0xF3CF, 0x7B19, 0xF3D0, 0x7B2E, 0xF3D1, 0x7B31, 0xF3D2, 0x7B20, 0xF3D3, 0x7B25, 0xF3D4, 0x7B24, 0xF3D5, 0x7B33, 0xF3D6, 0x7B3E, - 0xF3D7, 0x7B1E, 0xF3D8, 0x7B58, 0xF3D9, 0x7B5A, 0xF3DA, 0x7B45, 0xF3DB, 0x7B75, 0xF3DC, 0x7B4C, 0xF3DD, 0x7B5D, 0xF3DE, 0x7B60, - 0xF3DF, 0x7B6E, 0xF3E0, 0x7B7B, 0xF3E1, 0x7B62, 0xF3E2, 0x7B72, 0xF3E3, 0x7B71, 0xF3E4, 0x7B90, 0xF3E5, 0x7BA6, 0xF3E6, 0x7BA7, - 0xF3E7, 0x7BB8, 0xF3E8, 0x7BAC, 0xF3E9, 0x7B9D, 0xF3EA, 0x7BA8, 0xF3EB, 0x7B85, 0xF3EC, 0x7BAA, 0xF3ED, 0x7B9C, 0xF3EE, 0x7BA2, - 0xF3EF, 0x7BAB, 0xF3F0, 0x7BB4, 0xF3F1, 0x7BD1, 0xF3F2, 0x7BC1, 0xF3F3, 0x7BCC, 0xF3F4, 0x7BDD, 0xF3F5, 0x7BDA, 0xF3F6, 0x7BE5, - 0xF3F7, 0x7BE6, 0xF3F8, 0x7BEA, 0xF3F9, 0x7C0C, 0xF3FA, 0x7BFE, 0xF3FB, 0x7BFC, 0xF3FC, 0x7C0F, 0xF3FD, 0x7C16, 0xF3FE, 0x7C0B, - 0xF440, 0x9B07, 0xF441, 0x9B09, 0xF442, 0x9B0A, 0xF443, 0x9B0B, 0xF444, 0x9B0C, 0xF445, 0x9B0D, 0xF446, 0x9B0E, 0xF447, 0x9B10, - 0xF448, 0x9B11, 0xF449, 0x9B12, 0xF44A, 0x9B14, 0xF44B, 0x9B15, 0xF44C, 0x9B16, 0xF44D, 0x9B17, 0xF44E, 0x9B18, 0xF44F, 0x9B19, - 0xF450, 0x9B1A, 0xF451, 0x9B1B, 0xF452, 0x9B1C, 0xF453, 0x9B1D, 0xF454, 0x9B1E, 0xF455, 0x9B20, 0xF456, 0x9B21, 0xF457, 0x9B22, - 0xF458, 0x9B24, 0xF459, 0x9B25, 0xF45A, 0x9B26, 0xF45B, 0x9B27, 0xF45C, 0x9B28, 0xF45D, 0x9B29, 0xF45E, 0x9B2A, 0xF45F, 0x9B2B, - 0xF460, 0x9B2C, 0xF461, 0x9B2D, 0xF462, 0x9B2E, 0xF463, 0x9B30, 0xF464, 0x9B31, 0xF465, 0x9B33, 0xF466, 0x9B34, 0xF467, 0x9B35, - 0xF468, 0x9B36, 0xF469, 0x9B37, 0xF46A, 0x9B38, 0xF46B, 0x9B39, 0xF46C, 0x9B3A, 0xF46D, 0x9B3D, 0xF46E, 0x9B3E, 0xF46F, 0x9B3F, - 0xF470, 0x9B40, 0xF471, 0x9B46, 0xF472, 0x9B4A, 0xF473, 0x9B4B, 0xF474, 0x9B4C, 0xF475, 0x9B4E, 0xF476, 0x9B50, 0xF477, 0x9B52, - 0xF478, 0x9B53, 0xF479, 0x9B55, 0xF47A, 0x9B56, 0xF47B, 0x9B57, 0xF47C, 0x9B58, 0xF47D, 0x9B59, 0xF47E, 0x9B5A, 0xF480, 0x9B5B, - 0xF481, 0x9B5C, 0xF482, 0x9B5D, 0xF483, 0x9B5E, 0xF484, 0x9B5F, 0xF485, 0x9B60, 0xF486, 0x9B61, 0xF487, 0x9B62, 0xF488, 0x9B63, - 0xF489, 0x9B64, 0xF48A, 0x9B65, 0xF48B, 0x9B66, 0xF48C, 0x9B67, 0xF48D, 0x9B68, 0xF48E, 0x9B69, 0xF48F, 0x9B6A, 0xF490, 0x9B6B, - 0xF491, 0x9B6C, 0xF492, 0x9B6D, 0xF493, 0x9B6E, 0xF494, 0x9B6F, 0xF495, 0x9B70, 0xF496, 0x9B71, 0xF497, 0x9B72, 0xF498, 0x9B73, - 0xF499, 0x9B74, 0xF49A, 0x9B75, 0xF49B, 0x9B76, 0xF49C, 0x9B77, 0xF49D, 0x9B78, 0xF49E, 0x9B79, 0xF49F, 0x9B7A, 0xF4A0, 0x9B7B, - 0xF4A1, 0x7C1F, 0xF4A2, 0x7C2A, 0xF4A3, 0x7C26, 0xF4A4, 0x7C38, 0xF4A5, 0x7C41, 0xF4A6, 0x7C40, 0xF4A7, 0x81FE, 0xF4A8, 0x8201, - 0xF4A9, 0x8202, 0xF4AA, 0x8204, 0xF4AB, 0x81EC, 0xF4AC, 0x8844, 0xF4AD, 0x8221, 0xF4AE, 0x8222, 0xF4AF, 0x8223, 0xF4B0, 0x822D, - 0xF4B1, 0x822F, 0xF4B2, 0x8228, 0xF4B3, 0x822B, 0xF4B4, 0x8238, 0xF4B5, 0x823B, 0xF4B6, 0x8233, 0xF4B7, 0x8234, 0xF4B8, 0x823E, - 0xF4B9, 0x8244, 0xF4BA, 0x8249, 0xF4BB, 0x824B, 0xF4BC, 0x824F, 0xF4BD, 0x825A, 0xF4BE, 0x825F, 0xF4BF, 0x8268, 0xF4C0, 0x887E, - 0xF4C1, 0x8885, 0xF4C2, 0x8888, 0xF4C3, 0x88D8, 0xF4C4, 0x88DF, 0xF4C5, 0x895E, 0xF4C6, 0x7F9D, 0xF4C7, 0x7F9F, 0xF4C8, 0x7FA7, - 0xF4C9, 0x7FAF, 0xF4CA, 0x7FB0, 0xF4CB, 0x7FB2, 0xF4CC, 0x7C7C, 0xF4CD, 0x6549, 0xF4CE, 0x7C91, 0xF4CF, 0x7C9D, 0xF4D0, 0x7C9C, - 0xF4D1, 0x7C9E, 0xF4D2, 0x7CA2, 0xF4D3, 0x7CB2, 0xF4D4, 0x7CBC, 0xF4D5, 0x7CBD, 0xF4D6, 0x7CC1, 0xF4D7, 0x7CC7, 0xF4D8, 0x7CCC, - 0xF4D9, 0x7CCD, 0xF4DA, 0x7CC8, 0xF4DB, 0x7CC5, 0xF4DC, 0x7CD7, 0xF4DD, 0x7CE8, 0xF4DE, 0x826E, 0xF4DF, 0x66A8, 0xF4E0, 0x7FBF, - 0xF4E1, 0x7FCE, 0xF4E2, 0x7FD5, 0xF4E3, 0x7FE5, 0xF4E4, 0x7FE1, 0xF4E5, 0x7FE6, 0xF4E6, 0x7FE9, 0xF4E7, 0x7FEE, 0xF4E8, 0x7FF3, - 0xF4E9, 0x7CF8, 0xF4EA, 0x7D77, 0xF4EB, 0x7DA6, 0xF4EC, 0x7DAE, 0xF4ED, 0x7E47, 0xF4EE, 0x7E9B, 0xF4EF, 0x9EB8, 0xF4F0, 0x9EB4, - 0xF4F1, 0x8D73, 0xF4F2, 0x8D84, 0xF4F3, 0x8D94, 0xF4F4, 0x8D91, 0xF4F5, 0x8DB1, 0xF4F6, 0x8D67, 0xF4F7, 0x8D6D, 0xF4F8, 0x8C47, - 0xF4F9, 0x8C49, 0xF4FA, 0x914A, 0xF4FB, 0x9150, 0xF4FC, 0x914E, 0xF4FD, 0x914F, 0xF4FE, 0x9164, 0xF540, 0x9B7C, 0xF541, 0x9B7D, - 0xF542, 0x9B7E, 0xF543, 0x9B7F, 0xF544, 0x9B80, 0xF545, 0x9B81, 0xF546, 0x9B82, 0xF547, 0x9B83, 0xF548, 0x9B84, 0xF549, 0x9B85, - 0xF54A, 0x9B86, 0xF54B, 0x9B87, 0xF54C, 0x9B88, 0xF54D, 0x9B89, 0xF54E, 0x9B8A, 0xF54F, 0x9B8B, 0xF550, 0x9B8C, 0xF551, 0x9B8D, - 0xF552, 0x9B8E, 0xF553, 0x9B8F, 0xF554, 0x9B90, 0xF555, 0x9B91, 0xF556, 0x9B92, 0xF557, 0x9B93, 0xF558, 0x9B94, 0xF559, 0x9B95, - 0xF55A, 0x9B96, 0xF55B, 0x9B97, 0xF55C, 0x9B98, 0xF55D, 0x9B99, 0xF55E, 0x9B9A, 0xF55F, 0x9B9B, 0xF560, 0x9B9C, 0xF561, 0x9B9D, - 0xF562, 0x9B9E, 0xF563, 0x9B9F, 0xF564, 0x9BA0, 0xF565, 0x9BA1, 0xF566, 0x9BA2, 0xF567, 0x9BA3, 0xF568, 0x9BA4, 0xF569, 0x9BA5, - 0xF56A, 0x9BA6, 0xF56B, 0x9BA7, 0xF56C, 0x9BA8, 0xF56D, 0x9BA9, 0xF56E, 0x9BAA, 0xF56F, 0x9BAB, 0xF570, 0x9BAC, 0xF571, 0x9BAD, - 0xF572, 0x9BAE, 0xF573, 0x9BAF, 0xF574, 0x9BB0, 0xF575, 0x9BB1, 0xF576, 0x9BB2, 0xF577, 0x9BB3, 0xF578, 0x9BB4, 0xF579, 0x9BB5, - 0xF57A, 0x9BB6, 0xF57B, 0x9BB7, 0xF57C, 0x9BB8, 0xF57D, 0x9BB9, 0xF57E, 0x9BBA, 0xF580, 0x9BBB, 0xF581, 0x9BBC, 0xF582, 0x9BBD, - 0xF583, 0x9BBE, 0xF584, 0x9BBF, 0xF585, 0x9BC0, 0xF586, 0x9BC1, 0xF587, 0x9BC2, 0xF588, 0x9BC3, 0xF589, 0x9BC4, 0xF58A, 0x9BC5, - 0xF58B, 0x9BC6, 0xF58C, 0x9BC7, 0xF58D, 0x9BC8, 0xF58E, 0x9BC9, 0xF58F, 0x9BCA, 0xF590, 0x9BCB, 0xF591, 0x9BCC, 0xF592, 0x9BCD, - 0xF593, 0x9BCE, 0xF594, 0x9BCF, 0xF595, 0x9BD0, 0xF596, 0x9BD1, 0xF597, 0x9BD2, 0xF598, 0x9BD3, 0xF599, 0x9BD4, 0xF59A, 0x9BD5, - 0xF59B, 0x9BD6, 0xF59C, 0x9BD7, 0xF59D, 0x9BD8, 0xF59E, 0x9BD9, 0xF59F, 0x9BDA, 0xF5A0, 0x9BDB, 0xF5A1, 0x9162, 0xF5A2, 0x9161, - 0xF5A3, 0x9170, 0xF5A4, 0x9169, 0xF5A5, 0x916F, 0xF5A6, 0x917D, 0xF5A7, 0x917E, 0xF5A8, 0x9172, 0xF5A9, 0x9174, 0xF5AA, 0x9179, - 0xF5AB, 0x918C, 0xF5AC, 0x9185, 0xF5AD, 0x9190, 0xF5AE, 0x918D, 0xF5AF, 0x9191, 0xF5B0, 0x91A2, 0xF5B1, 0x91A3, 0xF5B2, 0x91AA, - 0xF5B3, 0x91AD, 0xF5B4, 0x91AE, 0xF5B5, 0x91AF, 0xF5B6, 0x91B5, 0xF5B7, 0x91B4, 0xF5B8, 0x91BA, 0xF5B9, 0x8C55, 0xF5BA, 0x9E7E, - 0xF5BB, 0x8DB8, 0xF5BC, 0x8DEB, 0xF5BD, 0x8E05, 0xF5BE, 0x8E59, 0xF5BF, 0x8E69, 0xF5C0, 0x8DB5, 0xF5C1, 0x8DBF, 0xF5C2, 0x8DBC, - 0xF5C3, 0x8DBA, 0xF5C4, 0x8DC4, 0xF5C5, 0x8DD6, 0xF5C6, 0x8DD7, 0xF5C7, 0x8DDA, 0xF5C8, 0x8DDE, 0xF5C9, 0x8DCE, 0xF5CA, 0x8DCF, - 0xF5CB, 0x8DDB, 0xF5CC, 0x8DC6, 0xF5CD, 0x8DEC, 0xF5CE, 0x8DF7, 0xF5CF, 0x8DF8, 0xF5D0, 0x8DE3, 0xF5D1, 0x8DF9, 0xF5D2, 0x8DFB, - 0xF5D3, 0x8DE4, 0xF5D4, 0x8E09, 0xF5D5, 0x8DFD, 0xF5D6, 0x8E14, 0xF5D7, 0x8E1D, 0xF5D8, 0x8E1F, 0xF5D9, 0x8E2C, 0xF5DA, 0x8E2E, - 0xF5DB, 0x8E23, 0xF5DC, 0x8E2F, 0xF5DD, 0x8E3A, 0xF5DE, 0x8E40, 0xF5DF, 0x8E39, 0xF5E0, 0x8E35, 0xF5E1, 0x8E3D, 0xF5E2, 0x8E31, - 0xF5E3, 0x8E49, 0xF5E4, 0x8E41, 0xF5E5, 0x8E42, 0xF5E6, 0x8E51, 0xF5E7, 0x8E52, 0xF5E8, 0x8E4A, 0xF5E9, 0x8E70, 0xF5EA, 0x8E76, - 0xF5EB, 0x8E7C, 0xF5EC, 0x8E6F, 0xF5ED, 0x8E74, 0xF5EE, 0x8E85, 0xF5EF, 0x8E8F, 0xF5F0, 0x8E94, 0xF5F1, 0x8E90, 0xF5F2, 0x8E9C, - 0xF5F3, 0x8E9E, 0xF5F4, 0x8C78, 0xF5F5, 0x8C82, 0xF5F6, 0x8C8A, 0xF5F7, 0x8C85, 0xF5F8, 0x8C98, 0xF5F9, 0x8C94, 0xF5FA, 0x659B, - 0xF5FB, 0x89D6, 0xF5FC, 0x89DE, 0xF5FD, 0x89DA, 0xF5FE, 0x89DC, 0xF640, 0x9BDC, 0xF641, 0x9BDD, 0xF642, 0x9BDE, 0xF643, 0x9BDF, - 0xF644, 0x9BE0, 0xF645, 0x9BE1, 0xF646, 0x9BE2, 0xF647, 0x9BE3, 0xF648, 0x9BE4, 0xF649, 0x9BE5, 0xF64A, 0x9BE6, 0xF64B, 0x9BE7, - 0xF64C, 0x9BE8, 0xF64D, 0x9BE9, 0xF64E, 0x9BEA, 0xF64F, 0x9BEB, 0xF650, 0x9BEC, 0xF651, 0x9BED, 0xF652, 0x9BEE, 0xF653, 0x9BEF, - 0xF654, 0x9BF0, 0xF655, 0x9BF1, 0xF656, 0x9BF2, 0xF657, 0x9BF3, 0xF658, 0x9BF4, 0xF659, 0x9BF5, 0xF65A, 0x9BF6, 0xF65B, 0x9BF7, - 0xF65C, 0x9BF8, 0xF65D, 0x9BF9, 0xF65E, 0x9BFA, 0xF65F, 0x9BFB, 0xF660, 0x9BFC, 0xF661, 0x9BFD, 0xF662, 0x9BFE, 0xF663, 0x9BFF, - 0xF664, 0x9C00, 0xF665, 0x9C01, 0xF666, 0x9C02, 0xF667, 0x9C03, 0xF668, 0x9C04, 0xF669, 0x9C05, 0xF66A, 0x9C06, 0xF66B, 0x9C07, - 0xF66C, 0x9C08, 0xF66D, 0x9C09, 0xF66E, 0x9C0A, 0xF66F, 0x9C0B, 0xF670, 0x9C0C, 0xF671, 0x9C0D, 0xF672, 0x9C0E, 0xF673, 0x9C0F, - 0xF674, 0x9C10, 0xF675, 0x9C11, 0xF676, 0x9C12, 0xF677, 0x9C13, 0xF678, 0x9C14, 0xF679, 0x9C15, 0xF67A, 0x9C16, 0xF67B, 0x9C17, - 0xF67C, 0x9C18, 0xF67D, 0x9C19, 0xF67E, 0x9C1A, 0xF680, 0x9C1B, 0xF681, 0x9C1C, 0xF682, 0x9C1D, 0xF683, 0x9C1E, 0xF684, 0x9C1F, - 0xF685, 0x9C20, 0xF686, 0x9C21, 0xF687, 0x9C22, 0xF688, 0x9C23, 0xF689, 0x9C24, 0xF68A, 0x9C25, 0xF68B, 0x9C26, 0xF68C, 0x9C27, - 0xF68D, 0x9C28, 0xF68E, 0x9C29, 0xF68F, 0x9C2A, 0xF690, 0x9C2B, 0xF691, 0x9C2C, 0xF692, 0x9C2D, 0xF693, 0x9C2E, 0xF694, 0x9C2F, - 0xF695, 0x9C30, 0xF696, 0x9C31, 0xF697, 0x9C32, 0xF698, 0x9C33, 0xF699, 0x9C34, 0xF69A, 0x9C35, 0xF69B, 0x9C36, 0xF69C, 0x9C37, - 0xF69D, 0x9C38, 0xF69E, 0x9C39, 0xF69F, 0x9C3A, 0xF6A0, 0x9C3B, 0xF6A1, 0x89E5, 0xF6A2, 0x89EB, 0xF6A3, 0x89EF, 0xF6A4, 0x8A3E, - 0xF6A5, 0x8B26, 0xF6A6, 0x9753, 0xF6A7, 0x96E9, 0xF6A8, 0x96F3, 0xF6A9, 0x96EF, 0xF6AA, 0x9706, 0xF6AB, 0x9701, 0xF6AC, 0x9708, - 0xF6AD, 0x970F, 0xF6AE, 0x970E, 0xF6AF, 0x972A, 0xF6B0, 0x972D, 0xF6B1, 0x9730, 0xF6B2, 0x973E, 0xF6B3, 0x9F80, 0xF6B4, 0x9F83, - 0xF6B5, 0x9F85, 0xF6B6, 0x9F86, 0xF6B7, 0x9F87, 0xF6B8, 0x9F88, 0xF6B9, 0x9F89, 0xF6BA, 0x9F8A, 0xF6BB, 0x9F8C, 0xF6BC, 0x9EFE, - 0xF6BD, 0x9F0B, 0xF6BE, 0x9F0D, 0xF6BF, 0x96B9, 0xF6C0, 0x96BC, 0xF6C1, 0x96BD, 0xF6C2, 0x96CE, 0xF6C3, 0x96D2, 0xF6C4, 0x77BF, - 0xF6C5, 0x96E0, 0xF6C6, 0x928E, 0xF6C7, 0x92AE, 0xF6C8, 0x92C8, 0xF6C9, 0x933E, 0xF6CA, 0x936A, 0xF6CB, 0x93CA, 0xF6CC, 0x938F, - 0xF6CD, 0x943E, 0xF6CE, 0x946B, 0xF6CF, 0x9C7F, 0xF6D0, 0x9C82, 0xF6D1, 0x9C85, 0xF6D2, 0x9C86, 0xF6D3, 0x9C87, 0xF6D4, 0x9C88, - 0xF6D5, 0x7A23, 0xF6D6, 0x9C8B, 0xF6D7, 0x9C8E, 0xF6D8, 0x9C90, 0xF6D9, 0x9C91, 0xF6DA, 0x9C92, 0xF6DB, 0x9C94, 0xF6DC, 0x9C95, - 0xF6DD, 0x9C9A, 0xF6DE, 0x9C9B, 0xF6DF, 0x9C9E, 0xF6E0, 0x9C9F, 0xF6E1, 0x9CA0, 0xF6E2, 0x9CA1, 0xF6E3, 0x9CA2, 0xF6E4, 0x9CA3, - 0xF6E5, 0x9CA5, 0xF6E6, 0x9CA6, 0xF6E7, 0x9CA7, 0xF6E8, 0x9CA8, 0xF6E9, 0x9CA9, 0xF6EA, 0x9CAB, 0xF6EB, 0x9CAD, 0xF6EC, 0x9CAE, - 0xF6ED, 0x9CB0, 0xF6EE, 0x9CB1, 0xF6EF, 0x9CB2, 0xF6F0, 0x9CB3, 0xF6F1, 0x9CB4, 0xF6F2, 0x9CB5, 0xF6F3, 0x9CB6, 0xF6F4, 0x9CB7, - 0xF6F5, 0x9CBA, 0xF6F6, 0x9CBB, 0xF6F7, 0x9CBC, 0xF6F8, 0x9CBD, 0xF6F9, 0x9CC4, 0xF6FA, 0x9CC5, 0xF6FB, 0x9CC6, 0xF6FC, 0x9CC7, - 0xF6FD, 0x9CCA, 0xF6FE, 0x9CCB, 0xF740, 0x9C3C, 0xF741, 0x9C3D, 0xF742, 0x9C3E, 0xF743, 0x9C3F, 0xF744, 0x9C40, 0xF745, 0x9C41, - 0xF746, 0x9C42, 0xF747, 0x9C43, 0xF748, 0x9C44, 0xF749, 0x9C45, 0xF74A, 0x9C46, 0xF74B, 0x9C47, 0xF74C, 0x9C48, 0xF74D, 0x9C49, - 0xF74E, 0x9C4A, 0xF74F, 0x9C4B, 0xF750, 0x9C4C, 0xF751, 0x9C4D, 0xF752, 0x9C4E, 0xF753, 0x9C4F, 0xF754, 0x9C50, 0xF755, 0x9C51, - 0xF756, 0x9C52, 0xF757, 0x9C53, 0xF758, 0x9C54, 0xF759, 0x9C55, 0xF75A, 0x9C56, 0xF75B, 0x9C57, 0xF75C, 0x9C58, 0xF75D, 0x9C59, - 0xF75E, 0x9C5A, 0xF75F, 0x9C5B, 0xF760, 0x9C5C, 0xF761, 0x9C5D, 0xF762, 0x9C5E, 0xF763, 0x9C5F, 0xF764, 0x9C60, 0xF765, 0x9C61, - 0xF766, 0x9C62, 0xF767, 0x9C63, 0xF768, 0x9C64, 0xF769, 0x9C65, 0xF76A, 0x9C66, 0xF76B, 0x9C67, 0xF76C, 0x9C68, 0xF76D, 0x9C69, - 0xF76E, 0x9C6A, 0xF76F, 0x9C6B, 0xF770, 0x9C6C, 0xF771, 0x9C6D, 0xF772, 0x9C6E, 0xF773, 0x9C6F, 0xF774, 0x9C70, 0xF775, 0x9C71, - 0xF776, 0x9C72, 0xF777, 0x9C73, 0xF778, 0x9C74, 0xF779, 0x9C75, 0xF77A, 0x9C76, 0xF77B, 0x9C77, 0xF77C, 0x9C78, 0xF77D, 0x9C79, - 0xF77E, 0x9C7A, 0xF780, 0x9C7B, 0xF781, 0x9C7D, 0xF782, 0x9C7E, 0xF783, 0x9C80, 0xF784, 0x9C83, 0xF785, 0x9C84, 0xF786, 0x9C89, - 0xF787, 0x9C8A, 0xF788, 0x9C8C, 0xF789, 0x9C8F, 0xF78A, 0x9C93, 0xF78B, 0x9C96, 0xF78C, 0x9C97, 0xF78D, 0x9C98, 0xF78E, 0x9C99, - 0xF78F, 0x9C9D, 0xF790, 0x9CAA, 0xF791, 0x9CAC, 0xF792, 0x9CAF, 0xF793, 0x9CB9, 0xF794, 0x9CBE, 0xF795, 0x9CBF, 0xF796, 0x9CC0, - 0xF797, 0x9CC1, 0xF798, 0x9CC2, 0xF799, 0x9CC8, 0xF79A, 0x9CC9, 0xF79B, 0x9CD1, 0xF79C, 0x9CD2, 0xF79D, 0x9CDA, 0xF79E, 0x9CDB, - 0xF79F, 0x9CE0, 0xF7A0, 0x9CE1, 0xF7A1, 0x9CCC, 0xF7A2, 0x9CCD, 0xF7A3, 0x9CCE, 0xF7A4, 0x9CCF, 0xF7A5, 0x9CD0, 0xF7A6, 0x9CD3, - 0xF7A7, 0x9CD4, 0xF7A8, 0x9CD5, 0xF7A9, 0x9CD7, 0xF7AA, 0x9CD8, 0xF7AB, 0x9CD9, 0xF7AC, 0x9CDC, 0xF7AD, 0x9CDD, 0xF7AE, 0x9CDF, - 0xF7AF, 0x9CE2, 0xF7B0, 0x977C, 0xF7B1, 0x9785, 0xF7B2, 0x9791, 0xF7B3, 0x9792, 0xF7B4, 0x9794, 0xF7B5, 0x97AF, 0xF7B6, 0x97AB, - 0xF7B7, 0x97A3, 0xF7B8, 0x97B2, 0xF7B9, 0x97B4, 0xF7BA, 0x9AB1, 0xF7BB, 0x9AB0, 0xF7BC, 0x9AB7, 0xF7BD, 0x9E58, 0xF7BE, 0x9AB6, - 0xF7BF, 0x9ABA, 0xF7C0, 0x9ABC, 0xF7C1, 0x9AC1, 0xF7C2, 0x9AC0, 0xF7C3, 0x9AC5, 0xF7C4, 0x9AC2, 0xF7C5, 0x9ACB, 0xF7C6, 0x9ACC, - 0xF7C7, 0x9AD1, 0xF7C8, 0x9B45, 0xF7C9, 0x9B43, 0xF7CA, 0x9B47, 0xF7CB, 0x9B49, 0xF7CC, 0x9B48, 0xF7CD, 0x9B4D, 0xF7CE, 0x9B51, - 0xF7CF, 0x98E8, 0xF7D0, 0x990D, 0xF7D1, 0x992E, 0xF7D2, 0x9955, 0xF7D3, 0x9954, 0xF7D4, 0x9ADF, 0xF7D5, 0x9AE1, 0xF7D6, 0x9AE6, - 0xF7D7, 0x9AEF, 0xF7D8, 0x9AEB, 0xF7D9, 0x9AFB, 0xF7DA, 0x9AED, 0xF7DB, 0x9AF9, 0xF7DC, 0x9B08, 0xF7DD, 0x9B0F, 0xF7DE, 0x9B13, - 0xF7DF, 0x9B1F, 0xF7E0, 0x9B23, 0xF7E1, 0x9EBD, 0xF7E2, 0x9EBE, 0xF7E3, 0x7E3B, 0xF7E4, 0x9E82, 0xF7E5, 0x9E87, 0xF7E6, 0x9E88, - 0xF7E7, 0x9E8B, 0xF7E8, 0x9E92, 0xF7E9, 0x93D6, 0xF7EA, 0x9E9D, 0xF7EB, 0x9E9F, 0xF7EC, 0x9EDB, 0xF7ED, 0x9EDC, 0xF7EE, 0x9EDD, - 0xF7EF, 0x9EE0, 0xF7F0, 0x9EDF, 0xF7F1, 0x9EE2, 0xF7F2, 0x9EE9, 0xF7F3, 0x9EE7, 0xF7F4, 0x9EE5, 0xF7F5, 0x9EEA, 0xF7F6, 0x9EEF, - 0xF7F7, 0x9F22, 0xF7F8, 0x9F2C, 0xF7F9, 0x9F2F, 0xF7FA, 0x9F39, 0xF7FB, 0x9F37, 0xF7FC, 0x9F3D, 0xF7FD, 0x9F3E, 0xF7FE, 0x9F44, - 0xF840, 0x9CE3, 0xF841, 0x9CE4, 0xF842, 0x9CE5, 0xF843, 0x9CE6, 0xF844, 0x9CE7, 0xF845, 0x9CE8, 0xF846, 0x9CE9, 0xF847, 0x9CEA, - 0xF848, 0x9CEB, 0xF849, 0x9CEC, 0xF84A, 0x9CED, 0xF84B, 0x9CEE, 0xF84C, 0x9CEF, 0xF84D, 0x9CF0, 0xF84E, 0x9CF1, 0xF84F, 0x9CF2, - 0xF850, 0x9CF3, 0xF851, 0x9CF4, 0xF852, 0x9CF5, 0xF853, 0x9CF6, 0xF854, 0x9CF7, 0xF855, 0x9CF8, 0xF856, 0x9CF9, 0xF857, 0x9CFA, - 0xF858, 0x9CFB, 0xF859, 0x9CFC, 0xF85A, 0x9CFD, 0xF85B, 0x9CFE, 0xF85C, 0x9CFF, 0xF85D, 0x9D00, 0xF85E, 0x9D01, 0xF85F, 0x9D02, - 0xF860, 0x9D03, 0xF861, 0x9D04, 0xF862, 0x9D05, 0xF863, 0x9D06, 0xF864, 0x9D07, 0xF865, 0x9D08, 0xF866, 0x9D09, 0xF867, 0x9D0A, - 0xF868, 0x9D0B, 0xF869, 0x9D0C, 0xF86A, 0x9D0D, 0xF86B, 0x9D0E, 0xF86C, 0x9D0F, 0xF86D, 0x9D10, 0xF86E, 0x9D11, 0xF86F, 0x9D12, - 0xF870, 0x9D13, 0xF871, 0x9D14, 0xF872, 0x9D15, 0xF873, 0x9D16, 0xF874, 0x9D17, 0xF875, 0x9D18, 0xF876, 0x9D19, 0xF877, 0x9D1A, - 0xF878, 0x9D1B, 0xF879, 0x9D1C, 0xF87A, 0x9D1D, 0xF87B, 0x9D1E, 0xF87C, 0x9D1F, 0xF87D, 0x9D20, 0xF87E, 0x9D21, 0xF880, 0x9D22, - 0xF881, 0x9D23, 0xF882, 0x9D24, 0xF883, 0x9D25, 0xF884, 0x9D26, 0xF885, 0x9D27, 0xF886, 0x9D28, 0xF887, 0x9D29, 0xF888, 0x9D2A, - 0xF889, 0x9D2B, 0xF88A, 0x9D2C, 0xF88B, 0x9D2D, 0xF88C, 0x9D2E, 0xF88D, 0x9D2F, 0xF88E, 0x9D30, 0xF88F, 0x9D31, 0xF890, 0x9D32, - 0xF891, 0x9D33, 0xF892, 0x9D34, 0xF893, 0x9D35, 0xF894, 0x9D36, 0xF895, 0x9D37, 0xF896, 0x9D38, 0xF897, 0x9D39, 0xF898, 0x9D3A, - 0xF899, 0x9D3B, 0xF89A, 0x9D3C, 0xF89B, 0x9D3D, 0xF89C, 0x9D3E, 0xF89D, 0x9D3F, 0xF89E, 0x9D40, 0xF89F, 0x9D41, 0xF8A0, 0x9D42, - 0xF940, 0x9D43, 0xF941, 0x9D44, 0xF942, 0x9D45, 0xF943, 0x9D46, 0xF944, 0x9D47, 0xF945, 0x9D48, 0xF946, 0x9D49, 0xF947, 0x9D4A, - 0xF948, 0x9D4B, 0xF949, 0x9D4C, 0xF94A, 0x9D4D, 0xF94B, 0x9D4E, 0xF94C, 0x9D4F, 0xF94D, 0x9D50, 0xF94E, 0x9D51, 0xF94F, 0x9D52, - 0xF950, 0x9D53, 0xF951, 0x9D54, 0xF952, 0x9D55, 0xF953, 0x9D56, 0xF954, 0x9D57, 0xF955, 0x9D58, 0xF956, 0x9D59, 0xF957, 0x9D5A, - 0xF958, 0x9D5B, 0xF959, 0x9D5C, 0xF95A, 0x9D5D, 0xF95B, 0x9D5E, 0xF95C, 0x9D5F, 0xF95D, 0x9D60, 0xF95E, 0x9D61, 0xF95F, 0x9D62, - 0xF960, 0x9D63, 0xF961, 0x9D64, 0xF962, 0x9D65, 0xF963, 0x9D66, 0xF964, 0x9D67, 0xF965, 0x9D68, 0xF966, 0x9D69, 0xF967, 0x9D6A, - 0xF968, 0x9D6B, 0xF969, 0x9D6C, 0xF96A, 0x9D6D, 0xF96B, 0x9D6E, 0xF96C, 0x9D6F, 0xF96D, 0x9D70, 0xF96E, 0x9D71, 0xF96F, 0x9D72, - 0xF970, 0x9D73, 0xF971, 0x9D74, 0xF972, 0x9D75, 0xF973, 0x9D76, 0xF974, 0x9D77, 0xF975, 0x9D78, 0xF976, 0x9D79, 0xF977, 0x9D7A, - 0xF978, 0x9D7B, 0xF979, 0x9D7C, 0xF97A, 0x9D7D, 0xF97B, 0x9D7E, 0xF97C, 0x9D7F, 0xF97D, 0x9D80, 0xF97E, 0x9D81, 0xF980, 0x9D82, - 0xF981, 0x9D83, 0xF982, 0x9D84, 0xF983, 0x9D85, 0xF984, 0x9D86, 0xF985, 0x9D87, 0xF986, 0x9D88, 0xF987, 0x9D89, 0xF988, 0x9D8A, - 0xF989, 0x9D8B, 0xF98A, 0x9D8C, 0xF98B, 0x9D8D, 0xF98C, 0x9D8E, 0xF98D, 0x9D8F, 0xF98E, 0x9D90, 0xF98F, 0x9D91, 0xF990, 0x9D92, - 0xF991, 0x9D93, 0xF992, 0x9D94, 0xF993, 0x9D95, 0xF994, 0x9D96, 0xF995, 0x9D97, 0xF996, 0x9D98, 0xF997, 0x9D99, 0xF998, 0x9D9A, - 0xF999, 0x9D9B, 0xF99A, 0x9D9C, 0xF99B, 0x9D9D, 0xF99C, 0x9D9E, 0xF99D, 0x9D9F, 0xF99E, 0x9DA0, 0xF99F, 0x9DA1, 0xF9A0, 0x9DA2, - 0xFA40, 0x9DA3, 0xFA41, 0x9DA4, 0xFA42, 0x9DA5, 0xFA43, 0x9DA6, 0xFA44, 0x9DA7, 0xFA45, 0x9DA8, 0xFA46, 0x9DA9, 0xFA47, 0x9DAA, - 0xFA48, 0x9DAB, 0xFA49, 0x9DAC, 0xFA4A, 0x9DAD, 0xFA4B, 0x9DAE, 0xFA4C, 0x9DAF, 0xFA4D, 0x9DB0, 0xFA4E, 0x9DB1, 0xFA4F, 0x9DB2, - 0xFA50, 0x9DB3, 0xFA51, 0x9DB4, 0xFA52, 0x9DB5, 0xFA53, 0x9DB6, 0xFA54, 0x9DB7, 0xFA55, 0x9DB8, 0xFA56, 0x9DB9, 0xFA57, 0x9DBA, - 0xFA58, 0x9DBB, 0xFA59, 0x9DBC, 0xFA5A, 0x9DBD, 0xFA5B, 0x9DBE, 0xFA5C, 0x9DBF, 0xFA5D, 0x9DC0, 0xFA5E, 0x9DC1, 0xFA5F, 0x9DC2, - 0xFA60, 0x9DC3, 0xFA61, 0x9DC4, 0xFA62, 0x9DC5, 0xFA63, 0x9DC6, 0xFA64, 0x9DC7, 0xFA65, 0x9DC8, 0xFA66, 0x9DC9, 0xFA67, 0x9DCA, - 0xFA68, 0x9DCB, 0xFA69, 0x9DCC, 0xFA6A, 0x9DCD, 0xFA6B, 0x9DCE, 0xFA6C, 0x9DCF, 0xFA6D, 0x9DD0, 0xFA6E, 0x9DD1, 0xFA6F, 0x9DD2, - 0xFA70, 0x9DD3, 0xFA71, 0x9DD4, 0xFA72, 0x9DD5, 0xFA73, 0x9DD6, 0xFA74, 0x9DD7, 0xFA75, 0x9DD8, 0xFA76, 0x9DD9, 0xFA77, 0x9DDA, - 0xFA78, 0x9DDB, 0xFA79, 0x9DDC, 0xFA7A, 0x9DDD, 0xFA7B, 0x9DDE, 0xFA7C, 0x9DDF, 0xFA7D, 0x9DE0, 0xFA7E, 0x9DE1, 0xFA80, 0x9DE2, - 0xFA81, 0x9DE3, 0xFA82, 0x9DE4, 0xFA83, 0x9DE5, 0xFA84, 0x9DE6, 0xFA85, 0x9DE7, 0xFA86, 0x9DE8, 0xFA87, 0x9DE9, 0xFA88, 0x9DEA, - 0xFA89, 0x9DEB, 0xFA8A, 0x9DEC, 0xFA8B, 0x9DED, 0xFA8C, 0x9DEE, 0xFA8D, 0x9DEF, 0xFA8E, 0x9DF0, 0xFA8F, 0x9DF1, 0xFA90, 0x9DF2, - 0xFA91, 0x9DF3, 0xFA92, 0x9DF4, 0xFA93, 0x9DF5, 0xFA94, 0x9DF6, 0xFA95, 0x9DF7, 0xFA96, 0x9DF8, 0xFA97, 0x9DF9, 0xFA98, 0x9DFA, - 0xFA99, 0x9DFB, 0xFA9A, 0x9DFC, 0xFA9B, 0x9DFD, 0xFA9C, 0x9DFE, 0xFA9D, 0x9DFF, 0xFA9E, 0x9E00, 0xFA9F, 0x9E01, 0xFAA0, 0x9E02, - 0xFB40, 0x9E03, 0xFB41, 0x9E04, 0xFB42, 0x9E05, 0xFB43, 0x9E06, 0xFB44, 0x9E07, 0xFB45, 0x9E08, 0xFB46, 0x9E09, 0xFB47, 0x9E0A, - 0xFB48, 0x9E0B, 0xFB49, 0x9E0C, 0xFB4A, 0x9E0D, 0xFB4B, 0x9E0E, 0xFB4C, 0x9E0F, 0xFB4D, 0x9E10, 0xFB4E, 0x9E11, 0xFB4F, 0x9E12, - 0xFB50, 0x9E13, 0xFB51, 0x9E14, 0xFB52, 0x9E15, 0xFB53, 0x9E16, 0xFB54, 0x9E17, 0xFB55, 0x9E18, 0xFB56, 0x9E19, 0xFB57, 0x9E1A, - 0xFB58, 0x9E1B, 0xFB59, 0x9E1C, 0xFB5A, 0x9E1D, 0xFB5B, 0x9E1E, 0xFB5C, 0x9E24, 0xFB5D, 0x9E27, 0xFB5E, 0x9E2E, 0xFB5F, 0x9E30, - 0xFB60, 0x9E34, 0xFB61, 0x9E3B, 0xFB62, 0x9E3C, 0xFB63, 0x9E40, 0xFB64, 0x9E4D, 0xFB65, 0x9E50, 0xFB66, 0x9E52, 0xFB67, 0x9E53, - 0xFB68, 0x9E54, 0xFB69, 0x9E56, 0xFB6A, 0x9E59, 0xFB6B, 0x9E5D, 0xFB6C, 0x9E5F, 0xFB6D, 0x9E60, 0xFB6E, 0x9E61, 0xFB6F, 0x9E62, - 0xFB70, 0x9E65, 0xFB71, 0x9E6E, 0xFB72, 0x9E6F, 0xFB73, 0x9E72, 0xFB74, 0x9E74, 0xFB75, 0x9E75, 0xFB76, 0x9E76, 0xFB77, 0x9E77, - 0xFB78, 0x9E78, 0xFB79, 0x9E79, 0xFB7A, 0x9E7A, 0xFB7B, 0x9E7B, 0xFB7C, 0x9E7C, 0xFB7D, 0x9E7D, 0xFB7E, 0x9E80, 0xFB80, 0x9E81, - 0xFB81, 0x9E83, 0xFB82, 0x9E84, 0xFB83, 0x9E85, 0xFB84, 0x9E86, 0xFB85, 0x9E89, 0xFB86, 0x9E8A, 0xFB87, 0x9E8C, 0xFB88, 0x9E8D, - 0xFB89, 0x9E8E, 0xFB8A, 0x9E8F, 0xFB8B, 0x9E90, 0xFB8C, 0x9E91, 0xFB8D, 0x9E94, 0xFB8E, 0x9E95, 0xFB8F, 0x9E96, 0xFB90, 0x9E97, - 0xFB91, 0x9E98, 0xFB92, 0x9E99, 0xFB93, 0x9E9A, 0xFB94, 0x9E9B, 0xFB95, 0x9E9C, 0xFB96, 0x9E9E, 0xFB97, 0x9EA0, 0xFB98, 0x9EA1, - 0xFB99, 0x9EA2, 0xFB9A, 0x9EA3, 0xFB9B, 0x9EA4, 0xFB9C, 0x9EA5, 0xFB9D, 0x9EA7, 0xFB9E, 0x9EA8, 0xFB9F, 0x9EA9, 0xFBA0, 0x9EAA, - 0xFC40, 0x9EAB, 0xFC41, 0x9EAC, 0xFC42, 0x9EAD, 0xFC43, 0x9EAE, 0xFC44, 0x9EAF, 0xFC45, 0x9EB0, 0xFC46, 0x9EB1, 0xFC47, 0x9EB2, - 0xFC48, 0x9EB3, 0xFC49, 0x9EB5, 0xFC4A, 0x9EB6, 0xFC4B, 0x9EB7, 0xFC4C, 0x9EB9, 0xFC4D, 0x9EBA, 0xFC4E, 0x9EBC, 0xFC4F, 0x9EBF, - 0xFC50, 0x9EC0, 0xFC51, 0x9EC1, 0xFC52, 0x9EC2, 0xFC53, 0x9EC3, 0xFC54, 0x9EC5, 0xFC55, 0x9EC6, 0xFC56, 0x9EC7, 0xFC57, 0x9EC8, - 0xFC58, 0x9ECA, 0xFC59, 0x9ECB, 0xFC5A, 0x9ECC, 0xFC5B, 0x9ED0, 0xFC5C, 0x9ED2, 0xFC5D, 0x9ED3, 0xFC5E, 0x9ED5, 0xFC5F, 0x9ED6, - 0xFC60, 0x9ED7, 0xFC61, 0x9ED9, 0xFC62, 0x9EDA, 0xFC63, 0x9EDE, 0xFC64, 0x9EE1, 0xFC65, 0x9EE3, 0xFC66, 0x9EE4, 0xFC67, 0x9EE6, - 0xFC68, 0x9EE8, 0xFC69, 0x9EEB, 0xFC6A, 0x9EEC, 0xFC6B, 0x9EED, 0xFC6C, 0x9EEE, 0xFC6D, 0x9EF0, 0xFC6E, 0x9EF1, 0xFC6F, 0x9EF2, - 0xFC70, 0x9EF3, 0xFC71, 0x9EF4, 0xFC72, 0x9EF5, 0xFC73, 0x9EF6, 0xFC74, 0x9EF7, 0xFC75, 0x9EF8, 0xFC76, 0x9EFA, 0xFC77, 0x9EFD, - 0xFC78, 0x9EFF, 0xFC79, 0x9F00, 0xFC7A, 0x9F01, 0xFC7B, 0x9F02, 0xFC7C, 0x9F03, 0xFC7D, 0x9F04, 0xFC7E, 0x9F05, 0xFC80, 0x9F06, - 0xFC81, 0x9F07, 0xFC82, 0x9F08, 0xFC83, 0x9F09, 0xFC84, 0x9F0A, 0xFC85, 0x9F0C, 0xFC86, 0x9F0F, 0xFC87, 0x9F11, 0xFC88, 0x9F12, - 0xFC89, 0x9F14, 0xFC8A, 0x9F15, 0xFC8B, 0x9F16, 0xFC8C, 0x9F18, 0xFC8D, 0x9F1A, 0xFC8E, 0x9F1B, 0xFC8F, 0x9F1C, 0xFC90, 0x9F1D, - 0xFC91, 0x9F1E, 0xFC92, 0x9F1F, 0xFC93, 0x9F21, 0xFC94, 0x9F23, 0xFC95, 0x9F24, 0xFC96, 0x9F25, 0xFC97, 0x9F26, 0xFC98, 0x9F27, - 0xFC99, 0x9F28, 0xFC9A, 0x9F29, 0xFC9B, 0x9F2A, 0xFC9C, 0x9F2B, 0xFC9D, 0x9F2D, 0xFC9E, 0x9F2E, 0xFC9F, 0x9F30, 0xFCA0, 0x9F31, - 0xFD40, 0x9F32, 0xFD41, 0x9F33, 0xFD42, 0x9F34, 0xFD43, 0x9F35, 0xFD44, 0x9F36, 0xFD45, 0x9F38, 0xFD46, 0x9F3A, 0xFD47, 0x9F3C, - 0xFD48, 0x9F3F, 0xFD49, 0x9F40, 0xFD4A, 0x9F41, 0xFD4B, 0x9F42, 0xFD4C, 0x9F43, 0xFD4D, 0x9F45, 0xFD4E, 0x9F46, 0xFD4F, 0x9F47, - 0xFD50, 0x9F48, 0xFD51, 0x9F49, 0xFD52, 0x9F4A, 0xFD53, 0x9F4B, 0xFD54, 0x9F4C, 0xFD55, 0x9F4D, 0xFD56, 0x9F4E, 0xFD57, 0x9F4F, - 0xFD58, 0x9F52, 0xFD59, 0x9F53, 0xFD5A, 0x9F54, 0xFD5B, 0x9F55, 0xFD5C, 0x9F56, 0xFD5D, 0x9F57, 0xFD5E, 0x9F58, 0xFD5F, 0x9F59, - 0xFD60, 0x9F5A, 0xFD61, 0x9F5B, 0xFD62, 0x9F5C, 0xFD63, 0x9F5D, 0xFD64, 0x9F5E, 0xFD65, 0x9F5F, 0xFD66, 0x9F60, 0xFD67, 0x9F61, - 0xFD68, 0x9F62, 0xFD69, 0x9F63, 0xFD6A, 0x9F64, 0xFD6B, 0x9F65, 0xFD6C, 0x9F66, 0xFD6D, 0x9F67, 0xFD6E, 0x9F68, 0xFD6F, 0x9F69, - 0xFD70, 0x9F6A, 0xFD71, 0x9F6B, 0xFD72, 0x9F6C, 0xFD73, 0x9F6D, 0xFD74, 0x9F6E, 0xFD75, 0x9F6F, 0xFD76, 0x9F70, 0xFD77, 0x9F71, - 0xFD78, 0x9F72, 0xFD79, 0x9F73, 0xFD7A, 0x9F74, 0xFD7B, 0x9F75, 0xFD7C, 0x9F76, 0xFD7D, 0x9F77, 0xFD7E, 0x9F78, 0xFD80, 0x9F79, - 0xFD81, 0x9F7A, 0xFD82, 0x9F7B, 0xFD83, 0x9F7C, 0xFD84, 0x9F7D, 0xFD85, 0x9F7E, 0xFD86, 0x9F81, 0xFD87, 0x9F82, 0xFD88, 0x9F8D, - 0xFD89, 0x9F8E, 0xFD8A, 0x9F8F, 0xFD8B, 0x9F90, 0xFD8C, 0x9F91, 0xFD8D, 0x9F92, 0xFD8E, 0x9F93, 0xFD8F, 0x9F94, 0xFD90, 0x9F95, - 0xFD91, 0x9F96, 0xFD92, 0x9F97, 0xFD93, 0x9F98, 0xFD94, 0x9F9C, 0xFD95, 0x9F9D, 0xFD96, 0x9F9E, 0xFD97, 0x9FA1, 0xFD98, 0x9FA2, - 0xFD99, 0x9FA3, 0xFD9A, 0x9FA4, 0xFD9B, 0x9FA5, 0xFD9C, 0xF92C, 0xFD9D, 0xF979, 0xFD9E, 0xF995, 0xFD9F, 0xF9E7, 0xFDA0, 0xF9F1, - 0xFE40, 0xFA0C, 0xFE41, 0xFA0D, 0xFE42, 0xFA0E, 0xFE43, 0xFA0F, 0xFE44, 0xFA11, 0xFE45, 0xFA13, 0xFE46, 0xFA14, 0xFE47, 0xFA18, - 0xFE48, 0xFA1F, 0xFE49, 0xFA20, 0xFE4A, 0xFA21, 0xFE4B, 0xFA23, 0xFE4C, 0xFA24, 0xFE4D, 0xFA27, 0xFE4E, 0xFA28, 0xFE4F, 0xFA29, - 0, 0 -}; -#endif - -#if FF_CODE_PAGE == 949 || FF_CODE_PAGE == 0 /* Korean */ -static const WCHAR uni2oem949[] = { /* Unicode --> Korean pairs */ - 0x00A1, 0xA2AE, 0x00A4, 0xA2B4, 0x00A7, 0xA1D7, 0x00A8, 0xA1A7, 0x00AA, 0xA8A3, 0x00AD, 0xA1A9, 0x00AE, 0xA2E7, 0x00B0, 0xA1C6, - 0x00B1, 0xA1BE, 0x00B2, 0xA9F7, 0x00B3, 0xA9F8, 0x00B4, 0xA2A5, 0x00B6, 0xA2D2, 0x00B7, 0xA1A4, 0x00B8, 0xA2AC, 0x00B9, 0xA9F6, - 0x00BA, 0xA8AC, 0x00BC, 0xA8F9, 0x00BD, 0xA8F6, 0x00BE, 0xA8FA, 0x00BF, 0xA2AF, 0x00C6, 0xA8A1, 0x00D0, 0xA8A2, 0x00D7, 0xA1BF, - 0x00D8, 0xA8AA, 0x00DE, 0xA8AD, 0x00DF, 0xA9AC, 0x00E6, 0xA9A1, 0x00F0, 0xA9A3, 0x00F7, 0xA1C0, 0x00F8, 0xA9AA, 0x00FE, 0xA9AD, - 0x0111, 0xA9A2, 0x0126, 0xA8A4, 0x0127, 0xA9A4, 0x0131, 0xA9A5, 0x0132, 0xA8A6, 0x0133, 0xA9A6, 0x0138, 0xA9A7, 0x013F, 0xA8A8, - 0x0140, 0xA9A8, 0x0141, 0xA8A9, 0x0142, 0xA9A9, 0x0149, 0xA9B0, 0x014A, 0xA8AF, 0x014B, 0xA9AF, 0x0152, 0xA8AB, 0x0153, 0xA9AB, - 0x0166, 0xA8AE, 0x0167, 0xA9AE, 0x02C7, 0xA2A7, 0x02D0, 0xA2B0, 0x02D8, 0xA2A8, 0x02D9, 0xA2AB, 0x02DA, 0xA2AA, 0x02DB, 0xA2AD, - 0x02DD, 0xA2A9, 0x0391, 0xA5C1, 0x0392, 0xA5C2, 0x0393, 0xA5C3, 0x0394, 0xA5C4, 0x0395, 0xA5C5, 0x0396, 0xA5C6, 0x0397, 0xA5C7, - 0x0398, 0xA5C8, 0x0399, 0xA5C9, 0x039A, 0xA5CA, 0x039B, 0xA5CB, 0x039C, 0xA5CC, 0x039D, 0xA5CD, 0x039E, 0xA5CE, 0x039F, 0xA5CF, - 0x03A0, 0xA5D0, 0x03A1, 0xA5D1, 0x03A3, 0xA5D2, 0x03A4, 0xA5D3, 0x03A5, 0xA5D4, 0x03A6, 0xA5D5, 0x03A7, 0xA5D6, 0x03A8, 0xA5D7, - 0x03A9, 0xA5D8, 0x03B1, 0xA5E1, 0x03B2, 0xA5E2, 0x03B3, 0xA5E3, 0x03B4, 0xA5E4, 0x03B5, 0xA5E5, 0x03B6, 0xA5E6, 0x03B7, 0xA5E7, - 0x03B8, 0xA5E8, 0x03B9, 0xA5E9, 0x03BA, 0xA5EA, 0x03BB, 0xA5EB, 0x03BC, 0xA5EC, 0x03BD, 0xA5ED, 0x03BE, 0xA5EE, 0x03BF, 0xA5EF, - 0x03C0, 0xA5F0, 0x03C1, 0xA5F1, 0x03C3, 0xA5F2, 0x03C4, 0xA5F3, 0x03C5, 0xA5F4, 0x03C6, 0xA5F5, 0x03C7, 0xA5F6, 0x03C8, 0xA5F7, - 0x03C9, 0xA5F8, 0x0401, 0xACA7, 0x0410, 0xACA1, 0x0411, 0xACA2, 0x0412, 0xACA3, 0x0413, 0xACA4, 0x0414, 0xACA5, 0x0415, 0xACA6, - 0x0416, 0xACA8, 0x0417, 0xACA9, 0x0418, 0xACAA, 0x0419, 0xACAB, 0x041A, 0xACAC, 0x041B, 0xACAD, 0x041C, 0xACAE, 0x041D, 0xACAF, - 0x041E, 0xACB0, 0x041F, 0xACB1, 0x0420, 0xACB2, 0x0421, 0xACB3, 0x0422, 0xACB4, 0x0423, 0xACB5, 0x0424, 0xACB6, 0x0425, 0xACB7, - 0x0426, 0xACB8, 0x0427, 0xACB9, 0x0428, 0xACBA, 0x0429, 0xACBB, 0x042A, 0xACBC, 0x042B, 0xACBD, 0x042C, 0xACBE, 0x042D, 0xACBF, - 0x042E, 0xACC0, 0x042F, 0xACC1, 0x0430, 0xACD1, 0x0431, 0xACD2, 0x0432, 0xACD3, 0x0433, 0xACD4, 0x0434, 0xACD5, 0x0435, 0xACD6, - 0x0436, 0xACD8, 0x0437, 0xACD9, 0x0438, 0xACDA, 0x0439, 0xACDB, 0x043A, 0xACDC, 0x043B, 0xACDD, 0x043C, 0xACDE, 0x043D, 0xACDF, - 0x043E, 0xACE0, 0x043F, 0xACE1, 0x0440, 0xACE2, 0x0441, 0xACE3, 0x0442, 0xACE4, 0x0443, 0xACE5, 0x0444, 0xACE6, 0x0445, 0xACE7, - 0x0446, 0xACE8, 0x0447, 0xACE9, 0x0448, 0xACEA, 0x0449, 0xACEB, 0x044A, 0xACEC, 0x044B, 0xACED, 0x044C, 0xACEE, 0x044D, 0xACEF, - 0x044E, 0xACF0, 0x044F, 0xACF1, 0x0451, 0xACD7, 0x2015, 0xA1AA, 0x2018, 0xA1AE, 0x2019, 0xA1AF, 0x201C, 0xA1B0, 0x201D, 0xA1B1, - 0x2020, 0xA2D3, 0x2021, 0xA2D4, 0x2025, 0xA1A5, 0x2026, 0xA1A6, 0x2030, 0xA2B6, 0x2032, 0xA1C7, 0x2033, 0xA1C8, 0x203B, 0xA1D8, - 0x2074, 0xA9F9, 0x207F, 0xA9FA, 0x2081, 0xA9FB, 0x2082, 0xA9FC, 0x2083, 0xA9FD, 0x2084, 0xA9FE, 0x20AC, 0xA2E6, 0x2103, 0xA1C9, - 0x2109, 0xA2B5, 0x2113, 0xA7A4, 0x2116, 0xA2E0, 0x2121, 0xA2E5, 0x2122, 0xA2E2, 0x2126, 0xA7D9, 0x212B, 0xA1CA, 0x2153, 0xA8F7, - 0x2154, 0xA8F8, 0x215B, 0xA8FB, 0x215C, 0xA8FC, 0x215D, 0xA8FD, 0x215E, 0xA8FE, 0x2160, 0xA5B0, 0x2161, 0xA5B1, 0x2162, 0xA5B2, - 0x2163, 0xA5B3, 0x2164, 0xA5B4, 0x2165, 0xA5B5, 0x2166, 0xA5B6, 0x2167, 0xA5B7, 0x2168, 0xA5B8, 0x2169, 0xA5B9, 0x2170, 0xA5A1, - 0x2171, 0xA5A2, 0x2172, 0xA5A3, 0x2173, 0xA5A4, 0x2174, 0xA5A5, 0x2175, 0xA5A6, 0x2176, 0xA5A7, 0x2177, 0xA5A8, 0x2178, 0xA5A9, - 0x2179, 0xA5AA, 0x2190, 0xA1E7, 0x2191, 0xA1E8, 0x2192, 0xA1E6, 0x2193, 0xA1E9, 0x2194, 0xA1EA, 0x2195, 0xA2D5, 0x2196, 0xA2D8, - 0x2197, 0xA2D6, 0x2198, 0xA2D9, 0x2199, 0xA2D7, 0x21D2, 0xA2A1, 0x21D4, 0xA2A2, 0x2200, 0xA2A3, 0x2202, 0xA1D3, 0x2203, 0xA2A4, - 0x2207, 0xA1D4, 0x2208, 0xA1F4, 0x220B, 0xA1F5, 0x220F, 0xA2B3, 0x2211, 0xA2B2, 0x221A, 0xA1EE, 0x221D, 0xA1F0, 0x221E, 0xA1C4, - 0x2220, 0xA1D0, 0x2225, 0xA1AB, 0x2227, 0xA1FC, 0x2228, 0xA1FD, 0x2229, 0xA1FB, 0x222A, 0xA1FA, 0x222B, 0xA1F2, 0x222C, 0xA1F3, - 0x222E, 0xA2B1, 0x2234, 0xA1C5, 0x2235, 0xA1F1, 0x223C, 0xA1AD, 0x223D, 0xA1EF, 0x2252, 0xA1D6, 0x2260, 0xA1C1, 0x2261, 0xA1D5, - 0x2264, 0xA1C2, 0x2265, 0xA1C3, 0x226A, 0xA1EC, 0x226B, 0xA1ED, 0x2282, 0xA1F8, 0x2283, 0xA1F9, 0x2286, 0xA1F6, 0x2287, 0xA1F7, - 0x2299, 0xA2C1, 0x22A5, 0xA1D1, 0x2312, 0xA1D2, 0x2460, 0xA8E7, 0x2461, 0xA8E8, 0x2462, 0xA8E9, 0x2463, 0xA8EA, 0x2464, 0xA8EB, - 0x2465, 0xA8EC, 0x2466, 0xA8ED, 0x2467, 0xA8EE, 0x2468, 0xA8EF, 0x2469, 0xA8F0, 0x246A, 0xA8F1, 0x246B, 0xA8F2, 0x246C, 0xA8F3, - 0x246D, 0xA8F4, 0x246E, 0xA8F5, 0x2474, 0xA9E7, 0x2475, 0xA9E8, 0x2476, 0xA9E9, 0x2477, 0xA9EA, 0x2478, 0xA9EB, 0x2479, 0xA9EC, - 0x247A, 0xA9ED, 0x247B, 0xA9EE, 0x247C, 0xA9EF, 0x247D, 0xA9F0, 0x247E, 0xA9F1, 0x247F, 0xA9F2, 0x2480, 0xA9F3, 0x2481, 0xA9F4, - 0x2482, 0xA9F5, 0x249C, 0xA9CD, 0x249D, 0xA9CE, 0x249E, 0xA9CF, 0x249F, 0xA9D0, 0x24A0, 0xA9D1, 0x24A1, 0xA9D2, 0x24A2, 0xA9D3, - 0x24A3, 0xA9D4, 0x24A4, 0xA9D5, 0x24A5, 0xA9D6, 0x24A6, 0xA9D7, 0x24A7, 0xA9D8, 0x24A8, 0xA9D9, 0x24A9, 0xA9DA, 0x24AA, 0xA9DB, - 0x24AB, 0xA9DC, 0x24AC, 0xA9DD, 0x24AD, 0xA9DE, 0x24AE, 0xA9DF, 0x24AF, 0xA9E0, 0x24B0, 0xA9E1, 0x24B1, 0xA9E2, 0x24B2, 0xA9E3, - 0x24B3, 0xA9E4, 0x24B4, 0xA9E5, 0x24B5, 0xA9E6, 0x24D0, 0xA8CD, 0x24D1, 0xA8CE, 0x24D2, 0xA8CF, 0x24D3, 0xA8D0, 0x24D4, 0xA8D1, - 0x24D5, 0xA8D2, 0x24D6, 0xA8D3, 0x24D7, 0xA8D4, 0x24D8, 0xA8D5, 0x24D9, 0xA8D6, 0x24DA, 0xA8D7, 0x24DB, 0xA8D8, 0x24DC, 0xA8D9, - 0x24DD, 0xA8DA, 0x24DE, 0xA8DB, 0x24DF, 0xA8DC, 0x24E0, 0xA8DD, 0x24E1, 0xA8DE, 0x24E2, 0xA8DF, 0x24E3, 0xA8E0, 0x24E4, 0xA8E1, - 0x24E5, 0xA8E2, 0x24E6, 0xA8E3, 0x24E7, 0xA8E4, 0x24E8, 0xA8E5, 0x24E9, 0xA8E6, 0x2500, 0xA6A1, 0x2501, 0xA6AC, 0x2502, 0xA6A2, - 0x2503, 0xA6AD, 0x250C, 0xA6A3, 0x250D, 0xA6C8, 0x250E, 0xA6C7, 0x250F, 0xA6AE, 0x2510, 0xA6A4, 0x2511, 0xA6C2, 0x2512, 0xA6C1, - 0x2513, 0xA6AF, 0x2514, 0xA6A6, 0x2515, 0xA6C6, 0x2516, 0xA6C5, 0x2517, 0xA6B1, 0x2518, 0xA6A5, 0x2519, 0xA6C4, 0x251A, 0xA6C3, - 0x251B, 0xA6B0, 0x251C, 0xA6A7, 0x251D, 0xA6BC, 0x251E, 0xA6C9, 0x251F, 0xA6CA, 0x2520, 0xA6B7, 0x2521, 0xA6CB, 0x2522, 0xA6CC, - 0x2523, 0xA6B2, 0x2524, 0xA6A9, 0x2525, 0xA6BE, 0x2526, 0xA6CD, 0x2527, 0xA6CE, 0x2528, 0xA6B9, 0x2529, 0xA6CF, 0x252A, 0xA6D0, - 0x252B, 0xA6B4, 0x252C, 0xA6A8, 0x252D, 0xA6D1, 0x252E, 0xA6D2, 0x252F, 0xA6B8, 0x2530, 0xA6BD, 0x2531, 0xA6D3, 0x2532, 0xA6D4, - 0x2533, 0xA6B3, 0x2534, 0xA6AA, 0x2535, 0xA6D5, 0x2536, 0xA6D6, 0x2537, 0xA6BA, 0x2538, 0xA6BF, 0x2539, 0xA6D7, 0x253A, 0xA6D8, - 0x253B, 0xA6B5, 0x253C, 0xA6AB, 0x253D, 0xA6D9, 0x253E, 0xA6DA, 0x253F, 0xA6BB, 0x2540, 0xA6DB, 0x2541, 0xA6DC, 0x2542, 0xA6C0, - 0x2543, 0xA6DD, 0x2544, 0xA6DE, 0x2545, 0xA6DF, 0x2546, 0xA6E0, 0x2547, 0xA6E1, 0x2548, 0xA6E2, 0x2549, 0xA6E3, 0x254A, 0xA6E4, - 0x254B, 0xA6B6, 0x2592, 0xA2C6, 0x25A0, 0xA1E1, 0x25A1, 0xA1E0, 0x25A3, 0xA2C3, 0x25A4, 0xA2C7, 0x25A5, 0xA2C8, 0x25A6, 0xA2CB, - 0x25A7, 0xA2CA, 0x25A8, 0xA2C9, 0x25A9, 0xA2CC, 0x25B2, 0xA1E3, 0x25B3, 0xA1E2, 0x25B6, 0xA2BA, 0x25B7, 0xA2B9, 0x25BC, 0xA1E5, - 0x25BD, 0xA1E4, 0x25C0, 0xA2B8, 0x25C1, 0xA2B7, 0x25C6, 0xA1DF, 0x25C7, 0xA1DE, 0x25C8, 0xA2C2, 0x25CB, 0xA1DB, 0x25CE, 0xA1DD, - 0x25CF, 0xA1DC, 0x25D0, 0xA2C4, 0x25D1, 0xA2C5, 0x2605, 0xA1DA, 0x2606, 0xA1D9, 0x260E, 0xA2CF, 0x260F, 0xA2CE, 0x261C, 0xA2D0, - 0x261E, 0xA2D1, 0x2640, 0xA1CF, 0x2642, 0xA1CE, 0x2660, 0xA2BC, 0x2661, 0xA2BD, 0x2663, 0xA2C0, 0x2664, 0xA2BB, 0x2665, 0xA2BE, - 0x2667, 0xA2BF, 0x2668, 0xA2CD, 0x2669, 0xA2DB, 0x266A, 0xA2DC, 0x266C, 0xA2DD, 0x266D, 0xA2DA, 0x3000, 0xA1A1, 0x3001, 0xA1A2, - 0x3002, 0xA1A3, 0x3003, 0xA1A8, 0x3008, 0xA1B4, 0x3009, 0xA1B5, 0x300A, 0xA1B6, 0x300B, 0xA1B7, 0x300C, 0xA1B8, 0x300D, 0xA1B9, - 0x300E, 0xA1BA, 0x300F, 0xA1BB, 0x3010, 0xA1BC, 0x3011, 0xA1BD, 0x3013, 0xA1EB, 0x3014, 0xA1B2, 0x3015, 0xA1B3, 0x3041, 0xAAA1, - 0x3042, 0xAAA2, 0x3043, 0xAAA3, 0x3044, 0xAAA4, 0x3045, 0xAAA5, 0x3046, 0xAAA6, 0x3047, 0xAAA7, 0x3048, 0xAAA8, 0x3049, 0xAAA9, - 0x304A, 0xAAAA, 0x304B, 0xAAAB, 0x304C, 0xAAAC, 0x304D, 0xAAAD, 0x304E, 0xAAAE, 0x304F, 0xAAAF, 0x3050, 0xAAB0, 0x3051, 0xAAB1, - 0x3052, 0xAAB2, 0x3053, 0xAAB3, 0x3054, 0xAAB4, 0x3055, 0xAAB5, 0x3056, 0xAAB6, 0x3057, 0xAAB7, 0x3058, 0xAAB8, 0x3059, 0xAAB9, - 0x305A, 0xAABA, 0x305B, 0xAABB, 0x305C, 0xAABC, 0x305D, 0xAABD, 0x305E, 0xAABE, 0x305F, 0xAABF, 0x3060, 0xAAC0, 0x3061, 0xAAC1, - 0x3062, 0xAAC2, 0x3063, 0xAAC3, 0x3064, 0xAAC4, 0x3065, 0xAAC5, 0x3066, 0xAAC6, 0x3067, 0xAAC7, 0x3068, 0xAAC8, 0x3069, 0xAAC9, - 0x306A, 0xAACA, 0x306B, 0xAACB, 0x306C, 0xAACC, 0x306D, 0xAACD, 0x306E, 0xAACE, 0x306F, 0xAACF, 0x3070, 0xAAD0, 0x3071, 0xAAD1, - 0x3072, 0xAAD2, 0x3073, 0xAAD3, 0x3074, 0xAAD4, 0x3075, 0xAAD5, 0x3076, 0xAAD6, 0x3077, 0xAAD7, 0x3078, 0xAAD8, 0x3079, 0xAAD9, - 0x307A, 0xAADA, 0x307B, 0xAADB, 0x307C, 0xAADC, 0x307D, 0xAADD, 0x307E, 0xAADE, 0x307F, 0xAADF, 0x3080, 0xAAE0, 0x3081, 0xAAE1, - 0x3082, 0xAAE2, 0x3083, 0xAAE3, 0x3084, 0xAAE4, 0x3085, 0xAAE5, 0x3086, 0xAAE6, 0x3087, 0xAAE7, 0x3088, 0xAAE8, 0x3089, 0xAAE9, - 0x308A, 0xAAEA, 0x308B, 0xAAEB, 0x308C, 0xAAEC, 0x308D, 0xAAED, 0x308E, 0xAAEE, 0x308F, 0xAAEF, 0x3090, 0xAAF0, 0x3091, 0xAAF1, - 0x3092, 0xAAF2, 0x3093, 0xAAF3, 0x30A1, 0xABA1, 0x30A2, 0xABA2, 0x30A3, 0xABA3, 0x30A4, 0xABA4, 0x30A5, 0xABA5, 0x30A6, 0xABA6, - 0x30A7, 0xABA7, 0x30A8, 0xABA8, 0x30A9, 0xABA9, 0x30AA, 0xABAA, 0x30AB, 0xABAB, 0x30AC, 0xABAC, 0x30AD, 0xABAD, 0x30AE, 0xABAE, - 0x30AF, 0xABAF, 0x30B0, 0xABB0, 0x30B1, 0xABB1, 0x30B2, 0xABB2, 0x30B3, 0xABB3, 0x30B4, 0xABB4, 0x30B5, 0xABB5, 0x30B6, 0xABB6, - 0x30B7, 0xABB7, 0x30B8, 0xABB8, 0x30B9, 0xABB9, 0x30BA, 0xABBA, 0x30BB, 0xABBB, 0x30BC, 0xABBC, 0x30BD, 0xABBD, 0x30BE, 0xABBE, - 0x30BF, 0xABBF, 0x30C0, 0xABC0, 0x30C1, 0xABC1, 0x30C2, 0xABC2, 0x30C3, 0xABC3, 0x30C4, 0xABC4, 0x30C5, 0xABC5, 0x30C6, 0xABC6, - 0x30C7, 0xABC7, 0x30C8, 0xABC8, 0x30C9, 0xABC9, 0x30CA, 0xABCA, 0x30CB, 0xABCB, 0x30CC, 0xABCC, 0x30CD, 0xABCD, 0x30CE, 0xABCE, - 0x30CF, 0xABCF, 0x30D0, 0xABD0, 0x30D1, 0xABD1, 0x30D2, 0xABD2, 0x30D3, 0xABD3, 0x30D4, 0xABD4, 0x30D5, 0xABD5, 0x30D6, 0xABD6, - 0x30D7, 0xABD7, 0x30D8, 0xABD8, 0x30D9, 0xABD9, 0x30DA, 0xABDA, 0x30DB, 0xABDB, 0x30DC, 0xABDC, 0x30DD, 0xABDD, 0x30DE, 0xABDE, - 0x30DF, 0xABDF, 0x30E0, 0xABE0, 0x30E1, 0xABE1, 0x30E2, 0xABE2, 0x30E3, 0xABE3, 0x30E4, 0xABE4, 0x30E5, 0xABE5, 0x30E6, 0xABE6, - 0x30E7, 0xABE7, 0x30E8, 0xABE8, 0x30E9, 0xABE9, 0x30EA, 0xABEA, 0x30EB, 0xABEB, 0x30EC, 0xABEC, 0x30ED, 0xABED, 0x30EE, 0xABEE, - 0x30EF, 0xABEF, 0x30F0, 0xABF0, 0x30F1, 0xABF1, 0x30F2, 0xABF2, 0x30F3, 0xABF3, 0x30F4, 0xABF4, 0x30F5, 0xABF5, 0x30F6, 0xABF6, - 0x3131, 0xA4A1, 0x3132, 0xA4A2, 0x3133, 0xA4A3, 0x3134, 0xA4A4, 0x3135, 0xA4A5, 0x3136, 0xA4A6, 0x3137, 0xA4A7, 0x3138, 0xA4A8, - 0x3139, 0xA4A9, 0x313A, 0xA4AA, 0x313B, 0xA4AB, 0x313C, 0xA4AC, 0x313D, 0xA4AD, 0x313E, 0xA4AE, 0x313F, 0xA4AF, 0x3140, 0xA4B0, - 0x3141, 0xA4B1, 0x3142, 0xA4B2, 0x3143, 0xA4B3, 0x3144, 0xA4B4, 0x3145, 0xA4B5, 0x3146, 0xA4B6, 0x3147, 0xA4B7, 0x3148, 0xA4B8, - 0x3149, 0xA4B9, 0x314A, 0xA4BA, 0x314B, 0xA4BB, 0x314C, 0xA4BC, 0x314D, 0xA4BD, 0x314E, 0xA4BE, 0x314F, 0xA4BF, 0x3150, 0xA4C0, - 0x3151, 0xA4C1, 0x3152, 0xA4C2, 0x3153, 0xA4C3, 0x3154, 0xA4C4, 0x3155, 0xA4C5, 0x3156, 0xA4C6, 0x3157, 0xA4C7, 0x3158, 0xA4C8, - 0x3159, 0xA4C9, 0x315A, 0xA4CA, 0x315B, 0xA4CB, 0x315C, 0xA4CC, 0x315D, 0xA4CD, 0x315E, 0xA4CE, 0x315F, 0xA4CF, 0x3160, 0xA4D0, - 0x3161, 0xA4D1, 0x3162, 0xA4D2, 0x3163, 0xA4D3, 0x3164, 0xA4D4, 0x3165, 0xA4D5, 0x3166, 0xA4D6, 0x3167, 0xA4D7, 0x3168, 0xA4D8, - 0x3169, 0xA4D9, 0x316A, 0xA4DA, 0x316B, 0xA4DB, 0x316C, 0xA4DC, 0x316D, 0xA4DD, 0x316E, 0xA4DE, 0x316F, 0xA4DF, 0x3170, 0xA4E0, - 0x3171, 0xA4E1, 0x3172, 0xA4E2, 0x3173, 0xA4E3, 0x3174, 0xA4E4, 0x3175, 0xA4E5, 0x3176, 0xA4E6, 0x3177, 0xA4E7, 0x3178, 0xA4E8, - 0x3179, 0xA4E9, 0x317A, 0xA4EA, 0x317B, 0xA4EB, 0x317C, 0xA4EC, 0x317D, 0xA4ED, 0x317E, 0xA4EE, 0x317F, 0xA4EF, 0x3180, 0xA4F0, - 0x3181, 0xA4F1, 0x3182, 0xA4F2, 0x3183, 0xA4F3, 0x3184, 0xA4F4, 0x3185, 0xA4F5, 0x3186, 0xA4F6, 0x3187, 0xA4F7, 0x3188, 0xA4F8, - 0x3189, 0xA4F9, 0x318A, 0xA4FA, 0x318B, 0xA4FB, 0x318C, 0xA4FC, 0x318D, 0xA4FD, 0x318E, 0xA4FE, 0x3200, 0xA9B1, 0x3201, 0xA9B2, - 0x3202, 0xA9B3, 0x3203, 0xA9B4, 0x3204, 0xA9B5, 0x3205, 0xA9B6, 0x3206, 0xA9B7, 0x3207, 0xA9B8, 0x3208, 0xA9B9, 0x3209, 0xA9BA, - 0x320A, 0xA9BB, 0x320B, 0xA9BC, 0x320C, 0xA9BD, 0x320D, 0xA9BE, 0x320E, 0xA9BF, 0x320F, 0xA9C0, 0x3210, 0xA9C1, 0x3211, 0xA9C2, - 0x3212, 0xA9C3, 0x3213, 0xA9C4, 0x3214, 0xA9C5, 0x3215, 0xA9C6, 0x3216, 0xA9C7, 0x3217, 0xA9C8, 0x3218, 0xA9C9, 0x3219, 0xA9CA, - 0x321A, 0xA9CB, 0x321B, 0xA9CC, 0x321C, 0xA2DF, 0x3260, 0xA8B1, 0x3261, 0xA8B2, 0x3262, 0xA8B3, 0x3263, 0xA8B4, 0x3264, 0xA8B5, - 0x3265, 0xA8B6, 0x3266, 0xA8B7, 0x3267, 0xA8B8, 0x3268, 0xA8B9, 0x3269, 0xA8BA, 0x326A, 0xA8BB, 0x326B, 0xA8BC, 0x326C, 0xA8BD, - 0x326D, 0xA8BE, 0x326E, 0xA8BF, 0x326F, 0xA8C0, 0x3270, 0xA8C1, 0x3271, 0xA8C2, 0x3272, 0xA8C3, 0x3273, 0xA8C4, 0x3274, 0xA8C5, - 0x3275, 0xA8C6, 0x3276, 0xA8C7, 0x3277, 0xA8C8, 0x3278, 0xA8C9, 0x3279, 0xA8CA, 0x327A, 0xA8CB, 0x327B, 0xA8CC, 0x327F, 0xA2DE, - 0x3380, 0xA7C9, 0x3381, 0xA7CA, 0x3382, 0xA7CB, 0x3383, 0xA7CC, 0x3384, 0xA7CD, 0x3388, 0xA7BA, 0x3389, 0xA7BB, 0x338A, 0xA7DC, - 0x338B, 0xA7DD, 0x338C, 0xA7DE, 0x338D, 0xA7B6, 0x338E, 0xA7B7, 0x338F, 0xA7B8, 0x3390, 0xA7D4, 0x3391, 0xA7D5, 0x3392, 0xA7D6, - 0x3393, 0xA7D7, 0x3394, 0xA7D8, 0x3395, 0xA7A1, 0x3396, 0xA7A2, 0x3397, 0xA7A3, 0x3398, 0xA7A5, 0x3399, 0xA7AB, 0x339A, 0xA7AC, - 0x339B, 0xA7AD, 0x339C, 0xA7AE, 0x339D, 0xA7AF, 0x339E, 0xA7B0, 0x339F, 0xA7B1, 0x33A0, 0xA7B2, 0x33A1, 0xA7B3, 0x33A2, 0xA7B4, - 0x33A3, 0xA7A7, 0x33A4, 0xA7A8, 0x33A5, 0xA7A9, 0x33A6, 0xA7AA, 0x33A7, 0xA7BD, 0x33A8, 0xA7BE, 0x33A9, 0xA7E5, 0x33AA, 0xA7E6, - 0x33AB, 0xA7E7, 0x33AC, 0xA7E8, 0x33AD, 0xA7E1, 0x33AE, 0xA7E2, 0x33AF, 0xA7E3, 0x33B0, 0xA7BF, 0x33B1, 0xA7C0, 0x33B2, 0xA7C1, - 0x33B3, 0xA7C2, 0x33B4, 0xA7C3, 0x33B5, 0xA7C4, 0x33B6, 0xA7C5, 0x33B7, 0xA7C6, 0x33B8, 0xA7C7, 0x33B9, 0xA7C8, 0x33BA, 0xA7CE, - 0x33BB, 0xA7CF, 0x33BC, 0xA7D0, 0x33BD, 0xA7D1, 0x33BE, 0xA7D2, 0x33BF, 0xA7D3, 0x33C0, 0xA7DA, 0x33C1, 0xA7DB, 0x33C2, 0xA2E3, - 0x33C3, 0xA7EC, 0x33C4, 0xA7A6, 0x33C5, 0xA7E0, 0x33C6, 0xA7EF, 0x33C7, 0xA2E1, 0x33C8, 0xA7BC, 0x33C9, 0xA7ED, 0x33CA, 0xA7B5, - 0x33CF, 0xA7B9, 0x33D0, 0xA7EA, 0x33D3, 0xA7EB, 0x33D6, 0xA7DF, 0x33D8, 0xA2E4, 0x33DB, 0xA7E4, 0x33DC, 0xA7EE, 0x33DD, 0xA7E9, - 0x4E00, 0xECE9, 0x4E01, 0xEFCB, 0x4E03, 0xF6D2, 0x4E07, 0xD8B2, 0x4E08, 0xEDDB, 0x4E09, 0xDFB2, 0x4E0A, 0xDFBE, 0x4E0B, 0xF9BB, - 0x4E0D, 0xDCF4, 0x4E11, 0xF5E4, 0x4E14, 0xF3A6, 0x4E15, 0xDDE0, 0x4E16, 0xE1A6, 0x4E18, 0xCEF8, 0x4E19, 0xDCB0, 0x4E1E, 0xE3AA, - 0x4E2D, 0xF1E9, 0x4E32, 0xCDFA, 0x4E38, 0xFCAF, 0x4E39, 0xD3A1, 0x4E3B, 0xF1AB, 0x4E42, 0xE7D1, 0x4E43, 0xD2AC, 0x4E45, 0xCEF9, - 0x4E4B, 0xF1FD, 0x4E4D, 0xDEBF, 0x4E4E, 0xFBBA, 0x4E4F, 0xF9B9, 0x4E56, 0xCED2, 0x4E58, 0xE3AB, 0x4E59, 0xEBE0, 0x4E5D, 0xCEFA, - 0x4E5E, 0xCBF7, 0x4E5F, 0xE5A5, 0x4E6B, 0xCAE1, 0x4E6D, 0xD4CC, 0x4E73, 0xEAE1, 0x4E76, 0xDCE3, 0x4E77, 0xDFAD, 0x4E7E, 0xCBEB, - 0x4E82, 0xD5AF, 0x4E86, 0xD6F5, 0x4E88, 0xE5F8, 0x4E8B, 0xDEC0, 0x4E8C, 0xECA3, 0x4E8E, 0xE9CD, 0x4E90, 0xEAA7, 0x4E91, 0xE9F6, - 0x4E92, 0xFBBB, 0x4E94, 0xE7E9, 0x4E95, 0xEFCC, 0x4E98, 0xD0E6, 0x4E9B, 0xDEC1, 0x4E9E, 0xE4AC, 0x4EA1, 0xD8CC, 0x4EA2, 0xF9F1, - 0x4EA4, 0xCEDF, 0x4EA5, 0xFAA4, 0x4EA6, 0xE6B2, 0x4EA8, 0xFAFB, 0x4EAB, 0xFABD, 0x4EAC, 0xCCC8, 0x4EAD, 0xEFCD, 0x4EAE, 0xD5D5, - 0x4EB6, 0xD3A2, 0x4EBA, 0xECD1, 0x4EC0, 0xE4A7, 0x4EC1, 0xECD2, 0x4EC4, 0xF6B1, 0x4EC7, 0xCEFB, 0x4ECA, 0xD0D1, 0x4ECB, 0xCBBF, - 0x4ECD, 0xEDA4, 0x4ED4, 0xEDA8, 0x4ED5, 0xDEC2, 0x4ED6, 0xF6E2, 0x4ED7, 0xEDDC, 0x4ED8, 0xDCF5, 0x4ED9, 0xE0B9, 0x4EDD, 0xD4CE, - 0x4EDF, 0xF4B5, 0x4EE3, 0xD3DB, 0x4EE4, 0xD6B5, 0x4EE5, 0xECA4, 0x4EF0, 0xE4E6, 0x4EF2, 0xF1EA, 0x4EF6, 0xCBEC, 0x4EF7, 0xCBC0, - 0x4EFB, 0xECF2, 0x4F01, 0xD0EA, 0x4F09, 0xF9F2, 0x4F0A, 0xECA5, 0x4F0B, 0xD0DF, 0x4F0D, 0xE7EA, 0x4F0E, 0xD0EB, 0x4F0F, 0xDCD1, - 0x4F10, 0xDBE9, 0x4F11, 0xFDCC, 0x4F2F, 0xDBD7, 0x4F34, 0xDAE1, 0x4F36, 0xD6B6, 0x4F38, 0xE3DF, 0x4F3A, 0xDEC3, 0x4F3C, 0xDEC4, - 0x4F3D, 0xCAA1, 0x4F43, 0xEEEC, 0x4F46, 0xD3A3, 0x4F47, 0xEEB7, 0x4F48, 0xF8CF, 0x4F4D, 0xEAC8, 0x4F4E, 0xEEB8, 0x4F4F, 0xF1AC, - 0x4F50, 0xF1A5, 0x4F51, 0xE9CE, 0x4F55, 0xF9BC, 0x4F59, 0xE5F9, 0x4F5A, 0xECEA, 0x4F5B, 0xDDD6, 0x4F5C, 0xEDC2, 0x4F69, 0xF8A5, - 0x4F6F, 0xE5BA, 0x4F70, 0xDBD8, 0x4F73, 0xCAA2, 0x4F76, 0xD1CD, 0x4F7A, 0xEEED, 0x4F7E, 0xECEB, 0x4F7F, 0xDEC5, 0x4F81, 0xE3E0, - 0x4F83, 0xCAC9, 0x4F84, 0xF2E9, 0x4F86, 0xD5CE, 0x4F88, 0xF6B6, 0x4F8A, 0xCEC2, 0x4F8B, 0xD6C7, 0x4F8D, 0xE3B4, 0x4F8F, 0xF1AD, - 0x4F91, 0xEAE2, 0x4F96, 0xD7C2, 0x4F98, 0xF3A7, 0x4F9B, 0xCDEA, 0x4F9D, 0xEBEE, 0x4FAE, 0xD9B2, 0x4FAF, 0xFDA5, 0x4FB5, 0xF6D5, - 0x4FB6, 0xD5E2, 0x4FBF, 0xF8B5, 0x4FC2, 0xCCF5, 0x4FC3, 0xF5B5, 0x4FC4, 0xE4AD, 0x4FC9, 0xE7EB, 0x4FCA, 0xF1D5, 0x4FCE, 0xF0BB, - 0x4FD1, 0xE9B5, 0x4FD3, 0xCCC9, 0x4FD4, 0xFAD5, 0x4FD7, 0xE1D4, 0x4FDA, 0xD7D6, 0x4FDD, 0xDCC1, 0x4FDF, 0xDEC6, 0x4FE0, 0xFAEF, - 0x4FE1, 0xE3E1, 0x4FEE, 0xE1F3, 0x4FEF, 0xDCF6, 0x4FF1, 0xCEFC, 0x4FF3, 0xDBC4, 0x4FF5, 0xF8F1, 0x4FF8, 0xDCE4, 0x4FFA, 0xE5EF, - 0x5002, 0xDCB1, 0x5006, 0xD5D6, 0x5009, 0xF3DA, 0x500B, 0xCBC1, 0x500D, 0xDBC3, 0x5011, 0xD9FA, 0x5012, 0xD3EE, 0x5016, 0xFAB8, - 0x5019, 0xFDA6, 0x501A, 0xEBEF, 0x501C, 0xF4A6, 0x501E, 0xCCCA, 0x501F, 0xF3A8, 0x5021, 0xF3DB, 0x5023, 0xDBA7, 0x5024, 0xF6B7, - 0x5026, 0xCFE6, 0x5027, 0xF0F2, 0x5028, 0xCBDA, 0x502A, 0xE7D2, 0x502B, 0xD7C3, 0x502C, 0xF6F0, 0x502D, 0xE8DE, 0x503B, 0xE5A6, - 0x5043, 0xE5E7, 0x5047, 0xCAA3, 0x5048, 0xCCA7, 0x5049, 0xEAC9, 0x504F, 0xF8B6, 0x5055, 0xFAA5, 0x505A, 0xF1AE, 0x505C, 0xEFCE, - 0x5065, 0xCBED, 0x5074, 0xF6B0, 0x5075, 0xEFCF, 0x5076, 0xE9CF, 0x5078, 0xF7DE, 0x5080, 0xCED3, 0x5085, 0xDCF7, 0x508D, 0xDBA8, - 0x5091, 0xCBF8, 0x5098, 0xDFA1, 0x5099, 0xDDE1, 0x50AC, 0xF5CA, 0x50AD, 0xE9B6, 0x50B2, 0xE7EC, 0x50B3, 0xEEEE, 0x50B5, 0xF3F0, - 0x50B7, 0xDFBF, 0x50BE, 0xCCCB, 0x50C5, 0xD0C1, 0x50C9, 0xF4D2, 0x50CA, 0xE0BA, 0x50CF, 0xDFC0, 0x50D1, 0xCEE0, 0x50D5, 0xDCD2, - 0x50D6, 0xFDEA, 0x50DA, 0xD6F6, 0x50DE, 0xEACA, 0x50E5, 0xE8E9, 0x50E7, 0xE3AC, 0x50ED, 0xF3D0, 0x50F9, 0xCAA4, 0x50FB, 0xDBF8, - 0x50FF, 0xDEC7, 0x5100, 0xEBF0, 0x5101, 0xF1D6, 0x5104, 0xE5E2, 0x5106, 0xCCCC, 0x5109, 0xCBFB, 0x5112, 0xEAE3, 0x511F, 0xDFC1, - 0x5121, 0xD6ED, 0x512A, 0xE9D0, 0x5132, 0xEEB9, 0x5137, 0xD5E3, 0x513A, 0xD1D3, 0x513C, 0xE5F0, 0x5140, 0xE8B4, 0x5141, 0xEBC3, - 0x5143, 0xEAAA, 0x5144, 0xFAFC, 0x5145, 0xF5F6, 0x5146, 0xF0BC, 0x5147, 0xFDD4, 0x5148, 0xE0BB, 0x5149, 0xCEC3, 0x514B, 0xD0BA, - 0x514C, 0xF7BA, 0x514D, 0xD8F3, 0x514E, 0xF7CD, 0x5152, 0xE4AE, 0x515C, 0xD4DF, 0x5162, 0xD0E7, 0x5165, 0xECFD, 0x5167, 0xD2AE, - 0x5168, 0xEEEF, 0x5169, 0xD5D7, 0x516A, 0xEAE4, 0x516B, 0xF8A2, 0x516C, 0xCDEB, 0x516D, 0xD7BF, 0x516E, 0xFBB1, 0x5171, 0xCDEC, - 0x5175, 0xDCB2, 0x5176, 0xD0EC, 0x5177, 0xCEFD, 0x5178, 0xEEF0, 0x517C, 0xCCC2, 0x5180, 0xD0ED, 0x5186, 0xE5F7, 0x518A, 0xF3FC, - 0x518D, 0xEEA2, 0x5192, 0xD9B3, 0x5195, 0xD8F4, 0x5197, 0xE9B7, 0x51A0, 0xCEAE, 0x51A5, 0xD9A2, 0x51AA, 0xD8F1, 0x51AC, 0xD4CF, - 0x51B6, 0xE5A7, 0x51B7, 0xD5D2, 0x51BD, 0xD6A9, 0x51C4, 0xF4A2, 0x51C6, 0xF1D7, 0x51C9, 0xD5D8, 0x51CB, 0xF0BD, 0x51CC, 0xD7D0, - 0x51CD, 0xD4D0, 0x51DC, 0xD7CF, 0x51DD, 0xEBEA, 0x51DE, 0xFDEB, 0x51E1, 0xDBED, 0x51F0, 0xFCC5, 0x51F1, 0xCBC2, 0x51F6, 0xFDD5, - 0x51F8, 0xF4C8, 0x51F9, 0xE8EA, 0x51FA, 0xF5F3, 0x51FD, 0xF9DE, 0x5200, 0xD3EF, 0x5203, 0xECD3, 0x5206, 0xDDC2, 0x5207, 0xEFB7, - 0x5208, 0xE7D4, 0x520A, 0xCACA, 0x520E, 0xD9FB, 0x5211, 0xFAFD, 0x5217, 0xD6AA, 0x521D, 0xF4F8, 0x5224, 0xF7F7, 0x5225, 0xDCAC, - 0x5229, 0xD7D7, 0x522A, 0xDFA2, 0x522E, 0xCEBE, 0x5230, 0xD3F0, 0x5236, 0xF0A4, 0x5237, 0xE1EC, 0x5238, 0xCFE7, 0x5239, 0xF3CB, - 0x523A, 0xEDA9, 0x523B, 0xCABE, 0x5243, 0xF4EF, 0x5247, 0xF6CE, 0x524A, 0xDEFB, 0x524B, 0xD0BB, 0x524C, 0xD5B7, 0x524D, 0xEEF1, - 0x5254, 0xF4A8, 0x5256, 0xDCF8, 0x525B, 0xCBA7, 0x525D, 0xDACE, 0x5261, 0xE0E6, 0x5269, 0xEDA5, 0x526A, 0xEEF2, 0x526F, 0xDCF9, - 0x5272, 0xF9DC, 0x5275, 0xF3DC, 0x527D, 0xF8F2, 0x527F, 0xF4F9, 0x5283, 0xFCF1, 0x5287, 0xD0BC, 0x5288, 0xDBF9, 0x5289, 0xD7B1, - 0x528D, 0xCBFC, 0x5291, 0xF0A5, 0x5292, 0xCBFD, 0x529B, 0xD5F4, 0x529F, 0xCDED, 0x52A0, 0xCAA5, 0x52A3, 0xD6AB, 0x52A4, 0xD0C2, - 0x52A9, 0xF0BE, 0x52AA, 0xD2BD, 0x52AB, 0xCCA4, 0x52BE, 0xFAB6, 0x52C1, 0xCCCD, 0x52C3, 0xDAFA, 0x52C5, 0xF6CF, 0x52C7, 0xE9B8, - 0x52C9, 0xD8F5, 0x52CD, 0xCCCE, 0x52D2, 0xD7CD, 0x52D5, 0xD4D1, 0x52D6, 0xE9ED, 0x52D8, 0xCAEB, 0x52D9, 0xD9E2, 0x52DB, 0xFDB2, - 0x52DD, 0xE3AD, 0x52DE, 0xD6CC, 0x52DF, 0xD9B4, 0x52E2, 0xE1A7, 0x52E3, 0xEED3, 0x52E4, 0xD0C3, 0x52F3, 0xFDB3, 0x52F5, 0xD5E4, - 0x52F8, 0xCFE8, 0x52FA, 0xEDC3, 0x52FB, 0xD0B2, 0x52FE, 0xCEFE, 0x52FF, 0xDAA8, 0x5305, 0xF8D0, 0x5308, 0xFDD6, 0x530D, 0xF8D1, - 0x530F, 0xF8D2, 0x5310, 0xDCD3, 0x5315, 0xDDE2, 0x5316, 0xFBF9, 0x5317, 0xDDC1, 0x5319, 0xE3B5, 0x5320, 0xEDDD, 0x5321, 0xCEC4, - 0x5323, 0xCBA1, 0x532A, 0xDDE3, 0x532F, 0xFCDD, 0x5339, 0xF9AF, 0x533F, 0xD2FB, 0x5340, 0xCFA1, 0x5341, 0xE4A8, 0x5343, 0xF4B6, - 0x5344, 0xECFE, 0x5347, 0xE3AE, 0x5348, 0xE7ED, 0x5349, 0xFDC1, 0x534A, 0xDAE2, 0x534D, 0xD8B3, 0x5351, 0xDDE4, 0x5352, 0xF0EF, - 0x5353, 0xF6F1, 0x5354, 0xFAF0, 0x5357, 0xD1F5, 0x535A, 0xDACF, 0x535C, 0xDCD4, 0x535E, 0xDCA6, 0x5360, 0xEFBF, 0x5366, 0xCECF, - 0x5368, 0xE0D9, 0x536F, 0xD9D6, 0x5370, 0xECD4, 0x5371, 0xEACB, 0x5374, 0xCABF, 0x5375, 0xD5B0, 0x5377, 0xCFE9, 0x537D, 0xF1ED, - 0x537F, 0xCCCF, 0x5384, 0xE4F8, 0x5393, 0xE4ED, 0x5398, 0xD7D8, 0x539A, 0xFDA7, 0x539F, 0xEAAB, 0x53A0, 0xF6B2, 0x53A5, 0xCFF0, - 0x53A6, 0xF9BD, 0x53AD, 0xE6F4, 0x53BB, 0xCBDB, 0x53C3, 0xF3D1, 0x53C8, 0xE9D1, 0x53C9, 0xF3A9, 0x53CA, 0xD0E0, 0x53CB, 0xE9D2, - 0x53CD, 0xDAE3, 0x53D4, 0xE2D2, 0x53D6, 0xF6A2, 0x53D7, 0xE1F4, 0x53DB, 0xDAE4, 0x53E1, 0xE7D5, 0x53E2, 0xF5BF, 0x53E3, 0xCFA2, - 0x53E4, 0xCDAF, 0x53E5, 0xCFA3, 0x53E9, 0xCDB0, 0x53EA, 0xF1FE, 0x53EB, 0xD0A3, 0x53EC, 0xE1AF, 0x53ED, 0xF8A3, 0x53EF, 0xCAA6, - 0x53F0, 0xF7BB, 0x53F1, 0xF2EA, 0x53F2, 0xDEC8, 0x53F3, 0xE9D3, 0x53F8, 0xDEC9, 0x5403, 0xFDDE, 0x5404, 0xCAC0, 0x5408, 0xF9EA, - 0x5409, 0xD1CE, 0x540A, 0xEED4, 0x540C, 0xD4D2, 0x540D, 0xD9A3, 0x540E, 0xFDA8, 0x540F, 0xD7D9, 0x5410, 0xF7CE, 0x5411, 0xFABE, - 0x541B, 0xCFD6, 0x541D, 0xD7F0, 0x541F, 0xEBE1, 0x5420, 0xF8C5, 0x5426, 0xDCFA, 0x5429, 0xDDC3, 0x542B, 0xF9DF, 0x5433, 0xE7EF, - 0x5438, 0xFDE5, 0x5439, 0xF6A3, 0x543B, 0xD9FC, 0x543C, 0xFDA9, 0x543E, 0xE7EE, 0x5442, 0xD5E5, 0x5448, 0xEFD0, 0x544A, 0xCDB1, - 0x5451, 0xF7A2, 0x5468, 0xF1B2, 0x546A, 0xF1B1, 0x5471, 0xCDB2, 0x5473, 0xDAAB, 0x5475, 0xCAA7, 0x547B, 0xE3E2, 0x547C, 0xFBBC, - 0x547D, 0xD9A4, 0x5480, 0xEEBA, 0x5486, 0xF8D3, 0x548C, 0xFBFA, 0x548E, 0xCFA4, 0x5490, 0xDCFB, 0x54A4, 0xF6E3, 0x54A8, 0xEDAA, - 0x54AB, 0xF2A1, 0x54AC, 0xCEE1, 0x54B3, 0xFAA6, 0x54B8, 0xF9E0, 0x54BD, 0xECD6, 0x54C0, 0xE4EE, 0x54C1, 0xF9A1, 0x54C4, 0xFBEF, - 0x54C8, 0xF9EB, 0x54C9, 0xEEA3, 0x54E1, 0xEAAC, 0x54E5, 0xCAA8, 0x54E8, 0xF4FA, 0x54ED, 0xCDD6, 0x54EE, 0xFCF6, 0x54F2, 0xF4C9, - 0x54FA, 0xF8D4, 0x5504, 0xF8A6, 0x5506, 0xDECA, 0x5507, 0xF2C6, 0x550E, 0xD7DA, 0x5510, 0xD3D0, 0x551C, 0xD8C5, 0x552F, 0xEAE6, - 0x5531, 0xF3DD, 0x5535, 0xE4DA, 0x553E, 0xF6E4, 0x5544, 0xF6F2, 0x5546, 0xDFC2, 0x554F, 0xD9FD, 0x5553, 0xCCF6, 0x5556, 0xD3BA, - 0x555E, 0xE4AF, 0x5563, 0xF9E1, 0x557C, 0xF0A6, 0x5580, 0xCBD3, 0x5584, 0xE0BC, 0x5586, 0xF4CA, 0x5587, 0xD4FA, 0x5589, 0xFDAA, - 0x558A, 0xF9E2, 0x5598, 0xF4B7, 0x5599, 0xFDC2, 0x559A, 0xFCB0, 0x559C, 0xFDEC, 0x559D, 0xCAE2, 0x55A7, 0xFDBD, 0x55A9, 0xEAE7, - 0x55AA, 0xDFC3, 0x55AB, 0xD1D2, 0x55AC, 0xCEE2, 0x55AE, 0xD3A4, 0x55C5, 0xFDAB, 0x55C7, 0xDFE0, 0x55D4, 0xF2C7, 0x55DA, 0xE7F0, - 0x55DC, 0xD0EE, 0x55DF, 0xF3AA, 0x55E3, 0xDECB, 0x55E4, 0xF6B8, 0x55FD, 0xE1F5, 0x55FE, 0xF1B3, 0x5606, 0xF7A3, 0x5609, 0xCAA9, - 0x5614, 0xCFA5, 0x5617, 0xDFC4, 0x562F, 0xE1B0, 0x5632, 0xF0BF, 0x5634, 0xF6A4, 0x5636, 0xE3B6, 0x5653, 0xFAC6, 0x5668, 0xD0EF, - 0x566B, 0xFDED, 0x5674, 0xDDC4, 0x5686, 0xFCF7, 0x56A5, 0xE6BF, 0x56AC, 0xDEAD, 0x56AE, 0xFABF, 0x56B4, 0xE5F1, 0x56BC, 0xEDC4, - 0x56CA, 0xD2A5, 0x56CD, 0xFDEE, 0x56D1, 0xF5B6, 0x56DA, 0xE1F6, 0x56DB, 0xDECC, 0x56DE, 0xFCDE, 0x56E0, 0xECD7, 0x56F0, 0xCDDD, - 0x56F9, 0xD6B7, 0x56FA, 0xCDB3, 0x5703, 0xF8D5, 0x5704, 0xE5D8, 0x5708, 0xCFEA, 0x570B, 0xCFD0, 0x570D, 0xEACC, 0x5712, 0xEAAE, - 0x5713, 0xEAAD, 0x5716, 0xD3F1, 0x5718, 0xD3A5, 0x571F, 0xF7CF, 0x5728, 0xEEA4, 0x572D, 0xD0A4, 0x5730, 0xF2A2, 0x573B, 0xD0F0, - 0x5740, 0xF2A3, 0x5742, 0xF7F8, 0x5747, 0xD0B3, 0x574A, 0xDBA9, 0x574D, 0xD3BB, 0x574E, 0xCAEC, 0x5750, 0xF1A6, 0x5751, 0xCBD5, - 0x5761, 0xF7E7, 0x5764, 0xCDDE, 0x5766, 0xF7A4, 0x576A, 0xF8C0, 0x576E, 0xD3DD, 0x5770, 0xCCD0, 0x5775, 0xCFA6, 0x577C, 0xF6F3, - 0x5782, 0xE1F7, 0x5788, 0xD3DC, 0x578B, 0xFAFE, 0x5793, 0xFAA7, 0x57A0, 0xEBD9, 0x57A2, 0xCFA7, 0x57A3, 0xEAAF, 0x57C3, 0xE4EF, - 0x57C7, 0xE9B9, 0x57C8, 0xF1D8, 0x57CB, 0xD8D8, 0x57CE, 0xE0F2, 0x57DF, 0xE6B4, 0x57E0, 0xDCFC, 0x57F0, 0xF3F1, 0x57F4, 0xE3D0, - 0x57F7, 0xF2FB, 0x57F9, 0xDBC6, 0x57FA, 0xD0F1, 0x57FC, 0xD0F2, 0x5800, 0xCFDC, 0x5802, 0xD3D1, 0x5805, 0xCCB1, 0x5806, 0xF7D8, - 0x5808, 0xCBA8, 0x5809, 0xEBBC, 0x580A, 0xE4BE, 0x581E, 0xF4DC, 0x5821, 0xDCC2, 0x5824, 0xF0A7, 0x5827, 0xE6C0, 0x582A, 0xCAED, - 0x582F, 0xE8EB, 0x5830, 0xE5E8, 0x5831, 0xDCC3, 0x5834, 0xEDDE, 0x5835, 0xD3F2, 0x583A, 0xCCF7, 0x584A, 0xCED4, 0x584B, 0xE7AB, - 0x584F, 0xCBC3, 0x5851, 0xE1B1, 0x5854, 0xF7B2, 0x5857, 0xD3F3, 0x5858, 0xD3D2, 0x585A, 0xF5C0, 0x585E, 0xDFDD, 0x5861, 0xEEF3, - 0x5862, 0xE7F1, 0x5864, 0xFDB4, 0x5875, 0xF2C8, 0x5879, 0xF3D2, 0x587C, 0xEEF4, 0x587E, 0xE2D3, 0x5883, 0xCCD1, 0x5885, 0xDFEA, - 0x5889, 0xE9BA, 0x5893, 0xD9D7, 0x589C, 0xF5CD, 0x589E, 0xF1F2, 0x589F, 0xFAC7, 0x58A8, 0xD9F8, 0x58A9, 0xD4C2, 0x58AE, 0xF6E5, - 0x58B3, 0xDDC5, 0x58BA, 0xE7F2, 0x58BB, 0xEDDF, 0x58BE, 0xCACB, 0x58C1, 0xDBFA, 0x58C5, 0xE8B5, 0x58C7, 0xD3A6, 0x58CE, 0xFDB5, - 0x58D1, 0xF9C9, 0x58D3, 0xE4E2, 0x58D5, 0xFBBD, 0x58D8, 0xD7A4, 0x58D9, 0xCEC5, 0x58DE, 0xCED5, 0x58DF, 0xD6E6, 0x58E4, 0xE5BD, - 0x58EB, 0xDECD, 0x58EC, 0xECF3, 0x58EF, 0xEDE0, 0x58F9, 0xECEC, 0x58FA, 0xFBBE, 0x58FB, 0xDFEB, 0x58FD, 0xE1F8, 0x590F, 0xF9BE, - 0x5914, 0xD0F3, 0x5915, 0xE0AA, 0x5916, 0xE8E2, 0x5919, 0xE2D4, 0x591A, 0xD2FD, 0x591C, 0xE5A8, 0x5922, 0xD9D3, 0x5927, 0xD3DE, - 0x5929, 0xF4B8, 0x592A, 0xF7BC, 0x592B, 0xDCFD, 0x592D, 0xE8EC, 0x592E, 0xE4E7, 0x5931, 0xE3F7, 0x5937, 0xECA8, 0x593E, 0xFAF1, - 0x5944, 0xE5F2, 0x5947, 0xD0F4, 0x5948, 0xD2AF, 0x5949, 0xDCE5, 0x594E, 0xD0A5, 0x594F, 0xF1B4, 0x5950, 0xFCB1, 0x5951, 0xCCF8, - 0x5954, 0xDDC6, 0x5955, 0xFAD1, 0x5957, 0xF7DF, 0x595A, 0xFAA8, 0x5960, 0xEEF5, 0x5962, 0xDECE, 0x5967, 0xE7F3, 0x596A, 0xF7AC, - 0x596B, 0xEBC4, 0x596C, 0xEDE1, 0x596D, 0xE0AB, 0x596E, 0xDDC7, 0x5973, 0xD2B3, 0x5974, 0xD2BF, 0x5978, 0xCACC, 0x597D, 0xFBBF, - 0x5982, 0xE5FD, 0x5983, 0xDDE5, 0x5984, 0xD8CD, 0x598A, 0xECF4, 0x5993, 0xD0F5, 0x5996, 0xE8ED, 0x5997, 0xD0D2, 0x5999, 0xD9D8, - 0x59A5, 0xF6E6, 0x59A8, 0xDBAA, 0x59AC, 0xF7E0, 0x59B9, 0xD8D9, 0x59BB, 0xF4A3, 0x59BE, 0xF4DD, 0x59C3, 0xEFD1, 0x59C6, 0xD9B5, - 0x59C9, 0xEDAB, 0x59CB, 0xE3B7, 0x59D0, 0xEEBB, 0x59D1, 0xCDB4, 0x59D3, 0xE0F3, 0x59D4, 0xEACD, 0x59D9, 0xECF5, 0x59DA, 0xE8EE, - 0x59DC, 0xCBA9, 0x59DD, 0xF1AF, 0x59E6, 0xCACD, 0x59E8, 0xECA9, 0x59EA, 0xF2EB, 0x59EC, 0xFDEF, 0x59EE, 0xF9F3, 0x59F8, 0xE6C1, - 0x59FB, 0xECD8, 0x59FF, 0xEDAC, 0x5A01, 0xEACE, 0x5A03, 0xE8DF, 0x5A11, 0xDECF, 0x5A18, 0xD2A6, 0x5A1B, 0xE7F4, 0x5A1C, 0xD1D6, - 0x5A1F, 0xE6C2, 0x5A20, 0xE3E3, 0x5A25, 0xE4B0, 0x5A29, 0xD8B4, 0x5A36, 0xF6A5, 0x5A3C, 0xF3DE, 0x5A41, 0xD7A5, 0x5A46, 0xF7E8, - 0x5A49, 0xE8C6, 0x5A5A, 0xFBE6, 0x5A62, 0xDDE6, 0x5A66, 0xDCFE, 0x5A92, 0xD8DA, 0x5A9A, 0xDAAC, 0x5A9B, 0xEAB0, 0x5AA4, 0xE3B8, - 0x5AC1, 0xCAAA, 0x5AC2, 0xE1F9, 0x5AC4, 0xEAB1, 0x5AC9, 0xF2EC, 0x5ACC, 0xFAEE, 0x5AE1, 0xEED5, 0x5AE6, 0xF9F4, 0x5AE9, 0xD2EC, - 0x5B05, 0xFBFB, 0x5B09, 0xFDF0, 0x5B0B, 0xE0BD, 0x5B0C, 0xCEE3, 0x5B16, 0xF8C6, 0x5B2A, 0xDEAE, 0x5B40, 0xDFC5, 0x5B43, 0xE5BE, - 0x5B50, 0xEDAD, 0x5B51, 0xFAEA, 0x5B54, 0xCDEE, 0x5B55, 0xEDA6, 0x5B57, 0xEDAE, 0x5B58, 0xF0ED, 0x5B5A, 0xDDA1, 0x5B5C, 0xEDAF, - 0x5B5D, 0xFCF8, 0x5B5F, 0xD8EB, 0x5B63, 0xCCF9, 0x5B64, 0xCDB5, 0x5B69, 0xFAA9, 0x5B6B, 0xE1DD, 0x5B70, 0xE2D5, 0x5B71, 0xEDCF, - 0x5B75, 0xDDA2, 0x5B78, 0xF9CA, 0x5B7A, 0xEAE8, 0x5B7C, 0xE5ED, 0x5B85, 0xD3EB, 0x5B87, 0xE9D4, 0x5B88, 0xE1FA, 0x5B89, 0xE4CC, - 0x5B8B, 0xE1E4, 0x5B8C, 0xE8C7, 0x5B8F, 0xCEDB, 0x5B93, 0xDCD5, 0x5B95, 0xF7B5, 0x5B96, 0xFCF3, 0x5B97, 0xF0F3, 0x5B98, 0xCEAF, - 0x5B99, 0xF1B5, 0x5B9A, 0xEFD2, 0x5B9B, 0xE8C8, 0x5B9C, 0xEBF1, 0x5BA2, 0xCBD4, 0x5BA3, 0xE0BE, 0x5BA4, 0xE3F8, 0x5BA5, 0xEAE9, - 0x5BA6, 0xFCB2, 0x5BAC, 0xE0F4, 0x5BAE, 0xCFE0, 0x5BB0, 0xEEA5, 0x5BB3, 0xFAAA, 0x5BB4, 0xE6C3, 0x5BB5, 0xE1B2, 0x5BB6, 0xCAAB, - 0x5BB8, 0xE3E4, 0x5BB9, 0xE9BB, 0x5BBF, 0xE2D6, 0x5BC0, 0xF3F2, 0x5BC2, 0xEED6, 0x5BC3, 0xEAB2, 0x5BC4, 0xD0F6, 0x5BC5, 0xECD9, - 0x5BC6, 0xDACB, 0x5BC7, 0xCFA8, 0x5BCC, 0xDDA3, 0x5BD0, 0xD8DB, 0x5BD2, 0xF9CE, 0x5BD3, 0xE9D5, 0x5BD4, 0xE3D1, 0x5BD7, 0xD2BC, - 0x5BDE, 0xD8AC, 0x5BDF, 0xF3CC, 0x5BE1, 0xCDFB, 0x5BE2, 0xF6D6, 0x5BE4, 0xE7F5, 0x5BE5, 0xE8EF, 0x5BE6, 0xE3F9, 0x5BE7, 0xD2BB, - 0x5BE8, 0xF3F3, 0x5BE9, 0xE3FB, 0x5BEB, 0xDED0, 0x5BEC, 0xCEB0, 0x5BEE, 0xD6F7, 0x5BEF, 0xF1D9, 0x5BF5, 0xF5C1, 0x5BF6, 0xDCC4, - 0x5BF8, 0xF5BB, 0x5BFA, 0xDED1, 0x5C01, 0xDCE6, 0x5C04, 0xDED2, 0x5C07, 0xEDE2, 0x5C08, 0xEEF6, 0x5C09, 0xEACF, 0x5C0A, 0xF0EE, - 0x5C0B, 0xE3FC, 0x5C0D, 0xD3DF, 0x5C0E, 0xD3F4, 0x5C0F, 0xE1B3, 0x5C11, 0xE1B4, 0x5C16, 0xF4D3, 0x5C19, 0xDFC6, 0x5C24, 0xE9D6, - 0x5C28, 0xDBAB, 0x5C31, 0xF6A6, 0x5C38, 0xE3B9, 0x5C39, 0xEBC5, 0x5C3A, 0xF4A9, 0x5C3B, 0xCDB6, 0x5C3C, 0xD2F9, 0x5C3E, 0xDAAD, - 0x5C3F, 0xD2E3, 0x5C40, 0xCFD1, 0x5C45, 0xCBDC, 0x5C46, 0xCCFA, 0x5C48, 0xCFDD, 0x5C4B, 0xE8A9, 0x5C4D, 0xE3BB, 0x5C4E, 0xE3BA, - 0x5C51, 0xE0DA, 0x5C55, 0xEEF7, 0x5C5B, 0xDCB3, 0x5C60, 0xD3F5, 0x5C62, 0xD7A6, 0x5C64, 0xF6B5, 0x5C65, 0xD7DB, 0x5C6C, 0xE1D5, - 0x5C6F, 0xD4EA, 0x5C71, 0xDFA3, 0x5C79, 0xFDDF, 0x5C90, 0xD0F7, 0x5C91, 0xEDD4, 0x5CA1, 0xCBAA, 0x5CA9, 0xE4DB, 0x5CAB, 0xE1FB, - 0x5CAC, 0xCBA2, 0x5CB1, 0xD3E0, 0x5CB3, 0xE4BF, 0x5CB5, 0xFBC0, 0x5CB7, 0xDABE, 0x5CB8, 0xE4CD, 0x5CBA, 0xD6B9, 0x5CBE, 0xEFC0, - 0x5CC0, 0xE1FC, 0x5CD9, 0xF6B9, 0x5CE0, 0xDFC7, 0x5CE8, 0xE4B1, 0x5CEF, 0xDCE7, 0x5CF0, 0xDCE8, 0x5CF4, 0xFAD6, 0x5CF6, 0xD3F6, - 0x5CFB, 0xF1DA, 0x5CFD, 0xFAF2, 0x5D07, 0xE2FD, 0x5D0D, 0xD5CF, 0x5D0E, 0xD0F8, 0x5D11, 0xCDDF, 0x5D14, 0xF5CB, 0x5D16, 0xE4F0, - 0x5D17, 0xCBAB, 0x5D19, 0xD7C4, 0x5D27, 0xE2FE, 0x5D29, 0xDDDA, 0x5D4B, 0xDAAE, 0x5D4C, 0xCAEE, 0x5D50, 0xD5B9, 0x5D69, 0xE3A1, - 0x5D6C, 0xE8E3, 0x5D6F, 0xF3AB, 0x5D87, 0xCFA9, 0x5D8B, 0xD3F7, 0x5D9D, 0xD4F1, 0x5DA0, 0xCEE4, 0x5DA2, 0xE8F2, 0x5DAA, 0xE5F5, - 0x5DB8, 0xE7AE, 0x5DBA, 0xD6BA, 0x5DBC, 0xDFEC, 0x5DBD, 0xE4C0, 0x5DCD, 0xE8E4, 0x5DD2, 0xD8B5, 0x5DD6, 0xE4DC, 0x5DDD, 0xF4B9, - 0x5DDE, 0xF1B6, 0x5DE1, 0xE2DE, 0x5DE2, 0xE1B5, 0x5DE5, 0xCDEF, 0x5DE6, 0xF1A7, 0x5DE7, 0xCEE5, 0x5DE8, 0xCBDD, 0x5DEB, 0xD9E3, - 0x5DEE, 0xF3AC, 0x5DF1, 0xD0F9, 0x5DF2, 0xECAB, 0x5DF3, 0xDED3, 0x5DF4, 0xF7E9, 0x5DF7, 0xF9F5, 0x5DFD, 0xE1DE, 0x5DFE, 0xCBEE, - 0x5E02, 0xE3BC, 0x5E03, 0xF8D6, 0x5E06, 0xDBEE, 0x5E0C, 0xFDF1, 0x5E11, 0xF7B6, 0x5E16, 0xF4DE, 0x5E19, 0xF2ED, 0x5E1B, 0xDBD9, - 0x5E1D, 0xF0A8, 0x5E25, 0xE1FD, 0x5E2B, 0xDED4, 0x5E2D, 0xE0AC, 0x5E33, 0xEDE3, 0x5E36, 0xD3E1, 0x5E38, 0xDFC8, 0x5E3D, 0xD9B6, - 0x5E3F, 0xFDAC, 0x5E40, 0xEFD3, 0x5E44, 0xE4C1, 0x5E45, 0xF8EB, 0x5E47, 0xDBAC, 0x5E4C, 0xFCC6, 0x5E55, 0xD8AD, 0x5E5F, 0xF6BA, - 0x5E61, 0xDBDF, 0x5E62, 0xD3D3, 0x5E63, 0xF8C7, 0x5E72, 0xCACE, 0x5E73, 0xF8C1, 0x5E74, 0xD2B4, 0x5E77, 0xDCB4, 0x5E78, 0xFAB9, - 0x5E79, 0xCACF, 0x5E7B, 0xFCB3, 0x5E7C, 0xEAEA, 0x5E7D, 0xEAEB, 0x5E7E, 0xD0FA, 0x5E84, 0xEDE4, 0x5E87, 0xDDE7, 0x5E8A, 0xDFC9, - 0x5E8F, 0xDFED, 0x5E95, 0xEEBC, 0x5E97, 0xEFC1, 0x5E9A, 0xCCD2, 0x5E9C, 0xDDA4, 0x5EA0, 0xDFCA, 0x5EA6, 0xD3F8, 0x5EA7, 0xF1A8, - 0x5EAB, 0xCDB7, 0x5EAD, 0xEFD4, 0x5EB5, 0xE4DD, 0x5EB6, 0xDFEE, 0x5EB7, 0xCBAC, 0x5EB8, 0xE9BC, 0x5EBE, 0xEAEC, 0x5EC2, 0xDFCB, - 0x5EC8, 0xF9BF, 0x5EC9, 0xD6AF, 0x5ECA, 0xD5C6, 0x5ED0, 0xCFAA, 0x5ED3, 0xCEA9, 0x5ED6, 0xD6F8, 0x5EDA, 0xF1B7, 0x5EDB, 0xEEF8, - 0x5EDF, 0xD9D9, 0x5EE0, 0xF3DF, 0x5EE2, 0xF8C8, 0x5EE3, 0xCEC6, 0x5EEC, 0xD5E6, 0x5EF3, 0xF4E6, 0x5EF6, 0xE6C5, 0x5EF7, 0xEFD5, - 0x5EFA, 0xCBEF, 0x5EFB, 0xFCDF, 0x5F01, 0xDCA7, 0x5F04, 0xD6E7, 0x5F0A, 0xF8C9, 0x5F0F, 0xE3D2, 0x5F11, 0xE3BD, 0x5F13, 0xCFE1, - 0x5F14, 0xF0C0, 0x5F15, 0xECDA, 0x5F17, 0xDDD7, 0x5F18, 0xFBF0, 0x5F1B, 0xECAC, 0x5F1F, 0xF0A9, 0x5F26, 0xFAD7, 0x5F27, 0xFBC1, - 0x5F29, 0xD2C0, 0x5F31, 0xE5B0, 0x5F35, 0xEDE5, 0x5F3A, 0xCBAD, 0x5F3C, 0xF9B0, 0x5F48, 0xF7A5, 0x5F4A, 0xCBAE, 0x5F4C, 0xDAAF, - 0x5F4E, 0xD8B6, 0x5F56, 0xD3A7, 0x5F57, 0xFBB2, 0x5F59, 0xFDC4, 0x5F5B, 0xECAD, 0x5F62, 0xFBA1, 0x5F66, 0xE5E9, 0x5F67, 0xE9EE, - 0x5F69, 0xF3F4, 0x5F6A, 0xF8F3, 0x5F6B, 0xF0C1, 0x5F6C, 0xDEAF, 0x5F6D, 0xF8B0, 0x5F70, 0xF3E0, 0x5F71, 0xE7AF, 0x5F77, 0xDBAD, - 0x5F79, 0xE6B5, 0x5F7C, 0xF9A8, 0x5F7F, 0xDDD8, 0x5F80, 0xE8D9, 0x5F81, 0xEFD6, 0x5F85, 0xD3E2, 0x5F87, 0xE2DF, 0x5F8A, 0xFCE0, - 0x5F8B, 0xD7C8, 0x5F8C, 0xFDAD, 0x5F90, 0xDFEF, 0x5F91, 0xCCD3, 0x5F92, 0xD3F9, 0x5F97, 0xD4F0, 0x5F98, 0xDBC7, 0x5F99, 0xDED5, - 0x5F9E, 0xF0F4, 0x5FA0, 0xD5D0, 0x5FA1, 0xE5D9, 0x5FA8, 0xFCC7, 0x5FA9, 0xDCD6, 0x5FAA, 0xE2E0, 0x5FAE, 0xDAB0, 0x5FB5, 0xF3A3, - 0x5FB7, 0xD3EC, 0x5FB9, 0xF4CB, 0x5FBD, 0xFDC5, 0x5FC3, 0xE3FD, 0x5FC5, 0xF9B1, 0x5FCC, 0xD0FB, 0x5FCD, 0xECDB, 0x5FD6, 0xF5BC, - 0x5FD7, 0xF2A4, 0x5FD8, 0xD8CE, 0x5FD9, 0xD8CF, 0x5FE0, 0xF5F7, 0x5FEB, 0xF6E1, 0x5FF5, 0xD2B7, 0x5FFD, 0xFBEC, 0x5FFF, 0xDDC8, - 0x600F, 0xE4E8, 0x6012, 0xD2C1, 0x6016, 0xF8D7, 0x601C, 0xD6BB, 0x601D, 0xDED6, 0x6020, 0xF7BD, 0x6021, 0xECAE, 0x6025, 0xD0E1, - 0x6027, 0xE0F5, 0x6028, 0xEAB3, 0x602A, 0xCED6, 0x602F, 0xCCA5, 0x6041, 0xECF6, 0x6042, 0xE2E1, 0x6043, 0xE3BE, 0x604D, 0xFCC8, - 0x6050, 0xCDF0, 0x6052, 0xF9F6, 0x6055, 0xDFF0, 0x6059, 0xE5BF, 0x605D, 0xCEBF, 0x6062, 0xFCE1, 0x6063, 0xEDB0, 0x6064, 0xFDD1, - 0x6065, 0xF6BB, 0x6068, 0xF9CF, 0x6069, 0xEBDA, 0x606A, 0xCAC1, 0x606C, 0xD2B8, 0x606D, 0xCDF1, 0x606F, 0xE3D3, 0x6070, 0xFDE6, - 0x6085, 0xE6ED, 0x6089, 0xE3FA, 0x608C, 0xF0AA, 0x608D, 0xF9D0, 0x6094, 0xFCE2, 0x6096, 0xF8A7, 0x609A, 0xE1E5, 0x609B, 0xEEF9, - 0x609F, 0xE7F6, 0x60A0, 0xEAED, 0x60A3, 0xFCB4, 0x60A4, 0xF5C2, 0x60A7, 0xD7DC, 0x60B0, 0xF0F5, 0x60B2, 0xDDE8, 0x60B3, 0xD3ED, - 0x60B4, 0xF5FC, 0x60B6, 0xDABF, 0x60B8, 0xCCFB, 0x60BC, 0xD3FA, 0x60BD, 0xF4A4, 0x60C5, 0xEFD7, 0x60C7, 0xD4C3, 0x60D1, 0xFBE3, - 0x60DA, 0xFBED, 0x60DC, 0xE0AD, 0x60DF, 0xEAEE, 0x60E0, 0xFBB3, 0x60E1, 0xE4C2, 0x60F0, 0xF6E7, 0x60F1, 0xD2DD, 0x60F3, 0xDFCC, - 0x60F6, 0xFCC9, 0x60F9, 0xE5A9, 0x60FA, 0xE0F6, 0x60FB, 0xF6B3, 0x6101, 0xE1FE, 0x6106, 0xCBF0, 0x6108, 0xEAEF, 0x6109, 0xEAF0, - 0x610D, 0xDAC0, 0x610E, 0xF8B4, 0x610F, 0xEBF2, 0x6115, 0xE4C3, 0x611A, 0xE9D7, 0x611B, 0xE4F1, 0x611F, 0xCAEF, 0x6127, 0xCED7, - 0x6130, 0xFCCA, 0x6134, 0xF3E1, 0x6137, 0xCBC4, 0x613C, 0xE3E5, 0x613E, 0xCBC5, 0x613F, 0xEAB4, 0x6142, 0xE9BD, 0x6144, 0xD7C9, - 0x6147, 0xEBDB, 0x6148, 0xEDB1, 0x614A, 0xCCC3, 0x614B, 0xF7BE, 0x614C, 0xFCCB, 0x6153, 0xF8F4, 0x6155, 0xD9B7, 0x6158, 0xF3D3, - 0x6159, 0xF3D4, 0x615D, 0xF7E4, 0x615F, 0xF7D1, 0x6162, 0xD8B7, 0x6163, 0xCEB1, 0x6164, 0xCAC2, 0x6167, 0xFBB4, 0x6168, 0xCBC6, - 0x616B, 0xF0F6, 0x616E, 0xD5E7, 0x6170, 0xEAD0, 0x6176, 0xCCD4, 0x6177, 0xCBAF, 0x617D, 0xF4AA, 0x617E, 0xE9AF, 0x6181, 0xF5C3, - 0x6182, 0xE9D8, 0x618A, 0xDDE9, 0x618E, 0xF1F3, 0x6190, 0xD5FB, 0x6191, 0xDEBB, 0x6194, 0xF4FB, 0x6198, 0xFDF3, 0x6199, 0xFDF2, - 0x619A, 0xF7A6, 0x61A4, 0xDDC9, 0x61A7, 0xD4D3, 0x61A9, 0xCCA8, 0x61AB, 0xDAC1, 0x61AC, 0xCCD5, 0x61AE, 0xD9E4, 0x61B2, 0xFACA, - 0x61B6, 0xE5E3, 0x61BA, 0xD3BC, 0x61BE, 0xCAF0, 0x61C3, 0xD0C4, 0x61C7, 0xCAD0, 0x61C8, 0xFAAB, 0x61C9, 0xEBEB, 0x61CA, 0xE7F8, - 0x61CB, 0xD9E5, 0x61E6, 0xD1D7, 0x61F2, 0xF3A4, 0x61F6, 0xD4FB, 0x61F7, 0xFCE3, 0x61F8, 0xFAD8, 0x61FA, 0xF3D5, 0x61FC, 0xCFAB, - 0x61FF, 0xEBF3, 0x6200, 0xD5FC, 0x6207, 0xD3D4, 0x6208, 0xCDFC, 0x620A, 0xD9E6, 0x620C, 0xE2F9, 0x620D, 0xE2A1, 0x620E, 0xEBD4, - 0x6210, 0xE0F7, 0x6211, 0xE4B2, 0x6212, 0xCCFC, 0x6216, 0xFBE4, 0x621A, 0xF4AB, 0x621F, 0xD0BD, 0x6221, 0xCAF1, 0x622A, 0xEFB8, - 0x622E, 0xD7C0, 0x6230, 0xEEFA, 0x6231, 0xFDF4, 0x6234, 0xD3E3, 0x6236, 0xFBC2, 0x623E, 0xD5E8, 0x623F, 0xDBAE, 0x6240, 0xE1B6, - 0x6241, 0xF8B7, 0x6247, 0xE0BF, 0x6248, 0xFBC3, 0x6249, 0xDDEA, 0x624B, 0xE2A2, 0x624D, 0xEEA6, 0x6253, 0xF6E8, 0x6258, 0xF6F5, - 0x626E, 0xDDCA, 0x6271, 0xD0E2, 0x6276, 0xDDA6, 0x6279, 0xDDEB, 0x627C, 0xE4F9, 0x627F, 0xE3AF, 0x6280, 0xD0FC, 0x6284, 0xF4FC, - 0x6289, 0xCCBC, 0x628A, 0xF7EA, 0x6291, 0xE5E4, 0x6292, 0xDFF1, 0x6295, 0xF7E1, 0x6297, 0xF9F7, 0x6298, 0xEFB9, 0x629B, 0xF8D8, - 0x62AB, 0xF9A9, 0x62B1, 0xF8D9, 0x62B5, 0xEEBD, 0x62B9, 0xD8C6, 0x62BC, 0xE4E3, 0x62BD, 0xF5CE, 0x62C2, 0xDDD9, 0x62C7, 0xD9E7, - 0x62C8, 0xD2B9, 0x62C9, 0xD5C3, 0x62CC, 0xDAE5, 0x62CD, 0xDAD0, 0x62CF, 0xD1D9, 0x62D0, 0xCED8, 0x62D2, 0xCBDE, 0x62D3, 0xF4AC, - 0x62D4, 0xDAFB, 0x62D6, 0xF6E9, 0x62D7, 0xE8F3, 0x62D8, 0xCFAC, 0x62D9, 0xF0F0, 0x62DB, 0xF4FD, 0x62DC, 0xDBC8, 0x62EC, 0xCEC0, - 0x62ED, 0xE3D4, 0x62EE, 0xD1CF, 0x62EF, 0xF1F5, 0x62F1, 0xCDF2, 0x62F3, 0xCFEB, 0x62F7, 0xCDB8, 0x62FE, 0xE3A6, 0x62FF, 0xD1DA, - 0x6301, 0xF2A5, 0x6307, 0xF2A6, 0x6309, 0xE4CE, 0x6311, 0xD3FB, 0x632B, 0xF1A9, 0x632F, 0xF2C9, 0x633A, 0xEFD8, 0x633B, 0xE6C9, - 0x633D, 0xD8B8, 0x633E, 0xFAF3, 0x6349, 0xF3B5, 0x634C, 0xF8A4, 0x634F, 0xD1F3, 0x6350, 0xE6C8, 0x6355, 0xF8DA, 0x6367, 0xDCE9, - 0x6368, 0xDED7, 0x636E, 0xCBDF, 0x6372, 0xCFEC, 0x6377, 0xF4DF, 0x637A, 0xD1F4, 0x637B, 0xD2BA, 0x637F, 0xDFF2, 0x6383, 0xE1B7, - 0x6388, 0xE2A3, 0x6389, 0xD3FC, 0x638C, 0xEDE6, 0x6392, 0xDBC9, 0x6396, 0xE4FA, 0x6398, 0xCFDE, 0x639B, 0xCED0, 0x63A0, 0xD5D3, - 0x63A1, 0xF3F5, 0x63A2, 0xF7AE, 0x63A5, 0xEFC8, 0x63A7, 0xCDF3, 0x63A8, 0xF5CF, 0x63A9, 0xE5F3, 0x63AA, 0xF0C2, 0x63C0, 0xCAD1, - 0x63C4, 0xEAF1, 0x63C6, 0xD0A6, 0x63CF, 0xD9DA, 0x63D0, 0xF0AB, 0x63D6, 0xEBE7, 0x63DA, 0xE5C0, 0x63DB, 0xFCB5, 0x63E1, 0xE4C4, - 0x63ED, 0xCCA9, 0x63EE, 0xFDC6, 0x63F4, 0xEAB5, 0x63F6, 0xE5AA, 0x63F7, 0xDFBA, 0x640D, 0xE1DF, 0x640F, 0xDAD1, 0x6414, 0xE1B8, - 0x6416, 0xE8F4, 0x6417, 0xD3FD, 0x641C, 0xE2A4, 0x6422, 0xF2CA, 0x642C, 0xDAE6, 0x642D, 0xF7B3, 0x643A, 0xFDCD, 0x643E, 0xF3B6, - 0x6458, 0xEED7, 0x6460, 0xF5C4, 0x6469, 0xD8A4, 0x646F, 0xF2A7, 0x6478, 0xD9B8, 0x6479, 0xD9B9, 0x647A, 0xEFC9, 0x6488, 0xD6CE, - 0x6491, 0xF7CB, 0x6492, 0xDFAE, 0x6493, 0xE8F5, 0x649A, 0xD2B5, 0x649E, 0xD3D5, 0x64A4, 0xF4CC, 0x64A5, 0xDAFC, 0x64AB, 0xD9E8, - 0x64AD, 0xF7EB, 0x64AE, 0xF5C9, 0x64B0, 0xF3BC, 0x64B2, 0xDAD2, 0x64BB, 0xD3B5, 0x64C1, 0xE8B6, 0x64C4, 0xD6CF, 0x64C5, 0xF4BA, - 0x64C7, 0xF7C9, 0x64CA, 0xCCAA, 0x64CD, 0xF0C3, 0x64CE, 0xCCD6, 0x64D2, 0xD0D3, 0x64D4, 0xD3BD, 0x64D8, 0xDBFB, 0x64DA, 0xCBE0, - 0x64E1, 0xD3E4, 0x64E2, 0xF6F7, 0x64E5, 0xD5BA, 0x64E6, 0xF3CD, 0x64E7, 0xCBE1, 0x64EC, 0xEBF4, 0x64F2, 0xF4AD, 0x64F4, 0xFCAA, - 0x64FA, 0xF7EC, 0x64FE, 0xE8F6, 0x6500, 0xDAE7, 0x6504, 0xF7CC, 0x6518, 0xE5C1, 0x651D, 0xE0EE, 0x6523, 0xD5FD, 0x652A, 0xCEE6, - 0x652B, 0xFCAB, 0x652C, 0xD5BB, 0x652F, 0xF2A8, 0x6536, 0xE2A5, 0x6537, 0xCDB9, 0x6538, 0xEAF2, 0x6539, 0xCBC7, 0x653B, 0xCDF4, - 0x653E, 0xDBAF, 0x653F, 0xEFD9, 0x6545, 0xCDBA, 0x6548, 0xFCF9, 0x654D, 0xDFF3, 0x654E, 0xCEE7, 0x654F, 0xDAC2, 0x6551, 0xCFAD, - 0x6556, 0xE7F9, 0x6557, 0xF8A8, 0x655E, 0xF3E2, 0x6562, 0xCAF2, 0x6563, 0xDFA4, 0x6566, 0xD4C4, 0x656C, 0xCCD7, 0x656D, 0xE5C2, - 0x6572, 0xCDBB, 0x6574, 0xEFDA, 0x6575, 0xEED8, 0x6577, 0xDDA7, 0x6578, 0xE2A6, 0x657E, 0xE0C0, 0x6582, 0xD6B0, 0x6583, 0xF8CA, - 0x6585, 0xFCFA, 0x6587, 0xD9FE, 0x658C, 0xDEB0, 0x6590, 0xDDEC, 0x6591, 0xDAE8, 0x6597, 0xD4E0, 0x6599, 0xD6F9, 0x659B, 0xCDD7, - 0x659C, 0xDED8, 0x659F, 0xF2F8, 0x65A1, 0xE4D6, 0x65A4, 0xD0C5, 0x65A5, 0xF4AE, 0x65A7, 0xDDA8, 0x65AB, 0xEDC5, 0x65AC, 0xF3D6, - 0x65AF, 0xDED9, 0x65B0, 0xE3E6, 0x65B7, 0xD3A8, 0x65B9, 0xDBB0, 0x65BC, 0xE5DA, 0x65BD, 0xE3BF, 0x65C1, 0xDBB1, 0x65C5, 0xD5E9, - 0x65CB, 0xE0C1, 0x65CC, 0xEFDB, 0x65CF, 0xF0E9, 0x65D2, 0xD7B2, 0x65D7, 0xD0FD, 0x65E0, 0xD9E9, 0x65E3, 0xD0FE, 0x65E5, 0xECED, - 0x65E6, 0xD3A9, 0x65E8, 0xF2A9, 0x65E9, 0xF0C4, 0x65EC, 0xE2E2, 0x65ED, 0xE9EF, 0x65F1, 0xF9D1, 0x65F4, 0xE9D9, 0x65FA, 0xE8DA, - 0x65FB, 0xDAC3, 0x65FC, 0xDAC4, 0x65FD, 0xD4C5, 0x65FF, 0xE7FA, 0x6606, 0xCDE0, 0x6607, 0xE3B0, 0x6609, 0xDBB2, 0x660A, 0xFBC4, - 0x660C, 0xF3E3, 0x660E, 0xD9A5, 0x660F, 0xFBE7, 0x6610, 0xDDCB, 0x6611, 0xD0D4, 0x6613, 0xE6B6, 0x6614, 0xE0AE, 0x6615, 0xFDDA, - 0x661E, 0xDCB5, 0x661F, 0xE0F8, 0x6620, 0xE7B1, 0x6625, 0xF5F0, 0x6627, 0xD8DC, 0x6628, 0xEDC6, 0x662D, 0xE1B9, 0x662F, 0xE3C0, - 0x6630, 0xF9C0, 0x6631, 0xE9F0, 0x6634, 0xD9DB, 0x6636, 0xF3E4, 0x663A, 0xDCB6, 0x663B, 0xE4E9, 0x6641, 0xF0C5, 0x6642, 0xE3C1, - 0x6643, 0xFCCC, 0x6644, 0xFCCD, 0x6649, 0xF2CB, 0x664B, 0xF2CC, 0x664F, 0xE4CF, 0x6659, 0xF1DB, 0x665B, 0xFAD9, 0x665D, 0xF1B8, - 0x665E, 0xFDF5, 0x665F, 0xE0F9, 0x6664, 0xE7FB, 0x6665, 0xFCB7, 0x6666, 0xFCE4, 0x6667, 0xFBC5, 0x6668, 0xE3E7, 0x6669, 0xD8B9, - 0x666B, 0xF6F8, 0x666E, 0xDCC5, 0x666F, 0xCCD8, 0x6673, 0xE0AF, 0x6674, 0xF4E7, 0x6676, 0xEFDC, 0x6677, 0xCFFC, 0x6678, 0xEFDD, - 0x667A, 0xF2AA, 0x6684, 0xFDBE, 0x6687, 0xCAAC, 0x6688, 0xFDBB, 0x6689, 0xFDC7, 0x668E, 0xE7B2, 0x6690, 0xEAD1, 0x6691, 0xDFF4, - 0x6696, 0xD1EC, 0x6697, 0xE4DE, 0x6698, 0xE5C3, 0x669D, 0xD9A6, 0x66A0, 0xCDBC, 0x66A2, 0xF3E5, 0x66AB, 0xEDD5, 0x66AE, 0xD9BA, - 0x66B2, 0xEDE7, 0x66B3, 0xFBB5, 0x66B4, 0xF8EC, 0x66B9, 0xE0E7, 0x66BB, 0xCCD9, 0x66BE, 0xD4C6, 0x66C4, 0xE7A5, 0x66C6, 0xD5F5, - 0x66C7, 0xD3BE, 0x66C9, 0xFCFB, 0x66D6, 0xE4F2, 0x66D9, 0xDFF5, 0x66DC, 0xE8F8, 0x66DD, 0xF8ED, 0x66E0, 0xCEC7, 0x66E6, 0xFDF6, - 0x66F0, 0xE8D8, 0x66F2, 0xCDD8, 0x66F3, 0xE7D6, 0x66F4, 0xCCDA, 0x66F7, 0xCAE3, 0x66F8, 0xDFF6, 0x66F9, 0xF0C7, 0x66FA, 0xF0C6, - 0x66FC, 0xD8BA, 0x66FE, 0xF1F4, 0x66FF, 0xF4F0, 0x6700, 0xF5CC, 0x6703, 0xFCE5, 0x6708, 0xEAC5, 0x6709, 0xEAF3, 0x670B, 0xDDDB, - 0x670D, 0xDCD7, 0x6714, 0xDEFD, 0x6715, 0xF2F9, 0x6717, 0xD5C7, 0x671B, 0xD8D0, 0x671D, 0xF0C8, 0x671E, 0xD1A1, 0x671F, 0xD1A2, - 0x6726, 0xD9D4, 0x6727, 0xD6E8, 0x6728, 0xD9CA, 0x672A, 0xDAB1, 0x672B, 0xD8C7, 0x672C, 0xDCE2, 0x672D, 0xF3CE, 0x672E, 0xF5F4, - 0x6731, 0xF1B9, 0x6734, 0xDAD3, 0x6736, 0xF6EA, 0x673A, 0xCFF5, 0x673D, 0xFDAE, 0x6746, 0xCAD2, 0x6749, 0xDFB4, 0x674E, 0xD7DD, - 0x674F, 0xFABA, 0x6750, 0xEEA7, 0x6751, 0xF5BD, 0x6753, 0xF8F5, 0x6756, 0xEDE8, 0x675C, 0xD4E1, 0x675E, 0xD1A3, 0x675F, 0xE1D6, - 0x676D, 0xF9F8, 0x676F, 0xDBCA, 0x6770, 0xCBF9, 0x6771, 0xD4D4, 0x6773, 0xD9DC, 0x6775, 0xEEBE, 0x6777, 0xF7ED, 0x677B, 0xD2EE, - 0x677E, 0xE1E6, 0x677F, 0xF7F9, 0x6787, 0xDDED, 0x6789, 0xE8DB, 0x678B, 0xDBB3, 0x678F, 0xD1F7, 0x6790, 0xE0B0, 0x6793, 0xD4E2, - 0x6795, 0xF6D7, 0x6797, 0xD7F9, 0x679A, 0xD8DD, 0x679C, 0xCDFD, 0x679D, 0xF2AB, 0x67AF, 0xCDBD, 0x67B0, 0xF8C2, 0x67B3, 0xF2AC, - 0x67B6, 0xCAAD, 0x67B7, 0xCAAE, 0x67B8, 0xCFAE, 0x67BE, 0xE3C2, 0x67C4, 0xDCB7, 0x67CF, 0xDBDA, 0x67D0, 0xD9BB, 0x67D1, 0xCAF3, - 0x67D2, 0xF6D3, 0x67D3, 0xE6F8, 0x67D4, 0xEAF5, 0x67DA, 0xEAF6, 0x67DD, 0xF6F9, 0x67E9, 0xCFAF, 0x67EC, 0xCAD3, 0x67EF, 0xCAAF, - 0x67F0, 0xD2B0, 0x67F1, 0xF1BA, 0x67F3, 0xD7B3, 0x67F4, 0xE3C3, 0x67F5, 0xF3FD, 0x67F6, 0xDEDA, 0x67FB, 0xDEDB, 0x67FE, 0xEFDE, - 0x6812, 0xE2E3, 0x6813, 0xEEFB, 0x6816, 0xDFF7, 0x6817, 0xD7CA, 0x6821, 0xCEE8, 0x6822, 0xDBDB, 0x682A, 0xF1BB, 0x682F, 0xE9F1, - 0x6838, 0xFAB7, 0x6839, 0xD0C6, 0x683C, 0xCCAB, 0x683D, 0xEEA8, 0x6840, 0xCBFA, 0x6841, 0xF9F9, 0x6842, 0xCCFD, 0x6843, 0xD3FE, - 0x6848, 0xE4D0, 0x684E, 0xF2EE, 0x6850, 0xD4D5, 0x6851, 0xDFCD, 0x6853, 0xFCB8, 0x6854, 0xD1D0, 0x686D, 0xF2CD, 0x6876, 0xF7D2, - 0x687F, 0xCAD4, 0x6881, 0xD5D9, 0x6885, 0xD8DE, 0x688F, 0xCDD9, 0x6893, 0xEEA9, 0x6894, 0xF6BC, 0x6897, 0xCCDB, 0x689D, 0xF0C9, - 0x689F, 0xFCFC, 0x68A1, 0xE8C9, 0x68A2, 0xF4FE, 0x68A7, 0xE7FC, 0x68A8, 0xD7DE, 0x68AD, 0xDEDC, 0x68AF, 0xF0AC, 0x68B0, 0xCCFE, - 0x68B1, 0xCDE1, 0x68B3, 0xE1BA, 0x68B5, 0xDBEF, 0x68B6, 0xDAB2, 0x68C4, 0xD1A5, 0x68C5, 0xDCB8, 0x68C9, 0xD8F6, 0x68CB, 0xD1A4, - 0x68CD, 0xCDE2, 0x68D2, 0xDCEA, 0x68D5, 0xF0F7, 0x68D7, 0xF0CA, 0x68D8, 0xD0BE, 0x68DA, 0xDDDC, 0x68DF, 0xD4D6, 0x68E0, 0xD3D6, - 0x68E7, 0xEDD0, 0x68E8, 0xCDA1, 0x68EE, 0xDFB5, 0x68F2, 0xDFF8, 0x68F9, 0xD4A1, 0x68FA, 0xCEB2, 0x6900, 0xE8CA, 0x6905, 0xEBF5, - 0x690D, 0xE3D5, 0x690E, 0xF5D0, 0x6912, 0xF5A1, 0x6927, 0xD9A7, 0x6930, 0xE5AB, 0x693D, 0xE6CB, 0x693F, 0xF5F1, 0x694A, 0xE5C5, - 0x6953, 0xF9A3, 0x6954, 0xE0DB, 0x6955, 0xF6EB, 0x6957, 0xCBF1, 0x6959, 0xD9EA, 0x695A, 0xF5A2, 0x695E, 0xD7D1, 0x6960, 0xD1F8, - 0x6961, 0xEAF8, 0x6962, 0xEAF9, 0x6963, 0xDAB3, 0x6968, 0xEFDF, 0x696B, 0xF1EF, 0x696D, 0xE5F6, 0x696E, 0xEEBF, 0x696F, 0xE2E4, - 0x6975, 0xD0BF, 0x6977, 0xFAAC, 0x6978, 0xF5D1, 0x6979, 0xE7B3, 0x6995, 0xE9BE, 0x699B, 0xF2CE, 0x699C, 0xDBB4, 0x69A5, 0xFCCE, - 0x69A7, 0xDDEE, 0x69AE, 0xE7B4, 0x69B4, 0xD7B4, 0x69BB, 0xF7B4, 0x69C1, 0xCDBE, 0x69C3, 0xDAE9, 0x69CB, 0xCFB0, 0x69CC, 0xF7D9, - 0x69CD, 0xF3E6, 0x69D0, 0xCED9, 0x69E8, 0xCEAA, 0x69EA, 0xCBC8, 0x69FB, 0xD0A7, 0x69FD, 0xF0CB, 0x69FF, 0xD0C7, 0x6A02, 0xE4C5, - 0x6A0A, 0xDBE0, 0x6A11, 0xD5DA, 0x6A13, 0xD7A7, 0x6A17, 0xEEC0, 0x6A19, 0xF8F6, 0x6A1E, 0xF5D2, 0x6A1F, 0xEDE9, 0x6A21, 0xD9BC, - 0x6A23, 0xE5C6, 0x6A35, 0xF5A3, 0x6A38, 0xDAD4, 0x6A39, 0xE2A7, 0x6A3A, 0xFBFC, 0x6A3D, 0xF1DC, 0x6A44, 0xCAF4, 0x6A48, 0xE8FA, - 0x6A4B, 0xCEE9, 0x6A52, 0xE9F8, 0x6A53, 0xE2E5, 0x6A58, 0xD0B9, 0x6A59, 0xD4F2, 0x6A5F, 0xD1A6, 0x6A61, 0xDFCE, 0x6A6B, 0xFCF4, - 0x6A80, 0xD3AA, 0x6A84, 0xCCAC, 0x6A89, 0xEFE0, 0x6A8D, 0xE5E5, 0x6A8E, 0xD0D5, 0x6A97, 0xDBFC, 0x6A9C, 0xFCE6, 0x6AA2, 0xCBFE, - 0x6AA3, 0xEDEA, 0x6AB3, 0xDEB1, 0x6ABB, 0xF9E3, 0x6AC2, 0xD4A2, 0x6AC3, 0xCFF6, 0x6AD3, 0xD6D0, 0x6ADA, 0xD5EA, 0x6ADB, 0xF1EE, - 0x6AF6, 0xFACB, 0x6AFB, 0xE5A1, 0x6B04, 0xD5B1, 0x6B0A, 0xCFED, 0x6B0C, 0xEDEB, 0x6B12, 0xD5B2, 0x6B16, 0xD5BC, 0x6B20, 0xFDE2, - 0x6B21, 0xF3AD, 0x6B23, 0xFDDB, 0x6B32, 0xE9B0, 0x6B3A, 0xD1A7, 0x6B3D, 0xFDE3, 0x6B3E, 0xCEB3, 0x6B46, 0xFDE4, 0x6B47, 0xFACE, - 0x6B4C, 0xCAB0, 0x6B4E, 0xF7A7, 0x6B50, 0xCFB1, 0x6B5F, 0xE6A2, 0x6B61, 0xFCB6, 0x6B62, 0xF2AD, 0x6B63, 0xEFE1, 0x6B64, 0xF3AE, - 0x6B65, 0xDCC6, 0x6B66, 0xD9EB, 0x6B6A, 0xE8E0, 0x6B72, 0xE1A8, 0x6B77, 0xD5F6, 0x6B78, 0xCFFD, 0x6B7B, 0xDEDD, 0x6B7F, 0xD9D1, - 0x6B83, 0xE4EA, 0x6B84, 0xF2CF, 0x6B86, 0xF7BF, 0x6B89, 0xE2E6, 0x6B8A, 0xE2A8, 0x6B96, 0xE3D6, 0x6B98, 0xEDD1, 0x6B9E, 0xE9F9, - 0x6BAE, 0xD6B1, 0x6BAF, 0xDEB2, 0x6BB2, 0xE0E8, 0x6BB5, 0xD3AB, 0x6BB7, 0xEBDC, 0x6BBA, 0xDFAF, 0x6BBC, 0xCAC3, 0x6BBF, 0xEEFC, - 0x6BC1, 0xFDC3, 0x6BC5, 0xEBF6, 0x6BC6, 0xCFB2, 0x6BCB, 0xD9EC, 0x6BCD, 0xD9BD, 0x6BCF, 0xD8DF, 0x6BD2, 0xD4B8, 0x6BD3, 0xEBBE, - 0x6BD4, 0xDDEF, 0x6BD6, 0xDDF0, 0x6BD7, 0xDDF1, 0x6BD8, 0xDDF2, 0x6BDB, 0xD9BE, 0x6BEB, 0xFBC6, 0x6BEC, 0xCFB3, 0x6C08, 0xEEFD, - 0x6C0F, 0xE4AB, 0x6C11, 0xDAC5, 0x6C13, 0xD8EC, 0x6C23, 0xD1A8, 0x6C34, 0xE2A9, 0x6C37, 0xDEBC, 0x6C38, 0xE7B5, 0x6C3E, 0xDBF0, - 0x6C40, 0xEFE2, 0x6C41, 0xF1F0, 0x6C42, 0xCFB4, 0x6C4E, 0xDBF1, 0x6C50, 0xE0B1, 0x6C55, 0xDFA5, 0x6C57, 0xF9D2, 0x6C5A, 0xE7FD, - 0x6C5D, 0xE6A3, 0x6C5E, 0xFBF1, 0x6C5F, 0xCBB0, 0x6C60, 0xF2AE, 0x6C68, 0xCDE7, 0x6C6A, 0xE8DC, 0x6C6D, 0xE7D7, 0x6C70, 0xF7C0, - 0x6C72, 0xD0E3, 0x6C76, 0xDAA1, 0x6C7A, 0xCCBD, 0x6C7D, 0xD1A9, 0x6C7E, 0xDDCC, 0x6C81, 0xE3FE, 0x6C82, 0xD1AA, 0x6C83, 0xE8AA, - 0x6C85, 0xEAB6, 0x6C86, 0xF9FA, 0x6C87, 0xE6CC, 0x6C88, 0xF6D8, 0x6C8C, 0xD4C7, 0x6C90, 0xD9CB, 0x6C92, 0xD9D2, 0x6C93, 0xD3CB, - 0x6C94, 0xD8F7, 0x6C95, 0xDAA9, 0x6C96, 0xF5F8, 0x6C99, 0xDEDE, 0x6C9A, 0xF2AF, 0x6C9B, 0xF8A9, 0x6CAB, 0xD8C8, 0x6CAE, 0xEEC1, - 0x6CB3, 0xF9C1, 0x6CB8, 0xDDF3, 0x6CB9, 0xEAFA, 0x6CBB, 0xF6BD, 0x6CBC, 0xE1BB, 0x6CBD, 0xCDBF, 0x6CBE, 0xF4D4, 0x6CBF, 0xE6CD, - 0x6CC1, 0xFCCF, 0x6CC2, 0xFBA2, 0x6CC4, 0xE0DC, 0x6CC9, 0xF4BB, 0x6CCA, 0xDAD5, 0x6CCC, 0xF9B2, 0x6CD3, 0xFBF2, 0x6CD5, 0xDBF6, - 0x6CD7, 0xDEDF, 0x6CDB, 0xDBF2, 0x6CE1, 0xF8DC, 0x6CE2, 0xF7EE, 0x6CE3, 0xEBE8, 0x6CE5, 0xD2FA, 0x6CE8, 0xF1BC, 0x6CEB, 0xFADA, - 0x6CEE, 0xDAEA, 0x6CEF, 0xDAC6, 0x6CF0, 0xF7C1, 0x6CF3, 0xE7B6, 0x6D0B, 0xE5C7, 0x6D0C, 0xD6AC, 0x6D11, 0xDCC7, 0x6D17, 0xE1A9, - 0x6D19, 0xE2AA, 0x6D1B, 0xD5A6, 0x6D1E, 0xD4D7, 0x6D25, 0xF2D0, 0x6D27, 0xEAFB, 0x6D29, 0xE0DD, 0x6D2A, 0xFBF3, 0x6D32, 0xF1BD, - 0x6D35, 0xE2E7, 0x6D36, 0xFDD7, 0x6D38, 0xCEC8, 0x6D39, 0xEAB7, 0x6D3B, 0xFCC0, 0x6D3D, 0xFDE7, 0x6D3E, 0xF7EF, 0x6D41, 0xD7B5, - 0x6D59, 0xEFBA, 0x6D5A, 0xF1DD, 0x6D5C, 0xDEB3, 0x6D63, 0xE8CB, 0x6D66, 0xF8DD, 0x6D69, 0xFBC7, 0x6D6A, 0xD5C8, 0x6D6C, 0xD7DF, - 0x6D6E, 0xDDA9, 0x6D74, 0xE9B1, 0x6D77, 0xFAAD, 0x6D78, 0xF6D9, 0x6D79, 0xFAF4, 0x6D7F, 0xF8AA, 0x6D85, 0xE6EE, 0x6D87, 0xCCDC, - 0x6D88, 0xE1BC, 0x6D89, 0xE0EF, 0x6D8C, 0xE9BF, 0x6D8D, 0xFCFD, 0x6D8E, 0xE6CE, 0x6D91, 0xE1D7, 0x6D93, 0xE6CF, 0x6D95, 0xF4F1, - 0x6DAF, 0xE4F3, 0x6DB2, 0xE4FB, 0x6DB5, 0xF9E4, 0x6DC0, 0xEFE3, 0x6DC3, 0xCFEE, 0x6DC4, 0xF6BE, 0x6DC5, 0xE0B2, 0x6DC6, 0xFCFE, - 0x6DC7, 0xD1AB, 0x6DCB, 0xD7FA, 0x6DCF, 0xFBC8, 0x6DD1, 0xE2D7, 0x6DD8, 0xD4A3, 0x6DD9, 0xF0F8, 0x6DDA, 0xD7A8, 0x6DDE, 0xE1E7, - 0x6DE1, 0xD3BF, 0x6DE8, 0xEFE4, 0x6DEA, 0xD7C5, 0x6DEB, 0xEBE2, 0x6DEE, 0xFCE7, 0x6DF1, 0xE4A2, 0x6DF3, 0xE2E8, 0x6DF5, 0xE6D0, - 0x6DF7, 0xFBE8, 0x6DF8, 0xF4E8, 0x6DF9, 0xE5F4, 0x6DFA, 0xF4BC, 0x6DFB, 0xF4D5, 0x6E17, 0xDFB6, 0x6E19, 0xFCB9, 0x6E1A, 0xEEC2, - 0x6E1B, 0xCAF5, 0x6E1F, 0xEFE5, 0x6E20, 0xCBE2, 0x6E21, 0xD4A4, 0x6E23, 0xDEE0, 0x6E24, 0xDAFD, 0x6E25, 0xE4C6, 0x6E26, 0xE8BE, - 0x6E2B, 0xE0DE, 0x6E2C, 0xF6B4, 0x6E2D, 0xEAD2, 0x6E2F, 0xF9FB, 0x6E32, 0xE0C2, 0x6E34, 0xCAE4, 0x6E36, 0xE7B7, 0x6E38, 0xEAFD, - 0x6E3A, 0xD9DD, 0x6E3C, 0xDAB4, 0x6E3D, 0xEEAA, 0x6E3E, 0xFBE9, 0x6E43, 0xDBCB, 0x6E44, 0xDAB5, 0x6E4A, 0xF1BE, 0x6E4D, 0xD3AC, - 0x6E56, 0xFBC9, 0x6E58, 0xDFCF, 0x6E5B, 0xD3C0, 0x6E5C, 0xE3D7, 0x6E5E, 0xEFE6, 0x6E5F, 0xFCD0, 0x6E67, 0xE9C0, 0x6E6B, 0xF5D3, - 0x6E6E, 0xECDC, 0x6E6F, 0xF7B7, 0x6E72, 0xEAB8, 0x6E73, 0xD1F9, 0x6E7A, 0xDCC8, 0x6E90, 0xEAB9, 0x6E96, 0xF1DE, 0x6E9C, 0xD7B6, - 0x6E9D, 0xCFB5, 0x6E9F, 0xD9A8, 0x6EA2, 0xECEE, 0x6EA5, 0xDDAA, 0x6EAA, 0xCDA2, 0x6EAB, 0xE8AE, 0x6EAF, 0xE1BD, 0x6EB1, 0xF2D1, - 0x6EB6, 0xE9C1, 0x6EBA, 0xD2FC, 0x6EC2, 0xDBB5, 0x6EC4, 0xF3E7, 0x6EC5, 0xD8FE, 0x6EC9, 0xFCD1, 0x6ECB, 0xEDB2, 0x6ECC, 0xF4AF, - 0x6ECE, 0xFBA3, 0x6ED1, 0xFCC1, 0x6ED3, 0xEEAB, 0x6ED4, 0xD4A5, 0x6EEF, 0xF4F2, 0x6EF4, 0xEED9, 0x6EF8, 0xFBCA, 0x6EFE, 0xCDE3, - 0x6EFF, 0xD8BB, 0x6F01, 0xE5DB, 0x6F02, 0xF8F7, 0x6F06, 0xF6D4, 0x6F0F, 0xD7A9, 0x6F11, 0xCBC9, 0x6F14, 0xE6D1, 0x6F15, 0xF0CC, - 0x6F20, 0xD8AE, 0x6F22, 0xF9D3, 0x6F23, 0xD5FE, 0x6F2B, 0xD8BC, 0x6F2C, 0xF2B0, 0x6F31, 0xE2AB, 0x6F32, 0xF3E8, 0x6F38, 0xEFC2, - 0x6F3F, 0xEDEC, 0x6F41, 0xE7B8, 0x6F51, 0xDAFE, 0x6F54, 0xCCBE, 0x6F57, 0xF2FC, 0x6F58, 0xDAEB, 0x6F5A, 0xE2D8, 0x6F5B, 0xEDD6, - 0x6F5E, 0xD6D1, 0x6F5F, 0xE0B3, 0x6F62, 0xFCD2, 0x6F64, 0xEBC8, 0x6F6D, 0xD3C1, 0x6F6E, 0xF0CD, 0x6F70, 0xCFF7, 0x6F7A, 0xEDD2, - 0x6F7C, 0xD4D8, 0x6F7D, 0xDCC9, 0x6F7E, 0xD7F1, 0x6F81, 0xDFBB, 0x6F84, 0xF3A5, 0x6F88, 0xF4CD, 0x6F8D, 0xF1BF, 0x6F8E, 0xF8B1, - 0x6F90, 0xE9FA, 0x6F94, 0xFBCB, 0x6F97, 0xCAD5, 0x6FA3, 0xF9D4, 0x6FA4, 0xF7CA, 0x6FA7, 0xD6C8, 0x6FAE, 0xFCE8, 0x6FAF, 0xF3BD, - 0x6FB1, 0xEEFE, 0x6FB3, 0xE7FE, 0x6FB9, 0xD3C2, 0x6FBE, 0xD3B6, 0x6FC0, 0xCCAD, 0x6FC1, 0xF6FA, 0x6FC2, 0xD6B2, 0x6FC3, 0xD2D8, - 0x6FCA, 0xE7D8, 0x6FD5, 0xE3A5, 0x6FDA, 0xE7B9, 0x6FDF, 0xF0AD, 0x6FE0, 0xFBCC, 0x6FE1, 0xEBA1, 0x6FE4, 0xD4A6, 0x6FE9, 0xFBCD, - 0x6FEB, 0xD5BD, 0x6FEC, 0xF1DF, 0x6FEF, 0xF6FB, 0x6FF1, 0xDEB4, 0x6FFE, 0xD5EB, 0x7001, 0xE5C8, 0x7005, 0xFBA4, 0x7006, 0xD4B9, - 0x7009, 0xDEE1, 0x700B, 0xE4A3, 0x700F, 0xD7B7, 0x7011, 0xF8EE, 0x7015, 0xDEB5, 0x7018, 0xD6D2, 0x701A, 0xF9D5, 0x701B, 0xE7BA, - 0x701C, 0xEBD5, 0x701D, 0xD5F7, 0x701E, 0xEFE7, 0x701F, 0xE1BE, 0x7023, 0xFAAE, 0x7027, 0xD6E9, 0x7028, 0xD6EE, 0x702F, 0xE7BB, - 0x7037, 0xECCB, 0x703E, 0xD5B3, 0x704C, 0xCEB4, 0x7050, 0xFBA5, 0x7051, 0xE1EE, 0x7058, 0xF7A8, 0x705D, 0xFBCE, 0x7063, 0xD8BD, - 0x706B, 0xFBFD, 0x7070, 0xFCE9, 0x7078, 0xCFB6, 0x707C, 0xEDC7, 0x707D, 0xEEAC, 0x7085, 0xCCDD, 0x708A, 0xF6A7, 0x708E, 0xE6FA, - 0x7092, 0xF5A4, 0x7098, 0xFDDC, 0x7099, 0xEDB3, 0x709A, 0xCEC9, 0x70A1, 0xEFE8, 0x70A4, 0xE1BF, 0x70AB, 0xFADB, 0x70AC, 0xCBE3, - 0x70AD, 0xF7A9, 0x70AF, 0xFBA6, 0x70B3, 0xDCB9, 0x70B7, 0xF1C0, 0x70B8, 0xEDC8, 0x70B9, 0xEFC3, 0x70C8, 0xD6AD, 0x70CB, 0xFDCE, - 0x70CF, 0xE8A1, 0x70D8, 0xFBF4, 0x70D9, 0xD5A7, 0x70DD, 0xF1F6, 0x70DF, 0xE6D3, 0x70F1, 0xCCDE, 0x70F9, 0xF8B2, 0x70FD, 0xDCEB, - 0x7104, 0xFDB6, 0x7109, 0xE5EA, 0x710C, 0xF1E0, 0x7119, 0xDBCC, 0x711A, 0xDDCD, 0x711E, 0xD4C8, 0x7121, 0xD9ED, 0x7126, 0xF5A5, - 0x7130, 0xE6FB, 0x7136, 0xE6D4, 0x7147, 0xFDC8, 0x7149, 0xD6A1, 0x714A, 0xFDBF, 0x714C, 0xFCD3, 0x714E, 0xEFA1, 0x7150, 0xE7BC, - 0x7156, 0xD1EE, 0x7159, 0xE6D5, 0x715C, 0xE9F2, 0x715E, 0xDFB0, 0x7164, 0xD8E0, 0x7165, 0xFCBA, 0x7166, 0xFDAF, 0x7167, 0xF0CE, - 0x7169, 0xDBE1, 0x716C, 0xE5C9, 0x716E, 0xEDB4, 0x717D, 0xE0C3, 0x7184, 0xE3D8, 0x7189, 0xE9FB, 0x718A, 0xEAA8, 0x718F, 0xFDB7, - 0x7192, 0xFBA7, 0x7194, 0xE9C2, 0x7199, 0xFDF7, 0x719F, 0xE2D9, 0x71A2, 0xDCEC, 0x71AC, 0xE8A2, 0x71B1, 0xE6F0, 0x71B9, 0xFDF8, - 0x71BA, 0xFDF9, 0x71BE, 0xF6BF, 0x71C1, 0xE7A7, 0x71C3, 0xE6D7, 0x71C8, 0xD4F3, 0x71C9, 0xD4C9, 0x71CE, 0xD6FA, 0x71D0, 0xD7F2, - 0x71D2, 0xE1C0, 0x71D4, 0xDBE2, 0x71D5, 0xE6D8, 0x71DF, 0xE7BD, 0x71E5, 0xF0CF, 0x71E6, 0xF3BE, 0x71E7, 0xE2AC, 0x71ED, 0xF5B7, - 0x71EE, 0xE0F0, 0x71FB, 0xFDB8, 0x71FC, 0xE3E8, 0x71FE, 0xD4A7, 0x71FF, 0xE8FC, 0x7200, 0xFAD2, 0x7206, 0xF8EF, 0x7210, 0xD6D3, - 0x721B, 0xD5B4, 0x722A, 0xF0D0, 0x722C, 0xF7F0, 0x722D, 0xEEB3, 0x7230, 0xEABA, 0x7232, 0xEAD3, 0x7235, 0xEDC9, 0x7236, 0xDDAB, - 0x723A, 0xE5AC, 0x723B, 0xFDA1, 0x723D, 0xDFD0, 0x723E, 0xECB3, 0x7240, 0xDFD1, 0x7246, 0xEDED, 0x7247, 0xF8B8, 0x7248, 0xF7FA, - 0x724C, 0xF8AB, 0x7252, 0xF4E0, 0x7258, 0xD4BA, 0x7259, 0xE4B3, 0x725B, 0xE9DA, 0x725D, 0xDEB6, 0x725F, 0xD9BF, 0x7261, 0xD9C0, - 0x7262, 0xD6EF, 0x7267, 0xD9CC, 0x7269, 0xDAAA, 0x7272, 0xDFE5, 0x7279, 0xF7E5, 0x727D, 0xCCB2, 0x7280, 0xDFF9, 0x7281, 0xD7E0, - 0x72A2, 0xD4BB, 0x72A7, 0xFDFA, 0x72AC, 0xCCB3, 0x72AF, 0xDBF3, 0x72C0, 0xDFD2, 0x72C2, 0xCECA, 0x72C4, 0xEEDA, 0x72CE, 0xE4E4, - 0x72D0, 0xFBCF, 0x72D7, 0xCFB7, 0x72D9, 0xEEC3, 0x72E1, 0xCEEA, 0x72E9, 0xE2AD, 0x72F8, 0xD7E1, 0x72F9, 0xFAF5, 0x72FC, 0xD5C9, - 0x72FD, 0xF8AC, 0x730A, 0xE7D9, 0x7316, 0xF3E9, 0x731B, 0xD8ED, 0x731C, 0xE3C4, 0x731D, 0xF0F1, 0x7325, 0xE8E5, 0x7329, 0xE0FA, - 0x732A, 0xEEC4, 0x732B, 0xD9DE, 0x7336, 0xEBA2, 0x7337, 0xEBA3, 0x733E, 0xFCC2, 0x733F, 0xEABB, 0x7344, 0xE8AB, 0x7345, 0xDEE2, - 0x7350, 0xEDEF, 0x7352, 0xE8A3, 0x7357, 0xCFF1, 0x7368, 0xD4BC, 0x736A, 0xFCEA, 0x7370, 0xE7BE, 0x7372, 0xFCF2, 0x7375, 0xD6B4, - 0x7378, 0xE2AE, 0x737A, 0xD3B7, 0x737B, 0xFACC, 0x7384, 0xFADC, 0x7386, 0xEDB5, 0x7387, 0xE1E3, 0x7389, 0xE8AC, 0x738B, 0xE8DD, - 0x738E, 0xEFE9, 0x7394, 0xF4BD, 0x7396, 0xCFB8, 0x7397, 0xE9DB, 0x7398, 0xD1AC, 0x739F, 0xDAC7, 0x73A7, 0xEBC9, 0x73A9, 0xE8CC, - 0x73AD, 0xDEB7, 0x73B2, 0xD6BC, 0x73B3, 0xD3E5, 0x73B9, 0xFADD, 0x73C0, 0xDAD6, 0x73C2, 0xCAB1, 0x73C9, 0xDAC8, 0x73CA, 0xDFA6, - 0x73CC, 0xF9B3, 0x73CD, 0xF2D2, 0x73CF, 0xCAC4, 0x73D6, 0xCECB, 0x73D9, 0xCDF5, 0x73DD, 0xFDB0, 0x73DE, 0xD5A8, 0x73E0, 0xF1C1, - 0x73E3, 0xE2E9, 0x73E4, 0xDCCA, 0x73E5, 0xECB4, 0x73E6, 0xFAC0, 0x73E9, 0xFBA8, 0x73EA, 0xD0A8, 0x73ED, 0xDAEC, 0x73F7, 0xD9EE, - 0x73F9, 0xE0FB, 0x73FD, 0xEFEA, 0x73FE, 0xFADE, 0x7401, 0xE0C4, 0x7403, 0xCFB9, 0x7405, 0xD5CA, 0x7406, 0xD7E2, 0x7407, 0xE2AF, - 0x7409, 0xD7B8, 0x7413, 0xE8CD, 0x741B, 0xF6DA, 0x7420, 0xEFA2, 0x7421, 0xE2DA, 0x7422, 0xF6FC, 0x7425, 0xFBD0, 0x7426, 0xD1AD, - 0x7428, 0xCDE4, 0x742A, 0xD1AE, 0x742B, 0xDCED, 0x742C, 0xE8CE, 0x742E, 0xF0F9, 0x742F, 0xCEB5, 0x7430, 0xE6FC, 0x7433, 0xD7FB, - 0x7434, 0xD0D6, 0x7435, 0xDDF5, 0x7436, 0xF7F1, 0x7438, 0xF6FD, 0x743A, 0xDBF7, 0x743F, 0xFBEA, 0x7440, 0xE9DC, 0x7441, 0xD9C1, - 0x7443, 0xF5F2, 0x7444, 0xE0C5, 0x744B, 0xEAD4, 0x7455, 0xF9C2, 0x7457, 0xEABC, 0x7459, 0xD2C5, 0x745A, 0xFBD1, 0x745B, 0xE7C0, - 0x745C, 0xEBA5, 0x745E, 0xDFFA, 0x745F, 0xE3A2, 0x7460, 0xD7B9, 0x7462, 0xE9C3, 0x7464, 0xE8FD, 0x7465, 0xE8AF, 0x7468, 0xF2D3, - 0x7469, 0xFBA9, 0x746A, 0xD8A5, 0x746F, 0xD5CB, 0x747E, 0xD0C8, 0x7482, 0xD1AF, 0x7483, 0xD7E3, 0x7487, 0xE0C6, 0x7489, 0xD6A2, - 0x748B, 0xEDF0, 0x7498, 0xD7F3, 0x749C, 0xFCD4, 0x749E, 0xDAD7, 0x749F, 0xCCDF, 0x74A1, 0xF2D4, 0x74A3, 0xD1B0, 0x74A5, 0xCCE0, - 0x74A7, 0xDBFD, 0x74A8, 0xF3BF, 0x74AA, 0xF0D1, 0x74B0, 0xFCBB, 0x74B2, 0xE2B0, 0x74B5, 0xE6A5, 0x74B9, 0xE2DB, 0x74BD, 0xDFDE, - 0x74BF, 0xE0C7, 0x74C6, 0xF2EF, 0x74CA, 0xCCE1, 0x74CF, 0xD6EA, 0x74D4, 0xE7C2, 0x74D8, 0xCEB6, 0x74DA, 0xF3C0, 0x74DC, 0xCDFE, - 0x74E0, 0xFBD2, 0x74E2, 0xF8F8, 0x74E3, 0xF7FB, 0x74E6, 0xE8BF, 0x74EE, 0xE8B7, 0x74F7, 0xEDB6, 0x7501, 0xDCBA, 0x7504, 0xCCB4, - 0x7511, 0xF1F7, 0x7515, 0xE8B8, 0x7518, 0xCAF6, 0x751A, 0xE4A4, 0x751B, 0xF4D6, 0x751F, 0xDFE6, 0x7523, 0xDFA7, 0x7525, 0xDFE7, - 0x7526, 0xE1C1, 0x7528, 0xE9C4, 0x752B, 0xDCCB, 0x752C, 0xE9C5, 0x7530, 0xEFA3, 0x7531, 0xEBA6, 0x7532, 0xCBA3, 0x7533, 0xE3E9, - 0x7537, 0xD1FB, 0x7538, 0xEFA4, 0x753A, 0xEFEB, 0x7547, 0xD0B4, 0x754C, 0xCDA3, 0x754F, 0xE8E6, 0x7551, 0xEFA5, 0x7553, 0xD3CC, - 0x7554, 0xDAED, 0x7559, 0xD7BA, 0x755B, 0xF2D5, 0x755C, 0xF5E5, 0x755D, 0xD9EF, 0x7562, 0xF9B4, 0x7565, 0xD5D4, 0x7566, 0xFDCF, - 0x756A, 0xDBE3, 0x756F, 0xF1E1, 0x7570, 0xECB6, 0x7575, 0xFBFE, 0x7576, 0xD3D7, 0x7578, 0xD1B1, 0x757A, 0xCBB1, 0x757F, 0xD1B2, - 0x7586, 0xCBB2, 0x7587, 0xF1C2, 0x758A, 0xF4E1, 0x758B, 0xF9B5, 0x758E, 0xE1C3, 0x758F, 0xE1C2, 0x7591, 0xEBF7, 0x759D, 0xDFA8, - 0x75A5, 0xCBCA, 0x75AB, 0xE6B9, 0x75B1, 0xF8DE, 0x75B2, 0xF9AA, 0x75B3, 0xCAF7, 0x75B5, 0xEDB7, 0x75B8, 0xD3B8, 0x75B9, 0xF2D6, - 0x75BC, 0xD4D9, 0x75BD, 0xEEC5, 0x75BE, 0xF2F0, 0x75C2, 0xCAB2, 0x75C5, 0xDCBB, 0x75C7, 0xF1F8, 0x75CD, 0xECB7, 0x75D2, 0xE5CA, - 0x75D4, 0xF6C0, 0x75D5, 0xFDDD, 0x75D8, 0xD4E3, 0x75D9, 0xCCE2, 0x75DB, 0xF7D4, 0x75E2, 0xD7E5, 0x75F0, 0xD3C3, 0x75F2, 0xD8A6, - 0x75F4, 0xF6C1, 0x75FA, 0xDDF6, 0x75FC, 0xCDC0, 0x7600, 0xE5DC, 0x760D, 0xE5CB, 0x7619, 0xE1C4, 0x761F, 0xE8B0, 0x7620, 0xF4B0, - 0x7621, 0xF3EA, 0x7622, 0xDAEE, 0x7624, 0xD7BB, 0x7626, 0xE2B1, 0x763B, 0xD7AA, 0x7642, 0xD6FB, 0x764C, 0xE4DF, 0x764E, 0xCAD6, - 0x7652, 0xEBA8, 0x7656, 0xDBFE, 0x7661, 0xF6C2, 0x7664, 0xEFBB, 0x7669, 0xD4FD, 0x766C, 0xE0C8, 0x7670, 0xE8B9, 0x7672, 0xEFA6, - 0x7678, 0xCDA4, 0x767B, 0xD4F4, 0x767C, 0xDBA1, 0x767D, 0xDBDC, 0x767E, 0xDBDD, 0x7684, 0xEEDC, 0x7686, 0xCBCB, 0x7687, 0xFCD5, - 0x768E, 0xCEEB, 0x7690, 0xCDC1, 0x7693, 0xFBD3, 0x76AE, 0xF9AB, 0x76BA, 0xF5D4, 0x76BF, 0xD9A9, 0x76C2, 0xE9DD, 0x76C3, 0xDBCD, - 0x76C6, 0xDDCE, 0x76C8, 0xE7C3, 0x76CA, 0xECCC, 0x76D2, 0xF9EC, 0x76D6, 0xCBCC, 0x76DB, 0xE0FC, 0x76DC, 0xD4A8, 0x76DE, 0xEDD3, - 0x76DF, 0xD8EF, 0x76E1, 0xF2D7, 0x76E3, 0xCAF8, 0x76E4, 0xDAEF, 0x76E7, 0xD6D4, 0x76EE, 0xD9CD, 0x76F2, 0xD8EE, 0x76F4, 0xF2C1, - 0x76F8, 0xDFD3, 0x76FC, 0xDAF0, 0x76FE, 0xE2EA, 0x7701, 0xE0FD, 0x7704, 0xD8F8, 0x7708, 0xF7AF, 0x7709, 0xDAB6, 0x770B, 0xCAD7, - 0x771E, 0xF2D8, 0x7720, 0xD8F9, 0x7729, 0xFADF, 0x7737, 0xCFEF, 0x7738, 0xD9C2, 0x773A, 0xF0D2, 0x773C, 0xE4D1, 0x7740, 0xF3B7, - 0x774D, 0xFAE0, 0x775B, 0xEFEC, 0x7761, 0xE2B2, 0x7763, 0xD4BD, 0x7766, 0xD9CE, 0x776B, 0xF4E2, 0x7779, 0xD4A9, 0x777E, 0xCDC2, - 0x777F, 0xE7DA, 0x778B, 0xF2D9, 0x7791, 0xD9AA, 0x779E, 0xD8BE, 0x77A5, 0xDCAD, 0x77AC, 0xE2EB, 0x77AD, 0xD6FC, 0x77B0, 0xCAF9, - 0x77B3, 0xD4DA, 0x77BB, 0xF4D7, 0x77BC, 0xCCA1, 0x77BF, 0xCFBA, 0x77D7, 0xF5B8, 0x77DB, 0xD9C3, 0x77DC, 0xD0E8, 0x77E2, 0xE3C5, - 0x77E3, 0xEBF8, 0x77E5, 0xF2B1, 0x77E9, 0xCFBB, 0x77ED, 0xD3AD, 0x77EE, 0xE8E1, 0x77EF, 0xCEEC, 0x77F3, 0xE0B4, 0x7802, 0xDEE3, - 0x7812, 0xDDF7, 0x7825, 0xF2B2, 0x7826, 0xF3F6, 0x7827, 0xF6DB, 0x782C, 0xD7FE, 0x7832, 0xF8DF, 0x7834, 0xF7F2, 0x7845, 0xD0A9, - 0x784F, 0xE6DA, 0x785D, 0xF5A6, 0x786B, 0xD7BC, 0x786C, 0xCCE3, 0x786F, 0xE6DB, 0x787C, 0xDDDD, 0x7881, 0xD1B3, 0x7887, 0xEFED, - 0x788C, 0xD6DE, 0x788D, 0xE4F4, 0x788E, 0xE1EF, 0x7891, 0xDDF8, 0x7897, 0xE8CF, 0x78A3, 0xCAE5, 0x78A7, 0xDCA1, 0x78A9, 0xE0B5, - 0x78BA, 0xFCAC, 0x78BB, 0xFCAD, 0x78BC, 0xD8A7, 0x78C1, 0xEDB8, 0x78C5, 0xDBB6, 0x78CA, 0xD6F0, 0x78CB, 0xF3AF, 0x78CE, 0xCDA5, - 0x78D0, 0xDAF1, 0x78E8, 0xD8A8, 0x78EC, 0xCCE4, 0x78EF, 0xD1B4, 0x78F5, 0xCAD8, 0x78FB, 0xDAF2, 0x7901, 0xF5A7, 0x790E, 0xF5A8, - 0x7916, 0xE6A6, 0x792A, 0xD5EC, 0x792B, 0xD5F8, 0x792C, 0xDAF3, 0x793A, 0xE3C6, 0x793E, 0xDEE4, 0x7940, 0xDEE5, 0x7941, 0xD1B5, - 0x7947, 0xD1B6, 0x7948, 0xD1B7, 0x7949, 0xF2B3, 0x7950, 0xE9DE, 0x7956, 0xF0D3, 0x7957, 0xF2B4, 0x795A, 0xF0D4, 0x795B, 0xCBE4, - 0x795C, 0xFBD4, 0x795D, 0xF5E6, 0x795E, 0xE3EA, 0x7960, 0xDEE6, 0x7965, 0xDFD4, 0x7968, 0xF8F9, 0x796D, 0xF0AE, 0x797A, 0xD1B8, - 0x797F, 0xD6DF, 0x7981, 0xD0D7, 0x798D, 0xFCA1, 0x798E, 0xEFEE, 0x798F, 0xDCD8, 0x7991, 0xE9DF, 0x79A6, 0xE5DD, 0x79A7, 0xFDFB, - 0x79AA, 0xE0C9, 0x79AE, 0xD6C9, 0x79B1, 0xD4AA, 0x79B3, 0xE5CC, 0x79B9, 0xE9E0, 0x79BD, 0xD0D8, 0x79BE, 0xFCA2, 0x79BF, 0xD4BE, - 0x79C0, 0xE2B3, 0x79C1, 0xDEE7, 0x79C9, 0xDCBC, 0x79CA, 0xD2B6, 0x79CB, 0xF5D5, 0x79D1, 0xCEA1, 0x79D2, 0xF5A9, 0x79D5, 0xDDF9, - 0x79D8, 0xDDFA, 0x79DF, 0xF0D5, 0x79E4, 0xF6DF, 0x79E6, 0xF2DA, 0x79E7, 0xE4EB, 0x79E9, 0xF2F1, 0x79FB, 0xECB9, 0x7A00, 0xFDFC, - 0x7A05, 0xE1AA, 0x7A08, 0xCAD9, 0x7A0B, 0xEFEF, 0x7A0D, 0xF5AA, 0x7A14, 0xECF9, 0x7A17, 0xF8AD, 0x7A19, 0xF2C2, 0x7A1A, 0xF6C3, - 0x7A1C, 0xD7D2, 0x7A1F, 0xF9A2, 0x7A20, 0xF0D6, 0x7A2E, 0xF0FA, 0x7A31, 0xF6E0, 0x7A36, 0xE9F3, 0x7A37, 0xF2C3, 0x7A3B, 0xD4AB, - 0x7A3C, 0xCAB3, 0x7A3D, 0xCDA6, 0x7A3F, 0xCDC3, 0x7A40, 0xCDDA, 0x7A46, 0xD9CF, 0x7A49, 0xF6C4, 0x7A4D, 0xEEDD, 0x7A4E, 0xE7C4, - 0x7A57, 0xE2B4, 0x7A61, 0xDFE2, 0x7A62, 0xE7DB, 0x7A69, 0xE8B1, 0x7A6B, 0xFCAE, 0x7A70, 0xE5CD, 0x7A74, 0xFAEB, 0x7A76, 0xCFBC, - 0x7A79, 0xCFE2, 0x7A7A, 0xCDF6, 0x7A7D, 0xEFF0, 0x7A7F, 0xF4BE, 0x7A81, 0xD4CD, 0x7A84, 0xF3B8, 0x7A88, 0xE9A1, 0x7A92, 0xF2F2, - 0x7A93, 0xF3EB, 0x7A95, 0xF0D7, 0x7A98, 0xCFD7, 0x7A9F, 0xCFDF, 0x7AA9, 0xE8C0, 0x7AAA, 0xE8C1, 0x7AAE, 0xCFE3, 0x7AAF, 0xE9A2, - 0x7ABA, 0xD0AA, 0x7AC4, 0xF3C1, 0x7AC5, 0xD0AB, 0x7AC7, 0xD4E4, 0x7ACA, 0xEFBC, 0x7ACB, 0xD8A1, 0x7AD7, 0xD9DF, 0x7AD9, 0xF3D7, - 0x7ADD, 0xDCBD, 0x7ADF, 0xCCE5, 0x7AE0, 0xEDF1, 0x7AE3, 0xF1E2, 0x7AE5, 0xD4DB, 0x7AEA, 0xE2B5, 0x7AED, 0xCAE6, 0x7AEF, 0xD3AE, - 0x7AF6, 0xCCE6, 0x7AF9, 0xF1D3, 0x7AFA, 0xF5E7, 0x7AFF, 0xCADA, 0x7B0F, 0xFBEE, 0x7B11, 0xE1C5, 0x7B19, 0xDFE9, 0x7B1B, 0xEEDE, - 0x7B1E, 0xF7C2, 0x7B20, 0xD8A2, 0x7B26, 0xDDAC, 0x7B2C, 0xF0AF, 0x7B2D, 0xD6BD, 0x7B39, 0xE1AB, 0x7B46, 0xF9B6, 0x7B49, 0xD4F5, - 0x7B4B, 0xD0C9, 0x7B4C, 0xEFA7, 0x7B4D, 0xE2EC, 0x7B4F, 0xDBEA, 0x7B50, 0xCECC, 0x7B51, 0xF5E8, 0x7B52, 0xF7D5, 0x7B54, 0xD3CD, - 0x7B56, 0xF3FE, 0x7B60, 0xD0B5, 0x7B6C, 0xE0FE, 0x7B6E, 0xDFFB, 0x7B75, 0xE6DD, 0x7B7D, 0xE8A4, 0x7B87, 0xCBCD, 0x7B8B, 0xEFA8, - 0x7B8F, 0xEEB4, 0x7B94, 0xDAD8, 0x7B95, 0xD1B9, 0x7B97, 0xDFA9, 0x7B9A, 0xF3B0, 0x7B9D, 0xCCC4, 0x7BA1, 0xCEB7, 0x7BAD, 0xEFA9, - 0x7BB1, 0xDFD5, 0x7BB4, 0xEDD7, 0x7BB8, 0xEEC6, 0x7BC0, 0xEFBD, 0x7BC1, 0xFCD6, 0x7BC4, 0xDBF4, 0x7BC6, 0xEFAA, 0x7BC7, 0xF8B9, - 0x7BC9, 0xF5E9, 0x7BD2, 0xE3D9, 0x7BE0, 0xE1C6, 0x7BE4, 0xD4BF, 0x7BE9, 0xDEE8, 0x7C07, 0xF0EA, 0x7C12, 0xF3C2, 0x7C1E, 0xD3AF, - 0x7C21, 0xCADB, 0x7C27, 0xFCD7, 0x7C2A, 0xEDD8, 0x7C2B, 0xE1C7, 0x7C3D, 0xF4D8, 0x7C3E, 0xD6B3, 0x7C3F, 0xDDAD, 0x7C43, 0xD5BE, - 0x7C4C, 0xF1C3, 0x7C4D, 0xEEDF, 0x7C60, 0xD6EB, 0x7C64, 0xF4D9, 0x7C6C, 0xD7E6, 0x7C73, 0xDAB7, 0x7C83, 0xDDFB, 0x7C89, 0xDDCF, - 0x7C92, 0xD8A3, 0x7C95, 0xDAD9, 0x7C97, 0xF0D8, 0x7C98, 0xEFC4, 0x7C9F, 0xE1D8, 0x7CA5, 0xF1D4, 0x7CA7, 0xEDF2, 0x7CAE, 0xD5DB, - 0x7CB1, 0xD5DC, 0x7CB2, 0xF3C4, 0x7CB3, 0xCBD7, 0x7CB9, 0xE2B6, 0x7CBE, 0xEFF1, 0x7CCA, 0xFBD5, 0x7CD6, 0xD3D8, 0x7CDE, 0xDDD0, - 0x7CDF, 0xF0D9, 0x7CE0, 0xCBB3, 0x7CE7, 0xD5DD, 0x7CFB, 0xCDA7, 0x7CFE, 0xD0AC, 0x7D00, 0xD1BA, 0x7D02, 0xF1C4, 0x7D04, 0xE5B3, - 0x7D05, 0xFBF5, 0x7D06, 0xE9E1, 0x7D07, 0xFDE0, 0x7D08, 0xFCBC, 0x7D0A, 0xDAA2, 0x7D0B, 0xDAA3, 0x7D0D, 0xD2A1, 0x7D10, 0xD2EF, - 0x7D14, 0xE2ED, 0x7D17, 0xDEE9, 0x7D18, 0xCEDC, 0x7D19, 0xF2B5, 0x7D1A, 0xD0E4, 0x7D1B, 0xDDD1, 0x7D20, 0xE1C8, 0x7D21, 0xDBB7, - 0x7D22, 0xDFE3, 0x7D2B, 0xEDB9, 0x7D2C, 0xF1C5, 0x7D2E, 0xF3CF, 0x7D2F, 0xD7AB, 0x7D30, 0xE1AC, 0x7D33, 0xE3EB, 0x7D35, 0xEEC7, - 0x7D39, 0xE1C9, 0x7D3A, 0xCAFA, 0x7D42, 0xF0FB, 0x7D43, 0xFAE1, 0x7D44, 0xF0DA, 0x7D45, 0xCCE7, 0x7D46, 0xDAF4, 0x7D50, 0xCCBF, - 0x7D5E, 0xCEED, 0x7D61, 0xD5A9, 0x7D62, 0xFAE2, 0x7D66, 0xD0E5, 0x7D68, 0xEBD6, 0x7D6A, 0xECDF, 0x7D6E, 0xDFFC, 0x7D71, 0xF7D6, - 0x7D72, 0xDEEA, 0x7D73, 0xCBB4, 0x7D76, 0xEFBE, 0x7D79, 0xCCB5, 0x7D7F, 0xCFBD, 0x7D8E, 0xEFF2, 0x7D8F, 0xE2B7, 0x7D93, 0xCCE8, - 0x7D9C, 0xF0FC, 0x7DA0, 0xD6E0, 0x7DA2, 0xF1C6, 0x7DAC, 0xE2B8, 0x7DAD, 0xEBAB, 0x7DB1, 0xCBB5, 0x7DB2, 0xD8D1, 0x7DB4, 0xF4CE, - 0x7DB5, 0xF3F7, 0x7DB8, 0xD7C6, 0x7DBA, 0xD1BB, 0x7DBB, 0xF7AA, 0x7DBD, 0xEDCA, 0x7DBE, 0xD7D3, 0x7DBF, 0xD8FA, 0x7DC7, 0xF6C5, - 0x7DCA, 0xD1CC, 0x7DCB, 0xDDFC, 0x7DD6, 0xDFFD, 0x7DD8, 0xF9E5, 0x7DDA, 0xE0CA, 0x7DDD, 0xF2FD, 0x7DDE, 0xD3B0, 0x7DE0, 0xF4F3, - 0x7DE1, 0xDAC9, 0x7DE3, 0xE6DE, 0x7DE8, 0xF8BA, 0x7DE9, 0xE8D0, 0x7DEC, 0xD8FB, 0x7DEF, 0xEAD5, 0x7DF4, 0xD6A3, 0x7DFB, 0xF6C6, - 0x7E09, 0xF2DB, 0x7E0A, 0xE4FC, 0x7E15, 0xE8B2, 0x7E1B, 0xDADA, 0x7E1D, 0xF2DC, 0x7E1E, 0xFBD6, 0x7E1F, 0xE9B2, 0x7E21, 0xEEAD, - 0x7E23, 0xFAE3, 0x7E2B, 0xDCEE, 0x7E2E, 0xF5EA, 0x7E2F, 0xE6E0, 0x7E31, 0xF0FD, 0x7E37, 0xD7AC, 0x7E3D, 0xF5C5, 0x7E3E, 0xEEE0, - 0x7E41, 0xDBE5, 0x7E43, 0xDDDE, 0x7E46, 0xD9F0, 0x7E47, 0xE9A3, 0x7E52, 0xF1F9, 0x7E54, 0xF2C4, 0x7E55, 0xE0CB, 0x7E5E, 0xE9A4, - 0x7E61, 0xE2B9, 0x7E69, 0xE3B1, 0x7E6A, 0xFCEB, 0x7E6B, 0xCDA8, 0x7E6D, 0xCCB6, 0x7E70, 0xF0DB, 0x7E79, 0xE6BA, 0x7E7C, 0xCDA9, - 0x7E82, 0xF3C3, 0x7E8C, 0xE1D9, 0x7E8F, 0xEFAB, 0x7E93, 0xE7C5, 0x7E96, 0xE0E9, 0x7E98, 0xF3C5, 0x7E9B, 0xD4C0, 0x7E9C, 0xD5BF, - 0x7F36, 0xDDAE, 0x7F38, 0xF9FC, 0x7F3A, 0xCCC0, 0x7F4C, 0xE5A2, 0x7F50, 0xCEB8, 0x7F54, 0xD8D2, 0x7F55, 0xF9D6, 0x7F6A, 0xF1AA, - 0x7F6B, 0xCED1, 0x7F6E, 0xF6C7, 0x7F70, 0xDBEB, 0x7F72, 0xDFFE, 0x7F75, 0xD8E1, 0x7F77, 0xF7F3, 0x7F79, 0xD7E7, 0x7F85, 0xD4FE, - 0x7F88, 0xD1BC, 0x7F8A, 0xE5CF, 0x7F8C, 0xCBB6, 0x7F8E, 0xDAB8, 0x7F94, 0xCDC4, 0x7F9A, 0xD6BE, 0x7F9E, 0xE2BA, 0x7FA4, 0xCFD8, - 0x7FA8, 0xE0CC, 0x7FA9, 0xEBF9, 0x7FB2, 0xFDFD, 0x7FB8, 0xD7E8, 0x7FB9, 0xCBD8, 0x7FBD, 0xE9E2, 0x7FC1, 0xE8BA, 0x7FC5, 0xE3C7, - 0x7FCA, 0xECCD, 0x7FCC, 0xECCE, 0x7FCE, 0xD6BF, 0x7FD2, 0xE3A7, 0x7FD4, 0xDFD6, 0x7FD5, 0xFDE8, 0x7FDF, 0xEEE1, 0x7FE0, 0xF6A8, - 0x7FE1, 0xDDFD, 0x7FE9, 0xF8BB, 0x7FEB, 0xE8D1, 0x7FF0, 0xF9D7, 0x7FF9, 0xCEEE, 0x7FFC, 0xECCF, 0x8000, 0xE9A5, 0x8001, 0xD6D5, - 0x8003, 0xCDC5, 0x8005, 0xEDBA, 0x8006, 0xD1BD, 0x8009, 0xCFBE, 0x800C, 0xECBB, 0x8010, 0xD2B1, 0x8015, 0xCCE9, 0x8017, 0xD9C4, - 0x8018, 0xE9FC, 0x802D, 0xD1BE, 0x8033, 0xECBC, 0x8036, 0xE5AD, 0x803D, 0xF7B0, 0x803F, 0xCCEA, 0x8043, 0xD3C4, 0x8046, 0xD6C0, - 0x804A, 0xD6FD, 0x8056, 0xE1A1, 0x8058, 0xDEBD, 0x805A, 0xF6A9, 0x805E, 0xDAA4, 0x806F, 0xD6A4, 0x8070, 0xF5C6, 0x8072, 0xE1A2, - 0x8073, 0xE9C6, 0x8077, 0xF2C5, 0x807D, 0xF4E9, 0x807E, 0xD6EC, 0x807F, 0xEBD3, 0x8084, 0xECBD, 0x8085, 0xE2DC, 0x8086, 0xDEEB, - 0x8087, 0xF0DC, 0x8089, 0xEBBF, 0x808B, 0xD7CE, 0x808C, 0xD1BF, 0x8096, 0xF5AB, 0x809B, 0xF9FD, 0x809D, 0xCADC, 0x80A1, 0xCDC6, - 0x80A2, 0xF2B6, 0x80A5, 0xDDFE, 0x80A9, 0xCCB7, 0x80AA, 0xDBB8, 0x80AF, 0xD0E9, 0x80B1, 0xCEDD, 0x80B2, 0xEBC0, 0x80B4, 0xFDA2, - 0x80BA, 0xF8CB, 0x80C3, 0xEAD6, 0x80C4, 0xF1B0, 0x80CC, 0xDBCE, 0x80CE, 0xF7C3, 0x80DA, 0xDBCF, 0x80DB, 0xCBA4, 0x80DE, 0xF8E0, - 0x80E1, 0xFBD7, 0x80E4, 0xEBCA, 0x80E5, 0xE0A1, 0x80F1, 0xCECD, 0x80F4, 0xD4DC, 0x80F8, 0xFDD8, 0x80FD, 0xD2F6, 0x8102, 0xF2B7, - 0x8105, 0xFAF6, 0x8106, 0xF6AA, 0x8107, 0xFAF7, 0x8108, 0xD8E6, 0x810A, 0xF4B1, 0x8118, 0xE8D2, 0x811A, 0xCAC5, 0x811B, 0xCCEB, - 0x8123, 0xE2EE, 0x8129, 0xE2BB, 0x812B, 0xF7AD, 0x812F, 0xF8E1, 0x8139, 0xF3EC, 0x813E, 0xDEA1, 0x814B, 0xE4FD, 0x814E, 0xE3EC, - 0x8150, 0xDDAF, 0x8151, 0xDDB0, 0x8154, 0xCBB7, 0x8155, 0xE8D3, 0x8165, 0xE1A3, 0x8166, 0xD2E0, 0x816B, 0xF0FE, 0x8170, 0xE9A6, - 0x8171, 0xCBF2, 0x8178, 0xEDF3, 0x8179, 0xDCD9, 0x817A, 0xE0CD, 0x817F, 0xF7DA, 0x8180, 0xDBB9, 0x8188, 0xCCAE, 0x818A, 0xDADB, - 0x818F, 0xCDC7, 0x819A, 0xDDB1, 0x819C, 0xD8AF, 0x819D, 0xE3A3, 0x81A0, 0xCEEF, 0x81A3, 0xF2F3, 0x81A8, 0xF8B3, 0x81B3, 0xE0CE, - 0x81B5, 0xF5FD, 0x81BA, 0xEBEC, 0x81BD, 0xD3C5, 0x81BE, 0xFCEC, 0x81BF, 0xD2DB, 0x81C0, 0xD4EB, 0x81C2, 0xDEA2, 0x81C6, 0xE5E6, - 0x81CD, 0xF0B0, 0x81D8, 0xD5C4, 0x81DF, 0xEDF4, 0x81E3, 0xE3ED, 0x81E5, 0xE8C2, 0x81E7, 0xEDF5, 0x81E8, 0xD7FC, 0x81EA, 0xEDBB, - 0x81ED, 0xF6AB, 0x81F3, 0xF2B8, 0x81F4, 0xF6C8, 0x81FA, 0xD3E6, 0x81FB, 0xF2DD, 0x81FC, 0xCFBF, 0x81FE, 0xEBAC, 0x8205, 0xCFC0, - 0x8207, 0xE6A8, 0x8208, 0xFDE9, 0x820A, 0xCFC1, 0x820C, 0xE0DF, 0x820D, 0xDEEC, 0x8212, 0xE0A2, 0x821B, 0xF4BF, 0x821C, 0xE2EF, - 0x821E, 0xD9F1, 0x821F, 0xF1C7, 0x8221, 0xCBB8, 0x822A, 0xF9FE, 0x822B, 0xDBBA, 0x822C, 0xDAF5, 0x8235, 0xF6EC, 0x8236, 0xDADC, - 0x8237, 0xFAE4, 0x8239, 0xE0CF, 0x8240, 0xDDB2, 0x8245, 0xE6A9, 0x8247, 0xEFF3, 0x8259, 0xF3ED, 0x8264, 0xEBFA, 0x8266, 0xF9E6, - 0x826E, 0xCADD, 0x826F, 0xD5DE, 0x8271, 0xCADE, 0x8272, 0xDFE4, 0x8276, 0xE6FD, 0x8278, 0xF5AC, 0x827E, 0xE4F5, 0x828B, 0xE9E3, - 0x828D, 0xEDCB, 0x828E, 0xCFE4, 0x8292, 0xD8D3, 0x8299, 0xDDB3, 0x829A, 0xD4EC, 0x829D, 0xF2B9, 0x829F, 0xDFB7, 0x82A5, 0xCBCE, - 0x82A6, 0xFBD8, 0x82A9, 0xD0D9, 0x82AC, 0xDDD2, 0x82AD, 0xF7F4, 0x82AE, 0xE7DC, 0x82AF, 0xE4A5, 0x82B1, 0xFCA3, 0x82B3, 0xDBBB, - 0x82B7, 0xF2BA, 0x82B8, 0xE9FD, 0x82B9, 0xD0CA, 0x82BB, 0xF5D6, 0x82BC, 0xD9C5, 0x82BD, 0xE4B4, 0x82BF, 0xEDA7, 0x82D1, 0xEABD, - 0x82D2, 0xE6FE, 0x82D4, 0xF7C4, 0x82D5, 0xF5AD, 0x82D7, 0xD9E0, 0x82DB, 0xCAB4, 0x82DE, 0xF8E2, 0x82DF, 0xCFC2, 0x82E1, 0xECBE, - 0x82E5, 0xE5B4, 0x82E6, 0xCDC8, 0x82E7, 0xEEC8, 0x82F1, 0xE7C8, 0x82FD, 0xCDC9, 0x82FE, 0xF9B7, 0x8301, 0xF1E8, 0x8302, 0xD9F2, - 0x8303, 0xDBF5, 0x8304, 0xCAB5, 0x8305, 0xD9C6, 0x8309, 0xD8C9, 0x8317, 0xD9AB, 0x8328, 0xEDBC, 0x832B, 0xD8D4, 0x832F, 0xDCDA, - 0x8331, 0xE2BC, 0x8334, 0xFCED, 0x8335, 0xECE0, 0x8336, 0xD2FE, 0x8338, 0xE9C7, 0x8339, 0xE6AA, 0x8340, 0xE2F0, 0x8347, 0xFABB, - 0x8349, 0xF5AE, 0x834A, 0xFBAA, 0x834F, 0xECFB, 0x8351, 0xECBF, 0x8352, 0xFCD8, 0x8373, 0xD4E5, 0x8377, 0xF9C3, 0x837B, 0xEEE2, - 0x8389, 0xD7E9, 0x838A, 0xEDF6, 0x838E, 0xDEED, 0x8396, 0xCCEC, 0x8398, 0xE3EE, 0x839E, 0xE8D4, 0x83A2, 0xFAF8, 0x83A9, 0xDDB4, - 0x83AA, 0xE4B5, 0x83AB, 0xD8B0, 0x83BD, 0xD8D5, 0x83C1, 0xF4EA, 0x83C5, 0xCEB9, 0x83C9, 0xD6E1, 0x83CA, 0xCFD2, 0x83CC, 0xD0B6, - 0x83D3, 0xCEA2, 0x83D6, 0xF3EE, 0x83DC, 0xF3F8, 0x83E9, 0xDCCC, 0x83EB, 0xD0CB, 0x83EF, 0xFCA4, 0x83F0, 0xCDCA, 0x83F1, 0xD7D4, - 0x83F2, 0xDEA3, 0x83F4, 0xE4E0, 0x83F9, 0xEEC9, 0x83FD, 0xE2DD, 0x8403, 0xF5FE, 0x8404, 0xD4AC, 0x840A, 0xD5D1, 0x840C, 0xD8F0, - 0x840D, 0xF8C3, 0x840E, 0xEAD7, 0x8429, 0xF5D7, 0x842C, 0xD8BF, 0x8431, 0xFDC0, 0x8438, 0xEBAD, 0x843D, 0xD5AA, 0x8449, 0xE7A8, - 0x8457, 0xEECA, 0x845B, 0xCAE7, 0x8461, 0xF8E3, 0x8463, 0xD4DD, 0x8466, 0xEAD8, 0x846B, 0xFBD9, 0x846C, 0xEDF7, 0x846F, 0xE5B5, - 0x8475, 0xD0AD, 0x847A, 0xF1F1, 0x8490, 0xE2BD, 0x8494, 0xE3C8, 0x8499, 0xD9D5, 0x849C, 0xDFAA, 0x84A1, 0xDBBC, 0x84B2, 0xF8E4, - 0x84B8, 0xF1FA, 0x84BB, 0xE5B6, 0x84BC, 0xF3EF, 0x84BF, 0xFBDA, 0x84C0, 0xE1E0, 0x84C2, 0xD9AC, 0x84C4, 0xF5EB, 0x84C6, 0xE0B6, - 0x84C9, 0xE9C8, 0x84CB, 0xCBCF, 0x84CD, 0xE3C9, 0x84D1, 0xDEEE, 0x84DA, 0xE2BE, 0x84EC, 0xDCEF, 0x84EE, 0xD6A5, 0x84F4, 0xE2F1, - 0x84FC, 0xD6FE, 0x8511, 0xD9A1, 0x8513, 0xD8C0, 0x8514, 0xDCDB, 0x8517, 0xEDBD, 0x8518, 0xDFB8, 0x851A, 0xEAA5, 0x851E, 0xD7AD, - 0x8521, 0xF3F9, 0x8523, 0xEDF8, 0x8525, 0xF5C7, 0x852C, 0xE1CA, 0x852D, 0xEBE3, 0x852F, 0xF2DE, 0x853D, 0xF8CC, 0x853F, 0xEAD9, - 0x8541, 0xD3C6, 0x8543, 0xDBE6, 0x8549, 0xF5AF, 0x854E, 0xCEF0, 0x8553, 0xE9FE, 0x8559, 0xFBB6, 0x8563, 0xE2F2, 0x8568, 0xCFF2, - 0x8569, 0xF7B9, 0x856A, 0xD9F3, 0x856D, 0xE1CB, 0x8584, 0xDADD, 0x8587, 0xDAB9, 0x858F, 0xEBFB, 0x8591, 0xCBB9, 0x8594, 0xEDF9, - 0x859B, 0xE0E0, 0x85A6, 0xF4C0, 0x85A8, 0xFDBC, 0x85A9, 0xDFB1, 0x85AA, 0xE3EF, 0x85AF, 0xE0A3, 0x85B0, 0xFDB9, 0x85BA, 0xF0B1, - 0x85C1, 0xCDCB, 0x85C9, 0xEDBE, 0x85CD, 0xD5C0, 0x85CE, 0xE3F0, 0x85CF, 0xEDFA, 0x85D5, 0xE9E4, 0x85DC, 0xD5ED, 0x85DD, 0xE7DD, - 0x85E4, 0xD4F6, 0x85E5, 0xE5B7, 0x85E9, 0xDBE7, 0x85EA, 0xE2BF, 0x85F7, 0xEECB, 0x85FA, 0xD7F4, 0x85FB, 0xF0DD, 0x85FF, 0xCEAB, - 0x8602, 0xE7DE, 0x8606, 0xD6D6, 0x8607, 0xE1CC, 0x860A, 0xE8B3, 0x8616, 0xE5EE, 0x8617, 0xDCA2, 0x861A, 0xE0D0, 0x862D, 0xD5B5, - 0x863F, 0xD5A1, 0x864E, 0xFBDB, 0x8650, 0xF9CB, 0x8654, 0xCBF3, 0x8655, 0xF4A5, 0x865B, 0xFAC8, 0x865C, 0xD6D7, 0x865E, 0xE9E5, - 0x865F, 0xFBDC, 0x8667, 0xFDD0, 0x8679, 0xFBF6, 0x868A, 0xDAA5, 0x868C, 0xDBBD, 0x8693, 0xECE2, 0x86A3, 0xCDF7, 0x86A4, 0xF0DE, - 0x86A9, 0xF6C9, 0x86C7, 0xDEEF, 0x86CB, 0xD3B1, 0x86D4, 0xFCEE, 0x86D9, 0xE8C3, 0x86DB, 0xF1C8, 0x86DF, 0xCEF1, 0x86E4, 0xF9ED, - 0x86ED, 0xF2F4, 0x86FE, 0xE4B6, 0x8700, 0xF5B9, 0x8702, 0xDCF0, 0x8703, 0xE3F1, 0x8708, 0xE8A5, 0x8718, 0xF2BB, 0x871A, 0xDEA4, - 0x871C, 0xDACC, 0x874E, 0xCAE9, 0x8755, 0xE3DA, 0x8757, 0xFCD9, 0x875F, 0xEADA, 0x8766, 0xF9C4, 0x8768, 0xE3A4, 0x8774, 0xFBDD, - 0x8776, 0xEFCA, 0x8778, 0xE8C4, 0x8782, 0xD5CC, 0x878D, 0xEBD7, 0x879F, 0xD9AD, 0x87A2, 0xFBAB, 0x87B3, 0xD3D9, 0x87BA, 0xD5A2, - 0x87C4, 0xF6DE, 0x87E0, 0xDAF6, 0x87EC, 0xE0D1, 0x87EF, 0xE9A8, 0x87F2, 0xF5F9, 0x87F9, 0xFAAF, 0x87FB, 0xEBFC, 0x87FE, 0xE0EA, - 0x8805, 0xE3B2, 0x881F, 0xD5C5, 0x8822, 0xF1E3, 0x8823, 0xD5EE, 0x8831, 0xCDCC, 0x8836, 0xEDD9, 0x883B, 0xD8C1, 0x8840, 0xFAEC, - 0x8846, 0xF1EB, 0x884C, 0xFABC, 0x884D, 0xE6E2, 0x8852, 0xFAE5, 0x8853, 0xE2FA, 0x8857, 0xCAB6, 0x8859, 0xE4B7, 0x885B, 0xEADB, - 0x885D, 0xF5FA, 0x8861, 0xFBAC, 0x8862, 0xCFC3, 0x8863, 0xEBFD, 0x8868, 0xF8FA, 0x886B, 0xDFB9, 0x8870, 0xE1F1, 0x8872, 0xD2A4, - 0x8877, 0xF5FB, 0x887E, 0xD0DA, 0x887F, 0xD0DB, 0x8881, 0xEABE, 0x8882, 0xD9B1, 0x8888, 0xCAB7, 0x888B, 0xD3E7, 0x888D, 0xF8E5, - 0x8892, 0xD3B2, 0x8896, 0xE2C0, 0x8897, 0xF2DF, 0x889E, 0xCDE5, 0x88AB, 0xF9AC, 0x88B4, 0xCDCD, 0x88C1, 0xEEAE, 0x88C2, 0xD6AE, - 0x88CF, 0xD7EA, 0x88D4, 0xE7E0, 0x88D5, 0xEBAE, 0x88D9, 0xCFD9, 0x88DC, 0xDCCD, 0x88DD, 0xEDFB, 0x88DF, 0xDEF0, 0x88E1, 0xD7EB, - 0x88E8, 0xDEA5, 0x88F3, 0xDFD7, 0x88F4, 0xDBD0, 0x88F5, 0xDBD1, 0x88F8, 0xD5A3, 0x88FD, 0xF0B2, 0x8907, 0xDCDC, 0x8910, 0xCAE8, - 0x8912, 0xF8E6, 0x8913, 0xDCCE, 0x8918, 0xEADC, 0x8919, 0xDBD2, 0x8925, 0xE9B3, 0x892A, 0xF7DB, 0x8936, 0xE3A8, 0x8938, 0xD7AE, - 0x893B, 0xE0E1, 0x8941, 0xCBBA, 0x8944, 0xE5D1, 0x895F, 0xD0DC, 0x8964, 0xD5C1, 0x896A, 0xD8CA, 0x8972, 0xE3A9, 0x897F, 0xE0A4, - 0x8981, 0xE9A9, 0x8983, 0xD3C7, 0x8986, 0xDCDD, 0x8987, 0xF8AE, 0x898B, 0xCCB8, 0x898F, 0xD0AE, 0x8993, 0xD8F2, 0x8996, 0xE3CA, - 0x89A1, 0xCCAF, 0x89A9, 0xD4AD, 0x89AA, 0xF6D1, 0x89B2, 0xD0CC, 0x89BA, 0xCAC6, 0x89BD, 0xD5C2, 0x89C0, 0xCEBA, 0x89D2, 0xCAC7, - 0x89E3, 0xFAB0, 0x89F4, 0xDFD8, 0x89F8, 0xF5BA, 0x8A00, 0xE5EB, 0x8A02, 0xEFF4, 0x8A03, 0xDDB5, 0x8A08, 0xCDAA, 0x8A0A, 0xE3F2, - 0x8A0C, 0xFBF7, 0x8A0E, 0xF7D0, 0x8A13, 0xFDBA, 0x8A16, 0xFDE1, 0x8A17, 0xF6FE, 0x8A18, 0xD1C0, 0x8A1B, 0xE8C5, 0x8A1D, 0xE4B8, - 0x8A1F, 0xE1E8, 0x8A23, 0xCCC1, 0x8A25, 0xD2ED, 0x8A2A, 0xDBBE, 0x8A2D, 0xE0E2, 0x8A31, 0xFAC9, 0x8A34, 0xE1CD, 0x8A36, 0xCAB8, - 0x8A3A, 0xF2E0, 0x8A3B, 0xF1C9, 0x8A50, 0xDEF1, 0x8A54, 0xF0DF, 0x8A55, 0xF8C4, 0x8A5B, 0xEECC, 0x8A5E, 0xDEF2, 0x8A60, 0xE7C9, - 0x8A62, 0xE2F3, 0x8A63, 0xE7E1, 0x8A66, 0xE3CB, 0x8A69, 0xE3CC, 0x8A6D, 0xCFF8, 0x8A6E, 0xEFAC, 0x8A70, 0xFDFE, 0x8A71, 0xFCA5, - 0x8A72, 0xFAB1, 0x8A73, 0xDFD9, 0x8A75, 0xE0D2, 0x8A79, 0xF4DA, 0x8A85, 0xF1CA, 0x8A87, 0xCEA3, 0x8A8C, 0xF2BC, 0x8A8D, 0xECE3, - 0x8A93, 0xE0A5, 0x8A95, 0xF7AB, 0x8A98, 0xEBAF, 0x8A9E, 0xE5DE, 0x8AA0, 0xE1A4, 0x8AA1, 0xCDAB, 0x8AA3, 0xD9F4, 0x8AA4, 0xE8A6, - 0x8AA5, 0xCDCE, 0x8AA6, 0xE1E9, 0x8AA8, 0xFCEF, 0x8AAA, 0xE0E3, 0x8AB0, 0xE2C1, 0x8AB2, 0xCEA4, 0x8AB9, 0xDEA6, 0x8ABC, 0xEBFE, - 0x8ABE, 0xEBDD, 0x8ABF, 0xF0E0, 0x8AC2, 0xF4DB, 0x8AC4, 0xE2F4, 0x8AC7, 0xD3C8, 0x8ACB, 0xF4EB, 0x8ACD, 0xEEB5, 0x8ACF, 0xF5D8, - 0x8AD2, 0xD5DF, 0x8AD6, 0xD6E5, 0x8ADB, 0xEBB0, 0x8ADC, 0xF4E3, 0x8AE1, 0xE3CD, 0x8AE6, 0xF4F4, 0x8AE7, 0xFAB2, 0x8AEA, 0xEFF5, - 0x8AEB, 0xCADF, 0x8AED, 0xEBB1, 0x8AEE, 0xEDBF, 0x8AF1, 0xFDC9, 0x8AF6, 0xE4A6, 0x8AF7, 0xF9A4, 0x8AF8, 0xF0B3, 0x8AFA, 0xE5EC, - 0x8AFE, 0xD1E7, 0x8B00, 0xD9C7, 0x8B01, 0xE4D7, 0x8B02, 0xEADD, 0x8B04, 0xD4F7, 0x8B0E, 0xDABA, 0x8B10, 0xDACD, 0x8B14, 0xF9CC, - 0x8B16, 0xE1DA, 0x8B17, 0xDBBF, 0x8B19, 0xCCC5, 0x8B1A, 0xECD0, 0x8B1B, 0xCBBB, 0x8B1D, 0xDEF3, 0x8B20, 0xE9AA, 0x8B28, 0xD9C8, - 0x8B2B, 0xEEE3, 0x8B2C, 0xD7BD, 0x8B33, 0xCFC4, 0x8B39, 0xD0CD, 0x8B41, 0xFCA6, 0x8B49, 0xF1FB, 0x8B4E, 0xFDD2, 0x8B4F, 0xD1C1, - 0x8B58, 0xE3DB, 0x8B5A, 0xD3C9, 0x8B5C, 0xDCCF, 0x8B66, 0xCCED, 0x8B6C, 0xDEA7, 0x8B6F, 0xE6BB, 0x8B70, 0xECA1, 0x8B74, 0xCCB9, - 0x8B77, 0xFBDE, 0x8B7D, 0xE7E2, 0x8B80, 0xD4C1, 0x8B8A, 0xDCA8, 0x8B90, 0xE2C2, 0x8B92, 0xF3D8, 0x8B93, 0xE5D3, 0x8B96, 0xF3D9, - 0x8B9A, 0xF3C6, 0x8C37, 0xCDDB, 0x8C3F, 0xCDAC, 0x8C41, 0xFCC3, 0x8C46, 0xD4E7, 0x8C48, 0xD1C2, 0x8C4A, 0xF9A5, 0x8C4C, 0xE8D5, - 0x8C55, 0xE3CE, 0x8C5A, 0xD4CA, 0x8C61, 0xDFDA, 0x8C6A, 0xFBDF, 0x8C6B, 0xE7E3, 0x8C79, 0xF8FB, 0x8C7A, 0xE3CF, 0x8C82, 0xF5B0, - 0x8C8A, 0xD8E7, 0x8C8C, 0xD9C9, 0x8C9D, 0xF8AF, 0x8C9E, 0xEFF6, 0x8CA0, 0xDDB6, 0x8CA1, 0xEEAF, 0x8CA2, 0xCDF8, 0x8CA7, 0xDEB8, - 0x8CA8, 0xFCA7, 0x8CA9, 0xF7FC, 0x8CAA, 0xF7B1, 0x8CAB, 0xCEBB, 0x8CAC, 0xF4A1, 0x8CAF, 0xEECD, 0x8CB0, 0xE1AE, 0x8CB3, 0xECC3, - 0x8CB4, 0xCFFE, 0x8CB6, 0xF8BF, 0x8CB7, 0xD8E2, 0x8CB8, 0xD3E8, 0x8CBB, 0xDEA8, 0x8CBC, 0xF4E4, 0x8CBD, 0xECC2, 0x8CBF, 0xD9F5, - 0x8CC0, 0xF9C5, 0x8CC1, 0xDDD3, 0x8CC2, 0xD6F1, 0x8CC3, 0xECFC, 0x8CC4, 0xFCF0, 0x8CC7, 0xEDC0, 0x8CC8, 0xCAB9, 0x8CCA, 0xEEE4, - 0x8CD1, 0xF2E1, 0x8CD3, 0xDEB9, 0x8CDA, 0xD6F2, 0x8CDC, 0xDEF4, 0x8CDE, 0xDFDB, 0x8CE0, 0xDBD3, 0x8CE2, 0xFAE7, 0x8CE3, 0xD8E3, - 0x8CE4, 0xF4C1, 0x8CE6, 0xDDB7, 0x8CEA, 0xF2F5, 0x8CED, 0xD4AE, 0x8CF4, 0xD6F3, 0x8CFB, 0xDDB8, 0x8CFC, 0xCFC5, 0x8CFD, 0xDFDF, - 0x8D04, 0xF2BE, 0x8D05, 0xF6A1, 0x8D07, 0xEBCB, 0x8D08, 0xF1FC, 0x8D0A, 0xF3C7, 0x8D0D, 0xE0EB, 0x8D13, 0xEDFC, 0x8D16, 0xE1DB, - 0x8D64, 0xEEE5, 0x8D66, 0xDEF5, 0x8D6B, 0xFAD3, 0x8D70, 0xF1CB, 0x8D73, 0xD0AF, 0x8D74, 0xDDB9, 0x8D77, 0xD1C3, 0x8D85, 0xF5B1, - 0x8D8A, 0xEAC6, 0x8D99, 0xF0E1, 0x8DA3, 0xF6AC, 0x8DA8, 0xF5D9, 0x8DB3, 0xF0EB, 0x8DBA, 0xDDBA, 0x8DBE, 0xF2BF, 0x8DC6, 0xF7C5, - 0x8DCB, 0xDBA2, 0x8DCC, 0xF2F6, 0x8DCF, 0xCABA, 0x8DDB, 0xF7F5, 0x8DDD, 0xCBE5, 0x8DE1, 0xEEE6, 0x8DE3, 0xE0D3, 0x8DE8, 0xCEA5, - 0x8DEF, 0xD6D8, 0x8DF3, 0xD4AF, 0x8E0A, 0xE9C9, 0x8E0F, 0xD3CE, 0x8E10, 0xF4C2, 0x8E1E, 0xCBE6, 0x8E2A, 0xF1A1, 0x8E30, 0xEBB2, - 0x8E35, 0xF1A2, 0x8E42, 0xEBB3, 0x8E44, 0xF0B4, 0x8E47, 0xCBF4, 0x8E48, 0xD4B0, 0x8E49, 0xF3B2, 0x8E4A, 0xFBB7, 0x8E59, 0xF5EC, - 0x8E5F, 0xEEE7, 0x8E60, 0xF4B2, 0x8E74, 0xF5ED, 0x8E76, 0xCFF3, 0x8E81, 0xF0E2, 0x8E87, 0xEECE, 0x8E8A, 0xF1CC, 0x8E8D, 0xE5B8, - 0x8EAA, 0xD7F5, 0x8EAB, 0xE3F3, 0x8EAC, 0xCFE5, 0x8EC0, 0xCFC6, 0x8ECA, 0xF3B3, 0x8ECB, 0xE4D8, 0x8ECC, 0xCFF9, 0x8ECD, 0xCFDA, - 0x8ED2, 0xFACD, 0x8EDF, 0xE6E3, 0x8EEB, 0xF2E2, 0x8EF8, 0xF5EE, 0x8EFB, 0xCABB, 0x8EFE, 0xE3DC, 0x8F03, 0xCEF2, 0x8F05, 0xD6D9, - 0x8F09, 0xEEB0, 0x8F12, 0xF4E5, 0x8F13, 0xD8C2, 0x8F14, 0xDCD0, 0x8F15, 0xCCEE, 0x8F1B, 0xD5E0, 0x8F1C, 0xF6CA, 0x8F1D, 0xFDCA, - 0x8F1E, 0xD8D6, 0x8F1F, 0xF4CF, 0x8F26, 0xD6A6, 0x8F27, 0xDCBE, 0x8F29, 0xDBD4, 0x8F2A, 0xD7C7, 0x8F2F, 0xF2FE, 0x8F33, 0xF1CD, - 0x8F38, 0xE2C3, 0x8F39, 0xDCDE, 0x8F3B, 0xDCDF, 0x8F3E, 0xEFAD, 0x8F3F, 0xE6AB, 0x8F44, 0xF9DD, 0x8F45, 0xEABF, 0x8F49, 0xEFAE, - 0x8F4D, 0xF4D0, 0x8F4E, 0xCEF3, 0x8F5D, 0xE6AC, 0x8F5F, 0xCEDE, 0x8F62, 0xD5F9, 0x8F9B, 0xE3F4, 0x8F9C, 0xCDD0, 0x8FA3, 0xD5B8, - 0x8FA6, 0xF7FD, 0x8FA8, 0xDCA9, 0x8FAD, 0xDEF6, 0x8FAF, 0xDCAA, 0x8FB0, 0xF2E3, 0x8FB1, 0xE9B4, 0x8FB2, 0xD2DC, 0x8FC2, 0xE9E6, - 0x8FC5, 0xE3F6, 0x8FCE, 0xE7CA, 0x8FD1, 0xD0CE, 0x8FD4, 0xDAF7, 0x8FE6, 0xCABC, 0x8FEA, 0xEEE8, 0x8FEB, 0xDADE, 0x8FED, 0xF2F7, - 0x8FF0, 0xE2FB, 0x8FF2, 0xCCA6, 0x8FF7, 0xDABB, 0x8FF9, 0xEEE9, 0x8FFD, 0xF5DA, 0x9000, 0xF7DC, 0x9001, 0xE1EA, 0x9002, 0xCEC1, - 0x9003, 0xD4B1, 0x9005, 0xFDB1, 0x9006, 0xE6BD, 0x9008, 0xFBAD, 0x900B, 0xF8E7, 0x900D, 0xE1CE, 0x900F, 0xF7E2, 0x9010, 0xF5EF, - 0x9011, 0xCFC7, 0x9014, 0xD4B2, 0x9015, 0xCCEF, 0x9017, 0xD4E8, 0x9019, 0xEECF, 0x901A, 0xF7D7, 0x901D, 0xE0A6, 0x901E, 0xD6C1, - 0x901F, 0xE1DC, 0x9020, 0xF0E3, 0x9021, 0xF1E4, 0x9022, 0xDCF1, 0x9023, 0xD6A7, 0x902E, 0xF4F5, 0x9031, 0xF1CE, 0x9032, 0xF2E4, - 0x9035, 0xD0B0, 0x9038, 0xECEF, 0x903C, 0xF9BA, 0x903E, 0xEBB5, 0x9041, 0xD4ED, 0x9042, 0xE2C4, 0x9047, 0xE9E7, 0x904A, 0xEBB4, - 0x904B, 0xEAA1, 0x904D, 0xF8BC, 0x904E, 0xCEA6, 0x9050, 0xF9C6, 0x9051, 0xFCDA, 0x9053, 0xD4B3, 0x9054, 0xD3B9, 0x9055, 0xEADE, - 0x9059, 0xE9AB, 0x905C, 0xE1E1, 0x905D, 0xD3CF, 0x905E, 0xF4F6, 0x9060, 0xEAC0, 0x9061, 0xE1CF, 0x9063, 0xCCBA, 0x9069, 0xEEEA, - 0x906D, 0xF0E4, 0x906E, 0xF3B4, 0x906F, 0xD4EE, 0x9072, 0xF2C0, 0x9075, 0xF1E5, 0x9077, 0xF4C3, 0x9078, 0xE0D4, 0x907A, 0xEBB6, - 0x907C, 0xD7A1, 0x907D, 0xCBE8, 0x907F, 0xF9AD, 0x9080, 0xE9AD, 0x9081, 0xD8E4, 0x9082, 0xFAB3, 0x9083, 0xE2C5, 0x9084, 0xFCBD, - 0x9087, 0xECC4, 0x9088, 0xD8B1, 0x908A, 0xDCAB, 0x908F, 0xD5A4, 0x9091, 0xEBE9, 0x9095, 0xE8BB, 0x9099, 0xD8D7, 0x90A2, 0xFBAE, - 0x90A3, 0xD1E1, 0x90A6, 0xDBC0, 0x90A8, 0xF5BE, 0x90AA, 0xDEF7, 0x90AF, 0xCAFB, 0x90B0, 0xF7C6, 0x90B1, 0xCFC8, 0x90B5, 0xE1D0, - 0x90B8, 0xEED0, 0x90C1, 0xE9F4, 0x90CA, 0xCEF4, 0x90DE, 0xD5CD, 0x90E1, 0xCFDB, 0x90E8, 0xDDBB, 0x90ED, 0xCEAC, 0x90F5, 0xE9E8, - 0x90FD, 0xD4B4, 0x9102, 0xE4C7, 0x9112, 0xF5DB, 0x9115, 0xFAC1, 0x9119, 0xDEA9, 0x9127, 0xD4F8, 0x912D, 0xEFF7, 0x9132, 0xD3B3, - 0x9149, 0xEBB7, 0x914A, 0xEFF8, 0x914B, 0xF5DC, 0x914C, 0xEDCC, 0x914D, 0xDBD5, 0x914E, 0xF1CF, 0x9152, 0xF1D0, 0x9162, 0xF5B2, - 0x9169, 0xD9AE, 0x916A, 0xD5AC, 0x916C, 0xE2C6, 0x9175, 0xFDA3, 0x9177, 0xFBE5, 0x9178, 0xDFAB, 0x9187, 0xE2F5, 0x9189, 0xF6AD, - 0x918B, 0xF5B3, 0x918D, 0xF0B5, 0x9192, 0xE1A5, 0x919C, 0xF5DD, 0x91AB, 0xECA2, 0x91AC, 0xEDFD, 0x91AE, 0xF5B4, 0x91AF, 0xFBB8, - 0x91B1, 0xDBA3, 0x91B4, 0xD6CA, 0x91B5, 0xCBD9, 0x91C0, 0xE5D4, 0x91C7, 0xF3FA, 0x91C9, 0xEBB8, 0x91CB, 0xE0B7, 0x91CC, 0xD7EC, - 0x91CD, 0xF1EC, 0x91CE, 0xE5AF, 0x91CF, 0xD5E1, 0x91D0, 0xD7ED, 0x91D1, 0xD1D1, 0x91D7, 0xE1F2, 0x91D8, 0xEFF9, 0x91DC, 0xDDBC, - 0x91DD, 0xF6DC, 0x91E3, 0xF0E5, 0x91E7, 0xF4C4, 0x91EA, 0xE9E9, 0x91F5, 0xF3FB, 0x920D, 0xD4EF, 0x9210, 0xCCA2, 0x9211, 0xF7FE, - 0x9212, 0xDFBC, 0x9217, 0xEBCD, 0x921E, 0xD0B7, 0x9234, 0xD6C2, 0x923A, 0xE8AD, 0x923F, 0xEFAF, 0x9240, 0xCBA5, 0x9245, 0xCBE9, - 0x9249, 0xFAE8, 0x9257, 0xCCC6, 0x925B, 0xE6E7, 0x925E, 0xEAC7, 0x9262, 0xDBA4, 0x9264, 0xCFC9, 0x9265, 0xE2FC, 0x9266, 0xEFFA, - 0x9280, 0xEBDE, 0x9283, 0xF5C8, 0x9285, 0xD4DE, 0x9291, 0xE0D5, 0x9293, 0xEFB0, 0x9296, 0xE2C7, 0x9298, 0xD9AF, 0x929C, 0xF9E7, - 0x92B3, 0xE7E5, 0x92B6, 0xCFCA, 0x92B7, 0xE1D1, 0x92B9, 0xE2C8, 0x92CC, 0xEFFB, 0x92CF, 0xFAF9, 0x92D2, 0xDCF2, 0x92E4, 0xE0A7, - 0x92EA, 0xF8E8, 0x92F8, 0xCBEA, 0x92FC, 0xCBBC, 0x9304, 0xD6E2, 0x9310, 0xF5DE, 0x9318, 0xF5DF, 0x931A, 0xEEB6, 0x931E, 0xE2F6, - 0x931F, 0xD3CA, 0x9320, 0xEFFC, 0x9321, 0xD1C4, 0x9322, 0xEFB1, 0x9324, 0xD1C5, 0x9326, 0xD0DE, 0x9328, 0xD9E1, 0x932B, 0xE0B8, - 0x932E, 0xCDD1, 0x932F, 0xF3B9, 0x9348, 0xE7CC, 0x934A, 0xD6A8, 0x934B, 0xCEA7, 0x934D, 0xD4B5, 0x9354, 0xE4C8, 0x935B, 0xD3B4, - 0x936E, 0xEBB9, 0x9375, 0xCBF5, 0x937C, 0xF6DD, 0x937E, 0xF1A3, 0x938C, 0xCCC7, 0x9394, 0xE9CA, 0x9396, 0xE1F0, 0x939A, 0xF5E0, - 0x93A3, 0xFBAF, 0x93A7, 0xCBD1, 0x93AC, 0xFBE0, 0x93AD, 0xF2E5, 0x93B0, 0xECF0, 0x93C3, 0xF0EC, 0x93D1, 0xEEEB, 0x93DE, 0xE9CB, - 0x93E1, 0xCCF0, 0x93E4, 0xD7AF, 0x93F6, 0xF3A1, 0x9404, 0xFCF5, 0x9418, 0xF1A4, 0x9425, 0xE0D6, 0x942B, 0xEFB2, 0x9435, 0xF4D1, - 0x9438, 0xF7A1, 0x9444, 0xF1D1, 0x9451, 0xCAFC, 0x9452, 0xCAFD, 0x945B, 0xCECE, 0x947D, 0xF3C8, 0x947F, 0xF3BA, 0x9577, 0xEDFE, - 0x9580, 0xDAA6, 0x9583, 0xE0EC, 0x9589, 0xF8CD, 0x958B, 0xCBD2, 0x958F, 0xEBCE, 0x9591, 0xF9D8, 0x9592, 0xF9D9, 0x9593, 0xCAE0, - 0x9594, 0xDACA, 0x9598, 0xCBA6, 0x95A3, 0xCAC8, 0x95A4, 0xF9EE, 0x95A5, 0xDBEC, 0x95A8, 0xD0B1, 0x95AD, 0xD5EF, 0x95B1, 0xE6F3, - 0x95BB, 0xE7A2, 0x95BC, 0xE4D9, 0x95C7, 0xE4E1, 0x95CA, 0xFCC4, 0x95D4, 0xF9EF, 0x95D5, 0xCFF4, 0x95D6, 0xF7E6, 0x95DC, 0xCEBC, - 0x95E1, 0xF4C5, 0x95E2, 0xDCA3, 0x961C, 0xDDBD, 0x9621, 0xF4C6, 0x962A, 0xF8A1, 0x962E, 0xE8D6, 0x9632, 0xDBC1, 0x963B, 0xF0E6, - 0x963F, 0xE4B9, 0x9640, 0xF6ED, 0x9642, 0xF9AE, 0x9644, 0xDDBE, 0x964B, 0xD7B0, 0x964C, 0xD8E8, 0x964D, 0xCBBD, 0x9650, 0xF9DA, - 0x965B, 0xF8CE, 0x965C, 0xF9F0, 0x965D, 0xE0ED, 0x965E, 0xE3B3, 0x965F, 0xF4B3, 0x9662, 0xEAC2, 0x9663, 0xF2E6, 0x9664, 0xF0B6, - 0x966A, 0xDBD6, 0x9670, 0xEBE4, 0x9673, 0xF2E7, 0x9675, 0xD7D5, 0x9676, 0xD4B6, 0x9677, 0xF9E8, 0x9678, 0xD7C1, 0x967D, 0xE5D5, - 0x9685, 0xE9EA, 0x9686, 0xD7CC, 0x968A, 0xD3E9, 0x968B, 0xE2C9, 0x968D, 0xFCDB, 0x968E, 0xCDAD, 0x9694, 0xCCB0, 0x9695, 0xEAA2, - 0x9698, 0xE4F6, 0x9699, 0xD0C0, 0x969B, 0xF0B7, 0x969C, 0xEEA1, 0x96A3, 0xD7F6, 0x96A7, 0xE2CA, 0x96A8, 0xE2CB, 0x96AA, 0xFACF, - 0x96B1, 0xEBDF, 0x96B7, 0xD6CB, 0x96BB, 0xF4B4, 0x96C0, 0xEDCD, 0x96C1, 0xE4D2, 0x96C4, 0xEAA9, 0x96C5, 0xE4BA, 0x96C6, 0xF3A2, - 0x96C7, 0xCDD2, 0x96C9, 0xF6CB, 0x96CB, 0xF1E6, 0x96CC, 0xEDC1, 0x96CD, 0xE8BC, 0x96CE, 0xEED1, 0x96D5, 0xF0E7, 0x96D6, 0xE2CC, - 0x96D9, 0xE4AA, 0x96DB, 0xF5E1, 0x96DC, 0xEDDA, 0x96E2, 0xD7EE, 0x96E3, 0xD1F1, 0x96E8, 0xE9EB, 0x96E9, 0xE9EC, 0x96EA, 0xE0E4, - 0x96EF, 0xDAA7, 0x96F0, 0xDDD4, 0x96F2, 0xEAA3, 0x96F6, 0xD6C3, 0x96F7, 0xD6F4, 0x96F9, 0xDADF, 0x96FB, 0xEFB3, 0x9700, 0xE2CD, - 0x9706, 0xEFFD, 0x9707, 0xF2E8, 0x9711, 0xEFC5, 0x9713, 0xE7E7, 0x9716, 0xD7FD, 0x9719, 0xE7CE, 0x971C, 0xDFDC, 0x971E, 0xF9C7, - 0x9727, 0xD9F6, 0x9730, 0xDFAC, 0x9732, 0xD6DA, 0x9739, 0xDCA4, 0x973D, 0xF0B8, 0x9742, 0xD5FA, 0x9744, 0xE4F7, 0x9748, 0xD6C4, - 0x9751, 0xF4EC, 0x9756, 0xEFFE, 0x975C, 0xF0A1, 0x975E, 0xDEAA, 0x9761, 0xDABC, 0x9762, 0xD8FC, 0x9769, 0xFAD4, 0x976D, 0xECE5, - 0x9774, 0xFCA8, 0x9777, 0xECE6, 0x977A, 0xD8CB, 0x978B, 0xFBB9, 0x978D, 0xE4D3, 0x978F, 0xCDF9, 0x97A0, 0xCFD3, 0x97A8, 0xCAEA, - 0x97AB, 0xCFD4, 0x97AD, 0xF8BD, 0x97C6, 0xF4C7, 0x97CB, 0xEADF, 0x97D3, 0xF9DB, 0x97DC, 0xD4B7, 0x97F3, 0xEBE5, 0x97F6, 0xE1D2, - 0x97FB, 0xEAA4, 0x97FF, 0xFAC2, 0x9800, 0xFBE1, 0x9801, 0xFAED, 0x9802, 0xF0A2, 0x9803, 0xCCF1, 0x9805, 0xFAA3, 0x9806, 0xE2F7, - 0x9808, 0xE2CE, 0x980A, 0xE9F5, 0x980C, 0xE1EB, 0x9810, 0xE7E8, 0x9811, 0xE8D7, 0x9812, 0xDAF8, 0x9813, 0xD4CB, 0x9817, 0xF7F6, - 0x9818, 0xD6C5, 0x982D, 0xD4E9, 0x9830, 0xFAFA, 0x9838, 0xCCF2, 0x9839, 0xF7DD, 0x983B, 0xDEBA, 0x9846, 0xCEA8, 0x984C, 0xF0B9, - 0x984D, 0xE4FE, 0x984E, 0xE4C9, 0x9854, 0xE4D4, 0x9858, 0xEAC3, 0x985A, 0xEFB4, 0x985E, 0xD7BE, 0x9865, 0xFBE2, 0x9867, 0xCDD3, - 0x986B, 0xEFB5, 0x986F, 0xFAE9, 0x98A8, 0xF9A6, 0x98AF, 0xDFBD, 0x98B1, 0xF7C7, 0x98C4, 0xF8FD, 0x98C7, 0xF8FC, 0x98DB, 0xDEAB, - 0x98DC, 0xDBE8, 0x98DF, 0xE3DD, 0x98E1, 0xE1E2, 0x98E2, 0xD1C6, 0x98ED, 0xF6D0, 0x98EE, 0xEBE6, 0x98EF, 0xDAF9, 0x98F4, 0xECC7, - 0x98FC, 0xDEF8, 0x98FD, 0xF8E9, 0x98FE, 0xE3DE, 0x9903, 0xCEF5, 0x9909, 0xFAC3, 0x990A, 0xE5D7, 0x990C, 0xECC8, 0x9910, 0xF3C9, - 0x9913, 0xE4BB, 0x9918, 0xE6AE, 0x991E, 0xEFB6, 0x9920, 0xDCBF, 0x9928, 0xCEBD, 0x9945, 0xD8C3, 0x9949, 0xD0CF, 0x994B, 0xCFFA, - 0x994C, 0xF3CA, 0x994D, 0xE0D7, 0x9951, 0xD1C7, 0x9952, 0xE9AE, 0x9954, 0xE8BD, 0x9957, 0xFAC4, 0x9996, 0xE2CF, 0x9999, 0xFAC5, - 0x999D, 0xF9B8, 0x99A5, 0xDCE0, 0x99A8, 0xFBB0, 0x99AC, 0xD8A9, 0x99AD, 0xE5DF, 0x99AE, 0xF9A7, 0x99B1, 0xF6EE, 0x99B3, 0xF6CC, - 0x99B4, 0xE2F8, 0x99B9, 0xECF1, 0x99C1, 0xDAE0, 0x99D0, 0xF1D2, 0x99D1, 0xD2CC, 0x99D2, 0xCFCB, 0x99D5, 0xCABD, 0x99D9, 0xDDBF, - 0x99DD, 0xF6EF, 0x99DF, 0xDEF9, 0x99ED, 0xFAB4, 0x99F1, 0xD5AD, 0x99FF, 0xF1E7, 0x9A01, 0xDEBE, 0x9A08, 0xDCC0, 0x9A0E, 0xD1C8, - 0x9A0F, 0xD1C9, 0x9A19, 0xF8BE, 0x9A2B, 0xCBF6, 0x9A30, 0xD4F9, 0x9A36, 0xF5E2, 0x9A37, 0xE1D3, 0x9A40, 0xD8E9, 0x9A43, 0xF8FE, - 0x9A45, 0xCFCC, 0x9A4D, 0xFDA4, 0x9A55, 0xCEF6, 0x9A57, 0xFAD0, 0x9A5A, 0xCCF3, 0x9A5B, 0xE6BE, 0x9A5F, 0xF6AE, 0x9A62, 0xD5F0, - 0x9A65, 0xD1CA, 0x9A69, 0xFCBE, 0x9A6A, 0xD5F1, 0x9AA8, 0xCDE9, 0x9AB8, 0xFAB5, 0x9AD3, 0xE2D0, 0x9AD4, 0xF4F7, 0x9AD8, 0xCDD4, - 0x9AE5, 0xE7A3, 0x9AEE, 0xDBA5, 0x9B1A, 0xE2D1, 0x9B27, 0xD7A2, 0x9B2A, 0xF7E3, 0x9B31, 0xEAA6, 0x9B3C, 0xD0A1, 0x9B41, 0xCEDA, - 0x9B42, 0xFBEB, 0x9B43, 0xDBA6, 0x9B44, 0xDBDE, 0x9B45, 0xD8E5, 0x9B4F, 0xEAE0, 0x9B54, 0xD8AA, 0x9B5A, 0xE5E0, 0x9B6F, 0xD6DB, - 0x9B8E, 0xEFC6, 0x9B91, 0xF8EA, 0x9B9F, 0xE4D5, 0x9BAB, 0xCEF7, 0x9BAE, 0xE0D8, 0x9BC9, 0xD7EF, 0x9BD6, 0xF4ED, 0x9BE4, 0xCDE6, - 0x9BE8, 0xCCF4, 0x9C0D, 0xF5E3, 0x9C10, 0xE4CA, 0x9C12, 0xDCE1, 0x9C15, 0xF9C8, 0x9C25, 0xFCBF, 0x9C32, 0xE8A7, 0x9C3B, 0xD8C4, - 0x9C47, 0xCBBE, 0x9C49, 0xDCAE, 0x9C57, 0xD7F7, 0x9CE5, 0xF0E8, 0x9CE7, 0xDDC0, 0x9CE9, 0xCFCD, 0x9CF3, 0xDCF3, 0x9CF4, 0xD9B0, - 0x9CF6, 0xE6E9, 0x9D09, 0xE4BC, 0x9D1B, 0xEAC4, 0x9D26, 0xE4EC, 0x9D28, 0xE4E5, 0x9D3B, 0xFBF8, 0x9D51, 0xCCBB, 0x9D5D, 0xE4BD, - 0x9D60, 0xCDDC, 0x9D61, 0xD9F7, 0x9D6C, 0xDDDF, 0x9D72, 0xEDCE, 0x9DA9, 0xD9D0, 0x9DAF, 0xE5A3, 0x9DB4, 0xF9CD, 0x9DC4, 0xCDAE, - 0x9DD7, 0xCFCE, 0x9DF2, 0xF6AF, 0x9DF8, 0xFDD3, 0x9DF9, 0xEBED, 0x9DFA, 0xD6DC, 0x9E1A, 0xE5A4, 0x9E1E, 0xD5B6, 0x9E75, 0xD6DD, - 0x9E79, 0xF9E9, 0x9E7D, 0xE7A4, 0x9E7F, 0xD6E3, 0x9E92, 0xD1CB, 0x9E93, 0xD6E4, 0x9E97, 0xD5F2, 0x9E9D, 0xDEFA, 0x9E9F, 0xD7F8, - 0x9EA5, 0xD8EA, 0x9EB4, 0xCFD5, 0x9EB5, 0xD8FD, 0x9EBB, 0xD8AB, 0x9EBE, 0xFDCB, 0x9EC3, 0xFCDC, 0x9ECD, 0xE0A8, 0x9ECE, 0xD5F3, - 0x9ED1, 0xFDD9, 0x9ED4, 0xCCA3, 0x9ED8, 0xD9F9, 0x9EDB, 0xD3EA, 0x9EDC, 0xF5F5, 0x9EDE, 0xEFC7, 0x9EE8, 0xD3DA, 0x9EF4, 0xDABD, - 0x9F07, 0xE8A8, 0x9F08, 0xDCAF, 0x9F0E, 0xF0A3, 0x9F13, 0xCDD5, 0x9F20, 0xE0A9, 0x9F3B, 0xDEAC, 0x9F4A, 0xF0BA, 0x9F4B, 0xEEB1, - 0x9F4E, 0xEEB2, 0x9F52, 0xF6CD, 0x9F5F, 0xEED2, 0x9F61, 0xD6C6, 0x9F67, 0xE0E5, 0x9F6A, 0xF3BB, 0x9F6C, 0xE5E1, 0x9F77, 0xE4CB, - 0x9F8D, 0xD7A3, 0x9F90, 0xDBC2, 0x9F95, 0xCAFE, 0x9F9C, 0xCFCF, 0xAC00, 0xB0A1, 0xAC01, 0xB0A2, 0xAC02, 0x8141, 0xAC03, 0x8142, - 0xAC04, 0xB0A3, 0xAC05, 0x8143, 0xAC06, 0x8144, 0xAC07, 0xB0A4, 0xAC08, 0xB0A5, 0xAC09, 0xB0A6, 0xAC0A, 0xB0A7, 0xAC0B, 0x8145, - 0xAC0C, 0x8146, 0xAC0D, 0x8147, 0xAC0E, 0x8148, 0xAC0F, 0x8149, 0xAC10, 0xB0A8, 0xAC11, 0xB0A9, 0xAC12, 0xB0AA, 0xAC13, 0xB0AB, - 0xAC14, 0xB0AC, 0xAC15, 0xB0AD, 0xAC16, 0xB0AE, 0xAC17, 0xB0AF, 0xAC18, 0x814A, 0xAC19, 0xB0B0, 0xAC1A, 0xB0B1, 0xAC1B, 0xB0B2, - 0xAC1C, 0xB0B3, 0xAC1D, 0xB0B4, 0xAC1E, 0x814B, 0xAC1F, 0x814C, 0xAC20, 0xB0B5, 0xAC21, 0x814D, 0xAC22, 0x814E, 0xAC23, 0x814F, - 0xAC24, 0xB0B6, 0xAC25, 0x8150, 0xAC26, 0x8151, 0xAC27, 0x8152, 0xAC28, 0x8153, 0xAC29, 0x8154, 0xAC2A, 0x8155, 0xAC2B, 0x8156, - 0xAC2C, 0xB0B7, 0xAC2D, 0xB0B8, 0xAC2E, 0x8157, 0xAC2F, 0xB0B9, 0xAC30, 0xB0BA, 0xAC31, 0xB0BB, 0xAC32, 0x8158, 0xAC33, 0x8159, - 0xAC34, 0x815A, 0xAC35, 0x8161, 0xAC36, 0x8162, 0xAC37, 0x8163, 0xAC38, 0xB0BC, 0xAC39, 0xB0BD, 0xAC3A, 0x8164, 0xAC3B, 0x8165, - 0xAC3C, 0xB0BE, 0xAC3D, 0x8166, 0xAC3E, 0x8167, 0xAC3F, 0x8168, 0xAC40, 0xB0BF, 0xAC41, 0x8169, 0xAC42, 0x816A, 0xAC43, 0x816B, - 0xAC44, 0x816C, 0xAC45, 0x816D, 0xAC46, 0x816E, 0xAC47, 0x816F, 0xAC48, 0x8170, 0xAC49, 0x8171, 0xAC4A, 0x8172, 0xAC4B, 0xB0C0, - 0xAC4C, 0x8173, 0xAC4D, 0xB0C1, 0xAC4E, 0x8174, 0xAC4F, 0x8175, 0xAC50, 0x8176, 0xAC51, 0x8177, 0xAC52, 0x8178, 0xAC53, 0x8179, - 0xAC54, 0xB0C2, 0xAC55, 0x817A, 0xAC56, 0x8181, 0xAC57, 0x8182, 0xAC58, 0xB0C3, 0xAC59, 0x8183, 0xAC5A, 0x8184, 0xAC5B, 0x8185, - 0xAC5C, 0xB0C4, 0xAC5D, 0x8186, 0xAC5E, 0x8187, 0xAC5F, 0x8188, 0xAC60, 0x8189, 0xAC61, 0x818A, 0xAC62, 0x818B, 0xAC63, 0x818C, - 0xAC64, 0x818D, 0xAC65, 0x818E, 0xAC66, 0x818F, 0xAC67, 0x8190, 0xAC68, 0x8191, 0xAC69, 0x8192, 0xAC6A, 0x8193, 0xAC6B, 0x8194, - 0xAC6C, 0x8195, 0xAC6D, 0x8196, 0xAC6E, 0x8197, 0xAC6F, 0x8198, 0xAC70, 0xB0C5, 0xAC71, 0xB0C6, 0xAC72, 0x8199, 0xAC73, 0x819A, - 0xAC74, 0xB0C7, 0xAC75, 0x819B, 0xAC76, 0x819C, 0xAC77, 0xB0C8, 0xAC78, 0xB0C9, 0xAC79, 0x819D, 0xAC7A, 0xB0CA, 0xAC7B, 0x819E, - 0xAC7C, 0x819F, 0xAC7D, 0x81A0, 0xAC7E, 0x81A1, 0xAC7F, 0x81A2, 0xAC80, 0xB0CB, 0xAC81, 0xB0CC, 0xAC82, 0x81A3, 0xAC83, 0xB0CD, - 0xAC84, 0xB0CE, 0xAC85, 0xB0CF, 0xAC86, 0xB0D0, 0xAC87, 0x81A4, 0xAC88, 0x81A5, 0xAC89, 0xB0D1, 0xAC8A, 0xB0D2, 0xAC8B, 0xB0D3, - 0xAC8C, 0xB0D4, 0xAC8D, 0x81A6, 0xAC8E, 0x81A7, 0xAC8F, 0x81A8, 0xAC90, 0xB0D5, 0xAC91, 0x81A9, 0xAC92, 0x81AA, 0xAC93, 0x81AB, - 0xAC94, 0xB0D6, 0xAC95, 0x81AC, 0xAC96, 0x81AD, 0xAC97, 0x81AE, 0xAC98, 0x81AF, 0xAC99, 0x81B0, 0xAC9A, 0x81B1, 0xAC9B, 0x81B2, - 0xAC9C, 0xB0D7, 0xAC9D, 0xB0D8, 0xAC9E, 0x81B3, 0xAC9F, 0xB0D9, 0xACA0, 0xB0DA, 0xACA1, 0xB0DB, 0xACA2, 0x81B4, 0xACA3, 0x81B5, - 0xACA4, 0x81B6, 0xACA5, 0x81B7, 0xACA6, 0x81B8, 0xACA7, 0x81B9, 0xACA8, 0xB0DC, 0xACA9, 0xB0DD, 0xACAA, 0xB0DE, 0xACAB, 0x81BA, - 0xACAC, 0xB0DF, 0xACAD, 0x81BB, 0xACAE, 0x81BC, 0xACAF, 0xB0E0, 0xACB0, 0xB0E1, 0xACB1, 0x81BD, 0xACB2, 0x81BE, 0xACB3, 0x81BF, - 0xACB4, 0x81C0, 0xACB5, 0x81C1, 0xACB6, 0x81C2, 0xACB7, 0x81C3, 0xACB8, 0xB0E2, 0xACB9, 0xB0E3, 0xACBA, 0x81C4, 0xACBB, 0xB0E4, - 0xACBC, 0xB0E5, 0xACBD, 0xB0E6, 0xACBE, 0x81C5, 0xACBF, 0x81C6, 0xACC0, 0x81C7, 0xACC1, 0xB0E7, 0xACC2, 0x81C8, 0xACC3, 0x81C9, - 0xACC4, 0xB0E8, 0xACC5, 0x81CA, 0xACC6, 0x81CB, 0xACC7, 0x81CC, 0xACC8, 0xB0E9, 0xACC9, 0x81CD, 0xACCA, 0x81CE, 0xACCB, 0x81CF, - 0xACCC, 0xB0EA, 0xACCD, 0x81D0, 0xACCE, 0x81D1, 0xACCF, 0x81D2, 0xACD0, 0x81D3, 0xACD1, 0x81D4, 0xACD2, 0x81D5, 0xACD3, 0x81D6, - 0xACD4, 0x81D7, 0xACD5, 0xB0EB, 0xACD6, 0x81D8, 0xACD7, 0xB0EC, 0xACD8, 0x81D9, 0xACD9, 0x81DA, 0xACDA, 0x81DB, 0xACDB, 0x81DC, - 0xACDC, 0x81DD, 0xACDD, 0x81DE, 0xACDE, 0x81DF, 0xACDF, 0x81E0, 0xACE0, 0xB0ED, 0xACE1, 0xB0EE, 0xACE2, 0x81E1, 0xACE3, 0x81E2, - 0xACE4, 0xB0EF, 0xACE5, 0x81E3, 0xACE6, 0x81E4, 0xACE7, 0xB0F0, 0xACE8, 0xB0F1, 0xACE9, 0x81E5, 0xACEA, 0xB0F2, 0xACEB, 0x81E6, - 0xACEC, 0xB0F3, 0xACED, 0x81E7, 0xACEE, 0x81E8, 0xACEF, 0xB0F4, 0xACF0, 0xB0F5, 0xACF1, 0xB0F6, 0xACF2, 0x81E9, 0xACF3, 0xB0F7, - 0xACF4, 0x81EA, 0xACF5, 0xB0F8, 0xACF6, 0xB0F9, 0xACF7, 0x81EB, 0xACF8, 0x81EC, 0xACF9, 0x81ED, 0xACFA, 0x81EE, 0xACFB, 0x81EF, - 0xACFC, 0xB0FA, 0xACFD, 0xB0FB, 0xACFE, 0x81F0, 0xACFF, 0x81F1, 0xAD00, 0xB0FC, 0xAD01, 0x81F2, 0xAD02, 0x81F3, 0xAD03, 0x81F4, - 0xAD04, 0xB0FD, 0xAD05, 0x81F5, 0xAD06, 0xB0FE, 0xAD07, 0x81F6, 0xAD08, 0x81F7, 0xAD09, 0x81F8, 0xAD0A, 0x81F9, 0xAD0B, 0x81FA, - 0xAD0C, 0xB1A1, 0xAD0D, 0xB1A2, 0xAD0E, 0x81FB, 0xAD0F, 0xB1A3, 0xAD10, 0x81FC, 0xAD11, 0xB1A4, 0xAD12, 0x81FD, 0xAD13, 0x81FE, - 0xAD14, 0x8241, 0xAD15, 0x8242, 0xAD16, 0x8243, 0xAD17, 0x8244, 0xAD18, 0xB1A5, 0xAD19, 0x8245, 0xAD1A, 0x8246, 0xAD1B, 0x8247, - 0xAD1C, 0xB1A6, 0xAD1D, 0x8248, 0xAD1E, 0x8249, 0xAD1F, 0x824A, 0xAD20, 0xB1A7, 0xAD21, 0x824B, 0xAD22, 0x824C, 0xAD23, 0x824D, - 0xAD24, 0x824E, 0xAD25, 0x824F, 0xAD26, 0x8250, 0xAD27, 0x8251, 0xAD28, 0x8252, 0xAD29, 0xB1A8, 0xAD2A, 0x8253, 0xAD2B, 0x8254, - 0xAD2C, 0xB1A9, 0xAD2D, 0xB1AA, 0xAD2E, 0x8255, 0xAD2F, 0x8256, 0xAD30, 0x8257, 0xAD31, 0x8258, 0xAD32, 0x8259, 0xAD33, 0x825A, - 0xAD34, 0xB1AB, 0xAD35, 0xB1AC, 0xAD36, 0x8261, 0xAD37, 0x8262, 0xAD38, 0xB1AD, 0xAD39, 0x8263, 0xAD3A, 0x8264, 0xAD3B, 0x8265, - 0xAD3C, 0xB1AE, 0xAD3D, 0x8266, 0xAD3E, 0x8267, 0xAD3F, 0x8268, 0xAD40, 0x8269, 0xAD41, 0x826A, 0xAD42, 0x826B, 0xAD43, 0x826C, - 0xAD44, 0xB1AF, 0xAD45, 0xB1B0, 0xAD46, 0x826D, 0xAD47, 0xB1B1, 0xAD48, 0x826E, 0xAD49, 0xB1B2, 0xAD4A, 0x826F, 0xAD4B, 0x8270, - 0xAD4C, 0x8271, 0xAD4D, 0x8272, 0xAD4E, 0x8273, 0xAD4F, 0x8274, 0xAD50, 0xB1B3, 0xAD51, 0x8275, 0xAD52, 0x8276, 0xAD53, 0x8277, - 0xAD54, 0xB1B4, 0xAD55, 0x8278, 0xAD56, 0x8279, 0xAD57, 0x827A, 0xAD58, 0xB1B5, 0xAD59, 0x8281, 0xAD5A, 0x8282, 0xAD5B, 0x8283, - 0xAD5C, 0x8284, 0xAD5D, 0x8285, 0xAD5E, 0x8286, 0xAD5F, 0x8287, 0xAD60, 0x8288, 0xAD61, 0xB1B6, 0xAD62, 0x8289, 0xAD63, 0xB1B7, - 0xAD64, 0x828A, 0xAD65, 0x828B, 0xAD66, 0x828C, 0xAD67, 0x828D, 0xAD68, 0x828E, 0xAD69, 0x828F, 0xAD6A, 0x8290, 0xAD6B, 0x8291, - 0xAD6C, 0xB1B8, 0xAD6D, 0xB1B9, 0xAD6E, 0x8292, 0xAD6F, 0x8293, 0xAD70, 0xB1BA, 0xAD71, 0x8294, 0xAD72, 0x8295, 0xAD73, 0xB1BB, - 0xAD74, 0xB1BC, 0xAD75, 0xB1BD, 0xAD76, 0xB1BE, 0xAD77, 0x8296, 0xAD78, 0x8297, 0xAD79, 0x8298, 0xAD7A, 0x8299, 0xAD7B, 0xB1BF, - 0xAD7C, 0xB1C0, 0xAD7D, 0xB1C1, 0xAD7E, 0x829A, 0xAD7F, 0xB1C2, 0xAD80, 0x829B, 0xAD81, 0xB1C3, 0xAD82, 0xB1C4, 0xAD83, 0x829C, - 0xAD84, 0x829D, 0xAD85, 0x829E, 0xAD86, 0x829F, 0xAD87, 0x82A0, 0xAD88, 0xB1C5, 0xAD89, 0xB1C6, 0xAD8A, 0x82A1, 0xAD8B, 0x82A2, - 0xAD8C, 0xB1C7, 0xAD8D, 0x82A3, 0xAD8E, 0x82A4, 0xAD8F, 0x82A5, 0xAD90, 0xB1C8, 0xAD91, 0x82A6, 0xAD92, 0x82A7, 0xAD93, 0x82A8, - 0xAD94, 0x82A9, 0xAD95, 0x82AA, 0xAD96, 0x82AB, 0xAD97, 0x82AC, 0xAD98, 0x82AD, 0xAD99, 0x82AE, 0xAD9A, 0x82AF, 0xAD9B, 0x82B0, - 0xAD9C, 0xB1C9, 0xAD9D, 0xB1CA, 0xAD9E, 0x82B1, 0xAD9F, 0x82B2, 0xADA0, 0x82B3, 0xADA1, 0x82B4, 0xADA2, 0x82B5, 0xADA3, 0x82B6, - 0xADA4, 0xB1CB, 0xADA5, 0x82B7, 0xADA6, 0x82B8, 0xADA7, 0x82B9, 0xADA8, 0x82BA, 0xADA9, 0x82BB, 0xADAA, 0x82BC, 0xADAB, 0x82BD, - 0xADAC, 0x82BE, 0xADAD, 0x82BF, 0xADAE, 0x82C0, 0xADAF, 0x82C1, 0xADB0, 0x82C2, 0xADB1, 0x82C3, 0xADB2, 0x82C4, 0xADB3, 0x82C5, - 0xADB4, 0x82C6, 0xADB5, 0x82C7, 0xADB6, 0x82C8, 0xADB7, 0xB1CC, 0xADB8, 0x82C9, 0xADB9, 0x82CA, 0xADBA, 0x82CB, 0xADBB, 0x82CC, - 0xADBC, 0x82CD, 0xADBD, 0x82CE, 0xADBE, 0x82CF, 0xADBF, 0x82D0, 0xADC0, 0xB1CD, 0xADC1, 0xB1CE, 0xADC2, 0x82D1, 0xADC3, 0x82D2, - 0xADC4, 0xB1CF, 0xADC5, 0x82D3, 0xADC6, 0x82D4, 0xADC7, 0x82D5, 0xADC8, 0xB1D0, 0xADC9, 0x82D6, 0xADCA, 0x82D7, 0xADCB, 0x82D8, - 0xADCC, 0x82D9, 0xADCD, 0x82DA, 0xADCE, 0x82DB, 0xADCF, 0x82DC, 0xADD0, 0xB1D1, 0xADD1, 0xB1D2, 0xADD2, 0x82DD, 0xADD3, 0xB1D3, - 0xADD4, 0x82DE, 0xADD5, 0x82DF, 0xADD6, 0x82E0, 0xADD7, 0x82E1, 0xADD8, 0x82E2, 0xADD9, 0x82E3, 0xADDA, 0x82E4, 0xADDB, 0x82E5, - 0xADDC, 0xB1D4, 0xADDD, 0x82E6, 0xADDE, 0x82E7, 0xADDF, 0x82E8, 0xADE0, 0xB1D5, 0xADE1, 0x82E9, 0xADE2, 0x82EA, 0xADE3, 0x82EB, - 0xADE4, 0xB1D6, 0xADE5, 0x82EC, 0xADE6, 0x82ED, 0xADE7, 0x82EE, 0xADE8, 0x82EF, 0xADE9, 0x82F0, 0xADEA, 0x82F1, 0xADEB, 0x82F2, - 0xADEC, 0x82F3, 0xADED, 0x82F4, 0xADEE, 0x82F5, 0xADEF, 0x82F6, 0xADF0, 0x82F7, 0xADF1, 0x82F8, 0xADF2, 0x82F9, 0xADF3, 0x82FA, - 0xADF4, 0x82FB, 0xADF5, 0x82FC, 0xADF6, 0x82FD, 0xADF7, 0x82FE, 0xADF8, 0xB1D7, 0xADF9, 0xB1D8, 0xADFA, 0x8341, 0xADFB, 0x8342, - 0xADFC, 0xB1D9, 0xADFD, 0x8343, 0xADFE, 0x8344, 0xADFF, 0xB1DA, 0xAE00, 0xB1DB, 0xAE01, 0xB1DC, 0xAE02, 0x8345, 0xAE03, 0x8346, - 0xAE04, 0x8347, 0xAE05, 0x8348, 0xAE06, 0x8349, 0xAE07, 0x834A, 0xAE08, 0xB1DD, 0xAE09, 0xB1DE, 0xAE0A, 0x834B, 0xAE0B, 0xB1DF, - 0xAE0C, 0x834C, 0xAE0D, 0xB1E0, 0xAE0E, 0x834D, 0xAE0F, 0x834E, 0xAE10, 0x834F, 0xAE11, 0x8350, 0xAE12, 0x8351, 0xAE13, 0x8352, - 0xAE14, 0xB1E1, 0xAE15, 0x8353, 0xAE16, 0x8354, 0xAE17, 0x8355, 0xAE18, 0x8356, 0xAE19, 0x8357, 0xAE1A, 0x8358, 0xAE1B, 0x8359, - 0xAE1C, 0x835A, 0xAE1D, 0x8361, 0xAE1E, 0x8362, 0xAE1F, 0x8363, 0xAE20, 0x8364, 0xAE21, 0x8365, 0xAE22, 0x8366, 0xAE23, 0x8367, - 0xAE24, 0x8368, 0xAE25, 0x8369, 0xAE26, 0x836A, 0xAE27, 0x836B, 0xAE28, 0x836C, 0xAE29, 0x836D, 0xAE2A, 0x836E, 0xAE2B, 0x836F, - 0xAE2C, 0x8370, 0xAE2D, 0x8371, 0xAE2E, 0x8372, 0xAE2F, 0x8373, 0xAE30, 0xB1E2, 0xAE31, 0xB1E3, 0xAE32, 0x8374, 0xAE33, 0x8375, - 0xAE34, 0xB1E4, 0xAE35, 0x8376, 0xAE36, 0x8377, 0xAE37, 0xB1E5, 0xAE38, 0xB1E6, 0xAE39, 0x8378, 0xAE3A, 0xB1E7, 0xAE3B, 0x8379, - 0xAE3C, 0x837A, 0xAE3D, 0x8381, 0xAE3E, 0x8382, 0xAE3F, 0x8383, 0xAE40, 0xB1E8, 0xAE41, 0xB1E9, 0xAE42, 0x8384, 0xAE43, 0xB1EA, - 0xAE44, 0x8385, 0xAE45, 0xB1EB, 0xAE46, 0xB1EC, 0xAE47, 0x8386, 0xAE48, 0x8387, 0xAE49, 0x8388, 0xAE4A, 0xB1ED, 0xAE4B, 0x8389, - 0xAE4C, 0xB1EE, 0xAE4D, 0xB1EF, 0xAE4E, 0xB1F0, 0xAE4F, 0x838A, 0xAE50, 0xB1F1, 0xAE51, 0x838B, 0xAE52, 0x838C, 0xAE53, 0x838D, - 0xAE54, 0xB1F2, 0xAE55, 0x838E, 0xAE56, 0xB1F3, 0xAE57, 0x838F, 0xAE58, 0x8390, 0xAE59, 0x8391, 0xAE5A, 0x8392, 0xAE5B, 0x8393, - 0xAE5C, 0xB1F4, 0xAE5D, 0xB1F5, 0xAE5E, 0x8394, 0xAE5F, 0xB1F6, 0xAE60, 0xB1F7, 0xAE61, 0xB1F8, 0xAE62, 0x8395, 0xAE63, 0x8396, - 0xAE64, 0x8397, 0xAE65, 0xB1F9, 0xAE66, 0x8398, 0xAE67, 0x8399, 0xAE68, 0xB1FA, 0xAE69, 0xB1FB, 0xAE6A, 0x839A, 0xAE6B, 0x839B, - 0xAE6C, 0xB1FC, 0xAE6D, 0x839C, 0xAE6E, 0x839D, 0xAE6F, 0x839E, 0xAE70, 0xB1FD, 0xAE71, 0x839F, 0xAE72, 0x83A0, 0xAE73, 0x83A1, - 0xAE74, 0x83A2, 0xAE75, 0x83A3, 0xAE76, 0x83A4, 0xAE77, 0x83A5, 0xAE78, 0xB1FE, 0xAE79, 0xB2A1, 0xAE7A, 0x83A6, 0xAE7B, 0xB2A2, - 0xAE7C, 0xB2A3, 0xAE7D, 0xB2A4, 0xAE7E, 0x83A7, 0xAE7F, 0x83A8, 0xAE80, 0x83A9, 0xAE81, 0x83AA, 0xAE82, 0x83AB, 0xAE83, 0x83AC, - 0xAE84, 0xB2A5, 0xAE85, 0xB2A6, 0xAE86, 0x83AD, 0xAE87, 0x83AE, 0xAE88, 0x83AF, 0xAE89, 0x83B0, 0xAE8A, 0x83B1, 0xAE8B, 0x83B2, - 0xAE8C, 0xB2A7, 0xAE8D, 0x83B3, 0xAE8E, 0x83B4, 0xAE8F, 0x83B5, 0xAE90, 0x83B6, 0xAE91, 0x83B7, 0xAE92, 0x83B8, 0xAE93, 0x83B9, - 0xAE94, 0x83BA, 0xAE95, 0x83BB, 0xAE96, 0x83BC, 0xAE97, 0x83BD, 0xAE98, 0x83BE, 0xAE99, 0x83BF, 0xAE9A, 0x83C0, 0xAE9B, 0x83C1, - 0xAE9C, 0x83C2, 0xAE9D, 0x83C3, 0xAE9E, 0x83C4, 0xAE9F, 0x83C5, 0xAEA0, 0x83C6, 0xAEA1, 0x83C7, 0xAEA2, 0x83C8, 0xAEA3, 0x83C9, - 0xAEA4, 0x83CA, 0xAEA5, 0x83CB, 0xAEA6, 0x83CC, 0xAEA7, 0x83CD, 0xAEA8, 0x83CE, 0xAEA9, 0x83CF, 0xAEAA, 0x83D0, 0xAEAB, 0x83D1, - 0xAEAC, 0x83D2, 0xAEAD, 0x83D3, 0xAEAE, 0x83D4, 0xAEAF, 0x83D5, 0xAEB0, 0x83D6, 0xAEB1, 0x83D7, 0xAEB2, 0x83D8, 0xAEB3, 0x83D9, - 0xAEB4, 0x83DA, 0xAEB5, 0x83DB, 0xAEB6, 0x83DC, 0xAEB7, 0x83DD, 0xAEB8, 0x83DE, 0xAEB9, 0x83DF, 0xAEBA, 0x83E0, 0xAEBB, 0x83E1, - 0xAEBC, 0xB2A8, 0xAEBD, 0xB2A9, 0xAEBE, 0xB2AA, 0xAEBF, 0x83E2, 0xAEC0, 0xB2AB, 0xAEC1, 0x83E3, 0xAEC2, 0x83E4, 0xAEC3, 0x83E5, - 0xAEC4, 0xB2AC, 0xAEC5, 0x83E6, 0xAEC6, 0x83E7, 0xAEC7, 0x83E8, 0xAEC8, 0x83E9, 0xAEC9, 0x83EA, 0xAECA, 0x83EB, 0xAECB, 0x83EC, - 0xAECC, 0xB2AD, 0xAECD, 0xB2AE, 0xAECE, 0x83ED, 0xAECF, 0xB2AF, 0xAED0, 0xB2B0, 0xAED1, 0xB2B1, 0xAED2, 0x83EE, 0xAED3, 0x83EF, - 0xAED4, 0x83F0, 0xAED5, 0x83F1, 0xAED6, 0x83F2, 0xAED7, 0x83F3, 0xAED8, 0xB2B2, 0xAED9, 0xB2B3, 0xAEDA, 0x83F4, 0xAEDB, 0x83F5, - 0xAEDC, 0xB2B4, 0xAEDD, 0x83F6, 0xAEDE, 0x83F7, 0xAEDF, 0x83F8, 0xAEE0, 0x83F9, 0xAEE1, 0x83FA, 0xAEE2, 0x83FB, 0xAEE3, 0x83FC, - 0xAEE4, 0x83FD, 0xAEE5, 0x83FE, 0xAEE6, 0x8441, 0xAEE7, 0x8442, 0xAEE8, 0xB2B5, 0xAEE9, 0x8443, 0xAEEA, 0x8444, 0xAEEB, 0xB2B6, - 0xAEEC, 0x8445, 0xAEED, 0xB2B7, 0xAEEE, 0x8446, 0xAEEF, 0x8447, 0xAEF0, 0x8448, 0xAEF1, 0x8449, 0xAEF2, 0x844A, 0xAEF3, 0x844B, - 0xAEF4, 0xB2B8, 0xAEF5, 0x844C, 0xAEF6, 0x844D, 0xAEF7, 0x844E, 0xAEF8, 0xB2B9, 0xAEF9, 0x844F, 0xAEFA, 0x8450, 0xAEFB, 0x8451, - 0xAEFC, 0xB2BA, 0xAEFD, 0x8452, 0xAEFE, 0x8453, 0xAEFF, 0x8454, 0xAF00, 0x8455, 0xAF01, 0x8456, 0xAF02, 0x8457, 0xAF03, 0x8458, - 0xAF04, 0x8459, 0xAF05, 0x845A, 0xAF06, 0x8461, 0xAF07, 0xB2BB, 0xAF08, 0xB2BC, 0xAF09, 0x8462, 0xAF0A, 0x8463, 0xAF0B, 0x8464, - 0xAF0C, 0x8465, 0xAF0D, 0xB2BD, 0xAF0E, 0x8466, 0xAF0F, 0x8467, 0xAF10, 0xB2BE, 0xAF11, 0x8468, 0xAF12, 0x8469, 0xAF13, 0x846A, - 0xAF14, 0x846B, 0xAF15, 0x846C, 0xAF16, 0x846D, 0xAF17, 0x846E, 0xAF18, 0x846F, 0xAF19, 0x8470, 0xAF1A, 0x8471, 0xAF1B, 0x8472, - 0xAF1C, 0x8473, 0xAF1D, 0x8474, 0xAF1E, 0x8475, 0xAF1F, 0x8476, 0xAF20, 0x8477, 0xAF21, 0x8478, 0xAF22, 0x8479, 0xAF23, 0x847A, - 0xAF24, 0x8481, 0xAF25, 0x8482, 0xAF26, 0x8483, 0xAF27, 0x8484, 0xAF28, 0x8485, 0xAF29, 0x8486, 0xAF2A, 0x8487, 0xAF2B, 0x8488, - 0xAF2C, 0xB2BF, 0xAF2D, 0xB2C0, 0xAF2E, 0x8489, 0xAF2F, 0x848A, 0xAF30, 0xB2C1, 0xAF31, 0x848B, 0xAF32, 0xB2C2, 0xAF33, 0x848C, - 0xAF34, 0xB2C3, 0xAF35, 0x848D, 0xAF36, 0x848E, 0xAF37, 0x848F, 0xAF38, 0x8490, 0xAF39, 0x8491, 0xAF3A, 0x8492, 0xAF3B, 0x8493, - 0xAF3C, 0xB2C4, 0xAF3D, 0xB2C5, 0xAF3E, 0x8494, 0xAF3F, 0xB2C6, 0xAF40, 0x8495, 0xAF41, 0xB2C7, 0xAF42, 0xB2C8, 0xAF43, 0xB2C9, - 0xAF44, 0x8496, 0xAF45, 0x8497, 0xAF46, 0x8498, 0xAF47, 0x8499, 0xAF48, 0xB2CA, 0xAF49, 0xB2CB, 0xAF4A, 0x849A, 0xAF4B, 0x849B, - 0xAF4C, 0x849C, 0xAF4D, 0x849D, 0xAF4E, 0x849E, 0xAF4F, 0x849F, 0xAF50, 0xB2CC, 0xAF51, 0x84A0, 0xAF52, 0x84A1, 0xAF53, 0x84A2, - 0xAF54, 0x84A3, 0xAF55, 0x84A4, 0xAF56, 0x84A5, 0xAF57, 0x84A6, 0xAF58, 0x84A7, 0xAF59, 0x84A8, 0xAF5A, 0x84A9, 0xAF5B, 0x84AA, - 0xAF5C, 0xB2CD, 0xAF5D, 0xB2CE, 0xAF5E, 0x84AB, 0xAF5F, 0x84AC, 0xAF60, 0x84AD, 0xAF61, 0x84AE, 0xAF62, 0x84AF, 0xAF63, 0x84B0, - 0xAF64, 0xB2CF, 0xAF65, 0xB2D0, 0xAF66, 0x84B1, 0xAF67, 0x84B2, 0xAF68, 0x84B3, 0xAF69, 0x84B4, 0xAF6A, 0x84B5, 0xAF6B, 0x84B6, - 0xAF6C, 0x84B7, 0xAF6D, 0x84B8, 0xAF6E, 0x84B9, 0xAF6F, 0x84BA, 0xAF70, 0x84BB, 0xAF71, 0x84BC, 0xAF72, 0x84BD, 0xAF73, 0x84BE, - 0xAF74, 0x84BF, 0xAF75, 0x84C0, 0xAF76, 0x84C1, 0xAF77, 0x84C2, 0xAF78, 0x84C3, 0xAF79, 0xB2D1, 0xAF7A, 0x84C4, 0xAF7B, 0x84C5, - 0xAF7C, 0x84C6, 0xAF7D, 0x84C7, 0xAF7E, 0x84C8, 0xAF7F, 0x84C9, 0xAF80, 0xB2D2, 0xAF81, 0x84CA, 0xAF82, 0x84CB, 0xAF83, 0x84CC, - 0xAF84, 0xB2D3, 0xAF85, 0x84CD, 0xAF86, 0x84CE, 0xAF87, 0x84CF, 0xAF88, 0xB2D4, 0xAF89, 0x84D0, 0xAF8A, 0x84D1, 0xAF8B, 0x84D2, - 0xAF8C, 0x84D3, 0xAF8D, 0x84D4, 0xAF8E, 0x84D5, 0xAF8F, 0x84D6, 0xAF90, 0xB2D5, 0xAF91, 0xB2D6, 0xAF92, 0x84D7, 0xAF93, 0x84D8, - 0xAF94, 0x84D9, 0xAF95, 0xB2D7, 0xAF96, 0x84DA, 0xAF97, 0x84DB, 0xAF98, 0x84DC, 0xAF99, 0x84DD, 0xAF9A, 0x84DE, 0xAF9B, 0x84DF, - 0xAF9C, 0xB2D8, 0xAF9D, 0x84E0, 0xAF9E, 0x84E1, 0xAF9F, 0x84E2, 0xAFA0, 0x84E3, 0xAFA1, 0x84E4, 0xAFA2, 0x84E5, 0xAFA3, 0x84E6, - 0xAFA4, 0x84E7, 0xAFA5, 0x84E8, 0xAFA6, 0x84E9, 0xAFA7, 0x84EA, 0xAFA8, 0x84EB, 0xAFA9, 0x84EC, 0xAFAA, 0x84ED, 0xAFAB, 0x84EE, - 0xAFAC, 0x84EF, 0xAFAD, 0x84F0, 0xAFAE, 0x84F1, 0xAFAF, 0x84F2, 0xAFB0, 0x84F3, 0xAFB1, 0x84F4, 0xAFB2, 0x84F5, 0xAFB3, 0x84F6, - 0xAFB4, 0x84F7, 0xAFB5, 0x84F8, 0xAFB6, 0x84F9, 0xAFB7, 0x84FA, 0xAFB8, 0xB2D9, 0xAFB9, 0xB2DA, 0xAFBA, 0x84FB, 0xAFBB, 0x84FC, - 0xAFBC, 0xB2DB, 0xAFBD, 0x84FD, 0xAFBE, 0x84FE, 0xAFBF, 0x8541, 0xAFC0, 0xB2DC, 0xAFC1, 0x8542, 0xAFC2, 0x8543, 0xAFC3, 0x8544, - 0xAFC4, 0x8545, 0xAFC5, 0x8546, 0xAFC6, 0x8547, 0xAFC7, 0xB2DD, 0xAFC8, 0xB2DE, 0xAFC9, 0xB2DF, 0xAFCA, 0x8548, 0xAFCB, 0xB2E0, - 0xAFCC, 0x8549, 0xAFCD, 0xB2E1, 0xAFCE, 0xB2E2, 0xAFCF, 0x854A, 0xAFD0, 0x854B, 0xAFD1, 0x854C, 0xAFD2, 0x854D, 0xAFD3, 0x854E, - 0xAFD4, 0xB2E3, 0xAFD5, 0x854F, 0xAFD6, 0x8550, 0xAFD7, 0x8551, 0xAFD8, 0x8552, 0xAFD9, 0x8553, 0xAFDA, 0x8554, 0xAFDB, 0x8555, - 0xAFDC, 0xB2E4, 0xAFDD, 0x8556, 0xAFDE, 0x8557, 0xAFDF, 0x8558, 0xAFE0, 0x8559, 0xAFE1, 0x855A, 0xAFE2, 0x8561, 0xAFE3, 0x8562, - 0xAFE4, 0x8563, 0xAFE5, 0x8564, 0xAFE6, 0x8565, 0xAFE7, 0x8566, 0xAFE8, 0xB2E5, 0xAFE9, 0xB2E6, 0xAFEA, 0x8567, 0xAFEB, 0x8568, - 0xAFEC, 0x8569, 0xAFED, 0x856A, 0xAFEE, 0x856B, 0xAFEF, 0x856C, 0xAFF0, 0xB2E7, 0xAFF1, 0xB2E8, 0xAFF2, 0x856D, 0xAFF3, 0x856E, - 0xAFF4, 0xB2E9, 0xAFF5, 0x856F, 0xAFF6, 0x8570, 0xAFF7, 0x8571, 0xAFF8, 0xB2EA, 0xAFF9, 0x8572, 0xAFFA, 0x8573, 0xAFFB, 0x8574, - 0xAFFC, 0x8575, 0xAFFD, 0x8576, 0xAFFE, 0x8577, 0xAFFF, 0x8578, 0xB000, 0xB2EB, 0xB001, 0xB2EC, 0xB002, 0x8579, 0xB003, 0x857A, - 0xB004, 0xB2ED, 0xB005, 0x8581, 0xB006, 0x8582, 0xB007, 0x8583, 0xB008, 0x8584, 0xB009, 0x8585, 0xB00A, 0x8586, 0xB00B, 0x8587, - 0xB00C, 0xB2EE, 0xB00D, 0x8588, 0xB00E, 0x8589, 0xB00F, 0x858A, 0xB010, 0xB2EF, 0xB011, 0x858B, 0xB012, 0x858C, 0xB013, 0x858D, - 0xB014, 0xB2F0, 0xB015, 0x858E, 0xB016, 0x858F, 0xB017, 0x8590, 0xB018, 0x8591, 0xB019, 0x8592, 0xB01A, 0x8593, 0xB01B, 0x8594, - 0xB01C, 0xB2F1, 0xB01D, 0xB2F2, 0xB01E, 0x8595, 0xB01F, 0x8596, 0xB020, 0x8597, 0xB021, 0x8598, 0xB022, 0x8599, 0xB023, 0x859A, - 0xB024, 0x859B, 0xB025, 0x859C, 0xB026, 0x859D, 0xB027, 0x859E, 0xB028, 0xB2F3, 0xB029, 0x859F, 0xB02A, 0x85A0, 0xB02B, 0x85A1, - 0xB02C, 0x85A2, 0xB02D, 0x85A3, 0xB02E, 0x85A4, 0xB02F, 0x85A5, 0xB030, 0x85A6, 0xB031, 0x85A7, 0xB032, 0x85A8, 0xB033, 0x85A9, - 0xB034, 0x85AA, 0xB035, 0x85AB, 0xB036, 0x85AC, 0xB037, 0x85AD, 0xB038, 0x85AE, 0xB039, 0x85AF, 0xB03A, 0x85B0, 0xB03B, 0x85B1, - 0xB03C, 0x85B2, 0xB03D, 0x85B3, 0xB03E, 0x85B4, 0xB03F, 0x85B5, 0xB040, 0x85B6, 0xB041, 0x85B7, 0xB042, 0x85B8, 0xB043, 0x85B9, - 0xB044, 0xB2F4, 0xB045, 0xB2F5, 0xB046, 0x85BA, 0xB047, 0x85BB, 0xB048, 0xB2F6, 0xB049, 0x85BC, 0xB04A, 0xB2F7, 0xB04B, 0x85BD, - 0xB04C, 0xB2F8, 0xB04D, 0x85BE, 0xB04E, 0xB2F9, 0xB04F, 0x85BF, 0xB050, 0x85C0, 0xB051, 0x85C1, 0xB052, 0x85C2, 0xB053, 0xB2FA, - 0xB054, 0xB2FB, 0xB055, 0xB2FC, 0xB056, 0x85C3, 0xB057, 0xB2FD, 0xB058, 0x85C4, 0xB059, 0xB2FE, 0xB05A, 0x85C5, 0xB05B, 0x85C6, - 0xB05C, 0x85C7, 0xB05D, 0xB3A1, 0xB05E, 0x85C8, 0xB05F, 0x85C9, 0xB060, 0x85CA, 0xB061, 0x85CB, 0xB062, 0x85CC, 0xB063, 0x85CD, - 0xB064, 0x85CE, 0xB065, 0x85CF, 0xB066, 0x85D0, 0xB067, 0x85D1, 0xB068, 0x85D2, 0xB069, 0x85D3, 0xB06A, 0x85D4, 0xB06B, 0x85D5, - 0xB06C, 0x85D6, 0xB06D, 0x85D7, 0xB06E, 0x85D8, 0xB06F, 0x85D9, 0xB070, 0x85DA, 0xB071, 0x85DB, 0xB072, 0x85DC, 0xB073, 0x85DD, - 0xB074, 0x85DE, 0xB075, 0x85DF, 0xB076, 0x85E0, 0xB077, 0x85E1, 0xB078, 0x85E2, 0xB079, 0x85E3, 0xB07A, 0x85E4, 0xB07B, 0x85E5, - 0xB07C, 0xB3A2, 0xB07D, 0xB3A3, 0xB07E, 0x85E6, 0xB07F, 0x85E7, 0xB080, 0xB3A4, 0xB081, 0x85E8, 0xB082, 0x85E9, 0xB083, 0x85EA, - 0xB084, 0xB3A5, 0xB085, 0x85EB, 0xB086, 0x85EC, 0xB087, 0x85ED, 0xB088, 0x85EE, 0xB089, 0x85EF, 0xB08A, 0x85F0, 0xB08B, 0x85F1, - 0xB08C, 0xB3A6, 0xB08D, 0xB3A7, 0xB08E, 0x85F2, 0xB08F, 0xB3A8, 0xB090, 0x85F3, 0xB091, 0xB3A9, 0xB092, 0x85F4, 0xB093, 0x85F5, - 0xB094, 0x85F6, 0xB095, 0x85F7, 0xB096, 0x85F8, 0xB097, 0x85F9, 0xB098, 0xB3AA, 0xB099, 0xB3AB, 0xB09A, 0xB3AC, 0xB09B, 0x85FA, - 0xB09C, 0xB3AD, 0xB09D, 0x85FB, 0xB09E, 0x85FC, 0xB09F, 0xB3AE, 0xB0A0, 0xB3AF, 0xB0A1, 0xB3B0, 0xB0A2, 0xB3B1, 0xB0A3, 0x85FD, - 0xB0A4, 0x85FE, 0xB0A5, 0x8641, 0xB0A6, 0x8642, 0xB0A7, 0x8643, 0xB0A8, 0xB3B2, 0xB0A9, 0xB3B3, 0xB0AA, 0x8644, 0xB0AB, 0xB3B4, - 0xB0AC, 0xB3B5, 0xB0AD, 0xB3B6, 0xB0AE, 0xB3B7, 0xB0AF, 0xB3B8, 0xB0B0, 0x8645, 0xB0B1, 0xB3B9, 0xB0B2, 0x8646, 0xB0B3, 0xB3BA, - 0xB0B4, 0xB3BB, 0xB0B5, 0xB3BC, 0xB0B6, 0x8647, 0xB0B7, 0x8648, 0xB0B8, 0xB3BD, 0xB0B9, 0x8649, 0xB0BA, 0x864A, 0xB0BB, 0x864B, - 0xB0BC, 0xB3BE, 0xB0BD, 0x864C, 0xB0BE, 0x864D, 0xB0BF, 0x864E, 0xB0C0, 0x864F, 0xB0C1, 0x8650, 0xB0C2, 0x8651, 0xB0C3, 0x8652, - 0xB0C4, 0xB3BF, 0xB0C5, 0xB3C0, 0xB0C6, 0x8653, 0xB0C7, 0xB3C1, 0xB0C8, 0xB3C2, 0xB0C9, 0xB3C3, 0xB0CA, 0x8654, 0xB0CB, 0x8655, - 0xB0CC, 0x8656, 0xB0CD, 0x8657, 0xB0CE, 0x8658, 0xB0CF, 0x8659, 0xB0D0, 0xB3C4, 0xB0D1, 0xB3C5, 0xB0D2, 0x865A, 0xB0D3, 0x8661, - 0xB0D4, 0xB3C6, 0xB0D5, 0x8662, 0xB0D6, 0x8663, 0xB0D7, 0x8664, 0xB0D8, 0xB3C7, 0xB0D9, 0x8665, 0xB0DA, 0x8666, 0xB0DB, 0x8667, - 0xB0DC, 0x8668, 0xB0DD, 0x8669, 0xB0DE, 0x866A, 0xB0DF, 0x866B, 0xB0E0, 0xB3C8, 0xB0E1, 0x866C, 0xB0E2, 0x866D, 0xB0E3, 0x866E, - 0xB0E4, 0x866F, 0xB0E5, 0xB3C9, 0xB0E6, 0x8670, 0xB0E7, 0x8671, 0xB0E8, 0x8672, 0xB0E9, 0x8673, 0xB0EA, 0x8674, 0xB0EB, 0x8675, - 0xB0EC, 0x8676, 0xB0ED, 0x8677, 0xB0EE, 0x8678, 0xB0EF, 0x8679, 0xB0F0, 0x867A, 0xB0F1, 0x8681, 0xB0F2, 0x8682, 0xB0F3, 0x8683, - 0xB0F4, 0x8684, 0xB0F5, 0x8685, 0xB0F6, 0x8686, 0xB0F7, 0x8687, 0xB0F8, 0x8688, 0xB0F9, 0x8689, 0xB0FA, 0x868A, 0xB0FB, 0x868B, - 0xB0FC, 0x868C, 0xB0FD, 0x868D, 0xB0FE, 0x868E, 0xB0FF, 0x868F, 0xB100, 0x8690, 0xB101, 0x8691, 0xB102, 0x8692, 0xB103, 0x8693, - 0xB104, 0x8694, 0xB105, 0x8695, 0xB106, 0x8696, 0xB107, 0x8697, 0xB108, 0xB3CA, 0xB109, 0xB3CB, 0xB10A, 0x8698, 0xB10B, 0xB3CC, - 0xB10C, 0xB3CD, 0xB10D, 0x8699, 0xB10E, 0x869A, 0xB10F, 0x869B, 0xB110, 0xB3CE, 0xB111, 0x869C, 0xB112, 0xB3CF, 0xB113, 0xB3D0, - 0xB114, 0x869D, 0xB115, 0x869E, 0xB116, 0x869F, 0xB117, 0x86A0, 0xB118, 0xB3D1, 0xB119, 0xB3D2, 0xB11A, 0x86A1, 0xB11B, 0xB3D3, - 0xB11C, 0xB3D4, 0xB11D, 0xB3D5, 0xB11E, 0x86A2, 0xB11F, 0x86A3, 0xB120, 0x86A4, 0xB121, 0x86A5, 0xB122, 0x86A6, 0xB123, 0xB3D6, - 0xB124, 0xB3D7, 0xB125, 0xB3D8, 0xB126, 0x86A7, 0xB127, 0x86A8, 0xB128, 0xB3D9, 0xB129, 0x86A9, 0xB12A, 0x86AA, 0xB12B, 0x86AB, - 0xB12C, 0xB3DA, 0xB12D, 0x86AC, 0xB12E, 0x86AD, 0xB12F, 0x86AE, 0xB130, 0x86AF, 0xB131, 0x86B0, 0xB132, 0x86B1, 0xB133, 0x86B2, - 0xB134, 0xB3DB, 0xB135, 0xB3DC, 0xB136, 0x86B3, 0xB137, 0xB3DD, 0xB138, 0xB3DE, 0xB139, 0xB3DF, 0xB13A, 0x86B4, 0xB13B, 0x86B5, - 0xB13C, 0x86B6, 0xB13D, 0x86B7, 0xB13E, 0x86B8, 0xB13F, 0x86B9, 0xB140, 0xB3E0, 0xB141, 0xB3E1, 0xB142, 0x86BA, 0xB143, 0x86BB, - 0xB144, 0xB3E2, 0xB145, 0x86BC, 0xB146, 0x86BD, 0xB147, 0x86BE, 0xB148, 0xB3E3, 0xB149, 0x86BF, 0xB14A, 0x86C0, 0xB14B, 0x86C1, - 0xB14C, 0x86C2, 0xB14D, 0x86C3, 0xB14E, 0x86C4, 0xB14F, 0x86C5, 0xB150, 0xB3E4, 0xB151, 0xB3E5, 0xB152, 0x86C6, 0xB153, 0x86C7, - 0xB154, 0xB3E6, 0xB155, 0xB3E7, 0xB156, 0x86C8, 0xB157, 0x86C9, 0xB158, 0xB3E8, 0xB159, 0x86CA, 0xB15A, 0x86CB, 0xB15B, 0x86CC, - 0xB15C, 0xB3E9, 0xB15D, 0x86CD, 0xB15E, 0x86CE, 0xB15F, 0x86CF, 0xB160, 0xB3EA, 0xB161, 0x86D0, 0xB162, 0x86D1, 0xB163, 0x86D2, - 0xB164, 0x86D3, 0xB165, 0x86D4, 0xB166, 0x86D5, 0xB167, 0x86D6, 0xB168, 0x86D7, 0xB169, 0x86D8, 0xB16A, 0x86D9, 0xB16B, 0x86DA, - 0xB16C, 0x86DB, 0xB16D, 0x86DC, 0xB16E, 0x86DD, 0xB16F, 0x86DE, 0xB170, 0x86DF, 0xB171, 0x86E0, 0xB172, 0x86E1, 0xB173, 0x86E2, - 0xB174, 0x86E3, 0xB175, 0x86E4, 0xB176, 0x86E5, 0xB177, 0x86E6, 0xB178, 0xB3EB, 0xB179, 0xB3EC, 0xB17A, 0x86E7, 0xB17B, 0x86E8, - 0xB17C, 0xB3ED, 0xB17D, 0x86E9, 0xB17E, 0x86EA, 0xB17F, 0x86EB, 0xB180, 0xB3EE, 0xB181, 0x86EC, 0xB182, 0xB3EF, 0xB183, 0x86ED, - 0xB184, 0x86EE, 0xB185, 0x86EF, 0xB186, 0x86F0, 0xB187, 0x86F1, 0xB188, 0xB3F0, 0xB189, 0xB3F1, 0xB18A, 0x86F2, 0xB18B, 0xB3F2, - 0xB18C, 0x86F3, 0xB18D, 0xB3F3, 0xB18E, 0x86F4, 0xB18F, 0x86F5, 0xB190, 0x86F6, 0xB191, 0x86F7, 0xB192, 0xB3F4, 0xB193, 0xB3F5, - 0xB194, 0xB3F6, 0xB195, 0x86F8, 0xB196, 0x86F9, 0xB197, 0x86FA, 0xB198, 0xB3F7, 0xB199, 0x86FB, 0xB19A, 0x86FC, 0xB19B, 0x86FD, - 0xB19C, 0xB3F8, 0xB19D, 0x86FE, 0xB19E, 0x8741, 0xB19F, 0x8742, 0xB1A0, 0x8743, 0xB1A1, 0x8744, 0xB1A2, 0x8745, 0xB1A3, 0x8746, - 0xB1A4, 0x8747, 0xB1A5, 0x8748, 0xB1A6, 0x8749, 0xB1A7, 0x874A, 0xB1A8, 0xB3F9, 0xB1A9, 0x874B, 0xB1AA, 0x874C, 0xB1AB, 0x874D, - 0xB1AC, 0x874E, 0xB1AD, 0x874F, 0xB1AE, 0x8750, 0xB1AF, 0x8751, 0xB1B0, 0x8752, 0xB1B1, 0x8753, 0xB1B2, 0x8754, 0xB1B3, 0x8755, - 0xB1B4, 0x8756, 0xB1B5, 0x8757, 0xB1B6, 0x8758, 0xB1B7, 0x8759, 0xB1B8, 0x875A, 0xB1B9, 0x8761, 0xB1BA, 0x8762, 0xB1BB, 0x8763, - 0xB1BC, 0x8764, 0xB1BD, 0x8765, 0xB1BE, 0x8766, 0xB1BF, 0x8767, 0xB1C0, 0x8768, 0xB1C1, 0x8769, 0xB1C2, 0x876A, 0xB1C3, 0x876B, - 0xB1C4, 0x876C, 0xB1C5, 0x876D, 0xB1C6, 0x876E, 0xB1C7, 0x876F, 0xB1C8, 0x8770, 0xB1C9, 0x8771, 0xB1CA, 0x8772, 0xB1CB, 0x8773, - 0xB1CC, 0xB3FA, 0xB1CD, 0x8774, 0xB1CE, 0x8775, 0xB1CF, 0x8776, 0xB1D0, 0xB3FB, 0xB1D1, 0x8777, 0xB1D2, 0x8778, 0xB1D3, 0x8779, - 0xB1D4, 0xB3FC, 0xB1D5, 0x877A, 0xB1D6, 0x8781, 0xB1D7, 0x8782, 0xB1D8, 0x8783, 0xB1D9, 0x8784, 0xB1DA, 0x8785, 0xB1DB, 0x8786, - 0xB1DC, 0xB3FD, 0xB1DD, 0xB3FE, 0xB1DE, 0x8787, 0xB1DF, 0xB4A1, 0xB1E0, 0x8788, 0xB1E1, 0x8789, 0xB1E2, 0x878A, 0xB1E3, 0x878B, - 0xB1E4, 0x878C, 0xB1E5, 0x878D, 0xB1E6, 0x878E, 0xB1E7, 0x878F, 0xB1E8, 0xB4A2, 0xB1E9, 0xB4A3, 0xB1EA, 0x8790, 0xB1EB, 0x8791, - 0xB1EC, 0xB4A4, 0xB1ED, 0x8792, 0xB1EE, 0x8793, 0xB1EF, 0x8794, 0xB1F0, 0xB4A5, 0xB1F1, 0x8795, 0xB1F2, 0x8796, 0xB1F3, 0x8797, - 0xB1F4, 0x8798, 0xB1F5, 0x8799, 0xB1F6, 0x879A, 0xB1F7, 0x879B, 0xB1F8, 0x879C, 0xB1F9, 0xB4A6, 0xB1FA, 0x879D, 0xB1FB, 0xB4A7, - 0xB1FC, 0x879E, 0xB1FD, 0xB4A8, 0xB1FE, 0x879F, 0xB1FF, 0x87A0, 0xB200, 0x87A1, 0xB201, 0x87A2, 0xB202, 0x87A3, 0xB203, 0x87A4, - 0xB204, 0xB4A9, 0xB205, 0xB4AA, 0xB206, 0x87A5, 0xB207, 0x87A6, 0xB208, 0xB4AB, 0xB209, 0x87A7, 0xB20A, 0x87A8, 0xB20B, 0xB4AC, - 0xB20C, 0xB4AD, 0xB20D, 0x87A9, 0xB20E, 0x87AA, 0xB20F, 0x87AB, 0xB210, 0x87AC, 0xB211, 0x87AD, 0xB212, 0x87AE, 0xB213, 0x87AF, - 0xB214, 0xB4AE, 0xB215, 0xB4AF, 0xB216, 0x87B0, 0xB217, 0xB4B0, 0xB218, 0x87B1, 0xB219, 0xB4B1, 0xB21A, 0x87B2, 0xB21B, 0x87B3, - 0xB21C, 0x87B4, 0xB21D, 0x87B5, 0xB21E, 0x87B6, 0xB21F, 0x87B7, 0xB220, 0xB4B2, 0xB221, 0x87B8, 0xB222, 0x87B9, 0xB223, 0x87BA, - 0xB224, 0x87BB, 0xB225, 0x87BC, 0xB226, 0x87BD, 0xB227, 0x87BE, 0xB228, 0x87BF, 0xB229, 0x87C0, 0xB22A, 0x87C1, 0xB22B, 0x87C2, - 0xB22C, 0x87C3, 0xB22D, 0x87C4, 0xB22E, 0x87C5, 0xB22F, 0x87C6, 0xB230, 0x87C7, 0xB231, 0x87C8, 0xB232, 0x87C9, 0xB233, 0x87CA, - 0xB234, 0xB4B3, 0xB235, 0x87CB, 0xB236, 0x87CC, 0xB237, 0x87CD, 0xB238, 0x87CE, 0xB239, 0x87CF, 0xB23A, 0x87D0, 0xB23B, 0x87D1, - 0xB23C, 0xB4B4, 0xB23D, 0x87D2, 0xB23E, 0x87D3, 0xB23F, 0x87D4, 0xB240, 0x87D5, 0xB241, 0x87D6, 0xB242, 0x87D7, 0xB243, 0x87D8, - 0xB244, 0x87D9, 0xB245, 0x87DA, 0xB246, 0x87DB, 0xB247, 0x87DC, 0xB248, 0x87DD, 0xB249, 0x87DE, 0xB24A, 0x87DF, 0xB24B, 0x87E0, - 0xB24C, 0x87E1, 0xB24D, 0x87E2, 0xB24E, 0x87E3, 0xB24F, 0x87E4, 0xB250, 0x87E5, 0xB251, 0x87E6, 0xB252, 0x87E7, 0xB253, 0x87E8, - 0xB254, 0x87E9, 0xB255, 0x87EA, 0xB256, 0x87EB, 0xB257, 0x87EC, 0xB258, 0xB4B5, 0xB259, 0x87ED, 0xB25A, 0x87EE, 0xB25B, 0x87EF, - 0xB25C, 0xB4B6, 0xB25D, 0x87F0, 0xB25E, 0x87F1, 0xB25F, 0x87F2, 0xB260, 0xB4B7, 0xB261, 0x87F3, 0xB262, 0x87F4, 0xB263, 0x87F5, - 0xB264, 0x87F6, 0xB265, 0x87F7, 0xB266, 0x87F8, 0xB267, 0x87F9, 0xB268, 0xB4B8, 0xB269, 0xB4B9, 0xB26A, 0x87FA, 0xB26B, 0x87FB, - 0xB26C, 0x87FC, 0xB26D, 0x87FD, 0xB26E, 0x87FE, 0xB26F, 0x8841, 0xB270, 0x8842, 0xB271, 0x8843, 0xB272, 0x8844, 0xB273, 0x8845, - 0xB274, 0xB4BA, 0xB275, 0xB4BB, 0xB276, 0x8846, 0xB277, 0x8847, 0xB278, 0x8848, 0xB279, 0x8849, 0xB27A, 0x884A, 0xB27B, 0x884B, - 0xB27C, 0xB4BC, 0xB27D, 0x884C, 0xB27E, 0x884D, 0xB27F, 0x884E, 0xB280, 0x884F, 0xB281, 0x8850, 0xB282, 0x8851, 0xB283, 0x8852, - 0xB284, 0xB4BD, 0xB285, 0xB4BE, 0xB286, 0x8853, 0xB287, 0x8854, 0xB288, 0x8855, 0xB289, 0xB4BF, 0xB28A, 0x8856, 0xB28B, 0x8857, - 0xB28C, 0x8858, 0xB28D, 0x8859, 0xB28E, 0x885A, 0xB28F, 0x8861, 0xB290, 0xB4C0, 0xB291, 0xB4C1, 0xB292, 0x8862, 0xB293, 0x8863, - 0xB294, 0xB4C2, 0xB295, 0x8864, 0xB296, 0x8865, 0xB297, 0x8866, 0xB298, 0xB4C3, 0xB299, 0xB4C4, 0xB29A, 0xB4C5, 0xB29B, 0x8867, - 0xB29C, 0x8868, 0xB29D, 0x8869, 0xB29E, 0x886A, 0xB29F, 0x886B, 0xB2A0, 0xB4C6, 0xB2A1, 0xB4C7, 0xB2A2, 0x886C, 0xB2A3, 0xB4C8, - 0xB2A4, 0x886D, 0xB2A5, 0xB4C9, 0xB2A6, 0xB4CA, 0xB2A7, 0x886E, 0xB2A8, 0x886F, 0xB2A9, 0x8870, 0xB2AA, 0xB4CB, 0xB2AB, 0x8871, - 0xB2AC, 0xB4CC, 0xB2AD, 0x8872, 0xB2AE, 0x8873, 0xB2AF, 0x8874, 0xB2B0, 0xB4CD, 0xB2B1, 0x8875, 0xB2B2, 0x8876, 0xB2B3, 0x8877, - 0xB2B4, 0xB4CE, 0xB2B5, 0x8878, 0xB2B6, 0x8879, 0xB2B7, 0x887A, 0xB2B8, 0x8881, 0xB2B9, 0x8882, 0xB2BA, 0x8883, 0xB2BB, 0x8884, - 0xB2BC, 0x8885, 0xB2BD, 0x8886, 0xB2BE, 0x8887, 0xB2BF, 0x8888, 0xB2C0, 0x8889, 0xB2C1, 0x888A, 0xB2C2, 0x888B, 0xB2C3, 0x888C, - 0xB2C4, 0x888D, 0xB2C5, 0x888E, 0xB2C6, 0x888F, 0xB2C7, 0x8890, 0xB2C8, 0xB4CF, 0xB2C9, 0xB4D0, 0xB2CA, 0x8891, 0xB2CB, 0x8892, - 0xB2CC, 0xB4D1, 0xB2CD, 0x8893, 0xB2CE, 0x8894, 0xB2CF, 0x8895, 0xB2D0, 0xB4D2, 0xB2D1, 0x8896, 0xB2D2, 0xB4D3, 0xB2D3, 0x8897, - 0xB2D4, 0x8898, 0xB2D5, 0x8899, 0xB2D6, 0x889A, 0xB2D7, 0x889B, 0xB2D8, 0xB4D4, 0xB2D9, 0xB4D5, 0xB2DA, 0x889C, 0xB2DB, 0xB4D6, - 0xB2DC, 0x889D, 0xB2DD, 0xB4D7, 0xB2DE, 0x889E, 0xB2DF, 0x889F, 0xB2E0, 0x88A0, 0xB2E1, 0x88A1, 0xB2E2, 0xB4D8, 0xB2E3, 0x88A2, - 0xB2E4, 0xB4D9, 0xB2E5, 0xB4DA, 0xB2E6, 0xB4DB, 0xB2E7, 0x88A3, 0xB2E8, 0xB4DC, 0xB2E9, 0x88A4, 0xB2EA, 0x88A5, 0xB2EB, 0xB4DD, - 0xB2EC, 0xB4DE, 0xB2ED, 0xB4DF, 0xB2EE, 0xB4E0, 0xB2EF, 0xB4E1, 0xB2F0, 0x88A6, 0xB2F1, 0x88A7, 0xB2F2, 0x88A8, 0xB2F3, 0xB4E2, - 0xB2F4, 0xB4E3, 0xB2F5, 0xB4E4, 0xB2F6, 0x88A9, 0xB2F7, 0xB4E5, 0xB2F8, 0xB4E6, 0xB2F9, 0xB4E7, 0xB2FA, 0xB4E8, 0xB2FB, 0xB4E9, - 0xB2FC, 0x88AA, 0xB2FD, 0x88AB, 0xB2FE, 0x88AC, 0xB2FF, 0xB4EA, 0xB300, 0xB4EB, 0xB301, 0xB4EC, 0xB302, 0x88AD, 0xB303, 0x88AE, - 0xB304, 0xB4ED, 0xB305, 0x88AF, 0xB306, 0x88B0, 0xB307, 0x88B1, 0xB308, 0xB4EE, 0xB309, 0x88B2, 0xB30A, 0x88B3, 0xB30B, 0x88B4, - 0xB30C, 0x88B5, 0xB30D, 0x88B6, 0xB30E, 0x88B7, 0xB30F, 0x88B8, 0xB310, 0xB4EF, 0xB311, 0xB4F0, 0xB312, 0x88B9, 0xB313, 0xB4F1, - 0xB314, 0xB4F2, 0xB315, 0xB4F3, 0xB316, 0x88BA, 0xB317, 0x88BB, 0xB318, 0x88BC, 0xB319, 0x88BD, 0xB31A, 0x88BE, 0xB31B, 0x88BF, - 0xB31C, 0xB4F4, 0xB31D, 0x88C0, 0xB31E, 0x88C1, 0xB31F, 0x88C2, 0xB320, 0x88C3, 0xB321, 0x88C4, 0xB322, 0x88C5, 0xB323, 0x88C6, - 0xB324, 0x88C7, 0xB325, 0x88C8, 0xB326, 0x88C9, 0xB327, 0x88CA, 0xB328, 0x88CB, 0xB329, 0x88CC, 0xB32A, 0x88CD, 0xB32B, 0x88CE, - 0xB32C, 0x88CF, 0xB32D, 0x88D0, 0xB32E, 0x88D1, 0xB32F, 0x88D2, 0xB330, 0x88D3, 0xB331, 0x88D4, 0xB332, 0x88D5, 0xB333, 0x88D6, - 0xB334, 0x88D7, 0xB335, 0x88D8, 0xB336, 0x88D9, 0xB337, 0x88DA, 0xB338, 0x88DB, 0xB339, 0x88DC, 0xB33A, 0x88DD, 0xB33B, 0x88DE, - 0xB33C, 0x88DF, 0xB33D, 0x88E0, 0xB33E, 0x88E1, 0xB33F, 0x88E2, 0xB340, 0x88E3, 0xB341, 0x88E4, 0xB342, 0x88E5, 0xB343, 0x88E6, - 0xB344, 0x88E7, 0xB345, 0x88E8, 0xB346, 0x88E9, 0xB347, 0x88EA, 0xB348, 0x88EB, 0xB349, 0x88EC, 0xB34A, 0x88ED, 0xB34B, 0x88EE, - 0xB34C, 0x88EF, 0xB34D, 0x88F0, 0xB34E, 0x88F1, 0xB34F, 0x88F2, 0xB350, 0x88F3, 0xB351, 0x88F4, 0xB352, 0x88F5, 0xB353, 0x88F6, - 0xB354, 0xB4F5, 0xB355, 0xB4F6, 0xB356, 0xB4F7, 0xB357, 0x88F7, 0xB358, 0xB4F8, 0xB359, 0x88F8, 0xB35A, 0x88F9, 0xB35B, 0xB4F9, - 0xB35C, 0xB4FA, 0xB35D, 0x88FA, 0xB35E, 0xB4FB, 0xB35F, 0xB4FC, 0xB360, 0x88FB, 0xB361, 0x88FC, 0xB362, 0x88FD, 0xB363, 0x88FE, - 0xB364, 0xB4FD, 0xB365, 0xB4FE, 0xB366, 0x8941, 0xB367, 0xB5A1, 0xB368, 0x8942, 0xB369, 0xB5A2, 0xB36A, 0x8943, 0xB36B, 0xB5A3, - 0xB36C, 0x8944, 0xB36D, 0x8945, 0xB36E, 0xB5A4, 0xB36F, 0x8946, 0xB370, 0xB5A5, 0xB371, 0xB5A6, 0xB372, 0x8947, 0xB373, 0x8948, - 0xB374, 0xB5A7, 0xB375, 0x8949, 0xB376, 0x894A, 0xB377, 0x894B, 0xB378, 0xB5A8, 0xB379, 0x894C, 0xB37A, 0x894D, 0xB37B, 0x894E, - 0xB37C, 0x894F, 0xB37D, 0x8950, 0xB37E, 0x8951, 0xB37F, 0x8952, 0xB380, 0xB5A9, 0xB381, 0xB5AA, 0xB382, 0x8953, 0xB383, 0xB5AB, - 0xB384, 0xB5AC, 0xB385, 0xB5AD, 0xB386, 0x8954, 0xB387, 0x8955, 0xB388, 0x8956, 0xB389, 0x8957, 0xB38A, 0x8958, 0xB38B, 0x8959, - 0xB38C, 0xB5AE, 0xB38D, 0x895A, 0xB38E, 0x8961, 0xB38F, 0x8962, 0xB390, 0xB5AF, 0xB391, 0x8963, 0xB392, 0x8964, 0xB393, 0x8965, - 0xB394, 0xB5B0, 0xB395, 0x8966, 0xB396, 0x8967, 0xB397, 0x8968, 0xB398, 0x8969, 0xB399, 0x896A, 0xB39A, 0x896B, 0xB39B, 0x896C, - 0xB39C, 0x896D, 0xB39D, 0x896E, 0xB39E, 0x896F, 0xB39F, 0x8970, 0xB3A0, 0xB5B1, 0xB3A1, 0xB5B2, 0xB3A2, 0x8971, 0xB3A3, 0x8972, - 0xB3A4, 0x8973, 0xB3A5, 0x8974, 0xB3A6, 0x8975, 0xB3A7, 0x8976, 0xB3A8, 0xB5B3, 0xB3A9, 0x8977, 0xB3AA, 0x8978, 0xB3AB, 0x8979, - 0xB3AC, 0xB5B4, 0xB3AD, 0x897A, 0xB3AE, 0x8981, 0xB3AF, 0x8982, 0xB3B0, 0x8983, 0xB3B1, 0x8984, 0xB3B2, 0x8985, 0xB3B3, 0x8986, - 0xB3B4, 0x8987, 0xB3B5, 0x8988, 0xB3B6, 0x8989, 0xB3B7, 0x898A, 0xB3B8, 0x898B, 0xB3B9, 0x898C, 0xB3BA, 0x898D, 0xB3BB, 0x898E, - 0xB3BC, 0x898F, 0xB3BD, 0x8990, 0xB3BE, 0x8991, 0xB3BF, 0x8992, 0xB3C0, 0x8993, 0xB3C1, 0x8994, 0xB3C2, 0x8995, 0xB3C3, 0x8996, - 0xB3C4, 0xB5B5, 0xB3C5, 0xB5B6, 0xB3C6, 0x8997, 0xB3C7, 0x8998, 0xB3C8, 0xB5B7, 0xB3C9, 0x8999, 0xB3CA, 0x899A, 0xB3CB, 0xB5B8, - 0xB3CC, 0xB5B9, 0xB3CD, 0x899B, 0xB3CE, 0xB5BA, 0xB3CF, 0x899C, 0xB3D0, 0xB5BB, 0xB3D1, 0x899D, 0xB3D2, 0x899E, 0xB3D3, 0x899F, - 0xB3D4, 0xB5BC, 0xB3D5, 0xB5BD, 0xB3D6, 0x89A0, 0xB3D7, 0xB5BE, 0xB3D8, 0x89A1, 0xB3D9, 0xB5BF, 0xB3DA, 0x89A2, 0xB3DB, 0xB5C0, - 0xB3DC, 0x89A3, 0xB3DD, 0xB5C1, 0xB3DE, 0x89A4, 0xB3DF, 0x89A5, 0xB3E0, 0xB5C2, 0xB3E1, 0x89A6, 0xB3E2, 0x89A7, 0xB3E3, 0x89A8, - 0xB3E4, 0xB5C3, 0xB3E5, 0x89A9, 0xB3E6, 0x89AA, 0xB3E7, 0x89AB, 0xB3E8, 0xB5C4, 0xB3E9, 0x89AC, 0xB3EA, 0x89AD, 0xB3EB, 0x89AE, - 0xB3EC, 0x89AF, 0xB3ED, 0x89B0, 0xB3EE, 0x89B1, 0xB3EF, 0x89B2, 0xB3F0, 0x89B3, 0xB3F1, 0x89B4, 0xB3F2, 0x89B5, 0xB3F3, 0x89B6, - 0xB3F4, 0x89B7, 0xB3F5, 0x89B8, 0xB3F6, 0x89B9, 0xB3F7, 0x89BA, 0xB3F8, 0x89BB, 0xB3F9, 0x89BC, 0xB3FA, 0x89BD, 0xB3FB, 0x89BE, - 0xB3FC, 0xB5C5, 0xB3FD, 0x89BF, 0xB3FE, 0x89C0, 0xB3FF, 0x89C1, 0xB400, 0x89C2, 0xB401, 0x89C3, 0xB402, 0x89C4, 0xB403, 0x89C5, - 0xB404, 0x89C6, 0xB405, 0x89C7, 0xB406, 0x89C8, 0xB407, 0x89C9, 0xB408, 0x89CA, 0xB409, 0x89CB, 0xB40A, 0x89CC, 0xB40B, 0x89CD, - 0xB40C, 0x89CE, 0xB40D, 0x89CF, 0xB40E, 0x89D0, 0xB40F, 0x89D1, 0xB410, 0xB5C6, 0xB411, 0x89D2, 0xB412, 0x89D3, 0xB413, 0x89D4, - 0xB414, 0x89D5, 0xB415, 0x89D6, 0xB416, 0x89D7, 0xB417, 0x89D8, 0xB418, 0xB5C7, 0xB419, 0x89D9, 0xB41A, 0x89DA, 0xB41B, 0x89DB, - 0xB41C, 0xB5C8, 0xB41D, 0x89DC, 0xB41E, 0x89DD, 0xB41F, 0x89DE, 0xB420, 0xB5C9, 0xB421, 0x89DF, 0xB422, 0x89E0, 0xB423, 0x89E1, - 0xB424, 0x89E2, 0xB425, 0x89E3, 0xB426, 0x89E4, 0xB427, 0x89E5, 0xB428, 0xB5CA, 0xB429, 0xB5CB, 0xB42A, 0x89E6, 0xB42B, 0xB5CC, - 0xB42C, 0x89E7, 0xB42D, 0x89E8, 0xB42E, 0x89E9, 0xB42F, 0x89EA, 0xB430, 0x89EB, 0xB431, 0x89EC, 0xB432, 0x89ED, 0xB433, 0x89EE, - 0xB434, 0xB5CD, 0xB435, 0x89EF, 0xB436, 0x89F0, 0xB437, 0x89F1, 0xB438, 0x89F2, 0xB439, 0x89F3, 0xB43A, 0x89F4, 0xB43B, 0x89F5, - 0xB43C, 0x89F6, 0xB43D, 0x89F7, 0xB43E, 0x89F8, 0xB43F, 0x89F9, 0xB440, 0x89FA, 0xB441, 0x89FB, 0xB442, 0x89FC, 0xB443, 0x89FD, - 0xB444, 0x89FE, 0xB445, 0x8A41, 0xB446, 0x8A42, 0xB447, 0x8A43, 0xB448, 0x8A44, 0xB449, 0x8A45, 0xB44A, 0x8A46, 0xB44B, 0x8A47, - 0xB44C, 0x8A48, 0xB44D, 0x8A49, 0xB44E, 0x8A4A, 0xB44F, 0x8A4B, 0xB450, 0xB5CE, 0xB451, 0xB5CF, 0xB452, 0x8A4C, 0xB453, 0x8A4D, - 0xB454, 0xB5D0, 0xB455, 0x8A4E, 0xB456, 0x8A4F, 0xB457, 0x8A50, 0xB458, 0xB5D1, 0xB459, 0x8A51, 0xB45A, 0x8A52, 0xB45B, 0x8A53, - 0xB45C, 0x8A54, 0xB45D, 0x8A55, 0xB45E, 0x8A56, 0xB45F, 0x8A57, 0xB460, 0xB5D2, 0xB461, 0xB5D3, 0xB462, 0x8A58, 0xB463, 0xB5D4, - 0xB464, 0x8A59, 0xB465, 0xB5D5, 0xB466, 0x8A5A, 0xB467, 0x8A61, 0xB468, 0x8A62, 0xB469, 0x8A63, 0xB46A, 0x8A64, 0xB46B, 0x8A65, - 0xB46C, 0xB5D6, 0xB46D, 0x8A66, 0xB46E, 0x8A67, 0xB46F, 0x8A68, 0xB470, 0x8A69, 0xB471, 0x8A6A, 0xB472, 0x8A6B, 0xB473, 0x8A6C, - 0xB474, 0x8A6D, 0xB475, 0x8A6E, 0xB476, 0x8A6F, 0xB477, 0x8A70, 0xB478, 0x8A71, 0xB479, 0x8A72, 0xB47A, 0x8A73, 0xB47B, 0x8A74, - 0xB47C, 0x8A75, 0xB47D, 0x8A76, 0xB47E, 0x8A77, 0xB47F, 0x8A78, 0xB480, 0xB5D7, 0xB481, 0x8A79, 0xB482, 0x8A7A, 0xB483, 0x8A81, - 0xB484, 0x8A82, 0xB485, 0x8A83, 0xB486, 0x8A84, 0xB487, 0x8A85, 0xB488, 0xB5D8, 0xB489, 0x8A86, 0xB48A, 0x8A87, 0xB48B, 0x8A88, - 0xB48C, 0x8A89, 0xB48D, 0x8A8A, 0xB48E, 0x8A8B, 0xB48F, 0x8A8C, 0xB490, 0x8A8D, 0xB491, 0x8A8E, 0xB492, 0x8A8F, 0xB493, 0x8A90, - 0xB494, 0x8A91, 0xB495, 0x8A92, 0xB496, 0x8A93, 0xB497, 0x8A94, 0xB498, 0x8A95, 0xB499, 0x8A96, 0xB49A, 0x8A97, 0xB49B, 0x8A98, - 0xB49C, 0x8A99, 0xB49D, 0xB5D9, 0xB49E, 0x8A9A, 0xB49F, 0x8A9B, 0xB4A0, 0x8A9C, 0xB4A1, 0x8A9D, 0xB4A2, 0x8A9E, 0xB4A3, 0x8A9F, - 0xB4A4, 0xB5DA, 0xB4A5, 0x8AA0, 0xB4A6, 0x8AA1, 0xB4A7, 0x8AA2, 0xB4A8, 0xB5DB, 0xB4A9, 0x8AA3, 0xB4AA, 0x8AA4, 0xB4AB, 0x8AA5, - 0xB4AC, 0xB5DC, 0xB4AD, 0x8AA6, 0xB4AE, 0x8AA7, 0xB4AF, 0x8AA8, 0xB4B0, 0x8AA9, 0xB4B1, 0x8AAA, 0xB4B2, 0x8AAB, 0xB4B3, 0x8AAC, - 0xB4B4, 0x8AAD, 0xB4B5, 0xB5DD, 0xB4B6, 0x8AAE, 0xB4B7, 0xB5DE, 0xB4B8, 0x8AAF, 0xB4B9, 0xB5DF, 0xB4BA, 0x8AB0, 0xB4BB, 0x8AB1, - 0xB4BC, 0x8AB2, 0xB4BD, 0x8AB3, 0xB4BE, 0x8AB4, 0xB4BF, 0x8AB5, 0xB4C0, 0xB5E0, 0xB4C1, 0x8AB6, 0xB4C2, 0x8AB7, 0xB4C3, 0x8AB8, - 0xB4C4, 0xB5E1, 0xB4C5, 0x8AB9, 0xB4C6, 0x8ABA, 0xB4C7, 0x8ABB, 0xB4C8, 0xB5E2, 0xB4C9, 0x8ABC, 0xB4CA, 0x8ABD, 0xB4CB, 0x8ABE, - 0xB4CC, 0x8ABF, 0xB4CD, 0x8AC0, 0xB4CE, 0x8AC1, 0xB4CF, 0x8AC2, 0xB4D0, 0xB5E3, 0xB4D1, 0x8AC3, 0xB4D2, 0x8AC4, 0xB4D3, 0x8AC5, - 0xB4D4, 0x8AC6, 0xB4D5, 0xB5E4, 0xB4D6, 0x8AC7, 0xB4D7, 0x8AC8, 0xB4D8, 0x8AC9, 0xB4D9, 0x8ACA, 0xB4DA, 0x8ACB, 0xB4DB, 0x8ACC, - 0xB4DC, 0xB5E5, 0xB4DD, 0xB5E6, 0xB4DE, 0x8ACD, 0xB4DF, 0x8ACE, 0xB4E0, 0xB5E7, 0xB4E1, 0x8ACF, 0xB4E2, 0x8AD0, 0xB4E3, 0xB5E8, - 0xB4E4, 0xB5E9, 0xB4E5, 0x8AD1, 0xB4E6, 0xB5EA, 0xB4E7, 0x8AD2, 0xB4E8, 0x8AD3, 0xB4E9, 0x8AD4, 0xB4EA, 0x8AD5, 0xB4EB, 0x8AD6, - 0xB4EC, 0xB5EB, 0xB4ED, 0xB5EC, 0xB4EE, 0x8AD7, 0xB4EF, 0xB5ED, 0xB4F0, 0x8AD8, 0xB4F1, 0xB5EE, 0xB4F2, 0x8AD9, 0xB4F3, 0x8ADA, - 0xB4F4, 0x8ADB, 0xB4F5, 0x8ADC, 0xB4F6, 0x8ADD, 0xB4F7, 0x8ADE, 0xB4F8, 0xB5EF, 0xB4F9, 0x8ADF, 0xB4FA, 0x8AE0, 0xB4FB, 0x8AE1, - 0xB4FC, 0x8AE2, 0xB4FD, 0x8AE3, 0xB4FE, 0x8AE4, 0xB4FF, 0x8AE5, 0xB500, 0x8AE6, 0xB501, 0x8AE7, 0xB502, 0x8AE8, 0xB503, 0x8AE9, - 0xB504, 0x8AEA, 0xB505, 0x8AEB, 0xB506, 0x8AEC, 0xB507, 0x8AED, 0xB508, 0x8AEE, 0xB509, 0x8AEF, 0xB50A, 0x8AF0, 0xB50B, 0x8AF1, - 0xB50C, 0x8AF2, 0xB50D, 0x8AF3, 0xB50E, 0x8AF4, 0xB50F, 0x8AF5, 0xB510, 0x8AF6, 0xB511, 0x8AF7, 0xB512, 0x8AF8, 0xB513, 0x8AF9, - 0xB514, 0xB5F0, 0xB515, 0xB5F1, 0xB516, 0x8AFA, 0xB517, 0x8AFB, 0xB518, 0xB5F2, 0xB519, 0x8AFC, 0xB51A, 0x8AFD, 0xB51B, 0xB5F3, - 0xB51C, 0xB5F4, 0xB51D, 0x8AFE, 0xB51E, 0x8B41, 0xB51F, 0x8B42, 0xB520, 0x8B43, 0xB521, 0x8B44, 0xB522, 0x8B45, 0xB523, 0x8B46, - 0xB524, 0xB5F5, 0xB525, 0xB5F6, 0xB526, 0x8B47, 0xB527, 0xB5F7, 0xB528, 0xB5F8, 0xB529, 0xB5F9, 0xB52A, 0xB5FA, 0xB52B, 0x8B48, - 0xB52C, 0x8B49, 0xB52D, 0x8B4A, 0xB52E, 0x8B4B, 0xB52F, 0x8B4C, 0xB530, 0xB5FB, 0xB531, 0xB5FC, 0xB532, 0x8B4D, 0xB533, 0x8B4E, - 0xB534, 0xB5FD, 0xB535, 0x8B4F, 0xB536, 0x8B50, 0xB537, 0x8B51, 0xB538, 0xB5FE, 0xB539, 0x8B52, 0xB53A, 0x8B53, 0xB53B, 0x8B54, - 0xB53C, 0x8B55, 0xB53D, 0x8B56, 0xB53E, 0x8B57, 0xB53F, 0x8B58, 0xB540, 0xB6A1, 0xB541, 0xB6A2, 0xB542, 0x8B59, 0xB543, 0xB6A3, - 0xB544, 0xB6A4, 0xB545, 0xB6A5, 0xB546, 0x8B5A, 0xB547, 0x8B61, 0xB548, 0x8B62, 0xB549, 0x8B63, 0xB54A, 0x8B64, 0xB54B, 0xB6A6, - 0xB54C, 0xB6A7, 0xB54D, 0xB6A8, 0xB54E, 0x8B65, 0xB54F, 0x8B66, 0xB550, 0xB6A9, 0xB551, 0x8B67, 0xB552, 0x8B68, 0xB553, 0x8B69, - 0xB554, 0xB6AA, 0xB555, 0x8B6A, 0xB556, 0x8B6B, 0xB557, 0x8B6C, 0xB558, 0x8B6D, 0xB559, 0x8B6E, 0xB55A, 0x8B6F, 0xB55B, 0x8B70, - 0xB55C, 0xB6AB, 0xB55D, 0xB6AC, 0xB55E, 0x8B71, 0xB55F, 0xB6AD, 0xB560, 0xB6AE, 0xB561, 0xB6AF, 0xB562, 0x8B72, 0xB563, 0x8B73, - 0xB564, 0x8B74, 0xB565, 0x8B75, 0xB566, 0x8B76, 0xB567, 0x8B77, 0xB568, 0x8B78, 0xB569, 0x8B79, 0xB56A, 0x8B7A, 0xB56B, 0x8B81, - 0xB56C, 0x8B82, 0xB56D, 0x8B83, 0xB56E, 0x8B84, 0xB56F, 0x8B85, 0xB570, 0x8B86, 0xB571, 0x8B87, 0xB572, 0x8B88, 0xB573, 0x8B89, - 0xB574, 0x8B8A, 0xB575, 0x8B8B, 0xB576, 0x8B8C, 0xB577, 0x8B8D, 0xB578, 0x8B8E, 0xB579, 0x8B8F, 0xB57A, 0x8B90, 0xB57B, 0x8B91, - 0xB57C, 0x8B92, 0xB57D, 0x8B93, 0xB57E, 0x8B94, 0xB57F, 0x8B95, 0xB580, 0x8B96, 0xB581, 0x8B97, 0xB582, 0x8B98, 0xB583, 0x8B99, - 0xB584, 0x8B9A, 0xB585, 0x8B9B, 0xB586, 0x8B9C, 0xB587, 0x8B9D, 0xB588, 0x8B9E, 0xB589, 0x8B9F, 0xB58A, 0x8BA0, 0xB58B, 0x8BA1, - 0xB58C, 0x8BA2, 0xB58D, 0x8BA3, 0xB58E, 0x8BA4, 0xB58F, 0x8BA5, 0xB590, 0x8BA6, 0xB591, 0x8BA7, 0xB592, 0x8BA8, 0xB593, 0x8BA9, - 0xB594, 0x8BAA, 0xB595, 0x8BAB, 0xB596, 0x8BAC, 0xB597, 0x8BAD, 0xB598, 0x8BAE, 0xB599, 0x8BAF, 0xB59A, 0x8BB0, 0xB59B, 0x8BB1, - 0xB59C, 0x8BB2, 0xB59D, 0x8BB3, 0xB59E, 0x8BB4, 0xB59F, 0x8BB5, 0xB5A0, 0xB6B0, 0xB5A1, 0xB6B1, 0xB5A2, 0x8BB6, 0xB5A3, 0x8BB7, - 0xB5A4, 0xB6B2, 0xB5A5, 0x8BB8, 0xB5A6, 0x8BB9, 0xB5A7, 0x8BBA, 0xB5A8, 0xB6B3, 0xB5A9, 0x8BBB, 0xB5AA, 0xB6B4, 0xB5AB, 0xB6B5, - 0xB5AC, 0x8BBC, 0xB5AD, 0x8BBD, 0xB5AE, 0x8BBE, 0xB5AF, 0x8BBF, 0xB5B0, 0xB6B6, 0xB5B1, 0xB6B7, 0xB5B2, 0x8BC0, 0xB5B3, 0xB6B8, - 0xB5B4, 0xB6B9, 0xB5B5, 0xB6BA, 0xB5B6, 0x8BC1, 0xB5B7, 0x8BC2, 0xB5B8, 0x8BC3, 0xB5B9, 0x8BC4, 0xB5BA, 0x8BC5, 0xB5BB, 0xB6BB, - 0xB5BC, 0xB6BC, 0xB5BD, 0xB6BD, 0xB5BE, 0x8BC6, 0xB5BF, 0x8BC7, 0xB5C0, 0xB6BE, 0xB5C1, 0x8BC8, 0xB5C2, 0x8BC9, 0xB5C3, 0x8BCA, - 0xB5C4, 0xB6BF, 0xB5C5, 0x8BCB, 0xB5C6, 0x8BCC, 0xB5C7, 0x8BCD, 0xB5C8, 0x8BCE, 0xB5C9, 0x8BCF, 0xB5CA, 0x8BD0, 0xB5CB, 0x8BD1, - 0xB5CC, 0xB6C0, 0xB5CD, 0xB6C1, 0xB5CE, 0x8BD2, 0xB5CF, 0xB6C2, 0xB5D0, 0xB6C3, 0xB5D1, 0xB6C4, 0xB5D2, 0x8BD3, 0xB5D3, 0x8BD4, - 0xB5D4, 0x8BD5, 0xB5D5, 0x8BD6, 0xB5D6, 0x8BD7, 0xB5D7, 0x8BD8, 0xB5D8, 0xB6C5, 0xB5D9, 0x8BD9, 0xB5DA, 0x8BDA, 0xB5DB, 0x8BDB, - 0xB5DC, 0x8BDC, 0xB5DD, 0x8BDD, 0xB5DE, 0x8BDE, 0xB5DF, 0x8BDF, 0xB5E0, 0x8BE0, 0xB5E1, 0x8BE1, 0xB5E2, 0x8BE2, 0xB5E3, 0x8BE3, - 0xB5E4, 0x8BE4, 0xB5E5, 0x8BE5, 0xB5E6, 0x8BE6, 0xB5E7, 0x8BE7, 0xB5E8, 0x8BE8, 0xB5E9, 0x8BE9, 0xB5EA, 0x8BEA, 0xB5EB, 0x8BEB, - 0xB5EC, 0xB6C6, 0xB5ED, 0x8BEC, 0xB5EE, 0x8BED, 0xB5EF, 0x8BEE, 0xB5F0, 0x8BEF, 0xB5F1, 0x8BF0, 0xB5F2, 0x8BF1, 0xB5F3, 0x8BF2, - 0xB5F4, 0x8BF3, 0xB5F5, 0x8BF4, 0xB5F6, 0x8BF5, 0xB5F7, 0x8BF6, 0xB5F8, 0x8BF7, 0xB5F9, 0x8BF8, 0xB5FA, 0x8BF9, 0xB5FB, 0x8BFA, - 0xB5FC, 0x8BFB, 0xB5FD, 0x8BFC, 0xB5FE, 0x8BFD, 0xB5FF, 0x8BFE, 0xB600, 0x8C41, 0xB601, 0x8C42, 0xB602, 0x8C43, 0xB603, 0x8C44, - 0xB604, 0x8C45, 0xB605, 0x8C46, 0xB606, 0x8C47, 0xB607, 0x8C48, 0xB608, 0x8C49, 0xB609, 0x8C4A, 0xB60A, 0x8C4B, 0xB60B, 0x8C4C, - 0xB60C, 0x8C4D, 0xB60D, 0x8C4E, 0xB60E, 0x8C4F, 0xB60F, 0x8C50, 0xB610, 0xB6C7, 0xB611, 0xB6C8, 0xB612, 0x8C51, 0xB613, 0x8C52, - 0xB614, 0xB6C9, 0xB615, 0x8C53, 0xB616, 0x8C54, 0xB617, 0x8C55, 0xB618, 0xB6CA, 0xB619, 0x8C56, 0xB61A, 0x8C57, 0xB61B, 0x8C58, - 0xB61C, 0x8C59, 0xB61D, 0x8C5A, 0xB61E, 0x8C61, 0xB61F, 0x8C62, 0xB620, 0x8C63, 0xB621, 0x8C64, 0xB622, 0x8C65, 0xB623, 0x8C66, - 0xB624, 0x8C67, 0xB625, 0xB6CB, 0xB626, 0x8C68, 0xB627, 0x8C69, 0xB628, 0x8C6A, 0xB629, 0x8C6B, 0xB62A, 0x8C6C, 0xB62B, 0x8C6D, - 0xB62C, 0xB6CC, 0xB62D, 0x8C6E, 0xB62E, 0x8C6F, 0xB62F, 0x8C70, 0xB630, 0x8C71, 0xB631, 0x8C72, 0xB632, 0x8C73, 0xB633, 0x8C74, - 0xB634, 0xB6CD, 0xB635, 0x8C75, 0xB636, 0x8C76, 0xB637, 0x8C77, 0xB638, 0x8C78, 0xB639, 0x8C79, 0xB63A, 0x8C7A, 0xB63B, 0x8C81, - 0xB63C, 0x8C82, 0xB63D, 0x8C83, 0xB63E, 0x8C84, 0xB63F, 0x8C85, 0xB640, 0x8C86, 0xB641, 0x8C87, 0xB642, 0x8C88, 0xB643, 0x8C89, - 0xB644, 0x8C8A, 0xB645, 0x8C8B, 0xB646, 0x8C8C, 0xB647, 0x8C8D, 0xB648, 0xB6CE, 0xB649, 0x8C8E, 0xB64A, 0x8C8F, 0xB64B, 0x8C90, - 0xB64C, 0x8C91, 0xB64D, 0x8C92, 0xB64E, 0x8C93, 0xB64F, 0x8C94, 0xB650, 0x8C95, 0xB651, 0x8C96, 0xB652, 0x8C97, 0xB653, 0x8C98, - 0xB654, 0x8C99, 0xB655, 0x8C9A, 0xB656, 0x8C9B, 0xB657, 0x8C9C, 0xB658, 0x8C9D, 0xB659, 0x8C9E, 0xB65A, 0x8C9F, 0xB65B, 0x8CA0, - 0xB65C, 0x8CA1, 0xB65D, 0x8CA2, 0xB65E, 0x8CA3, 0xB65F, 0x8CA4, 0xB660, 0x8CA5, 0xB661, 0x8CA6, 0xB662, 0x8CA7, 0xB663, 0x8CA8, - 0xB664, 0xB6CF, 0xB665, 0x8CA9, 0xB666, 0x8CAA, 0xB667, 0x8CAB, 0xB668, 0xB6D0, 0xB669, 0x8CAC, 0xB66A, 0x8CAD, 0xB66B, 0x8CAE, - 0xB66C, 0x8CAF, 0xB66D, 0x8CB0, 0xB66E, 0x8CB1, 0xB66F, 0x8CB2, 0xB670, 0x8CB3, 0xB671, 0x8CB4, 0xB672, 0x8CB5, 0xB673, 0x8CB6, - 0xB674, 0x8CB7, 0xB675, 0x8CB8, 0xB676, 0x8CB9, 0xB677, 0x8CBA, 0xB678, 0x8CBB, 0xB679, 0x8CBC, 0xB67A, 0x8CBD, 0xB67B, 0x8CBE, - 0xB67C, 0x8CBF, 0xB67D, 0x8CC0, 0xB67E, 0x8CC1, 0xB67F, 0x8CC2, 0xB680, 0x8CC3, 0xB681, 0x8CC4, 0xB682, 0x8CC5, 0xB683, 0x8CC6, - 0xB684, 0x8CC7, 0xB685, 0x8CC8, 0xB686, 0x8CC9, 0xB687, 0x8CCA, 0xB688, 0x8CCB, 0xB689, 0x8CCC, 0xB68A, 0x8CCD, 0xB68B, 0x8CCE, - 0xB68C, 0x8CCF, 0xB68D, 0x8CD0, 0xB68E, 0x8CD1, 0xB68F, 0x8CD2, 0xB690, 0x8CD3, 0xB691, 0x8CD4, 0xB692, 0x8CD5, 0xB693, 0x8CD6, - 0xB694, 0x8CD7, 0xB695, 0x8CD8, 0xB696, 0x8CD9, 0xB697, 0x8CDA, 0xB698, 0x8CDB, 0xB699, 0x8CDC, 0xB69A, 0x8CDD, 0xB69B, 0x8CDE, - 0xB69C, 0xB6D1, 0xB69D, 0xB6D2, 0xB69E, 0x8CDF, 0xB69F, 0x8CE0, 0xB6A0, 0xB6D3, 0xB6A1, 0x8CE1, 0xB6A2, 0x8CE2, 0xB6A3, 0x8CE3, - 0xB6A4, 0xB6D4, 0xB6A5, 0x8CE4, 0xB6A6, 0x8CE5, 0xB6A7, 0x8CE6, 0xB6A8, 0x8CE7, 0xB6A9, 0x8CE8, 0xB6AA, 0x8CE9, 0xB6AB, 0xB6D5, - 0xB6AC, 0xB6D6, 0xB6AD, 0x8CEA, 0xB6AE, 0x8CEB, 0xB6AF, 0x8CEC, 0xB6B0, 0x8CED, 0xB6B1, 0xB6D7, 0xB6B2, 0x8CEE, 0xB6B3, 0x8CEF, - 0xB6B4, 0x8CF0, 0xB6B5, 0x8CF1, 0xB6B6, 0x8CF2, 0xB6B7, 0x8CF3, 0xB6B8, 0x8CF4, 0xB6B9, 0x8CF5, 0xB6BA, 0x8CF6, 0xB6BB, 0x8CF7, - 0xB6BC, 0x8CF8, 0xB6BD, 0x8CF9, 0xB6BE, 0x8CFA, 0xB6BF, 0x8CFB, 0xB6C0, 0x8CFC, 0xB6C1, 0x8CFD, 0xB6C2, 0x8CFE, 0xB6C3, 0x8D41, - 0xB6C4, 0x8D42, 0xB6C5, 0x8D43, 0xB6C6, 0x8D44, 0xB6C7, 0x8D45, 0xB6C8, 0x8D46, 0xB6C9, 0x8D47, 0xB6CA, 0x8D48, 0xB6CB, 0x8D49, - 0xB6CC, 0x8D4A, 0xB6CD, 0x8D4B, 0xB6CE, 0x8D4C, 0xB6CF, 0x8D4D, 0xB6D0, 0x8D4E, 0xB6D1, 0x8D4F, 0xB6D2, 0x8D50, 0xB6D3, 0x8D51, - 0xB6D4, 0xB6D8, 0xB6D5, 0x8D52, 0xB6D6, 0x8D53, 0xB6D7, 0x8D54, 0xB6D8, 0x8D55, 0xB6D9, 0x8D56, 0xB6DA, 0x8D57, 0xB6DB, 0x8D58, - 0xB6DC, 0x8D59, 0xB6DD, 0x8D5A, 0xB6DE, 0x8D61, 0xB6DF, 0x8D62, 0xB6E0, 0x8D63, 0xB6E1, 0x8D64, 0xB6E2, 0x8D65, 0xB6E3, 0x8D66, - 0xB6E4, 0x8D67, 0xB6E5, 0x8D68, 0xB6E6, 0x8D69, 0xB6E7, 0x8D6A, 0xB6E8, 0x8D6B, 0xB6E9, 0x8D6C, 0xB6EA, 0x8D6D, 0xB6EB, 0x8D6E, - 0xB6EC, 0x8D6F, 0xB6ED, 0x8D70, 0xB6EE, 0x8D71, 0xB6EF, 0x8D72, 0xB6F0, 0xB6D9, 0xB6F1, 0x8D73, 0xB6F2, 0x8D74, 0xB6F3, 0x8D75, - 0xB6F4, 0xB6DA, 0xB6F5, 0x8D76, 0xB6F6, 0x8D77, 0xB6F7, 0x8D78, 0xB6F8, 0xB6DB, 0xB6F9, 0x8D79, 0xB6FA, 0x8D7A, 0xB6FB, 0x8D81, - 0xB6FC, 0x8D82, 0xB6FD, 0x8D83, 0xB6FE, 0x8D84, 0xB6FF, 0x8D85, 0xB700, 0xB6DC, 0xB701, 0xB6DD, 0xB702, 0x8D86, 0xB703, 0x8D87, - 0xB704, 0x8D88, 0xB705, 0xB6DE, 0xB706, 0x8D89, 0xB707, 0x8D8A, 0xB708, 0x8D8B, 0xB709, 0x8D8C, 0xB70A, 0x8D8D, 0xB70B, 0x8D8E, - 0xB70C, 0x8D8F, 0xB70D, 0x8D90, 0xB70E, 0x8D91, 0xB70F, 0x8D92, 0xB710, 0x8D93, 0xB711, 0x8D94, 0xB712, 0x8D95, 0xB713, 0x8D96, - 0xB714, 0x8D97, 0xB715, 0x8D98, 0xB716, 0x8D99, 0xB717, 0x8D9A, 0xB718, 0x8D9B, 0xB719, 0x8D9C, 0xB71A, 0x8D9D, 0xB71B, 0x8D9E, - 0xB71C, 0x8D9F, 0xB71D, 0x8DA0, 0xB71E, 0x8DA1, 0xB71F, 0x8DA2, 0xB720, 0x8DA3, 0xB721, 0x8DA4, 0xB722, 0x8DA5, 0xB723, 0x8DA6, - 0xB724, 0x8DA7, 0xB725, 0x8DA8, 0xB726, 0x8DA9, 0xB727, 0x8DAA, 0xB728, 0xB6DF, 0xB729, 0xB6E0, 0xB72A, 0x8DAB, 0xB72B, 0x8DAC, - 0xB72C, 0xB6E1, 0xB72D, 0x8DAD, 0xB72E, 0x8DAE, 0xB72F, 0xB6E2, 0xB730, 0xB6E3, 0xB731, 0x8DAF, 0xB732, 0x8DB0, 0xB733, 0x8DB1, - 0xB734, 0x8DB2, 0xB735, 0x8DB3, 0xB736, 0x8DB4, 0xB737, 0x8DB5, 0xB738, 0xB6E4, 0xB739, 0xB6E5, 0xB73A, 0x8DB6, 0xB73B, 0xB6E6, - 0xB73C, 0x8DB7, 0xB73D, 0x8DB8, 0xB73E, 0x8DB9, 0xB73F, 0x8DBA, 0xB740, 0x8DBB, 0xB741, 0x8DBC, 0xB742, 0x8DBD, 0xB743, 0x8DBE, - 0xB744, 0xB6E7, 0xB745, 0x8DBF, 0xB746, 0x8DC0, 0xB747, 0x8DC1, 0xB748, 0xB6E8, 0xB749, 0x8DC2, 0xB74A, 0x8DC3, 0xB74B, 0x8DC4, - 0xB74C, 0xB6E9, 0xB74D, 0x8DC5, 0xB74E, 0x8DC6, 0xB74F, 0x8DC7, 0xB750, 0x8DC8, 0xB751, 0x8DC9, 0xB752, 0x8DCA, 0xB753, 0x8DCB, - 0xB754, 0xB6EA, 0xB755, 0xB6EB, 0xB756, 0x8DCC, 0xB757, 0x8DCD, 0xB758, 0x8DCE, 0xB759, 0x8DCF, 0xB75A, 0x8DD0, 0xB75B, 0x8DD1, - 0xB75C, 0x8DD2, 0xB75D, 0x8DD3, 0xB75E, 0x8DD4, 0xB75F, 0x8DD5, 0xB760, 0xB6EC, 0xB761, 0x8DD6, 0xB762, 0x8DD7, 0xB763, 0x8DD8, - 0xB764, 0xB6ED, 0xB765, 0x8DD9, 0xB766, 0x8DDA, 0xB767, 0x8DDB, 0xB768, 0xB6EE, 0xB769, 0x8DDC, 0xB76A, 0x8DDD, 0xB76B, 0x8DDE, - 0xB76C, 0x8DDF, 0xB76D, 0x8DE0, 0xB76E, 0x8DE1, 0xB76F, 0x8DE2, 0xB770, 0xB6EF, 0xB771, 0xB6F0, 0xB772, 0x8DE3, 0xB773, 0xB6F1, - 0xB774, 0x8DE4, 0xB775, 0xB6F2, 0xB776, 0x8DE5, 0xB777, 0x8DE6, 0xB778, 0x8DE7, 0xB779, 0x8DE8, 0xB77A, 0x8DE9, 0xB77B, 0x8DEA, - 0xB77C, 0xB6F3, 0xB77D, 0xB6F4, 0xB77E, 0x8DEB, 0xB77F, 0x8DEC, 0xB780, 0xB6F5, 0xB781, 0x8DED, 0xB782, 0x8DEE, 0xB783, 0x8DEF, - 0xB784, 0xB6F6, 0xB785, 0x8DF0, 0xB786, 0x8DF1, 0xB787, 0x8DF2, 0xB788, 0x8DF3, 0xB789, 0x8DF4, 0xB78A, 0x8DF5, 0xB78B, 0x8DF6, - 0xB78C, 0xB6F7, 0xB78D, 0xB6F8, 0xB78E, 0x8DF7, 0xB78F, 0xB6F9, 0xB790, 0xB6FA, 0xB791, 0xB6FB, 0xB792, 0xB6FC, 0xB793, 0x8DF8, - 0xB794, 0x8DF9, 0xB795, 0x8DFA, 0xB796, 0xB6FD, 0xB797, 0xB6FE, 0xB798, 0xB7A1, 0xB799, 0xB7A2, 0xB79A, 0x8DFB, 0xB79B, 0x8DFC, - 0xB79C, 0xB7A3, 0xB79D, 0x8DFD, 0xB79E, 0x8DFE, 0xB79F, 0x8E41, 0xB7A0, 0xB7A4, 0xB7A1, 0x8E42, 0xB7A2, 0x8E43, 0xB7A3, 0x8E44, - 0xB7A4, 0x8E45, 0xB7A5, 0x8E46, 0xB7A6, 0x8E47, 0xB7A7, 0x8E48, 0xB7A8, 0xB7A5, 0xB7A9, 0xB7A6, 0xB7AA, 0x8E49, 0xB7AB, 0xB7A7, - 0xB7AC, 0xB7A8, 0xB7AD, 0xB7A9, 0xB7AE, 0x8E4A, 0xB7AF, 0x8E4B, 0xB7B0, 0x8E4C, 0xB7B1, 0x8E4D, 0xB7B2, 0x8E4E, 0xB7B3, 0x8E4F, - 0xB7B4, 0xB7AA, 0xB7B5, 0xB7AB, 0xB7B6, 0x8E50, 0xB7B7, 0x8E51, 0xB7B8, 0xB7AC, 0xB7B9, 0x8E52, 0xB7BA, 0x8E53, 0xB7BB, 0x8E54, - 0xB7BC, 0x8E55, 0xB7BD, 0x8E56, 0xB7BE, 0x8E57, 0xB7BF, 0x8E58, 0xB7C0, 0x8E59, 0xB7C1, 0x8E5A, 0xB7C2, 0x8E61, 0xB7C3, 0x8E62, - 0xB7C4, 0x8E63, 0xB7C5, 0x8E64, 0xB7C6, 0x8E65, 0xB7C7, 0xB7AD, 0xB7C8, 0x8E66, 0xB7C9, 0xB7AE, 0xB7CA, 0x8E67, 0xB7CB, 0x8E68, - 0xB7CC, 0x8E69, 0xB7CD, 0x8E6A, 0xB7CE, 0x8E6B, 0xB7CF, 0x8E6C, 0xB7D0, 0x8E6D, 0xB7D1, 0x8E6E, 0xB7D2, 0x8E6F, 0xB7D3, 0x8E70, - 0xB7D4, 0x8E71, 0xB7D5, 0x8E72, 0xB7D6, 0x8E73, 0xB7D7, 0x8E74, 0xB7D8, 0x8E75, 0xB7D9, 0x8E76, 0xB7DA, 0x8E77, 0xB7DB, 0x8E78, - 0xB7DC, 0x8E79, 0xB7DD, 0x8E7A, 0xB7DE, 0x8E81, 0xB7DF, 0x8E82, 0xB7E0, 0x8E83, 0xB7E1, 0x8E84, 0xB7E2, 0x8E85, 0xB7E3, 0x8E86, - 0xB7E4, 0x8E87, 0xB7E5, 0x8E88, 0xB7E6, 0x8E89, 0xB7E7, 0x8E8A, 0xB7E8, 0x8E8B, 0xB7E9, 0x8E8C, 0xB7EA, 0x8E8D, 0xB7EB, 0x8E8E, - 0xB7EC, 0xB7AF, 0xB7ED, 0xB7B0, 0xB7EE, 0x8E8F, 0xB7EF, 0x8E90, 0xB7F0, 0xB7B1, 0xB7F1, 0x8E91, 0xB7F2, 0x8E92, 0xB7F3, 0x8E93, - 0xB7F4, 0xB7B2, 0xB7F5, 0x8E94, 0xB7F6, 0x8E95, 0xB7F7, 0x8E96, 0xB7F8, 0x8E97, 0xB7F9, 0x8E98, 0xB7FA, 0x8E99, 0xB7FB, 0x8E9A, - 0xB7FC, 0xB7B3, 0xB7FD, 0xB7B4, 0xB7FE, 0x8E9B, 0xB7FF, 0xB7B5, 0xB800, 0xB7B6, 0xB801, 0xB7B7, 0xB802, 0x8E9C, 0xB803, 0x8E9D, - 0xB804, 0x8E9E, 0xB805, 0x8E9F, 0xB806, 0x8EA0, 0xB807, 0xB7B8, 0xB808, 0xB7B9, 0xB809, 0xB7BA, 0xB80A, 0x8EA1, 0xB80B, 0x8EA2, - 0xB80C, 0xB7BB, 0xB80D, 0x8EA3, 0xB80E, 0x8EA4, 0xB80F, 0x8EA5, 0xB810, 0xB7BC, 0xB811, 0x8EA6, 0xB812, 0x8EA7, 0xB813, 0x8EA8, - 0xB814, 0x8EA9, 0xB815, 0x8EAA, 0xB816, 0x8EAB, 0xB817, 0x8EAC, 0xB818, 0xB7BD, 0xB819, 0xB7BE, 0xB81A, 0x8EAD, 0xB81B, 0xB7BF, - 0xB81C, 0x8EAE, 0xB81D, 0xB7C0, 0xB81E, 0x8EAF, 0xB81F, 0x8EB0, 0xB820, 0x8EB1, 0xB821, 0x8EB2, 0xB822, 0x8EB3, 0xB823, 0x8EB4, - 0xB824, 0xB7C1, 0xB825, 0xB7C2, 0xB826, 0x8EB5, 0xB827, 0x8EB6, 0xB828, 0xB7C3, 0xB829, 0x8EB7, 0xB82A, 0x8EB8, 0xB82B, 0x8EB9, - 0xB82C, 0xB7C4, 0xB82D, 0x8EBA, 0xB82E, 0x8EBB, 0xB82F, 0x8EBC, 0xB830, 0x8EBD, 0xB831, 0x8EBE, 0xB832, 0x8EBF, 0xB833, 0x8EC0, - 0xB834, 0xB7C5, 0xB835, 0xB7C6, 0xB836, 0x8EC1, 0xB837, 0xB7C7, 0xB838, 0xB7C8, 0xB839, 0xB7C9, 0xB83A, 0x8EC2, 0xB83B, 0x8EC3, - 0xB83C, 0x8EC4, 0xB83D, 0x8EC5, 0xB83E, 0x8EC6, 0xB83F, 0x8EC7, 0xB840, 0xB7CA, 0xB841, 0x8EC8, 0xB842, 0x8EC9, 0xB843, 0x8ECA, - 0xB844, 0xB7CB, 0xB845, 0x8ECB, 0xB846, 0x8ECC, 0xB847, 0x8ECD, 0xB848, 0x8ECE, 0xB849, 0x8ECF, 0xB84A, 0x8ED0, 0xB84B, 0x8ED1, - 0xB84C, 0x8ED2, 0xB84D, 0x8ED3, 0xB84E, 0x8ED4, 0xB84F, 0x8ED5, 0xB850, 0x8ED6, 0xB851, 0xB7CC, 0xB852, 0x8ED7, 0xB853, 0xB7CD, - 0xB854, 0x8ED8, 0xB855, 0x8ED9, 0xB856, 0x8EDA, 0xB857, 0x8EDB, 0xB858, 0x8EDC, 0xB859, 0x8EDD, 0xB85A, 0x8EDE, 0xB85B, 0x8EDF, - 0xB85C, 0xB7CE, 0xB85D, 0xB7CF, 0xB85E, 0x8EE0, 0xB85F, 0x8EE1, 0xB860, 0xB7D0, 0xB861, 0x8EE2, 0xB862, 0x8EE3, 0xB863, 0x8EE4, - 0xB864, 0xB7D1, 0xB865, 0x8EE5, 0xB866, 0x8EE6, 0xB867, 0x8EE7, 0xB868, 0x8EE8, 0xB869, 0x8EE9, 0xB86A, 0x8EEA, 0xB86B, 0x8EEB, - 0xB86C, 0xB7D2, 0xB86D, 0xB7D3, 0xB86E, 0x8EEC, 0xB86F, 0xB7D4, 0xB870, 0x8EED, 0xB871, 0xB7D5, 0xB872, 0x8EEE, 0xB873, 0x8EEF, - 0xB874, 0x8EF0, 0xB875, 0x8EF1, 0xB876, 0x8EF2, 0xB877, 0x8EF3, 0xB878, 0xB7D6, 0xB879, 0x8EF4, 0xB87A, 0x8EF5, 0xB87B, 0x8EF6, - 0xB87C, 0xB7D7, 0xB87D, 0x8EF7, 0xB87E, 0x8EF8, 0xB87F, 0x8EF9, 0xB880, 0x8EFA, 0xB881, 0x8EFB, 0xB882, 0x8EFC, 0xB883, 0x8EFD, - 0xB884, 0x8EFE, 0xB885, 0x8F41, 0xB886, 0x8F42, 0xB887, 0x8F43, 0xB888, 0x8F44, 0xB889, 0x8F45, 0xB88A, 0x8F46, 0xB88B, 0x8F47, - 0xB88C, 0x8F48, 0xB88D, 0xB7D8, 0xB88E, 0x8F49, 0xB88F, 0x8F4A, 0xB890, 0x8F4B, 0xB891, 0x8F4C, 0xB892, 0x8F4D, 0xB893, 0x8F4E, - 0xB894, 0x8F4F, 0xB895, 0x8F50, 0xB896, 0x8F51, 0xB897, 0x8F52, 0xB898, 0x8F53, 0xB899, 0x8F54, 0xB89A, 0x8F55, 0xB89B, 0x8F56, - 0xB89C, 0x8F57, 0xB89D, 0x8F58, 0xB89E, 0x8F59, 0xB89F, 0x8F5A, 0xB8A0, 0x8F61, 0xB8A1, 0x8F62, 0xB8A2, 0x8F63, 0xB8A3, 0x8F64, - 0xB8A4, 0x8F65, 0xB8A5, 0x8F66, 0xB8A6, 0x8F67, 0xB8A7, 0x8F68, 0xB8A8, 0xB7D9, 0xB8A9, 0x8F69, 0xB8AA, 0x8F6A, 0xB8AB, 0x8F6B, - 0xB8AC, 0x8F6C, 0xB8AD, 0x8F6D, 0xB8AE, 0x8F6E, 0xB8AF, 0x8F6F, 0xB8B0, 0xB7DA, 0xB8B1, 0x8F70, 0xB8B2, 0x8F71, 0xB8B3, 0x8F72, - 0xB8B4, 0xB7DB, 0xB8B5, 0x8F73, 0xB8B6, 0x8F74, 0xB8B7, 0x8F75, 0xB8B8, 0xB7DC, 0xB8B9, 0x8F76, 0xB8BA, 0x8F77, 0xB8BB, 0x8F78, - 0xB8BC, 0x8F79, 0xB8BD, 0x8F7A, 0xB8BE, 0x8F81, 0xB8BF, 0x8F82, 0xB8C0, 0xB7DD, 0xB8C1, 0xB7DE, 0xB8C2, 0x8F83, 0xB8C3, 0xB7DF, - 0xB8C4, 0x8F84, 0xB8C5, 0xB7E0, 0xB8C6, 0x8F85, 0xB8C7, 0x8F86, 0xB8C8, 0x8F87, 0xB8C9, 0x8F88, 0xB8CA, 0x8F89, 0xB8CB, 0x8F8A, - 0xB8CC, 0xB7E1, 0xB8CD, 0x8F8B, 0xB8CE, 0x8F8C, 0xB8CF, 0x8F8D, 0xB8D0, 0xB7E2, 0xB8D1, 0x8F8E, 0xB8D2, 0x8F8F, 0xB8D3, 0x8F90, - 0xB8D4, 0xB7E3, 0xB8D5, 0x8F91, 0xB8D6, 0x8F92, 0xB8D7, 0x8F93, 0xB8D8, 0x8F94, 0xB8D9, 0x8F95, 0xB8DA, 0x8F96, 0xB8DB, 0x8F97, - 0xB8DC, 0x8F98, 0xB8DD, 0xB7E4, 0xB8DE, 0x8F99, 0xB8DF, 0xB7E5, 0xB8E0, 0x8F9A, 0xB8E1, 0xB7E6, 0xB8E2, 0x8F9B, 0xB8E3, 0x8F9C, - 0xB8E4, 0x8F9D, 0xB8E5, 0x8F9E, 0xB8E6, 0x8F9F, 0xB8E7, 0x8FA0, 0xB8E8, 0xB7E7, 0xB8E9, 0xB7E8, 0xB8EA, 0x8FA1, 0xB8EB, 0x8FA2, - 0xB8EC, 0xB7E9, 0xB8ED, 0x8FA3, 0xB8EE, 0x8FA4, 0xB8EF, 0x8FA5, 0xB8F0, 0xB7EA, 0xB8F1, 0x8FA6, 0xB8F2, 0x8FA7, 0xB8F3, 0x8FA8, - 0xB8F4, 0x8FA9, 0xB8F5, 0x8FAA, 0xB8F6, 0x8FAB, 0xB8F7, 0x8FAC, 0xB8F8, 0xB7EB, 0xB8F9, 0xB7EC, 0xB8FA, 0x8FAD, 0xB8FB, 0xB7ED, - 0xB8FC, 0x8FAE, 0xB8FD, 0xB7EE, 0xB8FE, 0x8FAF, 0xB8FF, 0x8FB0, 0xB900, 0x8FB1, 0xB901, 0x8FB2, 0xB902, 0x8FB3, 0xB903, 0x8FB4, - 0xB904, 0xB7EF, 0xB905, 0x8FB5, 0xB906, 0x8FB6, 0xB907, 0x8FB7, 0xB908, 0x8FB8, 0xB909, 0x8FB9, 0xB90A, 0x8FBA, 0xB90B, 0x8FBB, - 0xB90C, 0x8FBC, 0xB90D, 0x8FBD, 0xB90E, 0x8FBE, 0xB90F, 0x8FBF, 0xB910, 0x8FC0, 0xB911, 0x8FC1, 0xB912, 0x8FC2, 0xB913, 0x8FC3, - 0xB914, 0x8FC4, 0xB915, 0x8FC5, 0xB916, 0x8FC6, 0xB917, 0x8FC7, 0xB918, 0xB7F0, 0xB919, 0x8FC8, 0xB91A, 0x8FC9, 0xB91B, 0x8FCA, - 0xB91C, 0x8FCB, 0xB91D, 0x8FCC, 0xB91E, 0x8FCD, 0xB91F, 0x8FCE, 0xB920, 0xB7F1, 0xB921, 0x8FCF, 0xB922, 0x8FD0, 0xB923, 0x8FD1, - 0xB924, 0x8FD2, 0xB925, 0x8FD3, 0xB926, 0x8FD4, 0xB927, 0x8FD5, 0xB928, 0x8FD6, 0xB929, 0x8FD7, 0xB92A, 0x8FD8, 0xB92B, 0x8FD9, - 0xB92C, 0x8FDA, 0xB92D, 0x8FDB, 0xB92E, 0x8FDC, 0xB92F, 0x8FDD, 0xB930, 0x8FDE, 0xB931, 0x8FDF, 0xB932, 0x8FE0, 0xB933, 0x8FE1, - 0xB934, 0x8FE2, 0xB935, 0x8FE3, 0xB936, 0x8FE4, 0xB937, 0x8FE5, 0xB938, 0x8FE6, 0xB939, 0x8FE7, 0xB93A, 0x8FE8, 0xB93B, 0x8FE9, - 0xB93C, 0xB7F2, 0xB93D, 0xB7F3, 0xB93E, 0x8FEA, 0xB93F, 0x8FEB, 0xB940, 0xB7F4, 0xB941, 0x8FEC, 0xB942, 0x8FED, 0xB943, 0x8FEE, - 0xB944, 0xB7F5, 0xB945, 0x8FEF, 0xB946, 0x8FF0, 0xB947, 0x8FF1, 0xB948, 0x8FF2, 0xB949, 0x8FF3, 0xB94A, 0x8FF4, 0xB94B, 0x8FF5, - 0xB94C, 0xB7F6, 0xB94D, 0x8FF6, 0xB94E, 0x8FF7, 0xB94F, 0xB7F7, 0xB950, 0x8FF8, 0xB951, 0xB7F8, 0xB952, 0x8FF9, 0xB953, 0x8FFA, - 0xB954, 0x8FFB, 0xB955, 0x8FFC, 0xB956, 0x8FFD, 0xB957, 0x8FFE, 0xB958, 0xB7F9, 0xB959, 0xB7FA, 0xB95A, 0x9041, 0xB95B, 0x9042, - 0xB95C, 0xB7FB, 0xB95D, 0x9043, 0xB95E, 0x9044, 0xB95F, 0x9045, 0xB960, 0xB7FC, 0xB961, 0x9046, 0xB962, 0x9047, 0xB963, 0x9048, - 0xB964, 0x9049, 0xB965, 0x904A, 0xB966, 0x904B, 0xB967, 0x904C, 0xB968, 0xB7FD, 0xB969, 0xB7FE, 0xB96A, 0x904D, 0xB96B, 0xB8A1, - 0xB96C, 0x904E, 0xB96D, 0xB8A2, 0xB96E, 0x904F, 0xB96F, 0x9050, 0xB970, 0x9051, 0xB971, 0x9052, 0xB972, 0x9053, 0xB973, 0x9054, - 0xB974, 0xB8A3, 0xB975, 0xB8A4, 0xB976, 0x9055, 0xB977, 0x9056, 0xB978, 0xB8A5, 0xB979, 0x9057, 0xB97A, 0x9058, 0xB97B, 0x9059, - 0xB97C, 0xB8A6, 0xB97D, 0x905A, 0xB97E, 0x9061, 0xB97F, 0x9062, 0xB980, 0x9063, 0xB981, 0x9064, 0xB982, 0x9065, 0xB983, 0x9066, - 0xB984, 0xB8A7, 0xB985, 0xB8A8, 0xB986, 0x9067, 0xB987, 0xB8A9, 0xB988, 0x9068, 0xB989, 0xB8AA, 0xB98A, 0xB8AB, 0xB98B, 0x9069, - 0xB98C, 0x906A, 0xB98D, 0xB8AC, 0xB98E, 0xB8AD, 0xB98F, 0x906B, 0xB990, 0x906C, 0xB991, 0x906D, 0xB992, 0x906E, 0xB993, 0x906F, - 0xB994, 0x9070, 0xB995, 0x9071, 0xB996, 0x9072, 0xB997, 0x9073, 0xB998, 0x9074, 0xB999, 0x9075, 0xB99A, 0x9076, 0xB99B, 0x9077, - 0xB99C, 0x9078, 0xB99D, 0x9079, 0xB99E, 0x907A, 0xB99F, 0x9081, 0xB9A0, 0x9082, 0xB9A1, 0x9083, 0xB9A2, 0x9084, 0xB9A3, 0x9085, - 0xB9A4, 0x9086, 0xB9A5, 0x9087, 0xB9A6, 0x9088, 0xB9A7, 0x9089, 0xB9A8, 0x908A, 0xB9A9, 0x908B, 0xB9AA, 0x908C, 0xB9AB, 0x908D, - 0xB9AC, 0xB8AE, 0xB9AD, 0xB8AF, 0xB9AE, 0x908E, 0xB9AF, 0x908F, 0xB9B0, 0xB8B0, 0xB9B1, 0x9090, 0xB9B2, 0x9091, 0xB9B3, 0x9092, - 0xB9B4, 0xB8B1, 0xB9B5, 0x9093, 0xB9B6, 0x9094, 0xB9B7, 0x9095, 0xB9B8, 0x9096, 0xB9B9, 0x9097, 0xB9BA, 0x9098, 0xB9BB, 0x9099, - 0xB9BC, 0xB8B2, 0xB9BD, 0xB8B3, 0xB9BE, 0x909A, 0xB9BF, 0xB8B4, 0xB9C0, 0x909B, 0xB9C1, 0xB8B5, 0xB9C2, 0x909C, 0xB9C3, 0x909D, - 0xB9C4, 0x909E, 0xB9C5, 0x909F, 0xB9C6, 0x90A0, 0xB9C7, 0x90A1, 0xB9C8, 0xB8B6, 0xB9C9, 0xB8B7, 0xB9CA, 0x90A2, 0xB9CB, 0x90A3, - 0xB9CC, 0xB8B8, 0xB9CD, 0x90A4, 0xB9CE, 0xB8B9, 0xB9CF, 0xB8BA, 0xB9D0, 0xB8BB, 0xB9D1, 0xB8BC, 0xB9D2, 0xB8BD, 0xB9D3, 0x90A5, - 0xB9D4, 0x90A6, 0xB9D5, 0x90A7, 0xB9D6, 0x90A8, 0xB9D7, 0x90A9, 0xB9D8, 0xB8BE, 0xB9D9, 0xB8BF, 0xB9DA, 0x90AA, 0xB9DB, 0xB8C0, - 0xB9DC, 0x90AB, 0xB9DD, 0xB8C1, 0xB9DE, 0xB8C2, 0xB9DF, 0x90AC, 0xB9E0, 0x90AD, 0xB9E1, 0xB8C3, 0xB9E2, 0x90AE, 0xB9E3, 0xB8C4, - 0xB9E4, 0xB8C5, 0xB9E5, 0xB8C6, 0xB9E6, 0x90AF, 0xB9E7, 0x90B0, 0xB9E8, 0xB8C7, 0xB9E9, 0x90B1, 0xB9EA, 0x90B2, 0xB9EB, 0x90B3, - 0xB9EC, 0xB8C8, 0xB9ED, 0x90B4, 0xB9EE, 0x90B5, 0xB9EF, 0x90B6, 0xB9F0, 0x90B7, 0xB9F1, 0x90B8, 0xB9F2, 0x90B9, 0xB9F3, 0x90BA, - 0xB9F4, 0xB8C9, 0xB9F5, 0xB8CA, 0xB9F6, 0x90BB, 0xB9F7, 0xB8CB, 0xB9F8, 0xB8CC, 0xB9F9, 0xB8CD, 0xB9FA, 0xB8CE, 0xB9FB, 0x90BC, - 0xB9FC, 0x90BD, 0xB9FD, 0x90BE, 0xB9FE, 0x90BF, 0xB9FF, 0x90C0, 0xBA00, 0xB8CF, 0xBA01, 0xB8D0, 0xBA02, 0x90C1, 0xBA03, 0x90C2, - 0xBA04, 0x90C3, 0xBA05, 0x90C4, 0xBA06, 0x90C5, 0xBA07, 0x90C6, 0xBA08, 0xB8D1, 0xBA09, 0x90C7, 0xBA0A, 0x90C8, 0xBA0B, 0x90C9, - 0xBA0C, 0x90CA, 0xBA0D, 0x90CB, 0xBA0E, 0x90CC, 0xBA0F, 0x90CD, 0xBA10, 0x90CE, 0xBA11, 0x90CF, 0xBA12, 0x90D0, 0xBA13, 0x90D1, - 0xBA14, 0x90D2, 0xBA15, 0xB8D2, 0xBA16, 0x90D3, 0xBA17, 0x90D4, 0xBA18, 0x90D5, 0xBA19, 0x90D6, 0xBA1A, 0x90D7, 0xBA1B, 0x90D8, - 0xBA1C, 0x90D9, 0xBA1D, 0x90DA, 0xBA1E, 0x90DB, 0xBA1F, 0x90DC, 0xBA20, 0x90DD, 0xBA21, 0x90DE, 0xBA22, 0x90DF, 0xBA23, 0x90E0, - 0xBA24, 0x90E1, 0xBA25, 0x90E2, 0xBA26, 0x90E3, 0xBA27, 0x90E4, 0xBA28, 0x90E5, 0xBA29, 0x90E6, 0xBA2A, 0x90E7, 0xBA2B, 0x90E8, - 0xBA2C, 0x90E9, 0xBA2D, 0x90EA, 0xBA2E, 0x90EB, 0xBA2F, 0x90EC, 0xBA30, 0x90ED, 0xBA31, 0x90EE, 0xBA32, 0x90EF, 0xBA33, 0x90F0, - 0xBA34, 0x90F1, 0xBA35, 0x90F2, 0xBA36, 0x90F3, 0xBA37, 0x90F4, 0xBA38, 0xB8D3, 0xBA39, 0xB8D4, 0xBA3A, 0x90F5, 0xBA3B, 0x90F6, - 0xBA3C, 0xB8D5, 0xBA3D, 0x90F7, 0xBA3E, 0x90F8, 0xBA3F, 0x90F9, 0xBA40, 0xB8D6, 0xBA41, 0x90FA, 0xBA42, 0xB8D7, 0xBA43, 0x90FB, - 0xBA44, 0x90FC, 0xBA45, 0x90FD, 0xBA46, 0x90FE, 0xBA47, 0x9141, 0xBA48, 0xB8D8, 0xBA49, 0xB8D9, 0xBA4A, 0x9142, 0xBA4B, 0xB8DA, - 0xBA4C, 0x9143, 0xBA4D, 0xB8DB, 0xBA4E, 0xB8DC, 0xBA4F, 0x9144, 0xBA50, 0x9145, 0xBA51, 0x9146, 0xBA52, 0x9147, 0xBA53, 0xB8DD, - 0xBA54, 0xB8DE, 0xBA55, 0xB8DF, 0xBA56, 0x9148, 0xBA57, 0x9149, 0xBA58, 0xB8E0, 0xBA59, 0x914A, 0xBA5A, 0x914B, 0xBA5B, 0x914C, - 0xBA5C, 0xB8E1, 0xBA5D, 0x914D, 0xBA5E, 0x914E, 0xBA5F, 0x914F, 0xBA60, 0x9150, 0xBA61, 0x9151, 0xBA62, 0x9152, 0xBA63, 0x9153, - 0xBA64, 0xB8E2, 0xBA65, 0xB8E3, 0xBA66, 0x9154, 0xBA67, 0xB8E4, 0xBA68, 0xB8E5, 0xBA69, 0xB8E6, 0xBA6A, 0x9155, 0xBA6B, 0x9156, - 0xBA6C, 0x9157, 0xBA6D, 0x9158, 0xBA6E, 0x9159, 0xBA6F, 0x915A, 0xBA70, 0xB8E7, 0xBA71, 0xB8E8, 0xBA72, 0x9161, 0xBA73, 0x9162, - 0xBA74, 0xB8E9, 0xBA75, 0x9163, 0xBA76, 0x9164, 0xBA77, 0x9165, 0xBA78, 0xB8EA, 0xBA79, 0x9166, 0xBA7A, 0x9167, 0xBA7B, 0x9168, - 0xBA7C, 0x9169, 0xBA7D, 0x916A, 0xBA7E, 0x916B, 0xBA7F, 0x916C, 0xBA80, 0x916D, 0xBA81, 0x916E, 0xBA82, 0x916F, 0xBA83, 0xB8EB, - 0xBA84, 0xB8EC, 0xBA85, 0xB8ED, 0xBA86, 0x9170, 0xBA87, 0xB8EE, 0xBA88, 0x9171, 0xBA89, 0x9172, 0xBA8A, 0x9173, 0xBA8B, 0x9174, - 0xBA8C, 0xB8EF, 0xBA8D, 0x9175, 0xBA8E, 0x9176, 0xBA8F, 0x9177, 0xBA90, 0x9178, 0xBA91, 0x9179, 0xBA92, 0x917A, 0xBA93, 0x9181, - 0xBA94, 0x9182, 0xBA95, 0x9183, 0xBA96, 0x9184, 0xBA97, 0x9185, 0xBA98, 0x9186, 0xBA99, 0x9187, 0xBA9A, 0x9188, 0xBA9B, 0x9189, - 0xBA9C, 0x918A, 0xBA9D, 0x918B, 0xBA9E, 0x918C, 0xBA9F, 0x918D, 0xBAA0, 0x918E, 0xBAA1, 0x918F, 0xBAA2, 0x9190, 0xBAA3, 0x9191, - 0xBAA4, 0x9192, 0xBAA5, 0x9193, 0xBAA6, 0x9194, 0xBAA7, 0x9195, 0xBAA8, 0xB8F0, 0xBAA9, 0xB8F1, 0xBAAA, 0x9196, 0xBAAB, 0xB8F2, - 0xBAAC, 0xB8F3, 0xBAAD, 0x9197, 0xBAAE, 0x9198, 0xBAAF, 0x9199, 0xBAB0, 0xB8F4, 0xBAB1, 0x919A, 0xBAB2, 0xB8F5, 0xBAB3, 0x919B, - 0xBAB4, 0x919C, 0xBAB5, 0x919D, 0xBAB6, 0x919E, 0xBAB7, 0x919F, 0xBAB8, 0xB8F6, 0xBAB9, 0xB8F7, 0xBABA, 0x91A0, 0xBABB, 0xB8F8, - 0xBABC, 0x91A1, 0xBABD, 0xB8F9, 0xBABE, 0x91A2, 0xBABF, 0x91A3, 0xBAC0, 0x91A4, 0xBAC1, 0x91A5, 0xBAC2, 0x91A6, 0xBAC3, 0x91A7, - 0xBAC4, 0xB8FA, 0xBAC5, 0x91A8, 0xBAC6, 0x91A9, 0xBAC7, 0x91AA, 0xBAC8, 0xB8FB, 0xBAC9, 0x91AB, 0xBACA, 0x91AC, 0xBACB, 0x91AD, - 0xBACC, 0x91AE, 0xBACD, 0x91AF, 0xBACE, 0x91B0, 0xBACF, 0x91B1, 0xBAD0, 0x91B2, 0xBAD1, 0x91B3, 0xBAD2, 0x91B4, 0xBAD3, 0x91B5, - 0xBAD4, 0x91B6, 0xBAD5, 0x91B7, 0xBAD6, 0x91B8, 0xBAD7, 0x91B9, 0xBAD8, 0xB8FC, 0xBAD9, 0xB8FD, 0xBADA, 0x91BA, 0xBADB, 0x91BB, - 0xBADC, 0x91BC, 0xBADD, 0x91BD, 0xBADE, 0x91BE, 0xBADF, 0x91BF, 0xBAE0, 0x91C0, 0xBAE1, 0x91C1, 0xBAE2, 0x91C2, 0xBAE3, 0x91C3, - 0xBAE4, 0x91C4, 0xBAE5, 0x91C5, 0xBAE6, 0x91C6, 0xBAE7, 0x91C7, 0xBAE8, 0x91C8, 0xBAE9, 0x91C9, 0xBAEA, 0x91CA, 0xBAEB, 0x91CB, - 0xBAEC, 0x91CC, 0xBAED, 0x91CD, 0xBAEE, 0x91CE, 0xBAEF, 0x91CF, 0xBAF0, 0x91D0, 0xBAF1, 0x91D1, 0xBAF2, 0x91D2, 0xBAF3, 0x91D3, - 0xBAF4, 0x91D4, 0xBAF5, 0x91D5, 0xBAF6, 0x91D6, 0xBAF7, 0x91D7, 0xBAF8, 0x91D8, 0xBAF9, 0x91D9, 0xBAFA, 0x91DA, 0xBAFB, 0x91DB, - 0xBAFC, 0xB8FE, 0xBAFD, 0x91DC, 0xBAFE, 0x91DD, 0xBAFF, 0x91DE, 0xBB00, 0xB9A1, 0xBB01, 0x91DF, 0xBB02, 0x91E0, 0xBB03, 0x91E1, - 0xBB04, 0xB9A2, 0xBB05, 0x91E2, 0xBB06, 0x91E3, 0xBB07, 0x91E4, 0xBB08, 0x91E5, 0xBB09, 0x91E6, 0xBB0A, 0x91E7, 0xBB0B, 0x91E8, - 0xBB0C, 0x91E9, 0xBB0D, 0xB9A3, 0xBB0E, 0x91EA, 0xBB0F, 0xB9A4, 0xBB10, 0x91EB, 0xBB11, 0xB9A5, 0xBB12, 0x91EC, 0xBB13, 0x91ED, - 0xBB14, 0x91EE, 0xBB15, 0x91EF, 0xBB16, 0x91F0, 0xBB17, 0x91F1, 0xBB18, 0xB9A6, 0xBB19, 0x91F2, 0xBB1A, 0x91F3, 0xBB1B, 0x91F4, - 0xBB1C, 0xB9A7, 0xBB1D, 0x91F5, 0xBB1E, 0x91F6, 0xBB1F, 0x91F7, 0xBB20, 0xB9A8, 0xBB21, 0x91F8, 0xBB22, 0x91F9, 0xBB23, 0x91FA, - 0xBB24, 0x91FB, 0xBB25, 0x91FC, 0xBB26, 0x91FD, 0xBB27, 0x91FE, 0xBB28, 0x9241, 0xBB29, 0xB9A9, 0xBB2A, 0x9242, 0xBB2B, 0xB9AA, - 0xBB2C, 0x9243, 0xBB2D, 0x9244, 0xBB2E, 0x9245, 0xBB2F, 0x9246, 0xBB30, 0x9247, 0xBB31, 0x9248, 0xBB32, 0x9249, 0xBB33, 0x924A, - 0xBB34, 0xB9AB, 0xBB35, 0xB9AC, 0xBB36, 0xB9AD, 0xBB37, 0x924B, 0xBB38, 0xB9AE, 0xBB39, 0x924C, 0xBB3A, 0x924D, 0xBB3B, 0xB9AF, - 0xBB3C, 0xB9B0, 0xBB3D, 0xB9B1, 0xBB3E, 0xB9B2, 0xBB3F, 0x924E, 0xBB40, 0x924F, 0xBB41, 0x9250, 0xBB42, 0x9251, 0xBB43, 0x9252, - 0xBB44, 0xB9B3, 0xBB45, 0xB9B4, 0xBB46, 0x9253, 0xBB47, 0xB9B5, 0xBB48, 0x9254, 0xBB49, 0xB9B6, 0xBB4A, 0x9255, 0xBB4B, 0x9256, - 0xBB4C, 0x9257, 0xBB4D, 0xB9B7, 0xBB4E, 0x9258, 0xBB4F, 0xB9B8, 0xBB50, 0xB9B9, 0xBB51, 0x9259, 0xBB52, 0x925A, 0xBB53, 0x9261, - 0xBB54, 0xB9BA, 0xBB55, 0x9262, 0xBB56, 0x9263, 0xBB57, 0x9264, 0xBB58, 0xB9BB, 0xBB59, 0x9265, 0xBB5A, 0x9266, 0xBB5B, 0x9267, - 0xBB5C, 0x9268, 0xBB5D, 0x9269, 0xBB5E, 0x926A, 0xBB5F, 0x926B, 0xBB60, 0x926C, 0xBB61, 0xB9BC, 0xBB62, 0x926D, 0xBB63, 0xB9BD, - 0xBB64, 0x926E, 0xBB65, 0x926F, 0xBB66, 0x9270, 0xBB67, 0x9271, 0xBB68, 0x9272, 0xBB69, 0x9273, 0xBB6A, 0x9274, 0xBB6B, 0x9275, - 0xBB6C, 0xB9BE, 0xBB6D, 0x9276, 0xBB6E, 0x9277, 0xBB6F, 0x9278, 0xBB70, 0x9279, 0xBB71, 0x927A, 0xBB72, 0x9281, 0xBB73, 0x9282, - 0xBB74, 0x9283, 0xBB75, 0x9284, 0xBB76, 0x9285, 0xBB77, 0x9286, 0xBB78, 0x9287, 0xBB79, 0x9288, 0xBB7A, 0x9289, 0xBB7B, 0x928A, - 0xBB7C, 0x928B, 0xBB7D, 0x928C, 0xBB7E, 0x928D, 0xBB7F, 0x928E, 0xBB80, 0x928F, 0xBB81, 0x9290, 0xBB82, 0x9291, 0xBB83, 0x9292, - 0xBB84, 0x9293, 0xBB85, 0x9294, 0xBB86, 0x9295, 0xBB87, 0x9296, 0xBB88, 0xB9BF, 0xBB89, 0x9297, 0xBB8A, 0x9298, 0xBB8B, 0x9299, - 0xBB8C, 0xB9C0, 0xBB8D, 0x929A, 0xBB8E, 0x929B, 0xBB8F, 0x929C, 0xBB90, 0xB9C1, 0xBB91, 0x929D, 0xBB92, 0x929E, 0xBB93, 0x929F, - 0xBB94, 0x92A0, 0xBB95, 0x92A1, 0xBB96, 0x92A2, 0xBB97, 0x92A3, 0xBB98, 0x92A4, 0xBB99, 0x92A5, 0xBB9A, 0x92A6, 0xBB9B, 0x92A7, - 0xBB9C, 0x92A8, 0xBB9D, 0x92A9, 0xBB9E, 0x92AA, 0xBB9F, 0x92AB, 0xBBA0, 0x92AC, 0xBBA1, 0x92AD, 0xBBA2, 0x92AE, 0xBBA3, 0x92AF, - 0xBBA4, 0xB9C2, 0xBBA5, 0x92B0, 0xBBA6, 0x92B1, 0xBBA7, 0x92B2, 0xBBA8, 0xB9C3, 0xBBA9, 0x92B3, 0xBBAA, 0x92B4, 0xBBAB, 0x92B5, - 0xBBAC, 0xB9C4, 0xBBAD, 0x92B6, 0xBBAE, 0x92B7, 0xBBAF, 0x92B8, 0xBBB0, 0x92B9, 0xBBB1, 0x92BA, 0xBBB2, 0x92BB, 0xBBB3, 0x92BC, - 0xBBB4, 0xB9C5, 0xBBB5, 0x92BD, 0xBBB6, 0x92BE, 0xBBB7, 0xB9C6, 0xBBB8, 0x92BF, 0xBBB9, 0x92C0, 0xBBBA, 0x92C1, 0xBBBB, 0x92C2, - 0xBBBC, 0x92C3, 0xBBBD, 0x92C4, 0xBBBE, 0x92C5, 0xBBBF, 0x92C6, 0xBBC0, 0xB9C7, 0xBBC1, 0x92C7, 0xBBC2, 0x92C8, 0xBBC3, 0x92C9, - 0xBBC4, 0xB9C8, 0xBBC5, 0x92CA, 0xBBC6, 0x92CB, 0xBBC7, 0x92CC, 0xBBC8, 0xB9C9, 0xBBC9, 0x92CD, 0xBBCA, 0x92CE, 0xBBCB, 0x92CF, - 0xBBCC, 0x92D0, 0xBBCD, 0x92D1, 0xBBCE, 0x92D2, 0xBBCF, 0x92D3, 0xBBD0, 0xB9CA, 0xBBD1, 0x92D4, 0xBBD2, 0x92D5, 0xBBD3, 0xB9CB, - 0xBBD4, 0x92D6, 0xBBD5, 0x92D7, 0xBBD6, 0x92D8, 0xBBD7, 0x92D9, 0xBBD8, 0x92DA, 0xBBD9, 0x92DB, 0xBBDA, 0x92DC, 0xBBDB, 0x92DD, - 0xBBDC, 0x92DE, 0xBBDD, 0x92DF, 0xBBDE, 0x92E0, 0xBBDF, 0x92E1, 0xBBE0, 0x92E2, 0xBBE1, 0x92E3, 0xBBE2, 0x92E4, 0xBBE3, 0x92E5, - 0xBBE4, 0x92E6, 0xBBE5, 0x92E7, 0xBBE6, 0x92E8, 0xBBE7, 0x92E9, 0xBBE8, 0x92EA, 0xBBE9, 0x92EB, 0xBBEA, 0x92EC, 0xBBEB, 0x92ED, - 0xBBEC, 0x92EE, 0xBBED, 0x92EF, 0xBBEE, 0x92F0, 0xBBEF, 0x92F1, 0xBBF0, 0x92F2, 0xBBF1, 0x92F3, 0xBBF2, 0x92F4, 0xBBF3, 0x92F5, - 0xBBF4, 0x92F6, 0xBBF5, 0x92F7, 0xBBF6, 0x92F8, 0xBBF7, 0x92F9, 0xBBF8, 0xB9CC, 0xBBF9, 0xB9CD, 0xBBFA, 0x92FA, 0xBBFB, 0x92FB, - 0xBBFC, 0xB9CE, 0xBBFD, 0x92FC, 0xBBFE, 0x92FD, 0xBBFF, 0xB9CF, 0xBC00, 0xB9D0, 0xBC01, 0x92FE, 0xBC02, 0xB9D1, 0xBC03, 0x9341, - 0xBC04, 0x9342, 0xBC05, 0x9343, 0xBC06, 0x9344, 0xBC07, 0x9345, 0xBC08, 0xB9D2, 0xBC09, 0xB9D3, 0xBC0A, 0x9346, 0xBC0B, 0xB9D4, - 0xBC0C, 0xB9D5, 0xBC0D, 0xB9D6, 0xBC0E, 0x9347, 0xBC0F, 0xB9D7, 0xBC10, 0x9348, 0xBC11, 0xB9D8, 0xBC12, 0x9349, 0xBC13, 0x934A, - 0xBC14, 0xB9D9, 0xBC15, 0xB9DA, 0xBC16, 0xB9DB, 0xBC17, 0xB9DC, 0xBC18, 0xB9DD, 0xBC19, 0x934B, 0xBC1A, 0x934C, 0xBC1B, 0xB9DE, - 0xBC1C, 0xB9DF, 0xBC1D, 0xB9E0, 0xBC1E, 0xB9E1, 0xBC1F, 0xB9E2, 0xBC20, 0x934D, 0xBC21, 0x934E, 0xBC22, 0x934F, 0xBC23, 0x9350, - 0xBC24, 0xB9E3, 0xBC25, 0xB9E4, 0xBC26, 0x9351, 0xBC27, 0xB9E5, 0xBC28, 0x9352, 0xBC29, 0xB9E6, 0xBC2A, 0x9353, 0xBC2B, 0x9354, - 0xBC2C, 0x9355, 0xBC2D, 0xB9E7, 0xBC2E, 0x9356, 0xBC2F, 0x9357, 0xBC30, 0xB9E8, 0xBC31, 0xB9E9, 0xBC32, 0x9358, 0xBC33, 0x9359, - 0xBC34, 0xB9EA, 0xBC35, 0x935A, 0xBC36, 0x9361, 0xBC37, 0x9362, 0xBC38, 0xB9EB, 0xBC39, 0x9363, 0xBC3A, 0x9364, 0xBC3B, 0x9365, - 0xBC3C, 0x9366, 0xBC3D, 0x9367, 0xBC3E, 0x9368, 0xBC3F, 0x9369, 0xBC40, 0xB9EC, 0xBC41, 0xB9ED, 0xBC42, 0x936A, 0xBC43, 0xB9EE, - 0xBC44, 0xB9EF, 0xBC45, 0xB9F0, 0xBC46, 0x936B, 0xBC47, 0x936C, 0xBC48, 0x936D, 0xBC49, 0xB9F1, 0xBC4A, 0x936E, 0xBC4B, 0x936F, - 0xBC4C, 0xB9F2, 0xBC4D, 0xB9F3, 0xBC4E, 0x9370, 0xBC4F, 0x9371, 0xBC50, 0xB9F4, 0xBC51, 0x9372, 0xBC52, 0x9373, 0xBC53, 0x9374, - 0xBC54, 0x9375, 0xBC55, 0x9376, 0xBC56, 0x9377, 0xBC57, 0x9378, 0xBC58, 0x9379, 0xBC59, 0x937A, 0xBC5A, 0x9381, 0xBC5B, 0x9382, - 0xBC5C, 0x9383, 0xBC5D, 0xB9F5, 0xBC5E, 0x9384, 0xBC5F, 0x9385, 0xBC60, 0x9386, 0xBC61, 0x9387, 0xBC62, 0x9388, 0xBC63, 0x9389, - 0xBC64, 0x938A, 0xBC65, 0x938B, 0xBC66, 0x938C, 0xBC67, 0x938D, 0xBC68, 0x938E, 0xBC69, 0x938F, 0xBC6A, 0x9390, 0xBC6B, 0x9391, - 0xBC6C, 0x9392, 0xBC6D, 0x9393, 0xBC6E, 0x9394, 0xBC6F, 0x9395, 0xBC70, 0x9396, 0xBC71, 0x9397, 0xBC72, 0x9398, 0xBC73, 0x9399, - 0xBC74, 0x939A, 0xBC75, 0x939B, 0xBC76, 0x939C, 0xBC77, 0x939D, 0xBC78, 0x939E, 0xBC79, 0x939F, 0xBC7A, 0x93A0, 0xBC7B, 0x93A1, - 0xBC7C, 0x93A2, 0xBC7D, 0x93A3, 0xBC7E, 0x93A4, 0xBC7F, 0x93A5, 0xBC80, 0x93A6, 0xBC81, 0x93A7, 0xBC82, 0x93A8, 0xBC83, 0x93A9, - 0xBC84, 0xB9F6, 0xBC85, 0xB9F7, 0xBC86, 0x93AA, 0xBC87, 0x93AB, 0xBC88, 0xB9F8, 0xBC89, 0x93AC, 0xBC8A, 0x93AD, 0xBC8B, 0xB9F9, - 0xBC8C, 0xB9FA, 0xBC8D, 0x93AE, 0xBC8E, 0xB9FB, 0xBC8F, 0x93AF, 0xBC90, 0x93B0, 0xBC91, 0x93B1, 0xBC92, 0x93B2, 0xBC93, 0x93B3, - 0xBC94, 0xB9FC, 0xBC95, 0xB9FD, 0xBC96, 0x93B4, 0xBC97, 0xB9FE, 0xBC98, 0x93B5, 0xBC99, 0xBAA1, 0xBC9A, 0xBAA2, 0xBC9B, 0x93B6, - 0xBC9C, 0x93B7, 0xBC9D, 0x93B8, 0xBC9E, 0x93B9, 0xBC9F, 0x93BA, 0xBCA0, 0xBAA3, 0xBCA1, 0xBAA4, 0xBCA2, 0x93BB, 0xBCA3, 0x93BC, - 0xBCA4, 0xBAA5, 0xBCA5, 0x93BD, 0xBCA6, 0x93BE, 0xBCA7, 0xBAA6, 0xBCA8, 0xBAA7, 0xBCA9, 0x93BF, 0xBCAA, 0x93C0, 0xBCAB, 0x93C1, - 0xBCAC, 0x93C2, 0xBCAD, 0x93C3, 0xBCAE, 0x93C4, 0xBCAF, 0x93C5, 0xBCB0, 0xBAA8, 0xBCB1, 0xBAA9, 0xBCB2, 0x93C6, 0xBCB3, 0xBAAA, - 0xBCB4, 0xBAAB, 0xBCB5, 0xBAAC, 0xBCB6, 0x93C7, 0xBCB7, 0x93C8, 0xBCB8, 0x93C9, 0xBCB9, 0x93CA, 0xBCBA, 0x93CB, 0xBCBB, 0x93CC, - 0xBCBC, 0xBAAD, 0xBCBD, 0xBAAE, 0xBCBE, 0x93CD, 0xBCBF, 0x93CE, 0xBCC0, 0xBAAF, 0xBCC1, 0x93CF, 0xBCC2, 0x93D0, 0xBCC3, 0x93D1, - 0xBCC4, 0xBAB0, 0xBCC5, 0x93D2, 0xBCC6, 0x93D3, 0xBCC7, 0x93D4, 0xBCC8, 0x93D5, 0xBCC9, 0x93D6, 0xBCCA, 0x93D7, 0xBCCB, 0x93D8, - 0xBCCC, 0x93D9, 0xBCCD, 0xBAB1, 0xBCCE, 0x93DA, 0xBCCF, 0xBAB2, 0xBCD0, 0xBAB3, 0xBCD1, 0xBAB4, 0xBCD2, 0x93DB, 0xBCD3, 0x93DC, - 0xBCD4, 0x93DD, 0xBCD5, 0xBAB5, 0xBCD6, 0x93DE, 0xBCD7, 0x93DF, 0xBCD8, 0xBAB6, 0xBCD9, 0x93E0, 0xBCDA, 0x93E1, 0xBCDB, 0x93E2, - 0xBCDC, 0xBAB7, 0xBCDD, 0x93E3, 0xBCDE, 0x93E4, 0xBCDF, 0x93E5, 0xBCE0, 0x93E6, 0xBCE1, 0x93E7, 0xBCE2, 0x93E8, 0xBCE3, 0x93E9, - 0xBCE4, 0x93EA, 0xBCE5, 0x93EB, 0xBCE6, 0x93EC, 0xBCE7, 0x93ED, 0xBCE8, 0x93EE, 0xBCE9, 0x93EF, 0xBCEA, 0x93F0, 0xBCEB, 0x93F1, - 0xBCEC, 0x93F2, 0xBCED, 0x93F3, 0xBCEE, 0x93F4, 0xBCEF, 0x93F5, 0xBCF0, 0x93F6, 0xBCF1, 0x93F7, 0xBCF2, 0x93F8, 0xBCF3, 0x93F9, - 0xBCF4, 0xBAB8, 0xBCF5, 0xBAB9, 0xBCF6, 0xBABA, 0xBCF7, 0x93FA, 0xBCF8, 0xBABB, 0xBCF9, 0x93FB, 0xBCFA, 0x93FC, 0xBCFB, 0x93FD, - 0xBCFC, 0xBABC, 0xBCFD, 0x93FE, 0xBCFE, 0x9441, 0xBCFF, 0x9442, 0xBD00, 0x9443, 0xBD01, 0x9444, 0xBD02, 0x9445, 0xBD03, 0x9446, - 0xBD04, 0xBABD, 0xBD05, 0xBABE, 0xBD06, 0x9447, 0xBD07, 0xBABF, 0xBD08, 0x9448, 0xBD09, 0xBAC0, 0xBD0A, 0x9449, 0xBD0B, 0x944A, - 0xBD0C, 0x944B, 0xBD0D, 0x944C, 0xBD0E, 0x944D, 0xBD0F, 0x944E, 0xBD10, 0xBAC1, 0xBD11, 0x944F, 0xBD12, 0x9450, 0xBD13, 0x9451, - 0xBD14, 0xBAC2, 0xBD15, 0x9452, 0xBD16, 0x9453, 0xBD17, 0x9454, 0xBD18, 0x9455, 0xBD19, 0x9456, 0xBD1A, 0x9457, 0xBD1B, 0x9458, - 0xBD1C, 0x9459, 0xBD1D, 0x945A, 0xBD1E, 0x9461, 0xBD1F, 0x9462, 0xBD20, 0x9463, 0xBD21, 0x9464, 0xBD22, 0x9465, 0xBD23, 0x9466, - 0xBD24, 0xBAC3, 0xBD25, 0x9467, 0xBD26, 0x9468, 0xBD27, 0x9469, 0xBD28, 0x946A, 0xBD29, 0x946B, 0xBD2A, 0x946C, 0xBD2B, 0x946D, - 0xBD2C, 0xBAC4, 0xBD2D, 0x946E, 0xBD2E, 0x946F, 0xBD2F, 0x9470, 0xBD30, 0x9471, 0xBD31, 0x9472, 0xBD32, 0x9473, 0xBD33, 0x9474, - 0xBD34, 0x9475, 0xBD35, 0x9476, 0xBD36, 0x9477, 0xBD37, 0x9478, 0xBD38, 0x9479, 0xBD39, 0x947A, 0xBD3A, 0x9481, 0xBD3B, 0x9482, - 0xBD3C, 0x9483, 0xBD3D, 0x9484, 0xBD3E, 0x9485, 0xBD3F, 0x9486, 0xBD40, 0xBAC5, 0xBD41, 0x9487, 0xBD42, 0x9488, 0xBD43, 0x9489, - 0xBD44, 0x948A, 0xBD45, 0x948B, 0xBD46, 0x948C, 0xBD47, 0x948D, 0xBD48, 0xBAC6, 0xBD49, 0xBAC7, 0xBD4A, 0x948E, 0xBD4B, 0x948F, - 0xBD4C, 0xBAC8, 0xBD4D, 0x9490, 0xBD4E, 0x9491, 0xBD4F, 0x9492, 0xBD50, 0xBAC9, 0xBD51, 0x9493, 0xBD52, 0x9494, 0xBD53, 0x9495, - 0xBD54, 0x9496, 0xBD55, 0x9497, 0xBD56, 0x9498, 0xBD57, 0x9499, 0xBD58, 0xBACA, 0xBD59, 0xBACB, 0xBD5A, 0x949A, 0xBD5B, 0x949B, - 0xBD5C, 0x949C, 0xBD5D, 0x949D, 0xBD5E, 0x949E, 0xBD5F, 0x949F, 0xBD60, 0x94A0, 0xBD61, 0x94A1, 0xBD62, 0x94A2, 0xBD63, 0x94A3, - 0xBD64, 0xBACC, 0xBD65, 0x94A4, 0xBD66, 0x94A5, 0xBD67, 0x94A6, 0xBD68, 0xBACD, 0xBD69, 0x94A7, 0xBD6A, 0x94A8, 0xBD6B, 0x94A9, - 0xBD6C, 0x94AA, 0xBD6D, 0x94AB, 0xBD6E, 0x94AC, 0xBD6F, 0x94AD, 0xBD70, 0x94AE, 0xBD71, 0x94AF, 0xBD72, 0x94B0, 0xBD73, 0x94B1, - 0xBD74, 0x94B2, 0xBD75, 0x94B3, 0xBD76, 0x94B4, 0xBD77, 0x94B5, 0xBD78, 0x94B6, 0xBD79, 0x94B7, 0xBD7A, 0x94B8, 0xBD7B, 0x94B9, - 0xBD7C, 0x94BA, 0xBD7D, 0x94BB, 0xBD7E, 0x94BC, 0xBD7F, 0x94BD, 0xBD80, 0xBACE, 0xBD81, 0xBACF, 0xBD82, 0x94BE, 0xBD83, 0x94BF, - 0xBD84, 0xBAD0, 0xBD85, 0x94C0, 0xBD86, 0x94C1, 0xBD87, 0xBAD1, 0xBD88, 0xBAD2, 0xBD89, 0xBAD3, 0xBD8A, 0xBAD4, 0xBD8B, 0x94C2, - 0xBD8C, 0x94C3, 0xBD8D, 0x94C4, 0xBD8E, 0x94C5, 0xBD8F, 0x94C6, 0xBD90, 0xBAD5, 0xBD91, 0xBAD6, 0xBD92, 0x94C7, 0xBD93, 0xBAD7, - 0xBD94, 0x94C8, 0xBD95, 0xBAD8, 0xBD96, 0x94C9, 0xBD97, 0x94CA, 0xBD98, 0x94CB, 0xBD99, 0xBAD9, 0xBD9A, 0xBADA, 0xBD9B, 0x94CC, - 0xBD9C, 0xBADB, 0xBD9D, 0x94CD, 0xBD9E, 0x94CE, 0xBD9F, 0x94CF, 0xBDA0, 0x94D0, 0xBDA1, 0x94D1, 0xBDA2, 0x94D2, 0xBDA3, 0x94D3, - 0xBDA4, 0xBADC, 0xBDA5, 0x94D4, 0xBDA6, 0x94D5, 0xBDA7, 0x94D6, 0xBDA8, 0x94D7, 0xBDA9, 0x94D8, 0xBDAA, 0x94D9, 0xBDAB, 0x94DA, - 0xBDAC, 0x94DB, 0xBDAD, 0x94DC, 0xBDAE, 0x94DD, 0xBDAF, 0x94DE, 0xBDB0, 0xBADD, 0xBDB1, 0x94DF, 0xBDB2, 0x94E0, 0xBDB3, 0x94E1, - 0xBDB4, 0x94E2, 0xBDB5, 0x94E3, 0xBDB6, 0x94E4, 0xBDB7, 0x94E5, 0xBDB8, 0xBADE, 0xBDB9, 0x94E6, 0xBDBA, 0x94E7, 0xBDBB, 0x94E8, - 0xBDBC, 0x94E9, 0xBDBD, 0x94EA, 0xBDBE, 0x94EB, 0xBDBF, 0x94EC, 0xBDC0, 0x94ED, 0xBDC1, 0x94EE, 0xBDC2, 0x94EF, 0xBDC3, 0x94F0, - 0xBDC4, 0x94F1, 0xBDC5, 0x94F2, 0xBDC6, 0x94F3, 0xBDC7, 0x94F4, 0xBDC8, 0x94F5, 0xBDC9, 0x94F6, 0xBDCA, 0x94F7, 0xBDCB, 0x94F8, - 0xBDCC, 0x94F9, 0xBDCD, 0x94FA, 0xBDCE, 0x94FB, 0xBDCF, 0x94FC, 0xBDD0, 0x94FD, 0xBDD1, 0x94FE, 0xBDD2, 0x9541, 0xBDD3, 0x9542, - 0xBDD4, 0xBADF, 0xBDD5, 0xBAE0, 0xBDD6, 0x9543, 0xBDD7, 0x9544, 0xBDD8, 0xBAE1, 0xBDD9, 0x9545, 0xBDDA, 0x9546, 0xBDDB, 0x9547, - 0xBDDC, 0xBAE2, 0xBDDD, 0x9548, 0xBDDE, 0x9549, 0xBDDF, 0x954A, 0xBDE0, 0x954B, 0xBDE1, 0x954C, 0xBDE2, 0x954D, 0xBDE3, 0x954E, - 0xBDE4, 0x954F, 0xBDE5, 0x9550, 0xBDE6, 0x9551, 0xBDE7, 0x9552, 0xBDE8, 0x9553, 0xBDE9, 0xBAE3, 0xBDEA, 0x9554, 0xBDEB, 0x9555, - 0xBDEC, 0x9556, 0xBDED, 0x9557, 0xBDEE, 0x9558, 0xBDEF, 0x9559, 0xBDF0, 0xBAE4, 0xBDF1, 0x955A, 0xBDF2, 0x9561, 0xBDF3, 0x9562, - 0xBDF4, 0xBAE5, 0xBDF5, 0x9563, 0xBDF6, 0x9564, 0xBDF7, 0x9565, 0xBDF8, 0xBAE6, 0xBDF9, 0x9566, 0xBDFA, 0x9567, 0xBDFB, 0x9568, - 0xBDFC, 0x9569, 0xBDFD, 0x956A, 0xBDFE, 0x956B, 0xBDFF, 0x956C, 0xBE00, 0xBAE7, 0xBE01, 0x956D, 0xBE02, 0x956E, 0xBE03, 0xBAE8, - 0xBE04, 0x956F, 0xBE05, 0xBAE9, 0xBE06, 0x9570, 0xBE07, 0x9571, 0xBE08, 0x9572, 0xBE09, 0x9573, 0xBE0A, 0x9574, 0xBE0B, 0x9575, - 0xBE0C, 0xBAEA, 0xBE0D, 0xBAEB, 0xBE0E, 0x9576, 0xBE0F, 0x9577, 0xBE10, 0xBAEC, 0xBE11, 0x9578, 0xBE12, 0x9579, 0xBE13, 0x957A, - 0xBE14, 0xBAED, 0xBE15, 0x9581, 0xBE16, 0x9582, 0xBE17, 0x9583, 0xBE18, 0x9584, 0xBE19, 0x9585, 0xBE1A, 0x9586, 0xBE1B, 0x9587, - 0xBE1C, 0xBAEE, 0xBE1D, 0xBAEF, 0xBE1E, 0x9588, 0xBE1F, 0xBAF0, 0xBE20, 0x9589, 0xBE21, 0x958A, 0xBE22, 0x958B, 0xBE23, 0x958C, - 0xBE24, 0x958D, 0xBE25, 0x958E, 0xBE26, 0x958F, 0xBE27, 0x9590, 0xBE28, 0x9591, 0xBE29, 0x9592, 0xBE2A, 0x9593, 0xBE2B, 0x9594, - 0xBE2C, 0x9595, 0xBE2D, 0x9596, 0xBE2E, 0x9597, 0xBE2F, 0x9598, 0xBE30, 0x9599, 0xBE31, 0x959A, 0xBE32, 0x959B, 0xBE33, 0x959C, - 0xBE34, 0x959D, 0xBE35, 0x959E, 0xBE36, 0x959F, 0xBE37, 0x95A0, 0xBE38, 0x95A1, 0xBE39, 0x95A2, 0xBE3A, 0x95A3, 0xBE3B, 0x95A4, - 0xBE3C, 0x95A5, 0xBE3D, 0x95A6, 0xBE3E, 0x95A7, 0xBE3F, 0x95A8, 0xBE40, 0x95A9, 0xBE41, 0x95AA, 0xBE42, 0x95AB, 0xBE43, 0x95AC, - 0xBE44, 0xBAF1, 0xBE45, 0xBAF2, 0xBE46, 0x95AD, 0xBE47, 0x95AE, 0xBE48, 0xBAF3, 0xBE49, 0x95AF, 0xBE4A, 0x95B0, 0xBE4B, 0x95B1, - 0xBE4C, 0xBAF4, 0xBE4D, 0x95B2, 0xBE4E, 0xBAF5, 0xBE4F, 0x95B3, 0xBE50, 0x95B4, 0xBE51, 0x95B5, 0xBE52, 0x95B6, 0xBE53, 0x95B7, - 0xBE54, 0xBAF6, 0xBE55, 0xBAF7, 0xBE56, 0x95B8, 0xBE57, 0xBAF8, 0xBE58, 0x95B9, 0xBE59, 0xBAF9, 0xBE5A, 0xBAFA, 0xBE5B, 0xBAFB, - 0xBE5C, 0x95BA, 0xBE5D, 0x95BB, 0xBE5E, 0x95BC, 0xBE5F, 0x95BD, 0xBE60, 0xBAFC, 0xBE61, 0xBAFD, 0xBE62, 0x95BE, 0xBE63, 0x95BF, - 0xBE64, 0xBAFE, 0xBE65, 0x95C0, 0xBE66, 0x95C1, 0xBE67, 0x95C2, 0xBE68, 0xBBA1, 0xBE69, 0x95C3, 0xBE6A, 0xBBA2, 0xBE6B, 0x95C4, - 0xBE6C, 0x95C5, 0xBE6D, 0x95C6, 0xBE6E, 0x95C7, 0xBE6F, 0x95C8, 0xBE70, 0xBBA3, 0xBE71, 0xBBA4, 0xBE72, 0x95C9, 0xBE73, 0xBBA5, - 0xBE74, 0xBBA6, 0xBE75, 0xBBA7, 0xBE76, 0x95CA, 0xBE77, 0x95CB, 0xBE78, 0x95CC, 0xBE79, 0x95CD, 0xBE7A, 0x95CE, 0xBE7B, 0xBBA8, - 0xBE7C, 0xBBA9, 0xBE7D, 0xBBAA, 0xBE7E, 0x95CF, 0xBE7F, 0x95D0, 0xBE80, 0xBBAB, 0xBE81, 0x95D1, 0xBE82, 0x95D2, 0xBE83, 0x95D3, - 0xBE84, 0xBBAC, 0xBE85, 0x95D4, 0xBE86, 0x95D5, 0xBE87, 0x95D6, 0xBE88, 0x95D7, 0xBE89, 0x95D8, 0xBE8A, 0x95D9, 0xBE8B, 0x95DA, - 0xBE8C, 0xBBAD, 0xBE8D, 0xBBAE, 0xBE8E, 0x95DB, 0xBE8F, 0xBBAF, 0xBE90, 0xBBB0, 0xBE91, 0xBBB1, 0xBE92, 0x95DC, 0xBE93, 0x95DD, - 0xBE94, 0x95DE, 0xBE95, 0x95DF, 0xBE96, 0x95E0, 0xBE97, 0x95E1, 0xBE98, 0xBBB2, 0xBE99, 0xBBB3, 0xBE9A, 0x95E2, 0xBE9B, 0x95E3, - 0xBE9C, 0x95E4, 0xBE9D, 0x95E5, 0xBE9E, 0x95E6, 0xBE9F, 0x95E7, 0xBEA0, 0x95E8, 0xBEA1, 0x95E9, 0xBEA2, 0x95EA, 0xBEA3, 0x95EB, - 0xBEA4, 0x95EC, 0xBEA5, 0x95ED, 0xBEA6, 0x95EE, 0xBEA7, 0x95EF, 0xBEA8, 0xBBB4, 0xBEA9, 0x95F0, 0xBEAA, 0x95F1, 0xBEAB, 0x95F2, - 0xBEAC, 0x95F3, 0xBEAD, 0x95F4, 0xBEAE, 0x95F5, 0xBEAF, 0x95F6, 0xBEB0, 0x95F7, 0xBEB1, 0x95F8, 0xBEB2, 0x95F9, 0xBEB3, 0x95FA, - 0xBEB4, 0x95FB, 0xBEB5, 0x95FC, 0xBEB6, 0x95FD, 0xBEB7, 0x95FE, 0xBEB8, 0x9641, 0xBEB9, 0x9642, 0xBEBA, 0x9643, 0xBEBB, 0x9644, - 0xBEBC, 0x9645, 0xBEBD, 0x9646, 0xBEBE, 0x9647, 0xBEBF, 0x9648, 0xBEC0, 0x9649, 0xBEC1, 0x964A, 0xBEC2, 0x964B, 0xBEC3, 0x964C, - 0xBEC4, 0x964D, 0xBEC5, 0x964E, 0xBEC6, 0x964F, 0xBEC7, 0x9650, 0xBEC8, 0x9651, 0xBEC9, 0x9652, 0xBECA, 0x9653, 0xBECB, 0x9654, - 0xBECC, 0x9655, 0xBECD, 0x9656, 0xBECE, 0x9657, 0xBECF, 0x9658, 0xBED0, 0xBBB5, 0xBED1, 0xBBB6, 0xBED2, 0x9659, 0xBED3, 0x965A, - 0xBED4, 0xBBB7, 0xBED5, 0x9661, 0xBED6, 0x9662, 0xBED7, 0xBBB8, 0xBED8, 0xBBB9, 0xBED9, 0x9663, 0xBEDA, 0x9664, 0xBEDB, 0x9665, - 0xBEDC, 0x9666, 0xBEDD, 0x9667, 0xBEDE, 0x9668, 0xBEDF, 0x9669, 0xBEE0, 0xBBBA, 0xBEE1, 0x966A, 0xBEE2, 0x966B, 0xBEE3, 0xBBBB, - 0xBEE4, 0xBBBC, 0xBEE5, 0xBBBD, 0xBEE6, 0x966C, 0xBEE7, 0x966D, 0xBEE8, 0x966E, 0xBEE9, 0x966F, 0xBEEA, 0x9670, 0xBEEB, 0x9671, - 0xBEEC, 0xBBBE, 0xBEED, 0x9672, 0xBEEE, 0x9673, 0xBEEF, 0x9674, 0xBEF0, 0x9675, 0xBEF1, 0x9676, 0xBEF2, 0x9677, 0xBEF3, 0x9678, - 0xBEF4, 0x9679, 0xBEF5, 0x967A, 0xBEF6, 0x9681, 0xBEF7, 0x9682, 0xBEF8, 0x9683, 0xBEF9, 0x9684, 0xBEFA, 0x9685, 0xBEFB, 0x9686, - 0xBEFC, 0x9687, 0xBEFD, 0x9688, 0xBEFE, 0x9689, 0xBEFF, 0x968A, 0xBF00, 0x968B, 0xBF01, 0xBBBF, 0xBF02, 0x968C, 0xBF03, 0x968D, - 0xBF04, 0x968E, 0xBF05, 0x968F, 0xBF06, 0x9690, 0xBF07, 0x9691, 0xBF08, 0xBBC0, 0xBF09, 0xBBC1, 0xBF0A, 0x9692, 0xBF0B, 0x9693, - 0xBF0C, 0x9694, 0xBF0D, 0x9695, 0xBF0E, 0x9696, 0xBF0F, 0x9697, 0xBF10, 0x9698, 0xBF11, 0x9699, 0xBF12, 0x969A, 0xBF13, 0x969B, - 0xBF14, 0x969C, 0xBF15, 0x969D, 0xBF16, 0x969E, 0xBF17, 0x969F, 0xBF18, 0xBBC2, 0xBF19, 0xBBC3, 0xBF1A, 0x96A0, 0xBF1B, 0xBBC4, - 0xBF1C, 0xBBC5, 0xBF1D, 0xBBC6, 0xBF1E, 0x96A1, 0xBF1F, 0x96A2, 0xBF20, 0x96A3, 0xBF21, 0x96A4, 0xBF22, 0x96A5, 0xBF23, 0x96A6, - 0xBF24, 0x96A7, 0xBF25, 0x96A8, 0xBF26, 0x96A9, 0xBF27, 0x96AA, 0xBF28, 0x96AB, 0xBF29, 0x96AC, 0xBF2A, 0x96AD, 0xBF2B, 0x96AE, - 0xBF2C, 0x96AF, 0xBF2D, 0x96B0, 0xBF2E, 0x96B1, 0xBF2F, 0x96B2, 0xBF30, 0x96B3, 0xBF31, 0x96B4, 0xBF32, 0x96B5, 0xBF33, 0x96B6, - 0xBF34, 0x96B7, 0xBF35, 0x96B8, 0xBF36, 0x96B9, 0xBF37, 0x96BA, 0xBF38, 0x96BB, 0xBF39, 0x96BC, 0xBF3A, 0x96BD, 0xBF3B, 0x96BE, - 0xBF3C, 0x96BF, 0xBF3D, 0x96C0, 0xBF3E, 0x96C1, 0xBF3F, 0x96C2, 0xBF40, 0xBBC7, 0xBF41, 0xBBC8, 0xBF42, 0x96C3, 0xBF43, 0x96C4, - 0xBF44, 0xBBC9, 0xBF45, 0x96C5, 0xBF46, 0x96C6, 0xBF47, 0x96C7, 0xBF48, 0xBBCA, 0xBF49, 0x96C8, 0xBF4A, 0x96C9, 0xBF4B, 0x96CA, - 0xBF4C, 0x96CB, 0xBF4D, 0x96CC, 0xBF4E, 0x96CD, 0xBF4F, 0x96CE, 0xBF50, 0xBBCB, 0xBF51, 0xBBCC, 0xBF52, 0x96CF, 0xBF53, 0x96D0, - 0xBF54, 0x96D1, 0xBF55, 0xBBCD, 0xBF56, 0x96D2, 0xBF57, 0x96D3, 0xBF58, 0x96D4, 0xBF59, 0x96D5, 0xBF5A, 0x96D6, 0xBF5B, 0x96D7, - 0xBF5C, 0x96D8, 0xBF5D, 0x96D9, 0xBF5E, 0x96DA, 0xBF5F, 0x96DB, 0xBF60, 0x96DC, 0xBF61, 0x96DD, 0xBF62, 0x96DE, 0xBF63, 0x96DF, - 0xBF64, 0x96E0, 0xBF65, 0x96E1, 0xBF66, 0x96E2, 0xBF67, 0x96E3, 0xBF68, 0x96E4, 0xBF69, 0x96E5, 0xBF6A, 0x96E6, 0xBF6B, 0x96E7, - 0xBF6C, 0x96E8, 0xBF6D, 0x96E9, 0xBF6E, 0x96EA, 0xBF6F, 0x96EB, 0xBF70, 0x96EC, 0xBF71, 0x96ED, 0xBF72, 0x96EE, 0xBF73, 0x96EF, - 0xBF74, 0x96F0, 0xBF75, 0x96F1, 0xBF76, 0x96F2, 0xBF77, 0x96F3, 0xBF78, 0x96F4, 0xBF79, 0x96F5, 0xBF7A, 0x96F6, 0xBF7B, 0x96F7, - 0xBF7C, 0x96F8, 0xBF7D, 0x96F9, 0xBF7E, 0x96FA, 0xBF7F, 0x96FB, 0xBF80, 0x96FC, 0xBF81, 0x96FD, 0xBF82, 0x96FE, 0xBF83, 0x9741, - 0xBF84, 0x9742, 0xBF85, 0x9743, 0xBF86, 0x9744, 0xBF87, 0x9745, 0xBF88, 0x9746, 0xBF89, 0x9747, 0xBF8A, 0x9748, 0xBF8B, 0x9749, - 0xBF8C, 0x974A, 0xBF8D, 0x974B, 0xBF8E, 0x974C, 0xBF8F, 0x974D, 0xBF90, 0x974E, 0xBF91, 0x974F, 0xBF92, 0x9750, 0xBF93, 0x9751, - 0xBF94, 0xBBCE, 0xBF95, 0x9752, 0xBF96, 0x9753, 0xBF97, 0x9754, 0xBF98, 0x9755, 0xBF99, 0x9756, 0xBF9A, 0x9757, 0xBF9B, 0x9758, - 0xBF9C, 0x9759, 0xBF9D, 0x975A, 0xBF9E, 0x9761, 0xBF9F, 0x9762, 0xBFA0, 0x9763, 0xBFA1, 0x9764, 0xBFA2, 0x9765, 0xBFA3, 0x9766, - 0xBFA4, 0x9767, 0xBFA5, 0x9768, 0xBFA6, 0x9769, 0xBFA7, 0x976A, 0xBFA8, 0x976B, 0xBFA9, 0x976C, 0xBFAA, 0x976D, 0xBFAB, 0x976E, - 0xBFAC, 0x976F, 0xBFAD, 0x9770, 0xBFAE, 0x9771, 0xBFAF, 0x9772, 0xBFB0, 0xBBCF, 0xBFB1, 0x9773, 0xBFB2, 0x9774, 0xBFB3, 0x9775, - 0xBFB4, 0x9776, 0xBFB5, 0x9777, 0xBFB6, 0x9778, 0xBFB7, 0x9779, 0xBFB8, 0x977A, 0xBFB9, 0x9781, 0xBFBA, 0x9782, 0xBFBB, 0x9783, - 0xBFBC, 0x9784, 0xBFBD, 0x9785, 0xBFBE, 0x9786, 0xBFBF, 0x9787, 0xBFC0, 0x9788, 0xBFC1, 0x9789, 0xBFC2, 0x978A, 0xBFC3, 0x978B, - 0xBFC4, 0x978C, 0xBFC5, 0xBBD0, 0xBFC6, 0x978D, 0xBFC7, 0x978E, 0xBFC8, 0x978F, 0xBFC9, 0x9790, 0xBFCA, 0x9791, 0xBFCB, 0x9792, - 0xBFCC, 0xBBD1, 0xBFCD, 0xBBD2, 0xBFCE, 0x9793, 0xBFCF, 0x9794, 0xBFD0, 0xBBD3, 0xBFD1, 0x9795, 0xBFD2, 0x9796, 0xBFD3, 0x9797, - 0xBFD4, 0xBBD4, 0xBFD5, 0x9798, 0xBFD6, 0x9799, 0xBFD7, 0x979A, 0xBFD8, 0x979B, 0xBFD9, 0x979C, 0xBFDA, 0x979D, 0xBFDB, 0x979E, - 0xBFDC, 0xBBD5, 0xBFDD, 0x979F, 0xBFDE, 0x97A0, 0xBFDF, 0xBBD6, 0xBFE0, 0x97A1, 0xBFE1, 0xBBD7, 0xBFE2, 0x97A2, 0xBFE3, 0x97A3, - 0xBFE4, 0x97A4, 0xBFE5, 0x97A5, 0xBFE6, 0x97A6, 0xBFE7, 0x97A7, 0xBFE8, 0x97A8, 0xBFE9, 0x97A9, 0xBFEA, 0x97AA, 0xBFEB, 0x97AB, - 0xBFEC, 0x97AC, 0xBFED, 0x97AD, 0xBFEE, 0x97AE, 0xBFEF, 0x97AF, 0xBFF0, 0x97B0, 0xBFF1, 0x97B1, 0xBFF2, 0x97B2, 0xBFF3, 0x97B3, - 0xBFF4, 0x97B4, 0xBFF5, 0x97B5, 0xBFF6, 0x97B6, 0xBFF7, 0x97B7, 0xBFF8, 0x97B8, 0xBFF9, 0x97B9, 0xBFFA, 0x97BA, 0xBFFB, 0x97BB, - 0xBFFC, 0x97BC, 0xBFFD, 0x97BD, 0xBFFE, 0x97BE, 0xBFFF, 0x97BF, 0xC000, 0x97C0, 0xC001, 0x97C1, 0xC002, 0x97C2, 0xC003, 0x97C3, - 0xC004, 0x97C4, 0xC005, 0x97C5, 0xC006, 0x97C6, 0xC007, 0x97C7, 0xC008, 0x97C8, 0xC009, 0x97C9, 0xC00A, 0x97CA, 0xC00B, 0x97CB, - 0xC00C, 0x97CC, 0xC00D, 0x97CD, 0xC00E, 0x97CE, 0xC00F, 0x97CF, 0xC010, 0x97D0, 0xC011, 0x97D1, 0xC012, 0x97D2, 0xC013, 0x97D3, - 0xC014, 0x97D4, 0xC015, 0x97D5, 0xC016, 0x97D6, 0xC017, 0x97D7, 0xC018, 0x97D8, 0xC019, 0x97D9, 0xC01A, 0x97DA, 0xC01B, 0x97DB, - 0xC01C, 0x97DC, 0xC01D, 0x97DD, 0xC01E, 0x97DE, 0xC01F, 0x97DF, 0xC020, 0x97E0, 0xC021, 0x97E1, 0xC022, 0x97E2, 0xC023, 0x97E3, - 0xC024, 0x97E4, 0xC025, 0x97E5, 0xC026, 0x97E6, 0xC027, 0x97E7, 0xC028, 0x97E8, 0xC029, 0x97E9, 0xC02A, 0x97EA, 0xC02B, 0x97EB, - 0xC02C, 0x97EC, 0xC02D, 0x97ED, 0xC02E, 0x97EE, 0xC02F, 0x97EF, 0xC030, 0x97F0, 0xC031, 0x97F1, 0xC032, 0x97F2, 0xC033, 0x97F3, - 0xC034, 0x97F4, 0xC035, 0x97F5, 0xC036, 0x97F6, 0xC037, 0x97F7, 0xC038, 0x97F8, 0xC039, 0x97F9, 0xC03A, 0x97FA, 0xC03B, 0x97FB, - 0xC03C, 0xBBD8, 0xC03D, 0x97FC, 0xC03E, 0x97FD, 0xC03F, 0x97FE, 0xC040, 0x9841, 0xC041, 0x9842, 0xC042, 0x9843, 0xC043, 0x9844, - 0xC044, 0x9845, 0xC045, 0x9846, 0xC046, 0x9847, 0xC047, 0x9848, 0xC048, 0x9849, 0xC049, 0x984A, 0xC04A, 0x984B, 0xC04B, 0x984C, - 0xC04C, 0x984D, 0xC04D, 0x984E, 0xC04E, 0x984F, 0xC04F, 0x9850, 0xC050, 0x9851, 0xC051, 0xBBD9, 0xC052, 0x9852, 0xC053, 0x9853, - 0xC054, 0x9854, 0xC055, 0x9855, 0xC056, 0x9856, 0xC057, 0x9857, 0xC058, 0xBBDA, 0xC059, 0x9858, 0xC05A, 0x9859, 0xC05B, 0x985A, - 0xC05C, 0xBBDB, 0xC05D, 0x9861, 0xC05E, 0x9862, 0xC05F, 0x9863, 0xC060, 0xBBDC, 0xC061, 0x9864, 0xC062, 0x9865, 0xC063, 0x9866, - 0xC064, 0x9867, 0xC065, 0x9868, 0xC066, 0x9869, 0xC067, 0x986A, 0xC068, 0xBBDD, 0xC069, 0xBBDE, 0xC06A, 0x986B, 0xC06B, 0x986C, - 0xC06C, 0x986D, 0xC06D, 0x986E, 0xC06E, 0x986F, 0xC06F, 0x9870, 0xC070, 0x9871, 0xC071, 0x9872, 0xC072, 0x9873, 0xC073, 0x9874, - 0xC074, 0x9875, 0xC075, 0x9876, 0xC076, 0x9877, 0xC077, 0x9878, 0xC078, 0x9879, 0xC079, 0x987A, 0xC07A, 0x9881, 0xC07B, 0x9882, - 0xC07C, 0x9883, 0xC07D, 0x9884, 0xC07E, 0x9885, 0xC07F, 0x9886, 0xC080, 0x9887, 0xC081, 0x9888, 0xC082, 0x9889, 0xC083, 0x988A, - 0xC084, 0x988B, 0xC085, 0x988C, 0xC086, 0x988D, 0xC087, 0x988E, 0xC088, 0x988F, 0xC089, 0x9890, 0xC08A, 0x9891, 0xC08B, 0x9892, - 0xC08C, 0x9893, 0xC08D, 0x9894, 0xC08E, 0x9895, 0xC08F, 0x9896, 0xC090, 0xBBDF, 0xC091, 0xBBE0, 0xC092, 0x9897, 0xC093, 0x9898, - 0xC094, 0xBBE1, 0xC095, 0x9899, 0xC096, 0x989A, 0xC097, 0x989B, 0xC098, 0xBBE2, 0xC099, 0x989C, 0xC09A, 0x989D, 0xC09B, 0x989E, - 0xC09C, 0x989F, 0xC09D, 0x98A0, 0xC09E, 0x98A1, 0xC09F, 0x98A2, 0xC0A0, 0xBBE3, 0xC0A1, 0xBBE4, 0xC0A2, 0x98A3, 0xC0A3, 0xBBE5, - 0xC0A4, 0x98A4, 0xC0A5, 0xBBE6, 0xC0A6, 0x98A5, 0xC0A7, 0x98A6, 0xC0A8, 0x98A7, 0xC0A9, 0x98A8, 0xC0AA, 0x98A9, 0xC0AB, 0x98AA, - 0xC0AC, 0xBBE7, 0xC0AD, 0xBBE8, 0xC0AE, 0x98AB, 0xC0AF, 0xBBE9, 0xC0B0, 0xBBEA, 0xC0B1, 0x98AC, 0xC0B2, 0x98AD, 0xC0B3, 0xBBEB, - 0xC0B4, 0xBBEC, 0xC0B5, 0xBBED, 0xC0B6, 0xBBEE, 0xC0B7, 0x98AE, 0xC0B8, 0x98AF, 0xC0B9, 0x98B0, 0xC0BA, 0x98B1, 0xC0BB, 0x98B2, - 0xC0BC, 0xBBEF, 0xC0BD, 0xBBF0, 0xC0BE, 0x98B3, 0xC0BF, 0xBBF1, 0xC0C0, 0xBBF2, 0xC0C1, 0xBBF3, 0xC0C2, 0x98B4, 0xC0C3, 0x98B5, - 0xC0C4, 0x98B6, 0xC0C5, 0xBBF4, 0xC0C6, 0x98B7, 0xC0C7, 0x98B8, 0xC0C8, 0xBBF5, 0xC0C9, 0xBBF6, 0xC0CA, 0x98B9, 0xC0CB, 0x98BA, - 0xC0CC, 0xBBF7, 0xC0CD, 0x98BB, 0xC0CE, 0x98BC, 0xC0CF, 0x98BD, 0xC0D0, 0xBBF8, 0xC0D1, 0x98BE, 0xC0D2, 0x98BF, 0xC0D3, 0x98C0, - 0xC0D4, 0x98C1, 0xC0D5, 0x98C2, 0xC0D6, 0x98C3, 0xC0D7, 0x98C4, 0xC0D8, 0xBBF9, 0xC0D9, 0xBBFA, 0xC0DA, 0x98C5, 0xC0DB, 0xBBFB, - 0xC0DC, 0xBBFC, 0xC0DD, 0xBBFD, 0xC0DE, 0x98C6, 0xC0DF, 0x98C7, 0xC0E0, 0x98C8, 0xC0E1, 0x98C9, 0xC0E2, 0x98CA, 0xC0E3, 0x98CB, - 0xC0E4, 0xBBFE, 0xC0E5, 0xBCA1, 0xC0E6, 0x98CC, 0xC0E7, 0x98CD, 0xC0E8, 0xBCA2, 0xC0E9, 0x98CE, 0xC0EA, 0x98CF, 0xC0EB, 0x98D0, - 0xC0EC, 0xBCA3, 0xC0ED, 0x98D1, 0xC0EE, 0x98D2, 0xC0EF, 0x98D3, 0xC0F0, 0x98D4, 0xC0F1, 0x98D5, 0xC0F2, 0x98D6, 0xC0F3, 0x98D7, - 0xC0F4, 0xBCA4, 0xC0F5, 0xBCA5, 0xC0F6, 0x98D8, 0xC0F7, 0xBCA6, 0xC0F8, 0x98D9, 0xC0F9, 0xBCA7, 0xC0FA, 0x98DA, 0xC0FB, 0x98DB, - 0xC0FC, 0x98DC, 0xC0FD, 0x98DD, 0xC0FE, 0x98DE, 0xC0FF, 0x98DF, 0xC100, 0xBCA8, 0xC101, 0x98E0, 0xC102, 0x98E1, 0xC103, 0x98E2, - 0xC104, 0xBCA9, 0xC105, 0x98E3, 0xC106, 0x98E4, 0xC107, 0x98E5, 0xC108, 0xBCAA, 0xC109, 0x98E6, 0xC10A, 0x98E7, 0xC10B, 0x98E8, - 0xC10C, 0x98E9, 0xC10D, 0x98EA, 0xC10E, 0x98EB, 0xC10F, 0x98EC, 0xC110, 0xBCAB, 0xC111, 0x98ED, 0xC112, 0x98EE, 0xC113, 0x98EF, - 0xC114, 0x98F0, 0xC115, 0xBCAC, 0xC116, 0x98F1, 0xC117, 0x98F2, 0xC118, 0x98F3, 0xC119, 0x98F4, 0xC11A, 0x98F5, 0xC11B, 0x98F6, - 0xC11C, 0xBCAD, 0xC11D, 0xBCAE, 0xC11E, 0xBCAF, 0xC11F, 0xBCB0, 0xC120, 0xBCB1, 0xC121, 0x98F7, 0xC122, 0x98F8, 0xC123, 0xBCB2, - 0xC124, 0xBCB3, 0xC125, 0x98F9, 0xC126, 0xBCB4, 0xC127, 0xBCB5, 0xC128, 0x98FA, 0xC129, 0x98FB, 0xC12A, 0x98FC, 0xC12B, 0x98FD, - 0xC12C, 0xBCB6, 0xC12D, 0xBCB7, 0xC12E, 0x98FE, 0xC12F, 0xBCB8, 0xC130, 0xBCB9, 0xC131, 0xBCBA, 0xC132, 0x9941, 0xC133, 0x9942, - 0xC134, 0x9943, 0xC135, 0x9944, 0xC136, 0xBCBB, 0xC137, 0x9945, 0xC138, 0xBCBC, 0xC139, 0xBCBD, 0xC13A, 0x9946, 0xC13B, 0x9947, - 0xC13C, 0xBCBE, 0xC13D, 0x9948, 0xC13E, 0x9949, 0xC13F, 0x994A, 0xC140, 0xBCBF, 0xC141, 0x994B, 0xC142, 0x994C, 0xC143, 0x994D, - 0xC144, 0x994E, 0xC145, 0x994F, 0xC146, 0x9950, 0xC147, 0x9951, 0xC148, 0xBCC0, 0xC149, 0xBCC1, 0xC14A, 0x9952, 0xC14B, 0xBCC2, - 0xC14C, 0xBCC3, 0xC14D, 0xBCC4, 0xC14E, 0x9953, 0xC14F, 0x9954, 0xC150, 0x9955, 0xC151, 0x9956, 0xC152, 0x9957, 0xC153, 0x9958, - 0xC154, 0xBCC5, 0xC155, 0xBCC6, 0xC156, 0x9959, 0xC157, 0x995A, 0xC158, 0xBCC7, 0xC159, 0x9961, 0xC15A, 0x9962, 0xC15B, 0x9963, - 0xC15C, 0xBCC8, 0xC15D, 0x9964, 0xC15E, 0x9965, 0xC15F, 0x9966, 0xC160, 0x9967, 0xC161, 0x9968, 0xC162, 0x9969, 0xC163, 0x996A, - 0xC164, 0xBCC9, 0xC165, 0xBCCA, 0xC166, 0x996B, 0xC167, 0xBCCB, 0xC168, 0xBCCC, 0xC169, 0xBCCD, 0xC16A, 0x996C, 0xC16B, 0x996D, - 0xC16C, 0x996E, 0xC16D, 0x996F, 0xC16E, 0x9970, 0xC16F, 0x9971, 0xC170, 0xBCCE, 0xC171, 0x9972, 0xC172, 0x9973, 0xC173, 0x9974, - 0xC174, 0xBCCF, 0xC175, 0x9975, 0xC176, 0x9976, 0xC177, 0x9977, 0xC178, 0xBCD0, 0xC179, 0x9978, 0xC17A, 0x9979, 0xC17B, 0x997A, - 0xC17C, 0x9981, 0xC17D, 0x9982, 0xC17E, 0x9983, 0xC17F, 0x9984, 0xC180, 0x9985, 0xC181, 0x9986, 0xC182, 0x9987, 0xC183, 0x9988, - 0xC184, 0x9989, 0xC185, 0xBCD1, 0xC186, 0x998A, 0xC187, 0x998B, 0xC188, 0x998C, 0xC189, 0x998D, 0xC18A, 0x998E, 0xC18B, 0x998F, - 0xC18C, 0xBCD2, 0xC18D, 0xBCD3, 0xC18E, 0xBCD4, 0xC18F, 0x9990, 0xC190, 0xBCD5, 0xC191, 0x9991, 0xC192, 0x9992, 0xC193, 0x9993, - 0xC194, 0xBCD6, 0xC195, 0x9994, 0xC196, 0xBCD7, 0xC197, 0x9995, 0xC198, 0x9996, 0xC199, 0x9997, 0xC19A, 0x9998, 0xC19B, 0x9999, - 0xC19C, 0xBCD8, 0xC19D, 0xBCD9, 0xC19E, 0x999A, 0xC19F, 0xBCDA, 0xC1A0, 0x999B, 0xC1A1, 0xBCDB, 0xC1A2, 0x999C, 0xC1A3, 0x999D, - 0xC1A4, 0x999E, 0xC1A5, 0xBCDC, 0xC1A6, 0x999F, 0xC1A7, 0x99A0, 0xC1A8, 0xBCDD, 0xC1A9, 0xBCDE, 0xC1AA, 0x99A1, 0xC1AB, 0x99A2, - 0xC1AC, 0xBCDF, 0xC1AD, 0x99A3, 0xC1AE, 0x99A4, 0xC1AF, 0x99A5, 0xC1B0, 0xBCE0, 0xC1B1, 0x99A6, 0xC1B2, 0x99A7, 0xC1B3, 0x99A8, - 0xC1B4, 0x99A9, 0xC1B5, 0x99AA, 0xC1B6, 0x99AB, 0xC1B7, 0x99AC, 0xC1B8, 0x99AD, 0xC1B9, 0x99AE, 0xC1BA, 0x99AF, 0xC1BB, 0x99B0, - 0xC1BC, 0x99B1, 0xC1BD, 0xBCE1, 0xC1BE, 0x99B2, 0xC1BF, 0x99B3, 0xC1C0, 0x99B4, 0xC1C1, 0x99B5, 0xC1C2, 0x99B6, 0xC1C3, 0x99B7, - 0xC1C4, 0xBCE2, 0xC1C5, 0x99B8, 0xC1C6, 0x99B9, 0xC1C7, 0x99BA, 0xC1C8, 0xBCE3, 0xC1C9, 0x99BB, 0xC1CA, 0x99BC, 0xC1CB, 0x99BD, - 0xC1CC, 0xBCE4, 0xC1CD, 0x99BE, 0xC1CE, 0x99BF, 0xC1CF, 0x99C0, 0xC1D0, 0x99C1, 0xC1D1, 0x99C2, 0xC1D2, 0x99C3, 0xC1D3, 0x99C4, - 0xC1D4, 0xBCE5, 0xC1D5, 0x99C5, 0xC1D6, 0x99C6, 0xC1D7, 0xBCE6, 0xC1D8, 0xBCE7, 0xC1D9, 0x99C7, 0xC1DA, 0x99C8, 0xC1DB, 0x99C9, - 0xC1DC, 0x99CA, 0xC1DD, 0x99CB, 0xC1DE, 0x99CC, 0xC1DF, 0x99CD, 0xC1E0, 0xBCE8, 0xC1E1, 0x99CE, 0xC1E2, 0x99CF, 0xC1E3, 0x99D0, - 0xC1E4, 0xBCE9, 0xC1E5, 0x99D1, 0xC1E6, 0x99D2, 0xC1E7, 0x99D3, 0xC1E8, 0xBCEA, 0xC1E9, 0x99D4, 0xC1EA, 0x99D5, 0xC1EB, 0x99D6, - 0xC1EC, 0x99D7, 0xC1ED, 0x99D8, 0xC1EE, 0x99D9, 0xC1EF, 0x99DA, 0xC1F0, 0xBCEB, 0xC1F1, 0xBCEC, 0xC1F2, 0x99DB, 0xC1F3, 0xBCED, - 0xC1F4, 0x99DC, 0xC1F5, 0x99DD, 0xC1F6, 0x99DE, 0xC1F7, 0x99DF, 0xC1F8, 0x99E0, 0xC1F9, 0x99E1, 0xC1FA, 0x99E2, 0xC1FB, 0x99E3, - 0xC1FC, 0xBCEE, 0xC1FD, 0xBCEF, 0xC1FE, 0x99E4, 0xC1FF, 0x99E5, 0xC200, 0xBCF0, 0xC201, 0x99E6, 0xC202, 0x99E7, 0xC203, 0x99E8, - 0xC204, 0xBCF1, 0xC205, 0x99E9, 0xC206, 0x99EA, 0xC207, 0x99EB, 0xC208, 0x99EC, 0xC209, 0x99ED, 0xC20A, 0x99EE, 0xC20B, 0x99EF, - 0xC20C, 0xBCF2, 0xC20D, 0xBCF3, 0xC20E, 0x99F0, 0xC20F, 0xBCF4, 0xC210, 0x99F1, 0xC211, 0xBCF5, 0xC212, 0x99F2, 0xC213, 0x99F3, - 0xC214, 0x99F4, 0xC215, 0x99F5, 0xC216, 0x99F6, 0xC217, 0x99F7, 0xC218, 0xBCF6, 0xC219, 0xBCF7, 0xC21A, 0x99F8, 0xC21B, 0x99F9, - 0xC21C, 0xBCF8, 0xC21D, 0x99FA, 0xC21E, 0x99FB, 0xC21F, 0xBCF9, 0xC220, 0xBCFA, 0xC221, 0x99FC, 0xC222, 0x99FD, 0xC223, 0x99FE, - 0xC224, 0x9A41, 0xC225, 0x9A42, 0xC226, 0x9A43, 0xC227, 0x9A44, 0xC228, 0xBCFB, 0xC229, 0xBCFC, 0xC22A, 0x9A45, 0xC22B, 0xBCFD, - 0xC22C, 0x9A46, 0xC22D, 0xBCFE, 0xC22E, 0x9A47, 0xC22F, 0xBDA1, 0xC230, 0x9A48, 0xC231, 0xBDA2, 0xC232, 0xBDA3, 0xC233, 0x9A49, - 0xC234, 0xBDA4, 0xC235, 0x9A4A, 0xC236, 0x9A4B, 0xC237, 0x9A4C, 0xC238, 0x9A4D, 0xC239, 0x9A4E, 0xC23A, 0x9A4F, 0xC23B, 0x9A50, - 0xC23C, 0x9A51, 0xC23D, 0x9A52, 0xC23E, 0x9A53, 0xC23F, 0x9A54, 0xC240, 0x9A55, 0xC241, 0x9A56, 0xC242, 0x9A57, 0xC243, 0x9A58, - 0xC244, 0x9A59, 0xC245, 0x9A5A, 0xC246, 0x9A61, 0xC247, 0x9A62, 0xC248, 0xBDA5, 0xC249, 0x9A63, 0xC24A, 0x9A64, 0xC24B, 0x9A65, - 0xC24C, 0x9A66, 0xC24D, 0x9A67, 0xC24E, 0x9A68, 0xC24F, 0x9A69, 0xC250, 0xBDA6, 0xC251, 0xBDA7, 0xC252, 0x9A6A, 0xC253, 0x9A6B, - 0xC254, 0xBDA8, 0xC255, 0x9A6C, 0xC256, 0x9A6D, 0xC257, 0x9A6E, 0xC258, 0xBDA9, 0xC259, 0x9A6F, 0xC25A, 0x9A70, 0xC25B, 0x9A71, - 0xC25C, 0x9A72, 0xC25D, 0x9A73, 0xC25E, 0x9A74, 0xC25F, 0x9A75, 0xC260, 0xBDAA, 0xC261, 0x9A76, 0xC262, 0x9A77, 0xC263, 0x9A78, - 0xC264, 0x9A79, 0xC265, 0xBDAB, 0xC266, 0x9A7A, 0xC267, 0x9A81, 0xC268, 0x9A82, 0xC269, 0x9A83, 0xC26A, 0x9A84, 0xC26B, 0x9A85, - 0xC26C, 0xBDAC, 0xC26D, 0xBDAD, 0xC26E, 0x9A86, 0xC26F, 0x9A87, 0xC270, 0xBDAE, 0xC271, 0x9A88, 0xC272, 0x9A89, 0xC273, 0x9A8A, - 0xC274, 0xBDAF, 0xC275, 0x9A8B, 0xC276, 0x9A8C, 0xC277, 0x9A8D, 0xC278, 0x9A8E, 0xC279, 0x9A8F, 0xC27A, 0x9A90, 0xC27B, 0x9A91, - 0xC27C, 0xBDB0, 0xC27D, 0xBDB1, 0xC27E, 0x9A92, 0xC27F, 0xBDB2, 0xC280, 0x9A93, 0xC281, 0xBDB3, 0xC282, 0x9A94, 0xC283, 0x9A95, - 0xC284, 0x9A96, 0xC285, 0x9A97, 0xC286, 0x9A98, 0xC287, 0x9A99, 0xC288, 0xBDB4, 0xC289, 0xBDB5, 0xC28A, 0x9A9A, 0xC28B, 0x9A9B, - 0xC28C, 0x9A9C, 0xC28D, 0x9A9D, 0xC28E, 0x9A9E, 0xC28F, 0x9A9F, 0xC290, 0xBDB6, 0xC291, 0x9AA0, 0xC292, 0x9AA1, 0xC293, 0x9AA2, - 0xC294, 0x9AA3, 0xC295, 0x9AA4, 0xC296, 0x9AA5, 0xC297, 0x9AA6, 0xC298, 0xBDB7, 0xC299, 0x9AA7, 0xC29A, 0x9AA8, 0xC29B, 0xBDB8, - 0xC29C, 0x9AA9, 0xC29D, 0xBDB9, 0xC29E, 0x9AAA, 0xC29F, 0x9AAB, 0xC2A0, 0x9AAC, 0xC2A1, 0x9AAD, 0xC2A2, 0x9AAE, 0xC2A3, 0x9AAF, - 0xC2A4, 0xBDBA, 0xC2A5, 0xBDBB, 0xC2A6, 0x9AB0, 0xC2A7, 0x9AB1, 0xC2A8, 0xBDBC, 0xC2A9, 0x9AB2, 0xC2AA, 0x9AB3, 0xC2AB, 0x9AB4, - 0xC2AC, 0xBDBD, 0xC2AD, 0xBDBE, 0xC2AE, 0x9AB5, 0xC2AF, 0x9AB6, 0xC2B0, 0x9AB7, 0xC2B1, 0x9AB8, 0xC2B2, 0x9AB9, 0xC2B3, 0x9ABA, - 0xC2B4, 0xBDBF, 0xC2B5, 0xBDC0, 0xC2B6, 0x9ABB, 0xC2B7, 0xBDC1, 0xC2B8, 0x9ABC, 0xC2B9, 0xBDC2, 0xC2BA, 0x9ABD, 0xC2BB, 0x9ABE, - 0xC2BC, 0x9ABF, 0xC2BD, 0x9AC0, 0xC2BE, 0x9AC1, 0xC2BF, 0x9AC2, 0xC2C0, 0x9AC3, 0xC2C1, 0x9AC4, 0xC2C2, 0x9AC5, 0xC2C3, 0x9AC6, - 0xC2C4, 0x9AC7, 0xC2C5, 0x9AC8, 0xC2C6, 0x9AC9, 0xC2C7, 0x9ACA, 0xC2C8, 0x9ACB, 0xC2C9, 0x9ACC, 0xC2CA, 0x9ACD, 0xC2CB, 0x9ACE, - 0xC2CC, 0x9ACF, 0xC2CD, 0x9AD0, 0xC2CE, 0x9AD1, 0xC2CF, 0x9AD2, 0xC2D0, 0x9AD3, 0xC2D1, 0x9AD4, 0xC2D2, 0x9AD5, 0xC2D3, 0x9AD6, - 0xC2D4, 0x9AD7, 0xC2D5, 0x9AD8, 0xC2D6, 0x9AD9, 0xC2D7, 0x9ADA, 0xC2D8, 0x9ADB, 0xC2D9, 0x9ADC, 0xC2DA, 0x9ADD, 0xC2DB, 0x9ADE, - 0xC2DC, 0xBDC3, 0xC2DD, 0xBDC4, 0xC2DE, 0x9ADF, 0xC2DF, 0x9AE0, 0xC2E0, 0xBDC5, 0xC2E1, 0x9AE1, 0xC2E2, 0x9AE2, 0xC2E3, 0xBDC6, - 0xC2E4, 0xBDC7, 0xC2E5, 0x9AE3, 0xC2E6, 0x9AE4, 0xC2E7, 0x9AE5, 0xC2E8, 0x9AE6, 0xC2E9, 0x9AE7, 0xC2EA, 0x9AE8, 0xC2EB, 0xBDC8, - 0xC2EC, 0xBDC9, 0xC2ED, 0xBDCA, 0xC2EE, 0x9AE9, 0xC2EF, 0xBDCB, 0xC2F0, 0x9AEA, 0xC2F1, 0xBDCC, 0xC2F2, 0x9AEB, 0xC2F3, 0x9AEC, - 0xC2F4, 0x9AED, 0xC2F5, 0x9AEE, 0xC2F6, 0xBDCD, 0xC2F7, 0x9AEF, 0xC2F8, 0xBDCE, 0xC2F9, 0xBDCF, 0xC2FA, 0x9AF0, 0xC2FB, 0xBDD0, - 0xC2FC, 0xBDD1, 0xC2FD, 0x9AF1, 0xC2FE, 0x9AF2, 0xC2FF, 0x9AF3, 0xC300, 0xBDD2, 0xC301, 0x9AF4, 0xC302, 0x9AF5, 0xC303, 0x9AF6, - 0xC304, 0x9AF7, 0xC305, 0x9AF8, 0xC306, 0x9AF9, 0xC307, 0x9AFA, 0xC308, 0xBDD3, 0xC309, 0xBDD4, 0xC30A, 0x9AFB, 0xC30B, 0x9AFC, - 0xC30C, 0xBDD5, 0xC30D, 0xBDD6, 0xC30E, 0x9AFD, 0xC30F, 0x9AFE, 0xC310, 0x9B41, 0xC311, 0x9B42, 0xC312, 0x9B43, 0xC313, 0xBDD7, - 0xC314, 0xBDD8, 0xC315, 0xBDD9, 0xC316, 0x9B44, 0xC317, 0x9B45, 0xC318, 0xBDDA, 0xC319, 0x9B46, 0xC31A, 0x9B47, 0xC31B, 0x9B48, - 0xC31C, 0xBDDB, 0xC31D, 0x9B49, 0xC31E, 0x9B4A, 0xC31F, 0x9B4B, 0xC320, 0x9B4C, 0xC321, 0x9B4D, 0xC322, 0x9B4E, 0xC323, 0x9B4F, - 0xC324, 0xBDDC, 0xC325, 0xBDDD, 0xC326, 0x9B50, 0xC327, 0x9B51, 0xC328, 0xBDDE, 0xC329, 0xBDDF, 0xC32A, 0x9B52, 0xC32B, 0x9B53, - 0xC32C, 0x9B54, 0xC32D, 0x9B55, 0xC32E, 0x9B56, 0xC32F, 0x9B57, 0xC330, 0x9B58, 0xC331, 0x9B59, 0xC332, 0x9B5A, 0xC333, 0x9B61, - 0xC334, 0x9B62, 0xC335, 0x9B63, 0xC336, 0x9B64, 0xC337, 0x9B65, 0xC338, 0x9B66, 0xC339, 0x9B67, 0xC33A, 0x9B68, 0xC33B, 0x9B69, - 0xC33C, 0x9B6A, 0xC33D, 0x9B6B, 0xC33E, 0x9B6C, 0xC33F, 0x9B6D, 0xC340, 0x9B6E, 0xC341, 0x9B6F, 0xC342, 0x9B70, 0xC343, 0x9B71, - 0xC344, 0x9B72, 0xC345, 0xBDE0, 0xC346, 0x9B73, 0xC347, 0x9B74, 0xC348, 0x9B75, 0xC349, 0x9B76, 0xC34A, 0x9B77, 0xC34B, 0x9B78, - 0xC34C, 0x9B79, 0xC34D, 0x9B7A, 0xC34E, 0x9B81, 0xC34F, 0x9B82, 0xC350, 0x9B83, 0xC351, 0x9B84, 0xC352, 0x9B85, 0xC353, 0x9B86, - 0xC354, 0x9B87, 0xC355, 0x9B88, 0xC356, 0x9B89, 0xC357, 0x9B8A, 0xC358, 0x9B8B, 0xC359, 0x9B8C, 0xC35A, 0x9B8D, 0xC35B, 0x9B8E, - 0xC35C, 0x9B8F, 0xC35D, 0x9B90, 0xC35E, 0x9B91, 0xC35F, 0x9B92, 0xC360, 0x9B93, 0xC361, 0x9B94, 0xC362, 0x9B95, 0xC363, 0x9B96, - 0xC364, 0x9B97, 0xC365, 0x9B98, 0xC366, 0x9B99, 0xC367, 0x9B9A, 0xC368, 0xBDE1, 0xC369, 0xBDE2, 0xC36A, 0x9B9B, 0xC36B, 0x9B9C, - 0xC36C, 0xBDE3, 0xC36D, 0x9B9D, 0xC36E, 0x9B9E, 0xC36F, 0x9B9F, 0xC370, 0xBDE4, 0xC371, 0x9BA0, 0xC372, 0xBDE5, 0xC373, 0x9BA1, - 0xC374, 0x9BA2, 0xC375, 0x9BA3, 0xC376, 0x9BA4, 0xC377, 0x9BA5, 0xC378, 0xBDE6, 0xC379, 0xBDE7, 0xC37A, 0x9BA6, 0xC37B, 0x9BA7, - 0xC37C, 0xBDE8, 0xC37D, 0xBDE9, 0xC37E, 0x9BA8, 0xC37F, 0x9BA9, 0xC380, 0x9BAA, 0xC381, 0x9BAB, 0xC382, 0x9BAC, 0xC383, 0x9BAD, - 0xC384, 0xBDEA, 0xC385, 0x9BAE, 0xC386, 0x9BAF, 0xC387, 0x9BB0, 0xC388, 0xBDEB, 0xC389, 0x9BB1, 0xC38A, 0x9BB2, 0xC38B, 0x9BB3, - 0xC38C, 0xBDEC, 0xC38D, 0x9BB4, 0xC38E, 0x9BB5, 0xC38F, 0x9BB6, 0xC390, 0x9BB7, 0xC391, 0x9BB8, 0xC392, 0x9BB9, 0xC393, 0x9BBA, - 0xC394, 0x9BBB, 0xC395, 0x9BBC, 0xC396, 0x9BBD, 0xC397, 0x9BBE, 0xC398, 0x9BBF, 0xC399, 0x9BC0, 0xC39A, 0x9BC1, 0xC39B, 0x9BC2, - 0xC39C, 0x9BC3, 0xC39D, 0x9BC4, 0xC39E, 0x9BC5, 0xC39F, 0x9BC6, 0xC3A0, 0x9BC7, 0xC3A1, 0x9BC8, 0xC3A2, 0x9BC9, 0xC3A3, 0x9BCA, - 0xC3A4, 0x9BCB, 0xC3A5, 0x9BCC, 0xC3A6, 0x9BCD, 0xC3A7, 0x9BCE, 0xC3A8, 0x9BCF, 0xC3A9, 0x9BD0, 0xC3AA, 0x9BD1, 0xC3AB, 0x9BD2, - 0xC3AC, 0x9BD3, 0xC3AD, 0x9BD4, 0xC3AE, 0x9BD5, 0xC3AF, 0x9BD6, 0xC3B0, 0x9BD7, 0xC3B1, 0x9BD8, 0xC3B2, 0x9BD9, 0xC3B3, 0x9BDA, - 0xC3B4, 0x9BDB, 0xC3B5, 0x9BDC, 0xC3B6, 0x9BDD, 0xC3B7, 0x9BDE, 0xC3B8, 0x9BDF, 0xC3B9, 0x9BE0, 0xC3BA, 0x9BE1, 0xC3BB, 0x9BE2, - 0xC3BC, 0x9BE3, 0xC3BD, 0x9BE4, 0xC3BE, 0x9BE5, 0xC3BF, 0x9BE6, 0xC3C0, 0xBDED, 0xC3C1, 0x9BE7, 0xC3C2, 0x9BE8, 0xC3C3, 0x9BE9, - 0xC3C4, 0x9BEA, 0xC3C5, 0x9BEB, 0xC3C6, 0x9BEC, 0xC3C7, 0x9BED, 0xC3C8, 0x9BEE, 0xC3C9, 0x9BEF, 0xC3CA, 0x9BF0, 0xC3CB, 0x9BF1, - 0xC3CC, 0x9BF2, 0xC3CD, 0x9BF3, 0xC3CE, 0x9BF4, 0xC3CF, 0x9BF5, 0xC3D0, 0x9BF6, 0xC3D1, 0x9BF7, 0xC3D2, 0x9BF8, 0xC3D3, 0x9BF9, - 0xC3D4, 0x9BFA, 0xC3D5, 0x9BFB, 0xC3D6, 0x9BFC, 0xC3D7, 0x9BFD, 0xC3D8, 0xBDEE, 0xC3D9, 0xBDEF, 0xC3DA, 0x9BFE, 0xC3DB, 0x9C41, - 0xC3DC, 0xBDF0, 0xC3DD, 0x9C42, 0xC3DE, 0x9C43, 0xC3DF, 0xBDF1, 0xC3E0, 0xBDF2, 0xC3E1, 0x9C44, 0xC3E2, 0xBDF3, 0xC3E3, 0x9C45, - 0xC3E4, 0x9C46, 0xC3E5, 0x9C47, 0xC3E6, 0x9C48, 0xC3E7, 0x9C49, 0xC3E8, 0xBDF4, 0xC3E9, 0xBDF5, 0xC3EA, 0x9C4A, 0xC3EB, 0x9C4B, - 0xC3EC, 0x9C4C, 0xC3ED, 0xBDF6, 0xC3EE, 0x9C4D, 0xC3EF, 0x9C4E, 0xC3F0, 0x9C4F, 0xC3F1, 0x9C50, 0xC3F2, 0x9C51, 0xC3F3, 0x9C52, - 0xC3F4, 0xBDF7, 0xC3F5, 0xBDF8, 0xC3F6, 0x9C53, 0xC3F7, 0x9C54, 0xC3F8, 0xBDF9, 0xC3F9, 0x9C55, 0xC3FA, 0x9C56, 0xC3FB, 0x9C57, - 0xC3FC, 0x9C58, 0xC3FD, 0x9C59, 0xC3FE, 0x9C5A, 0xC3FF, 0x9C61, 0xC400, 0x9C62, 0xC401, 0x9C63, 0xC402, 0x9C64, 0xC403, 0x9C65, - 0xC404, 0x9C66, 0xC405, 0x9C67, 0xC406, 0x9C68, 0xC407, 0x9C69, 0xC408, 0xBDFA, 0xC409, 0x9C6A, 0xC40A, 0x9C6B, 0xC40B, 0x9C6C, - 0xC40C, 0x9C6D, 0xC40D, 0x9C6E, 0xC40E, 0x9C6F, 0xC40F, 0x9C70, 0xC410, 0xBDFB, 0xC411, 0x9C71, 0xC412, 0x9C72, 0xC413, 0x9C73, - 0xC414, 0x9C74, 0xC415, 0x9C75, 0xC416, 0x9C76, 0xC417, 0x9C77, 0xC418, 0x9C78, 0xC419, 0x9C79, 0xC41A, 0x9C7A, 0xC41B, 0x9C81, - 0xC41C, 0x9C82, 0xC41D, 0x9C83, 0xC41E, 0x9C84, 0xC41F, 0x9C85, 0xC420, 0x9C86, 0xC421, 0x9C87, 0xC422, 0x9C88, 0xC423, 0x9C89, - 0xC424, 0xBDFC, 0xC425, 0x9C8A, 0xC426, 0x9C8B, 0xC427, 0x9C8C, 0xC428, 0x9C8D, 0xC429, 0x9C8E, 0xC42A, 0x9C8F, 0xC42B, 0x9C90, - 0xC42C, 0xBDFD, 0xC42D, 0x9C91, 0xC42E, 0x9C92, 0xC42F, 0x9C93, 0xC430, 0xBDFE, 0xC431, 0x9C94, 0xC432, 0x9C95, 0xC433, 0x9C96, - 0xC434, 0xBEA1, 0xC435, 0x9C97, 0xC436, 0x9C98, 0xC437, 0x9C99, 0xC438, 0x9C9A, 0xC439, 0x9C9B, 0xC43A, 0x9C9C, 0xC43B, 0x9C9D, - 0xC43C, 0xBEA2, 0xC43D, 0xBEA3, 0xC43E, 0x9C9E, 0xC43F, 0x9C9F, 0xC440, 0x9CA0, 0xC441, 0x9CA1, 0xC442, 0x9CA2, 0xC443, 0x9CA3, - 0xC444, 0x9CA4, 0xC445, 0x9CA5, 0xC446, 0x9CA6, 0xC447, 0x9CA7, 0xC448, 0xBEA4, 0xC449, 0x9CA8, 0xC44A, 0x9CA9, 0xC44B, 0x9CAA, - 0xC44C, 0x9CAB, 0xC44D, 0x9CAC, 0xC44E, 0x9CAD, 0xC44F, 0x9CAE, 0xC450, 0x9CAF, 0xC451, 0x9CB0, 0xC452, 0x9CB1, 0xC453, 0x9CB2, - 0xC454, 0x9CB3, 0xC455, 0x9CB4, 0xC456, 0x9CB5, 0xC457, 0x9CB6, 0xC458, 0x9CB7, 0xC459, 0x9CB8, 0xC45A, 0x9CB9, 0xC45B, 0x9CBA, - 0xC45C, 0x9CBB, 0xC45D, 0x9CBC, 0xC45E, 0x9CBD, 0xC45F, 0x9CBE, 0xC460, 0x9CBF, 0xC461, 0x9CC0, 0xC462, 0x9CC1, 0xC463, 0x9CC2, - 0xC464, 0xBEA5, 0xC465, 0xBEA6, 0xC466, 0x9CC3, 0xC467, 0x9CC4, 0xC468, 0xBEA7, 0xC469, 0x9CC5, 0xC46A, 0x9CC6, 0xC46B, 0x9CC7, - 0xC46C, 0xBEA8, 0xC46D, 0x9CC8, 0xC46E, 0x9CC9, 0xC46F, 0x9CCA, 0xC470, 0x9CCB, 0xC471, 0x9CCC, 0xC472, 0x9CCD, 0xC473, 0x9CCE, - 0xC474, 0xBEA9, 0xC475, 0xBEAA, 0xC476, 0x9CCF, 0xC477, 0x9CD0, 0xC478, 0x9CD1, 0xC479, 0xBEAB, 0xC47A, 0x9CD2, 0xC47B, 0x9CD3, - 0xC47C, 0x9CD4, 0xC47D, 0x9CD5, 0xC47E, 0x9CD6, 0xC47F, 0x9CD7, 0xC480, 0xBEAC, 0xC481, 0x9CD8, 0xC482, 0x9CD9, 0xC483, 0x9CDA, - 0xC484, 0x9CDB, 0xC485, 0x9CDC, 0xC486, 0x9CDD, 0xC487, 0x9CDE, 0xC488, 0x9CDF, 0xC489, 0x9CE0, 0xC48A, 0x9CE1, 0xC48B, 0x9CE2, - 0xC48C, 0x9CE3, 0xC48D, 0x9CE4, 0xC48E, 0x9CE5, 0xC48F, 0x9CE6, 0xC490, 0x9CE7, 0xC491, 0x9CE8, 0xC492, 0x9CE9, 0xC493, 0x9CEA, - 0xC494, 0xBEAD, 0xC495, 0x9CEB, 0xC496, 0x9CEC, 0xC497, 0x9CED, 0xC498, 0x9CEE, 0xC499, 0x9CEF, 0xC49A, 0x9CF0, 0xC49B, 0x9CF1, - 0xC49C, 0xBEAE, 0xC49D, 0x9CF2, 0xC49E, 0x9CF3, 0xC49F, 0x9CF4, 0xC4A0, 0x9CF5, 0xC4A1, 0x9CF6, 0xC4A2, 0x9CF7, 0xC4A3, 0x9CF8, - 0xC4A4, 0x9CF9, 0xC4A5, 0x9CFA, 0xC4A6, 0x9CFB, 0xC4A7, 0x9CFC, 0xC4A8, 0x9CFD, 0xC4A9, 0x9CFE, 0xC4AA, 0x9D41, 0xC4AB, 0x9D42, - 0xC4AC, 0x9D43, 0xC4AD, 0x9D44, 0xC4AE, 0x9D45, 0xC4AF, 0x9D46, 0xC4B0, 0x9D47, 0xC4B1, 0x9D48, 0xC4B2, 0x9D49, 0xC4B3, 0x9D4A, - 0xC4B4, 0x9D4B, 0xC4B5, 0x9D4C, 0xC4B6, 0x9D4D, 0xC4B7, 0x9D4E, 0xC4B8, 0xBEAF, 0xC4B9, 0x9D4F, 0xC4BA, 0x9D50, 0xC4BB, 0x9D51, - 0xC4BC, 0xBEB0, 0xC4BD, 0x9D52, 0xC4BE, 0x9D53, 0xC4BF, 0x9D54, 0xC4C0, 0x9D55, 0xC4C1, 0x9D56, 0xC4C2, 0x9D57, 0xC4C3, 0x9D58, - 0xC4C4, 0x9D59, 0xC4C5, 0x9D5A, 0xC4C6, 0x9D61, 0xC4C7, 0x9D62, 0xC4C8, 0x9D63, 0xC4C9, 0x9D64, 0xC4CA, 0x9D65, 0xC4CB, 0x9D66, - 0xC4CC, 0x9D67, 0xC4CD, 0x9D68, 0xC4CE, 0x9D69, 0xC4CF, 0x9D6A, 0xC4D0, 0x9D6B, 0xC4D1, 0x9D6C, 0xC4D2, 0x9D6D, 0xC4D3, 0x9D6E, - 0xC4D4, 0x9D6F, 0xC4D5, 0x9D70, 0xC4D6, 0x9D71, 0xC4D7, 0x9D72, 0xC4D8, 0x9D73, 0xC4D9, 0x9D74, 0xC4DA, 0x9D75, 0xC4DB, 0x9D76, - 0xC4DC, 0x9D77, 0xC4DD, 0x9D78, 0xC4DE, 0x9D79, 0xC4DF, 0x9D7A, 0xC4E0, 0x9D81, 0xC4E1, 0x9D82, 0xC4E2, 0x9D83, 0xC4E3, 0x9D84, - 0xC4E4, 0x9D85, 0xC4E5, 0x9D86, 0xC4E6, 0x9D87, 0xC4E7, 0x9D88, 0xC4E8, 0x9D89, 0xC4E9, 0xBEB1, 0xC4EA, 0x9D8A, 0xC4EB, 0x9D8B, - 0xC4EC, 0x9D8C, 0xC4ED, 0x9D8D, 0xC4EE, 0x9D8E, 0xC4EF, 0x9D8F, 0xC4F0, 0xBEB2, 0xC4F1, 0xBEB3, 0xC4F2, 0x9D90, 0xC4F3, 0x9D91, - 0xC4F4, 0xBEB4, 0xC4F5, 0x9D92, 0xC4F6, 0x9D93, 0xC4F7, 0x9D94, 0xC4F8, 0xBEB5, 0xC4F9, 0x9D95, 0xC4FA, 0xBEB6, 0xC4FB, 0x9D96, - 0xC4FC, 0x9D97, 0xC4FD, 0x9D98, 0xC4FE, 0x9D99, 0xC4FF, 0xBEB7, 0xC500, 0xBEB8, 0xC501, 0xBEB9, 0xC502, 0x9D9A, 0xC503, 0x9D9B, - 0xC504, 0x9D9C, 0xC505, 0x9D9D, 0xC506, 0x9D9E, 0xC507, 0x9D9F, 0xC508, 0x9DA0, 0xC509, 0x9DA1, 0xC50A, 0x9DA2, 0xC50B, 0x9DA3, - 0xC50C, 0xBEBA, 0xC50D, 0x9DA4, 0xC50E, 0x9DA5, 0xC50F, 0x9DA6, 0xC510, 0xBEBB, 0xC511, 0x9DA7, 0xC512, 0x9DA8, 0xC513, 0x9DA9, - 0xC514, 0xBEBC, 0xC515, 0x9DAA, 0xC516, 0x9DAB, 0xC517, 0x9DAC, 0xC518, 0x9DAD, 0xC519, 0x9DAE, 0xC51A, 0x9DAF, 0xC51B, 0x9DB0, - 0xC51C, 0xBEBD, 0xC51D, 0x9DB1, 0xC51E, 0x9DB2, 0xC51F, 0x9DB3, 0xC520, 0x9DB4, 0xC521, 0x9DB5, 0xC522, 0x9DB6, 0xC523, 0x9DB7, - 0xC524, 0x9DB8, 0xC525, 0x9DB9, 0xC526, 0x9DBA, 0xC527, 0x9DBB, 0xC528, 0xBEBE, 0xC529, 0xBEBF, 0xC52A, 0x9DBC, 0xC52B, 0x9DBD, - 0xC52C, 0xBEC0, 0xC52D, 0x9DBE, 0xC52E, 0x9DBF, 0xC52F, 0x9DC0, 0xC530, 0xBEC1, 0xC531, 0x9DC1, 0xC532, 0x9DC2, 0xC533, 0x9DC3, - 0xC534, 0x9DC4, 0xC535, 0x9DC5, 0xC536, 0x9DC6, 0xC537, 0x9DC7, 0xC538, 0xBEC2, 0xC539, 0xBEC3, 0xC53A, 0x9DC8, 0xC53B, 0xBEC4, - 0xC53C, 0x9DC9, 0xC53D, 0xBEC5, 0xC53E, 0x9DCA, 0xC53F, 0x9DCB, 0xC540, 0x9DCC, 0xC541, 0x9DCD, 0xC542, 0x9DCE, 0xC543, 0x9DCF, - 0xC544, 0xBEC6, 0xC545, 0xBEC7, 0xC546, 0x9DD0, 0xC547, 0x9DD1, 0xC548, 0xBEC8, 0xC549, 0xBEC9, 0xC54A, 0xBECA, 0xC54B, 0x9DD2, - 0xC54C, 0xBECB, 0xC54D, 0xBECC, 0xC54E, 0xBECD, 0xC54F, 0x9DD3, 0xC550, 0x9DD4, 0xC551, 0x9DD5, 0xC552, 0x9DD6, 0xC553, 0xBECE, - 0xC554, 0xBECF, 0xC555, 0xBED0, 0xC556, 0x9DD7, 0xC557, 0xBED1, 0xC558, 0xBED2, 0xC559, 0xBED3, 0xC55A, 0x9DD8, 0xC55B, 0x9DD9, - 0xC55C, 0x9DDA, 0xC55D, 0xBED4, 0xC55E, 0xBED5, 0xC55F, 0x9DDB, 0xC560, 0xBED6, 0xC561, 0xBED7, 0xC562, 0x9DDC, 0xC563, 0x9DDD, - 0xC564, 0xBED8, 0xC565, 0x9DDE, 0xC566, 0x9DDF, 0xC567, 0x9DE0, 0xC568, 0xBED9, 0xC569, 0x9DE1, 0xC56A, 0x9DE2, 0xC56B, 0x9DE3, - 0xC56C, 0x9DE4, 0xC56D, 0x9DE5, 0xC56E, 0x9DE6, 0xC56F, 0x9DE7, 0xC570, 0xBEDA, 0xC571, 0xBEDB, 0xC572, 0x9DE8, 0xC573, 0xBEDC, - 0xC574, 0xBEDD, 0xC575, 0xBEDE, 0xC576, 0x9DE9, 0xC577, 0x9DEA, 0xC578, 0x9DEB, 0xC579, 0x9DEC, 0xC57A, 0x9DED, 0xC57B, 0x9DEE, - 0xC57C, 0xBEDF, 0xC57D, 0xBEE0, 0xC57E, 0x9DEF, 0xC57F, 0x9DF0, 0xC580, 0xBEE1, 0xC581, 0x9DF1, 0xC582, 0x9DF2, 0xC583, 0x9DF3, - 0xC584, 0xBEE2, 0xC585, 0x9DF4, 0xC586, 0x9DF5, 0xC587, 0xBEE3, 0xC588, 0x9DF6, 0xC589, 0x9DF7, 0xC58A, 0x9DF8, 0xC58B, 0x9DF9, - 0xC58C, 0xBEE4, 0xC58D, 0xBEE5, 0xC58E, 0x9DFA, 0xC58F, 0xBEE6, 0xC590, 0x9DFB, 0xC591, 0xBEE7, 0xC592, 0x9DFC, 0xC593, 0x9DFD, - 0xC594, 0x9DFE, 0xC595, 0xBEE8, 0xC596, 0x9E41, 0xC597, 0xBEE9, 0xC598, 0xBEEA, 0xC599, 0x9E42, 0xC59A, 0x9E43, 0xC59B, 0x9E44, - 0xC59C, 0xBEEB, 0xC59D, 0x9E45, 0xC59E, 0x9E46, 0xC59F, 0x9E47, 0xC5A0, 0xBEEC, 0xC5A1, 0x9E48, 0xC5A2, 0x9E49, 0xC5A3, 0x9E4A, - 0xC5A4, 0x9E4B, 0xC5A5, 0x9E4C, 0xC5A6, 0x9E4D, 0xC5A7, 0x9E4E, 0xC5A8, 0x9E4F, 0xC5A9, 0xBEED, 0xC5AA, 0x9E50, 0xC5AB, 0x9E51, - 0xC5AC, 0x9E52, 0xC5AD, 0x9E53, 0xC5AE, 0x9E54, 0xC5AF, 0x9E55, 0xC5B0, 0x9E56, 0xC5B1, 0x9E57, 0xC5B2, 0x9E58, 0xC5B3, 0x9E59, - 0xC5B4, 0xBEEE, 0xC5B5, 0xBEEF, 0xC5B6, 0x9E5A, 0xC5B7, 0x9E61, 0xC5B8, 0xBEF0, 0xC5B9, 0xBEF1, 0xC5BA, 0x9E62, 0xC5BB, 0xBEF2, - 0xC5BC, 0xBEF3, 0xC5BD, 0xBEF4, 0xC5BE, 0xBEF5, 0xC5BF, 0x9E63, 0xC5C0, 0x9E64, 0xC5C1, 0x9E65, 0xC5C2, 0x9E66, 0xC5C3, 0x9E67, - 0xC5C4, 0xBEF6, 0xC5C5, 0xBEF7, 0xC5C6, 0xBEF8, 0xC5C7, 0xBEF9, 0xC5C8, 0xBEFA, 0xC5C9, 0xBEFB, 0xC5CA, 0xBEFC, 0xC5CB, 0x9E68, - 0xC5CC, 0xBEFD, 0xC5CD, 0x9E69, 0xC5CE, 0xBEFE, 0xC5CF, 0x9E6A, 0xC5D0, 0xBFA1, 0xC5D1, 0xBFA2, 0xC5D2, 0x9E6B, 0xC5D3, 0x9E6C, - 0xC5D4, 0xBFA3, 0xC5D5, 0x9E6D, 0xC5D6, 0x9E6E, 0xC5D7, 0x9E6F, 0xC5D8, 0xBFA4, 0xC5D9, 0x9E70, 0xC5DA, 0x9E71, 0xC5DB, 0x9E72, - 0xC5DC, 0x9E73, 0xC5DD, 0x9E74, 0xC5DE, 0x9E75, 0xC5DF, 0x9E76, 0xC5E0, 0xBFA5, 0xC5E1, 0xBFA6, 0xC5E2, 0x9E77, 0xC5E3, 0xBFA7, - 0xC5E4, 0x9E78, 0xC5E5, 0xBFA8, 0xC5E6, 0x9E79, 0xC5E7, 0x9E7A, 0xC5E8, 0x9E81, 0xC5E9, 0x9E82, 0xC5EA, 0x9E83, 0xC5EB, 0x9E84, - 0xC5EC, 0xBFA9, 0xC5ED, 0xBFAA, 0xC5EE, 0xBFAB, 0xC5EF, 0x9E85, 0xC5F0, 0xBFAC, 0xC5F1, 0x9E86, 0xC5F2, 0x9E87, 0xC5F3, 0x9E88, - 0xC5F4, 0xBFAD, 0xC5F5, 0x9E89, 0xC5F6, 0xBFAE, 0xC5F7, 0xBFAF, 0xC5F8, 0x9E8A, 0xC5F9, 0x9E8B, 0xC5FA, 0x9E8C, 0xC5FB, 0x9E8D, - 0xC5FC, 0xBFB0, 0xC5FD, 0xBFB1, 0xC5FE, 0xBFB2, 0xC5FF, 0xBFB3, 0xC600, 0xBFB4, 0xC601, 0xBFB5, 0xC602, 0x9E8E, 0xC603, 0x9E8F, - 0xC604, 0x9E90, 0xC605, 0xBFB6, 0xC606, 0xBFB7, 0xC607, 0xBFB8, 0xC608, 0xBFB9, 0xC609, 0x9E91, 0xC60A, 0x9E92, 0xC60B, 0x9E93, - 0xC60C, 0xBFBA, 0xC60D, 0x9E94, 0xC60E, 0x9E95, 0xC60F, 0x9E96, 0xC610, 0xBFBB, 0xC611, 0x9E97, 0xC612, 0x9E98, 0xC613, 0x9E99, - 0xC614, 0x9E9A, 0xC615, 0x9E9B, 0xC616, 0x9E9C, 0xC617, 0x9E9D, 0xC618, 0xBFBC, 0xC619, 0xBFBD, 0xC61A, 0x9E9E, 0xC61B, 0xBFBE, - 0xC61C, 0xBFBF, 0xC61D, 0x9E9F, 0xC61E, 0x9EA0, 0xC61F, 0x9EA1, 0xC620, 0x9EA2, 0xC621, 0x9EA3, 0xC622, 0x9EA4, 0xC623, 0x9EA5, - 0xC624, 0xBFC0, 0xC625, 0xBFC1, 0xC626, 0x9EA6, 0xC627, 0x9EA7, 0xC628, 0xBFC2, 0xC629, 0x9EA8, 0xC62A, 0x9EA9, 0xC62B, 0x9EAA, - 0xC62C, 0xBFC3, 0xC62D, 0xBFC4, 0xC62E, 0xBFC5, 0xC62F, 0x9EAB, 0xC630, 0xBFC6, 0xC631, 0x9EAC, 0xC632, 0x9EAD, 0xC633, 0xBFC7, - 0xC634, 0xBFC8, 0xC635, 0xBFC9, 0xC636, 0x9EAE, 0xC637, 0xBFCA, 0xC638, 0x9EAF, 0xC639, 0xBFCB, 0xC63A, 0x9EB0, 0xC63B, 0xBFCC, - 0xC63C, 0x9EB1, 0xC63D, 0x9EB2, 0xC63E, 0x9EB3, 0xC63F, 0x9EB4, 0xC640, 0xBFCD, 0xC641, 0xBFCE, 0xC642, 0x9EB5, 0xC643, 0x9EB6, - 0xC644, 0xBFCF, 0xC645, 0x9EB7, 0xC646, 0x9EB8, 0xC647, 0x9EB9, 0xC648, 0xBFD0, 0xC649, 0x9EBA, 0xC64A, 0x9EBB, 0xC64B, 0x9EBC, - 0xC64C, 0x9EBD, 0xC64D, 0x9EBE, 0xC64E, 0x9EBF, 0xC64F, 0x9EC0, 0xC650, 0xBFD1, 0xC651, 0xBFD2, 0xC652, 0x9EC1, 0xC653, 0xBFD3, - 0xC654, 0xBFD4, 0xC655, 0xBFD5, 0xC656, 0x9EC2, 0xC657, 0x9EC3, 0xC658, 0x9EC4, 0xC659, 0x9EC5, 0xC65A, 0x9EC6, 0xC65B, 0x9EC7, - 0xC65C, 0xBFD6, 0xC65D, 0xBFD7, 0xC65E, 0x9EC8, 0xC65F, 0x9EC9, 0xC660, 0xBFD8, 0xC661, 0x9ECA, 0xC662, 0x9ECB, 0xC663, 0x9ECC, - 0xC664, 0x9ECD, 0xC665, 0x9ECE, 0xC666, 0x9ECF, 0xC667, 0x9ED0, 0xC668, 0x9ED1, 0xC669, 0x9ED2, 0xC66A, 0x9ED3, 0xC66B, 0x9ED4, - 0xC66C, 0xBFD9, 0xC66D, 0x9ED5, 0xC66E, 0x9ED6, 0xC66F, 0xBFDA, 0xC670, 0x9ED7, 0xC671, 0xBFDB, 0xC672, 0x9ED8, 0xC673, 0x9ED9, - 0xC674, 0x9EDA, 0xC675, 0x9EDB, 0xC676, 0x9EDC, 0xC677, 0x9EDD, 0xC678, 0xBFDC, 0xC679, 0xBFDD, 0xC67A, 0x9EDE, 0xC67B, 0x9EDF, - 0xC67C, 0xBFDE, 0xC67D, 0x9EE0, 0xC67E, 0x9EE1, 0xC67F, 0x9EE2, 0xC680, 0xBFDF, 0xC681, 0x9EE3, 0xC682, 0x9EE4, 0xC683, 0x9EE5, - 0xC684, 0x9EE6, 0xC685, 0x9EE7, 0xC686, 0x9EE8, 0xC687, 0x9EE9, 0xC688, 0xBFE0, 0xC689, 0xBFE1, 0xC68A, 0x9EEA, 0xC68B, 0xBFE2, - 0xC68C, 0x9EEB, 0xC68D, 0xBFE3, 0xC68E, 0x9EEC, 0xC68F, 0x9EED, 0xC690, 0x9EEE, 0xC691, 0x9EEF, 0xC692, 0x9EF0, 0xC693, 0x9EF1, - 0xC694, 0xBFE4, 0xC695, 0xBFE5, 0xC696, 0x9EF2, 0xC697, 0x9EF3, 0xC698, 0xBFE6, 0xC699, 0x9EF4, 0xC69A, 0x9EF5, 0xC69B, 0x9EF6, - 0xC69C, 0xBFE7, 0xC69D, 0x9EF7, 0xC69E, 0x9EF8, 0xC69F, 0x9EF9, 0xC6A0, 0x9EFA, 0xC6A1, 0x9EFB, 0xC6A2, 0x9EFC, 0xC6A3, 0x9EFD, - 0xC6A4, 0xBFE8, 0xC6A5, 0xBFE9, 0xC6A6, 0x9EFE, 0xC6A7, 0xBFEA, 0xC6A8, 0x9F41, 0xC6A9, 0xBFEB, 0xC6AA, 0x9F42, 0xC6AB, 0x9F43, - 0xC6AC, 0x9F44, 0xC6AD, 0x9F45, 0xC6AE, 0x9F46, 0xC6AF, 0x9F47, 0xC6B0, 0xBFEC, 0xC6B1, 0xBFED, 0xC6B2, 0x9F48, 0xC6B3, 0x9F49, - 0xC6B4, 0xBFEE, 0xC6B5, 0x9F4A, 0xC6B6, 0x9F4B, 0xC6B7, 0x9F4C, 0xC6B8, 0xBFEF, 0xC6B9, 0xBFF0, 0xC6BA, 0xBFF1, 0xC6BB, 0x9F4D, - 0xC6BC, 0x9F4E, 0xC6BD, 0x9F4F, 0xC6BE, 0x9F50, 0xC6BF, 0x9F51, 0xC6C0, 0xBFF2, 0xC6C1, 0xBFF3, 0xC6C2, 0x9F52, 0xC6C3, 0xBFF4, - 0xC6C4, 0x9F53, 0xC6C5, 0xBFF5, 0xC6C6, 0x9F54, 0xC6C7, 0x9F55, 0xC6C8, 0x9F56, 0xC6C9, 0x9F57, 0xC6CA, 0x9F58, 0xC6CB, 0x9F59, - 0xC6CC, 0xBFF6, 0xC6CD, 0xBFF7, 0xC6CE, 0x9F5A, 0xC6CF, 0x9F61, 0xC6D0, 0xBFF8, 0xC6D1, 0x9F62, 0xC6D2, 0x9F63, 0xC6D3, 0x9F64, - 0xC6D4, 0xBFF9, 0xC6D5, 0x9F65, 0xC6D6, 0x9F66, 0xC6D7, 0x9F67, 0xC6D8, 0x9F68, 0xC6D9, 0x9F69, 0xC6DA, 0x9F6A, 0xC6DB, 0x9F6B, - 0xC6DC, 0xBFFA, 0xC6DD, 0xBFFB, 0xC6DE, 0x9F6C, 0xC6DF, 0x9F6D, 0xC6E0, 0xBFFC, 0xC6E1, 0xBFFD, 0xC6E2, 0x9F6E, 0xC6E3, 0x9F6F, - 0xC6E4, 0x9F70, 0xC6E5, 0x9F71, 0xC6E6, 0x9F72, 0xC6E7, 0x9F73, 0xC6E8, 0xBFFE, 0xC6E9, 0xC0A1, 0xC6EA, 0x9F74, 0xC6EB, 0x9F75, - 0xC6EC, 0xC0A2, 0xC6ED, 0x9F76, 0xC6EE, 0x9F77, 0xC6EF, 0x9F78, 0xC6F0, 0xC0A3, 0xC6F1, 0x9F79, 0xC6F2, 0x9F7A, 0xC6F3, 0x9F81, - 0xC6F4, 0x9F82, 0xC6F5, 0x9F83, 0xC6F6, 0x9F84, 0xC6F7, 0x9F85, 0xC6F8, 0xC0A4, 0xC6F9, 0xC0A5, 0xC6FA, 0x9F86, 0xC6FB, 0x9F87, - 0xC6FC, 0x9F88, 0xC6FD, 0xC0A6, 0xC6FE, 0x9F89, 0xC6FF, 0x9F8A, 0xC700, 0x9F8B, 0xC701, 0x9F8C, 0xC702, 0x9F8D, 0xC703, 0x9F8E, - 0xC704, 0xC0A7, 0xC705, 0xC0A8, 0xC706, 0x9F8F, 0xC707, 0x9F90, 0xC708, 0xC0A9, 0xC709, 0x9F91, 0xC70A, 0x9F92, 0xC70B, 0x9F93, - 0xC70C, 0xC0AA, 0xC70D, 0x9F94, 0xC70E, 0x9F95, 0xC70F, 0x9F96, 0xC710, 0x9F97, 0xC711, 0x9F98, 0xC712, 0x9F99, 0xC713, 0x9F9A, - 0xC714, 0xC0AB, 0xC715, 0xC0AC, 0xC716, 0x9F9B, 0xC717, 0xC0AD, 0xC718, 0x9F9C, 0xC719, 0xC0AE, 0xC71A, 0x9F9D, 0xC71B, 0x9F9E, - 0xC71C, 0x9F9F, 0xC71D, 0x9FA0, 0xC71E, 0x9FA1, 0xC71F, 0x9FA2, 0xC720, 0xC0AF, 0xC721, 0xC0B0, 0xC722, 0x9FA3, 0xC723, 0x9FA4, - 0xC724, 0xC0B1, 0xC725, 0x9FA5, 0xC726, 0x9FA6, 0xC727, 0x9FA7, 0xC728, 0xC0B2, 0xC729, 0x9FA8, 0xC72A, 0x9FA9, 0xC72B, 0x9FAA, - 0xC72C, 0x9FAB, 0xC72D, 0x9FAC, 0xC72E, 0x9FAD, 0xC72F, 0x9FAE, 0xC730, 0xC0B3, 0xC731, 0xC0B4, 0xC732, 0x9FAF, 0xC733, 0xC0B5, - 0xC734, 0x9FB0, 0xC735, 0xC0B6, 0xC736, 0x9FB1, 0xC737, 0xC0B7, 0xC738, 0x9FB2, 0xC739, 0x9FB3, 0xC73A, 0x9FB4, 0xC73B, 0x9FB5, - 0xC73C, 0xC0B8, 0xC73D, 0xC0B9, 0xC73E, 0x9FB6, 0xC73F, 0x9FB7, 0xC740, 0xC0BA, 0xC741, 0x9FB8, 0xC742, 0x9FB9, 0xC743, 0x9FBA, - 0xC744, 0xC0BB, 0xC745, 0x9FBB, 0xC746, 0x9FBC, 0xC747, 0x9FBD, 0xC748, 0x9FBE, 0xC749, 0x9FBF, 0xC74A, 0xC0BC, 0xC74B, 0x9FC0, - 0xC74C, 0xC0BD, 0xC74D, 0xC0BE, 0xC74E, 0x9FC1, 0xC74F, 0xC0BF, 0xC750, 0x9FC2, 0xC751, 0xC0C0, 0xC752, 0xC0C1, 0xC753, 0xC0C2, - 0xC754, 0xC0C3, 0xC755, 0xC0C4, 0xC756, 0xC0C5, 0xC757, 0xC0C6, 0xC758, 0xC0C7, 0xC759, 0x9FC3, 0xC75A, 0x9FC4, 0xC75B, 0x9FC5, - 0xC75C, 0xC0C8, 0xC75D, 0x9FC6, 0xC75E, 0x9FC7, 0xC75F, 0x9FC8, 0xC760, 0xC0C9, 0xC761, 0x9FC9, 0xC762, 0x9FCA, 0xC763, 0x9FCB, - 0xC764, 0x9FCC, 0xC765, 0x9FCD, 0xC766, 0x9FCE, 0xC767, 0x9FCF, 0xC768, 0xC0CA, 0xC769, 0x9FD0, 0xC76A, 0x9FD1, 0xC76B, 0xC0CB, - 0xC76C, 0x9FD2, 0xC76D, 0x9FD3, 0xC76E, 0x9FD4, 0xC76F, 0x9FD5, 0xC770, 0x9FD6, 0xC771, 0x9FD7, 0xC772, 0x9FD8, 0xC773, 0x9FD9, - 0xC774, 0xC0CC, 0xC775, 0xC0CD, 0xC776, 0x9FDA, 0xC777, 0x9FDB, 0xC778, 0xC0CE, 0xC779, 0x9FDC, 0xC77A, 0x9FDD, 0xC77B, 0x9FDE, - 0xC77C, 0xC0CF, 0xC77D, 0xC0D0, 0xC77E, 0xC0D1, 0xC77F, 0x9FDF, 0xC780, 0x9FE0, 0xC781, 0x9FE1, 0xC782, 0x9FE2, 0xC783, 0xC0D2, - 0xC784, 0xC0D3, 0xC785, 0xC0D4, 0xC786, 0x9FE3, 0xC787, 0xC0D5, 0xC788, 0xC0D6, 0xC789, 0xC0D7, 0xC78A, 0xC0D8, 0xC78B, 0x9FE4, - 0xC78C, 0x9FE5, 0xC78D, 0x9FE6, 0xC78E, 0xC0D9, 0xC78F, 0x9FE7, 0xC790, 0xC0DA, 0xC791, 0xC0DB, 0xC792, 0x9FE8, 0xC793, 0x9FE9, - 0xC794, 0xC0DC, 0xC795, 0x9FEA, 0xC796, 0xC0DD, 0xC797, 0xC0DE, 0xC798, 0xC0DF, 0xC799, 0x9FEB, 0xC79A, 0xC0E0, 0xC79B, 0x9FEC, - 0xC79C, 0x9FED, 0xC79D, 0x9FEE, 0xC79E, 0x9FEF, 0xC79F, 0x9FF0, 0xC7A0, 0xC0E1, 0xC7A1, 0xC0E2, 0xC7A2, 0x9FF1, 0xC7A3, 0xC0E3, - 0xC7A4, 0xC0E4, 0xC7A5, 0xC0E5, 0xC7A6, 0xC0E6, 0xC7A7, 0x9FF2, 0xC7A8, 0x9FF3, 0xC7A9, 0x9FF4, 0xC7AA, 0x9FF5, 0xC7AB, 0x9FF6, - 0xC7AC, 0xC0E7, 0xC7AD, 0xC0E8, 0xC7AE, 0x9FF7, 0xC7AF, 0x9FF8, 0xC7B0, 0xC0E9, 0xC7B1, 0x9FF9, 0xC7B2, 0x9FFA, 0xC7B3, 0x9FFB, - 0xC7B4, 0xC0EA, 0xC7B5, 0x9FFC, 0xC7B6, 0x9FFD, 0xC7B7, 0x9FFE, 0xC7B8, 0xA041, 0xC7B9, 0xA042, 0xC7BA, 0xA043, 0xC7BB, 0xA044, - 0xC7BC, 0xC0EB, 0xC7BD, 0xC0EC, 0xC7BE, 0xA045, 0xC7BF, 0xC0ED, 0xC7C0, 0xC0EE, 0xC7C1, 0xC0EF, 0xC7C2, 0xA046, 0xC7C3, 0xA047, - 0xC7C4, 0xA048, 0xC7C5, 0xA049, 0xC7C6, 0xA04A, 0xC7C7, 0xA04B, 0xC7C8, 0xC0F0, 0xC7C9, 0xC0F1, 0xC7CA, 0xA04C, 0xC7CB, 0xA04D, - 0xC7CC, 0xC0F2, 0xC7CD, 0xA04E, 0xC7CE, 0xC0F3, 0xC7CF, 0xA04F, 0xC7D0, 0xC0F4, 0xC7D1, 0xA050, 0xC7D2, 0xA051, 0xC7D3, 0xA052, - 0xC7D4, 0xA053, 0xC7D5, 0xA054, 0xC7D6, 0xA055, 0xC7D7, 0xA056, 0xC7D8, 0xC0F5, 0xC7D9, 0xA057, 0xC7DA, 0xA058, 0xC7DB, 0xA059, - 0xC7DC, 0xA05A, 0xC7DD, 0xC0F6, 0xC7DE, 0xA061, 0xC7DF, 0xA062, 0xC7E0, 0xA063, 0xC7E1, 0xA064, 0xC7E2, 0xA065, 0xC7E3, 0xA066, - 0xC7E4, 0xC0F7, 0xC7E5, 0xA067, 0xC7E6, 0xA068, 0xC7E7, 0xA069, 0xC7E8, 0xC0F8, 0xC7E9, 0xA06A, 0xC7EA, 0xA06B, 0xC7EB, 0xA06C, - 0xC7EC, 0xC0F9, 0xC7ED, 0xA06D, 0xC7EE, 0xA06E, 0xC7EF, 0xA06F, 0xC7F0, 0xA070, 0xC7F1, 0xA071, 0xC7F2, 0xA072, 0xC7F3, 0xA073, - 0xC7F4, 0xA074, 0xC7F5, 0xA075, 0xC7F6, 0xA076, 0xC7F7, 0xA077, 0xC7F8, 0xA078, 0xC7F9, 0xA079, 0xC7FA, 0xA07A, 0xC7FB, 0xA081, - 0xC7FC, 0xA082, 0xC7FD, 0xA083, 0xC7FE, 0xA084, 0xC7FF, 0xA085, 0xC800, 0xC0FA, 0xC801, 0xC0FB, 0xC802, 0xA086, 0xC803, 0xA087, - 0xC804, 0xC0FC, 0xC805, 0xA088, 0xC806, 0xA089, 0xC807, 0xA08A, 0xC808, 0xC0FD, 0xC809, 0xA08B, 0xC80A, 0xC0FE, 0xC80B, 0xA08C, - 0xC80C, 0xA08D, 0xC80D, 0xA08E, 0xC80E, 0xA08F, 0xC80F, 0xA090, 0xC810, 0xC1A1, 0xC811, 0xC1A2, 0xC812, 0xA091, 0xC813, 0xC1A3, - 0xC814, 0xA092, 0xC815, 0xC1A4, 0xC816, 0xC1A5, 0xC817, 0xA093, 0xC818, 0xA094, 0xC819, 0xA095, 0xC81A, 0xA096, 0xC81B, 0xA097, - 0xC81C, 0xC1A6, 0xC81D, 0xC1A7, 0xC81E, 0xA098, 0xC81F, 0xA099, 0xC820, 0xC1A8, 0xC821, 0xA09A, 0xC822, 0xA09B, 0xC823, 0xA09C, - 0xC824, 0xC1A9, 0xC825, 0xA09D, 0xC826, 0xA09E, 0xC827, 0xA09F, 0xC828, 0xA0A0, 0xC829, 0xA0A1, 0xC82A, 0xA0A2, 0xC82B, 0xA0A3, - 0xC82C, 0xC1AA, 0xC82D, 0xC1AB, 0xC82E, 0xA0A4, 0xC82F, 0xC1AC, 0xC830, 0xA0A5, 0xC831, 0xC1AD, 0xC832, 0xA0A6, 0xC833, 0xA0A7, - 0xC834, 0xA0A8, 0xC835, 0xA0A9, 0xC836, 0xA0AA, 0xC837, 0xA0AB, 0xC838, 0xC1AE, 0xC839, 0xA0AC, 0xC83A, 0xA0AD, 0xC83B, 0xA0AE, - 0xC83C, 0xC1AF, 0xC83D, 0xA0AF, 0xC83E, 0xA0B0, 0xC83F, 0xA0B1, 0xC840, 0xC1B0, 0xC841, 0xA0B2, 0xC842, 0xA0B3, 0xC843, 0xA0B4, - 0xC844, 0xA0B5, 0xC845, 0xA0B6, 0xC846, 0xA0B7, 0xC847, 0xA0B8, 0xC848, 0xC1B1, 0xC849, 0xC1B2, 0xC84A, 0xA0B9, 0xC84B, 0xA0BA, - 0xC84C, 0xC1B3, 0xC84D, 0xC1B4, 0xC84E, 0xA0BB, 0xC84F, 0xA0BC, 0xC850, 0xA0BD, 0xC851, 0xA0BE, 0xC852, 0xA0BF, 0xC853, 0xA0C0, - 0xC854, 0xC1B5, 0xC855, 0xA0C1, 0xC856, 0xA0C2, 0xC857, 0xA0C3, 0xC858, 0xA0C4, 0xC859, 0xA0C5, 0xC85A, 0xA0C6, 0xC85B, 0xA0C7, - 0xC85C, 0xA0C8, 0xC85D, 0xA0C9, 0xC85E, 0xA0CA, 0xC85F, 0xA0CB, 0xC860, 0xA0CC, 0xC861, 0xA0CD, 0xC862, 0xA0CE, 0xC863, 0xA0CF, - 0xC864, 0xA0D0, 0xC865, 0xA0D1, 0xC866, 0xA0D2, 0xC867, 0xA0D3, 0xC868, 0xA0D4, 0xC869, 0xA0D5, 0xC86A, 0xA0D6, 0xC86B, 0xA0D7, - 0xC86C, 0xA0D8, 0xC86D, 0xA0D9, 0xC86E, 0xA0DA, 0xC86F, 0xA0DB, 0xC870, 0xC1B6, 0xC871, 0xC1B7, 0xC872, 0xA0DC, 0xC873, 0xA0DD, - 0xC874, 0xC1B8, 0xC875, 0xA0DE, 0xC876, 0xA0DF, 0xC877, 0xA0E0, 0xC878, 0xC1B9, 0xC879, 0xA0E1, 0xC87A, 0xC1BA, 0xC87B, 0xA0E2, - 0xC87C, 0xA0E3, 0xC87D, 0xA0E4, 0xC87E, 0xA0E5, 0xC87F, 0xA0E6, 0xC880, 0xC1BB, 0xC881, 0xC1BC, 0xC882, 0xA0E7, 0xC883, 0xC1BD, - 0xC884, 0xA0E8, 0xC885, 0xC1BE, 0xC886, 0xC1BF, 0xC887, 0xC1C0, 0xC888, 0xA0E9, 0xC889, 0xA0EA, 0xC88A, 0xA0EB, 0xC88B, 0xC1C1, - 0xC88C, 0xC1C2, 0xC88D, 0xC1C3, 0xC88E, 0xA0EC, 0xC88F, 0xA0ED, 0xC890, 0xA0EE, 0xC891, 0xA0EF, 0xC892, 0xA0F0, 0xC893, 0xA0F1, - 0xC894, 0xC1C4, 0xC895, 0xA0F2, 0xC896, 0xA0F3, 0xC897, 0xA0F4, 0xC898, 0xA0F5, 0xC899, 0xA0F6, 0xC89A, 0xA0F7, 0xC89B, 0xA0F8, - 0xC89C, 0xA0F9, 0xC89D, 0xC1C5, 0xC89E, 0xA0FA, 0xC89F, 0xC1C6, 0xC8A0, 0xA0FB, 0xC8A1, 0xC1C7, 0xC8A2, 0xA0FC, 0xC8A3, 0xA0FD, - 0xC8A4, 0xA0FE, 0xC8A5, 0xA141, 0xC8A6, 0xA142, 0xC8A7, 0xA143, 0xC8A8, 0xC1C8, 0xC8A9, 0xA144, 0xC8AA, 0xA145, 0xC8AB, 0xA146, - 0xC8AC, 0xA147, 0xC8AD, 0xA148, 0xC8AE, 0xA149, 0xC8AF, 0xA14A, 0xC8B0, 0xA14B, 0xC8B1, 0xA14C, 0xC8B2, 0xA14D, 0xC8B3, 0xA14E, - 0xC8B4, 0xA14F, 0xC8B5, 0xA150, 0xC8B6, 0xA151, 0xC8B7, 0xA152, 0xC8B8, 0xA153, 0xC8B9, 0xA154, 0xC8BA, 0xA155, 0xC8BB, 0xA156, - 0xC8BC, 0xC1C9, 0xC8BD, 0xC1CA, 0xC8BE, 0xA157, 0xC8BF, 0xA158, 0xC8C0, 0xA159, 0xC8C1, 0xA15A, 0xC8C2, 0xA161, 0xC8C3, 0xA162, - 0xC8C4, 0xC1CB, 0xC8C5, 0xA163, 0xC8C6, 0xA164, 0xC8C7, 0xA165, 0xC8C8, 0xC1CC, 0xC8C9, 0xA166, 0xC8CA, 0xA167, 0xC8CB, 0xA168, - 0xC8CC, 0xC1CD, 0xC8CD, 0xA169, 0xC8CE, 0xA16A, 0xC8CF, 0xA16B, 0xC8D0, 0xA16C, 0xC8D1, 0xA16D, 0xC8D2, 0xA16E, 0xC8D3, 0xA16F, - 0xC8D4, 0xC1CE, 0xC8D5, 0xC1CF, 0xC8D6, 0xA170, 0xC8D7, 0xC1D0, 0xC8D8, 0xA171, 0xC8D9, 0xC1D1, 0xC8DA, 0xA172, 0xC8DB, 0xA173, - 0xC8DC, 0xA174, 0xC8DD, 0xA175, 0xC8DE, 0xA176, 0xC8DF, 0xA177, 0xC8E0, 0xC1D2, 0xC8E1, 0xC1D3, 0xC8E2, 0xA178, 0xC8E3, 0xA179, - 0xC8E4, 0xC1D4, 0xC8E5, 0xA17A, 0xC8E6, 0xA181, 0xC8E7, 0xA182, 0xC8E8, 0xA183, 0xC8E9, 0xA184, 0xC8EA, 0xA185, 0xC8EB, 0xA186, - 0xC8EC, 0xA187, 0xC8ED, 0xA188, 0xC8EE, 0xA189, 0xC8EF, 0xA18A, 0xC8F0, 0xA18B, 0xC8F1, 0xA18C, 0xC8F2, 0xA18D, 0xC8F3, 0xA18E, - 0xC8F4, 0xA18F, 0xC8F5, 0xC1D5, 0xC8F6, 0xA190, 0xC8F7, 0xA191, 0xC8F8, 0xA192, 0xC8F9, 0xA193, 0xC8FA, 0xA194, 0xC8FB, 0xA195, - 0xC8FC, 0xC1D6, 0xC8FD, 0xC1D7, 0xC8FE, 0xA196, 0xC8FF, 0xA197, 0xC900, 0xC1D8, 0xC901, 0xA198, 0xC902, 0xA199, 0xC903, 0xA19A, - 0xC904, 0xC1D9, 0xC905, 0xC1DA, 0xC906, 0xC1DB, 0xC907, 0xA19B, 0xC908, 0xA19C, 0xC909, 0xA19D, 0xC90A, 0xA19E, 0xC90B, 0xA19F, - 0xC90C, 0xC1DC, 0xC90D, 0xC1DD, 0xC90E, 0xA1A0, 0xC90F, 0xC1DE, 0xC910, 0xA241, 0xC911, 0xC1DF, 0xC912, 0xA242, 0xC913, 0xA243, - 0xC914, 0xA244, 0xC915, 0xA245, 0xC916, 0xA246, 0xC917, 0xA247, 0xC918, 0xC1E0, 0xC919, 0xA248, 0xC91A, 0xA249, 0xC91B, 0xA24A, - 0xC91C, 0xA24B, 0xC91D, 0xA24C, 0xC91E, 0xA24D, 0xC91F, 0xA24E, 0xC920, 0xA24F, 0xC921, 0xA250, 0xC922, 0xA251, 0xC923, 0xA252, - 0xC924, 0xA253, 0xC925, 0xA254, 0xC926, 0xA255, 0xC927, 0xA256, 0xC928, 0xA257, 0xC929, 0xA258, 0xC92A, 0xA259, 0xC92B, 0xA25A, - 0xC92C, 0xC1E1, 0xC92D, 0xA261, 0xC92E, 0xA262, 0xC92F, 0xA263, 0xC930, 0xA264, 0xC931, 0xA265, 0xC932, 0xA266, 0xC933, 0xA267, - 0xC934, 0xC1E2, 0xC935, 0xA268, 0xC936, 0xA269, 0xC937, 0xA26A, 0xC938, 0xA26B, 0xC939, 0xA26C, 0xC93A, 0xA26D, 0xC93B, 0xA26E, - 0xC93C, 0xA26F, 0xC93D, 0xA270, 0xC93E, 0xA271, 0xC93F, 0xA272, 0xC940, 0xA273, 0xC941, 0xA274, 0xC942, 0xA275, 0xC943, 0xA276, - 0xC944, 0xA277, 0xC945, 0xA278, 0xC946, 0xA279, 0xC947, 0xA27A, 0xC948, 0xA281, 0xC949, 0xA282, 0xC94A, 0xA283, 0xC94B, 0xA284, - 0xC94C, 0xA285, 0xC94D, 0xA286, 0xC94E, 0xA287, 0xC94F, 0xA288, 0xC950, 0xC1E3, 0xC951, 0xC1E4, 0xC952, 0xA289, 0xC953, 0xA28A, - 0xC954, 0xC1E5, 0xC955, 0xA28B, 0xC956, 0xA28C, 0xC957, 0xA28D, 0xC958, 0xC1E6, 0xC959, 0xA28E, 0xC95A, 0xA28F, 0xC95B, 0xA290, - 0xC95C, 0xA291, 0xC95D, 0xA292, 0xC95E, 0xA293, 0xC95F, 0xA294, 0xC960, 0xC1E7, 0xC961, 0xC1E8, 0xC962, 0xA295, 0xC963, 0xC1E9, - 0xC964, 0xA296, 0xC965, 0xA297, 0xC966, 0xA298, 0xC967, 0xA299, 0xC968, 0xA29A, 0xC969, 0xA29B, 0xC96A, 0xA29C, 0xC96B, 0xA29D, - 0xC96C, 0xC1EA, 0xC96D, 0xA29E, 0xC96E, 0xA29F, 0xC96F, 0xA2A0, 0xC970, 0xC1EB, 0xC971, 0xA341, 0xC972, 0xA342, 0xC973, 0xA343, - 0xC974, 0xC1EC, 0xC975, 0xA344, 0xC976, 0xA345, 0xC977, 0xA346, 0xC978, 0xA347, 0xC979, 0xA348, 0xC97A, 0xA349, 0xC97B, 0xA34A, - 0xC97C, 0xC1ED, 0xC97D, 0xA34B, 0xC97E, 0xA34C, 0xC97F, 0xA34D, 0xC980, 0xA34E, 0xC981, 0xA34F, 0xC982, 0xA350, 0xC983, 0xA351, - 0xC984, 0xA352, 0xC985, 0xA353, 0xC986, 0xA354, 0xC987, 0xA355, 0xC988, 0xC1EE, 0xC989, 0xC1EF, 0xC98A, 0xA356, 0xC98B, 0xA357, - 0xC98C, 0xC1F0, 0xC98D, 0xA358, 0xC98E, 0xA359, 0xC98F, 0xA35A, 0xC990, 0xC1F1, 0xC991, 0xA361, 0xC992, 0xA362, 0xC993, 0xA363, - 0xC994, 0xA364, 0xC995, 0xA365, 0xC996, 0xA366, 0xC997, 0xA367, 0xC998, 0xC1F2, 0xC999, 0xC1F3, 0xC99A, 0xA368, 0xC99B, 0xC1F4, - 0xC99C, 0xA369, 0xC99D, 0xC1F5, 0xC99E, 0xA36A, 0xC99F, 0xA36B, 0xC9A0, 0xA36C, 0xC9A1, 0xA36D, 0xC9A2, 0xA36E, 0xC9A3, 0xA36F, - 0xC9A4, 0xA370, 0xC9A5, 0xA371, 0xC9A6, 0xA372, 0xC9A7, 0xA373, 0xC9A8, 0xA374, 0xC9A9, 0xA375, 0xC9AA, 0xA376, 0xC9AB, 0xA377, - 0xC9AC, 0xA378, 0xC9AD, 0xA379, 0xC9AE, 0xA37A, 0xC9AF, 0xA381, 0xC9B0, 0xA382, 0xC9B1, 0xA383, 0xC9B2, 0xA384, 0xC9B3, 0xA385, - 0xC9B4, 0xA386, 0xC9B5, 0xA387, 0xC9B6, 0xA388, 0xC9B7, 0xA389, 0xC9B8, 0xA38A, 0xC9B9, 0xA38B, 0xC9BA, 0xA38C, 0xC9BB, 0xA38D, - 0xC9BC, 0xA38E, 0xC9BD, 0xA38F, 0xC9BE, 0xA390, 0xC9BF, 0xA391, 0xC9C0, 0xC1F6, 0xC9C1, 0xC1F7, 0xC9C2, 0xA392, 0xC9C3, 0xA393, - 0xC9C4, 0xC1F8, 0xC9C5, 0xA394, 0xC9C6, 0xA395, 0xC9C7, 0xC1F9, 0xC9C8, 0xC1FA, 0xC9C9, 0xA396, 0xC9CA, 0xC1FB, 0xC9CB, 0xA397, - 0xC9CC, 0xA398, 0xC9CD, 0xA399, 0xC9CE, 0xA39A, 0xC9CF, 0xA39B, 0xC9D0, 0xC1FC, 0xC9D1, 0xC1FD, 0xC9D2, 0xA39C, 0xC9D3, 0xC1FE, - 0xC9D4, 0xA39D, 0xC9D5, 0xC2A1, 0xC9D6, 0xC2A2, 0xC9D7, 0xA39E, 0xC9D8, 0xA39F, 0xC9D9, 0xC2A3, 0xC9DA, 0xC2A4, 0xC9DB, 0xA3A0, - 0xC9DC, 0xC2A5, 0xC9DD, 0xC2A6, 0xC9DE, 0xA441, 0xC9DF, 0xA442, 0xC9E0, 0xC2A7, 0xC9E1, 0xA443, 0xC9E2, 0xC2A8, 0xC9E3, 0xA444, - 0xC9E4, 0xC2A9, 0xC9E5, 0xA445, 0xC9E6, 0xA446, 0xC9E7, 0xC2AA, 0xC9E8, 0xA447, 0xC9E9, 0xA448, 0xC9EA, 0xA449, 0xC9EB, 0xA44A, - 0xC9EC, 0xC2AB, 0xC9ED, 0xC2AC, 0xC9EE, 0xA44B, 0xC9EF, 0xC2AD, 0xC9F0, 0xC2AE, 0xC9F1, 0xC2AF, 0xC9F2, 0xA44C, 0xC9F3, 0xA44D, - 0xC9F4, 0xA44E, 0xC9F5, 0xA44F, 0xC9F6, 0xA450, 0xC9F7, 0xA451, 0xC9F8, 0xC2B0, 0xC9F9, 0xC2B1, 0xC9FA, 0xA452, 0xC9FB, 0xA453, - 0xC9FC, 0xC2B2, 0xC9FD, 0xA454, 0xC9FE, 0xA455, 0xC9FF, 0xA456, 0xCA00, 0xC2B3, 0xCA01, 0xA457, 0xCA02, 0xA458, 0xCA03, 0xA459, - 0xCA04, 0xA45A, 0xCA05, 0xA461, 0xCA06, 0xA462, 0xCA07, 0xA463, 0xCA08, 0xC2B4, 0xCA09, 0xC2B5, 0xCA0A, 0xA464, 0xCA0B, 0xC2B6, - 0xCA0C, 0xC2B7, 0xCA0D, 0xC2B8, 0xCA0E, 0xA465, 0xCA0F, 0xA466, 0xCA10, 0xA467, 0xCA11, 0xA468, 0xCA12, 0xA469, 0xCA13, 0xA46A, - 0xCA14, 0xC2B9, 0xCA15, 0xA46B, 0xCA16, 0xA46C, 0xCA17, 0xA46D, 0xCA18, 0xC2BA, 0xCA19, 0xA46E, 0xCA1A, 0xA46F, 0xCA1B, 0xA470, - 0xCA1C, 0xA471, 0xCA1D, 0xA472, 0xCA1E, 0xA473, 0xCA1F, 0xA474, 0xCA20, 0xA475, 0xCA21, 0xA476, 0xCA22, 0xA477, 0xCA23, 0xA478, - 0xCA24, 0xA479, 0xCA25, 0xA47A, 0xCA26, 0xA481, 0xCA27, 0xA482, 0xCA28, 0xA483, 0xCA29, 0xC2BB, 0xCA2A, 0xA484, 0xCA2B, 0xA485, - 0xCA2C, 0xA486, 0xCA2D, 0xA487, 0xCA2E, 0xA488, 0xCA2F, 0xA489, 0xCA30, 0xA48A, 0xCA31, 0xA48B, 0xCA32, 0xA48C, 0xCA33, 0xA48D, - 0xCA34, 0xA48E, 0xCA35, 0xA48F, 0xCA36, 0xA490, 0xCA37, 0xA491, 0xCA38, 0xA492, 0xCA39, 0xA493, 0xCA3A, 0xA494, 0xCA3B, 0xA495, - 0xCA3C, 0xA496, 0xCA3D, 0xA497, 0xCA3E, 0xA498, 0xCA3F, 0xA499, 0xCA40, 0xA49A, 0xCA41, 0xA49B, 0xCA42, 0xA49C, 0xCA43, 0xA49D, - 0xCA44, 0xA49E, 0xCA45, 0xA49F, 0xCA46, 0xA4A0, 0xCA47, 0xA541, 0xCA48, 0xA542, 0xCA49, 0xA543, 0xCA4A, 0xA544, 0xCA4B, 0xA545, - 0xCA4C, 0xC2BC, 0xCA4D, 0xC2BD, 0xCA4E, 0xA546, 0xCA4F, 0xA547, 0xCA50, 0xC2BE, 0xCA51, 0xA548, 0xCA52, 0xA549, 0xCA53, 0xA54A, - 0xCA54, 0xC2BF, 0xCA55, 0xA54B, 0xCA56, 0xA54C, 0xCA57, 0xA54D, 0xCA58, 0xA54E, 0xCA59, 0xA54F, 0xCA5A, 0xA550, 0xCA5B, 0xA551, - 0xCA5C, 0xC2C0, 0xCA5D, 0xC2C1, 0xCA5E, 0xA552, 0xCA5F, 0xC2C2, 0xCA60, 0xC2C3, 0xCA61, 0xC2C4, 0xCA62, 0xA553, 0xCA63, 0xA554, - 0xCA64, 0xA555, 0xCA65, 0xA556, 0xCA66, 0xA557, 0xCA67, 0xA558, 0xCA68, 0xC2C5, 0xCA69, 0xA559, 0xCA6A, 0xA55A, 0xCA6B, 0xA561, - 0xCA6C, 0xA562, 0xCA6D, 0xA563, 0xCA6E, 0xA564, 0xCA6F, 0xA565, 0xCA70, 0xA566, 0xCA71, 0xA567, 0xCA72, 0xA568, 0xCA73, 0xA569, - 0xCA74, 0xA56A, 0xCA75, 0xA56B, 0xCA76, 0xA56C, 0xCA77, 0xA56D, 0xCA78, 0xA56E, 0xCA79, 0xA56F, 0xCA7A, 0xA570, 0xCA7B, 0xA571, - 0xCA7C, 0xA572, 0xCA7D, 0xC2C6, 0xCA7E, 0xA573, 0xCA7F, 0xA574, 0xCA80, 0xA575, 0xCA81, 0xA576, 0xCA82, 0xA577, 0xCA83, 0xA578, - 0xCA84, 0xC2C7, 0xCA85, 0xA579, 0xCA86, 0xA57A, 0xCA87, 0xA581, 0xCA88, 0xA582, 0xCA89, 0xA583, 0xCA8A, 0xA584, 0xCA8B, 0xA585, - 0xCA8C, 0xA586, 0xCA8D, 0xA587, 0xCA8E, 0xA588, 0xCA8F, 0xA589, 0xCA90, 0xA58A, 0xCA91, 0xA58B, 0xCA92, 0xA58C, 0xCA93, 0xA58D, - 0xCA94, 0xA58E, 0xCA95, 0xA58F, 0xCA96, 0xA590, 0xCA97, 0xA591, 0xCA98, 0xC2C8, 0xCA99, 0xA592, 0xCA9A, 0xA593, 0xCA9B, 0xA594, - 0xCA9C, 0xA595, 0xCA9D, 0xA596, 0xCA9E, 0xA597, 0xCA9F, 0xA598, 0xCAA0, 0xA599, 0xCAA1, 0xA59A, 0xCAA2, 0xA59B, 0xCAA3, 0xA59C, - 0xCAA4, 0xA59D, 0xCAA5, 0xA59E, 0xCAA6, 0xA59F, 0xCAA7, 0xA5A0, 0xCAA8, 0xA641, 0xCAA9, 0xA642, 0xCAAA, 0xA643, 0xCAAB, 0xA644, - 0xCAAC, 0xA645, 0xCAAD, 0xA646, 0xCAAE, 0xA647, 0xCAAF, 0xA648, 0xCAB0, 0xA649, 0xCAB1, 0xA64A, 0xCAB2, 0xA64B, 0xCAB3, 0xA64C, - 0xCAB4, 0xA64D, 0xCAB5, 0xA64E, 0xCAB6, 0xA64F, 0xCAB7, 0xA650, 0xCAB8, 0xA651, 0xCAB9, 0xA652, 0xCABA, 0xA653, 0xCABB, 0xA654, - 0xCABC, 0xC2C9, 0xCABD, 0xC2CA, 0xCABE, 0xA655, 0xCABF, 0xA656, 0xCAC0, 0xC2CB, 0xCAC1, 0xA657, 0xCAC2, 0xA658, 0xCAC3, 0xA659, - 0xCAC4, 0xC2CC, 0xCAC5, 0xA65A, 0xCAC6, 0xA661, 0xCAC7, 0xA662, 0xCAC8, 0xA663, 0xCAC9, 0xA664, 0xCACA, 0xA665, 0xCACB, 0xA666, - 0xCACC, 0xC2CD, 0xCACD, 0xC2CE, 0xCACE, 0xA667, 0xCACF, 0xC2CF, 0xCAD0, 0xA668, 0xCAD1, 0xC2D0, 0xCAD2, 0xA669, 0xCAD3, 0xC2D1, - 0xCAD4, 0xA66A, 0xCAD5, 0xA66B, 0xCAD6, 0xA66C, 0xCAD7, 0xA66D, 0xCAD8, 0xC2D2, 0xCAD9, 0xC2D3, 0xCADA, 0xA66E, 0xCADB, 0xA66F, - 0xCADC, 0xA670, 0xCADD, 0xA671, 0xCADE, 0xA672, 0xCADF, 0xA673, 0xCAE0, 0xC2D4, 0xCAE1, 0xA674, 0xCAE2, 0xA675, 0xCAE3, 0xA676, - 0xCAE4, 0xA677, 0xCAE5, 0xA678, 0xCAE6, 0xA679, 0xCAE7, 0xA67A, 0xCAE8, 0xA681, 0xCAE9, 0xA682, 0xCAEA, 0xA683, 0xCAEB, 0xA684, - 0xCAEC, 0xC2D5, 0xCAED, 0xA685, 0xCAEE, 0xA686, 0xCAEF, 0xA687, 0xCAF0, 0xA688, 0xCAF1, 0xA689, 0xCAF2, 0xA68A, 0xCAF3, 0xA68B, - 0xCAF4, 0xC2D6, 0xCAF5, 0xA68C, 0xCAF6, 0xA68D, 0xCAF7, 0xA68E, 0xCAF8, 0xA68F, 0xCAF9, 0xA690, 0xCAFA, 0xA691, 0xCAFB, 0xA692, - 0xCAFC, 0xA693, 0xCAFD, 0xA694, 0xCAFE, 0xA695, 0xCAFF, 0xA696, 0xCB00, 0xA697, 0xCB01, 0xA698, 0xCB02, 0xA699, 0xCB03, 0xA69A, - 0xCB04, 0xA69B, 0xCB05, 0xA69C, 0xCB06, 0xA69D, 0xCB07, 0xA69E, 0xCB08, 0xC2D7, 0xCB09, 0xA69F, 0xCB0A, 0xA6A0, 0xCB0B, 0xA741, - 0xCB0C, 0xA742, 0xCB0D, 0xA743, 0xCB0E, 0xA744, 0xCB0F, 0xA745, 0xCB10, 0xC2D8, 0xCB11, 0xA746, 0xCB12, 0xA747, 0xCB13, 0xA748, - 0xCB14, 0xC2D9, 0xCB15, 0xA749, 0xCB16, 0xA74A, 0xCB17, 0xA74B, 0xCB18, 0xC2DA, 0xCB19, 0xA74C, 0xCB1A, 0xA74D, 0xCB1B, 0xA74E, - 0xCB1C, 0xA74F, 0xCB1D, 0xA750, 0xCB1E, 0xA751, 0xCB1F, 0xA752, 0xCB20, 0xC2DB, 0xCB21, 0xC2DC, 0xCB22, 0xA753, 0xCB23, 0xA754, - 0xCB24, 0xA755, 0xCB25, 0xA756, 0xCB26, 0xA757, 0xCB27, 0xA758, 0xCB28, 0xA759, 0xCB29, 0xA75A, 0xCB2A, 0xA761, 0xCB2B, 0xA762, - 0xCB2C, 0xA763, 0xCB2D, 0xA764, 0xCB2E, 0xA765, 0xCB2F, 0xA766, 0xCB30, 0xA767, 0xCB31, 0xA768, 0xCB32, 0xA769, 0xCB33, 0xA76A, - 0xCB34, 0xA76B, 0xCB35, 0xA76C, 0xCB36, 0xA76D, 0xCB37, 0xA76E, 0xCB38, 0xA76F, 0xCB39, 0xA770, 0xCB3A, 0xA771, 0xCB3B, 0xA772, - 0xCB3C, 0xA773, 0xCB3D, 0xA774, 0xCB3E, 0xA775, 0xCB3F, 0xA776, 0xCB40, 0xA777, 0xCB41, 0xC2DD, 0xCB42, 0xA778, 0xCB43, 0xA779, - 0xCB44, 0xA77A, 0xCB45, 0xA781, 0xCB46, 0xA782, 0xCB47, 0xA783, 0xCB48, 0xC2DE, 0xCB49, 0xC2DF, 0xCB4A, 0xA784, 0xCB4B, 0xA785, - 0xCB4C, 0xC2E0, 0xCB4D, 0xA786, 0xCB4E, 0xA787, 0xCB4F, 0xA788, 0xCB50, 0xC2E1, 0xCB51, 0xA789, 0xCB52, 0xA78A, 0xCB53, 0xA78B, - 0xCB54, 0xA78C, 0xCB55, 0xA78D, 0xCB56, 0xA78E, 0xCB57, 0xA78F, 0xCB58, 0xC2E2, 0xCB59, 0xC2E3, 0xCB5A, 0xA790, 0xCB5B, 0xA791, - 0xCB5C, 0xA792, 0xCB5D, 0xC2E4, 0xCB5E, 0xA793, 0xCB5F, 0xA794, 0xCB60, 0xA795, 0xCB61, 0xA796, 0xCB62, 0xA797, 0xCB63, 0xA798, - 0xCB64, 0xC2E5, 0xCB65, 0xA799, 0xCB66, 0xA79A, 0xCB67, 0xA79B, 0xCB68, 0xA79C, 0xCB69, 0xA79D, 0xCB6A, 0xA79E, 0xCB6B, 0xA79F, - 0xCB6C, 0xA7A0, 0xCB6D, 0xA841, 0xCB6E, 0xA842, 0xCB6F, 0xA843, 0xCB70, 0xA844, 0xCB71, 0xA845, 0xCB72, 0xA846, 0xCB73, 0xA847, - 0xCB74, 0xA848, 0xCB75, 0xA849, 0xCB76, 0xA84A, 0xCB77, 0xA84B, 0xCB78, 0xC2E6, 0xCB79, 0xC2E7, 0xCB7A, 0xA84C, 0xCB7B, 0xA84D, - 0xCB7C, 0xA84E, 0xCB7D, 0xA84F, 0xCB7E, 0xA850, 0xCB7F, 0xA851, 0xCB80, 0xA852, 0xCB81, 0xA853, 0xCB82, 0xA854, 0xCB83, 0xA855, - 0xCB84, 0xA856, 0xCB85, 0xA857, 0xCB86, 0xA858, 0xCB87, 0xA859, 0xCB88, 0xA85A, 0xCB89, 0xA861, 0xCB8A, 0xA862, 0xCB8B, 0xA863, - 0xCB8C, 0xA864, 0xCB8D, 0xA865, 0xCB8E, 0xA866, 0xCB8F, 0xA867, 0xCB90, 0xA868, 0xCB91, 0xA869, 0xCB92, 0xA86A, 0xCB93, 0xA86B, - 0xCB94, 0xA86C, 0xCB95, 0xA86D, 0xCB96, 0xA86E, 0xCB97, 0xA86F, 0xCB98, 0xA870, 0xCB99, 0xA871, 0xCB9A, 0xA872, 0xCB9B, 0xA873, - 0xCB9C, 0xC2E8, 0xCB9D, 0xA874, 0xCB9E, 0xA875, 0xCB9F, 0xA876, 0xCBA0, 0xA877, 0xCBA1, 0xA878, 0xCBA2, 0xA879, 0xCBA3, 0xA87A, - 0xCBA4, 0xA881, 0xCBA5, 0xA882, 0xCBA6, 0xA883, 0xCBA7, 0xA884, 0xCBA8, 0xA885, 0xCBA9, 0xA886, 0xCBAA, 0xA887, 0xCBAB, 0xA888, - 0xCBAC, 0xA889, 0xCBAD, 0xA88A, 0xCBAE, 0xA88B, 0xCBAF, 0xA88C, 0xCBB0, 0xA88D, 0xCBB1, 0xA88E, 0xCBB2, 0xA88F, 0xCBB3, 0xA890, - 0xCBB4, 0xA891, 0xCBB5, 0xA892, 0xCBB6, 0xA893, 0xCBB7, 0xA894, 0xCBB8, 0xC2E9, 0xCBB9, 0xA895, 0xCBBA, 0xA896, 0xCBBB, 0xA897, - 0xCBBC, 0xA898, 0xCBBD, 0xA899, 0xCBBE, 0xA89A, 0xCBBF, 0xA89B, 0xCBC0, 0xA89C, 0xCBC1, 0xA89D, 0xCBC2, 0xA89E, 0xCBC3, 0xA89F, - 0xCBC4, 0xA8A0, 0xCBC5, 0xA941, 0xCBC6, 0xA942, 0xCBC7, 0xA943, 0xCBC8, 0xA944, 0xCBC9, 0xA945, 0xCBCA, 0xA946, 0xCBCB, 0xA947, - 0xCBCC, 0xA948, 0xCBCD, 0xA949, 0xCBCE, 0xA94A, 0xCBCF, 0xA94B, 0xCBD0, 0xA94C, 0xCBD1, 0xA94D, 0xCBD2, 0xA94E, 0xCBD3, 0xA94F, - 0xCBD4, 0xC2EA, 0xCBD5, 0xA950, 0xCBD6, 0xA951, 0xCBD7, 0xA952, 0xCBD8, 0xA953, 0xCBD9, 0xA954, 0xCBDA, 0xA955, 0xCBDB, 0xA956, - 0xCBDC, 0xA957, 0xCBDD, 0xA958, 0xCBDE, 0xA959, 0xCBDF, 0xA95A, 0xCBE0, 0xA961, 0xCBE1, 0xA962, 0xCBE2, 0xA963, 0xCBE3, 0xA964, - 0xCBE4, 0xC2EB, 0xCBE5, 0xA965, 0xCBE6, 0xA966, 0xCBE7, 0xC2EC, 0xCBE8, 0xA967, 0xCBE9, 0xC2ED, 0xCBEA, 0xA968, 0xCBEB, 0xA969, - 0xCBEC, 0xA96A, 0xCBED, 0xA96B, 0xCBEE, 0xA96C, 0xCBEF, 0xA96D, 0xCBF0, 0xA96E, 0xCBF1, 0xA96F, 0xCBF2, 0xA970, 0xCBF3, 0xA971, - 0xCBF4, 0xA972, 0xCBF5, 0xA973, 0xCBF6, 0xA974, 0xCBF7, 0xA975, 0xCBF8, 0xA976, 0xCBF9, 0xA977, 0xCBFA, 0xA978, 0xCBFB, 0xA979, - 0xCBFC, 0xA97A, 0xCBFD, 0xA981, 0xCBFE, 0xA982, 0xCBFF, 0xA983, 0xCC00, 0xA984, 0xCC01, 0xA985, 0xCC02, 0xA986, 0xCC03, 0xA987, - 0xCC04, 0xA988, 0xCC05, 0xA989, 0xCC06, 0xA98A, 0xCC07, 0xA98B, 0xCC08, 0xA98C, 0xCC09, 0xA98D, 0xCC0A, 0xA98E, 0xCC0B, 0xA98F, - 0xCC0C, 0xC2EE, 0xCC0D, 0xC2EF, 0xCC0E, 0xA990, 0xCC0F, 0xA991, 0xCC10, 0xC2F0, 0xCC11, 0xA992, 0xCC12, 0xA993, 0xCC13, 0xA994, - 0xCC14, 0xC2F1, 0xCC15, 0xA995, 0xCC16, 0xA996, 0xCC17, 0xA997, 0xCC18, 0xA998, 0xCC19, 0xA999, 0xCC1A, 0xA99A, 0xCC1B, 0xA99B, - 0xCC1C, 0xC2F2, 0xCC1D, 0xC2F3, 0xCC1E, 0xA99C, 0xCC1F, 0xA99D, 0xCC20, 0xA99E, 0xCC21, 0xC2F4, 0xCC22, 0xC2F5, 0xCC23, 0xA99F, - 0xCC24, 0xA9A0, 0xCC25, 0xAA41, 0xCC26, 0xAA42, 0xCC27, 0xC2F6, 0xCC28, 0xC2F7, 0xCC29, 0xC2F8, 0xCC2A, 0xAA43, 0xCC2B, 0xAA44, - 0xCC2C, 0xC2F9, 0xCC2D, 0xAA45, 0xCC2E, 0xC2FA, 0xCC2F, 0xAA46, 0xCC30, 0xC2FB, 0xCC31, 0xAA47, 0xCC32, 0xAA48, 0xCC33, 0xAA49, - 0xCC34, 0xAA4A, 0xCC35, 0xAA4B, 0xCC36, 0xAA4C, 0xCC37, 0xAA4D, 0xCC38, 0xC2FC, 0xCC39, 0xC2FD, 0xCC3A, 0xAA4E, 0xCC3B, 0xC2FE, - 0xCC3C, 0xC3A1, 0xCC3D, 0xC3A2, 0xCC3E, 0xC3A3, 0xCC3F, 0xAA4F, 0xCC40, 0xAA50, 0xCC41, 0xAA51, 0xCC42, 0xAA52, 0xCC43, 0xAA53, - 0xCC44, 0xC3A4, 0xCC45, 0xC3A5, 0xCC46, 0xAA54, 0xCC47, 0xAA55, 0xCC48, 0xC3A6, 0xCC49, 0xAA56, 0xCC4A, 0xAA57, 0xCC4B, 0xAA58, - 0xCC4C, 0xC3A7, 0xCC4D, 0xAA59, 0xCC4E, 0xAA5A, 0xCC4F, 0xAA61, 0xCC50, 0xAA62, 0xCC51, 0xAA63, 0xCC52, 0xAA64, 0xCC53, 0xAA65, - 0xCC54, 0xC3A8, 0xCC55, 0xC3A9, 0xCC56, 0xAA66, 0xCC57, 0xC3AA, 0xCC58, 0xC3AB, 0xCC59, 0xC3AC, 0xCC5A, 0xAA67, 0xCC5B, 0xAA68, - 0xCC5C, 0xAA69, 0xCC5D, 0xAA6A, 0xCC5E, 0xAA6B, 0xCC5F, 0xAA6C, 0xCC60, 0xC3AD, 0xCC61, 0xAA6D, 0xCC62, 0xAA6E, 0xCC63, 0xAA6F, - 0xCC64, 0xC3AE, 0xCC65, 0xAA70, 0xCC66, 0xC3AF, 0xCC67, 0xAA71, 0xCC68, 0xC3B0, 0xCC69, 0xAA72, 0xCC6A, 0xAA73, 0xCC6B, 0xAA74, - 0xCC6C, 0xAA75, 0xCC6D, 0xAA76, 0xCC6E, 0xAA77, 0xCC6F, 0xAA78, 0xCC70, 0xC3B1, 0xCC71, 0xAA79, 0xCC72, 0xAA7A, 0xCC73, 0xAA81, - 0xCC74, 0xAA82, 0xCC75, 0xC3B2, 0xCC76, 0xAA83, 0xCC77, 0xAA84, 0xCC78, 0xAA85, 0xCC79, 0xAA86, 0xCC7A, 0xAA87, 0xCC7B, 0xAA88, - 0xCC7C, 0xAA89, 0xCC7D, 0xAA8A, 0xCC7E, 0xAA8B, 0xCC7F, 0xAA8C, 0xCC80, 0xAA8D, 0xCC81, 0xAA8E, 0xCC82, 0xAA8F, 0xCC83, 0xAA90, - 0xCC84, 0xAA91, 0xCC85, 0xAA92, 0xCC86, 0xAA93, 0xCC87, 0xAA94, 0xCC88, 0xAA95, 0xCC89, 0xAA96, 0xCC8A, 0xAA97, 0xCC8B, 0xAA98, - 0xCC8C, 0xAA99, 0xCC8D, 0xAA9A, 0xCC8E, 0xAA9B, 0xCC8F, 0xAA9C, 0xCC90, 0xAA9D, 0xCC91, 0xAA9E, 0xCC92, 0xAA9F, 0xCC93, 0xAAA0, - 0xCC94, 0xAB41, 0xCC95, 0xAB42, 0xCC96, 0xAB43, 0xCC97, 0xAB44, 0xCC98, 0xC3B3, 0xCC99, 0xC3B4, 0xCC9A, 0xAB45, 0xCC9B, 0xAB46, - 0xCC9C, 0xC3B5, 0xCC9D, 0xAB47, 0xCC9E, 0xAB48, 0xCC9F, 0xAB49, 0xCCA0, 0xC3B6, 0xCCA1, 0xAB4A, 0xCCA2, 0xAB4B, 0xCCA3, 0xAB4C, - 0xCCA4, 0xAB4D, 0xCCA5, 0xAB4E, 0xCCA6, 0xAB4F, 0xCCA7, 0xAB50, 0xCCA8, 0xC3B7, 0xCCA9, 0xC3B8, 0xCCAA, 0xAB51, 0xCCAB, 0xC3B9, - 0xCCAC, 0xC3BA, 0xCCAD, 0xC3BB, 0xCCAE, 0xAB52, 0xCCAF, 0xAB53, 0xCCB0, 0xAB54, 0xCCB1, 0xAB55, 0xCCB2, 0xAB56, 0xCCB3, 0xAB57, - 0xCCB4, 0xC3BC, 0xCCB5, 0xC3BD, 0xCCB6, 0xAB58, 0xCCB7, 0xAB59, 0xCCB8, 0xC3BE, 0xCCB9, 0xAB5A, 0xCCBA, 0xAB61, 0xCCBB, 0xAB62, - 0xCCBC, 0xC3BF, 0xCCBD, 0xAB63, 0xCCBE, 0xAB64, 0xCCBF, 0xAB65, 0xCCC0, 0xAB66, 0xCCC1, 0xAB67, 0xCCC2, 0xAB68, 0xCCC3, 0xAB69, - 0xCCC4, 0xC3C0, 0xCCC5, 0xC3C1, 0xCCC6, 0xAB6A, 0xCCC7, 0xC3C2, 0xCCC8, 0xAB6B, 0xCCC9, 0xC3C3, 0xCCCA, 0xAB6C, 0xCCCB, 0xAB6D, - 0xCCCC, 0xAB6E, 0xCCCD, 0xAB6F, 0xCCCE, 0xAB70, 0xCCCF, 0xAB71, 0xCCD0, 0xC3C4, 0xCCD1, 0xAB72, 0xCCD2, 0xAB73, 0xCCD3, 0xAB74, - 0xCCD4, 0xC3C5, 0xCCD5, 0xAB75, 0xCCD6, 0xAB76, 0xCCD7, 0xAB77, 0xCCD8, 0xAB78, 0xCCD9, 0xAB79, 0xCCDA, 0xAB7A, 0xCCDB, 0xAB81, - 0xCCDC, 0xAB82, 0xCCDD, 0xAB83, 0xCCDE, 0xAB84, 0xCCDF, 0xAB85, 0xCCE0, 0xAB86, 0xCCE1, 0xAB87, 0xCCE2, 0xAB88, 0xCCE3, 0xAB89, - 0xCCE4, 0xC3C6, 0xCCE5, 0xAB8A, 0xCCE6, 0xAB8B, 0xCCE7, 0xAB8C, 0xCCE8, 0xAB8D, 0xCCE9, 0xAB8E, 0xCCEA, 0xAB8F, 0xCCEB, 0xAB90, - 0xCCEC, 0xC3C7, 0xCCED, 0xAB91, 0xCCEE, 0xAB92, 0xCCEF, 0xAB93, 0xCCF0, 0xC3C8, 0xCCF1, 0xAB94, 0xCCF2, 0xAB95, 0xCCF3, 0xAB96, - 0xCCF4, 0xAB97, 0xCCF5, 0xAB98, 0xCCF6, 0xAB99, 0xCCF7, 0xAB9A, 0xCCF8, 0xAB9B, 0xCCF9, 0xAB9C, 0xCCFA, 0xAB9D, 0xCCFB, 0xAB9E, - 0xCCFC, 0xAB9F, 0xCCFD, 0xABA0, 0xCCFE, 0xAC41, 0xCCFF, 0xAC42, 0xCD00, 0xAC43, 0xCD01, 0xC3C9, 0xCD02, 0xAC44, 0xCD03, 0xAC45, - 0xCD04, 0xAC46, 0xCD05, 0xAC47, 0xCD06, 0xAC48, 0xCD07, 0xAC49, 0xCD08, 0xC3CA, 0xCD09, 0xC3CB, 0xCD0A, 0xAC4A, 0xCD0B, 0xAC4B, - 0xCD0C, 0xC3CC, 0xCD0D, 0xAC4C, 0xCD0E, 0xAC4D, 0xCD0F, 0xAC4E, 0xCD10, 0xC3CD, 0xCD11, 0xAC4F, 0xCD12, 0xAC50, 0xCD13, 0xAC51, - 0xCD14, 0xAC52, 0xCD15, 0xAC53, 0xCD16, 0xAC54, 0xCD17, 0xAC55, 0xCD18, 0xC3CE, 0xCD19, 0xC3CF, 0xCD1A, 0xAC56, 0xCD1B, 0xC3D0, - 0xCD1C, 0xAC57, 0xCD1D, 0xC3D1, 0xCD1E, 0xAC58, 0xCD1F, 0xAC59, 0xCD20, 0xAC5A, 0xCD21, 0xAC61, 0xCD22, 0xAC62, 0xCD23, 0xAC63, - 0xCD24, 0xC3D2, 0xCD25, 0xAC64, 0xCD26, 0xAC65, 0xCD27, 0xAC66, 0xCD28, 0xC3D3, 0xCD29, 0xAC67, 0xCD2A, 0xAC68, 0xCD2B, 0xAC69, - 0xCD2C, 0xC3D4, 0xCD2D, 0xAC6A, 0xCD2E, 0xAC6B, 0xCD2F, 0xAC6C, 0xCD30, 0xAC6D, 0xCD31, 0xAC6E, 0xCD32, 0xAC6F, 0xCD33, 0xAC70, - 0xCD34, 0xAC71, 0xCD35, 0xAC72, 0xCD36, 0xAC73, 0xCD37, 0xAC74, 0xCD38, 0xAC75, 0xCD39, 0xC3D5, 0xCD3A, 0xAC76, 0xCD3B, 0xAC77, - 0xCD3C, 0xAC78, 0xCD3D, 0xAC79, 0xCD3E, 0xAC7A, 0xCD3F, 0xAC81, 0xCD40, 0xAC82, 0xCD41, 0xAC83, 0xCD42, 0xAC84, 0xCD43, 0xAC85, - 0xCD44, 0xAC86, 0xCD45, 0xAC87, 0xCD46, 0xAC88, 0xCD47, 0xAC89, 0xCD48, 0xAC8A, 0xCD49, 0xAC8B, 0xCD4A, 0xAC8C, 0xCD4B, 0xAC8D, - 0xCD4C, 0xAC8E, 0xCD4D, 0xAC8F, 0xCD4E, 0xAC90, 0xCD4F, 0xAC91, 0xCD50, 0xAC92, 0xCD51, 0xAC93, 0xCD52, 0xAC94, 0xCD53, 0xAC95, - 0xCD54, 0xAC96, 0xCD55, 0xAC97, 0xCD56, 0xAC98, 0xCD57, 0xAC99, 0xCD58, 0xAC9A, 0xCD59, 0xAC9B, 0xCD5A, 0xAC9C, 0xCD5B, 0xAC9D, - 0xCD5C, 0xC3D6, 0xCD5D, 0xAC9E, 0xCD5E, 0xAC9F, 0xCD5F, 0xACA0, 0xCD60, 0xC3D7, 0xCD61, 0xAD41, 0xCD62, 0xAD42, 0xCD63, 0xAD43, - 0xCD64, 0xC3D8, 0xCD65, 0xAD44, 0xCD66, 0xAD45, 0xCD67, 0xAD46, 0xCD68, 0xAD47, 0xCD69, 0xAD48, 0xCD6A, 0xAD49, 0xCD6B, 0xAD4A, - 0xCD6C, 0xC3D9, 0xCD6D, 0xC3DA, 0xCD6E, 0xAD4B, 0xCD6F, 0xC3DB, 0xCD70, 0xAD4C, 0xCD71, 0xC3DC, 0xCD72, 0xAD4D, 0xCD73, 0xAD4E, - 0xCD74, 0xAD4F, 0xCD75, 0xAD50, 0xCD76, 0xAD51, 0xCD77, 0xAD52, 0xCD78, 0xC3DD, 0xCD79, 0xAD53, 0xCD7A, 0xAD54, 0xCD7B, 0xAD55, - 0xCD7C, 0xAD56, 0xCD7D, 0xAD57, 0xCD7E, 0xAD58, 0xCD7F, 0xAD59, 0xCD80, 0xAD5A, 0xCD81, 0xAD61, 0xCD82, 0xAD62, 0xCD83, 0xAD63, - 0xCD84, 0xAD64, 0xCD85, 0xAD65, 0xCD86, 0xAD66, 0xCD87, 0xAD67, 0xCD88, 0xC3DE, 0xCD89, 0xAD68, 0xCD8A, 0xAD69, 0xCD8B, 0xAD6A, - 0xCD8C, 0xAD6B, 0xCD8D, 0xAD6C, 0xCD8E, 0xAD6D, 0xCD8F, 0xAD6E, 0xCD90, 0xAD6F, 0xCD91, 0xAD70, 0xCD92, 0xAD71, 0xCD93, 0xAD72, - 0xCD94, 0xC3DF, 0xCD95, 0xC3E0, 0xCD96, 0xAD73, 0xCD97, 0xAD74, 0xCD98, 0xC3E1, 0xCD99, 0xAD75, 0xCD9A, 0xAD76, 0xCD9B, 0xAD77, - 0xCD9C, 0xC3E2, 0xCD9D, 0xAD78, 0xCD9E, 0xAD79, 0xCD9F, 0xAD7A, 0xCDA0, 0xAD81, 0xCDA1, 0xAD82, 0xCDA2, 0xAD83, 0xCDA3, 0xAD84, - 0xCDA4, 0xC3E3, 0xCDA5, 0xC3E4, 0xCDA6, 0xAD85, 0xCDA7, 0xC3E5, 0xCDA8, 0xAD86, 0xCDA9, 0xC3E6, 0xCDAA, 0xAD87, 0xCDAB, 0xAD88, - 0xCDAC, 0xAD89, 0xCDAD, 0xAD8A, 0xCDAE, 0xAD8B, 0xCDAF, 0xAD8C, 0xCDB0, 0xC3E7, 0xCDB1, 0xAD8D, 0xCDB2, 0xAD8E, 0xCDB3, 0xAD8F, - 0xCDB4, 0xAD90, 0xCDB5, 0xAD91, 0xCDB6, 0xAD92, 0xCDB7, 0xAD93, 0xCDB8, 0xAD94, 0xCDB9, 0xAD95, 0xCDBA, 0xAD96, 0xCDBB, 0xAD97, - 0xCDBC, 0xAD98, 0xCDBD, 0xAD99, 0xCDBE, 0xAD9A, 0xCDBF, 0xAD9B, 0xCDC0, 0xAD9C, 0xCDC1, 0xAD9D, 0xCDC2, 0xAD9E, 0xCDC3, 0xAD9F, - 0xCDC4, 0xC3E8, 0xCDC5, 0xADA0, 0xCDC6, 0xAE41, 0xCDC7, 0xAE42, 0xCDC8, 0xAE43, 0xCDC9, 0xAE44, 0xCDCA, 0xAE45, 0xCDCB, 0xAE46, - 0xCDCC, 0xC3E9, 0xCDCD, 0xAE47, 0xCDCE, 0xAE48, 0xCDCF, 0xAE49, 0xCDD0, 0xC3EA, 0xCDD1, 0xAE4A, 0xCDD2, 0xAE4B, 0xCDD3, 0xAE4C, - 0xCDD4, 0xAE4D, 0xCDD5, 0xAE4E, 0xCDD6, 0xAE4F, 0xCDD7, 0xAE50, 0xCDD8, 0xAE51, 0xCDD9, 0xAE52, 0xCDDA, 0xAE53, 0xCDDB, 0xAE54, - 0xCDDC, 0xAE55, 0xCDDD, 0xAE56, 0xCDDE, 0xAE57, 0xCDDF, 0xAE58, 0xCDE0, 0xAE59, 0xCDE1, 0xAE5A, 0xCDE2, 0xAE61, 0xCDE3, 0xAE62, - 0xCDE4, 0xAE63, 0xCDE5, 0xAE64, 0xCDE6, 0xAE65, 0xCDE7, 0xAE66, 0xCDE8, 0xC3EB, 0xCDE9, 0xAE67, 0xCDEA, 0xAE68, 0xCDEB, 0xAE69, - 0xCDEC, 0xC3EC, 0xCDED, 0xAE6A, 0xCDEE, 0xAE6B, 0xCDEF, 0xAE6C, 0xCDF0, 0xC3ED, 0xCDF1, 0xAE6D, 0xCDF2, 0xAE6E, 0xCDF3, 0xAE6F, - 0xCDF4, 0xAE70, 0xCDF5, 0xAE71, 0xCDF6, 0xAE72, 0xCDF7, 0xAE73, 0xCDF8, 0xC3EE, 0xCDF9, 0xC3EF, 0xCDFA, 0xAE74, 0xCDFB, 0xC3F0, - 0xCDFC, 0xAE75, 0xCDFD, 0xC3F1, 0xCDFE, 0xAE76, 0xCDFF, 0xAE77, 0xCE00, 0xAE78, 0xCE01, 0xAE79, 0xCE02, 0xAE7A, 0xCE03, 0xAE81, - 0xCE04, 0xC3F2, 0xCE05, 0xAE82, 0xCE06, 0xAE83, 0xCE07, 0xAE84, 0xCE08, 0xC3F3, 0xCE09, 0xAE85, 0xCE0A, 0xAE86, 0xCE0B, 0xAE87, - 0xCE0C, 0xC3F4, 0xCE0D, 0xAE88, 0xCE0E, 0xAE89, 0xCE0F, 0xAE8A, 0xCE10, 0xAE8B, 0xCE11, 0xAE8C, 0xCE12, 0xAE8D, 0xCE13, 0xAE8E, - 0xCE14, 0xC3F5, 0xCE15, 0xAE8F, 0xCE16, 0xAE90, 0xCE17, 0xAE91, 0xCE18, 0xAE92, 0xCE19, 0xC3F6, 0xCE1A, 0xAE93, 0xCE1B, 0xAE94, - 0xCE1C, 0xAE95, 0xCE1D, 0xAE96, 0xCE1E, 0xAE97, 0xCE1F, 0xAE98, 0xCE20, 0xC3F7, 0xCE21, 0xC3F8, 0xCE22, 0xAE99, 0xCE23, 0xAE9A, - 0xCE24, 0xC3F9, 0xCE25, 0xAE9B, 0xCE26, 0xAE9C, 0xCE27, 0xAE9D, 0xCE28, 0xC3FA, 0xCE29, 0xAE9E, 0xCE2A, 0xAE9F, 0xCE2B, 0xAEA0, - 0xCE2C, 0xAF41, 0xCE2D, 0xAF42, 0xCE2E, 0xAF43, 0xCE2F, 0xAF44, 0xCE30, 0xC3FB, 0xCE31, 0xC3FC, 0xCE32, 0xAF45, 0xCE33, 0xC3FD, - 0xCE34, 0xAF46, 0xCE35, 0xC3FE, 0xCE36, 0xAF47, 0xCE37, 0xAF48, 0xCE38, 0xAF49, 0xCE39, 0xAF4A, 0xCE3A, 0xAF4B, 0xCE3B, 0xAF4C, - 0xCE3C, 0xAF4D, 0xCE3D, 0xAF4E, 0xCE3E, 0xAF4F, 0xCE3F, 0xAF50, 0xCE40, 0xAF51, 0xCE41, 0xAF52, 0xCE42, 0xAF53, 0xCE43, 0xAF54, - 0xCE44, 0xAF55, 0xCE45, 0xAF56, 0xCE46, 0xAF57, 0xCE47, 0xAF58, 0xCE48, 0xAF59, 0xCE49, 0xAF5A, 0xCE4A, 0xAF61, 0xCE4B, 0xAF62, - 0xCE4C, 0xAF63, 0xCE4D, 0xAF64, 0xCE4E, 0xAF65, 0xCE4F, 0xAF66, 0xCE50, 0xAF67, 0xCE51, 0xAF68, 0xCE52, 0xAF69, 0xCE53, 0xAF6A, - 0xCE54, 0xAF6B, 0xCE55, 0xAF6C, 0xCE56, 0xAF6D, 0xCE57, 0xAF6E, 0xCE58, 0xC4A1, 0xCE59, 0xC4A2, 0xCE5A, 0xAF6F, 0xCE5B, 0xAF70, - 0xCE5C, 0xC4A3, 0xCE5D, 0xAF71, 0xCE5E, 0xAF72, 0xCE5F, 0xC4A4, 0xCE60, 0xC4A5, 0xCE61, 0xC4A6, 0xCE62, 0xAF73, 0xCE63, 0xAF74, - 0xCE64, 0xAF75, 0xCE65, 0xAF76, 0xCE66, 0xAF77, 0xCE67, 0xAF78, 0xCE68, 0xC4A7, 0xCE69, 0xC4A8, 0xCE6A, 0xAF79, 0xCE6B, 0xC4A9, - 0xCE6C, 0xAF7A, 0xCE6D, 0xC4AA, 0xCE6E, 0xAF81, 0xCE6F, 0xAF82, 0xCE70, 0xAF83, 0xCE71, 0xAF84, 0xCE72, 0xAF85, 0xCE73, 0xAF86, - 0xCE74, 0xC4AB, 0xCE75, 0xC4AC, 0xCE76, 0xAF87, 0xCE77, 0xAF88, 0xCE78, 0xC4AD, 0xCE79, 0xAF89, 0xCE7A, 0xAF8A, 0xCE7B, 0xAF8B, - 0xCE7C, 0xC4AE, 0xCE7D, 0xAF8C, 0xCE7E, 0xAF8D, 0xCE7F, 0xAF8E, 0xCE80, 0xAF8F, 0xCE81, 0xAF90, 0xCE82, 0xAF91, 0xCE83, 0xAF92, - 0xCE84, 0xC4AF, 0xCE85, 0xC4B0, 0xCE86, 0xAF93, 0xCE87, 0xC4B1, 0xCE88, 0xAF94, 0xCE89, 0xC4B2, 0xCE8A, 0xAF95, 0xCE8B, 0xAF96, - 0xCE8C, 0xAF97, 0xCE8D, 0xAF98, 0xCE8E, 0xAF99, 0xCE8F, 0xAF9A, 0xCE90, 0xC4B3, 0xCE91, 0xC4B4, 0xCE92, 0xAF9B, 0xCE93, 0xAF9C, - 0xCE94, 0xC4B5, 0xCE95, 0xAF9D, 0xCE96, 0xAF9E, 0xCE97, 0xAF9F, 0xCE98, 0xC4B6, 0xCE99, 0xAFA0, 0xCE9A, 0xB041, 0xCE9B, 0xB042, - 0xCE9C, 0xB043, 0xCE9D, 0xB044, 0xCE9E, 0xB045, 0xCE9F, 0xB046, 0xCEA0, 0xC4B7, 0xCEA1, 0xC4B8, 0xCEA2, 0xB047, 0xCEA3, 0xC4B9, - 0xCEA4, 0xC4BA, 0xCEA5, 0xC4BB, 0xCEA6, 0xB048, 0xCEA7, 0xB049, 0xCEA8, 0xB04A, 0xCEA9, 0xB04B, 0xCEAA, 0xB04C, 0xCEAB, 0xB04D, - 0xCEAC, 0xC4BC, 0xCEAD, 0xC4BD, 0xCEAE, 0xB04E, 0xCEAF, 0xB04F, 0xCEB0, 0xB050, 0xCEB1, 0xB051, 0xCEB2, 0xB052, 0xCEB3, 0xB053, - 0xCEB4, 0xB054, 0xCEB5, 0xB055, 0xCEB6, 0xB056, 0xCEB7, 0xB057, 0xCEB8, 0xB058, 0xCEB9, 0xB059, 0xCEBA, 0xB05A, 0xCEBB, 0xB061, - 0xCEBC, 0xB062, 0xCEBD, 0xB063, 0xCEBE, 0xB064, 0xCEBF, 0xB065, 0xCEC0, 0xB066, 0xCEC1, 0xC4BE, 0xCEC2, 0xB067, 0xCEC3, 0xB068, - 0xCEC4, 0xB069, 0xCEC5, 0xB06A, 0xCEC6, 0xB06B, 0xCEC7, 0xB06C, 0xCEC8, 0xB06D, 0xCEC9, 0xB06E, 0xCECA, 0xB06F, 0xCECB, 0xB070, - 0xCECC, 0xB071, 0xCECD, 0xB072, 0xCECE, 0xB073, 0xCECF, 0xB074, 0xCED0, 0xB075, 0xCED1, 0xB076, 0xCED2, 0xB077, 0xCED3, 0xB078, - 0xCED4, 0xB079, 0xCED5, 0xB07A, 0xCED6, 0xB081, 0xCED7, 0xB082, 0xCED8, 0xB083, 0xCED9, 0xB084, 0xCEDA, 0xB085, 0xCEDB, 0xB086, - 0xCEDC, 0xB087, 0xCEDD, 0xB088, 0xCEDE, 0xB089, 0xCEDF, 0xB08A, 0xCEE0, 0xB08B, 0xCEE1, 0xB08C, 0xCEE2, 0xB08D, 0xCEE3, 0xB08E, - 0xCEE4, 0xC4BF, 0xCEE5, 0xC4C0, 0xCEE6, 0xB08F, 0xCEE7, 0xB090, 0xCEE8, 0xC4C1, 0xCEE9, 0xB091, 0xCEEA, 0xB092, 0xCEEB, 0xC4C2, - 0xCEEC, 0xC4C3, 0xCEED, 0xB093, 0xCEEE, 0xB094, 0xCEEF, 0xB095, 0xCEF0, 0xB096, 0xCEF1, 0xB097, 0xCEF2, 0xB098, 0xCEF3, 0xB099, - 0xCEF4, 0xC4C4, 0xCEF5, 0xC4C5, 0xCEF6, 0xB09A, 0xCEF7, 0xC4C6, 0xCEF8, 0xC4C7, 0xCEF9, 0xC4C8, 0xCEFA, 0xB09B, 0xCEFB, 0xB09C, - 0xCEFC, 0xB09D, 0xCEFD, 0xB09E, 0xCEFE, 0xB09F, 0xCEFF, 0xB0A0, 0xCF00, 0xC4C9, 0xCF01, 0xC4CA, 0xCF02, 0xB141, 0xCF03, 0xB142, - 0xCF04, 0xC4CB, 0xCF05, 0xB143, 0xCF06, 0xB144, 0xCF07, 0xB145, 0xCF08, 0xC4CC, 0xCF09, 0xB146, 0xCF0A, 0xB147, 0xCF0B, 0xB148, - 0xCF0C, 0xB149, 0xCF0D, 0xB14A, 0xCF0E, 0xB14B, 0xCF0F, 0xB14C, 0xCF10, 0xC4CD, 0xCF11, 0xC4CE, 0xCF12, 0xB14D, 0xCF13, 0xC4CF, - 0xCF14, 0xB14E, 0xCF15, 0xC4D0, 0xCF16, 0xB14F, 0xCF17, 0xB150, 0xCF18, 0xB151, 0xCF19, 0xB152, 0xCF1A, 0xB153, 0xCF1B, 0xB154, - 0xCF1C, 0xC4D1, 0xCF1D, 0xB155, 0xCF1E, 0xB156, 0xCF1F, 0xB157, 0xCF20, 0xC4D2, 0xCF21, 0xB158, 0xCF22, 0xB159, 0xCF23, 0xB15A, - 0xCF24, 0xC4D3, 0xCF25, 0xB161, 0xCF26, 0xB162, 0xCF27, 0xB163, 0xCF28, 0xB164, 0xCF29, 0xB165, 0xCF2A, 0xB166, 0xCF2B, 0xB167, - 0xCF2C, 0xC4D4, 0xCF2D, 0xC4D5, 0xCF2E, 0xB168, 0xCF2F, 0xC4D6, 0xCF30, 0xC4D7, 0xCF31, 0xC4D8, 0xCF32, 0xB169, 0xCF33, 0xB16A, - 0xCF34, 0xB16B, 0xCF35, 0xB16C, 0xCF36, 0xB16D, 0xCF37, 0xB16E, 0xCF38, 0xC4D9, 0xCF39, 0xB16F, 0xCF3A, 0xB170, 0xCF3B, 0xB171, - 0xCF3C, 0xB172, 0xCF3D, 0xB173, 0xCF3E, 0xB174, 0xCF3F, 0xB175, 0xCF40, 0xB176, 0xCF41, 0xB177, 0xCF42, 0xB178, 0xCF43, 0xB179, - 0xCF44, 0xB17A, 0xCF45, 0xB181, 0xCF46, 0xB182, 0xCF47, 0xB183, 0xCF48, 0xB184, 0xCF49, 0xB185, 0xCF4A, 0xB186, 0xCF4B, 0xB187, - 0xCF4C, 0xB188, 0xCF4D, 0xB189, 0xCF4E, 0xB18A, 0xCF4F, 0xB18B, 0xCF50, 0xB18C, 0xCF51, 0xB18D, 0xCF52, 0xB18E, 0xCF53, 0xB18F, - 0xCF54, 0xC4DA, 0xCF55, 0xC4DB, 0xCF56, 0xB190, 0xCF57, 0xB191, 0xCF58, 0xC4DC, 0xCF59, 0xB192, 0xCF5A, 0xB193, 0xCF5B, 0xB194, - 0xCF5C, 0xC4DD, 0xCF5D, 0xB195, 0xCF5E, 0xB196, 0xCF5F, 0xB197, 0xCF60, 0xB198, 0xCF61, 0xB199, 0xCF62, 0xB19A, 0xCF63, 0xB19B, - 0xCF64, 0xC4DE, 0xCF65, 0xC4DF, 0xCF66, 0xB19C, 0xCF67, 0xC4E0, 0xCF68, 0xB19D, 0xCF69, 0xC4E1, 0xCF6A, 0xB19E, 0xCF6B, 0xB19F, - 0xCF6C, 0xB1A0, 0xCF6D, 0xB241, 0xCF6E, 0xB242, 0xCF6F, 0xB243, 0xCF70, 0xC4E2, 0xCF71, 0xC4E3, 0xCF72, 0xB244, 0xCF73, 0xB245, - 0xCF74, 0xC4E4, 0xCF75, 0xB246, 0xCF76, 0xB247, 0xCF77, 0xB248, 0xCF78, 0xC4E5, 0xCF79, 0xB249, 0xCF7A, 0xB24A, 0xCF7B, 0xB24B, - 0xCF7C, 0xB24C, 0xCF7D, 0xB24D, 0xCF7E, 0xB24E, 0xCF7F, 0xB24F, 0xCF80, 0xC4E6, 0xCF81, 0xB250, 0xCF82, 0xB251, 0xCF83, 0xB252, - 0xCF84, 0xB253, 0xCF85, 0xC4E7, 0xCF86, 0xB254, 0xCF87, 0xB255, 0xCF88, 0xB256, 0xCF89, 0xB257, 0xCF8A, 0xB258, 0xCF8B, 0xB259, - 0xCF8C, 0xC4E8, 0xCF8D, 0xB25A, 0xCF8E, 0xB261, 0xCF8F, 0xB262, 0xCF90, 0xB263, 0xCF91, 0xB264, 0xCF92, 0xB265, 0xCF93, 0xB266, - 0xCF94, 0xB267, 0xCF95, 0xB268, 0xCF96, 0xB269, 0xCF97, 0xB26A, 0xCF98, 0xB26B, 0xCF99, 0xB26C, 0xCF9A, 0xB26D, 0xCF9B, 0xB26E, - 0xCF9C, 0xB26F, 0xCF9D, 0xB270, 0xCF9E, 0xB271, 0xCF9F, 0xB272, 0xCFA0, 0xB273, 0xCFA1, 0xC4E9, 0xCFA2, 0xB274, 0xCFA3, 0xB275, - 0xCFA4, 0xB276, 0xCFA5, 0xB277, 0xCFA6, 0xB278, 0xCFA7, 0xB279, 0xCFA8, 0xC4EA, 0xCFA9, 0xB27A, 0xCFAA, 0xB281, 0xCFAB, 0xB282, - 0xCFAC, 0xB283, 0xCFAD, 0xB284, 0xCFAE, 0xB285, 0xCFAF, 0xB286, 0xCFB0, 0xC4EB, 0xCFB1, 0xB287, 0xCFB2, 0xB288, 0xCFB3, 0xB289, - 0xCFB4, 0xB28A, 0xCFB5, 0xB28B, 0xCFB6, 0xB28C, 0xCFB7, 0xB28D, 0xCFB8, 0xB28E, 0xCFB9, 0xB28F, 0xCFBA, 0xB290, 0xCFBB, 0xB291, - 0xCFBC, 0xB292, 0xCFBD, 0xB293, 0xCFBE, 0xB294, 0xCFBF, 0xB295, 0xCFC0, 0xB296, 0xCFC1, 0xB297, 0xCFC2, 0xB298, 0xCFC3, 0xB299, - 0xCFC4, 0xC4EC, 0xCFC5, 0xB29A, 0xCFC6, 0xB29B, 0xCFC7, 0xB29C, 0xCFC8, 0xB29D, 0xCFC9, 0xB29E, 0xCFCA, 0xB29F, 0xCFCB, 0xB2A0, - 0xCFCC, 0xB341, 0xCFCD, 0xB342, 0xCFCE, 0xB343, 0xCFCF, 0xB344, 0xCFD0, 0xB345, 0xCFD1, 0xB346, 0xCFD2, 0xB347, 0xCFD3, 0xB348, - 0xCFD4, 0xB349, 0xCFD5, 0xB34A, 0xCFD6, 0xB34B, 0xCFD7, 0xB34C, 0xCFD8, 0xB34D, 0xCFD9, 0xB34E, 0xCFDA, 0xB34F, 0xCFDB, 0xB350, - 0xCFDC, 0xB351, 0xCFDD, 0xB352, 0xCFDE, 0xB353, 0xCFDF, 0xB354, 0xCFE0, 0xC4ED, 0xCFE1, 0xC4EE, 0xCFE2, 0xB355, 0xCFE3, 0xB356, - 0xCFE4, 0xC4EF, 0xCFE5, 0xB357, 0xCFE6, 0xB358, 0xCFE7, 0xB359, 0xCFE8, 0xC4F0, 0xCFE9, 0xB35A, 0xCFEA, 0xB361, 0xCFEB, 0xB362, - 0xCFEC, 0xB363, 0xCFED, 0xB364, 0xCFEE, 0xB365, 0xCFEF, 0xB366, 0xCFF0, 0xC4F1, 0xCFF1, 0xC4F2, 0xCFF2, 0xB367, 0xCFF3, 0xC4F3, - 0xCFF4, 0xB368, 0xCFF5, 0xC4F4, 0xCFF6, 0xB369, 0xCFF7, 0xB36A, 0xCFF8, 0xB36B, 0xCFF9, 0xB36C, 0xCFFA, 0xB36D, 0xCFFB, 0xB36E, - 0xCFFC, 0xC4F5, 0xCFFD, 0xB36F, 0xCFFE, 0xB370, 0xCFFF, 0xB371, 0xD000, 0xC4F6, 0xD001, 0xB372, 0xD002, 0xB373, 0xD003, 0xB374, - 0xD004, 0xC4F7, 0xD005, 0xB375, 0xD006, 0xB376, 0xD007, 0xB377, 0xD008, 0xB378, 0xD009, 0xB379, 0xD00A, 0xB37A, 0xD00B, 0xB381, - 0xD00C, 0xB382, 0xD00D, 0xB383, 0xD00E, 0xB384, 0xD00F, 0xB385, 0xD010, 0xB386, 0xD011, 0xC4F8, 0xD012, 0xB387, 0xD013, 0xB388, - 0xD014, 0xB389, 0xD015, 0xB38A, 0xD016, 0xB38B, 0xD017, 0xB38C, 0xD018, 0xC4F9, 0xD019, 0xB38D, 0xD01A, 0xB38E, 0xD01B, 0xB38F, - 0xD01C, 0xB390, 0xD01D, 0xB391, 0xD01E, 0xB392, 0xD01F, 0xB393, 0xD020, 0xB394, 0xD021, 0xB395, 0xD022, 0xB396, 0xD023, 0xB397, - 0xD024, 0xB398, 0xD025, 0xB399, 0xD026, 0xB39A, 0xD027, 0xB39B, 0xD028, 0xB39C, 0xD029, 0xB39D, 0xD02A, 0xB39E, 0xD02B, 0xB39F, - 0xD02C, 0xB3A0, 0xD02D, 0xC4FA, 0xD02E, 0xB441, 0xD02F, 0xB442, 0xD030, 0xB443, 0xD031, 0xB444, 0xD032, 0xB445, 0xD033, 0xB446, - 0xD034, 0xC4FB, 0xD035, 0xC4FC, 0xD036, 0xB447, 0xD037, 0xB448, 0xD038, 0xC4FD, 0xD039, 0xB449, 0xD03A, 0xB44A, 0xD03B, 0xB44B, - 0xD03C, 0xC4FE, 0xD03D, 0xB44C, 0xD03E, 0xB44D, 0xD03F, 0xB44E, 0xD040, 0xB44F, 0xD041, 0xB450, 0xD042, 0xB451, 0xD043, 0xB452, - 0xD044, 0xC5A1, 0xD045, 0xC5A2, 0xD046, 0xB453, 0xD047, 0xC5A3, 0xD048, 0xB454, 0xD049, 0xC5A4, 0xD04A, 0xB455, 0xD04B, 0xB456, - 0xD04C, 0xB457, 0xD04D, 0xB458, 0xD04E, 0xB459, 0xD04F, 0xB45A, 0xD050, 0xC5A5, 0xD051, 0xB461, 0xD052, 0xB462, 0xD053, 0xB463, - 0xD054, 0xC5A6, 0xD055, 0xB464, 0xD056, 0xB465, 0xD057, 0xB466, 0xD058, 0xC5A7, 0xD059, 0xB467, 0xD05A, 0xB468, 0xD05B, 0xB469, - 0xD05C, 0xB46A, 0xD05D, 0xB46B, 0xD05E, 0xB46C, 0xD05F, 0xB46D, 0xD060, 0xC5A8, 0xD061, 0xB46E, 0xD062, 0xB46F, 0xD063, 0xB470, - 0xD064, 0xB471, 0xD065, 0xB472, 0xD066, 0xB473, 0xD067, 0xB474, 0xD068, 0xB475, 0xD069, 0xB476, 0xD06A, 0xB477, 0xD06B, 0xB478, - 0xD06C, 0xC5A9, 0xD06D, 0xC5AA, 0xD06E, 0xB479, 0xD06F, 0xB47A, 0xD070, 0xC5AB, 0xD071, 0xB481, 0xD072, 0xB482, 0xD073, 0xB483, - 0xD074, 0xC5AC, 0xD075, 0xB484, 0xD076, 0xB485, 0xD077, 0xB486, 0xD078, 0xB487, 0xD079, 0xB488, 0xD07A, 0xB489, 0xD07B, 0xB48A, - 0xD07C, 0xC5AD, 0xD07D, 0xC5AE, 0xD07E, 0xB48B, 0xD07F, 0xB48C, 0xD080, 0xB48D, 0xD081, 0xC5AF, 0xD082, 0xB48E, 0xD083, 0xB48F, - 0xD084, 0xB490, 0xD085, 0xB491, 0xD086, 0xB492, 0xD087, 0xB493, 0xD088, 0xB494, 0xD089, 0xB495, 0xD08A, 0xB496, 0xD08B, 0xB497, - 0xD08C, 0xB498, 0xD08D, 0xB499, 0xD08E, 0xB49A, 0xD08F, 0xB49B, 0xD090, 0xB49C, 0xD091, 0xB49D, 0xD092, 0xB49E, 0xD093, 0xB49F, - 0xD094, 0xB4A0, 0xD095, 0xB541, 0xD096, 0xB542, 0xD097, 0xB543, 0xD098, 0xB544, 0xD099, 0xB545, 0xD09A, 0xB546, 0xD09B, 0xB547, - 0xD09C, 0xB548, 0xD09D, 0xB549, 0xD09E, 0xB54A, 0xD09F, 0xB54B, 0xD0A0, 0xB54C, 0xD0A1, 0xB54D, 0xD0A2, 0xB54E, 0xD0A3, 0xB54F, - 0xD0A4, 0xC5B0, 0xD0A5, 0xC5B1, 0xD0A6, 0xB550, 0xD0A7, 0xB551, 0xD0A8, 0xC5B2, 0xD0A9, 0xB552, 0xD0AA, 0xB553, 0xD0AB, 0xB554, - 0xD0AC, 0xC5B3, 0xD0AD, 0xB555, 0xD0AE, 0xB556, 0xD0AF, 0xB557, 0xD0B0, 0xB558, 0xD0B1, 0xB559, 0xD0B2, 0xB55A, 0xD0B3, 0xB561, - 0xD0B4, 0xC5B4, 0xD0B5, 0xC5B5, 0xD0B6, 0xB562, 0xD0B7, 0xC5B6, 0xD0B8, 0xB563, 0xD0B9, 0xC5B7, 0xD0BA, 0xB564, 0xD0BB, 0xB565, - 0xD0BC, 0xB566, 0xD0BD, 0xB567, 0xD0BE, 0xB568, 0xD0BF, 0xB569, 0xD0C0, 0xC5B8, 0xD0C1, 0xC5B9, 0xD0C2, 0xB56A, 0xD0C3, 0xB56B, - 0xD0C4, 0xC5BA, 0xD0C5, 0xB56C, 0xD0C6, 0xB56D, 0xD0C7, 0xB56E, 0xD0C8, 0xC5BB, 0xD0C9, 0xC5BC, 0xD0CA, 0xB56F, 0xD0CB, 0xB570, - 0xD0CC, 0xB571, 0xD0CD, 0xB572, 0xD0CE, 0xB573, 0xD0CF, 0xB574, 0xD0D0, 0xC5BD, 0xD0D1, 0xC5BE, 0xD0D2, 0xB575, 0xD0D3, 0xC5BF, - 0xD0D4, 0xC5C0, 0xD0D5, 0xC5C1, 0xD0D6, 0xB576, 0xD0D7, 0xB577, 0xD0D8, 0xB578, 0xD0D9, 0xB579, 0xD0DA, 0xB57A, 0xD0DB, 0xB581, - 0xD0DC, 0xC5C2, 0xD0DD, 0xC5C3, 0xD0DE, 0xB582, 0xD0DF, 0xB583, 0xD0E0, 0xC5C4, 0xD0E1, 0xB584, 0xD0E2, 0xB585, 0xD0E3, 0xB586, - 0xD0E4, 0xC5C5, 0xD0E5, 0xB587, 0xD0E6, 0xB588, 0xD0E7, 0xB589, 0xD0E8, 0xB58A, 0xD0E9, 0xB58B, 0xD0EA, 0xB58C, 0xD0EB, 0xB58D, - 0xD0EC, 0xC5C6, 0xD0ED, 0xC5C7, 0xD0EE, 0xB58E, 0xD0EF, 0xC5C8, 0xD0F0, 0xC5C9, 0xD0F1, 0xC5CA, 0xD0F2, 0xB58F, 0xD0F3, 0xB590, - 0xD0F4, 0xB591, 0xD0F5, 0xB592, 0xD0F6, 0xB593, 0xD0F7, 0xB594, 0xD0F8, 0xC5CB, 0xD0F9, 0xB595, 0xD0FA, 0xB596, 0xD0FB, 0xB597, - 0xD0FC, 0xB598, 0xD0FD, 0xB599, 0xD0FE, 0xB59A, 0xD0FF, 0xB59B, 0xD100, 0xB59C, 0xD101, 0xB59D, 0xD102, 0xB59E, 0xD103, 0xB59F, - 0xD104, 0xB5A0, 0xD105, 0xB641, 0xD106, 0xB642, 0xD107, 0xB643, 0xD108, 0xB644, 0xD109, 0xB645, 0xD10A, 0xB646, 0xD10B, 0xB647, - 0xD10C, 0xB648, 0xD10D, 0xC5CC, 0xD10E, 0xB649, 0xD10F, 0xB64A, 0xD110, 0xB64B, 0xD111, 0xB64C, 0xD112, 0xB64D, 0xD113, 0xB64E, - 0xD114, 0xB64F, 0xD115, 0xB650, 0xD116, 0xB651, 0xD117, 0xB652, 0xD118, 0xB653, 0xD119, 0xB654, 0xD11A, 0xB655, 0xD11B, 0xB656, - 0xD11C, 0xB657, 0xD11D, 0xB658, 0xD11E, 0xB659, 0xD11F, 0xB65A, 0xD120, 0xB661, 0xD121, 0xB662, 0xD122, 0xB663, 0xD123, 0xB664, - 0xD124, 0xB665, 0xD125, 0xB666, 0xD126, 0xB667, 0xD127, 0xB668, 0xD128, 0xB669, 0xD129, 0xB66A, 0xD12A, 0xB66B, 0xD12B, 0xB66C, - 0xD12C, 0xB66D, 0xD12D, 0xB66E, 0xD12E, 0xB66F, 0xD12F, 0xB670, 0xD130, 0xC5CD, 0xD131, 0xC5CE, 0xD132, 0xB671, 0xD133, 0xB672, - 0xD134, 0xC5CF, 0xD135, 0xB673, 0xD136, 0xB674, 0xD137, 0xB675, 0xD138, 0xC5D0, 0xD139, 0xB676, 0xD13A, 0xC5D1, 0xD13B, 0xB677, - 0xD13C, 0xB678, 0xD13D, 0xB679, 0xD13E, 0xB67A, 0xD13F, 0xB681, 0xD140, 0xC5D2, 0xD141, 0xC5D3, 0xD142, 0xB682, 0xD143, 0xC5D4, - 0xD144, 0xC5D5, 0xD145, 0xC5D6, 0xD146, 0xB683, 0xD147, 0xB684, 0xD148, 0xB685, 0xD149, 0xB686, 0xD14A, 0xB687, 0xD14B, 0xB688, - 0xD14C, 0xC5D7, 0xD14D, 0xC5D8, 0xD14E, 0xB689, 0xD14F, 0xB68A, 0xD150, 0xC5D9, 0xD151, 0xB68B, 0xD152, 0xB68C, 0xD153, 0xB68D, - 0xD154, 0xC5DA, 0xD155, 0xB68E, 0xD156, 0xB68F, 0xD157, 0xB690, 0xD158, 0xB691, 0xD159, 0xB692, 0xD15A, 0xB693, 0xD15B, 0xB694, - 0xD15C, 0xC5DB, 0xD15D, 0xC5DC, 0xD15E, 0xB695, 0xD15F, 0xC5DD, 0xD160, 0xB696, 0xD161, 0xC5DE, 0xD162, 0xB697, 0xD163, 0xB698, - 0xD164, 0xB699, 0xD165, 0xB69A, 0xD166, 0xB69B, 0xD167, 0xB69C, 0xD168, 0xC5DF, 0xD169, 0xB69D, 0xD16A, 0xB69E, 0xD16B, 0xB69F, - 0xD16C, 0xC5E0, 0xD16D, 0xB6A0, 0xD16E, 0xB741, 0xD16F, 0xB742, 0xD170, 0xB743, 0xD171, 0xB744, 0xD172, 0xB745, 0xD173, 0xB746, - 0xD174, 0xB747, 0xD175, 0xB748, 0xD176, 0xB749, 0xD177, 0xB74A, 0xD178, 0xB74B, 0xD179, 0xB74C, 0xD17A, 0xB74D, 0xD17B, 0xB74E, - 0xD17C, 0xC5E1, 0xD17D, 0xB74F, 0xD17E, 0xB750, 0xD17F, 0xB751, 0xD180, 0xB752, 0xD181, 0xB753, 0xD182, 0xB754, 0xD183, 0xB755, - 0xD184, 0xC5E2, 0xD185, 0xB756, 0xD186, 0xB757, 0xD187, 0xB758, 0xD188, 0xC5E3, 0xD189, 0xB759, 0xD18A, 0xB75A, 0xD18B, 0xB761, - 0xD18C, 0xB762, 0xD18D, 0xB763, 0xD18E, 0xB764, 0xD18F, 0xB765, 0xD190, 0xB766, 0xD191, 0xB767, 0xD192, 0xB768, 0xD193, 0xB769, - 0xD194, 0xB76A, 0xD195, 0xB76B, 0xD196, 0xB76C, 0xD197, 0xB76D, 0xD198, 0xB76E, 0xD199, 0xB76F, 0xD19A, 0xB770, 0xD19B, 0xB771, - 0xD19C, 0xB772, 0xD19D, 0xB773, 0xD19E, 0xB774, 0xD19F, 0xB775, 0xD1A0, 0xC5E4, 0xD1A1, 0xC5E5, 0xD1A2, 0xB776, 0xD1A3, 0xB777, - 0xD1A4, 0xC5E6, 0xD1A5, 0xB778, 0xD1A6, 0xB779, 0xD1A7, 0xB77A, 0xD1A8, 0xC5E7, 0xD1A9, 0xB781, 0xD1AA, 0xB782, 0xD1AB, 0xB783, - 0xD1AC, 0xB784, 0xD1AD, 0xB785, 0xD1AE, 0xB786, 0xD1AF, 0xB787, 0xD1B0, 0xC5E8, 0xD1B1, 0xC5E9, 0xD1B2, 0xB788, 0xD1B3, 0xC5EA, - 0xD1B4, 0xB789, 0xD1B5, 0xC5EB, 0xD1B6, 0xB78A, 0xD1B7, 0xB78B, 0xD1B8, 0xB78C, 0xD1B9, 0xB78D, 0xD1BA, 0xC5EC, 0xD1BB, 0xB78E, - 0xD1BC, 0xC5ED, 0xD1BD, 0xB78F, 0xD1BE, 0xB790, 0xD1BF, 0xB791, 0xD1C0, 0xC5EE, 0xD1C1, 0xB792, 0xD1C2, 0xB793, 0xD1C3, 0xB794, - 0xD1C4, 0xB795, 0xD1C5, 0xB796, 0xD1C6, 0xB797, 0xD1C7, 0xB798, 0xD1C8, 0xB799, 0xD1C9, 0xB79A, 0xD1CA, 0xB79B, 0xD1CB, 0xB79C, - 0xD1CC, 0xB79D, 0xD1CD, 0xB79E, 0xD1CE, 0xB79F, 0xD1CF, 0xB7A0, 0xD1D0, 0xB841, 0xD1D1, 0xB842, 0xD1D2, 0xB843, 0xD1D3, 0xB844, - 0xD1D4, 0xB845, 0xD1D5, 0xB846, 0xD1D6, 0xB847, 0xD1D7, 0xB848, 0xD1D8, 0xC5EF, 0xD1D9, 0xB849, 0xD1DA, 0xB84A, 0xD1DB, 0xB84B, - 0xD1DC, 0xB84C, 0xD1DD, 0xB84D, 0xD1DE, 0xB84E, 0xD1DF, 0xB84F, 0xD1E0, 0xB850, 0xD1E1, 0xB851, 0xD1E2, 0xB852, 0xD1E3, 0xB853, - 0xD1E4, 0xB854, 0xD1E5, 0xB855, 0xD1E6, 0xB856, 0xD1E7, 0xB857, 0xD1E8, 0xB858, 0xD1E9, 0xB859, 0xD1EA, 0xB85A, 0xD1EB, 0xB861, - 0xD1EC, 0xB862, 0xD1ED, 0xB863, 0xD1EE, 0xB864, 0xD1EF, 0xB865, 0xD1F0, 0xB866, 0xD1F1, 0xB867, 0xD1F2, 0xB868, 0xD1F3, 0xB869, - 0xD1F4, 0xC5F0, 0xD1F5, 0xB86A, 0xD1F6, 0xB86B, 0xD1F7, 0xB86C, 0xD1F8, 0xC5F1, 0xD1F9, 0xB86D, 0xD1FA, 0xB86E, 0xD1FB, 0xB86F, - 0xD1FC, 0xB870, 0xD1FD, 0xB871, 0xD1FE, 0xB872, 0xD1FF, 0xB873, 0xD200, 0xB874, 0xD201, 0xB875, 0xD202, 0xB876, 0xD203, 0xB877, - 0xD204, 0xB878, 0xD205, 0xB879, 0xD206, 0xB87A, 0xD207, 0xC5F2, 0xD208, 0xB881, 0xD209, 0xC5F3, 0xD20A, 0xB882, 0xD20B, 0xB883, - 0xD20C, 0xB884, 0xD20D, 0xB885, 0xD20E, 0xB886, 0xD20F, 0xB887, 0xD210, 0xC5F4, 0xD211, 0xB888, 0xD212, 0xB889, 0xD213, 0xB88A, - 0xD214, 0xB88B, 0xD215, 0xB88C, 0xD216, 0xB88D, 0xD217, 0xB88E, 0xD218, 0xB88F, 0xD219, 0xB890, 0xD21A, 0xB891, 0xD21B, 0xB892, - 0xD21C, 0xB893, 0xD21D, 0xB894, 0xD21E, 0xB895, 0xD21F, 0xB896, 0xD220, 0xB897, 0xD221, 0xB898, 0xD222, 0xB899, 0xD223, 0xB89A, - 0xD224, 0xB89B, 0xD225, 0xB89C, 0xD226, 0xB89D, 0xD227, 0xB89E, 0xD228, 0xB89F, 0xD229, 0xB8A0, 0xD22A, 0xB941, 0xD22B, 0xB942, - 0xD22C, 0xC5F5, 0xD22D, 0xC5F6, 0xD22E, 0xB943, 0xD22F, 0xB944, 0xD230, 0xC5F7, 0xD231, 0xB945, 0xD232, 0xB946, 0xD233, 0xB947, - 0xD234, 0xC5F8, 0xD235, 0xB948, 0xD236, 0xB949, 0xD237, 0xB94A, 0xD238, 0xB94B, 0xD239, 0xB94C, 0xD23A, 0xB94D, 0xD23B, 0xB94E, - 0xD23C, 0xC5F9, 0xD23D, 0xC5FA, 0xD23E, 0xB94F, 0xD23F, 0xC5FB, 0xD240, 0xB950, 0xD241, 0xC5FC, 0xD242, 0xB951, 0xD243, 0xB952, - 0xD244, 0xB953, 0xD245, 0xB954, 0xD246, 0xB955, 0xD247, 0xB956, 0xD248, 0xC5FD, 0xD249, 0xB957, 0xD24A, 0xB958, 0xD24B, 0xB959, - 0xD24C, 0xB95A, 0xD24D, 0xB961, 0xD24E, 0xB962, 0xD24F, 0xB963, 0xD250, 0xB964, 0xD251, 0xB965, 0xD252, 0xB966, 0xD253, 0xB967, - 0xD254, 0xB968, 0xD255, 0xB969, 0xD256, 0xB96A, 0xD257, 0xB96B, 0xD258, 0xB96C, 0xD259, 0xB96D, 0xD25A, 0xB96E, 0xD25B, 0xB96F, - 0xD25C, 0xC5FE, 0xD25D, 0xB970, 0xD25E, 0xB971, 0xD25F, 0xB972, 0xD260, 0xB973, 0xD261, 0xB974, 0xD262, 0xB975, 0xD263, 0xB976, - 0xD264, 0xC6A1, 0xD265, 0xB977, 0xD266, 0xB978, 0xD267, 0xB979, 0xD268, 0xB97A, 0xD269, 0xB981, 0xD26A, 0xB982, 0xD26B, 0xB983, - 0xD26C, 0xB984, 0xD26D, 0xB985, 0xD26E, 0xB986, 0xD26F, 0xB987, 0xD270, 0xB988, 0xD271, 0xB989, 0xD272, 0xB98A, 0xD273, 0xB98B, - 0xD274, 0xB98C, 0xD275, 0xB98D, 0xD276, 0xB98E, 0xD277, 0xB98F, 0xD278, 0xB990, 0xD279, 0xB991, 0xD27A, 0xB992, 0xD27B, 0xB993, - 0xD27C, 0xB994, 0xD27D, 0xB995, 0xD27E, 0xB996, 0xD27F, 0xB997, 0xD280, 0xC6A2, 0xD281, 0xC6A3, 0xD282, 0xB998, 0xD283, 0xB999, - 0xD284, 0xC6A4, 0xD285, 0xB99A, 0xD286, 0xB99B, 0xD287, 0xB99C, 0xD288, 0xC6A5, 0xD289, 0xB99D, 0xD28A, 0xB99E, 0xD28B, 0xB99F, - 0xD28C, 0xB9A0, 0xD28D, 0xBA41, 0xD28E, 0xBA42, 0xD28F, 0xBA43, 0xD290, 0xC6A6, 0xD291, 0xC6A7, 0xD292, 0xBA44, 0xD293, 0xBA45, - 0xD294, 0xBA46, 0xD295, 0xC6A8, 0xD296, 0xBA47, 0xD297, 0xBA48, 0xD298, 0xBA49, 0xD299, 0xBA4A, 0xD29A, 0xBA4B, 0xD29B, 0xBA4C, - 0xD29C, 0xC6A9, 0xD29D, 0xBA4D, 0xD29E, 0xBA4E, 0xD29F, 0xBA4F, 0xD2A0, 0xC6AA, 0xD2A1, 0xBA50, 0xD2A2, 0xBA51, 0xD2A3, 0xBA52, - 0xD2A4, 0xC6AB, 0xD2A5, 0xBA53, 0xD2A6, 0xBA54, 0xD2A7, 0xBA55, 0xD2A8, 0xBA56, 0xD2A9, 0xBA57, 0xD2AA, 0xBA58, 0xD2AB, 0xBA59, - 0xD2AC, 0xC6AC, 0xD2AD, 0xBA5A, 0xD2AE, 0xBA61, 0xD2AF, 0xBA62, 0xD2B0, 0xBA63, 0xD2B1, 0xC6AD, 0xD2B2, 0xBA64, 0xD2B3, 0xBA65, - 0xD2B4, 0xBA66, 0xD2B5, 0xBA67, 0xD2B6, 0xBA68, 0xD2B7, 0xBA69, 0xD2B8, 0xC6AE, 0xD2B9, 0xC6AF, 0xD2BA, 0xBA6A, 0xD2BB, 0xBA6B, - 0xD2BC, 0xC6B0, 0xD2BD, 0xBA6C, 0xD2BE, 0xBA6D, 0xD2BF, 0xC6B1, 0xD2C0, 0xC6B2, 0xD2C1, 0xBA6E, 0xD2C2, 0xC6B3, 0xD2C3, 0xBA6F, - 0xD2C4, 0xBA70, 0xD2C5, 0xBA71, 0xD2C6, 0xBA72, 0xD2C7, 0xBA73, 0xD2C8, 0xC6B4, 0xD2C9, 0xC6B5, 0xD2CA, 0xBA74, 0xD2CB, 0xC6B6, - 0xD2CC, 0xBA75, 0xD2CD, 0xBA76, 0xD2CE, 0xBA77, 0xD2CF, 0xBA78, 0xD2D0, 0xBA79, 0xD2D1, 0xBA7A, 0xD2D2, 0xBA81, 0xD2D3, 0xBA82, - 0xD2D4, 0xC6B7, 0xD2D5, 0xBA83, 0xD2D6, 0xBA84, 0xD2D7, 0xBA85, 0xD2D8, 0xC6B8, 0xD2D9, 0xBA86, 0xD2DA, 0xBA87, 0xD2DB, 0xBA88, - 0xD2DC, 0xC6B9, 0xD2DD, 0xBA89, 0xD2DE, 0xBA8A, 0xD2DF, 0xBA8B, 0xD2E0, 0xBA8C, 0xD2E1, 0xBA8D, 0xD2E2, 0xBA8E, 0xD2E3, 0xBA8F, - 0xD2E4, 0xC6BA, 0xD2E5, 0xC6BB, 0xD2E6, 0xBA90, 0xD2E7, 0xBA91, 0xD2E8, 0xBA92, 0xD2E9, 0xBA93, 0xD2EA, 0xBA94, 0xD2EB, 0xBA95, - 0xD2EC, 0xBA96, 0xD2ED, 0xBA97, 0xD2EE, 0xBA98, 0xD2EF, 0xBA99, 0xD2F0, 0xC6BC, 0xD2F1, 0xC6BD, 0xD2F2, 0xBA9A, 0xD2F3, 0xBA9B, - 0xD2F4, 0xC6BE, 0xD2F5, 0xBA9C, 0xD2F6, 0xBA9D, 0xD2F7, 0xBA9E, 0xD2F8, 0xC6BF, 0xD2F9, 0xBA9F, 0xD2FA, 0xBAA0, 0xD2FB, 0xBB41, - 0xD2FC, 0xBB42, 0xD2FD, 0xBB43, 0xD2FE, 0xBB44, 0xD2FF, 0xBB45, 0xD300, 0xC6C0, 0xD301, 0xC6C1, 0xD302, 0xBB46, 0xD303, 0xC6C2, - 0xD304, 0xBB47, 0xD305, 0xC6C3, 0xD306, 0xBB48, 0xD307, 0xBB49, 0xD308, 0xBB4A, 0xD309, 0xBB4B, 0xD30A, 0xBB4C, 0xD30B, 0xBB4D, - 0xD30C, 0xC6C4, 0xD30D, 0xC6C5, 0xD30E, 0xC6C6, 0xD30F, 0xBB4E, 0xD310, 0xC6C7, 0xD311, 0xBB4F, 0xD312, 0xBB50, 0xD313, 0xBB51, - 0xD314, 0xC6C8, 0xD315, 0xBB52, 0xD316, 0xC6C9, 0xD317, 0xBB53, 0xD318, 0xBB54, 0xD319, 0xBB55, 0xD31A, 0xBB56, 0xD31B, 0xBB57, - 0xD31C, 0xC6CA, 0xD31D, 0xC6CB, 0xD31E, 0xBB58, 0xD31F, 0xC6CC, 0xD320, 0xC6CD, 0xD321, 0xC6CE, 0xD322, 0xBB59, 0xD323, 0xBB5A, - 0xD324, 0xBB61, 0xD325, 0xC6CF, 0xD326, 0xBB62, 0xD327, 0xBB63, 0xD328, 0xC6D0, 0xD329, 0xC6D1, 0xD32A, 0xBB64, 0xD32B, 0xBB65, - 0xD32C, 0xC6D2, 0xD32D, 0xBB66, 0xD32E, 0xBB67, 0xD32F, 0xBB68, 0xD330, 0xC6D3, 0xD331, 0xBB69, 0xD332, 0xBB6A, 0xD333, 0xBB6B, - 0xD334, 0xBB6C, 0xD335, 0xBB6D, 0xD336, 0xBB6E, 0xD337, 0xBB6F, 0xD338, 0xC6D4, 0xD339, 0xC6D5, 0xD33A, 0xBB70, 0xD33B, 0xC6D6, - 0xD33C, 0xC6D7, 0xD33D, 0xC6D8, 0xD33E, 0xBB71, 0xD33F, 0xBB72, 0xD340, 0xBB73, 0xD341, 0xBB74, 0xD342, 0xBB75, 0xD343, 0xBB76, - 0xD344, 0xC6D9, 0xD345, 0xC6DA, 0xD346, 0xBB77, 0xD347, 0xBB78, 0xD348, 0xBB79, 0xD349, 0xBB7A, 0xD34A, 0xBB81, 0xD34B, 0xBB82, - 0xD34C, 0xBB83, 0xD34D, 0xBB84, 0xD34E, 0xBB85, 0xD34F, 0xBB86, 0xD350, 0xBB87, 0xD351, 0xBB88, 0xD352, 0xBB89, 0xD353, 0xBB8A, - 0xD354, 0xBB8B, 0xD355, 0xBB8C, 0xD356, 0xBB8D, 0xD357, 0xBB8E, 0xD358, 0xBB8F, 0xD359, 0xBB90, 0xD35A, 0xBB91, 0xD35B, 0xBB92, - 0xD35C, 0xBB93, 0xD35D, 0xBB94, 0xD35E, 0xBB95, 0xD35F, 0xBB96, 0xD360, 0xBB97, 0xD361, 0xBB98, 0xD362, 0xBB99, 0xD363, 0xBB9A, - 0xD364, 0xBB9B, 0xD365, 0xBB9C, 0xD366, 0xBB9D, 0xD367, 0xBB9E, 0xD368, 0xBB9F, 0xD369, 0xBBA0, 0xD36A, 0xBC41, 0xD36B, 0xBC42, - 0xD36C, 0xBC43, 0xD36D, 0xBC44, 0xD36E, 0xBC45, 0xD36F, 0xBC46, 0xD370, 0xBC47, 0xD371, 0xBC48, 0xD372, 0xBC49, 0xD373, 0xBC4A, - 0xD374, 0xBC4B, 0xD375, 0xBC4C, 0xD376, 0xBC4D, 0xD377, 0xBC4E, 0xD378, 0xBC4F, 0xD379, 0xBC50, 0xD37A, 0xBC51, 0xD37B, 0xBC52, - 0xD37C, 0xC6DB, 0xD37D, 0xC6DC, 0xD37E, 0xBC53, 0xD37F, 0xBC54, 0xD380, 0xC6DD, 0xD381, 0xBC55, 0xD382, 0xBC56, 0xD383, 0xBC57, - 0xD384, 0xC6DE, 0xD385, 0xBC58, 0xD386, 0xBC59, 0xD387, 0xBC5A, 0xD388, 0xBC61, 0xD389, 0xBC62, 0xD38A, 0xBC63, 0xD38B, 0xBC64, - 0xD38C, 0xC6DF, 0xD38D, 0xC6E0, 0xD38E, 0xBC65, 0xD38F, 0xC6E1, 0xD390, 0xC6E2, 0xD391, 0xC6E3, 0xD392, 0xBC66, 0xD393, 0xBC67, - 0xD394, 0xBC68, 0xD395, 0xBC69, 0xD396, 0xBC6A, 0xD397, 0xBC6B, 0xD398, 0xC6E4, 0xD399, 0xC6E5, 0xD39A, 0xBC6C, 0xD39B, 0xBC6D, - 0xD39C, 0xC6E6, 0xD39D, 0xBC6E, 0xD39E, 0xBC6F, 0xD39F, 0xBC70, 0xD3A0, 0xC6E7, 0xD3A1, 0xBC71, 0xD3A2, 0xBC72, 0xD3A3, 0xBC73, - 0xD3A4, 0xBC74, 0xD3A5, 0xBC75, 0xD3A6, 0xBC76, 0xD3A7, 0xBC77, 0xD3A8, 0xC6E8, 0xD3A9, 0xC6E9, 0xD3AA, 0xBC78, 0xD3AB, 0xC6EA, - 0xD3AC, 0xBC79, 0xD3AD, 0xC6EB, 0xD3AE, 0xBC7A, 0xD3AF, 0xBC81, 0xD3B0, 0xBC82, 0xD3B1, 0xBC83, 0xD3B2, 0xBC84, 0xD3B3, 0xBC85, - 0xD3B4, 0xC6EC, 0xD3B5, 0xBC86, 0xD3B6, 0xBC87, 0xD3B7, 0xBC88, 0xD3B8, 0xC6ED, 0xD3B9, 0xBC89, 0xD3BA, 0xBC8A, 0xD3BB, 0xBC8B, - 0xD3BC, 0xC6EE, 0xD3BD, 0xBC8C, 0xD3BE, 0xBC8D, 0xD3BF, 0xBC8E, 0xD3C0, 0xBC8F, 0xD3C1, 0xBC90, 0xD3C2, 0xBC91, 0xD3C3, 0xBC92, - 0xD3C4, 0xC6EF, 0xD3C5, 0xC6F0, 0xD3C6, 0xBC93, 0xD3C7, 0xBC94, 0xD3C8, 0xC6F1, 0xD3C9, 0xC6F2, 0xD3CA, 0xBC95, 0xD3CB, 0xBC96, - 0xD3CC, 0xBC97, 0xD3CD, 0xBC98, 0xD3CE, 0xBC99, 0xD3CF, 0xBC9A, 0xD3D0, 0xC6F3, 0xD3D1, 0xBC9B, 0xD3D2, 0xBC9C, 0xD3D3, 0xBC9D, - 0xD3D4, 0xBC9E, 0xD3D5, 0xBC9F, 0xD3D6, 0xBCA0, 0xD3D7, 0xBD41, 0xD3D8, 0xC6F4, 0xD3D9, 0xBD42, 0xD3DA, 0xBD43, 0xD3DB, 0xBD44, - 0xD3DC, 0xBD45, 0xD3DD, 0xBD46, 0xD3DE, 0xBD47, 0xD3DF, 0xBD48, 0xD3E0, 0xBD49, 0xD3E1, 0xC6F5, 0xD3E2, 0xBD4A, 0xD3E3, 0xC6F6, - 0xD3E4, 0xBD4B, 0xD3E5, 0xBD4C, 0xD3E6, 0xBD4D, 0xD3E7, 0xBD4E, 0xD3E8, 0xBD4F, 0xD3E9, 0xBD50, 0xD3EA, 0xBD51, 0xD3EB, 0xBD52, - 0xD3EC, 0xC6F7, 0xD3ED, 0xC6F8, 0xD3EE, 0xBD53, 0xD3EF, 0xBD54, 0xD3F0, 0xC6F9, 0xD3F1, 0xBD55, 0xD3F2, 0xBD56, 0xD3F3, 0xBD57, - 0xD3F4, 0xC6FA, 0xD3F5, 0xBD58, 0xD3F6, 0xBD59, 0xD3F7, 0xBD5A, 0xD3F8, 0xBD61, 0xD3F9, 0xBD62, 0xD3FA, 0xBD63, 0xD3FB, 0xBD64, - 0xD3FC, 0xC6FB, 0xD3FD, 0xC6FC, 0xD3FE, 0xBD65, 0xD3FF, 0xC6FD, 0xD400, 0xBD66, 0xD401, 0xC6FE, 0xD402, 0xBD67, 0xD403, 0xBD68, - 0xD404, 0xBD69, 0xD405, 0xBD6A, 0xD406, 0xBD6B, 0xD407, 0xBD6C, 0xD408, 0xC7A1, 0xD409, 0xBD6D, 0xD40A, 0xBD6E, 0xD40B, 0xBD6F, - 0xD40C, 0xBD70, 0xD40D, 0xBD71, 0xD40E, 0xBD72, 0xD40F, 0xBD73, 0xD410, 0xBD74, 0xD411, 0xBD75, 0xD412, 0xBD76, 0xD413, 0xBD77, - 0xD414, 0xBD78, 0xD415, 0xBD79, 0xD416, 0xBD7A, 0xD417, 0xBD81, 0xD418, 0xBD82, 0xD419, 0xBD83, 0xD41A, 0xBD84, 0xD41B, 0xBD85, - 0xD41C, 0xBD86, 0xD41D, 0xC7A2, 0xD41E, 0xBD87, 0xD41F, 0xBD88, 0xD420, 0xBD89, 0xD421, 0xBD8A, 0xD422, 0xBD8B, 0xD423, 0xBD8C, - 0xD424, 0xBD8D, 0xD425, 0xBD8E, 0xD426, 0xBD8F, 0xD427, 0xBD90, 0xD428, 0xBD91, 0xD429, 0xBD92, 0xD42A, 0xBD93, 0xD42B, 0xBD94, - 0xD42C, 0xBD95, 0xD42D, 0xBD96, 0xD42E, 0xBD97, 0xD42F, 0xBD98, 0xD430, 0xBD99, 0xD431, 0xBD9A, 0xD432, 0xBD9B, 0xD433, 0xBD9C, - 0xD434, 0xBD9D, 0xD435, 0xBD9E, 0xD436, 0xBD9F, 0xD437, 0xBDA0, 0xD438, 0xBE41, 0xD439, 0xBE42, 0xD43A, 0xBE43, 0xD43B, 0xBE44, - 0xD43C, 0xBE45, 0xD43D, 0xBE46, 0xD43E, 0xBE47, 0xD43F, 0xBE48, 0xD440, 0xC7A3, 0xD441, 0xBE49, 0xD442, 0xBE4A, 0xD443, 0xBE4B, - 0xD444, 0xC7A4, 0xD445, 0xBE4C, 0xD446, 0xBE4D, 0xD447, 0xBE4E, 0xD448, 0xBE4F, 0xD449, 0xBE50, 0xD44A, 0xBE51, 0xD44B, 0xBE52, - 0xD44C, 0xBE53, 0xD44D, 0xBE54, 0xD44E, 0xBE55, 0xD44F, 0xBE56, 0xD450, 0xBE57, 0xD451, 0xBE58, 0xD452, 0xBE59, 0xD453, 0xBE5A, - 0xD454, 0xBE61, 0xD455, 0xBE62, 0xD456, 0xBE63, 0xD457, 0xBE64, 0xD458, 0xBE65, 0xD459, 0xBE66, 0xD45A, 0xBE67, 0xD45B, 0xBE68, - 0xD45C, 0xC7A5, 0xD45D, 0xBE69, 0xD45E, 0xBE6A, 0xD45F, 0xBE6B, 0xD460, 0xC7A6, 0xD461, 0xBE6C, 0xD462, 0xBE6D, 0xD463, 0xBE6E, - 0xD464, 0xC7A7, 0xD465, 0xBE6F, 0xD466, 0xBE70, 0xD467, 0xBE71, 0xD468, 0xBE72, 0xD469, 0xBE73, 0xD46A, 0xBE74, 0xD46B, 0xBE75, - 0xD46C, 0xBE76, 0xD46D, 0xC7A8, 0xD46E, 0xBE77, 0xD46F, 0xC7A9, 0xD470, 0xBE78, 0xD471, 0xBE79, 0xD472, 0xBE7A, 0xD473, 0xBE81, - 0xD474, 0xBE82, 0xD475, 0xBE83, 0xD476, 0xBE84, 0xD477, 0xBE85, 0xD478, 0xC7AA, 0xD479, 0xC7AB, 0xD47A, 0xBE86, 0xD47B, 0xBE87, - 0xD47C, 0xC7AC, 0xD47D, 0xBE88, 0xD47E, 0xBE89, 0xD47F, 0xC7AD, 0xD480, 0xC7AE, 0xD481, 0xBE8A, 0xD482, 0xC7AF, 0xD483, 0xBE8B, - 0xD484, 0xBE8C, 0xD485, 0xBE8D, 0xD486, 0xBE8E, 0xD487, 0xBE8F, 0xD488, 0xC7B0, 0xD489, 0xC7B1, 0xD48A, 0xBE90, 0xD48B, 0xC7B2, - 0xD48C, 0xBE91, 0xD48D, 0xC7B3, 0xD48E, 0xBE92, 0xD48F, 0xBE93, 0xD490, 0xBE94, 0xD491, 0xBE95, 0xD492, 0xBE96, 0xD493, 0xBE97, - 0xD494, 0xC7B4, 0xD495, 0xBE98, 0xD496, 0xBE99, 0xD497, 0xBE9A, 0xD498, 0xBE9B, 0xD499, 0xBE9C, 0xD49A, 0xBE9D, 0xD49B, 0xBE9E, - 0xD49C, 0xBE9F, 0xD49D, 0xBEA0, 0xD49E, 0xBF41, 0xD49F, 0xBF42, 0xD4A0, 0xBF43, 0xD4A1, 0xBF44, 0xD4A2, 0xBF45, 0xD4A3, 0xBF46, - 0xD4A4, 0xBF47, 0xD4A5, 0xBF48, 0xD4A6, 0xBF49, 0xD4A7, 0xBF4A, 0xD4A8, 0xBF4B, 0xD4A9, 0xC7B5, 0xD4AA, 0xBF4C, 0xD4AB, 0xBF4D, - 0xD4AC, 0xBF4E, 0xD4AD, 0xBF4F, 0xD4AE, 0xBF50, 0xD4AF, 0xBF51, 0xD4B0, 0xBF52, 0xD4B1, 0xBF53, 0xD4B2, 0xBF54, 0xD4B3, 0xBF55, - 0xD4B4, 0xBF56, 0xD4B5, 0xBF57, 0xD4B6, 0xBF58, 0xD4B7, 0xBF59, 0xD4B8, 0xBF5A, 0xD4B9, 0xBF61, 0xD4BA, 0xBF62, 0xD4BB, 0xBF63, - 0xD4BC, 0xBF64, 0xD4BD, 0xBF65, 0xD4BE, 0xBF66, 0xD4BF, 0xBF67, 0xD4C0, 0xBF68, 0xD4C1, 0xBF69, 0xD4C2, 0xBF6A, 0xD4C3, 0xBF6B, - 0xD4C4, 0xBF6C, 0xD4C5, 0xBF6D, 0xD4C6, 0xBF6E, 0xD4C7, 0xBF6F, 0xD4C8, 0xBF70, 0xD4C9, 0xBF71, 0xD4CA, 0xBF72, 0xD4CB, 0xBF73, - 0xD4CC, 0xC7B6, 0xD4CD, 0xBF74, 0xD4CE, 0xBF75, 0xD4CF, 0xBF76, 0xD4D0, 0xC7B7, 0xD4D1, 0xBF77, 0xD4D2, 0xBF78, 0xD4D3, 0xBF79, - 0xD4D4, 0xC7B8, 0xD4D5, 0xBF7A, 0xD4D6, 0xBF81, 0xD4D7, 0xBF82, 0xD4D8, 0xBF83, 0xD4D9, 0xBF84, 0xD4DA, 0xBF85, 0xD4DB, 0xBF86, - 0xD4DC, 0xC7B9, 0xD4DD, 0xBF87, 0xD4DE, 0xBF88, 0xD4DF, 0xC7BA, 0xD4E0, 0xBF89, 0xD4E1, 0xBF8A, 0xD4E2, 0xBF8B, 0xD4E3, 0xBF8C, - 0xD4E4, 0xBF8D, 0xD4E5, 0xBF8E, 0xD4E6, 0xBF8F, 0xD4E7, 0xBF90, 0xD4E8, 0xC7BB, 0xD4E9, 0xBF91, 0xD4EA, 0xBF92, 0xD4EB, 0xBF93, - 0xD4EC, 0xC7BC, 0xD4ED, 0xBF94, 0xD4EE, 0xBF95, 0xD4EF, 0xBF96, 0xD4F0, 0xC7BD, 0xD4F1, 0xBF97, 0xD4F2, 0xBF98, 0xD4F3, 0xBF99, - 0xD4F4, 0xBF9A, 0xD4F5, 0xBF9B, 0xD4F6, 0xBF9C, 0xD4F7, 0xBF9D, 0xD4F8, 0xC7BE, 0xD4F9, 0xBF9E, 0xD4FA, 0xBF9F, 0xD4FB, 0xC7BF, - 0xD4FC, 0xBFA0, 0xD4FD, 0xC7C0, 0xD4FE, 0xC041, 0xD4FF, 0xC042, 0xD500, 0xC043, 0xD501, 0xC044, 0xD502, 0xC045, 0xD503, 0xC046, - 0xD504, 0xC7C1, 0xD505, 0xC047, 0xD506, 0xC048, 0xD507, 0xC049, 0xD508, 0xC7C2, 0xD509, 0xC04A, 0xD50A, 0xC04B, 0xD50B, 0xC04C, - 0xD50C, 0xC7C3, 0xD50D, 0xC04D, 0xD50E, 0xC04E, 0xD50F, 0xC04F, 0xD510, 0xC050, 0xD511, 0xC051, 0xD512, 0xC052, 0xD513, 0xC053, - 0xD514, 0xC7C4, 0xD515, 0xC7C5, 0xD516, 0xC054, 0xD517, 0xC7C6, 0xD518, 0xC055, 0xD519, 0xC056, 0xD51A, 0xC057, 0xD51B, 0xC058, - 0xD51C, 0xC059, 0xD51D, 0xC05A, 0xD51E, 0xC061, 0xD51F, 0xC062, 0xD520, 0xC063, 0xD521, 0xC064, 0xD522, 0xC065, 0xD523, 0xC066, - 0xD524, 0xC067, 0xD525, 0xC068, 0xD526, 0xC069, 0xD527, 0xC06A, 0xD528, 0xC06B, 0xD529, 0xC06C, 0xD52A, 0xC06D, 0xD52B, 0xC06E, - 0xD52C, 0xC06F, 0xD52D, 0xC070, 0xD52E, 0xC071, 0xD52F, 0xC072, 0xD530, 0xC073, 0xD531, 0xC074, 0xD532, 0xC075, 0xD533, 0xC076, - 0xD534, 0xC077, 0xD535, 0xC078, 0xD536, 0xC079, 0xD537, 0xC07A, 0xD538, 0xC081, 0xD539, 0xC082, 0xD53A, 0xC083, 0xD53B, 0xC084, - 0xD53C, 0xC7C7, 0xD53D, 0xC7C8, 0xD53E, 0xC085, 0xD53F, 0xC086, 0xD540, 0xC7C9, 0xD541, 0xC087, 0xD542, 0xC088, 0xD543, 0xC089, - 0xD544, 0xC7CA, 0xD545, 0xC08A, 0xD546, 0xC08B, 0xD547, 0xC08C, 0xD548, 0xC08D, 0xD549, 0xC08E, 0xD54A, 0xC08F, 0xD54B, 0xC090, - 0xD54C, 0xC7CB, 0xD54D, 0xC7CC, 0xD54E, 0xC091, 0xD54F, 0xC7CD, 0xD550, 0xC092, 0xD551, 0xC7CE, 0xD552, 0xC093, 0xD553, 0xC094, - 0xD554, 0xC095, 0xD555, 0xC096, 0xD556, 0xC097, 0xD557, 0xC098, 0xD558, 0xC7CF, 0xD559, 0xC7D0, 0xD55A, 0xC099, 0xD55B, 0xC09A, - 0xD55C, 0xC7D1, 0xD55D, 0xC09B, 0xD55E, 0xC09C, 0xD55F, 0xC09D, 0xD560, 0xC7D2, 0xD561, 0xC09E, 0xD562, 0xC09F, 0xD563, 0xC0A0, - 0xD564, 0xC141, 0xD565, 0xC7D3, 0xD566, 0xC142, 0xD567, 0xC143, 0xD568, 0xC7D4, 0xD569, 0xC7D5, 0xD56A, 0xC144, 0xD56B, 0xC7D6, - 0xD56C, 0xC145, 0xD56D, 0xC7D7, 0xD56E, 0xC146, 0xD56F, 0xC147, 0xD570, 0xC148, 0xD571, 0xC149, 0xD572, 0xC14A, 0xD573, 0xC14B, - 0xD574, 0xC7D8, 0xD575, 0xC7D9, 0xD576, 0xC14C, 0xD577, 0xC14D, 0xD578, 0xC7DA, 0xD579, 0xC14E, 0xD57A, 0xC14F, 0xD57B, 0xC150, - 0xD57C, 0xC7DB, 0xD57D, 0xC151, 0xD57E, 0xC152, 0xD57F, 0xC153, 0xD580, 0xC154, 0xD581, 0xC155, 0xD582, 0xC156, 0xD583, 0xC157, - 0xD584, 0xC7DC, 0xD585, 0xC7DD, 0xD586, 0xC158, 0xD587, 0xC7DE, 0xD588, 0xC7DF, 0xD589, 0xC7E0, 0xD58A, 0xC159, 0xD58B, 0xC15A, - 0xD58C, 0xC161, 0xD58D, 0xC162, 0xD58E, 0xC163, 0xD58F, 0xC164, 0xD590, 0xC7E1, 0xD591, 0xC165, 0xD592, 0xC166, 0xD593, 0xC167, - 0xD594, 0xC168, 0xD595, 0xC169, 0xD596, 0xC16A, 0xD597, 0xC16B, 0xD598, 0xC16C, 0xD599, 0xC16D, 0xD59A, 0xC16E, 0xD59B, 0xC16F, - 0xD59C, 0xC170, 0xD59D, 0xC171, 0xD59E, 0xC172, 0xD59F, 0xC173, 0xD5A0, 0xC174, 0xD5A1, 0xC175, 0xD5A2, 0xC176, 0xD5A3, 0xC177, - 0xD5A4, 0xC178, 0xD5A5, 0xC7E2, 0xD5A6, 0xC179, 0xD5A7, 0xC17A, 0xD5A8, 0xC181, 0xD5A9, 0xC182, 0xD5AA, 0xC183, 0xD5AB, 0xC184, - 0xD5AC, 0xC185, 0xD5AD, 0xC186, 0xD5AE, 0xC187, 0xD5AF, 0xC188, 0xD5B0, 0xC189, 0xD5B1, 0xC18A, 0xD5B2, 0xC18B, 0xD5B3, 0xC18C, - 0xD5B4, 0xC18D, 0xD5B5, 0xC18E, 0xD5B6, 0xC18F, 0xD5B7, 0xC190, 0xD5B8, 0xC191, 0xD5B9, 0xC192, 0xD5BA, 0xC193, 0xD5BB, 0xC194, - 0xD5BC, 0xC195, 0xD5BD, 0xC196, 0xD5BE, 0xC197, 0xD5BF, 0xC198, 0xD5C0, 0xC199, 0xD5C1, 0xC19A, 0xD5C2, 0xC19B, 0xD5C3, 0xC19C, - 0xD5C4, 0xC19D, 0xD5C5, 0xC19E, 0xD5C6, 0xC19F, 0xD5C7, 0xC1A0, 0xD5C8, 0xC7E3, 0xD5C9, 0xC7E4, 0xD5CA, 0xC241, 0xD5CB, 0xC242, - 0xD5CC, 0xC7E5, 0xD5CD, 0xC243, 0xD5CE, 0xC244, 0xD5CF, 0xC245, 0xD5D0, 0xC7E6, 0xD5D1, 0xC246, 0xD5D2, 0xC7E7, 0xD5D3, 0xC247, - 0xD5D4, 0xC248, 0xD5D5, 0xC249, 0xD5D6, 0xC24A, 0xD5D7, 0xC24B, 0xD5D8, 0xC7E8, 0xD5D9, 0xC7E9, 0xD5DA, 0xC24C, 0xD5DB, 0xC7EA, - 0xD5DC, 0xC24D, 0xD5DD, 0xC7EB, 0xD5DE, 0xC24E, 0xD5DF, 0xC24F, 0xD5E0, 0xC250, 0xD5E1, 0xC251, 0xD5E2, 0xC252, 0xD5E3, 0xC253, - 0xD5E4, 0xC7EC, 0xD5E5, 0xC7ED, 0xD5E6, 0xC254, 0xD5E7, 0xC255, 0xD5E8, 0xC7EE, 0xD5E9, 0xC256, 0xD5EA, 0xC257, 0xD5EB, 0xC258, - 0xD5EC, 0xC7EF, 0xD5ED, 0xC259, 0xD5EE, 0xC25A, 0xD5EF, 0xC261, 0xD5F0, 0xC262, 0xD5F1, 0xC263, 0xD5F2, 0xC264, 0xD5F3, 0xC265, - 0xD5F4, 0xC7F0, 0xD5F5, 0xC7F1, 0xD5F6, 0xC266, 0xD5F7, 0xC7F2, 0xD5F8, 0xC267, 0xD5F9, 0xC7F3, 0xD5FA, 0xC268, 0xD5FB, 0xC269, - 0xD5FC, 0xC26A, 0xD5FD, 0xC26B, 0xD5FE, 0xC26C, 0xD5FF, 0xC26D, 0xD600, 0xC7F4, 0xD601, 0xC7F5, 0xD602, 0xC26E, 0xD603, 0xC26F, - 0xD604, 0xC7F6, 0xD605, 0xC270, 0xD606, 0xC271, 0xD607, 0xC272, 0xD608, 0xC7F7, 0xD609, 0xC273, 0xD60A, 0xC274, 0xD60B, 0xC275, - 0xD60C, 0xC276, 0xD60D, 0xC277, 0xD60E, 0xC278, 0xD60F, 0xC279, 0xD610, 0xC7F8, 0xD611, 0xC7F9, 0xD612, 0xC27A, 0xD613, 0xC7FA, - 0xD614, 0xC7FB, 0xD615, 0xC7FC, 0xD616, 0xC281, 0xD617, 0xC282, 0xD618, 0xC283, 0xD619, 0xC284, 0xD61A, 0xC285, 0xD61B, 0xC286, - 0xD61C, 0xC7FD, 0xD61D, 0xC287, 0xD61E, 0xC288, 0xD61F, 0xC289, 0xD620, 0xC7FE, 0xD621, 0xC28A, 0xD622, 0xC28B, 0xD623, 0xC28C, - 0xD624, 0xC8A1, 0xD625, 0xC28D, 0xD626, 0xC28E, 0xD627, 0xC28F, 0xD628, 0xC290, 0xD629, 0xC291, 0xD62A, 0xC292, 0xD62B, 0xC293, - 0xD62C, 0xC294, 0xD62D, 0xC8A2, 0xD62E, 0xC295, 0xD62F, 0xC296, 0xD630, 0xC297, 0xD631, 0xC298, 0xD632, 0xC299, 0xD633, 0xC29A, - 0xD634, 0xC29B, 0xD635, 0xC29C, 0xD636, 0xC29D, 0xD637, 0xC29E, 0xD638, 0xC8A3, 0xD639, 0xC8A4, 0xD63A, 0xC29F, 0xD63B, 0xC2A0, - 0xD63C, 0xC8A5, 0xD63D, 0xC341, 0xD63E, 0xC342, 0xD63F, 0xC343, 0xD640, 0xC8A6, 0xD641, 0xC344, 0xD642, 0xC345, 0xD643, 0xC346, - 0xD644, 0xC347, 0xD645, 0xC8A7, 0xD646, 0xC348, 0xD647, 0xC349, 0xD648, 0xC8A8, 0xD649, 0xC8A9, 0xD64A, 0xC34A, 0xD64B, 0xC8AA, - 0xD64C, 0xC34B, 0xD64D, 0xC8AB, 0xD64E, 0xC34C, 0xD64F, 0xC34D, 0xD650, 0xC34E, 0xD651, 0xC8AC, 0xD652, 0xC34F, 0xD653, 0xC350, - 0xD654, 0xC8AD, 0xD655, 0xC8AE, 0xD656, 0xC351, 0xD657, 0xC352, 0xD658, 0xC8AF, 0xD659, 0xC353, 0xD65A, 0xC354, 0xD65B, 0xC355, - 0xD65C, 0xC8B0, 0xD65D, 0xC356, 0xD65E, 0xC357, 0xD65F, 0xC358, 0xD660, 0xC359, 0xD661, 0xC35A, 0xD662, 0xC361, 0xD663, 0xC362, - 0xD664, 0xC363, 0xD665, 0xC364, 0xD666, 0xC365, 0xD667, 0xC8B1, 0xD668, 0xC366, 0xD669, 0xC8B2, 0xD66A, 0xC367, 0xD66B, 0xC368, - 0xD66C, 0xC369, 0xD66D, 0xC36A, 0xD66E, 0xC36B, 0xD66F, 0xC36C, 0xD670, 0xC8B3, 0xD671, 0xC8B4, 0xD672, 0xC36D, 0xD673, 0xC36E, - 0xD674, 0xC8B5, 0xD675, 0xC36F, 0xD676, 0xC370, 0xD677, 0xC371, 0xD678, 0xC372, 0xD679, 0xC373, 0xD67A, 0xC374, 0xD67B, 0xC375, - 0xD67C, 0xC376, 0xD67D, 0xC377, 0xD67E, 0xC378, 0xD67F, 0xC379, 0xD680, 0xC37A, 0xD681, 0xC381, 0xD682, 0xC382, 0xD683, 0xC8B6, - 0xD684, 0xC383, 0xD685, 0xC8B7, 0xD686, 0xC384, 0xD687, 0xC385, 0xD688, 0xC386, 0xD689, 0xC387, 0xD68A, 0xC388, 0xD68B, 0xC389, - 0xD68C, 0xC8B8, 0xD68D, 0xC8B9, 0xD68E, 0xC38A, 0xD68F, 0xC38B, 0xD690, 0xC8BA, 0xD691, 0xC38C, 0xD692, 0xC38D, 0xD693, 0xC38E, - 0xD694, 0xC8BB, 0xD695, 0xC38F, 0xD696, 0xC390, 0xD697, 0xC391, 0xD698, 0xC392, 0xD699, 0xC393, 0xD69A, 0xC394, 0xD69B, 0xC395, - 0xD69C, 0xC396, 0xD69D, 0xC8BC, 0xD69E, 0xC397, 0xD69F, 0xC8BD, 0xD6A0, 0xC398, 0xD6A1, 0xC8BE, 0xD6A2, 0xC399, 0xD6A3, 0xC39A, - 0xD6A4, 0xC39B, 0xD6A5, 0xC39C, 0xD6A6, 0xC39D, 0xD6A7, 0xC39E, 0xD6A8, 0xC8BF, 0xD6A9, 0xC39F, 0xD6AA, 0xC3A0, 0xD6AB, 0xC441, - 0xD6AC, 0xC8C0, 0xD6AD, 0xC442, 0xD6AE, 0xC443, 0xD6AF, 0xC444, 0xD6B0, 0xC8C1, 0xD6B1, 0xC445, 0xD6B2, 0xC446, 0xD6B3, 0xC447, - 0xD6B4, 0xC448, 0xD6B5, 0xC449, 0xD6B6, 0xC44A, 0xD6B7, 0xC44B, 0xD6B8, 0xC44C, 0xD6B9, 0xC8C2, 0xD6BA, 0xC44D, 0xD6BB, 0xC8C3, - 0xD6BC, 0xC44E, 0xD6BD, 0xC44F, 0xD6BE, 0xC450, 0xD6BF, 0xC451, 0xD6C0, 0xC452, 0xD6C1, 0xC453, 0xD6C2, 0xC454, 0xD6C3, 0xC455, - 0xD6C4, 0xC8C4, 0xD6C5, 0xC8C5, 0xD6C6, 0xC456, 0xD6C7, 0xC457, 0xD6C8, 0xC8C6, 0xD6C9, 0xC458, 0xD6CA, 0xC459, 0xD6CB, 0xC45A, - 0xD6CC, 0xC8C7, 0xD6CD, 0xC461, 0xD6CE, 0xC462, 0xD6CF, 0xC463, 0xD6D0, 0xC464, 0xD6D1, 0xC8C8, 0xD6D2, 0xC465, 0xD6D3, 0xC466, - 0xD6D4, 0xC8C9, 0xD6D5, 0xC467, 0xD6D6, 0xC468, 0xD6D7, 0xC8CA, 0xD6D8, 0xC469, 0xD6D9, 0xC8CB, 0xD6DA, 0xC46A, 0xD6DB, 0xC46B, - 0xD6DC, 0xC46C, 0xD6DD, 0xC46D, 0xD6DE, 0xC46E, 0xD6DF, 0xC46F, 0xD6E0, 0xC8CC, 0xD6E1, 0xC470, 0xD6E2, 0xC471, 0xD6E3, 0xC472, - 0xD6E4, 0xC8CD, 0xD6E5, 0xC473, 0xD6E6, 0xC474, 0xD6E7, 0xC475, 0xD6E8, 0xC8CE, 0xD6E9, 0xC476, 0xD6EA, 0xC477, 0xD6EB, 0xC478, - 0xD6EC, 0xC479, 0xD6ED, 0xC47A, 0xD6EE, 0xC481, 0xD6EF, 0xC482, 0xD6F0, 0xC8CF, 0xD6F1, 0xC483, 0xD6F2, 0xC484, 0xD6F3, 0xC485, - 0xD6F4, 0xC486, 0xD6F5, 0xC8D0, 0xD6F6, 0xC487, 0xD6F7, 0xC488, 0xD6F8, 0xC489, 0xD6F9, 0xC48A, 0xD6FA, 0xC48B, 0xD6FB, 0xC48C, - 0xD6FC, 0xC8D1, 0xD6FD, 0xC8D2, 0xD6FE, 0xC48D, 0xD6FF, 0xC48E, 0xD700, 0xC8D3, 0xD701, 0xC48F, 0xD702, 0xC490, 0xD703, 0xC491, - 0xD704, 0xC8D4, 0xD705, 0xC492, 0xD706, 0xC493, 0xD707, 0xC494, 0xD708, 0xC495, 0xD709, 0xC496, 0xD70A, 0xC497, 0xD70B, 0xC498, - 0xD70C, 0xC499, 0xD70D, 0xC49A, 0xD70E, 0xC49B, 0xD70F, 0xC49C, 0xD710, 0xC49D, 0xD711, 0xC8D5, 0xD712, 0xC49E, 0xD713, 0xC49F, - 0xD714, 0xC4A0, 0xD715, 0xC541, 0xD716, 0xC542, 0xD717, 0xC543, 0xD718, 0xC8D6, 0xD719, 0xC8D7, 0xD71A, 0xC544, 0xD71B, 0xC545, - 0xD71C, 0xC8D8, 0xD71D, 0xC546, 0xD71E, 0xC547, 0xD71F, 0xC548, 0xD720, 0xC8D9, 0xD721, 0xC549, 0xD722, 0xC54A, 0xD723, 0xC54B, - 0xD724, 0xC54C, 0xD725, 0xC54D, 0xD726, 0xC54E, 0xD727, 0xC54F, 0xD728, 0xC8DA, 0xD729, 0xC8DB, 0xD72A, 0xC550, 0xD72B, 0xC8DC, - 0xD72C, 0xC551, 0xD72D, 0xC8DD, 0xD72E, 0xC552, 0xD72F, 0xC553, 0xD730, 0xC554, 0xD731, 0xC555, 0xD732, 0xC556, 0xD733, 0xC557, - 0xD734, 0xC8DE, 0xD735, 0xC8DF, 0xD736, 0xC558, 0xD737, 0xC559, 0xD738, 0xC8E0, 0xD739, 0xC55A, 0xD73A, 0xC561, 0xD73B, 0xC562, - 0xD73C, 0xC8E1, 0xD73D, 0xC563, 0xD73E, 0xC564, 0xD73F, 0xC565, 0xD740, 0xC566, 0xD741, 0xC567, 0xD742, 0xC568, 0xD743, 0xC569, - 0xD744, 0xC8E2, 0xD745, 0xC56A, 0xD746, 0xC56B, 0xD747, 0xC8E3, 0xD748, 0xC56C, 0xD749, 0xC8E4, 0xD74A, 0xC56D, 0xD74B, 0xC56E, - 0xD74C, 0xC56F, 0xD74D, 0xC570, 0xD74E, 0xC571, 0xD74F, 0xC572, 0xD750, 0xC8E5, 0xD751, 0xC8E6, 0xD752, 0xC573, 0xD753, 0xC574, - 0xD754, 0xC8E7, 0xD755, 0xC575, 0xD756, 0xC8E8, 0xD757, 0xC8E9, 0xD758, 0xC8EA, 0xD759, 0xC8EB, 0xD75A, 0xC576, 0xD75B, 0xC577, - 0xD75C, 0xC578, 0xD75D, 0xC579, 0xD75E, 0xC57A, 0xD75F, 0xC581, 0xD760, 0xC8EC, 0xD761, 0xC8ED, 0xD762, 0xC582, 0xD763, 0xC8EE, - 0xD764, 0xC583, 0xD765, 0xC8EF, 0xD766, 0xC584, 0xD767, 0xC585, 0xD768, 0xC586, 0xD769, 0xC8F0, 0xD76A, 0xC587, 0xD76B, 0xC588, - 0xD76C, 0xC8F1, 0xD76D, 0xC589, 0xD76E, 0xC58A, 0xD76F, 0xC58B, 0xD770, 0xC8F2, 0xD771, 0xC58C, 0xD772, 0xC58D, 0xD773, 0xC58E, - 0xD774, 0xC8F3, 0xD775, 0xC58F, 0xD776, 0xC590, 0xD777, 0xC591, 0xD778, 0xC592, 0xD779, 0xC593, 0xD77A, 0xC594, 0xD77B, 0xC595, - 0xD77C, 0xC8F4, 0xD77D, 0xC8F5, 0xD77E, 0xC596, 0xD77F, 0xC597, 0xD780, 0xC598, 0xD781, 0xC8F6, 0xD782, 0xC599, 0xD783, 0xC59A, - 0xD784, 0xC59B, 0xD785, 0xC59C, 0xD786, 0xC59D, 0xD787, 0xC59E, 0xD788, 0xC8F7, 0xD789, 0xC8F8, 0xD78A, 0xC59F, 0xD78B, 0xC5A0, - 0xD78C, 0xC8F9, 0xD78D, 0xC641, 0xD78E, 0xC642, 0xD78F, 0xC643, 0xD790, 0xC8FA, 0xD791, 0xC644, 0xD792, 0xC645, 0xD793, 0xC646, - 0xD794, 0xC647, 0xD795, 0xC648, 0xD796, 0xC649, 0xD797, 0xC64A, 0xD798, 0xC8FB, 0xD799, 0xC8FC, 0xD79A, 0xC64B, 0xD79B, 0xC8FD, - 0xD79C, 0xC64C, 0xD79D, 0xC8FE, 0xD79E, 0xC64D, 0xD79F, 0xC64E, 0xD7A0, 0xC64F, 0xD7A1, 0xC650, 0xD7A2, 0xC651, 0xD7A3, 0xC652, - 0xF900, 0xCBD0, 0xF901, 0xCBD6, 0xF902, 0xCBE7, 0xF903, 0xCDCF, 0xF904, 0xCDE8, 0xF905, 0xCEAD, 0xF906, 0xCFFB, 0xF907, 0xD0A2, - 0xF908, 0xD0B8, 0xF909, 0xD0D0, 0xF90A, 0xD0DD, 0xF90B, 0xD1D4, 0xF90C, 0xD1D5, 0xF90D, 0xD1D8, 0xF90E, 0xD1DB, 0xF90F, 0xD1DC, - 0xF910, 0xD1DD, 0xF911, 0xD1DE, 0xF912, 0xD1DF, 0xF913, 0xD1E0, 0xF914, 0xD1E2, 0xF915, 0xD1E3, 0xF916, 0xD1E4, 0xF917, 0xD1E5, - 0xF918, 0xD1E6, 0xF919, 0xD1E8, 0xF91A, 0xD1E9, 0xF91B, 0xD1EA, 0xF91C, 0xD1EB, 0xF91D, 0xD1ED, 0xF91E, 0xD1EF, 0xF91F, 0xD1F0, - 0xF920, 0xD1F2, 0xF921, 0xD1F6, 0xF922, 0xD1FA, 0xF923, 0xD1FC, 0xF924, 0xD1FD, 0xF925, 0xD1FE, 0xF926, 0xD2A2, 0xF927, 0xD2A3, - 0xF928, 0xD2A7, 0xF929, 0xD2A8, 0xF92A, 0xD2A9, 0xF92B, 0xD2AA, 0xF92C, 0xD2AB, 0xF92D, 0xD2AD, 0xF92E, 0xD2B2, 0xF92F, 0xD2BE, - 0xF930, 0xD2C2, 0xF931, 0xD2C3, 0xF932, 0xD2C4, 0xF933, 0xD2C6, 0xF934, 0xD2C7, 0xF935, 0xD2C8, 0xF936, 0xD2C9, 0xF937, 0xD2CA, - 0xF938, 0xD2CB, 0xF939, 0xD2CD, 0xF93A, 0xD2CE, 0xF93B, 0xD2CF, 0xF93C, 0xD2D0, 0xF93D, 0xD2D1, 0xF93E, 0xD2D2, 0xF93F, 0xD2D3, - 0xF940, 0xD2D4, 0xF941, 0xD2D5, 0xF942, 0xD2D6, 0xF943, 0xD2D7, 0xF944, 0xD2D9, 0xF945, 0xD2DA, 0xF946, 0xD2DE, 0xF947, 0xD2DF, - 0xF948, 0xD2E1, 0xF949, 0xD2E2, 0xF94A, 0xD2E4, 0xF94B, 0xD2E5, 0xF94C, 0xD2E6, 0xF94D, 0xD2E7, 0xF94E, 0xD2E8, 0xF94F, 0xD2E9, - 0xF950, 0xD2EA, 0xF951, 0xD2EB, 0xF952, 0xD2F0, 0xF953, 0xD2F1, 0xF954, 0xD2F2, 0xF955, 0xD2F3, 0xF956, 0xD2F4, 0xF957, 0xD2F5, - 0xF958, 0xD2F7, 0xF959, 0xD2F8, 0xF95A, 0xD4E6, 0xF95B, 0xD4FC, 0xF95C, 0xD5A5, 0xF95D, 0xD5AB, 0xF95E, 0xD5AE, 0xF95F, 0xD6B8, - 0xF960, 0xD6CD, 0xF961, 0xD7CB, 0xF962, 0xD7E4, 0xF963, 0xDBC5, 0xF964, 0xDBE4, 0xF965, 0xDCA5, 0xF966, 0xDDA5, 0xF967, 0xDDD5, - 0xF968, 0xDDF4, 0xF969, 0xDEFC, 0xF96A, 0xDEFE, 0xF96B, 0xDFB3, 0xF96C, 0xDFE1, 0xF96D, 0xDFE8, 0xF96E, 0xE0F1, 0xF96F, 0xE1AD, - 0xF970, 0xE1ED, 0xF971, 0xE3F5, 0xF972, 0xE4A1, 0xF973, 0xE4A9, 0xF974, 0xE5AE, 0xF975, 0xE5B1, 0xF976, 0xE5B2, 0xF977, 0xE5B9, - 0xF978, 0xE5BB, 0xF979, 0xE5BC, 0xF97A, 0xE5C4, 0xF97B, 0xE5CE, 0xF97C, 0xE5D0, 0xF97D, 0xE5D2, 0xF97E, 0xE5D6, 0xF97F, 0xE5FA, - 0xF980, 0xE5FB, 0xF981, 0xE5FC, 0xF982, 0xE5FE, 0xF983, 0xE6A1, 0xF984, 0xE6A4, 0xF985, 0xE6A7, 0xF986, 0xE6AD, 0xF987, 0xE6AF, - 0xF988, 0xE6B0, 0xF989, 0xE6B1, 0xF98A, 0xE6B3, 0xF98B, 0xE6B7, 0xF98C, 0xE6B8, 0xF98D, 0xE6BC, 0xF98E, 0xE6C4, 0xF98F, 0xE6C6, - 0xF990, 0xE6C7, 0xF991, 0xE6CA, 0xF992, 0xE6D2, 0xF993, 0xE6D6, 0xF994, 0xE6D9, 0xF995, 0xE6DC, 0xF996, 0xE6DF, 0xF997, 0xE6E1, - 0xF998, 0xE6E4, 0xF999, 0xE6E5, 0xF99A, 0xE6E6, 0xF99B, 0xE6E8, 0xF99C, 0xE6EA, 0xF99D, 0xE6EB, 0xF99E, 0xE6EC, 0xF99F, 0xE6EF, - 0xF9A0, 0xE6F1, 0xF9A1, 0xE6F2, 0xF9A2, 0xE6F5, 0xF9A3, 0xE6F6, 0xF9A4, 0xE6F7, 0xF9A5, 0xE6F9, 0xF9A6, 0xE7A1, 0xF9A7, 0xE7A6, - 0xF9A8, 0xE7A9, 0xF9A9, 0xE7AA, 0xF9AA, 0xE7AC, 0xF9AB, 0xE7AD, 0xF9AC, 0xE7B0, 0xF9AD, 0xE7BF, 0xF9AE, 0xE7C1, 0xF9AF, 0xE7C6, - 0xF9B0, 0xE7C7, 0xF9B1, 0xE7CB, 0xF9B2, 0xE7CD, 0xF9B3, 0xE7CF, 0xF9B4, 0xE7D0, 0xF9B5, 0xE7D3, 0xF9B6, 0xE7DF, 0xF9B7, 0xE7E4, - 0xF9B8, 0xE7E6, 0xF9B9, 0xE7F7, 0xF9BA, 0xE8E7, 0xF9BB, 0xE8E8, 0xF9BC, 0xE8F0, 0xF9BD, 0xE8F1, 0xF9BE, 0xE8F7, 0xF9BF, 0xE8F9, - 0xF9C0, 0xE8FB, 0xF9C1, 0xE8FE, 0xF9C2, 0xE9A7, 0xF9C3, 0xE9AC, 0xF9C4, 0xE9CC, 0xF9C5, 0xE9F7, 0xF9C6, 0xEAC1, 0xF9C7, 0xEAE5, - 0xF9C8, 0xEAF4, 0xF9C9, 0xEAF7, 0xF9CA, 0xEAFC, 0xF9CB, 0xEAFE, 0xF9CC, 0xEBA4, 0xF9CD, 0xEBA7, 0xF9CE, 0xEBA9, 0xF9CF, 0xEBAA, - 0xF9D0, 0xEBBA, 0xF9D1, 0xEBBB, 0xF9D2, 0xEBBD, 0xF9D3, 0xEBC1, 0xF9D4, 0xEBC2, 0xF9D5, 0xEBC6, 0xF9D6, 0xEBC7, 0xF9D7, 0xEBCC, - 0xF9D8, 0xEBCF, 0xF9D9, 0xEBD0, 0xF9DA, 0xEBD1, 0xF9DB, 0xEBD2, 0xF9DC, 0xEBD8, 0xF9DD, 0xECA6, 0xF9DE, 0xECA7, 0xF9DF, 0xECAA, - 0xF9E0, 0xECAF, 0xF9E1, 0xECB0, 0xF9E2, 0xECB1, 0xF9E3, 0xECB2, 0xF9E4, 0xECB5, 0xF9E5, 0xECB8, 0xF9E6, 0xECBA, 0xF9E7, 0xECC0, - 0xF9E8, 0xECC1, 0xF9E9, 0xECC5, 0xF9EA, 0xECC6, 0xF9EB, 0xECC9, 0xF9EC, 0xECCA, 0xF9ED, 0xECD5, 0xF9EE, 0xECDD, 0xF9EF, 0xECDE, - 0xF9F0, 0xECE1, 0xF9F1, 0xECE4, 0xF9F2, 0xECE7, 0xF9F3, 0xECE8, 0xF9F4, 0xECF7, 0xF9F5, 0xECF8, 0xF9F6, 0xECFA, 0xF9F7, 0xEDA1, - 0xF9F8, 0xEDA2, 0xF9F9, 0xEDA3, 0xF9FA, 0xEDEE, 0xF9FB, 0xEEDB, 0xF9FC, 0xF2BD, 0xF9FD, 0xF2FA, 0xF9FE, 0xF3B1, 0xF9FF, 0xF4A7, - 0xFA00, 0xF4EE, 0xFA01, 0xF6F4, 0xFA02, 0xF6F6, 0xFA03, 0xF7B8, 0xFA04, 0xF7C8, 0xFA05, 0xF7D3, 0xFA06, 0xF8DB, 0xFA07, 0xF8F0, - 0xFA08, 0xFAA1, 0xFA09, 0xFAA2, 0xFA0A, 0xFAE6, 0xFA0B, 0xFCA9, 0xFF01, 0xA3A1, 0xFF02, 0xA3A2, 0xFF03, 0xA3A3, 0xFF04, 0xA3A4, - 0xFF05, 0xA3A5, 0xFF06, 0xA3A6, 0xFF07, 0xA3A7, 0xFF08, 0xA3A8, 0xFF09, 0xA3A9, 0xFF0A, 0xA3AA, 0xFF0B, 0xA3AB, 0xFF0C, 0xA3AC, - 0xFF0D, 0xA3AD, 0xFF0E, 0xA3AE, 0xFF0F, 0xA3AF, 0xFF10, 0xA3B0, 0xFF11, 0xA3B1, 0xFF12, 0xA3B2, 0xFF13, 0xA3B3, 0xFF14, 0xA3B4, - 0xFF15, 0xA3B5, 0xFF16, 0xA3B6, 0xFF17, 0xA3B7, 0xFF18, 0xA3B8, 0xFF19, 0xA3B9, 0xFF1A, 0xA3BA, 0xFF1B, 0xA3BB, 0xFF1C, 0xA3BC, - 0xFF1D, 0xA3BD, 0xFF1E, 0xA3BE, 0xFF1F, 0xA3BF, 0xFF20, 0xA3C0, 0xFF21, 0xA3C1, 0xFF22, 0xA3C2, 0xFF23, 0xA3C3, 0xFF24, 0xA3C4, - 0xFF25, 0xA3C5, 0xFF26, 0xA3C6, 0xFF27, 0xA3C7, 0xFF28, 0xA3C8, 0xFF29, 0xA3C9, 0xFF2A, 0xA3CA, 0xFF2B, 0xA3CB, 0xFF2C, 0xA3CC, - 0xFF2D, 0xA3CD, 0xFF2E, 0xA3CE, 0xFF2F, 0xA3CF, 0xFF30, 0xA3D0, 0xFF31, 0xA3D1, 0xFF32, 0xA3D2, 0xFF33, 0xA3D3, 0xFF34, 0xA3D4, - 0xFF35, 0xA3D5, 0xFF36, 0xA3D6, 0xFF37, 0xA3D7, 0xFF38, 0xA3D8, 0xFF39, 0xA3D9, 0xFF3A, 0xA3DA, 0xFF3B, 0xA3DB, 0xFF3C, 0xA1AC, - 0xFF3D, 0xA3DD, 0xFF3E, 0xA3DE, 0xFF3F, 0xA3DF, 0xFF40, 0xA3E0, 0xFF41, 0xA3E1, 0xFF42, 0xA3E2, 0xFF43, 0xA3E3, 0xFF44, 0xA3E4, - 0xFF45, 0xA3E5, 0xFF46, 0xA3E6, 0xFF47, 0xA3E7, 0xFF48, 0xA3E8, 0xFF49, 0xA3E9, 0xFF4A, 0xA3EA, 0xFF4B, 0xA3EB, 0xFF4C, 0xA3EC, - 0xFF4D, 0xA3ED, 0xFF4E, 0xA3EE, 0xFF4F, 0xA3EF, 0xFF50, 0xA3F0, 0xFF51, 0xA3F1, 0xFF52, 0xA3F2, 0xFF53, 0xA3F3, 0xFF54, 0xA3F4, - 0xFF55, 0xA3F5, 0xFF56, 0xA3F6, 0xFF57, 0xA3F7, 0xFF58, 0xA3F8, 0xFF59, 0xA3F9, 0xFF5A, 0xA3FA, 0xFF5B, 0xA3FB, 0xFF5C, 0xA3FC, - 0xFF5D, 0xA3FD, 0xFF5E, 0xA2A6, 0xFFE0, 0xA1CB, 0xFFE1, 0xA1CC, 0xFFE2, 0xA1FE, 0xFFE3, 0xA3FE, 0xFFE5, 0xA1CD, 0xFFE6, 0xA3DC, - 0, 0 -}; - -static const WCHAR oem2uni949[] = { /* Korean --> Unicode pairs */ - 0x8141, 0xAC02, 0x8142, 0xAC03, 0x8143, 0xAC05, 0x8144, 0xAC06, 0x8145, 0xAC0B, 0x8146, 0xAC0C, 0x8147, 0xAC0D, 0x8148, 0xAC0E, - 0x8149, 0xAC0F, 0x814A, 0xAC18, 0x814B, 0xAC1E, 0x814C, 0xAC1F, 0x814D, 0xAC21, 0x814E, 0xAC22, 0x814F, 0xAC23, 0x8150, 0xAC25, - 0x8151, 0xAC26, 0x8152, 0xAC27, 0x8153, 0xAC28, 0x8154, 0xAC29, 0x8155, 0xAC2A, 0x8156, 0xAC2B, 0x8157, 0xAC2E, 0x8158, 0xAC32, - 0x8159, 0xAC33, 0x815A, 0xAC34, 0x8161, 0xAC35, 0x8162, 0xAC36, 0x8163, 0xAC37, 0x8164, 0xAC3A, 0x8165, 0xAC3B, 0x8166, 0xAC3D, - 0x8167, 0xAC3E, 0x8168, 0xAC3F, 0x8169, 0xAC41, 0x816A, 0xAC42, 0x816B, 0xAC43, 0x816C, 0xAC44, 0x816D, 0xAC45, 0x816E, 0xAC46, - 0x816F, 0xAC47, 0x8170, 0xAC48, 0x8171, 0xAC49, 0x8172, 0xAC4A, 0x8173, 0xAC4C, 0x8174, 0xAC4E, 0x8175, 0xAC4F, 0x8176, 0xAC50, - 0x8177, 0xAC51, 0x8178, 0xAC52, 0x8179, 0xAC53, 0x817A, 0xAC55, 0x8181, 0xAC56, 0x8182, 0xAC57, 0x8183, 0xAC59, 0x8184, 0xAC5A, - 0x8185, 0xAC5B, 0x8186, 0xAC5D, 0x8187, 0xAC5E, 0x8188, 0xAC5F, 0x8189, 0xAC60, 0x818A, 0xAC61, 0x818B, 0xAC62, 0x818C, 0xAC63, - 0x818D, 0xAC64, 0x818E, 0xAC65, 0x818F, 0xAC66, 0x8190, 0xAC67, 0x8191, 0xAC68, 0x8192, 0xAC69, 0x8193, 0xAC6A, 0x8194, 0xAC6B, - 0x8195, 0xAC6C, 0x8196, 0xAC6D, 0x8197, 0xAC6E, 0x8198, 0xAC6F, 0x8199, 0xAC72, 0x819A, 0xAC73, 0x819B, 0xAC75, 0x819C, 0xAC76, - 0x819D, 0xAC79, 0x819E, 0xAC7B, 0x819F, 0xAC7C, 0x81A0, 0xAC7D, 0x81A1, 0xAC7E, 0x81A2, 0xAC7F, 0x81A3, 0xAC82, 0x81A4, 0xAC87, - 0x81A5, 0xAC88, 0x81A6, 0xAC8D, 0x81A7, 0xAC8E, 0x81A8, 0xAC8F, 0x81A9, 0xAC91, 0x81AA, 0xAC92, 0x81AB, 0xAC93, 0x81AC, 0xAC95, - 0x81AD, 0xAC96, 0x81AE, 0xAC97, 0x81AF, 0xAC98, 0x81B0, 0xAC99, 0x81B1, 0xAC9A, 0x81B2, 0xAC9B, 0x81B3, 0xAC9E, 0x81B4, 0xACA2, - 0x81B5, 0xACA3, 0x81B6, 0xACA4, 0x81B7, 0xACA5, 0x81B8, 0xACA6, 0x81B9, 0xACA7, 0x81BA, 0xACAB, 0x81BB, 0xACAD, 0x81BC, 0xACAE, - 0x81BD, 0xACB1, 0x81BE, 0xACB2, 0x81BF, 0xACB3, 0x81C0, 0xACB4, 0x81C1, 0xACB5, 0x81C2, 0xACB6, 0x81C3, 0xACB7, 0x81C4, 0xACBA, - 0x81C5, 0xACBE, 0x81C6, 0xACBF, 0x81C7, 0xACC0, 0x81C8, 0xACC2, 0x81C9, 0xACC3, 0x81CA, 0xACC5, 0x81CB, 0xACC6, 0x81CC, 0xACC7, - 0x81CD, 0xACC9, 0x81CE, 0xACCA, 0x81CF, 0xACCB, 0x81D0, 0xACCD, 0x81D1, 0xACCE, 0x81D2, 0xACCF, 0x81D3, 0xACD0, 0x81D4, 0xACD1, - 0x81D5, 0xACD2, 0x81D6, 0xACD3, 0x81D7, 0xACD4, 0x81D8, 0xACD6, 0x81D9, 0xACD8, 0x81DA, 0xACD9, 0x81DB, 0xACDA, 0x81DC, 0xACDB, - 0x81DD, 0xACDC, 0x81DE, 0xACDD, 0x81DF, 0xACDE, 0x81E0, 0xACDF, 0x81E1, 0xACE2, 0x81E2, 0xACE3, 0x81E3, 0xACE5, 0x81E4, 0xACE6, - 0x81E5, 0xACE9, 0x81E6, 0xACEB, 0x81E7, 0xACED, 0x81E8, 0xACEE, 0x81E9, 0xACF2, 0x81EA, 0xACF4, 0x81EB, 0xACF7, 0x81EC, 0xACF8, - 0x81ED, 0xACF9, 0x81EE, 0xACFA, 0x81EF, 0xACFB, 0x81F0, 0xACFE, 0x81F1, 0xACFF, 0x81F2, 0xAD01, 0x81F3, 0xAD02, 0x81F4, 0xAD03, - 0x81F5, 0xAD05, 0x81F6, 0xAD07, 0x81F7, 0xAD08, 0x81F8, 0xAD09, 0x81F9, 0xAD0A, 0x81FA, 0xAD0B, 0x81FB, 0xAD0E, 0x81FC, 0xAD10, - 0x81FD, 0xAD12, 0x81FE, 0xAD13, 0x8241, 0xAD14, 0x8242, 0xAD15, 0x8243, 0xAD16, 0x8244, 0xAD17, 0x8245, 0xAD19, 0x8246, 0xAD1A, - 0x8247, 0xAD1B, 0x8248, 0xAD1D, 0x8249, 0xAD1E, 0x824A, 0xAD1F, 0x824B, 0xAD21, 0x824C, 0xAD22, 0x824D, 0xAD23, 0x824E, 0xAD24, - 0x824F, 0xAD25, 0x8250, 0xAD26, 0x8251, 0xAD27, 0x8252, 0xAD28, 0x8253, 0xAD2A, 0x8254, 0xAD2B, 0x8255, 0xAD2E, 0x8256, 0xAD2F, - 0x8257, 0xAD30, 0x8258, 0xAD31, 0x8259, 0xAD32, 0x825A, 0xAD33, 0x8261, 0xAD36, 0x8262, 0xAD37, 0x8263, 0xAD39, 0x8264, 0xAD3A, - 0x8265, 0xAD3B, 0x8266, 0xAD3D, 0x8267, 0xAD3E, 0x8268, 0xAD3F, 0x8269, 0xAD40, 0x826A, 0xAD41, 0x826B, 0xAD42, 0x826C, 0xAD43, - 0x826D, 0xAD46, 0x826E, 0xAD48, 0x826F, 0xAD4A, 0x8270, 0xAD4B, 0x8271, 0xAD4C, 0x8272, 0xAD4D, 0x8273, 0xAD4E, 0x8274, 0xAD4F, - 0x8275, 0xAD51, 0x8276, 0xAD52, 0x8277, 0xAD53, 0x8278, 0xAD55, 0x8279, 0xAD56, 0x827A, 0xAD57, 0x8281, 0xAD59, 0x8282, 0xAD5A, - 0x8283, 0xAD5B, 0x8284, 0xAD5C, 0x8285, 0xAD5D, 0x8286, 0xAD5E, 0x8287, 0xAD5F, 0x8288, 0xAD60, 0x8289, 0xAD62, 0x828A, 0xAD64, - 0x828B, 0xAD65, 0x828C, 0xAD66, 0x828D, 0xAD67, 0x828E, 0xAD68, 0x828F, 0xAD69, 0x8290, 0xAD6A, 0x8291, 0xAD6B, 0x8292, 0xAD6E, - 0x8293, 0xAD6F, 0x8294, 0xAD71, 0x8295, 0xAD72, 0x8296, 0xAD77, 0x8297, 0xAD78, 0x8298, 0xAD79, 0x8299, 0xAD7A, 0x829A, 0xAD7E, - 0x829B, 0xAD80, 0x829C, 0xAD83, 0x829D, 0xAD84, 0x829E, 0xAD85, 0x829F, 0xAD86, 0x82A0, 0xAD87, 0x82A1, 0xAD8A, 0x82A2, 0xAD8B, - 0x82A3, 0xAD8D, 0x82A4, 0xAD8E, 0x82A5, 0xAD8F, 0x82A6, 0xAD91, 0x82A7, 0xAD92, 0x82A8, 0xAD93, 0x82A9, 0xAD94, 0x82AA, 0xAD95, - 0x82AB, 0xAD96, 0x82AC, 0xAD97, 0x82AD, 0xAD98, 0x82AE, 0xAD99, 0x82AF, 0xAD9A, 0x82B0, 0xAD9B, 0x82B1, 0xAD9E, 0x82B2, 0xAD9F, - 0x82B3, 0xADA0, 0x82B4, 0xADA1, 0x82B5, 0xADA2, 0x82B6, 0xADA3, 0x82B7, 0xADA5, 0x82B8, 0xADA6, 0x82B9, 0xADA7, 0x82BA, 0xADA8, - 0x82BB, 0xADA9, 0x82BC, 0xADAA, 0x82BD, 0xADAB, 0x82BE, 0xADAC, 0x82BF, 0xADAD, 0x82C0, 0xADAE, 0x82C1, 0xADAF, 0x82C2, 0xADB0, - 0x82C3, 0xADB1, 0x82C4, 0xADB2, 0x82C5, 0xADB3, 0x82C6, 0xADB4, 0x82C7, 0xADB5, 0x82C8, 0xADB6, 0x82C9, 0xADB8, 0x82CA, 0xADB9, - 0x82CB, 0xADBA, 0x82CC, 0xADBB, 0x82CD, 0xADBC, 0x82CE, 0xADBD, 0x82CF, 0xADBE, 0x82D0, 0xADBF, 0x82D1, 0xADC2, 0x82D2, 0xADC3, - 0x82D3, 0xADC5, 0x82D4, 0xADC6, 0x82D5, 0xADC7, 0x82D6, 0xADC9, 0x82D7, 0xADCA, 0x82D8, 0xADCB, 0x82D9, 0xADCC, 0x82DA, 0xADCD, - 0x82DB, 0xADCE, 0x82DC, 0xADCF, 0x82DD, 0xADD2, 0x82DE, 0xADD4, 0x82DF, 0xADD5, 0x82E0, 0xADD6, 0x82E1, 0xADD7, 0x82E2, 0xADD8, - 0x82E3, 0xADD9, 0x82E4, 0xADDA, 0x82E5, 0xADDB, 0x82E6, 0xADDD, 0x82E7, 0xADDE, 0x82E8, 0xADDF, 0x82E9, 0xADE1, 0x82EA, 0xADE2, - 0x82EB, 0xADE3, 0x82EC, 0xADE5, 0x82ED, 0xADE6, 0x82EE, 0xADE7, 0x82EF, 0xADE8, 0x82F0, 0xADE9, 0x82F1, 0xADEA, 0x82F2, 0xADEB, - 0x82F3, 0xADEC, 0x82F4, 0xADED, 0x82F5, 0xADEE, 0x82F6, 0xADEF, 0x82F7, 0xADF0, 0x82F8, 0xADF1, 0x82F9, 0xADF2, 0x82FA, 0xADF3, - 0x82FB, 0xADF4, 0x82FC, 0xADF5, 0x82FD, 0xADF6, 0x82FE, 0xADF7, 0x8341, 0xADFA, 0x8342, 0xADFB, 0x8343, 0xADFD, 0x8344, 0xADFE, - 0x8345, 0xAE02, 0x8346, 0xAE03, 0x8347, 0xAE04, 0x8348, 0xAE05, 0x8349, 0xAE06, 0x834A, 0xAE07, 0x834B, 0xAE0A, 0x834C, 0xAE0C, - 0x834D, 0xAE0E, 0x834E, 0xAE0F, 0x834F, 0xAE10, 0x8350, 0xAE11, 0x8351, 0xAE12, 0x8352, 0xAE13, 0x8353, 0xAE15, 0x8354, 0xAE16, - 0x8355, 0xAE17, 0x8356, 0xAE18, 0x8357, 0xAE19, 0x8358, 0xAE1A, 0x8359, 0xAE1B, 0x835A, 0xAE1C, 0x8361, 0xAE1D, 0x8362, 0xAE1E, - 0x8363, 0xAE1F, 0x8364, 0xAE20, 0x8365, 0xAE21, 0x8366, 0xAE22, 0x8367, 0xAE23, 0x8368, 0xAE24, 0x8369, 0xAE25, 0x836A, 0xAE26, - 0x836B, 0xAE27, 0x836C, 0xAE28, 0x836D, 0xAE29, 0x836E, 0xAE2A, 0x836F, 0xAE2B, 0x8370, 0xAE2C, 0x8371, 0xAE2D, 0x8372, 0xAE2E, - 0x8373, 0xAE2F, 0x8374, 0xAE32, 0x8375, 0xAE33, 0x8376, 0xAE35, 0x8377, 0xAE36, 0x8378, 0xAE39, 0x8379, 0xAE3B, 0x837A, 0xAE3C, - 0x8381, 0xAE3D, 0x8382, 0xAE3E, 0x8383, 0xAE3F, 0x8384, 0xAE42, 0x8385, 0xAE44, 0x8386, 0xAE47, 0x8387, 0xAE48, 0x8388, 0xAE49, - 0x8389, 0xAE4B, 0x838A, 0xAE4F, 0x838B, 0xAE51, 0x838C, 0xAE52, 0x838D, 0xAE53, 0x838E, 0xAE55, 0x838F, 0xAE57, 0x8390, 0xAE58, - 0x8391, 0xAE59, 0x8392, 0xAE5A, 0x8393, 0xAE5B, 0x8394, 0xAE5E, 0x8395, 0xAE62, 0x8396, 0xAE63, 0x8397, 0xAE64, 0x8398, 0xAE66, - 0x8399, 0xAE67, 0x839A, 0xAE6A, 0x839B, 0xAE6B, 0x839C, 0xAE6D, 0x839D, 0xAE6E, 0x839E, 0xAE6F, 0x839F, 0xAE71, 0x83A0, 0xAE72, - 0x83A1, 0xAE73, 0x83A2, 0xAE74, 0x83A3, 0xAE75, 0x83A4, 0xAE76, 0x83A5, 0xAE77, 0x83A6, 0xAE7A, 0x83A7, 0xAE7E, 0x83A8, 0xAE7F, - 0x83A9, 0xAE80, 0x83AA, 0xAE81, 0x83AB, 0xAE82, 0x83AC, 0xAE83, 0x83AD, 0xAE86, 0x83AE, 0xAE87, 0x83AF, 0xAE88, 0x83B0, 0xAE89, - 0x83B1, 0xAE8A, 0x83B2, 0xAE8B, 0x83B3, 0xAE8D, 0x83B4, 0xAE8E, 0x83B5, 0xAE8F, 0x83B6, 0xAE90, 0x83B7, 0xAE91, 0x83B8, 0xAE92, - 0x83B9, 0xAE93, 0x83BA, 0xAE94, 0x83BB, 0xAE95, 0x83BC, 0xAE96, 0x83BD, 0xAE97, 0x83BE, 0xAE98, 0x83BF, 0xAE99, 0x83C0, 0xAE9A, - 0x83C1, 0xAE9B, 0x83C2, 0xAE9C, 0x83C3, 0xAE9D, 0x83C4, 0xAE9E, 0x83C5, 0xAE9F, 0x83C6, 0xAEA0, 0x83C7, 0xAEA1, 0x83C8, 0xAEA2, - 0x83C9, 0xAEA3, 0x83CA, 0xAEA4, 0x83CB, 0xAEA5, 0x83CC, 0xAEA6, 0x83CD, 0xAEA7, 0x83CE, 0xAEA8, 0x83CF, 0xAEA9, 0x83D0, 0xAEAA, - 0x83D1, 0xAEAB, 0x83D2, 0xAEAC, 0x83D3, 0xAEAD, 0x83D4, 0xAEAE, 0x83D5, 0xAEAF, 0x83D6, 0xAEB0, 0x83D7, 0xAEB1, 0x83D8, 0xAEB2, - 0x83D9, 0xAEB3, 0x83DA, 0xAEB4, 0x83DB, 0xAEB5, 0x83DC, 0xAEB6, 0x83DD, 0xAEB7, 0x83DE, 0xAEB8, 0x83DF, 0xAEB9, 0x83E0, 0xAEBA, - 0x83E1, 0xAEBB, 0x83E2, 0xAEBF, 0x83E3, 0xAEC1, 0x83E4, 0xAEC2, 0x83E5, 0xAEC3, 0x83E6, 0xAEC5, 0x83E7, 0xAEC6, 0x83E8, 0xAEC7, - 0x83E9, 0xAEC8, 0x83EA, 0xAEC9, 0x83EB, 0xAECA, 0x83EC, 0xAECB, 0x83ED, 0xAECE, 0x83EE, 0xAED2, 0x83EF, 0xAED3, 0x83F0, 0xAED4, - 0x83F1, 0xAED5, 0x83F2, 0xAED6, 0x83F3, 0xAED7, 0x83F4, 0xAEDA, 0x83F5, 0xAEDB, 0x83F6, 0xAEDD, 0x83F7, 0xAEDE, 0x83F8, 0xAEDF, - 0x83F9, 0xAEE0, 0x83FA, 0xAEE1, 0x83FB, 0xAEE2, 0x83FC, 0xAEE3, 0x83FD, 0xAEE4, 0x83FE, 0xAEE5, 0x8441, 0xAEE6, 0x8442, 0xAEE7, - 0x8443, 0xAEE9, 0x8444, 0xAEEA, 0x8445, 0xAEEC, 0x8446, 0xAEEE, 0x8447, 0xAEEF, 0x8448, 0xAEF0, 0x8449, 0xAEF1, 0x844A, 0xAEF2, - 0x844B, 0xAEF3, 0x844C, 0xAEF5, 0x844D, 0xAEF6, 0x844E, 0xAEF7, 0x844F, 0xAEF9, 0x8450, 0xAEFA, 0x8451, 0xAEFB, 0x8452, 0xAEFD, - 0x8453, 0xAEFE, 0x8454, 0xAEFF, 0x8455, 0xAF00, 0x8456, 0xAF01, 0x8457, 0xAF02, 0x8458, 0xAF03, 0x8459, 0xAF04, 0x845A, 0xAF05, - 0x8461, 0xAF06, 0x8462, 0xAF09, 0x8463, 0xAF0A, 0x8464, 0xAF0B, 0x8465, 0xAF0C, 0x8466, 0xAF0E, 0x8467, 0xAF0F, 0x8468, 0xAF11, - 0x8469, 0xAF12, 0x846A, 0xAF13, 0x846B, 0xAF14, 0x846C, 0xAF15, 0x846D, 0xAF16, 0x846E, 0xAF17, 0x846F, 0xAF18, 0x8470, 0xAF19, - 0x8471, 0xAF1A, 0x8472, 0xAF1B, 0x8473, 0xAF1C, 0x8474, 0xAF1D, 0x8475, 0xAF1E, 0x8476, 0xAF1F, 0x8477, 0xAF20, 0x8478, 0xAF21, - 0x8479, 0xAF22, 0x847A, 0xAF23, 0x8481, 0xAF24, 0x8482, 0xAF25, 0x8483, 0xAF26, 0x8484, 0xAF27, 0x8485, 0xAF28, 0x8486, 0xAF29, - 0x8487, 0xAF2A, 0x8488, 0xAF2B, 0x8489, 0xAF2E, 0x848A, 0xAF2F, 0x848B, 0xAF31, 0x848C, 0xAF33, 0x848D, 0xAF35, 0x848E, 0xAF36, - 0x848F, 0xAF37, 0x8490, 0xAF38, 0x8491, 0xAF39, 0x8492, 0xAF3A, 0x8493, 0xAF3B, 0x8494, 0xAF3E, 0x8495, 0xAF40, 0x8496, 0xAF44, - 0x8497, 0xAF45, 0x8498, 0xAF46, 0x8499, 0xAF47, 0x849A, 0xAF4A, 0x849B, 0xAF4B, 0x849C, 0xAF4C, 0x849D, 0xAF4D, 0x849E, 0xAF4E, - 0x849F, 0xAF4F, 0x84A0, 0xAF51, 0x84A1, 0xAF52, 0x84A2, 0xAF53, 0x84A3, 0xAF54, 0x84A4, 0xAF55, 0x84A5, 0xAF56, 0x84A6, 0xAF57, - 0x84A7, 0xAF58, 0x84A8, 0xAF59, 0x84A9, 0xAF5A, 0x84AA, 0xAF5B, 0x84AB, 0xAF5E, 0x84AC, 0xAF5F, 0x84AD, 0xAF60, 0x84AE, 0xAF61, - 0x84AF, 0xAF62, 0x84B0, 0xAF63, 0x84B1, 0xAF66, 0x84B2, 0xAF67, 0x84B3, 0xAF68, 0x84B4, 0xAF69, 0x84B5, 0xAF6A, 0x84B6, 0xAF6B, - 0x84B7, 0xAF6C, 0x84B8, 0xAF6D, 0x84B9, 0xAF6E, 0x84BA, 0xAF6F, 0x84BB, 0xAF70, 0x84BC, 0xAF71, 0x84BD, 0xAF72, 0x84BE, 0xAF73, - 0x84BF, 0xAF74, 0x84C0, 0xAF75, 0x84C1, 0xAF76, 0x84C2, 0xAF77, 0x84C3, 0xAF78, 0x84C4, 0xAF7A, 0x84C5, 0xAF7B, 0x84C6, 0xAF7C, - 0x84C7, 0xAF7D, 0x84C8, 0xAF7E, 0x84C9, 0xAF7F, 0x84CA, 0xAF81, 0x84CB, 0xAF82, 0x84CC, 0xAF83, 0x84CD, 0xAF85, 0x84CE, 0xAF86, - 0x84CF, 0xAF87, 0x84D0, 0xAF89, 0x84D1, 0xAF8A, 0x84D2, 0xAF8B, 0x84D3, 0xAF8C, 0x84D4, 0xAF8D, 0x84D5, 0xAF8E, 0x84D6, 0xAF8F, - 0x84D7, 0xAF92, 0x84D8, 0xAF93, 0x84D9, 0xAF94, 0x84DA, 0xAF96, 0x84DB, 0xAF97, 0x84DC, 0xAF98, 0x84DD, 0xAF99, 0x84DE, 0xAF9A, - 0x84DF, 0xAF9B, 0x84E0, 0xAF9D, 0x84E1, 0xAF9E, 0x84E2, 0xAF9F, 0x84E3, 0xAFA0, 0x84E4, 0xAFA1, 0x84E5, 0xAFA2, 0x84E6, 0xAFA3, - 0x84E7, 0xAFA4, 0x84E8, 0xAFA5, 0x84E9, 0xAFA6, 0x84EA, 0xAFA7, 0x84EB, 0xAFA8, 0x84EC, 0xAFA9, 0x84ED, 0xAFAA, 0x84EE, 0xAFAB, - 0x84EF, 0xAFAC, 0x84F0, 0xAFAD, 0x84F1, 0xAFAE, 0x84F2, 0xAFAF, 0x84F3, 0xAFB0, 0x84F4, 0xAFB1, 0x84F5, 0xAFB2, 0x84F6, 0xAFB3, - 0x84F7, 0xAFB4, 0x84F8, 0xAFB5, 0x84F9, 0xAFB6, 0x84FA, 0xAFB7, 0x84FB, 0xAFBA, 0x84FC, 0xAFBB, 0x84FD, 0xAFBD, 0x84FE, 0xAFBE, - 0x8541, 0xAFBF, 0x8542, 0xAFC1, 0x8543, 0xAFC2, 0x8544, 0xAFC3, 0x8545, 0xAFC4, 0x8546, 0xAFC5, 0x8547, 0xAFC6, 0x8548, 0xAFCA, - 0x8549, 0xAFCC, 0x854A, 0xAFCF, 0x854B, 0xAFD0, 0x854C, 0xAFD1, 0x854D, 0xAFD2, 0x854E, 0xAFD3, 0x854F, 0xAFD5, 0x8550, 0xAFD6, - 0x8551, 0xAFD7, 0x8552, 0xAFD8, 0x8553, 0xAFD9, 0x8554, 0xAFDA, 0x8555, 0xAFDB, 0x8556, 0xAFDD, 0x8557, 0xAFDE, 0x8558, 0xAFDF, - 0x8559, 0xAFE0, 0x855A, 0xAFE1, 0x8561, 0xAFE2, 0x8562, 0xAFE3, 0x8563, 0xAFE4, 0x8564, 0xAFE5, 0x8565, 0xAFE6, 0x8566, 0xAFE7, - 0x8567, 0xAFEA, 0x8568, 0xAFEB, 0x8569, 0xAFEC, 0x856A, 0xAFED, 0x856B, 0xAFEE, 0x856C, 0xAFEF, 0x856D, 0xAFF2, 0x856E, 0xAFF3, - 0x856F, 0xAFF5, 0x8570, 0xAFF6, 0x8571, 0xAFF7, 0x8572, 0xAFF9, 0x8573, 0xAFFA, 0x8574, 0xAFFB, 0x8575, 0xAFFC, 0x8576, 0xAFFD, - 0x8577, 0xAFFE, 0x8578, 0xAFFF, 0x8579, 0xB002, 0x857A, 0xB003, 0x8581, 0xB005, 0x8582, 0xB006, 0x8583, 0xB007, 0x8584, 0xB008, - 0x8585, 0xB009, 0x8586, 0xB00A, 0x8587, 0xB00B, 0x8588, 0xB00D, 0x8589, 0xB00E, 0x858A, 0xB00F, 0x858B, 0xB011, 0x858C, 0xB012, - 0x858D, 0xB013, 0x858E, 0xB015, 0x858F, 0xB016, 0x8590, 0xB017, 0x8591, 0xB018, 0x8592, 0xB019, 0x8593, 0xB01A, 0x8594, 0xB01B, - 0x8595, 0xB01E, 0x8596, 0xB01F, 0x8597, 0xB020, 0x8598, 0xB021, 0x8599, 0xB022, 0x859A, 0xB023, 0x859B, 0xB024, 0x859C, 0xB025, - 0x859D, 0xB026, 0x859E, 0xB027, 0x859F, 0xB029, 0x85A0, 0xB02A, 0x85A1, 0xB02B, 0x85A2, 0xB02C, 0x85A3, 0xB02D, 0x85A4, 0xB02E, - 0x85A5, 0xB02F, 0x85A6, 0xB030, 0x85A7, 0xB031, 0x85A8, 0xB032, 0x85A9, 0xB033, 0x85AA, 0xB034, 0x85AB, 0xB035, 0x85AC, 0xB036, - 0x85AD, 0xB037, 0x85AE, 0xB038, 0x85AF, 0xB039, 0x85B0, 0xB03A, 0x85B1, 0xB03B, 0x85B2, 0xB03C, 0x85B3, 0xB03D, 0x85B4, 0xB03E, - 0x85B5, 0xB03F, 0x85B6, 0xB040, 0x85B7, 0xB041, 0x85B8, 0xB042, 0x85B9, 0xB043, 0x85BA, 0xB046, 0x85BB, 0xB047, 0x85BC, 0xB049, - 0x85BD, 0xB04B, 0x85BE, 0xB04D, 0x85BF, 0xB04F, 0x85C0, 0xB050, 0x85C1, 0xB051, 0x85C2, 0xB052, 0x85C3, 0xB056, 0x85C4, 0xB058, - 0x85C5, 0xB05A, 0x85C6, 0xB05B, 0x85C7, 0xB05C, 0x85C8, 0xB05E, 0x85C9, 0xB05F, 0x85CA, 0xB060, 0x85CB, 0xB061, 0x85CC, 0xB062, - 0x85CD, 0xB063, 0x85CE, 0xB064, 0x85CF, 0xB065, 0x85D0, 0xB066, 0x85D1, 0xB067, 0x85D2, 0xB068, 0x85D3, 0xB069, 0x85D4, 0xB06A, - 0x85D5, 0xB06B, 0x85D6, 0xB06C, 0x85D7, 0xB06D, 0x85D8, 0xB06E, 0x85D9, 0xB06F, 0x85DA, 0xB070, 0x85DB, 0xB071, 0x85DC, 0xB072, - 0x85DD, 0xB073, 0x85DE, 0xB074, 0x85DF, 0xB075, 0x85E0, 0xB076, 0x85E1, 0xB077, 0x85E2, 0xB078, 0x85E3, 0xB079, 0x85E4, 0xB07A, - 0x85E5, 0xB07B, 0x85E6, 0xB07E, 0x85E7, 0xB07F, 0x85E8, 0xB081, 0x85E9, 0xB082, 0x85EA, 0xB083, 0x85EB, 0xB085, 0x85EC, 0xB086, - 0x85ED, 0xB087, 0x85EE, 0xB088, 0x85EF, 0xB089, 0x85F0, 0xB08A, 0x85F1, 0xB08B, 0x85F2, 0xB08E, 0x85F3, 0xB090, 0x85F4, 0xB092, - 0x85F5, 0xB093, 0x85F6, 0xB094, 0x85F7, 0xB095, 0x85F8, 0xB096, 0x85F9, 0xB097, 0x85FA, 0xB09B, 0x85FB, 0xB09D, 0x85FC, 0xB09E, - 0x85FD, 0xB0A3, 0x85FE, 0xB0A4, 0x8641, 0xB0A5, 0x8642, 0xB0A6, 0x8643, 0xB0A7, 0x8644, 0xB0AA, 0x8645, 0xB0B0, 0x8646, 0xB0B2, - 0x8647, 0xB0B6, 0x8648, 0xB0B7, 0x8649, 0xB0B9, 0x864A, 0xB0BA, 0x864B, 0xB0BB, 0x864C, 0xB0BD, 0x864D, 0xB0BE, 0x864E, 0xB0BF, - 0x864F, 0xB0C0, 0x8650, 0xB0C1, 0x8651, 0xB0C2, 0x8652, 0xB0C3, 0x8653, 0xB0C6, 0x8654, 0xB0CA, 0x8655, 0xB0CB, 0x8656, 0xB0CC, - 0x8657, 0xB0CD, 0x8658, 0xB0CE, 0x8659, 0xB0CF, 0x865A, 0xB0D2, 0x8661, 0xB0D3, 0x8662, 0xB0D5, 0x8663, 0xB0D6, 0x8664, 0xB0D7, - 0x8665, 0xB0D9, 0x8666, 0xB0DA, 0x8667, 0xB0DB, 0x8668, 0xB0DC, 0x8669, 0xB0DD, 0x866A, 0xB0DE, 0x866B, 0xB0DF, 0x866C, 0xB0E1, - 0x866D, 0xB0E2, 0x866E, 0xB0E3, 0x866F, 0xB0E4, 0x8670, 0xB0E6, 0x8671, 0xB0E7, 0x8672, 0xB0E8, 0x8673, 0xB0E9, 0x8674, 0xB0EA, - 0x8675, 0xB0EB, 0x8676, 0xB0EC, 0x8677, 0xB0ED, 0x8678, 0xB0EE, 0x8679, 0xB0EF, 0x867A, 0xB0F0, 0x8681, 0xB0F1, 0x8682, 0xB0F2, - 0x8683, 0xB0F3, 0x8684, 0xB0F4, 0x8685, 0xB0F5, 0x8686, 0xB0F6, 0x8687, 0xB0F7, 0x8688, 0xB0F8, 0x8689, 0xB0F9, 0x868A, 0xB0FA, - 0x868B, 0xB0FB, 0x868C, 0xB0FC, 0x868D, 0xB0FD, 0x868E, 0xB0FE, 0x868F, 0xB0FF, 0x8690, 0xB100, 0x8691, 0xB101, 0x8692, 0xB102, - 0x8693, 0xB103, 0x8694, 0xB104, 0x8695, 0xB105, 0x8696, 0xB106, 0x8697, 0xB107, 0x8698, 0xB10A, 0x8699, 0xB10D, 0x869A, 0xB10E, - 0x869B, 0xB10F, 0x869C, 0xB111, 0x869D, 0xB114, 0x869E, 0xB115, 0x869F, 0xB116, 0x86A0, 0xB117, 0x86A1, 0xB11A, 0x86A2, 0xB11E, - 0x86A3, 0xB11F, 0x86A4, 0xB120, 0x86A5, 0xB121, 0x86A6, 0xB122, 0x86A7, 0xB126, 0x86A8, 0xB127, 0x86A9, 0xB129, 0x86AA, 0xB12A, - 0x86AB, 0xB12B, 0x86AC, 0xB12D, 0x86AD, 0xB12E, 0x86AE, 0xB12F, 0x86AF, 0xB130, 0x86B0, 0xB131, 0x86B1, 0xB132, 0x86B2, 0xB133, - 0x86B3, 0xB136, 0x86B4, 0xB13A, 0x86B5, 0xB13B, 0x86B6, 0xB13C, 0x86B7, 0xB13D, 0x86B8, 0xB13E, 0x86B9, 0xB13F, 0x86BA, 0xB142, - 0x86BB, 0xB143, 0x86BC, 0xB145, 0x86BD, 0xB146, 0x86BE, 0xB147, 0x86BF, 0xB149, 0x86C0, 0xB14A, 0x86C1, 0xB14B, 0x86C2, 0xB14C, - 0x86C3, 0xB14D, 0x86C4, 0xB14E, 0x86C5, 0xB14F, 0x86C6, 0xB152, 0x86C7, 0xB153, 0x86C8, 0xB156, 0x86C9, 0xB157, 0x86CA, 0xB159, - 0x86CB, 0xB15A, 0x86CC, 0xB15B, 0x86CD, 0xB15D, 0x86CE, 0xB15E, 0x86CF, 0xB15F, 0x86D0, 0xB161, 0x86D1, 0xB162, 0x86D2, 0xB163, - 0x86D3, 0xB164, 0x86D4, 0xB165, 0x86D5, 0xB166, 0x86D6, 0xB167, 0x86D7, 0xB168, 0x86D8, 0xB169, 0x86D9, 0xB16A, 0x86DA, 0xB16B, - 0x86DB, 0xB16C, 0x86DC, 0xB16D, 0x86DD, 0xB16E, 0x86DE, 0xB16F, 0x86DF, 0xB170, 0x86E0, 0xB171, 0x86E1, 0xB172, 0x86E2, 0xB173, - 0x86E3, 0xB174, 0x86E4, 0xB175, 0x86E5, 0xB176, 0x86E6, 0xB177, 0x86E7, 0xB17A, 0x86E8, 0xB17B, 0x86E9, 0xB17D, 0x86EA, 0xB17E, - 0x86EB, 0xB17F, 0x86EC, 0xB181, 0x86ED, 0xB183, 0x86EE, 0xB184, 0x86EF, 0xB185, 0x86F0, 0xB186, 0x86F1, 0xB187, 0x86F2, 0xB18A, - 0x86F3, 0xB18C, 0x86F4, 0xB18E, 0x86F5, 0xB18F, 0x86F6, 0xB190, 0x86F7, 0xB191, 0x86F8, 0xB195, 0x86F9, 0xB196, 0x86FA, 0xB197, - 0x86FB, 0xB199, 0x86FC, 0xB19A, 0x86FD, 0xB19B, 0x86FE, 0xB19D, 0x8741, 0xB19E, 0x8742, 0xB19F, 0x8743, 0xB1A0, 0x8744, 0xB1A1, - 0x8745, 0xB1A2, 0x8746, 0xB1A3, 0x8747, 0xB1A4, 0x8748, 0xB1A5, 0x8749, 0xB1A6, 0x874A, 0xB1A7, 0x874B, 0xB1A9, 0x874C, 0xB1AA, - 0x874D, 0xB1AB, 0x874E, 0xB1AC, 0x874F, 0xB1AD, 0x8750, 0xB1AE, 0x8751, 0xB1AF, 0x8752, 0xB1B0, 0x8753, 0xB1B1, 0x8754, 0xB1B2, - 0x8755, 0xB1B3, 0x8756, 0xB1B4, 0x8757, 0xB1B5, 0x8758, 0xB1B6, 0x8759, 0xB1B7, 0x875A, 0xB1B8, 0x8761, 0xB1B9, 0x8762, 0xB1BA, - 0x8763, 0xB1BB, 0x8764, 0xB1BC, 0x8765, 0xB1BD, 0x8766, 0xB1BE, 0x8767, 0xB1BF, 0x8768, 0xB1C0, 0x8769, 0xB1C1, 0x876A, 0xB1C2, - 0x876B, 0xB1C3, 0x876C, 0xB1C4, 0x876D, 0xB1C5, 0x876E, 0xB1C6, 0x876F, 0xB1C7, 0x8770, 0xB1C8, 0x8771, 0xB1C9, 0x8772, 0xB1CA, - 0x8773, 0xB1CB, 0x8774, 0xB1CD, 0x8775, 0xB1CE, 0x8776, 0xB1CF, 0x8777, 0xB1D1, 0x8778, 0xB1D2, 0x8779, 0xB1D3, 0x877A, 0xB1D5, - 0x8781, 0xB1D6, 0x8782, 0xB1D7, 0x8783, 0xB1D8, 0x8784, 0xB1D9, 0x8785, 0xB1DA, 0x8786, 0xB1DB, 0x8787, 0xB1DE, 0x8788, 0xB1E0, - 0x8789, 0xB1E1, 0x878A, 0xB1E2, 0x878B, 0xB1E3, 0x878C, 0xB1E4, 0x878D, 0xB1E5, 0x878E, 0xB1E6, 0x878F, 0xB1E7, 0x8790, 0xB1EA, - 0x8791, 0xB1EB, 0x8792, 0xB1ED, 0x8793, 0xB1EE, 0x8794, 0xB1EF, 0x8795, 0xB1F1, 0x8796, 0xB1F2, 0x8797, 0xB1F3, 0x8798, 0xB1F4, - 0x8799, 0xB1F5, 0x879A, 0xB1F6, 0x879B, 0xB1F7, 0x879C, 0xB1F8, 0x879D, 0xB1FA, 0x879E, 0xB1FC, 0x879F, 0xB1FE, 0x87A0, 0xB1FF, - 0x87A1, 0xB200, 0x87A2, 0xB201, 0x87A3, 0xB202, 0x87A4, 0xB203, 0x87A5, 0xB206, 0x87A6, 0xB207, 0x87A7, 0xB209, 0x87A8, 0xB20A, - 0x87A9, 0xB20D, 0x87AA, 0xB20E, 0x87AB, 0xB20F, 0x87AC, 0xB210, 0x87AD, 0xB211, 0x87AE, 0xB212, 0x87AF, 0xB213, 0x87B0, 0xB216, - 0x87B1, 0xB218, 0x87B2, 0xB21A, 0x87B3, 0xB21B, 0x87B4, 0xB21C, 0x87B5, 0xB21D, 0x87B6, 0xB21E, 0x87B7, 0xB21F, 0x87B8, 0xB221, - 0x87B9, 0xB222, 0x87BA, 0xB223, 0x87BB, 0xB224, 0x87BC, 0xB225, 0x87BD, 0xB226, 0x87BE, 0xB227, 0x87BF, 0xB228, 0x87C0, 0xB229, - 0x87C1, 0xB22A, 0x87C2, 0xB22B, 0x87C3, 0xB22C, 0x87C4, 0xB22D, 0x87C5, 0xB22E, 0x87C6, 0xB22F, 0x87C7, 0xB230, 0x87C8, 0xB231, - 0x87C9, 0xB232, 0x87CA, 0xB233, 0x87CB, 0xB235, 0x87CC, 0xB236, 0x87CD, 0xB237, 0x87CE, 0xB238, 0x87CF, 0xB239, 0x87D0, 0xB23A, - 0x87D1, 0xB23B, 0x87D2, 0xB23D, 0x87D3, 0xB23E, 0x87D4, 0xB23F, 0x87D5, 0xB240, 0x87D6, 0xB241, 0x87D7, 0xB242, 0x87D8, 0xB243, - 0x87D9, 0xB244, 0x87DA, 0xB245, 0x87DB, 0xB246, 0x87DC, 0xB247, 0x87DD, 0xB248, 0x87DE, 0xB249, 0x87DF, 0xB24A, 0x87E0, 0xB24B, - 0x87E1, 0xB24C, 0x87E2, 0xB24D, 0x87E3, 0xB24E, 0x87E4, 0xB24F, 0x87E5, 0xB250, 0x87E6, 0xB251, 0x87E7, 0xB252, 0x87E8, 0xB253, - 0x87E9, 0xB254, 0x87EA, 0xB255, 0x87EB, 0xB256, 0x87EC, 0xB257, 0x87ED, 0xB259, 0x87EE, 0xB25A, 0x87EF, 0xB25B, 0x87F0, 0xB25D, - 0x87F1, 0xB25E, 0x87F2, 0xB25F, 0x87F3, 0xB261, 0x87F4, 0xB262, 0x87F5, 0xB263, 0x87F6, 0xB264, 0x87F7, 0xB265, 0x87F8, 0xB266, - 0x87F9, 0xB267, 0x87FA, 0xB26A, 0x87FB, 0xB26B, 0x87FC, 0xB26C, 0x87FD, 0xB26D, 0x87FE, 0xB26E, 0x8841, 0xB26F, 0x8842, 0xB270, - 0x8843, 0xB271, 0x8844, 0xB272, 0x8845, 0xB273, 0x8846, 0xB276, 0x8847, 0xB277, 0x8848, 0xB278, 0x8849, 0xB279, 0x884A, 0xB27A, - 0x884B, 0xB27B, 0x884C, 0xB27D, 0x884D, 0xB27E, 0x884E, 0xB27F, 0x884F, 0xB280, 0x8850, 0xB281, 0x8851, 0xB282, 0x8852, 0xB283, - 0x8853, 0xB286, 0x8854, 0xB287, 0x8855, 0xB288, 0x8856, 0xB28A, 0x8857, 0xB28B, 0x8858, 0xB28C, 0x8859, 0xB28D, 0x885A, 0xB28E, - 0x8861, 0xB28F, 0x8862, 0xB292, 0x8863, 0xB293, 0x8864, 0xB295, 0x8865, 0xB296, 0x8866, 0xB297, 0x8867, 0xB29B, 0x8868, 0xB29C, - 0x8869, 0xB29D, 0x886A, 0xB29E, 0x886B, 0xB29F, 0x886C, 0xB2A2, 0x886D, 0xB2A4, 0x886E, 0xB2A7, 0x886F, 0xB2A8, 0x8870, 0xB2A9, - 0x8871, 0xB2AB, 0x8872, 0xB2AD, 0x8873, 0xB2AE, 0x8874, 0xB2AF, 0x8875, 0xB2B1, 0x8876, 0xB2B2, 0x8877, 0xB2B3, 0x8878, 0xB2B5, - 0x8879, 0xB2B6, 0x887A, 0xB2B7, 0x8881, 0xB2B8, 0x8882, 0xB2B9, 0x8883, 0xB2BA, 0x8884, 0xB2BB, 0x8885, 0xB2BC, 0x8886, 0xB2BD, - 0x8887, 0xB2BE, 0x8888, 0xB2BF, 0x8889, 0xB2C0, 0x888A, 0xB2C1, 0x888B, 0xB2C2, 0x888C, 0xB2C3, 0x888D, 0xB2C4, 0x888E, 0xB2C5, - 0x888F, 0xB2C6, 0x8890, 0xB2C7, 0x8891, 0xB2CA, 0x8892, 0xB2CB, 0x8893, 0xB2CD, 0x8894, 0xB2CE, 0x8895, 0xB2CF, 0x8896, 0xB2D1, - 0x8897, 0xB2D3, 0x8898, 0xB2D4, 0x8899, 0xB2D5, 0x889A, 0xB2D6, 0x889B, 0xB2D7, 0x889C, 0xB2DA, 0x889D, 0xB2DC, 0x889E, 0xB2DE, - 0x889F, 0xB2DF, 0x88A0, 0xB2E0, 0x88A1, 0xB2E1, 0x88A2, 0xB2E3, 0x88A3, 0xB2E7, 0x88A4, 0xB2E9, 0x88A5, 0xB2EA, 0x88A6, 0xB2F0, - 0x88A7, 0xB2F1, 0x88A8, 0xB2F2, 0x88A9, 0xB2F6, 0x88AA, 0xB2FC, 0x88AB, 0xB2FD, 0x88AC, 0xB2FE, 0x88AD, 0xB302, 0x88AE, 0xB303, - 0x88AF, 0xB305, 0x88B0, 0xB306, 0x88B1, 0xB307, 0x88B2, 0xB309, 0x88B3, 0xB30A, 0x88B4, 0xB30B, 0x88B5, 0xB30C, 0x88B6, 0xB30D, - 0x88B7, 0xB30E, 0x88B8, 0xB30F, 0x88B9, 0xB312, 0x88BA, 0xB316, 0x88BB, 0xB317, 0x88BC, 0xB318, 0x88BD, 0xB319, 0x88BE, 0xB31A, - 0x88BF, 0xB31B, 0x88C0, 0xB31D, 0x88C1, 0xB31E, 0x88C2, 0xB31F, 0x88C3, 0xB320, 0x88C4, 0xB321, 0x88C5, 0xB322, 0x88C6, 0xB323, - 0x88C7, 0xB324, 0x88C8, 0xB325, 0x88C9, 0xB326, 0x88CA, 0xB327, 0x88CB, 0xB328, 0x88CC, 0xB329, 0x88CD, 0xB32A, 0x88CE, 0xB32B, - 0x88CF, 0xB32C, 0x88D0, 0xB32D, 0x88D1, 0xB32E, 0x88D2, 0xB32F, 0x88D3, 0xB330, 0x88D4, 0xB331, 0x88D5, 0xB332, 0x88D6, 0xB333, - 0x88D7, 0xB334, 0x88D8, 0xB335, 0x88D9, 0xB336, 0x88DA, 0xB337, 0x88DB, 0xB338, 0x88DC, 0xB339, 0x88DD, 0xB33A, 0x88DE, 0xB33B, - 0x88DF, 0xB33C, 0x88E0, 0xB33D, 0x88E1, 0xB33E, 0x88E2, 0xB33F, 0x88E3, 0xB340, 0x88E4, 0xB341, 0x88E5, 0xB342, 0x88E6, 0xB343, - 0x88E7, 0xB344, 0x88E8, 0xB345, 0x88E9, 0xB346, 0x88EA, 0xB347, 0x88EB, 0xB348, 0x88EC, 0xB349, 0x88ED, 0xB34A, 0x88EE, 0xB34B, - 0x88EF, 0xB34C, 0x88F0, 0xB34D, 0x88F1, 0xB34E, 0x88F2, 0xB34F, 0x88F3, 0xB350, 0x88F4, 0xB351, 0x88F5, 0xB352, 0x88F6, 0xB353, - 0x88F7, 0xB357, 0x88F8, 0xB359, 0x88F9, 0xB35A, 0x88FA, 0xB35D, 0x88FB, 0xB360, 0x88FC, 0xB361, 0x88FD, 0xB362, 0x88FE, 0xB363, - 0x8941, 0xB366, 0x8942, 0xB368, 0x8943, 0xB36A, 0x8944, 0xB36C, 0x8945, 0xB36D, 0x8946, 0xB36F, 0x8947, 0xB372, 0x8948, 0xB373, - 0x8949, 0xB375, 0x894A, 0xB376, 0x894B, 0xB377, 0x894C, 0xB379, 0x894D, 0xB37A, 0x894E, 0xB37B, 0x894F, 0xB37C, 0x8950, 0xB37D, - 0x8951, 0xB37E, 0x8952, 0xB37F, 0x8953, 0xB382, 0x8954, 0xB386, 0x8955, 0xB387, 0x8956, 0xB388, 0x8957, 0xB389, 0x8958, 0xB38A, - 0x8959, 0xB38B, 0x895A, 0xB38D, 0x8961, 0xB38E, 0x8962, 0xB38F, 0x8963, 0xB391, 0x8964, 0xB392, 0x8965, 0xB393, 0x8966, 0xB395, - 0x8967, 0xB396, 0x8968, 0xB397, 0x8969, 0xB398, 0x896A, 0xB399, 0x896B, 0xB39A, 0x896C, 0xB39B, 0x896D, 0xB39C, 0x896E, 0xB39D, - 0x896F, 0xB39E, 0x8970, 0xB39F, 0x8971, 0xB3A2, 0x8972, 0xB3A3, 0x8973, 0xB3A4, 0x8974, 0xB3A5, 0x8975, 0xB3A6, 0x8976, 0xB3A7, - 0x8977, 0xB3A9, 0x8978, 0xB3AA, 0x8979, 0xB3AB, 0x897A, 0xB3AD, 0x8981, 0xB3AE, 0x8982, 0xB3AF, 0x8983, 0xB3B0, 0x8984, 0xB3B1, - 0x8985, 0xB3B2, 0x8986, 0xB3B3, 0x8987, 0xB3B4, 0x8988, 0xB3B5, 0x8989, 0xB3B6, 0x898A, 0xB3B7, 0x898B, 0xB3B8, 0x898C, 0xB3B9, - 0x898D, 0xB3BA, 0x898E, 0xB3BB, 0x898F, 0xB3BC, 0x8990, 0xB3BD, 0x8991, 0xB3BE, 0x8992, 0xB3BF, 0x8993, 0xB3C0, 0x8994, 0xB3C1, - 0x8995, 0xB3C2, 0x8996, 0xB3C3, 0x8997, 0xB3C6, 0x8998, 0xB3C7, 0x8999, 0xB3C9, 0x899A, 0xB3CA, 0x899B, 0xB3CD, 0x899C, 0xB3CF, - 0x899D, 0xB3D1, 0x899E, 0xB3D2, 0x899F, 0xB3D3, 0x89A0, 0xB3D6, 0x89A1, 0xB3D8, 0x89A2, 0xB3DA, 0x89A3, 0xB3DC, 0x89A4, 0xB3DE, - 0x89A5, 0xB3DF, 0x89A6, 0xB3E1, 0x89A7, 0xB3E2, 0x89A8, 0xB3E3, 0x89A9, 0xB3E5, 0x89AA, 0xB3E6, 0x89AB, 0xB3E7, 0x89AC, 0xB3E9, - 0x89AD, 0xB3EA, 0x89AE, 0xB3EB, 0x89AF, 0xB3EC, 0x89B0, 0xB3ED, 0x89B1, 0xB3EE, 0x89B2, 0xB3EF, 0x89B3, 0xB3F0, 0x89B4, 0xB3F1, - 0x89B5, 0xB3F2, 0x89B6, 0xB3F3, 0x89B7, 0xB3F4, 0x89B8, 0xB3F5, 0x89B9, 0xB3F6, 0x89BA, 0xB3F7, 0x89BB, 0xB3F8, 0x89BC, 0xB3F9, - 0x89BD, 0xB3FA, 0x89BE, 0xB3FB, 0x89BF, 0xB3FD, 0x89C0, 0xB3FE, 0x89C1, 0xB3FF, 0x89C2, 0xB400, 0x89C3, 0xB401, 0x89C4, 0xB402, - 0x89C5, 0xB403, 0x89C6, 0xB404, 0x89C7, 0xB405, 0x89C8, 0xB406, 0x89C9, 0xB407, 0x89CA, 0xB408, 0x89CB, 0xB409, 0x89CC, 0xB40A, - 0x89CD, 0xB40B, 0x89CE, 0xB40C, 0x89CF, 0xB40D, 0x89D0, 0xB40E, 0x89D1, 0xB40F, 0x89D2, 0xB411, 0x89D3, 0xB412, 0x89D4, 0xB413, - 0x89D5, 0xB414, 0x89D6, 0xB415, 0x89D7, 0xB416, 0x89D8, 0xB417, 0x89D9, 0xB419, 0x89DA, 0xB41A, 0x89DB, 0xB41B, 0x89DC, 0xB41D, - 0x89DD, 0xB41E, 0x89DE, 0xB41F, 0x89DF, 0xB421, 0x89E0, 0xB422, 0x89E1, 0xB423, 0x89E2, 0xB424, 0x89E3, 0xB425, 0x89E4, 0xB426, - 0x89E5, 0xB427, 0x89E6, 0xB42A, 0x89E7, 0xB42C, 0x89E8, 0xB42D, 0x89E9, 0xB42E, 0x89EA, 0xB42F, 0x89EB, 0xB430, 0x89EC, 0xB431, - 0x89ED, 0xB432, 0x89EE, 0xB433, 0x89EF, 0xB435, 0x89F0, 0xB436, 0x89F1, 0xB437, 0x89F2, 0xB438, 0x89F3, 0xB439, 0x89F4, 0xB43A, - 0x89F5, 0xB43B, 0x89F6, 0xB43C, 0x89F7, 0xB43D, 0x89F8, 0xB43E, 0x89F9, 0xB43F, 0x89FA, 0xB440, 0x89FB, 0xB441, 0x89FC, 0xB442, - 0x89FD, 0xB443, 0x89FE, 0xB444, 0x8A41, 0xB445, 0x8A42, 0xB446, 0x8A43, 0xB447, 0x8A44, 0xB448, 0x8A45, 0xB449, 0x8A46, 0xB44A, - 0x8A47, 0xB44B, 0x8A48, 0xB44C, 0x8A49, 0xB44D, 0x8A4A, 0xB44E, 0x8A4B, 0xB44F, 0x8A4C, 0xB452, 0x8A4D, 0xB453, 0x8A4E, 0xB455, - 0x8A4F, 0xB456, 0x8A50, 0xB457, 0x8A51, 0xB459, 0x8A52, 0xB45A, 0x8A53, 0xB45B, 0x8A54, 0xB45C, 0x8A55, 0xB45D, 0x8A56, 0xB45E, - 0x8A57, 0xB45F, 0x8A58, 0xB462, 0x8A59, 0xB464, 0x8A5A, 0xB466, 0x8A61, 0xB467, 0x8A62, 0xB468, 0x8A63, 0xB469, 0x8A64, 0xB46A, - 0x8A65, 0xB46B, 0x8A66, 0xB46D, 0x8A67, 0xB46E, 0x8A68, 0xB46F, 0x8A69, 0xB470, 0x8A6A, 0xB471, 0x8A6B, 0xB472, 0x8A6C, 0xB473, - 0x8A6D, 0xB474, 0x8A6E, 0xB475, 0x8A6F, 0xB476, 0x8A70, 0xB477, 0x8A71, 0xB478, 0x8A72, 0xB479, 0x8A73, 0xB47A, 0x8A74, 0xB47B, - 0x8A75, 0xB47C, 0x8A76, 0xB47D, 0x8A77, 0xB47E, 0x8A78, 0xB47F, 0x8A79, 0xB481, 0x8A7A, 0xB482, 0x8A81, 0xB483, 0x8A82, 0xB484, - 0x8A83, 0xB485, 0x8A84, 0xB486, 0x8A85, 0xB487, 0x8A86, 0xB489, 0x8A87, 0xB48A, 0x8A88, 0xB48B, 0x8A89, 0xB48C, 0x8A8A, 0xB48D, - 0x8A8B, 0xB48E, 0x8A8C, 0xB48F, 0x8A8D, 0xB490, 0x8A8E, 0xB491, 0x8A8F, 0xB492, 0x8A90, 0xB493, 0x8A91, 0xB494, 0x8A92, 0xB495, - 0x8A93, 0xB496, 0x8A94, 0xB497, 0x8A95, 0xB498, 0x8A96, 0xB499, 0x8A97, 0xB49A, 0x8A98, 0xB49B, 0x8A99, 0xB49C, 0x8A9A, 0xB49E, - 0x8A9B, 0xB49F, 0x8A9C, 0xB4A0, 0x8A9D, 0xB4A1, 0x8A9E, 0xB4A2, 0x8A9F, 0xB4A3, 0x8AA0, 0xB4A5, 0x8AA1, 0xB4A6, 0x8AA2, 0xB4A7, - 0x8AA3, 0xB4A9, 0x8AA4, 0xB4AA, 0x8AA5, 0xB4AB, 0x8AA6, 0xB4AD, 0x8AA7, 0xB4AE, 0x8AA8, 0xB4AF, 0x8AA9, 0xB4B0, 0x8AAA, 0xB4B1, - 0x8AAB, 0xB4B2, 0x8AAC, 0xB4B3, 0x8AAD, 0xB4B4, 0x8AAE, 0xB4B6, 0x8AAF, 0xB4B8, 0x8AB0, 0xB4BA, 0x8AB1, 0xB4BB, 0x8AB2, 0xB4BC, - 0x8AB3, 0xB4BD, 0x8AB4, 0xB4BE, 0x8AB5, 0xB4BF, 0x8AB6, 0xB4C1, 0x8AB7, 0xB4C2, 0x8AB8, 0xB4C3, 0x8AB9, 0xB4C5, 0x8ABA, 0xB4C6, - 0x8ABB, 0xB4C7, 0x8ABC, 0xB4C9, 0x8ABD, 0xB4CA, 0x8ABE, 0xB4CB, 0x8ABF, 0xB4CC, 0x8AC0, 0xB4CD, 0x8AC1, 0xB4CE, 0x8AC2, 0xB4CF, - 0x8AC3, 0xB4D1, 0x8AC4, 0xB4D2, 0x8AC5, 0xB4D3, 0x8AC6, 0xB4D4, 0x8AC7, 0xB4D6, 0x8AC8, 0xB4D7, 0x8AC9, 0xB4D8, 0x8ACA, 0xB4D9, - 0x8ACB, 0xB4DA, 0x8ACC, 0xB4DB, 0x8ACD, 0xB4DE, 0x8ACE, 0xB4DF, 0x8ACF, 0xB4E1, 0x8AD0, 0xB4E2, 0x8AD1, 0xB4E5, 0x8AD2, 0xB4E7, - 0x8AD3, 0xB4E8, 0x8AD4, 0xB4E9, 0x8AD5, 0xB4EA, 0x8AD6, 0xB4EB, 0x8AD7, 0xB4EE, 0x8AD8, 0xB4F0, 0x8AD9, 0xB4F2, 0x8ADA, 0xB4F3, - 0x8ADB, 0xB4F4, 0x8ADC, 0xB4F5, 0x8ADD, 0xB4F6, 0x8ADE, 0xB4F7, 0x8ADF, 0xB4F9, 0x8AE0, 0xB4FA, 0x8AE1, 0xB4FB, 0x8AE2, 0xB4FC, - 0x8AE3, 0xB4FD, 0x8AE4, 0xB4FE, 0x8AE5, 0xB4FF, 0x8AE6, 0xB500, 0x8AE7, 0xB501, 0x8AE8, 0xB502, 0x8AE9, 0xB503, 0x8AEA, 0xB504, - 0x8AEB, 0xB505, 0x8AEC, 0xB506, 0x8AED, 0xB507, 0x8AEE, 0xB508, 0x8AEF, 0xB509, 0x8AF0, 0xB50A, 0x8AF1, 0xB50B, 0x8AF2, 0xB50C, - 0x8AF3, 0xB50D, 0x8AF4, 0xB50E, 0x8AF5, 0xB50F, 0x8AF6, 0xB510, 0x8AF7, 0xB511, 0x8AF8, 0xB512, 0x8AF9, 0xB513, 0x8AFA, 0xB516, - 0x8AFB, 0xB517, 0x8AFC, 0xB519, 0x8AFD, 0xB51A, 0x8AFE, 0xB51D, 0x8B41, 0xB51E, 0x8B42, 0xB51F, 0x8B43, 0xB520, 0x8B44, 0xB521, - 0x8B45, 0xB522, 0x8B46, 0xB523, 0x8B47, 0xB526, 0x8B48, 0xB52B, 0x8B49, 0xB52C, 0x8B4A, 0xB52D, 0x8B4B, 0xB52E, 0x8B4C, 0xB52F, - 0x8B4D, 0xB532, 0x8B4E, 0xB533, 0x8B4F, 0xB535, 0x8B50, 0xB536, 0x8B51, 0xB537, 0x8B52, 0xB539, 0x8B53, 0xB53A, 0x8B54, 0xB53B, - 0x8B55, 0xB53C, 0x8B56, 0xB53D, 0x8B57, 0xB53E, 0x8B58, 0xB53F, 0x8B59, 0xB542, 0x8B5A, 0xB546, 0x8B61, 0xB547, 0x8B62, 0xB548, - 0x8B63, 0xB549, 0x8B64, 0xB54A, 0x8B65, 0xB54E, 0x8B66, 0xB54F, 0x8B67, 0xB551, 0x8B68, 0xB552, 0x8B69, 0xB553, 0x8B6A, 0xB555, - 0x8B6B, 0xB556, 0x8B6C, 0xB557, 0x8B6D, 0xB558, 0x8B6E, 0xB559, 0x8B6F, 0xB55A, 0x8B70, 0xB55B, 0x8B71, 0xB55E, 0x8B72, 0xB562, - 0x8B73, 0xB563, 0x8B74, 0xB564, 0x8B75, 0xB565, 0x8B76, 0xB566, 0x8B77, 0xB567, 0x8B78, 0xB568, 0x8B79, 0xB569, 0x8B7A, 0xB56A, - 0x8B81, 0xB56B, 0x8B82, 0xB56C, 0x8B83, 0xB56D, 0x8B84, 0xB56E, 0x8B85, 0xB56F, 0x8B86, 0xB570, 0x8B87, 0xB571, 0x8B88, 0xB572, - 0x8B89, 0xB573, 0x8B8A, 0xB574, 0x8B8B, 0xB575, 0x8B8C, 0xB576, 0x8B8D, 0xB577, 0x8B8E, 0xB578, 0x8B8F, 0xB579, 0x8B90, 0xB57A, - 0x8B91, 0xB57B, 0x8B92, 0xB57C, 0x8B93, 0xB57D, 0x8B94, 0xB57E, 0x8B95, 0xB57F, 0x8B96, 0xB580, 0x8B97, 0xB581, 0x8B98, 0xB582, - 0x8B99, 0xB583, 0x8B9A, 0xB584, 0x8B9B, 0xB585, 0x8B9C, 0xB586, 0x8B9D, 0xB587, 0x8B9E, 0xB588, 0x8B9F, 0xB589, 0x8BA0, 0xB58A, - 0x8BA1, 0xB58B, 0x8BA2, 0xB58C, 0x8BA3, 0xB58D, 0x8BA4, 0xB58E, 0x8BA5, 0xB58F, 0x8BA6, 0xB590, 0x8BA7, 0xB591, 0x8BA8, 0xB592, - 0x8BA9, 0xB593, 0x8BAA, 0xB594, 0x8BAB, 0xB595, 0x8BAC, 0xB596, 0x8BAD, 0xB597, 0x8BAE, 0xB598, 0x8BAF, 0xB599, 0x8BB0, 0xB59A, - 0x8BB1, 0xB59B, 0x8BB2, 0xB59C, 0x8BB3, 0xB59D, 0x8BB4, 0xB59E, 0x8BB5, 0xB59F, 0x8BB6, 0xB5A2, 0x8BB7, 0xB5A3, 0x8BB8, 0xB5A5, - 0x8BB9, 0xB5A6, 0x8BBA, 0xB5A7, 0x8BBB, 0xB5A9, 0x8BBC, 0xB5AC, 0x8BBD, 0xB5AD, 0x8BBE, 0xB5AE, 0x8BBF, 0xB5AF, 0x8BC0, 0xB5B2, - 0x8BC1, 0xB5B6, 0x8BC2, 0xB5B7, 0x8BC3, 0xB5B8, 0x8BC4, 0xB5B9, 0x8BC5, 0xB5BA, 0x8BC6, 0xB5BE, 0x8BC7, 0xB5BF, 0x8BC8, 0xB5C1, - 0x8BC9, 0xB5C2, 0x8BCA, 0xB5C3, 0x8BCB, 0xB5C5, 0x8BCC, 0xB5C6, 0x8BCD, 0xB5C7, 0x8BCE, 0xB5C8, 0x8BCF, 0xB5C9, 0x8BD0, 0xB5CA, - 0x8BD1, 0xB5CB, 0x8BD2, 0xB5CE, 0x8BD3, 0xB5D2, 0x8BD4, 0xB5D3, 0x8BD5, 0xB5D4, 0x8BD6, 0xB5D5, 0x8BD7, 0xB5D6, 0x8BD8, 0xB5D7, - 0x8BD9, 0xB5D9, 0x8BDA, 0xB5DA, 0x8BDB, 0xB5DB, 0x8BDC, 0xB5DC, 0x8BDD, 0xB5DD, 0x8BDE, 0xB5DE, 0x8BDF, 0xB5DF, 0x8BE0, 0xB5E0, - 0x8BE1, 0xB5E1, 0x8BE2, 0xB5E2, 0x8BE3, 0xB5E3, 0x8BE4, 0xB5E4, 0x8BE5, 0xB5E5, 0x8BE6, 0xB5E6, 0x8BE7, 0xB5E7, 0x8BE8, 0xB5E8, - 0x8BE9, 0xB5E9, 0x8BEA, 0xB5EA, 0x8BEB, 0xB5EB, 0x8BEC, 0xB5ED, 0x8BED, 0xB5EE, 0x8BEE, 0xB5EF, 0x8BEF, 0xB5F0, 0x8BF0, 0xB5F1, - 0x8BF1, 0xB5F2, 0x8BF2, 0xB5F3, 0x8BF3, 0xB5F4, 0x8BF4, 0xB5F5, 0x8BF5, 0xB5F6, 0x8BF6, 0xB5F7, 0x8BF7, 0xB5F8, 0x8BF8, 0xB5F9, - 0x8BF9, 0xB5FA, 0x8BFA, 0xB5FB, 0x8BFB, 0xB5FC, 0x8BFC, 0xB5FD, 0x8BFD, 0xB5FE, 0x8BFE, 0xB5FF, 0x8C41, 0xB600, 0x8C42, 0xB601, - 0x8C43, 0xB602, 0x8C44, 0xB603, 0x8C45, 0xB604, 0x8C46, 0xB605, 0x8C47, 0xB606, 0x8C48, 0xB607, 0x8C49, 0xB608, 0x8C4A, 0xB609, - 0x8C4B, 0xB60A, 0x8C4C, 0xB60B, 0x8C4D, 0xB60C, 0x8C4E, 0xB60D, 0x8C4F, 0xB60E, 0x8C50, 0xB60F, 0x8C51, 0xB612, 0x8C52, 0xB613, - 0x8C53, 0xB615, 0x8C54, 0xB616, 0x8C55, 0xB617, 0x8C56, 0xB619, 0x8C57, 0xB61A, 0x8C58, 0xB61B, 0x8C59, 0xB61C, 0x8C5A, 0xB61D, - 0x8C61, 0xB61E, 0x8C62, 0xB61F, 0x8C63, 0xB620, 0x8C64, 0xB621, 0x8C65, 0xB622, 0x8C66, 0xB623, 0x8C67, 0xB624, 0x8C68, 0xB626, - 0x8C69, 0xB627, 0x8C6A, 0xB628, 0x8C6B, 0xB629, 0x8C6C, 0xB62A, 0x8C6D, 0xB62B, 0x8C6E, 0xB62D, 0x8C6F, 0xB62E, 0x8C70, 0xB62F, - 0x8C71, 0xB630, 0x8C72, 0xB631, 0x8C73, 0xB632, 0x8C74, 0xB633, 0x8C75, 0xB635, 0x8C76, 0xB636, 0x8C77, 0xB637, 0x8C78, 0xB638, - 0x8C79, 0xB639, 0x8C7A, 0xB63A, 0x8C81, 0xB63B, 0x8C82, 0xB63C, 0x8C83, 0xB63D, 0x8C84, 0xB63E, 0x8C85, 0xB63F, 0x8C86, 0xB640, - 0x8C87, 0xB641, 0x8C88, 0xB642, 0x8C89, 0xB643, 0x8C8A, 0xB644, 0x8C8B, 0xB645, 0x8C8C, 0xB646, 0x8C8D, 0xB647, 0x8C8E, 0xB649, - 0x8C8F, 0xB64A, 0x8C90, 0xB64B, 0x8C91, 0xB64C, 0x8C92, 0xB64D, 0x8C93, 0xB64E, 0x8C94, 0xB64F, 0x8C95, 0xB650, 0x8C96, 0xB651, - 0x8C97, 0xB652, 0x8C98, 0xB653, 0x8C99, 0xB654, 0x8C9A, 0xB655, 0x8C9B, 0xB656, 0x8C9C, 0xB657, 0x8C9D, 0xB658, 0x8C9E, 0xB659, - 0x8C9F, 0xB65A, 0x8CA0, 0xB65B, 0x8CA1, 0xB65C, 0x8CA2, 0xB65D, 0x8CA3, 0xB65E, 0x8CA4, 0xB65F, 0x8CA5, 0xB660, 0x8CA6, 0xB661, - 0x8CA7, 0xB662, 0x8CA8, 0xB663, 0x8CA9, 0xB665, 0x8CAA, 0xB666, 0x8CAB, 0xB667, 0x8CAC, 0xB669, 0x8CAD, 0xB66A, 0x8CAE, 0xB66B, - 0x8CAF, 0xB66C, 0x8CB0, 0xB66D, 0x8CB1, 0xB66E, 0x8CB2, 0xB66F, 0x8CB3, 0xB670, 0x8CB4, 0xB671, 0x8CB5, 0xB672, 0x8CB6, 0xB673, - 0x8CB7, 0xB674, 0x8CB8, 0xB675, 0x8CB9, 0xB676, 0x8CBA, 0xB677, 0x8CBB, 0xB678, 0x8CBC, 0xB679, 0x8CBD, 0xB67A, 0x8CBE, 0xB67B, - 0x8CBF, 0xB67C, 0x8CC0, 0xB67D, 0x8CC1, 0xB67E, 0x8CC2, 0xB67F, 0x8CC3, 0xB680, 0x8CC4, 0xB681, 0x8CC5, 0xB682, 0x8CC6, 0xB683, - 0x8CC7, 0xB684, 0x8CC8, 0xB685, 0x8CC9, 0xB686, 0x8CCA, 0xB687, 0x8CCB, 0xB688, 0x8CCC, 0xB689, 0x8CCD, 0xB68A, 0x8CCE, 0xB68B, - 0x8CCF, 0xB68C, 0x8CD0, 0xB68D, 0x8CD1, 0xB68E, 0x8CD2, 0xB68F, 0x8CD3, 0xB690, 0x8CD4, 0xB691, 0x8CD5, 0xB692, 0x8CD6, 0xB693, - 0x8CD7, 0xB694, 0x8CD8, 0xB695, 0x8CD9, 0xB696, 0x8CDA, 0xB697, 0x8CDB, 0xB698, 0x8CDC, 0xB699, 0x8CDD, 0xB69A, 0x8CDE, 0xB69B, - 0x8CDF, 0xB69E, 0x8CE0, 0xB69F, 0x8CE1, 0xB6A1, 0x8CE2, 0xB6A2, 0x8CE3, 0xB6A3, 0x8CE4, 0xB6A5, 0x8CE5, 0xB6A6, 0x8CE6, 0xB6A7, - 0x8CE7, 0xB6A8, 0x8CE8, 0xB6A9, 0x8CE9, 0xB6AA, 0x8CEA, 0xB6AD, 0x8CEB, 0xB6AE, 0x8CEC, 0xB6AF, 0x8CED, 0xB6B0, 0x8CEE, 0xB6B2, - 0x8CEF, 0xB6B3, 0x8CF0, 0xB6B4, 0x8CF1, 0xB6B5, 0x8CF2, 0xB6B6, 0x8CF3, 0xB6B7, 0x8CF4, 0xB6B8, 0x8CF5, 0xB6B9, 0x8CF6, 0xB6BA, - 0x8CF7, 0xB6BB, 0x8CF8, 0xB6BC, 0x8CF9, 0xB6BD, 0x8CFA, 0xB6BE, 0x8CFB, 0xB6BF, 0x8CFC, 0xB6C0, 0x8CFD, 0xB6C1, 0x8CFE, 0xB6C2, - 0x8D41, 0xB6C3, 0x8D42, 0xB6C4, 0x8D43, 0xB6C5, 0x8D44, 0xB6C6, 0x8D45, 0xB6C7, 0x8D46, 0xB6C8, 0x8D47, 0xB6C9, 0x8D48, 0xB6CA, - 0x8D49, 0xB6CB, 0x8D4A, 0xB6CC, 0x8D4B, 0xB6CD, 0x8D4C, 0xB6CE, 0x8D4D, 0xB6CF, 0x8D4E, 0xB6D0, 0x8D4F, 0xB6D1, 0x8D50, 0xB6D2, - 0x8D51, 0xB6D3, 0x8D52, 0xB6D5, 0x8D53, 0xB6D6, 0x8D54, 0xB6D7, 0x8D55, 0xB6D8, 0x8D56, 0xB6D9, 0x8D57, 0xB6DA, 0x8D58, 0xB6DB, - 0x8D59, 0xB6DC, 0x8D5A, 0xB6DD, 0x8D61, 0xB6DE, 0x8D62, 0xB6DF, 0x8D63, 0xB6E0, 0x8D64, 0xB6E1, 0x8D65, 0xB6E2, 0x8D66, 0xB6E3, - 0x8D67, 0xB6E4, 0x8D68, 0xB6E5, 0x8D69, 0xB6E6, 0x8D6A, 0xB6E7, 0x8D6B, 0xB6E8, 0x8D6C, 0xB6E9, 0x8D6D, 0xB6EA, 0x8D6E, 0xB6EB, - 0x8D6F, 0xB6EC, 0x8D70, 0xB6ED, 0x8D71, 0xB6EE, 0x8D72, 0xB6EF, 0x8D73, 0xB6F1, 0x8D74, 0xB6F2, 0x8D75, 0xB6F3, 0x8D76, 0xB6F5, - 0x8D77, 0xB6F6, 0x8D78, 0xB6F7, 0x8D79, 0xB6F9, 0x8D7A, 0xB6FA, 0x8D81, 0xB6FB, 0x8D82, 0xB6FC, 0x8D83, 0xB6FD, 0x8D84, 0xB6FE, - 0x8D85, 0xB6FF, 0x8D86, 0xB702, 0x8D87, 0xB703, 0x8D88, 0xB704, 0x8D89, 0xB706, 0x8D8A, 0xB707, 0x8D8B, 0xB708, 0x8D8C, 0xB709, - 0x8D8D, 0xB70A, 0x8D8E, 0xB70B, 0x8D8F, 0xB70C, 0x8D90, 0xB70D, 0x8D91, 0xB70E, 0x8D92, 0xB70F, 0x8D93, 0xB710, 0x8D94, 0xB711, - 0x8D95, 0xB712, 0x8D96, 0xB713, 0x8D97, 0xB714, 0x8D98, 0xB715, 0x8D99, 0xB716, 0x8D9A, 0xB717, 0x8D9B, 0xB718, 0x8D9C, 0xB719, - 0x8D9D, 0xB71A, 0x8D9E, 0xB71B, 0x8D9F, 0xB71C, 0x8DA0, 0xB71D, 0x8DA1, 0xB71E, 0x8DA2, 0xB71F, 0x8DA3, 0xB720, 0x8DA4, 0xB721, - 0x8DA5, 0xB722, 0x8DA6, 0xB723, 0x8DA7, 0xB724, 0x8DA8, 0xB725, 0x8DA9, 0xB726, 0x8DAA, 0xB727, 0x8DAB, 0xB72A, 0x8DAC, 0xB72B, - 0x8DAD, 0xB72D, 0x8DAE, 0xB72E, 0x8DAF, 0xB731, 0x8DB0, 0xB732, 0x8DB1, 0xB733, 0x8DB2, 0xB734, 0x8DB3, 0xB735, 0x8DB4, 0xB736, - 0x8DB5, 0xB737, 0x8DB6, 0xB73A, 0x8DB7, 0xB73C, 0x8DB8, 0xB73D, 0x8DB9, 0xB73E, 0x8DBA, 0xB73F, 0x8DBB, 0xB740, 0x8DBC, 0xB741, - 0x8DBD, 0xB742, 0x8DBE, 0xB743, 0x8DBF, 0xB745, 0x8DC0, 0xB746, 0x8DC1, 0xB747, 0x8DC2, 0xB749, 0x8DC3, 0xB74A, 0x8DC4, 0xB74B, - 0x8DC5, 0xB74D, 0x8DC6, 0xB74E, 0x8DC7, 0xB74F, 0x8DC8, 0xB750, 0x8DC9, 0xB751, 0x8DCA, 0xB752, 0x8DCB, 0xB753, 0x8DCC, 0xB756, - 0x8DCD, 0xB757, 0x8DCE, 0xB758, 0x8DCF, 0xB759, 0x8DD0, 0xB75A, 0x8DD1, 0xB75B, 0x8DD2, 0xB75C, 0x8DD3, 0xB75D, 0x8DD4, 0xB75E, - 0x8DD5, 0xB75F, 0x8DD6, 0xB761, 0x8DD7, 0xB762, 0x8DD8, 0xB763, 0x8DD9, 0xB765, 0x8DDA, 0xB766, 0x8DDB, 0xB767, 0x8DDC, 0xB769, - 0x8DDD, 0xB76A, 0x8DDE, 0xB76B, 0x8DDF, 0xB76C, 0x8DE0, 0xB76D, 0x8DE1, 0xB76E, 0x8DE2, 0xB76F, 0x8DE3, 0xB772, 0x8DE4, 0xB774, - 0x8DE5, 0xB776, 0x8DE6, 0xB777, 0x8DE7, 0xB778, 0x8DE8, 0xB779, 0x8DE9, 0xB77A, 0x8DEA, 0xB77B, 0x8DEB, 0xB77E, 0x8DEC, 0xB77F, - 0x8DED, 0xB781, 0x8DEE, 0xB782, 0x8DEF, 0xB783, 0x8DF0, 0xB785, 0x8DF1, 0xB786, 0x8DF2, 0xB787, 0x8DF3, 0xB788, 0x8DF4, 0xB789, - 0x8DF5, 0xB78A, 0x8DF6, 0xB78B, 0x8DF7, 0xB78E, 0x8DF8, 0xB793, 0x8DF9, 0xB794, 0x8DFA, 0xB795, 0x8DFB, 0xB79A, 0x8DFC, 0xB79B, - 0x8DFD, 0xB79D, 0x8DFE, 0xB79E, 0x8E41, 0xB79F, 0x8E42, 0xB7A1, 0x8E43, 0xB7A2, 0x8E44, 0xB7A3, 0x8E45, 0xB7A4, 0x8E46, 0xB7A5, - 0x8E47, 0xB7A6, 0x8E48, 0xB7A7, 0x8E49, 0xB7AA, 0x8E4A, 0xB7AE, 0x8E4B, 0xB7AF, 0x8E4C, 0xB7B0, 0x8E4D, 0xB7B1, 0x8E4E, 0xB7B2, - 0x8E4F, 0xB7B3, 0x8E50, 0xB7B6, 0x8E51, 0xB7B7, 0x8E52, 0xB7B9, 0x8E53, 0xB7BA, 0x8E54, 0xB7BB, 0x8E55, 0xB7BC, 0x8E56, 0xB7BD, - 0x8E57, 0xB7BE, 0x8E58, 0xB7BF, 0x8E59, 0xB7C0, 0x8E5A, 0xB7C1, 0x8E61, 0xB7C2, 0x8E62, 0xB7C3, 0x8E63, 0xB7C4, 0x8E64, 0xB7C5, - 0x8E65, 0xB7C6, 0x8E66, 0xB7C8, 0x8E67, 0xB7CA, 0x8E68, 0xB7CB, 0x8E69, 0xB7CC, 0x8E6A, 0xB7CD, 0x8E6B, 0xB7CE, 0x8E6C, 0xB7CF, - 0x8E6D, 0xB7D0, 0x8E6E, 0xB7D1, 0x8E6F, 0xB7D2, 0x8E70, 0xB7D3, 0x8E71, 0xB7D4, 0x8E72, 0xB7D5, 0x8E73, 0xB7D6, 0x8E74, 0xB7D7, - 0x8E75, 0xB7D8, 0x8E76, 0xB7D9, 0x8E77, 0xB7DA, 0x8E78, 0xB7DB, 0x8E79, 0xB7DC, 0x8E7A, 0xB7DD, 0x8E81, 0xB7DE, 0x8E82, 0xB7DF, - 0x8E83, 0xB7E0, 0x8E84, 0xB7E1, 0x8E85, 0xB7E2, 0x8E86, 0xB7E3, 0x8E87, 0xB7E4, 0x8E88, 0xB7E5, 0x8E89, 0xB7E6, 0x8E8A, 0xB7E7, - 0x8E8B, 0xB7E8, 0x8E8C, 0xB7E9, 0x8E8D, 0xB7EA, 0x8E8E, 0xB7EB, 0x8E8F, 0xB7EE, 0x8E90, 0xB7EF, 0x8E91, 0xB7F1, 0x8E92, 0xB7F2, - 0x8E93, 0xB7F3, 0x8E94, 0xB7F5, 0x8E95, 0xB7F6, 0x8E96, 0xB7F7, 0x8E97, 0xB7F8, 0x8E98, 0xB7F9, 0x8E99, 0xB7FA, 0x8E9A, 0xB7FB, - 0x8E9B, 0xB7FE, 0x8E9C, 0xB802, 0x8E9D, 0xB803, 0x8E9E, 0xB804, 0x8E9F, 0xB805, 0x8EA0, 0xB806, 0x8EA1, 0xB80A, 0x8EA2, 0xB80B, - 0x8EA3, 0xB80D, 0x8EA4, 0xB80E, 0x8EA5, 0xB80F, 0x8EA6, 0xB811, 0x8EA7, 0xB812, 0x8EA8, 0xB813, 0x8EA9, 0xB814, 0x8EAA, 0xB815, - 0x8EAB, 0xB816, 0x8EAC, 0xB817, 0x8EAD, 0xB81A, 0x8EAE, 0xB81C, 0x8EAF, 0xB81E, 0x8EB0, 0xB81F, 0x8EB1, 0xB820, 0x8EB2, 0xB821, - 0x8EB3, 0xB822, 0x8EB4, 0xB823, 0x8EB5, 0xB826, 0x8EB6, 0xB827, 0x8EB7, 0xB829, 0x8EB8, 0xB82A, 0x8EB9, 0xB82B, 0x8EBA, 0xB82D, - 0x8EBB, 0xB82E, 0x8EBC, 0xB82F, 0x8EBD, 0xB830, 0x8EBE, 0xB831, 0x8EBF, 0xB832, 0x8EC0, 0xB833, 0x8EC1, 0xB836, 0x8EC2, 0xB83A, - 0x8EC3, 0xB83B, 0x8EC4, 0xB83C, 0x8EC5, 0xB83D, 0x8EC6, 0xB83E, 0x8EC7, 0xB83F, 0x8EC8, 0xB841, 0x8EC9, 0xB842, 0x8ECA, 0xB843, - 0x8ECB, 0xB845, 0x8ECC, 0xB846, 0x8ECD, 0xB847, 0x8ECE, 0xB848, 0x8ECF, 0xB849, 0x8ED0, 0xB84A, 0x8ED1, 0xB84B, 0x8ED2, 0xB84C, - 0x8ED3, 0xB84D, 0x8ED4, 0xB84E, 0x8ED5, 0xB84F, 0x8ED6, 0xB850, 0x8ED7, 0xB852, 0x8ED8, 0xB854, 0x8ED9, 0xB855, 0x8EDA, 0xB856, - 0x8EDB, 0xB857, 0x8EDC, 0xB858, 0x8EDD, 0xB859, 0x8EDE, 0xB85A, 0x8EDF, 0xB85B, 0x8EE0, 0xB85E, 0x8EE1, 0xB85F, 0x8EE2, 0xB861, - 0x8EE3, 0xB862, 0x8EE4, 0xB863, 0x8EE5, 0xB865, 0x8EE6, 0xB866, 0x8EE7, 0xB867, 0x8EE8, 0xB868, 0x8EE9, 0xB869, 0x8EEA, 0xB86A, - 0x8EEB, 0xB86B, 0x8EEC, 0xB86E, 0x8EED, 0xB870, 0x8EEE, 0xB872, 0x8EEF, 0xB873, 0x8EF0, 0xB874, 0x8EF1, 0xB875, 0x8EF2, 0xB876, - 0x8EF3, 0xB877, 0x8EF4, 0xB879, 0x8EF5, 0xB87A, 0x8EF6, 0xB87B, 0x8EF7, 0xB87D, 0x8EF8, 0xB87E, 0x8EF9, 0xB87F, 0x8EFA, 0xB880, - 0x8EFB, 0xB881, 0x8EFC, 0xB882, 0x8EFD, 0xB883, 0x8EFE, 0xB884, 0x8F41, 0xB885, 0x8F42, 0xB886, 0x8F43, 0xB887, 0x8F44, 0xB888, - 0x8F45, 0xB889, 0x8F46, 0xB88A, 0x8F47, 0xB88B, 0x8F48, 0xB88C, 0x8F49, 0xB88E, 0x8F4A, 0xB88F, 0x8F4B, 0xB890, 0x8F4C, 0xB891, - 0x8F4D, 0xB892, 0x8F4E, 0xB893, 0x8F4F, 0xB894, 0x8F50, 0xB895, 0x8F51, 0xB896, 0x8F52, 0xB897, 0x8F53, 0xB898, 0x8F54, 0xB899, - 0x8F55, 0xB89A, 0x8F56, 0xB89B, 0x8F57, 0xB89C, 0x8F58, 0xB89D, 0x8F59, 0xB89E, 0x8F5A, 0xB89F, 0x8F61, 0xB8A0, 0x8F62, 0xB8A1, - 0x8F63, 0xB8A2, 0x8F64, 0xB8A3, 0x8F65, 0xB8A4, 0x8F66, 0xB8A5, 0x8F67, 0xB8A6, 0x8F68, 0xB8A7, 0x8F69, 0xB8A9, 0x8F6A, 0xB8AA, - 0x8F6B, 0xB8AB, 0x8F6C, 0xB8AC, 0x8F6D, 0xB8AD, 0x8F6E, 0xB8AE, 0x8F6F, 0xB8AF, 0x8F70, 0xB8B1, 0x8F71, 0xB8B2, 0x8F72, 0xB8B3, - 0x8F73, 0xB8B5, 0x8F74, 0xB8B6, 0x8F75, 0xB8B7, 0x8F76, 0xB8B9, 0x8F77, 0xB8BA, 0x8F78, 0xB8BB, 0x8F79, 0xB8BC, 0x8F7A, 0xB8BD, - 0x8F81, 0xB8BE, 0x8F82, 0xB8BF, 0x8F83, 0xB8C2, 0x8F84, 0xB8C4, 0x8F85, 0xB8C6, 0x8F86, 0xB8C7, 0x8F87, 0xB8C8, 0x8F88, 0xB8C9, - 0x8F89, 0xB8CA, 0x8F8A, 0xB8CB, 0x8F8B, 0xB8CD, 0x8F8C, 0xB8CE, 0x8F8D, 0xB8CF, 0x8F8E, 0xB8D1, 0x8F8F, 0xB8D2, 0x8F90, 0xB8D3, - 0x8F91, 0xB8D5, 0x8F92, 0xB8D6, 0x8F93, 0xB8D7, 0x8F94, 0xB8D8, 0x8F95, 0xB8D9, 0x8F96, 0xB8DA, 0x8F97, 0xB8DB, 0x8F98, 0xB8DC, - 0x8F99, 0xB8DE, 0x8F9A, 0xB8E0, 0x8F9B, 0xB8E2, 0x8F9C, 0xB8E3, 0x8F9D, 0xB8E4, 0x8F9E, 0xB8E5, 0x8F9F, 0xB8E6, 0x8FA0, 0xB8E7, - 0x8FA1, 0xB8EA, 0x8FA2, 0xB8EB, 0x8FA3, 0xB8ED, 0x8FA4, 0xB8EE, 0x8FA5, 0xB8EF, 0x8FA6, 0xB8F1, 0x8FA7, 0xB8F2, 0x8FA8, 0xB8F3, - 0x8FA9, 0xB8F4, 0x8FAA, 0xB8F5, 0x8FAB, 0xB8F6, 0x8FAC, 0xB8F7, 0x8FAD, 0xB8FA, 0x8FAE, 0xB8FC, 0x8FAF, 0xB8FE, 0x8FB0, 0xB8FF, - 0x8FB1, 0xB900, 0x8FB2, 0xB901, 0x8FB3, 0xB902, 0x8FB4, 0xB903, 0x8FB5, 0xB905, 0x8FB6, 0xB906, 0x8FB7, 0xB907, 0x8FB8, 0xB908, - 0x8FB9, 0xB909, 0x8FBA, 0xB90A, 0x8FBB, 0xB90B, 0x8FBC, 0xB90C, 0x8FBD, 0xB90D, 0x8FBE, 0xB90E, 0x8FBF, 0xB90F, 0x8FC0, 0xB910, - 0x8FC1, 0xB911, 0x8FC2, 0xB912, 0x8FC3, 0xB913, 0x8FC4, 0xB914, 0x8FC5, 0xB915, 0x8FC6, 0xB916, 0x8FC7, 0xB917, 0x8FC8, 0xB919, - 0x8FC9, 0xB91A, 0x8FCA, 0xB91B, 0x8FCB, 0xB91C, 0x8FCC, 0xB91D, 0x8FCD, 0xB91E, 0x8FCE, 0xB91F, 0x8FCF, 0xB921, 0x8FD0, 0xB922, - 0x8FD1, 0xB923, 0x8FD2, 0xB924, 0x8FD3, 0xB925, 0x8FD4, 0xB926, 0x8FD5, 0xB927, 0x8FD6, 0xB928, 0x8FD7, 0xB929, 0x8FD8, 0xB92A, - 0x8FD9, 0xB92B, 0x8FDA, 0xB92C, 0x8FDB, 0xB92D, 0x8FDC, 0xB92E, 0x8FDD, 0xB92F, 0x8FDE, 0xB930, 0x8FDF, 0xB931, 0x8FE0, 0xB932, - 0x8FE1, 0xB933, 0x8FE2, 0xB934, 0x8FE3, 0xB935, 0x8FE4, 0xB936, 0x8FE5, 0xB937, 0x8FE6, 0xB938, 0x8FE7, 0xB939, 0x8FE8, 0xB93A, - 0x8FE9, 0xB93B, 0x8FEA, 0xB93E, 0x8FEB, 0xB93F, 0x8FEC, 0xB941, 0x8FED, 0xB942, 0x8FEE, 0xB943, 0x8FEF, 0xB945, 0x8FF0, 0xB946, - 0x8FF1, 0xB947, 0x8FF2, 0xB948, 0x8FF3, 0xB949, 0x8FF4, 0xB94A, 0x8FF5, 0xB94B, 0x8FF6, 0xB94D, 0x8FF7, 0xB94E, 0x8FF8, 0xB950, - 0x8FF9, 0xB952, 0x8FFA, 0xB953, 0x8FFB, 0xB954, 0x8FFC, 0xB955, 0x8FFD, 0xB956, 0x8FFE, 0xB957, 0x9041, 0xB95A, 0x9042, 0xB95B, - 0x9043, 0xB95D, 0x9044, 0xB95E, 0x9045, 0xB95F, 0x9046, 0xB961, 0x9047, 0xB962, 0x9048, 0xB963, 0x9049, 0xB964, 0x904A, 0xB965, - 0x904B, 0xB966, 0x904C, 0xB967, 0x904D, 0xB96A, 0x904E, 0xB96C, 0x904F, 0xB96E, 0x9050, 0xB96F, 0x9051, 0xB970, 0x9052, 0xB971, - 0x9053, 0xB972, 0x9054, 0xB973, 0x9055, 0xB976, 0x9056, 0xB977, 0x9057, 0xB979, 0x9058, 0xB97A, 0x9059, 0xB97B, 0x905A, 0xB97D, - 0x9061, 0xB97E, 0x9062, 0xB97F, 0x9063, 0xB980, 0x9064, 0xB981, 0x9065, 0xB982, 0x9066, 0xB983, 0x9067, 0xB986, 0x9068, 0xB988, - 0x9069, 0xB98B, 0x906A, 0xB98C, 0x906B, 0xB98F, 0x906C, 0xB990, 0x906D, 0xB991, 0x906E, 0xB992, 0x906F, 0xB993, 0x9070, 0xB994, - 0x9071, 0xB995, 0x9072, 0xB996, 0x9073, 0xB997, 0x9074, 0xB998, 0x9075, 0xB999, 0x9076, 0xB99A, 0x9077, 0xB99B, 0x9078, 0xB99C, - 0x9079, 0xB99D, 0x907A, 0xB99E, 0x9081, 0xB99F, 0x9082, 0xB9A0, 0x9083, 0xB9A1, 0x9084, 0xB9A2, 0x9085, 0xB9A3, 0x9086, 0xB9A4, - 0x9087, 0xB9A5, 0x9088, 0xB9A6, 0x9089, 0xB9A7, 0x908A, 0xB9A8, 0x908B, 0xB9A9, 0x908C, 0xB9AA, 0x908D, 0xB9AB, 0x908E, 0xB9AE, - 0x908F, 0xB9AF, 0x9090, 0xB9B1, 0x9091, 0xB9B2, 0x9092, 0xB9B3, 0x9093, 0xB9B5, 0x9094, 0xB9B6, 0x9095, 0xB9B7, 0x9096, 0xB9B8, - 0x9097, 0xB9B9, 0x9098, 0xB9BA, 0x9099, 0xB9BB, 0x909A, 0xB9BE, 0x909B, 0xB9C0, 0x909C, 0xB9C2, 0x909D, 0xB9C3, 0x909E, 0xB9C4, - 0x909F, 0xB9C5, 0x90A0, 0xB9C6, 0x90A1, 0xB9C7, 0x90A2, 0xB9CA, 0x90A3, 0xB9CB, 0x90A4, 0xB9CD, 0x90A5, 0xB9D3, 0x90A6, 0xB9D4, - 0x90A7, 0xB9D5, 0x90A8, 0xB9D6, 0x90A9, 0xB9D7, 0x90AA, 0xB9DA, 0x90AB, 0xB9DC, 0x90AC, 0xB9DF, 0x90AD, 0xB9E0, 0x90AE, 0xB9E2, - 0x90AF, 0xB9E6, 0x90B0, 0xB9E7, 0x90B1, 0xB9E9, 0x90B2, 0xB9EA, 0x90B3, 0xB9EB, 0x90B4, 0xB9ED, 0x90B5, 0xB9EE, 0x90B6, 0xB9EF, - 0x90B7, 0xB9F0, 0x90B8, 0xB9F1, 0x90B9, 0xB9F2, 0x90BA, 0xB9F3, 0x90BB, 0xB9F6, 0x90BC, 0xB9FB, 0x90BD, 0xB9FC, 0x90BE, 0xB9FD, - 0x90BF, 0xB9FE, 0x90C0, 0xB9FF, 0x90C1, 0xBA02, 0x90C2, 0xBA03, 0x90C3, 0xBA04, 0x90C4, 0xBA05, 0x90C5, 0xBA06, 0x90C6, 0xBA07, - 0x90C7, 0xBA09, 0x90C8, 0xBA0A, 0x90C9, 0xBA0B, 0x90CA, 0xBA0C, 0x90CB, 0xBA0D, 0x90CC, 0xBA0E, 0x90CD, 0xBA0F, 0x90CE, 0xBA10, - 0x90CF, 0xBA11, 0x90D0, 0xBA12, 0x90D1, 0xBA13, 0x90D2, 0xBA14, 0x90D3, 0xBA16, 0x90D4, 0xBA17, 0x90D5, 0xBA18, 0x90D6, 0xBA19, - 0x90D7, 0xBA1A, 0x90D8, 0xBA1B, 0x90D9, 0xBA1C, 0x90DA, 0xBA1D, 0x90DB, 0xBA1E, 0x90DC, 0xBA1F, 0x90DD, 0xBA20, 0x90DE, 0xBA21, - 0x90DF, 0xBA22, 0x90E0, 0xBA23, 0x90E1, 0xBA24, 0x90E2, 0xBA25, 0x90E3, 0xBA26, 0x90E4, 0xBA27, 0x90E5, 0xBA28, 0x90E6, 0xBA29, - 0x90E7, 0xBA2A, 0x90E8, 0xBA2B, 0x90E9, 0xBA2C, 0x90EA, 0xBA2D, 0x90EB, 0xBA2E, 0x90EC, 0xBA2F, 0x90ED, 0xBA30, 0x90EE, 0xBA31, - 0x90EF, 0xBA32, 0x90F0, 0xBA33, 0x90F1, 0xBA34, 0x90F2, 0xBA35, 0x90F3, 0xBA36, 0x90F4, 0xBA37, 0x90F5, 0xBA3A, 0x90F6, 0xBA3B, - 0x90F7, 0xBA3D, 0x90F8, 0xBA3E, 0x90F9, 0xBA3F, 0x90FA, 0xBA41, 0x90FB, 0xBA43, 0x90FC, 0xBA44, 0x90FD, 0xBA45, 0x90FE, 0xBA46, - 0x9141, 0xBA47, 0x9142, 0xBA4A, 0x9143, 0xBA4C, 0x9144, 0xBA4F, 0x9145, 0xBA50, 0x9146, 0xBA51, 0x9147, 0xBA52, 0x9148, 0xBA56, - 0x9149, 0xBA57, 0x914A, 0xBA59, 0x914B, 0xBA5A, 0x914C, 0xBA5B, 0x914D, 0xBA5D, 0x914E, 0xBA5E, 0x914F, 0xBA5F, 0x9150, 0xBA60, - 0x9151, 0xBA61, 0x9152, 0xBA62, 0x9153, 0xBA63, 0x9154, 0xBA66, 0x9155, 0xBA6A, 0x9156, 0xBA6B, 0x9157, 0xBA6C, 0x9158, 0xBA6D, - 0x9159, 0xBA6E, 0x915A, 0xBA6F, 0x9161, 0xBA72, 0x9162, 0xBA73, 0x9163, 0xBA75, 0x9164, 0xBA76, 0x9165, 0xBA77, 0x9166, 0xBA79, - 0x9167, 0xBA7A, 0x9168, 0xBA7B, 0x9169, 0xBA7C, 0x916A, 0xBA7D, 0x916B, 0xBA7E, 0x916C, 0xBA7F, 0x916D, 0xBA80, 0x916E, 0xBA81, - 0x916F, 0xBA82, 0x9170, 0xBA86, 0x9171, 0xBA88, 0x9172, 0xBA89, 0x9173, 0xBA8A, 0x9174, 0xBA8B, 0x9175, 0xBA8D, 0x9176, 0xBA8E, - 0x9177, 0xBA8F, 0x9178, 0xBA90, 0x9179, 0xBA91, 0x917A, 0xBA92, 0x9181, 0xBA93, 0x9182, 0xBA94, 0x9183, 0xBA95, 0x9184, 0xBA96, - 0x9185, 0xBA97, 0x9186, 0xBA98, 0x9187, 0xBA99, 0x9188, 0xBA9A, 0x9189, 0xBA9B, 0x918A, 0xBA9C, 0x918B, 0xBA9D, 0x918C, 0xBA9E, - 0x918D, 0xBA9F, 0x918E, 0xBAA0, 0x918F, 0xBAA1, 0x9190, 0xBAA2, 0x9191, 0xBAA3, 0x9192, 0xBAA4, 0x9193, 0xBAA5, 0x9194, 0xBAA6, - 0x9195, 0xBAA7, 0x9196, 0xBAAA, 0x9197, 0xBAAD, 0x9198, 0xBAAE, 0x9199, 0xBAAF, 0x919A, 0xBAB1, 0x919B, 0xBAB3, 0x919C, 0xBAB4, - 0x919D, 0xBAB5, 0x919E, 0xBAB6, 0x919F, 0xBAB7, 0x91A0, 0xBABA, 0x91A1, 0xBABC, 0x91A2, 0xBABE, 0x91A3, 0xBABF, 0x91A4, 0xBAC0, - 0x91A5, 0xBAC1, 0x91A6, 0xBAC2, 0x91A7, 0xBAC3, 0x91A8, 0xBAC5, 0x91A9, 0xBAC6, 0x91AA, 0xBAC7, 0x91AB, 0xBAC9, 0x91AC, 0xBACA, - 0x91AD, 0xBACB, 0x91AE, 0xBACC, 0x91AF, 0xBACD, 0x91B0, 0xBACE, 0x91B1, 0xBACF, 0x91B2, 0xBAD0, 0x91B3, 0xBAD1, 0x91B4, 0xBAD2, - 0x91B5, 0xBAD3, 0x91B6, 0xBAD4, 0x91B7, 0xBAD5, 0x91B8, 0xBAD6, 0x91B9, 0xBAD7, 0x91BA, 0xBADA, 0x91BB, 0xBADB, 0x91BC, 0xBADC, - 0x91BD, 0xBADD, 0x91BE, 0xBADE, 0x91BF, 0xBADF, 0x91C0, 0xBAE0, 0x91C1, 0xBAE1, 0x91C2, 0xBAE2, 0x91C3, 0xBAE3, 0x91C4, 0xBAE4, - 0x91C5, 0xBAE5, 0x91C6, 0xBAE6, 0x91C7, 0xBAE7, 0x91C8, 0xBAE8, 0x91C9, 0xBAE9, 0x91CA, 0xBAEA, 0x91CB, 0xBAEB, 0x91CC, 0xBAEC, - 0x91CD, 0xBAED, 0x91CE, 0xBAEE, 0x91CF, 0xBAEF, 0x91D0, 0xBAF0, 0x91D1, 0xBAF1, 0x91D2, 0xBAF2, 0x91D3, 0xBAF3, 0x91D4, 0xBAF4, - 0x91D5, 0xBAF5, 0x91D6, 0xBAF6, 0x91D7, 0xBAF7, 0x91D8, 0xBAF8, 0x91D9, 0xBAF9, 0x91DA, 0xBAFA, 0x91DB, 0xBAFB, 0x91DC, 0xBAFD, - 0x91DD, 0xBAFE, 0x91DE, 0xBAFF, 0x91DF, 0xBB01, 0x91E0, 0xBB02, 0x91E1, 0xBB03, 0x91E2, 0xBB05, 0x91E3, 0xBB06, 0x91E4, 0xBB07, - 0x91E5, 0xBB08, 0x91E6, 0xBB09, 0x91E7, 0xBB0A, 0x91E8, 0xBB0B, 0x91E9, 0xBB0C, 0x91EA, 0xBB0E, 0x91EB, 0xBB10, 0x91EC, 0xBB12, - 0x91ED, 0xBB13, 0x91EE, 0xBB14, 0x91EF, 0xBB15, 0x91F0, 0xBB16, 0x91F1, 0xBB17, 0x91F2, 0xBB19, 0x91F3, 0xBB1A, 0x91F4, 0xBB1B, - 0x91F5, 0xBB1D, 0x91F6, 0xBB1E, 0x91F7, 0xBB1F, 0x91F8, 0xBB21, 0x91F9, 0xBB22, 0x91FA, 0xBB23, 0x91FB, 0xBB24, 0x91FC, 0xBB25, - 0x91FD, 0xBB26, 0x91FE, 0xBB27, 0x9241, 0xBB28, 0x9242, 0xBB2A, 0x9243, 0xBB2C, 0x9244, 0xBB2D, 0x9245, 0xBB2E, 0x9246, 0xBB2F, - 0x9247, 0xBB30, 0x9248, 0xBB31, 0x9249, 0xBB32, 0x924A, 0xBB33, 0x924B, 0xBB37, 0x924C, 0xBB39, 0x924D, 0xBB3A, 0x924E, 0xBB3F, - 0x924F, 0xBB40, 0x9250, 0xBB41, 0x9251, 0xBB42, 0x9252, 0xBB43, 0x9253, 0xBB46, 0x9254, 0xBB48, 0x9255, 0xBB4A, 0x9256, 0xBB4B, - 0x9257, 0xBB4C, 0x9258, 0xBB4E, 0x9259, 0xBB51, 0x925A, 0xBB52, 0x9261, 0xBB53, 0x9262, 0xBB55, 0x9263, 0xBB56, 0x9264, 0xBB57, - 0x9265, 0xBB59, 0x9266, 0xBB5A, 0x9267, 0xBB5B, 0x9268, 0xBB5C, 0x9269, 0xBB5D, 0x926A, 0xBB5E, 0x926B, 0xBB5F, 0x926C, 0xBB60, - 0x926D, 0xBB62, 0x926E, 0xBB64, 0x926F, 0xBB65, 0x9270, 0xBB66, 0x9271, 0xBB67, 0x9272, 0xBB68, 0x9273, 0xBB69, 0x9274, 0xBB6A, - 0x9275, 0xBB6B, 0x9276, 0xBB6D, 0x9277, 0xBB6E, 0x9278, 0xBB6F, 0x9279, 0xBB70, 0x927A, 0xBB71, 0x9281, 0xBB72, 0x9282, 0xBB73, - 0x9283, 0xBB74, 0x9284, 0xBB75, 0x9285, 0xBB76, 0x9286, 0xBB77, 0x9287, 0xBB78, 0x9288, 0xBB79, 0x9289, 0xBB7A, 0x928A, 0xBB7B, - 0x928B, 0xBB7C, 0x928C, 0xBB7D, 0x928D, 0xBB7E, 0x928E, 0xBB7F, 0x928F, 0xBB80, 0x9290, 0xBB81, 0x9291, 0xBB82, 0x9292, 0xBB83, - 0x9293, 0xBB84, 0x9294, 0xBB85, 0x9295, 0xBB86, 0x9296, 0xBB87, 0x9297, 0xBB89, 0x9298, 0xBB8A, 0x9299, 0xBB8B, 0x929A, 0xBB8D, - 0x929B, 0xBB8E, 0x929C, 0xBB8F, 0x929D, 0xBB91, 0x929E, 0xBB92, 0x929F, 0xBB93, 0x92A0, 0xBB94, 0x92A1, 0xBB95, 0x92A2, 0xBB96, - 0x92A3, 0xBB97, 0x92A4, 0xBB98, 0x92A5, 0xBB99, 0x92A6, 0xBB9A, 0x92A7, 0xBB9B, 0x92A8, 0xBB9C, 0x92A9, 0xBB9D, 0x92AA, 0xBB9E, - 0x92AB, 0xBB9F, 0x92AC, 0xBBA0, 0x92AD, 0xBBA1, 0x92AE, 0xBBA2, 0x92AF, 0xBBA3, 0x92B0, 0xBBA5, 0x92B1, 0xBBA6, 0x92B2, 0xBBA7, - 0x92B3, 0xBBA9, 0x92B4, 0xBBAA, 0x92B5, 0xBBAB, 0x92B6, 0xBBAD, 0x92B7, 0xBBAE, 0x92B8, 0xBBAF, 0x92B9, 0xBBB0, 0x92BA, 0xBBB1, - 0x92BB, 0xBBB2, 0x92BC, 0xBBB3, 0x92BD, 0xBBB5, 0x92BE, 0xBBB6, 0x92BF, 0xBBB8, 0x92C0, 0xBBB9, 0x92C1, 0xBBBA, 0x92C2, 0xBBBB, - 0x92C3, 0xBBBC, 0x92C4, 0xBBBD, 0x92C5, 0xBBBE, 0x92C6, 0xBBBF, 0x92C7, 0xBBC1, 0x92C8, 0xBBC2, 0x92C9, 0xBBC3, 0x92CA, 0xBBC5, - 0x92CB, 0xBBC6, 0x92CC, 0xBBC7, 0x92CD, 0xBBC9, 0x92CE, 0xBBCA, 0x92CF, 0xBBCB, 0x92D0, 0xBBCC, 0x92D1, 0xBBCD, 0x92D2, 0xBBCE, - 0x92D3, 0xBBCF, 0x92D4, 0xBBD1, 0x92D5, 0xBBD2, 0x92D6, 0xBBD4, 0x92D7, 0xBBD5, 0x92D8, 0xBBD6, 0x92D9, 0xBBD7, 0x92DA, 0xBBD8, - 0x92DB, 0xBBD9, 0x92DC, 0xBBDA, 0x92DD, 0xBBDB, 0x92DE, 0xBBDC, 0x92DF, 0xBBDD, 0x92E0, 0xBBDE, 0x92E1, 0xBBDF, 0x92E2, 0xBBE0, - 0x92E3, 0xBBE1, 0x92E4, 0xBBE2, 0x92E5, 0xBBE3, 0x92E6, 0xBBE4, 0x92E7, 0xBBE5, 0x92E8, 0xBBE6, 0x92E9, 0xBBE7, 0x92EA, 0xBBE8, - 0x92EB, 0xBBE9, 0x92EC, 0xBBEA, 0x92ED, 0xBBEB, 0x92EE, 0xBBEC, 0x92EF, 0xBBED, 0x92F0, 0xBBEE, 0x92F1, 0xBBEF, 0x92F2, 0xBBF0, - 0x92F3, 0xBBF1, 0x92F4, 0xBBF2, 0x92F5, 0xBBF3, 0x92F6, 0xBBF4, 0x92F7, 0xBBF5, 0x92F8, 0xBBF6, 0x92F9, 0xBBF7, 0x92FA, 0xBBFA, - 0x92FB, 0xBBFB, 0x92FC, 0xBBFD, 0x92FD, 0xBBFE, 0x92FE, 0xBC01, 0x9341, 0xBC03, 0x9342, 0xBC04, 0x9343, 0xBC05, 0x9344, 0xBC06, - 0x9345, 0xBC07, 0x9346, 0xBC0A, 0x9347, 0xBC0E, 0x9348, 0xBC10, 0x9349, 0xBC12, 0x934A, 0xBC13, 0x934B, 0xBC19, 0x934C, 0xBC1A, - 0x934D, 0xBC20, 0x934E, 0xBC21, 0x934F, 0xBC22, 0x9350, 0xBC23, 0x9351, 0xBC26, 0x9352, 0xBC28, 0x9353, 0xBC2A, 0x9354, 0xBC2B, - 0x9355, 0xBC2C, 0x9356, 0xBC2E, 0x9357, 0xBC2F, 0x9358, 0xBC32, 0x9359, 0xBC33, 0x935A, 0xBC35, 0x9361, 0xBC36, 0x9362, 0xBC37, - 0x9363, 0xBC39, 0x9364, 0xBC3A, 0x9365, 0xBC3B, 0x9366, 0xBC3C, 0x9367, 0xBC3D, 0x9368, 0xBC3E, 0x9369, 0xBC3F, 0x936A, 0xBC42, - 0x936B, 0xBC46, 0x936C, 0xBC47, 0x936D, 0xBC48, 0x936E, 0xBC4A, 0x936F, 0xBC4B, 0x9370, 0xBC4E, 0x9371, 0xBC4F, 0x9372, 0xBC51, - 0x9373, 0xBC52, 0x9374, 0xBC53, 0x9375, 0xBC54, 0x9376, 0xBC55, 0x9377, 0xBC56, 0x9378, 0xBC57, 0x9379, 0xBC58, 0x937A, 0xBC59, - 0x9381, 0xBC5A, 0x9382, 0xBC5B, 0x9383, 0xBC5C, 0x9384, 0xBC5E, 0x9385, 0xBC5F, 0x9386, 0xBC60, 0x9387, 0xBC61, 0x9388, 0xBC62, - 0x9389, 0xBC63, 0x938A, 0xBC64, 0x938B, 0xBC65, 0x938C, 0xBC66, 0x938D, 0xBC67, 0x938E, 0xBC68, 0x938F, 0xBC69, 0x9390, 0xBC6A, - 0x9391, 0xBC6B, 0x9392, 0xBC6C, 0x9393, 0xBC6D, 0x9394, 0xBC6E, 0x9395, 0xBC6F, 0x9396, 0xBC70, 0x9397, 0xBC71, 0x9398, 0xBC72, - 0x9399, 0xBC73, 0x939A, 0xBC74, 0x939B, 0xBC75, 0x939C, 0xBC76, 0x939D, 0xBC77, 0x939E, 0xBC78, 0x939F, 0xBC79, 0x93A0, 0xBC7A, - 0x93A1, 0xBC7B, 0x93A2, 0xBC7C, 0x93A3, 0xBC7D, 0x93A4, 0xBC7E, 0x93A5, 0xBC7F, 0x93A6, 0xBC80, 0x93A7, 0xBC81, 0x93A8, 0xBC82, - 0x93A9, 0xBC83, 0x93AA, 0xBC86, 0x93AB, 0xBC87, 0x93AC, 0xBC89, 0x93AD, 0xBC8A, 0x93AE, 0xBC8D, 0x93AF, 0xBC8F, 0x93B0, 0xBC90, - 0x93B1, 0xBC91, 0x93B2, 0xBC92, 0x93B3, 0xBC93, 0x93B4, 0xBC96, 0x93B5, 0xBC98, 0x93B6, 0xBC9B, 0x93B7, 0xBC9C, 0x93B8, 0xBC9D, - 0x93B9, 0xBC9E, 0x93BA, 0xBC9F, 0x93BB, 0xBCA2, 0x93BC, 0xBCA3, 0x93BD, 0xBCA5, 0x93BE, 0xBCA6, 0x93BF, 0xBCA9, 0x93C0, 0xBCAA, - 0x93C1, 0xBCAB, 0x93C2, 0xBCAC, 0x93C3, 0xBCAD, 0x93C4, 0xBCAE, 0x93C5, 0xBCAF, 0x93C6, 0xBCB2, 0x93C7, 0xBCB6, 0x93C8, 0xBCB7, - 0x93C9, 0xBCB8, 0x93CA, 0xBCB9, 0x93CB, 0xBCBA, 0x93CC, 0xBCBB, 0x93CD, 0xBCBE, 0x93CE, 0xBCBF, 0x93CF, 0xBCC1, 0x93D0, 0xBCC2, - 0x93D1, 0xBCC3, 0x93D2, 0xBCC5, 0x93D3, 0xBCC6, 0x93D4, 0xBCC7, 0x93D5, 0xBCC8, 0x93D6, 0xBCC9, 0x93D7, 0xBCCA, 0x93D8, 0xBCCB, - 0x93D9, 0xBCCC, 0x93DA, 0xBCCE, 0x93DB, 0xBCD2, 0x93DC, 0xBCD3, 0x93DD, 0xBCD4, 0x93DE, 0xBCD6, 0x93DF, 0xBCD7, 0x93E0, 0xBCD9, - 0x93E1, 0xBCDA, 0x93E2, 0xBCDB, 0x93E3, 0xBCDD, 0x93E4, 0xBCDE, 0x93E5, 0xBCDF, 0x93E6, 0xBCE0, 0x93E7, 0xBCE1, 0x93E8, 0xBCE2, - 0x93E9, 0xBCE3, 0x93EA, 0xBCE4, 0x93EB, 0xBCE5, 0x93EC, 0xBCE6, 0x93ED, 0xBCE7, 0x93EE, 0xBCE8, 0x93EF, 0xBCE9, 0x93F0, 0xBCEA, - 0x93F1, 0xBCEB, 0x93F2, 0xBCEC, 0x93F3, 0xBCED, 0x93F4, 0xBCEE, 0x93F5, 0xBCEF, 0x93F6, 0xBCF0, 0x93F7, 0xBCF1, 0x93F8, 0xBCF2, - 0x93F9, 0xBCF3, 0x93FA, 0xBCF7, 0x93FB, 0xBCF9, 0x93FC, 0xBCFA, 0x93FD, 0xBCFB, 0x93FE, 0xBCFD, 0x9441, 0xBCFE, 0x9442, 0xBCFF, - 0x9443, 0xBD00, 0x9444, 0xBD01, 0x9445, 0xBD02, 0x9446, 0xBD03, 0x9447, 0xBD06, 0x9448, 0xBD08, 0x9449, 0xBD0A, 0x944A, 0xBD0B, - 0x944B, 0xBD0C, 0x944C, 0xBD0D, 0x944D, 0xBD0E, 0x944E, 0xBD0F, 0x944F, 0xBD11, 0x9450, 0xBD12, 0x9451, 0xBD13, 0x9452, 0xBD15, - 0x9453, 0xBD16, 0x9454, 0xBD17, 0x9455, 0xBD18, 0x9456, 0xBD19, 0x9457, 0xBD1A, 0x9458, 0xBD1B, 0x9459, 0xBD1C, 0x945A, 0xBD1D, - 0x9461, 0xBD1E, 0x9462, 0xBD1F, 0x9463, 0xBD20, 0x9464, 0xBD21, 0x9465, 0xBD22, 0x9466, 0xBD23, 0x9467, 0xBD25, 0x9468, 0xBD26, - 0x9469, 0xBD27, 0x946A, 0xBD28, 0x946B, 0xBD29, 0x946C, 0xBD2A, 0x946D, 0xBD2B, 0x946E, 0xBD2D, 0x946F, 0xBD2E, 0x9470, 0xBD2F, - 0x9471, 0xBD30, 0x9472, 0xBD31, 0x9473, 0xBD32, 0x9474, 0xBD33, 0x9475, 0xBD34, 0x9476, 0xBD35, 0x9477, 0xBD36, 0x9478, 0xBD37, - 0x9479, 0xBD38, 0x947A, 0xBD39, 0x9481, 0xBD3A, 0x9482, 0xBD3B, 0x9483, 0xBD3C, 0x9484, 0xBD3D, 0x9485, 0xBD3E, 0x9486, 0xBD3F, - 0x9487, 0xBD41, 0x9488, 0xBD42, 0x9489, 0xBD43, 0x948A, 0xBD44, 0x948B, 0xBD45, 0x948C, 0xBD46, 0x948D, 0xBD47, 0x948E, 0xBD4A, - 0x948F, 0xBD4B, 0x9490, 0xBD4D, 0x9491, 0xBD4E, 0x9492, 0xBD4F, 0x9493, 0xBD51, 0x9494, 0xBD52, 0x9495, 0xBD53, 0x9496, 0xBD54, - 0x9497, 0xBD55, 0x9498, 0xBD56, 0x9499, 0xBD57, 0x949A, 0xBD5A, 0x949B, 0xBD5B, 0x949C, 0xBD5C, 0x949D, 0xBD5D, 0x949E, 0xBD5E, - 0x949F, 0xBD5F, 0x94A0, 0xBD60, 0x94A1, 0xBD61, 0x94A2, 0xBD62, 0x94A3, 0xBD63, 0x94A4, 0xBD65, 0x94A5, 0xBD66, 0x94A6, 0xBD67, - 0x94A7, 0xBD69, 0x94A8, 0xBD6A, 0x94A9, 0xBD6B, 0x94AA, 0xBD6C, 0x94AB, 0xBD6D, 0x94AC, 0xBD6E, 0x94AD, 0xBD6F, 0x94AE, 0xBD70, - 0x94AF, 0xBD71, 0x94B0, 0xBD72, 0x94B1, 0xBD73, 0x94B2, 0xBD74, 0x94B3, 0xBD75, 0x94B4, 0xBD76, 0x94B5, 0xBD77, 0x94B6, 0xBD78, - 0x94B7, 0xBD79, 0x94B8, 0xBD7A, 0x94B9, 0xBD7B, 0x94BA, 0xBD7C, 0x94BB, 0xBD7D, 0x94BC, 0xBD7E, 0x94BD, 0xBD7F, 0x94BE, 0xBD82, - 0x94BF, 0xBD83, 0x94C0, 0xBD85, 0x94C1, 0xBD86, 0x94C2, 0xBD8B, 0x94C3, 0xBD8C, 0x94C4, 0xBD8D, 0x94C5, 0xBD8E, 0x94C6, 0xBD8F, - 0x94C7, 0xBD92, 0x94C8, 0xBD94, 0x94C9, 0xBD96, 0x94CA, 0xBD97, 0x94CB, 0xBD98, 0x94CC, 0xBD9B, 0x94CD, 0xBD9D, 0x94CE, 0xBD9E, - 0x94CF, 0xBD9F, 0x94D0, 0xBDA0, 0x94D1, 0xBDA1, 0x94D2, 0xBDA2, 0x94D3, 0xBDA3, 0x94D4, 0xBDA5, 0x94D5, 0xBDA6, 0x94D6, 0xBDA7, - 0x94D7, 0xBDA8, 0x94D8, 0xBDA9, 0x94D9, 0xBDAA, 0x94DA, 0xBDAB, 0x94DB, 0xBDAC, 0x94DC, 0xBDAD, 0x94DD, 0xBDAE, 0x94DE, 0xBDAF, - 0x94DF, 0xBDB1, 0x94E0, 0xBDB2, 0x94E1, 0xBDB3, 0x94E2, 0xBDB4, 0x94E3, 0xBDB5, 0x94E4, 0xBDB6, 0x94E5, 0xBDB7, 0x94E6, 0xBDB9, - 0x94E7, 0xBDBA, 0x94E8, 0xBDBB, 0x94E9, 0xBDBC, 0x94EA, 0xBDBD, 0x94EB, 0xBDBE, 0x94EC, 0xBDBF, 0x94ED, 0xBDC0, 0x94EE, 0xBDC1, - 0x94EF, 0xBDC2, 0x94F0, 0xBDC3, 0x94F1, 0xBDC4, 0x94F2, 0xBDC5, 0x94F3, 0xBDC6, 0x94F4, 0xBDC7, 0x94F5, 0xBDC8, 0x94F6, 0xBDC9, - 0x94F7, 0xBDCA, 0x94F8, 0xBDCB, 0x94F9, 0xBDCC, 0x94FA, 0xBDCD, 0x94FB, 0xBDCE, 0x94FC, 0xBDCF, 0x94FD, 0xBDD0, 0x94FE, 0xBDD1, - 0x9541, 0xBDD2, 0x9542, 0xBDD3, 0x9543, 0xBDD6, 0x9544, 0xBDD7, 0x9545, 0xBDD9, 0x9546, 0xBDDA, 0x9547, 0xBDDB, 0x9548, 0xBDDD, - 0x9549, 0xBDDE, 0x954A, 0xBDDF, 0x954B, 0xBDE0, 0x954C, 0xBDE1, 0x954D, 0xBDE2, 0x954E, 0xBDE3, 0x954F, 0xBDE4, 0x9550, 0xBDE5, - 0x9551, 0xBDE6, 0x9552, 0xBDE7, 0x9553, 0xBDE8, 0x9554, 0xBDEA, 0x9555, 0xBDEB, 0x9556, 0xBDEC, 0x9557, 0xBDED, 0x9558, 0xBDEE, - 0x9559, 0xBDEF, 0x955A, 0xBDF1, 0x9561, 0xBDF2, 0x9562, 0xBDF3, 0x9563, 0xBDF5, 0x9564, 0xBDF6, 0x9565, 0xBDF7, 0x9566, 0xBDF9, - 0x9567, 0xBDFA, 0x9568, 0xBDFB, 0x9569, 0xBDFC, 0x956A, 0xBDFD, 0x956B, 0xBDFE, 0x956C, 0xBDFF, 0x956D, 0xBE01, 0x956E, 0xBE02, - 0x956F, 0xBE04, 0x9570, 0xBE06, 0x9571, 0xBE07, 0x9572, 0xBE08, 0x9573, 0xBE09, 0x9574, 0xBE0A, 0x9575, 0xBE0B, 0x9576, 0xBE0E, - 0x9577, 0xBE0F, 0x9578, 0xBE11, 0x9579, 0xBE12, 0x957A, 0xBE13, 0x9581, 0xBE15, 0x9582, 0xBE16, 0x9583, 0xBE17, 0x9584, 0xBE18, - 0x9585, 0xBE19, 0x9586, 0xBE1A, 0x9587, 0xBE1B, 0x9588, 0xBE1E, 0x9589, 0xBE20, 0x958A, 0xBE21, 0x958B, 0xBE22, 0x958C, 0xBE23, - 0x958D, 0xBE24, 0x958E, 0xBE25, 0x958F, 0xBE26, 0x9590, 0xBE27, 0x9591, 0xBE28, 0x9592, 0xBE29, 0x9593, 0xBE2A, 0x9594, 0xBE2B, - 0x9595, 0xBE2C, 0x9596, 0xBE2D, 0x9597, 0xBE2E, 0x9598, 0xBE2F, 0x9599, 0xBE30, 0x959A, 0xBE31, 0x959B, 0xBE32, 0x959C, 0xBE33, - 0x959D, 0xBE34, 0x959E, 0xBE35, 0x959F, 0xBE36, 0x95A0, 0xBE37, 0x95A1, 0xBE38, 0x95A2, 0xBE39, 0x95A3, 0xBE3A, 0x95A4, 0xBE3B, - 0x95A5, 0xBE3C, 0x95A6, 0xBE3D, 0x95A7, 0xBE3E, 0x95A8, 0xBE3F, 0x95A9, 0xBE40, 0x95AA, 0xBE41, 0x95AB, 0xBE42, 0x95AC, 0xBE43, - 0x95AD, 0xBE46, 0x95AE, 0xBE47, 0x95AF, 0xBE49, 0x95B0, 0xBE4A, 0x95B1, 0xBE4B, 0x95B2, 0xBE4D, 0x95B3, 0xBE4F, 0x95B4, 0xBE50, - 0x95B5, 0xBE51, 0x95B6, 0xBE52, 0x95B7, 0xBE53, 0x95B8, 0xBE56, 0x95B9, 0xBE58, 0x95BA, 0xBE5C, 0x95BB, 0xBE5D, 0x95BC, 0xBE5E, - 0x95BD, 0xBE5F, 0x95BE, 0xBE62, 0x95BF, 0xBE63, 0x95C0, 0xBE65, 0x95C1, 0xBE66, 0x95C2, 0xBE67, 0x95C3, 0xBE69, 0x95C4, 0xBE6B, - 0x95C5, 0xBE6C, 0x95C6, 0xBE6D, 0x95C7, 0xBE6E, 0x95C8, 0xBE6F, 0x95C9, 0xBE72, 0x95CA, 0xBE76, 0x95CB, 0xBE77, 0x95CC, 0xBE78, - 0x95CD, 0xBE79, 0x95CE, 0xBE7A, 0x95CF, 0xBE7E, 0x95D0, 0xBE7F, 0x95D1, 0xBE81, 0x95D2, 0xBE82, 0x95D3, 0xBE83, 0x95D4, 0xBE85, - 0x95D5, 0xBE86, 0x95D6, 0xBE87, 0x95D7, 0xBE88, 0x95D8, 0xBE89, 0x95D9, 0xBE8A, 0x95DA, 0xBE8B, 0x95DB, 0xBE8E, 0x95DC, 0xBE92, - 0x95DD, 0xBE93, 0x95DE, 0xBE94, 0x95DF, 0xBE95, 0x95E0, 0xBE96, 0x95E1, 0xBE97, 0x95E2, 0xBE9A, 0x95E3, 0xBE9B, 0x95E4, 0xBE9C, - 0x95E5, 0xBE9D, 0x95E6, 0xBE9E, 0x95E7, 0xBE9F, 0x95E8, 0xBEA0, 0x95E9, 0xBEA1, 0x95EA, 0xBEA2, 0x95EB, 0xBEA3, 0x95EC, 0xBEA4, - 0x95ED, 0xBEA5, 0x95EE, 0xBEA6, 0x95EF, 0xBEA7, 0x95F0, 0xBEA9, 0x95F1, 0xBEAA, 0x95F2, 0xBEAB, 0x95F3, 0xBEAC, 0x95F4, 0xBEAD, - 0x95F5, 0xBEAE, 0x95F6, 0xBEAF, 0x95F7, 0xBEB0, 0x95F8, 0xBEB1, 0x95F9, 0xBEB2, 0x95FA, 0xBEB3, 0x95FB, 0xBEB4, 0x95FC, 0xBEB5, - 0x95FD, 0xBEB6, 0x95FE, 0xBEB7, 0x9641, 0xBEB8, 0x9642, 0xBEB9, 0x9643, 0xBEBA, 0x9644, 0xBEBB, 0x9645, 0xBEBC, 0x9646, 0xBEBD, - 0x9647, 0xBEBE, 0x9648, 0xBEBF, 0x9649, 0xBEC0, 0x964A, 0xBEC1, 0x964B, 0xBEC2, 0x964C, 0xBEC3, 0x964D, 0xBEC4, 0x964E, 0xBEC5, - 0x964F, 0xBEC6, 0x9650, 0xBEC7, 0x9651, 0xBEC8, 0x9652, 0xBEC9, 0x9653, 0xBECA, 0x9654, 0xBECB, 0x9655, 0xBECC, 0x9656, 0xBECD, - 0x9657, 0xBECE, 0x9658, 0xBECF, 0x9659, 0xBED2, 0x965A, 0xBED3, 0x9661, 0xBED5, 0x9662, 0xBED6, 0x9663, 0xBED9, 0x9664, 0xBEDA, - 0x9665, 0xBEDB, 0x9666, 0xBEDC, 0x9667, 0xBEDD, 0x9668, 0xBEDE, 0x9669, 0xBEDF, 0x966A, 0xBEE1, 0x966B, 0xBEE2, 0x966C, 0xBEE6, - 0x966D, 0xBEE7, 0x966E, 0xBEE8, 0x966F, 0xBEE9, 0x9670, 0xBEEA, 0x9671, 0xBEEB, 0x9672, 0xBEED, 0x9673, 0xBEEE, 0x9674, 0xBEEF, - 0x9675, 0xBEF0, 0x9676, 0xBEF1, 0x9677, 0xBEF2, 0x9678, 0xBEF3, 0x9679, 0xBEF4, 0x967A, 0xBEF5, 0x9681, 0xBEF6, 0x9682, 0xBEF7, - 0x9683, 0xBEF8, 0x9684, 0xBEF9, 0x9685, 0xBEFA, 0x9686, 0xBEFB, 0x9687, 0xBEFC, 0x9688, 0xBEFD, 0x9689, 0xBEFE, 0x968A, 0xBEFF, - 0x968B, 0xBF00, 0x968C, 0xBF02, 0x968D, 0xBF03, 0x968E, 0xBF04, 0x968F, 0xBF05, 0x9690, 0xBF06, 0x9691, 0xBF07, 0x9692, 0xBF0A, - 0x9693, 0xBF0B, 0x9694, 0xBF0C, 0x9695, 0xBF0D, 0x9696, 0xBF0E, 0x9697, 0xBF0F, 0x9698, 0xBF10, 0x9699, 0xBF11, 0x969A, 0xBF12, - 0x969B, 0xBF13, 0x969C, 0xBF14, 0x969D, 0xBF15, 0x969E, 0xBF16, 0x969F, 0xBF17, 0x96A0, 0xBF1A, 0x96A1, 0xBF1E, 0x96A2, 0xBF1F, - 0x96A3, 0xBF20, 0x96A4, 0xBF21, 0x96A5, 0xBF22, 0x96A6, 0xBF23, 0x96A7, 0xBF24, 0x96A8, 0xBF25, 0x96A9, 0xBF26, 0x96AA, 0xBF27, - 0x96AB, 0xBF28, 0x96AC, 0xBF29, 0x96AD, 0xBF2A, 0x96AE, 0xBF2B, 0x96AF, 0xBF2C, 0x96B0, 0xBF2D, 0x96B1, 0xBF2E, 0x96B2, 0xBF2F, - 0x96B3, 0xBF30, 0x96B4, 0xBF31, 0x96B5, 0xBF32, 0x96B6, 0xBF33, 0x96B7, 0xBF34, 0x96B8, 0xBF35, 0x96B9, 0xBF36, 0x96BA, 0xBF37, - 0x96BB, 0xBF38, 0x96BC, 0xBF39, 0x96BD, 0xBF3A, 0x96BE, 0xBF3B, 0x96BF, 0xBF3C, 0x96C0, 0xBF3D, 0x96C1, 0xBF3E, 0x96C2, 0xBF3F, - 0x96C3, 0xBF42, 0x96C4, 0xBF43, 0x96C5, 0xBF45, 0x96C6, 0xBF46, 0x96C7, 0xBF47, 0x96C8, 0xBF49, 0x96C9, 0xBF4A, 0x96CA, 0xBF4B, - 0x96CB, 0xBF4C, 0x96CC, 0xBF4D, 0x96CD, 0xBF4E, 0x96CE, 0xBF4F, 0x96CF, 0xBF52, 0x96D0, 0xBF53, 0x96D1, 0xBF54, 0x96D2, 0xBF56, - 0x96D3, 0xBF57, 0x96D4, 0xBF58, 0x96D5, 0xBF59, 0x96D6, 0xBF5A, 0x96D7, 0xBF5B, 0x96D8, 0xBF5C, 0x96D9, 0xBF5D, 0x96DA, 0xBF5E, - 0x96DB, 0xBF5F, 0x96DC, 0xBF60, 0x96DD, 0xBF61, 0x96DE, 0xBF62, 0x96DF, 0xBF63, 0x96E0, 0xBF64, 0x96E1, 0xBF65, 0x96E2, 0xBF66, - 0x96E3, 0xBF67, 0x96E4, 0xBF68, 0x96E5, 0xBF69, 0x96E6, 0xBF6A, 0x96E7, 0xBF6B, 0x96E8, 0xBF6C, 0x96E9, 0xBF6D, 0x96EA, 0xBF6E, - 0x96EB, 0xBF6F, 0x96EC, 0xBF70, 0x96ED, 0xBF71, 0x96EE, 0xBF72, 0x96EF, 0xBF73, 0x96F0, 0xBF74, 0x96F1, 0xBF75, 0x96F2, 0xBF76, - 0x96F3, 0xBF77, 0x96F4, 0xBF78, 0x96F5, 0xBF79, 0x96F6, 0xBF7A, 0x96F7, 0xBF7B, 0x96F8, 0xBF7C, 0x96F9, 0xBF7D, 0x96FA, 0xBF7E, - 0x96FB, 0xBF7F, 0x96FC, 0xBF80, 0x96FD, 0xBF81, 0x96FE, 0xBF82, 0x9741, 0xBF83, 0x9742, 0xBF84, 0x9743, 0xBF85, 0x9744, 0xBF86, - 0x9745, 0xBF87, 0x9746, 0xBF88, 0x9747, 0xBF89, 0x9748, 0xBF8A, 0x9749, 0xBF8B, 0x974A, 0xBF8C, 0x974B, 0xBF8D, 0x974C, 0xBF8E, - 0x974D, 0xBF8F, 0x974E, 0xBF90, 0x974F, 0xBF91, 0x9750, 0xBF92, 0x9751, 0xBF93, 0x9752, 0xBF95, 0x9753, 0xBF96, 0x9754, 0xBF97, - 0x9755, 0xBF98, 0x9756, 0xBF99, 0x9757, 0xBF9A, 0x9758, 0xBF9B, 0x9759, 0xBF9C, 0x975A, 0xBF9D, 0x9761, 0xBF9E, 0x9762, 0xBF9F, - 0x9763, 0xBFA0, 0x9764, 0xBFA1, 0x9765, 0xBFA2, 0x9766, 0xBFA3, 0x9767, 0xBFA4, 0x9768, 0xBFA5, 0x9769, 0xBFA6, 0x976A, 0xBFA7, - 0x976B, 0xBFA8, 0x976C, 0xBFA9, 0x976D, 0xBFAA, 0x976E, 0xBFAB, 0x976F, 0xBFAC, 0x9770, 0xBFAD, 0x9771, 0xBFAE, 0x9772, 0xBFAF, - 0x9773, 0xBFB1, 0x9774, 0xBFB2, 0x9775, 0xBFB3, 0x9776, 0xBFB4, 0x9777, 0xBFB5, 0x9778, 0xBFB6, 0x9779, 0xBFB7, 0x977A, 0xBFB8, - 0x9781, 0xBFB9, 0x9782, 0xBFBA, 0x9783, 0xBFBB, 0x9784, 0xBFBC, 0x9785, 0xBFBD, 0x9786, 0xBFBE, 0x9787, 0xBFBF, 0x9788, 0xBFC0, - 0x9789, 0xBFC1, 0x978A, 0xBFC2, 0x978B, 0xBFC3, 0x978C, 0xBFC4, 0x978D, 0xBFC6, 0x978E, 0xBFC7, 0x978F, 0xBFC8, 0x9790, 0xBFC9, - 0x9791, 0xBFCA, 0x9792, 0xBFCB, 0x9793, 0xBFCE, 0x9794, 0xBFCF, 0x9795, 0xBFD1, 0x9796, 0xBFD2, 0x9797, 0xBFD3, 0x9798, 0xBFD5, - 0x9799, 0xBFD6, 0x979A, 0xBFD7, 0x979B, 0xBFD8, 0x979C, 0xBFD9, 0x979D, 0xBFDA, 0x979E, 0xBFDB, 0x979F, 0xBFDD, 0x97A0, 0xBFDE, - 0x97A1, 0xBFE0, 0x97A2, 0xBFE2, 0x97A3, 0xBFE3, 0x97A4, 0xBFE4, 0x97A5, 0xBFE5, 0x97A6, 0xBFE6, 0x97A7, 0xBFE7, 0x97A8, 0xBFE8, - 0x97A9, 0xBFE9, 0x97AA, 0xBFEA, 0x97AB, 0xBFEB, 0x97AC, 0xBFEC, 0x97AD, 0xBFED, 0x97AE, 0xBFEE, 0x97AF, 0xBFEF, 0x97B0, 0xBFF0, - 0x97B1, 0xBFF1, 0x97B2, 0xBFF2, 0x97B3, 0xBFF3, 0x97B4, 0xBFF4, 0x97B5, 0xBFF5, 0x97B6, 0xBFF6, 0x97B7, 0xBFF7, 0x97B8, 0xBFF8, - 0x97B9, 0xBFF9, 0x97BA, 0xBFFA, 0x97BB, 0xBFFB, 0x97BC, 0xBFFC, 0x97BD, 0xBFFD, 0x97BE, 0xBFFE, 0x97BF, 0xBFFF, 0x97C0, 0xC000, - 0x97C1, 0xC001, 0x97C2, 0xC002, 0x97C3, 0xC003, 0x97C4, 0xC004, 0x97C5, 0xC005, 0x97C6, 0xC006, 0x97C7, 0xC007, 0x97C8, 0xC008, - 0x97C9, 0xC009, 0x97CA, 0xC00A, 0x97CB, 0xC00B, 0x97CC, 0xC00C, 0x97CD, 0xC00D, 0x97CE, 0xC00E, 0x97CF, 0xC00F, 0x97D0, 0xC010, - 0x97D1, 0xC011, 0x97D2, 0xC012, 0x97D3, 0xC013, 0x97D4, 0xC014, 0x97D5, 0xC015, 0x97D6, 0xC016, 0x97D7, 0xC017, 0x97D8, 0xC018, - 0x97D9, 0xC019, 0x97DA, 0xC01A, 0x97DB, 0xC01B, 0x97DC, 0xC01C, 0x97DD, 0xC01D, 0x97DE, 0xC01E, 0x97DF, 0xC01F, 0x97E0, 0xC020, - 0x97E1, 0xC021, 0x97E2, 0xC022, 0x97E3, 0xC023, 0x97E4, 0xC024, 0x97E5, 0xC025, 0x97E6, 0xC026, 0x97E7, 0xC027, 0x97E8, 0xC028, - 0x97E9, 0xC029, 0x97EA, 0xC02A, 0x97EB, 0xC02B, 0x97EC, 0xC02C, 0x97ED, 0xC02D, 0x97EE, 0xC02E, 0x97EF, 0xC02F, 0x97F0, 0xC030, - 0x97F1, 0xC031, 0x97F2, 0xC032, 0x97F3, 0xC033, 0x97F4, 0xC034, 0x97F5, 0xC035, 0x97F6, 0xC036, 0x97F7, 0xC037, 0x97F8, 0xC038, - 0x97F9, 0xC039, 0x97FA, 0xC03A, 0x97FB, 0xC03B, 0x97FC, 0xC03D, 0x97FD, 0xC03E, 0x97FE, 0xC03F, 0x9841, 0xC040, 0x9842, 0xC041, - 0x9843, 0xC042, 0x9844, 0xC043, 0x9845, 0xC044, 0x9846, 0xC045, 0x9847, 0xC046, 0x9848, 0xC047, 0x9849, 0xC048, 0x984A, 0xC049, - 0x984B, 0xC04A, 0x984C, 0xC04B, 0x984D, 0xC04C, 0x984E, 0xC04D, 0x984F, 0xC04E, 0x9850, 0xC04F, 0x9851, 0xC050, 0x9852, 0xC052, - 0x9853, 0xC053, 0x9854, 0xC054, 0x9855, 0xC055, 0x9856, 0xC056, 0x9857, 0xC057, 0x9858, 0xC059, 0x9859, 0xC05A, 0x985A, 0xC05B, - 0x9861, 0xC05D, 0x9862, 0xC05E, 0x9863, 0xC05F, 0x9864, 0xC061, 0x9865, 0xC062, 0x9866, 0xC063, 0x9867, 0xC064, 0x9868, 0xC065, - 0x9869, 0xC066, 0x986A, 0xC067, 0x986B, 0xC06A, 0x986C, 0xC06B, 0x986D, 0xC06C, 0x986E, 0xC06D, 0x986F, 0xC06E, 0x9870, 0xC06F, - 0x9871, 0xC070, 0x9872, 0xC071, 0x9873, 0xC072, 0x9874, 0xC073, 0x9875, 0xC074, 0x9876, 0xC075, 0x9877, 0xC076, 0x9878, 0xC077, - 0x9879, 0xC078, 0x987A, 0xC079, 0x9881, 0xC07A, 0x9882, 0xC07B, 0x9883, 0xC07C, 0x9884, 0xC07D, 0x9885, 0xC07E, 0x9886, 0xC07F, - 0x9887, 0xC080, 0x9888, 0xC081, 0x9889, 0xC082, 0x988A, 0xC083, 0x988B, 0xC084, 0x988C, 0xC085, 0x988D, 0xC086, 0x988E, 0xC087, - 0x988F, 0xC088, 0x9890, 0xC089, 0x9891, 0xC08A, 0x9892, 0xC08B, 0x9893, 0xC08C, 0x9894, 0xC08D, 0x9895, 0xC08E, 0x9896, 0xC08F, - 0x9897, 0xC092, 0x9898, 0xC093, 0x9899, 0xC095, 0x989A, 0xC096, 0x989B, 0xC097, 0x989C, 0xC099, 0x989D, 0xC09A, 0x989E, 0xC09B, - 0x989F, 0xC09C, 0x98A0, 0xC09D, 0x98A1, 0xC09E, 0x98A2, 0xC09F, 0x98A3, 0xC0A2, 0x98A4, 0xC0A4, 0x98A5, 0xC0A6, 0x98A6, 0xC0A7, - 0x98A7, 0xC0A8, 0x98A8, 0xC0A9, 0x98A9, 0xC0AA, 0x98AA, 0xC0AB, 0x98AB, 0xC0AE, 0x98AC, 0xC0B1, 0x98AD, 0xC0B2, 0x98AE, 0xC0B7, - 0x98AF, 0xC0B8, 0x98B0, 0xC0B9, 0x98B1, 0xC0BA, 0x98B2, 0xC0BB, 0x98B3, 0xC0BE, 0x98B4, 0xC0C2, 0x98B5, 0xC0C3, 0x98B6, 0xC0C4, - 0x98B7, 0xC0C6, 0x98B8, 0xC0C7, 0x98B9, 0xC0CA, 0x98BA, 0xC0CB, 0x98BB, 0xC0CD, 0x98BC, 0xC0CE, 0x98BD, 0xC0CF, 0x98BE, 0xC0D1, - 0x98BF, 0xC0D2, 0x98C0, 0xC0D3, 0x98C1, 0xC0D4, 0x98C2, 0xC0D5, 0x98C3, 0xC0D6, 0x98C4, 0xC0D7, 0x98C5, 0xC0DA, 0x98C6, 0xC0DE, - 0x98C7, 0xC0DF, 0x98C8, 0xC0E0, 0x98C9, 0xC0E1, 0x98CA, 0xC0E2, 0x98CB, 0xC0E3, 0x98CC, 0xC0E6, 0x98CD, 0xC0E7, 0x98CE, 0xC0E9, - 0x98CF, 0xC0EA, 0x98D0, 0xC0EB, 0x98D1, 0xC0ED, 0x98D2, 0xC0EE, 0x98D3, 0xC0EF, 0x98D4, 0xC0F0, 0x98D5, 0xC0F1, 0x98D6, 0xC0F2, - 0x98D7, 0xC0F3, 0x98D8, 0xC0F6, 0x98D9, 0xC0F8, 0x98DA, 0xC0FA, 0x98DB, 0xC0FB, 0x98DC, 0xC0FC, 0x98DD, 0xC0FD, 0x98DE, 0xC0FE, - 0x98DF, 0xC0FF, 0x98E0, 0xC101, 0x98E1, 0xC102, 0x98E2, 0xC103, 0x98E3, 0xC105, 0x98E4, 0xC106, 0x98E5, 0xC107, 0x98E6, 0xC109, - 0x98E7, 0xC10A, 0x98E8, 0xC10B, 0x98E9, 0xC10C, 0x98EA, 0xC10D, 0x98EB, 0xC10E, 0x98EC, 0xC10F, 0x98ED, 0xC111, 0x98EE, 0xC112, - 0x98EF, 0xC113, 0x98F0, 0xC114, 0x98F1, 0xC116, 0x98F2, 0xC117, 0x98F3, 0xC118, 0x98F4, 0xC119, 0x98F5, 0xC11A, 0x98F6, 0xC11B, - 0x98F7, 0xC121, 0x98F8, 0xC122, 0x98F9, 0xC125, 0x98FA, 0xC128, 0x98FB, 0xC129, 0x98FC, 0xC12A, 0x98FD, 0xC12B, 0x98FE, 0xC12E, - 0x9941, 0xC132, 0x9942, 0xC133, 0x9943, 0xC134, 0x9944, 0xC135, 0x9945, 0xC137, 0x9946, 0xC13A, 0x9947, 0xC13B, 0x9948, 0xC13D, - 0x9949, 0xC13E, 0x994A, 0xC13F, 0x994B, 0xC141, 0x994C, 0xC142, 0x994D, 0xC143, 0x994E, 0xC144, 0x994F, 0xC145, 0x9950, 0xC146, - 0x9951, 0xC147, 0x9952, 0xC14A, 0x9953, 0xC14E, 0x9954, 0xC14F, 0x9955, 0xC150, 0x9956, 0xC151, 0x9957, 0xC152, 0x9958, 0xC153, - 0x9959, 0xC156, 0x995A, 0xC157, 0x9961, 0xC159, 0x9962, 0xC15A, 0x9963, 0xC15B, 0x9964, 0xC15D, 0x9965, 0xC15E, 0x9966, 0xC15F, - 0x9967, 0xC160, 0x9968, 0xC161, 0x9969, 0xC162, 0x996A, 0xC163, 0x996B, 0xC166, 0x996C, 0xC16A, 0x996D, 0xC16B, 0x996E, 0xC16C, - 0x996F, 0xC16D, 0x9970, 0xC16E, 0x9971, 0xC16F, 0x9972, 0xC171, 0x9973, 0xC172, 0x9974, 0xC173, 0x9975, 0xC175, 0x9976, 0xC176, - 0x9977, 0xC177, 0x9978, 0xC179, 0x9979, 0xC17A, 0x997A, 0xC17B, 0x9981, 0xC17C, 0x9982, 0xC17D, 0x9983, 0xC17E, 0x9984, 0xC17F, - 0x9985, 0xC180, 0x9986, 0xC181, 0x9987, 0xC182, 0x9988, 0xC183, 0x9989, 0xC184, 0x998A, 0xC186, 0x998B, 0xC187, 0x998C, 0xC188, - 0x998D, 0xC189, 0x998E, 0xC18A, 0x998F, 0xC18B, 0x9990, 0xC18F, 0x9991, 0xC191, 0x9992, 0xC192, 0x9993, 0xC193, 0x9994, 0xC195, - 0x9995, 0xC197, 0x9996, 0xC198, 0x9997, 0xC199, 0x9998, 0xC19A, 0x9999, 0xC19B, 0x999A, 0xC19E, 0x999B, 0xC1A0, 0x999C, 0xC1A2, - 0x999D, 0xC1A3, 0x999E, 0xC1A4, 0x999F, 0xC1A6, 0x99A0, 0xC1A7, 0x99A1, 0xC1AA, 0x99A2, 0xC1AB, 0x99A3, 0xC1AD, 0x99A4, 0xC1AE, - 0x99A5, 0xC1AF, 0x99A6, 0xC1B1, 0x99A7, 0xC1B2, 0x99A8, 0xC1B3, 0x99A9, 0xC1B4, 0x99AA, 0xC1B5, 0x99AB, 0xC1B6, 0x99AC, 0xC1B7, - 0x99AD, 0xC1B8, 0x99AE, 0xC1B9, 0x99AF, 0xC1BA, 0x99B0, 0xC1BB, 0x99B1, 0xC1BC, 0x99B2, 0xC1BE, 0x99B3, 0xC1BF, 0x99B4, 0xC1C0, - 0x99B5, 0xC1C1, 0x99B6, 0xC1C2, 0x99B7, 0xC1C3, 0x99B8, 0xC1C5, 0x99B9, 0xC1C6, 0x99BA, 0xC1C7, 0x99BB, 0xC1C9, 0x99BC, 0xC1CA, - 0x99BD, 0xC1CB, 0x99BE, 0xC1CD, 0x99BF, 0xC1CE, 0x99C0, 0xC1CF, 0x99C1, 0xC1D0, 0x99C2, 0xC1D1, 0x99C3, 0xC1D2, 0x99C4, 0xC1D3, - 0x99C5, 0xC1D5, 0x99C6, 0xC1D6, 0x99C7, 0xC1D9, 0x99C8, 0xC1DA, 0x99C9, 0xC1DB, 0x99CA, 0xC1DC, 0x99CB, 0xC1DD, 0x99CC, 0xC1DE, - 0x99CD, 0xC1DF, 0x99CE, 0xC1E1, 0x99CF, 0xC1E2, 0x99D0, 0xC1E3, 0x99D1, 0xC1E5, 0x99D2, 0xC1E6, 0x99D3, 0xC1E7, 0x99D4, 0xC1E9, - 0x99D5, 0xC1EA, 0x99D6, 0xC1EB, 0x99D7, 0xC1EC, 0x99D8, 0xC1ED, 0x99D9, 0xC1EE, 0x99DA, 0xC1EF, 0x99DB, 0xC1F2, 0x99DC, 0xC1F4, - 0x99DD, 0xC1F5, 0x99DE, 0xC1F6, 0x99DF, 0xC1F7, 0x99E0, 0xC1F8, 0x99E1, 0xC1F9, 0x99E2, 0xC1FA, 0x99E3, 0xC1FB, 0x99E4, 0xC1FE, - 0x99E5, 0xC1FF, 0x99E6, 0xC201, 0x99E7, 0xC202, 0x99E8, 0xC203, 0x99E9, 0xC205, 0x99EA, 0xC206, 0x99EB, 0xC207, 0x99EC, 0xC208, - 0x99ED, 0xC209, 0x99EE, 0xC20A, 0x99EF, 0xC20B, 0x99F0, 0xC20E, 0x99F1, 0xC210, 0x99F2, 0xC212, 0x99F3, 0xC213, 0x99F4, 0xC214, - 0x99F5, 0xC215, 0x99F6, 0xC216, 0x99F7, 0xC217, 0x99F8, 0xC21A, 0x99F9, 0xC21B, 0x99FA, 0xC21D, 0x99FB, 0xC21E, 0x99FC, 0xC221, - 0x99FD, 0xC222, 0x99FE, 0xC223, 0x9A41, 0xC224, 0x9A42, 0xC225, 0x9A43, 0xC226, 0x9A44, 0xC227, 0x9A45, 0xC22A, 0x9A46, 0xC22C, - 0x9A47, 0xC22E, 0x9A48, 0xC230, 0x9A49, 0xC233, 0x9A4A, 0xC235, 0x9A4B, 0xC236, 0x9A4C, 0xC237, 0x9A4D, 0xC238, 0x9A4E, 0xC239, - 0x9A4F, 0xC23A, 0x9A50, 0xC23B, 0x9A51, 0xC23C, 0x9A52, 0xC23D, 0x9A53, 0xC23E, 0x9A54, 0xC23F, 0x9A55, 0xC240, 0x9A56, 0xC241, - 0x9A57, 0xC242, 0x9A58, 0xC243, 0x9A59, 0xC244, 0x9A5A, 0xC245, 0x9A61, 0xC246, 0x9A62, 0xC247, 0x9A63, 0xC249, 0x9A64, 0xC24A, - 0x9A65, 0xC24B, 0x9A66, 0xC24C, 0x9A67, 0xC24D, 0x9A68, 0xC24E, 0x9A69, 0xC24F, 0x9A6A, 0xC252, 0x9A6B, 0xC253, 0x9A6C, 0xC255, - 0x9A6D, 0xC256, 0x9A6E, 0xC257, 0x9A6F, 0xC259, 0x9A70, 0xC25A, 0x9A71, 0xC25B, 0x9A72, 0xC25C, 0x9A73, 0xC25D, 0x9A74, 0xC25E, - 0x9A75, 0xC25F, 0x9A76, 0xC261, 0x9A77, 0xC262, 0x9A78, 0xC263, 0x9A79, 0xC264, 0x9A7A, 0xC266, 0x9A81, 0xC267, 0x9A82, 0xC268, - 0x9A83, 0xC269, 0x9A84, 0xC26A, 0x9A85, 0xC26B, 0x9A86, 0xC26E, 0x9A87, 0xC26F, 0x9A88, 0xC271, 0x9A89, 0xC272, 0x9A8A, 0xC273, - 0x9A8B, 0xC275, 0x9A8C, 0xC276, 0x9A8D, 0xC277, 0x9A8E, 0xC278, 0x9A8F, 0xC279, 0x9A90, 0xC27A, 0x9A91, 0xC27B, 0x9A92, 0xC27E, - 0x9A93, 0xC280, 0x9A94, 0xC282, 0x9A95, 0xC283, 0x9A96, 0xC284, 0x9A97, 0xC285, 0x9A98, 0xC286, 0x9A99, 0xC287, 0x9A9A, 0xC28A, - 0x9A9B, 0xC28B, 0x9A9C, 0xC28C, 0x9A9D, 0xC28D, 0x9A9E, 0xC28E, 0x9A9F, 0xC28F, 0x9AA0, 0xC291, 0x9AA1, 0xC292, 0x9AA2, 0xC293, - 0x9AA3, 0xC294, 0x9AA4, 0xC295, 0x9AA5, 0xC296, 0x9AA6, 0xC297, 0x9AA7, 0xC299, 0x9AA8, 0xC29A, 0x9AA9, 0xC29C, 0x9AAA, 0xC29E, - 0x9AAB, 0xC29F, 0x9AAC, 0xC2A0, 0x9AAD, 0xC2A1, 0x9AAE, 0xC2A2, 0x9AAF, 0xC2A3, 0x9AB0, 0xC2A6, 0x9AB1, 0xC2A7, 0x9AB2, 0xC2A9, - 0x9AB3, 0xC2AA, 0x9AB4, 0xC2AB, 0x9AB5, 0xC2AE, 0x9AB6, 0xC2AF, 0x9AB7, 0xC2B0, 0x9AB8, 0xC2B1, 0x9AB9, 0xC2B2, 0x9ABA, 0xC2B3, - 0x9ABB, 0xC2B6, 0x9ABC, 0xC2B8, 0x9ABD, 0xC2BA, 0x9ABE, 0xC2BB, 0x9ABF, 0xC2BC, 0x9AC0, 0xC2BD, 0x9AC1, 0xC2BE, 0x9AC2, 0xC2BF, - 0x9AC3, 0xC2C0, 0x9AC4, 0xC2C1, 0x9AC5, 0xC2C2, 0x9AC6, 0xC2C3, 0x9AC7, 0xC2C4, 0x9AC8, 0xC2C5, 0x9AC9, 0xC2C6, 0x9ACA, 0xC2C7, - 0x9ACB, 0xC2C8, 0x9ACC, 0xC2C9, 0x9ACD, 0xC2CA, 0x9ACE, 0xC2CB, 0x9ACF, 0xC2CC, 0x9AD0, 0xC2CD, 0x9AD1, 0xC2CE, 0x9AD2, 0xC2CF, - 0x9AD3, 0xC2D0, 0x9AD4, 0xC2D1, 0x9AD5, 0xC2D2, 0x9AD6, 0xC2D3, 0x9AD7, 0xC2D4, 0x9AD8, 0xC2D5, 0x9AD9, 0xC2D6, 0x9ADA, 0xC2D7, - 0x9ADB, 0xC2D8, 0x9ADC, 0xC2D9, 0x9ADD, 0xC2DA, 0x9ADE, 0xC2DB, 0x9ADF, 0xC2DE, 0x9AE0, 0xC2DF, 0x9AE1, 0xC2E1, 0x9AE2, 0xC2E2, - 0x9AE3, 0xC2E5, 0x9AE4, 0xC2E6, 0x9AE5, 0xC2E7, 0x9AE6, 0xC2E8, 0x9AE7, 0xC2E9, 0x9AE8, 0xC2EA, 0x9AE9, 0xC2EE, 0x9AEA, 0xC2F0, - 0x9AEB, 0xC2F2, 0x9AEC, 0xC2F3, 0x9AED, 0xC2F4, 0x9AEE, 0xC2F5, 0x9AEF, 0xC2F7, 0x9AF0, 0xC2FA, 0x9AF1, 0xC2FD, 0x9AF2, 0xC2FE, - 0x9AF3, 0xC2FF, 0x9AF4, 0xC301, 0x9AF5, 0xC302, 0x9AF6, 0xC303, 0x9AF7, 0xC304, 0x9AF8, 0xC305, 0x9AF9, 0xC306, 0x9AFA, 0xC307, - 0x9AFB, 0xC30A, 0x9AFC, 0xC30B, 0x9AFD, 0xC30E, 0x9AFE, 0xC30F, 0x9B41, 0xC310, 0x9B42, 0xC311, 0x9B43, 0xC312, 0x9B44, 0xC316, - 0x9B45, 0xC317, 0x9B46, 0xC319, 0x9B47, 0xC31A, 0x9B48, 0xC31B, 0x9B49, 0xC31D, 0x9B4A, 0xC31E, 0x9B4B, 0xC31F, 0x9B4C, 0xC320, - 0x9B4D, 0xC321, 0x9B4E, 0xC322, 0x9B4F, 0xC323, 0x9B50, 0xC326, 0x9B51, 0xC327, 0x9B52, 0xC32A, 0x9B53, 0xC32B, 0x9B54, 0xC32C, - 0x9B55, 0xC32D, 0x9B56, 0xC32E, 0x9B57, 0xC32F, 0x9B58, 0xC330, 0x9B59, 0xC331, 0x9B5A, 0xC332, 0x9B61, 0xC333, 0x9B62, 0xC334, - 0x9B63, 0xC335, 0x9B64, 0xC336, 0x9B65, 0xC337, 0x9B66, 0xC338, 0x9B67, 0xC339, 0x9B68, 0xC33A, 0x9B69, 0xC33B, 0x9B6A, 0xC33C, - 0x9B6B, 0xC33D, 0x9B6C, 0xC33E, 0x9B6D, 0xC33F, 0x9B6E, 0xC340, 0x9B6F, 0xC341, 0x9B70, 0xC342, 0x9B71, 0xC343, 0x9B72, 0xC344, - 0x9B73, 0xC346, 0x9B74, 0xC347, 0x9B75, 0xC348, 0x9B76, 0xC349, 0x9B77, 0xC34A, 0x9B78, 0xC34B, 0x9B79, 0xC34C, 0x9B7A, 0xC34D, - 0x9B81, 0xC34E, 0x9B82, 0xC34F, 0x9B83, 0xC350, 0x9B84, 0xC351, 0x9B85, 0xC352, 0x9B86, 0xC353, 0x9B87, 0xC354, 0x9B88, 0xC355, - 0x9B89, 0xC356, 0x9B8A, 0xC357, 0x9B8B, 0xC358, 0x9B8C, 0xC359, 0x9B8D, 0xC35A, 0x9B8E, 0xC35B, 0x9B8F, 0xC35C, 0x9B90, 0xC35D, - 0x9B91, 0xC35E, 0x9B92, 0xC35F, 0x9B93, 0xC360, 0x9B94, 0xC361, 0x9B95, 0xC362, 0x9B96, 0xC363, 0x9B97, 0xC364, 0x9B98, 0xC365, - 0x9B99, 0xC366, 0x9B9A, 0xC367, 0x9B9B, 0xC36A, 0x9B9C, 0xC36B, 0x9B9D, 0xC36D, 0x9B9E, 0xC36E, 0x9B9F, 0xC36F, 0x9BA0, 0xC371, - 0x9BA1, 0xC373, 0x9BA2, 0xC374, 0x9BA3, 0xC375, 0x9BA4, 0xC376, 0x9BA5, 0xC377, 0x9BA6, 0xC37A, 0x9BA7, 0xC37B, 0x9BA8, 0xC37E, - 0x9BA9, 0xC37F, 0x9BAA, 0xC380, 0x9BAB, 0xC381, 0x9BAC, 0xC382, 0x9BAD, 0xC383, 0x9BAE, 0xC385, 0x9BAF, 0xC386, 0x9BB0, 0xC387, - 0x9BB1, 0xC389, 0x9BB2, 0xC38A, 0x9BB3, 0xC38B, 0x9BB4, 0xC38D, 0x9BB5, 0xC38E, 0x9BB6, 0xC38F, 0x9BB7, 0xC390, 0x9BB8, 0xC391, - 0x9BB9, 0xC392, 0x9BBA, 0xC393, 0x9BBB, 0xC394, 0x9BBC, 0xC395, 0x9BBD, 0xC396, 0x9BBE, 0xC397, 0x9BBF, 0xC398, 0x9BC0, 0xC399, - 0x9BC1, 0xC39A, 0x9BC2, 0xC39B, 0x9BC3, 0xC39C, 0x9BC4, 0xC39D, 0x9BC5, 0xC39E, 0x9BC6, 0xC39F, 0x9BC7, 0xC3A0, 0x9BC8, 0xC3A1, - 0x9BC9, 0xC3A2, 0x9BCA, 0xC3A3, 0x9BCB, 0xC3A4, 0x9BCC, 0xC3A5, 0x9BCD, 0xC3A6, 0x9BCE, 0xC3A7, 0x9BCF, 0xC3A8, 0x9BD0, 0xC3A9, - 0x9BD1, 0xC3AA, 0x9BD2, 0xC3AB, 0x9BD3, 0xC3AC, 0x9BD4, 0xC3AD, 0x9BD5, 0xC3AE, 0x9BD6, 0xC3AF, 0x9BD7, 0xC3B0, 0x9BD8, 0xC3B1, - 0x9BD9, 0xC3B2, 0x9BDA, 0xC3B3, 0x9BDB, 0xC3B4, 0x9BDC, 0xC3B5, 0x9BDD, 0xC3B6, 0x9BDE, 0xC3B7, 0x9BDF, 0xC3B8, 0x9BE0, 0xC3B9, - 0x9BE1, 0xC3BA, 0x9BE2, 0xC3BB, 0x9BE3, 0xC3BC, 0x9BE4, 0xC3BD, 0x9BE5, 0xC3BE, 0x9BE6, 0xC3BF, 0x9BE7, 0xC3C1, 0x9BE8, 0xC3C2, - 0x9BE9, 0xC3C3, 0x9BEA, 0xC3C4, 0x9BEB, 0xC3C5, 0x9BEC, 0xC3C6, 0x9BED, 0xC3C7, 0x9BEE, 0xC3C8, 0x9BEF, 0xC3C9, 0x9BF0, 0xC3CA, - 0x9BF1, 0xC3CB, 0x9BF2, 0xC3CC, 0x9BF3, 0xC3CD, 0x9BF4, 0xC3CE, 0x9BF5, 0xC3CF, 0x9BF6, 0xC3D0, 0x9BF7, 0xC3D1, 0x9BF8, 0xC3D2, - 0x9BF9, 0xC3D3, 0x9BFA, 0xC3D4, 0x9BFB, 0xC3D5, 0x9BFC, 0xC3D6, 0x9BFD, 0xC3D7, 0x9BFE, 0xC3DA, 0x9C41, 0xC3DB, 0x9C42, 0xC3DD, - 0x9C43, 0xC3DE, 0x9C44, 0xC3E1, 0x9C45, 0xC3E3, 0x9C46, 0xC3E4, 0x9C47, 0xC3E5, 0x9C48, 0xC3E6, 0x9C49, 0xC3E7, 0x9C4A, 0xC3EA, - 0x9C4B, 0xC3EB, 0x9C4C, 0xC3EC, 0x9C4D, 0xC3EE, 0x9C4E, 0xC3EF, 0x9C4F, 0xC3F0, 0x9C50, 0xC3F1, 0x9C51, 0xC3F2, 0x9C52, 0xC3F3, - 0x9C53, 0xC3F6, 0x9C54, 0xC3F7, 0x9C55, 0xC3F9, 0x9C56, 0xC3FA, 0x9C57, 0xC3FB, 0x9C58, 0xC3FC, 0x9C59, 0xC3FD, 0x9C5A, 0xC3FE, - 0x9C61, 0xC3FF, 0x9C62, 0xC400, 0x9C63, 0xC401, 0x9C64, 0xC402, 0x9C65, 0xC403, 0x9C66, 0xC404, 0x9C67, 0xC405, 0x9C68, 0xC406, - 0x9C69, 0xC407, 0x9C6A, 0xC409, 0x9C6B, 0xC40A, 0x9C6C, 0xC40B, 0x9C6D, 0xC40C, 0x9C6E, 0xC40D, 0x9C6F, 0xC40E, 0x9C70, 0xC40F, - 0x9C71, 0xC411, 0x9C72, 0xC412, 0x9C73, 0xC413, 0x9C74, 0xC414, 0x9C75, 0xC415, 0x9C76, 0xC416, 0x9C77, 0xC417, 0x9C78, 0xC418, - 0x9C79, 0xC419, 0x9C7A, 0xC41A, 0x9C81, 0xC41B, 0x9C82, 0xC41C, 0x9C83, 0xC41D, 0x9C84, 0xC41E, 0x9C85, 0xC41F, 0x9C86, 0xC420, - 0x9C87, 0xC421, 0x9C88, 0xC422, 0x9C89, 0xC423, 0x9C8A, 0xC425, 0x9C8B, 0xC426, 0x9C8C, 0xC427, 0x9C8D, 0xC428, 0x9C8E, 0xC429, - 0x9C8F, 0xC42A, 0x9C90, 0xC42B, 0x9C91, 0xC42D, 0x9C92, 0xC42E, 0x9C93, 0xC42F, 0x9C94, 0xC431, 0x9C95, 0xC432, 0x9C96, 0xC433, - 0x9C97, 0xC435, 0x9C98, 0xC436, 0x9C99, 0xC437, 0x9C9A, 0xC438, 0x9C9B, 0xC439, 0x9C9C, 0xC43A, 0x9C9D, 0xC43B, 0x9C9E, 0xC43E, - 0x9C9F, 0xC43F, 0x9CA0, 0xC440, 0x9CA1, 0xC441, 0x9CA2, 0xC442, 0x9CA3, 0xC443, 0x9CA4, 0xC444, 0x9CA5, 0xC445, 0x9CA6, 0xC446, - 0x9CA7, 0xC447, 0x9CA8, 0xC449, 0x9CA9, 0xC44A, 0x9CAA, 0xC44B, 0x9CAB, 0xC44C, 0x9CAC, 0xC44D, 0x9CAD, 0xC44E, 0x9CAE, 0xC44F, - 0x9CAF, 0xC450, 0x9CB0, 0xC451, 0x9CB1, 0xC452, 0x9CB2, 0xC453, 0x9CB3, 0xC454, 0x9CB4, 0xC455, 0x9CB5, 0xC456, 0x9CB6, 0xC457, - 0x9CB7, 0xC458, 0x9CB8, 0xC459, 0x9CB9, 0xC45A, 0x9CBA, 0xC45B, 0x9CBB, 0xC45C, 0x9CBC, 0xC45D, 0x9CBD, 0xC45E, 0x9CBE, 0xC45F, - 0x9CBF, 0xC460, 0x9CC0, 0xC461, 0x9CC1, 0xC462, 0x9CC2, 0xC463, 0x9CC3, 0xC466, 0x9CC4, 0xC467, 0x9CC5, 0xC469, 0x9CC6, 0xC46A, - 0x9CC7, 0xC46B, 0x9CC8, 0xC46D, 0x9CC9, 0xC46E, 0x9CCA, 0xC46F, 0x9CCB, 0xC470, 0x9CCC, 0xC471, 0x9CCD, 0xC472, 0x9CCE, 0xC473, - 0x9CCF, 0xC476, 0x9CD0, 0xC477, 0x9CD1, 0xC478, 0x9CD2, 0xC47A, 0x9CD3, 0xC47B, 0x9CD4, 0xC47C, 0x9CD5, 0xC47D, 0x9CD6, 0xC47E, - 0x9CD7, 0xC47F, 0x9CD8, 0xC481, 0x9CD9, 0xC482, 0x9CDA, 0xC483, 0x9CDB, 0xC484, 0x9CDC, 0xC485, 0x9CDD, 0xC486, 0x9CDE, 0xC487, - 0x9CDF, 0xC488, 0x9CE0, 0xC489, 0x9CE1, 0xC48A, 0x9CE2, 0xC48B, 0x9CE3, 0xC48C, 0x9CE4, 0xC48D, 0x9CE5, 0xC48E, 0x9CE6, 0xC48F, - 0x9CE7, 0xC490, 0x9CE8, 0xC491, 0x9CE9, 0xC492, 0x9CEA, 0xC493, 0x9CEB, 0xC495, 0x9CEC, 0xC496, 0x9CED, 0xC497, 0x9CEE, 0xC498, - 0x9CEF, 0xC499, 0x9CF0, 0xC49A, 0x9CF1, 0xC49B, 0x9CF2, 0xC49D, 0x9CF3, 0xC49E, 0x9CF4, 0xC49F, 0x9CF5, 0xC4A0, 0x9CF6, 0xC4A1, - 0x9CF7, 0xC4A2, 0x9CF8, 0xC4A3, 0x9CF9, 0xC4A4, 0x9CFA, 0xC4A5, 0x9CFB, 0xC4A6, 0x9CFC, 0xC4A7, 0x9CFD, 0xC4A8, 0x9CFE, 0xC4A9, - 0x9D41, 0xC4AA, 0x9D42, 0xC4AB, 0x9D43, 0xC4AC, 0x9D44, 0xC4AD, 0x9D45, 0xC4AE, 0x9D46, 0xC4AF, 0x9D47, 0xC4B0, 0x9D48, 0xC4B1, - 0x9D49, 0xC4B2, 0x9D4A, 0xC4B3, 0x9D4B, 0xC4B4, 0x9D4C, 0xC4B5, 0x9D4D, 0xC4B6, 0x9D4E, 0xC4B7, 0x9D4F, 0xC4B9, 0x9D50, 0xC4BA, - 0x9D51, 0xC4BB, 0x9D52, 0xC4BD, 0x9D53, 0xC4BE, 0x9D54, 0xC4BF, 0x9D55, 0xC4C0, 0x9D56, 0xC4C1, 0x9D57, 0xC4C2, 0x9D58, 0xC4C3, - 0x9D59, 0xC4C4, 0x9D5A, 0xC4C5, 0x9D61, 0xC4C6, 0x9D62, 0xC4C7, 0x9D63, 0xC4C8, 0x9D64, 0xC4C9, 0x9D65, 0xC4CA, 0x9D66, 0xC4CB, - 0x9D67, 0xC4CC, 0x9D68, 0xC4CD, 0x9D69, 0xC4CE, 0x9D6A, 0xC4CF, 0x9D6B, 0xC4D0, 0x9D6C, 0xC4D1, 0x9D6D, 0xC4D2, 0x9D6E, 0xC4D3, - 0x9D6F, 0xC4D4, 0x9D70, 0xC4D5, 0x9D71, 0xC4D6, 0x9D72, 0xC4D7, 0x9D73, 0xC4D8, 0x9D74, 0xC4D9, 0x9D75, 0xC4DA, 0x9D76, 0xC4DB, - 0x9D77, 0xC4DC, 0x9D78, 0xC4DD, 0x9D79, 0xC4DE, 0x9D7A, 0xC4DF, 0x9D81, 0xC4E0, 0x9D82, 0xC4E1, 0x9D83, 0xC4E2, 0x9D84, 0xC4E3, - 0x9D85, 0xC4E4, 0x9D86, 0xC4E5, 0x9D87, 0xC4E6, 0x9D88, 0xC4E7, 0x9D89, 0xC4E8, 0x9D8A, 0xC4EA, 0x9D8B, 0xC4EB, 0x9D8C, 0xC4EC, - 0x9D8D, 0xC4ED, 0x9D8E, 0xC4EE, 0x9D8F, 0xC4EF, 0x9D90, 0xC4F2, 0x9D91, 0xC4F3, 0x9D92, 0xC4F5, 0x9D93, 0xC4F6, 0x9D94, 0xC4F7, - 0x9D95, 0xC4F9, 0x9D96, 0xC4FB, 0x9D97, 0xC4FC, 0x9D98, 0xC4FD, 0x9D99, 0xC4FE, 0x9D9A, 0xC502, 0x9D9B, 0xC503, 0x9D9C, 0xC504, - 0x9D9D, 0xC505, 0x9D9E, 0xC506, 0x9D9F, 0xC507, 0x9DA0, 0xC508, 0x9DA1, 0xC509, 0x9DA2, 0xC50A, 0x9DA3, 0xC50B, 0x9DA4, 0xC50D, - 0x9DA5, 0xC50E, 0x9DA6, 0xC50F, 0x9DA7, 0xC511, 0x9DA8, 0xC512, 0x9DA9, 0xC513, 0x9DAA, 0xC515, 0x9DAB, 0xC516, 0x9DAC, 0xC517, - 0x9DAD, 0xC518, 0x9DAE, 0xC519, 0x9DAF, 0xC51A, 0x9DB0, 0xC51B, 0x9DB1, 0xC51D, 0x9DB2, 0xC51E, 0x9DB3, 0xC51F, 0x9DB4, 0xC520, - 0x9DB5, 0xC521, 0x9DB6, 0xC522, 0x9DB7, 0xC523, 0x9DB8, 0xC524, 0x9DB9, 0xC525, 0x9DBA, 0xC526, 0x9DBB, 0xC527, 0x9DBC, 0xC52A, - 0x9DBD, 0xC52B, 0x9DBE, 0xC52D, 0x9DBF, 0xC52E, 0x9DC0, 0xC52F, 0x9DC1, 0xC531, 0x9DC2, 0xC532, 0x9DC3, 0xC533, 0x9DC4, 0xC534, - 0x9DC5, 0xC535, 0x9DC6, 0xC536, 0x9DC7, 0xC537, 0x9DC8, 0xC53A, 0x9DC9, 0xC53C, 0x9DCA, 0xC53E, 0x9DCB, 0xC53F, 0x9DCC, 0xC540, - 0x9DCD, 0xC541, 0x9DCE, 0xC542, 0x9DCF, 0xC543, 0x9DD0, 0xC546, 0x9DD1, 0xC547, 0x9DD2, 0xC54B, 0x9DD3, 0xC54F, 0x9DD4, 0xC550, - 0x9DD5, 0xC551, 0x9DD6, 0xC552, 0x9DD7, 0xC556, 0x9DD8, 0xC55A, 0x9DD9, 0xC55B, 0x9DDA, 0xC55C, 0x9DDB, 0xC55F, 0x9DDC, 0xC562, - 0x9DDD, 0xC563, 0x9DDE, 0xC565, 0x9DDF, 0xC566, 0x9DE0, 0xC567, 0x9DE1, 0xC569, 0x9DE2, 0xC56A, 0x9DE3, 0xC56B, 0x9DE4, 0xC56C, - 0x9DE5, 0xC56D, 0x9DE6, 0xC56E, 0x9DE7, 0xC56F, 0x9DE8, 0xC572, 0x9DE9, 0xC576, 0x9DEA, 0xC577, 0x9DEB, 0xC578, 0x9DEC, 0xC579, - 0x9DED, 0xC57A, 0x9DEE, 0xC57B, 0x9DEF, 0xC57E, 0x9DF0, 0xC57F, 0x9DF1, 0xC581, 0x9DF2, 0xC582, 0x9DF3, 0xC583, 0x9DF4, 0xC585, - 0x9DF5, 0xC586, 0x9DF6, 0xC588, 0x9DF7, 0xC589, 0x9DF8, 0xC58A, 0x9DF9, 0xC58B, 0x9DFA, 0xC58E, 0x9DFB, 0xC590, 0x9DFC, 0xC592, - 0x9DFD, 0xC593, 0x9DFE, 0xC594, 0x9E41, 0xC596, 0x9E42, 0xC599, 0x9E43, 0xC59A, 0x9E44, 0xC59B, 0x9E45, 0xC59D, 0x9E46, 0xC59E, - 0x9E47, 0xC59F, 0x9E48, 0xC5A1, 0x9E49, 0xC5A2, 0x9E4A, 0xC5A3, 0x9E4B, 0xC5A4, 0x9E4C, 0xC5A5, 0x9E4D, 0xC5A6, 0x9E4E, 0xC5A7, - 0x9E4F, 0xC5A8, 0x9E50, 0xC5AA, 0x9E51, 0xC5AB, 0x9E52, 0xC5AC, 0x9E53, 0xC5AD, 0x9E54, 0xC5AE, 0x9E55, 0xC5AF, 0x9E56, 0xC5B0, - 0x9E57, 0xC5B1, 0x9E58, 0xC5B2, 0x9E59, 0xC5B3, 0x9E5A, 0xC5B6, 0x9E61, 0xC5B7, 0x9E62, 0xC5BA, 0x9E63, 0xC5BF, 0x9E64, 0xC5C0, - 0x9E65, 0xC5C1, 0x9E66, 0xC5C2, 0x9E67, 0xC5C3, 0x9E68, 0xC5CB, 0x9E69, 0xC5CD, 0x9E6A, 0xC5CF, 0x9E6B, 0xC5D2, 0x9E6C, 0xC5D3, - 0x9E6D, 0xC5D5, 0x9E6E, 0xC5D6, 0x9E6F, 0xC5D7, 0x9E70, 0xC5D9, 0x9E71, 0xC5DA, 0x9E72, 0xC5DB, 0x9E73, 0xC5DC, 0x9E74, 0xC5DD, - 0x9E75, 0xC5DE, 0x9E76, 0xC5DF, 0x9E77, 0xC5E2, 0x9E78, 0xC5E4, 0x9E79, 0xC5E6, 0x9E7A, 0xC5E7, 0x9E81, 0xC5E8, 0x9E82, 0xC5E9, - 0x9E83, 0xC5EA, 0x9E84, 0xC5EB, 0x9E85, 0xC5EF, 0x9E86, 0xC5F1, 0x9E87, 0xC5F2, 0x9E88, 0xC5F3, 0x9E89, 0xC5F5, 0x9E8A, 0xC5F8, - 0x9E8B, 0xC5F9, 0x9E8C, 0xC5FA, 0x9E8D, 0xC5FB, 0x9E8E, 0xC602, 0x9E8F, 0xC603, 0x9E90, 0xC604, 0x9E91, 0xC609, 0x9E92, 0xC60A, - 0x9E93, 0xC60B, 0x9E94, 0xC60D, 0x9E95, 0xC60E, 0x9E96, 0xC60F, 0x9E97, 0xC611, 0x9E98, 0xC612, 0x9E99, 0xC613, 0x9E9A, 0xC614, - 0x9E9B, 0xC615, 0x9E9C, 0xC616, 0x9E9D, 0xC617, 0x9E9E, 0xC61A, 0x9E9F, 0xC61D, 0x9EA0, 0xC61E, 0x9EA1, 0xC61F, 0x9EA2, 0xC620, - 0x9EA3, 0xC621, 0x9EA4, 0xC622, 0x9EA5, 0xC623, 0x9EA6, 0xC626, 0x9EA7, 0xC627, 0x9EA8, 0xC629, 0x9EA9, 0xC62A, 0x9EAA, 0xC62B, - 0x9EAB, 0xC62F, 0x9EAC, 0xC631, 0x9EAD, 0xC632, 0x9EAE, 0xC636, 0x9EAF, 0xC638, 0x9EB0, 0xC63A, 0x9EB1, 0xC63C, 0x9EB2, 0xC63D, - 0x9EB3, 0xC63E, 0x9EB4, 0xC63F, 0x9EB5, 0xC642, 0x9EB6, 0xC643, 0x9EB7, 0xC645, 0x9EB8, 0xC646, 0x9EB9, 0xC647, 0x9EBA, 0xC649, - 0x9EBB, 0xC64A, 0x9EBC, 0xC64B, 0x9EBD, 0xC64C, 0x9EBE, 0xC64D, 0x9EBF, 0xC64E, 0x9EC0, 0xC64F, 0x9EC1, 0xC652, 0x9EC2, 0xC656, - 0x9EC3, 0xC657, 0x9EC4, 0xC658, 0x9EC5, 0xC659, 0x9EC6, 0xC65A, 0x9EC7, 0xC65B, 0x9EC8, 0xC65E, 0x9EC9, 0xC65F, 0x9ECA, 0xC661, - 0x9ECB, 0xC662, 0x9ECC, 0xC663, 0x9ECD, 0xC664, 0x9ECE, 0xC665, 0x9ECF, 0xC666, 0x9ED0, 0xC667, 0x9ED1, 0xC668, 0x9ED2, 0xC669, - 0x9ED3, 0xC66A, 0x9ED4, 0xC66B, 0x9ED5, 0xC66D, 0x9ED6, 0xC66E, 0x9ED7, 0xC670, 0x9ED8, 0xC672, 0x9ED9, 0xC673, 0x9EDA, 0xC674, - 0x9EDB, 0xC675, 0x9EDC, 0xC676, 0x9EDD, 0xC677, 0x9EDE, 0xC67A, 0x9EDF, 0xC67B, 0x9EE0, 0xC67D, 0x9EE1, 0xC67E, 0x9EE2, 0xC67F, - 0x9EE3, 0xC681, 0x9EE4, 0xC682, 0x9EE5, 0xC683, 0x9EE6, 0xC684, 0x9EE7, 0xC685, 0x9EE8, 0xC686, 0x9EE9, 0xC687, 0x9EEA, 0xC68A, - 0x9EEB, 0xC68C, 0x9EEC, 0xC68E, 0x9EED, 0xC68F, 0x9EEE, 0xC690, 0x9EEF, 0xC691, 0x9EF0, 0xC692, 0x9EF1, 0xC693, 0x9EF2, 0xC696, - 0x9EF3, 0xC697, 0x9EF4, 0xC699, 0x9EF5, 0xC69A, 0x9EF6, 0xC69B, 0x9EF7, 0xC69D, 0x9EF8, 0xC69E, 0x9EF9, 0xC69F, 0x9EFA, 0xC6A0, - 0x9EFB, 0xC6A1, 0x9EFC, 0xC6A2, 0x9EFD, 0xC6A3, 0x9EFE, 0xC6A6, 0x9F41, 0xC6A8, 0x9F42, 0xC6AA, 0x9F43, 0xC6AB, 0x9F44, 0xC6AC, - 0x9F45, 0xC6AD, 0x9F46, 0xC6AE, 0x9F47, 0xC6AF, 0x9F48, 0xC6B2, 0x9F49, 0xC6B3, 0x9F4A, 0xC6B5, 0x9F4B, 0xC6B6, 0x9F4C, 0xC6B7, - 0x9F4D, 0xC6BB, 0x9F4E, 0xC6BC, 0x9F4F, 0xC6BD, 0x9F50, 0xC6BE, 0x9F51, 0xC6BF, 0x9F52, 0xC6C2, 0x9F53, 0xC6C4, 0x9F54, 0xC6C6, - 0x9F55, 0xC6C7, 0x9F56, 0xC6C8, 0x9F57, 0xC6C9, 0x9F58, 0xC6CA, 0x9F59, 0xC6CB, 0x9F5A, 0xC6CE, 0x9F61, 0xC6CF, 0x9F62, 0xC6D1, - 0x9F63, 0xC6D2, 0x9F64, 0xC6D3, 0x9F65, 0xC6D5, 0x9F66, 0xC6D6, 0x9F67, 0xC6D7, 0x9F68, 0xC6D8, 0x9F69, 0xC6D9, 0x9F6A, 0xC6DA, - 0x9F6B, 0xC6DB, 0x9F6C, 0xC6DE, 0x9F6D, 0xC6DF, 0x9F6E, 0xC6E2, 0x9F6F, 0xC6E3, 0x9F70, 0xC6E4, 0x9F71, 0xC6E5, 0x9F72, 0xC6E6, - 0x9F73, 0xC6E7, 0x9F74, 0xC6EA, 0x9F75, 0xC6EB, 0x9F76, 0xC6ED, 0x9F77, 0xC6EE, 0x9F78, 0xC6EF, 0x9F79, 0xC6F1, 0x9F7A, 0xC6F2, - 0x9F81, 0xC6F3, 0x9F82, 0xC6F4, 0x9F83, 0xC6F5, 0x9F84, 0xC6F6, 0x9F85, 0xC6F7, 0x9F86, 0xC6FA, 0x9F87, 0xC6FB, 0x9F88, 0xC6FC, - 0x9F89, 0xC6FE, 0x9F8A, 0xC6FF, 0x9F8B, 0xC700, 0x9F8C, 0xC701, 0x9F8D, 0xC702, 0x9F8E, 0xC703, 0x9F8F, 0xC706, 0x9F90, 0xC707, - 0x9F91, 0xC709, 0x9F92, 0xC70A, 0x9F93, 0xC70B, 0x9F94, 0xC70D, 0x9F95, 0xC70E, 0x9F96, 0xC70F, 0x9F97, 0xC710, 0x9F98, 0xC711, - 0x9F99, 0xC712, 0x9F9A, 0xC713, 0x9F9B, 0xC716, 0x9F9C, 0xC718, 0x9F9D, 0xC71A, 0x9F9E, 0xC71B, 0x9F9F, 0xC71C, 0x9FA0, 0xC71D, - 0x9FA1, 0xC71E, 0x9FA2, 0xC71F, 0x9FA3, 0xC722, 0x9FA4, 0xC723, 0x9FA5, 0xC725, 0x9FA6, 0xC726, 0x9FA7, 0xC727, 0x9FA8, 0xC729, - 0x9FA9, 0xC72A, 0x9FAA, 0xC72B, 0x9FAB, 0xC72C, 0x9FAC, 0xC72D, 0x9FAD, 0xC72E, 0x9FAE, 0xC72F, 0x9FAF, 0xC732, 0x9FB0, 0xC734, - 0x9FB1, 0xC736, 0x9FB2, 0xC738, 0x9FB3, 0xC739, 0x9FB4, 0xC73A, 0x9FB5, 0xC73B, 0x9FB6, 0xC73E, 0x9FB7, 0xC73F, 0x9FB8, 0xC741, - 0x9FB9, 0xC742, 0x9FBA, 0xC743, 0x9FBB, 0xC745, 0x9FBC, 0xC746, 0x9FBD, 0xC747, 0x9FBE, 0xC748, 0x9FBF, 0xC749, 0x9FC0, 0xC74B, - 0x9FC1, 0xC74E, 0x9FC2, 0xC750, 0x9FC3, 0xC759, 0x9FC4, 0xC75A, 0x9FC5, 0xC75B, 0x9FC6, 0xC75D, 0x9FC7, 0xC75E, 0x9FC8, 0xC75F, - 0x9FC9, 0xC761, 0x9FCA, 0xC762, 0x9FCB, 0xC763, 0x9FCC, 0xC764, 0x9FCD, 0xC765, 0x9FCE, 0xC766, 0x9FCF, 0xC767, 0x9FD0, 0xC769, - 0x9FD1, 0xC76A, 0x9FD2, 0xC76C, 0x9FD3, 0xC76D, 0x9FD4, 0xC76E, 0x9FD5, 0xC76F, 0x9FD6, 0xC770, 0x9FD7, 0xC771, 0x9FD8, 0xC772, - 0x9FD9, 0xC773, 0x9FDA, 0xC776, 0x9FDB, 0xC777, 0x9FDC, 0xC779, 0x9FDD, 0xC77A, 0x9FDE, 0xC77B, 0x9FDF, 0xC77F, 0x9FE0, 0xC780, - 0x9FE1, 0xC781, 0x9FE2, 0xC782, 0x9FE3, 0xC786, 0x9FE4, 0xC78B, 0x9FE5, 0xC78C, 0x9FE6, 0xC78D, 0x9FE7, 0xC78F, 0x9FE8, 0xC792, - 0x9FE9, 0xC793, 0x9FEA, 0xC795, 0x9FEB, 0xC799, 0x9FEC, 0xC79B, 0x9FED, 0xC79C, 0x9FEE, 0xC79D, 0x9FEF, 0xC79E, 0x9FF0, 0xC79F, - 0x9FF1, 0xC7A2, 0x9FF2, 0xC7A7, 0x9FF3, 0xC7A8, 0x9FF4, 0xC7A9, 0x9FF5, 0xC7AA, 0x9FF6, 0xC7AB, 0x9FF7, 0xC7AE, 0x9FF8, 0xC7AF, - 0x9FF9, 0xC7B1, 0x9FFA, 0xC7B2, 0x9FFB, 0xC7B3, 0x9FFC, 0xC7B5, 0x9FFD, 0xC7B6, 0x9FFE, 0xC7B7, 0xA041, 0xC7B8, 0xA042, 0xC7B9, - 0xA043, 0xC7BA, 0xA044, 0xC7BB, 0xA045, 0xC7BE, 0xA046, 0xC7C2, 0xA047, 0xC7C3, 0xA048, 0xC7C4, 0xA049, 0xC7C5, 0xA04A, 0xC7C6, - 0xA04B, 0xC7C7, 0xA04C, 0xC7CA, 0xA04D, 0xC7CB, 0xA04E, 0xC7CD, 0xA04F, 0xC7CF, 0xA050, 0xC7D1, 0xA051, 0xC7D2, 0xA052, 0xC7D3, - 0xA053, 0xC7D4, 0xA054, 0xC7D5, 0xA055, 0xC7D6, 0xA056, 0xC7D7, 0xA057, 0xC7D9, 0xA058, 0xC7DA, 0xA059, 0xC7DB, 0xA05A, 0xC7DC, - 0xA061, 0xC7DE, 0xA062, 0xC7DF, 0xA063, 0xC7E0, 0xA064, 0xC7E1, 0xA065, 0xC7E2, 0xA066, 0xC7E3, 0xA067, 0xC7E5, 0xA068, 0xC7E6, - 0xA069, 0xC7E7, 0xA06A, 0xC7E9, 0xA06B, 0xC7EA, 0xA06C, 0xC7EB, 0xA06D, 0xC7ED, 0xA06E, 0xC7EE, 0xA06F, 0xC7EF, 0xA070, 0xC7F0, - 0xA071, 0xC7F1, 0xA072, 0xC7F2, 0xA073, 0xC7F3, 0xA074, 0xC7F4, 0xA075, 0xC7F5, 0xA076, 0xC7F6, 0xA077, 0xC7F7, 0xA078, 0xC7F8, - 0xA079, 0xC7F9, 0xA07A, 0xC7FA, 0xA081, 0xC7FB, 0xA082, 0xC7FC, 0xA083, 0xC7FD, 0xA084, 0xC7FE, 0xA085, 0xC7FF, 0xA086, 0xC802, - 0xA087, 0xC803, 0xA088, 0xC805, 0xA089, 0xC806, 0xA08A, 0xC807, 0xA08B, 0xC809, 0xA08C, 0xC80B, 0xA08D, 0xC80C, 0xA08E, 0xC80D, - 0xA08F, 0xC80E, 0xA090, 0xC80F, 0xA091, 0xC812, 0xA092, 0xC814, 0xA093, 0xC817, 0xA094, 0xC818, 0xA095, 0xC819, 0xA096, 0xC81A, - 0xA097, 0xC81B, 0xA098, 0xC81E, 0xA099, 0xC81F, 0xA09A, 0xC821, 0xA09B, 0xC822, 0xA09C, 0xC823, 0xA09D, 0xC825, 0xA09E, 0xC826, - 0xA09F, 0xC827, 0xA0A0, 0xC828, 0xA0A1, 0xC829, 0xA0A2, 0xC82A, 0xA0A3, 0xC82B, 0xA0A4, 0xC82E, 0xA0A5, 0xC830, 0xA0A6, 0xC832, - 0xA0A7, 0xC833, 0xA0A8, 0xC834, 0xA0A9, 0xC835, 0xA0AA, 0xC836, 0xA0AB, 0xC837, 0xA0AC, 0xC839, 0xA0AD, 0xC83A, 0xA0AE, 0xC83B, - 0xA0AF, 0xC83D, 0xA0B0, 0xC83E, 0xA0B1, 0xC83F, 0xA0B2, 0xC841, 0xA0B3, 0xC842, 0xA0B4, 0xC843, 0xA0B5, 0xC844, 0xA0B6, 0xC845, - 0xA0B7, 0xC846, 0xA0B8, 0xC847, 0xA0B9, 0xC84A, 0xA0BA, 0xC84B, 0xA0BB, 0xC84E, 0xA0BC, 0xC84F, 0xA0BD, 0xC850, 0xA0BE, 0xC851, - 0xA0BF, 0xC852, 0xA0C0, 0xC853, 0xA0C1, 0xC855, 0xA0C2, 0xC856, 0xA0C3, 0xC857, 0xA0C4, 0xC858, 0xA0C5, 0xC859, 0xA0C6, 0xC85A, - 0xA0C7, 0xC85B, 0xA0C8, 0xC85C, 0xA0C9, 0xC85D, 0xA0CA, 0xC85E, 0xA0CB, 0xC85F, 0xA0CC, 0xC860, 0xA0CD, 0xC861, 0xA0CE, 0xC862, - 0xA0CF, 0xC863, 0xA0D0, 0xC864, 0xA0D1, 0xC865, 0xA0D2, 0xC866, 0xA0D3, 0xC867, 0xA0D4, 0xC868, 0xA0D5, 0xC869, 0xA0D6, 0xC86A, - 0xA0D7, 0xC86B, 0xA0D8, 0xC86C, 0xA0D9, 0xC86D, 0xA0DA, 0xC86E, 0xA0DB, 0xC86F, 0xA0DC, 0xC872, 0xA0DD, 0xC873, 0xA0DE, 0xC875, - 0xA0DF, 0xC876, 0xA0E0, 0xC877, 0xA0E1, 0xC879, 0xA0E2, 0xC87B, 0xA0E3, 0xC87C, 0xA0E4, 0xC87D, 0xA0E5, 0xC87E, 0xA0E6, 0xC87F, - 0xA0E7, 0xC882, 0xA0E8, 0xC884, 0xA0E9, 0xC888, 0xA0EA, 0xC889, 0xA0EB, 0xC88A, 0xA0EC, 0xC88E, 0xA0ED, 0xC88F, 0xA0EE, 0xC890, - 0xA0EF, 0xC891, 0xA0F0, 0xC892, 0xA0F1, 0xC893, 0xA0F2, 0xC895, 0xA0F3, 0xC896, 0xA0F4, 0xC897, 0xA0F5, 0xC898, 0xA0F6, 0xC899, - 0xA0F7, 0xC89A, 0xA0F8, 0xC89B, 0xA0F9, 0xC89C, 0xA0FA, 0xC89E, 0xA0FB, 0xC8A0, 0xA0FC, 0xC8A2, 0xA0FD, 0xC8A3, 0xA0FE, 0xC8A4, - 0xA141, 0xC8A5, 0xA142, 0xC8A6, 0xA143, 0xC8A7, 0xA144, 0xC8A9, 0xA145, 0xC8AA, 0xA146, 0xC8AB, 0xA147, 0xC8AC, 0xA148, 0xC8AD, - 0xA149, 0xC8AE, 0xA14A, 0xC8AF, 0xA14B, 0xC8B0, 0xA14C, 0xC8B1, 0xA14D, 0xC8B2, 0xA14E, 0xC8B3, 0xA14F, 0xC8B4, 0xA150, 0xC8B5, - 0xA151, 0xC8B6, 0xA152, 0xC8B7, 0xA153, 0xC8B8, 0xA154, 0xC8B9, 0xA155, 0xC8BA, 0xA156, 0xC8BB, 0xA157, 0xC8BE, 0xA158, 0xC8BF, - 0xA159, 0xC8C0, 0xA15A, 0xC8C1, 0xA161, 0xC8C2, 0xA162, 0xC8C3, 0xA163, 0xC8C5, 0xA164, 0xC8C6, 0xA165, 0xC8C7, 0xA166, 0xC8C9, - 0xA167, 0xC8CA, 0xA168, 0xC8CB, 0xA169, 0xC8CD, 0xA16A, 0xC8CE, 0xA16B, 0xC8CF, 0xA16C, 0xC8D0, 0xA16D, 0xC8D1, 0xA16E, 0xC8D2, - 0xA16F, 0xC8D3, 0xA170, 0xC8D6, 0xA171, 0xC8D8, 0xA172, 0xC8DA, 0xA173, 0xC8DB, 0xA174, 0xC8DC, 0xA175, 0xC8DD, 0xA176, 0xC8DE, - 0xA177, 0xC8DF, 0xA178, 0xC8E2, 0xA179, 0xC8E3, 0xA17A, 0xC8E5, 0xA181, 0xC8E6, 0xA182, 0xC8E7, 0xA183, 0xC8E8, 0xA184, 0xC8E9, - 0xA185, 0xC8EA, 0xA186, 0xC8EB, 0xA187, 0xC8EC, 0xA188, 0xC8ED, 0xA189, 0xC8EE, 0xA18A, 0xC8EF, 0xA18B, 0xC8F0, 0xA18C, 0xC8F1, - 0xA18D, 0xC8F2, 0xA18E, 0xC8F3, 0xA18F, 0xC8F4, 0xA190, 0xC8F6, 0xA191, 0xC8F7, 0xA192, 0xC8F8, 0xA193, 0xC8F9, 0xA194, 0xC8FA, - 0xA195, 0xC8FB, 0xA196, 0xC8FE, 0xA197, 0xC8FF, 0xA198, 0xC901, 0xA199, 0xC902, 0xA19A, 0xC903, 0xA19B, 0xC907, 0xA19C, 0xC908, - 0xA19D, 0xC909, 0xA19E, 0xC90A, 0xA19F, 0xC90B, 0xA1A0, 0xC90E, 0xA1A1, 0x3000, 0xA1A2, 0x3001, 0xA1A3, 0x3002, 0xA1A4, 0x00B7, - 0xA1A5, 0x2025, 0xA1A6, 0x2026, 0xA1A7, 0x00A8, 0xA1A8, 0x3003, 0xA1A9, 0x00AD, 0xA1AA, 0x2015, 0xA1AB, 0x2225, 0xA1AC, 0xFF3C, - 0xA1AD, 0x223C, 0xA1AE, 0x2018, 0xA1AF, 0x2019, 0xA1B0, 0x201C, 0xA1B1, 0x201D, 0xA1B2, 0x3014, 0xA1B3, 0x3015, 0xA1B4, 0x3008, - 0xA1B5, 0x3009, 0xA1B6, 0x300A, 0xA1B7, 0x300B, 0xA1B8, 0x300C, 0xA1B9, 0x300D, 0xA1BA, 0x300E, 0xA1BB, 0x300F, 0xA1BC, 0x3010, - 0xA1BD, 0x3011, 0xA1BE, 0x00B1, 0xA1BF, 0x00D7, 0xA1C0, 0x00F7, 0xA1C1, 0x2260, 0xA1C2, 0x2264, 0xA1C3, 0x2265, 0xA1C4, 0x221E, - 0xA1C5, 0x2234, 0xA1C6, 0x00B0, 0xA1C7, 0x2032, 0xA1C8, 0x2033, 0xA1C9, 0x2103, 0xA1CA, 0x212B, 0xA1CB, 0xFFE0, 0xA1CC, 0xFFE1, - 0xA1CD, 0xFFE5, 0xA1CE, 0x2642, 0xA1CF, 0x2640, 0xA1D0, 0x2220, 0xA1D1, 0x22A5, 0xA1D2, 0x2312, 0xA1D3, 0x2202, 0xA1D4, 0x2207, - 0xA1D5, 0x2261, 0xA1D6, 0x2252, 0xA1D7, 0x00A7, 0xA1D8, 0x203B, 0xA1D9, 0x2606, 0xA1DA, 0x2605, 0xA1DB, 0x25CB, 0xA1DC, 0x25CF, - 0xA1DD, 0x25CE, 0xA1DE, 0x25C7, 0xA1DF, 0x25C6, 0xA1E0, 0x25A1, 0xA1E1, 0x25A0, 0xA1E2, 0x25B3, 0xA1E3, 0x25B2, 0xA1E4, 0x25BD, - 0xA1E5, 0x25BC, 0xA1E6, 0x2192, 0xA1E7, 0x2190, 0xA1E8, 0x2191, 0xA1E9, 0x2193, 0xA1EA, 0x2194, 0xA1EB, 0x3013, 0xA1EC, 0x226A, - 0xA1ED, 0x226B, 0xA1EE, 0x221A, 0xA1EF, 0x223D, 0xA1F0, 0x221D, 0xA1F1, 0x2235, 0xA1F2, 0x222B, 0xA1F3, 0x222C, 0xA1F4, 0x2208, - 0xA1F5, 0x220B, 0xA1F6, 0x2286, 0xA1F7, 0x2287, 0xA1F8, 0x2282, 0xA1F9, 0x2283, 0xA1FA, 0x222A, 0xA1FB, 0x2229, 0xA1FC, 0x2227, - 0xA1FD, 0x2228, 0xA1FE, 0xFFE2, 0xA241, 0xC910, 0xA242, 0xC912, 0xA243, 0xC913, 0xA244, 0xC914, 0xA245, 0xC915, 0xA246, 0xC916, - 0xA247, 0xC917, 0xA248, 0xC919, 0xA249, 0xC91A, 0xA24A, 0xC91B, 0xA24B, 0xC91C, 0xA24C, 0xC91D, 0xA24D, 0xC91E, 0xA24E, 0xC91F, - 0xA24F, 0xC920, 0xA250, 0xC921, 0xA251, 0xC922, 0xA252, 0xC923, 0xA253, 0xC924, 0xA254, 0xC925, 0xA255, 0xC926, 0xA256, 0xC927, - 0xA257, 0xC928, 0xA258, 0xC929, 0xA259, 0xC92A, 0xA25A, 0xC92B, 0xA261, 0xC92D, 0xA262, 0xC92E, 0xA263, 0xC92F, 0xA264, 0xC930, - 0xA265, 0xC931, 0xA266, 0xC932, 0xA267, 0xC933, 0xA268, 0xC935, 0xA269, 0xC936, 0xA26A, 0xC937, 0xA26B, 0xC938, 0xA26C, 0xC939, - 0xA26D, 0xC93A, 0xA26E, 0xC93B, 0xA26F, 0xC93C, 0xA270, 0xC93D, 0xA271, 0xC93E, 0xA272, 0xC93F, 0xA273, 0xC940, 0xA274, 0xC941, - 0xA275, 0xC942, 0xA276, 0xC943, 0xA277, 0xC944, 0xA278, 0xC945, 0xA279, 0xC946, 0xA27A, 0xC947, 0xA281, 0xC948, 0xA282, 0xC949, - 0xA283, 0xC94A, 0xA284, 0xC94B, 0xA285, 0xC94C, 0xA286, 0xC94D, 0xA287, 0xC94E, 0xA288, 0xC94F, 0xA289, 0xC952, 0xA28A, 0xC953, - 0xA28B, 0xC955, 0xA28C, 0xC956, 0xA28D, 0xC957, 0xA28E, 0xC959, 0xA28F, 0xC95A, 0xA290, 0xC95B, 0xA291, 0xC95C, 0xA292, 0xC95D, - 0xA293, 0xC95E, 0xA294, 0xC95F, 0xA295, 0xC962, 0xA296, 0xC964, 0xA297, 0xC965, 0xA298, 0xC966, 0xA299, 0xC967, 0xA29A, 0xC968, - 0xA29B, 0xC969, 0xA29C, 0xC96A, 0xA29D, 0xC96B, 0xA29E, 0xC96D, 0xA29F, 0xC96E, 0xA2A0, 0xC96F, 0xA2A1, 0x21D2, 0xA2A2, 0x21D4, - 0xA2A3, 0x2200, 0xA2A4, 0x2203, 0xA2A5, 0x00B4, 0xA2A6, 0xFF5E, 0xA2A7, 0x02C7, 0xA2A8, 0x02D8, 0xA2A9, 0x02DD, 0xA2AA, 0x02DA, - 0xA2AB, 0x02D9, 0xA2AC, 0x00B8, 0xA2AD, 0x02DB, 0xA2AE, 0x00A1, 0xA2AF, 0x00BF, 0xA2B0, 0x02D0, 0xA2B1, 0x222E, 0xA2B2, 0x2211, - 0xA2B3, 0x220F, 0xA2B4, 0x00A4, 0xA2B5, 0x2109, 0xA2B6, 0x2030, 0xA2B7, 0x25C1, 0xA2B8, 0x25C0, 0xA2B9, 0x25B7, 0xA2BA, 0x25B6, - 0xA2BB, 0x2664, 0xA2BC, 0x2660, 0xA2BD, 0x2661, 0xA2BE, 0x2665, 0xA2BF, 0x2667, 0xA2C0, 0x2663, 0xA2C1, 0x2299, 0xA2C2, 0x25C8, - 0xA2C3, 0x25A3, 0xA2C4, 0x25D0, 0xA2C5, 0x25D1, 0xA2C6, 0x2592, 0xA2C7, 0x25A4, 0xA2C8, 0x25A5, 0xA2C9, 0x25A8, 0xA2CA, 0x25A7, - 0xA2CB, 0x25A6, 0xA2CC, 0x25A9, 0xA2CD, 0x2668, 0xA2CE, 0x260F, 0xA2CF, 0x260E, 0xA2D0, 0x261C, 0xA2D1, 0x261E, 0xA2D2, 0x00B6, - 0xA2D3, 0x2020, 0xA2D4, 0x2021, 0xA2D5, 0x2195, 0xA2D6, 0x2197, 0xA2D7, 0x2199, 0xA2D8, 0x2196, 0xA2D9, 0x2198, 0xA2DA, 0x266D, - 0xA2DB, 0x2669, 0xA2DC, 0x266A, 0xA2DD, 0x266C, 0xA2DE, 0x327F, 0xA2DF, 0x321C, 0xA2E0, 0x2116, 0xA2E1, 0x33C7, 0xA2E2, 0x2122, - 0xA2E3, 0x33C2, 0xA2E4, 0x33D8, 0xA2E5, 0x2121, 0xA2E6, 0x20AC, 0xA2E7, 0x00AE, 0xA341, 0xC971, 0xA342, 0xC972, 0xA343, 0xC973, - 0xA344, 0xC975, 0xA345, 0xC976, 0xA346, 0xC977, 0xA347, 0xC978, 0xA348, 0xC979, 0xA349, 0xC97A, 0xA34A, 0xC97B, 0xA34B, 0xC97D, - 0xA34C, 0xC97E, 0xA34D, 0xC97F, 0xA34E, 0xC980, 0xA34F, 0xC981, 0xA350, 0xC982, 0xA351, 0xC983, 0xA352, 0xC984, 0xA353, 0xC985, - 0xA354, 0xC986, 0xA355, 0xC987, 0xA356, 0xC98A, 0xA357, 0xC98B, 0xA358, 0xC98D, 0xA359, 0xC98E, 0xA35A, 0xC98F, 0xA361, 0xC991, - 0xA362, 0xC992, 0xA363, 0xC993, 0xA364, 0xC994, 0xA365, 0xC995, 0xA366, 0xC996, 0xA367, 0xC997, 0xA368, 0xC99A, 0xA369, 0xC99C, - 0xA36A, 0xC99E, 0xA36B, 0xC99F, 0xA36C, 0xC9A0, 0xA36D, 0xC9A1, 0xA36E, 0xC9A2, 0xA36F, 0xC9A3, 0xA370, 0xC9A4, 0xA371, 0xC9A5, - 0xA372, 0xC9A6, 0xA373, 0xC9A7, 0xA374, 0xC9A8, 0xA375, 0xC9A9, 0xA376, 0xC9AA, 0xA377, 0xC9AB, 0xA378, 0xC9AC, 0xA379, 0xC9AD, - 0xA37A, 0xC9AE, 0xA381, 0xC9AF, 0xA382, 0xC9B0, 0xA383, 0xC9B1, 0xA384, 0xC9B2, 0xA385, 0xC9B3, 0xA386, 0xC9B4, 0xA387, 0xC9B5, - 0xA388, 0xC9B6, 0xA389, 0xC9B7, 0xA38A, 0xC9B8, 0xA38B, 0xC9B9, 0xA38C, 0xC9BA, 0xA38D, 0xC9BB, 0xA38E, 0xC9BC, 0xA38F, 0xC9BD, - 0xA390, 0xC9BE, 0xA391, 0xC9BF, 0xA392, 0xC9C2, 0xA393, 0xC9C3, 0xA394, 0xC9C5, 0xA395, 0xC9C6, 0xA396, 0xC9C9, 0xA397, 0xC9CB, - 0xA398, 0xC9CC, 0xA399, 0xC9CD, 0xA39A, 0xC9CE, 0xA39B, 0xC9CF, 0xA39C, 0xC9D2, 0xA39D, 0xC9D4, 0xA39E, 0xC9D7, 0xA39F, 0xC9D8, - 0xA3A0, 0xC9DB, 0xA3A1, 0xFF01, 0xA3A2, 0xFF02, 0xA3A3, 0xFF03, 0xA3A4, 0xFF04, 0xA3A5, 0xFF05, 0xA3A6, 0xFF06, 0xA3A7, 0xFF07, - 0xA3A8, 0xFF08, 0xA3A9, 0xFF09, 0xA3AA, 0xFF0A, 0xA3AB, 0xFF0B, 0xA3AC, 0xFF0C, 0xA3AD, 0xFF0D, 0xA3AE, 0xFF0E, 0xA3AF, 0xFF0F, - 0xA3B0, 0xFF10, 0xA3B1, 0xFF11, 0xA3B2, 0xFF12, 0xA3B3, 0xFF13, 0xA3B4, 0xFF14, 0xA3B5, 0xFF15, 0xA3B6, 0xFF16, 0xA3B7, 0xFF17, - 0xA3B8, 0xFF18, 0xA3B9, 0xFF19, 0xA3BA, 0xFF1A, 0xA3BB, 0xFF1B, 0xA3BC, 0xFF1C, 0xA3BD, 0xFF1D, 0xA3BE, 0xFF1E, 0xA3BF, 0xFF1F, - 0xA3C0, 0xFF20, 0xA3C1, 0xFF21, 0xA3C2, 0xFF22, 0xA3C3, 0xFF23, 0xA3C4, 0xFF24, 0xA3C5, 0xFF25, 0xA3C6, 0xFF26, 0xA3C7, 0xFF27, - 0xA3C8, 0xFF28, 0xA3C9, 0xFF29, 0xA3CA, 0xFF2A, 0xA3CB, 0xFF2B, 0xA3CC, 0xFF2C, 0xA3CD, 0xFF2D, 0xA3CE, 0xFF2E, 0xA3CF, 0xFF2F, - 0xA3D0, 0xFF30, 0xA3D1, 0xFF31, 0xA3D2, 0xFF32, 0xA3D3, 0xFF33, 0xA3D4, 0xFF34, 0xA3D5, 0xFF35, 0xA3D6, 0xFF36, 0xA3D7, 0xFF37, - 0xA3D8, 0xFF38, 0xA3D9, 0xFF39, 0xA3DA, 0xFF3A, 0xA3DB, 0xFF3B, 0xA3DC, 0xFFE6, 0xA3DD, 0xFF3D, 0xA3DE, 0xFF3E, 0xA3DF, 0xFF3F, - 0xA3E0, 0xFF40, 0xA3E1, 0xFF41, 0xA3E2, 0xFF42, 0xA3E3, 0xFF43, 0xA3E4, 0xFF44, 0xA3E5, 0xFF45, 0xA3E6, 0xFF46, 0xA3E7, 0xFF47, - 0xA3E8, 0xFF48, 0xA3E9, 0xFF49, 0xA3EA, 0xFF4A, 0xA3EB, 0xFF4B, 0xA3EC, 0xFF4C, 0xA3ED, 0xFF4D, 0xA3EE, 0xFF4E, 0xA3EF, 0xFF4F, - 0xA3F0, 0xFF50, 0xA3F1, 0xFF51, 0xA3F2, 0xFF52, 0xA3F3, 0xFF53, 0xA3F4, 0xFF54, 0xA3F5, 0xFF55, 0xA3F6, 0xFF56, 0xA3F7, 0xFF57, - 0xA3F8, 0xFF58, 0xA3F9, 0xFF59, 0xA3FA, 0xFF5A, 0xA3FB, 0xFF5B, 0xA3FC, 0xFF5C, 0xA3FD, 0xFF5D, 0xA3FE, 0xFFE3, 0xA441, 0xC9DE, - 0xA442, 0xC9DF, 0xA443, 0xC9E1, 0xA444, 0xC9E3, 0xA445, 0xC9E5, 0xA446, 0xC9E6, 0xA447, 0xC9E8, 0xA448, 0xC9E9, 0xA449, 0xC9EA, - 0xA44A, 0xC9EB, 0xA44B, 0xC9EE, 0xA44C, 0xC9F2, 0xA44D, 0xC9F3, 0xA44E, 0xC9F4, 0xA44F, 0xC9F5, 0xA450, 0xC9F6, 0xA451, 0xC9F7, - 0xA452, 0xC9FA, 0xA453, 0xC9FB, 0xA454, 0xC9FD, 0xA455, 0xC9FE, 0xA456, 0xC9FF, 0xA457, 0xCA01, 0xA458, 0xCA02, 0xA459, 0xCA03, - 0xA45A, 0xCA04, 0xA461, 0xCA05, 0xA462, 0xCA06, 0xA463, 0xCA07, 0xA464, 0xCA0A, 0xA465, 0xCA0E, 0xA466, 0xCA0F, 0xA467, 0xCA10, - 0xA468, 0xCA11, 0xA469, 0xCA12, 0xA46A, 0xCA13, 0xA46B, 0xCA15, 0xA46C, 0xCA16, 0xA46D, 0xCA17, 0xA46E, 0xCA19, 0xA46F, 0xCA1A, - 0xA470, 0xCA1B, 0xA471, 0xCA1C, 0xA472, 0xCA1D, 0xA473, 0xCA1E, 0xA474, 0xCA1F, 0xA475, 0xCA20, 0xA476, 0xCA21, 0xA477, 0xCA22, - 0xA478, 0xCA23, 0xA479, 0xCA24, 0xA47A, 0xCA25, 0xA481, 0xCA26, 0xA482, 0xCA27, 0xA483, 0xCA28, 0xA484, 0xCA2A, 0xA485, 0xCA2B, - 0xA486, 0xCA2C, 0xA487, 0xCA2D, 0xA488, 0xCA2E, 0xA489, 0xCA2F, 0xA48A, 0xCA30, 0xA48B, 0xCA31, 0xA48C, 0xCA32, 0xA48D, 0xCA33, - 0xA48E, 0xCA34, 0xA48F, 0xCA35, 0xA490, 0xCA36, 0xA491, 0xCA37, 0xA492, 0xCA38, 0xA493, 0xCA39, 0xA494, 0xCA3A, 0xA495, 0xCA3B, - 0xA496, 0xCA3C, 0xA497, 0xCA3D, 0xA498, 0xCA3E, 0xA499, 0xCA3F, 0xA49A, 0xCA40, 0xA49B, 0xCA41, 0xA49C, 0xCA42, 0xA49D, 0xCA43, - 0xA49E, 0xCA44, 0xA49F, 0xCA45, 0xA4A0, 0xCA46, 0xA4A1, 0x3131, 0xA4A2, 0x3132, 0xA4A3, 0x3133, 0xA4A4, 0x3134, 0xA4A5, 0x3135, - 0xA4A6, 0x3136, 0xA4A7, 0x3137, 0xA4A8, 0x3138, 0xA4A9, 0x3139, 0xA4AA, 0x313A, 0xA4AB, 0x313B, 0xA4AC, 0x313C, 0xA4AD, 0x313D, - 0xA4AE, 0x313E, 0xA4AF, 0x313F, 0xA4B0, 0x3140, 0xA4B1, 0x3141, 0xA4B2, 0x3142, 0xA4B3, 0x3143, 0xA4B4, 0x3144, 0xA4B5, 0x3145, - 0xA4B6, 0x3146, 0xA4B7, 0x3147, 0xA4B8, 0x3148, 0xA4B9, 0x3149, 0xA4BA, 0x314A, 0xA4BB, 0x314B, 0xA4BC, 0x314C, 0xA4BD, 0x314D, - 0xA4BE, 0x314E, 0xA4BF, 0x314F, 0xA4C0, 0x3150, 0xA4C1, 0x3151, 0xA4C2, 0x3152, 0xA4C3, 0x3153, 0xA4C4, 0x3154, 0xA4C5, 0x3155, - 0xA4C6, 0x3156, 0xA4C7, 0x3157, 0xA4C8, 0x3158, 0xA4C9, 0x3159, 0xA4CA, 0x315A, 0xA4CB, 0x315B, 0xA4CC, 0x315C, 0xA4CD, 0x315D, - 0xA4CE, 0x315E, 0xA4CF, 0x315F, 0xA4D0, 0x3160, 0xA4D1, 0x3161, 0xA4D2, 0x3162, 0xA4D3, 0x3163, 0xA4D4, 0x3164, 0xA4D5, 0x3165, - 0xA4D6, 0x3166, 0xA4D7, 0x3167, 0xA4D8, 0x3168, 0xA4D9, 0x3169, 0xA4DA, 0x316A, 0xA4DB, 0x316B, 0xA4DC, 0x316C, 0xA4DD, 0x316D, - 0xA4DE, 0x316E, 0xA4DF, 0x316F, 0xA4E0, 0x3170, 0xA4E1, 0x3171, 0xA4E2, 0x3172, 0xA4E3, 0x3173, 0xA4E4, 0x3174, 0xA4E5, 0x3175, - 0xA4E6, 0x3176, 0xA4E7, 0x3177, 0xA4E8, 0x3178, 0xA4E9, 0x3179, 0xA4EA, 0x317A, 0xA4EB, 0x317B, 0xA4EC, 0x317C, 0xA4ED, 0x317D, - 0xA4EE, 0x317E, 0xA4EF, 0x317F, 0xA4F0, 0x3180, 0xA4F1, 0x3181, 0xA4F2, 0x3182, 0xA4F3, 0x3183, 0xA4F4, 0x3184, 0xA4F5, 0x3185, - 0xA4F6, 0x3186, 0xA4F7, 0x3187, 0xA4F8, 0x3188, 0xA4F9, 0x3189, 0xA4FA, 0x318A, 0xA4FB, 0x318B, 0xA4FC, 0x318C, 0xA4FD, 0x318D, - 0xA4FE, 0x318E, 0xA541, 0xCA47, 0xA542, 0xCA48, 0xA543, 0xCA49, 0xA544, 0xCA4A, 0xA545, 0xCA4B, 0xA546, 0xCA4E, 0xA547, 0xCA4F, - 0xA548, 0xCA51, 0xA549, 0xCA52, 0xA54A, 0xCA53, 0xA54B, 0xCA55, 0xA54C, 0xCA56, 0xA54D, 0xCA57, 0xA54E, 0xCA58, 0xA54F, 0xCA59, - 0xA550, 0xCA5A, 0xA551, 0xCA5B, 0xA552, 0xCA5E, 0xA553, 0xCA62, 0xA554, 0xCA63, 0xA555, 0xCA64, 0xA556, 0xCA65, 0xA557, 0xCA66, - 0xA558, 0xCA67, 0xA559, 0xCA69, 0xA55A, 0xCA6A, 0xA561, 0xCA6B, 0xA562, 0xCA6C, 0xA563, 0xCA6D, 0xA564, 0xCA6E, 0xA565, 0xCA6F, - 0xA566, 0xCA70, 0xA567, 0xCA71, 0xA568, 0xCA72, 0xA569, 0xCA73, 0xA56A, 0xCA74, 0xA56B, 0xCA75, 0xA56C, 0xCA76, 0xA56D, 0xCA77, - 0xA56E, 0xCA78, 0xA56F, 0xCA79, 0xA570, 0xCA7A, 0xA571, 0xCA7B, 0xA572, 0xCA7C, 0xA573, 0xCA7E, 0xA574, 0xCA7F, 0xA575, 0xCA80, - 0xA576, 0xCA81, 0xA577, 0xCA82, 0xA578, 0xCA83, 0xA579, 0xCA85, 0xA57A, 0xCA86, 0xA581, 0xCA87, 0xA582, 0xCA88, 0xA583, 0xCA89, - 0xA584, 0xCA8A, 0xA585, 0xCA8B, 0xA586, 0xCA8C, 0xA587, 0xCA8D, 0xA588, 0xCA8E, 0xA589, 0xCA8F, 0xA58A, 0xCA90, 0xA58B, 0xCA91, - 0xA58C, 0xCA92, 0xA58D, 0xCA93, 0xA58E, 0xCA94, 0xA58F, 0xCA95, 0xA590, 0xCA96, 0xA591, 0xCA97, 0xA592, 0xCA99, 0xA593, 0xCA9A, - 0xA594, 0xCA9B, 0xA595, 0xCA9C, 0xA596, 0xCA9D, 0xA597, 0xCA9E, 0xA598, 0xCA9F, 0xA599, 0xCAA0, 0xA59A, 0xCAA1, 0xA59B, 0xCAA2, - 0xA59C, 0xCAA3, 0xA59D, 0xCAA4, 0xA59E, 0xCAA5, 0xA59F, 0xCAA6, 0xA5A0, 0xCAA7, 0xA5A1, 0x2170, 0xA5A2, 0x2171, 0xA5A3, 0x2172, - 0xA5A4, 0x2173, 0xA5A5, 0x2174, 0xA5A6, 0x2175, 0xA5A7, 0x2176, 0xA5A8, 0x2177, 0xA5A9, 0x2178, 0xA5AA, 0x2179, 0xA5B0, 0x2160, - 0xA5B1, 0x2161, 0xA5B2, 0x2162, 0xA5B3, 0x2163, 0xA5B4, 0x2164, 0xA5B5, 0x2165, 0xA5B6, 0x2166, 0xA5B7, 0x2167, 0xA5B8, 0x2168, - 0xA5B9, 0x2169, 0xA5C1, 0x0391, 0xA5C2, 0x0392, 0xA5C3, 0x0393, 0xA5C4, 0x0394, 0xA5C5, 0x0395, 0xA5C6, 0x0396, 0xA5C7, 0x0397, - 0xA5C8, 0x0398, 0xA5C9, 0x0399, 0xA5CA, 0x039A, 0xA5CB, 0x039B, 0xA5CC, 0x039C, 0xA5CD, 0x039D, 0xA5CE, 0x039E, 0xA5CF, 0x039F, - 0xA5D0, 0x03A0, 0xA5D1, 0x03A1, 0xA5D2, 0x03A3, 0xA5D3, 0x03A4, 0xA5D4, 0x03A5, 0xA5D5, 0x03A6, 0xA5D6, 0x03A7, 0xA5D7, 0x03A8, - 0xA5D8, 0x03A9, 0xA5E1, 0x03B1, 0xA5E2, 0x03B2, 0xA5E3, 0x03B3, 0xA5E4, 0x03B4, 0xA5E5, 0x03B5, 0xA5E6, 0x03B6, 0xA5E7, 0x03B7, - 0xA5E8, 0x03B8, 0xA5E9, 0x03B9, 0xA5EA, 0x03BA, 0xA5EB, 0x03BB, 0xA5EC, 0x03BC, 0xA5ED, 0x03BD, 0xA5EE, 0x03BE, 0xA5EF, 0x03BF, - 0xA5F0, 0x03C0, 0xA5F1, 0x03C1, 0xA5F2, 0x03C3, 0xA5F3, 0x03C4, 0xA5F4, 0x03C5, 0xA5F5, 0x03C6, 0xA5F6, 0x03C7, 0xA5F7, 0x03C8, - 0xA5F8, 0x03C9, 0xA641, 0xCAA8, 0xA642, 0xCAA9, 0xA643, 0xCAAA, 0xA644, 0xCAAB, 0xA645, 0xCAAC, 0xA646, 0xCAAD, 0xA647, 0xCAAE, - 0xA648, 0xCAAF, 0xA649, 0xCAB0, 0xA64A, 0xCAB1, 0xA64B, 0xCAB2, 0xA64C, 0xCAB3, 0xA64D, 0xCAB4, 0xA64E, 0xCAB5, 0xA64F, 0xCAB6, - 0xA650, 0xCAB7, 0xA651, 0xCAB8, 0xA652, 0xCAB9, 0xA653, 0xCABA, 0xA654, 0xCABB, 0xA655, 0xCABE, 0xA656, 0xCABF, 0xA657, 0xCAC1, - 0xA658, 0xCAC2, 0xA659, 0xCAC3, 0xA65A, 0xCAC5, 0xA661, 0xCAC6, 0xA662, 0xCAC7, 0xA663, 0xCAC8, 0xA664, 0xCAC9, 0xA665, 0xCACA, - 0xA666, 0xCACB, 0xA667, 0xCACE, 0xA668, 0xCAD0, 0xA669, 0xCAD2, 0xA66A, 0xCAD4, 0xA66B, 0xCAD5, 0xA66C, 0xCAD6, 0xA66D, 0xCAD7, - 0xA66E, 0xCADA, 0xA66F, 0xCADB, 0xA670, 0xCADC, 0xA671, 0xCADD, 0xA672, 0xCADE, 0xA673, 0xCADF, 0xA674, 0xCAE1, 0xA675, 0xCAE2, - 0xA676, 0xCAE3, 0xA677, 0xCAE4, 0xA678, 0xCAE5, 0xA679, 0xCAE6, 0xA67A, 0xCAE7, 0xA681, 0xCAE8, 0xA682, 0xCAE9, 0xA683, 0xCAEA, - 0xA684, 0xCAEB, 0xA685, 0xCAED, 0xA686, 0xCAEE, 0xA687, 0xCAEF, 0xA688, 0xCAF0, 0xA689, 0xCAF1, 0xA68A, 0xCAF2, 0xA68B, 0xCAF3, - 0xA68C, 0xCAF5, 0xA68D, 0xCAF6, 0xA68E, 0xCAF7, 0xA68F, 0xCAF8, 0xA690, 0xCAF9, 0xA691, 0xCAFA, 0xA692, 0xCAFB, 0xA693, 0xCAFC, - 0xA694, 0xCAFD, 0xA695, 0xCAFE, 0xA696, 0xCAFF, 0xA697, 0xCB00, 0xA698, 0xCB01, 0xA699, 0xCB02, 0xA69A, 0xCB03, 0xA69B, 0xCB04, - 0xA69C, 0xCB05, 0xA69D, 0xCB06, 0xA69E, 0xCB07, 0xA69F, 0xCB09, 0xA6A0, 0xCB0A, 0xA6A1, 0x2500, 0xA6A2, 0x2502, 0xA6A3, 0x250C, - 0xA6A4, 0x2510, 0xA6A5, 0x2518, 0xA6A6, 0x2514, 0xA6A7, 0x251C, 0xA6A8, 0x252C, 0xA6A9, 0x2524, 0xA6AA, 0x2534, 0xA6AB, 0x253C, - 0xA6AC, 0x2501, 0xA6AD, 0x2503, 0xA6AE, 0x250F, 0xA6AF, 0x2513, 0xA6B0, 0x251B, 0xA6B1, 0x2517, 0xA6B2, 0x2523, 0xA6B3, 0x2533, - 0xA6B4, 0x252B, 0xA6B5, 0x253B, 0xA6B6, 0x254B, 0xA6B7, 0x2520, 0xA6B8, 0x252F, 0xA6B9, 0x2528, 0xA6BA, 0x2537, 0xA6BB, 0x253F, - 0xA6BC, 0x251D, 0xA6BD, 0x2530, 0xA6BE, 0x2525, 0xA6BF, 0x2538, 0xA6C0, 0x2542, 0xA6C1, 0x2512, 0xA6C2, 0x2511, 0xA6C3, 0x251A, - 0xA6C4, 0x2519, 0xA6C5, 0x2516, 0xA6C6, 0x2515, 0xA6C7, 0x250E, 0xA6C8, 0x250D, 0xA6C9, 0x251E, 0xA6CA, 0x251F, 0xA6CB, 0x2521, - 0xA6CC, 0x2522, 0xA6CD, 0x2526, 0xA6CE, 0x2527, 0xA6CF, 0x2529, 0xA6D0, 0x252A, 0xA6D1, 0x252D, 0xA6D2, 0x252E, 0xA6D3, 0x2531, - 0xA6D4, 0x2532, 0xA6D5, 0x2535, 0xA6D6, 0x2536, 0xA6D7, 0x2539, 0xA6D8, 0x253A, 0xA6D9, 0x253D, 0xA6DA, 0x253E, 0xA6DB, 0x2540, - 0xA6DC, 0x2541, 0xA6DD, 0x2543, 0xA6DE, 0x2544, 0xA6DF, 0x2545, 0xA6E0, 0x2546, 0xA6E1, 0x2547, 0xA6E2, 0x2548, 0xA6E3, 0x2549, - 0xA6E4, 0x254A, 0xA741, 0xCB0B, 0xA742, 0xCB0C, 0xA743, 0xCB0D, 0xA744, 0xCB0E, 0xA745, 0xCB0F, 0xA746, 0xCB11, 0xA747, 0xCB12, - 0xA748, 0xCB13, 0xA749, 0xCB15, 0xA74A, 0xCB16, 0xA74B, 0xCB17, 0xA74C, 0xCB19, 0xA74D, 0xCB1A, 0xA74E, 0xCB1B, 0xA74F, 0xCB1C, - 0xA750, 0xCB1D, 0xA751, 0xCB1E, 0xA752, 0xCB1F, 0xA753, 0xCB22, 0xA754, 0xCB23, 0xA755, 0xCB24, 0xA756, 0xCB25, 0xA757, 0xCB26, - 0xA758, 0xCB27, 0xA759, 0xCB28, 0xA75A, 0xCB29, 0xA761, 0xCB2A, 0xA762, 0xCB2B, 0xA763, 0xCB2C, 0xA764, 0xCB2D, 0xA765, 0xCB2E, - 0xA766, 0xCB2F, 0xA767, 0xCB30, 0xA768, 0xCB31, 0xA769, 0xCB32, 0xA76A, 0xCB33, 0xA76B, 0xCB34, 0xA76C, 0xCB35, 0xA76D, 0xCB36, - 0xA76E, 0xCB37, 0xA76F, 0xCB38, 0xA770, 0xCB39, 0xA771, 0xCB3A, 0xA772, 0xCB3B, 0xA773, 0xCB3C, 0xA774, 0xCB3D, 0xA775, 0xCB3E, - 0xA776, 0xCB3F, 0xA777, 0xCB40, 0xA778, 0xCB42, 0xA779, 0xCB43, 0xA77A, 0xCB44, 0xA781, 0xCB45, 0xA782, 0xCB46, 0xA783, 0xCB47, - 0xA784, 0xCB4A, 0xA785, 0xCB4B, 0xA786, 0xCB4D, 0xA787, 0xCB4E, 0xA788, 0xCB4F, 0xA789, 0xCB51, 0xA78A, 0xCB52, 0xA78B, 0xCB53, - 0xA78C, 0xCB54, 0xA78D, 0xCB55, 0xA78E, 0xCB56, 0xA78F, 0xCB57, 0xA790, 0xCB5A, 0xA791, 0xCB5B, 0xA792, 0xCB5C, 0xA793, 0xCB5E, - 0xA794, 0xCB5F, 0xA795, 0xCB60, 0xA796, 0xCB61, 0xA797, 0xCB62, 0xA798, 0xCB63, 0xA799, 0xCB65, 0xA79A, 0xCB66, 0xA79B, 0xCB67, - 0xA79C, 0xCB68, 0xA79D, 0xCB69, 0xA79E, 0xCB6A, 0xA79F, 0xCB6B, 0xA7A0, 0xCB6C, 0xA7A1, 0x3395, 0xA7A2, 0x3396, 0xA7A3, 0x3397, - 0xA7A4, 0x2113, 0xA7A5, 0x3398, 0xA7A6, 0x33C4, 0xA7A7, 0x33A3, 0xA7A8, 0x33A4, 0xA7A9, 0x33A5, 0xA7AA, 0x33A6, 0xA7AB, 0x3399, - 0xA7AC, 0x339A, 0xA7AD, 0x339B, 0xA7AE, 0x339C, 0xA7AF, 0x339D, 0xA7B0, 0x339E, 0xA7B1, 0x339F, 0xA7B2, 0x33A0, 0xA7B3, 0x33A1, - 0xA7B4, 0x33A2, 0xA7B5, 0x33CA, 0xA7B6, 0x338D, 0xA7B7, 0x338E, 0xA7B8, 0x338F, 0xA7B9, 0x33CF, 0xA7BA, 0x3388, 0xA7BB, 0x3389, - 0xA7BC, 0x33C8, 0xA7BD, 0x33A7, 0xA7BE, 0x33A8, 0xA7BF, 0x33B0, 0xA7C0, 0x33B1, 0xA7C1, 0x33B2, 0xA7C2, 0x33B3, 0xA7C3, 0x33B4, - 0xA7C4, 0x33B5, 0xA7C5, 0x33B6, 0xA7C6, 0x33B7, 0xA7C7, 0x33B8, 0xA7C8, 0x33B9, 0xA7C9, 0x3380, 0xA7CA, 0x3381, 0xA7CB, 0x3382, - 0xA7CC, 0x3383, 0xA7CD, 0x3384, 0xA7CE, 0x33BA, 0xA7CF, 0x33BB, 0xA7D0, 0x33BC, 0xA7D1, 0x33BD, 0xA7D2, 0x33BE, 0xA7D3, 0x33BF, - 0xA7D4, 0x3390, 0xA7D5, 0x3391, 0xA7D6, 0x3392, 0xA7D7, 0x3393, 0xA7D8, 0x3394, 0xA7D9, 0x2126, 0xA7DA, 0x33C0, 0xA7DB, 0x33C1, - 0xA7DC, 0x338A, 0xA7DD, 0x338B, 0xA7DE, 0x338C, 0xA7DF, 0x33D6, 0xA7E0, 0x33C5, 0xA7E1, 0x33AD, 0xA7E2, 0x33AE, 0xA7E3, 0x33AF, - 0xA7E4, 0x33DB, 0xA7E5, 0x33A9, 0xA7E6, 0x33AA, 0xA7E7, 0x33AB, 0xA7E8, 0x33AC, 0xA7E9, 0x33DD, 0xA7EA, 0x33D0, 0xA7EB, 0x33D3, - 0xA7EC, 0x33C3, 0xA7ED, 0x33C9, 0xA7EE, 0x33DC, 0xA7EF, 0x33C6, 0xA841, 0xCB6D, 0xA842, 0xCB6E, 0xA843, 0xCB6F, 0xA844, 0xCB70, - 0xA845, 0xCB71, 0xA846, 0xCB72, 0xA847, 0xCB73, 0xA848, 0xCB74, 0xA849, 0xCB75, 0xA84A, 0xCB76, 0xA84B, 0xCB77, 0xA84C, 0xCB7A, - 0xA84D, 0xCB7B, 0xA84E, 0xCB7C, 0xA84F, 0xCB7D, 0xA850, 0xCB7E, 0xA851, 0xCB7F, 0xA852, 0xCB80, 0xA853, 0xCB81, 0xA854, 0xCB82, - 0xA855, 0xCB83, 0xA856, 0xCB84, 0xA857, 0xCB85, 0xA858, 0xCB86, 0xA859, 0xCB87, 0xA85A, 0xCB88, 0xA861, 0xCB89, 0xA862, 0xCB8A, - 0xA863, 0xCB8B, 0xA864, 0xCB8C, 0xA865, 0xCB8D, 0xA866, 0xCB8E, 0xA867, 0xCB8F, 0xA868, 0xCB90, 0xA869, 0xCB91, 0xA86A, 0xCB92, - 0xA86B, 0xCB93, 0xA86C, 0xCB94, 0xA86D, 0xCB95, 0xA86E, 0xCB96, 0xA86F, 0xCB97, 0xA870, 0xCB98, 0xA871, 0xCB99, 0xA872, 0xCB9A, - 0xA873, 0xCB9B, 0xA874, 0xCB9D, 0xA875, 0xCB9E, 0xA876, 0xCB9F, 0xA877, 0xCBA0, 0xA878, 0xCBA1, 0xA879, 0xCBA2, 0xA87A, 0xCBA3, - 0xA881, 0xCBA4, 0xA882, 0xCBA5, 0xA883, 0xCBA6, 0xA884, 0xCBA7, 0xA885, 0xCBA8, 0xA886, 0xCBA9, 0xA887, 0xCBAA, 0xA888, 0xCBAB, - 0xA889, 0xCBAC, 0xA88A, 0xCBAD, 0xA88B, 0xCBAE, 0xA88C, 0xCBAF, 0xA88D, 0xCBB0, 0xA88E, 0xCBB1, 0xA88F, 0xCBB2, 0xA890, 0xCBB3, - 0xA891, 0xCBB4, 0xA892, 0xCBB5, 0xA893, 0xCBB6, 0xA894, 0xCBB7, 0xA895, 0xCBB9, 0xA896, 0xCBBA, 0xA897, 0xCBBB, 0xA898, 0xCBBC, - 0xA899, 0xCBBD, 0xA89A, 0xCBBE, 0xA89B, 0xCBBF, 0xA89C, 0xCBC0, 0xA89D, 0xCBC1, 0xA89E, 0xCBC2, 0xA89F, 0xCBC3, 0xA8A0, 0xCBC4, - 0xA8A1, 0x00C6, 0xA8A2, 0x00D0, 0xA8A3, 0x00AA, 0xA8A4, 0x0126, 0xA8A6, 0x0132, 0xA8A8, 0x013F, 0xA8A9, 0x0141, 0xA8AA, 0x00D8, - 0xA8AB, 0x0152, 0xA8AC, 0x00BA, 0xA8AD, 0x00DE, 0xA8AE, 0x0166, 0xA8AF, 0x014A, 0xA8B1, 0x3260, 0xA8B2, 0x3261, 0xA8B3, 0x3262, - 0xA8B4, 0x3263, 0xA8B5, 0x3264, 0xA8B6, 0x3265, 0xA8B7, 0x3266, 0xA8B8, 0x3267, 0xA8B9, 0x3268, 0xA8BA, 0x3269, 0xA8BB, 0x326A, - 0xA8BC, 0x326B, 0xA8BD, 0x326C, 0xA8BE, 0x326D, 0xA8BF, 0x326E, 0xA8C0, 0x326F, 0xA8C1, 0x3270, 0xA8C2, 0x3271, 0xA8C3, 0x3272, - 0xA8C4, 0x3273, 0xA8C5, 0x3274, 0xA8C6, 0x3275, 0xA8C7, 0x3276, 0xA8C8, 0x3277, 0xA8C9, 0x3278, 0xA8CA, 0x3279, 0xA8CB, 0x327A, - 0xA8CC, 0x327B, 0xA8CD, 0x24D0, 0xA8CE, 0x24D1, 0xA8CF, 0x24D2, 0xA8D0, 0x24D3, 0xA8D1, 0x24D4, 0xA8D2, 0x24D5, 0xA8D3, 0x24D6, - 0xA8D4, 0x24D7, 0xA8D5, 0x24D8, 0xA8D6, 0x24D9, 0xA8D7, 0x24DA, 0xA8D8, 0x24DB, 0xA8D9, 0x24DC, 0xA8DA, 0x24DD, 0xA8DB, 0x24DE, - 0xA8DC, 0x24DF, 0xA8DD, 0x24E0, 0xA8DE, 0x24E1, 0xA8DF, 0x24E2, 0xA8E0, 0x24E3, 0xA8E1, 0x24E4, 0xA8E2, 0x24E5, 0xA8E3, 0x24E6, - 0xA8E4, 0x24E7, 0xA8E5, 0x24E8, 0xA8E6, 0x24E9, 0xA8E7, 0x2460, 0xA8E8, 0x2461, 0xA8E9, 0x2462, 0xA8EA, 0x2463, 0xA8EB, 0x2464, - 0xA8EC, 0x2465, 0xA8ED, 0x2466, 0xA8EE, 0x2467, 0xA8EF, 0x2468, 0xA8F0, 0x2469, 0xA8F1, 0x246A, 0xA8F2, 0x246B, 0xA8F3, 0x246C, - 0xA8F4, 0x246D, 0xA8F5, 0x246E, 0xA8F6, 0x00BD, 0xA8F7, 0x2153, 0xA8F8, 0x2154, 0xA8F9, 0x00BC, 0xA8FA, 0x00BE, 0xA8FB, 0x215B, - 0xA8FC, 0x215C, 0xA8FD, 0x215D, 0xA8FE, 0x215E, 0xA941, 0xCBC5, 0xA942, 0xCBC6, 0xA943, 0xCBC7, 0xA944, 0xCBC8, 0xA945, 0xCBC9, - 0xA946, 0xCBCA, 0xA947, 0xCBCB, 0xA948, 0xCBCC, 0xA949, 0xCBCD, 0xA94A, 0xCBCE, 0xA94B, 0xCBCF, 0xA94C, 0xCBD0, 0xA94D, 0xCBD1, - 0xA94E, 0xCBD2, 0xA94F, 0xCBD3, 0xA950, 0xCBD5, 0xA951, 0xCBD6, 0xA952, 0xCBD7, 0xA953, 0xCBD8, 0xA954, 0xCBD9, 0xA955, 0xCBDA, - 0xA956, 0xCBDB, 0xA957, 0xCBDC, 0xA958, 0xCBDD, 0xA959, 0xCBDE, 0xA95A, 0xCBDF, 0xA961, 0xCBE0, 0xA962, 0xCBE1, 0xA963, 0xCBE2, - 0xA964, 0xCBE3, 0xA965, 0xCBE5, 0xA966, 0xCBE6, 0xA967, 0xCBE8, 0xA968, 0xCBEA, 0xA969, 0xCBEB, 0xA96A, 0xCBEC, 0xA96B, 0xCBED, - 0xA96C, 0xCBEE, 0xA96D, 0xCBEF, 0xA96E, 0xCBF0, 0xA96F, 0xCBF1, 0xA970, 0xCBF2, 0xA971, 0xCBF3, 0xA972, 0xCBF4, 0xA973, 0xCBF5, - 0xA974, 0xCBF6, 0xA975, 0xCBF7, 0xA976, 0xCBF8, 0xA977, 0xCBF9, 0xA978, 0xCBFA, 0xA979, 0xCBFB, 0xA97A, 0xCBFC, 0xA981, 0xCBFD, - 0xA982, 0xCBFE, 0xA983, 0xCBFF, 0xA984, 0xCC00, 0xA985, 0xCC01, 0xA986, 0xCC02, 0xA987, 0xCC03, 0xA988, 0xCC04, 0xA989, 0xCC05, - 0xA98A, 0xCC06, 0xA98B, 0xCC07, 0xA98C, 0xCC08, 0xA98D, 0xCC09, 0xA98E, 0xCC0A, 0xA98F, 0xCC0B, 0xA990, 0xCC0E, 0xA991, 0xCC0F, - 0xA992, 0xCC11, 0xA993, 0xCC12, 0xA994, 0xCC13, 0xA995, 0xCC15, 0xA996, 0xCC16, 0xA997, 0xCC17, 0xA998, 0xCC18, 0xA999, 0xCC19, - 0xA99A, 0xCC1A, 0xA99B, 0xCC1B, 0xA99C, 0xCC1E, 0xA99D, 0xCC1F, 0xA99E, 0xCC20, 0xA99F, 0xCC23, 0xA9A0, 0xCC24, 0xA9A1, 0x00E6, - 0xA9A2, 0x0111, 0xA9A3, 0x00F0, 0xA9A4, 0x0127, 0xA9A5, 0x0131, 0xA9A6, 0x0133, 0xA9A7, 0x0138, 0xA9A8, 0x0140, 0xA9A9, 0x0142, - 0xA9AA, 0x00F8, 0xA9AB, 0x0153, 0xA9AC, 0x00DF, 0xA9AD, 0x00FE, 0xA9AE, 0x0167, 0xA9AF, 0x014B, 0xA9B0, 0x0149, 0xA9B1, 0x3200, - 0xA9B2, 0x3201, 0xA9B3, 0x3202, 0xA9B4, 0x3203, 0xA9B5, 0x3204, 0xA9B6, 0x3205, 0xA9B7, 0x3206, 0xA9B8, 0x3207, 0xA9B9, 0x3208, - 0xA9BA, 0x3209, 0xA9BB, 0x320A, 0xA9BC, 0x320B, 0xA9BD, 0x320C, 0xA9BE, 0x320D, 0xA9BF, 0x320E, 0xA9C0, 0x320F, 0xA9C1, 0x3210, - 0xA9C2, 0x3211, 0xA9C3, 0x3212, 0xA9C4, 0x3213, 0xA9C5, 0x3214, 0xA9C6, 0x3215, 0xA9C7, 0x3216, 0xA9C8, 0x3217, 0xA9C9, 0x3218, - 0xA9CA, 0x3219, 0xA9CB, 0x321A, 0xA9CC, 0x321B, 0xA9CD, 0x249C, 0xA9CE, 0x249D, 0xA9CF, 0x249E, 0xA9D0, 0x249F, 0xA9D1, 0x24A0, - 0xA9D2, 0x24A1, 0xA9D3, 0x24A2, 0xA9D4, 0x24A3, 0xA9D5, 0x24A4, 0xA9D6, 0x24A5, 0xA9D7, 0x24A6, 0xA9D8, 0x24A7, 0xA9D9, 0x24A8, - 0xA9DA, 0x24A9, 0xA9DB, 0x24AA, 0xA9DC, 0x24AB, 0xA9DD, 0x24AC, 0xA9DE, 0x24AD, 0xA9DF, 0x24AE, 0xA9E0, 0x24AF, 0xA9E1, 0x24B0, - 0xA9E2, 0x24B1, 0xA9E3, 0x24B2, 0xA9E4, 0x24B3, 0xA9E5, 0x24B4, 0xA9E6, 0x24B5, 0xA9E7, 0x2474, 0xA9E8, 0x2475, 0xA9E9, 0x2476, - 0xA9EA, 0x2477, 0xA9EB, 0x2478, 0xA9EC, 0x2479, 0xA9ED, 0x247A, 0xA9EE, 0x247B, 0xA9EF, 0x247C, 0xA9F0, 0x247D, 0xA9F1, 0x247E, - 0xA9F2, 0x247F, 0xA9F3, 0x2480, 0xA9F4, 0x2481, 0xA9F5, 0x2482, 0xA9F6, 0x00B9, 0xA9F7, 0x00B2, 0xA9F8, 0x00B3, 0xA9F9, 0x2074, - 0xA9FA, 0x207F, 0xA9FB, 0x2081, 0xA9FC, 0x2082, 0xA9FD, 0x2083, 0xA9FE, 0x2084, 0xAA41, 0xCC25, 0xAA42, 0xCC26, 0xAA43, 0xCC2A, - 0xAA44, 0xCC2B, 0xAA45, 0xCC2D, 0xAA46, 0xCC2F, 0xAA47, 0xCC31, 0xAA48, 0xCC32, 0xAA49, 0xCC33, 0xAA4A, 0xCC34, 0xAA4B, 0xCC35, - 0xAA4C, 0xCC36, 0xAA4D, 0xCC37, 0xAA4E, 0xCC3A, 0xAA4F, 0xCC3F, 0xAA50, 0xCC40, 0xAA51, 0xCC41, 0xAA52, 0xCC42, 0xAA53, 0xCC43, - 0xAA54, 0xCC46, 0xAA55, 0xCC47, 0xAA56, 0xCC49, 0xAA57, 0xCC4A, 0xAA58, 0xCC4B, 0xAA59, 0xCC4D, 0xAA5A, 0xCC4E, 0xAA61, 0xCC4F, - 0xAA62, 0xCC50, 0xAA63, 0xCC51, 0xAA64, 0xCC52, 0xAA65, 0xCC53, 0xAA66, 0xCC56, 0xAA67, 0xCC5A, 0xAA68, 0xCC5B, 0xAA69, 0xCC5C, - 0xAA6A, 0xCC5D, 0xAA6B, 0xCC5E, 0xAA6C, 0xCC5F, 0xAA6D, 0xCC61, 0xAA6E, 0xCC62, 0xAA6F, 0xCC63, 0xAA70, 0xCC65, 0xAA71, 0xCC67, - 0xAA72, 0xCC69, 0xAA73, 0xCC6A, 0xAA74, 0xCC6B, 0xAA75, 0xCC6C, 0xAA76, 0xCC6D, 0xAA77, 0xCC6E, 0xAA78, 0xCC6F, 0xAA79, 0xCC71, - 0xAA7A, 0xCC72, 0xAA81, 0xCC73, 0xAA82, 0xCC74, 0xAA83, 0xCC76, 0xAA84, 0xCC77, 0xAA85, 0xCC78, 0xAA86, 0xCC79, 0xAA87, 0xCC7A, - 0xAA88, 0xCC7B, 0xAA89, 0xCC7C, 0xAA8A, 0xCC7D, 0xAA8B, 0xCC7E, 0xAA8C, 0xCC7F, 0xAA8D, 0xCC80, 0xAA8E, 0xCC81, 0xAA8F, 0xCC82, - 0xAA90, 0xCC83, 0xAA91, 0xCC84, 0xAA92, 0xCC85, 0xAA93, 0xCC86, 0xAA94, 0xCC87, 0xAA95, 0xCC88, 0xAA96, 0xCC89, 0xAA97, 0xCC8A, - 0xAA98, 0xCC8B, 0xAA99, 0xCC8C, 0xAA9A, 0xCC8D, 0xAA9B, 0xCC8E, 0xAA9C, 0xCC8F, 0xAA9D, 0xCC90, 0xAA9E, 0xCC91, 0xAA9F, 0xCC92, - 0xAAA0, 0xCC93, 0xAAA1, 0x3041, 0xAAA2, 0x3042, 0xAAA3, 0x3043, 0xAAA4, 0x3044, 0xAAA5, 0x3045, 0xAAA6, 0x3046, 0xAAA7, 0x3047, - 0xAAA8, 0x3048, 0xAAA9, 0x3049, 0xAAAA, 0x304A, 0xAAAB, 0x304B, 0xAAAC, 0x304C, 0xAAAD, 0x304D, 0xAAAE, 0x304E, 0xAAAF, 0x304F, - 0xAAB0, 0x3050, 0xAAB1, 0x3051, 0xAAB2, 0x3052, 0xAAB3, 0x3053, 0xAAB4, 0x3054, 0xAAB5, 0x3055, 0xAAB6, 0x3056, 0xAAB7, 0x3057, - 0xAAB8, 0x3058, 0xAAB9, 0x3059, 0xAABA, 0x305A, 0xAABB, 0x305B, 0xAABC, 0x305C, 0xAABD, 0x305D, 0xAABE, 0x305E, 0xAABF, 0x305F, - 0xAAC0, 0x3060, 0xAAC1, 0x3061, 0xAAC2, 0x3062, 0xAAC3, 0x3063, 0xAAC4, 0x3064, 0xAAC5, 0x3065, 0xAAC6, 0x3066, 0xAAC7, 0x3067, - 0xAAC8, 0x3068, 0xAAC9, 0x3069, 0xAACA, 0x306A, 0xAACB, 0x306B, 0xAACC, 0x306C, 0xAACD, 0x306D, 0xAACE, 0x306E, 0xAACF, 0x306F, - 0xAAD0, 0x3070, 0xAAD1, 0x3071, 0xAAD2, 0x3072, 0xAAD3, 0x3073, 0xAAD4, 0x3074, 0xAAD5, 0x3075, 0xAAD6, 0x3076, 0xAAD7, 0x3077, - 0xAAD8, 0x3078, 0xAAD9, 0x3079, 0xAADA, 0x307A, 0xAADB, 0x307B, 0xAADC, 0x307C, 0xAADD, 0x307D, 0xAADE, 0x307E, 0xAADF, 0x307F, - 0xAAE0, 0x3080, 0xAAE1, 0x3081, 0xAAE2, 0x3082, 0xAAE3, 0x3083, 0xAAE4, 0x3084, 0xAAE5, 0x3085, 0xAAE6, 0x3086, 0xAAE7, 0x3087, - 0xAAE8, 0x3088, 0xAAE9, 0x3089, 0xAAEA, 0x308A, 0xAAEB, 0x308B, 0xAAEC, 0x308C, 0xAAED, 0x308D, 0xAAEE, 0x308E, 0xAAEF, 0x308F, - 0xAAF0, 0x3090, 0xAAF1, 0x3091, 0xAAF2, 0x3092, 0xAAF3, 0x3093, 0xAB41, 0xCC94, 0xAB42, 0xCC95, 0xAB43, 0xCC96, 0xAB44, 0xCC97, - 0xAB45, 0xCC9A, 0xAB46, 0xCC9B, 0xAB47, 0xCC9D, 0xAB48, 0xCC9E, 0xAB49, 0xCC9F, 0xAB4A, 0xCCA1, 0xAB4B, 0xCCA2, 0xAB4C, 0xCCA3, - 0xAB4D, 0xCCA4, 0xAB4E, 0xCCA5, 0xAB4F, 0xCCA6, 0xAB50, 0xCCA7, 0xAB51, 0xCCAA, 0xAB52, 0xCCAE, 0xAB53, 0xCCAF, 0xAB54, 0xCCB0, - 0xAB55, 0xCCB1, 0xAB56, 0xCCB2, 0xAB57, 0xCCB3, 0xAB58, 0xCCB6, 0xAB59, 0xCCB7, 0xAB5A, 0xCCB9, 0xAB61, 0xCCBA, 0xAB62, 0xCCBB, - 0xAB63, 0xCCBD, 0xAB64, 0xCCBE, 0xAB65, 0xCCBF, 0xAB66, 0xCCC0, 0xAB67, 0xCCC1, 0xAB68, 0xCCC2, 0xAB69, 0xCCC3, 0xAB6A, 0xCCC6, - 0xAB6B, 0xCCC8, 0xAB6C, 0xCCCA, 0xAB6D, 0xCCCB, 0xAB6E, 0xCCCC, 0xAB6F, 0xCCCD, 0xAB70, 0xCCCE, 0xAB71, 0xCCCF, 0xAB72, 0xCCD1, - 0xAB73, 0xCCD2, 0xAB74, 0xCCD3, 0xAB75, 0xCCD5, 0xAB76, 0xCCD6, 0xAB77, 0xCCD7, 0xAB78, 0xCCD8, 0xAB79, 0xCCD9, 0xAB7A, 0xCCDA, - 0xAB81, 0xCCDB, 0xAB82, 0xCCDC, 0xAB83, 0xCCDD, 0xAB84, 0xCCDE, 0xAB85, 0xCCDF, 0xAB86, 0xCCE0, 0xAB87, 0xCCE1, 0xAB88, 0xCCE2, - 0xAB89, 0xCCE3, 0xAB8A, 0xCCE5, 0xAB8B, 0xCCE6, 0xAB8C, 0xCCE7, 0xAB8D, 0xCCE8, 0xAB8E, 0xCCE9, 0xAB8F, 0xCCEA, 0xAB90, 0xCCEB, - 0xAB91, 0xCCED, 0xAB92, 0xCCEE, 0xAB93, 0xCCEF, 0xAB94, 0xCCF1, 0xAB95, 0xCCF2, 0xAB96, 0xCCF3, 0xAB97, 0xCCF4, 0xAB98, 0xCCF5, - 0xAB99, 0xCCF6, 0xAB9A, 0xCCF7, 0xAB9B, 0xCCF8, 0xAB9C, 0xCCF9, 0xAB9D, 0xCCFA, 0xAB9E, 0xCCFB, 0xAB9F, 0xCCFC, 0xABA0, 0xCCFD, - 0xABA1, 0x30A1, 0xABA2, 0x30A2, 0xABA3, 0x30A3, 0xABA4, 0x30A4, 0xABA5, 0x30A5, 0xABA6, 0x30A6, 0xABA7, 0x30A7, 0xABA8, 0x30A8, - 0xABA9, 0x30A9, 0xABAA, 0x30AA, 0xABAB, 0x30AB, 0xABAC, 0x30AC, 0xABAD, 0x30AD, 0xABAE, 0x30AE, 0xABAF, 0x30AF, 0xABB0, 0x30B0, - 0xABB1, 0x30B1, 0xABB2, 0x30B2, 0xABB3, 0x30B3, 0xABB4, 0x30B4, 0xABB5, 0x30B5, 0xABB6, 0x30B6, 0xABB7, 0x30B7, 0xABB8, 0x30B8, - 0xABB9, 0x30B9, 0xABBA, 0x30BA, 0xABBB, 0x30BB, 0xABBC, 0x30BC, 0xABBD, 0x30BD, 0xABBE, 0x30BE, 0xABBF, 0x30BF, 0xABC0, 0x30C0, - 0xABC1, 0x30C1, 0xABC2, 0x30C2, 0xABC3, 0x30C3, 0xABC4, 0x30C4, 0xABC5, 0x30C5, 0xABC6, 0x30C6, 0xABC7, 0x30C7, 0xABC8, 0x30C8, - 0xABC9, 0x30C9, 0xABCA, 0x30CA, 0xABCB, 0x30CB, 0xABCC, 0x30CC, 0xABCD, 0x30CD, 0xABCE, 0x30CE, 0xABCF, 0x30CF, 0xABD0, 0x30D0, - 0xABD1, 0x30D1, 0xABD2, 0x30D2, 0xABD3, 0x30D3, 0xABD4, 0x30D4, 0xABD5, 0x30D5, 0xABD6, 0x30D6, 0xABD7, 0x30D7, 0xABD8, 0x30D8, - 0xABD9, 0x30D9, 0xABDA, 0x30DA, 0xABDB, 0x30DB, 0xABDC, 0x30DC, 0xABDD, 0x30DD, 0xABDE, 0x30DE, 0xABDF, 0x30DF, 0xABE0, 0x30E0, - 0xABE1, 0x30E1, 0xABE2, 0x30E2, 0xABE3, 0x30E3, 0xABE4, 0x30E4, 0xABE5, 0x30E5, 0xABE6, 0x30E6, 0xABE7, 0x30E7, 0xABE8, 0x30E8, - 0xABE9, 0x30E9, 0xABEA, 0x30EA, 0xABEB, 0x30EB, 0xABEC, 0x30EC, 0xABED, 0x30ED, 0xABEE, 0x30EE, 0xABEF, 0x30EF, 0xABF0, 0x30F0, - 0xABF1, 0x30F1, 0xABF2, 0x30F2, 0xABF3, 0x30F3, 0xABF4, 0x30F4, 0xABF5, 0x30F5, 0xABF6, 0x30F6, 0xAC41, 0xCCFE, 0xAC42, 0xCCFF, - 0xAC43, 0xCD00, 0xAC44, 0xCD02, 0xAC45, 0xCD03, 0xAC46, 0xCD04, 0xAC47, 0xCD05, 0xAC48, 0xCD06, 0xAC49, 0xCD07, 0xAC4A, 0xCD0A, - 0xAC4B, 0xCD0B, 0xAC4C, 0xCD0D, 0xAC4D, 0xCD0E, 0xAC4E, 0xCD0F, 0xAC4F, 0xCD11, 0xAC50, 0xCD12, 0xAC51, 0xCD13, 0xAC52, 0xCD14, - 0xAC53, 0xCD15, 0xAC54, 0xCD16, 0xAC55, 0xCD17, 0xAC56, 0xCD1A, 0xAC57, 0xCD1C, 0xAC58, 0xCD1E, 0xAC59, 0xCD1F, 0xAC5A, 0xCD20, - 0xAC61, 0xCD21, 0xAC62, 0xCD22, 0xAC63, 0xCD23, 0xAC64, 0xCD25, 0xAC65, 0xCD26, 0xAC66, 0xCD27, 0xAC67, 0xCD29, 0xAC68, 0xCD2A, - 0xAC69, 0xCD2B, 0xAC6A, 0xCD2D, 0xAC6B, 0xCD2E, 0xAC6C, 0xCD2F, 0xAC6D, 0xCD30, 0xAC6E, 0xCD31, 0xAC6F, 0xCD32, 0xAC70, 0xCD33, - 0xAC71, 0xCD34, 0xAC72, 0xCD35, 0xAC73, 0xCD36, 0xAC74, 0xCD37, 0xAC75, 0xCD38, 0xAC76, 0xCD3A, 0xAC77, 0xCD3B, 0xAC78, 0xCD3C, - 0xAC79, 0xCD3D, 0xAC7A, 0xCD3E, 0xAC81, 0xCD3F, 0xAC82, 0xCD40, 0xAC83, 0xCD41, 0xAC84, 0xCD42, 0xAC85, 0xCD43, 0xAC86, 0xCD44, - 0xAC87, 0xCD45, 0xAC88, 0xCD46, 0xAC89, 0xCD47, 0xAC8A, 0xCD48, 0xAC8B, 0xCD49, 0xAC8C, 0xCD4A, 0xAC8D, 0xCD4B, 0xAC8E, 0xCD4C, - 0xAC8F, 0xCD4D, 0xAC90, 0xCD4E, 0xAC91, 0xCD4F, 0xAC92, 0xCD50, 0xAC93, 0xCD51, 0xAC94, 0xCD52, 0xAC95, 0xCD53, 0xAC96, 0xCD54, - 0xAC97, 0xCD55, 0xAC98, 0xCD56, 0xAC99, 0xCD57, 0xAC9A, 0xCD58, 0xAC9B, 0xCD59, 0xAC9C, 0xCD5A, 0xAC9D, 0xCD5B, 0xAC9E, 0xCD5D, - 0xAC9F, 0xCD5E, 0xACA0, 0xCD5F, 0xACA1, 0x0410, 0xACA2, 0x0411, 0xACA3, 0x0412, 0xACA4, 0x0413, 0xACA5, 0x0414, 0xACA6, 0x0415, - 0xACA7, 0x0401, 0xACA8, 0x0416, 0xACA9, 0x0417, 0xACAA, 0x0418, 0xACAB, 0x0419, 0xACAC, 0x041A, 0xACAD, 0x041B, 0xACAE, 0x041C, - 0xACAF, 0x041D, 0xACB0, 0x041E, 0xACB1, 0x041F, 0xACB2, 0x0420, 0xACB3, 0x0421, 0xACB4, 0x0422, 0xACB5, 0x0423, 0xACB6, 0x0424, - 0xACB7, 0x0425, 0xACB8, 0x0426, 0xACB9, 0x0427, 0xACBA, 0x0428, 0xACBB, 0x0429, 0xACBC, 0x042A, 0xACBD, 0x042B, 0xACBE, 0x042C, - 0xACBF, 0x042D, 0xACC0, 0x042E, 0xACC1, 0x042F, 0xACD1, 0x0430, 0xACD2, 0x0431, 0xACD3, 0x0432, 0xACD4, 0x0433, 0xACD5, 0x0434, - 0xACD6, 0x0435, 0xACD7, 0x0451, 0xACD8, 0x0436, 0xACD9, 0x0437, 0xACDA, 0x0438, 0xACDB, 0x0439, 0xACDC, 0x043A, 0xACDD, 0x043B, - 0xACDE, 0x043C, 0xACDF, 0x043D, 0xACE0, 0x043E, 0xACE1, 0x043F, 0xACE2, 0x0440, 0xACE3, 0x0441, 0xACE4, 0x0442, 0xACE5, 0x0443, - 0xACE6, 0x0444, 0xACE7, 0x0445, 0xACE8, 0x0446, 0xACE9, 0x0447, 0xACEA, 0x0448, 0xACEB, 0x0449, 0xACEC, 0x044A, 0xACED, 0x044B, - 0xACEE, 0x044C, 0xACEF, 0x044D, 0xACF0, 0x044E, 0xACF1, 0x044F, 0xAD41, 0xCD61, 0xAD42, 0xCD62, 0xAD43, 0xCD63, 0xAD44, 0xCD65, - 0xAD45, 0xCD66, 0xAD46, 0xCD67, 0xAD47, 0xCD68, 0xAD48, 0xCD69, 0xAD49, 0xCD6A, 0xAD4A, 0xCD6B, 0xAD4B, 0xCD6E, 0xAD4C, 0xCD70, - 0xAD4D, 0xCD72, 0xAD4E, 0xCD73, 0xAD4F, 0xCD74, 0xAD50, 0xCD75, 0xAD51, 0xCD76, 0xAD52, 0xCD77, 0xAD53, 0xCD79, 0xAD54, 0xCD7A, - 0xAD55, 0xCD7B, 0xAD56, 0xCD7C, 0xAD57, 0xCD7D, 0xAD58, 0xCD7E, 0xAD59, 0xCD7F, 0xAD5A, 0xCD80, 0xAD61, 0xCD81, 0xAD62, 0xCD82, - 0xAD63, 0xCD83, 0xAD64, 0xCD84, 0xAD65, 0xCD85, 0xAD66, 0xCD86, 0xAD67, 0xCD87, 0xAD68, 0xCD89, 0xAD69, 0xCD8A, 0xAD6A, 0xCD8B, - 0xAD6B, 0xCD8C, 0xAD6C, 0xCD8D, 0xAD6D, 0xCD8E, 0xAD6E, 0xCD8F, 0xAD6F, 0xCD90, 0xAD70, 0xCD91, 0xAD71, 0xCD92, 0xAD72, 0xCD93, - 0xAD73, 0xCD96, 0xAD74, 0xCD97, 0xAD75, 0xCD99, 0xAD76, 0xCD9A, 0xAD77, 0xCD9B, 0xAD78, 0xCD9D, 0xAD79, 0xCD9E, 0xAD7A, 0xCD9F, - 0xAD81, 0xCDA0, 0xAD82, 0xCDA1, 0xAD83, 0xCDA2, 0xAD84, 0xCDA3, 0xAD85, 0xCDA6, 0xAD86, 0xCDA8, 0xAD87, 0xCDAA, 0xAD88, 0xCDAB, - 0xAD89, 0xCDAC, 0xAD8A, 0xCDAD, 0xAD8B, 0xCDAE, 0xAD8C, 0xCDAF, 0xAD8D, 0xCDB1, 0xAD8E, 0xCDB2, 0xAD8F, 0xCDB3, 0xAD90, 0xCDB4, - 0xAD91, 0xCDB5, 0xAD92, 0xCDB6, 0xAD93, 0xCDB7, 0xAD94, 0xCDB8, 0xAD95, 0xCDB9, 0xAD96, 0xCDBA, 0xAD97, 0xCDBB, 0xAD98, 0xCDBC, - 0xAD99, 0xCDBD, 0xAD9A, 0xCDBE, 0xAD9B, 0xCDBF, 0xAD9C, 0xCDC0, 0xAD9D, 0xCDC1, 0xAD9E, 0xCDC2, 0xAD9F, 0xCDC3, 0xADA0, 0xCDC5, - 0xAE41, 0xCDC6, 0xAE42, 0xCDC7, 0xAE43, 0xCDC8, 0xAE44, 0xCDC9, 0xAE45, 0xCDCA, 0xAE46, 0xCDCB, 0xAE47, 0xCDCD, 0xAE48, 0xCDCE, - 0xAE49, 0xCDCF, 0xAE4A, 0xCDD1, 0xAE4B, 0xCDD2, 0xAE4C, 0xCDD3, 0xAE4D, 0xCDD4, 0xAE4E, 0xCDD5, 0xAE4F, 0xCDD6, 0xAE50, 0xCDD7, - 0xAE51, 0xCDD8, 0xAE52, 0xCDD9, 0xAE53, 0xCDDA, 0xAE54, 0xCDDB, 0xAE55, 0xCDDC, 0xAE56, 0xCDDD, 0xAE57, 0xCDDE, 0xAE58, 0xCDDF, - 0xAE59, 0xCDE0, 0xAE5A, 0xCDE1, 0xAE61, 0xCDE2, 0xAE62, 0xCDE3, 0xAE63, 0xCDE4, 0xAE64, 0xCDE5, 0xAE65, 0xCDE6, 0xAE66, 0xCDE7, - 0xAE67, 0xCDE9, 0xAE68, 0xCDEA, 0xAE69, 0xCDEB, 0xAE6A, 0xCDED, 0xAE6B, 0xCDEE, 0xAE6C, 0xCDEF, 0xAE6D, 0xCDF1, 0xAE6E, 0xCDF2, - 0xAE6F, 0xCDF3, 0xAE70, 0xCDF4, 0xAE71, 0xCDF5, 0xAE72, 0xCDF6, 0xAE73, 0xCDF7, 0xAE74, 0xCDFA, 0xAE75, 0xCDFC, 0xAE76, 0xCDFE, - 0xAE77, 0xCDFF, 0xAE78, 0xCE00, 0xAE79, 0xCE01, 0xAE7A, 0xCE02, 0xAE81, 0xCE03, 0xAE82, 0xCE05, 0xAE83, 0xCE06, 0xAE84, 0xCE07, - 0xAE85, 0xCE09, 0xAE86, 0xCE0A, 0xAE87, 0xCE0B, 0xAE88, 0xCE0D, 0xAE89, 0xCE0E, 0xAE8A, 0xCE0F, 0xAE8B, 0xCE10, 0xAE8C, 0xCE11, - 0xAE8D, 0xCE12, 0xAE8E, 0xCE13, 0xAE8F, 0xCE15, 0xAE90, 0xCE16, 0xAE91, 0xCE17, 0xAE92, 0xCE18, 0xAE93, 0xCE1A, 0xAE94, 0xCE1B, - 0xAE95, 0xCE1C, 0xAE96, 0xCE1D, 0xAE97, 0xCE1E, 0xAE98, 0xCE1F, 0xAE99, 0xCE22, 0xAE9A, 0xCE23, 0xAE9B, 0xCE25, 0xAE9C, 0xCE26, - 0xAE9D, 0xCE27, 0xAE9E, 0xCE29, 0xAE9F, 0xCE2A, 0xAEA0, 0xCE2B, 0xAF41, 0xCE2C, 0xAF42, 0xCE2D, 0xAF43, 0xCE2E, 0xAF44, 0xCE2F, - 0xAF45, 0xCE32, 0xAF46, 0xCE34, 0xAF47, 0xCE36, 0xAF48, 0xCE37, 0xAF49, 0xCE38, 0xAF4A, 0xCE39, 0xAF4B, 0xCE3A, 0xAF4C, 0xCE3B, - 0xAF4D, 0xCE3C, 0xAF4E, 0xCE3D, 0xAF4F, 0xCE3E, 0xAF50, 0xCE3F, 0xAF51, 0xCE40, 0xAF52, 0xCE41, 0xAF53, 0xCE42, 0xAF54, 0xCE43, - 0xAF55, 0xCE44, 0xAF56, 0xCE45, 0xAF57, 0xCE46, 0xAF58, 0xCE47, 0xAF59, 0xCE48, 0xAF5A, 0xCE49, 0xAF61, 0xCE4A, 0xAF62, 0xCE4B, - 0xAF63, 0xCE4C, 0xAF64, 0xCE4D, 0xAF65, 0xCE4E, 0xAF66, 0xCE4F, 0xAF67, 0xCE50, 0xAF68, 0xCE51, 0xAF69, 0xCE52, 0xAF6A, 0xCE53, - 0xAF6B, 0xCE54, 0xAF6C, 0xCE55, 0xAF6D, 0xCE56, 0xAF6E, 0xCE57, 0xAF6F, 0xCE5A, 0xAF70, 0xCE5B, 0xAF71, 0xCE5D, 0xAF72, 0xCE5E, - 0xAF73, 0xCE62, 0xAF74, 0xCE63, 0xAF75, 0xCE64, 0xAF76, 0xCE65, 0xAF77, 0xCE66, 0xAF78, 0xCE67, 0xAF79, 0xCE6A, 0xAF7A, 0xCE6C, - 0xAF81, 0xCE6E, 0xAF82, 0xCE6F, 0xAF83, 0xCE70, 0xAF84, 0xCE71, 0xAF85, 0xCE72, 0xAF86, 0xCE73, 0xAF87, 0xCE76, 0xAF88, 0xCE77, - 0xAF89, 0xCE79, 0xAF8A, 0xCE7A, 0xAF8B, 0xCE7B, 0xAF8C, 0xCE7D, 0xAF8D, 0xCE7E, 0xAF8E, 0xCE7F, 0xAF8F, 0xCE80, 0xAF90, 0xCE81, - 0xAF91, 0xCE82, 0xAF92, 0xCE83, 0xAF93, 0xCE86, 0xAF94, 0xCE88, 0xAF95, 0xCE8A, 0xAF96, 0xCE8B, 0xAF97, 0xCE8C, 0xAF98, 0xCE8D, - 0xAF99, 0xCE8E, 0xAF9A, 0xCE8F, 0xAF9B, 0xCE92, 0xAF9C, 0xCE93, 0xAF9D, 0xCE95, 0xAF9E, 0xCE96, 0xAF9F, 0xCE97, 0xAFA0, 0xCE99, - 0xB041, 0xCE9A, 0xB042, 0xCE9B, 0xB043, 0xCE9C, 0xB044, 0xCE9D, 0xB045, 0xCE9E, 0xB046, 0xCE9F, 0xB047, 0xCEA2, 0xB048, 0xCEA6, - 0xB049, 0xCEA7, 0xB04A, 0xCEA8, 0xB04B, 0xCEA9, 0xB04C, 0xCEAA, 0xB04D, 0xCEAB, 0xB04E, 0xCEAE, 0xB04F, 0xCEAF, 0xB050, 0xCEB0, - 0xB051, 0xCEB1, 0xB052, 0xCEB2, 0xB053, 0xCEB3, 0xB054, 0xCEB4, 0xB055, 0xCEB5, 0xB056, 0xCEB6, 0xB057, 0xCEB7, 0xB058, 0xCEB8, - 0xB059, 0xCEB9, 0xB05A, 0xCEBA, 0xB061, 0xCEBB, 0xB062, 0xCEBC, 0xB063, 0xCEBD, 0xB064, 0xCEBE, 0xB065, 0xCEBF, 0xB066, 0xCEC0, - 0xB067, 0xCEC2, 0xB068, 0xCEC3, 0xB069, 0xCEC4, 0xB06A, 0xCEC5, 0xB06B, 0xCEC6, 0xB06C, 0xCEC7, 0xB06D, 0xCEC8, 0xB06E, 0xCEC9, - 0xB06F, 0xCECA, 0xB070, 0xCECB, 0xB071, 0xCECC, 0xB072, 0xCECD, 0xB073, 0xCECE, 0xB074, 0xCECF, 0xB075, 0xCED0, 0xB076, 0xCED1, - 0xB077, 0xCED2, 0xB078, 0xCED3, 0xB079, 0xCED4, 0xB07A, 0xCED5, 0xB081, 0xCED6, 0xB082, 0xCED7, 0xB083, 0xCED8, 0xB084, 0xCED9, - 0xB085, 0xCEDA, 0xB086, 0xCEDB, 0xB087, 0xCEDC, 0xB088, 0xCEDD, 0xB089, 0xCEDE, 0xB08A, 0xCEDF, 0xB08B, 0xCEE0, 0xB08C, 0xCEE1, - 0xB08D, 0xCEE2, 0xB08E, 0xCEE3, 0xB08F, 0xCEE6, 0xB090, 0xCEE7, 0xB091, 0xCEE9, 0xB092, 0xCEEA, 0xB093, 0xCEED, 0xB094, 0xCEEE, - 0xB095, 0xCEEF, 0xB096, 0xCEF0, 0xB097, 0xCEF1, 0xB098, 0xCEF2, 0xB099, 0xCEF3, 0xB09A, 0xCEF6, 0xB09B, 0xCEFA, 0xB09C, 0xCEFB, - 0xB09D, 0xCEFC, 0xB09E, 0xCEFD, 0xB09F, 0xCEFE, 0xB0A0, 0xCEFF, 0xB0A1, 0xAC00, 0xB0A2, 0xAC01, 0xB0A3, 0xAC04, 0xB0A4, 0xAC07, - 0xB0A5, 0xAC08, 0xB0A6, 0xAC09, 0xB0A7, 0xAC0A, 0xB0A8, 0xAC10, 0xB0A9, 0xAC11, 0xB0AA, 0xAC12, 0xB0AB, 0xAC13, 0xB0AC, 0xAC14, - 0xB0AD, 0xAC15, 0xB0AE, 0xAC16, 0xB0AF, 0xAC17, 0xB0B0, 0xAC19, 0xB0B1, 0xAC1A, 0xB0B2, 0xAC1B, 0xB0B3, 0xAC1C, 0xB0B4, 0xAC1D, - 0xB0B5, 0xAC20, 0xB0B6, 0xAC24, 0xB0B7, 0xAC2C, 0xB0B8, 0xAC2D, 0xB0B9, 0xAC2F, 0xB0BA, 0xAC30, 0xB0BB, 0xAC31, 0xB0BC, 0xAC38, - 0xB0BD, 0xAC39, 0xB0BE, 0xAC3C, 0xB0BF, 0xAC40, 0xB0C0, 0xAC4B, 0xB0C1, 0xAC4D, 0xB0C2, 0xAC54, 0xB0C3, 0xAC58, 0xB0C4, 0xAC5C, - 0xB0C5, 0xAC70, 0xB0C6, 0xAC71, 0xB0C7, 0xAC74, 0xB0C8, 0xAC77, 0xB0C9, 0xAC78, 0xB0CA, 0xAC7A, 0xB0CB, 0xAC80, 0xB0CC, 0xAC81, - 0xB0CD, 0xAC83, 0xB0CE, 0xAC84, 0xB0CF, 0xAC85, 0xB0D0, 0xAC86, 0xB0D1, 0xAC89, 0xB0D2, 0xAC8A, 0xB0D3, 0xAC8B, 0xB0D4, 0xAC8C, - 0xB0D5, 0xAC90, 0xB0D6, 0xAC94, 0xB0D7, 0xAC9C, 0xB0D8, 0xAC9D, 0xB0D9, 0xAC9F, 0xB0DA, 0xACA0, 0xB0DB, 0xACA1, 0xB0DC, 0xACA8, - 0xB0DD, 0xACA9, 0xB0DE, 0xACAA, 0xB0DF, 0xACAC, 0xB0E0, 0xACAF, 0xB0E1, 0xACB0, 0xB0E2, 0xACB8, 0xB0E3, 0xACB9, 0xB0E4, 0xACBB, - 0xB0E5, 0xACBC, 0xB0E6, 0xACBD, 0xB0E7, 0xACC1, 0xB0E8, 0xACC4, 0xB0E9, 0xACC8, 0xB0EA, 0xACCC, 0xB0EB, 0xACD5, 0xB0EC, 0xACD7, - 0xB0ED, 0xACE0, 0xB0EE, 0xACE1, 0xB0EF, 0xACE4, 0xB0F0, 0xACE7, 0xB0F1, 0xACE8, 0xB0F2, 0xACEA, 0xB0F3, 0xACEC, 0xB0F4, 0xACEF, - 0xB0F5, 0xACF0, 0xB0F6, 0xACF1, 0xB0F7, 0xACF3, 0xB0F8, 0xACF5, 0xB0F9, 0xACF6, 0xB0FA, 0xACFC, 0xB0FB, 0xACFD, 0xB0FC, 0xAD00, - 0xB0FD, 0xAD04, 0xB0FE, 0xAD06, 0xB141, 0xCF02, 0xB142, 0xCF03, 0xB143, 0xCF05, 0xB144, 0xCF06, 0xB145, 0xCF07, 0xB146, 0xCF09, - 0xB147, 0xCF0A, 0xB148, 0xCF0B, 0xB149, 0xCF0C, 0xB14A, 0xCF0D, 0xB14B, 0xCF0E, 0xB14C, 0xCF0F, 0xB14D, 0xCF12, 0xB14E, 0xCF14, - 0xB14F, 0xCF16, 0xB150, 0xCF17, 0xB151, 0xCF18, 0xB152, 0xCF19, 0xB153, 0xCF1A, 0xB154, 0xCF1B, 0xB155, 0xCF1D, 0xB156, 0xCF1E, - 0xB157, 0xCF1F, 0xB158, 0xCF21, 0xB159, 0xCF22, 0xB15A, 0xCF23, 0xB161, 0xCF25, 0xB162, 0xCF26, 0xB163, 0xCF27, 0xB164, 0xCF28, - 0xB165, 0xCF29, 0xB166, 0xCF2A, 0xB167, 0xCF2B, 0xB168, 0xCF2E, 0xB169, 0xCF32, 0xB16A, 0xCF33, 0xB16B, 0xCF34, 0xB16C, 0xCF35, - 0xB16D, 0xCF36, 0xB16E, 0xCF37, 0xB16F, 0xCF39, 0xB170, 0xCF3A, 0xB171, 0xCF3B, 0xB172, 0xCF3C, 0xB173, 0xCF3D, 0xB174, 0xCF3E, - 0xB175, 0xCF3F, 0xB176, 0xCF40, 0xB177, 0xCF41, 0xB178, 0xCF42, 0xB179, 0xCF43, 0xB17A, 0xCF44, 0xB181, 0xCF45, 0xB182, 0xCF46, - 0xB183, 0xCF47, 0xB184, 0xCF48, 0xB185, 0xCF49, 0xB186, 0xCF4A, 0xB187, 0xCF4B, 0xB188, 0xCF4C, 0xB189, 0xCF4D, 0xB18A, 0xCF4E, - 0xB18B, 0xCF4F, 0xB18C, 0xCF50, 0xB18D, 0xCF51, 0xB18E, 0xCF52, 0xB18F, 0xCF53, 0xB190, 0xCF56, 0xB191, 0xCF57, 0xB192, 0xCF59, - 0xB193, 0xCF5A, 0xB194, 0xCF5B, 0xB195, 0xCF5D, 0xB196, 0xCF5E, 0xB197, 0xCF5F, 0xB198, 0xCF60, 0xB199, 0xCF61, 0xB19A, 0xCF62, - 0xB19B, 0xCF63, 0xB19C, 0xCF66, 0xB19D, 0xCF68, 0xB19E, 0xCF6A, 0xB19F, 0xCF6B, 0xB1A0, 0xCF6C, 0xB1A1, 0xAD0C, 0xB1A2, 0xAD0D, - 0xB1A3, 0xAD0F, 0xB1A4, 0xAD11, 0xB1A5, 0xAD18, 0xB1A6, 0xAD1C, 0xB1A7, 0xAD20, 0xB1A8, 0xAD29, 0xB1A9, 0xAD2C, 0xB1AA, 0xAD2D, - 0xB1AB, 0xAD34, 0xB1AC, 0xAD35, 0xB1AD, 0xAD38, 0xB1AE, 0xAD3C, 0xB1AF, 0xAD44, 0xB1B0, 0xAD45, 0xB1B1, 0xAD47, 0xB1B2, 0xAD49, - 0xB1B3, 0xAD50, 0xB1B4, 0xAD54, 0xB1B5, 0xAD58, 0xB1B6, 0xAD61, 0xB1B7, 0xAD63, 0xB1B8, 0xAD6C, 0xB1B9, 0xAD6D, 0xB1BA, 0xAD70, - 0xB1BB, 0xAD73, 0xB1BC, 0xAD74, 0xB1BD, 0xAD75, 0xB1BE, 0xAD76, 0xB1BF, 0xAD7B, 0xB1C0, 0xAD7C, 0xB1C1, 0xAD7D, 0xB1C2, 0xAD7F, - 0xB1C3, 0xAD81, 0xB1C4, 0xAD82, 0xB1C5, 0xAD88, 0xB1C6, 0xAD89, 0xB1C7, 0xAD8C, 0xB1C8, 0xAD90, 0xB1C9, 0xAD9C, 0xB1CA, 0xAD9D, - 0xB1CB, 0xADA4, 0xB1CC, 0xADB7, 0xB1CD, 0xADC0, 0xB1CE, 0xADC1, 0xB1CF, 0xADC4, 0xB1D0, 0xADC8, 0xB1D1, 0xADD0, 0xB1D2, 0xADD1, - 0xB1D3, 0xADD3, 0xB1D4, 0xADDC, 0xB1D5, 0xADE0, 0xB1D6, 0xADE4, 0xB1D7, 0xADF8, 0xB1D8, 0xADF9, 0xB1D9, 0xADFC, 0xB1DA, 0xADFF, - 0xB1DB, 0xAE00, 0xB1DC, 0xAE01, 0xB1DD, 0xAE08, 0xB1DE, 0xAE09, 0xB1DF, 0xAE0B, 0xB1E0, 0xAE0D, 0xB1E1, 0xAE14, 0xB1E2, 0xAE30, - 0xB1E3, 0xAE31, 0xB1E4, 0xAE34, 0xB1E5, 0xAE37, 0xB1E6, 0xAE38, 0xB1E7, 0xAE3A, 0xB1E8, 0xAE40, 0xB1E9, 0xAE41, 0xB1EA, 0xAE43, - 0xB1EB, 0xAE45, 0xB1EC, 0xAE46, 0xB1ED, 0xAE4A, 0xB1EE, 0xAE4C, 0xB1EF, 0xAE4D, 0xB1F0, 0xAE4E, 0xB1F1, 0xAE50, 0xB1F2, 0xAE54, - 0xB1F3, 0xAE56, 0xB1F4, 0xAE5C, 0xB1F5, 0xAE5D, 0xB1F6, 0xAE5F, 0xB1F7, 0xAE60, 0xB1F8, 0xAE61, 0xB1F9, 0xAE65, 0xB1FA, 0xAE68, - 0xB1FB, 0xAE69, 0xB1FC, 0xAE6C, 0xB1FD, 0xAE70, 0xB1FE, 0xAE78, 0xB241, 0xCF6D, 0xB242, 0xCF6E, 0xB243, 0xCF6F, 0xB244, 0xCF72, - 0xB245, 0xCF73, 0xB246, 0xCF75, 0xB247, 0xCF76, 0xB248, 0xCF77, 0xB249, 0xCF79, 0xB24A, 0xCF7A, 0xB24B, 0xCF7B, 0xB24C, 0xCF7C, - 0xB24D, 0xCF7D, 0xB24E, 0xCF7E, 0xB24F, 0xCF7F, 0xB250, 0xCF81, 0xB251, 0xCF82, 0xB252, 0xCF83, 0xB253, 0xCF84, 0xB254, 0xCF86, - 0xB255, 0xCF87, 0xB256, 0xCF88, 0xB257, 0xCF89, 0xB258, 0xCF8A, 0xB259, 0xCF8B, 0xB25A, 0xCF8D, 0xB261, 0xCF8E, 0xB262, 0xCF8F, - 0xB263, 0xCF90, 0xB264, 0xCF91, 0xB265, 0xCF92, 0xB266, 0xCF93, 0xB267, 0xCF94, 0xB268, 0xCF95, 0xB269, 0xCF96, 0xB26A, 0xCF97, - 0xB26B, 0xCF98, 0xB26C, 0xCF99, 0xB26D, 0xCF9A, 0xB26E, 0xCF9B, 0xB26F, 0xCF9C, 0xB270, 0xCF9D, 0xB271, 0xCF9E, 0xB272, 0xCF9F, - 0xB273, 0xCFA0, 0xB274, 0xCFA2, 0xB275, 0xCFA3, 0xB276, 0xCFA4, 0xB277, 0xCFA5, 0xB278, 0xCFA6, 0xB279, 0xCFA7, 0xB27A, 0xCFA9, - 0xB281, 0xCFAA, 0xB282, 0xCFAB, 0xB283, 0xCFAC, 0xB284, 0xCFAD, 0xB285, 0xCFAE, 0xB286, 0xCFAF, 0xB287, 0xCFB1, 0xB288, 0xCFB2, - 0xB289, 0xCFB3, 0xB28A, 0xCFB4, 0xB28B, 0xCFB5, 0xB28C, 0xCFB6, 0xB28D, 0xCFB7, 0xB28E, 0xCFB8, 0xB28F, 0xCFB9, 0xB290, 0xCFBA, - 0xB291, 0xCFBB, 0xB292, 0xCFBC, 0xB293, 0xCFBD, 0xB294, 0xCFBE, 0xB295, 0xCFBF, 0xB296, 0xCFC0, 0xB297, 0xCFC1, 0xB298, 0xCFC2, - 0xB299, 0xCFC3, 0xB29A, 0xCFC5, 0xB29B, 0xCFC6, 0xB29C, 0xCFC7, 0xB29D, 0xCFC8, 0xB29E, 0xCFC9, 0xB29F, 0xCFCA, 0xB2A0, 0xCFCB, - 0xB2A1, 0xAE79, 0xB2A2, 0xAE7B, 0xB2A3, 0xAE7C, 0xB2A4, 0xAE7D, 0xB2A5, 0xAE84, 0xB2A6, 0xAE85, 0xB2A7, 0xAE8C, 0xB2A8, 0xAEBC, - 0xB2A9, 0xAEBD, 0xB2AA, 0xAEBE, 0xB2AB, 0xAEC0, 0xB2AC, 0xAEC4, 0xB2AD, 0xAECC, 0xB2AE, 0xAECD, 0xB2AF, 0xAECF, 0xB2B0, 0xAED0, - 0xB2B1, 0xAED1, 0xB2B2, 0xAED8, 0xB2B3, 0xAED9, 0xB2B4, 0xAEDC, 0xB2B5, 0xAEE8, 0xB2B6, 0xAEEB, 0xB2B7, 0xAEED, 0xB2B8, 0xAEF4, - 0xB2B9, 0xAEF8, 0xB2BA, 0xAEFC, 0xB2BB, 0xAF07, 0xB2BC, 0xAF08, 0xB2BD, 0xAF0D, 0xB2BE, 0xAF10, 0xB2BF, 0xAF2C, 0xB2C0, 0xAF2D, - 0xB2C1, 0xAF30, 0xB2C2, 0xAF32, 0xB2C3, 0xAF34, 0xB2C4, 0xAF3C, 0xB2C5, 0xAF3D, 0xB2C6, 0xAF3F, 0xB2C7, 0xAF41, 0xB2C8, 0xAF42, - 0xB2C9, 0xAF43, 0xB2CA, 0xAF48, 0xB2CB, 0xAF49, 0xB2CC, 0xAF50, 0xB2CD, 0xAF5C, 0xB2CE, 0xAF5D, 0xB2CF, 0xAF64, 0xB2D0, 0xAF65, - 0xB2D1, 0xAF79, 0xB2D2, 0xAF80, 0xB2D3, 0xAF84, 0xB2D4, 0xAF88, 0xB2D5, 0xAF90, 0xB2D6, 0xAF91, 0xB2D7, 0xAF95, 0xB2D8, 0xAF9C, - 0xB2D9, 0xAFB8, 0xB2DA, 0xAFB9, 0xB2DB, 0xAFBC, 0xB2DC, 0xAFC0, 0xB2DD, 0xAFC7, 0xB2DE, 0xAFC8, 0xB2DF, 0xAFC9, 0xB2E0, 0xAFCB, - 0xB2E1, 0xAFCD, 0xB2E2, 0xAFCE, 0xB2E3, 0xAFD4, 0xB2E4, 0xAFDC, 0xB2E5, 0xAFE8, 0xB2E6, 0xAFE9, 0xB2E7, 0xAFF0, 0xB2E8, 0xAFF1, - 0xB2E9, 0xAFF4, 0xB2EA, 0xAFF8, 0xB2EB, 0xB000, 0xB2EC, 0xB001, 0xB2ED, 0xB004, 0xB2EE, 0xB00C, 0xB2EF, 0xB010, 0xB2F0, 0xB014, - 0xB2F1, 0xB01C, 0xB2F2, 0xB01D, 0xB2F3, 0xB028, 0xB2F4, 0xB044, 0xB2F5, 0xB045, 0xB2F6, 0xB048, 0xB2F7, 0xB04A, 0xB2F8, 0xB04C, - 0xB2F9, 0xB04E, 0xB2FA, 0xB053, 0xB2FB, 0xB054, 0xB2FC, 0xB055, 0xB2FD, 0xB057, 0xB2FE, 0xB059, 0xB341, 0xCFCC, 0xB342, 0xCFCD, - 0xB343, 0xCFCE, 0xB344, 0xCFCF, 0xB345, 0xCFD0, 0xB346, 0xCFD1, 0xB347, 0xCFD2, 0xB348, 0xCFD3, 0xB349, 0xCFD4, 0xB34A, 0xCFD5, - 0xB34B, 0xCFD6, 0xB34C, 0xCFD7, 0xB34D, 0xCFD8, 0xB34E, 0xCFD9, 0xB34F, 0xCFDA, 0xB350, 0xCFDB, 0xB351, 0xCFDC, 0xB352, 0xCFDD, - 0xB353, 0xCFDE, 0xB354, 0xCFDF, 0xB355, 0xCFE2, 0xB356, 0xCFE3, 0xB357, 0xCFE5, 0xB358, 0xCFE6, 0xB359, 0xCFE7, 0xB35A, 0xCFE9, - 0xB361, 0xCFEA, 0xB362, 0xCFEB, 0xB363, 0xCFEC, 0xB364, 0xCFED, 0xB365, 0xCFEE, 0xB366, 0xCFEF, 0xB367, 0xCFF2, 0xB368, 0xCFF4, - 0xB369, 0xCFF6, 0xB36A, 0xCFF7, 0xB36B, 0xCFF8, 0xB36C, 0xCFF9, 0xB36D, 0xCFFA, 0xB36E, 0xCFFB, 0xB36F, 0xCFFD, 0xB370, 0xCFFE, - 0xB371, 0xCFFF, 0xB372, 0xD001, 0xB373, 0xD002, 0xB374, 0xD003, 0xB375, 0xD005, 0xB376, 0xD006, 0xB377, 0xD007, 0xB378, 0xD008, - 0xB379, 0xD009, 0xB37A, 0xD00A, 0xB381, 0xD00B, 0xB382, 0xD00C, 0xB383, 0xD00D, 0xB384, 0xD00E, 0xB385, 0xD00F, 0xB386, 0xD010, - 0xB387, 0xD012, 0xB388, 0xD013, 0xB389, 0xD014, 0xB38A, 0xD015, 0xB38B, 0xD016, 0xB38C, 0xD017, 0xB38D, 0xD019, 0xB38E, 0xD01A, - 0xB38F, 0xD01B, 0xB390, 0xD01C, 0xB391, 0xD01D, 0xB392, 0xD01E, 0xB393, 0xD01F, 0xB394, 0xD020, 0xB395, 0xD021, 0xB396, 0xD022, - 0xB397, 0xD023, 0xB398, 0xD024, 0xB399, 0xD025, 0xB39A, 0xD026, 0xB39B, 0xD027, 0xB39C, 0xD028, 0xB39D, 0xD029, 0xB39E, 0xD02A, - 0xB39F, 0xD02B, 0xB3A0, 0xD02C, 0xB3A1, 0xB05D, 0xB3A2, 0xB07C, 0xB3A3, 0xB07D, 0xB3A4, 0xB080, 0xB3A5, 0xB084, 0xB3A6, 0xB08C, - 0xB3A7, 0xB08D, 0xB3A8, 0xB08F, 0xB3A9, 0xB091, 0xB3AA, 0xB098, 0xB3AB, 0xB099, 0xB3AC, 0xB09A, 0xB3AD, 0xB09C, 0xB3AE, 0xB09F, - 0xB3AF, 0xB0A0, 0xB3B0, 0xB0A1, 0xB3B1, 0xB0A2, 0xB3B2, 0xB0A8, 0xB3B3, 0xB0A9, 0xB3B4, 0xB0AB, 0xB3B5, 0xB0AC, 0xB3B6, 0xB0AD, - 0xB3B7, 0xB0AE, 0xB3B8, 0xB0AF, 0xB3B9, 0xB0B1, 0xB3BA, 0xB0B3, 0xB3BB, 0xB0B4, 0xB3BC, 0xB0B5, 0xB3BD, 0xB0B8, 0xB3BE, 0xB0BC, - 0xB3BF, 0xB0C4, 0xB3C0, 0xB0C5, 0xB3C1, 0xB0C7, 0xB3C2, 0xB0C8, 0xB3C3, 0xB0C9, 0xB3C4, 0xB0D0, 0xB3C5, 0xB0D1, 0xB3C6, 0xB0D4, - 0xB3C7, 0xB0D8, 0xB3C8, 0xB0E0, 0xB3C9, 0xB0E5, 0xB3CA, 0xB108, 0xB3CB, 0xB109, 0xB3CC, 0xB10B, 0xB3CD, 0xB10C, 0xB3CE, 0xB110, - 0xB3CF, 0xB112, 0xB3D0, 0xB113, 0xB3D1, 0xB118, 0xB3D2, 0xB119, 0xB3D3, 0xB11B, 0xB3D4, 0xB11C, 0xB3D5, 0xB11D, 0xB3D6, 0xB123, - 0xB3D7, 0xB124, 0xB3D8, 0xB125, 0xB3D9, 0xB128, 0xB3DA, 0xB12C, 0xB3DB, 0xB134, 0xB3DC, 0xB135, 0xB3DD, 0xB137, 0xB3DE, 0xB138, - 0xB3DF, 0xB139, 0xB3E0, 0xB140, 0xB3E1, 0xB141, 0xB3E2, 0xB144, 0xB3E3, 0xB148, 0xB3E4, 0xB150, 0xB3E5, 0xB151, 0xB3E6, 0xB154, - 0xB3E7, 0xB155, 0xB3E8, 0xB158, 0xB3E9, 0xB15C, 0xB3EA, 0xB160, 0xB3EB, 0xB178, 0xB3EC, 0xB179, 0xB3ED, 0xB17C, 0xB3EE, 0xB180, - 0xB3EF, 0xB182, 0xB3F0, 0xB188, 0xB3F1, 0xB189, 0xB3F2, 0xB18B, 0xB3F3, 0xB18D, 0xB3F4, 0xB192, 0xB3F5, 0xB193, 0xB3F6, 0xB194, - 0xB3F7, 0xB198, 0xB3F8, 0xB19C, 0xB3F9, 0xB1A8, 0xB3FA, 0xB1CC, 0xB3FB, 0xB1D0, 0xB3FC, 0xB1D4, 0xB3FD, 0xB1DC, 0xB3FE, 0xB1DD, - 0xB441, 0xD02E, 0xB442, 0xD02F, 0xB443, 0xD030, 0xB444, 0xD031, 0xB445, 0xD032, 0xB446, 0xD033, 0xB447, 0xD036, 0xB448, 0xD037, - 0xB449, 0xD039, 0xB44A, 0xD03A, 0xB44B, 0xD03B, 0xB44C, 0xD03D, 0xB44D, 0xD03E, 0xB44E, 0xD03F, 0xB44F, 0xD040, 0xB450, 0xD041, - 0xB451, 0xD042, 0xB452, 0xD043, 0xB453, 0xD046, 0xB454, 0xD048, 0xB455, 0xD04A, 0xB456, 0xD04B, 0xB457, 0xD04C, 0xB458, 0xD04D, - 0xB459, 0xD04E, 0xB45A, 0xD04F, 0xB461, 0xD051, 0xB462, 0xD052, 0xB463, 0xD053, 0xB464, 0xD055, 0xB465, 0xD056, 0xB466, 0xD057, - 0xB467, 0xD059, 0xB468, 0xD05A, 0xB469, 0xD05B, 0xB46A, 0xD05C, 0xB46B, 0xD05D, 0xB46C, 0xD05E, 0xB46D, 0xD05F, 0xB46E, 0xD061, - 0xB46F, 0xD062, 0xB470, 0xD063, 0xB471, 0xD064, 0xB472, 0xD065, 0xB473, 0xD066, 0xB474, 0xD067, 0xB475, 0xD068, 0xB476, 0xD069, - 0xB477, 0xD06A, 0xB478, 0xD06B, 0xB479, 0xD06E, 0xB47A, 0xD06F, 0xB481, 0xD071, 0xB482, 0xD072, 0xB483, 0xD073, 0xB484, 0xD075, - 0xB485, 0xD076, 0xB486, 0xD077, 0xB487, 0xD078, 0xB488, 0xD079, 0xB489, 0xD07A, 0xB48A, 0xD07B, 0xB48B, 0xD07E, 0xB48C, 0xD07F, - 0xB48D, 0xD080, 0xB48E, 0xD082, 0xB48F, 0xD083, 0xB490, 0xD084, 0xB491, 0xD085, 0xB492, 0xD086, 0xB493, 0xD087, 0xB494, 0xD088, - 0xB495, 0xD089, 0xB496, 0xD08A, 0xB497, 0xD08B, 0xB498, 0xD08C, 0xB499, 0xD08D, 0xB49A, 0xD08E, 0xB49B, 0xD08F, 0xB49C, 0xD090, - 0xB49D, 0xD091, 0xB49E, 0xD092, 0xB49F, 0xD093, 0xB4A0, 0xD094, 0xB4A1, 0xB1DF, 0xB4A2, 0xB1E8, 0xB4A3, 0xB1E9, 0xB4A4, 0xB1EC, - 0xB4A5, 0xB1F0, 0xB4A6, 0xB1F9, 0xB4A7, 0xB1FB, 0xB4A8, 0xB1FD, 0xB4A9, 0xB204, 0xB4AA, 0xB205, 0xB4AB, 0xB208, 0xB4AC, 0xB20B, - 0xB4AD, 0xB20C, 0xB4AE, 0xB214, 0xB4AF, 0xB215, 0xB4B0, 0xB217, 0xB4B1, 0xB219, 0xB4B2, 0xB220, 0xB4B3, 0xB234, 0xB4B4, 0xB23C, - 0xB4B5, 0xB258, 0xB4B6, 0xB25C, 0xB4B7, 0xB260, 0xB4B8, 0xB268, 0xB4B9, 0xB269, 0xB4BA, 0xB274, 0xB4BB, 0xB275, 0xB4BC, 0xB27C, - 0xB4BD, 0xB284, 0xB4BE, 0xB285, 0xB4BF, 0xB289, 0xB4C0, 0xB290, 0xB4C1, 0xB291, 0xB4C2, 0xB294, 0xB4C3, 0xB298, 0xB4C4, 0xB299, - 0xB4C5, 0xB29A, 0xB4C6, 0xB2A0, 0xB4C7, 0xB2A1, 0xB4C8, 0xB2A3, 0xB4C9, 0xB2A5, 0xB4CA, 0xB2A6, 0xB4CB, 0xB2AA, 0xB4CC, 0xB2AC, - 0xB4CD, 0xB2B0, 0xB4CE, 0xB2B4, 0xB4CF, 0xB2C8, 0xB4D0, 0xB2C9, 0xB4D1, 0xB2CC, 0xB4D2, 0xB2D0, 0xB4D3, 0xB2D2, 0xB4D4, 0xB2D8, - 0xB4D5, 0xB2D9, 0xB4D6, 0xB2DB, 0xB4D7, 0xB2DD, 0xB4D8, 0xB2E2, 0xB4D9, 0xB2E4, 0xB4DA, 0xB2E5, 0xB4DB, 0xB2E6, 0xB4DC, 0xB2E8, - 0xB4DD, 0xB2EB, 0xB4DE, 0xB2EC, 0xB4DF, 0xB2ED, 0xB4E0, 0xB2EE, 0xB4E1, 0xB2EF, 0xB4E2, 0xB2F3, 0xB4E3, 0xB2F4, 0xB4E4, 0xB2F5, - 0xB4E5, 0xB2F7, 0xB4E6, 0xB2F8, 0xB4E7, 0xB2F9, 0xB4E8, 0xB2FA, 0xB4E9, 0xB2FB, 0xB4EA, 0xB2FF, 0xB4EB, 0xB300, 0xB4EC, 0xB301, - 0xB4ED, 0xB304, 0xB4EE, 0xB308, 0xB4EF, 0xB310, 0xB4F0, 0xB311, 0xB4F1, 0xB313, 0xB4F2, 0xB314, 0xB4F3, 0xB315, 0xB4F4, 0xB31C, - 0xB4F5, 0xB354, 0xB4F6, 0xB355, 0xB4F7, 0xB356, 0xB4F8, 0xB358, 0xB4F9, 0xB35B, 0xB4FA, 0xB35C, 0xB4FB, 0xB35E, 0xB4FC, 0xB35F, - 0xB4FD, 0xB364, 0xB4FE, 0xB365, 0xB541, 0xD095, 0xB542, 0xD096, 0xB543, 0xD097, 0xB544, 0xD098, 0xB545, 0xD099, 0xB546, 0xD09A, - 0xB547, 0xD09B, 0xB548, 0xD09C, 0xB549, 0xD09D, 0xB54A, 0xD09E, 0xB54B, 0xD09F, 0xB54C, 0xD0A0, 0xB54D, 0xD0A1, 0xB54E, 0xD0A2, - 0xB54F, 0xD0A3, 0xB550, 0xD0A6, 0xB551, 0xD0A7, 0xB552, 0xD0A9, 0xB553, 0xD0AA, 0xB554, 0xD0AB, 0xB555, 0xD0AD, 0xB556, 0xD0AE, - 0xB557, 0xD0AF, 0xB558, 0xD0B0, 0xB559, 0xD0B1, 0xB55A, 0xD0B2, 0xB561, 0xD0B3, 0xB562, 0xD0B6, 0xB563, 0xD0B8, 0xB564, 0xD0BA, - 0xB565, 0xD0BB, 0xB566, 0xD0BC, 0xB567, 0xD0BD, 0xB568, 0xD0BE, 0xB569, 0xD0BF, 0xB56A, 0xD0C2, 0xB56B, 0xD0C3, 0xB56C, 0xD0C5, - 0xB56D, 0xD0C6, 0xB56E, 0xD0C7, 0xB56F, 0xD0CA, 0xB570, 0xD0CB, 0xB571, 0xD0CC, 0xB572, 0xD0CD, 0xB573, 0xD0CE, 0xB574, 0xD0CF, - 0xB575, 0xD0D2, 0xB576, 0xD0D6, 0xB577, 0xD0D7, 0xB578, 0xD0D8, 0xB579, 0xD0D9, 0xB57A, 0xD0DA, 0xB581, 0xD0DB, 0xB582, 0xD0DE, - 0xB583, 0xD0DF, 0xB584, 0xD0E1, 0xB585, 0xD0E2, 0xB586, 0xD0E3, 0xB587, 0xD0E5, 0xB588, 0xD0E6, 0xB589, 0xD0E7, 0xB58A, 0xD0E8, - 0xB58B, 0xD0E9, 0xB58C, 0xD0EA, 0xB58D, 0xD0EB, 0xB58E, 0xD0EE, 0xB58F, 0xD0F2, 0xB590, 0xD0F3, 0xB591, 0xD0F4, 0xB592, 0xD0F5, - 0xB593, 0xD0F6, 0xB594, 0xD0F7, 0xB595, 0xD0F9, 0xB596, 0xD0FA, 0xB597, 0xD0FB, 0xB598, 0xD0FC, 0xB599, 0xD0FD, 0xB59A, 0xD0FE, - 0xB59B, 0xD0FF, 0xB59C, 0xD100, 0xB59D, 0xD101, 0xB59E, 0xD102, 0xB59F, 0xD103, 0xB5A0, 0xD104, 0xB5A1, 0xB367, 0xB5A2, 0xB369, - 0xB5A3, 0xB36B, 0xB5A4, 0xB36E, 0xB5A5, 0xB370, 0xB5A6, 0xB371, 0xB5A7, 0xB374, 0xB5A8, 0xB378, 0xB5A9, 0xB380, 0xB5AA, 0xB381, - 0xB5AB, 0xB383, 0xB5AC, 0xB384, 0xB5AD, 0xB385, 0xB5AE, 0xB38C, 0xB5AF, 0xB390, 0xB5B0, 0xB394, 0xB5B1, 0xB3A0, 0xB5B2, 0xB3A1, - 0xB5B3, 0xB3A8, 0xB5B4, 0xB3AC, 0xB5B5, 0xB3C4, 0xB5B6, 0xB3C5, 0xB5B7, 0xB3C8, 0xB5B8, 0xB3CB, 0xB5B9, 0xB3CC, 0xB5BA, 0xB3CE, - 0xB5BB, 0xB3D0, 0xB5BC, 0xB3D4, 0xB5BD, 0xB3D5, 0xB5BE, 0xB3D7, 0xB5BF, 0xB3D9, 0xB5C0, 0xB3DB, 0xB5C1, 0xB3DD, 0xB5C2, 0xB3E0, - 0xB5C3, 0xB3E4, 0xB5C4, 0xB3E8, 0xB5C5, 0xB3FC, 0xB5C6, 0xB410, 0xB5C7, 0xB418, 0xB5C8, 0xB41C, 0xB5C9, 0xB420, 0xB5CA, 0xB428, - 0xB5CB, 0xB429, 0xB5CC, 0xB42B, 0xB5CD, 0xB434, 0xB5CE, 0xB450, 0xB5CF, 0xB451, 0xB5D0, 0xB454, 0xB5D1, 0xB458, 0xB5D2, 0xB460, - 0xB5D3, 0xB461, 0xB5D4, 0xB463, 0xB5D5, 0xB465, 0xB5D6, 0xB46C, 0xB5D7, 0xB480, 0xB5D8, 0xB488, 0xB5D9, 0xB49D, 0xB5DA, 0xB4A4, - 0xB5DB, 0xB4A8, 0xB5DC, 0xB4AC, 0xB5DD, 0xB4B5, 0xB5DE, 0xB4B7, 0xB5DF, 0xB4B9, 0xB5E0, 0xB4C0, 0xB5E1, 0xB4C4, 0xB5E2, 0xB4C8, - 0xB5E3, 0xB4D0, 0xB5E4, 0xB4D5, 0xB5E5, 0xB4DC, 0xB5E6, 0xB4DD, 0xB5E7, 0xB4E0, 0xB5E8, 0xB4E3, 0xB5E9, 0xB4E4, 0xB5EA, 0xB4E6, - 0xB5EB, 0xB4EC, 0xB5EC, 0xB4ED, 0xB5ED, 0xB4EF, 0xB5EE, 0xB4F1, 0xB5EF, 0xB4F8, 0xB5F0, 0xB514, 0xB5F1, 0xB515, 0xB5F2, 0xB518, - 0xB5F3, 0xB51B, 0xB5F4, 0xB51C, 0xB5F5, 0xB524, 0xB5F6, 0xB525, 0xB5F7, 0xB527, 0xB5F8, 0xB528, 0xB5F9, 0xB529, 0xB5FA, 0xB52A, - 0xB5FB, 0xB530, 0xB5FC, 0xB531, 0xB5FD, 0xB534, 0xB5FE, 0xB538, 0xB641, 0xD105, 0xB642, 0xD106, 0xB643, 0xD107, 0xB644, 0xD108, - 0xB645, 0xD109, 0xB646, 0xD10A, 0xB647, 0xD10B, 0xB648, 0xD10C, 0xB649, 0xD10E, 0xB64A, 0xD10F, 0xB64B, 0xD110, 0xB64C, 0xD111, - 0xB64D, 0xD112, 0xB64E, 0xD113, 0xB64F, 0xD114, 0xB650, 0xD115, 0xB651, 0xD116, 0xB652, 0xD117, 0xB653, 0xD118, 0xB654, 0xD119, - 0xB655, 0xD11A, 0xB656, 0xD11B, 0xB657, 0xD11C, 0xB658, 0xD11D, 0xB659, 0xD11E, 0xB65A, 0xD11F, 0xB661, 0xD120, 0xB662, 0xD121, - 0xB663, 0xD122, 0xB664, 0xD123, 0xB665, 0xD124, 0xB666, 0xD125, 0xB667, 0xD126, 0xB668, 0xD127, 0xB669, 0xD128, 0xB66A, 0xD129, - 0xB66B, 0xD12A, 0xB66C, 0xD12B, 0xB66D, 0xD12C, 0xB66E, 0xD12D, 0xB66F, 0xD12E, 0xB670, 0xD12F, 0xB671, 0xD132, 0xB672, 0xD133, - 0xB673, 0xD135, 0xB674, 0xD136, 0xB675, 0xD137, 0xB676, 0xD139, 0xB677, 0xD13B, 0xB678, 0xD13C, 0xB679, 0xD13D, 0xB67A, 0xD13E, - 0xB681, 0xD13F, 0xB682, 0xD142, 0xB683, 0xD146, 0xB684, 0xD147, 0xB685, 0xD148, 0xB686, 0xD149, 0xB687, 0xD14A, 0xB688, 0xD14B, - 0xB689, 0xD14E, 0xB68A, 0xD14F, 0xB68B, 0xD151, 0xB68C, 0xD152, 0xB68D, 0xD153, 0xB68E, 0xD155, 0xB68F, 0xD156, 0xB690, 0xD157, - 0xB691, 0xD158, 0xB692, 0xD159, 0xB693, 0xD15A, 0xB694, 0xD15B, 0xB695, 0xD15E, 0xB696, 0xD160, 0xB697, 0xD162, 0xB698, 0xD163, - 0xB699, 0xD164, 0xB69A, 0xD165, 0xB69B, 0xD166, 0xB69C, 0xD167, 0xB69D, 0xD169, 0xB69E, 0xD16A, 0xB69F, 0xD16B, 0xB6A0, 0xD16D, - 0xB6A1, 0xB540, 0xB6A2, 0xB541, 0xB6A3, 0xB543, 0xB6A4, 0xB544, 0xB6A5, 0xB545, 0xB6A6, 0xB54B, 0xB6A7, 0xB54C, 0xB6A8, 0xB54D, - 0xB6A9, 0xB550, 0xB6AA, 0xB554, 0xB6AB, 0xB55C, 0xB6AC, 0xB55D, 0xB6AD, 0xB55F, 0xB6AE, 0xB560, 0xB6AF, 0xB561, 0xB6B0, 0xB5A0, - 0xB6B1, 0xB5A1, 0xB6B2, 0xB5A4, 0xB6B3, 0xB5A8, 0xB6B4, 0xB5AA, 0xB6B5, 0xB5AB, 0xB6B6, 0xB5B0, 0xB6B7, 0xB5B1, 0xB6B8, 0xB5B3, - 0xB6B9, 0xB5B4, 0xB6BA, 0xB5B5, 0xB6BB, 0xB5BB, 0xB6BC, 0xB5BC, 0xB6BD, 0xB5BD, 0xB6BE, 0xB5C0, 0xB6BF, 0xB5C4, 0xB6C0, 0xB5CC, - 0xB6C1, 0xB5CD, 0xB6C2, 0xB5CF, 0xB6C3, 0xB5D0, 0xB6C4, 0xB5D1, 0xB6C5, 0xB5D8, 0xB6C6, 0xB5EC, 0xB6C7, 0xB610, 0xB6C8, 0xB611, - 0xB6C9, 0xB614, 0xB6CA, 0xB618, 0xB6CB, 0xB625, 0xB6CC, 0xB62C, 0xB6CD, 0xB634, 0xB6CE, 0xB648, 0xB6CF, 0xB664, 0xB6D0, 0xB668, - 0xB6D1, 0xB69C, 0xB6D2, 0xB69D, 0xB6D3, 0xB6A0, 0xB6D4, 0xB6A4, 0xB6D5, 0xB6AB, 0xB6D6, 0xB6AC, 0xB6D7, 0xB6B1, 0xB6D8, 0xB6D4, - 0xB6D9, 0xB6F0, 0xB6DA, 0xB6F4, 0xB6DB, 0xB6F8, 0xB6DC, 0xB700, 0xB6DD, 0xB701, 0xB6DE, 0xB705, 0xB6DF, 0xB728, 0xB6E0, 0xB729, - 0xB6E1, 0xB72C, 0xB6E2, 0xB72F, 0xB6E3, 0xB730, 0xB6E4, 0xB738, 0xB6E5, 0xB739, 0xB6E6, 0xB73B, 0xB6E7, 0xB744, 0xB6E8, 0xB748, - 0xB6E9, 0xB74C, 0xB6EA, 0xB754, 0xB6EB, 0xB755, 0xB6EC, 0xB760, 0xB6ED, 0xB764, 0xB6EE, 0xB768, 0xB6EF, 0xB770, 0xB6F0, 0xB771, - 0xB6F1, 0xB773, 0xB6F2, 0xB775, 0xB6F3, 0xB77C, 0xB6F4, 0xB77D, 0xB6F5, 0xB780, 0xB6F6, 0xB784, 0xB6F7, 0xB78C, 0xB6F8, 0xB78D, - 0xB6F9, 0xB78F, 0xB6FA, 0xB790, 0xB6FB, 0xB791, 0xB6FC, 0xB792, 0xB6FD, 0xB796, 0xB6FE, 0xB797, 0xB741, 0xD16E, 0xB742, 0xD16F, - 0xB743, 0xD170, 0xB744, 0xD171, 0xB745, 0xD172, 0xB746, 0xD173, 0xB747, 0xD174, 0xB748, 0xD175, 0xB749, 0xD176, 0xB74A, 0xD177, - 0xB74B, 0xD178, 0xB74C, 0xD179, 0xB74D, 0xD17A, 0xB74E, 0xD17B, 0xB74F, 0xD17D, 0xB750, 0xD17E, 0xB751, 0xD17F, 0xB752, 0xD180, - 0xB753, 0xD181, 0xB754, 0xD182, 0xB755, 0xD183, 0xB756, 0xD185, 0xB757, 0xD186, 0xB758, 0xD187, 0xB759, 0xD189, 0xB75A, 0xD18A, - 0xB761, 0xD18B, 0xB762, 0xD18C, 0xB763, 0xD18D, 0xB764, 0xD18E, 0xB765, 0xD18F, 0xB766, 0xD190, 0xB767, 0xD191, 0xB768, 0xD192, - 0xB769, 0xD193, 0xB76A, 0xD194, 0xB76B, 0xD195, 0xB76C, 0xD196, 0xB76D, 0xD197, 0xB76E, 0xD198, 0xB76F, 0xD199, 0xB770, 0xD19A, - 0xB771, 0xD19B, 0xB772, 0xD19C, 0xB773, 0xD19D, 0xB774, 0xD19E, 0xB775, 0xD19F, 0xB776, 0xD1A2, 0xB777, 0xD1A3, 0xB778, 0xD1A5, - 0xB779, 0xD1A6, 0xB77A, 0xD1A7, 0xB781, 0xD1A9, 0xB782, 0xD1AA, 0xB783, 0xD1AB, 0xB784, 0xD1AC, 0xB785, 0xD1AD, 0xB786, 0xD1AE, - 0xB787, 0xD1AF, 0xB788, 0xD1B2, 0xB789, 0xD1B4, 0xB78A, 0xD1B6, 0xB78B, 0xD1B7, 0xB78C, 0xD1B8, 0xB78D, 0xD1B9, 0xB78E, 0xD1BB, - 0xB78F, 0xD1BD, 0xB790, 0xD1BE, 0xB791, 0xD1BF, 0xB792, 0xD1C1, 0xB793, 0xD1C2, 0xB794, 0xD1C3, 0xB795, 0xD1C4, 0xB796, 0xD1C5, - 0xB797, 0xD1C6, 0xB798, 0xD1C7, 0xB799, 0xD1C8, 0xB79A, 0xD1C9, 0xB79B, 0xD1CA, 0xB79C, 0xD1CB, 0xB79D, 0xD1CC, 0xB79E, 0xD1CD, - 0xB79F, 0xD1CE, 0xB7A0, 0xD1CF, 0xB7A1, 0xB798, 0xB7A2, 0xB799, 0xB7A3, 0xB79C, 0xB7A4, 0xB7A0, 0xB7A5, 0xB7A8, 0xB7A6, 0xB7A9, - 0xB7A7, 0xB7AB, 0xB7A8, 0xB7AC, 0xB7A9, 0xB7AD, 0xB7AA, 0xB7B4, 0xB7AB, 0xB7B5, 0xB7AC, 0xB7B8, 0xB7AD, 0xB7C7, 0xB7AE, 0xB7C9, - 0xB7AF, 0xB7EC, 0xB7B0, 0xB7ED, 0xB7B1, 0xB7F0, 0xB7B2, 0xB7F4, 0xB7B3, 0xB7FC, 0xB7B4, 0xB7FD, 0xB7B5, 0xB7FF, 0xB7B6, 0xB800, - 0xB7B7, 0xB801, 0xB7B8, 0xB807, 0xB7B9, 0xB808, 0xB7BA, 0xB809, 0xB7BB, 0xB80C, 0xB7BC, 0xB810, 0xB7BD, 0xB818, 0xB7BE, 0xB819, - 0xB7BF, 0xB81B, 0xB7C0, 0xB81D, 0xB7C1, 0xB824, 0xB7C2, 0xB825, 0xB7C3, 0xB828, 0xB7C4, 0xB82C, 0xB7C5, 0xB834, 0xB7C6, 0xB835, - 0xB7C7, 0xB837, 0xB7C8, 0xB838, 0xB7C9, 0xB839, 0xB7CA, 0xB840, 0xB7CB, 0xB844, 0xB7CC, 0xB851, 0xB7CD, 0xB853, 0xB7CE, 0xB85C, - 0xB7CF, 0xB85D, 0xB7D0, 0xB860, 0xB7D1, 0xB864, 0xB7D2, 0xB86C, 0xB7D3, 0xB86D, 0xB7D4, 0xB86F, 0xB7D5, 0xB871, 0xB7D6, 0xB878, - 0xB7D7, 0xB87C, 0xB7D8, 0xB88D, 0xB7D9, 0xB8A8, 0xB7DA, 0xB8B0, 0xB7DB, 0xB8B4, 0xB7DC, 0xB8B8, 0xB7DD, 0xB8C0, 0xB7DE, 0xB8C1, - 0xB7DF, 0xB8C3, 0xB7E0, 0xB8C5, 0xB7E1, 0xB8CC, 0xB7E2, 0xB8D0, 0xB7E3, 0xB8D4, 0xB7E4, 0xB8DD, 0xB7E5, 0xB8DF, 0xB7E6, 0xB8E1, - 0xB7E7, 0xB8E8, 0xB7E8, 0xB8E9, 0xB7E9, 0xB8EC, 0xB7EA, 0xB8F0, 0xB7EB, 0xB8F8, 0xB7EC, 0xB8F9, 0xB7ED, 0xB8FB, 0xB7EE, 0xB8FD, - 0xB7EF, 0xB904, 0xB7F0, 0xB918, 0xB7F1, 0xB920, 0xB7F2, 0xB93C, 0xB7F3, 0xB93D, 0xB7F4, 0xB940, 0xB7F5, 0xB944, 0xB7F6, 0xB94C, - 0xB7F7, 0xB94F, 0xB7F8, 0xB951, 0xB7F9, 0xB958, 0xB7FA, 0xB959, 0xB7FB, 0xB95C, 0xB7FC, 0xB960, 0xB7FD, 0xB968, 0xB7FE, 0xB969, - 0xB841, 0xD1D0, 0xB842, 0xD1D1, 0xB843, 0xD1D2, 0xB844, 0xD1D3, 0xB845, 0xD1D4, 0xB846, 0xD1D5, 0xB847, 0xD1D6, 0xB848, 0xD1D7, - 0xB849, 0xD1D9, 0xB84A, 0xD1DA, 0xB84B, 0xD1DB, 0xB84C, 0xD1DC, 0xB84D, 0xD1DD, 0xB84E, 0xD1DE, 0xB84F, 0xD1DF, 0xB850, 0xD1E0, - 0xB851, 0xD1E1, 0xB852, 0xD1E2, 0xB853, 0xD1E3, 0xB854, 0xD1E4, 0xB855, 0xD1E5, 0xB856, 0xD1E6, 0xB857, 0xD1E7, 0xB858, 0xD1E8, - 0xB859, 0xD1E9, 0xB85A, 0xD1EA, 0xB861, 0xD1EB, 0xB862, 0xD1EC, 0xB863, 0xD1ED, 0xB864, 0xD1EE, 0xB865, 0xD1EF, 0xB866, 0xD1F0, - 0xB867, 0xD1F1, 0xB868, 0xD1F2, 0xB869, 0xD1F3, 0xB86A, 0xD1F5, 0xB86B, 0xD1F6, 0xB86C, 0xD1F7, 0xB86D, 0xD1F9, 0xB86E, 0xD1FA, - 0xB86F, 0xD1FB, 0xB870, 0xD1FC, 0xB871, 0xD1FD, 0xB872, 0xD1FE, 0xB873, 0xD1FF, 0xB874, 0xD200, 0xB875, 0xD201, 0xB876, 0xD202, - 0xB877, 0xD203, 0xB878, 0xD204, 0xB879, 0xD205, 0xB87A, 0xD206, 0xB881, 0xD208, 0xB882, 0xD20A, 0xB883, 0xD20B, 0xB884, 0xD20C, - 0xB885, 0xD20D, 0xB886, 0xD20E, 0xB887, 0xD20F, 0xB888, 0xD211, 0xB889, 0xD212, 0xB88A, 0xD213, 0xB88B, 0xD214, 0xB88C, 0xD215, - 0xB88D, 0xD216, 0xB88E, 0xD217, 0xB88F, 0xD218, 0xB890, 0xD219, 0xB891, 0xD21A, 0xB892, 0xD21B, 0xB893, 0xD21C, 0xB894, 0xD21D, - 0xB895, 0xD21E, 0xB896, 0xD21F, 0xB897, 0xD220, 0xB898, 0xD221, 0xB899, 0xD222, 0xB89A, 0xD223, 0xB89B, 0xD224, 0xB89C, 0xD225, - 0xB89D, 0xD226, 0xB89E, 0xD227, 0xB89F, 0xD228, 0xB8A0, 0xD229, 0xB8A1, 0xB96B, 0xB8A2, 0xB96D, 0xB8A3, 0xB974, 0xB8A4, 0xB975, - 0xB8A5, 0xB978, 0xB8A6, 0xB97C, 0xB8A7, 0xB984, 0xB8A8, 0xB985, 0xB8A9, 0xB987, 0xB8AA, 0xB989, 0xB8AB, 0xB98A, 0xB8AC, 0xB98D, - 0xB8AD, 0xB98E, 0xB8AE, 0xB9AC, 0xB8AF, 0xB9AD, 0xB8B0, 0xB9B0, 0xB8B1, 0xB9B4, 0xB8B2, 0xB9BC, 0xB8B3, 0xB9BD, 0xB8B4, 0xB9BF, - 0xB8B5, 0xB9C1, 0xB8B6, 0xB9C8, 0xB8B7, 0xB9C9, 0xB8B8, 0xB9CC, 0xB8B9, 0xB9CE, 0xB8BA, 0xB9CF, 0xB8BB, 0xB9D0, 0xB8BC, 0xB9D1, - 0xB8BD, 0xB9D2, 0xB8BE, 0xB9D8, 0xB8BF, 0xB9D9, 0xB8C0, 0xB9DB, 0xB8C1, 0xB9DD, 0xB8C2, 0xB9DE, 0xB8C3, 0xB9E1, 0xB8C4, 0xB9E3, - 0xB8C5, 0xB9E4, 0xB8C6, 0xB9E5, 0xB8C7, 0xB9E8, 0xB8C8, 0xB9EC, 0xB8C9, 0xB9F4, 0xB8CA, 0xB9F5, 0xB8CB, 0xB9F7, 0xB8CC, 0xB9F8, - 0xB8CD, 0xB9F9, 0xB8CE, 0xB9FA, 0xB8CF, 0xBA00, 0xB8D0, 0xBA01, 0xB8D1, 0xBA08, 0xB8D2, 0xBA15, 0xB8D3, 0xBA38, 0xB8D4, 0xBA39, - 0xB8D5, 0xBA3C, 0xB8D6, 0xBA40, 0xB8D7, 0xBA42, 0xB8D8, 0xBA48, 0xB8D9, 0xBA49, 0xB8DA, 0xBA4B, 0xB8DB, 0xBA4D, 0xB8DC, 0xBA4E, - 0xB8DD, 0xBA53, 0xB8DE, 0xBA54, 0xB8DF, 0xBA55, 0xB8E0, 0xBA58, 0xB8E1, 0xBA5C, 0xB8E2, 0xBA64, 0xB8E3, 0xBA65, 0xB8E4, 0xBA67, - 0xB8E5, 0xBA68, 0xB8E6, 0xBA69, 0xB8E7, 0xBA70, 0xB8E8, 0xBA71, 0xB8E9, 0xBA74, 0xB8EA, 0xBA78, 0xB8EB, 0xBA83, 0xB8EC, 0xBA84, - 0xB8ED, 0xBA85, 0xB8EE, 0xBA87, 0xB8EF, 0xBA8C, 0xB8F0, 0xBAA8, 0xB8F1, 0xBAA9, 0xB8F2, 0xBAAB, 0xB8F3, 0xBAAC, 0xB8F4, 0xBAB0, - 0xB8F5, 0xBAB2, 0xB8F6, 0xBAB8, 0xB8F7, 0xBAB9, 0xB8F8, 0xBABB, 0xB8F9, 0xBABD, 0xB8FA, 0xBAC4, 0xB8FB, 0xBAC8, 0xB8FC, 0xBAD8, - 0xB8FD, 0xBAD9, 0xB8FE, 0xBAFC, 0xB941, 0xD22A, 0xB942, 0xD22B, 0xB943, 0xD22E, 0xB944, 0xD22F, 0xB945, 0xD231, 0xB946, 0xD232, - 0xB947, 0xD233, 0xB948, 0xD235, 0xB949, 0xD236, 0xB94A, 0xD237, 0xB94B, 0xD238, 0xB94C, 0xD239, 0xB94D, 0xD23A, 0xB94E, 0xD23B, - 0xB94F, 0xD23E, 0xB950, 0xD240, 0xB951, 0xD242, 0xB952, 0xD243, 0xB953, 0xD244, 0xB954, 0xD245, 0xB955, 0xD246, 0xB956, 0xD247, - 0xB957, 0xD249, 0xB958, 0xD24A, 0xB959, 0xD24B, 0xB95A, 0xD24C, 0xB961, 0xD24D, 0xB962, 0xD24E, 0xB963, 0xD24F, 0xB964, 0xD250, - 0xB965, 0xD251, 0xB966, 0xD252, 0xB967, 0xD253, 0xB968, 0xD254, 0xB969, 0xD255, 0xB96A, 0xD256, 0xB96B, 0xD257, 0xB96C, 0xD258, - 0xB96D, 0xD259, 0xB96E, 0xD25A, 0xB96F, 0xD25B, 0xB970, 0xD25D, 0xB971, 0xD25E, 0xB972, 0xD25F, 0xB973, 0xD260, 0xB974, 0xD261, - 0xB975, 0xD262, 0xB976, 0xD263, 0xB977, 0xD265, 0xB978, 0xD266, 0xB979, 0xD267, 0xB97A, 0xD268, 0xB981, 0xD269, 0xB982, 0xD26A, - 0xB983, 0xD26B, 0xB984, 0xD26C, 0xB985, 0xD26D, 0xB986, 0xD26E, 0xB987, 0xD26F, 0xB988, 0xD270, 0xB989, 0xD271, 0xB98A, 0xD272, - 0xB98B, 0xD273, 0xB98C, 0xD274, 0xB98D, 0xD275, 0xB98E, 0xD276, 0xB98F, 0xD277, 0xB990, 0xD278, 0xB991, 0xD279, 0xB992, 0xD27A, - 0xB993, 0xD27B, 0xB994, 0xD27C, 0xB995, 0xD27D, 0xB996, 0xD27E, 0xB997, 0xD27F, 0xB998, 0xD282, 0xB999, 0xD283, 0xB99A, 0xD285, - 0xB99B, 0xD286, 0xB99C, 0xD287, 0xB99D, 0xD289, 0xB99E, 0xD28A, 0xB99F, 0xD28B, 0xB9A0, 0xD28C, 0xB9A1, 0xBB00, 0xB9A2, 0xBB04, - 0xB9A3, 0xBB0D, 0xB9A4, 0xBB0F, 0xB9A5, 0xBB11, 0xB9A6, 0xBB18, 0xB9A7, 0xBB1C, 0xB9A8, 0xBB20, 0xB9A9, 0xBB29, 0xB9AA, 0xBB2B, - 0xB9AB, 0xBB34, 0xB9AC, 0xBB35, 0xB9AD, 0xBB36, 0xB9AE, 0xBB38, 0xB9AF, 0xBB3B, 0xB9B0, 0xBB3C, 0xB9B1, 0xBB3D, 0xB9B2, 0xBB3E, - 0xB9B3, 0xBB44, 0xB9B4, 0xBB45, 0xB9B5, 0xBB47, 0xB9B6, 0xBB49, 0xB9B7, 0xBB4D, 0xB9B8, 0xBB4F, 0xB9B9, 0xBB50, 0xB9BA, 0xBB54, - 0xB9BB, 0xBB58, 0xB9BC, 0xBB61, 0xB9BD, 0xBB63, 0xB9BE, 0xBB6C, 0xB9BF, 0xBB88, 0xB9C0, 0xBB8C, 0xB9C1, 0xBB90, 0xB9C2, 0xBBA4, - 0xB9C3, 0xBBA8, 0xB9C4, 0xBBAC, 0xB9C5, 0xBBB4, 0xB9C6, 0xBBB7, 0xB9C7, 0xBBC0, 0xB9C8, 0xBBC4, 0xB9C9, 0xBBC8, 0xB9CA, 0xBBD0, - 0xB9CB, 0xBBD3, 0xB9CC, 0xBBF8, 0xB9CD, 0xBBF9, 0xB9CE, 0xBBFC, 0xB9CF, 0xBBFF, 0xB9D0, 0xBC00, 0xB9D1, 0xBC02, 0xB9D2, 0xBC08, - 0xB9D3, 0xBC09, 0xB9D4, 0xBC0B, 0xB9D5, 0xBC0C, 0xB9D6, 0xBC0D, 0xB9D7, 0xBC0F, 0xB9D8, 0xBC11, 0xB9D9, 0xBC14, 0xB9DA, 0xBC15, - 0xB9DB, 0xBC16, 0xB9DC, 0xBC17, 0xB9DD, 0xBC18, 0xB9DE, 0xBC1B, 0xB9DF, 0xBC1C, 0xB9E0, 0xBC1D, 0xB9E1, 0xBC1E, 0xB9E2, 0xBC1F, - 0xB9E3, 0xBC24, 0xB9E4, 0xBC25, 0xB9E5, 0xBC27, 0xB9E6, 0xBC29, 0xB9E7, 0xBC2D, 0xB9E8, 0xBC30, 0xB9E9, 0xBC31, 0xB9EA, 0xBC34, - 0xB9EB, 0xBC38, 0xB9EC, 0xBC40, 0xB9ED, 0xBC41, 0xB9EE, 0xBC43, 0xB9EF, 0xBC44, 0xB9F0, 0xBC45, 0xB9F1, 0xBC49, 0xB9F2, 0xBC4C, - 0xB9F3, 0xBC4D, 0xB9F4, 0xBC50, 0xB9F5, 0xBC5D, 0xB9F6, 0xBC84, 0xB9F7, 0xBC85, 0xB9F8, 0xBC88, 0xB9F9, 0xBC8B, 0xB9FA, 0xBC8C, - 0xB9FB, 0xBC8E, 0xB9FC, 0xBC94, 0xB9FD, 0xBC95, 0xB9FE, 0xBC97, 0xBA41, 0xD28D, 0xBA42, 0xD28E, 0xBA43, 0xD28F, 0xBA44, 0xD292, - 0xBA45, 0xD293, 0xBA46, 0xD294, 0xBA47, 0xD296, 0xBA48, 0xD297, 0xBA49, 0xD298, 0xBA4A, 0xD299, 0xBA4B, 0xD29A, 0xBA4C, 0xD29B, - 0xBA4D, 0xD29D, 0xBA4E, 0xD29E, 0xBA4F, 0xD29F, 0xBA50, 0xD2A1, 0xBA51, 0xD2A2, 0xBA52, 0xD2A3, 0xBA53, 0xD2A5, 0xBA54, 0xD2A6, - 0xBA55, 0xD2A7, 0xBA56, 0xD2A8, 0xBA57, 0xD2A9, 0xBA58, 0xD2AA, 0xBA59, 0xD2AB, 0xBA5A, 0xD2AD, 0xBA61, 0xD2AE, 0xBA62, 0xD2AF, - 0xBA63, 0xD2B0, 0xBA64, 0xD2B2, 0xBA65, 0xD2B3, 0xBA66, 0xD2B4, 0xBA67, 0xD2B5, 0xBA68, 0xD2B6, 0xBA69, 0xD2B7, 0xBA6A, 0xD2BA, - 0xBA6B, 0xD2BB, 0xBA6C, 0xD2BD, 0xBA6D, 0xD2BE, 0xBA6E, 0xD2C1, 0xBA6F, 0xD2C3, 0xBA70, 0xD2C4, 0xBA71, 0xD2C5, 0xBA72, 0xD2C6, - 0xBA73, 0xD2C7, 0xBA74, 0xD2CA, 0xBA75, 0xD2CC, 0xBA76, 0xD2CD, 0xBA77, 0xD2CE, 0xBA78, 0xD2CF, 0xBA79, 0xD2D0, 0xBA7A, 0xD2D1, - 0xBA81, 0xD2D2, 0xBA82, 0xD2D3, 0xBA83, 0xD2D5, 0xBA84, 0xD2D6, 0xBA85, 0xD2D7, 0xBA86, 0xD2D9, 0xBA87, 0xD2DA, 0xBA88, 0xD2DB, - 0xBA89, 0xD2DD, 0xBA8A, 0xD2DE, 0xBA8B, 0xD2DF, 0xBA8C, 0xD2E0, 0xBA8D, 0xD2E1, 0xBA8E, 0xD2E2, 0xBA8F, 0xD2E3, 0xBA90, 0xD2E6, - 0xBA91, 0xD2E7, 0xBA92, 0xD2E8, 0xBA93, 0xD2E9, 0xBA94, 0xD2EA, 0xBA95, 0xD2EB, 0xBA96, 0xD2EC, 0xBA97, 0xD2ED, 0xBA98, 0xD2EE, - 0xBA99, 0xD2EF, 0xBA9A, 0xD2F2, 0xBA9B, 0xD2F3, 0xBA9C, 0xD2F5, 0xBA9D, 0xD2F6, 0xBA9E, 0xD2F7, 0xBA9F, 0xD2F9, 0xBAA0, 0xD2FA, - 0xBAA1, 0xBC99, 0xBAA2, 0xBC9A, 0xBAA3, 0xBCA0, 0xBAA4, 0xBCA1, 0xBAA5, 0xBCA4, 0xBAA6, 0xBCA7, 0xBAA7, 0xBCA8, 0xBAA8, 0xBCB0, - 0xBAA9, 0xBCB1, 0xBAAA, 0xBCB3, 0xBAAB, 0xBCB4, 0xBAAC, 0xBCB5, 0xBAAD, 0xBCBC, 0xBAAE, 0xBCBD, 0xBAAF, 0xBCC0, 0xBAB0, 0xBCC4, - 0xBAB1, 0xBCCD, 0xBAB2, 0xBCCF, 0xBAB3, 0xBCD0, 0xBAB4, 0xBCD1, 0xBAB5, 0xBCD5, 0xBAB6, 0xBCD8, 0xBAB7, 0xBCDC, 0xBAB8, 0xBCF4, - 0xBAB9, 0xBCF5, 0xBABA, 0xBCF6, 0xBABB, 0xBCF8, 0xBABC, 0xBCFC, 0xBABD, 0xBD04, 0xBABE, 0xBD05, 0xBABF, 0xBD07, 0xBAC0, 0xBD09, - 0xBAC1, 0xBD10, 0xBAC2, 0xBD14, 0xBAC3, 0xBD24, 0xBAC4, 0xBD2C, 0xBAC5, 0xBD40, 0xBAC6, 0xBD48, 0xBAC7, 0xBD49, 0xBAC8, 0xBD4C, - 0xBAC9, 0xBD50, 0xBACA, 0xBD58, 0xBACB, 0xBD59, 0xBACC, 0xBD64, 0xBACD, 0xBD68, 0xBACE, 0xBD80, 0xBACF, 0xBD81, 0xBAD0, 0xBD84, - 0xBAD1, 0xBD87, 0xBAD2, 0xBD88, 0xBAD3, 0xBD89, 0xBAD4, 0xBD8A, 0xBAD5, 0xBD90, 0xBAD6, 0xBD91, 0xBAD7, 0xBD93, 0xBAD8, 0xBD95, - 0xBAD9, 0xBD99, 0xBADA, 0xBD9A, 0xBADB, 0xBD9C, 0xBADC, 0xBDA4, 0xBADD, 0xBDB0, 0xBADE, 0xBDB8, 0xBADF, 0xBDD4, 0xBAE0, 0xBDD5, - 0xBAE1, 0xBDD8, 0xBAE2, 0xBDDC, 0xBAE3, 0xBDE9, 0xBAE4, 0xBDF0, 0xBAE5, 0xBDF4, 0xBAE6, 0xBDF8, 0xBAE7, 0xBE00, 0xBAE8, 0xBE03, - 0xBAE9, 0xBE05, 0xBAEA, 0xBE0C, 0xBAEB, 0xBE0D, 0xBAEC, 0xBE10, 0xBAED, 0xBE14, 0xBAEE, 0xBE1C, 0xBAEF, 0xBE1D, 0xBAF0, 0xBE1F, - 0xBAF1, 0xBE44, 0xBAF2, 0xBE45, 0xBAF3, 0xBE48, 0xBAF4, 0xBE4C, 0xBAF5, 0xBE4E, 0xBAF6, 0xBE54, 0xBAF7, 0xBE55, 0xBAF8, 0xBE57, - 0xBAF9, 0xBE59, 0xBAFA, 0xBE5A, 0xBAFB, 0xBE5B, 0xBAFC, 0xBE60, 0xBAFD, 0xBE61, 0xBAFE, 0xBE64, 0xBB41, 0xD2FB, 0xBB42, 0xD2FC, - 0xBB43, 0xD2FD, 0xBB44, 0xD2FE, 0xBB45, 0xD2FF, 0xBB46, 0xD302, 0xBB47, 0xD304, 0xBB48, 0xD306, 0xBB49, 0xD307, 0xBB4A, 0xD308, - 0xBB4B, 0xD309, 0xBB4C, 0xD30A, 0xBB4D, 0xD30B, 0xBB4E, 0xD30F, 0xBB4F, 0xD311, 0xBB50, 0xD312, 0xBB51, 0xD313, 0xBB52, 0xD315, - 0xBB53, 0xD317, 0xBB54, 0xD318, 0xBB55, 0xD319, 0xBB56, 0xD31A, 0xBB57, 0xD31B, 0xBB58, 0xD31E, 0xBB59, 0xD322, 0xBB5A, 0xD323, - 0xBB61, 0xD324, 0xBB62, 0xD326, 0xBB63, 0xD327, 0xBB64, 0xD32A, 0xBB65, 0xD32B, 0xBB66, 0xD32D, 0xBB67, 0xD32E, 0xBB68, 0xD32F, - 0xBB69, 0xD331, 0xBB6A, 0xD332, 0xBB6B, 0xD333, 0xBB6C, 0xD334, 0xBB6D, 0xD335, 0xBB6E, 0xD336, 0xBB6F, 0xD337, 0xBB70, 0xD33A, - 0xBB71, 0xD33E, 0xBB72, 0xD33F, 0xBB73, 0xD340, 0xBB74, 0xD341, 0xBB75, 0xD342, 0xBB76, 0xD343, 0xBB77, 0xD346, 0xBB78, 0xD347, - 0xBB79, 0xD348, 0xBB7A, 0xD349, 0xBB81, 0xD34A, 0xBB82, 0xD34B, 0xBB83, 0xD34C, 0xBB84, 0xD34D, 0xBB85, 0xD34E, 0xBB86, 0xD34F, - 0xBB87, 0xD350, 0xBB88, 0xD351, 0xBB89, 0xD352, 0xBB8A, 0xD353, 0xBB8B, 0xD354, 0xBB8C, 0xD355, 0xBB8D, 0xD356, 0xBB8E, 0xD357, - 0xBB8F, 0xD358, 0xBB90, 0xD359, 0xBB91, 0xD35A, 0xBB92, 0xD35B, 0xBB93, 0xD35C, 0xBB94, 0xD35D, 0xBB95, 0xD35E, 0xBB96, 0xD35F, - 0xBB97, 0xD360, 0xBB98, 0xD361, 0xBB99, 0xD362, 0xBB9A, 0xD363, 0xBB9B, 0xD364, 0xBB9C, 0xD365, 0xBB9D, 0xD366, 0xBB9E, 0xD367, - 0xBB9F, 0xD368, 0xBBA0, 0xD369, 0xBBA1, 0xBE68, 0xBBA2, 0xBE6A, 0xBBA3, 0xBE70, 0xBBA4, 0xBE71, 0xBBA5, 0xBE73, 0xBBA6, 0xBE74, - 0xBBA7, 0xBE75, 0xBBA8, 0xBE7B, 0xBBA9, 0xBE7C, 0xBBAA, 0xBE7D, 0xBBAB, 0xBE80, 0xBBAC, 0xBE84, 0xBBAD, 0xBE8C, 0xBBAE, 0xBE8D, - 0xBBAF, 0xBE8F, 0xBBB0, 0xBE90, 0xBBB1, 0xBE91, 0xBBB2, 0xBE98, 0xBBB3, 0xBE99, 0xBBB4, 0xBEA8, 0xBBB5, 0xBED0, 0xBBB6, 0xBED1, - 0xBBB7, 0xBED4, 0xBBB8, 0xBED7, 0xBBB9, 0xBED8, 0xBBBA, 0xBEE0, 0xBBBB, 0xBEE3, 0xBBBC, 0xBEE4, 0xBBBD, 0xBEE5, 0xBBBE, 0xBEEC, - 0xBBBF, 0xBF01, 0xBBC0, 0xBF08, 0xBBC1, 0xBF09, 0xBBC2, 0xBF18, 0xBBC3, 0xBF19, 0xBBC4, 0xBF1B, 0xBBC5, 0xBF1C, 0xBBC6, 0xBF1D, - 0xBBC7, 0xBF40, 0xBBC8, 0xBF41, 0xBBC9, 0xBF44, 0xBBCA, 0xBF48, 0xBBCB, 0xBF50, 0xBBCC, 0xBF51, 0xBBCD, 0xBF55, 0xBBCE, 0xBF94, - 0xBBCF, 0xBFB0, 0xBBD0, 0xBFC5, 0xBBD1, 0xBFCC, 0xBBD2, 0xBFCD, 0xBBD3, 0xBFD0, 0xBBD4, 0xBFD4, 0xBBD5, 0xBFDC, 0xBBD6, 0xBFDF, - 0xBBD7, 0xBFE1, 0xBBD8, 0xC03C, 0xBBD9, 0xC051, 0xBBDA, 0xC058, 0xBBDB, 0xC05C, 0xBBDC, 0xC060, 0xBBDD, 0xC068, 0xBBDE, 0xC069, - 0xBBDF, 0xC090, 0xBBE0, 0xC091, 0xBBE1, 0xC094, 0xBBE2, 0xC098, 0xBBE3, 0xC0A0, 0xBBE4, 0xC0A1, 0xBBE5, 0xC0A3, 0xBBE6, 0xC0A5, - 0xBBE7, 0xC0AC, 0xBBE8, 0xC0AD, 0xBBE9, 0xC0AF, 0xBBEA, 0xC0B0, 0xBBEB, 0xC0B3, 0xBBEC, 0xC0B4, 0xBBED, 0xC0B5, 0xBBEE, 0xC0B6, - 0xBBEF, 0xC0BC, 0xBBF0, 0xC0BD, 0xBBF1, 0xC0BF, 0xBBF2, 0xC0C0, 0xBBF3, 0xC0C1, 0xBBF4, 0xC0C5, 0xBBF5, 0xC0C8, 0xBBF6, 0xC0C9, - 0xBBF7, 0xC0CC, 0xBBF8, 0xC0D0, 0xBBF9, 0xC0D8, 0xBBFA, 0xC0D9, 0xBBFB, 0xC0DB, 0xBBFC, 0xC0DC, 0xBBFD, 0xC0DD, 0xBBFE, 0xC0E4, - 0xBC41, 0xD36A, 0xBC42, 0xD36B, 0xBC43, 0xD36C, 0xBC44, 0xD36D, 0xBC45, 0xD36E, 0xBC46, 0xD36F, 0xBC47, 0xD370, 0xBC48, 0xD371, - 0xBC49, 0xD372, 0xBC4A, 0xD373, 0xBC4B, 0xD374, 0xBC4C, 0xD375, 0xBC4D, 0xD376, 0xBC4E, 0xD377, 0xBC4F, 0xD378, 0xBC50, 0xD379, - 0xBC51, 0xD37A, 0xBC52, 0xD37B, 0xBC53, 0xD37E, 0xBC54, 0xD37F, 0xBC55, 0xD381, 0xBC56, 0xD382, 0xBC57, 0xD383, 0xBC58, 0xD385, - 0xBC59, 0xD386, 0xBC5A, 0xD387, 0xBC61, 0xD388, 0xBC62, 0xD389, 0xBC63, 0xD38A, 0xBC64, 0xD38B, 0xBC65, 0xD38E, 0xBC66, 0xD392, - 0xBC67, 0xD393, 0xBC68, 0xD394, 0xBC69, 0xD395, 0xBC6A, 0xD396, 0xBC6B, 0xD397, 0xBC6C, 0xD39A, 0xBC6D, 0xD39B, 0xBC6E, 0xD39D, - 0xBC6F, 0xD39E, 0xBC70, 0xD39F, 0xBC71, 0xD3A1, 0xBC72, 0xD3A2, 0xBC73, 0xD3A3, 0xBC74, 0xD3A4, 0xBC75, 0xD3A5, 0xBC76, 0xD3A6, - 0xBC77, 0xD3A7, 0xBC78, 0xD3AA, 0xBC79, 0xD3AC, 0xBC7A, 0xD3AE, 0xBC81, 0xD3AF, 0xBC82, 0xD3B0, 0xBC83, 0xD3B1, 0xBC84, 0xD3B2, - 0xBC85, 0xD3B3, 0xBC86, 0xD3B5, 0xBC87, 0xD3B6, 0xBC88, 0xD3B7, 0xBC89, 0xD3B9, 0xBC8A, 0xD3BA, 0xBC8B, 0xD3BB, 0xBC8C, 0xD3BD, - 0xBC8D, 0xD3BE, 0xBC8E, 0xD3BF, 0xBC8F, 0xD3C0, 0xBC90, 0xD3C1, 0xBC91, 0xD3C2, 0xBC92, 0xD3C3, 0xBC93, 0xD3C6, 0xBC94, 0xD3C7, - 0xBC95, 0xD3CA, 0xBC96, 0xD3CB, 0xBC97, 0xD3CC, 0xBC98, 0xD3CD, 0xBC99, 0xD3CE, 0xBC9A, 0xD3CF, 0xBC9B, 0xD3D1, 0xBC9C, 0xD3D2, - 0xBC9D, 0xD3D3, 0xBC9E, 0xD3D4, 0xBC9F, 0xD3D5, 0xBCA0, 0xD3D6, 0xBCA1, 0xC0E5, 0xBCA2, 0xC0E8, 0xBCA3, 0xC0EC, 0xBCA4, 0xC0F4, - 0xBCA5, 0xC0F5, 0xBCA6, 0xC0F7, 0xBCA7, 0xC0F9, 0xBCA8, 0xC100, 0xBCA9, 0xC104, 0xBCAA, 0xC108, 0xBCAB, 0xC110, 0xBCAC, 0xC115, - 0xBCAD, 0xC11C, 0xBCAE, 0xC11D, 0xBCAF, 0xC11E, 0xBCB0, 0xC11F, 0xBCB1, 0xC120, 0xBCB2, 0xC123, 0xBCB3, 0xC124, 0xBCB4, 0xC126, - 0xBCB5, 0xC127, 0xBCB6, 0xC12C, 0xBCB7, 0xC12D, 0xBCB8, 0xC12F, 0xBCB9, 0xC130, 0xBCBA, 0xC131, 0xBCBB, 0xC136, 0xBCBC, 0xC138, - 0xBCBD, 0xC139, 0xBCBE, 0xC13C, 0xBCBF, 0xC140, 0xBCC0, 0xC148, 0xBCC1, 0xC149, 0xBCC2, 0xC14B, 0xBCC3, 0xC14C, 0xBCC4, 0xC14D, - 0xBCC5, 0xC154, 0xBCC6, 0xC155, 0xBCC7, 0xC158, 0xBCC8, 0xC15C, 0xBCC9, 0xC164, 0xBCCA, 0xC165, 0xBCCB, 0xC167, 0xBCCC, 0xC168, - 0xBCCD, 0xC169, 0xBCCE, 0xC170, 0xBCCF, 0xC174, 0xBCD0, 0xC178, 0xBCD1, 0xC185, 0xBCD2, 0xC18C, 0xBCD3, 0xC18D, 0xBCD4, 0xC18E, - 0xBCD5, 0xC190, 0xBCD6, 0xC194, 0xBCD7, 0xC196, 0xBCD8, 0xC19C, 0xBCD9, 0xC19D, 0xBCDA, 0xC19F, 0xBCDB, 0xC1A1, 0xBCDC, 0xC1A5, - 0xBCDD, 0xC1A8, 0xBCDE, 0xC1A9, 0xBCDF, 0xC1AC, 0xBCE0, 0xC1B0, 0xBCE1, 0xC1BD, 0xBCE2, 0xC1C4, 0xBCE3, 0xC1C8, 0xBCE4, 0xC1CC, - 0xBCE5, 0xC1D4, 0xBCE6, 0xC1D7, 0xBCE7, 0xC1D8, 0xBCE8, 0xC1E0, 0xBCE9, 0xC1E4, 0xBCEA, 0xC1E8, 0xBCEB, 0xC1F0, 0xBCEC, 0xC1F1, - 0xBCED, 0xC1F3, 0xBCEE, 0xC1FC, 0xBCEF, 0xC1FD, 0xBCF0, 0xC200, 0xBCF1, 0xC204, 0xBCF2, 0xC20C, 0xBCF3, 0xC20D, 0xBCF4, 0xC20F, - 0xBCF5, 0xC211, 0xBCF6, 0xC218, 0xBCF7, 0xC219, 0xBCF8, 0xC21C, 0xBCF9, 0xC21F, 0xBCFA, 0xC220, 0xBCFB, 0xC228, 0xBCFC, 0xC229, - 0xBCFD, 0xC22B, 0xBCFE, 0xC22D, 0xBD41, 0xD3D7, 0xBD42, 0xD3D9, 0xBD43, 0xD3DA, 0xBD44, 0xD3DB, 0xBD45, 0xD3DC, 0xBD46, 0xD3DD, - 0xBD47, 0xD3DE, 0xBD48, 0xD3DF, 0xBD49, 0xD3E0, 0xBD4A, 0xD3E2, 0xBD4B, 0xD3E4, 0xBD4C, 0xD3E5, 0xBD4D, 0xD3E6, 0xBD4E, 0xD3E7, - 0xBD4F, 0xD3E8, 0xBD50, 0xD3E9, 0xBD51, 0xD3EA, 0xBD52, 0xD3EB, 0xBD53, 0xD3EE, 0xBD54, 0xD3EF, 0xBD55, 0xD3F1, 0xBD56, 0xD3F2, - 0xBD57, 0xD3F3, 0xBD58, 0xD3F5, 0xBD59, 0xD3F6, 0xBD5A, 0xD3F7, 0xBD61, 0xD3F8, 0xBD62, 0xD3F9, 0xBD63, 0xD3FA, 0xBD64, 0xD3FB, - 0xBD65, 0xD3FE, 0xBD66, 0xD400, 0xBD67, 0xD402, 0xBD68, 0xD403, 0xBD69, 0xD404, 0xBD6A, 0xD405, 0xBD6B, 0xD406, 0xBD6C, 0xD407, - 0xBD6D, 0xD409, 0xBD6E, 0xD40A, 0xBD6F, 0xD40B, 0xBD70, 0xD40C, 0xBD71, 0xD40D, 0xBD72, 0xD40E, 0xBD73, 0xD40F, 0xBD74, 0xD410, - 0xBD75, 0xD411, 0xBD76, 0xD412, 0xBD77, 0xD413, 0xBD78, 0xD414, 0xBD79, 0xD415, 0xBD7A, 0xD416, 0xBD81, 0xD417, 0xBD82, 0xD418, - 0xBD83, 0xD419, 0xBD84, 0xD41A, 0xBD85, 0xD41B, 0xBD86, 0xD41C, 0xBD87, 0xD41E, 0xBD88, 0xD41F, 0xBD89, 0xD420, 0xBD8A, 0xD421, - 0xBD8B, 0xD422, 0xBD8C, 0xD423, 0xBD8D, 0xD424, 0xBD8E, 0xD425, 0xBD8F, 0xD426, 0xBD90, 0xD427, 0xBD91, 0xD428, 0xBD92, 0xD429, - 0xBD93, 0xD42A, 0xBD94, 0xD42B, 0xBD95, 0xD42C, 0xBD96, 0xD42D, 0xBD97, 0xD42E, 0xBD98, 0xD42F, 0xBD99, 0xD430, 0xBD9A, 0xD431, - 0xBD9B, 0xD432, 0xBD9C, 0xD433, 0xBD9D, 0xD434, 0xBD9E, 0xD435, 0xBD9F, 0xD436, 0xBDA0, 0xD437, 0xBDA1, 0xC22F, 0xBDA2, 0xC231, - 0xBDA3, 0xC232, 0xBDA4, 0xC234, 0xBDA5, 0xC248, 0xBDA6, 0xC250, 0xBDA7, 0xC251, 0xBDA8, 0xC254, 0xBDA9, 0xC258, 0xBDAA, 0xC260, - 0xBDAB, 0xC265, 0xBDAC, 0xC26C, 0xBDAD, 0xC26D, 0xBDAE, 0xC270, 0xBDAF, 0xC274, 0xBDB0, 0xC27C, 0xBDB1, 0xC27D, 0xBDB2, 0xC27F, - 0xBDB3, 0xC281, 0xBDB4, 0xC288, 0xBDB5, 0xC289, 0xBDB6, 0xC290, 0xBDB7, 0xC298, 0xBDB8, 0xC29B, 0xBDB9, 0xC29D, 0xBDBA, 0xC2A4, - 0xBDBB, 0xC2A5, 0xBDBC, 0xC2A8, 0xBDBD, 0xC2AC, 0xBDBE, 0xC2AD, 0xBDBF, 0xC2B4, 0xBDC0, 0xC2B5, 0xBDC1, 0xC2B7, 0xBDC2, 0xC2B9, - 0xBDC3, 0xC2DC, 0xBDC4, 0xC2DD, 0xBDC5, 0xC2E0, 0xBDC6, 0xC2E3, 0xBDC7, 0xC2E4, 0xBDC8, 0xC2EB, 0xBDC9, 0xC2EC, 0xBDCA, 0xC2ED, - 0xBDCB, 0xC2EF, 0xBDCC, 0xC2F1, 0xBDCD, 0xC2F6, 0xBDCE, 0xC2F8, 0xBDCF, 0xC2F9, 0xBDD0, 0xC2FB, 0xBDD1, 0xC2FC, 0xBDD2, 0xC300, - 0xBDD3, 0xC308, 0xBDD4, 0xC309, 0xBDD5, 0xC30C, 0xBDD6, 0xC30D, 0xBDD7, 0xC313, 0xBDD8, 0xC314, 0xBDD9, 0xC315, 0xBDDA, 0xC318, - 0xBDDB, 0xC31C, 0xBDDC, 0xC324, 0xBDDD, 0xC325, 0xBDDE, 0xC328, 0xBDDF, 0xC329, 0xBDE0, 0xC345, 0xBDE1, 0xC368, 0xBDE2, 0xC369, - 0xBDE3, 0xC36C, 0xBDE4, 0xC370, 0xBDE5, 0xC372, 0xBDE6, 0xC378, 0xBDE7, 0xC379, 0xBDE8, 0xC37C, 0xBDE9, 0xC37D, 0xBDEA, 0xC384, - 0xBDEB, 0xC388, 0xBDEC, 0xC38C, 0xBDED, 0xC3C0, 0xBDEE, 0xC3D8, 0xBDEF, 0xC3D9, 0xBDF0, 0xC3DC, 0xBDF1, 0xC3DF, 0xBDF2, 0xC3E0, - 0xBDF3, 0xC3E2, 0xBDF4, 0xC3E8, 0xBDF5, 0xC3E9, 0xBDF6, 0xC3ED, 0xBDF7, 0xC3F4, 0xBDF8, 0xC3F5, 0xBDF9, 0xC3F8, 0xBDFA, 0xC408, - 0xBDFB, 0xC410, 0xBDFC, 0xC424, 0xBDFD, 0xC42C, 0xBDFE, 0xC430, 0xBE41, 0xD438, 0xBE42, 0xD439, 0xBE43, 0xD43A, 0xBE44, 0xD43B, - 0xBE45, 0xD43C, 0xBE46, 0xD43D, 0xBE47, 0xD43E, 0xBE48, 0xD43F, 0xBE49, 0xD441, 0xBE4A, 0xD442, 0xBE4B, 0xD443, 0xBE4C, 0xD445, - 0xBE4D, 0xD446, 0xBE4E, 0xD447, 0xBE4F, 0xD448, 0xBE50, 0xD449, 0xBE51, 0xD44A, 0xBE52, 0xD44B, 0xBE53, 0xD44C, 0xBE54, 0xD44D, - 0xBE55, 0xD44E, 0xBE56, 0xD44F, 0xBE57, 0xD450, 0xBE58, 0xD451, 0xBE59, 0xD452, 0xBE5A, 0xD453, 0xBE61, 0xD454, 0xBE62, 0xD455, - 0xBE63, 0xD456, 0xBE64, 0xD457, 0xBE65, 0xD458, 0xBE66, 0xD459, 0xBE67, 0xD45A, 0xBE68, 0xD45B, 0xBE69, 0xD45D, 0xBE6A, 0xD45E, - 0xBE6B, 0xD45F, 0xBE6C, 0xD461, 0xBE6D, 0xD462, 0xBE6E, 0xD463, 0xBE6F, 0xD465, 0xBE70, 0xD466, 0xBE71, 0xD467, 0xBE72, 0xD468, - 0xBE73, 0xD469, 0xBE74, 0xD46A, 0xBE75, 0xD46B, 0xBE76, 0xD46C, 0xBE77, 0xD46E, 0xBE78, 0xD470, 0xBE79, 0xD471, 0xBE7A, 0xD472, - 0xBE81, 0xD473, 0xBE82, 0xD474, 0xBE83, 0xD475, 0xBE84, 0xD476, 0xBE85, 0xD477, 0xBE86, 0xD47A, 0xBE87, 0xD47B, 0xBE88, 0xD47D, - 0xBE89, 0xD47E, 0xBE8A, 0xD481, 0xBE8B, 0xD483, 0xBE8C, 0xD484, 0xBE8D, 0xD485, 0xBE8E, 0xD486, 0xBE8F, 0xD487, 0xBE90, 0xD48A, - 0xBE91, 0xD48C, 0xBE92, 0xD48E, 0xBE93, 0xD48F, 0xBE94, 0xD490, 0xBE95, 0xD491, 0xBE96, 0xD492, 0xBE97, 0xD493, 0xBE98, 0xD495, - 0xBE99, 0xD496, 0xBE9A, 0xD497, 0xBE9B, 0xD498, 0xBE9C, 0xD499, 0xBE9D, 0xD49A, 0xBE9E, 0xD49B, 0xBE9F, 0xD49C, 0xBEA0, 0xD49D, - 0xBEA1, 0xC434, 0xBEA2, 0xC43C, 0xBEA3, 0xC43D, 0xBEA4, 0xC448, 0xBEA5, 0xC464, 0xBEA6, 0xC465, 0xBEA7, 0xC468, 0xBEA8, 0xC46C, - 0xBEA9, 0xC474, 0xBEAA, 0xC475, 0xBEAB, 0xC479, 0xBEAC, 0xC480, 0xBEAD, 0xC494, 0xBEAE, 0xC49C, 0xBEAF, 0xC4B8, 0xBEB0, 0xC4BC, - 0xBEB1, 0xC4E9, 0xBEB2, 0xC4F0, 0xBEB3, 0xC4F1, 0xBEB4, 0xC4F4, 0xBEB5, 0xC4F8, 0xBEB6, 0xC4FA, 0xBEB7, 0xC4FF, 0xBEB8, 0xC500, - 0xBEB9, 0xC501, 0xBEBA, 0xC50C, 0xBEBB, 0xC510, 0xBEBC, 0xC514, 0xBEBD, 0xC51C, 0xBEBE, 0xC528, 0xBEBF, 0xC529, 0xBEC0, 0xC52C, - 0xBEC1, 0xC530, 0xBEC2, 0xC538, 0xBEC3, 0xC539, 0xBEC4, 0xC53B, 0xBEC5, 0xC53D, 0xBEC6, 0xC544, 0xBEC7, 0xC545, 0xBEC8, 0xC548, - 0xBEC9, 0xC549, 0xBECA, 0xC54A, 0xBECB, 0xC54C, 0xBECC, 0xC54D, 0xBECD, 0xC54E, 0xBECE, 0xC553, 0xBECF, 0xC554, 0xBED0, 0xC555, - 0xBED1, 0xC557, 0xBED2, 0xC558, 0xBED3, 0xC559, 0xBED4, 0xC55D, 0xBED5, 0xC55E, 0xBED6, 0xC560, 0xBED7, 0xC561, 0xBED8, 0xC564, - 0xBED9, 0xC568, 0xBEDA, 0xC570, 0xBEDB, 0xC571, 0xBEDC, 0xC573, 0xBEDD, 0xC574, 0xBEDE, 0xC575, 0xBEDF, 0xC57C, 0xBEE0, 0xC57D, - 0xBEE1, 0xC580, 0xBEE2, 0xC584, 0xBEE3, 0xC587, 0xBEE4, 0xC58C, 0xBEE5, 0xC58D, 0xBEE6, 0xC58F, 0xBEE7, 0xC591, 0xBEE8, 0xC595, - 0xBEE9, 0xC597, 0xBEEA, 0xC598, 0xBEEB, 0xC59C, 0xBEEC, 0xC5A0, 0xBEED, 0xC5A9, 0xBEEE, 0xC5B4, 0xBEEF, 0xC5B5, 0xBEF0, 0xC5B8, - 0xBEF1, 0xC5B9, 0xBEF2, 0xC5BB, 0xBEF3, 0xC5BC, 0xBEF4, 0xC5BD, 0xBEF5, 0xC5BE, 0xBEF6, 0xC5C4, 0xBEF7, 0xC5C5, 0xBEF8, 0xC5C6, - 0xBEF9, 0xC5C7, 0xBEFA, 0xC5C8, 0xBEFB, 0xC5C9, 0xBEFC, 0xC5CA, 0xBEFD, 0xC5CC, 0xBEFE, 0xC5CE, 0xBF41, 0xD49E, 0xBF42, 0xD49F, - 0xBF43, 0xD4A0, 0xBF44, 0xD4A1, 0xBF45, 0xD4A2, 0xBF46, 0xD4A3, 0xBF47, 0xD4A4, 0xBF48, 0xD4A5, 0xBF49, 0xD4A6, 0xBF4A, 0xD4A7, - 0xBF4B, 0xD4A8, 0xBF4C, 0xD4AA, 0xBF4D, 0xD4AB, 0xBF4E, 0xD4AC, 0xBF4F, 0xD4AD, 0xBF50, 0xD4AE, 0xBF51, 0xD4AF, 0xBF52, 0xD4B0, - 0xBF53, 0xD4B1, 0xBF54, 0xD4B2, 0xBF55, 0xD4B3, 0xBF56, 0xD4B4, 0xBF57, 0xD4B5, 0xBF58, 0xD4B6, 0xBF59, 0xD4B7, 0xBF5A, 0xD4B8, - 0xBF61, 0xD4B9, 0xBF62, 0xD4BA, 0xBF63, 0xD4BB, 0xBF64, 0xD4BC, 0xBF65, 0xD4BD, 0xBF66, 0xD4BE, 0xBF67, 0xD4BF, 0xBF68, 0xD4C0, - 0xBF69, 0xD4C1, 0xBF6A, 0xD4C2, 0xBF6B, 0xD4C3, 0xBF6C, 0xD4C4, 0xBF6D, 0xD4C5, 0xBF6E, 0xD4C6, 0xBF6F, 0xD4C7, 0xBF70, 0xD4C8, - 0xBF71, 0xD4C9, 0xBF72, 0xD4CA, 0xBF73, 0xD4CB, 0xBF74, 0xD4CD, 0xBF75, 0xD4CE, 0xBF76, 0xD4CF, 0xBF77, 0xD4D1, 0xBF78, 0xD4D2, - 0xBF79, 0xD4D3, 0xBF7A, 0xD4D5, 0xBF81, 0xD4D6, 0xBF82, 0xD4D7, 0xBF83, 0xD4D8, 0xBF84, 0xD4D9, 0xBF85, 0xD4DA, 0xBF86, 0xD4DB, - 0xBF87, 0xD4DD, 0xBF88, 0xD4DE, 0xBF89, 0xD4E0, 0xBF8A, 0xD4E1, 0xBF8B, 0xD4E2, 0xBF8C, 0xD4E3, 0xBF8D, 0xD4E4, 0xBF8E, 0xD4E5, - 0xBF8F, 0xD4E6, 0xBF90, 0xD4E7, 0xBF91, 0xD4E9, 0xBF92, 0xD4EA, 0xBF93, 0xD4EB, 0xBF94, 0xD4ED, 0xBF95, 0xD4EE, 0xBF96, 0xD4EF, - 0xBF97, 0xD4F1, 0xBF98, 0xD4F2, 0xBF99, 0xD4F3, 0xBF9A, 0xD4F4, 0xBF9B, 0xD4F5, 0xBF9C, 0xD4F6, 0xBF9D, 0xD4F7, 0xBF9E, 0xD4F9, - 0xBF9F, 0xD4FA, 0xBFA0, 0xD4FC, 0xBFA1, 0xC5D0, 0xBFA2, 0xC5D1, 0xBFA3, 0xC5D4, 0xBFA4, 0xC5D8, 0xBFA5, 0xC5E0, 0xBFA6, 0xC5E1, - 0xBFA7, 0xC5E3, 0xBFA8, 0xC5E5, 0xBFA9, 0xC5EC, 0xBFAA, 0xC5ED, 0xBFAB, 0xC5EE, 0xBFAC, 0xC5F0, 0xBFAD, 0xC5F4, 0xBFAE, 0xC5F6, - 0xBFAF, 0xC5F7, 0xBFB0, 0xC5FC, 0xBFB1, 0xC5FD, 0xBFB2, 0xC5FE, 0xBFB3, 0xC5FF, 0xBFB4, 0xC600, 0xBFB5, 0xC601, 0xBFB6, 0xC605, - 0xBFB7, 0xC606, 0xBFB8, 0xC607, 0xBFB9, 0xC608, 0xBFBA, 0xC60C, 0xBFBB, 0xC610, 0xBFBC, 0xC618, 0xBFBD, 0xC619, 0xBFBE, 0xC61B, - 0xBFBF, 0xC61C, 0xBFC0, 0xC624, 0xBFC1, 0xC625, 0xBFC2, 0xC628, 0xBFC3, 0xC62C, 0xBFC4, 0xC62D, 0xBFC5, 0xC62E, 0xBFC6, 0xC630, - 0xBFC7, 0xC633, 0xBFC8, 0xC634, 0xBFC9, 0xC635, 0xBFCA, 0xC637, 0xBFCB, 0xC639, 0xBFCC, 0xC63B, 0xBFCD, 0xC640, 0xBFCE, 0xC641, - 0xBFCF, 0xC644, 0xBFD0, 0xC648, 0xBFD1, 0xC650, 0xBFD2, 0xC651, 0xBFD3, 0xC653, 0xBFD4, 0xC654, 0xBFD5, 0xC655, 0xBFD6, 0xC65C, - 0xBFD7, 0xC65D, 0xBFD8, 0xC660, 0xBFD9, 0xC66C, 0xBFDA, 0xC66F, 0xBFDB, 0xC671, 0xBFDC, 0xC678, 0xBFDD, 0xC679, 0xBFDE, 0xC67C, - 0xBFDF, 0xC680, 0xBFE0, 0xC688, 0xBFE1, 0xC689, 0xBFE2, 0xC68B, 0xBFE3, 0xC68D, 0xBFE4, 0xC694, 0xBFE5, 0xC695, 0xBFE6, 0xC698, - 0xBFE7, 0xC69C, 0xBFE8, 0xC6A4, 0xBFE9, 0xC6A5, 0xBFEA, 0xC6A7, 0xBFEB, 0xC6A9, 0xBFEC, 0xC6B0, 0xBFED, 0xC6B1, 0xBFEE, 0xC6B4, - 0xBFEF, 0xC6B8, 0xBFF0, 0xC6B9, 0xBFF1, 0xC6BA, 0xBFF2, 0xC6C0, 0xBFF3, 0xC6C1, 0xBFF4, 0xC6C3, 0xBFF5, 0xC6C5, 0xBFF6, 0xC6CC, - 0xBFF7, 0xC6CD, 0xBFF8, 0xC6D0, 0xBFF9, 0xC6D4, 0xBFFA, 0xC6DC, 0xBFFB, 0xC6DD, 0xBFFC, 0xC6E0, 0xBFFD, 0xC6E1, 0xBFFE, 0xC6E8, - 0xC041, 0xD4FE, 0xC042, 0xD4FF, 0xC043, 0xD500, 0xC044, 0xD501, 0xC045, 0xD502, 0xC046, 0xD503, 0xC047, 0xD505, 0xC048, 0xD506, - 0xC049, 0xD507, 0xC04A, 0xD509, 0xC04B, 0xD50A, 0xC04C, 0xD50B, 0xC04D, 0xD50D, 0xC04E, 0xD50E, 0xC04F, 0xD50F, 0xC050, 0xD510, - 0xC051, 0xD511, 0xC052, 0xD512, 0xC053, 0xD513, 0xC054, 0xD516, 0xC055, 0xD518, 0xC056, 0xD519, 0xC057, 0xD51A, 0xC058, 0xD51B, - 0xC059, 0xD51C, 0xC05A, 0xD51D, 0xC061, 0xD51E, 0xC062, 0xD51F, 0xC063, 0xD520, 0xC064, 0xD521, 0xC065, 0xD522, 0xC066, 0xD523, - 0xC067, 0xD524, 0xC068, 0xD525, 0xC069, 0xD526, 0xC06A, 0xD527, 0xC06B, 0xD528, 0xC06C, 0xD529, 0xC06D, 0xD52A, 0xC06E, 0xD52B, - 0xC06F, 0xD52C, 0xC070, 0xD52D, 0xC071, 0xD52E, 0xC072, 0xD52F, 0xC073, 0xD530, 0xC074, 0xD531, 0xC075, 0xD532, 0xC076, 0xD533, - 0xC077, 0xD534, 0xC078, 0xD535, 0xC079, 0xD536, 0xC07A, 0xD537, 0xC081, 0xD538, 0xC082, 0xD539, 0xC083, 0xD53A, 0xC084, 0xD53B, - 0xC085, 0xD53E, 0xC086, 0xD53F, 0xC087, 0xD541, 0xC088, 0xD542, 0xC089, 0xD543, 0xC08A, 0xD545, 0xC08B, 0xD546, 0xC08C, 0xD547, - 0xC08D, 0xD548, 0xC08E, 0xD549, 0xC08F, 0xD54A, 0xC090, 0xD54B, 0xC091, 0xD54E, 0xC092, 0xD550, 0xC093, 0xD552, 0xC094, 0xD553, - 0xC095, 0xD554, 0xC096, 0xD555, 0xC097, 0xD556, 0xC098, 0xD557, 0xC099, 0xD55A, 0xC09A, 0xD55B, 0xC09B, 0xD55D, 0xC09C, 0xD55E, - 0xC09D, 0xD55F, 0xC09E, 0xD561, 0xC09F, 0xD562, 0xC0A0, 0xD563, 0xC0A1, 0xC6E9, 0xC0A2, 0xC6EC, 0xC0A3, 0xC6F0, 0xC0A4, 0xC6F8, - 0xC0A5, 0xC6F9, 0xC0A6, 0xC6FD, 0xC0A7, 0xC704, 0xC0A8, 0xC705, 0xC0A9, 0xC708, 0xC0AA, 0xC70C, 0xC0AB, 0xC714, 0xC0AC, 0xC715, - 0xC0AD, 0xC717, 0xC0AE, 0xC719, 0xC0AF, 0xC720, 0xC0B0, 0xC721, 0xC0B1, 0xC724, 0xC0B2, 0xC728, 0xC0B3, 0xC730, 0xC0B4, 0xC731, - 0xC0B5, 0xC733, 0xC0B6, 0xC735, 0xC0B7, 0xC737, 0xC0B8, 0xC73C, 0xC0B9, 0xC73D, 0xC0BA, 0xC740, 0xC0BB, 0xC744, 0xC0BC, 0xC74A, - 0xC0BD, 0xC74C, 0xC0BE, 0xC74D, 0xC0BF, 0xC74F, 0xC0C0, 0xC751, 0xC0C1, 0xC752, 0xC0C2, 0xC753, 0xC0C3, 0xC754, 0xC0C4, 0xC755, - 0xC0C5, 0xC756, 0xC0C6, 0xC757, 0xC0C7, 0xC758, 0xC0C8, 0xC75C, 0xC0C9, 0xC760, 0xC0CA, 0xC768, 0xC0CB, 0xC76B, 0xC0CC, 0xC774, - 0xC0CD, 0xC775, 0xC0CE, 0xC778, 0xC0CF, 0xC77C, 0xC0D0, 0xC77D, 0xC0D1, 0xC77E, 0xC0D2, 0xC783, 0xC0D3, 0xC784, 0xC0D4, 0xC785, - 0xC0D5, 0xC787, 0xC0D6, 0xC788, 0xC0D7, 0xC789, 0xC0D8, 0xC78A, 0xC0D9, 0xC78E, 0xC0DA, 0xC790, 0xC0DB, 0xC791, 0xC0DC, 0xC794, - 0xC0DD, 0xC796, 0xC0DE, 0xC797, 0xC0DF, 0xC798, 0xC0E0, 0xC79A, 0xC0E1, 0xC7A0, 0xC0E2, 0xC7A1, 0xC0E3, 0xC7A3, 0xC0E4, 0xC7A4, - 0xC0E5, 0xC7A5, 0xC0E6, 0xC7A6, 0xC0E7, 0xC7AC, 0xC0E8, 0xC7AD, 0xC0E9, 0xC7B0, 0xC0EA, 0xC7B4, 0xC0EB, 0xC7BC, 0xC0EC, 0xC7BD, - 0xC0ED, 0xC7BF, 0xC0EE, 0xC7C0, 0xC0EF, 0xC7C1, 0xC0F0, 0xC7C8, 0xC0F1, 0xC7C9, 0xC0F2, 0xC7CC, 0xC0F3, 0xC7CE, 0xC0F4, 0xC7D0, - 0xC0F5, 0xC7D8, 0xC0F6, 0xC7DD, 0xC0F7, 0xC7E4, 0xC0F8, 0xC7E8, 0xC0F9, 0xC7EC, 0xC0FA, 0xC800, 0xC0FB, 0xC801, 0xC0FC, 0xC804, - 0xC0FD, 0xC808, 0xC0FE, 0xC80A, 0xC141, 0xD564, 0xC142, 0xD566, 0xC143, 0xD567, 0xC144, 0xD56A, 0xC145, 0xD56C, 0xC146, 0xD56E, - 0xC147, 0xD56F, 0xC148, 0xD570, 0xC149, 0xD571, 0xC14A, 0xD572, 0xC14B, 0xD573, 0xC14C, 0xD576, 0xC14D, 0xD577, 0xC14E, 0xD579, - 0xC14F, 0xD57A, 0xC150, 0xD57B, 0xC151, 0xD57D, 0xC152, 0xD57E, 0xC153, 0xD57F, 0xC154, 0xD580, 0xC155, 0xD581, 0xC156, 0xD582, - 0xC157, 0xD583, 0xC158, 0xD586, 0xC159, 0xD58A, 0xC15A, 0xD58B, 0xC161, 0xD58C, 0xC162, 0xD58D, 0xC163, 0xD58E, 0xC164, 0xD58F, - 0xC165, 0xD591, 0xC166, 0xD592, 0xC167, 0xD593, 0xC168, 0xD594, 0xC169, 0xD595, 0xC16A, 0xD596, 0xC16B, 0xD597, 0xC16C, 0xD598, - 0xC16D, 0xD599, 0xC16E, 0xD59A, 0xC16F, 0xD59B, 0xC170, 0xD59C, 0xC171, 0xD59D, 0xC172, 0xD59E, 0xC173, 0xD59F, 0xC174, 0xD5A0, - 0xC175, 0xD5A1, 0xC176, 0xD5A2, 0xC177, 0xD5A3, 0xC178, 0xD5A4, 0xC179, 0xD5A6, 0xC17A, 0xD5A7, 0xC181, 0xD5A8, 0xC182, 0xD5A9, - 0xC183, 0xD5AA, 0xC184, 0xD5AB, 0xC185, 0xD5AC, 0xC186, 0xD5AD, 0xC187, 0xD5AE, 0xC188, 0xD5AF, 0xC189, 0xD5B0, 0xC18A, 0xD5B1, - 0xC18B, 0xD5B2, 0xC18C, 0xD5B3, 0xC18D, 0xD5B4, 0xC18E, 0xD5B5, 0xC18F, 0xD5B6, 0xC190, 0xD5B7, 0xC191, 0xD5B8, 0xC192, 0xD5B9, - 0xC193, 0xD5BA, 0xC194, 0xD5BB, 0xC195, 0xD5BC, 0xC196, 0xD5BD, 0xC197, 0xD5BE, 0xC198, 0xD5BF, 0xC199, 0xD5C0, 0xC19A, 0xD5C1, - 0xC19B, 0xD5C2, 0xC19C, 0xD5C3, 0xC19D, 0xD5C4, 0xC19E, 0xD5C5, 0xC19F, 0xD5C6, 0xC1A0, 0xD5C7, 0xC1A1, 0xC810, 0xC1A2, 0xC811, - 0xC1A3, 0xC813, 0xC1A4, 0xC815, 0xC1A5, 0xC816, 0xC1A6, 0xC81C, 0xC1A7, 0xC81D, 0xC1A8, 0xC820, 0xC1A9, 0xC824, 0xC1AA, 0xC82C, - 0xC1AB, 0xC82D, 0xC1AC, 0xC82F, 0xC1AD, 0xC831, 0xC1AE, 0xC838, 0xC1AF, 0xC83C, 0xC1B0, 0xC840, 0xC1B1, 0xC848, 0xC1B2, 0xC849, - 0xC1B3, 0xC84C, 0xC1B4, 0xC84D, 0xC1B5, 0xC854, 0xC1B6, 0xC870, 0xC1B7, 0xC871, 0xC1B8, 0xC874, 0xC1B9, 0xC878, 0xC1BA, 0xC87A, - 0xC1BB, 0xC880, 0xC1BC, 0xC881, 0xC1BD, 0xC883, 0xC1BE, 0xC885, 0xC1BF, 0xC886, 0xC1C0, 0xC887, 0xC1C1, 0xC88B, 0xC1C2, 0xC88C, - 0xC1C3, 0xC88D, 0xC1C4, 0xC894, 0xC1C5, 0xC89D, 0xC1C6, 0xC89F, 0xC1C7, 0xC8A1, 0xC1C8, 0xC8A8, 0xC1C9, 0xC8BC, 0xC1CA, 0xC8BD, - 0xC1CB, 0xC8C4, 0xC1CC, 0xC8C8, 0xC1CD, 0xC8CC, 0xC1CE, 0xC8D4, 0xC1CF, 0xC8D5, 0xC1D0, 0xC8D7, 0xC1D1, 0xC8D9, 0xC1D2, 0xC8E0, - 0xC1D3, 0xC8E1, 0xC1D4, 0xC8E4, 0xC1D5, 0xC8F5, 0xC1D6, 0xC8FC, 0xC1D7, 0xC8FD, 0xC1D8, 0xC900, 0xC1D9, 0xC904, 0xC1DA, 0xC905, - 0xC1DB, 0xC906, 0xC1DC, 0xC90C, 0xC1DD, 0xC90D, 0xC1DE, 0xC90F, 0xC1DF, 0xC911, 0xC1E0, 0xC918, 0xC1E1, 0xC92C, 0xC1E2, 0xC934, - 0xC1E3, 0xC950, 0xC1E4, 0xC951, 0xC1E5, 0xC954, 0xC1E6, 0xC958, 0xC1E7, 0xC960, 0xC1E8, 0xC961, 0xC1E9, 0xC963, 0xC1EA, 0xC96C, - 0xC1EB, 0xC970, 0xC1EC, 0xC974, 0xC1ED, 0xC97C, 0xC1EE, 0xC988, 0xC1EF, 0xC989, 0xC1F0, 0xC98C, 0xC1F1, 0xC990, 0xC1F2, 0xC998, - 0xC1F3, 0xC999, 0xC1F4, 0xC99B, 0xC1F5, 0xC99D, 0xC1F6, 0xC9C0, 0xC1F7, 0xC9C1, 0xC1F8, 0xC9C4, 0xC1F9, 0xC9C7, 0xC1FA, 0xC9C8, - 0xC1FB, 0xC9CA, 0xC1FC, 0xC9D0, 0xC1FD, 0xC9D1, 0xC1FE, 0xC9D3, 0xC241, 0xD5CA, 0xC242, 0xD5CB, 0xC243, 0xD5CD, 0xC244, 0xD5CE, - 0xC245, 0xD5CF, 0xC246, 0xD5D1, 0xC247, 0xD5D3, 0xC248, 0xD5D4, 0xC249, 0xD5D5, 0xC24A, 0xD5D6, 0xC24B, 0xD5D7, 0xC24C, 0xD5DA, - 0xC24D, 0xD5DC, 0xC24E, 0xD5DE, 0xC24F, 0xD5DF, 0xC250, 0xD5E0, 0xC251, 0xD5E1, 0xC252, 0xD5E2, 0xC253, 0xD5E3, 0xC254, 0xD5E6, - 0xC255, 0xD5E7, 0xC256, 0xD5E9, 0xC257, 0xD5EA, 0xC258, 0xD5EB, 0xC259, 0xD5ED, 0xC25A, 0xD5EE, 0xC261, 0xD5EF, 0xC262, 0xD5F0, - 0xC263, 0xD5F1, 0xC264, 0xD5F2, 0xC265, 0xD5F3, 0xC266, 0xD5F6, 0xC267, 0xD5F8, 0xC268, 0xD5FA, 0xC269, 0xD5FB, 0xC26A, 0xD5FC, - 0xC26B, 0xD5FD, 0xC26C, 0xD5FE, 0xC26D, 0xD5FF, 0xC26E, 0xD602, 0xC26F, 0xD603, 0xC270, 0xD605, 0xC271, 0xD606, 0xC272, 0xD607, - 0xC273, 0xD609, 0xC274, 0xD60A, 0xC275, 0xD60B, 0xC276, 0xD60C, 0xC277, 0xD60D, 0xC278, 0xD60E, 0xC279, 0xD60F, 0xC27A, 0xD612, - 0xC281, 0xD616, 0xC282, 0xD617, 0xC283, 0xD618, 0xC284, 0xD619, 0xC285, 0xD61A, 0xC286, 0xD61B, 0xC287, 0xD61D, 0xC288, 0xD61E, - 0xC289, 0xD61F, 0xC28A, 0xD621, 0xC28B, 0xD622, 0xC28C, 0xD623, 0xC28D, 0xD625, 0xC28E, 0xD626, 0xC28F, 0xD627, 0xC290, 0xD628, - 0xC291, 0xD629, 0xC292, 0xD62A, 0xC293, 0xD62B, 0xC294, 0xD62C, 0xC295, 0xD62E, 0xC296, 0xD62F, 0xC297, 0xD630, 0xC298, 0xD631, - 0xC299, 0xD632, 0xC29A, 0xD633, 0xC29B, 0xD634, 0xC29C, 0xD635, 0xC29D, 0xD636, 0xC29E, 0xD637, 0xC29F, 0xD63A, 0xC2A0, 0xD63B, - 0xC2A1, 0xC9D5, 0xC2A2, 0xC9D6, 0xC2A3, 0xC9D9, 0xC2A4, 0xC9DA, 0xC2A5, 0xC9DC, 0xC2A6, 0xC9DD, 0xC2A7, 0xC9E0, 0xC2A8, 0xC9E2, - 0xC2A9, 0xC9E4, 0xC2AA, 0xC9E7, 0xC2AB, 0xC9EC, 0xC2AC, 0xC9ED, 0xC2AD, 0xC9EF, 0xC2AE, 0xC9F0, 0xC2AF, 0xC9F1, 0xC2B0, 0xC9F8, - 0xC2B1, 0xC9F9, 0xC2B2, 0xC9FC, 0xC2B3, 0xCA00, 0xC2B4, 0xCA08, 0xC2B5, 0xCA09, 0xC2B6, 0xCA0B, 0xC2B7, 0xCA0C, 0xC2B8, 0xCA0D, - 0xC2B9, 0xCA14, 0xC2BA, 0xCA18, 0xC2BB, 0xCA29, 0xC2BC, 0xCA4C, 0xC2BD, 0xCA4D, 0xC2BE, 0xCA50, 0xC2BF, 0xCA54, 0xC2C0, 0xCA5C, - 0xC2C1, 0xCA5D, 0xC2C2, 0xCA5F, 0xC2C3, 0xCA60, 0xC2C4, 0xCA61, 0xC2C5, 0xCA68, 0xC2C6, 0xCA7D, 0xC2C7, 0xCA84, 0xC2C8, 0xCA98, - 0xC2C9, 0xCABC, 0xC2CA, 0xCABD, 0xC2CB, 0xCAC0, 0xC2CC, 0xCAC4, 0xC2CD, 0xCACC, 0xC2CE, 0xCACD, 0xC2CF, 0xCACF, 0xC2D0, 0xCAD1, - 0xC2D1, 0xCAD3, 0xC2D2, 0xCAD8, 0xC2D3, 0xCAD9, 0xC2D4, 0xCAE0, 0xC2D5, 0xCAEC, 0xC2D6, 0xCAF4, 0xC2D7, 0xCB08, 0xC2D8, 0xCB10, - 0xC2D9, 0xCB14, 0xC2DA, 0xCB18, 0xC2DB, 0xCB20, 0xC2DC, 0xCB21, 0xC2DD, 0xCB41, 0xC2DE, 0xCB48, 0xC2DF, 0xCB49, 0xC2E0, 0xCB4C, - 0xC2E1, 0xCB50, 0xC2E2, 0xCB58, 0xC2E3, 0xCB59, 0xC2E4, 0xCB5D, 0xC2E5, 0xCB64, 0xC2E6, 0xCB78, 0xC2E7, 0xCB79, 0xC2E8, 0xCB9C, - 0xC2E9, 0xCBB8, 0xC2EA, 0xCBD4, 0xC2EB, 0xCBE4, 0xC2EC, 0xCBE7, 0xC2ED, 0xCBE9, 0xC2EE, 0xCC0C, 0xC2EF, 0xCC0D, 0xC2F0, 0xCC10, - 0xC2F1, 0xCC14, 0xC2F2, 0xCC1C, 0xC2F3, 0xCC1D, 0xC2F4, 0xCC21, 0xC2F5, 0xCC22, 0xC2F6, 0xCC27, 0xC2F7, 0xCC28, 0xC2F8, 0xCC29, - 0xC2F9, 0xCC2C, 0xC2FA, 0xCC2E, 0xC2FB, 0xCC30, 0xC2FC, 0xCC38, 0xC2FD, 0xCC39, 0xC2FE, 0xCC3B, 0xC341, 0xD63D, 0xC342, 0xD63E, - 0xC343, 0xD63F, 0xC344, 0xD641, 0xC345, 0xD642, 0xC346, 0xD643, 0xC347, 0xD644, 0xC348, 0xD646, 0xC349, 0xD647, 0xC34A, 0xD64A, - 0xC34B, 0xD64C, 0xC34C, 0xD64E, 0xC34D, 0xD64F, 0xC34E, 0xD650, 0xC34F, 0xD652, 0xC350, 0xD653, 0xC351, 0xD656, 0xC352, 0xD657, - 0xC353, 0xD659, 0xC354, 0xD65A, 0xC355, 0xD65B, 0xC356, 0xD65D, 0xC357, 0xD65E, 0xC358, 0xD65F, 0xC359, 0xD660, 0xC35A, 0xD661, - 0xC361, 0xD662, 0xC362, 0xD663, 0xC363, 0xD664, 0xC364, 0xD665, 0xC365, 0xD666, 0xC366, 0xD668, 0xC367, 0xD66A, 0xC368, 0xD66B, - 0xC369, 0xD66C, 0xC36A, 0xD66D, 0xC36B, 0xD66E, 0xC36C, 0xD66F, 0xC36D, 0xD672, 0xC36E, 0xD673, 0xC36F, 0xD675, 0xC370, 0xD676, - 0xC371, 0xD677, 0xC372, 0xD678, 0xC373, 0xD679, 0xC374, 0xD67A, 0xC375, 0xD67B, 0xC376, 0xD67C, 0xC377, 0xD67D, 0xC378, 0xD67E, - 0xC379, 0xD67F, 0xC37A, 0xD680, 0xC381, 0xD681, 0xC382, 0xD682, 0xC383, 0xD684, 0xC384, 0xD686, 0xC385, 0xD687, 0xC386, 0xD688, - 0xC387, 0xD689, 0xC388, 0xD68A, 0xC389, 0xD68B, 0xC38A, 0xD68E, 0xC38B, 0xD68F, 0xC38C, 0xD691, 0xC38D, 0xD692, 0xC38E, 0xD693, - 0xC38F, 0xD695, 0xC390, 0xD696, 0xC391, 0xD697, 0xC392, 0xD698, 0xC393, 0xD699, 0xC394, 0xD69A, 0xC395, 0xD69B, 0xC396, 0xD69C, - 0xC397, 0xD69E, 0xC398, 0xD6A0, 0xC399, 0xD6A2, 0xC39A, 0xD6A3, 0xC39B, 0xD6A4, 0xC39C, 0xD6A5, 0xC39D, 0xD6A6, 0xC39E, 0xD6A7, - 0xC39F, 0xD6A9, 0xC3A0, 0xD6AA, 0xC3A1, 0xCC3C, 0xC3A2, 0xCC3D, 0xC3A3, 0xCC3E, 0xC3A4, 0xCC44, 0xC3A5, 0xCC45, 0xC3A6, 0xCC48, - 0xC3A7, 0xCC4C, 0xC3A8, 0xCC54, 0xC3A9, 0xCC55, 0xC3AA, 0xCC57, 0xC3AB, 0xCC58, 0xC3AC, 0xCC59, 0xC3AD, 0xCC60, 0xC3AE, 0xCC64, - 0xC3AF, 0xCC66, 0xC3B0, 0xCC68, 0xC3B1, 0xCC70, 0xC3B2, 0xCC75, 0xC3B3, 0xCC98, 0xC3B4, 0xCC99, 0xC3B5, 0xCC9C, 0xC3B6, 0xCCA0, - 0xC3B7, 0xCCA8, 0xC3B8, 0xCCA9, 0xC3B9, 0xCCAB, 0xC3BA, 0xCCAC, 0xC3BB, 0xCCAD, 0xC3BC, 0xCCB4, 0xC3BD, 0xCCB5, 0xC3BE, 0xCCB8, - 0xC3BF, 0xCCBC, 0xC3C0, 0xCCC4, 0xC3C1, 0xCCC5, 0xC3C2, 0xCCC7, 0xC3C3, 0xCCC9, 0xC3C4, 0xCCD0, 0xC3C5, 0xCCD4, 0xC3C6, 0xCCE4, - 0xC3C7, 0xCCEC, 0xC3C8, 0xCCF0, 0xC3C9, 0xCD01, 0xC3CA, 0xCD08, 0xC3CB, 0xCD09, 0xC3CC, 0xCD0C, 0xC3CD, 0xCD10, 0xC3CE, 0xCD18, - 0xC3CF, 0xCD19, 0xC3D0, 0xCD1B, 0xC3D1, 0xCD1D, 0xC3D2, 0xCD24, 0xC3D3, 0xCD28, 0xC3D4, 0xCD2C, 0xC3D5, 0xCD39, 0xC3D6, 0xCD5C, - 0xC3D7, 0xCD60, 0xC3D8, 0xCD64, 0xC3D9, 0xCD6C, 0xC3DA, 0xCD6D, 0xC3DB, 0xCD6F, 0xC3DC, 0xCD71, 0xC3DD, 0xCD78, 0xC3DE, 0xCD88, - 0xC3DF, 0xCD94, 0xC3E0, 0xCD95, 0xC3E1, 0xCD98, 0xC3E2, 0xCD9C, 0xC3E3, 0xCDA4, 0xC3E4, 0xCDA5, 0xC3E5, 0xCDA7, 0xC3E6, 0xCDA9, - 0xC3E7, 0xCDB0, 0xC3E8, 0xCDC4, 0xC3E9, 0xCDCC, 0xC3EA, 0xCDD0, 0xC3EB, 0xCDE8, 0xC3EC, 0xCDEC, 0xC3ED, 0xCDF0, 0xC3EE, 0xCDF8, - 0xC3EF, 0xCDF9, 0xC3F0, 0xCDFB, 0xC3F1, 0xCDFD, 0xC3F2, 0xCE04, 0xC3F3, 0xCE08, 0xC3F4, 0xCE0C, 0xC3F5, 0xCE14, 0xC3F6, 0xCE19, - 0xC3F7, 0xCE20, 0xC3F8, 0xCE21, 0xC3F9, 0xCE24, 0xC3FA, 0xCE28, 0xC3FB, 0xCE30, 0xC3FC, 0xCE31, 0xC3FD, 0xCE33, 0xC3FE, 0xCE35, - 0xC441, 0xD6AB, 0xC442, 0xD6AD, 0xC443, 0xD6AE, 0xC444, 0xD6AF, 0xC445, 0xD6B1, 0xC446, 0xD6B2, 0xC447, 0xD6B3, 0xC448, 0xD6B4, - 0xC449, 0xD6B5, 0xC44A, 0xD6B6, 0xC44B, 0xD6B7, 0xC44C, 0xD6B8, 0xC44D, 0xD6BA, 0xC44E, 0xD6BC, 0xC44F, 0xD6BD, 0xC450, 0xD6BE, - 0xC451, 0xD6BF, 0xC452, 0xD6C0, 0xC453, 0xD6C1, 0xC454, 0xD6C2, 0xC455, 0xD6C3, 0xC456, 0xD6C6, 0xC457, 0xD6C7, 0xC458, 0xD6C9, - 0xC459, 0xD6CA, 0xC45A, 0xD6CB, 0xC461, 0xD6CD, 0xC462, 0xD6CE, 0xC463, 0xD6CF, 0xC464, 0xD6D0, 0xC465, 0xD6D2, 0xC466, 0xD6D3, - 0xC467, 0xD6D5, 0xC468, 0xD6D6, 0xC469, 0xD6D8, 0xC46A, 0xD6DA, 0xC46B, 0xD6DB, 0xC46C, 0xD6DC, 0xC46D, 0xD6DD, 0xC46E, 0xD6DE, - 0xC46F, 0xD6DF, 0xC470, 0xD6E1, 0xC471, 0xD6E2, 0xC472, 0xD6E3, 0xC473, 0xD6E5, 0xC474, 0xD6E6, 0xC475, 0xD6E7, 0xC476, 0xD6E9, - 0xC477, 0xD6EA, 0xC478, 0xD6EB, 0xC479, 0xD6EC, 0xC47A, 0xD6ED, 0xC481, 0xD6EE, 0xC482, 0xD6EF, 0xC483, 0xD6F1, 0xC484, 0xD6F2, - 0xC485, 0xD6F3, 0xC486, 0xD6F4, 0xC487, 0xD6F6, 0xC488, 0xD6F7, 0xC489, 0xD6F8, 0xC48A, 0xD6F9, 0xC48B, 0xD6FA, 0xC48C, 0xD6FB, - 0xC48D, 0xD6FE, 0xC48E, 0xD6FF, 0xC48F, 0xD701, 0xC490, 0xD702, 0xC491, 0xD703, 0xC492, 0xD705, 0xC493, 0xD706, 0xC494, 0xD707, - 0xC495, 0xD708, 0xC496, 0xD709, 0xC497, 0xD70A, 0xC498, 0xD70B, 0xC499, 0xD70C, 0xC49A, 0xD70D, 0xC49B, 0xD70E, 0xC49C, 0xD70F, - 0xC49D, 0xD710, 0xC49E, 0xD712, 0xC49F, 0xD713, 0xC4A0, 0xD714, 0xC4A1, 0xCE58, 0xC4A2, 0xCE59, 0xC4A3, 0xCE5C, 0xC4A4, 0xCE5F, - 0xC4A5, 0xCE60, 0xC4A6, 0xCE61, 0xC4A7, 0xCE68, 0xC4A8, 0xCE69, 0xC4A9, 0xCE6B, 0xC4AA, 0xCE6D, 0xC4AB, 0xCE74, 0xC4AC, 0xCE75, - 0xC4AD, 0xCE78, 0xC4AE, 0xCE7C, 0xC4AF, 0xCE84, 0xC4B0, 0xCE85, 0xC4B1, 0xCE87, 0xC4B2, 0xCE89, 0xC4B3, 0xCE90, 0xC4B4, 0xCE91, - 0xC4B5, 0xCE94, 0xC4B6, 0xCE98, 0xC4B7, 0xCEA0, 0xC4B8, 0xCEA1, 0xC4B9, 0xCEA3, 0xC4BA, 0xCEA4, 0xC4BB, 0xCEA5, 0xC4BC, 0xCEAC, - 0xC4BD, 0xCEAD, 0xC4BE, 0xCEC1, 0xC4BF, 0xCEE4, 0xC4C0, 0xCEE5, 0xC4C1, 0xCEE8, 0xC4C2, 0xCEEB, 0xC4C3, 0xCEEC, 0xC4C4, 0xCEF4, - 0xC4C5, 0xCEF5, 0xC4C6, 0xCEF7, 0xC4C7, 0xCEF8, 0xC4C8, 0xCEF9, 0xC4C9, 0xCF00, 0xC4CA, 0xCF01, 0xC4CB, 0xCF04, 0xC4CC, 0xCF08, - 0xC4CD, 0xCF10, 0xC4CE, 0xCF11, 0xC4CF, 0xCF13, 0xC4D0, 0xCF15, 0xC4D1, 0xCF1C, 0xC4D2, 0xCF20, 0xC4D3, 0xCF24, 0xC4D4, 0xCF2C, - 0xC4D5, 0xCF2D, 0xC4D6, 0xCF2F, 0xC4D7, 0xCF30, 0xC4D8, 0xCF31, 0xC4D9, 0xCF38, 0xC4DA, 0xCF54, 0xC4DB, 0xCF55, 0xC4DC, 0xCF58, - 0xC4DD, 0xCF5C, 0xC4DE, 0xCF64, 0xC4DF, 0xCF65, 0xC4E0, 0xCF67, 0xC4E1, 0xCF69, 0xC4E2, 0xCF70, 0xC4E3, 0xCF71, 0xC4E4, 0xCF74, - 0xC4E5, 0xCF78, 0xC4E6, 0xCF80, 0xC4E7, 0xCF85, 0xC4E8, 0xCF8C, 0xC4E9, 0xCFA1, 0xC4EA, 0xCFA8, 0xC4EB, 0xCFB0, 0xC4EC, 0xCFC4, - 0xC4ED, 0xCFE0, 0xC4EE, 0xCFE1, 0xC4EF, 0xCFE4, 0xC4F0, 0xCFE8, 0xC4F1, 0xCFF0, 0xC4F2, 0xCFF1, 0xC4F3, 0xCFF3, 0xC4F4, 0xCFF5, - 0xC4F5, 0xCFFC, 0xC4F6, 0xD000, 0xC4F7, 0xD004, 0xC4F8, 0xD011, 0xC4F9, 0xD018, 0xC4FA, 0xD02D, 0xC4FB, 0xD034, 0xC4FC, 0xD035, - 0xC4FD, 0xD038, 0xC4FE, 0xD03C, 0xC541, 0xD715, 0xC542, 0xD716, 0xC543, 0xD717, 0xC544, 0xD71A, 0xC545, 0xD71B, 0xC546, 0xD71D, - 0xC547, 0xD71E, 0xC548, 0xD71F, 0xC549, 0xD721, 0xC54A, 0xD722, 0xC54B, 0xD723, 0xC54C, 0xD724, 0xC54D, 0xD725, 0xC54E, 0xD726, - 0xC54F, 0xD727, 0xC550, 0xD72A, 0xC551, 0xD72C, 0xC552, 0xD72E, 0xC553, 0xD72F, 0xC554, 0xD730, 0xC555, 0xD731, 0xC556, 0xD732, - 0xC557, 0xD733, 0xC558, 0xD736, 0xC559, 0xD737, 0xC55A, 0xD739, 0xC561, 0xD73A, 0xC562, 0xD73B, 0xC563, 0xD73D, 0xC564, 0xD73E, - 0xC565, 0xD73F, 0xC566, 0xD740, 0xC567, 0xD741, 0xC568, 0xD742, 0xC569, 0xD743, 0xC56A, 0xD745, 0xC56B, 0xD746, 0xC56C, 0xD748, - 0xC56D, 0xD74A, 0xC56E, 0xD74B, 0xC56F, 0xD74C, 0xC570, 0xD74D, 0xC571, 0xD74E, 0xC572, 0xD74F, 0xC573, 0xD752, 0xC574, 0xD753, - 0xC575, 0xD755, 0xC576, 0xD75A, 0xC577, 0xD75B, 0xC578, 0xD75C, 0xC579, 0xD75D, 0xC57A, 0xD75E, 0xC581, 0xD75F, 0xC582, 0xD762, - 0xC583, 0xD764, 0xC584, 0xD766, 0xC585, 0xD767, 0xC586, 0xD768, 0xC587, 0xD76A, 0xC588, 0xD76B, 0xC589, 0xD76D, 0xC58A, 0xD76E, - 0xC58B, 0xD76F, 0xC58C, 0xD771, 0xC58D, 0xD772, 0xC58E, 0xD773, 0xC58F, 0xD775, 0xC590, 0xD776, 0xC591, 0xD777, 0xC592, 0xD778, - 0xC593, 0xD779, 0xC594, 0xD77A, 0xC595, 0xD77B, 0xC596, 0xD77E, 0xC597, 0xD77F, 0xC598, 0xD780, 0xC599, 0xD782, 0xC59A, 0xD783, - 0xC59B, 0xD784, 0xC59C, 0xD785, 0xC59D, 0xD786, 0xC59E, 0xD787, 0xC59F, 0xD78A, 0xC5A0, 0xD78B, 0xC5A1, 0xD044, 0xC5A2, 0xD045, - 0xC5A3, 0xD047, 0xC5A4, 0xD049, 0xC5A5, 0xD050, 0xC5A6, 0xD054, 0xC5A7, 0xD058, 0xC5A8, 0xD060, 0xC5A9, 0xD06C, 0xC5AA, 0xD06D, - 0xC5AB, 0xD070, 0xC5AC, 0xD074, 0xC5AD, 0xD07C, 0xC5AE, 0xD07D, 0xC5AF, 0xD081, 0xC5B0, 0xD0A4, 0xC5B1, 0xD0A5, 0xC5B2, 0xD0A8, - 0xC5B3, 0xD0AC, 0xC5B4, 0xD0B4, 0xC5B5, 0xD0B5, 0xC5B6, 0xD0B7, 0xC5B7, 0xD0B9, 0xC5B8, 0xD0C0, 0xC5B9, 0xD0C1, 0xC5BA, 0xD0C4, - 0xC5BB, 0xD0C8, 0xC5BC, 0xD0C9, 0xC5BD, 0xD0D0, 0xC5BE, 0xD0D1, 0xC5BF, 0xD0D3, 0xC5C0, 0xD0D4, 0xC5C1, 0xD0D5, 0xC5C2, 0xD0DC, - 0xC5C3, 0xD0DD, 0xC5C4, 0xD0E0, 0xC5C5, 0xD0E4, 0xC5C6, 0xD0EC, 0xC5C7, 0xD0ED, 0xC5C8, 0xD0EF, 0xC5C9, 0xD0F0, 0xC5CA, 0xD0F1, - 0xC5CB, 0xD0F8, 0xC5CC, 0xD10D, 0xC5CD, 0xD130, 0xC5CE, 0xD131, 0xC5CF, 0xD134, 0xC5D0, 0xD138, 0xC5D1, 0xD13A, 0xC5D2, 0xD140, - 0xC5D3, 0xD141, 0xC5D4, 0xD143, 0xC5D5, 0xD144, 0xC5D6, 0xD145, 0xC5D7, 0xD14C, 0xC5D8, 0xD14D, 0xC5D9, 0xD150, 0xC5DA, 0xD154, - 0xC5DB, 0xD15C, 0xC5DC, 0xD15D, 0xC5DD, 0xD15F, 0xC5DE, 0xD161, 0xC5DF, 0xD168, 0xC5E0, 0xD16C, 0xC5E1, 0xD17C, 0xC5E2, 0xD184, - 0xC5E3, 0xD188, 0xC5E4, 0xD1A0, 0xC5E5, 0xD1A1, 0xC5E6, 0xD1A4, 0xC5E7, 0xD1A8, 0xC5E8, 0xD1B0, 0xC5E9, 0xD1B1, 0xC5EA, 0xD1B3, - 0xC5EB, 0xD1B5, 0xC5EC, 0xD1BA, 0xC5ED, 0xD1BC, 0xC5EE, 0xD1C0, 0xC5EF, 0xD1D8, 0xC5F0, 0xD1F4, 0xC5F1, 0xD1F8, 0xC5F2, 0xD207, - 0xC5F3, 0xD209, 0xC5F4, 0xD210, 0xC5F5, 0xD22C, 0xC5F6, 0xD22D, 0xC5F7, 0xD230, 0xC5F8, 0xD234, 0xC5F9, 0xD23C, 0xC5FA, 0xD23D, - 0xC5FB, 0xD23F, 0xC5FC, 0xD241, 0xC5FD, 0xD248, 0xC5FE, 0xD25C, 0xC641, 0xD78D, 0xC642, 0xD78E, 0xC643, 0xD78F, 0xC644, 0xD791, - 0xC645, 0xD792, 0xC646, 0xD793, 0xC647, 0xD794, 0xC648, 0xD795, 0xC649, 0xD796, 0xC64A, 0xD797, 0xC64B, 0xD79A, 0xC64C, 0xD79C, - 0xC64D, 0xD79E, 0xC64E, 0xD79F, 0xC64F, 0xD7A0, 0xC650, 0xD7A1, 0xC651, 0xD7A2, 0xC652, 0xD7A3, 0xC6A1, 0xD264, 0xC6A2, 0xD280, - 0xC6A3, 0xD281, 0xC6A4, 0xD284, 0xC6A5, 0xD288, 0xC6A6, 0xD290, 0xC6A7, 0xD291, 0xC6A8, 0xD295, 0xC6A9, 0xD29C, 0xC6AA, 0xD2A0, - 0xC6AB, 0xD2A4, 0xC6AC, 0xD2AC, 0xC6AD, 0xD2B1, 0xC6AE, 0xD2B8, 0xC6AF, 0xD2B9, 0xC6B0, 0xD2BC, 0xC6B1, 0xD2BF, 0xC6B2, 0xD2C0, - 0xC6B3, 0xD2C2, 0xC6B4, 0xD2C8, 0xC6B5, 0xD2C9, 0xC6B6, 0xD2CB, 0xC6B7, 0xD2D4, 0xC6B8, 0xD2D8, 0xC6B9, 0xD2DC, 0xC6BA, 0xD2E4, - 0xC6BB, 0xD2E5, 0xC6BC, 0xD2F0, 0xC6BD, 0xD2F1, 0xC6BE, 0xD2F4, 0xC6BF, 0xD2F8, 0xC6C0, 0xD300, 0xC6C1, 0xD301, 0xC6C2, 0xD303, - 0xC6C3, 0xD305, 0xC6C4, 0xD30C, 0xC6C5, 0xD30D, 0xC6C6, 0xD30E, 0xC6C7, 0xD310, 0xC6C8, 0xD314, 0xC6C9, 0xD316, 0xC6CA, 0xD31C, - 0xC6CB, 0xD31D, 0xC6CC, 0xD31F, 0xC6CD, 0xD320, 0xC6CE, 0xD321, 0xC6CF, 0xD325, 0xC6D0, 0xD328, 0xC6D1, 0xD329, 0xC6D2, 0xD32C, - 0xC6D3, 0xD330, 0xC6D4, 0xD338, 0xC6D5, 0xD339, 0xC6D6, 0xD33B, 0xC6D7, 0xD33C, 0xC6D8, 0xD33D, 0xC6D9, 0xD344, 0xC6DA, 0xD345, - 0xC6DB, 0xD37C, 0xC6DC, 0xD37D, 0xC6DD, 0xD380, 0xC6DE, 0xD384, 0xC6DF, 0xD38C, 0xC6E0, 0xD38D, 0xC6E1, 0xD38F, 0xC6E2, 0xD390, - 0xC6E3, 0xD391, 0xC6E4, 0xD398, 0xC6E5, 0xD399, 0xC6E6, 0xD39C, 0xC6E7, 0xD3A0, 0xC6E8, 0xD3A8, 0xC6E9, 0xD3A9, 0xC6EA, 0xD3AB, - 0xC6EB, 0xD3AD, 0xC6EC, 0xD3B4, 0xC6ED, 0xD3B8, 0xC6EE, 0xD3BC, 0xC6EF, 0xD3C4, 0xC6F0, 0xD3C5, 0xC6F1, 0xD3C8, 0xC6F2, 0xD3C9, - 0xC6F3, 0xD3D0, 0xC6F4, 0xD3D8, 0xC6F5, 0xD3E1, 0xC6F6, 0xD3E3, 0xC6F7, 0xD3EC, 0xC6F8, 0xD3ED, 0xC6F9, 0xD3F0, 0xC6FA, 0xD3F4, - 0xC6FB, 0xD3FC, 0xC6FC, 0xD3FD, 0xC6FD, 0xD3FF, 0xC6FE, 0xD401, 0xC7A1, 0xD408, 0xC7A2, 0xD41D, 0xC7A3, 0xD440, 0xC7A4, 0xD444, - 0xC7A5, 0xD45C, 0xC7A6, 0xD460, 0xC7A7, 0xD464, 0xC7A8, 0xD46D, 0xC7A9, 0xD46F, 0xC7AA, 0xD478, 0xC7AB, 0xD479, 0xC7AC, 0xD47C, - 0xC7AD, 0xD47F, 0xC7AE, 0xD480, 0xC7AF, 0xD482, 0xC7B0, 0xD488, 0xC7B1, 0xD489, 0xC7B2, 0xD48B, 0xC7B3, 0xD48D, 0xC7B4, 0xD494, - 0xC7B5, 0xD4A9, 0xC7B6, 0xD4CC, 0xC7B7, 0xD4D0, 0xC7B8, 0xD4D4, 0xC7B9, 0xD4DC, 0xC7BA, 0xD4DF, 0xC7BB, 0xD4E8, 0xC7BC, 0xD4EC, - 0xC7BD, 0xD4F0, 0xC7BE, 0xD4F8, 0xC7BF, 0xD4FB, 0xC7C0, 0xD4FD, 0xC7C1, 0xD504, 0xC7C2, 0xD508, 0xC7C3, 0xD50C, 0xC7C4, 0xD514, - 0xC7C5, 0xD515, 0xC7C6, 0xD517, 0xC7C7, 0xD53C, 0xC7C8, 0xD53D, 0xC7C9, 0xD540, 0xC7CA, 0xD544, 0xC7CB, 0xD54C, 0xC7CC, 0xD54D, - 0xC7CD, 0xD54F, 0xC7CE, 0xD551, 0xC7CF, 0xD558, 0xC7D0, 0xD559, 0xC7D1, 0xD55C, 0xC7D2, 0xD560, 0xC7D3, 0xD565, 0xC7D4, 0xD568, - 0xC7D5, 0xD569, 0xC7D6, 0xD56B, 0xC7D7, 0xD56D, 0xC7D8, 0xD574, 0xC7D9, 0xD575, 0xC7DA, 0xD578, 0xC7DB, 0xD57C, 0xC7DC, 0xD584, - 0xC7DD, 0xD585, 0xC7DE, 0xD587, 0xC7DF, 0xD588, 0xC7E0, 0xD589, 0xC7E1, 0xD590, 0xC7E2, 0xD5A5, 0xC7E3, 0xD5C8, 0xC7E4, 0xD5C9, - 0xC7E5, 0xD5CC, 0xC7E6, 0xD5D0, 0xC7E7, 0xD5D2, 0xC7E8, 0xD5D8, 0xC7E9, 0xD5D9, 0xC7EA, 0xD5DB, 0xC7EB, 0xD5DD, 0xC7EC, 0xD5E4, - 0xC7ED, 0xD5E5, 0xC7EE, 0xD5E8, 0xC7EF, 0xD5EC, 0xC7F0, 0xD5F4, 0xC7F1, 0xD5F5, 0xC7F2, 0xD5F7, 0xC7F3, 0xD5F9, 0xC7F4, 0xD600, - 0xC7F5, 0xD601, 0xC7F6, 0xD604, 0xC7F7, 0xD608, 0xC7F8, 0xD610, 0xC7F9, 0xD611, 0xC7FA, 0xD613, 0xC7FB, 0xD614, 0xC7FC, 0xD615, - 0xC7FD, 0xD61C, 0xC7FE, 0xD620, 0xC8A1, 0xD624, 0xC8A2, 0xD62D, 0xC8A3, 0xD638, 0xC8A4, 0xD639, 0xC8A5, 0xD63C, 0xC8A6, 0xD640, - 0xC8A7, 0xD645, 0xC8A8, 0xD648, 0xC8A9, 0xD649, 0xC8AA, 0xD64B, 0xC8AB, 0xD64D, 0xC8AC, 0xD651, 0xC8AD, 0xD654, 0xC8AE, 0xD655, - 0xC8AF, 0xD658, 0xC8B0, 0xD65C, 0xC8B1, 0xD667, 0xC8B2, 0xD669, 0xC8B3, 0xD670, 0xC8B4, 0xD671, 0xC8B5, 0xD674, 0xC8B6, 0xD683, - 0xC8B7, 0xD685, 0xC8B8, 0xD68C, 0xC8B9, 0xD68D, 0xC8BA, 0xD690, 0xC8BB, 0xD694, 0xC8BC, 0xD69D, 0xC8BD, 0xD69F, 0xC8BE, 0xD6A1, - 0xC8BF, 0xD6A8, 0xC8C0, 0xD6AC, 0xC8C1, 0xD6B0, 0xC8C2, 0xD6B9, 0xC8C3, 0xD6BB, 0xC8C4, 0xD6C4, 0xC8C5, 0xD6C5, 0xC8C6, 0xD6C8, - 0xC8C7, 0xD6CC, 0xC8C8, 0xD6D1, 0xC8C9, 0xD6D4, 0xC8CA, 0xD6D7, 0xC8CB, 0xD6D9, 0xC8CC, 0xD6E0, 0xC8CD, 0xD6E4, 0xC8CE, 0xD6E8, - 0xC8CF, 0xD6F0, 0xC8D0, 0xD6F5, 0xC8D1, 0xD6FC, 0xC8D2, 0xD6FD, 0xC8D3, 0xD700, 0xC8D4, 0xD704, 0xC8D5, 0xD711, 0xC8D6, 0xD718, - 0xC8D7, 0xD719, 0xC8D8, 0xD71C, 0xC8D9, 0xD720, 0xC8DA, 0xD728, 0xC8DB, 0xD729, 0xC8DC, 0xD72B, 0xC8DD, 0xD72D, 0xC8DE, 0xD734, - 0xC8DF, 0xD735, 0xC8E0, 0xD738, 0xC8E1, 0xD73C, 0xC8E2, 0xD744, 0xC8E3, 0xD747, 0xC8E4, 0xD749, 0xC8E5, 0xD750, 0xC8E6, 0xD751, - 0xC8E7, 0xD754, 0xC8E8, 0xD756, 0xC8E9, 0xD757, 0xC8EA, 0xD758, 0xC8EB, 0xD759, 0xC8EC, 0xD760, 0xC8ED, 0xD761, 0xC8EE, 0xD763, - 0xC8EF, 0xD765, 0xC8F0, 0xD769, 0xC8F1, 0xD76C, 0xC8F2, 0xD770, 0xC8F3, 0xD774, 0xC8F4, 0xD77C, 0xC8F5, 0xD77D, 0xC8F6, 0xD781, - 0xC8F7, 0xD788, 0xC8F8, 0xD789, 0xC8F9, 0xD78C, 0xC8FA, 0xD790, 0xC8FB, 0xD798, 0xC8FC, 0xD799, 0xC8FD, 0xD79B, 0xC8FE, 0xD79D, - 0xCAA1, 0x4F3D, 0xCAA2, 0x4F73, 0xCAA3, 0x5047, 0xCAA4, 0x50F9, 0xCAA5, 0x52A0, 0xCAA6, 0x53EF, 0xCAA7, 0x5475, 0xCAA8, 0x54E5, - 0xCAA9, 0x5609, 0xCAAA, 0x5AC1, 0xCAAB, 0x5BB6, 0xCAAC, 0x6687, 0xCAAD, 0x67B6, 0xCAAE, 0x67B7, 0xCAAF, 0x67EF, 0xCAB0, 0x6B4C, - 0xCAB1, 0x73C2, 0xCAB2, 0x75C2, 0xCAB3, 0x7A3C, 0xCAB4, 0x82DB, 0xCAB5, 0x8304, 0xCAB6, 0x8857, 0xCAB7, 0x8888, 0xCAB8, 0x8A36, - 0xCAB9, 0x8CC8, 0xCABA, 0x8DCF, 0xCABB, 0x8EFB, 0xCABC, 0x8FE6, 0xCABD, 0x99D5, 0xCABE, 0x523B, 0xCABF, 0x5374, 0xCAC0, 0x5404, - 0xCAC1, 0x606A, 0xCAC2, 0x6164, 0xCAC3, 0x6BBC, 0xCAC4, 0x73CF, 0xCAC5, 0x811A, 0xCAC6, 0x89BA, 0xCAC7, 0x89D2, 0xCAC8, 0x95A3, - 0xCAC9, 0x4F83, 0xCACA, 0x520A, 0xCACB, 0x58BE, 0xCACC, 0x5978, 0xCACD, 0x59E6, 0xCACE, 0x5E72, 0xCACF, 0x5E79, 0xCAD0, 0x61C7, - 0xCAD1, 0x63C0, 0xCAD2, 0x6746, 0xCAD3, 0x67EC, 0xCAD4, 0x687F, 0xCAD5, 0x6F97, 0xCAD6, 0x764E, 0xCAD7, 0x770B, 0xCAD8, 0x78F5, - 0xCAD9, 0x7A08, 0xCADA, 0x7AFF, 0xCADB, 0x7C21, 0xCADC, 0x809D, 0xCADD, 0x826E, 0xCADE, 0x8271, 0xCADF, 0x8AEB, 0xCAE0, 0x9593, - 0xCAE1, 0x4E6B, 0xCAE2, 0x559D, 0xCAE3, 0x66F7, 0xCAE4, 0x6E34, 0xCAE5, 0x78A3, 0xCAE6, 0x7AED, 0xCAE7, 0x845B, 0xCAE8, 0x8910, - 0xCAE9, 0x874E, 0xCAEA, 0x97A8, 0xCAEB, 0x52D8, 0xCAEC, 0x574E, 0xCAED, 0x582A, 0xCAEE, 0x5D4C, 0xCAEF, 0x611F, 0xCAF0, 0x61BE, - 0xCAF1, 0x6221, 0xCAF2, 0x6562, 0xCAF3, 0x67D1, 0xCAF4, 0x6A44, 0xCAF5, 0x6E1B, 0xCAF6, 0x7518, 0xCAF7, 0x75B3, 0xCAF8, 0x76E3, - 0xCAF9, 0x77B0, 0xCAFA, 0x7D3A, 0xCAFB, 0x90AF, 0xCAFC, 0x9451, 0xCAFD, 0x9452, 0xCAFE, 0x9F95, 0xCBA1, 0x5323, 0xCBA2, 0x5CAC, - 0xCBA3, 0x7532, 0xCBA4, 0x80DB, 0xCBA5, 0x9240, 0xCBA6, 0x9598, 0xCBA7, 0x525B, 0xCBA8, 0x5808, 0xCBA9, 0x59DC, 0xCBAA, 0x5CA1, - 0xCBAB, 0x5D17, 0xCBAC, 0x5EB7, 0xCBAD, 0x5F3A, 0xCBAE, 0x5F4A, 0xCBAF, 0x6177, 0xCBB0, 0x6C5F, 0xCBB1, 0x757A, 0xCBB2, 0x7586, - 0xCBB3, 0x7CE0, 0xCBB4, 0x7D73, 0xCBB5, 0x7DB1, 0xCBB6, 0x7F8C, 0xCBB7, 0x8154, 0xCBB8, 0x8221, 0xCBB9, 0x8591, 0xCBBA, 0x8941, - 0xCBBB, 0x8B1B, 0xCBBC, 0x92FC, 0xCBBD, 0x964D, 0xCBBE, 0x9C47, 0xCBBF, 0x4ECB, 0xCBC0, 0x4EF7, 0xCBC1, 0x500B, 0xCBC2, 0x51F1, - 0xCBC3, 0x584F, 0xCBC4, 0x6137, 0xCBC5, 0x613E, 0xCBC6, 0x6168, 0xCBC7, 0x6539, 0xCBC8, 0x69EA, 0xCBC9, 0x6F11, 0xCBCA, 0x75A5, - 0xCBCB, 0x7686, 0xCBCC, 0x76D6, 0xCBCD, 0x7B87, 0xCBCE, 0x82A5, 0xCBCF, 0x84CB, 0xCBD0, 0xF900, 0xCBD1, 0x93A7, 0xCBD2, 0x958B, - 0xCBD3, 0x5580, 0xCBD4, 0x5BA2, 0xCBD5, 0x5751, 0xCBD6, 0xF901, 0xCBD7, 0x7CB3, 0xCBD8, 0x7FB9, 0xCBD9, 0x91B5, 0xCBDA, 0x5028, - 0xCBDB, 0x53BB, 0xCBDC, 0x5C45, 0xCBDD, 0x5DE8, 0xCBDE, 0x62D2, 0xCBDF, 0x636E, 0xCBE0, 0x64DA, 0xCBE1, 0x64E7, 0xCBE2, 0x6E20, - 0xCBE3, 0x70AC, 0xCBE4, 0x795B, 0xCBE5, 0x8DDD, 0xCBE6, 0x8E1E, 0xCBE7, 0xF902, 0xCBE8, 0x907D, 0xCBE9, 0x9245, 0xCBEA, 0x92F8, - 0xCBEB, 0x4E7E, 0xCBEC, 0x4EF6, 0xCBED, 0x5065, 0xCBEE, 0x5DFE, 0xCBEF, 0x5EFA, 0xCBF0, 0x6106, 0xCBF1, 0x6957, 0xCBF2, 0x8171, - 0xCBF3, 0x8654, 0xCBF4, 0x8E47, 0xCBF5, 0x9375, 0xCBF6, 0x9A2B, 0xCBF7, 0x4E5E, 0xCBF8, 0x5091, 0xCBF9, 0x6770, 0xCBFA, 0x6840, - 0xCBFB, 0x5109, 0xCBFC, 0x528D, 0xCBFD, 0x5292, 0xCBFE, 0x6AA2, 0xCCA1, 0x77BC, 0xCCA2, 0x9210, 0xCCA3, 0x9ED4, 0xCCA4, 0x52AB, - 0xCCA5, 0x602F, 0xCCA6, 0x8FF2, 0xCCA7, 0x5048, 0xCCA8, 0x61A9, 0xCCA9, 0x63ED, 0xCCAA, 0x64CA, 0xCCAB, 0x683C, 0xCCAC, 0x6A84, - 0xCCAD, 0x6FC0, 0xCCAE, 0x8188, 0xCCAF, 0x89A1, 0xCCB0, 0x9694, 0xCCB1, 0x5805, 0xCCB2, 0x727D, 0xCCB3, 0x72AC, 0xCCB4, 0x7504, - 0xCCB5, 0x7D79, 0xCCB6, 0x7E6D, 0xCCB7, 0x80A9, 0xCCB8, 0x898B, 0xCCB9, 0x8B74, 0xCCBA, 0x9063, 0xCCBB, 0x9D51, 0xCCBC, 0x6289, - 0xCCBD, 0x6C7A, 0xCCBE, 0x6F54, 0xCCBF, 0x7D50, 0xCCC0, 0x7F3A, 0xCCC1, 0x8A23, 0xCCC2, 0x517C, 0xCCC3, 0x614A, 0xCCC4, 0x7B9D, - 0xCCC5, 0x8B19, 0xCCC6, 0x9257, 0xCCC7, 0x938C, 0xCCC8, 0x4EAC, 0xCCC9, 0x4FD3, 0xCCCA, 0x501E, 0xCCCB, 0x50BE, 0xCCCC, 0x5106, - 0xCCCD, 0x52C1, 0xCCCE, 0x52CD, 0xCCCF, 0x537F, 0xCCD0, 0x5770, 0xCCD1, 0x5883, 0xCCD2, 0x5E9A, 0xCCD3, 0x5F91, 0xCCD4, 0x6176, - 0xCCD5, 0x61AC, 0xCCD6, 0x64CE, 0xCCD7, 0x656C, 0xCCD8, 0x666F, 0xCCD9, 0x66BB, 0xCCDA, 0x66F4, 0xCCDB, 0x6897, 0xCCDC, 0x6D87, - 0xCCDD, 0x7085, 0xCCDE, 0x70F1, 0xCCDF, 0x749F, 0xCCE0, 0x74A5, 0xCCE1, 0x74CA, 0xCCE2, 0x75D9, 0xCCE3, 0x786C, 0xCCE4, 0x78EC, - 0xCCE5, 0x7ADF, 0xCCE6, 0x7AF6, 0xCCE7, 0x7D45, 0xCCE8, 0x7D93, 0xCCE9, 0x8015, 0xCCEA, 0x803F, 0xCCEB, 0x811B, 0xCCEC, 0x8396, - 0xCCED, 0x8B66, 0xCCEE, 0x8F15, 0xCCEF, 0x9015, 0xCCF0, 0x93E1, 0xCCF1, 0x9803, 0xCCF2, 0x9838, 0xCCF3, 0x9A5A, 0xCCF4, 0x9BE8, - 0xCCF5, 0x4FC2, 0xCCF6, 0x5553, 0xCCF7, 0x583A, 0xCCF8, 0x5951, 0xCCF9, 0x5B63, 0xCCFA, 0x5C46, 0xCCFB, 0x60B8, 0xCCFC, 0x6212, - 0xCCFD, 0x6842, 0xCCFE, 0x68B0, 0xCDA1, 0x68E8, 0xCDA2, 0x6EAA, 0xCDA3, 0x754C, 0xCDA4, 0x7678, 0xCDA5, 0x78CE, 0xCDA6, 0x7A3D, - 0xCDA7, 0x7CFB, 0xCDA8, 0x7E6B, 0xCDA9, 0x7E7C, 0xCDAA, 0x8A08, 0xCDAB, 0x8AA1, 0xCDAC, 0x8C3F, 0xCDAD, 0x968E, 0xCDAE, 0x9DC4, - 0xCDAF, 0x53E4, 0xCDB0, 0x53E9, 0xCDB1, 0x544A, 0xCDB2, 0x5471, 0xCDB3, 0x56FA, 0xCDB4, 0x59D1, 0xCDB5, 0x5B64, 0xCDB6, 0x5C3B, - 0xCDB7, 0x5EAB, 0xCDB8, 0x62F7, 0xCDB9, 0x6537, 0xCDBA, 0x6545, 0xCDBB, 0x6572, 0xCDBC, 0x66A0, 0xCDBD, 0x67AF, 0xCDBE, 0x69C1, - 0xCDBF, 0x6CBD, 0xCDC0, 0x75FC, 0xCDC1, 0x7690, 0xCDC2, 0x777E, 0xCDC3, 0x7A3F, 0xCDC4, 0x7F94, 0xCDC5, 0x8003, 0xCDC6, 0x80A1, - 0xCDC7, 0x818F, 0xCDC8, 0x82E6, 0xCDC9, 0x82FD, 0xCDCA, 0x83F0, 0xCDCB, 0x85C1, 0xCDCC, 0x8831, 0xCDCD, 0x88B4, 0xCDCE, 0x8AA5, - 0xCDCF, 0xF903, 0xCDD0, 0x8F9C, 0xCDD1, 0x932E, 0xCDD2, 0x96C7, 0xCDD3, 0x9867, 0xCDD4, 0x9AD8, 0xCDD5, 0x9F13, 0xCDD6, 0x54ED, - 0xCDD7, 0x659B, 0xCDD8, 0x66F2, 0xCDD9, 0x688F, 0xCDDA, 0x7A40, 0xCDDB, 0x8C37, 0xCDDC, 0x9D60, 0xCDDD, 0x56F0, 0xCDDE, 0x5764, - 0xCDDF, 0x5D11, 0xCDE0, 0x6606, 0xCDE1, 0x68B1, 0xCDE2, 0x68CD, 0xCDE3, 0x6EFE, 0xCDE4, 0x7428, 0xCDE5, 0x889E, 0xCDE6, 0x9BE4, - 0xCDE7, 0x6C68, 0xCDE8, 0xF904, 0xCDE9, 0x9AA8, 0xCDEA, 0x4F9B, 0xCDEB, 0x516C, 0xCDEC, 0x5171, 0xCDED, 0x529F, 0xCDEE, 0x5B54, - 0xCDEF, 0x5DE5, 0xCDF0, 0x6050, 0xCDF1, 0x606D, 0xCDF2, 0x62F1, 0xCDF3, 0x63A7, 0xCDF4, 0x653B, 0xCDF5, 0x73D9, 0xCDF6, 0x7A7A, - 0xCDF7, 0x86A3, 0xCDF8, 0x8CA2, 0xCDF9, 0x978F, 0xCDFA, 0x4E32, 0xCDFB, 0x5BE1, 0xCDFC, 0x6208, 0xCDFD, 0x679C, 0xCDFE, 0x74DC, - 0xCEA1, 0x79D1, 0xCEA2, 0x83D3, 0xCEA3, 0x8A87, 0xCEA4, 0x8AB2, 0xCEA5, 0x8DE8, 0xCEA6, 0x904E, 0xCEA7, 0x934B, 0xCEA8, 0x9846, - 0xCEA9, 0x5ED3, 0xCEAA, 0x69E8, 0xCEAB, 0x85FF, 0xCEAC, 0x90ED, 0xCEAD, 0xF905, 0xCEAE, 0x51A0, 0xCEAF, 0x5B98, 0xCEB0, 0x5BEC, - 0xCEB1, 0x6163, 0xCEB2, 0x68FA, 0xCEB3, 0x6B3E, 0xCEB4, 0x704C, 0xCEB5, 0x742F, 0xCEB6, 0x74D8, 0xCEB7, 0x7BA1, 0xCEB8, 0x7F50, - 0xCEB9, 0x83C5, 0xCEBA, 0x89C0, 0xCEBB, 0x8CAB, 0xCEBC, 0x95DC, 0xCEBD, 0x9928, 0xCEBE, 0x522E, 0xCEBF, 0x605D, 0xCEC0, 0x62EC, - 0xCEC1, 0x9002, 0xCEC2, 0x4F8A, 0xCEC3, 0x5149, 0xCEC4, 0x5321, 0xCEC5, 0x58D9, 0xCEC6, 0x5EE3, 0xCEC7, 0x66E0, 0xCEC8, 0x6D38, - 0xCEC9, 0x709A, 0xCECA, 0x72C2, 0xCECB, 0x73D6, 0xCECC, 0x7B50, 0xCECD, 0x80F1, 0xCECE, 0x945B, 0xCECF, 0x5366, 0xCED0, 0x639B, - 0xCED1, 0x7F6B, 0xCED2, 0x4E56, 0xCED3, 0x5080, 0xCED4, 0x584A, 0xCED5, 0x58DE, 0xCED6, 0x602A, 0xCED7, 0x6127, 0xCED8, 0x62D0, - 0xCED9, 0x69D0, 0xCEDA, 0x9B41, 0xCEDB, 0x5B8F, 0xCEDC, 0x7D18, 0xCEDD, 0x80B1, 0xCEDE, 0x8F5F, 0xCEDF, 0x4EA4, 0xCEE0, 0x50D1, - 0xCEE1, 0x54AC, 0xCEE2, 0x55AC, 0xCEE3, 0x5B0C, 0xCEE4, 0x5DA0, 0xCEE5, 0x5DE7, 0xCEE6, 0x652A, 0xCEE7, 0x654E, 0xCEE8, 0x6821, - 0xCEE9, 0x6A4B, 0xCEEA, 0x72E1, 0xCEEB, 0x768E, 0xCEEC, 0x77EF, 0xCEED, 0x7D5E, 0xCEEE, 0x7FF9, 0xCEEF, 0x81A0, 0xCEF0, 0x854E, - 0xCEF1, 0x86DF, 0xCEF2, 0x8F03, 0xCEF3, 0x8F4E, 0xCEF4, 0x90CA, 0xCEF5, 0x9903, 0xCEF6, 0x9A55, 0xCEF7, 0x9BAB, 0xCEF8, 0x4E18, - 0xCEF9, 0x4E45, 0xCEFA, 0x4E5D, 0xCEFB, 0x4EC7, 0xCEFC, 0x4FF1, 0xCEFD, 0x5177, 0xCEFE, 0x52FE, 0xCFA1, 0x5340, 0xCFA2, 0x53E3, - 0xCFA3, 0x53E5, 0xCFA4, 0x548E, 0xCFA5, 0x5614, 0xCFA6, 0x5775, 0xCFA7, 0x57A2, 0xCFA8, 0x5BC7, 0xCFA9, 0x5D87, 0xCFAA, 0x5ED0, - 0xCFAB, 0x61FC, 0xCFAC, 0x62D8, 0xCFAD, 0x6551, 0xCFAE, 0x67B8, 0xCFAF, 0x67E9, 0xCFB0, 0x69CB, 0xCFB1, 0x6B50, 0xCFB2, 0x6BC6, - 0xCFB3, 0x6BEC, 0xCFB4, 0x6C42, 0xCFB5, 0x6E9D, 0xCFB6, 0x7078, 0xCFB7, 0x72D7, 0xCFB8, 0x7396, 0xCFB9, 0x7403, 0xCFBA, 0x77BF, - 0xCFBB, 0x77E9, 0xCFBC, 0x7A76, 0xCFBD, 0x7D7F, 0xCFBE, 0x8009, 0xCFBF, 0x81FC, 0xCFC0, 0x8205, 0xCFC1, 0x820A, 0xCFC2, 0x82DF, - 0xCFC3, 0x8862, 0xCFC4, 0x8B33, 0xCFC5, 0x8CFC, 0xCFC6, 0x8EC0, 0xCFC7, 0x9011, 0xCFC8, 0x90B1, 0xCFC9, 0x9264, 0xCFCA, 0x92B6, - 0xCFCB, 0x99D2, 0xCFCC, 0x9A45, 0xCFCD, 0x9CE9, 0xCFCE, 0x9DD7, 0xCFCF, 0x9F9C, 0xCFD0, 0x570B, 0xCFD1, 0x5C40, 0xCFD2, 0x83CA, - 0xCFD3, 0x97A0, 0xCFD4, 0x97AB, 0xCFD5, 0x9EB4, 0xCFD6, 0x541B, 0xCFD7, 0x7A98, 0xCFD8, 0x7FA4, 0xCFD9, 0x88D9, 0xCFDA, 0x8ECD, - 0xCFDB, 0x90E1, 0xCFDC, 0x5800, 0xCFDD, 0x5C48, 0xCFDE, 0x6398, 0xCFDF, 0x7A9F, 0xCFE0, 0x5BAE, 0xCFE1, 0x5F13, 0xCFE2, 0x7A79, - 0xCFE3, 0x7AAE, 0xCFE4, 0x828E, 0xCFE5, 0x8EAC, 0xCFE6, 0x5026, 0xCFE7, 0x5238, 0xCFE8, 0x52F8, 0xCFE9, 0x5377, 0xCFEA, 0x5708, - 0xCFEB, 0x62F3, 0xCFEC, 0x6372, 0xCFED, 0x6B0A, 0xCFEE, 0x6DC3, 0xCFEF, 0x7737, 0xCFF0, 0x53A5, 0xCFF1, 0x7357, 0xCFF2, 0x8568, - 0xCFF3, 0x8E76, 0xCFF4, 0x95D5, 0xCFF5, 0x673A, 0xCFF6, 0x6AC3, 0xCFF7, 0x6F70, 0xCFF8, 0x8A6D, 0xCFF9, 0x8ECC, 0xCFFA, 0x994B, - 0xCFFB, 0xF906, 0xCFFC, 0x6677, 0xCFFD, 0x6B78, 0xCFFE, 0x8CB4, 0xD0A1, 0x9B3C, 0xD0A2, 0xF907, 0xD0A3, 0x53EB, 0xD0A4, 0x572D, - 0xD0A5, 0x594E, 0xD0A6, 0x63C6, 0xD0A7, 0x69FB, 0xD0A8, 0x73EA, 0xD0A9, 0x7845, 0xD0AA, 0x7ABA, 0xD0AB, 0x7AC5, 0xD0AC, 0x7CFE, - 0xD0AD, 0x8475, 0xD0AE, 0x898F, 0xD0AF, 0x8D73, 0xD0B0, 0x9035, 0xD0B1, 0x95A8, 0xD0B2, 0x52FB, 0xD0B3, 0x5747, 0xD0B4, 0x7547, - 0xD0B5, 0x7B60, 0xD0B6, 0x83CC, 0xD0B7, 0x921E, 0xD0B8, 0xF908, 0xD0B9, 0x6A58, 0xD0BA, 0x514B, 0xD0BB, 0x524B, 0xD0BC, 0x5287, - 0xD0BD, 0x621F, 0xD0BE, 0x68D8, 0xD0BF, 0x6975, 0xD0C0, 0x9699, 0xD0C1, 0x50C5, 0xD0C2, 0x52A4, 0xD0C3, 0x52E4, 0xD0C4, 0x61C3, - 0xD0C5, 0x65A4, 0xD0C6, 0x6839, 0xD0C7, 0x69FF, 0xD0C8, 0x747E, 0xD0C9, 0x7B4B, 0xD0CA, 0x82B9, 0xD0CB, 0x83EB, 0xD0CC, 0x89B2, - 0xD0CD, 0x8B39, 0xD0CE, 0x8FD1, 0xD0CF, 0x9949, 0xD0D0, 0xF909, 0xD0D1, 0x4ECA, 0xD0D2, 0x5997, 0xD0D3, 0x64D2, 0xD0D4, 0x6611, - 0xD0D5, 0x6A8E, 0xD0D6, 0x7434, 0xD0D7, 0x7981, 0xD0D8, 0x79BD, 0xD0D9, 0x82A9, 0xD0DA, 0x887E, 0xD0DB, 0x887F, 0xD0DC, 0x895F, - 0xD0DD, 0xF90A, 0xD0DE, 0x9326, 0xD0DF, 0x4F0B, 0xD0E0, 0x53CA, 0xD0E1, 0x6025, 0xD0E2, 0x6271, 0xD0E3, 0x6C72, 0xD0E4, 0x7D1A, - 0xD0E5, 0x7D66, 0xD0E6, 0x4E98, 0xD0E7, 0x5162, 0xD0E8, 0x77DC, 0xD0E9, 0x80AF, 0xD0EA, 0x4F01, 0xD0EB, 0x4F0E, 0xD0EC, 0x5176, - 0xD0ED, 0x5180, 0xD0EE, 0x55DC, 0xD0EF, 0x5668, 0xD0F0, 0x573B, 0xD0F1, 0x57FA, 0xD0F2, 0x57FC, 0xD0F3, 0x5914, 0xD0F4, 0x5947, - 0xD0F5, 0x5993, 0xD0F6, 0x5BC4, 0xD0F7, 0x5C90, 0xD0F8, 0x5D0E, 0xD0F9, 0x5DF1, 0xD0FA, 0x5E7E, 0xD0FB, 0x5FCC, 0xD0FC, 0x6280, - 0xD0FD, 0x65D7, 0xD0FE, 0x65E3, 0xD1A1, 0x671E, 0xD1A2, 0x671F, 0xD1A3, 0x675E, 0xD1A4, 0x68CB, 0xD1A5, 0x68C4, 0xD1A6, 0x6A5F, - 0xD1A7, 0x6B3A, 0xD1A8, 0x6C23, 0xD1A9, 0x6C7D, 0xD1AA, 0x6C82, 0xD1AB, 0x6DC7, 0xD1AC, 0x7398, 0xD1AD, 0x7426, 0xD1AE, 0x742A, - 0xD1AF, 0x7482, 0xD1B0, 0x74A3, 0xD1B1, 0x7578, 0xD1B2, 0x757F, 0xD1B3, 0x7881, 0xD1B4, 0x78EF, 0xD1B5, 0x7941, 0xD1B6, 0x7947, - 0xD1B7, 0x7948, 0xD1B8, 0x797A, 0xD1B9, 0x7B95, 0xD1BA, 0x7D00, 0xD1BB, 0x7DBA, 0xD1BC, 0x7F88, 0xD1BD, 0x8006, 0xD1BE, 0x802D, - 0xD1BF, 0x808C, 0xD1C0, 0x8A18, 0xD1C1, 0x8B4F, 0xD1C2, 0x8C48, 0xD1C3, 0x8D77, 0xD1C4, 0x9321, 0xD1C5, 0x9324, 0xD1C6, 0x98E2, - 0xD1C7, 0x9951, 0xD1C8, 0x9A0E, 0xD1C9, 0x9A0F, 0xD1CA, 0x9A65, 0xD1CB, 0x9E92, 0xD1CC, 0x7DCA, 0xD1CD, 0x4F76, 0xD1CE, 0x5409, - 0xD1CF, 0x62EE, 0xD1D0, 0x6854, 0xD1D1, 0x91D1, 0xD1D2, 0x55AB, 0xD1D3, 0x513A, 0xD1D4, 0xF90B, 0xD1D5, 0xF90C, 0xD1D6, 0x5A1C, - 0xD1D7, 0x61E6, 0xD1D8, 0xF90D, 0xD1D9, 0x62CF, 0xD1DA, 0x62FF, 0xD1DB, 0xF90E, 0xD1DC, 0xF90F, 0xD1DD, 0xF910, 0xD1DE, 0xF911, - 0xD1DF, 0xF912, 0xD1E0, 0xF913, 0xD1E1, 0x90A3, 0xD1E2, 0xF914, 0xD1E3, 0xF915, 0xD1E4, 0xF916, 0xD1E5, 0xF917, 0xD1E6, 0xF918, - 0xD1E7, 0x8AFE, 0xD1E8, 0xF919, 0xD1E9, 0xF91A, 0xD1EA, 0xF91B, 0xD1EB, 0xF91C, 0xD1EC, 0x6696, 0xD1ED, 0xF91D, 0xD1EE, 0x7156, - 0xD1EF, 0xF91E, 0xD1F0, 0xF91F, 0xD1F1, 0x96E3, 0xD1F2, 0xF920, 0xD1F3, 0x634F, 0xD1F4, 0x637A, 0xD1F5, 0x5357, 0xD1F6, 0xF921, - 0xD1F7, 0x678F, 0xD1F8, 0x6960, 0xD1F9, 0x6E73, 0xD1FA, 0xF922, 0xD1FB, 0x7537, 0xD1FC, 0xF923, 0xD1FD, 0xF924, 0xD1FE, 0xF925, - 0xD2A1, 0x7D0D, 0xD2A2, 0xF926, 0xD2A3, 0xF927, 0xD2A4, 0x8872, 0xD2A5, 0x56CA, 0xD2A6, 0x5A18, 0xD2A7, 0xF928, 0xD2A8, 0xF929, - 0xD2A9, 0xF92A, 0xD2AA, 0xF92B, 0xD2AB, 0xF92C, 0xD2AC, 0x4E43, 0xD2AD, 0xF92D, 0xD2AE, 0x5167, 0xD2AF, 0x5948, 0xD2B0, 0x67F0, - 0xD2B1, 0x8010, 0xD2B2, 0xF92E, 0xD2B3, 0x5973, 0xD2B4, 0x5E74, 0xD2B5, 0x649A, 0xD2B6, 0x79CA, 0xD2B7, 0x5FF5, 0xD2B8, 0x606C, - 0xD2B9, 0x62C8, 0xD2BA, 0x637B, 0xD2BB, 0x5BE7, 0xD2BC, 0x5BD7, 0xD2BD, 0x52AA, 0xD2BE, 0xF92F, 0xD2BF, 0x5974, 0xD2C0, 0x5F29, - 0xD2C1, 0x6012, 0xD2C2, 0xF930, 0xD2C3, 0xF931, 0xD2C4, 0xF932, 0xD2C5, 0x7459, 0xD2C6, 0xF933, 0xD2C7, 0xF934, 0xD2C8, 0xF935, - 0xD2C9, 0xF936, 0xD2CA, 0xF937, 0xD2CB, 0xF938, 0xD2CC, 0x99D1, 0xD2CD, 0xF939, 0xD2CE, 0xF93A, 0xD2CF, 0xF93B, 0xD2D0, 0xF93C, - 0xD2D1, 0xF93D, 0xD2D2, 0xF93E, 0xD2D3, 0xF93F, 0xD2D4, 0xF940, 0xD2D5, 0xF941, 0xD2D6, 0xF942, 0xD2D7, 0xF943, 0xD2D8, 0x6FC3, - 0xD2D9, 0xF944, 0xD2DA, 0xF945, 0xD2DB, 0x81BF, 0xD2DC, 0x8FB2, 0xD2DD, 0x60F1, 0xD2DE, 0xF946, 0xD2DF, 0xF947, 0xD2E0, 0x8166, - 0xD2E1, 0xF948, 0xD2E2, 0xF949, 0xD2E3, 0x5C3F, 0xD2E4, 0xF94A, 0xD2E5, 0xF94B, 0xD2E6, 0xF94C, 0xD2E7, 0xF94D, 0xD2E8, 0xF94E, - 0xD2E9, 0xF94F, 0xD2EA, 0xF950, 0xD2EB, 0xF951, 0xD2EC, 0x5AE9, 0xD2ED, 0x8A25, 0xD2EE, 0x677B, 0xD2EF, 0x7D10, 0xD2F0, 0xF952, - 0xD2F1, 0xF953, 0xD2F2, 0xF954, 0xD2F3, 0xF955, 0xD2F4, 0xF956, 0xD2F5, 0xF957, 0xD2F6, 0x80FD, 0xD2F7, 0xF958, 0xD2F8, 0xF959, - 0xD2F9, 0x5C3C, 0xD2FA, 0x6CE5, 0xD2FB, 0x533F, 0xD2FC, 0x6EBA, 0xD2FD, 0x591A, 0xD2FE, 0x8336, 0xD3A1, 0x4E39, 0xD3A2, 0x4EB6, - 0xD3A3, 0x4F46, 0xD3A4, 0x55AE, 0xD3A5, 0x5718, 0xD3A6, 0x58C7, 0xD3A7, 0x5F56, 0xD3A8, 0x65B7, 0xD3A9, 0x65E6, 0xD3AA, 0x6A80, - 0xD3AB, 0x6BB5, 0xD3AC, 0x6E4D, 0xD3AD, 0x77ED, 0xD3AE, 0x7AEF, 0xD3AF, 0x7C1E, 0xD3B0, 0x7DDE, 0xD3B1, 0x86CB, 0xD3B2, 0x8892, - 0xD3B3, 0x9132, 0xD3B4, 0x935B, 0xD3B5, 0x64BB, 0xD3B6, 0x6FBE, 0xD3B7, 0x737A, 0xD3B8, 0x75B8, 0xD3B9, 0x9054, 0xD3BA, 0x5556, - 0xD3BB, 0x574D, 0xD3BC, 0x61BA, 0xD3BD, 0x64D4, 0xD3BE, 0x66C7, 0xD3BF, 0x6DE1, 0xD3C0, 0x6E5B, 0xD3C1, 0x6F6D, 0xD3C2, 0x6FB9, - 0xD3C3, 0x75F0, 0xD3C4, 0x8043, 0xD3C5, 0x81BD, 0xD3C6, 0x8541, 0xD3C7, 0x8983, 0xD3C8, 0x8AC7, 0xD3C9, 0x8B5A, 0xD3CA, 0x931F, - 0xD3CB, 0x6C93, 0xD3CC, 0x7553, 0xD3CD, 0x7B54, 0xD3CE, 0x8E0F, 0xD3CF, 0x905D, 0xD3D0, 0x5510, 0xD3D1, 0x5802, 0xD3D2, 0x5858, - 0xD3D3, 0x5E62, 0xD3D4, 0x6207, 0xD3D5, 0x649E, 0xD3D6, 0x68E0, 0xD3D7, 0x7576, 0xD3D8, 0x7CD6, 0xD3D9, 0x87B3, 0xD3DA, 0x9EE8, - 0xD3DB, 0x4EE3, 0xD3DC, 0x5788, 0xD3DD, 0x576E, 0xD3DE, 0x5927, 0xD3DF, 0x5C0D, 0xD3E0, 0x5CB1, 0xD3E1, 0x5E36, 0xD3E2, 0x5F85, - 0xD3E3, 0x6234, 0xD3E4, 0x64E1, 0xD3E5, 0x73B3, 0xD3E6, 0x81FA, 0xD3E7, 0x888B, 0xD3E8, 0x8CB8, 0xD3E9, 0x968A, 0xD3EA, 0x9EDB, - 0xD3EB, 0x5B85, 0xD3EC, 0x5FB7, 0xD3ED, 0x60B3, 0xD3EE, 0x5012, 0xD3EF, 0x5200, 0xD3F0, 0x5230, 0xD3F1, 0x5716, 0xD3F2, 0x5835, - 0xD3F3, 0x5857, 0xD3F4, 0x5C0E, 0xD3F5, 0x5C60, 0xD3F6, 0x5CF6, 0xD3F7, 0x5D8B, 0xD3F8, 0x5EA6, 0xD3F9, 0x5F92, 0xD3FA, 0x60BC, - 0xD3FB, 0x6311, 0xD3FC, 0x6389, 0xD3FD, 0x6417, 0xD3FE, 0x6843, 0xD4A1, 0x68F9, 0xD4A2, 0x6AC2, 0xD4A3, 0x6DD8, 0xD4A4, 0x6E21, - 0xD4A5, 0x6ED4, 0xD4A6, 0x6FE4, 0xD4A7, 0x71FE, 0xD4A8, 0x76DC, 0xD4A9, 0x7779, 0xD4AA, 0x79B1, 0xD4AB, 0x7A3B, 0xD4AC, 0x8404, - 0xD4AD, 0x89A9, 0xD4AE, 0x8CED, 0xD4AF, 0x8DF3, 0xD4B0, 0x8E48, 0xD4B1, 0x9003, 0xD4B2, 0x9014, 0xD4B3, 0x9053, 0xD4B4, 0x90FD, - 0xD4B5, 0x934D, 0xD4B6, 0x9676, 0xD4B7, 0x97DC, 0xD4B8, 0x6BD2, 0xD4B9, 0x7006, 0xD4BA, 0x7258, 0xD4BB, 0x72A2, 0xD4BC, 0x7368, - 0xD4BD, 0x7763, 0xD4BE, 0x79BF, 0xD4BF, 0x7BE4, 0xD4C0, 0x7E9B, 0xD4C1, 0x8B80, 0xD4C2, 0x58A9, 0xD4C3, 0x60C7, 0xD4C4, 0x6566, - 0xD4C5, 0x65FD, 0xD4C6, 0x66BE, 0xD4C7, 0x6C8C, 0xD4C8, 0x711E, 0xD4C9, 0x71C9, 0xD4CA, 0x8C5A, 0xD4CB, 0x9813, 0xD4CC, 0x4E6D, - 0xD4CD, 0x7A81, 0xD4CE, 0x4EDD, 0xD4CF, 0x51AC, 0xD4D0, 0x51CD, 0xD4D1, 0x52D5, 0xD4D2, 0x540C, 0xD4D3, 0x61A7, 0xD4D4, 0x6771, - 0xD4D5, 0x6850, 0xD4D6, 0x68DF, 0xD4D7, 0x6D1E, 0xD4D8, 0x6F7C, 0xD4D9, 0x75BC, 0xD4DA, 0x77B3, 0xD4DB, 0x7AE5, 0xD4DC, 0x80F4, - 0xD4DD, 0x8463, 0xD4DE, 0x9285, 0xD4DF, 0x515C, 0xD4E0, 0x6597, 0xD4E1, 0x675C, 0xD4E2, 0x6793, 0xD4E3, 0x75D8, 0xD4E4, 0x7AC7, - 0xD4E5, 0x8373, 0xD4E6, 0xF95A, 0xD4E7, 0x8C46, 0xD4E8, 0x9017, 0xD4E9, 0x982D, 0xD4EA, 0x5C6F, 0xD4EB, 0x81C0, 0xD4EC, 0x829A, - 0xD4ED, 0x9041, 0xD4EE, 0x906F, 0xD4EF, 0x920D, 0xD4F0, 0x5F97, 0xD4F1, 0x5D9D, 0xD4F2, 0x6A59, 0xD4F3, 0x71C8, 0xD4F4, 0x767B, - 0xD4F5, 0x7B49, 0xD4F6, 0x85E4, 0xD4F7, 0x8B04, 0xD4F8, 0x9127, 0xD4F9, 0x9A30, 0xD4FA, 0x5587, 0xD4FB, 0x61F6, 0xD4FC, 0xF95B, - 0xD4FD, 0x7669, 0xD4FE, 0x7F85, 0xD5A1, 0x863F, 0xD5A2, 0x87BA, 0xD5A3, 0x88F8, 0xD5A4, 0x908F, 0xD5A5, 0xF95C, 0xD5A6, 0x6D1B, - 0xD5A7, 0x70D9, 0xD5A8, 0x73DE, 0xD5A9, 0x7D61, 0xD5AA, 0x843D, 0xD5AB, 0xF95D, 0xD5AC, 0x916A, 0xD5AD, 0x99F1, 0xD5AE, 0xF95E, - 0xD5AF, 0x4E82, 0xD5B0, 0x5375, 0xD5B1, 0x6B04, 0xD5B2, 0x6B12, 0xD5B3, 0x703E, 0xD5B4, 0x721B, 0xD5B5, 0x862D, 0xD5B6, 0x9E1E, - 0xD5B7, 0x524C, 0xD5B8, 0x8FA3, 0xD5B9, 0x5D50, 0xD5BA, 0x64E5, 0xD5BB, 0x652C, 0xD5BC, 0x6B16, 0xD5BD, 0x6FEB, 0xD5BE, 0x7C43, - 0xD5BF, 0x7E9C, 0xD5C0, 0x85CD, 0xD5C1, 0x8964, 0xD5C2, 0x89BD, 0xD5C3, 0x62C9, 0xD5C4, 0x81D8, 0xD5C5, 0x881F, 0xD5C6, 0x5ECA, - 0xD5C7, 0x6717, 0xD5C8, 0x6D6A, 0xD5C9, 0x72FC, 0xD5CA, 0x7405, 0xD5CB, 0x746F, 0xD5CC, 0x8782, 0xD5CD, 0x90DE, 0xD5CE, 0x4F86, - 0xD5CF, 0x5D0D, 0xD5D0, 0x5FA0, 0xD5D1, 0x840A, 0xD5D2, 0x51B7, 0xD5D3, 0x63A0, 0xD5D4, 0x7565, 0xD5D5, 0x4EAE, 0xD5D6, 0x5006, - 0xD5D7, 0x5169, 0xD5D8, 0x51C9, 0xD5D9, 0x6881, 0xD5DA, 0x6A11, 0xD5DB, 0x7CAE, 0xD5DC, 0x7CB1, 0xD5DD, 0x7CE7, 0xD5DE, 0x826F, - 0xD5DF, 0x8AD2, 0xD5E0, 0x8F1B, 0xD5E1, 0x91CF, 0xD5E2, 0x4FB6, 0xD5E3, 0x5137, 0xD5E4, 0x52F5, 0xD5E5, 0x5442, 0xD5E6, 0x5EEC, - 0xD5E7, 0x616E, 0xD5E8, 0x623E, 0xD5E9, 0x65C5, 0xD5EA, 0x6ADA, 0xD5EB, 0x6FFE, 0xD5EC, 0x792A, 0xD5ED, 0x85DC, 0xD5EE, 0x8823, - 0xD5EF, 0x95AD, 0xD5F0, 0x9A62, 0xD5F1, 0x9A6A, 0xD5F2, 0x9E97, 0xD5F3, 0x9ECE, 0xD5F4, 0x529B, 0xD5F5, 0x66C6, 0xD5F6, 0x6B77, - 0xD5F7, 0x701D, 0xD5F8, 0x792B, 0xD5F9, 0x8F62, 0xD5FA, 0x9742, 0xD5FB, 0x6190, 0xD5FC, 0x6200, 0xD5FD, 0x6523, 0xD5FE, 0x6F23, - 0xD6A1, 0x7149, 0xD6A2, 0x7489, 0xD6A3, 0x7DF4, 0xD6A4, 0x806F, 0xD6A5, 0x84EE, 0xD6A6, 0x8F26, 0xD6A7, 0x9023, 0xD6A8, 0x934A, - 0xD6A9, 0x51BD, 0xD6AA, 0x5217, 0xD6AB, 0x52A3, 0xD6AC, 0x6D0C, 0xD6AD, 0x70C8, 0xD6AE, 0x88C2, 0xD6AF, 0x5EC9, 0xD6B0, 0x6582, - 0xD6B1, 0x6BAE, 0xD6B2, 0x6FC2, 0xD6B3, 0x7C3E, 0xD6B4, 0x7375, 0xD6B5, 0x4EE4, 0xD6B6, 0x4F36, 0xD6B7, 0x56F9, 0xD6B8, 0xF95F, - 0xD6B9, 0x5CBA, 0xD6BA, 0x5DBA, 0xD6BB, 0x601C, 0xD6BC, 0x73B2, 0xD6BD, 0x7B2D, 0xD6BE, 0x7F9A, 0xD6BF, 0x7FCE, 0xD6C0, 0x8046, - 0xD6C1, 0x901E, 0xD6C2, 0x9234, 0xD6C3, 0x96F6, 0xD6C4, 0x9748, 0xD6C5, 0x9818, 0xD6C6, 0x9F61, 0xD6C7, 0x4F8B, 0xD6C8, 0x6FA7, - 0xD6C9, 0x79AE, 0xD6CA, 0x91B4, 0xD6CB, 0x96B7, 0xD6CC, 0x52DE, 0xD6CD, 0xF960, 0xD6CE, 0x6488, 0xD6CF, 0x64C4, 0xD6D0, 0x6AD3, - 0xD6D1, 0x6F5E, 0xD6D2, 0x7018, 0xD6D3, 0x7210, 0xD6D4, 0x76E7, 0xD6D5, 0x8001, 0xD6D6, 0x8606, 0xD6D7, 0x865C, 0xD6D8, 0x8DEF, - 0xD6D9, 0x8F05, 0xD6DA, 0x9732, 0xD6DB, 0x9B6F, 0xD6DC, 0x9DFA, 0xD6DD, 0x9E75, 0xD6DE, 0x788C, 0xD6DF, 0x797F, 0xD6E0, 0x7DA0, - 0xD6E1, 0x83C9, 0xD6E2, 0x9304, 0xD6E3, 0x9E7F, 0xD6E4, 0x9E93, 0xD6E5, 0x8AD6, 0xD6E6, 0x58DF, 0xD6E7, 0x5F04, 0xD6E8, 0x6727, - 0xD6E9, 0x7027, 0xD6EA, 0x74CF, 0xD6EB, 0x7C60, 0xD6EC, 0x807E, 0xD6ED, 0x5121, 0xD6EE, 0x7028, 0xD6EF, 0x7262, 0xD6F0, 0x78CA, - 0xD6F1, 0x8CC2, 0xD6F2, 0x8CDA, 0xD6F3, 0x8CF4, 0xD6F4, 0x96F7, 0xD6F5, 0x4E86, 0xD6F6, 0x50DA, 0xD6F7, 0x5BEE, 0xD6F8, 0x5ED6, - 0xD6F9, 0x6599, 0xD6FA, 0x71CE, 0xD6FB, 0x7642, 0xD6FC, 0x77AD, 0xD6FD, 0x804A, 0xD6FE, 0x84FC, 0xD7A1, 0x907C, 0xD7A2, 0x9B27, - 0xD7A3, 0x9F8D, 0xD7A4, 0x58D8, 0xD7A5, 0x5A41, 0xD7A6, 0x5C62, 0xD7A7, 0x6A13, 0xD7A8, 0x6DDA, 0xD7A9, 0x6F0F, 0xD7AA, 0x763B, - 0xD7AB, 0x7D2F, 0xD7AC, 0x7E37, 0xD7AD, 0x851E, 0xD7AE, 0x8938, 0xD7AF, 0x93E4, 0xD7B0, 0x964B, 0xD7B1, 0x5289, 0xD7B2, 0x65D2, - 0xD7B3, 0x67F3, 0xD7B4, 0x69B4, 0xD7B5, 0x6D41, 0xD7B6, 0x6E9C, 0xD7B7, 0x700F, 0xD7B8, 0x7409, 0xD7B9, 0x7460, 0xD7BA, 0x7559, - 0xD7BB, 0x7624, 0xD7BC, 0x786B, 0xD7BD, 0x8B2C, 0xD7BE, 0x985E, 0xD7BF, 0x516D, 0xD7C0, 0x622E, 0xD7C1, 0x9678, 0xD7C2, 0x4F96, - 0xD7C3, 0x502B, 0xD7C4, 0x5D19, 0xD7C5, 0x6DEA, 0xD7C6, 0x7DB8, 0xD7C7, 0x8F2A, 0xD7C8, 0x5F8B, 0xD7C9, 0x6144, 0xD7CA, 0x6817, - 0xD7CB, 0xF961, 0xD7CC, 0x9686, 0xD7CD, 0x52D2, 0xD7CE, 0x808B, 0xD7CF, 0x51DC, 0xD7D0, 0x51CC, 0xD7D1, 0x695E, 0xD7D2, 0x7A1C, - 0xD7D3, 0x7DBE, 0xD7D4, 0x83F1, 0xD7D5, 0x9675, 0xD7D6, 0x4FDA, 0xD7D7, 0x5229, 0xD7D8, 0x5398, 0xD7D9, 0x540F, 0xD7DA, 0x550E, - 0xD7DB, 0x5C65, 0xD7DC, 0x60A7, 0xD7DD, 0x674E, 0xD7DE, 0x68A8, 0xD7DF, 0x6D6C, 0xD7E0, 0x7281, 0xD7E1, 0x72F8, 0xD7E2, 0x7406, - 0xD7E3, 0x7483, 0xD7E4, 0xF962, 0xD7E5, 0x75E2, 0xD7E6, 0x7C6C, 0xD7E7, 0x7F79, 0xD7E8, 0x7FB8, 0xD7E9, 0x8389, 0xD7EA, 0x88CF, - 0xD7EB, 0x88E1, 0xD7EC, 0x91CC, 0xD7ED, 0x91D0, 0xD7EE, 0x96E2, 0xD7EF, 0x9BC9, 0xD7F0, 0x541D, 0xD7F1, 0x6F7E, 0xD7F2, 0x71D0, - 0xD7F3, 0x7498, 0xD7F4, 0x85FA, 0xD7F5, 0x8EAA, 0xD7F6, 0x96A3, 0xD7F7, 0x9C57, 0xD7F8, 0x9E9F, 0xD7F9, 0x6797, 0xD7FA, 0x6DCB, - 0xD7FB, 0x7433, 0xD7FC, 0x81E8, 0xD7FD, 0x9716, 0xD7FE, 0x782C, 0xD8A1, 0x7ACB, 0xD8A2, 0x7B20, 0xD8A3, 0x7C92, 0xD8A4, 0x6469, - 0xD8A5, 0x746A, 0xD8A6, 0x75F2, 0xD8A7, 0x78BC, 0xD8A8, 0x78E8, 0xD8A9, 0x99AC, 0xD8AA, 0x9B54, 0xD8AB, 0x9EBB, 0xD8AC, 0x5BDE, - 0xD8AD, 0x5E55, 0xD8AE, 0x6F20, 0xD8AF, 0x819C, 0xD8B0, 0x83AB, 0xD8B1, 0x9088, 0xD8B2, 0x4E07, 0xD8B3, 0x534D, 0xD8B4, 0x5A29, - 0xD8B5, 0x5DD2, 0xD8B6, 0x5F4E, 0xD8B7, 0x6162, 0xD8B8, 0x633D, 0xD8B9, 0x6669, 0xD8BA, 0x66FC, 0xD8BB, 0x6EFF, 0xD8BC, 0x6F2B, - 0xD8BD, 0x7063, 0xD8BE, 0x779E, 0xD8BF, 0x842C, 0xD8C0, 0x8513, 0xD8C1, 0x883B, 0xD8C2, 0x8F13, 0xD8C3, 0x9945, 0xD8C4, 0x9C3B, - 0xD8C5, 0x551C, 0xD8C6, 0x62B9, 0xD8C7, 0x672B, 0xD8C8, 0x6CAB, 0xD8C9, 0x8309, 0xD8CA, 0x896A, 0xD8CB, 0x977A, 0xD8CC, 0x4EA1, - 0xD8CD, 0x5984, 0xD8CE, 0x5FD8, 0xD8CF, 0x5FD9, 0xD8D0, 0x671B, 0xD8D1, 0x7DB2, 0xD8D2, 0x7F54, 0xD8D3, 0x8292, 0xD8D4, 0x832B, - 0xD8D5, 0x83BD, 0xD8D6, 0x8F1E, 0xD8D7, 0x9099, 0xD8D8, 0x57CB, 0xD8D9, 0x59B9, 0xD8DA, 0x5A92, 0xD8DB, 0x5BD0, 0xD8DC, 0x6627, - 0xD8DD, 0x679A, 0xD8DE, 0x6885, 0xD8DF, 0x6BCF, 0xD8E0, 0x7164, 0xD8E1, 0x7F75, 0xD8E2, 0x8CB7, 0xD8E3, 0x8CE3, 0xD8E4, 0x9081, - 0xD8E5, 0x9B45, 0xD8E6, 0x8108, 0xD8E7, 0x8C8A, 0xD8E8, 0x964C, 0xD8E9, 0x9A40, 0xD8EA, 0x9EA5, 0xD8EB, 0x5B5F, 0xD8EC, 0x6C13, - 0xD8ED, 0x731B, 0xD8EE, 0x76F2, 0xD8EF, 0x76DF, 0xD8F0, 0x840C, 0xD8F1, 0x51AA, 0xD8F2, 0x8993, 0xD8F3, 0x514D, 0xD8F4, 0x5195, - 0xD8F5, 0x52C9, 0xD8F6, 0x68C9, 0xD8F7, 0x6C94, 0xD8F8, 0x7704, 0xD8F9, 0x7720, 0xD8FA, 0x7DBF, 0xD8FB, 0x7DEC, 0xD8FC, 0x9762, - 0xD8FD, 0x9EB5, 0xD8FE, 0x6EC5, 0xD9A1, 0x8511, 0xD9A2, 0x51A5, 0xD9A3, 0x540D, 0xD9A4, 0x547D, 0xD9A5, 0x660E, 0xD9A6, 0x669D, - 0xD9A7, 0x6927, 0xD9A8, 0x6E9F, 0xD9A9, 0x76BF, 0xD9AA, 0x7791, 0xD9AB, 0x8317, 0xD9AC, 0x84C2, 0xD9AD, 0x879F, 0xD9AE, 0x9169, - 0xD9AF, 0x9298, 0xD9B0, 0x9CF4, 0xD9B1, 0x8882, 0xD9B2, 0x4FAE, 0xD9B3, 0x5192, 0xD9B4, 0x52DF, 0xD9B5, 0x59C6, 0xD9B6, 0x5E3D, - 0xD9B7, 0x6155, 0xD9B8, 0x6478, 0xD9B9, 0x6479, 0xD9BA, 0x66AE, 0xD9BB, 0x67D0, 0xD9BC, 0x6A21, 0xD9BD, 0x6BCD, 0xD9BE, 0x6BDB, - 0xD9BF, 0x725F, 0xD9C0, 0x7261, 0xD9C1, 0x7441, 0xD9C2, 0x7738, 0xD9C3, 0x77DB, 0xD9C4, 0x8017, 0xD9C5, 0x82BC, 0xD9C6, 0x8305, - 0xD9C7, 0x8B00, 0xD9C8, 0x8B28, 0xD9C9, 0x8C8C, 0xD9CA, 0x6728, 0xD9CB, 0x6C90, 0xD9CC, 0x7267, 0xD9CD, 0x76EE, 0xD9CE, 0x7766, - 0xD9CF, 0x7A46, 0xD9D0, 0x9DA9, 0xD9D1, 0x6B7F, 0xD9D2, 0x6C92, 0xD9D3, 0x5922, 0xD9D4, 0x6726, 0xD9D5, 0x8499, 0xD9D6, 0x536F, - 0xD9D7, 0x5893, 0xD9D8, 0x5999, 0xD9D9, 0x5EDF, 0xD9DA, 0x63CF, 0xD9DB, 0x6634, 0xD9DC, 0x6773, 0xD9DD, 0x6E3A, 0xD9DE, 0x732B, - 0xD9DF, 0x7AD7, 0xD9E0, 0x82D7, 0xD9E1, 0x9328, 0xD9E2, 0x52D9, 0xD9E3, 0x5DEB, 0xD9E4, 0x61AE, 0xD9E5, 0x61CB, 0xD9E6, 0x620A, - 0xD9E7, 0x62C7, 0xD9E8, 0x64AB, 0xD9E9, 0x65E0, 0xD9EA, 0x6959, 0xD9EB, 0x6B66, 0xD9EC, 0x6BCB, 0xD9ED, 0x7121, 0xD9EE, 0x73F7, - 0xD9EF, 0x755D, 0xD9F0, 0x7E46, 0xD9F1, 0x821E, 0xD9F2, 0x8302, 0xD9F3, 0x856A, 0xD9F4, 0x8AA3, 0xD9F5, 0x8CBF, 0xD9F6, 0x9727, - 0xD9F7, 0x9D61, 0xD9F8, 0x58A8, 0xD9F9, 0x9ED8, 0xD9FA, 0x5011, 0xD9FB, 0x520E, 0xD9FC, 0x543B, 0xD9FD, 0x554F, 0xD9FE, 0x6587, - 0xDAA1, 0x6C76, 0xDAA2, 0x7D0A, 0xDAA3, 0x7D0B, 0xDAA4, 0x805E, 0xDAA5, 0x868A, 0xDAA6, 0x9580, 0xDAA7, 0x96EF, 0xDAA8, 0x52FF, - 0xDAA9, 0x6C95, 0xDAAA, 0x7269, 0xDAAB, 0x5473, 0xDAAC, 0x5A9A, 0xDAAD, 0x5C3E, 0xDAAE, 0x5D4B, 0xDAAF, 0x5F4C, 0xDAB0, 0x5FAE, - 0xDAB1, 0x672A, 0xDAB2, 0x68B6, 0xDAB3, 0x6963, 0xDAB4, 0x6E3C, 0xDAB5, 0x6E44, 0xDAB6, 0x7709, 0xDAB7, 0x7C73, 0xDAB8, 0x7F8E, - 0xDAB9, 0x8587, 0xDABA, 0x8B0E, 0xDABB, 0x8FF7, 0xDABC, 0x9761, 0xDABD, 0x9EF4, 0xDABE, 0x5CB7, 0xDABF, 0x60B6, 0xDAC0, 0x610D, - 0xDAC1, 0x61AB, 0xDAC2, 0x654F, 0xDAC3, 0x65FB, 0xDAC4, 0x65FC, 0xDAC5, 0x6C11, 0xDAC6, 0x6CEF, 0xDAC7, 0x739F, 0xDAC8, 0x73C9, - 0xDAC9, 0x7DE1, 0xDACA, 0x9594, 0xDACB, 0x5BC6, 0xDACC, 0x871C, 0xDACD, 0x8B10, 0xDACE, 0x525D, 0xDACF, 0x535A, 0xDAD0, 0x62CD, - 0xDAD1, 0x640F, 0xDAD2, 0x64B2, 0xDAD3, 0x6734, 0xDAD4, 0x6A38, 0xDAD5, 0x6CCA, 0xDAD6, 0x73C0, 0xDAD7, 0x749E, 0xDAD8, 0x7B94, - 0xDAD9, 0x7C95, 0xDADA, 0x7E1B, 0xDADB, 0x818A, 0xDADC, 0x8236, 0xDADD, 0x8584, 0xDADE, 0x8FEB, 0xDADF, 0x96F9, 0xDAE0, 0x99C1, - 0xDAE1, 0x4F34, 0xDAE2, 0x534A, 0xDAE3, 0x53CD, 0xDAE4, 0x53DB, 0xDAE5, 0x62CC, 0xDAE6, 0x642C, 0xDAE7, 0x6500, 0xDAE8, 0x6591, - 0xDAE9, 0x69C3, 0xDAEA, 0x6CEE, 0xDAEB, 0x6F58, 0xDAEC, 0x73ED, 0xDAED, 0x7554, 0xDAEE, 0x7622, 0xDAEF, 0x76E4, 0xDAF0, 0x76FC, - 0xDAF1, 0x78D0, 0xDAF2, 0x78FB, 0xDAF3, 0x792C, 0xDAF4, 0x7D46, 0xDAF5, 0x822C, 0xDAF6, 0x87E0, 0xDAF7, 0x8FD4, 0xDAF8, 0x9812, - 0xDAF9, 0x98EF, 0xDAFA, 0x52C3, 0xDAFB, 0x62D4, 0xDAFC, 0x64A5, 0xDAFD, 0x6E24, 0xDAFE, 0x6F51, 0xDBA1, 0x767C, 0xDBA2, 0x8DCB, - 0xDBA3, 0x91B1, 0xDBA4, 0x9262, 0xDBA5, 0x9AEE, 0xDBA6, 0x9B43, 0xDBA7, 0x5023, 0xDBA8, 0x508D, 0xDBA9, 0x574A, 0xDBAA, 0x59A8, - 0xDBAB, 0x5C28, 0xDBAC, 0x5E47, 0xDBAD, 0x5F77, 0xDBAE, 0x623F, 0xDBAF, 0x653E, 0xDBB0, 0x65B9, 0xDBB1, 0x65C1, 0xDBB2, 0x6609, - 0xDBB3, 0x678B, 0xDBB4, 0x699C, 0xDBB5, 0x6EC2, 0xDBB6, 0x78C5, 0xDBB7, 0x7D21, 0xDBB8, 0x80AA, 0xDBB9, 0x8180, 0xDBBA, 0x822B, - 0xDBBB, 0x82B3, 0xDBBC, 0x84A1, 0xDBBD, 0x868C, 0xDBBE, 0x8A2A, 0xDBBF, 0x8B17, 0xDBC0, 0x90A6, 0xDBC1, 0x9632, 0xDBC2, 0x9F90, - 0xDBC3, 0x500D, 0xDBC4, 0x4FF3, 0xDBC5, 0xF963, 0xDBC6, 0x57F9, 0xDBC7, 0x5F98, 0xDBC8, 0x62DC, 0xDBC9, 0x6392, 0xDBCA, 0x676F, - 0xDBCB, 0x6E43, 0xDBCC, 0x7119, 0xDBCD, 0x76C3, 0xDBCE, 0x80CC, 0xDBCF, 0x80DA, 0xDBD0, 0x88F4, 0xDBD1, 0x88F5, 0xDBD2, 0x8919, - 0xDBD3, 0x8CE0, 0xDBD4, 0x8F29, 0xDBD5, 0x914D, 0xDBD6, 0x966A, 0xDBD7, 0x4F2F, 0xDBD8, 0x4F70, 0xDBD9, 0x5E1B, 0xDBDA, 0x67CF, - 0xDBDB, 0x6822, 0xDBDC, 0x767D, 0xDBDD, 0x767E, 0xDBDE, 0x9B44, 0xDBDF, 0x5E61, 0xDBE0, 0x6A0A, 0xDBE1, 0x7169, 0xDBE2, 0x71D4, - 0xDBE3, 0x756A, 0xDBE4, 0xF964, 0xDBE5, 0x7E41, 0xDBE6, 0x8543, 0xDBE7, 0x85E9, 0xDBE8, 0x98DC, 0xDBE9, 0x4F10, 0xDBEA, 0x7B4F, - 0xDBEB, 0x7F70, 0xDBEC, 0x95A5, 0xDBED, 0x51E1, 0xDBEE, 0x5E06, 0xDBEF, 0x68B5, 0xDBF0, 0x6C3E, 0xDBF1, 0x6C4E, 0xDBF2, 0x6CDB, - 0xDBF3, 0x72AF, 0xDBF4, 0x7BC4, 0xDBF5, 0x8303, 0xDBF6, 0x6CD5, 0xDBF7, 0x743A, 0xDBF8, 0x50FB, 0xDBF9, 0x5288, 0xDBFA, 0x58C1, - 0xDBFB, 0x64D8, 0xDBFC, 0x6A97, 0xDBFD, 0x74A7, 0xDBFE, 0x7656, 0xDCA1, 0x78A7, 0xDCA2, 0x8617, 0xDCA3, 0x95E2, 0xDCA4, 0x9739, - 0xDCA5, 0xF965, 0xDCA6, 0x535E, 0xDCA7, 0x5F01, 0xDCA8, 0x8B8A, 0xDCA9, 0x8FA8, 0xDCAA, 0x8FAF, 0xDCAB, 0x908A, 0xDCAC, 0x5225, - 0xDCAD, 0x77A5, 0xDCAE, 0x9C49, 0xDCAF, 0x9F08, 0xDCB0, 0x4E19, 0xDCB1, 0x5002, 0xDCB2, 0x5175, 0xDCB3, 0x5C5B, 0xDCB4, 0x5E77, - 0xDCB5, 0x661E, 0xDCB6, 0x663A, 0xDCB7, 0x67C4, 0xDCB8, 0x68C5, 0xDCB9, 0x70B3, 0xDCBA, 0x7501, 0xDCBB, 0x75C5, 0xDCBC, 0x79C9, - 0xDCBD, 0x7ADD, 0xDCBE, 0x8F27, 0xDCBF, 0x9920, 0xDCC0, 0x9A08, 0xDCC1, 0x4FDD, 0xDCC2, 0x5821, 0xDCC3, 0x5831, 0xDCC4, 0x5BF6, - 0xDCC5, 0x666E, 0xDCC6, 0x6B65, 0xDCC7, 0x6D11, 0xDCC8, 0x6E7A, 0xDCC9, 0x6F7D, 0xDCCA, 0x73E4, 0xDCCB, 0x752B, 0xDCCC, 0x83E9, - 0xDCCD, 0x88DC, 0xDCCE, 0x8913, 0xDCCF, 0x8B5C, 0xDCD0, 0x8F14, 0xDCD1, 0x4F0F, 0xDCD2, 0x50D5, 0xDCD3, 0x5310, 0xDCD4, 0x535C, - 0xDCD5, 0x5B93, 0xDCD6, 0x5FA9, 0xDCD7, 0x670D, 0xDCD8, 0x798F, 0xDCD9, 0x8179, 0xDCDA, 0x832F, 0xDCDB, 0x8514, 0xDCDC, 0x8907, - 0xDCDD, 0x8986, 0xDCDE, 0x8F39, 0xDCDF, 0x8F3B, 0xDCE0, 0x99A5, 0xDCE1, 0x9C12, 0xDCE2, 0x672C, 0xDCE3, 0x4E76, 0xDCE4, 0x4FF8, - 0xDCE5, 0x5949, 0xDCE6, 0x5C01, 0xDCE7, 0x5CEF, 0xDCE8, 0x5CF0, 0xDCE9, 0x6367, 0xDCEA, 0x68D2, 0xDCEB, 0x70FD, 0xDCEC, 0x71A2, - 0xDCED, 0x742B, 0xDCEE, 0x7E2B, 0xDCEF, 0x84EC, 0xDCF0, 0x8702, 0xDCF1, 0x9022, 0xDCF2, 0x92D2, 0xDCF3, 0x9CF3, 0xDCF4, 0x4E0D, - 0xDCF5, 0x4ED8, 0xDCF6, 0x4FEF, 0xDCF7, 0x5085, 0xDCF8, 0x5256, 0xDCF9, 0x526F, 0xDCFA, 0x5426, 0xDCFB, 0x5490, 0xDCFC, 0x57E0, - 0xDCFD, 0x592B, 0xDCFE, 0x5A66, 0xDDA1, 0x5B5A, 0xDDA2, 0x5B75, 0xDDA3, 0x5BCC, 0xDDA4, 0x5E9C, 0xDDA5, 0xF966, 0xDDA6, 0x6276, - 0xDDA7, 0x6577, 0xDDA8, 0x65A7, 0xDDA9, 0x6D6E, 0xDDAA, 0x6EA5, 0xDDAB, 0x7236, 0xDDAC, 0x7B26, 0xDDAD, 0x7C3F, 0xDDAE, 0x7F36, - 0xDDAF, 0x8150, 0xDDB0, 0x8151, 0xDDB1, 0x819A, 0xDDB2, 0x8240, 0xDDB3, 0x8299, 0xDDB4, 0x83A9, 0xDDB5, 0x8A03, 0xDDB6, 0x8CA0, - 0xDDB7, 0x8CE6, 0xDDB8, 0x8CFB, 0xDDB9, 0x8D74, 0xDDBA, 0x8DBA, 0xDDBB, 0x90E8, 0xDDBC, 0x91DC, 0xDDBD, 0x961C, 0xDDBE, 0x9644, - 0xDDBF, 0x99D9, 0xDDC0, 0x9CE7, 0xDDC1, 0x5317, 0xDDC2, 0x5206, 0xDDC3, 0x5429, 0xDDC4, 0x5674, 0xDDC5, 0x58B3, 0xDDC6, 0x5954, - 0xDDC7, 0x596E, 0xDDC8, 0x5FFF, 0xDDC9, 0x61A4, 0xDDCA, 0x626E, 0xDDCB, 0x6610, 0xDDCC, 0x6C7E, 0xDDCD, 0x711A, 0xDDCE, 0x76C6, - 0xDDCF, 0x7C89, 0xDDD0, 0x7CDE, 0xDDD1, 0x7D1B, 0xDDD2, 0x82AC, 0xDDD3, 0x8CC1, 0xDDD4, 0x96F0, 0xDDD5, 0xF967, 0xDDD6, 0x4F5B, - 0xDDD7, 0x5F17, 0xDDD8, 0x5F7F, 0xDDD9, 0x62C2, 0xDDDA, 0x5D29, 0xDDDB, 0x670B, 0xDDDC, 0x68DA, 0xDDDD, 0x787C, 0xDDDE, 0x7E43, - 0xDDDF, 0x9D6C, 0xDDE0, 0x4E15, 0xDDE1, 0x5099, 0xDDE2, 0x5315, 0xDDE3, 0x532A, 0xDDE4, 0x5351, 0xDDE5, 0x5983, 0xDDE6, 0x5A62, - 0xDDE7, 0x5E87, 0xDDE8, 0x60B2, 0xDDE9, 0x618A, 0xDDEA, 0x6249, 0xDDEB, 0x6279, 0xDDEC, 0x6590, 0xDDED, 0x6787, 0xDDEE, 0x69A7, - 0xDDEF, 0x6BD4, 0xDDF0, 0x6BD6, 0xDDF1, 0x6BD7, 0xDDF2, 0x6BD8, 0xDDF3, 0x6CB8, 0xDDF4, 0xF968, 0xDDF5, 0x7435, 0xDDF6, 0x75FA, - 0xDDF7, 0x7812, 0xDDF8, 0x7891, 0xDDF9, 0x79D5, 0xDDFA, 0x79D8, 0xDDFB, 0x7C83, 0xDDFC, 0x7DCB, 0xDDFD, 0x7FE1, 0xDDFE, 0x80A5, - 0xDEA1, 0x813E, 0xDEA2, 0x81C2, 0xDEA3, 0x83F2, 0xDEA4, 0x871A, 0xDEA5, 0x88E8, 0xDEA6, 0x8AB9, 0xDEA7, 0x8B6C, 0xDEA8, 0x8CBB, - 0xDEA9, 0x9119, 0xDEAA, 0x975E, 0xDEAB, 0x98DB, 0xDEAC, 0x9F3B, 0xDEAD, 0x56AC, 0xDEAE, 0x5B2A, 0xDEAF, 0x5F6C, 0xDEB0, 0x658C, - 0xDEB1, 0x6AB3, 0xDEB2, 0x6BAF, 0xDEB3, 0x6D5C, 0xDEB4, 0x6FF1, 0xDEB5, 0x7015, 0xDEB6, 0x725D, 0xDEB7, 0x73AD, 0xDEB8, 0x8CA7, - 0xDEB9, 0x8CD3, 0xDEBA, 0x983B, 0xDEBB, 0x6191, 0xDEBC, 0x6C37, 0xDEBD, 0x8058, 0xDEBE, 0x9A01, 0xDEBF, 0x4E4D, 0xDEC0, 0x4E8B, - 0xDEC1, 0x4E9B, 0xDEC2, 0x4ED5, 0xDEC3, 0x4F3A, 0xDEC4, 0x4F3C, 0xDEC5, 0x4F7F, 0xDEC6, 0x4FDF, 0xDEC7, 0x50FF, 0xDEC8, 0x53F2, - 0xDEC9, 0x53F8, 0xDECA, 0x5506, 0xDECB, 0x55E3, 0xDECC, 0x56DB, 0xDECD, 0x58EB, 0xDECE, 0x5962, 0xDECF, 0x5A11, 0xDED0, 0x5BEB, - 0xDED1, 0x5BFA, 0xDED2, 0x5C04, 0xDED3, 0x5DF3, 0xDED4, 0x5E2B, 0xDED5, 0x5F99, 0xDED6, 0x601D, 0xDED7, 0x6368, 0xDED8, 0x659C, - 0xDED9, 0x65AF, 0xDEDA, 0x67F6, 0xDEDB, 0x67FB, 0xDEDC, 0x68AD, 0xDEDD, 0x6B7B, 0xDEDE, 0x6C99, 0xDEDF, 0x6CD7, 0xDEE0, 0x6E23, - 0xDEE1, 0x7009, 0xDEE2, 0x7345, 0xDEE3, 0x7802, 0xDEE4, 0x793E, 0xDEE5, 0x7940, 0xDEE6, 0x7960, 0xDEE7, 0x79C1, 0xDEE8, 0x7BE9, - 0xDEE9, 0x7D17, 0xDEEA, 0x7D72, 0xDEEB, 0x8086, 0xDEEC, 0x820D, 0xDEED, 0x838E, 0xDEEE, 0x84D1, 0xDEEF, 0x86C7, 0xDEF0, 0x88DF, - 0xDEF1, 0x8A50, 0xDEF2, 0x8A5E, 0xDEF3, 0x8B1D, 0xDEF4, 0x8CDC, 0xDEF5, 0x8D66, 0xDEF6, 0x8FAD, 0xDEF7, 0x90AA, 0xDEF8, 0x98FC, - 0xDEF9, 0x99DF, 0xDEFA, 0x9E9D, 0xDEFB, 0x524A, 0xDEFC, 0xF969, 0xDEFD, 0x6714, 0xDEFE, 0xF96A, 0xDFA1, 0x5098, 0xDFA2, 0x522A, - 0xDFA3, 0x5C71, 0xDFA4, 0x6563, 0xDFA5, 0x6C55, 0xDFA6, 0x73CA, 0xDFA7, 0x7523, 0xDFA8, 0x759D, 0xDFA9, 0x7B97, 0xDFAA, 0x849C, - 0xDFAB, 0x9178, 0xDFAC, 0x9730, 0xDFAD, 0x4E77, 0xDFAE, 0x6492, 0xDFAF, 0x6BBA, 0xDFB0, 0x715E, 0xDFB1, 0x85A9, 0xDFB2, 0x4E09, - 0xDFB3, 0xF96B, 0xDFB4, 0x6749, 0xDFB5, 0x68EE, 0xDFB6, 0x6E17, 0xDFB7, 0x829F, 0xDFB8, 0x8518, 0xDFB9, 0x886B, 0xDFBA, 0x63F7, - 0xDFBB, 0x6F81, 0xDFBC, 0x9212, 0xDFBD, 0x98AF, 0xDFBE, 0x4E0A, 0xDFBF, 0x50B7, 0xDFC0, 0x50CF, 0xDFC1, 0x511F, 0xDFC2, 0x5546, - 0xDFC3, 0x55AA, 0xDFC4, 0x5617, 0xDFC5, 0x5B40, 0xDFC6, 0x5C19, 0xDFC7, 0x5CE0, 0xDFC8, 0x5E38, 0xDFC9, 0x5E8A, 0xDFCA, 0x5EA0, - 0xDFCB, 0x5EC2, 0xDFCC, 0x60F3, 0xDFCD, 0x6851, 0xDFCE, 0x6A61, 0xDFCF, 0x6E58, 0xDFD0, 0x723D, 0xDFD1, 0x7240, 0xDFD2, 0x72C0, - 0xDFD3, 0x76F8, 0xDFD4, 0x7965, 0xDFD5, 0x7BB1, 0xDFD6, 0x7FD4, 0xDFD7, 0x88F3, 0xDFD8, 0x89F4, 0xDFD9, 0x8A73, 0xDFDA, 0x8C61, - 0xDFDB, 0x8CDE, 0xDFDC, 0x971C, 0xDFDD, 0x585E, 0xDFDE, 0x74BD, 0xDFDF, 0x8CFD, 0xDFE0, 0x55C7, 0xDFE1, 0xF96C, 0xDFE2, 0x7A61, - 0xDFE3, 0x7D22, 0xDFE4, 0x8272, 0xDFE5, 0x7272, 0xDFE6, 0x751F, 0xDFE7, 0x7525, 0xDFE8, 0xF96D, 0xDFE9, 0x7B19, 0xDFEA, 0x5885, - 0xDFEB, 0x58FB, 0xDFEC, 0x5DBC, 0xDFED, 0x5E8F, 0xDFEE, 0x5EB6, 0xDFEF, 0x5F90, 0xDFF0, 0x6055, 0xDFF1, 0x6292, 0xDFF2, 0x637F, - 0xDFF3, 0x654D, 0xDFF4, 0x6691, 0xDFF5, 0x66D9, 0xDFF6, 0x66F8, 0xDFF7, 0x6816, 0xDFF8, 0x68F2, 0xDFF9, 0x7280, 0xDFFA, 0x745E, - 0xDFFB, 0x7B6E, 0xDFFC, 0x7D6E, 0xDFFD, 0x7DD6, 0xDFFE, 0x7F72, 0xE0A1, 0x80E5, 0xE0A2, 0x8212, 0xE0A3, 0x85AF, 0xE0A4, 0x897F, - 0xE0A5, 0x8A93, 0xE0A6, 0x901D, 0xE0A7, 0x92E4, 0xE0A8, 0x9ECD, 0xE0A9, 0x9F20, 0xE0AA, 0x5915, 0xE0AB, 0x596D, 0xE0AC, 0x5E2D, - 0xE0AD, 0x60DC, 0xE0AE, 0x6614, 0xE0AF, 0x6673, 0xE0B0, 0x6790, 0xE0B1, 0x6C50, 0xE0B2, 0x6DC5, 0xE0B3, 0x6F5F, 0xE0B4, 0x77F3, - 0xE0B5, 0x78A9, 0xE0B6, 0x84C6, 0xE0B7, 0x91CB, 0xE0B8, 0x932B, 0xE0B9, 0x4ED9, 0xE0BA, 0x50CA, 0xE0BB, 0x5148, 0xE0BC, 0x5584, - 0xE0BD, 0x5B0B, 0xE0BE, 0x5BA3, 0xE0BF, 0x6247, 0xE0C0, 0x657E, 0xE0C1, 0x65CB, 0xE0C2, 0x6E32, 0xE0C3, 0x717D, 0xE0C4, 0x7401, - 0xE0C5, 0x7444, 0xE0C6, 0x7487, 0xE0C7, 0x74BF, 0xE0C8, 0x766C, 0xE0C9, 0x79AA, 0xE0CA, 0x7DDA, 0xE0CB, 0x7E55, 0xE0CC, 0x7FA8, - 0xE0CD, 0x817A, 0xE0CE, 0x81B3, 0xE0CF, 0x8239, 0xE0D0, 0x861A, 0xE0D1, 0x87EC, 0xE0D2, 0x8A75, 0xE0D3, 0x8DE3, 0xE0D4, 0x9078, - 0xE0D5, 0x9291, 0xE0D6, 0x9425, 0xE0D7, 0x994D, 0xE0D8, 0x9BAE, 0xE0D9, 0x5368, 0xE0DA, 0x5C51, 0xE0DB, 0x6954, 0xE0DC, 0x6CC4, - 0xE0DD, 0x6D29, 0xE0DE, 0x6E2B, 0xE0DF, 0x820C, 0xE0E0, 0x859B, 0xE0E1, 0x893B, 0xE0E2, 0x8A2D, 0xE0E3, 0x8AAA, 0xE0E4, 0x96EA, - 0xE0E5, 0x9F67, 0xE0E6, 0x5261, 0xE0E7, 0x66B9, 0xE0E8, 0x6BB2, 0xE0E9, 0x7E96, 0xE0EA, 0x87FE, 0xE0EB, 0x8D0D, 0xE0EC, 0x9583, - 0xE0ED, 0x965D, 0xE0EE, 0x651D, 0xE0EF, 0x6D89, 0xE0F0, 0x71EE, 0xE0F1, 0xF96E, 0xE0F2, 0x57CE, 0xE0F3, 0x59D3, 0xE0F4, 0x5BAC, - 0xE0F5, 0x6027, 0xE0F6, 0x60FA, 0xE0F7, 0x6210, 0xE0F8, 0x661F, 0xE0F9, 0x665F, 0xE0FA, 0x7329, 0xE0FB, 0x73F9, 0xE0FC, 0x76DB, - 0xE0FD, 0x7701, 0xE0FE, 0x7B6C, 0xE1A1, 0x8056, 0xE1A2, 0x8072, 0xE1A3, 0x8165, 0xE1A4, 0x8AA0, 0xE1A5, 0x9192, 0xE1A6, 0x4E16, - 0xE1A7, 0x52E2, 0xE1A8, 0x6B72, 0xE1A9, 0x6D17, 0xE1AA, 0x7A05, 0xE1AB, 0x7B39, 0xE1AC, 0x7D30, 0xE1AD, 0xF96F, 0xE1AE, 0x8CB0, - 0xE1AF, 0x53EC, 0xE1B0, 0x562F, 0xE1B1, 0x5851, 0xE1B2, 0x5BB5, 0xE1B3, 0x5C0F, 0xE1B4, 0x5C11, 0xE1B5, 0x5DE2, 0xE1B6, 0x6240, - 0xE1B7, 0x6383, 0xE1B8, 0x6414, 0xE1B9, 0x662D, 0xE1BA, 0x68B3, 0xE1BB, 0x6CBC, 0xE1BC, 0x6D88, 0xE1BD, 0x6EAF, 0xE1BE, 0x701F, - 0xE1BF, 0x70A4, 0xE1C0, 0x71D2, 0xE1C1, 0x7526, 0xE1C2, 0x758F, 0xE1C3, 0x758E, 0xE1C4, 0x7619, 0xE1C5, 0x7B11, 0xE1C6, 0x7BE0, - 0xE1C7, 0x7C2B, 0xE1C8, 0x7D20, 0xE1C9, 0x7D39, 0xE1CA, 0x852C, 0xE1CB, 0x856D, 0xE1CC, 0x8607, 0xE1CD, 0x8A34, 0xE1CE, 0x900D, - 0xE1CF, 0x9061, 0xE1D0, 0x90B5, 0xE1D1, 0x92B7, 0xE1D2, 0x97F6, 0xE1D3, 0x9A37, 0xE1D4, 0x4FD7, 0xE1D5, 0x5C6C, 0xE1D6, 0x675F, - 0xE1D7, 0x6D91, 0xE1D8, 0x7C9F, 0xE1D9, 0x7E8C, 0xE1DA, 0x8B16, 0xE1DB, 0x8D16, 0xE1DC, 0x901F, 0xE1DD, 0x5B6B, 0xE1DE, 0x5DFD, - 0xE1DF, 0x640D, 0xE1E0, 0x84C0, 0xE1E1, 0x905C, 0xE1E2, 0x98E1, 0xE1E3, 0x7387, 0xE1E4, 0x5B8B, 0xE1E5, 0x609A, 0xE1E6, 0x677E, - 0xE1E7, 0x6DDE, 0xE1E8, 0x8A1F, 0xE1E9, 0x8AA6, 0xE1EA, 0x9001, 0xE1EB, 0x980C, 0xE1EC, 0x5237, 0xE1ED, 0xF970, 0xE1EE, 0x7051, - 0xE1EF, 0x788E, 0xE1F0, 0x9396, 0xE1F1, 0x8870, 0xE1F2, 0x91D7, 0xE1F3, 0x4FEE, 0xE1F4, 0x53D7, 0xE1F5, 0x55FD, 0xE1F6, 0x56DA, - 0xE1F7, 0x5782, 0xE1F8, 0x58FD, 0xE1F9, 0x5AC2, 0xE1FA, 0x5B88, 0xE1FB, 0x5CAB, 0xE1FC, 0x5CC0, 0xE1FD, 0x5E25, 0xE1FE, 0x6101, - 0xE2A1, 0x620D, 0xE2A2, 0x624B, 0xE2A3, 0x6388, 0xE2A4, 0x641C, 0xE2A5, 0x6536, 0xE2A6, 0x6578, 0xE2A7, 0x6A39, 0xE2A8, 0x6B8A, - 0xE2A9, 0x6C34, 0xE2AA, 0x6D19, 0xE2AB, 0x6F31, 0xE2AC, 0x71E7, 0xE2AD, 0x72E9, 0xE2AE, 0x7378, 0xE2AF, 0x7407, 0xE2B0, 0x74B2, - 0xE2B1, 0x7626, 0xE2B2, 0x7761, 0xE2B3, 0x79C0, 0xE2B4, 0x7A57, 0xE2B5, 0x7AEA, 0xE2B6, 0x7CB9, 0xE2B7, 0x7D8F, 0xE2B8, 0x7DAC, - 0xE2B9, 0x7E61, 0xE2BA, 0x7F9E, 0xE2BB, 0x8129, 0xE2BC, 0x8331, 0xE2BD, 0x8490, 0xE2BE, 0x84DA, 0xE2BF, 0x85EA, 0xE2C0, 0x8896, - 0xE2C1, 0x8AB0, 0xE2C2, 0x8B90, 0xE2C3, 0x8F38, 0xE2C4, 0x9042, 0xE2C5, 0x9083, 0xE2C6, 0x916C, 0xE2C7, 0x9296, 0xE2C8, 0x92B9, - 0xE2C9, 0x968B, 0xE2CA, 0x96A7, 0xE2CB, 0x96A8, 0xE2CC, 0x96D6, 0xE2CD, 0x9700, 0xE2CE, 0x9808, 0xE2CF, 0x9996, 0xE2D0, 0x9AD3, - 0xE2D1, 0x9B1A, 0xE2D2, 0x53D4, 0xE2D3, 0x587E, 0xE2D4, 0x5919, 0xE2D5, 0x5B70, 0xE2D6, 0x5BBF, 0xE2D7, 0x6DD1, 0xE2D8, 0x6F5A, - 0xE2D9, 0x719F, 0xE2DA, 0x7421, 0xE2DB, 0x74B9, 0xE2DC, 0x8085, 0xE2DD, 0x83FD, 0xE2DE, 0x5DE1, 0xE2DF, 0x5F87, 0xE2E0, 0x5FAA, - 0xE2E1, 0x6042, 0xE2E2, 0x65EC, 0xE2E3, 0x6812, 0xE2E4, 0x696F, 0xE2E5, 0x6A53, 0xE2E6, 0x6B89, 0xE2E7, 0x6D35, 0xE2E8, 0x6DF3, - 0xE2E9, 0x73E3, 0xE2EA, 0x76FE, 0xE2EB, 0x77AC, 0xE2EC, 0x7B4D, 0xE2ED, 0x7D14, 0xE2EE, 0x8123, 0xE2EF, 0x821C, 0xE2F0, 0x8340, - 0xE2F1, 0x84F4, 0xE2F2, 0x8563, 0xE2F3, 0x8A62, 0xE2F4, 0x8AC4, 0xE2F5, 0x9187, 0xE2F6, 0x931E, 0xE2F7, 0x9806, 0xE2F8, 0x99B4, - 0xE2F9, 0x620C, 0xE2FA, 0x8853, 0xE2FB, 0x8FF0, 0xE2FC, 0x9265, 0xE2FD, 0x5D07, 0xE2FE, 0x5D27, 0xE3A1, 0x5D69, 0xE3A2, 0x745F, - 0xE3A3, 0x819D, 0xE3A4, 0x8768, 0xE3A5, 0x6FD5, 0xE3A6, 0x62FE, 0xE3A7, 0x7FD2, 0xE3A8, 0x8936, 0xE3A9, 0x8972, 0xE3AA, 0x4E1E, - 0xE3AB, 0x4E58, 0xE3AC, 0x50E7, 0xE3AD, 0x52DD, 0xE3AE, 0x5347, 0xE3AF, 0x627F, 0xE3B0, 0x6607, 0xE3B1, 0x7E69, 0xE3B2, 0x8805, - 0xE3B3, 0x965E, 0xE3B4, 0x4F8D, 0xE3B5, 0x5319, 0xE3B6, 0x5636, 0xE3B7, 0x59CB, 0xE3B8, 0x5AA4, 0xE3B9, 0x5C38, 0xE3BA, 0x5C4E, - 0xE3BB, 0x5C4D, 0xE3BC, 0x5E02, 0xE3BD, 0x5F11, 0xE3BE, 0x6043, 0xE3BF, 0x65BD, 0xE3C0, 0x662F, 0xE3C1, 0x6642, 0xE3C2, 0x67BE, - 0xE3C3, 0x67F4, 0xE3C4, 0x731C, 0xE3C5, 0x77E2, 0xE3C6, 0x793A, 0xE3C7, 0x7FC5, 0xE3C8, 0x8494, 0xE3C9, 0x84CD, 0xE3CA, 0x8996, - 0xE3CB, 0x8A66, 0xE3CC, 0x8A69, 0xE3CD, 0x8AE1, 0xE3CE, 0x8C55, 0xE3CF, 0x8C7A, 0xE3D0, 0x57F4, 0xE3D1, 0x5BD4, 0xE3D2, 0x5F0F, - 0xE3D3, 0x606F, 0xE3D4, 0x62ED, 0xE3D5, 0x690D, 0xE3D6, 0x6B96, 0xE3D7, 0x6E5C, 0xE3D8, 0x7184, 0xE3D9, 0x7BD2, 0xE3DA, 0x8755, - 0xE3DB, 0x8B58, 0xE3DC, 0x8EFE, 0xE3DD, 0x98DF, 0xE3DE, 0x98FE, 0xE3DF, 0x4F38, 0xE3E0, 0x4F81, 0xE3E1, 0x4FE1, 0xE3E2, 0x547B, - 0xE3E3, 0x5A20, 0xE3E4, 0x5BB8, 0xE3E5, 0x613C, 0xE3E6, 0x65B0, 0xE3E7, 0x6668, 0xE3E8, 0x71FC, 0xE3E9, 0x7533, 0xE3EA, 0x795E, - 0xE3EB, 0x7D33, 0xE3EC, 0x814E, 0xE3ED, 0x81E3, 0xE3EE, 0x8398, 0xE3EF, 0x85AA, 0xE3F0, 0x85CE, 0xE3F1, 0x8703, 0xE3F2, 0x8A0A, - 0xE3F3, 0x8EAB, 0xE3F4, 0x8F9B, 0xE3F5, 0xF971, 0xE3F6, 0x8FC5, 0xE3F7, 0x5931, 0xE3F8, 0x5BA4, 0xE3F9, 0x5BE6, 0xE3FA, 0x6089, - 0xE3FB, 0x5BE9, 0xE3FC, 0x5C0B, 0xE3FD, 0x5FC3, 0xE3FE, 0x6C81, 0xE4A1, 0xF972, 0xE4A2, 0x6DF1, 0xE4A3, 0x700B, 0xE4A4, 0x751A, - 0xE4A5, 0x82AF, 0xE4A6, 0x8AF6, 0xE4A7, 0x4EC0, 0xE4A8, 0x5341, 0xE4A9, 0xF973, 0xE4AA, 0x96D9, 0xE4AB, 0x6C0F, 0xE4AC, 0x4E9E, - 0xE4AD, 0x4FC4, 0xE4AE, 0x5152, 0xE4AF, 0x555E, 0xE4B0, 0x5A25, 0xE4B1, 0x5CE8, 0xE4B2, 0x6211, 0xE4B3, 0x7259, 0xE4B4, 0x82BD, - 0xE4B5, 0x83AA, 0xE4B6, 0x86FE, 0xE4B7, 0x8859, 0xE4B8, 0x8A1D, 0xE4B9, 0x963F, 0xE4BA, 0x96C5, 0xE4BB, 0x9913, 0xE4BC, 0x9D09, - 0xE4BD, 0x9D5D, 0xE4BE, 0x580A, 0xE4BF, 0x5CB3, 0xE4C0, 0x5DBD, 0xE4C1, 0x5E44, 0xE4C2, 0x60E1, 0xE4C3, 0x6115, 0xE4C4, 0x63E1, - 0xE4C5, 0x6A02, 0xE4C6, 0x6E25, 0xE4C7, 0x9102, 0xE4C8, 0x9354, 0xE4C9, 0x984E, 0xE4CA, 0x9C10, 0xE4CB, 0x9F77, 0xE4CC, 0x5B89, - 0xE4CD, 0x5CB8, 0xE4CE, 0x6309, 0xE4CF, 0x664F, 0xE4D0, 0x6848, 0xE4D1, 0x773C, 0xE4D2, 0x96C1, 0xE4D3, 0x978D, 0xE4D4, 0x9854, - 0xE4D5, 0x9B9F, 0xE4D6, 0x65A1, 0xE4D7, 0x8B01, 0xE4D8, 0x8ECB, 0xE4D9, 0x95BC, 0xE4DA, 0x5535, 0xE4DB, 0x5CA9, 0xE4DC, 0x5DD6, - 0xE4DD, 0x5EB5, 0xE4DE, 0x6697, 0xE4DF, 0x764C, 0xE4E0, 0x83F4, 0xE4E1, 0x95C7, 0xE4E2, 0x58D3, 0xE4E3, 0x62BC, 0xE4E4, 0x72CE, - 0xE4E5, 0x9D28, 0xE4E6, 0x4EF0, 0xE4E7, 0x592E, 0xE4E8, 0x600F, 0xE4E9, 0x663B, 0xE4EA, 0x6B83, 0xE4EB, 0x79E7, 0xE4EC, 0x9D26, - 0xE4ED, 0x5393, 0xE4EE, 0x54C0, 0xE4EF, 0x57C3, 0xE4F0, 0x5D16, 0xE4F1, 0x611B, 0xE4F2, 0x66D6, 0xE4F3, 0x6DAF, 0xE4F4, 0x788D, - 0xE4F5, 0x827E, 0xE4F6, 0x9698, 0xE4F7, 0x9744, 0xE4F8, 0x5384, 0xE4F9, 0x627C, 0xE4FA, 0x6396, 0xE4FB, 0x6DB2, 0xE4FC, 0x7E0A, - 0xE4FD, 0x814B, 0xE4FE, 0x984D, 0xE5A1, 0x6AFB, 0xE5A2, 0x7F4C, 0xE5A3, 0x9DAF, 0xE5A4, 0x9E1A, 0xE5A5, 0x4E5F, 0xE5A6, 0x503B, - 0xE5A7, 0x51B6, 0xE5A8, 0x591C, 0xE5A9, 0x60F9, 0xE5AA, 0x63F6, 0xE5AB, 0x6930, 0xE5AC, 0x723A, 0xE5AD, 0x8036, 0xE5AE, 0xF974, - 0xE5AF, 0x91CE, 0xE5B0, 0x5F31, 0xE5B1, 0xF975, 0xE5B2, 0xF976, 0xE5B3, 0x7D04, 0xE5B4, 0x82E5, 0xE5B5, 0x846F, 0xE5B6, 0x84BB, - 0xE5B7, 0x85E5, 0xE5B8, 0x8E8D, 0xE5B9, 0xF977, 0xE5BA, 0x4F6F, 0xE5BB, 0xF978, 0xE5BC, 0xF979, 0xE5BD, 0x58E4, 0xE5BE, 0x5B43, - 0xE5BF, 0x6059, 0xE5C0, 0x63DA, 0xE5C1, 0x6518, 0xE5C2, 0x656D, 0xE5C3, 0x6698, 0xE5C4, 0xF97A, 0xE5C5, 0x694A, 0xE5C6, 0x6A23, - 0xE5C7, 0x6D0B, 0xE5C8, 0x7001, 0xE5C9, 0x716C, 0xE5CA, 0x75D2, 0xE5CB, 0x760D, 0xE5CC, 0x79B3, 0xE5CD, 0x7A70, 0xE5CE, 0xF97B, - 0xE5CF, 0x7F8A, 0xE5D0, 0xF97C, 0xE5D1, 0x8944, 0xE5D2, 0xF97D, 0xE5D3, 0x8B93, 0xE5D4, 0x91C0, 0xE5D5, 0x967D, 0xE5D6, 0xF97E, - 0xE5D7, 0x990A, 0xE5D8, 0x5704, 0xE5D9, 0x5FA1, 0xE5DA, 0x65BC, 0xE5DB, 0x6F01, 0xE5DC, 0x7600, 0xE5DD, 0x79A6, 0xE5DE, 0x8A9E, - 0xE5DF, 0x99AD, 0xE5E0, 0x9B5A, 0xE5E1, 0x9F6C, 0xE5E2, 0x5104, 0xE5E3, 0x61B6, 0xE5E4, 0x6291, 0xE5E5, 0x6A8D, 0xE5E6, 0x81C6, - 0xE5E7, 0x5043, 0xE5E8, 0x5830, 0xE5E9, 0x5F66, 0xE5EA, 0x7109, 0xE5EB, 0x8A00, 0xE5EC, 0x8AFA, 0xE5ED, 0x5B7C, 0xE5EE, 0x8616, - 0xE5EF, 0x4FFA, 0xE5F0, 0x513C, 0xE5F1, 0x56B4, 0xE5F2, 0x5944, 0xE5F3, 0x63A9, 0xE5F4, 0x6DF9, 0xE5F5, 0x5DAA, 0xE5F6, 0x696D, - 0xE5F7, 0x5186, 0xE5F8, 0x4E88, 0xE5F9, 0x4F59, 0xE5FA, 0xF97F, 0xE5FB, 0xF980, 0xE5FC, 0xF981, 0xE5FD, 0x5982, 0xE5FE, 0xF982, - 0xE6A1, 0xF983, 0xE6A2, 0x6B5F, 0xE6A3, 0x6C5D, 0xE6A4, 0xF984, 0xE6A5, 0x74B5, 0xE6A6, 0x7916, 0xE6A7, 0xF985, 0xE6A8, 0x8207, - 0xE6A9, 0x8245, 0xE6AA, 0x8339, 0xE6AB, 0x8F3F, 0xE6AC, 0x8F5D, 0xE6AD, 0xF986, 0xE6AE, 0x9918, 0xE6AF, 0xF987, 0xE6B0, 0xF988, - 0xE6B1, 0xF989, 0xE6B2, 0x4EA6, 0xE6B3, 0xF98A, 0xE6B4, 0x57DF, 0xE6B5, 0x5F79, 0xE6B6, 0x6613, 0xE6B7, 0xF98B, 0xE6B8, 0xF98C, - 0xE6B9, 0x75AB, 0xE6BA, 0x7E79, 0xE6BB, 0x8B6F, 0xE6BC, 0xF98D, 0xE6BD, 0x9006, 0xE6BE, 0x9A5B, 0xE6BF, 0x56A5, 0xE6C0, 0x5827, - 0xE6C1, 0x59F8, 0xE6C2, 0x5A1F, 0xE6C3, 0x5BB4, 0xE6C4, 0xF98E, 0xE6C5, 0x5EF6, 0xE6C6, 0xF98F, 0xE6C7, 0xF990, 0xE6C8, 0x6350, - 0xE6C9, 0x633B, 0xE6CA, 0xF991, 0xE6CB, 0x693D, 0xE6CC, 0x6C87, 0xE6CD, 0x6CBF, 0xE6CE, 0x6D8E, 0xE6CF, 0x6D93, 0xE6D0, 0x6DF5, - 0xE6D1, 0x6F14, 0xE6D2, 0xF992, 0xE6D3, 0x70DF, 0xE6D4, 0x7136, 0xE6D5, 0x7159, 0xE6D6, 0xF993, 0xE6D7, 0x71C3, 0xE6D8, 0x71D5, - 0xE6D9, 0xF994, 0xE6DA, 0x784F, 0xE6DB, 0x786F, 0xE6DC, 0xF995, 0xE6DD, 0x7B75, 0xE6DE, 0x7DE3, 0xE6DF, 0xF996, 0xE6E0, 0x7E2F, - 0xE6E1, 0xF997, 0xE6E2, 0x884D, 0xE6E3, 0x8EDF, 0xE6E4, 0xF998, 0xE6E5, 0xF999, 0xE6E6, 0xF99A, 0xE6E7, 0x925B, 0xE6E8, 0xF99B, - 0xE6E9, 0x9CF6, 0xE6EA, 0xF99C, 0xE6EB, 0xF99D, 0xE6EC, 0xF99E, 0xE6ED, 0x6085, 0xE6EE, 0x6D85, 0xE6EF, 0xF99F, 0xE6F0, 0x71B1, - 0xE6F1, 0xF9A0, 0xE6F2, 0xF9A1, 0xE6F3, 0x95B1, 0xE6F4, 0x53AD, 0xE6F5, 0xF9A2, 0xE6F6, 0xF9A3, 0xE6F7, 0xF9A4, 0xE6F8, 0x67D3, - 0xE6F9, 0xF9A5, 0xE6FA, 0x708E, 0xE6FB, 0x7130, 0xE6FC, 0x7430, 0xE6FD, 0x8276, 0xE6FE, 0x82D2, 0xE7A1, 0xF9A6, 0xE7A2, 0x95BB, - 0xE7A3, 0x9AE5, 0xE7A4, 0x9E7D, 0xE7A5, 0x66C4, 0xE7A6, 0xF9A7, 0xE7A7, 0x71C1, 0xE7A8, 0x8449, 0xE7A9, 0xF9A8, 0xE7AA, 0xF9A9, - 0xE7AB, 0x584B, 0xE7AC, 0xF9AA, 0xE7AD, 0xF9AB, 0xE7AE, 0x5DB8, 0xE7AF, 0x5F71, 0xE7B0, 0xF9AC, 0xE7B1, 0x6620, 0xE7B2, 0x668E, - 0xE7B3, 0x6979, 0xE7B4, 0x69AE, 0xE7B5, 0x6C38, 0xE7B6, 0x6CF3, 0xE7B7, 0x6E36, 0xE7B8, 0x6F41, 0xE7B9, 0x6FDA, 0xE7BA, 0x701B, - 0xE7BB, 0x702F, 0xE7BC, 0x7150, 0xE7BD, 0x71DF, 0xE7BE, 0x7370, 0xE7BF, 0xF9AD, 0xE7C0, 0x745B, 0xE7C1, 0xF9AE, 0xE7C2, 0x74D4, - 0xE7C3, 0x76C8, 0xE7C4, 0x7A4E, 0xE7C5, 0x7E93, 0xE7C6, 0xF9AF, 0xE7C7, 0xF9B0, 0xE7C8, 0x82F1, 0xE7C9, 0x8A60, 0xE7CA, 0x8FCE, - 0xE7CB, 0xF9B1, 0xE7CC, 0x9348, 0xE7CD, 0xF9B2, 0xE7CE, 0x9719, 0xE7CF, 0xF9B3, 0xE7D0, 0xF9B4, 0xE7D1, 0x4E42, 0xE7D2, 0x502A, - 0xE7D3, 0xF9B5, 0xE7D4, 0x5208, 0xE7D5, 0x53E1, 0xE7D6, 0x66F3, 0xE7D7, 0x6C6D, 0xE7D8, 0x6FCA, 0xE7D9, 0x730A, 0xE7DA, 0x777F, - 0xE7DB, 0x7A62, 0xE7DC, 0x82AE, 0xE7DD, 0x85DD, 0xE7DE, 0x8602, 0xE7DF, 0xF9B6, 0xE7E0, 0x88D4, 0xE7E1, 0x8A63, 0xE7E2, 0x8B7D, - 0xE7E3, 0x8C6B, 0xE7E4, 0xF9B7, 0xE7E5, 0x92B3, 0xE7E6, 0xF9B8, 0xE7E7, 0x9713, 0xE7E8, 0x9810, 0xE7E9, 0x4E94, 0xE7EA, 0x4F0D, - 0xE7EB, 0x4FC9, 0xE7EC, 0x50B2, 0xE7ED, 0x5348, 0xE7EE, 0x543E, 0xE7EF, 0x5433, 0xE7F0, 0x55DA, 0xE7F1, 0x5862, 0xE7F2, 0x58BA, - 0xE7F3, 0x5967, 0xE7F4, 0x5A1B, 0xE7F5, 0x5BE4, 0xE7F6, 0x609F, 0xE7F7, 0xF9B9, 0xE7F8, 0x61CA, 0xE7F9, 0x6556, 0xE7FA, 0x65FF, - 0xE7FB, 0x6664, 0xE7FC, 0x68A7, 0xE7FD, 0x6C5A, 0xE7FE, 0x6FB3, 0xE8A1, 0x70CF, 0xE8A2, 0x71AC, 0xE8A3, 0x7352, 0xE8A4, 0x7B7D, - 0xE8A5, 0x8708, 0xE8A6, 0x8AA4, 0xE8A7, 0x9C32, 0xE8A8, 0x9F07, 0xE8A9, 0x5C4B, 0xE8AA, 0x6C83, 0xE8AB, 0x7344, 0xE8AC, 0x7389, - 0xE8AD, 0x923A, 0xE8AE, 0x6EAB, 0xE8AF, 0x7465, 0xE8B0, 0x761F, 0xE8B1, 0x7A69, 0xE8B2, 0x7E15, 0xE8B3, 0x860A, 0xE8B4, 0x5140, - 0xE8B5, 0x58C5, 0xE8B6, 0x64C1, 0xE8B7, 0x74EE, 0xE8B8, 0x7515, 0xE8B9, 0x7670, 0xE8BA, 0x7FC1, 0xE8BB, 0x9095, 0xE8BC, 0x96CD, - 0xE8BD, 0x9954, 0xE8BE, 0x6E26, 0xE8BF, 0x74E6, 0xE8C0, 0x7AA9, 0xE8C1, 0x7AAA, 0xE8C2, 0x81E5, 0xE8C3, 0x86D9, 0xE8C4, 0x8778, - 0xE8C5, 0x8A1B, 0xE8C6, 0x5A49, 0xE8C7, 0x5B8C, 0xE8C8, 0x5B9B, 0xE8C9, 0x68A1, 0xE8CA, 0x6900, 0xE8CB, 0x6D63, 0xE8CC, 0x73A9, - 0xE8CD, 0x7413, 0xE8CE, 0x742C, 0xE8CF, 0x7897, 0xE8D0, 0x7DE9, 0xE8D1, 0x7FEB, 0xE8D2, 0x8118, 0xE8D3, 0x8155, 0xE8D4, 0x839E, - 0xE8D5, 0x8C4C, 0xE8D6, 0x962E, 0xE8D7, 0x9811, 0xE8D8, 0x66F0, 0xE8D9, 0x5F80, 0xE8DA, 0x65FA, 0xE8DB, 0x6789, 0xE8DC, 0x6C6A, - 0xE8DD, 0x738B, 0xE8DE, 0x502D, 0xE8DF, 0x5A03, 0xE8E0, 0x6B6A, 0xE8E1, 0x77EE, 0xE8E2, 0x5916, 0xE8E3, 0x5D6C, 0xE8E4, 0x5DCD, - 0xE8E5, 0x7325, 0xE8E6, 0x754F, 0xE8E7, 0xF9BA, 0xE8E8, 0xF9BB, 0xE8E9, 0x50E5, 0xE8EA, 0x51F9, 0xE8EB, 0x582F, 0xE8EC, 0x592D, - 0xE8ED, 0x5996, 0xE8EE, 0x59DA, 0xE8EF, 0x5BE5, 0xE8F0, 0xF9BC, 0xE8F1, 0xF9BD, 0xE8F2, 0x5DA2, 0xE8F3, 0x62D7, 0xE8F4, 0x6416, - 0xE8F5, 0x6493, 0xE8F6, 0x64FE, 0xE8F7, 0xF9BE, 0xE8F8, 0x66DC, 0xE8F9, 0xF9BF, 0xE8FA, 0x6A48, 0xE8FB, 0xF9C0, 0xE8FC, 0x71FF, - 0xE8FD, 0x7464, 0xE8FE, 0xF9C1, 0xE9A1, 0x7A88, 0xE9A2, 0x7AAF, 0xE9A3, 0x7E47, 0xE9A4, 0x7E5E, 0xE9A5, 0x8000, 0xE9A6, 0x8170, - 0xE9A7, 0xF9C2, 0xE9A8, 0x87EF, 0xE9A9, 0x8981, 0xE9AA, 0x8B20, 0xE9AB, 0x9059, 0xE9AC, 0xF9C3, 0xE9AD, 0x9080, 0xE9AE, 0x9952, - 0xE9AF, 0x617E, 0xE9B0, 0x6B32, 0xE9B1, 0x6D74, 0xE9B2, 0x7E1F, 0xE9B3, 0x8925, 0xE9B4, 0x8FB1, 0xE9B5, 0x4FD1, 0xE9B6, 0x50AD, - 0xE9B7, 0x5197, 0xE9B8, 0x52C7, 0xE9B9, 0x57C7, 0xE9BA, 0x5889, 0xE9BB, 0x5BB9, 0xE9BC, 0x5EB8, 0xE9BD, 0x6142, 0xE9BE, 0x6995, - 0xE9BF, 0x6D8C, 0xE9C0, 0x6E67, 0xE9C1, 0x6EB6, 0xE9C2, 0x7194, 0xE9C3, 0x7462, 0xE9C4, 0x7528, 0xE9C5, 0x752C, 0xE9C6, 0x8073, - 0xE9C7, 0x8338, 0xE9C8, 0x84C9, 0xE9C9, 0x8E0A, 0xE9CA, 0x9394, 0xE9CB, 0x93DE, 0xE9CC, 0xF9C4, 0xE9CD, 0x4E8E, 0xE9CE, 0x4F51, - 0xE9CF, 0x5076, 0xE9D0, 0x512A, 0xE9D1, 0x53C8, 0xE9D2, 0x53CB, 0xE9D3, 0x53F3, 0xE9D4, 0x5B87, 0xE9D5, 0x5BD3, 0xE9D6, 0x5C24, - 0xE9D7, 0x611A, 0xE9D8, 0x6182, 0xE9D9, 0x65F4, 0xE9DA, 0x725B, 0xE9DB, 0x7397, 0xE9DC, 0x7440, 0xE9DD, 0x76C2, 0xE9DE, 0x7950, - 0xE9DF, 0x7991, 0xE9E0, 0x79B9, 0xE9E1, 0x7D06, 0xE9E2, 0x7FBD, 0xE9E3, 0x828B, 0xE9E4, 0x85D5, 0xE9E5, 0x865E, 0xE9E6, 0x8FC2, - 0xE9E7, 0x9047, 0xE9E8, 0x90F5, 0xE9E9, 0x91EA, 0xE9EA, 0x9685, 0xE9EB, 0x96E8, 0xE9EC, 0x96E9, 0xE9ED, 0x52D6, 0xE9EE, 0x5F67, - 0xE9EF, 0x65ED, 0xE9F0, 0x6631, 0xE9F1, 0x682F, 0xE9F2, 0x715C, 0xE9F3, 0x7A36, 0xE9F4, 0x90C1, 0xE9F5, 0x980A, 0xE9F6, 0x4E91, - 0xE9F7, 0xF9C5, 0xE9F8, 0x6A52, 0xE9F9, 0x6B9E, 0xE9FA, 0x6F90, 0xE9FB, 0x7189, 0xE9FC, 0x8018, 0xE9FD, 0x82B8, 0xE9FE, 0x8553, - 0xEAA1, 0x904B, 0xEAA2, 0x9695, 0xEAA3, 0x96F2, 0xEAA4, 0x97FB, 0xEAA5, 0x851A, 0xEAA6, 0x9B31, 0xEAA7, 0x4E90, 0xEAA8, 0x718A, - 0xEAA9, 0x96C4, 0xEAAA, 0x5143, 0xEAAB, 0x539F, 0xEAAC, 0x54E1, 0xEAAD, 0x5713, 0xEAAE, 0x5712, 0xEAAF, 0x57A3, 0xEAB0, 0x5A9B, - 0xEAB1, 0x5AC4, 0xEAB2, 0x5BC3, 0xEAB3, 0x6028, 0xEAB4, 0x613F, 0xEAB5, 0x63F4, 0xEAB6, 0x6C85, 0xEAB7, 0x6D39, 0xEAB8, 0x6E72, - 0xEAB9, 0x6E90, 0xEABA, 0x7230, 0xEABB, 0x733F, 0xEABC, 0x7457, 0xEABD, 0x82D1, 0xEABE, 0x8881, 0xEABF, 0x8F45, 0xEAC0, 0x9060, - 0xEAC1, 0xF9C6, 0xEAC2, 0x9662, 0xEAC3, 0x9858, 0xEAC4, 0x9D1B, 0xEAC5, 0x6708, 0xEAC6, 0x8D8A, 0xEAC7, 0x925E, 0xEAC8, 0x4F4D, - 0xEAC9, 0x5049, 0xEACA, 0x50DE, 0xEACB, 0x5371, 0xEACC, 0x570D, 0xEACD, 0x59D4, 0xEACE, 0x5A01, 0xEACF, 0x5C09, 0xEAD0, 0x6170, - 0xEAD1, 0x6690, 0xEAD2, 0x6E2D, 0xEAD3, 0x7232, 0xEAD4, 0x744B, 0xEAD5, 0x7DEF, 0xEAD6, 0x80C3, 0xEAD7, 0x840E, 0xEAD8, 0x8466, - 0xEAD9, 0x853F, 0xEADA, 0x875F, 0xEADB, 0x885B, 0xEADC, 0x8918, 0xEADD, 0x8B02, 0xEADE, 0x9055, 0xEADF, 0x97CB, 0xEAE0, 0x9B4F, - 0xEAE1, 0x4E73, 0xEAE2, 0x4F91, 0xEAE3, 0x5112, 0xEAE4, 0x516A, 0xEAE5, 0xF9C7, 0xEAE6, 0x552F, 0xEAE7, 0x55A9, 0xEAE8, 0x5B7A, - 0xEAE9, 0x5BA5, 0xEAEA, 0x5E7C, 0xEAEB, 0x5E7D, 0xEAEC, 0x5EBE, 0xEAED, 0x60A0, 0xEAEE, 0x60DF, 0xEAEF, 0x6108, 0xEAF0, 0x6109, - 0xEAF1, 0x63C4, 0xEAF2, 0x6538, 0xEAF3, 0x6709, 0xEAF4, 0xF9C8, 0xEAF5, 0x67D4, 0xEAF6, 0x67DA, 0xEAF7, 0xF9C9, 0xEAF8, 0x6961, - 0xEAF9, 0x6962, 0xEAFA, 0x6CB9, 0xEAFB, 0x6D27, 0xEAFC, 0xF9CA, 0xEAFD, 0x6E38, 0xEAFE, 0xF9CB, 0xEBA1, 0x6FE1, 0xEBA2, 0x7336, - 0xEBA3, 0x7337, 0xEBA4, 0xF9CC, 0xEBA5, 0x745C, 0xEBA6, 0x7531, 0xEBA7, 0xF9CD, 0xEBA8, 0x7652, 0xEBA9, 0xF9CE, 0xEBAA, 0xF9CF, - 0xEBAB, 0x7DAD, 0xEBAC, 0x81FE, 0xEBAD, 0x8438, 0xEBAE, 0x88D5, 0xEBAF, 0x8A98, 0xEBB0, 0x8ADB, 0xEBB1, 0x8AED, 0xEBB2, 0x8E30, - 0xEBB3, 0x8E42, 0xEBB4, 0x904A, 0xEBB5, 0x903E, 0xEBB6, 0x907A, 0xEBB7, 0x9149, 0xEBB8, 0x91C9, 0xEBB9, 0x936E, 0xEBBA, 0xF9D0, - 0xEBBB, 0xF9D1, 0xEBBC, 0x5809, 0xEBBD, 0xF9D2, 0xEBBE, 0x6BD3, 0xEBBF, 0x8089, 0xEBC0, 0x80B2, 0xEBC1, 0xF9D3, 0xEBC2, 0xF9D4, - 0xEBC3, 0x5141, 0xEBC4, 0x596B, 0xEBC5, 0x5C39, 0xEBC6, 0xF9D5, 0xEBC7, 0xF9D6, 0xEBC8, 0x6F64, 0xEBC9, 0x73A7, 0xEBCA, 0x80E4, - 0xEBCB, 0x8D07, 0xEBCC, 0xF9D7, 0xEBCD, 0x9217, 0xEBCE, 0x958F, 0xEBCF, 0xF9D8, 0xEBD0, 0xF9D9, 0xEBD1, 0xF9DA, 0xEBD2, 0xF9DB, - 0xEBD3, 0x807F, 0xEBD4, 0x620E, 0xEBD5, 0x701C, 0xEBD6, 0x7D68, 0xEBD7, 0x878D, 0xEBD8, 0xF9DC, 0xEBD9, 0x57A0, 0xEBDA, 0x6069, - 0xEBDB, 0x6147, 0xEBDC, 0x6BB7, 0xEBDD, 0x8ABE, 0xEBDE, 0x9280, 0xEBDF, 0x96B1, 0xEBE0, 0x4E59, 0xEBE1, 0x541F, 0xEBE2, 0x6DEB, - 0xEBE3, 0x852D, 0xEBE4, 0x9670, 0xEBE5, 0x97F3, 0xEBE6, 0x98EE, 0xEBE7, 0x63D6, 0xEBE8, 0x6CE3, 0xEBE9, 0x9091, 0xEBEA, 0x51DD, - 0xEBEB, 0x61C9, 0xEBEC, 0x81BA, 0xEBED, 0x9DF9, 0xEBEE, 0x4F9D, 0xEBEF, 0x501A, 0xEBF0, 0x5100, 0xEBF1, 0x5B9C, 0xEBF2, 0x610F, - 0xEBF3, 0x61FF, 0xEBF4, 0x64EC, 0xEBF5, 0x6905, 0xEBF6, 0x6BC5, 0xEBF7, 0x7591, 0xEBF8, 0x77E3, 0xEBF9, 0x7FA9, 0xEBFA, 0x8264, - 0xEBFB, 0x858F, 0xEBFC, 0x87FB, 0xEBFD, 0x8863, 0xEBFE, 0x8ABC, 0xECA1, 0x8B70, 0xECA2, 0x91AB, 0xECA3, 0x4E8C, 0xECA4, 0x4EE5, - 0xECA5, 0x4F0A, 0xECA6, 0xF9DD, 0xECA7, 0xF9DE, 0xECA8, 0x5937, 0xECA9, 0x59E8, 0xECAA, 0xF9DF, 0xECAB, 0x5DF2, 0xECAC, 0x5F1B, - 0xECAD, 0x5F5B, 0xECAE, 0x6021, 0xECAF, 0xF9E0, 0xECB0, 0xF9E1, 0xECB1, 0xF9E2, 0xECB2, 0xF9E3, 0xECB3, 0x723E, 0xECB4, 0x73E5, - 0xECB5, 0xF9E4, 0xECB6, 0x7570, 0xECB7, 0x75CD, 0xECB8, 0xF9E5, 0xECB9, 0x79FB, 0xECBA, 0xF9E6, 0xECBB, 0x800C, 0xECBC, 0x8033, - 0xECBD, 0x8084, 0xECBE, 0x82E1, 0xECBF, 0x8351, 0xECC0, 0xF9E7, 0xECC1, 0xF9E8, 0xECC2, 0x8CBD, 0xECC3, 0x8CB3, 0xECC4, 0x9087, - 0xECC5, 0xF9E9, 0xECC6, 0xF9EA, 0xECC7, 0x98F4, 0xECC8, 0x990C, 0xECC9, 0xF9EB, 0xECCA, 0xF9EC, 0xECCB, 0x7037, 0xECCC, 0x76CA, - 0xECCD, 0x7FCA, 0xECCE, 0x7FCC, 0xECCF, 0x7FFC, 0xECD0, 0x8B1A, 0xECD1, 0x4EBA, 0xECD2, 0x4EC1, 0xECD3, 0x5203, 0xECD4, 0x5370, - 0xECD5, 0xF9ED, 0xECD6, 0x54BD, 0xECD7, 0x56E0, 0xECD8, 0x59FB, 0xECD9, 0x5BC5, 0xECDA, 0x5F15, 0xECDB, 0x5FCD, 0xECDC, 0x6E6E, - 0xECDD, 0xF9EE, 0xECDE, 0xF9EF, 0xECDF, 0x7D6A, 0xECE0, 0x8335, 0xECE1, 0xF9F0, 0xECE2, 0x8693, 0xECE3, 0x8A8D, 0xECE4, 0xF9F1, - 0xECE5, 0x976D, 0xECE6, 0x9777, 0xECE7, 0xF9F2, 0xECE8, 0xF9F3, 0xECE9, 0x4E00, 0xECEA, 0x4F5A, 0xECEB, 0x4F7E, 0xECEC, 0x58F9, - 0xECED, 0x65E5, 0xECEE, 0x6EA2, 0xECEF, 0x9038, 0xECF0, 0x93B0, 0xECF1, 0x99B9, 0xECF2, 0x4EFB, 0xECF3, 0x58EC, 0xECF4, 0x598A, - 0xECF5, 0x59D9, 0xECF6, 0x6041, 0xECF7, 0xF9F4, 0xECF8, 0xF9F5, 0xECF9, 0x7A14, 0xECFA, 0xF9F6, 0xECFB, 0x834F, 0xECFC, 0x8CC3, - 0xECFD, 0x5165, 0xECFE, 0x5344, 0xEDA1, 0xF9F7, 0xEDA2, 0xF9F8, 0xEDA3, 0xF9F9, 0xEDA4, 0x4ECD, 0xEDA5, 0x5269, 0xEDA6, 0x5B55, - 0xEDA7, 0x82BF, 0xEDA8, 0x4ED4, 0xEDA9, 0x523A, 0xEDAA, 0x54A8, 0xEDAB, 0x59C9, 0xEDAC, 0x59FF, 0xEDAD, 0x5B50, 0xEDAE, 0x5B57, - 0xEDAF, 0x5B5C, 0xEDB0, 0x6063, 0xEDB1, 0x6148, 0xEDB2, 0x6ECB, 0xEDB3, 0x7099, 0xEDB4, 0x716E, 0xEDB5, 0x7386, 0xEDB6, 0x74F7, - 0xEDB7, 0x75B5, 0xEDB8, 0x78C1, 0xEDB9, 0x7D2B, 0xEDBA, 0x8005, 0xEDBB, 0x81EA, 0xEDBC, 0x8328, 0xEDBD, 0x8517, 0xEDBE, 0x85C9, - 0xEDBF, 0x8AEE, 0xEDC0, 0x8CC7, 0xEDC1, 0x96CC, 0xEDC2, 0x4F5C, 0xEDC3, 0x52FA, 0xEDC4, 0x56BC, 0xEDC5, 0x65AB, 0xEDC6, 0x6628, - 0xEDC7, 0x707C, 0xEDC8, 0x70B8, 0xEDC9, 0x7235, 0xEDCA, 0x7DBD, 0xEDCB, 0x828D, 0xEDCC, 0x914C, 0xEDCD, 0x96C0, 0xEDCE, 0x9D72, - 0xEDCF, 0x5B71, 0xEDD0, 0x68E7, 0xEDD1, 0x6B98, 0xEDD2, 0x6F7A, 0xEDD3, 0x76DE, 0xEDD4, 0x5C91, 0xEDD5, 0x66AB, 0xEDD6, 0x6F5B, - 0xEDD7, 0x7BB4, 0xEDD8, 0x7C2A, 0xEDD9, 0x8836, 0xEDDA, 0x96DC, 0xEDDB, 0x4E08, 0xEDDC, 0x4ED7, 0xEDDD, 0x5320, 0xEDDE, 0x5834, - 0xEDDF, 0x58BB, 0xEDE0, 0x58EF, 0xEDE1, 0x596C, 0xEDE2, 0x5C07, 0xEDE3, 0x5E33, 0xEDE4, 0x5E84, 0xEDE5, 0x5F35, 0xEDE6, 0x638C, - 0xEDE7, 0x66B2, 0xEDE8, 0x6756, 0xEDE9, 0x6A1F, 0xEDEA, 0x6AA3, 0xEDEB, 0x6B0C, 0xEDEC, 0x6F3F, 0xEDED, 0x7246, 0xEDEE, 0xF9FA, - 0xEDEF, 0x7350, 0xEDF0, 0x748B, 0xEDF1, 0x7AE0, 0xEDF2, 0x7CA7, 0xEDF3, 0x8178, 0xEDF4, 0x81DF, 0xEDF5, 0x81E7, 0xEDF6, 0x838A, - 0xEDF7, 0x846C, 0xEDF8, 0x8523, 0xEDF9, 0x8594, 0xEDFA, 0x85CF, 0xEDFB, 0x88DD, 0xEDFC, 0x8D13, 0xEDFD, 0x91AC, 0xEDFE, 0x9577, - 0xEEA1, 0x969C, 0xEEA2, 0x518D, 0xEEA3, 0x54C9, 0xEEA4, 0x5728, 0xEEA5, 0x5BB0, 0xEEA6, 0x624D, 0xEEA7, 0x6750, 0xEEA8, 0x683D, - 0xEEA9, 0x6893, 0xEEAA, 0x6E3D, 0xEEAB, 0x6ED3, 0xEEAC, 0x707D, 0xEEAD, 0x7E21, 0xEEAE, 0x88C1, 0xEEAF, 0x8CA1, 0xEEB0, 0x8F09, - 0xEEB1, 0x9F4B, 0xEEB2, 0x9F4E, 0xEEB3, 0x722D, 0xEEB4, 0x7B8F, 0xEEB5, 0x8ACD, 0xEEB6, 0x931A, 0xEEB7, 0x4F47, 0xEEB8, 0x4F4E, - 0xEEB9, 0x5132, 0xEEBA, 0x5480, 0xEEBB, 0x59D0, 0xEEBC, 0x5E95, 0xEEBD, 0x62B5, 0xEEBE, 0x6775, 0xEEBF, 0x696E, 0xEEC0, 0x6A17, - 0xEEC1, 0x6CAE, 0xEEC2, 0x6E1A, 0xEEC3, 0x72D9, 0xEEC4, 0x732A, 0xEEC5, 0x75BD, 0xEEC6, 0x7BB8, 0xEEC7, 0x7D35, 0xEEC8, 0x82E7, - 0xEEC9, 0x83F9, 0xEECA, 0x8457, 0xEECB, 0x85F7, 0xEECC, 0x8A5B, 0xEECD, 0x8CAF, 0xEECE, 0x8E87, 0xEECF, 0x9019, 0xEED0, 0x90B8, - 0xEED1, 0x96CE, 0xEED2, 0x9F5F, 0xEED3, 0x52E3, 0xEED4, 0x540A, 0xEED5, 0x5AE1, 0xEED6, 0x5BC2, 0xEED7, 0x6458, 0xEED8, 0x6575, - 0xEED9, 0x6EF4, 0xEEDA, 0x72C4, 0xEEDB, 0xF9FB, 0xEEDC, 0x7684, 0xEEDD, 0x7A4D, 0xEEDE, 0x7B1B, 0xEEDF, 0x7C4D, 0xEEE0, 0x7E3E, - 0xEEE1, 0x7FDF, 0xEEE2, 0x837B, 0xEEE3, 0x8B2B, 0xEEE4, 0x8CCA, 0xEEE5, 0x8D64, 0xEEE6, 0x8DE1, 0xEEE7, 0x8E5F, 0xEEE8, 0x8FEA, - 0xEEE9, 0x8FF9, 0xEEEA, 0x9069, 0xEEEB, 0x93D1, 0xEEEC, 0x4F43, 0xEEED, 0x4F7A, 0xEEEE, 0x50B3, 0xEEEF, 0x5168, 0xEEF0, 0x5178, - 0xEEF1, 0x524D, 0xEEF2, 0x526A, 0xEEF3, 0x5861, 0xEEF4, 0x587C, 0xEEF5, 0x5960, 0xEEF6, 0x5C08, 0xEEF7, 0x5C55, 0xEEF8, 0x5EDB, - 0xEEF9, 0x609B, 0xEEFA, 0x6230, 0xEEFB, 0x6813, 0xEEFC, 0x6BBF, 0xEEFD, 0x6C08, 0xEEFE, 0x6FB1, 0xEFA1, 0x714E, 0xEFA2, 0x7420, - 0xEFA3, 0x7530, 0xEFA4, 0x7538, 0xEFA5, 0x7551, 0xEFA6, 0x7672, 0xEFA7, 0x7B4C, 0xEFA8, 0x7B8B, 0xEFA9, 0x7BAD, 0xEFAA, 0x7BC6, - 0xEFAB, 0x7E8F, 0xEFAC, 0x8A6E, 0xEFAD, 0x8F3E, 0xEFAE, 0x8F49, 0xEFAF, 0x923F, 0xEFB0, 0x9293, 0xEFB1, 0x9322, 0xEFB2, 0x942B, - 0xEFB3, 0x96FB, 0xEFB4, 0x985A, 0xEFB5, 0x986B, 0xEFB6, 0x991E, 0xEFB7, 0x5207, 0xEFB8, 0x622A, 0xEFB9, 0x6298, 0xEFBA, 0x6D59, - 0xEFBB, 0x7664, 0xEFBC, 0x7ACA, 0xEFBD, 0x7BC0, 0xEFBE, 0x7D76, 0xEFBF, 0x5360, 0xEFC0, 0x5CBE, 0xEFC1, 0x5E97, 0xEFC2, 0x6F38, - 0xEFC3, 0x70B9, 0xEFC4, 0x7C98, 0xEFC5, 0x9711, 0xEFC6, 0x9B8E, 0xEFC7, 0x9EDE, 0xEFC8, 0x63A5, 0xEFC9, 0x647A, 0xEFCA, 0x8776, - 0xEFCB, 0x4E01, 0xEFCC, 0x4E95, 0xEFCD, 0x4EAD, 0xEFCE, 0x505C, 0xEFCF, 0x5075, 0xEFD0, 0x5448, 0xEFD1, 0x59C3, 0xEFD2, 0x5B9A, - 0xEFD3, 0x5E40, 0xEFD4, 0x5EAD, 0xEFD5, 0x5EF7, 0xEFD6, 0x5F81, 0xEFD7, 0x60C5, 0xEFD8, 0x633A, 0xEFD9, 0x653F, 0xEFDA, 0x6574, - 0xEFDB, 0x65CC, 0xEFDC, 0x6676, 0xEFDD, 0x6678, 0xEFDE, 0x67FE, 0xEFDF, 0x6968, 0xEFE0, 0x6A89, 0xEFE1, 0x6B63, 0xEFE2, 0x6C40, - 0xEFE3, 0x6DC0, 0xEFE4, 0x6DE8, 0xEFE5, 0x6E1F, 0xEFE6, 0x6E5E, 0xEFE7, 0x701E, 0xEFE8, 0x70A1, 0xEFE9, 0x738E, 0xEFEA, 0x73FD, - 0xEFEB, 0x753A, 0xEFEC, 0x775B, 0xEFED, 0x7887, 0xEFEE, 0x798E, 0xEFEF, 0x7A0B, 0xEFF0, 0x7A7D, 0xEFF1, 0x7CBE, 0xEFF2, 0x7D8E, - 0xEFF3, 0x8247, 0xEFF4, 0x8A02, 0xEFF5, 0x8AEA, 0xEFF6, 0x8C9E, 0xEFF7, 0x912D, 0xEFF8, 0x914A, 0xEFF9, 0x91D8, 0xEFFA, 0x9266, - 0xEFFB, 0x92CC, 0xEFFC, 0x9320, 0xEFFD, 0x9706, 0xEFFE, 0x9756, 0xF0A1, 0x975C, 0xF0A2, 0x9802, 0xF0A3, 0x9F0E, 0xF0A4, 0x5236, - 0xF0A5, 0x5291, 0xF0A6, 0x557C, 0xF0A7, 0x5824, 0xF0A8, 0x5E1D, 0xF0A9, 0x5F1F, 0xF0AA, 0x608C, 0xF0AB, 0x63D0, 0xF0AC, 0x68AF, - 0xF0AD, 0x6FDF, 0xF0AE, 0x796D, 0xF0AF, 0x7B2C, 0xF0B0, 0x81CD, 0xF0B1, 0x85BA, 0xF0B2, 0x88FD, 0xF0B3, 0x8AF8, 0xF0B4, 0x8E44, - 0xF0B5, 0x918D, 0xF0B6, 0x9664, 0xF0B7, 0x969B, 0xF0B8, 0x973D, 0xF0B9, 0x984C, 0xF0BA, 0x9F4A, 0xF0BB, 0x4FCE, 0xF0BC, 0x5146, - 0xF0BD, 0x51CB, 0xF0BE, 0x52A9, 0xF0BF, 0x5632, 0xF0C0, 0x5F14, 0xF0C1, 0x5F6B, 0xF0C2, 0x63AA, 0xF0C3, 0x64CD, 0xF0C4, 0x65E9, - 0xF0C5, 0x6641, 0xF0C6, 0x66FA, 0xF0C7, 0x66F9, 0xF0C8, 0x671D, 0xF0C9, 0x689D, 0xF0CA, 0x68D7, 0xF0CB, 0x69FD, 0xF0CC, 0x6F15, - 0xF0CD, 0x6F6E, 0xF0CE, 0x7167, 0xF0CF, 0x71E5, 0xF0D0, 0x722A, 0xF0D1, 0x74AA, 0xF0D2, 0x773A, 0xF0D3, 0x7956, 0xF0D4, 0x795A, - 0xF0D5, 0x79DF, 0xF0D6, 0x7A20, 0xF0D7, 0x7A95, 0xF0D8, 0x7C97, 0xF0D9, 0x7CDF, 0xF0DA, 0x7D44, 0xF0DB, 0x7E70, 0xF0DC, 0x8087, - 0xF0DD, 0x85FB, 0xF0DE, 0x86A4, 0xF0DF, 0x8A54, 0xF0E0, 0x8ABF, 0xF0E1, 0x8D99, 0xF0E2, 0x8E81, 0xF0E3, 0x9020, 0xF0E4, 0x906D, - 0xF0E5, 0x91E3, 0xF0E6, 0x963B, 0xF0E7, 0x96D5, 0xF0E8, 0x9CE5, 0xF0E9, 0x65CF, 0xF0EA, 0x7C07, 0xF0EB, 0x8DB3, 0xF0EC, 0x93C3, - 0xF0ED, 0x5B58, 0xF0EE, 0x5C0A, 0xF0EF, 0x5352, 0xF0F0, 0x62D9, 0xF0F1, 0x731D, 0xF0F2, 0x5027, 0xF0F3, 0x5B97, 0xF0F4, 0x5F9E, - 0xF0F5, 0x60B0, 0xF0F6, 0x616B, 0xF0F7, 0x68D5, 0xF0F8, 0x6DD9, 0xF0F9, 0x742E, 0xF0FA, 0x7A2E, 0xF0FB, 0x7D42, 0xF0FC, 0x7D9C, - 0xF0FD, 0x7E31, 0xF0FE, 0x816B, 0xF1A1, 0x8E2A, 0xF1A2, 0x8E35, 0xF1A3, 0x937E, 0xF1A4, 0x9418, 0xF1A5, 0x4F50, 0xF1A6, 0x5750, - 0xF1A7, 0x5DE6, 0xF1A8, 0x5EA7, 0xF1A9, 0x632B, 0xF1AA, 0x7F6A, 0xF1AB, 0x4E3B, 0xF1AC, 0x4F4F, 0xF1AD, 0x4F8F, 0xF1AE, 0x505A, - 0xF1AF, 0x59DD, 0xF1B0, 0x80C4, 0xF1B1, 0x546A, 0xF1B2, 0x5468, 0xF1B3, 0x55FE, 0xF1B4, 0x594F, 0xF1B5, 0x5B99, 0xF1B6, 0x5DDE, - 0xF1B7, 0x5EDA, 0xF1B8, 0x665D, 0xF1B9, 0x6731, 0xF1BA, 0x67F1, 0xF1BB, 0x682A, 0xF1BC, 0x6CE8, 0xF1BD, 0x6D32, 0xF1BE, 0x6E4A, - 0xF1BF, 0x6F8D, 0xF1C0, 0x70B7, 0xF1C1, 0x73E0, 0xF1C2, 0x7587, 0xF1C3, 0x7C4C, 0xF1C4, 0x7D02, 0xF1C5, 0x7D2C, 0xF1C6, 0x7DA2, - 0xF1C7, 0x821F, 0xF1C8, 0x86DB, 0xF1C9, 0x8A3B, 0xF1CA, 0x8A85, 0xF1CB, 0x8D70, 0xF1CC, 0x8E8A, 0xF1CD, 0x8F33, 0xF1CE, 0x9031, - 0xF1CF, 0x914E, 0xF1D0, 0x9152, 0xF1D1, 0x9444, 0xF1D2, 0x99D0, 0xF1D3, 0x7AF9, 0xF1D4, 0x7CA5, 0xF1D5, 0x4FCA, 0xF1D6, 0x5101, - 0xF1D7, 0x51C6, 0xF1D8, 0x57C8, 0xF1D9, 0x5BEF, 0xF1DA, 0x5CFB, 0xF1DB, 0x6659, 0xF1DC, 0x6A3D, 0xF1DD, 0x6D5A, 0xF1DE, 0x6E96, - 0xF1DF, 0x6FEC, 0xF1E0, 0x710C, 0xF1E1, 0x756F, 0xF1E2, 0x7AE3, 0xF1E3, 0x8822, 0xF1E4, 0x9021, 0xF1E5, 0x9075, 0xF1E6, 0x96CB, - 0xF1E7, 0x99FF, 0xF1E8, 0x8301, 0xF1E9, 0x4E2D, 0xF1EA, 0x4EF2, 0xF1EB, 0x8846, 0xF1EC, 0x91CD, 0xF1ED, 0x537D, 0xF1EE, 0x6ADB, - 0xF1EF, 0x696B, 0xF1F0, 0x6C41, 0xF1F1, 0x847A, 0xF1F2, 0x589E, 0xF1F3, 0x618E, 0xF1F4, 0x66FE, 0xF1F5, 0x62EF, 0xF1F6, 0x70DD, - 0xF1F7, 0x7511, 0xF1F8, 0x75C7, 0xF1F9, 0x7E52, 0xF1FA, 0x84B8, 0xF1FB, 0x8B49, 0xF1FC, 0x8D08, 0xF1FD, 0x4E4B, 0xF1FE, 0x53EA, - 0xF2A1, 0x54AB, 0xF2A2, 0x5730, 0xF2A3, 0x5740, 0xF2A4, 0x5FD7, 0xF2A5, 0x6301, 0xF2A6, 0x6307, 0xF2A7, 0x646F, 0xF2A8, 0x652F, - 0xF2A9, 0x65E8, 0xF2AA, 0x667A, 0xF2AB, 0x679D, 0xF2AC, 0x67B3, 0xF2AD, 0x6B62, 0xF2AE, 0x6C60, 0xF2AF, 0x6C9A, 0xF2B0, 0x6F2C, - 0xF2B1, 0x77E5, 0xF2B2, 0x7825, 0xF2B3, 0x7949, 0xF2B4, 0x7957, 0xF2B5, 0x7D19, 0xF2B6, 0x80A2, 0xF2B7, 0x8102, 0xF2B8, 0x81F3, - 0xF2B9, 0x829D, 0xF2BA, 0x82B7, 0xF2BB, 0x8718, 0xF2BC, 0x8A8C, 0xF2BD, 0xF9FC, 0xF2BE, 0x8D04, 0xF2BF, 0x8DBE, 0xF2C0, 0x9072, - 0xF2C1, 0x76F4, 0xF2C2, 0x7A19, 0xF2C3, 0x7A37, 0xF2C4, 0x7E54, 0xF2C5, 0x8077, 0xF2C6, 0x5507, 0xF2C7, 0x55D4, 0xF2C8, 0x5875, - 0xF2C9, 0x632F, 0xF2CA, 0x6422, 0xF2CB, 0x6649, 0xF2CC, 0x664B, 0xF2CD, 0x686D, 0xF2CE, 0x699B, 0xF2CF, 0x6B84, 0xF2D0, 0x6D25, - 0xF2D1, 0x6EB1, 0xF2D2, 0x73CD, 0xF2D3, 0x7468, 0xF2D4, 0x74A1, 0xF2D5, 0x755B, 0xF2D6, 0x75B9, 0xF2D7, 0x76E1, 0xF2D8, 0x771E, - 0xF2D9, 0x778B, 0xF2DA, 0x79E6, 0xF2DB, 0x7E09, 0xF2DC, 0x7E1D, 0xF2DD, 0x81FB, 0xF2DE, 0x852F, 0xF2DF, 0x8897, 0xF2E0, 0x8A3A, - 0xF2E1, 0x8CD1, 0xF2E2, 0x8EEB, 0xF2E3, 0x8FB0, 0xF2E4, 0x9032, 0xF2E5, 0x93AD, 0xF2E6, 0x9663, 0xF2E7, 0x9673, 0xF2E8, 0x9707, - 0xF2E9, 0x4F84, 0xF2EA, 0x53F1, 0xF2EB, 0x59EA, 0xF2EC, 0x5AC9, 0xF2ED, 0x5E19, 0xF2EE, 0x684E, 0xF2EF, 0x74C6, 0xF2F0, 0x75BE, - 0xF2F1, 0x79E9, 0xF2F2, 0x7A92, 0xF2F3, 0x81A3, 0xF2F4, 0x86ED, 0xF2F5, 0x8CEA, 0xF2F6, 0x8DCC, 0xF2F7, 0x8FED, 0xF2F8, 0x659F, - 0xF2F9, 0x6715, 0xF2FA, 0xF9FD, 0xF2FB, 0x57F7, 0xF2FC, 0x6F57, 0xF2FD, 0x7DDD, 0xF2FE, 0x8F2F, 0xF3A1, 0x93F6, 0xF3A2, 0x96C6, - 0xF3A3, 0x5FB5, 0xF3A4, 0x61F2, 0xF3A5, 0x6F84, 0xF3A6, 0x4E14, 0xF3A7, 0x4F98, 0xF3A8, 0x501F, 0xF3A9, 0x53C9, 0xF3AA, 0x55DF, - 0xF3AB, 0x5D6F, 0xF3AC, 0x5DEE, 0xF3AD, 0x6B21, 0xF3AE, 0x6B64, 0xF3AF, 0x78CB, 0xF3B0, 0x7B9A, 0xF3B1, 0xF9FE, 0xF3B2, 0x8E49, - 0xF3B3, 0x8ECA, 0xF3B4, 0x906E, 0xF3B5, 0x6349, 0xF3B6, 0x643E, 0xF3B7, 0x7740, 0xF3B8, 0x7A84, 0xF3B9, 0x932F, 0xF3BA, 0x947F, - 0xF3BB, 0x9F6A, 0xF3BC, 0x64B0, 0xF3BD, 0x6FAF, 0xF3BE, 0x71E6, 0xF3BF, 0x74A8, 0xF3C0, 0x74DA, 0xF3C1, 0x7AC4, 0xF3C2, 0x7C12, - 0xF3C3, 0x7E82, 0xF3C4, 0x7CB2, 0xF3C5, 0x7E98, 0xF3C6, 0x8B9A, 0xF3C7, 0x8D0A, 0xF3C8, 0x947D, 0xF3C9, 0x9910, 0xF3CA, 0x994C, - 0xF3CB, 0x5239, 0xF3CC, 0x5BDF, 0xF3CD, 0x64E6, 0xF3CE, 0x672D, 0xF3CF, 0x7D2E, 0xF3D0, 0x50ED, 0xF3D1, 0x53C3, 0xF3D2, 0x5879, - 0xF3D3, 0x6158, 0xF3D4, 0x6159, 0xF3D5, 0x61FA, 0xF3D6, 0x65AC, 0xF3D7, 0x7AD9, 0xF3D8, 0x8B92, 0xF3D9, 0x8B96, 0xF3DA, 0x5009, - 0xF3DB, 0x5021, 0xF3DC, 0x5275, 0xF3DD, 0x5531, 0xF3DE, 0x5A3C, 0xF3DF, 0x5EE0, 0xF3E0, 0x5F70, 0xF3E1, 0x6134, 0xF3E2, 0x655E, - 0xF3E3, 0x660C, 0xF3E4, 0x6636, 0xF3E5, 0x66A2, 0xF3E6, 0x69CD, 0xF3E7, 0x6EC4, 0xF3E8, 0x6F32, 0xF3E9, 0x7316, 0xF3EA, 0x7621, - 0xF3EB, 0x7A93, 0xF3EC, 0x8139, 0xF3ED, 0x8259, 0xF3EE, 0x83D6, 0xF3EF, 0x84BC, 0xF3F0, 0x50B5, 0xF3F1, 0x57F0, 0xF3F2, 0x5BC0, - 0xF3F3, 0x5BE8, 0xF3F4, 0x5F69, 0xF3F5, 0x63A1, 0xF3F6, 0x7826, 0xF3F7, 0x7DB5, 0xF3F8, 0x83DC, 0xF3F9, 0x8521, 0xF3FA, 0x91C7, - 0xF3FB, 0x91F5, 0xF3FC, 0x518A, 0xF3FD, 0x67F5, 0xF3FE, 0x7B56, 0xF4A1, 0x8CAC, 0xF4A2, 0x51C4, 0xF4A3, 0x59BB, 0xF4A4, 0x60BD, - 0xF4A5, 0x8655, 0xF4A6, 0x501C, 0xF4A7, 0xF9FF, 0xF4A8, 0x5254, 0xF4A9, 0x5C3A, 0xF4AA, 0x617D, 0xF4AB, 0x621A, 0xF4AC, 0x62D3, - 0xF4AD, 0x64F2, 0xF4AE, 0x65A5, 0xF4AF, 0x6ECC, 0xF4B0, 0x7620, 0xF4B1, 0x810A, 0xF4B2, 0x8E60, 0xF4B3, 0x965F, 0xF4B4, 0x96BB, - 0xF4B5, 0x4EDF, 0xF4B6, 0x5343, 0xF4B7, 0x5598, 0xF4B8, 0x5929, 0xF4B9, 0x5DDD, 0xF4BA, 0x64C5, 0xF4BB, 0x6CC9, 0xF4BC, 0x6DFA, - 0xF4BD, 0x7394, 0xF4BE, 0x7A7F, 0xF4BF, 0x821B, 0xF4C0, 0x85A6, 0xF4C1, 0x8CE4, 0xF4C2, 0x8E10, 0xF4C3, 0x9077, 0xF4C4, 0x91E7, - 0xF4C5, 0x95E1, 0xF4C6, 0x9621, 0xF4C7, 0x97C6, 0xF4C8, 0x51F8, 0xF4C9, 0x54F2, 0xF4CA, 0x5586, 0xF4CB, 0x5FB9, 0xF4CC, 0x64A4, - 0xF4CD, 0x6F88, 0xF4CE, 0x7DB4, 0xF4CF, 0x8F1F, 0xF4D0, 0x8F4D, 0xF4D1, 0x9435, 0xF4D2, 0x50C9, 0xF4D3, 0x5C16, 0xF4D4, 0x6CBE, - 0xF4D5, 0x6DFB, 0xF4D6, 0x751B, 0xF4D7, 0x77BB, 0xF4D8, 0x7C3D, 0xF4D9, 0x7C64, 0xF4DA, 0x8A79, 0xF4DB, 0x8AC2, 0xF4DC, 0x581E, - 0xF4DD, 0x59BE, 0xF4DE, 0x5E16, 0xF4DF, 0x6377, 0xF4E0, 0x7252, 0xF4E1, 0x758A, 0xF4E2, 0x776B, 0xF4E3, 0x8ADC, 0xF4E4, 0x8CBC, - 0xF4E5, 0x8F12, 0xF4E6, 0x5EF3, 0xF4E7, 0x6674, 0xF4E8, 0x6DF8, 0xF4E9, 0x807D, 0xF4EA, 0x83C1, 0xF4EB, 0x8ACB, 0xF4EC, 0x9751, - 0xF4ED, 0x9BD6, 0xF4EE, 0xFA00, 0xF4EF, 0x5243, 0xF4F0, 0x66FF, 0xF4F1, 0x6D95, 0xF4F2, 0x6EEF, 0xF4F3, 0x7DE0, 0xF4F4, 0x8AE6, - 0xF4F5, 0x902E, 0xF4F6, 0x905E, 0xF4F7, 0x9AD4, 0xF4F8, 0x521D, 0xF4F9, 0x527F, 0xF4FA, 0x54E8, 0xF4FB, 0x6194, 0xF4FC, 0x6284, - 0xF4FD, 0x62DB, 0xF4FE, 0x68A2, 0xF5A1, 0x6912, 0xF5A2, 0x695A, 0xF5A3, 0x6A35, 0xF5A4, 0x7092, 0xF5A5, 0x7126, 0xF5A6, 0x785D, - 0xF5A7, 0x7901, 0xF5A8, 0x790E, 0xF5A9, 0x79D2, 0xF5AA, 0x7A0D, 0xF5AB, 0x8096, 0xF5AC, 0x8278, 0xF5AD, 0x82D5, 0xF5AE, 0x8349, - 0xF5AF, 0x8549, 0xF5B0, 0x8C82, 0xF5B1, 0x8D85, 0xF5B2, 0x9162, 0xF5B3, 0x918B, 0xF5B4, 0x91AE, 0xF5B5, 0x4FC3, 0xF5B6, 0x56D1, - 0xF5B7, 0x71ED, 0xF5B8, 0x77D7, 0xF5B9, 0x8700, 0xF5BA, 0x89F8, 0xF5BB, 0x5BF8, 0xF5BC, 0x5FD6, 0xF5BD, 0x6751, 0xF5BE, 0x90A8, - 0xF5BF, 0x53E2, 0xF5C0, 0x585A, 0xF5C1, 0x5BF5, 0xF5C2, 0x60A4, 0xF5C3, 0x6181, 0xF5C4, 0x6460, 0xF5C5, 0x7E3D, 0xF5C6, 0x8070, - 0xF5C7, 0x8525, 0xF5C8, 0x9283, 0xF5C9, 0x64AE, 0xF5CA, 0x50AC, 0xF5CB, 0x5D14, 0xF5CC, 0x6700, 0xF5CD, 0x589C, 0xF5CE, 0x62BD, - 0xF5CF, 0x63A8, 0xF5D0, 0x690E, 0xF5D1, 0x6978, 0xF5D2, 0x6A1E, 0xF5D3, 0x6E6B, 0xF5D4, 0x76BA, 0xF5D5, 0x79CB, 0xF5D6, 0x82BB, - 0xF5D7, 0x8429, 0xF5D8, 0x8ACF, 0xF5D9, 0x8DA8, 0xF5DA, 0x8FFD, 0xF5DB, 0x9112, 0xF5DC, 0x914B, 0xF5DD, 0x919C, 0xF5DE, 0x9310, - 0xF5DF, 0x9318, 0xF5E0, 0x939A, 0xF5E1, 0x96DB, 0xF5E2, 0x9A36, 0xF5E3, 0x9C0D, 0xF5E4, 0x4E11, 0xF5E5, 0x755C, 0xF5E6, 0x795D, - 0xF5E7, 0x7AFA, 0xF5E8, 0x7B51, 0xF5E9, 0x7BC9, 0xF5EA, 0x7E2E, 0xF5EB, 0x84C4, 0xF5EC, 0x8E59, 0xF5ED, 0x8E74, 0xF5EE, 0x8EF8, - 0xF5EF, 0x9010, 0xF5F0, 0x6625, 0xF5F1, 0x693F, 0xF5F2, 0x7443, 0xF5F3, 0x51FA, 0xF5F4, 0x672E, 0xF5F5, 0x9EDC, 0xF5F6, 0x5145, - 0xF5F7, 0x5FE0, 0xF5F8, 0x6C96, 0xF5F9, 0x87F2, 0xF5FA, 0x885D, 0xF5FB, 0x8877, 0xF5FC, 0x60B4, 0xF5FD, 0x81B5, 0xF5FE, 0x8403, - 0xF6A1, 0x8D05, 0xF6A2, 0x53D6, 0xF6A3, 0x5439, 0xF6A4, 0x5634, 0xF6A5, 0x5A36, 0xF6A6, 0x5C31, 0xF6A7, 0x708A, 0xF6A8, 0x7FE0, - 0xF6A9, 0x805A, 0xF6AA, 0x8106, 0xF6AB, 0x81ED, 0xF6AC, 0x8DA3, 0xF6AD, 0x9189, 0xF6AE, 0x9A5F, 0xF6AF, 0x9DF2, 0xF6B0, 0x5074, - 0xF6B1, 0x4EC4, 0xF6B2, 0x53A0, 0xF6B3, 0x60FB, 0xF6B4, 0x6E2C, 0xF6B5, 0x5C64, 0xF6B6, 0x4F88, 0xF6B7, 0x5024, 0xF6B8, 0x55E4, - 0xF6B9, 0x5CD9, 0xF6BA, 0x5E5F, 0xF6BB, 0x6065, 0xF6BC, 0x6894, 0xF6BD, 0x6CBB, 0xF6BE, 0x6DC4, 0xF6BF, 0x71BE, 0xF6C0, 0x75D4, - 0xF6C1, 0x75F4, 0xF6C2, 0x7661, 0xF6C3, 0x7A1A, 0xF6C4, 0x7A49, 0xF6C5, 0x7DC7, 0xF6C6, 0x7DFB, 0xF6C7, 0x7F6E, 0xF6C8, 0x81F4, - 0xF6C9, 0x86A9, 0xF6CA, 0x8F1C, 0xF6CB, 0x96C9, 0xF6CC, 0x99B3, 0xF6CD, 0x9F52, 0xF6CE, 0x5247, 0xF6CF, 0x52C5, 0xF6D0, 0x98ED, - 0xF6D1, 0x89AA, 0xF6D2, 0x4E03, 0xF6D3, 0x67D2, 0xF6D4, 0x6F06, 0xF6D5, 0x4FB5, 0xF6D6, 0x5BE2, 0xF6D7, 0x6795, 0xF6D8, 0x6C88, - 0xF6D9, 0x6D78, 0xF6DA, 0x741B, 0xF6DB, 0x7827, 0xF6DC, 0x91DD, 0xF6DD, 0x937C, 0xF6DE, 0x87C4, 0xF6DF, 0x79E4, 0xF6E0, 0x7A31, - 0xF6E1, 0x5FEB, 0xF6E2, 0x4ED6, 0xF6E3, 0x54A4, 0xF6E4, 0x553E, 0xF6E5, 0x58AE, 0xF6E6, 0x59A5, 0xF6E7, 0x60F0, 0xF6E8, 0x6253, - 0xF6E9, 0x62D6, 0xF6EA, 0x6736, 0xF6EB, 0x6955, 0xF6EC, 0x8235, 0xF6ED, 0x9640, 0xF6EE, 0x99B1, 0xF6EF, 0x99DD, 0xF6F0, 0x502C, - 0xF6F1, 0x5353, 0xF6F2, 0x5544, 0xF6F3, 0x577C, 0xF6F4, 0xFA01, 0xF6F5, 0x6258, 0xF6F6, 0xFA02, 0xF6F7, 0x64E2, 0xF6F8, 0x666B, - 0xF6F9, 0x67DD, 0xF6FA, 0x6FC1, 0xF6FB, 0x6FEF, 0xF6FC, 0x7422, 0xF6FD, 0x7438, 0xF6FE, 0x8A17, 0xF7A1, 0x9438, 0xF7A2, 0x5451, - 0xF7A3, 0x5606, 0xF7A4, 0x5766, 0xF7A5, 0x5F48, 0xF7A6, 0x619A, 0xF7A7, 0x6B4E, 0xF7A8, 0x7058, 0xF7A9, 0x70AD, 0xF7AA, 0x7DBB, - 0xF7AB, 0x8A95, 0xF7AC, 0x596A, 0xF7AD, 0x812B, 0xF7AE, 0x63A2, 0xF7AF, 0x7708, 0xF7B0, 0x803D, 0xF7B1, 0x8CAA, 0xF7B2, 0x5854, - 0xF7B3, 0x642D, 0xF7B4, 0x69BB, 0xF7B5, 0x5B95, 0xF7B6, 0x5E11, 0xF7B7, 0x6E6F, 0xF7B8, 0xFA03, 0xF7B9, 0x8569, 0xF7BA, 0x514C, - 0xF7BB, 0x53F0, 0xF7BC, 0x592A, 0xF7BD, 0x6020, 0xF7BE, 0x614B, 0xF7BF, 0x6B86, 0xF7C0, 0x6C70, 0xF7C1, 0x6CF0, 0xF7C2, 0x7B1E, - 0xF7C3, 0x80CE, 0xF7C4, 0x82D4, 0xF7C5, 0x8DC6, 0xF7C6, 0x90B0, 0xF7C7, 0x98B1, 0xF7C8, 0xFA04, 0xF7C9, 0x64C7, 0xF7CA, 0x6FA4, - 0xF7CB, 0x6491, 0xF7CC, 0x6504, 0xF7CD, 0x514E, 0xF7CE, 0x5410, 0xF7CF, 0x571F, 0xF7D0, 0x8A0E, 0xF7D1, 0x615F, 0xF7D2, 0x6876, - 0xF7D3, 0xFA05, 0xF7D4, 0x75DB, 0xF7D5, 0x7B52, 0xF7D6, 0x7D71, 0xF7D7, 0x901A, 0xF7D8, 0x5806, 0xF7D9, 0x69CC, 0xF7DA, 0x817F, - 0xF7DB, 0x892A, 0xF7DC, 0x9000, 0xF7DD, 0x9839, 0xF7DE, 0x5078, 0xF7DF, 0x5957, 0xF7E0, 0x59AC, 0xF7E1, 0x6295, 0xF7E2, 0x900F, - 0xF7E3, 0x9B2A, 0xF7E4, 0x615D, 0xF7E5, 0x7279, 0xF7E6, 0x95D6, 0xF7E7, 0x5761, 0xF7E8, 0x5A46, 0xF7E9, 0x5DF4, 0xF7EA, 0x628A, - 0xF7EB, 0x64AD, 0xF7EC, 0x64FA, 0xF7ED, 0x6777, 0xF7EE, 0x6CE2, 0xF7EF, 0x6D3E, 0xF7F0, 0x722C, 0xF7F1, 0x7436, 0xF7F2, 0x7834, - 0xF7F3, 0x7F77, 0xF7F4, 0x82AD, 0xF7F5, 0x8DDB, 0xF7F6, 0x9817, 0xF7F7, 0x5224, 0xF7F8, 0x5742, 0xF7F9, 0x677F, 0xF7FA, 0x7248, - 0xF7FB, 0x74E3, 0xF7FC, 0x8CA9, 0xF7FD, 0x8FA6, 0xF7FE, 0x9211, 0xF8A1, 0x962A, 0xF8A2, 0x516B, 0xF8A3, 0x53ED, 0xF8A4, 0x634C, - 0xF8A5, 0x4F69, 0xF8A6, 0x5504, 0xF8A7, 0x6096, 0xF8A8, 0x6557, 0xF8A9, 0x6C9B, 0xF8AA, 0x6D7F, 0xF8AB, 0x724C, 0xF8AC, 0x72FD, - 0xF8AD, 0x7A17, 0xF8AE, 0x8987, 0xF8AF, 0x8C9D, 0xF8B0, 0x5F6D, 0xF8B1, 0x6F8E, 0xF8B2, 0x70F9, 0xF8B3, 0x81A8, 0xF8B4, 0x610E, - 0xF8B5, 0x4FBF, 0xF8B6, 0x504F, 0xF8B7, 0x6241, 0xF8B8, 0x7247, 0xF8B9, 0x7BC7, 0xF8BA, 0x7DE8, 0xF8BB, 0x7FE9, 0xF8BC, 0x904D, - 0xF8BD, 0x97AD, 0xF8BE, 0x9A19, 0xF8BF, 0x8CB6, 0xF8C0, 0x576A, 0xF8C1, 0x5E73, 0xF8C2, 0x67B0, 0xF8C3, 0x840D, 0xF8C4, 0x8A55, - 0xF8C5, 0x5420, 0xF8C6, 0x5B16, 0xF8C7, 0x5E63, 0xF8C8, 0x5EE2, 0xF8C9, 0x5F0A, 0xF8CA, 0x6583, 0xF8CB, 0x80BA, 0xF8CC, 0x853D, - 0xF8CD, 0x9589, 0xF8CE, 0x965B, 0xF8CF, 0x4F48, 0xF8D0, 0x5305, 0xF8D1, 0x530D, 0xF8D2, 0x530F, 0xF8D3, 0x5486, 0xF8D4, 0x54FA, - 0xF8D5, 0x5703, 0xF8D6, 0x5E03, 0xF8D7, 0x6016, 0xF8D8, 0x629B, 0xF8D9, 0x62B1, 0xF8DA, 0x6355, 0xF8DB, 0xFA06, 0xF8DC, 0x6CE1, - 0xF8DD, 0x6D66, 0xF8DE, 0x75B1, 0xF8DF, 0x7832, 0xF8E0, 0x80DE, 0xF8E1, 0x812F, 0xF8E2, 0x82DE, 0xF8E3, 0x8461, 0xF8E4, 0x84B2, - 0xF8E5, 0x888D, 0xF8E6, 0x8912, 0xF8E7, 0x900B, 0xF8E8, 0x92EA, 0xF8E9, 0x98FD, 0xF8EA, 0x9B91, 0xF8EB, 0x5E45, 0xF8EC, 0x66B4, - 0xF8ED, 0x66DD, 0xF8EE, 0x7011, 0xF8EF, 0x7206, 0xF8F0, 0xFA07, 0xF8F1, 0x4FF5, 0xF8F2, 0x527D, 0xF8F3, 0x5F6A, 0xF8F4, 0x6153, - 0xF8F5, 0x6753, 0xF8F6, 0x6A19, 0xF8F7, 0x6F02, 0xF8F8, 0x74E2, 0xF8F9, 0x7968, 0xF8FA, 0x8868, 0xF8FB, 0x8C79, 0xF8FC, 0x98C7, - 0xF8FD, 0x98C4, 0xF8FE, 0x9A43, 0xF9A1, 0x54C1, 0xF9A2, 0x7A1F, 0xF9A3, 0x6953, 0xF9A4, 0x8AF7, 0xF9A5, 0x8C4A, 0xF9A6, 0x98A8, - 0xF9A7, 0x99AE, 0xF9A8, 0x5F7C, 0xF9A9, 0x62AB, 0xF9AA, 0x75B2, 0xF9AB, 0x76AE, 0xF9AC, 0x88AB, 0xF9AD, 0x907F, 0xF9AE, 0x9642, - 0xF9AF, 0x5339, 0xF9B0, 0x5F3C, 0xF9B1, 0x5FC5, 0xF9B2, 0x6CCC, 0xF9B3, 0x73CC, 0xF9B4, 0x7562, 0xF9B5, 0x758B, 0xF9B6, 0x7B46, - 0xF9B7, 0x82FE, 0xF9B8, 0x999D, 0xF9B9, 0x4E4F, 0xF9BA, 0x903C, 0xF9BB, 0x4E0B, 0xF9BC, 0x4F55, 0xF9BD, 0x53A6, 0xF9BE, 0x590F, - 0xF9BF, 0x5EC8, 0xF9C0, 0x6630, 0xF9C1, 0x6CB3, 0xF9C2, 0x7455, 0xF9C3, 0x8377, 0xF9C4, 0x8766, 0xF9C5, 0x8CC0, 0xF9C6, 0x9050, - 0xF9C7, 0x971E, 0xF9C8, 0x9C15, 0xF9C9, 0x58D1, 0xF9CA, 0x5B78, 0xF9CB, 0x8650, 0xF9CC, 0x8B14, 0xF9CD, 0x9DB4, 0xF9CE, 0x5BD2, - 0xF9CF, 0x6068, 0xF9D0, 0x608D, 0xF9D1, 0x65F1, 0xF9D2, 0x6C57, 0xF9D3, 0x6F22, 0xF9D4, 0x6FA3, 0xF9D5, 0x701A, 0xF9D6, 0x7F55, - 0xF9D7, 0x7FF0, 0xF9D8, 0x9591, 0xF9D9, 0x9592, 0xF9DA, 0x9650, 0xF9DB, 0x97D3, 0xF9DC, 0x5272, 0xF9DD, 0x8F44, 0xF9DE, 0x51FD, - 0xF9DF, 0x542B, 0xF9E0, 0x54B8, 0xF9E1, 0x5563, 0xF9E2, 0x558A, 0xF9E3, 0x6ABB, 0xF9E4, 0x6DB5, 0xF9E5, 0x7DD8, 0xF9E6, 0x8266, - 0xF9E7, 0x929C, 0xF9E8, 0x9677, 0xF9E9, 0x9E79, 0xF9EA, 0x5408, 0xF9EB, 0x54C8, 0xF9EC, 0x76D2, 0xF9ED, 0x86E4, 0xF9EE, 0x95A4, - 0xF9EF, 0x95D4, 0xF9F0, 0x965C, 0xF9F1, 0x4EA2, 0xF9F2, 0x4F09, 0xF9F3, 0x59EE, 0xF9F4, 0x5AE6, 0xF9F5, 0x5DF7, 0xF9F6, 0x6052, - 0xF9F7, 0x6297, 0xF9F8, 0x676D, 0xF9F9, 0x6841, 0xF9FA, 0x6C86, 0xF9FB, 0x6E2F, 0xF9FC, 0x7F38, 0xF9FD, 0x809B, 0xF9FE, 0x822A, - 0xFAA1, 0xFA08, 0xFAA2, 0xFA09, 0xFAA3, 0x9805, 0xFAA4, 0x4EA5, 0xFAA5, 0x5055, 0xFAA6, 0x54B3, 0xFAA7, 0x5793, 0xFAA8, 0x595A, - 0xFAA9, 0x5B69, 0xFAAA, 0x5BB3, 0xFAAB, 0x61C8, 0xFAAC, 0x6977, 0xFAAD, 0x6D77, 0xFAAE, 0x7023, 0xFAAF, 0x87F9, 0xFAB0, 0x89E3, - 0xFAB1, 0x8A72, 0xFAB2, 0x8AE7, 0xFAB3, 0x9082, 0xFAB4, 0x99ED, 0xFAB5, 0x9AB8, 0xFAB6, 0x52BE, 0xFAB7, 0x6838, 0xFAB8, 0x5016, - 0xFAB9, 0x5E78, 0xFABA, 0x674F, 0xFABB, 0x8347, 0xFABC, 0x884C, 0xFABD, 0x4EAB, 0xFABE, 0x5411, 0xFABF, 0x56AE, 0xFAC0, 0x73E6, - 0xFAC1, 0x9115, 0xFAC2, 0x97FF, 0xFAC3, 0x9909, 0xFAC4, 0x9957, 0xFAC5, 0x9999, 0xFAC6, 0x5653, 0xFAC7, 0x589F, 0xFAC8, 0x865B, - 0xFAC9, 0x8A31, 0xFACA, 0x61B2, 0xFACB, 0x6AF6, 0xFACC, 0x737B, 0xFACD, 0x8ED2, 0xFACE, 0x6B47, 0xFACF, 0x96AA, 0xFAD0, 0x9A57, - 0xFAD1, 0x5955, 0xFAD2, 0x7200, 0xFAD3, 0x8D6B, 0xFAD4, 0x9769, 0xFAD5, 0x4FD4, 0xFAD6, 0x5CF4, 0xFAD7, 0x5F26, 0xFAD8, 0x61F8, - 0xFAD9, 0x665B, 0xFADA, 0x6CEB, 0xFADB, 0x70AB, 0xFADC, 0x7384, 0xFADD, 0x73B9, 0xFADE, 0x73FE, 0xFADF, 0x7729, 0xFAE0, 0x774D, - 0xFAE1, 0x7D43, 0xFAE2, 0x7D62, 0xFAE3, 0x7E23, 0xFAE4, 0x8237, 0xFAE5, 0x8852, 0xFAE6, 0xFA0A, 0xFAE7, 0x8CE2, 0xFAE8, 0x9249, - 0xFAE9, 0x986F, 0xFAEA, 0x5B51, 0xFAEB, 0x7A74, 0xFAEC, 0x8840, 0xFAED, 0x9801, 0xFAEE, 0x5ACC, 0xFAEF, 0x4FE0, 0xFAF0, 0x5354, - 0xFAF1, 0x593E, 0xFAF2, 0x5CFD, 0xFAF3, 0x633E, 0xFAF4, 0x6D79, 0xFAF5, 0x72F9, 0xFAF6, 0x8105, 0xFAF7, 0x8107, 0xFAF8, 0x83A2, - 0xFAF9, 0x92CF, 0xFAFA, 0x9830, 0xFAFB, 0x4EA8, 0xFAFC, 0x5144, 0xFAFD, 0x5211, 0xFAFE, 0x578B, 0xFBA1, 0x5F62, 0xFBA2, 0x6CC2, - 0xFBA3, 0x6ECE, 0xFBA4, 0x7005, 0xFBA5, 0x7050, 0xFBA6, 0x70AF, 0xFBA7, 0x7192, 0xFBA8, 0x73E9, 0xFBA9, 0x7469, 0xFBAA, 0x834A, - 0xFBAB, 0x87A2, 0xFBAC, 0x8861, 0xFBAD, 0x9008, 0xFBAE, 0x90A2, 0xFBAF, 0x93A3, 0xFBB0, 0x99A8, 0xFBB1, 0x516E, 0xFBB2, 0x5F57, - 0xFBB3, 0x60E0, 0xFBB4, 0x6167, 0xFBB5, 0x66B3, 0xFBB6, 0x8559, 0xFBB7, 0x8E4A, 0xFBB8, 0x91AF, 0xFBB9, 0x978B, 0xFBBA, 0x4E4E, - 0xFBBB, 0x4E92, 0xFBBC, 0x547C, 0xFBBD, 0x58D5, 0xFBBE, 0x58FA, 0xFBBF, 0x597D, 0xFBC0, 0x5CB5, 0xFBC1, 0x5F27, 0xFBC2, 0x6236, - 0xFBC3, 0x6248, 0xFBC4, 0x660A, 0xFBC5, 0x6667, 0xFBC6, 0x6BEB, 0xFBC7, 0x6D69, 0xFBC8, 0x6DCF, 0xFBC9, 0x6E56, 0xFBCA, 0x6EF8, - 0xFBCB, 0x6F94, 0xFBCC, 0x6FE0, 0xFBCD, 0x6FE9, 0xFBCE, 0x705D, 0xFBCF, 0x72D0, 0xFBD0, 0x7425, 0xFBD1, 0x745A, 0xFBD2, 0x74E0, - 0xFBD3, 0x7693, 0xFBD4, 0x795C, 0xFBD5, 0x7CCA, 0xFBD6, 0x7E1E, 0xFBD7, 0x80E1, 0xFBD8, 0x82A6, 0xFBD9, 0x846B, 0xFBDA, 0x84BF, - 0xFBDB, 0x864E, 0xFBDC, 0x865F, 0xFBDD, 0x8774, 0xFBDE, 0x8B77, 0xFBDF, 0x8C6A, 0xFBE0, 0x93AC, 0xFBE1, 0x9800, 0xFBE2, 0x9865, - 0xFBE3, 0x60D1, 0xFBE4, 0x6216, 0xFBE5, 0x9177, 0xFBE6, 0x5A5A, 0xFBE7, 0x660F, 0xFBE8, 0x6DF7, 0xFBE9, 0x6E3E, 0xFBEA, 0x743F, - 0xFBEB, 0x9B42, 0xFBEC, 0x5FFD, 0xFBED, 0x60DA, 0xFBEE, 0x7B0F, 0xFBEF, 0x54C4, 0xFBF0, 0x5F18, 0xFBF1, 0x6C5E, 0xFBF2, 0x6CD3, - 0xFBF3, 0x6D2A, 0xFBF4, 0x70D8, 0xFBF5, 0x7D05, 0xFBF6, 0x8679, 0xFBF7, 0x8A0C, 0xFBF8, 0x9D3B, 0xFBF9, 0x5316, 0xFBFA, 0x548C, - 0xFBFB, 0x5B05, 0xFBFC, 0x6A3A, 0xFBFD, 0x706B, 0xFBFE, 0x7575, 0xFCA1, 0x798D, 0xFCA2, 0x79BE, 0xFCA3, 0x82B1, 0xFCA4, 0x83EF, - 0xFCA5, 0x8A71, 0xFCA6, 0x8B41, 0xFCA7, 0x8CA8, 0xFCA8, 0x9774, 0xFCA9, 0xFA0B, 0xFCAA, 0x64F4, 0xFCAB, 0x652B, 0xFCAC, 0x78BA, - 0xFCAD, 0x78BB, 0xFCAE, 0x7A6B, 0xFCAF, 0x4E38, 0xFCB0, 0x559A, 0xFCB1, 0x5950, 0xFCB2, 0x5BA6, 0xFCB3, 0x5E7B, 0xFCB4, 0x60A3, - 0xFCB5, 0x63DB, 0xFCB6, 0x6B61, 0xFCB7, 0x6665, 0xFCB8, 0x6853, 0xFCB9, 0x6E19, 0xFCBA, 0x7165, 0xFCBB, 0x74B0, 0xFCBC, 0x7D08, - 0xFCBD, 0x9084, 0xFCBE, 0x9A69, 0xFCBF, 0x9C25, 0xFCC0, 0x6D3B, 0xFCC1, 0x6ED1, 0xFCC2, 0x733E, 0xFCC3, 0x8C41, 0xFCC4, 0x95CA, - 0xFCC5, 0x51F0, 0xFCC6, 0x5E4C, 0xFCC7, 0x5FA8, 0xFCC8, 0x604D, 0xFCC9, 0x60F6, 0xFCCA, 0x6130, 0xFCCB, 0x614C, 0xFCCC, 0x6643, - 0xFCCD, 0x6644, 0xFCCE, 0x69A5, 0xFCCF, 0x6CC1, 0xFCD0, 0x6E5F, 0xFCD1, 0x6EC9, 0xFCD2, 0x6F62, 0xFCD3, 0x714C, 0xFCD4, 0x749C, - 0xFCD5, 0x7687, 0xFCD6, 0x7BC1, 0xFCD7, 0x7C27, 0xFCD8, 0x8352, 0xFCD9, 0x8757, 0xFCDA, 0x9051, 0xFCDB, 0x968D, 0xFCDC, 0x9EC3, - 0xFCDD, 0x532F, 0xFCDE, 0x56DE, 0xFCDF, 0x5EFB, 0xFCE0, 0x5F8A, 0xFCE1, 0x6062, 0xFCE2, 0x6094, 0xFCE3, 0x61F7, 0xFCE4, 0x6666, - 0xFCE5, 0x6703, 0xFCE6, 0x6A9C, 0xFCE7, 0x6DEE, 0xFCE8, 0x6FAE, 0xFCE9, 0x7070, 0xFCEA, 0x736A, 0xFCEB, 0x7E6A, 0xFCEC, 0x81BE, - 0xFCED, 0x8334, 0xFCEE, 0x86D4, 0xFCEF, 0x8AA8, 0xFCF0, 0x8CC4, 0xFCF1, 0x5283, 0xFCF2, 0x7372, 0xFCF3, 0x5B96, 0xFCF4, 0x6A6B, - 0xFCF5, 0x9404, 0xFCF6, 0x54EE, 0xFCF7, 0x5686, 0xFCF8, 0x5B5D, 0xFCF9, 0x6548, 0xFCFA, 0x6585, 0xFCFB, 0x66C9, 0xFCFC, 0x689F, - 0xFCFD, 0x6D8D, 0xFCFE, 0x6DC6, 0xFDA1, 0x723B, 0xFDA2, 0x80B4, 0xFDA3, 0x9175, 0xFDA4, 0x9A4D, 0xFDA5, 0x4FAF, 0xFDA6, 0x5019, - 0xFDA7, 0x539A, 0xFDA8, 0x540E, 0xFDA9, 0x543C, 0xFDAA, 0x5589, 0xFDAB, 0x55C5, 0xFDAC, 0x5E3F, 0xFDAD, 0x5F8C, 0xFDAE, 0x673D, - 0xFDAF, 0x7166, 0xFDB0, 0x73DD, 0xFDB1, 0x9005, 0xFDB2, 0x52DB, 0xFDB3, 0x52F3, 0xFDB4, 0x5864, 0xFDB5, 0x58CE, 0xFDB6, 0x7104, - 0xFDB7, 0x718F, 0xFDB8, 0x71FB, 0xFDB9, 0x85B0, 0xFDBA, 0x8A13, 0xFDBB, 0x6688, 0xFDBC, 0x85A8, 0xFDBD, 0x55A7, 0xFDBE, 0x6684, - 0xFDBF, 0x714A, 0xFDC0, 0x8431, 0xFDC1, 0x5349, 0xFDC2, 0x5599, 0xFDC3, 0x6BC1, 0xFDC4, 0x5F59, 0xFDC5, 0x5FBD, 0xFDC6, 0x63EE, - 0xFDC7, 0x6689, 0xFDC8, 0x7147, 0xFDC9, 0x8AF1, 0xFDCA, 0x8F1D, 0xFDCB, 0x9EBE, 0xFDCC, 0x4F11, 0xFDCD, 0x643A, 0xFDCE, 0x70CB, - 0xFDCF, 0x7566, 0xFDD0, 0x8667, 0xFDD1, 0x6064, 0xFDD2, 0x8B4E, 0xFDD3, 0x9DF8, 0xFDD4, 0x5147, 0xFDD5, 0x51F6, 0xFDD6, 0x5308, - 0xFDD7, 0x6D36, 0xFDD8, 0x80F8, 0xFDD9, 0x9ED1, 0xFDDA, 0x6615, 0xFDDB, 0x6B23, 0xFDDC, 0x7098, 0xFDDD, 0x75D5, 0xFDDE, 0x5403, - 0xFDDF, 0x5C79, 0xFDE0, 0x7D07, 0xFDE1, 0x8A16, 0xFDE2, 0x6B20, 0xFDE3, 0x6B3D, 0xFDE4, 0x6B46, 0xFDE5, 0x5438, 0xFDE6, 0x6070, - 0xFDE7, 0x6D3D, 0xFDE8, 0x7FD5, 0xFDE9, 0x8208, 0xFDEA, 0x50D6, 0xFDEB, 0x51DE, 0xFDEC, 0x559C, 0xFDED, 0x566B, 0xFDEE, 0x56CD, - 0xFDEF, 0x59EC, 0xFDF0, 0x5B09, 0xFDF1, 0x5E0C, 0xFDF2, 0x6199, 0xFDF3, 0x6198, 0xFDF4, 0x6231, 0xFDF5, 0x665E, 0xFDF6, 0x66E6, - 0xFDF7, 0x7199, 0xFDF8, 0x71B9, 0xFDF9, 0x71BA, 0xFDFA, 0x72A7, 0xFDFB, 0x79A7, 0xFDFC, 0x7A00, 0xFDFD, 0x7FB2, 0xFDFE, 0x8A70, - 0, 0 -}; -#endif - -#if FF_CODE_PAGE == 950 || FF_CODE_PAGE == 0 /* Traditional Chinese */ -static const WCHAR uni2oem950[] = { /* Unicode --> Big5 pairs */ - 0x00A7, 0xA1B1, 0x00AF, 0xA1C2, 0x00B0, 0xA258, 0x00B1, 0xA1D3, 0x00B7, 0xA150, 0x00D7, 0xA1D1, 0x00F7, 0xA1D2, 0x02C7, 0xA3BE, - 0x02C9, 0xA3BC, 0x02CA, 0xA3BD, 0x02CB, 0xA3BF, 0x02CD, 0xA1C5, 0x02D9, 0xA3BB, 0x0391, 0xA344, 0x0392, 0xA345, 0x0393, 0xA346, - 0x0394, 0xA347, 0x0395, 0xA348, 0x0396, 0xA349, 0x0397, 0xA34A, 0x0398, 0xA34B, 0x0399, 0xA34C, 0x039A, 0xA34D, 0x039B, 0xA34E, - 0x039C, 0xA34F, 0x039D, 0xA350, 0x039E, 0xA351, 0x039F, 0xA352, 0x03A0, 0xA353, 0x03A1, 0xA354, 0x03A3, 0xA355, 0x03A4, 0xA356, - 0x03A5, 0xA357, 0x03A6, 0xA358, 0x03A7, 0xA359, 0x03A8, 0xA35A, 0x03A9, 0xA35B, 0x03B1, 0xA35C, 0x03B2, 0xA35D, 0x03B3, 0xA35E, - 0x03B4, 0xA35F, 0x03B5, 0xA360, 0x03B6, 0xA361, 0x03B7, 0xA362, 0x03B8, 0xA363, 0x03B9, 0xA364, 0x03BA, 0xA365, 0x03BB, 0xA366, - 0x03BC, 0xA367, 0x03BD, 0xA368, 0x03BE, 0xA369, 0x03BF, 0xA36A, 0x03C0, 0xA36B, 0x03C1, 0xA36C, 0x03C3, 0xA36D, 0x03C4, 0xA36E, - 0x03C5, 0xA36F, 0x03C6, 0xA370, 0x03C7, 0xA371, 0x03C8, 0xA372, 0x03C9, 0xA373, 0x2013, 0xA156, 0x2014, 0xA158, 0x2018, 0xA1A5, - 0x2019, 0xA1A6, 0x201C, 0xA1A7, 0x201D, 0xA1A8, 0x2025, 0xA14C, 0x2026, 0xA14B, 0x2027, 0xA145, 0x2032, 0xA1AC, 0x2035, 0xA1AB, - 0x203B, 0xA1B0, 0x20AC, 0xA3E1, 0x2103, 0xA24A, 0x2105, 0xA1C1, 0x2109, 0xA24B, 0x2160, 0xA2B9, 0x2161, 0xA2BA, 0x2162, 0xA2BB, - 0x2163, 0xA2BC, 0x2164, 0xA2BD, 0x2165, 0xA2BE, 0x2166, 0xA2BF, 0x2167, 0xA2C0, 0x2168, 0xA2C1, 0x2169, 0xA2C2, 0x2190, 0xA1F6, - 0x2191, 0xA1F4, 0x2192, 0xA1F7, 0x2193, 0xA1F5, 0x2196, 0xA1F8, 0x2197, 0xA1F9, 0x2198, 0xA1FB, 0x2199, 0xA1FA, 0x2215, 0xA241, - 0x221A, 0xA1D4, 0x221E, 0xA1DB, 0x221F, 0xA1E8, 0x2220, 0xA1E7, 0x2223, 0xA1FD, 0x2225, 0xA1FC, 0x2229, 0xA1E4, 0x222A, 0xA1E5, - 0x222B, 0xA1EC, 0x222E, 0xA1ED, 0x2234, 0xA1EF, 0x2235, 0xA1EE, 0x2252, 0xA1DC, 0x2260, 0xA1DA, 0x2261, 0xA1DD, 0x2266, 0xA1D8, - 0x2267, 0xA1D9, 0x2295, 0xA1F2, 0x2299, 0xA1F3, 0x22A5, 0xA1E6, 0x22BF, 0xA1E9, 0x2500, 0xA277, 0x2502, 0xA278, 0x250C, 0xA27A, - 0x2510, 0xA27B, 0x2514, 0xA27C, 0x2518, 0xA27D, 0x251C, 0xA275, 0x2524, 0xA274, 0x252C, 0xA273, 0x2534, 0xA272, 0x253C, 0xA271, - 0x2550, 0xA2A4, 0x2550, 0xF9F9, 0x2551, 0xF9F8, 0x2552, 0xF9E6, 0x2553, 0xF9EF, 0x2554, 0xF9DD, 0x2555, 0xF9E8, 0x2556, 0xF9F1, - 0x2557, 0xF9DF, 0x2558, 0xF9EC, 0x2559, 0xF9F5, 0x255A, 0xF9E3, 0x255B, 0xF9EE, 0x255C, 0xF9F7, 0x255D, 0xF9E5, 0x255E, 0xA2A5, - 0x255E, 0xF9E9, 0x255F, 0xF9F2, 0x2560, 0xF9E0, 0x2561, 0xA2A7, 0x2561, 0xF9EB, 0x2562, 0xF9F4, 0x2563, 0xF9E2, 0x2564, 0xF9E7, - 0x2565, 0xF9F0, 0x2566, 0xF9DE, 0x2567, 0xF9ED, 0x2568, 0xF9F6, 0x2569, 0xF9E4, 0x256A, 0xA2A6, 0x256A, 0xF9EA, 0x256B, 0xF9F3, - 0x256C, 0xF9E1, 0x256D, 0xA27E, 0x256D, 0xF9FA, 0x256E, 0xA2A1, 0x256E, 0xF9FB, 0x256F, 0xA2A3, 0x256F, 0xF9FD, 0x2570, 0xA2A2, - 0x2570, 0xF9FC, 0x2571, 0xA2AC, 0x2572, 0xA2AD, 0x2573, 0xA2AE, 0x2574, 0xA15A, 0x2581, 0xA262, 0x2582, 0xA263, 0x2583, 0xA264, - 0x2584, 0xA265, 0x2585, 0xA266, 0x2586, 0xA267, 0x2587, 0xA268, 0x2588, 0xA269, 0x2589, 0xA270, 0x258A, 0xA26F, 0x258B, 0xA26E, - 0x258C, 0xA26D, 0x258D, 0xA26C, 0x258E, 0xA26B, 0x258F, 0xA26A, 0x2593, 0xF9FE, 0x2594, 0xA276, 0x2595, 0xA279, 0x25A0, 0xA1BD, - 0x25A1, 0xA1BC, 0x25B2, 0xA1B6, 0x25B3, 0xA1B5, 0x25BC, 0xA1BF, 0x25BD, 0xA1BE, 0x25C6, 0xA1BB, 0x25C7, 0xA1BA, 0x25CB, 0xA1B3, - 0x25CE, 0xA1B7, 0x25CF, 0xA1B4, 0x25E2, 0xA2A8, 0x25E3, 0xA2A9, 0x25E4, 0xA2AB, 0x25E5, 0xA2AA, 0x2605, 0xA1B9, 0x2606, 0xA1B8, - 0x2640, 0xA1F0, 0x2642, 0xA1F1, 0x3000, 0xA140, 0x3001, 0xA142, 0x3002, 0xA143, 0x3003, 0xA1B2, 0x3008, 0xA171, 0x3009, 0xA172, - 0x300A, 0xA16D, 0x300B, 0xA16E, 0x300C, 0xA175, 0x300D, 0xA176, 0x300E, 0xA179, 0x300F, 0xA17A, 0x3010, 0xA169, 0x3011, 0xA16A, - 0x3012, 0xA245, 0x3014, 0xA165, 0x3015, 0xA166, 0x301D, 0xA1A9, 0x301E, 0xA1AA, 0x3021, 0xA2C3, 0x3022, 0xA2C4, 0x3023, 0xA2C5, - 0x3024, 0xA2C6, 0x3025, 0xA2C7, 0x3026, 0xA2C8, 0x3027, 0xA2C9, 0x3028, 0xA2CA, 0x3029, 0xA2CB, 0x3105, 0xA374, 0x3106, 0xA375, - 0x3107, 0xA376, 0x3108, 0xA377, 0x3109, 0xA378, 0x310A, 0xA379, 0x310B, 0xA37A, 0x310C, 0xA37B, 0x310D, 0xA37C, 0x310E, 0xA37D, - 0x310F, 0xA37E, 0x3110, 0xA3A1, 0x3111, 0xA3A2, 0x3112, 0xA3A3, 0x3113, 0xA3A4, 0x3114, 0xA3A5, 0x3115, 0xA3A6, 0x3116, 0xA3A7, - 0x3117, 0xA3A8, 0x3118, 0xA3A9, 0x3119, 0xA3AA, 0x311A, 0xA3AB, 0x311B, 0xA3AC, 0x311C, 0xA3AD, 0x311D, 0xA3AE, 0x311E, 0xA3AF, - 0x311F, 0xA3B0, 0x3120, 0xA3B1, 0x3121, 0xA3B2, 0x3122, 0xA3B3, 0x3123, 0xA3B4, 0x3124, 0xA3B5, 0x3125, 0xA3B6, 0x3126, 0xA3B7, - 0x3127, 0xA3B8, 0x3128, 0xA3B9, 0x3129, 0xA3BA, 0x32A3, 0xA1C0, 0x338E, 0xA255, 0x338F, 0xA256, 0x339C, 0xA250, 0x339D, 0xA251, - 0x339E, 0xA252, 0x33A1, 0xA254, 0x33C4, 0xA257, 0x33CE, 0xA253, 0x33D1, 0xA1EB, 0x33D2, 0xA1EA, 0x33D5, 0xA24F, 0x4E00, 0xA440, - 0x4E01, 0xA442, 0x4E03, 0xA443, 0x4E07, 0xC945, 0x4E08, 0xA456, 0x4E09, 0xA454, 0x4E0A, 0xA457, 0x4E0B, 0xA455, 0x4E0C, 0xC946, - 0x4E0D, 0xA4A3, 0x4E0E, 0xC94F, 0x4E0F, 0xC94D, 0x4E10, 0xA4A2, 0x4E11, 0xA4A1, 0x4E14, 0xA542, 0x4E15, 0xA541, 0x4E16, 0xA540, - 0x4E18, 0xA543, 0x4E19, 0xA4FE, 0x4E1E, 0xA5E0, 0x4E1F, 0xA5E1, 0x4E26, 0xA8C3, 0x4E2B, 0xA458, 0x4E2D, 0xA4A4, 0x4E2E, 0xC950, - 0x4E30, 0xA4A5, 0x4E31, 0xC963, 0x4E32, 0xA6EA, 0x4E33, 0xCBB1, 0x4E38, 0xA459, 0x4E39, 0xA4A6, 0x4E3B, 0xA544, 0x4E3C, 0xC964, - 0x4E42, 0xC940, 0x4E43, 0xA444, 0x4E45, 0xA45B, 0x4E47, 0xC947, 0x4E48, 0xA45C, 0x4E4B, 0xA4A7, 0x4E4D, 0xA545, 0x4E4E, 0xA547, - 0x4E4F, 0xA546, 0x4E52, 0xA5E2, 0x4E53, 0xA5E3, 0x4E56, 0xA8C4, 0x4E58, 0xADBC, 0x4E59, 0xA441, 0x4E5C, 0xC941, 0x4E5D, 0xA445, - 0x4E5E, 0xA45E, 0x4E5F, 0xA45D, 0x4E69, 0xA5E4, 0x4E73, 0xA8C5, 0x4E7E, 0xB0AE, 0x4E7F, 0xD44B, 0x4E82, 0xB6C3, 0x4E83, 0xDCB1, - 0x4E84, 0xDCB2, 0x4E86, 0xA446, 0x4E88, 0xA4A9, 0x4E8B, 0xA8C6, 0x4E8C, 0xA447, 0x4E8D, 0xC948, 0x4E8E, 0xA45F, 0x4E91, 0xA4AA, - 0x4E92, 0xA4AC, 0x4E93, 0xC951, 0x4E94, 0xA4AD, 0x4E95, 0xA4AB, 0x4E99, 0xA5E5, 0x4E9B, 0xA8C7, 0x4E9E, 0xA8C8, 0x4E9F, 0xAB45, - 0x4EA1, 0xA460, 0x4EA2, 0xA4AE, 0x4EA4, 0xA5E6, 0x4EA5, 0xA5E8, 0x4EA6, 0xA5E7, 0x4EA8, 0xA6EB, 0x4EAB, 0xA8C9, 0x4EAC, 0xA8CA, - 0x4EAD, 0xAB46, 0x4EAE, 0xAB47, 0x4EB3, 0xADBD, 0x4EB6, 0xDCB3, 0x4EB9, 0xF6D6, 0x4EBA, 0xA448, 0x4EC0, 0xA4B0, 0x4EC1, 0xA4AF, - 0x4EC2, 0xC952, 0x4EC3, 0xA4B1, 0x4EC4, 0xA4B7, 0x4EC6, 0xA4B2, 0x4EC7, 0xA4B3, 0x4EC8, 0xC954, 0x4EC9, 0xC953, 0x4ECA, 0xA4B5, - 0x4ECB, 0xA4B6, 0x4ECD, 0xA4B4, 0x4ED4, 0xA54A, 0x4ED5, 0xA54B, 0x4ED6, 0xA54C, 0x4ED7, 0xA54D, 0x4ED8, 0xA549, 0x4ED9, 0xA550, - 0x4EDA, 0xC96A, 0x4EDC, 0xC966, 0x4EDD, 0xC969, 0x4EDE, 0xA551, 0x4EDF, 0xA561, 0x4EE1, 0xC968, 0x4EE3, 0xA54E, 0x4EE4, 0xA54F, - 0x4EE5, 0xA548, 0x4EE8, 0xC965, 0x4EE9, 0xC967, 0x4EF0, 0xA5F5, 0x4EF1, 0xC9B0, 0x4EF2, 0xA5F2, 0x4EF3, 0xA5F6, 0x4EF4, 0xC9BA, - 0x4EF5, 0xC9AE, 0x4EF6, 0xA5F3, 0x4EF7, 0xC9B2, 0x4EFB, 0xA5F4, 0x4EFD, 0xA5F7, 0x4EFF, 0xA5E9, 0x4F00, 0xC9B1, 0x4F01, 0xA5F8, - 0x4F02, 0xC9B5, 0x4F04, 0xC9B9, 0x4F05, 0xC9B6, 0x4F08, 0xC9B3, 0x4F09, 0xA5EA, 0x4F0A, 0xA5EC, 0x4F0B, 0xA5F9, 0x4F0D, 0xA5EE, - 0x4F0E, 0xC9AB, 0x4F0F, 0xA5F1, 0x4F10, 0xA5EF, 0x4F11, 0xA5F0, 0x4F12, 0xC9BB, 0x4F13, 0xC9B8, 0x4F14, 0xC9AF, 0x4F15, 0xA5ED, - 0x4F18, 0xC9AC, 0x4F19, 0xA5EB, 0x4F1D, 0xC9B4, 0x4F22, 0xC9B7, 0x4F2C, 0xC9AD, 0x4F2D, 0xCA66, 0x4F2F, 0xA742, 0x4F30, 0xA6F4, - 0x4F33, 0xCA67, 0x4F34, 0xA6F1, 0x4F36, 0xA744, 0x4F38, 0xA6F9, 0x4F3A, 0xA6F8, 0x4F3B, 0xCA5B, 0x4F3C, 0xA6FC, 0x4F3D, 0xA6F7, - 0x4F3E, 0xCA60, 0x4F3F, 0xCA68, 0x4F41, 0xCA64, 0x4F43, 0xA6FA, 0x4F46, 0xA6FD, 0x4F47, 0xA6EE, 0x4F48, 0xA747, 0x4F49, 0xCA5D, - 0x4F4C, 0xCBBD, 0x4F4D, 0xA6EC, 0x4F4E, 0xA743, 0x4F4F, 0xA6ED, 0x4F50, 0xA6F5, 0x4F51, 0xA6F6, 0x4F52, 0xCA62, 0x4F53, 0xCA5E, - 0x4F54, 0xA6FB, 0x4F55, 0xA6F3, 0x4F56, 0xCA5A, 0x4F57, 0xA6EF, 0x4F58, 0xCA65, 0x4F59, 0xA745, 0x4F5A, 0xA748, 0x4F5B, 0xA6F2, - 0x4F5C, 0xA740, 0x4F5D, 0xA746, 0x4F5E, 0xA6F0, 0x4F5F, 0xCA63, 0x4F60, 0xA741, 0x4F61, 0xCA69, 0x4F62, 0xCA5C, 0x4F63, 0xA6FE, - 0x4F64, 0xCA5F, 0x4F67, 0xCA61, 0x4F69, 0xA8D8, 0x4F6A, 0xCBBF, 0x4F6B, 0xCBCB, 0x4F6C, 0xA8D0, 0x4F6E, 0xCBCC, 0x4F6F, 0xA8CB, - 0x4F70, 0xA8D5, 0x4F73, 0xA8CE, 0x4F74, 0xCBB9, 0x4F75, 0xA8D6, 0x4F76, 0xCBB8, 0x4F77, 0xCBBC, 0x4F78, 0xCBC3, 0x4F79, 0xCBC1, - 0x4F7A, 0xA8DE, 0x4F7B, 0xA8D9, 0x4F7C, 0xCBB3, 0x4F7D, 0xCBB5, 0x4F7E, 0xA8DB, 0x4F7F, 0xA8CF, 0x4F80, 0xCBB6, 0x4F81, 0xCBC2, - 0x4F82, 0xCBC9, 0x4F83, 0xA8D4, 0x4F84, 0xCBBB, 0x4F85, 0xCBB4, 0x4F86, 0xA8D3, 0x4F87, 0xCBB7, 0x4F88, 0xA8D7, 0x4F89, 0xCBBA, - 0x4F8B, 0xA8D2, 0x4F8D, 0xA8CD, 0x4F8F, 0xA8DC, 0x4F90, 0xCBC4, 0x4F91, 0xA8DD, 0x4F92, 0xCBC8, 0x4F94, 0xCBC6, 0x4F95, 0xCBCA, - 0x4F96, 0xA8DA, 0x4F97, 0xCBBE, 0x4F98, 0xCBB2, 0x4F9A, 0xCBC0, 0x4F9B, 0xA8D1, 0x4F9C, 0xCBC5, 0x4F9D, 0xA8CC, 0x4F9E, 0xCBC7, - 0x4FAE, 0xAB56, 0x4FAF, 0xAB4A, 0x4FB2, 0xCDE0, 0x4FB3, 0xCDE8, 0x4FB5, 0xAB49, 0x4FB6, 0xAB51, 0x4FB7, 0xAB5D, 0x4FB9, 0xCDEE, - 0x4FBA, 0xCDEC, 0x4FBB, 0xCDE7, 0x4FBF, 0xAB4B, 0x4FC0, 0xCDED, 0x4FC1, 0xCDE3, 0x4FC2, 0xAB59, 0x4FC3, 0xAB50, 0x4FC4, 0xAB58, - 0x4FC5, 0xCDDE, 0x4FC7, 0xCDEA, 0x4FC9, 0xCDE1, 0x4FCA, 0xAB54, 0x4FCB, 0xCDE2, 0x4FCD, 0xCDDD, 0x4FCE, 0xAB5B, 0x4FCF, 0xAB4E, - 0x4FD0, 0xAB57, 0x4FD1, 0xAB4D, 0x4FD3, 0xCDDF, 0x4FD4, 0xCDE4, 0x4FD6, 0xCDEB, 0x4FD7, 0xAB55, 0x4FD8, 0xAB52, 0x4FD9, 0xCDE6, - 0x4FDA, 0xAB5A, 0x4FDB, 0xCDE9, 0x4FDC, 0xCDE5, 0x4FDD, 0xAB4F, 0x4FDE, 0xAB5C, 0x4FDF, 0xAB53, 0x4FE0, 0xAB4C, 0x4FE1, 0xAB48, - 0x4FEC, 0xCDEF, 0x4FEE, 0xADD7, 0x4FEF, 0xADC1, 0x4FF1, 0xADD1, 0x4FF3, 0xADD6, 0x4FF4, 0xD0D0, 0x4FF5, 0xD0CF, 0x4FF6, 0xD0D4, - 0x4FF7, 0xD0D5, 0x4FF8, 0xADC4, 0x4FFA, 0xADCD, 0x4FFE, 0xADDA, 0x5000, 0xADCE, 0x5005, 0xD0C9, 0x5006, 0xADC7, 0x5007, 0xD0CA, - 0x5009, 0xADDC, 0x500B, 0xADD3, 0x500C, 0xADBE, 0x500D, 0xADBF, 0x500E, 0xD0DD, 0x500F, 0xB0BF, 0x5011, 0xADCC, 0x5012, 0xADCB, - 0x5013, 0xD0CB, 0x5014, 0xADCF, 0x5015, 0xD45B, 0x5016, 0xADC6, 0x5017, 0xD0D6, 0x5018, 0xADD5, 0x5019, 0xADD4, 0x501A, 0xADCA, - 0x501B, 0xD0CE, 0x501C, 0xD0D7, 0x501E, 0xD0C8, 0x501F, 0xADC9, 0x5020, 0xD0D8, 0x5021, 0xADD2, 0x5022, 0xD0CC, 0x5023, 0xADC0, - 0x5025, 0xADC3, 0x5026, 0xADC2, 0x5027, 0xD0D9, 0x5028, 0xADD0, 0x5029, 0xADC5, 0x502A, 0xADD9, 0x502B, 0xADDB, 0x502C, 0xD0D3, - 0x502D, 0xADD8, 0x502F, 0xD0DB, 0x5030, 0xD0CD, 0x5031, 0xD0DC, 0x5033, 0xD0D1, 0x5035, 0xD0DA, 0x5037, 0xD0D2, 0x503C, 0xADC8, - 0x5040, 0xD463, 0x5041, 0xD457, 0x5043, 0xB0B3, 0x5045, 0xD45C, 0x5046, 0xD462, 0x5047, 0xB0B2, 0x5048, 0xD455, 0x5049, 0xB0B6, - 0x504A, 0xD459, 0x504B, 0xD452, 0x504C, 0xB0B4, 0x504D, 0xD456, 0x504E, 0xB0B9, 0x504F, 0xB0BE, 0x5051, 0xD467, 0x5053, 0xD451, - 0x5055, 0xB0BA, 0x5057, 0xD466, 0x505A, 0xB0B5, 0x505B, 0xD458, 0x505C, 0xB0B1, 0x505D, 0xD453, 0x505E, 0xD44F, 0x505F, 0xD45D, - 0x5060, 0xD450, 0x5061, 0xD44E, 0x5062, 0xD45A, 0x5063, 0xD460, 0x5064, 0xD461, 0x5065, 0xB0B7, 0x5068, 0xD85B, 0x5069, 0xD45E, - 0x506A, 0xD44D, 0x506B, 0xD45F, 0x506D, 0xB0C1, 0x506E, 0xD464, 0x506F, 0xB0C0, 0x5070, 0xD44C, 0x5072, 0xD454, 0x5073, 0xD465, - 0x5074, 0xB0BC, 0x5075, 0xB0BB, 0x5076, 0xB0B8, 0x5077, 0xB0BD, 0x507A, 0xB0AF, 0x507D, 0xB0B0, 0x5080, 0xB3C8, 0x5082, 0xD85E, - 0x5083, 0xD857, 0x5085, 0xB3C5, 0x5087, 0xD85F, 0x508B, 0xD855, 0x508C, 0xD858, 0x508D, 0xB3C4, 0x508E, 0xD859, 0x5091, 0xB3C7, - 0x5092, 0xD85D, 0x5094, 0xD853, 0x5095, 0xD852, 0x5096, 0xB3C9, 0x5098, 0xB3CA, 0x5099, 0xB3C6, 0x509A, 0xB3CB, 0x509B, 0xD851, - 0x509C, 0xD85C, 0x509D, 0xD85A, 0x509E, 0xD854, 0x50A2, 0xB3C3, 0x50A3, 0xD856, 0x50AC, 0xB6CA, 0x50AD, 0xB6C4, 0x50AE, 0xDCB7, - 0x50AF, 0xB6CD, 0x50B0, 0xDCBD, 0x50B1, 0xDCC0, 0x50B2, 0xB6C6, 0x50B3, 0xB6C7, 0x50B4, 0xDCBA, 0x50B5, 0xB6C5, 0x50B6, 0xDCC3, - 0x50B7, 0xB6CB, 0x50B8, 0xDCC4, 0x50BA, 0xDCBF, 0x50BB, 0xB6CC, 0x50BD, 0xDCB4, 0x50BE, 0xB6C9, 0x50BF, 0xDCB5, 0x50C1, 0xDCBE, - 0x50C2, 0xDCBC, 0x50C4, 0xDCB8, 0x50C5, 0xB6C8, 0x50C6, 0xDCB6, 0x50C7, 0xB6CE, 0x50C8, 0xDCBB, 0x50C9, 0xDCC2, 0x50CA, 0xDCB9, - 0x50CB, 0xDCC1, 0x50CE, 0xB9B6, 0x50CF, 0xB9B3, 0x50D1, 0xB9B4, 0x50D3, 0xE0F9, 0x50D4, 0xE0F1, 0x50D5, 0xB9B2, 0x50D6, 0xB9AF, - 0x50D7, 0xE0F2, 0x50DA, 0xB9B1, 0x50DB, 0xE0F5, 0x50DD, 0xE0F7, 0x50E0, 0xE0FE, 0x50E3, 0xE0FD, 0x50E4, 0xE0F8, 0x50E5, 0xB9AE, - 0x50E6, 0xE0F0, 0x50E7, 0xB9AC, 0x50E8, 0xE0F3, 0x50E9, 0xB9B7, 0x50EA, 0xE0F6, 0x50EC, 0xE0FA, 0x50ED, 0xB9B0, 0x50EE, 0xB9AD, - 0x50EF, 0xE0FC, 0x50F0, 0xE0FB, 0x50F1, 0xB9B5, 0x50F3, 0xE0F4, 0x50F5, 0xBBF8, 0x50F6, 0xE4EC, 0x50F8, 0xE4E9, 0x50F9, 0xBBF9, - 0x50FB, 0xBBF7, 0x50FD, 0xE4F0, 0x50FE, 0xE4ED, 0x50FF, 0xE4E6, 0x5100, 0xBBF6, 0x5102, 0xBBFA, 0x5103, 0xE4E7, 0x5104, 0xBBF5, - 0x5105, 0xBBFD, 0x5106, 0xE4EA, 0x5107, 0xE4EB, 0x5108, 0xBBFB, 0x5109, 0xBBFC, 0x510A, 0xE4F1, 0x510B, 0xE4EE, 0x510C, 0xE4EF, - 0x5110, 0xBEAA, 0x5111, 0xE8F8, 0x5112, 0xBEA7, 0x5113, 0xE8F5, 0x5114, 0xBEA9, 0x5115, 0xBEAB, 0x5117, 0xE8F6, 0x5118, 0xBEA8, - 0x511A, 0xE8F7, 0x511C, 0xE8F4, 0x511F, 0xC076, 0x5120, 0xECBD, 0x5121, 0xC077, 0x5122, 0xECBB, 0x5124, 0xECBC, 0x5125, 0xECBA, - 0x5126, 0xECB9, 0x5129, 0xECBE, 0x512A, 0xC075, 0x512D, 0xEFB8, 0x512E, 0xEFB9, 0x5130, 0xE4E8, 0x5131, 0xEFB7, 0x5132, 0xC078, - 0x5133, 0xC35F, 0x5134, 0xF1EB, 0x5135, 0xF1EC, 0x5137, 0xC4D7, 0x5138, 0xC4D8, 0x5139, 0xF5C1, 0x513A, 0xF5C0, 0x513B, 0xC56C, - 0x513C, 0xC56B, 0x513D, 0xF7D0, 0x513F, 0xA449, 0x5140, 0xA461, 0x5141, 0xA4B9, 0x5143, 0xA4B8, 0x5144, 0xA553, 0x5145, 0xA552, - 0x5146, 0xA5FC, 0x5147, 0xA5FB, 0x5148, 0xA5FD, 0x5149, 0xA5FA, 0x514B, 0xA74A, 0x514C, 0xA749, 0x514D, 0xA74B, 0x5152, 0xA8E0, - 0x5154, 0xA8DF, 0x5155, 0xA8E1, 0x5157, 0xAB5E, 0x5159, 0xA259, 0x515A, 0xD0DE, 0x515B, 0xA25A, 0x515C, 0xB0C2, 0x515D, 0xA25C, - 0x515E, 0xA25B, 0x515F, 0xD860, 0x5161, 0xA25D, 0x5162, 0xB9B8, 0x5163, 0xA25E, 0x5165, 0xA44A, 0x5167, 0xA4BA, 0x5168, 0xA5FE, - 0x5169, 0xA8E2, 0x516B, 0xA44B, 0x516C, 0xA4BD, 0x516D, 0xA4BB, 0x516E, 0xA4BC, 0x5171, 0xA640, 0x5175, 0xA74C, 0x5176, 0xA8E4, - 0x5177, 0xA8E3, 0x5178, 0xA8E5, 0x517C, 0xADDD, 0x5180, 0xBEAC, 0x5187, 0xC94E, 0x5189, 0xA554, 0x518A, 0xA555, 0x518D, 0xA641, - 0x518F, 0xCA6A, 0x5191, 0xAB60, 0x5192, 0xAB5F, 0x5193, 0xD0E0, 0x5194, 0xD0DF, 0x5195, 0xB0C3, 0x5197, 0xA4BE, 0x5198, 0xC955, - 0x519E, 0xCBCD, 0x51A0, 0xAB61, 0x51A2, 0xADE0, 0x51A4, 0xADDE, 0x51A5, 0xADDF, 0x51AA, 0xBEAD, 0x51AC, 0xA556, 0x51B0, 0xA642, - 0x51B1, 0xC9BC, 0x51B6, 0xA74D, 0x51B7, 0xA74E, 0x51B9, 0xCA6B, 0x51BC, 0xCBCE, 0x51BD, 0xA8E6, 0x51BE, 0xCBCF, 0x51C4, 0xD0E2, - 0x51C5, 0xD0E3, 0x51C6, 0xADE3, 0x51C8, 0xD0E4, 0x51CA, 0xD0E1, 0x51CB, 0xADE4, 0x51CC, 0xADE2, 0x51CD, 0xADE1, 0x51CE, 0xD0E5, - 0x51D0, 0xD468, 0x51D4, 0xD861, 0x51D7, 0xDCC5, 0x51D8, 0xE140, 0x51DC, 0xBBFE, 0x51DD, 0xBEAE, 0x51DE, 0xE8F9, 0x51E0, 0xA44C, - 0x51E1, 0xA45A, 0x51F0, 0xB0C4, 0x51F1, 0xB3CD, 0x51F3, 0xB9B9, 0x51F5, 0xC942, 0x51F6, 0xA4BF, 0x51F8, 0xA559, 0x51F9, 0xA557, - 0x51FA, 0xA558, 0x51FD, 0xA8E7, 0x5200, 0xA44D, 0x5201, 0xA44E, 0x5203, 0xA462, 0x5206, 0xA4C0, 0x5207, 0xA4C1, 0x5208, 0xA4C2, - 0x5209, 0xC9BE, 0x520A, 0xA55A, 0x520C, 0xC96B, 0x520E, 0xA646, 0x5210, 0xC9BF, 0x5211, 0xA644, 0x5212, 0xA645, 0x5213, 0xC9BD, - 0x5216, 0xA647, 0x5217, 0xA643, 0x521C, 0xCA6C, 0x521D, 0xAAEC, 0x521E, 0xCA6D, 0x5221, 0xCA6E, 0x5224, 0xA750, 0x5225, 0xA74F, - 0x5228, 0xA753, 0x5229, 0xA751, 0x522A, 0xA752, 0x522E, 0xA8ED, 0x5230, 0xA8EC, 0x5231, 0xCBD4, 0x5232, 0xCBD1, 0x5233, 0xCBD2, - 0x5235, 0xCBD0, 0x5236, 0xA8EE, 0x5237, 0xA8EA, 0x5238, 0xA8E9, 0x523A, 0xA8EB, 0x523B, 0xA8E8, 0x5241, 0xA8EF, 0x5243, 0xAB63, - 0x5244, 0xCDF0, 0x5246, 0xCBD3, 0x5247, 0xAB68, 0x5249, 0xCDF1, 0x524A, 0xAB64, 0x524B, 0xAB67, 0x524C, 0xAB66, 0x524D, 0xAB65, - 0x524E, 0xAB62, 0x5252, 0xD0E8, 0x5254, 0xADE7, 0x5255, 0xD0EB, 0x5256, 0xADE5, 0x525A, 0xD0E7, 0x525B, 0xADE8, 0x525C, 0xADE6, - 0x525D, 0xADE9, 0x525E, 0xD0E9, 0x525F, 0xD0EA, 0x5261, 0xD0E6, 0x5262, 0xD0EC, 0x5269, 0xB3D1, 0x526A, 0xB0C5, 0x526B, 0xD469, - 0x526C, 0xD46B, 0x526D, 0xD46A, 0x526E, 0xD46C, 0x526F, 0xB0C6, 0x5272, 0xB3CE, 0x5274, 0xB3CF, 0x5275, 0xB3D0, 0x5277, 0xB6D0, - 0x5278, 0xDCC7, 0x527A, 0xDCC6, 0x527B, 0xDCC8, 0x527C, 0xDCC9, 0x527D, 0xB6D1, 0x527F, 0xB6CF, 0x5280, 0xE141, 0x5281, 0xE142, - 0x5282, 0xB9BB, 0x5283, 0xB9BA, 0x5284, 0xE35A, 0x5287, 0xBC40, 0x5288, 0xBC41, 0x5289, 0xBC42, 0x528A, 0xBC44, 0x528B, 0xE4F2, - 0x528C, 0xE4F3, 0x528D, 0xBC43, 0x5291, 0xBEAF, 0x5293, 0xBEB0, 0x5296, 0xF1ED, 0x5297, 0xF5C3, 0x5298, 0xF5C2, 0x5299, 0xF7D1, - 0x529B, 0xA44F, 0x529F, 0xA55C, 0x52A0, 0xA55B, 0x52A3, 0xA648, 0x52A6, 0xC9C0, 0x52A9, 0xA755, 0x52AA, 0xA756, 0x52AB, 0xA754, - 0x52AC, 0xA757, 0x52AD, 0xCA6F, 0x52AE, 0xCA70, 0x52BB, 0xA8F1, 0x52BC, 0xCBD5, 0x52BE, 0xA8F0, 0x52C0, 0xCDF2, 0x52C1, 0xAB6C, - 0x52C2, 0xCDF3, 0x52C3, 0xAB6B, 0x52C7, 0xAB69, 0x52C9, 0xAB6A, 0x52CD, 0xD0ED, 0x52D2, 0xB0C7, 0x52D3, 0xD46E, 0x52D5, 0xB0CA, - 0x52D6, 0xD46D, 0x52D7, 0xB1E5, 0x52D8, 0xB0C9, 0x52D9, 0xB0C8, 0x52DB, 0xB3D4, 0x52DD, 0xB3D3, 0x52DE, 0xB3D2, 0x52DF, 0xB6D2, - 0x52E2, 0xB6D5, 0x52E3, 0xB6D6, 0x52E4, 0xB6D4, 0x52E6, 0xB6D3, 0x52E9, 0xE143, 0x52EB, 0xE144, 0x52EF, 0xE4F5, 0x52F0, 0xBC45, - 0x52F1, 0xE4F4, 0x52F3, 0xBEB1, 0x52F4, 0xECBF, 0x52F5, 0xC079, 0x52F7, 0xF1EE, 0x52F8, 0xC455, 0x52FA, 0xA463, 0x52FB, 0xA4C3, - 0x52FC, 0xC956, 0x52FE, 0xA4C4, 0x52FF, 0xA4C5, 0x5305, 0xA55D, 0x5306, 0xA55E, 0x5308, 0xA649, 0x5309, 0xCA71, 0x530A, 0xCBD6, - 0x530B, 0xCBD7, 0x530D, 0xAB6D, 0x530E, 0xD0EE, 0x530F, 0xB0CC, 0x5310, 0xB0CB, 0x5311, 0xD863, 0x5312, 0xD862, 0x5315, 0xA450, - 0x5316, 0xA4C6, 0x5317, 0xA55F, 0x5319, 0xB0CD, 0x531A, 0xC943, 0x531C, 0xC96C, 0x531D, 0xA560, 0x531F, 0xC9C2, 0x5320, 0xA64B, - 0x5321, 0xA64A, 0x5322, 0xC9C1, 0x5323, 0xA758, 0x532A, 0xADEA, 0x532D, 0xD46F, 0x532F, 0xB6D7, 0x5330, 0xE145, 0x5331, 0xB9BC, - 0x5334, 0xE8FA, 0x5337, 0xF3FD, 0x5339, 0xA4C7, 0x533C, 0xCBD8, 0x533D, 0xCDF4, 0x533E, 0xB0D0, 0x533F, 0xB0CE, 0x5340, 0xB0CF, - 0x5341, 0xA2CC, 0x5341, 0xA451, 0x5343, 0xA464, 0x5344, 0xA2CD, 0x5345, 0xA2CE, 0x5345, 0xA4CA, 0x5347, 0xA4C9, 0x5348, 0xA4C8, - 0x5349, 0xA563, 0x534A, 0xA562, 0x534C, 0xC96D, 0x534D, 0xC9C3, 0x5351, 0xA8F5, 0x5352, 0xA8F2, 0x5353, 0xA8F4, 0x5354, 0xA8F3, - 0x5357, 0xAB6E, 0x535A, 0xB3D5, 0x535C, 0xA452, 0x535E, 0xA4CB, 0x5360, 0xA565, 0x5361, 0xA564, 0x5363, 0xCA72, 0x5366, 0xA8F6, - 0x536C, 0xC957, 0x536E, 0xA567, 0x536F, 0xA566, 0x5370, 0xA64C, 0x5371, 0xA64D, 0x5372, 0xCA73, 0x5373, 0xA759, 0x5375, 0xA75A, - 0x5377, 0xA8F7, 0x5378, 0xA8F8, 0x5379, 0xA8F9, 0x537B, 0xAB6F, 0x537C, 0xCDF5, 0x537F, 0xADEB, 0x5382, 0xC944, 0x5384, 0xA4CC, - 0x538A, 0xC9C4, 0x538E, 0xCA74, 0x538F, 0xCA75, 0x5392, 0xCBD9, 0x5394, 0xCBDA, 0x5396, 0xCDF7, 0x5397, 0xCDF6, 0x5398, 0xCDF9, - 0x5399, 0xCDF8, 0x539A, 0xAB70, 0x539C, 0xD470, 0x539D, 0xADED, 0x539E, 0xD0EF, 0x539F, 0xADEC, 0x53A4, 0xD864, 0x53A5, 0xB3D6, - 0x53A7, 0xD865, 0x53AC, 0xE146, 0x53AD, 0xB9BD, 0x53B2, 0xBC46, 0x53B4, 0xF1EF, 0x53B9, 0xC958, 0x53BB, 0xA568, 0x53C3, 0xB0D1, - 0x53C8, 0xA453, 0x53C9, 0xA465, 0x53CA, 0xA4CE, 0x53CB, 0xA4CD, 0x53CD, 0xA4CF, 0x53D4, 0xA8FB, 0x53D6, 0xA8FA, 0x53D7, 0xA8FC, - 0x53DB, 0xAB71, 0x53DF, 0xADEE, 0x53E1, 0xE8FB, 0x53E2, 0xC24F, 0x53E3, 0xA466, 0x53E4, 0xA56A, 0x53E5, 0xA579, 0x53E6, 0xA574, - 0x53E8, 0xA56F, 0x53E9, 0xA56E, 0x53EA, 0xA575, 0x53EB, 0xA573, 0x53EC, 0xA56C, 0x53ED, 0xA57A, 0x53EE, 0xA56D, 0x53EF, 0xA569, - 0x53F0, 0xA578, 0x53F1, 0xA577, 0x53F2, 0xA576, 0x53F3, 0xA56B, 0x53F5, 0xA572, 0x53F8, 0xA571, 0x53FB, 0xA57B, 0x53FC, 0xA570, - 0x5401, 0xA653, 0x5403, 0xA659, 0x5404, 0xA655, 0x5406, 0xA65B, 0x5407, 0xC9C5, 0x5408, 0xA658, 0x5409, 0xA64E, 0x540A, 0xA651, - 0x540B, 0xA654, 0x540C, 0xA650, 0x540D, 0xA657, 0x540E, 0xA65A, 0x540F, 0xA64F, 0x5410, 0xA652, 0x5411, 0xA656, 0x5412, 0xA65C, - 0x5418, 0xCA7E, 0x5419, 0xCA7B, 0x541B, 0xA767, 0x541C, 0xCA7C, 0x541D, 0xA75B, 0x541E, 0xA75D, 0x541F, 0xA775, 0x5420, 0xA770, - 0x5424, 0xCAA5, 0x5425, 0xCA7D, 0x5426, 0xA75F, 0x5427, 0xA761, 0x5428, 0xCAA4, 0x5429, 0xA768, 0x542A, 0xCA78, 0x542B, 0xA774, - 0x542C, 0xA776, 0x542D, 0xA75C, 0x542E, 0xA76D, 0x5430, 0xCA76, 0x5431, 0xA773, 0x5433, 0xA764, 0x5435, 0xA76E, 0x5436, 0xA76F, - 0x5437, 0xCA77, 0x5438, 0xA76C, 0x5439, 0xA76A, 0x543B, 0xA76B, 0x543C, 0xA771, 0x543D, 0xCAA1, 0x543E, 0xA75E, 0x5440, 0xA772, - 0x5441, 0xCAA3, 0x5442, 0xA766, 0x5443, 0xA763, 0x5445, 0xCA7A, 0x5446, 0xA762, 0x5447, 0xCAA6, 0x5448, 0xA765, 0x544A, 0xA769, - 0x544E, 0xA760, 0x544F, 0xCAA2, 0x5454, 0xCA79, 0x5460, 0xCBEB, 0x5461, 0xCBEA, 0x5462, 0xA94F, 0x5463, 0xCBED, 0x5464, 0xCBEF, - 0x5465, 0xCBE4, 0x5466, 0xCBE7, 0x5467, 0xCBEE, 0x5468, 0xA950, 0x546B, 0xCBE1, 0x546C, 0xCBE5, 0x546F, 0xCBE9, 0x5470, 0xCE49, - 0x5471, 0xA94B, 0x5472, 0xCE4D, 0x5473, 0xA8FD, 0x5474, 0xCBE6, 0x5475, 0xA8FE, 0x5476, 0xA94C, 0x5477, 0xA945, 0x5478, 0xA941, - 0x547A, 0xCBE2, 0x547B, 0xA944, 0x547C, 0xA949, 0x547D, 0xA952, 0x547E, 0xCBE3, 0x547F, 0xCBDC, 0x5480, 0xA943, 0x5481, 0xCBDD, - 0x5482, 0xCBDF, 0x5484, 0xA946, 0x5486, 0xA948, 0x5487, 0xCBDB, 0x5488, 0xCBE0, 0x548B, 0xA951, 0x548C, 0xA94D, 0x548D, 0xCBE8, - 0x548E, 0xA953, 0x5490, 0xA94A, 0x5491, 0xCBDE, 0x5492, 0xA947, 0x5495, 0xA942, 0x5496, 0xA940, 0x5498, 0xCBEC, 0x549A, 0xA94E, - 0x54A0, 0xCE48, 0x54A1, 0xCDFB, 0x54A2, 0xCE4B, 0x54A5, 0xCDFD, 0x54A6, 0xAB78, 0x54A7, 0xABA8, 0x54A8, 0xAB74, 0x54A9, 0xABA7, - 0x54AA, 0xAB7D, 0x54AB, 0xABA4, 0x54AC, 0xAB72, 0x54AD, 0xCDFC, 0x54AE, 0xCE43, 0x54AF, 0xABA3, 0x54B0, 0xCE4F, 0x54B1, 0xABA5, - 0x54B3, 0xAB79, 0x54B6, 0xCE45, 0x54B7, 0xCE42, 0x54B8, 0xAB77, 0x54BA, 0xCDFA, 0x54BB, 0xABA6, 0x54BC, 0xCE4A, 0x54BD, 0xAB7C, - 0x54BE, 0xCE4C, 0x54BF, 0xABA9, 0x54C0, 0xAB73, 0x54C1, 0xAB7E, 0x54C2, 0xAB7B, 0x54C3, 0xCE40, 0x54C4, 0xABA1, 0x54C5, 0xCE46, - 0x54C6, 0xCE47, 0x54C7, 0xAB7A, 0x54C8, 0xABA2, 0x54C9, 0xAB76, 0x54CE, 0xAB75, 0x54CF, 0xCDFE, 0x54D6, 0xCE44, 0x54DE, 0xCE4E, - 0x54E0, 0xD144, 0x54E1, 0xADFB, 0x54E2, 0xD0F1, 0x54E4, 0xD0F6, 0x54E5, 0xADF4, 0x54E6, 0xAE40, 0x54E7, 0xD0F4, 0x54E8, 0xADEF, - 0x54E9, 0xADF9, 0x54EA, 0xADFE, 0x54EB, 0xD0FB, 0x54ED, 0xADFA, 0x54EE, 0xADFD, 0x54F1, 0xD0FE, 0x54F2, 0xADF5, 0x54F3, 0xD0F5, - 0x54F7, 0xD142, 0x54F8, 0xD143, 0x54FA, 0xADF7, 0x54FB, 0xD141, 0x54FC, 0xADF3, 0x54FD, 0xAE43, 0x54FF, 0xD0F8, 0x5501, 0xADF1, - 0x5503, 0xD146, 0x5504, 0xD0F9, 0x5505, 0xD0FD, 0x5506, 0xADF6, 0x5507, 0xAE42, 0x5508, 0xD0FA, 0x5509, 0xADFC, 0x550A, 0xD140, - 0x550B, 0xD147, 0x550C, 0xD4A1, 0x550E, 0xD145, 0x550F, 0xAE44, 0x5510, 0xADF0, 0x5511, 0xD0FC, 0x5512, 0xD0F3, 0x5514, 0xADF8, - 0x5517, 0xD0F2, 0x551A, 0xD0F7, 0x5526, 0xD0F0, 0x5527, 0xAE41, 0x552A, 0xD477, 0x552C, 0xB0E4, 0x552D, 0xD4A7, 0x552E, 0xB0E2, - 0x552F, 0xB0DF, 0x5530, 0xD47C, 0x5531, 0xB0DB, 0x5532, 0xD4A2, 0x5533, 0xB0E6, 0x5534, 0xD476, 0x5535, 0xD47B, 0x5536, 0xD47A, - 0x5537, 0xADF2, 0x5538, 0xB0E1, 0x5539, 0xD4A5, 0x553B, 0xD4A8, 0x553C, 0xD473, 0x553E, 0xB3E8, 0x5540, 0xD4A9, 0x5541, 0xB0E7, - 0x5543, 0xB0D9, 0x5544, 0xB0D6, 0x5545, 0xD47E, 0x5546, 0xB0D3, 0x5548, 0xD4A6, 0x554A, 0xB0DA, 0x554B, 0xD4AA, 0x554D, 0xD474, - 0x554E, 0xD4A4, 0x554F, 0xB0DD, 0x5550, 0xD475, 0x5551, 0xD478, 0x5552, 0xD47D, 0x5555, 0xB0DE, 0x5556, 0xB0DC, 0x5557, 0xB0E8, - 0x555C, 0xB0E3, 0x555E, 0xB0D7, 0x555F, 0xB1D2, 0x5561, 0xB0D8, 0x5562, 0xD479, 0x5563, 0xB0E5, 0x5564, 0xB0E0, 0x5565, 0xD4A3, - 0x5566, 0xB0D5, 0x556A, 0xB0D4, 0x5575, 0xD471, 0x5576, 0xD472, 0x5577, 0xD86A, 0x557B, 0xB3D7, 0x557C, 0xB3DA, 0x557D, 0xD875, - 0x557E, 0xB3EE, 0x557F, 0xD878, 0x5580, 0xB3D8, 0x5581, 0xD871, 0x5582, 0xB3DE, 0x5583, 0xB3E4, 0x5584, 0xB5BD, 0x5587, 0xB3E2, - 0x5588, 0xD86E, 0x5589, 0xB3EF, 0x558A, 0xB3DB, 0x558B, 0xB3E3, 0x558C, 0xD876, 0x558D, 0xDCD7, 0x558E, 0xD87B, 0x558F, 0xD86F, - 0x5591, 0xD866, 0x5592, 0xD873, 0x5593, 0xD86D, 0x5594, 0xB3E1, 0x5595, 0xD879, 0x5598, 0xB3DD, 0x5599, 0xB3F1, 0x559A, 0xB3EA, - 0x559C, 0xB3DF, 0x559D, 0xB3DC, 0x559F, 0xB3E7, 0x55A1, 0xD87A, 0x55A2, 0xD86C, 0x55A3, 0xD872, 0x55A4, 0xD874, 0x55A5, 0xD868, - 0x55A6, 0xD877, 0x55A7, 0xB3D9, 0x55A8, 0xD867, 0x55AA, 0xB3E0, 0x55AB, 0xB3F0, 0x55AC, 0xB3EC, 0x55AD, 0xD869, 0x55AE, 0xB3E6, - 0x55B1, 0xB3ED, 0x55B2, 0xB3E9, 0x55B3, 0xB3E5, 0x55B5, 0xD870, 0x55BB, 0xB3EB, 0x55BF, 0xDCD5, 0x55C0, 0xDCD1, 0x55C2, 0xDCE0, - 0x55C3, 0xDCCA, 0x55C4, 0xDCD3, 0x55C5, 0xB6E5, 0x55C6, 0xB6E6, 0x55C7, 0xB6DE, 0x55C8, 0xDCDC, 0x55C9, 0xB6E8, 0x55CA, 0xDCCF, - 0x55CB, 0xDCCE, 0x55CC, 0xDCCC, 0x55CD, 0xDCDE, 0x55CE, 0xB6DC, 0x55CF, 0xDCD8, 0x55D0, 0xDCCD, 0x55D1, 0xB6DF, 0x55D2, 0xDCD6, - 0x55D3, 0xB6DA, 0x55D4, 0xDCD2, 0x55D5, 0xDCD9, 0x55D6, 0xDCDB, 0x55D9, 0xDCDF, 0x55DA, 0xB6E3, 0x55DB, 0xDCCB, 0x55DC, 0xB6DD, - 0x55DD, 0xDCD0, 0x55DF, 0xB6D8, 0x55E1, 0xB6E4, 0x55E2, 0xDCDA, 0x55E3, 0xB6E0, 0x55E4, 0xB6E1, 0x55E5, 0xB6E7, 0x55E6, 0xB6DB, - 0x55E7, 0xA25F, 0x55E8, 0xB6D9, 0x55E9, 0xDCD4, 0x55EF, 0xB6E2, 0x55F2, 0xDCDD, 0x55F6, 0xB9CD, 0x55F7, 0xB9C8, 0x55F9, 0xE155, - 0x55FA, 0xE151, 0x55FC, 0xE14B, 0x55FD, 0xB9C2, 0x55FE, 0xB9BE, 0x55FF, 0xE154, 0x5600, 0xB9BF, 0x5601, 0xE14E, 0x5602, 0xE150, - 0x5604, 0xE153, 0x5606, 0xB9C4, 0x5608, 0xB9CB, 0x5609, 0xB9C5, 0x560C, 0xE149, 0x560D, 0xB9C6, 0x560E, 0xB9C7, 0x560F, 0xE14C, - 0x5610, 0xB9CC, 0x5612, 0xE14A, 0x5613, 0xE14F, 0x5614, 0xB9C3, 0x5615, 0xE148, 0x5616, 0xB9C9, 0x5617, 0xB9C1, 0x561B, 0xB9C0, - 0x561C, 0xE14D, 0x561D, 0xE152, 0x561F, 0xB9CA, 0x5627, 0xE147, 0x5629, 0xBC4D, 0x562A, 0xE547, 0x562C, 0xE544, 0x562E, 0xBC47, - 0x562F, 0xBC53, 0x5630, 0xBC54, 0x5632, 0xBC4A, 0x5633, 0xE542, 0x5634, 0xBC4C, 0x5635, 0xE4F9, 0x5636, 0xBC52, 0x5638, 0xE546, - 0x5639, 0xBC49, 0x563A, 0xE548, 0x563B, 0xBC48, 0x563D, 0xE543, 0x563E, 0xE545, 0x563F, 0xBC4B, 0x5640, 0xE541, 0x5641, 0xE4FA, - 0x5642, 0xE4F7, 0x5645, 0xD86B, 0x5646, 0xE4FD, 0x5648, 0xE4F6, 0x5649, 0xE4FC, 0x564A, 0xE4FB, 0x564C, 0xE4F8, 0x564E, 0xBC4F, - 0x5653, 0xBC4E, 0x5657, 0xBC50, 0x5658, 0xE4FE, 0x5659, 0xBEB2, 0x565A, 0xE540, 0x565E, 0xE945, 0x5660, 0xE8FD, 0x5662, 0xBEBE, - 0x5663, 0xE942, 0x5664, 0xBEB6, 0x5665, 0xBEBA, 0x5666, 0xE941, 0x5668, 0xBEB9, 0x5669, 0xBEB5, 0x566A, 0xBEB8, 0x566B, 0xBEB3, - 0x566C, 0xBEBD, 0x566D, 0xE943, 0x566E, 0xE8FE, 0x566F, 0xBEBC, 0x5670, 0xE8FC, 0x5671, 0xBEBB, 0x5672, 0xE944, 0x5673, 0xE940, - 0x5674, 0xBC51, 0x5676, 0xBEBF, 0x5677, 0xE946, 0x5678, 0xBEB7, 0x5679, 0xBEB4, 0x567E, 0xECC6, 0x567F, 0xECC8, 0x5680, 0xC07B, - 0x5681, 0xECC9, 0x5682, 0xECC7, 0x5683, 0xECC5, 0x5684, 0xECC4, 0x5685, 0xC07D, 0x5686, 0xECC3, 0x5687, 0xC07E, 0x568C, 0xECC1, - 0x568D, 0xECC2, 0x568E, 0xC07A, 0x568F, 0xC0A1, 0x5690, 0xC07C, 0x5693, 0xECC0, 0x5695, 0xC250, 0x5697, 0xEFBC, 0x5698, 0xEFBA, - 0x5699, 0xEFBF, 0x569A, 0xEFBD, 0x569C, 0xEFBB, 0x569D, 0xEFBE, 0x56A5, 0xC360, 0x56A6, 0xF1F2, 0x56A7, 0xF1F3, 0x56A8, 0xC456, - 0x56AA, 0xF1F4, 0x56AB, 0xF1F0, 0x56AC, 0xF1F5, 0x56AD, 0xF1F1, 0x56AE, 0xC251, 0x56B2, 0xF3FE, 0x56B3, 0xF441, 0x56B4, 0xC459, - 0x56B5, 0xF440, 0x56B6, 0xC458, 0x56B7, 0xC457, 0x56BC, 0xC45A, 0x56BD, 0xF5C5, 0x56BE, 0xF5C6, 0x56C0, 0xC4DA, 0x56C1, 0xC4D9, - 0x56C2, 0xC4DB, 0x56C3, 0xF5C4, 0x56C5, 0xF6D8, 0x56C6, 0xF6D7, 0x56C8, 0xC56D, 0x56C9, 0xC56F, 0x56CA, 0xC56E, 0x56CB, 0xF6D9, - 0x56CC, 0xC5C8, 0x56CD, 0xF8A6, 0x56D1, 0xC5F1, 0x56D3, 0xF8A5, 0x56D4, 0xF8EE, 0x56D7, 0xC949, 0x56DA, 0xA57D, 0x56DB, 0xA57C, - 0x56DD, 0xA65F, 0x56DE, 0xA65E, 0x56DF, 0xC9C7, 0x56E0, 0xA65D, 0x56E1, 0xC9C6, 0x56E4, 0xA779, 0x56E5, 0xCAA9, 0x56E7, 0xCAA8, - 0x56EA, 0xA777, 0x56EB, 0xA77A, 0x56EE, 0xCAA7, 0x56F0, 0xA778, 0x56F7, 0xCBF0, 0x56F9, 0xCBF1, 0x56FA, 0xA954, 0x56FF, 0xABAA, - 0x5701, 0xD148, 0x5702, 0xD149, 0x5703, 0xAE45, 0x5704, 0xAE46, 0x5707, 0xD4AC, 0x5708, 0xB0E9, 0x5709, 0xB0EB, 0x570A, 0xD4AB, - 0x570B, 0xB0EA, 0x570C, 0xD87C, 0x570D, 0xB3F2, 0x5712, 0xB6E9, 0x5713, 0xB6EA, 0x5714, 0xDCE1, 0x5716, 0xB9CF, 0x5718, 0xB9CE, - 0x571A, 0xE549, 0x571B, 0xE948, 0x571C, 0xE947, 0x571E, 0xF96B, 0x571F, 0xA467, 0x5720, 0xC959, 0x5722, 0xC96E, 0x5723, 0xC96F, - 0x5728, 0xA662, 0x5729, 0xA666, 0x572A, 0xC9C9, 0x572C, 0xA664, 0x572D, 0xA663, 0x572E, 0xC9C8, 0x572F, 0xA665, 0x5730, 0xA661, - 0x5733, 0xA660, 0x5734, 0xC9CA, 0x573B, 0xA7A6, 0x573E, 0xA7A3, 0x5740, 0xA77D, 0x5741, 0xCAAA, 0x5745, 0xCAAB, 0x5747, 0xA7A1, - 0x5749, 0xCAAD, 0x574A, 0xA77B, 0x574B, 0xCAAE, 0x574C, 0xCAAC, 0x574D, 0xA77E, 0x574E, 0xA7A2, 0x574F, 0xA7A5, 0x5750, 0xA7A4, - 0x5751, 0xA77C, 0x5752, 0xCAAF, 0x5761, 0xA959, 0x5762, 0xCBFE, 0x5764, 0xA95B, 0x5766, 0xA95A, 0x5768, 0xCC40, 0x5769, 0xA958, - 0x576A, 0xA957, 0x576B, 0xCBF5, 0x576D, 0xCBF4, 0x576F, 0xCBF2, 0x5770, 0xCBF7, 0x5771, 0xCBF6, 0x5772, 0xCBF3, 0x5773, 0xCBFC, - 0x5774, 0xCBFD, 0x5775, 0xCBFA, 0x5776, 0xCBF8, 0x5777, 0xA956, 0x577B, 0xCBFB, 0x577C, 0xA95C, 0x577D, 0xCC41, 0x5780, 0xCBF9, - 0x5782, 0xABAB, 0x5783, 0xA955, 0x578B, 0xABAC, 0x578C, 0xCE54, 0x578F, 0xCE5A, 0x5793, 0xABB2, 0x5794, 0xCE58, 0x5795, 0xCE5E, - 0x5797, 0xCE55, 0x5798, 0xCE59, 0x5799, 0xCE5B, 0x579A, 0xCE5D, 0x579B, 0xCE57, 0x579D, 0xCE56, 0x579E, 0xCE51, 0x579F, 0xCE52, - 0x57A0, 0xABAD, 0x57A2, 0xABAF, 0x57A3, 0xABAE, 0x57A4, 0xCE53, 0x57A5, 0xCE5C, 0x57AE, 0xABB1, 0x57B5, 0xCE50, 0x57B6, 0xD153, - 0x57B8, 0xD152, 0x57B9, 0xD157, 0x57BA, 0xD14E, 0x57BC, 0xD151, 0x57BD, 0xD150, 0x57BF, 0xD154, 0x57C1, 0xD158, 0x57C2, 0xAE47, - 0x57C3, 0xAE4A, 0x57C6, 0xD14F, 0x57C7, 0xD155, 0x57CB, 0xAE49, 0x57CC, 0xD14A, 0x57CE, 0xABB0, 0x57CF, 0xD4BA, 0x57D0, 0xD156, - 0x57D2, 0xD14D, 0x57D4, 0xAE48, 0x57D5, 0xD14C, 0x57DC, 0xD4B1, 0x57DF, 0xB0EC, 0x57E0, 0xB0F0, 0x57E1, 0xD4C1, 0x57E2, 0xD4AF, - 0x57E3, 0xD4BD, 0x57E4, 0xB0F1, 0x57E5, 0xD4BF, 0x57E7, 0xD4C5, 0x57E9, 0xD4C9, 0x57EC, 0xD4C0, 0x57ED, 0xD4B4, 0x57EE, 0xD4BC, - 0x57F0, 0xD4CA, 0x57F1, 0xD4C8, 0x57F2, 0xD4BE, 0x57F3, 0xD4B9, 0x57F4, 0xD4B2, 0x57F5, 0xD8A6, 0x57F6, 0xD4B0, 0x57F7, 0xB0F5, - 0x57F8, 0xD4B7, 0x57F9, 0xB0F6, 0x57FA, 0xB0F2, 0x57FB, 0xD4AD, 0x57FC, 0xD4C3, 0x57FD, 0xD4B5, 0x5800, 0xD4B3, 0x5801, 0xD4C6, - 0x5802, 0xB0F3, 0x5804, 0xD4CC, 0x5805, 0xB0ED, 0x5806, 0xB0EF, 0x5807, 0xD4BB, 0x5808, 0xD4B6, 0x5809, 0xAE4B, 0x580A, 0xB0EE, - 0x580B, 0xD4B8, 0x580C, 0xD4C7, 0x580D, 0xD4CB, 0x580E, 0xD4C2, 0x5810, 0xD4C4, 0x5814, 0xD4AE, 0x5819, 0xD8A1, 0x581B, 0xD8AA, - 0x581C, 0xD8A9, 0x581D, 0xB3FA, 0x581E, 0xD8A2, 0x5820, 0xB3FB, 0x5821, 0xB3F9, 0x5823, 0xD8A4, 0x5824, 0xB3F6, 0x5825, 0xD8A8, - 0x5827, 0xD8A3, 0x5828, 0xD8A5, 0x5829, 0xD87D, 0x582A, 0xB3F4, 0x582C, 0xD8B2, 0x582D, 0xD8B1, 0x582E, 0xD8AE, 0x582F, 0xB3F3, - 0x5830, 0xB3F7, 0x5831, 0xB3F8, 0x5832, 0xD14B, 0x5833, 0xD8AB, 0x5834, 0xB3F5, 0x5835, 0xB0F4, 0x5836, 0xD8AD, 0x5837, 0xD87E, - 0x5838, 0xD8B0, 0x5839, 0xD8AF, 0x583B, 0xD8B3, 0x583D, 0xDCEF, 0x583F, 0xD8AC, 0x5848, 0xD8A7, 0x5849, 0xDCE7, 0x584A, 0xB6F4, - 0x584B, 0xB6F7, 0x584C, 0xB6F2, 0x584D, 0xDCE6, 0x584E, 0xDCEA, 0x584F, 0xDCE5, 0x5851, 0xB6EC, 0x5852, 0xB6F6, 0x5853, 0xDCE2, - 0x5854, 0xB6F0, 0x5855, 0xDCE9, 0x5857, 0xB6EE, 0x5858, 0xB6ED, 0x5859, 0xDCEC, 0x585A, 0xB6EF, 0x585B, 0xDCEE, 0x585D, 0xDCEB, - 0x585E, 0xB6EB, 0x5862, 0xB6F5, 0x5863, 0xDCF0, 0x5864, 0xDCE4, 0x5865, 0xDCED, 0x5868, 0xDCE3, 0x586B, 0xB6F1, 0x586D, 0xB6F3, - 0x586F, 0xDCE8, 0x5871, 0xDCF1, 0x5874, 0xE15D, 0x5875, 0xB9D0, 0x5876, 0xE163, 0x5879, 0xB9D5, 0x587A, 0xE15F, 0x587B, 0xE166, - 0x587C, 0xE157, 0x587D, 0xB9D7, 0x587E, 0xB9D1, 0x587F, 0xE15C, 0x5880, 0xBC55, 0x5881, 0xE15B, 0x5882, 0xE164, 0x5883, 0xB9D2, - 0x5885, 0xB9D6, 0x5886, 0xE15A, 0x5887, 0xE160, 0x5888, 0xE165, 0x5889, 0xE156, 0x588A, 0xB9D4, 0x588B, 0xE15E, 0x588E, 0xE162, - 0x588F, 0xE168, 0x5890, 0xE158, 0x5891, 0xE161, 0x5893, 0xB9D3, 0x5894, 0xE167, 0x5898, 0xE159, 0x589C, 0xBC59, 0x589D, 0xE54B, - 0x589E, 0xBC57, 0x589F, 0xBC56, 0x58A0, 0xE54D, 0x58A1, 0xE552, 0x58A3, 0xE54E, 0x58A5, 0xE551, 0x58A6, 0xBC5C, 0x58A8, 0xBEA5, - 0x58A9, 0xBC5B, 0x58AB, 0xE54A, 0x58AC, 0xE550, 0x58AE, 0xBC5A, 0x58AF, 0xE54F, 0x58B1, 0xE54C, 0x58B3, 0xBC58, 0x58BA, 0xE94D, - 0x58BB, 0xF9D9, 0x58BC, 0xE94F, 0x58BD, 0xE94A, 0x58BE, 0xBEC1, 0x58BF, 0xE94C, 0x58C1, 0xBEC0, 0x58C2, 0xE94E, 0x58C5, 0xBEC3, - 0x58C6, 0xE950, 0x58C7, 0xBEC2, 0x58C8, 0xE949, 0x58C9, 0xE94B, 0x58CE, 0xC0A5, 0x58CF, 0xECCC, 0x58D1, 0xC0A4, 0x58D2, 0xECCD, - 0x58D3, 0xC0A3, 0x58D4, 0xECCB, 0x58D5, 0xC0A2, 0x58D6, 0xECCA, 0x58D8, 0xC253, 0x58D9, 0xC252, 0x58DA, 0xF1F6, 0x58DB, 0xF1F8, - 0x58DD, 0xF1F7, 0x58DE, 0xC361, 0x58DF, 0xC362, 0x58E2, 0xC363, 0x58E3, 0xF442, 0x58E4, 0xC45B, 0x58E7, 0xF7D3, 0x58E8, 0xF7D2, - 0x58E9, 0xC5F2, 0x58EB, 0xA468, 0x58EC, 0xA4D0, 0x58EF, 0xA7A7, 0x58F4, 0xCE5F, 0x58F9, 0xB3FC, 0x58FA, 0xB3FD, 0x58FC, 0xDCF2, - 0x58FD, 0xB9D8, 0x58FE, 0xE169, 0x58FF, 0xE553, 0x5903, 0xC95A, 0x5906, 0xCAB0, 0x590C, 0xCC42, 0x590D, 0xCE60, 0x590E, 0xD159, - 0x590F, 0xAE4C, 0x5912, 0xF1F9, 0x5914, 0xC4DC, 0x5915, 0xA469, 0x5916, 0xA57E, 0x5917, 0xC970, 0x5919, 0xA667, 0x591A, 0xA668, - 0x591C, 0xA95D, 0x5920, 0xB0F7, 0x5922, 0xB9DA, 0x5924, 0xB9DB, 0x5925, 0xB9D9, 0x5927, 0xA46A, 0x5929, 0xA4D1, 0x592A, 0xA4D3, - 0x592B, 0xA4D2, 0x592C, 0xC95B, 0x592D, 0xA4D4, 0x592E, 0xA5A1, 0x592F, 0xC971, 0x5931, 0xA5A2, 0x5937, 0xA669, 0x5938, 0xA66A, - 0x593C, 0xC9CB, 0x593E, 0xA7A8, 0x5940, 0xCAB1, 0x5944, 0xA961, 0x5945, 0xCC43, 0x5947, 0xA95F, 0x5948, 0xA960, 0x5949, 0xA95E, - 0x594A, 0xD15A, 0x594E, 0xABB6, 0x594F, 0xABB5, 0x5950, 0xABB7, 0x5951, 0xABB4, 0x5953, 0xCE61, 0x5954, 0xA962, 0x5955, 0xABB3, - 0x5957, 0xAE4D, 0x5958, 0xAE4E, 0x595A, 0xAE4F, 0x595C, 0xD4CD, 0x5960, 0xB3FE, 0x5961, 0xD8B4, 0x5962, 0xB0F8, 0x5967, 0xB6F8, - 0x5969, 0xB9DD, 0x596A, 0xB9DC, 0x596B, 0xE16A, 0x596D, 0xBC5D, 0x596E, 0xBEC4, 0x5970, 0xEFC0, 0x5971, 0xF6DA, 0x5972, 0xF7D4, - 0x5973, 0xA46B, 0x5974, 0xA5A3, 0x5976, 0xA5A4, 0x5977, 0xC9D1, 0x5978, 0xA66C, 0x5979, 0xA66F, 0x597B, 0xC9CF, 0x597C, 0xC9CD, - 0x597D, 0xA66E, 0x597E, 0xC9D0, 0x597F, 0xC9D2, 0x5980, 0xC9CC, 0x5981, 0xA671, 0x5982, 0xA670, 0x5983, 0xA66D, 0x5984, 0xA66B, - 0x5985, 0xC9CE, 0x598A, 0xA7B3, 0x598D, 0xA7B0, 0x598E, 0xCAB6, 0x598F, 0xCAB9, 0x5990, 0xCAB8, 0x5992, 0xA7AA, 0x5993, 0xA7B2, - 0x5996, 0xA7AF, 0x5997, 0xCAB5, 0x5998, 0xCAB3, 0x5999, 0xA7AE, 0x599D, 0xA7A9, 0x599E, 0xA7AC, 0x59A0, 0xCAB4, 0x59A1, 0xCABB, - 0x59A2, 0xCAB7, 0x59A3, 0xA7AD, 0x59A4, 0xA7B1, 0x59A5, 0xA7B4, 0x59A6, 0xCAB2, 0x59A7, 0xCABA, 0x59A8, 0xA7AB, 0x59AE, 0xA967, - 0x59AF, 0xA96F, 0x59B1, 0xCC4F, 0x59B2, 0xCC48, 0x59B3, 0xA970, 0x59B4, 0xCC53, 0x59B5, 0xCC44, 0x59B6, 0xCC4B, 0x59B9, 0xA966, - 0x59BA, 0xCC45, 0x59BB, 0xA964, 0x59BC, 0xCC4C, 0x59BD, 0xCC50, 0x59BE, 0xA963, 0x59C0, 0xCC51, 0x59C1, 0xCC4A, 0x59C3, 0xCC4D, - 0x59C5, 0xA972, 0x59C6, 0xA969, 0x59C7, 0xCC54, 0x59C8, 0xCC52, 0x59CA, 0xA96E, 0x59CB, 0xA96C, 0x59CC, 0xCC49, 0x59CD, 0xA96B, - 0x59CE, 0xCC47, 0x59CF, 0xCC46, 0x59D0, 0xA96A, 0x59D1, 0xA968, 0x59D2, 0xA971, 0x59D3, 0xA96D, 0x59D4, 0xA965, 0x59D6, 0xCC4E, - 0x59D8, 0xABB9, 0x59DA, 0xABC0, 0x59DB, 0xCE6F, 0x59DC, 0xABB8, 0x59DD, 0xCE67, 0x59DE, 0xCE63, 0x59E0, 0xCE73, 0x59E1, 0xCE62, - 0x59E3, 0xABBB, 0x59E4, 0xCE6C, 0x59E5, 0xABBE, 0x59E6, 0xABC1, 0x59E8, 0xABBC, 0x59E9, 0xCE70, 0x59EA, 0xABBF, 0x59EC, 0xAE56, - 0x59ED, 0xCE76, 0x59EE, 0xCE64, 0x59F1, 0xCE66, 0x59F2, 0xCE6D, 0x59F3, 0xCE71, 0x59F4, 0xCE75, 0x59F5, 0xCE72, 0x59F6, 0xCE6B, - 0x59F7, 0xCE6E, 0x59FA, 0xCE68, 0x59FB, 0xABC3, 0x59FC, 0xCE6A, 0x59FD, 0xCE69, 0x59FE, 0xCE74, 0x59FF, 0xABBA, 0x5A00, 0xCE65, - 0x5A01, 0xABC2, 0x5A03, 0xABBD, 0x5A09, 0xAE5C, 0x5A0A, 0xD162, 0x5A0C, 0xAE5B, 0x5A0F, 0xD160, 0x5A11, 0xAE50, 0x5A13, 0xAE55, - 0x5A15, 0xD15F, 0x5A16, 0xD15C, 0x5A17, 0xD161, 0x5A18, 0xAE51, 0x5A19, 0xD15B, 0x5A1B, 0xAE54, 0x5A1C, 0xAE52, 0x5A1E, 0xD163, - 0x5A1F, 0xAE53, 0x5A20, 0xAE57, 0x5A23, 0xAE58, 0x5A25, 0xAE5A, 0x5A29, 0xAE59, 0x5A2D, 0xD15D, 0x5A2E, 0xD15E, 0x5A33, 0xD164, - 0x5A35, 0xD4D4, 0x5A36, 0xB0F9, 0x5A37, 0xD8C2, 0x5A38, 0xD4D3, 0x5A39, 0xD4E6, 0x5A3C, 0xB140, 0x5A3E, 0xD4E4, 0x5A40, 0xB0FE, - 0x5A41, 0xB0FA, 0x5A42, 0xD4ED, 0x5A43, 0xD4DD, 0x5A44, 0xD4E0, 0x5A46, 0xB143, 0x5A47, 0xD4EA, 0x5A48, 0xD4E2, 0x5A49, 0xB0FB, - 0x5A4A, 0xB144, 0x5A4C, 0xD4E7, 0x5A4D, 0xD4E5, 0x5A50, 0xD4D6, 0x5A51, 0xD4EB, 0x5A52, 0xD4DF, 0x5A53, 0xD4DA, 0x5A55, 0xD4D0, - 0x5A56, 0xD4EC, 0x5A57, 0xD4DC, 0x5A58, 0xD4CF, 0x5A5A, 0xB142, 0x5A5B, 0xD4E1, 0x5A5C, 0xD4EE, 0x5A5D, 0xD4DE, 0x5A5E, 0xD4D2, - 0x5A5F, 0xD4D7, 0x5A60, 0xD4CE, 0x5A62, 0xB141, 0x5A64, 0xD4DB, 0x5A65, 0xD4D8, 0x5A66, 0xB0FC, 0x5A67, 0xD4D1, 0x5A69, 0xD4E9, - 0x5A6A, 0xB0FD, 0x5A6C, 0xD4D9, 0x5A6D, 0xD4D5, 0x5A70, 0xD4E8, 0x5A77, 0xB440, 0x5A78, 0xD8BB, 0x5A7A, 0xD8B8, 0x5A7B, 0xD8C9, - 0x5A7C, 0xD8BD, 0x5A7D, 0xD8CA, 0x5A7F, 0xB442, 0x5A83, 0xD8C6, 0x5A84, 0xD8C3, 0x5A8A, 0xD8C4, 0x5A8B, 0xD8C7, 0x5A8C, 0xD8CB, - 0x5A8E, 0xD4E3, 0x5A8F, 0xD8CD, 0x5A90, 0xDD47, 0x5A92, 0xB443, 0x5A93, 0xD8CE, 0x5A94, 0xD8B6, 0x5A95, 0xD8C0, 0x5A97, 0xD8C5, - 0x5A9A, 0xB441, 0x5A9B, 0xB444, 0x5A9C, 0xD8CC, 0x5A9D, 0xD8CF, 0x5A9E, 0xD8BA, 0x5A9F, 0xD8B7, 0x5AA2, 0xD8B9, 0x5AA5, 0xD8BE, - 0x5AA6, 0xD8BC, 0x5AA7, 0xB445, 0x5AA9, 0xD8C8, 0x5AAC, 0xD8BF, 0x5AAE, 0xD8C1, 0x5AAF, 0xD8B5, 0x5AB0, 0xDCFA, 0x5AB1, 0xDCF8, - 0x5AB2, 0xB742, 0x5AB3, 0xB740, 0x5AB4, 0xDD43, 0x5AB5, 0xDCF9, 0x5AB6, 0xDD44, 0x5AB7, 0xDD40, 0x5AB8, 0xDCF7, 0x5AB9, 0xDD46, - 0x5ABA, 0xDCF6, 0x5ABB, 0xDCFD, 0x5ABC, 0xB6FE, 0x5ABD, 0xB6FD, 0x5ABE, 0xB6FC, 0x5ABF, 0xDCFB, 0x5AC0, 0xDD41, 0x5AC1, 0xB6F9, - 0x5AC2, 0xB741, 0x5AC4, 0xDCF4, 0x5AC6, 0xDCFE, 0x5AC7, 0xDCF3, 0x5AC8, 0xDCFC, 0x5AC9, 0xB6FA, 0x5ACA, 0xDD42, 0x5ACB, 0xDCF5, - 0x5ACC, 0xB6FB, 0x5ACD, 0xDD45, 0x5AD5, 0xE16E, 0x5AD6, 0xB9E2, 0x5AD7, 0xB9E1, 0x5AD8, 0xB9E3, 0x5AD9, 0xE17A, 0x5ADA, 0xE170, - 0x5ADB, 0xE176, 0x5ADC, 0xE16B, 0x5ADD, 0xE179, 0x5ADE, 0xE178, 0x5ADF, 0xE17C, 0x5AE0, 0xE175, 0x5AE1, 0xB9DE, 0x5AE2, 0xE174, - 0x5AE3, 0xB9E4, 0x5AE5, 0xE16D, 0x5AE6, 0xB9DF, 0x5AE8, 0xE17B, 0x5AE9, 0xB9E0, 0x5AEA, 0xE16F, 0x5AEB, 0xE172, 0x5AEC, 0xE177, - 0x5AED, 0xE171, 0x5AEE, 0xE16C, 0x5AF3, 0xE173, 0x5AF4, 0xE555, 0x5AF5, 0xBC61, 0x5AF6, 0xE558, 0x5AF7, 0xE557, 0x5AF8, 0xE55A, - 0x5AF9, 0xE55C, 0x5AFA, 0xF9DC, 0x5AFB, 0xBC5F, 0x5AFD, 0xE556, 0x5AFF, 0xE554, 0x5B01, 0xE55D, 0x5B02, 0xE55B, 0x5B03, 0xE559, - 0x5B05, 0xE55F, 0x5B07, 0xE55E, 0x5B08, 0xBC63, 0x5B09, 0xBC5E, 0x5B0B, 0xBC60, 0x5B0C, 0xBC62, 0x5B0F, 0xE560, 0x5B10, 0xE957, - 0x5B13, 0xE956, 0x5B14, 0xE955, 0x5B16, 0xE958, 0x5B17, 0xE951, 0x5B19, 0xE952, 0x5B1A, 0xE95A, 0x5B1B, 0xE953, 0x5B1D, 0xBEC5, - 0x5B1E, 0xE95C, 0x5B20, 0xE95B, 0x5B21, 0xE954, 0x5B23, 0xECD1, 0x5B24, 0xC0A8, 0x5B25, 0xECCF, 0x5B26, 0xECD4, 0x5B27, 0xECD3, - 0x5B28, 0xE959, 0x5B2A, 0xC0A7, 0x5B2C, 0xECD2, 0x5B2D, 0xECCE, 0x5B2E, 0xECD6, 0x5B2F, 0xECD5, 0x5B30, 0xC0A6, 0x5B32, 0xECD0, - 0x5B34, 0xBEC6, 0x5B38, 0xC254, 0x5B3C, 0xEFC1, 0x5B3D, 0xF1FA, 0x5B3E, 0xF1FB, 0x5B3F, 0xF1FC, 0x5B40, 0xC45C, 0x5B43, 0xC45D, - 0x5B45, 0xF443, 0x5B47, 0xF5C8, 0x5B48, 0xF5C7, 0x5B4B, 0xF6DB, 0x5B4C, 0xF6DC, 0x5B4D, 0xF7D5, 0x5B4E, 0xF8A7, 0x5B50, 0xA46C, - 0x5B51, 0xA46D, 0x5B53, 0xA46E, 0x5B54, 0xA4D5, 0x5B55, 0xA5A5, 0x5B56, 0xC9D3, 0x5B57, 0xA672, 0x5B58, 0xA673, 0x5B5A, 0xA7B7, - 0x5B5B, 0xA7B8, 0x5B5C, 0xA7B6, 0x5B5D, 0xA7B5, 0x5B5F, 0xA973, 0x5B62, 0xCC55, 0x5B63, 0xA975, 0x5B64, 0xA974, 0x5B65, 0xCC56, - 0x5B69, 0xABC4, 0x5B6B, 0xAE5D, 0x5B6C, 0xD165, 0x5B6E, 0xD4F0, 0x5B70, 0xB145, 0x5B71, 0xB447, 0x5B72, 0xD4EF, 0x5B73, 0xB446, - 0x5B75, 0xB9E5, 0x5B77, 0xE17D, 0x5B78, 0xBEC7, 0x5B7A, 0xC0A9, 0x5B7B, 0xECD7, 0x5B7D, 0xC45E, 0x5B7F, 0xC570, 0x5B81, 0xC972, - 0x5B83, 0xA5A6, 0x5B84, 0xC973, 0x5B85, 0xA676, 0x5B87, 0xA674, 0x5B88, 0xA675, 0x5B89, 0xA677, 0x5B8B, 0xA7BA, 0x5B8C, 0xA7B9, - 0x5B8E, 0xCABC, 0x5B8F, 0xA7BB, 0x5B92, 0xCABD, 0x5B93, 0xCC57, 0x5B95, 0xCC58, 0x5B97, 0xA976, 0x5B98, 0xA978, 0x5B99, 0xA97A, - 0x5B9A, 0xA977, 0x5B9B, 0xA97B, 0x5B9C, 0xA979, 0x5BA2, 0xABC8, 0x5BA3, 0xABC5, 0x5BA4, 0xABC7, 0x5BA5, 0xABC9, 0x5BA6, 0xABC6, - 0x5BA7, 0xD166, 0x5BA8, 0xCE77, 0x5BAC, 0xD168, 0x5BAD, 0xD167, 0x5BAE, 0xAE63, 0x5BB0, 0xAE5F, 0x5BB3, 0xAE60, 0x5BB4, 0xAE62, - 0x5BB5, 0xAE64, 0x5BB6, 0xAE61, 0x5BB8, 0xAE66, 0x5BB9, 0xAE65, 0x5BBF, 0xB14A, 0x5BC0, 0xD4F2, 0x5BC1, 0xD4F1, 0x5BC2, 0xB149, - 0x5BC4, 0xB148, 0x5BC5, 0xB147, 0x5BC6, 0xB14B, 0x5BC7, 0xB146, 0x5BCA, 0xD8D5, 0x5BCB, 0xD8D2, 0x5BCC, 0xB449, 0x5BCD, 0xD8D1, - 0x5BCE, 0xD8D6, 0x5BD0, 0xB44B, 0x5BD1, 0xD8D4, 0x5BD2, 0xB448, 0x5BD3, 0xB44A, 0x5BD4, 0xD8D3, 0x5BD6, 0xDD48, 0x5BD8, 0xDD49, - 0x5BD9, 0xDD4A, 0x5BDE, 0xB9E6, 0x5BDF, 0xB9EE, 0x5BE0, 0xE17E, 0x5BE1, 0xB9E8, 0x5BE2, 0xB9EC, 0x5BE3, 0xE1A1, 0x5BE4, 0xB9ED, - 0x5BE5, 0xB9E9, 0x5BE6, 0xB9EA, 0x5BE7, 0xB9E7, 0x5BE8, 0xB9EB, 0x5BE9, 0xBC66, 0x5BEA, 0xD8D0, 0x5BEB, 0xBC67, 0x5BEC, 0xBC65, - 0x5BEE, 0xBC64, 0x5BEF, 0xE95D, 0x5BF0, 0xBEC8, 0x5BF1, 0xECD8, 0x5BF2, 0xECD9, 0x5BF5, 0xC364, 0x5BF6, 0xC45F, 0x5BF8, 0xA46F, - 0x5BFA, 0xA678, 0x5C01, 0xABCA, 0x5C03, 0xD169, 0x5C04, 0xAE67, 0x5C07, 0xB14E, 0x5C08, 0xB14D, 0x5C09, 0xB14C, 0x5C0A, 0xB44C, - 0x5C0B, 0xB44D, 0x5C0C, 0xD8D7, 0x5C0D, 0xB9EF, 0x5C0E, 0xBEC9, 0x5C0F, 0xA470, 0x5C10, 0xC95C, 0x5C11, 0xA4D6, 0x5C12, 0xC974, - 0x5C15, 0xC9D4, 0x5C16, 0xA679, 0x5C1A, 0xA97C, 0x5C1F, 0xDD4B, 0x5C22, 0xA471, 0x5C24, 0xA4D7, 0x5C25, 0xC9D5, 0x5C28, 0xCABE, - 0x5C2A, 0xCABF, 0x5C2C, 0xA7BC, 0x5C30, 0xD8D8, 0x5C31, 0xB44E, 0x5C33, 0xDD4C, 0x5C37, 0xC0AA, 0x5C38, 0xA472, 0x5C39, 0xA4A8, - 0x5C3A, 0xA4D8, 0x5C3B, 0xC975, 0x5C3C, 0xA5A7, 0x5C3E, 0xA7C0, 0x5C3F, 0xA7BF, 0x5C40, 0xA7BD, 0x5C41, 0xA7BE, 0x5C44, 0xCC59, - 0x5C45, 0xA97E, 0x5C46, 0xA9A1, 0x5C47, 0xCC5A, 0x5C48, 0xA97D, 0x5C4B, 0xABCE, 0x5C4C, 0xCE78, 0x5C4D, 0xABCD, 0x5C4E, 0xABCB, - 0x5C4F, 0xABCC, 0x5C50, 0xAE6A, 0x5C51, 0xAE68, 0x5C54, 0xD16B, 0x5C55, 0xAE69, 0x5C56, 0xD16A, 0x5C58, 0xAE5E, 0x5C59, 0xD4F3, - 0x5C5C, 0xB150, 0x5C5D, 0xB151, 0x5C60, 0xB14F, 0x5C62, 0xB9F0, 0x5C63, 0xE1A2, 0x5C64, 0xBC68, 0x5C65, 0xBC69, 0x5C67, 0xE561, - 0x5C68, 0xC0AB, 0x5C69, 0xEFC2, 0x5C6A, 0xEFC3, 0x5C6C, 0xC4DD, 0x5C6D, 0xF8A8, 0x5C6E, 0xC94B, 0x5C6F, 0xA4D9, 0x5C71, 0xA473, - 0x5C73, 0xC977, 0x5C74, 0xC976, 0x5C79, 0xA67A, 0x5C7A, 0xC9D7, 0x5C7B, 0xC9D8, 0x5C7C, 0xC9D6, 0x5C7E, 0xC9D9, 0x5C86, 0xCAC7, - 0x5C88, 0xCAC2, 0x5C89, 0xCAC4, 0x5C8A, 0xCAC6, 0x5C8B, 0xCAC3, 0x5C8C, 0xA7C4, 0x5C8D, 0xCAC0, 0x5C8F, 0xCAC1, 0x5C90, 0xA7C1, - 0x5C91, 0xA7C2, 0x5C92, 0xCAC5, 0x5C93, 0xCAC8, 0x5C94, 0xA7C3, 0x5C95, 0xCAC9, 0x5C9D, 0xCC68, 0x5C9F, 0xCC62, 0x5CA0, 0xCC5D, - 0x5CA1, 0xA9A3, 0x5CA2, 0xCC65, 0x5CA3, 0xCC63, 0x5CA4, 0xCC5C, 0x5CA5, 0xCC69, 0x5CA6, 0xCC6C, 0x5CA7, 0xCC67, 0x5CA8, 0xCC60, - 0x5CA9, 0xA9A5, 0x5CAA, 0xCC66, 0x5CAB, 0xA9A6, 0x5CAC, 0xCC61, 0x5CAD, 0xCC64, 0x5CAE, 0xCC5B, 0x5CAF, 0xCC5F, 0x5CB0, 0xCC6B, - 0x5CB1, 0xA9A7, 0x5CB3, 0xA9A8, 0x5CB5, 0xCC5E, 0x5CB6, 0xCC6A, 0x5CB7, 0xA9A2, 0x5CB8, 0xA9A4, 0x5CC6, 0xCEAB, 0x5CC7, 0xCEA4, - 0x5CC8, 0xCEAA, 0x5CC9, 0xCEA3, 0x5CCA, 0xCEA5, 0x5CCB, 0xCE7D, 0x5CCC, 0xCE7B, 0x5CCE, 0xCEAC, 0x5CCF, 0xCEA9, 0x5CD0, 0xCE79, - 0x5CD2, 0xABD0, 0x5CD3, 0xCEA7, 0x5CD4, 0xCEA8, 0x5CD6, 0xCEA6, 0x5CD7, 0xCE7C, 0x5CD8, 0xCE7A, 0x5CD9, 0xABCF, 0x5CDA, 0xCEA2, - 0x5CDB, 0xCE7E, 0x5CDE, 0xCEA1, 0x5CDF, 0xCEAD, 0x5CE8, 0xAE6F, 0x5CEA, 0xAE6E, 0x5CEC, 0xD16C, 0x5CED, 0xAE6B, 0x5CEE, 0xD16E, - 0x5CF0, 0xAE70, 0x5CF1, 0xD16F, 0x5CF4, 0xAE73, 0x5CF6, 0xAE71, 0x5CF7, 0xD170, 0x5CF8, 0xCEAE, 0x5CF9, 0xD172, 0x5CFB, 0xAE6D, - 0x5CFD, 0xAE6C, 0x5CFF, 0xD16D, 0x5D00, 0xD171, 0x5D01, 0xAE72, 0x5D06, 0xB153, 0x5D07, 0xB152, 0x5D0B, 0xD4F5, 0x5D0C, 0xD4F9, - 0x5D0D, 0xD4FB, 0x5D0E, 0xB154, 0x5D0F, 0xD4FE, 0x5D11, 0xB158, 0x5D12, 0xD541, 0x5D14, 0xB15A, 0x5D16, 0xB156, 0x5D17, 0xB15E, - 0x5D19, 0xB15B, 0x5D1A, 0xD4F7, 0x5D1B, 0xB155, 0x5D1D, 0xD4F6, 0x5D1E, 0xD4F4, 0x5D1F, 0xD543, 0x5D20, 0xD4F8, 0x5D22, 0xB157, - 0x5D23, 0xD542, 0x5D24, 0xB15C, 0x5D25, 0xD4FD, 0x5D26, 0xD4FC, 0x5D27, 0xB15D, 0x5D28, 0xD4FA, 0x5D29, 0xB159, 0x5D2E, 0xD544, - 0x5D30, 0xD540, 0x5D31, 0xD8E7, 0x5D32, 0xD8EE, 0x5D33, 0xD8E3, 0x5D34, 0xB451, 0x5D35, 0xD8DF, 0x5D36, 0xD8EF, 0x5D37, 0xD8D9, - 0x5D38, 0xD8EC, 0x5D39, 0xD8EA, 0x5D3A, 0xD8E4, 0x5D3C, 0xD8ED, 0x5D3D, 0xD8E6, 0x5D3F, 0xD8DE, 0x5D40, 0xD8F0, 0x5D41, 0xD8DC, - 0x5D42, 0xD8E9, 0x5D43, 0xD8DA, 0x5D45, 0xD8F1, 0x5D47, 0xB452, 0x5D49, 0xD8EB, 0x5D4A, 0xDD4F, 0x5D4B, 0xD8DD, 0x5D4C, 0xB44F, - 0x5D4E, 0xD8E1, 0x5D50, 0xB450, 0x5D51, 0xD8E0, 0x5D52, 0xD8E5, 0x5D55, 0xD8E2, 0x5D59, 0xD8E8, 0x5D5E, 0xDD53, 0x5D62, 0xDD56, - 0x5D63, 0xDD4E, 0x5D65, 0xDD50, 0x5D67, 0xDD55, 0x5D68, 0xDD54, 0x5D69, 0xB743, 0x5D6B, 0xD8DB, 0x5D6C, 0xDD52, 0x5D6F, 0xB744, - 0x5D71, 0xDD4D, 0x5D72, 0xDD51, 0x5D77, 0xE1A9, 0x5D79, 0xE1B0, 0x5D7A, 0xE1A7, 0x5D7C, 0xE1AE, 0x5D7D, 0xE1A5, 0x5D7E, 0xE1AD, - 0x5D7F, 0xE1B1, 0x5D80, 0xE1A4, 0x5D81, 0xE1A8, 0x5D82, 0xE1A3, 0x5D84, 0xB9F1, 0x5D86, 0xE1A6, 0x5D87, 0xB9F2, 0x5D88, 0xE1AC, - 0x5D89, 0xE1AB, 0x5D8A, 0xE1AA, 0x5D8D, 0xE1AF, 0x5D92, 0xE565, 0x5D93, 0xE567, 0x5D94, 0xBC6B, 0x5D95, 0xE568, 0x5D97, 0xE563, - 0x5D99, 0xE562, 0x5D9A, 0xE56C, 0x5D9C, 0xE56A, 0x5D9D, 0xBC6A, 0x5D9E, 0xE56D, 0x5D9F, 0xE564, 0x5DA0, 0xE569, 0x5DA1, 0xE56B, - 0x5DA2, 0xE566, 0x5DA7, 0xE961, 0x5DA8, 0xE966, 0x5DA9, 0xE960, 0x5DAA, 0xE965, 0x5DAC, 0xE95E, 0x5DAD, 0xE968, 0x5DAE, 0xE964, - 0x5DAF, 0xE969, 0x5DB0, 0xE963, 0x5DB1, 0xE95F, 0x5DB2, 0xE967, 0x5DB4, 0xE96A, 0x5DB5, 0xE962, 0x5DB7, 0xECDA, 0x5DB8, 0xC0AF, - 0x5DBA, 0xC0AD, 0x5DBC, 0xC0AC, 0x5DBD, 0xC0AE, 0x5DC0, 0xEFC4, 0x5DC2, 0xF172, 0x5DC3, 0xF1FD, 0x5DC6, 0xF444, 0x5DC7, 0xF445, - 0x5DC9, 0xC460, 0x5DCB, 0xF5C9, 0x5DCD, 0xC4DE, 0x5DCF, 0xF5CA, 0x5DD1, 0xF6DE, 0x5DD2, 0xC572, 0x5DD4, 0xC571, 0x5DD5, 0xF6DD, - 0x5DD6, 0xC5C9, 0x5DD8, 0xF7D6, 0x5DDD, 0xA474, 0x5DDE, 0xA67B, 0x5DDF, 0xC9DA, 0x5DE0, 0xCACA, 0x5DE1, 0xA8B5, 0x5DE2, 0xB15F, - 0x5DE5, 0xA475, 0x5DE6, 0xA5AA, 0x5DE7, 0xA5A9, 0x5DE8, 0xA5A8, 0x5DEB, 0xA7C5, 0x5DEE, 0xAE74, 0x5DF0, 0xDD57, 0x5DF1, 0xA476, - 0x5DF2, 0xA477, 0x5DF3, 0xA478, 0x5DF4, 0xA4DA, 0x5DF7, 0xABD1, 0x5DF9, 0xCEAF, 0x5DFD, 0xB453, 0x5DFE, 0xA479, 0x5DFF, 0xC95D, - 0x5E02, 0xA5AB, 0x5E03, 0xA5AC, 0x5E04, 0xC978, 0x5E06, 0xA67C, 0x5E0A, 0xCACB, 0x5E0C, 0xA7C6, 0x5E0E, 0xCACC, 0x5E11, 0xA9AE, - 0x5E14, 0xCC6E, 0x5E15, 0xA9AC, 0x5E16, 0xA9AB, 0x5E17, 0xCC6D, 0x5E18, 0xA9A9, 0x5E19, 0xCC6F, 0x5E1A, 0xA9AA, 0x5E1B, 0xA9AD, - 0x5E1D, 0xABD2, 0x5E1F, 0xABD4, 0x5E20, 0xCEB3, 0x5E21, 0xCEB0, 0x5E22, 0xCEB1, 0x5E23, 0xCEB2, 0x5E24, 0xCEB4, 0x5E25, 0xABD3, - 0x5E28, 0xD174, 0x5E29, 0xD173, 0x5E2B, 0xAE76, 0x5E2D, 0xAE75, 0x5E33, 0xB162, 0x5E34, 0xD546, 0x5E36, 0xB161, 0x5E37, 0xB163, - 0x5E38, 0xB160, 0x5E3D, 0xB455, 0x5E3E, 0xD545, 0x5E40, 0xB456, 0x5E41, 0xD8F3, 0x5E43, 0xB457, 0x5E44, 0xD8F2, 0x5E45, 0xB454, - 0x5E4A, 0xDD5A, 0x5E4B, 0xDD5C, 0x5E4C, 0xB745, 0x5E4D, 0xDD5B, 0x5E4E, 0xDD59, 0x5E4F, 0xDD58, 0x5E53, 0xE1B4, 0x5E54, 0xB9F7, - 0x5E55, 0xB9F5, 0x5E57, 0xB9F6, 0x5E58, 0xE1B2, 0x5E59, 0xE1B3, 0x5E5B, 0xB9F3, 0x5E5C, 0xE571, 0x5E5D, 0xE56F, 0x5E5F, 0xBC6D, - 0x5E60, 0xE570, 0x5E61, 0xBC6E, 0x5E62, 0xBC6C, 0x5E63, 0xB9F4, 0x5E66, 0xE96D, 0x5E67, 0xE96B, 0x5E68, 0xE96C, 0x5E69, 0xE56E, - 0x5E6A, 0xECDC, 0x5E6B, 0xC0B0, 0x5E6C, 0xECDB, 0x5E6D, 0xEFC5, 0x5E6E, 0xEFC6, 0x5E6F, 0xE96E, 0x5E70, 0xF1FE, 0x5E72, 0xA47A, - 0x5E73, 0xA5AD, 0x5E74, 0xA67E, 0x5E75, 0xC9DB, 0x5E76, 0xA67D, 0x5E78, 0xA9AF, 0x5E79, 0xB746, 0x5E7B, 0xA4DB, 0x5E7C, 0xA5AE, - 0x5E7D, 0xABD5, 0x5E7E, 0xB458, 0x5E80, 0xC979, 0x5E82, 0xC97A, 0x5E84, 0xC9DC, 0x5E87, 0xA7C8, 0x5E88, 0xCAD0, 0x5E89, 0xCACE, - 0x5E8A, 0xA7C9, 0x5E8B, 0xCACD, 0x5E8C, 0xCACF, 0x5E8D, 0xCAD1, 0x5E8F, 0xA7C7, 0x5E95, 0xA9B3, 0x5E96, 0xA9B4, 0x5E97, 0xA9B1, - 0x5E9A, 0xA9B0, 0x5E9B, 0xCEB8, 0x5E9C, 0xA9B2, 0x5EA0, 0xABD6, 0x5EA2, 0xCEB7, 0x5EA3, 0xCEB9, 0x5EA4, 0xCEB6, 0x5EA5, 0xCEBA, - 0x5EA6, 0xABD7, 0x5EA7, 0xAE79, 0x5EA8, 0xD175, 0x5EAA, 0xD177, 0x5EAB, 0xAE77, 0x5EAC, 0xD178, 0x5EAD, 0xAE78, 0x5EAE, 0xD176, - 0x5EB0, 0xCEB5, 0x5EB1, 0xD547, 0x5EB2, 0xD54A, 0x5EB3, 0xD54B, 0x5EB4, 0xD548, 0x5EB5, 0xB167, 0x5EB6, 0xB166, 0x5EB7, 0xB164, - 0x5EB8, 0xB165, 0x5EB9, 0xD549, 0x5EBE, 0xB168, 0x5EC1, 0xB45A, 0x5EC2, 0xB45B, 0x5EC4, 0xB45C, 0x5EC5, 0xDD5D, 0x5EC6, 0xDD5F, - 0x5EC7, 0xDD61, 0x5EC8, 0xB748, 0x5EC9, 0xB747, 0x5ECA, 0xB459, 0x5ECB, 0xDD60, 0x5ECC, 0xDD5E, 0x5ECE, 0xE1B8, 0x5ED1, 0xE1B6, - 0x5ED2, 0xE1BC, 0x5ED3, 0xB9F8, 0x5ED4, 0xE1BD, 0x5ED5, 0xE1BA, 0x5ED6, 0xB9F9, 0x5ED7, 0xE1B7, 0x5ED8, 0xE1B5, 0x5ED9, 0xE1BB, - 0x5EDA, 0xBC70, 0x5EDB, 0xE573, 0x5EDC, 0xE1B9, 0x5EDD, 0xBC72, 0x5EDE, 0xE574, 0x5EDF, 0xBC71, 0x5EE0, 0xBC74, 0x5EE1, 0xE575, - 0x5EE2, 0xBC6F, 0x5EE3, 0xBC73, 0x5EE5, 0xE973, 0x5EE6, 0xE971, 0x5EE7, 0xE970, 0x5EE8, 0xE972, 0x5EE9, 0xE96F, 0x5EEC, 0xC366, - 0x5EEE, 0xF446, 0x5EEF, 0xF447, 0x5EF1, 0xF5CB, 0x5EF2, 0xF6DF, 0x5EF3, 0xC655, 0x5EF6, 0xA9B5, 0x5EF7, 0xA7CA, 0x5EFA, 0xABD8, - 0x5EFE, 0xA47B, 0x5EFF, 0xA4DC, 0x5F01, 0xA5AF, 0x5F02, 0xC9DD, 0x5F04, 0xA7CB, 0x5F05, 0xCAD2, 0x5F07, 0xCEBB, 0x5F08, 0xABD9, - 0x5F0A, 0xB9FA, 0x5F0B, 0xA47C, 0x5F0F, 0xA6A1, 0x5F12, 0xB749, 0x5F13, 0xA47D, 0x5F14, 0xA4DD, 0x5F15, 0xA4DE, 0x5F17, 0xA5B1, - 0x5F18, 0xA5B0, 0x5F1A, 0xC9DE, 0x5F1B, 0xA6A2, 0x5F1D, 0xCAD3, 0x5F1F, 0xA7CC, 0x5F22, 0xCC71, 0x5F23, 0xCC72, 0x5F24, 0xCC73, - 0x5F26, 0xA9B6, 0x5F27, 0xA9B7, 0x5F28, 0xCC70, 0x5F29, 0xA9B8, 0x5F2D, 0xABDA, 0x5F2E, 0xCEBC, 0x5F30, 0xD17A, 0x5F31, 0xAE7A, - 0x5F33, 0xD179, 0x5F35, 0xB169, 0x5F36, 0xD54C, 0x5F37, 0xB16A, 0x5F38, 0xD54D, 0x5F3C, 0xB45D, 0x5F40, 0xDD62, 0x5F43, 0xE1BF, - 0x5F44, 0xE1BE, 0x5F46, 0xB9FB, 0x5F48, 0xBC75, 0x5F49, 0xE576, 0x5F4A, 0xBECA, 0x5F4B, 0xE974, 0x5F4C, 0xC0B1, 0x5F4E, 0xC573, - 0x5F4F, 0xF7D8, 0x5F54, 0xCC74, 0x5F56, 0xCEBD, 0x5F57, 0xB16B, 0x5F58, 0xD8F4, 0x5F59, 0xB74A, 0x5F5D, 0xC255, 0x5F62, 0xA7CE, - 0x5F64, 0xA7CD, 0x5F65, 0xABDB, 0x5F67, 0xD17B, 0x5F69, 0xB16D, 0x5F6A, 0xB343, 0x5F6B, 0xB16E, 0x5F6C, 0xB16C, 0x5F6D, 0xB45E, - 0x5F6F, 0xE1C0, 0x5F70, 0xB9FC, 0x5F71, 0xBC76, 0x5F73, 0xC94C, 0x5F74, 0xC9DF, 0x5F76, 0xCAD5, 0x5F77, 0xA7CF, 0x5F78, 0xCAD4, - 0x5F79, 0xA7D0, 0x5F7C, 0xA9BC, 0x5F7D, 0xCC77, 0x5F7E, 0xCC76, 0x5F7F, 0xA9BB, 0x5F80, 0xA9B9, 0x5F81, 0xA9BA, 0x5F82, 0xCC75, - 0x5F85, 0xABDD, 0x5F86, 0xCEBE, 0x5F87, 0xABE0, 0x5F88, 0xABDC, 0x5F89, 0xABE2, 0x5F8A, 0xABDE, 0x5F8B, 0xABDF, 0x5F8C, 0xABE1, - 0x5F90, 0xAE7D, 0x5F91, 0xAE7C, 0x5F92, 0xAE7B, 0x5F96, 0xD54F, 0x5F97, 0xB16F, 0x5F98, 0xB172, 0x5F99, 0xB170, 0x5F9B, 0xD54E, - 0x5F9C, 0xB175, 0x5F9E, 0xB171, 0x5F9F, 0xD550, 0x5FA0, 0xB174, 0x5FA1, 0xB173, 0x5FA5, 0xD8F6, 0x5FA6, 0xD8F5, 0x5FA8, 0xB461, - 0x5FA9, 0xB45F, 0x5FAA, 0xB460, 0x5FAB, 0xD8F7, 0x5FAC, 0xB74B, 0x5FAD, 0xDD64, 0x5FAE, 0xB74C, 0x5FAF, 0xDD63, 0x5FB2, 0xE577, - 0x5FB5, 0xBC78, 0x5FB6, 0xE1C1, 0x5FB7, 0xBC77, 0x5FB9, 0xB9FD, 0x5FBB, 0xECDE, 0x5FBC, 0xE975, 0x5FBD, 0xC0B2, 0x5FBE, 0xECDD, - 0x5FBF, 0xF240, 0x5FC0, 0xF448, 0x5FC1, 0xF449, 0x5FC3, 0xA4DF, 0x5FC5, 0xA5B2, 0x5FC9, 0xC97B, 0x5FCC, 0xA7D2, 0x5FCD, 0xA7D4, - 0x5FCF, 0xC9E2, 0x5FD0, 0xCAD8, 0x5FD1, 0xCAD7, 0x5FD2, 0xCAD6, 0x5FD4, 0xC9E1, 0x5FD5, 0xC9E0, 0x5FD6, 0xA6A4, 0x5FD7, 0xA7D3, - 0x5FD8, 0xA7D1, 0x5FD9, 0xA6A3, 0x5FDD, 0xA9BD, 0x5FDE, 0xCC78, 0x5FE0, 0xA9BE, 0x5FE1, 0xCADD, 0x5FE3, 0xCADF, 0x5FE4, 0xCADE, - 0x5FE5, 0xCC79, 0x5FE8, 0xCADA, 0x5FEA, 0xA7D8, 0x5FEB, 0xA7D6, 0x5FED, 0xCAD9, 0x5FEE, 0xCADB, 0x5FEF, 0xCAE1, 0x5FF1, 0xA7D5, - 0x5FF3, 0xCADC, 0x5FF4, 0xCAE5, 0x5FF5, 0xA9C0, 0x5FF7, 0xCAE2, 0x5FF8, 0xA7D7, 0x5FFA, 0xCAE0, 0x5FFB, 0xCAE3, 0x5FFD, 0xA9BF, - 0x5FFF, 0xA9C1, 0x6000, 0xCAE4, 0x6009, 0xCCAF, 0x600A, 0xCCA2, 0x600B, 0xCC7E, 0x600C, 0xCCAE, 0x600D, 0xCCA9, 0x600E, 0xABE7, - 0x600F, 0xA9C2, 0x6010, 0xCCAA, 0x6011, 0xCCAD, 0x6012, 0xABE3, 0x6013, 0xCCAC, 0x6014, 0xA9C3, 0x6015, 0xA9C8, 0x6016, 0xA9C6, - 0x6017, 0xCCA3, 0x6019, 0xCC7C, 0x601A, 0xCCA5, 0x601B, 0xA9CD, 0x601C, 0xCCB0, 0x601D, 0xABE4, 0x601E, 0xCCA6, 0x6020, 0xABE5, - 0x6021, 0xA9C9, 0x6022, 0xCCA8, 0x6024, 0xCECD, 0x6025, 0xABE6, 0x6026, 0xCC7B, 0x6027, 0xA9CA, 0x6028, 0xABE8, 0x6029, 0xA9CB, - 0x602A, 0xA9C7, 0x602B, 0xA9CC, 0x602C, 0xCCA7, 0x602D, 0xCC7A, 0x602E, 0xCCAB, 0x602F, 0xA9C4, 0x6032, 0xCC7D, 0x6033, 0xCCA4, - 0x6034, 0xCCA1, 0x6035, 0xA9C5, 0x6037, 0xCEBF, 0x6039, 0xCEC0, 0x6040, 0xCECA, 0x6041, 0xD1A1, 0x6042, 0xCECB, 0x6043, 0xABEE, - 0x6044, 0xCECE, 0x6045, 0xCEC4, 0x6046, 0xABED, 0x6047, 0xCEC6, 0x6049, 0xCEC7, 0x604C, 0xCEC9, 0x604D, 0xABE9, 0x6050, 0xAEA3, - 0x6052, 0xF9DA, 0x6053, 0xCEC5, 0x6054, 0xCEC1, 0x6055, 0xAEA4, 0x6058, 0xCECF, 0x6059, 0xAE7E, 0x605A, 0xD17D, 0x605B, 0xCEC8, - 0x605D, 0xD17C, 0x605E, 0xCEC3, 0x605F, 0xCECC, 0x6062, 0xABEC, 0x6063, 0xAEA1, 0x6064, 0xABF2, 0x6065, 0xAEA2, 0x6066, 0xCED0, - 0x6067, 0xD17E, 0x6068, 0xABEB, 0x6069, 0xAEA6, 0x606A, 0xABF1, 0x606B, 0xABF0, 0x606C, 0xABEF, 0x606D, 0xAEA5, 0x606E, 0xCED1, - 0x606F, 0xAEA7, 0x6070, 0xABEA, 0x6072, 0xCEC2, 0x607F, 0xB176, 0x6080, 0xD1A4, 0x6081, 0xD1A6, 0x6083, 0xD1A8, 0x6084, 0xAEA8, - 0x6085, 0xAEAE, 0x6086, 0xD553, 0x6087, 0xD1AC, 0x6088, 0xD1A3, 0x6089, 0xB178, 0x608A, 0xD551, 0x608C, 0xAEAD, 0x608D, 0xAEAB, - 0x608E, 0xD1AE, 0x6090, 0xD552, 0x6092, 0xD1A5, 0x6094, 0xAEAC, 0x6095, 0xD1A9, 0x6096, 0xAEAF, 0x6097, 0xD1AB, 0x609A, 0xAEAA, - 0x609B, 0xD1AA, 0x609C, 0xD1AD, 0x609D, 0xD1A7, 0x609F, 0xAEA9, 0x60A0, 0xB179, 0x60A2, 0xD1A2, 0x60A3, 0xB177, 0x60A8, 0xB17A, - 0x60B0, 0xD555, 0x60B1, 0xD55E, 0x60B2, 0xB464, 0x60B4, 0xB17C, 0x60B5, 0xB1A3, 0x60B6, 0xB465, 0x60B7, 0xD560, 0x60B8, 0xB1AA, - 0x60B9, 0xD8F9, 0x60BA, 0xD556, 0x60BB, 0xB1A2, 0x60BC, 0xB1A5, 0x60BD, 0xB17E, 0x60BE, 0xD554, 0x60BF, 0xD562, 0x60C0, 0xD565, - 0x60C1, 0xD949, 0x60C3, 0xD563, 0x60C4, 0xD8FD, 0x60C5, 0xB1A1, 0x60C6, 0xB1A8, 0x60C7, 0xB1AC, 0x60C8, 0xD55D, 0x60C9, 0xD8F8, - 0x60CA, 0xD561, 0x60CB, 0xB17B, 0x60CC, 0xD8FA, 0x60CD, 0xD564, 0x60CE, 0xD8FC, 0x60CF, 0xD559, 0x60D1, 0xB462, 0x60D3, 0xD557, - 0x60D4, 0xD558, 0x60D5, 0xB1A7, 0x60D8, 0xB1A6, 0x60D9, 0xD55B, 0x60DA, 0xB1AB, 0x60DB, 0xD55F, 0x60DC, 0xB1A4, 0x60DD, 0xD55C, - 0x60DF, 0xB1A9, 0x60E0, 0xB466, 0x60E1, 0xB463, 0x60E2, 0xD8FB, 0x60E4, 0xD55A, 0x60E6, 0xB17D, 0x60F0, 0xB46B, 0x60F1, 0xB46F, - 0x60F2, 0xD940, 0x60F3, 0xB751, 0x60F4, 0xB46D, 0x60F5, 0xD944, 0x60F6, 0xB471, 0x60F7, 0xDD65, 0x60F8, 0xD946, 0x60F9, 0xB753, - 0x60FA, 0xB469, 0x60FB, 0xB46C, 0x60FC, 0xD947, 0x60FE, 0xD948, 0x60FF, 0xD94E, 0x6100, 0xB473, 0x6101, 0xB754, 0x6103, 0xD94A, - 0x6104, 0xD94F, 0x6105, 0xD943, 0x6106, 0xB75E, 0x6108, 0xB755, 0x6109, 0xB472, 0x610A, 0xD941, 0x610B, 0xD950, 0x610D, 0xB75D, - 0x610E, 0xB470, 0x610F, 0xB74E, 0x6110, 0xD94D, 0x6112, 0xB474, 0x6113, 0xD945, 0x6114, 0xD8FE, 0x6115, 0xB46A, 0x6116, 0xD942, - 0x6118, 0xD94B, 0x611A, 0xB74D, 0x611B, 0xB752, 0x611C, 0xB467, 0x611D, 0xD94C, 0x611F, 0xB750, 0x6123, 0xB468, 0x6127, 0xB75C, - 0x6128, 0xE1C3, 0x6129, 0xDD70, 0x612B, 0xDD68, 0x612C, 0xE1C2, 0x612E, 0xDD6C, 0x612F, 0xDD6E, 0x6132, 0xDD6B, 0x6134, 0xB75B, - 0x6136, 0xDD6A, 0x6137, 0xB75F, 0x613B, 0xE1D2, 0x613E, 0xB75A, 0x613F, 0xBA40, 0x6140, 0xDD71, 0x6141, 0xE1C4, 0x6144, 0xB758, - 0x6145, 0xDD69, 0x6146, 0xDD6D, 0x6147, 0xB9FE, 0x6148, 0xB74F, 0x6149, 0xDD66, 0x614A, 0xDD67, 0x614B, 0xBA41, 0x614C, 0xB757, - 0x614D, 0xB759, 0x614E, 0xB756, 0x614F, 0xDD6F, 0x6152, 0xE1C8, 0x6153, 0xE1C9, 0x6154, 0xE1CE, 0x6155, 0xBC7D, 0x6156, 0xE1D5, - 0x6158, 0xBA47, 0x615A, 0xBA46, 0x615B, 0xE1D0, 0x615D, 0xBC7C, 0x615E, 0xE1C5, 0x615F, 0xBA45, 0x6161, 0xE1D4, 0x6162, 0xBA43, - 0x6163, 0xBA44, 0x6165, 0xE1D1, 0x6166, 0xE5AA, 0x6167, 0xBC7A, 0x6168, 0xB46E, 0x616A, 0xE1D3, 0x616B, 0xBCA3, 0x616C, 0xE1CB, - 0x616E, 0xBC7B, 0x6170, 0xBCA2, 0x6171, 0xE1C6, 0x6172, 0xE1CA, 0x6173, 0xE1C7, 0x6174, 0xE1CD, 0x6175, 0xBA48, 0x6176, 0xBC79, - 0x6177, 0xBA42, 0x6179, 0xE57A, 0x617A, 0xE1CF, 0x617C, 0xBCA1, 0x617E, 0xBCA4, 0x6180, 0xE1CC, 0x6182, 0xBC7E, 0x6183, 0xE579, - 0x6189, 0xE57E, 0x618A, 0xBECE, 0x618B, 0xE578, 0x618C, 0xE9A3, 0x618D, 0xE5A9, 0x618E, 0xBCA8, 0x6190, 0xBCA6, 0x6191, 0xBECC, - 0x6192, 0xE5A6, 0x6193, 0xE5A2, 0x6194, 0xBCAC, 0x6196, 0xE978, 0x619A, 0xBCAA, 0x619B, 0xE5A1, 0x619D, 0xE976, 0x619F, 0xE5A5, - 0x61A1, 0xE5A8, 0x61A2, 0xE57D, 0x61A4, 0xBCAB, 0x61A7, 0xBCA5, 0x61A8, 0xE977, 0x61A9, 0xBECD, 0x61AA, 0xE5A7, 0x61AB, 0xBCA7, - 0x61AC, 0xBCA9, 0x61AD, 0xE5A4, 0x61AE, 0xBCAD, 0x61AF, 0xE5A3, 0x61B0, 0xE57C, 0x61B1, 0xE57B, 0x61B2, 0xBECB, 0x61B3, 0xE5AB, - 0x61B4, 0xE97A, 0x61B5, 0xECE0, 0x61B6, 0xBED0, 0x61B8, 0xE9A2, 0x61BA, 0xE97E, 0x61BC, 0xECE1, 0x61BE, 0xBED1, 0x61BF, 0xE9A1, - 0x61C1, 0xE97C, 0x61C2, 0xC0B4, 0x61C3, 0xECDF, 0x61C5, 0xE979, 0x61C6, 0xE97B, 0x61C7, 0xC0B5, 0x61C8, 0xBED3, 0x61C9, 0xC0B3, - 0x61CA, 0xBED2, 0x61CB, 0xC0B7, 0x61CC, 0xE97D, 0x61CD, 0xBECF, 0x61D6, 0xEFCF, 0x61D8, 0xEFC7, 0x61DE, 0xECE7, 0x61DF, 0xEFC8, - 0x61E0, 0xECE3, 0x61E3, 0xC256, 0x61E4, 0xECE5, 0x61E5, 0xECE4, 0x61E6, 0xC0B6, 0x61E7, 0xECE2, 0x61E8, 0xECE6, 0x61E9, 0xEFD0, - 0x61EA, 0xEFCC, 0x61EB, 0xEFCE, 0x61ED, 0xEFC9, 0x61EE, 0xEFCA, 0x61F0, 0xEFCD, 0x61F1, 0xEFCB, 0x61F2, 0xC367, 0x61F5, 0xC36A, - 0x61F6, 0xC369, 0x61F7, 0xC368, 0x61F8, 0xC461, 0x61F9, 0xF44A, 0x61FA, 0xC462, 0x61FB, 0xF241, 0x61FC, 0xC4DF, 0x61FD, 0xF5CC, - 0x61FE, 0xC4E0, 0x61FF, 0xC574, 0x6200, 0xC5CA, 0x6201, 0xF7D9, 0x6203, 0xF7DA, 0x6204, 0xF7DB, 0x6207, 0xF9BA, 0x6208, 0xA4E0, - 0x6209, 0xC97C, 0x620A, 0xA5B3, 0x620C, 0xA6A6, 0x620D, 0xA6A7, 0x620E, 0xA6A5, 0x6210, 0xA6A8, 0x6211, 0xA7DA, 0x6212, 0xA7D9, - 0x6214, 0xCCB1, 0x6215, 0xA9CF, 0x6216, 0xA9CE, 0x6219, 0xD1AF, 0x621A, 0xB1AD, 0x621B, 0xB1AE, 0x621F, 0xB475, 0x6220, 0xDD72, - 0x6221, 0xB760, 0x6222, 0xB761, 0x6223, 0xDD74, 0x6224, 0xDD76, 0x6225, 0xDD75, 0x6227, 0xE1D7, 0x6229, 0xE1D6, 0x622A, 0xBA49, - 0x622B, 0xE1D8, 0x622D, 0xE5AC, 0x622E, 0xBCAE, 0x6230, 0xBED4, 0x6232, 0xC0B8, 0x6233, 0xC257, 0x6234, 0xC0B9, 0x6236, 0xA4E1, - 0x623A, 0xCAE6, 0x623D, 0xCCB2, 0x623E, 0xA9D1, 0x623F, 0xA9D0, 0x6240, 0xA9D2, 0x6241, 0xABF3, 0x6242, 0xCED2, 0x6243, 0xCED3, - 0x6246, 0xD1B0, 0x6247, 0xAEB0, 0x6248, 0xB1AF, 0x6249, 0xB476, 0x624A, 0xD951, 0x624B, 0xA4E2, 0x624D, 0xA47E, 0x624E, 0xA4E3, - 0x6250, 0xC97D, 0x6251, 0xA5B7, 0x6252, 0xA5B6, 0x6253, 0xA5B4, 0x6254, 0xA5B5, 0x6258, 0xA6AB, 0x6259, 0xC9E9, 0x625A, 0xC9EB, - 0x625B, 0xA6AA, 0x625C, 0xC9E3, 0x625E, 0xC9E4, 0x6260, 0xC9EA, 0x6261, 0xC9E6, 0x6262, 0xC9E8, 0x6263, 0xA6A9, 0x6264, 0xC9E5, - 0x6265, 0xC9EC, 0x6266, 0xC9E7, 0x626D, 0xA7E1, 0x626E, 0xA7EA, 0x626F, 0xA7E8, 0x6270, 0xCAF0, 0x6271, 0xCAED, 0x6272, 0xCAF5, - 0x6273, 0xA7E6, 0x6274, 0xCAF6, 0x6276, 0xA7DF, 0x6277, 0xCAF3, 0x6279, 0xA7E5, 0x627A, 0xCAEF, 0x627B, 0xCAEE, 0x627C, 0xA7E3, - 0x627D, 0xCAF4, 0x627E, 0xA7E4, 0x627F, 0xA9D3, 0x6280, 0xA7DE, 0x6281, 0xCAF1, 0x6283, 0xCAE7, 0x6284, 0xA7DB, 0x6286, 0xA7EE, - 0x6287, 0xCAEC, 0x6288, 0xCAF2, 0x6289, 0xA7E0, 0x628A, 0xA7E2, 0x628C, 0xCAE8, 0x628E, 0xCAE9, 0x628F, 0xCAEA, 0x6291, 0xA7ED, - 0x6292, 0xA7E7, 0x6293, 0xA7EC, 0x6294, 0xCAEB, 0x6295, 0xA7EB, 0x6296, 0xA7DD, 0x6297, 0xA7DC, 0x6298, 0xA7E9, 0x62A8, 0xA9E1, - 0x62A9, 0xCCBE, 0x62AA, 0xCCB7, 0x62AB, 0xA9DC, 0x62AC, 0xA9EF, 0x62AD, 0xCCB3, 0x62AE, 0xCCBA, 0x62AF, 0xCCBC, 0x62B0, 0xCCBF, - 0x62B1, 0xA9EA, 0x62B3, 0xCCBB, 0x62B4, 0xCCB4, 0x62B5, 0xA9E8, 0x62B6, 0xCCB8, 0x62B8, 0xCCC0, 0x62B9, 0xA9D9, 0x62BB, 0xCCBD, - 0x62BC, 0xA9E3, 0x62BD, 0xA9E2, 0x62BE, 0xCCB6, 0x62BF, 0xA9D7, 0x62C2, 0xA9D8, 0x62C4, 0xA9D6, 0x62C6, 0xA9EE, 0x62C7, 0xA9E6, - 0x62C8, 0xA9E0, 0x62C9, 0xA9D4, 0x62CA, 0xCCB9, 0x62CB, 0xA9DF, 0x62CC, 0xA9D5, 0x62CD, 0xA9E7, 0x62CE, 0xA9F0, 0x62CF, 0xCED4, - 0x62D0, 0xA9E4, 0x62D1, 0xCCB5, 0x62D2, 0xA9DA, 0x62D3, 0xA9DD, 0x62D4, 0xA9DE, 0x62D6, 0xA9EC, 0x62D7, 0xA9ED, 0x62D8, 0xA9EB, - 0x62D9, 0xA9E5, 0x62DA, 0xA9E9, 0x62DB, 0xA9DB, 0x62DC, 0xABF4, 0x62EB, 0xCEDA, 0x62EC, 0xAC41, 0x62ED, 0xABF8, 0x62EE, 0xABFA, - 0x62EF, 0xAC40, 0x62F0, 0xCEE6, 0x62F1, 0xABFD, 0x62F2, 0xD1B1, 0x62F3, 0xAEB1, 0x62F4, 0xAC43, 0x62F5, 0xCED7, 0x62F6, 0xCEDF, - 0x62F7, 0xABFE, 0x62F8, 0xCEDE, 0x62F9, 0xCEDB, 0x62FA, 0xCEE3, 0x62FB, 0xCEE5, 0x62FC, 0xABF7, 0x62FD, 0xABFB, 0x62FE, 0xAC42, - 0x62FF, 0xAEB3, 0x6300, 0xCEE0, 0x6301, 0xABF9, 0x6302, 0xAC45, 0x6303, 0xCED9, 0x6307, 0xABFC, 0x6308, 0xAEB2, 0x6309, 0xABF6, - 0x630B, 0xCED6, 0x630C, 0xCEDD, 0x630D, 0xCED5, 0x630E, 0xCED8, 0x630F, 0xCEDC, 0x6310, 0xD1B2, 0x6311, 0xAC44, 0x6313, 0xCEE1, - 0x6314, 0xCEE2, 0x6315, 0xCEE4, 0x6316, 0xABF5, 0x6328, 0xAEC1, 0x6329, 0xD1BE, 0x632A, 0xAEBF, 0x632B, 0xAEC0, 0x632C, 0xD1B4, - 0x632D, 0xD1C4, 0x632F, 0xAEB6, 0x6332, 0xD566, 0x6333, 0xD1C6, 0x6334, 0xD1C0, 0x6336, 0xD1B7, 0x6338, 0xD1C9, 0x6339, 0xD1BA, - 0x633A, 0xAEBC, 0x633B, 0xD57D, 0x633C, 0xD1BD, 0x633D, 0xAEBE, 0x633E, 0xAEB5, 0x6340, 0xD1CB, 0x6341, 0xD1BF, 0x6342, 0xAEB8, - 0x6343, 0xD1B8, 0x6344, 0xD1B5, 0x6345, 0xD1B6, 0x6346, 0xAEB9, 0x6347, 0xD1C5, 0x6348, 0xD1CC, 0x6349, 0xAEBB, 0x634A, 0xD1BC, - 0x634B, 0xD1BB, 0x634C, 0xAEC3, 0x634D, 0xAEC2, 0x634E, 0xAEB4, 0x634F, 0xAEBA, 0x6350, 0xAEBD, 0x6351, 0xD1C8, 0x6354, 0xD1C2, - 0x6355, 0xAEB7, 0x6356, 0xD1B3, 0x6357, 0xD1CA, 0x6358, 0xD1C1, 0x6359, 0xD1C3, 0x635A, 0xD1C7, 0x6365, 0xD567, 0x6367, 0xB1B7, - 0x6368, 0xB1CB, 0x6369, 0xB1CA, 0x636B, 0xB1BF, 0x636D, 0xD579, 0x636E, 0xD575, 0x636F, 0xD572, 0x6370, 0xD5A6, 0x6371, 0xB1BA, - 0x6372, 0xB1B2, 0x6375, 0xD577, 0x6376, 0xB4A8, 0x6377, 0xB1B6, 0x6378, 0xD5A1, 0x637A, 0xB1CC, 0x637B, 0xB1C9, 0x637C, 0xD57B, - 0x637D, 0xD56A, 0x6380, 0xB1C8, 0x6381, 0xD5A3, 0x6382, 0xD569, 0x6383, 0xB1BD, 0x6384, 0xB1C1, 0x6385, 0xD5A2, 0x6387, 0xD573, - 0x6388, 0xB1C2, 0x6389, 0xB1BC, 0x638A, 0xD568, 0x638C, 0xB478, 0x638D, 0xD5A5, 0x638E, 0xD571, 0x638F, 0xB1C7, 0x6390, 0xD574, - 0x6391, 0xD5A4, 0x6392, 0xB1C6, 0x6394, 0xD952, 0x6396, 0xB1B3, 0x6397, 0xD56F, 0x6398, 0xB1B8, 0x6399, 0xB1C3, 0x639B, 0xB1BE, - 0x639C, 0xD578, 0x639D, 0xD56E, 0x639E, 0xD56C, 0x639F, 0xD57E, 0x63A0, 0xB1B0, 0x63A1, 0xB1C4, 0x63A2, 0xB1B4, 0x63A3, 0xB477, - 0x63A4, 0xD57C, 0x63A5, 0xB1B5, 0x63A7, 0xB1B1, 0x63A8, 0xB1C0, 0x63A9, 0xB1BB, 0x63AA, 0xB1B9, 0x63AB, 0xD570, 0x63AC, 0xB1C5, - 0x63AD, 0xD56D, 0x63AE, 0xD57A, 0x63AF, 0xD576, 0x63B0, 0xD954, 0x63B1, 0xD953, 0x63BD, 0xD56B, 0x63BE, 0xD964, 0x63C0, 0xB47A, - 0x63C2, 0xD96A, 0x63C3, 0xD959, 0x63C4, 0xD967, 0x63C5, 0xDD77, 0x63C6, 0xB47D, 0x63C7, 0xD96B, 0x63C8, 0xD96E, 0x63C9, 0xB47C, - 0x63CA, 0xD95C, 0x63CB, 0xD96D, 0x63CC, 0xD96C, 0x63CD, 0xB47E, 0x63CE, 0xD955, 0x63CF, 0xB479, 0x63D0, 0xB4A3, 0x63D2, 0xB4A1, - 0x63D3, 0xD969, 0x63D5, 0xD95F, 0x63D6, 0xB4A5, 0x63D7, 0xD970, 0x63D8, 0xD968, 0x63D9, 0xD971, 0x63DA, 0xB4AD, 0x63DB, 0xB4AB, - 0x63DC, 0xD966, 0x63DD, 0xD965, 0x63DF, 0xD963, 0x63E0, 0xD95D, 0x63E1, 0xB4A4, 0x63E3, 0xB4A2, 0x63E4, 0xD1B9, 0x63E5, 0xD956, - 0x63E7, 0xDDB7, 0x63E8, 0xD957, 0x63E9, 0xB47B, 0x63EA, 0xB4AA, 0x63EB, 0xDD79, 0x63ED, 0xB4A6, 0x63EE, 0xB4A7, 0x63EF, 0xD958, - 0x63F0, 0xD96F, 0x63F1, 0xDD78, 0x63F2, 0xD960, 0x63F3, 0xD95B, 0x63F4, 0xB4A9, 0x63F5, 0xD961, 0x63F6, 0xD95E, 0x63F9, 0xB4AE, - 0x6406, 0xB770, 0x6409, 0xDD7C, 0x640A, 0xDDB1, 0x640B, 0xDDB6, 0x640C, 0xDDAA, 0x640D, 0xB76C, 0x640E, 0xDDBB, 0x640F, 0xB769, - 0x6410, 0xDD7A, 0x6412, 0xDD7B, 0x6413, 0xB762, 0x6414, 0xB76B, 0x6415, 0xDDA4, 0x6416, 0xB76E, 0x6417, 0xB76F, 0x6418, 0xDDA5, - 0x641A, 0xDDB2, 0x641B, 0xDDB8, 0x641C, 0xB76A, 0x641E, 0xB764, 0x641F, 0xDDA3, 0x6420, 0xDD7D, 0x6421, 0xDDBA, 0x6422, 0xDDA8, - 0x6423, 0xDDA9, 0x6424, 0xDD7E, 0x6425, 0xDDB4, 0x6426, 0xDDAB, 0x6427, 0xDDB5, 0x6428, 0xDDAD, 0x642A, 0xB765, 0x642B, 0xE1D9, - 0x642C, 0xB768, 0x642D, 0xB766, 0x642E, 0xDDB9, 0x642F, 0xDDB0, 0x6430, 0xDDAC, 0x6433, 0xDDA1, 0x6434, 0xBA53, 0x6435, 0xDDAF, - 0x6436, 0xB76D, 0x6437, 0xDDA7, 0x6439, 0xDDA6, 0x643D, 0xB767, 0x643E, 0xB763, 0x643F, 0xE1EE, 0x6440, 0xDDB3, 0x6441, 0xDDAE, - 0x6443, 0xDDA2, 0x644B, 0xE1E9, 0x644D, 0xE1DA, 0x644E, 0xE1E5, 0x6450, 0xE1EC, 0x6451, 0xBA51, 0x6452, 0xB4AC, 0x6453, 0xE1EA, - 0x6454, 0xBA4C, 0x6458, 0xBA4B, 0x6459, 0xE1F1, 0x645B, 0xE1DB, 0x645C, 0xE1E8, 0x645D, 0xE1DC, 0x645E, 0xE1E7, 0x645F, 0xBA4F, - 0x6460, 0xE1EB, 0x6461, 0xD962, 0x6465, 0xE1F2, 0x6466, 0xE1E3, 0x6467, 0xBA52, 0x6468, 0xE5BA, 0x6469, 0xBCAF, 0x646B, 0xE1F0, - 0x646C, 0xE1EF, 0x646D, 0xBA54, 0x646E, 0xE5AD, 0x646F, 0xBCB0, 0x6470, 0xE5AE, 0x6472, 0xE1DF, 0x6473, 0xE1E0, 0x6474, 0xE1DD, - 0x6475, 0xE1E2, 0x6476, 0xE1DE, 0x6477, 0xE1F3, 0x6478, 0xBA4E, 0x6479, 0xBCB1, 0x647A, 0xBA50, 0x647B, 0xBA55, 0x647D, 0xE1E1, - 0x647F, 0xE1ED, 0x6482, 0xE1E6, 0x6485, 0xE5B1, 0x6487, 0xBA4A, 0x6488, 0xBCB4, 0x6489, 0xE9AA, 0x648A, 0xE5B6, 0x648B, 0xE5B5, - 0x648C, 0xE5B7, 0x648F, 0xE5B4, 0x6490, 0xBCB5, 0x6492, 0xBCBB, 0x6493, 0xBCB8, 0x6495, 0xBCB9, 0x6496, 0xE5AF, 0x6497, 0xE5B2, - 0x6498, 0xE5BC, 0x6499, 0xBCC1, 0x649A, 0xBCBF, 0x649C, 0xE5B3, 0x649D, 0xD95A, 0x649E, 0xBCB2, 0x649F, 0xE5B9, 0x64A0, 0xE5B0, - 0x64A2, 0xBCC2, 0x64A3, 0xE5B8, 0x64A4, 0xBA4D, 0x64A5, 0xBCB7, 0x64A6, 0xE1E4, 0x64A9, 0xBCBA, 0x64AB, 0xBCBE, 0x64AC, 0xBCC0, - 0x64AD, 0xBCBD, 0x64AE, 0xBCBC, 0x64B0, 0xBCB6, 0x64B1, 0xE5BB, 0x64B2, 0xBCB3, 0x64B3, 0xBCC3, 0x64BB, 0xBED8, 0x64BC, 0xBED9, - 0x64BD, 0xE9A9, 0x64BE, 0xBEE2, 0x64BF, 0xBEDF, 0x64C1, 0xBED6, 0x64C2, 0xBEDD, 0x64C3, 0xE9AB, 0x64C4, 0xBEDB, 0x64C5, 0xBED5, - 0x64C7, 0xBEDC, 0x64C9, 0xE9A8, 0x64CA, 0xC0BB, 0x64CB, 0xBED7, 0x64CD, 0xBEDE, 0x64CE, 0xC0BA, 0x64CF, 0xE9A7, 0x64D0, 0xE9A6, - 0x64D2, 0xBEE0, 0x64D4, 0xBEE1, 0x64D6, 0xE9A5, 0x64D7, 0xE9A4, 0x64D8, 0xC0BC, 0x64D9, 0xE9AE, 0x64DA, 0xBEDA, 0x64DB, 0xE9AC, - 0x64E0, 0xC0BD, 0x64E2, 0xC0C2, 0x64E3, 0xECEA, 0x64E4, 0xECEC, 0x64E6, 0xC0BF, 0x64E8, 0xECED, 0x64E9, 0xECE9, 0x64EB, 0xECEB, - 0x64EC, 0xC0C0, 0x64ED, 0xC0C3, 0x64EF, 0xECE8, 0x64F0, 0xC0BE, 0x64F1, 0xC0C1, 0x64F2, 0xC259, 0x64F3, 0xE9AD, 0x64F4, 0xC258, - 0x64F7, 0xC25E, 0x64F8, 0xEFD4, 0x64FA, 0xC25C, 0x64FB, 0xC25D, 0x64FC, 0xEFD7, 0x64FD, 0xEFD3, 0x64FE, 0xC25A, 0x64FF, 0xEFD1, - 0x6500, 0xC36B, 0x6501, 0xEFD5, 0x6503, 0xEFD6, 0x6504, 0xEFD2, 0x6506, 0xC25B, 0x6507, 0xF242, 0x6509, 0xF245, 0x650C, 0xF246, - 0x650D, 0xF244, 0x650E, 0xF247, 0x650F, 0xC36C, 0x6510, 0xF243, 0x6513, 0xF44E, 0x6514, 0xC464, 0x6515, 0xF44D, 0x6516, 0xF44C, - 0x6517, 0xF44B, 0x6518, 0xC463, 0x6519, 0xC465, 0x651B, 0xF5CD, 0x651C, 0xC4E2, 0x651D, 0xC4E1, 0x6520, 0xF6E1, 0x6521, 0xF6E0, - 0x6522, 0xF6E3, 0x6523, 0xC5CB, 0x6524, 0xC575, 0x6525, 0xF7DD, 0x6526, 0xF6E2, 0x6529, 0xF7DC, 0x652A, 0xC5CD, 0x652B, 0xC5CC, - 0x652C, 0xC5F3, 0x652D, 0xF8A9, 0x652E, 0xF8EF, 0x652F, 0xA4E4, 0x6532, 0xD972, 0x6533, 0xE9AF, 0x6536, 0xA6AC, 0x6537, 0xCAF7, - 0x6538, 0xA7F1, 0x6539, 0xA7EF, 0x653B, 0xA7F0, 0x653D, 0xCCC1, 0x653E, 0xA9F1, 0x653F, 0xAC46, 0x6541, 0xCEE7, 0x6543, 0xCEE8, - 0x6545, 0xAC47, 0x6546, 0xD1CE, 0x6548, 0xAEC4, 0x6549, 0xAEC5, 0x654A, 0xD1CD, 0x654F, 0xB1D3, 0x6551, 0xB1CF, 0x6553, 0xD5A7, - 0x6554, 0xB1D6, 0x6555, 0xB1D5, 0x6556, 0xB1CE, 0x6557, 0xB1D1, 0x6558, 0xB1D4, 0x6559, 0xB1D0, 0x655C, 0xD976, 0x655D, 0xB1CD, - 0x655E, 0xB4AF, 0x6562, 0xB4B1, 0x6563, 0xB4B2, 0x6564, 0xD975, 0x6565, 0xD978, 0x6566, 0xB4B0, 0x6567, 0xD973, 0x6568, 0xD977, - 0x656A, 0xD974, 0x656C, 0xB771, 0x656F, 0xDDBC, 0x6572, 0xBA56, 0x6573, 0xE1F4, 0x6574, 0xBEE3, 0x6575, 0xBCC4, 0x6576, 0xE5BD, - 0x6577, 0xBCC5, 0x6578, 0xBCC6, 0x6579, 0xE5BF, 0x657A, 0xE5BE, 0x657B, 0xE5C0, 0x657C, 0xE9B1, 0x657F, 0xE9B0, 0x6580, 0xECEF, - 0x6581, 0xECEE, 0x6582, 0xC0C4, 0x6583, 0xC0C5, 0x6584, 0xF248, 0x6587, 0xA4E5, 0x658C, 0xD979, 0x6590, 0xB4B4, 0x6591, 0xB4B3, - 0x6592, 0xDDBD, 0x6594, 0xEFD8, 0x6595, 0xC4E3, 0x6596, 0xF7DE, 0x6597, 0xA4E6, 0x6599, 0xAEC6, 0x659B, 0xB1D8, 0x659C, 0xB1D7, - 0x659D, 0xD97A, 0x659E, 0xD97B, 0x659F, 0xB772, 0x65A0, 0xE1F5, 0x65A1, 0xBA57, 0x65A2, 0xE9B2, 0x65A4, 0xA4E7, 0x65A5, 0xA5B8, - 0x65A7, 0xA9F2, 0x65A8, 0xCCC2, 0x65AA, 0xCEE9, 0x65AB, 0xAC48, 0x65AC, 0xB1D9, 0x65AE, 0xD97C, 0x65AF, 0xB4B5, 0x65B0, 0xB773, - 0x65B2, 0xE5C1, 0x65B3, 0xE5C2, 0x65B6, 0xECF0, 0x65B7, 0xC25F, 0x65B8, 0xF8F0, 0x65B9, 0xA4E8, 0x65BB, 0xCCC3, 0x65BC, 0xA9F3, - 0x65BD, 0xAC49, 0x65BF, 0xCEEA, 0x65C1, 0xAEC7, 0x65C2, 0xD1D2, 0x65C3, 0xD1D0, 0x65C4, 0xD1D1, 0x65C5, 0xAEC8, 0x65C6, 0xD1CF, - 0x65CB, 0xB1DB, 0x65CC, 0xB1DC, 0x65CD, 0xD5A8, 0x65CE, 0xB1DD, 0x65CF, 0xB1DA, 0x65D0, 0xD97D, 0x65D2, 0xD97E, 0x65D3, 0xDDBE, - 0x65D6, 0xBA59, 0x65D7, 0xBA58, 0x65DA, 0xECF1, 0x65DB, 0xEFD9, 0x65DD, 0xF24A, 0x65DE, 0xF249, 0x65DF, 0xF44F, 0x65E1, 0xC95E, - 0x65E2, 0xAC4A, 0x65E5, 0xA4E9, 0x65E6, 0xA5B9, 0x65E8, 0xA6AE, 0x65E9, 0xA6AD, 0x65EC, 0xA6AF, 0x65ED, 0xA6B0, 0x65EE, 0xC9EE, - 0x65EF, 0xC9ED, 0x65F0, 0xCAF8, 0x65F1, 0xA7F2, 0x65F2, 0xCAFB, 0x65F3, 0xCAFA, 0x65F4, 0xCAF9, 0x65F5, 0xCAFC, 0x65FA, 0xA9F4, - 0x65FB, 0xCCC9, 0x65FC, 0xCCC5, 0x65FD, 0xCCCE, 0x6600, 0xA9FB, 0x6602, 0xA9F9, 0x6603, 0xCCCA, 0x6604, 0xCCC6, 0x6605, 0xCCCD, - 0x6606, 0xA9F8, 0x6607, 0xAA40, 0x6608, 0xCCC8, 0x6609, 0xCCC4, 0x660A, 0xA9FE, 0x660B, 0xCCCB, 0x660C, 0xA9F7, 0x660D, 0xCCCC, - 0x660E, 0xA9FA, 0x660F, 0xA9FC, 0x6610, 0xCCD0, 0x6611, 0xCCCF, 0x6612, 0xCCC7, 0x6613, 0xA9F6, 0x6614, 0xA9F5, 0x6615, 0xA9FD, - 0x661C, 0xCEEF, 0x661D, 0xCEF5, 0x661F, 0xAC50, 0x6620, 0xAC4D, 0x6621, 0xCEEC, 0x6622, 0xCEF1, 0x6624, 0xAC53, 0x6625, 0xAC4B, - 0x6626, 0xCEF0, 0x6627, 0xAC4E, 0x6628, 0xAC51, 0x662B, 0xCEF3, 0x662D, 0xAC4C, 0x662E, 0xCEF8, 0x662F, 0xAC4F, 0x6631, 0xAC52, - 0x6632, 0xCEED, 0x6633, 0xCEF2, 0x6634, 0xCEF6, 0x6635, 0xCEEE, 0x6636, 0xCEEB, 0x6639, 0xCEF7, 0x663A, 0xCEF4, 0x6641, 0xAED0, - 0x6642, 0xAEC9, 0x6643, 0xAECC, 0x6645, 0xAECF, 0x6647, 0xD1D5, 0x6649, 0xAECA, 0x664A, 0xD1D3, 0x664C, 0xAECE, 0x664F, 0xAECB, - 0x6651, 0xD1D6, 0x6652, 0xAECD, 0x6659, 0xD5AC, 0x665A, 0xB1DF, 0x665B, 0xD5AB, 0x665C, 0xD5AD, 0x665D, 0xB1DE, 0x665E, 0xB1E3, - 0x665F, 0xD1D4, 0x6661, 0xD5AA, 0x6662, 0xD5AE, 0x6664, 0xB1E0, 0x6665, 0xD5A9, 0x6666, 0xB1E2, 0x6668, 0xB1E1, 0x666A, 0xD9A7, - 0x666C, 0xD9A2, 0x666E, 0xB4B6, 0x666F, 0xB4BA, 0x6670, 0xB4B7, 0x6671, 0xD9A5, 0x6672, 0xD9A8, 0x6674, 0xB4B8, 0x6676, 0xB4B9, - 0x6677, 0xB4BE, 0x6678, 0xDDC7, 0x6679, 0xD9A6, 0x667A, 0xB4BC, 0x667B, 0xD9A3, 0x667C, 0xD9A1, 0x667E, 0xB4BD, 0x6680, 0xD9A4, - 0x6684, 0xB779, 0x6686, 0xDDBF, 0x6687, 0xB776, 0x6688, 0xB777, 0x6689, 0xB775, 0x668A, 0xDDC4, 0x668B, 0xDDC3, 0x668C, 0xDDC0, - 0x668D, 0xB77B, 0x6690, 0xDDC2, 0x6691, 0xB4BB, 0x6694, 0xDDC6, 0x6695, 0xDDC1, 0x6696, 0xB778, 0x6697, 0xB774, 0x6698, 0xB77A, - 0x6699, 0xDDC5, 0x669D, 0xBA5C, 0x669F, 0xE1F8, 0x66A0, 0xE1F7, 0x66A1, 0xE1F6, 0x66A2, 0xBA5A, 0x66A8, 0xBA5B, 0x66A9, 0xE5C5, - 0x66AA, 0xE5C8, 0x66AB, 0xBCC8, 0x66AE, 0xBCC7, 0x66AF, 0xE5C9, 0x66B0, 0xE5C4, 0x66B1, 0xBCCA, 0x66B2, 0xE5C6, 0x66B4, 0xBCC9, - 0x66B5, 0xE5C3, 0x66B7, 0xE5C7, 0x66B8, 0xBEE9, 0x66B9, 0xBEE6, 0x66BA, 0xE9BB, 0x66BB, 0xE9BA, 0x66BD, 0xE9B9, 0x66BE, 0xE9B4, - 0x66C0, 0xE9B5, 0x66C4, 0xBEE7, 0x66C6, 0xBEE4, 0x66C7, 0xBEE8, 0x66C8, 0xE9B3, 0x66C9, 0xBEE5, 0x66CA, 0xE9B6, 0x66CB, 0xE9B7, - 0x66CC, 0xE9BC, 0x66CF, 0xE9B8, 0x66D2, 0xECF2, 0x66D6, 0xC0C7, 0x66D8, 0xEFDC, 0x66D9, 0xC0C6, 0x66DA, 0xEFDA, 0x66DB, 0xEFDB, - 0x66DC, 0xC260, 0x66DD, 0xC36E, 0x66DE, 0xF24B, 0x66E0, 0xC36D, 0x66E3, 0xF451, 0x66E4, 0xF452, 0x66E6, 0xC466, 0x66E8, 0xF450, - 0x66E9, 0xC4E4, 0x66EB, 0xF7DF, 0x66EC, 0xC5CE, 0x66ED, 0xF8AA, 0x66EE, 0xF8AB, 0x66F0, 0xA4EA, 0x66F2, 0xA6B1, 0x66F3, 0xA6B2, - 0x66F4, 0xA7F3, 0x66F6, 0xCCD1, 0x66F7, 0xAC54, 0x66F8, 0xAED1, 0x66F9, 0xB1E4, 0x66FC, 0xB0D2, 0x66FE, 0xB4BF, 0x66FF, 0xB4C0, - 0x6700, 0xB3CC, 0x6701, 0xD9A9, 0x6703, 0xB77C, 0x6704, 0xE1FA, 0x6705, 0xE1F9, 0x6708, 0xA4EB, 0x6709, 0xA6B3, 0x670A, 0xCCD2, - 0x670B, 0xAA42, 0x670D, 0xAA41, 0x670F, 0xCEF9, 0x6710, 0xCEFA, 0x6712, 0xD1D7, 0x6713, 0xD1D8, 0x6714, 0xAED2, 0x6715, 0xAED3, - 0x6717, 0xAED4, 0x6718, 0xD5AF, 0x671B, 0xB1E6, 0x671D, 0xB4C2, 0x671F, 0xB4C1, 0x6720, 0xDDC8, 0x6721, 0xDF7A, 0x6722, 0xE1FB, - 0x6723, 0xE9BD, 0x6726, 0xC261, 0x6727, 0xC467, 0x6728, 0xA4EC, 0x672A, 0xA5BC, 0x672B, 0xA5BD, 0x672C, 0xA5BB, 0x672D, 0xA5BE, - 0x672E, 0xA5BA, 0x6731, 0xA6B6, 0x6733, 0xC9F6, 0x6734, 0xA6B5, 0x6735, 0xA6B7, 0x6738, 0xC9F1, 0x6739, 0xC9F0, 0x673A, 0xC9F3, - 0x673B, 0xC9F2, 0x673C, 0xC9F5, 0x673D, 0xA6B4, 0x673E, 0xC9EF, 0x673F, 0xC9F4, 0x6745, 0xCAFD, 0x6746, 0xA7FD, 0x6747, 0xCAFE, - 0x6748, 0xCB43, 0x6749, 0xA7FC, 0x674B, 0xCB47, 0x674C, 0xCB42, 0x674D, 0xCB45, 0x674E, 0xA7F5, 0x674F, 0xA7F6, 0x6750, 0xA7F7, - 0x6751, 0xA7F8, 0x6753, 0xA840, 0x6755, 0xCB41, 0x6756, 0xA7FA, 0x6757, 0xA841, 0x6759, 0xCB40, 0x675A, 0xCB46, 0x675C, 0xA7F9, - 0x675D, 0xCB44, 0x675E, 0xA7FB, 0x675F, 0xA7F4, 0x6760, 0xA7FE, 0x676A, 0xAA57, 0x676C, 0xCCD4, 0x676D, 0xAA43, 0x676F, 0xAA4D, - 0x6770, 0xAA4E, 0x6771, 0xAA46, 0x6772, 0xAA58, 0x6773, 0xAA48, 0x6774, 0xCCDC, 0x6775, 0xAA53, 0x6776, 0xCCD7, 0x6777, 0xAA49, - 0x6778, 0xCCE6, 0x6779, 0xCCE7, 0x677A, 0xCCDF, 0x677B, 0xCCD8, 0x677C, 0xAA56, 0x677D, 0xCCE4, 0x677E, 0xAA51, 0x677F, 0xAA4F, - 0x6781, 0xCCE5, 0x6783, 0xCCE3, 0x6784, 0xCCDB, 0x6785, 0xCCD3, 0x6786, 0xCCDA, 0x6787, 0xAA4A, 0x6789, 0xAA50, 0x678B, 0xAA44, - 0x678C, 0xCCDE, 0x678D, 0xCCDD, 0x678E, 0xCCD5, 0x6790, 0xAA52, 0x6791, 0xCCE1, 0x6792, 0xCCD6, 0x6793, 0xAA55, 0x6794, 0xCCE8, - 0x6795, 0xAA45, 0x6797, 0xAA4C, 0x6798, 0xCCD9, 0x6799, 0xCCE2, 0x679A, 0xAA54, 0x679C, 0xAA47, 0x679D, 0xAA4B, 0x679F, 0xCCE0, - 0x67AE, 0xCF5B, 0x67AF, 0xAC5C, 0x67B0, 0xAC69, 0x67B2, 0xCF56, 0x67B3, 0xCF4C, 0x67B4, 0xAC62, 0x67B5, 0xCF4A, 0x67B6, 0xAC5B, - 0x67B7, 0xCF45, 0x67B8, 0xAC65, 0x67B9, 0xCF52, 0x67BA, 0xCEFE, 0x67BB, 0xCF41, 0x67C0, 0xCF44, 0x67C1, 0xCEFB, 0x67C2, 0xCF51, - 0x67C3, 0xCF61, 0x67C4, 0xAC60, 0x67C5, 0xCF46, 0x67C6, 0xCF58, 0x67C8, 0xCEFD, 0x67C9, 0xCF5F, 0x67CA, 0xCF60, 0x67CB, 0xCF63, - 0x67CC, 0xCF5A, 0x67CD, 0xCF4B, 0x67CE, 0xCF53, 0x67CF, 0xAC66, 0x67D0, 0xAC59, 0x67D1, 0xAC61, 0x67D2, 0xAC6D, 0x67D3, 0xAC56, - 0x67D4, 0xAC58, 0x67D8, 0xCF43, 0x67D9, 0xAC6A, 0x67DA, 0xAC63, 0x67DB, 0xCF5D, 0x67DC, 0xCF40, 0x67DD, 0xAC6C, 0x67DE, 0xAC67, - 0x67DF, 0xCF49, 0x67E2, 0xAC6B, 0x67E3, 0xCF50, 0x67E4, 0xCF48, 0x67E5, 0xAC64, 0x67E6, 0xCF5C, 0x67E7, 0xCF54, 0x67E9, 0xAC5E, - 0x67EA, 0xCF62, 0x67EB, 0xCF47, 0x67EC, 0xAC5A, 0x67ED, 0xCF59, 0x67EE, 0xCF4F, 0x67EF, 0xAC5F, 0x67F0, 0xCF55, 0x67F1, 0xAC57, - 0x67F2, 0xCEFC, 0x67F3, 0xAC68, 0x67F4, 0xAEE3, 0x67F5, 0xAC5D, 0x67F6, 0xCF4E, 0x67F7, 0xCF4D, 0x67F8, 0xCF42, 0x67FA, 0xCF5E, - 0x67FC, 0xCF57, 0x67FF, 0xAC55, 0x6812, 0xD1EC, 0x6813, 0xAEEA, 0x6814, 0xD1ED, 0x6816, 0xD1E1, 0x6817, 0xAEDF, 0x6818, 0xAEEB, - 0x681A, 0xD1DA, 0x681C, 0xD1E3, 0x681D, 0xD1EB, 0x681F, 0xD1D9, 0x6820, 0xD1F4, 0x6821, 0xAED5, 0x6825, 0xD1F3, 0x6826, 0xD1EE, - 0x6828, 0xD1EF, 0x6829, 0xAEDD, 0x682A, 0xAEE8, 0x682B, 0xD1E5, 0x682D, 0xD1E6, 0x682E, 0xD1F0, 0x682F, 0xD1E7, 0x6831, 0xD1E2, - 0x6832, 0xD1DC, 0x6833, 0xD1DD, 0x6834, 0xD1EA, 0x6835, 0xD1E4, 0x6838, 0xAED6, 0x6839, 0xAEDA, 0x683A, 0xD1F2, 0x683B, 0xD1DE, - 0x683C, 0xAEE6, 0x683D, 0xAEE2, 0x6840, 0xAEE5, 0x6841, 0xAEEC, 0x6842, 0xAEDB, 0x6843, 0xAEE7, 0x6844, 0xD1E9, 0x6845, 0xAEE9, - 0x6846, 0xAED8, 0x6848, 0xAED7, 0x6849, 0xD1DB, 0x684B, 0xD1DF, 0x684C, 0xAEE0, 0x684D, 0xD1F1, 0x684E, 0xD1E8, 0x684F, 0xD1E0, - 0x6850, 0xAEE4, 0x6851, 0xAEE1, 0x6853, 0xAED9, 0x6854, 0xAEDC, 0x686B, 0xD5C4, 0x686D, 0xD5B4, 0x686E, 0xD5B5, 0x686F, 0xD5B9, - 0x6871, 0xD5C8, 0x6872, 0xD5C5, 0x6874, 0xD5BE, 0x6875, 0xD5BD, 0x6876, 0xB1ED, 0x6877, 0xD5C1, 0x6878, 0xD5D0, 0x6879, 0xD5B0, - 0x687B, 0xD5D1, 0x687C, 0xD5C3, 0x687D, 0xD5D5, 0x687E, 0xD5C9, 0x687F, 0xB1EC, 0x6880, 0xD5C7, 0x6881, 0xB1E7, 0x6882, 0xB1FC, - 0x6883, 0xB1F2, 0x6885, 0xB1F6, 0x6886, 0xB1F5, 0x6887, 0xD5B1, 0x6889, 0xD5CE, 0x688A, 0xD5D4, 0x688B, 0xD5CC, 0x688C, 0xD5D3, - 0x688F, 0xD5C0, 0x6890, 0xD5B2, 0x6891, 0xD5D2, 0x6892, 0xD5C2, 0x6893, 0xB1EA, 0x6894, 0xB1F7, 0x6896, 0xD5CB, 0x6897, 0xB1F0, - 0x689B, 0xD5CA, 0x689C, 0xD5B3, 0x689D, 0xB1F8, 0x689F, 0xB1FA, 0x68A0, 0xD5CD, 0x68A1, 0xB1FB, 0x68A2, 0xB1E9, 0x68A3, 0xD5BA, - 0x68A4, 0xD5CF, 0x68A7, 0xB1EF, 0x68A8, 0xB1F9, 0x68A9, 0xD5BC, 0x68AA, 0xD5C6, 0x68AB, 0xD5B7, 0x68AC, 0xD5BB, 0x68AD, 0xB1F4, - 0x68AE, 0xD5B6, 0x68AF, 0xB1E8, 0x68B0, 0xB1F1, 0x68B1, 0xB1EE, 0x68B2, 0xD5BF, 0x68B3, 0xAEDE, 0x68B4, 0xD9C0, 0x68B5, 0xB1EB, - 0x68C4, 0xB1F3, 0x68C6, 0xD9C3, 0x68C7, 0xD9D9, 0x68C8, 0xD9CE, 0x68C9, 0xB4D6, 0x68CB, 0xB4D1, 0x68CC, 0xD9BD, 0x68CD, 0xB4D2, - 0x68CE, 0xD9CD, 0x68D0, 0xD9C6, 0x68D1, 0xD9D3, 0x68D2, 0xB4CE, 0x68D3, 0xD9AB, 0x68D4, 0xD9D5, 0x68D5, 0xB4C4, 0x68D6, 0xD9B3, - 0x68D7, 0xB4C7, 0x68D8, 0xB4C6, 0x68DA, 0xB4D7, 0x68DC, 0xD9AD, 0x68DD, 0xD9CF, 0x68DE, 0xD9D0, 0x68DF, 0xB4C9, 0x68E0, 0xB4C5, - 0x68E1, 0xD9BB, 0x68E3, 0xB4D0, 0x68E4, 0xD9B6, 0x68E6, 0xD9D1, 0x68E7, 0xB4CC, 0x68E8, 0xD9C9, 0x68E9, 0xD9D6, 0x68EA, 0xD9B0, - 0x68EB, 0xD9B5, 0x68EC, 0xD9AF, 0x68EE, 0xB4CB, 0x68EF, 0xD9C2, 0x68F0, 0xDDDE, 0x68F1, 0xD9B1, 0x68F2, 0xB4CF, 0x68F3, 0xD9BA, - 0x68F4, 0xD9D2, 0x68F5, 0xB4CA, 0x68F6, 0xD9B7, 0x68F7, 0xD9B4, 0x68F8, 0xD9C5, 0x68F9, 0xB4CD, 0x68FA, 0xB4C3, 0x68FB, 0xB4D9, - 0x68FC, 0xD9C8, 0x68FD, 0xD9C7, 0x6904, 0xD9AC, 0x6905, 0xB4C8, 0x6906, 0xD9D4, 0x6907, 0xD9BC, 0x6908, 0xD9BE, 0x690A, 0xD9CB, - 0x690B, 0xD9CA, 0x690C, 0xD9AA, 0x690D, 0xB4D3, 0x690E, 0xB4D5, 0x690F, 0xD9B2, 0x6910, 0xD9B9, 0x6911, 0xD9C1, 0x6912, 0xB4D4, - 0x6913, 0xD9B8, 0x6914, 0xD9C4, 0x6915, 0xD9D7, 0x6917, 0xD9CC, 0x6925, 0xD9D8, 0x692A, 0xD9AE, 0x692F, 0xDDF2, 0x6930, 0xB7A6, - 0x6932, 0xDDF0, 0x6933, 0xDDDB, 0x6934, 0xDDE0, 0x6935, 0xDDD9, 0x6937, 0xDDEC, 0x6938, 0xDDCB, 0x6939, 0xDDD2, 0x693B, 0xDDEA, - 0x693C, 0xDDF4, 0x693D, 0xDDDC, 0x693F, 0xDDCF, 0x6940, 0xDDE2, 0x6941, 0xDDE7, 0x6942, 0xDDD3, 0x6944, 0xDDE4, 0x6945, 0xDDD0, - 0x6948, 0xDDD7, 0x6949, 0xDDD8, 0x694A, 0xB7A8, 0x694B, 0xDDEB, 0x694C, 0xDDE9, 0x694E, 0xDDCC, 0x694F, 0xDDEE, 0x6951, 0xDDEF, - 0x6952, 0xDDF1, 0x6953, 0xB7AC, 0x6954, 0xB7A4, 0x6956, 0xD5B8, 0x6957, 0xDDD4, 0x6958, 0xDDE6, 0x6959, 0xDDD5, 0x695A, 0xB7A1, - 0x695B, 0xB7B1, 0x695C, 0xDDED, 0x695D, 0xB7AF, 0x695E, 0xB7AB, 0x695F, 0xDDCA, 0x6960, 0xB7A3, 0x6962, 0xDDCD, 0x6963, 0xB7B0, - 0x6965, 0xDDDD, 0x6966, 0xDDC9, 0x6968, 0xB7A9, 0x6969, 0xDDE1, 0x696A, 0xDDD1, 0x696B, 0xB7AA, 0x696C, 0xDDDA, 0x696D, 0xB77E, - 0x696E, 0xB4D8, 0x696F, 0xDDE3, 0x6970, 0xD9BF, 0x6971, 0xDDCE, 0x6974, 0xDDE8, 0x6975, 0xB7A5, 0x6976, 0xDDE5, 0x6977, 0xB7A2, - 0x6978, 0xDDDF, 0x6979, 0xB7AD, 0x697A, 0xDDD6, 0x697B, 0xDDF3, 0x6982, 0xB7A7, 0x6983, 0xDEC6, 0x6986, 0xB7AE, 0x698D, 0xE24A, - 0x698E, 0xE248, 0x6990, 0xE25E, 0x6991, 0xE246, 0x6993, 0xE258, 0x6994, 0xB77D, 0x6995, 0xBA5F, 0x6996, 0xE242, 0x6997, 0xE25D, - 0x6999, 0xE247, 0x699A, 0xE255, 0x699B, 0xBA64, 0x699C, 0xBA5D, 0x699E, 0xE25B, 0x69A0, 0xE240, 0x69A1, 0xE25A, 0x69A3, 0xBA6F, - 0x69A4, 0xE251, 0x69A5, 0xE261, 0x69A6, 0xBA6D, 0x69A7, 0xE249, 0x69A8, 0xBA5E, 0x69A9, 0xE24B, 0x69AA, 0xE259, 0x69AB, 0xBA67, - 0x69AC, 0xE244, 0x69AD, 0xBA6B, 0x69AE, 0xBA61, 0x69AF, 0xE24D, 0x69B0, 0xE243, 0x69B1, 0xE1FC, 0x69B3, 0xE257, 0x69B4, 0xBA68, - 0x69B5, 0xE260, 0x69B6, 0xE1FD, 0x69B7, 0xBA65, 0x69B9, 0xE253, 0x69BB, 0xBA66, 0x69BC, 0xE245, 0x69BD, 0xE250, 0x69BE, 0xE24C, - 0x69BF, 0xE24E, 0x69C1, 0xBA60, 0x69C2, 0xE25F, 0x69C3, 0xBA6E, 0x69C4, 0xE24F, 0x69C6, 0xE262, 0x69C9, 0xE1FE, 0x69CA, 0xE254, - 0x69CB, 0xBA63, 0x69CC, 0xBA6C, 0x69CD, 0xBA6A, 0x69CE, 0xE241, 0x69CF, 0xE256, 0x69D0, 0xBA69, 0x69D3, 0xBA62, 0x69D4, 0xE252, - 0x69D9, 0xE25C, 0x69E2, 0xE5D5, 0x69E4, 0xE5D1, 0x69E5, 0xE5CD, 0x69E6, 0xE5E1, 0x69E7, 0xE5DE, 0x69E8, 0xBCCD, 0x69EB, 0xE5E5, - 0x69EC, 0xE5D4, 0x69ED, 0xBCD8, 0x69EE, 0xE5DB, 0x69F1, 0xE5D0, 0x69F2, 0xE5DA, 0x69F3, 0xBCD5, 0x69F4, 0xE5EE, 0x69F6, 0xE5EB, - 0x69F7, 0xE5DD, 0x69F8, 0xE5CE, 0x69FB, 0xE5E2, 0x69FC, 0xE5E4, 0x69FD, 0xBCD1, 0x69FE, 0xE5D8, 0x69FF, 0xE5D3, 0x6A00, 0xE5CA, - 0x6A01, 0xBCCE, 0x6A02, 0xBCD6, 0x6A04, 0xE5E7, 0x6A05, 0xBCD7, 0x6A06, 0xE5CB, 0x6A07, 0xE5ED, 0x6A08, 0xE5E0, 0x6A09, 0xE5E6, - 0x6A0A, 0xBCD4, 0x6A0D, 0xE5E3, 0x6A0F, 0xE5EA, 0x6A11, 0xBCD9, 0x6A13, 0xBCD3, 0x6A14, 0xE5DC, 0x6A15, 0xE5CF, 0x6A16, 0xE5EF, - 0x6A17, 0xE5CC, 0x6A18, 0xE5E8, 0x6A19, 0xBCD0, 0x6A1B, 0xE5D6, 0x6A1D, 0xE5D7, 0x6A1E, 0xBCCF, 0x6A1F, 0xBCCC, 0x6A20, 0xE5D2, - 0x6A21, 0xBCD2, 0x6A23, 0xBCCB, 0x6A25, 0xE5E9, 0x6A26, 0xE5EC, 0x6A27, 0xE5D9, 0x6A28, 0xE9CA, 0x6A32, 0xE9C2, 0x6A34, 0xE9BE, - 0x6A35, 0xBEF6, 0x6A38, 0xBEEB, 0x6A39, 0xBEF0, 0x6A3A, 0xBEEC, 0x6A3B, 0xE9CC, 0x6A3C, 0xE9D7, 0x6A3D, 0xBEEA, 0x6A3E, 0xE9C4, - 0x6A3F, 0xE9CD, 0x6A40, 0xE5DF, 0x6A41, 0xE9CE, 0x6A44, 0xBEF1, 0x6A46, 0xE9DD, 0x6A47, 0xBEF5, 0x6A48, 0xBEF8, 0x6A49, 0xE9C0, - 0x6A4B, 0xBEF4, 0x6A4D, 0xE9DB, 0x6A4E, 0xE9DC, 0x6A4F, 0xE9D2, 0x6A50, 0xE9D1, 0x6A51, 0xE9C9, 0x6A54, 0xE9D3, 0x6A55, 0xE9DA, - 0x6A56, 0xE9D9, 0x6A58, 0xBEEF, 0x6A59, 0xBEED, 0x6A5A, 0xE9CB, 0x6A5B, 0xE9C8, 0x6A5D, 0xE9C5, 0x6A5E, 0xE9D8, 0x6A5F, 0xBEF7, - 0x6A60, 0xE9D6, 0x6A61, 0xBEF3, 0x6A62, 0xBEF2, 0x6A64, 0xE9D0, 0x6A66, 0xE9BF, 0x6A67, 0xE9C1, 0x6A68, 0xE9C3, 0x6A69, 0xE9D5, - 0x6A6A, 0xE9CF, 0x6A6B, 0xBEEE, 0x6A6D, 0xE9C6, 0x6A6F, 0xE9D4, 0x6A76, 0xE9C7, 0x6A7E, 0xC0CF, 0x6A7F, 0xED45, 0x6A80, 0xC0C8, - 0x6A81, 0xECF5, 0x6A83, 0xED41, 0x6A84, 0xC0CA, 0x6A85, 0xED48, 0x6A87, 0xECFC, 0x6A89, 0xECF7, 0x6A8C, 0xED49, 0x6A8D, 0xECF3, - 0x6A8E, 0xECFE, 0x6A90, 0xC0D1, 0x6A91, 0xED44, 0x6A92, 0xED4A, 0x6A93, 0xECFD, 0x6A94, 0xC0C9, 0x6A95, 0xED40, 0x6A96, 0xECF4, - 0x6A97, 0xC0D0, 0x6A9A, 0xED47, 0x6A9B, 0xECF9, 0x6A9C, 0xC0CC, 0x6A9E, 0xECFB, 0x6A9F, 0xECF8, 0x6AA0, 0xC0D2, 0x6AA1, 0xECFA, - 0x6AA2, 0xC0CB, 0x6AA3, 0xC0CE, 0x6AA4, 0xED43, 0x6AA5, 0xECF6, 0x6AA6, 0xED46, 0x6AA8, 0xED42, 0x6AAC, 0xC263, 0x6AAD, 0xEFE7, - 0x6AAE, 0xC268, 0x6AAF, 0xC269, 0x6AB3, 0xC262, 0x6AB4, 0xEFE6, 0x6AB6, 0xEFE3, 0x6AB7, 0xEFE4, 0x6AB8, 0xC266, 0x6AB9, 0xEFDE, - 0x6ABA, 0xEFE2, 0x6ABB, 0xC265, 0x6ABD, 0xEFDF, 0x6AC2, 0xC267, 0x6AC3, 0xC264, 0x6AC5, 0xEFDD, 0x6AC6, 0xEFE1, 0x6AC7, 0xEFE5, - 0x6ACB, 0xF251, 0x6ACC, 0xF24E, 0x6ACD, 0xF257, 0x6ACF, 0xF256, 0x6AD0, 0xF254, 0x6AD1, 0xF24F, 0x6AD3, 0xC372, 0x6AD9, 0xF250, - 0x6ADA, 0xC371, 0x6ADB, 0xC0CD, 0x6ADC, 0xF253, 0x6ADD, 0xC370, 0x6ADE, 0xF258, 0x6ADF, 0xF252, 0x6AE0, 0xF24D, 0x6AE1, 0xEFE0, - 0x6AE5, 0xC36F, 0x6AE7, 0xF24C, 0x6AE8, 0xF456, 0x6AEA, 0xF455, 0x6AEB, 0xF255, 0x6AEC, 0xC468, 0x6AEE, 0xF459, 0x6AEF, 0xF45A, - 0x6AF0, 0xF454, 0x6AF1, 0xF458, 0x6AF3, 0xF453, 0x6AF8, 0xF5D1, 0x6AF9, 0xF457, 0x6AFA, 0xC4E7, 0x6AFB, 0xC4E5, 0x6AFC, 0xF5CF, - 0x6B00, 0xF5D2, 0x6B02, 0xF5CE, 0x6B03, 0xF5D0, 0x6B04, 0xC4E6, 0x6B08, 0xF6E5, 0x6B09, 0xF6E6, 0x6B0A, 0xC576, 0x6B0B, 0xF6E4, - 0x6B0F, 0xF7E2, 0x6B10, 0xC5CF, 0x6B11, 0xF7E0, 0x6B12, 0xF7E1, 0x6B13, 0xF8AC, 0x6B16, 0xC656, 0x6B17, 0xF8F3, 0x6B18, 0xF8F1, - 0x6B19, 0xF8F2, 0x6B1A, 0xF8F4, 0x6B1E, 0xF9BB, 0x6B20, 0xA4ED, 0x6B21, 0xA6B8, 0x6B23, 0xAA59, 0x6B25, 0xCCE9, 0x6B28, 0xCF64, - 0x6B2C, 0xD1F5, 0x6B2D, 0xD1F7, 0x6B2F, 0xD1F6, 0x6B31, 0xD1F8, 0x6B32, 0xB1FD, 0x6B33, 0xD5D7, 0x6B34, 0xD1F9, 0x6B36, 0xD5D6, - 0x6B37, 0xD5D8, 0x6B38, 0xD5D9, 0x6B39, 0xD9DA, 0x6B3A, 0xB4DB, 0x6B3B, 0xD9DB, 0x6B3C, 0xD9DD, 0x6B3D, 0xB4DC, 0x6B3E, 0xB4DA, - 0x6B3F, 0xD9DC, 0x6B41, 0xDDFA, 0x6B42, 0xDDF8, 0x6B43, 0xDDF7, 0x6B45, 0xDDF6, 0x6B46, 0xDDF5, 0x6B47, 0xB7B2, 0x6B48, 0xDDF9, - 0x6B49, 0xBA70, 0x6B4A, 0xE263, 0x6B4B, 0xE265, 0x6B4C, 0xBA71, 0x6B4D, 0xE264, 0x6B4E, 0xBCDB, 0x6B50, 0xBCDA, 0x6B51, 0xE5F0, - 0x6B54, 0xE9DF, 0x6B55, 0xE9DE, 0x6B56, 0xE9E0, 0x6B59, 0xBEF9, 0x6B5B, 0xED4B, 0x6B5C, 0xC0D3, 0x6B5E, 0xEFE8, 0x6B5F, 0xC26A, - 0x6B60, 0xF259, 0x6B61, 0xC577, 0x6B62, 0xA4EE, 0x6B63, 0xA5BF, 0x6B64, 0xA6B9, 0x6B65, 0xA842, 0x6B66, 0xAA5A, 0x6B67, 0xAA5B, - 0x6B6A, 0xAC6E, 0x6B6D, 0xD1FA, 0x6B72, 0xB7B3, 0x6B76, 0xE6D1, 0x6B77, 0xBEFA, 0x6B78, 0xC26B, 0x6B79, 0xA4EF, 0x6B7B, 0xA6BA, - 0x6B7E, 0xCCEB, 0x6B7F, 0xAA5C, 0x6B80, 0xCCEA, 0x6B82, 0xCF65, 0x6B83, 0xAC6F, 0x6B84, 0xCF66, 0x6B86, 0xAC70, 0x6B88, 0xD1FC, - 0x6B89, 0xAEEE, 0x6B8A, 0xAEED, 0x6B8C, 0xD5DE, 0x6B8D, 0xD5DC, 0x6B8E, 0xD5DD, 0x6B8F, 0xD5DB, 0x6B91, 0xD5DA, 0x6B94, 0xD9DE, - 0x6B95, 0xD9E1, 0x6B96, 0xB4DE, 0x6B97, 0xD9DF, 0x6B98, 0xB4DD, 0x6B99, 0xD9E0, 0x6B9B, 0xDDFB, 0x6B9E, 0xE266, 0x6B9F, 0xE267, - 0x6BA0, 0xE268, 0x6BA2, 0xE5F3, 0x6BA3, 0xE5F2, 0x6BA4, 0xBCDC, 0x6BA5, 0xE5F1, 0x6BA6, 0xE5F4, 0x6BA7, 0xE9E1, 0x6BAA, 0xE9E2, - 0x6BAB, 0xE9E3, 0x6BAD, 0xED4C, 0x6BAE, 0xC0D4, 0x6BAF, 0xC26C, 0x6BB0, 0xF25A, 0x6BB2, 0xC4E8, 0x6BB3, 0xC95F, 0x6BB5, 0xAC71, - 0x6BB6, 0xCF67, 0x6BB7, 0xAEEF, 0x6BBA, 0xB1FE, 0x6BBC, 0xB4DF, 0x6BBD, 0xD9E2, 0x6BBF, 0xB7B5, 0x6BC0, 0xB7B4, 0x6BC3, 0xE269, - 0x6BC4, 0xE26A, 0x6BC5, 0xBCDD, 0x6BC6, 0xBCDE, 0x6BC7, 0xE9E5, 0x6BC8, 0xE9E4, 0x6BC9, 0xEFE9, 0x6BCA, 0xF7E3, 0x6BCB, 0xA4F0, - 0x6BCC, 0xC960, 0x6BCD, 0xA5C0, 0x6BCF, 0xA843, 0x6BD0, 0xCB48, 0x6BD2, 0xAC72, 0x6BD3, 0xB7B6, 0x6BD4, 0xA4F1, 0x6BD6, 0xCF68, - 0x6BD7, 0xAC73, 0x6BD8, 0xCF69, 0x6BDA, 0xC0D5, 0x6BDB, 0xA4F2, 0x6BDE, 0xCCEC, 0x6BE0, 0xCF6A, 0x6BE2, 0xD242, 0x6BE3, 0xD241, - 0x6BE4, 0xD1FE, 0x6BE6, 0xD1FD, 0x6BE7, 0xD243, 0x6BE8, 0xD240, 0x6BEB, 0xB240, 0x6BEC, 0xB241, 0x6BEF, 0xB4E0, 0x6BF0, 0xD9E3, - 0x6BF2, 0xD9E4, 0x6BF3, 0xD9E5, 0x6BF7, 0xDE41, 0x6BF8, 0xDE42, 0x6BF9, 0xDE40, 0x6BFB, 0xDDFD, 0x6BFC, 0xDDFE, 0x6BFD, 0xB7B7, - 0x6BFE, 0xE26B, 0x6BFF, 0xE5F7, 0x6C00, 0xE5F6, 0x6C01, 0xE5F5, 0x6C02, 0xE5F8, 0x6C03, 0xE9E7, 0x6C04, 0xE9E6, 0x6C05, 0xBEFB, - 0x6C06, 0xE9E8, 0x6C08, 0xC0D6, 0x6C09, 0xED4D, 0x6C0B, 0xEFEA, 0x6C0C, 0xF25B, 0x6C0D, 0xF6E7, 0x6C0F, 0xA4F3, 0x6C10, 0xA5C2, - 0x6C11, 0xA5C1, 0x6C13, 0xAA5D, 0x6C14, 0xC961, 0x6C15, 0xC97E, 0x6C16, 0xA6BB, 0x6C18, 0xC9F7, 0x6C19, 0xCB49, 0x6C1A, 0xCB4A, - 0x6C1B, 0xAA5E, 0x6C1D, 0xCCED, 0x6C1F, 0xAC74, 0x6C20, 0xCF6B, 0x6C21, 0xCF6C, 0x6C23, 0xAEF0, 0x6C24, 0xAEF4, 0x6C25, 0xD244, - 0x6C26, 0xAEF3, 0x6C27, 0xAEF1, 0x6C28, 0xAEF2, 0x6C2A, 0xD5DF, 0x6C2B, 0xB242, 0x6C2C, 0xB4E3, 0x6C2E, 0xB4E1, 0x6C2F, 0xB4E2, - 0x6C30, 0xD9E6, 0x6C33, 0xBA72, 0x6C34, 0xA4F4, 0x6C36, 0xC9A1, 0x6C38, 0xA5C3, 0x6C3B, 0xC9A4, 0x6C3E, 0xA5C6, 0x6C3F, 0xC9A3, - 0x6C40, 0xA5C5, 0x6C41, 0xA5C4, 0x6C42, 0xA844, 0x6C43, 0xC9A2, 0x6C46, 0xC9F8, 0x6C4A, 0xC9FC, 0x6C4B, 0xC9FE, 0x6C4C, 0xCA40, - 0x6C4D, 0xA6C5, 0x6C4E, 0xA6C6, 0x6C4F, 0xC9FB, 0x6C50, 0xA6C1, 0x6C52, 0xC9F9, 0x6C54, 0xC9FD, 0x6C55, 0xA6C2, 0x6C57, 0xA6BD, - 0x6C59, 0xA6BE, 0x6C5B, 0xA6C4, 0x6C5C, 0xC9FA, 0x6C5D, 0xA6BC, 0x6C5E, 0xA845, 0x6C5F, 0xA6BF, 0x6C60, 0xA6C0, 0x6C61, 0xA6C3, - 0x6C65, 0xCB5B, 0x6C66, 0xCB59, 0x6C67, 0xCB4C, 0x6C68, 0xA851, 0x6C69, 0xCB53, 0x6C6A, 0xA84C, 0x6C6B, 0xCB4D, 0x6C6D, 0xCB55, - 0x6C6F, 0xCB52, 0x6C70, 0xA84F, 0x6C71, 0xCB51, 0x6C72, 0xA856, 0x6C73, 0xCB5A, 0x6C74, 0xA858, 0x6C76, 0xA85A, 0x6C78, 0xCB4B, - 0x6C7A, 0xA84D, 0x6C7B, 0xCB5C, 0x6C7D, 0xA854, 0x6C7E, 0xA857, 0x6C80, 0xCD45, 0x6C81, 0xA847, 0x6C82, 0xA85E, 0x6C83, 0xA855, - 0x6C84, 0xCB4E, 0x6C85, 0xA84A, 0x6C86, 0xA859, 0x6C87, 0xCB56, 0x6C88, 0xA848, 0x6C89, 0xA849, 0x6C8A, 0xCD43, 0x6C8B, 0xCB4F, - 0x6C8C, 0xA850, 0x6C8D, 0xA85B, 0x6C8E, 0xCB5D, 0x6C8F, 0xCB50, 0x6C90, 0xA84E, 0x6C92, 0xA853, 0x6C93, 0xCCEE, 0x6C94, 0xA85C, - 0x6C95, 0xCB57, 0x6C96, 0xA852, 0x6C98, 0xA85D, 0x6C99, 0xA846, 0x6C9A, 0xCB54, 0x6C9B, 0xA84B, 0x6C9C, 0xCB58, 0x6C9D, 0xCD44, - 0x6CAB, 0xAA6A, 0x6CAC, 0xAA7A, 0x6CAD, 0xCCF5, 0x6CAE, 0xAA71, 0x6CB0, 0xCD4B, 0x6CB1, 0xAA62, 0x6CB3, 0xAA65, 0x6CB4, 0xCD42, - 0x6CB6, 0xCCF3, 0x6CB7, 0xCCF7, 0x6CB8, 0xAA6D, 0x6CB9, 0xAA6F, 0x6CBA, 0xCCFA, 0x6CBB, 0xAA76, 0x6CBC, 0xAA68, 0x6CBD, 0xAA66, - 0x6CBE, 0xAA67, 0x6CBF, 0xAA75, 0x6CC0, 0xCD47, 0x6CC1, 0xAA70, 0x6CC2, 0xCCF9, 0x6CC3, 0xCCFB, 0x6CC4, 0xAA6E, 0x6CC5, 0xAA73, - 0x6CC6, 0xCCFC, 0x6CC7, 0xCD4A, 0x6CC9, 0xAC75, 0x6CCA, 0xAA79, 0x6CCC, 0xAA63, 0x6CCD, 0xCD49, 0x6CCF, 0xCD4D, 0x6CD0, 0xCCF8, - 0x6CD1, 0xCD4F, 0x6CD2, 0xCD40, 0x6CD3, 0xAA6C, 0x6CD4, 0xCCF4, 0x6CD5, 0xAA6B, 0x6CD6, 0xAA7D, 0x6CD7, 0xAA72, 0x6CD9, 0xCCF2, - 0x6CDA, 0xCF75, 0x6CDB, 0xAA78, 0x6CDC, 0xAA7C, 0x6CDD, 0xCD41, 0x6CDE, 0xCD46, 0x6CE0, 0xAA7E, 0x6CE1, 0xAA77, 0x6CE2, 0xAA69, - 0x6CE3, 0xAA5F, 0x6CE5, 0xAA64, 0x6CE7, 0xCCF6, 0x6CE8, 0xAA60, 0x6CE9, 0xCD4E, 0x6CEB, 0xCCF0, 0x6CEC, 0xCCEF, 0x6CED, 0xCCFD, - 0x6CEE, 0xCCF1, 0x6CEF, 0xAA7B, 0x6CF0, 0xAEF5, 0x6CF1, 0xAA74, 0x6CF2, 0xCCFE, 0x6CF3, 0xAA61, 0x6CF5, 0xACA6, 0x6CF9, 0xCD4C, - 0x6D00, 0xCF7C, 0x6D01, 0xCFA1, 0x6D03, 0xCFA4, 0x6D04, 0xCF77, 0x6D07, 0xCFA7, 0x6D08, 0xCFAA, 0x6D09, 0xCFAC, 0x6D0A, 0xCF74, - 0x6D0B, 0xAC76, 0x6D0C, 0xAC7B, 0x6D0D, 0xD249, 0x6D0E, 0xACAD, 0x6D0F, 0xCFA5, 0x6D10, 0xCFAD, 0x6D11, 0xCF7B, 0x6D12, 0xCF73, - 0x6D16, 0xD264, 0x6D17, 0xAC7E, 0x6D18, 0xCFA2, 0x6D19, 0xCF78, 0x6D1A, 0xCF7A, 0x6D1B, 0xACA5, 0x6D1D, 0xCF7D, 0x6D1E, 0xAC7D, - 0x6D1F, 0xCF70, 0x6D20, 0xCFA8, 0x6D22, 0xCFAB, 0x6D25, 0xAC7A, 0x6D27, 0xACA8, 0x6D28, 0xCF6D, 0x6D29, 0xACAA, 0x6D2A, 0xAC78, - 0x6D2B, 0xACAE, 0x6D2C, 0xCFA9, 0x6D2D, 0xCF6F, 0x6D2E, 0xACAB, 0x6D2F, 0xD25E, 0x6D30, 0xCD48, 0x6D31, 0xAC7C, 0x6D32, 0xAC77, - 0x6D33, 0xCF76, 0x6D34, 0xCF6E, 0x6D35, 0xACAC, 0x6D36, 0xACA4, 0x6D37, 0xCFA3, 0x6D38, 0xACA9, 0x6D39, 0xACA7, 0x6D3A, 0xCF79, - 0x6D3B, 0xACA1, 0x6D3C, 0xCF71, 0x6D3D, 0xACA2, 0x6D3E, 0xACA3, 0x6D3F, 0xCF72, 0x6D40, 0xCFA6, 0x6D41, 0xAC79, 0x6D42, 0xCF7E, - 0x6D58, 0xD24C, 0x6D59, 0xAEFD, 0x6D5A, 0xAF43, 0x6D5E, 0xD255, 0x6D5F, 0xD25B, 0x6D60, 0xD257, 0x6D61, 0xD24A, 0x6D62, 0xD24D, - 0x6D63, 0xD246, 0x6D64, 0xD247, 0x6D65, 0xAF4A, 0x6D66, 0xAEFA, 0x6D67, 0xD256, 0x6D68, 0xD25F, 0x6D69, 0xAF45, 0x6D6A, 0xAEF6, - 0x6D6C, 0xAF40, 0x6D6D, 0xD24E, 0x6D6E, 0xAF42, 0x6D6F, 0xD24F, 0x6D70, 0xD259, 0x6D74, 0xAF44, 0x6D75, 0xD268, 0x6D76, 0xD248, - 0x6D77, 0xAEFC, 0x6D78, 0xAEFB, 0x6D79, 0xAF48, 0x6D7A, 0xD245, 0x6D7B, 0xD266, 0x6D7C, 0xD25A, 0x6D7D, 0xD267, 0x6D7E, 0xD261, - 0x6D7F, 0xD253, 0x6D80, 0xD262, 0x6D82, 0xD25C, 0x6D83, 0xD265, 0x6D84, 0xD263, 0x6D85, 0xAF49, 0x6D86, 0xD254, 0x6D87, 0xAEF9, - 0x6D88, 0xAEF8, 0x6D89, 0xAF41, 0x6D8A, 0xAF47, 0x6D8B, 0xD260, 0x6D8C, 0xAF46, 0x6D8D, 0xD251, 0x6D8E, 0xB243, 0x6D90, 0xD269, - 0x6D91, 0xD250, 0x6D92, 0xD24B, 0x6D93, 0xAEFE, 0x6D94, 0xAF4B, 0x6D95, 0xAEF7, 0x6D97, 0xD258, 0x6D98, 0xD25D, 0x6DAA, 0xB265, - 0x6DAB, 0xD5E1, 0x6DAC, 0xD5E5, 0x6DAE, 0xB252, 0x6DAF, 0xB250, 0x6DB2, 0xB247, 0x6DB3, 0xD5E3, 0x6DB4, 0xD5E2, 0x6DB5, 0xB25B, - 0x6DB7, 0xD5E8, 0x6DB8, 0xB255, 0x6DBA, 0xD5FA, 0x6DBB, 0xD647, 0x6DBC, 0xB244, 0x6DBD, 0xD5F7, 0x6DBE, 0xD5F0, 0x6DBF, 0xB267, - 0x6DC0, 0xD5E0, 0x6DC2, 0xD5FC, 0x6DC4, 0xB264, 0x6DC5, 0xB258, 0x6DC6, 0xB263, 0x6DC7, 0xB24E, 0x6DC8, 0xD5EC, 0x6DC9, 0xD5FE, - 0x6DCA, 0xD5F6, 0x6DCB, 0xB24F, 0x6DCC, 0xB249, 0x6DCD, 0xD645, 0x6DCF, 0xD5FD, 0x6DD0, 0xD640, 0x6DD1, 0xB251, 0x6DD2, 0xB259, - 0x6DD3, 0xD642, 0x6DD4, 0xD5EA, 0x6DD5, 0xD5FB, 0x6DD6, 0xD5EF, 0x6DD7, 0xD644, 0x6DD8, 0xB25E, 0x6DD9, 0xB246, 0x6DDA, 0xB25C, - 0x6DDB, 0xD5F4, 0x6DDC, 0xD5F2, 0x6DDD, 0xD5F3, 0x6DDE, 0xB253, 0x6DDF, 0xD5EE, 0x6DE0, 0xD5ED, 0x6DE1, 0xB248, 0x6DE2, 0xD5E7, - 0x6DE3, 0xD646, 0x6DE4, 0xB24A, 0x6DE5, 0xD5F1, 0x6DE6, 0xB268, 0x6DE8, 0xB262, 0x6DE9, 0xD5E6, 0x6DEA, 0xB25F, 0x6DEB, 0xB25D, - 0x6DEC, 0xB266, 0x6DED, 0xD5F8, 0x6DEE, 0xB261, 0x6DEF, 0xD252, 0x6DF0, 0xD5F9, 0x6DF1, 0xB260, 0x6DF2, 0xD641, 0x6DF3, 0xB245, - 0x6DF4, 0xD5F5, 0x6DF5, 0xB257, 0x6DF6, 0xD5E9, 0x6DF7, 0xB256, 0x6DF9, 0xB254, 0x6DFA, 0xB24C, 0x6DFB, 0xB24B, 0x6DFC, 0xD9E7, - 0x6DFD, 0xD643, 0x6E00, 0xD5EB, 0x6E03, 0xD9FC, 0x6E05, 0xB24D, 0x6E19, 0xB541, 0x6E1A, 0xB25A, 0x6E1B, 0xB4EE, 0x6E1C, 0xD9F6, - 0x6E1D, 0xB4FC, 0x6E1F, 0xD9EA, 0x6E20, 0xB4EB, 0x6E21, 0xB4E7, 0x6E22, 0xDA49, 0x6E23, 0xB4ED, 0x6E24, 0xB4F1, 0x6E25, 0xB4EC, - 0x6E26, 0xB4F5, 0x6E27, 0xDA4D, 0x6E28, 0xDA44, 0x6E2B, 0xD9F1, 0x6E2C, 0xB4FA, 0x6E2D, 0xB4F4, 0x6E2E, 0xD9FD, 0x6E2F, 0xB4E4, - 0x6E30, 0xDA4A, 0x6E31, 0xDA43, 0x6E32, 0xB4E8, 0x6E33, 0xD9F7, 0x6E34, 0xB4F7, 0x6E35, 0xDA55, 0x6E36, 0xDA56, 0x6E38, 0xB4E5, - 0x6E39, 0xDA48, 0x6E3A, 0xB4F9, 0x6E3B, 0xD9FB, 0x6E3C, 0xD9ED, 0x6E3D, 0xD9EE, 0x6E3E, 0xB4FD, 0x6E3F, 0xD9F2, 0x6E40, 0xD9F9, - 0x6E41, 0xD9F3, 0x6E43, 0xB4FB, 0x6E44, 0xB544, 0x6E45, 0xD9EF, 0x6E46, 0xD9E8, 0x6E47, 0xD9E9, 0x6E49, 0xD9EB, 0x6E4A, 0xB4EA, - 0x6E4B, 0xD9F8, 0x6E4D, 0xB4F8, 0x6E4E, 0xB542, 0x6E51, 0xD9FA, 0x6E52, 0xDA53, 0x6E53, 0xDA4B, 0x6E54, 0xB4E6, 0x6E55, 0xDA51, - 0x6E56, 0xB4F2, 0x6E58, 0xB4F0, 0x6E5A, 0xDA57, 0x6E5B, 0xB4EF, 0x6E5C, 0xDA41, 0x6E5D, 0xD9F4, 0x6E5E, 0xD9FE, 0x6E5F, 0xB547, - 0x6E60, 0xDA45, 0x6E61, 0xDA42, 0x6E62, 0xD9F0, 0x6E63, 0xB543, 0x6E64, 0xDA4F, 0x6E65, 0xDA4C, 0x6E66, 0xDA54, 0x6E67, 0xB4E9, - 0x6E68, 0xDA40, 0x6E69, 0xB546, 0x6E6B, 0xDA47, 0x6E6E, 0xB4F3, 0x6E6F, 0xB4F6, 0x6E71, 0xDA46, 0x6E72, 0xB545, 0x6E73, 0xD9F5, - 0x6E74, 0xD5E4, 0x6E77, 0xDA50, 0x6E78, 0xDA4E, 0x6E79, 0xDA52, 0x6E88, 0xD9EC, 0x6E89, 0xB540, 0x6E8D, 0xDE61, 0x6E8E, 0xDE60, - 0x6E8F, 0xDE46, 0x6E90, 0xB7BD, 0x6E92, 0xDE5F, 0x6E93, 0xDE49, 0x6E94, 0xDE4A, 0x6E96, 0xB7C7, 0x6E97, 0xDE68, 0x6E98, 0xB7C2, - 0x6E99, 0xDE5E, 0x6E9B, 0xDE43, 0x6E9C, 0xB7C8, 0x6E9D, 0xB7BE, 0x6E9E, 0xDE52, 0x6E9F, 0xDE48, 0x6EA0, 0xDE4B, 0x6EA1, 0xDE63, - 0x6EA2, 0xB7B8, 0x6EA3, 0xDE6A, 0x6EA4, 0xDE62, 0x6EA5, 0xB7C1, 0x6EA6, 0xDE57, 0x6EA7, 0xB7CC, 0x6EAA, 0xB7CB, 0x6EAB, 0xB7C5, - 0x6EAE, 0xDE69, 0x6EAF, 0xB7B9, 0x6EB0, 0xDE55, 0x6EB1, 0xDE4C, 0x6EB2, 0xDE59, 0x6EB3, 0xDE65, 0x6EB4, 0xB7CD, 0x6EB6, 0xB7BB, - 0x6EB7, 0xDE54, 0x6EB9, 0xDE4D, 0x6EBA, 0xB7C4, 0x6EBC, 0xB7C3, 0x6EBD, 0xDE50, 0x6EBE, 0xDE5A, 0x6EBF, 0xDE64, 0x6EC0, 0xDE47, - 0x6EC1, 0xDE51, 0x6EC2, 0xB7BC, 0x6EC3, 0xDE5B, 0x6EC4, 0xB7C9, 0x6EC5, 0xB7C0, 0x6EC6, 0xDE4E, 0x6EC7, 0xB7BF, 0x6EC8, 0xDE45, - 0x6EC9, 0xDE53, 0x6ECA, 0xDE67, 0x6ECB, 0xB4FE, 0x6ECC, 0xBAB0, 0x6ECD, 0xDE56, 0x6ECE, 0xE26C, 0x6ECF, 0xDE58, 0x6ED0, 0xDE66, - 0x6ED1, 0xB7C6, 0x6ED2, 0xDE4F, 0x6ED3, 0xB7BA, 0x6ED4, 0xB7CA, 0x6ED5, 0xBCF0, 0x6ED6, 0xDE44, 0x6ED8, 0xDE5D, 0x6EDC, 0xDE5C, - 0x6EEB, 0xE2AA, 0x6EEC, 0xBAAD, 0x6EED, 0xE27D, 0x6EEE, 0xE2A4, 0x6EEF, 0xBAA2, 0x6EF1, 0xE26E, 0x6EF2, 0xBAAF, 0x6EF4, 0xBA77, - 0x6EF5, 0xE26D, 0x6EF6, 0xE2B0, 0x6EF7, 0xBAB1, 0x6EF8, 0xE271, 0x6EF9, 0xE2A3, 0x6EFB, 0xE273, 0x6EFC, 0xE2B3, 0x6EFD, 0xE2AF, - 0x6EFE, 0xBA75, 0x6EFF, 0xBAA1, 0x6F00, 0xE653, 0x6F01, 0xBAAE, 0x6F02, 0xBA7D, 0x6F03, 0xE26F, 0x6F05, 0xE2AE, 0x6F06, 0xBAA3, - 0x6F07, 0xE2AB, 0x6F08, 0xE2B8, 0x6F09, 0xE275, 0x6F0A, 0xE27E, 0x6F0D, 0xE2B6, 0x6F0E, 0xE2AC, 0x6F0F, 0xBA7C, 0x6F12, 0xE27C, - 0x6F13, 0xBA76, 0x6F14, 0xBA74, 0x6F15, 0xBAA8, 0x6F18, 0xE27A, 0x6F19, 0xE277, 0x6F1A, 0xE278, 0x6F1C, 0xE2B2, 0x6F1E, 0xE2B7, - 0x6F1F, 0xE2B5, 0x6F20, 0xBA7A, 0x6F21, 0xE2B9, 0x6F22, 0xBA7E, 0x6F23, 0xBAA7, 0x6F25, 0xE270, 0x6F26, 0xE5FA, 0x6F27, 0xE279, - 0x6F29, 0xBA78, 0x6F2A, 0xBAAC, 0x6F2B, 0xBAA9, 0x6F2C, 0xBA7B, 0x6F2D, 0xE2A5, 0x6F2E, 0xE274, 0x6F2F, 0xBAAA, 0x6F30, 0xE2A7, - 0x6F31, 0xBAA4, 0x6F32, 0xBAA6, 0x6F33, 0xBA73, 0x6F35, 0xE2A9, 0x6F36, 0xE2A1, 0x6F37, 0xE272, 0x6F38, 0xBAA5, 0x6F39, 0xE2B1, - 0x6F3A, 0xE2B4, 0x6F3B, 0xE27B, 0x6F3C, 0xE2A8, 0x6F3E, 0xBA79, 0x6F3F, 0xBCDF, 0x6F40, 0xE2A6, 0x6F41, 0xE5F9, 0x6F43, 0xE2AD, - 0x6F4E, 0xE276, 0x6F4F, 0xE644, 0x6F50, 0xE64E, 0x6F51, 0xBCE2, 0x6F52, 0xE64D, 0x6F53, 0xE659, 0x6F54, 0xBCE4, 0x6F55, 0xE64B, - 0x6F57, 0xE64F, 0x6F58, 0xBCEF, 0x6F5A, 0xE646, 0x6F5B, 0xBCE7, 0x6F5D, 0xE652, 0x6F5E, 0xE9F0, 0x6F5F, 0xBCF3, 0x6F60, 0xBCF2, - 0x6F61, 0xE654, 0x6F62, 0xE643, 0x6F63, 0xE65E, 0x6F64, 0xBCED, 0x6F66, 0xBCE3, 0x6F67, 0xE657, 0x6F69, 0xE65B, 0x6F6A, 0xE660, - 0x6F6B, 0xE655, 0x6F6C, 0xE649, 0x6F6D, 0xBCE6, 0x6F6E, 0xBCE9, 0x6F6F, 0xBCF1, 0x6F70, 0xBCEC, 0x6F72, 0xE64C, 0x6F73, 0xE2A2, - 0x6F76, 0xE648, 0x6F77, 0xE65F, 0x6F78, 0xBCE8, 0x6F7A, 0xBCEB, 0x6F7B, 0xE661, 0x6F7C, 0xBCE0, 0x6F7D, 0xE656, 0x6F7E, 0xE5FB, - 0x6F7F, 0xE65C, 0x6F80, 0xC0DF, 0x6F82, 0xE64A, 0x6F84, 0xBCE1, 0x6F85, 0xE645, 0x6F86, 0xBCE5, 0x6F87, 0xE5FC, 0x6F88, 0xBAAB, - 0x6F89, 0xE641, 0x6F8B, 0xE65A, 0x6F8C, 0xE642, 0x6F8D, 0xE640, 0x6F8E, 0xBCEA, 0x6F90, 0xE658, 0x6F92, 0xE5FE, 0x6F93, 0xE651, - 0x6F94, 0xE650, 0x6F95, 0xE65D, 0x6F96, 0xE647, 0x6F97, 0xBCEE, 0x6F9E, 0xE9F3, 0x6FA0, 0xBF49, 0x6FA1, 0xBEFE, 0x6FA2, 0xEA40, - 0x6FA3, 0xE9EB, 0x6FA4, 0xBF41, 0x6FA5, 0xE9F7, 0x6FA6, 0xBF48, 0x6FA7, 0xBF43, 0x6FA8, 0xE9F5, 0x6FA9, 0xED4F, 0x6FAA, 0xE9FB, - 0x6FAB, 0xEA42, 0x6FAC, 0xE9FA, 0x6FAD, 0xE9E9, 0x6FAE, 0xE9F8, 0x6FAF, 0xEA44, 0x6FB0, 0xEA46, 0x6FB1, 0xBEFD, 0x6FB2, 0xEA45, - 0x6FB3, 0xBF44, 0x6FB4, 0xBF4A, 0x6FB6, 0xBF47, 0x6FB8, 0xE9FE, 0x6FB9, 0xBF46, 0x6FBA, 0xE9F9, 0x6FBC, 0xE9ED, 0x6FBD, 0xE9F2, - 0x6FBF, 0xE9FD, 0x6FC0, 0xBF45, 0x6FC1, 0xBF42, 0x6FC2, 0xBEFC, 0x6FC3, 0xBF40, 0x6FC4, 0xE9F1, 0x6FC6, 0xE5FD, 0x6FC7, 0xE9EC, - 0x6FC8, 0xE9EF, 0x6FC9, 0xEA41, 0x6FCA, 0xE9F4, 0x6FCB, 0xE9EA, 0x6FCC, 0xED4E, 0x6FCD, 0xEA43, 0x6FCE, 0xE9EE, 0x6FCF, 0xE9FC, - 0x6FD4, 0xED51, 0x6FD5, 0xC0E3, 0x6FD8, 0xC0D7, 0x6FDB, 0xC0DB, 0x6FDC, 0xED53, 0x6FDD, 0xED59, 0x6FDE, 0xED57, 0x6FDF, 0xC0D9, - 0x6FE0, 0xC0DA, 0x6FE1, 0xC0E1, 0x6FE2, 0xED5A, 0x6FE3, 0xED52, 0x6FE4, 0xC0DC, 0x6FE6, 0xED56, 0x6FE7, 0xED55, 0x6FE8, 0xED5B, - 0x6FE9, 0xC0E2, 0x6FEB, 0xC0DD, 0x6FEC, 0xC0E0, 0x6FED, 0xED54, 0x6FEE, 0xC0E4, 0x6FEF, 0xC0DE, 0x6FF0, 0xC0E5, 0x6FF1, 0xC0D8, - 0x6FF2, 0xED58, 0x6FF4, 0xED50, 0x6FF7, 0xEFF7, 0x6FFA, 0xC271, 0x6FFB, 0xEFF4, 0x6FFC, 0xEFF6, 0x6FFE, 0xC26F, 0x6FFF, 0xEFF2, - 0x7000, 0xEFF3, 0x7001, 0xEFEE, 0x7004, 0xE9F6, 0x7005, 0xEFEF, 0x7006, 0xC270, 0x7007, 0xEFEB, 0x7009, 0xC26D, 0x700A, 0xEFF8, - 0x700B, 0xC26E, 0x700C, 0xEFEC, 0x700D, 0xEFED, 0x700E, 0xEFF1, 0x700F, 0xC273, 0x7011, 0xC272, 0x7014, 0xEFF0, 0x7015, 0xC378, - 0x7016, 0xF25F, 0x7017, 0xF265, 0x7018, 0xC379, 0x7019, 0xF25C, 0x701A, 0xC376, 0x701B, 0xC373, 0x701C, 0xF267, 0x701D, 0xC377, - 0x701F, 0xC374, 0x7020, 0xF25E, 0x7021, 0xF261, 0x7022, 0xF262, 0x7023, 0xF263, 0x7024, 0xF266, 0x7026, 0xEFF5, 0x7027, 0xF25D, - 0x7028, 0xC375, 0x7029, 0xF264, 0x702A, 0xF268, 0x702B, 0xF260, 0x702F, 0xF45D, 0x7030, 0xC46A, 0x7031, 0xF460, 0x7032, 0xC46B, - 0x7033, 0xF468, 0x7034, 0xF45F, 0x7035, 0xF45C, 0x7037, 0xF45E, 0x7038, 0xF462, 0x7039, 0xF465, 0x703A, 0xF464, 0x703B, 0xF467, - 0x703C, 0xF45B, 0x703E, 0xC469, 0x703F, 0xF463, 0x7040, 0xF466, 0x7041, 0xF469, 0x7042, 0xF461, 0x7043, 0xF5D3, 0x7044, 0xF5D4, - 0x7045, 0xF5D8, 0x7046, 0xF5D9, 0x7048, 0xF5D6, 0x7049, 0xF5D7, 0x704A, 0xF5D5, 0x704C, 0xC4E9, 0x7051, 0xC578, 0x7052, 0xF6EB, - 0x7055, 0xF6E8, 0x7056, 0xF6E9, 0x7057, 0xF6EA, 0x7058, 0xC579, 0x705A, 0xF7E5, 0x705B, 0xF7E4, 0x705D, 0xF8AF, 0x705E, 0xC5F4, - 0x705F, 0xF8AD, 0x7060, 0xF8B0, 0x7061, 0xF8AE, 0x7062, 0xF8F5, 0x7063, 0xC657, 0x7064, 0xC665, 0x7065, 0xF9A3, 0x7066, 0xF96C, - 0x7068, 0xF9A2, 0x7069, 0xF9D0, 0x706A, 0xF9D1, 0x706B, 0xA4F5, 0x7070, 0xA6C7, 0x7071, 0xCA41, 0x7074, 0xCB5E, 0x7076, 0xA85F, - 0x7078, 0xA862, 0x707A, 0xCB5F, 0x707C, 0xA860, 0x707D, 0xA861, 0x7082, 0xCD58, 0x7083, 0xCD5A, 0x7084, 0xCD55, 0x7085, 0xCD52, - 0x7086, 0xCD54, 0x708A, 0xAAA4, 0x708E, 0xAAA2, 0x7091, 0xCD56, 0x7092, 0xAAA3, 0x7093, 0xCD53, 0x7094, 0xCD50, 0x7095, 0xAAA1, - 0x7096, 0xCD57, 0x7098, 0xCD51, 0x7099, 0xAAA5, 0x709A, 0xCD59, 0x709F, 0xCFAF, 0x70A1, 0xCFB3, 0x70A4, 0xACB7, 0x70A9, 0xCFB6, - 0x70AB, 0xACAF, 0x70AC, 0xACB2, 0x70AD, 0xACB4, 0x70AE, 0xACB6, 0x70AF, 0xACB3, 0x70B0, 0xCFB2, 0x70B1, 0xCFB1, 0x70B3, 0xACB1, - 0x70B4, 0xCFB4, 0x70B5, 0xCFB5, 0x70B7, 0xCFAE, 0x70B8, 0xACB5, 0x70BA, 0xACB0, 0x70BE, 0xCFB0, 0x70C5, 0xD277, 0x70C6, 0xD278, - 0x70C7, 0xD279, 0x70C8, 0xAF50, 0x70CA, 0xAF4C, 0x70CB, 0xD26E, 0x70CD, 0xD276, 0x70CE, 0xD27B, 0x70CF, 0xAF51, 0x70D1, 0xD26C, - 0x70D2, 0xD272, 0x70D3, 0xD26B, 0x70D4, 0xD275, 0x70D7, 0xD271, 0x70D8, 0xAF4D, 0x70D9, 0xAF4F, 0x70DA, 0xD27A, 0x70DC, 0xD26A, - 0x70DD, 0xD26D, 0x70DE, 0xD273, 0x70E0, 0xD274, 0x70E1, 0xD27C, 0x70E2, 0xD270, 0x70E4, 0xAF4E, 0x70EF, 0xB26D, 0x70F0, 0xD64E, - 0x70F3, 0xD650, 0x70F4, 0xD64C, 0x70F6, 0xD658, 0x70F7, 0xD64A, 0x70F8, 0xD657, 0x70F9, 0xB269, 0x70FA, 0xD648, 0x70FB, 0xDA5B, - 0x70FC, 0xD652, 0x70FD, 0xB26C, 0x70FF, 0xD653, 0x7100, 0xD656, 0x7102, 0xD65A, 0x7104, 0xD64F, 0x7106, 0xD654, 0x7109, 0xB26A, - 0x710A, 0xB26B, 0x710B, 0xD659, 0x710C, 0xD64D, 0x710D, 0xD649, 0x710E, 0xD65B, 0x7110, 0xD651, 0x7113, 0xD655, 0x7117, 0xD64B, - 0x7119, 0xB548, 0x711A, 0xB549, 0x711B, 0xDA65, 0x711C, 0xB54F, 0x711E, 0xDA59, 0x711F, 0xDA62, 0x7120, 0xDA58, 0x7121, 0xB54C, - 0x7122, 0xDA60, 0x7123, 0xDA5E, 0x7125, 0xDA5F, 0x7126, 0xB54A, 0x7128, 0xDA63, 0x712E, 0xDA5C, 0x712F, 0xDA5A, 0x7130, 0xB54B, - 0x7131, 0xDA5D, 0x7132, 0xDA61, 0x7136, 0xB54D, 0x713A, 0xDA64, 0x7141, 0xDE70, 0x7142, 0xDE77, 0x7143, 0xDE79, 0x7144, 0xDEA1, - 0x7146, 0xB7DA, 0x7147, 0xDE6B, 0x7149, 0xB7D2, 0x714B, 0xDE7A, 0x714C, 0xB7D7, 0x714D, 0xDEA2, 0x714E, 0xB7CE, 0x7150, 0xDE7D, - 0x7152, 0xDE6D, 0x7153, 0xDE7E, 0x7154, 0xDE6C, 0x7156, 0xB7DC, 0x7158, 0xDE78, 0x7159, 0xB7CF, 0x715A, 0xDEA3, 0x715C, 0xB7D4, - 0x715D, 0xDE71, 0x715E, 0xB7D9, 0x715F, 0xDE7C, 0x7160, 0xDE6F, 0x7161, 0xDE76, 0x7162, 0xDE72, 0x7163, 0xDE6E, 0x7164, 0xB7D1, - 0x7165, 0xB7D8, 0x7166, 0xB7D6, 0x7167, 0xB7D3, 0x7168, 0xB7DB, 0x7169, 0xB7D0, 0x716A, 0xDE75, 0x716C, 0xB7D5, 0x716E, 0xB54E, - 0x7170, 0xDE7B, 0x7172, 0xDE73, 0x7178, 0xDE74, 0x717B, 0xE2C1, 0x717D, 0xBAB4, 0x7180, 0xE2BD, 0x7181, 0xE2C3, 0x7182, 0xE2BF, - 0x7184, 0xBAB6, 0x7185, 0xE2BE, 0x7186, 0xE2C2, 0x7187, 0xE2BA, 0x7189, 0xE2BC, 0x718A, 0xBAB5, 0x718F, 0xE2C0, 0x7190, 0xE2BB, - 0x7192, 0xBAB7, 0x7194, 0xBAB2, 0x7197, 0xE2C4, 0x7199, 0xBAB3, 0x719A, 0xE667, 0x719B, 0xE664, 0x719C, 0xE670, 0x719D, 0xE66A, - 0x719E, 0xE66C, 0x719F, 0xBCF4, 0x71A0, 0xE666, 0x71A1, 0xE66E, 0x71A4, 0xE66D, 0x71A5, 0xE66B, 0x71A7, 0xE671, 0x71A8, 0xBCF7, - 0x71A9, 0xE668, 0x71AA, 0xE66F, 0x71AC, 0xBCF5, 0x71AF, 0xE663, 0x71B0, 0xE665, 0x71B1, 0xBCF6, 0x71B2, 0xE662, 0x71B3, 0xE672, - 0x71B5, 0xE669, 0x71B8, 0xEA4A, 0x71B9, 0xBF51, 0x71BC, 0xEA55, 0x71BD, 0xEA53, 0x71BE, 0xBF4B, 0x71BF, 0xEA49, 0x71C0, 0xEA4C, - 0x71C1, 0xEA4D, 0x71C2, 0xEA48, 0x71C3, 0xBF55, 0x71C4, 0xBF56, 0x71C5, 0xEA47, 0x71C6, 0xEA56, 0x71C7, 0xEA51, 0x71C8, 0xBF4F, - 0x71C9, 0xBF4C, 0x71CA, 0xEA50, 0x71CB, 0xEA4E, 0x71CE, 0xBF52, 0x71CF, 0xEA52, 0x71D0, 0xBF4D, 0x71D2, 0xBF4E, 0x71D4, 0xEA4F, - 0x71D5, 0xBF50, 0x71D6, 0xEA4B, 0x71D8, 0xEA54, 0x71D9, 0xBF53, 0x71DA, 0xEA57, 0x71DB, 0xEA58, 0x71DC, 0xBF54, 0x71DF, 0xC0E7, - 0x71E0, 0xC0EE, 0x71E1, 0xED5C, 0x71E2, 0xED62, 0x71E4, 0xED60, 0x71E5, 0xC0EA, 0x71E6, 0xC0E9, 0x71E7, 0xC0E6, 0x71E8, 0xED5E, - 0x71EC, 0xC0EC, 0x71ED, 0xC0EB, 0x71EE, 0xC0E8, 0x71F0, 0xED61, 0x71F1, 0xED5D, 0x71F2, 0xED5F, 0x71F4, 0xC0ED, 0x71F8, 0xC277, - 0x71F9, 0xEFFB, 0x71FB, 0xC274, 0x71FC, 0xC275, 0x71FD, 0xEFFD, 0x71FE, 0xC276, 0x71FF, 0xEFFA, 0x7201, 0xEFF9, 0x7202, 0xF26C, - 0x7203, 0xEFFC, 0x7205, 0xF26D, 0x7206, 0xC37A, 0x7207, 0xF26B, 0x720A, 0xF26A, 0x720C, 0xF269, 0x720D, 0xC37B, 0x7210, 0xC46C, - 0x7213, 0xF46A, 0x7214, 0xF46B, 0x7219, 0xF5DC, 0x721A, 0xF5DB, 0x721B, 0xC4EA, 0x721D, 0xF5DA, 0x721E, 0xF6EC, 0x721F, 0xF6ED, - 0x7222, 0xF7E6, 0x7223, 0xF8B1, 0x7226, 0xF8F6, 0x7227, 0xF9BC, 0x7228, 0xC679, 0x7229, 0xF9C6, 0x722A, 0xA4F6, 0x722C, 0xAAA6, - 0x722D, 0xAAA7, 0x7230, 0xACB8, 0x7235, 0xC0EF, 0x7236, 0xA4F7, 0x7238, 0xAAA8, 0x7239, 0xAF52, 0x723A, 0xB7DD, 0x723B, 0xA4F8, - 0x723D, 0xB26E, 0x723E, 0xBAB8, 0x723F, 0xC962, 0x7241, 0xCFB7, 0x7242, 0xD27D, 0x7244, 0xE2C5, 0x7246, 0xC0F0, 0x7247, 0xA4F9, - 0x7248, 0xAAA9, 0x7249, 0xCFB8, 0x724A, 0xCFB9, 0x724B, 0xDA66, 0x724C, 0xB550, 0x724F, 0xDEA4, 0x7252, 0xB7DE, 0x7253, 0xE2C6, - 0x7256, 0xBCF8, 0x7258, 0xC37C, 0x7259, 0xA4FA, 0x725A, 0xDA67, 0x725B, 0xA4FB, 0x725D, 0xA6C9, 0x725E, 0xCA42, 0x725F, 0xA6C8, - 0x7260, 0xA865, 0x7261, 0xA864, 0x7262, 0xA863, 0x7263, 0xCB60, 0x7267, 0xAAAA, 0x7269, 0xAAAB, 0x726A, 0xCD5B, 0x726C, 0xCFBA, - 0x726E, 0xCFBD, 0x726F, 0xACBA, 0x7270, 0xCFBB, 0x7272, 0xACB9, 0x7273, 0xCFBC, 0x7274, 0xACBB, 0x7276, 0xD2A2, 0x7277, 0xD2A1, - 0x7278, 0xD27E, 0x7279, 0xAF53, 0x727B, 0xD65D, 0x727C, 0xD65E, 0x727D, 0xB26F, 0x727E, 0xD65C, 0x727F, 0xD65F, 0x7280, 0xB552, - 0x7281, 0xB270, 0x7284, 0xB551, 0x7285, 0xDA6B, 0x7286, 0xDA6A, 0x7288, 0xDA68, 0x7289, 0xDA69, 0x728B, 0xDA6C, 0x728C, 0xDEA6, - 0x728D, 0xDEA5, 0x728E, 0xDEA9, 0x7290, 0xDEA8, 0x7291, 0xDEA7, 0x7292, 0xBAB9, 0x7293, 0xE2C9, 0x7295, 0xE2C8, 0x7296, 0xBABA, - 0x7297, 0xE2C7, 0x7298, 0xE673, 0x729A, 0xE674, 0x729B, 0xBCF9, 0x729D, 0xEA59, 0x729E, 0xEA5A, 0x72A1, 0xF272, 0x72A2, 0xC37D, - 0x72A3, 0xF271, 0x72A4, 0xF270, 0x72A5, 0xF26E, 0x72A6, 0xF26F, 0x72A7, 0xC4EB, 0x72A8, 0xF46C, 0x72A9, 0xF6EE, 0x72AA, 0xF8F7, - 0x72AC, 0xA4FC, 0x72AE, 0xC9A5, 0x72AF, 0xA5C7, 0x72B0, 0xC9A6, 0x72B4, 0xCA43, 0x72B5, 0xCA44, 0x72BA, 0xCB66, 0x72BD, 0xCB62, - 0x72BF, 0xCB61, 0x72C0, 0xAAAC, 0x72C1, 0xCB65, 0x72C2, 0xA867, 0x72C3, 0xCB63, 0x72C4, 0xA866, 0x72C5, 0xCB67, 0x72C6, 0xCB64, - 0x72C9, 0xCD5F, 0x72CA, 0xCFBE, 0x72CB, 0xCD5D, 0x72CC, 0xCD64, 0x72CE, 0xAAAD, 0x72D0, 0xAAB0, 0x72D1, 0xCD65, 0x72D2, 0xCD61, - 0x72D4, 0xCD62, 0x72D6, 0xCD5C, 0x72D7, 0xAAAF, 0x72D8, 0xCD5E, 0x72D9, 0xAAAE, 0x72DA, 0xCD63, 0x72DC, 0xCD60, 0x72DF, 0xCFC2, - 0x72E0, 0xACBD, 0x72E1, 0xACBE, 0x72E3, 0xCFC5, 0x72E4, 0xCFBF, 0x72E6, 0xCFC4, 0x72E8, 0xCFC0, 0x72E9, 0xACBC, 0x72EA, 0xCFC3, - 0x72EB, 0xCFC1, 0x72F3, 0xD2A8, 0x72F4, 0xD2A5, 0x72F6, 0xD2A7, 0x72F7, 0xAF58, 0x72F8, 0xAF57, 0x72F9, 0xAF55, 0x72FA, 0xD2A4, - 0x72FB, 0xD2A9, 0x72FC, 0xAF54, 0x72FD, 0xAF56, 0x72FE, 0xD2A6, 0x72FF, 0xD667, 0x7300, 0xD2A3, 0x7301, 0xD2AA, 0x7307, 0xD662, - 0x7308, 0xD666, 0x730A, 0xD665, 0x730B, 0xDA6E, 0x730C, 0xDA79, 0x730F, 0xD668, 0x7311, 0xD663, 0x7312, 0xDA6D, 0x7313, 0xB274, - 0x7316, 0xB273, 0x7317, 0xD661, 0x7318, 0xD664, 0x7319, 0xB275, 0x731B, 0xB272, 0x731C, 0xB271, 0x731D, 0xD660, 0x731E, 0xD669, - 0x7322, 0xDA70, 0x7323, 0xDA77, 0x7325, 0xB554, 0x7326, 0xDA76, 0x7327, 0xDA73, 0x7329, 0xB556, 0x732D, 0xDA75, 0x7330, 0xDA6F, - 0x7331, 0xDA71, 0x7332, 0xDA74, 0x7333, 0xDA72, 0x7334, 0xB555, 0x7335, 0xDA78, 0x7336, 0xB553, 0x7337, 0xB7DF, 0x733A, 0xDEAD, - 0x733B, 0xDEAC, 0x733C, 0xDEAA, 0x733E, 0xB7E2, 0x733F, 0xB7E1, 0x7340, 0xDEAE, 0x7342, 0xDEAB, 0x7343, 0xE2CA, 0x7344, 0xBABB, - 0x7345, 0xB7E0, 0x7349, 0xDEB0, 0x734A, 0xDEAF, 0x734C, 0xE2CD, 0x734D, 0xE2CB, 0x734E, 0xBCFA, 0x7350, 0xBABC, 0x7351, 0xE2CC, - 0x7352, 0xE676, 0x7357, 0xBCFB, 0x7358, 0xE675, 0x7359, 0xE67E, 0x735A, 0xE67D, 0x735B, 0xE67B, 0x735D, 0xE67A, 0x735E, 0xE677, - 0x735F, 0xE678, 0x7360, 0xE679, 0x7361, 0xE67C, 0x7362, 0xE6A1, 0x7365, 0xEA5F, 0x7366, 0xEA5C, 0x7367, 0xEA5D, 0x7368, 0xBF57, - 0x7369, 0xEA5B, 0x736A, 0xEA61, 0x736B, 0xEA60, 0x736C, 0xEA5E, 0x736E, 0xED64, 0x736F, 0xED65, 0x7370, 0xC0F1, 0x7372, 0xC0F2, - 0x7373, 0xED63, 0x7375, 0xC279, 0x7376, 0xEFFE, 0x7377, 0xC278, 0x7378, 0xC37E, 0x737A, 0xC3A1, 0x737B, 0xC46D, 0x737C, 0xF46E, - 0x737D, 0xF46D, 0x737E, 0xF5DD, 0x737F, 0xF6EF, 0x7380, 0xC57A, 0x7381, 0xF7E8, 0x7382, 0xF7E7, 0x7383, 0xF7E9, 0x7384, 0xA5C8, - 0x7385, 0xCFC6, 0x7386, 0xAF59, 0x7387, 0xB276, 0x7388, 0xD66A, 0x7389, 0xA5C9, 0x738A, 0xC9A7, 0x738B, 0xA4FD, 0x738E, 0xCA45, - 0x7392, 0xCB6C, 0x7393, 0xCB6A, 0x7394, 0xCB6B, 0x7395, 0xCB68, 0x7396, 0xA868, 0x7397, 0xCB69, 0x739D, 0xCD6D, 0x739F, 0xAAB3, - 0x73A0, 0xCD6B, 0x73A1, 0xCD67, 0x73A2, 0xCD6A, 0x73A4, 0xCD66, 0x73A5, 0xAAB5, 0x73A6, 0xCD69, 0x73A8, 0xAAB2, 0x73A9, 0xAAB1, - 0x73AB, 0xAAB4, 0x73AC, 0xCD6C, 0x73AD, 0xCD68, 0x73B2, 0xACC2, 0x73B3, 0xACC5, 0x73B4, 0xCFCE, 0x73B5, 0xCFCD, 0x73B6, 0xCFCC, - 0x73B7, 0xACBF, 0x73B8, 0xCFD5, 0x73B9, 0xCFCB, 0x73BB, 0xACC1, 0x73BC, 0xD2AF, 0x73BE, 0xCFD2, 0x73BF, 0xCFD0, 0x73C0, 0xACC4, - 0x73C2, 0xCFC8, 0x73C3, 0xCFD3, 0x73C5, 0xCFCA, 0x73C6, 0xCFD4, 0x73C7, 0xCFD1, 0x73C8, 0xCFC9, 0x73CA, 0xACC0, 0x73CB, 0xCFD6, - 0x73CC, 0xCFC7, 0x73CD, 0xACC3, 0x73D2, 0xD2B4, 0x73D3, 0xD2AB, 0x73D4, 0xD2B6, 0x73D6, 0xD2AE, 0x73D7, 0xD2B9, 0x73D8, 0xD2BA, - 0x73D9, 0xD2AC, 0x73DA, 0xD2B8, 0x73DB, 0xD2B5, 0x73DC, 0xD2B3, 0x73DD, 0xD2B7, 0x73DE, 0xAF5F, 0x73E0, 0xAF5D, 0x73E3, 0xD2B1, - 0x73E5, 0xD2AD, 0x73E7, 0xD2B0, 0x73E8, 0xD2BB, 0x73E9, 0xD2B2, 0x73EA, 0xAF5E, 0x73EB, 0xCFCF, 0x73ED, 0xAF5A, 0x73EE, 0xAF5C, - 0x73F4, 0xD678, 0x73F5, 0xD66D, 0x73F6, 0xD66B, 0x73F8, 0xD66C, 0x73FA, 0xD673, 0x73FC, 0xD674, 0x73FD, 0xD670, 0x73FE, 0xB27B, - 0x73FF, 0xD675, 0x7400, 0xD672, 0x7401, 0xD66F, 0x7403, 0xB279, 0x7404, 0xD66E, 0x7405, 0xB277, 0x7406, 0xB27A, 0x7407, 0xD671, - 0x7408, 0xD679, 0x7409, 0xAF5B, 0x740A, 0xB278, 0x740B, 0xD677, 0x740C, 0xD676, 0x740D, 0xB27C, 0x7416, 0xDA7E, 0x741A, 0xDAA1, - 0x741B, 0xB560, 0x741D, 0xDAA7, 0x7420, 0xDAA9, 0x7421, 0xDAA2, 0x7422, 0xB55A, 0x7423, 0xDAA6, 0x7424, 0xDAA5, 0x7425, 0xB55B, - 0x7426, 0xB561, 0x7428, 0xB562, 0x7429, 0xDAA8, 0x742A, 0xB558, 0x742B, 0xDA7D, 0x742C, 0xDA7B, 0x742D, 0xDAA3, 0x742E, 0xDA7A, - 0x742F, 0xB55F, 0x7430, 0xDA7C, 0x7431, 0xDAA4, 0x7432, 0xDAAA, 0x7433, 0xB559, 0x7434, 0xB55E, 0x7435, 0xB55C, 0x7436, 0xB55D, - 0x743A, 0xB557, 0x743F, 0xB7E9, 0x7440, 0xDEB7, 0x7441, 0xB7E8, 0x7442, 0xDEBB, 0x7444, 0xDEB1, 0x7446, 0xDEBC, 0x744A, 0xDEB2, - 0x744B, 0xDEB3, 0x744D, 0xDEBD, 0x744E, 0xDEBA, 0x744F, 0xDEB8, 0x7450, 0xDEB9, 0x7451, 0xDEB5, 0x7452, 0xDEB4, 0x7454, 0xDEBE, - 0x7455, 0xB7E5, 0x7457, 0xDEB6, 0x7459, 0xB7EA, 0x745A, 0xB7E4, 0x745B, 0xB7EB, 0x745C, 0xB7EC, 0x745E, 0xB7E7, 0x745F, 0xB7E6, - 0x7462, 0xE2CE, 0x7463, 0xBABE, 0x7464, 0xBABD, 0x7467, 0xE2D3, 0x7469, 0xBCFC, 0x746A, 0xBABF, 0x746D, 0xBAC1, 0x746E, 0xE2D4, - 0x746F, 0xB7E3, 0x7470, 0xBAC0, 0x7471, 0xE2D0, 0x7472, 0xE2D2, 0x7473, 0xE2CF, 0x7475, 0xE2D1, 0x7479, 0xE6AB, 0x747C, 0xE6AA, - 0x747D, 0xE6A7, 0x747E, 0xBD40, 0x747F, 0xEA62, 0x7480, 0xBD41, 0x7481, 0xE6A6, 0x7483, 0xBCFE, 0x7485, 0xE6A8, 0x7486, 0xE6A5, - 0x7487, 0xE6A2, 0x7488, 0xE6A9, 0x7489, 0xE6A3, 0x748A, 0xE6A4, 0x748B, 0xBCFD, 0x7490, 0xED69, 0x7492, 0xEA66, 0x7494, 0xEA65, - 0x7495, 0xEA67, 0x7497, 0xED66, 0x7498, 0xBF5A, 0x749A, 0xEA63, 0x749C, 0xBF58, 0x749E, 0xBF5C, 0x749F, 0xBF5B, 0x74A0, 0xEA64, - 0x74A1, 0xEA68, 0x74A3, 0xBF59, 0x74A5, 0xED6D, 0x74A6, 0xC0F5, 0x74A7, 0xC27A, 0x74A8, 0xC0F6, 0x74A9, 0xC0F3, 0x74AA, 0xED6A, - 0x74AB, 0xED68, 0x74AD, 0xED6B, 0x74AF, 0xED6E, 0x74B0, 0xC0F4, 0x74B1, 0xED6C, 0x74B2, 0xED67, 0x74B5, 0xF042, 0x74B6, 0xF045, - 0x74B7, 0xF275, 0x74B8, 0xF040, 0x74BA, 0xF46F, 0x74BB, 0xF046, 0x74BD, 0xC3A2, 0x74BE, 0xF044, 0x74BF, 0xC27B, 0x74C0, 0xF041, - 0x74C1, 0xF043, 0x74C2, 0xF047, 0x74C3, 0xF276, 0x74C5, 0xF274, 0x74CA, 0xC3A3, 0x74CB, 0xF273, 0x74CF, 0xC46E, 0x74D4, 0xC4ED, - 0x74D5, 0xF6F1, 0x74D6, 0xC4EC, 0x74D7, 0xF6F3, 0x74D8, 0xF6F0, 0x74D9, 0xF6F2, 0x74DA, 0xC5D0, 0x74DB, 0xF8B2, 0x74DC, 0xA5CA, - 0x74DD, 0xCD6E, 0x74DE, 0xD2BC, 0x74DF, 0xD2BD, 0x74E0, 0xB27D, 0x74E1, 0xDEBF, 0x74E2, 0xBF5D, 0x74E3, 0xC3A4, 0x74E4, 0xC57B, - 0x74E5, 0xF8B3, 0x74E6, 0xA5CB, 0x74E8, 0xCD6F, 0x74E9, 0xA260, 0x74EC, 0xCFD7, 0x74EE, 0xCFD8, 0x74F4, 0xD2BE, 0x74F5, 0xD2BF, - 0x74F6, 0xB27E, 0x74F7, 0xB2A1, 0x74FB, 0xDAAB, 0x74FD, 0xDEC2, 0x74FE, 0xDEC1, 0x74FF, 0xDEC0, 0x7500, 0xE2D5, 0x7502, 0xE2D6, - 0x7503, 0xE2D7, 0x7504, 0xBAC2, 0x7507, 0xE6AD, 0x7508, 0xE6AC, 0x750B, 0xEA69, 0x750C, 0xBF5E, 0x750D, 0xBF5F, 0x750F, 0xED72, - 0x7510, 0xED6F, 0x7511, 0xED70, 0x7512, 0xED71, 0x7513, 0xF049, 0x7514, 0xF048, 0x7515, 0xC27C, 0x7516, 0xF277, 0x7517, 0xF5DE, - 0x7518, 0xA5CC, 0x751A, 0xACC6, 0x751C, 0xB2A2, 0x751D, 0xDEC3, 0x751F, 0xA5CD, 0x7521, 0xD2C0, 0x7522, 0xB2A3, 0x7525, 0xB563, - 0x7526, 0xB564, 0x7528, 0xA5CE, 0x7529, 0xA5CF, 0x752A, 0xCA46, 0x752B, 0xA86A, 0x752C, 0xA869, 0x752D, 0xACC7, 0x752E, 0xCFD9, - 0x752F, 0xDAAC, 0x7530, 0xA5D0, 0x7531, 0xA5D1, 0x7532, 0xA5D2, 0x7533, 0xA5D3, 0x7537, 0xA86B, 0x7538, 0xA86C, 0x7539, 0xCB6E, - 0x753A, 0xCB6D, 0x753D, 0xAAB6, 0x753E, 0xCD72, 0x753F, 0xCD70, 0x7540, 0xCD71, 0x7547, 0xCFDA, 0x7548, 0xCFDB, 0x754B, 0xACCB, - 0x754C, 0xACC9, 0x754E, 0xACCA, 0x754F, 0xACC8, 0x7554, 0xAF60, 0x7559, 0xAF64, 0x755A, 0xAF63, 0x755B, 0xD2C1, 0x755C, 0xAF62, - 0x755D, 0xAF61, 0x755F, 0xD2C2, 0x7562, 0xB2A6, 0x7563, 0xD67B, 0x7564, 0xD67A, 0x7565, 0xB2A4, 0x7566, 0xB2A5, 0x756A, 0xB566, - 0x756B, 0xB565, 0x756C, 0xDAAE, 0x756F, 0xDAAD, 0x7570, 0xB2A7, 0x7576, 0xB7ED, 0x7577, 0xDEC5, 0x7578, 0xB7EE, 0x7579, 0xDEC4, - 0x757D, 0xE2D8, 0x757E, 0xE6AE, 0x757F, 0xBD42, 0x7580, 0xEA6A, 0x7584, 0xED73, 0x7586, 0xC3A6, 0x7587, 0xC3A5, 0x758A, 0xC57C, - 0x758B, 0xA5D4, 0x758C, 0xCD73, 0x758F, 0xB2A8, 0x7590, 0xE2D9, 0x7591, 0xBAC3, 0x7594, 0xCB6F, 0x7595, 0xCB70, 0x7598, 0xCD74, - 0x7599, 0xAAB8, 0x759A, 0xAAB9, 0x759D, 0xAAB7, 0x75A2, 0xACCF, 0x75A3, 0xACD0, 0x75A4, 0xACCD, 0x75A5, 0xACCE, 0x75A7, 0xCFDC, - 0x75AA, 0xCFDD, 0x75AB, 0xACCC, 0x75B0, 0xD2C3, 0x75B2, 0xAF68, 0x75B3, 0xAF69, 0x75B5, 0xB2AB, 0x75B6, 0xD2C9, 0x75B8, 0xAF6E, - 0x75B9, 0xAF6C, 0x75BA, 0xD2CA, 0x75BB, 0xD2C5, 0x75BC, 0xAF6B, 0x75BD, 0xAF6A, 0x75BE, 0xAF65, 0x75BF, 0xD2C8, 0x75C0, 0xD2C7, - 0x75C1, 0xD2C4, 0x75C2, 0xAF6D, 0x75C4, 0xD2C6, 0x75C5, 0xAF66, 0x75C7, 0xAF67, 0x75CA, 0xB2AC, 0x75CB, 0xD6A1, 0x75CC, 0xD6A2, - 0x75CD, 0xB2AD, 0x75CE, 0xD67C, 0x75CF, 0xD67E, 0x75D0, 0xD6A4, 0x75D1, 0xD6A3, 0x75D2, 0xD67D, 0x75D4, 0xB2A9, 0x75D5, 0xB2AA, - 0x75D7, 0xDAB6, 0x75D8, 0xB56B, 0x75D9, 0xB56A, 0x75DA, 0xDAB0, 0x75DB, 0xB568, 0x75DD, 0xDAB3, 0x75DE, 0xB56C, 0x75DF, 0xDAB4, - 0x75E0, 0xB56D, 0x75E1, 0xDAB1, 0x75E2, 0xB567, 0x75E3, 0xB569, 0x75E4, 0xDAB5, 0x75E6, 0xDAB2, 0x75E7, 0xDAAF, 0x75ED, 0xDED2, - 0x75EF, 0xDEC7, 0x75F0, 0xB7F0, 0x75F1, 0xB7F3, 0x75F2, 0xB7F2, 0x75F3, 0xB7F7, 0x75F4, 0xB7F6, 0x75F5, 0xDED3, 0x75F6, 0xDED1, - 0x75F7, 0xDECA, 0x75F8, 0xDECE, 0x75F9, 0xDECD, 0x75FA, 0xB7F4, 0x75FB, 0xDED0, 0x75FC, 0xDECC, 0x75FD, 0xDED4, 0x75FE, 0xDECB, - 0x75FF, 0xB7F5, 0x7600, 0xB7EF, 0x7601, 0xB7F1, 0x7603, 0xDEC9, 0x7608, 0xE2DB, 0x7609, 0xBAC7, 0x760A, 0xE2DF, 0x760B, 0xBAC6, - 0x760C, 0xE2DC, 0x760D, 0xBAC5, 0x760F, 0xDEC8, 0x7610, 0xDECF, 0x7611, 0xE2DE, 0x7613, 0xBAC8, 0x7614, 0xE2E0, 0x7615, 0xE2DD, - 0x7616, 0xE2DA, 0x7619, 0xE6B1, 0x761A, 0xE6B5, 0x761B, 0xE6B7, 0x761C, 0xE6B3, 0x761D, 0xE6B2, 0x761E, 0xE6B0, 0x761F, 0xBD45, - 0x7620, 0xBD43, 0x7621, 0xBD48, 0x7622, 0xBD49, 0x7623, 0xE6B4, 0x7624, 0xBD46, 0x7625, 0xE6AF, 0x7626, 0xBD47, 0x7627, 0xBAC4, - 0x7628, 0xE6B6, 0x7629, 0xBD44, 0x762D, 0xEA6C, 0x762F, 0xEA6B, 0x7630, 0xEA73, 0x7631, 0xEA6D, 0x7632, 0xEA72, 0x7633, 0xEA6F, - 0x7634, 0xBF60, 0x7635, 0xEA71, 0x7638, 0xBF61, 0x763A, 0xBF62, 0x763C, 0xEA70, 0x763D, 0xEA6E, 0x7642, 0xC0F8, 0x7643, 0xED74, - 0x7646, 0xC0F7, 0x7647, 0xED77, 0x7648, 0xED75, 0x7649, 0xED76, 0x764C, 0xC0F9, 0x7650, 0xF04D, 0x7652, 0xC2A1, 0x7653, 0xF04E, - 0x7656, 0xC27D, 0x7657, 0xF04F, 0x7658, 0xC27E, 0x7659, 0xF04C, 0x765A, 0xF050, 0x765C, 0xF04A, 0x765F, 0xC3A7, 0x7660, 0xF278, - 0x7661, 0xC3A8, 0x7662, 0xC46F, 0x7664, 0xF04B, 0x7665, 0xC470, 0x7669, 0xC4EE, 0x766A, 0xF5DF, 0x766C, 0xC57E, 0x766D, 0xF6F4, - 0x766E, 0xC57D, 0x7670, 0xF7EA, 0x7671, 0xC5F5, 0x7672, 0xC5F6, 0x7675, 0xF9CC, 0x7678, 0xACD1, 0x7679, 0xCFDE, 0x767B, 0xB56E, - 0x767C, 0xB56F, 0x767D, 0xA5D5, 0x767E, 0xA6CA, 0x767F, 0xCA47, 0x7681, 0xCB71, 0x7682, 0xA86D, 0x7684, 0xAABA, 0x7686, 0xACD2, - 0x7687, 0xACD3, 0x7688, 0xACD4, 0x7689, 0xD6A6, 0x768A, 0xD2CB, 0x768B, 0xAF6F, 0x768E, 0xB2AE, 0x768F, 0xD6A5, 0x7692, 0xDAB8, - 0x7693, 0xB571, 0x7695, 0xDAB7, 0x7696, 0xB570, 0x7699, 0xDED5, 0x769A, 0xBD4A, 0x769B, 0xE6BB, 0x769C, 0xE6B8, 0x769D, 0xE6B9, - 0x769E, 0xE6BA, 0x76A4, 0xED78, 0x76A6, 0xF051, 0x76AA, 0xF471, 0x76AB, 0xF470, 0x76AD, 0xF6F5, 0x76AE, 0xA5D6, 0x76AF, 0xCD75, - 0x76B0, 0xAF70, 0x76B4, 0xB572, 0x76B5, 0xDED6, 0x76B8, 0xE2E1, 0x76BA, 0xBD4B, 0x76BB, 0xEA74, 0x76BD, 0xF052, 0x76BE, 0xF472, - 0x76BF, 0xA5D7, 0x76C2, 0xAABB, 0x76C3, 0xACD7, 0x76C4, 0xCFDF, 0x76C5, 0xACD8, 0x76C6, 0xACD6, 0x76C8, 0xACD5, 0x76C9, 0xD2CC, - 0x76CA, 0xAF71, 0x76CD, 0xAF72, 0x76CE, 0xAF73, 0x76D2, 0xB2B0, 0x76D3, 0xD6A7, 0x76D4, 0xB2AF, 0x76DA, 0xDAB9, 0x76DB, 0xB2B1, - 0x76DC, 0xB573, 0x76DD, 0xDED7, 0x76DE, 0xB7F8, 0x76DF, 0xB7F9, 0x76E1, 0xBAC9, 0x76E3, 0xBACA, 0x76E4, 0xBD4C, 0x76E5, 0xBF64, - 0x76E6, 0xEA75, 0x76E7, 0xBF63, 0x76E9, 0xED79, 0x76EA, 0xC0FA, 0x76EC, 0xF053, 0x76ED, 0xF473, 0x76EE, 0xA5D8, 0x76EF, 0xA86E, - 0x76F0, 0xCD78, 0x76F1, 0xCD77, 0x76F2, 0xAABC, 0x76F3, 0xCD76, 0x76F4, 0xAABD, 0x76F5, 0xCD79, 0x76F7, 0xCFE5, 0x76F8, 0xACDB, - 0x76F9, 0xACDA, 0x76FA, 0xCFE7, 0x76FB, 0xCFE6, 0x76FC, 0xACDF, 0x76FE, 0xACDE, 0x7701, 0xACD9, 0x7703, 0xCFE1, 0x7704, 0xCFE2, - 0x7705, 0xCFE3, 0x7707, 0xACE0, 0x7708, 0xCFE0, 0x7709, 0xACDC, 0x770A, 0xCFE4, 0x770B, 0xACDD, 0x7710, 0xD2CF, 0x7711, 0xD2D3, - 0x7712, 0xD2D1, 0x7713, 0xD2D0, 0x7715, 0xD2D4, 0x7719, 0xD2D5, 0x771A, 0xD2D6, 0x771B, 0xD2CE, 0x771D, 0xD2CD, 0x771F, 0xAF75, - 0x7720, 0xAF76, 0x7722, 0xD2D7, 0x7723, 0xD2D2, 0x7725, 0xD6B0, 0x7727, 0xD2D8, 0x7728, 0xAF77, 0x7729, 0xAF74, 0x772D, 0xD6AA, - 0x772F, 0xD6A9, 0x7731, 0xD6AB, 0x7732, 0xD6AC, 0x7733, 0xD6AE, 0x7734, 0xD6AD, 0x7735, 0xD6B2, 0x7736, 0xB2B5, 0x7737, 0xB2B2, - 0x7738, 0xB2B6, 0x7739, 0xD6A8, 0x773A, 0xB2B7, 0x773B, 0xD6B1, 0x773C, 0xB2B4, 0x773D, 0xD6AF, 0x773E, 0xB2B3, 0x7744, 0xDABC, - 0x7745, 0xDABE, 0x7746, 0xDABA, 0x7747, 0xDABB, 0x774A, 0xDABF, 0x774B, 0xDAC1, 0x774C, 0xDAC2, 0x774D, 0xDABD, 0x774E, 0xDAC0, - 0x774F, 0xB574, 0x7752, 0xDEDB, 0x7754, 0xDEE0, 0x7755, 0xDED8, 0x7756, 0xDEDC, 0x7759, 0xDEE1, 0x775A, 0xDEDD, 0x775B, 0xB7FA, - 0x775C, 0xB843, 0x775E, 0xB7FD, 0x775F, 0xDED9, 0x7760, 0xDEDA, 0x7761, 0xBACE, 0x7762, 0xB846, 0x7763, 0xB7FE, 0x7765, 0xB844, - 0x7766, 0xB7FC, 0x7767, 0xDEDF, 0x7768, 0xB845, 0x7769, 0xDEDE, 0x776A, 0xB841, 0x776B, 0xB7FB, 0x776C, 0xB842, 0x776D, 0xDEE2, - 0x776E, 0xE2E6, 0x776F, 0xE2E8, 0x7779, 0xB840, 0x777C, 0xE2E3, 0x777D, 0xBACC, 0x777E, 0xE2E9, 0x777F, 0xBACD, 0x7780, 0xE2E7, - 0x7781, 0xE2E2, 0x7782, 0xE2E5, 0x7783, 0xE2EA, 0x7784, 0xBACB, 0x7785, 0xE2E4, 0x7787, 0xBD4E, 0x7788, 0xE6BF, 0x7789, 0xE6BE, - 0x778B, 0xBD51, 0x778C, 0xBD4F, 0x778D, 0xE6BC, 0x778E, 0xBD4D, 0x778F, 0xE6BD, 0x7791, 0xBD50, 0x7795, 0xEA7D, 0x7797, 0xEAA1, - 0x7799, 0xEA7E, 0x779A, 0xEA76, 0x779B, 0xEA7A, 0x779C, 0xEA79, 0x779D, 0xEA77, 0x779E, 0xBF66, 0x779F, 0xBF67, 0x77A0, 0xBF65, - 0x77A1, 0xEA78, 0x77A2, 0xEA7B, 0x77A3, 0xEA7C, 0x77A5, 0xBF68, 0x77A7, 0xC140, 0x77A8, 0xEDA3, 0x77AA, 0xC0FC, 0x77AB, 0xED7B, - 0x77AC, 0xC0FE, 0x77AD, 0xC141, 0x77B0, 0xC0FD, 0x77B1, 0xEDA2, 0x77B2, 0xED7C, 0x77B3, 0xC0FB, 0x77B4, 0xEDA1, 0x77B5, 0xED7A, - 0x77B6, 0xED7E, 0x77B7, 0xED7D, 0x77BA, 0xF055, 0x77BB, 0xC2A4, 0x77BC, 0xC2A5, 0x77BD, 0xC2A2, 0x77BF, 0xC2A3, 0x77C2, 0xF054, - 0x77C4, 0xF27B, 0x77C7, 0xC3A9, 0x77C9, 0xF279, 0x77CA, 0xF27A, 0x77CC, 0xF474, 0x77CD, 0xF477, 0x77CE, 0xF475, 0x77CF, 0xF476, - 0x77D0, 0xF5E0, 0x77D3, 0xC4EF, 0x77D4, 0xF7EB, 0x77D5, 0xF8B4, 0x77D7, 0xC5F7, 0x77D8, 0xF8F8, 0x77D9, 0xF8F9, 0x77DA, 0xC666, - 0x77DB, 0xA5D9, 0x77DC, 0xACE1, 0x77DE, 0xDAC3, 0x77E0, 0xDEE3, 0x77E2, 0xA5DA, 0x77E3, 0xA86F, 0x77E5, 0xAABE, 0x77E7, 0xCFE8, - 0x77E8, 0xCFE9, 0x77E9, 0xAF78, 0x77EC, 0xDAC4, 0x77ED, 0xB575, 0x77EE, 0xB847, 0x77EF, 0xC142, 0x77F0, 0xEDA4, 0x77F1, 0xF27C, - 0x77F2, 0xF478, 0x77F3, 0xA5DB, 0x77F7, 0xCDA1, 0x77F8, 0xCD7A, 0x77F9, 0xCD7C, 0x77FA, 0xCD7E, 0x77FB, 0xCD7D, 0x77FC, 0xCD7B, - 0x77FD, 0xAABF, 0x7802, 0xACE2, 0x7803, 0xCFF2, 0x7805, 0xCFED, 0x7806, 0xCFEA, 0x7809, 0xCFF1, 0x780C, 0xACE4, 0x780D, 0xACE5, - 0x780E, 0xCFF0, 0x780F, 0xCFEF, 0x7810, 0xCFEE, 0x7811, 0xCFEB, 0x7812, 0xCFEC, 0x7813, 0xCFF3, 0x7814, 0xACE3, 0x781D, 0xAF7C, - 0x781F, 0xAFA4, 0x7820, 0xAFA3, 0x7821, 0xD2E1, 0x7822, 0xD2DB, 0x7823, 0xD2D9, 0x7825, 0xAFA1, 0x7826, 0xD6B9, 0x7827, 0xAF7A, - 0x7828, 0xD2DE, 0x7829, 0xD2E2, 0x782A, 0xD2E4, 0x782B, 0xD2E0, 0x782C, 0xD2DA, 0x782D, 0xAFA2, 0x782E, 0xD2DF, 0x782F, 0xD2DD, - 0x7830, 0xAF79, 0x7831, 0xD2E5, 0x7832, 0xAFA5, 0x7833, 0xD2E3, 0x7834, 0xAF7D, 0x7835, 0xD2DC, 0x7837, 0xAF7E, 0x7838, 0xAF7B, - 0x7843, 0xB2B9, 0x7845, 0xD6BA, 0x7848, 0xD6B3, 0x7849, 0xD6B5, 0x784A, 0xD6B7, 0x784C, 0xD6B8, 0x784D, 0xD6B6, 0x784E, 0xB2BA, - 0x7850, 0xD6BB, 0x7852, 0xD6B4, 0x785C, 0xDAC8, 0x785D, 0xB576, 0x785E, 0xDAD0, 0x7860, 0xDAC5, 0x7862, 0xDAD1, 0x7864, 0xDAC6, - 0x7865, 0xDAC7, 0x7868, 0xDACF, 0x7869, 0xDACE, 0x786A, 0xDACB, 0x786B, 0xB2B8, 0x786C, 0xB577, 0x786D, 0xDAC9, 0x786E, 0xDACC, - 0x786F, 0xB578, 0x7870, 0xDACD, 0x7871, 0xDACA, 0x7879, 0xDEEE, 0x787B, 0xDEF2, 0x787C, 0xB84E, 0x787E, 0xE2F0, 0x787F, 0xB851, - 0x7880, 0xDEF0, 0x7881, 0xF9D6, 0x7883, 0xDEED, 0x7884, 0xDEE8, 0x7885, 0xDEEA, 0x7886, 0xDEEB, 0x7887, 0xDEE4, 0x7889, 0xB84D, - 0x788C, 0xB84C, 0x788E, 0xB848, 0x788F, 0xDEE7, 0x7891, 0xB84F, 0x7893, 0xB850, 0x7894, 0xDEE6, 0x7895, 0xDEE9, 0x7896, 0xDEF1, - 0x7897, 0xB84A, 0x7898, 0xB84B, 0x7899, 0xDEEF, 0x789A, 0xDEE5, 0x789E, 0xE2F2, 0x789F, 0xBAD0, 0x78A0, 0xE2F4, 0x78A1, 0xDEEC, - 0x78A2, 0xE2F6, 0x78A3, 0xBAD4, 0x78A4, 0xE2F7, 0x78A5, 0xE2F3, 0x78A7, 0xBAD1, 0x78A8, 0xE2EF, 0x78A9, 0xBAD3, 0x78AA, 0xE2EC, - 0x78AB, 0xE2F1, 0x78AC, 0xE2F5, 0x78AD, 0xE2EE, 0x78B0, 0xB849, 0x78B2, 0xE2EB, 0x78B3, 0xBAD2, 0x78B4, 0xE2ED, 0x78BA, 0xBD54, - 0x78BB, 0xE6C1, 0x78BC, 0xBD58, 0x78BE, 0xBD56, 0x78C1, 0xBACF, 0x78C3, 0xE6C8, 0x78C4, 0xE6C9, 0x78C5, 0xBD53, 0x78C8, 0xE6C7, - 0x78C9, 0xE6CA, 0x78CA, 0xBD55, 0x78CB, 0xBD52, 0x78CC, 0xE6C3, 0x78CD, 0xE6C0, 0x78CE, 0xE6C5, 0x78CF, 0xE6C2, 0x78D0, 0xBD59, - 0x78D1, 0xE6C4, 0x78D4, 0xE6C6, 0x78D5, 0xBD57, 0x78DA, 0xBF6A, 0x78DB, 0xEAA8, 0x78DD, 0xEAA2, 0x78DE, 0xEAA6, 0x78DF, 0xEAAC, - 0x78E0, 0xEAAD, 0x78E1, 0xEAA9, 0x78E2, 0xEAAA, 0x78E3, 0xEAA7, 0x78E5, 0xEAA4, 0x78E7, 0xBF6C, 0x78E8, 0xBF69, 0x78E9, 0xEAA3, - 0x78EA, 0xEAA5, 0x78EC, 0xBF6B, 0x78ED, 0xEAAB, 0x78EF, 0xC146, 0x78F2, 0xEDAA, 0x78F3, 0xEDA5, 0x78F4, 0xC145, 0x78F7, 0xC143, - 0x78F9, 0xEDAC, 0x78FA, 0xC144, 0x78FB, 0xEDA8, 0x78FC, 0xEDA9, 0x78FD, 0xEDA6, 0x78FE, 0xEDAD, 0x78FF, 0xF056, 0x7901, 0xC147, - 0x7902, 0xEDA7, 0x7904, 0xEDAE, 0x7905, 0xEDAB, 0x7909, 0xF05A, 0x790C, 0xF057, 0x790E, 0xC2A6, 0x7910, 0xF05B, 0x7911, 0xF05D, - 0x7912, 0xF05C, 0x7913, 0xF058, 0x7914, 0xF059, 0x7917, 0xF2A3, 0x7919, 0xC3AA, 0x791B, 0xF27E, 0x791C, 0xF2A2, 0x791D, 0xF27D, - 0x791E, 0xF2A4, 0x7921, 0xF2A1, 0x7923, 0xF47A, 0x7924, 0xF47D, 0x7925, 0xF479, 0x7926, 0xC471, 0x7927, 0xF47B, 0x7928, 0xF47C, - 0x7929, 0xF47E, 0x792A, 0xC472, 0x792B, 0xC474, 0x792C, 0xC473, 0x792D, 0xF5E1, 0x792F, 0xF5E3, 0x7931, 0xF5E2, 0x7935, 0xF6F6, - 0x7938, 0xF8B5, 0x7939, 0xF8FA, 0x793A, 0xA5DC, 0x793D, 0xCB72, 0x793E, 0xAAC0, 0x793F, 0xCDA3, 0x7940, 0xAAC1, 0x7941, 0xAAC2, - 0x7942, 0xCDA2, 0x7944, 0xCFF8, 0x7945, 0xCFF7, 0x7946, 0xACE6, 0x7947, 0xACE9, 0x7948, 0xACE8, 0x7949, 0xACE7, 0x794A, 0xCFF4, - 0x794B, 0xCFF6, 0x794C, 0xCFF5, 0x794F, 0xD2E8, 0x7950, 0xAFA7, 0x7951, 0xD2EC, 0x7952, 0xD2EB, 0x7953, 0xD2EA, 0x7954, 0xD2E6, - 0x7955, 0xAFA6, 0x7956, 0xAFAA, 0x7957, 0xAFAD, 0x795A, 0xAFAE, 0x795B, 0xD2E7, 0x795C, 0xD2E9, 0x795D, 0xAFAC, 0x795E, 0xAFAB, - 0x795F, 0xAFA9, 0x7960, 0xAFA8, 0x7961, 0xD6C2, 0x7963, 0xD6C0, 0x7964, 0xD6BC, 0x7965, 0xB2BB, 0x7967, 0xD6BD, 0x7968, 0xB2BC, - 0x7969, 0xD6BE, 0x796A, 0xD6BF, 0x796B, 0xD6C1, 0x796D, 0xB2BD, 0x7970, 0xDAD5, 0x7972, 0xDAD4, 0x7973, 0xDAD3, 0x7974, 0xDAD2, - 0x7979, 0xDEF6, 0x797A, 0xB852, 0x797C, 0xDEF3, 0x797D, 0xDEF5, 0x797F, 0xB853, 0x7981, 0xB854, 0x7982, 0xDEF4, 0x7988, 0xE341, - 0x798A, 0xE2F9, 0x798B, 0xE2FA, 0x798D, 0xBAD7, 0x798E, 0xBAD5, 0x798F, 0xBAD6, 0x7990, 0xE343, 0x7992, 0xE342, 0x7993, 0xE2FE, - 0x7994, 0xE2FD, 0x7995, 0xE2FC, 0x7996, 0xE2FB, 0x7997, 0xE340, 0x7998, 0xE2F8, 0x799A, 0xE6CB, 0x799B, 0xE6D0, 0x799C, 0xE6CE, - 0x79A0, 0xE6CD, 0x79A1, 0xE6CC, 0x79A2, 0xE6CF, 0x79A4, 0xEAAE, 0x79A6, 0xBF6D, 0x79A7, 0xC148, 0x79A8, 0xEDB0, 0x79AA, 0xC149, - 0x79AB, 0xEDAF, 0x79AC, 0xF05F, 0x79AD, 0xF05E, 0x79AE, 0xC2A7, 0x79B0, 0xF2A5, 0x79B1, 0xC3AB, 0x79B2, 0xF4A1, 0x79B3, 0xC5A1, - 0x79B4, 0xF6F7, 0x79B6, 0xF8B7, 0x79B7, 0xF8B6, 0x79B8, 0xC9A8, 0x79B9, 0xACEA, 0x79BA, 0xACEB, 0x79BB, 0xD6C3, 0x79BD, 0xB856, - 0x79BE, 0xA5DD, 0x79BF, 0xA872, 0x79C0, 0xA871, 0x79C1, 0xA870, 0x79C5, 0xCDA4, 0x79C8, 0xAAC4, 0x79C9, 0xAAC3, 0x79CB, 0xACEE, - 0x79CD, 0xCFFA, 0x79CE, 0xCFFD, 0x79CF, 0xCFFB, 0x79D1, 0xACEC, 0x79D2, 0xACED, 0x79D5, 0xCFF9, 0x79D6, 0xCFFC, 0x79D8, 0xAFB5, - 0x79DC, 0xD2F3, 0x79DD, 0xD2F5, 0x79DE, 0xD2F4, 0x79DF, 0xAFB2, 0x79E0, 0xD2EF, 0x79E3, 0xAFB0, 0x79E4, 0xAFAF, 0x79E6, 0xAFB3, - 0x79E7, 0xAFB1, 0x79E9, 0xAFB4, 0x79EA, 0xD2F2, 0x79EB, 0xD2ED, 0x79EC, 0xD2EE, 0x79ED, 0xD2F1, 0x79EE, 0xD2F0, 0x79F6, 0xD6C6, - 0x79F7, 0xD6C7, 0x79F8, 0xD6C5, 0x79FA, 0xD6C4, 0x79FB, 0xB2BE, 0x7A00, 0xB57D, 0x7A02, 0xDAD6, 0x7A03, 0xDAD8, 0x7A04, 0xDADA, - 0x7A05, 0xB57C, 0x7A08, 0xB57A, 0x7A0A, 0xDAD7, 0x7A0B, 0xB57B, 0x7A0C, 0xDAD9, 0x7A0D, 0xB579, 0x7A10, 0xDF41, 0x7A11, 0xDEF7, - 0x7A12, 0xDEFA, 0x7A13, 0xDEFE, 0x7A14, 0xB85A, 0x7A15, 0xDEFC, 0x7A17, 0xDEFB, 0x7A18, 0xDEF8, 0x7A19, 0xDEF9, 0x7A1A, 0xB858, - 0x7A1B, 0xDF40, 0x7A1C, 0xB857, 0x7A1E, 0xB85C, 0x7A1F, 0xB85B, 0x7A20, 0xB859, 0x7A22, 0xDEFD, 0x7A26, 0xE349, 0x7A28, 0xE348, - 0x7A2B, 0xE344, 0x7A2E, 0xBAD8, 0x7A2F, 0xE347, 0x7A30, 0xE346, 0x7A31, 0xBAD9, 0x7A37, 0xBD5E, 0x7A39, 0xE6D2, 0x7A3B, 0xBD5F, - 0x7A3C, 0xBD5B, 0x7A3D, 0xBD5D, 0x7A3F, 0xBD5A, 0x7A40, 0xBD5C, 0x7A44, 0xEAAF, 0x7A46, 0xBF70, 0x7A47, 0xEAB1, 0x7A48, 0xEAB0, - 0x7A4A, 0xE345, 0x7A4B, 0xBF72, 0x7A4C, 0xBF71, 0x7A4D, 0xBF6E, 0x7A4E, 0xBF6F, 0x7A54, 0xEDB5, 0x7A56, 0xEDB3, 0x7A57, 0xC14A, - 0x7A58, 0xEDB4, 0x7A5A, 0xEDB6, 0x7A5B, 0xEDB2, 0x7A5C, 0xEDB1, 0x7A5F, 0xF060, 0x7A60, 0xC2AA, 0x7A61, 0xC2A8, 0x7A62, 0xC2A9, - 0x7A67, 0xF2A6, 0x7A68, 0xF2A7, 0x7A69, 0xC3AD, 0x7A6B, 0xC3AC, 0x7A6C, 0xF4A3, 0x7A6D, 0xF4A4, 0x7A6E, 0xF4A2, 0x7A70, 0xF6F8, - 0x7A71, 0xF6F9, 0x7A74, 0xA5DE, 0x7A75, 0xCA48, 0x7A76, 0xA873, 0x7A78, 0xCDA5, 0x7A79, 0xAAC6, 0x7A7A, 0xAAC5, 0x7A7B, 0xCDA6, - 0x7A7E, 0xD040, 0x7A7F, 0xACEF, 0x7A80, 0xCFFE, 0x7A81, 0xACF0, 0x7A84, 0xAFB6, 0x7A85, 0xD2F8, 0x7A86, 0xD2F6, 0x7A87, 0xD2FC, - 0x7A88, 0xAFB7, 0x7A89, 0xD2F7, 0x7A8A, 0xD2FB, 0x7A8B, 0xD2F9, 0x7A8C, 0xD2FA, 0x7A8F, 0xD6C8, 0x7A90, 0xD6CA, 0x7A92, 0xB2BF, - 0x7A94, 0xD6C9, 0x7A95, 0xB2C0, 0x7A96, 0xB5A2, 0x7A97, 0xB5A1, 0x7A98, 0xB57E, 0x7A99, 0xDADB, 0x7A9E, 0xDF44, 0x7A9F, 0xB85D, - 0x7AA0, 0xB85E, 0x7AA2, 0xDF43, 0x7AA3, 0xDF42, 0x7AA8, 0xE34A, 0x7AA9, 0xBADB, 0x7AAA, 0xBADA, 0x7AAB, 0xE34B, 0x7AAC, 0xE34C, - 0x7AAE, 0xBD61, 0x7AAF, 0xBD60, 0x7AB1, 0xEAB5, 0x7AB2, 0xE6D3, 0x7AB3, 0xE6D5, 0x7AB4, 0xE6D4, 0x7AB5, 0xEAB4, 0x7AB6, 0xEAB2, - 0x7AB7, 0xEAB6, 0x7AB8, 0xEAB3, 0x7ABA, 0xBF73, 0x7ABE, 0xEDB7, 0x7ABF, 0xC14B, 0x7AC0, 0xEDB8, 0x7AC1, 0xEDB9, 0x7AC4, 0xC2AB, - 0x7AC5, 0xC2AC, 0x7AC7, 0xC475, 0x7ACA, 0xC5D1, 0x7ACB, 0xA5DF, 0x7AD1, 0xD041, 0x7AD8, 0xD2FD, 0x7AD9, 0xAFB8, 0x7ADF, 0xB3BA, - 0x7AE0, 0xB3B9, 0x7AE3, 0xB5A4, 0x7AE4, 0xDADD, 0x7AE5, 0xB5A3, 0x7AE6, 0xDADC, 0x7AEB, 0xDF45, 0x7AED, 0xBADC, 0x7AEE, 0xE34D, - 0x7AEF, 0xBADD, 0x7AF6, 0xC476, 0x7AF7, 0xF4A5, 0x7AF9, 0xA6CB, 0x7AFA, 0xAAC7, 0x7AFB, 0xCDA7, 0x7AFD, 0xACF2, 0x7AFF, 0xACF1, - 0x7B00, 0xD042, 0x7B01, 0xD043, 0x7B04, 0xD340, 0x7B05, 0xD342, 0x7B06, 0xAFB9, 0x7B08, 0xD344, 0x7B09, 0xD347, 0x7B0A, 0xD345, - 0x7B0E, 0xD346, 0x7B0F, 0xD343, 0x7B10, 0xD2FE, 0x7B11, 0xAFBA, 0x7B12, 0xD348, 0x7B13, 0xD341, 0x7B18, 0xD6D3, 0x7B19, 0xB2C6, - 0x7B1A, 0xD6DC, 0x7B1B, 0xB2C3, 0x7B1D, 0xD6D5, 0x7B1E, 0xB2C7, 0x7B20, 0xB2C1, 0x7B22, 0xD6D0, 0x7B23, 0xD6DD, 0x7B24, 0xD6D1, - 0x7B25, 0xD6CE, 0x7B26, 0xB2C5, 0x7B28, 0xB2C2, 0x7B2A, 0xD6D4, 0x7B2B, 0xD6D7, 0x7B2C, 0xB2C4, 0x7B2D, 0xD6D8, 0x7B2E, 0xB2C8, - 0x7B2F, 0xD6D9, 0x7B30, 0xD6CF, 0x7B31, 0xD6D6, 0x7B32, 0xD6DA, 0x7B33, 0xD6D2, 0x7B34, 0xD6CD, 0x7B35, 0xD6CB, 0x7B38, 0xD6DB, - 0x7B3B, 0xDADF, 0x7B40, 0xDAE4, 0x7B44, 0xDAE0, 0x7B45, 0xDAE6, 0x7B46, 0xB5A7, 0x7B47, 0xD6CC, 0x7B48, 0xDAE1, 0x7B49, 0xB5A5, - 0x7B4A, 0xDADE, 0x7B4B, 0xB5AC, 0x7B4C, 0xDAE2, 0x7B4D, 0xB5AB, 0x7B4E, 0xDAE3, 0x7B4F, 0xB5AD, 0x7B50, 0xB5A8, 0x7B51, 0xB5AE, - 0x7B52, 0xB5A9, 0x7B54, 0xB5AA, 0x7B56, 0xB5A6, 0x7B58, 0xDAE5, 0x7B60, 0xB861, 0x7B61, 0xDF50, 0x7B63, 0xDF53, 0x7B64, 0xDF47, - 0x7B65, 0xDF4C, 0x7B66, 0xDF46, 0x7B67, 0xB863, 0x7B69, 0xDF4A, 0x7B6D, 0xDF48, 0x7B6E, 0xB862, 0x7B70, 0xDF4F, 0x7B71, 0xDF4E, - 0x7B72, 0xDF4B, 0x7B73, 0xDF4D, 0x7B74, 0xDF49, 0x7B75, 0xBAE1, 0x7B76, 0xDF52, 0x7B77, 0xB85F, 0x7B78, 0xDF51, 0x7B82, 0xE35D, - 0x7B84, 0xBAE8, 0x7B85, 0xE358, 0x7B87, 0xBAE7, 0x7B88, 0xE34E, 0x7B8A, 0xE350, 0x7B8B, 0xBAE0, 0x7B8C, 0xE355, 0x7B8D, 0xE354, - 0x7B8E, 0xE357, 0x7B8F, 0xBAE5, 0x7B90, 0xE352, 0x7B91, 0xE351, 0x7B94, 0xBAE4, 0x7B95, 0xBADF, 0x7B96, 0xE353, 0x7B97, 0xBAE2, - 0x7B98, 0xE359, 0x7B99, 0xE35B, 0x7B9B, 0xE356, 0x7B9C, 0xE34F, 0x7B9D, 0xBAE3, 0x7BA0, 0xBD69, 0x7BA1, 0xBADE, 0x7BA4, 0xE35C, - 0x7BAC, 0xE6D9, 0x7BAD, 0xBD62, 0x7BAF, 0xE6DB, 0x7BB1, 0xBD63, 0x7BB4, 0xBD65, 0x7BB5, 0xE6DE, 0x7BB7, 0xE6D6, 0x7BB8, 0xBAE6, - 0x7BB9, 0xE6DC, 0x7BBE, 0xE6D8, 0x7BC0, 0xB860, 0x7BC1, 0xBD68, 0x7BC4, 0xBD64, 0x7BC6, 0xBD66, 0x7BC7, 0xBD67, 0x7BC9, 0xBF76, - 0x7BCA, 0xE6DD, 0x7BCB, 0xE6D7, 0x7BCC, 0xBD6A, 0x7BCE, 0xE6DA, 0x7BD4, 0xEAC0, 0x7BD5, 0xEABB, 0x7BD8, 0xEAC5, 0x7BD9, 0xBF74, - 0x7BDA, 0xEABD, 0x7BDB, 0xBF78, 0x7BDC, 0xEAC3, 0x7BDD, 0xEABA, 0x7BDE, 0xEAB7, 0x7BDF, 0xEAC6, 0x7BE0, 0xC151, 0x7BE1, 0xBF79, - 0x7BE2, 0xEAC2, 0x7BE3, 0xEAB8, 0x7BE4, 0xBF77, 0x7BE5, 0xEABC, 0x7BE6, 0xBF7B, 0x7BE7, 0xEAB9, 0x7BE8, 0xEABE, 0x7BE9, 0xBF7A, - 0x7BEA, 0xEAC1, 0x7BEB, 0xEAC4, 0x7BF0, 0xEDCB, 0x7BF1, 0xEDCC, 0x7BF2, 0xEDBC, 0x7BF3, 0xEDC3, 0x7BF4, 0xEDC1, 0x7BF7, 0xC14F, - 0x7BF8, 0xEDC8, 0x7BF9, 0xEABF, 0x7BFB, 0xEDBF, 0x7BFD, 0xEDC9, 0x7BFE, 0xC14E, 0x7BFF, 0xEDBE, 0x7C00, 0xEDBD, 0x7C01, 0xEDC7, - 0x7C02, 0xEDC4, 0x7C03, 0xEDC6, 0x7C05, 0xEDBA, 0x7C06, 0xEDCA, 0x7C07, 0xC14C, 0x7C09, 0xEDC5, 0x7C0A, 0xEDCE, 0x7C0B, 0xEDC2, - 0x7C0C, 0xC150, 0x7C0D, 0xC14D, 0x7C0E, 0xEDC0, 0x7C0F, 0xEDBB, 0x7C10, 0xEDCD, 0x7C11, 0xBF75, 0x7C19, 0xF063, 0x7C1C, 0xF061, - 0x7C1D, 0xF067, 0x7C1E, 0xC2B0, 0x7C1F, 0xF065, 0x7C20, 0xF064, 0x7C21, 0xC2B2, 0x7C22, 0xF06A, 0x7C23, 0xC2B1, 0x7C25, 0xF06B, - 0x7C26, 0xF068, 0x7C27, 0xC2AE, 0x7C28, 0xF069, 0x7C29, 0xF062, 0x7C2A, 0xC2AF, 0x7C2B, 0xC2AD, 0x7C2C, 0xF2AB, 0x7C2D, 0xF066, - 0x7C30, 0xF06C, 0x7C33, 0xF2A8, 0x7C37, 0xC3B2, 0x7C38, 0xC3B0, 0x7C39, 0xF2AA, 0x7C3B, 0xF2AC, 0x7C3C, 0xF2A9, 0x7C3D, 0xC3B1, - 0x7C3E, 0xC3AE, 0x7C3F, 0xC3AF, 0x7C40, 0xC3B3, 0x7C43, 0xC478, 0x7C45, 0xF4AA, 0x7C47, 0xF4A9, 0x7C48, 0xF4A7, 0x7C49, 0xF4A6, - 0x7C4A, 0xF4A8, 0x7C4C, 0xC477, 0x7C4D, 0xC479, 0x7C50, 0xC4F0, 0x7C53, 0xF5E5, 0x7C54, 0xF5E4, 0x7C57, 0xF6FA, 0x7C59, 0xF6FC, - 0x7C5A, 0xF6FE, 0x7C5B, 0xF6FD, 0x7C5C, 0xF6FB, 0x7C5F, 0xC5A3, 0x7C60, 0xC5A2, 0x7C63, 0xC5D3, 0x7C64, 0xC5D2, 0x7C65, 0xC5D4, - 0x7C66, 0xF7ED, 0x7C67, 0xF7EC, 0x7C69, 0xF8FB, 0x7C6A, 0xF8B8, 0x7C6B, 0xF8FC, 0x7C6C, 0xC658, 0x7C6E, 0xC659, 0x7C6F, 0xF96D, - 0x7C72, 0xC67E, 0x7C73, 0xA6CC, 0x7C75, 0xCDA8, 0x7C78, 0xD045, 0x7C79, 0xD046, 0x7C7A, 0xD044, 0x7C7D, 0xACF3, 0x7C7F, 0xD047, - 0x7C80, 0xD048, 0x7C81, 0xD049, 0x7C84, 0xD349, 0x7C85, 0xD34F, 0x7C88, 0xD34D, 0x7C89, 0xAFBB, 0x7C8A, 0xD34B, 0x7C8C, 0xD34C, - 0x7C8D, 0xD34E, 0x7C91, 0xD34A, 0x7C92, 0xB2C9, 0x7C94, 0xD6DE, 0x7C95, 0xB2CB, 0x7C96, 0xD6E0, 0x7C97, 0xB2CA, 0x7C98, 0xD6DF, - 0x7C9E, 0xDAE8, 0x7C9F, 0xB5AF, 0x7CA1, 0xDAEA, 0x7CA2, 0xDAE7, 0x7CA3, 0xD6E1, 0x7CA5, 0xB5B0, 0x7CA7, 0xF9DB, 0x7CA8, 0xDAE9, - 0x7CAF, 0xDF56, 0x7CB1, 0xB864, 0x7CB2, 0xDF54, 0x7CB3, 0xB865, 0x7CB4, 0xDF55, 0x7CB5, 0xB866, 0x7CB9, 0xBAE9, 0x7CBA, 0xE361, - 0x7CBB, 0xE35E, 0x7CBC, 0xE360, 0x7CBD, 0xBAEA, 0x7CBE, 0xBAEB, 0x7CBF, 0xE35F, 0x7CC5, 0xE6DF, 0x7CC8, 0xE6E0, 0x7CCA, 0xBD6B, - 0x7CCB, 0xE6E2, 0x7CCC, 0xE6E1, 0x7CCE, 0xA261, 0x7CD0, 0xEACA, 0x7CD1, 0xEACB, 0x7CD2, 0xEAC7, 0x7CD4, 0xEAC8, 0x7CD5, 0xBF7C, - 0x7CD6, 0xBF7D, 0x7CD7, 0xEAC9, 0x7CD9, 0xC157, 0x7CDC, 0xC153, 0x7CDD, 0xC158, 0x7CDE, 0xC154, 0x7CDF, 0xC156, 0x7CE0, 0xC152, - 0x7CE2, 0xC155, 0x7CE7, 0xC2B3, 0x7CE8, 0xEDCF, 0x7CEA, 0xF2AE, 0x7CEC, 0xF2AD, 0x7CEE, 0xF4AB, 0x7CEF, 0xC47A, 0x7CF0, 0xC47B, - 0x7CF1, 0xF741, 0x7CF2, 0xF5E6, 0x7CF4, 0xF740, 0x7CF6, 0xF8FD, 0x7CF7, 0xF9A4, 0x7CF8, 0xA6CD, 0x7CFB, 0xA874, 0x7CFD, 0xCDA9, - 0x7CFE, 0xAAC8, 0x7D00, 0xACF6, 0x7D01, 0xD04C, 0x7D02, 0xACF4, 0x7D03, 0xD04A, 0x7D04, 0xACF9, 0x7D05, 0xACF5, 0x7D06, 0xACFA, - 0x7D07, 0xACF8, 0x7D08, 0xD04B, 0x7D09, 0xACF7, 0x7D0A, 0xAFBF, 0x7D0B, 0xAFBE, 0x7D0C, 0xD35A, 0x7D0D, 0xAFC7, 0x7D0E, 0xD353, - 0x7D0F, 0xD359, 0x7D10, 0xAFC3, 0x7D11, 0xD352, 0x7D12, 0xD358, 0x7D13, 0xD356, 0x7D14, 0xAFC2, 0x7D15, 0xAFC4, 0x7D16, 0xD355, - 0x7D17, 0xAFBD, 0x7D18, 0xD354, 0x7D19, 0xAFC8, 0x7D1A, 0xAFC5, 0x7D1B, 0xAFC9, 0x7D1C, 0xAFC6, 0x7D1D, 0xD351, 0x7D1E, 0xD350, - 0x7D1F, 0xD357, 0x7D20, 0xAFC0, 0x7D21, 0xAFBC, 0x7D22, 0xAFC1, 0x7D28, 0xD6F0, 0x7D29, 0xD6E9, 0x7D2B, 0xB5B5, 0x7D2C, 0xD6E8, - 0x7D2E, 0xB2CF, 0x7D2F, 0xB2D6, 0x7D30, 0xB2D3, 0x7D31, 0xB2D9, 0x7D32, 0xB2D8, 0x7D33, 0xB2D4, 0x7D35, 0xD6E2, 0x7D36, 0xD6E5, - 0x7D38, 0xD6E4, 0x7D39, 0xB2D0, 0x7D3A, 0xD6E6, 0x7D3B, 0xD6EF, 0x7D3C, 0xB2D1, 0x7D3D, 0xD6E3, 0x7D3E, 0xD6EC, 0x7D3F, 0xD6ED, - 0x7D40, 0xB2D2, 0x7D41, 0xD6EA, 0x7D42, 0xB2D7, 0x7D43, 0xB2CD, 0x7D44, 0xB2D5, 0x7D45, 0xD6E7, 0x7D46, 0xB2CC, 0x7D47, 0xD6EB, - 0x7D4A, 0xD6EE, 0x7D4E, 0xDAFB, 0x7D4F, 0xDAF2, 0x7D50, 0xB5B2, 0x7D51, 0xDAF9, 0x7D52, 0xDAF6, 0x7D53, 0xDAEE, 0x7D54, 0xDAF7, - 0x7D55, 0xB5B4, 0x7D56, 0xDAEF, 0x7D58, 0xDAEB, 0x7D5B, 0xB86C, 0x7D5C, 0xDAF4, 0x7D5E, 0xB5B1, 0x7D5F, 0xDAFA, 0x7D61, 0xB5B8, - 0x7D62, 0xB5BA, 0x7D63, 0xDAED, 0x7D66, 0xB5B9, 0x7D67, 0xDAF0, 0x7D68, 0xB5B3, 0x7D69, 0xDAF8, 0x7D6A, 0xDAF1, 0x7D6B, 0xDAF5, - 0x7D6D, 0xDAF3, 0x7D6E, 0xB5B6, 0x7D6F, 0xDAEC, 0x7D70, 0xB5BB, 0x7D71, 0xB2CE, 0x7D72, 0xB5B7, 0x7D73, 0xB5BC, 0x7D79, 0xB868, - 0x7D7A, 0xDF5D, 0x7D7B, 0xDF5F, 0x7D7C, 0xDF61, 0x7D7D, 0xDF65, 0x7D7F, 0xDF5B, 0x7D80, 0xDF59, 0x7D81, 0xB86A, 0x7D83, 0xDF60, - 0x7D84, 0xDF64, 0x7D85, 0xDF5C, 0x7D86, 0xDF58, 0x7D88, 0xDF57, 0x7D8C, 0xDF62, 0x7D8D, 0xDF5A, 0x7D8E, 0xDF5E, 0x7D8F, 0xB86B, - 0x7D91, 0xB869, 0x7D92, 0xDF66, 0x7D93, 0xB867, 0x7D94, 0xDF63, 0x7D96, 0xE372, 0x7D9C, 0xBAEE, 0x7D9D, 0xE36A, 0x7D9E, 0xBD78, - 0x7D9F, 0xE374, 0x7DA0, 0xBAF1, 0x7DA1, 0xE378, 0x7DA2, 0xBAF7, 0x7DA3, 0xE365, 0x7DA6, 0xE375, 0x7DA7, 0xE362, 0x7DA9, 0xE377, - 0x7DAA, 0xE366, 0x7DAC, 0xBAFE, 0x7DAD, 0xBAFB, 0x7DAE, 0xE376, 0x7DAF, 0xE370, 0x7DB0, 0xBAED, 0x7DB1, 0xBAF5, 0x7DB2, 0xBAF4, - 0x7DB4, 0xBAF3, 0x7DB5, 0xBAF9, 0x7DB7, 0xE363, 0x7DB8, 0xBAFA, 0x7DB9, 0xE371, 0x7DBA, 0xBAF6, 0x7DBB, 0xBAEC, 0x7DBC, 0xE373, - 0x7DBD, 0xBAEF, 0x7DBE, 0xBAF0, 0x7DBF, 0xBAF8, 0x7DC0, 0xE368, 0x7DC1, 0xE367, 0x7DC2, 0xE364, 0x7DC4, 0xE36C, 0x7DC5, 0xE369, - 0x7DC6, 0xE36D, 0x7DC7, 0xBAFD, 0x7DC9, 0xE379, 0x7DCA, 0xBAF2, 0x7DCB, 0xE36E, 0x7DCC, 0xE36F, 0x7DCE, 0xE36B, 0x7DD2, 0xBAFC, - 0x7DD7, 0xE6E7, 0x7DD8, 0xBD70, 0x7DD9, 0xBD79, 0x7DDA, 0xBD75, 0x7DDB, 0xE6E4, 0x7DDD, 0xBD72, 0x7DDE, 0xBD76, 0x7DDF, 0xE6F0, - 0x7DE0, 0xBD6C, 0x7DE1, 0xE6E8, 0x7DE3, 0xBD74, 0x7DE6, 0xE6EB, 0x7DE7, 0xE6E6, 0x7DE8, 0xBD73, 0x7DE9, 0xBD77, 0x7DEA, 0xE6E5, - 0x7DEC, 0xBD71, 0x7DEE, 0xE6EF, 0x7DEF, 0xBD6E, 0x7DF0, 0xE6EE, 0x7DF1, 0xE6ED, 0x7DF2, 0xBD7A, 0x7DF3, 0xE572, 0x7DF4, 0xBD6D, - 0x7DF6, 0xE6EC, 0x7DF7, 0xE6E3, 0x7DF9, 0xBD7B, 0x7DFA, 0xE6EA, 0x7DFB, 0xBD6F, 0x7E03, 0xE6E9, 0x7E08, 0xBFA2, 0x7E09, 0xBFA7, - 0x7E0A, 0xBF7E, 0x7E0B, 0xEAD8, 0x7E0C, 0xEACF, 0x7E0D, 0xEADB, 0x7E0E, 0xEAD3, 0x7E0F, 0xEAD9, 0x7E10, 0xBFA8, 0x7E11, 0xBFA1, - 0x7E12, 0xEACC, 0x7E13, 0xEAD2, 0x7E14, 0xEADC, 0x7E15, 0xEAD5, 0x7E16, 0xEADA, 0x7E17, 0xEACE, 0x7E1A, 0xEAD6, 0x7E1B, 0xBFA3, - 0x7E1C, 0xEAD4, 0x7E1D, 0xBFA6, 0x7E1E, 0xBFA5, 0x7E1F, 0xEAD0, 0x7E20, 0xEAD1, 0x7E21, 0xEACD, 0x7E22, 0xEAD7, 0x7E23, 0xBFA4, - 0x7E24, 0xEADE, 0x7E25, 0xEADD, 0x7E29, 0xEDDA, 0x7E2A, 0xEDD6, 0x7E2B, 0xC15F, 0x7E2D, 0xEDD0, 0x7E2E, 0xC159, 0x7E2F, 0xC169, - 0x7E30, 0xEDDC, 0x7E31, 0xC161, 0x7E32, 0xC15D, 0x7E33, 0xEDD3, 0x7E34, 0xC164, 0x7E35, 0xC167, 0x7E36, 0xEDDE, 0x7E37, 0xC15C, - 0x7E38, 0xEDD5, 0x7E39, 0xC165, 0x7E3A, 0xEDE0, 0x7E3B, 0xEDDD, 0x7E3C, 0xEDD1, 0x7E3D, 0xC160, 0x7E3E, 0xC15A, 0x7E3F, 0xC168, - 0x7E40, 0xEDD8, 0x7E41, 0xC163, 0x7E42, 0xEDD2, 0x7E43, 0xC15E, 0x7E44, 0xEDDF, 0x7E45, 0xC162, 0x7E46, 0xC15B, 0x7E47, 0xEDD9, - 0x7E48, 0xC166, 0x7E49, 0xEDD7, 0x7E4C, 0xEDDB, 0x7E50, 0xF06E, 0x7E51, 0xF074, 0x7E52, 0xC2B9, 0x7E53, 0xF077, 0x7E54, 0xC2B4, - 0x7E55, 0xC2B5, 0x7E56, 0xF06F, 0x7E57, 0xF076, 0x7E58, 0xF071, 0x7E59, 0xC2BA, 0x7E5A, 0xC2B7, 0x7E5C, 0xF06D, 0x7E5E, 0xC2B6, - 0x7E5F, 0xF073, 0x7E60, 0xF075, 0x7E61, 0xC2B8, 0x7E62, 0xF072, 0x7E63, 0xF070, 0x7E68, 0xF2B8, 0x7E69, 0xC3B7, 0x7E6A, 0xC3B8, - 0x7E6B, 0xC3B4, 0x7E6D, 0xC3B5, 0x7E6F, 0xF2B4, 0x7E70, 0xF2B2, 0x7E72, 0xF2B6, 0x7E73, 0xC3BA, 0x7E74, 0xF2B7, 0x7E75, 0xF2B0, - 0x7E76, 0xF2AF, 0x7E77, 0xF2B3, 0x7E78, 0xF2B1, 0x7E79, 0xC3B6, 0x7E7A, 0xF2B5, 0x7E7B, 0xF4AC, 0x7E7C, 0xC47E, 0x7E7D, 0xC47D, - 0x7E7E, 0xF4AD, 0x7E80, 0xF4AF, 0x7E81, 0xF4AE, 0x7E82, 0xC4A1, 0x7E86, 0xF5EB, 0x7E87, 0xF5E8, 0x7E88, 0xF5E9, 0x7E8A, 0xF5E7, - 0x7E8B, 0xF5EA, 0x7E8C, 0xC4F2, 0x7E8D, 0xF5EC, 0x7E8F, 0xC4F1, 0x7E91, 0xF742, 0x7E93, 0xC5D5, 0x7E94, 0xC5D7, 0x7E95, 0xF7EE, - 0x7E96, 0xC5D6, 0x7E97, 0xF8B9, 0x7E98, 0xF940, 0x7E99, 0xF942, 0x7E9A, 0xF8FE, 0x7E9B, 0xF941, 0x7E9C, 0xC66C, 0x7F36, 0xA6CE, - 0x7F38, 0xACFB, 0x7F39, 0xD26F, 0x7F3A, 0xAFCA, 0x7F3D, 0xB2DA, 0x7F3E, 0xDAFC, 0x7F3F, 0xDAFD, 0x7F43, 0xEADF, 0x7F44, 0xC16A, - 0x7F45, 0xEDE1, 0x7F48, 0xC2BB, 0x7F4A, 0xF2BA, 0x7F4B, 0xF2B9, 0x7F4C, 0xC4A2, 0x7F4D, 0xF5ED, 0x7F4F, 0xF743, 0x7F50, 0xC5F8, - 0x7F51, 0xCA49, 0x7F54, 0xAAC9, 0x7F55, 0xA875, 0x7F58, 0xD04D, 0x7F5B, 0xD360, 0x7F5C, 0xD35B, 0x7F5D, 0xD35F, 0x7F5E, 0xD35D, - 0x7F5F, 0xAFCB, 0x7F60, 0xD35E, 0x7F61, 0xD35C, 0x7F63, 0xD6F1, 0x7F65, 0xDAFE, 0x7F66, 0xDB40, 0x7F67, 0xDF69, 0x7F68, 0xDF6A, - 0x7F69, 0xB86E, 0x7F6A, 0xB86F, 0x7F6B, 0xDF68, 0x7F6C, 0xDF6B, 0x7F6D, 0xDF67, 0x7F6E, 0xB86D, 0x7F70, 0xBB40, 0x7F72, 0xB870, - 0x7F73, 0xE37A, 0x7F75, 0xBD7C, 0x7F76, 0xE6F1, 0x7F77, 0xBD7D, 0x7F79, 0xBFA9, 0x7F7A, 0xEAE2, 0x7F7B, 0xEAE0, 0x7F7C, 0xEAE1, - 0x7F7D, 0xEDE4, 0x7F7E, 0xEDE3, 0x7F7F, 0xEDE2, 0x7F83, 0xF2BB, 0x7F85, 0xC3B9, 0x7F86, 0xF2BC, 0x7F87, 0xF744, 0x7F88, 0xC5F9, - 0x7F89, 0xF8BA, 0x7F8A, 0xA6CF, 0x7F8B, 0xAACB, 0x7F8C, 0xAACA, 0x7F8D, 0xD04F, 0x7F8E, 0xACFC, 0x7F91, 0xD04E, 0x7F92, 0xD362, - 0x7F94, 0xAFCC, 0x7F95, 0xD6F2, 0x7F96, 0xD361, 0x7F9A, 0xB2DC, 0x7F9B, 0xD6F5, 0x7F9C, 0xD6F3, 0x7F9D, 0xD6F4, 0x7F9E, 0xB2DB, - 0x7FA0, 0xDB42, 0x7FA1, 0xDB43, 0x7FA2, 0xDB41, 0x7FA4, 0xB873, 0x7FA5, 0xDF6D, 0x7FA6, 0xDF6C, 0x7FA7, 0xDF6E, 0x7FA8, 0xB872, - 0x7FA9, 0xB871, 0x7FAC, 0xE6F2, 0x7FAD, 0xE6F4, 0x7FAF, 0xBD7E, 0x7FB0, 0xE6F3, 0x7FB1, 0xEAE3, 0x7FB2, 0xBFAA, 0x7FB3, 0xF079, - 0x7FB5, 0xF078, 0x7FB6, 0xC3BB, 0x7FB7, 0xF2BD, 0x7FB8, 0xC3BD, 0x7FB9, 0xC3BC, 0x7FBA, 0xF4B0, 0x7FBB, 0xF5EE, 0x7FBC, 0xC4F3, - 0x7FBD, 0xA6D0, 0x7FBE, 0xD050, 0x7FBF, 0xACFD, 0x7FC0, 0xD365, 0x7FC1, 0xAFCE, 0x7FC2, 0xD364, 0x7FC3, 0xD363, 0x7FC5, 0xAFCD, - 0x7FC7, 0xD6FB, 0x7FC9, 0xD6FD, 0x7FCA, 0xD6F6, 0x7FCB, 0xD6F7, 0x7FCC, 0xB2DD, 0x7FCD, 0xD6F8, 0x7FCE, 0xB2DE, 0x7FCF, 0xD6FC, - 0x7FD0, 0xD6F9, 0x7FD1, 0xD6FA, 0x7FD2, 0xB2DF, 0x7FD4, 0xB5BE, 0x7FD5, 0xB5BF, 0x7FD7, 0xDB44, 0x7FDB, 0xDF6F, 0x7FDC, 0xDF70, - 0x7FDE, 0xE37E, 0x7FDF, 0xBB43, 0x7FE0, 0xBB41, 0x7FE1, 0xBB42, 0x7FE2, 0xE37B, 0x7FE3, 0xE37C, 0x7FE5, 0xE37D, 0x7FE6, 0xE6F9, - 0x7FE8, 0xE6FA, 0x7FE9, 0xBDA1, 0x7FEA, 0xE6F7, 0x7FEB, 0xE6F6, 0x7FEC, 0xE6F8, 0x7FED, 0xE6F5, 0x7FEE, 0xBFAD, 0x7FEF, 0xEAE4, - 0x7FF0, 0xBFAB, 0x7FF1, 0xBFAC, 0x7FF2, 0xEDE6, 0x7FF3, 0xC16B, 0x7FF4, 0xEDE5, 0x7FF5, 0xEFA8, 0x7FF7, 0xF07A, 0x7FF8, 0xF07B, - 0x7FF9, 0xC2BC, 0x7FFB, 0xC2BD, 0x7FFC, 0xC16C, 0x7FFD, 0xF2BE, 0x7FFE, 0xF2BF, 0x7FFF, 0xF4B1, 0x8000, 0xC4A3, 0x8001, 0xA6D1, - 0x8003, 0xA6D2, 0x8004, 0xACFE, 0x8005, 0xAACC, 0x8006, 0xAFCF, 0x8007, 0xD051, 0x800B, 0xB5C0, 0x800C, 0xA6D3, 0x800D, 0xAD41, - 0x800E, 0xD052, 0x800F, 0xD053, 0x8010, 0xAD40, 0x8011, 0xAD42, 0x8012, 0xA6D4, 0x8014, 0xD054, 0x8015, 0xAFD1, 0x8016, 0xD366, - 0x8017, 0xAFD3, 0x8018, 0xAFD0, 0x8019, 0xAFD2, 0x801B, 0xD741, 0x801C, 0xB2E0, 0x801E, 0xD740, 0x801F, 0xD6FE, 0x8021, 0xDF71, - 0x8024, 0xE3A1, 0x8026, 0xBDA2, 0x8028, 0xBFAE, 0x8029, 0xEAE6, 0x802A, 0xEAE5, 0x802C, 0xEDE7, 0x8030, 0xF5EF, 0x8033, 0xA6D5, - 0x8034, 0xCB73, 0x8035, 0xCDAA, 0x8036, 0xAD43, 0x8037, 0xD055, 0x8039, 0xD368, 0x803D, 0xAFD4, 0x803E, 0xD367, 0x803F, 0xAFD5, - 0x8043, 0xD743, 0x8046, 0xB2E2, 0x8047, 0xD742, 0x8048, 0xD744, 0x804A, 0xB2E1, 0x804F, 0xDB46, 0x8050, 0xDB47, 0x8051, 0xDB45, - 0x8052, 0xB5C1, 0x8056, 0xB874, 0x8058, 0xB875, 0x805A, 0xBB45, 0x805C, 0xE3A3, 0x805D, 0xE3A2, 0x805E, 0xBB44, 0x8064, 0xE6FB, - 0x8067, 0xE6FC, 0x806C, 0xEAE7, 0x806F, 0xC170, 0x8070, 0xC16F, 0x8071, 0xC16D, 0x8072, 0xC16E, 0x8073, 0xC171, 0x8075, 0xF07C, - 0x8076, 0xC2BF, 0x8077, 0xC2BE, 0x8078, 0xF2C0, 0x8079, 0xF4B2, 0x807D, 0xC5A5, 0x807E, 0xC5A4, 0x807F, 0xA6D6, 0x8082, 0xD1FB, - 0x8084, 0xB877, 0x8085, 0xB5C2, 0x8086, 0xB876, 0x8087, 0xBB46, 0x8089, 0xA6D7, 0x808A, 0xC9A9, 0x808B, 0xA6D8, 0x808C, 0xA6D9, - 0x808F, 0xCDAB, 0x8090, 0xCB76, 0x8092, 0xCB77, 0x8093, 0xA877, 0x8095, 0xCB74, 0x8096, 0xA876, 0x8098, 0xA879, 0x8099, 0xCB75, - 0x809A, 0xA87B, 0x809B, 0xA87A, 0x809C, 0xCB78, 0x809D, 0xA878, 0x80A1, 0xAAD1, 0x80A2, 0xAACF, 0x80A3, 0xCDAD, 0x80A5, 0xAACE, - 0x80A9, 0xAAD3, 0x80AA, 0xAAD5, 0x80AB, 0xAAD2, 0x80AD, 0xCDB0, 0x80AE, 0xCDAC, 0x80AF, 0xAAD6, 0x80B1, 0xAAD0, 0x80B2, 0xA87C, - 0x80B4, 0xAAD4, 0x80B5, 0xCDAF, 0x80B8, 0xCDAE, 0x80BA, 0xAACD, 0x80C2, 0xD05B, 0x80C3, 0xAD47, 0x80C4, 0xAD48, 0x80C5, 0xD05D, - 0x80C7, 0xD057, 0x80C8, 0xD05A, 0x80C9, 0xD063, 0x80CA, 0xD061, 0x80CC, 0xAD49, 0x80CD, 0xD067, 0x80CE, 0xAD4C, 0x80CF, 0xD064, - 0x80D0, 0xD05C, 0x80D1, 0xD059, 0x80D4, 0xDB49, 0x80D5, 0xD062, 0x80D6, 0xAD44, 0x80D7, 0xD065, 0x80D8, 0xD056, 0x80D9, 0xD05F, - 0x80DA, 0xAD46, 0x80DB, 0xAD4B, 0x80DC, 0xD060, 0x80DD, 0xAD4F, 0x80DE, 0xAD4D, 0x80E0, 0xD058, 0x80E1, 0xAD4A, 0x80E3, 0xD05E, - 0x80E4, 0xAD4E, 0x80E5, 0xAD45, 0x80E6, 0xD066, 0x80ED, 0xAFDA, 0x80EF, 0xAFE3, 0x80F0, 0xAFD8, 0x80F1, 0xAFD6, 0x80F2, 0xD36A, - 0x80F3, 0xAFDE, 0x80F4, 0xAFDB, 0x80F5, 0xD36C, 0x80F8, 0xAFDD, 0x80F9, 0xD36B, 0x80FA, 0xD369, 0x80FB, 0xD36E, 0x80FC, 0xAFE2, - 0x80FD, 0xAFE0, 0x80FE, 0xDB48, 0x8100, 0xD36F, 0x8101, 0xD36D, 0x8102, 0xAFD7, 0x8105, 0xAFD9, 0x8106, 0xAFDC, 0x8108, 0xAFDF, - 0x810A, 0xAFE1, 0x8115, 0xD74E, 0x8116, 0xB2E4, 0x8118, 0xD745, 0x8119, 0xD747, 0x811B, 0xD748, 0x811D, 0xD750, 0x811E, 0xD74C, - 0x811F, 0xD74A, 0x8121, 0xD74D, 0x8122, 0xD751, 0x8123, 0xB2E5, 0x8124, 0xB2E9, 0x8125, 0xD746, 0x8127, 0xD74F, 0x8129, 0xB2E7, - 0x812B, 0xB2E6, 0x812C, 0xD74B, 0x812D, 0xD749, 0x812F, 0xB2E3, 0x8130, 0xB2E8, 0x8139, 0xB5C8, 0x813A, 0xDB51, 0x813D, 0xDB4F, - 0x813E, 0xB5CA, 0x8143, 0xDB4A, 0x8144, 0xDFA1, 0x8146, 0xB5C9, 0x8147, 0xDB4E, 0x814A, 0xDB4B, 0x814B, 0xB5C5, 0x814C, 0xB5CB, - 0x814D, 0xDB50, 0x814E, 0xB5C7, 0x814F, 0xDB4D, 0x8150, 0xBB47, 0x8151, 0xB5C6, 0x8152, 0xDB4C, 0x8153, 0xB5CC, 0x8154, 0xB5C4, - 0x8155, 0xB5C3, 0x815B, 0xDF77, 0x815C, 0xDF75, 0x815E, 0xDF7B, 0x8160, 0xDF73, 0x8161, 0xDFA2, 0x8162, 0xDF78, 0x8164, 0xDF72, - 0x8165, 0xB87B, 0x8166, 0xB8A3, 0x8167, 0xDF7D, 0x8169, 0xDF76, 0x816B, 0xB87E, 0x816E, 0xB87C, 0x816F, 0xDF7E, 0x8170, 0xB879, - 0x8171, 0xB878, 0x8172, 0xDF79, 0x8173, 0xB87D, 0x8174, 0xB5CD, 0x8176, 0xDF7C, 0x8177, 0xDF74, 0x8178, 0xB87A, 0x8179, 0xB8A1, - 0x817A, 0xB8A2, 0x817F, 0xBB4C, 0x8180, 0xBB48, 0x8182, 0xBB4D, 0x8183, 0xE3A6, 0x8186, 0xE3A5, 0x8187, 0xE3A7, 0x8188, 0xBB4A, - 0x8189, 0xE3A4, 0x818A, 0xBB4B, 0x818B, 0xE3AA, 0x818C, 0xE3A9, 0x818D, 0xE3A8, 0x818F, 0xBB49, 0x8195, 0xE741, 0x8197, 0xE744, - 0x8198, 0xBDA8, 0x8199, 0xE743, 0x819A, 0xBDA7, 0x819B, 0xBDA3, 0x819C, 0xBDA4, 0x819D, 0xBDA5, 0x819E, 0xE740, 0x819F, 0xE6FE, - 0x81A0, 0xBDA6, 0x81A2, 0xE742, 0x81A3, 0xE6FD, 0x81A6, 0xEAE9, 0x81A7, 0xEAF3, 0x81A8, 0xBFB1, 0x81A9, 0xBFB0, 0x81AB, 0xEAED, - 0x81AC, 0xEAEF, 0x81AE, 0xEAEA, 0x81B0, 0xEAEE, 0x81B1, 0xEAE8, 0x81B2, 0xEAF1, 0x81B3, 0xBFAF, 0x81B4, 0xEAF0, 0x81B5, 0xEAEC, - 0x81B7, 0xEAF2, 0x81B9, 0xEAEB, 0x81BA, 0xC174, 0x81BB, 0xEDE8, 0x81BC, 0xEDEE, 0x81BD, 0xC178, 0x81BE, 0xC17A, 0x81BF, 0xC177, - 0x81C0, 0xC176, 0x81C2, 0xC175, 0x81C3, 0xC173, 0x81C4, 0xEDE9, 0x81C5, 0xEDEC, 0x81C6, 0xC172, 0x81C7, 0xEDED, 0x81C9, 0xC179, - 0x81CA, 0xEDEB, 0x81CC, 0xEDEA, 0x81CD, 0xC2C0, 0x81CF, 0xC2C1, 0x81D0, 0xF0A1, 0x81D1, 0xF07D, 0x81D2, 0xF07E, 0x81D5, 0xF2C2, - 0x81D7, 0xF2C1, 0x81D8, 0xC3BE, 0x81D9, 0xF4B4, 0x81DA, 0xC4A4, 0x81DB, 0xF4B3, 0x81DD, 0xF5F0, 0x81DE, 0xF745, 0x81DF, 0xC5A6, - 0x81E0, 0xF943, 0x81E1, 0xF944, 0x81E2, 0xC5D8, 0x81E3, 0xA6DA, 0x81E5, 0xAAD7, 0x81E6, 0xDB52, 0x81E7, 0xBB4E, 0x81E8, 0xC17B, - 0x81E9, 0xEDEF, 0x81EA, 0xA6DB, 0x81EC, 0xAFE5, 0x81ED, 0xAFE4, 0x81EE, 0xDB53, 0x81F2, 0xEAF4, 0x81F3, 0xA6DC, 0x81F4, 0xAD50, - 0x81F7, 0xDB54, 0x81F8, 0xDB55, 0x81F9, 0xDB56, 0x81FA, 0xBB4F, 0x81FB, 0xBFB2, 0x81FC, 0xA6DD, 0x81FE, 0xAAD8, 0x81FF, 0xD068, - 0x8200, 0xAFE6, 0x8201, 0xD370, 0x8202, 0xB2EA, 0x8204, 0xDB57, 0x8205, 0xB8A4, 0x8207, 0xBB50, 0x8208, 0xBFB3, 0x8209, 0xC17C, - 0x820A, 0xC2C2, 0x820B, 0xF4B5, 0x820C, 0xA6DE, 0x820D, 0xAAD9, 0x8210, 0xAFE7, 0x8211, 0xD752, 0x8212, 0xB5CE, 0x8214, 0xBB51, - 0x8215, 0xE3AB, 0x8216, 0xE745, 0x821B, 0xA6DF, 0x821C, 0xB5CF, 0x821D, 0xDFA3, 0x821E, 0xBB52, 0x821F, 0xA6E0, 0x8220, 0xCDB1, - 0x8221, 0xD069, 0x8222, 0xAD51, 0x8225, 0xD372, 0x8228, 0xAFEA, 0x822A, 0xAFE8, 0x822B, 0xAFE9, 0x822C, 0xAFEB, 0x822F, 0xD371, - 0x8232, 0xD757, 0x8233, 0xD754, 0x8234, 0xD756, 0x8235, 0xB2EB, 0x8236, 0xB2ED, 0x8237, 0xB2EC, 0x8238, 0xD753, 0x8239, 0xB2EE, - 0x823A, 0xD755, 0x823C, 0xDB58, 0x823D, 0xDB59, 0x823F, 0xDB5A, 0x8240, 0xDFA6, 0x8242, 0xDFA7, 0x8244, 0xDFA5, 0x8245, 0xDFA8, - 0x8247, 0xB8A5, 0x8249, 0xDFA4, 0x824B, 0xBB53, 0x824E, 0xE74A, 0x824F, 0xE746, 0x8250, 0xE749, 0x8251, 0xE74B, 0x8252, 0xE748, - 0x8253, 0xE747, 0x8255, 0xEAF5, 0x8256, 0xEAF6, 0x8257, 0xEAF7, 0x8258, 0xBFB4, 0x8259, 0xBFB5, 0x825A, 0xEDF1, 0x825B, 0xEDF0, - 0x825C, 0xEDF2, 0x825E, 0xF0A3, 0x825F, 0xF0A2, 0x8261, 0xF2C4, 0x8263, 0xF2C5, 0x8264, 0xF2C3, 0x8266, 0xC4A5, 0x8268, 0xF4B6, - 0x8269, 0xF4B7, 0x826B, 0xF746, 0x826C, 0xF7EF, 0x826D, 0xF8BB, 0x826E, 0xA6E1, 0x826F, 0xA87D, 0x8271, 0xC17D, 0x8272, 0xA6E2, - 0x8274, 0xD758, 0x8275, 0xDB5B, 0x8277, 0xC641, 0x8278, 0xCA4A, 0x827C, 0xCA4B, 0x827D, 0xCA4D, 0x827E, 0xA6E3, 0x827F, 0xCA4E, - 0x8280, 0xCA4C, 0x8283, 0xCBA2, 0x8284, 0xCBA3, 0x8285, 0xCB7B, 0x828A, 0xCBA1, 0x828B, 0xA8A1, 0x828D, 0xA8A2, 0x828E, 0xCB7C, - 0x828F, 0xCB7A, 0x8290, 0xCB79, 0x8291, 0xCB7D, 0x8292, 0xA87E, 0x8293, 0xCB7E, 0x8294, 0xD06A, 0x8298, 0xCDB6, 0x8299, 0xAADC, - 0x829A, 0xCDB5, 0x829B, 0xCDB7, 0x829D, 0xAADB, 0x829E, 0xCDBC, 0x829F, 0xAADF, 0x82A0, 0xCDB2, 0x82A1, 0xCDC0, 0x82A2, 0xCDC6, - 0x82A3, 0xAAE6, 0x82A4, 0xCDC3, 0x82A5, 0xAAE3, 0x82A7, 0xCDB9, 0x82A8, 0xCDBF, 0x82A9, 0xCDC1, 0x82AB, 0xCDB4, 0x82AC, 0xAAE2, - 0x82AD, 0xAADD, 0x82AE, 0xCDBA, 0x82AF, 0xAAE4, 0x82B0, 0xAAE7, 0x82B1, 0xAAE1, 0x82B3, 0xAADA, 0x82B4, 0xCDBE, 0x82B5, 0xCDB8, - 0x82B6, 0xCDC5, 0x82B7, 0xAAE9, 0x82B8, 0xAAE5, 0x82B9, 0xAAE0, 0x82BA, 0xCDBD, 0x82BB, 0xAFEC, 0x82BC, 0xCDBB, 0x82BD, 0xAADE, - 0x82BE, 0xAAE8, 0x82C0, 0xCDB3, 0x82C2, 0xCDC2, 0x82C3, 0xCDC4, 0x82D1, 0xAD62, 0x82D2, 0xAD5C, 0x82D3, 0xAD64, 0x82D4, 0xAD61, - 0x82D5, 0xD071, 0x82D6, 0xD074, 0x82D7, 0xAD5D, 0x82D9, 0xD06B, 0x82DB, 0xAD56, 0x82DC, 0xAD60, 0x82DE, 0xAD63, 0x82DF, 0xAD65, - 0x82E0, 0xD0A2, 0x82E1, 0xD077, 0x82E3, 0xAD55, 0x82E4, 0xD0A1, 0x82E5, 0xAD59, 0x82E6, 0xAD57, 0x82E7, 0xAD52, 0x82E8, 0xD06F, - 0x82EA, 0xD07E, 0x82EB, 0xD073, 0x82EC, 0xD076, 0x82ED, 0xD0A5, 0x82EF, 0xAD66, 0x82F0, 0xD07D, 0x82F1, 0xAD5E, 0x82F2, 0xD078, - 0x82F3, 0xD0A4, 0x82F4, 0xD075, 0x82F5, 0xD079, 0x82F6, 0xD07C, 0x82F9, 0xD06D, 0x82FA, 0xD0A3, 0x82FB, 0xD07B, 0x82FE, 0xD06C, - 0x8300, 0xD070, 0x8301, 0xAD5F, 0x8302, 0xAD5A, 0x8303, 0xAD53, 0x8304, 0xAD58, 0x8305, 0xAD54, 0x8306, 0xAD67, 0x8307, 0xD06E, - 0x8308, 0xD3A5, 0x8309, 0xAD5B, 0x830C, 0xD07A, 0x830D, 0xCE41, 0x8316, 0xD3A8, 0x8317, 0xAFFA, 0x8319, 0xD376, 0x831B, 0xD3A3, - 0x831C, 0xD37D, 0x831E, 0xD3B2, 0x8320, 0xD3AA, 0x8322, 0xD37E, 0x8324, 0xD3A9, 0x8325, 0xD378, 0x8326, 0xD37C, 0x8327, 0xD3B5, - 0x8328, 0xAFFD, 0x8329, 0xD3AD, 0x832A, 0xD3A4, 0x832B, 0xAFED, 0x832C, 0xD3B3, 0x832D, 0xD374, 0x832F, 0xD3AC, 0x8331, 0xAFFC, - 0x8332, 0xAFF7, 0x8333, 0xD373, 0x8334, 0xAFF5, 0x8335, 0xAFF4, 0x8336, 0xAFF9, 0x8337, 0xD3AB, 0x8338, 0xAFF1, 0x8339, 0xAFF8, - 0x833A, 0xD072, 0x833B, 0xDB5C, 0x833C, 0xD3A6, 0x833F, 0xD37A, 0x8340, 0xAFFB, 0x8341, 0xD37B, 0x8342, 0xD3A1, 0x8343, 0xAFFE, - 0x8344, 0xD375, 0x8345, 0xD3AF, 0x8347, 0xD3AE, 0x8348, 0xD3B6, 0x8349, 0xAFF3, 0x834A, 0xAFF0, 0x834B, 0xD3B4, 0x834C, 0xD3B0, - 0x834D, 0xD3A7, 0x834E, 0xD3A2, 0x834F, 0xAFF6, 0x8350, 0xAFF2, 0x8351, 0xD377, 0x8352, 0xAFEE, 0x8353, 0xD3B1, 0x8354, 0xAFEF, - 0x8356, 0xD379, 0x8373, 0xD75E, 0x8374, 0xD760, 0x8375, 0xD765, 0x8376, 0xD779, 0x8377, 0xB2FC, 0x8378, 0xB2F2, 0x837A, 0xD75D, - 0x837B, 0xB2FD, 0x837C, 0xB2FE, 0x837D, 0xD768, 0x837E, 0xD76F, 0x837F, 0xD775, 0x8381, 0xD762, 0x8383, 0xD769, 0x8386, 0xB340, - 0x8387, 0xD777, 0x8388, 0xD772, 0x8389, 0xB2FA, 0x838A, 0xB2F8, 0x838B, 0xD76E, 0x838C, 0xD76A, 0x838D, 0xD75C, 0x838E, 0xB2EF, - 0x838F, 0xD761, 0x8390, 0xD759, 0x8392, 0xB2F7, 0x8393, 0xB2F9, 0x8394, 0xD766, 0x8395, 0xD763, 0x8396, 0xB2F4, 0x8397, 0xD773, - 0x8398, 0xB2F1, 0x8399, 0xD764, 0x839A, 0xD77A, 0x839B, 0xD76C, 0x839D, 0xD76B, 0x839E, 0xB2F0, 0x83A0, 0xB2FB, 0x83A2, 0xB2F3, - 0x83A3, 0xD75A, 0x83A4, 0xD75F, 0x83A5, 0xD770, 0x83A6, 0xD776, 0x83A7, 0xB341, 0x83A8, 0xD75B, 0x83A9, 0xD767, 0x83AA, 0xD76D, - 0x83AB, 0xB2F6, 0x83AE, 0xD778, 0x83AF, 0xD771, 0x83B0, 0xD774, 0x83BD, 0xB2F5, 0x83BF, 0xDB6C, 0x83C0, 0xDB60, 0x83C1, 0xB5D7, - 0x83C2, 0xDB7D, 0x83C3, 0xDBA7, 0x83C4, 0xDBAA, 0x83C5, 0xB5D5, 0x83C6, 0xDB68, 0x83C7, 0xDBA3, 0x83C8, 0xDB69, 0x83C9, 0xDB77, - 0x83CA, 0xB5E2, 0x83CB, 0xDB73, 0x83CC, 0xB5DF, 0x83CE, 0xDB74, 0x83CF, 0xDB5D, 0x83D1, 0xDBA4, 0x83D4, 0xB5E8, 0x83D5, 0xDBA1, - 0x83D6, 0xDB75, 0x83D7, 0xDBAC, 0x83D8, 0xDB70, 0x83D9, 0xDFC8, 0x83DB, 0xDBAF, 0x83DC, 0xB5E6, 0x83DD, 0xDB6E, 0x83DE, 0xDB7A, - 0x83DF, 0xB5E9, 0x83E0, 0xB5D4, 0x83E1, 0xDB72, 0x83E2, 0xDBAD, 0x83E3, 0xDB6B, 0x83E4, 0xDB64, 0x83E5, 0xDB6F, 0x83E7, 0xDB63, - 0x83E8, 0xDB61, 0x83E9, 0xB5D0, 0x83EA, 0xDBA5, 0x83EB, 0xDB6A, 0x83EC, 0xDBA8, 0x83EE, 0xDBA9, 0x83EF, 0xB5D8, 0x83F0, 0xB5DD, - 0x83F1, 0xB5D9, 0x83F2, 0xB5E1, 0x83F3, 0xDB7E, 0x83F4, 0xB5DA, 0x83F5, 0xDB76, 0x83F6, 0xDB66, 0x83F8, 0xB5D2, 0x83F9, 0xDB5E, - 0x83FA, 0xDBA2, 0x83FB, 0xDBAB, 0x83FC, 0xDB65, 0x83FD, 0xB5E0, 0x83FE, 0xDBB0, 0x83FF, 0xDB71, 0x8401, 0xDB6D, 0x8403, 0xB5D1, - 0x8404, 0xB5E5, 0x8406, 0xDB7C, 0x8407, 0xB5E7, 0x8409, 0xDB78, 0x840A, 0xB5DC, 0x840B, 0xB5D6, 0x840C, 0xB5DE, 0x840D, 0xB5D3, - 0x840E, 0xB5E4, 0x840F, 0xDB79, 0x8410, 0xDB67, 0x8411, 0xDB7B, 0x8412, 0xDB62, 0x8413, 0xDBA6, 0x841B, 0xDBAE, 0x8423, 0xDB5F, - 0x8429, 0xDFC7, 0x842B, 0xDFDD, 0x842C, 0xB855, 0x842D, 0xDFCC, 0x842F, 0xDFCA, 0x8430, 0xDFB5, 0x8431, 0xB8A9, 0x8432, 0xDFC5, - 0x8433, 0xDFD9, 0x8434, 0xDFC1, 0x8435, 0xB8B1, 0x8436, 0xDFD8, 0x8437, 0xDFBF, 0x8438, 0xB5E3, 0x8439, 0xDFCF, 0x843A, 0xDFC0, - 0x843B, 0xDFD6, 0x843C, 0xB8B0, 0x843D, 0xB8A8, 0x843F, 0xDFAA, 0x8440, 0xDFB2, 0x8442, 0xDFCB, 0x8443, 0xDFC3, 0x8444, 0xDFDC, - 0x8445, 0xDFC6, 0x8446, 0xB8B6, 0x8447, 0xDFD7, 0x8449, 0xB8AD, 0x844B, 0xDFC9, 0x844C, 0xDFD1, 0x844D, 0xDFB6, 0x844E, 0xDFD0, - 0x8450, 0xDFE1, 0x8451, 0xDFB1, 0x8452, 0xDFD2, 0x8454, 0xDFDF, 0x8456, 0xDFAB, 0x8457, 0xB5DB, 0x8459, 0xDFB9, 0x845A, 0xDFB8, - 0x845B, 0xB8AF, 0x845D, 0xDFBC, 0x845E, 0xDFBE, 0x845F, 0xDFCD, 0x8460, 0xDFDE, 0x8461, 0xB8B2, 0x8463, 0xB8B3, 0x8465, 0xDFB0, - 0x8466, 0xB8AB, 0x8467, 0xDFB4, 0x8468, 0xDFDA, 0x8469, 0xB8B4, 0x846B, 0xB8AC, 0x846C, 0xB8AE, 0x846D, 0xB8B5, 0x846E, 0xDFE0, - 0x846F, 0xDFD3, 0x8470, 0xDFCE, 0x8473, 0xDFBB, 0x8474, 0xDFBA, 0x8475, 0xB8AA, 0x8476, 0xDFAC, 0x8477, 0xB8A7, 0x8478, 0xDFC4, - 0x8479, 0xDFAD, 0x847A, 0xDFC2, 0x847D, 0xDFB7, 0x847E, 0xDFDB, 0x8482, 0xB8A6, 0x8486, 0xDFB3, 0x848D, 0xDFAF, 0x848E, 0xDFD5, - 0x848F, 0xDFAE, 0x8490, 0xBB60, 0x8491, 0xE3D3, 0x8494, 0xE3C2, 0x8497, 0xE3AC, 0x8498, 0xE3CA, 0x8499, 0xBB58, 0x849A, 0xE3BB, - 0x849B, 0xE3C5, 0x849C, 0xBB5B, 0x849D, 0xE3BE, 0x849E, 0xBB59, 0x849F, 0xE3AF, 0x84A0, 0xE3CD, 0x84A1, 0xE3AE, 0x84A2, 0xE3C1, - 0x84A4, 0xE3AD, 0x84A7, 0xE3BF, 0x84A8, 0xE3C8, 0x84A9, 0xE3C6, 0x84AA, 0xE3BA, 0x84AB, 0xE3B5, 0x84AC, 0xE3B3, 0x84AE, 0xE3B4, - 0x84AF, 0xE3C7, 0x84B0, 0xE3D2, 0x84B1, 0xE3BC, 0x84B2, 0xBB5A, 0x84B4, 0xE3B7, 0x84B6, 0xE3CB, 0x84B8, 0xBB5D, 0x84B9, 0xE3B6, - 0x84BA, 0xE3B0, 0x84BB, 0xE3C0, 0x84BC, 0xBB61, 0x84BF, 0xBB55, 0x84C0, 0xBB5E, 0x84C1, 0xE3B8, 0x84C2, 0xE3B2, 0x84C4, 0xBB57, - 0x84C5, 0xDFD4, 0x84C6, 0xBB56, 0x84C7, 0xE3C3, 0x84C9, 0xBB54, 0x84CA, 0xBB63, 0x84CB, 0xBB5C, 0x84CC, 0xE3C4, 0x84CD, 0xE3B9, - 0x84CE, 0xE3B1, 0x84CF, 0xE3CC, 0x84D0, 0xE3BD, 0x84D1, 0xBB62, 0x84D2, 0xE3D0, 0x84D3, 0xBB5F, 0x84D4, 0xE3CF, 0x84D6, 0xE3C9, - 0x84D7, 0xE3CE, 0x84DB, 0xE3D1, 0x84E7, 0xE773, 0x84E8, 0xE774, 0x84E9, 0xE767, 0x84EA, 0xE766, 0x84EB, 0xE762, 0x84EC, 0xBDB4, - 0x84EE, 0xBDAC, 0x84EF, 0xE776, 0x84F0, 0xE775, 0x84F1, 0xDFA9, 0x84F2, 0xE75F, 0x84F3, 0xE763, 0x84F4, 0xE75D, 0x84F6, 0xE770, - 0x84F7, 0xE761, 0x84F9, 0xE777, 0x84FA, 0xE75A, 0x84FB, 0xE758, 0x84FC, 0xE764, 0x84FD, 0xE76E, 0x84FE, 0xE769, 0x84FF, 0xBDB6, - 0x8500, 0xE74F, 0x8502, 0xE76D, 0x8506, 0xBDB7, 0x8507, 0xDFBD, 0x8508, 0xE75B, 0x8509, 0xE752, 0x850A, 0xE755, 0x850B, 0xE77B, - 0x850C, 0xE75C, 0x850D, 0xE753, 0x850E, 0xE751, 0x850F, 0xE74E, 0x8511, 0xBDB0, 0x8512, 0xE765, 0x8513, 0xBDAF, 0x8514, 0xBDB3, - 0x8515, 0xE760, 0x8516, 0xE768, 0x8517, 0xBDA9, 0x8518, 0xE778, 0x8519, 0xE77C, 0x851A, 0xBDAB, 0x851C, 0xE757, 0x851D, 0xE76B, - 0x851E, 0xE76F, 0x851F, 0xE754, 0x8520, 0xE779, 0x8521, 0xBDB2, 0x8523, 0xBDB1, 0x8524, 0xE74C, 0x8525, 0xBDB5, 0x8526, 0xE772, - 0x8527, 0xE756, 0x8528, 0xE76A, 0x8529, 0xE750, 0x852A, 0xE75E, 0x852B, 0xE759, 0x852C, 0xBDAD, 0x852D, 0xBDAE, 0x852E, 0xE76C, - 0x852F, 0xE77D, 0x8530, 0xE77A, 0x8531, 0xE771, 0x853B, 0xE74D, 0x853D, 0xBDAA, 0x853E, 0xEB49, 0x8540, 0xEB40, 0x8541, 0xEB43, - 0x8543, 0xBFBB, 0x8544, 0xEB45, 0x8545, 0xEAF9, 0x8546, 0xEB41, 0x8547, 0xEB47, 0x8548, 0xBFB8, 0x8549, 0xBFBC, 0x854A, 0xBFB6, - 0x854D, 0xEAFB, 0x854E, 0xEB4C, 0x8551, 0xEB46, 0x8553, 0xEAFC, 0x8554, 0xEB55, 0x8555, 0xEB4F, 0x8556, 0xEAF8, 0x8557, 0xEE46, - 0x8558, 0xEAFE, 0x8559, 0xBFB7, 0x855B, 0xEB4A, 0x855D, 0xEB54, 0x855E, 0xBFBF, 0x8560, 0xEB51, 0x8561, 0xEAFD, 0x8562, 0xEB44, - 0x8563, 0xEB48, 0x8564, 0xEB42, 0x8565, 0xEB56, 0x8566, 0xEB53, 0x8567, 0xEB50, 0x8568, 0xBFB9, 0x8569, 0xBFBA, 0x856A, 0xBFBE, - 0x856B, 0xEAFA, 0x856C, 0xEB57, 0x856D, 0xBFBD, 0x856E, 0xEB4D, 0x8571, 0xEB4B, 0x8575, 0xEB4E, 0x8576, 0xEE53, 0x8577, 0xEE40, - 0x8578, 0xEE45, 0x8579, 0xEE52, 0x857A, 0xEE44, 0x857B, 0xEDFB, 0x857C, 0xEE41, 0x857E, 0xC1A2, 0x8580, 0xEDF4, 0x8581, 0xEE4D, - 0x8582, 0xEE4F, 0x8583, 0xEDF3, 0x8584, 0xC1A1, 0x8585, 0xEE51, 0x8586, 0xEE49, 0x8587, 0xC1A8, 0x8588, 0xEE50, 0x8589, 0xEE42, - 0x858A, 0xC1AA, 0x858B, 0xEDF9, 0x858C, 0xEB52, 0x858D, 0xEE4A, 0x858E, 0xEE47, 0x858F, 0xEDF5, 0x8590, 0xEE55, 0x8591, 0xC1A4, - 0x8594, 0xC1A5, 0x8595, 0xEDF7, 0x8596, 0xEE48, 0x8598, 0xEE54, 0x8599, 0xEE4B, 0x859A, 0xEDFD, 0x859B, 0xC1A7, 0x859C, 0xC1A3, - 0x859D, 0xEE4C, 0x859E, 0xEDFE, 0x859F, 0xEE56, 0x85A0, 0xEDF8, 0x85A1, 0xEE43, 0x85A2, 0xEE4E, 0x85A3, 0xEDFA, 0x85A4, 0xEDFC, - 0x85A6, 0xC2CB, 0x85A7, 0xEDF6, 0x85A8, 0xC1A9, 0x85A9, 0xC2C4, 0x85AA, 0xC17E, 0x85AF, 0xC1A6, 0x85B0, 0xC2C8, 0x85B1, 0xF0B3, - 0x85B3, 0xF0A9, 0x85B4, 0xF0A4, 0x85B5, 0xF0AA, 0x85B6, 0xF0B4, 0x85B7, 0xF0B8, 0x85B8, 0xF0B7, 0x85B9, 0xC2CA, 0x85BA, 0xC2C9, - 0x85BD, 0xF0AB, 0x85BE, 0xF0B9, 0x85BF, 0xF0AE, 0x85C0, 0xF0A6, 0x85C2, 0xF0A8, 0x85C3, 0xF0A7, 0x85C4, 0xF0AD, 0x85C5, 0xF0B2, - 0x85C6, 0xF0A5, 0x85C7, 0xF0AC, 0x85C8, 0xF0B1, 0x85C9, 0xC2C7, 0x85CB, 0xF0AF, 0x85CD, 0xC2C5, 0x85CE, 0xF0B0, 0x85CF, 0xC2C3, - 0x85D0, 0xC2C6, 0x85D1, 0xF2D5, 0x85D2, 0xF0B5, 0x85D5, 0xC3C2, 0x85D7, 0xF2CD, 0x85D8, 0xF2D1, 0x85D9, 0xF2C9, 0x85DA, 0xF2CC, - 0x85DC, 0xF2D4, 0x85DD, 0xC3C0, 0x85DE, 0xF2D9, 0x85DF, 0xF2D2, 0x85E1, 0xF2CA, 0x85E2, 0xF2DA, 0x85E3, 0xF2D3, 0x85E4, 0xC3C3, - 0x85E5, 0xC3C4, 0x85E6, 0xF2D7, 0x85E8, 0xF2CB, 0x85E9, 0xC3BF, 0x85EA, 0xC3C1, 0x85EB, 0xF2C6, 0x85EC, 0xF2CE, 0x85ED, 0xF2C8, - 0x85EF, 0xF2D8, 0x85F0, 0xF2D6, 0x85F1, 0xF2C7, 0x85F2, 0xF2CF, 0x85F6, 0xF4BE, 0x85F7, 0xC3C5, 0x85F8, 0xF2D0, 0x85F9, 0xC4A7, - 0x85FA, 0xC4A9, 0x85FB, 0xC4A6, 0x85FD, 0xF4C3, 0x85FE, 0xF4BB, 0x85FF, 0xF4B9, 0x8600, 0xF4BD, 0x8601, 0xF4BA, 0x8604, 0xF4BF, - 0x8605, 0xF4C1, 0x8606, 0xC4AA, 0x8607, 0xC4AC, 0x8609, 0xF4C0, 0x860A, 0xC4AD, 0x860B, 0xC4AB, 0x860C, 0xF4C2, 0x8611, 0xC4A8, - 0x8617, 0xC4F4, 0x8618, 0xF5F1, 0x8619, 0xF5F7, 0x861A, 0xC4F6, 0x861B, 0xF4BC, 0x861C, 0xF5F6, 0x861E, 0xF5FD, 0x861F, 0xF5F4, - 0x8620, 0xF5FB, 0x8621, 0xF5FA, 0x8622, 0xF4B8, 0x8623, 0xF5F5, 0x8624, 0xF0B6, 0x8625, 0xF5FE, 0x8626, 0xF5F3, 0x8627, 0xF5F8, - 0x8629, 0xF5FC, 0x862A, 0xF5F2, 0x862C, 0xF74A, 0x862D, 0xC4F5, 0x862E, 0xF5F9, 0x8631, 0xF7F4, 0x8632, 0xF74B, 0x8633, 0xF749, - 0x8634, 0xF747, 0x8635, 0xF748, 0x8636, 0xF74C, 0x8638, 0xC5D9, 0x8639, 0xF7F2, 0x863A, 0xF7F0, 0x863B, 0xF7F5, 0x863C, 0xF7F3, - 0x863E, 0xF7F6, 0x863F, 0xC5DA, 0x8640, 0xF7F1, 0x8643, 0xF8BC, 0x8646, 0xF945, 0x8647, 0xF946, 0x8648, 0xF947, 0x864B, 0xF9C7, - 0x864C, 0xF9BD, 0x864D, 0xCA4F, 0x864E, 0xAAEA, 0x8650, 0xAD68, 0x8652, 0xD3B8, 0x8653, 0xD3B7, 0x8654, 0xB040, 0x8655, 0xB342, - 0x8656, 0xD77C, 0x8659, 0xD77B, 0x865B, 0xB5EA, 0x865C, 0xB8B8, 0x865E, 0xB8B7, 0x865F, 0xB8B9, 0x8661, 0xE3D4, 0x8662, 0xE77E, - 0x8663, 0xEB58, 0x8664, 0xEB5A, 0x8665, 0xEB59, 0x8667, 0xC1AB, 0x8668, 0xEE57, 0x8669, 0xF0BA, 0x866A, 0xF9A5, 0x866B, 0xA6E4, - 0x866D, 0xCDC9, 0x866E, 0xCDCA, 0x866F, 0xCDC8, 0x8670, 0xCDC7, 0x8671, 0xAAEB, 0x8673, 0xD0A9, 0x8674, 0xD0A7, 0x8677, 0xD0A6, - 0x8679, 0xAD69, 0x867A, 0xAD6B, 0x867B, 0xAD6A, 0x867C, 0xD0A8, 0x8685, 0xD3C4, 0x8686, 0xD3C1, 0x8687, 0xD3BF, 0x868A, 0xB041, - 0x868B, 0xD3C2, 0x868C, 0xB046, 0x868D, 0xD3BC, 0x868E, 0xD3CB, 0x8690, 0xD3CD, 0x8691, 0xD3BD, 0x8693, 0xB043, 0x8694, 0xD3CE, - 0x8695, 0xD3C9, 0x8696, 0xD3BB, 0x8697, 0xD3C0, 0x8698, 0xD3CA, 0x8699, 0xD3C6, 0x869A, 0xD3C3, 0x869C, 0xB048, 0x869D, 0xD3CC, - 0x869E, 0xD3BE, 0x86A1, 0xD3C7, 0x86A2, 0xD3B9, 0x86A3, 0xB047, 0x86A4, 0xB044, 0x86A5, 0xD3C5, 0x86A7, 0xD3C8, 0x86A8, 0xD3BA, - 0x86A9, 0xB045, 0x86AA, 0xB042, 0x86AF, 0xB34C, 0x86B0, 0xD7A5, 0x86B1, 0xB34B, 0x86B3, 0xD7A8, 0x86B4, 0xD7AB, 0x86B5, 0xB348, - 0x86B6, 0xB346, 0x86B7, 0xD77E, 0x86B8, 0xD7A9, 0x86B9, 0xD7A7, 0x86BA, 0xD7A4, 0x86BB, 0xD7AC, 0x86BC, 0xD7AD, 0x86BD, 0xD7AF, - 0x86BE, 0xD7B0, 0x86BF, 0xD77D, 0x86C0, 0xB345, 0x86C1, 0xD7A2, 0x86C2, 0xD7A1, 0x86C3, 0xD7AE, 0x86C4, 0xB347, 0x86C5, 0xD7A3, - 0x86C6, 0xB349, 0x86C7, 0xB344, 0x86C8, 0xD7A6, 0x86C9, 0xB34D, 0x86CB, 0xB34A, 0x86CC, 0xD7AA, 0x86D0, 0xB5F1, 0x86D1, 0xDBBF, - 0x86D3, 0xDBB4, 0x86D4, 0xB5EE, 0x86D6, 0xDFE7, 0x86D7, 0xDBBD, 0x86D8, 0xDBB1, 0x86D9, 0xB5EC, 0x86DA, 0xDBB6, 0x86DB, 0xB5EF, - 0x86DC, 0xDBBA, 0x86DD, 0xDBB8, 0x86DE, 0xB5F2, 0x86DF, 0xB5EB, 0x86E2, 0xDBB2, 0x86E3, 0xDBB5, 0x86E4, 0xB5F0, 0x86E6, 0xDBB3, - 0x86E8, 0xDBBE, 0x86E9, 0xDBBC, 0x86EA, 0xDBB7, 0x86EB, 0xDBB9, 0x86EC, 0xDBBB, 0x86ED, 0xB5ED, 0x86F5, 0xDFE8, 0x86F6, 0xDFEE, - 0x86F7, 0xDFE4, 0x86F8, 0xDFEA, 0x86F9, 0xB8BA, 0x86FA, 0xDFE6, 0x86FB, 0xB8C0, 0x86FE, 0xB8BF, 0x8700, 0xB8BE, 0x8701, 0xDFED, - 0x8702, 0xB8C1, 0x8703, 0xB8C2, 0x8704, 0xDFE3, 0x8705, 0xDFF0, 0x8706, 0xB8C3, 0x8707, 0xB8BD, 0x8708, 0xB8BC, 0x8709, 0xDFEC, - 0x870A, 0xB8C4, 0x870B, 0xDFE2, 0x870C, 0xDFE5, 0x870D, 0xDFEF, 0x870E, 0xDFEB, 0x8711, 0xE3F4, 0x8712, 0xE3E9, 0x8713, 0xB8BB, - 0x8718, 0xBB6A, 0x8719, 0xE3DD, 0x871A, 0xE3F2, 0x871B, 0xE3DE, 0x871C, 0xBB65, 0x871E, 0xE3DB, 0x8720, 0xE3E4, 0x8721, 0xE3DC, - 0x8722, 0xBB67, 0x8723, 0xE3D6, 0x8724, 0xE3F1, 0x8725, 0xBB68, 0x8726, 0xE3EE, 0x8727, 0xE3EF, 0x8728, 0xE3D7, 0x8729, 0xBB6D, - 0x872A, 0xE3E6, 0x872C, 0xE3E0, 0x872D, 0xE3E7, 0x872E, 0xE3DA, 0x8730, 0xE3F3, 0x8731, 0xE3EB, 0x8732, 0xE3E5, 0x8733, 0xE3D5, - 0x8734, 0xBB69, 0x8735, 0xE3EC, 0x8737, 0xBB6C, 0x8738, 0xE3F0, 0x873A, 0xE3EA, 0x873B, 0xBB66, 0x873C, 0xE3E8, 0x873E, 0xE3E2, - 0x873F, 0xBB64, 0x8740, 0xE3D9, 0x8741, 0xE3E1, 0x8742, 0xE3ED, 0x8743, 0xE3DF, 0x8746, 0xE3E3, 0x874C, 0xBDC1, 0x874D, 0xDFE9, - 0x874E, 0xE7B2, 0x874F, 0xE7BB, 0x8750, 0xE7B1, 0x8751, 0xE7AD, 0x8752, 0xE7AA, 0x8753, 0xBDC2, 0x8754, 0xE7A8, 0x8755, 0xBB6B, - 0x8756, 0xE7A1, 0x8757, 0xBDC0, 0x8758, 0xE7A7, 0x8759, 0xBDBF, 0x875A, 0xE7AC, 0x875B, 0xE7A9, 0x875C, 0xE7B9, 0x875D, 0xE7B4, - 0x875E, 0xE7AE, 0x875F, 0xE7B3, 0x8760, 0xBDBB, 0x8761, 0xE7AB, 0x8762, 0xE7BE, 0x8763, 0xE7A2, 0x8764, 0xE7A3, 0x8765, 0xE7BA, - 0x8766, 0xBDBC, 0x8767, 0xE7BF, 0x8768, 0xBDBE, 0x8769, 0xE7C0, 0x876A, 0xE7B0, 0x876B, 0xE3D8, 0x876C, 0xE7B6, 0x876D, 0xE7AF, - 0x876E, 0xE7B8, 0x876F, 0xE7B5, 0x8773, 0xE7A6, 0x8774, 0xBDB9, 0x8775, 0xE7BD, 0x8776, 0xBDBA, 0x8777, 0xE7A4, 0x8778, 0xBDBD, - 0x8779, 0xEB64, 0x877A, 0xE7B7, 0x877B, 0xE7BC, 0x8781, 0xEB61, 0x8782, 0xBDB8, 0x8783, 0xBFC0, 0x8784, 0xEB6B, 0x8785, 0xEB67, - 0x8787, 0xEB65, 0x8788, 0xEB60, 0x8789, 0xEB6F, 0x878D, 0xBFC4, 0x878F, 0xEB5C, 0x8790, 0xEB68, 0x8791, 0xEB69, 0x8792, 0xEB5F, - 0x8793, 0xEB5E, 0x8794, 0xEB6C, 0x8796, 0xEB62, 0x8797, 0xEB5D, 0x8798, 0xEB63, 0x879A, 0xEB6E, 0x879B, 0xEB5B, 0x879C, 0xEB6D, - 0x879D, 0xEB6A, 0x879E, 0xBFC2, 0x879F, 0xBFC1, 0x87A2, 0xBFC3, 0x87A3, 0xEB66, 0x87A4, 0xF0CB, 0x87AA, 0xEE59, 0x87AB, 0xC1B1, - 0x87AC, 0xEE5D, 0x87AD, 0xEE5A, 0x87AE, 0xEE61, 0x87AF, 0xEE67, 0x87B0, 0xEE5C, 0x87B2, 0xEE70, 0x87B3, 0xC1AE, 0x87B4, 0xEE6A, - 0x87B5, 0xEE5F, 0x87B6, 0xEE6B, 0x87B7, 0xEE66, 0x87B8, 0xEE6D, 0x87B9, 0xEE5E, 0x87BA, 0xC1B3, 0x87BB, 0xC1B2, 0x87BC, 0xEE60, - 0x87BD, 0xEE6E, 0x87BE, 0xEE58, 0x87BF, 0xEE6C, 0x87C0, 0xC1AC, 0x87C2, 0xEE64, 0x87C3, 0xEE63, 0x87C4, 0xEE68, 0x87C5, 0xEE5B, - 0x87C6, 0xC1B0, 0x87C8, 0xC1B4, 0x87C9, 0xEE62, 0x87CA, 0xEE69, 0x87CB, 0xC1B5, 0x87CC, 0xEE65, 0x87D1, 0xC1AD, 0x87D2, 0xC1AF, - 0x87D3, 0xF0C7, 0x87D4, 0xF0C5, 0x87D7, 0xF0CC, 0x87D8, 0xF0C9, 0x87D9, 0xF0CD, 0x87DB, 0xF0BE, 0x87DC, 0xF0C6, 0x87DD, 0xF0D1, - 0x87DE, 0xEE6F, 0x87DF, 0xF0C2, 0x87E0, 0xC2CF, 0x87E1, 0xE7A5, 0x87E2, 0xF0BD, 0x87E3, 0xF0CA, 0x87E4, 0xF0C4, 0x87E5, 0xF0C1, - 0x87E6, 0xF0BC, 0x87E7, 0xF0BB, 0x87E8, 0xF0D0, 0x87EA, 0xF0C0, 0x87EB, 0xF0BF, 0x87EC, 0xC2CD, 0x87ED, 0xF0C8, 0x87EF, 0xC2CC, - 0x87F2, 0xC2CE, 0x87F3, 0xF0C3, 0x87F4, 0xF0CF, 0x87F6, 0xF2DE, 0x87F7, 0xF2DF, 0x87F9, 0xC3C9, 0x87FA, 0xF2DC, 0x87FB, 0xC3C6, - 0x87FC, 0xF2E4, 0x87FE, 0xC3CA, 0x87FF, 0xF2E6, 0x8800, 0xF2DB, 0x8801, 0xF0CE, 0x8802, 0xF2E8, 0x8803, 0xF2DD, 0x8805, 0xC3C7, - 0x8806, 0xF2E3, 0x8808, 0xF2E5, 0x8809, 0xF2E0, 0x880A, 0xF2E7, 0x880B, 0xF2E2, 0x880C, 0xF2E1, 0x880D, 0xC3C8, 0x8810, 0xF4C5, - 0x8811, 0xF4C6, 0x8813, 0xF4C8, 0x8814, 0xC4AE, 0x8815, 0xC4AF, 0x8816, 0xF4C9, 0x8817, 0xF4C7, 0x8819, 0xF4C4, 0x881B, 0xF642, - 0x881C, 0xF645, 0x881D, 0xF641, 0x881F, 0xC4FA, 0x8820, 0xF643, 0x8821, 0xC4F9, 0x8822, 0xC4F8, 0x8823, 0xC4F7, 0x8824, 0xF644, - 0x8825, 0xF751, 0x8826, 0xF74F, 0x8828, 0xF74E, 0x8829, 0xF640, 0x882A, 0xF750, 0x882B, 0xF646, 0x882C, 0xF74D, 0x882E, 0xF7F9, - 0x882F, 0xF7D7, 0x8830, 0xF7F7, 0x8831, 0xC5DB, 0x8832, 0xF7F8, 0x8833, 0xF7FA, 0x8835, 0xF8BF, 0x8836, 0xC5FA, 0x8837, 0xF8BE, - 0x8838, 0xF8BD, 0x8839, 0xC5FB, 0x883B, 0xC65A, 0x883C, 0xF96E, 0x883D, 0xF9A7, 0x883E, 0xF9A6, 0x883F, 0xF9A8, 0x8840, 0xA6E5, - 0x8841, 0xD0AA, 0x8843, 0xD3CF, 0x8844, 0xD3D0, 0x8848, 0xDBC0, 0x884A, 0xF647, 0x884B, 0xF8C0, 0x884C, 0xA6E6, 0x884D, 0xAD6C, - 0x884E, 0xD0AB, 0x8852, 0xD7B1, 0x8853, 0xB34E, 0x8855, 0xDBC2, 0x8856, 0xDBC1, 0x8857, 0xB5F3, 0x8859, 0xB8C5, 0x885A, 0xE7C1, - 0x885B, 0xBDC3, 0x885D, 0xBDC4, 0x8861, 0xBFC5, 0x8862, 0xC5FC, 0x8863, 0xA6E7, 0x8867, 0xD0AC, 0x8868, 0xAAED, 0x8869, 0xD0AE, - 0x886A, 0xD0AD, 0x886B, 0xAD6D, 0x886D, 0xD3D1, 0x886F, 0xD3D8, 0x8870, 0xB049, 0x8871, 0xD3D6, 0x8872, 0xD3D4, 0x8874, 0xD3DB, - 0x8875, 0xD3D2, 0x8876, 0xD3D3, 0x8877, 0xB04A, 0x8879, 0xB04E, 0x887C, 0xD3DC, 0x887D, 0xB04D, 0x887E, 0xD3DA, 0x887F, 0xD3D7, - 0x8880, 0xD3D5, 0x8881, 0xB04B, 0x8882, 0xB04C, 0x8883, 0xD3D9, 0x8888, 0xB350, 0x8889, 0xD7B2, 0x888B, 0xB355, 0x888C, 0xD7C2, - 0x888D, 0xB354, 0x888E, 0xD7C4, 0x8891, 0xD7B8, 0x8892, 0xB352, 0x8893, 0xD7C3, 0x8895, 0xD7B3, 0x8896, 0xB353, 0x8897, 0xD7BF, - 0x8898, 0xD7BB, 0x8899, 0xD7BD, 0x889A, 0xD7B7, 0x889B, 0xD7BE, 0x889E, 0xB34F, 0x889F, 0xD7BA, 0x88A1, 0xD7B9, 0x88A2, 0xD7B5, - 0x88A4, 0xD7C0, 0x88A7, 0xD7BC, 0x88A8, 0xD7B4, 0x88AA, 0xD7B6, 0x88AB, 0xB351, 0x88AC, 0xD7C1, 0x88B1, 0xB5F6, 0x88B2, 0xDBCD, - 0x88B6, 0xDBC9, 0x88B7, 0xDBCB, 0x88B8, 0xDBC6, 0x88B9, 0xDBC5, 0x88BA, 0xDBC3, 0x88BC, 0xDBCA, 0x88BD, 0xDBCC, 0x88BE, 0xDBC8, - 0x88C0, 0xDBC7, 0x88C1, 0xB5F4, 0x88C2, 0xB5F5, 0x88C9, 0xDBCF, 0x88CA, 0xB8CD, 0x88CB, 0xDFF2, 0x88CC, 0xDFF8, 0x88CD, 0xDFF3, - 0x88CE, 0xDFF4, 0x88CF, 0xF9D8, 0x88D0, 0xDFF9, 0x88D2, 0xB8CF, 0x88D4, 0xB8C7, 0x88D5, 0xB8CE, 0x88D6, 0xDFF1, 0x88D7, 0xDBC4, - 0x88D8, 0xB8CA, 0x88D9, 0xB8C8, 0x88DA, 0xDFF7, 0x88DB, 0xDFF6, 0x88DC, 0xB8C9, 0x88DD, 0xB8CB, 0x88DE, 0xDFF5, 0x88DF, 0xB8C6, - 0x88E1, 0xB8CC, 0x88E7, 0xE3F6, 0x88E8, 0xBB74, 0x88EB, 0xE442, 0x88EC, 0xE441, 0x88EE, 0xE3FB, 0x88EF, 0xBB76, 0x88F0, 0xE440, - 0x88F1, 0xE3F7, 0x88F2, 0xE3F8, 0x88F3, 0xBB6E, 0x88F4, 0xBB70, 0x88F6, 0xE3FD, 0x88F7, 0xE3F5, 0x88F8, 0xBB72, 0x88F9, 0xBB71, - 0x88FA, 0xE3F9, 0x88FB, 0xE3FE, 0x88FC, 0xE3FC, 0x88FD, 0xBB73, 0x88FE, 0xE3FA, 0x8901, 0xDBCE, 0x8902, 0xBB6F, 0x8905, 0xE7C2, - 0x8906, 0xE7C9, 0x8907, 0xBDC6, 0x8909, 0xE7CD, 0x890A, 0xBDCA, 0x890B, 0xE7C5, 0x890C, 0xE7C3, 0x890E, 0xE7CC, 0x8910, 0xBDC5, - 0x8911, 0xE7CB, 0x8912, 0xBDC7, 0x8913, 0xBDC8, 0x8914, 0xE7C4, 0x8915, 0xBDC9, 0x8916, 0xE7CA, 0x8917, 0xE7C6, 0x8918, 0xE7C7, - 0x8919, 0xE7C8, 0x891A, 0xBB75, 0x891E, 0xEB70, 0x891F, 0xEB7C, 0x8921, 0xBFCA, 0x8922, 0xEB77, 0x8923, 0xEB79, 0x8925, 0xBFC8, - 0x8926, 0xEB71, 0x8927, 0xEB75, 0x8929, 0xEB78, 0x892A, 0xBFC6, 0x892B, 0xBFC9, 0x892C, 0xEB7B, 0x892D, 0xEB73, 0x892E, 0xEB74, - 0x892F, 0xEB7A, 0x8930, 0xEB72, 0x8931, 0xEB76, 0x8932, 0xBFC7, 0x8933, 0xEE72, 0x8935, 0xEE71, 0x8936, 0xC1B7, 0x8937, 0xEE77, - 0x8938, 0xC1B9, 0x893B, 0xC1B6, 0x893C, 0xEE73, 0x893D, 0xC1BA, 0x893E, 0xEE74, 0x8941, 0xEE75, 0x8942, 0xEE78, 0x8944, 0xC1B8, - 0x8946, 0xF0D6, 0x8949, 0xF0D9, 0x894B, 0xF0D3, 0x894C, 0xF0D5, 0x894F, 0xF0D4, 0x8950, 0xF0D7, 0x8951, 0xF0D8, 0x8952, 0xEE76, - 0x8953, 0xF0D2, 0x8956, 0xC3CD, 0x8957, 0xF2EC, 0x8958, 0xF2EF, 0x8959, 0xF2F1, 0x895A, 0xF2EA, 0x895B, 0xF2EB, 0x895C, 0xF2EE, - 0x895D, 0xF2F0, 0x895E, 0xC3CE, 0x895F, 0xC3CC, 0x8960, 0xC3CB, 0x8961, 0xF2ED, 0x8962, 0xF2E9, 0x8963, 0xF4CA, 0x8964, 0xC4B0, - 0x8966, 0xF4CB, 0x8969, 0xF649, 0x896A, 0xC4FB, 0x896B, 0xF64B, 0x896C, 0xC4FC, 0x896D, 0xF648, 0x896E, 0xF64A, 0x896F, 0xC5A8, - 0x8971, 0xF752, 0x8972, 0xC5A7, 0x8973, 0xF7FD, 0x8974, 0xF7FC, 0x8976, 0xF7FB, 0x8979, 0xF948, 0x897A, 0xF949, 0x897B, 0xF94B, - 0x897C, 0xF94A, 0x897E, 0xCA50, 0x897F, 0xA6E8, 0x8981, 0xAD6E, 0x8982, 0xD7C5, 0x8983, 0xB5F7, 0x8985, 0xDFFA, 0x8986, 0xC2D0, - 0x8988, 0xF2F2, 0x898B, 0xA8A3, 0x898F, 0xB357, 0x8993, 0xB356, 0x8995, 0xDBD0, 0x8996, 0xB5F8, 0x8997, 0xDBD2, 0x8998, 0xDBD1, - 0x899B, 0xDFFB, 0x899C, 0xB8D0, 0x899D, 0xE443, 0x899E, 0xE446, 0x899F, 0xE445, 0x89A1, 0xE444, 0x89A2, 0xE7CE, 0x89A3, 0xE7D0, - 0x89A4, 0xE7CF, 0x89A6, 0xBFCC, 0x89AA, 0xBFCB, 0x89AC, 0xC1BB, 0x89AD, 0xEE79, 0x89AE, 0xEE7B, 0x89AF, 0xEE7A, 0x89B2, 0xC2D1, - 0x89B6, 0xF2F4, 0x89B7, 0xF2F3, 0x89B9, 0xF4CC, 0x89BA, 0xC4B1, 0x89BD, 0xC4FD, 0x89BE, 0xF754, 0x89BF, 0xF753, 0x89C0, 0xC65B, - 0x89D2, 0xA8A4, 0x89D3, 0xD0AF, 0x89D4, 0xAD6F, 0x89D5, 0xD7C8, 0x89D6, 0xD7C6, 0x89D9, 0xD7C7, 0x89DA, 0xDBD4, 0x89DB, 0xDBD5, - 0x89DC, 0xE043, 0x89DD, 0xDBD3, 0x89DF, 0xDFFC, 0x89E0, 0xE041, 0x89E1, 0xE040, 0x89E2, 0xE042, 0x89E3, 0xB8D1, 0x89E4, 0xDFFE, - 0x89E5, 0xDFFD, 0x89E6, 0xE044, 0x89E8, 0xE449, 0x89E9, 0xE447, 0x89EB, 0xE448, 0x89EC, 0xE7D3, 0x89ED, 0xE7D1, 0x89F0, 0xE7D2, - 0x89F1, 0xEB7D, 0x89F2, 0xEE7C, 0x89F3, 0xEE7D, 0x89F4, 0xC2D2, 0x89F6, 0xF2F5, 0x89F7, 0xF4CD, 0x89F8, 0xC4B2, 0x89FA, 0xF64C, - 0x89FB, 0xF755, 0x89FC, 0xC5A9, 0x89FE, 0xF7FE, 0x89FF, 0xF94C, 0x8A00, 0xA8A5, 0x8A02, 0xAD71, 0x8A03, 0xAD72, 0x8A04, 0xD0B0, - 0x8A07, 0xD0B1, 0x8A08, 0xAD70, 0x8A0A, 0xB054, 0x8A0C, 0xB052, 0x8A0E, 0xB051, 0x8A0F, 0xB058, 0x8A10, 0xB050, 0x8A11, 0xB059, - 0x8A12, 0xD3DD, 0x8A13, 0xB056, 0x8A15, 0xB053, 0x8A16, 0xB057, 0x8A17, 0xB055, 0x8A18, 0xB04F, 0x8A1B, 0xB35F, 0x8A1D, 0xB359, - 0x8A1E, 0xD7CC, 0x8A1F, 0xB35E, 0x8A22, 0xB360, 0x8A23, 0xB35A, 0x8A25, 0xB35B, 0x8A27, 0xD7CA, 0x8A2A, 0xB358, 0x8A2C, 0xD7CB, - 0x8A2D, 0xB35D, 0x8A30, 0xD7C9, 0x8A31, 0xB35C, 0x8A34, 0xB644, 0x8A36, 0xB646, 0x8A39, 0xDBD8, 0x8A3A, 0xB645, 0x8A3B, 0xB5F9, - 0x8A3C, 0xB5FD, 0x8A3E, 0xB8E4, 0x8A3F, 0xE049, 0x8A40, 0xDBDA, 0x8A41, 0xB5FE, 0x8A44, 0xDBDD, 0x8A45, 0xDBDE, 0x8A46, 0xB643, - 0x8A48, 0xDBE0, 0x8A4A, 0xDBE2, 0x8A4C, 0xDBE3, 0x8A4D, 0xDBD7, 0x8A4E, 0xDBD6, 0x8A4F, 0xDBE4, 0x8A50, 0xB642, 0x8A51, 0xDBE1, - 0x8A52, 0xDBDF, 0x8A54, 0xB640, 0x8A55, 0xB5FB, 0x8A56, 0xB647, 0x8A57, 0xDBDB, 0x8A58, 0xDBDC, 0x8A59, 0xDBD9, 0x8A5B, 0xB641, - 0x8A5E, 0xB5FC, 0x8A60, 0xB5FA, 0x8A61, 0xE048, 0x8A62, 0xB8DF, 0x8A63, 0xB8DA, 0x8A66, 0xB8D5, 0x8A68, 0xB8E5, 0x8A69, 0xB8D6, - 0x8A6B, 0xB8D2, 0x8A6C, 0xB8E1, 0x8A6D, 0xB8DE, 0x8A6E, 0xB8E0, 0x8A70, 0xB8D7, 0x8A71, 0xB8DC, 0x8A72, 0xB8D3, 0x8A73, 0xB8D4, - 0x8A74, 0xE050, 0x8A75, 0xE04D, 0x8A76, 0xE045, 0x8A77, 0xE04A, 0x8A79, 0xB8E2, 0x8A7A, 0xE051, 0x8A7B, 0xB8E3, 0x8A7C, 0xB8D9, - 0x8A7F, 0xE047, 0x8A81, 0xE04F, 0x8A82, 0xE04B, 0x8A83, 0xE04E, 0x8A84, 0xE04C, 0x8A85, 0xB8DD, 0x8A86, 0xE046, 0x8A87, 0xB8D8, - 0x8A8B, 0xE44C, 0x8A8C, 0xBB78, 0x8A8D, 0xBB7B, 0x8A8F, 0xE44E, 0x8A91, 0xBBA5, 0x8A92, 0xE44D, 0x8A93, 0xBB7D, 0x8A95, 0xBDCF, - 0x8A96, 0xE44F, 0x8A98, 0xBBA4, 0x8A99, 0xE44B, 0x8A9A, 0xBBA6, 0x8A9E, 0xBB79, 0x8AA0, 0xB8DB, 0x8AA1, 0xBB7C, 0x8AA3, 0xBB7A, - 0x8AA4, 0xBB7E, 0x8AA5, 0xBBA2, 0x8AA6, 0xBB77, 0x8AA7, 0xBBA7, 0x8AA8, 0xBBA3, 0x8AAA, 0xBBA1, 0x8AAB, 0xE44A, 0x8AB0, 0xBDD6, - 0x8AB2, 0xBDD2, 0x8AB6, 0xBDD9, 0x8AB8, 0xE7D6, 0x8AB9, 0xBDDA, 0x8ABA, 0xE7E2, 0x8ABB, 0xE7DB, 0x8ABC, 0xBDCB, 0x8ABD, 0xE7E3, - 0x8ABE, 0xE7DD, 0x8ABF, 0xBDD5, 0x8AC0, 0xE7DE, 0x8AC2, 0xBDD4, 0x8AC3, 0xE7E1, 0x8AC4, 0xBDCE, 0x8AC5, 0xE7DF, 0x8AC6, 0xE7D5, - 0x8AC7, 0xBDCD, 0x8AC8, 0xEBAA, 0x8AC9, 0xBDD3, 0x8ACB, 0xBDD0, 0x8ACD, 0xBDD8, 0x8ACF, 0xE7D4, 0x8AD1, 0xE7D8, 0x8AD2, 0xBDCC, - 0x8AD3, 0xE7D7, 0x8AD4, 0xE7D9, 0x8AD5, 0xE7DA, 0x8AD6, 0xBDD7, 0x8AD7, 0xE7DC, 0x8AD8, 0xE7E0, 0x8AD9, 0xE7E4, 0x8ADB, 0xBDDB, - 0x8ADC, 0xBFD2, 0x8ADD, 0xEBA5, 0x8ADE, 0xEBAB, 0x8ADF, 0xEBA8, 0x8AE0, 0xEB7E, 0x8AE1, 0xEBAC, 0x8AE2, 0xEBA1, 0x8AE4, 0xEBA7, - 0x8AE6, 0xBFCD, 0x8AE7, 0xBFD3, 0x8AE8, 0xEBAD, 0x8AEB, 0xBFCF, 0x8AED, 0xBFD9, 0x8AEE, 0xBFD4, 0x8AEF, 0xEBAF, 0x8AF0, 0xEBA9, - 0x8AF1, 0xBFD0, 0x8AF2, 0xEBA2, 0x8AF3, 0xBFDA, 0x8AF4, 0xEBA3, 0x8AF5, 0xEBA4, 0x8AF6, 0xBFDB, 0x8AF7, 0xBFD8, 0x8AF8, 0xBDD1, - 0x8AFA, 0xBFCE, 0x8AFB, 0xEBB0, 0x8AFC, 0xBFDC, 0x8AFE, 0xBFD5, 0x8AFF, 0xEBAE, 0x8B00, 0xBFD1, 0x8B01, 0xBFD6, 0x8B02, 0xBFD7, - 0x8B04, 0xC1C3, 0x8B05, 0xEEA4, 0x8B06, 0xEEAD, 0x8B07, 0xEEAA, 0x8B08, 0xEEAC, 0x8B0A, 0xC1C0, 0x8B0B, 0xEEA5, 0x8B0D, 0xEEAB, - 0x8B0E, 0xC1BC, 0x8B0F, 0xEEA7, 0x8B10, 0xC1C4, 0x8B11, 0xEEA3, 0x8B12, 0xEEA8, 0x8B13, 0xEEAF, 0x8B14, 0xEBA6, 0x8B15, 0xEEA9, - 0x8B16, 0xEEA2, 0x8B17, 0xC1BD, 0x8B18, 0xEEA1, 0x8B19, 0xC1BE, 0x8B1A, 0xEEB0, 0x8B1B, 0xC1BF, 0x8B1C, 0xEEAE, 0x8B1D, 0xC1C2, - 0x8B1E, 0xEE7E, 0x8B20, 0xC1C1, 0x8B22, 0xEEA6, 0x8B23, 0xF0DC, 0x8B24, 0xF0EA, 0x8B25, 0xF0E5, 0x8B26, 0xF0E7, 0x8B27, 0xF0DB, - 0x8B28, 0xC2D3, 0x8B2A, 0xF0DA, 0x8B2B, 0xC2D6, 0x8B2C, 0xC2D5, 0x8B2E, 0xF0E9, 0x8B2F, 0xF0E1, 0x8B30, 0xF0DE, 0x8B31, 0xF0E4, - 0x8B33, 0xF0DD, 0x8B35, 0xF0DF, 0x8B36, 0xF0E8, 0x8B37, 0xF0E6, 0x8B39, 0xC2D4, 0x8B3A, 0xF0ED, 0x8B3B, 0xF0EB, 0x8B3C, 0xF0E2, - 0x8B3D, 0xF0EC, 0x8B3E, 0xF0E3, 0x8B40, 0xF2F9, 0x8B41, 0xC3CF, 0x8B42, 0xF341, 0x8B45, 0xF64F, 0x8B46, 0xC3D6, 0x8B47, 0xF0E0, - 0x8B48, 0xF2F7, 0x8B49, 0xC3D2, 0x8B4A, 0xF2F8, 0x8B4B, 0xF2FD, 0x8B4E, 0xC3D4, 0x8B4F, 0xC3D5, 0x8B50, 0xF2F6, 0x8B51, 0xF340, - 0x8B52, 0xF342, 0x8B53, 0xF2FA, 0x8B54, 0xF2FC, 0x8B55, 0xF2FE, 0x8B56, 0xF2FB, 0x8B57, 0xF343, 0x8B58, 0xC3D1, 0x8B59, 0xC3D7, - 0x8B5A, 0xC3D3, 0x8B5C, 0xC3D0, 0x8B5D, 0xF4D0, 0x8B5F, 0xC4B7, 0x8B60, 0xF4CE, 0x8B63, 0xF4D2, 0x8B65, 0xF4D3, 0x8B66, 0xC4B5, - 0x8B67, 0xF4D4, 0x8B68, 0xF4D1, 0x8B6A, 0xF4CF, 0x8B6B, 0xC4B8, 0x8B6C, 0xC4B4, 0x8B6D, 0xF4D5, 0x8B6F, 0xC4B6, 0x8B70, 0xC4B3, - 0x8B74, 0xC4FE, 0x8B77, 0xC540, 0x8B78, 0xF64E, 0x8B79, 0xF64D, 0x8B7A, 0xF650, 0x8B7B, 0xF651, 0x8B7D, 0xC541, 0x8B7E, 0xF756, - 0x8B7F, 0xF75B, 0x8B80, 0xC5AA, 0x8B82, 0xF758, 0x8B84, 0xF757, 0x8B85, 0xF75A, 0x8B86, 0xF759, 0x8B88, 0xF843, 0x8B8A, 0xC5DC, - 0x8B8B, 0xF842, 0x8B8C, 0xF840, 0x8B8E, 0xF841, 0x8B92, 0xC5FE, 0x8B93, 0xC5FD, 0x8B94, 0xF8C1, 0x8B95, 0xF8C2, 0x8B96, 0xC640, - 0x8B98, 0xF94D, 0x8B99, 0xF94E, 0x8B9A, 0xC667, 0x8B9C, 0xC66D, 0x8B9E, 0xF9A9, 0x8B9F, 0xF9C8, 0x8C37, 0xA8A6, 0x8C39, 0xD7CD, - 0x8C3B, 0xD7CE, 0x8C3C, 0xE052, 0x8C3D, 0xE450, 0x8C3E, 0xE7E5, 0x8C3F, 0xC1C6, 0x8C41, 0xC1C5, 0x8C42, 0xF0EE, 0x8C43, 0xF344, - 0x8C45, 0xF844, 0x8C46, 0xA8A7, 0x8C47, 0xD3DE, 0x8C48, 0xB05A, 0x8C49, 0xB361, 0x8C4A, 0xE054, 0x8C4B, 0xE053, 0x8C4C, 0xBDDC, - 0x8C4D, 0xE7E6, 0x8C4E, 0xBDDD, 0x8C4F, 0xEEB1, 0x8C50, 0xC2D7, 0x8C54, 0xC676, 0x8C55, 0xA8A8, 0x8C56, 0xCDCB, 0x8C57, 0xD3DF, - 0x8C5A, 0xB362, 0x8C5C, 0xD7CF, 0x8C5D, 0xD7D0, 0x8C5F, 0xDBE5, 0x8C61, 0xB648, 0x8C62, 0xB8E6, 0x8C64, 0xE056, 0x8C65, 0xE055, - 0x8C66, 0xE057, 0x8C68, 0xE451, 0x8C69, 0xE452, 0x8C6A, 0xBBA8, 0x8C6B, 0xBFDD, 0x8C6C, 0xBDDE, 0x8C6D, 0xBFDE, 0x8C6F, 0xEEB5, - 0x8C70, 0xEEB2, 0x8C71, 0xEEB4, 0x8C72, 0xEEB3, 0x8C73, 0xC1C7, 0x8C75, 0xF0EF, 0x8C76, 0xF346, 0x8C77, 0xF345, 0x8C78, 0xCBA4, - 0x8C79, 0xB05C, 0x8C7A, 0xB05B, 0x8C7B, 0xD3E0, 0x8C7D, 0xD7D1, 0x8C80, 0xDBE7, 0x8C81, 0xDBE6, 0x8C82, 0xB649, 0x8C84, 0xE059, - 0x8C85, 0xE05A, 0x8C86, 0xE058, 0x8C89, 0xB8E8, 0x8C8A, 0xB8E7, 0x8C8C, 0xBBAA, 0x8C8D, 0xBBA9, 0x8C8F, 0xE7E7, 0x8C90, 0xEBB3, - 0x8C91, 0xEBB1, 0x8C92, 0xEBB2, 0x8C93, 0xBFDF, 0x8C94, 0xEEB7, 0x8C95, 0xEEB6, 0x8C97, 0xF0F2, 0x8C98, 0xF0F1, 0x8C99, 0xF0F0, - 0x8C9A, 0xF347, 0x8C9C, 0xF9AA, 0x8C9D, 0xA8A9, 0x8C9E, 0xAD73, 0x8CA0, 0xAD74, 0x8CA1, 0xB05D, 0x8CA2, 0xB05E, 0x8CA3, 0xD3E2, - 0x8CA4, 0xD3E1, 0x8CA5, 0xD7D2, 0x8CA7, 0xB368, 0x8CA8, 0xB366, 0x8CA9, 0xB363, 0x8CAA, 0xB367, 0x8CAB, 0xB365, 0x8CAC, 0xB364, - 0x8CAF, 0xB64A, 0x8CB0, 0xDBEA, 0x8CB2, 0xB8ED, 0x8CB3, 0xB64C, 0x8CB4, 0xB651, 0x8CB5, 0xDBEC, 0x8CB6, 0xB653, 0x8CB7, 0xB652, - 0x8CB8, 0xB655, 0x8CB9, 0xDBEB, 0x8CBA, 0xDBE8, 0x8CBB, 0xB64F, 0x8CBC, 0xB64B, 0x8CBD, 0xB64D, 0x8CBE, 0xDBE9, 0x8CBF, 0xB654, - 0x8CC0, 0xB650, 0x8CC1, 0xB64E, 0x8CC2, 0xB8EF, 0x8CC3, 0xB8EE, 0x8CC4, 0xB8EC, 0x8CC5, 0xB8F0, 0x8CC7, 0xB8EA, 0x8CC8, 0xB8EB, - 0x8CCA, 0xB8E9, 0x8CCC, 0xE05B, 0x8CCF, 0xE454, 0x8CD1, 0xBBAC, 0x8CD2, 0xBBAD, 0x8CD3, 0xBBAB, 0x8CD5, 0xE453, 0x8CD7, 0xE455, - 0x8CD9, 0xE7EA, 0x8CDA, 0xE7EC, 0x8CDC, 0xBDE7, 0x8CDD, 0xE7ED, 0x8CDE, 0xBDE0, 0x8CDF, 0xE7E9, 0x8CE0, 0xBDDF, 0x8CE1, 0xBDE9, - 0x8CE2, 0xBDE5, 0x8CE3, 0xBDE6, 0x8CE4, 0xBDE2, 0x8CE5, 0xE7E8, 0x8CE6, 0xBDE1, 0x8CE7, 0xE7EE, 0x8CE8, 0xE7EB, 0x8CEA, 0xBDE8, - 0x8CEC, 0xBDE3, 0x8CED, 0xBDE4, 0x8CEE, 0xEBB5, 0x8CF0, 0xEBB7, 0x8CF1, 0xEBB6, 0x8CF3, 0xEBB8, 0x8CF4, 0xBFE0, 0x8CF5, 0xEBB4, - 0x8CF8, 0xC1CB, 0x8CF9, 0xEEB8, 0x8CFA, 0xC1C8, 0x8CFB, 0xC1CC, 0x8CFC, 0xC1CA, 0x8CFD, 0xC1C9, 0x8CFE, 0xF0F3, 0x8D00, 0xF0F6, - 0x8D02, 0xF0F5, 0x8D04, 0xF0F4, 0x8D05, 0xC2D8, 0x8D06, 0xF348, 0x8D07, 0xF349, 0x8D08, 0xC3D8, 0x8D09, 0xF34A, 0x8D0A, 0xC3D9, - 0x8D0D, 0xC4BA, 0x8D0F, 0xC4B9, 0x8D10, 0xF652, 0x8D13, 0xC542, 0x8D14, 0xF653, 0x8D15, 0xF75C, 0x8D16, 0xC5AB, 0x8D17, 0xC5AC, - 0x8D19, 0xF845, 0x8D1B, 0xC642, 0x8D64, 0xA8AA, 0x8D66, 0xB36A, 0x8D67, 0xB369, 0x8D68, 0xE05C, 0x8D69, 0xE05D, 0x8D6B, 0xBBAE, - 0x8D6C, 0xEBB9, 0x8D6D, 0xBDEA, 0x8D6E, 0xEBBA, 0x8D6F, 0xEEB9, 0x8D70, 0xA8AB, 0x8D72, 0xD0B2, 0x8D73, 0xAD76, 0x8D74, 0xAD75, - 0x8D76, 0xD3E3, 0x8D77, 0xB05F, 0x8D78, 0xD3E4, 0x8D79, 0xD7D5, 0x8D7B, 0xD7D4, 0x8D7D, 0xD7D3, 0x8D80, 0xDBEE, 0x8D81, 0xB658, - 0x8D84, 0xDBED, 0x8D85, 0xB657, 0x8D89, 0xDBEF, 0x8D8A, 0xB656, 0x8D8C, 0xE05F, 0x8D8D, 0xE062, 0x8D8E, 0xE060, 0x8D8F, 0xE061, - 0x8D90, 0xE065, 0x8D91, 0xE05E, 0x8D92, 0xE066, 0x8D93, 0xE063, 0x8D94, 0xE064, 0x8D95, 0xBBB0, 0x8D96, 0xE456, 0x8D99, 0xBBAF, - 0x8D9B, 0xE7F2, 0x8D9C, 0xE7F0, 0x8D9F, 0xBDEB, 0x8DA0, 0xE7EF, 0x8DA1, 0xE7F1, 0x8DA3, 0xBDEC, 0x8DA5, 0xEBBB, 0x8DA7, 0xEBBC, - 0x8DA8, 0xC1CD, 0x8DAA, 0xF34C, 0x8DAB, 0xF34E, 0x8DAC, 0xF34B, 0x8DAD, 0xF34D, 0x8DAE, 0xF4D6, 0x8DAF, 0xF654, 0x8DB2, 0xF96F, - 0x8DB3, 0xA8AC, 0x8DB4, 0xAD77, 0x8DB5, 0xD3E5, 0x8DB6, 0xD3E7, 0x8DB7, 0xD3E6, 0x8DB9, 0xD7D8, 0x8DBA, 0xB36C, 0x8DBC, 0xD7D6, - 0x8DBE, 0xB36B, 0x8DBF, 0xD7D9, 0x8DC1, 0xD7DA, 0x8DC2, 0xD7D7, 0x8DC5, 0xDBFB, 0x8DC6, 0xB660, 0x8DC7, 0xDBF3, 0x8DC8, 0xDBF9, - 0x8DCB, 0xB65B, 0x8DCC, 0xB65E, 0x8DCD, 0xDBF2, 0x8DCE, 0xB659, 0x8DCF, 0xDBF6, 0x8DD0, 0xE06C, 0x8DD1, 0xB65D, 0x8DD3, 0xDBF1, - 0x8DD5, 0xDBF7, 0x8DD6, 0xDBF4, 0x8DD7, 0xDBFA, 0x8DD8, 0xDBF0, 0x8DD9, 0xDBF8, 0x8DDA, 0xB65C, 0x8DDB, 0xB65F, 0x8DDC, 0xDBF5, - 0x8DDD, 0xB65A, 0x8DDF, 0xB8F2, 0x8DE0, 0xE068, 0x8DE1, 0xB8F1, 0x8DE2, 0xE06F, 0x8DE3, 0xE06E, 0x8DE4, 0xB8F8, 0x8DE6, 0xB8F9, - 0x8DE7, 0xE070, 0x8DE8, 0xB8F3, 0x8DE9, 0xE06D, 0x8DEA, 0xB8F7, 0x8DEB, 0xE072, 0x8DEC, 0xE069, 0x8DEE, 0xE06B, 0x8DEF, 0xB8F4, - 0x8DF0, 0xE067, 0x8DF1, 0xE06A, 0x8DF2, 0xE071, 0x8DF3, 0xB8F5, 0x8DF4, 0xE073, 0x8DFA, 0xB8F6, 0x8DFC, 0xBBB1, 0x8DFD, 0xE45B, - 0x8DFE, 0xE461, 0x8DFF, 0xE459, 0x8E00, 0xE462, 0x8E02, 0xE458, 0x8E03, 0xE45D, 0x8E04, 0xE463, 0x8E05, 0xE460, 0x8E06, 0xE45F, - 0x8E07, 0xE45E, 0x8E09, 0xE457, 0x8E0A, 0xE45C, 0x8E0D, 0xE45A, 0x8E0F, 0xBDF1, 0x8E10, 0xBDEE, 0x8E11, 0xE7FB, 0x8E12, 0xE841, - 0x8E13, 0xE843, 0x8E14, 0xE840, 0x8E15, 0xE7F8, 0x8E16, 0xE7FA, 0x8E17, 0xE845, 0x8E18, 0xE842, 0x8E19, 0xE7FC, 0x8E1A, 0xE846, - 0x8E1B, 0xE7F9, 0x8E1C, 0xE844, 0x8E1D, 0xBDEF, 0x8E1E, 0xBDF5, 0x8E1F, 0xBDF3, 0x8E20, 0xE7F3, 0x8E21, 0xBDF4, 0x8E22, 0xBDF0, - 0x8E23, 0xE7F4, 0x8E24, 0xE7F6, 0x8E25, 0xE7F5, 0x8E26, 0xE7FD, 0x8E27, 0xE7FE, 0x8E29, 0xBDF2, 0x8E2B, 0xBDED, 0x8E2E, 0xE7F7, - 0x8E30, 0xEBC6, 0x8E31, 0xBFE2, 0x8E33, 0xEBBD, 0x8E34, 0xBFE3, 0x8E35, 0xBFE6, 0x8E36, 0xEBC2, 0x8E38, 0xEBBF, 0x8E39, 0xBFE5, - 0x8E3C, 0xEBC3, 0x8E3D, 0xEBC4, 0x8E3E, 0xEBBE, 0x8E3F, 0xEBC7, 0x8E40, 0xEBC0, 0x8E41, 0xEBC5, 0x8E42, 0xBFE4, 0x8E44, 0xBFE1, - 0x8E45, 0xEBC1, 0x8E47, 0xEEBF, 0x8E48, 0xC1D0, 0x8E49, 0xC1CE, 0x8E4A, 0xC1D1, 0x8E4B, 0xC1CF, 0x8E4C, 0xEEBE, 0x8E4D, 0xEEBB, - 0x8E4E, 0xEEBA, 0x8E50, 0xEEBD, 0x8E53, 0xEEBC, 0x8E54, 0xF145, 0x8E55, 0xC2DE, 0x8E56, 0xF0FB, 0x8E57, 0xF0FA, 0x8E59, 0xC2D9, - 0x8E5A, 0xF141, 0x8E5B, 0xF140, 0x8E5C, 0xF0F7, 0x8E5D, 0xF143, 0x8E5E, 0xF0FC, 0x8E5F, 0xC2DD, 0x8E60, 0xF0F9, 0x8E61, 0xF142, - 0x8E62, 0xF0F8, 0x8E63, 0xC2DA, 0x8E64, 0xC2DC, 0x8E65, 0xF0FD, 0x8E66, 0xC2DB, 0x8E67, 0xF0FE, 0x8E69, 0xF144, 0x8E6A, 0xF352, - 0x8E6C, 0xC3DE, 0x8E6D, 0xF34F, 0x8E6F, 0xF353, 0x8E72, 0xC3DB, 0x8E73, 0xF351, 0x8E74, 0xC3E0, 0x8E76, 0xC3DD, 0x8E78, 0xF350, - 0x8E7A, 0xC3DF, 0x8E7B, 0xF354, 0x8E7C, 0xC3DA, 0x8E81, 0xC4BC, 0x8E82, 0xC4BE, 0x8E84, 0xF4D9, 0x8E85, 0xC4BD, 0x8E86, 0xF4D7, - 0x8E87, 0xC3DC, 0x8E88, 0xF4D8, 0x8E89, 0xC4BB, 0x8E8A, 0xC543, 0x8E8B, 0xC545, 0x8E8C, 0xF656, 0x8E8D, 0xC544, 0x8E8E, 0xF655, - 0x8E90, 0xF761, 0x8E91, 0xC5AD, 0x8E92, 0xF760, 0x8E93, 0xC5AE, 0x8E94, 0xF75E, 0x8E95, 0xF75D, 0x8E96, 0xF762, 0x8E97, 0xF763, - 0x8E98, 0xF846, 0x8E9A, 0xF75F, 0x8E9D, 0xF8C6, 0x8E9E, 0xF8C3, 0x8E9F, 0xF8C4, 0x8EA0, 0xF8C5, 0x8EA1, 0xC65C, 0x8EA3, 0xF951, - 0x8EA4, 0xF950, 0x8EA5, 0xF94F, 0x8EA6, 0xF970, 0x8EA8, 0xF9BE, 0x8EA9, 0xF9AB, 0x8EAA, 0xC66E, 0x8EAB, 0xA8AD, 0x8EAC, 0xB060, - 0x8EB2, 0xB8FA, 0x8EBA, 0xBDF6, 0x8EBD, 0xEBC8, 0x8EC0, 0xC2DF, 0x8EC2, 0xF355, 0x8EC9, 0xF9AC, 0x8ECA, 0xA8AE, 0x8ECB, 0xAAEE, - 0x8ECC, 0xAD79, 0x8ECD, 0xAD78, 0x8ECF, 0xB063, 0x8ED1, 0xD3E8, 0x8ED2, 0xB061, 0x8ED3, 0xD3E9, 0x8ED4, 0xB062, 0x8ED7, 0xD7DF, - 0x8ED8, 0xD7DB, 0x8EDB, 0xB36D, 0x8EDC, 0xD7DE, 0x8EDD, 0xD7DD, 0x8EDE, 0xD7DC, 0x8EDF, 0xB36E, 0x8EE0, 0xD7E0, 0x8EE1, 0xD7E1, - 0x8EE5, 0xDC43, 0x8EE6, 0xDC41, 0x8EE7, 0xDC45, 0x8EE8, 0xDC46, 0x8EE9, 0xDC4C, 0x8EEB, 0xDC48, 0x8EEC, 0xDC4A, 0x8EEE, 0xDC42, - 0x8EEF, 0xDBFC, 0x8EF1, 0xDC49, 0x8EF4, 0xDC4B, 0x8EF5, 0xDC44, 0x8EF6, 0xDC47, 0x8EF7, 0xDBFD, 0x8EF8, 0xB662, 0x8EF9, 0xDC40, - 0x8EFA, 0xDBFE, 0x8EFB, 0xB661, 0x8EFC, 0xB663, 0x8EFE, 0xB8FD, 0x8EFF, 0xE075, 0x8F00, 0xE077, 0x8F01, 0xE076, 0x8F02, 0xE07B, - 0x8F03, 0xB8FB, 0x8F05, 0xE078, 0x8F06, 0xE074, 0x8F07, 0xE079, 0x8F08, 0xE07A, 0x8F09, 0xB8FC, 0x8F0A, 0xB8FE, 0x8F0B, 0xE07C, - 0x8F0D, 0xE467, 0x8F0E, 0xE466, 0x8F10, 0xE464, 0x8F11, 0xE465, 0x8F12, 0xBBB3, 0x8F13, 0xBBB5, 0x8F14, 0xBBB2, 0x8F15, 0xBBB4, - 0x8F16, 0xE84D, 0x8F17, 0xE84E, 0x8F18, 0xE849, 0x8F1A, 0xE84A, 0x8F1B, 0xBDF8, 0x8F1C, 0xBDFD, 0x8F1D, 0xBDF7, 0x8F1E, 0xBDFE, - 0x8F1F, 0xBDF9, 0x8F20, 0xE84B, 0x8F23, 0xE84C, 0x8F24, 0xE848, 0x8F25, 0xBE40, 0x8F26, 0xBDFB, 0x8F29, 0xBDFA, 0x8F2A, 0xBDFC, - 0x8F2C, 0xE847, 0x8F2E, 0xEBCA, 0x8F2F, 0xBFE8, 0x8F32, 0xEBCC, 0x8F33, 0xBFEA, 0x8F34, 0xEBCF, 0x8F35, 0xEBCB, 0x8F36, 0xEBC9, - 0x8F37, 0xEBCE, 0x8F38, 0xBFE9, 0x8F39, 0xEBCD, 0x8F3B, 0xBFE7, 0x8F3E, 0xC1D3, 0x8F3F, 0xC1D6, 0x8F40, 0xEEC1, 0x8F42, 0xC1D4, - 0x8F43, 0xEEC0, 0x8F44, 0xC1D2, 0x8F45, 0xC1D5, 0x8F46, 0xF146, 0x8F47, 0xF147, 0x8F48, 0xF148, 0x8F49, 0xC2E0, 0x8F4B, 0xF149, - 0x8F4D, 0xC2E1, 0x8F4E, 0xC3E2, 0x8F4F, 0xF358, 0x8F50, 0xF359, 0x8F51, 0xF357, 0x8F52, 0xF356, 0x8F53, 0xF35A, 0x8F54, 0xC3E1, - 0x8F55, 0xF4DD, 0x8F56, 0xF4DB, 0x8F57, 0xF4DC, 0x8F58, 0xF4DE, 0x8F59, 0xF4DA, 0x8F5A, 0xF4DF, 0x8F5B, 0xF658, 0x8F5D, 0xF659, - 0x8F5E, 0xF657, 0x8F5F, 0xC546, 0x8F60, 0xF764, 0x8F61, 0xC5AF, 0x8F62, 0xF765, 0x8F63, 0xF848, 0x8F64, 0xF847, 0x8F9B, 0xA8AF, - 0x8F9C, 0xB664, 0x8F9F, 0xB940, 0x8FA3, 0xBBB6, 0x8FA6, 0xBFEC, 0x8FA8, 0xBFEB, 0x8FAD, 0xC3E3, 0x8FAE, 0xC47C, 0x8FAF, 0xC547, - 0x8FB0, 0xA8B0, 0x8FB1, 0xB064, 0x8FB2, 0xB941, 0x8FB4, 0xF35B, 0x8FBF, 0xCBA6, 0x8FC2, 0xA8B1, 0x8FC4, 0xA8B4, 0x8FC5, 0xA8B3, - 0x8FC6, 0xA8B2, 0x8FC9, 0xCBA5, 0x8FCB, 0xCDCD, 0x8FCD, 0xCDCF, 0x8FCE, 0xAAEF, 0x8FD1, 0xAAF1, 0x8FD2, 0xCDCC, 0x8FD3, 0xCDCE, - 0x8FD4, 0xAAF0, 0x8FD5, 0xCDD1, 0x8FD6, 0xCDD0, 0x8FD7, 0xCDD2, 0x8FE0, 0xD0B6, 0x8FE1, 0xD0B4, 0x8FE2, 0xAD7C, 0x8FE3, 0xD0B3, - 0x8FE4, 0xADA3, 0x8FE5, 0xAD7E, 0x8FE6, 0xAD7B, 0x8FE8, 0xADA4, 0x8FEA, 0xAD7D, 0x8FEB, 0xADA2, 0x8FED, 0xADA1, 0x8FEE, 0xD0B5, - 0x8FF0, 0xAD7A, 0x8FF4, 0xB06A, 0x8FF5, 0xD3EB, 0x8FF6, 0xD3F1, 0x8FF7, 0xB067, 0x8FF8, 0xB06E, 0x8FFA, 0xB069, 0x8FFB, 0xD3EE, - 0x8FFC, 0xD3F0, 0x8FFD, 0xB06C, 0x8FFE, 0xD3EA, 0x8FFF, 0xD3ED, 0x9000, 0xB068, 0x9001, 0xB065, 0x9002, 0xD3EC, 0x9003, 0xB06B, - 0x9004, 0xD3EF, 0x9005, 0xB06D, 0x9006, 0xB066, 0x900B, 0xD7E3, 0x900C, 0xD7E6, 0x900D, 0xB370, 0x900F, 0xB37A, 0x9010, 0xB376, - 0x9011, 0xD7E4, 0x9014, 0xB37E, 0x9015, 0xB377, 0x9016, 0xB37C, 0x9017, 0xB372, 0x9019, 0xB36F, 0x901A, 0xB371, 0x901B, 0xB37D, - 0x901C, 0xD7E5, 0x901D, 0xB375, 0x901E, 0xB378, 0x901F, 0xB374, 0x9020, 0xB379, 0x9021, 0xD7E7, 0x9022, 0xB37B, 0x9023, 0xB373, - 0x9024, 0xD7E2, 0x902D, 0xDC4D, 0x902E, 0xB665, 0x902F, 0xDC4F, 0x9031, 0xB667, 0x9032, 0xB669, 0x9034, 0xDC4E, 0x9035, 0xB666, - 0x9036, 0xB66A, 0x9038, 0xB668, 0x903C, 0xB947, 0x903D, 0xE0A3, 0x903E, 0xB94F, 0x903F, 0xE07E, 0x9041, 0xB950, 0x9042, 0xB945, - 0x9044, 0xE0A1, 0x9047, 0xB94A, 0x9049, 0xE0A2, 0x904A, 0xB943, 0x904B, 0xB942, 0x904D, 0xB94D, 0x904E, 0xB94C, 0x904F, 0xB94B, - 0x9050, 0xB949, 0x9051, 0xB94E, 0x9052, 0xE07D, 0x9053, 0xB944, 0x9054, 0xB946, 0x9055, 0xB948, 0x9058, 0xBBB8, 0x9059, 0xBBBB, - 0x905B, 0xBBBF, 0x905C, 0xBBB9, 0x905D, 0xBBBE, 0x905E, 0xBBBC, 0x9060, 0xBBB7, 0x9062, 0xBBBD, 0x9063, 0xBBBA, 0x9067, 0xE852, - 0x9068, 0xBE43, 0x9069, 0xBE41, 0x906B, 0xE853, 0x906D, 0xBE44, 0x906E, 0xBE42, 0x906F, 0xE851, 0x9070, 0xE850, 0x9072, 0xBFF0, - 0x9073, 0xE84F, 0x9074, 0xBFEE, 0x9075, 0xBFED, 0x9076, 0xEBD0, 0x9077, 0xBE45, 0x9078, 0xBFEF, 0x9079, 0xEBD1, 0x907A, 0xBFF2, - 0x907B, 0xEBD2, 0x907C, 0xBFF1, 0x907D, 0xC1D8, 0x907E, 0xEEC3, 0x907F, 0xC1D7, 0x9080, 0xC1DC, 0x9081, 0xC1DA, 0x9082, 0xC1DB, - 0x9083, 0xC2E3, 0x9084, 0xC1D9, 0x9085, 0xEEC2, 0x9086, 0xEBD3, 0x9087, 0xC2E2, 0x9088, 0xC2E4, 0x908A, 0xC3E4, 0x908B, 0xC3E5, - 0x908D, 0xF4E0, 0x908F, 0xC5DE, 0x9090, 0xC5DD, 0x9091, 0xA8B6, 0x9094, 0xCA55, 0x9095, 0xB06F, 0x9097, 0xCA52, 0x9098, 0xCA53, - 0x9099, 0xCA51, 0x909B, 0xCA54, 0x909E, 0xCBAA, 0x909F, 0xCBA7, 0x90A0, 0xCBAC, 0x90A1, 0xCBA8, 0x90A2, 0xA8B7, 0x90A3, 0xA8BA, - 0x90A5, 0xCBA9, 0x90A6, 0xA8B9, 0x90A7, 0xCBAB, 0x90AA, 0xA8B8, 0x90AF, 0xCDD5, 0x90B0, 0xCDD7, 0x90B1, 0xAAF4, 0x90B2, 0xCDD3, - 0x90B3, 0xCDD6, 0x90B4, 0xCDD4, 0x90B5, 0xAAF2, 0x90B6, 0xAAF5, 0x90B8, 0xAAF3, 0x90BD, 0xD0B8, 0x90BE, 0xD0BC, 0x90BF, 0xD0B9, - 0x90C1, 0xADA7, 0x90C3, 0xADA8, 0x90C5, 0xD0BB, 0x90C7, 0xD0BD, 0x90C8, 0xD0BF, 0x90CA, 0xADA5, 0x90CB, 0xD0BE, 0x90CE, 0xADA6, - 0x90D4, 0xD7EE, 0x90D5, 0xD0BA, 0x90D6, 0xD3F2, 0x90D7, 0xD3FB, 0x90D8, 0xD3F9, 0x90D9, 0xD3F4, 0x90DA, 0xD3F5, 0x90DB, 0xD3FA, - 0x90DC, 0xD3FC, 0x90DD, 0xB071, 0x90DF, 0xD3F7, 0x90E0, 0xD3F3, 0x90E1, 0xB070, 0x90E2, 0xB072, 0x90E3, 0xD3F6, 0x90E4, 0xD3FD, - 0x90E5, 0xD3F8, 0x90E8, 0xB3A1, 0x90E9, 0xD7F1, 0x90EA, 0xD7E9, 0x90EB, 0xD7EF, 0x90EC, 0xD7F0, 0x90ED, 0xB3A2, 0x90EF, 0xD7E8, - 0x90F0, 0xD7EA, 0x90F1, 0xD0B7, 0x90F2, 0xD7EC, 0x90F3, 0xD7ED, 0x90F4, 0xD7EB, 0x90F5, 0xB66C, 0x90F9, 0xDC56, 0x90FA, 0xEBD4, - 0x90FB, 0xDC57, 0x90FC, 0xDC54, 0x90FD, 0xB3A3, 0x90FE, 0xB66E, 0x90FF, 0xDC53, 0x9100, 0xDC59, 0x9101, 0xDC58, 0x9102, 0xB66B, - 0x9103, 0xDC5C, 0x9104, 0xDC52, 0x9105, 0xDC5B, 0x9106, 0xDC50, 0x9107, 0xDC5A, 0x9108, 0xDC55, 0x9109, 0xB66D, 0x910B, 0xE0AA, - 0x910D, 0xE0A5, 0x910E, 0xE0AB, 0x910F, 0xE0A6, 0x9110, 0xE0A4, 0x9111, 0xE0A7, 0x9112, 0xB951, 0x9114, 0xE0A9, 0x9116, 0xE0A8, - 0x9117, 0xB952, 0x9118, 0xBBC1, 0x9119, 0xBBC0, 0x911A, 0xE46E, 0x911B, 0xE471, 0x911C, 0xE469, 0x911D, 0xE46D, 0x911E, 0xBBC2, - 0x911F, 0xE46C, 0x9120, 0xE46A, 0x9121, 0xE470, 0x9122, 0xE46B, 0x9123, 0xE468, 0x9124, 0xE46F, 0x9126, 0xE859, 0x9127, 0xBE48, - 0x9128, 0xF14A, 0x9129, 0xE856, 0x912A, 0xE857, 0x912B, 0xE855, 0x912C, 0xDC51, 0x912D, 0xBE47, 0x912E, 0xE85A, 0x912F, 0xE854, - 0x9130, 0xBE46, 0x9131, 0xBE49, 0x9132, 0xE858, 0x9133, 0xEBD5, 0x9134, 0xBFF3, 0x9135, 0xEBD6, 0x9136, 0xEBD7, 0x9138, 0xEEC4, - 0x9139, 0xC1DD, 0x913A, 0xF14B, 0x913B, 0xF14C, 0x913E, 0xF14D, 0x913F, 0xF35D, 0x9140, 0xF35C, 0x9141, 0xF4E2, 0x9143, 0xF4E1, - 0x9144, 0xF65B, 0x9145, 0xF65C, 0x9146, 0xF65A, 0x9147, 0xF766, 0x9148, 0xC5B0, 0x9149, 0xA8BB, 0x914A, 0xADAA, 0x914B, 0xADA9, - 0x914C, 0xB075, 0x914D, 0xB074, 0x914E, 0xD440, 0x914F, 0xD441, 0x9150, 0xD3FE, 0x9152, 0xB073, 0x9153, 0xD7F5, 0x9155, 0xD7F6, - 0x9156, 0xD7F2, 0x9157, 0xB3A4, 0x9158, 0xD7F3, 0x915A, 0xD7F4, 0x915F, 0xDC5F, 0x9160, 0xDC61, 0x9161, 0xDC5D, 0x9162, 0xDC60, - 0x9163, 0xB66F, 0x9164, 0xDC5E, 0x9165, 0xB670, 0x9168, 0xDD73, 0x9169, 0xB955, 0x916A, 0xB954, 0x916C, 0xB953, 0x916E, 0xE0AC, - 0x916F, 0xE0AD, 0x9172, 0xE473, 0x9173, 0xE475, 0x9174, 0xBBC6, 0x9175, 0xBBC3, 0x9177, 0xBBC5, 0x9178, 0xBBC4, 0x9179, 0xE474, - 0x917A, 0xE472, 0x9180, 0xE861, 0x9181, 0xE85E, 0x9182, 0xE85F, 0x9183, 0xBE4D, 0x9184, 0xE860, 0x9185, 0xE85B, 0x9186, 0xE85C, - 0x9187, 0xBE4A, 0x9189, 0xBE4B, 0x918A, 0xE85D, 0x918B, 0xBE4C, 0x918D, 0xEBDB, 0x918F, 0xEBDC, 0x9190, 0xEBD9, 0x9191, 0xEBDA, - 0x9192, 0xBFF4, 0x9193, 0xEBD8, 0x9199, 0xEEC8, 0x919A, 0xEEC5, 0x919B, 0xEEC7, 0x919C, 0xC1E0, 0x919D, 0xEECB, 0x919E, 0xC1DF, - 0x919F, 0xEEC9, 0x91A0, 0xEECC, 0x91A1, 0xEECA, 0x91A2, 0xEEC6, 0x91A3, 0xC1DE, 0x91A5, 0xF14F, 0x91A7, 0xF150, 0x91A8, 0xF14E, - 0x91AA, 0xF152, 0x91AB, 0xC2E5, 0x91AC, 0xC2E6, 0x91AD, 0xF35F, 0x91AE, 0xC3E7, 0x91AF, 0xF151, 0x91B0, 0xF35E, 0x91B1, 0xC3E6, - 0x91B2, 0xF4E5, 0x91B3, 0xF4E6, 0x91B4, 0xC4BF, 0x91B5, 0xF4E4, 0x91B7, 0xF4E3, 0x91B9, 0xF65D, 0x91BA, 0xC548, 0x91BC, 0xF849, - 0x91BD, 0xF8C8, 0x91BE, 0xF8C7, 0x91C0, 0xC643, 0x91C1, 0xC65D, 0x91C2, 0xF8C9, 0x91C3, 0xF971, 0x91C5, 0xC66F, 0x91C6, 0xA8BC, - 0x91C7, 0xAAF6, 0x91C9, 0xB956, 0x91CB, 0xC4C0, 0x91CC, 0xA8BD, 0x91CD, 0xADAB, 0x91CE, 0xB3A5, 0x91CF, 0xB671, 0x91D0, 0xC2E7, - 0x91D1, 0xAAF7, 0x91D3, 0xD0C1, 0x91D4, 0xD0C0, 0x91D5, 0xD442, 0x91D7, 0xB078, 0x91D8, 0xB076, 0x91D9, 0xB07A, 0x91DA, 0xD444, - 0x91DC, 0xB079, 0x91DD, 0xB077, 0x91E2, 0xD443, 0x91E3, 0xB3A8, 0x91E4, 0xD7FC, 0x91E6, 0xB3A7, 0x91E7, 0xB3A9, 0x91E8, 0xD842, - 0x91E9, 0xB3AB, 0x91EA, 0xD7FE, 0x91EB, 0xD840, 0x91EC, 0xD7F7, 0x91ED, 0xB3AA, 0x91EE, 0xD843, 0x91F1, 0xD7F9, 0x91F3, 0xD7FA, - 0x91F4, 0xD7F8, 0x91F5, 0xB3A6, 0x91F7, 0xD841, 0x91F8, 0xD7FB, 0x91F9, 0xD7FD, 0x91FD, 0xDC6D, 0x91FF, 0xDC6C, 0x9200, 0xDC6A, - 0x9201, 0xDC62, 0x9202, 0xDC71, 0x9203, 0xDC65, 0x9204, 0xDC6F, 0x9205, 0xDC76, 0x9206, 0xDC6E, 0x9207, 0xB679, 0x9209, 0xB675, - 0x920A, 0xDC63, 0x920C, 0xDC69, 0x920D, 0xB677, 0x920F, 0xDC68, 0x9210, 0xB678, 0x9211, 0xB67A, 0x9212, 0xDC6B, 0x9214, 0xB672, - 0x9215, 0xB673, 0x9216, 0xDC77, 0x9217, 0xDC75, 0x9219, 0xDC74, 0x921A, 0xDC66, 0x921C, 0xDC72, 0x921E, 0xB676, 0x9223, 0xB674, - 0x9224, 0xDC73, 0x9225, 0xDC64, 0x9226, 0xDC67, 0x9227, 0xDC70, 0x922D, 0xE4BA, 0x922E, 0xE0B7, 0x9230, 0xE0B0, 0x9231, 0xE0C3, - 0x9232, 0xE0CC, 0x9233, 0xE0B3, 0x9234, 0xB961, 0x9236, 0xE0C0, 0x9237, 0xB957, 0x9238, 0xB959, 0x9239, 0xB965, 0x923A, 0xE0B1, - 0x923D, 0xB95A, 0x923E, 0xB95C, 0x923F, 0xB966, 0x9240, 0xB95B, 0x9245, 0xB964, 0x9246, 0xE0B9, 0x9248, 0xE0AE, 0x9249, 0xB962, - 0x924A, 0xE0B8, 0x924B, 0xB95E, 0x924C, 0xE0CA, 0x924D, 0xB963, 0x924E, 0xE0C8, 0x924F, 0xE0BC, 0x9250, 0xE0C6, 0x9251, 0xB960, - 0x9252, 0xE0AF, 0x9253, 0xE0C9, 0x9254, 0xE0C4, 0x9256, 0xE0CB, 0x9257, 0xB958, 0x925A, 0xB967, 0x925B, 0xB95D, 0x925E, 0xE0B5, - 0x9260, 0xE0BD, 0x9261, 0xE0C1, 0x9263, 0xE0C5, 0x9264, 0xB95F, 0x9265, 0xE0B4, 0x9266, 0xE0B2, 0x9267, 0xE0BE, 0x926C, 0xE0BB, - 0x926D, 0xE0BA, 0x926F, 0xE0BF, 0x9270, 0xE0C2, 0x9272, 0xE0C7, 0x9276, 0xE478, 0x9278, 0xBBC7, 0x9279, 0xE4A4, 0x927A, 0xE47A, - 0x927B, 0xBBCC, 0x927C, 0xBBD0, 0x927D, 0xE4AD, 0x927E, 0xE4B5, 0x927F, 0xE4A6, 0x9280, 0xBBC8, 0x9282, 0xE4AA, 0x9283, 0xE0B6, - 0x9285, 0xBBC9, 0x9286, 0xE4B1, 0x9287, 0xE4B6, 0x9288, 0xE4AE, 0x928A, 0xE4B0, 0x928B, 0xE4B9, 0x928C, 0xE4B2, 0x928D, 0xE47E, - 0x928E, 0xE4A9, 0x9291, 0xBBD1, 0x9293, 0xBBCD, 0x9294, 0xE47C, 0x9295, 0xE4AB, 0x9296, 0xBBCB, 0x9297, 0xE4A5, 0x9298, 0xBBCA, - 0x9299, 0xE4B3, 0x929A, 0xE4A2, 0x929B, 0xE479, 0x929C, 0xBBCE, 0x929D, 0xE4B8, 0x92A0, 0xE47B, 0x92A1, 0xE4AF, 0x92A2, 0xE4AC, - 0x92A3, 0xE4A7, 0x92A4, 0xE477, 0x92A5, 0xE476, 0x92A6, 0xE4A1, 0x92A7, 0xE4B4, 0x92A8, 0xBBCF, 0x92A9, 0xE4B7, 0x92AA, 0xE47D, - 0x92AB, 0xE4A3, 0x92AC, 0xBE52, 0x92B2, 0xBE5A, 0x92B3, 0xBE55, 0x92B4, 0xE8A4, 0x92B5, 0xE8A1, 0x92B6, 0xE867, 0x92B7, 0xBE50, - 0x92B9, 0xF9D7, 0x92BB, 0xBE4F, 0x92BC, 0xBE56, 0x92C0, 0xE865, 0x92C1, 0xBE54, 0x92C2, 0xE871, 0x92C3, 0xE863, 0x92C4, 0xE864, - 0x92C5, 0xBE4E, 0x92C6, 0xE8A3, 0x92C7, 0xBE58, 0x92C8, 0xE874, 0x92C9, 0xE879, 0x92CA, 0xE873, 0x92CB, 0xEBEE, 0x92CC, 0xE86F, - 0x92CD, 0xE877, 0x92CE, 0xE875, 0x92CF, 0xE868, 0x92D0, 0xE862, 0x92D1, 0xE87D, 0x92D2, 0xBE57, 0x92D3, 0xE87E, 0x92D5, 0xE878, - 0x92D7, 0xE86D, 0x92D8, 0xE86B, 0x92D9, 0xE866, 0x92DD, 0xE86E, 0x92DE, 0xE87B, 0x92DF, 0xE86A, 0x92E0, 0xE87A, 0x92E1, 0xE8A2, - 0x92E4, 0xBE53, 0x92E6, 0xE876, 0x92E7, 0xE87C, 0x92E8, 0xE872, 0x92E9, 0xE86C, 0x92EA, 0xBE51, 0x92EE, 0xE4A8, 0x92EF, 0xE870, - 0x92F0, 0xBE59, 0x92F1, 0xE869, 0x92F7, 0xEBF4, 0x92F8, 0xBFF7, 0x92F9, 0xEBF3, 0x92FA, 0xEBF0, 0x92FB, 0xEC44, 0x92FC, 0xBFFB, - 0x92FE, 0xEC41, 0x92FF, 0xEBF8, 0x9300, 0xEC43, 0x9301, 0xEBE9, 0x9302, 0xEBF6, 0x9304, 0xBFFD, 0x9306, 0xEBE1, 0x9308, 0xEBDF, - 0x9309, 0xEC42, 0x930B, 0xEC40, 0x930C, 0xEBFE, 0x930D, 0xEBED, 0x930E, 0xEBEC, 0x930F, 0xEBE2, 0x9310, 0xC040, 0x9312, 0xEBE8, - 0x9313, 0xEBF2, 0x9314, 0xEBFD, 0x9315, 0xC043, 0x9316, 0xEC45, 0x9318, 0xC1E8, 0x9319, 0xC045, 0x931A, 0xBFFE, 0x931B, 0xEBE6, - 0x931D, 0xEBEF, 0x931E, 0xEBDE, 0x931F, 0xEBE0, 0x9320, 0xBFF5, 0x9321, 0xC042, 0x9322, 0xBFFA, 0x9323, 0xEBE7, 0x9324, 0xEBF7, - 0x9325, 0xEBF1, 0x9326, 0xC041, 0x9327, 0xEBDD, 0x9328, 0xC1E3, 0x9329, 0xEBF9, 0x932A, 0xEBFC, 0x932B, 0xBFFC, 0x932D, 0xEBEB, - 0x932E, 0xC044, 0x932F, 0xBFF9, 0x9333, 0xBFF8, 0x9334, 0xEBF5, 0x9335, 0xEBFB, 0x9336, 0xBFF6, 0x9338, 0xEBE4, 0x9339, 0xEBFA, - 0x933C, 0xEBE5, 0x9346, 0xEBEA, 0x9347, 0xEED2, 0x9349, 0xEED7, 0x934A, 0xC1E5, 0x934B, 0xC1E7, 0x934C, 0xEEDD, 0x934D, 0xC1E1, - 0x934E, 0xEEEC, 0x934F, 0xEEE3, 0x9350, 0xEED8, 0x9351, 0xEED9, 0x9352, 0xEEE2, 0x9354, 0xC1EE, 0x9355, 0xEEE1, 0x9356, 0xEED1, - 0x9357, 0xEEE0, 0x9358, 0xEED4, 0x9359, 0xEEED, 0x935A, 0xC1ED, 0x935B, 0xC1EB, 0x935C, 0xEED5, 0x935E, 0xEEE8, 0x9360, 0xEEDA, - 0x9361, 0xEEE7, 0x9363, 0xEEE9, 0x9364, 0xEED0, 0x9365, 0xC1E6, 0x9367, 0xEEEA, 0x936A, 0xEEDE, 0x936C, 0xC1EA, 0x936D, 0xEEDB, - 0x9370, 0xC1EC, 0x9371, 0xEEE4, 0x9375, 0xC1E4, 0x9376, 0xEED6, 0x9377, 0xEEE5, 0x9379, 0xEEDF, 0x937A, 0xEBE3, 0x937B, 0xEEE6, - 0x937C, 0xEED3, 0x937E, 0xC1E9, 0x9380, 0xEEEB, 0x9382, 0xC1E2, 0x9383, 0xEECE, 0x9388, 0xF160, 0x9389, 0xF159, 0x938A, 0xC2E9, - 0x938C, 0xF154, 0x938D, 0xF163, 0x938E, 0xF15B, 0x938F, 0xEEDC, 0x9391, 0xF165, 0x9392, 0xF155, 0x9394, 0xC2E8, 0x9395, 0xF15F, - 0x9396, 0xC2EA, 0x9397, 0xC2F2, 0x9398, 0xC2F0, 0x9399, 0xF161, 0x939A, 0xC2F1, 0x939B, 0xF157, 0x939D, 0xF158, 0x939E, 0xF15D, - 0x939F, 0xF162, 0x93A1, 0xEECD, 0x93A2, 0xC2EB, 0x93A3, 0xF16A, 0x93A4, 0xF167, 0x93A5, 0xF16B, 0x93A6, 0xF15E, 0x93A7, 0xF15A, - 0x93A8, 0xF168, 0x93A9, 0xF36A, 0x93AA, 0xF15C, 0x93AC, 0xC2EE, 0x93AE, 0xC2ED, 0x93AF, 0xEECF, 0x93B0, 0xC2EF, 0x93B1, 0xF164, - 0x93B2, 0xF166, 0x93B3, 0xC2EC, 0x93B4, 0xF169, 0x93B5, 0xF153, 0x93B7, 0xF156, 0x93C0, 0xF373, 0x93C2, 0xF363, 0x93C3, 0xC3EB, - 0x93C4, 0xF371, 0x93C7, 0xF361, 0x93C8, 0xC3EC, 0x93CA, 0xF36C, 0x93CC, 0xF368, 0x93CD, 0xC3F1, 0x93CE, 0xF372, 0x93CF, 0xF362, - 0x93D0, 0xF365, 0x93D1, 0xC3E9, 0x93D2, 0xF374, 0x93D4, 0xF36D, 0x93D5, 0xF370, 0x93D6, 0xC3EF, 0x93D7, 0xC3F4, 0x93D8, 0xC3F2, - 0x93D9, 0xF369, 0x93DA, 0xF364, 0x93DC, 0xC3ED, 0x93DD, 0xC3EE, 0x93DE, 0xF360, 0x93DF, 0xC3EA, 0x93E1, 0xC3E8, 0x93E2, 0xC3F0, - 0x93E3, 0xF36F, 0x93E4, 0xC3F3, 0x93E6, 0xF36B, 0x93E7, 0xF375, 0x93E8, 0xC3F5, 0x93EC, 0xF367, 0x93EE, 0xF36E, 0x93F5, 0xF4F3, - 0x93F6, 0xF542, 0x93F7, 0xF4F5, 0x93F8, 0xF4FC, 0x93F9, 0xF366, 0x93FA, 0xF4FA, 0x93FB, 0xF4E9, 0x93FC, 0xF540, 0x93FD, 0xC4C3, - 0x93FE, 0xF4ED, 0x93FF, 0xF4FE, 0x9400, 0xF4F4, 0x9403, 0xC4C2, 0x9406, 0xF544, 0x9407, 0xF4F6, 0x9409, 0xF4FB, 0x940A, 0xF4FD, - 0x940B, 0xF4E7, 0x940C, 0xF541, 0x940D, 0xF4F2, 0x940E, 0xF4F7, 0x940F, 0xF4EB, 0x9410, 0xF4EF, 0x9411, 0xF543, 0x9412, 0xF4F9, - 0x9413, 0xF4E8, 0x9414, 0xF4EC, 0x9415, 0xF4EE, 0x9416, 0xF4F8, 0x9418, 0xC4C1, 0x9419, 0xF4F1, 0x9420, 0xF4EA, 0x9428, 0xF4F0, - 0x9429, 0xF661, 0x942A, 0xF666, 0x942B, 0xC54F, 0x942C, 0xF668, 0x942E, 0xC549, 0x9430, 0xF664, 0x9431, 0xF66A, 0x9432, 0xC54E, - 0x9433, 0xC54A, 0x9435, 0xC54B, 0x9436, 0xF660, 0x9437, 0xF667, 0x9438, 0xC54D, 0x9439, 0xF665, 0x943A, 0xC54C, 0x943B, 0xF65F, - 0x943C, 0xF663, 0x943D, 0xF662, 0x943F, 0xF65E, 0x9440, 0xF669, 0x9444, 0xC5B1, 0x9445, 0xF76D, 0x9446, 0xF770, 0x9447, 0xF76C, - 0x9448, 0xF76E, 0x9449, 0xF76F, 0x944A, 0xF769, 0x944B, 0xF76A, 0x944C, 0xF767, 0x944F, 0xF76B, 0x9450, 0xF768, 0x9451, 0xC5B2, - 0x9452, 0xC5B3, 0x9455, 0xF84B, 0x9457, 0xF84D, 0x945D, 0xF84C, 0x945E, 0xF84E, 0x9460, 0xC5E0, 0x9462, 0xF84A, 0x9463, 0xC5DF, - 0x9464, 0xC5E1, 0x9468, 0xF8CB, 0x9469, 0xF8CC, 0x946A, 0xC644, 0x946B, 0xF8CA, 0x946D, 0xF953, 0x946E, 0xF952, 0x946F, 0xF954, - 0x9470, 0xC65F, 0x9471, 0xF955, 0x9472, 0xC65E, 0x9473, 0xF956, 0x9474, 0xF972, 0x9475, 0xF975, 0x9476, 0xF974, 0x9477, 0xC668, - 0x9478, 0xF973, 0x947C, 0xC672, 0x947D, 0xC670, 0x947E, 0xC671, 0x947F, 0xC677, 0x9480, 0xF9C0, 0x9481, 0xF9C1, 0x9482, 0xF9BF, - 0x9483, 0xF9C9, 0x9577, 0xAAF8, 0x957A, 0xD844, 0x957B, 0xDC78, 0x957C, 0xE8A5, 0x957D, 0xF376, 0x9580, 0xAAF9, 0x9582, 0xADAC, - 0x9583, 0xB07B, 0x9586, 0xD845, 0x9588, 0xD846, 0x9589, 0xB3AC, 0x958B, 0xB67D, 0x958C, 0xDC7A, 0x958D, 0xDC79, 0x958E, 0xB6A3, - 0x958F, 0xB67C, 0x9590, 0xDC7B, 0x9591, 0xB67E, 0x9592, 0xB6A2, 0x9593, 0xB6A1, 0x9594, 0xB67B, 0x9598, 0xB968, 0x959B, 0xE0D0, - 0x959C, 0xE0CE, 0x959E, 0xE0CF, 0x959F, 0xE0CD, 0x95A1, 0xBBD2, 0x95A3, 0xBBD5, 0x95A4, 0xBBD7, 0x95A5, 0xBBD6, 0x95A8, 0xBBD3, - 0x95A9, 0xBBD4, 0x95AB, 0xE8A7, 0x95AC, 0xE8A6, 0x95AD, 0xBE5B, 0x95AE, 0xE8A8, 0x95B0, 0xE8A9, 0x95B1, 0xBE5C, 0x95B5, 0xEC4D, - 0x95B6, 0xEC4B, 0x95B7, 0xEEF3, 0x95B9, 0xEC49, 0x95BA, 0xEC4A, 0x95BB, 0xC046, 0x95BC, 0xEC46, 0x95BD, 0xEC4E, 0x95BE, 0xEC48, - 0x95BF, 0xEC4C, 0x95C0, 0xEEEF, 0x95C3, 0xEEF1, 0x95C5, 0xEEF2, 0x95C6, 0xC1F3, 0x95C7, 0xEEEE, 0x95C8, 0xC1F2, 0x95C9, 0xEEF0, - 0x95CA, 0xC1EF, 0x95CB, 0xC1F0, 0x95CC, 0xC1F1, 0x95CD, 0xEC47, 0x95D0, 0xC2F5, 0x95D1, 0xF16E, 0x95D2, 0xF16C, 0x95D3, 0xF16D, - 0x95D4, 0xC2F3, 0x95D5, 0xC2F6, 0x95D6, 0xC2F4, 0x95DA, 0xF377, 0x95DB, 0xF378, 0x95DC, 0xC3F6, 0x95DE, 0xF545, 0x95DF, 0xF547, - 0x95E0, 0xF546, 0x95E1, 0xC4C4, 0x95E2, 0xC550, 0x95E3, 0xF66D, 0x95E4, 0xF66C, 0x95E5, 0xF66B, 0x961C, 0xAAFA, 0x961E, 0xC9AA, - 0x9620, 0xCA58, 0x9621, 0xA6E9, 0x9622, 0xCA56, 0x9623, 0xCA59, 0x9624, 0xCA57, 0x9628, 0xCBAE, 0x962A, 0xA8C1, 0x962C, 0xA8C2, - 0x962D, 0xCBB0, 0x962E, 0xA8BF, 0x962F, 0xCBAF, 0x9630, 0xCBAD, 0x9631, 0xA8C0, 0x9632, 0xA8BE, 0x9639, 0xCDD8, 0x963A, 0xCDDB, - 0x963B, 0xAAFD, 0x963C, 0xCDDA, 0x963D, 0xCDD9, 0x963F, 0xAAFC, 0x9640, 0xAAFB, 0x9642, 0xAB40, 0x9643, 0xCDDC, 0x9644, 0xAAFE, - 0x964A, 0xD0C6, 0x964B, 0xADAE, 0x964C, 0xADAF, 0x964D, 0xADB0, 0x964E, 0xD0C7, 0x964F, 0xD0C3, 0x9650, 0xADAD, 0x9651, 0xD0C4, - 0x9653, 0xD0C5, 0x9654, 0xD0C2, 0x9658, 0xB0A4, 0x965B, 0xB0A1, 0x965C, 0xD445, 0x965D, 0xB0A2, 0x965E, 0xB0A5, 0x965F, 0xD446, - 0x9661, 0xB07E, 0x9662, 0xB07C, 0x9663, 0xB07D, 0x9664, 0xB0A3, 0x966A, 0xB3AD, 0x966B, 0xD849, 0x966C, 0xB3B5, 0x966D, 0xD848, - 0x966F, 0xD84B, 0x9670, 0xB3B1, 0x9671, 0xD84A, 0x9672, 0xB6AB, 0x9673, 0xB3AF, 0x9674, 0xB3B2, 0x9675, 0xB3AE, 0x9676, 0xB3B3, - 0x9677, 0xB3B4, 0x9678, 0xB3B0, 0x967C, 0xD847, 0x967D, 0xB6A7, 0x967E, 0xDC7D, 0x9680, 0xDCA3, 0x9683, 0xDCA2, 0x9684, 0xB6AC, - 0x9685, 0xB6A8, 0x9686, 0xB6A9, 0x9687, 0xDC7C, 0x9688, 0xDC7E, 0x9689, 0xDCA1, 0x968A, 0xB6A4, 0x968B, 0xB6A6, 0x968D, 0xB6AA, - 0x968E, 0xB6A5, 0x9691, 0xE0D3, 0x9692, 0xE0D1, 0x9693, 0xE0D2, 0x9694, 0xB96A, 0x9695, 0xB96B, 0x9697, 0xE0D4, 0x9698, 0xB969, - 0x9699, 0xBBD8, 0x969B, 0xBBDA, 0x969C, 0xBBD9, 0x969E, 0xE4BB, 0x96A1, 0xE4BC, 0x96A2, 0xE8AB, 0x96A4, 0xE8AA, 0x96A7, 0xC047, - 0x96A8, 0xC048, 0x96A9, 0xEC4F, 0x96AA, 0xC049, 0x96AC, 0xEEF6, 0x96AE, 0xEEF4, 0x96B0, 0xEEF5, 0x96B1, 0xC1F4, 0x96B3, 0xF16F, - 0x96B4, 0xC3F7, 0x96B8, 0xC1F5, 0x96B9, 0xAB41, 0x96BB, 0xB0A6, 0x96BC, 0xD447, 0x96BF, 0xD84C, 0x96C0, 0xB3B6, 0x96C1, 0xB6AD, - 0x96C2, 0xDCA4, 0x96C3, 0xDCA6, 0x96C4, 0xB6AF, 0x96C5, 0xB6AE, 0x96C6, 0xB6B0, 0x96C7, 0xB6B1, 0x96C8, 0xDCA5, 0x96C9, 0xB96E, - 0x96CA, 0xB96F, 0x96CB, 0xB96D, 0x96CC, 0xBBDB, 0x96CD, 0xB96C, 0x96CE, 0xE0D5, 0x96D2, 0xBBDC, 0x96D3, 0xE8AC, 0x96D4, 0xEC50, - 0x96D5, 0xC04A, 0x96D6, 0xC1F6, 0x96D7, 0xF170, 0x96D8, 0xF174, 0x96D9, 0xC2F9, 0x96DA, 0xF171, 0x96DB, 0xC2FA, 0x96DC, 0xC2F8, - 0x96DD, 0xF175, 0x96DE, 0xC2FB, 0x96DF, 0xF173, 0x96E1, 0xF379, 0x96E2, 0xC2F7, 0x96E3, 0xC3F8, 0x96E5, 0xF8CD, 0x96E8, 0xAB42, - 0x96E9, 0xB3B8, 0x96EA, 0xB3B7, 0x96EF, 0xB6B2, 0x96F0, 0xDCA8, 0x96F1, 0xDCA7, 0x96F2, 0xB6B3, 0x96F5, 0xE0D9, 0x96F6, 0xB973, - 0x96F7, 0xB970, 0x96F8, 0xE0D8, 0x96F9, 0xB972, 0x96FA, 0xE0D6, 0x96FB, 0xB971, 0x96FD, 0xE0D7, 0x96FF, 0xE4BD, 0x9700, 0xBBDD, - 0x9702, 0xE8AF, 0x9704, 0xBE5D, 0x9705, 0xE8AD, 0x9706, 0xBE5E, 0x9707, 0xBE5F, 0x9708, 0xE8AE, 0x9709, 0xBE60, 0x970B, 0xEC51, - 0x970D, 0xC04E, 0x970E, 0xC04B, 0x970F, 0xC050, 0x9710, 0xEC53, 0x9711, 0xC04C, 0x9712, 0xEC52, 0x9713, 0xC04F, 0x9716, 0xC04D, - 0x9718, 0xEEF9, 0x9719, 0xEEFB, 0x971C, 0xC1F7, 0x971D, 0xEEFA, 0x971E, 0xC1F8, 0x971F, 0xEEF8, 0x9720, 0xEEF7, 0x9722, 0xF177, - 0x9723, 0xF176, 0x9724, 0xC2FC, 0x9725, 0xF178, 0x9726, 0xF37E, 0x9727, 0xC3FA, 0x9728, 0xF37D, 0x9729, 0xF37A, 0x972A, 0xC3F9, - 0x972B, 0xF37B, 0x972C, 0xF37C, 0x972E, 0xF548, 0x972F, 0xF549, 0x9730, 0xC4C5, 0x9732, 0xC553, 0x9735, 0xF66E, 0x9738, 0xC551, - 0x9739, 0xC552, 0x973A, 0xF66F, 0x973D, 0xC5B4, 0x973E, 0xC5B5, 0x973F, 0xF771, 0x9742, 0xC645, 0x9743, 0xF8CF, 0x9744, 0xC647, - 0x9746, 0xF8CE, 0x9747, 0xF8D0, 0x9748, 0xC646, 0x9749, 0xF957, 0x974B, 0xF9AD, 0x9752, 0xAB43, 0x9756, 0xB974, 0x9758, 0xE4BE, - 0x975A, 0xE8B0, 0x975B, 0xC051, 0x975C, 0xC052, 0x975E, 0xAB44, 0x9760, 0xBE61, 0x9761, 0xC3FB, 0x9762, 0xADB1, 0x9766, 0xC053, - 0x9768, 0xC5E2, 0x9769, 0xADB2, 0x976A, 0xD84D, 0x976C, 0xDCA9, 0x976E, 0xDCAB, 0x9770, 0xDCAA, 0x9772, 0xE0DD, 0x9773, 0xE0DA, - 0x9774, 0xB975, 0x9776, 0xB976, 0x9777, 0xE0DB, 0x9778, 0xE0DC, 0x977A, 0xE4C0, 0x977B, 0xE4C5, 0x977C, 0xBBDE, 0x977D, 0xE4BF, - 0x977E, 0xE4C1, 0x977F, 0xE4C8, 0x9780, 0xE4C3, 0x9781, 0xE4C7, 0x9782, 0xE4C4, 0x9783, 0xE4C2, 0x9784, 0xE4C6, 0x9785, 0xBBDF, - 0x9788, 0xE8B3, 0x978A, 0xE8B1, 0x978B, 0xBE63, 0x978D, 0xBE62, 0x978E, 0xE8B2, 0x978F, 0xBE64, 0x9794, 0xEC56, 0x9797, 0xEC55, - 0x9798, 0xC054, 0x9799, 0xEC54, 0x979A, 0xEEFC, 0x979C, 0xEEFE, 0x979D, 0xEF41, 0x979E, 0xEF40, 0x97A0, 0xC1F9, 0x97A1, 0xEEFD, - 0x97A2, 0xF1A1, 0x97A3, 0xC2FD, 0x97A4, 0xF17D, 0x97A5, 0xF1A2, 0x97A6, 0xC2FE, 0x97A8, 0xF17B, 0x97AA, 0xF17E, 0x97AB, 0xF17C, - 0x97AC, 0xF179, 0x97AD, 0xC340, 0x97AE, 0xF17A, 0x97B3, 0xF3A1, 0x97B6, 0xF3A3, 0x97B7, 0xF3A2, 0x97B9, 0xF54A, 0x97BB, 0xF54B, - 0x97BF, 0xF670, 0x97C1, 0xC5B7, 0x97C3, 0xC5B6, 0x97C4, 0xF84F, 0x97C5, 0xF850, 0x97C6, 0xC648, 0x97C7, 0xF8D1, 0x97C9, 0xC669, - 0x97CB, 0xADB3, 0x97CC, 0xB6B4, 0x97CD, 0xE4CA, 0x97CE, 0xE4C9, 0x97CF, 0xE8B5, 0x97D0, 0xE8B4, 0x97D3, 0xC1FA, 0x97D4, 0xEF43, - 0x97D5, 0xEF42, 0x97D6, 0xF1A5, 0x97D7, 0xF1A3, 0x97D8, 0xF1A6, 0x97D9, 0xF1A4, 0x97DC, 0xC3FC, 0x97DD, 0xF3A4, 0x97DE, 0xF3A5, - 0x97DF, 0xF3A6, 0x97E1, 0xF671, 0x97E3, 0xF772, 0x97E5, 0xF8D2, 0x97ED, 0xADB4, 0x97F0, 0xEC57, 0x97F1, 0xEF44, 0x97F3, 0xADB5, - 0x97F6, 0xBBE0, 0x97F8, 0xEC58, 0x97F9, 0xC341, 0x97FA, 0xF1A7, 0x97FB, 0xC3FD, 0x97FD, 0xF54C, 0x97FE, 0xF54D, 0x97FF, 0xC554, - 0x9800, 0xF851, 0x9801, 0xADB6, 0x9802, 0xB3BB, 0x9803, 0xB3BC, 0x9804, 0xD84E, 0x9805, 0xB6B5, 0x9806, 0xB6B6, 0x9807, 0xDCAC, - 0x9808, 0xB6B7, 0x980A, 0xB97A, 0x980C, 0xB97C, 0x980D, 0xE0DF, 0x980E, 0xE0E0, 0x980F, 0xE0DE, 0x9810, 0xB977, 0x9811, 0xB978, - 0x9812, 0xB97B, 0x9813, 0xB979, 0x9816, 0xE4CB, 0x9817, 0xBBE1, 0x9818, 0xBBE2, 0x981B, 0xE8BC, 0x981C, 0xBE67, 0x981D, 0xE8B7, - 0x981E, 0xE8B6, 0x9820, 0xE8BB, 0x9821, 0xBE65, 0x9824, 0xC05B, 0x9826, 0xE8B8, 0x9827, 0xE8BD, 0x9828, 0xE8BA, 0x9829, 0xE8B9, - 0x982B, 0xBE66, 0x982D, 0xC059, 0x982F, 0xEC5A, 0x9830, 0xC055, 0x9832, 0xEC5B, 0x9835, 0xEC59, 0x9837, 0xC058, 0x9838, 0xC056, - 0x9839, 0xC05A, 0x983B, 0xC057, 0x9841, 0xEF45, 0x9843, 0xEF4A, 0x9844, 0xEF46, 0x9845, 0xEF49, 0x9846, 0xC1FB, 0x9848, 0xEDD4, - 0x9849, 0xEF48, 0x984A, 0xEF47, 0x984C, 0xC344, 0x984D, 0xC342, 0x984E, 0xC345, 0x984F, 0xC343, 0x9850, 0xF1A8, 0x9851, 0xF1A9, - 0x9852, 0xF1AA, 0x9853, 0xC346, 0x9857, 0xF3AA, 0x9858, 0xC440, 0x9859, 0xF3A8, 0x985B, 0xC441, 0x985C, 0xF3A7, 0x985D, 0xF3A9, - 0x985E, 0xC3FE, 0x985F, 0xF551, 0x9860, 0xF54E, 0x9862, 0xF54F, 0x9863, 0xF550, 0x9864, 0xF672, 0x9865, 0xC556, 0x9867, 0xC555, - 0x9869, 0xF774, 0x986A, 0xF773, 0x986B, 0xC5B8, 0x986F, 0xC5E3, 0x9870, 0xC649, 0x9871, 0xC660, 0x9872, 0xF958, 0x9873, 0xF9AE, - 0x9874, 0xF9AF, 0x98A8, 0xADB7, 0x98A9, 0xDCAD, 0x98AC, 0xE0E1, 0x98AD, 0xE4CC, 0x98AE, 0xE4CD, 0x98AF, 0xBBE3, 0x98B1, 0xBBE4, - 0x98B2, 0xE8BE, 0x98B3, 0xBE68, 0x98B6, 0xC1FC, 0x98B8, 0xF1AB, 0x98BA, 0xC347, 0x98BB, 0xF3AD, 0x98BC, 0xC442, 0x98BD, 0xF3AC, - 0x98BE, 0xF3AE, 0x98BF, 0xF3AB, 0x98C0, 0xF675, 0x98C1, 0xF552, 0x98C2, 0xF553, 0x98C4, 0xC4C6, 0x98C6, 0xF674, 0x98C9, 0xF673, - 0x98CB, 0xF775, 0x98CC, 0xF9B0, 0x98DB, 0xADB8, 0x98DF, 0xADB9, 0x98E2, 0xB0A7, 0x98E3, 0xD448, 0x98E5, 0xD84F, 0x98E7, 0xB6B8, - 0x98E9, 0xB6BB, 0x98EA, 0xB6B9, 0x98EB, 0xDCAE, 0x98ED, 0xB6BD, 0x98EF, 0xB6BA, 0x98F2, 0xB6BC, 0x98F4, 0xB97E, 0x98F6, 0xE0E2, - 0x98F9, 0xE0E3, 0x98FA, 0xE8C0, 0x98FC, 0xB97D, 0x98FD, 0xB9A1, 0x98FE, 0xB9A2, 0x9900, 0xE4CF, 0x9902, 0xE4CE, 0x9903, 0xBBE5, - 0x9905, 0xBBE6, 0x9907, 0xE4D0, 0x9908, 0xE8BF, 0x9909, 0xBBE8, 0x990A, 0xBE69, 0x990C, 0xBBE7, 0x9910, 0xC05C, 0x9911, 0xE8C1, - 0x9912, 0xBE6B, 0x9913, 0xBE6A, 0x9914, 0xE8C2, 0x9915, 0xE8C5, 0x9916, 0xE8C3, 0x9917, 0xE8C4, 0x9918, 0xBE6C, 0x991A, 0xC061, - 0x991B, 0xC05F, 0x991E, 0xC05E, 0x991F, 0xEC5D, 0x9921, 0xC060, 0x9924, 0xEC5C, 0x9925, 0xEF4B, 0x9927, 0xEC5E, 0x9928, 0xC05D, - 0x9929, 0xEC5F, 0x992A, 0xEF4E, 0x992B, 0xEF4C, 0x992C, 0xEF4D, 0x992D, 0xEF52, 0x992E, 0xC34B, 0x992F, 0xEF51, 0x9930, 0xEF54, - 0x9931, 0xEF53, 0x9932, 0xEF50, 0x9933, 0xEF4F, 0x9935, 0xC1FD, 0x993A, 0xF1AE, 0x993C, 0xF1AD, 0x993D, 0xC34A, 0x993E, 0xC348, - 0x993F, 0xC349, 0x9941, 0xF1AC, 0x9943, 0xF3B1, 0x9945, 0xC443, 0x9947, 0xF3B0, 0x9948, 0xF3AF, 0x9949, 0xC444, 0x994B, 0xF558, - 0x994C, 0xF557, 0x994E, 0xF555, 0x9950, 0xF554, 0x9951, 0xC4C8, 0x9952, 0xC4C7, 0x9953, 0xF559, 0x9954, 0xF776, 0x9955, 0xC5B9, - 0x9956, 0xF677, 0x9957, 0xC557, 0x9958, 0xF676, 0x9959, 0xF556, 0x995B, 0xF777, 0x995C, 0xC5E4, 0x995E, 0xC661, 0x995F, 0xF959, - 0x9961, 0xF9B1, 0x9996, 0xADBA, 0x9997, 0xD850, 0x9998, 0xEF55, 0x9999, 0xADBB, 0x999C, 0xE4D2, 0x999D, 0xE4D1, 0x999E, 0xEC60, - 0x99A1, 0xEF57, 0x99A3, 0xEF56, 0x99A5, 0xC34C, 0x99A6, 0xF3B2, 0x99A7, 0xF3B3, 0x99A8, 0xC4C9, 0x99AB, 0xF9B2, 0x99AC, 0xB0A8, - 0x99AD, 0xB6BF, 0x99AE, 0xB6BE, 0x99AF, 0xE0E4, 0x99B0, 0xE0E6, 0x99B1, 0xB9A4, 0x99B2, 0xE0E5, 0x99B3, 0xB9A3, 0x99B4, 0xB9A5, - 0x99B5, 0xE0E7, 0x99B9, 0xE4D4, 0x99BA, 0xE4D6, 0x99BB, 0xE4D5, 0x99BD, 0xE4D8, 0x99C1, 0xBBE9, 0x99C2, 0xE4D7, 0x99C3, 0xE4D3, - 0x99C7, 0xE4D9, 0x99C9, 0xE8CC, 0x99CB, 0xE8CF, 0x99CC, 0xE8D1, 0x99CD, 0xE8C7, 0x99CE, 0xE8CB, 0x99CF, 0xE8C8, 0x99D0, 0xBE6E, - 0x99D1, 0xBE71, 0x99D2, 0xBE73, 0x99D3, 0xE8C9, 0x99D4, 0xE8CA, 0x99D5, 0xBE72, 0x99D6, 0xE8CD, 0x99D7, 0xE8D0, 0x99D8, 0xE8CE, - 0x99D9, 0xBE74, 0x99DB, 0xBE70, 0x99DC, 0xE8C6, 0x99DD, 0xBE6D, 0x99DF, 0xBE6F, 0x99E2, 0xC063, 0x99E3, 0xEC66, 0x99E4, 0xEC64, - 0x99E5, 0xEC63, 0x99E7, 0xEC69, 0x99E9, 0xEC68, 0x99EA, 0xEC67, 0x99EC, 0xEC62, 0x99ED, 0xC062, 0x99EE, 0xEC61, 0x99F0, 0xEC65, - 0x99F1, 0xC064, 0x99F4, 0xEF5A, 0x99F6, 0xEF5E, 0x99F7, 0xEF5B, 0x99F8, 0xEF5D, 0x99F9, 0xEF5C, 0x99FA, 0xEF59, 0x99FB, 0xEF5F, - 0x99FC, 0xEF62, 0x99FD, 0xEF60, 0x99FE, 0xEF61, 0x99FF, 0xC240, 0x9A01, 0xC1FE, 0x9A02, 0xEF58, 0x9A03, 0xEF63, 0x9A04, 0xF1B3, - 0x9A05, 0xF1B6, 0x9A06, 0xF1B8, 0x9A07, 0xF1B7, 0x9A09, 0xF1B1, 0x9A0A, 0xF1B5, 0x9A0B, 0xF1B0, 0x9A0D, 0xF1B2, 0x9A0E, 0xC34D, - 0x9A0F, 0xF1AF, 0x9A11, 0xF1B4, 0x9A14, 0xF3C0, 0x9A15, 0xF3B5, 0x9A16, 0xC445, 0x9A19, 0xC446, 0x9A1A, 0xF3B4, 0x9A1B, 0xF3B9, - 0x9A1C, 0xF3BF, 0x9A1D, 0xF3B7, 0x9A1E, 0xF3BE, 0x9A20, 0xF3BB, 0x9A22, 0xF3BA, 0x9A23, 0xF3BD, 0x9A24, 0xF3B8, 0x9A25, 0xF3B6, - 0x9A27, 0xF3BC, 0x9A29, 0xF560, 0x9A2A, 0xF55E, 0x9A2B, 0xC4CA, 0x9A2C, 0xF55D, 0x9A2D, 0xF563, 0x9A2E, 0xF561, 0x9A30, 0xC4CB, - 0x9A31, 0xF55C, 0x9A32, 0xF55A, 0x9A34, 0xF55B, 0x9A35, 0xC4CD, 0x9A36, 0xF55F, 0x9A37, 0xC4CC, 0x9A38, 0xF562, 0x9A39, 0xF678, - 0x9A3A, 0xF67E, 0x9A3D, 0xF679, 0x9A3E, 0xC55B, 0x9A3F, 0xF6A1, 0x9A40, 0xC55A, 0x9A41, 0xF67D, 0x9A42, 0xF67C, 0x9A43, 0xC559, - 0x9A44, 0xF67B, 0x9A45, 0xC558, 0x9A46, 0xF67A, 0x9A48, 0xF77D, 0x9A49, 0xF7A1, 0x9A4A, 0xF77E, 0x9A4C, 0xF77B, 0x9A4D, 0xC5BB, - 0x9A4E, 0xF778, 0x9A4F, 0xF77C, 0x9A50, 0xF7A3, 0x9A52, 0xF7A2, 0x9A53, 0xF779, 0x9A54, 0xF77A, 0x9A55, 0xC5BA, 0x9A56, 0xF852, - 0x9A57, 0xC5E7, 0x9A59, 0xF853, 0x9A5A, 0xC5E5, 0x9A5B, 0xC5E6, 0x9A5E, 0xF8D3, 0x9A5F, 0xC64A, 0x9A60, 0xF976, 0x9A62, 0xC66A, - 0x9A64, 0xF9B3, 0x9A65, 0xC66B, 0x9A66, 0xF9B4, 0x9A67, 0xF9B5, 0x9A68, 0xF9C3, 0x9A69, 0xF9C2, 0x9A6A, 0xC67A, 0x9A6B, 0xF9CD, - 0x9AA8, 0xB0A9, 0x9AAB, 0xE0E9, 0x9AAD, 0xE0E8, 0x9AAF, 0xBBEA, 0x9AB0, 0xBBEB, 0x9AB1, 0xE4DA, 0x9AB3, 0xE8D2, 0x9AB4, 0xEC6C, - 0x9AB7, 0xBE75, 0x9AB8, 0xC065, 0x9AB9, 0xEC6A, 0x9ABB, 0xEC6D, 0x9ABC, 0xC066, 0x9ABE, 0xEF64, 0x9ABF, 0xEC6B, 0x9AC0, 0xF1B9, - 0x9AC1, 0xC34E, 0x9AC2, 0xF3C1, 0x9AC6, 0xF566, 0x9AC7, 0xF564, 0x9ACA, 0xF565, 0x9ACD, 0xF6A2, 0x9ACF, 0xC55C, 0x9AD0, 0xF7A4, - 0x9AD1, 0xC5EA, 0x9AD2, 0xC5BC, 0x9AD3, 0xC5E8, 0x9AD4, 0xC5E9, 0x9AD5, 0xF8D4, 0x9AD6, 0xC662, 0x9AD8, 0xB0AA, 0x9ADC, 0xF1BA, - 0x9ADF, 0xD449, 0x9AE1, 0xB9A6, 0x9AE3, 0xE4DB, 0x9AE6, 0xBBEC, 0x9AE7, 0xE4DC, 0x9AEB, 0xE8D4, 0x9AEC, 0xE8D3, 0x9AED, 0xC068, - 0x9AEE, 0xBE76, 0x9AEF, 0xBE77, 0x9AF1, 0xE8D7, 0x9AF2, 0xE8D6, 0x9AF3, 0xE8D5, 0x9AF6, 0xEC6E, 0x9AF7, 0xEC71, 0x9AF9, 0xEC70, - 0x9AFA, 0xEC6F, 0x9AFB, 0xC067, 0x9AFC, 0xEF68, 0x9AFD, 0xEF66, 0x9AFE, 0xEF65, 0x9B01, 0xEF67, 0x9B03, 0xC34F, 0x9B04, 0xF1BC, - 0x9B05, 0xF1BD, 0x9B06, 0xC350, 0x9B08, 0xF1BB, 0x9B0A, 0xF3C3, 0x9B0B, 0xF3C2, 0x9B0C, 0xF3C5, 0x9B0D, 0xC447, 0x9B0E, 0xF3C4, - 0x9B10, 0xF567, 0x9B11, 0xF569, 0x9B12, 0xF568, 0x9B15, 0xF6A3, 0x9B16, 0xF6A6, 0x9B17, 0xF6A4, 0x9B18, 0xF6A5, 0x9B19, 0xF7A5, - 0x9B1A, 0xC5BD, 0x9B1E, 0xF854, 0x9B1F, 0xF855, 0x9B20, 0xF856, 0x9B22, 0xC64B, 0x9B23, 0xC663, 0x9B24, 0xF9B6, 0x9B25, 0xB0AB, - 0x9B27, 0xBE78, 0x9B28, 0xC069, 0x9B29, 0xF1BE, 0x9B2B, 0xF7A6, 0x9B2E, 0xF9C4, 0x9B2F, 0xD44A, 0x9B31, 0xC67B, 0x9B32, 0xB0AC, - 0x9B33, 0xEC72, 0x9B35, 0xF1BF, 0x9B37, 0xF3C6, 0x9B3A, 0xF6A7, 0x9B3B, 0xF7A7, 0x9B3C, 0xB0AD, 0x9B3E, 0xE4DD, 0x9B3F, 0xE4DE, - 0x9B41, 0xBBED, 0x9B42, 0xBBEE, 0x9B43, 0xE8D9, 0x9B44, 0xBE7A, 0x9B45, 0xBE79, 0x9B46, 0xE8D8, 0x9B48, 0xEF69, 0x9B4A, 0xF1C0, - 0x9B4B, 0xF1C2, 0x9B4C, 0xF1C1, 0x9B4D, 0xC353, 0x9B4E, 0xC352, 0x9B4F, 0xC351, 0x9B51, 0xC55E, 0x9B52, 0xF6A8, 0x9B54, 0xC55D, - 0x9B55, 0xF7A9, 0x9B56, 0xF7A8, 0x9B58, 0xC64C, 0x9B59, 0xF8D5, 0x9B5A, 0xB3BD, 0x9B5B, 0xE0EA, 0x9B5F, 0xE4E1, 0x9B60, 0xE4DF, - 0x9B61, 0xE4E0, 0x9B64, 0xE8E2, 0x9B66, 0xE8DD, 0x9B67, 0xE8DA, 0x9B68, 0xE8E1, 0x9B6C, 0xE8E3, 0x9B6F, 0xBE7C, 0x9B70, 0xE8E0, - 0x9B71, 0xE8DC, 0x9B74, 0xE8DB, 0x9B75, 0xE8DF, 0x9B76, 0xE8DE, 0x9B77, 0xBE7B, 0x9B7A, 0xEC7D, 0x9B7B, 0xEC78, 0x9B7C, 0xEC76, - 0x9B7D, 0xECA1, 0x9B7E, 0xEC77, 0x9B80, 0xEC73, 0x9B82, 0xEC79, 0x9B85, 0xEC74, 0x9B86, 0xEF72, 0x9B87, 0xEC75, 0x9B88, 0xECA2, - 0x9B90, 0xEC7C, 0x9B91, 0xC06A, 0x9B92, 0xEC7B, 0x9B93, 0xEC7A, 0x9B95, 0xEC7E, 0x9B9A, 0xEF6A, 0x9B9B, 0xEF6D, 0x9B9E, 0xEF6C, - 0x9BA0, 0xEF74, 0x9BA1, 0xEF6F, 0x9BA2, 0xEF73, 0x9BA4, 0xEF71, 0x9BA5, 0xEF70, 0x9BA6, 0xEF6E, 0x9BA8, 0xEF6B, 0x9BAA, 0xC243, - 0x9BAB, 0xC242, 0x9BAD, 0xC244, 0x9BAE, 0xC241, 0x9BAF, 0xEF75, 0x9BB5, 0xF1C8, 0x9BB6, 0xF1CB, 0x9BB8, 0xF1C9, 0x9BB9, 0xF1CD, - 0x9BBD, 0xF1CE, 0x9BBF, 0xF1C6, 0x9BC0, 0xC358, 0x9BC1, 0xF1C7, 0x9BC3, 0xF1C5, 0x9BC4, 0xF1CC, 0x9BC6, 0xF1C4, 0x9BC7, 0xF1C3, - 0x9BC8, 0xC357, 0x9BC9, 0xC355, 0x9BCA, 0xC354, 0x9BD3, 0xF1CA, 0x9BD4, 0xF3CF, 0x9BD5, 0xF3D5, 0x9BD6, 0xC44A, 0x9BD7, 0xF3D0, - 0x9BD9, 0xF3D3, 0x9BDA, 0xF3D7, 0x9BDB, 0xC44B, 0x9BDC, 0xF3D2, 0x9BDE, 0xF3CA, 0x9BE0, 0xF3C9, 0x9BE1, 0xF3D6, 0x9BE2, 0xF3CD, - 0x9BE4, 0xF3CB, 0x9BE5, 0xF3D4, 0x9BE6, 0xF3CC, 0x9BE7, 0xC449, 0x9BE8, 0xC448, 0x9BEA, 0xF3C7, 0x9BEB, 0xF3C8, 0x9BEC, 0xF3D1, - 0x9BF0, 0xF3CE, 0x9BF7, 0xF56C, 0x9BF8, 0xF56F, 0x9BFD, 0xC356, 0x9C05, 0xF56D, 0x9C06, 0xF573, 0x9C07, 0xF571, 0x9C08, 0xF56B, - 0x9C09, 0xF576, 0x9C0B, 0xF56A, 0x9C0D, 0xC4CF, 0x9C0E, 0xF572, 0x9C12, 0xF56E, 0x9C13, 0xC4CE, 0x9C14, 0xF575, 0x9C17, 0xF574, - 0x9C1C, 0xF6AB, 0x9C1D, 0xF6AA, 0x9C21, 0xF6B1, 0x9C23, 0xF6AD, 0x9C24, 0xF6B0, 0x9C25, 0xC560, 0x9C28, 0xF6AE, 0x9C29, 0xF6AF, - 0x9C2B, 0xF6A9, 0x9C2C, 0xF6AC, 0x9C2D, 0xC55F, 0x9C31, 0xC5BF, 0x9C32, 0xF7B4, 0x9C33, 0xF7AF, 0x9C34, 0xF7B3, 0x9C36, 0xF7B6, - 0x9C37, 0xF7B2, 0x9C39, 0xF7AE, 0x9C3B, 0xC5C1, 0x9C3C, 0xF7B1, 0x9C3D, 0xF7B5, 0x9C3E, 0xC5C0, 0x9C3F, 0xF7AC, 0x9C40, 0xF570, - 0x9C41, 0xF7B0, 0x9C44, 0xF7AD, 0x9C46, 0xF7AA, 0x9C48, 0xF7AB, 0x9C49, 0xC5BE, 0x9C4A, 0xF85A, 0x9C4B, 0xF85C, 0x9C4C, 0xF85F, - 0x9C4D, 0xF85B, 0x9C4E, 0xF860, 0x9C50, 0xF859, 0x9C52, 0xF857, 0x9C54, 0xC5EB, 0x9C55, 0xF85D, 0x9C56, 0xC5ED, 0x9C57, 0xC5EC, - 0x9C58, 0xF858, 0x9C59, 0xF85E, 0x9C5E, 0xF8DA, 0x9C5F, 0xC64D, 0x9C60, 0xF8DB, 0x9C62, 0xF8D9, 0x9C63, 0xF8D6, 0x9C66, 0xF8D8, - 0x9C67, 0xF8D7, 0x9C68, 0xF95A, 0x9C6D, 0xF95C, 0x9C6E, 0xF95B, 0x9C71, 0xF979, 0x9C73, 0xF978, 0x9C74, 0xF977, 0x9C75, 0xF97A, - 0x9C77, 0xC673, 0x9C78, 0xC674, 0x9C79, 0xF9CA, 0x9C7A, 0xF9CE, 0x9CE5, 0xB3BE, 0x9CE6, 0xDCAF, 0x9CE7, 0xE0ED, 0x9CE9, 0xB9A7, - 0x9CEA, 0xE0EB, 0x9CED, 0xE0EC, 0x9CF1, 0xE4E2, 0x9CF2, 0xE4E3, 0x9CF3, 0xBBF1, 0x9CF4, 0xBBEF, 0x9CF5, 0xE4E4, 0x9CF6, 0xBBF0, - 0x9CF7, 0xE8E8, 0x9CF9, 0xE8EB, 0x9CFA, 0xE8E5, 0x9CFB, 0xE8EC, 0x9CFC, 0xE8E4, 0x9CFD, 0xE8E6, 0x9CFF, 0xE8E7, 0x9D00, 0xE8EA, - 0x9D03, 0xBEA1, 0x9D04, 0xE8EF, 0x9D05, 0xE8EE, 0x9D06, 0xBE7D, 0x9D07, 0xE8E9, 0x9D08, 0xE8ED, 0x9D09, 0xBE7E, 0x9D10, 0xECAC, - 0x9D12, 0xC06F, 0x9D14, 0xECA7, 0x9D15, 0xC06B, 0x9D17, 0xECA4, 0x9D18, 0xECAA, 0x9D19, 0xECAD, 0x9D1B, 0xC070, 0x9D1D, 0xECA9, - 0x9D1E, 0xECA6, 0x9D1F, 0xECAE, 0x9D20, 0xECA5, 0x9D22, 0xECAB, 0x9D23, 0xC06C, 0x9D25, 0xECA3, 0x9D26, 0xC06D, 0x9D28, 0xC06E, - 0x9D29, 0xECA8, 0x9D2D, 0xEFA9, 0x9D2E, 0xEF7A, 0x9D2F, 0xEF7B, 0x9D30, 0xEF7E, 0x9D31, 0xEF7C, 0x9D33, 0xEF76, 0x9D36, 0xEF79, - 0x9D37, 0xEFA5, 0x9D38, 0xEF7D, 0x9D3B, 0xC245, 0x9D3D, 0xEFA7, 0x9D3E, 0xEFA4, 0x9D3F, 0xC246, 0x9D40, 0xEFA6, 0x9D41, 0xEF77, - 0x9D42, 0xEFA2, 0x9D43, 0xEFA3, 0x9D45, 0xEFA1, 0x9D4A, 0xF1D2, 0x9D4B, 0xF1D4, 0x9D4C, 0xF1D7, 0x9D4F, 0xF1D1, 0x9D51, 0xC359, - 0x9D52, 0xF1D9, 0x9D53, 0xF1D0, 0x9D54, 0xF1DA, 0x9D56, 0xF1D6, 0x9D57, 0xF1D8, 0x9D58, 0xF1DC, 0x9D59, 0xF1D5, 0x9D5A, 0xF1DD, - 0x9D5B, 0xF1D3, 0x9D5C, 0xF1CF, 0x9D5D, 0xC35A, 0x9D5F, 0xF1DB, 0x9D60, 0xC35B, 0x9D61, 0xC44D, 0x9D67, 0xEF78, 0x9D68, 0xF3F1, - 0x9D69, 0xF3E8, 0x9D6A, 0xC44F, 0x9D6B, 0xF3E4, 0x9D6C, 0xC450, 0x9D6F, 0xF3ED, 0x9D70, 0xF3E7, 0x9D71, 0xF3DD, 0x9D72, 0xC44E, - 0x9D73, 0xF3EA, 0x9D74, 0xF3E5, 0x9D75, 0xF3E6, 0x9D77, 0xF3D8, 0x9D78, 0xF3DF, 0x9D79, 0xF3EE, 0x9D7B, 0xF3EB, 0x9D7D, 0xF3E3, - 0x9D7F, 0xF3EF, 0x9D80, 0xF3DE, 0x9D81, 0xF3D9, 0x9D82, 0xF3EC, 0x9D84, 0xF3DB, 0x9D85, 0xF3E9, 0x9D86, 0xF3E0, 0x9D87, 0xF3F0, - 0x9D88, 0xF3DC, 0x9D89, 0xC44C, 0x9D8A, 0xF3DA, 0x9D8B, 0xF3E1, 0x9D8C, 0xF3E2, 0x9D90, 0xF57D, 0x9D92, 0xF57B, 0x9D94, 0xF5A2, - 0x9D96, 0xF5AE, 0x9D97, 0xF5A5, 0x9D98, 0xF57C, 0x9D99, 0xF578, 0x9D9A, 0xF5A7, 0x9D9B, 0xF57E, 0x9D9C, 0xF5A3, 0x9D9D, 0xF57A, - 0x9D9E, 0xF5AA, 0x9D9F, 0xF577, 0x9DA0, 0xF5A1, 0x9DA1, 0xF5A6, 0x9DA2, 0xF5A8, 0x9DA3, 0xF5AB, 0x9DA4, 0xF579, 0x9DA6, 0xF5AF, - 0x9DA7, 0xF5B0, 0x9DA8, 0xF5A9, 0x9DA9, 0xF5AD, 0x9DAA, 0xF5A4, 0x9DAC, 0xF6C1, 0x9DAD, 0xF6C4, 0x9DAF, 0xC561, 0x9DB1, 0xF6C3, - 0x9DB2, 0xF6C8, 0x9DB3, 0xF6C6, 0x9DB4, 0xC562, 0x9DB5, 0xF6BD, 0x9DB6, 0xF6B3, 0x9DB7, 0xF6B2, 0x9DB8, 0xC564, 0x9DB9, 0xF6BF, - 0x9DBA, 0xF6C0, 0x9DBB, 0xF6BC, 0x9DBC, 0xF6B4, 0x9DBE, 0xF6B9, 0x9DBF, 0xF5AC, 0x9DC1, 0xF6B5, 0x9DC2, 0xC563, 0x9DC3, 0xF6BB, - 0x9DC5, 0xF6BA, 0x9DC7, 0xF6B6, 0x9DC8, 0xF6C2, 0x9DCA, 0xF6B7, 0x9DCB, 0xF7BB, 0x9DCC, 0xF6C5, 0x9DCD, 0xF6C7, 0x9DCE, 0xF6BE, - 0x9DCF, 0xF6B8, 0x9DD0, 0xF7BC, 0x9DD1, 0xF7BE, 0x9DD2, 0xF7B8, 0x9DD3, 0xC5C2, 0x9DD5, 0xF7C5, 0x9DD6, 0xF7C3, 0x9DD7, 0xC5C3, - 0x9DD8, 0xF7C2, 0x9DD9, 0xF7C1, 0x9DDA, 0xF7BA, 0x9DDB, 0xF7B7, 0x9DDC, 0xF7BD, 0x9DDD, 0xF7C6, 0x9DDE, 0xF7B9, 0x9DDF, 0xF7BF, - 0x9DE1, 0xF869, 0x9DE2, 0xF86E, 0x9DE3, 0xF864, 0x9DE4, 0xF867, 0x9DE5, 0xC5EE, 0x9DE6, 0xF86B, 0x9DE8, 0xF872, 0x9DE9, 0xF7C0, - 0x9DEB, 0xF865, 0x9DEC, 0xF86F, 0x9DED, 0xF873, 0x9DEE, 0xF86A, 0x9DEF, 0xF863, 0x9DF0, 0xF86D, 0x9DF2, 0xF86C, 0x9DF3, 0xF871, - 0x9DF4, 0xF870, 0x9DF5, 0xF7C4, 0x9DF6, 0xF868, 0x9DF7, 0xF862, 0x9DF8, 0xF866, 0x9DF9, 0xC64E, 0x9DFA, 0xC64F, 0x9DFB, 0xF861, - 0x9DFD, 0xF8E6, 0x9DFE, 0xF8DD, 0x9DFF, 0xF8E5, 0x9E00, 0xF8E2, 0x9E01, 0xF8E3, 0x9E02, 0xF8DC, 0x9E03, 0xF8DF, 0x9E04, 0xF8E7, - 0x9E05, 0xF8E1, 0x9E06, 0xF8E0, 0x9E07, 0xF8DE, 0x9E09, 0xF8E4, 0x9E0B, 0xF95D, 0x9E0D, 0xF95E, 0x9E0F, 0xF960, 0x9E10, 0xF95F, - 0x9E11, 0xF962, 0x9E12, 0xF961, 0x9E13, 0xF97C, 0x9E14, 0xF97B, 0x9E15, 0xF9B7, 0x9E17, 0xF9B8, 0x9E19, 0xF9C5, 0x9E1A, 0xC678, - 0x9E1B, 0xC67C, 0x9E1D, 0xF9CF, 0x9E1E, 0xC67D, 0x9E75, 0xB3BF, 0x9E79, 0xC4D0, 0x9E7A, 0xF6C9, 0x9E7C, 0xC650, 0x9E7D, 0xC651, - 0x9E7F, 0xB3C0, 0x9E80, 0xE0EE, 0x9E82, 0xB9A8, 0x9E83, 0xE8F0, 0x9E86, 0xECB0, 0x9E87, 0xECB1, 0x9E88, 0xECAF, 0x9E89, 0xEFAB, - 0x9E8A, 0xEFAA, 0x9E8B, 0xC247, 0x9E8C, 0xF1DF, 0x9E8D, 0xEFAC, 0x9E8E, 0xF1DE, 0x9E91, 0xF3F3, 0x9E92, 0xC451, 0x9E93, 0xC453, - 0x9E94, 0xF3F2, 0x9E97, 0xC452, 0x9E99, 0xF5B1, 0x9E9A, 0xF5B3, 0x9E9B, 0xF5B2, 0x9E9C, 0xF6CA, 0x9E9D, 0xC565, 0x9E9F, 0xC5EF, - 0x9EA0, 0xF8E8, 0x9EA1, 0xF963, 0x9EA4, 0xF9D2, 0x9EA5, 0xB3C1, 0x9EA7, 0xE4E5, 0x9EA9, 0xBEA2, 0x9EAD, 0xECB3, 0x9EAE, 0xECB2, - 0x9EB0, 0xEFAD, 0x9EB4, 0xC454, 0x9EB5, 0xC4D1, 0x9EB6, 0xF7C7, 0x9EB7, 0xF9CB, 0x9EBB, 0xB3C2, 0x9EBC, 0xBBF2, 0x9EBE, 0xBEA3, - 0x9EC0, 0xF3F4, 0x9EC2, 0xF874, 0x9EC3, 0xB6C0, 0x9EC8, 0xEFAE, 0x9ECC, 0xC664, 0x9ECD, 0xB6C1, 0x9ECE, 0xBEA4, 0x9ECF, 0xC248, - 0x9ED0, 0xF875, 0x9ED1, 0xB6C2, 0x9ED3, 0xE8F1, 0x9ED4, 0xC072, 0x9ED5, 0xECB4, 0x9ED6, 0xECB5, 0x9ED8, 0xC071, 0x9EDA, 0xEFAF, - 0x9EDB, 0xC24C, 0x9EDC, 0xC24A, 0x9EDD, 0xC24B, 0x9EDE, 0xC249, 0x9EDF, 0xF1E0, 0x9EE0, 0xC35C, 0x9EE4, 0xF5B5, 0x9EE5, 0xF5B4, - 0x9EE6, 0xF5B7, 0x9EE7, 0xF5B6, 0x9EE8, 0xC4D2, 0x9EEB, 0xF6CB, 0x9EED, 0xF6CD, 0x9EEE, 0xF6CC, 0x9EEF, 0xC566, 0x9EF0, 0xF7C8, - 0x9EF2, 0xF876, 0x9EF3, 0xF877, 0x9EF4, 0xC5F0, 0x9EF5, 0xF964, 0x9EF6, 0xF97D, 0x9EF7, 0xC675, 0x9EF9, 0xDCB0, 0x9EFA, 0xECB6, - 0x9EFB, 0xEFB0, 0x9EFC, 0xF3F5, 0x9EFD, 0xE0EF, 0x9EFF, 0xEFB1, 0x9F00, 0xF1E2, 0x9F01, 0xF1E1, 0x9F06, 0xF878, 0x9F07, 0xC652, - 0x9F09, 0xF965, 0x9F0A, 0xF97E, 0x9F0E, 0xB9A9, 0x9F0F, 0xE8F2, 0x9F10, 0xE8F3, 0x9F12, 0xECB7, 0x9F13, 0xB9AA, 0x9F15, 0xC35D, - 0x9F16, 0xF1E3, 0x9F18, 0xF6CF, 0x9F19, 0xC567, 0x9F1A, 0xF6D0, 0x9F1B, 0xF6CE, 0x9F1C, 0xF879, 0x9F1E, 0xF8E9, 0x9F20, 0xB9AB, - 0x9F22, 0xEFB4, 0x9F23, 0xEFB3, 0x9F24, 0xEFB2, 0x9F25, 0xF1E4, 0x9F28, 0xF1E8, 0x9F29, 0xF1E7, 0x9F2A, 0xF1E6, 0x9F2B, 0xF1E5, - 0x9F2C, 0xC35E, 0x9F2D, 0xF3F6, 0x9F2E, 0xF5B9, 0x9F2F, 0xC4D3, 0x9F30, 0xF5B8, 0x9F31, 0xF6D1, 0x9F32, 0xF7CB, 0x9F33, 0xF7CA, - 0x9F34, 0xC5C4, 0x9F35, 0xF7C9, 0x9F36, 0xF87C, 0x9F37, 0xF87B, 0x9F38, 0xF87A, 0x9F3B, 0xBBF3, 0x9F3D, 0xECB8, 0x9F3E, 0xC24D, - 0x9F40, 0xF3F7, 0x9F41, 0xF3F8, 0x9F42, 0xF7CC, 0x9F43, 0xF87D, 0x9F46, 0xF8EA, 0x9F47, 0xF966, 0x9F48, 0xF9B9, 0x9F49, 0xF9D4, - 0x9F4A, 0xBBF4, 0x9F4B, 0xC24E, 0x9F4C, 0xF1E9, 0x9F4D, 0xF3F9, 0x9F4E, 0xF6D2, 0x9F4F, 0xF87E, 0x9F52, 0xBEA6, 0x9F54, 0xEFB5, - 0x9F55, 0xF1EA, 0x9F56, 0xF3FA, 0x9F57, 0xF3FB, 0x9F58, 0xF3FC, 0x9F59, 0xF5BE, 0x9F5B, 0xF5BA, 0x9F5C, 0xC568, 0x9F5D, 0xF5BD, - 0x9F5E, 0xF5BC, 0x9F5F, 0xC4D4, 0x9F60, 0xF5BB, 0x9F61, 0xC4D6, 0x9F63, 0xC4D5, 0x9F64, 0xF6D4, 0x9F65, 0xF6D3, 0x9F66, 0xC569, - 0x9F67, 0xC56A, 0x9F6A, 0xC5C6, 0x9F6B, 0xF7CD, 0x9F6C, 0xC5C5, 0x9F6E, 0xF8A3, 0x9F6F, 0xF8A4, 0x9F70, 0xF8A2, 0x9F71, 0xF8A1, - 0x9F72, 0xC654, 0x9F74, 0xF8EB, 0x9F75, 0xF8EC, 0x9F76, 0xF8ED, 0x9F77, 0xC653, 0x9F78, 0xF967, 0x9F79, 0xF96A, 0x9F7A, 0xF969, - 0x9F7B, 0xF968, 0x9F7E, 0xF9D3, 0x9F8D, 0xC073, 0x9F90, 0xC365, 0x9F91, 0xF5BF, 0x9F92, 0xF6D5, 0x9F94, 0xC5C7, 0x9F95, 0xF7CE, - 0x9F98, 0xF9D5, 0x9F9C, 0xC074, 0x9FA0, 0xEFB6, 0x9FA2, 0xF7CF, 0x9FA4, 0xF9A1, 0xFA0C, 0xC94A, 0xFA0D, 0xDDFC, 0xFE30, 0xA14A, - 0xFE31, 0xA157, 0xFE33, 0xA159, 0xFE34, 0xA15B, 0xFE35, 0xA15F, 0xFE36, 0xA160, 0xFE37, 0xA163, 0xFE38, 0xA164, 0xFE39, 0xA167, - 0xFE3A, 0xA168, 0xFE3B, 0xA16B, 0xFE3C, 0xA16C, 0xFE3D, 0xA16F, 0xFE3E, 0xA170, 0xFE3F, 0xA173, 0xFE40, 0xA174, 0xFE41, 0xA177, - 0xFE42, 0xA178, 0xFE43, 0xA17B, 0xFE44, 0xA17C, 0xFE49, 0xA1C6, 0xFE4A, 0xA1C7, 0xFE4B, 0xA1CA, 0xFE4C, 0xA1CB, 0xFE4D, 0xA1C8, - 0xFE4E, 0xA1C9, 0xFE4F, 0xA15C, 0xFE50, 0xA14D, 0xFE51, 0xA14E, 0xFE52, 0xA14F, 0xFE54, 0xA151, 0xFE55, 0xA152, 0xFE56, 0xA153, - 0xFE57, 0xA154, 0xFE59, 0xA17D, 0xFE5A, 0xA17E, 0xFE5B, 0xA1A1, 0xFE5C, 0xA1A2, 0xFE5D, 0xA1A3, 0xFE5E, 0xA1A4, 0xFE5F, 0xA1CC, - 0xFE60, 0xA1CD, 0xFE61, 0xA1CE, 0xFE62, 0xA1DE, 0xFE63, 0xA1DF, 0xFE64, 0xA1E0, 0xFE65, 0xA1E1, 0xFE66, 0xA1E2, 0xFE68, 0xA242, - 0xFE69, 0xA24C, 0xFE6A, 0xA24D, 0xFE6B, 0xA24E, 0xFF01, 0xA149, 0xFF03, 0xA1AD, 0xFF04, 0xA243, 0xFF05, 0xA248, 0xFF06, 0xA1AE, - 0xFF08, 0xA15D, 0xFF09, 0xA15E, 0xFF0A, 0xA1AF, 0xFF0B, 0xA1CF, 0xFF0C, 0xA141, 0xFF0D, 0xA1D0, 0xFF0E, 0xA144, 0xFF0F, 0xA1FE, - 0xFF10, 0xA2AF, 0xFF11, 0xA2B0, 0xFF12, 0xA2B1, 0xFF13, 0xA2B2, 0xFF14, 0xA2B3, 0xFF15, 0xA2B4, 0xFF16, 0xA2B5, 0xFF17, 0xA2B6, - 0xFF18, 0xA2B7, 0xFF19, 0xA2B8, 0xFF1A, 0xA147, 0xFF1B, 0xA146, 0xFF1C, 0xA1D5, 0xFF1D, 0xA1D7, 0xFF1E, 0xA1D6, 0xFF1F, 0xA148, - 0xFF20, 0xA249, 0xFF21, 0xA2CF, 0xFF22, 0xA2D0, 0xFF23, 0xA2D1, 0xFF24, 0xA2D2, 0xFF25, 0xA2D3, 0xFF26, 0xA2D4, 0xFF27, 0xA2D5, - 0xFF28, 0xA2D6, 0xFF29, 0xA2D7, 0xFF2A, 0xA2D8, 0xFF2B, 0xA2D9, 0xFF2C, 0xA2DA, 0xFF2D, 0xA2DB, 0xFF2E, 0xA2DC, 0xFF2F, 0xA2DD, - 0xFF30, 0xA2DE, 0xFF31, 0xA2DF, 0xFF32, 0xA2E0, 0xFF33, 0xA2E1, 0xFF34, 0xA2E2, 0xFF35, 0xA2E3, 0xFF36, 0xA2E4, 0xFF37, 0xA2E5, - 0xFF38, 0xA2E6, 0xFF39, 0xA2E7, 0xFF3A, 0xA2E8, 0xFF3C, 0xA240, 0xFF3F, 0xA1C4, 0xFF41, 0xA2E9, 0xFF42, 0xA2EA, 0xFF43, 0xA2EB, - 0xFF44, 0xA2EC, 0xFF45, 0xA2ED, 0xFF46, 0xA2EE, 0xFF47, 0xA2EF, 0xFF48, 0xA2F0, 0xFF49, 0xA2F1, 0xFF4A, 0xA2F2, 0xFF4B, 0xA2F3, - 0xFF4C, 0xA2F4, 0xFF4D, 0xA2F5, 0xFF4E, 0xA2F6, 0xFF4F, 0xA2F7, 0xFF50, 0xA2F8, 0xFF51, 0xA2F9, 0xFF52, 0xA2FA, 0xFF53, 0xA2FB, - 0xFF54, 0xA2FC, 0xFF55, 0xA2FD, 0xFF56, 0xA2FE, 0xFF57, 0xA340, 0xFF58, 0xA341, 0xFF59, 0xA342, 0xFF5A, 0xA343, 0xFF5B, 0xA161, - 0xFF5C, 0xA155, 0xFF5D, 0xA162, 0xFF5E, 0xA1E3, 0xFFE0, 0xA246, 0xFFE1, 0xA247, 0xFFE3, 0xA1C3, 0xFFE5, 0xA244, 0, 0 -}; - -static const WCHAR oem2uni950[] = { /* Big5 --> Unicode pairs */ - 0xA140, 0x3000, 0xA141, 0xFF0C, 0xA142, 0x3001, 0xA143, 0x3002, 0xA144, 0xFF0E, 0xA145, 0x2027, 0xA146, 0xFF1B, 0xA147, 0xFF1A, - 0xA148, 0xFF1F, 0xA149, 0xFF01, 0xA14A, 0xFE30, 0xA14B, 0x2026, 0xA14C, 0x2025, 0xA14D, 0xFE50, 0xA14E, 0xFE51, 0xA14F, 0xFE52, - 0xA150, 0x00B7, 0xA151, 0xFE54, 0xA152, 0xFE55, 0xA153, 0xFE56, 0xA154, 0xFE57, 0xA155, 0xFF5C, 0xA156, 0x2013, 0xA157, 0xFE31, - 0xA158, 0x2014, 0xA159, 0xFE33, 0xA15A, 0x2574, 0xA15B, 0xFE34, 0xA15C, 0xFE4F, 0xA15D, 0xFF08, 0xA15E, 0xFF09, 0xA15F, 0xFE35, - 0xA160, 0xFE36, 0xA161, 0xFF5B, 0xA162, 0xFF5D, 0xA163, 0xFE37, 0xA164, 0xFE38, 0xA165, 0x3014, 0xA166, 0x3015, 0xA167, 0xFE39, - 0xA168, 0xFE3A, 0xA169, 0x3010, 0xA16A, 0x3011, 0xA16B, 0xFE3B, 0xA16C, 0xFE3C, 0xA16D, 0x300A, 0xA16E, 0x300B, 0xA16F, 0xFE3D, - 0xA170, 0xFE3E, 0xA171, 0x3008, 0xA172, 0x3009, 0xA173, 0xFE3F, 0xA174, 0xFE40, 0xA175, 0x300C, 0xA176, 0x300D, 0xA177, 0xFE41, - 0xA178, 0xFE42, 0xA179, 0x300E, 0xA17A, 0x300F, 0xA17B, 0xFE43, 0xA17C, 0xFE44, 0xA17D, 0xFE59, 0xA17E, 0xFE5A, 0xA1A1, 0xFE5B, - 0xA1A2, 0xFE5C, 0xA1A3, 0xFE5D, 0xA1A4, 0xFE5E, 0xA1A5, 0x2018, 0xA1A6, 0x2019, 0xA1A7, 0x201C, 0xA1A8, 0x201D, 0xA1A9, 0x301D, - 0xA1AA, 0x301E, 0xA1AB, 0x2035, 0xA1AC, 0x2032, 0xA1AD, 0xFF03, 0xA1AE, 0xFF06, 0xA1AF, 0xFF0A, 0xA1B0, 0x203B, 0xA1B1, 0x00A7, - 0xA1B2, 0x3003, 0xA1B3, 0x25CB, 0xA1B4, 0x25CF, 0xA1B5, 0x25B3, 0xA1B6, 0x25B2, 0xA1B7, 0x25CE, 0xA1B8, 0x2606, 0xA1B9, 0x2605, - 0xA1BA, 0x25C7, 0xA1BB, 0x25C6, 0xA1BC, 0x25A1, 0xA1BD, 0x25A0, 0xA1BE, 0x25BD, 0xA1BF, 0x25BC, 0xA1C0, 0x32A3, 0xA1C1, 0x2105, - 0xA1C2, 0x00AF, 0xA1C3, 0xFFE3, 0xA1C4, 0xFF3F, 0xA1C5, 0x02CD, 0xA1C6, 0xFE49, 0xA1C7, 0xFE4A, 0xA1C8, 0xFE4D, 0xA1C9, 0xFE4E, - 0xA1CA, 0xFE4B, 0xA1CB, 0xFE4C, 0xA1CC, 0xFE5F, 0xA1CD, 0xFE60, 0xA1CE, 0xFE61, 0xA1CF, 0xFF0B, 0xA1D0, 0xFF0D, 0xA1D1, 0x00D7, - 0xA1D2, 0x00F7, 0xA1D3, 0x00B1, 0xA1D4, 0x221A, 0xA1D5, 0xFF1C, 0xA1D6, 0xFF1E, 0xA1D7, 0xFF1D, 0xA1D8, 0x2266, 0xA1D9, 0x2267, - 0xA1DA, 0x2260, 0xA1DB, 0x221E, 0xA1DC, 0x2252, 0xA1DD, 0x2261, 0xA1DE, 0xFE62, 0xA1DF, 0xFE63, 0xA1E0, 0xFE64, 0xA1E1, 0xFE65, - 0xA1E2, 0xFE66, 0xA1E3, 0xFF5E, 0xA1E4, 0x2229, 0xA1E5, 0x222A, 0xA1E6, 0x22A5, 0xA1E7, 0x2220, 0xA1E8, 0x221F, 0xA1E9, 0x22BF, - 0xA1EA, 0x33D2, 0xA1EB, 0x33D1, 0xA1EC, 0x222B, 0xA1ED, 0x222E, 0xA1EE, 0x2235, 0xA1EF, 0x2234, 0xA1F0, 0x2640, 0xA1F1, 0x2642, - 0xA1F2, 0x2295, 0xA1F3, 0x2299, 0xA1F4, 0x2191, 0xA1F5, 0x2193, 0xA1F6, 0x2190, 0xA1F7, 0x2192, 0xA1F8, 0x2196, 0xA1F9, 0x2197, - 0xA1FA, 0x2199, 0xA1FB, 0x2198, 0xA1FC, 0x2225, 0xA1FD, 0x2223, 0xA1FE, 0xFF0F, 0xA240, 0xFF3C, 0xA241, 0x2215, 0xA242, 0xFE68, - 0xA243, 0xFF04, 0xA244, 0xFFE5, 0xA245, 0x3012, 0xA246, 0xFFE0, 0xA247, 0xFFE1, 0xA248, 0xFF05, 0xA249, 0xFF20, 0xA24A, 0x2103, - 0xA24B, 0x2109, 0xA24C, 0xFE69, 0xA24D, 0xFE6A, 0xA24E, 0xFE6B, 0xA24F, 0x33D5, 0xA250, 0x339C, 0xA251, 0x339D, 0xA252, 0x339E, - 0xA253, 0x33CE, 0xA254, 0x33A1, 0xA255, 0x338E, 0xA256, 0x338F, 0xA257, 0x33C4, 0xA258, 0x00B0, 0xA259, 0x5159, 0xA25A, 0x515B, - 0xA25B, 0x515E, 0xA25C, 0x515D, 0xA25D, 0x5161, 0xA25E, 0x5163, 0xA25F, 0x55E7, 0xA260, 0x74E9, 0xA261, 0x7CCE, 0xA262, 0x2581, - 0xA263, 0x2582, 0xA264, 0x2583, 0xA265, 0x2584, 0xA266, 0x2585, 0xA267, 0x2586, 0xA268, 0x2587, 0xA269, 0x2588, 0xA26A, 0x258F, - 0xA26B, 0x258E, 0xA26C, 0x258D, 0xA26D, 0x258C, 0xA26E, 0x258B, 0xA26F, 0x258A, 0xA270, 0x2589, 0xA271, 0x253C, 0xA272, 0x2534, - 0xA273, 0x252C, 0xA274, 0x2524, 0xA275, 0x251C, 0xA276, 0x2594, 0xA277, 0x2500, 0xA278, 0x2502, 0xA279, 0x2595, 0xA27A, 0x250C, - 0xA27B, 0x2510, 0xA27C, 0x2514, 0xA27D, 0x2518, 0xA27E, 0x256D, 0xA2A1, 0x256E, 0xA2A2, 0x2570, 0xA2A3, 0x256F, 0xA2A4, 0x2550, - 0xA2A5, 0x255E, 0xA2A6, 0x256A, 0xA2A7, 0x2561, 0xA2A8, 0x25E2, 0xA2A9, 0x25E3, 0xA2AA, 0x25E5, 0xA2AB, 0x25E4, 0xA2AC, 0x2571, - 0xA2AD, 0x2572, 0xA2AE, 0x2573, 0xA2AF, 0xFF10, 0xA2B0, 0xFF11, 0xA2B1, 0xFF12, 0xA2B2, 0xFF13, 0xA2B3, 0xFF14, 0xA2B4, 0xFF15, - 0xA2B5, 0xFF16, 0xA2B6, 0xFF17, 0xA2B7, 0xFF18, 0xA2B8, 0xFF19, 0xA2B9, 0x2160, 0xA2BA, 0x2161, 0xA2BB, 0x2162, 0xA2BC, 0x2163, - 0xA2BD, 0x2164, 0xA2BE, 0x2165, 0xA2BF, 0x2166, 0xA2C0, 0x2167, 0xA2C1, 0x2168, 0xA2C2, 0x2169, 0xA2C3, 0x3021, 0xA2C4, 0x3022, - 0xA2C5, 0x3023, 0xA2C6, 0x3024, 0xA2C7, 0x3025, 0xA2C8, 0x3026, 0xA2C9, 0x3027, 0xA2CA, 0x3028, 0xA2CB, 0x3029, 0xA2CC, 0x5341, - 0xA2CD, 0x5344, 0xA2CE, 0x5345, 0xA2CF, 0xFF21, 0xA2D0, 0xFF22, 0xA2D1, 0xFF23, 0xA2D2, 0xFF24, 0xA2D3, 0xFF25, 0xA2D4, 0xFF26, - 0xA2D5, 0xFF27, 0xA2D6, 0xFF28, 0xA2D7, 0xFF29, 0xA2D8, 0xFF2A, 0xA2D9, 0xFF2B, 0xA2DA, 0xFF2C, 0xA2DB, 0xFF2D, 0xA2DC, 0xFF2E, - 0xA2DD, 0xFF2F, 0xA2DE, 0xFF30, 0xA2DF, 0xFF31, 0xA2E0, 0xFF32, 0xA2E1, 0xFF33, 0xA2E2, 0xFF34, 0xA2E3, 0xFF35, 0xA2E4, 0xFF36, - 0xA2E5, 0xFF37, 0xA2E6, 0xFF38, 0xA2E7, 0xFF39, 0xA2E8, 0xFF3A, 0xA2E9, 0xFF41, 0xA2EA, 0xFF42, 0xA2EB, 0xFF43, 0xA2EC, 0xFF44, - 0xA2ED, 0xFF45, 0xA2EE, 0xFF46, 0xA2EF, 0xFF47, 0xA2F0, 0xFF48, 0xA2F1, 0xFF49, 0xA2F2, 0xFF4A, 0xA2F3, 0xFF4B, 0xA2F4, 0xFF4C, - 0xA2F5, 0xFF4D, 0xA2F6, 0xFF4E, 0xA2F7, 0xFF4F, 0xA2F8, 0xFF50, 0xA2F9, 0xFF51, 0xA2FA, 0xFF52, 0xA2FB, 0xFF53, 0xA2FC, 0xFF54, - 0xA2FD, 0xFF55, 0xA2FE, 0xFF56, 0xA340, 0xFF57, 0xA341, 0xFF58, 0xA342, 0xFF59, 0xA343, 0xFF5A, 0xA344, 0x0391, 0xA345, 0x0392, - 0xA346, 0x0393, 0xA347, 0x0394, 0xA348, 0x0395, 0xA349, 0x0396, 0xA34A, 0x0397, 0xA34B, 0x0398, 0xA34C, 0x0399, 0xA34D, 0x039A, - 0xA34E, 0x039B, 0xA34F, 0x039C, 0xA350, 0x039D, 0xA351, 0x039E, 0xA352, 0x039F, 0xA353, 0x03A0, 0xA354, 0x03A1, 0xA355, 0x03A3, - 0xA356, 0x03A4, 0xA357, 0x03A5, 0xA358, 0x03A6, 0xA359, 0x03A7, 0xA35A, 0x03A8, 0xA35B, 0x03A9, 0xA35C, 0x03B1, 0xA35D, 0x03B2, - 0xA35E, 0x03B3, 0xA35F, 0x03B4, 0xA360, 0x03B5, 0xA361, 0x03B6, 0xA362, 0x03B7, 0xA363, 0x03B8, 0xA364, 0x03B9, 0xA365, 0x03BA, - 0xA366, 0x03BB, 0xA367, 0x03BC, 0xA368, 0x03BD, 0xA369, 0x03BE, 0xA36A, 0x03BF, 0xA36B, 0x03C0, 0xA36C, 0x03C1, 0xA36D, 0x03C3, - 0xA36E, 0x03C4, 0xA36F, 0x03C5, 0xA370, 0x03C6, 0xA371, 0x03C7, 0xA372, 0x03C8, 0xA373, 0x03C9, 0xA374, 0x3105, 0xA375, 0x3106, - 0xA376, 0x3107, 0xA377, 0x3108, 0xA378, 0x3109, 0xA379, 0x310A, 0xA37A, 0x310B, 0xA37B, 0x310C, 0xA37C, 0x310D, 0xA37D, 0x310E, - 0xA37E, 0x310F, 0xA3A1, 0x3110, 0xA3A2, 0x3111, 0xA3A3, 0x3112, 0xA3A4, 0x3113, 0xA3A5, 0x3114, 0xA3A6, 0x3115, 0xA3A7, 0x3116, - 0xA3A8, 0x3117, 0xA3A9, 0x3118, 0xA3AA, 0x3119, 0xA3AB, 0x311A, 0xA3AC, 0x311B, 0xA3AD, 0x311C, 0xA3AE, 0x311D, 0xA3AF, 0x311E, - 0xA3B0, 0x311F, 0xA3B1, 0x3120, 0xA3B2, 0x3121, 0xA3B3, 0x3122, 0xA3B4, 0x3123, 0xA3B5, 0x3124, 0xA3B6, 0x3125, 0xA3B7, 0x3126, - 0xA3B8, 0x3127, 0xA3B9, 0x3128, 0xA3BA, 0x3129, 0xA3BB, 0x02D9, 0xA3BC, 0x02C9, 0xA3BD, 0x02CA, 0xA3BE, 0x02C7, 0xA3BF, 0x02CB, - 0xA3E1, 0x20AC, 0xA440, 0x4E00, 0xA441, 0x4E59, 0xA442, 0x4E01, 0xA443, 0x4E03, 0xA444, 0x4E43, 0xA445, 0x4E5D, 0xA446, 0x4E86, - 0xA447, 0x4E8C, 0xA448, 0x4EBA, 0xA449, 0x513F, 0xA44A, 0x5165, 0xA44B, 0x516B, 0xA44C, 0x51E0, 0xA44D, 0x5200, 0xA44E, 0x5201, - 0xA44F, 0x529B, 0xA450, 0x5315, 0xA451, 0x5341, 0xA452, 0x535C, 0xA453, 0x53C8, 0xA454, 0x4E09, 0xA455, 0x4E0B, 0xA456, 0x4E08, - 0xA457, 0x4E0A, 0xA458, 0x4E2B, 0xA459, 0x4E38, 0xA45A, 0x51E1, 0xA45B, 0x4E45, 0xA45C, 0x4E48, 0xA45D, 0x4E5F, 0xA45E, 0x4E5E, - 0xA45F, 0x4E8E, 0xA460, 0x4EA1, 0xA461, 0x5140, 0xA462, 0x5203, 0xA463, 0x52FA, 0xA464, 0x5343, 0xA465, 0x53C9, 0xA466, 0x53E3, - 0xA467, 0x571F, 0xA468, 0x58EB, 0xA469, 0x5915, 0xA46A, 0x5927, 0xA46B, 0x5973, 0xA46C, 0x5B50, 0xA46D, 0x5B51, 0xA46E, 0x5B53, - 0xA46F, 0x5BF8, 0xA470, 0x5C0F, 0xA471, 0x5C22, 0xA472, 0x5C38, 0xA473, 0x5C71, 0xA474, 0x5DDD, 0xA475, 0x5DE5, 0xA476, 0x5DF1, - 0xA477, 0x5DF2, 0xA478, 0x5DF3, 0xA479, 0x5DFE, 0xA47A, 0x5E72, 0xA47B, 0x5EFE, 0xA47C, 0x5F0B, 0xA47D, 0x5F13, 0xA47E, 0x624D, - 0xA4A1, 0x4E11, 0xA4A2, 0x4E10, 0xA4A3, 0x4E0D, 0xA4A4, 0x4E2D, 0xA4A5, 0x4E30, 0xA4A6, 0x4E39, 0xA4A7, 0x4E4B, 0xA4A8, 0x5C39, - 0xA4A9, 0x4E88, 0xA4AA, 0x4E91, 0xA4AB, 0x4E95, 0xA4AC, 0x4E92, 0xA4AD, 0x4E94, 0xA4AE, 0x4EA2, 0xA4AF, 0x4EC1, 0xA4B0, 0x4EC0, - 0xA4B1, 0x4EC3, 0xA4B2, 0x4EC6, 0xA4B3, 0x4EC7, 0xA4B4, 0x4ECD, 0xA4B5, 0x4ECA, 0xA4B6, 0x4ECB, 0xA4B7, 0x4EC4, 0xA4B8, 0x5143, - 0xA4B9, 0x5141, 0xA4BA, 0x5167, 0xA4BB, 0x516D, 0xA4BC, 0x516E, 0xA4BD, 0x516C, 0xA4BE, 0x5197, 0xA4BF, 0x51F6, 0xA4C0, 0x5206, - 0xA4C1, 0x5207, 0xA4C2, 0x5208, 0xA4C3, 0x52FB, 0xA4C4, 0x52FE, 0xA4C5, 0x52FF, 0xA4C6, 0x5316, 0xA4C7, 0x5339, 0xA4C8, 0x5348, - 0xA4C9, 0x5347, 0xA4CA, 0x5345, 0xA4CB, 0x535E, 0xA4CC, 0x5384, 0xA4CD, 0x53CB, 0xA4CE, 0x53CA, 0xA4CF, 0x53CD, 0xA4D0, 0x58EC, - 0xA4D1, 0x5929, 0xA4D2, 0x592B, 0xA4D3, 0x592A, 0xA4D4, 0x592D, 0xA4D5, 0x5B54, 0xA4D6, 0x5C11, 0xA4D7, 0x5C24, 0xA4D8, 0x5C3A, - 0xA4D9, 0x5C6F, 0xA4DA, 0x5DF4, 0xA4DB, 0x5E7B, 0xA4DC, 0x5EFF, 0xA4DD, 0x5F14, 0xA4DE, 0x5F15, 0xA4DF, 0x5FC3, 0xA4E0, 0x6208, - 0xA4E1, 0x6236, 0xA4E2, 0x624B, 0xA4E3, 0x624E, 0xA4E4, 0x652F, 0xA4E5, 0x6587, 0xA4E6, 0x6597, 0xA4E7, 0x65A4, 0xA4E8, 0x65B9, - 0xA4E9, 0x65E5, 0xA4EA, 0x66F0, 0xA4EB, 0x6708, 0xA4EC, 0x6728, 0xA4ED, 0x6B20, 0xA4EE, 0x6B62, 0xA4EF, 0x6B79, 0xA4F0, 0x6BCB, - 0xA4F1, 0x6BD4, 0xA4F2, 0x6BDB, 0xA4F3, 0x6C0F, 0xA4F4, 0x6C34, 0xA4F5, 0x706B, 0xA4F6, 0x722A, 0xA4F7, 0x7236, 0xA4F8, 0x723B, - 0xA4F9, 0x7247, 0xA4FA, 0x7259, 0xA4FB, 0x725B, 0xA4FC, 0x72AC, 0xA4FD, 0x738B, 0xA4FE, 0x4E19, 0xA540, 0x4E16, 0xA541, 0x4E15, - 0xA542, 0x4E14, 0xA543, 0x4E18, 0xA544, 0x4E3B, 0xA545, 0x4E4D, 0xA546, 0x4E4F, 0xA547, 0x4E4E, 0xA548, 0x4EE5, 0xA549, 0x4ED8, - 0xA54A, 0x4ED4, 0xA54B, 0x4ED5, 0xA54C, 0x4ED6, 0xA54D, 0x4ED7, 0xA54E, 0x4EE3, 0xA54F, 0x4EE4, 0xA550, 0x4ED9, 0xA551, 0x4EDE, - 0xA552, 0x5145, 0xA553, 0x5144, 0xA554, 0x5189, 0xA555, 0x518A, 0xA556, 0x51AC, 0xA557, 0x51F9, 0xA558, 0x51FA, 0xA559, 0x51F8, - 0xA55A, 0x520A, 0xA55B, 0x52A0, 0xA55C, 0x529F, 0xA55D, 0x5305, 0xA55E, 0x5306, 0xA55F, 0x5317, 0xA560, 0x531D, 0xA561, 0x4EDF, - 0xA562, 0x534A, 0xA563, 0x5349, 0xA564, 0x5361, 0xA565, 0x5360, 0xA566, 0x536F, 0xA567, 0x536E, 0xA568, 0x53BB, 0xA569, 0x53EF, - 0xA56A, 0x53E4, 0xA56B, 0x53F3, 0xA56C, 0x53EC, 0xA56D, 0x53EE, 0xA56E, 0x53E9, 0xA56F, 0x53E8, 0xA570, 0x53FC, 0xA571, 0x53F8, - 0xA572, 0x53F5, 0xA573, 0x53EB, 0xA574, 0x53E6, 0xA575, 0x53EA, 0xA576, 0x53F2, 0xA577, 0x53F1, 0xA578, 0x53F0, 0xA579, 0x53E5, - 0xA57A, 0x53ED, 0xA57B, 0x53FB, 0xA57C, 0x56DB, 0xA57D, 0x56DA, 0xA57E, 0x5916, 0xA5A1, 0x592E, 0xA5A2, 0x5931, 0xA5A3, 0x5974, - 0xA5A4, 0x5976, 0xA5A5, 0x5B55, 0xA5A6, 0x5B83, 0xA5A7, 0x5C3C, 0xA5A8, 0x5DE8, 0xA5A9, 0x5DE7, 0xA5AA, 0x5DE6, 0xA5AB, 0x5E02, - 0xA5AC, 0x5E03, 0xA5AD, 0x5E73, 0xA5AE, 0x5E7C, 0xA5AF, 0x5F01, 0xA5B0, 0x5F18, 0xA5B1, 0x5F17, 0xA5B2, 0x5FC5, 0xA5B3, 0x620A, - 0xA5B4, 0x6253, 0xA5B5, 0x6254, 0xA5B6, 0x6252, 0xA5B7, 0x6251, 0xA5B8, 0x65A5, 0xA5B9, 0x65E6, 0xA5BA, 0x672E, 0xA5BB, 0x672C, - 0xA5BC, 0x672A, 0xA5BD, 0x672B, 0xA5BE, 0x672D, 0xA5BF, 0x6B63, 0xA5C0, 0x6BCD, 0xA5C1, 0x6C11, 0xA5C2, 0x6C10, 0xA5C3, 0x6C38, - 0xA5C4, 0x6C41, 0xA5C5, 0x6C40, 0xA5C6, 0x6C3E, 0xA5C7, 0x72AF, 0xA5C8, 0x7384, 0xA5C9, 0x7389, 0xA5CA, 0x74DC, 0xA5CB, 0x74E6, - 0xA5CC, 0x7518, 0xA5CD, 0x751F, 0xA5CE, 0x7528, 0xA5CF, 0x7529, 0xA5D0, 0x7530, 0xA5D1, 0x7531, 0xA5D2, 0x7532, 0xA5D3, 0x7533, - 0xA5D4, 0x758B, 0xA5D5, 0x767D, 0xA5D6, 0x76AE, 0xA5D7, 0x76BF, 0xA5D8, 0x76EE, 0xA5D9, 0x77DB, 0xA5DA, 0x77E2, 0xA5DB, 0x77F3, - 0xA5DC, 0x793A, 0xA5DD, 0x79BE, 0xA5DE, 0x7A74, 0xA5DF, 0x7ACB, 0xA5E0, 0x4E1E, 0xA5E1, 0x4E1F, 0xA5E2, 0x4E52, 0xA5E3, 0x4E53, - 0xA5E4, 0x4E69, 0xA5E5, 0x4E99, 0xA5E6, 0x4EA4, 0xA5E7, 0x4EA6, 0xA5E8, 0x4EA5, 0xA5E9, 0x4EFF, 0xA5EA, 0x4F09, 0xA5EB, 0x4F19, - 0xA5EC, 0x4F0A, 0xA5ED, 0x4F15, 0xA5EE, 0x4F0D, 0xA5EF, 0x4F10, 0xA5F0, 0x4F11, 0xA5F1, 0x4F0F, 0xA5F2, 0x4EF2, 0xA5F3, 0x4EF6, - 0xA5F4, 0x4EFB, 0xA5F5, 0x4EF0, 0xA5F6, 0x4EF3, 0xA5F7, 0x4EFD, 0xA5F8, 0x4F01, 0xA5F9, 0x4F0B, 0xA5FA, 0x5149, 0xA5FB, 0x5147, - 0xA5FC, 0x5146, 0xA5FD, 0x5148, 0xA5FE, 0x5168, 0xA640, 0x5171, 0xA641, 0x518D, 0xA642, 0x51B0, 0xA643, 0x5217, 0xA644, 0x5211, - 0xA645, 0x5212, 0xA646, 0x520E, 0xA647, 0x5216, 0xA648, 0x52A3, 0xA649, 0x5308, 0xA64A, 0x5321, 0xA64B, 0x5320, 0xA64C, 0x5370, - 0xA64D, 0x5371, 0xA64E, 0x5409, 0xA64F, 0x540F, 0xA650, 0x540C, 0xA651, 0x540A, 0xA652, 0x5410, 0xA653, 0x5401, 0xA654, 0x540B, - 0xA655, 0x5404, 0xA656, 0x5411, 0xA657, 0x540D, 0xA658, 0x5408, 0xA659, 0x5403, 0xA65A, 0x540E, 0xA65B, 0x5406, 0xA65C, 0x5412, - 0xA65D, 0x56E0, 0xA65E, 0x56DE, 0xA65F, 0x56DD, 0xA660, 0x5733, 0xA661, 0x5730, 0xA662, 0x5728, 0xA663, 0x572D, 0xA664, 0x572C, - 0xA665, 0x572F, 0xA666, 0x5729, 0xA667, 0x5919, 0xA668, 0x591A, 0xA669, 0x5937, 0xA66A, 0x5938, 0xA66B, 0x5984, 0xA66C, 0x5978, - 0xA66D, 0x5983, 0xA66E, 0x597D, 0xA66F, 0x5979, 0xA670, 0x5982, 0xA671, 0x5981, 0xA672, 0x5B57, 0xA673, 0x5B58, 0xA674, 0x5B87, - 0xA675, 0x5B88, 0xA676, 0x5B85, 0xA677, 0x5B89, 0xA678, 0x5BFA, 0xA679, 0x5C16, 0xA67A, 0x5C79, 0xA67B, 0x5DDE, 0xA67C, 0x5E06, - 0xA67D, 0x5E76, 0xA67E, 0x5E74, 0xA6A1, 0x5F0F, 0xA6A2, 0x5F1B, 0xA6A3, 0x5FD9, 0xA6A4, 0x5FD6, 0xA6A5, 0x620E, 0xA6A6, 0x620C, - 0xA6A7, 0x620D, 0xA6A8, 0x6210, 0xA6A9, 0x6263, 0xA6AA, 0x625B, 0xA6AB, 0x6258, 0xA6AC, 0x6536, 0xA6AD, 0x65E9, 0xA6AE, 0x65E8, - 0xA6AF, 0x65EC, 0xA6B0, 0x65ED, 0xA6B1, 0x66F2, 0xA6B2, 0x66F3, 0xA6B3, 0x6709, 0xA6B4, 0x673D, 0xA6B5, 0x6734, 0xA6B6, 0x6731, - 0xA6B7, 0x6735, 0xA6B8, 0x6B21, 0xA6B9, 0x6B64, 0xA6BA, 0x6B7B, 0xA6BB, 0x6C16, 0xA6BC, 0x6C5D, 0xA6BD, 0x6C57, 0xA6BE, 0x6C59, - 0xA6BF, 0x6C5F, 0xA6C0, 0x6C60, 0xA6C1, 0x6C50, 0xA6C2, 0x6C55, 0xA6C3, 0x6C61, 0xA6C4, 0x6C5B, 0xA6C5, 0x6C4D, 0xA6C6, 0x6C4E, - 0xA6C7, 0x7070, 0xA6C8, 0x725F, 0xA6C9, 0x725D, 0xA6CA, 0x767E, 0xA6CB, 0x7AF9, 0xA6CC, 0x7C73, 0xA6CD, 0x7CF8, 0xA6CE, 0x7F36, - 0xA6CF, 0x7F8A, 0xA6D0, 0x7FBD, 0xA6D1, 0x8001, 0xA6D2, 0x8003, 0xA6D3, 0x800C, 0xA6D4, 0x8012, 0xA6D5, 0x8033, 0xA6D6, 0x807F, - 0xA6D7, 0x8089, 0xA6D8, 0x808B, 0xA6D9, 0x808C, 0xA6DA, 0x81E3, 0xA6DB, 0x81EA, 0xA6DC, 0x81F3, 0xA6DD, 0x81FC, 0xA6DE, 0x820C, - 0xA6DF, 0x821B, 0xA6E0, 0x821F, 0xA6E1, 0x826E, 0xA6E2, 0x8272, 0xA6E3, 0x827E, 0xA6E4, 0x866B, 0xA6E5, 0x8840, 0xA6E6, 0x884C, - 0xA6E7, 0x8863, 0xA6E8, 0x897F, 0xA6E9, 0x9621, 0xA6EA, 0x4E32, 0xA6EB, 0x4EA8, 0xA6EC, 0x4F4D, 0xA6ED, 0x4F4F, 0xA6EE, 0x4F47, - 0xA6EF, 0x4F57, 0xA6F0, 0x4F5E, 0xA6F1, 0x4F34, 0xA6F2, 0x4F5B, 0xA6F3, 0x4F55, 0xA6F4, 0x4F30, 0xA6F5, 0x4F50, 0xA6F6, 0x4F51, - 0xA6F7, 0x4F3D, 0xA6F8, 0x4F3A, 0xA6F9, 0x4F38, 0xA6FA, 0x4F43, 0xA6FB, 0x4F54, 0xA6FC, 0x4F3C, 0xA6FD, 0x4F46, 0xA6FE, 0x4F63, - 0xA740, 0x4F5C, 0xA741, 0x4F60, 0xA742, 0x4F2F, 0xA743, 0x4F4E, 0xA744, 0x4F36, 0xA745, 0x4F59, 0xA746, 0x4F5D, 0xA747, 0x4F48, - 0xA748, 0x4F5A, 0xA749, 0x514C, 0xA74A, 0x514B, 0xA74B, 0x514D, 0xA74C, 0x5175, 0xA74D, 0x51B6, 0xA74E, 0x51B7, 0xA74F, 0x5225, - 0xA750, 0x5224, 0xA751, 0x5229, 0xA752, 0x522A, 0xA753, 0x5228, 0xA754, 0x52AB, 0xA755, 0x52A9, 0xA756, 0x52AA, 0xA757, 0x52AC, - 0xA758, 0x5323, 0xA759, 0x5373, 0xA75A, 0x5375, 0xA75B, 0x541D, 0xA75C, 0x542D, 0xA75D, 0x541E, 0xA75E, 0x543E, 0xA75F, 0x5426, - 0xA760, 0x544E, 0xA761, 0x5427, 0xA762, 0x5446, 0xA763, 0x5443, 0xA764, 0x5433, 0xA765, 0x5448, 0xA766, 0x5442, 0xA767, 0x541B, - 0xA768, 0x5429, 0xA769, 0x544A, 0xA76A, 0x5439, 0xA76B, 0x543B, 0xA76C, 0x5438, 0xA76D, 0x542E, 0xA76E, 0x5435, 0xA76F, 0x5436, - 0xA770, 0x5420, 0xA771, 0x543C, 0xA772, 0x5440, 0xA773, 0x5431, 0xA774, 0x542B, 0xA775, 0x541F, 0xA776, 0x542C, 0xA777, 0x56EA, - 0xA778, 0x56F0, 0xA779, 0x56E4, 0xA77A, 0x56EB, 0xA77B, 0x574A, 0xA77C, 0x5751, 0xA77D, 0x5740, 0xA77E, 0x574D, 0xA7A1, 0x5747, - 0xA7A2, 0x574E, 0xA7A3, 0x573E, 0xA7A4, 0x5750, 0xA7A5, 0x574F, 0xA7A6, 0x573B, 0xA7A7, 0x58EF, 0xA7A8, 0x593E, 0xA7A9, 0x599D, - 0xA7AA, 0x5992, 0xA7AB, 0x59A8, 0xA7AC, 0x599E, 0xA7AD, 0x59A3, 0xA7AE, 0x5999, 0xA7AF, 0x5996, 0xA7B0, 0x598D, 0xA7B1, 0x59A4, - 0xA7B2, 0x5993, 0xA7B3, 0x598A, 0xA7B4, 0x59A5, 0xA7B5, 0x5B5D, 0xA7B6, 0x5B5C, 0xA7B7, 0x5B5A, 0xA7B8, 0x5B5B, 0xA7B9, 0x5B8C, - 0xA7BA, 0x5B8B, 0xA7BB, 0x5B8F, 0xA7BC, 0x5C2C, 0xA7BD, 0x5C40, 0xA7BE, 0x5C41, 0xA7BF, 0x5C3F, 0xA7C0, 0x5C3E, 0xA7C1, 0x5C90, - 0xA7C2, 0x5C91, 0xA7C3, 0x5C94, 0xA7C4, 0x5C8C, 0xA7C5, 0x5DEB, 0xA7C6, 0x5E0C, 0xA7C7, 0x5E8F, 0xA7C8, 0x5E87, 0xA7C9, 0x5E8A, - 0xA7CA, 0x5EF7, 0xA7CB, 0x5F04, 0xA7CC, 0x5F1F, 0xA7CD, 0x5F64, 0xA7CE, 0x5F62, 0xA7CF, 0x5F77, 0xA7D0, 0x5F79, 0xA7D1, 0x5FD8, - 0xA7D2, 0x5FCC, 0xA7D3, 0x5FD7, 0xA7D4, 0x5FCD, 0xA7D5, 0x5FF1, 0xA7D6, 0x5FEB, 0xA7D7, 0x5FF8, 0xA7D8, 0x5FEA, 0xA7D9, 0x6212, - 0xA7DA, 0x6211, 0xA7DB, 0x6284, 0xA7DC, 0x6297, 0xA7DD, 0x6296, 0xA7DE, 0x6280, 0xA7DF, 0x6276, 0xA7E0, 0x6289, 0xA7E1, 0x626D, - 0xA7E2, 0x628A, 0xA7E3, 0x627C, 0xA7E4, 0x627E, 0xA7E5, 0x6279, 0xA7E6, 0x6273, 0xA7E7, 0x6292, 0xA7E8, 0x626F, 0xA7E9, 0x6298, - 0xA7EA, 0x626E, 0xA7EB, 0x6295, 0xA7EC, 0x6293, 0xA7ED, 0x6291, 0xA7EE, 0x6286, 0xA7EF, 0x6539, 0xA7F0, 0x653B, 0xA7F1, 0x6538, - 0xA7F2, 0x65F1, 0xA7F3, 0x66F4, 0xA7F4, 0x675F, 0xA7F5, 0x674E, 0xA7F6, 0x674F, 0xA7F7, 0x6750, 0xA7F8, 0x6751, 0xA7F9, 0x675C, - 0xA7FA, 0x6756, 0xA7FB, 0x675E, 0xA7FC, 0x6749, 0xA7FD, 0x6746, 0xA7FE, 0x6760, 0xA840, 0x6753, 0xA841, 0x6757, 0xA842, 0x6B65, - 0xA843, 0x6BCF, 0xA844, 0x6C42, 0xA845, 0x6C5E, 0xA846, 0x6C99, 0xA847, 0x6C81, 0xA848, 0x6C88, 0xA849, 0x6C89, 0xA84A, 0x6C85, - 0xA84B, 0x6C9B, 0xA84C, 0x6C6A, 0xA84D, 0x6C7A, 0xA84E, 0x6C90, 0xA84F, 0x6C70, 0xA850, 0x6C8C, 0xA851, 0x6C68, 0xA852, 0x6C96, - 0xA853, 0x6C92, 0xA854, 0x6C7D, 0xA855, 0x6C83, 0xA856, 0x6C72, 0xA857, 0x6C7E, 0xA858, 0x6C74, 0xA859, 0x6C86, 0xA85A, 0x6C76, - 0xA85B, 0x6C8D, 0xA85C, 0x6C94, 0xA85D, 0x6C98, 0xA85E, 0x6C82, 0xA85F, 0x7076, 0xA860, 0x707C, 0xA861, 0x707D, 0xA862, 0x7078, - 0xA863, 0x7262, 0xA864, 0x7261, 0xA865, 0x7260, 0xA866, 0x72C4, 0xA867, 0x72C2, 0xA868, 0x7396, 0xA869, 0x752C, 0xA86A, 0x752B, - 0xA86B, 0x7537, 0xA86C, 0x7538, 0xA86D, 0x7682, 0xA86E, 0x76EF, 0xA86F, 0x77E3, 0xA870, 0x79C1, 0xA871, 0x79C0, 0xA872, 0x79BF, - 0xA873, 0x7A76, 0xA874, 0x7CFB, 0xA875, 0x7F55, 0xA876, 0x8096, 0xA877, 0x8093, 0xA878, 0x809D, 0xA879, 0x8098, 0xA87A, 0x809B, - 0xA87B, 0x809A, 0xA87C, 0x80B2, 0xA87D, 0x826F, 0xA87E, 0x8292, 0xA8A1, 0x828B, 0xA8A2, 0x828D, 0xA8A3, 0x898B, 0xA8A4, 0x89D2, - 0xA8A5, 0x8A00, 0xA8A6, 0x8C37, 0xA8A7, 0x8C46, 0xA8A8, 0x8C55, 0xA8A9, 0x8C9D, 0xA8AA, 0x8D64, 0xA8AB, 0x8D70, 0xA8AC, 0x8DB3, - 0xA8AD, 0x8EAB, 0xA8AE, 0x8ECA, 0xA8AF, 0x8F9B, 0xA8B0, 0x8FB0, 0xA8B1, 0x8FC2, 0xA8B2, 0x8FC6, 0xA8B3, 0x8FC5, 0xA8B4, 0x8FC4, - 0xA8B5, 0x5DE1, 0xA8B6, 0x9091, 0xA8B7, 0x90A2, 0xA8B8, 0x90AA, 0xA8B9, 0x90A6, 0xA8BA, 0x90A3, 0xA8BB, 0x9149, 0xA8BC, 0x91C6, - 0xA8BD, 0x91CC, 0xA8BE, 0x9632, 0xA8BF, 0x962E, 0xA8C0, 0x9631, 0xA8C1, 0x962A, 0xA8C2, 0x962C, 0xA8C3, 0x4E26, 0xA8C4, 0x4E56, - 0xA8C5, 0x4E73, 0xA8C6, 0x4E8B, 0xA8C7, 0x4E9B, 0xA8C8, 0x4E9E, 0xA8C9, 0x4EAB, 0xA8CA, 0x4EAC, 0xA8CB, 0x4F6F, 0xA8CC, 0x4F9D, - 0xA8CD, 0x4F8D, 0xA8CE, 0x4F73, 0xA8CF, 0x4F7F, 0xA8D0, 0x4F6C, 0xA8D1, 0x4F9B, 0xA8D2, 0x4F8B, 0xA8D3, 0x4F86, 0xA8D4, 0x4F83, - 0xA8D5, 0x4F70, 0xA8D6, 0x4F75, 0xA8D7, 0x4F88, 0xA8D8, 0x4F69, 0xA8D9, 0x4F7B, 0xA8DA, 0x4F96, 0xA8DB, 0x4F7E, 0xA8DC, 0x4F8F, - 0xA8DD, 0x4F91, 0xA8DE, 0x4F7A, 0xA8DF, 0x5154, 0xA8E0, 0x5152, 0xA8E1, 0x5155, 0xA8E2, 0x5169, 0xA8E3, 0x5177, 0xA8E4, 0x5176, - 0xA8E5, 0x5178, 0xA8E6, 0x51BD, 0xA8E7, 0x51FD, 0xA8E8, 0x523B, 0xA8E9, 0x5238, 0xA8EA, 0x5237, 0xA8EB, 0x523A, 0xA8EC, 0x5230, - 0xA8ED, 0x522E, 0xA8EE, 0x5236, 0xA8EF, 0x5241, 0xA8F0, 0x52BE, 0xA8F1, 0x52BB, 0xA8F2, 0x5352, 0xA8F3, 0x5354, 0xA8F4, 0x5353, - 0xA8F5, 0x5351, 0xA8F6, 0x5366, 0xA8F7, 0x5377, 0xA8F8, 0x5378, 0xA8F9, 0x5379, 0xA8FA, 0x53D6, 0xA8FB, 0x53D4, 0xA8FC, 0x53D7, - 0xA8FD, 0x5473, 0xA8FE, 0x5475, 0xA940, 0x5496, 0xA941, 0x5478, 0xA942, 0x5495, 0xA943, 0x5480, 0xA944, 0x547B, 0xA945, 0x5477, - 0xA946, 0x5484, 0xA947, 0x5492, 0xA948, 0x5486, 0xA949, 0x547C, 0xA94A, 0x5490, 0xA94B, 0x5471, 0xA94C, 0x5476, 0xA94D, 0x548C, - 0xA94E, 0x549A, 0xA94F, 0x5462, 0xA950, 0x5468, 0xA951, 0x548B, 0xA952, 0x547D, 0xA953, 0x548E, 0xA954, 0x56FA, 0xA955, 0x5783, - 0xA956, 0x5777, 0xA957, 0x576A, 0xA958, 0x5769, 0xA959, 0x5761, 0xA95A, 0x5766, 0xA95B, 0x5764, 0xA95C, 0x577C, 0xA95D, 0x591C, - 0xA95E, 0x5949, 0xA95F, 0x5947, 0xA960, 0x5948, 0xA961, 0x5944, 0xA962, 0x5954, 0xA963, 0x59BE, 0xA964, 0x59BB, 0xA965, 0x59D4, - 0xA966, 0x59B9, 0xA967, 0x59AE, 0xA968, 0x59D1, 0xA969, 0x59C6, 0xA96A, 0x59D0, 0xA96B, 0x59CD, 0xA96C, 0x59CB, 0xA96D, 0x59D3, - 0xA96E, 0x59CA, 0xA96F, 0x59AF, 0xA970, 0x59B3, 0xA971, 0x59D2, 0xA972, 0x59C5, 0xA973, 0x5B5F, 0xA974, 0x5B64, 0xA975, 0x5B63, - 0xA976, 0x5B97, 0xA977, 0x5B9A, 0xA978, 0x5B98, 0xA979, 0x5B9C, 0xA97A, 0x5B99, 0xA97B, 0x5B9B, 0xA97C, 0x5C1A, 0xA97D, 0x5C48, - 0xA97E, 0x5C45, 0xA9A1, 0x5C46, 0xA9A2, 0x5CB7, 0xA9A3, 0x5CA1, 0xA9A4, 0x5CB8, 0xA9A5, 0x5CA9, 0xA9A6, 0x5CAB, 0xA9A7, 0x5CB1, - 0xA9A8, 0x5CB3, 0xA9A9, 0x5E18, 0xA9AA, 0x5E1A, 0xA9AB, 0x5E16, 0xA9AC, 0x5E15, 0xA9AD, 0x5E1B, 0xA9AE, 0x5E11, 0xA9AF, 0x5E78, - 0xA9B0, 0x5E9A, 0xA9B1, 0x5E97, 0xA9B2, 0x5E9C, 0xA9B3, 0x5E95, 0xA9B4, 0x5E96, 0xA9B5, 0x5EF6, 0xA9B6, 0x5F26, 0xA9B7, 0x5F27, - 0xA9B8, 0x5F29, 0xA9B9, 0x5F80, 0xA9BA, 0x5F81, 0xA9BB, 0x5F7F, 0xA9BC, 0x5F7C, 0xA9BD, 0x5FDD, 0xA9BE, 0x5FE0, 0xA9BF, 0x5FFD, - 0xA9C0, 0x5FF5, 0xA9C1, 0x5FFF, 0xA9C2, 0x600F, 0xA9C3, 0x6014, 0xA9C4, 0x602F, 0xA9C5, 0x6035, 0xA9C6, 0x6016, 0xA9C7, 0x602A, - 0xA9C8, 0x6015, 0xA9C9, 0x6021, 0xA9CA, 0x6027, 0xA9CB, 0x6029, 0xA9CC, 0x602B, 0xA9CD, 0x601B, 0xA9CE, 0x6216, 0xA9CF, 0x6215, - 0xA9D0, 0x623F, 0xA9D1, 0x623E, 0xA9D2, 0x6240, 0xA9D3, 0x627F, 0xA9D4, 0x62C9, 0xA9D5, 0x62CC, 0xA9D6, 0x62C4, 0xA9D7, 0x62BF, - 0xA9D8, 0x62C2, 0xA9D9, 0x62B9, 0xA9DA, 0x62D2, 0xA9DB, 0x62DB, 0xA9DC, 0x62AB, 0xA9DD, 0x62D3, 0xA9DE, 0x62D4, 0xA9DF, 0x62CB, - 0xA9E0, 0x62C8, 0xA9E1, 0x62A8, 0xA9E2, 0x62BD, 0xA9E3, 0x62BC, 0xA9E4, 0x62D0, 0xA9E5, 0x62D9, 0xA9E6, 0x62C7, 0xA9E7, 0x62CD, - 0xA9E8, 0x62B5, 0xA9E9, 0x62DA, 0xA9EA, 0x62B1, 0xA9EB, 0x62D8, 0xA9EC, 0x62D6, 0xA9ED, 0x62D7, 0xA9EE, 0x62C6, 0xA9EF, 0x62AC, - 0xA9F0, 0x62CE, 0xA9F1, 0x653E, 0xA9F2, 0x65A7, 0xA9F3, 0x65BC, 0xA9F4, 0x65FA, 0xA9F5, 0x6614, 0xA9F6, 0x6613, 0xA9F7, 0x660C, - 0xA9F8, 0x6606, 0xA9F9, 0x6602, 0xA9FA, 0x660E, 0xA9FB, 0x6600, 0xA9FC, 0x660F, 0xA9FD, 0x6615, 0xA9FE, 0x660A, 0xAA40, 0x6607, - 0xAA41, 0x670D, 0xAA42, 0x670B, 0xAA43, 0x676D, 0xAA44, 0x678B, 0xAA45, 0x6795, 0xAA46, 0x6771, 0xAA47, 0x679C, 0xAA48, 0x6773, - 0xAA49, 0x6777, 0xAA4A, 0x6787, 0xAA4B, 0x679D, 0xAA4C, 0x6797, 0xAA4D, 0x676F, 0xAA4E, 0x6770, 0xAA4F, 0x677F, 0xAA50, 0x6789, - 0xAA51, 0x677E, 0xAA52, 0x6790, 0xAA53, 0x6775, 0xAA54, 0x679A, 0xAA55, 0x6793, 0xAA56, 0x677C, 0xAA57, 0x676A, 0xAA58, 0x6772, - 0xAA59, 0x6B23, 0xAA5A, 0x6B66, 0xAA5B, 0x6B67, 0xAA5C, 0x6B7F, 0xAA5D, 0x6C13, 0xAA5E, 0x6C1B, 0xAA5F, 0x6CE3, 0xAA60, 0x6CE8, - 0xAA61, 0x6CF3, 0xAA62, 0x6CB1, 0xAA63, 0x6CCC, 0xAA64, 0x6CE5, 0xAA65, 0x6CB3, 0xAA66, 0x6CBD, 0xAA67, 0x6CBE, 0xAA68, 0x6CBC, - 0xAA69, 0x6CE2, 0xAA6A, 0x6CAB, 0xAA6B, 0x6CD5, 0xAA6C, 0x6CD3, 0xAA6D, 0x6CB8, 0xAA6E, 0x6CC4, 0xAA6F, 0x6CB9, 0xAA70, 0x6CC1, - 0xAA71, 0x6CAE, 0xAA72, 0x6CD7, 0xAA73, 0x6CC5, 0xAA74, 0x6CF1, 0xAA75, 0x6CBF, 0xAA76, 0x6CBB, 0xAA77, 0x6CE1, 0xAA78, 0x6CDB, - 0xAA79, 0x6CCA, 0xAA7A, 0x6CAC, 0xAA7B, 0x6CEF, 0xAA7C, 0x6CDC, 0xAA7D, 0x6CD6, 0xAA7E, 0x6CE0, 0xAAA1, 0x7095, 0xAAA2, 0x708E, - 0xAAA3, 0x7092, 0xAAA4, 0x708A, 0xAAA5, 0x7099, 0xAAA6, 0x722C, 0xAAA7, 0x722D, 0xAAA8, 0x7238, 0xAAA9, 0x7248, 0xAAAA, 0x7267, - 0xAAAB, 0x7269, 0xAAAC, 0x72C0, 0xAAAD, 0x72CE, 0xAAAE, 0x72D9, 0xAAAF, 0x72D7, 0xAAB0, 0x72D0, 0xAAB1, 0x73A9, 0xAAB2, 0x73A8, - 0xAAB3, 0x739F, 0xAAB4, 0x73AB, 0xAAB5, 0x73A5, 0xAAB6, 0x753D, 0xAAB7, 0x759D, 0xAAB8, 0x7599, 0xAAB9, 0x759A, 0xAABA, 0x7684, - 0xAABB, 0x76C2, 0xAABC, 0x76F2, 0xAABD, 0x76F4, 0xAABE, 0x77E5, 0xAABF, 0x77FD, 0xAAC0, 0x793E, 0xAAC1, 0x7940, 0xAAC2, 0x7941, - 0xAAC3, 0x79C9, 0xAAC4, 0x79C8, 0xAAC5, 0x7A7A, 0xAAC6, 0x7A79, 0xAAC7, 0x7AFA, 0xAAC8, 0x7CFE, 0xAAC9, 0x7F54, 0xAACA, 0x7F8C, - 0xAACB, 0x7F8B, 0xAACC, 0x8005, 0xAACD, 0x80BA, 0xAACE, 0x80A5, 0xAACF, 0x80A2, 0xAAD0, 0x80B1, 0xAAD1, 0x80A1, 0xAAD2, 0x80AB, - 0xAAD3, 0x80A9, 0xAAD4, 0x80B4, 0xAAD5, 0x80AA, 0xAAD6, 0x80AF, 0xAAD7, 0x81E5, 0xAAD8, 0x81FE, 0xAAD9, 0x820D, 0xAADA, 0x82B3, - 0xAADB, 0x829D, 0xAADC, 0x8299, 0xAADD, 0x82AD, 0xAADE, 0x82BD, 0xAADF, 0x829F, 0xAAE0, 0x82B9, 0xAAE1, 0x82B1, 0xAAE2, 0x82AC, - 0xAAE3, 0x82A5, 0xAAE4, 0x82AF, 0xAAE5, 0x82B8, 0xAAE6, 0x82A3, 0xAAE7, 0x82B0, 0xAAE8, 0x82BE, 0xAAE9, 0x82B7, 0xAAEA, 0x864E, - 0xAAEB, 0x8671, 0xAAEC, 0x521D, 0xAAED, 0x8868, 0xAAEE, 0x8ECB, 0xAAEF, 0x8FCE, 0xAAF0, 0x8FD4, 0xAAF1, 0x8FD1, 0xAAF2, 0x90B5, - 0xAAF3, 0x90B8, 0xAAF4, 0x90B1, 0xAAF5, 0x90B6, 0xAAF6, 0x91C7, 0xAAF7, 0x91D1, 0xAAF8, 0x9577, 0xAAF9, 0x9580, 0xAAFA, 0x961C, - 0xAAFB, 0x9640, 0xAAFC, 0x963F, 0xAAFD, 0x963B, 0xAAFE, 0x9644, 0xAB40, 0x9642, 0xAB41, 0x96B9, 0xAB42, 0x96E8, 0xAB43, 0x9752, - 0xAB44, 0x975E, 0xAB45, 0x4E9F, 0xAB46, 0x4EAD, 0xAB47, 0x4EAE, 0xAB48, 0x4FE1, 0xAB49, 0x4FB5, 0xAB4A, 0x4FAF, 0xAB4B, 0x4FBF, - 0xAB4C, 0x4FE0, 0xAB4D, 0x4FD1, 0xAB4E, 0x4FCF, 0xAB4F, 0x4FDD, 0xAB50, 0x4FC3, 0xAB51, 0x4FB6, 0xAB52, 0x4FD8, 0xAB53, 0x4FDF, - 0xAB54, 0x4FCA, 0xAB55, 0x4FD7, 0xAB56, 0x4FAE, 0xAB57, 0x4FD0, 0xAB58, 0x4FC4, 0xAB59, 0x4FC2, 0xAB5A, 0x4FDA, 0xAB5B, 0x4FCE, - 0xAB5C, 0x4FDE, 0xAB5D, 0x4FB7, 0xAB5E, 0x5157, 0xAB5F, 0x5192, 0xAB60, 0x5191, 0xAB61, 0x51A0, 0xAB62, 0x524E, 0xAB63, 0x5243, - 0xAB64, 0x524A, 0xAB65, 0x524D, 0xAB66, 0x524C, 0xAB67, 0x524B, 0xAB68, 0x5247, 0xAB69, 0x52C7, 0xAB6A, 0x52C9, 0xAB6B, 0x52C3, - 0xAB6C, 0x52C1, 0xAB6D, 0x530D, 0xAB6E, 0x5357, 0xAB6F, 0x537B, 0xAB70, 0x539A, 0xAB71, 0x53DB, 0xAB72, 0x54AC, 0xAB73, 0x54C0, - 0xAB74, 0x54A8, 0xAB75, 0x54CE, 0xAB76, 0x54C9, 0xAB77, 0x54B8, 0xAB78, 0x54A6, 0xAB79, 0x54B3, 0xAB7A, 0x54C7, 0xAB7B, 0x54C2, - 0xAB7C, 0x54BD, 0xAB7D, 0x54AA, 0xAB7E, 0x54C1, 0xABA1, 0x54C4, 0xABA2, 0x54C8, 0xABA3, 0x54AF, 0xABA4, 0x54AB, 0xABA5, 0x54B1, - 0xABA6, 0x54BB, 0xABA7, 0x54A9, 0xABA8, 0x54A7, 0xABA9, 0x54BF, 0xABAA, 0x56FF, 0xABAB, 0x5782, 0xABAC, 0x578B, 0xABAD, 0x57A0, - 0xABAE, 0x57A3, 0xABAF, 0x57A2, 0xABB0, 0x57CE, 0xABB1, 0x57AE, 0xABB2, 0x5793, 0xABB3, 0x5955, 0xABB4, 0x5951, 0xABB5, 0x594F, - 0xABB6, 0x594E, 0xABB7, 0x5950, 0xABB8, 0x59DC, 0xABB9, 0x59D8, 0xABBA, 0x59FF, 0xABBB, 0x59E3, 0xABBC, 0x59E8, 0xABBD, 0x5A03, - 0xABBE, 0x59E5, 0xABBF, 0x59EA, 0xABC0, 0x59DA, 0xABC1, 0x59E6, 0xABC2, 0x5A01, 0xABC3, 0x59FB, 0xABC4, 0x5B69, 0xABC5, 0x5BA3, - 0xABC6, 0x5BA6, 0xABC7, 0x5BA4, 0xABC8, 0x5BA2, 0xABC9, 0x5BA5, 0xABCA, 0x5C01, 0xABCB, 0x5C4E, 0xABCC, 0x5C4F, 0xABCD, 0x5C4D, - 0xABCE, 0x5C4B, 0xABCF, 0x5CD9, 0xABD0, 0x5CD2, 0xABD1, 0x5DF7, 0xABD2, 0x5E1D, 0xABD3, 0x5E25, 0xABD4, 0x5E1F, 0xABD5, 0x5E7D, - 0xABD6, 0x5EA0, 0xABD7, 0x5EA6, 0xABD8, 0x5EFA, 0xABD9, 0x5F08, 0xABDA, 0x5F2D, 0xABDB, 0x5F65, 0xABDC, 0x5F88, 0xABDD, 0x5F85, - 0xABDE, 0x5F8A, 0xABDF, 0x5F8B, 0xABE0, 0x5F87, 0xABE1, 0x5F8C, 0xABE2, 0x5F89, 0xABE3, 0x6012, 0xABE4, 0x601D, 0xABE5, 0x6020, - 0xABE6, 0x6025, 0xABE7, 0x600E, 0xABE8, 0x6028, 0xABE9, 0x604D, 0xABEA, 0x6070, 0xABEB, 0x6068, 0xABEC, 0x6062, 0xABED, 0x6046, - 0xABEE, 0x6043, 0xABEF, 0x606C, 0xABF0, 0x606B, 0xABF1, 0x606A, 0xABF2, 0x6064, 0xABF3, 0x6241, 0xABF4, 0x62DC, 0xABF5, 0x6316, - 0xABF6, 0x6309, 0xABF7, 0x62FC, 0xABF8, 0x62ED, 0xABF9, 0x6301, 0xABFA, 0x62EE, 0xABFB, 0x62FD, 0xABFC, 0x6307, 0xABFD, 0x62F1, - 0xABFE, 0x62F7, 0xAC40, 0x62EF, 0xAC41, 0x62EC, 0xAC42, 0x62FE, 0xAC43, 0x62F4, 0xAC44, 0x6311, 0xAC45, 0x6302, 0xAC46, 0x653F, - 0xAC47, 0x6545, 0xAC48, 0x65AB, 0xAC49, 0x65BD, 0xAC4A, 0x65E2, 0xAC4B, 0x6625, 0xAC4C, 0x662D, 0xAC4D, 0x6620, 0xAC4E, 0x6627, - 0xAC4F, 0x662F, 0xAC50, 0x661F, 0xAC51, 0x6628, 0xAC52, 0x6631, 0xAC53, 0x6624, 0xAC54, 0x66F7, 0xAC55, 0x67FF, 0xAC56, 0x67D3, - 0xAC57, 0x67F1, 0xAC58, 0x67D4, 0xAC59, 0x67D0, 0xAC5A, 0x67EC, 0xAC5B, 0x67B6, 0xAC5C, 0x67AF, 0xAC5D, 0x67F5, 0xAC5E, 0x67E9, - 0xAC5F, 0x67EF, 0xAC60, 0x67C4, 0xAC61, 0x67D1, 0xAC62, 0x67B4, 0xAC63, 0x67DA, 0xAC64, 0x67E5, 0xAC65, 0x67B8, 0xAC66, 0x67CF, - 0xAC67, 0x67DE, 0xAC68, 0x67F3, 0xAC69, 0x67B0, 0xAC6A, 0x67D9, 0xAC6B, 0x67E2, 0xAC6C, 0x67DD, 0xAC6D, 0x67D2, 0xAC6E, 0x6B6A, - 0xAC6F, 0x6B83, 0xAC70, 0x6B86, 0xAC71, 0x6BB5, 0xAC72, 0x6BD2, 0xAC73, 0x6BD7, 0xAC74, 0x6C1F, 0xAC75, 0x6CC9, 0xAC76, 0x6D0B, - 0xAC77, 0x6D32, 0xAC78, 0x6D2A, 0xAC79, 0x6D41, 0xAC7A, 0x6D25, 0xAC7B, 0x6D0C, 0xAC7C, 0x6D31, 0xAC7D, 0x6D1E, 0xAC7E, 0x6D17, - 0xACA1, 0x6D3B, 0xACA2, 0x6D3D, 0xACA3, 0x6D3E, 0xACA4, 0x6D36, 0xACA5, 0x6D1B, 0xACA6, 0x6CF5, 0xACA7, 0x6D39, 0xACA8, 0x6D27, - 0xACA9, 0x6D38, 0xACAA, 0x6D29, 0xACAB, 0x6D2E, 0xACAC, 0x6D35, 0xACAD, 0x6D0E, 0xACAE, 0x6D2B, 0xACAF, 0x70AB, 0xACB0, 0x70BA, - 0xACB1, 0x70B3, 0xACB2, 0x70AC, 0xACB3, 0x70AF, 0xACB4, 0x70AD, 0xACB5, 0x70B8, 0xACB6, 0x70AE, 0xACB7, 0x70A4, 0xACB8, 0x7230, - 0xACB9, 0x7272, 0xACBA, 0x726F, 0xACBB, 0x7274, 0xACBC, 0x72E9, 0xACBD, 0x72E0, 0xACBE, 0x72E1, 0xACBF, 0x73B7, 0xACC0, 0x73CA, - 0xACC1, 0x73BB, 0xACC2, 0x73B2, 0xACC3, 0x73CD, 0xACC4, 0x73C0, 0xACC5, 0x73B3, 0xACC6, 0x751A, 0xACC7, 0x752D, 0xACC8, 0x754F, - 0xACC9, 0x754C, 0xACCA, 0x754E, 0xACCB, 0x754B, 0xACCC, 0x75AB, 0xACCD, 0x75A4, 0xACCE, 0x75A5, 0xACCF, 0x75A2, 0xACD0, 0x75A3, - 0xACD1, 0x7678, 0xACD2, 0x7686, 0xACD3, 0x7687, 0xACD4, 0x7688, 0xACD5, 0x76C8, 0xACD6, 0x76C6, 0xACD7, 0x76C3, 0xACD8, 0x76C5, - 0xACD9, 0x7701, 0xACDA, 0x76F9, 0xACDB, 0x76F8, 0xACDC, 0x7709, 0xACDD, 0x770B, 0xACDE, 0x76FE, 0xACDF, 0x76FC, 0xACE0, 0x7707, - 0xACE1, 0x77DC, 0xACE2, 0x7802, 0xACE3, 0x7814, 0xACE4, 0x780C, 0xACE5, 0x780D, 0xACE6, 0x7946, 0xACE7, 0x7949, 0xACE8, 0x7948, - 0xACE9, 0x7947, 0xACEA, 0x79B9, 0xACEB, 0x79BA, 0xACEC, 0x79D1, 0xACED, 0x79D2, 0xACEE, 0x79CB, 0xACEF, 0x7A7F, 0xACF0, 0x7A81, - 0xACF1, 0x7AFF, 0xACF2, 0x7AFD, 0xACF3, 0x7C7D, 0xACF4, 0x7D02, 0xACF5, 0x7D05, 0xACF6, 0x7D00, 0xACF7, 0x7D09, 0xACF8, 0x7D07, - 0xACF9, 0x7D04, 0xACFA, 0x7D06, 0xACFB, 0x7F38, 0xACFC, 0x7F8E, 0xACFD, 0x7FBF, 0xACFE, 0x8004, 0xAD40, 0x8010, 0xAD41, 0x800D, - 0xAD42, 0x8011, 0xAD43, 0x8036, 0xAD44, 0x80D6, 0xAD45, 0x80E5, 0xAD46, 0x80DA, 0xAD47, 0x80C3, 0xAD48, 0x80C4, 0xAD49, 0x80CC, - 0xAD4A, 0x80E1, 0xAD4B, 0x80DB, 0xAD4C, 0x80CE, 0xAD4D, 0x80DE, 0xAD4E, 0x80E4, 0xAD4F, 0x80DD, 0xAD50, 0x81F4, 0xAD51, 0x8222, - 0xAD52, 0x82E7, 0xAD53, 0x8303, 0xAD54, 0x8305, 0xAD55, 0x82E3, 0xAD56, 0x82DB, 0xAD57, 0x82E6, 0xAD58, 0x8304, 0xAD59, 0x82E5, - 0xAD5A, 0x8302, 0xAD5B, 0x8309, 0xAD5C, 0x82D2, 0xAD5D, 0x82D7, 0xAD5E, 0x82F1, 0xAD5F, 0x8301, 0xAD60, 0x82DC, 0xAD61, 0x82D4, - 0xAD62, 0x82D1, 0xAD63, 0x82DE, 0xAD64, 0x82D3, 0xAD65, 0x82DF, 0xAD66, 0x82EF, 0xAD67, 0x8306, 0xAD68, 0x8650, 0xAD69, 0x8679, - 0xAD6A, 0x867B, 0xAD6B, 0x867A, 0xAD6C, 0x884D, 0xAD6D, 0x886B, 0xAD6E, 0x8981, 0xAD6F, 0x89D4, 0xAD70, 0x8A08, 0xAD71, 0x8A02, - 0xAD72, 0x8A03, 0xAD73, 0x8C9E, 0xAD74, 0x8CA0, 0xAD75, 0x8D74, 0xAD76, 0x8D73, 0xAD77, 0x8DB4, 0xAD78, 0x8ECD, 0xAD79, 0x8ECC, - 0xAD7A, 0x8FF0, 0xAD7B, 0x8FE6, 0xAD7C, 0x8FE2, 0xAD7D, 0x8FEA, 0xAD7E, 0x8FE5, 0xADA1, 0x8FED, 0xADA2, 0x8FEB, 0xADA3, 0x8FE4, - 0xADA4, 0x8FE8, 0xADA5, 0x90CA, 0xADA6, 0x90CE, 0xADA7, 0x90C1, 0xADA8, 0x90C3, 0xADA9, 0x914B, 0xADAA, 0x914A, 0xADAB, 0x91CD, - 0xADAC, 0x9582, 0xADAD, 0x9650, 0xADAE, 0x964B, 0xADAF, 0x964C, 0xADB0, 0x964D, 0xADB1, 0x9762, 0xADB2, 0x9769, 0xADB3, 0x97CB, - 0xADB4, 0x97ED, 0xADB5, 0x97F3, 0xADB6, 0x9801, 0xADB7, 0x98A8, 0xADB8, 0x98DB, 0xADB9, 0x98DF, 0xADBA, 0x9996, 0xADBB, 0x9999, - 0xADBC, 0x4E58, 0xADBD, 0x4EB3, 0xADBE, 0x500C, 0xADBF, 0x500D, 0xADC0, 0x5023, 0xADC1, 0x4FEF, 0xADC2, 0x5026, 0xADC3, 0x5025, - 0xADC4, 0x4FF8, 0xADC5, 0x5029, 0xADC6, 0x5016, 0xADC7, 0x5006, 0xADC8, 0x503C, 0xADC9, 0x501F, 0xADCA, 0x501A, 0xADCB, 0x5012, - 0xADCC, 0x5011, 0xADCD, 0x4FFA, 0xADCE, 0x5000, 0xADCF, 0x5014, 0xADD0, 0x5028, 0xADD1, 0x4FF1, 0xADD2, 0x5021, 0xADD3, 0x500B, - 0xADD4, 0x5019, 0xADD5, 0x5018, 0xADD6, 0x4FF3, 0xADD7, 0x4FEE, 0xADD8, 0x502D, 0xADD9, 0x502A, 0xADDA, 0x4FFE, 0xADDB, 0x502B, - 0xADDC, 0x5009, 0xADDD, 0x517C, 0xADDE, 0x51A4, 0xADDF, 0x51A5, 0xADE0, 0x51A2, 0xADE1, 0x51CD, 0xADE2, 0x51CC, 0xADE3, 0x51C6, - 0xADE4, 0x51CB, 0xADE5, 0x5256, 0xADE6, 0x525C, 0xADE7, 0x5254, 0xADE8, 0x525B, 0xADE9, 0x525D, 0xADEA, 0x532A, 0xADEB, 0x537F, - 0xADEC, 0x539F, 0xADED, 0x539D, 0xADEE, 0x53DF, 0xADEF, 0x54E8, 0xADF0, 0x5510, 0xADF1, 0x5501, 0xADF2, 0x5537, 0xADF3, 0x54FC, - 0xADF4, 0x54E5, 0xADF5, 0x54F2, 0xADF6, 0x5506, 0xADF7, 0x54FA, 0xADF8, 0x5514, 0xADF9, 0x54E9, 0xADFA, 0x54ED, 0xADFB, 0x54E1, - 0xADFC, 0x5509, 0xADFD, 0x54EE, 0xADFE, 0x54EA, 0xAE40, 0x54E6, 0xAE41, 0x5527, 0xAE42, 0x5507, 0xAE43, 0x54FD, 0xAE44, 0x550F, - 0xAE45, 0x5703, 0xAE46, 0x5704, 0xAE47, 0x57C2, 0xAE48, 0x57D4, 0xAE49, 0x57CB, 0xAE4A, 0x57C3, 0xAE4B, 0x5809, 0xAE4C, 0x590F, - 0xAE4D, 0x5957, 0xAE4E, 0x5958, 0xAE4F, 0x595A, 0xAE50, 0x5A11, 0xAE51, 0x5A18, 0xAE52, 0x5A1C, 0xAE53, 0x5A1F, 0xAE54, 0x5A1B, - 0xAE55, 0x5A13, 0xAE56, 0x59EC, 0xAE57, 0x5A20, 0xAE58, 0x5A23, 0xAE59, 0x5A29, 0xAE5A, 0x5A25, 0xAE5B, 0x5A0C, 0xAE5C, 0x5A09, - 0xAE5D, 0x5B6B, 0xAE5E, 0x5C58, 0xAE5F, 0x5BB0, 0xAE60, 0x5BB3, 0xAE61, 0x5BB6, 0xAE62, 0x5BB4, 0xAE63, 0x5BAE, 0xAE64, 0x5BB5, - 0xAE65, 0x5BB9, 0xAE66, 0x5BB8, 0xAE67, 0x5C04, 0xAE68, 0x5C51, 0xAE69, 0x5C55, 0xAE6A, 0x5C50, 0xAE6B, 0x5CED, 0xAE6C, 0x5CFD, - 0xAE6D, 0x5CFB, 0xAE6E, 0x5CEA, 0xAE6F, 0x5CE8, 0xAE70, 0x5CF0, 0xAE71, 0x5CF6, 0xAE72, 0x5D01, 0xAE73, 0x5CF4, 0xAE74, 0x5DEE, - 0xAE75, 0x5E2D, 0xAE76, 0x5E2B, 0xAE77, 0x5EAB, 0xAE78, 0x5EAD, 0xAE79, 0x5EA7, 0xAE7A, 0x5F31, 0xAE7B, 0x5F92, 0xAE7C, 0x5F91, - 0xAE7D, 0x5F90, 0xAE7E, 0x6059, 0xAEA1, 0x6063, 0xAEA2, 0x6065, 0xAEA3, 0x6050, 0xAEA4, 0x6055, 0xAEA5, 0x606D, 0xAEA6, 0x6069, - 0xAEA7, 0x606F, 0xAEA8, 0x6084, 0xAEA9, 0x609F, 0xAEAA, 0x609A, 0xAEAB, 0x608D, 0xAEAC, 0x6094, 0xAEAD, 0x608C, 0xAEAE, 0x6085, - 0xAEAF, 0x6096, 0xAEB0, 0x6247, 0xAEB1, 0x62F3, 0xAEB2, 0x6308, 0xAEB3, 0x62FF, 0xAEB4, 0x634E, 0xAEB5, 0x633E, 0xAEB6, 0x632F, - 0xAEB7, 0x6355, 0xAEB8, 0x6342, 0xAEB9, 0x6346, 0xAEBA, 0x634F, 0xAEBB, 0x6349, 0xAEBC, 0x633A, 0xAEBD, 0x6350, 0xAEBE, 0x633D, - 0xAEBF, 0x632A, 0xAEC0, 0x632B, 0xAEC1, 0x6328, 0xAEC2, 0x634D, 0xAEC3, 0x634C, 0xAEC4, 0x6548, 0xAEC5, 0x6549, 0xAEC6, 0x6599, - 0xAEC7, 0x65C1, 0xAEC8, 0x65C5, 0xAEC9, 0x6642, 0xAECA, 0x6649, 0xAECB, 0x664F, 0xAECC, 0x6643, 0xAECD, 0x6652, 0xAECE, 0x664C, - 0xAECF, 0x6645, 0xAED0, 0x6641, 0xAED1, 0x66F8, 0xAED2, 0x6714, 0xAED3, 0x6715, 0xAED4, 0x6717, 0xAED5, 0x6821, 0xAED6, 0x6838, - 0xAED7, 0x6848, 0xAED8, 0x6846, 0xAED9, 0x6853, 0xAEDA, 0x6839, 0xAEDB, 0x6842, 0xAEDC, 0x6854, 0xAEDD, 0x6829, 0xAEDE, 0x68B3, - 0xAEDF, 0x6817, 0xAEE0, 0x684C, 0xAEE1, 0x6851, 0xAEE2, 0x683D, 0xAEE3, 0x67F4, 0xAEE4, 0x6850, 0xAEE5, 0x6840, 0xAEE6, 0x683C, - 0xAEE7, 0x6843, 0xAEE8, 0x682A, 0xAEE9, 0x6845, 0xAEEA, 0x6813, 0xAEEB, 0x6818, 0xAEEC, 0x6841, 0xAEED, 0x6B8A, 0xAEEE, 0x6B89, - 0xAEEF, 0x6BB7, 0xAEF0, 0x6C23, 0xAEF1, 0x6C27, 0xAEF2, 0x6C28, 0xAEF3, 0x6C26, 0xAEF4, 0x6C24, 0xAEF5, 0x6CF0, 0xAEF6, 0x6D6A, - 0xAEF7, 0x6D95, 0xAEF8, 0x6D88, 0xAEF9, 0x6D87, 0xAEFA, 0x6D66, 0xAEFB, 0x6D78, 0xAEFC, 0x6D77, 0xAEFD, 0x6D59, 0xAEFE, 0x6D93, - 0xAF40, 0x6D6C, 0xAF41, 0x6D89, 0xAF42, 0x6D6E, 0xAF43, 0x6D5A, 0xAF44, 0x6D74, 0xAF45, 0x6D69, 0xAF46, 0x6D8C, 0xAF47, 0x6D8A, - 0xAF48, 0x6D79, 0xAF49, 0x6D85, 0xAF4A, 0x6D65, 0xAF4B, 0x6D94, 0xAF4C, 0x70CA, 0xAF4D, 0x70D8, 0xAF4E, 0x70E4, 0xAF4F, 0x70D9, - 0xAF50, 0x70C8, 0xAF51, 0x70CF, 0xAF52, 0x7239, 0xAF53, 0x7279, 0xAF54, 0x72FC, 0xAF55, 0x72F9, 0xAF56, 0x72FD, 0xAF57, 0x72F8, - 0xAF58, 0x72F7, 0xAF59, 0x7386, 0xAF5A, 0x73ED, 0xAF5B, 0x7409, 0xAF5C, 0x73EE, 0xAF5D, 0x73E0, 0xAF5E, 0x73EA, 0xAF5F, 0x73DE, - 0xAF60, 0x7554, 0xAF61, 0x755D, 0xAF62, 0x755C, 0xAF63, 0x755A, 0xAF64, 0x7559, 0xAF65, 0x75BE, 0xAF66, 0x75C5, 0xAF67, 0x75C7, - 0xAF68, 0x75B2, 0xAF69, 0x75B3, 0xAF6A, 0x75BD, 0xAF6B, 0x75BC, 0xAF6C, 0x75B9, 0xAF6D, 0x75C2, 0xAF6E, 0x75B8, 0xAF6F, 0x768B, - 0xAF70, 0x76B0, 0xAF71, 0x76CA, 0xAF72, 0x76CD, 0xAF73, 0x76CE, 0xAF74, 0x7729, 0xAF75, 0x771F, 0xAF76, 0x7720, 0xAF77, 0x7728, - 0xAF78, 0x77E9, 0xAF79, 0x7830, 0xAF7A, 0x7827, 0xAF7B, 0x7838, 0xAF7C, 0x781D, 0xAF7D, 0x7834, 0xAF7E, 0x7837, 0xAFA1, 0x7825, - 0xAFA2, 0x782D, 0xAFA3, 0x7820, 0xAFA4, 0x781F, 0xAFA5, 0x7832, 0xAFA6, 0x7955, 0xAFA7, 0x7950, 0xAFA8, 0x7960, 0xAFA9, 0x795F, - 0xAFAA, 0x7956, 0xAFAB, 0x795E, 0xAFAC, 0x795D, 0xAFAD, 0x7957, 0xAFAE, 0x795A, 0xAFAF, 0x79E4, 0xAFB0, 0x79E3, 0xAFB1, 0x79E7, - 0xAFB2, 0x79DF, 0xAFB3, 0x79E6, 0xAFB4, 0x79E9, 0xAFB5, 0x79D8, 0xAFB6, 0x7A84, 0xAFB7, 0x7A88, 0xAFB8, 0x7AD9, 0xAFB9, 0x7B06, - 0xAFBA, 0x7B11, 0xAFBB, 0x7C89, 0xAFBC, 0x7D21, 0xAFBD, 0x7D17, 0xAFBE, 0x7D0B, 0xAFBF, 0x7D0A, 0xAFC0, 0x7D20, 0xAFC1, 0x7D22, - 0xAFC2, 0x7D14, 0xAFC3, 0x7D10, 0xAFC4, 0x7D15, 0xAFC5, 0x7D1A, 0xAFC6, 0x7D1C, 0xAFC7, 0x7D0D, 0xAFC8, 0x7D19, 0xAFC9, 0x7D1B, - 0xAFCA, 0x7F3A, 0xAFCB, 0x7F5F, 0xAFCC, 0x7F94, 0xAFCD, 0x7FC5, 0xAFCE, 0x7FC1, 0xAFCF, 0x8006, 0xAFD0, 0x8018, 0xAFD1, 0x8015, - 0xAFD2, 0x8019, 0xAFD3, 0x8017, 0xAFD4, 0x803D, 0xAFD5, 0x803F, 0xAFD6, 0x80F1, 0xAFD7, 0x8102, 0xAFD8, 0x80F0, 0xAFD9, 0x8105, - 0xAFDA, 0x80ED, 0xAFDB, 0x80F4, 0xAFDC, 0x8106, 0xAFDD, 0x80F8, 0xAFDE, 0x80F3, 0xAFDF, 0x8108, 0xAFE0, 0x80FD, 0xAFE1, 0x810A, - 0xAFE2, 0x80FC, 0xAFE3, 0x80EF, 0xAFE4, 0x81ED, 0xAFE5, 0x81EC, 0xAFE6, 0x8200, 0xAFE7, 0x8210, 0xAFE8, 0x822A, 0xAFE9, 0x822B, - 0xAFEA, 0x8228, 0xAFEB, 0x822C, 0xAFEC, 0x82BB, 0xAFED, 0x832B, 0xAFEE, 0x8352, 0xAFEF, 0x8354, 0xAFF0, 0x834A, 0xAFF1, 0x8338, - 0xAFF2, 0x8350, 0xAFF3, 0x8349, 0xAFF4, 0x8335, 0xAFF5, 0x8334, 0xAFF6, 0x834F, 0xAFF7, 0x8332, 0xAFF8, 0x8339, 0xAFF9, 0x8336, - 0xAFFA, 0x8317, 0xAFFB, 0x8340, 0xAFFC, 0x8331, 0xAFFD, 0x8328, 0xAFFE, 0x8343, 0xB040, 0x8654, 0xB041, 0x868A, 0xB042, 0x86AA, - 0xB043, 0x8693, 0xB044, 0x86A4, 0xB045, 0x86A9, 0xB046, 0x868C, 0xB047, 0x86A3, 0xB048, 0x869C, 0xB049, 0x8870, 0xB04A, 0x8877, - 0xB04B, 0x8881, 0xB04C, 0x8882, 0xB04D, 0x887D, 0xB04E, 0x8879, 0xB04F, 0x8A18, 0xB050, 0x8A10, 0xB051, 0x8A0E, 0xB052, 0x8A0C, - 0xB053, 0x8A15, 0xB054, 0x8A0A, 0xB055, 0x8A17, 0xB056, 0x8A13, 0xB057, 0x8A16, 0xB058, 0x8A0F, 0xB059, 0x8A11, 0xB05A, 0x8C48, - 0xB05B, 0x8C7A, 0xB05C, 0x8C79, 0xB05D, 0x8CA1, 0xB05E, 0x8CA2, 0xB05F, 0x8D77, 0xB060, 0x8EAC, 0xB061, 0x8ED2, 0xB062, 0x8ED4, - 0xB063, 0x8ECF, 0xB064, 0x8FB1, 0xB065, 0x9001, 0xB066, 0x9006, 0xB067, 0x8FF7, 0xB068, 0x9000, 0xB069, 0x8FFA, 0xB06A, 0x8FF4, - 0xB06B, 0x9003, 0xB06C, 0x8FFD, 0xB06D, 0x9005, 0xB06E, 0x8FF8, 0xB06F, 0x9095, 0xB070, 0x90E1, 0xB071, 0x90DD, 0xB072, 0x90E2, - 0xB073, 0x9152, 0xB074, 0x914D, 0xB075, 0x914C, 0xB076, 0x91D8, 0xB077, 0x91DD, 0xB078, 0x91D7, 0xB079, 0x91DC, 0xB07A, 0x91D9, - 0xB07B, 0x9583, 0xB07C, 0x9662, 0xB07D, 0x9663, 0xB07E, 0x9661, 0xB0A1, 0x965B, 0xB0A2, 0x965D, 0xB0A3, 0x9664, 0xB0A4, 0x9658, - 0xB0A5, 0x965E, 0xB0A6, 0x96BB, 0xB0A7, 0x98E2, 0xB0A8, 0x99AC, 0xB0A9, 0x9AA8, 0xB0AA, 0x9AD8, 0xB0AB, 0x9B25, 0xB0AC, 0x9B32, - 0xB0AD, 0x9B3C, 0xB0AE, 0x4E7E, 0xB0AF, 0x507A, 0xB0B0, 0x507D, 0xB0B1, 0x505C, 0xB0B2, 0x5047, 0xB0B3, 0x5043, 0xB0B4, 0x504C, - 0xB0B5, 0x505A, 0xB0B6, 0x5049, 0xB0B7, 0x5065, 0xB0B8, 0x5076, 0xB0B9, 0x504E, 0xB0BA, 0x5055, 0xB0BB, 0x5075, 0xB0BC, 0x5074, - 0xB0BD, 0x5077, 0xB0BE, 0x504F, 0xB0BF, 0x500F, 0xB0C0, 0x506F, 0xB0C1, 0x506D, 0xB0C2, 0x515C, 0xB0C3, 0x5195, 0xB0C4, 0x51F0, - 0xB0C5, 0x526A, 0xB0C6, 0x526F, 0xB0C7, 0x52D2, 0xB0C8, 0x52D9, 0xB0C9, 0x52D8, 0xB0CA, 0x52D5, 0xB0CB, 0x5310, 0xB0CC, 0x530F, - 0xB0CD, 0x5319, 0xB0CE, 0x533F, 0xB0CF, 0x5340, 0xB0D0, 0x533E, 0xB0D1, 0x53C3, 0xB0D2, 0x66FC, 0xB0D3, 0x5546, 0xB0D4, 0x556A, - 0xB0D5, 0x5566, 0xB0D6, 0x5544, 0xB0D7, 0x555E, 0xB0D8, 0x5561, 0xB0D9, 0x5543, 0xB0DA, 0x554A, 0xB0DB, 0x5531, 0xB0DC, 0x5556, - 0xB0DD, 0x554F, 0xB0DE, 0x5555, 0xB0DF, 0x552F, 0xB0E0, 0x5564, 0xB0E1, 0x5538, 0xB0E2, 0x552E, 0xB0E3, 0x555C, 0xB0E4, 0x552C, - 0xB0E5, 0x5563, 0xB0E6, 0x5533, 0xB0E7, 0x5541, 0xB0E8, 0x5557, 0xB0E9, 0x5708, 0xB0EA, 0x570B, 0xB0EB, 0x5709, 0xB0EC, 0x57DF, - 0xB0ED, 0x5805, 0xB0EE, 0x580A, 0xB0EF, 0x5806, 0xB0F0, 0x57E0, 0xB0F1, 0x57E4, 0xB0F2, 0x57FA, 0xB0F3, 0x5802, 0xB0F4, 0x5835, - 0xB0F5, 0x57F7, 0xB0F6, 0x57F9, 0xB0F7, 0x5920, 0xB0F8, 0x5962, 0xB0F9, 0x5A36, 0xB0FA, 0x5A41, 0xB0FB, 0x5A49, 0xB0FC, 0x5A66, - 0xB0FD, 0x5A6A, 0xB0FE, 0x5A40, 0xB140, 0x5A3C, 0xB141, 0x5A62, 0xB142, 0x5A5A, 0xB143, 0x5A46, 0xB144, 0x5A4A, 0xB145, 0x5B70, - 0xB146, 0x5BC7, 0xB147, 0x5BC5, 0xB148, 0x5BC4, 0xB149, 0x5BC2, 0xB14A, 0x5BBF, 0xB14B, 0x5BC6, 0xB14C, 0x5C09, 0xB14D, 0x5C08, - 0xB14E, 0x5C07, 0xB14F, 0x5C60, 0xB150, 0x5C5C, 0xB151, 0x5C5D, 0xB152, 0x5D07, 0xB153, 0x5D06, 0xB154, 0x5D0E, 0xB155, 0x5D1B, - 0xB156, 0x5D16, 0xB157, 0x5D22, 0xB158, 0x5D11, 0xB159, 0x5D29, 0xB15A, 0x5D14, 0xB15B, 0x5D19, 0xB15C, 0x5D24, 0xB15D, 0x5D27, - 0xB15E, 0x5D17, 0xB15F, 0x5DE2, 0xB160, 0x5E38, 0xB161, 0x5E36, 0xB162, 0x5E33, 0xB163, 0x5E37, 0xB164, 0x5EB7, 0xB165, 0x5EB8, - 0xB166, 0x5EB6, 0xB167, 0x5EB5, 0xB168, 0x5EBE, 0xB169, 0x5F35, 0xB16A, 0x5F37, 0xB16B, 0x5F57, 0xB16C, 0x5F6C, 0xB16D, 0x5F69, - 0xB16E, 0x5F6B, 0xB16F, 0x5F97, 0xB170, 0x5F99, 0xB171, 0x5F9E, 0xB172, 0x5F98, 0xB173, 0x5FA1, 0xB174, 0x5FA0, 0xB175, 0x5F9C, - 0xB176, 0x607F, 0xB177, 0x60A3, 0xB178, 0x6089, 0xB179, 0x60A0, 0xB17A, 0x60A8, 0xB17B, 0x60CB, 0xB17C, 0x60B4, 0xB17D, 0x60E6, - 0xB17E, 0x60BD, 0xB1A1, 0x60C5, 0xB1A2, 0x60BB, 0xB1A3, 0x60B5, 0xB1A4, 0x60DC, 0xB1A5, 0x60BC, 0xB1A6, 0x60D8, 0xB1A7, 0x60D5, - 0xB1A8, 0x60C6, 0xB1A9, 0x60DF, 0xB1AA, 0x60B8, 0xB1AB, 0x60DA, 0xB1AC, 0x60C7, 0xB1AD, 0x621A, 0xB1AE, 0x621B, 0xB1AF, 0x6248, - 0xB1B0, 0x63A0, 0xB1B1, 0x63A7, 0xB1B2, 0x6372, 0xB1B3, 0x6396, 0xB1B4, 0x63A2, 0xB1B5, 0x63A5, 0xB1B6, 0x6377, 0xB1B7, 0x6367, - 0xB1B8, 0x6398, 0xB1B9, 0x63AA, 0xB1BA, 0x6371, 0xB1BB, 0x63A9, 0xB1BC, 0x6389, 0xB1BD, 0x6383, 0xB1BE, 0x639B, 0xB1BF, 0x636B, - 0xB1C0, 0x63A8, 0xB1C1, 0x6384, 0xB1C2, 0x6388, 0xB1C3, 0x6399, 0xB1C4, 0x63A1, 0xB1C5, 0x63AC, 0xB1C6, 0x6392, 0xB1C7, 0x638F, - 0xB1C8, 0x6380, 0xB1C9, 0x637B, 0xB1CA, 0x6369, 0xB1CB, 0x6368, 0xB1CC, 0x637A, 0xB1CD, 0x655D, 0xB1CE, 0x6556, 0xB1CF, 0x6551, - 0xB1D0, 0x6559, 0xB1D1, 0x6557, 0xB1D2, 0x555F, 0xB1D3, 0x654F, 0xB1D4, 0x6558, 0xB1D5, 0x6555, 0xB1D6, 0x6554, 0xB1D7, 0x659C, - 0xB1D8, 0x659B, 0xB1D9, 0x65AC, 0xB1DA, 0x65CF, 0xB1DB, 0x65CB, 0xB1DC, 0x65CC, 0xB1DD, 0x65CE, 0xB1DE, 0x665D, 0xB1DF, 0x665A, - 0xB1E0, 0x6664, 0xB1E1, 0x6668, 0xB1E2, 0x6666, 0xB1E3, 0x665E, 0xB1E4, 0x66F9, 0xB1E5, 0x52D7, 0xB1E6, 0x671B, 0xB1E7, 0x6881, - 0xB1E8, 0x68AF, 0xB1E9, 0x68A2, 0xB1EA, 0x6893, 0xB1EB, 0x68B5, 0xB1EC, 0x687F, 0xB1ED, 0x6876, 0xB1EE, 0x68B1, 0xB1EF, 0x68A7, - 0xB1F0, 0x6897, 0xB1F1, 0x68B0, 0xB1F2, 0x6883, 0xB1F3, 0x68C4, 0xB1F4, 0x68AD, 0xB1F5, 0x6886, 0xB1F6, 0x6885, 0xB1F7, 0x6894, - 0xB1F8, 0x689D, 0xB1F9, 0x68A8, 0xB1FA, 0x689F, 0xB1FB, 0x68A1, 0xB1FC, 0x6882, 0xB1FD, 0x6B32, 0xB1FE, 0x6BBA, 0xB240, 0x6BEB, - 0xB241, 0x6BEC, 0xB242, 0x6C2B, 0xB243, 0x6D8E, 0xB244, 0x6DBC, 0xB245, 0x6DF3, 0xB246, 0x6DD9, 0xB247, 0x6DB2, 0xB248, 0x6DE1, - 0xB249, 0x6DCC, 0xB24A, 0x6DE4, 0xB24B, 0x6DFB, 0xB24C, 0x6DFA, 0xB24D, 0x6E05, 0xB24E, 0x6DC7, 0xB24F, 0x6DCB, 0xB250, 0x6DAF, - 0xB251, 0x6DD1, 0xB252, 0x6DAE, 0xB253, 0x6DDE, 0xB254, 0x6DF9, 0xB255, 0x6DB8, 0xB256, 0x6DF7, 0xB257, 0x6DF5, 0xB258, 0x6DC5, - 0xB259, 0x6DD2, 0xB25A, 0x6E1A, 0xB25B, 0x6DB5, 0xB25C, 0x6DDA, 0xB25D, 0x6DEB, 0xB25E, 0x6DD8, 0xB25F, 0x6DEA, 0xB260, 0x6DF1, - 0xB261, 0x6DEE, 0xB262, 0x6DE8, 0xB263, 0x6DC6, 0xB264, 0x6DC4, 0xB265, 0x6DAA, 0xB266, 0x6DEC, 0xB267, 0x6DBF, 0xB268, 0x6DE6, - 0xB269, 0x70F9, 0xB26A, 0x7109, 0xB26B, 0x710A, 0xB26C, 0x70FD, 0xB26D, 0x70EF, 0xB26E, 0x723D, 0xB26F, 0x727D, 0xB270, 0x7281, - 0xB271, 0x731C, 0xB272, 0x731B, 0xB273, 0x7316, 0xB274, 0x7313, 0xB275, 0x7319, 0xB276, 0x7387, 0xB277, 0x7405, 0xB278, 0x740A, - 0xB279, 0x7403, 0xB27A, 0x7406, 0xB27B, 0x73FE, 0xB27C, 0x740D, 0xB27D, 0x74E0, 0xB27E, 0x74F6, 0xB2A1, 0x74F7, 0xB2A2, 0x751C, - 0xB2A3, 0x7522, 0xB2A4, 0x7565, 0xB2A5, 0x7566, 0xB2A6, 0x7562, 0xB2A7, 0x7570, 0xB2A8, 0x758F, 0xB2A9, 0x75D4, 0xB2AA, 0x75D5, - 0xB2AB, 0x75B5, 0xB2AC, 0x75CA, 0xB2AD, 0x75CD, 0xB2AE, 0x768E, 0xB2AF, 0x76D4, 0xB2B0, 0x76D2, 0xB2B1, 0x76DB, 0xB2B2, 0x7737, - 0xB2B3, 0x773E, 0xB2B4, 0x773C, 0xB2B5, 0x7736, 0xB2B6, 0x7738, 0xB2B7, 0x773A, 0xB2B8, 0x786B, 0xB2B9, 0x7843, 0xB2BA, 0x784E, - 0xB2BB, 0x7965, 0xB2BC, 0x7968, 0xB2BD, 0x796D, 0xB2BE, 0x79FB, 0xB2BF, 0x7A92, 0xB2C0, 0x7A95, 0xB2C1, 0x7B20, 0xB2C2, 0x7B28, - 0xB2C3, 0x7B1B, 0xB2C4, 0x7B2C, 0xB2C5, 0x7B26, 0xB2C6, 0x7B19, 0xB2C7, 0x7B1E, 0xB2C8, 0x7B2E, 0xB2C9, 0x7C92, 0xB2CA, 0x7C97, - 0xB2CB, 0x7C95, 0xB2CC, 0x7D46, 0xB2CD, 0x7D43, 0xB2CE, 0x7D71, 0xB2CF, 0x7D2E, 0xB2D0, 0x7D39, 0xB2D1, 0x7D3C, 0xB2D2, 0x7D40, - 0xB2D3, 0x7D30, 0xB2D4, 0x7D33, 0xB2D5, 0x7D44, 0xB2D6, 0x7D2F, 0xB2D7, 0x7D42, 0xB2D8, 0x7D32, 0xB2D9, 0x7D31, 0xB2DA, 0x7F3D, - 0xB2DB, 0x7F9E, 0xB2DC, 0x7F9A, 0xB2DD, 0x7FCC, 0xB2DE, 0x7FCE, 0xB2DF, 0x7FD2, 0xB2E0, 0x801C, 0xB2E1, 0x804A, 0xB2E2, 0x8046, - 0xB2E3, 0x812F, 0xB2E4, 0x8116, 0xB2E5, 0x8123, 0xB2E6, 0x812B, 0xB2E7, 0x8129, 0xB2E8, 0x8130, 0xB2E9, 0x8124, 0xB2EA, 0x8202, - 0xB2EB, 0x8235, 0xB2EC, 0x8237, 0xB2ED, 0x8236, 0xB2EE, 0x8239, 0xB2EF, 0x838E, 0xB2F0, 0x839E, 0xB2F1, 0x8398, 0xB2F2, 0x8378, - 0xB2F3, 0x83A2, 0xB2F4, 0x8396, 0xB2F5, 0x83BD, 0xB2F6, 0x83AB, 0xB2F7, 0x8392, 0xB2F8, 0x838A, 0xB2F9, 0x8393, 0xB2FA, 0x8389, - 0xB2FB, 0x83A0, 0xB2FC, 0x8377, 0xB2FD, 0x837B, 0xB2FE, 0x837C, 0xB340, 0x8386, 0xB341, 0x83A7, 0xB342, 0x8655, 0xB343, 0x5F6A, - 0xB344, 0x86C7, 0xB345, 0x86C0, 0xB346, 0x86B6, 0xB347, 0x86C4, 0xB348, 0x86B5, 0xB349, 0x86C6, 0xB34A, 0x86CB, 0xB34B, 0x86B1, - 0xB34C, 0x86AF, 0xB34D, 0x86C9, 0xB34E, 0x8853, 0xB34F, 0x889E, 0xB350, 0x8888, 0xB351, 0x88AB, 0xB352, 0x8892, 0xB353, 0x8896, - 0xB354, 0x888D, 0xB355, 0x888B, 0xB356, 0x8993, 0xB357, 0x898F, 0xB358, 0x8A2A, 0xB359, 0x8A1D, 0xB35A, 0x8A23, 0xB35B, 0x8A25, - 0xB35C, 0x8A31, 0xB35D, 0x8A2D, 0xB35E, 0x8A1F, 0xB35F, 0x8A1B, 0xB360, 0x8A22, 0xB361, 0x8C49, 0xB362, 0x8C5A, 0xB363, 0x8CA9, - 0xB364, 0x8CAC, 0xB365, 0x8CAB, 0xB366, 0x8CA8, 0xB367, 0x8CAA, 0xB368, 0x8CA7, 0xB369, 0x8D67, 0xB36A, 0x8D66, 0xB36B, 0x8DBE, - 0xB36C, 0x8DBA, 0xB36D, 0x8EDB, 0xB36E, 0x8EDF, 0xB36F, 0x9019, 0xB370, 0x900D, 0xB371, 0x901A, 0xB372, 0x9017, 0xB373, 0x9023, - 0xB374, 0x901F, 0xB375, 0x901D, 0xB376, 0x9010, 0xB377, 0x9015, 0xB378, 0x901E, 0xB379, 0x9020, 0xB37A, 0x900F, 0xB37B, 0x9022, - 0xB37C, 0x9016, 0xB37D, 0x901B, 0xB37E, 0x9014, 0xB3A1, 0x90E8, 0xB3A2, 0x90ED, 0xB3A3, 0x90FD, 0xB3A4, 0x9157, 0xB3A5, 0x91CE, - 0xB3A6, 0x91F5, 0xB3A7, 0x91E6, 0xB3A8, 0x91E3, 0xB3A9, 0x91E7, 0xB3AA, 0x91ED, 0xB3AB, 0x91E9, 0xB3AC, 0x9589, 0xB3AD, 0x966A, - 0xB3AE, 0x9675, 0xB3AF, 0x9673, 0xB3B0, 0x9678, 0xB3B1, 0x9670, 0xB3B2, 0x9674, 0xB3B3, 0x9676, 0xB3B4, 0x9677, 0xB3B5, 0x966C, - 0xB3B6, 0x96C0, 0xB3B7, 0x96EA, 0xB3B8, 0x96E9, 0xB3B9, 0x7AE0, 0xB3BA, 0x7ADF, 0xB3BB, 0x9802, 0xB3BC, 0x9803, 0xB3BD, 0x9B5A, - 0xB3BE, 0x9CE5, 0xB3BF, 0x9E75, 0xB3C0, 0x9E7F, 0xB3C1, 0x9EA5, 0xB3C2, 0x9EBB, 0xB3C3, 0x50A2, 0xB3C4, 0x508D, 0xB3C5, 0x5085, - 0xB3C6, 0x5099, 0xB3C7, 0x5091, 0xB3C8, 0x5080, 0xB3C9, 0x5096, 0xB3CA, 0x5098, 0xB3CB, 0x509A, 0xB3CC, 0x6700, 0xB3CD, 0x51F1, - 0xB3CE, 0x5272, 0xB3CF, 0x5274, 0xB3D0, 0x5275, 0xB3D1, 0x5269, 0xB3D2, 0x52DE, 0xB3D3, 0x52DD, 0xB3D4, 0x52DB, 0xB3D5, 0x535A, - 0xB3D6, 0x53A5, 0xB3D7, 0x557B, 0xB3D8, 0x5580, 0xB3D9, 0x55A7, 0xB3DA, 0x557C, 0xB3DB, 0x558A, 0xB3DC, 0x559D, 0xB3DD, 0x5598, - 0xB3DE, 0x5582, 0xB3DF, 0x559C, 0xB3E0, 0x55AA, 0xB3E1, 0x5594, 0xB3E2, 0x5587, 0xB3E3, 0x558B, 0xB3E4, 0x5583, 0xB3E5, 0x55B3, - 0xB3E6, 0x55AE, 0xB3E7, 0x559F, 0xB3E8, 0x553E, 0xB3E9, 0x55B2, 0xB3EA, 0x559A, 0xB3EB, 0x55BB, 0xB3EC, 0x55AC, 0xB3ED, 0x55B1, - 0xB3EE, 0x557E, 0xB3EF, 0x5589, 0xB3F0, 0x55AB, 0xB3F1, 0x5599, 0xB3F2, 0x570D, 0xB3F3, 0x582F, 0xB3F4, 0x582A, 0xB3F5, 0x5834, - 0xB3F6, 0x5824, 0xB3F7, 0x5830, 0xB3F8, 0x5831, 0xB3F9, 0x5821, 0xB3FA, 0x581D, 0xB3FB, 0x5820, 0xB3FC, 0x58F9, 0xB3FD, 0x58FA, - 0xB3FE, 0x5960, 0xB440, 0x5A77, 0xB441, 0x5A9A, 0xB442, 0x5A7F, 0xB443, 0x5A92, 0xB444, 0x5A9B, 0xB445, 0x5AA7, 0xB446, 0x5B73, - 0xB447, 0x5B71, 0xB448, 0x5BD2, 0xB449, 0x5BCC, 0xB44A, 0x5BD3, 0xB44B, 0x5BD0, 0xB44C, 0x5C0A, 0xB44D, 0x5C0B, 0xB44E, 0x5C31, - 0xB44F, 0x5D4C, 0xB450, 0x5D50, 0xB451, 0x5D34, 0xB452, 0x5D47, 0xB453, 0x5DFD, 0xB454, 0x5E45, 0xB455, 0x5E3D, 0xB456, 0x5E40, - 0xB457, 0x5E43, 0xB458, 0x5E7E, 0xB459, 0x5ECA, 0xB45A, 0x5EC1, 0xB45B, 0x5EC2, 0xB45C, 0x5EC4, 0xB45D, 0x5F3C, 0xB45E, 0x5F6D, - 0xB45F, 0x5FA9, 0xB460, 0x5FAA, 0xB461, 0x5FA8, 0xB462, 0x60D1, 0xB463, 0x60E1, 0xB464, 0x60B2, 0xB465, 0x60B6, 0xB466, 0x60E0, - 0xB467, 0x611C, 0xB468, 0x6123, 0xB469, 0x60FA, 0xB46A, 0x6115, 0xB46B, 0x60F0, 0xB46C, 0x60FB, 0xB46D, 0x60F4, 0xB46E, 0x6168, - 0xB46F, 0x60F1, 0xB470, 0x610E, 0xB471, 0x60F6, 0xB472, 0x6109, 0xB473, 0x6100, 0xB474, 0x6112, 0xB475, 0x621F, 0xB476, 0x6249, - 0xB477, 0x63A3, 0xB478, 0x638C, 0xB479, 0x63CF, 0xB47A, 0x63C0, 0xB47B, 0x63E9, 0xB47C, 0x63C9, 0xB47D, 0x63C6, 0xB47E, 0x63CD, - 0xB4A1, 0x63D2, 0xB4A2, 0x63E3, 0xB4A3, 0x63D0, 0xB4A4, 0x63E1, 0xB4A5, 0x63D6, 0xB4A6, 0x63ED, 0xB4A7, 0x63EE, 0xB4A8, 0x6376, - 0xB4A9, 0x63F4, 0xB4AA, 0x63EA, 0xB4AB, 0x63DB, 0xB4AC, 0x6452, 0xB4AD, 0x63DA, 0xB4AE, 0x63F9, 0xB4AF, 0x655E, 0xB4B0, 0x6566, - 0xB4B1, 0x6562, 0xB4B2, 0x6563, 0xB4B3, 0x6591, 0xB4B4, 0x6590, 0xB4B5, 0x65AF, 0xB4B6, 0x666E, 0xB4B7, 0x6670, 0xB4B8, 0x6674, - 0xB4B9, 0x6676, 0xB4BA, 0x666F, 0xB4BB, 0x6691, 0xB4BC, 0x667A, 0xB4BD, 0x667E, 0xB4BE, 0x6677, 0xB4BF, 0x66FE, 0xB4C0, 0x66FF, - 0xB4C1, 0x671F, 0xB4C2, 0x671D, 0xB4C3, 0x68FA, 0xB4C4, 0x68D5, 0xB4C5, 0x68E0, 0xB4C6, 0x68D8, 0xB4C7, 0x68D7, 0xB4C8, 0x6905, - 0xB4C9, 0x68DF, 0xB4CA, 0x68F5, 0xB4CB, 0x68EE, 0xB4CC, 0x68E7, 0xB4CD, 0x68F9, 0xB4CE, 0x68D2, 0xB4CF, 0x68F2, 0xB4D0, 0x68E3, - 0xB4D1, 0x68CB, 0xB4D2, 0x68CD, 0xB4D3, 0x690D, 0xB4D4, 0x6912, 0xB4D5, 0x690E, 0xB4D6, 0x68C9, 0xB4D7, 0x68DA, 0xB4D8, 0x696E, - 0xB4D9, 0x68FB, 0xB4DA, 0x6B3E, 0xB4DB, 0x6B3A, 0xB4DC, 0x6B3D, 0xB4DD, 0x6B98, 0xB4DE, 0x6B96, 0xB4DF, 0x6BBC, 0xB4E0, 0x6BEF, - 0xB4E1, 0x6C2E, 0xB4E2, 0x6C2F, 0xB4E3, 0x6C2C, 0xB4E4, 0x6E2F, 0xB4E5, 0x6E38, 0xB4E6, 0x6E54, 0xB4E7, 0x6E21, 0xB4E8, 0x6E32, - 0xB4E9, 0x6E67, 0xB4EA, 0x6E4A, 0xB4EB, 0x6E20, 0xB4EC, 0x6E25, 0xB4ED, 0x6E23, 0xB4EE, 0x6E1B, 0xB4EF, 0x6E5B, 0xB4F0, 0x6E58, - 0xB4F1, 0x6E24, 0xB4F2, 0x6E56, 0xB4F3, 0x6E6E, 0xB4F4, 0x6E2D, 0xB4F5, 0x6E26, 0xB4F6, 0x6E6F, 0xB4F7, 0x6E34, 0xB4F8, 0x6E4D, - 0xB4F9, 0x6E3A, 0xB4FA, 0x6E2C, 0xB4FB, 0x6E43, 0xB4FC, 0x6E1D, 0xB4FD, 0x6E3E, 0xB4FE, 0x6ECB, 0xB540, 0x6E89, 0xB541, 0x6E19, - 0xB542, 0x6E4E, 0xB543, 0x6E63, 0xB544, 0x6E44, 0xB545, 0x6E72, 0xB546, 0x6E69, 0xB547, 0x6E5F, 0xB548, 0x7119, 0xB549, 0x711A, - 0xB54A, 0x7126, 0xB54B, 0x7130, 0xB54C, 0x7121, 0xB54D, 0x7136, 0xB54E, 0x716E, 0xB54F, 0x711C, 0xB550, 0x724C, 0xB551, 0x7284, - 0xB552, 0x7280, 0xB553, 0x7336, 0xB554, 0x7325, 0xB555, 0x7334, 0xB556, 0x7329, 0xB557, 0x743A, 0xB558, 0x742A, 0xB559, 0x7433, - 0xB55A, 0x7422, 0xB55B, 0x7425, 0xB55C, 0x7435, 0xB55D, 0x7436, 0xB55E, 0x7434, 0xB55F, 0x742F, 0xB560, 0x741B, 0xB561, 0x7426, - 0xB562, 0x7428, 0xB563, 0x7525, 0xB564, 0x7526, 0xB565, 0x756B, 0xB566, 0x756A, 0xB567, 0x75E2, 0xB568, 0x75DB, 0xB569, 0x75E3, - 0xB56A, 0x75D9, 0xB56B, 0x75D8, 0xB56C, 0x75DE, 0xB56D, 0x75E0, 0xB56E, 0x767B, 0xB56F, 0x767C, 0xB570, 0x7696, 0xB571, 0x7693, - 0xB572, 0x76B4, 0xB573, 0x76DC, 0xB574, 0x774F, 0xB575, 0x77ED, 0xB576, 0x785D, 0xB577, 0x786C, 0xB578, 0x786F, 0xB579, 0x7A0D, - 0xB57A, 0x7A08, 0xB57B, 0x7A0B, 0xB57C, 0x7A05, 0xB57D, 0x7A00, 0xB57E, 0x7A98, 0xB5A1, 0x7A97, 0xB5A2, 0x7A96, 0xB5A3, 0x7AE5, - 0xB5A4, 0x7AE3, 0xB5A5, 0x7B49, 0xB5A6, 0x7B56, 0xB5A7, 0x7B46, 0xB5A8, 0x7B50, 0xB5A9, 0x7B52, 0xB5AA, 0x7B54, 0xB5AB, 0x7B4D, - 0xB5AC, 0x7B4B, 0xB5AD, 0x7B4F, 0xB5AE, 0x7B51, 0xB5AF, 0x7C9F, 0xB5B0, 0x7CA5, 0xB5B1, 0x7D5E, 0xB5B2, 0x7D50, 0xB5B3, 0x7D68, - 0xB5B4, 0x7D55, 0xB5B5, 0x7D2B, 0xB5B6, 0x7D6E, 0xB5B7, 0x7D72, 0xB5B8, 0x7D61, 0xB5B9, 0x7D66, 0xB5BA, 0x7D62, 0xB5BB, 0x7D70, - 0xB5BC, 0x7D73, 0xB5BD, 0x5584, 0xB5BE, 0x7FD4, 0xB5BF, 0x7FD5, 0xB5C0, 0x800B, 0xB5C1, 0x8052, 0xB5C2, 0x8085, 0xB5C3, 0x8155, - 0xB5C4, 0x8154, 0xB5C5, 0x814B, 0xB5C6, 0x8151, 0xB5C7, 0x814E, 0xB5C8, 0x8139, 0xB5C9, 0x8146, 0xB5CA, 0x813E, 0xB5CB, 0x814C, - 0xB5CC, 0x8153, 0xB5CD, 0x8174, 0xB5CE, 0x8212, 0xB5CF, 0x821C, 0xB5D0, 0x83E9, 0xB5D1, 0x8403, 0xB5D2, 0x83F8, 0xB5D3, 0x840D, - 0xB5D4, 0x83E0, 0xB5D5, 0x83C5, 0xB5D6, 0x840B, 0xB5D7, 0x83C1, 0xB5D8, 0x83EF, 0xB5D9, 0x83F1, 0xB5DA, 0x83F4, 0xB5DB, 0x8457, - 0xB5DC, 0x840A, 0xB5DD, 0x83F0, 0xB5DE, 0x840C, 0xB5DF, 0x83CC, 0xB5E0, 0x83FD, 0xB5E1, 0x83F2, 0xB5E2, 0x83CA, 0xB5E3, 0x8438, - 0xB5E4, 0x840E, 0xB5E5, 0x8404, 0xB5E6, 0x83DC, 0xB5E7, 0x8407, 0xB5E8, 0x83D4, 0xB5E9, 0x83DF, 0xB5EA, 0x865B, 0xB5EB, 0x86DF, - 0xB5EC, 0x86D9, 0xB5ED, 0x86ED, 0xB5EE, 0x86D4, 0xB5EF, 0x86DB, 0xB5F0, 0x86E4, 0xB5F1, 0x86D0, 0xB5F2, 0x86DE, 0xB5F3, 0x8857, - 0xB5F4, 0x88C1, 0xB5F5, 0x88C2, 0xB5F6, 0x88B1, 0xB5F7, 0x8983, 0xB5F8, 0x8996, 0xB5F9, 0x8A3B, 0xB5FA, 0x8A60, 0xB5FB, 0x8A55, - 0xB5FC, 0x8A5E, 0xB5FD, 0x8A3C, 0xB5FE, 0x8A41, 0xB640, 0x8A54, 0xB641, 0x8A5B, 0xB642, 0x8A50, 0xB643, 0x8A46, 0xB644, 0x8A34, - 0xB645, 0x8A3A, 0xB646, 0x8A36, 0xB647, 0x8A56, 0xB648, 0x8C61, 0xB649, 0x8C82, 0xB64A, 0x8CAF, 0xB64B, 0x8CBC, 0xB64C, 0x8CB3, - 0xB64D, 0x8CBD, 0xB64E, 0x8CC1, 0xB64F, 0x8CBB, 0xB650, 0x8CC0, 0xB651, 0x8CB4, 0xB652, 0x8CB7, 0xB653, 0x8CB6, 0xB654, 0x8CBF, - 0xB655, 0x8CB8, 0xB656, 0x8D8A, 0xB657, 0x8D85, 0xB658, 0x8D81, 0xB659, 0x8DCE, 0xB65A, 0x8DDD, 0xB65B, 0x8DCB, 0xB65C, 0x8DDA, - 0xB65D, 0x8DD1, 0xB65E, 0x8DCC, 0xB65F, 0x8DDB, 0xB660, 0x8DC6, 0xB661, 0x8EFB, 0xB662, 0x8EF8, 0xB663, 0x8EFC, 0xB664, 0x8F9C, - 0xB665, 0x902E, 0xB666, 0x9035, 0xB667, 0x9031, 0xB668, 0x9038, 0xB669, 0x9032, 0xB66A, 0x9036, 0xB66B, 0x9102, 0xB66C, 0x90F5, - 0xB66D, 0x9109, 0xB66E, 0x90FE, 0xB66F, 0x9163, 0xB670, 0x9165, 0xB671, 0x91CF, 0xB672, 0x9214, 0xB673, 0x9215, 0xB674, 0x9223, - 0xB675, 0x9209, 0xB676, 0x921E, 0xB677, 0x920D, 0xB678, 0x9210, 0xB679, 0x9207, 0xB67A, 0x9211, 0xB67B, 0x9594, 0xB67C, 0x958F, - 0xB67D, 0x958B, 0xB67E, 0x9591, 0xB6A1, 0x9593, 0xB6A2, 0x9592, 0xB6A3, 0x958E, 0xB6A4, 0x968A, 0xB6A5, 0x968E, 0xB6A6, 0x968B, - 0xB6A7, 0x967D, 0xB6A8, 0x9685, 0xB6A9, 0x9686, 0xB6AA, 0x968D, 0xB6AB, 0x9672, 0xB6AC, 0x9684, 0xB6AD, 0x96C1, 0xB6AE, 0x96C5, - 0xB6AF, 0x96C4, 0xB6B0, 0x96C6, 0xB6B1, 0x96C7, 0xB6B2, 0x96EF, 0xB6B3, 0x96F2, 0xB6B4, 0x97CC, 0xB6B5, 0x9805, 0xB6B6, 0x9806, - 0xB6B7, 0x9808, 0xB6B8, 0x98E7, 0xB6B9, 0x98EA, 0xB6BA, 0x98EF, 0xB6BB, 0x98E9, 0xB6BC, 0x98F2, 0xB6BD, 0x98ED, 0xB6BE, 0x99AE, - 0xB6BF, 0x99AD, 0xB6C0, 0x9EC3, 0xB6C1, 0x9ECD, 0xB6C2, 0x9ED1, 0xB6C3, 0x4E82, 0xB6C4, 0x50AD, 0xB6C5, 0x50B5, 0xB6C6, 0x50B2, - 0xB6C7, 0x50B3, 0xB6C8, 0x50C5, 0xB6C9, 0x50BE, 0xB6CA, 0x50AC, 0xB6CB, 0x50B7, 0xB6CC, 0x50BB, 0xB6CD, 0x50AF, 0xB6CE, 0x50C7, - 0xB6CF, 0x527F, 0xB6D0, 0x5277, 0xB6D1, 0x527D, 0xB6D2, 0x52DF, 0xB6D3, 0x52E6, 0xB6D4, 0x52E4, 0xB6D5, 0x52E2, 0xB6D6, 0x52E3, - 0xB6D7, 0x532F, 0xB6D8, 0x55DF, 0xB6D9, 0x55E8, 0xB6DA, 0x55D3, 0xB6DB, 0x55E6, 0xB6DC, 0x55CE, 0xB6DD, 0x55DC, 0xB6DE, 0x55C7, - 0xB6DF, 0x55D1, 0xB6E0, 0x55E3, 0xB6E1, 0x55E4, 0xB6E2, 0x55EF, 0xB6E3, 0x55DA, 0xB6E4, 0x55E1, 0xB6E5, 0x55C5, 0xB6E6, 0x55C6, - 0xB6E7, 0x55E5, 0xB6E8, 0x55C9, 0xB6E9, 0x5712, 0xB6EA, 0x5713, 0xB6EB, 0x585E, 0xB6EC, 0x5851, 0xB6ED, 0x5858, 0xB6EE, 0x5857, - 0xB6EF, 0x585A, 0xB6F0, 0x5854, 0xB6F1, 0x586B, 0xB6F2, 0x584C, 0xB6F3, 0x586D, 0xB6F4, 0x584A, 0xB6F5, 0x5862, 0xB6F6, 0x5852, - 0xB6F7, 0x584B, 0xB6F8, 0x5967, 0xB6F9, 0x5AC1, 0xB6FA, 0x5AC9, 0xB6FB, 0x5ACC, 0xB6FC, 0x5ABE, 0xB6FD, 0x5ABD, 0xB6FE, 0x5ABC, - 0xB740, 0x5AB3, 0xB741, 0x5AC2, 0xB742, 0x5AB2, 0xB743, 0x5D69, 0xB744, 0x5D6F, 0xB745, 0x5E4C, 0xB746, 0x5E79, 0xB747, 0x5EC9, - 0xB748, 0x5EC8, 0xB749, 0x5F12, 0xB74A, 0x5F59, 0xB74B, 0x5FAC, 0xB74C, 0x5FAE, 0xB74D, 0x611A, 0xB74E, 0x610F, 0xB74F, 0x6148, - 0xB750, 0x611F, 0xB751, 0x60F3, 0xB752, 0x611B, 0xB753, 0x60F9, 0xB754, 0x6101, 0xB755, 0x6108, 0xB756, 0x614E, 0xB757, 0x614C, - 0xB758, 0x6144, 0xB759, 0x614D, 0xB75A, 0x613E, 0xB75B, 0x6134, 0xB75C, 0x6127, 0xB75D, 0x610D, 0xB75E, 0x6106, 0xB75F, 0x6137, - 0xB760, 0x6221, 0xB761, 0x6222, 0xB762, 0x6413, 0xB763, 0x643E, 0xB764, 0x641E, 0xB765, 0x642A, 0xB766, 0x642D, 0xB767, 0x643D, - 0xB768, 0x642C, 0xB769, 0x640F, 0xB76A, 0x641C, 0xB76B, 0x6414, 0xB76C, 0x640D, 0xB76D, 0x6436, 0xB76E, 0x6416, 0xB76F, 0x6417, - 0xB770, 0x6406, 0xB771, 0x656C, 0xB772, 0x659F, 0xB773, 0x65B0, 0xB774, 0x6697, 0xB775, 0x6689, 0xB776, 0x6687, 0xB777, 0x6688, - 0xB778, 0x6696, 0xB779, 0x6684, 0xB77A, 0x6698, 0xB77B, 0x668D, 0xB77C, 0x6703, 0xB77D, 0x6994, 0xB77E, 0x696D, 0xB7A1, 0x695A, - 0xB7A2, 0x6977, 0xB7A3, 0x6960, 0xB7A4, 0x6954, 0xB7A5, 0x6975, 0xB7A6, 0x6930, 0xB7A7, 0x6982, 0xB7A8, 0x694A, 0xB7A9, 0x6968, - 0xB7AA, 0x696B, 0xB7AB, 0x695E, 0xB7AC, 0x6953, 0xB7AD, 0x6979, 0xB7AE, 0x6986, 0xB7AF, 0x695D, 0xB7B0, 0x6963, 0xB7B1, 0x695B, - 0xB7B2, 0x6B47, 0xB7B3, 0x6B72, 0xB7B4, 0x6BC0, 0xB7B5, 0x6BBF, 0xB7B6, 0x6BD3, 0xB7B7, 0x6BFD, 0xB7B8, 0x6EA2, 0xB7B9, 0x6EAF, - 0xB7BA, 0x6ED3, 0xB7BB, 0x6EB6, 0xB7BC, 0x6EC2, 0xB7BD, 0x6E90, 0xB7BE, 0x6E9D, 0xB7BF, 0x6EC7, 0xB7C0, 0x6EC5, 0xB7C1, 0x6EA5, - 0xB7C2, 0x6E98, 0xB7C3, 0x6EBC, 0xB7C4, 0x6EBA, 0xB7C5, 0x6EAB, 0xB7C6, 0x6ED1, 0xB7C7, 0x6E96, 0xB7C8, 0x6E9C, 0xB7C9, 0x6EC4, - 0xB7CA, 0x6ED4, 0xB7CB, 0x6EAA, 0xB7CC, 0x6EA7, 0xB7CD, 0x6EB4, 0xB7CE, 0x714E, 0xB7CF, 0x7159, 0xB7D0, 0x7169, 0xB7D1, 0x7164, - 0xB7D2, 0x7149, 0xB7D3, 0x7167, 0xB7D4, 0x715C, 0xB7D5, 0x716C, 0xB7D6, 0x7166, 0xB7D7, 0x714C, 0xB7D8, 0x7165, 0xB7D9, 0x715E, - 0xB7DA, 0x7146, 0xB7DB, 0x7168, 0xB7DC, 0x7156, 0xB7DD, 0x723A, 0xB7DE, 0x7252, 0xB7DF, 0x7337, 0xB7E0, 0x7345, 0xB7E1, 0x733F, - 0xB7E2, 0x733E, 0xB7E3, 0x746F, 0xB7E4, 0x745A, 0xB7E5, 0x7455, 0xB7E6, 0x745F, 0xB7E7, 0x745E, 0xB7E8, 0x7441, 0xB7E9, 0x743F, - 0xB7EA, 0x7459, 0xB7EB, 0x745B, 0xB7EC, 0x745C, 0xB7ED, 0x7576, 0xB7EE, 0x7578, 0xB7EF, 0x7600, 0xB7F0, 0x75F0, 0xB7F1, 0x7601, - 0xB7F2, 0x75F2, 0xB7F3, 0x75F1, 0xB7F4, 0x75FA, 0xB7F5, 0x75FF, 0xB7F6, 0x75F4, 0xB7F7, 0x75F3, 0xB7F8, 0x76DE, 0xB7F9, 0x76DF, - 0xB7FA, 0x775B, 0xB7FB, 0x776B, 0xB7FC, 0x7766, 0xB7FD, 0x775E, 0xB7FE, 0x7763, 0xB840, 0x7779, 0xB841, 0x776A, 0xB842, 0x776C, - 0xB843, 0x775C, 0xB844, 0x7765, 0xB845, 0x7768, 0xB846, 0x7762, 0xB847, 0x77EE, 0xB848, 0x788E, 0xB849, 0x78B0, 0xB84A, 0x7897, - 0xB84B, 0x7898, 0xB84C, 0x788C, 0xB84D, 0x7889, 0xB84E, 0x787C, 0xB84F, 0x7891, 0xB850, 0x7893, 0xB851, 0x787F, 0xB852, 0x797A, - 0xB853, 0x797F, 0xB854, 0x7981, 0xB855, 0x842C, 0xB856, 0x79BD, 0xB857, 0x7A1C, 0xB858, 0x7A1A, 0xB859, 0x7A20, 0xB85A, 0x7A14, - 0xB85B, 0x7A1F, 0xB85C, 0x7A1E, 0xB85D, 0x7A9F, 0xB85E, 0x7AA0, 0xB85F, 0x7B77, 0xB860, 0x7BC0, 0xB861, 0x7B60, 0xB862, 0x7B6E, - 0xB863, 0x7B67, 0xB864, 0x7CB1, 0xB865, 0x7CB3, 0xB866, 0x7CB5, 0xB867, 0x7D93, 0xB868, 0x7D79, 0xB869, 0x7D91, 0xB86A, 0x7D81, - 0xB86B, 0x7D8F, 0xB86C, 0x7D5B, 0xB86D, 0x7F6E, 0xB86E, 0x7F69, 0xB86F, 0x7F6A, 0xB870, 0x7F72, 0xB871, 0x7FA9, 0xB872, 0x7FA8, - 0xB873, 0x7FA4, 0xB874, 0x8056, 0xB875, 0x8058, 0xB876, 0x8086, 0xB877, 0x8084, 0xB878, 0x8171, 0xB879, 0x8170, 0xB87A, 0x8178, - 0xB87B, 0x8165, 0xB87C, 0x816E, 0xB87D, 0x8173, 0xB87E, 0x816B, 0xB8A1, 0x8179, 0xB8A2, 0x817A, 0xB8A3, 0x8166, 0xB8A4, 0x8205, - 0xB8A5, 0x8247, 0xB8A6, 0x8482, 0xB8A7, 0x8477, 0xB8A8, 0x843D, 0xB8A9, 0x8431, 0xB8AA, 0x8475, 0xB8AB, 0x8466, 0xB8AC, 0x846B, - 0xB8AD, 0x8449, 0xB8AE, 0x846C, 0xB8AF, 0x845B, 0xB8B0, 0x843C, 0xB8B1, 0x8435, 0xB8B2, 0x8461, 0xB8B3, 0x8463, 0xB8B4, 0x8469, - 0xB8B5, 0x846D, 0xB8B6, 0x8446, 0xB8B7, 0x865E, 0xB8B8, 0x865C, 0xB8B9, 0x865F, 0xB8BA, 0x86F9, 0xB8BB, 0x8713, 0xB8BC, 0x8708, - 0xB8BD, 0x8707, 0xB8BE, 0x8700, 0xB8BF, 0x86FE, 0xB8C0, 0x86FB, 0xB8C1, 0x8702, 0xB8C2, 0x8703, 0xB8C3, 0x8706, 0xB8C4, 0x870A, - 0xB8C5, 0x8859, 0xB8C6, 0x88DF, 0xB8C7, 0x88D4, 0xB8C8, 0x88D9, 0xB8C9, 0x88DC, 0xB8CA, 0x88D8, 0xB8CB, 0x88DD, 0xB8CC, 0x88E1, - 0xB8CD, 0x88CA, 0xB8CE, 0x88D5, 0xB8CF, 0x88D2, 0xB8D0, 0x899C, 0xB8D1, 0x89E3, 0xB8D2, 0x8A6B, 0xB8D3, 0x8A72, 0xB8D4, 0x8A73, - 0xB8D5, 0x8A66, 0xB8D6, 0x8A69, 0xB8D7, 0x8A70, 0xB8D8, 0x8A87, 0xB8D9, 0x8A7C, 0xB8DA, 0x8A63, 0xB8DB, 0x8AA0, 0xB8DC, 0x8A71, - 0xB8DD, 0x8A85, 0xB8DE, 0x8A6D, 0xB8DF, 0x8A62, 0xB8E0, 0x8A6E, 0xB8E1, 0x8A6C, 0xB8E2, 0x8A79, 0xB8E3, 0x8A7B, 0xB8E4, 0x8A3E, - 0xB8E5, 0x8A68, 0xB8E6, 0x8C62, 0xB8E7, 0x8C8A, 0xB8E8, 0x8C89, 0xB8E9, 0x8CCA, 0xB8EA, 0x8CC7, 0xB8EB, 0x8CC8, 0xB8EC, 0x8CC4, - 0xB8ED, 0x8CB2, 0xB8EE, 0x8CC3, 0xB8EF, 0x8CC2, 0xB8F0, 0x8CC5, 0xB8F1, 0x8DE1, 0xB8F2, 0x8DDF, 0xB8F3, 0x8DE8, 0xB8F4, 0x8DEF, - 0xB8F5, 0x8DF3, 0xB8F6, 0x8DFA, 0xB8F7, 0x8DEA, 0xB8F8, 0x8DE4, 0xB8F9, 0x8DE6, 0xB8FA, 0x8EB2, 0xB8FB, 0x8F03, 0xB8FC, 0x8F09, - 0xB8FD, 0x8EFE, 0xB8FE, 0x8F0A, 0xB940, 0x8F9F, 0xB941, 0x8FB2, 0xB942, 0x904B, 0xB943, 0x904A, 0xB944, 0x9053, 0xB945, 0x9042, - 0xB946, 0x9054, 0xB947, 0x903C, 0xB948, 0x9055, 0xB949, 0x9050, 0xB94A, 0x9047, 0xB94B, 0x904F, 0xB94C, 0x904E, 0xB94D, 0x904D, - 0xB94E, 0x9051, 0xB94F, 0x903E, 0xB950, 0x9041, 0xB951, 0x9112, 0xB952, 0x9117, 0xB953, 0x916C, 0xB954, 0x916A, 0xB955, 0x9169, - 0xB956, 0x91C9, 0xB957, 0x9237, 0xB958, 0x9257, 0xB959, 0x9238, 0xB95A, 0x923D, 0xB95B, 0x9240, 0xB95C, 0x923E, 0xB95D, 0x925B, - 0xB95E, 0x924B, 0xB95F, 0x9264, 0xB960, 0x9251, 0xB961, 0x9234, 0xB962, 0x9249, 0xB963, 0x924D, 0xB964, 0x9245, 0xB965, 0x9239, - 0xB966, 0x923F, 0xB967, 0x925A, 0xB968, 0x9598, 0xB969, 0x9698, 0xB96A, 0x9694, 0xB96B, 0x9695, 0xB96C, 0x96CD, 0xB96D, 0x96CB, - 0xB96E, 0x96C9, 0xB96F, 0x96CA, 0xB970, 0x96F7, 0xB971, 0x96FB, 0xB972, 0x96F9, 0xB973, 0x96F6, 0xB974, 0x9756, 0xB975, 0x9774, - 0xB976, 0x9776, 0xB977, 0x9810, 0xB978, 0x9811, 0xB979, 0x9813, 0xB97A, 0x980A, 0xB97B, 0x9812, 0xB97C, 0x980C, 0xB97D, 0x98FC, - 0xB97E, 0x98F4, 0xB9A1, 0x98FD, 0xB9A2, 0x98FE, 0xB9A3, 0x99B3, 0xB9A4, 0x99B1, 0xB9A5, 0x99B4, 0xB9A6, 0x9AE1, 0xB9A7, 0x9CE9, - 0xB9A8, 0x9E82, 0xB9A9, 0x9F0E, 0xB9AA, 0x9F13, 0xB9AB, 0x9F20, 0xB9AC, 0x50E7, 0xB9AD, 0x50EE, 0xB9AE, 0x50E5, 0xB9AF, 0x50D6, - 0xB9B0, 0x50ED, 0xB9B1, 0x50DA, 0xB9B2, 0x50D5, 0xB9B3, 0x50CF, 0xB9B4, 0x50D1, 0xB9B5, 0x50F1, 0xB9B6, 0x50CE, 0xB9B7, 0x50E9, - 0xB9B8, 0x5162, 0xB9B9, 0x51F3, 0xB9BA, 0x5283, 0xB9BB, 0x5282, 0xB9BC, 0x5331, 0xB9BD, 0x53AD, 0xB9BE, 0x55FE, 0xB9BF, 0x5600, - 0xB9C0, 0x561B, 0xB9C1, 0x5617, 0xB9C2, 0x55FD, 0xB9C3, 0x5614, 0xB9C4, 0x5606, 0xB9C5, 0x5609, 0xB9C6, 0x560D, 0xB9C7, 0x560E, - 0xB9C8, 0x55F7, 0xB9C9, 0x5616, 0xB9CA, 0x561F, 0xB9CB, 0x5608, 0xB9CC, 0x5610, 0xB9CD, 0x55F6, 0xB9CE, 0x5718, 0xB9CF, 0x5716, - 0xB9D0, 0x5875, 0xB9D1, 0x587E, 0xB9D2, 0x5883, 0xB9D3, 0x5893, 0xB9D4, 0x588A, 0xB9D5, 0x5879, 0xB9D6, 0x5885, 0xB9D7, 0x587D, - 0xB9D8, 0x58FD, 0xB9D9, 0x5925, 0xB9DA, 0x5922, 0xB9DB, 0x5924, 0xB9DC, 0x596A, 0xB9DD, 0x5969, 0xB9DE, 0x5AE1, 0xB9DF, 0x5AE6, - 0xB9E0, 0x5AE9, 0xB9E1, 0x5AD7, 0xB9E2, 0x5AD6, 0xB9E3, 0x5AD8, 0xB9E4, 0x5AE3, 0xB9E5, 0x5B75, 0xB9E6, 0x5BDE, 0xB9E7, 0x5BE7, - 0xB9E8, 0x5BE1, 0xB9E9, 0x5BE5, 0xB9EA, 0x5BE6, 0xB9EB, 0x5BE8, 0xB9EC, 0x5BE2, 0xB9ED, 0x5BE4, 0xB9EE, 0x5BDF, 0xB9EF, 0x5C0D, - 0xB9F0, 0x5C62, 0xB9F1, 0x5D84, 0xB9F2, 0x5D87, 0xB9F3, 0x5E5B, 0xB9F4, 0x5E63, 0xB9F5, 0x5E55, 0xB9F6, 0x5E57, 0xB9F7, 0x5E54, - 0xB9F8, 0x5ED3, 0xB9F9, 0x5ED6, 0xB9FA, 0x5F0A, 0xB9FB, 0x5F46, 0xB9FC, 0x5F70, 0xB9FD, 0x5FB9, 0xB9FE, 0x6147, 0xBA40, 0x613F, - 0xBA41, 0x614B, 0xBA42, 0x6177, 0xBA43, 0x6162, 0xBA44, 0x6163, 0xBA45, 0x615F, 0xBA46, 0x615A, 0xBA47, 0x6158, 0xBA48, 0x6175, - 0xBA49, 0x622A, 0xBA4A, 0x6487, 0xBA4B, 0x6458, 0xBA4C, 0x6454, 0xBA4D, 0x64A4, 0xBA4E, 0x6478, 0xBA4F, 0x645F, 0xBA50, 0x647A, - 0xBA51, 0x6451, 0xBA52, 0x6467, 0xBA53, 0x6434, 0xBA54, 0x646D, 0xBA55, 0x647B, 0xBA56, 0x6572, 0xBA57, 0x65A1, 0xBA58, 0x65D7, - 0xBA59, 0x65D6, 0xBA5A, 0x66A2, 0xBA5B, 0x66A8, 0xBA5C, 0x669D, 0xBA5D, 0x699C, 0xBA5E, 0x69A8, 0xBA5F, 0x6995, 0xBA60, 0x69C1, - 0xBA61, 0x69AE, 0xBA62, 0x69D3, 0xBA63, 0x69CB, 0xBA64, 0x699B, 0xBA65, 0x69B7, 0xBA66, 0x69BB, 0xBA67, 0x69AB, 0xBA68, 0x69B4, - 0xBA69, 0x69D0, 0xBA6A, 0x69CD, 0xBA6B, 0x69AD, 0xBA6C, 0x69CC, 0xBA6D, 0x69A6, 0xBA6E, 0x69C3, 0xBA6F, 0x69A3, 0xBA70, 0x6B49, - 0xBA71, 0x6B4C, 0xBA72, 0x6C33, 0xBA73, 0x6F33, 0xBA74, 0x6F14, 0xBA75, 0x6EFE, 0xBA76, 0x6F13, 0xBA77, 0x6EF4, 0xBA78, 0x6F29, - 0xBA79, 0x6F3E, 0xBA7A, 0x6F20, 0xBA7B, 0x6F2C, 0xBA7C, 0x6F0F, 0xBA7D, 0x6F02, 0xBA7E, 0x6F22, 0xBAA1, 0x6EFF, 0xBAA2, 0x6EEF, - 0xBAA3, 0x6F06, 0xBAA4, 0x6F31, 0xBAA5, 0x6F38, 0xBAA6, 0x6F32, 0xBAA7, 0x6F23, 0xBAA8, 0x6F15, 0xBAA9, 0x6F2B, 0xBAAA, 0x6F2F, - 0xBAAB, 0x6F88, 0xBAAC, 0x6F2A, 0xBAAD, 0x6EEC, 0xBAAE, 0x6F01, 0xBAAF, 0x6EF2, 0xBAB0, 0x6ECC, 0xBAB1, 0x6EF7, 0xBAB2, 0x7194, - 0xBAB3, 0x7199, 0xBAB4, 0x717D, 0xBAB5, 0x718A, 0xBAB6, 0x7184, 0xBAB7, 0x7192, 0xBAB8, 0x723E, 0xBAB9, 0x7292, 0xBABA, 0x7296, - 0xBABB, 0x7344, 0xBABC, 0x7350, 0xBABD, 0x7464, 0xBABE, 0x7463, 0xBABF, 0x746A, 0xBAC0, 0x7470, 0xBAC1, 0x746D, 0xBAC2, 0x7504, - 0xBAC3, 0x7591, 0xBAC4, 0x7627, 0xBAC5, 0x760D, 0xBAC6, 0x760B, 0xBAC7, 0x7609, 0xBAC8, 0x7613, 0xBAC9, 0x76E1, 0xBACA, 0x76E3, - 0xBACB, 0x7784, 0xBACC, 0x777D, 0xBACD, 0x777F, 0xBACE, 0x7761, 0xBACF, 0x78C1, 0xBAD0, 0x789F, 0xBAD1, 0x78A7, 0xBAD2, 0x78B3, - 0xBAD3, 0x78A9, 0xBAD4, 0x78A3, 0xBAD5, 0x798E, 0xBAD6, 0x798F, 0xBAD7, 0x798D, 0xBAD8, 0x7A2E, 0xBAD9, 0x7A31, 0xBADA, 0x7AAA, - 0xBADB, 0x7AA9, 0xBADC, 0x7AED, 0xBADD, 0x7AEF, 0xBADE, 0x7BA1, 0xBADF, 0x7B95, 0xBAE0, 0x7B8B, 0xBAE1, 0x7B75, 0xBAE2, 0x7B97, - 0xBAE3, 0x7B9D, 0xBAE4, 0x7B94, 0xBAE5, 0x7B8F, 0xBAE6, 0x7BB8, 0xBAE7, 0x7B87, 0xBAE8, 0x7B84, 0xBAE9, 0x7CB9, 0xBAEA, 0x7CBD, - 0xBAEB, 0x7CBE, 0xBAEC, 0x7DBB, 0xBAED, 0x7DB0, 0xBAEE, 0x7D9C, 0xBAEF, 0x7DBD, 0xBAF0, 0x7DBE, 0xBAF1, 0x7DA0, 0xBAF2, 0x7DCA, - 0xBAF3, 0x7DB4, 0xBAF4, 0x7DB2, 0xBAF5, 0x7DB1, 0xBAF6, 0x7DBA, 0xBAF7, 0x7DA2, 0xBAF8, 0x7DBF, 0xBAF9, 0x7DB5, 0xBAFA, 0x7DB8, - 0xBAFB, 0x7DAD, 0xBAFC, 0x7DD2, 0xBAFD, 0x7DC7, 0xBAFE, 0x7DAC, 0xBB40, 0x7F70, 0xBB41, 0x7FE0, 0xBB42, 0x7FE1, 0xBB43, 0x7FDF, - 0xBB44, 0x805E, 0xBB45, 0x805A, 0xBB46, 0x8087, 0xBB47, 0x8150, 0xBB48, 0x8180, 0xBB49, 0x818F, 0xBB4A, 0x8188, 0xBB4B, 0x818A, - 0xBB4C, 0x817F, 0xBB4D, 0x8182, 0xBB4E, 0x81E7, 0xBB4F, 0x81FA, 0xBB50, 0x8207, 0xBB51, 0x8214, 0xBB52, 0x821E, 0xBB53, 0x824B, - 0xBB54, 0x84C9, 0xBB55, 0x84BF, 0xBB56, 0x84C6, 0xBB57, 0x84C4, 0xBB58, 0x8499, 0xBB59, 0x849E, 0xBB5A, 0x84B2, 0xBB5B, 0x849C, - 0xBB5C, 0x84CB, 0xBB5D, 0x84B8, 0xBB5E, 0x84C0, 0xBB5F, 0x84D3, 0xBB60, 0x8490, 0xBB61, 0x84BC, 0xBB62, 0x84D1, 0xBB63, 0x84CA, - 0xBB64, 0x873F, 0xBB65, 0x871C, 0xBB66, 0x873B, 0xBB67, 0x8722, 0xBB68, 0x8725, 0xBB69, 0x8734, 0xBB6A, 0x8718, 0xBB6B, 0x8755, - 0xBB6C, 0x8737, 0xBB6D, 0x8729, 0xBB6E, 0x88F3, 0xBB6F, 0x8902, 0xBB70, 0x88F4, 0xBB71, 0x88F9, 0xBB72, 0x88F8, 0xBB73, 0x88FD, - 0xBB74, 0x88E8, 0xBB75, 0x891A, 0xBB76, 0x88EF, 0xBB77, 0x8AA6, 0xBB78, 0x8A8C, 0xBB79, 0x8A9E, 0xBB7A, 0x8AA3, 0xBB7B, 0x8A8D, - 0xBB7C, 0x8AA1, 0xBB7D, 0x8A93, 0xBB7E, 0x8AA4, 0xBBA1, 0x8AAA, 0xBBA2, 0x8AA5, 0xBBA3, 0x8AA8, 0xBBA4, 0x8A98, 0xBBA5, 0x8A91, - 0xBBA6, 0x8A9A, 0xBBA7, 0x8AA7, 0xBBA8, 0x8C6A, 0xBBA9, 0x8C8D, 0xBBAA, 0x8C8C, 0xBBAB, 0x8CD3, 0xBBAC, 0x8CD1, 0xBBAD, 0x8CD2, - 0xBBAE, 0x8D6B, 0xBBAF, 0x8D99, 0xBBB0, 0x8D95, 0xBBB1, 0x8DFC, 0xBBB2, 0x8F14, 0xBBB3, 0x8F12, 0xBBB4, 0x8F15, 0xBBB5, 0x8F13, - 0xBBB6, 0x8FA3, 0xBBB7, 0x9060, 0xBBB8, 0x9058, 0xBBB9, 0x905C, 0xBBBA, 0x9063, 0xBBBB, 0x9059, 0xBBBC, 0x905E, 0xBBBD, 0x9062, - 0xBBBE, 0x905D, 0xBBBF, 0x905B, 0xBBC0, 0x9119, 0xBBC1, 0x9118, 0xBBC2, 0x911E, 0xBBC3, 0x9175, 0xBBC4, 0x9178, 0xBBC5, 0x9177, - 0xBBC6, 0x9174, 0xBBC7, 0x9278, 0xBBC8, 0x9280, 0xBBC9, 0x9285, 0xBBCA, 0x9298, 0xBBCB, 0x9296, 0xBBCC, 0x927B, 0xBBCD, 0x9293, - 0xBBCE, 0x929C, 0xBBCF, 0x92A8, 0xBBD0, 0x927C, 0xBBD1, 0x9291, 0xBBD2, 0x95A1, 0xBBD3, 0x95A8, 0xBBD4, 0x95A9, 0xBBD5, 0x95A3, - 0xBBD6, 0x95A5, 0xBBD7, 0x95A4, 0xBBD8, 0x9699, 0xBBD9, 0x969C, 0xBBDA, 0x969B, 0xBBDB, 0x96CC, 0xBBDC, 0x96D2, 0xBBDD, 0x9700, - 0xBBDE, 0x977C, 0xBBDF, 0x9785, 0xBBE0, 0x97F6, 0xBBE1, 0x9817, 0xBBE2, 0x9818, 0xBBE3, 0x98AF, 0xBBE4, 0x98B1, 0xBBE5, 0x9903, - 0xBBE6, 0x9905, 0xBBE7, 0x990C, 0xBBE8, 0x9909, 0xBBE9, 0x99C1, 0xBBEA, 0x9AAF, 0xBBEB, 0x9AB0, 0xBBEC, 0x9AE6, 0xBBED, 0x9B41, - 0xBBEE, 0x9B42, 0xBBEF, 0x9CF4, 0xBBF0, 0x9CF6, 0xBBF1, 0x9CF3, 0xBBF2, 0x9EBC, 0xBBF3, 0x9F3B, 0xBBF4, 0x9F4A, 0xBBF5, 0x5104, - 0xBBF6, 0x5100, 0xBBF7, 0x50FB, 0xBBF8, 0x50F5, 0xBBF9, 0x50F9, 0xBBFA, 0x5102, 0xBBFB, 0x5108, 0xBBFC, 0x5109, 0xBBFD, 0x5105, - 0xBBFE, 0x51DC, 0xBC40, 0x5287, 0xBC41, 0x5288, 0xBC42, 0x5289, 0xBC43, 0x528D, 0xBC44, 0x528A, 0xBC45, 0x52F0, 0xBC46, 0x53B2, - 0xBC47, 0x562E, 0xBC48, 0x563B, 0xBC49, 0x5639, 0xBC4A, 0x5632, 0xBC4B, 0x563F, 0xBC4C, 0x5634, 0xBC4D, 0x5629, 0xBC4E, 0x5653, - 0xBC4F, 0x564E, 0xBC50, 0x5657, 0xBC51, 0x5674, 0xBC52, 0x5636, 0xBC53, 0x562F, 0xBC54, 0x5630, 0xBC55, 0x5880, 0xBC56, 0x589F, - 0xBC57, 0x589E, 0xBC58, 0x58B3, 0xBC59, 0x589C, 0xBC5A, 0x58AE, 0xBC5B, 0x58A9, 0xBC5C, 0x58A6, 0xBC5D, 0x596D, 0xBC5E, 0x5B09, - 0xBC5F, 0x5AFB, 0xBC60, 0x5B0B, 0xBC61, 0x5AF5, 0xBC62, 0x5B0C, 0xBC63, 0x5B08, 0xBC64, 0x5BEE, 0xBC65, 0x5BEC, 0xBC66, 0x5BE9, - 0xBC67, 0x5BEB, 0xBC68, 0x5C64, 0xBC69, 0x5C65, 0xBC6A, 0x5D9D, 0xBC6B, 0x5D94, 0xBC6C, 0x5E62, 0xBC6D, 0x5E5F, 0xBC6E, 0x5E61, - 0xBC6F, 0x5EE2, 0xBC70, 0x5EDA, 0xBC71, 0x5EDF, 0xBC72, 0x5EDD, 0xBC73, 0x5EE3, 0xBC74, 0x5EE0, 0xBC75, 0x5F48, 0xBC76, 0x5F71, - 0xBC77, 0x5FB7, 0xBC78, 0x5FB5, 0xBC79, 0x6176, 0xBC7A, 0x6167, 0xBC7B, 0x616E, 0xBC7C, 0x615D, 0xBC7D, 0x6155, 0xBC7E, 0x6182, - 0xBCA1, 0x617C, 0xBCA2, 0x6170, 0xBCA3, 0x616B, 0xBCA4, 0x617E, 0xBCA5, 0x61A7, 0xBCA6, 0x6190, 0xBCA7, 0x61AB, 0xBCA8, 0x618E, - 0xBCA9, 0x61AC, 0xBCAA, 0x619A, 0xBCAB, 0x61A4, 0xBCAC, 0x6194, 0xBCAD, 0x61AE, 0xBCAE, 0x622E, 0xBCAF, 0x6469, 0xBCB0, 0x646F, - 0xBCB1, 0x6479, 0xBCB2, 0x649E, 0xBCB3, 0x64B2, 0xBCB4, 0x6488, 0xBCB5, 0x6490, 0xBCB6, 0x64B0, 0xBCB7, 0x64A5, 0xBCB8, 0x6493, - 0xBCB9, 0x6495, 0xBCBA, 0x64A9, 0xBCBB, 0x6492, 0xBCBC, 0x64AE, 0xBCBD, 0x64AD, 0xBCBE, 0x64AB, 0xBCBF, 0x649A, 0xBCC0, 0x64AC, - 0xBCC1, 0x6499, 0xBCC2, 0x64A2, 0xBCC3, 0x64B3, 0xBCC4, 0x6575, 0xBCC5, 0x6577, 0xBCC6, 0x6578, 0xBCC7, 0x66AE, 0xBCC8, 0x66AB, - 0xBCC9, 0x66B4, 0xBCCA, 0x66B1, 0xBCCB, 0x6A23, 0xBCCC, 0x6A1F, 0xBCCD, 0x69E8, 0xBCCE, 0x6A01, 0xBCCF, 0x6A1E, 0xBCD0, 0x6A19, - 0xBCD1, 0x69FD, 0xBCD2, 0x6A21, 0xBCD3, 0x6A13, 0xBCD4, 0x6A0A, 0xBCD5, 0x69F3, 0xBCD6, 0x6A02, 0xBCD7, 0x6A05, 0xBCD8, 0x69ED, - 0xBCD9, 0x6A11, 0xBCDA, 0x6B50, 0xBCDB, 0x6B4E, 0xBCDC, 0x6BA4, 0xBCDD, 0x6BC5, 0xBCDE, 0x6BC6, 0xBCDF, 0x6F3F, 0xBCE0, 0x6F7C, - 0xBCE1, 0x6F84, 0xBCE2, 0x6F51, 0xBCE3, 0x6F66, 0xBCE4, 0x6F54, 0xBCE5, 0x6F86, 0xBCE6, 0x6F6D, 0xBCE7, 0x6F5B, 0xBCE8, 0x6F78, - 0xBCE9, 0x6F6E, 0xBCEA, 0x6F8E, 0xBCEB, 0x6F7A, 0xBCEC, 0x6F70, 0xBCED, 0x6F64, 0xBCEE, 0x6F97, 0xBCEF, 0x6F58, 0xBCF0, 0x6ED5, - 0xBCF1, 0x6F6F, 0xBCF2, 0x6F60, 0xBCF3, 0x6F5F, 0xBCF4, 0x719F, 0xBCF5, 0x71AC, 0xBCF6, 0x71B1, 0xBCF7, 0x71A8, 0xBCF8, 0x7256, - 0xBCF9, 0x729B, 0xBCFA, 0x734E, 0xBCFB, 0x7357, 0xBCFC, 0x7469, 0xBCFD, 0x748B, 0xBCFE, 0x7483, 0xBD40, 0x747E, 0xBD41, 0x7480, - 0xBD42, 0x757F, 0xBD43, 0x7620, 0xBD44, 0x7629, 0xBD45, 0x761F, 0xBD46, 0x7624, 0xBD47, 0x7626, 0xBD48, 0x7621, 0xBD49, 0x7622, - 0xBD4A, 0x769A, 0xBD4B, 0x76BA, 0xBD4C, 0x76E4, 0xBD4D, 0x778E, 0xBD4E, 0x7787, 0xBD4F, 0x778C, 0xBD50, 0x7791, 0xBD51, 0x778B, - 0xBD52, 0x78CB, 0xBD53, 0x78C5, 0xBD54, 0x78BA, 0xBD55, 0x78CA, 0xBD56, 0x78BE, 0xBD57, 0x78D5, 0xBD58, 0x78BC, 0xBD59, 0x78D0, - 0xBD5A, 0x7A3F, 0xBD5B, 0x7A3C, 0xBD5C, 0x7A40, 0xBD5D, 0x7A3D, 0xBD5E, 0x7A37, 0xBD5F, 0x7A3B, 0xBD60, 0x7AAF, 0xBD61, 0x7AAE, - 0xBD62, 0x7BAD, 0xBD63, 0x7BB1, 0xBD64, 0x7BC4, 0xBD65, 0x7BB4, 0xBD66, 0x7BC6, 0xBD67, 0x7BC7, 0xBD68, 0x7BC1, 0xBD69, 0x7BA0, - 0xBD6A, 0x7BCC, 0xBD6B, 0x7CCA, 0xBD6C, 0x7DE0, 0xBD6D, 0x7DF4, 0xBD6E, 0x7DEF, 0xBD6F, 0x7DFB, 0xBD70, 0x7DD8, 0xBD71, 0x7DEC, - 0xBD72, 0x7DDD, 0xBD73, 0x7DE8, 0xBD74, 0x7DE3, 0xBD75, 0x7DDA, 0xBD76, 0x7DDE, 0xBD77, 0x7DE9, 0xBD78, 0x7D9E, 0xBD79, 0x7DD9, - 0xBD7A, 0x7DF2, 0xBD7B, 0x7DF9, 0xBD7C, 0x7F75, 0xBD7D, 0x7F77, 0xBD7E, 0x7FAF, 0xBDA1, 0x7FE9, 0xBDA2, 0x8026, 0xBDA3, 0x819B, - 0xBDA4, 0x819C, 0xBDA5, 0x819D, 0xBDA6, 0x81A0, 0xBDA7, 0x819A, 0xBDA8, 0x8198, 0xBDA9, 0x8517, 0xBDAA, 0x853D, 0xBDAB, 0x851A, - 0xBDAC, 0x84EE, 0xBDAD, 0x852C, 0xBDAE, 0x852D, 0xBDAF, 0x8513, 0xBDB0, 0x8511, 0xBDB1, 0x8523, 0xBDB2, 0x8521, 0xBDB3, 0x8514, - 0xBDB4, 0x84EC, 0xBDB5, 0x8525, 0xBDB6, 0x84FF, 0xBDB7, 0x8506, 0xBDB8, 0x8782, 0xBDB9, 0x8774, 0xBDBA, 0x8776, 0xBDBB, 0x8760, - 0xBDBC, 0x8766, 0xBDBD, 0x8778, 0xBDBE, 0x8768, 0xBDBF, 0x8759, 0xBDC0, 0x8757, 0xBDC1, 0x874C, 0xBDC2, 0x8753, 0xBDC3, 0x885B, - 0xBDC4, 0x885D, 0xBDC5, 0x8910, 0xBDC6, 0x8907, 0xBDC7, 0x8912, 0xBDC8, 0x8913, 0xBDC9, 0x8915, 0xBDCA, 0x890A, 0xBDCB, 0x8ABC, - 0xBDCC, 0x8AD2, 0xBDCD, 0x8AC7, 0xBDCE, 0x8AC4, 0xBDCF, 0x8A95, 0xBDD0, 0x8ACB, 0xBDD1, 0x8AF8, 0xBDD2, 0x8AB2, 0xBDD3, 0x8AC9, - 0xBDD4, 0x8AC2, 0xBDD5, 0x8ABF, 0xBDD6, 0x8AB0, 0xBDD7, 0x8AD6, 0xBDD8, 0x8ACD, 0xBDD9, 0x8AB6, 0xBDDA, 0x8AB9, 0xBDDB, 0x8ADB, - 0xBDDC, 0x8C4C, 0xBDDD, 0x8C4E, 0xBDDE, 0x8C6C, 0xBDDF, 0x8CE0, 0xBDE0, 0x8CDE, 0xBDE1, 0x8CE6, 0xBDE2, 0x8CE4, 0xBDE3, 0x8CEC, - 0xBDE4, 0x8CED, 0xBDE5, 0x8CE2, 0xBDE6, 0x8CE3, 0xBDE7, 0x8CDC, 0xBDE8, 0x8CEA, 0xBDE9, 0x8CE1, 0xBDEA, 0x8D6D, 0xBDEB, 0x8D9F, - 0xBDEC, 0x8DA3, 0xBDED, 0x8E2B, 0xBDEE, 0x8E10, 0xBDEF, 0x8E1D, 0xBDF0, 0x8E22, 0xBDF1, 0x8E0F, 0xBDF2, 0x8E29, 0xBDF3, 0x8E1F, - 0xBDF4, 0x8E21, 0xBDF5, 0x8E1E, 0xBDF6, 0x8EBA, 0xBDF7, 0x8F1D, 0xBDF8, 0x8F1B, 0xBDF9, 0x8F1F, 0xBDFA, 0x8F29, 0xBDFB, 0x8F26, - 0xBDFC, 0x8F2A, 0xBDFD, 0x8F1C, 0xBDFE, 0x8F1E, 0xBE40, 0x8F25, 0xBE41, 0x9069, 0xBE42, 0x906E, 0xBE43, 0x9068, 0xBE44, 0x906D, - 0xBE45, 0x9077, 0xBE46, 0x9130, 0xBE47, 0x912D, 0xBE48, 0x9127, 0xBE49, 0x9131, 0xBE4A, 0x9187, 0xBE4B, 0x9189, 0xBE4C, 0x918B, - 0xBE4D, 0x9183, 0xBE4E, 0x92C5, 0xBE4F, 0x92BB, 0xBE50, 0x92B7, 0xBE51, 0x92EA, 0xBE52, 0x92AC, 0xBE53, 0x92E4, 0xBE54, 0x92C1, - 0xBE55, 0x92B3, 0xBE56, 0x92BC, 0xBE57, 0x92D2, 0xBE58, 0x92C7, 0xBE59, 0x92F0, 0xBE5A, 0x92B2, 0xBE5B, 0x95AD, 0xBE5C, 0x95B1, - 0xBE5D, 0x9704, 0xBE5E, 0x9706, 0xBE5F, 0x9707, 0xBE60, 0x9709, 0xBE61, 0x9760, 0xBE62, 0x978D, 0xBE63, 0x978B, 0xBE64, 0x978F, - 0xBE65, 0x9821, 0xBE66, 0x982B, 0xBE67, 0x981C, 0xBE68, 0x98B3, 0xBE69, 0x990A, 0xBE6A, 0x9913, 0xBE6B, 0x9912, 0xBE6C, 0x9918, - 0xBE6D, 0x99DD, 0xBE6E, 0x99D0, 0xBE6F, 0x99DF, 0xBE70, 0x99DB, 0xBE71, 0x99D1, 0xBE72, 0x99D5, 0xBE73, 0x99D2, 0xBE74, 0x99D9, - 0xBE75, 0x9AB7, 0xBE76, 0x9AEE, 0xBE77, 0x9AEF, 0xBE78, 0x9B27, 0xBE79, 0x9B45, 0xBE7A, 0x9B44, 0xBE7B, 0x9B77, 0xBE7C, 0x9B6F, - 0xBE7D, 0x9D06, 0xBE7E, 0x9D09, 0xBEA1, 0x9D03, 0xBEA2, 0x9EA9, 0xBEA3, 0x9EBE, 0xBEA4, 0x9ECE, 0xBEA5, 0x58A8, 0xBEA6, 0x9F52, - 0xBEA7, 0x5112, 0xBEA8, 0x5118, 0xBEA9, 0x5114, 0xBEAA, 0x5110, 0xBEAB, 0x5115, 0xBEAC, 0x5180, 0xBEAD, 0x51AA, 0xBEAE, 0x51DD, - 0xBEAF, 0x5291, 0xBEB0, 0x5293, 0xBEB1, 0x52F3, 0xBEB2, 0x5659, 0xBEB3, 0x566B, 0xBEB4, 0x5679, 0xBEB5, 0x5669, 0xBEB6, 0x5664, - 0xBEB7, 0x5678, 0xBEB8, 0x566A, 0xBEB9, 0x5668, 0xBEBA, 0x5665, 0xBEBB, 0x5671, 0xBEBC, 0x566F, 0xBEBD, 0x566C, 0xBEBE, 0x5662, - 0xBEBF, 0x5676, 0xBEC0, 0x58C1, 0xBEC1, 0x58BE, 0xBEC2, 0x58C7, 0xBEC3, 0x58C5, 0xBEC4, 0x596E, 0xBEC5, 0x5B1D, 0xBEC6, 0x5B34, - 0xBEC7, 0x5B78, 0xBEC8, 0x5BF0, 0xBEC9, 0x5C0E, 0xBECA, 0x5F4A, 0xBECB, 0x61B2, 0xBECC, 0x6191, 0xBECD, 0x61A9, 0xBECE, 0x618A, - 0xBECF, 0x61CD, 0xBED0, 0x61B6, 0xBED1, 0x61BE, 0xBED2, 0x61CA, 0xBED3, 0x61C8, 0xBED4, 0x6230, 0xBED5, 0x64C5, 0xBED6, 0x64C1, - 0xBED7, 0x64CB, 0xBED8, 0x64BB, 0xBED9, 0x64BC, 0xBEDA, 0x64DA, 0xBEDB, 0x64C4, 0xBEDC, 0x64C7, 0xBEDD, 0x64C2, 0xBEDE, 0x64CD, - 0xBEDF, 0x64BF, 0xBEE0, 0x64D2, 0xBEE1, 0x64D4, 0xBEE2, 0x64BE, 0xBEE3, 0x6574, 0xBEE4, 0x66C6, 0xBEE5, 0x66C9, 0xBEE6, 0x66B9, - 0xBEE7, 0x66C4, 0xBEE8, 0x66C7, 0xBEE9, 0x66B8, 0xBEEA, 0x6A3D, 0xBEEB, 0x6A38, 0xBEEC, 0x6A3A, 0xBEED, 0x6A59, 0xBEEE, 0x6A6B, - 0xBEEF, 0x6A58, 0xBEF0, 0x6A39, 0xBEF1, 0x6A44, 0xBEF2, 0x6A62, 0xBEF3, 0x6A61, 0xBEF4, 0x6A4B, 0xBEF5, 0x6A47, 0xBEF6, 0x6A35, - 0xBEF7, 0x6A5F, 0xBEF8, 0x6A48, 0xBEF9, 0x6B59, 0xBEFA, 0x6B77, 0xBEFB, 0x6C05, 0xBEFC, 0x6FC2, 0xBEFD, 0x6FB1, 0xBEFE, 0x6FA1, - 0xBF40, 0x6FC3, 0xBF41, 0x6FA4, 0xBF42, 0x6FC1, 0xBF43, 0x6FA7, 0xBF44, 0x6FB3, 0xBF45, 0x6FC0, 0xBF46, 0x6FB9, 0xBF47, 0x6FB6, - 0xBF48, 0x6FA6, 0xBF49, 0x6FA0, 0xBF4A, 0x6FB4, 0xBF4B, 0x71BE, 0xBF4C, 0x71C9, 0xBF4D, 0x71D0, 0xBF4E, 0x71D2, 0xBF4F, 0x71C8, - 0xBF50, 0x71D5, 0xBF51, 0x71B9, 0xBF52, 0x71CE, 0xBF53, 0x71D9, 0xBF54, 0x71DC, 0xBF55, 0x71C3, 0xBF56, 0x71C4, 0xBF57, 0x7368, - 0xBF58, 0x749C, 0xBF59, 0x74A3, 0xBF5A, 0x7498, 0xBF5B, 0x749F, 0xBF5C, 0x749E, 0xBF5D, 0x74E2, 0xBF5E, 0x750C, 0xBF5F, 0x750D, - 0xBF60, 0x7634, 0xBF61, 0x7638, 0xBF62, 0x763A, 0xBF63, 0x76E7, 0xBF64, 0x76E5, 0xBF65, 0x77A0, 0xBF66, 0x779E, 0xBF67, 0x779F, - 0xBF68, 0x77A5, 0xBF69, 0x78E8, 0xBF6A, 0x78DA, 0xBF6B, 0x78EC, 0xBF6C, 0x78E7, 0xBF6D, 0x79A6, 0xBF6E, 0x7A4D, 0xBF6F, 0x7A4E, - 0xBF70, 0x7A46, 0xBF71, 0x7A4C, 0xBF72, 0x7A4B, 0xBF73, 0x7ABA, 0xBF74, 0x7BD9, 0xBF75, 0x7C11, 0xBF76, 0x7BC9, 0xBF77, 0x7BE4, - 0xBF78, 0x7BDB, 0xBF79, 0x7BE1, 0xBF7A, 0x7BE9, 0xBF7B, 0x7BE6, 0xBF7C, 0x7CD5, 0xBF7D, 0x7CD6, 0xBF7E, 0x7E0A, 0xBFA1, 0x7E11, - 0xBFA2, 0x7E08, 0xBFA3, 0x7E1B, 0xBFA4, 0x7E23, 0xBFA5, 0x7E1E, 0xBFA6, 0x7E1D, 0xBFA7, 0x7E09, 0xBFA8, 0x7E10, 0xBFA9, 0x7F79, - 0xBFAA, 0x7FB2, 0xBFAB, 0x7FF0, 0xBFAC, 0x7FF1, 0xBFAD, 0x7FEE, 0xBFAE, 0x8028, 0xBFAF, 0x81B3, 0xBFB0, 0x81A9, 0xBFB1, 0x81A8, - 0xBFB2, 0x81FB, 0xBFB3, 0x8208, 0xBFB4, 0x8258, 0xBFB5, 0x8259, 0xBFB6, 0x854A, 0xBFB7, 0x8559, 0xBFB8, 0x8548, 0xBFB9, 0x8568, - 0xBFBA, 0x8569, 0xBFBB, 0x8543, 0xBFBC, 0x8549, 0xBFBD, 0x856D, 0xBFBE, 0x856A, 0xBFBF, 0x855E, 0xBFC0, 0x8783, 0xBFC1, 0x879F, - 0xBFC2, 0x879E, 0xBFC3, 0x87A2, 0xBFC4, 0x878D, 0xBFC5, 0x8861, 0xBFC6, 0x892A, 0xBFC7, 0x8932, 0xBFC8, 0x8925, 0xBFC9, 0x892B, - 0xBFCA, 0x8921, 0xBFCB, 0x89AA, 0xBFCC, 0x89A6, 0xBFCD, 0x8AE6, 0xBFCE, 0x8AFA, 0xBFCF, 0x8AEB, 0xBFD0, 0x8AF1, 0xBFD1, 0x8B00, - 0xBFD2, 0x8ADC, 0xBFD3, 0x8AE7, 0xBFD4, 0x8AEE, 0xBFD5, 0x8AFE, 0xBFD6, 0x8B01, 0xBFD7, 0x8B02, 0xBFD8, 0x8AF7, 0xBFD9, 0x8AED, - 0xBFDA, 0x8AF3, 0xBFDB, 0x8AF6, 0xBFDC, 0x8AFC, 0xBFDD, 0x8C6B, 0xBFDE, 0x8C6D, 0xBFDF, 0x8C93, 0xBFE0, 0x8CF4, 0xBFE1, 0x8E44, - 0xBFE2, 0x8E31, 0xBFE3, 0x8E34, 0xBFE4, 0x8E42, 0xBFE5, 0x8E39, 0xBFE6, 0x8E35, 0xBFE7, 0x8F3B, 0xBFE8, 0x8F2F, 0xBFE9, 0x8F38, - 0xBFEA, 0x8F33, 0xBFEB, 0x8FA8, 0xBFEC, 0x8FA6, 0xBFED, 0x9075, 0xBFEE, 0x9074, 0xBFEF, 0x9078, 0xBFF0, 0x9072, 0xBFF1, 0x907C, - 0xBFF2, 0x907A, 0xBFF3, 0x9134, 0xBFF4, 0x9192, 0xBFF5, 0x9320, 0xBFF6, 0x9336, 0xBFF7, 0x92F8, 0xBFF8, 0x9333, 0xBFF9, 0x932F, - 0xBFFA, 0x9322, 0xBFFB, 0x92FC, 0xBFFC, 0x932B, 0xBFFD, 0x9304, 0xBFFE, 0x931A, 0xC040, 0x9310, 0xC041, 0x9326, 0xC042, 0x9321, - 0xC043, 0x9315, 0xC044, 0x932E, 0xC045, 0x9319, 0xC046, 0x95BB, 0xC047, 0x96A7, 0xC048, 0x96A8, 0xC049, 0x96AA, 0xC04A, 0x96D5, - 0xC04B, 0x970E, 0xC04C, 0x9711, 0xC04D, 0x9716, 0xC04E, 0x970D, 0xC04F, 0x9713, 0xC050, 0x970F, 0xC051, 0x975B, 0xC052, 0x975C, - 0xC053, 0x9766, 0xC054, 0x9798, 0xC055, 0x9830, 0xC056, 0x9838, 0xC057, 0x983B, 0xC058, 0x9837, 0xC059, 0x982D, 0xC05A, 0x9839, - 0xC05B, 0x9824, 0xC05C, 0x9910, 0xC05D, 0x9928, 0xC05E, 0x991E, 0xC05F, 0x991B, 0xC060, 0x9921, 0xC061, 0x991A, 0xC062, 0x99ED, - 0xC063, 0x99E2, 0xC064, 0x99F1, 0xC065, 0x9AB8, 0xC066, 0x9ABC, 0xC067, 0x9AFB, 0xC068, 0x9AED, 0xC069, 0x9B28, 0xC06A, 0x9B91, - 0xC06B, 0x9D15, 0xC06C, 0x9D23, 0xC06D, 0x9D26, 0xC06E, 0x9D28, 0xC06F, 0x9D12, 0xC070, 0x9D1B, 0xC071, 0x9ED8, 0xC072, 0x9ED4, - 0xC073, 0x9F8D, 0xC074, 0x9F9C, 0xC075, 0x512A, 0xC076, 0x511F, 0xC077, 0x5121, 0xC078, 0x5132, 0xC079, 0x52F5, 0xC07A, 0x568E, - 0xC07B, 0x5680, 0xC07C, 0x5690, 0xC07D, 0x5685, 0xC07E, 0x5687, 0xC0A1, 0x568F, 0xC0A2, 0x58D5, 0xC0A3, 0x58D3, 0xC0A4, 0x58D1, - 0xC0A5, 0x58CE, 0xC0A6, 0x5B30, 0xC0A7, 0x5B2A, 0xC0A8, 0x5B24, 0xC0A9, 0x5B7A, 0xC0AA, 0x5C37, 0xC0AB, 0x5C68, 0xC0AC, 0x5DBC, - 0xC0AD, 0x5DBA, 0xC0AE, 0x5DBD, 0xC0AF, 0x5DB8, 0xC0B0, 0x5E6B, 0xC0B1, 0x5F4C, 0xC0B2, 0x5FBD, 0xC0B3, 0x61C9, 0xC0B4, 0x61C2, - 0xC0B5, 0x61C7, 0xC0B6, 0x61E6, 0xC0B7, 0x61CB, 0xC0B8, 0x6232, 0xC0B9, 0x6234, 0xC0BA, 0x64CE, 0xC0BB, 0x64CA, 0xC0BC, 0x64D8, - 0xC0BD, 0x64E0, 0xC0BE, 0x64F0, 0xC0BF, 0x64E6, 0xC0C0, 0x64EC, 0xC0C1, 0x64F1, 0xC0C2, 0x64E2, 0xC0C3, 0x64ED, 0xC0C4, 0x6582, - 0xC0C5, 0x6583, 0xC0C6, 0x66D9, 0xC0C7, 0x66D6, 0xC0C8, 0x6A80, 0xC0C9, 0x6A94, 0xC0CA, 0x6A84, 0xC0CB, 0x6AA2, 0xC0CC, 0x6A9C, - 0xC0CD, 0x6ADB, 0xC0CE, 0x6AA3, 0xC0CF, 0x6A7E, 0xC0D0, 0x6A97, 0xC0D1, 0x6A90, 0xC0D2, 0x6AA0, 0xC0D3, 0x6B5C, 0xC0D4, 0x6BAE, - 0xC0D5, 0x6BDA, 0xC0D6, 0x6C08, 0xC0D7, 0x6FD8, 0xC0D8, 0x6FF1, 0xC0D9, 0x6FDF, 0xC0DA, 0x6FE0, 0xC0DB, 0x6FDB, 0xC0DC, 0x6FE4, - 0xC0DD, 0x6FEB, 0xC0DE, 0x6FEF, 0xC0DF, 0x6F80, 0xC0E0, 0x6FEC, 0xC0E1, 0x6FE1, 0xC0E2, 0x6FE9, 0xC0E3, 0x6FD5, 0xC0E4, 0x6FEE, - 0xC0E5, 0x6FF0, 0xC0E6, 0x71E7, 0xC0E7, 0x71DF, 0xC0E8, 0x71EE, 0xC0E9, 0x71E6, 0xC0EA, 0x71E5, 0xC0EB, 0x71ED, 0xC0EC, 0x71EC, - 0xC0ED, 0x71F4, 0xC0EE, 0x71E0, 0xC0EF, 0x7235, 0xC0F0, 0x7246, 0xC0F1, 0x7370, 0xC0F2, 0x7372, 0xC0F3, 0x74A9, 0xC0F4, 0x74B0, - 0xC0F5, 0x74A6, 0xC0F6, 0x74A8, 0xC0F7, 0x7646, 0xC0F8, 0x7642, 0xC0F9, 0x764C, 0xC0FA, 0x76EA, 0xC0FB, 0x77B3, 0xC0FC, 0x77AA, - 0xC0FD, 0x77B0, 0xC0FE, 0x77AC, 0xC140, 0x77A7, 0xC141, 0x77AD, 0xC142, 0x77EF, 0xC143, 0x78F7, 0xC144, 0x78FA, 0xC145, 0x78F4, - 0xC146, 0x78EF, 0xC147, 0x7901, 0xC148, 0x79A7, 0xC149, 0x79AA, 0xC14A, 0x7A57, 0xC14B, 0x7ABF, 0xC14C, 0x7C07, 0xC14D, 0x7C0D, - 0xC14E, 0x7BFE, 0xC14F, 0x7BF7, 0xC150, 0x7C0C, 0xC151, 0x7BE0, 0xC152, 0x7CE0, 0xC153, 0x7CDC, 0xC154, 0x7CDE, 0xC155, 0x7CE2, - 0xC156, 0x7CDF, 0xC157, 0x7CD9, 0xC158, 0x7CDD, 0xC159, 0x7E2E, 0xC15A, 0x7E3E, 0xC15B, 0x7E46, 0xC15C, 0x7E37, 0xC15D, 0x7E32, - 0xC15E, 0x7E43, 0xC15F, 0x7E2B, 0xC160, 0x7E3D, 0xC161, 0x7E31, 0xC162, 0x7E45, 0xC163, 0x7E41, 0xC164, 0x7E34, 0xC165, 0x7E39, - 0xC166, 0x7E48, 0xC167, 0x7E35, 0xC168, 0x7E3F, 0xC169, 0x7E2F, 0xC16A, 0x7F44, 0xC16B, 0x7FF3, 0xC16C, 0x7FFC, 0xC16D, 0x8071, - 0xC16E, 0x8072, 0xC16F, 0x8070, 0xC170, 0x806F, 0xC171, 0x8073, 0xC172, 0x81C6, 0xC173, 0x81C3, 0xC174, 0x81BA, 0xC175, 0x81C2, - 0xC176, 0x81C0, 0xC177, 0x81BF, 0xC178, 0x81BD, 0xC179, 0x81C9, 0xC17A, 0x81BE, 0xC17B, 0x81E8, 0xC17C, 0x8209, 0xC17D, 0x8271, - 0xC17E, 0x85AA, 0xC1A1, 0x8584, 0xC1A2, 0x857E, 0xC1A3, 0x859C, 0xC1A4, 0x8591, 0xC1A5, 0x8594, 0xC1A6, 0x85AF, 0xC1A7, 0x859B, - 0xC1A8, 0x8587, 0xC1A9, 0x85A8, 0xC1AA, 0x858A, 0xC1AB, 0x8667, 0xC1AC, 0x87C0, 0xC1AD, 0x87D1, 0xC1AE, 0x87B3, 0xC1AF, 0x87D2, - 0xC1B0, 0x87C6, 0xC1B1, 0x87AB, 0xC1B2, 0x87BB, 0xC1B3, 0x87BA, 0xC1B4, 0x87C8, 0xC1B5, 0x87CB, 0xC1B6, 0x893B, 0xC1B7, 0x8936, - 0xC1B8, 0x8944, 0xC1B9, 0x8938, 0xC1BA, 0x893D, 0xC1BB, 0x89AC, 0xC1BC, 0x8B0E, 0xC1BD, 0x8B17, 0xC1BE, 0x8B19, 0xC1BF, 0x8B1B, - 0xC1C0, 0x8B0A, 0xC1C1, 0x8B20, 0xC1C2, 0x8B1D, 0xC1C3, 0x8B04, 0xC1C4, 0x8B10, 0xC1C5, 0x8C41, 0xC1C6, 0x8C3F, 0xC1C7, 0x8C73, - 0xC1C8, 0x8CFA, 0xC1C9, 0x8CFD, 0xC1CA, 0x8CFC, 0xC1CB, 0x8CF8, 0xC1CC, 0x8CFB, 0xC1CD, 0x8DA8, 0xC1CE, 0x8E49, 0xC1CF, 0x8E4B, - 0xC1D0, 0x8E48, 0xC1D1, 0x8E4A, 0xC1D2, 0x8F44, 0xC1D3, 0x8F3E, 0xC1D4, 0x8F42, 0xC1D5, 0x8F45, 0xC1D6, 0x8F3F, 0xC1D7, 0x907F, - 0xC1D8, 0x907D, 0xC1D9, 0x9084, 0xC1DA, 0x9081, 0xC1DB, 0x9082, 0xC1DC, 0x9080, 0xC1DD, 0x9139, 0xC1DE, 0x91A3, 0xC1DF, 0x919E, - 0xC1E0, 0x919C, 0xC1E1, 0x934D, 0xC1E2, 0x9382, 0xC1E3, 0x9328, 0xC1E4, 0x9375, 0xC1E5, 0x934A, 0xC1E6, 0x9365, 0xC1E7, 0x934B, - 0xC1E8, 0x9318, 0xC1E9, 0x937E, 0xC1EA, 0x936C, 0xC1EB, 0x935B, 0xC1EC, 0x9370, 0xC1ED, 0x935A, 0xC1EE, 0x9354, 0xC1EF, 0x95CA, - 0xC1F0, 0x95CB, 0xC1F1, 0x95CC, 0xC1F2, 0x95C8, 0xC1F3, 0x95C6, 0xC1F4, 0x96B1, 0xC1F5, 0x96B8, 0xC1F6, 0x96D6, 0xC1F7, 0x971C, - 0xC1F8, 0x971E, 0xC1F9, 0x97A0, 0xC1FA, 0x97D3, 0xC1FB, 0x9846, 0xC1FC, 0x98B6, 0xC1FD, 0x9935, 0xC1FE, 0x9A01, 0xC240, 0x99FF, - 0xC241, 0x9BAE, 0xC242, 0x9BAB, 0xC243, 0x9BAA, 0xC244, 0x9BAD, 0xC245, 0x9D3B, 0xC246, 0x9D3F, 0xC247, 0x9E8B, 0xC248, 0x9ECF, - 0xC249, 0x9EDE, 0xC24A, 0x9EDC, 0xC24B, 0x9EDD, 0xC24C, 0x9EDB, 0xC24D, 0x9F3E, 0xC24E, 0x9F4B, 0xC24F, 0x53E2, 0xC250, 0x5695, - 0xC251, 0x56AE, 0xC252, 0x58D9, 0xC253, 0x58D8, 0xC254, 0x5B38, 0xC255, 0x5F5D, 0xC256, 0x61E3, 0xC257, 0x6233, 0xC258, 0x64F4, - 0xC259, 0x64F2, 0xC25A, 0x64FE, 0xC25B, 0x6506, 0xC25C, 0x64FA, 0xC25D, 0x64FB, 0xC25E, 0x64F7, 0xC25F, 0x65B7, 0xC260, 0x66DC, - 0xC261, 0x6726, 0xC262, 0x6AB3, 0xC263, 0x6AAC, 0xC264, 0x6AC3, 0xC265, 0x6ABB, 0xC266, 0x6AB8, 0xC267, 0x6AC2, 0xC268, 0x6AAE, - 0xC269, 0x6AAF, 0xC26A, 0x6B5F, 0xC26B, 0x6B78, 0xC26C, 0x6BAF, 0xC26D, 0x7009, 0xC26E, 0x700B, 0xC26F, 0x6FFE, 0xC270, 0x7006, - 0xC271, 0x6FFA, 0xC272, 0x7011, 0xC273, 0x700F, 0xC274, 0x71FB, 0xC275, 0x71FC, 0xC276, 0x71FE, 0xC277, 0x71F8, 0xC278, 0x7377, - 0xC279, 0x7375, 0xC27A, 0x74A7, 0xC27B, 0x74BF, 0xC27C, 0x7515, 0xC27D, 0x7656, 0xC27E, 0x7658, 0xC2A1, 0x7652, 0xC2A2, 0x77BD, - 0xC2A3, 0x77BF, 0xC2A4, 0x77BB, 0xC2A5, 0x77BC, 0xC2A6, 0x790E, 0xC2A7, 0x79AE, 0xC2A8, 0x7A61, 0xC2A9, 0x7A62, 0xC2AA, 0x7A60, - 0xC2AB, 0x7AC4, 0xC2AC, 0x7AC5, 0xC2AD, 0x7C2B, 0xC2AE, 0x7C27, 0xC2AF, 0x7C2A, 0xC2B0, 0x7C1E, 0xC2B1, 0x7C23, 0xC2B2, 0x7C21, - 0xC2B3, 0x7CE7, 0xC2B4, 0x7E54, 0xC2B5, 0x7E55, 0xC2B6, 0x7E5E, 0xC2B7, 0x7E5A, 0xC2B8, 0x7E61, 0xC2B9, 0x7E52, 0xC2BA, 0x7E59, - 0xC2BB, 0x7F48, 0xC2BC, 0x7FF9, 0xC2BD, 0x7FFB, 0xC2BE, 0x8077, 0xC2BF, 0x8076, 0xC2C0, 0x81CD, 0xC2C1, 0x81CF, 0xC2C2, 0x820A, - 0xC2C3, 0x85CF, 0xC2C4, 0x85A9, 0xC2C5, 0x85CD, 0xC2C6, 0x85D0, 0xC2C7, 0x85C9, 0xC2C8, 0x85B0, 0xC2C9, 0x85BA, 0xC2CA, 0x85B9, - 0xC2CB, 0x85A6, 0xC2CC, 0x87EF, 0xC2CD, 0x87EC, 0xC2CE, 0x87F2, 0xC2CF, 0x87E0, 0xC2D0, 0x8986, 0xC2D1, 0x89B2, 0xC2D2, 0x89F4, - 0xC2D3, 0x8B28, 0xC2D4, 0x8B39, 0xC2D5, 0x8B2C, 0xC2D6, 0x8B2B, 0xC2D7, 0x8C50, 0xC2D8, 0x8D05, 0xC2D9, 0x8E59, 0xC2DA, 0x8E63, - 0xC2DB, 0x8E66, 0xC2DC, 0x8E64, 0xC2DD, 0x8E5F, 0xC2DE, 0x8E55, 0xC2DF, 0x8EC0, 0xC2E0, 0x8F49, 0xC2E1, 0x8F4D, 0xC2E2, 0x9087, - 0xC2E3, 0x9083, 0xC2E4, 0x9088, 0xC2E5, 0x91AB, 0xC2E6, 0x91AC, 0xC2E7, 0x91D0, 0xC2E8, 0x9394, 0xC2E9, 0x938A, 0xC2EA, 0x9396, - 0xC2EB, 0x93A2, 0xC2EC, 0x93B3, 0xC2ED, 0x93AE, 0xC2EE, 0x93AC, 0xC2EF, 0x93B0, 0xC2F0, 0x9398, 0xC2F1, 0x939A, 0xC2F2, 0x9397, - 0xC2F3, 0x95D4, 0xC2F4, 0x95D6, 0xC2F5, 0x95D0, 0xC2F6, 0x95D5, 0xC2F7, 0x96E2, 0xC2F8, 0x96DC, 0xC2F9, 0x96D9, 0xC2FA, 0x96DB, - 0xC2FB, 0x96DE, 0xC2FC, 0x9724, 0xC2FD, 0x97A3, 0xC2FE, 0x97A6, 0xC340, 0x97AD, 0xC341, 0x97F9, 0xC342, 0x984D, 0xC343, 0x984F, - 0xC344, 0x984C, 0xC345, 0x984E, 0xC346, 0x9853, 0xC347, 0x98BA, 0xC348, 0x993E, 0xC349, 0x993F, 0xC34A, 0x993D, 0xC34B, 0x992E, - 0xC34C, 0x99A5, 0xC34D, 0x9A0E, 0xC34E, 0x9AC1, 0xC34F, 0x9B03, 0xC350, 0x9B06, 0xC351, 0x9B4F, 0xC352, 0x9B4E, 0xC353, 0x9B4D, - 0xC354, 0x9BCA, 0xC355, 0x9BC9, 0xC356, 0x9BFD, 0xC357, 0x9BC8, 0xC358, 0x9BC0, 0xC359, 0x9D51, 0xC35A, 0x9D5D, 0xC35B, 0x9D60, - 0xC35C, 0x9EE0, 0xC35D, 0x9F15, 0xC35E, 0x9F2C, 0xC35F, 0x5133, 0xC360, 0x56A5, 0xC361, 0x58DE, 0xC362, 0x58DF, 0xC363, 0x58E2, - 0xC364, 0x5BF5, 0xC365, 0x9F90, 0xC366, 0x5EEC, 0xC367, 0x61F2, 0xC368, 0x61F7, 0xC369, 0x61F6, 0xC36A, 0x61F5, 0xC36B, 0x6500, - 0xC36C, 0x650F, 0xC36D, 0x66E0, 0xC36E, 0x66DD, 0xC36F, 0x6AE5, 0xC370, 0x6ADD, 0xC371, 0x6ADA, 0xC372, 0x6AD3, 0xC373, 0x701B, - 0xC374, 0x701F, 0xC375, 0x7028, 0xC376, 0x701A, 0xC377, 0x701D, 0xC378, 0x7015, 0xC379, 0x7018, 0xC37A, 0x7206, 0xC37B, 0x720D, - 0xC37C, 0x7258, 0xC37D, 0x72A2, 0xC37E, 0x7378, 0xC3A1, 0x737A, 0xC3A2, 0x74BD, 0xC3A3, 0x74CA, 0xC3A4, 0x74E3, 0xC3A5, 0x7587, - 0xC3A6, 0x7586, 0xC3A7, 0x765F, 0xC3A8, 0x7661, 0xC3A9, 0x77C7, 0xC3AA, 0x7919, 0xC3AB, 0x79B1, 0xC3AC, 0x7A6B, 0xC3AD, 0x7A69, - 0xC3AE, 0x7C3E, 0xC3AF, 0x7C3F, 0xC3B0, 0x7C38, 0xC3B1, 0x7C3D, 0xC3B2, 0x7C37, 0xC3B3, 0x7C40, 0xC3B4, 0x7E6B, 0xC3B5, 0x7E6D, - 0xC3B6, 0x7E79, 0xC3B7, 0x7E69, 0xC3B8, 0x7E6A, 0xC3B9, 0x7F85, 0xC3BA, 0x7E73, 0xC3BB, 0x7FB6, 0xC3BC, 0x7FB9, 0xC3BD, 0x7FB8, - 0xC3BE, 0x81D8, 0xC3BF, 0x85E9, 0xC3C0, 0x85DD, 0xC3C1, 0x85EA, 0xC3C2, 0x85D5, 0xC3C3, 0x85E4, 0xC3C4, 0x85E5, 0xC3C5, 0x85F7, - 0xC3C6, 0x87FB, 0xC3C7, 0x8805, 0xC3C8, 0x880D, 0xC3C9, 0x87F9, 0xC3CA, 0x87FE, 0xC3CB, 0x8960, 0xC3CC, 0x895F, 0xC3CD, 0x8956, - 0xC3CE, 0x895E, 0xC3CF, 0x8B41, 0xC3D0, 0x8B5C, 0xC3D1, 0x8B58, 0xC3D2, 0x8B49, 0xC3D3, 0x8B5A, 0xC3D4, 0x8B4E, 0xC3D5, 0x8B4F, - 0xC3D6, 0x8B46, 0xC3D7, 0x8B59, 0xC3D8, 0x8D08, 0xC3D9, 0x8D0A, 0xC3DA, 0x8E7C, 0xC3DB, 0x8E72, 0xC3DC, 0x8E87, 0xC3DD, 0x8E76, - 0xC3DE, 0x8E6C, 0xC3DF, 0x8E7A, 0xC3E0, 0x8E74, 0xC3E1, 0x8F54, 0xC3E2, 0x8F4E, 0xC3E3, 0x8FAD, 0xC3E4, 0x908A, 0xC3E5, 0x908B, - 0xC3E6, 0x91B1, 0xC3E7, 0x91AE, 0xC3E8, 0x93E1, 0xC3E9, 0x93D1, 0xC3EA, 0x93DF, 0xC3EB, 0x93C3, 0xC3EC, 0x93C8, 0xC3ED, 0x93DC, - 0xC3EE, 0x93DD, 0xC3EF, 0x93D6, 0xC3F0, 0x93E2, 0xC3F1, 0x93CD, 0xC3F2, 0x93D8, 0xC3F3, 0x93E4, 0xC3F4, 0x93D7, 0xC3F5, 0x93E8, - 0xC3F6, 0x95DC, 0xC3F7, 0x96B4, 0xC3F8, 0x96E3, 0xC3F9, 0x972A, 0xC3FA, 0x9727, 0xC3FB, 0x9761, 0xC3FC, 0x97DC, 0xC3FD, 0x97FB, - 0xC3FE, 0x985E, 0xC440, 0x9858, 0xC441, 0x985B, 0xC442, 0x98BC, 0xC443, 0x9945, 0xC444, 0x9949, 0xC445, 0x9A16, 0xC446, 0x9A19, - 0xC447, 0x9B0D, 0xC448, 0x9BE8, 0xC449, 0x9BE7, 0xC44A, 0x9BD6, 0xC44B, 0x9BDB, 0xC44C, 0x9D89, 0xC44D, 0x9D61, 0xC44E, 0x9D72, - 0xC44F, 0x9D6A, 0xC450, 0x9D6C, 0xC451, 0x9E92, 0xC452, 0x9E97, 0xC453, 0x9E93, 0xC454, 0x9EB4, 0xC455, 0x52F8, 0xC456, 0x56A8, - 0xC457, 0x56B7, 0xC458, 0x56B6, 0xC459, 0x56B4, 0xC45A, 0x56BC, 0xC45B, 0x58E4, 0xC45C, 0x5B40, 0xC45D, 0x5B43, 0xC45E, 0x5B7D, - 0xC45F, 0x5BF6, 0xC460, 0x5DC9, 0xC461, 0x61F8, 0xC462, 0x61FA, 0xC463, 0x6518, 0xC464, 0x6514, 0xC465, 0x6519, 0xC466, 0x66E6, - 0xC467, 0x6727, 0xC468, 0x6AEC, 0xC469, 0x703E, 0xC46A, 0x7030, 0xC46B, 0x7032, 0xC46C, 0x7210, 0xC46D, 0x737B, 0xC46E, 0x74CF, - 0xC46F, 0x7662, 0xC470, 0x7665, 0xC471, 0x7926, 0xC472, 0x792A, 0xC473, 0x792C, 0xC474, 0x792B, 0xC475, 0x7AC7, 0xC476, 0x7AF6, - 0xC477, 0x7C4C, 0xC478, 0x7C43, 0xC479, 0x7C4D, 0xC47A, 0x7CEF, 0xC47B, 0x7CF0, 0xC47C, 0x8FAE, 0xC47D, 0x7E7D, 0xC47E, 0x7E7C, - 0xC4A1, 0x7E82, 0xC4A2, 0x7F4C, 0xC4A3, 0x8000, 0xC4A4, 0x81DA, 0xC4A5, 0x8266, 0xC4A6, 0x85FB, 0xC4A7, 0x85F9, 0xC4A8, 0x8611, - 0xC4A9, 0x85FA, 0xC4AA, 0x8606, 0xC4AB, 0x860B, 0xC4AC, 0x8607, 0xC4AD, 0x860A, 0xC4AE, 0x8814, 0xC4AF, 0x8815, 0xC4B0, 0x8964, - 0xC4B1, 0x89BA, 0xC4B2, 0x89F8, 0xC4B3, 0x8B70, 0xC4B4, 0x8B6C, 0xC4B5, 0x8B66, 0xC4B6, 0x8B6F, 0xC4B7, 0x8B5F, 0xC4B8, 0x8B6B, - 0xC4B9, 0x8D0F, 0xC4BA, 0x8D0D, 0xC4BB, 0x8E89, 0xC4BC, 0x8E81, 0xC4BD, 0x8E85, 0xC4BE, 0x8E82, 0xC4BF, 0x91B4, 0xC4C0, 0x91CB, - 0xC4C1, 0x9418, 0xC4C2, 0x9403, 0xC4C3, 0x93FD, 0xC4C4, 0x95E1, 0xC4C5, 0x9730, 0xC4C6, 0x98C4, 0xC4C7, 0x9952, 0xC4C8, 0x9951, - 0xC4C9, 0x99A8, 0xC4CA, 0x9A2B, 0xC4CB, 0x9A30, 0xC4CC, 0x9A37, 0xC4CD, 0x9A35, 0xC4CE, 0x9C13, 0xC4CF, 0x9C0D, 0xC4D0, 0x9E79, - 0xC4D1, 0x9EB5, 0xC4D2, 0x9EE8, 0xC4D3, 0x9F2F, 0xC4D4, 0x9F5F, 0xC4D5, 0x9F63, 0xC4D6, 0x9F61, 0xC4D7, 0x5137, 0xC4D8, 0x5138, - 0xC4D9, 0x56C1, 0xC4DA, 0x56C0, 0xC4DB, 0x56C2, 0xC4DC, 0x5914, 0xC4DD, 0x5C6C, 0xC4DE, 0x5DCD, 0xC4DF, 0x61FC, 0xC4E0, 0x61FE, - 0xC4E1, 0x651D, 0xC4E2, 0x651C, 0xC4E3, 0x6595, 0xC4E4, 0x66E9, 0xC4E5, 0x6AFB, 0xC4E6, 0x6B04, 0xC4E7, 0x6AFA, 0xC4E8, 0x6BB2, - 0xC4E9, 0x704C, 0xC4EA, 0x721B, 0xC4EB, 0x72A7, 0xC4EC, 0x74D6, 0xC4ED, 0x74D4, 0xC4EE, 0x7669, 0xC4EF, 0x77D3, 0xC4F0, 0x7C50, - 0xC4F1, 0x7E8F, 0xC4F2, 0x7E8C, 0xC4F3, 0x7FBC, 0xC4F4, 0x8617, 0xC4F5, 0x862D, 0xC4F6, 0x861A, 0xC4F7, 0x8823, 0xC4F8, 0x8822, - 0xC4F9, 0x8821, 0xC4FA, 0x881F, 0xC4FB, 0x896A, 0xC4FC, 0x896C, 0xC4FD, 0x89BD, 0xC4FE, 0x8B74, 0xC540, 0x8B77, 0xC541, 0x8B7D, - 0xC542, 0x8D13, 0xC543, 0x8E8A, 0xC544, 0x8E8D, 0xC545, 0x8E8B, 0xC546, 0x8F5F, 0xC547, 0x8FAF, 0xC548, 0x91BA, 0xC549, 0x942E, - 0xC54A, 0x9433, 0xC54B, 0x9435, 0xC54C, 0x943A, 0xC54D, 0x9438, 0xC54E, 0x9432, 0xC54F, 0x942B, 0xC550, 0x95E2, 0xC551, 0x9738, - 0xC552, 0x9739, 0xC553, 0x9732, 0xC554, 0x97FF, 0xC555, 0x9867, 0xC556, 0x9865, 0xC557, 0x9957, 0xC558, 0x9A45, 0xC559, 0x9A43, - 0xC55A, 0x9A40, 0xC55B, 0x9A3E, 0xC55C, 0x9ACF, 0xC55D, 0x9B54, 0xC55E, 0x9B51, 0xC55F, 0x9C2D, 0xC560, 0x9C25, 0xC561, 0x9DAF, - 0xC562, 0x9DB4, 0xC563, 0x9DC2, 0xC564, 0x9DB8, 0xC565, 0x9E9D, 0xC566, 0x9EEF, 0xC567, 0x9F19, 0xC568, 0x9F5C, 0xC569, 0x9F66, - 0xC56A, 0x9F67, 0xC56B, 0x513C, 0xC56C, 0x513B, 0xC56D, 0x56C8, 0xC56E, 0x56CA, 0xC56F, 0x56C9, 0xC570, 0x5B7F, 0xC571, 0x5DD4, - 0xC572, 0x5DD2, 0xC573, 0x5F4E, 0xC574, 0x61FF, 0xC575, 0x6524, 0xC576, 0x6B0A, 0xC577, 0x6B61, 0xC578, 0x7051, 0xC579, 0x7058, - 0xC57A, 0x7380, 0xC57B, 0x74E4, 0xC57C, 0x758A, 0xC57D, 0x766E, 0xC57E, 0x766C, 0xC5A1, 0x79B3, 0xC5A2, 0x7C60, 0xC5A3, 0x7C5F, - 0xC5A4, 0x807E, 0xC5A5, 0x807D, 0xC5A6, 0x81DF, 0xC5A7, 0x8972, 0xC5A8, 0x896F, 0xC5A9, 0x89FC, 0xC5AA, 0x8B80, 0xC5AB, 0x8D16, - 0xC5AC, 0x8D17, 0xC5AD, 0x8E91, 0xC5AE, 0x8E93, 0xC5AF, 0x8F61, 0xC5B0, 0x9148, 0xC5B1, 0x9444, 0xC5B2, 0x9451, 0xC5B3, 0x9452, - 0xC5B4, 0x973D, 0xC5B5, 0x973E, 0xC5B6, 0x97C3, 0xC5B7, 0x97C1, 0xC5B8, 0x986B, 0xC5B9, 0x9955, 0xC5BA, 0x9A55, 0xC5BB, 0x9A4D, - 0xC5BC, 0x9AD2, 0xC5BD, 0x9B1A, 0xC5BE, 0x9C49, 0xC5BF, 0x9C31, 0xC5C0, 0x9C3E, 0xC5C1, 0x9C3B, 0xC5C2, 0x9DD3, 0xC5C3, 0x9DD7, - 0xC5C4, 0x9F34, 0xC5C5, 0x9F6C, 0xC5C6, 0x9F6A, 0xC5C7, 0x9F94, 0xC5C8, 0x56CC, 0xC5C9, 0x5DD6, 0xC5CA, 0x6200, 0xC5CB, 0x6523, - 0xC5CC, 0x652B, 0xC5CD, 0x652A, 0xC5CE, 0x66EC, 0xC5CF, 0x6B10, 0xC5D0, 0x74DA, 0xC5D1, 0x7ACA, 0xC5D2, 0x7C64, 0xC5D3, 0x7C63, - 0xC5D4, 0x7C65, 0xC5D5, 0x7E93, 0xC5D6, 0x7E96, 0xC5D7, 0x7E94, 0xC5D8, 0x81E2, 0xC5D9, 0x8638, 0xC5DA, 0x863F, 0xC5DB, 0x8831, - 0xC5DC, 0x8B8A, 0xC5DD, 0x9090, 0xC5DE, 0x908F, 0xC5DF, 0x9463, 0xC5E0, 0x9460, 0xC5E1, 0x9464, 0xC5E2, 0x9768, 0xC5E3, 0x986F, - 0xC5E4, 0x995C, 0xC5E5, 0x9A5A, 0xC5E6, 0x9A5B, 0xC5E7, 0x9A57, 0xC5E8, 0x9AD3, 0xC5E9, 0x9AD4, 0xC5EA, 0x9AD1, 0xC5EB, 0x9C54, - 0xC5EC, 0x9C57, 0xC5ED, 0x9C56, 0xC5EE, 0x9DE5, 0xC5EF, 0x9E9F, 0xC5F0, 0x9EF4, 0xC5F1, 0x56D1, 0xC5F2, 0x58E9, 0xC5F3, 0x652C, - 0xC5F4, 0x705E, 0xC5F5, 0x7671, 0xC5F6, 0x7672, 0xC5F7, 0x77D7, 0xC5F8, 0x7F50, 0xC5F9, 0x7F88, 0xC5FA, 0x8836, 0xC5FB, 0x8839, - 0xC5FC, 0x8862, 0xC5FD, 0x8B93, 0xC5FE, 0x8B92, 0xC640, 0x8B96, 0xC641, 0x8277, 0xC642, 0x8D1B, 0xC643, 0x91C0, 0xC644, 0x946A, - 0xC645, 0x9742, 0xC646, 0x9748, 0xC647, 0x9744, 0xC648, 0x97C6, 0xC649, 0x9870, 0xC64A, 0x9A5F, 0xC64B, 0x9B22, 0xC64C, 0x9B58, - 0xC64D, 0x9C5F, 0xC64E, 0x9DF9, 0xC64F, 0x9DFA, 0xC650, 0x9E7C, 0xC651, 0x9E7D, 0xC652, 0x9F07, 0xC653, 0x9F77, 0xC654, 0x9F72, - 0xC655, 0x5EF3, 0xC656, 0x6B16, 0xC657, 0x7063, 0xC658, 0x7C6C, 0xC659, 0x7C6E, 0xC65A, 0x883B, 0xC65B, 0x89C0, 0xC65C, 0x8EA1, - 0xC65D, 0x91C1, 0xC65E, 0x9472, 0xC65F, 0x9470, 0xC660, 0x9871, 0xC661, 0x995E, 0xC662, 0x9AD6, 0xC663, 0x9B23, 0xC664, 0x9ECC, - 0xC665, 0x7064, 0xC666, 0x77DA, 0xC667, 0x8B9A, 0xC668, 0x9477, 0xC669, 0x97C9, 0xC66A, 0x9A62, 0xC66B, 0x9A65, 0xC66C, 0x7E9C, - 0xC66D, 0x8B9C, 0xC66E, 0x8EAA, 0xC66F, 0x91C5, 0xC670, 0x947D, 0xC671, 0x947E, 0xC672, 0x947C, 0xC673, 0x9C77, 0xC674, 0x9C78, - 0xC675, 0x9EF7, 0xC676, 0x8C54, 0xC677, 0x947F, 0xC678, 0x9E1A, 0xC679, 0x7228, 0xC67A, 0x9A6A, 0xC67B, 0x9B31, 0xC67C, 0x9E1B, - 0xC67D, 0x9E1E, 0xC67E, 0x7C72, 0xC940, 0x4E42, 0xC941, 0x4E5C, 0xC942, 0x51F5, 0xC943, 0x531A, 0xC944, 0x5382, 0xC945, 0x4E07, - 0xC946, 0x4E0C, 0xC947, 0x4E47, 0xC948, 0x4E8D, 0xC949, 0x56D7, 0xC94A, 0xFA0C, 0xC94B, 0x5C6E, 0xC94C, 0x5F73, 0xC94D, 0x4E0F, - 0xC94E, 0x5187, 0xC94F, 0x4E0E, 0xC950, 0x4E2E, 0xC951, 0x4E93, 0xC952, 0x4EC2, 0xC953, 0x4EC9, 0xC954, 0x4EC8, 0xC955, 0x5198, - 0xC956, 0x52FC, 0xC957, 0x536C, 0xC958, 0x53B9, 0xC959, 0x5720, 0xC95A, 0x5903, 0xC95B, 0x592C, 0xC95C, 0x5C10, 0xC95D, 0x5DFF, - 0xC95E, 0x65E1, 0xC95F, 0x6BB3, 0xC960, 0x6BCC, 0xC961, 0x6C14, 0xC962, 0x723F, 0xC963, 0x4E31, 0xC964, 0x4E3C, 0xC965, 0x4EE8, - 0xC966, 0x4EDC, 0xC967, 0x4EE9, 0xC968, 0x4EE1, 0xC969, 0x4EDD, 0xC96A, 0x4EDA, 0xC96B, 0x520C, 0xC96C, 0x531C, 0xC96D, 0x534C, - 0xC96E, 0x5722, 0xC96F, 0x5723, 0xC970, 0x5917, 0xC971, 0x592F, 0xC972, 0x5B81, 0xC973, 0x5B84, 0xC974, 0x5C12, 0xC975, 0x5C3B, - 0xC976, 0x5C74, 0xC977, 0x5C73, 0xC978, 0x5E04, 0xC979, 0x5E80, 0xC97A, 0x5E82, 0xC97B, 0x5FC9, 0xC97C, 0x6209, 0xC97D, 0x6250, - 0xC97E, 0x6C15, 0xC9A1, 0x6C36, 0xC9A2, 0x6C43, 0xC9A3, 0x6C3F, 0xC9A4, 0x6C3B, 0xC9A5, 0x72AE, 0xC9A6, 0x72B0, 0xC9A7, 0x738A, - 0xC9A8, 0x79B8, 0xC9A9, 0x808A, 0xC9AA, 0x961E, 0xC9AB, 0x4F0E, 0xC9AC, 0x4F18, 0xC9AD, 0x4F2C, 0xC9AE, 0x4EF5, 0xC9AF, 0x4F14, - 0xC9B0, 0x4EF1, 0xC9B1, 0x4F00, 0xC9B2, 0x4EF7, 0xC9B3, 0x4F08, 0xC9B4, 0x4F1D, 0xC9B5, 0x4F02, 0xC9B6, 0x4F05, 0xC9B7, 0x4F22, - 0xC9B8, 0x4F13, 0xC9B9, 0x4F04, 0xC9BA, 0x4EF4, 0xC9BB, 0x4F12, 0xC9BC, 0x51B1, 0xC9BD, 0x5213, 0xC9BE, 0x5209, 0xC9BF, 0x5210, - 0xC9C0, 0x52A6, 0xC9C1, 0x5322, 0xC9C2, 0x531F, 0xC9C3, 0x534D, 0xC9C4, 0x538A, 0xC9C5, 0x5407, 0xC9C6, 0x56E1, 0xC9C7, 0x56DF, - 0xC9C8, 0x572E, 0xC9C9, 0x572A, 0xC9CA, 0x5734, 0xC9CB, 0x593C, 0xC9CC, 0x5980, 0xC9CD, 0x597C, 0xC9CE, 0x5985, 0xC9CF, 0x597B, - 0xC9D0, 0x597E, 0xC9D1, 0x5977, 0xC9D2, 0x597F, 0xC9D3, 0x5B56, 0xC9D4, 0x5C15, 0xC9D5, 0x5C25, 0xC9D6, 0x5C7C, 0xC9D7, 0x5C7A, - 0xC9D8, 0x5C7B, 0xC9D9, 0x5C7E, 0xC9DA, 0x5DDF, 0xC9DB, 0x5E75, 0xC9DC, 0x5E84, 0xC9DD, 0x5F02, 0xC9DE, 0x5F1A, 0xC9DF, 0x5F74, - 0xC9E0, 0x5FD5, 0xC9E1, 0x5FD4, 0xC9E2, 0x5FCF, 0xC9E3, 0x625C, 0xC9E4, 0x625E, 0xC9E5, 0x6264, 0xC9E6, 0x6261, 0xC9E7, 0x6266, - 0xC9E8, 0x6262, 0xC9E9, 0x6259, 0xC9EA, 0x6260, 0xC9EB, 0x625A, 0xC9EC, 0x6265, 0xC9ED, 0x65EF, 0xC9EE, 0x65EE, 0xC9EF, 0x673E, - 0xC9F0, 0x6739, 0xC9F1, 0x6738, 0xC9F2, 0x673B, 0xC9F3, 0x673A, 0xC9F4, 0x673F, 0xC9F5, 0x673C, 0xC9F6, 0x6733, 0xC9F7, 0x6C18, - 0xC9F8, 0x6C46, 0xC9F9, 0x6C52, 0xC9FA, 0x6C5C, 0xC9FB, 0x6C4F, 0xC9FC, 0x6C4A, 0xC9FD, 0x6C54, 0xC9FE, 0x6C4B, 0xCA40, 0x6C4C, - 0xCA41, 0x7071, 0xCA42, 0x725E, 0xCA43, 0x72B4, 0xCA44, 0x72B5, 0xCA45, 0x738E, 0xCA46, 0x752A, 0xCA47, 0x767F, 0xCA48, 0x7A75, - 0xCA49, 0x7F51, 0xCA4A, 0x8278, 0xCA4B, 0x827C, 0xCA4C, 0x8280, 0xCA4D, 0x827D, 0xCA4E, 0x827F, 0xCA4F, 0x864D, 0xCA50, 0x897E, - 0xCA51, 0x9099, 0xCA52, 0x9097, 0xCA53, 0x9098, 0xCA54, 0x909B, 0xCA55, 0x9094, 0xCA56, 0x9622, 0xCA57, 0x9624, 0xCA58, 0x9620, - 0xCA59, 0x9623, 0xCA5A, 0x4F56, 0xCA5B, 0x4F3B, 0xCA5C, 0x4F62, 0xCA5D, 0x4F49, 0xCA5E, 0x4F53, 0xCA5F, 0x4F64, 0xCA60, 0x4F3E, - 0xCA61, 0x4F67, 0xCA62, 0x4F52, 0xCA63, 0x4F5F, 0xCA64, 0x4F41, 0xCA65, 0x4F58, 0xCA66, 0x4F2D, 0xCA67, 0x4F33, 0xCA68, 0x4F3F, - 0xCA69, 0x4F61, 0xCA6A, 0x518F, 0xCA6B, 0x51B9, 0xCA6C, 0x521C, 0xCA6D, 0x521E, 0xCA6E, 0x5221, 0xCA6F, 0x52AD, 0xCA70, 0x52AE, - 0xCA71, 0x5309, 0xCA72, 0x5363, 0xCA73, 0x5372, 0xCA74, 0x538E, 0xCA75, 0x538F, 0xCA76, 0x5430, 0xCA77, 0x5437, 0xCA78, 0x542A, - 0xCA79, 0x5454, 0xCA7A, 0x5445, 0xCA7B, 0x5419, 0xCA7C, 0x541C, 0xCA7D, 0x5425, 0xCA7E, 0x5418, 0xCAA1, 0x543D, 0xCAA2, 0x544F, - 0xCAA3, 0x5441, 0xCAA4, 0x5428, 0xCAA5, 0x5424, 0xCAA6, 0x5447, 0xCAA7, 0x56EE, 0xCAA8, 0x56E7, 0xCAA9, 0x56E5, 0xCAAA, 0x5741, - 0xCAAB, 0x5745, 0xCAAC, 0x574C, 0xCAAD, 0x5749, 0xCAAE, 0x574B, 0xCAAF, 0x5752, 0xCAB0, 0x5906, 0xCAB1, 0x5940, 0xCAB2, 0x59A6, - 0xCAB3, 0x5998, 0xCAB4, 0x59A0, 0xCAB5, 0x5997, 0xCAB6, 0x598E, 0xCAB7, 0x59A2, 0xCAB8, 0x5990, 0xCAB9, 0x598F, 0xCABA, 0x59A7, - 0xCABB, 0x59A1, 0xCABC, 0x5B8E, 0xCABD, 0x5B92, 0xCABE, 0x5C28, 0xCABF, 0x5C2A, 0xCAC0, 0x5C8D, 0xCAC1, 0x5C8F, 0xCAC2, 0x5C88, - 0xCAC3, 0x5C8B, 0xCAC4, 0x5C89, 0xCAC5, 0x5C92, 0xCAC6, 0x5C8A, 0xCAC7, 0x5C86, 0xCAC8, 0x5C93, 0xCAC9, 0x5C95, 0xCACA, 0x5DE0, - 0xCACB, 0x5E0A, 0xCACC, 0x5E0E, 0xCACD, 0x5E8B, 0xCACE, 0x5E89, 0xCACF, 0x5E8C, 0xCAD0, 0x5E88, 0xCAD1, 0x5E8D, 0xCAD2, 0x5F05, - 0xCAD3, 0x5F1D, 0xCAD4, 0x5F78, 0xCAD5, 0x5F76, 0xCAD6, 0x5FD2, 0xCAD7, 0x5FD1, 0xCAD8, 0x5FD0, 0xCAD9, 0x5FED, 0xCADA, 0x5FE8, - 0xCADB, 0x5FEE, 0xCADC, 0x5FF3, 0xCADD, 0x5FE1, 0xCADE, 0x5FE4, 0xCADF, 0x5FE3, 0xCAE0, 0x5FFA, 0xCAE1, 0x5FEF, 0xCAE2, 0x5FF7, - 0xCAE3, 0x5FFB, 0xCAE4, 0x6000, 0xCAE5, 0x5FF4, 0xCAE6, 0x623A, 0xCAE7, 0x6283, 0xCAE8, 0x628C, 0xCAE9, 0x628E, 0xCAEA, 0x628F, - 0xCAEB, 0x6294, 0xCAEC, 0x6287, 0xCAED, 0x6271, 0xCAEE, 0x627B, 0xCAEF, 0x627A, 0xCAF0, 0x6270, 0xCAF1, 0x6281, 0xCAF2, 0x6288, - 0xCAF3, 0x6277, 0xCAF4, 0x627D, 0xCAF5, 0x6272, 0xCAF6, 0x6274, 0xCAF7, 0x6537, 0xCAF8, 0x65F0, 0xCAF9, 0x65F4, 0xCAFA, 0x65F3, - 0xCAFB, 0x65F2, 0xCAFC, 0x65F5, 0xCAFD, 0x6745, 0xCAFE, 0x6747, 0xCB40, 0x6759, 0xCB41, 0x6755, 0xCB42, 0x674C, 0xCB43, 0x6748, - 0xCB44, 0x675D, 0xCB45, 0x674D, 0xCB46, 0x675A, 0xCB47, 0x674B, 0xCB48, 0x6BD0, 0xCB49, 0x6C19, 0xCB4A, 0x6C1A, 0xCB4B, 0x6C78, - 0xCB4C, 0x6C67, 0xCB4D, 0x6C6B, 0xCB4E, 0x6C84, 0xCB4F, 0x6C8B, 0xCB50, 0x6C8F, 0xCB51, 0x6C71, 0xCB52, 0x6C6F, 0xCB53, 0x6C69, - 0xCB54, 0x6C9A, 0xCB55, 0x6C6D, 0xCB56, 0x6C87, 0xCB57, 0x6C95, 0xCB58, 0x6C9C, 0xCB59, 0x6C66, 0xCB5A, 0x6C73, 0xCB5B, 0x6C65, - 0xCB5C, 0x6C7B, 0xCB5D, 0x6C8E, 0xCB5E, 0x7074, 0xCB5F, 0x707A, 0xCB60, 0x7263, 0xCB61, 0x72BF, 0xCB62, 0x72BD, 0xCB63, 0x72C3, - 0xCB64, 0x72C6, 0xCB65, 0x72C1, 0xCB66, 0x72BA, 0xCB67, 0x72C5, 0xCB68, 0x7395, 0xCB69, 0x7397, 0xCB6A, 0x7393, 0xCB6B, 0x7394, - 0xCB6C, 0x7392, 0xCB6D, 0x753A, 0xCB6E, 0x7539, 0xCB6F, 0x7594, 0xCB70, 0x7595, 0xCB71, 0x7681, 0xCB72, 0x793D, 0xCB73, 0x8034, - 0xCB74, 0x8095, 0xCB75, 0x8099, 0xCB76, 0x8090, 0xCB77, 0x8092, 0xCB78, 0x809C, 0xCB79, 0x8290, 0xCB7A, 0x828F, 0xCB7B, 0x8285, - 0xCB7C, 0x828E, 0xCB7D, 0x8291, 0xCB7E, 0x8293, 0xCBA1, 0x828A, 0xCBA2, 0x8283, 0xCBA3, 0x8284, 0xCBA4, 0x8C78, 0xCBA5, 0x8FC9, - 0xCBA6, 0x8FBF, 0xCBA7, 0x909F, 0xCBA8, 0x90A1, 0xCBA9, 0x90A5, 0xCBAA, 0x909E, 0xCBAB, 0x90A7, 0xCBAC, 0x90A0, 0xCBAD, 0x9630, - 0xCBAE, 0x9628, 0xCBAF, 0x962F, 0xCBB0, 0x962D, 0xCBB1, 0x4E33, 0xCBB2, 0x4F98, 0xCBB3, 0x4F7C, 0xCBB4, 0x4F85, 0xCBB5, 0x4F7D, - 0xCBB6, 0x4F80, 0xCBB7, 0x4F87, 0xCBB8, 0x4F76, 0xCBB9, 0x4F74, 0xCBBA, 0x4F89, 0xCBBB, 0x4F84, 0xCBBC, 0x4F77, 0xCBBD, 0x4F4C, - 0xCBBE, 0x4F97, 0xCBBF, 0x4F6A, 0xCBC0, 0x4F9A, 0xCBC1, 0x4F79, 0xCBC2, 0x4F81, 0xCBC3, 0x4F78, 0xCBC4, 0x4F90, 0xCBC5, 0x4F9C, - 0xCBC6, 0x4F94, 0xCBC7, 0x4F9E, 0xCBC8, 0x4F92, 0xCBC9, 0x4F82, 0xCBCA, 0x4F95, 0xCBCB, 0x4F6B, 0xCBCC, 0x4F6E, 0xCBCD, 0x519E, - 0xCBCE, 0x51BC, 0xCBCF, 0x51BE, 0xCBD0, 0x5235, 0xCBD1, 0x5232, 0xCBD2, 0x5233, 0xCBD3, 0x5246, 0xCBD4, 0x5231, 0xCBD5, 0x52BC, - 0xCBD6, 0x530A, 0xCBD7, 0x530B, 0xCBD8, 0x533C, 0xCBD9, 0x5392, 0xCBDA, 0x5394, 0xCBDB, 0x5487, 0xCBDC, 0x547F, 0xCBDD, 0x5481, - 0xCBDE, 0x5491, 0xCBDF, 0x5482, 0xCBE0, 0x5488, 0xCBE1, 0x546B, 0xCBE2, 0x547A, 0xCBE3, 0x547E, 0xCBE4, 0x5465, 0xCBE5, 0x546C, - 0xCBE6, 0x5474, 0xCBE7, 0x5466, 0xCBE8, 0x548D, 0xCBE9, 0x546F, 0xCBEA, 0x5461, 0xCBEB, 0x5460, 0xCBEC, 0x5498, 0xCBED, 0x5463, - 0xCBEE, 0x5467, 0xCBEF, 0x5464, 0xCBF0, 0x56F7, 0xCBF1, 0x56F9, 0xCBF2, 0x576F, 0xCBF3, 0x5772, 0xCBF4, 0x576D, 0xCBF5, 0x576B, - 0xCBF6, 0x5771, 0xCBF7, 0x5770, 0xCBF8, 0x5776, 0xCBF9, 0x5780, 0xCBFA, 0x5775, 0xCBFB, 0x577B, 0xCBFC, 0x5773, 0xCBFD, 0x5774, - 0xCBFE, 0x5762, 0xCC40, 0x5768, 0xCC41, 0x577D, 0xCC42, 0x590C, 0xCC43, 0x5945, 0xCC44, 0x59B5, 0xCC45, 0x59BA, 0xCC46, 0x59CF, - 0xCC47, 0x59CE, 0xCC48, 0x59B2, 0xCC49, 0x59CC, 0xCC4A, 0x59C1, 0xCC4B, 0x59B6, 0xCC4C, 0x59BC, 0xCC4D, 0x59C3, 0xCC4E, 0x59D6, - 0xCC4F, 0x59B1, 0xCC50, 0x59BD, 0xCC51, 0x59C0, 0xCC52, 0x59C8, 0xCC53, 0x59B4, 0xCC54, 0x59C7, 0xCC55, 0x5B62, 0xCC56, 0x5B65, - 0xCC57, 0x5B93, 0xCC58, 0x5B95, 0xCC59, 0x5C44, 0xCC5A, 0x5C47, 0xCC5B, 0x5CAE, 0xCC5C, 0x5CA4, 0xCC5D, 0x5CA0, 0xCC5E, 0x5CB5, - 0xCC5F, 0x5CAF, 0xCC60, 0x5CA8, 0xCC61, 0x5CAC, 0xCC62, 0x5C9F, 0xCC63, 0x5CA3, 0xCC64, 0x5CAD, 0xCC65, 0x5CA2, 0xCC66, 0x5CAA, - 0xCC67, 0x5CA7, 0xCC68, 0x5C9D, 0xCC69, 0x5CA5, 0xCC6A, 0x5CB6, 0xCC6B, 0x5CB0, 0xCC6C, 0x5CA6, 0xCC6D, 0x5E17, 0xCC6E, 0x5E14, - 0xCC6F, 0x5E19, 0xCC70, 0x5F28, 0xCC71, 0x5F22, 0xCC72, 0x5F23, 0xCC73, 0x5F24, 0xCC74, 0x5F54, 0xCC75, 0x5F82, 0xCC76, 0x5F7E, - 0xCC77, 0x5F7D, 0xCC78, 0x5FDE, 0xCC79, 0x5FE5, 0xCC7A, 0x602D, 0xCC7B, 0x6026, 0xCC7C, 0x6019, 0xCC7D, 0x6032, 0xCC7E, 0x600B, - 0xCCA1, 0x6034, 0xCCA2, 0x600A, 0xCCA3, 0x6017, 0xCCA4, 0x6033, 0xCCA5, 0x601A, 0xCCA6, 0x601E, 0xCCA7, 0x602C, 0xCCA8, 0x6022, - 0xCCA9, 0x600D, 0xCCAA, 0x6010, 0xCCAB, 0x602E, 0xCCAC, 0x6013, 0xCCAD, 0x6011, 0xCCAE, 0x600C, 0xCCAF, 0x6009, 0xCCB0, 0x601C, - 0xCCB1, 0x6214, 0xCCB2, 0x623D, 0xCCB3, 0x62AD, 0xCCB4, 0x62B4, 0xCCB5, 0x62D1, 0xCCB6, 0x62BE, 0xCCB7, 0x62AA, 0xCCB8, 0x62B6, - 0xCCB9, 0x62CA, 0xCCBA, 0x62AE, 0xCCBB, 0x62B3, 0xCCBC, 0x62AF, 0xCCBD, 0x62BB, 0xCCBE, 0x62A9, 0xCCBF, 0x62B0, 0xCCC0, 0x62B8, - 0xCCC1, 0x653D, 0xCCC2, 0x65A8, 0xCCC3, 0x65BB, 0xCCC4, 0x6609, 0xCCC5, 0x65FC, 0xCCC6, 0x6604, 0xCCC7, 0x6612, 0xCCC8, 0x6608, - 0xCCC9, 0x65FB, 0xCCCA, 0x6603, 0xCCCB, 0x660B, 0xCCCC, 0x660D, 0xCCCD, 0x6605, 0xCCCE, 0x65FD, 0xCCCF, 0x6611, 0xCCD0, 0x6610, - 0xCCD1, 0x66F6, 0xCCD2, 0x670A, 0xCCD3, 0x6785, 0xCCD4, 0x676C, 0xCCD5, 0x678E, 0xCCD6, 0x6792, 0xCCD7, 0x6776, 0xCCD8, 0x677B, - 0xCCD9, 0x6798, 0xCCDA, 0x6786, 0xCCDB, 0x6784, 0xCCDC, 0x6774, 0xCCDD, 0x678D, 0xCCDE, 0x678C, 0xCCDF, 0x677A, 0xCCE0, 0x679F, - 0xCCE1, 0x6791, 0xCCE2, 0x6799, 0xCCE3, 0x6783, 0xCCE4, 0x677D, 0xCCE5, 0x6781, 0xCCE6, 0x6778, 0xCCE7, 0x6779, 0xCCE8, 0x6794, - 0xCCE9, 0x6B25, 0xCCEA, 0x6B80, 0xCCEB, 0x6B7E, 0xCCEC, 0x6BDE, 0xCCED, 0x6C1D, 0xCCEE, 0x6C93, 0xCCEF, 0x6CEC, 0xCCF0, 0x6CEB, - 0xCCF1, 0x6CEE, 0xCCF2, 0x6CD9, 0xCCF3, 0x6CB6, 0xCCF4, 0x6CD4, 0xCCF5, 0x6CAD, 0xCCF6, 0x6CE7, 0xCCF7, 0x6CB7, 0xCCF8, 0x6CD0, - 0xCCF9, 0x6CC2, 0xCCFA, 0x6CBA, 0xCCFB, 0x6CC3, 0xCCFC, 0x6CC6, 0xCCFD, 0x6CED, 0xCCFE, 0x6CF2, 0xCD40, 0x6CD2, 0xCD41, 0x6CDD, - 0xCD42, 0x6CB4, 0xCD43, 0x6C8A, 0xCD44, 0x6C9D, 0xCD45, 0x6C80, 0xCD46, 0x6CDE, 0xCD47, 0x6CC0, 0xCD48, 0x6D30, 0xCD49, 0x6CCD, - 0xCD4A, 0x6CC7, 0xCD4B, 0x6CB0, 0xCD4C, 0x6CF9, 0xCD4D, 0x6CCF, 0xCD4E, 0x6CE9, 0xCD4F, 0x6CD1, 0xCD50, 0x7094, 0xCD51, 0x7098, - 0xCD52, 0x7085, 0xCD53, 0x7093, 0xCD54, 0x7086, 0xCD55, 0x7084, 0xCD56, 0x7091, 0xCD57, 0x7096, 0xCD58, 0x7082, 0xCD59, 0x709A, - 0xCD5A, 0x7083, 0xCD5B, 0x726A, 0xCD5C, 0x72D6, 0xCD5D, 0x72CB, 0xCD5E, 0x72D8, 0xCD5F, 0x72C9, 0xCD60, 0x72DC, 0xCD61, 0x72D2, - 0xCD62, 0x72D4, 0xCD63, 0x72DA, 0xCD64, 0x72CC, 0xCD65, 0x72D1, 0xCD66, 0x73A4, 0xCD67, 0x73A1, 0xCD68, 0x73AD, 0xCD69, 0x73A6, - 0xCD6A, 0x73A2, 0xCD6B, 0x73A0, 0xCD6C, 0x73AC, 0xCD6D, 0x739D, 0xCD6E, 0x74DD, 0xCD6F, 0x74E8, 0xCD70, 0x753F, 0xCD71, 0x7540, - 0xCD72, 0x753E, 0xCD73, 0x758C, 0xCD74, 0x7598, 0xCD75, 0x76AF, 0xCD76, 0x76F3, 0xCD77, 0x76F1, 0xCD78, 0x76F0, 0xCD79, 0x76F5, - 0xCD7A, 0x77F8, 0xCD7B, 0x77FC, 0xCD7C, 0x77F9, 0xCD7D, 0x77FB, 0xCD7E, 0x77FA, 0xCDA1, 0x77F7, 0xCDA2, 0x7942, 0xCDA3, 0x793F, - 0xCDA4, 0x79C5, 0xCDA5, 0x7A78, 0xCDA6, 0x7A7B, 0xCDA7, 0x7AFB, 0xCDA8, 0x7C75, 0xCDA9, 0x7CFD, 0xCDAA, 0x8035, 0xCDAB, 0x808F, - 0xCDAC, 0x80AE, 0xCDAD, 0x80A3, 0xCDAE, 0x80B8, 0xCDAF, 0x80B5, 0xCDB0, 0x80AD, 0xCDB1, 0x8220, 0xCDB2, 0x82A0, 0xCDB3, 0x82C0, - 0xCDB4, 0x82AB, 0xCDB5, 0x829A, 0xCDB6, 0x8298, 0xCDB7, 0x829B, 0xCDB8, 0x82B5, 0xCDB9, 0x82A7, 0xCDBA, 0x82AE, 0xCDBB, 0x82BC, - 0xCDBC, 0x829E, 0xCDBD, 0x82BA, 0xCDBE, 0x82B4, 0xCDBF, 0x82A8, 0xCDC0, 0x82A1, 0xCDC1, 0x82A9, 0xCDC2, 0x82C2, 0xCDC3, 0x82A4, - 0xCDC4, 0x82C3, 0xCDC5, 0x82B6, 0xCDC6, 0x82A2, 0xCDC7, 0x8670, 0xCDC8, 0x866F, 0xCDC9, 0x866D, 0xCDCA, 0x866E, 0xCDCB, 0x8C56, - 0xCDCC, 0x8FD2, 0xCDCD, 0x8FCB, 0xCDCE, 0x8FD3, 0xCDCF, 0x8FCD, 0xCDD0, 0x8FD6, 0xCDD1, 0x8FD5, 0xCDD2, 0x8FD7, 0xCDD3, 0x90B2, - 0xCDD4, 0x90B4, 0xCDD5, 0x90AF, 0xCDD6, 0x90B3, 0xCDD7, 0x90B0, 0xCDD8, 0x9639, 0xCDD9, 0x963D, 0xCDDA, 0x963C, 0xCDDB, 0x963A, - 0xCDDC, 0x9643, 0xCDDD, 0x4FCD, 0xCDDE, 0x4FC5, 0xCDDF, 0x4FD3, 0xCDE0, 0x4FB2, 0xCDE1, 0x4FC9, 0xCDE2, 0x4FCB, 0xCDE3, 0x4FC1, - 0xCDE4, 0x4FD4, 0xCDE5, 0x4FDC, 0xCDE6, 0x4FD9, 0xCDE7, 0x4FBB, 0xCDE8, 0x4FB3, 0xCDE9, 0x4FDB, 0xCDEA, 0x4FC7, 0xCDEB, 0x4FD6, - 0xCDEC, 0x4FBA, 0xCDED, 0x4FC0, 0xCDEE, 0x4FB9, 0xCDEF, 0x4FEC, 0xCDF0, 0x5244, 0xCDF1, 0x5249, 0xCDF2, 0x52C0, 0xCDF3, 0x52C2, - 0xCDF4, 0x533D, 0xCDF5, 0x537C, 0xCDF6, 0x5397, 0xCDF7, 0x5396, 0xCDF8, 0x5399, 0xCDF9, 0x5398, 0xCDFA, 0x54BA, 0xCDFB, 0x54A1, - 0xCDFC, 0x54AD, 0xCDFD, 0x54A5, 0xCDFE, 0x54CF, 0xCE40, 0x54C3, 0xCE41, 0x830D, 0xCE42, 0x54B7, 0xCE43, 0x54AE, 0xCE44, 0x54D6, - 0xCE45, 0x54B6, 0xCE46, 0x54C5, 0xCE47, 0x54C6, 0xCE48, 0x54A0, 0xCE49, 0x5470, 0xCE4A, 0x54BC, 0xCE4B, 0x54A2, 0xCE4C, 0x54BE, - 0xCE4D, 0x5472, 0xCE4E, 0x54DE, 0xCE4F, 0x54B0, 0xCE50, 0x57B5, 0xCE51, 0x579E, 0xCE52, 0x579F, 0xCE53, 0x57A4, 0xCE54, 0x578C, - 0xCE55, 0x5797, 0xCE56, 0x579D, 0xCE57, 0x579B, 0xCE58, 0x5794, 0xCE59, 0x5798, 0xCE5A, 0x578F, 0xCE5B, 0x5799, 0xCE5C, 0x57A5, - 0xCE5D, 0x579A, 0xCE5E, 0x5795, 0xCE5F, 0x58F4, 0xCE60, 0x590D, 0xCE61, 0x5953, 0xCE62, 0x59E1, 0xCE63, 0x59DE, 0xCE64, 0x59EE, - 0xCE65, 0x5A00, 0xCE66, 0x59F1, 0xCE67, 0x59DD, 0xCE68, 0x59FA, 0xCE69, 0x59FD, 0xCE6A, 0x59FC, 0xCE6B, 0x59F6, 0xCE6C, 0x59E4, - 0xCE6D, 0x59F2, 0xCE6E, 0x59F7, 0xCE6F, 0x59DB, 0xCE70, 0x59E9, 0xCE71, 0x59F3, 0xCE72, 0x59F5, 0xCE73, 0x59E0, 0xCE74, 0x59FE, - 0xCE75, 0x59F4, 0xCE76, 0x59ED, 0xCE77, 0x5BA8, 0xCE78, 0x5C4C, 0xCE79, 0x5CD0, 0xCE7A, 0x5CD8, 0xCE7B, 0x5CCC, 0xCE7C, 0x5CD7, - 0xCE7D, 0x5CCB, 0xCE7E, 0x5CDB, 0xCEA1, 0x5CDE, 0xCEA2, 0x5CDA, 0xCEA3, 0x5CC9, 0xCEA4, 0x5CC7, 0xCEA5, 0x5CCA, 0xCEA6, 0x5CD6, - 0xCEA7, 0x5CD3, 0xCEA8, 0x5CD4, 0xCEA9, 0x5CCF, 0xCEAA, 0x5CC8, 0xCEAB, 0x5CC6, 0xCEAC, 0x5CCE, 0xCEAD, 0x5CDF, 0xCEAE, 0x5CF8, - 0xCEAF, 0x5DF9, 0xCEB0, 0x5E21, 0xCEB1, 0x5E22, 0xCEB2, 0x5E23, 0xCEB3, 0x5E20, 0xCEB4, 0x5E24, 0xCEB5, 0x5EB0, 0xCEB6, 0x5EA4, - 0xCEB7, 0x5EA2, 0xCEB8, 0x5E9B, 0xCEB9, 0x5EA3, 0xCEBA, 0x5EA5, 0xCEBB, 0x5F07, 0xCEBC, 0x5F2E, 0xCEBD, 0x5F56, 0xCEBE, 0x5F86, - 0xCEBF, 0x6037, 0xCEC0, 0x6039, 0xCEC1, 0x6054, 0xCEC2, 0x6072, 0xCEC3, 0x605E, 0xCEC4, 0x6045, 0xCEC5, 0x6053, 0xCEC6, 0x6047, - 0xCEC7, 0x6049, 0xCEC8, 0x605B, 0xCEC9, 0x604C, 0xCECA, 0x6040, 0xCECB, 0x6042, 0xCECC, 0x605F, 0xCECD, 0x6024, 0xCECE, 0x6044, - 0xCECF, 0x6058, 0xCED0, 0x6066, 0xCED1, 0x606E, 0xCED2, 0x6242, 0xCED3, 0x6243, 0xCED4, 0x62CF, 0xCED5, 0x630D, 0xCED6, 0x630B, - 0xCED7, 0x62F5, 0xCED8, 0x630E, 0xCED9, 0x6303, 0xCEDA, 0x62EB, 0xCEDB, 0x62F9, 0xCEDC, 0x630F, 0xCEDD, 0x630C, 0xCEDE, 0x62F8, - 0xCEDF, 0x62F6, 0xCEE0, 0x6300, 0xCEE1, 0x6313, 0xCEE2, 0x6314, 0xCEE3, 0x62FA, 0xCEE4, 0x6315, 0xCEE5, 0x62FB, 0xCEE6, 0x62F0, - 0xCEE7, 0x6541, 0xCEE8, 0x6543, 0xCEE9, 0x65AA, 0xCEEA, 0x65BF, 0xCEEB, 0x6636, 0xCEEC, 0x6621, 0xCEED, 0x6632, 0xCEEE, 0x6635, - 0xCEEF, 0x661C, 0xCEF0, 0x6626, 0xCEF1, 0x6622, 0xCEF2, 0x6633, 0xCEF3, 0x662B, 0xCEF4, 0x663A, 0xCEF5, 0x661D, 0xCEF6, 0x6634, - 0xCEF7, 0x6639, 0xCEF8, 0x662E, 0xCEF9, 0x670F, 0xCEFA, 0x6710, 0xCEFB, 0x67C1, 0xCEFC, 0x67F2, 0xCEFD, 0x67C8, 0xCEFE, 0x67BA, - 0xCF40, 0x67DC, 0xCF41, 0x67BB, 0xCF42, 0x67F8, 0xCF43, 0x67D8, 0xCF44, 0x67C0, 0xCF45, 0x67B7, 0xCF46, 0x67C5, 0xCF47, 0x67EB, - 0xCF48, 0x67E4, 0xCF49, 0x67DF, 0xCF4A, 0x67B5, 0xCF4B, 0x67CD, 0xCF4C, 0x67B3, 0xCF4D, 0x67F7, 0xCF4E, 0x67F6, 0xCF4F, 0x67EE, - 0xCF50, 0x67E3, 0xCF51, 0x67C2, 0xCF52, 0x67B9, 0xCF53, 0x67CE, 0xCF54, 0x67E7, 0xCF55, 0x67F0, 0xCF56, 0x67B2, 0xCF57, 0x67FC, - 0xCF58, 0x67C6, 0xCF59, 0x67ED, 0xCF5A, 0x67CC, 0xCF5B, 0x67AE, 0xCF5C, 0x67E6, 0xCF5D, 0x67DB, 0xCF5E, 0x67FA, 0xCF5F, 0x67C9, - 0xCF60, 0x67CA, 0xCF61, 0x67C3, 0xCF62, 0x67EA, 0xCF63, 0x67CB, 0xCF64, 0x6B28, 0xCF65, 0x6B82, 0xCF66, 0x6B84, 0xCF67, 0x6BB6, - 0xCF68, 0x6BD6, 0xCF69, 0x6BD8, 0xCF6A, 0x6BE0, 0xCF6B, 0x6C20, 0xCF6C, 0x6C21, 0xCF6D, 0x6D28, 0xCF6E, 0x6D34, 0xCF6F, 0x6D2D, - 0xCF70, 0x6D1F, 0xCF71, 0x6D3C, 0xCF72, 0x6D3F, 0xCF73, 0x6D12, 0xCF74, 0x6D0A, 0xCF75, 0x6CDA, 0xCF76, 0x6D33, 0xCF77, 0x6D04, - 0xCF78, 0x6D19, 0xCF79, 0x6D3A, 0xCF7A, 0x6D1A, 0xCF7B, 0x6D11, 0xCF7C, 0x6D00, 0xCF7D, 0x6D1D, 0xCF7E, 0x6D42, 0xCFA1, 0x6D01, - 0xCFA2, 0x6D18, 0xCFA3, 0x6D37, 0xCFA4, 0x6D03, 0xCFA5, 0x6D0F, 0xCFA6, 0x6D40, 0xCFA7, 0x6D07, 0xCFA8, 0x6D20, 0xCFA9, 0x6D2C, - 0xCFAA, 0x6D08, 0xCFAB, 0x6D22, 0xCFAC, 0x6D09, 0xCFAD, 0x6D10, 0xCFAE, 0x70B7, 0xCFAF, 0x709F, 0xCFB0, 0x70BE, 0xCFB1, 0x70B1, - 0xCFB2, 0x70B0, 0xCFB3, 0x70A1, 0xCFB4, 0x70B4, 0xCFB5, 0x70B5, 0xCFB6, 0x70A9, 0xCFB7, 0x7241, 0xCFB8, 0x7249, 0xCFB9, 0x724A, - 0xCFBA, 0x726C, 0xCFBB, 0x7270, 0xCFBC, 0x7273, 0xCFBD, 0x726E, 0xCFBE, 0x72CA, 0xCFBF, 0x72E4, 0xCFC0, 0x72E8, 0xCFC1, 0x72EB, - 0xCFC2, 0x72DF, 0xCFC3, 0x72EA, 0xCFC4, 0x72E6, 0xCFC5, 0x72E3, 0xCFC6, 0x7385, 0xCFC7, 0x73CC, 0xCFC8, 0x73C2, 0xCFC9, 0x73C8, - 0xCFCA, 0x73C5, 0xCFCB, 0x73B9, 0xCFCC, 0x73B6, 0xCFCD, 0x73B5, 0xCFCE, 0x73B4, 0xCFCF, 0x73EB, 0xCFD0, 0x73BF, 0xCFD1, 0x73C7, - 0xCFD2, 0x73BE, 0xCFD3, 0x73C3, 0xCFD4, 0x73C6, 0xCFD5, 0x73B8, 0xCFD6, 0x73CB, 0xCFD7, 0x74EC, 0xCFD8, 0x74EE, 0xCFD9, 0x752E, - 0xCFDA, 0x7547, 0xCFDB, 0x7548, 0xCFDC, 0x75A7, 0xCFDD, 0x75AA, 0xCFDE, 0x7679, 0xCFDF, 0x76C4, 0xCFE0, 0x7708, 0xCFE1, 0x7703, - 0xCFE2, 0x7704, 0xCFE3, 0x7705, 0xCFE4, 0x770A, 0xCFE5, 0x76F7, 0xCFE6, 0x76FB, 0xCFE7, 0x76FA, 0xCFE8, 0x77E7, 0xCFE9, 0x77E8, - 0xCFEA, 0x7806, 0xCFEB, 0x7811, 0xCFEC, 0x7812, 0xCFED, 0x7805, 0xCFEE, 0x7810, 0xCFEF, 0x780F, 0xCFF0, 0x780E, 0xCFF1, 0x7809, - 0xCFF2, 0x7803, 0xCFF3, 0x7813, 0xCFF4, 0x794A, 0xCFF5, 0x794C, 0xCFF6, 0x794B, 0xCFF7, 0x7945, 0xCFF8, 0x7944, 0xCFF9, 0x79D5, - 0xCFFA, 0x79CD, 0xCFFB, 0x79CF, 0xCFFC, 0x79D6, 0xCFFD, 0x79CE, 0xCFFE, 0x7A80, 0xD040, 0x7A7E, 0xD041, 0x7AD1, 0xD042, 0x7B00, - 0xD043, 0x7B01, 0xD044, 0x7C7A, 0xD045, 0x7C78, 0xD046, 0x7C79, 0xD047, 0x7C7F, 0xD048, 0x7C80, 0xD049, 0x7C81, 0xD04A, 0x7D03, - 0xD04B, 0x7D08, 0xD04C, 0x7D01, 0xD04D, 0x7F58, 0xD04E, 0x7F91, 0xD04F, 0x7F8D, 0xD050, 0x7FBE, 0xD051, 0x8007, 0xD052, 0x800E, - 0xD053, 0x800F, 0xD054, 0x8014, 0xD055, 0x8037, 0xD056, 0x80D8, 0xD057, 0x80C7, 0xD058, 0x80E0, 0xD059, 0x80D1, 0xD05A, 0x80C8, - 0xD05B, 0x80C2, 0xD05C, 0x80D0, 0xD05D, 0x80C5, 0xD05E, 0x80E3, 0xD05F, 0x80D9, 0xD060, 0x80DC, 0xD061, 0x80CA, 0xD062, 0x80D5, - 0xD063, 0x80C9, 0xD064, 0x80CF, 0xD065, 0x80D7, 0xD066, 0x80E6, 0xD067, 0x80CD, 0xD068, 0x81FF, 0xD069, 0x8221, 0xD06A, 0x8294, - 0xD06B, 0x82D9, 0xD06C, 0x82FE, 0xD06D, 0x82F9, 0xD06E, 0x8307, 0xD06F, 0x82E8, 0xD070, 0x8300, 0xD071, 0x82D5, 0xD072, 0x833A, - 0xD073, 0x82EB, 0xD074, 0x82D6, 0xD075, 0x82F4, 0xD076, 0x82EC, 0xD077, 0x82E1, 0xD078, 0x82F2, 0xD079, 0x82F5, 0xD07A, 0x830C, - 0xD07B, 0x82FB, 0xD07C, 0x82F6, 0xD07D, 0x82F0, 0xD07E, 0x82EA, 0xD0A1, 0x82E4, 0xD0A2, 0x82E0, 0xD0A3, 0x82FA, 0xD0A4, 0x82F3, - 0xD0A5, 0x82ED, 0xD0A6, 0x8677, 0xD0A7, 0x8674, 0xD0A8, 0x867C, 0xD0A9, 0x8673, 0xD0AA, 0x8841, 0xD0AB, 0x884E, 0xD0AC, 0x8867, - 0xD0AD, 0x886A, 0xD0AE, 0x8869, 0xD0AF, 0x89D3, 0xD0B0, 0x8A04, 0xD0B1, 0x8A07, 0xD0B2, 0x8D72, 0xD0B3, 0x8FE3, 0xD0B4, 0x8FE1, - 0xD0B5, 0x8FEE, 0xD0B6, 0x8FE0, 0xD0B7, 0x90F1, 0xD0B8, 0x90BD, 0xD0B9, 0x90BF, 0xD0BA, 0x90D5, 0xD0BB, 0x90C5, 0xD0BC, 0x90BE, - 0xD0BD, 0x90C7, 0xD0BE, 0x90CB, 0xD0BF, 0x90C8, 0xD0C0, 0x91D4, 0xD0C1, 0x91D3, 0xD0C2, 0x9654, 0xD0C3, 0x964F, 0xD0C4, 0x9651, - 0xD0C5, 0x9653, 0xD0C6, 0x964A, 0xD0C7, 0x964E, 0xD0C8, 0x501E, 0xD0C9, 0x5005, 0xD0CA, 0x5007, 0xD0CB, 0x5013, 0xD0CC, 0x5022, - 0xD0CD, 0x5030, 0xD0CE, 0x501B, 0xD0CF, 0x4FF5, 0xD0D0, 0x4FF4, 0xD0D1, 0x5033, 0xD0D2, 0x5037, 0xD0D3, 0x502C, 0xD0D4, 0x4FF6, - 0xD0D5, 0x4FF7, 0xD0D6, 0x5017, 0xD0D7, 0x501C, 0xD0D8, 0x5020, 0xD0D9, 0x5027, 0xD0DA, 0x5035, 0xD0DB, 0x502F, 0xD0DC, 0x5031, - 0xD0DD, 0x500E, 0xD0DE, 0x515A, 0xD0DF, 0x5194, 0xD0E0, 0x5193, 0xD0E1, 0x51CA, 0xD0E2, 0x51C4, 0xD0E3, 0x51C5, 0xD0E4, 0x51C8, - 0xD0E5, 0x51CE, 0xD0E6, 0x5261, 0xD0E7, 0x525A, 0xD0E8, 0x5252, 0xD0E9, 0x525E, 0xD0EA, 0x525F, 0xD0EB, 0x5255, 0xD0EC, 0x5262, - 0xD0ED, 0x52CD, 0xD0EE, 0x530E, 0xD0EF, 0x539E, 0xD0F0, 0x5526, 0xD0F1, 0x54E2, 0xD0F2, 0x5517, 0xD0F3, 0x5512, 0xD0F4, 0x54E7, - 0xD0F5, 0x54F3, 0xD0F6, 0x54E4, 0xD0F7, 0x551A, 0xD0F8, 0x54FF, 0xD0F9, 0x5504, 0xD0FA, 0x5508, 0xD0FB, 0x54EB, 0xD0FC, 0x5511, - 0xD0FD, 0x5505, 0xD0FE, 0x54F1, 0xD140, 0x550A, 0xD141, 0x54FB, 0xD142, 0x54F7, 0xD143, 0x54F8, 0xD144, 0x54E0, 0xD145, 0x550E, - 0xD146, 0x5503, 0xD147, 0x550B, 0xD148, 0x5701, 0xD149, 0x5702, 0xD14A, 0x57CC, 0xD14B, 0x5832, 0xD14C, 0x57D5, 0xD14D, 0x57D2, - 0xD14E, 0x57BA, 0xD14F, 0x57C6, 0xD150, 0x57BD, 0xD151, 0x57BC, 0xD152, 0x57B8, 0xD153, 0x57B6, 0xD154, 0x57BF, 0xD155, 0x57C7, - 0xD156, 0x57D0, 0xD157, 0x57B9, 0xD158, 0x57C1, 0xD159, 0x590E, 0xD15A, 0x594A, 0xD15B, 0x5A19, 0xD15C, 0x5A16, 0xD15D, 0x5A2D, - 0xD15E, 0x5A2E, 0xD15F, 0x5A15, 0xD160, 0x5A0F, 0xD161, 0x5A17, 0xD162, 0x5A0A, 0xD163, 0x5A1E, 0xD164, 0x5A33, 0xD165, 0x5B6C, - 0xD166, 0x5BA7, 0xD167, 0x5BAD, 0xD168, 0x5BAC, 0xD169, 0x5C03, 0xD16A, 0x5C56, 0xD16B, 0x5C54, 0xD16C, 0x5CEC, 0xD16D, 0x5CFF, - 0xD16E, 0x5CEE, 0xD16F, 0x5CF1, 0xD170, 0x5CF7, 0xD171, 0x5D00, 0xD172, 0x5CF9, 0xD173, 0x5E29, 0xD174, 0x5E28, 0xD175, 0x5EA8, - 0xD176, 0x5EAE, 0xD177, 0x5EAA, 0xD178, 0x5EAC, 0xD179, 0x5F33, 0xD17A, 0x5F30, 0xD17B, 0x5F67, 0xD17C, 0x605D, 0xD17D, 0x605A, - 0xD17E, 0x6067, 0xD1A1, 0x6041, 0xD1A2, 0x60A2, 0xD1A3, 0x6088, 0xD1A4, 0x6080, 0xD1A5, 0x6092, 0xD1A6, 0x6081, 0xD1A7, 0x609D, - 0xD1A8, 0x6083, 0xD1A9, 0x6095, 0xD1AA, 0x609B, 0xD1AB, 0x6097, 0xD1AC, 0x6087, 0xD1AD, 0x609C, 0xD1AE, 0x608E, 0xD1AF, 0x6219, - 0xD1B0, 0x6246, 0xD1B1, 0x62F2, 0xD1B2, 0x6310, 0xD1B3, 0x6356, 0xD1B4, 0x632C, 0xD1B5, 0x6344, 0xD1B6, 0x6345, 0xD1B7, 0x6336, - 0xD1B8, 0x6343, 0xD1B9, 0x63E4, 0xD1BA, 0x6339, 0xD1BB, 0x634B, 0xD1BC, 0x634A, 0xD1BD, 0x633C, 0xD1BE, 0x6329, 0xD1BF, 0x6341, - 0xD1C0, 0x6334, 0xD1C1, 0x6358, 0xD1C2, 0x6354, 0xD1C3, 0x6359, 0xD1C4, 0x632D, 0xD1C5, 0x6347, 0xD1C6, 0x6333, 0xD1C7, 0x635A, - 0xD1C8, 0x6351, 0xD1C9, 0x6338, 0xD1CA, 0x6357, 0xD1CB, 0x6340, 0xD1CC, 0x6348, 0xD1CD, 0x654A, 0xD1CE, 0x6546, 0xD1CF, 0x65C6, - 0xD1D0, 0x65C3, 0xD1D1, 0x65C4, 0xD1D2, 0x65C2, 0xD1D3, 0x664A, 0xD1D4, 0x665F, 0xD1D5, 0x6647, 0xD1D6, 0x6651, 0xD1D7, 0x6712, - 0xD1D8, 0x6713, 0xD1D9, 0x681F, 0xD1DA, 0x681A, 0xD1DB, 0x6849, 0xD1DC, 0x6832, 0xD1DD, 0x6833, 0xD1DE, 0x683B, 0xD1DF, 0x684B, - 0xD1E0, 0x684F, 0xD1E1, 0x6816, 0xD1E2, 0x6831, 0xD1E3, 0x681C, 0xD1E4, 0x6835, 0xD1E5, 0x682B, 0xD1E6, 0x682D, 0xD1E7, 0x682F, - 0xD1E8, 0x684E, 0xD1E9, 0x6844, 0xD1EA, 0x6834, 0xD1EB, 0x681D, 0xD1EC, 0x6812, 0xD1ED, 0x6814, 0xD1EE, 0x6826, 0xD1EF, 0x6828, - 0xD1F0, 0x682E, 0xD1F1, 0x684D, 0xD1F2, 0x683A, 0xD1F3, 0x6825, 0xD1F4, 0x6820, 0xD1F5, 0x6B2C, 0xD1F6, 0x6B2F, 0xD1F7, 0x6B2D, - 0xD1F8, 0x6B31, 0xD1F9, 0x6B34, 0xD1FA, 0x6B6D, 0xD1FB, 0x8082, 0xD1FC, 0x6B88, 0xD1FD, 0x6BE6, 0xD1FE, 0x6BE4, 0xD240, 0x6BE8, - 0xD241, 0x6BE3, 0xD242, 0x6BE2, 0xD243, 0x6BE7, 0xD244, 0x6C25, 0xD245, 0x6D7A, 0xD246, 0x6D63, 0xD247, 0x6D64, 0xD248, 0x6D76, - 0xD249, 0x6D0D, 0xD24A, 0x6D61, 0xD24B, 0x6D92, 0xD24C, 0x6D58, 0xD24D, 0x6D62, 0xD24E, 0x6D6D, 0xD24F, 0x6D6F, 0xD250, 0x6D91, - 0xD251, 0x6D8D, 0xD252, 0x6DEF, 0xD253, 0x6D7F, 0xD254, 0x6D86, 0xD255, 0x6D5E, 0xD256, 0x6D67, 0xD257, 0x6D60, 0xD258, 0x6D97, - 0xD259, 0x6D70, 0xD25A, 0x6D7C, 0xD25B, 0x6D5F, 0xD25C, 0x6D82, 0xD25D, 0x6D98, 0xD25E, 0x6D2F, 0xD25F, 0x6D68, 0xD260, 0x6D8B, - 0xD261, 0x6D7E, 0xD262, 0x6D80, 0xD263, 0x6D84, 0xD264, 0x6D16, 0xD265, 0x6D83, 0xD266, 0x6D7B, 0xD267, 0x6D7D, 0xD268, 0x6D75, - 0xD269, 0x6D90, 0xD26A, 0x70DC, 0xD26B, 0x70D3, 0xD26C, 0x70D1, 0xD26D, 0x70DD, 0xD26E, 0x70CB, 0xD26F, 0x7F39, 0xD270, 0x70E2, - 0xD271, 0x70D7, 0xD272, 0x70D2, 0xD273, 0x70DE, 0xD274, 0x70E0, 0xD275, 0x70D4, 0xD276, 0x70CD, 0xD277, 0x70C5, 0xD278, 0x70C6, - 0xD279, 0x70C7, 0xD27A, 0x70DA, 0xD27B, 0x70CE, 0xD27C, 0x70E1, 0xD27D, 0x7242, 0xD27E, 0x7278, 0xD2A1, 0x7277, 0xD2A2, 0x7276, - 0xD2A3, 0x7300, 0xD2A4, 0x72FA, 0xD2A5, 0x72F4, 0xD2A6, 0x72FE, 0xD2A7, 0x72F6, 0xD2A8, 0x72F3, 0xD2A9, 0x72FB, 0xD2AA, 0x7301, - 0xD2AB, 0x73D3, 0xD2AC, 0x73D9, 0xD2AD, 0x73E5, 0xD2AE, 0x73D6, 0xD2AF, 0x73BC, 0xD2B0, 0x73E7, 0xD2B1, 0x73E3, 0xD2B2, 0x73E9, - 0xD2B3, 0x73DC, 0xD2B4, 0x73D2, 0xD2B5, 0x73DB, 0xD2B6, 0x73D4, 0xD2B7, 0x73DD, 0xD2B8, 0x73DA, 0xD2B9, 0x73D7, 0xD2BA, 0x73D8, - 0xD2BB, 0x73E8, 0xD2BC, 0x74DE, 0xD2BD, 0x74DF, 0xD2BE, 0x74F4, 0xD2BF, 0x74F5, 0xD2C0, 0x7521, 0xD2C1, 0x755B, 0xD2C2, 0x755F, - 0xD2C3, 0x75B0, 0xD2C4, 0x75C1, 0xD2C5, 0x75BB, 0xD2C6, 0x75C4, 0xD2C7, 0x75C0, 0xD2C8, 0x75BF, 0xD2C9, 0x75B6, 0xD2CA, 0x75BA, - 0xD2CB, 0x768A, 0xD2CC, 0x76C9, 0xD2CD, 0x771D, 0xD2CE, 0x771B, 0xD2CF, 0x7710, 0xD2D0, 0x7713, 0xD2D1, 0x7712, 0xD2D2, 0x7723, - 0xD2D3, 0x7711, 0xD2D4, 0x7715, 0xD2D5, 0x7719, 0xD2D6, 0x771A, 0xD2D7, 0x7722, 0xD2D8, 0x7727, 0xD2D9, 0x7823, 0xD2DA, 0x782C, - 0xD2DB, 0x7822, 0xD2DC, 0x7835, 0xD2DD, 0x782F, 0xD2DE, 0x7828, 0xD2DF, 0x782E, 0xD2E0, 0x782B, 0xD2E1, 0x7821, 0xD2E2, 0x7829, - 0xD2E3, 0x7833, 0xD2E4, 0x782A, 0xD2E5, 0x7831, 0xD2E6, 0x7954, 0xD2E7, 0x795B, 0xD2E8, 0x794F, 0xD2E9, 0x795C, 0xD2EA, 0x7953, - 0xD2EB, 0x7952, 0xD2EC, 0x7951, 0xD2ED, 0x79EB, 0xD2EE, 0x79EC, 0xD2EF, 0x79E0, 0xD2F0, 0x79EE, 0xD2F1, 0x79ED, 0xD2F2, 0x79EA, - 0xD2F3, 0x79DC, 0xD2F4, 0x79DE, 0xD2F5, 0x79DD, 0xD2F6, 0x7A86, 0xD2F7, 0x7A89, 0xD2F8, 0x7A85, 0xD2F9, 0x7A8B, 0xD2FA, 0x7A8C, - 0xD2FB, 0x7A8A, 0xD2FC, 0x7A87, 0xD2FD, 0x7AD8, 0xD2FE, 0x7B10, 0xD340, 0x7B04, 0xD341, 0x7B13, 0xD342, 0x7B05, 0xD343, 0x7B0F, - 0xD344, 0x7B08, 0xD345, 0x7B0A, 0xD346, 0x7B0E, 0xD347, 0x7B09, 0xD348, 0x7B12, 0xD349, 0x7C84, 0xD34A, 0x7C91, 0xD34B, 0x7C8A, - 0xD34C, 0x7C8C, 0xD34D, 0x7C88, 0xD34E, 0x7C8D, 0xD34F, 0x7C85, 0xD350, 0x7D1E, 0xD351, 0x7D1D, 0xD352, 0x7D11, 0xD353, 0x7D0E, - 0xD354, 0x7D18, 0xD355, 0x7D16, 0xD356, 0x7D13, 0xD357, 0x7D1F, 0xD358, 0x7D12, 0xD359, 0x7D0F, 0xD35A, 0x7D0C, 0xD35B, 0x7F5C, - 0xD35C, 0x7F61, 0xD35D, 0x7F5E, 0xD35E, 0x7F60, 0xD35F, 0x7F5D, 0xD360, 0x7F5B, 0xD361, 0x7F96, 0xD362, 0x7F92, 0xD363, 0x7FC3, - 0xD364, 0x7FC2, 0xD365, 0x7FC0, 0xD366, 0x8016, 0xD367, 0x803E, 0xD368, 0x8039, 0xD369, 0x80FA, 0xD36A, 0x80F2, 0xD36B, 0x80F9, - 0xD36C, 0x80F5, 0xD36D, 0x8101, 0xD36E, 0x80FB, 0xD36F, 0x8100, 0xD370, 0x8201, 0xD371, 0x822F, 0xD372, 0x8225, 0xD373, 0x8333, - 0xD374, 0x832D, 0xD375, 0x8344, 0xD376, 0x8319, 0xD377, 0x8351, 0xD378, 0x8325, 0xD379, 0x8356, 0xD37A, 0x833F, 0xD37B, 0x8341, - 0xD37C, 0x8326, 0xD37D, 0x831C, 0xD37E, 0x8322, 0xD3A1, 0x8342, 0xD3A2, 0x834E, 0xD3A3, 0x831B, 0xD3A4, 0x832A, 0xD3A5, 0x8308, - 0xD3A6, 0x833C, 0xD3A7, 0x834D, 0xD3A8, 0x8316, 0xD3A9, 0x8324, 0xD3AA, 0x8320, 0xD3AB, 0x8337, 0xD3AC, 0x832F, 0xD3AD, 0x8329, - 0xD3AE, 0x8347, 0xD3AF, 0x8345, 0xD3B0, 0x834C, 0xD3B1, 0x8353, 0xD3B2, 0x831E, 0xD3B3, 0x832C, 0xD3B4, 0x834B, 0xD3B5, 0x8327, - 0xD3B6, 0x8348, 0xD3B7, 0x8653, 0xD3B8, 0x8652, 0xD3B9, 0x86A2, 0xD3BA, 0x86A8, 0xD3BB, 0x8696, 0xD3BC, 0x868D, 0xD3BD, 0x8691, - 0xD3BE, 0x869E, 0xD3BF, 0x8687, 0xD3C0, 0x8697, 0xD3C1, 0x8686, 0xD3C2, 0x868B, 0xD3C3, 0x869A, 0xD3C4, 0x8685, 0xD3C5, 0x86A5, - 0xD3C6, 0x8699, 0xD3C7, 0x86A1, 0xD3C8, 0x86A7, 0xD3C9, 0x8695, 0xD3CA, 0x8698, 0xD3CB, 0x868E, 0xD3CC, 0x869D, 0xD3CD, 0x8690, - 0xD3CE, 0x8694, 0xD3CF, 0x8843, 0xD3D0, 0x8844, 0xD3D1, 0x886D, 0xD3D2, 0x8875, 0xD3D3, 0x8876, 0xD3D4, 0x8872, 0xD3D5, 0x8880, - 0xD3D6, 0x8871, 0xD3D7, 0x887F, 0xD3D8, 0x886F, 0xD3D9, 0x8883, 0xD3DA, 0x887E, 0xD3DB, 0x8874, 0xD3DC, 0x887C, 0xD3DD, 0x8A12, - 0xD3DE, 0x8C47, 0xD3DF, 0x8C57, 0xD3E0, 0x8C7B, 0xD3E1, 0x8CA4, 0xD3E2, 0x8CA3, 0xD3E3, 0x8D76, 0xD3E4, 0x8D78, 0xD3E5, 0x8DB5, - 0xD3E6, 0x8DB7, 0xD3E7, 0x8DB6, 0xD3E8, 0x8ED1, 0xD3E9, 0x8ED3, 0xD3EA, 0x8FFE, 0xD3EB, 0x8FF5, 0xD3EC, 0x9002, 0xD3ED, 0x8FFF, - 0xD3EE, 0x8FFB, 0xD3EF, 0x9004, 0xD3F0, 0x8FFC, 0xD3F1, 0x8FF6, 0xD3F2, 0x90D6, 0xD3F3, 0x90E0, 0xD3F4, 0x90D9, 0xD3F5, 0x90DA, - 0xD3F6, 0x90E3, 0xD3F7, 0x90DF, 0xD3F8, 0x90E5, 0xD3F9, 0x90D8, 0xD3FA, 0x90DB, 0xD3FB, 0x90D7, 0xD3FC, 0x90DC, 0xD3FD, 0x90E4, - 0xD3FE, 0x9150, 0xD440, 0x914E, 0xD441, 0x914F, 0xD442, 0x91D5, 0xD443, 0x91E2, 0xD444, 0x91DA, 0xD445, 0x965C, 0xD446, 0x965F, - 0xD447, 0x96BC, 0xD448, 0x98E3, 0xD449, 0x9ADF, 0xD44A, 0x9B2F, 0xD44B, 0x4E7F, 0xD44C, 0x5070, 0xD44D, 0x506A, 0xD44E, 0x5061, - 0xD44F, 0x505E, 0xD450, 0x5060, 0xD451, 0x5053, 0xD452, 0x504B, 0xD453, 0x505D, 0xD454, 0x5072, 0xD455, 0x5048, 0xD456, 0x504D, - 0xD457, 0x5041, 0xD458, 0x505B, 0xD459, 0x504A, 0xD45A, 0x5062, 0xD45B, 0x5015, 0xD45C, 0x5045, 0xD45D, 0x505F, 0xD45E, 0x5069, - 0xD45F, 0x506B, 0xD460, 0x5063, 0xD461, 0x5064, 0xD462, 0x5046, 0xD463, 0x5040, 0xD464, 0x506E, 0xD465, 0x5073, 0xD466, 0x5057, - 0xD467, 0x5051, 0xD468, 0x51D0, 0xD469, 0x526B, 0xD46A, 0x526D, 0xD46B, 0x526C, 0xD46C, 0x526E, 0xD46D, 0x52D6, 0xD46E, 0x52D3, - 0xD46F, 0x532D, 0xD470, 0x539C, 0xD471, 0x5575, 0xD472, 0x5576, 0xD473, 0x553C, 0xD474, 0x554D, 0xD475, 0x5550, 0xD476, 0x5534, - 0xD477, 0x552A, 0xD478, 0x5551, 0xD479, 0x5562, 0xD47A, 0x5536, 0xD47B, 0x5535, 0xD47C, 0x5530, 0xD47D, 0x5552, 0xD47E, 0x5545, - 0xD4A1, 0x550C, 0xD4A2, 0x5532, 0xD4A3, 0x5565, 0xD4A4, 0x554E, 0xD4A5, 0x5539, 0xD4A6, 0x5548, 0xD4A7, 0x552D, 0xD4A8, 0x553B, - 0xD4A9, 0x5540, 0xD4AA, 0x554B, 0xD4AB, 0x570A, 0xD4AC, 0x5707, 0xD4AD, 0x57FB, 0xD4AE, 0x5814, 0xD4AF, 0x57E2, 0xD4B0, 0x57F6, - 0xD4B1, 0x57DC, 0xD4B2, 0x57F4, 0xD4B3, 0x5800, 0xD4B4, 0x57ED, 0xD4B5, 0x57FD, 0xD4B6, 0x5808, 0xD4B7, 0x57F8, 0xD4B8, 0x580B, - 0xD4B9, 0x57F3, 0xD4BA, 0x57CF, 0xD4BB, 0x5807, 0xD4BC, 0x57EE, 0xD4BD, 0x57E3, 0xD4BE, 0x57F2, 0xD4BF, 0x57E5, 0xD4C0, 0x57EC, - 0xD4C1, 0x57E1, 0xD4C2, 0x580E, 0xD4C3, 0x57FC, 0xD4C4, 0x5810, 0xD4C5, 0x57E7, 0xD4C6, 0x5801, 0xD4C7, 0x580C, 0xD4C8, 0x57F1, - 0xD4C9, 0x57E9, 0xD4CA, 0x57F0, 0xD4CB, 0x580D, 0xD4CC, 0x5804, 0xD4CD, 0x595C, 0xD4CE, 0x5A60, 0xD4CF, 0x5A58, 0xD4D0, 0x5A55, - 0xD4D1, 0x5A67, 0xD4D2, 0x5A5E, 0xD4D3, 0x5A38, 0xD4D4, 0x5A35, 0xD4D5, 0x5A6D, 0xD4D6, 0x5A50, 0xD4D7, 0x5A5F, 0xD4D8, 0x5A65, - 0xD4D9, 0x5A6C, 0xD4DA, 0x5A53, 0xD4DB, 0x5A64, 0xD4DC, 0x5A57, 0xD4DD, 0x5A43, 0xD4DE, 0x5A5D, 0xD4DF, 0x5A52, 0xD4E0, 0x5A44, - 0xD4E1, 0x5A5B, 0xD4E2, 0x5A48, 0xD4E3, 0x5A8E, 0xD4E4, 0x5A3E, 0xD4E5, 0x5A4D, 0xD4E6, 0x5A39, 0xD4E7, 0x5A4C, 0xD4E8, 0x5A70, - 0xD4E9, 0x5A69, 0xD4EA, 0x5A47, 0xD4EB, 0x5A51, 0xD4EC, 0x5A56, 0xD4ED, 0x5A42, 0xD4EE, 0x5A5C, 0xD4EF, 0x5B72, 0xD4F0, 0x5B6E, - 0xD4F1, 0x5BC1, 0xD4F2, 0x5BC0, 0xD4F3, 0x5C59, 0xD4F4, 0x5D1E, 0xD4F5, 0x5D0B, 0xD4F6, 0x5D1D, 0xD4F7, 0x5D1A, 0xD4F8, 0x5D20, - 0xD4F9, 0x5D0C, 0xD4FA, 0x5D28, 0xD4FB, 0x5D0D, 0xD4FC, 0x5D26, 0xD4FD, 0x5D25, 0xD4FE, 0x5D0F, 0xD540, 0x5D30, 0xD541, 0x5D12, - 0xD542, 0x5D23, 0xD543, 0x5D1F, 0xD544, 0x5D2E, 0xD545, 0x5E3E, 0xD546, 0x5E34, 0xD547, 0x5EB1, 0xD548, 0x5EB4, 0xD549, 0x5EB9, - 0xD54A, 0x5EB2, 0xD54B, 0x5EB3, 0xD54C, 0x5F36, 0xD54D, 0x5F38, 0xD54E, 0x5F9B, 0xD54F, 0x5F96, 0xD550, 0x5F9F, 0xD551, 0x608A, - 0xD552, 0x6090, 0xD553, 0x6086, 0xD554, 0x60BE, 0xD555, 0x60B0, 0xD556, 0x60BA, 0xD557, 0x60D3, 0xD558, 0x60D4, 0xD559, 0x60CF, - 0xD55A, 0x60E4, 0xD55B, 0x60D9, 0xD55C, 0x60DD, 0xD55D, 0x60C8, 0xD55E, 0x60B1, 0xD55F, 0x60DB, 0xD560, 0x60B7, 0xD561, 0x60CA, - 0xD562, 0x60BF, 0xD563, 0x60C3, 0xD564, 0x60CD, 0xD565, 0x60C0, 0xD566, 0x6332, 0xD567, 0x6365, 0xD568, 0x638A, 0xD569, 0x6382, - 0xD56A, 0x637D, 0xD56B, 0x63BD, 0xD56C, 0x639E, 0xD56D, 0x63AD, 0xD56E, 0x639D, 0xD56F, 0x6397, 0xD570, 0x63AB, 0xD571, 0x638E, - 0xD572, 0x636F, 0xD573, 0x6387, 0xD574, 0x6390, 0xD575, 0x636E, 0xD576, 0x63AF, 0xD577, 0x6375, 0xD578, 0x639C, 0xD579, 0x636D, - 0xD57A, 0x63AE, 0xD57B, 0x637C, 0xD57C, 0x63A4, 0xD57D, 0x633B, 0xD57E, 0x639F, 0xD5A1, 0x6378, 0xD5A2, 0x6385, 0xD5A3, 0x6381, - 0xD5A4, 0x6391, 0xD5A5, 0x638D, 0xD5A6, 0x6370, 0xD5A7, 0x6553, 0xD5A8, 0x65CD, 0xD5A9, 0x6665, 0xD5AA, 0x6661, 0xD5AB, 0x665B, - 0xD5AC, 0x6659, 0xD5AD, 0x665C, 0xD5AE, 0x6662, 0xD5AF, 0x6718, 0xD5B0, 0x6879, 0xD5B1, 0x6887, 0xD5B2, 0x6890, 0xD5B3, 0x689C, - 0xD5B4, 0x686D, 0xD5B5, 0x686E, 0xD5B6, 0x68AE, 0xD5B7, 0x68AB, 0xD5B8, 0x6956, 0xD5B9, 0x686F, 0xD5BA, 0x68A3, 0xD5BB, 0x68AC, - 0xD5BC, 0x68A9, 0xD5BD, 0x6875, 0xD5BE, 0x6874, 0xD5BF, 0x68B2, 0xD5C0, 0x688F, 0xD5C1, 0x6877, 0xD5C2, 0x6892, 0xD5C3, 0x687C, - 0xD5C4, 0x686B, 0xD5C5, 0x6872, 0xD5C6, 0x68AA, 0xD5C7, 0x6880, 0xD5C8, 0x6871, 0xD5C9, 0x687E, 0xD5CA, 0x689B, 0xD5CB, 0x6896, - 0xD5CC, 0x688B, 0xD5CD, 0x68A0, 0xD5CE, 0x6889, 0xD5CF, 0x68A4, 0xD5D0, 0x6878, 0xD5D1, 0x687B, 0xD5D2, 0x6891, 0xD5D3, 0x688C, - 0xD5D4, 0x688A, 0xD5D5, 0x687D, 0xD5D6, 0x6B36, 0xD5D7, 0x6B33, 0xD5D8, 0x6B37, 0xD5D9, 0x6B38, 0xD5DA, 0x6B91, 0xD5DB, 0x6B8F, - 0xD5DC, 0x6B8D, 0xD5DD, 0x6B8E, 0xD5DE, 0x6B8C, 0xD5DF, 0x6C2A, 0xD5E0, 0x6DC0, 0xD5E1, 0x6DAB, 0xD5E2, 0x6DB4, 0xD5E3, 0x6DB3, - 0xD5E4, 0x6E74, 0xD5E5, 0x6DAC, 0xD5E6, 0x6DE9, 0xD5E7, 0x6DE2, 0xD5E8, 0x6DB7, 0xD5E9, 0x6DF6, 0xD5EA, 0x6DD4, 0xD5EB, 0x6E00, - 0xD5EC, 0x6DC8, 0xD5ED, 0x6DE0, 0xD5EE, 0x6DDF, 0xD5EF, 0x6DD6, 0xD5F0, 0x6DBE, 0xD5F1, 0x6DE5, 0xD5F2, 0x6DDC, 0xD5F3, 0x6DDD, - 0xD5F4, 0x6DDB, 0xD5F5, 0x6DF4, 0xD5F6, 0x6DCA, 0xD5F7, 0x6DBD, 0xD5F8, 0x6DED, 0xD5F9, 0x6DF0, 0xD5FA, 0x6DBA, 0xD5FB, 0x6DD5, - 0xD5FC, 0x6DC2, 0xD5FD, 0x6DCF, 0xD5FE, 0x6DC9, 0xD640, 0x6DD0, 0xD641, 0x6DF2, 0xD642, 0x6DD3, 0xD643, 0x6DFD, 0xD644, 0x6DD7, - 0xD645, 0x6DCD, 0xD646, 0x6DE3, 0xD647, 0x6DBB, 0xD648, 0x70FA, 0xD649, 0x710D, 0xD64A, 0x70F7, 0xD64B, 0x7117, 0xD64C, 0x70F4, - 0xD64D, 0x710C, 0xD64E, 0x70F0, 0xD64F, 0x7104, 0xD650, 0x70F3, 0xD651, 0x7110, 0xD652, 0x70FC, 0xD653, 0x70FF, 0xD654, 0x7106, - 0xD655, 0x7113, 0xD656, 0x7100, 0xD657, 0x70F8, 0xD658, 0x70F6, 0xD659, 0x710B, 0xD65A, 0x7102, 0xD65B, 0x710E, 0xD65C, 0x727E, - 0xD65D, 0x727B, 0xD65E, 0x727C, 0xD65F, 0x727F, 0xD660, 0x731D, 0xD661, 0x7317, 0xD662, 0x7307, 0xD663, 0x7311, 0xD664, 0x7318, - 0xD665, 0x730A, 0xD666, 0x7308, 0xD667, 0x72FF, 0xD668, 0x730F, 0xD669, 0x731E, 0xD66A, 0x7388, 0xD66B, 0x73F6, 0xD66C, 0x73F8, - 0xD66D, 0x73F5, 0xD66E, 0x7404, 0xD66F, 0x7401, 0xD670, 0x73FD, 0xD671, 0x7407, 0xD672, 0x7400, 0xD673, 0x73FA, 0xD674, 0x73FC, - 0xD675, 0x73FF, 0xD676, 0x740C, 0xD677, 0x740B, 0xD678, 0x73F4, 0xD679, 0x7408, 0xD67A, 0x7564, 0xD67B, 0x7563, 0xD67C, 0x75CE, - 0xD67D, 0x75D2, 0xD67E, 0x75CF, 0xD6A1, 0x75CB, 0xD6A2, 0x75CC, 0xD6A3, 0x75D1, 0xD6A4, 0x75D0, 0xD6A5, 0x768F, 0xD6A6, 0x7689, - 0xD6A7, 0x76D3, 0xD6A8, 0x7739, 0xD6A9, 0x772F, 0xD6AA, 0x772D, 0xD6AB, 0x7731, 0xD6AC, 0x7732, 0xD6AD, 0x7734, 0xD6AE, 0x7733, - 0xD6AF, 0x773D, 0xD6B0, 0x7725, 0xD6B1, 0x773B, 0xD6B2, 0x7735, 0xD6B3, 0x7848, 0xD6B4, 0x7852, 0xD6B5, 0x7849, 0xD6B6, 0x784D, - 0xD6B7, 0x784A, 0xD6B8, 0x784C, 0xD6B9, 0x7826, 0xD6BA, 0x7845, 0xD6BB, 0x7850, 0xD6BC, 0x7964, 0xD6BD, 0x7967, 0xD6BE, 0x7969, - 0xD6BF, 0x796A, 0xD6C0, 0x7963, 0xD6C1, 0x796B, 0xD6C2, 0x7961, 0xD6C3, 0x79BB, 0xD6C4, 0x79FA, 0xD6C5, 0x79F8, 0xD6C6, 0x79F6, - 0xD6C7, 0x79F7, 0xD6C8, 0x7A8F, 0xD6C9, 0x7A94, 0xD6CA, 0x7A90, 0xD6CB, 0x7B35, 0xD6CC, 0x7B47, 0xD6CD, 0x7B34, 0xD6CE, 0x7B25, - 0xD6CF, 0x7B30, 0xD6D0, 0x7B22, 0xD6D1, 0x7B24, 0xD6D2, 0x7B33, 0xD6D3, 0x7B18, 0xD6D4, 0x7B2A, 0xD6D5, 0x7B1D, 0xD6D6, 0x7B31, - 0xD6D7, 0x7B2B, 0xD6D8, 0x7B2D, 0xD6D9, 0x7B2F, 0xD6DA, 0x7B32, 0xD6DB, 0x7B38, 0xD6DC, 0x7B1A, 0xD6DD, 0x7B23, 0xD6DE, 0x7C94, - 0xD6DF, 0x7C98, 0xD6E0, 0x7C96, 0xD6E1, 0x7CA3, 0xD6E2, 0x7D35, 0xD6E3, 0x7D3D, 0xD6E4, 0x7D38, 0xD6E5, 0x7D36, 0xD6E6, 0x7D3A, - 0xD6E7, 0x7D45, 0xD6E8, 0x7D2C, 0xD6E9, 0x7D29, 0xD6EA, 0x7D41, 0xD6EB, 0x7D47, 0xD6EC, 0x7D3E, 0xD6ED, 0x7D3F, 0xD6EE, 0x7D4A, - 0xD6EF, 0x7D3B, 0xD6F0, 0x7D28, 0xD6F1, 0x7F63, 0xD6F2, 0x7F95, 0xD6F3, 0x7F9C, 0xD6F4, 0x7F9D, 0xD6F5, 0x7F9B, 0xD6F6, 0x7FCA, - 0xD6F7, 0x7FCB, 0xD6F8, 0x7FCD, 0xD6F9, 0x7FD0, 0xD6FA, 0x7FD1, 0xD6FB, 0x7FC7, 0xD6FC, 0x7FCF, 0xD6FD, 0x7FC9, 0xD6FE, 0x801F, - 0xD740, 0x801E, 0xD741, 0x801B, 0xD742, 0x8047, 0xD743, 0x8043, 0xD744, 0x8048, 0xD745, 0x8118, 0xD746, 0x8125, 0xD747, 0x8119, - 0xD748, 0x811B, 0xD749, 0x812D, 0xD74A, 0x811F, 0xD74B, 0x812C, 0xD74C, 0x811E, 0xD74D, 0x8121, 0xD74E, 0x8115, 0xD74F, 0x8127, - 0xD750, 0x811D, 0xD751, 0x8122, 0xD752, 0x8211, 0xD753, 0x8238, 0xD754, 0x8233, 0xD755, 0x823A, 0xD756, 0x8234, 0xD757, 0x8232, - 0xD758, 0x8274, 0xD759, 0x8390, 0xD75A, 0x83A3, 0xD75B, 0x83A8, 0xD75C, 0x838D, 0xD75D, 0x837A, 0xD75E, 0x8373, 0xD75F, 0x83A4, - 0xD760, 0x8374, 0xD761, 0x838F, 0xD762, 0x8381, 0xD763, 0x8395, 0xD764, 0x8399, 0xD765, 0x8375, 0xD766, 0x8394, 0xD767, 0x83A9, - 0xD768, 0x837D, 0xD769, 0x8383, 0xD76A, 0x838C, 0xD76B, 0x839D, 0xD76C, 0x839B, 0xD76D, 0x83AA, 0xD76E, 0x838B, 0xD76F, 0x837E, - 0xD770, 0x83A5, 0xD771, 0x83AF, 0xD772, 0x8388, 0xD773, 0x8397, 0xD774, 0x83B0, 0xD775, 0x837F, 0xD776, 0x83A6, 0xD777, 0x8387, - 0xD778, 0x83AE, 0xD779, 0x8376, 0xD77A, 0x839A, 0xD77B, 0x8659, 0xD77C, 0x8656, 0xD77D, 0x86BF, 0xD77E, 0x86B7, 0xD7A1, 0x86C2, - 0xD7A2, 0x86C1, 0xD7A3, 0x86C5, 0xD7A4, 0x86BA, 0xD7A5, 0x86B0, 0xD7A6, 0x86C8, 0xD7A7, 0x86B9, 0xD7A8, 0x86B3, 0xD7A9, 0x86B8, - 0xD7AA, 0x86CC, 0xD7AB, 0x86B4, 0xD7AC, 0x86BB, 0xD7AD, 0x86BC, 0xD7AE, 0x86C3, 0xD7AF, 0x86BD, 0xD7B0, 0x86BE, 0xD7B1, 0x8852, - 0xD7B2, 0x8889, 0xD7B3, 0x8895, 0xD7B4, 0x88A8, 0xD7B5, 0x88A2, 0xD7B6, 0x88AA, 0xD7B7, 0x889A, 0xD7B8, 0x8891, 0xD7B9, 0x88A1, - 0xD7BA, 0x889F, 0xD7BB, 0x8898, 0xD7BC, 0x88A7, 0xD7BD, 0x8899, 0xD7BE, 0x889B, 0xD7BF, 0x8897, 0xD7C0, 0x88A4, 0xD7C1, 0x88AC, - 0xD7C2, 0x888C, 0xD7C3, 0x8893, 0xD7C4, 0x888E, 0xD7C5, 0x8982, 0xD7C6, 0x89D6, 0xD7C7, 0x89D9, 0xD7C8, 0x89D5, 0xD7C9, 0x8A30, - 0xD7CA, 0x8A27, 0xD7CB, 0x8A2C, 0xD7CC, 0x8A1E, 0xD7CD, 0x8C39, 0xD7CE, 0x8C3B, 0xD7CF, 0x8C5C, 0xD7D0, 0x8C5D, 0xD7D1, 0x8C7D, - 0xD7D2, 0x8CA5, 0xD7D3, 0x8D7D, 0xD7D4, 0x8D7B, 0xD7D5, 0x8D79, 0xD7D6, 0x8DBC, 0xD7D7, 0x8DC2, 0xD7D8, 0x8DB9, 0xD7D9, 0x8DBF, - 0xD7DA, 0x8DC1, 0xD7DB, 0x8ED8, 0xD7DC, 0x8EDE, 0xD7DD, 0x8EDD, 0xD7DE, 0x8EDC, 0xD7DF, 0x8ED7, 0xD7E0, 0x8EE0, 0xD7E1, 0x8EE1, - 0xD7E2, 0x9024, 0xD7E3, 0x900B, 0xD7E4, 0x9011, 0xD7E5, 0x901C, 0xD7E6, 0x900C, 0xD7E7, 0x9021, 0xD7E8, 0x90EF, 0xD7E9, 0x90EA, - 0xD7EA, 0x90F0, 0xD7EB, 0x90F4, 0xD7EC, 0x90F2, 0xD7ED, 0x90F3, 0xD7EE, 0x90D4, 0xD7EF, 0x90EB, 0xD7F0, 0x90EC, 0xD7F1, 0x90E9, - 0xD7F2, 0x9156, 0xD7F3, 0x9158, 0xD7F4, 0x915A, 0xD7F5, 0x9153, 0xD7F6, 0x9155, 0xD7F7, 0x91EC, 0xD7F8, 0x91F4, 0xD7F9, 0x91F1, - 0xD7FA, 0x91F3, 0xD7FB, 0x91F8, 0xD7FC, 0x91E4, 0xD7FD, 0x91F9, 0xD7FE, 0x91EA, 0xD840, 0x91EB, 0xD841, 0x91F7, 0xD842, 0x91E8, - 0xD843, 0x91EE, 0xD844, 0x957A, 0xD845, 0x9586, 0xD846, 0x9588, 0xD847, 0x967C, 0xD848, 0x966D, 0xD849, 0x966B, 0xD84A, 0x9671, - 0xD84B, 0x966F, 0xD84C, 0x96BF, 0xD84D, 0x976A, 0xD84E, 0x9804, 0xD84F, 0x98E5, 0xD850, 0x9997, 0xD851, 0x509B, 0xD852, 0x5095, - 0xD853, 0x5094, 0xD854, 0x509E, 0xD855, 0x508B, 0xD856, 0x50A3, 0xD857, 0x5083, 0xD858, 0x508C, 0xD859, 0x508E, 0xD85A, 0x509D, - 0xD85B, 0x5068, 0xD85C, 0x509C, 0xD85D, 0x5092, 0xD85E, 0x5082, 0xD85F, 0x5087, 0xD860, 0x515F, 0xD861, 0x51D4, 0xD862, 0x5312, - 0xD863, 0x5311, 0xD864, 0x53A4, 0xD865, 0x53A7, 0xD866, 0x5591, 0xD867, 0x55A8, 0xD868, 0x55A5, 0xD869, 0x55AD, 0xD86A, 0x5577, - 0xD86B, 0x5645, 0xD86C, 0x55A2, 0xD86D, 0x5593, 0xD86E, 0x5588, 0xD86F, 0x558F, 0xD870, 0x55B5, 0xD871, 0x5581, 0xD872, 0x55A3, - 0xD873, 0x5592, 0xD874, 0x55A4, 0xD875, 0x557D, 0xD876, 0x558C, 0xD877, 0x55A6, 0xD878, 0x557F, 0xD879, 0x5595, 0xD87A, 0x55A1, - 0xD87B, 0x558E, 0xD87C, 0x570C, 0xD87D, 0x5829, 0xD87E, 0x5837, 0xD8A1, 0x5819, 0xD8A2, 0x581E, 0xD8A3, 0x5827, 0xD8A4, 0x5823, - 0xD8A5, 0x5828, 0xD8A6, 0x57F5, 0xD8A7, 0x5848, 0xD8A8, 0x5825, 0xD8A9, 0x581C, 0xD8AA, 0x581B, 0xD8AB, 0x5833, 0xD8AC, 0x583F, - 0xD8AD, 0x5836, 0xD8AE, 0x582E, 0xD8AF, 0x5839, 0xD8B0, 0x5838, 0xD8B1, 0x582D, 0xD8B2, 0x582C, 0xD8B3, 0x583B, 0xD8B4, 0x5961, - 0xD8B5, 0x5AAF, 0xD8B6, 0x5A94, 0xD8B7, 0x5A9F, 0xD8B8, 0x5A7A, 0xD8B9, 0x5AA2, 0xD8BA, 0x5A9E, 0xD8BB, 0x5A78, 0xD8BC, 0x5AA6, - 0xD8BD, 0x5A7C, 0xD8BE, 0x5AA5, 0xD8BF, 0x5AAC, 0xD8C0, 0x5A95, 0xD8C1, 0x5AAE, 0xD8C2, 0x5A37, 0xD8C3, 0x5A84, 0xD8C4, 0x5A8A, - 0xD8C5, 0x5A97, 0xD8C6, 0x5A83, 0xD8C7, 0x5A8B, 0xD8C8, 0x5AA9, 0xD8C9, 0x5A7B, 0xD8CA, 0x5A7D, 0xD8CB, 0x5A8C, 0xD8CC, 0x5A9C, - 0xD8CD, 0x5A8F, 0xD8CE, 0x5A93, 0xD8CF, 0x5A9D, 0xD8D0, 0x5BEA, 0xD8D1, 0x5BCD, 0xD8D2, 0x5BCB, 0xD8D3, 0x5BD4, 0xD8D4, 0x5BD1, - 0xD8D5, 0x5BCA, 0xD8D6, 0x5BCE, 0xD8D7, 0x5C0C, 0xD8D8, 0x5C30, 0xD8D9, 0x5D37, 0xD8DA, 0x5D43, 0xD8DB, 0x5D6B, 0xD8DC, 0x5D41, - 0xD8DD, 0x5D4B, 0xD8DE, 0x5D3F, 0xD8DF, 0x5D35, 0xD8E0, 0x5D51, 0xD8E1, 0x5D4E, 0xD8E2, 0x5D55, 0xD8E3, 0x5D33, 0xD8E4, 0x5D3A, - 0xD8E5, 0x5D52, 0xD8E6, 0x5D3D, 0xD8E7, 0x5D31, 0xD8E8, 0x5D59, 0xD8E9, 0x5D42, 0xD8EA, 0x5D39, 0xD8EB, 0x5D49, 0xD8EC, 0x5D38, - 0xD8ED, 0x5D3C, 0xD8EE, 0x5D32, 0xD8EF, 0x5D36, 0xD8F0, 0x5D40, 0xD8F1, 0x5D45, 0xD8F2, 0x5E44, 0xD8F3, 0x5E41, 0xD8F4, 0x5F58, - 0xD8F5, 0x5FA6, 0xD8F6, 0x5FA5, 0xD8F7, 0x5FAB, 0xD8F8, 0x60C9, 0xD8F9, 0x60B9, 0xD8FA, 0x60CC, 0xD8FB, 0x60E2, 0xD8FC, 0x60CE, - 0xD8FD, 0x60C4, 0xD8FE, 0x6114, 0xD940, 0x60F2, 0xD941, 0x610A, 0xD942, 0x6116, 0xD943, 0x6105, 0xD944, 0x60F5, 0xD945, 0x6113, - 0xD946, 0x60F8, 0xD947, 0x60FC, 0xD948, 0x60FE, 0xD949, 0x60C1, 0xD94A, 0x6103, 0xD94B, 0x6118, 0xD94C, 0x611D, 0xD94D, 0x6110, - 0xD94E, 0x60FF, 0xD94F, 0x6104, 0xD950, 0x610B, 0xD951, 0x624A, 0xD952, 0x6394, 0xD953, 0x63B1, 0xD954, 0x63B0, 0xD955, 0x63CE, - 0xD956, 0x63E5, 0xD957, 0x63E8, 0xD958, 0x63EF, 0xD959, 0x63C3, 0xD95A, 0x649D, 0xD95B, 0x63F3, 0xD95C, 0x63CA, 0xD95D, 0x63E0, - 0xD95E, 0x63F6, 0xD95F, 0x63D5, 0xD960, 0x63F2, 0xD961, 0x63F5, 0xD962, 0x6461, 0xD963, 0x63DF, 0xD964, 0x63BE, 0xD965, 0x63DD, - 0xD966, 0x63DC, 0xD967, 0x63C4, 0xD968, 0x63D8, 0xD969, 0x63D3, 0xD96A, 0x63C2, 0xD96B, 0x63C7, 0xD96C, 0x63CC, 0xD96D, 0x63CB, - 0xD96E, 0x63C8, 0xD96F, 0x63F0, 0xD970, 0x63D7, 0xD971, 0x63D9, 0xD972, 0x6532, 0xD973, 0x6567, 0xD974, 0x656A, 0xD975, 0x6564, - 0xD976, 0x655C, 0xD977, 0x6568, 0xD978, 0x6565, 0xD979, 0x658C, 0xD97A, 0x659D, 0xD97B, 0x659E, 0xD97C, 0x65AE, 0xD97D, 0x65D0, - 0xD97E, 0x65D2, 0xD9A1, 0x667C, 0xD9A2, 0x666C, 0xD9A3, 0x667B, 0xD9A4, 0x6680, 0xD9A5, 0x6671, 0xD9A6, 0x6679, 0xD9A7, 0x666A, - 0xD9A8, 0x6672, 0xD9A9, 0x6701, 0xD9AA, 0x690C, 0xD9AB, 0x68D3, 0xD9AC, 0x6904, 0xD9AD, 0x68DC, 0xD9AE, 0x692A, 0xD9AF, 0x68EC, - 0xD9B0, 0x68EA, 0xD9B1, 0x68F1, 0xD9B2, 0x690F, 0xD9B3, 0x68D6, 0xD9B4, 0x68F7, 0xD9B5, 0x68EB, 0xD9B6, 0x68E4, 0xD9B7, 0x68F6, - 0xD9B8, 0x6913, 0xD9B9, 0x6910, 0xD9BA, 0x68F3, 0xD9BB, 0x68E1, 0xD9BC, 0x6907, 0xD9BD, 0x68CC, 0xD9BE, 0x6908, 0xD9BF, 0x6970, - 0xD9C0, 0x68B4, 0xD9C1, 0x6911, 0xD9C2, 0x68EF, 0xD9C3, 0x68C6, 0xD9C4, 0x6914, 0xD9C5, 0x68F8, 0xD9C6, 0x68D0, 0xD9C7, 0x68FD, - 0xD9C8, 0x68FC, 0xD9C9, 0x68E8, 0xD9CA, 0x690B, 0xD9CB, 0x690A, 0xD9CC, 0x6917, 0xD9CD, 0x68CE, 0xD9CE, 0x68C8, 0xD9CF, 0x68DD, - 0xD9D0, 0x68DE, 0xD9D1, 0x68E6, 0xD9D2, 0x68F4, 0xD9D3, 0x68D1, 0xD9D4, 0x6906, 0xD9D5, 0x68D4, 0xD9D6, 0x68E9, 0xD9D7, 0x6915, - 0xD9D8, 0x6925, 0xD9D9, 0x68C7, 0xD9DA, 0x6B39, 0xD9DB, 0x6B3B, 0xD9DC, 0x6B3F, 0xD9DD, 0x6B3C, 0xD9DE, 0x6B94, 0xD9DF, 0x6B97, - 0xD9E0, 0x6B99, 0xD9E1, 0x6B95, 0xD9E2, 0x6BBD, 0xD9E3, 0x6BF0, 0xD9E4, 0x6BF2, 0xD9E5, 0x6BF3, 0xD9E6, 0x6C30, 0xD9E7, 0x6DFC, - 0xD9E8, 0x6E46, 0xD9E9, 0x6E47, 0xD9EA, 0x6E1F, 0xD9EB, 0x6E49, 0xD9EC, 0x6E88, 0xD9ED, 0x6E3C, 0xD9EE, 0x6E3D, 0xD9EF, 0x6E45, - 0xD9F0, 0x6E62, 0xD9F1, 0x6E2B, 0xD9F2, 0x6E3F, 0xD9F3, 0x6E41, 0xD9F4, 0x6E5D, 0xD9F5, 0x6E73, 0xD9F6, 0x6E1C, 0xD9F7, 0x6E33, - 0xD9F8, 0x6E4B, 0xD9F9, 0x6E40, 0xD9FA, 0x6E51, 0xD9FB, 0x6E3B, 0xD9FC, 0x6E03, 0xD9FD, 0x6E2E, 0xD9FE, 0x6E5E, 0xDA40, 0x6E68, - 0xDA41, 0x6E5C, 0xDA42, 0x6E61, 0xDA43, 0x6E31, 0xDA44, 0x6E28, 0xDA45, 0x6E60, 0xDA46, 0x6E71, 0xDA47, 0x6E6B, 0xDA48, 0x6E39, - 0xDA49, 0x6E22, 0xDA4A, 0x6E30, 0xDA4B, 0x6E53, 0xDA4C, 0x6E65, 0xDA4D, 0x6E27, 0xDA4E, 0x6E78, 0xDA4F, 0x6E64, 0xDA50, 0x6E77, - 0xDA51, 0x6E55, 0xDA52, 0x6E79, 0xDA53, 0x6E52, 0xDA54, 0x6E66, 0xDA55, 0x6E35, 0xDA56, 0x6E36, 0xDA57, 0x6E5A, 0xDA58, 0x7120, - 0xDA59, 0x711E, 0xDA5A, 0x712F, 0xDA5B, 0x70FB, 0xDA5C, 0x712E, 0xDA5D, 0x7131, 0xDA5E, 0x7123, 0xDA5F, 0x7125, 0xDA60, 0x7122, - 0xDA61, 0x7132, 0xDA62, 0x711F, 0xDA63, 0x7128, 0xDA64, 0x713A, 0xDA65, 0x711B, 0xDA66, 0x724B, 0xDA67, 0x725A, 0xDA68, 0x7288, - 0xDA69, 0x7289, 0xDA6A, 0x7286, 0xDA6B, 0x7285, 0xDA6C, 0x728B, 0xDA6D, 0x7312, 0xDA6E, 0x730B, 0xDA6F, 0x7330, 0xDA70, 0x7322, - 0xDA71, 0x7331, 0xDA72, 0x7333, 0xDA73, 0x7327, 0xDA74, 0x7332, 0xDA75, 0x732D, 0xDA76, 0x7326, 0xDA77, 0x7323, 0xDA78, 0x7335, - 0xDA79, 0x730C, 0xDA7A, 0x742E, 0xDA7B, 0x742C, 0xDA7C, 0x7430, 0xDA7D, 0x742B, 0xDA7E, 0x7416, 0xDAA1, 0x741A, 0xDAA2, 0x7421, - 0xDAA3, 0x742D, 0xDAA4, 0x7431, 0xDAA5, 0x7424, 0xDAA6, 0x7423, 0xDAA7, 0x741D, 0xDAA8, 0x7429, 0xDAA9, 0x7420, 0xDAAA, 0x7432, - 0xDAAB, 0x74FB, 0xDAAC, 0x752F, 0xDAAD, 0x756F, 0xDAAE, 0x756C, 0xDAAF, 0x75E7, 0xDAB0, 0x75DA, 0xDAB1, 0x75E1, 0xDAB2, 0x75E6, - 0xDAB3, 0x75DD, 0xDAB4, 0x75DF, 0xDAB5, 0x75E4, 0xDAB6, 0x75D7, 0xDAB7, 0x7695, 0xDAB8, 0x7692, 0xDAB9, 0x76DA, 0xDABA, 0x7746, - 0xDABB, 0x7747, 0xDABC, 0x7744, 0xDABD, 0x774D, 0xDABE, 0x7745, 0xDABF, 0x774A, 0xDAC0, 0x774E, 0xDAC1, 0x774B, 0xDAC2, 0x774C, - 0xDAC3, 0x77DE, 0xDAC4, 0x77EC, 0xDAC5, 0x7860, 0xDAC6, 0x7864, 0xDAC7, 0x7865, 0xDAC8, 0x785C, 0xDAC9, 0x786D, 0xDACA, 0x7871, - 0xDACB, 0x786A, 0xDACC, 0x786E, 0xDACD, 0x7870, 0xDACE, 0x7869, 0xDACF, 0x7868, 0xDAD0, 0x785E, 0xDAD1, 0x7862, 0xDAD2, 0x7974, - 0xDAD3, 0x7973, 0xDAD4, 0x7972, 0xDAD5, 0x7970, 0xDAD6, 0x7A02, 0xDAD7, 0x7A0A, 0xDAD8, 0x7A03, 0xDAD9, 0x7A0C, 0xDADA, 0x7A04, - 0xDADB, 0x7A99, 0xDADC, 0x7AE6, 0xDADD, 0x7AE4, 0xDADE, 0x7B4A, 0xDADF, 0x7B3B, 0xDAE0, 0x7B44, 0xDAE1, 0x7B48, 0xDAE2, 0x7B4C, - 0xDAE3, 0x7B4E, 0xDAE4, 0x7B40, 0xDAE5, 0x7B58, 0xDAE6, 0x7B45, 0xDAE7, 0x7CA2, 0xDAE8, 0x7C9E, 0xDAE9, 0x7CA8, 0xDAEA, 0x7CA1, - 0xDAEB, 0x7D58, 0xDAEC, 0x7D6F, 0xDAED, 0x7D63, 0xDAEE, 0x7D53, 0xDAEF, 0x7D56, 0xDAF0, 0x7D67, 0xDAF1, 0x7D6A, 0xDAF2, 0x7D4F, - 0xDAF3, 0x7D6D, 0xDAF4, 0x7D5C, 0xDAF5, 0x7D6B, 0xDAF6, 0x7D52, 0xDAF7, 0x7D54, 0xDAF8, 0x7D69, 0xDAF9, 0x7D51, 0xDAFA, 0x7D5F, - 0xDAFB, 0x7D4E, 0xDAFC, 0x7F3E, 0xDAFD, 0x7F3F, 0xDAFE, 0x7F65, 0xDB40, 0x7F66, 0xDB41, 0x7FA2, 0xDB42, 0x7FA0, 0xDB43, 0x7FA1, - 0xDB44, 0x7FD7, 0xDB45, 0x8051, 0xDB46, 0x804F, 0xDB47, 0x8050, 0xDB48, 0x80FE, 0xDB49, 0x80D4, 0xDB4A, 0x8143, 0xDB4B, 0x814A, - 0xDB4C, 0x8152, 0xDB4D, 0x814F, 0xDB4E, 0x8147, 0xDB4F, 0x813D, 0xDB50, 0x814D, 0xDB51, 0x813A, 0xDB52, 0x81E6, 0xDB53, 0x81EE, - 0xDB54, 0x81F7, 0xDB55, 0x81F8, 0xDB56, 0x81F9, 0xDB57, 0x8204, 0xDB58, 0x823C, 0xDB59, 0x823D, 0xDB5A, 0x823F, 0xDB5B, 0x8275, - 0xDB5C, 0x833B, 0xDB5D, 0x83CF, 0xDB5E, 0x83F9, 0xDB5F, 0x8423, 0xDB60, 0x83C0, 0xDB61, 0x83E8, 0xDB62, 0x8412, 0xDB63, 0x83E7, - 0xDB64, 0x83E4, 0xDB65, 0x83FC, 0xDB66, 0x83F6, 0xDB67, 0x8410, 0xDB68, 0x83C6, 0xDB69, 0x83C8, 0xDB6A, 0x83EB, 0xDB6B, 0x83E3, - 0xDB6C, 0x83BF, 0xDB6D, 0x8401, 0xDB6E, 0x83DD, 0xDB6F, 0x83E5, 0xDB70, 0x83D8, 0xDB71, 0x83FF, 0xDB72, 0x83E1, 0xDB73, 0x83CB, - 0xDB74, 0x83CE, 0xDB75, 0x83D6, 0xDB76, 0x83F5, 0xDB77, 0x83C9, 0xDB78, 0x8409, 0xDB79, 0x840F, 0xDB7A, 0x83DE, 0xDB7B, 0x8411, - 0xDB7C, 0x8406, 0xDB7D, 0x83C2, 0xDB7E, 0x83F3, 0xDBA1, 0x83D5, 0xDBA2, 0x83FA, 0xDBA3, 0x83C7, 0xDBA4, 0x83D1, 0xDBA5, 0x83EA, - 0xDBA6, 0x8413, 0xDBA7, 0x83C3, 0xDBA8, 0x83EC, 0xDBA9, 0x83EE, 0xDBAA, 0x83C4, 0xDBAB, 0x83FB, 0xDBAC, 0x83D7, 0xDBAD, 0x83E2, - 0xDBAE, 0x841B, 0xDBAF, 0x83DB, 0xDBB0, 0x83FE, 0xDBB1, 0x86D8, 0xDBB2, 0x86E2, 0xDBB3, 0x86E6, 0xDBB4, 0x86D3, 0xDBB5, 0x86E3, - 0xDBB6, 0x86DA, 0xDBB7, 0x86EA, 0xDBB8, 0x86DD, 0xDBB9, 0x86EB, 0xDBBA, 0x86DC, 0xDBBB, 0x86EC, 0xDBBC, 0x86E9, 0xDBBD, 0x86D7, - 0xDBBE, 0x86E8, 0xDBBF, 0x86D1, 0xDBC0, 0x8848, 0xDBC1, 0x8856, 0xDBC2, 0x8855, 0xDBC3, 0x88BA, 0xDBC4, 0x88D7, 0xDBC5, 0x88B9, - 0xDBC6, 0x88B8, 0xDBC7, 0x88C0, 0xDBC8, 0x88BE, 0xDBC9, 0x88B6, 0xDBCA, 0x88BC, 0xDBCB, 0x88B7, 0xDBCC, 0x88BD, 0xDBCD, 0x88B2, - 0xDBCE, 0x8901, 0xDBCF, 0x88C9, 0xDBD0, 0x8995, 0xDBD1, 0x8998, 0xDBD2, 0x8997, 0xDBD3, 0x89DD, 0xDBD4, 0x89DA, 0xDBD5, 0x89DB, - 0xDBD6, 0x8A4E, 0xDBD7, 0x8A4D, 0xDBD8, 0x8A39, 0xDBD9, 0x8A59, 0xDBDA, 0x8A40, 0xDBDB, 0x8A57, 0xDBDC, 0x8A58, 0xDBDD, 0x8A44, - 0xDBDE, 0x8A45, 0xDBDF, 0x8A52, 0xDBE0, 0x8A48, 0xDBE1, 0x8A51, 0xDBE2, 0x8A4A, 0xDBE3, 0x8A4C, 0xDBE4, 0x8A4F, 0xDBE5, 0x8C5F, - 0xDBE6, 0x8C81, 0xDBE7, 0x8C80, 0xDBE8, 0x8CBA, 0xDBE9, 0x8CBE, 0xDBEA, 0x8CB0, 0xDBEB, 0x8CB9, 0xDBEC, 0x8CB5, 0xDBED, 0x8D84, - 0xDBEE, 0x8D80, 0xDBEF, 0x8D89, 0xDBF0, 0x8DD8, 0xDBF1, 0x8DD3, 0xDBF2, 0x8DCD, 0xDBF3, 0x8DC7, 0xDBF4, 0x8DD6, 0xDBF5, 0x8DDC, - 0xDBF6, 0x8DCF, 0xDBF7, 0x8DD5, 0xDBF8, 0x8DD9, 0xDBF9, 0x8DC8, 0xDBFA, 0x8DD7, 0xDBFB, 0x8DC5, 0xDBFC, 0x8EEF, 0xDBFD, 0x8EF7, - 0xDBFE, 0x8EFA, 0xDC40, 0x8EF9, 0xDC41, 0x8EE6, 0xDC42, 0x8EEE, 0xDC43, 0x8EE5, 0xDC44, 0x8EF5, 0xDC45, 0x8EE7, 0xDC46, 0x8EE8, - 0xDC47, 0x8EF6, 0xDC48, 0x8EEB, 0xDC49, 0x8EF1, 0xDC4A, 0x8EEC, 0xDC4B, 0x8EF4, 0xDC4C, 0x8EE9, 0xDC4D, 0x902D, 0xDC4E, 0x9034, - 0xDC4F, 0x902F, 0xDC50, 0x9106, 0xDC51, 0x912C, 0xDC52, 0x9104, 0xDC53, 0x90FF, 0xDC54, 0x90FC, 0xDC55, 0x9108, 0xDC56, 0x90F9, - 0xDC57, 0x90FB, 0xDC58, 0x9101, 0xDC59, 0x9100, 0xDC5A, 0x9107, 0xDC5B, 0x9105, 0xDC5C, 0x9103, 0xDC5D, 0x9161, 0xDC5E, 0x9164, - 0xDC5F, 0x915F, 0xDC60, 0x9162, 0xDC61, 0x9160, 0xDC62, 0x9201, 0xDC63, 0x920A, 0xDC64, 0x9225, 0xDC65, 0x9203, 0xDC66, 0x921A, - 0xDC67, 0x9226, 0xDC68, 0x920F, 0xDC69, 0x920C, 0xDC6A, 0x9200, 0xDC6B, 0x9212, 0xDC6C, 0x91FF, 0xDC6D, 0x91FD, 0xDC6E, 0x9206, - 0xDC6F, 0x9204, 0xDC70, 0x9227, 0xDC71, 0x9202, 0xDC72, 0x921C, 0xDC73, 0x9224, 0xDC74, 0x9219, 0xDC75, 0x9217, 0xDC76, 0x9205, - 0xDC77, 0x9216, 0xDC78, 0x957B, 0xDC79, 0x958D, 0xDC7A, 0x958C, 0xDC7B, 0x9590, 0xDC7C, 0x9687, 0xDC7D, 0x967E, 0xDC7E, 0x9688, - 0xDCA1, 0x9689, 0xDCA2, 0x9683, 0xDCA3, 0x9680, 0xDCA4, 0x96C2, 0xDCA5, 0x96C8, 0xDCA6, 0x96C3, 0xDCA7, 0x96F1, 0xDCA8, 0x96F0, - 0xDCA9, 0x976C, 0xDCAA, 0x9770, 0xDCAB, 0x976E, 0xDCAC, 0x9807, 0xDCAD, 0x98A9, 0xDCAE, 0x98EB, 0xDCAF, 0x9CE6, 0xDCB0, 0x9EF9, - 0xDCB1, 0x4E83, 0xDCB2, 0x4E84, 0xDCB3, 0x4EB6, 0xDCB4, 0x50BD, 0xDCB5, 0x50BF, 0xDCB6, 0x50C6, 0xDCB7, 0x50AE, 0xDCB8, 0x50C4, - 0xDCB9, 0x50CA, 0xDCBA, 0x50B4, 0xDCBB, 0x50C8, 0xDCBC, 0x50C2, 0xDCBD, 0x50B0, 0xDCBE, 0x50C1, 0xDCBF, 0x50BA, 0xDCC0, 0x50B1, - 0xDCC1, 0x50CB, 0xDCC2, 0x50C9, 0xDCC3, 0x50B6, 0xDCC4, 0x50B8, 0xDCC5, 0x51D7, 0xDCC6, 0x527A, 0xDCC7, 0x5278, 0xDCC8, 0x527B, - 0xDCC9, 0x527C, 0xDCCA, 0x55C3, 0xDCCB, 0x55DB, 0xDCCC, 0x55CC, 0xDCCD, 0x55D0, 0xDCCE, 0x55CB, 0xDCCF, 0x55CA, 0xDCD0, 0x55DD, - 0xDCD1, 0x55C0, 0xDCD2, 0x55D4, 0xDCD3, 0x55C4, 0xDCD4, 0x55E9, 0xDCD5, 0x55BF, 0xDCD6, 0x55D2, 0xDCD7, 0x558D, 0xDCD8, 0x55CF, - 0xDCD9, 0x55D5, 0xDCDA, 0x55E2, 0xDCDB, 0x55D6, 0xDCDC, 0x55C8, 0xDCDD, 0x55F2, 0xDCDE, 0x55CD, 0xDCDF, 0x55D9, 0xDCE0, 0x55C2, - 0xDCE1, 0x5714, 0xDCE2, 0x5853, 0xDCE3, 0x5868, 0xDCE4, 0x5864, 0xDCE5, 0x584F, 0xDCE6, 0x584D, 0xDCE7, 0x5849, 0xDCE8, 0x586F, - 0xDCE9, 0x5855, 0xDCEA, 0x584E, 0xDCEB, 0x585D, 0xDCEC, 0x5859, 0xDCED, 0x5865, 0xDCEE, 0x585B, 0xDCEF, 0x583D, 0xDCF0, 0x5863, - 0xDCF1, 0x5871, 0xDCF2, 0x58FC, 0xDCF3, 0x5AC7, 0xDCF4, 0x5AC4, 0xDCF5, 0x5ACB, 0xDCF6, 0x5ABA, 0xDCF7, 0x5AB8, 0xDCF8, 0x5AB1, - 0xDCF9, 0x5AB5, 0xDCFA, 0x5AB0, 0xDCFB, 0x5ABF, 0xDCFC, 0x5AC8, 0xDCFD, 0x5ABB, 0xDCFE, 0x5AC6, 0xDD40, 0x5AB7, 0xDD41, 0x5AC0, - 0xDD42, 0x5ACA, 0xDD43, 0x5AB4, 0xDD44, 0x5AB6, 0xDD45, 0x5ACD, 0xDD46, 0x5AB9, 0xDD47, 0x5A90, 0xDD48, 0x5BD6, 0xDD49, 0x5BD8, - 0xDD4A, 0x5BD9, 0xDD4B, 0x5C1F, 0xDD4C, 0x5C33, 0xDD4D, 0x5D71, 0xDD4E, 0x5D63, 0xDD4F, 0x5D4A, 0xDD50, 0x5D65, 0xDD51, 0x5D72, - 0xDD52, 0x5D6C, 0xDD53, 0x5D5E, 0xDD54, 0x5D68, 0xDD55, 0x5D67, 0xDD56, 0x5D62, 0xDD57, 0x5DF0, 0xDD58, 0x5E4F, 0xDD59, 0x5E4E, - 0xDD5A, 0x5E4A, 0xDD5B, 0x5E4D, 0xDD5C, 0x5E4B, 0xDD5D, 0x5EC5, 0xDD5E, 0x5ECC, 0xDD5F, 0x5EC6, 0xDD60, 0x5ECB, 0xDD61, 0x5EC7, - 0xDD62, 0x5F40, 0xDD63, 0x5FAF, 0xDD64, 0x5FAD, 0xDD65, 0x60F7, 0xDD66, 0x6149, 0xDD67, 0x614A, 0xDD68, 0x612B, 0xDD69, 0x6145, - 0xDD6A, 0x6136, 0xDD6B, 0x6132, 0xDD6C, 0x612E, 0xDD6D, 0x6146, 0xDD6E, 0x612F, 0xDD6F, 0x614F, 0xDD70, 0x6129, 0xDD71, 0x6140, - 0xDD72, 0x6220, 0xDD73, 0x9168, 0xDD74, 0x6223, 0xDD75, 0x6225, 0xDD76, 0x6224, 0xDD77, 0x63C5, 0xDD78, 0x63F1, 0xDD79, 0x63EB, - 0xDD7A, 0x6410, 0xDD7B, 0x6412, 0xDD7C, 0x6409, 0xDD7D, 0x6420, 0xDD7E, 0x6424, 0xDDA1, 0x6433, 0xDDA2, 0x6443, 0xDDA3, 0x641F, - 0xDDA4, 0x6415, 0xDDA5, 0x6418, 0xDDA6, 0x6439, 0xDDA7, 0x6437, 0xDDA8, 0x6422, 0xDDA9, 0x6423, 0xDDAA, 0x640C, 0xDDAB, 0x6426, - 0xDDAC, 0x6430, 0xDDAD, 0x6428, 0xDDAE, 0x6441, 0xDDAF, 0x6435, 0xDDB0, 0x642F, 0xDDB1, 0x640A, 0xDDB2, 0x641A, 0xDDB3, 0x6440, - 0xDDB4, 0x6425, 0xDDB5, 0x6427, 0xDDB6, 0x640B, 0xDDB7, 0x63E7, 0xDDB8, 0x641B, 0xDDB9, 0x642E, 0xDDBA, 0x6421, 0xDDBB, 0x640E, - 0xDDBC, 0x656F, 0xDDBD, 0x6592, 0xDDBE, 0x65D3, 0xDDBF, 0x6686, 0xDDC0, 0x668C, 0xDDC1, 0x6695, 0xDDC2, 0x6690, 0xDDC3, 0x668B, - 0xDDC4, 0x668A, 0xDDC5, 0x6699, 0xDDC6, 0x6694, 0xDDC7, 0x6678, 0xDDC8, 0x6720, 0xDDC9, 0x6966, 0xDDCA, 0x695F, 0xDDCB, 0x6938, - 0xDDCC, 0x694E, 0xDDCD, 0x6962, 0xDDCE, 0x6971, 0xDDCF, 0x693F, 0xDDD0, 0x6945, 0xDDD1, 0x696A, 0xDDD2, 0x6939, 0xDDD3, 0x6942, - 0xDDD4, 0x6957, 0xDDD5, 0x6959, 0xDDD6, 0x697A, 0xDDD7, 0x6948, 0xDDD8, 0x6949, 0xDDD9, 0x6935, 0xDDDA, 0x696C, 0xDDDB, 0x6933, - 0xDDDC, 0x693D, 0xDDDD, 0x6965, 0xDDDE, 0x68F0, 0xDDDF, 0x6978, 0xDDE0, 0x6934, 0xDDE1, 0x6969, 0xDDE2, 0x6940, 0xDDE3, 0x696F, - 0xDDE4, 0x6944, 0xDDE5, 0x6976, 0xDDE6, 0x6958, 0xDDE7, 0x6941, 0xDDE8, 0x6974, 0xDDE9, 0x694C, 0xDDEA, 0x693B, 0xDDEB, 0x694B, - 0xDDEC, 0x6937, 0xDDED, 0x695C, 0xDDEE, 0x694F, 0xDDEF, 0x6951, 0xDDF0, 0x6932, 0xDDF1, 0x6952, 0xDDF2, 0x692F, 0xDDF3, 0x697B, - 0xDDF4, 0x693C, 0xDDF5, 0x6B46, 0xDDF6, 0x6B45, 0xDDF7, 0x6B43, 0xDDF8, 0x6B42, 0xDDF9, 0x6B48, 0xDDFA, 0x6B41, 0xDDFB, 0x6B9B, - 0xDDFC, 0xFA0D, 0xDDFD, 0x6BFB, 0xDDFE, 0x6BFC, 0xDE40, 0x6BF9, 0xDE41, 0x6BF7, 0xDE42, 0x6BF8, 0xDE43, 0x6E9B, 0xDE44, 0x6ED6, - 0xDE45, 0x6EC8, 0xDE46, 0x6E8F, 0xDE47, 0x6EC0, 0xDE48, 0x6E9F, 0xDE49, 0x6E93, 0xDE4A, 0x6E94, 0xDE4B, 0x6EA0, 0xDE4C, 0x6EB1, - 0xDE4D, 0x6EB9, 0xDE4E, 0x6EC6, 0xDE4F, 0x6ED2, 0xDE50, 0x6EBD, 0xDE51, 0x6EC1, 0xDE52, 0x6E9E, 0xDE53, 0x6EC9, 0xDE54, 0x6EB7, - 0xDE55, 0x6EB0, 0xDE56, 0x6ECD, 0xDE57, 0x6EA6, 0xDE58, 0x6ECF, 0xDE59, 0x6EB2, 0xDE5A, 0x6EBE, 0xDE5B, 0x6EC3, 0xDE5C, 0x6EDC, - 0xDE5D, 0x6ED8, 0xDE5E, 0x6E99, 0xDE5F, 0x6E92, 0xDE60, 0x6E8E, 0xDE61, 0x6E8D, 0xDE62, 0x6EA4, 0xDE63, 0x6EA1, 0xDE64, 0x6EBF, - 0xDE65, 0x6EB3, 0xDE66, 0x6ED0, 0xDE67, 0x6ECA, 0xDE68, 0x6E97, 0xDE69, 0x6EAE, 0xDE6A, 0x6EA3, 0xDE6B, 0x7147, 0xDE6C, 0x7154, - 0xDE6D, 0x7152, 0xDE6E, 0x7163, 0xDE6F, 0x7160, 0xDE70, 0x7141, 0xDE71, 0x715D, 0xDE72, 0x7162, 0xDE73, 0x7172, 0xDE74, 0x7178, - 0xDE75, 0x716A, 0xDE76, 0x7161, 0xDE77, 0x7142, 0xDE78, 0x7158, 0xDE79, 0x7143, 0xDE7A, 0x714B, 0xDE7B, 0x7170, 0xDE7C, 0x715F, - 0xDE7D, 0x7150, 0xDE7E, 0x7153, 0xDEA1, 0x7144, 0xDEA2, 0x714D, 0xDEA3, 0x715A, 0xDEA4, 0x724F, 0xDEA5, 0x728D, 0xDEA6, 0x728C, - 0xDEA7, 0x7291, 0xDEA8, 0x7290, 0xDEA9, 0x728E, 0xDEAA, 0x733C, 0xDEAB, 0x7342, 0xDEAC, 0x733B, 0xDEAD, 0x733A, 0xDEAE, 0x7340, - 0xDEAF, 0x734A, 0xDEB0, 0x7349, 0xDEB1, 0x7444, 0xDEB2, 0x744A, 0xDEB3, 0x744B, 0xDEB4, 0x7452, 0xDEB5, 0x7451, 0xDEB6, 0x7457, - 0xDEB7, 0x7440, 0xDEB8, 0x744F, 0xDEB9, 0x7450, 0xDEBA, 0x744E, 0xDEBB, 0x7442, 0xDEBC, 0x7446, 0xDEBD, 0x744D, 0xDEBE, 0x7454, - 0xDEBF, 0x74E1, 0xDEC0, 0x74FF, 0xDEC1, 0x74FE, 0xDEC2, 0x74FD, 0xDEC3, 0x751D, 0xDEC4, 0x7579, 0xDEC5, 0x7577, 0xDEC6, 0x6983, - 0xDEC7, 0x75EF, 0xDEC8, 0x760F, 0xDEC9, 0x7603, 0xDECA, 0x75F7, 0xDECB, 0x75FE, 0xDECC, 0x75FC, 0xDECD, 0x75F9, 0xDECE, 0x75F8, - 0xDECF, 0x7610, 0xDED0, 0x75FB, 0xDED1, 0x75F6, 0xDED2, 0x75ED, 0xDED3, 0x75F5, 0xDED4, 0x75FD, 0xDED5, 0x7699, 0xDED6, 0x76B5, - 0xDED7, 0x76DD, 0xDED8, 0x7755, 0xDED9, 0x775F, 0xDEDA, 0x7760, 0xDEDB, 0x7752, 0xDEDC, 0x7756, 0xDEDD, 0x775A, 0xDEDE, 0x7769, - 0xDEDF, 0x7767, 0xDEE0, 0x7754, 0xDEE1, 0x7759, 0xDEE2, 0x776D, 0xDEE3, 0x77E0, 0xDEE4, 0x7887, 0xDEE5, 0x789A, 0xDEE6, 0x7894, - 0xDEE7, 0x788F, 0xDEE8, 0x7884, 0xDEE9, 0x7895, 0xDEEA, 0x7885, 0xDEEB, 0x7886, 0xDEEC, 0x78A1, 0xDEED, 0x7883, 0xDEEE, 0x7879, - 0xDEEF, 0x7899, 0xDEF0, 0x7880, 0xDEF1, 0x7896, 0xDEF2, 0x787B, 0xDEF3, 0x797C, 0xDEF4, 0x7982, 0xDEF5, 0x797D, 0xDEF6, 0x7979, - 0xDEF7, 0x7A11, 0xDEF8, 0x7A18, 0xDEF9, 0x7A19, 0xDEFA, 0x7A12, 0xDEFB, 0x7A17, 0xDEFC, 0x7A15, 0xDEFD, 0x7A22, 0xDEFE, 0x7A13, - 0xDF40, 0x7A1B, 0xDF41, 0x7A10, 0xDF42, 0x7AA3, 0xDF43, 0x7AA2, 0xDF44, 0x7A9E, 0xDF45, 0x7AEB, 0xDF46, 0x7B66, 0xDF47, 0x7B64, - 0xDF48, 0x7B6D, 0xDF49, 0x7B74, 0xDF4A, 0x7B69, 0xDF4B, 0x7B72, 0xDF4C, 0x7B65, 0xDF4D, 0x7B73, 0xDF4E, 0x7B71, 0xDF4F, 0x7B70, - 0xDF50, 0x7B61, 0xDF51, 0x7B78, 0xDF52, 0x7B76, 0xDF53, 0x7B63, 0xDF54, 0x7CB2, 0xDF55, 0x7CB4, 0xDF56, 0x7CAF, 0xDF57, 0x7D88, - 0xDF58, 0x7D86, 0xDF59, 0x7D80, 0xDF5A, 0x7D8D, 0xDF5B, 0x7D7F, 0xDF5C, 0x7D85, 0xDF5D, 0x7D7A, 0xDF5E, 0x7D8E, 0xDF5F, 0x7D7B, - 0xDF60, 0x7D83, 0xDF61, 0x7D7C, 0xDF62, 0x7D8C, 0xDF63, 0x7D94, 0xDF64, 0x7D84, 0xDF65, 0x7D7D, 0xDF66, 0x7D92, 0xDF67, 0x7F6D, - 0xDF68, 0x7F6B, 0xDF69, 0x7F67, 0xDF6A, 0x7F68, 0xDF6B, 0x7F6C, 0xDF6C, 0x7FA6, 0xDF6D, 0x7FA5, 0xDF6E, 0x7FA7, 0xDF6F, 0x7FDB, - 0xDF70, 0x7FDC, 0xDF71, 0x8021, 0xDF72, 0x8164, 0xDF73, 0x8160, 0xDF74, 0x8177, 0xDF75, 0x815C, 0xDF76, 0x8169, 0xDF77, 0x815B, - 0xDF78, 0x8162, 0xDF79, 0x8172, 0xDF7A, 0x6721, 0xDF7B, 0x815E, 0xDF7C, 0x8176, 0xDF7D, 0x8167, 0xDF7E, 0x816F, 0xDFA1, 0x8144, - 0xDFA2, 0x8161, 0xDFA3, 0x821D, 0xDFA4, 0x8249, 0xDFA5, 0x8244, 0xDFA6, 0x8240, 0xDFA7, 0x8242, 0xDFA8, 0x8245, 0xDFA9, 0x84F1, - 0xDFAA, 0x843F, 0xDFAB, 0x8456, 0xDFAC, 0x8476, 0xDFAD, 0x8479, 0xDFAE, 0x848F, 0xDFAF, 0x848D, 0xDFB0, 0x8465, 0xDFB1, 0x8451, - 0xDFB2, 0x8440, 0xDFB3, 0x8486, 0xDFB4, 0x8467, 0xDFB5, 0x8430, 0xDFB6, 0x844D, 0xDFB7, 0x847D, 0xDFB8, 0x845A, 0xDFB9, 0x8459, - 0xDFBA, 0x8474, 0xDFBB, 0x8473, 0xDFBC, 0x845D, 0xDFBD, 0x8507, 0xDFBE, 0x845E, 0xDFBF, 0x8437, 0xDFC0, 0x843A, 0xDFC1, 0x8434, - 0xDFC2, 0x847A, 0xDFC3, 0x8443, 0xDFC4, 0x8478, 0xDFC5, 0x8432, 0xDFC6, 0x8445, 0xDFC7, 0x8429, 0xDFC8, 0x83D9, 0xDFC9, 0x844B, - 0xDFCA, 0x842F, 0xDFCB, 0x8442, 0xDFCC, 0x842D, 0xDFCD, 0x845F, 0xDFCE, 0x8470, 0xDFCF, 0x8439, 0xDFD0, 0x844E, 0xDFD1, 0x844C, - 0xDFD2, 0x8452, 0xDFD3, 0x846F, 0xDFD4, 0x84C5, 0xDFD5, 0x848E, 0xDFD6, 0x843B, 0xDFD7, 0x8447, 0xDFD8, 0x8436, 0xDFD9, 0x8433, - 0xDFDA, 0x8468, 0xDFDB, 0x847E, 0xDFDC, 0x8444, 0xDFDD, 0x842B, 0xDFDE, 0x8460, 0xDFDF, 0x8454, 0xDFE0, 0x846E, 0xDFE1, 0x8450, - 0xDFE2, 0x870B, 0xDFE3, 0x8704, 0xDFE4, 0x86F7, 0xDFE5, 0x870C, 0xDFE6, 0x86FA, 0xDFE7, 0x86D6, 0xDFE8, 0x86F5, 0xDFE9, 0x874D, - 0xDFEA, 0x86F8, 0xDFEB, 0x870E, 0xDFEC, 0x8709, 0xDFED, 0x8701, 0xDFEE, 0x86F6, 0xDFEF, 0x870D, 0xDFF0, 0x8705, 0xDFF1, 0x88D6, - 0xDFF2, 0x88CB, 0xDFF3, 0x88CD, 0xDFF4, 0x88CE, 0xDFF5, 0x88DE, 0xDFF6, 0x88DB, 0xDFF7, 0x88DA, 0xDFF8, 0x88CC, 0xDFF9, 0x88D0, - 0xDFFA, 0x8985, 0xDFFB, 0x899B, 0xDFFC, 0x89DF, 0xDFFD, 0x89E5, 0xDFFE, 0x89E4, 0xE040, 0x89E1, 0xE041, 0x89E0, 0xE042, 0x89E2, - 0xE043, 0x89DC, 0xE044, 0x89E6, 0xE045, 0x8A76, 0xE046, 0x8A86, 0xE047, 0x8A7F, 0xE048, 0x8A61, 0xE049, 0x8A3F, 0xE04A, 0x8A77, - 0xE04B, 0x8A82, 0xE04C, 0x8A84, 0xE04D, 0x8A75, 0xE04E, 0x8A83, 0xE04F, 0x8A81, 0xE050, 0x8A74, 0xE051, 0x8A7A, 0xE052, 0x8C3C, - 0xE053, 0x8C4B, 0xE054, 0x8C4A, 0xE055, 0x8C65, 0xE056, 0x8C64, 0xE057, 0x8C66, 0xE058, 0x8C86, 0xE059, 0x8C84, 0xE05A, 0x8C85, - 0xE05B, 0x8CCC, 0xE05C, 0x8D68, 0xE05D, 0x8D69, 0xE05E, 0x8D91, 0xE05F, 0x8D8C, 0xE060, 0x8D8E, 0xE061, 0x8D8F, 0xE062, 0x8D8D, - 0xE063, 0x8D93, 0xE064, 0x8D94, 0xE065, 0x8D90, 0xE066, 0x8D92, 0xE067, 0x8DF0, 0xE068, 0x8DE0, 0xE069, 0x8DEC, 0xE06A, 0x8DF1, - 0xE06B, 0x8DEE, 0xE06C, 0x8DD0, 0xE06D, 0x8DE9, 0xE06E, 0x8DE3, 0xE06F, 0x8DE2, 0xE070, 0x8DE7, 0xE071, 0x8DF2, 0xE072, 0x8DEB, - 0xE073, 0x8DF4, 0xE074, 0x8F06, 0xE075, 0x8EFF, 0xE076, 0x8F01, 0xE077, 0x8F00, 0xE078, 0x8F05, 0xE079, 0x8F07, 0xE07A, 0x8F08, - 0xE07B, 0x8F02, 0xE07C, 0x8F0B, 0xE07D, 0x9052, 0xE07E, 0x903F, 0xE0A1, 0x9044, 0xE0A2, 0x9049, 0xE0A3, 0x903D, 0xE0A4, 0x9110, - 0xE0A5, 0x910D, 0xE0A6, 0x910F, 0xE0A7, 0x9111, 0xE0A8, 0x9116, 0xE0A9, 0x9114, 0xE0AA, 0x910B, 0xE0AB, 0x910E, 0xE0AC, 0x916E, - 0xE0AD, 0x916F, 0xE0AE, 0x9248, 0xE0AF, 0x9252, 0xE0B0, 0x9230, 0xE0B1, 0x923A, 0xE0B2, 0x9266, 0xE0B3, 0x9233, 0xE0B4, 0x9265, - 0xE0B5, 0x925E, 0xE0B6, 0x9283, 0xE0B7, 0x922E, 0xE0B8, 0x924A, 0xE0B9, 0x9246, 0xE0BA, 0x926D, 0xE0BB, 0x926C, 0xE0BC, 0x924F, - 0xE0BD, 0x9260, 0xE0BE, 0x9267, 0xE0BF, 0x926F, 0xE0C0, 0x9236, 0xE0C1, 0x9261, 0xE0C2, 0x9270, 0xE0C3, 0x9231, 0xE0C4, 0x9254, - 0xE0C5, 0x9263, 0xE0C6, 0x9250, 0xE0C7, 0x9272, 0xE0C8, 0x924E, 0xE0C9, 0x9253, 0xE0CA, 0x924C, 0xE0CB, 0x9256, 0xE0CC, 0x9232, - 0xE0CD, 0x959F, 0xE0CE, 0x959C, 0xE0CF, 0x959E, 0xE0D0, 0x959B, 0xE0D1, 0x9692, 0xE0D2, 0x9693, 0xE0D3, 0x9691, 0xE0D4, 0x9697, - 0xE0D5, 0x96CE, 0xE0D6, 0x96FA, 0xE0D7, 0x96FD, 0xE0D8, 0x96F8, 0xE0D9, 0x96F5, 0xE0DA, 0x9773, 0xE0DB, 0x9777, 0xE0DC, 0x9778, - 0xE0DD, 0x9772, 0xE0DE, 0x980F, 0xE0DF, 0x980D, 0xE0E0, 0x980E, 0xE0E1, 0x98AC, 0xE0E2, 0x98F6, 0xE0E3, 0x98F9, 0xE0E4, 0x99AF, - 0xE0E5, 0x99B2, 0xE0E6, 0x99B0, 0xE0E7, 0x99B5, 0xE0E8, 0x9AAD, 0xE0E9, 0x9AAB, 0xE0EA, 0x9B5B, 0xE0EB, 0x9CEA, 0xE0EC, 0x9CED, - 0xE0ED, 0x9CE7, 0xE0EE, 0x9E80, 0xE0EF, 0x9EFD, 0xE0F0, 0x50E6, 0xE0F1, 0x50D4, 0xE0F2, 0x50D7, 0xE0F3, 0x50E8, 0xE0F4, 0x50F3, - 0xE0F5, 0x50DB, 0xE0F6, 0x50EA, 0xE0F7, 0x50DD, 0xE0F8, 0x50E4, 0xE0F9, 0x50D3, 0xE0FA, 0x50EC, 0xE0FB, 0x50F0, 0xE0FC, 0x50EF, - 0xE0FD, 0x50E3, 0xE0FE, 0x50E0, 0xE140, 0x51D8, 0xE141, 0x5280, 0xE142, 0x5281, 0xE143, 0x52E9, 0xE144, 0x52EB, 0xE145, 0x5330, - 0xE146, 0x53AC, 0xE147, 0x5627, 0xE148, 0x5615, 0xE149, 0x560C, 0xE14A, 0x5612, 0xE14B, 0x55FC, 0xE14C, 0x560F, 0xE14D, 0x561C, - 0xE14E, 0x5601, 0xE14F, 0x5613, 0xE150, 0x5602, 0xE151, 0x55FA, 0xE152, 0x561D, 0xE153, 0x5604, 0xE154, 0x55FF, 0xE155, 0x55F9, - 0xE156, 0x5889, 0xE157, 0x587C, 0xE158, 0x5890, 0xE159, 0x5898, 0xE15A, 0x5886, 0xE15B, 0x5881, 0xE15C, 0x587F, 0xE15D, 0x5874, - 0xE15E, 0x588B, 0xE15F, 0x587A, 0xE160, 0x5887, 0xE161, 0x5891, 0xE162, 0x588E, 0xE163, 0x5876, 0xE164, 0x5882, 0xE165, 0x5888, - 0xE166, 0x587B, 0xE167, 0x5894, 0xE168, 0x588F, 0xE169, 0x58FE, 0xE16A, 0x596B, 0xE16B, 0x5ADC, 0xE16C, 0x5AEE, 0xE16D, 0x5AE5, - 0xE16E, 0x5AD5, 0xE16F, 0x5AEA, 0xE170, 0x5ADA, 0xE171, 0x5AED, 0xE172, 0x5AEB, 0xE173, 0x5AF3, 0xE174, 0x5AE2, 0xE175, 0x5AE0, - 0xE176, 0x5ADB, 0xE177, 0x5AEC, 0xE178, 0x5ADE, 0xE179, 0x5ADD, 0xE17A, 0x5AD9, 0xE17B, 0x5AE8, 0xE17C, 0x5ADF, 0xE17D, 0x5B77, - 0xE17E, 0x5BE0, 0xE1A1, 0x5BE3, 0xE1A2, 0x5C63, 0xE1A3, 0x5D82, 0xE1A4, 0x5D80, 0xE1A5, 0x5D7D, 0xE1A6, 0x5D86, 0xE1A7, 0x5D7A, - 0xE1A8, 0x5D81, 0xE1A9, 0x5D77, 0xE1AA, 0x5D8A, 0xE1AB, 0x5D89, 0xE1AC, 0x5D88, 0xE1AD, 0x5D7E, 0xE1AE, 0x5D7C, 0xE1AF, 0x5D8D, - 0xE1B0, 0x5D79, 0xE1B1, 0x5D7F, 0xE1B2, 0x5E58, 0xE1B3, 0x5E59, 0xE1B4, 0x5E53, 0xE1B5, 0x5ED8, 0xE1B6, 0x5ED1, 0xE1B7, 0x5ED7, - 0xE1B8, 0x5ECE, 0xE1B9, 0x5EDC, 0xE1BA, 0x5ED5, 0xE1BB, 0x5ED9, 0xE1BC, 0x5ED2, 0xE1BD, 0x5ED4, 0xE1BE, 0x5F44, 0xE1BF, 0x5F43, - 0xE1C0, 0x5F6F, 0xE1C1, 0x5FB6, 0xE1C2, 0x612C, 0xE1C3, 0x6128, 0xE1C4, 0x6141, 0xE1C5, 0x615E, 0xE1C6, 0x6171, 0xE1C7, 0x6173, - 0xE1C8, 0x6152, 0xE1C9, 0x6153, 0xE1CA, 0x6172, 0xE1CB, 0x616C, 0xE1CC, 0x6180, 0xE1CD, 0x6174, 0xE1CE, 0x6154, 0xE1CF, 0x617A, - 0xE1D0, 0x615B, 0xE1D1, 0x6165, 0xE1D2, 0x613B, 0xE1D3, 0x616A, 0xE1D4, 0x6161, 0xE1D5, 0x6156, 0xE1D6, 0x6229, 0xE1D7, 0x6227, - 0xE1D8, 0x622B, 0xE1D9, 0x642B, 0xE1DA, 0x644D, 0xE1DB, 0x645B, 0xE1DC, 0x645D, 0xE1DD, 0x6474, 0xE1DE, 0x6476, 0xE1DF, 0x6472, - 0xE1E0, 0x6473, 0xE1E1, 0x647D, 0xE1E2, 0x6475, 0xE1E3, 0x6466, 0xE1E4, 0x64A6, 0xE1E5, 0x644E, 0xE1E6, 0x6482, 0xE1E7, 0x645E, - 0xE1E8, 0x645C, 0xE1E9, 0x644B, 0xE1EA, 0x6453, 0xE1EB, 0x6460, 0xE1EC, 0x6450, 0xE1ED, 0x647F, 0xE1EE, 0x643F, 0xE1EF, 0x646C, - 0xE1F0, 0x646B, 0xE1F1, 0x6459, 0xE1F2, 0x6465, 0xE1F3, 0x6477, 0xE1F4, 0x6573, 0xE1F5, 0x65A0, 0xE1F6, 0x66A1, 0xE1F7, 0x66A0, - 0xE1F8, 0x669F, 0xE1F9, 0x6705, 0xE1FA, 0x6704, 0xE1FB, 0x6722, 0xE1FC, 0x69B1, 0xE1FD, 0x69B6, 0xE1FE, 0x69C9, 0xE240, 0x69A0, - 0xE241, 0x69CE, 0xE242, 0x6996, 0xE243, 0x69B0, 0xE244, 0x69AC, 0xE245, 0x69BC, 0xE246, 0x6991, 0xE247, 0x6999, 0xE248, 0x698E, - 0xE249, 0x69A7, 0xE24A, 0x698D, 0xE24B, 0x69A9, 0xE24C, 0x69BE, 0xE24D, 0x69AF, 0xE24E, 0x69BF, 0xE24F, 0x69C4, 0xE250, 0x69BD, - 0xE251, 0x69A4, 0xE252, 0x69D4, 0xE253, 0x69B9, 0xE254, 0x69CA, 0xE255, 0x699A, 0xE256, 0x69CF, 0xE257, 0x69B3, 0xE258, 0x6993, - 0xE259, 0x69AA, 0xE25A, 0x69A1, 0xE25B, 0x699E, 0xE25C, 0x69D9, 0xE25D, 0x6997, 0xE25E, 0x6990, 0xE25F, 0x69C2, 0xE260, 0x69B5, - 0xE261, 0x69A5, 0xE262, 0x69C6, 0xE263, 0x6B4A, 0xE264, 0x6B4D, 0xE265, 0x6B4B, 0xE266, 0x6B9E, 0xE267, 0x6B9F, 0xE268, 0x6BA0, - 0xE269, 0x6BC3, 0xE26A, 0x6BC4, 0xE26B, 0x6BFE, 0xE26C, 0x6ECE, 0xE26D, 0x6EF5, 0xE26E, 0x6EF1, 0xE26F, 0x6F03, 0xE270, 0x6F25, - 0xE271, 0x6EF8, 0xE272, 0x6F37, 0xE273, 0x6EFB, 0xE274, 0x6F2E, 0xE275, 0x6F09, 0xE276, 0x6F4E, 0xE277, 0x6F19, 0xE278, 0x6F1A, - 0xE279, 0x6F27, 0xE27A, 0x6F18, 0xE27B, 0x6F3B, 0xE27C, 0x6F12, 0xE27D, 0x6EED, 0xE27E, 0x6F0A, 0xE2A1, 0x6F36, 0xE2A2, 0x6F73, - 0xE2A3, 0x6EF9, 0xE2A4, 0x6EEE, 0xE2A5, 0x6F2D, 0xE2A6, 0x6F40, 0xE2A7, 0x6F30, 0xE2A8, 0x6F3C, 0xE2A9, 0x6F35, 0xE2AA, 0x6EEB, - 0xE2AB, 0x6F07, 0xE2AC, 0x6F0E, 0xE2AD, 0x6F43, 0xE2AE, 0x6F05, 0xE2AF, 0x6EFD, 0xE2B0, 0x6EF6, 0xE2B1, 0x6F39, 0xE2B2, 0x6F1C, - 0xE2B3, 0x6EFC, 0xE2B4, 0x6F3A, 0xE2B5, 0x6F1F, 0xE2B6, 0x6F0D, 0xE2B7, 0x6F1E, 0xE2B8, 0x6F08, 0xE2B9, 0x6F21, 0xE2BA, 0x7187, - 0xE2BB, 0x7190, 0xE2BC, 0x7189, 0xE2BD, 0x7180, 0xE2BE, 0x7185, 0xE2BF, 0x7182, 0xE2C0, 0x718F, 0xE2C1, 0x717B, 0xE2C2, 0x7186, - 0xE2C3, 0x7181, 0xE2C4, 0x7197, 0xE2C5, 0x7244, 0xE2C6, 0x7253, 0xE2C7, 0x7297, 0xE2C8, 0x7295, 0xE2C9, 0x7293, 0xE2CA, 0x7343, - 0xE2CB, 0x734D, 0xE2CC, 0x7351, 0xE2CD, 0x734C, 0xE2CE, 0x7462, 0xE2CF, 0x7473, 0xE2D0, 0x7471, 0xE2D1, 0x7475, 0xE2D2, 0x7472, - 0xE2D3, 0x7467, 0xE2D4, 0x746E, 0xE2D5, 0x7500, 0xE2D6, 0x7502, 0xE2D7, 0x7503, 0xE2D8, 0x757D, 0xE2D9, 0x7590, 0xE2DA, 0x7616, - 0xE2DB, 0x7608, 0xE2DC, 0x760C, 0xE2DD, 0x7615, 0xE2DE, 0x7611, 0xE2DF, 0x760A, 0xE2E0, 0x7614, 0xE2E1, 0x76B8, 0xE2E2, 0x7781, - 0xE2E3, 0x777C, 0xE2E4, 0x7785, 0xE2E5, 0x7782, 0xE2E6, 0x776E, 0xE2E7, 0x7780, 0xE2E8, 0x776F, 0xE2E9, 0x777E, 0xE2EA, 0x7783, - 0xE2EB, 0x78B2, 0xE2EC, 0x78AA, 0xE2ED, 0x78B4, 0xE2EE, 0x78AD, 0xE2EF, 0x78A8, 0xE2F0, 0x787E, 0xE2F1, 0x78AB, 0xE2F2, 0x789E, - 0xE2F3, 0x78A5, 0xE2F4, 0x78A0, 0xE2F5, 0x78AC, 0xE2F6, 0x78A2, 0xE2F7, 0x78A4, 0xE2F8, 0x7998, 0xE2F9, 0x798A, 0xE2FA, 0x798B, - 0xE2FB, 0x7996, 0xE2FC, 0x7995, 0xE2FD, 0x7994, 0xE2FE, 0x7993, 0xE340, 0x7997, 0xE341, 0x7988, 0xE342, 0x7992, 0xE343, 0x7990, - 0xE344, 0x7A2B, 0xE345, 0x7A4A, 0xE346, 0x7A30, 0xE347, 0x7A2F, 0xE348, 0x7A28, 0xE349, 0x7A26, 0xE34A, 0x7AA8, 0xE34B, 0x7AAB, - 0xE34C, 0x7AAC, 0xE34D, 0x7AEE, 0xE34E, 0x7B88, 0xE34F, 0x7B9C, 0xE350, 0x7B8A, 0xE351, 0x7B91, 0xE352, 0x7B90, 0xE353, 0x7B96, - 0xE354, 0x7B8D, 0xE355, 0x7B8C, 0xE356, 0x7B9B, 0xE357, 0x7B8E, 0xE358, 0x7B85, 0xE359, 0x7B98, 0xE35A, 0x5284, 0xE35B, 0x7B99, - 0xE35C, 0x7BA4, 0xE35D, 0x7B82, 0xE35E, 0x7CBB, 0xE35F, 0x7CBF, 0xE360, 0x7CBC, 0xE361, 0x7CBA, 0xE362, 0x7DA7, 0xE363, 0x7DB7, - 0xE364, 0x7DC2, 0xE365, 0x7DA3, 0xE366, 0x7DAA, 0xE367, 0x7DC1, 0xE368, 0x7DC0, 0xE369, 0x7DC5, 0xE36A, 0x7D9D, 0xE36B, 0x7DCE, - 0xE36C, 0x7DC4, 0xE36D, 0x7DC6, 0xE36E, 0x7DCB, 0xE36F, 0x7DCC, 0xE370, 0x7DAF, 0xE371, 0x7DB9, 0xE372, 0x7D96, 0xE373, 0x7DBC, - 0xE374, 0x7D9F, 0xE375, 0x7DA6, 0xE376, 0x7DAE, 0xE377, 0x7DA9, 0xE378, 0x7DA1, 0xE379, 0x7DC9, 0xE37A, 0x7F73, 0xE37B, 0x7FE2, - 0xE37C, 0x7FE3, 0xE37D, 0x7FE5, 0xE37E, 0x7FDE, 0xE3A1, 0x8024, 0xE3A2, 0x805D, 0xE3A3, 0x805C, 0xE3A4, 0x8189, 0xE3A5, 0x8186, - 0xE3A6, 0x8183, 0xE3A7, 0x8187, 0xE3A8, 0x818D, 0xE3A9, 0x818C, 0xE3AA, 0x818B, 0xE3AB, 0x8215, 0xE3AC, 0x8497, 0xE3AD, 0x84A4, - 0xE3AE, 0x84A1, 0xE3AF, 0x849F, 0xE3B0, 0x84BA, 0xE3B1, 0x84CE, 0xE3B2, 0x84C2, 0xE3B3, 0x84AC, 0xE3B4, 0x84AE, 0xE3B5, 0x84AB, - 0xE3B6, 0x84B9, 0xE3B7, 0x84B4, 0xE3B8, 0x84C1, 0xE3B9, 0x84CD, 0xE3BA, 0x84AA, 0xE3BB, 0x849A, 0xE3BC, 0x84B1, 0xE3BD, 0x84D0, - 0xE3BE, 0x849D, 0xE3BF, 0x84A7, 0xE3C0, 0x84BB, 0xE3C1, 0x84A2, 0xE3C2, 0x8494, 0xE3C3, 0x84C7, 0xE3C4, 0x84CC, 0xE3C5, 0x849B, - 0xE3C6, 0x84A9, 0xE3C7, 0x84AF, 0xE3C8, 0x84A8, 0xE3C9, 0x84D6, 0xE3CA, 0x8498, 0xE3CB, 0x84B6, 0xE3CC, 0x84CF, 0xE3CD, 0x84A0, - 0xE3CE, 0x84D7, 0xE3CF, 0x84D4, 0xE3D0, 0x84D2, 0xE3D1, 0x84DB, 0xE3D2, 0x84B0, 0xE3D3, 0x8491, 0xE3D4, 0x8661, 0xE3D5, 0x8733, - 0xE3D6, 0x8723, 0xE3D7, 0x8728, 0xE3D8, 0x876B, 0xE3D9, 0x8740, 0xE3DA, 0x872E, 0xE3DB, 0x871E, 0xE3DC, 0x8721, 0xE3DD, 0x8719, - 0xE3DE, 0x871B, 0xE3DF, 0x8743, 0xE3E0, 0x872C, 0xE3E1, 0x8741, 0xE3E2, 0x873E, 0xE3E3, 0x8746, 0xE3E4, 0x8720, 0xE3E5, 0x8732, - 0xE3E6, 0x872A, 0xE3E7, 0x872D, 0xE3E8, 0x873C, 0xE3E9, 0x8712, 0xE3EA, 0x873A, 0xE3EB, 0x8731, 0xE3EC, 0x8735, 0xE3ED, 0x8742, - 0xE3EE, 0x8726, 0xE3EF, 0x8727, 0xE3F0, 0x8738, 0xE3F1, 0x8724, 0xE3F2, 0x871A, 0xE3F3, 0x8730, 0xE3F4, 0x8711, 0xE3F5, 0x88F7, - 0xE3F6, 0x88E7, 0xE3F7, 0x88F1, 0xE3F8, 0x88F2, 0xE3F9, 0x88FA, 0xE3FA, 0x88FE, 0xE3FB, 0x88EE, 0xE3FC, 0x88FC, 0xE3FD, 0x88F6, - 0xE3FE, 0x88FB, 0xE440, 0x88F0, 0xE441, 0x88EC, 0xE442, 0x88EB, 0xE443, 0x899D, 0xE444, 0x89A1, 0xE445, 0x899F, 0xE446, 0x899E, - 0xE447, 0x89E9, 0xE448, 0x89EB, 0xE449, 0x89E8, 0xE44A, 0x8AAB, 0xE44B, 0x8A99, 0xE44C, 0x8A8B, 0xE44D, 0x8A92, 0xE44E, 0x8A8F, - 0xE44F, 0x8A96, 0xE450, 0x8C3D, 0xE451, 0x8C68, 0xE452, 0x8C69, 0xE453, 0x8CD5, 0xE454, 0x8CCF, 0xE455, 0x8CD7, 0xE456, 0x8D96, - 0xE457, 0x8E09, 0xE458, 0x8E02, 0xE459, 0x8DFF, 0xE45A, 0x8E0D, 0xE45B, 0x8DFD, 0xE45C, 0x8E0A, 0xE45D, 0x8E03, 0xE45E, 0x8E07, - 0xE45F, 0x8E06, 0xE460, 0x8E05, 0xE461, 0x8DFE, 0xE462, 0x8E00, 0xE463, 0x8E04, 0xE464, 0x8F10, 0xE465, 0x8F11, 0xE466, 0x8F0E, - 0xE467, 0x8F0D, 0xE468, 0x9123, 0xE469, 0x911C, 0xE46A, 0x9120, 0xE46B, 0x9122, 0xE46C, 0x911F, 0xE46D, 0x911D, 0xE46E, 0x911A, - 0xE46F, 0x9124, 0xE470, 0x9121, 0xE471, 0x911B, 0xE472, 0x917A, 0xE473, 0x9172, 0xE474, 0x9179, 0xE475, 0x9173, 0xE476, 0x92A5, - 0xE477, 0x92A4, 0xE478, 0x9276, 0xE479, 0x929B, 0xE47A, 0x927A, 0xE47B, 0x92A0, 0xE47C, 0x9294, 0xE47D, 0x92AA, 0xE47E, 0x928D, - 0xE4A1, 0x92A6, 0xE4A2, 0x929A, 0xE4A3, 0x92AB, 0xE4A4, 0x9279, 0xE4A5, 0x9297, 0xE4A6, 0x927F, 0xE4A7, 0x92A3, 0xE4A8, 0x92EE, - 0xE4A9, 0x928E, 0xE4AA, 0x9282, 0xE4AB, 0x9295, 0xE4AC, 0x92A2, 0xE4AD, 0x927D, 0xE4AE, 0x9288, 0xE4AF, 0x92A1, 0xE4B0, 0x928A, - 0xE4B1, 0x9286, 0xE4B2, 0x928C, 0xE4B3, 0x9299, 0xE4B4, 0x92A7, 0xE4B5, 0x927E, 0xE4B6, 0x9287, 0xE4B7, 0x92A9, 0xE4B8, 0x929D, - 0xE4B9, 0x928B, 0xE4BA, 0x922D, 0xE4BB, 0x969E, 0xE4BC, 0x96A1, 0xE4BD, 0x96FF, 0xE4BE, 0x9758, 0xE4BF, 0x977D, 0xE4C0, 0x977A, - 0xE4C1, 0x977E, 0xE4C2, 0x9783, 0xE4C3, 0x9780, 0xE4C4, 0x9782, 0xE4C5, 0x977B, 0xE4C6, 0x9784, 0xE4C7, 0x9781, 0xE4C8, 0x977F, - 0xE4C9, 0x97CE, 0xE4CA, 0x97CD, 0xE4CB, 0x9816, 0xE4CC, 0x98AD, 0xE4CD, 0x98AE, 0xE4CE, 0x9902, 0xE4CF, 0x9900, 0xE4D0, 0x9907, - 0xE4D1, 0x999D, 0xE4D2, 0x999C, 0xE4D3, 0x99C3, 0xE4D4, 0x99B9, 0xE4D5, 0x99BB, 0xE4D6, 0x99BA, 0xE4D7, 0x99C2, 0xE4D8, 0x99BD, - 0xE4D9, 0x99C7, 0xE4DA, 0x9AB1, 0xE4DB, 0x9AE3, 0xE4DC, 0x9AE7, 0xE4DD, 0x9B3E, 0xE4DE, 0x9B3F, 0xE4DF, 0x9B60, 0xE4E0, 0x9B61, - 0xE4E1, 0x9B5F, 0xE4E2, 0x9CF1, 0xE4E3, 0x9CF2, 0xE4E4, 0x9CF5, 0xE4E5, 0x9EA7, 0xE4E6, 0x50FF, 0xE4E7, 0x5103, 0xE4E8, 0x5130, - 0xE4E9, 0x50F8, 0xE4EA, 0x5106, 0xE4EB, 0x5107, 0xE4EC, 0x50F6, 0xE4ED, 0x50FE, 0xE4EE, 0x510B, 0xE4EF, 0x510C, 0xE4F0, 0x50FD, - 0xE4F1, 0x510A, 0xE4F2, 0x528B, 0xE4F3, 0x528C, 0xE4F4, 0x52F1, 0xE4F5, 0x52EF, 0xE4F6, 0x5648, 0xE4F7, 0x5642, 0xE4F8, 0x564C, - 0xE4F9, 0x5635, 0xE4FA, 0x5641, 0xE4FB, 0x564A, 0xE4FC, 0x5649, 0xE4FD, 0x5646, 0xE4FE, 0x5658, 0xE540, 0x565A, 0xE541, 0x5640, - 0xE542, 0x5633, 0xE543, 0x563D, 0xE544, 0x562C, 0xE545, 0x563E, 0xE546, 0x5638, 0xE547, 0x562A, 0xE548, 0x563A, 0xE549, 0x571A, - 0xE54A, 0x58AB, 0xE54B, 0x589D, 0xE54C, 0x58B1, 0xE54D, 0x58A0, 0xE54E, 0x58A3, 0xE54F, 0x58AF, 0xE550, 0x58AC, 0xE551, 0x58A5, - 0xE552, 0x58A1, 0xE553, 0x58FF, 0xE554, 0x5AFF, 0xE555, 0x5AF4, 0xE556, 0x5AFD, 0xE557, 0x5AF7, 0xE558, 0x5AF6, 0xE559, 0x5B03, - 0xE55A, 0x5AF8, 0xE55B, 0x5B02, 0xE55C, 0x5AF9, 0xE55D, 0x5B01, 0xE55E, 0x5B07, 0xE55F, 0x5B05, 0xE560, 0x5B0F, 0xE561, 0x5C67, - 0xE562, 0x5D99, 0xE563, 0x5D97, 0xE564, 0x5D9F, 0xE565, 0x5D92, 0xE566, 0x5DA2, 0xE567, 0x5D93, 0xE568, 0x5D95, 0xE569, 0x5DA0, - 0xE56A, 0x5D9C, 0xE56B, 0x5DA1, 0xE56C, 0x5D9A, 0xE56D, 0x5D9E, 0xE56E, 0x5E69, 0xE56F, 0x5E5D, 0xE570, 0x5E60, 0xE571, 0x5E5C, - 0xE572, 0x7DF3, 0xE573, 0x5EDB, 0xE574, 0x5EDE, 0xE575, 0x5EE1, 0xE576, 0x5F49, 0xE577, 0x5FB2, 0xE578, 0x618B, 0xE579, 0x6183, - 0xE57A, 0x6179, 0xE57B, 0x61B1, 0xE57C, 0x61B0, 0xE57D, 0x61A2, 0xE57E, 0x6189, 0xE5A1, 0x619B, 0xE5A2, 0x6193, 0xE5A3, 0x61AF, - 0xE5A4, 0x61AD, 0xE5A5, 0x619F, 0xE5A6, 0x6192, 0xE5A7, 0x61AA, 0xE5A8, 0x61A1, 0xE5A9, 0x618D, 0xE5AA, 0x6166, 0xE5AB, 0x61B3, - 0xE5AC, 0x622D, 0xE5AD, 0x646E, 0xE5AE, 0x6470, 0xE5AF, 0x6496, 0xE5B0, 0x64A0, 0xE5B1, 0x6485, 0xE5B2, 0x6497, 0xE5B3, 0x649C, - 0xE5B4, 0x648F, 0xE5B5, 0x648B, 0xE5B6, 0x648A, 0xE5B7, 0x648C, 0xE5B8, 0x64A3, 0xE5B9, 0x649F, 0xE5BA, 0x6468, 0xE5BB, 0x64B1, - 0xE5BC, 0x6498, 0xE5BD, 0x6576, 0xE5BE, 0x657A, 0xE5BF, 0x6579, 0xE5C0, 0x657B, 0xE5C1, 0x65B2, 0xE5C2, 0x65B3, 0xE5C3, 0x66B5, - 0xE5C4, 0x66B0, 0xE5C5, 0x66A9, 0xE5C6, 0x66B2, 0xE5C7, 0x66B7, 0xE5C8, 0x66AA, 0xE5C9, 0x66AF, 0xE5CA, 0x6A00, 0xE5CB, 0x6A06, - 0xE5CC, 0x6A17, 0xE5CD, 0x69E5, 0xE5CE, 0x69F8, 0xE5CF, 0x6A15, 0xE5D0, 0x69F1, 0xE5D1, 0x69E4, 0xE5D2, 0x6A20, 0xE5D3, 0x69FF, - 0xE5D4, 0x69EC, 0xE5D5, 0x69E2, 0xE5D6, 0x6A1B, 0xE5D7, 0x6A1D, 0xE5D8, 0x69FE, 0xE5D9, 0x6A27, 0xE5DA, 0x69F2, 0xE5DB, 0x69EE, - 0xE5DC, 0x6A14, 0xE5DD, 0x69F7, 0xE5DE, 0x69E7, 0xE5DF, 0x6A40, 0xE5E0, 0x6A08, 0xE5E1, 0x69E6, 0xE5E2, 0x69FB, 0xE5E3, 0x6A0D, - 0xE5E4, 0x69FC, 0xE5E5, 0x69EB, 0xE5E6, 0x6A09, 0xE5E7, 0x6A04, 0xE5E8, 0x6A18, 0xE5E9, 0x6A25, 0xE5EA, 0x6A0F, 0xE5EB, 0x69F6, - 0xE5EC, 0x6A26, 0xE5ED, 0x6A07, 0xE5EE, 0x69F4, 0xE5EF, 0x6A16, 0xE5F0, 0x6B51, 0xE5F1, 0x6BA5, 0xE5F2, 0x6BA3, 0xE5F3, 0x6BA2, - 0xE5F4, 0x6BA6, 0xE5F5, 0x6C01, 0xE5F6, 0x6C00, 0xE5F7, 0x6BFF, 0xE5F8, 0x6C02, 0xE5F9, 0x6F41, 0xE5FA, 0x6F26, 0xE5FB, 0x6F7E, - 0xE5FC, 0x6F87, 0xE5FD, 0x6FC6, 0xE5FE, 0x6F92, 0xE640, 0x6F8D, 0xE641, 0x6F89, 0xE642, 0x6F8C, 0xE643, 0x6F62, 0xE644, 0x6F4F, - 0xE645, 0x6F85, 0xE646, 0x6F5A, 0xE647, 0x6F96, 0xE648, 0x6F76, 0xE649, 0x6F6C, 0xE64A, 0x6F82, 0xE64B, 0x6F55, 0xE64C, 0x6F72, - 0xE64D, 0x6F52, 0xE64E, 0x6F50, 0xE64F, 0x6F57, 0xE650, 0x6F94, 0xE651, 0x6F93, 0xE652, 0x6F5D, 0xE653, 0x6F00, 0xE654, 0x6F61, - 0xE655, 0x6F6B, 0xE656, 0x6F7D, 0xE657, 0x6F67, 0xE658, 0x6F90, 0xE659, 0x6F53, 0xE65A, 0x6F8B, 0xE65B, 0x6F69, 0xE65C, 0x6F7F, - 0xE65D, 0x6F95, 0xE65E, 0x6F63, 0xE65F, 0x6F77, 0xE660, 0x6F6A, 0xE661, 0x6F7B, 0xE662, 0x71B2, 0xE663, 0x71AF, 0xE664, 0x719B, - 0xE665, 0x71B0, 0xE666, 0x71A0, 0xE667, 0x719A, 0xE668, 0x71A9, 0xE669, 0x71B5, 0xE66A, 0x719D, 0xE66B, 0x71A5, 0xE66C, 0x719E, - 0xE66D, 0x71A4, 0xE66E, 0x71A1, 0xE66F, 0x71AA, 0xE670, 0x719C, 0xE671, 0x71A7, 0xE672, 0x71B3, 0xE673, 0x7298, 0xE674, 0x729A, - 0xE675, 0x7358, 0xE676, 0x7352, 0xE677, 0x735E, 0xE678, 0x735F, 0xE679, 0x7360, 0xE67A, 0x735D, 0xE67B, 0x735B, 0xE67C, 0x7361, - 0xE67D, 0x735A, 0xE67E, 0x7359, 0xE6A1, 0x7362, 0xE6A2, 0x7487, 0xE6A3, 0x7489, 0xE6A4, 0x748A, 0xE6A5, 0x7486, 0xE6A6, 0x7481, - 0xE6A7, 0x747D, 0xE6A8, 0x7485, 0xE6A9, 0x7488, 0xE6AA, 0x747C, 0xE6AB, 0x7479, 0xE6AC, 0x7508, 0xE6AD, 0x7507, 0xE6AE, 0x757E, - 0xE6AF, 0x7625, 0xE6B0, 0x761E, 0xE6B1, 0x7619, 0xE6B2, 0x761D, 0xE6B3, 0x761C, 0xE6B4, 0x7623, 0xE6B5, 0x761A, 0xE6B6, 0x7628, - 0xE6B7, 0x761B, 0xE6B8, 0x769C, 0xE6B9, 0x769D, 0xE6BA, 0x769E, 0xE6BB, 0x769B, 0xE6BC, 0x778D, 0xE6BD, 0x778F, 0xE6BE, 0x7789, - 0xE6BF, 0x7788, 0xE6C0, 0x78CD, 0xE6C1, 0x78BB, 0xE6C2, 0x78CF, 0xE6C3, 0x78CC, 0xE6C4, 0x78D1, 0xE6C5, 0x78CE, 0xE6C6, 0x78D4, - 0xE6C7, 0x78C8, 0xE6C8, 0x78C3, 0xE6C9, 0x78C4, 0xE6CA, 0x78C9, 0xE6CB, 0x799A, 0xE6CC, 0x79A1, 0xE6CD, 0x79A0, 0xE6CE, 0x799C, - 0xE6CF, 0x79A2, 0xE6D0, 0x799B, 0xE6D1, 0x6B76, 0xE6D2, 0x7A39, 0xE6D3, 0x7AB2, 0xE6D4, 0x7AB4, 0xE6D5, 0x7AB3, 0xE6D6, 0x7BB7, - 0xE6D7, 0x7BCB, 0xE6D8, 0x7BBE, 0xE6D9, 0x7BAC, 0xE6DA, 0x7BCE, 0xE6DB, 0x7BAF, 0xE6DC, 0x7BB9, 0xE6DD, 0x7BCA, 0xE6DE, 0x7BB5, - 0xE6DF, 0x7CC5, 0xE6E0, 0x7CC8, 0xE6E1, 0x7CCC, 0xE6E2, 0x7CCB, 0xE6E3, 0x7DF7, 0xE6E4, 0x7DDB, 0xE6E5, 0x7DEA, 0xE6E6, 0x7DE7, - 0xE6E7, 0x7DD7, 0xE6E8, 0x7DE1, 0xE6E9, 0x7E03, 0xE6EA, 0x7DFA, 0xE6EB, 0x7DE6, 0xE6EC, 0x7DF6, 0xE6ED, 0x7DF1, 0xE6EE, 0x7DF0, - 0xE6EF, 0x7DEE, 0xE6F0, 0x7DDF, 0xE6F1, 0x7F76, 0xE6F2, 0x7FAC, 0xE6F3, 0x7FB0, 0xE6F4, 0x7FAD, 0xE6F5, 0x7FED, 0xE6F6, 0x7FEB, - 0xE6F7, 0x7FEA, 0xE6F8, 0x7FEC, 0xE6F9, 0x7FE6, 0xE6FA, 0x7FE8, 0xE6FB, 0x8064, 0xE6FC, 0x8067, 0xE6FD, 0x81A3, 0xE6FE, 0x819F, - 0xE740, 0x819E, 0xE741, 0x8195, 0xE742, 0x81A2, 0xE743, 0x8199, 0xE744, 0x8197, 0xE745, 0x8216, 0xE746, 0x824F, 0xE747, 0x8253, - 0xE748, 0x8252, 0xE749, 0x8250, 0xE74A, 0x824E, 0xE74B, 0x8251, 0xE74C, 0x8524, 0xE74D, 0x853B, 0xE74E, 0x850F, 0xE74F, 0x8500, - 0xE750, 0x8529, 0xE751, 0x850E, 0xE752, 0x8509, 0xE753, 0x850D, 0xE754, 0x851F, 0xE755, 0x850A, 0xE756, 0x8527, 0xE757, 0x851C, - 0xE758, 0x84FB, 0xE759, 0x852B, 0xE75A, 0x84FA, 0xE75B, 0x8508, 0xE75C, 0x850C, 0xE75D, 0x84F4, 0xE75E, 0x852A, 0xE75F, 0x84F2, - 0xE760, 0x8515, 0xE761, 0x84F7, 0xE762, 0x84EB, 0xE763, 0x84F3, 0xE764, 0x84FC, 0xE765, 0x8512, 0xE766, 0x84EA, 0xE767, 0x84E9, - 0xE768, 0x8516, 0xE769, 0x84FE, 0xE76A, 0x8528, 0xE76B, 0x851D, 0xE76C, 0x852E, 0xE76D, 0x8502, 0xE76E, 0x84FD, 0xE76F, 0x851E, - 0xE770, 0x84F6, 0xE771, 0x8531, 0xE772, 0x8526, 0xE773, 0x84E7, 0xE774, 0x84E8, 0xE775, 0x84F0, 0xE776, 0x84EF, 0xE777, 0x84F9, - 0xE778, 0x8518, 0xE779, 0x8520, 0xE77A, 0x8530, 0xE77B, 0x850B, 0xE77C, 0x8519, 0xE77D, 0x852F, 0xE77E, 0x8662, 0xE7A1, 0x8756, - 0xE7A2, 0x8763, 0xE7A3, 0x8764, 0xE7A4, 0x8777, 0xE7A5, 0x87E1, 0xE7A6, 0x8773, 0xE7A7, 0x8758, 0xE7A8, 0x8754, 0xE7A9, 0x875B, - 0xE7AA, 0x8752, 0xE7AB, 0x8761, 0xE7AC, 0x875A, 0xE7AD, 0x8751, 0xE7AE, 0x875E, 0xE7AF, 0x876D, 0xE7B0, 0x876A, 0xE7B1, 0x8750, - 0xE7B2, 0x874E, 0xE7B3, 0x875F, 0xE7B4, 0x875D, 0xE7B5, 0x876F, 0xE7B6, 0x876C, 0xE7B7, 0x877A, 0xE7B8, 0x876E, 0xE7B9, 0x875C, - 0xE7BA, 0x8765, 0xE7BB, 0x874F, 0xE7BC, 0x877B, 0xE7BD, 0x8775, 0xE7BE, 0x8762, 0xE7BF, 0x8767, 0xE7C0, 0x8769, 0xE7C1, 0x885A, - 0xE7C2, 0x8905, 0xE7C3, 0x890C, 0xE7C4, 0x8914, 0xE7C5, 0x890B, 0xE7C6, 0x8917, 0xE7C7, 0x8918, 0xE7C8, 0x8919, 0xE7C9, 0x8906, - 0xE7CA, 0x8916, 0xE7CB, 0x8911, 0xE7CC, 0x890E, 0xE7CD, 0x8909, 0xE7CE, 0x89A2, 0xE7CF, 0x89A4, 0xE7D0, 0x89A3, 0xE7D1, 0x89ED, - 0xE7D2, 0x89F0, 0xE7D3, 0x89EC, 0xE7D4, 0x8ACF, 0xE7D5, 0x8AC6, 0xE7D6, 0x8AB8, 0xE7D7, 0x8AD3, 0xE7D8, 0x8AD1, 0xE7D9, 0x8AD4, - 0xE7DA, 0x8AD5, 0xE7DB, 0x8ABB, 0xE7DC, 0x8AD7, 0xE7DD, 0x8ABE, 0xE7DE, 0x8AC0, 0xE7DF, 0x8AC5, 0xE7E0, 0x8AD8, 0xE7E1, 0x8AC3, - 0xE7E2, 0x8ABA, 0xE7E3, 0x8ABD, 0xE7E4, 0x8AD9, 0xE7E5, 0x8C3E, 0xE7E6, 0x8C4D, 0xE7E7, 0x8C8F, 0xE7E8, 0x8CE5, 0xE7E9, 0x8CDF, - 0xE7EA, 0x8CD9, 0xE7EB, 0x8CE8, 0xE7EC, 0x8CDA, 0xE7ED, 0x8CDD, 0xE7EE, 0x8CE7, 0xE7EF, 0x8DA0, 0xE7F0, 0x8D9C, 0xE7F1, 0x8DA1, - 0xE7F2, 0x8D9B, 0xE7F3, 0x8E20, 0xE7F4, 0x8E23, 0xE7F5, 0x8E25, 0xE7F6, 0x8E24, 0xE7F7, 0x8E2E, 0xE7F8, 0x8E15, 0xE7F9, 0x8E1B, - 0xE7FA, 0x8E16, 0xE7FB, 0x8E11, 0xE7FC, 0x8E19, 0xE7FD, 0x8E26, 0xE7FE, 0x8E27, 0xE840, 0x8E14, 0xE841, 0x8E12, 0xE842, 0x8E18, - 0xE843, 0x8E13, 0xE844, 0x8E1C, 0xE845, 0x8E17, 0xE846, 0x8E1A, 0xE847, 0x8F2C, 0xE848, 0x8F24, 0xE849, 0x8F18, 0xE84A, 0x8F1A, - 0xE84B, 0x8F20, 0xE84C, 0x8F23, 0xE84D, 0x8F16, 0xE84E, 0x8F17, 0xE84F, 0x9073, 0xE850, 0x9070, 0xE851, 0x906F, 0xE852, 0x9067, - 0xE853, 0x906B, 0xE854, 0x912F, 0xE855, 0x912B, 0xE856, 0x9129, 0xE857, 0x912A, 0xE858, 0x9132, 0xE859, 0x9126, 0xE85A, 0x912E, - 0xE85B, 0x9185, 0xE85C, 0x9186, 0xE85D, 0x918A, 0xE85E, 0x9181, 0xE85F, 0x9182, 0xE860, 0x9184, 0xE861, 0x9180, 0xE862, 0x92D0, - 0xE863, 0x92C3, 0xE864, 0x92C4, 0xE865, 0x92C0, 0xE866, 0x92D9, 0xE867, 0x92B6, 0xE868, 0x92CF, 0xE869, 0x92F1, 0xE86A, 0x92DF, - 0xE86B, 0x92D8, 0xE86C, 0x92E9, 0xE86D, 0x92D7, 0xE86E, 0x92DD, 0xE86F, 0x92CC, 0xE870, 0x92EF, 0xE871, 0x92C2, 0xE872, 0x92E8, - 0xE873, 0x92CA, 0xE874, 0x92C8, 0xE875, 0x92CE, 0xE876, 0x92E6, 0xE877, 0x92CD, 0xE878, 0x92D5, 0xE879, 0x92C9, 0xE87A, 0x92E0, - 0xE87B, 0x92DE, 0xE87C, 0x92E7, 0xE87D, 0x92D1, 0xE87E, 0x92D3, 0xE8A1, 0x92B5, 0xE8A2, 0x92E1, 0xE8A3, 0x92C6, 0xE8A4, 0x92B4, - 0xE8A5, 0x957C, 0xE8A6, 0x95AC, 0xE8A7, 0x95AB, 0xE8A8, 0x95AE, 0xE8A9, 0x95B0, 0xE8AA, 0x96A4, 0xE8AB, 0x96A2, 0xE8AC, 0x96D3, - 0xE8AD, 0x9705, 0xE8AE, 0x9708, 0xE8AF, 0x9702, 0xE8B0, 0x975A, 0xE8B1, 0x978A, 0xE8B2, 0x978E, 0xE8B3, 0x9788, 0xE8B4, 0x97D0, - 0xE8B5, 0x97CF, 0xE8B6, 0x981E, 0xE8B7, 0x981D, 0xE8B8, 0x9826, 0xE8B9, 0x9829, 0xE8BA, 0x9828, 0xE8BB, 0x9820, 0xE8BC, 0x981B, - 0xE8BD, 0x9827, 0xE8BE, 0x98B2, 0xE8BF, 0x9908, 0xE8C0, 0x98FA, 0xE8C1, 0x9911, 0xE8C2, 0x9914, 0xE8C3, 0x9916, 0xE8C4, 0x9917, - 0xE8C5, 0x9915, 0xE8C6, 0x99DC, 0xE8C7, 0x99CD, 0xE8C8, 0x99CF, 0xE8C9, 0x99D3, 0xE8CA, 0x99D4, 0xE8CB, 0x99CE, 0xE8CC, 0x99C9, - 0xE8CD, 0x99D6, 0xE8CE, 0x99D8, 0xE8CF, 0x99CB, 0xE8D0, 0x99D7, 0xE8D1, 0x99CC, 0xE8D2, 0x9AB3, 0xE8D3, 0x9AEC, 0xE8D4, 0x9AEB, - 0xE8D5, 0x9AF3, 0xE8D6, 0x9AF2, 0xE8D7, 0x9AF1, 0xE8D8, 0x9B46, 0xE8D9, 0x9B43, 0xE8DA, 0x9B67, 0xE8DB, 0x9B74, 0xE8DC, 0x9B71, - 0xE8DD, 0x9B66, 0xE8DE, 0x9B76, 0xE8DF, 0x9B75, 0xE8E0, 0x9B70, 0xE8E1, 0x9B68, 0xE8E2, 0x9B64, 0xE8E3, 0x9B6C, 0xE8E4, 0x9CFC, - 0xE8E5, 0x9CFA, 0xE8E6, 0x9CFD, 0xE8E7, 0x9CFF, 0xE8E8, 0x9CF7, 0xE8E9, 0x9D07, 0xE8EA, 0x9D00, 0xE8EB, 0x9CF9, 0xE8EC, 0x9CFB, - 0xE8ED, 0x9D08, 0xE8EE, 0x9D05, 0xE8EF, 0x9D04, 0xE8F0, 0x9E83, 0xE8F1, 0x9ED3, 0xE8F2, 0x9F0F, 0xE8F3, 0x9F10, 0xE8F4, 0x511C, - 0xE8F5, 0x5113, 0xE8F6, 0x5117, 0xE8F7, 0x511A, 0xE8F8, 0x5111, 0xE8F9, 0x51DE, 0xE8FA, 0x5334, 0xE8FB, 0x53E1, 0xE8FC, 0x5670, - 0xE8FD, 0x5660, 0xE8FE, 0x566E, 0xE940, 0x5673, 0xE941, 0x5666, 0xE942, 0x5663, 0xE943, 0x566D, 0xE944, 0x5672, 0xE945, 0x565E, - 0xE946, 0x5677, 0xE947, 0x571C, 0xE948, 0x571B, 0xE949, 0x58C8, 0xE94A, 0x58BD, 0xE94B, 0x58C9, 0xE94C, 0x58BF, 0xE94D, 0x58BA, - 0xE94E, 0x58C2, 0xE94F, 0x58BC, 0xE950, 0x58C6, 0xE951, 0x5B17, 0xE952, 0x5B19, 0xE953, 0x5B1B, 0xE954, 0x5B21, 0xE955, 0x5B14, - 0xE956, 0x5B13, 0xE957, 0x5B10, 0xE958, 0x5B16, 0xE959, 0x5B28, 0xE95A, 0x5B1A, 0xE95B, 0x5B20, 0xE95C, 0x5B1E, 0xE95D, 0x5BEF, - 0xE95E, 0x5DAC, 0xE95F, 0x5DB1, 0xE960, 0x5DA9, 0xE961, 0x5DA7, 0xE962, 0x5DB5, 0xE963, 0x5DB0, 0xE964, 0x5DAE, 0xE965, 0x5DAA, - 0xE966, 0x5DA8, 0xE967, 0x5DB2, 0xE968, 0x5DAD, 0xE969, 0x5DAF, 0xE96A, 0x5DB4, 0xE96B, 0x5E67, 0xE96C, 0x5E68, 0xE96D, 0x5E66, - 0xE96E, 0x5E6F, 0xE96F, 0x5EE9, 0xE970, 0x5EE7, 0xE971, 0x5EE6, 0xE972, 0x5EE8, 0xE973, 0x5EE5, 0xE974, 0x5F4B, 0xE975, 0x5FBC, - 0xE976, 0x619D, 0xE977, 0x61A8, 0xE978, 0x6196, 0xE979, 0x61C5, 0xE97A, 0x61B4, 0xE97B, 0x61C6, 0xE97C, 0x61C1, 0xE97D, 0x61CC, - 0xE97E, 0x61BA, 0xE9A1, 0x61BF, 0xE9A2, 0x61B8, 0xE9A3, 0x618C, 0xE9A4, 0x64D7, 0xE9A5, 0x64D6, 0xE9A6, 0x64D0, 0xE9A7, 0x64CF, - 0xE9A8, 0x64C9, 0xE9A9, 0x64BD, 0xE9AA, 0x6489, 0xE9AB, 0x64C3, 0xE9AC, 0x64DB, 0xE9AD, 0x64F3, 0xE9AE, 0x64D9, 0xE9AF, 0x6533, - 0xE9B0, 0x657F, 0xE9B1, 0x657C, 0xE9B2, 0x65A2, 0xE9B3, 0x66C8, 0xE9B4, 0x66BE, 0xE9B5, 0x66C0, 0xE9B6, 0x66CA, 0xE9B7, 0x66CB, - 0xE9B8, 0x66CF, 0xE9B9, 0x66BD, 0xE9BA, 0x66BB, 0xE9BB, 0x66BA, 0xE9BC, 0x66CC, 0xE9BD, 0x6723, 0xE9BE, 0x6A34, 0xE9BF, 0x6A66, - 0xE9C0, 0x6A49, 0xE9C1, 0x6A67, 0xE9C2, 0x6A32, 0xE9C3, 0x6A68, 0xE9C4, 0x6A3E, 0xE9C5, 0x6A5D, 0xE9C6, 0x6A6D, 0xE9C7, 0x6A76, - 0xE9C8, 0x6A5B, 0xE9C9, 0x6A51, 0xE9CA, 0x6A28, 0xE9CB, 0x6A5A, 0xE9CC, 0x6A3B, 0xE9CD, 0x6A3F, 0xE9CE, 0x6A41, 0xE9CF, 0x6A6A, - 0xE9D0, 0x6A64, 0xE9D1, 0x6A50, 0xE9D2, 0x6A4F, 0xE9D3, 0x6A54, 0xE9D4, 0x6A6F, 0xE9D5, 0x6A69, 0xE9D6, 0x6A60, 0xE9D7, 0x6A3C, - 0xE9D8, 0x6A5E, 0xE9D9, 0x6A56, 0xE9DA, 0x6A55, 0xE9DB, 0x6A4D, 0xE9DC, 0x6A4E, 0xE9DD, 0x6A46, 0xE9DE, 0x6B55, 0xE9DF, 0x6B54, - 0xE9E0, 0x6B56, 0xE9E1, 0x6BA7, 0xE9E2, 0x6BAA, 0xE9E3, 0x6BAB, 0xE9E4, 0x6BC8, 0xE9E5, 0x6BC7, 0xE9E6, 0x6C04, 0xE9E7, 0x6C03, - 0xE9E8, 0x6C06, 0xE9E9, 0x6FAD, 0xE9EA, 0x6FCB, 0xE9EB, 0x6FA3, 0xE9EC, 0x6FC7, 0xE9ED, 0x6FBC, 0xE9EE, 0x6FCE, 0xE9EF, 0x6FC8, - 0xE9F0, 0x6F5E, 0xE9F1, 0x6FC4, 0xE9F2, 0x6FBD, 0xE9F3, 0x6F9E, 0xE9F4, 0x6FCA, 0xE9F5, 0x6FA8, 0xE9F6, 0x7004, 0xE9F7, 0x6FA5, - 0xE9F8, 0x6FAE, 0xE9F9, 0x6FBA, 0xE9FA, 0x6FAC, 0xE9FB, 0x6FAA, 0xE9FC, 0x6FCF, 0xE9FD, 0x6FBF, 0xE9FE, 0x6FB8, 0xEA40, 0x6FA2, - 0xEA41, 0x6FC9, 0xEA42, 0x6FAB, 0xEA43, 0x6FCD, 0xEA44, 0x6FAF, 0xEA45, 0x6FB2, 0xEA46, 0x6FB0, 0xEA47, 0x71C5, 0xEA48, 0x71C2, - 0xEA49, 0x71BF, 0xEA4A, 0x71B8, 0xEA4B, 0x71D6, 0xEA4C, 0x71C0, 0xEA4D, 0x71C1, 0xEA4E, 0x71CB, 0xEA4F, 0x71D4, 0xEA50, 0x71CA, - 0xEA51, 0x71C7, 0xEA52, 0x71CF, 0xEA53, 0x71BD, 0xEA54, 0x71D8, 0xEA55, 0x71BC, 0xEA56, 0x71C6, 0xEA57, 0x71DA, 0xEA58, 0x71DB, - 0xEA59, 0x729D, 0xEA5A, 0x729E, 0xEA5B, 0x7369, 0xEA5C, 0x7366, 0xEA5D, 0x7367, 0xEA5E, 0x736C, 0xEA5F, 0x7365, 0xEA60, 0x736B, - 0xEA61, 0x736A, 0xEA62, 0x747F, 0xEA63, 0x749A, 0xEA64, 0x74A0, 0xEA65, 0x7494, 0xEA66, 0x7492, 0xEA67, 0x7495, 0xEA68, 0x74A1, - 0xEA69, 0x750B, 0xEA6A, 0x7580, 0xEA6B, 0x762F, 0xEA6C, 0x762D, 0xEA6D, 0x7631, 0xEA6E, 0x763D, 0xEA6F, 0x7633, 0xEA70, 0x763C, - 0xEA71, 0x7635, 0xEA72, 0x7632, 0xEA73, 0x7630, 0xEA74, 0x76BB, 0xEA75, 0x76E6, 0xEA76, 0x779A, 0xEA77, 0x779D, 0xEA78, 0x77A1, - 0xEA79, 0x779C, 0xEA7A, 0x779B, 0xEA7B, 0x77A2, 0xEA7C, 0x77A3, 0xEA7D, 0x7795, 0xEA7E, 0x7799, 0xEAA1, 0x7797, 0xEAA2, 0x78DD, - 0xEAA3, 0x78E9, 0xEAA4, 0x78E5, 0xEAA5, 0x78EA, 0xEAA6, 0x78DE, 0xEAA7, 0x78E3, 0xEAA8, 0x78DB, 0xEAA9, 0x78E1, 0xEAAA, 0x78E2, - 0xEAAB, 0x78ED, 0xEAAC, 0x78DF, 0xEAAD, 0x78E0, 0xEAAE, 0x79A4, 0xEAAF, 0x7A44, 0xEAB0, 0x7A48, 0xEAB1, 0x7A47, 0xEAB2, 0x7AB6, - 0xEAB3, 0x7AB8, 0xEAB4, 0x7AB5, 0xEAB5, 0x7AB1, 0xEAB6, 0x7AB7, 0xEAB7, 0x7BDE, 0xEAB8, 0x7BE3, 0xEAB9, 0x7BE7, 0xEABA, 0x7BDD, - 0xEABB, 0x7BD5, 0xEABC, 0x7BE5, 0xEABD, 0x7BDA, 0xEABE, 0x7BE8, 0xEABF, 0x7BF9, 0xEAC0, 0x7BD4, 0xEAC1, 0x7BEA, 0xEAC2, 0x7BE2, - 0xEAC3, 0x7BDC, 0xEAC4, 0x7BEB, 0xEAC5, 0x7BD8, 0xEAC6, 0x7BDF, 0xEAC7, 0x7CD2, 0xEAC8, 0x7CD4, 0xEAC9, 0x7CD7, 0xEACA, 0x7CD0, - 0xEACB, 0x7CD1, 0xEACC, 0x7E12, 0xEACD, 0x7E21, 0xEACE, 0x7E17, 0xEACF, 0x7E0C, 0xEAD0, 0x7E1F, 0xEAD1, 0x7E20, 0xEAD2, 0x7E13, - 0xEAD3, 0x7E0E, 0xEAD4, 0x7E1C, 0xEAD5, 0x7E15, 0xEAD6, 0x7E1A, 0xEAD7, 0x7E22, 0xEAD8, 0x7E0B, 0xEAD9, 0x7E0F, 0xEADA, 0x7E16, - 0xEADB, 0x7E0D, 0xEADC, 0x7E14, 0xEADD, 0x7E25, 0xEADE, 0x7E24, 0xEADF, 0x7F43, 0xEAE0, 0x7F7B, 0xEAE1, 0x7F7C, 0xEAE2, 0x7F7A, - 0xEAE3, 0x7FB1, 0xEAE4, 0x7FEF, 0xEAE5, 0x802A, 0xEAE6, 0x8029, 0xEAE7, 0x806C, 0xEAE8, 0x81B1, 0xEAE9, 0x81A6, 0xEAEA, 0x81AE, - 0xEAEB, 0x81B9, 0xEAEC, 0x81B5, 0xEAED, 0x81AB, 0xEAEE, 0x81B0, 0xEAEF, 0x81AC, 0xEAF0, 0x81B4, 0xEAF1, 0x81B2, 0xEAF2, 0x81B7, - 0xEAF3, 0x81A7, 0xEAF4, 0x81F2, 0xEAF5, 0x8255, 0xEAF6, 0x8256, 0xEAF7, 0x8257, 0xEAF8, 0x8556, 0xEAF9, 0x8545, 0xEAFA, 0x856B, - 0xEAFB, 0x854D, 0xEAFC, 0x8553, 0xEAFD, 0x8561, 0xEAFE, 0x8558, 0xEB40, 0x8540, 0xEB41, 0x8546, 0xEB42, 0x8564, 0xEB43, 0x8541, - 0xEB44, 0x8562, 0xEB45, 0x8544, 0xEB46, 0x8551, 0xEB47, 0x8547, 0xEB48, 0x8563, 0xEB49, 0x853E, 0xEB4A, 0x855B, 0xEB4B, 0x8571, - 0xEB4C, 0x854E, 0xEB4D, 0x856E, 0xEB4E, 0x8575, 0xEB4F, 0x8555, 0xEB50, 0x8567, 0xEB51, 0x8560, 0xEB52, 0x858C, 0xEB53, 0x8566, - 0xEB54, 0x855D, 0xEB55, 0x8554, 0xEB56, 0x8565, 0xEB57, 0x856C, 0xEB58, 0x8663, 0xEB59, 0x8665, 0xEB5A, 0x8664, 0xEB5B, 0x879B, - 0xEB5C, 0x878F, 0xEB5D, 0x8797, 0xEB5E, 0x8793, 0xEB5F, 0x8792, 0xEB60, 0x8788, 0xEB61, 0x8781, 0xEB62, 0x8796, 0xEB63, 0x8798, - 0xEB64, 0x8779, 0xEB65, 0x8787, 0xEB66, 0x87A3, 0xEB67, 0x8785, 0xEB68, 0x8790, 0xEB69, 0x8791, 0xEB6A, 0x879D, 0xEB6B, 0x8784, - 0xEB6C, 0x8794, 0xEB6D, 0x879C, 0xEB6E, 0x879A, 0xEB6F, 0x8789, 0xEB70, 0x891E, 0xEB71, 0x8926, 0xEB72, 0x8930, 0xEB73, 0x892D, - 0xEB74, 0x892E, 0xEB75, 0x8927, 0xEB76, 0x8931, 0xEB77, 0x8922, 0xEB78, 0x8929, 0xEB79, 0x8923, 0xEB7A, 0x892F, 0xEB7B, 0x892C, - 0xEB7C, 0x891F, 0xEB7D, 0x89F1, 0xEB7E, 0x8AE0, 0xEBA1, 0x8AE2, 0xEBA2, 0x8AF2, 0xEBA3, 0x8AF4, 0xEBA4, 0x8AF5, 0xEBA5, 0x8ADD, - 0xEBA6, 0x8B14, 0xEBA7, 0x8AE4, 0xEBA8, 0x8ADF, 0xEBA9, 0x8AF0, 0xEBAA, 0x8AC8, 0xEBAB, 0x8ADE, 0xEBAC, 0x8AE1, 0xEBAD, 0x8AE8, - 0xEBAE, 0x8AFF, 0xEBAF, 0x8AEF, 0xEBB0, 0x8AFB, 0xEBB1, 0x8C91, 0xEBB2, 0x8C92, 0xEBB3, 0x8C90, 0xEBB4, 0x8CF5, 0xEBB5, 0x8CEE, - 0xEBB6, 0x8CF1, 0xEBB7, 0x8CF0, 0xEBB8, 0x8CF3, 0xEBB9, 0x8D6C, 0xEBBA, 0x8D6E, 0xEBBB, 0x8DA5, 0xEBBC, 0x8DA7, 0xEBBD, 0x8E33, - 0xEBBE, 0x8E3E, 0xEBBF, 0x8E38, 0xEBC0, 0x8E40, 0xEBC1, 0x8E45, 0xEBC2, 0x8E36, 0xEBC3, 0x8E3C, 0xEBC4, 0x8E3D, 0xEBC5, 0x8E41, - 0xEBC6, 0x8E30, 0xEBC7, 0x8E3F, 0xEBC8, 0x8EBD, 0xEBC9, 0x8F36, 0xEBCA, 0x8F2E, 0xEBCB, 0x8F35, 0xEBCC, 0x8F32, 0xEBCD, 0x8F39, - 0xEBCE, 0x8F37, 0xEBCF, 0x8F34, 0xEBD0, 0x9076, 0xEBD1, 0x9079, 0xEBD2, 0x907B, 0xEBD3, 0x9086, 0xEBD4, 0x90FA, 0xEBD5, 0x9133, - 0xEBD6, 0x9135, 0xEBD7, 0x9136, 0xEBD8, 0x9193, 0xEBD9, 0x9190, 0xEBDA, 0x9191, 0xEBDB, 0x918D, 0xEBDC, 0x918F, 0xEBDD, 0x9327, - 0xEBDE, 0x931E, 0xEBDF, 0x9308, 0xEBE0, 0x931F, 0xEBE1, 0x9306, 0xEBE2, 0x930F, 0xEBE3, 0x937A, 0xEBE4, 0x9338, 0xEBE5, 0x933C, - 0xEBE6, 0x931B, 0xEBE7, 0x9323, 0xEBE8, 0x9312, 0xEBE9, 0x9301, 0xEBEA, 0x9346, 0xEBEB, 0x932D, 0xEBEC, 0x930E, 0xEBED, 0x930D, - 0xEBEE, 0x92CB, 0xEBEF, 0x931D, 0xEBF0, 0x92FA, 0xEBF1, 0x9325, 0xEBF2, 0x9313, 0xEBF3, 0x92F9, 0xEBF4, 0x92F7, 0xEBF5, 0x9334, - 0xEBF6, 0x9302, 0xEBF7, 0x9324, 0xEBF8, 0x92FF, 0xEBF9, 0x9329, 0xEBFA, 0x9339, 0xEBFB, 0x9335, 0xEBFC, 0x932A, 0xEBFD, 0x9314, - 0xEBFE, 0x930C, 0xEC40, 0x930B, 0xEC41, 0x92FE, 0xEC42, 0x9309, 0xEC43, 0x9300, 0xEC44, 0x92FB, 0xEC45, 0x9316, 0xEC46, 0x95BC, - 0xEC47, 0x95CD, 0xEC48, 0x95BE, 0xEC49, 0x95B9, 0xEC4A, 0x95BA, 0xEC4B, 0x95B6, 0xEC4C, 0x95BF, 0xEC4D, 0x95B5, 0xEC4E, 0x95BD, - 0xEC4F, 0x96A9, 0xEC50, 0x96D4, 0xEC51, 0x970B, 0xEC52, 0x9712, 0xEC53, 0x9710, 0xEC54, 0x9799, 0xEC55, 0x9797, 0xEC56, 0x9794, - 0xEC57, 0x97F0, 0xEC58, 0x97F8, 0xEC59, 0x9835, 0xEC5A, 0x982F, 0xEC5B, 0x9832, 0xEC5C, 0x9924, 0xEC5D, 0x991F, 0xEC5E, 0x9927, - 0xEC5F, 0x9929, 0xEC60, 0x999E, 0xEC61, 0x99EE, 0xEC62, 0x99EC, 0xEC63, 0x99E5, 0xEC64, 0x99E4, 0xEC65, 0x99F0, 0xEC66, 0x99E3, - 0xEC67, 0x99EA, 0xEC68, 0x99E9, 0xEC69, 0x99E7, 0xEC6A, 0x9AB9, 0xEC6B, 0x9ABF, 0xEC6C, 0x9AB4, 0xEC6D, 0x9ABB, 0xEC6E, 0x9AF6, - 0xEC6F, 0x9AFA, 0xEC70, 0x9AF9, 0xEC71, 0x9AF7, 0xEC72, 0x9B33, 0xEC73, 0x9B80, 0xEC74, 0x9B85, 0xEC75, 0x9B87, 0xEC76, 0x9B7C, - 0xEC77, 0x9B7E, 0xEC78, 0x9B7B, 0xEC79, 0x9B82, 0xEC7A, 0x9B93, 0xEC7B, 0x9B92, 0xEC7C, 0x9B90, 0xEC7D, 0x9B7A, 0xEC7E, 0x9B95, - 0xECA1, 0x9B7D, 0xECA2, 0x9B88, 0xECA3, 0x9D25, 0xECA4, 0x9D17, 0xECA5, 0x9D20, 0xECA6, 0x9D1E, 0xECA7, 0x9D14, 0xECA8, 0x9D29, - 0xECA9, 0x9D1D, 0xECAA, 0x9D18, 0xECAB, 0x9D22, 0xECAC, 0x9D10, 0xECAD, 0x9D19, 0xECAE, 0x9D1F, 0xECAF, 0x9E88, 0xECB0, 0x9E86, - 0xECB1, 0x9E87, 0xECB2, 0x9EAE, 0xECB3, 0x9EAD, 0xECB4, 0x9ED5, 0xECB5, 0x9ED6, 0xECB6, 0x9EFA, 0xECB7, 0x9F12, 0xECB8, 0x9F3D, - 0xECB9, 0x5126, 0xECBA, 0x5125, 0xECBB, 0x5122, 0xECBC, 0x5124, 0xECBD, 0x5120, 0xECBE, 0x5129, 0xECBF, 0x52F4, 0xECC0, 0x5693, - 0xECC1, 0x568C, 0xECC2, 0x568D, 0xECC3, 0x5686, 0xECC4, 0x5684, 0xECC5, 0x5683, 0xECC6, 0x567E, 0xECC7, 0x5682, 0xECC8, 0x567F, - 0xECC9, 0x5681, 0xECCA, 0x58D6, 0xECCB, 0x58D4, 0xECCC, 0x58CF, 0xECCD, 0x58D2, 0xECCE, 0x5B2D, 0xECCF, 0x5B25, 0xECD0, 0x5B32, - 0xECD1, 0x5B23, 0xECD2, 0x5B2C, 0xECD3, 0x5B27, 0xECD4, 0x5B26, 0xECD5, 0x5B2F, 0xECD6, 0x5B2E, 0xECD7, 0x5B7B, 0xECD8, 0x5BF1, - 0xECD9, 0x5BF2, 0xECDA, 0x5DB7, 0xECDB, 0x5E6C, 0xECDC, 0x5E6A, 0xECDD, 0x5FBE, 0xECDE, 0x5FBB, 0xECDF, 0x61C3, 0xECE0, 0x61B5, - 0xECE1, 0x61BC, 0xECE2, 0x61E7, 0xECE3, 0x61E0, 0xECE4, 0x61E5, 0xECE5, 0x61E4, 0xECE6, 0x61E8, 0xECE7, 0x61DE, 0xECE8, 0x64EF, - 0xECE9, 0x64E9, 0xECEA, 0x64E3, 0xECEB, 0x64EB, 0xECEC, 0x64E4, 0xECED, 0x64E8, 0xECEE, 0x6581, 0xECEF, 0x6580, 0xECF0, 0x65B6, - 0xECF1, 0x65DA, 0xECF2, 0x66D2, 0xECF3, 0x6A8D, 0xECF4, 0x6A96, 0xECF5, 0x6A81, 0xECF6, 0x6AA5, 0xECF7, 0x6A89, 0xECF8, 0x6A9F, - 0xECF9, 0x6A9B, 0xECFA, 0x6AA1, 0xECFB, 0x6A9E, 0xECFC, 0x6A87, 0xECFD, 0x6A93, 0xECFE, 0x6A8E, 0xED40, 0x6A95, 0xED41, 0x6A83, - 0xED42, 0x6AA8, 0xED43, 0x6AA4, 0xED44, 0x6A91, 0xED45, 0x6A7F, 0xED46, 0x6AA6, 0xED47, 0x6A9A, 0xED48, 0x6A85, 0xED49, 0x6A8C, - 0xED4A, 0x6A92, 0xED4B, 0x6B5B, 0xED4C, 0x6BAD, 0xED4D, 0x6C09, 0xED4E, 0x6FCC, 0xED4F, 0x6FA9, 0xED50, 0x6FF4, 0xED51, 0x6FD4, - 0xED52, 0x6FE3, 0xED53, 0x6FDC, 0xED54, 0x6FED, 0xED55, 0x6FE7, 0xED56, 0x6FE6, 0xED57, 0x6FDE, 0xED58, 0x6FF2, 0xED59, 0x6FDD, - 0xED5A, 0x6FE2, 0xED5B, 0x6FE8, 0xED5C, 0x71E1, 0xED5D, 0x71F1, 0xED5E, 0x71E8, 0xED5F, 0x71F2, 0xED60, 0x71E4, 0xED61, 0x71F0, - 0xED62, 0x71E2, 0xED63, 0x7373, 0xED64, 0x736E, 0xED65, 0x736F, 0xED66, 0x7497, 0xED67, 0x74B2, 0xED68, 0x74AB, 0xED69, 0x7490, - 0xED6A, 0x74AA, 0xED6B, 0x74AD, 0xED6C, 0x74B1, 0xED6D, 0x74A5, 0xED6E, 0x74AF, 0xED6F, 0x7510, 0xED70, 0x7511, 0xED71, 0x7512, - 0xED72, 0x750F, 0xED73, 0x7584, 0xED74, 0x7643, 0xED75, 0x7648, 0xED76, 0x7649, 0xED77, 0x7647, 0xED78, 0x76A4, 0xED79, 0x76E9, - 0xED7A, 0x77B5, 0xED7B, 0x77AB, 0xED7C, 0x77B2, 0xED7D, 0x77B7, 0xED7E, 0x77B6, 0xEDA1, 0x77B4, 0xEDA2, 0x77B1, 0xEDA3, 0x77A8, - 0xEDA4, 0x77F0, 0xEDA5, 0x78F3, 0xEDA6, 0x78FD, 0xEDA7, 0x7902, 0xEDA8, 0x78FB, 0xEDA9, 0x78FC, 0xEDAA, 0x78F2, 0xEDAB, 0x7905, - 0xEDAC, 0x78F9, 0xEDAD, 0x78FE, 0xEDAE, 0x7904, 0xEDAF, 0x79AB, 0xEDB0, 0x79A8, 0xEDB1, 0x7A5C, 0xEDB2, 0x7A5B, 0xEDB3, 0x7A56, - 0xEDB4, 0x7A58, 0xEDB5, 0x7A54, 0xEDB6, 0x7A5A, 0xEDB7, 0x7ABE, 0xEDB8, 0x7AC0, 0xEDB9, 0x7AC1, 0xEDBA, 0x7C05, 0xEDBB, 0x7C0F, - 0xEDBC, 0x7BF2, 0xEDBD, 0x7C00, 0xEDBE, 0x7BFF, 0xEDBF, 0x7BFB, 0xEDC0, 0x7C0E, 0xEDC1, 0x7BF4, 0xEDC2, 0x7C0B, 0xEDC3, 0x7BF3, - 0xEDC4, 0x7C02, 0xEDC5, 0x7C09, 0xEDC6, 0x7C03, 0xEDC7, 0x7C01, 0xEDC8, 0x7BF8, 0xEDC9, 0x7BFD, 0xEDCA, 0x7C06, 0xEDCB, 0x7BF0, - 0xEDCC, 0x7BF1, 0xEDCD, 0x7C10, 0xEDCE, 0x7C0A, 0xEDCF, 0x7CE8, 0xEDD0, 0x7E2D, 0xEDD1, 0x7E3C, 0xEDD2, 0x7E42, 0xEDD3, 0x7E33, - 0xEDD4, 0x9848, 0xEDD5, 0x7E38, 0xEDD6, 0x7E2A, 0xEDD7, 0x7E49, 0xEDD8, 0x7E40, 0xEDD9, 0x7E47, 0xEDDA, 0x7E29, 0xEDDB, 0x7E4C, - 0xEDDC, 0x7E30, 0xEDDD, 0x7E3B, 0xEDDE, 0x7E36, 0xEDDF, 0x7E44, 0xEDE0, 0x7E3A, 0xEDE1, 0x7F45, 0xEDE2, 0x7F7F, 0xEDE3, 0x7F7E, - 0xEDE4, 0x7F7D, 0xEDE5, 0x7FF4, 0xEDE6, 0x7FF2, 0xEDE7, 0x802C, 0xEDE8, 0x81BB, 0xEDE9, 0x81C4, 0xEDEA, 0x81CC, 0xEDEB, 0x81CA, - 0xEDEC, 0x81C5, 0xEDED, 0x81C7, 0xEDEE, 0x81BC, 0xEDEF, 0x81E9, 0xEDF0, 0x825B, 0xEDF1, 0x825A, 0xEDF2, 0x825C, 0xEDF3, 0x8583, - 0xEDF4, 0x8580, 0xEDF5, 0x858F, 0xEDF6, 0x85A7, 0xEDF7, 0x8595, 0xEDF8, 0x85A0, 0xEDF9, 0x858B, 0xEDFA, 0x85A3, 0xEDFB, 0x857B, - 0xEDFC, 0x85A4, 0xEDFD, 0x859A, 0xEDFE, 0x859E, 0xEE40, 0x8577, 0xEE41, 0x857C, 0xEE42, 0x8589, 0xEE43, 0x85A1, 0xEE44, 0x857A, - 0xEE45, 0x8578, 0xEE46, 0x8557, 0xEE47, 0x858E, 0xEE48, 0x8596, 0xEE49, 0x8586, 0xEE4A, 0x858D, 0xEE4B, 0x8599, 0xEE4C, 0x859D, - 0xEE4D, 0x8581, 0xEE4E, 0x85A2, 0xEE4F, 0x8582, 0xEE50, 0x8588, 0xEE51, 0x8585, 0xEE52, 0x8579, 0xEE53, 0x8576, 0xEE54, 0x8598, - 0xEE55, 0x8590, 0xEE56, 0x859F, 0xEE57, 0x8668, 0xEE58, 0x87BE, 0xEE59, 0x87AA, 0xEE5A, 0x87AD, 0xEE5B, 0x87C5, 0xEE5C, 0x87B0, - 0xEE5D, 0x87AC, 0xEE5E, 0x87B9, 0xEE5F, 0x87B5, 0xEE60, 0x87BC, 0xEE61, 0x87AE, 0xEE62, 0x87C9, 0xEE63, 0x87C3, 0xEE64, 0x87C2, - 0xEE65, 0x87CC, 0xEE66, 0x87B7, 0xEE67, 0x87AF, 0xEE68, 0x87C4, 0xEE69, 0x87CA, 0xEE6A, 0x87B4, 0xEE6B, 0x87B6, 0xEE6C, 0x87BF, - 0xEE6D, 0x87B8, 0xEE6E, 0x87BD, 0xEE6F, 0x87DE, 0xEE70, 0x87B2, 0xEE71, 0x8935, 0xEE72, 0x8933, 0xEE73, 0x893C, 0xEE74, 0x893E, - 0xEE75, 0x8941, 0xEE76, 0x8952, 0xEE77, 0x8937, 0xEE78, 0x8942, 0xEE79, 0x89AD, 0xEE7A, 0x89AF, 0xEE7B, 0x89AE, 0xEE7C, 0x89F2, - 0xEE7D, 0x89F3, 0xEE7E, 0x8B1E, 0xEEA1, 0x8B18, 0xEEA2, 0x8B16, 0xEEA3, 0x8B11, 0xEEA4, 0x8B05, 0xEEA5, 0x8B0B, 0xEEA6, 0x8B22, - 0xEEA7, 0x8B0F, 0xEEA8, 0x8B12, 0xEEA9, 0x8B15, 0xEEAA, 0x8B07, 0xEEAB, 0x8B0D, 0xEEAC, 0x8B08, 0xEEAD, 0x8B06, 0xEEAE, 0x8B1C, - 0xEEAF, 0x8B13, 0xEEB0, 0x8B1A, 0xEEB1, 0x8C4F, 0xEEB2, 0x8C70, 0xEEB3, 0x8C72, 0xEEB4, 0x8C71, 0xEEB5, 0x8C6F, 0xEEB6, 0x8C95, - 0xEEB7, 0x8C94, 0xEEB8, 0x8CF9, 0xEEB9, 0x8D6F, 0xEEBA, 0x8E4E, 0xEEBB, 0x8E4D, 0xEEBC, 0x8E53, 0xEEBD, 0x8E50, 0xEEBE, 0x8E4C, - 0xEEBF, 0x8E47, 0xEEC0, 0x8F43, 0xEEC1, 0x8F40, 0xEEC2, 0x9085, 0xEEC3, 0x907E, 0xEEC4, 0x9138, 0xEEC5, 0x919A, 0xEEC6, 0x91A2, - 0xEEC7, 0x919B, 0xEEC8, 0x9199, 0xEEC9, 0x919F, 0xEECA, 0x91A1, 0xEECB, 0x919D, 0xEECC, 0x91A0, 0xEECD, 0x93A1, 0xEECE, 0x9383, - 0xEECF, 0x93AF, 0xEED0, 0x9364, 0xEED1, 0x9356, 0xEED2, 0x9347, 0xEED3, 0x937C, 0xEED4, 0x9358, 0xEED5, 0x935C, 0xEED6, 0x9376, - 0xEED7, 0x9349, 0xEED8, 0x9350, 0xEED9, 0x9351, 0xEEDA, 0x9360, 0xEEDB, 0x936D, 0xEEDC, 0x938F, 0xEEDD, 0x934C, 0xEEDE, 0x936A, - 0xEEDF, 0x9379, 0xEEE0, 0x9357, 0xEEE1, 0x9355, 0xEEE2, 0x9352, 0xEEE3, 0x934F, 0xEEE4, 0x9371, 0xEEE5, 0x9377, 0xEEE6, 0x937B, - 0xEEE7, 0x9361, 0xEEE8, 0x935E, 0xEEE9, 0x9363, 0xEEEA, 0x9367, 0xEEEB, 0x9380, 0xEEEC, 0x934E, 0xEEED, 0x9359, 0xEEEE, 0x95C7, - 0xEEEF, 0x95C0, 0xEEF0, 0x95C9, 0xEEF1, 0x95C3, 0xEEF2, 0x95C5, 0xEEF3, 0x95B7, 0xEEF4, 0x96AE, 0xEEF5, 0x96B0, 0xEEF6, 0x96AC, - 0xEEF7, 0x9720, 0xEEF8, 0x971F, 0xEEF9, 0x9718, 0xEEFA, 0x971D, 0xEEFB, 0x9719, 0xEEFC, 0x979A, 0xEEFD, 0x97A1, 0xEEFE, 0x979C, - 0xEF40, 0x979E, 0xEF41, 0x979D, 0xEF42, 0x97D5, 0xEF43, 0x97D4, 0xEF44, 0x97F1, 0xEF45, 0x9841, 0xEF46, 0x9844, 0xEF47, 0x984A, - 0xEF48, 0x9849, 0xEF49, 0x9845, 0xEF4A, 0x9843, 0xEF4B, 0x9925, 0xEF4C, 0x992B, 0xEF4D, 0x992C, 0xEF4E, 0x992A, 0xEF4F, 0x9933, - 0xEF50, 0x9932, 0xEF51, 0x992F, 0xEF52, 0x992D, 0xEF53, 0x9931, 0xEF54, 0x9930, 0xEF55, 0x9998, 0xEF56, 0x99A3, 0xEF57, 0x99A1, - 0xEF58, 0x9A02, 0xEF59, 0x99FA, 0xEF5A, 0x99F4, 0xEF5B, 0x99F7, 0xEF5C, 0x99F9, 0xEF5D, 0x99F8, 0xEF5E, 0x99F6, 0xEF5F, 0x99FB, - 0xEF60, 0x99FD, 0xEF61, 0x99FE, 0xEF62, 0x99FC, 0xEF63, 0x9A03, 0xEF64, 0x9ABE, 0xEF65, 0x9AFE, 0xEF66, 0x9AFD, 0xEF67, 0x9B01, - 0xEF68, 0x9AFC, 0xEF69, 0x9B48, 0xEF6A, 0x9B9A, 0xEF6B, 0x9BA8, 0xEF6C, 0x9B9E, 0xEF6D, 0x9B9B, 0xEF6E, 0x9BA6, 0xEF6F, 0x9BA1, - 0xEF70, 0x9BA5, 0xEF71, 0x9BA4, 0xEF72, 0x9B86, 0xEF73, 0x9BA2, 0xEF74, 0x9BA0, 0xEF75, 0x9BAF, 0xEF76, 0x9D33, 0xEF77, 0x9D41, - 0xEF78, 0x9D67, 0xEF79, 0x9D36, 0xEF7A, 0x9D2E, 0xEF7B, 0x9D2F, 0xEF7C, 0x9D31, 0xEF7D, 0x9D38, 0xEF7E, 0x9D30, 0xEFA1, 0x9D45, - 0xEFA2, 0x9D42, 0xEFA3, 0x9D43, 0xEFA4, 0x9D3E, 0xEFA5, 0x9D37, 0xEFA6, 0x9D40, 0xEFA7, 0x9D3D, 0xEFA8, 0x7FF5, 0xEFA9, 0x9D2D, - 0xEFAA, 0x9E8A, 0xEFAB, 0x9E89, 0xEFAC, 0x9E8D, 0xEFAD, 0x9EB0, 0xEFAE, 0x9EC8, 0xEFAF, 0x9EDA, 0xEFB0, 0x9EFB, 0xEFB1, 0x9EFF, - 0xEFB2, 0x9F24, 0xEFB3, 0x9F23, 0xEFB4, 0x9F22, 0xEFB5, 0x9F54, 0xEFB6, 0x9FA0, 0xEFB7, 0x5131, 0xEFB8, 0x512D, 0xEFB9, 0x512E, - 0xEFBA, 0x5698, 0xEFBB, 0x569C, 0xEFBC, 0x5697, 0xEFBD, 0x569A, 0xEFBE, 0x569D, 0xEFBF, 0x5699, 0xEFC0, 0x5970, 0xEFC1, 0x5B3C, - 0xEFC2, 0x5C69, 0xEFC3, 0x5C6A, 0xEFC4, 0x5DC0, 0xEFC5, 0x5E6D, 0xEFC6, 0x5E6E, 0xEFC7, 0x61D8, 0xEFC8, 0x61DF, 0xEFC9, 0x61ED, - 0xEFCA, 0x61EE, 0xEFCB, 0x61F1, 0xEFCC, 0x61EA, 0xEFCD, 0x61F0, 0xEFCE, 0x61EB, 0xEFCF, 0x61D6, 0xEFD0, 0x61E9, 0xEFD1, 0x64FF, - 0xEFD2, 0x6504, 0xEFD3, 0x64FD, 0xEFD4, 0x64F8, 0xEFD5, 0x6501, 0xEFD6, 0x6503, 0xEFD7, 0x64FC, 0xEFD8, 0x6594, 0xEFD9, 0x65DB, - 0xEFDA, 0x66DA, 0xEFDB, 0x66DB, 0xEFDC, 0x66D8, 0xEFDD, 0x6AC5, 0xEFDE, 0x6AB9, 0xEFDF, 0x6ABD, 0xEFE0, 0x6AE1, 0xEFE1, 0x6AC6, - 0xEFE2, 0x6ABA, 0xEFE3, 0x6AB6, 0xEFE4, 0x6AB7, 0xEFE5, 0x6AC7, 0xEFE6, 0x6AB4, 0xEFE7, 0x6AAD, 0xEFE8, 0x6B5E, 0xEFE9, 0x6BC9, - 0xEFEA, 0x6C0B, 0xEFEB, 0x7007, 0xEFEC, 0x700C, 0xEFED, 0x700D, 0xEFEE, 0x7001, 0xEFEF, 0x7005, 0xEFF0, 0x7014, 0xEFF1, 0x700E, - 0xEFF2, 0x6FFF, 0xEFF3, 0x7000, 0xEFF4, 0x6FFB, 0xEFF5, 0x7026, 0xEFF6, 0x6FFC, 0xEFF7, 0x6FF7, 0xEFF8, 0x700A, 0xEFF9, 0x7201, - 0xEFFA, 0x71FF, 0xEFFB, 0x71F9, 0xEFFC, 0x7203, 0xEFFD, 0x71FD, 0xEFFE, 0x7376, 0xF040, 0x74B8, 0xF041, 0x74C0, 0xF042, 0x74B5, - 0xF043, 0x74C1, 0xF044, 0x74BE, 0xF045, 0x74B6, 0xF046, 0x74BB, 0xF047, 0x74C2, 0xF048, 0x7514, 0xF049, 0x7513, 0xF04A, 0x765C, - 0xF04B, 0x7664, 0xF04C, 0x7659, 0xF04D, 0x7650, 0xF04E, 0x7653, 0xF04F, 0x7657, 0xF050, 0x765A, 0xF051, 0x76A6, 0xF052, 0x76BD, - 0xF053, 0x76EC, 0xF054, 0x77C2, 0xF055, 0x77BA, 0xF056, 0x78FF, 0xF057, 0x790C, 0xF058, 0x7913, 0xF059, 0x7914, 0xF05A, 0x7909, - 0xF05B, 0x7910, 0xF05C, 0x7912, 0xF05D, 0x7911, 0xF05E, 0x79AD, 0xF05F, 0x79AC, 0xF060, 0x7A5F, 0xF061, 0x7C1C, 0xF062, 0x7C29, - 0xF063, 0x7C19, 0xF064, 0x7C20, 0xF065, 0x7C1F, 0xF066, 0x7C2D, 0xF067, 0x7C1D, 0xF068, 0x7C26, 0xF069, 0x7C28, 0xF06A, 0x7C22, - 0xF06B, 0x7C25, 0xF06C, 0x7C30, 0xF06D, 0x7E5C, 0xF06E, 0x7E50, 0xF06F, 0x7E56, 0xF070, 0x7E63, 0xF071, 0x7E58, 0xF072, 0x7E62, - 0xF073, 0x7E5F, 0xF074, 0x7E51, 0xF075, 0x7E60, 0xF076, 0x7E57, 0xF077, 0x7E53, 0xF078, 0x7FB5, 0xF079, 0x7FB3, 0xF07A, 0x7FF7, - 0xF07B, 0x7FF8, 0xF07C, 0x8075, 0xF07D, 0x81D1, 0xF07E, 0x81D2, 0xF0A1, 0x81D0, 0xF0A2, 0x825F, 0xF0A3, 0x825E, 0xF0A4, 0x85B4, - 0xF0A5, 0x85C6, 0xF0A6, 0x85C0, 0xF0A7, 0x85C3, 0xF0A8, 0x85C2, 0xF0A9, 0x85B3, 0xF0AA, 0x85B5, 0xF0AB, 0x85BD, 0xF0AC, 0x85C7, - 0xF0AD, 0x85C4, 0xF0AE, 0x85BF, 0xF0AF, 0x85CB, 0xF0B0, 0x85CE, 0xF0B1, 0x85C8, 0xF0B2, 0x85C5, 0xF0B3, 0x85B1, 0xF0B4, 0x85B6, - 0xF0B5, 0x85D2, 0xF0B6, 0x8624, 0xF0B7, 0x85B8, 0xF0B8, 0x85B7, 0xF0B9, 0x85BE, 0xF0BA, 0x8669, 0xF0BB, 0x87E7, 0xF0BC, 0x87E6, - 0xF0BD, 0x87E2, 0xF0BE, 0x87DB, 0xF0BF, 0x87EB, 0xF0C0, 0x87EA, 0xF0C1, 0x87E5, 0xF0C2, 0x87DF, 0xF0C3, 0x87F3, 0xF0C4, 0x87E4, - 0xF0C5, 0x87D4, 0xF0C6, 0x87DC, 0xF0C7, 0x87D3, 0xF0C8, 0x87ED, 0xF0C9, 0x87D8, 0xF0CA, 0x87E3, 0xF0CB, 0x87A4, 0xF0CC, 0x87D7, - 0xF0CD, 0x87D9, 0xF0CE, 0x8801, 0xF0CF, 0x87F4, 0xF0D0, 0x87E8, 0xF0D1, 0x87DD, 0xF0D2, 0x8953, 0xF0D3, 0x894B, 0xF0D4, 0x894F, - 0xF0D5, 0x894C, 0xF0D6, 0x8946, 0xF0D7, 0x8950, 0xF0D8, 0x8951, 0xF0D9, 0x8949, 0xF0DA, 0x8B2A, 0xF0DB, 0x8B27, 0xF0DC, 0x8B23, - 0xF0DD, 0x8B33, 0xF0DE, 0x8B30, 0xF0DF, 0x8B35, 0xF0E0, 0x8B47, 0xF0E1, 0x8B2F, 0xF0E2, 0x8B3C, 0xF0E3, 0x8B3E, 0xF0E4, 0x8B31, - 0xF0E5, 0x8B25, 0xF0E6, 0x8B37, 0xF0E7, 0x8B26, 0xF0E8, 0x8B36, 0xF0E9, 0x8B2E, 0xF0EA, 0x8B24, 0xF0EB, 0x8B3B, 0xF0EC, 0x8B3D, - 0xF0ED, 0x8B3A, 0xF0EE, 0x8C42, 0xF0EF, 0x8C75, 0xF0F0, 0x8C99, 0xF0F1, 0x8C98, 0xF0F2, 0x8C97, 0xF0F3, 0x8CFE, 0xF0F4, 0x8D04, - 0xF0F5, 0x8D02, 0xF0F6, 0x8D00, 0xF0F7, 0x8E5C, 0xF0F8, 0x8E62, 0xF0F9, 0x8E60, 0xF0FA, 0x8E57, 0xF0FB, 0x8E56, 0xF0FC, 0x8E5E, - 0xF0FD, 0x8E65, 0xF0FE, 0x8E67, 0xF140, 0x8E5B, 0xF141, 0x8E5A, 0xF142, 0x8E61, 0xF143, 0x8E5D, 0xF144, 0x8E69, 0xF145, 0x8E54, - 0xF146, 0x8F46, 0xF147, 0x8F47, 0xF148, 0x8F48, 0xF149, 0x8F4B, 0xF14A, 0x9128, 0xF14B, 0x913A, 0xF14C, 0x913B, 0xF14D, 0x913E, - 0xF14E, 0x91A8, 0xF14F, 0x91A5, 0xF150, 0x91A7, 0xF151, 0x91AF, 0xF152, 0x91AA, 0xF153, 0x93B5, 0xF154, 0x938C, 0xF155, 0x9392, - 0xF156, 0x93B7, 0xF157, 0x939B, 0xF158, 0x939D, 0xF159, 0x9389, 0xF15A, 0x93A7, 0xF15B, 0x938E, 0xF15C, 0x93AA, 0xF15D, 0x939E, - 0xF15E, 0x93A6, 0xF15F, 0x9395, 0xF160, 0x9388, 0xF161, 0x9399, 0xF162, 0x939F, 0xF163, 0x938D, 0xF164, 0x93B1, 0xF165, 0x9391, - 0xF166, 0x93B2, 0xF167, 0x93A4, 0xF168, 0x93A8, 0xF169, 0x93B4, 0xF16A, 0x93A3, 0xF16B, 0x93A5, 0xF16C, 0x95D2, 0xF16D, 0x95D3, - 0xF16E, 0x95D1, 0xF16F, 0x96B3, 0xF170, 0x96D7, 0xF171, 0x96DA, 0xF172, 0x5DC2, 0xF173, 0x96DF, 0xF174, 0x96D8, 0xF175, 0x96DD, - 0xF176, 0x9723, 0xF177, 0x9722, 0xF178, 0x9725, 0xF179, 0x97AC, 0xF17A, 0x97AE, 0xF17B, 0x97A8, 0xF17C, 0x97AB, 0xF17D, 0x97A4, - 0xF17E, 0x97AA, 0xF1A1, 0x97A2, 0xF1A2, 0x97A5, 0xF1A3, 0x97D7, 0xF1A4, 0x97D9, 0xF1A5, 0x97D6, 0xF1A6, 0x97D8, 0xF1A7, 0x97FA, - 0xF1A8, 0x9850, 0xF1A9, 0x9851, 0xF1AA, 0x9852, 0xF1AB, 0x98B8, 0xF1AC, 0x9941, 0xF1AD, 0x993C, 0xF1AE, 0x993A, 0xF1AF, 0x9A0F, - 0xF1B0, 0x9A0B, 0xF1B1, 0x9A09, 0xF1B2, 0x9A0D, 0xF1B3, 0x9A04, 0xF1B4, 0x9A11, 0xF1B5, 0x9A0A, 0xF1B6, 0x9A05, 0xF1B7, 0x9A07, - 0xF1B8, 0x9A06, 0xF1B9, 0x9AC0, 0xF1BA, 0x9ADC, 0xF1BB, 0x9B08, 0xF1BC, 0x9B04, 0xF1BD, 0x9B05, 0xF1BE, 0x9B29, 0xF1BF, 0x9B35, - 0xF1C0, 0x9B4A, 0xF1C1, 0x9B4C, 0xF1C2, 0x9B4B, 0xF1C3, 0x9BC7, 0xF1C4, 0x9BC6, 0xF1C5, 0x9BC3, 0xF1C6, 0x9BBF, 0xF1C7, 0x9BC1, - 0xF1C8, 0x9BB5, 0xF1C9, 0x9BB8, 0xF1CA, 0x9BD3, 0xF1CB, 0x9BB6, 0xF1CC, 0x9BC4, 0xF1CD, 0x9BB9, 0xF1CE, 0x9BBD, 0xF1CF, 0x9D5C, - 0xF1D0, 0x9D53, 0xF1D1, 0x9D4F, 0xF1D2, 0x9D4A, 0xF1D3, 0x9D5B, 0xF1D4, 0x9D4B, 0xF1D5, 0x9D59, 0xF1D6, 0x9D56, 0xF1D7, 0x9D4C, - 0xF1D8, 0x9D57, 0xF1D9, 0x9D52, 0xF1DA, 0x9D54, 0xF1DB, 0x9D5F, 0xF1DC, 0x9D58, 0xF1DD, 0x9D5A, 0xF1DE, 0x9E8E, 0xF1DF, 0x9E8C, - 0xF1E0, 0x9EDF, 0xF1E1, 0x9F01, 0xF1E2, 0x9F00, 0xF1E3, 0x9F16, 0xF1E4, 0x9F25, 0xF1E5, 0x9F2B, 0xF1E6, 0x9F2A, 0xF1E7, 0x9F29, - 0xF1E8, 0x9F28, 0xF1E9, 0x9F4C, 0xF1EA, 0x9F55, 0xF1EB, 0x5134, 0xF1EC, 0x5135, 0xF1ED, 0x5296, 0xF1EE, 0x52F7, 0xF1EF, 0x53B4, - 0xF1F0, 0x56AB, 0xF1F1, 0x56AD, 0xF1F2, 0x56A6, 0xF1F3, 0x56A7, 0xF1F4, 0x56AA, 0xF1F5, 0x56AC, 0xF1F6, 0x58DA, 0xF1F7, 0x58DD, - 0xF1F8, 0x58DB, 0xF1F9, 0x5912, 0xF1FA, 0x5B3D, 0xF1FB, 0x5B3E, 0xF1FC, 0x5B3F, 0xF1FD, 0x5DC3, 0xF1FE, 0x5E70, 0xF240, 0x5FBF, - 0xF241, 0x61FB, 0xF242, 0x6507, 0xF243, 0x6510, 0xF244, 0x650D, 0xF245, 0x6509, 0xF246, 0x650C, 0xF247, 0x650E, 0xF248, 0x6584, - 0xF249, 0x65DE, 0xF24A, 0x65DD, 0xF24B, 0x66DE, 0xF24C, 0x6AE7, 0xF24D, 0x6AE0, 0xF24E, 0x6ACC, 0xF24F, 0x6AD1, 0xF250, 0x6AD9, - 0xF251, 0x6ACB, 0xF252, 0x6ADF, 0xF253, 0x6ADC, 0xF254, 0x6AD0, 0xF255, 0x6AEB, 0xF256, 0x6ACF, 0xF257, 0x6ACD, 0xF258, 0x6ADE, - 0xF259, 0x6B60, 0xF25A, 0x6BB0, 0xF25B, 0x6C0C, 0xF25C, 0x7019, 0xF25D, 0x7027, 0xF25E, 0x7020, 0xF25F, 0x7016, 0xF260, 0x702B, - 0xF261, 0x7021, 0xF262, 0x7022, 0xF263, 0x7023, 0xF264, 0x7029, 0xF265, 0x7017, 0xF266, 0x7024, 0xF267, 0x701C, 0xF268, 0x702A, - 0xF269, 0x720C, 0xF26A, 0x720A, 0xF26B, 0x7207, 0xF26C, 0x7202, 0xF26D, 0x7205, 0xF26E, 0x72A5, 0xF26F, 0x72A6, 0xF270, 0x72A4, - 0xF271, 0x72A3, 0xF272, 0x72A1, 0xF273, 0x74CB, 0xF274, 0x74C5, 0xF275, 0x74B7, 0xF276, 0x74C3, 0xF277, 0x7516, 0xF278, 0x7660, - 0xF279, 0x77C9, 0xF27A, 0x77CA, 0xF27B, 0x77C4, 0xF27C, 0x77F1, 0xF27D, 0x791D, 0xF27E, 0x791B, 0xF2A1, 0x7921, 0xF2A2, 0x791C, - 0xF2A3, 0x7917, 0xF2A4, 0x791E, 0xF2A5, 0x79B0, 0xF2A6, 0x7A67, 0xF2A7, 0x7A68, 0xF2A8, 0x7C33, 0xF2A9, 0x7C3C, 0xF2AA, 0x7C39, - 0xF2AB, 0x7C2C, 0xF2AC, 0x7C3B, 0xF2AD, 0x7CEC, 0xF2AE, 0x7CEA, 0xF2AF, 0x7E76, 0xF2B0, 0x7E75, 0xF2B1, 0x7E78, 0xF2B2, 0x7E70, - 0xF2B3, 0x7E77, 0xF2B4, 0x7E6F, 0xF2B5, 0x7E7A, 0xF2B6, 0x7E72, 0xF2B7, 0x7E74, 0xF2B8, 0x7E68, 0xF2B9, 0x7F4B, 0xF2BA, 0x7F4A, - 0xF2BB, 0x7F83, 0xF2BC, 0x7F86, 0xF2BD, 0x7FB7, 0xF2BE, 0x7FFD, 0xF2BF, 0x7FFE, 0xF2C0, 0x8078, 0xF2C1, 0x81D7, 0xF2C2, 0x81D5, - 0xF2C3, 0x8264, 0xF2C4, 0x8261, 0xF2C5, 0x8263, 0xF2C6, 0x85EB, 0xF2C7, 0x85F1, 0xF2C8, 0x85ED, 0xF2C9, 0x85D9, 0xF2CA, 0x85E1, - 0xF2CB, 0x85E8, 0xF2CC, 0x85DA, 0xF2CD, 0x85D7, 0xF2CE, 0x85EC, 0xF2CF, 0x85F2, 0xF2D0, 0x85F8, 0xF2D1, 0x85D8, 0xF2D2, 0x85DF, - 0xF2D3, 0x85E3, 0xF2D4, 0x85DC, 0xF2D5, 0x85D1, 0xF2D6, 0x85F0, 0xF2D7, 0x85E6, 0xF2D8, 0x85EF, 0xF2D9, 0x85DE, 0xF2DA, 0x85E2, - 0xF2DB, 0x8800, 0xF2DC, 0x87FA, 0xF2DD, 0x8803, 0xF2DE, 0x87F6, 0xF2DF, 0x87F7, 0xF2E0, 0x8809, 0xF2E1, 0x880C, 0xF2E2, 0x880B, - 0xF2E3, 0x8806, 0xF2E4, 0x87FC, 0xF2E5, 0x8808, 0xF2E6, 0x87FF, 0xF2E7, 0x880A, 0xF2E8, 0x8802, 0xF2E9, 0x8962, 0xF2EA, 0x895A, - 0xF2EB, 0x895B, 0xF2EC, 0x8957, 0xF2ED, 0x8961, 0xF2EE, 0x895C, 0xF2EF, 0x8958, 0xF2F0, 0x895D, 0xF2F1, 0x8959, 0xF2F2, 0x8988, - 0xF2F3, 0x89B7, 0xF2F4, 0x89B6, 0xF2F5, 0x89F6, 0xF2F6, 0x8B50, 0xF2F7, 0x8B48, 0xF2F8, 0x8B4A, 0xF2F9, 0x8B40, 0xF2FA, 0x8B53, - 0xF2FB, 0x8B56, 0xF2FC, 0x8B54, 0xF2FD, 0x8B4B, 0xF2FE, 0x8B55, 0xF340, 0x8B51, 0xF341, 0x8B42, 0xF342, 0x8B52, 0xF343, 0x8B57, - 0xF344, 0x8C43, 0xF345, 0x8C77, 0xF346, 0x8C76, 0xF347, 0x8C9A, 0xF348, 0x8D06, 0xF349, 0x8D07, 0xF34A, 0x8D09, 0xF34B, 0x8DAC, - 0xF34C, 0x8DAA, 0xF34D, 0x8DAD, 0xF34E, 0x8DAB, 0xF34F, 0x8E6D, 0xF350, 0x8E78, 0xF351, 0x8E73, 0xF352, 0x8E6A, 0xF353, 0x8E6F, - 0xF354, 0x8E7B, 0xF355, 0x8EC2, 0xF356, 0x8F52, 0xF357, 0x8F51, 0xF358, 0x8F4F, 0xF359, 0x8F50, 0xF35A, 0x8F53, 0xF35B, 0x8FB4, - 0xF35C, 0x9140, 0xF35D, 0x913F, 0xF35E, 0x91B0, 0xF35F, 0x91AD, 0xF360, 0x93DE, 0xF361, 0x93C7, 0xF362, 0x93CF, 0xF363, 0x93C2, - 0xF364, 0x93DA, 0xF365, 0x93D0, 0xF366, 0x93F9, 0xF367, 0x93EC, 0xF368, 0x93CC, 0xF369, 0x93D9, 0xF36A, 0x93A9, 0xF36B, 0x93E6, - 0xF36C, 0x93CA, 0xF36D, 0x93D4, 0xF36E, 0x93EE, 0xF36F, 0x93E3, 0xF370, 0x93D5, 0xF371, 0x93C4, 0xF372, 0x93CE, 0xF373, 0x93C0, - 0xF374, 0x93D2, 0xF375, 0x93E7, 0xF376, 0x957D, 0xF377, 0x95DA, 0xF378, 0x95DB, 0xF379, 0x96E1, 0xF37A, 0x9729, 0xF37B, 0x972B, - 0xF37C, 0x972C, 0xF37D, 0x9728, 0xF37E, 0x9726, 0xF3A1, 0x97B3, 0xF3A2, 0x97B7, 0xF3A3, 0x97B6, 0xF3A4, 0x97DD, 0xF3A5, 0x97DE, - 0xF3A6, 0x97DF, 0xF3A7, 0x985C, 0xF3A8, 0x9859, 0xF3A9, 0x985D, 0xF3AA, 0x9857, 0xF3AB, 0x98BF, 0xF3AC, 0x98BD, 0xF3AD, 0x98BB, - 0xF3AE, 0x98BE, 0xF3AF, 0x9948, 0xF3B0, 0x9947, 0xF3B1, 0x9943, 0xF3B2, 0x99A6, 0xF3B3, 0x99A7, 0xF3B4, 0x9A1A, 0xF3B5, 0x9A15, - 0xF3B6, 0x9A25, 0xF3B7, 0x9A1D, 0xF3B8, 0x9A24, 0xF3B9, 0x9A1B, 0xF3BA, 0x9A22, 0xF3BB, 0x9A20, 0xF3BC, 0x9A27, 0xF3BD, 0x9A23, - 0xF3BE, 0x9A1E, 0xF3BF, 0x9A1C, 0xF3C0, 0x9A14, 0xF3C1, 0x9AC2, 0xF3C2, 0x9B0B, 0xF3C3, 0x9B0A, 0xF3C4, 0x9B0E, 0xF3C5, 0x9B0C, - 0xF3C6, 0x9B37, 0xF3C7, 0x9BEA, 0xF3C8, 0x9BEB, 0xF3C9, 0x9BE0, 0xF3CA, 0x9BDE, 0xF3CB, 0x9BE4, 0xF3CC, 0x9BE6, 0xF3CD, 0x9BE2, - 0xF3CE, 0x9BF0, 0xF3CF, 0x9BD4, 0xF3D0, 0x9BD7, 0xF3D1, 0x9BEC, 0xF3D2, 0x9BDC, 0xF3D3, 0x9BD9, 0xF3D4, 0x9BE5, 0xF3D5, 0x9BD5, - 0xF3D6, 0x9BE1, 0xF3D7, 0x9BDA, 0xF3D8, 0x9D77, 0xF3D9, 0x9D81, 0xF3DA, 0x9D8A, 0xF3DB, 0x9D84, 0xF3DC, 0x9D88, 0xF3DD, 0x9D71, - 0xF3DE, 0x9D80, 0xF3DF, 0x9D78, 0xF3E0, 0x9D86, 0xF3E1, 0x9D8B, 0xF3E2, 0x9D8C, 0xF3E3, 0x9D7D, 0xF3E4, 0x9D6B, 0xF3E5, 0x9D74, - 0xF3E6, 0x9D75, 0xF3E7, 0x9D70, 0xF3E8, 0x9D69, 0xF3E9, 0x9D85, 0xF3EA, 0x9D73, 0xF3EB, 0x9D7B, 0xF3EC, 0x9D82, 0xF3ED, 0x9D6F, - 0xF3EE, 0x9D79, 0xF3EF, 0x9D7F, 0xF3F0, 0x9D87, 0xF3F1, 0x9D68, 0xF3F2, 0x9E94, 0xF3F3, 0x9E91, 0xF3F4, 0x9EC0, 0xF3F5, 0x9EFC, - 0xF3F6, 0x9F2D, 0xF3F7, 0x9F40, 0xF3F8, 0x9F41, 0xF3F9, 0x9F4D, 0xF3FA, 0x9F56, 0xF3FB, 0x9F57, 0xF3FC, 0x9F58, 0xF3FD, 0x5337, - 0xF3FE, 0x56B2, 0xF440, 0x56B5, 0xF441, 0x56B3, 0xF442, 0x58E3, 0xF443, 0x5B45, 0xF444, 0x5DC6, 0xF445, 0x5DC7, 0xF446, 0x5EEE, - 0xF447, 0x5EEF, 0xF448, 0x5FC0, 0xF449, 0x5FC1, 0xF44A, 0x61F9, 0xF44B, 0x6517, 0xF44C, 0x6516, 0xF44D, 0x6515, 0xF44E, 0x6513, - 0xF44F, 0x65DF, 0xF450, 0x66E8, 0xF451, 0x66E3, 0xF452, 0x66E4, 0xF453, 0x6AF3, 0xF454, 0x6AF0, 0xF455, 0x6AEA, 0xF456, 0x6AE8, - 0xF457, 0x6AF9, 0xF458, 0x6AF1, 0xF459, 0x6AEE, 0xF45A, 0x6AEF, 0xF45B, 0x703C, 0xF45C, 0x7035, 0xF45D, 0x702F, 0xF45E, 0x7037, - 0xF45F, 0x7034, 0xF460, 0x7031, 0xF461, 0x7042, 0xF462, 0x7038, 0xF463, 0x703F, 0xF464, 0x703A, 0xF465, 0x7039, 0xF466, 0x7040, - 0xF467, 0x703B, 0xF468, 0x7033, 0xF469, 0x7041, 0xF46A, 0x7213, 0xF46B, 0x7214, 0xF46C, 0x72A8, 0xF46D, 0x737D, 0xF46E, 0x737C, - 0xF46F, 0x74BA, 0xF470, 0x76AB, 0xF471, 0x76AA, 0xF472, 0x76BE, 0xF473, 0x76ED, 0xF474, 0x77CC, 0xF475, 0x77CE, 0xF476, 0x77CF, - 0xF477, 0x77CD, 0xF478, 0x77F2, 0xF479, 0x7925, 0xF47A, 0x7923, 0xF47B, 0x7927, 0xF47C, 0x7928, 0xF47D, 0x7924, 0xF47E, 0x7929, - 0xF4A1, 0x79B2, 0xF4A2, 0x7A6E, 0xF4A3, 0x7A6C, 0xF4A4, 0x7A6D, 0xF4A5, 0x7AF7, 0xF4A6, 0x7C49, 0xF4A7, 0x7C48, 0xF4A8, 0x7C4A, - 0xF4A9, 0x7C47, 0xF4AA, 0x7C45, 0xF4AB, 0x7CEE, 0xF4AC, 0x7E7B, 0xF4AD, 0x7E7E, 0xF4AE, 0x7E81, 0xF4AF, 0x7E80, 0xF4B0, 0x7FBA, - 0xF4B1, 0x7FFF, 0xF4B2, 0x8079, 0xF4B3, 0x81DB, 0xF4B4, 0x81D9, 0xF4B5, 0x820B, 0xF4B6, 0x8268, 0xF4B7, 0x8269, 0xF4B8, 0x8622, - 0xF4B9, 0x85FF, 0xF4BA, 0x8601, 0xF4BB, 0x85FE, 0xF4BC, 0x861B, 0xF4BD, 0x8600, 0xF4BE, 0x85F6, 0xF4BF, 0x8604, 0xF4C0, 0x8609, - 0xF4C1, 0x8605, 0xF4C2, 0x860C, 0xF4C3, 0x85FD, 0xF4C4, 0x8819, 0xF4C5, 0x8810, 0xF4C6, 0x8811, 0xF4C7, 0x8817, 0xF4C8, 0x8813, - 0xF4C9, 0x8816, 0xF4CA, 0x8963, 0xF4CB, 0x8966, 0xF4CC, 0x89B9, 0xF4CD, 0x89F7, 0xF4CE, 0x8B60, 0xF4CF, 0x8B6A, 0xF4D0, 0x8B5D, - 0xF4D1, 0x8B68, 0xF4D2, 0x8B63, 0xF4D3, 0x8B65, 0xF4D4, 0x8B67, 0xF4D5, 0x8B6D, 0xF4D6, 0x8DAE, 0xF4D7, 0x8E86, 0xF4D8, 0x8E88, - 0xF4D9, 0x8E84, 0xF4DA, 0x8F59, 0xF4DB, 0x8F56, 0xF4DC, 0x8F57, 0xF4DD, 0x8F55, 0xF4DE, 0x8F58, 0xF4DF, 0x8F5A, 0xF4E0, 0x908D, - 0xF4E1, 0x9143, 0xF4E2, 0x9141, 0xF4E3, 0x91B7, 0xF4E4, 0x91B5, 0xF4E5, 0x91B2, 0xF4E6, 0x91B3, 0xF4E7, 0x940B, 0xF4E8, 0x9413, - 0xF4E9, 0x93FB, 0xF4EA, 0x9420, 0xF4EB, 0x940F, 0xF4EC, 0x9414, 0xF4ED, 0x93FE, 0xF4EE, 0x9415, 0xF4EF, 0x9410, 0xF4F0, 0x9428, - 0xF4F1, 0x9419, 0xF4F2, 0x940D, 0xF4F3, 0x93F5, 0xF4F4, 0x9400, 0xF4F5, 0x93F7, 0xF4F6, 0x9407, 0xF4F7, 0x940E, 0xF4F8, 0x9416, - 0xF4F9, 0x9412, 0xF4FA, 0x93FA, 0xF4FB, 0x9409, 0xF4FC, 0x93F8, 0xF4FD, 0x940A, 0xF4FE, 0x93FF, 0xF540, 0x93FC, 0xF541, 0x940C, - 0xF542, 0x93F6, 0xF543, 0x9411, 0xF544, 0x9406, 0xF545, 0x95DE, 0xF546, 0x95E0, 0xF547, 0x95DF, 0xF548, 0x972E, 0xF549, 0x972F, - 0xF54A, 0x97B9, 0xF54B, 0x97BB, 0xF54C, 0x97FD, 0xF54D, 0x97FE, 0xF54E, 0x9860, 0xF54F, 0x9862, 0xF550, 0x9863, 0xF551, 0x985F, - 0xF552, 0x98C1, 0xF553, 0x98C2, 0xF554, 0x9950, 0xF555, 0x994E, 0xF556, 0x9959, 0xF557, 0x994C, 0xF558, 0x994B, 0xF559, 0x9953, - 0xF55A, 0x9A32, 0xF55B, 0x9A34, 0xF55C, 0x9A31, 0xF55D, 0x9A2C, 0xF55E, 0x9A2A, 0xF55F, 0x9A36, 0xF560, 0x9A29, 0xF561, 0x9A2E, - 0xF562, 0x9A38, 0xF563, 0x9A2D, 0xF564, 0x9AC7, 0xF565, 0x9ACA, 0xF566, 0x9AC6, 0xF567, 0x9B10, 0xF568, 0x9B12, 0xF569, 0x9B11, - 0xF56A, 0x9C0B, 0xF56B, 0x9C08, 0xF56C, 0x9BF7, 0xF56D, 0x9C05, 0xF56E, 0x9C12, 0xF56F, 0x9BF8, 0xF570, 0x9C40, 0xF571, 0x9C07, - 0xF572, 0x9C0E, 0xF573, 0x9C06, 0xF574, 0x9C17, 0xF575, 0x9C14, 0xF576, 0x9C09, 0xF577, 0x9D9F, 0xF578, 0x9D99, 0xF579, 0x9DA4, - 0xF57A, 0x9D9D, 0xF57B, 0x9D92, 0xF57C, 0x9D98, 0xF57D, 0x9D90, 0xF57E, 0x9D9B, 0xF5A1, 0x9DA0, 0xF5A2, 0x9D94, 0xF5A3, 0x9D9C, - 0xF5A4, 0x9DAA, 0xF5A5, 0x9D97, 0xF5A6, 0x9DA1, 0xF5A7, 0x9D9A, 0xF5A8, 0x9DA2, 0xF5A9, 0x9DA8, 0xF5AA, 0x9D9E, 0xF5AB, 0x9DA3, - 0xF5AC, 0x9DBF, 0xF5AD, 0x9DA9, 0xF5AE, 0x9D96, 0xF5AF, 0x9DA6, 0xF5B0, 0x9DA7, 0xF5B1, 0x9E99, 0xF5B2, 0x9E9B, 0xF5B3, 0x9E9A, - 0xF5B4, 0x9EE5, 0xF5B5, 0x9EE4, 0xF5B6, 0x9EE7, 0xF5B7, 0x9EE6, 0xF5B8, 0x9F30, 0xF5B9, 0x9F2E, 0xF5BA, 0x9F5B, 0xF5BB, 0x9F60, - 0xF5BC, 0x9F5E, 0xF5BD, 0x9F5D, 0xF5BE, 0x9F59, 0xF5BF, 0x9F91, 0xF5C0, 0x513A, 0xF5C1, 0x5139, 0xF5C2, 0x5298, 0xF5C3, 0x5297, - 0xF5C4, 0x56C3, 0xF5C5, 0x56BD, 0xF5C6, 0x56BE, 0xF5C7, 0x5B48, 0xF5C8, 0x5B47, 0xF5C9, 0x5DCB, 0xF5CA, 0x5DCF, 0xF5CB, 0x5EF1, - 0xF5CC, 0x61FD, 0xF5CD, 0x651B, 0xF5CE, 0x6B02, 0xF5CF, 0x6AFC, 0xF5D0, 0x6B03, 0xF5D1, 0x6AF8, 0xF5D2, 0x6B00, 0xF5D3, 0x7043, - 0xF5D4, 0x7044, 0xF5D5, 0x704A, 0xF5D6, 0x7048, 0xF5D7, 0x7049, 0xF5D8, 0x7045, 0xF5D9, 0x7046, 0xF5DA, 0x721D, 0xF5DB, 0x721A, - 0xF5DC, 0x7219, 0xF5DD, 0x737E, 0xF5DE, 0x7517, 0xF5DF, 0x766A, 0xF5E0, 0x77D0, 0xF5E1, 0x792D, 0xF5E2, 0x7931, 0xF5E3, 0x792F, - 0xF5E4, 0x7C54, 0xF5E5, 0x7C53, 0xF5E6, 0x7CF2, 0xF5E7, 0x7E8A, 0xF5E8, 0x7E87, 0xF5E9, 0x7E88, 0xF5EA, 0x7E8B, 0xF5EB, 0x7E86, - 0xF5EC, 0x7E8D, 0xF5ED, 0x7F4D, 0xF5EE, 0x7FBB, 0xF5EF, 0x8030, 0xF5F0, 0x81DD, 0xF5F1, 0x8618, 0xF5F2, 0x862A, 0xF5F3, 0x8626, - 0xF5F4, 0x861F, 0xF5F5, 0x8623, 0xF5F6, 0x861C, 0xF5F7, 0x8619, 0xF5F8, 0x8627, 0xF5F9, 0x862E, 0xF5FA, 0x8621, 0xF5FB, 0x8620, - 0xF5FC, 0x8629, 0xF5FD, 0x861E, 0xF5FE, 0x8625, 0xF640, 0x8829, 0xF641, 0x881D, 0xF642, 0x881B, 0xF643, 0x8820, 0xF644, 0x8824, - 0xF645, 0x881C, 0xF646, 0x882B, 0xF647, 0x884A, 0xF648, 0x896D, 0xF649, 0x8969, 0xF64A, 0x896E, 0xF64B, 0x896B, 0xF64C, 0x89FA, - 0xF64D, 0x8B79, 0xF64E, 0x8B78, 0xF64F, 0x8B45, 0xF650, 0x8B7A, 0xF651, 0x8B7B, 0xF652, 0x8D10, 0xF653, 0x8D14, 0xF654, 0x8DAF, - 0xF655, 0x8E8E, 0xF656, 0x8E8C, 0xF657, 0x8F5E, 0xF658, 0x8F5B, 0xF659, 0x8F5D, 0xF65A, 0x9146, 0xF65B, 0x9144, 0xF65C, 0x9145, - 0xF65D, 0x91B9, 0xF65E, 0x943F, 0xF65F, 0x943B, 0xF660, 0x9436, 0xF661, 0x9429, 0xF662, 0x943D, 0xF663, 0x943C, 0xF664, 0x9430, - 0xF665, 0x9439, 0xF666, 0x942A, 0xF667, 0x9437, 0xF668, 0x942C, 0xF669, 0x9440, 0xF66A, 0x9431, 0xF66B, 0x95E5, 0xF66C, 0x95E4, - 0xF66D, 0x95E3, 0xF66E, 0x9735, 0xF66F, 0x973A, 0xF670, 0x97BF, 0xF671, 0x97E1, 0xF672, 0x9864, 0xF673, 0x98C9, 0xF674, 0x98C6, - 0xF675, 0x98C0, 0xF676, 0x9958, 0xF677, 0x9956, 0xF678, 0x9A39, 0xF679, 0x9A3D, 0xF67A, 0x9A46, 0xF67B, 0x9A44, 0xF67C, 0x9A42, - 0xF67D, 0x9A41, 0xF67E, 0x9A3A, 0xF6A1, 0x9A3F, 0xF6A2, 0x9ACD, 0xF6A3, 0x9B15, 0xF6A4, 0x9B17, 0xF6A5, 0x9B18, 0xF6A6, 0x9B16, - 0xF6A7, 0x9B3A, 0xF6A8, 0x9B52, 0xF6A9, 0x9C2B, 0xF6AA, 0x9C1D, 0xF6AB, 0x9C1C, 0xF6AC, 0x9C2C, 0xF6AD, 0x9C23, 0xF6AE, 0x9C28, - 0xF6AF, 0x9C29, 0xF6B0, 0x9C24, 0xF6B1, 0x9C21, 0xF6B2, 0x9DB7, 0xF6B3, 0x9DB6, 0xF6B4, 0x9DBC, 0xF6B5, 0x9DC1, 0xF6B6, 0x9DC7, - 0xF6B7, 0x9DCA, 0xF6B8, 0x9DCF, 0xF6B9, 0x9DBE, 0xF6BA, 0x9DC5, 0xF6BB, 0x9DC3, 0xF6BC, 0x9DBB, 0xF6BD, 0x9DB5, 0xF6BE, 0x9DCE, - 0xF6BF, 0x9DB9, 0xF6C0, 0x9DBA, 0xF6C1, 0x9DAC, 0xF6C2, 0x9DC8, 0xF6C3, 0x9DB1, 0xF6C4, 0x9DAD, 0xF6C5, 0x9DCC, 0xF6C6, 0x9DB3, - 0xF6C7, 0x9DCD, 0xF6C8, 0x9DB2, 0xF6C9, 0x9E7A, 0xF6CA, 0x9E9C, 0xF6CB, 0x9EEB, 0xF6CC, 0x9EEE, 0xF6CD, 0x9EED, 0xF6CE, 0x9F1B, - 0xF6CF, 0x9F18, 0xF6D0, 0x9F1A, 0xF6D1, 0x9F31, 0xF6D2, 0x9F4E, 0xF6D3, 0x9F65, 0xF6D4, 0x9F64, 0xF6D5, 0x9F92, 0xF6D6, 0x4EB9, - 0xF6D7, 0x56C6, 0xF6D8, 0x56C5, 0xF6D9, 0x56CB, 0xF6DA, 0x5971, 0xF6DB, 0x5B4B, 0xF6DC, 0x5B4C, 0xF6DD, 0x5DD5, 0xF6DE, 0x5DD1, - 0xF6DF, 0x5EF2, 0xF6E0, 0x6521, 0xF6E1, 0x6520, 0xF6E2, 0x6526, 0xF6E3, 0x6522, 0xF6E4, 0x6B0B, 0xF6E5, 0x6B08, 0xF6E6, 0x6B09, - 0xF6E7, 0x6C0D, 0xF6E8, 0x7055, 0xF6E9, 0x7056, 0xF6EA, 0x7057, 0xF6EB, 0x7052, 0xF6EC, 0x721E, 0xF6ED, 0x721F, 0xF6EE, 0x72A9, - 0xF6EF, 0x737F, 0xF6F0, 0x74D8, 0xF6F1, 0x74D5, 0xF6F2, 0x74D9, 0xF6F3, 0x74D7, 0xF6F4, 0x766D, 0xF6F5, 0x76AD, 0xF6F6, 0x7935, - 0xF6F7, 0x79B4, 0xF6F8, 0x7A70, 0xF6F9, 0x7A71, 0xF6FA, 0x7C57, 0xF6FB, 0x7C5C, 0xF6FC, 0x7C59, 0xF6FD, 0x7C5B, 0xF6FE, 0x7C5A, - 0xF740, 0x7CF4, 0xF741, 0x7CF1, 0xF742, 0x7E91, 0xF743, 0x7F4F, 0xF744, 0x7F87, 0xF745, 0x81DE, 0xF746, 0x826B, 0xF747, 0x8634, - 0xF748, 0x8635, 0xF749, 0x8633, 0xF74A, 0x862C, 0xF74B, 0x8632, 0xF74C, 0x8636, 0xF74D, 0x882C, 0xF74E, 0x8828, 0xF74F, 0x8826, - 0xF750, 0x882A, 0xF751, 0x8825, 0xF752, 0x8971, 0xF753, 0x89BF, 0xF754, 0x89BE, 0xF755, 0x89FB, 0xF756, 0x8B7E, 0xF757, 0x8B84, - 0xF758, 0x8B82, 0xF759, 0x8B86, 0xF75A, 0x8B85, 0xF75B, 0x8B7F, 0xF75C, 0x8D15, 0xF75D, 0x8E95, 0xF75E, 0x8E94, 0xF75F, 0x8E9A, - 0xF760, 0x8E92, 0xF761, 0x8E90, 0xF762, 0x8E96, 0xF763, 0x8E97, 0xF764, 0x8F60, 0xF765, 0x8F62, 0xF766, 0x9147, 0xF767, 0x944C, - 0xF768, 0x9450, 0xF769, 0x944A, 0xF76A, 0x944B, 0xF76B, 0x944F, 0xF76C, 0x9447, 0xF76D, 0x9445, 0xF76E, 0x9448, 0xF76F, 0x9449, - 0xF770, 0x9446, 0xF771, 0x973F, 0xF772, 0x97E3, 0xF773, 0x986A, 0xF774, 0x9869, 0xF775, 0x98CB, 0xF776, 0x9954, 0xF777, 0x995B, - 0xF778, 0x9A4E, 0xF779, 0x9A53, 0xF77A, 0x9A54, 0xF77B, 0x9A4C, 0xF77C, 0x9A4F, 0xF77D, 0x9A48, 0xF77E, 0x9A4A, 0xF7A1, 0x9A49, - 0xF7A2, 0x9A52, 0xF7A3, 0x9A50, 0xF7A4, 0x9AD0, 0xF7A5, 0x9B19, 0xF7A6, 0x9B2B, 0xF7A7, 0x9B3B, 0xF7A8, 0x9B56, 0xF7A9, 0x9B55, - 0xF7AA, 0x9C46, 0xF7AB, 0x9C48, 0xF7AC, 0x9C3F, 0xF7AD, 0x9C44, 0xF7AE, 0x9C39, 0xF7AF, 0x9C33, 0xF7B0, 0x9C41, 0xF7B1, 0x9C3C, - 0xF7B2, 0x9C37, 0xF7B3, 0x9C34, 0xF7B4, 0x9C32, 0xF7B5, 0x9C3D, 0xF7B6, 0x9C36, 0xF7B7, 0x9DDB, 0xF7B8, 0x9DD2, 0xF7B9, 0x9DDE, - 0xF7BA, 0x9DDA, 0xF7BB, 0x9DCB, 0xF7BC, 0x9DD0, 0xF7BD, 0x9DDC, 0xF7BE, 0x9DD1, 0xF7BF, 0x9DDF, 0xF7C0, 0x9DE9, 0xF7C1, 0x9DD9, - 0xF7C2, 0x9DD8, 0xF7C3, 0x9DD6, 0xF7C4, 0x9DF5, 0xF7C5, 0x9DD5, 0xF7C6, 0x9DDD, 0xF7C7, 0x9EB6, 0xF7C8, 0x9EF0, 0xF7C9, 0x9F35, - 0xF7CA, 0x9F33, 0xF7CB, 0x9F32, 0xF7CC, 0x9F42, 0xF7CD, 0x9F6B, 0xF7CE, 0x9F95, 0xF7CF, 0x9FA2, 0xF7D0, 0x513D, 0xF7D1, 0x5299, - 0xF7D2, 0x58E8, 0xF7D3, 0x58E7, 0xF7D4, 0x5972, 0xF7D5, 0x5B4D, 0xF7D6, 0x5DD8, 0xF7D7, 0x882F, 0xF7D8, 0x5F4F, 0xF7D9, 0x6201, - 0xF7DA, 0x6203, 0xF7DB, 0x6204, 0xF7DC, 0x6529, 0xF7DD, 0x6525, 0xF7DE, 0x6596, 0xF7DF, 0x66EB, 0xF7E0, 0x6B11, 0xF7E1, 0x6B12, - 0xF7E2, 0x6B0F, 0xF7E3, 0x6BCA, 0xF7E4, 0x705B, 0xF7E5, 0x705A, 0xF7E6, 0x7222, 0xF7E7, 0x7382, 0xF7E8, 0x7381, 0xF7E9, 0x7383, - 0xF7EA, 0x7670, 0xF7EB, 0x77D4, 0xF7EC, 0x7C67, 0xF7ED, 0x7C66, 0xF7EE, 0x7E95, 0xF7EF, 0x826C, 0xF7F0, 0x863A, 0xF7F1, 0x8640, - 0xF7F2, 0x8639, 0xF7F3, 0x863C, 0xF7F4, 0x8631, 0xF7F5, 0x863B, 0xF7F6, 0x863E, 0xF7F7, 0x8830, 0xF7F8, 0x8832, 0xF7F9, 0x882E, - 0xF7FA, 0x8833, 0xF7FB, 0x8976, 0xF7FC, 0x8974, 0xF7FD, 0x8973, 0xF7FE, 0x89FE, 0xF840, 0x8B8C, 0xF841, 0x8B8E, 0xF842, 0x8B8B, - 0xF843, 0x8B88, 0xF844, 0x8C45, 0xF845, 0x8D19, 0xF846, 0x8E98, 0xF847, 0x8F64, 0xF848, 0x8F63, 0xF849, 0x91BC, 0xF84A, 0x9462, - 0xF84B, 0x9455, 0xF84C, 0x945D, 0xF84D, 0x9457, 0xF84E, 0x945E, 0xF84F, 0x97C4, 0xF850, 0x97C5, 0xF851, 0x9800, 0xF852, 0x9A56, - 0xF853, 0x9A59, 0xF854, 0x9B1E, 0xF855, 0x9B1F, 0xF856, 0x9B20, 0xF857, 0x9C52, 0xF858, 0x9C58, 0xF859, 0x9C50, 0xF85A, 0x9C4A, - 0xF85B, 0x9C4D, 0xF85C, 0x9C4B, 0xF85D, 0x9C55, 0xF85E, 0x9C59, 0xF85F, 0x9C4C, 0xF860, 0x9C4E, 0xF861, 0x9DFB, 0xF862, 0x9DF7, - 0xF863, 0x9DEF, 0xF864, 0x9DE3, 0xF865, 0x9DEB, 0xF866, 0x9DF8, 0xF867, 0x9DE4, 0xF868, 0x9DF6, 0xF869, 0x9DE1, 0xF86A, 0x9DEE, - 0xF86B, 0x9DE6, 0xF86C, 0x9DF2, 0xF86D, 0x9DF0, 0xF86E, 0x9DE2, 0xF86F, 0x9DEC, 0xF870, 0x9DF4, 0xF871, 0x9DF3, 0xF872, 0x9DE8, - 0xF873, 0x9DED, 0xF874, 0x9EC2, 0xF875, 0x9ED0, 0xF876, 0x9EF2, 0xF877, 0x9EF3, 0xF878, 0x9F06, 0xF879, 0x9F1C, 0xF87A, 0x9F38, - 0xF87B, 0x9F37, 0xF87C, 0x9F36, 0xF87D, 0x9F43, 0xF87E, 0x9F4F, 0xF8A1, 0x9F71, 0xF8A2, 0x9F70, 0xF8A3, 0x9F6E, 0xF8A4, 0x9F6F, - 0xF8A5, 0x56D3, 0xF8A6, 0x56CD, 0xF8A7, 0x5B4E, 0xF8A8, 0x5C6D, 0xF8A9, 0x652D, 0xF8AA, 0x66ED, 0xF8AB, 0x66EE, 0xF8AC, 0x6B13, - 0xF8AD, 0x705F, 0xF8AE, 0x7061, 0xF8AF, 0x705D, 0xF8B0, 0x7060, 0xF8B1, 0x7223, 0xF8B2, 0x74DB, 0xF8B3, 0x74E5, 0xF8B4, 0x77D5, - 0xF8B5, 0x7938, 0xF8B6, 0x79B7, 0xF8B7, 0x79B6, 0xF8B8, 0x7C6A, 0xF8B9, 0x7E97, 0xF8BA, 0x7F89, 0xF8BB, 0x826D, 0xF8BC, 0x8643, - 0xF8BD, 0x8838, 0xF8BE, 0x8837, 0xF8BF, 0x8835, 0xF8C0, 0x884B, 0xF8C1, 0x8B94, 0xF8C2, 0x8B95, 0xF8C3, 0x8E9E, 0xF8C4, 0x8E9F, - 0xF8C5, 0x8EA0, 0xF8C6, 0x8E9D, 0xF8C7, 0x91BE, 0xF8C8, 0x91BD, 0xF8C9, 0x91C2, 0xF8CA, 0x946B, 0xF8CB, 0x9468, 0xF8CC, 0x9469, - 0xF8CD, 0x96E5, 0xF8CE, 0x9746, 0xF8CF, 0x9743, 0xF8D0, 0x9747, 0xF8D1, 0x97C7, 0xF8D2, 0x97E5, 0xF8D3, 0x9A5E, 0xF8D4, 0x9AD5, - 0xF8D5, 0x9B59, 0xF8D6, 0x9C63, 0xF8D7, 0x9C67, 0xF8D8, 0x9C66, 0xF8D9, 0x9C62, 0xF8DA, 0x9C5E, 0xF8DB, 0x9C60, 0xF8DC, 0x9E02, - 0xF8DD, 0x9DFE, 0xF8DE, 0x9E07, 0xF8DF, 0x9E03, 0xF8E0, 0x9E06, 0xF8E1, 0x9E05, 0xF8E2, 0x9E00, 0xF8E3, 0x9E01, 0xF8E4, 0x9E09, - 0xF8E5, 0x9DFF, 0xF8E6, 0x9DFD, 0xF8E7, 0x9E04, 0xF8E8, 0x9EA0, 0xF8E9, 0x9F1E, 0xF8EA, 0x9F46, 0xF8EB, 0x9F74, 0xF8EC, 0x9F75, - 0xF8ED, 0x9F76, 0xF8EE, 0x56D4, 0xF8EF, 0x652E, 0xF8F0, 0x65B8, 0xF8F1, 0x6B18, 0xF8F2, 0x6B19, 0xF8F3, 0x6B17, 0xF8F4, 0x6B1A, - 0xF8F5, 0x7062, 0xF8F6, 0x7226, 0xF8F7, 0x72AA, 0xF8F8, 0x77D8, 0xF8F9, 0x77D9, 0xF8FA, 0x7939, 0xF8FB, 0x7C69, 0xF8FC, 0x7C6B, - 0xF8FD, 0x7CF6, 0xF8FE, 0x7E9A, 0xF940, 0x7E98, 0xF941, 0x7E9B, 0xF942, 0x7E99, 0xF943, 0x81E0, 0xF944, 0x81E1, 0xF945, 0x8646, - 0xF946, 0x8647, 0xF947, 0x8648, 0xF948, 0x8979, 0xF949, 0x897A, 0xF94A, 0x897C, 0xF94B, 0x897B, 0xF94C, 0x89FF, 0xF94D, 0x8B98, - 0xF94E, 0x8B99, 0xF94F, 0x8EA5, 0xF950, 0x8EA4, 0xF951, 0x8EA3, 0xF952, 0x946E, 0xF953, 0x946D, 0xF954, 0x946F, 0xF955, 0x9471, - 0xF956, 0x9473, 0xF957, 0x9749, 0xF958, 0x9872, 0xF959, 0x995F, 0xF95A, 0x9C68, 0xF95B, 0x9C6E, 0xF95C, 0x9C6D, 0xF95D, 0x9E0B, - 0xF95E, 0x9E0D, 0xF95F, 0x9E10, 0xF960, 0x9E0F, 0xF961, 0x9E12, 0xF962, 0x9E11, 0xF963, 0x9EA1, 0xF964, 0x9EF5, 0xF965, 0x9F09, - 0xF966, 0x9F47, 0xF967, 0x9F78, 0xF968, 0x9F7B, 0xF969, 0x9F7A, 0xF96A, 0x9F79, 0xF96B, 0x571E, 0xF96C, 0x7066, 0xF96D, 0x7C6F, - 0xF96E, 0x883C, 0xF96F, 0x8DB2, 0xF970, 0x8EA6, 0xF971, 0x91C3, 0xF972, 0x9474, 0xF973, 0x9478, 0xF974, 0x9476, 0xF975, 0x9475, - 0xF976, 0x9A60, 0xF977, 0x9C74, 0xF978, 0x9C73, 0xF979, 0x9C71, 0xF97A, 0x9C75, 0xF97B, 0x9E14, 0xF97C, 0x9E13, 0xF97D, 0x9EF6, - 0xF97E, 0x9F0A, 0xF9A1, 0x9FA4, 0xF9A2, 0x7068, 0xF9A3, 0x7065, 0xF9A4, 0x7CF7, 0xF9A5, 0x866A, 0xF9A6, 0x883E, 0xF9A7, 0x883D, - 0xF9A8, 0x883F, 0xF9A9, 0x8B9E, 0xF9AA, 0x8C9C, 0xF9AB, 0x8EA9, 0xF9AC, 0x8EC9, 0xF9AD, 0x974B, 0xF9AE, 0x9873, 0xF9AF, 0x9874, - 0xF9B0, 0x98CC, 0xF9B1, 0x9961, 0xF9B2, 0x99AB, 0xF9B3, 0x9A64, 0xF9B4, 0x9A66, 0xF9B5, 0x9A67, 0xF9B6, 0x9B24, 0xF9B7, 0x9E15, - 0xF9B8, 0x9E17, 0xF9B9, 0x9F48, 0xF9BA, 0x6207, 0xF9BB, 0x6B1E, 0xF9BC, 0x7227, 0xF9BD, 0x864C, 0xF9BE, 0x8EA8, 0xF9BF, 0x9482, - 0xF9C0, 0x9480, 0xF9C1, 0x9481, 0xF9C2, 0x9A69, 0xF9C3, 0x9A68, 0xF9C4, 0x9B2E, 0xF9C5, 0x9E19, 0xF9C6, 0x7229, 0xF9C7, 0x864B, - 0xF9C8, 0x8B9F, 0xF9C9, 0x9483, 0xF9CA, 0x9C79, 0xF9CB, 0x9EB7, 0xF9CC, 0x7675, 0xF9CD, 0x9A6B, 0xF9CE, 0x9C7A, 0xF9CF, 0x9E1D, - 0xF9D0, 0x7069, 0xF9D1, 0x706A, 0xF9D2, 0x9EA4, 0xF9D3, 0x9F7E, 0xF9D4, 0x9F49, 0xF9D5, 0x9F98, 0xF9D6, 0x7881, 0xF9D7, 0x92B9, - 0xF9D8, 0x88CF, 0xF9D9, 0x58BB, 0xF9DA, 0x6052, 0xF9DB, 0x7CA7, 0xF9DC, 0x5AFA, 0xF9DD, 0x2554, 0xF9DE, 0x2566, 0xF9DF, 0x2557, - 0xF9E0, 0x2560, 0xF9E1, 0x256C, 0xF9E2, 0x2563, 0xF9E3, 0x255A, 0xF9E4, 0x2569, 0xF9E5, 0x255D, 0xF9E6, 0x2552, 0xF9E7, 0x2564, - 0xF9E8, 0x2555, 0xF9E9, 0x255E, 0xF9EA, 0x256A, 0xF9EB, 0x2561, 0xF9EC, 0x2558, 0xF9ED, 0x2567, 0xF9EE, 0x255B, 0xF9EF, 0x2553, - 0xF9F0, 0x2565, 0xF9F1, 0x2556, 0xF9F2, 0x255F, 0xF9F3, 0x256B, 0xF9F4, 0x2562, 0xF9F5, 0x2559, 0xF9F6, 0x2568, 0xF9F7, 0x255C, - 0xF9F8, 0x2551, 0xF9F9, 0x2550, 0xF9FA, 0x256D, 0xF9FB, 0x256E, 0xF9FC, 0x2570, 0xF9FD, 0x256F, 0xF9FE, 0x2593, 0, 0 -}; -#endif - -#if FF_CODE_PAGE == 437 || FF_CODE_PAGE == 0 -static const WCHAR uc437[] = { /* CP437(U.S.) to Unicode conversion table */ - 0x00C7, 0x00FC, 0x00E9, 0x00E2, 0x00E4, 0x00E0, 0x00E5, 0x00E7, 0x00EA, 0x00EB, 0x00E8, 0x00EF, 0x00EE, 0x00EC, 0x00C4, 0x00C5, - 0x00C9, 0x00E6, 0x00C6, 0x00F4, 0x00F6, 0x00F2, 0x00FB, 0x00F9, 0x00FF, 0x00D6, 0x00DC, 0x00A2, 0x00A3, 0x00A5, 0x20A7, 0x0192, - 0x00E1, 0x00ED, 0x00F3, 0x00FA, 0x00F1, 0x00D1, 0x00AA, 0x00BA, 0x00BF, 0x2310, 0x00AC, 0x00BD, 0x00BC, 0x00A1, 0x00AB, 0x00BB, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x2561, 0x2562, 0x2556, 0x2555, 0x2563, 0x2551, 0x2557, 0x255D, 0x255C, 0x255B, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x255E, 0x255F, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x2567, - 0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256B, 0x256A, 0x2518, 0x250C, 0x2588, 0x2584, 0x258C, 0x2590, 0x2580, - 0x03B1, 0x00DF, 0x0393, 0x03C0, 0x03A3, 0x03C3, 0x00B5, 0x03C4, 0x03A6, 0x0398, 0x03A9, 0x03B4, 0x221E, 0x03C6, 0x03B5, 0x2229, - 0x2261, 0x00B1, 0x2265, 0x2264, 0x2320, 0x2321, 0x00F7, 0x2248, 0x00B0, 0x2219, 0x00B7, 0x221A, 0x207F, 0x00B2, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 720 || FF_CODE_PAGE == 0 -static const WCHAR uc720[] = { /* CP720(Arabic) to Unicode conversion table */ - 0x0000, 0x0000, 0x00E9, 0x00E2, 0x0000, 0x00E0, 0x0000, 0x00E7, 0x00EA, 0x00EB, 0x00E8, 0x00EF, 0x00EE, 0x0000, 0x0000, 0x0000, - 0x0000, 0x0651, 0x0652, 0x00F4, 0x00A4, 0x0640, 0x00FB, 0x00F9, 0x0621, 0x0622, 0x0623, 0x0624, 0x00A3, 0x0625, 0x0626, 0x0627, - 0x0628, 0x0629, 0x062A, 0x062B, 0x062C, 0x062D, 0x062E, 0x062F, 0x0630, 0x0631, 0x0632, 0x0633, 0x0634, 0x0635, 0x00AB, 0x00BB, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x2561, 0x2562, 0x2556, 0x2555, 0x2563, 0x2551, 0x2557, 0x255D, 0x255C, 0x255B, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x255E, 0x255F, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x2567, - 0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256B, 0x256A, 0x2518, 0x250C, 0x2588, 0x2584, 0x258C, 0x2590, 0x2580, - 0x0636, 0x0637, 0x0638, 0x0639, 0x063A, 0x0641, 0x00B5, 0x0642, 0x0643, 0x0644, 0x0645, 0x0646, 0x0647, 0x0648, 0x0649, 0x064A, - 0x2261, 0x064B, 0x064C, 0x064D, 0x064E, 0x064F, 0x0650, 0x2248, 0x00B0, 0x2219, 0x00B7, 0x221A, 0x207F, 0x00B2, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 737 || FF_CODE_PAGE == 0 -static const WCHAR uc737[] = { /* CP737(Greek) to Unicode conversion table */ - 0x0391, 0x0392, 0x0393, 0x0394, 0x0395, 0x0396, 0x0397, 0x0398, 0x0399, 0x039A, 0x039B, 0x039C, 0x039D, 0x039E, 0x039F, 0x03A0, - 0x03A1, 0x03A3, 0x03A4, 0x03A5, 0x03A6, 0x03A7, 0x03A8, 0x03A9, 0x03B1, 0x03B2, 0x03B3, 0x03B4, 0x03B5, 0x03B6, 0x03B7, 0x03B8, - 0x03B9, 0x03BA, 0x03BB, 0x03BC, 0x03BD, 0x03BE, 0x03BF, 0x03C0, 0x03C1, 0x03C3, 0x03C2, 0x03C4, 0x03C5, 0x03C6, 0x03C7, 0x03C8, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x2561, 0x2562, 0x2556, 0x2555, 0x2563, 0x2551, 0x2557, 0x255D, 0x255C, 0x255B, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x255E, 0x255F, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x2567, - 0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256B, 0x256A, 0x2518, 0x250C, 0x2588, 0x2584, 0x258C, 0x2590, 0x2580, - 0x03C9, 0x03AC, 0x03AD, 0x03AE, 0x03CA, 0x03AF, 0x03CC, 0x03CD, 0x03CB, 0x03CE, 0x0386, 0x0388, 0x0389, 0x038A, 0x038C, 0x038E, - 0x038F, 0x00B1, 0x2265, 0x2264, 0x03AA, 0x03AB, 0x00F7, 0x2248, 0x00B0, 0x2219, 0x00B7, 0x221A, 0x207F, 0x00B2, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 771 || FF_CODE_PAGE == 0 -static const WCHAR uc771[] = { /* CP771(KBL) to Unicode conversion table */ - 0x0410, 0x0411, 0x0412, 0x0413, 0x0414, 0x0415, 0x0416, 0x0417, 0x0418, 0x0419, 0x041A, 0x041B, 0x041C, 0x041D, 0x041E, 0x041F, - 0x0420, 0x0421, 0x0422, 0x0423, 0x0424, 0x0425, 0x0426, 0x0427, 0x0428, 0x0429, 0x042A, 0x042B, 0x042C, 0x042D, 0x042E, 0x042F, - 0x0430, 0x0431, 0x0432, 0x0433, 0x0434, 0x0435, 0x0436, 0x0437, 0x0438, 0x0439, 0x043A, 0x043B, 0x043C, 0x043D, 0x043E, 0x043F, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x2561, 0x2562, 0x2556, 0x2555, 0x2563, 0x2551, 0x2557, 0x255D, 0x255C, 0x2558, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x255E, 0x255F, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x2567, - 0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256B, 0x256A, 0x2518, 0x250C, 0x2588, 0x0104, 0x0105, 0x010C, 0x010D, - 0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 0x0446, 0x0447, 0x0448, 0x0449, 0x044A, 0x044B, 0x044C, 0x044D, 0x044E, 0x044F, - 0x0118, 0x0119, 0x0116, 0x0117, 0x012E, 0x012F, 0x0160, 0x0161, 0x0172, 0x0173, 0x016A, 0x016B, 0x017D, 0x017E, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 775 || FF_CODE_PAGE == 0 -static const WCHAR uc775[] = { /* CP775(Baltic) to Unicode conversion table */ - 0x0106, 0x00FC, 0x00E9, 0x0101, 0x00E4, 0x0123, 0x00E5, 0x0107, 0x0142, 0x0113, 0x0156, 0x0157, 0x012B, 0x0179, 0x00C4, 0x00C5, - 0x00C9, 0x00E6, 0x00C6, 0x014D, 0x00F6, 0x0122, 0x00A2, 0x015A, 0x015B, 0x00D6, 0x00DC, 0x00F8, 0x00A3, 0x00D8, 0x00D7, 0x00A4, - 0x0100, 0x012A, 0x00F3, 0x017B, 0x017C, 0x017A, 0x201D, 0x00A6, 0x00A9, 0x00AE, 0x00AC, 0x00BD, 0x00BC, 0x0141, 0x00AB, 0x00BB, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x0104, 0x010C, 0x0118, 0x0116, 0x2563, 0x2551, 0x2557, 0x255D, 0x012E, 0x0160, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x0172, 0x016A, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x017D, - 0x0105, 0x010D, 0x0119, 0x0117, 0x012F, 0x0161, 0x0173, 0x016B, 0x017E, 0x2518, 0x250C, 0x2588, 0x2584, 0x258C, 0x2590, 0x2580, - 0x00D3, 0x00DF, 0x014C, 0x0143, 0x00F5, 0x00D5, 0x00B5, 0x0144, 0x0136, 0x0137, 0x013B, 0x013C, 0x0146, 0x0112, 0x0145, 0x2019, - 0x00AD, 0x00B1, 0x201C, 0x00BE, 0x00B6, 0x00A7, 0x00F7, 0x201E, 0x00B0, 0x2219, 0x00B7, 0x00B9, 0x00B3, 0x00B2, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 850 || FF_CODE_PAGE == 0 -static const WCHAR uc850[] = { /* CP850(Latin 1) to Unicode conversion table */ - 0x00C7, 0x00FC, 0x00E9, 0x00E2, 0x00E4, 0x00E0, 0x00E5, 0x00E7, 0x00EA, 0x00EB, 0x00E8, 0x00EF, 0x00EE, 0x00EC, 0x00C4, 0x00C5, - 0x00C9, 0x00E6, 0x00C6, 0x00F4, 0x00F6, 0x00F2, 0x00FB, 0x00F9, 0x00FF, 0x00D6, 0x00DC, 0x00F8, 0x00A3, 0x00D8, 0x00D7, 0x0192, - 0x00E1, 0x00ED, 0x00F3, 0x00FA, 0x00F1, 0x00D1, 0x00AA, 0x00BA, 0x00BF, 0x00AE, 0x00AC, 0x00BD, 0x00BC, 0x00A1, 0x00AB, 0x00BB, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x00C1, 0x00C2, 0x00C0, 0x00A9, 0x2563, 0x2551, 0x2557, 0x255D, 0x00A2, 0x00A5, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x00E3, 0x00C3, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x00A4, - 0x00F0, 0x00D0, 0x00CA, 0x00CB, 0x00C8, 0x0131, 0x00CD, 0x00CE, 0x00CF, 0x2518, 0x250C, 0x2588, 0x2584, 0x00A6, 0x00CC, 0x2580, - 0x00D3, 0x00DF, 0x00D4, 0x00D2, 0x00F5, 0x00D5, 0x00B5, 0x00FE, 0x00DE, 0x00DA, 0x00DB, 0x00D9, 0x00FD, 0x00DD, 0x00AF, 0x00B4, - 0x00AD, 0x00B1, 0x2017, 0x00BE, 0x00B6, 0x00A7, 0x00F7, 0x00B8, 0x00B0, 0x00A8, 0x00B7, 0x00B9, 0x00B3, 0x00B2, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 852 || FF_CODE_PAGE == 0 -static const WCHAR uc852[] = { /* CP852(Latin 2) to Unicode conversion table */ - 0x00C7, 0x00FC, 0x00E9, 0x00E2, 0x00E4, 0x016F, 0x0107, 0x00E7, 0x0142, 0x00EB, 0x0150, 0x0151, 0x00EE, 0x0179, 0x00C4, 0x0106, - 0x00C9, 0x0139, 0x013A, 0x00F4, 0x00F6, 0x013D, 0x013E, 0x015A, 0x015B, 0x00D6, 0x00DC, 0x0164, 0x0165, 0x0141, 0x00D7, 0x010D, - 0x00E1, 0x00ED, 0x00F3, 0x00FA, 0x0104, 0x0105, 0x017D, 0x017E, 0x0118, 0x0119, 0x00AC, 0x017A, 0x010C, 0x015F, 0x00AB, 0x00BB, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x00C1, 0x00C2, 0x011A, 0x015E, 0x2563, 0x2551, 0x2557, 0x255D, 0x017B, 0x017C, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x0102, 0x0103, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x00A4, - 0x0111, 0x0110, 0x010E, 0x00CB, 0x010F, 0x0147, 0x00CD, 0x00CE, 0x011B, 0x2518, 0x250C, 0x2588, 0x2584, 0x0162, 0x016E, 0x2580, - 0x00D3, 0x00DF, 0x00D4, 0x0143, 0x0144, 0x0148, 0x0160, 0x0161, 0x0154, 0x00DA, 0x0155, 0x0170, 0x00FD, 0x00DD, 0x0163, 0x00B4, - 0x00AD, 0x02DD, 0x02DB, 0x02C7, 0x02D8, 0x00A7, 0x00F7, 0x00B8, 0x00B0, 0x00A8, 0x02D9, 0x0171, 0x0158, 0x0159, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 855 || FF_CODE_PAGE == 0 -static const WCHAR uc855[] = { /* CP855(Cyrillic) to Unicode conversion table */ - 0x0452, 0x0402, 0x0453, 0x0403, 0x0451, 0x0401, 0x0454, 0x0404, 0x0455, 0x0405, 0x0456, 0x0406, 0x0457, 0x0407, 0x0458, 0x0408, - 0x0459, 0x0409, 0x045A, 0x040A, 0x045B, 0x040B, 0x045C, 0x040C, 0x045E, 0x040E, 0x045F, 0x040F, 0x044E, 0x042E, 0x044A, 0x042A, - 0x0430, 0x0410, 0x0431, 0x0411, 0x0446, 0x0426, 0x0434, 0x0414, 0x0435, 0x0415, 0x0444, 0x0424, 0x0433, 0x0413, 0x00AB, 0x00BB, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x0445, 0x0425, 0x0438, 0x0418, 0x2563, 0x2551, 0x2557, 0x255D, 0x0439, 0x0419, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x043A, 0x041A, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x00A4, - 0x043B, 0x041B, 0x043C, 0x041C, 0x043D, 0x041D, 0x043E, 0x041E, 0x043F, 0x2518, 0x250C, 0x2588, 0x2584, 0x041F, 0x044F, 0x2580, - 0x042F, 0x0440, 0x0420, 0x0441, 0x0421, 0x0442, 0x0422, 0x0443, 0x0423, 0x0436, 0x0416, 0x0432, 0x0412, 0x044C, 0x042C, 0x2116, - 0x00AD, 0x044B, 0x042B, 0x0437, 0x0417, 0x0448, 0x0428, 0x044D, 0x042D, 0x0449, 0x0429, 0x0447, 0x0427, 0x00A7, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 857 || FF_CODE_PAGE == 0 -static const WCHAR uc857[] = { /* CP857(Turkish) to Unicode conversion table */ - 0x00C7, 0x00FC, 0x00E9, 0x00E2, 0x00E4, 0x00E0, 0x00E5, 0x00E7, 0x00EA, 0x00EB, 0x00E8, 0x00EF, 0x00EE, 0x0131, 0x00C4, 0x00C5, - 0x00C9, 0x00E6, 0x00C6, 0x00F4, 0x00F6, 0x00F2, 0x00FB, 0x00F9, 0x0130, 0x00D6, 0x00DC, 0x00F8, 0x00A3, 0x00D8, 0x015E, 0x015F, - 0x00E1, 0x00ED, 0x00F3, 0x00FA, 0x00F1, 0x00D1, 0x011E, 0x011F, 0x00BF, 0x00AE, 0x00AC, 0x00BD, 0x00BC, 0x00A1, 0x00AB, 0x00BB, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x00C1, 0x00C2, 0x00C0, 0x00A9, 0x2563, 0x2551, 0x2557, 0x255D, 0x00A2, 0x00A5, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x00E3, 0x00C3, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x00A4, - 0x00BA, 0x00AA, 0x00CA, 0x00CB, 0x00C8, 0x0000, 0x00CD, 0x00CE, 0x00CF, 0x2518, 0x250C, 0x2588, 0x2584, 0x00A6, 0x00CC, 0x2580, - 0x00D3, 0x00DF, 0x00D4, 0x00D2, 0x00F5, 0x00D5, 0x00B5, 0x0000, 0x00D7, 0x00DA, 0x00DB, 0x00D9, 0x00EC, 0x00FF, 0x00AF, 0x00B4, - 0x00AD, 0x00B1, 0x0000, 0x00BE, 0x00B6, 0x00A7, 0x00F7, 0x00B8, 0x00B0, 0x00A8, 0x00B7, 0x00B9, 0x00B3, 0x00B2, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 860 || FF_CODE_PAGE == 0 -static const WCHAR uc860[] = { /* CP860(Portuguese) to Unicode conversion table */ - 0x00C7, 0x00FC, 0x00E9, 0x00E2, 0x00E3, 0x00E0, 0x00C1, 0x00E7, 0x00EA, 0x00CA, 0x00E8, 0x00CD, 0x00D4, 0x00EC, 0x00C3, 0x00C2, - 0x00C9, 0x00C0, 0x00C8, 0x00F4, 0x00F5, 0x00F2, 0x00DA, 0x00F9, 0x00CC, 0x00D5, 0x00DC, 0x00A2, 0x00A3, 0x00D9, 0x20A7, 0x00D3, - 0x00E1, 0x00ED, 0x00F3, 0x00FA, 0x00F1, 0x00D1, 0x00AA, 0x00BA, 0x00BF, 0x00D2, 0x00AC, 0x00BD, 0x00BC, 0x00A1, 0x00AB, 0x00BB, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x2561, 0x2562, 0x2556, 0x2555, 0x2563, 0x2551, 0x2557, 0x255D, 0x255C, 0x2558, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x255E, 0x255F, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x2567, - 0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256B, 0x256A, 0x2518, 0x250C, 0x2588, 0x2584, 0x258C, 0x2590, 0x2580, - 0x03B1, 0x00DF, 0x0393, 0x03C0, 0x03A3, 0x03C3, 0x00B5, 0x03C4, 0x03A6, 0x0398, 0x03A9, 0x03B4, 0x221E, 0x03C6, 0x03B5, 0x2229, - 0x2261, 0x00B1, 0x2265, 0x2264, 0x2320, 0x2321, 0x00F7, 0x2248, 0x00B0, 0x2219, 0x00B7, 0x221A, 0x207F, 0x00B2, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 861 || FF_CODE_PAGE == 0 -static const WCHAR uc861[] = { /* CP861(Icelandic) to Unicode conversion table */ - 0x00C7, 0x00FC, 0x00E9, 0x00E2, 0x00E4, 0x00E0, 0x00E6, 0x00E7, 0x00EA, 0x00EB, 0x00E8, 0x00D0, 0x00F0, 0x00DE, 0x00C4, 0x00C5, - 0x00C9, 0x00E6, 0x00C6, 0x00F4, 0x00F6, 0x00FE, 0x00FB, 0x00DD, 0x00FD, 0x00D6, 0x00DC, 0x00F8, 0x00A3, 0x00D8, 0x20A7, 0x0192, - 0x00E1, 0x00ED, 0x00F3, 0x00FA, 0x00C1, 0x00CD, 0x00D3, 0x00DA, 0x00BF, 0x2310, 0x00AC, 0x00BD, 0x00BC, 0x00A1, 0x00AB, 0x00BB, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x2561, 0x2562, 0x2556, 0x2555, 0x2563, 0x2551, 0x2557, 0x255D, 0x255C, 0x255B, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x255E, 0x255F, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x2567, - 0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256B, 0x256A, 0x2518, 0x250C, 0x2588, 0x2584, 0x258C, 0x2590, 0x2580, - 0x03B1, 0x00DF, 0x0393, 0x03C0, 0x03A3, 0x03C3, 0x00B5, 0x03C4, 0x03A6, 0x0398, 0x03A9, 0x03B4, 0x221E, 0x03C6, 0x03B5, 0x2229, - 0x2261, 0x00B1, 0x2265, 0x2264, 0x2320, 0x2321, 0x00F7, 0x2248, 0x00B0, 0x2219, 0x00B7, 0x221A, 0x207F, 0x00B2, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 862 || FF_CODE_PAGE == 0 -static const WCHAR uc862[] = { /* CP862(Hebrew) to Unicode conversion table */ - 0x05D0, 0x05D1, 0x05D2, 0x05D3, 0x05D4, 0x05D5, 0x05D6, 0x05D7, 0x05D8, 0x05D9, 0x05DA, 0x05DB, 0x05DC, 0x05DD, 0x05DE, 0x05DF, - 0x05E0, 0x05E1, 0x05E2, 0x05E3, 0x05E4, 0x05E5, 0x05E6, 0x05E7, 0x05E8, 0x05E9, 0x05EA, 0x00A2, 0x00A3, 0x00A5, 0x20A7, 0x0192, - 0x00E1, 0x00ED, 0x00F3, 0x00FA, 0x00F1, 0x00D1, 0x00AA, 0x00BA, 0x00BF, 0x2310, 0x00AC, 0x00BD, 0x00BC, 0x00A1, 0x00AB, 0x00BB, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x2561, 0x2562, 0x2556, 0x2555, 0x2563, 0x2551, 0x2557, 0x255D, 0x255C, 0x255B, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x255E, 0x255F, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x2567, - 0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256B, 0x256A, 0x2518, 0x250C, 0x2588, 0x2584, 0x258C, 0x2590, 0x2580, - 0x03B1, 0x00DF, 0x0393, 0x03C0, 0x03A3, 0x03C3, 0x00B5, 0x03C4, 0x03A6, 0x0398, 0x03A9, 0x03B4, 0x221E, 0x03C6, 0x03B5, 0x2229, - 0x2261, 0x00B1, 0x2265, 0x2264, 0x2320, 0x2321, 0x00F7, 0x2248, 0x00B0, 0x2219, 0x00B7, 0x221A, 0x207F, 0x00B2, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 863 || FF_CODE_PAGE == 0 -static const WCHAR uc863[] = { /* CP863(Canadian French) to Unicode conversion table */ - 0x00C7, 0x00FC, 0x00E9, 0x00E2, 0x00C2, 0x00E0, 0x00B6, 0x00E7, 0x00EA, 0x00EB, 0x00E8, 0x00EF, 0x00EE, 0x00EC, 0x2017, 0x00C0, - 0x00C9, 0x00C8, 0x00CA, 0x00F4, 0x00CB, 0x00CF, 0x00FB, 0x00F9, 0x00A4, 0x00D4, 0x00DC, 0x00A2, 0x00A3, 0x00D9, 0x00DB, 0x0192, - 0x00A6, 0x00B4, 0x00F3, 0x00FA, 0x00A8, 0x00BB, 0x00B3, 0x00AF, 0x00CE, 0x3210, 0x00AC, 0x00BD, 0x00BC, 0x00BE, 0x00AB, 0x00BB, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x2561, 0x2562, 0x2556, 0x2555, 0x2563, 0x2551, 0x2557, 0x255D, 0x255C, 0x255B, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x255E, 0x255F, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x2567, - 0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256B, 0x256A, 0x2518, 0x250C, 0x2588, 0x2584, 0x258C, 0x2590, 0x2580, - 0x03B1, 0x00DF, 0x0393, 0x03C0, 0x03A3, 0x03C3, 0x00B5, 0x03C4, 0x03A6, 0x0398, 0x03A9, 0x03B4, 0x221E, 0x03C6, 0x03B5, 0x2219, - 0x2261, 0x00B1, 0x2265, 0x2264, 0x2320, 0x2321, 0x00F7, 0x2248, 0x00B0, 0x2219, 0x00B7, 0x221A, 0x207F, 0x00B2, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 864 || FF_CODE_PAGE == 0 -static const WCHAR uc864[] = { /* CP864(Arabic) to Unicode conversion table */ - 0x00B0, 0x00B7, 0x2219, 0x221A, 0x2592, 0x2500, 0x2502, 0x253C, 0x2524, 0x252C, 0x251C, 0x2534, 0x2510, 0x250C, 0x2514, 0x2518, - 0x03B2, 0x221E, 0x03C6, 0x00B1, 0x00BD, 0x00BC, 0x2248, 0x00AB, 0x00BB, 0xFEF7, 0xFEF8, 0x0000, 0x0000, 0xFEFB, 0xFEFC, 0x0000, - 0x00A0, 0x00AD, 0xFE82, 0x00A3, 0x00A4, 0xFE84, 0x0000, 0x20AC, 0xFE8E, 0xFE8F, 0xFE95, 0xFE99, 0x060C, 0xFE9D, 0xFEA1, 0xFEA5, - 0x0660, 0x0661, 0x0662, 0x0663, 0x0664, 0x0665, 0x0666, 0x0667, 0x0668, 0x0669, 0xFED1, 0x061B, 0xFEB1, 0xFEB5, 0xFEB9, 0x061F, - 0x00A2, 0xFE80, 0xFE81, 0xFE83, 0xFE85, 0xFECA, 0xFE8B, 0xFE8D, 0xFE91, 0xFE93, 0xFE97, 0xFE9B, 0xFE9F, 0xFEA3, 0xFEA7, 0xFEA9, - 0xFEAB, 0xFEAD, 0xFEAF, 0xFEB3, 0xFEB7, 0xFEBB, 0xFEBF, 0xFEC1, 0xFEC5, 0xFECB, 0xFECF, 0x00A6, 0x00AC, 0x00F7, 0x00D7, 0xFEC9, - 0x0640, 0xFED3, 0xFED7, 0xFEDB, 0xFEDF, 0xFEE3, 0xFEE7, 0xFEEB, 0xFEED, 0xFEEF, 0xFEF3, 0xFEBD, 0xFECC, 0xFECE, 0xFECD, 0xFEE1, - 0xFE7D, 0x0651, 0xFEE5, 0xFEE9, 0xFEEC, 0xFEF0, 0xFEF2, 0xFED0, 0xFED5, 0xFEF5, 0xFEF6, 0xFEDD, 0xFED9, 0xFEF1, 0x25A0, 0x0000 -}; -#endif -#if FF_CODE_PAGE == 865 || FF_CODE_PAGE == 0 -static const WCHAR uc865[] = { /* CP865(Nordic) to Unicode conversion table */ - 0x00C7, 0x00FC, 0x00E9, 0x00E2, 0x00E4, 0x00E0, 0x00E5, 0x00E7, 0x00EA, 0x00EB, 0x00E8, 0x00EF, 0x00EE, 0x00EC, 0x00C4, 0x00C5, - 0x00C5, 0x00E6, 0x00C6, 0x00F4, 0x00F6, 0x00F2, 0x00FB, 0x00F9, 0x00FF, 0x00D6, 0x00DC, 0x00F8, 0x00A3, 0x00D8, 0x20A7, 0x0192, - 0x00E1, 0x00ED, 0x00F3, 0x00FA, 0x00F1, 0x00D1, 0x00AA, 0x00BA, 0x00BF, 0x2310, 0x00AC, 0x00BD, 0x00BC, 0x00A1, 0x00AB, 0x00A4, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x2561, 0x2562, 0x2556, 0x2555, 0x2563, 0x2551, 0x2557, 0x255D, 0x255C, 0x2558, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x255E, 0x255F, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x2567, - 0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256B, 0x256A, 0x2518, 0x250C, 0x2588, 0x2584, 0x258C, 0x2590, 0x2580, - 0x03B1, 0x00DF, 0x0393, 0x03C0, 0x03A3, 0x03C3, 0x00B5, 0x03C4, 0x03A6, 0x0398, 0x03A9, 0x03B4, 0x221E, 0x03C6, 0x03B5, 0x2229, - 0x2261, 0x00B1, 0x2265, 0x2264, 0x2320, 0x2321, 0x00F7, 0x2248, 0x00B0, 0x2219, 0x00B7, 0x221A, 0x207F, 0x00B2, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 866 || FF_CODE_PAGE == 0 -static const WCHAR uc866[] = { /* CP866(Russian) to Unicode conversion table */ - 0x0410, 0x0411, 0x0412, 0x0413, 0x0414, 0x0415, 0x0416, 0x0417, 0x0418, 0x0419, 0x041A, 0x041B, 0x041C, 0x041D, 0x041E, 0x041F, - 0x0420, 0x0421, 0x0422, 0x0423, 0x0424, 0x0425, 0x0426, 0x0427, 0x0428, 0x0429, 0x042A, 0x042B, 0x042C, 0x042D, 0x042E, 0x042F, - 0x0430, 0x0431, 0x0432, 0x0433, 0x0434, 0x0435, 0x0436, 0x0437, 0x0438, 0x0439, 0x043A, 0x043B, 0x043C, 0x043D, 0x043E, 0x043F, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x2561, 0x2562, 0x2556, 0x2555, 0x2563, 0x2551, 0x2557, 0x255D, 0x255C, 0x255B, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x255E, 0x255F, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x2567, - 0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256B, 0x256A, 0x2518, 0x250C, 0x2588, 0x2584, 0x258C, 0x2590, 0x2580, - 0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 0x0446, 0x0447, 0x0448, 0x0449, 0x044A, 0x044B, 0x044C, 0x044D, 0x044E, 0x044F, - 0x0401, 0x0451, 0x0404, 0x0454, 0x0407, 0x0457, 0x040E, 0x045E, 0x00B0, 0x2219, 0x00B7, 0x221A, 0x2116, 0x00A4, 0x25A0, 0x00A0 -}; -#endif -#if FF_CODE_PAGE == 869 || FF_CODE_PAGE == 0 -static const WCHAR uc869[] = { /* CP869(Greek 2) to Unicode conversion table */ - 0x00B7, 0x00B7, 0x00B7, 0x00B7, 0x00B7, 0x00B7, 0x0386, 0x00B7, 0x00B7, 0x00AC, 0x00A6, 0x2018, 0x2019, 0x0388, 0x2015, 0x0389, - 0x038A, 0x03AA, 0x038C, 0x00B7, 0x00B7, 0x038E, 0x03AB, 0x00A9, 0x038F, 0x00B2, 0x00B3, 0x03AC, 0x00A3, 0x03AD, 0x03AE, 0x03AF, - 0x03CA, 0x0390, 0x03CC, 0x03CD, 0x0391, 0x0392, 0x0393, 0x0394, 0x0395, 0x0396, 0x0397, 0x00BD, 0x0398, 0x0399, 0x00AB, 0x00BB, - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x039A, 0x039B, 0x039C, 0x039D, 0x2563, 0x2551, 0x2557, 0x255D, 0x039E, 0x039F, 0x2510, - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x0A30, 0x03A1, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x03A3, - 0x03A4, 0x03A5, 0x03A6, 0x03A7, 0x03A8, 0x03A9, 0x03B1, 0x03B2, 0x03B3, 0x2518, 0x250C, 0x2588, 0x2584, 0x03B4, 0x03B5, 0x2580, - 0x03B6, 0x03B7, 0x03B8, 0x03B9, 0x03BA, 0x03BB, 0x03BC, 0x03BD, 0x03BE, 0x03BF, 0x03C0, 0x03C1, 0x03C3, 0x03C2, 0x03C4, 0x0384, - 0x00AD, 0x00B1, 0x03C5, 0x03C6, 0x03C7, 0x00A7, 0x03C8, 0x0385, 0x00B0, 0x00A8, 0x03C9, 0x03CB, 0x03B0, 0x03CE, 0x25A0, 0x00A0 -}; -#endif - - - - -/*------------------------------------------------------------------------*/ -/* OEM <==> Unicode conversions for static code page configuration */ -/* SBCS fixed code page */ -/*------------------------------------------------------------------------*/ - -#if FF_CODE_PAGE != 0 && FF_CODE_PAGE < 900 -WCHAR ff_uni2oem ( /* Returns OEM code character, zero on error */ - DWORD uni, /* UTF-16 encoded character to be converted */ - WORD cp /* Code page for the conversion */ -) -{ - WCHAR c = 0; - const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); - - - if (uni < 0x80) { /* ASCII? */ - c = (WCHAR)uni; - - } else { /* Non-ASCII */ - if (uni < 0x10000 && cp == FF_CODE_PAGE) { /* Is it in BMP and valid code page? */ - for (c = 0; c < 0x80 && uni != p[c]; c++) ; - c = (c + 0x80) & 0xFF; - } - } - - return c; -} - -WCHAR ff_oem2uni ( /* Returns Unicode character, zero on error */ - WCHAR oem, /* OEM code to be converted */ - WORD cp /* Code page for the conversion */ -) -{ - WCHAR c = 0; - const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); - - - if (oem < 0x80) { /* ASCII? */ - c = oem; - - } else { /* Extended char */ - if (cp == FF_CODE_PAGE) { /* Is it a valid code page? */ - if (oem < 0x100) c = p[oem - 0x80]; - } - } - - return c; -} - -#endif - - - -/*------------------------------------------------------------------------*/ -/* OEM <==> Unicode conversions for static code page configuration */ -/* DBCS fixed code page */ -/*------------------------------------------------------------------------*/ - -#if FF_CODE_PAGE >= 900 -WCHAR ff_uni2oem ( /* Returns OEM code character, zero on error */ - DWORD uni, /* UTF-16 encoded character to be converted */ - WORD cp /* Code page for the conversion */ -) -{ - const WCHAR *p; - WCHAR c = 0, uc; - UINT i = 0, n, li, hi; - - - if (uni < 0x80) { /* ASCII? */ - c = (WCHAR)uni; - - } else { /* Non-ASCII */ - if (uni < 0x10000 && cp == FF_CODE_PAGE) { /* Is it in BMP and valid code page? */ - uc = (WCHAR)uni; - p = CVTBL(uni2oem, FF_CODE_PAGE); - hi = sizeof CVTBL(uni2oem, FF_CODE_PAGE) / 4 - 1; - li = 0; - for (n = 16; n; n--) { - i = li + (hi - li) / 2; - if (uc == p[i * 2]) break; - if (uc > p[i * 2]) { - li = i; - } else { - hi = i; - } - } - if (n != 0) c = p[i * 2 + 1]; - } - } - - return c; -} - - -WCHAR ff_oem2uni ( /* Returns Unicode character, zero on error */ - WCHAR oem, /* OEM code to be converted */ - WORD cp /* Code page for the conversion */ -) -{ - const WCHAR *p; - WCHAR c = 0; - UINT i = 0, n, li, hi; - - - if (oem < 0x80) { /* ASCII? */ - c = oem; - - } else { /* Extended char */ - if (cp == FF_CODE_PAGE) { /* Is it valid code page? */ - p = CVTBL(oem2uni, FF_CODE_PAGE); - hi = sizeof CVTBL(oem2uni, FF_CODE_PAGE) / 4 - 1; - li = 0; - for (n = 16; n; n--) { - i = li + (hi - li) / 2; - if (oem == p[i * 2]) break; - if (oem > p[i * 2]) { - li = i; - } else { - hi = i; - } - } - if (n != 0) c = p[i * 2 + 1]; - } - } - - return c; -} -#endif - - - -/*------------------------------------------------------------------------*/ -/* OEM <==> Unicode conversions for dynamic code page configuration */ -/*------------------------------------------------------------------------*/ - -#if FF_CODE_PAGE == 0 - -static const WORD cp_code[] = { 437, 720, 737, 771, 775, 850, 852, 855, 857, 860, 861, 862, 863, 864, 865, 866, 869, 0}; -static const WCHAR* const cp_table[] = {uc437, uc720, uc737, uc771, uc775, uc850, uc852, uc855, uc857, uc860, uc861, uc862, uc863, uc864, uc865, uc866, uc869, 0}; - - -WCHAR ff_uni2oem ( /* Returns OEM code character, zero on error */ - DWORD uni, /* UTF-16 encoded character to be converted */ - WORD cp /* Code page for the conversion */ -) -{ - const WCHAR *p; - WCHAR c = 0, uc; - UINT i, n, li, hi; - - - if (uni < 0x80) { /* ASCII? */ - c = (WCHAR)uni; - - } else { /* Non-ASCII */ - if (uni < 0x10000) { /* Is it in BMP? */ - uc = (WCHAR)uni; - p = 0; - if (cp < 900) { /* SBCS */ - for (i = 0; cp_code[i] != 0 && cp_code[i] != cp; i++) ; /* Get conversion table */ - p = cp_table[i]; - if (p) { /* Is it valid code page ? */ - for (c = 0; c < 0x80 && uc != p[c]; c++) ; /* Find OEM code in the table */ - c = (c + 0x80) & 0xFF; - } - } else { /* DBCS */ - switch (cp) { /* Get conversion table */ - case 932 : p = uni2oem932; hi = sizeof uni2oem932 / 4 - 1; break; - case 936 : p = uni2oem936; hi = sizeof uni2oem936 / 4 - 1; break; - case 949 : p = uni2oem949; hi = sizeof uni2oem949 / 4 - 1; break; - case 950 : p = uni2oem950; hi = sizeof uni2oem950 / 4 - 1; break; - } - if (p) { /* Is it valid code page? */ - li = 0; - for (n = 16; n; n--) { /* Find OEM code */ - i = li + (hi - li) / 2; - if (uc == p[i * 2]) break; - if (uc > p[i * 2]) { - li = i; - } else { - hi = i; - } - } - if (n != 0) c = p[i * 2 + 1]; - } - } - } - } - - return c; -} - - -WCHAR ff_oem2uni ( /* Returns Unicode character, zero on error */ - WCHAR oem, /* OEM code to be converted (DBC if >=0x100) */ - WORD cp /* Code page for the conversion */ -) -{ - const WCHAR *p; - WCHAR c = 0; - UINT i, n, li, hi; - - - if (oem < 0x80) { /* ASCII? */ - c = oem; - - } else { /* Extended char */ - p = 0; - if (cp < 900) { /* SBCS */ - for (i = 0; cp_code[i] != 0 && cp_code[i] != cp; i++) ; /* Get table */ - p = cp_table[i]; - if (p) { /* Is it a valid CP ? */ - if (oem < 0x100) c = p[oem - 0x80]; - } - } else { /* DBCS */ - switch (cp) { - case 932 : p = oem2uni932; hi = sizeof oem2uni932 / 4 - 1; break; - case 936 : p = oem2uni936; hi = sizeof oem2uni936 / 4 - 1; break; - case 949 : p = oem2uni949; hi = sizeof oem2uni949 / 4 - 1; break; - case 950 : p = oem2uni950; hi = sizeof oem2uni950 / 4 - 1; break; - } - if (p) { - li = 0; - for (n = 16; n; n--) { - i = li + (hi - li) / 2; - if (oem == p[i * 2]) break; - if (oem > p[i * 2]) { - li = i; - } else { - hi = i; - } - } - if (n != 0) c = p[i * 2 + 1]; - } - } - } - - return c; -} -#endif - - - -/*------------------------------------------------------------------------*/ -/* Unicode up-case conversion */ -/*------------------------------------------------------------------------*/ - -DWORD ff_wtoupper ( /* Returns up-converted code point */ - DWORD uni /* Unicode code point to be up-converted */ -) -{ - const WORD *p; - WORD uc, bc, nc, cmd; - static const WORD cvt1[] = { /* Compressed up conversion table for U+0000 - U+0FFF */ - /* Basic Latin */ - 0x0061,0x031A, - /* Latin-1 Supplement */ - 0x00E0,0x0317, - 0x00F8,0x0307, - 0x00FF,0x0001,0x0178, - /* Latin Extended-A */ - 0x0100,0x0130, - 0x0132,0x0106, - 0x0139,0x0110, - 0x014A,0x012E, - 0x0179,0x0106, - /* Latin Extended-B */ - 0x0180,0x004D,0x0243,0x0181,0x0182,0x0182,0x0184,0x0184,0x0186,0x0187,0x0187,0x0189,0x018A,0x018B,0x018B,0x018D,0x018E,0x018F,0x0190,0x0191,0x0191,0x0193,0x0194,0x01F6,0x0196,0x0197,0x0198,0x0198,0x023D,0x019B,0x019C,0x019D,0x0220,0x019F,0x01A0,0x01A0,0x01A2,0x01A2,0x01A4,0x01A4,0x01A6,0x01A7,0x01A7,0x01A9,0x01AA,0x01AB,0x01AC,0x01AC,0x01AE,0x01AF,0x01AF,0x01B1,0x01B2,0x01B3,0x01B3,0x01B5,0x01B5,0x01B7,0x01B8,0x01B8,0x01BA,0x01BB,0x01BC,0x01BC,0x01BE,0x01F7,0x01C0,0x01C1,0x01C2,0x01C3,0x01C4,0x01C5,0x01C4,0x01C7,0x01C8,0x01C7,0x01CA,0x01CB,0x01CA, - 0x01CD,0x0110, - 0x01DD,0x0001,0x018E, - 0x01DE,0x0112, - 0x01F3,0x0003,0x01F1,0x01F4,0x01F4, - 0x01F8,0x0128, - 0x0222,0x0112, - 0x023A,0x0009,0x2C65,0x023B,0x023B,0x023D,0x2C66,0x023F,0x0240,0x0241,0x0241, - 0x0246,0x010A, - /* IPA Extensions */ - 0x0253,0x0040,0x0181,0x0186,0x0255,0x0189,0x018A,0x0258,0x018F,0x025A,0x0190,0x025C,0x025D,0x025E,0x025F,0x0193,0x0261,0x0262,0x0194,0x0264,0x0265,0x0266,0x0267,0x0197,0x0196,0x026A,0x2C62,0x026C,0x026D,0x026E,0x019C,0x0270,0x0271,0x019D,0x0273,0x0274,0x019F,0x0276,0x0277,0x0278,0x0279,0x027A,0x027B,0x027C,0x2C64,0x027E,0x027F,0x01A6,0x0281,0x0282,0x01A9,0x0284,0x0285,0x0286,0x0287,0x01AE,0x0244,0x01B1,0x01B2,0x0245,0x028D,0x028E,0x028F,0x0290,0x0291,0x01B7, - /* Greek, Coptic */ - 0x037B,0x0003,0x03FD,0x03FE,0x03FF, - 0x03AC,0x0004,0x0386,0x0388,0x0389,0x038A, - 0x03B1,0x0311, - 0x03C2,0x0002,0x03A3,0x03A3, - 0x03C4,0x0308, - 0x03CC,0x0003,0x038C,0x038E,0x038F, - 0x03D8,0x0118, - 0x03F2,0x000A,0x03F9,0x03F3,0x03F4,0x03F5,0x03F6,0x03F7,0x03F7,0x03F9,0x03FA,0x03FA, - /* Cyrillic */ - 0x0430,0x0320, - 0x0450,0x0710, - 0x0460,0x0122, - 0x048A,0x0136, - 0x04C1,0x010E, - 0x04CF,0x0001,0x04C0, - 0x04D0,0x0144, - /* Armenian */ - 0x0561,0x0426, - - 0x0000 /* EOT */ - }; - static const WORD cvt2[] = { /* Compressed up conversion table for U+1000 - U+FFFF */ - /* Phonetic Extensions */ - 0x1D7D,0x0001,0x2C63, - /* Latin Extended Additional */ - 0x1E00,0x0196, - 0x1EA0,0x015A, - /* Greek Extended */ - 0x1F00,0x0608, - 0x1F10,0x0606, - 0x1F20,0x0608, - 0x1F30,0x0608, - 0x1F40,0x0606, - 0x1F51,0x0007,0x1F59,0x1F52,0x1F5B,0x1F54,0x1F5D,0x1F56,0x1F5F, - 0x1F60,0x0608, - 0x1F70,0x000E,0x1FBA,0x1FBB,0x1FC8,0x1FC9,0x1FCA,0x1FCB,0x1FDA,0x1FDB,0x1FF8,0x1FF9,0x1FEA,0x1FEB,0x1FFA,0x1FFB, - 0x1F80,0x0608, - 0x1F90,0x0608, - 0x1FA0,0x0608, - 0x1FB0,0x0004,0x1FB8,0x1FB9,0x1FB2,0x1FBC, - 0x1FCC,0x0001,0x1FC3, - 0x1FD0,0x0602, - 0x1FE0,0x0602, - 0x1FE5,0x0001,0x1FEC, - 0x1FF3,0x0001,0x1FFC, - /* Letterlike Symbols */ - 0x214E,0x0001,0x2132, - /* Number forms */ - 0x2170,0x0210, - 0x2184,0x0001,0x2183, - /* Enclosed Alphanumerics */ - 0x24D0,0x051A, - 0x2C30,0x042F, - /* Latin Extended-C */ - 0x2C60,0x0102, - 0x2C67,0x0106, 0x2C75,0x0102, - /* Coptic */ - 0x2C80,0x0164, - /* Georgian Supplement */ - 0x2D00,0x0826, - /* Full-width */ - 0xFF41,0x031A, - - 0x0000 /* EOT */ - }; - - - if (uni < 0x10000) { /* Is it in BMP? */ - uc = (WORD)uni; - p = uc < 0x1000 ? cvt1 : cvt2; - for (;;) { - bc = *p++; /* Get the block base */ - if (bc == 0 || uc < bc) break; /* Not matched? */ - nc = *p++; cmd = nc >> 8; nc &= 0xFF; /* Get processing command and block size */ - if (uc < bc + nc) { /* In the block? */ - switch (cmd) { - case 0: uc = p[uc - bc]; break; /* Table conversion */ - case 1: uc -= (uc - bc) & 1; break; /* Case pairs */ - case 2: uc -= 16; break; /* Shift -16 */ - case 3: uc -= 32; break; /* Shift -32 */ - case 4: uc -= 48; break; /* Shift -48 */ - case 5: uc -= 26; break; /* Shift -26 */ - case 6: uc += 8; break; /* Shift +8 */ - case 7: uc -= 80; break; /* Shift -80 */ - case 8: uc -= 0x1C60; break; /* Shift -0x1C60 */ - } - break; - } - if (cmd == 0) p += nc; /* Skip table if needed */ - } - uni = uc; - } - - return uni; -} - - -#endif /* #if FF_USE_LFN */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/include/diskio.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/include/diskio.h deleted file mode 100644 index edd697a..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/include/diskio.h +++ /dev/null @@ -1,79 +0,0 @@ -/*-----------------------------------------------------------------------/ -/ Low level disk interface module include file (C)ChaN, 2014 / -/-----------------------------------------------------------------------*/ - -#ifndef DISKIO_DEFINED -#define DISKIO_DEFINED - -#ifdef __cplusplus -extern "C" { -#endif - -#define USE_WRITE 1 /* 1: Enable disk_write function */ -#define USE_IOCTL 1 /* 1: Enable disk_ioctl function */ - -#include "integer.h" -#include "xil_types.h" - -/* Status of Disk Functions */ -typedef BYTE DSTATUS; - -/* Results of Disk Functions */ -typedef enum { - RES_OK = 0, /* 0: Successful */ - RES_ERROR, /* 1: R/W Error */ - RES_WRPRT, /* 2: Write Protected */ - RES_NOTRDY, /* 3: Not Ready */ - RES_PARERR /* 4: Invalid Parameter */ -} DRESULT; - - -/*---------------------------------------*/ -/* Prototypes for disk control functions */ - -DSTATUS disk_initialize (BYTE pdrv); -DSTATUS disk_status (BYTE pdrv); -DRESULT disk_read (BYTE pdrv, BYTE* buff, DWORD sector, UINT count); -DRESULT disk_write (BYTE pdrv, const BYTE* buff, DWORD sector, UINT count); -DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff); - - -/* Disk Status Bits (DSTATUS) */ - -#define STA_NOINIT 0x01U /* Drive not initialized */ -#define STA_NODISK 0x02U /* No medium in the drive */ -#define STA_PROTECT 0x04U /* Write protected */ - - -/* Command code for disk_ioctrl function */ - -/* Generic command (used by FatFs) */ -#define CTRL_SYNC 0U /* Flush disk cache (for write functions) */ -#define GET_SECTOR_COUNT 1U /* Get media size (for only f_mkfs()) */ -#define GET_SECTOR_SIZE 2U /* Get sector size (for multiple sector size (_MAX_SS >= 1024)) */ -#define GET_BLOCK_SIZE 3U /* Get erase block size (for only f_mkfs()) */ -#define CTRL_ERASE_SECTOR 4U /* Force erased a block of sectors (for only _USE_ERASE) */ - -/* Generic command (not used by FatFs) */ -#define CTRL_POWER 5U /* Get/Set power status */ -#define CTRL_LOCK 6U /* Lock/Unlock media removal */ -#define CTRL_EJECT 7U /* Eject media */ -#define CTRL_FORMAT 8U /* Create physical format on the media */ - -/* MMC/SDC specific ioctl command */ -#define MMC_GET_TYPE 10U /* Get card type */ -#define MMC_GET_CSD 11U /* Get CSD */ -#define MMC_GET_CID 12U /* Get CID */ -#define MMC_GET_OCR 13U /* Get OCR */ -#define MMC_GET_SDSTAT 14U /* Get SD status */ - -/* ATA/CF specific ioctl command */ -#define ATA_GET_REV 20U /* Get F/W revision */ -#define ATA_GET_MODEL 21U /* Get model name */ -#define ATA_GET_SN 22U /* Get serial number */ - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/include/ff.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/include/ff.h deleted file mode 100644 index 266fd7f..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/include/ff.h +++ /dev/null @@ -1,395 +0,0 @@ -/*----------------------------------------------------------------------------/ -/ FatFs - Generic FAT Filesystem module R0.13b / -/-----------------------------------------------------------------------------/ -/ -/ Copyright (C) 2018, ChaN, all right reserved. -/ -/ FatFs module is an open source software. Redistribution and use of FatFs in -/ source and binary forms, with or without modification, are permitted provided -/ that the following condition is met: - -/ 1. Redistributions of source code must retain the above copyright notice, -/ this condition and the following disclaimer. -/ -/ This software is provided by the copyright holder and contributors "AS IS" -/ and any warranties related to this software are DISCLAIMED. -/ The copyright owner or contributors be NOT LIABLE for any damages caused -/ by use of this software. -/ -/----------------------------------------------------------------------------*/ - - -#ifndef FF_DEFINED -#define FF_DEFINED 63463 /* Revision ID */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xil_types.h" -#include "integer.h" /* Basic integer types */ -#include "ffconf.h" /* FatFs configuration options */ - -#if FF_DEFINED != FFCONF_DEF -#error Wrong configuration file (ffconf.h). -#endif - - - -/* Definitions of volume management */ - -#if FF_MULTI_PARTITION /* Multiple partition configuration */ -typedef struct { - BYTE pd; /* Physical drive number */ - BYTE pt; /* Partition: 0:Auto detect, 1-4:Forced partition) */ -} PARTITION; -extern PARTITION VolToPart[]; /* Volume - Partition resolution table */ -#endif - -#if FF_STR_VOLUME_ID -#ifndef FF_VOLUME_STRS -extern const char* VolumeStr[FF_VOLUMES]; /* User defied volume ID */ -#endif -#endif - - - -/* Type of path name strings on FatFs API */ - -#ifndef _INC_TCHAR -#define _INC_TCHAR - -#if FF_USE_LFN && FF_LFN_UNICODE == 1 /* Unicode in UTF-16 encoding */ -typedef WCHAR TCHAR; -#define _T(x) L ## x -#define _TEXT(x) L ## x -#elif FF_USE_LFN && FF_LFN_UNICODE == 2 /* Unicode in UTF-8 encoding */ -typedef char TCHAR; -#define _T(x) u8 ## x -#define _TEXT(x) u8 ## x -#elif FF_USE_LFN && FF_LFN_UNICODE == 3 /* Unicode in UTF-32 encoding */ -typedef DWORD TCHAR; -#define _T(x) U ## x -#define _TEXT(x) U ## x -#elif FF_USE_LFN && (FF_LFN_UNICODE < 0 || FF_LFN_UNICODE > 3) -#error Wrong FF_LFN_UNICODE setting -#else /* ANSI/OEM code in SBCS/DBCS */ -typedef char TCHAR; -#define _T(x) x -#define _TEXT(x) x -#endif - -#endif - - - -/* Type of file size variables */ - -#if FF_FS_EXFAT -typedef QWORD FSIZE_t; -#else -typedef DWORD FSIZE_t; -#endif - - - -/* Filesystem object structure (FATFS) */ - -typedef struct { - BYTE fs_type; /* Filesystem type (0:N/A) */ - BYTE pdrv; /* Physical drive number */ - BYTE n_fats; /* Number of FATs (1 or 2) */ - BYTE wflag; /* win[] flag (b0:dirty) */ - BYTE fsi_flag; /* FSINFO flags (b7:disabled, b0:dirty) */ - WORD id; /* Volume mount ID */ - WORD n_rootdir; /* Number of root directory entries (FAT12/16) */ - WORD csize; /* Cluster size [sectors] */ -#if FF_MAX_SS != FF_MIN_SS - WORD ssize; /* Sector size (512, 1024, 2048 or 4096) */ -#endif -#if FF_USE_LFN - WCHAR* lfnbuf; /* LFN working buffer */ -#endif -#if FF_FS_EXFAT - BYTE* dirbuf; /* Directory entry block scratchpad buffer for exFAT */ -#endif -#if FF_FS_REENTRANT - FF_SYNC_t sobj; /* Identifier of sync object */ -#endif -#if !FF_FS_READONLY - DWORD last_clst; /* Last allocated cluster */ - DWORD free_clst; /* Number of free clusters */ -#endif -#if FF_FS_RPATH - DWORD cdir; /* Current directory start cluster (0:root) */ -#if FF_FS_EXFAT - DWORD cdc_scl; /* Containing directory start cluster (invalid when cdir is 0) */ - DWORD cdc_size; /* b31-b8:Size of containing directory, b7-b0: Chain status */ - DWORD cdc_ofs; /* Offset in the containing directory (invalid when cdir is 0) */ -#endif -#endif - DWORD n_fatent; /* Number of FAT entries (number of clusters + 2) */ - DWORD fsize; /* Size of an FAT [sectors] */ - DWORD volbase; /* Volume base sector */ - DWORD fatbase; /* FAT base sector */ - DWORD dirbase; /* Root directory base sector/cluster */ - DWORD database; /* Data base sector */ - DWORD winsect; /* Current sector appearing in the win[] */ -#ifdef __ICCARM__ -#pragma data_alignment = 32 - BYTE win[FF_MAX_SS]; -#else -#ifdef __aarch64__ - BYTE win[FF_MAX_SS] __attribute__ ((aligned(64))); /* Disk access window for Directory, FAT (and file data at tiny cfg) */ -#else - BYTE win[FF_MAX_SS] __attribute__ ((aligned(32))); /* Disk access window for Directory, FAT (and file data at tiny cfg) */ -#endif -#endif -} FATFS; - - - -/* Object ID and allocation information (FFOBJID) */ - -typedef struct { - FATFS* fs; /* Pointer to the hosting volume of this object */ - WORD id; /* Hosting volume mount ID */ - BYTE attr; /* Object attribute */ - BYTE stat; /* Object chain status (b1-0: =0:not contiguous, =2:contiguous, =3:flagmented in this session, b2:sub-directory stretched) */ - DWORD sclust; /* Object data start cluster (0:no cluster or root directory) */ - FSIZE_t objsize; /* Object size (valid when sclust != 0) */ -#if FF_FS_EXFAT - DWORD n_cont; /* Size of first fragment - 1 (valid when stat == 3) */ - DWORD n_frag; /* Size of last fragment needs to be written to FAT (valid when not zero) */ - DWORD c_scl; /* Containing directory start cluster (valid when sclust != 0) */ - DWORD c_size; /* b31-b8:Size of containing directory, b7-b0: Chain status (valid when c_scl != 0) */ - DWORD c_ofs; /* Offset in the containing directory (valid when file object and sclust != 0) */ -#endif -#if FF_FS_LOCK - UINT lockid; /* File lock ID origin from 1 (index of file semaphore table Files[]) */ -#endif -} FFOBJID; - - - -/* File object structure (FIL) */ - -typedef struct { - FFOBJID obj; /* Object identifier (must be the 1st member to detect invalid object pointer) */ - BYTE flag; /* File status flags */ - BYTE err; /* Abort flag (error code) */ - FSIZE_t fptr; /* File read/write pointer (Zeroed on file open) */ - DWORD clust; /* Current cluster of fpter (invalid when fptr is 0) */ - DWORD sect; /* Sector number appearing in buf[] (0:invalid) */ -#if !FF_FS_READONLY - DWORD dir_sect; /* Sector number containing the directory entry (not used at exFAT) */ - BYTE* dir_ptr; /* Pointer to the directory entry in the win[] (not used at exFAT) */ -#endif -#if FF_USE_FASTSEEK - DWORD* cltbl; /* Pointer to the cluster link map table (nulled on open, set by application) */ -#endif -#if !FF_FS_TINY -#ifdef __ICCARM__ -#pragma data_alignment = 32 - BYTE buf[FF_MAX_SS]; /* File private data read/write window */ -#else -#ifdef __aarch64__ - BYTE buf[FF_MAX_SS] __attribute__ ((aligned(64))); /* File private data read/write window */ -#else - BYTE buf[FF_MAX_SS] __attribute__ ((aligned(32))); /* File private data read/write window */ -#endif -#endif -#endif -} FIL; - - - -/* Directory object structure (DIR) */ - -typedef struct { - FFOBJID obj; /* Object identifier */ - DWORD dptr; /* Current read/write offset */ - DWORD clust; /* Current cluster */ - DWORD sect; /* Current sector (0:Read operation has terminated) */ - BYTE* dir; /* Pointer to the directory item in the win[] */ - BYTE fn[12]; /* SFN (in/out) {body[8],ext[3],status[1]} */ -#if FF_USE_LFN - DWORD blk_ofs; /* Offset of current entry block being processed (0xFFFFFFFF:Invalid) */ -#endif -#if FF_USE_FIND - const TCHAR* pat; /* Pointer to the name matching pattern */ -#endif -} DIR; - - - -/* File information structure (FILINFO) */ - -typedef struct { - FSIZE_t fsize; /* File size */ - WORD fdate; /* Modified date */ - WORD ftime; /* Modified time */ - BYTE fattrib; /* File attribute */ -#if FF_USE_LFN - TCHAR altname[FF_SFN_BUF + 1];/* Altenative file name */ - TCHAR fname[FF_LFN_BUF + 1]; /* Primary file name */ -#else - TCHAR fname[12 + 1]; /* File name */ -#endif -} FILINFO; - - - -/* File function return code (FRESULT) */ - -typedef enum { - FR_OK = 0, /* (0) Succeeded */ - FR_DISK_ERR, /* (1) A hard error occurred in the low level disk I/O layer */ - FR_INT_ERR, /* (2) Assertion failed */ - FR_NOT_READY, /* (3) The physical drive cannot work */ - FR_NO_FILE, /* (4) Could not find the file */ - FR_NO_PATH, /* (5) Could not find the path */ - FR_INVALID_NAME, /* (6) The path name format is invalid */ - FR_DENIED, /* (7) Access denied due to prohibited access or directory full */ - FR_EXIST, /* (8) Access denied due to prohibited access */ - FR_INVALID_OBJECT, /* (9) The file/directory object is invalid */ - FR_WRITE_PROTECTED, /* (10) The physical drive is write protected */ - FR_INVALID_DRIVE, /* (11) The logical drive number is invalid */ - FR_NOT_ENABLED, /* (12) The volume has no work area */ - FR_NO_FILESYSTEM, /* (13) There is no valid FAT volume */ - FR_MKFS_ABORTED, /* (14) The f_mkfs() aborted due to any problem */ - FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */ - FR_LOCKED, /* (16) The operation is rejected according to the file sharing policy */ - FR_NOT_ENOUGH_CORE, /* (17) LFN working buffer could not be allocated */ - FR_TOO_MANY_OPEN_FILES, /* (18) Number of open files > FF_FS_LOCK */ - FR_INVALID_PARAMETER /* (19) Given parameter is invalid */ -} FRESULT; - - - -/*--------------------------------------------------------------*/ -/* FatFs module application interface */ - -FRESULT f_open (FIL* fp, const TCHAR* path, BYTE mode); /* Open or create a file */ -FRESULT f_close (FIL* fp); /* Close an open file object */ -FRESULT f_read (FIL* fp, void* buff, UINT btr, UINT* br); /* Read data from the file */ -FRESULT f_write (FIL* fp, const void* buff, UINT btw, UINT* bw); /* Write data to the file */ -FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */ -FRESULT f_truncate (FIL* fp); /* Truncate the file */ -FRESULT f_sync (FIL* fp); /* Flush cached data of the writing file */ -FRESULT f_opendir (DIR* dp, const TCHAR* path); /* Open a directory */ -FRESULT f_closedir (DIR* dp); /* Close an open directory */ -FRESULT f_readdir (DIR* dp, FILINFO* fno); /* Read a directory item */ -FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find first file */ -FRESULT f_findnext (DIR* dp, FILINFO* fno); /* Find next file */ -FRESULT f_mkdir (const TCHAR* path); /* Create a sub directory */ -FRESULT f_unlink (const TCHAR* path); /* Delete an existing file or directory */ -FRESULT f_rename (const TCHAR* path_old, const TCHAR* path_new); /* Rename/Move a file or directory */ -FRESULT f_stat (const TCHAR* path, FILINFO* fno); /* Get file status */ -FRESULT f_chmod (const TCHAR* path, BYTE attr, BYTE mask); /* Change attribute of a file/dir */ -FRESULT f_utime (const TCHAR* path, const FILINFO* fno); /* Change timestamp of a file/dir */ -FRESULT f_chdir (const TCHAR* path); /* Change current directory */ -FRESULT f_chdrive (const TCHAR* path); /* Change current drive */ -FRESULT f_getcwd (TCHAR* buff, UINT len); /* Get current directory */ -FRESULT f_getfree (const TCHAR* path, DWORD* nclst, FATFS** fatfs); /* Get number of free clusters on the drive */ -FRESULT f_getlabel (const TCHAR* path, TCHAR* label, DWORD* vsn); /* Get volume label */ -FRESULT f_setlabel (const TCHAR* label); /* Set volume label */ -FRESULT f_forward (FIL* fp, UINT(*func)(const BYTE*,UINT), UINT btf, UINT* bf); /* Forward data to the stream */ -FRESULT f_expand (FIL* fp, FSIZE_t szf, BYTE opt); /* Allocate a contiguous block to the file */ -FRESULT f_mount (FATFS* fs, const TCHAR* path, BYTE opt); /* Mount/Unmount a logical drive */ -FRESULT f_mkfs (const TCHAR* path, BYTE opt, DWORD au, void* work, UINT len); /* Create a FAT volume */ -FRESULT f_fdisk (BYTE pdrv, const DWORD* szt, void* work); /* Divide a physical drive into some partitions */ -FRESULT f_setcp (WORD cp); /* Set current code page */ -int f_putc (TCHAR c, FIL* fp); /* Put a character to the file */ -int f_puts (const TCHAR* str, FIL* cp); /* Put a string to the file */ -int f_printf (FIL* fp, const TCHAR* str, ...); /* Put a formatted string to the file */ -TCHAR* f_gets (TCHAR* buff, int len, FIL* fp); /* Get a string from the file */ - -#define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize)) -#define f_error(fp) ((fp)->err) -#define f_tell(fp) ((fp)->fptr) -#define f_size(fp) ((fp)->obj.objsize) -#define f_rewind(fp) f_lseek((fp), 0) -#define f_rewinddir(dp) f_readdir((dp), 0) -#define f_rmdir(path) f_unlink(path) -#define f_unmount(path) f_mount(NULL, path, 0) - -#ifndef EOF -#define EOF (-1) -#endif - - - - -/*--------------------------------------------------------------*/ -/* Additional user defined functions */ - -/* RTC function */ -#if !FF_FS_READONLY && !FF_FS_NORTC -DWORD get_fattime (void); -#endif - -/* LFN support functions */ -#if FF_USE_LFN >= 1 /* Code conversion (defined in unicode.c) */ -WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */ -WCHAR ff_uni2oem (DWORD uni, WORD cp); /* Unicode to OEM code conversion */ -DWORD ff_wtoupper (DWORD uni); /* Unicode upper-case conversion */ -#endif -#if FF_USE_LFN == 3 /* Dynamic memory allocation */ -void* ff_memalloc (UINT msize); /* Allocate memory block */ -void ff_memfree (void* mblock); /* Free memory block */ -#endif - -/* Sync functions */ -#if FF_FS_REENTRANT -int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */ -int ff_req_grant (FF_SYNC_t sobj); /* Lock sync object */ -void ff_rel_grant (FF_SYNC_t sobj); /* Unlock sync object */ -int ff_del_syncobj (FF_SYNC_t sobj); /* Delete a sync object */ -#endif - - - - -/*--------------------------------------------------------------*/ -/* Flags and offset address */ - - -/* File access mode and open method flags (3rd argument of f_open) */ -#define FA_READ 0x01 -#define FA_WRITE 0x02 -#define FA_OPEN_EXISTING 0x00 -#define FA_CREATE_NEW 0x04 -#define FA_CREATE_ALWAYS 0x08 -#define FA_OPEN_ALWAYS 0x10 -#define FA_OPEN_APPEND 0x30 - -/* Fast seek controls (2nd argument of f_lseek) */ -#define CREATE_LINKMAP ((FSIZE_t)0 - 1) - -/* Format options (2nd argument of f_mkfs) */ -#define FM_FAT 0x01 -#define FM_FAT32 0x02 -#define FM_EXFAT 0x04 -#define FM_ANY 0x07 -#define FM_SFD 0x08 - -/* Filesystem type (FATFS.fs_type) */ -#define FS_FAT12 1 -#define FS_FAT16 2 -#define FS_FAT32 3 -#define FS_EXFAT 4 - -/* File attribute bits for directory entry (FILINFO.fattrib) */ -#define AM_RDO 0x01 /* Read only */ -#define AM_HID 0x02 /* Hidden */ -#define AM_SYS 0x04 /* System */ -#define AM_DIR 0x10 /* Directory */ -#define AM_ARC 0x20 /* Archive */ - - -#ifdef __cplusplus -} -#endif - -#endif /* FF_DEFINED */ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/include/ffconf.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/include/ffconf.h deleted file mode 100644 index cd9ec37..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/include/ffconf.h +++ /dev/null @@ -1,380 +0,0 @@ -/*---------------------------------------------------------------------------/ -/ FatFs - Configuration file -/---------------------------------------------------------------------------*/ - - -#define FFCONF_DEF 63463 /* Revision ID */ - -#ifdef __cplusplus -extern "C" { -#endif - -#include "xparameters.h" - -/*---------------------------------------------------------------------------/ -/ Function Configurations -/---------------------------------------------------------------------------*/ - -#ifdef FILE_SYSTEM_READ_ONLY -#define FF_FS_READONLY 1 /* 1:Read only */ -#else -#define FF_FS_READONLY 0 /* 0:Read/Write */ -#endif -/* This option switches read-only configuration. (0:Read/Write or 1:Read-only) -/ Read-only configuration removes writing API functions, f_write(), f_sync(), -/ f_unlink(), f_mkdir(), f_chmod(), f_rename(), f_truncate(), f_getfree() -/ and optional writing functions as well. */ - - -#define FF_FS_MINIMIZE 0 -/* This option defines minimization level to remove some basic API functions. -/ -/ 0: Basic functions are fully enabled. -/ 1: f_stat(), f_getfree(), f_unlink(), f_mkdir(), f_truncate() and f_rename() -/ are removed. -/ 2: f_opendir(), f_readdir() and f_closedir() are removed in addition to 1. -/ 3: f_lseek() function is removed in addition to 2. */ - - -#if FILE_SYSTEM_USE_STRFUNC == 0 -#define FF_USE_STRFUNC 0 /* 0:Disable */ -#elif FILE_SYSTEM_USE_STRFUNC == 1 -#define FF_USE_STRFUNC 1 /* 1:Enable */ -#elif FILE_SYSTEM_USE_STRFUNC == 2 -#define FF_USE_STRFUNC 2 /* 2:Enable */ -#endif -/* This option switches string functions, f_gets(), f_putc(), f_puts() and f_printf(). -/ -/ 0: Disable string functions. -/ 1: Enable without LF-CRLF conversion. -/ 2: Enable with LF-CRLF conversion. */ - - -#define FF_USE_FIND 0 -/* This option switches filtered directory read functions, f_findfirst() and -/ f_findnext(). (0:Disable, 1:Enable 2:Enable with matching altname[] too) */ - -#ifdef FILE_SYSTEM_USE_MKFS -#define FF_USE_MKFS 1 /* 1:Enable */ -#else -#define FF_USE_MKFS 0 /* 0:Disable */ -#endif -/* This option switches f_mkfs() function. (0:Disable or 1:Enable) */ - - -#define FF_USE_FASTSEEK 0 -/* This option switches fast seek function. (0:Disable or 1:Enable) */ - - -#define FF_USE_EXPAND 0 -/* This option switches f_expand function. (0:Disable or 1:Enable) */ - - -#ifdef FILE_SYSTEM_USE_CHMOD -#define FF_USE_CHMOD 1 /* 1:Enable */ -#else -#define FF_USE_CHMOD 0 /* 0:Disable */ -#endif -/* This option switches attribute manipulation functions, f_chmod() and f_utime(). -/ (0:Disable or 1:Enable) Also FF_FS_READONLY needs to be 0 to enable this option. */ - - -#define FF_USE_LABEL 0 -/* This option switches volume label functions, f_getlabel() and f_setlabel(). -/ (0:Disable or 1:Enable) */ - - -#define FF_USE_FORWARD 0 -/* This option switches f_forward() function. (0:Disable or 1:Enable) */ - - -/*---------------------------------------------------------------------------/ -/ Locale and Namespace Configurations -/---------------------------------------------------------------------------*/ - -#define FF_CODE_PAGE 932 -/* This option specifies the OEM code page to be used on the target system. -/ Incorrect code page setting can cause a file open failure. -/ -/ 437 - U.S. -/ 720 - Arabic -/ 737 - Greek -/ 771 - KBL -/ 775 - Baltic -/ 850 - Latin 1 -/ 852 - Latin 2 -/ 855 - Cyrillic -/ 857 - Turkish -/ 860 - Portuguese -/ 861 - Icelandic -/ 862 - Hebrew -/ 863 - Canadian French -/ 864 - Arabic -/ 865 - Nordic -/ 866 - Russian -/ 869 - Greek 2 -/ 932 - Japanese (DBCS) -/ 936 - Simplified Chinese (DBCS) -/ 949 - Korean (DBCS) -/ 950 - Traditional Chinese (DBCS) -/ 0 - Include all code pages above and configured by f_setcp() -*/ - - -#ifdef FILE_SYSTEM_USE_LFN -#define FF_USE_LFN FILE_SYSTEM_USE_LFN /* 0 to 3 */ -#else -#define FF_USE_LFN 0 /* 0 to 3 */ -#endif -#define FF_MAX_LFN 255 -/* The FF_USE_LFN switches the support for LFN (long file name). -/ -/ 0: Disable LFN. FF_MAX_LFN has no effect. -/ 1: Enable LFN with static working buffer on the BSS. Always NOT thread-safe. -/ 2: Enable LFN with dynamic working buffer on the STACK. -/ 3: Enable LFN with dynamic working buffer on the HEAP. -/ -/ To enable the LFN, ffunicode.c needs to be added to the project. The LFN function -/ requiers certain internal working buffer occupies (FF_MAX_LFN + 1) * 2 bytes and -/ additional (FF_MAX_LFN + 44) / 15 * 32 bytes when exFAT is enabled. -/ The FF_MAX_LFN defines size of the working buffer in UTF-16 code unit and it can -/ be in range of 12 to 255. It is recommended to be set 255 to fully support LFN -/ specification. -/ When use stack for the working buffer, take care on stack overflow. When use heap -/ memory for the working buffer, memory management functions, ff_memalloc() and -/ ff_memfree() in ffsystem.c, need to be added to the project. */ - - -#define FF_LFN_UNICODE 0 -/* This option switches the character encoding on the API when LFN is enabled. -/ -/ 0: ANSI/OEM in current CP (TCHAR = char) -/ 1: Unicode in UTF-16 (TCHAR = WCHAR) -/ 2: Unicode in UTF-8 (TCHAR = char) -/ 3: Unicode in UTF-32 (TCHAR = DWORD) -/ -/ Also behavior of string I/O functions will be affected by this option. -/ When LFN is not enabled, this option has no effect. */ - - -#define FF_LFN_BUF 255 -#define FF_SFN_BUF 12 -/* This set of options defines size of file name members in the FILINFO structure -/ which is used to read out directory items. These values should be suffcient for -/ the file names to read. The maximum possible length of the read file name depends -/ on character encoding. When LFN is not enabled, these options have no effect. */ - - -#define FF_STRF_ENCODE 3 -/* When FF_LFN_UNICODE >= 1 with LFN enabled, string I/O functions, f_gets(), -/ f_putc(), f_puts and f_printf() convert the character encoding in it. -/ This option selects assumption of character encoding ON THE FILE to be -/ read/written via those functions. -/ -/ 0: ANSI/OEM in current CP -/ 1: Unicode in UTF-16LE -/ 2: Unicode in UTF-16BE -/ 3: Unicode in UTF-8 -*/ - - -#if FILE_SYSTEM_SET_FS_RPATH == 0 -#define FF_FS_RPATH 0U -#elif FILE_SYSTEM_SET_FS_RPATH == 1 -#define FF_FS_RPATH 1U -#elif FILE_SYSTEM_SET_FS_RPATH == 2 -#define FF_FS_RPATH 2U -#endif -/* This option configures support for relative path. -/ -/ 0: Disable relative path and remove related functions. -/ 1: Enable relative path. f_chdir() and f_chdrive() are available. -/ 2: f_getcwd() function is available in addition to 1. -*/ - - -/*---------------------------------------------------------------------------/ -/ Drive/Volume Configurations -/---------------------------------------------------------------------------*/ - -#if FILE_SYSTEM_NUM_LOGIC_VOL == 1 -#define FF_VOLUMES 1U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 2 -#define FF_VOLUMES 2U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 3 -#define FF_VOLUMES 3U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 4 -#define FF_VOLUMES 4U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 5 -#define FF_VOLUMES 5U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 6 -#define FF_VOLUMES 6U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 7 -#define FF_VOLUMES 7U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 8 -#define FF_VOLUMES 8U -#elif FILE_SYSTEM_NUM_LOGIC_VOL == 9 -#define FF_VOLUMES 9U -#else -#define FF_VOLUMES 10U -#endif -/* Number of volumes (logical drives) to be used. (1-10) */ - - -#define FF_STR_VOLUME_ID 0 -#define FF_VOLUME_STRS "RAM","NAND","CF","SD","SD2","USB","USB2","USB3" -/* FF_STR_VOLUME_ID switches support for volume ID in arbitrary strings. -/ When FF_STR_VOLUME_ID is set to 1 or 2, arbitrary strings can be used as drive -/ number in the path name. FF_VOLUME_STRS defines the volume ID strings for each -/ logical drives. Number of items must not be less than FF_VOLUMES. Valid -/ characters for the volume ID strings are A-Z, a-z and 0-9, however, they are -/ compared in case-insensitive. If FF_STR_VOLUME_ID >= 1 and FF_VOLUME_STRS is -/ not defined, a user defined volume string table needs to be defined as: -/ -/ const char* VolumeStr[FF_VOLUMES] = {"ram","flash","sd","usb",... -*/ - - -#ifdef FILE_SYSTEM_MULTI_PARTITION -#define FF_MULTI_PARTITION 1 /* 1:Enable multiple partition */ -#else -#define FF_MULTI_PARTITION 0 /* 0:Single partition */ -#endif -/* This option switches support for multiple volumes on the physical drive. -/ By default (0), each logical drive number is bound to the same physical drive -/ number and only an FAT volume found on the physical drive will be mounted. -/ When this function is enabled (1), each logical drive number can be bound to -/ arbitrary physical drive and partition listed in the VolToPart[]. Also f_fdisk() -/ function will be available. */ - - -#define FF_MIN_SS 512 -#define FF_MAX_SS 512 -/* This set of options configures the range of sector size to be supported. (512, -/ 1024, 2048 or 4096) Always set both 512 for most systems, generic memory card and -/ harddisk. But a larger value may be required for on-board flash memory and some -/ type of optical media. When FF_MAX_SS is larger than FF_MIN_SS, FatFs is configured -/ for variable sector size mode and disk_ioctl() function needs to implement -/ GET_SECTOR_SIZE command. */ - - -#define FF_USE_TRIM 0 -/* This option switches support for ATA-TRIM. (0:Disable or 1:Enable) -/ To enable Trim function, also CTRL_TRIM command should be implemented to the -/ disk_ioctl() function. */ - - -#define FF_FS_NOFSINFO 0 -/* If you need to know correct free space on the FAT32 volume, set bit 0 of this -/ option, and f_getfree() function at first time after volume mount will force -/ a full FAT scan. Bit 1 controls the use of last allocated cluster number. -/ -/ bit0=0: Use free cluster count in the FSINFO if available. -/ bit0=1: Do not trust free cluster count in the FSINFO. -/ bit1=0: Use last allocated cluster number in the FSINFO if available. -/ bit1=1: Do not trust last allocated cluster number in the FSINFO. -*/ - - - -/*---------------------------------------------------------------------------/ -/ System Configurations -/---------------------------------------------------------------------------*/ - -#define FF_FS_TINY 0 -/* This option switches tiny buffer configuration. (0:Normal or 1:Tiny) -/ At the tiny configuration, size of file object (FIL) is shrunk FF_MAX_SS bytes. -/ Instead of private sector buffer eliminated from the file object, common sector -/ buffer in the filesystem object (FATFS) is used for the file data transfer. */ - - -#ifdef FILE_SYSTEM_FS_EXFAT -#define FF_FS_EXFAT 1 -#else -#define FF_FS_EXFAT 0 -#endif -/* This option switches support for exFAT filesystem. (0:Disable or 1:Enable) -/ To enable exFAT, also LFN needs to be enabled. -/ Note that enabling exFAT discards ANSI C (C89) compatibility. */ - - -#define FF_FS_NORTC 0 -#define FF_NORTC_MON 1 -#define FF_NORTC_MDAY 1 -#define FF_NORTC_YEAR 2018 -/* The option FF_FS_NORTC switches timestamp functiton. If the system does not have -/ any RTC function or valid timestamp is not needed, set FF_FS_NORTC = 1 to disable -/ the timestamp function. Every object modified by FatFs will have a fixed timestamp -/ defined by FF_NORTC_MON, FF_NORTC_MDAY and FF_NORTC_YEAR in local time. -/ To enable timestamp function (FF_FS_NORTC = 0), get_fattime() function need to be -/ added to the project to read current time form real-time clock. FF_NORTC_MON, -/ FF_NORTC_MDAY and FF_NORTC_YEAR have no effect. -/ These options have no effect at read-only configuration (FF_FS_READONLY = 1). */ - - -#define FF_FS_LOCK 0 -/* The option FF_FS_LOCK switches file lock function to control duplicated file open -/ and illegal operation to open objects. This option must be 0 when FF_FS_READONLY -/ is 1. -/ -/ 0: Disable file lock function. To avoid volume corruption, application program -/ should avoid illegal open, remove and rename to the open objects. -/ >0: Enable file lock function. The value defines how many files/sub-directories -/ can be opened simultaneously under file lock control. Note that the file -/ lock control is independent of re-entrancy. */ - - -#define FF_FS_REENTRANT 0 -#define FF_FS_TIMEOUT 1000 -#define FF_SYNC_t HANDLE -/* The option FF_FS_REENTRANT switches the re-entrancy (thread safe) of the FatFs -/ module itself. Note that regardless of this option, file access to different -/ volume is always re-entrant and volume control functions, f_mount(), f_mkfs() -/ and f_fdisk() function, are always not re-entrant. Only file/directory access -/ to the same volume is under control of this function. -/ -/ 0: Disable re-entrancy. FF_FS_TIMEOUT and FF_SYNC_t have no effect. -/ 1: Enable re-entrancy. Also user provided synchronization handlers, -/ ff_req_grant(), ff_rel_grant(), ff_del_syncobj() and ff_cre_syncobj() -/ function, must be added to the project. Samples are available in -/ option/syscall.c. -/ -/ The FF_FS_TIMEOUT defines timeout period in unit of time tick. -/ The FF_SYNC_t defines O/S dependent sync object type. e.g. HANDLE, ID, OS_EVENT*, -/ SemaphoreHandle_t and etc. A header file for O/S definitions needs to be -/ included somewhere in the scope of ff.h. */ - -/* #include // O/S definitions */ - -#ifdef FILE_SYSTEM_WORD_ACCESS -#define FF_WORD_ACCESS 1 -#else -#define FF_WORD_ACCESS 0 -#endif -/* The FF_WORD_ACCESS option is an only platform dependent option. It defines -/ which access method is used to the word data on the FAT volume. -/ -/ 0: Byte-by-byte access. Always compatible with all platforms. -/ 1: Word access. Do not choose this unless under both the following conditions. -/ -/ * Address misaligned memory access is always allowed for ALL instructions. -/ * Byte order on the memory is little-endian. -/ -/ If it is the case, FF_WORD_ACCESS can also be set to 1 to improve performance and -/ reduce code size. Following table shows an example of some processor types. -/ -/ ARM7TDMI 0 ColdFire 0 V850E 0 -/ Cortex-M3 0 Z80 0/1 V850ES 0/1 -/ Cortex-M0 0 RX600(LE) 0/1 TLCS-870 0/1 -/ AVR 0/1 RX600(BE) 0 TLCS-900 0/1 -/ AVR32 0 RL78 0 R32C 0 -/ PIC18 0/1 SH-2 0 M16C 0/1 -/ PIC24 0 H8S 0 MSP430 0 -/ PIC32 0 H8/300H 0 x86 0/1 -*/ - -#ifdef __cplusplus -} -#endif - -/*--- End of configuration options ---*/ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/include/integer.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/include/integer.h deleted file mode 100644 index b3c70ca..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilffs_v4_6/src/include/integer.h +++ /dev/null @@ -1,36 +0,0 @@ -/*-------------------------------------------*/ -/* Integer type definitions for FatFs module */ -/*-------------------------------------------*/ - -#ifndef FF_INTEGER -#define FF_INTEGER - -#ifdef _WIN32 /* FatFs development platform */ - -#include -typedef unsigned __int64 QWORD; - -#else /* Embedded platform */ - -/* These types MUST be 16-bit or 32-bit */ -typedef int INT; -typedef unsigned int UINT; - -/* This type MUST be 8-bit */ -typedef unsigned char BYTE; - -/* These types MUST be 16-bit */ -typedef short SHORT; -typedef unsigned short WORD; -typedef unsigned short WCHAR; - -/* These types MUST be 32-bit */ -typedef long LONG; -typedef unsigned long DWORD; - -/* This type MUST be 64-bit (Remove this for ANSI C (C89) compatibility) */ -typedef unsigned long long QWORD; - -#endif - -#endif diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilrsa_v1_6/src/Makefile b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilrsa_v1_6/src/Makefile deleted file mode 100644 index 484d9d9..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilrsa_v1_6/src/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -############################################################################### -# Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -############################################################################### - -COMPILER= -ARCHIVER= -CP=cp -COMPILER_FLAGS= -LIB=librsa.a - -RELEASEDIR=../../../lib -INCLUDEDIR=../../../include -INCLUDES=-I./include/ -I${INCLUDEDIR} -LIBRSA_DIR = . - -EXPORT_INCLUDE_DIR = $(LIBRSA_DIR)/include - -libs: - cp $(LIBRSA_DIR)/librsa.a $(RELEASEDIR) - -.PHONY: include -include: xilrsa_includes - -xilrsa_includes: - cp -r ${EXPORT_INCLUDE_DIR}/xilrsa.h ${INCLUDEDIR} - -clean: - rm -rf $(RELEASEDIR)/$(LIB) diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilrsa_v1_6/src/include/xilrsa.h b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilrsa_v1_6/src/include/xilrsa.h deleted file mode 100644 index a8acdb1..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilrsa_v1_6/src/include/xilrsa.h +++ /dev/null @@ -1,230 +0,0 @@ -/****************************************************************************** -* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved. -* SPDX-License-Identifier: MIT -******************************************************************************/ - -/*****************************************************************************/ -/** -* -* @file xilrsa.h -* @addtogroup xilrsa_apis XilRSA APIs and Descriptions -* @{ -* @cond xilrsa_internal -* This file contains the RSA algorithm functions -* -*
-* MODIFICATION HISTORY:
-*
-* Ver	Who	Date		Changes
-* ----- ---- -------- -------------------------------------------------------
-* 1.0   hk   27/01/14 First release
-* 1.4   vns  07/06/17 Added dooxygen tags.
-*
-* 
-* -* @note -* -******************************************************************************/ -#ifndef ___XIL_RSA_H___ -#define ___XIL_RSA_H___ - -#ifdef __cplusplus -extern "C" { -#endif -/***************************** Include Files *********************************/ - -/* - * Digit size selection (32 or 16-bit). If supported by the CPU/compiler, - * 32-bit digits are approximately 4 times faster - */ - -//#define RSA_DIGIT_16 -#define RSA_DIGIT_32 - -/* - * RSA loop unrolling selection - * RSA main loop can be unrolled 2, 4 or 8 ways - */ -#define RSA_UNROLL 1 - -/* - * Select if ARM-optimized code is to be used. Only GCC for ARM is supported - */ -//#define RSA_ARM_OPTIMIZED - -/* - * Check the compatibility of the selection - */ -#if defined(RSA_DIGIT_16) && defined(RSA_DIGIT_32) - #error Please select a digit size -#endif -#if !defined(RSA_DIGIT_16) && !defined(RSA_DIGIT_32) - #error Please select just one digit size -#endif -#if (!defined(__GNUC__) || !defined(__arm__)) && defined(RSA_ARM_OPTIMIZED) - #error Assembly level code is only supported for the GCC/ARM combination -#endif -#if (RSA_UNROLL != 1) && (RSA_UNROLL != 2) && (RSA_UNROLL != 4) && (RSA_UNROLL != 8) - #error Only 1, 2, 4, and 8 unrolling are supported -#endif - -#ifdef RSA_DIGIT_16 -#define RSA_DIGIT unsigned short -#define RSA_SDIGIT short -#define RSA_DDIGIT unsigned long -#endif -#ifdef RSA_DIGIT_32 -#define RSA_DIGIT unsigned long -#define RSA_SDIGIT long -#define RSA_DDIGIT unsigned long long -#endif - -#define RSA_NUMBER RSA_DIGIT * -#define RSA_NBITS 2048 -#define RSA_NDIGITS (RSA_NBITS/(sizeof(RSA_DIGIT)*8)) -#define RSA_NBYTES (RSA_NDIGITS*sizeof(RSA_DIGIT)) - -/* - * Double-digit to single digit conversion - */ -#define RSA_MSB(x) (x >> (sizeof(RSA_DIGIT)*8)) -#define RSA_LSB(x) (x & (RSA_DIGIT)~0) - -#define SHA_BLKSIZE 512 -#define SHA_BLKBYTES (SHA_BLKSIZE/8) -#define SHA_BLKWORDS (SHA_BLKBYTES/4) - -#define SHA_VALSIZE 256 -#define SHA_VALBYTES (SHA_VALSIZE/8) -#define SHA_VALWORDS (SHA_VALBYTES/4) - -/* - * SHA-256 context structure - * Includes SHA-256 state, coalescing buffer to collect the processed strings, and - * total byte length counter (used both to manage the buffer and for padding) - */ - //! [sha2_context] -typedef struct -{ - unsigned int state[8]; - unsigned char buffer[SHA_BLKBYTES]; - unsigned long long bytes; -} sha2_context; -//! [sha2_context] -/** @} -@endcond */ - -/* - * RSA-2048 user interfaces - */ -/*****************************************************************************/ -/** - * @brief - * This function is used to encrypt the data using 2048 bit private key. - * - * @param modular A char pointer which contains the key modulus - * @param modular_ext A char pointer which contains the key modulus - * extension - * @param exponent A char pointer which contains the private key - * exponent - * @param result A char pointer which contains the encrypted data - * - * @return None - * - ******************************************************************************/ -void rsa2048_exp(const unsigned char *base, const unsigned char * modular, - const unsigned char *modular_ext, const unsigned char *exponent, - unsigned char *result); -/*****************************************************************************/ -/** - * @brief - * This function is used to decrypt the data using 2048 bit public key - * - * @param a RSA_NUMBER containing the decrypted data. - * @param x RSA_NUMBER containing the input data - * @param e Unsigned number containing the public key exponent - * @param m RSA_NUMBER containing the public key modulus - * @param rrm RSA_NUMBER containing the public key modulus extension. - * - * @return None - * - ******************************************************************************/ -void rsa2048_pubexp(RSA_NUMBER a, RSA_NUMBER x, - unsigned long e, RSA_NUMBER m, RSA_NUMBER rrm); - -/* - * SHA-256 user interfaces - */ -/*****************************************************************************/ -/** - * @brief - * This function calculates the hash for the input data using SHA-256 - * algorithm. This function internally calls the sha2_init, updates and - * finishes functions and updates the result. - * - * @param In Char pointer which contains the input data. - * @param Size Length of the input data - * @param Out Pointer to location where resulting hash will be - * written. - * - * @return None - * - ******************************************************************************/ -void sha_256(const unsigned char *in, const unsigned int size, unsigned char *out); -/*****************************************************************************/ -/** - * @brief - * This function initializes the SHA2 context. - * - * @param ctx Pointer to sha2_context structure that stores status and - * buffer. - * - * @return None - * - ******************************************************************************/ -void sha2_starts(sha2_context *ctx); -/*****************************************************************************/ -/** - * @brief - * This function adds the input data to SHA256 calculation. - * - * @param ctx Pointer to sha2_context structure that stores status and - * buffer. - * @param input Pointer to the data to add. - * @param Out Length of the input data. - * - * @return None - * - ******************************************************************************/ -void sha2_update(sha2_context *ctx, unsigned char* input, unsigned int ilen); -/*****************************************************************************/ -/** - * @brief - * This function finishes the SHA calculation. - * - * @param ctx Pointer to sha2_context structure that stores status and - * buffer. - * @param output Pointer to the calculated hash data. - * - * @return None - * - * - ******************************************************************************/ -void sha2_finish(sha2_context *ctx, unsigned char* output); - -/* - * Preprocessing interface (pre-computation of R*R mod M) - */ -/**@cond xilrsa_internal */ -void modular_ext(const unsigned char *modular, unsigned char *res); -/** @} -@endcond */ - -#ifdef __cplusplus -} -#endif - -#endif /* ___XIL_RSA_H___ */ -/** @} */ - - diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilrsa_v1_6/src/librsa.a b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilrsa_v1_6/src/librsa.a deleted file mode 100644 index acef5d8..0000000 Binary files a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/xilrsa_v1_6/src/librsa.a and /dev/null differ diff --git a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss b/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss deleted file mode 100644 index 5aa05c2..0000000 --- a/source/test_lower_machine/zynq_fsbl/zynq_fsbl_bsp/system.mss +++ /dev/null @@ -1,209 +0,0 @@ - - PARAMETER VERSION = 2.2.0 - - -BEGIN OS - PARAMETER OS_NAME = standalone - PARAMETER OS_VER = 7.6 - PARAMETER PROC_INSTANCE = ps7_cortexa9_0 - PARAMETER stdin = ps7_uart_0 - PARAMETER stdout = ps7_uart_0 -END - - -BEGIN PROCESSOR - PARAMETER DRIVER_NAME = cpu_cortexa9 - PARAMETER DRIVER_VER = 2.11 - PARAMETER HW_INSTANCE = ps7_cortexa9_0 -END - - -BEGIN DRIVER - PARAMETER DRIVER_NAME = ip_fifo - PARAMETER DRIVER_VER = 1.0 - PARAMETER HW_INSTANCE = ip_fifo_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_afi_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_afi_1 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_afi_2 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_afi_3 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = coresightps_dcc - PARAMETER DRIVER_VER = 1.8 - PARAMETER HW_INSTANCE = ps7_coresight_comp_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = ddrps - PARAMETER DRIVER_VER = 1.2 - PARAMETER HW_INSTANCE = ps7_ddr_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_ddrc_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = devcfg - PARAMETER DRIVER_VER = 3.7 - PARAMETER HW_INSTANCE = ps7_dev_cfg_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = dmaps - PARAMETER DRIVER_VER = 2.8 - PARAMETER HW_INSTANCE = ps7_dma_ns -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = dmaps - PARAMETER DRIVER_VER = 2.8 - PARAMETER HW_INSTANCE = ps7_dma_s -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_globaltimer_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_gpv_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_intc_dist_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_iop_bus_config_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_l2cachec_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_ocmc_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_pl310_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_pmu_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_ram_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_ram_1 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_scuc_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = scugic - PARAMETER DRIVER_VER = 4.6 - PARAMETER HW_INSTANCE = ps7_scugic_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = scutimer - PARAMETER DRIVER_VER = 2.3 - PARAMETER HW_INSTANCE = ps7_scutimer_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = scuwdt - PARAMETER DRIVER_VER = 2.4 - PARAMETER HW_INSTANCE = ps7_scuwdt_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = generic - PARAMETER DRIVER_VER = 3.1 - PARAMETER HW_INSTANCE = ps7_slcr_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = uartps - PARAMETER DRIVER_VER = 3.11 - PARAMETER HW_INSTANCE = ps7_uart_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = xadcps - PARAMETER DRIVER_VER = 2.6 - PARAMETER HW_INSTANCE = ps7_xadc_0 -END - -BEGIN DRIVER - PARAMETER DRIVER_NAME = ip_encoder - PARAMETER DRIVER_VER = 1.0 - PARAMETER HW_INSTANCE = ip_encoder_0 -END - - -BEGIN LIBRARY - PARAMETER LIBRARY_NAME = xilffs - PARAMETER LIBRARY_VER = 4.6 - PARAMETER PROC_INSTANCE = ps7_cortexa9_0 -END - - -BEGIN LIBRARY - PARAMETER LIBRARY_NAME = xilrsa - PARAMETER LIBRARY_VER = 1.6 - PARAMETER PROC_INSTANCE = ps7_cortexa9_0 -END - - diff --git a/source/test_lower_machine_app/.cproject b/source/test_lower_machine_app/.cproject deleted file mode 100644 index 811a839..0000000 --- a/source/test_lower_machine_app/.cproject +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/source/test_lower_machine_app/.gitignore b/source/test_lower_machine_app/.gitignore deleted file mode 100644 index ac01e66..0000000 --- a/source/test_lower_machine_app/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Debug/ -/Release/ diff --git a/source/test_lower_machine_app/.project b/source/test_lower_machine_app/.project deleted file mode 100644 index e9583e1..0000000 --- a/source/test_lower_machine_app/.project +++ /dev/null @@ -1,27 +0,0 @@ - - - test_lower_machine_app - Created by Vitis v2021.2 - - test_lower_machine - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - - com.xilinx.sdx.sdk.core.SdkProjectNature - org.eclipse.cdt.core.cnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - diff --git a/source/test_lower_machine_app/_ide/bitstream/system_wrapper.bit b/source/test_lower_machine_app/_ide/bitstream/system_wrapper.bit deleted file mode 100644 index 309e119..0000000 Binary files a/source/test_lower_machine_app/_ide/bitstream/system_wrapper.bit and /dev/null differ diff --git a/source/test_lower_machine_app/_ide/hwspec.checksum b/source/test_lower_machine_app/_ide/hwspec.checksum deleted file mode 100644 index 58f7774..0000000 --- a/source/test_lower_machine_app/_ide/hwspec.checksum +++ /dev/null @@ -1 +0,0 @@ -81279188 \ No newline at end of file diff --git a/source/test_lower_machine_app/_ide/psinit/ps7_init.tcl b/source/test_lower_machine_app/_ide/psinit/ps7_init.tcl deleted file mode 100644 index 4bfed60..0000000 --- a/source/test_lower_machine_app/_ide/psinit/ps7_init.tcl +++ /dev/null @@ -1,643 +0,0 @@ -proc ps7_pll_init_data_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000110 0x003FFFF0 0x000FA220 - mask_write 0XF8000100 0x0007F000 0x00028000 - mask_write 0XF8000100 0x00000010 0x00000010 - mask_write 0XF8000100 0x00000001 0x00000001 - mask_write 0XF8000100 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000001 - mask_write 0XF8000100 0x00000010 0x00000000 - mask_write 0XF8000120 0x1F003F30 0x1F000200 - mask_write 0XF8000114 0x003FFFF0 0x0012C220 - mask_write 0XF8000104 0x0007F000 0x00020000 - mask_write 0XF8000104 0x00000010 0x00000010 - mask_write 0XF8000104 0x00000001 0x00000001 - mask_write 0XF8000104 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000002 - mask_write 0XF8000104 0x00000010 0x00000000 - mask_write 0XF8000124 0xFFF00003 0x0C200003 - mask_write 0XF8000118 0x003FFFF0 0x000FA240 - mask_write 0XF8000108 0x0007F000 0x00030000 - mask_write 0XF8000108 0x00000010 0x00000010 - mask_write 0XF8000108 0x00000001 0x00000001 - mask_write 0XF8000108 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000004 - mask_write 0XF8000108 0x00000010 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_clock_init_data_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000128 0x03F03F01 0x00700F01 - mask_write 0XF8000154 0x00003F33 0x00001001 - mask_write 0XF8000168 0x00003F31 0x00000801 - mask_write 0XF8000170 0x03F03F30 0x00200400 - mask_write 0XF80001C4 0x00000001 0x00000001 - mask_write 0XF800012C 0x01FFCCCD 0x015C000D - mwr -force 0XF8000004 0x0000767B -} -proc ps7_ddr_init_data_3_0 {} { - mask_write 0XF8006000 0x0001FFFF 0x00000080 - mask_write 0XF8006004 0x0007FFFF 0x00001082 - mask_write 0XF8006008 0x03FFFFFF 0x03C0780F - mask_write 0XF800600C 0x03FFFFFF 0x02001001 - mask_write 0XF8006010 0x03FFFFFF 0x00014001 - mask_write 0XF8006014 0x001FFFFF 0x0004159B - mask_write 0XF8006018 0xF7FFFFFF 0x44E458D3 - mask_write 0XF800601C 0xFFFFFFFF 0x7282BCE5 - mask_write 0XF8006020 0x7FDFFFFC 0x270872D0 - mask_write 0XF8006024 0x0FFFFFC3 0x00000000 - mask_write 0XF8006028 0x00003FFF 0x00002007 - mask_write 0XF800602C 0xFFFFFFFF 0x00000008 - mask_write 0XF8006030 0xFFFFFFFF 0x00040B30 - mask_write 0XF8006034 0x13FF3FFF 0x000116D4 - mask_write 0XF8006038 0x00000003 0x00000000 - mask_write 0XF800603C 0x000FFFFF 0x00000777 - mask_write 0XF8006040 0xFFFFFFFF 0xFFF00000 - mask_write 0XF8006044 0x0FFFFFFF 0x0FF66666 - mask_write 0XF8006048 0x0003F03F 0x0003C008 - mask_write 0XF8006050 0xFF0F8FFF 0x77010800 - mask_write 0XF8006058 0x00010000 0x00000000 - mask_write 0XF800605C 0x0000FFFF 0x00005003 - mask_write 0XF8006060 0x000017FF 0x0000003E - mask_write 0XF8006064 0x00021FE0 0x00020000 - mask_write 0XF8006068 0x03FFFFFF 0x00284141 - mask_write 0XF800606C 0x0000FFFF 0x00001610 - mask_write 0XF8006078 0x03FFFFFF 0x00466111 - mask_write 0XF800607C 0x000FFFFF 0x00032222 - mask_write 0XF80060A4 0xFFFFFFFF 0x10200802 - mask_write 0XF80060A8 0x0FFFFFFF 0x0690CB73 - mask_write 0XF80060AC 0x000001FF 0x000001FE - mask_write 0XF80060B0 0x1FFFFFFF 0x1CFFFFFF - mask_write 0XF80060B4 0x00000200 0x00000200 - mask_write 0XF80060B8 0x01FFFFFF 0x00200066 - mask_write 0XF80060C4 0x00000003 0x00000000 - mask_write 0XF80060C8 0x000000FF 0x00000000 - mask_write 0XF80060DC 0x00000001 0x00000000 - mask_write 0XF80060F0 0x0000FFFF 0x00000000 - mask_write 0XF80060F4 0x0000000F 0x00000008 - mask_write 0XF8006114 0x000000FF 0x00000000 - mask_write 0XF8006118 0x7FFFFFCF 0x40000001 - mask_write 0XF800611C 0x7FFFFFCF 0x40000001 - mask_write 0XF8006120 0x7FFFFFCF 0x40000001 - mask_write 0XF8006124 0x7FFFFFCF 0x40000001 - mask_write 0XF800612C 0x000FFFFF 0x00029000 - mask_write 0XF8006130 0x000FFFFF 0x00029000 - mask_write 0XF8006134 0x000FFFFF 0x00029000 - mask_write 0XF8006138 0x000FFFFF 0x00029000 - mask_write 0XF8006140 0x000FFFFF 0x00000035 - mask_write 0XF8006144 0x000FFFFF 0x00000035 - mask_write 0XF8006148 0x000FFFFF 0x00000035 - mask_write 0XF800614C 0x000FFFFF 0x00000035 - mask_write 0XF8006154 0x000FFFFF 0x00000080 - mask_write 0XF8006158 0x000FFFFF 0x00000080 - mask_write 0XF800615C 0x000FFFFF 0x00000080 - mask_write 0XF8006160 0x000FFFFF 0x00000080 - mask_write 0XF8006168 0x001FFFFF 0x000000F9 - mask_write 0XF800616C 0x001FFFFF 0x000000F9 - mask_write 0XF8006170 0x001FFFFF 0x000000F9 - mask_write 0XF8006174 0x001FFFFF 0x000000F9 - mask_write 0XF800617C 0x000FFFFF 0x000000C0 - mask_write 0XF8006180 0x000FFFFF 0x000000C0 - mask_write 0XF8006184 0x000FFFFF 0x000000C0 - mask_write 0XF8006188 0x000FFFFF 0x000000C0 - mask_write 0XF8006190 0x6FFFFEFE 0x00040080 - mask_write 0XF8006194 0x000FFFFF 0x0001FC82 - mask_write 0XF8006204 0xFFFFFFFF 0x00000000 - mask_write 0XF8006208 0x000703FF 0x000003FF - mask_write 0XF800620C 0x000703FF 0x000003FF - mask_write 0XF8006210 0x000703FF 0x000003FF - mask_write 0XF8006214 0x000703FF 0x000003FF - mask_write 0XF8006218 0x000F03FF 0x000003FF - mask_write 0XF800621C 0x000F03FF 0x000003FF - mask_write 0XF8006220 0x000F03FF 0x000003FF - mask_write 0XF8006224 0x000F03FF 0x000003FF - mask_write 0XF80062A8 0x00000FF5 0x00000000 - mask_write 0XF80062AC 0xFFFFFFFF 0x00000000 - mask_write 0XF80062B0 0x003FFFFF 0x00005125 - mask_write 0XF80062B4 0x0003FFFF 0x000012A8 - mask_poll 0XF8000B74 0x00002000 - mask_write 0XF8006000 0x0001FFFF 0x00000081 - mask_poll 0XF8006054 0x00000007 -} -proc ps7_mio_init_data_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B40 0x00000FFF 0x00000600 - mask_write 0XF8000B44 0x00000FFF 0x00000600 - mask_write 0XF8000B48 0x00000FFF 0x00000672 - mask_write 0XF8000B4C 0x00000FFF 0x00000672 - mask_write 0XF8000B50 0x00000FFF 0x00000674 - mask_write 0XF8000B54 0x00000FFF 0x00000674 - mask_write 0XF8000B58 0x00000FFF 0x00000600 - mask_write 0XF8000B5C 0xFFFFFFFF 0x0018C61C - mask_write 0XF8000B60 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B64 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B68 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B6C 0x00007FFF 0x00000260 - mask_write 0XF8000B70 0x00000001 0x00000001 - mask_write 0XF8000B70 0x00000021 0x00000020 - mask_write 0XF8000B70 0x07FEFFFF 0x00000823 - mask_write 0XF8000738 0x00003FFF 0x000016E1 - mask_write 0XF800073C 0x00003FFF 0x000016E0 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_peripherals_init_data_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B48 0x00000180 0x00000180 - mask_write 0XF8000B4C 0x00000180 0x00000180 - mask_write 0XF8000B50 0x00000180 0x00000180 - mask_write 0XF8000B54 0x00000180 0x00000180 - mwr -force 0XF8000004 0x0000767B - mask_write 0XE0000034 0x000000FF 0x00000006 - mask_write 0XE0000018 0x0000FFFF 0x0000007C - mask_write 0XE0000000 0x000001FF 0x00000017 - mask_write 0XE0000004 0x000003FF 0x00000020 - mask_write 0XE000D000 0x00080000 0x00080000 - mask_write 0XF8007000 0x20000000 0x00000000 -} -proc ps7_post_config_3_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000900 0x0000000F 0x0000000F - mask_write 0XF8000240 0xFFFFFFFF 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_debug_3_0 {} { - mwr -force 0XF8898FB0 0xC5ACCE55 - mwr -force 0XF8899FB0 0xC5ACCE55 - mwr -force 0XF8809FB0 0xC5ACCE55 -} -proc ps7_pll_init_data_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000110 0x003FFFF0 0x000FA220 - mask_write 0XF8000100 0x0007F000 0x00028000 - mask_write 0XF8000100 0x00000010 0x00000010 - mask_write 0XF8000100 0x00000001 0x00000001 - mask_write 0XF8000100 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000001 - mask_write 0XF8000100 0x00000010 0x00000000 - mask_write 0XF8000120 0x1F003F30 0x1F000200 - mask_write 0XF8000114 0x003FFFF0 0x0012C220 - mask_write 0XF8000104 0x0007F000 0x00020000 - mask_write 0XF8000104 0x00000010 0x00000010 - mask_write 0XF8000104 0x00000001 0x00000001 - mask_write 0XF8000104 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000002 - mask_write 0XF8000104 0x00000010 0x00000000 - mask_write 0XF8000124 0xFFF00003 0x0C200003 - mask_write 0XF8000118 0x003FFFF0 0x000FA240 - mask_write 0XF8000108 0x0007F000 0x00030000 - mask_write 0XF8000108 0x00000010 0x00000010 - mask_write 0XF8000108 0x00000001 0x00000001 - mask_write 0XF8000108 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000004 - mask_write 0XF8000108 0x00000010 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_clock_init_data_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000128 0x03F03F01 0x00700F01 - mask_write 0XF8000154 0x00003F33 0x00001001 - mask_write 0XF8000168 0x00003F31 0x00000801 - mask_write 0XF8000170 0x03F03F30 0x00200400 - mask_write 0XF80001C4 0x00000001 0x00000001 - mask_write 0XF800012C 0x01FFCCCD 0x015C000D - mwr -force 0XF8000004 0x0000767B -} -proc ps7_ddr_init_data_2_0 {} { - mask_write 0XF8006000 0x0001FFFF 0x00000080 - mask_write 0XF8006004 0x1FFFFFFF 0x00081082 - mask_write 0XF8006008 0x03FFFFFF 0x03C0780F - mask_write 0XF800600C 0x03FFFFFF 0x02001001 - mask_write 0XF8006010 0x03FFFFFF 0x00014001 - mask_write 0XF8006014 0x001FFFFF 0x0004159B - mask_write 0XF8006018 0xF7FFFFFF 0x44E458D3 - mask_write 0XF800601C 0xFFFFFFFF 0x7282BCE5 - mask_write 0XF8006020 0xFFFFFFFC 0x272872D0 - mask_write 0XF8006024 0x0FFFFFFF 0x0000003C - mask_write 0XF8006028 0x00003FFF 0x00002007 - mask_write 0XF800602C 0xFFFFFFFF 0x00000008 - mask_write 0XF8006030 0xFFFFFFFF 0x00040B30 - mask_write 0XF8006034 0x13FF3FFF 0x000116D4 - mask_write 0XF8006038 0x00001FC3 0x00000000 - mask_write 0XF800603C 0x000FFFFF 0x00000777 - mask_write 0XF8006040 0xFFFFFFFF 0xFFF00000 - mask_write 0XF8006044 0x0FFFFFFF 0x0FF66666 - mask_write 0XF8006048 0x3FFFFFFF 0x0003C248 - mask_write 0XF8006050 0xFF0F8FFF 0x77010800 - mask_write 0XF8006058 0x0001FFFF 0x00000101 - mask_write 0XF800605C 0x0000FFFF 0x00005003 - mask_write 0XF8006060 0x000017FF 0x0000003E - mask_write 0XF8006064 0x00021FE0 0x00020000 - mask_write 0XF8006068 0x03FFFFFF 0x00284141 - mask_write 0XF800606C 0x0000FFFF 0x00001610 - mask_write 0XF8006078 0x03FFFFFF 0x00466111 - mask_write 0XF800607C 0x000FFFFF 0x00032222 - mask_write 0XF80060A0 0x00FFFFFF 0x00008000 - mask_write 0XF80060A4 0xFFFFFFFF 0x10200802 - mask_write 0XF80060A8 0x0FFFFFFF 0x0690CB73 - mask_write 0XF80060AC 0x000001FF 0x000001FE - mask_write 0XF80060B0 0x1FFFFFFF 0x1CFFFFFF - mask_write 0XF80060B4 0x000007FF 0x00000200 - mask_write 0XF80060B8 0x01FFFFFF 0x00200066 - mask_write 0XF80060C4 0x00000003 0x00000000 - mask_write 0XF80060C8 0x000000FF 0x00000000 - mask_write 0XF80060DC 0x00000001 0x00000000 - mask_write 0XF80060F0 0x0000FFFF 0x00000000 - mask_write 0XF80060F4 0x0000000F 0x00000008 - mask_write 0XF8006114 0x000000FF 0x00000000 - mask_write 0XF8006118 0x7FFFFFFF 0x40000001 - mask_write 0XF800611C 0x7FFFFFFF 0x40000001 - mask_write 0XF8006120 0x7FFFFFFF 0x40000001 - mask_write 0XF8006124 0x7FFFFFFF 0x40000001 - mask_write 0XF800612C 0x000FFFFF 0x00029000 - mask_write 0XF8006130 0x000FFFFF 0x00029000 - mask_write 0XF8006134 0x000FFFFF 0x00029000 - mask_write 0XF8006138 0x000FFFFF 0x00029000 - mask_write 0XF8006140 0x000FFFFF 0x00000035 - mask_write 0XF8006144 0x000FFFFF 0x00000035 - mask_write 0XF8006148 0x000FFFFF 0x00000035 - mask_write 0XF800614C 0x000FFFFF 0x00000035 - mask_write 0XF8006154 0x000FFFFF 0x00000080 - mask_write 0XF8006158 0x000FFFFF 0x00000080 - mask_write 0XF800615C 0x000FFFFF 0x00000080 - mask_write 0XF8006160 0x000FFFFF 0x00000080 - mask_write 0XF8006168 0x001FFFFF 0x000000F9 - mask_write 0XF800616C 0x001FFFFF 0x000000F9 - mask_write 0XF8006170 0x001FFFFF 0x000000F9 - mask_write 0XF8006174 0x001FFFFF 0x000000F9 - mask_write 0XF800617C 0x000FFFFF 0x000000C0 - mask_write 0XF8006180 0x000FFFFF 0x000000C0 - mask_write 0XF8006184 0x000FFFFF 0x000000C0 - mask_write 0XF8006188 0x000FFFFF 0x000000C0 - mask_write 0XF8006190 0xFFFFFFFF 0x10040080 - mask_write 0XF8006194 0x000FFFFF 0x0001FC82 - mask_write 0XF8006204 0xFFFFFFFF 0x00000000 - mask_write 0XF8006208 0x000F03FF 0x000803FF - mask_write 0XF800620C 0x000F03FF 0x000803FF - mask_write 0XF8006210 0x000F03FF 0x000803FF - mask_write 0XF8006214 0x000F03FF 0x000803FF - mask_write 0XF8006218 0x000F03FF 0x000003FF - mask_write 0XF800621C 0x000F03FF 0x000003FF - mask_write 0XF8006220 0x000F03FF 0x000003FF - mask_write 0XF8006224 0x000F03FF 0x000003FF - mask_write 0XF80062A8 0x00000FF7 0x00000000 - mask_write 0XF80062AC 0xFFFFFFFF 0x00000000 - mask_write 0XF80062B0 0x003FFFFF 0x00005125 - mask_write 0XF80062B4 0x0003FFFF 0x000012A8 - mask_poll 0XF8000B74 0x00002000 - mask_write 0XF8006000 0x0001FFFF 0x00000081 - mask_poll 0XF8006054 0x00000007 -} -proc ps7_mio_init_data_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B40 0x00000FFF 0x00000600 - mask_write 0XF8000B44 0x00000FFF 0x00000600 - mask_write 0XF8000B48 0x00000FFF 0x00000672 - mask_write 0XF8000B4C 0x00000FFF 0x00000672 - mask_write 0XF8000B50 0x00000FFF 0x00000674 - mask_write 0XF8000B54 0x00000FFF 0x00000674 - mask_write 0XF8000B58 0x00000FFF 0x00000600 - mask_write 0XF8000B5C 0xFFFFFFFF 0x0018C61C - mask_write 0XF8000B60 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B64 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B68 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B6C 0x00007FFF 0x00000260 - mask_write 0XF8000B70 0x00000021 0x00000021 - mask_write 0XF8000B70 0x00000021 0x00000020 - mask_write 0XF8000B70 0x07FFFFFF 0x00000823 - mask_write 0XF8000738 0x00003FFF 0x000016E1 - mask_write 0XF800073C 0x00003FFF 0x000016E0 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_peripherals_init_data_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B48 0x00000180 0x00000180 - mask_write 0XF8000B4C 0x00000180 0x00000180 - mask_write 0XF8000B50 0x00000180 0x00000180 - mask_write 0XF8000B54 0x00000180 0x00000180 - mwr -force 0XF8000004 0x0000767B - mask_write 0XE0000034 0x000000FF 0x00000006 - mask_write 0XE0000018 0x0000FFFF 0x0000007C - mask_write 0XE0000000 0x000001FF 0x00000017 - mask_write 0XE0000004 0x00000FFF 0x00000020 - mask_write 0XE000D000 0x00080000 0x00080000 - mask_write 0XF8007000 0x20000000 0x00000000 -} -proc ps7_post_config_2_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000900 0x0000000F 0x0000000F - mask_write 0XF8000240 0xFFFFFFFF 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_debug_2_0 {} { - mwr -force 0XF8898FB0 0xC5ACCE55 - mwr -force 0XF8899FB0 0xC5ACCE55 - mwr -force 0XF8809FB0 0xC5ACCE55 -} -proc ps7_pll_init_data_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000110 0x003FFFF0 0x000FA220 - mask_write 0XF8000100 0x0007F000 0x00028000 - mask_write 0XF8000100 0x00000010 0x00000010 - mask_write 0XF8000100 0x00000001 0x00000001 - mask_write 0XF8000100 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000001 - mask_write 0XF8000100 0x00000010 0x00000000 - mask_write 0XF8000120 0x1F003F30 0x1F000200 - mask_write 0XF8000114 0x003FFFF0 0x0012C220 - mask_write 0XF8000104 0x0007F000 0x00020000 - mask_write 0XF8000104 0x00000010 0x00000010 - mask_write 0XF8000104 0x00000001 0x00000001 - mask_write 0XF8000104 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000002 - mask_write 0XF8000104 0x00000010 0x00000000 - mask_write 0XF8000124 0xFFF00003 0x0C200003 - mask_write 0XF8000118 0x003FFFF0 0x000FA240 - mask_write 0XF8000108 0x0007F000 0x00030000 - mask_write 0XF8000108 0x00000010 0x00000010 - mask_write 0XF8000108 0x00000001 0x00000001 - mask_write 0XF8000108 0x00000001 0x00000000 - mask_poll 0XF800010C 0x00000004 - mask_write 0XF8000108 0x00000010 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_clock_init_data_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000128 0x03F03F01 0x00700F01 - mask_write 0XF8000154 0x00003F33 0x00001001 - mask_write 0XF8000168 0x00003F31 0x00000801 - mask_write 0XF8000170 0x03F03F30 0x00200400 - mask_write 0XF80001C4 0x00000001 0x00000001 - mask_write 0XF800012C 0x01FFCCCD 0x015C000D - mwr -force 0XF8000004 0x0000767B -} -proc ps7_ddr_init_data_1_0 {} { - mask_write 0XF8006000 0x0001FFFF 0x00000080 - mask_write 0XF8006004 0x1FFFFFFF 0x00081082 - mask_write 0XF8006008 0x03FFFFFF 0x03C0780F - mask_write 0XF800600C 0x03FFFFFF 0x02001001 - mask_write 0XF8006010 0x03FFFFFF 0x00014001 - mask_write 0XF8006014 0x001FFFFF 0x0004159B - mask_write 0XF8006018 0xF7FFFFFF 0x44E458D3 - mask_write 0XF800601C 0xFFFFFFFF 0x7282BCE5 - mask_write 0XF8006020 0xFFFFFFFC 0x272872D0 - mask_write 0XF8006024 0x0FFFFFFF 0x0000003C - mask_write 0XF8006028 0x00003FFF 0x00002007 - mask_write 0XF800602C 0xFFFFFFFF 0x00000008 - mask_write 0XF8006030 0xFFFFFFFF 0x00040B30 - mask_write 0XF8006034 0x13FF3FFF 0x000116D4 - mask_write 0XF8006038 0x00001FC3 0x00000000 - mask_write 0XF800603C 0x000FFFFF 0x00000777 - mask_write 0XF8006040 0xFFFFFFFF 0xFFF00000 - mask_write 0XF8006044 0x0FFFFFFF 0x0FF66666 - mask_write 0XF8006048 0x3FFFFFFF 0x0003C248 - mask_write 0XF8006050 0xFF0F8FFF 0x77010800 - mask_write 0XF8006058 0x0001FFFF 0x00000101 - mask_write 0XF800605C 0x0000FFFF 0x00005003 - mask_write 0XF8006060 0x000017FF 0x0000003E - mask_write 0XF8006064 0x00021FE0 0x00020000 - mask_write 0XF8006068 0x03FFFFFF 0x00284141 - mask_write 0XF800606C 0x0000FFFF 0x00001610 - mask_write 0XF80060A0 0x00FFFFFF 0x00008000 - mask_write 0XF80060A4 0xFFFFFFFF 0x10200802 - mask_write 0XF80060A8 0x0FFFFFFF 0x0690CB73 - mask_write 0XF80060AC 0x000001FF 0x000001FE - mask_write 0XF80060B0 0x1FFFFFFF 0x1CFFFFFF - mask_write 0XF80060B4 0x000007FF 0x00000200 - mask_write 0XF80060B8 0x01FFFFFF 0x00200066 - mask_write 0XF80060C4 0x00000003 0x00000000 - mask_write 0XF80060C8 0x000000FF 0x00000000 - mask_write 0XF80060DC 0x00000001 0x00000000 - mask_write 0XF80060F0 0x0000FFFF 0x00000000 - mask_write 0XF80060F4 0x0000000F 0x00000008 - mask_write 0XF8006114 0x000000FF 0x00000000 - mask_write 0XF8006118 0x7FFFFFFF 0x40000001 - mask_write 0XF800611C 0x7FFFFFFF 0x40000001 - mask_write 0XF8006120 0x7FFFFFFF 0x40000001 - mask_write 0XF8006124 0x7FFFFFFF 0x40000001 - mask_write 0XF800612C 0x000FFFFF 0x00029000 - mask_write 0XF8006130 0x000FFFFF 0x00029000 - mask_write 0XF8006134 0x000FFFFF 0x00029000 - mask_write 0XF8006138 0x000FFFFF 0x00029000 - mask_write 0XF8006140 0x000FFFFF 0x00000035 - mask_write 0XF8006144 0x000FFFFF 0x00000035 - mask_write 0XF8006148 0x000FFFFF 0x00000035 - mask_write 0XF800614C 0x000FFFFF 0x00000035 - mask_write 0XF8006154 0x000FFFFF 0x00000080 - mask_write 0XF8006158 0x000FFFFF 0x00000080 - mask_write 0XF800615C 0x000FFFFF 0x00000080 - mask_write 0XF8006160 0x000FFFFF 0x00000080 - mask_write 0XF8006168 0x001FFFFF 0x000000F9 - mask_write 0XF800616C 0x001FFFFF 0x000000F9 - mask_write 0XF8006170 0x001FFFFF 0x000000F9 - mask_write 0XF8006174 0x001FFFFF 0x000000F9 - mask_write 0XF800617C 0x000FFFFF 0x000000C0 - mask_write 0XF8006180 0x000FFFFF 0x000000C0 - mask_write 0XF8006184 0x000FFFFF 0x000000C0 - mask_write 0XF8006188 0x000FFFFF 0x000000C0 - mask_write 0XF8006190 0xFFFFFFFF 0x10040080 - mask_write 0XF8006194 0x000FFFFF 0x0001FC82 - mask_write 0XF8006204 0xFFFFFFFF 0x00000000 - mask_write 0XF8006208 0x000F03FF 0x000803FF - mask_write 0XF800620C 0x000F03FF 0x000803FF - mask_write 0XF8006210 0x000F03FF 0x000803FF - mask_write 0XF8006214 0x000F03FF 0x000803FF - mask_write 0XF8006218 0x000F03FF 0x000003FF - mask_write 0XF800621C 0x000F03FF 0x000003FF - mask_write 0XF8006220 0x000F03FF 0x000003FF - mask_write 0XF8006224 0x000F03FF 0x000003FF - mask_write 0XF80062A8 0x00000FF7 0x00000000 - mask_write 0XF80062AC 0xFFFFFFFF 0x00000000 - mask_write 0XF80062B0 0x003FFFFF 0x00005125 - mask_write 0XF80062B4 0x0003FFFF 0x000012A8 - mask_poll 0XF8000B74 0x00002000 - mask_write 0XF8006000 0x0001FFFF 0x00000081 - mask_poll 0XF8006054 0x00000007 -} -proc ps7_mio_init_data_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B40 0x00000FFF 0x00000600 - mask_write 0XF8000B44 0x00000FFF 0x00000600 - mask_write 0XF8000B48 0x00000FFF 0x00000672 - mask_write 0XF8000B4C 0x00000FFF 0x00000672 - mask_write 0XF8000B50 0x00000FFF 0x00000674 - mask_write 0XF8000B54 0x00000FFF 0x00000674 - mask_write 0XF8000B58 0x00000FFF 0x00000600 - mask_write 0XF8000B5C 0xFFFFFFFF 0x0018C61C - mask_write 0XF8000B60 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B64 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B68 0xFFFFFFFF 0x00F9861C - mask_write 0XF8000B6C 0x000073FF 0x00000260 - mask_write 0XF8000B70 0x00000021 0x00000021 - mask_write 0XF8000B70 0x00000021 0x00000020 - mask_write 0XF8000B70 0x07FFFFFF 0x00000823 - mask_write 0XF8000738 0x00003FFF 0x000016E1 - mask_write 0XF800073C 0x00003FFF 0x000016E0 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_peripherals_init_data_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000B48 0x00000180 0x00000180 - mask_write 0XF8000B4C 0x00000180 0x00000180 - mask_write 0XF8000B50 0x00000180 0x00000180 - mask_write 0XF8000B54 0x00000180 0x00000180 - mwr -force 0XF8000004 0x0000767B - mask_write 0XE0000034 0x000000FF 0x00000006 - mask_write 0XE0000018 0x0000FFFF 0x0000007C - mask_write 0XE0000000 0x000001FF 0x00000017 - mask_write 0XE0000004 0x00000FFF 0x00000020 - mask_write 0XE000D000 0x00080000 0x00080000 - mask_write 0XF8007000 0x20000000 0x00000000 -} -proc ps7_post_config_1_0 {} { - mwr -force 0XF8000008 0x0000DF0D - mask_write 0XF8000900 0x0000000F 0x0000000F - mask_write 0XF8000240 0xFFFFFFFF 0x00000000 - mwr -force 0XF8000004 0x0000767B -} -proc ps7_debug_1_0 {} { - mwr -force 0XF8898FB0 0xC5ACCE55 - mwr -force 0XF8899FB0 0xC5ACCE55 - mwr -force 0XF8809FB0 0xC5ACCE55 -} -set PCW_SILICON_VER_1_0 "0x0" -set PCW_SILICON_VER_2_0 "0x1" -set PCW_SILICON_VER_3_0 "0x2" -set APU_FREQ 666666666 - - - -proc mask_poll { addr mask } { - set count 1 - set curval "0x[string range [mrd $addr] end-8 end]" - set maskedval [expr {$curval & $mask}] - while { $maskedval == 0 } { - set curval "0x[string range [mrd $addr] end-8 end]" - set maskedval [expr {$curval & $mask}] - set count [ expr { $count + 1 } ] - if { $count == 100000000 } { - puts "Timeout Reached. Mask poll failed at ADDRESS: $addr MASK: $mask" - break - } - } -} - - - -proc mask_delay { addr val } { - set delay [ get_number_of_cycles_for_delay $val ] - perf_reset_and_start_timer - set curval "0x[string range [mrd $addr] end-8 end]" - set maskedval [expr {$curval < $delay}] - while { $maskedval == 1 } { - set curval "0x[string range [mrd $addr] end-8 end]" - set maskedval [expr {$curval < $delay}] - } - perf_reset_clock -} - -proc ps_version { } { - set si_ver "0x[string range [mrd 0xF8007080] end-8 end]" - set mask_sil_ver "0x[expr {$si_ver >> 28}]" - return $mask_sil_ver; -} - -proc ps7_post_config {} { - set saved_mode [configparams force-mem-accesses] - configparams force-mem-accesses 1 - - variable PCW_SILICON_VER_1_0 - variable PCW_SILICON_VER_2_0 - variable PCW_SILICON_VER_3_0 - set sil_ver [ps_version] - - if { $sil_ver == $PCW_SILICON_VER_1_0} { - ps7_post_config_1_0 - } elseif { $sil_ver == $PCW_SILICON_VER_2_0 } { - ps7_post_config_2_0 - } else { - ps7_post_config_3_0 - } - configparams force-mem-accesses $saved_mode -} - -proc ps7_debug {} { - variable PCW_SILICON_VER_1_0 - variable PCW_SILICON_VER_2_0 - variable PCW_SILICON_VER_3_0 - set sil_ver [ps_version] - - if { $sil_ver == $PCW_SILICON_VER_1_0} { - ps7_debug_1_0 - } elseif { $sil_ver == $PCW_SILICON_VER_2_0 } { - ps7_debug_2_0 - } else { - ps7_debug_3_0 - } -} -proc ps7_init {} { - variable PCW_SILICON_VER_1_0 - variable PCW_SILICON_VER_2_0 - variable PCW_SILICON_VER_3_0 - set sil_ver [ps_version] - if { $sil_ver == $PCW_SILICON_VER_1_0} { - ps7_mio_init_data_1_0 - ps7_pll_init_data_1_0 - ps7_clock_init_data_1_0 - ps7_ddr_init_data_1_0 - ps7_peripherals_init_data_1_0 - #puts "PCW Silicon Version : 1.0" - } elseif { $sil_ver == $PCW_SILICON_VER_2_0 } { - ps7_mio_init_data_2_0 - ps7_pll_init_data_2_0 - ps7_clock_init_data_2_0 - ps7_ddr_init_data_2_0 - ps7_peripherals_init_data_2_0 - #puts "PCW Silicon Version : 2.0" - } else { - ps7_mio_init_data_3_0 - ps7_pll_init_data_3_0 - ps7_clock_init_data_3_0 - ps7_ddr_init_data_3_0 - ps7_peripherals_init_data_3_0 - #puts "PCW Silicon Version : 3.0" - } -} - - -# For delay calculation using global timer - -# start timer - proc perf_start_clock { } { - - #writing SCU_GLOBAL_TIMER_CONTROL register - - mask_write 0xF8F00208 0x00000109 0x00000009 -} - -# stop timer and reset timer count regs - proc perf_reset_clock { } { - perf_disable_clock - mask_write 0xF8F00200 0xFFFFFFFF 0x00000000 - mask_write 0xF8F00204 0xFFFFFFFF 0x00000000 -} - -# Compute mask for given delay in miliseconds -proc get_number_of_cycles_for_delay { delay } { - - # GTC is always clocked at 1/2 of the CPU frequency (CPU_3x2x) - variable APU_FREQ - return [ expr ($delay * $APU_FREQ /(2 * 1000))] -} - - -# stop timer -proc perf_disable_clock {} { - mask_write 0xF8F00208 0xFFFFFFFF 0x00000000 -} - -proc perf_reset_and_start_timer {} { - perf_reset_clock - perf_start_clock -} - - diff --git a/source/test_lower_machine_app/src/Xilinx.spec b/source/test_lower_machine_app/src/Xilinx.spec deleted file mode 100644 index 8eea377..0000000 --- a/source/test_lower_machine_app/src/Xilinx.spec +++ /dev/null @@ -1,2 +0,0 @@ -*startfile: -crti%O%s crtbegin%O%s diff --git a/source/test_lower_machine_app/src/encoder.c b/source/test_lower_machine_app/src/encoder.c deleted file mode 100644 index 993b924..0000000 --- a/source/test_lower_machine_app/src/encoder.c +++ /dev/null @@ -1,33 +0,0 @@ -#include "encoder.h" - -ip_encoder_typedef *ip_encoder_inst = ((ip_encoder_typedef *)IP_ENCODER_BASE); - -void encoder_init(u32 valve_divider, u32 camera_divider) -{ - ip_encoder_inst->reg0 &= ~(u32)(1<<0); - ip_encoder_inst->reg1 = valve_divider; - ip_encoder_inst->reg2 = camera_divider; - ip_encoder_inst->reg0 |= (u32)(1<<0); -} - -void encoder_set_valve_divider(u32 divider) -{ - ip_encoder_inst->reg0 &= ~(u32)(1<<0); - ip_encoder_inst->reg1 = divider; -} - -void encoder_set_camera_divider(u32 divider) -{ - ip_encoder_inst->reg0 &= ~(u32)(1<<0); - ip_encoder_inst->reg2 = divider; -} - -void encoder_start() -{ - ip_encoder_inst->reg0 |= (u32)(1<<0); -} - -void encoder_stop() -{ - ip_encoder_inst->reg0 &= ~(u32)(1<<0); -} diff --git a/source/test_lower_machine_app/src/encoder.h b/source/test_lower_machine_app/src/encoder.h deleted file mode 100644 index 73e369b..0000000 --- a/source/test_lower_machine_app/src/encoder.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef __ENCODER_H -#define __ENCODER_H - -#include "xil_types.h" - -#define IP_ENCODER_BASE 0x43C10000 - -typedef struct{ - volatile u32 reg0; - volatile u32 reg1; - volatile u32 reg2; - volatile u32 reg3; -}ip_encoder_typedef; - - -extern ip_encoder_typedef *ip_encoder_inst; - -void encoder_init(u32 valve_divider, u32 camera_divider); -void encoder_set_valve_divider(u32 divider); -void encoder_set_camera_divider(u32 divider); -void encoder_start(void); -void encoder_stop(void); - -#endif diff --git a/source/test_lower_machine_app/src/fifo.c b/source/test_lower_machine_app/src/fifo.c deleted file mode 100644 index 12f2257..0000000 --- a/source/test_lower_machine_app/src/fifo.c +++ /dev/null @@ -1,78 +0,0 @@ -#include "fifo.h" - -#define FIFO_U64_TO_REG_1(a, b) ((u32)(a)) -#define FIFO_U64_TO_REG_2(a, b) (((u32)(a >> 32)) | ((u32)b << 16)) -#define FIFO_U64_TO_REG_3(a, b) ((u32)(a >> 16)) - -#define FIFO_ARRAY_TO_REG(a, idx) (a[idx] | (u32)a[idx+1] << 8 | (u32)a[idx+2] << 16 | (u32)a[idx+3] << 24) - -ip_fifo_typedef *ip_fifo_inst = ((ip_fifo_typedef *)IP_FIFO_BASE); - -void fifo_putb(u8 const * block, u32 count) -{ - u32 line_count = count / 36; - u8 * tmp_block_ptr = block; - ip_fifo_inst->reg9 = 0; - ip_fifo_inst->reg10 = 0; - ip_fifo_inst->reg11 = 0; - while (line_count--) - { - ip_fifo_inst->reg0 = FIFO_ARRAY_TO_REG(tmp_block_ptr, 0); - ip_fifo_inst->reg1 = FIFO_ARRAY_TO_REG(tmp_block_ptr, 4); - ip_fifo_inst->reg2 = FIFO_ARRAY_TO_REG(tmp_block_ptr, 8); - ip_fifo_inst->reg3 = FIFO_ARRAY_TO_REG(tmp_block_ptr, 12); - ip_fifo_inst->reg4 = FIFO_ARRAY_TO_REG(tmp_block_ptr, 16); - ip_fifo_inst->reg5 = FIFO_ARRAY_TO_REG(tmp_block_ptr, 20); - ip_fifo_inst->reg6 = FIFO_ARRAY_TO_REG(tmp_block_ptr, 24); - ip_fifo_inst->reg7 = FIFO_ARRAY_TO_REG(tmp_block_ptr, 28); - ip_fifo_inst->reg8 = FIFO_ARRAY_TO_REG(tmp_block_ptr, 32); - ip_fifo_inst->reg14 = 1; - tmp_block_ptr += 36; - } - -} - -void fifo_puta(u8 const * line) -{ - ip_fifo_inst->reg0 = FIFO_ARRAY_TO_REG(line, 0); - ip_fifo_inst->reg1 = FIFO_ARRAY_TO_REG(line, 4); - ip_fifo_inst->reg2 = FIFO_ARRAY_TO_REG(line, 8); - ip_fifo_inst->reg3 = FIFO_ARRAY_TO_REG(line, 12); - ip_fifo_inst->reg4 = FIFO_ARRAY_TO_REG(line, 16); - ip_fifo_inst->reg5 = FIFO_ARRAY_TO_REG(line, 20); - ip_fifo_inst->reg6 = FIFO_ARRAY_TO_REG(line, 24); - ip_fifo_inst->reg7 = FIFO_ARRAY_TO_REG(line, 28); - ip_fifo_inst->reg8 = FIFO_ARRAY_TO_REG(line, 32); - - ip_fifo_inst->reg9 = 0; - ip_fifo_inst->reg10 = 0; - ip_fifo_inst->reg11 = 0; - - ip_fifo_inst->reg14 = 1; -} - -void fifo_puts(valveboard_data_typedef* valveboard_data_sturcture) -{ - ip_fifo_inst->reg0 = FIFO_U64_TO_REG_1(valveboard_data_sturcture->valveboard1, 0UL); - ip_fifo_inst->reg1 = FIFO_U64_TO_REG_2(valveboard_data_sturcture->valveboard1, valveboard_data_sturcture->valveboard2); - ip_fifo_inst->reg2 = FIFO_U64_TO_REG_3(valveboard_data_sturcture->valveboard2, 0UL); - - ip_fifo_inst->reg3 = FIFO_U64_TO_REG_1(valveboard_data_sturcture->valveboard3, 0UL); - ip_fifo_inst->reg4 = FIFO_U64_TO_REG_2(valveboard_data_sturcture->valveboard3, valveboard_data_sturcture->valveboard4); - ip_fifo_inst->reg5 = FIFO_U64_TO_REG_3(valveboard_data_sturcture->valveboard4, 0UL); - - ip_fifo_inst->reg6 = FIFO_U64_TO_REG_1(valveboard_data_sturcture->valveboard5, 0UL); - ip_fifo_inst->reg7 = FIFO_U64_TO_REG_2(valveboard_data_sturcture->valveboard5, valveboard_data_sturcture->valveboard6); - ip_fifo_inst->reg8 = FIFO_U64_TO_REG_3(valveboard_data_sturcture->valveboard6, 0UL); - - ip_fifo_inst->reg9 = 0; - ip_fifo_inst->reg10 = 0; - ip_fifo_inst->reg11 = 0; - - ip_fifo_inst->reg14 = 1; -} - -u32 fifo_get_count() -{ - return ip_fifo_inst->reg12 & 0xFFF; -} diff --git a/source/test_lower_machine_app/src/fifo.h b/source/test_lower_machine_app/src/fifo.h deleted file mode 100644 index 16f8638..0000000 --- a/source/test_lower_machine_app/src/fifo.h +++ /dev/null @@ -1,44 +0,0 @@ -#ifndef __FIFO_H -#define __FIFO_H - -#include "xil_types.h" - -#define IP_FIFO_BASE 0x43C00000 - - -typedef struct{ - volatile u32 reg0; - volatile u32 reg1; - volatile u32 reg2; - volatile u32 reg3; - volatile u32 reg4; - volatile u32 reg5; - volatile u32 reg6; - volatile u32 reg7; - volatile u32 reg8; - volatile u32 reg9; - volatile u32 reg10; - volatile u32 reg11; - volatile u32 reg12; // {16'b0, almost_empty, empty, almost_full, full, data_count[11:0]}; - volatile u32 reg13; - volatile u32 reg14; -}ip_fifo_typedef; - -typedef struct{ - u64 valveboard1; - u64 valveboard2; - u64 valveboard3; - u64 valveboard4; - u64 valveboard5; - u64 valveboard6; -}valveboard_data_typedef; - -extern ip_fifo_typedef *ip_fifo_inst; - -void fifo_put(valveboard_data_typedef valveboard_data_sturcture); -void fifo_putb(u8 const * block, u32 count); -void fifo_puta(u8 const * line); -void fifo_puts(valveboard_data_typedef* valveboard_data_sturcture); -u32 fifo_get_count(); - -#endif // __FIFO_H diff --git a/source/test_lower_machine_app/src/helloworld.c b/source/test_lower_machine_app/src/helloworld.c deleted file mode 100644 index 976f4da..0000000 --- a/source/test_lower_machine_app/src/helloworld.c +++ /dev/null @@ -1,84 +0,0 @@ -/****************************************************************************** - * - * Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * Use of the Software is limited solely to applications: - * (a) running on a Xilinx device, or - * (b) that interact with a Xilinx device through a bus or interconnect. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * XILINX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF - * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - * - * Except as contained in this notice, the name of the Xilinx shall not be used - * in advertising or otherwise to promote the sale, use or other dealings in - * this Software without prior written authorization from Xilinx. - * - ******************************************************************************/ - -/* - * helloworld.c: simple test application - * - * This application configures UART 16550 to baud rate 9600. - * PS7 UART (Zynq) is not initialized by this application, since - * bootrom/bsp configures it to baud rate 115200 - * - * ------------------------------------------------ - * | UART TYPE BAUD RATE | - * ------------------------------------------------ - * uartns550 9600 - * uartlite Configurable only in HW design - * ps7_uart 115200 (configured by bootrom/bsp) - */ - -#include -#include "platform.h" -#include "xil_printf.h" -#include "xparameters.h" -#include "xil_io.h" -#include "ip_fifo.h" -#include "unistd.h" -#include "fifo.h" -#include "encoder.h" - -int main() -{ - valveboard_data_typedef valveboard_data; - valveboard_data.valveboard1 = 0xaa; - valveboard_data.valveboard2 = 0xbb; - valveboard_data.valveboard3 = 0xcc; - valveboard_data.valveboard4 = 0xdd; - valveboard_data.valveboard5 = 0xee; - valveboard_data.valveboard6 = 0xff; - - init_platform(); - encoder_init(100, 100); - - xil_printf("%d\r\n", fifo_get_count()); - for (int i = 0; i < 200; i++) - fifo_puts(&valveboard_data); - - while (1) - { - - xil_printf("%d\r\n", fifo_get_count()); - usleep(1000000); - } - - cleanup_platform(); - return 0; -} diff --git a/source/test_lower_machine_app/src/lscript.ld b/source/test_lower_machine_app/src/lscript.ld deleted file mode 100644 index d26d8b5..0000000 --- a/source/test_lower_machine_app/src/lscript.ld +++ /dev/null @@ -1,291 +0,0 @@ -/*******************************************************************/ -/* */ -/* This file is automatically generated by linker script generator.*/ -/* */ -/* Version: 2018.3 */ -/* */ -/* Copyright (c) 2010-2019 Xilinx, Inc. All rights reserved. */ -/* */ -/* Description : Cortex-A9 Linker Script */ -/* */ -/*******************************************************************/ - -_STACK_SIZE = DEFINED(_STACK_SIZE) ? _STACK_SIZE : 0x2000; -_HEAP_SIZE = DEFINED(_HEAP_SIZE) ? _HEAP_SIZE : 0x2000; - -_ABORT_STACK_SIZE = DEFINED(_ABORT_STACK_SIZE) ? _ABORT_STACK_SIZE : 1024; -_SUPERVISOR_STACK_SIZE = DEFINED(_SUPERVISOR_STACK_SIZE) ? _SUPERVISOR_STACK_SIZE : 2048; -_IRQ_STACK_SIZE = DEFINED(_IRQ_STACK_SIZE) ? _IRQ_STACK_SIZE : 1024; -_FIQ_STACK_SIZE = DEFINED(_FIQ_STACK_SIZE) ? _FIQ_STACK_SIZE : 1024; -_UNDEF_STACK_SIZE = DEFINED(_UNDEF_STACK_SIZE) ? _UNDEF_STACK_SIZE : 1024; - -/* Define Memories in the system */ - -MEMORY -{ - ps7_ddr_0 : ORIGIN = 0x100000, LENGTH = 0x1FF00000 - ps7_ram_0 : ORIGIN = 0x0, LENGTH = 0x30000 - ps7_ram_1 : ORIGIN = 0xFFFF0000, LENGTH = 0xFE00 -} - -/* Specify the default entry point to the program */ - -ENTRY(_vector_table) - -/* Define the sections, and where they are mapped in memory */ - -SECTIONS -{ -.text : { - KEEP (*(.vectors)) - *(.boot) - *(.text) - *(.text.*) - *(.gnu.linkonce.t.*) - *(.plt) - *(.gnu_warning) - *(.gcc_execpt_table) - *(.glue_7) - *(.glue_7t) - *(.vfp11_veneer) - *(.ARM.extab) - *(.gnu.linkonce.armextab.*) -} > ps7_ddr_0 - -.init : { - KEEP (*(.init)) -} > ps7_ddr_0 - -.fini : { - KEEP (*(.fini)) -} > ps7_ddr_0 - -.rodata : { - __rodata_start = .; - *(.rodata) - *(.rodata.*) - *(.gnu.linkonce.r.*) - __rodata_end = .; -} > ps7_ddr_0 - -.rodata1 : { - __rodata1_start = .; - *(.rodata1) - *(.rodata1.*) - __rodata1_end = .; -} > ps7_ddr_0 - -.sdata2 : { - __sdata2_start = .; - *(.sdata2) - *(.sdata2.*) - *(.gnu.linkonce.s2.*) - __sdata2_end = .; -} > ps7_ddr_0 - -.sbss2 : { - __sbss2_start = .; - *(.sbss2) - *(.sbss2.*) - *(.gnu.linkonce.sb2.*) - __sbss2_end = .; -} > ps7_ddr_0 - -.data : { - __data_start = .; - *(.data) - *(.data.*) - *(.gnu.linkonce.d.*) - *(.jcr) - *(.got) - *(.got.plt) - __data_end = .; -} > ps7_ddr_0 - -.data1 : { - __data1_start = .; - *(.data1) - *(.data1.*) - __data1_end = .; -} > ps7_ddr_0 - -.got : { - *(.got) -} > ps7_ddr_0 - -.note.gnu.build-id : { - KEEP (*(.note.gnu.build-id)) -} > ps7_ddr_0 - -.ctors : { - __CTOR_LIST__ = .; - ___CTORS_LIST___ = .; - KEEP (*crtbegin.o(.ctors)) - KEEP (*(EXCLUDE_FILE(*crtend.o) .ctors)) - KEEP (*(SORT(.ctors.*))) - KEEP (*(.ctors)) - __CTOR_END__ = .; - ___CTORS_END___ = .; -} > ps7_ddr_0 - -.dtors : { - __DTOR_LIST__ = .; - ___DTORS_LIST___ = .; - KEEP (*crtbegin.o(.dtors)) - KEEP (*(EXCLUDE_FILE(*crtend.o) .dtors)) - KEEP (*(SORT(.dtors.*))) - KEEP (*(.dtors)) - __DTOR_END__ = .; - ___DTORS_END___ = .; -} > ps7_ddr_0 - -.fixup : { - __fixup_start = .; - *(.fixup) - __fixup_end = .; -} > ps7_ddr_0 - -.eh_frame : { - *(.eh_frame) -} > ps7_ddr_0 - -.eh_framehdr : { - __eh_framehdr_start = .; - *(.eh_framehdr) - __eh_framehdr_end = .; -} > ps7_ddr_0 - -.gcc_except_table : { - *(.gcc_except_table) -} > ps7_ddr_0 - -.mmu_tbl (ALIGN(16384)) : { - __mmu_tbl_start = .; - *(.mmu_tbl) - __mmu_tbl_end = .; -} > ps7_ddr_0 - -.ARM.exidx : { - __exidx_start = .; - *(.ARM.exidx*) - *(.gnu.linkonce.armexidix.*.*) - __exidx_end = .; -} > ps7_ddr_0 - -.preinit_array : { - __preinit_array_start = .; - KEEP (*(SORT(.preinit_array.*))) - KEEP (*(.preinit_array)) - __preinit_array_end = .; -} > ps7_ddr_0 - -.init_array : { - __init_array_start = .; - KEEP (*(SORT(.init_array.*))) - KEEP (*(.init_array)) - __init_array_end = .; -} > ps7_ddr_0 - -.fini_array : { - __fini_array_start = .; - KEEP (*(SORT(.fini_array.*))) - KEEP (*(.fini_array)) - __fini_array_end = .; -} > ps7_ddr_0 - -.ARM.attributes : { - __ARM.attributes_start = .; - *(.ARM.attributes) - __ARM.attributes_end = .; -} > ps7_ddr_0 - -.sdata : { - __sdata_start = .; - *(.sdata) - *(.sdata.*) - *(.gnu.linkonce.s.*) - __sdata_end = .; -} > ps7_ddr_0 - -.sbss (NOLOAD) : { - __sbss_start = .; - *(.sbss) - *(.sbss.*) - *(.gnu.linkonce.sb.*) - __sbss_end = .; -} > ps7_ddr_0 - -.tdata : { - __tdata_start = .; - *(.tdata) - *(.tdata.*) - *(.gnu.linkonce.td.*) - __tdata_end = .; -} > ps7_ddr_0 - -.tbss : { - __tbss_start = .; - *(.tbss) - *(.tbss.*) - *(.gnu.linkonce.tb.*) - __tbss_end = .; -} > ps7_ddr_0 - -.bss (NOLOAD) : { - __bss_start = .; - *(.bss) - *(.bss.*) - *(.gnu.linkonce.b.*) - *(COMMON) - __bss_end = .; -} > ps7_ddr_0 - -_SDA_BASE_ = __sdata_start + ((__sbss_end - __sdata_start) / 2 ); - -_SDA2_BASE_ = __sdata2_start + ((__sbss2_end - __sdata2_start) / 2 ); - -/* Generate Stack and Heap definitions */ - -.heap (NOLOAD) : { - . = ALIGN(16); - _heap = .; - HeapBase = .; - _heap_start = .; - . += _HEAP_SIZE; - _heap_end = .; - HeapLimit = .; -} > ps7_ddr_0 - -.stack (NOLOAD) : { - . = ALIGN(16); - _stack_end = .; - . += _STACK_SIZE; - . = ALIGN(16); - _stack = .; - __stack = _stack; - . = ALIGN(16); - _irq_stack_end = .; - . += _IRQ_STACK_SIZE; - . = ALIGN(16); - __irq_stack = .; - _supervisor_stack_end = .; - . += _SUPERVISOR_STACK_SIZE; - . = ALIGN(16); - __supervisor_stack = .; - _abort_stack_end = .; - . += _ABORT_STACK_SIZE; - . = ALIGN(16); - __abort_stack = .; - _fiq_stack_end = .; - . += _FIQ_STACK_SIZE; - . = ALIGN(16); - __fiq_stack = .; - _undef_stack_end = .; - . += _UNDEF_STACK_SIZE; - . = ALIGN(16); - __undef_stack = .; -} > ps7_ddr_0 - -_end = .; -} - diff --git a/source/test_lower_machine_app/src/platform.c b/source/test_lower_machine_app/src/platform.c deleted file mode 100644 index 0ee2dcb..0000000 --- a/source/test_lower_machine_app/src/platform.c +++ /dev/null @@ -1,111 +0,0 @@ -/****************************************************************************** -* -* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. -* -* Permission is hereby granted, free of charge, to any person obtaining a copy -* of this software and associated documentation files (the "Software"), to deal -* in the Software without restriction, including without limitation the rights -* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -* copies of the Software, and to permit persons to whom the Software is -* furnished to do so, subject to the following conditions: -* -* The above copyright notice and this permission notice shall be included in -* all copies or substantial portions of the Software. -* -* Use of the Software is limited solely to applications: -* (a) running on a Xilinx device, or -* (b) that interact with a Xilinx device through a bus or interconnect. -* -* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -* XILINX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF -* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -* SOFTWARE. -* -* Except as contained in this notice, the name of the Xilinx shall not be used -* in advertising or otherwise to promote the sale, use or other dealings in -* this Software without prior written authorization from Xilinx. -* -******************************************************************************/ - -#include "xparameters.h" -#include "xil_cache.h" - -#include "platform_config.h" - -/* - * Uncomment one of the following two lines, depending on the target, - * if ps7/psu init source files are added in the source directory for - * compiling example outside of SDK. - */ -/*#include "ps7_init.h"*/ -/*#include "psu_init.h"*/ - -#ifdef STDOUT_IS_16550 - #include "xuartns550_l.h" - - #define UART_BAUD 9600 -#endif - -void -enable_caches() -{ -#ifdef __PPC__ - Xil_ICacheEnableRegion(CACHEABLE_REGION_MASK); - Xil_DCacheEnableRegion(CACHEABLE_REGION_MASK); -#elif __MICROBLAZE__ -#ifdef XPAR_MICROBLAZE_USE_ICACHE - Xil_ICacheEnable(); -#endif -#ifdef XPAR_MICROBLAZE_USE_DCACHE - Xil_DCacheEnable(); -#endif -#endif -} - -void -disable_caches() -{ -#ifdef __MICROBLAZE__ -#ifdef XPAR_MICROBLAZE_USE_DCACHE - Xil_DCacheDisable(); -#endif -#ifdef XPAR_MICROBLAZE_USE_ICACHE - Xil_ICacheDisable(); -#endif -#endif -} - -void -init_uart() -{ -#ifdef STDOUT_IS_16550 - XUartNs550_SetBaud(STDOUT_BASEADDR, XPAR_XUARTNS550_CLOCK_HZ, UART_BAUD); - XUartNs550_SetLineControlReg(STDOUT_BASEADDR, XUN_LCR_8_DATA_BITS); -#endif - /* Bootrom/BSP configures PS7/PSU UART to 115200 bps */ -} - -void -init_platform() -{ - /* - * If you want to run this example outside of SDK, - * uncomment one of the following two lines and also #include "ps7_init.h" - * or #include "ps7_init.h" at the top, depending on the target. - * Make sure that the ps7/psu_init.c and ps7/psu_init.h files are included - * along with this example source files for compilation. - */ - /* ps7_init();*/ - /* psu_init();*/ - enable_caches(); - init_uart(); -} - -void -cleanup_platform() -{ - disable_caches(); -} diff --git a/source/test_lower_machine_app/src/platform.h b/source/test_lower_machine_app/src/platform.h deleted file mode 100644 index e273e37..0000000 --- a/source/test_lower_machine_app/src/platform.h +++ /dev/null @@ -1,41 +0,0 @@ -/****************************************************************************** -* -* Copyright (C) 2008 - 2014 Xilinx, Inc. All rights reserved. -* -* Permission is hereby granted, free of charge, to any person obtaining a copy -* of this software and associated documentation files (the "Software"), to deal -* in the Software without restriction, including without limitation the rights -* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -* copies of the Software, and to permit persons to whom the Software is -* furnished to do so, subject to the following conditions: -* -* The above copyright notice and this permission notice shall be included in -* all copies or substantial portions of the Software. -* -* Use of the Software is limited solely to applications: -* (a) running on a Xilinx device, or -* (b) that interact with a Xilinx device through a bus or interconnect. -* -* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -* XILINX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF -* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -* SOFTWARE. -* -* Except as contained in this notice, the name of the Xilinx shall not be used -* in advertising or otherwise to promote the sale, use or other dealings in -* this Software without prior written authorization from Xilinx. -* -******************************************************************************/ - -#ifndef __PLATFORM_H_ -#define __PLATFORM_H_ - -#include "platform_config.h" - -void init_platform(); -void cleanup_platform(); - -#endif diff --git a/source/test_lower_machine_app/src/platform_config.h b/source/test_lower_machine_app/src/platform_config.h deleted file mode 100644 index eda2e2e..0000000 --- a/source/test_lower_machine_app/src/platform_config.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __PLATFORM_CONFIG_H_ -#define __PLATFORM_CONFIG_H_ - -#define STDOUT_IS_PS7_UART -#define UART_DEVICE_ID 0 -#endif diff --git a/source/test_lower_machine_app/test_lower_machine_app.prj b/source/test_lower_machine_app/test_lower_machine_app.prj deleted file mode 100644 index 874bd39..0000000 --- a/source/test_lower_machine_app/test_lower_machine_app.prj +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - -